.lowText
{ 
	color: #DDDDDD;
	font-weight: bold;
	font-size: 11px;
}

.highText
{ 
	color: white;
	font-weight: bold;
	font-size: 11px;
}

.lowText2
{ 
	color: white;
	background: #003366;
	border: 1px solid #0066cc;
}

.highText2
{ 
	color: white;
	background: #0066cc;
	border: 1px solid #0066cc;
}

A.lowText, A.lowText2, A.highText, A.highText2
{
	text-decoration: none;
}
