.mortgage_table { margin: 20px 0; }
.mortgage_table table { width: 100%; border: none; }
.mortgage_table th
{ 
	color:#fff; 
	background-color: #666;
	text-align: center;
	font-weight: bold; 
}
.mortgage_table .even { background-color: #CCC; }
.mortgage_table .odd { background-color: #EEE; }
.mortgage_table td { font-size : 11px; font-family : verdana, helvetica, arial, lucidia, sans-serif; color : #000; vertical-align: top; }
.mortgage_table .right { text-align: right; width: 30%; }
.mortgage_table .left {	width: 70%; }
			
.mortgage_error { margin: 10px 0 20px 0; color: red; font-weight: bold; }
.mortgage_progress table { border-collapse: collapse; background-color:#EEE; border: 1px solid #999; width: 100%; }
.mortgage_progress td    { border-collapse: collapse; border: 1px solid #999; }

a 
{
	color: #666;
}

#content p.small
{
	font: 8pt/12pt Arial;
}

