@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

div.black_nav_bar {
	width:100%;
	background-color:black;
	height:30px;
	clear:both;
	text-decoration: none;
}

div.nav_text {
	color: #FFFFFF;
	float:left;
	padding:5px 10px;
	font-size: 8pt;
	font-weight: bold;
	
}

div.black_header_bar {
	width:100%;
	height:70px;
	background-color:black;
	border-top:1px solid white;
	clear:both;
	text-align:left;
}

div.main_content {
	width:100%;
	background-color:white;
	border:1px solid black;
	clear:both;
	text-align:left;
}

div.main_content_text_header {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding:10px 20px
}

div.main_content_text_normal {
	color: #FFFFFF;
	font-size: 8pt;
	padding:10px 20px
}
	
a.normal_link:link {color:#3366FF; text-decoration: none} 
a.normal_link:visited {color: #19864C; text-decoration: none} 
a.normal_link:hover { color: #ff0000; text-decoration: none}

a.nav_bar_link:link { color: #FFFFFF; font-size: 8pt; font-weight: bold; text-decoration:none;}
a.nav_bar_link:visited {color:#FFFFA8; font-size: 8pt; font-weight: bold; text-decoration:none;}
a.nav_bar_link:hover { color: #FF0000; font-size: 8pt; font-weight: bold; text-decoration:none;}

a.sponsor_link:link { color: #FFFFFF; font-size: 8pt; font-weight: bold; text-decoration:none;}
a.sponsor_link:visited {color:#FFFFA8; font-size: 8pt; font-weight: bold; text-decoration:none;}
a.sponsor_link:hover { color: #FF0000; font-size: 8pt; font-weight: bold; text-decoration:none;}

.left_header {
	color:#982319;
	font:Arial, Helvetica, sans-serif;
	font-size:18pt;
	padding:15px 0 15px 15px;
}

.right_header {
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding:5px 2%;
}

img {border: none; }
