BODY {
	background-color: #ffffff; padding: 0px; margin: 0px;
}

.text_main {
        color: black;
        font-family: Arial, Tahoma, Helvetica;
        font-size: 10pt;
}

.text_main TD {
        color: black;
        font-family: Arial, Tahoma, Helvetica;
        font-size: 10pt;
}

.text_main B {
        font-weight: bold;
}

.text_main A {
        color: darkblue;
        font-family: Tahoma, Arial, Helvetica;
        font-size: 10pt;
        text-decoration: none;
}

.text_main A:hover {
        color: #D20000;
        text-decoration: underline;
}

.error {
        color: red;
        font-family: Tahoma, Arial, Helvetica;
        font-size: 10pt;
        font-weight: bold;
}

.info {
        color: blue;
        font-family: Tahoma, Arial, Helvetica;
        font-size: 10pt;
        font-weight: bold;
}

.footer {
        color: darkblue;
        font-family: Arial, Tahoma, Helvetica;
        font-size: 8pt;
		font-weight: bold;
}

.footer A {
        color: darkblue;
        font-family: Arial, Tahoma, Helvetica;
        font-size: 8pt;
		font-weight: bold;
}