@charset "UTF-8";
/* CSS Document */

#domticker{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-decoration:none;
color:#FFFFFF;
width:740px;
height:23px;
position: absolute;
left: 150px;
top: 382px;
}

#domticker a{
font-weight: bold;
}

#domticker2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-decoration:none;
color:#FFFFFF;
width:740px;
height:23px;
position: absolute;
left: 220px;
top: 652px;
}

#domticker2 a{
font-weight: bold;
}

.someclass{ //class to apply to your scroller(s) if desired
}