#legalcontent {
    height: 340px;
    overflow: hidden;
}
#legalframe {
    width: 798px;
}

/* Used in static html content pages */
body.legal {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: left;
    width: 760px;
}
.header {
    font-weight: 900;
}
.mini_header {
    text-decoration: underline;
}

/* These will override the values in common.css */
html * { /* With a Strict Doctype, IE needs these on HTML */
    scrollbar-base-color: #CCD9F2;
    scrollbar-Face-Color: #78b6e5; 
    scrollbar-arrow-color: BLACK;
    scrollbar-Shadow-Color: #CCD9F2;
    scrollbar-DarkShadow-Color: #CCD9F2; 
    scrollbar-Highlight-Color: WHITE;
    scrollbar-Track-Color: #CCD9F2;
}






body {
    height: 100%;
}
#legalframe {
    width: 838px;
    overflow: hidden;
    overflow-y: auto;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: left;
    background: white;
}

#pagecontent {
    background: white;
}

.header {
    font-weight: 900;
}
.mini_header {
    text-decoration: underline;
}

/* These will override the values in common.css */
html * { /* With a Strict Doctype, IE needs these on HTML */
    scrollbar-base-color: #CCD9F2;
    scrollbar-Face-Color: #78b6e5; 
    scrollbar-arrow-color: BLACK;
    scrollbar-Shadow-Color: #CCD9F2;
    scrollbar-DarkShadow-Color: #CCD9F2; 
    scrollbar-Highlight-Color: WHITE;
    scrollbar-Track-Color: #CCD9F2;
}

