/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    background-color: #EBEBEB;
    margin-top:5;
}

A:link	{	
	text-decoration:	none;
	color:	#330066;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#330066;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#330066;
	}
	
#nav a {
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #330066;
	padding: 4px;
	border: 1px solid #CDDCD9;
	background: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	border: 1px solid #CDDCD9;
		
	color: #FE9000;
	background: #ffffff;
	border: 1px solid #CDDCD9;
	text-decoration: none;
}	

#nav a:active	{	
	font-family: Arial Verdana;
	font-weight: bold;
	font-size: x-small;
	color: #0a256a;
	background: #ffffff;
	border: 1px solid #CDDCD9;
	text-decoration: none;
}	
		