/*complete the styles created by visual styler found in the dcc*/
body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin: 0px;
}

img { border: 0px; }

.page_title {
	font-weight: bold;
	color: #0071BB;
}

.orangetitle {
	font-weight: bold;
	color: #cb6c1a;
	text-decoration: none;
}

.listOdd {
	background-color: #f4f4f4;
}
.listEven {
	background-color: #ffffff;
}

.bold {
	font-weight: bold;
}

.whiteBoldLinks { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px ; color: #FFFFFF; font-weight: bold}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	white-space: nowrap;
}

.imagewithmarginleft { margin-left: 3px; margin-right: 3px; margin-top: 3px; margin-bottom: 3px; float: left; }

.imagewithmarginright { margin-left: 3px; margin-right: 3px; margin-top: 3px; margin-bottom: 3px; float: right; }

.textright { text-align: right; }

.floatleft { float: left; }

.floatright { float: right; }

.floatcenter { float: center; }

