
#box-table-a
{
	font-family:  Arial,Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #aaa;
	margin-bottom: 15px;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	text-align:left;
	background: #012035;
	border-top: 4px solid #aaa;
	border-bottom: 1px solid #aaa;
	color: #fff;
}
#box-table-a td
{
	padding: 8px;
	background: #F9F4E4; 
	border-bottom: 1px solid #313131;
	color: #313131;
	text-align:left;
	border-top: 1px solid transparent;
}

.box-table-a
{
	font-family:  Arial,Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #aaa;
	margin-bottom: 15px;
}
.box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	text-align:left;
	background: #012035;
	border-top: 4px solid #aaa;
	border-bottom: 1px solid #aaa;
	color: #fff;
}
.box-table-a td
{
	padding: 8px;
	background: #F9F4E4; 
	border-bottom: 1px solid #313131;
	color: #313131;
	text-align:left;
	border-top: 1px solid transparent;
}
/*#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #fff;
}*/
