#domticker{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	/*width: 550px;*/
	height: 70px;
	/*border: 1px solid black;*/
	padding: 5px;
	background-color: #fff;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #fff;
}

#domticker a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration:none;
}

#domticker a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0053A6;
	text-decoration: none;
}

.noclass{ //class to apply to your scroller(s) if desired
}