@charset "utf-8";
body {
	background-image: url(images/back2.jpg);
	background-color: #DFD8C5;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.maintable {
	background-color: #FFFFFF;
}
.header {
	border: 1px solid #000000;
}
.toplinks {
	background-image: url(images/navbar-back.jpg);
	height: 37px;
}
.footer {
	background-image: url(images/bottom_bar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
}

.footer a:link {
	text-decoration: none;
	color: #000000;
		font-weight: bold;
}
.footer A:visited{
	text-decoration: none;
	color: #000000;
		font-weight: bold;
}
.footer A:active{
	text-decoration: none;
	color: #000000;
		font-weight: bold;
}
.footer a:hover{
	text-decoration:underline;
	color: #000000;
		font-weight: bold;
}
.feature_border {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}

.mortgage_table td{
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}


a:link {
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
}
A:visited{
	text-decoration: none;
color: #0000CC;
	font-weight: bold;
}
A:active{
	text-decoration: none;
color: #0000CC;
	font-weight: bold;
}
a:hover{
	text-decoration:underline;
color: #0000CC;
	font-weight: bold;
}
