/*CSS for rolling news ticker*/

/* FR #ajaxticker1
- inherits font-family
*/
#ajaxticker1
{
/* width: 200px; */
height:180px;
/* border: 1px ridge black; */
padding: 5px;
/* background-color: #FEEEB8; */
font-family:Futura Book BT, Verdana, Arial, Helvetica, sans-serif;
text-align:left;
font-size:12px;
}

#ajaxticker1 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: #FEEEB8; */

}

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