.text {
        FONT-FAMILY: Arial;
        FONT-SIZE: 11px;
        COLOR: #000000;
}
img {
    margin: 0px 0px 0px 0px;
    border: 0px;
}
table {
    font-family: arial;
    font-size: 12px;
    color: #000000;
}
a:link {
        color: #4f4f4f;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
}
a:visited {
        color: #4f4f4f;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
}
a:hover {
        color: #4f4f4f;
        font-size: 11px;
        font-weight: bold;
        text-decoration: underline;
}

h1 { /** aka as Headertextbluebig */
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    color: #24579B;
    margin-top:0px;
}
h2, h2 a:link, h2 a:hover, h2 a:visited { /** aka as Headertextblue */
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: #24579B;
    margin-top:0px;
    margin-bottom: 1px;
}
h2 a:link, h2 a:hover, h2 a:visited { /** aka as Headertextblue */
    text-decoration: underline;
}
h3 { /** aka as Headertext */
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: #900000;
    margin-top: 0px;
    margin-bottom: 1px;
}
h4 {
	font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: #4f4f4f;
    margin-top:0px;
    margin-bottom: 1px;
}
p {
    line-height: 105%;
    color: 000000;
}