/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	FONT-FAMILY: Ariel, Helvetica, sans-serif;
	FONT-SIZE: small;

}

A:link	{	
	font-weight:normal;	
	text-decoration:	none;
	color:	#FE9000;
	}	
		
A:visited	{	
	font-weight:normal;
	text-decoration:	none;
	color:	#FE9000;
	}	
		
	
#nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	padding: 2px;
	text-decoration: none;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #FEC076;
	text-decoration: none;
}	
#td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #FEC076;
	text-decoration: none;
	left: auto;
}

		
