div#newsScroller {
	position: relative;
	overflow: hidden;
	width: 195px;
	height: 120px;
	text-align: left;
	margin-left:5px;
	margin-top:5px;
}

div#newsScroller .headline {
	position: absolute;
	top: 165px;
	left: 5px;
	width: 175px;
	height: 115px;
	text-align: center;
	padding-left:5px;
	padding-right:5px;
}

#newsScroller .headline span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight:normal;
}

#newsScroller .headline strong {
	color: #000000;
	font-weight: bold;
}

#newsScroller .headline a:link, #newsScroller .headline a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration:underline;
	font-style: italic;
}
#newsScroller .headline a:hover, #newsScroller .headline a:active {
	color: #000000;
	text-decoration:underline;
}

