@charset "UTF-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000099;
	background-image: url(images/bkg_sc_8.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #185AAB;
}
.highlight_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
}
/* CSS Document */

.small_print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.oneColFixCtrHdr #container {
	width: 740px; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent {
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 2px;
	text-align: left;
}
.oneColFixCtrHdr #container #header {
	text-align: center;
}
.oneColFixCtrHdr #container #footer {
	font-weight: bold;
	color: #004CAA;
	font-size: 12px;
}
.oneColFixCtrHdr #container #footer a {
	text-decoration: none;
	color: #00CC33;
}

