.Normal {
    color: unset;
    font-size: unset;
    line-height: unset;
    word-wrap: unset;
}
/* Legacy CDFW styles */
.tagline {
  color: #333;
  font-size: 1.2em;
  line-height: normal;
  font-weight: bold;
  font-style: italic;
}
.textBoldRed {
  color: #C00000;
  font-weight: bold;
}
.bg-default {
    background-color: #F5F5F5;
}
.brd-default {
    border: solid 1px #ddd;
}
em, i {
    font-style: italic;
}
/* END */

/* Site Specific */
nav.breadcrumbs {
    display: none;
}
a, a:visited {
    color: #046B99;
}


