/*div#Rotator {
	border:1px; 
	border-color:#ffffff; 
	border-style:solid; 
	padding:1px;
	font-family:verdana; 
	font-size:9px; 
	background-color: #eeeeee; 
	cursor:default;
	float: right;
    clear: none;
    } 
	
div#Rotator a
{
    color: #000000;
}*/

.Rotator {
      font-family:verdana; 
      font-size:9px; 
      background-color: #eeeeee;
      cursor:default;
      margin: 2px 0px 0px 0px;
    } 
    
.RotatorFrame {
      border:1px; 
      border-color:#000000; 
      border-style:solid;  
      font-family:verdana; 
      font-size:9px; 
      cursor:default;
      width:410px;
      }

.RotatorFrameOver {
      border:1px; 
      border-color:#ffffff;
      border-style:solid; 
      font-family:verdana; 
      font-size:9px; 
      cursor:default;
      width: 410px;
      }

.NewsTitle{
      font-family:Verdana;
      font-size:10px;   
      font-weight:bold; 
      text-decoration:underline; 
      color:#000000;
      text-align: left;
      }

.NewsText{
      font-family:Verdana;
      font-size:10px;   
      color:#000000;
      text-align:left;
      }

.NewsDate{
      font-weight: bolder;
      font-size: 10px;
      color: #39C;
      font-family: Verdana;
      text-align: right;
      }

