/*Example CSS for the two demo tickers*/

#domticker{
width: 360px;
height: 55px;
border: 0px;
padding: 0px;
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;
}

#domticker2{
width: 350px;
height: 1.2em;
border: 1px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

.domtickerfont{
font:normal 12px Arial;
}
