/*default CSS for SAG scroller*/

.sagscroller{
width: 500px;  /*default width of scroller*/
height:65px;
overflow:hidden;
position:relative;
margin-top:4px;
}

.sagscroller a{
font-weight:bold;
}

.sagscroller ul{
position:absolute;
margin:0;
padding:0;
background:white;
list-style:none;
width: 100%;
}

.sagscroller ul li{
display:block;
}

.sagscroller ul li .rsscontent{ /*div containing body of each RSS entry*/
font-size:90%;
}

.sagscroller ul li .rsslabel{ /*div containing label of each RSS entry*/
margin-top:5px;
background: #eee;
font-size:12px;
clear: both;
}

div#mysagscroller{
width: 500px;  /*width of scroller*/
height:65px;
}

div#mysagscroller ul li{
font-family:verdana;
/*color:#042A71;*/
padding:5px;
margin-bottom:100px; /*bottom spacing between each LI*/
font-weight:bold;
}

div#mysagscroller span{
	color:#41A31C;
	font-style:italic;
	font-size:11px;
	margin-top:5px;
	font-weight:normal;
}