@charset "utf-8";

.oneColFixCtrHdr #container {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #0E0E10;
	color: #FFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 100%;
}
.oneColFixCtrHdr #header2 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #0E0E10;
	color: #FFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 100%;
}

.HeaderMain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: italic;
	font-weight: normal;
}
.HeaderMain2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;

}
.HeaderMain3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	clear: both;
}

.style3 {
	font-size: 9pt
}
.style4 {
	font-size: 10pt;
	font-weight: normal;
}