table{
	font-size: 93%;
	border-collapse: collapse;
}

thead tr{
	background-color: #D9FFD9;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

thead th{
	border: 1px solid #000000;
	padding: 0.25em;
	white-space: nowrap;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CE0000;
}
tr{
	background-color: #F0F3FC;
}
tr.odd{
	background-color: #FFFFFF;
}
tbody tr:hover{
	background-color: #E9E9E9;
}

td, th{
	border: 1px dotted #606060;
}

tbody td
{
	padding: 5px;
}
td a:link, th a:link{
}
td a:hover, th a:hover{
	color: orange;
	text-decoration: underline;
}
