body
{
    background:                        #d0f7df;
    margin-left:                       15px;
    margin-right:                      15px;
    margin-top:                        15px;
    margin-bottom:                     15px;
    font-family:                       Verdana, Arial, Helvetica;
    font-size:                         11px;
}

body, td
{
    font-family:                       Verdana, Arial, Helvetica;
    font-size:                         11px;
}

table.main
{
    border:                            solid 1px #426b52;
}

table.footer td
{
    font-size:                         9px;
}

div.button
{
    color:                             #006600;
    cursor:                            pointer;
    width:                             100px;
    border:                            solid 1px #4ede84;
    padding-left:                      5px;
    padding-right:                     5px;
    padding-top:                       3px;
    padding-bottom:                    3px;
    font-weight:                       bold;
    background-color:                  #a1eec0;
}

a:link, a:visited
{
    font-weight:                       bold;
    color:                             #006600;
    text-decoration:                   none;
}

a:hover, a:active
{
    color:                             #ffcc00;
}