#table {
	font: normal 12px arial, helvetica, sans-serif;
	padding: 10px;
  }
caption {
	text-align: center;
	font: normal 12px arial, helvetica, sans-serif;
	background-color: #000000;
	color: #CCCCCC;
  }
td, th {
	padding: 5px;
  }
thead th, tfoot th {
	font: bold 12px arial, helvetica, sans-serif;
	;
	text-align: left;
	padding-top:1px;
  }
tbody td a:hover {
	background-color: #990000;
	color: #FFCC66;
  }
tbody th a {
  font: normal 12px arial, helvetica, sans-serif;
  background: #990000;
  text-decoration: none;
  font-weight:normal;
  color: #FFCC66;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
	background-color: #000000;
  }
tbody tr:hover {
	background: #990000;
  }

