
/* text used next to house logo at top */
.txt-logo {
  font: normal 24px arial,helvetica,sans-serif;
  color: #CC0000;
}

/* text used for page title */
.txt-pagetitle {
  font: normal 22px arial,helvetica,sans-serif;
  color: #006699;
  padding-top:10px;
  padding-left:10px;
}

/* text used in tab */
.txt-tab {
  font: bold 11px arial,helvetica,sans-serif;
}

/* draw yellow line at bottom of tab */
.tab-on {
  border-bottom:none;
}

/* draw grey line at bottom of tab */
.tab-off {
  border-bottom: 1px solid #cccccc;
}

/* regular content text - most of it */
.txt-content {
  font: normal 11px arial,helvetica,sans-serif;
}

/* small print at bottom of page */
.txt-footer {
  font: normal 10px arial,helvetica,sans-serif;
}

/* to create space between bullet and text */
.txt-bullet {
  padding-right: 5px;
}

/* for the clear pixel used to draw the bullets */
.img-bullet {
  background-color: black;
}