body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #1a1a1a;
	margin: 15px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FAFAFA;
}
a:hover {
	color: #FFCC99;
}
form {
	margin: 0px;
}
#pageContainer {
	width: 705px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contentHeader {
	margin: 0px;
}
#contentContainer {
	margin: 0px;
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
	overflow: auto;
}
#contentMenu {
	width: 200px;
	float: left;
}
#contentMenu a {
	display: block;
	line-height: 30px;
	padding-left: 25px;
	margin: 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
}
#contentMenu a:link {
	text-decoration: none;
	color: #e5e5e5;
	border-top: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
}
#contentMenu a:visited {
	text-decoration: none;
	color: #e5e5e5;
	border-top: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
}
#contentMenu a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	border-top: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
}
#contentMenu .subMenu {
	margin: 0px;
}
#contentMenu .subMenu a {
	display: block;
	line-height: 19px;
	padding-left: 50px;
	margin: 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
}
#contentMenu .subMenu a:link {
	text-decoration: none;
	color: #e5e5e5;
	border-width: 0px;
}
#contentMenu .subMenu a:visited {
	text-decoration: none;
	color: #e5e5e5;
	border-width: 0px;
}
#contentMenu .subMenu a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	border-width: 0px;
}

#contentBody {
	margin-top: 0px;
	margin-left: 200px;
	padding-top: 1px;
}
.contentText {
	padding: 5px 20px 0px 15px;
	line-height: 20px;
	text-align: justify;
}
.contentText p {
	margin-top: 0px;
}
.contentText li {
	margin-top: 0px;
	margin-bottom: 3px;
}

#contentFooter {
	clear: both;
	margin: 0px;
}

#pageFooter {
	margin: 15px auto;
	width: 700px;
}
.footerText {
	font-size: 10px;
	color: #999999;
}
.footerText a:link {
	color: #999999;
	text-decoration: none;
}
.footerText a:visited {
	color: #999999;
	text-decoration: none;
}
.footerText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.sectionTitle {
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
.textTiny {
	font-size: 9px;
}
.textXSmall {
	font-size: 10px;
}
.textSmall {
	font-size: 11px;
}
.textLarge {
	font-size: 14px;
}
.textIndented {
	margin-left: 15px;
}
.bodyHeader {
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: right center;
	border: 2px solid #333333;
	height: 75px;
	line-height: 75px;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 15px;
}
.bodyText {
	margin-left: 10px;
	margin-right: 2px;
}
.textRequired {
	color: #FF9900;
}
.textInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 3px 2px;
	background-image: url(images/bg_input.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 1px solid #333333;
}
.textInputFocus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	padding: 3px 2px;
	background-image: url(images/bg_input.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 1px solid #FF9900;
}
.hrStyled {
	color: #999999;
	margin: 15px 0px;
	height: 1px;
	width: 96%;
}
.textQuoteMark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 1px;
}
