/* CSS Document */

#news
{
	/*margin-top:10px;*/
	margin-left:10px;	
	width:768px;
	height:25px;
	background:url(../images/backgroundNews.gif) no-repeat;
}
#news img{
	float:left;
	margin-left:10px;
	margin-right:5px;
}
#news #newsText a, #news #newsText a:visited, #news #newsText a:active{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	line-height:25px;
}
#news #newsText a:hover{
	text-decoration:underline;
	color: #E50A23;
}