body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
body {
	margin: 0px;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 10px;
}
#CurrenciesWrapper {
	padding:4px;
	border: 1px solid #CFCFCF;
	margin:10px auto 0 auto;
	width:300px;
}
#Currencies {
	width: 100%;
}
#Currencies th {
	text-align:center;
	padding:3px;
	text-transform:uppercase;
}
#Currencies td {
	padding:2px 2px 2px 18px;
	border-top: 1px dotted #CFCFCF;
}
#Currencies th.label, #Currencies td.label {
	padding:2px;
	text-align: left;
	margin:0px;
}
#Currencies td.equal {
	width: 10px;
	padding:2px;
}
#footer {
	margin:3px auto;
	width:200px;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#B9B9B9;
	text-align:center;
}