a:link         { text-decoration: none;      color: black; }
a:visited      { text-decoration: none;      color: black; }
a:hover        { text-decoration: none;      color: red; }
a:active       { text-decoration: underline; color: black; }

body           { font-family: Verdana; font-size : 8pt; }

table          { position: absolute; top: 0px; left: 0px; }

.tablea        { left: 30px; width: 110px; }
.tableb        { width: 140px;  }
.tablec        { top: 55px; }
.tablet        { width: 160px; }
.tablecv       { font-size : 7pt; }
.tablemartin   { left: 100px; top: 100px; font-size : 12pt;}

td             { height: 12px; vertical-align: top; }

.tdcv1         { font-weight: bold; text-decoration: underline;}
.tdcv2         { width: 80px; }
.tdcv3         { height: 6px; }

.tda           { height: 15px; }

.tdc           { width: 10px; }
.tdcc          { width: 20px; }
.tdt1          { color: rgb(100,100,100); }
.tdt2          { color: rgb(70,70,70); font-style: italic; }

.tdnohyperlink { color: black; text-decoration: underline; }