﻿body
{
    font-family: Arial;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
}
p
{
    padding-left: 5px;
}
form
{
    margin: 0;
    padding: 0;
}
.Header
{
    background-color: #66ff00;
    vertical-align: middle;
    text-align: center;
    border-bottom-style: outset;
    border-bottom-width: 12px;
    height: 100px;
}
.LeftColumn
{
    width: 18%;
    vertical-align: top;
}
.RightColumn
{
    width: 18%;
    vertical-align: top;
    text-align: center;
}
.NavMenu
{
    text-align: center;
    background-color: #0033CC;
    margin-left: auto;
    margin-right: auto;
}
.tLinedTable
{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 3px solid #0000FF;
    border-left: 0px none transparent;
    border-right: 0px none transparent;
    padding: 3px 0px 3px 0px;
}
.bLinedTableRow
{
    border-bottom: 3px solid #0000FF;
}
hr
{
    border: 3px solid #0000FF;
}
/* img
{
    border-width: 0px;
    width: 29px;
    height: 5px;
}
*/
.imgleft
{
    float: left;
    width: 40%;
    padding-left: 15px;
    padding-right: 30px;
    border-width: 0px;
}
.BoldRedCentered
{
    color: #FF0000;
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
}
.centered
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clip: rect(auto, auto, auto, auto);
}
.adjustedZIndex {
    z-index: 1;
}
