@charset "utf-8";
/* CSS Document */
<style type="text/css">

<!--

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-color: #FFEFDE;
	top: 10px;
	height: 10px;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #000099;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 10px;
	clip: rect(10px,auto,auto,auto);
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.style2 {font-size: small}
.style5 {font-size: small; color: #000066; }
.style6 {color: #000000}
a:link {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000099;
}
.style7 {
	color: #3366CC;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h4 {
	font-size: small;
	color: #006699;
}
.style9 {font-size: medium}
.style10 {color: #3366CC; font-weight: bold; font-size: small; }
.style11 {color: #000066}
.style12 {font-size: small; font-weight: bold; color: #000066; }
-->
</style>

