BODY {
	background-color: Black;
	color: White;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #3A633B;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #3A633B;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #92A18A;
	scrollbar-track-color : #586339;
}

a:link {color: #3A633B;}
a:visited {color: #586339;}
a:hover {color: Blue;} 
a:active {color: #3A633B;} 

P {
	color: White;
	font-family: "Times New Roman", "seriff";
	font-size: 14px;
	font-weight: 300;
	background-color: transparent; 		
}

P.green {
	color: White;
	font-family: "Times New Roman", "seriff";
	font-size: 12px;
	background-color: transparent; 	
}

P.bottom {
	color: White;
	background-color: transparent;
	font-family: "Times New Roman", "seriff";
	font-size: 12px;
	vertical-align: bottom;
	text-align: center;
}

H1 {
	color: White;
	background-color: transparent;
	font-family: "Times New Roman", "seriff";
	font-size: 25px;
	text-align: center;
}

H2 {
	color: White;
	background-color: transparent;
	font-family: "Times New Roman", "seriff";
	font-size: 20px;
}

td.black {
	background: Black; 
}

td.main {
	height: auto;
	vertical-align: text-top;
	}

p.small {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: normal;
	color: #ffffff;
	background-color: transparent;
	font-size: 11px;}