<!-- Paste this code into your external style sheet or the
    CSS section of your HTML document  -->

#so_oTickerContainer {
       width:95%;
       margin:auto;
       background-color:lightyellow;
       border-top:1px solid yellow;
       border-bottom:1px solid yellow;
	   margin-top:5px;
}

#so_oTickerContainer h1 {
       margin:0;
       padding:0;
	   color:#fff;
	   margin-top:5px;
}

.so_tickerContainer {
       position:relative;
       width:95%;
	   color:#fff;
	   margin-top:5px;
}

#so_tickerAnchor, #so_oTickerContainer a {
       text-decoration:none!important;
       font:bold 12px verdana;
       border-right:1px solid #FFFF66;
       padding-right:2px;
	   color:#FFFF66;	   
}

#so_oTickerContainer a:hover {
color:#fff;
text-decoration:underline;
}

#so_oTickerContainer a {
       border-style:none;
}

#so_oTickerContainer ul {
       margin-top:5px;
}

#so_tickerDiv {
       display:inline;
       margin-left:5px;
}

#so_tickerH1 {
font-weight:bold;
font-family:Helvetica,sans-serif,Verdana;
       font-size:14px;
       display:inline;
	   line-height:18px;
	   text-transform:uppercase;
}

#so_tickerH1 a {
       text-decoration:none;
       color:#000;
       padding-right:2px;
}

#so_tickerH1 a img {
       border-style:none;
}