<HTML>
	<head>
	<!-- CSS goes in the document HEAD or added to your external stylesheet -->
<style type="text/css">
table.gridtable {
	width: 80%;
	margin-left: auto;
  margin-right: auto;
	border-width: 5px;
	border-color: #ffffff;
	border-collapse: collapse;
}
table.gridtable th {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color: #ffffff ;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #ffffff;
	background-color:    #0e6655;
}
table.gridtable td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #ffffff;
	background-color:    #d0ece7 ;
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	color: #000000 ;
}
/* make debit amounts show up in red */
    td[data-monetary-amount^="-"]:after {
      color: red;
    }

////////////
