.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 	font-family: georgia, times, serif;
	font-size: 11px;
	font-weight: bold;
 	text-decoration: none;
 	line-height: 13px;
 	color: #6c6b6a;
 	text-transform:lowercase;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
	font-family: georgia, times, serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
 	text-decoration: none;
	line-height: 13px;
	
 	text-transform:lowercase;
	
}

