#currency-table {
	width: 530px;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:10px;
}
#currency-table thead,
#currency-table .country-name {
	font-weight: bold;
}
#currency-table thead tr th {
	background: #8A910C none repeat scroll 0;
	color: #FFFFFF;
}
#currency-table thead th {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	font-size: 11px;
}
#currency-table td {
	border-bottom:1px solid #D9D9DA;
	height:20px;
	padding:5px 1px;
	vertical-align:middle;
}
#currency-table td.positive {
	color: #009900;
}
#currency-table td.negative {
	color: #990000;
}
#currency-table td.highlight {
	color: #000099;
}
#currency-table tr.odd {
	background:#EEEEEE none repeat scroll 0;
}
#currency-table tr.even {
	background:#FFFFFF none repeat scroll 0;
}
.updated {
	padding: 5px 0;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:11px;
}
