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

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #81835E;
	border-top: 4px solid #172808;
	border-bottom: 1px solid #000;
	color: #EFE3D5;
}
#box-table-a td
{
	padding: 8px;
	border-bottom: 1px solid #666;
	color: #0B2303;
	border-top: 1px solid;
}
#box-table-a tr:hover td
{
	background: #D8B892;
	color: #1D2E0E;
}


#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #999;
	border-bottom: 7px solid #999;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #999;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #999;
}
#box-table-b td
{
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #999;
}

