﻿
.help_nav_headertext 
{
    font-size:12px;
    color:#FFFFFF;
}

A.help_nav_text:link, A.help_nav_text:visited, A.help_nav_text:active
{
    font-size:9px;
    color:#E6E6E6;
    text-transform:lowercase;
    text-decoration:none;
}

A.help_nav_text:hover 
{
    text-decoration:none;
    background-color:#E6E6E6;
    color:#4F77C1;
}


.sectionstext A:link, .sectionstext A:visited, .sectionstext A:active
{
    color:#004A80;
    text-decoration:underline;
}

.sectionstext A:hover
{
    color:#FFFFFF;
    background-color:#004A80;
    text-decoration:none;
}

.sectionstext A.hidehover:hover 
{
    background-color:Transparent;
}


.sidebar 
{
    background-color:#4F77C1;
    border-color:#FFFFFF;
    border-style:solid;
    border-width:1px;
}



.section_headertext 
{
    font-size:13px;
    font-weight:bold;
    color:#004A80;
}


.section_blurb
{
    font-size:10px;
    color:#004A80;
}