.body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* 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: #00FF00;
	background-image: url(img/bg.gif);
}
.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	vertical-align:
	top: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
body,td,th {
	color: #000000;
}
.style2 {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
}
.style3 {
	color: #CC9900
}
.style7 {font-family: "Times New Roman", Times, serif}
.style8 {color: #EB028C}
.style9 {color: #EB028C}
.style16 {font-family: Arial, Helvetica, sans-serif}
.style18 {font-size: 30px}
.style20 {color: #000000}
-->


.lowertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.smltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	}
.navtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:toptxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

