

#PageBody h3 {
    font-size: 13pt;
    text-align: left;
    margin-left: 12pt;
    margin-bottom: 0;
}
#PageBody h4,
#PageBody h5 {
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    margin: 6pt 12pt 0 12pt;
}

#PageBody address {
    color: black;
    font-family: sans-serif;
    font-size: 11pt;
    font-weight: normal;
    font-style: normal;
    margin: 2pt 12pt 0 12pt;
}

#PageBody cite {
    color: #3f3f3f;
    font-family: sans-serif;
    font-weight: normal;
    font-style: italic;
}


#PageBody .intro {
    font-style: italic;
    margin-top: 9pt;
}

#PageBody .title {
    white-space: nowrap;
    font-family: serif;
    font-size: medium;
    font-weight: bold;
    margin-bottom: 12pt;
}



#PageBody #DocumentText {
    background-color: #fff7ef;
    color: black;
    font-family: serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    padding: 24pt 10% 36pt 4em;
    border: 3px ridge silver;
    margin: 9pt 15% 36pt 12pt;
}


#PageBody #DocumentText p {
    padding: 0;
    border: 0;
    margin: 0 0 8pt 0;
}


#PageBody #DocumentText dt {
    font-family: sans-serif;
    font-size: medium;
    font-weight: bold;
    margin-top: 2pt;
    margin-bottom: 0;
}

#PageBody #DocumentText dd {
    font-family: cursive;
    font-size: small;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
}



