body {
	margin:0px;
	background-color:#ededed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
form {
	margin:0px;
}
h1 {
	margin:0px;
	font-size:15px;
	color:#84c526;
}
h2 {
	margin:0px;
	font-size:13px;
	color:#1678be;
}
a {
	color:#1678be;
}
a:hover {
	color:#ffa200;
}
.copy {
	font-size:10px;
	color:#999999;
}
a.copy {
	color:#999999;
	text-decoration:none;
}
a.copy:hover {
	color:#ffa200;
	text-decoration:underline;
}
.form_text {
	font-size:10px;
	font-weight:bold;
	color:#000000;
}


/* creates illusion of cellpadding on all td's */
#mortgage-loan-form td {
	padding:3px;
}


/* 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;
}



#new-form	{
	margin-left:40px;
}
/* modifies the drop-down menus */
.select-01, .select-02, .select-03 {
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	margin:8px 0px 8px 0px;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	color:#999999;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
  font-size:10px;
}
#disclosures a {
	color:#999999;
	font-size:10px;
	text-decoration:none;
}
#disclosures a:hover {
	text-decoration:underline;
	color:#FFA200;
}