﻿body {
    font-family: verdana, arial, helvetica, sans-serif; 
    background: white;
    color: black;
    border: 0;
    padding: 0;
    margin: 0;
}
table.main
{
    height: 100%;
}
tr.heading
{
    height: 132;
}
tr.body
{
    height: 100%;
}
td.logo
{
    height: 97px;
}
td.heading-text
{
    background-color: #A9D07E;
    height: 35px;
    width: 650px;
    vertical-align: top;
    color: #747679;
    font: verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    letter-spacing: 3px;
}
td.main
{
    vertical-align: top;
    color: Black;
    padding: 10px;
}
td.menu
{
    background-color: #CDE2BD;
    vertical-align: top;
    padding-top: 25px;
    height: 100%;
}
.menu-nav a 
{
    text-decoration: none; 
    font-family: Verdana, sans-serif; 
    font-size: 10pt; 
    font-weight: bold; 
    color: #221E1F;
}
.menu-nav a:link {
}
.menu-nav a:hover {
    text-decoration: underline; 
    color: #221E1F;
}
.menu-nav a:visited {
   color: #221E1F;
}
.arttext
{
    text-decoration: none; 
    font-family: Verdana, sans-serif; 
    font-size: small; 
    color: #221E1F;
}
.menu-attachments a 
{
    text-decoration: none; 
    font-family: Verdana, sans-serif; 
    font-size: 10pt; 
    font-weight: bold; 
}
.menu-attachments a:link {
}
.menu-attachments a:hover {
    text-decoration: underline; 
}
.menu-attachments a:visited {
}

