#table{
	font-size: 0.9em;
	font-family: pt-sans, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	border-collapse:inherit;
	text-align:left;
	float:none;
	margin-left: 0px;
	width: 530px;
}
thead tr th{
	color: #aecc52;
	text-transform:	uppercase;
	font-style: normal;
	font-weight: 700;
	text-align:	left;	
	border-bottom: 3px solid #E2E2E4;
	padding: 5px 0 5px 0;
}
tfoot th, tfoot td{
	border-top:	3px solid #E2E2E4;
}
tr td, tr th{
	border-bottom: 1px solid #E2E2E4;
	line-height: 18px;
	padding: 5px 0 5px 0;
}

tbody th a{
	text-transform:uppercase;
}

tbody a, tbody a:link{
	color: #0099ff;
	font-weight: normal;	
	text-decoration:none;
}

tbody a:visited{
	color: #000;
}


