table {
	border-collapse: collapse;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
caption {
	font-size: 1.4em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
	color: #000;
}
th, td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.6em;
	color: #333;
}
th {
	text-align: left;
	text-transform: uppercase;
	color: #FFF;
}
thead th, tfoot th, tfoot td {
	background-color: #000;
}
tbody th {
	color: #333;

}
tbody th, td {
	background-color:#eee;
	color: #333;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #666;
}
tr.odd td, tr.odd th {
	background-color: #ddd;
	color: #333;
}
tbody a {
	color: #333;
}
tbody a:visited {
	color: #333;
}
tbody a:hover {
	color: #333;
}
tbody a:active {
	color: #333;
}
a.white:link {
	color: #FFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFF;
	text-decoration: none;
}
a.white:active {
	color: #FFF;
	text-decoration: none;
}
