#newsticker {
	/* position: relative; */
	margin: -15px 0px 0px 0px;
	height: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}
#newsticker ul {
	margin:0;
	padding:0;
}
#newsticker a {
	color: #295D96;
	text-decoration : underline; 
}
#newstickers a:hover {
	text-decoration : underline; 
	color: #f00;
}

#newsticker li {
	list-style-type: none;
	margin:0;
	padding:0;
	
}
#newsticker li.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f00;
	margin:0;
	padding:0;
}
#newsticker li span {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 16px;
line-height:18px;
font-weight: bold;
margin: 10px 0px 0px 0px;
padding: 7px 0px 0px 0px;
color: #9ECA4D; 
/*color: #FE5C00; margin: 8px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 1px solid #FF0080; 
z-index: 12000;*/
}
/*
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
	display:none;
}
*/
#news_back a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FE5C00;
	/* background: transparent url("_layout/_img/icons/frame_back.gif") no-repeat 0 0 ; */
	padding: -3px 0px 6px 0px;
	margin: 0px 0px 0px 230px;
	text-align: right;
	width: 100%;
}