/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: black;
}

A:link	{	
	text-decoration:	none;
	color:	#FF6633;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#FF6633;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#FF6633;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
.SmallFont
{
	font-size: 6pt;
	color: white;
	font-family: Verdana;
}
.NormalFont
{
	font-size: 8pt;
	color: white;
	font-family: Verdana;
}
.LargeFont
{
	font-size: 10pt;
	color: white;
	font-family: Verdana;
}

