@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;
}
.oneColFixCtrHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
	font-size: 14px;
	width: 1000px;
}
.oneColFixCtrHdr #header {
	font-family: Tahoma, Geneva, sans-serif;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FF0;
	text-align: center;
}

</style>
.Headings {
}
h1 {
	font-size: 28px;
	font-style: normal;
	color: #009;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-style: normal;
	color: #009;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
h3 {
	font-size: 14px;
	font-style: normal;
	color: #009;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
h4 {
	font-size: 12px;
	font-style: normal;
	color: #000;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
