
/* Small */

.SmallTextVerBlack {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}

.SmallTextBlack {

	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}

.SmallTextVerWhite {

	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}

.SmallTextWhite {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}

.SmallTextWhiteJust {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-align: justify;
}

.SmallTextLightGrey {

	font-family: Verdana;
	font-size: 9px;
	color: #CCCCCC;
}


/* Medium */

.MedTextWhite {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

.MedTextVerWhite {

	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

.MedTextBlack {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}

.MedTextBlackJust {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-align: justify;
}


.LargeTextWhite {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

.LargeTextWhiteTres {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

.PageTitles {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}


/* Footer Links - White Text */

a.FooterLink:link {
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	text-decoration: underline;
}
a.FooterLink:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	text-decoration: underline;
}
a.FooterLink:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

/* Body Links - Black Text - Verdana 11 Point*/

a.BodyLink:link {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a.BodyLink:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a.BodyLink:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #000999;
	text-decoration: none;
}

/* 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;
}


