<!--
body,td,th {
	color: #CCCCCC;
}
body {
    background-color: #333333;
}   
a:link {
	color: #E3EAFF;
	text-decoration: none;
}
a:visited {
	color: #E3EAFF;
	text-decoration: none;
}
a:active {
	color: #E3EAFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #748FB2;
}
.tabletext {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.sectionheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
}

.bigfont {
	font-size: 20px;
	font-weight: bold;
}
.medfont {
	font-size: 14px;
	font-weight: bold;
}

.style1 {color: #CCCCCC}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: bold; }
.style3 {color: #FFFFFF}
.style4 {font-weight: bold}
.bluetext {color: blue}

.header {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.s_table {
 	border-color: #000000;
 	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}
.s_middle_table {
 	border-color: #737373;
 	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}
#informationbar{
position: fixed;
left: 0;
width: 100%;
text-indent: 5px;
padding: 5px 0;
background-color: #FFFFE1;
border-bottom: 1px solid black;
font: 10px Verdana;
color: #000000;
}
* html #informationbar{ /*IE6 hack*/
position: absolute;
width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}

-->