/* GENERIC */
H1  {
    font-family: Georgia;
    font-size:  14px;
    font-weight:    bold;
    color: white;
    margin: 0;
font-style: italic;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
    margin: 0;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
    margin: 0;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
    margin: 0;
}

H5  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    margin: 0;
}

H6  {
    font-family: Trebuchet MS;
    font-size:  11px;
    font-weight:    normal;
text-transform: uppercase;
    color: white;
    margin: 0;
letter-spacing: 1px;
line-height: 13px;
}
.contentpane p {
margin: 8px 0;
}


