/*Ticker CSS for ticker*/

div#ajaxticker1{
border: 0px solid black;
margin: 10 10 0 10px;
padding: 10 30;
background-color: #F4F4F4;
}

div#ajaxticker1 strong{
color: #CC0000;
font-weight: bold;
}

div#ajaxticker1 a{
color: 303F6E;
background: transparent;
font-weight: bold;
font-size: 14px;
}

div#ajaxticker1 a:hover{
color: 303F6E;
background: transparent;
text-decoration: underline;
font-weight: bold;
font-size: 14px;
}

div#ajaxticker1 { /*VIE6 bug fix when text is bold and fade effect
(alpha filter) is enabled. Style inner DIV with same color as outer
DIV*/
background-color: #F4F4F4;
}

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

.direct {
margin: 0;
padding: 0;
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
}
.direct a:link, a:visited{
margin: 0;
padding: 0;
color: #FFFFFF;
background: transparent;
text-decoration: none;
}

.direct a:hover{
background: #336699;
color: #FFFFFF;
text-decoration: underline;
}

