HTML    
	{
	color: #DDDDDD;
	}

BODY    
	{
	background-color: #000000;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

TD   	
	{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a:link  
	{
	color: #DB1818; 
	text-decoration: underline;
	}

a:active
	{
	color: #DB1818;
	text-decoration: underline;
	}
a:visited
	{
	color: #E9E9AE;
	text-decoration: underline;
	}
	
a:hover 
	{
	color: #747456;
	text-decoration: none;
	}
	
#leftside 
	{
	position : fixed;
	left : 0px;
	width : 110px;
	margin-left : 10px;
	padding-left : 0px;
	margin-top : 20px;
	}
	
#rightside 
	{
	left : 120px;
	top : 20px;
	width : 690px;
	margin-left : 120px;
	padding-left : 10px;
	}