/* CSS Document */
<!--
body {
	background-color: #CDC098; /* #B4B89F */
/*	background-image: url(images/bg.jpg);
	background-repeat:repeat-x; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #484A67;
}

.header2 {
	background-image: url(images/header2.jpg);
	height: 47px;
	vertical-align: middle;
	text-align: right;
	padding-right: 30px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #990000;
	font-size: 33px;
}

.left_td {
	background-image: url(images/brdr_left.jpg);
	vertical-align: top;
	width: 13px;
}
.right_td {
	background-image: url(images/brdr_rt.jpg);
	vertical-align: top;
	width: 13px;
}
.nav_td {
	background-color: #E9E3D1;
	width: 196px;
	border-right: 2px solid #AEB867;
	vertical-align: top;
}

h1 {
	font-size: 14px;
	color: #484A67;
	font-weight: bold;
}

.content_td {
	background-color: #FFFFFF;
	width: 676px;
	vertical-align: top;
	padding: 0px 10px 5px 10px; /* top rt bot left */
}
.foot_td {
	background-image: url(images/footer.jpg);
/*	vertical-align: middle; */
	padding-top: 12px;
	text-align: center;
	font-size: 11px;
	color: #484A67;
	font-family:Arial, Helvetica, sans-serif;
	height: 33px;
}

.rates_row1 {
	color: #1C1F95;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.rates_row2 {
	color: #1C1F95;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.rates_row3 {
	color: #484A67;
	font-size: 12px;
}
.rates_row4 {
	color: #990000;
	font-size: 11px;
}

a:link {
	color: #1C1F95;
	text-decoration: underline;
}
a:visited {
	color: #1C1F95;
}
a:hover {
	color: #990000;
}
a:active {
	color: #1C1F95;
}

.nav_brdr { /* used for last nav link */
	border-bottom: 1px solid #AEB867; /*width style color */
}	
a.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #484A67;
	text-decoration: none;
	padding-left: 12px;
	line-height: 24px;
	display: block;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #AEB867; /*width style color */
}
a.nav:link {
	background-color: #E9E3D1;
	color: #484A67;
}
a.nav:visited {
	background-color: #E9E3D1;
	color: #484A67;
	}
a.nav:hover {
	background-color: #484A67;
	color: #E2B762;
}
a.nav:active {
	background-color: #E9E3D1;
	color: #484A67;
}

a.footer {
	font-size: 11px;
	color: #484A67;
	font-family:Arial, Helvetica, sans-serif;
}
a.footer:link {
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
a.footer:active {
	text-decoration: none;
}


/* FORM STYLES */

.req {font-size: 12px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

.formcontent {font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.form_tbl {
	background-color: #E9E3D1;
	border: 2px solid #726823;
}
.errmsg {padding-left: 40px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #FFFF99;
}
.formmsg {padding-left: 50px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
-->