.textA
{
    font-family: Verdana;
    font-size: 13px;
    line-height: 1.5;
    color: #003366;
    text-decoration: underline;

}
.textA:hover
{
    font-family: Verdana;
    font-size: 13px;
    line-height: 1.5;
    color:#fd994f;
    text-decoration: underline;
}


.menuA:link
{
    text-decoration: none;
    color: #003366; 
    font-size: 13px;
    font-family: Verdana;
}
.menuA:visited
{
    text-decoration: none;
    color: #003366; 
    font-size: 13px;
    font-family: Verdana;
}
.menuA:active 
{
    text-decoration: none;
    color: #fd994f;
    font-size: 13px;
    font-family: Verdana;
}
.menuA:hover
{
    text-decoration: none; 
    color: #fd994f;
    /*fd994f -- ffcc66*/
    font-size: 13px;
    font-family: Verdana;
}



.copyright
{
    font-family:Arial; 
    font-size:10px; 
    color:#999999; 
}
.BodyText
{
    font-family: Verdana;
    font-size: 13px;
    line-height: 1.5;
    color: #003366;
}

.Title
{
    font-family: Verdana;
    font-size: 14px;
    line-height: 1,5;
    font-weight: bold;
    color: #003366;
}
.copyrightlink
{
    font-family:Arial; 
    font-size:10px; 
    color:#999999; 
    /*text-decoration: none;*/
}

.copyrightlink:hover
{
    font-family:Arial; 
    font-size:10px; 
    color:#fd994f; 
    /*text-decoration: none;*/
}
