body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: Black;
}
a {
    color: #E00000;
    /*text-decoration: none;*/
}
a:hover {
    /*text-decoration: underline;*/
    text-decoration: none;
}
.container {
    padding: 0px 0px 20px 0px;
    background-color: White;
}
.body-wrapper {
    background-color: White;
    padding: 20px 0px 20px 0px;
}
.title-bar {
    background-color: #CC0000;
    border-bottom: 1px solid black;
    /*vertical-align: bottom;*/
}
.title-bar-title {
    margin: 0px 0px 0px 5px;
    font-family: Serif;
    font-weight: bold;
    font-size: 150%;
    color: White;
    /*vertical-align: bottom;*/
}
.title-redrival-red {
    font-weight: normal;
    font-size: 110%;
    /*vertical-align: bottom;*/
}
.title-redrival-rival {
    font-weight: bolder;
    /*vertical-align: bottom;*/
}
.title-redrival-dotcom {
    font-size: 75%;
    /*vertical-align: bottom;*/
}
.title-bar-tagline {
    float: right;
    margin: 5px 5px 0px 0px;
    /*font-family: Serif;*/
    font-weight: bold;
    font-size: 120%;
    font-style: italic;
    font-weight: bold;
    color: White;
}
.subtitle-bar {
    padding: 2px 0px 2px 0px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 10%, #FFFFCC 20%, #FFFFCC 100%);
    border-bottom: 1px #999999 solid;
    text-align: right;
}
.subtitle-bar a {
    font-size: 90%;
}
.title { }
.tagline { font-weight: italic; }
.body { }
.legal {
    padding: 5px 0px 5px 0px;
    border-top: 1px solid #3333FF;
    border-bottom: 1px solid #3333FF;
}
.legal-text {
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
}
.legal-established { font-style: italic; }
.footer {}
.footer-subbar {
    padding: 2px 0px 2px 0px;
    border-top: 1px solid #999999;
    background: linear-gradient(to left, #ffffff 0%, #ffffff 10%, #FFFFCC 20%, #FFFFCC 100%);
}
.footer-subbar-tagline {
    margin: 0px 0px 0px 5px;
    font-weight: bold;
    font-style: italic;
    font-size: 90%;
    color: #999999;
}
.footer-bar {
    background-color: #FF9999;
    border-top: 1px solid #FF0000;
    text-align: right;
}
.footer-bar-title {
    display: inline-block;
    text-align: right;
    margin: 0px 5px 0px 0px;
    vertical-align: top;
    transform: rotate(180deg);
    transform-origin: center;
    font-family: Serif;
    font-weight: bold;
    font-size: 150%;
    color: White;
}
