﻿body
{
    background-color: #2a70c5;
}

A:link
{
    font-size: 8pt;
    color: #2a70c5;
    font-family: sans-serif;
    text-decoration: none;
}
A:hover
{
    font-size: 8pt;
    color: #2a70c5;
    font-family: sans-serif;
    text-decoration: none;
}
A:visited
{
    font-size: 8pt;
    color: #2a70c5;
    font-family: sans-serif;
    text-decoration: none;
}
A:active
{
    font-size: 8pt;
    color: #2a70c5;
    font-family: sans-serif;
    text-decoration: none;
}
P
{
}
.main-txt
{
    font-size: 9pt;
    font-family: sans-serif;
}
.copy
{
    font-size: 8pt;
    font-family: sans-serif;
    color: #6699ff
}
.head
{
    font-size: 14pt;
    font-family: sans-serif;
    font-weight: bold;
    color: #2a70c5;
}
.head-txt
{
    font-size: 11pt;
    font-family: sans-serif;
    font-weight: bold;
    color: #2a70c5;
    border-top: gray 1px dashed;
    border-bottom: gray 1px dashed;
}

