.box-table
{
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.box-table caption
{
	font-size: 14px;
	font-weight: bold;	
}
.box-table th
{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	background: #FFDAB9;
	border-top: 2px solid #5C4033;
	border-bottom: 1px solid #666;
}
.box-table td
{
	padding: 4px;
	background: #FFF; 
	border-bottom: 1px solid #666;
	border-top: 1px solid transparent;
}
.box-table tr:hover td
{
	background: #FFF;
	color: #F00;
}