/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

TABLE
{
	font-size: 14px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #4e92b9;
}

A:link	{	
	text-decoration:	none;
	color:	#4e92b9;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#4e92b9;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#4e92b9;
	}	
		
A:hover
{
	color: #ff0000;
	text-decoration: underline;
}
	
