/* <![CDATA[ */

    /* body element */
    html, body {
        width:              100%;
        height:             auto;
        overflow:           auto;
        margin:             auto;
        padding:            0px;
        background-color:   #FFF;
        text-align:         center;
    }
    
    body, td, th {
        color:              #333;
        font-size:          12px;
        font-style:         normal;
        font-weight:        normal;
        font-family:        Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
        line-height:        165%;
    }
    
    /* Accessibility */
    .accesskey {
        border-bottom:      none;
        text-decoration:    none;
    }
    
    /* iframes */
    iframe {
        margin:             0px;
        padding:            0px;
        width:              98%;
        height:             750px;
    }

    /*
     * images
     */
    img {
        margin:             0px;
        padding:            0px;
        border:             none;
    }
    
    /* buttons */
    button {}

    /*
     * Links
     */
    /* normal links */
    a:link {
        color:              #063264;
        background-color:   inherit;
        text-decoration:    none;
    }
    /* visited links */
    a:visited {
        color:              #063264;
        background-color:   inherit;
        text-decoration:    none;
    }
    /* over links */
    a:hover {
        color:              #063264;
        background-color:   inherit;
        text-decoration:    none;
    }
    /* active links */
    a:active {
        color:              #063264;
        background-color:   inherit;
        text-decoration:    none;
    }


    /*
     * Titles
     */
    /* title level 1 */
    h1 {
        margin:             15px 0px 15px 0px;
        padding:            0px;
        color:              #E5262F;
        background-color:   inherit;
        font-size:          30px;
        font-style:         normal;
        font-weight:        bold;
        font-family:        Helvetica, Verdana, Arial, sans-serif;
        text-transform:     uppercase;
        line-height:        120%;
    }
    /* title level 2 */
    h2 {
        margin:             18px 0px 18px 0px;
        color:              #063264;
        background-color:   inherit;
        font-size:          26px;
        font-style:         normal;
        font-weight:        bold;
        font-family:        Helvetica, Verdana, Arial, sans-serif;
        line-height:        120%;
    }
    /* title level 3 */
    h3 {
        margin:             16px 0px 16px 0px;
        color:              #063264;
        background-color:   inherit;
        font-size:          19px;
        font-style:         normal;
        font-weight:        normal;
        font-variant:       small-caps;
        font-family:        Helvetica, Verdana, Arial, sans-serif;
    }
    /* title level 4 */
    h4 {
        margin:             14px 0px 14px 0px;
        color:              #063264;
        background-color:   inherit;
        font-size:          17px;
        font-style:         normal;
        font-weight:        normal;
        font-variant:       small-caps;
        font-family:        Helvetica, Verdana, Arial, sans-serif;
    }
    /* title level 5 */
    h5 {
        margin:             12px 0px 12px 0px;
        color:              #063264;
        background-color:   inherit;
        font-size:          12px;
        font-style:         normal;
        font-weight:        bold;
        font-variant:       small-caps;
        font-family:        Helvetica, Verdana, Arial, sans-serif;
    }
    /* title level 6 */
    h6 {
        margin:             0px 0px 10px 12px;
        padding-top:        15px;
        color:              #303030;
        font-size:          18px;
        font-weight:        bold;
        font-family:        Helvetica, Verdana, Arial, sans-serif;
        text-shadow:        0 1px 1px #FFF;
    }


    /*
     * Texts styles
     */
    /* paragraphs */
    p {
        margin-bottom:      10px;
    }
    p.align-right {
        text-align:         right;
    }
    /* line break */
    br {
    
    }
    /* bold text */
    b, strong {
    
    }
    /* emphasized text */
    i, em {
    
    }
    /* big text */
    big {
    
    }
    /* small text */
    small{
    
    }
    /* abbreviation text */
    abbr {
    
    }
    /* acronyms */
    acronym {
    
    }
    /* long quotation */
    blockquote {
    
    }
    /* citation */
    cite {
    
    }
    /* short quotation */
    q {
    
    }
    /* superscripted text */
    sup {
    
    }
    /* subscripted text */
    sub {
    
    }
    /* sample computer code */
    code {

    }
    samp {

    }
    /* adress element */
    address {
    
    }
    /* deleted element */
    del {
    
    }
    /* inserted element */
    ins {
    
    }
    /* definition term */
    dfn {
    
    }
    /* keyboard text */
    kbd {
    
    }
    /* preformatted text */
    pre {
    
    }
    /* horizontal line */
    hr {
        color:              #FFFFFF;
        border-top:         none;
        border-left:        none;
        border-right:       none;
    }


    /*
     * lists
     */
    /* unordered lists */
    ul {
    
    }
    /* ordered lists */
    ol {
    
    }
    /* lists items */
    li {
    
    }
    /* definitions list */
    dl {
    
    }
    /* term to define */
    dt {
    
    }
    /* definition */
    dd {
    
    }


    /*
     * tables properties
     */
    /* tables object */
    table {
    
    }
    /* table title */
    caption {
    
    }
    /* table lines */
    tr {
    
    }
    /* table header cels */
    th {
    
    }
    /* table cels */
    td {
    
    }
    /* table header */
    thead {
    
    }
    /* table body */
    tbody {
    
    }
    /* table footer */
    tfoot {
    
    }
    /* table columns */
    col {
    
    }
    /* table columns group */
    colgroup {
    
    }


    /*
     * forms properties list
     */
    /* form object */
    form {
    
    }
    /* fieldset object */
    fieldset {
    
    }
    /* fieldset title */
    legend {

    }
    /* form element title */
    label {
    
    }
    /* input fields */
    input {
    
    }
    /* text area fields */
    textarea {
    
    }
    /* select lists */
    select {
    
    }
    /* select lists options */
    option {
    
    }
    /* select lists options groups */
    optgroup {
    
    }

/* ]]> */
