
.Rotator
{
	width: 99%;
	height: 22px;
	padding: 2px;
	font-family: Verdana, Arial;
	font-size: 11px;
	cursor: default;
	text-align: left;
	background-color: #f2f2f4;
}

.RotatorFrame 
{
  border:solid 1px white; 
  width:450px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver 
{
  border:solid 1px darkgray; 
  border-bottom-color:Black;
  border-right-color:Black;
  width:450px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

A.NewsTitle, A.NewsTitle:link, A.NewsTitle:visited, A.NewsTitle:active
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

A.NewsTitle:hover
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
	color: #dc143c;
}


.NewsText
{
  font-family:Verdana;
  font-size:10px;   
  color:Black;
}

.NewsDate
{
  font-family:Verdana;
  font-size:10px;   
  color:gray; 
}

.DemoArea
{
	width: 550px;
	padding: 0px;
	border: 0px;
	margin: 0px;
}