﻿body {
    background-color: #CCCCCC;
    color: #333333;
    cursor: default;
    line-height: 16px;
    margin: 0;
}
body, input, textarea, select, table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
textarea {
    overflow: scroll;
}
a:link, a:visited {
    color: #336600;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    border: none;
}
table#tbShadow {
    background-color: #FFFFFF;
}
table#tbShadow tr td#shLeft, table#tbShadow tr td#shRight {
    background-repeat: repeat-y;
    width: 4px;
}
table#tbShadow tr td#shLeft {
    background-image: url('../../images/shadowLeft.jpg');
    background-position: left;
}
table#tbShadow tr td#shRight {
    background-image: url('../../images/shadowRight.jpg');
    background-position: right;
}
table#tbShadow tr td#shBotLeft {
    background: url('../../images/shadowLeftBot.jpg') no-repeat left bottom;
}
table#tbShadow tr td#shBottom {
    background: url('../../images/shadowBottom.jpg') repeat-x bottom;
    height: 4px;
}
table#tbShadow tr td#shBotRight {
    background: url('../../images/shadowRightBot.jpg') no-repeat right bottom;
}
table#tbMain {
    background: url('../../images/logo.jpg') no-repeat;
    margin: 20px 20px 8px 20px;
}
div.bottomLinks {
    margin-top: 12px;
    text-align: center;
}
div.bottomLinks a:link, div.bottomLinks a:visited {
    color: #000000;
}
div.contMarg {
    margin: 30px;
}
table.contMain {
    width: 744px;
}
td.leftCaption, td.rightCaption {
    background-color: #F1F2E4;
    background-repeat: no-repeat;
    height: 31px;
}
td.leftCaption {
    background-image: url('../../images/captionLeft.jpg');
    background-position: left;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    width: 38px;
}
td.rightCaption {
    background-image: url('../../images/captionRight.jpg');
    background-position: right;
    width: 38px;
}
td.pageCaption {
    background-color: #F1F2E4;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
}
div.copyright, div.copyright a:link, div.copyright a:visited {
    color: #555555;
}
div.copyright {
    font-size: 9px;
    margin: 0 10px 6px 0;
    text-align: right;
}
