table {
	width: 590px;
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}
caption {
	font: 1.9em/1.8em Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	text-align: center;
	font-weight: bold;
	text-indent: 10px;
	background: url(../images/bg_caption.jpg) right top;
	height: 45px;
	color: #be1e2d;
}
thead th {
	background-color:#be1e2d;
	/*background: url(../images/bg_th.jpg) no-repeat right;*/
	height: 47px;
	color: #FFFFFF;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
}
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: 1.2em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	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;
}
