BODY
{
    background-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
}



H1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:24pt;
    color: blue
}


H2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:18pt;
    color: black
}


.banner
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:14pt;
    /* background-color: black; */
     background-color: #999999;
    color: white;
}


H3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:16pt;
    color: black
}

H4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:14pt;
    color: black
}


table
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:8pt;

}

td
{
    background-color: #6699cc;
    font-family: Arial, Helvetica, sans-serif;
    font-size:8pt;
    padding-right:5pt;
    padding-left:5pt;

}



.header
{
   /* background-color: #003366; */

    background-color: #993300;
    /*   background-color: #660000; */
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    color: white;
    text-decoration:none;
    text-align: center;
}


a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    color: white;
    text-decoration:none;
}

a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    color: white;
    text-decoration:none;
}

a:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    color: yellow;
    text-decoration:none;
}


a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    color: yellow;
    text-decoration:none;
}


.button
{

    background: #993300;
    /* background-color: #660000; */
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    color: white;
    text-decoration:none;
    text-align: center;
}




.plain
{
    background-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12pt;
    padding-right:5pt;
    padding-left:5pt;
}

.photo
{
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12pt;
    padding-right:5pt;
    padding-left:5pt;
}

.caption
{
    background-color: #cc6600;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight:bold;
    color: white;

}

SUP
{
    background-color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
    color: white;
}


INPUT, SELECT
{
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:8pt;
    color: #000000;
}


PRE
{

    background-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12pt;
}





