@charset "utf-8";

/* Admin Text */
.AdminSmallTextBlack {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.AdminSmallTextWhite {

	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

.AdminSmallTextRed {

	font-family: Verdana;
	font-size: 10px;
	color: #CC0000;
}


/* Admin Navigation */

a.AdminLink:link {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a.AdminLink:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a.AdminLink:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
}

.SmallTextBlack {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}

.MedTextDarkGrey {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
}

.MedTextBlack {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
.MedTextBlackJust {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-align: justify;
}

.LargeTextBlack {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
}

.TitlesTextBlack {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #000000;
}


/* Footer Nav Links Style - Black Link , Black Roll Over. 11 Point */

a.FooterNavLink:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a.FooterNavLink:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a.FooterNavLink:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #6191BF;
	text-decoration: none;
}
