#newsticker * {
	font-size: 11px;
	text-decoration:none;
	margin:0;
	padding:0;
}
#newsticker ul li a strong {
	font-weight: bold;
}
#newsticker {
	position: relative;
	margin:0;
	padding:0;

}
#newsticker ul {

	list-style: none;
	margin:0;
	padding:0;
}
#newsticker ul li {
	margin:10px;
	background: #DFE9F2;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	display: none;
	}
