.Header
{
  background: url(images/header_bg.gif);
  background-color: #737294;
  color: #FFFFFF; 
  border: #57566F 1px solid; 
  border-bottom-width: 0px; 
  font-family: tahoma; 
  font-size: 11px;
  font-weight: bold; 
  padding: 5px; 
  cursor: default; 
}

.Rotator 
{
  border:solid 1px black; 
  width:450px; 
  height:25px; 
  padding:3px;
  font-family:verdana; 
  font-size:11px; 
  cursor:default;
}

.RotatorFrame 
{
  border:solid 1px white; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver 
{
  border:solid 1px darkgray; 
  border-bottom-color:Black;
  border-right-color:Black;
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.NewsTitle
{
  font-family:Verdana;
  font-size:12px;   
  font-weight:bold; 
  color:#A72434;
}

.NewsText
{
  font-family:Verdana;
  font-size:130px;   
  color:Black;
}

.NewsDate
{
  font-family:Verdana;
  font-size:10px;   
  color:gray; 
}

.NewsTitle a:link, .NewsTitle a:visited, .NewsTitle a:active
{
	font-size:12px;
	color: #A72434;
	text-decoration:none;
}

.NewsTitle a:hover
{
	text-decoration:underline;
}

.NewsItem
{
  cursor:hand;
  color:#FFFFFF;
}	

.NewsItemOver
{
	cursor: hand;
}

.NewsItemDown
{
  cursor:hand;
}

