body{
    color:#111111;
    font-family: 'Tahoma', 'Trebuchet MS', sans-serif;
    font-size:10pt;
}


.noprint{
    display:none !important;
}

#footer-inner{
   display:none;
}

#header{
    height:80px;
    background:transparent;

}
#header h1{
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    height:77px;
    background:transparent;
    width:100%;
    line-height:77px;
}

table{
    
    margin:5px 0;
    width:100%;
    border-collapse:collapse;
    
}
table th{
    padding:10px 6px;
    color:#fff;
    text-align:left;
    background-color:#333;
    border:1px outset #333;
}

table td{
    padding:6px;
    border:1px solid #dddddd;
}

#content h2{
    font-size:12pt;
    margin:13px 0;
    padding:0 0 0 0px;
    background:transparent;
    font-weight:bold;
    clear:both;
}
#content, #main, body{
    width:100%;
}

#footer-links{
    top:0px;
    
}