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
    
        data/lib/isodoc/iho/html/iho.css
    CHANGED
    
    | @@ -2,35 +2,37 @@ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre { | |
| 2 2 | 
             
              mso-style-unhide: no;
         | 
| 3 3 | 
             
              mso-style-qformat: yes;
         | 
| 4 4 | 
             
              mso-style-parent: "";
         | 
| 5 | 
            -
              margin-top:  | 
| 5 | 
            +
              margin-top: 6pt;
         | 
| 6 6 | 
             
              margin-right: 0cm;
         | 
| 7 | 
            -
              margin-bottom:  | 
| 7 | 
            +
              margin-bottom: 6pt;
         | 
| 8 8 | 
             
              margin-left: 0cm;
         | 
| 9 9 | 
             
              text-align: left;
         | 
| 10 10 | 
             
              mso-pagination: widow-orphan;
         | 
| 11 | 
            -
              tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt  | 
| 11 | 
            +
              tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229pt 274.8pt 320.6pt 366.4pt 412.2pt 458pt 503.8pt 549.6pt 595.4pt 641.2pt 687pt 732.8pt;
         | 
| 12 12 | 
             
              font-size: {{monospacefontsize}};
         | 
| 13 13 | 
             
              font-family: {{monospacefont}};
         | 
| 14 14 | 
             
              mso-fareast-font-family: Calibri;
         | 
| 15 15 | 
             
              mso-bidi-font-family: "Courier New";
         | 
| 16 | 
            -
              mso-ansi-language: EN-GB; | 
| 16 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 17 | 
            +
            }
         | 
| 17 18 |  | 
| 18 19 | 
             
            p.pseudocode, li.pseudocode, div.pseudocode {
         | 
| 19 20 | 
             
              mso-style-unhide: no;
         | 
| 20 21 | 
             
              mso-style-qformat: yes;
         | 
| 21 22 | 
             
              mso-style-parent: "";
         | 
| 22 | 
            -
              margin-top:  | 
| 23 | 
            +
              margin-top: 6pt;
         | 
| 23 24 | 
             
              margin-right: 0cm;
         | 
| 24 | 
            -
              margin-bottom:  | 
| 25 | 
            +
              margin-bottom: 6pt;
         | 
| 25 26 | 
             
              margin-left: 0cm;
         | 
| 26 27 | 
             
              text-align: left;
         | 
| 27 28 | 
             
              mso-pagination: widow-orphan;
         | 
| 28 | 
            -
              tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt  | 
| 29 | 
            +
              tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229pt 274.8pt 320.6pt 366.4pt 412.2pt 458pt 503.8pt 549.6pt 595.4pt 641.2pt 687pt 732.8pt;
         | 
| 29 30 | 
             
              font-size: 10.5pt;
         | 
| 30 31 | 
             
              font-family: {{bodyfont}};
         | 
| 31 32 | 
             
              mso-fareast-font-family: Calibri;
         | 
| 32 33 | 
             
              mso-bidi-font-family: "Courier New";
         | 
| 33 | 
            -
              mso-ansi-language: EN-GB; | 
| 34 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 35 | 
            +
            }
         | 
