table.groove {
	width: 750px;
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}
table.groove caption {
	font: bold italic 1.6em/1.6em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(bg_caption.jpg) no-repeat right top;
	height: 45px;
	color: #2257D7;
}
table.groove tbody tr {
	background: url(bg_td1.jpg) repeat-x top;
}
table.groove tbody tr.odd {
	background: #FFF8E8 url(bg_td2.jpg) repeat-x;
}
table.groove tbody td {
	font-size: 0.8em;
	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;
}
table.groove a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
table.groove a:hover {
	color: #164FD5;
	text-decoration: underline;
}