/*   */
A:link, A:visited, A:active {
        color: #0122A2;
        text-decoration: underline;
}

/*     */
A:hover {
        color: #4d70F8;
        text-decoration: underline;
}

.address {
        color        : #FFFFFF;
        text-align   : left;
        font-size    : 9pt;
        font-weight  : normal;
        margin-left  : 1pt;
        margin-right : 0px;
        margin-top   : 6px;
        margin-bottom: 6px;
}
.address:link, .address:visited .address:active {
        color        : #FFFFFF;
        font-size    : 9pt;
        font-weight  : normal;
        text-decoration: none;
}
.address:hover {
        color        : #FFFFFF;
        text-decoration: underline;
}
.texst {
        color        : #000000;
        text-align   : justify;
        font-size    : 11pt;
        font-weight  : normal;
        margin-left  : 30pt;
        margin-right : 0px;
        margin-top   : 6px;
        margin-bottom: 6px;
}
.heading {
        color        : #052AB8;
        text-align   : center;
        font-size    : 18pt;
        font-weight  : bold;
        margin-left  : 0pt;
        margin-right : 0px;
        margin-top   : 6px;
        margin-bottom: 6px;
}

