/* CSS Document */
#domticker{
width: 900px;
height: 20px;
border: 0px none white;
padding: 1px;
background-color: #FFFFFF;
}

#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: #FFFFFF;
font-weight: bold;
color: #002D87;
font-size: 12pt;
}

.someclass{ //class to apply to your scroller(s) if desired
}

#domticker a{
font-weight: bold;
}

