﻿body
{
    font-family: tahoma;
}

.ext a
{
    background-position: right center;
    color: #880000;
    padding-right: 16px;
    background-image: url(../../images/linkover.png );
    background-repeat: no-repeat;
     text-decoration: none;
}
.ext a:link
{
    background-position: right center;
    color: #880000;
    text-decoration: none;
    padding-right: 16px;
    background-image: url(../../images/linkover.png );
    background-repeat: no-repeat;
}
.ext a:hover
{
    color: #000000;
     text-decoration: none;
}

.CorpNav
{
    font-size: 10pt;
    color: #FFFFFF;
    text-decoration: none;
}

.CorpNav a
{
    font-size: 10pt;
    color: #FFFFFF;
    text-decoration: none;
}
.CorpNav a:link
{
    font-size: 10pt;
    color: #FFFFFF;
    text-decoration: none;
}
.CorpNav a:hover
{
    font-size: 10pt;
    color: #FFFFFF;
    text-decoration: underline;
}
.MainNavB
{
    background-image:url(../images/mnu_std.jpg);
    background-repeat: repeat-x;
}

.MainNav a
{
    text-align: center;
    padding: 6px 10px 0px 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ffffff;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #c0c0c0;
    height: 26px;
    margin-top: 0px;
    font-size:11pt;
    display: block;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    background-image:url(../images/mnu_std.jpg);
    background-repeat: repeat-x;
}
.MainNav a:hover
{
    background-image:url(../images/mnu_over.jpg);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CC0000;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #990000;
    background-color: #800000;
    background-repeat: repeat-x;
    color: #FFFFFF;
}


.popupMenu
{
    
    position: absolute;
    color:#ffffff;
  visibility:hidden;
    background-image:url(../images/topred.jpg);
    background-color:#800000;
    border: solid 1px #800000;
   
}
.popupItem a
{
    padding: 5px 10px 5px 10px;
    font-size: 11pt;
    text-decoration: none;
    color: #ffffff;
    display: block;
    

}
.popupItem a:hover
{
    background-color: #FFFFFF;
    color:#800000;
   
}

.tbox
{
    background-color: #000066;
    padding: 1px;
}


H1
{
    font-family: Verdana;
    font-size: 20pt;
    color: #FFFFFF;
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
}
.FootNav
{
    font-size: 8pt;
    color: #FFFFFF;
    text-decoration: none;
}

.FootNav a
{
    font-size: 8pt;
    color: #FFFFFF;
    text-decoration: none;
}
.FootNav a:link
{
    font-size: 8pt;
    color: #FFFFFF;
    text-decoration: none;
}
.FootNav a:hover
{
    font-size: 8pt;
    color: #FFFFFF;
    text-decoration: underline;
}
.SearchBox
{
    border: 1px solid #c0c0c0;
    height: 20px;
    width: 200px;
    font-family: Tahoma;
    font-size: 11pt;
    color: #808080;
    background-color: #eeeeee;
    padding-right: 5px;
    padding-left: 5px;
}
.SearchBtn
{

    font-family: Tahoma;
    font-size: 9pt;
    color: #808080;
    padding-left: 5px;
    padding-right:5px; 
    text-decoration: none;
    font-weight: bold;
}
