.lowText
{ 
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding-top: 1px;
}

.highText
{ 
	color: #990033;
	font-weight: bold;
	font-size: 12px;
	padding-top: 1px;
}

.lowText2
{ 
	color: white;
	background: #8197CD;
	border: 1px solid #7086BC;
}

.highText2
{ 
	color: #8197CD;
	background: white;
	border: 1px solid #7086BC;
}

A.lowText:hover, A.lowText2:hover
{
	color: white;
	background: #8197CD;
	text-decoration: none;
}

A.highText:hover
{
	color: #990033;
	text-decoration: none;
}

A.highText2:hover
{
	color: #8197CD;
	background: white;
	text-decoration: none;
}
