/* CSS Document */
.highText {
FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #195c99; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}
.highText1 {
FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #195c99; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}
.subText {
	FONT: bold 10px Tahoma; COLOR: #195c99; TEXT-DECORATION: none
}
.subText1 {
	FONT: bold 10px Tahoma; COLOR: #71bf4c; TEXT-DECORATION: none
}


a.highText:link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #3E88D5;
	text-decoration: none;
}
a.highText:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF6803;
	text-decoration: none;
}
a.highText:visited {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
}