


a, a:link, a:active {
        color: #D3824B;
        text-decoration: none;
        font-weight:bold;
        font-size: 14px;
}
a:visited {
        color: #D3824B;
        text-decoration: none;
        font-weight:bold;
        font-size: 14px;
}
a:hover {
        color: #3E6595;
        text-decoration: underline;
        font-size: 14px;
}

body{
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        background: #8AA9CE;
        color: #000000;
        font: 8px ; 
}

td {
        border: 1px none;
        background: none;
        border-collapse: collapse;
        empty-cells: show;
        font-size: 14px;
}


h1 {

        margin-bottom: 15px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        display: block;
        color: #3E6595;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0px;


        position: relative;

}

h2 {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        display: block;
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0px;


        position: relative;
}

h3 {
        border-bottom: rgb(0, 0, 0) 1px solid;
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        padding: 2px;
        width: 400px;
        display: block;
        background: rgb(40, 40, 40);
        color: rgb(91, 91, 101);
        font: 9px;
        font-weight: normal;
        letter-spacing: 0px;
        text-align: center;
}
h5 {
        padding-left: 2px;
        width: 150px;
        display: block;
        color: rgb(204, 204, 255);
        font-size: 10px;
        font-weight: normal;

