<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    min-width: 980px;
    border: 0;
    padding: 0px;
    margin: 0px;
    background: #F7F6F6;
}

object{    
    position: relative;    
    left: 30%;
    border: 1px black solid;
}

#header{
    background: whiteSmoke;
    height: 90px;
    color: #676767;
    min-width: 980px;
    border-bottom: solid 8px #45789C;
}


#imglogo{
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    float: left;
}
#spanTitle{
    color: #45789C;
    font-family: arial;
    font-size: 25px;
    float: left;
    padding-top: 15px;
}
#content{
    background-color: #FFF;
}
#footer{
    width: 100%;
    border-top: solid 1px #C2C2C2;
    background: #F7F6F6;
    min-height: 80px;
    padding-bottom: 20px;
    color: #666;
    font-style: normal;
    font-family: arial, helvetica;
    font-size: 11px;
    bottom:0;
    clear: both;
}
#footer table {
    padding: 20px;
}
#tdbreak{
    border-left: solid 1px #C2C2C2;
    padding-left: 20px;
}
#footer td{
    padding-right: 20px;
}
#menubar a:link,#menubar a:visited,#menubar a:active {
    font-family: arial;
    text-decoration: none; 
    color: #666;
}
#menubar a:hover {
    font-family: arial;
    text-decoration: underline; 
    color: #45789C;
}</pre></body></html>