/* ----------------------------------------------------------------------- */
/*                                                                         */
/* Author:    Darryl Allen                                                 */
/*            BSGC                                                         */
/*                                                                         */
/* ----------------------------------------------------------------------- */





/* ----------------------------------------------------------------------- */
/* body                                                                    */
/* ----------------------------------------------------------------------- */


body {
    font-family: "Times New Roman", "Times Roman", "Times", serif;
    /*font-size: 12pt;*/
    background: #ffffff;
    color: #000000;
}


/* ----------------------------------------------------------------------- */
/* header                                                                  */
/* ----------------------------------------------------------------------- */

div.masthead {
    padding: 0em;
    margin: 0 0;
    /*margin-left: 10;*/
    /*margin-right: 10;*/
    margin-left: 0;        /* percentage or points */
    margin-right: 0;
    background: #000000;
    color: #ffffff;
}


/* ----------------------------------------------------------------------- */
/* footer                                                                  */
/* ----------------------------------------------------------------------- */

div.footer {
    font-family: "Times New Roman", "Times Roman", "Times", serif;
    text-align: center;
    font-size: small;
    font-style: oblique;
    background: #ffffff;
    color: #000000;
}



/* ----------------------------------------------------------------------- */
/* links                                                                   */
/* ----------------------------------------------------------------------- */

a.link {
    /*font-size: 12pt;*/
    background: #ffffff;
    color: #0000FF;
}

a.visited {
    /*font-size: 12pt;*/
    background: #ffffff;
    color: #7700FF;
}

a.active {
    /*font-size: 12pt;*/
    background: #ffffff;
    color: #0000FF;
}

a.small:link {
    font-family: "Times New Roman", "Times Roman", "Times", serif;
    /*font-size: 9pt;*/
    /*font-weight: normal;*/
    background: #ffffff;
    color: #990000;
}

a.small:active {
    font-family: "Times New Roman", "Times Roman", "Times", serif;
    /*font-size: 9pt;*/
    /*font-weight: normal;*/
    background: #ffffff;
    color: #000066;
}

a.small:visited {
    font-family: "Times New Roman", "Times Roman", "Times", serif;
    /*font-size: 9pt;*/
    /*font-weight: normal;*/
    background: #ffffff;
    color: #000066;
}



/* ----------------------------------------------------------------------- */
/* headings                                                                */
/* ----------------------------------------------------------------------- */




/* ----------------------------------------------------------------------- */
/* paragraphs                                                              */
/* ----------------------------------------------------------------------- */


/* ----------------------------------------------------------------------- */
/* text styles                                                             */
/* ----------------------------------------------------------------------- */

.pswswarning {
    /*font-size: 18pt;*/
    font-size: large;
    font-weight: bold;
    background: #ffffff;
    color: #ff0000;
}

.error {
    background: #ffffff;
    color: #ff0000;
}


/* ----------------------------------------------------------------------- */
/* other                                                                   */
/* ----------------------------------------------------------------------- */




