/* main definition of background color and font family, ! Important sets the  */
/* font for ALL elements and classes that exist on this stylesheet.           */
body {
	background: #000000;
	color: #E4E4E4;
	font-family:	Verdana, Arial, Helvetica, sans-serif ! important;
	font-size: 10pt ! important;
}
a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #00FFFF; text-decoration: none}

a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #00FFFF; text-decoration: none}

a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #00FFFF; text-decoration: none}

a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color: #00FF00; text-decoration: underline}

a.hilite 
		{font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt; 
		font-style: normal; 
		font-weight: bold; 
		color: #00FF00; 
		text-decoration: none;
		}
		
p.header 	{
		font-family:	Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: bold;
		color: #00FF00;
		}