body {
    margin: 0;
    padding: 0;
    background: #f3f2ed url("img/background-line.gif") top left repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 11px; /*height: 100%;*/
}

.footer-left-td {
}

.footer-center-td {
}

.footer-right-td {
    background-color: transparent;
}

.page-title-td-left {
    background: transparent url("img/bottom-title-left.gif") top left no-repeat;
    width: 18px;
    height: 25px;
}

.page-title-td-center {
    background: transparent url("img/bottom-title-pattern.gif") top left repeat-x;
    height: 25px;
    padding: 4px 12px 3px 0;
}

.page-title-td-right {
    background: transparent url("img/bottom-title-right.gif") top left no-repeat;
    width: 18px;
    height: 25px;
}

.left-title-td {
    vertical-align: top;
    background: transparent url("img/top-title-pattern.gif") left top repeat-x;
}

.left-title-text-div {
    padding: 5px;
    text-align: center;
    color: #BC860E;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
}

.right-title-td {
    vertical-align: top;
    text-align: center;
    background: transparent url("img/top-title-pattern.gif") left top repeat-x;
}

.link {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.back-intro {
    background: transparent url("img/intro.gif") no-repeat scroll bottom center;
    height: 608px;
}


