body {
    font-family: Arial;
    font-size: 8pt;
    line-height: 100%;
    text-decoration: none;
}

a:link {
    font-family: Arial;
    font-size: 8pt;
    text-decoration: none;
}

a:active {
    font-family:Arial;
    font-size:8pt;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    font-family:Arial;
    font-size:10pt;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    font-family:Arial;
    font-size:8pt;
    text-decoration: none;
    font-weight: bold;
}

.micro {
    font-family:Arial;
    font-size:7pt;
    text-decoration: none;
}

.normal {
    font-family:Arial;
    font-size:8pt;
    text-decoration: none;
}

.normalSmaller {
    font-family:Arial;
    font-size:7pt;
    text-decoration: none;
}
.magnify {
    font-family: Arial;
    font-size:10pt;
    text-decoration: none;
    font-weight: bold;
}

.errorText {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: red;
}
