#ticker
{
border-top: 2px solid #202020;
border-bottom: 2px solid #202020;
margin:0px auto;
width:996px;
height:20px;
overflow:hidden;
display:block;
padding:1px;
}

#tickercont_t
{
width:999px;
height:100%;
margin:0px auto;
overflow:hidden;
position:relative;
}

#tickercont_b
{
width:700px;
height:100%;
margin:0px auto;
overflow:hidden;
position:relative;
}

#tickertext
{
white-space:nowrap;
position:relative;
font-family:"Courier New", Monospace;
font-size:9pt;
font-weight:normal;
display:inline;
color:#ffffff;
}

#tickertext a
{
font-weight:bold;
text-decoration:none;
}

#tickertext a:hover
{
font-weight:bold;
text-decoration:underline;
background-color:#666666;
}

#tickercont_b img
{
padding:10px;
}