@charset "utf-8";
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2D1500;
	text-decoration: none;
}
.bodyText_Orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C16300;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.bodyText_Brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #884100;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}


a.nav-bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AA8A66;
	text-transform: none;
	text-decoration: underline;
	font-style: normal;
}

a.nav-bottom:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F3EBE2;
	text-decoration: underline;
	font-style: normal;
}
a.nav-gman {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #72593F;
	text-transform: none;
	text-decoration: underline;
	font-style: normal;
}

a.nav-gman:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C16300;
	text-decoration: underline;
}
a.nav-readMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #09495f;
	text-transform: capitalize;
	text-decoration: underline;
	font-style: normal;
}
a.nav-readMore:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #14A3D1;
	text-transform: capitalize;
	text-decoration: underline;
	font-style: normal;
}
a.nav-bodyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #09495f;
	text-transform: capitalize;
	text-decoration: underline;
	font-style: normal;
}
a.nav-bodyLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #14A3D1;
	text-transform: capitalize;
	text-decoration: underline;
	font-style: normal;
}
a.nav-gotoTOP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #14A3D1;
	text-transform: none;
	font-style: italic;
}
a.nav-gotoTOP:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C16300;
	text-transform: none;
	text-decoration: underline;
	font-style: italic;
}






.subHeading_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #C16300;
	text-decoration: none;
}
.subHeading_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #F2E9DF;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C16300;
	text-decoration: none;
}
.copyrightLOGO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #C16300;
	text-decoration: none;
}

.inputText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #2D1500;
	background-color: #C0B3A3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #EA7B00;
	border-right-color: #EA7B00;
	border-bottom-color: #EA7B00;
	border-left-color: #EA7B00;
}
.inputButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #EA7B00;
	background-color: #574A3C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

