.scroller_bg p, .scroller_bg td {
	color: #605947;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	height: 15px;
	padding: 0px;
	margin: 0px;
}

a.rcScroller,a.rcScroller:active,a.rcScroller:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
	font-weight: normal;
}
a.rcScroller:hover, rcScrollerHoverNS{
	text-decoration: underline;
}
.scroller_bg {
	color: #FFFFFF;
}
.scroller_tbl {
	width:990x;
	height:15px;
	border: 2px solid #E0E0E0;
	background-color: #FFFFFF;
	padding-bottom: 3px;
}
.crawl {
	background-color: #2F1A07;
	height: 25px;
	background-repeat: no-repeat;
	background-position: bottom;
}

/*


orientation = "horizontal"        // Orientation of scroller (Horizontal or vertical)
scrollerWidth = "775"             // Width of entire scroller.
scrollerHeight = "10"             // Height of Scroller.
borderWidth = 0                   // Width of border. (use 0 for no border).
borderColour = "#006600"          // Colour of scroller border. (Use either hexadecimal or text values. e.g. "#FF0000" or "Red") 
backColour = ""              // Colour of scroller background. (Use either hexadecimal or text values. e.g. "#FF0000" or "Red") 
staticColour = ""          // Colour of scroller items that are NOT a link. (including scrollerDivider characters)
stopScroll = 1                    // Pause the scroller on mouseOver. (use 0 for no.)
textAlignment="left"            // Alignment of each scroller item.  Only really makes a difference on vertical scroller
                                  // (center, left, right, justify)

// Scroller Links
linkFont = ""                // Font of scroller links;
linkWeight = "normal"             // Weight of scroller links;
linkColour = "#FFFFFF"            // Colour of scroller links
linkSize = "10"                   // Size of links (in points)
         // Decoration of links. (underline, overline, none)

// Scroller Links On MouseOver
slinkFont = "arial"               // Font of scroller links;
slinkWeight = "normal"            // Weight of scroller links;
slinkColour = "#FFFFFF"           // Colour of scroller links
slinkSize = "10"                  // Size of links (in points)
slinkDecoration = "underline"     // Decoration of links. (underline, overline, none)

*/
