/* CSS Document */

<STYLE TYPE="text/css"> 



BODY 

{ 

scrollbar-base-color: #6699CC; 

scrollbar-arrow-color: white;

scrollbar-DarkShadow-Color: #333345; 

scrollbar-Track-Color: #ffffff;

}

</STYLE><STYLE TYPE="text/css">
a:link { color: #FFFF66; text-decoration: underline }
a:active { color: #FFFF66; text-decoration: underline }
a:visited { color: #FFFF66; text-decoration: underline }
a:hover { color: white; text-decoration: bold }
</STYLE>

<style type="text/css">

/*Example CSS for demo ticker*/

#ajaxticker1{
width: 200px;
height: 100px;
border: 1px ridge black;
padding: 5px;
background-color: #FEEEB8;
}

#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
}

</style>