

#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: #FFFFCA;

}

#domticker a{
font-weight: bold;
}

#domticker2{
width: 450px;
height: 1.2em;
color:#009;
padding: 3px;
}
* > #domticker2{
	padding:0;
	}

#domticker2 a{
text-decoration: underline;
font-weight:normal;
color:#0066FF;
}

.someclass{ //class to apply to your scroller(s) if desired
}

