/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	margin: 0px;
}

.headlines {
			color: #9b0000;
			font-weight: bold;
			font-size: 115%;
			font-family: "Arial";
		}
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

.PageTitleText
{
	font-weight: bold;
	font-size: 18px;
	color: black;
	font-family: Verdana, Arial, Tahoma;
	font-variant: normal;
}
FORM
{
	font-weight: normal;
	font-size: 18px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}
TD
{
	font-size: 12px;
	color:black;
	font-weight:normal;
	font-family: Verdana, Helvetica, sans-serif;
}


P
{
	font-size: 12px;
	Font-weight:normal;
	font-family: Verdana, Helvetica, sans-serif;
}


