.bodyText {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.bodyText:HOVER {
	text-decoration: underline;
}
.readMoreRed {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC0033;
	text-decoration: underline;
}
a.readMoreRed:HOVER {
	text-decoration: none;
}


.bodyTextBold {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}
.bodyTextBlue {

	font-family: Tahoma;
	font-size: 11px;
	color: #294789;
}

a.bodyTextBlue:HOVER {
	text-decoration: none;
}

.bodyTextBlueBold {
	font-family: Tahoma;
	font-size: 11px;
	color: #294789;
	text-decoration: none;
	font-weight: bold;

}
.bodyTextWhite {

	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}.bottomMenu {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.bottomMenu:HOVER {
	color: #FEF3BE;
}.title {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;

}

