

a:link
{
    color: #004032;
    text-decoration: underline;
}
a:active
{
    color: #004032;
    text-decoration: underline;
}
a:visited
{
    color: #004032;
    text-decoration: underline;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}

body, td {
    margin: 0;
    font-family: helvetica;
    color: #000000;
    font-size: 12px;
    background-color: #ffffff;
}


.heading1 {
    font-family: helvetica;
    color: #004032;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}


.heading2 {
    font-family: helvetica;
    color: #004032;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

.heading3 {
    font-family: helvetica;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}


.warning {
    color: #990000;
}


.menu_heading {
    font-family: helvetica;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background-color: #004032
}


a.menu:link
{
    font-size: 12px;
    color: #004032;
    text-decoration: none;
    font-weight: bold;
}

a.menu:active
{
    font-size: 12px;
    color: #004032;
    text-decoration: none;
    font-weight: bold;
}

a.menu:visited
{
    font-size: 12px;
    color: #004032;
    text-decoration: none;
    font-weight: bold;
}
a.menu:hover
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}



.button1 {

    font-size: 8pt;
    font-family: helvetica;
    background-color: #99d9cb;
    color: #000000;
    border: 2px #99d9cb outset;
}



.input {
    font-family: helvetica;
    font-size: 10pt;
    background-color: #dddddd;
    color: #000000;
    border: 1px solid #000000;
    padding: 2px;
}

