@charset "utf-8";
/* CSS Document */
/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}
#box-table-a a{
	background: none;
	color: #CCCCCC;
}

#box-table-a td a{
	background: none;
	color: #003366;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	
	width: 100%;
	
	text-align: left;
	border-collapse: collapse;
}

#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border: 1px solid #fff;
	color: #CCCCCC;
	background-color: #003366;
	text-align: center;
}
#box-table-a td
{
	padding: 8px;
	color: #003366;
	border: 1px solid #fff;
	text-align: center;
	background-color: #CCCCCC;
}
#box-table-a tr:hover td
{
	color: #339;
	background-color: #E4E4E4;
}



#box-table-a .table-footer td{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

#box-table-a .table-footer:hover td{
	background-color: #FFFFFF;
}

#box-table-a .table-footer img{
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
	background: none;
	}

#box-table-a .table-footer{

}
