

.tablestyle_a {
	width: 960px;
	border-collapse: collapse;
		font-family: verdana;	
}

.tablestyle_a tbody {
	
}

.tablestyle_a .columnlist dt {
	background: #eeeeee;
	padding: 5px;
}

.tablestyle_a .columnlist dd {
	padding: 5px;
}


.tablestyle_a tr{
	background: #ece9d8;

}

.tablestyle_a td {
	border: 1px solid #eeeeee;
	color: #333333;
	font-weight: bold;
	font-size: 9pt;
	padding: 2px;
}


.tablestyle_a tr.reverse td {
	background: #A5926F;
	padding: 5px;
	font-size: 9pt;
	font-weight: bold;
	color: white;
}

.tablestyle_a th {
	background: #ece9d8;
	color: #3f6f57;
	text-align: left;
	padding-left: 4px;
	font-size: 10pt;
}

.tablestyle_a caption {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}

.tablestyle_a tr:hover{
background: #ffffff;
}
