.tableh {
	background-color: transparent;
	border: none;
	color: #110049;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

.tableh a:link{
	background-color: transparent;
	text-decoration: none;
}

.tableh a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

.tableh caption {
	background-color: transparent;
	color: #67BD2A;
	font-family: Georgia, serif;
	font-size: 24px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: left;
}

.tableh, td, th {
	margin: 0;
	padding: 0;
}

.tableh tbody td, tbody th {
	background-color: #e9ecf2;
	border-bottom: 2px solid #6f7684;
	border-top: 3px solid transparent;
	padding: 9px;
}

.tableh tbody tr.odd th, tbody tr.odd td {
	background-color: #C8EDAE;
	border-bottom: 2px solid #67BD2A;
}

.tableh tbody tr:hover td, tbody tr:hover th {
	background-color: #c9d8fe;
}

.tableh td, th {
	vertical-align: middle;
}

.tableh tfoot td, tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
}

.tableh 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;
}

