/*NBG Currency Module CSS*/
.currency_module
{
	padding-bottom:10px;
}
.currency_title
{
	background:#EFEFEF;
	color:#003399;
	line-height:25px;
	text-align:center;
	font-weight:bold;
}

.currency_date
{
	padding:2px;
	text-align:right;
	font-style:italic;
	font-size:10px;
}
.currency_table
{
	width:100%;
}
.currency_img
{
	padding:1px;
	width:32px;
}
.currency_rate,
.currency_code,
.currency_count
{
	text-align:center;
}