

table{
	font-size: 12px;
	width: 100%;
	text-align: left;
	border: none;
	margin-bottom:10px;
	margin-top:0;
	color: #666666;
}
table thead tr td,
table thead tr td th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	border: none;
}
table tbody tr td
{
	padding: 8px;
	border: none;
	background-color: transparent;
}

table tbody tr th
{
	padding: 8px;
	border: none;
	background-color: #003570;

	font-weight:bold;
}