.blue_text {
	font-size: 11px;
	color: #054F9A;
	letter-spacing: 1px;
}
.blacktext {
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
}
.red_text {

	font-size: 12px;
	color: #FF0000;
}
.yellow_link {
	font-size: 14px;
	color: #FFD35B;
	text-decoration: none;
}






.text {
	color: #f2d65b;
	font-weight: bold;
	font-size: 14px;
}
a.text:link {
	color: #F2D65B;
	text-decoration: none;
}
a.text:visited {
	color: #F2D65B;
	text-decoration: none;
}
a.text:hover {
	color: #0B70E0;
	text-decoration: none;
}
a.text:active {
	color: #0B70E0;
	text-decoration: none;
}





.middle {
	color: #005CAB;
	font-weight: bold;
	font-size: 14px;
}
a.middle:link {
	color: #005CAB;
	text-decoration: none;
}
a.middle:visited {
	color: #005CAB;
	text-decoration: none;
}
a.middle:hover {
	color: #000000;
	text-decoration: none;
}
a.middle:active {
	color: #000000;
	text-decoration: none;
}

