table.todaysrates {
	background-color: #FDFDFD;
	border: 1px solid Black;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

table.todaysrates thead {
	background-color: #AB9AD4;
	color: White;
}

table.todaysrates thead th {
	border: 1px solid Black;
}

table.todaysrates td, table.todaysrates th {
	padding: 0.4em;
}

table.todaysrates tbody td {
	border-left: 1px solid #A4A4A4;
	text-align: center;
	width: 20%;
}

table.todaysrates tr.odd {
	background-color: #F7F7F7;
}

table.todaysrates tbody th {
	text-align: left;
	width: 15em;
}
