
.table2 {
	border-collapse: collapse;
	border: 2px solid #2B9435;
	font: normal 80%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
}
.table2 caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
.table2 td, th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
.table2 thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #c6d7cf;
}
.table2 tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
.table2 tfoot th {
	font-weight: bold;
}
.table2 tbody td a {
	background: transparent;
	color: #C19007;
	text-decoration: underline;
}
.table2 tbody td a:hover {
	background: transparent;
	color: #C19007;
	text-decoration: underline;
}
.table2 tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
.table2 tbody th a:visited {
	color: #b98b00;
}
.table2 tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
.table2 tfoot td {
	border: 1px solid #996;
}
.table2 tbody tr:hover {
	background: #ffffd9;
}

