@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:  #eee;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px; 
	background: #fff;
	margin: 0 auto; 
	border: solid 2px #FC0;
	text-align: left; 
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ff0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a:link {
	text-decoration: none;
	color: #000;
	background-color: #fc0;
}
a:visited {
	text-decoration: none;
	color: #666;
	background-color: #fc0;
}
a:hover {
	text-decoration: none;
	color: #fc0;
	background-color: #000;
}
a:active {
	text-decoration: none;
	color: #fc0;
	background-color: #000;
}

.body9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	font-weight: normal;
}
.body10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	font-weight: normal;
}
.body11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	font-weight: normal;
}
.body11B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	font-weight: bold;
}
.body12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;

	font-weight: normal;
}
.body12B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333;

	font-weight: bold;
}
.body12Bbr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	font-weight: bold;
}
.body13Bbr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000  ;
	font-weight: bold;
}
.body14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000;
	font-weight: normal;
}
.body14B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000;
	font-weight: bold;
}
.body14Bbr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000  ;
	font-weight: bold;
}
.hdg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	font-weight: bold;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	font-weight: normal;
}