body {
    margin: 0;
    padding: 0;
    font-family: Calibri, Verdana,Arial,Helvetica,sans-serif;
}

body {
    color: #FFCC99;
    background-color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 15px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1; /* ie 6/7 */
}

h1 {
    color: #FF6666;
}

h2 {
    color: #FF99CC;
}

h3, h4 {
    color: #CC9999;
}

h5, h6 {
    color: #FFCCCC;
}

a {
    color: #FF0033;
    text-decoration: none;
    font-weight: bold;
}

    a:hover {
        text-decoration: underline;
        color: #CCFF99;
    }

    a.SmallLink {
        font-weight: normal;
        font-size: smaller;
    }

.Table_Generic {
    border: #900 ridge;
}

    .Table_Generic tr td {
        border: #400 solid thick;
    }

table {
    border: #300 ridge;
    border-collapse: collapse;
}

    table.DLTable {
        margin-left: auto;
        margin-right: auto;
    }

td.About_Heading_Horiz {
    background-image: url(images/layout/abouttable_header_h-darker.png);
    background-repeat: repeat-y;
    text-align: right;
    background-color: #490c0b;
}

table tr td {
    border: #400 2px solid;
    background-color: #330000;
}

#Main {
    /*margin-top: 10px;*/
    border: 1px #FF0033 solid;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: auto;
    background-color: #100000;
}

#Content {
    width: 79%;
    margin-left: 5px;
    float: right;
    min-height: 450px;
}

#Footer {
    font-size: 9px;
    display: block;
    margin: 0 auto;
    width: 100px;
    clear:both;
}

div.Centre {
    margin-left: auto;
    margin-right: auto;
}

.Width50pc {
    width: 50%;
}

.Width100pc {
    width: 100%;
}

.TextAlign_Centre {
    text-align: center;
}

.BannerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

.Required {
    color: yellow;
}
