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


body
{
	line-height: 1.6em;
}


#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 890px;
	text-align: center;
	border-collapse: collapse;
	margin-left: 5px;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	background: fff;
	border-top: fff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 0px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	background-color: #FFFFFF;
}
#body_center {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#box-table-a tr:hover td
{
	color: #339;
	background-color: #CCCCCC;
}
