﻿body
{
    font-size: 9pt;
    color: #333333;
    font-family: Arial;
}
a.nav
{
    font-size: 12pt;
    color: #666666;
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
}

a.nav:visited
{
    color: #666666;
    font-weight: bold;
}
a.nav:active
{
    color: #3678AA;
    font-weight: bold;
}

a.nav:hover
{
    color: #3678AA;
    font-weight: bold;
}
a
{
    font-size: 9pt;
    color: #3678AA;
    font-family: Arial;
}
a:visited
{
    color: #3678AA;
}
a:active
{
    color: #FF3300;
}

a:hover
{
    color: #FF3300;
}
h1
{
    font-family: Arial;
    font-size: 12pt;
    color: #3678AA;
    font-weight: bold;
}
