input
{
    font-size:11px;
    font-family:Verdana;
    border: solid 1px ##3399CC;
  
}

.nav_yellow
{
    font-family:verdana;
    font-size:11px;
    text-decoration:none;
    color:Black;
    font-weight:800;
}

.nav_yellow:hover
{
    font-family:verdana;
    font-size:11px;
    text-decoration:none;
    color:#CC9999;
    font-weight:800;
}

.subnav_off
{
    font-family:verdana;
    font-size:11px;
    text-decoration:none;
    color:white;
    font-weight:400;
}
.subnav_off:hover
{
    font-family:verdana;
    font-size:11px;
    text-decoration:none;
    color:yellow;
    font-weight:400;
}
.subnav_on
{
    font-family:verdana;
    font-size:11px;
    text-decoration:none;
    color:yellow;
    font-weight:400;
}
.copy
{
    font-family:Verdana;
    color:Black;
    font-size:11px;
}

.copybold
{
    font-family:Verdana;
    color:Black;
    font-size:11px;
    font-weight:800;
}


.copylink
{
    font-family:Verdana;
    color:Black;
    font-size:11px;
    text-decoration:unerline;
}
.copylink:hover
{
    font-family:Verdana;
    color:Black;
    font-size:11px;
    text-decoration:none;
}
.dotheader
{
    font-family:Verdana;
    color:Black;
    font-size:12px;
    font-weight:800;
}
.boldlink
{
    font-family:Verdana;
    color: Black;
    font-size:11px;
    font-weight:800;
    text-decoration:underline;
}
.boldlink_on
{
    font-family:Verdana;
    color: #3399CC;
    font-size:11px;
    font-weight:800;
    text-decoration:underline;
}