metanorma-iho 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/isodoc/iho/html/htmlstyle.css +626 -370
- data/lib/isodoc/iho/html/htmlstyle.scss +1 -1
- data/lib/isodoc/iho/html/iho.css +197 -136
- data/lib/isodoc/iho/html/wordstyle.css +422 -352
- data/lib/metanorma/iho/basicdoc.rng +37 -32
- data/lib/metanorma/iho/isodoc.rng +23 -17
- data/lib/metanorma/iho/version.rb +1 -1
- data/metanorma-iho.gemspec +3 -2
- metadata +24 -10
| @@ -6,8 +6,8 @@ | |
| 6 6 | 
             
              mso-font-charset: 2;
         | 
| 7 7 | 
             
              mso-generic-font-family: decorative;
         | 
| 8 8 | 
             
              mso-font-pitch: variable;
         | 
| 9 | 
            -
              mso-font-signature: 0 268435456 0 0 -2147483648 0; | 
| 10 | 
            -
             | 
| 9 | 
            +
              mso-font-signature: 0 268435456 0 0 -2147483648 0;
         | 
| 10 | 
            +
            }
         | 
| 11 11 | 
             
            @font-face {
         | 
| 12 12 | 
             
              font-family: "MS Mincho";
         | 
| 13 13 | 
             
              panose-1: 2 2 6 9 4 2 5 8 3 4;
         | 
| @@ -15,24 +15,24 @@ | |
| 15 15 | 
             
              mso-font-charset: 128;
         | 
| 16 16 | 
             
              mso-generic-font-family: modern;
         | 
| 17 17 | 
             
              mso-font-pitch: fixed;
         | 
| 18 | 
            -
              mso-font-signature: -536870145 1791491579 134217746 0 131231 0; | 
| 19 | 
            -
             | 
| 18 | 
            +
              mso-font-signature: -536870145 1791491579 134217746 0 131231 0;
         | 
| 19 | 
            +
            }
         | 
| 20 20 | 
             
            @font-face {
         | 
| 21 21 | 
             
              font-family: "Cambria Math";
         | 
| 22 22 | 
             
              panose-1: 2 4 5 3 5 4 6 3 2 4;
         | 
| 23 23 | 
             
              mso-font-charset: 0;
         | 
| 24 24 | 
             
              mso-generic-font-family: roman;
         | 
| 25 25 | 
             
              mso-font-pitch: variable;
         | 
| 26 | 
            -
              mso-font-signature: -536870145 1107305727 0 0 415 0; | 
| 27 | 
            -
             | 
| 26 | 
            +
              mso-font-signature: -536870145 1107305727 0 0 415 0;
         | 
| 27 | 
            +
            }
         | 
| 28 28 | 
             
            @font-face {
         | 
| 29 29 | 
             
              font-family: "Arial Narrow";
         | 
| 30 30 | 
             
              panose-1: 2 11 5 6 2 2 2 3 2 4;
         | 
| 31 31 | 
             
              mso-font-charset: 0;
         | 
| 32 32 | 
             
              mso-generic-font-family: swiss;
         | 
| 33 33 | 
             
              mso-font-pitch: variable;
         | 
| 34 | 
            -
              mso-font-signature: 3 0 0 0 1 0; | 
| 35 | 
            -
             | 
| 34 | 
            +
              mso-font-signature: 3 0 0 0 1 0;
         | 
| 35 | 
            +
            }
         | 
| 36 36 | 
             
            @font-face {
         | 
| 37 37 | 
             
              font-family: "Source Sans Pro";
         | 
| 38 38 | 
             
              panose-1: 2 11 5 3 3 4 3 2 2 4;
         | 
| @@ -40,40 +40,40 @@ | |
| 40 40 | 
             
              mso-font-charset: 77;
         | 
| 41 41 | 
             
              mso-generic-font-family: swiss;
         | 
| 42 42 | 
             
              mso-font-pitch: variable;
         | 
| 43 | 
            -
              mso-font-signature: 536870919 1 0 0 403 0; | 
| 44 | 
            -
             | 
| 43 | 
            +
              mso-font-signature: 536870919 1 0 0 403 0;
         | 
| 44 | 
            +
            }
         | 
| 45 45 | 
             
            @font-face {
         | 
| 46 46 | 
             
              font-family: Tahoma;
         | 
| 47 47 | 
             
              panose-1: 2 11 6 4 3 5 4 4 2 4;
         | 
| 48 48 | 
             
              mso-font-charset: 0;
         | 
| 49 49 | 
             
              mso-generic-font-family: swiss;
         | 
| 50 50 | 
             
              mso-font-pitch: variable;
         | 
| 51 | 
            -
              mso-font-signature: -520081665 -1073717157 41 0 66047 0; | 
| 52 | 
            -
             | 
| 51 | 
            +
              mso-font-signature: -520081665 -1073717157 41 0 66047 0;
         | 
| 52 | 
            +
            }
         | 
| 53 53 | 
             
            @font-face {
         | 
| 54 54 | 
             
              font-family: Times;
         | 
| 55 55 | 
             
              panose-1: 2 0 5 0 0 0 0 0 0 0;
         | 
| 56 56 | 
             
              mso-font-charset: 0;
         | 
| 57 57 | 
             
              mso-generic-font-family: auto;
         | 
| 58 58 | 
             
              mso-font-pitch: variable;
         | 
| 59 | 
            -
              mso-font-signature: -536870145 1342185562 0 0 415 0; | 
| 60 | 
            -
             | 
| 59 | 
            +
              mso-font-signature: -536870145 1342185562 0 0 415 0;
         | 
| 60 | 
            +
            }
         | 
| 61 61 | 
             
            @font-face {
         | 
| 62 62 | 
             
              font-family: "Wingdings 2";
         | 
| 63 63 | 
             
              panose-1: 5 2 1 2 1 5 7 7 7 7;
         | 
| 64 64 | 
             
              mso-font-charset: 2;
         | 
| 65 65 | 
             
              mso-generic-font-family: decorative;
         | 
| 66 66 | 
             
              mso-font-pitch: variable;
         | 
| 67 | 
            -
              mso-font-signature: 0 268435456 0 0 -2147483648 0; | 
| 68 | 
            -
             | 
| 67 | 
            +
              mso-font-signature: 0 268435456 0 0 -2147483648 0;
         | 
| 68 | 
            +
            }
         | 
| 69 69 | 
             
            @font-face {
         | 
| 70 | 
            -
              font-family: " | 
| 70 | 
            +
              font-family: "@MS Mincho";
         | 
| 71 71 | 
             
              panose-1: 2 2 6 9 4 2 5 8 3 4;
         | 
| 72 72 | 
             
              mso-font-charset: 128;
         | 
| 73 73 | 
             
              mso-generic-font-family: modern;
         | 
| 74 74 | 
             
              mso-font-pitch: fixed;
         | 
| 75 | 
            -
              mso-font-signature: -536870145 1791491579 134217746 0 131231 0; | 
| 76 | 
            -
             | 
| 75 | 
            +
              mso-font-signature: -536870145 1791491579 134217746 0 131231 0;
         | 
| 76 | 
            +
            }
         | 
| 77 77 | 
             
            p.MsoNormal, li.MsoNormal, div.MsoNormal {
         | 
| 78 78 | 
             
              mso-style-unhide: no;
         | 
| 79 79 | 
             
              mso-style-qformat: yes;
         | 
| @@ -85,7 +85,8 @@ p.MsoNormal, li.MsoNormal, div.MsoNormal { | |
| 85 85 | 
             
              font-family: {{bodyfont}};
         | 
| 86 86 | 
             
              mso-fareast-font-family: "Times New Roman";
         | 
| 87 87 | 
             
              mso-ansi-language: EN-US;
         | 
| 88 | 
            -
              mso-fareast-language: EN-US; | 
| 88 | 
            +
              mso-fareast-language: EN-US;
         | 
| 89 | 
            +
            }
         | 
| 89 90 |  | 
| 90 91 | 
             
            p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
         | 
| 91 92 | 
             
              mso-style-priority: 34;
         | 
| @@ -100,7 +101,8 @@ p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph { | |
| 100 101 | 
             
              font-size: {{normalfontsize}};
         | 
| 101 102 | 
             
              font-family: {{bodyfont}};
         | 
| 102 103 | 
             
              mso-ansi-language: EN-AU;
         | 
| 103 | 
            -
              mso-fareast-language: EN-US; | 
| 104 | 
            +
              mso-fareast-language: EN-US;
         | 
| 105 | 
            +
            }
         | 
| 104 106 |  | 
| 105 107 | 
             
            p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst {
         | 
| 106 108 | 
             
              mso-style-priority: 34;
         | 
| @@ -116,7 +118,8 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC | |
| 116 118 | 
             
              font-size: {{normalfontsize}};
         | 
| 117 119 | 
             
              font-family: {{bodyfont}};
         | 
| 118 120 | 
             
              mso-ansi-language: EN-AU;
         | 
| 119 | 
            -
              mso-fareast-language: EN-US; | 
| 121 | 
            +
              mso-fareast-language: EN-US;
         | 
| 122 | 
            +
            }
         | 
| 120 123 |  | 
| 121 124 | 
             
            p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle {
         | 
| 122 125 | 
             
              mso-style-priority: 34;
         | 
| @@ -132,7 +135,8 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap | |
| 132 135 | 
             
              font-size: {{normalfontsize}};
         | 
| 133 136 | 
             
              font-family: {{bodyfont}};
         | 
| 134 137 | 
             
              mso-ansi-language: EN-AU;
         | 
| 135 | 
            -
              mso-fareast-language: EN-US; | 
| 138 | 
            +
              mso-fareast-language: EN-US;
         | 
| 139 | 
            +
            }
         | 
| 136 140 |  | 
| 137 141 | 
             
            p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
         | 
| 138 142 | 
             
              mso-style-priority: 34;
         | 
| @@ -148,90 +152,98 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS | |
| 148 152 | 
             
              font-size: {{normalfontsize}};
         | 
| 149 153 | 
             
              font-family: {{bodyfont}};
         | 
| 150 154 | 
             
              mso-ansi-language: EN-AU;
         | 
| 151 | 
            -
              mso-fareast-language: EN-US; | 
| 155 | 
            +
              mso-fareast-language: EN-US;
         | 
| 156 | 
            +
            }
         | 
| 152 157 |  | 
| 153 158 | 
             
            p.MsoCommentText, li.MsoCommentText, div.MsoCommentText {
         | 
| 154 159 | 
             
              mso-style-noshow: yes;
         | 
| 155 160 | 
             
              mso-style-unhide: no;
         | 
| 156 161 | 
             
              mso-style-name: "Comment Text";
         | 
| 157 162 | 
             
              margin: 0cm;
         | 
| 158 | 
            -
              margin-bottom: .0001pt;
         | 
| 163 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 159 164 | 
             
              mso-pagination: widow-orphan;
         | 
| 160 165 | 
             
              font-size: {{footnotefontsize}};
         | 
| 161 166 | 
             
              font-family: {{bodyfont}};
         | 
| 162 167 | 
             
              mso-fareast-font-family: "Times New Roman";
         | 
| 163 168 | 
             
              mso-ansi-language: EN-US;
         | 
| 164 | 
            -
              mso-fareast-language: EN-US; | 
| 169 | 
            +
              mso-fareast-language: EN-US;
         | 
| 170 | 
            +
            }
         | 
| 165 171 |  | 
| 166 172 | 
             
            p.MsoHeader, li.MsoHeader, div.MsoHeader {
         | 
| 167 173 | 
             
              mso-style-unhide: no;
         | 
| 168 174 | 
             
              margin: 0cm;
         | 
| 169 | 
            -
              margin-bottom: .0001pt;
         | 
| 175 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 170 176 | 
             
              mso-pagination: widow-orphan;
         | 
| 171 | 
            -
              tab-stops: center  | 
| 177 | 
            +
              tab-stops: center 216pt right 482pt;
         | 
| 172 178 | 
             
              font-size: {{normalfontsize}};
         | 
| 173 179 | 
             
              font-family: {{bodyfont}};
         | 
| 174 180 | 
             
              mso-fareast-font-family: "Times New Roman";
         | 
| 175 181 | 
             
              mso-ansi-language: EN-US;
         | 
| 176 | 
            -
              mso-fareast-language: EN-US; | 
| 182 | 
            +
              mso-fareast-language: EN-US;
         | 
| 183 | 
            +
            }
         | 
| 177 184 |  | 
| 178 185 | 
             
            p.MsoHeaderLandscape, li.MsoHeaderLandscape, div.MsoHeaderLandscape {
         | 
| 179 186 | 
             
              mso-style-unhide: no;
         | 
| 180 187 | 
             
              margin: 0cm;
         | 
| 181 | 
            -
              margin-bottom: .0001pt;
         | 
| 188 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 182 189 | 
             
              mso-pagination: widow-orphan;
         | 
| 183 | 
            -
              tab-stops: center  | 
| 190 | 
            +
              tab-stops: center 367pt right 734pt;
         | 
| 184 191 | 
             
              font-size: {{normalfontsize}};
         | 
| 185 192 | 
             
              font-family: {{bodyfont}};
         | 
| 186 193 | 
             
              mso-fareast-font-family: "Times New Roman";
         | 
| 187 194 | 
             
              mso-ansi-language: EN-US;
         | 
| 188 | 
            -
              mso-fareast-language: EN-US; | 
| 195 | 
            +
              mso-fareast-language: EN-US;
         | 
| 196 | 
            +
            }
         | 
