.Frame
{
	border:solid 0px white; 
	border-right-color:white;
	border-bottom-color:white;
	padding:3px; 
	background-color:white; 
}
.MainText
{
	font-family:Verdana;
	font-size:10px;   
	color:white;
}
.Rotator 
{
	border:solid 0px white; 
	border-left-color:white;
	border-top-color:white;
	width:240px; 
	height:238px; 
	padding:3px; 
	font-family:verdana; 
	font-size:11px; 
	background-color:#AAABAF; 
	cursor:default;
}
.DemoNewsTitle
{
	font-family:Verdana;
	font-size:10px;   
	font-weight:bold; 
	color:white;
}
.DemoNewsLuogo
{
	font-family:Verdana;
	font-size:10px;   
	font-style:italic; 
	color:white;
}
.DemoNewsText
{
	font-family:Verdana;
	font-size:10px; 
	color:white;  
	text-align:justify; 
}
.NewsItem
{
	border:1px;
	border-width:1px;
	border-style:solid; 
	border-color:#AAABAF; 
	cursor:hand;
}
.NewsItemOver
{
	border:solid 1px white; 
	border-right-color:white;
	border-bottom-color:white;
	background-color:#E3E3E3; 
	cursor:hand;
}
.NewsItemDown
{
	border:solid 1px white; 
	border-left-color:white;
	border-top-color:white;
	background-color:#E3E3E3; 
	cursor:hand;
}