@charset "iso-8859-1";
BODY        { 
	background-color: #000000; 
	background-attachment: fixed;
	font-family: Arial, Times New Roman, Helvetica, sans-serif; color: #FFFFFF; 
	font-size: 12pt;
	background-position: center 50%;
	scrollbar-track-color: #373737; 
	scrollbar-arrow-color: #EEEEEE; 
	scrollbar-face-color: #656565; 
	scrollbar-shadow-color: #000033; 
	scrollbar-highlight-color: #454545; 
	scrollbar-3dlight-color: #COCOCO; 
	scrollbar-darkshadow-color: #000000
}
A:LINK {
	color : #FFFFFF;
	text-decoration : none;
	font-family : Arial, Times New Roman, Helvetica, sans-serif;
	font-weight : normal;
}
A:VISITED {
	color : #999999;
	text-decoration : none;
	font-family : Arial, Times New Roman, Helvetica, sans-serif;
	font-weight : normal;
}
A:ACTIVE {
	color : #CCCCCC;
	text-decoration : none;
	font-family : Arial, Times New Roman, Helvetica, sans-serif;
	font-weight : normal;
}
A:HOVER {
	color : #CC0000;
	text-decoration : underline;
	font-family : Arial, Times New Roman, Helvetica, sans-serif;
	font-weight : normal;
}