/***** *****/

body
{
    margin: 0 0;
    background-color: #c6d6c9;
    background-image: url('/images/background.jpg');
    font-family: times, serif;
}

td
{
    line-height: 1.5em;
    font-size: 12pt;
    color: #5f2e05;
}

.main-table
{
}

.pic-caption
{
    font-size: 10pt;
    font-style:italic;
}

.odd-row
{
    background-color:#dbd9a0;
}

.top-padding
{
    padding-top:17px;
}   

.part-title
{
    font-weight:bold;
    font-size: 13pt;
    border-bottom: solid 1px #5f2e05;
}

.return-top
{
    font-size: 10pt;
}

.sidebar
{
    background-color: #c87306;
    background-image: url('/images/background-menu.jpg');
    background-repeat: repeat-y;
}

.content
{
    background-color: #e8e6a9;
    background-image: url('/images/background-body.jpg');
    background-repeat: repeat-y;
}

.content-body
{
    padding-left: 12px;
    padding-right: 20px;
    vertical-align: top;
    font-family: times, Serif;
}

.testimonial
{
    border: 1px solid #999999;
    background-color: #e8e7bb;
    font-style: italic;
    padding: 8px 16px 8px 16px;
       
}

.pic { border: 1px solid #5f2e05; }
 
a { color:#0000ff; text-decoration:none; }
a:hover { color:#4444ff; text-decoration:none; }

.footer-cell
{
    background-image: url('/images/background-footer.jpg');
    background-repeat: no-repeat;
}

td.footer-left { padding: 4px 0px 5px 0px; font-size: 8pt; font-family: Verdana, Arial, Sans-Serif; color: #444444; line-height: 1.6em; }
td.footer-left a { color: #666666; text-decoration: none; }
td.footer-left a:hover { color: #4444ff; text-decoration: none; }

td.footer-right { padding: 4px 6px 5px 0px; font-size: 8pt; font-family: Verdana, Arial, Sans-Serif; color: #444444; line-height: 1.6em; }
td.footer-right a { color: #666666; text-decoration: none; }
td.footer-right a:hover { color: #4444ff; text-decoration: none; }

/***** *****/

