body {
    background-color: #FFF6DE;
    background-image: url(../images/header_back.gif);
    background-repeat: repeat-x;
    background-position: top;
    padding: 0;
    margin: 0;
}

#td_text a:hover {
    font-family: tahoma;
    font-size: 10px;
    color: #F91576;
    font-weight: bold;
    text-decoration: underline;
}

#td_text a {
    font-family: tahoma;
    font-size: 10px;
    color: #D2065E;
    font-weight: bold;
    text-decoration: underline;
}

#td_text {
    font-family: tahoma;
    font-size: 10px;
    color: #DA5627;
}

#td_text_normal a:hover {
    font-family: tahoma;
    color: #F91576;
    font-weight: bold;
    text-decoration: underline;
}

#td_text_normal a {
    font-family: tahoma;
    color: #D2065E;
    font-weight: bold;
    text-decoration: underline;
}

#td_text_normal {
    font-family: tahoma;
    color: #DA5627;
}

.td_block_header {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #C40033;
    background-image: url(../images/block_header_back.gif);
    text-transform: uppercase;
    font-size: 20px;
    padding: 3 0 0 0;
}

.td_footer {
    background-image: url(../images/footer_back.gif);
    height: 35;
}