﻿body
{
    background-color: #ffffff;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #848484;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(img/bgrnd.gif);
    background-attachment: scroll;
    background-repeat: repeat-x;
    text-align: center;
    min-width: 750px;
    margin: 0;
}
/* for ie mac*/
html, body
{
    height: 100%;
    padding: 0;
}
a
{
    color: #99c123;
    ffont-family: Georgia, Tahoma, Verdana;
    text-decoration: none;
}
a:hover
{
    color: #848484;
    text-decoration: underline;
}
td
{
    font-size: 10pt;
    color: dimgray;
    font-family: Georgia, Tahoma, Verdana;
}
.Title
{
    font-size: 11pt;
    color: #2a8420;
    font-family: Georgia, Tahoma, Verdana;
    font-weight: bold;
}
.small
{
    font-size: 8pt;
    color: #a9a9aa;
    font-family: Georgia, Tahoma, Verdana;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom:15px;
}
.small a
{
    text-decoration: underline;
    color: #a9a9aa;
}
.small a:hover
{
    color: #69696c;
}