| 189 197 |  | 
| 190 198 | 
             
            p.MsoFooter, li.MsoFooter, div.MsoFooter {
         | 
| 191 199 | 
             
              mso-style-unhide: no;
         | 
| 192 200 | 
             
              margin: 0cm;
         | 
| 193 | 
            -
              margin-bottom: .0001pt;
         | 
| 201 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 194 202 | 
             
              mso-pagination: widow-orphan;
         | 
| 195 | 
            -
              tab-stops: right  | 
| 196 | 
            -
              font-size:  | 
| 203 | 
            +
              tab-stops: right 482pt;
         | 
| 204 | 
            +
              font-size: 10pt;
         | 
| 197 205 | 
             
              font-family: {{bodyfont}};
         | 
| 198 206 | 
             
              mso-fareast-font-family: "Times New Roman";
         | 
| 199 207 | 
             
              mso-ansi-language: EN-US;
         | 
| 200 | 
            -
              mso-fareast-language: EN-US; | 
| 208 | 
            +
              mso-fareast-language: EN-US;
         | 
| 209 | 
            +
            }
         | 
| 201 210 |  | 
| 202 211 | 
             
            p.MsoFooterLandscape, li.MsoFooterLandscape, div.MsoFooterLandscape {
         | 
| 203 212 | 
             
              mso-style-unhide: no;
         | 
| 204 213 | 
             
              margin: 0cm;
         | 
| 205 | 
            -
              margin-bottom: .0001pt;
         | 
| 214 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 206 215 | 
             
              mso-pagination: widow-orphan;
         | 
| 207 | 
            -
              tab-stops: right  | 
| 208 | 
            -
              font-size:  | 
| 216 | 
            +
              tab-stops: right 734pt;
         | 
| 217 | 
            +
              font-size: 10pt;
         | 
| 209 218 | 
             
              font-family: {{bodyfont}};
         | 
| 210 219 | 
             
              mso-fareast-font-family: "Times New Roman";
         | 
| 211 220 | 
             
              mso-ansi-language: EN-US;
         | 
| 212 | 
            -
              mso-fareast-language: EN-US; | 
| 221 | 
            +
              mso-fareast-language: EN-US;
         | 
| 222 | 
            +
            }
         | 
| 213 223 |  | 
| 214 224 | 
             
            span.MsoCommentReference {
         | 
| 215 225 | 
             
              mso-style-noshow: yes;
         | 
| 216 226 | 
             
              mso-style-unhide: no;
         | 
| 217 227 | 
             
              mso-style-parent: "";
         | 
| 218 | 
            -
              mso-ansi-font-size:  | 
| 219 | 
            -
              mso-bidi-font-size:  | 
| 228 | 
            +
              mso-ansi-font-size: 8pt;
         | 
| 229 | 
            +
              mso-bidi-font-size: 8pt;
         | 
| 230 | 
            +
            }
         | 
| 220 231 |  | 
| 221 232 | 
             
            p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {
         | 
| 222 233 | 
             
              mso-style-unhide: no;
         | 
| 223 | 
            -
              margin-top:  | 
| 234 | 
            +
              margin-top: 9pt;
         | 
| 224 235 | 
             
              margin-right: 0cm;
         | 
| 225 236 | 
             
              margin-bottom: 0cm;
         | 
| 226 237 | 
             
              margin-left: 0cm;
         | 
| 227 | 
            -
              margin-bottom: .0001pt;
         | 
| 238 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 228 239 | 
             
              mso-pagination: widow-orphan;
         | 
| 229 240 | 
             
              font-size: {{normalfontsize}};
         | 
| 230 241 | 
             
              font-family: {{bodyfont}};
         | 
| 231 242 | 
             
              mso-fareast-font-family: "Times New Roman";
         | 
| 232 243 | 
             
              mso-bidi-font-family: "Times New Roman";
         | 
| 233 244 | 
             
              mso-ansi-language: EN-US;
         | 
| 234 | 
            -
              mso-fareast-language: EN-US; | 
| 245 | 
            +
              mso-fareast-language: EN-US;
         | 
| 246 | 
            +
            }
         | 
