body {
	background-color: #373737;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.PageTitle {
	font-family: Arial;
	font-size: 17px;
	color: #ea6c15;
	font-weight: bold;
}
.PageSubTitle {
	font-size: 14px;
	font-family: Arial;
	color: #000000;
	font-weight: bold;
}
.PostedDate {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
}
.MainTextBody {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
.MainTextBodyOrange {
	font-family: Arial;
	font-size: 13px;
	color: #ea6c15;
}

a:link {
	color: #ea6c15;
}
a:visited {
	color: #ea6c15;
}
a:active {
	color: #ea6c15;
}
a:hover {
	color: #ea6c15;
}