﻿body {
    background-color: #CCCCCC;
    color: #333333;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
body, input, textarea, 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 {
    color: #336600;
    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: #FFFFFF url(../../images/logo.jpg) no-repeat;
    margin: 20px 20px 8px 20px;
}
table#tbMain td {
    text-align: left;
}
div.bottomLinks {
    margin-top: 12px;
    text-align: center;
}
div.bottomLinks a:link, div.bottomLinks a:visited {
    color: #000000;
}
div.bottomLinks a.lnkBtmSel:link, div.bottomLinks a.lnkBtmSel:visited {
    background-image: url(../../images/bgMenuBottom.jpg);
    background-repeat: repeat-x;
    color: #336600;
}
td.leftCaption, td.rightCaption {
    background-color: #E5E5E5;
    background-repeat: no-repeat;
    height: 31px;
    width: 24px;
}
td.leftCaption {
    background-image: url(../../images/captionLeft.jpg);
    background-position: left;
}
td.rightCaption {
    background-image: url(../../images/captionRight.jpg);
    background-position: right;
}
td.pageCaption {
    background-color: #E5E5E5;
    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;
}
