.dot         { position: absolute; width: 6; height: 6; visibility: hidden; background-color: 008FE0; font-size: 1px; cursor: pointer; cursor: hand; z-index: 100 }
.dotoff      { position: absolute; width: 6; height: 6; visibility: hidden; background-color: white; font-size: 1px; cursor:default; z-index: 100}
.dotempty    { position: absolute; width: 6; height: 6; visibility: hidden; background-color: A9A9A9; font-size: 1px; cursor: pointer; cursor: hand; zindex: 100 }
.caption     { position: absolute; visibility: hidden; font-family: tahoma,arial,helvetica; font-weight:500; color: white; 
               font-size: 12px; text-align: center; padding: 5px; cursor: default; z-index: 
               1 }

body		   { margin: 0px; background-color: black; }
a			   { color: white; text-decoration: none }
p			   { font-size: 12px; font-family: tahoma,arial,helvetica; color: white } 

/* Tool tip styles */
#divTooltip {position:absolute; top:0px; width:175px; visibility:hidden; z-index:200; background-color:#000000; layer-background-color:#000000;}
.normalStyle    {padding:5px; text-align:left; font-weight:500; width:175px; color:#008FE0; top:100px; font-family:tahoma,arial,helvetica; font-size:12px; background-color:#000000; layer-background-color:#000000; border-width:1px; border-style:solid; border-color:#000000; cursor:default;}
.netscape4Style {padding:0px; font-weight:500; width:175px; color:#008FE0; top:100px; font-family:tahoma,arial,helvetica; font-size:12px; background-color:#000000; layer-background-color:#000000; border:1px solid #000000;}  
 /* end */
