/* Default CSS Stylesheet for a new Web Application project */

BODY,TD
{
	font-size: 11px;
	word-spacing: normal;
	font-family: Tahoma, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

A:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
	
A:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}
	
