<!--
body
    {
    background-color: #e1e1e2;

    color:            #000000;
    font:             8pt verdana,
                      geneva,
                      lucida,
                      'lucida grande',
                      arial,
                      helvetica,
                      sans-serif;
    margin:           5px 10px 10px 10px;
    }

.menu
    {
    font-family: Tahoma;

    font-size:   13px;
    color:       #ffffff;
    text-decoration: none;
    }

.menu a:visited
    {
    font-family: Tahoma;

    color:       #ffffff;
    text-decoration: none;
    }

.menu a:hover
    {
    font-family: Tahoma;

    color:       #ffffff;
    text-decoration: underline;
    }

.main
    {
    font-family: Tahoma;

    font-size:   12px;
    color:       #575757;
    }

.menuitem
    {
    font-family: Tahoma;

    font-size:   11px;
    color:       #ffffff;
    }

.employment
    {
    font-family: Tahoma;

    font-size:   10px;
    color:       #000000;
    }

.employmentbold
    {
    font: bold 11px verdana, sans serif;
    color:       #000000;
    }

.textinput a, a:visited
    {
    text-decoration: none;

    color:           "#536e87";
    }

.textinput a:hover
    {
    text-decoration: underline;

    color:           "#536e87";
    }

.textinput
    {
    font-family: Tahoma;

    font-size:   12px;
    color:       #536e87;
    text-decoration: none;
    }

.fineprint
    {
    font-family: Tahoma;

    font-size:   9px;
    text-decoration: none;
    }

.button
    {
    padding: 2px 5px 2px 5px;

    height:  20px;
    border:  solid 1px #575757;
    background-color: #ffffff;
    color:   #575757;
    font-family: arial,
                 helvetica,
                 sans serif;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    }

.textbox
    {
    padding: 2px 5px 2px 5px;

    height:  20px;
    border:  solid 1px #575757;
    background-color: #ffffff;
    color:   #575757;
    font-family: arial,
                 helvetica,
                 sans serif;
    text-align: left;
    font-size: 11px;
    font-weight: normal;
    }
-->