div.text { font-size: 9pt; }
    div.text h1 { margin: 10px 0; color: #ff4e00; font-weight: bold; font-size: 13pt; padding-bottom: 5px; border-bottom: 1px solid #aaaaaa; }
    div.text h2 { margin: 15px 0 -10px 0; color: #ff4e00; font-weight: bold; font-size: 12pt; }
    div.text h3 { margin: 10px 0; color: #ff4e00; font-weight: bold; font-size: 11pt; }
    div.text h4 { margin: 5px 0; color: #ff4e00; font-weight: bold; font-size: 9pt; }
    div.text p { margin: 10px 0; text-align: justify; line-height: 140%; }
    div.text a { color: #104592; text-decoration: underline; }
    div.text a:hover { text-decoration: none; }
    div.text .tiny { font-size: 8pt; }
    div.text ul { list-style-type: disc !important; margin: 10px 0 10px 25px; line-height: 140%; }
    div.text ol { list-style-type: decimal; margin: 10px 0 10px 35px; line-height: 140%; }
    div.text hr { height: 1px; border: none; background: #dddddd; }
    
dl.links { margin: 10px 0; }
    dl.links dt { font-weight: bold; }
    dl.links dd { margin: 5px 10px 5px 12px; }
