A.top{
  font-weight : bold;
  font-size : 11pt;
  color : white;
  text-decoration : none;
}
A:hover.top{
  font-weight : bold;
  font-size : 11pt;
  color : #00cc99;
  text-decoration : underline;
}

TD.topbar{
  height : 50px;
  background-color : #ccffcc;
  background-image : url(images/topback1.jpg);
}

TD.top{
  font-size : 9pt;
  font-weight : normal;
  position:relative;
  filter:dropshadow(offx=1,offy=1,color=#ffffff,positive=true);
}

TD.menubar{
  height : 25px;
  background-color : #99cccc;
  background-image : url(images/menuback1.gif);
  border : 1px solid #ffffff;
  border-bottom-color : #000000;
  border-left-color : #cccccc;
}

TD.menu{
  position:relative;
  filter:dropshadow(offx=2,offy=1,color=#000099,positive=true);
}
.blink{
  text-decoration: blink ;
  behavior: url(./blink.htc);
}
