body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #000000;
Scrollbar-base-color: white; 
Scrollbar-face-color: BLACK;
Scrollbar-arrow-color: white; 
Scrollbar-shadow-color: white;
scrollbar-highlight-color: black; 
scrollbar-3dlight-color: white; 
scrollbar-darkshadow-color: black; 
scrollbar-track-color: black;
}

.oneColFixCtrHdr #container {
	width: 1000px;
	height: auto;
	background: #000000;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	}
.oneColFixCtrHdr #header {
	background: #000000;
	padding: 0 0px 0 00px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px;
	background: #000000;
	height: auto;
	overflow: auto;
	margin: 0px 10px 0px 10px;
	text-align: center;
}
	}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body, td, th {
	font-size: 10pt;
	color: #FFFFFF;
}
.style3 {color: #FFFFFF}
a {
	color: #FF0000;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
.style5 {font-size: .html}
