body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000;
	background-color: #333;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* 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. */
	background-color: #FFF;
	font-size: 12px;
	color: #000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #FFF;
	color: #000;
}
.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: #FFFFFF;
	background-color: #FFF;
	font-size: 15px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
#table {
	font-size: 12px;
	line-height: 20px;
}

#footer {
	padding: 0 0px 0 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	letter-spacing: 0em;
	line-height: 0px;

}

#f1 {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: -15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: -15px;
	position: relative;
	

}



body,td,th {
	color: #000;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}
body {
	background-color: #333;
}

