﻿body
{
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    color: white;
    font-size: 10pt;
    clip: rect(0px 0px 0px 0px);
    position: static;
    margin-top: 0px;
    padding-top: 0px;
    height: 100%;
    background-color: #000000;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-image: url('images/leafbkg.jpg');
}
.menu
{
    font-weight: bold;
    color: #7e491f;
    font-size: 10pt;
    text-align: left;
}
.details
{
    font-weight: normal;
    color: black;
    font-size: 9pt;
    text-align: left;
}
.banners
{
    font-weight: bold;
    color: black;
    font-size: 11pt;
}
.mainsection
{
    margin: 0px auto 0px auto;
    padding-bottom: 0px;
    padding-top: 0px;
    right: auto;
    left: auto;
    width: 820px;
    background-color: #000000;
    background-image: url('images/mainbkg.jpg');
    background-repeat: repeat-y;
}