.text {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none
}

A.text {
	text-decoration: underline
}

A:hover.text {
	text-decoration: none
}

.textBOLD { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none 
}

.textHEAD { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none 
}

.navText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 3px;
}

A.navText { 
  color: #000000; 
}

A:hover.navText { 
  color: #000000; 
  background: #FFCC00;
}

.redTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #B20000;
	text-decoration: none	
}

A.redTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #B20000;
	text-decoration: none	
}
