table {
	width: 650px;
	border-collapse:collapse;
	border:1px solid #FFFFFF;
	background-color: #666666;
	text-align: center;
	color: #FFFFFF;
}
caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	height: 45px;
	color: #FFAA00;
	background-color: #333333;
	background-image: url(bg_caption.jpg);
	background-position: right top;
}
thead th {
	height: 47px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
	background-color: #FFFFFF;
	background-position: center;
}
.tableheading {
	background-color: #999999;
}
tbody tr {
	background-position: top;
	text-align: center;
}
tbody tr.odd {
	background: #FFF8E8 url(bg_td2.jpg) repeat-x;
}

tbody th,td {
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 10px 7px;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #DDDDDD;
	background-color: #CCCCCC;
	font-weight: bold;
}
a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #F8A704;
	text-decoration: underline;
}
tfoot th {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tableheading th {
	background-color: #999999;
}
