.lowText
{ 
	color: white;
	font-weight: bold;
	font-size: 14px;
}

.highText
{ 
	color: #CCA204;
	font-weight: bold;
	font-size: 14px;
}

.lowText2
{ 
	color: white;
	background: #C69E05;
	border: 1px solid #C9A312;
	padding: 2px 0 0 4px;
}

.highText2
{ 
	color: #C69E05;
	background: white;
	border: 1px solid #C9A312;
	padding: 2px 0 0 4px;
}

A.lowText, A.lowText2, A.highText, A.highText2
{
	text-decoration: none;
}
