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