.text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.HEADER {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #E04A1F;
	text-transform: uppercase;
	font-variant: normal;
}
.smHEADERCopy {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #E04A1F;
	text-transform: capitalize;
	font-variant: small-caps;
}
a:link {
	font-family: "Trebuchet MS";
	color: #E04A1F;
	text-decoration: underline;
	font-size: 12px;
}
a:visited {
	font-family: "Trebuchet MS";
	color: #41698B;
	font-size: 12px;
}
a:hover {
	font-family: "Trebuchet MS";
	color: #FF6600;
	font-size: 13px;
}
a:active {
	font-family: "Trebuchet MS";
	color: #FF6600;
	font-size: 12px;
}
.textitalics {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: italic;
	color: #333333;
	font-weight: lighter;
}

