/* 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: #F4EACA;
	color:	#000000;
	scrollbar-base-color: #F4EACA
}


A:link	{	
	text-decoration:	none;
	color:	#120F0F;font-size:10pt; font-family:Verdana 
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#120F0F; font-family:Verdana; font-size:10pt; 
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#120F0F;font-size:10pt; font-family:Verdana; 
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#CC0000;font-size:10pt; font-family:Verdana 
	}