@charset "utf-8";
body {
	background-color: #82898F;
	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: #000000;
}
body,td,th {
	font-size: 10pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 523px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #070101;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px 10 10px;
	background-color: #070101;
}
p {
	background-color: #602223;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 8px;
}
img {
}
h1 {
	font-size: 14pt;
	color: #82898F;
}
h1,h2,h3,h4,h5,h6 {
	font-style: italic;
}
a:link {
	color: #82898F;
	text-decoration: overline;
	cursor: crosshair;
}
a:visited {
	color: #82898F;
	text-decoration: overline;
	cursor: crosshair;
}
a:hover {
	text-decoration: underline;
	color: #040809;
	cursor: crosshair;
}
a:active {
	text-decoration: underline;
	color: #040809;
	cursor: crosshair;
}
.footer {
	background-color:#070101;
}
