.rates {
	color: #333;
	margin-bottom: 1.75em;
	width: 200px;
	}
	
.rates thead tr th, .rates thead tr td, .rates tbody tr td, .rates tbody tr th {
	font-size: 95%;
	text-align: left;
	padding: .35em .75em;
	border: solid 1px #CCC;
	border-width: 0 1px 1px 0;
	background: #FCF9F3;
	}
	
.rates thead tr th {
	padding: .35em .25em;
	background-color: #465E7D !important;
	color: #FCF9F3;
	background-image: url("../images/th_bg.png");
	background-position: 0 100%;
	background-repeat: repeat-x;
	border: solid 1px #333 !important;
	border-width: 0 1px 1px 0 !important;
	text-align: center;
	}
	
.rates thead tr td {
	text-align: left;
	font-size: 100%;
	background: transparent url("../images/white_BG_25.png") !important;
	font-weight: bold;
	}
	
.rates tbody tr th {
	text-align: left;
	font-weight: bold;
	}
	
.rates tbody tr td {
	padding-left: 2em;
	text-align: left;
	}
	
.rates tfoot tr td {
	font-size: 95%;
	text-align: left;
	padding: .35em .75em;
	border: solid 1px #CCC;
	border-width: 0 1px 1px 0;
	background: #FCF9F3;
	}
	
.whtText {
     color:#FFFFFF
}
