﻿.MainBody
{
    background-color: #454430;
}
.TableBody
{
    background-color: #E2DAD8;
}
.MenuBody
{
    background-color: #837463;
}
.HeadingText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    text-decoration: underline;
}
.BodyText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    color: #000080;
}
.MenuText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    color: #FFFFFF;
}