/* CSS Document: This stylesheet (ticker_css.css) uses together with
the jumi_AutoNexus2Us.php file w/c contains javascript code and
the body elements' onload properties (see body tags) */

<!--
#tickertape{
position:relative;
layer-background-color:#000;
width:270px;
height:27px;
height:25; !important
border:1px #666666 solid;
padding:3px;
float:right;
}

#subtickertape{
background-color:black;
padding:5px;
position:absolute;
text-align:center;
width:260px;
height:17px;
}

.subtickertapefont {
font-weight:bold;
text-decoration:none;
color:white;	
}

.redtext {color:#FF0000;}

a.subtickertapefont {
color:red;
text-decoration:underline;
}
-->