/*  <![CDATA[  */
    
    @import url( reset.css );
    
    BODY {
        font-size: 75%;
        line-height: 130%;
        color: #333333;
        font-family: Helvetica, Arial, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
    }
    
    H1 {
        /* 18px via YUI Fonts CSS foundation */
        font-size: 160.5%;
        margin-top: 0px;
    }
    
    H2 {
        /* 16px via YUI Fonts CSS foundation */
        font-size: 123.1%;
        margin-top: 0px;
    }
    
    H3 {
        /* 14px via YUI Fonts CSS foundation */
        font-size: 108%; 
    }
    
    H1, H2, H3 {
        /*  top & bottom margin based on font size  */
        margin: 1em 0;
        font-family: Helvetica, Georgia, Futura, Arial, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
    }
    
    H1, H2, H3, H4, H5, H6, STRONG {
        /* bringing boldness back to headers and the strong element */
        font-weight: bold;
    }
    
    ABBR, ACRONYM {
        /* indicating to users that more info is available  */
        border-bottom: 1px dotted #000;
        cursor: help;
    }
    
    EM {
        /* bringing italics back to the em element */
        font-style: italic;
    }
    
    BLOCKQUOTE, UL, OL, DL {
        /* giving blockquotes and lists room to breath */
        margin: 1em;
    }
    
    OL, UL, DL {
        /* bringing lists on to the page with breathing room  */
        margin-left: 2em;
    }
    
    OL LI {
        /* giving OL's LIs generated numbers */
        list-style: decimal outside;
    }
    
    UL LI {
        /* giving UL's LIs generated disc markers */
        list-style: disc outside;
    }
    
    DL DD {
        /* giving UL's LIs generated numbers */
        margin-left: 1em;
    }
    
    TH, TD {
        /* borders and padding to make the table readable */
        border: 0px solid #000;
        padding: .4em;
    }
    
    TH {
        /* distinguishing table headers from data cells */
        font-weight: bold;
        text-align: center;
    }
    
    CAPTION {
        /* coordinated marking to match cell's padding */
        margin-bottom: .5em;
        /* centered so it doesn't blend in to other content */
        text-align: center;
    }
    
    P, FIELDSET, TABLE {
        /* so things don't run into each other */
        margin-bottom: 1em;
    }
    
    TABLE {
        font-size: inherit;
        font: 100%;
    } 
    
    /**
     * Bump up IE to get to 13px equivalent
     */
    PRE, CODE, KBD, SAMP, TT {
        font-family: monospace;
        *font-size: 108%;
        line-height: 100%;
    }
    
    /* A - Generic */
    A {
        text-decoration: none;
    }
    
    /* A - Link */
    A:link {
        color: #801300;
        text-decoration: none;
        background-color: inherit;
    }
    
    /* A - Visited link */
    A:visited {
        color: #801300;
        text-decoration: none;
        background-color: inherit;
    }
    
    /* A - Hover link */
    A:hover {
        color: #801300;
        text-decoration: none;
        background-color: inherit;
    }
    
    /* A - Active link */
    A:active {
        color: #801300;
        text-decoration: none;
        background-color: inherit;
    }
    
    A IMG {
        border: none;
    }
    
    /* P - Body text */
    P.bodytext {
        text-align: justify;
        margin-top: 0px;
        margin-bottom: 7px;
    }
    
    /* P - Body text */
    P.bodytext[align="right"] {
        text-align: right;
    }
    
    /* P - Body text */
    P.bodytext[align="center"] {
        text-align: center;
    }
    
    /* TABLE - HTML Area */
    TABLE.contenttable P.bodytext {
        text-align: left;
    }
    
    TABLE.contenttable TD[style] P.bodytext {
        text-align: inherit;
    }
    
    TABLE.contenttable {
        width: 560px;
        border-collapse: collapse;
        clear: both;
        margin-top: 10px;
    }
    
    TABLE.contenttable P {
        padding: 0px;
        margin: 0px;
    }
    TABLE.contenttable TD {
        padding: 0px;
        margin: 0px;
    }
    TABLE.contenttable TH {
        padding: 1px;
        color: inherit;
    }

/*  ]]>  */
