body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
form {
	margin:0px;
}
.form_text {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.copy {
	font-size:10px;
	color:#999999;
}
.copy ul {
	margin:0px;
	padding:0px;
}
.copy ul li {
	display:inline;
	color:#999999;
	margin-right:10px;
}
.copy a {
	color:#999999;
	text-decoration:none;
}
.copy a:hover {
	color:#96BD30;
	text-decoration:underline;
}
a.copy {
	color:#999999;
	text-decoration:none;
}
a.copy:hover {
	color:#96BD30;
	text-decoration:underline;
}
h1 {
	margin:0px;
	font-size:13px;
	color:#002E6E;
}
h2 {
	margin:0px;
	font-size:13px;
	color:#002E6E;
}
a {
	color:002e6e;
}
a:hover {
	color:#96BD30;
}

/* 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:140px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	margin:8px 0px 8px 0px;
}