table {
	color: #000000;
	align: center;
	margin: 0 auto;
	font-size: 90%;
}

thead th {
	background: #a6d6d4;
	color: black;
	padding: 0.2em 0.7em 0.2em 0.7em;
	font-weight: bold;
	text-decoration: underline;
	border: 1px solid black;
}

tbody td, tbody th {
}

.trow td, .trow th{ background: #dfe2eb;
		border: 1px solid black;
	 }

.emptycell td { 
			background: #CEDEF0;
			}

tbody a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

tbody a:hover {
	text-decoration: underline;
}

tbody a:visited {
	color: #474747;
}