/* Default CSS Stylesheet for a new Web Application project */


A.leftnav:link	
{
	font-family: Arial;
	text-decoration:	none;
	font-size: 10pt;
	font-weight: bold;
	color:	#FFFFFF;
	}	
		
A.leftnav:visited	
{
	font-family: Arial;
	text-decoration:	none;
	font-size: 10pt;
	font-weight: bold;
	color:	#FFFFFF;
	}	
		
A.leftnav:active	
{
	font-family: Arial;
	text-decoration:	none;
	font-size: 10pt;
	font-weight: bold;
	color:	#000000;
	}	
		
A.leftnav:hover	
{
	font-family: Arial;
	text-decoration:	none;
	font-size: 10pt;
	font-weight: bold;
	color:	#000000;
	}
	
