﻿body
{
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    color: #000000;
    font-weight: 700;
    text-align: left;
}
.control
{
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #132e35;
    width: 400px;
}
a
{
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
}
a:hover
{
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    color: #ffffff;
    text-decoration: underline;
}
