table {
	border-collapse: collapse;
	font-family: verdana,arial, lucida, helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	margin: 0;
	padding: 0;
	width: 100%;
}
caption {
	font-size: 1.2em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}
th, td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.6em;
	vertical-align: 4px;
}
th {
	text-align: left;
	text-transform: uppercase;
}
thead th, tfoot th, tfoot td {
	color: #fff;
	background-color: red;
	font-size: 1.1em;
}
tbody th {
	padding-left: 24px;
}
tbody th, td {
	background-color:#fff;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #E5E5CB;
}
tr.odd td, tr.odd th {
	background-color: #ddd;
}
tbody a {
	color: #333; text-decoration: underline;
}
tbody a:visited {
	color: #333; text-decoration: underline;
}
tbody a:hover {
	color: #999999; text-decoration: underline;
}
tbody a:active {
	color: #333; text-decoration: underline;
}
tbody td+td+td+td a {
	padding-right: 12px;
}
tfoot th {
	text-align: right;
}
tfoot th:after {
	content: ":";
}

#tablesmallheader
{
	background: red;
	font-size:75%;
}
#tablesmallheader a{color: #fff; text-decoration: underline;}
#tablesmallheader a:visited{text-decoration: underline;}
#tablesmallheader a:hover {color: #fff; text-decoration: underline;}