html, body
{
    CURSOR: auto;
    height: 100%;   
    margin: 0px;      
    padding: 0px;   
    width: 100%;
}
a
{
    font-family: Arial;
    color: #000000;
}

/*--------------------------------------------------------------------------
    General Fonts & Text
--------------------------------------------------------------------------*/

.txtHeader
{
    font-size: 16px;
    font-family: Arial;
    color: #000000;
}
.txtNewsHeader
{
    font-size: 22px;
    font-family: Arial;
    color: #000000;
}


.txtStandard
{
    font-size: 12px;
    font-family: Arial;
    color: #000000;
}
.txtStandardnew
{
    font-size: 12px;
    font-family: Arial;
    color: #ffffff;
}
.txtStandardWhite
{
    font-size: 12px;
    font-family: Arial;
    color: #FFFFFF;
}
.txtParagraph
{
    font-size: 12px;
    font-family: Arial;
    color: #000000;
    line-height: 20px;
}

.txtUpdated
{
    font-size: 12px;
    font-family: Arial;
    color: #696969;
    line-height: 20px;
}
.txtError
{
    font-size: 12px;
    font-family: Arial;
    color: Red;
    line-height: 20px;
}

/*--------------------------------------------------------------------------
    Links & Navigation
--------------------------------------------------------------------------*/

.lnkStandard
{
    font-size: 11px;
    color: #000000;
    font-family: Arial;
}
.lnkNavStandard
{
    font-size: 12px;
    font-family: Arial;
    color: #FFFFFF;
    text-decoration: none;
}
.lnkNavStandard:hover
{
    font-size: 12px;
    font-family: Arial;
    color: #FFFFFF;
    text-decoration: underline;
}
.navMain
{
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
.navMenuDropDown
{
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    text-align: center;
    width: 164px;
    height: 24px;
    padding-top: 5px;
    cursor: pointer;
}

/*--------------------------------------------------------------------------
    Text Boxed & Buttons
--------------------------------------------------------------------------*/

.frmButton
{
    border: 1px solid #D7D7D7;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    background-color: #1e629e;
    color: white;
    cursor: pointer;
}
.boxLogin
{
    border-right: #D7D7D7 1px solid;
    border-top: #D7D7D7 1px solid;
    border-left: #D7D7D7 1px solid;
    border-bottom: #D7D7D7 1px solid;
    width: 90px;
    font-size: 10px;
    color: #000000;
    font-family: arial;
}
.boxStandard
{
    border: #999999 1px solid;
    font-size: 12px;
    color: #000000;
    font-family: arial;
}

/*--------------------------------------------------------------------------
    Lines
--------------------------------------------------------------------------*/

.horzLine
{
    border-top: 1px solid #999999; 
    margin-top: 5px; 
    margin-bottom: 5px;
}
.horzLine_inner
{
    border-top: 1px solid #999999; 
    margin-top: 5px; 
    margin-bottom: 5px;
    width:735px;
    float:left;
}
.horzMenuLine
{
    border-top: 1px; 
}
.horzDataLine
{
    border-top: 1px solid #999999; 
}

/*--------------------------------------------------------------------------
    Tabs
--------------------------------------------------------------------------*/

.tabStandard
{
    font-size: 12px;
    font-family: Arial;
    color: #000000;
    font-weight: bold; 
    padding: 5px; 
    height: 25px;
}

/*--------------------------------------------------------------------------
    Divs
--------------------------------------------------------------------------*/

.divContent
{
    background-color: #FFFFFF; 
    width: 1000px;
}
.divContentnew
{
    background-color: #1e1e1e; 
    width: 1000px;
}
.divSubNav
{
    text-align: left;
    font-size: 12px;
    color: #FFFFFF;
    font-family: arial;
    background-color: #275caf; 
    width: 1000px;
}
.divCopyright
{
    text-align: left;
    font-size: 12px;
    color: #FFFFFF;
    font-family: arial;
    background-color: #01348F; 
    padding-top: 10px;
    padding-bottom: 10px;
    width: 1000px;
}

.divCopyright_inner
{
    text-align: left;
    font-size: 12px;
    color: #FFFFFF;
    font-family: arial;
    background-color: #01348F; 
    padding-top: 10px;
    padding-bottom: 10px;
    width: 760px;
}
.colorChart
{
    width: 9px;
    height: 9px;
    cursor: hand;
}

