/* Public Admin Styles*/




dt {
font-weight: bold;
}


/* Text Formatting */

.smallText {
font-size: .70em;
font-weight: bold;

}


/* Page Footer */

.pageFooter td {
font-size:.90em;
}

table.pageFooter {
width: 100%;

}


/* Nav Buttons */


.mainNavButton {
background-color: #2E4D8E;
border: 2px #2E4D8E outset;
padding: 2px 4px;
color: #FFFF00;
text-decoration: none;
font-size: 1.0em;
font-weight:bold;
}

.mainNavButton:hover{
border-style: inset;
background-color: #2E4D8E;
padding: 3px 3px 0 5px; /*shift text 1px to the right and down*/
color: #FFFF00;
}

.mainNavButton:visited{
color: #FFFF00;
}

.mainNavButton:active{
color: #FFFF00;
}





