@charset "utf-8";
body {
	background: #000000;
	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: #efc680;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	line-height: 20px;
	font-style: normal;
}
.HeaderClass1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	font-style: italic;
	font-weight: 100;
}
a:link {
	color: #efc680;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #AD1315;
}
a:active {
}

.oneColFixCtr #container {
	background: #000000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#divMainBody {
	text-align: left;
	height: 378px;
	width: 849px;
	overflow: auto;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 15px;
}
.HeaderClass2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	font-style: italic;
}
.divPcontact {
	font-size: 12pt;
}
.HeaderClass3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	font-style: italic;
}
