#thetable {
	font: 12px Verdana, sans-serif;
}
#thetable a, #thetable a:visited {
	color: white;
	text-decoration: none;
	display: block;
}
#thetable caption, #thetable th, #thetable td {
	vertical-align: top;
	text-align: left;
}
#thetable table caption, #thetable tfoot td {
	font-weight: normal;
	color: white;
}
#thetable table caption {
	background-color: #849E31;
	padding: 8px;
	font-size: 150%;
}
#thetable table {
	border-spacing: 0;
	width: 650px;
	background-color: #849E31;
}
#thetable td, #thetable th {
	padding: 8px;
}
#thetable thead th {
	background-color: white;
	border-bottom: 1px solid #849E31;
	color: #849E31;
}
#thetable tbody th {
	color: #849E31;
	background-color: white;
}
#thetable tfoot th, #thetable tfoot td {
	background-color: white;
	border-top: 1px solid #849E31;
	border-bottom: 15px solid #849E31;
	color: #849E31;
}
#thetable tbody td{
	color: white;
}
#thetable th {
	background-color: white;
	color: #849E31;
	font-size: 125%;
}
#thetable tbody th a {
	color: white;
}
#thetable tbody tr:hover td, #thetable tbody tr:hover th, #thetable tbody tr:hover td a, #thetable tbody tr:hover th a {
	color: #849E31;
	background-color: white;
}
#thetable tbody tr:hover td a:visited, #thetable tbody tr:hover th a:visited {
	color: #849E31;
}
