@charset "UTF-8";



body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
}

td img {
	display: block;
}


.headerRow {
	background-image: url(img/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



.footerRow {
	background-image: url(img/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.bodyContRow {
	background-image: url(img/bodyContBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.footerTxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #9ea374;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b6e8f;
	font-size: 15px;
	font-weight: bold;
	display: inline;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b6e8f;
	font-size: 15px;
	font-weight: bold;
	display: block;
}


bullshit {
	font-size: 10px;
	color: 727265;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	
}.colText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 727265;
	line-height: 20px;
}





a {
	font-size: 12px;
	color: #BE854C;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #B3B792;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #BE854C;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #BE854C;
	font-weight: bold;
}

.linkDivider {
	font-size: 12px;
	color: #BE854C;
	font-weight: bold;
	padding-right: 7px;
	padding-left: 7px;
}




.verticalRule {
	background-color: #999999;
}
.bodyTxtEmph {
	font-weight: bold;
	color: #3B6E8F;
}
.tanContainer {
	background-color: #E2E3D5;
	padding: 25px;
	color: #727265;
	font-size: 14px;
	line-height: 25px;
}
.listTableRow {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}
