/* --- simple code to hide the menu -- */ 
body table td a img { display:none;} 
.thumbnails table img {display:none;} 
table img {display:block;} 
.display,.display img {display:block;} 
.thumbnails table,.thumbnails table img, .display,p.small{ 
display: inline; 
} 

/* ----------------------------------- */

DIV,BODY,TD,TH,TR,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5 {
  font-family: tahoma; font-size : 9pt;
  color : #888888;
  background : black;
}

A:link { color : #fdfdfd}
A:active { color : #fcfcfa}
A:visited { color : #fcfcfa}
A:hover { color : #fcfcfa}

.caption {
  font-size : 9pt;
  color : #dddddd;
  font-style : italic;
}

BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
