﻿BODY
{
    background-color: #aebdd2;
    margin: 0px;
    font-family: arial;
}
H1
{
    display: inline;
    font-size: 25px;
    font-weight: bold;
}
HR
{
    width: 700px;
}
#container
{
    background-color: white;
    width: 1000px;
    height: 100%;
}
#content *
{
    color: black;
}
#content A
{
    color: blue;
}
#content A:visited
{
    color: blue;
}
#footer A
{
    color: blue;
    font-size: 8pt;
    text-decoration: underline;
}
#footer A:visited
{
    color: blue;
}
#inquiry TD
{
    font-size: 12px;
}
#faqs
{
    color: black;
    font-size: 15px;
}
#faqs TD
{
    font-size: 13px;
}
.error
{
    color: red !important;
    font-size: 12px;
    font-weight: bold;
}
.header
{
    padding-bottom: 5px;
    background-color: #292c4a;
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
    font-size: 9pt;
    padding-top: 5px;
}
.header A
{
    color: #ffffff;
    font-size: 8pt;
    text-decoration: underline;
}
.header A:visited
{
    color: #ffffff;
}
.testing
{
    margin: 2px auto;
    display: block;
    color: red;
    font-size: 12pt;
    font-weight: bold;
}
.mediumFont
{
    font-size: 15px;
}
.smallFont
{
    font-size: 13px;
}
.status
{
    color: #0000a0 !important;
    font-weight: bold;
}
.upper
{
    text-transform: uppercase;
}
