body {
    background: #CCC;
    background-color: #CCC;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: 10pt;
    color: #000;
    margin: 0px;
    padding: 0px;
    }
    
A           { color: #05E; text-decoration: underline; }
A:link      { color: #05E; }
A:visited   { color: #03B; }
A:active    { color: #F00; background: #FFC; }
A:hover     { color: #F00; background: #FFC; }

td#title {
    height: 40px;
    background-image: url("/graphics/title.gif");
    text-align: right;
    padding-right: 7px;
    }

td#commtitle {
    height: 40px;
    background-image: url("/commercial/title.gif");
    text-align: right;
    padding-right: 7px;
    }

td#supptitle {
    height: 40px;
    background-image: url("/support/title.gif");
    text-align: right;
    padding-right: 7px;
    }

.menu {
    clear: both;
    background: url("/graphics/bg_menu.gif");
    background-image: url("/graphics/bg_menu.gif");
    height: 17px;
    text-align: right;
    font-weight: bold;
    font-size: 9pt;
    padding: 2px 5px 1px 1px;
    }
    .menu a {
        padding: 0px 7px 0px 7px;
        background: none; 
        }
    .menu a:link,
    .menu a:visited {
        color: #FFF;
        text-decoration: none;
        }
    .menu a:active,
    .menu a:hover {
        color: #FF0;
        text-decoration: underline;
        }

.menu2 {
    text-align: left;
    padding: 2px 1px 1px 5px;
    }

td#mainbody {
    background: #FFF;
    line-height: 135%;
    }

.page_title {
    padding: 7px 7px 0px 7px;
    margin-bottom: 14px;
    font-size: 16pt;
    font-weight: bold;
    clear: both;
    line-height: 1.2em;
    }

h1 {
    color: #05E;
    padding: 0px 7px 0px 7px;
    margin-bottom: 10px;
    font-size: 14pt;
    font-weight: bold;
    line-height: 1.2em;
    }

h2 {
    color: #02B;
    padding: 0px 7px 0px 7px;
    margin-bottom: 7px;
    font-size: 11pt;
    font-weight: bold;
    }
    h2 a,
    h2 a:link,
    h2 a:visited {
        color: #02B;
        }
    h2 a:active,
    h2 a:hover {
        color: #F00;
        text-decoration: underline;
        }

em {
    font-style: italic;
    color: red;
    }

.copy {
    padding: 0px 7px 0px 7px;
    margin-bottom: 1.5em;
    }

.photo_right {
    float: right;
    }

.photo_left {
    float: left;
    }

td#sidebar {
    background: #E9E9E9;
    line-height: 135%;
    font-size: 9pt;
    }

.side_title {
    padding: 5px 5px 0px 5px;
    font-weight: bold;
    font-size: 10pt;
    }

.side {
    padding: 5px 10px 7px 10px;
    }

.prdate {
    font-size: 8pt;
    color: #666;
    }

.caption {
    font-size: 8pt;
    font-style: italic;
    padding: 4px;
    }

.legal {
    font-size: 9pt;
    color: #666;
    margin-bottom: 1.5em;
    padding: 0px 7px 0px 7px;
    }

.quote {
    font-style: italic;
    }

dd {
    font-size: 9pt;
    margin-bottom: 5px;
    }

.pubd {
    font-size: 8pt;
    color: #666;
    padding-left: 7px;
    }
    .pubd a,
    .pubd a:link,
    .pubd a:visited {
        color: #000;
        }
    .pubd a:active,
    .pubd a:hover {
        color: #F00;
        }

#footer {
    background-image: url("/graphics/bg_footer.gif");
    color: #FFF;
    font-size: 8pt;
    padding: 4px;
    text-align: center;
    }
    #footer a {
        background: none;
        }
    #footer a:link,
    #footer a:visited {
        color: #FFF;
        text-decoration: underline;
        }
    #footer a:active,
    #footer a:hover {
        color: #FF0;
        text-decoration: underline;
        }

.req {
    color: #F00;
    font-style: italic;
    font-size: 8pt;
    }