pre      { font-size: 80%; } 
 
body     { background: #f6f6f6; font-family: "Verdana", "Arial"; }

table    { width:100%; border: 1px; border-collapse: collapse; font-size: 8pt; }
table.ft { width:50%;}

tr       { height:20;}
tr.g1    { background:#f6f6f6;}
tr.g2    { background:#f0f0f0;}

tr.h0    { background:#c0c0c0; height:40;}
tr.h1    { background:#dddddd;}
tr.h2    { background:#bbbbbb;}

td       { border: 1px solid #dddddd; padding-left: 2px; padding-right: 2px; }
td.c     { text-align: center;}
td.r     { text-align:  right;}
td.l     { text-align:   left;}

a:hover   { color: GREEN;TEXT-DECORATION: none}
a:active  { color: GRAY; TEXT-DECORATION: none}
a:link    { color: BLUE; TEXT-DECORATION: none}
a:visited { color: RED;  TEXT-DECORATION: none}
