/* @override http://barret.ws/css/newsticker.css */

#ajaxticker1{
	width: 100%;
	height: 40px;
	border: 0px ridge black;
	padding: 5px;
	text-decoration: none;
}
#ajaxticker1 a:active{
	text-decoration: none;
}
#ajaxticker1 a:visited{
	color: #fffeff;
	text-decoration: none;
}
#ajaxticker1 a:link{
	color: white;
	text-decoration: none;
}
#ajaxticker1 a:hover{
	background-color: #eee;
	color: maroon;
	text-decoration: underline;
}
#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}
#ticker {
	height: 40px;
	width: 400px;
	border: thin solid #999999;
}

.scrollclass{
	text-decoration: none;
	font: bold 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
