body {
    margin: 0px;
    background-color: #FFFFFF;
}

td {
    font-family: Verdana;
    font-size: 10pt;
    color: #000000;
}

a {
    text-decoration: none; 
    color: #C10913;
}

a:hover {
    text-decoration: underline;
    color: #D10913;
}

h1 {
    font-family: Verdana;
    font-size: 16pt;
    font-weight: normal;
    color: #000000;
}

h2 {
    font-family: Verdana;
    font-size: 14pt;
    font-weight: normal;
    color: #000000;
}

.footer {
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
}

.menu_header {
    font-family: Verdana;
    font-size: 12pt;
    font-weight: strong;
    color: #000000;
}

.iconon {
    opacity: 1.0;
    filter: alpha(opacity = 100);
    -moz-opacity: 1.0;
}

.iconoff {
    opacity: 0.4;
    filter: alpha(opacity = 40);
    -moz-opacity: 0.4;
}