#header {
    display:none;
}

#inner-page > p {
    display:none;
}

.box-container .inner-box .box .title {
    height:32px;
    color:#000000;
    text-shadow:none;
    line-height:24px;
    display:block;
    font-family:'Arial';
    font-size:10pt;
    font-weight:bold;
    background:none;
    border-radius:0;
    border-top:none;
    border-bottom:none;
    margin:10px 0 0 0;
    text-align:center;
}

#inner-page ul#tabs {
    display:none;
}

#inner-page .table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse:collapse;
    border-color:#000000;
    border-image: none;
    border-radius:0;
    border-style:solid;
    border-width:1px;
}

#inner-page .table thead {
    display:none;
}

#inner-page .table #_1 thead {
    display:block;
}