
/***   BODY   ***/
body {
    color: black;
    background-color: white;
    font-family: sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    padding: 0;
    border: 0;
    margin: 0;
}


/***   containers   ***/
div, img, form,fieldset, frame,frameset, iframe {
    padding: 0;
    border: 0;
    margin: 0;
}

p {
    padding: 0;
    border: 0;
    margin-top: 0;
    margin-right: 12pt;
    margin-bottom: 6pt;
    margin-left: 6pt;
}

pre {
    color: black;
    background-color: #ffffcc;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    padding: 6pt 12pt 9pt 12pt;
    border: 1px solid black;
    margin: 6pt 12pt 9pt 12pt;
}


/***   HEADLINES   ***/
h1, h2, h3, h4, h5, h6 {
    font-family: "Verdana", "Arial", sans-serif;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    line-height: 1.0;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    padding: 0;
    border: 0;
    margin: 0;
}
h1 {
    color: black;
    font-weight: normal;
    font-style: italic;
    text-align: right;
}
h2 {
    color: black;
    text-align: right;
}
h3 {
    color: #993300;
    text-align: left;
    margin-bottom: 9pt;
}
h4 {
    color: navy;
    font-size: small;
}
h5 {
    color: navy;
    font-size: small;
    font-style: italic;
}
h6 {
    color: silver;
    font-size: small;
}


/***   LINKS   ***/
a         { color: green; text-decoration: none; }
a:hover   { color: green; text-decoration: underline; }
a:visited { color: green; }
a:active  { color: green; background-color: black; }


/***   Page   ***/
#PageHead {
    background-color: #c0c0c0;
    font-size: medium;
    padding-top: 4pt;
    padding-right: 24pt;
    padding-bottom: 8pt;
    padding-left: 6pt;
    border-bottom: 2px solid black;
}

#PageBody {
    padding: 6pt 24pt 9pt 12pt;
}

#PageFoot {
    color: #808080;
    background-color: #e0e0e0;
    font-family: sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
    padding-top: 4pt;
    padding-right: 12pt;
    padding-bottom: 4pt;
    padding-left: 12pt;
    border-top: 1px solid black;
}
#PageFoot .Lt {
    float: left;
    text-align: left;
}
#PageFoot .Rt {
    float: right;
    text-align: right;
}


/***   Menu Bar   ***/
/*
#MenuBar {
    width: 100%;
    background-color: #009900;
    margin: 0;
}
#MenuBar td {
    color: black;
    text-align: left;
    padding: 3px 6px;
}
#MenuBar a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
#MenuBar a:visited { color: white; }
#MenuBar a:hover   { color: white; text-decoration: underline; }
#MenuBar a:active  { color: red; }
*/


/***   Styles   ***/

.Required {color: red;}

.Highlighter {background-color: yellow;}

.Links {
    font-family: sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: italic;
    line-height: 1.1;
    padding: 3px 0 5px 0;
}

.EditorsNote {
    font-size: x-small;
    font-weight: normal;
    font-style: italic;
    margin-top: 24pt;
}


/***eof***/

