/* CSS Document */

Body {
	background-color: #5F5F5F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.FirstDiv {
	width: 862px;
	margin-left: auto;
	margin-right: auto;
}

.Background {
	background-image: url(/images/main/Background.gif);
	background-repeat: repeat-y;
}

.MainLinks {
	background-image: url(/images/main/MainLinks.gif);
	background-repeat: no-repeat;
	width: 862px;
	height: 28px;
}

.MainBody {
	margin-left: 70px;
	margin-right: 70px;
}

.Header {
	text-align: center;
	background-image: url(/images/main/Header.gif);
	background-repeat: repeat-y;
	height: 115px;
}

.Footer {
	text-align: center;
	background-image: url(/images/main/Footer.gif);
	background-repeat: repeat-y;
	height: 126px;
}

.Disclaimer {
	color: #666666;
	font-size: 8pt;
	font-style: italic;
	margin-left: 110px;
	margin-right: 110px;
	text-align: justify;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.PageTitle {
	color: #6F1D09;
	font-size: 22pt;
	text-decoration: underline;
	font-weight: bold;
}

.PageSubTitle {
	font-weight: bold;
}

.faqQ {
	color: #6F1D09;
	font-weight: bold;
	font-style: italic;
}

a.navMain:active {
	color: #6F1D09;
	text-decoration: underline;
}
a.navMain:link {
	color: #6F1D09;
	text-decoration: underline;
}
a.navMain:visited {
	color: #6F1D09;
	text-decoration: underline;
}
a.navMain:hover {
	color: #000000;
	text-decoration: underline;
}