/* the news box */
#newsScroll
{
	width:280px;
	/* background:#eee; */
}
#newsScroll a
{
	color:#000;
}
#newsScroll ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#newsScroll li{
	line-height:2em;
}

#newsScroll li.flashNews a, #newsScroll li.flashNews{
	font-size:9pt;
	color:yellow;
	line-height:1em;
}

#newsScroll li.flashNews a:hover p.leadin{
	font-size:9pt;
	color:red;
	line-height:1em;
}

/* the news box when JavaScript is available */
#newsScroll.hasJS
{
	height:210px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#newsScroll.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

p.leadin{
	font-size:8pt;
	font-style:italic;
	color:white;
}

