/* GENERIC */
H1  {
    font-family: Trebuchet MS;
    font-size:  16px;
    font-weight:    bold;
    color: #174473;
    margin: 0;
font-style: italic;
letter-spacing: 1px;
}

H2  {
    font-family: Trebuchet MS;
    font-size:  16px;
    font-weight:    bold;
    color: #984c47;
    margin: 0;
font-style: italic;
letter-spacing: 1px;
}

H3  {
    font-family: Georgia;
    font-size:  14px;
    font-weight:    normal;
    color: #d47800;
    margin: 0;
font-style: italic;
}

H4  {
    font-family: Georgia;
    font-size:  18px;
    font-weight:    normal;
    color: #84141e;
    margin: 0;
font-style: italic;
line-height: normal;
}

H5  {
    font-family: Georgia;
    font-size:  14px;
    font-weight:    normal;
    color: #7f6c6e;
    margin: 0;
font-style: italic;
}

H6  {
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight:  normal;
    color: white;
letter-spacing: 1px;
    margin: 0;
}
H6 a:link, H6 a:visited, H6 a:active, H6 a:hover {
    color: white;
text-decoration: none;
}
.contentpane p {
margin: 12px 0;
}
.leftpane p {
margin: 12px 0;
}


