/***** *****/

body
{
    margin: 6px 0;
    background-color: #8b6f4e;
    background-image: url('/images/background_outside.jpg');
    background-repeat: repeat-x;
    font-family:  Arial, Verdana, Sans-Serif;
}

td
{
    line-height: 1.5em;
    font-size: 11pt;
    color: #333333;
}

.main-table
{
}

.content-body
{
    background-color: #b5af97;
    background-image: url('/images/background_body.jpg');
    background-repeat: repeat-y;
    padding-left: 17px;
    padding-right: 20px;
    padding-top: 6px;
    vertical-align: top;
}

.testimonial-table
{
    background-color: c0b78e;
    border: solid 1px #263f6d;
}

.testimonial
{
    font-size:9pt;
    font-style:italic;
}

ul
{
    margin-top: 10px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.pic { border: 1px solid #666666; }
 
a { color:#263f6d; text-decoration:none; font-weight:bold; }
a:hover { color:#6c4017; text-decoration:none; }

.footer-cell
{
    background-image: url('/images/background_bottom.jpg');
    background-repeat: no-repeat;
}

td.footer-left { padding: 4px 0px 2px 5px; font-size: 8pt; font-family: Arial, Sans-Serif; color: #b5af97; line-height: 1.6em; }
td.footer-left a { color: #b5af97; text-decoration: none; }
td.footer-left a:hover { color: #263f6d; text-decoration: none; }

td.footer-right { padding: 4px 4px 2px 0px; font-size: 8pt; font-family: Arial, Sans-Serif; color: #b5af97; line-height: 1.6em; }
td.footer-right a { color: #b5af97; text-decoration: none; }
td.footer-right a:hover { color: #263f6d; text-decoration: none; }

/***** *****/

