
/* CSS - Rates & Closing Costs */

.cc {
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	background-color:#e9e1da;
	color: #333;
	border-spacing:1px;
	border-collapse: separate;
 	*border-collapse: expression('separate', cellSpacing = '1px'); /* ie fix */
	width: 580px;
}

.cc td, th {
	padding: 2px;
}

.cc thead th {
	text-align: left;
	background-color: #efeae3;
	color: #444;
	border: 1px solid #FFF;
	text-transform:uppercase;
	font-size: 1.4em;
}

.cc tbody {
	 font-size: 1.1em;
}

.cc tbody th {
	font-weight: bold;
}

.cc tbody tr		{
	background-color:#FFF; 
	text-align:left;
	font-size: 1.1em;
	}
.cc tbody tr.separate2 	{
	background: #fff; /*efeae3*/
	border-top:1px solid #FFF;
}

.cc tbody th a:hover{
	color:#FF8601;
	}

.cc tbody tr td { 
	background: #FFF;
	border: 1px solid #FFF;
	}

.cc tbody tr.separate2 td{ 
	background: #fff; /*efeae3*/
	border-top:1px solid #FFF;
	}

.cc td a:link, .cc td a:visited {
	color: #1975D7;
	text-decoration: none;
}

.cc td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none;
}

.cc tfoot th, .cc tfoot td {
	background-color:#efeae3;
	padding:3px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em; font-weight:bold; font-style:italic;
	border-bottom:2px solid #e9e1da;
	border-top:1px solid #e9e1da;
}




