/* Default CSS Stylesheet for a new Web Application project */

.MenuHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana;
	padding-left:10;
	padding-right:10;
	text-decoration: none
}


A:link	{	
	text-decoration:	none;
	color:	white;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	white;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	white;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	white;
	}
	
IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
