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


body
{
	line-height: 2.1em;
}

#table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: transparent;
	margin: 45px;
	width: 705px;
	border-collapse: collapse;
	text-align: center;
	border-bottom: 2px solid black;
}
#table th
{
	font-size: 14px;
	font-weight: normal;
	color: black;
	padding: 10px 8px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
#table td
{
	color: black;
	padding: 9px 8px 0px 8px;
	border-bottom: 1px solid black;
}
#table tbody tr:hover td
{
	color: black;
}
