.navwhite {
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

.navwhite:hover {
font-size: 12px;
color: #000000;
font-weight: bold;
text-decoration: none;
}

.subNav {
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: underline;
}

.subNav:hover {
font-size: 12px;
color: #0630C4;
font-weight: normal;
text-decoration: none;
}

.blueNav {
font-size: 12px;
font-weight: normal;
color: #0630C4;
text-decoration: underline;
}

.blueNav:hover {
font-size: 12px;
color: #0630C4;
font-weight: normal;
text-decoration: none;
}

.footerNav {
font-size: 12px;
font-weight: normal;
color: #FFFFFF;
text-decoration: underline;
}

.footerNav:hover {
font-size: 12px;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}