.Header
{
  background: url(images/header_bg.gif);
  background-color:Transparent;
  color:Black; 
  font-family: tahoma; 
  font-size: 18px;
  font-weight: bold; 
  padding: 5px; 
  cursor: default; 
}
.RotatorFrame 
{
  border:1px; 
  border-color:white; 
  border-style:solid; 
  width:450px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver 
{
  border:1px; 
  border-color:black; 
  border-style:solid; 
  width:450px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}
