/* ------------------
 styling for the tables 
   ------------------   */
#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	background:#FFFFFF;
	margin: 45px;
	width: 460px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	width: 560px;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	background:#006699;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding-bottom:9px;
	padding-left:10px;
	padding-right:5px;
	padding-top:8px;
	border-bottom:2px solid #d6dfff;
	border-collapse: collapse;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}