body { font:normal 9pt verdana;
        background-color: white;
}
table { font:normal 9pt verdana; }
a:link,a:visited { font:normal 9pt verdana; color:blue }
a:hover { text-decoration:none; color:blue; }


#fix2 {
        position: fixed;
        width: 100%;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        height:70px;
        padding:5px;
        background-color:white;
        color:black;
        font: normal 9pt verdana;
        background-repeat: repeat-x;
        background-position: 0px 0px;
        overflow:hidden;
}

#fix {
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        padding:5px;
        color:black;
        background-color:white;
        font: normal 9pt verdana;
        background-repeat: repeat-x;
        background-position: 0px 0px;
        overflow:hidden;
}



