body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1e0000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 100px;
	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;
}
.oneColFixCtr #container {
	width: 500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1e0000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {

}
.oneColFixCtrHdr #pfont5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF9900;
}	
.style1 {color: #FFFFFF}
.style2 {color: #FF0000}
.style4 {font-size: 14px; font-family: Arial, Helvetica, sans-serif; }
.style3 {
	color: #FF0000;
	font-size:14px;
	font-weight:bold;
	}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style5 {color: #FFFFFF; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.style6 {color: #FF0000; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.style7 {color: #FF0000; font-size:10px; font-family:Arial, Helvetica, sans-serif;}