<style>
.test{
}
.smalltext
{
    FONT-SIZE: 11px;
    COLOR: #333333;
    FONT-FAMILY: tahoma
}
.maintext
{
    FONT-SIZE: 11px;
    COLOR: #333333;
    FONT-FAMILY: tahoma
}
.maintext2
{
    FONT-SIZE: 14px;
    COLOR: #333333;
    FONT-FAMILY: tahoma
}
.smallbluetext
{
    FONT-SIZE: 11px;
    COLOR: #015c7f;
    FONT-FAMILY: tahoma;
    font-weight: bold;
}
.smallredtext
{
    FONT-SIZE: 11px;
    COLOR: #a10f0f;
    FONT-FAMILY: tahoma;
    font-weight: bold;
}
a.smallredtext
{
    FONT-SIZE: 11px;
    COLOR: #a10f0f;
    FONT-FAMILY: tahoma;
    font-weight: bold;
    text-decoration: none;
}
a.smallredtext:hover
{
    FONT-SIZE: 11px;
    COLOR: #a10f0f;
    FONT-FAMILY: tahoma;
    font-weight: bold;
    text-decoration: underline;
}
.redtext
{
    FONT-SIZE: 14px;
    COLOR: #a10f0f;
    FONT-FAMILY: tahoma;
    font-weight: bold;
}
A.linktext
{
    font-size: 14px;
    font-family: Tahoma;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}
A.linktext:hover
{
    font-size: 14px;
    font-family: Tahoma;
    color: #a10f0f;
    text-decoration: none;
    font-weight: bold;
}
A.linkpagetext
{
    font-size: 11px;
    font-family: Tahoma;
    color: #a10f0f;
    text-decoration: underline;
    font-weight: bold;
}

</style>