﻿body
{
    width: 100%;
    font-family: Tahoma;
    background-image: url(../images/greenleather.jpg);
    background-repeat: repeat;
    text-align: center;
    color: #4C360D;
    font-size: 14px;
    margin: 40px 0 40px 0;
}

a:link
{
    color: #8E703E;
    text-decoration: none;
}

a:visited
{
    color: #8E703E;
    text-decoration: none;
}

a:hover
{
    color: #4C360D;
    text-decoration: underline;
}

a:active
{
    color: #8E703E;
    text-decoration: none;
}

.roundedBox
{
    margin: 5 auto;
    padding-top: 8px; /* actually affects padding-left */
    text-align: left;
    border: 1px solid #8E703E;
    background-color: #DFC9A0;
}

.roundedSmBox
{
    padding-top: 18px; /* actually affects padding-left */
    text-align: left;
    border: 1px solid #4C360D;
    background-color: #C9A96C;
}

.roundedImg
{
    margin: 0 auto;
    border: 1px solid #4C360D;
    padding: 20px;
    text-align: left;
    background-repeat: no-repeat;
    background-color: #DFC9A0;
}

.titleBox
{
    color: #4C360D;
    font-weight: bold;
    font-family: Elephant;
    font-size: 18px;
}

.smTitleBox
{
    color: #4C360D;
    font-weight: bold;
    font-family: Elephant;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

.emTitleBox
{
    color: #4C360D;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    font-variant: small-caps;
}

table
{
    font-family: Tahoma;
    text-align: left;
    color: #4C360D;
    font-size: 14px;
}

.rowA
{
    padding-right: 2px; padding-left: 2px; font-size: 12px; padding-bottom: 5px;
    color: black; padding-top: 2px; font-style: normal; font-variant: small-caps
}

.rowB
{
    padding-right: 2px; padding-left: 2px; font-size: 12px; padding-bottom: 5px; 
    color: dimgray; padding-top: 2px; font-style: normal; font-variant: small-caps
}
