* {
	margin: 0;
	padding: 0;
}
body {
	background: #F0FFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#003333; 
	font-size: 12px
	line-height: 1.5em
	padding: 0px;
}
#newsticker {
	background: #f0ffff;
	position: relative;
}
#newsticker ul {
	border: 0px;
	list-style: none;
	min-height: 1.5em;
	padding: 0px 0px;
	padding-right: 0px;
}
* html #newsticker ul {
	height: 1.5em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;	
}


/*#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 25px;
	top: 30px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}*/


/* html #newsticker #togglenewsticker {
	right: 30px;
}*/
