html, body
{
    CURSOR: auto;
    height: 100%;   
    margin: 0px;      
    padding: 0px;   
    width: 100%;
}
a
{
    font-family: Arial;
    color: #000000;
}

/*--------------------------------------------------------------------------
    General Fonts & Text
--------------------------------------------------------------------------*/
.NavStandard
{
    font-size: 12px;
    font-family: Arial;
    color: #FFFFFF;
    text-decoration: none;
}
.NavStandard:hover
{
    font-size: 12px;
    font-family: Arial;
    color: #FFFFFF;
    text-decoration: underline;
}
.Paragraph
{
    font-size: 12px;
    font-family: Arial;
    color: #000000;
    line-height: 20px;
}
.BoxHeader
{
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    color: #555555;
    vertical-align: middle;
    text-align: left; 
    padding: 6px;
}
.TabHeader
{
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    color: #555555;
    vertical-align: middle;
    text-align: center; 
    height: 28px; 
}
.NewsHeader
{
    font-size: 22px;
    font-family: Arial;
    color: #000000;
}

.txtStandard
{
    font-size: 12px;
    font-family: Arial;
    color: #000000;
}
.txtStandardWhite
{
    font-size: 12px;
    font-family: Arial;
    color: #FFFFFF;
}
.UpdatedHeader
{
    font-size: 12px;
    font-family: Arial;
    color: #696969;
    line-height: 20px;
}
.txtError
{
    font-size: 12px;
    font-family: Arial;
    color: Red;
    line-height: 20px;
}
/*--------------------------------------------------------------------------
    Page Sections
--------------------------------------------------------------------------*/
.Copyright
{
    text-align: left;
    font-size: 12px;
    color: #FFFFFF;
    font-family: arial;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.SubNavigation
{
    text-align: left;
    font-size: 12px;
    color: #FFFFFF;
    font-family: arial;
}
.ImageRotator
{
    width: 590px;
}
/*--------------------------------------------------------------------------
    Form Items
--------------------------------------------------------------------------*/
.Button
{
    border: 1px solid #D7D7D7;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    background-color: #0060b6;
    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;
}
.TextBox
{
    border: #999999 1px solid;
    font-size: 13px;
    color: #000000;
    font-family: arial;
}
/*--------------------------------------------------------------------------
    Misc
--------------------------------------------------------------------------*/
.horzLine
{
    border-top: 1px solid #C3C3C3; 
    margin-top: 5px; 
    margin-bottom: 5px;
}
