body {
background-color: #000000;
font-size: 12px;
margin: 0;
padding: 0;
color: #FFFFFF;
font-family: Verdana,sans-serif;
line-height:18px;
}
td {
font-size: 12px;
font-family: Verdana,sans-serif;
line-height:18px;
}

a {
color: #00AEEF;
font-weight: bold;
text-decoration: none;
}

a:hover { color: #ffffff; }

a.orange {
color: #F39F21;
font-weight: bold;
text-decoration: none;
}

a.orange:hover { color: #ffffff; }

a.white {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

a.white:hover { color: #E9A92E; }

a.black {
color: #333333;
font-weight: bold;
text-decoration: none;
}

a.black:hover { color: #000000; }


p { margin: 8px 0 8px 0; }

.orange {color: #F39F21;}
.grey {color: #333333;}
.green {color: #00CC33;}
.red {color: #FF0000;}
.blue {color: #00aeef;}
.black {color: #000000;}
.size9 {font-size:9px;}
.size10 {font-size:10px;}
.size11 {font-size:11px;}
.size13 {font-size:13px;}

TABLE.maintablebg {border-left:1px solid #999999; border-right:1px solid #999999;}

TABLE.blacktable { 
	/*#F39F21*/
	BORDER:1px solid #009933; border-top:3px groove #009933;
}
TABLE.blackouttable {
	/*BORDER:1px solid #E9A92E;*/
}
TABLE.blackintable {
	
}
.blacktitle { color:#FFFFFF; font-size:14px; font-weight:bold; }
.blacksubtitle { color:#FFFFFF; font-size:12px; font-weight:bold; }
.blacktd {
	VERTICAL-ALIGN: top; padding:5px;
}


TABLE.whitetable {
	BORDER:1px solid #CCCCCC;
}
TABLE.whiteouttable {
	/*BORDER:1px solid #E9A92E;*/
}
TABLE.whiteintable {
	
}
.whitetitle { background-color:#FFFFFF; color:#000000; font-size:14px; font-weight:bold; }
.whitesubtitle { background-color:#FFFFFF; color:#00aeef; font-size:12px; font-weight:bold; }
.whitetd {
	VERTICAL-ALIGN: top; padding:5px; background-color:#FFFFFF;
}