@charset "utf-8";
/* CSS Document */
body {
	text-decoration:none;
	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: 10px;
	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 */
}
a{
text-decoration:none;
color: #ff9900;
}	
.oneColFixCtr #container {
	width: 900px;  /* 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: 1px solid #FF9933;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header {
	width: 900px;
	background:#1E0000;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF9900;
	height:150px;
}
.oneColFixCtr #mainContent {

}

.cssframe {
	overflow: auto;
	height: 600px;
	width: 900px;
	top: 0px;
	left: 0px;
}
.style1 {color: #FFFFFF}
.style2 {color: #FF0000; font-family: Arial, Helvetica, sans-serif; }
.style4 {font-size: 14px; font-family: Arial, Helvetica, sans-serif; }
.style3 {
	color: #FF0000;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}
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;
}