/* Default CSS Stylesheet for a new Web Application project */

.Rotator1 
{
  border:1px; 
  border-color:Black; 
  border-style:solid; 
  width:450px; 
  height:25px; 
  padding:3px;
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  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 
{
  text-align:left;
  border:1px; 
  border-color:gray; 
  border-bottom-color:Black;
  border-right-color:Black;
  border-style:solid; 
  width:270px; 
  height:108px; 
  font-family:verdana; 
  font-size:9px; 
  background-color:white; 
  cursor:default;
}

.NewsTitle
{
  text-align:left;
  font-family:Verdana;
  font-size:9px;   
  font-weight:bold; 
  text-decoration:underline; 
  color:Black;
}

.NewsText
{
  text-align:left;
  font-family:Verdana;
  font-size:9px;   
  color:Black;
}

.NewsDate
{
  text-align:right;
  font-family:Verdana;
  font-size:9px;   
  color:red; 
}

 

