body {
	background-color:#CBCBCB;
	margin-top:11px;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
}
table.main {
	border:#ffffff 2px solid;
	background:#FFFFFF;
}
td.white{
	padding:8px;
}
td.grey {
	background-color:#D1D1D1;
	padding:8px;
}
td.blue {
	background-color:#BFCAD0;
	padding:8px;
}
td.blue2 {
	background-color:#BFCAD0;
	padding:4px;
}
td.padding8 {
	padding:8px;
}
.footer {
	color:#999999;
}
a.footer {
	color:#999999;
	text-decoration:none;
}
a.footer:hover {
	color:#1D6FC1;
	text-decoration:underline;
}
a.link {
	color:#333333;
	text-decoration:none;
	font:"Courier New", Courier, monospace;
}
a.link:hover {
	color:#1D6FC1;
	text-decoration:underline;
	font:"Courier New", Courier, monospace;
}
h1 {
	font-family:"Courier New", Courier, monospace;
	font-size:20px;
	margin:10px;
}
h2 {
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
	margin:12px;
}
p {
	margin:0px;
}
p.step	{
	margin-left:10px;
	margin-bottom:3px;
	margin-top:3px;
}
a.button	{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
h2.faq {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:6px;
}
h2.facts	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:5px;
}
h3	{
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
}
td.grey2 {
	background-color:#f1f1f1;
	padding-left:10px;
}
li	{
	margin:5px;
}
p {
	line-height:17px;
}
p.normal {
	line-height:normal;
}
div.select {
	padding-bottom:12px;
	padding-left:60px;
}
td.links	{
	padding:5px;
}
#dislosures {
	display:block;
}
#disclosures ul	{
	margin:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:6px;
}
#disclosures a {
	color:#999999;
	text-decoration:none;
}
#disclosures a:hover {
	color:#1D6FC1;
	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-01, .form-03, .form-05 {
   font-size:12px;
   text-align:center;
}
.form-02, .form-04, .form-06 {

}
.form-02 select, .form-04 select, .form-06 select {
   width:160px;
   font-size:12px;
   margin:8px 0px 8px 70px;
}
.form-02 select:hover, .form-04 select:hover, .form-06 select:hover {

}
.form-07 input {
   margin:10px 0px 0px 80px;
}
