.scroller_headline {
	text-decoration: none;
	font: normal bold 10px;
	color: Black;
	font-family: Verdana, Helvetica,Tahoma,Times;
}

.scroller_text {
	text-decoration: none;
	font: normal 9px;
	color: Black;
	font-family: Verdana, Helvetica,Tahoma,Times;
}

.scroller_link {
	text-decoration: none;
	font: normal bold 9px;
	color: #1D3E9E;
	font-family: Verdana, Helvetica,Tahoma,Times;
}
.scroller_link:hover {
	text-decoration: none;
	font: normal bold 9px;
	color: #E6EBFC;
	font-family: Verdana, Helvetica,Tahoma,Times;
}

#ticker-container {
        position:relative;
        overflow:hidden;
        width: 179px;
        height: 70px;
        background-color: #CCCCCC;
        background-repeat: repeat;
        padding: 0px;
        border:  #FFFFFF;
        }
	
#ticker {
		position:relative;
		width:179px;
	}
	
#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}

