table {
	width: 560px;
	border-collapse:collapse;
	border:solid 1px #ffca5e;
}
caption {
	font: 9pt/1em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(../images/bg_caption.jpg) right top;
	height: 45px;
	color: #ffaa00;
}
thead th {
	background: url(../images/bg_th2.jpg) no-repeat right 50%;
	height: 30px;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	padding: 0 7px;
	margin: 20px 0 0;
	text-align: left;
	border-right: 1px solid #ffca5e;
}
tbody tr {
background: url(../images/bg_td1.jpg) repeat-x top;
}
tbody tr.odd {
	background: #FFF8E8 url(../images/bg_td2.jpg) repeat-x;
}

tbody th,td {
	font-size: 9pt;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #ffca5e;
	border-right: 1px solid #ffca5e;
	text-align: left;
}
a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #F8A704;
	text-decoration: underline;
}
tfoot th {
	background: url(../images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td {
	background: url(../images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
