﻿table.rates {
	margin-top: 10px;
	width: 240px;
	border-collapse: collapse;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}

table.rates td span, table.rates td, table.rates th {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}


table.rates th {
	text-align: center;
	background: #ffffff;
	color: #595959;
	padding: 2px 4px;
	font-size: 10px;
	font-weight: bold;
}

table.rates th span {
	font-weight: normal;
}

table.rates td {
	text-align: right;
	padding: 3px 4px;
	font-size: 9px;
	background: #f7f7f7;
}

table.rates .left {
	text-align: left;
}
table.rates .center {
	text-align: center;
}

table.rates tr.even td {
	background: #ffffff;
}

table.rates td span.rise {
	color: #059621;
}
table.rates td span.fall {
	color: #C81414;
}

p.rates-date {
	margin-top: 0;
	text-align: right;
	color: #6E6E6E;
	font-size: 10px;
}
			