html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #333333;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
.BoldContentText {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
}
.ContentHeading {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.ContentText {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 125%;
}
.CopyrightText {
	color: #CCCCCC;
	font-size: 10px;
}
.FormInputText {
	color: #000000;
	font-size: 14px;
}
.PageLinksText {
	color: #FF9900;
	font-size: 14px;
}
.PageTitle {
	color: #FF9900;
	font-size: 24px;
	text-transform: capitalize;
}