@charset "utf-8";
/* CSS Document */

.TEXTbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9400;
}

.TEXTsubHEADING {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF9400;
}
.TEXTbodyOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9400;
	text-align: left;
}
.bgfade {
	background-image: url(images/bgfade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #2C2C2E;
}
.TEXTfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.picSPACEleft {
	margin-left: 30px;
}
.TEXTbodyOrangeBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9400;
	text-align: left;
	font-weight: bold;
}


a.LINKfooter:link {color: #000000;text-decoration: underline;}
a.LINKfooter:visited {color: #000000;text-decoration: underline;}
a.LINKfooter:hover {color: #ffffff;text-decoration: underline;}
a.LINKfooter:active {color: #000000;text-decoration: underline;}

a.LINKtext:link {
	color: #ff9400;
	text-decoration: underline;
}
a.LINKtext:visited {
	color: #ff9400;
	text-decoration: underline;
}
a.LINKtext:hover {color: #ffffff;text-decoration: underline;}
a.LINKtext:active {
	color: #ff9400;
	text-decoration: underline;
}

