/* ====================[ RATE MENU ]==================== */

#rateMenu {
	width: 576px;
}
a.rateMenu, a.rateMenu:link, a.rateMenu:visited {
	display:block;
	width:70px;
	height:28px;
	background:#ddd url(../images/tab-corners.gif) top no-repeat;
	margin: 0 3px 0 0;
	padding: 4px 2px 0 2px;
	text-align:center;
	text-decoration:none;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#084ec2;
	overflow:hidden;
	float:left;
}
a.rateMenu:hover {
	color:#fff;
	background:#aaa url(../images/tab-corners.gif) top no-repeat;
}


/* ====================[ RATE TABLE ]==================== */

#rateContainer {
	font-family: arial;
	font-size: 14px;
	width: 550px;
	color:#000;
}
#rateSectionHeader {
	line-height: 25px;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	margin: 0 0 12px 0;
}
rate table {
	width: 100%;
}
#rateContainer td {
	text-align: center;
	padding: 5px 5px 5px 5px;
	font-family: arial;
	font-size: 12px;
}
.rateTableHeader {
	background-color: #aaa;
	text-align: center;
	padding: 5px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-bottom: solid #fff 1px;
	border-right: solid #fff 1px;
}
.rateTableAltTD {
	background-color: #eee;
}
