/*@override http://www.moneyway.com/style.css */

#currency_table {
	width: 600px;
	height: 1520px;
	color:#000000;
	overflow:auto;
}

#currency_widget_table_header {
	background-color:#152C58;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

tr.row_even {
	background-color: #FFFFDF;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color:#000000;
	font-size: 8pt;
}

tr.row_odd {
	background-color: #FFFFDF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align: center;	  
}
