h2 {
	background:url(../images/heading-bg_2.gif) 0 0 no-repeat ;
	height:29px;
	padding:0;
	position:relative;
	margin-bottom:10px;
}
h2.normal {
	background:none;
	position:static;
}
h2 b, h2 i, h2 small {
	position:absolute;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	font-size:20px;
	letter-spacing:-1px;
	font-family:'Arial Black', Arial, Helvetica, sans-serif; 
}
h2 b {
	top:-1px;
	left:5px;
	color:#090670;
	z-index:50;
}
h2 i {
	color:#999;
	top:0px;
	left:6px;
	z-index:49;
}
h2 small {
	color:#ccc;
	top:1px;
	left:7px;
	z-index:48;
}
/* old rates styles */
.ratehead
	{
	background:#2b286b;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding: 0 5px;
	}
	
.raterow
	{
	text-align:center;
	color:#333;
	font-size:12px;
	}

.rateline
	{
	text-align:center;
	color:#333;
	font-size:12px;
	background:#efeeff;
	margin:3px 0;
	font-weight:bold;
	}
	
	


/*

	NEW RATES STYLES!
	
*/

.rate_group { padding-bottom:25px; }

table.group_rates {
	border-spacing:3px;
	padding:3px;
	width:100%;
}

table.group_rates th {
	background-color:#2B286B;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding: 0 5px;
	text-align:center;
}
table.group_rates th.blank_label { 
	background-color:transparent;
}

table.group_rates tbody tr {
	background-color:#EFEEFF;
}

table.group_rates tbody tr td {
	color:#333;
	font-size:12px;
	text-align:center;
}


ul.special_rate_links {
	padding-left:25px;
}


#top_rates .group_rates tr {
	background:none transparent;
}

#top_rates div.rate_group {
	padding:0 16px;
}
#top_rates .group_rates th,
#top_rates .group_rates td,
#top_rates .group_rates td.rate_data {
	font-size:11px;
	background:none transparent;
	text-align:left;
	color:#FFF;
	padding:0;
}
#top_rates table.group_rates { border-spacing:0; }
#top_rates .group_rates th { text-decoration:underline }

#top_rates table.group_rates tr th:last-child,
#top_rates table.group_rates tr td:last-child { 
	text-align:right;
	vertical-align: bottom;
}