/* the news box */
#newsWrapper
{
    clear:both;
    width:510px;
    height:90px;
    background-image:url(../images/bg_news_ticker.gif);
    background-repeat:no-repeat;
    margin: 0 0 0 0;	//top, right, bottom, left
    overflow:hidden;
}
#news
{    
    width:510px;
    height:90px;
    overflow:hidden;
}
#news a
{
	color:#000;
	text-decoration:none;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
}
#news li.title{
    padding: 0 0 0 20px;
    background-image: url(../images/arrow_ticker.gif);
    background-repeat:no-repeat;
    line-height:2em;
    font-family: verdana,arial,tahoma;
    font-size:9pt;
    color: #888800;
    font-weight:bold;
}
#news li.title a{
    font-family: verdana,arial,tahoma;
    font-size:9pt;
    color: #888800;
    font-weight:bold;
    text-decoration:none;
}

#news li.title a:visited{
    font-family: verdana,arial,tahoma;
    font-size:9pt;
    color: #888800;
    font-weight:bold;
    text-decoration:none;
}
#news li.title a:hover{
  
    color: #000000;
}
#news li.body{
    padding: 0 0 0 20px;
    font-family: verdana,arial,tahoma;
    font-size:9pt;
    color: #999999;
    font-weight:normal;
    text-decoration:none;
}
#news li.body a{
    font-family: verdana,arial,tahoma;
    font-size:9pt;
    color: #888800;
    font-weight:normal;
    text-decoration:none;
}
#news li.body a:visited{
    font-family: verdana,arial,tahoma;
    font-size:9pt;
    color: #888800;
    font-weight:normal;
    text-decoration:none;
}
#news li.body a:hover{
  
    color: #000000;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:90px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:90px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
