
#newsticker {
	background: #2A234C;
	position: relative;
	text-align: centerline;
	color: #F7BA34;
	height: 40px;
	
}

a.ticker:link { color: #F7BA34; text-decoration: underline;}

#newsticker ul {
	border: 0px solid #F7BA34;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding: 10px 15px;
	padding-right: 30px;
	text-align: centerline;
}
* html #newsticker ul {
	height: 1.6em;
	
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
