/* Default CSS Stylesheet for a new Web Application project */
TD
{
	font-family:Verdana;
	font-size:11px;
		
}

TD.SubHead
{
	font-family:Verdana;
	font-size:12px;
	
	color:000000;
		
}

TD.ProjHead
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:0066FF;
		
}

TD.ProjSubHead
{
	font-family:Verdana;
	font-size:12px;	
	color:0066FF;
		
}


A:link	
{
	font-family:Verdana;
	font-size:11px;
	text-decoration:	underline;
	color:	#0066FF;
	}	
		
A:visited	
{
	font-family:Verdana;
	font-size:11px;
	text-decoration:	underline;
	color:	#0066FF;
	}	
		
A:active	
{
	font-family:Verdana;
	font-size:11px;
	text-decoration:	underline;
	color:	#0066FF;
	}	
		
A:hover	
{
	font-family:Verdana;
	font-size:11px;
	text-decoration:	blink;
	color:	#0066FF;
	}
