BODY
{
    BACKGROUND-COLOR: #0099FF;
    color: #333333;
}

A:link	{	
	text-decoration: underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration: underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration: underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration: underline;
	color:	#3333cc;
	}

TD
{
	color: #333333;
}

TD.MENU
{
	font-weight: bold;
	font-size: 0.75em;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: White;
}

A.MENU:link	{	
	text-decoration: none;
	color: White;
	}	
		
A.MENU:visited	{	
	text-decoration: none;
	color: White;
	}	
		
A.MENU:active	{	
	text-decoration: none;
	color: white;
	}	
		
A.MENU:hover	{	
	text-decoration: none;
	color: #000099;
	}

TD.FOOTER
{
	background-color: White;
}