#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box-table-a th
{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 2px;
	background-color: #598DB4;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #155B7A;
	border-bottom-color: #176284;
}
#box-table-a td
{
	color: #FFF;
	padding-left: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#box-table-a tr:hover td
{
	color: #FFF;
	background-color: #458DC2;
}
#box-table-b tr:hover td {
	color: #339;
	background-color: #DDD;
}
#box-table-b td {
	color: #333;
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#box-table-b th {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background-color: #F0F0F0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#box-table-b {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: right;
	border-collapse: collapse;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

