﻿body
{
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 10pt;
    color: White;
}
.TextFoot
{
    font-size: 8pt;
    color: White;
}
.TextFootBlack
{
    color:Gray;
    font-size: 8pt;
}
.TextHead0
{
    font-family: "Arial Narrow", Arial, Sans-Serif;
    font-size: 28pt;
    text-transform: uppercase;
    line-height: 26pt;
}
.TextHead1
{
    font-family: "Arial Narrow", Arial, Sans-Serif;
    font-size: 20pt;
    text-transform: uppercase;
    line-height: 18pt;
}
.TextHead2
{
    font-family: "Arial Narrow", Arial, Sans-Serif;
    font-size: 14pt;
    text-transform: uppercase;
    line-height: 13pt;
}
.TextHead3
{
    font-family: "Arial Narrow", Arial, Sans-Serif;
    font-size: 12pt;
    text-transform: uppercase;
    line-height: 12pt;
}
.Yellow
{
    color: #FECE32;
}
a:link
{
    color: #FECE32;
    text-decoration: none;
}
a:visited
{
    color: #FECE32;
    text-decoration: none;
}
a:hover
{
    color: White;
    text-decoration: underline;
}
a:active
{
    color: White;
    text-decoration: underline;
}
.FormInput
{
    font-family: Georgia, "Times New Roman", Times, Serif;
    border: 1px solid White;
    position: absolute;
    left: 120px;
    background-color: #524F54;
    background-color: White;
    color: Black;
    width: 250px;
    font-size: 12px;
}
.FormLayer
{
    position: absolute;
    left: 120px;
    width: 250px;
}

