.Rotator {
	border: solid 1px black; 
	background-color: #2D6586;	/*#FFFFFF*/
	cursor: default; 
}

.RotatorFrame {
	border: solid 1px white; 
	width: 450px; 
	height: 25px; 
	font-family: verdana; 
	font-size: 11px; 
	background-color: #2D6586;	/*#FFFFFF*/
	text-decoration: none;
	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: #82A7D5;	/*#FFFFFF*/
	text-decoration: none;
	cursor: default;
}

.NewsTitle {
	font-family: Verdana;
	font-size: 11px;   
	font-weight: bold; 
	color: #FFFFFF;
}

.NewsText {
	font-family: Verdana;
	font-size: 11px;   
	color: #FFFFFF;		/*darkslategray;*/
	width: 220px;
}
