@charset "utf-8";
/* CSS Document */
 body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #000000;
        background-image: url(content/graphics/bg1.gif);
        background-repeat: repeat-y;
        background-position: center;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
    }
.newsHeaderBurgandy {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #660000;
    font-size: 12px;
    }
.pageContentBlack12 {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    }
.barHeaderYellow {
    font-family: "Franklin Gothic Book";
    font-weight: bold;
    color: #FFCC00;
    font-size: 12px;
}
.pageContentGrey11 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #333333; }
.bigBurgandy18 {
    color: #003366;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
a:link {
    color: #660000;
    text-decoration: none;
}
a:visited {
    color: #660000;
    text-decoration: none;
}
a:hover {
    color: #660000;
    text-decoration: none;
}
a:active {
    color: #660000;
    text-decoration: none;
}
.subTitlegrey12 {
    font-size: 12px;
    font-weight: bold;
}

}
.SubButton {
    font-size: 11px;
    display:block;
    font-family: "Franklin Gothic Book";
    color: #FFCC00;
    background-image: url(content/graphics/butbar.png);
    font-weight: bold;
    height: 31px;
    width: 150px;
    text-align: left;
    text-indent:10px;
    text-decoration:none;
}
.addSubButtonHtml {
    font-size: 11px;
    font-family: "Franklin Gothic Book";
    color: #FFCC00;
    font-weight: bold;
    height: 22px;
    width: 150px;
    text-align: left;
    text-indent:5px;
    text-decoration:none;
    background-color: #000000;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    border-right-color: #333333;
    border-left-color: #CCCCCC;
    border-top-color: #999999;
    border-left-width: thin;
    border-right-width: thin;
    border-top-width: thin;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
}
.bigBlue18 {
    color: #660000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.ImageFloaterLeft {
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}
