@charset "utf-8";
.MedTextWhite {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
}
.XLTextWhite {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}
.MedTextWhiteJust {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 25px;
}
.MedTextBlack {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}


/* Project Nav - Orange Link , Light Orange Roll Over. 12 Point */

a.ProjectNavLink:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #964124;
	text-decoration: underline;
}
a.ProjectNavLink:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #964124;
	text-decoration: underline;
}
a.ProjectNavLink:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #D26844;
	text-decoration: none;
}
.XLTextRed {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #9C4229;
	font-weight: normal;
}
