body {
	background-color:#DAEECB;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	margin:0px;
}
form {
	margin:0px;
}
h1 {
	font-size:18px;
	font-weight:normal;
	color:#3A660E;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-size:13px;
	font-weight:bold;
	color:#95191C;
}
.ten {
	font-size:12px;
	font-weight:bold;
}
.footer {
	font-size:11px;
}
a.footer {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.footer:hover {
	color:#3A660E;
	font-weight:bold;
	text-decoration:underline;
}
a {
	color:#95191c;
}
a:hover {
	color:#3A660E;
}
table.main {
	border-left:#3B463F 5px solid;
	border-right:#3B463F 5px solid;
	border-bottom:#3B463F 2px solid;
	border-top:#3B463F 1px solid;
	background-color:#FFFFFF;
}
td.quoteform {
	background-image:url(images/quote-bg.jpg);
	background-position:bottom;
	padding-left:22px;
	padding-right:10px;
}
td.greybox {
	background-color:#e8e8e8;
	padding:12px;
}

#disclosures {
	color:#000000;
	font-weight:bold;
}
#disclosures ul	{
	margin:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures a {
	color:#000000;
	text-decoration:none;
}
#disclosures a:hover {
	color:#3A660E;
	text-decoration:underline;
}
/* creates illusion of cellpadding on all td's */
#mortgage-loan-form td {
	padding:5px;
}




/* makes labels for all fields bold */
.form-01, .form-03, .form-05 {
	font-weight:bold;
}




/* centers all form elements */
#mortgage-loan-form td {
	text-align:center;
}




/* modifies the drop-down menus */
.select-01, .select-02, .select-03 {
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
}
#form	{
	font-weight:bold;
	margin:10px 0px 0px 0px;
}
.select-service, .select-property, .select-credit	{
	text-align:center;
	font-weight:bold;
	width:175px;
}
.select-service select, .select-property select, .select-credit select{
	width:175px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:8px 0px 8px 0px;
}
.continue-button	{
	display:block;
}