.tbl
{
	border-right:		1px solid #B0AF7A;
	border-bottom:		1px solid #B0AF7A;
}
.tbl thead
{
	background-color:	#A2A172;
}
.tbl thead td
{
	border-bottom:		1px solid #B0AF7A;
	margin-bottom:		10px;
	font-size:			1.0em;
	font-weight:		bold;
	padding:			5px;
	color:				white;
	text-align:			center;
}
.tbl tbody td
{
	background-color:	#D6DCC1;
}
.tbl tbody td
{
	padding-bottom:		3px;
	padding-top:		3px;
}
.tbl tfoot td
{
	border-top:			1px solid #ccc;
	padding:			4px 0 4px 0;
	font-weight:		bold;
}

.tbl input, textarea
{
	border:				1px solid #B0AF7A;
}