/*CSS for the ticker*/

#headerticker{
width: 378px;
height: 24px;
border: none;
outline: none;
padding-top: 2px;
background-color: #FFFFFF;
}

#headerticker 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;
}

#headerticker a{
font-weight: bold;
}

#headerticker2 a{
text-decoration: none;
}

