<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.divMenuDropDownFirstItem {
    margin-left: 10px;
    margin-bottom: 5px !important;
    font-size: smaller;
    font-weight: 500;
    height: 15px !important;
}
.divMenuDropDownSubsequentItem {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px !important;
    font-size: smaller;
    font-weight: 500;
    height: 15px !important;
}

.nav-link.text-navy {
    color: #000080 !important; /* Navy color */
    font-weight: 600 !important;
    opacity: 1 !important;
    font-size: 14px !important;
}

.nav-link.text-gray {
    color: dimgray !important; /* Navy color */
    font-weight: 600 !important;
    opacity: 0.7 !important;
}

.nav-link.text-navysmall {
    color: #000080 !important; /* Navy color */
    font-weight: 600 !important;
    opacity: 1 !important;
    font-size: 12px !important;
    margin-left:10px;
}

.nav-link.text-navysmallindent {
    color: #000080 !important; /* Navy color */
    font-weight:500 !important;
    opacity: 1 !important;
    font-size: smaller !important;
    margin-left: 10px !important;
    padding-top: 1px;
    padding-bottom: 1px;
}
   
    

.nav-link.text-graysmall {
    color: dimgray !important; /* Navy color */
    font-weight: 600 !important;
    opacity: 0.7 !important;
    font-size: smaller !important;
}

.nav-link.text-navysmalloffset {
    color: #000080 !important; /* Navy color */
    font-weight: 600 !important;
    opacity: 1 !important;
    font-size: smaller !important;
    margin-left: 1vw !important;
}



.nav-link.text-navythin {
    color: #000080 !important; /* Navy color */
    opacity: 1 !important;
}

.username {
    color: #000080 !important; /* Navy color */
    opacity: 1 !important;
    font: smaller !important;
    margin-top: 8px;
}
</pre></body></html>