﻿/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}




#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #191d20;
	text-align: center;
	
	
	border-bottom: 1px solid #fff;
	color: #ffffff;
	
}
#box-table-a td
{
	padding: 8px;
	/*background: #565758; */
	border-bottom: 1px solid #fff;
	/*color: #8a8a79;*/
	text-align: center;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	/*background: #d0dafd;*/
	background: #8a8a79;
	color: #ffffff;
	/*color: #8a8a79;*/
}