| 235 247 |  | 
| 236 248 | 
             
            p.MsoTitle, li.MsoTitle, div.MsoTitle {
         | 
| 237 249 | 
             
              mso-style-priority: 10;
         | 
| @@ -240,17 +252,18 @@ p.MsoTitle, li.MsoTitle, div.MsoTitle { | |
| 240 252 | 
             
              mso-style-link: "Title Char";
         | 
| 241 253 | 
             
              mso-style-next: Normal;
         | 
| 242 254 | 
             
              margin: 0cm;
         | 
| 243 | 
            -
              margin-bottom: .0001pt;
         | 
| 255 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 244 256 | 
             
              mso-add-space: auto;
         | 
| 245 257 | 
             
              mso-pagination: widow-orphan;
         | 
| 246 | 
            -
              font-size:  | 
| 247 | 
            -
              font-family: "Calibri Light",sans-serif;
         | 
| 258 | 
            +
              font-size: 28pt;
         | 
| 259 | 
            +
              font-family: "Calibri Light", sans-serif;
         | 
| 248 260 | 
             
              mso-fareast-font-family: "Times New Roman";
         | 
| 249 261 | 
             
              mso-bidi-font-family: "Times New Roman";
         | 
| 250 | 
            -
              letter-spacing:  | 
| 251 | 
            -
              mso-font-kerning:  | 
| 262 | 
            +
              letter-spacing: -0.5pt;
         | 
| 263 | 
            +
              mso-font-kerning: 14pt;
         | 
| 252 264 | 
             
              mso-ansi-language: EN-US;
         | 
| 253 | 
            -
              mso-fareast-language: EN-US; | 
| 265 | 
            +
              mso-fareast-language: EN-US;
         | 
| 266 | 
            +
            }
         | 
| 254 267 |  | 
| 255 268 | 
             
            p.MsoTitleCxSpFirst, li.MsoTitleCxSpFirst, div.MsoTitleCxSpFirst {
         | 
| 256 269 | 
             
              mso-style-priority: 10;
         | 
| @@ -260,17 +273,18 @@ p.MsoTitleCxSpFirst, li.MsoTitleCxSpFirst, div.MsoTitleCxSpFirst { | |
| 260 273 | 
             
              mso-style-next: Normal;
         | 
| 261 274 | 
             
              mso-style-type: export-only;
         | 
| 262 275 | 
             
              margin: 0cm;
         | 
| 263 | 
            -
              margin-bottom: .0001pt;
         | 
| 276 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 264 277 | 
             
              mso-add-space: auto;
         | 
| 265 278 | 
             
              mso-pagination: widow-orphan;
         | 
| 266 | 
            -
              font-size:  | 
| 267 | 
            -
              font-family: "Calibri Light",sans-serif;
         | 
| 279 | 
            +
              font-size: 28pt;
         | 
| 280 | 
            +
              font-family: "Calibri Light", sans-serif;
         | 
| 268 281 | 
             
              mso-fareast-font-family: "Times New Roman";
         | 
| 269 282 | 
             
              mso-bidi-font-family: "Times New Roman";
         | 
| 270 | 
            -
              letter-spacing:  | 
| 271 | 
            -
              mso-font-kerning:  | 
| 283 | 
            +
              letter-spacing: -0.5pt;
         | 
| 284 | 
            +
              mso-font-kerning: 14pt;
         | 
| 272 285 | 
             
              mso-ansi-language: EN-US;
         | 
| 273 | 
            -
              mso-fareast-language: EN-US; | 
| 286 | 
            +
              mso-fareast-language: EN-US;
         | 
| 287 | 
            +
            }
         | 
| 274 288 |  | 
| 275 289 | 
             
            p.MsoTitleCxSpMiddle, li.MsoTitleCxSpMiddle, div.MsoTitleCxSpMiddle {
         | 
| 276 290 | 
             
              mso-style-priority: 10;
         | 
| @@ -280,17 +294,18 @@ p.MsoTitleCxSpMiddle, li.MsoTitleCxSpMiddle, div.MsoTitleCxSpMiddle { | |
| 280 294 | 
             
              mso-style-next: Normal;
         | 
| 281 295 | 
             
              mso-style-type: export-only;
         | 
| 282 296 | 
             
              margin: 0cm;
         | 
| 283 | 
            -
              margin-bottom: .0001pt;
         | 
| 297 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 284 298 | 
             
              mso-add-space: auto;
         | 
| 285 299 | 
             
              mso-pagination: widow-orphan;
         | 
| 286 | 
            -
              font-size:  | 
| 287 | 
            -
              font-family: "Calibri Light",sans-serif;
         | 
| 300 | 
            +
              font-size: 28pt;
         | 
| 301 | 
            +
              font-family: "Calibri Light", sans-serif;
         | 
| 288 302 | 
             
              mso-fareast-font-family: "Times New Roman";
         | 
| 289 303 | 
             
              mso-bidi-font-family: "Times New Roman";
         | 
| 290 | 
            -
              letter-spacing:  | 
| 291 | 
            -
              mso-font-kerning:  | 
| 304 | 
            +
              letter-spacing: -0.5pt;
         | 
| 305 | 
            +
              mso-font-kerning: 14pt;
         | 
| 292 306 | 
             
              mso-ansi-language: EN-US;
         | 
| 293 | 
            -
              mso-fareast-language: EN-US; | 
| 307 | 
            +
              mso-fareast-language: EN-US;
         | 
| 308 | 
            +
            }
         | 
| 294 309 |  | 
| 295 310 | 
             
            p.MsoTitleCxSpLast, li.MsoTitleCxSpLast, div.MsoTitleCxSpLast {
         | 
| 296 311 | 
             
              mso-style-priority: 10;
         | 
| @@ -300,31 +315,34 @@ p.MsoTitleCxSpLast, li.MsoTitleCxSpLast, div.MsoTitleCxSpLast { | |
| 300 315 | 
             
              mso-style-next: Normal;
         | 
| 301 316 | 
             
              mso-style-type: export-only;
         | 
| 302 317 | 
             
              margin: 0cm;
         | 
| 303 | 
            -
              margin-bottom: .0001pt;
         | 
| 318 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 304 319 | 
             
              mso-add-space: auto;
         | 
| 305 320 | 
             
              mso-pagination: widow-orphan;
         | 
| 306 | 
            -
              font-size:  | 
| 307 | 
            -
              font-family: "Calibri Light",sans-serif;
         | 
| 321 | 
            +
              font-size: 28pt;
         | 
| 322 | 
            +
              font-family: "Calibri Light", sans-serif;
         | 
| 308 323 | 
             
              mso-fareast-font-family: "Times New Roman";
         | 
| 309 324 | 
             
              mso-bidi-font-family: "Times New Roman";
         | 
| 310 | 
            -
              letter-spacing:  | 
| 311 | 
            -
              mso-font-kerning:  | 
| 325 | 
            +
              letter-spacing: -0.5pt;
         | 
| 326 | 
            +
              mso-font-kerning: 14pt;
         | 
| 312 327 | 
             
              mso-ansi-language: EN-US;
         | 
| 313 | 
            -
              mso-fareast-language: EN-US; | 
| 328 | 
            +
              mso-fareast-language: EN-US;
         | 
| 329 | 
            +
            }
         | 
| 314 330 |  | 
| 315 331 | 
             
            a:link, span.MsoHyperlink {
         | 
| 316 332 | 
             
              mso-style-unhide: no;
         | 
| 317 333 | 
             
              mso-style-parent: "";
         | 
| 318 334 | 
             
              color: blue;
         | 
| 319 335 | 
             
              text-decoration: underline;
         | 
| 320 | 
            -
              text-underline: single; | 
| 336 | 
            +
              text-underline: single;
         | 
| 337 | 
            +
            }
         | 
| 321 338 |  | 
| 322 339 | 
             
            a:visited, span.MsoHyperlinkFollowed {
         | 
| 323 340 | 
             
              mso-style-unhide: no;
         | 
| 324 341 | 
             
              mso-style-parent: "";
         | 
| 325 342 | 
             
              color: purple;
         | 
| 326 343 | 
             
              text-decoration: underline;
         | 
| 327 | 
            -
              text-underline: single; | 
| 344 | 
            +
              text-underline: single;
         | 
| 345 | 
            +
            }
         | 
| 328 346 |  | 
| 329 347 | 
             
            p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject {
         | 
| 330 348 | 
             
              mso-style-noshow: yes;
         | 
| @@ -332,43 +350,49 @@ p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject { | |
| 332 350 | 
             
              mso-style-parent: "Comment Text";
         | 
| 333 351 | 
             
              mso-style-next: "Comment Text";
         | 
| 334 352 | 
             
              margin: 0cm;
         | 
| 335 | 
            -
              margin-bottom: .0001pt;
         | 
| 353 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 336 354 | 
             
              mso-pagination: widow-orphan;
         | 
| 337 355 | 
             
              font-size: {{footnotefontsize}};
         | 
| 338 356 | 
             
              font-family: {{bodyfont}};
         | 
| 339 357 | 
             
              mso-fareast-font-family: "Times New Roman";
         | 
| 340 358 | 
             
              mso-ansi-language: EN-US;
         | 
| 341 359 | 
             
              mso-fareast-language: EN-US;
         | 
| 342 | 
            -
              font-weight: bold; | 
| 360 | 
            +
              font-weight: bold;
         | 
| 361 | 
            +
            }
         | 
| 343 362 |  | 
| 344 363 | 
             
            p.MsoAcetate, li.MsoAcetate, div.MsoAcetate {
         | 
| 345 364 | 
             
              mso-style-noshow: yes;
         | 
| 346 365 | 
             
              mso-style-unhide: no;
         | 
| 347 366 | 
             
              margin: 0cm;
         | 
| 348 | 
            -
              margin-bottom: .0001pt;
         | 
| 367 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 349 368 | 
             
              mso-pagination: widow-orphan;
         | 
| 350 | 
            -
              font-size:  | 
| 351 | 
            -
              font-family: "Tahoma",sans-serif;
         | 
| 369 | 
            +
              font-size: 8pt;
         | 
| 370 | 
            +
              font-family: "Tahoma", sans-serif;
         | 
| 352 371 | 
             
              mso-fareast-font-family: "Times New Roman";
         | 
| 353 372 | 
             
              mso-ansi-language: EN-US;
         | 
| 354 | 
            -
              mso-fareast-language: EN-US; | 
| 373 | 
            +
              mso-fareast-language: EN-US;
         | 
| 374 | 
            +
            }
         | 
| 355 375 |  | 
| 356 376 | 
             
            span.blackgraphtxsidebar {
         | 
| 357 377 | 
             
              mso-style-name: blackgraphtxsidebar;
         | 
| 358 378 | 
             
              mso-style-unhide: no;
         | 
| 359 | 
            -
              mso-style-parent: ""; | 
| 379 | 
            +
              mso-style-parent: "";
         | 
| 380 | 
            +
            }
         | 
| 360 381 |  | 
| 361 382 | 
             
            span.blackgraphtx {
         | 
| 362 383 | 
             
              mso-style-name: blackgraphtx;
         | 
| 363 384 | 
             
              mso-style-unhide: no;
         | 
| 364 | 
            -
              mso-style-parent: ""; | 
| 385 | 
            +
              mso-style-parent: "";
         | 
| 386 | 
            +
            }
         | 
| 365 387 |  | 
| 366 388 | 
             
            .MsoChpDefault {
         | 
| 367 389 | 
             
              mso-style-type: export-only;
         | 
| 368 | 
            -
              mso-default-props: yes; | 
| 390 | 
            +
              mso-default-props: yes;
         | 
| 391 | 
            +
            }
         | 
| 369 392 |  | 
| 370 393 | 
             
            div.figure, p.figure {
         | 
| 371 | 
            -
              text-align: center; | 
| 394 | 
            +
              text-align: center;
         | 
| 395 | 
            +
            }
         | 
| 372 396 |  | 
| 373 397 | 
             
            h1, .h1 {
         | 
| 374 398 | 
             
              mso-style-priority: 1;
         | 
| @@ -386,8 +410,8 @@ h1, .h1 { | |
| 386 410 | 
             
              mso-pagination: widow-orphan;
         | 
| 387 411 | 
             
              page-break-after: avoid;
         | 
| 388 412 | 
             
              mso-hyphenate: none;
         | 
| 389 | 
            -
              tab-stops:  | 
| 390 | 
            -
              font-size:  | 
| 413 | 
            +
              tab-stops: 20pt list 21.6pt left 28pt;
         | 
| 414 | 
            +
              font-size: 13pt;
         | 
| 391 415 | 
             
              mso-bidi-font-size: {{smallerfontsize}};
         | 
| 392 416 | 
             
              font-family: {{headerfont}};
         | 
| 393 417 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| @@ -395,11 +419,13 @@ h1, .h1 { | |
| 395 419 | 
             
              mso-font-kerning: 0pt;
         | 
| 396 420 | 
             
              mso-ansi-language: EN-GB;
         | 
| 397 421 | 
             
              mso-fareast-language: JA;
         | 
| 398 | 
            -
              mso-bidi-font-weight: normal; | 
| 422 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 423 | 
            +
            }
         | 
| 399 424 |  | 
| 400 425 | 
             
            h1 {
         | 
| 401 426 | 
             
              mso-outline-level: 1;
         | 
| 402 | 
            -
              mso-list: l1 level1 lfo6; | 
| 427 | 
            +
              mso-list: l1 level1 lfo6;
         | 
| 428 | 
            +
            }
         | 
| 403 429 |  | 
| 404 430 | 
             
            h1.Annex {
         | 
| 405 431 | 
             
              mso-style-priority: 1;
         | 
| @@ -407,7 +433,7 @@ h1.Annex { | |
| 407 433 | 
             
              mso-style-qformat: yes;
         | 
| 408 434 | 
             
              mso-style-link: "Heading 1 Char";
         | 
| 409 435 | 
             
              mso-style-next: Normal;
         | 
| 410 | 
            -
              margin-top:  | 
| 436 | 
            +
              margin-top: 3pt;
         | 
| 411 437 | 
             
              margin-right: 0cm;
         | 
| 412 438 | 
             
              margin-bottom: {{normalfontsize}};
         | 
| 413 439 | 
             
              margin-left: 0cm;
         | 
| @@ -420,8 +446,8 @@ h1.Annex { | |
| 420 446 | 
             
              mso-outline-level: 1;
         | 
| 421 447 | 
             
              mso-list: l1 level1 lfo6;
         | 
| 422 448 | 
             
              mso-hyphenate: none;
         | 
| 423 | 
            -
              tab-stops:  | 
| 424 | 
            -
              font-size:  | 
| 449 | 
            +
              tab-stops: 20pt list 21.6pt left 28pt;
         | 
| 450 | 
            +
              font-size: 13pt;
         | 
| 425 451 | 
             
              mso-bidi-font-size: {{smallerfontsize}};
         | 
| 426 452 | 
             
              font-family: {{headerfont}};
         | 
| 427 453 | 
             
              font-weight: normal;
         | 
| @@ -429,7 +455,8 @@ h1.Annex { | |
| 429 455 | 
             
              mso-font-kerning: 0pt;
         | 
| 430 456 | 
             
              mso-ansi-language: EN-GB;
         | 
| 431 457 | 
             
              mso-fareast-language: JA;
         | 
| 432 | 
            -
              mso-bidi-font-weight: normal; | 
| 458 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 459 | 
            +
            }
         | 
| 433 460 |  | 
| 434 461 | 
             
            .h2Annex {
         | 
| 435 462 | 
             
              mso-style-priority: 2;
         | 
| @@ -438,7 +465,7 @@ h1.Annex { | |
| 438 465 | 
             
              mso-style-parent: "Heading 1";
         | 
| 439 466 | 
             
              mso-style-link: "Heading 2 Char";
         | 
| 440 467 | 
             
              mso-style-next: Normal;
         | 
| 441 | 
            -
              margin-top:  | 
| 468 | 
            +
              margin-top: 3pt;
         | 
| 442 469 | 
             
              margin-right: 0cm;
         | 
| 443 470 | 
             
              margin-bottom: {{normalfontsize}};
         | 
| 444 471 | 
             
              margin-left: 0cm;
         | 
| @@ -448,7 +475,7 @@ h1.Annex { | |
| 448 475 | 
             
              page-break-after: avoid;
         | 
| 449 476 | 
             
              mso-outline-level: 2;
         | 
| 450 477 | 
             
              mso-hyphenate: none;
         | 
| 451 | 
            -
              tab-stops:  | 
| 478 | 
            +
              tab-stops: 27pt 35pt;
         | 
| 452 479 | 
             
              font-size: {{normalfontsize}};
         | 
| 453 480 | 
             
              mso-bidi-font-size: {{smallerfontsize}};
         | 
| 454 481 | 
             
              font-family: {{headerfont}};
         | 
| @@ -456,7 +483,8 @@ h1.Annex { | |
| 456 483 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| 457 484 | 
             
              mso-ansi-language: EN-GB;
         | 
| 458 485 | 
             
              mso-fareast-language: JA;
         | 
| 459 | 
            -
              mso-bidi-font-weight: normal; | 
| 486 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 487 | 
            +
            }
         | 
| 460 488 |  | 
| 461 489 | 
             
            h2, .h2 {
         | 
| 462 490 | 
             
              mso-style-priority: 2;
         | 
| @@ -466,7 +494,7 @@ h2, .h2 { | |
| 466 494 | 
             
              mso-style-parent: "Heading 1";
         | 
| 467 495 | 
             
              mso-style-link: "Heading 2 Char";
         | 
| 468 496 | 
             
              mso-style-next: Normal;
         | 
| 469 | 
            -
              margin-top:  | 
| 497 | 
            +
              margin-top: 3pt;
         | 
| 470 498 | 
             
              margin-right: 0cm;
         | 
| 471 499 | 
             
              margin-bottom: {{normalfontsize}};
         | 
| 472 500 | 
             
              margin-left: 0cm;
         | 
| @@ -475,7 +503,7 @@ h2, .h2 { | |
| 475 503 | 
             
              mso-pagination: widow-orphan;
         | 
| 476 504 | 
             
              page-break-after: avoid;
         | 
| 477 505 | 
             
              mso-hyphenate: none;
         | 
| 478 | 
            -
              tab-stops:  | 
| 506 | 
            +
              tab-stops: 27pt 35pt;
         | 
| 479 507 | 
             
              font-size: {{normalfontsize}};
         | 
| 480 508 | 
             
              mso-bidi-font-size: {{smallerfontsize}};
         | 
| 481 509 | 
             
              font-family: {{headerfont}};
         | 
| @@ -483,11 +511,13 @@ h2, .h2 { | |
| 483 511 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| 484 512 | 
             
              mso-ansi-language: EN-GB;
         | 
| 485 513 | 
             
              mso-fareast-language: JA;
         | 
| 486 | 
            -
              mso-bidi-font-weight: normal; | 
| 514 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 515 | 
            +
            }
         | 
| 487 516 |  | 
| 488 517 | 
             
            h2 {
         | 
| 489 518 | 
             
              mso-outline-level: 2;
         | 
| 490 | 
            -
              mso-list: l1 level2 lfo6; | 
| 519 | 
            +
              mso-list: l1 level2 lfo6;
         | 
| 520 | 
            +
            }
         | 
| 491 521 |  | 
| 492 522 | 
             
            h3, .h3 {
         | 
| 493 523 | 
             
              mso-style-priority: 3;
         | 
| @@ -497,7 +527,7 @@ h3, .h3 { | |
| 497 527 | 
             
              mso-style-parent: "Heading 2";
         | 
| 498 528 | 
             
              mso-style-link: "Heading 3 Char";
         | 
| 499 529 | 
             
              mso-style-next: Normal;
         | 
| 500 | 
            -
              margin-top:  | 
| 530 | 
            +
              margin-top: 3pt;
         | 
| 501 531 | 
             
              margin-right: 0cm;
         | 
| 502 532 | 
             
              margin-bottom: {{normalfontsize}};
         | 
| 503 533 | 
             
              margin-left: 0cm;
         | 
| @@ -506,18 +536,20 @@ h3, .h3 { | |
| 506 536 | 
             
              mso-pagination: widow-orphan;
         | 
| 507 537 | 
             
              page-break-after: avoid;
         | 
| 508 538 | 
             
              mso-hyphenate: none;
         | 
| 509 | 
            -
              tab-stops: list  | 
| 539 | 
            +
              tab-stops: list 36pt left 44pt;
         | 
| 510 540 | 
             
              font-size: {{smallerfontsize}};
         | 
| 511 541 | 
             
              font-family: {{headerfont}};
         | 
| 512 542 | 
             
              font-weight: normal;
         | 
| 513 543 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| 514 544 | 
             
              mso-ansi-language: EN-GB;
         | 
| 515 545 | 
             
              mso-fareast-language: JA;
         | 
| 516 | 
            -
              mso-bidi-font-weight: normal; | 
| 546 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 547 | 
            +
            }
         | 
| 517 548 |  | 
| 518 549 | 
             
            h3 {
         | 
| 519 550 | 
             
              mso-outline-level: 3;
         | 
| 520 | 
            -
              mso-list: l1 level3 lfo6; | 
| 551 | 
            +
              mso-list: l1 level3 lfo6;
         | 
| 552 | 
            +
            }
         | 
| 521 553 |  | 
| 522 554 | 
             
            h4, .h4 {
         | 
| 523 555 | 
             
              mso-style-priority: 4;
         | 
| @@ -527,7 +559,7 @@ h4, .h4 { | |
| 527 559 | 
             
              mso-style-parent: "Heading 3";
         | 
| 528 560 | 
             
              mso-style-link: "Heading 4 Char";
         | 
| 529 561 | 
             
              mso-style-next: Normal;
         | 
| 530 | 
            -
              margin-top:  | 
| 562 | 
            +
              margin-top: 3pt;
         | 
| 531 563 | 
             
              margin-right: 0cm;
         | 
| 532 564 | 
             
              margin-bottom: {{normalfontsize}};
         | 
| 533 565 | 
             
              margin-left: 0cm;
         | 
| @@ -536,18 +568,20 @@ h4, .h4 { | |
| 536 568 | 
             
              mso-pagination: widow-orphan;
         | 
| 537 569 | 
             
              page-break-after: avoid;
         | 
| 538 570 | 
             
              mso-hyphenate: none;
         | 
| 539 | 
            -
              tab-stops: 51.05pt  | 
| 571 | 
            +
              tab-stops: 51.05pt 57pt 68pt;
         | 
| 540 572 | 
             
              font-size: {{smallerfontsize}};
         | 
| 541 573 | 
             
              font-family: {{headerfont}};
         | 
| 542 574 | 
             
              font-weight: normal;
         | 
| 543 575 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| 544 576 | 
             
              mso-ansi-language: EN-GB;
         | 
| 545 577 | 
             
              mso-fareast-language: JA;
         | 
| 546 | 
            -
              mso-bidi-font-weight: normal; | 
| 578 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 579 | 
            +
            }
         | 
| 547 580 |  | 
| 548 581 | 
             
            h4 {
         | 
| 549 582 | 
             
              mso-outline-level: 4;
         | 
| 550 | 
            -
              mso-list: l1 level4 lfo6; | 
| 583 | 
            +
              mso-list: l1 level4 lfo6;
         | 
| 584 | 
            +
            }
         | 
| 551 585 |  | 
| 552 586 | 
             
            h5, .h5 {
         | 
| 553 587 | 
             
              mso-style-priority: 5;
         | 
| @@ -557,7 +591,7 @@ h5, .h5 { | |
| 557 591 | 
             
              mso-style-parent: "Heading 4";
         | 
| 558 592 | 
             
              mso-style-link: "Heading 5 Char";
         | 
| 559 593 | 
             
              mso-style-next: Normal;
         | 
| 560 | 
            -
              margin-top:  | 
| 594 | 
            +
              margin-top: 3pt;
         | 
| 561 595 | 
             
              margin-right: 0cm;
         | 
| 562 596 | 
             
              margin-bottom: {{normalfontsize}};
         | 
| 563 597 | 
             
              margin-left: 0cm;
         | 
| @@ -566,18 +600,20 @@ h5, .h5 { | |
| 566 600 | 
             
              mso-pagination: widow-orphan;
         | 
| 567 601 | 
             
              page-break-after: avoid;
         | 
| 568 602 | 
             
              mso-hyphenate: none;
         | 
| 569 | 
            -
              tab-stops: 51.05pt list  | 
| 603 | 
            +
              tab-stops: 51.05pt list 54pt;
         | 
| 570 604 | 
             
              font-size: {{smallerfontsize}};
         | 
| 571 605 | 
             
              font-family: {{headerfont}};
         | 
| 572 606 | 
             
              font-weight: normal;
         | 
| 573 607 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| 574 608 | 
             
              mso-ansi-language: EN-GB;
         | 
| 575 609 | 
             
              mso-fareast-language: JA;
         | 
| 576 | 
            -
              mso-bidi-font-weight: normal; | 
| 610 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 611 | 
            +
            }
         | 
| 577 612 |  | 
| 578 613 | 
             
            h5 {
         | 
| 579 614 | 
             
              mso-outline-level: 5;
         | 
| 580 | 
            -
              mso-list: l1 level5 lfo6; | 
| 615 | 
            +
              mso-list: l1 level5 lfo6;
         | 
| 616 | 
            +
            }
         | 
| 581 617 |  | 
| 582 618 | 
             
            h6, .h6 {
         | 
| 583 619 | 
             
              mso-style-priority: 6;
         | 
| @@ -587,7 +623,7 @@ h6, .h6 { | |
| 587 623 | 
             
              mso-style-parent: "Heading 5";
         | 
| 588 624 | 
             
              mso-style-link: "Heading 6 Char";
         | 
| 589 625 | 
             
              mso-style-next: Normal;
         | 
| 590 | 
            -
              margin-top:  | 
| 626 | 
            +
              margin-top: 3pt;
         | 
| 591 627 | 
             
              margin-right: 0cm;
         | 
| 592 628 | 
             
              margin-bottom: {{normalfontsize}};
         | 
| 593 629 | 
             
              margin-left: 0cm;
         | 
| @@ -596,41 +632,44 @@ h6, .h6 { | |
| 596 632 | 
             
              mso-pagination: widow-orphan;
         | 
| 597 633 | 
             
              page-break-after: avoid;
         | 
| 598 634 | 
             
              mso-hyphenate: none;
         | 
| 599 | 
            -
              tab-stops: 51.05pt list  | 
| 635 | 
            +
              tab-stops: 51.05pt list 72pt;
         | 
| 600 636 | 
             
              font-size: {{smallerfontsize}};
         | 
| 601 637 | 
             
              font-family: {{headerfont}};
         | 
| 602 638 | 
             
              font-weight: normal;
         | 
| 603 639 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| 604 640 | 
             
              mso-ansi-language: EN-GB;
         | 
| 605 641 | 
             
              mso-fareast-language: JA;
         | 
| 606 | 
            -
              mso-bidi-font-weight: normal; | 
| 642 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 643 | 
            +
            }
         | 
| 607 644 |  | 
| 608 645 | 
             
            h6 {
         | 
| 609 646 | 
             
              mso-outline-level: 6;
         | 
| 610 | 
            -
              mso-list: l1 level6 lfo6; | 
| 647 | 
            +
              mso-list: l1 level6 lfo6;
         | 
| 648 | 
            +
            }
         | 
| 611 649 |  | 
| 612 650 | 
             
            p.MsoToc1, li.MsoToc1, div.MsoToc1 {
         | 
| 613 651 | 
             
              mso-style-priority: 39;
         | 
| 614 652 | 
             
              mso-style-unhide: no;
         | 
| 615 653 | 
             
              mso-style-name: "TOC 1";
         | 
| 616 654 | 
             
              mso-style-next: Normal;
         | 
| 617 | 
            -
              margin-top:  | 
| 618 | 
            -
              margin-right:  | 
| 655 | 
            +
              margin-top: 6pt;
         | 
| 656 | 
            +
              margin-right: 25pt;
         | 
| 619 657 | 
             
              margin-bottom: 0cm;
         | 
| 620 | 
            -
              margin-left:  | 
| 621 | 
            -
              margin-bottom: .0001pt;
         | 
| 622 | 
            -
              text-indent: - | 
| 658 | 
            +
              margin-left: 36pt;
         | 
| 659 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 660 | 
            +
              text-indent: -36pt;
         | 
| 623 661 | 
             
              line-height: {{normalfontsize}};
         | 
| 624 662 | 
             
              mso-pagination: widow-orphan;
         | 
| 625 663 | 
             
              mso-hyphenate: none;
         | 
| 626 | 
            -
              tab-stops: 20.15pt  | 
| 664 | 
            +
              tab-stops: 20.15pt 36pt right dotted 487.6pt;
         | 
| 627 665 | 
             
              font-size: {{normalfontsize}};
         | 
| 628 666 | 
             
              font-family: {{bodyfont}};
         | 
| 629 667 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 630 668 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 631 669 | 
             
              mso-ansi-language: EN-GB;
         | 
| 632 670 | 
             
              font-weight: normal;
         | 
| 633 | 
            -
              mso-bidi-font-weight: normal; | 
| 671 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 672 | 
            +
            }
         | 
| 634 673 |  | 
| 635 674 | 
             
            p.MsoToc2, li.MsoToc2, div.MsoToc2 {
         | 
| 636 675 | 
             
              mso-style-noshow: yes;
         | 
| @@ -640,22 +679,23 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2 { | |
| 640 679 | 
             
              mso-style-parent: "TOC 1";
         | 
| 641 680 | 
             
              mso-style-next: Normal;
         | 
| 642 681 | 
             
              margin-top: 0cm;
         | 
| 643 | 
            -
              margin-right:  | 
| 682 | 
            +
              margin-right: 25pt;
         | 
| 644 683 | 
             
              margin-bottom: 0cm;
         | 
| 645 | 
            -
              margin-left:  | 
| 646 | 
            -
              margin-bottom: .0001pt;
         | 
| 647 | 
            -
              text-indent: - | 
| 684 | 
            +
              margin-left: 36pt;
         | 
| 685 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 686 | 
            +
              text-indent: -36pt;
         | 
| 648 687 | 
             
              line-height: {{normalfontsize}};
         | 
| 649 688 | 
             
              mso-pagination: widow-orphan;
         | 
| 650 689 | 
             
              mso-hyphenate: none;
         | 
| 651 | 
            -
              tab-stops: 20.15pt  | 
| 690 | 
            +
              tab-stops: 20.15pt 36pt right dotted 487.6pt;
         | 
| 652 691 | 
             
              font-size: {{normalfontsize}};
         | 
| 653 692 | 
             
              font-family: {{bodyfont}};
         | 
| 654 693 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 655 694 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 656 695 | 
             
              mso-ansi-language: EN-GB;
         | 
| 657 696 | 
             
              font-weight: normal;
         | 
| 658 | 
            -
              mso-bidi-font-weight: normal; | 
| 697 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 698 | 
            +
            }
         | 
| 659 699 |  | 
| 660 700 | 
             
            p.MsoToc3, li.MsoToc3, div.MsoToc3 {
         | 
| 661 701 | 
             
              mso-style-noshow: yes;
         | 
| @@ -665,22 +705,23 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 { | |
| 665 705 | 
             
              mso-style-parent: "TOC 2";
         | 
| 666 706 | 
             
              mso-style-next: Normal;
         | 
| 667 707 | 
             
              margin-top: 0cm;
         | 
| 668 | 
            -
              margin-right:  | 
| 708 | 
            +
              margin-right: 25pt;
         | 
| 669 709 | 
             
              margin-bottom: 0cm;
         | 
| 670 | 
            -
              margin-left:  | 
| 671 | 
            -
              margin-bottom: .0001pt;
         | 
| 672 | 
            -
              text-indent: - | 
| 710 | 
            +
              margin-left: 36pt;
         | 
| 711 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 712 | 
            +
              text-indent: -36pt;
         | 
| 673 713 | 
             
              line-height: {{normalfontsize}};
         | 
| 674 714 | 
             
              mso-pagination: widow-orphan;
         | 
| 675 715 | 
             
              mso-hyphenate: none;
         | 
| 676 | 
            -
              tab-stops: 20.15pt  | 
| 716 | 
            +
              tab-stops: 20.15pt 36pt right dotted 487.6pt;
         | 
| 677 717 | 
             
              font-size: {{normalfontsize}};
         | 
| 678 718 | 
             
              font-family: {{bodyfont}};
         | 
| 679 719 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 680 720 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 681 721 | 
             
              mso-ansi-language: EN-GB;
         | 
| 682 722 | 
             
              font-weight: normal;
         | 
| 683 | 
            -
              mso-bidi-font-weight: normal; | 
| 723 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 724 | 
            +
            }
         | 
| 684 725 |  | 
| 685 726 | 
             
            p.MsoToc4, li.MsoToc4, div.MsoToc4 {
         | 
| 686 727 | 
             
              mso-style-noshow: yes;
         | 
| @@ -690,12 +731,12 @@ p.MsoToc4, li.MsoToc4, div.MsoToc4 { | |
| 690 731 | 
             
              mso-style-parent: "TOC 3";
         | 
| 691 732 | 
             
              mso-style-next: Normal;
         | 
| 692 733 | 
             
              margin-top: 0cm;
         | 
| 693 | 
            -
              margin-right:  | 
| 734 | 
            +
              margin-right: 25pt;
         | 
| 694 735 | 
             
              margin-bottom: 0cm;
         | 
| 695 | 
            -
              margin-left:  | 
| 696 | 
            -
              margin-bottom: .0001pt;
         | 
| 697 | 
            -
              text-indent: - | 
| 698 | 
            -
              line-height:  | 
| 736 | 
            +
              margin-left: 36pt;
         | 
| 737 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 738 | 
            +
              text-indent: -36pt;
         | 
| 739 | 
            +
              line-height: 12pt;
         | 
| 699 740 | 
             
              mso-pagination: widow-orphan;
         | 
| 700 741 | 
             
              mso-hyphenate: none;
         | 
| 701 742 | 
             
              tab-stops: 20.15pt 47.9pt right dotted 487.6pt;
         | 
| @@ -705,7 +746,8 @@ p.MsoToc4, li.MsoToc4, div.MsoToc4 { | |
| 705 746 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 706 747 | 
             
              mso-ansi-language: EN-GB;
         | 
| 707 748 | 
             
              font-weight: bold;
         | 
| 708 | 
            -
              mso-bidi-font-weight: normal; | 
| 749 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 750 | 
            +
            }
         | 
| 709 751 |  | 
| 710 752 | 
             
            p.MsoToc5, li.MsoToc5, div.MsoToc5 {
         | 
| 711 753 | 
             
              mso-style-noshow: yes;
         | 
| @@ -715,12 +757,12 @@ p.MsoToc5, li.MsoToc5, div.MsoToc5 { | |
| 715 757 | 
             
              mso-style-parent: "TOC 4";
         | 
| 716 758 | 
             
              mso-style-next: Normal;
         | 
| 717 759 | 
             
              margin-top: 0cm;
         | 
| 718 | 
            -
              margin-right:  | 
| 760 | 
            +
              margin-right: 25pt;
         | 
| 719 761 | 
             
              margin-bottom: 0cm;
         | 
| 720 | 
            -
              margin-left:  | 
| 721 | 
            -
              margin-bottom: .0001pt;
         | 
| 722 | 
            -
              text-indent: - | 
| 723 | 
            -
              line-height:  | 
| 762 | 
            +
              margin-left: 36pt;
         | 
| 763 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 764 | 
            +
              text-indent: -36pt;
         | 
| 765 | 
            +
              line-height: 12pt;
         | 
| 724 766 | 
             
              mso-pagination: widow-orphan;
         | 
| 725 767 | 
             
              mso-hyphenate: none;
         | 
| 726 768 | 
             
              tab-stops: 20.15pt 47.9pt right dotted 487.6pt;
         | 
| @@ -730,7 +772,8 @@ p.MsoToc5, li.MsoToc5, div.MsoToc5 { | |
| 730 772 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 731 773 | 
             
              mso-ansi-language: EN-GB;
         | 
| 732 774 | 
             
              font-weight: bold;
         | 
| 733 | 
            -
              mso-bidi-font-weight: normal; | 
| 775 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 776 | 
            +
            }
         | 
| 734 777 |  | 
| 735 778 | 
             
            p.MsoToc6, li.MsoToc6, div.MsoToc6 {
         | 
| 736 779 | 
             
              mso-style-noshow: yes;
         | 
| @@ -740,22 +783,23 @@ p.MsoToc6, li.MsoToc6, div.MsoToc6 { | |
| 740 783 | 
             
              mso-style-parent: "TOC 5";
         | 
| 741 784 | 
             
              mso-style-next: Normal;
         | 
| 742 785 | 
             
              margin-top: 0cm;
         | 
| 743 | 
            -
              margin-right:  | 
| 786 | 
            +
              margin-right: 25pt;
         | 
| 744 787 | 
             
              margin-bottom: 0cm;
         | 
| 745 | 
            -
              margin-left:  | 
| 746 | 
            -
              margin-bottom: .0001pt;
         | 
| 747 | 
            -
              text-indent: - | 
| 748 | 
            -
              line-height:  | 
| 788 | 
            +
              margin-left: 36pt;
         | 
| 789 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 790 | 
            +
              text-indent: -36pt;
         | 
| 791 | 
            +
              line-height: 12pt;
         | 
| 749 792 | 
             
              mso-pagination: widow-orphan;
         | 
| 750 793 | 
             
              mso-hyphenate: none;
         | 
| 751 | 
            -
              tab-stops: 20.15pt  | 
| 794 | 
            +
              tab-stops: 20.15pt 55pt right dotted 487.6pt;
         | 
| 752 795 | 
             
              font-size: 10.5pt;
         | 
| 753 796 | 
             
              font-family: {{bodyfont}};
         | 
| 754 797 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 755 798 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 756 799 | 
             
              mso-ansi-language: EN-GB;
         | 
| 757 800 | 
             
              font-weight: bold;
         | 
| 758 | 
            -
              mso-bidi-font-weight: normal; | 
| 801 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 802 | 
            +
            }
         | 
| 759 803 |  | 
| 760 804 | 
             
            p.MsoToc7, li.MsoToc7, div.MsoToc7 {
         | 
| 761 805 | 
             
              mso-style-noshow: yes;
         | 
| @@ -765,12 +809,12 @@ p.MsoToc7, li.MsoToc7, div.MsoToc7 { | |
| 765 809 | 
             
              mso-style-parent: "TOC 6";
         | 
| 766 810 | 
             
              mso-style-next: Normal;
         | 
| 767 811 | 
             
              margin-top: 0cm;
         | 
| 768 | 
            -
              margin-right:  | 
| 812 | 
            +
              margin-right: 25pt;
         | 
| 769 813 | 
             
              margin-bottom: 0cm;
         | 
| 770 | 
            -
              margin-left:  | 
| 771 | 
            -
              margin-bottom: .0001pt;
         | 
| 772 | 
            -
              text-indent: - | 
| 773 | 
            -
              line-height:  | 
| 814 | 
            +
              margin-left: 36pt;
         | 
| 815 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 816 | 
            +
              text-indent: -36pt;
         | 
| 817 | 
            +
              line-height: 12pt;
         | 
| 774 818 | 
             
              mso-pagination: widow-orphan;
         | 
| 775 819 | 
             
              mso-hyphenate: none;
         | 
| 776 820 | 
             
              tab-stops: 20.15pt 62.7pt right dotted 487.6pt;
         | 
| @@ -780,7 +824,8 @@ p.MsoToc7, li.MsoToc7, div.MsoToc7 { | |
| 780 824 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 781 825 | 
             
              mso-ansi-language: EN-GB;
         | 
| 782 826 | 
             
              font-weight: bold;
         | 
| 783 | 
            -
              mso-bidi-font-weight: normal; | 
| 827 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 828 | 
            +
            }
         | 
| 784 829 |  | 
| 785 830 | 
             
            p.MsoToc8, li.MsoToc8, div.MsoToc8 {
         | 
| 786 831 | 
             
              mso-style-noshow: yes;
         | 
| @@ -790,12 +835,12 @@ p.MsoToc8, li.MsoToc8, div.MsoToc8 { | |
| 790 835 | 
             
              mso-style-parent: "TOC 7";
         | 
| 791 836 | 
             
              mso-style-next: Normal;
         | 
| 792 837 | 
             
              margin-top: 0cm;
         | 
| 793 | 
            -
              margin-right:  | 
| 838 | 
            +
              margin-right: 25pt;
         | 
| 794 839 | 
             
              margin-bottom: 0cm;
         | 
| 795 | 
            -
              margin-left:  | 
| 796 | 
            -
              margin-bottom: .0001pt;
         | 
| 797 | 
            -
              text-indent: - | 
| 798 | 
            -
              line-height:  | 
| 840 | 
            +
              margin-left: 36pt;
         | 
| 841 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 842 | 
            +
              text-indent: -36pt;
         | 
| 843 | 
            +
              line-height: 12pt;
         | 
| 799 844 | 
             
              mso-pagination: widow-orphan;
         | 
| 800 845 | 
             
              mso-hyphenate: none;
         | 
| 801 846 | 
             
              tab-stops: 20.15pt 70.3pt right dotted 487.6pt;
         | 
| @@ -805,7 +850,8 @@ p.MsoToc8, li.MsoToc8, div.MsoToc8 { | |
| 805 850 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 806 851 | 
             
              mso-ansi-language: EN-GB;
         | 
| 807 852 | 
             
              font-weight: bold;
         | 
| 808 | 
            -
              mso-bidi-font-weight: normal; | 
| 853 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 854 | 
            +
            }
         | 
| 809 855 |  | 
| 810 856 | 
             
            p.MsoToc9, li.MsoToc9, div.MsoToc9 {
         | 
| 811 857 | 
             
              mso-style-noshow: yes;
         | 
| @@ -815,27 +861,29 @@ p.MsoToc9, li.MsoToc9, div.MsoToc9 { | |
| 815 861 | 
             
              mso-style-parent: "TOC 8";
         | 
| 816 862 | 
             
              mso-style-next: Normal;
         | 
| 817 863 | 
             
              margin-top: 0cm;
         | 
| 818 | 
            -
              margin-right:  | 
| 864 | 
            +
              margin-right: 25pt;
         | 
| 819 865 | 
             
              margin-bottom: 0cm;
         | 
| 820 | 
            -
              margin-left:  | 
| 821 | 
            -
              margin-bottom: .0001pt;
         | 
| 822 | 
            -
              text-indent: - | 
| 823 | 
            -
              line-height:  | 
| 866 | 
            +
              margin-left: 36pt;
         | 
| 867 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 868 | 
            +
              text-indent: -36pt;
         | 
| 869 | 
            +
              line-height: 12pt;
         | 
| 824 870 | 
             
              mso-pagination: widow-orphan;
         | 
| 825 871 | 
             
              mso-hyphenate: none;
         | 
| 826 | 
            -
              tab-stops: 20.15pt  | 
| 872 | 
            +
              tab-stops: 20.15pt 78pt right dotted 487.6pt;
         | 
| 827 873 | 
             
              font-size: 10.5pt;
         | 
| 828 874 | 
             
              font-family: {{bodyfont}};
         | 
| 829 875 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 830 876 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 831 877 | 
             
              mso-ansi-language: EN-GB;
         | 
| 832 878 | 
             
              font-weight: bold;
         | 
| 833 | 
            -
              mso-bidi-font-weight: normal; | 
| 879 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 880 | 
            +
            }
         | 
| 834 881 |  | 
| 835 882 | 
             
            span.MsoFootnoteReference {
         | 
| 836 883 | 
             
              mso-style-priority: 99;
         | 
| 837 884 | 
             
              mso-style-name: "Footnote Reference";
         | 
| 838 | 
            -
              vertical-align: super; | 
| 885 | 
            +
              vertical-align: super;
         | 
| 886 | 
            +
            }
         | 
| 839 887 |  | 
| 840 888 | 
             
            p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText {
         | 
| 841 889 | 
             
              mso-style-noshow: yes;
         | 
| @@ -854,7 +902,8 @@ p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText { | |
| 854 902 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 855 903 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 856 904 | 
             
              mso-ansi-language: EN-GB;
         | 
| 857 | 
            -
              mso-fareast-language: EN-US; | 
| 905 | 
            +
              mso-fareast-language: EN-US;
         | 
| 906 | 
            +
            }
         | 
| 858 907 |  | 
| 859 908 | 
             
            p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {
         | 
| 860 909 | 
             
              mso-style-noshow: yes;
         | 
| @@ -863,7 +912,7 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText { | |
| 863 912 | 
             
              mso-style-link: "Body Text Char";
         | 
| 864 913 | 
             
              margin-top: 0cm;
         | 
| 865 914 | 
             
              margin-right: 0cm;
         | 
| 866 | 
            -
              margin-bottom:  | 
| 915 | 
            +
              margin-bottom: 6pt;
         | 
| 867 916 | 
             
              margin-left: 0cm;
         | 
| 868 917 | 
             
              text-align: justify;
         | 
| 869 918 | 
             
              line-height: {{normalfontsize}};
         | 
| @@ -872,7 +921,8 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText { | |
| 872 921 | 
             
              font-family: {{bodyfont}};
         | 
| 873 922 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 874 923 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 875 | 
            -
              mso-ansi-language: EN-GB; | 
| 924 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 925 | 
            +
            }
         | 
| 876 926 |  | 
| 877 927 | 
             
            span.Heading1Char {
         | 
| 878 928 | 
             
              mso-style-name: "Heading 1 Char";
         | 
| @@ -881,7 +931,7 @@ span.Heading1Char { | |
| 881 931 | 
             
              mso-style-locked: yes;
         | 
| 882 932 | 
             
              mso-style-parent: "";
         | 
| 883 933 | 
             
              mso-style-link: "Heading 1";
         | 
| 884 | 
            -
              mso-ansi-font-size:  | 
| 934 | 
            +
              mso-ansi-font-size: 13pt;
         | 
| 885 935 | 
             
              font-family: {{headerfont}};
         | 
| 886 936 | 
             
              font-weight: normal;
         | 
| 887 937 | 
             
              mso-ascii-font-family: Cambria;
         | 
| @@ -889,7 +939,8 @@ span.Heading1Char { | |
| 889 939 | 
             
              mso-hansi-font-family: {{headerfont}};
         | 
| 890 940 | 
             
              mso-ansi-language: EN-GB;
         | 
| 891 941 | 
             
              mso-fareast-language: JA;
         | 
| 892 | 
            -
              mso-bidi-font-weight: normal; | 
| 942 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 943 | 
            +
            }
         | 
| 893 944 |  | 
| 894 945 | 
             
            span.Heading2Char {
         | 
| 895 946 | 
             
              mso-style-name: "Heading 2 Char";
         | 
| @@ -906,7 +957,8 @@ span.Heading2Char { | |
| 906 957 | 
             
              mso-hansi-font-family: {{headerfont}};
         | 
| 907 958 | 
             
              mso-ansi-language: EN-GB;
         | 
| 908 959 | 
             
              mso-fareast-language: JA;
         | 
| 909 | 
            -
              mso-bidi-font-weight: normal; | 
| 960 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 961 | 
            +
            }
         | 
| 910 962 |  | 
| 911 963 | 
             
            span.Heading3Char {
         | 
| 912 964 | 
             
              mso-style-name: "Heading 3 Char";
         | 
| @@ -923,7 +975,8 @@ span.Heading3Char { | |
| 923 975 | 
             
              mso-hansi-font-family: {{headerfont}};
         | 
| 924 976 | 
             
              mso-ansi-language: EN-GB;
         | 
| 925 977 | 
             
              mso-fareast-language: JA;
         | 
| 926 | 
            -
              mso-bidi-font-weight: normal; | 
| 978 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 979 | 
            +
            }
         | 
| 927 980 |  | 
| 928 981 | 
             
            span.Heading4Char {
         | 
| 929 982 | 
             
              mso-style-name: "Heading 4 Char";
         | 
| @@ -940,7 +993,8 @@ span.Heading4Char { | |
| 940 993 | 
             
              mso-hansi-font-family: {{headerfont}};
         | 
| 941 994 | 
             
              mso-ansi-language: EN-GB;
         | 
| 942 995 | 
             
              mso-fareast-language: JA;
         | 
| 943 | 
            -
              mso-bidi-font-weight: normal; | 
| 996 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 997 | 
            +
            }
         | 
| 944 998 |  | 
| 945 999 | 
             
            span.Heading5Char {
         | 
| 946 1000 | 
             
              mso-style-name: "Heading 5 Char";
         | 
| @@ -957,7 +1011,8 @@ span.Heading5Char { | |
| 957 1011 | 
             
              mso-hansi-font-family: {{headerfont}};
         | 
| 958 1012 | 
             
              mso-ansi-language: EN-GB;
         | 
| 959 1013 | 
             
              mso-fareast-language: JA;
         | 
| 960 | 
            -
              mso-bidi-font-weight: normal; | 
| 1014 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 1015 | 
            +
            }
         | 
| 961 1016 |  | 
| 962 1017 | 
             
            span.Heading6Char {
         | 
| 963 1018 | 
             
              mso-style-name: "Heading 6 Char";
         | 
| @@ -974,24 +1029,26 @@ span.Heading6Char { | |
| 974 1029 | 
             
              mso-hansi-font-family: {{headerfont}};
         | 
| 975 1030 | 
             
              mso-ansi-language: EN-GB;
         | 
| 976 1031 | 
             
              mso-fareast-language: JA;
         | 
| 977 | 
            -
              mso-bidi-font-weight: normal; | 
| 1032 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 1033 | 
            +
            }
         | 
| 978 1034 |  | 
| 979 1035 | 
             
            p.Tablebody, li.Tablebody, div.Tablebody {
         | 
| 980 1036 | 
             
              mso-style-name: "Table body";
         | 
| 981 1037 | 
             
              mso-style-noshow: yes;
         | 
| 982 1038 | 
             
              mso-style-unhide: no;
         | 
| 983 | 
            -
              margin-top:  | 
| 1039 | 
            +
              margin-top: 3pt;
         | 
| 984 1040 | 
             
              margin-right: 0cm;
         | 
| 985 | 
            -
              margin-bottom:  | 
| 1041 | 
            +
              margin-bottom: 3pt;
         | 
| 986 1042 | 
             
              margin-left: 0cm;
         | 
| 987 1043 | 
             
              line-height: 10.5pt;
         | 
| 988 1044 | 
             
              mso-pagination: widow-orphan;
         | 
| 989 | 
            -
              font-size:  | 
| 1045 | 
            +
              font-size: 10pt;
         | 
| 990 1046 | 
             
              mso-bidi-font-size: {{smallerfontsize}};
         | 
| 991 1047 | 
             
              font-family: {{bodyfont}};
         | 
| 992 1048 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 993 1049 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 994 | 
            -
              mso-ansi-language: EN-GB; | 
| 1050 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 1051 | 
            +
            }
         | 
| 995 1052 |  | 
| 996 1053 | 
             
            p.TOCTitle, li.TOCTitle, div.TOCTitle {
         | 
| 997 1054 | 
             
              mso-style-name: "TOC Title";
         | 
| @@ -1006,133 +1063,134 @@ p.TOCTitle, li.TOCTitle, div.TOCTitle { | |
| 1006 1063 | 
             
              mso-hyphenate: none;
         | 
| 1007 1064 | 
             
              mso-layout-grid-align: none;
         | 
| 1008 1065 | 
             
              font-size: {{normalfontsize}};
         | 
| 1009 | 
            -
              mso-bidi-font-size:  | 
| 1066 | 
            +
              mso-bidi-font-size: 10pt;
         | 
| 1010 1067 | 
             
              font-weight: bold;
         | 
| 1011 1068 | 
             
              font-family: {{headerfont}};
         | 
| 1012 1069 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| 1013 1070 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 1014 | 
            -
              mso-fareast-language: EN-US; | 
| 1071 | 
            +
              mso-fareast-language: EN-US;
         | 
| 1072 | 
            +
            }
         | 
| 1015 1073 |  | 
| 1016 1074 | 
             
            /* Page Definitions */
         | 
| 1017 1075 | 
             
            @page {
         | 
| 1018 | 
            -
              size:  | 
| 1019 | 
            -
              margin:  | 
| 1076 | 
            +
              size: 612pt 792pt;
         | 
| 1077 | 
            +
              margin: 36pt 53.85pt 21.55pt 53.85pt;
         | 
| 1020 1078 | 
             
              mso-header-margin: 50pt;
         | 
| 1021 1079 | 
             
              mso-footer-margin: 50pt;
         | 
| 1022 1080 | 
             
              mso-footnote-separator: url("file:///C:/Doc/FILENAME_files/header.html") fs;
         | 
| 1023 1081 | 
             
              mso-footnote-continuation-separator: url("file:///C:/Doc/FILENAME_files/header.html") fcs;
         | 
| 1024 1082 | 
             
              mso-endnote-separator: url("file:///C:/Doc/FILENAME_files/header.html") es;
         | 
| 1025 | 
            -
              mso-endnote-continuation-separator: url("file:///C:/Doc/FILENAME_files/header.html") ecs; | 
| 1026 | 
            -
             | 
| 1083 | 
            +
              mso-endnote-continuation-separator: url("file:///C:/Doc/FILENAME_files/header.html") ecs;
         | 
| 1084 | 
            +
            }
         | 
| 1027 1085 | 
             
            /* List Definitions */
         | 
| 1028 1086 | 
             
            @list l0 {
         | 
| 1029 1087 | 
             
              mso-list-id: 145051656;
         | 
| 1030 | 
            -
              mso-list-template-ids: 2112159680; | 
| 1031 | 
            -
             | 
| 1088 | 
            +
              mso-list-template-ids: 2112159680;
         | 
| 1089 | 
            +
            }
         | 
| 1032 1090 | 
             
            @list l0:level1 {
         | 
| 1033 1091 | 
             
              mso-level-number-format: alpha-upper;
         | 
| 1034 1092 | 
             
              mso-level-style-link: ANNEX;
         | 
| 1035 1093 | 
             
              mso-level-suffix: none;
         | 
| 1036 | 
            -
              mso-level-text: "Annex | 
| 1094 | 
            +
              mso-level-text: "Annex %1";
         | 
| 1037 1095 | 
             
              mso-level-tab-stop: none;
         | 
| 1038 1096 | 
             
              mso-level-number-position: left;
         | 
| 1039 1097 | 
             
              margin-left: 0cm;
         | 
| 1040 1098 | 
             
              text-indent: 0cm;
         | 
| 1041 | 
            -
              mso-ansi-font-size:  | 
| 1042 | 
            -
              mso-bidi-font-size:  | 
| 1099 | 
            +
              mso-ansi-font-size: 14pt;
         | 
| 1100 | 
            +
              mso-bidi-font-size: 14pt;
         | 
| 1043 1101 | 
             
              font-family: {{bodyfont}};
         | 
| 1044 1102 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 1045 1103 | 
             
              mso-ansi-font-weight: bold;
         | 
| 1046 | 
            -
              mso-ansi-font-style: normal; | 
| 1047 | 
            -
             | 
| 1104 | 
            +
              mso-ansi-font-style: normal;
         | 
| 1105 | 
            +
            }
         | 
| 1048 1106 | 
             
            @list l0:level2 {
         | 
| 1049 1107 | 
             
              mso-level-style-link: a2;
         | 
| 1050 | 
            -
              mso-level-text: "%1 | 
| 1051 | 
            -
              mso-level-tab-stop:  | 
| 1108 | 
            +
              mso-level-text: "%1.%2";
         | 
| 1109 | 
            +
              mso-level-tab-stop: 18pt;
         | 
| 1052 1110 | 
             
              mso-level-number-position: left;
         | 
| 1053 1111 | 
             
              margin-left: 0cm;
         | 
| 1054 1112 | 
             
              text-indent: 0cm;
         | 
| 1055 1113 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 1056 1114 | 
             
              mso-ansi-font-weight: bold;
         | 
| 1057 | 
            -
              mso-ansi-font-style: normal; | 
| 1058 | 
            -
             | 
| 1115 | 
            +
              mso-ansi-font-style: normal;
         | 
| 1116 | 
            +
            }
         | 
| 1059 1117 | 
             
            @list l0:level3 {
         | 
| 1060 1118 | 
             
              mso-level-style-link: a3;
         | 
| 1061 | 
            -
              mso-level-text: "%1 | 
| 1062 | 
            -
              mso-level-tab-stop:  | 
| 1119 | 
            +
              mso-level-text: "%1.%2.%3";
         | 
| 1120 | 
            +
              mso-level-tab-stop: 36pt;
         | 
| 1063 1121 | 
             
              mso-level-number-position: left;
         | 
| 1064 1122 | 
             
              margin-left: 0cm;
         | 
| 1065 1123 | 
             
              text-indent: 0cm;
         | 
| 1066 1124 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 1067 1125 | 
             
              mso-ansi-font-weight: bold;
         | 
| 1068 | 
            -
              mso-ansi-font-style: normal; | 
| 1069 | 
            -
             | 
| 1126 | 
            +
              mso-ansi-font-style: normal;
         | 
| 1127 | 
            +
            }
         | 
| 1070 1128 | 
             
            @list l0:level4 {
         | 
| 1071 1129 | 
             
              mso-level-style-link: a4;
         | 
| 1072 | 
            -
              mso-level-text: "%1 | 
| 1073 | 
            -
              mso-level-tab-stop:  | 
| 1130 | 
            +
              mso-level-text: "%1.%2.%3.%4";
         | 
| 1131 | 
            +
              mso-level-tab-stop: 54pt;
         | 
| 1074 1132 | 
             
              mso-level-number-position: left;
         | 
| 1075 1133 | 
             
              margin-left: 0cm;
         | 
| 1076 1134 | 
             
              text-indent: 0cm;
         | 
| 1077 1135 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 1078 1136 | 
             
              mso-ansi-font-weight: bold;
         | 
| 1079 | 
            -
              mso-ansi-font-style: normal; | 
| 1080 | 
            -
             | 
| 1137 | 
            +
              mso-ansi-font-style: normal;
         | 
| 1138 | 
            +
            }
         | 
| 1081 1139 | 
             
            @list l0:level5 {
         | 
| 1082 1140 | 
             
              mso-level-style-link: a5;
         | 
| 1083 | 
            -
              mso-level-text: "%1 | 
| 1084 | 
            -
              mso-level-tab-stop:  | 
| 1141 | 
            +
              mso-level-text: "%1.%2.%3.%4.%5";
         | 
| 1142 | 
            +
              mso-level-tab-stop: 54pt;
         | 
| 1085 1143 | 
             
              mso-level-number-position: left;
         | 
| 1086 1144 | 
             
              margin-left: 0cm;
         | 
| 1087 1145 | 
             
              text-indent: 0cm;
         | 
| 1088 1146 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 1089 1147 | 
             
              mso-ansi-font-weight: bold;
         | 
| 1090 | 
            -
              mso-ansi-font-style: normal; | 
| 1091 | 
            -
             | 
| 1148 | 
            +
              mso-ansi-font-style: normal;
         | 
| 1149 | 
            +
            }
         | 
| 1092 1150 | 
             
            @list l0:level6 {
         | 
| 1093 1151 | 
             
              mso-level-style-link: a6;
         | 
| 1094 | 
            -
              mso-level-text: "%1 | 
| 1095 | 
            -
              mso-level-tab-stop:  | 
| 1152 | 
            +
              mso-level-text: "%1.%2.%3.%4.%5.%6";
         | 
| 1153 | 
            +
              mso-level-tab-stop: 72pt;
         | 
| 1096 1154 | 
             
              mso-level-number-position: left;
         | 
| 1097 1155 | 
             
              margin-left: 0cm;
         | 
| 1098 1156 | 
             
              text-indent: 0cm;
         | 
| 1099 1157 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 1100 1158 | 
             
              mso-ansi-font-weight: bold;
         | 
| 1101 | 
            -
              mso-ansi-font-style: normal; | 
| 1102 | 
            -
             | 
| 1159 | 
            +
              mso-ansi-font-style: normal;
         | 
| 1160 | 
            +
            }
         | 
| 1103 1161 | 
             
            @list l0:level7 {
         | 
| 1104 1162 | 
             
              mso-level-reset-level: level2;
         | 
| 1105 1163 | 
             
              mso-level-suffix: space;
         | 
| 1106 | 
            -
              mso-level-text: "Figure | 
| 1164 | 
            +
              mso-level-text: "Figure %1.%7 —";
         | 
| 1107 1165 | 
             
              mso-level-tab-stop: none;
         | 
| 1108 1166 | 
             
              mso-level-number-position: left;
         | 
| 1109 1167 | 
             
              margin-left: 0cm;
         | 
| 1110 1168 | 
             
              text-indent: 0cm;
         | 
| 1111 | 
            -
              mso-bidi-font-family: {{bodyfont}}; | 
| 1112 | 
            -
             | 
| 1169 | 
            +
              mso-bidi-font-family: {{bodyfont}};
         | 
| 1170 | 
            +
            }
         | 
| 1113 1171 | 
             
            @list l0:level8 {
         | 
| 1114 1172 | 
             
              mso-level-reset-level: level2;
         | 
| 1115 1173 | 
             
              mso-level-suffix: space;
         | 
| 1116 | 
            -
              mso-level-text: "Table | 
| 1174 | 
            +
              mso-level-text: "Table %1.%8 —";
         | 
| 1117 1175 | 
             
              mso-level-tab-stop: none;
         | 
| 1118 1176 | 
             
              mso-level-number-position: left;
         | 
| 1119 1177 | 
             
              margin-left: 0cm;
         | 
| 1120 1178 | 
             
              text-indent: 0cm;
         | 
| 1121 | 
            -
              mso-bidi-font-family: {{bodyfont}}; | 
| 1122 | 
            -
             | 
| 1179 | 
            +
              mso-bidi-font-family: {{bodyfont}};
         | 
| 1180 | 
            +
            }
         | 
| 1123 1181 | 
             
            @list l0:level9 {
         | 
| 1124 1182 | 
             
              mso-level-number-format: roman-lower;
         | 
| 1125 | 
            -
              mso-level-text: " | 
| 1126 | 
            -
              mso-level-tab-stop:  | 
| 1183 | 
            +
              mso-level-text: "(%9)";
         | 
| 1184 | 
            +
              mso-level-tab-stop: 306pt;
         | 
| 1127 1185 | 
             
              mso-level-number-position: left;
         | 
| 1128 1186 | 
             
              margin-left: 0cm;
         | 
| 1129 1187 | 
             
              text-indent: 0cm;
         | 
| 1130 | 
            -
              mso-bidi-font-family: {{bodyfont}}; | 
| 1131 | 
            -
             | 
| 1188 | 
            +
              mso-bidi-font-family: {{bodyfont}};
         | 
| 1189 | 
            +
            }
         | 
| 1132 1190 | 
             
            @list l1 {
         | 
| 1133 1191 | 
             
              mso-list-id: 866942648;
         | 
| 1134 | 
            -
              mso-list-template-ids: -1756330000; | 
| 1135 | 
            -
             | 
| 1192 | 
            +
              mso-list-template-ids: -1756330000;
         | 
| 1193 | 
            +
            }
         | 
| 1136 1194 | 
             
            @list l1:level1 {
         | 
| 1137 1195 | 
             
              mso-level-style-link: "Heading 1";
         | 
| 1138 1196 | 
             
              mso-level-text: "%1";
         | 
| @@ -1142,285 +1200,294 @@ p.TOCTitle, li.TOCTitle, div.TOCTitle { | |
| 1142 1200 | 
             
              text-indent: -21.6pt;
         | 
| 1143 1201 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 1144 1202 | 
             
              mso-ansi-font-weight: bold;
         | 
| 1145 | 
            -
              mso-ansi-font-style: normal; | 
| 1146 | 
            -
             | 
| 1203 | 
            +
              mso-ansi-font-style: normal;
         | 
| 1204 | 
            +
            }
         | 
| 1147 1205 | 
             
            @list l1:level2 {
         | 
| 1148 1206 | 
             
              mso-level-style-link: "Heading 2";
         | 
| 1149 | 
            -
              mso-level-text: "%1 | 
| 1150 | 
            -
              mso-level-tab-stop:  | 
| 1207 | 
            +
              mso-level-text: "%1.%2";
         | 
| 1208 | 
            +
              mso-level-tab-stop: 18pt;
         | 
| 1151 1209 | 
             
              mso-level-number-position: left;
         | 
| 1152 1210 | 
             
              margin-left: 0cm;
         | 
| 1153 1211 | 
             
              text-indent: 0cm;
         | 
| 1154 1212 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 1155 1213 | 
             
              mso-ansi-font-weight: bold;
         | 
| 1156 | 
            -
              mso-ansi-font-style: normal; | 
| 1157 | 
            -
             | 
| 1214 | 
            +
              mso-ansi-font-style: normal;
         | 
| 1215 | 
            +
            }
         | 
| 1158 1216 | 
             
            @list l1:level3 {
         | 
| 1159 1217 | 
             
              mso-level-style-link: "Heading 3";
         | 
| 1160 | 
            -
              mso-level-text: "%1 | 
| 1161 | 
            -
              mso-level-tab-stop:  | 
| 1218 | 
            +
              mso-level-text: "%1.%2.%3";
         | 
| 1219 | 
            +
              mso-level-tab-stop: 36pt;
         | 
| 1162 1220 | 
             
              mso-level-number-position: left;
         | 
| 1163 1221 | 
             
              margin-left: 0cm;
         | 
| 1164 1222 | 
             
              text-indent: 0cm;
         | 
| 1165 1223 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 1166 1224 | 
             
              mso-ansi-font-weight: bold;
         | 
| 1167 | 
            -
              mso-ansi-font-style: normal; | 
| 1168 | 
            -
             | 
| 1225 | 
            +
              mso-ansi-font-style: normal;
         | 
| 1226 | 
            +
            }
         | 
| 1169 1227 | 
             
            @list l1:level4 {
         | 
| 1170 1228 | 
             
              mso-level-style-link: "Heading 4";
         | 
| 1171 | 
            -
              mso-level-text: "%1 | 
| 1172 | 
            -
              mso-level-tab-stop:  | 
| 1229 | 
            +
              mso-level-text: "%1.%2.%3.%4";
         | 
| 1230 | 
            +
              mso-level-tab-stop: 54pt;
         | 
| 1173 1231 | 
             
              mso-level-number-position: left;
         | 
| 1174 1232 | 
             
              margin-left: 0cm;
         | 
| 1175 1233 | 
             
              text-indent: 0cm;
         | 
| 1176 1234 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 1177 1235 | 
             
              mso-ansi-font-weight: bold;
         | 
| 1178 | 
            -
              mso-ansi-font-style: normal; | 
| 1179 | 
            -
             | 
| 1236 | 
            +
              mso-ansi-font-style: normal;
         | 
| 1237 | 
            +
            }
         | 
| 1180 1238 | 
             
            @list l1:level5 {
         | 
| 1181 1239 | 
             
              mso-level-style-link: "Heading 5";
         | 
| 1182 | 
            -
              mso-level-text: "%1 | 
| 1183 | 
            -
              mso-level-tab-stop:  | 
| 1240 | 
            +
              mso-level-text: "%1.%2.%3.%4.%5";
         | 
| 1241 | 
            +
              mso-level-tab-stop: 54pt;
         | 
| 1184 1242 | 
             
              mso-level-number-position: left;
         | 
| 1185 1243 | 
             
              margin-left: 0cm;
         | 
| 1186 1244 | 
             
              text-indent: 0cm;
         | 
| 1187 1245 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 1188 1246 | 
             
              mso-ansi-font-weight: bold;
         | 
| 1189 | 
            -
              mso-ansi-font-style: normal; | 
| 1190 | 
            -
             | 
| 1247 | 
            +
              mso-ansi-font-style: normal;
         | 
| 1248 | 
            +
            }
         | 
| 1191 1249 | 
             
            @list l1:level6 {
         | 
| 1192 1250 | 
             
              mso-level-style-link: "Heading 6";
         | 
| 1193 | 
            -
              mso-level-text: "%1 | 
| 1194 | 
            -
              mso-level-tab-stop:  | 
| 1251 | 
            +
              mso-level-text: "%1.%2.%3.%4.%5.%6";
         | 
| 1252 | 
            +
              mso-level-tab-stop: 72pt;
         | 
| 1195 1253 | 
             
              mso-level-number-position: left;
         | 
| 1196 1254 | 
             
              margin-left: 0cm;
         | 
| 1197 1255 | 
             
              text-indent: 0cm;
         | 
| 1198 1256 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 1199 1257 | 
             
              mso-ansi-font-weight: bold;
         | 
| 1200 | 
            -
              mso-ansi-font-style: normal; | 
| 1201 | 
            -
             | 
| 1258 | 
            +
              mso-ansi-font-style: normal;
         | 
| 1259 | 
            +
            }
         | 
| 1202 1260 | 
             
            @list l1:level7 {
         | 
| 1203 | 
            -
              mso-level-text: "%1 | 
| 1204 | 
            -
              mso-level-tab-stop:  | 
| 1261 | 
            +
              mso-level-text: "%1.%2.%3.%4.%5.%6.%7";
         | 
| 1262 | 
            +
              mso-level-tab-stop: 72pt;
         | 
| 1205 1263 | 
             
              mso-level-number-position: left;
         | 
| 1206 1264 | 
             
              margin-left: 0cm;
         | 
| 1207 1265 | 
             
              text-indent: 0cm;
         | 
| 1208 | 
            -
              mso-bidi-font-family: {{headerfont}}; | 
| 1209 | 
            -
             | 
| 1266 | 
            +
              mso-bidi-font-family: {{headerfont}};
         | 
| 1267 | 
            +
            }
         | 
| 1210 1268 | 
             
            @list l1:level8 {
         | 
| 1211 | 
            -
              mso-level-text: "%1 | 
| 1212 | 
            -
              mso-level-tab-stop:  | 
| 1269 | 
            +
              mso-level-text: "%1.%2.%3.%4.%5.%6.%7.%8";
         | 
| 1270 | 
            +
              mso-level-tab-stop: 90pt;
         | 
| 1213 1271 | 
             
              mso-level-number-position: left;
         | 
| 1214 1272 | 
             
              margin-left: 0cm;
         | 
| 1215 1273 | 
             
              text-indent: 0cm;
         | 
| 1216 | 
            -
              mso-bidi-font-family: {{headerfont}}; | 
| 1217 | 
            -
             | 
| 1274 | 
            +
              mso-bidi-font-family: {{headerfont}};
         | 
| 1275 | 
            +
            }
         | 
| 1218 1276 | 
             
            @list l1:level9 {
         | 
| 1219 | 
            -
              mso-level-text: "%1 | 
| 1220 | 
            -
              mso-level-tab-stop:  | 
| 1277 | 
            +
              mso-level-text: "%1.%2.%3.%4.%5.%6.%7.%8.%9";
         | 
| 1278 | 
            +
              mso-level-tab-stop: 90pt;
         | 
| 1221 1279 | 
             
              mso-level-number-position: left;
         | 
| 1222 1280 | 
             
              margin-left: 0cm;
         | 
| 1223 1281 | 
             
              text-indent: 0cm;
         | 
| 1224 | 
            -
              mso-bidi-font-family: {{headerfont}}; | 
| 1225 | 
            -
             | 
| 1282 | 
            +
              mso-bidi-font-family: {{headerfont}};
         | 
| 1283 | 
            +
            }
         | 
| 1226 1284 | 
             
            /* ordered list */
         | 
| 1227 1285 | 
             
            @list l2 {
         | 
| 1228 1286 | 
             
              mso-list-id: 525294607;
         | 
| 1229 | 
            -
              mso-list-template-ids: 67633181; | 
| 1230 | 
            -
             | 
| 1287 | 
            +
              mso-list-template-ids: 67633181;
         | 
| 1288 | 
            +
            }
         | 
| 1231 1289 | 
             
            @list l2:level1 {
         | 
| 1232 1290 | 
             
              mso-level-number-format: alpha-lower;
         | 
| 1233 | 
            -
              mso-level-text: "%1 | 
| 1291 | 
            +
              mso-level-text: "%1)";
         | 
| 1234 1292 | 
             
              mso-level-tab-stop: none;
         | 
| 1235 1293 | 
             
              mso-level-number-position: left;
         | 
| 1236 | 
            -
              margin-left:  | 
| 1237 | 
            -
              text-indent: - | 
| 1238 | 
            -
             | 
| 1294 | 
            +
              margin-left: 18pt;
         | 
| 1295 | 
            +
              text-indent: -18pt;
         | 
| 1296 | 
            +
            }
         | 
| 1239 1297 | 
             
            @list l2:level2 {
         | 
| 1240 | 
            -
              mso-level-text: "%2 | 
| 1298 | 
            +
              mso-level-text: "%2)";
         | 
| 1241 1299 | 
             
              mso-level-tab-stop: none;
         | 
| 1242 1300 | 
             
              mso-level-number-position: left;
         | 
| 1243 | 
            -
              margin-left:  | 
| 1244 | 
            -
              text-indent: - | 
| 1245 | 
            -
             | 
| 1301 | 
            +
              margin-left: 36pt;
         | 
| 1302 | 
            +
              text-indent: -18pt;
         | 
| 1303 | 
            +
            }
         | 
| 1246 1304 | 
             
            @list l2:level3 {
         | 
| 1247 1305 | 
             
              mso-level-number-format: roman-lower;
         | 
| 1248 | 
            -
              mso-level-text: "%3 | 
| 1306 | 
            +
              mso-level-text: "%3)";
         | 
| 1249 1307 | 
             
              mso-level-tab-stop: none;
         | 
| 1250 1308 | 
             
              mso-level-number-position: left;
         | 
| 1251 | 
            -
              margin-left:  | 
| 1252 | 
            -
              text-indent: - | 
| 1253 | 
            -
             | 
| 1309 | 
            +
              margin-left: 54pt;
         | 
| 1310 | 
            +
              text-indent: -18pt;
         | 
| 1311 | 
            +
            }
         | 
| 1254 1312 | 
             
            @list l2:level4 {
         | 
| 1255 1313 | 
             
              mso-level-number-format: alpha-upper;
         | 
| 1256 | 
            -
              mso-level-text: "%4 | 
| 1314 | 
            +
              mso-level-text: "%4)";
         | 
| 1257 1315 | 
             
              mso-level-tab-stop: none;
         | 
| 1258 1316 | 
             
              mso-level-number-position: left;
         | 
| 1259 | 
            -
              margin-left:  | 
| 1260 | 
            -
              text-indent: - | 
| 1261 | 
            -
             | 
| 1317 | 
            +
              margin-left: 72pt;
         | 
| 1318 | 
            +
              text-indent: -18pt;
         | 
| 1319 | 
            +
            }
         | 
| 1262 1320 | 
             
            @list l2:level5 {
         | 
| 1263 1321 | 
             
              mso-level-number-format: roman-upper;
         | 
| 1264 | 
            -
              mso-level-text: "%5 | 
| 1322 | 
            +
              mso-level-text: "%5)";
         | 
| 1265 1323 | 
             
              mso-level-tab-stop: none;
         | 
| 1266 1324 | 
             
              mso-level-number-position: left;
         | 
| 1267 | 
            -
              margin-left:  | 
| 1268 | 
            -
              text-indent: - | 
| 1269 | 
            -
             | 
| 1325 | 
            +
              margin-left: 90pt;
         | 
| 1326 | 
            +
              text-indent: -18pt;
         | 
| 1327 | 
            +
            }
         | 
| 1270 1328 | 
             
            @list l2:level6 {
         | 
| 1271 1329 | 
             
              mso-level-number-format: alpha-lower;
         | 
| 1272 | 
            -
              mso-level-text: "%6 | 
| 1330 | 
            +
              mso-level-text: "%6)";
         | 
| 1273 1331 | 
             
              mso-level-tab-stop: none;
         | 
| 1274 1332 | 
             
              mso-level-number-position: left;
         | 
| 1275 | 
            -
              margin-left:  | 
| 1276 | 
            -
              text-indent: - | 
| 1277 | 
            -
             | 
| 1333 | 
            +
              margin-left: 108pt;
         | 
| 1334 | 
            +
              text-indent: -18pt;
         | 
| 1335 | 
            +
            }
         | 
| 1278 1336 | 
             
            @list l2:level7 {
         | 
| 1279 1337 | 
             
              mso-level-tab-stop: none;
         | 
| 1280 | 
            -
              mso-level-text: "%7 | 
| 1338 | 
            +
              mso-level-text: "%7)";
         | 
| 1281 1339 | 
             
              mso-level-number-position: left;
         | 
| 1282 | 
            -
              margin-left:  | 
| 1283 | 
            -
              text-indent: - | 
| 1284 | 
            -
             | 
| 1340 | 
            +
              margin-left: 126pt;
         | 
| 1341 | 
            +
              text-indent: -18pt;
         | 
| 1342 | 
            +
            }
         | 
| 1285 1343 | 
             
            @list l2:level8 {
         | 
| 1286 1344 | 
             
              mso-level-number-format: roman-lower;
         | 
| 1287 | 
            -
              mso-level-text: "%8 | 
| 1345 | 
            +
              mso-level-text: "%8)";
         | 
| 1288 1346 | 
             
              mso-level-tab-stop: none;
         | 
| 1289 1347 | 
             
              mso-level-number-position: left;
         | 
| 1290 | 
            -
              margin-left:  | 
| 1291 | 
            -
              text-indent: - | 
| 1292 | 
            -
             | 
| 1348 | 
            +
              margin-left: 144pt;
         | 
| 1349 | 
            +
              text-indent: -18pt;
         | 
| 1350 | 
            +
            }
         | 
| 1293 1351 | 
             
            @list l2:level9 {
         | 
| 1294 1352 | 
             
              mso-level-number-format: alpha-upper;
         | 
| 1295 | 
            -
              mso-level-text: "%9 | 
| 1353 | 
            +
              mso-level-text: "%9)";
         | 
| 1296 1354 | 
             
              mso-level-tab-stop: none;
         | 
| 1297 1355 | 
             
              mso-level-number-position: left;
         | 
| 1298 | 
            -
              margin-left:  | 
| 1299 | 
            -
              text-indent: - | 
| 1300 | 
            -
             | 
| 1356 | 
            +
              margin-left: 162pt;
         | 
| 1357 | 
            +
              text-indent: -18pt;
         | 
| 1358 | 
            +
            }
         | 
| 1301 1359 | 
             
            /* Unordered list */
         | 
| 1302 1360 | 
             
            @list l3 {
         | 
| 1303 1361 | 
             
              mso-list-id: 1308196397;
         | 
| 1304 1362 | 
             
              mso-list-type: hybrid;
         | 
| 1305 | 
            -
              mso-list-template-ids: -277327948 -457018030 67633155 67633157 67633153 67633155 67633157 67633153 67633155 67633157; | 
| 1306 | 
            -
             | 
| 1363 | 
            +
              mso-list-template-ids: -277327948 -457018030 67633155 67633157 67633153 67633155 67633157 67633153 67633155 67633157;
         | 
| 1364 | 
            +
            }
         | 
| 1307 1365 | 
             
            @list l3:level1 {
         | 
| 1308 1366 | 
             
              mso-level-number-format: bullet;
         | 
| 1309 1367 | 
             
              mso-level-text: —;
         | 
| 1310 1368 | 
             
              mso-level-tab-stop: none;
         | 
| 1311 1369 | 
             
              mso-level-number-position: left;
         | 
| 1312 | 
            -
              margin-left:  | 
| 1313 | 
            -
              text-indent: - | 
| 1314 | 
            -
             | 
| 1370 | 
            +
              margin-left: 18pt;
         | 
| 1371 | 
            +
              text-indent: -18pt;
         | 
| 1372 | 
            +
            }
         | 
| 1315 1373 | 
             
            @list l3:level2 {
         | 
| 1316 1374 | 
             
              mso-level-number-format: bullet;
         | 
| 1317 1375 | 
             
              mso-level-text: —;
         | 
| 1318 1376 | 
             
              mso-level-tab-stop: none;
         | 
| 1319 1377 | 
             
              mso-level-number-position: left;
         | 
| 1320 | 
            -
              margin-left:  | 
| 1321 | 
            -
              text-indent: - | 
| 1322 | 
            -
             | 
| 1378 | 
            +
              margin-left: 36pt;
         | 
| 1379 | 
            +
              text-indent: -18pt;
         | 
| 1380 | 
            +
            }
         | 
| 1323 1381 | 
             
            @list l3:level3 {
         | 
| 1324 1382 | 
             
              mso-level-number-format: bullet;
         | 
| 1325 1383 | 
             
              mso-level-text: —;
         | 
| 1326 1384 | 
             
              mso-level-tab-stop: none;
         | 
| 1327 1385 | 
             
              mso-level-number-position: left;
         | 
| 1328 | 
            -
              margin-left:  | 
| 1329 | 
            -
              text-indent: - | 
| 1330 | 
            -
             | 
| 1386 | 
            +
              margin-left: 54pt;
         | 
| 1387 | 
            +
              text-indent: -18pt;
         | 
| 1388 | 
            +
            }
         | 
| 1331 1389 | 
             
            @list l3:level4 {
         | 
| 1332 1390 | 
             
              mso-level-number-format: bullet;
         | 
| 1333 1391 | 
             
              mso-level-text: —;
         | 
| 1334 1392 | 
             
              mso-level-tab-stop: none;
         | 
| 1335 1393 | 
             
              mso-level-number-position: left;
         | 
| 1336 | 
            -
              margin-left:  | 
| 1337 | 
            -
              text-indent: - | 
| 1338 | 
            -
             | 
| 1394 | 
            +
              margin-left: 72pt;
         | 
| 1395 | 
            +
              text-indent: -18pt;
         | 
| 1396 | 
            +
            }
         | 
| 1339 1397 | 
             
            @list l3:level5 {
         | 
| 1340 1398 | 
             
              mso-level-number-format: bullet;
         | 
| 1341 1399 | 
             
              mso-level-text: —;
         | 
| 1342 1400 | 
             
              mso-level-tab-stop: none;
         | 
| 1343 1401 | 
             
              mso-level-number-position: left;
         | 
| 1344 | 
            -
              margin-left:  | 
| 1345 | 
            -
              text-indent: - | 
| 1346 | 
            -
             | 
| 1402 | 
            +
              margin-left: 90pt;
         | 
| 1403 | 
            +
              text-indent: -18pt;
         | 
| 1404 | 
            +
            }
         | 
| 1347 1405 | 
             
            @list l3:level6 {
         | 
| 1348 1406 | 
             
              mso-level-number-format: bullet;
         | 
| 1349 1407 | 
             
              mso-level-text: —;
         | 
| 1350 1408 | 
             
              mso-level-tab-stop: none;
         | 
| 1351 1409 | 
             
              mso-level-number-position: left;
         | 
| 1352 | 
            -
              margin-left:  | 
| 1353 | 
            -
              text-indent: - | 
| 1354 | 
            -
             | 
| 1410 | 
            +
              margin-left: 108pt;
         | 
| 1411 | 
            +
              text-indent: -18pt;
         | 
| 1412 | 
            +
            }
         | 
| 1355 1413 | 
             
            @list l3:level7 {
         | 
| 1356 1414 | 
             
              mso-level-number-format: bullet;
         | 
| 1357 1415 | 
             
              mso-level-text: —;
         | 
| 1358 1416 | 
             
              mso-level-tab-stop: none;
         | 
| 1359 1417 | 
             
              mso-level-number-position: left;
         | 
| 1360 | 
            -
              margin-left:  | 
| 1361 | 
            -
              text-indent: - | 
| 1362 | 
            -
             | 
| 1418 | 
            +
              margin-left: 126pt;
         | 
| 1419 | 
            +
              text-indent: -18pt;
         | 
| 1420 | 
            +
            }
         | 
| 1363 1421 | 
             
            @list l3:level8 {
         | 
| 1364 1422 | 
             
              mso-level-number-format: bullet;
         | 
| 1365 1423 | 
             
              mso-level-text: —;
         | 
| 1366 1424 | 
             
              mso-level-tab-stop: none;
         | 
| 1367 1425 | 
             
              mso-level-number-position: left;
         | 
| 1368 | 
            -
              margin-left:  | 
| 1369 | 
            -
              text-indent: - | 
| 1370 | 
            -
             | 
| 1426 | 
            +
              margin-left: 144pt;
         | 
| 1427 | 
            +
              text-indent: -18pt;
         | 
| 1428 | 
            +
            }
         | 
| 1371 1429 | 
             
            @list l3:level9 {
         | 
| 1372 1430 | 
             
              mso-level-number-format: bullet;
         | 
| 1373 1431 | 
             
              mso-level-text: —;
         | 
| 1374 1432 | 
             
              mso-level-tab-stop: none;
         | 
| 1375 1433 | 
             
              mso-level-number-position: left;
         | 
| 1376 | 
            -
              margin-left:  | 
| 1377 | 
            -
              text-indent: - | 
| 1378 | 
            -
             | 
| 1434 | 
            +
              margin-left: 162pt;
         | 
| 1435 | 
            +
              text-indent: -18pt;
         | 
| 1436 | 
            +
            }
         | 
| 1379 1437 | 
             
            div.ListContLevel1 {
         | 
| 1380 1438 | 
             
              mso-style-priority: 34;
         | 
| 1381 | 
            -
              margin-left:  | 
| 1382 | 
            -
              margin-right: 0cm; | 
| 1439 | 
            +
              margin-left: 18pt;
         | 
| 1440 | 
            +
              margin-right: 0cm;
         | 
| 1441 | 
            +
            }
         | 
| 1383 1442 |  | 
| 1384 1443 | 
             
            div.ListContLevel2 {
         | 
| 1385 1444 | 
             
              mso-style-priority: 34;
         | 
| 1386 1445 | 
             
              margin-top: 0cm;
         | 
| 1387 | 
            -
              margin-left:  | 
| 1388 | 
            -
              margin-right: 0cm; | 
| 1446 | 
            +
              margin-left: 36pt;
         | 
| 1447 | 
            +
              margin-right: 0cm;
         | 
| 1448 | 
            +
            }
         | 
| 1389 1449 |  | 
| 1390 1450 | 
             
            div.ListContLevel3 {
         | 
| 1391 1451 | 
             
              mso-style-priority: 34;
         | 
| 1392 | 
            -
              margin-left:  | 
| 1393 | 
            -
              margin-right: 0cm; | 
| 1452 | 
            +
              margin-left: 54pt;
         | 
| 1453 | 
            +
              margin-right: 0cm;
         | 
| 1454 | 
            +
            }
         | 
| 1394 1455 |  | 
| 1395 1456 | 
             
            div.ListContLevel4 {
         | 
| 1396 1457 | 
             
              mso-style-priority: 34;
         | 
| 1397 | 
            -
              margin-left:  | 
| 1398 | 
            -
              margin-right: 0cm; | 
| 1458 | 
            +
              margin-left: 72pt;
         | 
| 1459 | 
            +
              margin-right: 0cm;
         | 
| 1460 | 
            +
            }
         | 
| 1399 1461 |  | 
| 1400 1462 | 
             
            div.ListContLevel5 {
         | 
| 1401 1463 | 
             
              mso-style-priority: 34;
         | 
| 1402 | 
            -
              margin-left:  | 
| 1403 | 
            -
              margin-right: 0cm; | 
| 1464 | 
            +
              margin-left: 90pt;
         | 
| 1465 | 
            +
              margin-right: 0cm;
         | 
| 1466 | 
            +
            }
         | 
| 1404 1467 |  | 
| 1405 1468 | 
             
            div.ListContLevel6 {
         | 
| 1406 1469 | 
             
              mso-style-priority: 34;
         | 
| 1407 | 
            -
              margin-left:  | 
| 1408 | 
            -
              margin-right: 0cm; | 
| 1470 | 
            +
              margin-left: 108pt;
         | 
| 1471 | 
            +
              margin-right: 0cm;
         | 
| 1472 | 
            +
            }
         | 
| 1409 1473 |  | 
| 1410 1474 | 
             
            div.ListContLevel7 {
         | 
| 1411 1475 | 
             
              mso-style-priority: 34;
         | 
| 1412 | 
            -
              margin-left:  | 
| 1413 | 
            -
              margin-right: 0cm; | 
| 1476 | 
            +
              margin-left: 126pt;
         | 
| 1477 | 
            +
              margin-right: 0cm;
         | 
| 1478 | 
            +
            }
         | 
| 1414 1479 |  | 
| 1415 1480 | 
             
            div.ListContLevel8 {
         | 
| 1416 1481 | 
             
              mso-style-priority: 34;
         | 
| 1417 | 
            -
              margin-left:  | 
| 1418 | 
            -
              margin-right: 0cm; | 
| 1482 | 
            +
              margin-left: 144pt;
         | 
| 1483 | 
            +
              margin-right: 0cm;
         | 
| 1484 | 
            +
            }
         | 
| 1419 1485 |  | 
| 1420 1486 | 
             
            div.ListContLevel9 {
         | 
| 1421 1487 | 
             
              mso-style-priority: 34;
         | 
| 1422 | 
            -
              margin-left:  | 
| 1423 | 
            -
              margin-right: 0cm; | 
| 1488 | 
            +
              margin-left: 162pt;
         | 
| 1489 | 
            +
              margin-right: 0cm;
         | 
| 1490 | 
            +
            }
         | 
| 1424 1491 |  | 
| 1425 1492 | 
             
            table.MsoNormalTable {
         | 
| 1426 1493 | 
             
              mso-style-name: "Table Normal";
         | 
| @@ -1431,15 +1498,18 @@ table.MsoNormalTable { | |
| 1431 1498 | 
             
              mso-style-parent: "";
         | 
| 1432 1499 | 
             
              mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
         | 
| 1433 1500 | 
             
              mso-para-margin: 0cm;
         | 
| 1434 | 
            -
              mso-para-margin-bottom: .0001pt;
         | 
| 1501 | 
            +
              mso-para-margin-bottom: 0.0001pt;
         | 
| 1435 1502 | 
             
              mso-pagination: widow-orphan;
         | 
| 1436 1503 | 
             
              font-size: {{normalfontsize}};
         | 
| 1437 | 
            -
              font-family: {{bodyfont}}; | 
| 1504 | 
            +
              font-family: {{bodyfont}};
         | 
| 1505 | 
            +
            }
         | 
| 1438 1506 |  | 
| 1439 1507 | 
             
            ol {
         | 
| 1440 1508 | 
             
              margin-bottom: 0cm;
         | 
| 1441 | 
            -
              margin-left: 18pt; | 
| 1509 | 
            +
              margin-left: 18pt;
         | 
| 1510 | 
            +
            }
         | 
| 1442 1511 |  | 
| 1443 1512 | 
             
            ul {
         | 
| 1444 1513 | 
             
              margin-bottom: 0cm;
         | 
| 1445 | 
            -
              margin-left: 18pt; | 
| 1514 | 
            +
              margin-left: 18pt;
         | 
| 1515 | 
            +
            }
         |