/* the newsticker box */
#newsticker
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width:450px;
	background:#c00;
}
#newsticker a
{
	color:#fff;
	text-decoration:none;
}

#newsticker a:hover
{
	text-decoration:underline;
}

#newsticker ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#newsticker li{
	line-height:2em;
}
/* the newsticker box when JavaScript is available */
#newsticker.hasJS
{
	height:25px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#newsticker.hasJS ul
{
	list-style:none;
	position:absolute;
	top:120px;
	left:90px;
	margin:0 .5em 0 .5em;
	padding:0;
}

#DOMnewsstopper {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	left:90px;
	color:#ccc;
}


