
.Frame
{
  border:solid 1px #666666; 
  border-right-color: Gray;
  border-bottom-color: Gray;
  padding:3px; 
  background-color:  Silver; 
}

.Rotator 
{
  border:solid 1px #666666; 
  border-left-color: Gray;
  border-top-color: Gray;
  width:540px; 
  height:25px; 
  padding:3px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.DemoNewsTitle
{
  font-family:Verdana;
  font-size:11px;   
  font-weight:bold; 
  color: #333333;
}

.DemoNewsText
{
  font-family: Verdana;
  font-size: 11px;   
}

.NewsItem
{
  border:solid 2px #e5e5e5; 
  border-bottom-width: 1px;
  border-top-width: 1px;
  cursor:hand;
}

.NewsItemOver
{
  border:solid 2px #336699; 
  cursor:hand;
}

.NewsItemDown
{
  border:solid 1px #666666; 
  cursor:hand;
}