BODY {
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #333333;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR:  #990000;
	SCROLLBAR-TRACK-COLOR: #660000;
	SCROLLBAR-DARKSHADOW-COLOR: #333333;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.maintext, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

h1, h2{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-color:white;
}

.InfoTitle, .TableTitle{
	font-color:white; 
	font-size:18px;
		
}

div.ContentDiv{
	padding:8px;
	
}
td.ContentCell{
	padding:8px;
	
}
div.NewsHolder{
	padding:0px;
	width:300px;
	max-width:300px;
	
	
}

.GeneralTable{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}

/*
Table Stuff
*/

.TableRowOdd{
	background-color:#222;
}
.TableRowEven{
	background-color:#333;
}

Th{
	background-color:#000000;
	padding:5px;
}

/* links */
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC3300;
	text-decoration: none;
}
.boldtext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.radiobuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #993300;
	border: 1px solid #990000;
	background-color: #D8D6B4;
}
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	background-color: #F1F0E7;
	border: 1px solid #990000;
}
.ClientsTable td{
	padding-left:12px;
}

.LinksTable td{
	text-align:left;
	padding:6px 6px 6px 6px;
}
.LinksTable{
	width:90%;
}