﻿body
{
    margin: 0;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    font-size: 10pt;
    color: #6666cc;
    font-family: 'Arial Narrow';
}

HR
{
    color: #6666cc;
    height: 1px;
}

PLAINTEXT
{
    font-size: 9pt;
    color: #6666cc;
    font-family: 'Arial Narrow';
    letter-spacing: 1px;
}

P
{
        font-size: 9pt;
    color: #6666cc;
    font-family: 'Arial Narrow';
    letter-spacing: 1px;
}

H1
{
    font-weight: bold;
    font-size: 9pt;
    color: #990033;
    font-family: 'Arial Narrow';
    letter-spacing: 1px;
}


.RedHeader
{
    font-weight: bold;
    font-size: 12pt;
    color: #990033;
    font-family: 'Arial';
    letter-spacing: 1px;
}

.BlueHeader
{
    font-weight: bold;
    font-size: 14pt;
    color: #003399;
    font-family: 'Arial Narrow';
    letter-spacing: 1px;
}


A:link
{
    font-size: 9pt;
   
    color: #003399;
    font-family: 'Arial Narrow';
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
}


A:visited
{
    font-size: 9pt;

    color: #003399;
    font-family: 'Arial Narrow';
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
}



A:hover
{
    font-size: 9pt;

    color: #ff0033;
    font-family: 'Arial Narrow';
    letter-spacing: 1px;
}


A:active
{
    font-size: 9pt;

    color: #990033;
    font-family: 'Arial Narrow';
    letter-spacing: 1px;
}
