TD{
  font-size : 9pt;
}
H1{
  font-size : 9pt;
  font-weight : normal;
  color : #666666;
}
H2{
  font-size : 12pt;
  font-weight : bold;
  color : #ff6600;
}
A{
  color : white;
  text-decoration: none;
}
A.base{
  font-size : 7.5pt;
  color : blue;
  text-decoration: none;
}
A:HOVER{
  text-decoration: underline overline;
}
A.nomal{
  color : #0000cc;
  text-decoration : underline;
}
A.nomal:HOVER{
  color : #cc0000;
  text-decoration: underline;
}
DIV.top{
  width : 100%;
  height : 100%;
  top : 0px;
  left : 0px;
  position : absolute;
  z-index : 2;
}

SPAN.top{
  width : 1px;
  visibility : hidden;
}
.blink {
  text-decoration: blink ;
  behavior: url(./blink.htc);
}

