h1 { 
    color: black; 
    font-family:Verdana, sans-serif; 
    font-style: normal; 
    font-weight: bold; 
    text-decoration: none; 
    font-size: 22pt; 
}

h3 { 
    color: black; 
    font-family:Verdana, sans-serif; 
    font-style: normal; 
    font-weight: bold; 
    text-decoration: none; 
    font-size: 16pt; 
}

.p, p { 
    color: black; 
    font-family:Verdana, sans-serif; 
    font-style: normal; 
    font-weight: normal; 
    text-decoration: none; 
    font-size: 13pt; 
    margin: 0pt; 
}

.s1 { 
    color: black; 
    font-family:Verdana, sans-serif; 
    font-style: normal; 
    font-weight: bold; 
    text-decoration: none; 
    font-size: 12pt; 
}

.s2 { 
    color: black; 
    font-family:Verdana, sans-serif; 
    font-style: normal; 
    font-weight: normal; 
    text-decoration: none; 
    font-size: 12pt; 
}

h2 { 
    color: black; 
    font-family:Verdana, sans-serif; 
    font-style: normal; 
    font-weight: bold; 
    text-decoration: none; 
    font-size: 12pt; 
}

.a, a { 
    color: black; font-family:Verdana, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12pt; 
}
.s3 { 
    color: black; font-family:Verdana, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline; font-size: 12pt; }
.s4 { color: black; font-family:Verdana, sans-serif; font-style: italic; font-weight: normal; text-decoration: none; font-size: 12pt; }
.s6 { color: black; font-family:Verdana, sans-serif; font-style: italic; font-weight: normal; text-decoration: underline; font-size: 12pt; }
.s7 { color: black; font-family:Verdana, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12pt; }
.s9 { color: black; font-family:Verdana, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12pt; }

li {
    display: block; 
}

#l1 {
    padding-left: 0pt;
    counter-reset: c1 1;
}

#l1> li>*:first-child:before {
    counter-increment: c1; 
    content: counter(c1, decimal)". "; 
    color: black; 
    font-family:Verdana, sans-serif; 
    font-style: normal; 
    font-weight: bold; 
    text-decoration: none; 
    font-size: 12pt;
}

#l1> li:first-child>*:first-child:before {
    counter-increment: c1 0;
}

#l2 {padding-left: 0pt; }
#l2> li>*:first-child:before {
    content: "- "; 
    color: black; 
    font-family:Verdana, sans-serif; 
    font-style: normal; 
    font-weight: normal;
    text-decoration: none; 
    font-size: 12pt;
}

#l3 {
    padding-left: 0pt;
    counter-reset: c4 8;
    counter-reset: c5 1;
}

#l3> li>*:first-child:before {
    counter-increment: c4;
    counter-increment: c5;
    /*content: counter(c4, decimal)"."counter(c5, decimal)" "; */
    color: black; 
    font-family:Verdana, sans-serif;
    font-style: italic; 
    font-weight: normal;
    text-decoration: none; 
    font-size: 12pt;
}

#l3> li:first-child>*:first-child:before {
    counter-increment: c4 0;
    counter-increment: c5 0;
}

#l4 {padding-left: 0pt; }
#l4> li>*:first-child:before {content: "- "; color: black; font-family:Verdana, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12pt; }

#l5 {
    padding-left: 0pt;
}

#l5> li>*:first-child:before {
    content: "- "; 
    color: black; 
    font-family: Verdana, sans-serif; 
    font-style: normal; 
    font-weight: normal; 
    text-decoration: none;
    font-size: 12pt;
}

#l6 {padding-left: 0pt; }
#l6> li>*:first-child:before {content: "• "; color: black; font-family:Verdana, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 12pt; }