/* GENERIC */
H1  {
  font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  24px;
    font-weight:    normal;
    color: #374f1f;
    margin: 0;
}

H2  {
  font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  18px;
    font-weight:    normal;
    color: #666644;
    margin: 0;
}

H3  {
  font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  12px;
    font-weight:    normal;
    color: #c6cabe;
    margin: 0;
}

H4  {
  font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
    margin: 0;
}

H5  {
  font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    margin: 0;
}

H6  {
  font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  12px;
    font-weight:    normal;
    color: #374f1f;
    margin: 0;
    text-transform: uppercase;
}
H6 a:link, H6 a:visited, H6 a:active {
    color: #374f1f;
    text-decoration: none;
}
H6 a:hover {
    color: #c1d524;
    text-decoration: none;
}

/* style of item titles on edit and admin pages */
.SubHeadRight    {
    font-family: Arial;
    color: #5d5d5d;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
}
.FormSubTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  18px;
    font-weight:    normal;
    color: #666644;
}


