﻿BODY
{
    font-size: 10pt;
    color: #4b4b4b;
    font-style: normal;
    font-family: 'Trebuchet MS';
    font-variant: normal;
}

a:link
{
    font-size: 10pt;
    color: #3366ff;
    font-family: 'Trebuchet MS';
    text-decoration: none;
}

a:visited
{
    font-size: 10pt;
    color: #3366ff;
    font-family: 'Trebuchet MS';
    text-decoration: none;
}

a:active
{
    font-size: 10pt;
    color: #3366ff;
    font-family: 'Trebuchet MS';
    text-decoration: none;
}

a:hover
{
    font-size: 10pt;
    color: #3366ff;
    font-family: 'Trebuchet MS';
    text-decoration: underline;
}

P
{
    color: dimgray;
    font-family: 'Trebuchet MS';
    font-weight: normal;
    font-size: 10pt;
    text-transform: none;
    font-style: normal;
    font-variant: normal;
}

