.bold_gray {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #666666;
}
.nav {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #666666;
text-decoration: underline;
}
.nav:hover {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #ff0000;
text-decoration: underline;
}
.biggray_text {
font-family: verdana;
font-size: 14px;
font-weight: bold;
color: #666666;
}
.bigred_text {
font-family: verdana;
font-size: 14px;
font-weight: bold;
color: #ff0000;
}
.page_titles {
font-family: verdana;
font-size: 17px;
font-weight: bold;
color: #ffffff;
}
.darkpage_titles {
font-family: verdana;
font-size: 17px;
font-weight: bold;
color: #ffffff;
background-color:#323982;
}
.plain_text {
font-family: verdana;
font-size: 12px;
color: #000000;
line-height: 20px;
}