/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: #DEA269;
	color:	#000000
}


A:link	{	
	text-decoration:	none;
	color:	#663300;font-size:12pt; font-family:Verdana 
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#663300; font-family:Verdana; font-size:12pt; 
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#663300;font-size:12pt; font-family:Verdana; 
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#CC0000;font-size:12pt; font-family:Verdana; 
	}