.headerTopBar {
  font-size: 90%;
}

.headerMasthead {
  font-size: 90%;
}


<!-- ### OLD STUFF BELOW - but may still be used ### -->

.regularText {
   font-weight : normal;
}

.regularTextBold {
   font-weight : bold;
}

.regularTextFieldName {
   font-weight : bold;
}

.regularTextFieldNameRequired {
   font-weight : bold;
   color: #ff0000;
}

.largeText {
   font-size : 120%;
}

.largeTextBold {
   font-size : 120%;
   font-weight : bold;
}

.smallText {
   font-size : 90%;
}

.smallTextBold {
   font-size : 90%;
   font-weight : bold;
}

.tinyText {
   font-size : 70%;
}

.tinyTextBold {
   font-size : 70%;
   font-weight : bold;
}