| 34 36 |  | 
| 35 37 | 
             
            p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef {
         | 
| 36 38 | 
             
              mso-style-unhide: no;
         | 
| @@ -49,7 +51,8 @@ p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef { | |
| 49 51 | 
             
              font-family: {{bodyfont}};
         | 
| 50 52 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 51 53 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 52 | 
            -
              mso-ansi-language: EN-GB; | 
| 54 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 55 | 
            +
            }
         | 
| 53 56 |  | 
| 54 57 | 
             
            p.FigureTitle {
         | 
| 55 58 | 
             
              mso-style-unhide: no;
         | 
| @@ -57,7 +60,7 @@ p.FigureTitle { | |
| 57 60 | 
             
              mso-style-parent: "";
         | 
| 58 61 | 
             
              margin-top: 0cm;
         | 
| 59 62 | 
             
              margin-right: 0cm;
         | 
| 60 | 
            -
              margin-bottom:  | 
| 63 | 
            +
              margin-bottom: 6pt;
         | 
| 61 64 | 
             
              margin-left: 0cm;
         | 
| 62 65 | 
             
              text-align: center;
         | 
| 63 66 | 
             
              line-height: {{normalfontsize}};
         | 
| @@ -69,7 +72,8 @@ p.FigureTitle { | |
| 69 72 | 
             
              font-family: {{bodyfont}};
         | 
| 70 73 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 71 74 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 72 | 
            -
              mso-ansi-language: EN-GB; | 
| 75 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 76 | 
            +
            }
         | 
| 73 77 |  | 
| 74 78 | 
             
            p.SourceTitle {
         | 
| 75 79 | 
             
              mso-style-unhide: no;
         | 
| @@ -77,7 +81,7 @@ p.SourceTitle { | |
| 77 81 | 
             
              mso-style-parent: "";
         | 
| 78 82 | 
             
              margin-top: 0cm;
         | 
| 79 83 | 
             
              margin-right: 0cm;
         | 
| 80 | 
            -
              margin-bottom:  | 
| 84 | 
            +
              margin-bottom: 6pt;
         | 
| 81 85 | 
             
              margin-left: 0cm;
         | 
| 82 86 | 
             
              text-align: center;
         | 
| 83 87 | 
             
              line-height: {{normalfontsize}};
         | 
| @@ -89,7 +93,8 @@ p.SourceTitle { | |
| 89 93 | 
             
              font-family: {{bodyfont}};
         | 
| 90 94 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 91 95 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 92 | 
            -
              mso-ansi-language: EN-GB; | 
| 96 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 97 | 
            +
            }
         | 
| 93 98 |  | 
| 94 99 | 
             
            p.AdmonitionTitle, p.RecommendationTitle {
         | 
| 95 100 | 
             
              mso-style-unhide: no;
         | 
| @@ -97,7 +102,7 @@ p.AdmonitionTitle, p.RecommendationTitle { | |
| 97 102 | 
             
              mso-style-parent: "";
         | 
| 98 103 | 
             
              margin-top: 0cm;
         | 
| 99 104 | 
             
              margin-right: 0cm;
         | 
| 100 | 
            -
              margin-bottom:  | 
| 105 | 
            +
              margin-bottom: 6pt;
         | 
| 101 106 | 
             
              margin-left: 0cm;
         | 
| 102 107 | 
             
              text-align: center;
         | 
| 103 108 | 
             
              line-height: {{normalfontsize}};
         | 
| @@ -109,7 +114,8 @@ p.AdmonitionTitle, p.RecommendationTitle { | |
| 109 114 | 
             
              font-family: {{bodyfont}};
         | 
| 110 115 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 111 116 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 112 | 
            -
              mso-ansi-language: EN-GB; | 
| 117 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 118 | 
            +
            }
         | 
| 113 119 |  | 
| 114 120 | 
             
            p.TableTitle, p.ListTitle {
         | 
| 115 121 | 
             
              mso-style-unhide: no;
         | 
| @@ -117,7 +123,7 @@ p.TableTitle, p.ListTitle { | |
| 117 123 | 
             
              mso-style-parent: "";
         | 
| 118 124 | 
             
              margin-top: 0cm;
         | 
| 119 125 | 
             
              margin-right: 0cm;
         | 
| 120 | 
            -
              margin-bottom:  | 
| 126 | 
            +
              margin-bottom: 6pt;
         | 
| 121 127 | 
             
              margin-left: 0cm;
         | 
| 122 128 | 
             
              text-align: center;
         | 
| 123 129 | 
             
              page-break-after: avoid;
         | 
| @@ -128,7 +134,8 @@ p.TableTitle, p.ListTitle { | |
| 128 134 | 
             
              font-family: {{bodyfont}};
         | 
| 129 135 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 130 136 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 131 | 
            -
              mso-ansi-language: EN-GB; | 
| 137 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 138 | 
            +
            }
         | 
| 132 139 |  | 
| 133 140 | 
             
            p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote {
         | 
| 134 141 | 
             
              mso-style-unhide: no;
         | 
| @@ -145,11 +152,13 @@ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote | |
| 145 152 | 
             
              mso-bidi-font-size: {{smallerfontsize}};
         | 
| 146 153 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 147 154 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 148 | 
            -
              mso-ansi-language: EN-GB; | 
| 155 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 156 | 
            +
            }
         | 
| 149 157 |  | 
| 150 158 | 
             
            p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote {
         | 
| 151 159 | 
             
              font-size: {{smallerfontsize}};
         | 
| 152 | 
            -
              font-family: {{bodyfont}}; | 
| 160 | 
            +
              font-family: {{bodyfont}};
         | 
| 161 | 
            +
            }
         | 
| 153 162 |  | 
| 154 163 | 
             
            p.ANNEX, li.ANNEX, div.ANNEX {
         | 
| 155 164 | 
             
              mso-style-name: ANNEX;
         | 
| @@ -158,7 +167,7 @@ p.ANNEX, li.ANNEX, div.ANNEX { | |
| 158 167 | 
             
              mso-style-next: Normal;
         | 
| 159 168 | 
             
              margin-top: 0cm;
         | 
| 160 169 | 
             
              margin-right: 0cm;
         | 
| 161 | 
            -
              margin-bottom:  | 
| 170 | 
            +
              margin-bottom: 24pt;
         | 
| 162 171 | 
             
              margin-left: 0cm;
         | 
| 163 172 | 
             
              text-align: center;
         | 
| 164 173 | 
             
              text-indent: 0cm;
         | 
| @@ -178,7 +187,8 @@ p.ANNEX, li.ANNEX, div.ANNEX { | |
| 178 187 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 179 188 | 
             
              mso-ansi-language: EN-GB;
         | 
| 180 189 | 
             
              mso-fareast-language: JA;
         | 
| 181 | 
            -
              mso-bidi-font-weight: normal; | 
| 190 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 191 | 
            +
            }
         | 
| 182 192 |  | 
| 183 193 | 
             
            p.BiblioTitle, li.BiblioTitle, div.BiblioTitle {
         | 
| 184 194 | 
             
              mso-style-name: "Biblio Title";
         | 
| @@ -200,7 +210,8 @@ p.BiblioTitle, li.BiblioTitle, div.BiblioTitle { | |
| 200 210 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| 201 211 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 202 212 | 
             
              mso-ansi-language: EN-GB;
         | 
| 203 | 
            -
              mso-bidi-font-weight: normal; | 
| 213 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 214 | 
            +
            }
         | 
| 204 215 |  | 
| 205 216 | 
             
            p.Definition, li.Definition, div.Definition {
         | 
| 206 217 | 
             
              mso-style-name: Definition;
         | 
| @@ -218,7 +229,8 @@ p.Definition, li.Definition, div.Definition { | |
| 218 229 | 
             
              font-family: {{bodyfont}};
         | 
| 219 230 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 220 231 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 221 | 
            -
              mso-ansi-language: EN-GB; | 
| 232 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 233 | 
            +
            }
         | 
| 222 234 |  | 
| 223 235 | 
             
            p.ForewordTitle, li.ForewordTitle, div.ForewordTitle {
         | 
| 224 236 | 
             
              mso-style-name: "Foreword Title";
         | 
| @@ -243,7 +255,8 @@ p.ForewordTitle, li.ForewordTitle, div.ForewordTitle { | |
| 243 255 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| 244 256 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 245 257 | 
             
              mso-ansi-language: EN-GB;
         | 
| 246 | 
            -
              mso-bidi-font-weight: normal; | 
| 258 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 259 | 
            +
            }
         | 
| 247 260 |  | 
| 248 261 | 
             
            p.IntroTitle, li.IntroTitle, div.IntroTitle {
         | 
| 249 262 | 
             
              mso-style-name: "Intro Title";
         | 
| @@ -269,7 +282,8 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle { | |
| 269 282 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 270 283 | 
             
              mso-ansi-language: EN-GB;
         | 
| 271 284 | 
             
              page-break-before: always;
         | 
| 272 | 
            -
              mso-bidi-font-weight: normal; | 
| 285 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 286 | 
            +
            }
         | 
| 273 287 |  | 
| 274 288 | 
             
            p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
         | 
| 275 289 | 
             
              mso-style-noshow: yes;
         | 
| @@ -292,15 +306,16 @@ p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead { | |
| 292 306 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| 293 307 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 294 308 | 
             
              mso-ansi-language: EN-GB;
         | 
| 295 | 
            -
              mso-bidi-font-weight: normal; | 
| 309 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 310 | 
            +
            }
         | 
| 296 311 |  | 
| 297 312 | 
             
            p.Terms, li.Terms, div.Terms {
         | 
| 298 | 
            -
              mso-style-name: "Term | 
| 313 | 
            +
              mso-style-name: "Term(s)";
         | 
| 299 314 | 
             
              mso-style-priority: 8;
         | 
| 300 315 | 
             
              mso-style-unhide: no;
         | 
| 301 316 | 
             
              mso-style-next: Definition;
         | 
| 302 317 | 
             
              margin: 0cm;
         | 
| 303 | 
            -
              margin-bottom: .0001pt;
         | 
| 318 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 304 319 | 
             
              line-height: {{normalfontsize}};
         | 
| 305 320 | 
             
              mso-pagination: widow-orphan;
         | 
| 306 321 | 
             
              page-break-after: avoid;
         | 
| @@ -311,15 +326,16 @@ p.Terms, li.Terms, div.Terms { | |
| 311 326 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| 312 327 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 313 328 | 
             
              mso-ansi-language: EN-GB;
         | 
| 314 | 
            -
              mso-bidi-font-weight: normal; | 
| 329 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 330 | 
            +
            }
         | 
| 315 331 |  | 
| 316 332 | 
             
            p.AltTerms, li.AltTerms, div.AltTerms {
         | 
| 317 | 
            -
              mso-style-name: "AltTerm | 
| 333 | 
            +
              mso-style-name: "AltTerm(s)";
         | 
| 318 334 | 
             
              mso-style-priority: 8;
         | 
| 319 335 | 
             
              mso-style-unhide: no;
         | 
| 320 336 | 
             
              mso-style-next: Definition;
         | 
| 321 337 | 
             
              margin: 0cm;
         | 
| 322 | 
            -
              margin-bottom: .0001pt;
         | 
| 338 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 323 339 | 
             
              line-height: {{normalfontsize}};
         | 
| 324 340 | 
             
              mso-pagination: widow-orphan;
         | 
| 325 341 | 
             
              page-break-after: avoid;
         | 
| @@ -330,15 +346,16 @@ p.AltTerms, li.AltTerms, div.AltTerms { | |
| 330 346 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 331 347 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 332 348 | 
             
              mso-ansi-language: EN-GB;
         | 
| 333 | 
            -
              mso-bidi-font-weight: normal; | 
| 349 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 350 | 
            +
            }
         | 
| 334 351 |  | 
| 335 352 | 
             
            p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms {
         | 
| 336 | 
            -
              mso-style-name: "DeprecatedTerm | 
| 353 | 
            +
              mso-style-name: "DeprecatedTerm(s)";
         | 
| 337 354 | 
             
              mso-style-priority: 8;
         | 
| 338 355 | 
             
              mso-style-unhide: no;
         | 
| 339 356 | 
             
              mso-style-next: Definition;
         | 
| 340 357 | 
             
              margin: 0cm;
         | 
| 341 | 
            -
              margin-bottom: .0001pt;
         | 
| 358 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 342 359 | 
             
              line-height: {{normalfontsize}};
         | 
| 343 360 | 
             
              mso-pagination: widow-orphan;
         | 
| 344 361 | 
             
              page-break-after: avoid;
         | 
| @@ -349,15 +366,16 @@ p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms { | |
| 349 366 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 350 367 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 351 368 | 
             
              mso-ansi-language: EN-GB;
         | 
| 352 | 
            -
              mso-bidi-font-weight: normal; | 
| 369 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 370 | 
            +
            }
         | 
| 353 371 |  | 
| 354 372 | 
             
            p.TermNum, li.TermNum, div.TermNum {
         | 
| 355 373 | 
             
              mso-style-name: TermNum;
         | 
| 356 374 | 
             
              mso-style-priority: 7;
         | 
| 357 375 | 
             
              mso-style-unhide: no;
         | 
| 358 | 
            -
              mso-style-next: "Term | 
| 376 | 
            +
              mso-style-next: "Term(s)";
         | 
| 359 377 | 
             
              margin: 0cm;
         | 
| 360 | 
            -
              margin-bottom: .0001pt;
         | 
| 378 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 361 379 | 
             
              line-height: {{normalfontsize}};
         | 
| 362 380 | 
             
              mso-pagination: widow-orphan;
         | 
| 363 381 | 
             
              page-break-after: avoid;
         | 
| @@ -368,14 +386,15 @@ p.TermNum, li.TermNum, div.TermNum { | |
| 368 386 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 369 387 | 
             
              mso-ansi-language: EN-GB;
         | 
| 370 388 | 
             
              font-weight: bold;
         | 
| 371 | 
            -
              mso-bidi-font-weight: normal; | 
| 389 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 390 | 
            +
            }
         | 
| 372 391 |  | 
| 373 392 | 
             
            p.zzContents, li.zzContents, div.zzContents {
         | 
| 374 393 | 
             
              mso-style-name: zzContents;
         | 
| 375 394 | 
             
              mso-style-noshow: yes;
         | 
| 376 395 | 
             
              mso-style-unhide: no;
         | 
| 377 396 | 
             
              mso-style-next: "TOC 1";
         | 
| 378 | 
            -
              margin-top:  | 
| 397 | 
            +
              margin-top: 48pt;
         | 
| 379 398 | 
             
              margin-right: 0cm;
         | 
| 380 399 | 
             
              margin-bottom: 15.5pt;
         | 
| 381 400 | 
             
              margin-left: 0cm;
         | 
| @@ -393,7 +412,8 @@ p.zzContents, li.zzContents, div.zzContents { | |
| 393 412 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| 394 413 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 395 414 | 
             
              mso-ansi-language: EN-GB;
         | 
| 396 | 
            -
              mso-bidi-font-weight: normal; | 
| 415 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 416 | 
            +
            }
         | 
| 397 417 |  | 
| 398 418 | 
             
            p.zzCopyright, li.zzCopyright {
         | 
| 399 419 | 
             
              mso-style-name: zzCopyright;
         | 
| @@ -409,28 +429,30 @@ p.zzCopyright, li.zzCopyright { | |
| 409 429 | 
             
              mso-pagination: widow-orphan;
         | 
| 410 430 | 
             
              tab-stops: 20.15pt 25.7pt 481.15pt;
         | 
| 411 431 | 
             
              padding: 0cm;
         | 
| 412 | 
            -
              mso-padding-alt:  | 
| 432 | 
            +
              mso-padding-alt: 1pt 4pt 1pt 4pt;
         | 
| 413 433 | 
             
              font-size: {{normalfontsize}};
         | 
| 414 434 | 
             
              font-family: {{bodyfont}};
         | 
| 415 435 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 416 436 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 417 | 
            -
              mso-ansi-language: EN-GB; | 
| 437 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 438 | 
            +
            }
         | 
| 418 439 |  | 
| 419 440 | 
             
            div.zzCopyright {
         | 
| 420 441 | 
             
              mso-element: para-border-div;
         | 
| 421 | 
            -
              border: solid windowtext  | 
| 422 | 
            -
              mso-border-top-alt: solid windowtext .5pt;
         | 
| 423 | 
            -
              mso-border-left-alt: solid windowtext .5pt;
         | 
| 424 | 
            -
              mso-border-right-alt: solid windowtext .5pt;
         | 
| 425 | 
            -
              mso-border-bottom-alt: solid windowtext .5pt;
         | 
| 426 | 
            -
              padding:  | 
| 442 | 
            +
              border: solid windowtext 1pt;
         | 
| 443 | 
            +
              mso-border-top-alt: solid windowtext 0.5pt;
         | 
| 444 | 
            +
              mso-border-left-alt: solid windowtext 0.5pt;
         | 
| 445 | 
            +
              mso-border-right-alt: solid windowtext 0.5pt;
         | 
| 446 | 
            +
              mso-border-bottom-alt: solid windowtext 0.5pt;
         | 
| 447 | 
            +
              padding: 1pt 4pt 0cm 4pt;
         | 
| 427 448 | 
             
              margin-left: 5.1pt;
         | 
| 428 | 
            -
              margin-right: 5.1pt; | 
| 449 | 
            +
              margin-right: 5.1pt;
         | 
| 450 | 
            +
            }
         | 
| 429 451 |  | 
| 430 452 | 
             
            p.zzCopyright_address {
         | 
| 431 453 | 
             
              margin-top: 0cm;
         | 
| 432 454 | 
             
              margin-right: 14.2pt;
         | 
| 433 | 
            -
              margin-bottom:  | 
| 455 | 
            +
              margin-bottom: 0pt;
         | 
| 434 456 | 
             
              margin-left: 14.2pt;
         | 
| 435 457 | 
             
              mso-layout-grid-align: none;
         | 
| 436 458 | 
             
              text-autospace: none;
         | 
| @@ -438,29 +460,31 @@ p.zzCopyright_address { | |
| 438 460 | 
             
              mso-padding-alt-left: 20pt;
         | 
| 439 461 | 
             
              font-size: {{normalfontsize}};
         | 
| 440 462 | 
             
              text-align: left;
         | 
| 441 | 
            -
              mso-bidi-font-size: {{smallerfontsize}}; | 
| 463 | 
            +
              mso-bidi-font-size: {{smallerfontsize}};
         | 
| 464 | 
            +
            }
         | 
| 442 465 |  | 
| 443 466 | 
             
            p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle {
         | 
| 444 467 | 
             
              mso-style-name: zzSTDTitle;
         | 
| 445 468 | 
             
              mso-style-noshow: yes;
         | 
| 446 469 | 
             
              mso-style-unhide: no;
         | 
| 447 470 | 
             
              mso-style-next: Normal;
         | 
| 448 | 
            -
              margin-top:  | 
| 471 | 
            +
              margin-top: 20pt;
         | 
| 449 472 | 
             
              margin-right: 0cm;
         | 
| 450 | 
            -
              margin-bottom:  | 
| 473 | 
            +
              margin-bottom: 38pt;
         | 
| 451 474 | 
             
              margin-left: 0cm;
         | 
| 452 475 | 
             
              line-height: 17.5pt;
         | 
| 453 476 | 
             
              mso-line-height-rule: exactly;
         | 
| 454 477 | 
             
              mso-pagination: widow-orphan;
         | 
| 455 478 | 
             
              mso-hyphenate: none;
         | 
| 456 479 | 
             
              tab-stops: 20.15pt;
         | 
| 457 | 
            -
              font-size:  | 
| 480 | 
            +
              font-size: 16pt;
         | 
| 458 481 | 
             
              mso-bidi-font-size: {{smallerfontsize}};
         | 
| 459 482 | 
             
              font-family: {{headerfont}};
         | 
| 460 483 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| 461 484 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 462 485 | 
             
              mso-ansi-language: EN-GB;
         | 
| 463 | 
            -
              mso-bidi-font-weight: normal; | 
| 486 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 487 | 
            +
            }
         | 
| 464 488 |  | 
| 465 489 | 
             
            p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 {
         | 
| 466 490 | 
             
              mso-style-name: zzSTDTitle;
         | 
| @@ -469,47 +493,50 @@ p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 { | |
| 469 493 | 
             
              mso-style-next: Normal;
         | 
| 470 494 | 
             
              margin-top: 0pt;
         | 
| 471 495 | 
             
              margin-right: 0cm;
         | 
| 472 | 
            -
              margin-bottom:  | 
| 496 | 
            +
              margin-bottom: 18pt;
         | 
| 473 497 | 
             
              margin-left: 0cm;
         | 
| 474 498 | 
             
              line-height: 17.5pt;
         | 
| 475 499 | 
             
              mso-line-height-rule: exactly;
         | 
| 476 500 | 
             
              mso-pagination: widow-orphan;
         | 
| 477 501 | 
             
              mso-hyphenate: none;
         | 
| 478 502 | 
             
              tab-stops: 20.15pt;
         | 
| 479 | 
            -
              font-size:  | 
| 503 | 
            +
              font-size: 16pt;
         | 
| 480 504 | 
             
              mso-bidi-font-size: {{smallerfontsize}};
         | 
| 481 505 | 
             
              font-family: {{headerfont}};
         | 
| 482 506 | 
             
              mso-fareast-font-family: {{headerfont}};
         | 
| 483 507 | 
             
              mso-bidi-font-family: {{headerfont}};
         | 
| 484 508 | 
             
              mso-ansi-language: EN-GB;
         | 
| 485 509 | 
             
              font-weight: bold;
         | 
| 486 | 
            -
              mso-bidi-font-weight: normal; | 
| 510 | 
            +
              mso-bidi-font-weight: normal;
         | 
| 511 | 
            +
            }
         | 
| 487 512 |  | 
| 488 513 | 
             
            p.Quote, li.Quote, div.Quote {
         | 
| 489 514 | 
             
              mso-style-priority: 99;
         | 
| 490 515 | 
             
              margin-top: 0cm;
         | 
| 491 | 
            -
              margin-right:  | 
| 516 | 
            +
              margin-right: 36pt;
         | 
| 492 517 | 
             
              margin-bottom: 0cm;
         | 
| 493 | 
            -
              margin-left:  | 
| 518 | 
            +
              margin-left: 36pt;
         | 
| 494 519 | 
             
              text-align: justify;
         | 
| 495 520 | 
             
              line-height: {{normalfontsize}};
         | 
| 496 521 | 
             
              mso-pagination: widow-orphan;
         | 
| 497 522 | 
             
              tab-stops: 20.15pt;
         | 
| 498 523 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 499 524 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 500 | 
            -
              mso-ansi-language: EN-GB; | 
| 525 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 526 | 
            +
            }
         | 
| 501 527 |  | 
| 502 528 | 
             
            p.Quote, li.Quote {
         | 
| 503 529 | 
             
              font-size: {{normalfontsize}};
         | 
| 504 | 
            -
              font-family: {{bodyfont}}; | 
| 530 | 
            +
              font-family: {{bodyfont}};
         | 
| 531 | 
            +
            }
         | 
| 505 532 |  | 
| 506 533 | 
             
            p.QuoteAttribution {
         | 
| 507 534 | 
             
              text-align: right;
         | 
| 508 535 | 
             
              mso-style-priority: 99;
         | 
| 509 536 | 
             
              margin-top: 0cm;
         | 
| 510 | 
            -
              margin-right:  | 
| 537 | 
            +
              margin-right: 36pt;
         | 
| 511 538 | 
             
              margin-bottom: 0cm;
         | 
| 512 | 
            -
              margin-left:  | 
| 539 | 
            +
              margin-left: 36pt;
         | 
| 513 540 | 
             
              line-height: {{normalfontsize}};
         | 
| 514 541 | 
             
              mso-pagination: widow-orphan;
         | 
| 515 542 | 
             
              tab-stops: 20.15pt;
         | 
| @@ -517,7 +544,8 @@ p.QuoteAttribution { | |
| 517 544 | 
             
              font-family: {{bodyfont}};
         | 
| 518 545 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 519 546 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 520 | 
            -
              mso-ansi-language: EN-GB; | 
| 547 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 548 | 
            +
            }
         | 
| 521 549 |  | 
| 522 550 | 
             
            p.Admonition, li.Admonition, div.Admonition {
         | 
| 523 551 | 
             
              mso-style-priority: 99;
         | 
| @@ -525,13 +553,13 @@ p.Admonition, li.Admonition, div.Admonition { | |
| 525 553 | 
             
              margin-right: 57.6pt;
         | 
| 526 554 | 
             
              margin-bottom: 0cm;
         | 
| 527 555 | 
             
              margin-left: 57.6pt;
         | 
| 528 | 
            -
              margin-bottom: .0001pt;
         | 
| 556 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 529 557 | 
             
              mso-pagination: widow-orphan;
         | 
| 530 558 | 
             
              border: none;
         | 
| 531 | 
            -
              mso-border-alt: solid #4472C4 .25pt;
         | 
| 559 | 
            +
              mso-border-alt: solid #4472C4 0.25pt;
         | 
| 532 560 | 
             
              mso-border-themecolor: accent1;
         | 
| 533 561 | 
             
              padding: 0cm;
         | 
| 534 | 
            -
              mso-padding-alt:  | 
| 562 | 
            +
              mso-padding-alt: 10pt 10pt 10pt 10pt;
         | 
| 535 563 | 
             
              mso-ascii-font-family: {{bodyfont}};
         | 
| 536 564 | 
             
              mso-ascii-theme-font: minor-latin;
         | 
| 537 565 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| @@ -542,12 +570,14 @@ p.Admonition, li.Admonition, div.Admonition { | |
| 542 570 | 
             
              mso-bidi-theme-font: minor-bidi;
         | 
| 543 571 | 
             
              color: #4472C4;
         | 
| 544 572 | 
             
              mso-themecolor: accent1;
         | 
| 545 | 
            -
              mso-ansi-language: EN-AU; | 
| 573 | 
            +
              mso-ansi-language: EN-AU;
         | 
| 574 | 
            +
            }
         | 
| 546 575 |  | 
| 547 576 | 
             
            p.Admonition, li.Admonition {
         | 
| 548 577 | 
             
              font-size: {{normalfontsize}};
         | 
| 549 578 | 
             
              font-family: {{bodyfont}};
         | 
| 550 | 
            -
              font-style: italic; | 
| 579 | 
            +
              font-style: italic;
         | 
| 580 | 
            +
            }
         | 
| 551 581 |  | 
| 552 582 | 
             
            p.Code, li.Code, div.Code {
         | 
| 553 583 | 
             
              mso-style-name: Code;
         | 
| @@ -555,8 +585,8 @@ p.Code, li.Code, div.Code { | |
| 555 585 | 
             
              mso-style-unhide: no;
         | 
| 556 586 | 
             
              mso-style-qformat: yes;
         | 
| 557 587 | 
             
              margin: 0cm;
         | 
| 558 | 
            -
              margin-bottom: .0001pt;
         | 
| 559 | 
            -
              line-height:  | 
| 588 | 
            +
              margin-bottom: 0.0001pt;
         | 
| 589 | 
            +
              line-height: 10pt;
         | 
| 560 590 | 
             
              mso-pagination: widow-orphan;
         | 
| 561 591 | 
             
              tab-stops: 20.15pt;
         | 
| 562 592 | 
             
              font-size: {{monospacefontsize}};
         | 
| @@ -564,7 +594,8 @@ p.Code, li.Code, div.Code { | |
| 564 594 | 
             
              font-family: {{monospacefont}};
         | 
| 565 595 | 
             
              mso-fareast-font-family: Calibri;
         | 
| 566 596 | 
             
              mso-bidi-font-family: "Source Sans Pro";
         | 
| 567 | 
            -
              mso-ansi-language: EN-GB; | 
| 597 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 598 | 
            +
            }
         | 
| 568 599 |  | 
| 569 600 | 
             
            p.Formula, li.Formula, div.Formula {
         | 
| 570 601 | 
             
              mso-style-name: Formula;
         | 
| @@ -581,23 +612,25 @@ p.Formula, li.Formula, div.Formula { | |
| 581 612 | 
             
              font-family: {{bodyfont}};
         | 
| 582 613 | 
             
              mso-fareast-font-family: {{bodyfont}};
         | 
| 583 614 | 
             
              mso-bidi-font-family: {{bodyfont}};
         | 
| 584 | 
            -
              mso-ansi-language: EN-GB; | 
| 615 | 
            +
              mso-ansi-language: EN-GB;
         | 
| 616 | 
            +
            }
         | 
| 585 617 |  | 
| 586 618 | 
             
            @page {
         | 
| 587 | 
            -
              mso-facing-pages: yes; | 
| 588 | 
            -
             | 
| 619 | 
            +
              mso-facing-pages: yes;
         | 
| 620 | 
            +
            }
         | 
| 589 621 | 
             
            @page WordSection1 {
         | 
| 590 622 | 
             
              size: 595.3pt 841.9pt;
         | 
| 591 623 | 
             
              margin: 2.54cm 2.54cm 2.54cm 2.54cm;
         | 
| 592 624 | 
             
              mso-header-margin: 35.45pt;
         | 
| 593 | 
            -
              mso-footer-margin:  | 
| 625 | 
            +
              mso-footer-margin: 61pt;
         | 
| 594 626 | 
             
              mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh1;
         | 
| 595 627 | 
             
              mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
         | 
| 596 628 | 
             
              mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
         | 
| 597 | 
            -
              mso-paper-source: 0; | 
| 598 | 
            -
             | 
| 629 | 
            +
              mso-paper-source: 0;
         | 
| 630 | 
            +
            }
         | 
| 599 631 | 
             
            div.WordSection1 {
         | 
| 600 | 
            -
              page: WordSection1; | 
| 632 | 
            +
              page: WordSection1;
         | 
| 633 | 
            +
            }
         | 
| 601 634 |  | 
| 602 635 | 
             
            @page WordSection2 {
         | 
| 603 636 | 
             
              size: 595.3pt 841.9pt;
         | 
| @@ -609,8 +642,8 @@ div.WordSection1 { | |
| 609 642 | 
             
              mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
         | 
| 610 643 | 
             
              mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2;
         | 
| 611 644 | 
             
              mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2;
         | 
| 612 | 
            -
              mso-paper-source: 0; | 
| 613 | 
            -
             | 
| 645 | 
            +
              mso-paper-source: 0;
         | 
| 646 | 
            +
            }
         | 
| 614 647 | 
             
            @page WordSection2L {
         | 
| 615 648 | 
             
              size: 841.9pt 595.3pt;
         | 
| 616 649 | 
             
              margin: 2.54cm 2.54cm 2.54cm 2.54cm;
         | 
| @@ -620,8 +653,8 @@ div.WordSection1 { | |
| 620 653 | 
             
              mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2l;
         | 
| 621 654 | 
             
              mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2l;
         | 
| 622 655 | 
             
              mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2l;
         | 
| 623 | 
            -
              mso-paper-source: 0; | 
| 624 | 
            -
             | 
| 656 | 
            +
              mso-paper-source: 0;
         | 
| 657 | 
            +
            }
         | 
| 625 658 | 
             
            @page WordSection2P {
         | 
| 626 659 | 
             
              size: 595.3pt 841.9pt;
         | 
| 627 660 | 
             
              margin: 2.54cm 2.54cm 2.54cm 2.54cm;
         | 
| @@ -631,10 +664,11 @@ div.WordSection1 { | |
| 631 664 | 
             
              mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
         | 
| 632 665 | 
             
              mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2;
         | 
| 633 666 | 
             
              mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2;
         | 
| 634 | 
            -
              mso-paper-source: 0; | 
| 635 | 
            -
             | 
| 667 | 
            +
              mso-paper-source: 0;
         | 
| 668 | 
            +
            }
         | 
| 636 669 | 
             
            div.WordSection2 {
         | 
| 637 | 
            -
              page: WordSection2; | 
| 670 | 
            +
              page: WordSection2;
         | 
| 671 | 
            +
            }
         | 
| 638 672 |  | 
| 639 673 | 
             
            @page WordSection3 {
         | 
| 640 674 | 
             
              size: 595.3pt 841.9pt;
         | 
| @@ -646,8 +680,8 @@ div.WordSection2 { | |
| 646 680 | 
             
              mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
         | 
| 647 681 | 
             
              mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
         | 
| 648 682 | 
             
              mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
         | 
| 649 | 
            -
              mso-paper-source: 0; | 
| 650 | 
            -
             | 
| 683 | 
            +
              mso-paper-source: 0;
         | 
| 684 | 
            +
            }
         | 
| 651 685 | 
             
            @page WordSection3L {
         | 
| 652 686 | 
             
              size: 841.9pt 595.3pt;
         | 
| 653 687 | 
             
              margin: 2.54cm 2.54cm 2.54cm 2.54cm;
         | 
| @@ -657,8 +691,8 @@ div.WordSection2 { | |
| 657 691 | 
             
              mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2l;
         | 
| 658 692 | 
             
              mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3l;
         | 
| 659 693 | 
             
              mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3l;
         | 
| 660 | 
            -
              mso-paper-source: 0; | 
| 661 | 
            -
             | 
| 694 | 
            +
              mso-paper-source: 0;
         | 
| 695 | 
            +
            }
         | 
| 662 696 | 
             
            @page WordSection3P {
         | 
| 663 697 | 
             
              size: 595.3pt 841.9pt;
         | 
| 664 698 | 
             
              margin: 2.54cm 2.54cm 2.54cm 2.54cm;
         | 
| @@ -668,10 +702,11 @@ div.WordSection2 { | |
| 668 702 | 
             
              mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
         | 
| 669 703 | 
             
              mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
         | 
| 670 704 | 
             
              mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
         | 
| 671 | 
            -
              mso-paper-source: 0; | 
| 672 | 
            -
             | 
| 705 | 
            +
              mso-paper-source: 0;
         | 
| 706 | 
            +
            }
         | 
| 673 707 | 
             
            div.WordSection3 {
         | 
| 674 | 
            -
              page: WordSection3; | 
| 708 | 
            +
              page: WordSection3;
         | 
| 709 | 
            +
            }
         | 
| 675 710 |  | 
| 676 711 | 
             
            table.MsoISOTable, table.MsoISOTableBig {
         | 
| 677 712 | 
             
              mso-style-name: "Table ISO";
         | 
| @@ -682,30 +717,34 @@ table.MsoISOTable, table.MsoISOTableBig { | |
| 682 717 | 
             
              mso-style-parent: "";
         | 
| 683 718 | 
             
              mso-padding-alt: 0cm 2.85pt 0cm 2.85pt;
         | 
| 684 719 | 
             
              mso-para-margin: 0cm;
         | 
| 685 | 
            -
              mso-para-margin-bottom: .0001pt;
         | 
| 720 | 
            +
              mso-para-margin-bottom: 0.0001pt;
         | 
| 686 721 | 
             
              mso-pagination: widow-orphan;
         | 
| 687 722 | 
             
              border-collapse: collapse;
         | 
| 688 723 | 
             
              mso-table-layout-alt: fixed;
         | 
| 689 724 | 
             
              border: solid windowtext 2pt;
         | 
| 690 725 | 
             
              mso-border-alt: solid windowtext 2pt;
         | 
| 691 726 | 
             
              mso-yfti-tbllook: 480;
         | 
| 692 | 
            -
              mso-border-insideh: .75pt solid windowtext;
         | 
| 693 | 
            -
              mso-border-insidev: .75pt solid windowtext;
         | 
| 727 | 
            +
              mso-border-insideh: 0.75pt solid windowtext;
         | 
| 728 | 
            +
              mso-border-insidev: 0.75pt solid windowtext;
         | 
| 694 729 | 
             
              font-size: {{normalfontsize}};
         | 
| 695 | 
            -
              font-family: {{bodyfont}}; | 
| 730 | 
            +
              font-family: {{bodyfont}};
         | 
| 731 | 
            +
            }
         | 
| 696 732 |  | 
| 697 733 | 
             
            table.MsoISOTable th, table.MsoISOTableBig th {
         | 
| 698 734 | 
             
              border: solid windowtext 1pt;
         | 
| 699 735 | 
             
              mso-border-alt: solid windowtext 1pt;
         | 
| 700 | 
            -
              padding: 0cm 2.85pt 0cm 2.85pt; | 
| 736 | 
            +
              padding: 0cm 2.85pt 0cm 2.85pt;
         | 
| 737 | 
            +
            }
         | 
| 701 738 |  | 
| 702 739 | 
             
            table.MsoISOTable td, table.MsoISOTableBig td {
         | 
| 703 740 | 
             
              border: solid windowtext 1pt;
         | 
| 704 741 | 
             
              mso-border-alt: solid windowtext 1pt;
         | 
| 705 | 
            -
              padding: 0cm 2.85pt 0cm 2.85pt; | 
| 742 | 
            +
              padding: 0cm 2.85pt 0cm 2.85pt;
         | 
| 743 | 
            +
            }
         | 
| 706 744 |  | 
| 707 745 | 
             
            table.MsoISOTable p, table.MsoISOTableBig p {
         | 
| 708 | 
            -
              font-size: {{normalfontsize}}; | 
| 746 | 
            +
              font-size: {{normalfontsize}};
         | 
| 747 | 
            +
            }
         | 
| 709 748 |  | 
| 710 749 | 
             
            table.MsoTableGrid {
         | 
| 711 750 | 
             
              mso-style-name: "Table Grid";
         | 
| @@ -713,103 +752,125 @@ table.MsoTableGrid { | |
| 713 752 | 
             
              mso-tstyle-colband-size: 0;
         | 
| 714 753 | 
             
              mso-style-priority: 39;
         | 
| 715 754 | 
             
              mso-style-unhide: no;
         | 
| 716 | 
            -
              border: solid windowtext  | 
| 717 | 
            -
              mso-border-alt: solid windowtext .5pt;
         | 
| 755 | 
            +
              border: solid windowtext 1pt;
         | 
| 756 | 
            +
              mso-border-alt: solid windowtext 0.5pt;
         | 
| 718 757 | 
             
              mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
         | 
| 719 | 
            -
              mso-border-insideh: .5pt solid windowtext;
         | 
| 720 | 
            -
              mso-border-insidev: .5pt solid windowtext;
         | 
| 758 | 
            +
              mso-border-insideh: 0.5pt solid windowtext;
         | 
| 759 | 
            +
              mso-border-insidev: 0.5pt solid windowtext;
         | 
| 721 760 | 
             
              mso-para-margin: 0cm;
         | 
| 722 | 
            -
              mso-para-margin-bottom: .0001pt;
         | 
| 761 | 
            +
              mso-para-margin-bottom: 0.0001pt;
         | 
| 723 762 | 
             
              mso-pagination: widow-orphan;
         | 
| 724 763 | 
             
              font-size: {{normalfontsize}};
         | 
| 725 | 
            -
              font-family: {{bodyfont}}; | 
| 764 | 
            +
              font-family: {{bodyfont}};
         | 
| 765 | 
            +
            }
         | 
| 726 766 |  | 
| 727 767 | 
             
            div.formula {
         | 
| 728 | 
            -
              tab-stops: right 487.45pt; | 
| 768 | 
            +
              tab-stops: right 487.45pt;
         | 
| 769 | 
            +
            }
         | 
| 729 770 |  | 
| 730 771 | 
             
            body {
         | 
| 731 | 
            -
              tab-interval:  | 
| 772 | 
            +
              tab-interval: 36pt;
         | 
| 773 | 
            +
            }
         | 
| 732 774 |  | 
| 733 775 | 
             
            .coverpage_docnumber {
         | 
| 734 776 | 
             
              text-align: center;
         | 
| 735 | 
            -
              font-size:  | 
| 736 | 
            -
              font-weight: bold; | 
| 777 | 
            +
              font-size: 14pt;
         | 
| 778 | 
            +
              font-weight: bold;
         | 
| 779 | 
            +
            }
         | 
| 737 780 |  | 
| 738 781 | 
             
            .coverpage_techcommittee {
         | 
| 739 782 | 
             
              text-align: center;
         | 
| 740 | 
            -
              font-size: {{normalfontsize}}; | 
| 783 | 
            +
              font-size: {{normalfontsize}};
         | 
| 784 | 
            +
            }
         | 
| 741 785 |  | 
| 742 786 | 
             
            .coverpage_docstage {
         | 
| 743 787 | 
             
              text-align: center;
         | 
| 744 | 
            -
              font-size:  | 
| 745 | 
            -
              color: #05164d; | 
| 788 | 
            +
              font-size: 30pt;
         | 
| 789 | 
            +
              color: #05164d;
         | 
| 790 | 
            +
            }
         | 
| 746 791 |  | 
| 747 792 | 
             
            div.coverpage_warning {
         | 
| 748 793 | 
             
              mso-element: para-border-div;
         | 
| 749 | 
            -
              border: solid windowtext  | 
| 750 | 
            -
              mso-border-alt: solid windowtext .5pt;
         | 
| 751 | 
            -
              padding:  | 
| 794 | 
            +
              border: solid windowtext 1pt #05164d;
         | 
| 795 | 
            +
              mso-border-alt: solid windowtext 0.5pt;
         | 
| 796 | 
            +
              padding: 1pt 4pt 1pt 4pt #05164d;
         | 
| 752 797 | 
             
              font-size: {{normalfontsize}};
         | 
| 753 798 | 
             
              margin-left: 4.25pt;
         | 
| 754 | 
            -
              margin-right: 4.25pt; | 
| 799 | 
            +
              margin-right: 4.25pt;
         | 
| 800 | 
            +
            }
         | 
| 755 801 |  | 
| 756 802 | 
             
            .coverpage_warning {
         | 
| 757 803 | 
             
              color: #fedc5b;
         | 
| 758 | 
            -
              font-size: {{normalfontsize}}; | 
| 804 | 
            +
              font-size: {{normalfontsize}};
         | 
| 805 | 
            +
            }
         | 
| 759 806 |  | 
| 760 807 | 
             
            a.TableFootnoteRef, span.TableFootnoteRef {
         | 
| 761 808 | 
             
              mso-style-priority: 99;
         | 
| 762 809 | 
             
              mso-style-parent: "Footnote Reference";
         | 
| 763 | 
            -
              vertical-align: super; | 
| 810 | 
            +
              vertical-align: super;
         | 
| 811 | 
            +
            }
         | 
| 764 812 |  | 
| 765 813 | 
             
            aside {
         | 
| 766 | 
            -
              font-size: {{normalfontsize}}; | 
| 814 | 
            +
              font-size: {{normalfontsize}};
         | 
| 815 | 
            +
            }
         | 
| 767 816 |  | 
| 768 817 | 
             
            .example-title {
         | 
| 769 818 | 
             
              font-weight: bold;
         | 
| 770 | 
            -
              margin-left: - | 
| 819 | 
            +
              margin-left: -36pt;
         | 
| 820 | 
            +
            }
         | 
| 771 821 |  | 
| 772 822 | 
             
            p.example, li.example, td.example {
         | 
| 773 823 | 
             
              margin-right: 0pt;
         | 
| 774 824 | 
             
              margin-left: 0pt;
         | 
| 775 825 | 
             
              font-size: {{smallerfontsize}};
         | 
| 776 | 
            -
              font-family: {{bodyfont}}; | 
| 826 | 
            +
              font-family: {{bodyfont}};
         | 
| 827 | 
            +
            }
         | 
| 777 828 |  | 
| 778 829 | 
             
            div.example {
         | 
| 779 | 
            -
              margin-right:  | 
| 780 | 
            -
              margin-left:  | 
| 830 | 
            +
              margin-right: 36pt;
         | 
| 831 | 
            +
              margin-left: 36pt;
         | 
| 781 832 | 
             
              margin-top: 0cm;
         | 
| 782 | 
            -
              margin-bottom: 0cm; | 
| 833 | 
            +
              margin-bottom: 0cm;
         | 
| 834 | 
            +
            }
         | 
| 783 835 |  | 
| 784 836 | 
             
            p.example, li.example, div.example, td.example {
         | 
| 785 | 
            -
              mso-pagination: none; | 
| 837 | 
            +
              mso-pagination: none;
         | 
| 838 | 
            +
            }
         | 
| 786 839 |  | 
| 787 840 | 
             
            td.example p.MsoListParagraph {
         | 
| 788 | 
            -
              font-size: {{smallerfontsize}}; | 
| 841 | 
            +
              font-size: {{smallerfontsize}};
         | 
| 842 | 
            +
            }
         | 
| 789 843 |  | 
| 790 844 | 
             
            div.example p.MsoListParagraph {
         | 
| 791 | 
            -
              font-size: {{smallerfontsize}}; | 
| 845 | 
            +
              font-size: {{smallerfontsize}};
         | 
| 846 | 
            +
            }
         | 
| 792 847 |  | 
| 793 848 | 
             
            div.Note p.MsoListParagraph {
         | 
| 794 | 
            -
              font-size: {{smallerfontsize}}; | 
| 849 | 
            +
              font-size: {{smallerfontsize}};
         | 
| 850 | 
            +
            }
         | 
| 795 851 |  | 
| 796 852 | 
             
            div.Note span.stem {
         | 
| 797 | 
            -
              font-size: {{smallerfontsize}}; | 
| 853 | 
            +
              font-size: {{smallerfontsize}};
         | 
| 854 | 
            +
            }
         | 
| 798 855 |  | 
| 799 856 | 
             
            div.Note p.Sourcecode, div.Note pre.Sourcecode {
         | 
| 800 | 
            -
              font-size:  | 
| 801 | 
            -
              margin-left:  | 
| 857 | 
            +
              font-size: 9pt;
         | 
| 858 | 
            +
              margin-left: 1cm;
         | 
| 859 | 
            +
            }
         | 
| 802 860 |  | 
| 803 861 | 
             
            div.Note table.dl {
         | 
| 804 862 | 
             
              font-size: {{smallerfontsize}};
         | 
| 805 | 
            -
              margin-left:  | 
| 863 | 
            +
              margin-left: 1cm;
         | 
| 864 | 
            +
            }
         | 
| 806 865 |  | 
| 807 866 | 
             
            span.note_label, span.example_label, td.example_label, td.note_label {
         | 
| 808 867 | 
             
              font-size: {{smallerfontsize}};
         | 
| 809 | 
            -
              font-family: {{bodyfont}}; | 
| 868 | 
            +
              font-family: {{bodyfont}};
         | 
| 869 | 
            +
            }
         | 
| 810 870 |  | 
| 811 871 | 
             
            table.dl {
         | 
| 812 872 | 
             
              margin-top: 0cm;
         | 
| 813 873 | 
             
              margin-right: 0cm;
         | 
| 814 874 | 
             
              margin-bottom: {{smallerfontsize}};
         | 
| 815 | 
            -
              margin-left: 20.15pt; | 
| 875 | 
            +
              margin-left: 20.15pt;
         | 
| 876 | 
            +
            }
         |