@charset "UTF-8";
/* --------------------- 
STYLES DIRECTORY:
    01. HIDE
    02. RESET
    03. MISCELLANEOUS
 --------------------- */
 
/* ---------- 01. HIDE ---------- */
#header-right, #left-column, #footer-top, #footer-links, #footer-logos, #online, #breadcrumb, #header-top, #ob-wrapper, #printer, .footer-list  {
    display: none;
} 
/* ---------- 02. RESET ---------- */
html, body, #wrapper, #header, #logo, #column-wrapper, #content, #footer-wrapper, #copyright, #right-column, #footer-text {
    position: static;
    float: none;
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background: none;
    color: #000;
    text-align: left;
}
/* ---------- 03. MISCELLANEOUS ---------- */
h1, h2, h3, h4, h5, h6 {
    color: #000;
}
a, #footer-text a {
    color: #000;
    text-decoration: underline;
}
#header, #notice, #copyright, #content {
    margin-bottom: 1em;
}