


.currency_table td{
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	color:#232542;
}


.currency_table{
	float:left;
	width:300px;
}

.cell_eff td{
	background:#cfd0d1;
}
td.curr_ind{
	background:transparent;
}
.curr_title td{
	font-weight:bold;
}

.currency_table tr:hover td {
	background:#555b90;
	color:white;
}