/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: white;
}

A:link
{
	color: #0000ff;
	text-decoration: none;
}	
		
A:visited
{
	color: #0000a5;
	text-decoration: none;
}	
		
A:active
{
	color: #0000a5;
	text-decoration: none;
}	
		
A:hover
{
	color: #0000a5;
	text-decoration: underline;
}

