table.rates {
border-collapse: collapse;
	width: 500px;
}

table.rates th, table.rates td {
	padding: 4px;
	border: 1px solid #000066;
}

table.rates th {
	font-size: small;
	text-align: center;
	background: #241374 url(images/tables/header-bg.jpg);
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
	color: white;
}

table.rates td {
	font-size: small;
	text-align: center;
	background: #e2edff url(images/tables/td.jpg) repeat-x top;
}

table.rates caption {
	color: #000066;
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
}