metanorma-iso 1.10.2 → 1.10.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rake.yml +3 -33
  3. data/.github/workflows/ubuntu.yml +1 -1
  4. data/Gemfile +1 -1
  5. data/lib/asciidoctor/iso/base.rb +1 -1
  6. data/lib/asciidoctor/iso/basicdoc.rng +1 -11
  7. data/lib/asciidoctor/iso/biblio.rng +0 -2
  8. data/lib/asciidoctor/iso/front.rb +17 -4
  9. data/lib/asciidoctor/iso/front_id.rb +20 -17
  10. data/lib/asciidoctor/iso/isodoc.rng +61 -19
  11. data/lib/asciidoctor/iso/isostandard-amd.rng +1 -1
  12. data/lib/asciidoctor/iso/isostandard.rng +15 -3
  13. data/lib/asciidoctor/iso/reqt.rng +1 -1
  14. data/lib/asciidoctor/iso/section.rb +1 -1
  15. data/lib/asciidoctor/iso/validate.rb +1 -1
  16. data/lib/asciidoctor/iso/validate_image.rb +1 -1
  17. data/lib/asciidoctor/iso/validate_section.rb +1 -1
  18. data/lib/isodoc/iso/base_convert.rb +14 -31
  19. data/lib/isodoc/iso/html/isodoc.scss +0 -1
  20. data/lib/isodoc/iso/html/style-human.scss +36 -9
  21. data/lib/isodoc/iso/html/style-iso.scss +31 -6
  22. data/lib/isodoc/iso/html/wordstyle.scss +10 -8
  23. data/lib/isodoc/iso/html_convert.rb +81 -22
  24. data/lib/isodoc/iso/index.rb +53 -45
  25. data/lib/isodoc/iso/iso.amendment.xsl +406 -122
  26. data/lib/isodoc/iso/iso.international-standard.xsl +406 -122
  27. data/lib/isodoc/iso/isosts_convert.rb +6 -2
  28. data/lib/isodoc/iso/metadata.rb +27 -22
  29. data/lib/isodoc/iso/presentation_xml_convert.rb +60 -25
  30. data/lib/isodoc/iso/sts_convert.rb +3 -2
  31. data/lib/isodoc/iso/word_convert.rb +0 -2
  32. data/lib/metanorma/iso/processor.rb +2 -2
  33. data/lib/metanorma/iso/version.rb +1 -1
  34. data/metanorma-iso.gemspec +3 -3
  35. data/spec/asciidoctor/base_spec.rb +398 -546
  36. data/spec/asciidoctor/blocks_spec.rb +4 -4
  37. data/spec/asciidoctor/cleanup_spec.rb +15 -12
  38. data/spec/asciidoctor/refs_spec.rb +87 -84
  39. data/spec/isodoc/amd_spec.rb +261 -250
  40. data/spec/isodoc/i18n_spec.rb +7 -7
  41. data/spec/isodoc/inline_spec.rb +242 -216
  42. data/spec/isodoc/iso_spec.rb +3 -1
  43. data/spec/isodoc/postproc_spec.rb +111 -28
  44. data/spec/isodoc/section_spec.rb +4 -4
  45. data/spec/isodoc/terms_spec.rb +34 -41
  46. data/spec/isodoc/xref_spec.rb +3 -3
  47. data/spec/metanorma/processor_spec.rb +110 -14
  48. data/spec/vcr_cassettes/docrels.yml +37 -427
  49. metadata +11 -16
  50. data/lib/isodoc/iso/html/htmlstyle.css +0 -47
  51. data/lib/isodoc/iso/html/isodoc.css +0 -1328
  52. data/lib/isodoc/iso/html/style-human.css +0 -979
  53. data/lib/isodoc/iso/html/style-iso.css +0 -1007
  54. data/lib/isodoc/iso/html/wordstyle.css +0 -1699
