

table {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: transparent;
	    color: #495E49;
	    font-family: arial, helvetica, sans-serif;
	    font-size: 12px;
	}

table a:link, table a:visited, table a:active {
	background-color: transparent;
	color: #0096BD;
	text-decoration: none;
}

table a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

table caption {
	background-color: transparent;
	color: #67BD2A;
	font-family: Georgia, serif;
	font-size: 24px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: left;
}

table, td, th {
	margin: 0;
	padding: 0;
    text-align: justify;
}

tbody td, tbody th {
	background-color: transparent;
	border-bottom: 0px solid #B3DE94;
	border-top: 0px solid #FFFFFF;
	padding: 0px;
    text-align: left;
}

tbody tr.odd th, tbody tr.odd td {
	background-color: transparent;
	border-bottom: 0px solid #67BD2A;
}

tbody tr:hover td, tbody tr:hover th {
	/*background-color: #BAE899;*/
}

td, th {
	vertical-align:top;
}

tfoot td, tfoot th {
	font-weight: bold;
	padding: 3px 1px 1px 1px;
}

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;
}
