.table_hdr {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: url("../images/table_tile.jpg");
	text-align: center;
}
.table_row_even {
	font-size: 12px;
	color: #000000;
	background-color: #f3f3f3;
	text-align: center;
}
.table_row_odd {
	font-size: 12px;
	color: #000000;
	background-color: #e6e6e6;
	text-align: center;
}
.table_row_home {
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}
.table_row_rate {
	font-size: 12px;
	color: #000000;
	background-color: #e0e7ef;
	text-align: left;
}
.calc_row_even {
	font-size: 12px;
	color: #000000;
	background-color: #f3f3f3;
}
.calc_row_rate {
	font-size: 12px;
	color: #000000;
	background-color: #e0e7ef;
}
.home_hrefs{
	font-family:arial,verdana,helvetica,helv;
	font-size:12px;
}
.rate_row_even {
	font-size: 12px;
	color: #000000;
	background-color: #f3f3f3;
	text-align: right;
}
hr {
border: 1px;
margin-left: 0px;
margin-top: 10px;
margin-bottom: 10px;
color: #9E9E9E;
background-color: #e0e7ef;
height: 1px;
width: 450px;
text-align: left;
}


