.nav
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #537888;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
}
.nav:hover
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #002682;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
}
.navactive
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #002682;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
}
.navactive:hover
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #537888;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
}
.subnav
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #537888;
    text-decoration: none;
    text-align: right;
    vertical-align: middle;
}
.subnav:hover
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #002682;
    text-decoration: none;
    text-align: right;
    vertical-align: middle;
}
.subnavactive
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #002682;
    text-decoration: none;
    text-align: center;
}
.header
{
    FONT-SIZE: 14pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #002682;
    font-weight: bold;
    vertical-align: top;
}
.subhead
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #002682;
    font-weight: bold;
    text-decoration: none;
    line-height: 125%;
}
.subhead:hover
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #537888;
    font-weight: bold;
    text-decoration: none;
    line-height: 125%;
}
.text
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #000000;
    vertical-align: top;
    text-decoration: none;
    line-height: 125%;
}
.link
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #000000;
    vertical-align: top;
    text-decoration: none;
    line-height: 125%;
}
.link:hover
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #002682;
    vertical-align: top;
    text-decoration: none;
    line-height: 125%;
}
.copyright
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
    COLOR: #869DBF;
    text-decoration: none; 
}
.copyright:hover
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
    COLOR: #EBF3FF;
    text-decoration: none; 
}
.bulletedlist
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #000000;
    display: list-item;
    list-style: outside;
    list-style: disc;
}