metanorma-nist 1.0.9 → 1.1.3

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