/* CSS Document */

#tabs{
	margin-bottom:-1px;
}
#rates-content{
	border:1px solid #ccc;
	padding:1em 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333333;
}
h1{
	color:#6BB5F1;
	font-size:12pt;
	padding-top:1em;
}
table.striped{
	margin-top:1em;
}
table.striped td, table.striped th {
	font-size:9pt;
	padding:4px;
	font-weight:normal;
	vertical-align:top;
}
table.striped th {
	text-align:left;
	color:#fff;
	background:#0176A3;
}
table.striped tr.alt{
	background:#E6EFF7;
}