table.sortable {
	border-collapse: collapse;
}
			
table.sortable thead th {
	color: #B4DD9D;
	background-color: #006400;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	text-align: center;
}

table.sortable thead th a:link {
	color: #B4DD9D;
	text-decoration: none;
	font-weight: normal;
}

table.sortable tbody td {
	border: 1px solid #CCCCCC;
	text-align: center;
}

table.sortable tbody td.le {
	border: 1px solid #CCCCCC;
	text-align: left;
}

table.sortable tbody tr td.gr {
	background-color: #00FF00;
	text-align: center;
}

table.sortable tbody tr td.rd {
	background-color: #FF0000;
	text-align: center;
}

table.sortable tbody tr:hover {
	background-color: #B4DD9D;
	cursor: pointer;
}		

