
	.Text2, td {
		font-family: arial, helvetica, arial;
		font-size: 10px;
		font-weight: normal;
		color: #000000;
	}

	.NavHighlight:Hover {
		font-family:verdana, helvetica, arial;
		font-size:10px;
		color:#990000;
		font-weight : bold;
		line-height:14px;		
	}
  
	A:hover {
		text-decoration:none;
		color : #cc0000;
	}
	
