﻿/* Main Area */
html, body
{
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0;
    height: 100%;
}
/* Head Area */
.moto
{
    width: 100%;
    background-color: silver;
    text-align: center;
    font-size: small;
    font-family: system,geneva;
    font-weight: bold;
}
.logo
{
    width: 100%;
    color: yellow;
    background-color: black;
    padding-top: 3px;
    font-family: Georgia,Times;
    font-size: 54px;
    font-weight: bold;
    line-height: 1em;
    padding-bottom: 5px;
}
/* End Head Area */

.headTBL
{
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    height: 100%;
    padding: 0;
}
.LFTNavCLL
{
    width: 160px;
    border-color: #E5E70F;
    border-style: solid;
    border-width: 2px;
    vertical-align: top;
    border-right-style: none;
    border-top-style: none;
}
.mainTBL
{
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border-spacing: 0px;
    width: 820px;
    height: 100%;
    border-color: #E5E70F;
    border-style: solid;
    border-width: 2px;
    vertical-align: top;
    border-left-style: none;
    border-top-style: none;
}

.LNavTBL
{
    width: 120px;
    height: 100%;
    padding: 0;
    border-spacing: 0px;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
}
.LNavCLL
{
    vertical-align: top;
}
.ValT
{
    vertical-align: top;
    height: 100%;
}
.cvt
{
    vertical-align: top;
}
.cvb
{
    vertical-align: bottom;
}
.txtrght
{
    text-align: right;
}
.txtlft
{
    text-align: left;
}
.txtctr
{
    text-align: center;
}
.Statusmsg
{
    color: #811603;
    font-family: Verdana;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: bolder;
    font-variant: normal;
    text-decoration: none;
}
