@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFC;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
}
.oneColElsCtr #container {
	width: 75%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #B5934A;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #494925;
	text-align: center;
	color: #B5934A;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColElsCtr #container #mainContent .oneColElsCtr .style17 {
	font-family: Arial, Helvetica, sans-serif;
	color: #B5934A;
	background-color: #494925;
	text-align: center;
}
.oneColElsCtr #container #mainContent div div .oneColElsCtr em strong {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.oneColElsCtr #container #mainContent div div .oneColElsCtr em {
	font-family: Times New Roman, Times, serif;
	text-align: center;
}
