body {
        margin: 0px;
        padding: 0px;
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #4B4B4B;
}

form {
        margin: 0px;
        padding: 0px;
}

.input1 {
}

.align-justify {
        text-align: justify;
}

.text1 {
    font-size: 10px;
    text-align: justify;
}

.text2 {
    color: #0075BA;
}

.text3 {
    font-size: 10px;
    color: #666666;
}

.text3 {
    font-size: 12px;
    color: #FFFFFF;
}

.text6 {
    font-size: 10px;
    color: ##161616;
}

.text4 {
    font-size: 12px;
    color: ##161616;
    font-weight: bold;
}

.text5 {
    font-size: 12px;
    color: ##161616;
}

a {
    color: #0075BA;
}

a:hover {
        text-decoration: none;
}

a.link1 {
    font-weight: bold;
    text-decoration: none;
}

a.link1:hover {
    text-decoration: underline;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
    font-size: 12px;
    color: #FFFFFF;
}

.style3 {
    font-size: 12px;
    color: #FFFFFF;
}

.style1 a {
    font-size: 12px;
    text-decoration: underline;
    color: #FFFFFF;
}

.style1 a:hover {
    text-decoration: underline;
}