

table {
	background-color: transparent;
	border: none;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;

}
.purse {
    background-color: #fff;

}

table a:link, table a:visited, table a:active {
	background-color: transparent;
	color: #004A5E;
	text-decoration: none;
}

table a:hover {
	background: transparent;
	color: #000000;
	text-decoration: none;
}

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;
}

tbody td, tbody th {
	background-color: #BFDFFF;
    border-top: 3px solid #003366;
	padding: 3px;
}

tbody tr.odd th, tbody tr.odd td {
	background-color: #B9DCFF;
   border-bottom: 2px solid #003366;
   border-right: 1px solid #003366;
   border-left: 1px solid #003366;
}

tbody tr:hover td, tbody tr:hover th {
	background-color: #FFBBBB;
}

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;
}
