.Rotator {
	CURSOR: default; 
	HEIGHT: 25px;
	color:	White;
	font-family: Tahoma;
	font-size: 12px;	
}
.Rotator2
{	
	CURSOR: default; 
	 background-color:Orange;
	HEIGHT: 25px;
	color:	White;
	font-family: Tahoma;
	font-size: 12px;
}
.RotatorTitle {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 0.7em; 
	COLOR: white; 
	FONT-FAMILY: Verdana
}
.RotatorItem 
{	 
	BORDER-RIGHT: white 1px solid; 
	BORDER-TOP: white 1px solid; 
	BORDER-LEFT: white 1px solid; 
	BORDER-BOTTOM:white  1px solid; 
	BACKGROUND-COLOR: White;	
	font-family: Tahoma;
	font-size: 12px;		
}
.RotatorItemAlt
{
	BORDER-RIGHT: white 1px solid; 
	BORDER-TOP: white 1px solid; 
	BORDER-LEFT: white 1px solid; 
	BORDER-BOTTOM:white  1px solid; 
	BACKGROUND-COLOR:WhiteSmoke;
	color:	#3333cc ;
	font-family: Tahoma;
	font-size: 12px;	
	
}
.RotatorItemOver {
	BORDER-RIGHT: #ffa500 1px solid; 
	BORDER-TOP: white 1px solid; 
	BORDER-LEFT: white 1px solid; 
	BORDER-BOTTOM: #ffa500 1px solid; 
	BACKGROUND-COLOR: #ffce80;
	color:	#3333cc;
	font-family: Tahoma;
	font-size: 12px;	
	CURSOR: hand; 
}

