table {
	background-color: transparent;
	border: none;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

table caption {
	background-color: transparent;
	color: #67BD2A;
	font-family: Georgia, serif;
	font-size: 24px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: center;
}

table, td, th {
	margin: 0;
	padding: 0;
}

tbody td, tbody th {
	background-color: transparent;
	border-bottom: 2px solid #00FF33;
	padding: 4px;
}

tbody tr.odd th, tbody tr.odd td {
		background-color:transparent;
	border-bottom: 2px solid #FFFF00;
}

td, th {
	vertical-align: middle;
}

tfoot td, tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
}

thead th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 8px 2px 8px;
	white-space: nowrap;
}
tr:hover {
	font-weight:bold;
	}
