* {
}

#newsticker {
	/*background: #ffffaf;*/
	position: relative;

}
#newsticker ul {
	border: 0px ;
	list-style: none;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0;

}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #ffffff;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}

.news_date{
	font-size: 11px;
	color: #455560;
	font-family: Helvetica;
	text-decoration: none;
	font-weight: bold;
}
.news a:link{
	font-size: 11px;
	color: #64747f;
	font-family: Helvetica;
	text-decoration: none;
}
.news a:active{
	font-size: 11px;
	color: #64747f;
	font-family: Helvetica;
	text-decoration: none;
}
.news a:visited{
	font-size: 11px;
	color: #64747f;
	font-family: Helvetica;
	text-decoration: none;
}
.news a:hover{
	font-size: 11px;
	color: #455560;
	font-family: Helvetica;
	text-decoration: none;
}
