/* Small */

.SmallTextVerBlack {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}

.SmallTextBlack {

	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}

/* Med */

.MedTextWhite {

	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}

.MedTextBlack {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}

.MedTextRed {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #C00;
}

/* Large */

.LargeTextBlackTre {

	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
}



/* Footer Nav Links Style - Black Link , Black Roll Over. 11 Point */

a.FooterNavLink:link {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a.FooterNavLink:visited {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a.FooterNavLink:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #6191BF;
	text-decoration: none;
}

/* Body Text - No Underline - Black Text - White Rollover */

a.BodyLinkWhite:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.BodyLinkWhite:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a.BodyLinkWhite:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #6191BF;
	text-decoration: underline;
}

/* Admin Links - Black Text - Verdana 9 Point*/

a.AdminLink:link {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}
a.AdminLink:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}
a.AdminLink:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #000999;
	text-decoration: none;
}
.SmallTextWhite {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}
.JATCMessageTitle {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
