/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}

#hor-zebra
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	width: 530px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #000000;
}
#hor-zebra .odd
{
	background-color: #EFFAF4;
}

