
table    { display: table; border-spacing: 1px; background-color: #ffffff; }
thead    { display: table-header-group; }
tbody    { display: table-row-group; } 

tfoot    { display: table-footer-group; }
col      { display: table-column;  }
colgroup { display: table-column-group; }
caption  { display: table-caption; }

table	 { width:598px; }

tr	 	 { display: table-row; }
td, th   { display: table-cell; text-align: center; FONT-FAMILY:arial, sans-serif; FONT-SIZE: 11px; COLOR:#00008b; FONT-WEIGHT:normal;}

td		 {  background-color: #FFF4D9; }
th		 {  background-color: #ECEEFF; }
.leftcol {  text-align:left;padding-left:4px }
.tfooter {  background-color: #ffffff; text-align: center; padding: 16px;}
.spacer  {  background-color: #ffffff; height:1px; }

a {text-decoration: none}
.CPanel {padding: 0px;}