body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
	font-size: 12px;
	color:#FFFFFF;
	letter-spacing: 1px;
	font-weight:bold;
	
}

div#page {
	padding-top: 0px;
	background: url("../images/bg.jpg") no-repeat top center;
}
* html body div#page {  display: inline-block; } /* IE6 - force background to not repeat */ 

/*** this defines the interior container -- 950px and centered ***/
.inside { margin: 0 auto; width:950px; }
a {
	text-decoration:none;
		color:#3399FF}
a:hover {
	text-decoration: underline;
		color:#FF0000}
		
a:visited {
color:#3366FF;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing: 1px;
	}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #BBB9BA;
}
.hdrs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFCC00;
}
.descri {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}
.bold_wh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.section_hdrs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #FFFFFF;
}
.bluhdrs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2A7DD0;
}

