
.Rotator 
{
  border:solid 1px #cccccc; 
  font-size:12px; 
  background-color:#f5f5f5; 
  cursor:default;
}

.RotatorFrame 
{
  border:solid 1px white; 
  font-size:12px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver 
{
  border:solid 1px darkgray; 
  border-bottom-color:Black;
  border-right-color:Black;
  font-size:12px; 
  background-color:white; 
  cursor:default;
}

.NewsTitle
{
  font-size:12px;   
  font-weight:bold; 
  text-decoration:underline; 
  color:Black;
}

.NewsText
{
  font-size:12px;   
  color:Black;
}

.NewsDate
{
  font-size:10px;   
  color:gray; 
}