/* ********************************************************************************
 * Building blocks
 * h2, h3, p, etc        Standard html tags
 * div.gbBlock           Sidebar or content section with style for contained lists
 * ul.gbBreadCrumb       List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 */

.hContentText {
  padding: 10px 10px 10px 10px;
  font-size: 1.1em;
  line-height: 1.4em;
}

.hContentTextEmphasis {
  font-size: 80%;
  font-style: italic;
}

.hContentText a {
    font-weight: bold;
}
