
body, html {
    font-family: Futura, Helvetica, Arial, sans-serif;
}
#tplContainerInner {
    background: black;
    color: white;
}
a:link {
    color: white;
}
a:visited {
    color: white;
}
a:hover {
    color: #BBBBBB;
}
a:active {
    color: #BBBBBB;
}

.nav_button {
    width: 144px;
    height: 29px;
    border: 0;
    margin-top: 22px;
}
a:hover .nav_button {
    position: relative;
    border-right: 3px solid #494544;
}
.navlink {
    opacity: .8;
    filter: alpha(opacity=80);
    display: block;
    text-align: center;
    padding: 0 4px 0 4px;
    width: 137px;
    background: black;
    line-height: 22px;
    font-size: 14px;
    margin-top: 12px;
}
a.navlink:link { color: white; text-decoration: none; }
a.navlink:visited { color: white; text-decoration: none; }
a.navlink:hover {
    text-decoration: underline;
    color: white;
    position: relative;
    border-right: 3px solid #494544;
}
a.navlink:active {
    text-decoration: underline;
    color: white;
}

#tplFooterInner {
    text-align: center;
    font-size: 9pt;
}

