@charset "utf-8";
/* CSS Document */

#currencytitle h2 {
	font-size: medium;
}
#currencyname {
	width: 700px;
	height: 125px;
}
#usdtitle {
	width: 580px;
	float: right;
}
#currencyname h3 {
	font-size: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#flag {
	margin-left: 20px;
	float: left;
	height: 100px;
	width: 120px;
}
#country {
	width: 720px;
}
#country th {
	color: #336600;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}
#country td {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 150%;
}
#country table {
	text-align: left;
}
#interestrate {
	font-size: 12px;
	height: 40px;
	width: 580px;
	background-image: url(../images/interestrate.jpg);
	background-repeat: no-repeat;
	padding-left: 120px;
	padding-top: 10px;
	margin-top: 20px;
}
#interestrate strong {
	font-size: 14px;
}