@@ -1,1699 +0,0 @@
1
- @charset "UTF-8";
2
- /* Font Definitions */
3
- @font-face {
4
- font-family: Arial;
5
- panose-1: 2 11 6 4 2 2 2 2 2 4;
6
- mso-font-charset: 0;
7
- mso-generic-font-family: swiss;
8
- mso-font-pitch: variable;
9
- mso-font-signature: -536859905 -1073711037 9 0 511 0; }
10
-
11
- @font-face {
12
- font-family: "Courier New";
13
- panose-1: 2 7 3 9 2 2 5 2 4 4;
14
- mso-font-charset: 0;
15
- mso-generic-font-family: roman;
16
- mso-font-pitch: fixed;
17
- mso-font-signature: -536859905 -1073711037 9 0 511 0; }
18
-
19
- @font-face {
20
- font-family: "Cambria Math";
21
- panose-1: 2 4 5 3 5 4 6 3 2 4;
22
- mso-font-charset: 0;
23
- mso-generic-font-family: roman;
24
- mso-font-pitch: variable;
25
- mso-font-signature: -536870145 1107305727 0 0 415 0; }
26
-
27
- @font-face {
28
- font-family: Calibri;
29
- panose-1: 2 15 5 2 2 2 4 3 2 4;
30
- mso-font-charset: 0;
31
- mso-generic-font-family: swiss;
32
- mso-font-pitch: variable;
33
- mso-font-signature: -536870145 1073786111 1 0 415 0; }
34
-
35
- @font-face {
36
- font-family: Cambria;
37
- panose-1: 2 4 5 3 5 4 6 3 2 4;
38
- mso-font-charset: 0;
39
- mso-generic-font-family: roman;
40
- mso-font-pitch: variable;
41
- mso-font-signature: -536870145 1073743103 0 0 415 0; }
42
-
43
- @font-face {
44
- font-family: "Segoe UI";
45
- panose-1: 2 11 5 2 4 2 4 2 2 3;
46
- mso-font-charset: 0;
47
- mso-generic-font-family: swiss;
48
- mso-font-pitch: variable;
49
- mso-font-signature: -469750017 -1073683329 9 0 511 0; }
50
-
51
- @font-face {
52
- font-family: "Malgun Gothic";
53
- panose-1: 2 11 5 3 2 0 0 2 0 4;
54
- mso-font-charset: 129;
55
- mso-generic-font-family: swiss;
56
- mso-font-pitch: variable;
57
- mso-font-signature: -1879048145 701988091 18 0 524289 0; }
58
-
59
- @font-face {
60
- font-family: {{headerfont}};
61
- panose-1: 2 2 6 9 4 2 5 8 3 4;
62
- mso-font-charset: 128;
63
- mso-generic-font-family: roman;
64
- mso-font-pitch: fixed;
65
- mso-font-signature: -536870145 1791491579 134217746 0 131231 0; }
66
-
67
- /* Style Definitions */
68
- p.MsoNormal, li.MsoNormal, div.MsoNormal {
69
- mso-style-unhide: no;
70
- mso-style-qformat: yes;
71
- mso-style-parent: "";
72
- margin-top: 0cm;
73
- margin-right: 0cm;
74
- margin-bottom: 6.0pt;
75
- margin-left: 0cm;
76
- text-align: justify;
77
- line-height: 12.0pt;
78
- mso-pagination: widow-orphan;
79
- tab-stops: 20.15pt;
80
- font-size: {{normalfontsize}};
81
- font-family: {{bodyfont}};
82
- mso-fareast-font-family: "SimSun",serif;
83
- mso-bidi-font-family: {{bodyfont}};
84
- mso-ansi-language: EN-GB; }
85
-
86
- p.MsoNormalIndent, li.MsoNormalIndent, div.MsoNormalIndent {
87
- mso-style-priority: 99;
88
- margin-top: 0cm;
89
- margin-right: 36.0cm;
90
- margin-bottom: 0cm;
91
- margin-left: 36.0pt;
92
- text-align: justify;
93
- line-height: 12.0pt;
94
- mso-pagination: widow-orphan;
95
- tab-stops: 20.15pt;
96
- font-size: {{normalfontsize}};
97
- font-family: {{bodyfont}};
98
- mso-fareast-font-family: "SimSun",serif;
99
- mso-bidi-font-family: {{bodyfont}};
100
- mso-ansi-language: EN-GB; }
101
-
102
- p.MsoBlockText, li.MsoBlockText, div.MsoBlockText {
103
- mso-style-priority: 99;
104
- margin-top: 0cm;
105
- margin-right: 57.6pt;
106
- margin-bottom: 0cm;
107
- margin-left: 57.6pt;
108
- margin-bottom: .0001pt;
109
- mso-pagination: widow-orphan;
110
- border: none;
111
- mso-border-alt: solid #4472C4 .25pt;
112
- mso-border-themecolor: accent1;
113
- padding: 0cm;
114
- mso-padding-alt: 10.0pt 10.0pt 10.0pt 10.0pt;
115
- font-size: 12.0pt;
116
- font-family: {{bodyfont}};
117
- mso-ascii-font-family: {{bodyfont}};
118
- mso-ascii-theme-font: minor-latin;
119
- mso-fareast-font-family: "SimSun",serif;
120
- mso-fareast-theme-font: minor-fareast;
121
- mso-hansi-font-family: {{bodyfont}};
122
- mso-hansi-theme-font: minor-latin;
123
- mso-bidi-font-family: {{bodyfont}};
124
- mso-bidi-theme-font: minor-bidi;
125
- color: #4472C4;
126
- mso-themecolor: accent1;
127
- mso-ansi-language: EN-AU;
128
- font-style: italic; }
129
-
130
- p.MsoList, li.MsoList, div.MsoList {
131
- mso-style-priority: 4;
132
- mso-style-unhide: no;
133
- mso-style-parent: "List Paragraph";
134
- margin-top: 0cm;
135
- margin-right: 0cm;
136
- margin-bottom: 6.0pt;
137
- /* do not put in margin-left, it is specific to list level */
138
- mso-add-space: auto;
139
- text-align: justify;
140
- line-height: 12.0pt;
141
- mso-pagination: widow-orphan;
142
- page-break-after: avoid;
143
- mso-list: l3 level1 lfo20;
144
- font-size: {{normalfontsize}};
145
- font-family: {{bodyfont}};
146
- mso-fareast-font-family: Calibri;
147
- mso-bidi-font-family: "Times New Roman";
148
- mso-ansi-language: EN-GB;
149
- mso-fareast-language: EN-US; }
150
-
151
- p.MsoListCxSpFirst, li.MsoListCxSpFirst, div.MsoListCxSpFirst {
152
- mso-style-priority: 4;
153
- mso-style-unhide: no;
154
- mso-style-parent: "List Paragraph";
155
- mso-style-type: export-only;
156
- margin-top: 0cm;
157
- margin-right: 0cm;
158
- margin-bottom: 0cm;
159
- /* do not put in margin-left, it is specific to list level */
160
- mso-add-space: auto;
161
- text-align: justify;
162
- line-height: 12.0pt;
163
- mso-pagination: widow-orphan;
164
- page-break-after: avoid;
165
- mso-list: l3 level1 lfo20;
166
- font-size: {{normalfontsize}};
167
- font-family: {{bodyfont}};
168
- mso-fareast-font-family: Calibri;
169
- mso-bidi-font-family: "Times New Roman";
170
- mso-ansi-language: EN-GB;
171
- mso-fareast-language: EN-US; }
172
-
173
- p.MsoListCxSpMiddle, li.MsoListCxSpMiddle, div.MsoListCxSpMiddle {
174
- mso-style-priority: 4;
175
- mso-style-unhide: no;
176
- mso-style-parent: "List Paragraph";
177
- mso-style-type: export-only;
178
- margin-top: 0cm;
179
- margin-right: 0cm;
180
- margin-bottom: 0cm;
181
- /* do not put in margin-left, it is specific to list level */
182
- mso-add-space: auto;
183
- text-align: justify;
184
- line-height: 12.0pt;
185
- mso-pagination: widow-orphan;
186
- page-break-after: avoid;
187
- mso-list: l3 level1 lfo20;
188
- font-size: {{normalfontsize}};
189
- font-family: {{bodyfont}};
190
- mso-fareast-font-family: Calibri;
191
- mso-bidi-font-family: "Times New Roman";
192
- mso-ansi-language: EN-GB;
193
- mso-fareast-language: EN-US; }
194
-
195
- p.MsoListCxSpLast, li.MsoListCxSpLast, div.MsoListCxSpLast {
196
- mso-style-priority: 4;
197
- mso-style-unhide: no;
198
- mso-style-parent: "List Paragraph";
199
- mso-style-type: export-only;
200
- margin-top: 0cm;
201
- margin-right: 0cm;
202
- margin-bottom: 6.0pt;
203
- /* do not put in margin-left, it is specific to list level */
204
- mso-add-space: auto;
205
- text-align: justify;
206
- line-height: 12.0pt;
207
- mso-pagination: widow-orphan;
208
- page-break-after: avoid;
209
- mso-list: l3 level1 lfo20;
210
- font-size: {{normalfontsize}};
211
- font-family: {{bodyfont}};
212
- mso-fareast-font-family: Calibri;
213
- mso-bidi-font-family: "Times New Roman";
214
- mso-ansi-language: EN-GB;
215
- mso-fareast-language: EN-US; }
216
-
217
- p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
218
- mso-style-priority: 34;
219
- mso-style-unhide: no;
220
- mso-style-name: "List Paragraph";
221
- mso-style-qformat: yes;
222
- margin-top: 0cm;
223
- margin-right: 0cm;
224
- margin-bottom: 6.0pt;
225
- /* do not put in margin-left, it is specific to list level */
226
- text-align: justify;
227
- line-height: 12.0pt;
228
- mso-pagination: widow-orphan;
229
- tab-stops: 20.15pt;
230
- font-size: {{normalfontsize}};
231
- font-family: {{bodyfont}};
232
- mso-ansi-language: EN-AU;
233
- mso-fareast-language: EN-US; }
234
-
235
- p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst {
236
- mso-style-priority: 34;
237
- mso-style-unhide: no;
238
- mso-style-qformat: yes;
239
- mso-style-type: export-only;
240
- margin-top: 0cm;
241
- margin-right: 0cm;
242
- margin-bottom: 0cm;
243
- /* do not put in margin-left, it is specific to list level */
244
- text-align: justify;
245
- line-height: 12.0pt;
246
- mso-pagination: widow-orphan;
247
- tab-stops: 20.15pt;
248
- font-size: {{normalfontsize}};
249
- font-family: {{bodyfont}};
250
- mso-ansi-language: EN-AU;
251
- mso-fareast-language: EN-US; }
252
-
253
- p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle {
254
- mso-style-priority: 34;
255
- mso-style-unhide: no;
256
- mso-style-qformat: yes;
257
- mso-style-type: export-only;
258
- margin-top: 0cm;
259
- margin-right: 0cm;
260
- margin-bottom: 0cm;
261
- /* do not put in margin-left, it is specific to list level */
262
- text-align: justify;
263
- line-height: 12.0pt;
264
- mso-pagination: widow-orphan;
265
- tab-stops: 20.15pt;
266
- font-size: {{normalfontsize}};
267
- font-family: {{bodyfont}};
268
- mso-ansi-language: EN-AU;
269
- mso-fareast-language: EN-US; }
270
-
271
- p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
272
- mso-style-priority: 34;
273
- mso-style-unhide: no;
274
- mso-style-qformat: yes;
275
- mso-style-type: export-only;
276
- margin-top: 0cm;
277
- margin-right: 0cm;
278
- margin-bottom: 6.0pt;
279
- /* do not put in margin-left, it is specific to list level */
280
- text-align: justify;
281
- line-height: 12.0pt;
282
- mso-pagination: widow-orphan;
283
- tab-stops: 20.15pt;
284
- font-size: {{normalfontsize}};
285
- font-family: {{bodyfont}};
286
- mso-ansi-language: EN-AU;
287
- mso-fareast-language: EN-US; }
288
-
289
- div.figure, p.figure {
290
- text-align: center; }
291
-
292
- h1 {
293
- mso-style-priority: 1;
294
- mso-style-unhide: no;
295
- mso-style-qformat: yes;
296
- mso-style-name: "Heading 1";
297
- mso-style-link: "Heading 1 Char";
298
- mso-style-next: Normal;
299
- margin-top: 13.5pt;
300
- margin-right: 0cm;
301
- margin-bottom: 6.0pt;
302
- margin-left: 0cm;
303
- text-indent: 0cm;
304
- line-height: 13.5pt;
305
- mso-pagination: widow-orphan;
306
- page-break-after: avoid;
307
- mso-outline-level: 1;
308
- mso-list: l1 level1 lfo6;
309
- mso-hyphenate: none;
310
- tab-stops: 20.0pt list 21.6pt left 28.0pt;
311
- {% if doctype == "Amendment" or doctype == "Technical Corrigendum" %}
312
- font-style: italic;
313
- font-size: {{normalfontsize}};
314
- font-weight: normal;
315
- {% else %}
316
- font-size: 13.0pt;
317
- font-weight: bold;
318
- {% endif %}
319
- mso-bidi-font-size: {{normalfontsize}};
320
- font-family: {{headerfont}};
321
- mso-fareast-font-family: "SimHei",serif;
322
- mso-font-kerning: 0pt;
323
- mso-ansi-language: EN-GB;
324
- mso-fareast-language: JA;
325
- mso-bidi-font-weight: normal; }
326
-
327
- h1.ForewordTitle {
328
- font-size: 13.0pt;
329
- font-style: normal;
330
- font-weight: bold; }
331
-
332
- h1.Annex {
333
- mso-style-priority: 1;
334
- mso-style-unhide: no;
335
- mso-style-qformat: yes;
336
- mso-style-link: "Heading 1 Char";
337
- mso-style-next: Normal;
338
- margin-top: 13.5pt;
339
- margin-right: 0cm;
340
- margin-bottom: 6.0pt;
341
- margin-left: 0cm;
342
- text-indent: 0cm;
343
- line-height: 13.5pt;
344
- text-align: center;
345
- mso-pagination: widow-orphan;
346
- page-break-after: avoid;
347
- font-weight: normal;
348
- mso-outline-level: 1;
349
- mso-list: l1 level1 lfo6;
350
- mso-hyphenate: none;
351
- tab-stops: 20.0pt list 21.6pt left 28.0pt;
352
- font-size: 13.0pt;
353
- mso-bidi-font-size: {{normalfontsize}};
354
- font-family: {{headerfont}};
355
- mso-fareast-font-family: "SimHei",serif;
356
- mso-font-kerning: 0pt;
357
- mso-ansi-language: EN-GB;
358
- mso-fareast-language: JA;
359
- mso-bidi-font-weight: normal; }
360
-
361
- .h2Annex, h2 {
362
- mso-style-priority: 2;
363
- mso-style-unhide: no;
364
- mso-style-qformat: yes;
365
- mso-style-name: "Heading 2";
366
- mso-style-parent: "Heading 1";
367
- mso-style-link: "Heading 2 Char";
368
- mso-style-next: Normal;
369
- margin-top: 3.0pt;
370
- margin-right: 0cm;
371
- margin-bottom: 6.0pt;
372
- margin-left: 0cm;
373
- text-indent: 0cm;
374
- line-height: 12.5pt;
375
- mso-pagination: widow-orphan;
376
- page-break-after: avoid;
377
- mso-hyphenate: none;
378
- tab-stops: 27.0pt 35.0pt;
379
- {% if doctype == "Amendment" or doctype == "Technical Corrigendum" %}
380
- font-style: italic;
381
- font-size: {{normalfontsize}};
382
- font-weight: normal;
383
- {% else %}
384
- font-size: 13.0pt;
385
- font-weight: bold;
386
- {% endif %}
387
- mso-bidi-font-size: {{normalfontsize}};
388
- font-family: {{headerfont}};
389
- mso-fareast-font-family: "SimHei",serif;
390
- mso-ansi-language: EN-GB;
391
- mso-fareast-language: JA;
392
- mso-bidi-font-weight: normal; }
393
-
394
- h2 {
395
- mso-list: l1 level2 lfo6;
396
- mso-outline-level: 2; }
397
-
398
- .h3Annex, h3 {
399
- mso-style-priority: 3;
400
- mso-style-unhide: no;
401
- mso-style-qformat: yes;
402
- mso-style-name: "Heading 3";
403
- mso-style-parent: "Heading 1";
404
- mso-style-link: "Heading 3 Char";
405
- mso-style-next: Normal;
406
- margin-top: 3.0pt;
407
- margin-right: 0cm;
408
- margin-bottom: 6.0pt;
409
- margin-left: 0cm;
410
- text-indent: 0cm;
411
- line-height: 12.0pt;
412
- mso-pagination: widow-orphan;
413
- page-break-after: avoid;
414
- mso-outline-level: 3;
415
- mso-hyphenate: none;
416
- tab-stops: list 36.0pt left 44.0pt;
417
- {% if doctype == "Amendment" or doctype == "Technical Corrigendum" %}
418
- font-style: italic;
419
- font-size: {{normalfontsize}};
420
- font-weight: normal;
421
- {% else %}
422
- font-size: 13.0pt;
423
- font-weight: bold;
424
- {% endif %}
425
- font-family: {{headerfont}};
426
- mso-fareast-font-family: "SimHei",serif;
427
- mso-ansi-language: EN-GB;
428
- mso-fareast-language: JA;
429
- mso-bidi-font-weight: normal; }
430
-
431
- h3 {
432
- mso-list: l1 level3 lfo6;
433
- mso-outline-level: 3; }
434
-
435
- .h4Annex, h4 {
436
- mso-style-priority: 4;
437
- mso-style-unhide: no;
438
- mso-style-qformat: yes;
439
- mso-style-name: "Heading 4";
440
- mso-style-parent: "Heading 3";
441
- mso-style-link: "Heading 4 Char";
442
- mso-style-next: Normal;
443
- margin-top: 3.0pt;
444
- margin-right: 0cm;
445
- margin-bottom: 6.0pt;
446
- margin-left: 0cm;
447
- text-indent: 0cm;
448
- line-height: 12.0pt;
449
- mso-pagination: widow-orphan;
450
- page-break-after: avoid;
451
- mso-hyphenate: none;
452
- tab-stops: 51.05pt 57.0pt 68.0pt;
453
- font-size: {{normalfontsize}};
454
- font-family: {{headerfont}};
455
- {% if doctype == "Amendment" or doctype == "Technical Corrigendum" %}
456
- font-style: italic;
457
- font-weight: normal;
458
- {% else %}
459
- font-weight: bold;
460
- {% endif %}
461
- mso-fareast-font-family: "SimHei",serif;
462
- mso-ansi-language: EN-GB;
463
- mso-fareast-language: JA;
464
- mso-bidi-font-weight: normal; }
465
-
466
- h4 {
467
- mso-list: l1 level4 lfo6;
468
- mso-outline-level: 4; }
469
-
470
- .h5Annex, h5 {
471
- mso-style-priority: 5;
472
- mso-style-unhide: no;
473
- mso-style-qformat: yes;
474
- mso-style-name: "Heading 5";
475
- mso-style-parent: "Heading 4";
476
- mso-style-link: "Heading 5 Char";
477
- mso-style-next: Normal;
478
- margin-top: 3.0pt;
479
- margin-right: 0cm;
480
- margin-bottom: 6.0pt;
481
- margin-left: 0cm;
482
- text-indent: 0cm;
483
- line-height: 12.0pt;
484
- mso-pagination: widow-orphan;
485
- page-break-after: avoid;
486
- mso-hyphenate: none;
487
- tab-stops: 51.05pt list 54.0pt;
488
- font-size: {{normalfontsize}};
489
- font-family: {{headerfont}};
490
- {% if doctype == "Amendment" or doctype == "Technical Corrigendum" %}
491
- font-style: italic;
492
- font-weight: normal;
493
- {% else %}
494
- font-weight: bold;
495
- {% endif %}
496
- mso-fareast-font-family: "SimHei",serif;
497
- mso-ansi-language: EN-GB;
498
- mso-fareast-language: JA;
499
- mso-bidi-font-weight: normal; }
500
-
501
- h5 {
502
- mso-list: l1 level5 lfo6;
503
- mso-outline-level: 5; }
504
-
505
- h6 {
506
- mso-style-priority: 6;
507
- mso-style-unhide: no;
508
- mso-style-qformat: yes;
509
- mso-style-name: "Heading 6";
510
- mso-style-parent: "Heading 5";
511
- mso-style-link: "Heading 6 Char";
512
- mso-style-next: Normal;
513
- margin-top: 3.0pt;
514
- margin-right: 0cm;
515
- margin-bottom: 6.0pt;
516
- margin-left: 0cm;
517
- text-indent: 0cm;
518
- line-height: 12.0pt;
519
- mso-pagination: widow-orphan;
520
- page-break-after: avoid;
521
- mso-hyphenate: none;
522
- tab-stops: 51.05pt list 72.0pt;
523
- font-size: {{normalfontsize}};
524
- font-family: {{headerfont}};
525
- {% if doctype == "Amendment" or doctype == "Technical Corrigendum" %}
526
- font-style: italic;
527
- font-weight: normal;
528
- {% else %}
529
- font-weight: bold;
530
- {% endif %}
531
- mso-fareast-font-family: "SimHei",serif;
532
- mso-ansi-language: EN-GB;
533
- mso-fareast-language: JA;
534
- mso-bidi-font-weight: normal; }
535
-
536
- h6 {
537
- mso-list: l1 level6 lfo6;
538
- mso-outline-level: 6; }
539
-
540
- p.MsoToc1, li.MsoToc1, div.MsoToc1 {
541
- mso-style-priority: 39;
542
- mso-style-unhide: no;
543
- mso-style-name: "TOC 1";
544
- mso-style-next: Normal;
545
- margin-top: 6.0pt;
546
- margin-right: 25.0pt;
547
- margin-bottom: 0cm;
548
- margin-left: 36.0pt;
549
- text-indent: -36.0pt;
550
- line-height: 12.0pt;
551
- mso-pagination: widow-orphan;
552
- mso-hyphenate: none;
553
- tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
554
- font-size: {{normalfontsize}};
555
- font-family: {{bodyfont}};
556
- mso-fareast-font-family: "SimHei",serif;
557
- mso-bidi-font-family: {{bodyfont}};
558
- mso-ansi-language: EN-GB;
559
- font-weight: bold;
560
- mso-bidi-font-weight: normal; }
561
-
562
- p.MsoToc2, li.MsoToc2, div.MsoToc2 {
563
- mso-style-noshow: yes;
564
- mso-style-priority: 39;
565
- mso-style-unhide: no;
566
- mso-style-name: "TOC 2";
567
- mso-style-parent: "TOC 1";
568
- mso-style-next: Normal;
569
- margin-top: 0cm;
570
- margin-right: 25.0pt;
571
- margin-bottom: 0cm;
572
- margin-left: 36.0pt;
573
- text-indent: -36.0pt;
574
- line-height: 12.0pt;
575
- mso-pagination: widow-orphan;
576
- mso-hyphenate: none;
577
- tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
578
- font-size: {{normalfontsize}};
579
- font-family: {{bodyfont}};
580
- mso-fareast-font-family: "SimSun",serif;
581
- mso-bidi-font-family: {{bodyfont}};
582
- mso-ansi-language: EN-GB;
583
- font-weight: bold;
584
- mso-bidi-font-weight: normal; }
585
-
586
- p.MsoToc3, li.MsoToc3, div.MsoToc3 {
587
- mso-style-noshow: yes;
588
- mso-style-priority: 39;
589
- mso-style-unhide: no;
590
- mso-style-name: "TOC 3";
591
- mso-style-parent: "TOC 2";
592
- mso-style-next: Normal;
593
- margin-top: 0cm;
594
- margin-right: 25.0pt;
595
- margin-bottom: 0cm;
596
- margin-left: 36.0pt;
597
- text-indent: -36.0pt;
598
- line-height: 12.0pt;
599
- mso-pagination: widow-orphan;
600
- mso-hyphenate: none;
601
- tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
602
- font-size: {{normalfontsize}};
603
- font-family: {{bodyfont}};
604
- mso-fareast-font-family: "SimSun",serif;
605
- mso-bidi-font-family: {{bodyfont}};
606
- mso-ansi-language: EN-GB;
607
- font-weight: bold;
608
- mso-bidi-font-weight: normal; }
609
-
610
- p.MsoHeader, li.MsoHeader, div.MsoHeader {
611
- mso-style-noshow: yes;
612
- mso-style-priority: 99;
613
- mso-style-unhide: no;
614
- mso-style-link: "Header Char";
615
- margin-top: 0cm;
616
- margin-right: 0cm;
617
- margin-bottom: 30.0pt;
618
- margin-left: 0cm;
619
- text-align: justify;
620
- line-height: {{normalfontsize}};
621
- mso-line-height-rule: exactly;
622
- mso-pagination: widow-orphan;
623
- tab-stops: 20.15pt;
624
- font-size: {{normalfontsize}};
625
- font-family: {{headerfont}};
626
- mso-fareast-font-family: "SimHei",serif;
627
- mso-bidi-font-family: {{headerfont}};
628
- mso-ansi-language: EN-GB;
629
- font-weight: bold;
630
- mso-bidi-font-weight: normal; }
631
-
632
- p.MsoHeaderLandscape, li.MsoHeaderLandscape, div.MsoHeaderLandscape {
633
- mso-style-noshow: yes;
634
- mso-style-priority: 99;
635
- mso-style-unhide: no;
636
- mso-style-link: "Header Char";
637
- margin-top: 0cm;
638
- margin-right: 0cm;
639
- margin-bottom: 30.0pt;
640
- margin-left: 0cm;
641
- text-align: justify;
642
- line-height: {{normalfontsize}};
643
- mso-line-height-rule: exactly;
644
- mso-pagination: widow-orphan;
645
- tab-stops: 20.15pt;
646
- font-size: {{normalfontsize}};
647
- font-family: {{headerfont}};
648
- mso-fareast-font-family: "SimHei",serif;
649
- mso-bidi-font-family: {{headerfont}};
650
- mso-ansi-language: EN-GB;
651
- font-weight: bold;
652
- mso-bidi-font-weight: normal; }
653
-
654
- p.MsoFooter, li.MsoFooter, div.MsoFooter {
655
- mso-style-noshow: yes;
656
- mso-style-priority: 99;
657
- mso-style-unhide: no;
658
- mso-style-link: "Footer Char";
659
- margin-top: 18.0pt;
660
- margin-right: 0cm;
661
- margin-bottom: 6.0pt;
662
- margin-left: 0cm;
663
- text-align: justify;
664
- line-height: {{normalfontsize}};
665
- mso-line-height-rule: exactly;
666
- mso-pagination: widow-orphan;
667
- tab-stops: right 487.6pt;
668
- font-size: {{normalfontsize}};
669
- font-family: {{headerfont}};
670
- mso-fareast-font-family: "SimHei",serif;
671
- mso-bidi-font-family: {{headerfont}};
672
- mso-ansi-language: EN-GB; }
673
-
674
- p.MsoFooterLandscape, li.MsoFooterLandscape, div.MsoFooterLandscape {
675
- mso-style-noshow: yes;
676
- mso-style-priority: 99;
677
- mso-style-unhide: no;
678
- mso-style-link: "Footer Char";
679
- margin-top: 18.0pt;
680
- margin-right: 0cm;
681
- margin-bottom: 6.0pt;
682
- margin-left: 0cm;
683
- text-align: justify;
684
- line-height: {{normalfontsize}};
685
- mso-line-height-rule: exactly;
686
- mso-pagination: widow-orphan;
687
- tab-stops: right 734.0pt;
688
- font-size: {{normalfontsize}};
689
- font-family: {{headerfont}};
690
- mso-fareast-font-family: "SimHei",serif;
691
- mso-bidi-font-family: {{headerfont}};
692
- mso-ansi-language: EN-GB; }
693
-
694
- span.MsoFootnoteReference {
695
- mso-style-priority: 99;
696
- mso-style-name: "Footnote Reference";
697
- vertical-align: super; }
698
-
699
- p.MsoCaption, li.MsoCaption, div.MsoCaption {
700
- mso-style-priority: 35;
701
- mso-style-qformat: yes;
702
- mso-style-next: Normal;
703
- margin-top: 0cm;
704
- margin-right: 0cm;
705
- margin-bottom: 10.0pt;
706
- margin-left: 0cm;
707
- text-align: justify;
708
- mso-pagination: widow-orphan;
709
- tab-stops: 20.15pt;
710
- font-size: 9.0pt;
711
- font-family: {{bodyfont}};
712
- mso-fareast-font-family: Calibri;
713
- mso-bidi-font-family: "Times New Roman";
714
- color: #44546A;
715
- mso-themecolor: text2;
716
- mso-ansi-language: EN-GB;
717
- mso-fareast-language: EN-US;
718
- font-style: italic; }
719
-
720
- p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText {
721
- mso-style-noshow: yes;
722
- mso-style-priority: 99;
723
- mso-style-link: "Footnote Text Char";
724
- margin-top: 0cm;
725
- margin-right: 0cm;
726
- margin-bottom: 12.0pt;
727
- margin-left: 0cm;
728
- text-align: justify;
729
- line-height: 12.0pt;
730
- mso-pagination: widow-orphan;
731
- tab-stops: 20.15pt;
732
- font-size: {{footnotefontsize}};
733
- font-family: {{bodyfont}};
734
- mso-fareast-font-family: "SimSun",serif;
735
- mso-bidi-font-family: {{bodyfont}};
736
- mso-ansi-language: EN-GB;
737
- mso-fareast-language: EN-US; }
738
-
739
- p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {
740
- mso-style-noshow: yes;
741
- mso-style-priority: 99;
742
- mso-style-unhide: no;
743
- mso-style-link: "Body Text Char";
744
- margin-top: 0cm;
745
- margin-right: 0cm;
746
- margin-bottom: 6.0pt;
747
- margin-left: 0cm;
748
- text-align: justify;
749
- line-height: 12.0pt;
750
- mso-pagination: widow-orphan;
751
- tab-stops: 20.15pt;
752
- font-size: {{normalfontsize}};
753
- font-family: {{bodyfont}};
754
- mso-fareast-font-family: "SimSun",serif;
755
- mso-bidi-font-family: {{bodyfont}};
756
- mso-ansi-language: EN-GB; }
757
-
758
- a:link, span.MsoHyperlink {
759
- mso-style-priority: 99;
760
- mso-style-unhide: no;
761
- mso-style-parent: "";
762
- mso-ansi-language: EN;
763
- color: blue;
764
- text-decoration: underline;
765
- text-underline: single; }
766
-
767
- a:visited, span.MsoHyperlinkFollowed {
768
- mso-style-noshow: yes;
769
- mso-style-priority: 99;
770
- mso-themecolor: followedhyperlink;
771
- text-decoration: underline;
772
- text-underline: single;
773
- color: #954F72; }
774
-
775
- p {
776
- mso-style-noshow: yes;
777
- mso-style-priority: 99;
778
- mso-margin-top-alt: auto;
779
- margin-right: 0cm;
780
- mso-margin-bottom-alt: auto;
781
- mso-pagination: widow-orphan;
782
- font-size: {{normalfontsize}};
783
- font-family: {{bodyfont}};
784
- mso-fareast-font-family: "Times New Roman";
785
- mso-ansi-language: EN-US;
786
- mso-fareast-language: EN-US; }
787
-
788
- p.MsoAcetate, li.MsoAcetate, div.MsoAcetate {
789
- mso-style-noshow: yes;
790
- mso-style-priority: 99;
791
- mso-style-link: "Balloon Text Char";
792
- margin: 0cm;
793
- text-align: justify;
794
- mso-pagination: widow-orphan;
795
- tab-stops: 20.15pt;
796
- font-size: 9.0pt;
797
- font-family: "Segoe UI",sans-serif;
798
- mso-fareast-font-family: Calibri;
799
- mso-ansi-language: EN-GB;
800
- mso-fareast-language: EN-US; }
801
-
802
- span.Char1 {
803
- mso-style-name: "Balloon Text Char";
804
- mso-style-noshow: yes;
805
- mso-style-priority: 99;
806
- mso-style-unhide: no;
807
- mso-style-locked: yes;
808
- mso-style-link: "Balloon Text";
809
- mso-ansi-font-size: 9.0pt;
810
- mso-bidi-font-size: 9.0pt;
811
- font-family: "Segoe UI",sans-serif;
812
- mso-ascii-font-family: "Segoe UI";
813
- mso-hansi-font-family: "Segoe UI";
814
- mso-bidi-font-family: "Segoe UI";
815
- mso-ansi-language: EN-GB; }
816
-
817
- span.MsoPlaceholderText {
818
- mso-style-noshow: yes;
819
- mso-style-priority: 99;
820
- mso-style-unhide: no;
821
- mso-style-parent: "";
822
- color: gray; }
823
-
824
- span.Heading1Char, span.1Char {
825
- mso-style-name: "Heading 1 Char";
826
- mso-style-priority: 1;
827
- mso-style-unhide: no;
828
- mso-style-locked: yes;
829
- mso-style-parent: "";
830
- mso-style-link: "Heading 1";
831
- mso-ansi-font-size: 13.0pt;
832
- font-family: {{headerfont}};
833
- mso-ascii-font-family: Cambria;
834
- mso-fareast-font-family: "SimHei",serif;
835
- mso-hansi-font-family: {{headerfont}};
836
- mso-ansi-language: EN-GB;
837
- mso-fareast-language: JA;
838
- {% if doctype == "Amendment" or doctype == "Technical Corrigendum" %}
839
- {% else %}
840
- font-weight: bold;
841
- {% endif %}
842
- mso-bidi-font-weight: normal; }
843
-
844
- span.Heading2Char, span.2Char {
845
- mso-style-name: "Heading 2 Char";
846
- mso-style-priority: 2;
847
- mso-style-unhide: no;
848
- mso-style-locked: yes;
849
- mso-style-parent: "";
850
- mso-style-link: "Heading 2";
851
- mso-ansi-font-size: 12.0pt;
852
- font-family: {{headerfont}};
853
- mso-ascii-font-family: Cambria;
854
- mso-fareast-font-family: "SimHei",serif;
855
- mso-hansi-font-family: {{headerfont}};
856
- mso-ansi-language: EN-GB;
857
- mso-fareast-language: JA;
858
- font-weight: bold;
859
- mso-bidi-font-weight: normal; }
860
-
861
- span.Heading3Char, span.3Char {
862
- mso-style-name: "Heading 3 Char";
863
- mso-style-priority: 3;
864
- mso-style-unhide: no;
865
- mso-style-locked: yes;
866
- mso-style-parent: "";
867
- mso-style-link: "Heading 3";
868
- mso-ansi-font-size: {{normalfontsize}};
869
- font-family: {{headerfont}};
870
- mso-ascii-font-family: {{headerfont}};
871
- mso-fareast-font-family: "SimHei",serif;
872
- mso-hansi-font-family: {{headerfont}};
873
- mso-ansi-language: EN-GB;
874
- mso-fareast-language: JA;
875
- font-weight: bold;
876
- mso-bidi-font-weight: normal; }
877
-
878
- span.Heading4Char, span.4Char {
879
- mso-style-name: "Heading 4 Char";
880
- mso-style-priority: 4;
881
- mso-style-unhide: no;
882
- mso-style-locked: yes;
883
- mso-style-parent: "";
884
- mso-style-link: "Heading 4";
885
- mso-ansi-font-size: {{normalfontsize}};
886
- font-family: {{headerfont}};
887
- mso-ascii-font-family: {{headerfont}};
888
- mso-fareast-font-family: "SimHei",serif;
889
- mso-hansi-font-family: {{headerfont}};
890
- mso-ansi-language: EN-GB;
891
- mso-fareast-language: JA;
892
- font-weight: bold;
893
- mso-bidi-font-weight: normal; }
894
-
895
- span.Heading5Char, span.5Char {
896
- mso-style-name: "Heading 5 Char";
897
- mso-style-priority: 5;
898
- mso-style-unhide: no;
899
- mso-style-locked: yes;
900
- mso-style-parent: "";
901
- mso-style-link: "Heading 5";
902
- mso-ansi-font-size: {{normalfontsize}};
903
- font-family: {{headerfont}};
904
- mso-ascii-font-family: {{headerfont}};
905
- mso-fareast-font-family: "SimHei",serif;
906
- mso-hansi-font-family: {{headerfont}};
907
- mso-ansi-language: EN-GB;
908
- mso-fareast-language: JA;
909
- font-weight: bold;
910
- mso-bidi-font-weight: normal; }
911
-
912
- span.Heading6Char, span.6Char {
913
- mso-style-name: "Heading 6 Char";
914
- mso-style-priority: 6;
915
- mso-style-unhide: no;
916
- mso-style-locked: yes;
917
- mso-style-parent: "";
918
- mso-style-link: "Heading 6";
919
- mso-ansi-font-size: {{normalfontsize}};
920
- font-family: {{headerfont}};
921
- mso-ascii-font-family: {{headerfont}};
922
- mso-fareast-font-family: "SimHei",serif;
923
- mso-hansi-font-family: {{headerfont}};
924
- mso-ansi-language: EN-GB;
925
- mso-fareast-language: JA;
926
- font-weight: bold;
927
- mso-bidi-font-weight: normal; }
928
-
929
- p.a2, li.a2, div.a2 {
930
- mso-style-name: a2;
931
- mso-style-priority: 11;
932
- mso-style-unhide: no;
933
- mso-style-next: Normal;
934
- margin-top: 13.5pt;
935
- margin-right: 0cm;
936
- margin-bottom: 6.0pt;
937
- margin-left: 0cm;
938
- text-indent: 0cm;
939
- line-height: 13.5pt;
940
- mso-pagination: widow-orphan;
941
- page-break-after: avoid;
942
- mso-outline-level: 1;
943
- mso-list: l0 level2 lfo12;
944
- tab-stops: 1.0cm 36.0pt;
945
- font-size: 13.0pt;
946
- mso-bidi-font-size: {{normalfontsize}};
947
- font-family: {{bodyfont}};
948
- mso-fareast-font-family: "SimHei",serif;
949
- mso-bidi-font-family: {{headerfont}};
950
- mso-ansi-language: EN-GB;
951
- mso-fareast-language: JA;
952
- font-weight: bold;
953
- mso-bidi-font-weight: normal; }
954
-
955
- p.a3, li.a3, div.a3 {
956
- mso-style-name: a3;
957
- mso-style-priority: 12;
958
- mso-style-unhide: no;
959
- mso-style-next: Normal;
960
- margin-top: 3.0pt;
961
- margin-right: 0cm;
962
- margin-bottom: 6.0pt;
963
- margin-left: 0cm;
964
- text-indent: 0cm;
965
- line-height: 12.5pt;
966
- mso-pagination: widow-orphan;
967
- page-break-after: avoid;
968
- mso-outline-level: 1;
969
- mso-list: l0 level3 lfo12;
970
- tab-stops: 20.15pt list 36.0pt;
971
- font-size: 12.0pt;
972
- mso-bidi-font-size: {{normalfontsize}};
973
- font-family: {{bodyfont}};
974
- mso-fareast-font-family: "SimHei",serif;
975
- mso-bidi-font-family: {{headerfont}};
976
- mso-ansi-language: EN-GB;
977
- mso-fareast-language: JA;
978
- font-weight: bold;
979
- mso-bidi-font-weight: normal; }
980
-
981
- p.a4, li.a4, div.a4 {
982
- mso-style-name: a4;
983
- mso-style-priority: 13;
984
- mso-style-unhide: no;
985
- mso-style-next: Normal;
986
- margin-top: 3.0pt;
987
- margin-right: 0cm;
988
- margin-bottom: 6.0pt;
989
- margin-left: 0cm;
990
- text-indent: 0cm;
991
- line-height: 12.0pt;
992
- mso-pagination: widow-orphan;
993
- page-break-after: avoid;
994
- mso-outline-level: 1;
995
- mso-list: l0 level4 lfo12;
996
- tab-stops: 20.15pt 44.0pt list 54.0pt;
997
- font-size: {{normalfontsize}};
998
- font-family: {{bodyfont}};
999
- mso-fareast-font-family: "SimHei",serif;
1000
- mso-bidi-font-family: {{headerfont}};
1001
- mso-ansi-language: EN-GB;
1002
- mso-fareast-language: JA;
1003
- font-weight: bold;
1004
- mso-bidi-font-style: italic; }
1005
-
1006
- p.a5, li.a5, div.a5 {
1007
- mso-style-name: a5;
1008
- mso-style-priority: 14;
1009
- mso-style-unhide: no;
1010
- mso-style-next: Normal;
1011
- margin-top: 3.0pt;
1012
- margin-right: 0cm;
1013
- margin-bottom: 6.0pt;
1014
- margin-left: 0cm;
1015
- text-indent: 0cm;
1016
- line-height: 12.0pt;
1017
- mso-pagination: widow-orphan;
1018
- page-break-after: avoid;
1019
- mso-outline-level: 1;
1020
- mso-list: l0 level5 lfo12;
1021
- tab-stops: 20.15pt list 54.0pt left 62.35pt 68.0pt;
1022
- font-size: {{normalfontsize}};
1023
- font-family: {{bodyfont}};
1024
- mso-fareast-font-family: "SimHei",serif;
1025
- mso-bidi-font-family: {{headerfont}};
1026
- mso-ansi-language: EN-GB;
1027
- mso-fareast-language: JA;
1028
- font-weight: bold;
1029
- mso-bidi-font-style: italic; }
1030
-
1031
- p.a6, li.a6, div.a6 {
1032
- mso-style-name: a6;
1033
- mso-style-priority: 15;
1034
- mso-style-unhide: no;
1035
- mso-style-next: Normal;
1036
- margin-top: 3.0pt;
1037
- margin-right: 0cm;
1038
- margin-bottom: 6.0pt;
1039
- margin-left: 0cm;
1040
- text-indent: 0cm;
1041
- line-height: 12.0pt;
1042
- mso-pagination: widow-orphan;
1043
- page-break-after: avoid;
1044
- mso-outline-level: 1;
1045
- mso-list: l0 level6 lfo12;
1046
- tab-stops: 20.15pt 62.35pt 68.0pt list 72.0pt;
1047
- font-size: {{normalfontsize}};
1048
- font-family: {{bodyfont}};
1049
- mso-fareast-font-family: "SimHei",serif;
1050
- mso-bidi-font-family: {{headerfont}};
1051
- mso-ansi-language: EN-GB;
1052
- mso-fareast-language: JA;
1053
- font-weight: bold; }
1054
-
1055
- span.FooterChar, span.Char {
1056
- mso-style-name: "Footer Char";
1057
- mso-style-noshow: yes;
1058
- mso-style-priority: 99;
1059
- mso-style-unhide: no;
1060
- mso-style-locked: yes;
1061
- mso-style-parent: "";
1062
- mso-style-link: Footer;
1063
- mso-ansi-font-size: {{normalfontsize}};
1064
- mso-bidi-font-size: {{normalfontsize}};
1065
- mso-ansi-language: EN-GB; }
1066
-
1067
- span.HeaderChar, span.Char0 {
1068
- mso-style-name: "Header Char";
1069
- mso-style-noshow: yes;
1070
- mso-style-priority: 99;
1071
- mso-style-unhide: no;
1072
- mso-style-locked: yes;
1073
- mso-style-parent: "";
1074
- mso-style-link: Header;
1075
- mso-ansi-font-size: {{normalfontsize}};
1076
- mso-bidi-font-size: {{normalfontsize}};
1077
- mso-ansi-language: EN-GB;
1078
- font-weight: bold;
1079
- mso-bidi-font-weight: normal; }
1080
-
1081
- span.BodyTextChar, span.Char3 {
1082
- mso-style-name: "Body Text Char";
1083
- mso-style-noshow: yes;
1084
- mso-style-priority: 99;
1085
- mso-style-unhide: no;
1086
- mso-style-locked: yes;
1087
- mso-style-parent: "";
1088
- mso-style-link: "Body Text";
1089
- mso-ansi-font-size: {{normalfontsize}};
1090
- mso-bidi-font-size: {{normalfontsize}};
1091
- font-family: {{bodyfont}};
1092
- mso-fareast-font-family: "SimSun",serif;
1093
- mso-ansi-language: EN-GB; }
1094
-
1095
- p.MsoCommentText, li.MsoCommentText, div.MsoCommentText {
1096
- mso-style-noshow: yes;
1097
- mso-style-priority: 99;
1098
- mso-style-name: "Comment Text";
1099
- mso-style-link: "Comment Text Char";
1100
- margin-top: 0cm;
1101
- margin-right: 0cm;
1102
- margin-bottom: 12.0pt;
1103
- margin-left: 0cm;
1104
- text-align: justify;
1105
- line-height: 12.0pt;
1106
- mso-pagination: widow-orphan;
1107
- tab-stops: 20.15pt;
1108
- font-size: 12.0pt;
1109
- font-family: {{bodyfont}};
1110
- mso-fareast-font-family: "SimSun",serif;
1111
- mso-bidi-font-family: {{bodyfont}};
1112
- mso-ansi-language: EN-GB;
1113
- mso-fareast-language: EN-US; }
1114
-
1115
- span.MsoCommentReference {
1116
- mso-style-noshow: yes;
1117
- mso-style-priority: 99;
1118
- mso-style-parent: "";
1119
- mso-ansi-font-size: 9.0pt;
1120
- mso-bidi-font-size: 9.0pt; }
1121
-
1122
- p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject {
1123
- mso-style-noshow: yes;
1124
- mso-style-priority: 99;
1125
- mso-style-parent: "Comment Text";
1126
- mso-style-link: "Comment Subject Char";
1127
- mso-style-next: "Comment Text";
1128
- margin-top: 0cm;
1129
- margin-right: 0cm;
1130
- margin-bottom: 12.0pt;
1131
- margin-left: 0cm;
1132
- text-align: justify;
1133
- line-height: 12.0pt;
1134
- mso-pagination: widow-orphan;
1135
- tab-stops: 20.15pt;
1136
- font-size: 10.0pt;
1137
- font-family: {{headerfont}};
1138
- mso-fareast-font-family: "SimHei",serif;
1139
- mso-bidi-font-family: {{headerfont}};
1140
- mso-ansi-language: EN-GB;
1141
- mso-fareast-language: EN-US;
1142
- font-weight: bold; }
1143
-
1144
- p.Tablebody, li.Tablebody, div.Tablebody {
1145
- mso-style-name: "Table body";
1146
- mso-style-noshow: yes;
1147
- mso-style-unhide: no;
1148
- margin-top: 3.0pt;
1149
- margin-right: 0cm;
1150
- margin-bottom: 3.0pt;
1151
- margin-left: 0cm;
1152
- line-height: 12.0pt;
1153
- mso-pagination: widow-orphan;
1154
- font-size: {{smallerfontsize}};
1155
- mso-bidi-font-size: {{normalfontsize}};
1156
- font-family: {{bodyfont}};
1157
- mso-fareast-font-family: "SimSun",serif;
1158
- mso-bidi-font-family: {{bodyfont}};
1159
- mso-ansi-language: EN-GB; }
1160
-
1161
- .MsoChpDefault {
1162
- mso-style-type: export-only;
1163
- mso-default-props: yes;
1164
- font-family: {{bodyfont}};
1165
- font-size: 10.0pt;
1166
- mso-ascii-font-family: {{bodyfont}};
1167
- mso-fareast-font-family: "SimSun",serif;
1168
- mso-hansi-font-family: {{bodyfont}}; }
1169
-
1170
- /* Page Definitions */
1171
- @page {
1172
- mso-mirror-margins: yes;
1173
- mso-footnote-separator: url("file:///C:/Doc/FILENAME_files/header.html") fs;
1174
- mso-footnote-continuation-separator: url("file:///C:/Doc/FILENAME_files/header.html") fcs;
1175
- mso-endnote-separator: url("file:///C:/Doc/FILENAME_files/header.html") es;
1176
- mso-endnote-continuation-separator: url("file:///C:/Doc/FILENAME_files/header.html") ecs;
1177
- mso-facing-pages: yes; }
1178
-
1179
- @page WordSection1 {
1180
- size: 595.0pt 842.0pt;
1181
- margin: 72.0pt 90.0pt 72.0pt 90.0pt;
1182
- mso-header-margin: 35.4pt;
1183
- mso-footer-margin: 35.4pt;
1184
- mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eha;
1185
- mso-header: url("file:///C:/Doc/FILENAME_files/header.html") ha;
1186
- mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") efa;
1187
- mso-paper-source: 0; }
1188
-
1189
- div.WordSection1 {
1190
- page: WordSection1; }
1191
-
1192
- @page WordSection2 {
1193
- size: 595.3pt 841.9pt;
1194
- margin: 39.7pt 53.85pt 1.0cm 53.85pt;
1195
- mso-header-margin: 35.45pt;
1196
- mso-footer-margin: 14.2pt;
1197
- mso-page-numbers: roman-lower;
1198
- mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
1199
- mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
1200
- mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2;
1201
- mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2;
1202
- mso-paper-source: 0; }
1203
-
1204
- @page WordSection2L {
1205
- size: 841.9pt 595.3pt;
1206
- margin: 39.7pt 53.85pt 1.0cm 53.85pt;
1207
- mso-header-margin: 35.45pt;
1208
- mso-footer-margin: 14.2pt;
1209
- mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2l;
1210
- mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2l;
1211
- mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2l;
1212
- mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2l;
1213
- mso-paper-source: 0; }
1214
-
1215
- @page WordSection2P {
1216
- size: 595.3pt 841.9pt;
1217
- margin: 39.7pt 53.85pt 1.0cm 53.85pt;
1218
- mso-header-margin: 35.45pt;
1219
- mso-footer-margin: 14.2pt;
1220
- mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
1221
- mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
1222
- mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2;
1223
- mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2;
1224
- mso-paper-source: 0; }
1225
-
1226
- div.WordSection2 {
1227
- page: WordSection2; }
1228
-
1229
- @page WordSection3 {
1230
- size: 595.3pt 841.9pt;
1231
- margin: 39.7pt 53.85pt 1.0cm 53.85pt;
1232
- mso-header-margin: 35.45pt;
1233
- mso-footer-margin: 14.2pt;
1234
- mso-page-numbers: 1;
1235
- mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
1236
- mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
1237
- mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
1238
- mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
1239
- mso-paper-source: 0; }
1240
-
1241
- @page WordSection3L {
1242
- size: 841.9pt 595.3pt;
1243
- margin: 39.7pt 53.85pt 1.0cm 53.85pt;
1244
- mso-header-margin: 35.45pt;
1245
- mso-footer-margin: 14.2pt;
1246
- mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2l;
1247
- mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2l;
1248
- mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3l;
1249
- mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3l;
1250
- mso-paper-source: 0; }
1251
-
1252
- @page WordSection3P {
1253
- size: 595.3pt 841.9pt;
1254
- margin: 39.7pt 53.85pt 1.0cm 53.85pt;
1255
- mso-header-margin: 35.45pt;
1256
- mso-footer-margin: 14.2pt;
1257
- mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
1258
- mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
1259
- mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
1260
- mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
1261
- mso-paper-source: 0; }
1262
-
1263
- div.WordSection3 {
1264
- page: WordSection3; }
1265
-
1266
- @page WordSection4 {
1267
- size: 595.3pt 841.9pt;
1268
- margin: 39.7pt 53.85pt 1.0cm 53.85pt;
1269
- mso-header-margin: 35.45pt;
1270
- mso-footer-margin: 14.2pt;
1271
- mso-page-numbers: 1;
1272
- mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
1273
- mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
1274
- mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") f4;
1275
- mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f4;
1276
- mso-paper-source: 0; }
1277
-
1278
- div.colophon {
1279
- page: WordSection4; }
1280
-
1281
- /* List Definitions */
1282
- @list l0 {
1283
- mso-list-id: 145051656;
1284
- mso-list-template-ids: 2112159680; }
1285
-
1286
- @list l0:level1 {
1287
- mso-level-number-format: alpha-upper;
1288
- mso-level-style-link: ANNEX;
1289
- mso-level-suffix: none;
1290
- mso-level-text: "Annex\00A0%1";
1291
- mso-level-tab-stop: none;
1292
- mso-level-number-position: left;
1293
- margin-left: 0cm;
1294
- text-indent: 0cm;
1295
- mso-ansi-font-size: 14.0pt;
1296
- mso-bidi-font-size: 14.0pt;
1297
- font-family: {{bodyfont}};
1298
- mso-bidi-font-family: {{bodyfont}};
1299
- mso-ansi-font-weight: bold;
1300
- mso-ansi-font-style: normal; }
1301
-
1302
- @list l0:level2 {
1303
- mso-level-style-link: a2;
1304
- mso-level-text: "%1\.%2";
1305
- mso-level-tab-stop: 18.0pt;
1306
- mso-level-number-position: left;
1307
- margin-left: 0cm;
1308
- text-indent: 0cm;
1309
- mso-bidi-font-family: {{bodyfont}};
1310
- mso-ansi-font-weight: bold;
1311
- mso-ansi-font-style: normal; }
1312
-
1313
- @list l0:level3 {
1314
- mso-level-style-link: a3;
1315
- mso-level-text: "%1\.%2\.%3";
1316
- mso-level-tab-stop: 36.0pt;
1317
- mso-level-number-position: left;
1318
- margin-left: 0cm;
1319
- text-indent: 0cm;
1320
- mso-bidi-font-family: {{bodyfont}};
1321
- mso-ansi-font-weight: bold;
1322
- mso-ansi-font-style: normal; }
1323
-
1324
- @list l0:level4 {
1325
- mso-level-style-link: a4;
1326
- mso-level-text: "%1\.%2\.%3\.%4";
1327
- mso-level-tab-stop: 54.0pt;
1328
- mso-level-number-position: left;
1329
- margin-left: 0cm;
1330
- text-indent: 0cm;
1331
- mso-bidi-font-family: {{bodyfont}};
1332
- mso-ansi-font-weight: bold;
1333
- mso-ansi-font-style: normal; }
1334
-
1335
- @list l0:level5 {
1336
- mso-level-style-link: a5;
1337
- mso-level-text: "%1\.%2\.%3\.%4\.%5";
1338
- mso-level-tab-stop: 54.0pt;
1339
- mso-level-number-position: left;
1340
- margin-left: 0cm;
1341
- text-indent: 0cm;
1342
- mso-bidi-font-family: {{bodyfont}};
1343
- mso-ansi-font-weight: bold;
1344
- mso-ansi-font-style: normal; }
1345
-
1346
- @list l0:level6 {
1347
- mso-level-style-link: a6;
1348
- mso-level-text: "%1\.%2\.%3\.%4\.%5\.%6";
1349
- mso-level-tab-stop: 72.0pt;
1350
- mso-level-number-position: left;
1351
- margin-left: 0cm;
1352
- text-indent: 0cm;
1353
- mso-bidi-font-family: {{bodyfont}};
1354
- mso-ansi-font-weight: bold;
1355
- mso-ansi-font-style: normal; }
1356
-
1357
- @list l0:level7 {
1358
- mso-level-reset-level: level2;
1359
- mso-level-suffix: space;
1360
- mso-level-text: "Figure\00A0%1\.%7\00A0—";
1361
- mso-level-tab-stop: none;
1362
- mso-level-number-position: left;
1363
- margin-left: 0cm;
1364
- text-indent: 0cm;
1365
- mso-bidi-font-family: {{bodyfont}}; }
1366
-
1367
- @list l0:level8 {
1368
- mso-level-reset-level: level2;
1369
- mso-level-suffix: space;
1370
- mso-level-text: "Table\00A0%1\.%8\00A0—";
1371
- mso-level-tab-stop: none;
1372
- mso-level-number-position: left;
1373
- margin-left: 0cm;
1374
- text-indent: 0cm;
1375
- mso-bidi-font-family: {{bodyfont}}; }
1376
-
1377
- @list l0:level9 {
1378
- mso-level-number-format: roman-lower;
1379
- mso-level-text: "\(%9\)";
1380
- mso-level-tab-stop: 306.0pt;
1381
- mso-level-number-position: left;
1382
- margin-left: 0cm;
1383
- text-indent: 0cm;
1384
- mso-bidi-font-family: {{bodyfont}}; }
1385
-
1386
- @list l1 {
1387
- mso-list-id: 866942648;
1388
- mso-list-template-ids: -1756330000; }
1389
-
1390
- @list l1:level1 {
1391
- mso-level-style-link: "Heading 1";
1392
- mso-level-text: "%1";
1393
- mso-level-tab-stop: 21.6pt;
1394
- mso-level-number-position: left;
1395
- margin-left: 21.6pt;
1396
- text-indent: -21.6pt;
1397
- mso-bidi-font-family: {{headerfont}};
1398
- mso-ansi-font-weight: bold;
1399
- mso-ansi-font-style: normal; }
1400
-
1401
- @list l1:level2 {
1402
- mso-level-style-link: "Heading 2";
1403
- mso-level-text: "%1\.%2";
1404
- mso-level-tab-stop: 18.0pt;
1405
- mso-level-number-position: left;
1406
- margin-left: 0cm;
1407
- text-indent: 0cm;
1408
- mso-bidi-font-family: {{headerfont}};
1409
- mso-ansi-font-weight: bold;
1410
- mso-ansi-font-style: normal; }
1411
-
1412
- @list l1:level3 {
1413
- mso-level-style-link: "Heading 3";
1414
- mso-level-text: "%1\.%2\.%3";
1415
- mso-level-tab-stop: 36.0pt;
1416
- mso-level-number-position: left;
1417
- margin-left: 0cm;
1418
- text-indent: 0cm;
1419
- mso-bidi-font-family: {{headerfont}};
1420
- mso-ansi-font-weight: bold;
1421
- mso-ansi-font-style: normal; }
1422
-
1423
- @list l1:level4 {
1424
- mso-level-style-link: "Heading 4";
1425
- mso-level-text: "%1\.%2\.%3\.%4";
1426
- mso-level-tab-stop: 54.0pt;
1427
- mso-level-number-position: left;
1428
- margin-left: 0cm;
1429
- text-indent: 0cm;
1430
- mso-bidi-font-family: {{headerfont}};
1431
- mso-ansi-font-weight: bold;
1432
- mso-ansi-font-style: normal; }
1433
-
1434
- @list l1:level5 {
1435
- mso-level-style-link: "Heading 5";
1436
- mso-level-text: "%1\.%2\.%3\.%4\.%5";
1437
- mso-level-tab-stop: 54.0pt;
1438
- mso-level-number-position: left;
1439
- margin-left: 0cm;
1440
- text-indent: 0cm;
1441
- mso-bidi-font-family: {{headerfont}};
1442
- mso-ansi-font-weight: bold;
1443
- mso-ansi-font-style: normal; }
1444
-
1445
- @list l1:level6 {
1446
- mso-level-style-link: "Heading 6";
1447
- mso-level-text: "%1\.%2\.%3\.%4\.%5\.%6";
1448
- mso-level-tab-stop: 72.0pt;
1449
- mso-level-number-position: left;
1450
- margin-left: 0cm;
1451
- text-indent: 0cm;
1452
- mso-bidi-font-family: {{headerfont}};
1453
- mso-ansi-font-weight: bold;
1454
- mso-ansi-font-style: normal; }
1455
-
1456
- @list l1:level7 {
1457
- mso-level-text: "%1\.%2\.%3\.%4\.%5\.%6\.%7";
1458
- mso-level-tab-stop: 72.0pt;
1459
- mso-level-number-position: left;
1460
- margin-left: 0cm;
1461
- text-indent: 0cm;
1462
- mso-bidi-font-family: {{headerfont}}; }
1463
-
1464
- @list l1:level8 {
1465
- mso-level-text: "%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8";
1466
- mso-level-tab-stop: 90.0pt;
1467
- mso-level-number-position: left;
1468
- margin-left: 0cm;
1469
- text-indent: 0cm;
1470
- mso-bidi-font-family: {{headerfont}}; }
1471
-
1472
- @list l1:level9 {
1473
- mso-level-text: "%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.%9";
1474
- mso-level-tab-stop: 90.0pt;
1475
- mso-level-number-position: left;
1476
- margin-left: 0cm;
1477
- text-indent: 0cm;
1478
- mso-bidi-font-family: {{headerfont}}; }
1479
-
1480
- /* ordered list */
1481
- @list l2 {
1482
- mso-list-id: 525294607;
1483
- mso-list-template-ids: 67633181; }
1484
-
1485
- @list l2:level1 {
1486
- mso-level-number-format: alpha-lower;
1487
- mso-level-text: "%1\)";
1488
- mso-level-tab-stop: none;
1489
- mso-level-number-position: left;
1490
- margin-left: 18.0pt;
1491
- text-indent: -18.0pt; }
1492
-
1493
- @list l2:level2 {
1494
- mso-level-text: "%2\)";
1495
- mso-level-tab-stop: none;
1496
- mso-level-number-position: left;
1497
- margin-left: 36.0pt;
1498
- text-indent: -18.0pt; }
1499
-
1500
- @list l2:level3 {
1501
- mso-level-number-format: roman-lower;
1502
- mso-level-text: "%3\)";
1503
- mso-level-tab-stop: none;
1504
- mso-level-number-position: left;
1505
- margin-left: 54.0pt;
1506
- text-indent: -18.0pt; }
1507
-
1508
- @list l2:level4 {
1509
- mso-level-number-format: alpha-upper;
1510
- mso-level-text: "%4\)";
1511
- mso-level-tab-stop: none;
1512
- mso-level-number-position: left;
1513
- margin-left: 72.0pt;
1514
- text-indent: -18.0pt; }
1515
-
1516
- @list l2:level5 {
1517
- mso-level-number-format: roman-upper;
1518
- mso-level-text: "%5\)";
1519
- mso-level-tab-stop: none;
1520
- mso-level-number-position: left;
1521
- margin-left: 90.0pt;
1522
- text-indent: -18.0pt; }
1523
-
1524
- @list l2:level6 {
1525
- mso-level-number-format: alpha-lower;
1526
- mso-level-text: "%6\)";
1527
- mso-level-tab-stop: none;
1528
- mso-level-number-position: left;
1529
- margin-left: 108.0pt;
1530
- text-indent: -18.0pt; }
1531
-
1532
- @list l2:level7 {
1533
- mso-level-tab-stop: none;
1534
- mso-level-text: "%7\)";
1535
- mso-level-number-position: left;
1536
- margin-left: 126.0pt;
1537
- text-indent: -18.0pt; }
1538
-
1539
- @list l2:level8 {
1540
- mso-level-number-format: roman-lower;
1541
- mso-level-text: "%8\)";
1542
- mso-level-tab-stop: none;
1543
- mso-level-number-position: left;
1544
- margin-left: 144.0pt;
1545
- text-indent: -18.0pt; }
1546
-
1547
- @list l2:level9 {
1548
- mso-level-number-format: alpha-upper;
1549
- mso-level-text: "%9\)";
1550
- mso-level-tab-stop: none;
1551
- mso-level-number-position: left;
1552
- margin-left: 162.0pt;
1553
- text-indent: -18.0pt; }
1554
-
1555
- /* Unordered list */
1556
- @list l3 {
1557
- mso-list-id: 1308196397;
1558
- mso-list-type: hybrid;
1559
- mso-list-template-ids: -277327948 -457018030 67633155 67633157 67633153 67633155 67633157 67633153 67633155 67633157; }
1560
-
1561
- @list l3:level1 {
1562
- mso-level-number-format: bullet;
1563
- mso-level-text: —;
1564
- mso-level-tab-stop: none;
1565
- mso-level-number-position: left;
1566
- margin-left: 18.0pt;
1567
- text-indent: -18.0pt; }
1568
-
1569
- @list l3:level2 {
1570
- mso-level-number-format: bullet;
1571
- mso-level-text: —;
1572
- mso-level-tab-stop: none;
1573
- mso-level-number-position: left;
1574
- margin-left: 36.0pt;
1575
- text-indent: -18.0pt; }
1576
-
1577
- @list l3:level3 {
1578
- mso-level-number-format: bullet;
1579
- mso-level-text: —;
1580
- mso-level-tab-stop: none;
1581
- mso-level-number-position: left;
1582
- margin-left: 54.0pt;
1583
- text-indent: -18.0pt; }
1584
-
1585
- @list l3:level4 {
1586
- mso-level-number-format: bullet;
1587
- mso-level-text: —;
1588
- mso-level-tab-stop: none;
1589
- mso-level-number-position: left;
1590
- margin-left: 72.0pt;
1591
- text-indent: -18.0pt; }
1592
-
1593
- @list l3:level5 {
1594
- mso-level-number-format: bullet;
1595
- mso-level-text: —;
1596
- mso-level-tab-stop: none;
1597
- mso-level-number-position: left;
1598
- margin-left: 90.0pt;
1599
- text-indent: -18.0pt; }
1600
-
1601
- @list l3:level6 {
1602
- mso-level-number-format: bullet;
1603
- mso-level-text: —;
1604
- mso-level-tab-stop: none;
1605
- mso-level-number-position: left;
1606
- margin-left: 108.0pt;
1607
- text-indent: -18.0pt; }
1608
-
1609
- @list l3:level7 {
1610
- mso-level-number-format: bullet;
1611
- mso-level-text: —;
1612
- mso-level-tab-stop: none;
1613
- mso-level-number-position: left;
1614
- margin-left: 126.0pt;
1615
- text-indent: -18.0pt; }
1616
-
1617
- @list l3:level8 {
1618
- mso-level-number-format: bullet;
1619
- mso-level-text: —;
1620
- mso-level-tab-stop: none;
1621
- mso-level-number-position: left;
1622
- margin-left: 144.0pt;
1623
- text-indent: -18.0pt; }
1624
-
1625
- @list l3:level9 {
1626
- mso-level-number-format: bullet;
1627
- mso-level-text: —;
1628
- mso-level-tab-stop: none;
1629
- mso-level-number-position: left;
1630
- margin-left: 162.0pt;
1631
- text-indent: -18.0pt; }
1632
-
1633
- div.ListContLevel1 {
1634
- mso-style-priority: 34;
1635
- margin-left: 18.0pt;
1636
- margin-right: 0cm; }
1637
-
1638
- div.ListContLevel2 {
1639
- mso-style-priority: 34;
1640
- margin-top: 0cm;
1641
- margin-left: 36.0pt;
1642
- margin-right: 0cm; }
1643
-
1644
- div.ListContLevel3 {
1645
- mso-style-priority: 34;
1646
- margin-left: 54.0pt;
1647
- margin-right: 0cm; }
1648
-
1649
- div.ListContLevel4 {
1650
- mso-style-priority: 34;
1651
- margin-left: 72.0pt;
1652
- margin-right: 0cm; }
1653
-
1654
- div.ListContLevel5 {
1655
- mso-style-priority: 34;
1656
- margin-left: 90.0pt;
1657
- margin-right: 0cm; }
1658
-
1659
- div.ListContLevel6 {
1660
- mso-style-priority: 34;
1661
- margin-left: 108.0pt;
1662
- margin-right: 0cm; }
1663
-
1664
- div.ListContLevel7 {
1665
- mso-style-priority: 34;
1666
- margin-left: 126.0pt;
1667
- margin-right: 0cm; }
1668
-
1669
- div.ListContLevel8 {
1670
- mso-style-priority: 34;
1671
- margin-left: 144.0pt;
1672
- margin-right: 0cm; }
1673
-
1674
- div.ListContLevel9 {
1675
- mso-style-priority: 34;
1676
- margin-left: 162.0pt;
1677
- margin-right: 0cm; }
1678
-
1679
- table.MsoNormalTable {
1680
- mso-style-name: "Table Normal";
1681
- mso-tstyle-rowband-size: 0;
1682
- mso-tstyle-colband-size: 0;
1683
- mso-style-noshow: yes;
1684
- mso-style-priority: 99;
1685
- mso-style-parent: "";
1686
- mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
1687
- mso-para-margin: 0cm;
1688
- mso-para-margin-bottom: .0001pt;
1689
- mso-pagination: widow-orphan;
1690
- font-size: {{smallerfontsize}};
1691
- font-family: {{bodyfont}}; }
1692
-
1693
- ol {
1694
- margin-bottom: 0cm;
1695
- margin-left: 18pt; }
1696
-
1697
- ul {
1698
- margin-bottom: 0cm;
1699
- margin-left: 18pt; }