metanorma-iso 2.1.7 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rake.yml +3 -1
  3. data/.github/workflows/release.yml +24 -0
  4. data/lib/isodoc/iso/html/html_iso_titlepage.html +2 -2
  5. data/lib/isodoc/iso/html/style-human.scss +35 -1
  6. data/lib/isodoc/iso/html/style-iso.scss +36 -1
  7. data/lib/isodoc/iso/i18n-en.yaml +4 -0
  8. data/lib/isodoc/iso/i18n-fr.yaml +5 -0
  9. data/lib/isodoc/iso/i18n-ru.yaml +4 -0
  10. data/lib/isodoc/iso/i18n-zh-Hans.yaml +5 -0
  11. data/lib/isodoc/iso/init.rb +4 -0
  12. data/lib/isodoc/iso/iso.amendment.xsl +126 -162
  13. data/lib/isodoc/iso/iso.international-standard.xsl +126 -162
  14. data/lib/isodoc/iso/presentation_xml_convert.rb +18 -0
  15. data/lib/isodoc/iso/xref.rb +35 -4
  16. data/lib/metanorma/iso/base.rb +4 -0
  17. data/lib/metanorma/iso/biblio.rng +8 -5
  18. data/lib/metanorma/iso/cleanup.rb +5 -0
  19. data/lib/metanorma/iso/front_id.rb +59 -25
  20. data/lib/metanorma/iso/section.rb +5 -0
  21. data/lib/metanorma/iso/validate.rb +3 -2
  22. data/lib/metanorma/iso/version.rb +1 -1
  23. data/lib/metanorma/requirements/modspec.rb +60 -0
  24. data/lib/metanorma/requirements/requirements.rb +16 -0
  25. data/lib/metanorma-iso.rb +2 -1
  26. data/metanorma-iso.gemspec +1 -1
  27. data/spec/assets/iso.adoc +10 -0
  28. data/spec/examples/rice_img/1000-1_ed2amd3fig1a.png +0 -0
  29. data/spec/examples/rice_img/1000-1_ed2amd3fig1b.png +0 -0
  30. data/spec/examples/rice_img/1000-1_ed2amd3fig2.png +0 -0
  31. data/spec/examples/rice_img/1000-1_ed2amd3fig3.png +0 -0
  32. data/spec/examples/rice_img/1000-1_ed2amd3fig4.png +0 -0
  33. data/spec/examples/rice_img/1000-1_ed2amd3fig5_f.png +0 -0
  34. data/spec/examples/rice_img/1000-1_ed2amd3figA.png +0 -0
  35. data/spec/examples/rice_img/1000-1_ed2amd3figA1.png +0 -0
  36. data/spec/examples/rice_img/1000-1_ed2amd3figA2.png +0 -0
  37. data/spec/examples/rice_img/1000-1_ed2amd3figTab1.png +0 -0
  38. data/spec/examples/rice_img/1000-1_ed2amd3figTab2.png +0 -0
  39. data/spec/examples/rice_img/1001_ed2amd3fig1.png +0 -0
  40. data/spec/examples/rice_img/ISO_1213_1.png +0 -0
  41. data/spec/examples/rice_img/SL1000-1_ed2amd3fig1.png +0 -0
  42. data/spec/isodoc/ref_spec.rb +9 -9
  43. data/spec/metanorma/amd_spec.rb +0 -10
  44. data/spec/metanorma/base_spec.rb +0 -10
  45. data/spec/metanorma/cleanup_spec.rb +136 -0
  46. data/spec/metanorma/macros_spec.rb +99 -0
  47. data/spec/metanorma/processor_spec.rb +86 -86
  48. data/spec/metanorma/validate_spec.rb +41 -40
  49. data/spec/requirements/requirements_spec.rb +1299 -0
  50. data/spec/requirements/xref_spec.rb +1205 -0
  51. data/spec/vcr_cassettes/docrels.yml +385 -0
  52. metadata +40 -25
  53. data/lib/isodoc/iso/html/htmlstyle.css +0 -47
  54. data/lib/isodoc/iso/html/isodoc-dis.css +0 -4493
  55. data/lib/isodoc/iso/html/isodoc.css +0 -1346
  56. data/lib/isodoc/iso/html/style-human.css +0 -1030
  57. data/lib/isodoc/iso/html/style-iso.css +0 -1056
  58. data/lib/isodoc/iso/html/wordstyle-dis.css +0 -2280
  59. data/lib/isodoc/iso/html/wordstyle.css +0 -1728
@@ -1,4493 +0,0 @@
1
- @charset "UTF-8";
2
- p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode {
3
- mso-style-name: Sourcecode;
4
- mso-style-unhide: no;
5
- mso-style-qformat: yes;
6
- mso-style-parent: "";
7
- margin-top: 0cm;
8
- margin-right: 0cm;
9
- margin-bottom: 12.0pt;
10
- margin-left: 0cm;
11
- text-align: left;
12
- line-height: 12.0pt;
13
- mso-pagination: widow-orphan;
14
- tab-stops: 20.15pt;
15
- font-size: {{monospacefontsize}};
16
- font-family: {{monospacefont}};
17
- mso-fareast-font-family: "SimSun",serif;
18
- mso-bidi-font-family: "Courier New";
19
- mso-ansi-language: EN-GB; }
20
-
21
- p.pseudocode, li.pseudocode, div.pseudocode {
22
- mso-style-name: pseudocode;
23
- mso-style-unhide: no;
24
- mso-style-qformat: yes;
25
- mso-style-parent: "";
26
- margin-top: 0cm;
27
- margin-right: 0cm;
28
- margin-bottom: 12.0pt;
29
- margin-left: 0cm;
30
- text-align: left;
31
- line-height: 12.0pt;
32
- mso-pagination: widow-orphan;
33
- tab-stops: 20.15pt;
34
- font-size: {{smallerfontsize}};
35
- font-family: {{bodyfont}};
36
- mso-fareast-font-family: "SimSun",serif;
37
- mso-bidi-font-family: "Courier New";
38
- mso-ansi-language: EN-GB; }
39
-
40
- p.Biblio, li.Biblio, div.Biblio, p.biblio, li.biblio, div.biblio {
41
- mso-style-name: biblio;
42
- mso-style-unhide: no;
43
- mso-style-qformat: yes;
44
- mso-style-parent: "";
45
- margin-top: 0cm;
46
- margin-right: 0cm;
47
- margin-bottom: 12.0pt;
48
- margin-left: 33.15pt;
49
- text-indent: -33.15pt;
50
- tab-stops: 33.15pt;
51
- line-height: 12.0pt;
52
- mso-pagination: widow-orphan;
53
- font-size: {{normalfontsize}};
54
- font-family: {{bodyfont}};
55
- mso-fareast-font-family: "SimSun",serif;
56
- mso-bidi-font-family: {{bodyfont}};
57
- mso-ansi-language: EN-GB; }
58
-
59
- p.NormRef, li.NormRef, div.NormRef {
60
- mso-style-name: normref;
61
- mso-style-unhide: no;
62
- mso-style-qformat: yes;
63
- mso-style-parent: "";
64
- margin-top: 0cm;
65
- margin-right: 0cm;
66
- margin-bottom: 12.0pt;
67
- margin-left: 0pt;
68
- text-indent: 0pt;
69
- tab-stops: 33.15pt;
70
- line-height: 12.0pt;
71
- mso-pagination: widow-orphan;
72
- font-size: {{normalfontsize}};
73
- font-family: {{bodyfont}};
74
- mso-fareast-font-family: "SimSun",serif;
75
- mso-bidi-font-family: {{bodyfont}};
76
- mso-ansi-language: EN-GB; }
77
-
78
- p.FigureTitle, li.FigureTitle, div.FigureTitle {
79
- mso-style-name: "Figure Title";
80
- mso-style-unhide: no;
81
- mso-style-qformat: yes;
82
- mso-style-parent: "";
83
- mso-style-parent: "";
84
- mso-style-link: "Figure Title Char";
85
- margin-top: 0cm;
86
- margin-right: 0cm;
87
- margin-bottom: 6.0pt;
88
- margin-left: 0.0pt;
89
- text-align: center;
90
- line-height: 12.0pt;
91
- mso-pagination: widow-orphan;
92
- /*mso-list:l9 level1 lfo17;*/
93
- tab-stops: 20.15pt;
94
- font-size: {{normalfontsize}};
95
- font-family: {{bodyfont}};
96
- font-weight: bold;
97
- mso-fareast-font-family: "SimSun",serif;
98
- mso-bidi-font-family: {{bodyfont}};
99
- mso-ansi-language: EN-GB; }
100
-
101
- p.FigureTitleCxSpFirst, li.FigureTitleCxSpFirst, div.FigureTitleCxSpFirst {
102
- mso-style-name: "Figure TitleCxSpFirst";
103
- mso-style-unhide: no;
104
- mso-style-qformat: yes;
105
- mso-style-parent: "List Paragraph";
106
- mso-style-link: "Figure Title Char";
107
- mso-style-type: export-only;
108
- margin-top: 0cm;
109
- margin-right: 0cm;
110
- margin-bottom: 0cm;
111
- margin-left: 36.0pt;
112
- mso-add-space: auto;
113
- text-align: center;
114
- text-indent: -30.35pt;
115
- line-height: 12.0pt;
116
- mso-pagination: widow-orphan;
117
- /*mso-list:l9 level1 lfo17;*/
118
- tab-stops: 20.15pt;
119
- font-size: {{normalfontsize}};
120
- font-family: {{bodyfont}};
121
- mso-fareast-font-family: Calibri;
122
- mso-bidi-font-family: "Times New Roman";
123
- mso-ansi-language: EN-GB;
124
- mso-fareast-language: EN-US;
125
- font-weight: bold; }
126
-
127
- p.FigureTitleCxSpMiddle, li.FigureTitleCxSpMiddle, div.FigureTitleCxSpMiddle {
128
- mso-style-name: "Figure TitleCxSpMiddle";
129
- mso-style-unhide: no;
130
- mso-style-qformat: yes;
131
- mso-style-parent: "List Paragraph";
132
- mso-style-link: "Figure Title Char";
133
- mso-style-type: export-only;
134
- margin-top: 0cm;
135
- margin-right: 0cm;
136
- margin-bottom: 0cm;
137
- margin-left: 36.0pt;
138
- mso-add-space: auto;
139
- text-align: center;
140
- text-indent: -30.35pt;
141
- line-height: 12.0pt;
142
- mso-pagination: widow-orphan;
143
- /*mso-list:l9 level1 lfo17;*/
144
- tab-stops: 20.15pt;
145
- font-size: {{normalfontsize}};
146
- font-family: {{bodyfont}};
147
- mso-fareast-font-family: Calibri;
148
- mso-bidi-font-family: "Times New Roman";
149
- mso-ansi-language: EN-GB;
150
- mso-fareast-language: EN-US;
151
- font-weight: bold; }
152
-
153
- p.FigureTitleCxSpLast, li.FigureTitleCxSpLast, div.FigureTitleCxSpLast {
154
- mso-style-name: "Figure TitleCxSpLast";
155
- mso-style-unhide: no;
156
- mso-style-qformat: yes;
157
- mso-style-parent: "List Paragraph";
158
- mso-style-link: "Figure Title Char";
159
- mso-style-type: export-only;
160
- margin-top: 0cm;
161
- margin-right: 0cm;
162
- margin-bottom: 6.0pt;
163
- margin-left: 36.0pt;
164
- mso-add-space: auto;
165
- text-align: center;
166
- text-indent: -30.35pt;
167
- line-height: 12.0pt;
168
- mso-pagination: widow-orphan;
169
- /*mso-list:l9 level1 lfo17;*/
170
- tab-stops: 20.15pt;
171
- font-size: {{normalfontsize}};
172
- font-family: {{bodyfont}};
173
- mso-fareast-font-family: Calibri;
174
- mso-bidi-font-family: "Times New Roman";
175
- mso-ansi-language: EN-GB;
176
- mso-fareast-language: EN-US;
177
- font-weight: bold; }
178
-
179
- span.NoteChar {
180
- mso-style-name: "Note Char";
181
- mso-style-unhide: no;
182
- mso-style-locked: yes;
183
- mso-style-link: Note;
184
- mso-ansi-language: EN-GB; }
185
-
186
- p.AnnexFigureTitle, li.AnnexFigureTitle, div.AnnexFigureTitle {
187
- mso-style-name: "Annex Figure Title";
188
- mso-style-unhide: no;
189
- mso-style-qformat: yes;
190
- mso-style-link: "Annex Figure Title Char";
191
- margin-top: 0cm;
192
- margin-right: 0cm;
193
- margin-bottom: 6.0pt;
194
- margin-left: 17.0pt;
195
- text-align: center;
196
- text-indent: -11.35pt;
197
- line-height: 12.0pt;
198
- mso-pagination: widow-orphan;
199
- /* mso-list:l6 level1 lfo13; */
200
- tab-stops: list 5.65pt left 20.15pt;
201
- font-size: {{normalfontsize}};
202
- font-family: {{bodyfont}};
203
- mso-fareast-font-family: Calibri;
204
- mso-bidi-font-family: "Times New Roman";
205
- mso-ansi-language: EN-GB;
206
- mso-fareast-language: EN-US;
207
- font-weight: bold; }
208
-
209
- p.AnnexTableTitle, li.AnnexTableTitle, div.AnnexTableTitle {
210
- mso-style-name: "Annex Table Title";
211
- mso-style-unhide: no;
212
- mso-style-qformat: yes;
213
- mso-style-parent: "List Paragraph";
214
- mso-style-link: "Annex Table Title Char";
215
- margin-top: 0cm;
216
- margin-right: 0cm;
217
- margin-bottom: 6.0pt;
218
- margin-left: 0cm;
219
- mso-add-space: auto;
220
- text-align: center;
221
- text-indent: 0cm;
222
- line-height: 12.0pt;
223
- page-break-before: always;
224
- mso-pagination: widow-orphan;
225
- page-break-after: avoid;
226
- /* mso-list:l4 level1 lfo15; */
227
- tab-stops: list 0cm left 20.15pt;
228
- font-size: {{normalfontsize}};
229
- font-family: {{bodyfont}};
230
- mso-fareast-font-family: Calibri;
231
- mso-bidi-font-family: "Times New Roman";
232
- mso-ansi-language: EN-GB;
233
- mso-fareast-language: EN-US;
234
- font-weight: bold;
235
- mso-bidi-font-weight: normal; }
236
-
237
- p.AnnexTableTitleCxSpFirst, li.AnnexTableTitleCxSpFirst, div.AnnexTableTitleCxSpFirst {
238
- mso-style-name: "Annex Table TitleCxSpFirst";
239
- mso-style-unhide: no;
240
- mso-style-qformat: yes;
241
- mso-style-parent: "List Paragraph";
242
- mso-style-link: "Annex Table Title Char";
243
- mso-style-type: export-only;
244
- margin: 0cm;
245
- mso-add-space: auto;
246
- text-align: center;
247
- text-indent: 0cm;
248
- line-height: 12.0pt;
249
- page-break-before: always;
250
- mso-pagination: widow-orphan;
251
- page-break-after: avoid;
252
- /* mso-list:l4 level1 lfo15; */
253
- tab-stops: list 0cm left 20.15pt;
254
- font-size: {{normalfontsize}};
255
- font-family: {{bodyfont}};
256
- mso-fareast-font-family: Calibri;
257
- mso-bidi-font-family: "Times New Roman";
258
- mso-ansi-language: EN-GB;
259
- mso-fareast-language: EN-US;
260
- font-weight: bold;
261
- mso-bidi-font-weight: normal; }
262
-
263
- p.AnnexTableTitleCxSpMiddle, li.AnnexTableTitleCxSpMiddle, div.AnnexTableTitleCxSpMiddle {
264
- mso-style-name: "Annex Table TitleCxSpMiddle";
265
- mso-style-unhide: no;
266
- mso-style-qformat: yes;
267
- mso-style-parent: "List Paragraph";
268
- mso-style-link: "Annex Table Title Char";
269
- mso-style-type: export-only;
270
- margin: 0cm;
271
- mso-add-space: auto;
272
- text-align: center;
273
- text-indent: 0cm;
274
- line-height: 12.0pt;
275
- page-break-before: always;
276
- mso-pagination: widow-orphan;
277
- page-break-after: avoid;
278
- /* mso-list:l4 level1 lfo15; */
279
- tab-stops: list 0cm left 20.15pt;
280
- font-size: {{normalfontsize}};
281
- font-family: {{bodyfont}};
282
- mso-fareast-font-family: Calibri;
283
- mso-bidi-font-family: "Times New Roman";
284
- mso-ansi-language: EN-GB;
285
- mso-fareast-language: EN-US;
286
- font-weight: bold;
287
- mso-bidi-font-weight: normal; }
288
-
289
- p.AnnexTableTitleCxSpLast, li.AnnexTableTitleCxSpLast, div.AnnexTableTitleCxSpLast {
290
- mso-style-name: "Annex Table TitleCxSpLast";
291
- mso-style-unhide: no;
292
- mso-style-qformat: yes;
293
- mso-style-parent: "List Paragraph";
294
- mso-style-link: "Annex Table Title Char";
295
- mso-style-type: export-only;
296
- margin-top: 0cm;
297
- margin-right: 0cm;
298
- margin-bottom: 6.0pt;
299
- margin-left: 0cm;
300
- mso-add-space: auto;
301
- text-align: center;
302
- text-indent: 0cm;
303
- line-height: 12.0pt;
304
- page-break-before: always;
305
- mso-pagination: widow-orphan;
306
- page-break-after: avoid;
307
- /* mso-list:l4 level1 lfo15; */
308
- tab-stops: list 0cm left 20.15pt;
309
- font-size: {{normalfontsize}};
310
- font-family: {{bodyfont}};
311
- mso-fareast-font-family: Calibri;
312
- mso-bidi-font-family: "Times New Roman";
313
- mso-ansi-language: EN-GB;
314
- mso-fareast-language: EN-US;
315
- font-weight: bold;
316
- mso-bidi-font-weight: normal; }
317
-
318
- span.Char2 {
319
- mso-style-name: "List Paragraph Char";
320
- mso-style-noshow: yes;
321
- mso-style-priority: 34;
322
- mso-style-unhide: no;
323
- mso-style-locked: yes;
324
- mso-style-link: "List Paragraph";
325
- font-family: {{bodyfont}};
326
- mso-ansi-font-size: 11.0pt;
327
- mso-bidi-font-size: 11.0pt;
328
- mso-ansi-language: EN-GB; }
329
-
330
- span.AnnexTableTitleChar {
331
- mso-style-name: "Annex Table Title Char";
332
- mso-style-unhide: no;
333
- mso-style-locked: yes;
334
- mso-style-parent: "List Paragraph Char";
335
- mso-style-link: "Annex Table Title";
336
- mso-ansi-font-size: 11.0pt;
337
- mso-bidi-font-size: 11.0pt;
338
- mso-ansi-language: EN-GB;
339
- font-weight: bold;
340
- mso-bidi-font-weight: normal; }
341
-
342
- p.AdmonitionTitle {
343
- mso-style-name: recommendationtitle;
344
- mso-style-unhide: no;
345
- mso-style-qformat: yes;
346
- mso-style-parent: "";
347
- margin-top: 0cm;
348
- margin-right: 0cm;
349
- margin-bottom: 6.0pt;
350
- margin-left: 0cm;
351
- text-align: center;
352
- line-height: 12.0pt;
353
- page-break-after: avoid;
354
- mso-pagination: widow-orphan;
355
- tab-stops: 20.15pt;
356
- font-size: {{normalfontsize}};
357
- font-family: {{bodyfont}};
358
- font-weight: bold;
359
- mso-fareast-font-family: "SimSun",serif;
360
- mso-bidi-font-family: {{bodyfont}};
361
- mso-ansi-language: EN-GB; }
362
-
363
- p.recommendationtitle, li.recommendationtitle, div.recommendationtitle {
364
- mso-style-name: recommendationtitle;
365
- mso-style-unhide: no;
366
- mso-style-qformat: yes;
367
- mso-style-parent: "";
368
- margin-top: 0cm;
369
- margin-right: 0cm;
370
- margin-bottom: 6.0pt;
371
- margin-left: 0cm;
372
- text-align: center;
373
- line-height: 12.0pt;
374
- mso-pagination: widow-orphan;
375
- page-break-after: avoid;
376
- tab-stops: 20.15pt;
377
- font-size: {{normalfontsize}};
378
- font-family: {{bodyfont}};
379
- mso-fareast-font-family: SimSun;
380
- mso-bidi-font-family: Cambria;
381
- mso-ansi-language: EN-GB;
382
- mso-fareast-language: ZH-CN;
383
- font-weight: bold; }
384
-
385
- p.SourceTitle {
386
- mso-style-name: sourcetitle;
387
- mso-style-unhide: no;
388
- mso-style-qformat: yes;
389
- mso-style-parent: "";
390
- margin-top: 0cm;
391
- margin-right: 0cm;
392
- margin-bottom: 6.0pt;
393
- margin-left: 0cm;
394
- text-align: center;
395
- line-height: 12.0pt;
396
- mso-pagination: widow-orphan;
397
- tab-stops: 20.15pt;
398
- font-size: {{normalfontsize}};
399
- font-family: {{bodyfont}};
400
- font-weight: bold;
401
- mso-fareast-font-family: "SimSun",serif;
402
- mso-bidi-font-family: {{bodyfont}};
403
- mso-ansi-language: EN-GB; }
404
-
405
- p.ListTitle {
406
- mso-style-name: "List title";
407
- mso-style-unhide: no;
408
- mso-style-qformat: yes;
409
- mso-style-parent: "Figure title";
410
- margin-top: 0cm;
411
- margin-right: 0cm;
412
- margin-bottom: 6.0pt;
413
- margin-left: 0.0pt;
414
- text-align: center;
415
- line-height: 12.0pt;
416
- page-break-after: avoid;
417
- line-height: 12.0pt;
418
- mso-pagination: widow-orphan;
419
- tab-stops: 20.15pt;
420
- font-size: {{normalfontsize}};
421
- font-weight: bold;
422
- font-family: {{bodyfont}};
423
- mso-fareast-font-family: "SimSun",serif;
424
- mso-bidi-font-family: {{bodyfont}};
425
- mso-ansi-language: EN-GB; }
426
-
427
- p.Tabletitle, li.Tabletitle, div.Tabletitle {
428
- mso-style-name: "Table title";
429
- mso-style-unhide: no;
430
- mso-style-qformat: yes;
431
- mso-style-parent: "Figure title";
432
- margin-top: 0cm;
433
- margin-right: 0cm;
434
- margin-bottom: 6.0pt;
435
- margin-left: 0.0pt;
436
- text-align: center;
437
- line-height: 12.0pt;
438
- page-break-after: avoid;
439
- line-height: 12.0pt;
440
- mso-pagination: widow-orphan;
441
- /* mso-list:l8 level1 lfo16; */
442
- tab-stops: 20.15pt;
443
- font-size: {{normalfontsize}};
444
- font-weight: bold;
445
- font-family: {{bodyfont}};
446
- mso-fareast-font-family: "SimSun",serif;
447
- mso-bidi-font-family: {{bodyfont}};
448
- mso-ansi-language: EN-GB; }
449
-
450
- p.TabletitleCxSpFirst, li.TabletitleCxSpFirst, div.TabletitleCxSpFirst {
451
- mso-style-name: "Table titleCxSpFirst";
452
- mso-style-unhide: no;
453
- mso-style-qformat: yes;
454
- mso-style-parent: "List Paragraph";
455
- mso-style-link: "Table title Char";
456
- mso-style-type: export-only;
457
- margin-top: 0cm;
458
- margin-right: 0cm;
459
- margin-bottom: 0cm;
460
- margin-left: 36.0pt;
461
- mso-add-space: auto;
462
- text-align: center;
463
- text-indent: -18.0pt;
464
- line-height: 12.0pt;
465
- mso-pagination: widow-orphan;
466
- mso-list: l8 level1 lfo16;
467
- tab-stops: 20.15pt;
468
- font-size: {{normalfontsize}};
469
- font-family: {{bodyfont}};
470
- mso-fareast-font-family: Calibri;
471
- mso-bidi-font-family: "Times New Roman";
472
- mso-ansi-language: FR-CH;
473
- mso-fareast-language: EN-US;
474
- font-weight: bold; }
475
-
476
- p.TabletitleCxSpMiddle, li.TabletitleCxSpMiddle, div.TabletitleCxSpMiddle {
477
- mso-style-name: "Table titleCxSpMiddle";
478
- mso-style-unhide: no;
479
- mso-style-qformat: yes;
480
- mso-style-parent: "List Paragraph";
481
- mso-style-link: "Table title Char";
482
- mso-style-type: export-only;
483
- margin-top: 0cm;
484
- margin-right: 0cm;
485
- margin-bottom: 0cm;
486
- margin-left: 36.0pt;
487
- mso-add-space: auto;
488
- text-align: center;
489
- text-indent: -18.0pt;
490
- line-height: 12.0pt;
491
- mso-pagination: widow-orphan;
492
- mso-list: l8 level1 lfo16;
493
- tab-stops: 20.15pt;
494
- font-size: {{normalfontsize}};
495
- font-family: {{bodyfont}};
496
- mso-fareast-font-family: Calibri;
497
- mso-bidi-font-family: "Times New Roman";
498
- mso-ansi-language: FR-CH;
499
- mso-fareast-language: EN-US;
500
- font-weight: bold; }
501
-
502
- p.TabletitleCxSpLast, li.TabletitleCxSpLast, div.TabletitleCxSpLast {
503
- mso-style-name: "Table titleCxSpLast";
504
- mso-style-unhide: no;
505
- mso-style-qformat: yes;
506
- mso-style-parent: "List Paragraph";
507
- mso-style-link: "Table title Char";
508
- mso-style-type: export-only;
509
- margin-top: 0cm;
510
- margin-right: 0cm;
511
- margin-bottom: 6.0pt;
512
- margin-left: 36.0pt;
513
- mso-add-space: auto;
514
- text-align: center;
515
- text-indent: -18.0pt;
516
- line-height: 12.0pt;
517
- mso-pagination: widow-orphan;
518
- mso-list: l8 level1 lfo16;
519
- tab-stops: 20.15pt;
520
- font-size: {{normalfontsize}};
521
- font-family: {{bodyfont}};
522
- mso-fareast-font-family: Calibri;
523
- mso-bidi-font-family: "Times New Roman";
524
- mso-ansi-language: FR-CH;
525
- mso-fareast-language: EN-US;
526
- font-weight: bold; }
527
-
528
- span.FigureTitleChar {
529
- mso-style-name: "Figure Title Char";
530
- mso-style-unhide: no;
531
- mso-style-locked: yes;
532
- mso-style-parent: "List Paragraph Char";
533
- mso-style-link: "Figure Title";
534
- mso-ansi-font-size: 11.0pt;
535
- mso-bidi-font-size: 11.0pt;
536
- mso-ansi-language: EN-GB;
537
- font-weight: bold; }
538
-
539
- p.figure, li.figure, div.figure {
540
- mso-style-name: figure;
541
- mso-style-unhide: no;
542
- mso-margin-top-alt: auto;
543
- margin-right: 0cm;
544
- mso-margin-bottom-alt: auto;
545
- margin-left: 0cm;
546
- text-align: center;
547
- mso-pagination: widow-orphan;
548
- font-size: 12.0pt;
549
- font-family: "Times New Roman",serif;
550
- mso-fareast-font-family: DengXian;
551
- mso-fareast-theme-font: minor-fareast;
552
- mso-ansi-language: EN-HK;
553
- mso-fareast-language: JA; }
554
-
555
- span.TabletitleChar {
556
- mso-style-name: "Table title Char";
557
- mso-style-unhide: no;
558
- mso-style-locked: yes;
559
- mso-style-parent: "List Paragraph Char";
560
- mso-style-link: "Table title";
561
- mso-ansi-font-size: 11.0pt;
562
- mso-bidi-font-size: 11.0pt;
563
- mso-ansi-language: FR-CH;
564
- font-weight: bold; }
565
-
566
- span.AnnexFigureTitleChar {
567
- mso-style-name: "Annex Figure Title Char";
568
- mso-style-unhide: no;
569
- mso-style-locked: yes;
570
- mso-style-link: "Annex Figure Title";
571
- mso-ansi-font-size: 11.0pt;
572
- mso-bidi-font-size: 11.0pt;
573
- mso-ansi-language: EN-GB;
574
- font-weight: bold; }
575
-
576
- p.Note, div.Note, li.Note {
577
- mso-style-unhide: no;
578
- mso-style-qformat: yes;
579
- mso-style-parent: "";
580
- margin-top: 0cm;
581
- margin-right: 0cm;
582
- margin-bottom: 12.0pt;
583
- margin-left: 0cm;
584
- text-align: justify;
585
- line-height: 12.0pt;
586
- mso-pagination: widow-orphan;
587
- tab-stops: 20.15pt;
588
- mso-bidi-font-size: {{normalfontsize}};
589
- mso-fareast-font-family: "SimSun",serif;
590
- mso-bidi-font-family: {{bodyfont}};
591
- mso-ansi-language: EN-GB; }
592
-
593
- p.Note, div.Note, li.Note {
594
- mso-style-name: Note;
595
- font-size: {{smallerfontsize}};
596
- font-family: {{bodyfont}}; }
597
-
598
- /* may need to be revised */
599
- p.tablefootnote, li.tablefootnote, div.tablefootnote {
600
- mso-style-name: tablefootnote;
601
- mso-style-unhide: no;
602
- mso-style-qformat: yes;
603
- mso-style-parent: "";
604
- margin-top: 0cm;
605
- margin-right: 0cm;
606
- margin-bottom: 12.0pt;
607
- margin-left: 0cm;
608
- text-align: justify;
609
- text-justify: inter-ideograph;
610
- line-height: 12.0pt;
611
- mso-pagination: widow-orphan;
612
- tab-stops: 20.15pt;
613
- font-size: {{smallerfontsize}};
614
- mso-bidi-font-size: 11.0pt;
615
- font-family: {{bodyfont}};
616
- mso-fareast-font-family: SimSun;
617
- mso-bidi-font-family: Cambria;
618
- mso-ansi-language: EN-GB;
619
- mso-fareast-language: ZH-CN; }
620
-
621
- p.ANNEX, li.ANNEX, div.ANNEX {
622
- mso-style-name: ANNEX;
623
- mso-style-unhide: no;
624
- mso-style-parent: Base_Heading;
625
- mso-style-next: Normal;
626
- margin-top: 0cm;
627
- margin-right: 0cm;
628
- margin-bottom: 38.0pt;
629
- margin-left: 0cm;
630
- text-align: center;
631
- text-indent: 0cm;
632
- line-height: 15.5pt;
633
- mso-line-height-rule: exactly;
634
- page-break-before: always;
635
- mso-pagination: widow-orphan;
636
- page-break-after: avoid;
637
- mso-outline-level: 1;
638
- mso-list: l11 level1 lfo4;
639
- font-size: 14.0pt;
640
- mso-bidi-font-size: 10.0pt;
641
- font-family: {{headerfont}};
642
- mso-fareast-font-family: "MS Mincho";
643
- mso-bidi-font-family: "Times New Roman";
644
- mso-ansi-language: EN-GB;
645
- mso-fareast-language: JA;
646
- font-weight: bold;
647
- mso-bidi-font-weight: normal; }
648
-
649
- p.BiblioTitle, li.BiblioTitle, div.BiblioTitle {
650
- mso-style-name: "Biblio Title";
651
- mso-style-priority: 5;
652
- mso-style-noshow: yes;
653
- mso-style-unhide: no;
654
- margin-top: 0cm;
655
- margin-right: 0cm;
656
- margin-bottom: 38.0pt;
657
- margin-left: 0cm;
658
- text-align: center;
659
- line-height: 14.0pt;
660
- mso-pagination: widow-orphan;
661
- mso-outline-level: 1;
662
- tab-stops: 20.15pt;
663
- font-size: 14.0pt;
664
- mso-bidi-font-size: {{normalfontsize}};
665
- font-family: {{headerfont}};
666
- mso-fareast-font-family: "SimHei",serif;
667
- mso-bidi-font-family: {{headerfont}};
668
- mso-ansi-language: EN-GB;
669
- font-weight: bold;
670
- mso-bidi-font-weight: normal; }
671
-
672
- p.Definition, li.Definition, div.Definition {
673
- mso-style-name: Definition;
674
- mso-style-priority: 9;
675
- mso-style-unhide: no;
676
- mso-style-link: "Definition Char";
677
- margin-top: 0cm;
678
- margin-right: 0cm;
679
- margin-bottom: 12.0pt;
680
- margin-left: 0cm;
681
- text-align: justify;
682
- line-height: 11.5pt;
683
- mso-pagination: widow-orphan;
684
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
685
- font-size: {{normalfontsize}};
686
- font-family: {{bodyfont}};
687
- mso-fareast-font-family: "SimSun",serif;
688
- mso-bidi-font-family: {{bodyfont}};
689
- mso-ansi-language: EN-GB; }
690
-
691
- p.ForewordTitle, li.ForewordTitle, div.ForewordTitle {
692
- mso-style-name: "Foreword Title";
693
- mso-style-unhide: no;
694
- mso-style-parent: Base_Heading;
695
- margin-top: 15.5pt;
696
- margin-right: 0cm;
697
- margin-bottom: 15.5pt;
698
- margin-left: 0cm;
699
- line-height: 15.5pt;
700
- page-break-before: always;
701
- tab-stops: 20.15pt;
702
- mso-pagination: widow-orphan;
703
- page-break-after: avoid;
704
- mso-outline-level: 1;
705
- mso-hyphenate: none;
706
- font-size: 14.0pt;
707
- mso-bidi-font-size: 11.0pt;
708
- font-family: {{headerfont}};
709
- mso-fareast-font-family: Calibri;
710
- mso-bidi-font-family: "Times New Roman";
711
- mso-ansi-language: EN-GB;
712
- mso-fareast-language: EN-US;
713
- font-weight: bold;
714
- mso-bidi-font-weight: normal; }
715
-
716
- p.IntroTitle, li.IntroTitle, div.IntroTitle {
717
- mso-style-name: "Intro Title";
718
- mso-style-noshow: yes;
719
- mso-style-unhide: no;
720
- mso-style-parent: "Foreword Title";
721
- margin-top: 15.5pt;
722
- margin-right: 0cm;
723
- margin-bottom: 15.5pt;
724
- margin-left: 0cm;
725
- text-align: justify;
726
- line-height: 15.5pt;
727
- mso-pagination: widow-orphan;
728
- page-break-after: avoid;
729
- mso-outline-level: 1;
730
- mso-hyphenate: none;
731
- tab-stops: 20.15pt;
732
- font-size: 14.0pt;
733
- mso-bidi-font-size: {{normalfontsize}};
734
- font-family: {{headerfont}};
735
- mso-fareast-font-family: "SimHei",serif;
736
- mso-bidi-font-family: {{headerfont}};
737
- mso-ansi-language: EN-GB;
738
- font-weight: bold;
739
- page-break-before: always;
740
- mso-bidi-font-weight: normal;
741
- page-break-before: always; }
742
-
743
- p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
744
- mso-style-name: titlepagesubhead;
745
- mso-style-noshow: yes;
746
- mso-style-unhide: no;
747
- mso-style-parent: "Foreword Title";
748
- margin-top: 15.5pt;
749
- margin-right: 0cm;
750
- margin-bottom: 15.5pt;
751
- margin-left: 0cm;
752
- text-align: center;
753
- line-height: 15.5pt;
754
- mso-pagination: widow-orphan;
755
- page-break-after: avoid;
756
- mso-hyphenate: none;
757
- tab-stops: 20.15pt;
758
- font-size: 14.0pt;
759
- mso-bidi-font-size: {{normalfontsize}};
760
- font-family: {{headerfont}};
761
- mso-fareast-font-family: "SimHei",serif;
762
- mso-bidi-font-family: {{headerfont}};
763
- mso-ansi-language: EN-GB;
764
- font-weight: bold;
765
- mso-bidi-font-weight: normal; }
766
-
767
- p.Terms, li.Terms, div.Terms {
768
- mso-style-name: "Term\(s\)";
769
- mso-style-priority: 8;
770
- mso-style-unhide: no;
771
- mso-style-next: Definition;
772
- mso-style-parent: Base_Text;
773
- margin: 0cm;
774
- line-height: 12.0pt;
775
- mso-pagination: widow-orphan;
776
- page-break-after: avoid;
777
- mso-hyphenate: none;
778
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
779
- font-size: {{normalfontsize}};
780
- font-family: {{headerfont}};
781
- mso-fareast-font-family: "SimHei",serif;
782
- mso-bidi-font-family: {{headerfont}};
783
- mso-ansi-language: EN-GB;
784
- mso-bidi-font-weight: normal; }
785
-
786
- p.AltTerms, li.AltTerms, div.AltTerms {
787
- mso-style-name: "AltTerm\(s\)";
788
- mso-style-priority: 8;
789
- mso-style-unhide: no;
790
- mso-style-next: Definition;
791
- margin: 0cm;
792
- line-height: 12.0pt;
793
- mso-pagination: widow-orphan;
794
- page-break-after: avoid;
795
- mso-hyphenate: none;
796
- tab-stops: 20.15pt;
797
- font-size: {{normalfontsize}};
798
- font-family: {{bodyfont}};
799
- mso-fareast-font-family: "SimSun",serif;
800
- mso-bidi-font-family: {{bodyfont}};
801
- mso-ansi-language: EN-GB;
802
- mso-bidi-font-weight: normal; }
803
-
804
- p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms {
805
- mso-style-name: "DeprecatedTerm\(s\)";
806
- mso-style-priority: 8;
807
- mso-style-unhide: no;
808
- mso-style-next: Definition;
809
- margin: 0cm;
810
- line-height: 12.0pt;
811
- mso-pagination: widow-orphan;
812
- page-break-after: avoid;
813
- mso-hyphenate: none;
814
- tab-stops: 20.15pt;
815
- font-size: {{normalfontsize}};
816
- font-family: {{bodyfont}};
817
- mso-fareast-font-family: "SimSun",serif;
818
- mso-bidi-font-family: {{bodyfont}};
819
- mso-ansi-language: EN-GB;
820
- mso-bidi-font-weight: normal; }
821
-
822
- p.TermNum, li.TermNum, div.TermNum {
823
- mso-style-name: TermNum;
824
- mso-style-priority: 7;
825
- mso-style-unhide: no;
826
- mso-style-next: "Term\(s\)";
827
- mso-style-parent: Base_Text;
828
- margin: 0cm;
829
- line-height: 12.0pt;
830
- mso-pagination: widow-orphan;
831
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
832
- font-size: {{normalfontsize}};
833
- font-family: {{headerfont}};
834
- mso-fareast-font-family: "SimHei",serif;
835
- mso-bidi-font-family: {{headerfont}};
836
- mso-ansi-language: EN-GB;
837
- font-weight: bold;
838
- mso-bidi-font-weight: normal; }
839
-
840
- p.zzHelp, li.zzHelp, div.zzHelp {
841
- mso-style-name: zzHelp;
842
- mso-style-unhide: no;
843
- margin-top: 0cm;
844
- margin-right: 0cm;
845
- margin-bottom: 12.0pt;
846
- margin-left: 0cm;
847
- text-align: justify;
848
- line-height: 12.0pt;
849
- mso-pagination: widow-orphan;
850
- font-size: {{normalfontsize}};
851
- mso-bidi-font-size: 10.0pt;
852
- font-family: {{bodyfont}};
853
- mso-fareast-font-family: "MS Mincho";
854
- mso-bidi-font-family: "Times New Roman";
855
- color: green;
856
- mso-ansi-language: EN-GB;
857
- mso-fareast-language: JA; }
858
-
859
- p.zzContents, li.zzContents, div.zzContents {
860
- mso-style-name: zzContents;
861
- mso-style-noshow: yes;
862
- mso-style-unhide: no;
863
- mso-style-next: "TOC 1";
864
- margin-top: 48.0pt;
865
- margin-right: 0cm;
866
- margin-bottom: 15.5pt;
867
- margin-left: 0cm;
868
- line-height: 15.5pt;
869
- mso-line-height-rule: exactly;
870
- page-break-before: always;
871
- mso-pagination: widow-orphan;
872
- page-break-after: avoid;
873
- mso-hyphenate: none;
874
- tab-stops: 20.15pt;
875
- font-size: 14.0pt;
876
- mso-bidi-font-size: {{normalfontsize}};
877
- font-family: {{headerfont}};
878
- mso-fareast-font-family: "SimHei",serif;
879
- mso-bidi-font-family: {{headerfont}};
880
- mso-ansi-language: EN-GB;
881
- font-weight: bold;
882
- mso-bidi-font-weight: normal; }
883
-
884
- p.zzCopyright, li.zzCopyright, div.zzCopyright {
885
- mso-style-name: zzCopyright;
886
- mso-style-unhide: no;
887
- mso-style-next: Normal;
888
- margin-top: 0cm;
889
- margin-right: 14.2pt;
890
- margin-bottom: 12.0pt;
891
- margin-left: 14.2pt;
892
- text-align: justify;
893
- line-height: 12.0pt;
894
- mso-pagination: widow-orphan;
895
- tab-stops: 25.7pt 481.15pt;
896
- border: none;
897
- mso-border-alt: solid blue .5pt;
898
- padding: 0cm;
899
- mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt;
900
- font-size: {{normalfontsize}};
901
- mso-bidi-font-size: 10.0pt;
902
- font-family: {{bodyfont}};
903
- mso-fareast-font-family: "MS Mincho";
904
- mso-bidi-font-family: "Times New Roman";
905
- color: blue;
906
- mso-ansi-language: EN-GB;
907
- mso-fareast-language: JA; }
908
-
909
- p.zzAddress {
910
- mso-style-name: zzAddress;
911
- margin: 0cm;
912
- margin-bottom: 12pt;
913
- margin-left: 20.15pt;
914
- mso-pagination: widow-orphan;
915
- mso-layout-grid-align: none;
916
- text-autospace: none;
917
- padding: 0cm;
918
- mso-padding-alt: 0cm 4.0pt 0cm 4.0pt;
919
- color: blue;
920
- font-size: 10.0pt;
921
- font-family: {{bodyfont}}; }
922
-
923
- p.zzWarning {
924
- mso-style-name: zzwarning;
925
- mso-style-unhide: no;
926
- mso-margin-top-alt: auto;
927
- margin-right: 0cm;
928
- mso-margin-bottom-alt: auto;
929
- margin-left: 0cm;
930
- mso-pagination: widow-orphan;
931
- border: none;
932
- mso-border-alt: solid windowtext .5pt;
933
- padding: 0cm;
934
- mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt;
935
- font-size: 10.0pt;
936
- mso-bidi-font-weight: bold;
937
- font-family: {{bodyfont}}; }
938
-
939
- p.zzWarningHdr {
940
- mso-style-name: zzwarninghdr;
941
- mso-style-unhide: no;
942
- mso-margin-top-alt: auto;
943
- margin-right: 0cm;
944
- margin-bottom: 6.0pt;
945
- margin-left: 0cm;
946
- text-align: center;
947
- mso-pagination: widow-orphan;
948
- border: none;
949
- mso-border-alt: solid windowtext .5pt;
950
- padding: 0cm;
951
- mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt;
952
- font-size: 10.0pt;
953
- mso-bidi-font-weight: bold;
954
- font-family: {{bodyfont}};
955
- font-weight: bold; }
956
-
957
- p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle {
958
- mso-style-name: zzSTDTitle;
959
- mso-style-noshow: yes;
960
- mso-style-unhide: no;
961
- mso-style-next: Normal;
962
- margin-top: 0pt;
963
- margin-right: 0cm;
964
- margin-bottom: 18.0pt;
965
- margin-left: 0cm;
966
- line-height: 17.5pt;
967
- mso-line-height-rule: exactly;
968
- mso-pagination: widow-orphan;
969
- mso-hyphenate: none;
970
- tab-stops: 20.15pt;
971
- font-size: 16.0pt;
972
- mso-bidi-font-size: {{normalfontsize}};
973
- font-family: {{headerfont}};
974
- mso-fareast-font-family: "SimHei",serif;
975
- mso-bidi-font-family: {{headerfont}};
976
- mso-ansi-language: EN-GB;
977
- color: blue;
978
- font-weight: bold;
979
- mso-bidi-font-weight: normal; }
980
-
981
- p.1, li.1, div.1 {
982
- mso-style-name: 引用1;
983
- mso-style-priority: 99;
984
- mso-style-unhide: no;
985
- margin-top: 0cm;
986
- margin-right: 36.0pt;
987
- margin-bottom: 0cm;
988
- margin-left: 36.0pt;
989
- text-align: justify;
990
- text-justify: inter-ideograph;
991
- line-height: 12.0pt;
992
- mso-pagination: widow-orphan;
993
- font-size: {{normalfontsize}};
994
- mso-bidi-font-size: 10.0pt;
995
- font-family: {{bodyfont}};
996
- mso-fareast-font-family: "MS Mincho";
997
- mso-bidi-font-family: "Times New Roman";
998
- mso-ansi-language: EN-GB;
999
- mso-fareast-language: JA; }
1000
-
1001
- p.Quote, li.Quote {
1002
- mso-style-priority: 99;
1003
- margin-top: 0cm;
1004
- margin-right: 36.0pt;
1005
- margin-bottom: 0cm;
1006
- margin-left: 36.0pt;
1007
- text-align: justify;
1008
- line-height: 12.0pt;
1009
- mso-pagination: widow-orphan;
1010
- tab-stops: 20.15pt;
1011
- font-size: {{normalfontsize}};
1012
- font-family: {{bodyfont}};
1013
- mso-fareast-font-family: "SimSun",serif;
1014
- mso-bidi-font-family: {{bodyfont}};
1015
- mso-ansi-language: EN-GB; }
1016
-
1017
- div.Quote {
1018
- mso-style-priority: 99;
1019
- text-align: justify;
1020
- line-height: 12.0pt;
1021
- mso-pagination: widow-orphan;
1022
- tab-stops: 20.15pt;
1023
- font-size: {{normalfontsize}};
1024
- font-family: {{bodyfont}};
1025
- mso-fareast-font-family: "SimSun",serif;
1026
- mso-bidi-font-family: {{bodyfont}};
1027
- mso-ansi-language: EN-GB; }
1028
-
1029
- p.QuoteAttribution {
1030
- mso-style-name: quoteattribution;
1031
- mso-style-unhide: no;
1032
- mso-margin-top-alt: auto;
1033
- margin-right: 0cm;
1034
- mso-margin-bottom-alt: auto;
1035
- margin-left: 0cm;
1036
- text-align: right;
1037
- mso-pagination: widow-orphan;
1038
- font-size: 12.0pt;
1039
- font-family: "Times New Roman",serif;
1040
- mso-fareast-font-family: DengXian;
1041
- mso-fareast-theme-font: minor-fareast;
1042
- mso-ansi-language: EN-HK;
1043
- mso-fareast-language: JA; }
1044
-
1045
- p.Admonition, li.Admonition, div.Admonition {
1046
- mso-style-priority: 99;
1047
- mso-margin-top-alt: auto;
1048
- margin-right: 0cm;
1049
- mso-margin-bottom-alt: auto;
1050
- margin-left: 0cm;
1051
- mso-pagination: widow-orphan;
1052
- mso-ascii-font-family: {{bodyfont}};
1053
- mso-ascii-theme-font: minor-latin;
1054
- mso-fareast-font-family: "SimSun",serif;
1055
- mso-fareast-theme-font: minor-fareast;
1056
- mso-hansi-font-family: {{bodyfont}};
1057
- mso-hansi-theme-font: minor-latin;
1058
- mso-bidi-font-family: {{bodyfont}};
1059
- mso-bidi-theme-font: minor-bidi;
1060
- mso-ansi-language: EN-AU; }
1061
-
1062
- p.Admonition, li.Admonition {
1063
- mso-style-name: admonition;
1064
- font-size: 12.0pt;
1065
- font-family: "Calibri",sans-serif;
1066
- font-weight: bold; }
1067
-
1068
- p.Code, li.Code, div.Code {
1069
- mso-style-name: Code;
1070
- mso-style-priority: 16;
1071
- mso-style-unhide: no;
1072
- mso-style-qformat: yes;
1073
- margin: 0cm;
1074
- line-height: 12.0pt;
1075
- mso-pagination: widow-orphan;
1076
- tab-stops: 16.15pt 32.6pt 48.75pt 65.2pt 81.35pt 97.8pt 113.95pt 130.4pt 146.55pt 162.75pt;
1077
- font-size: 11.0pt;
1078
- mso-bidi-font-size: {{normalfontsize}};
1079
- font-family: {{monospacefont}};
1080
- mso-fareast-font-family: "SimSun",serif;
1081
- mso-bidi-font-family: "Cambria";
1082
- mso-ansi-language: EN-GB; }
1083
-
1084
- span.ISOCode {
1085
- mso-style-name: ISOCode;
1086
- mso-style-unhide: no;
1087
- mso-ansi-font-size: 11.0pt;
1088
- mso-bidi-font-size: 14.0pt;
1089
- font-family: {{monospacefont}};
1090
- mso-ascii-font-family: "Courier New";
1091
- mso-hansi-font-family: "Courier New";
1092
- mso-bidi-font-family: "Courier New";
1093
- font-weight: normal;
1094
- font-style: normal;
1095
- mso-no-proof: yes; }
1096
-
1097
- span.ISOCodeitalic {
1098
- mso-style-name: ISOCode_italic;
1099
- mso-style-unhide: no;
1100
- mso-ansi-font-size: 11.0pt;
1101
- mso-bidi-font-size: 14.0pt;
1102
- font-family: {{monospacefont}};
1103
- mso-ascii-font-family: "Courier New";
1104
- mso-hansi-font-family: "Courier New";
1105
- mso-bidi-font-family: "Courier New";
1106
- font-weight: normal;
1107
- font-style: italic;
1108
- mso-bidi-font-style: normal;
1109
- mso-no-proof: yes; }
1110
-
1111
- span.ISOCodebold {
1112
- mso-style-name: ISOCode_bold;
1113
- mso-style-unhide: no;
1114
- mso-ansi-font-size: 11.0pt;
1115
- mso-bidi-font-size: 14.0pt;
1116
- font-family: {{monospacefont}};
1117
- mso-ascii-font-family: "Courier New";
1118
- mso-hansi-font-family: "Courier New";
1119
- mso-bidi-font-family: "Courier New";
1120
- font-weight: bold;
1121
- mso-bidi-font-weight: normal;
1122
- font-style: normal;
1123
- mso-no-proof: yes; }
1124
-
1125
- p.Formula, li.Formula, div.Formula {
1126
- mso-style-name: Formula;
1127
- mso-style-noshow: yes;
1128
- mso-style-unhide: no;
1129
- margin-top: 0cm;
1130
- margin-right: 0cm;
1131
- margin-bottom: 11.0pt;
1132
- margin-left: 20.15pt;
1133
- line-height: 12.0pt;
1134
- mso-pagination: widow-orphan;
1135
- tab-stops: right 487.45pt;
1136
- font-size: {{normalfontsize}};
1137
- font-family: {{bodyfont}};
1138
- mso-fareast-font-family: "SimSun",serif;
1139
- mso-bidi-font-family: {{bodyfont}};
1140
- mso-ansi-language: EN-GB; }
1141
-
1142
- p.ForewordText, li.ForewordText, div.ForewordText {
1143
- mso-style-name: "Foreword Text";
1144
- mso-style-unhide: no;
1145
- mso-style-link: "Foreword Text Char";
1146
- margin-top: 0cm;
1147
- margin-right: 0cm;
1148
- margin-bottom: 12.0pt;
1149
- margin-left: 0cm;
1150
- text-align: justify;
1151
- line-height: 12.0pt;
1152
- mso-pagination: widow-orphan;
1153
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
1154
- font-size: {{normalfontsize}};
1155
- font-family: {{bodyfont}};
1156
- mso-fareast-font-family: Calibri;
1157
- mso-bidi-font-family: "Times New Roman";
1158
- mso-fareast-language: EN-US; }
1159
-
1160
- span.ForewordTextChar {
1161
- mso-style-name: "Foreword Text Char";
1162
- mso-style-unhide: no;
1163
- mso-style-locked: yes;
1164
- mso-style-parent: "";
1165
- mso-style-link: "Foreword Text";
1166
- mso-ansi-font-size: 11.0pt;
1167
- mso-bidi-font-size: 11.0pt; }
1168
-
1169
- p.Source, li.Source, div.Source {
1170
- mso-style-name: Source;
1171
- mso-style-unhide: no;
1172
- mso-style-qformat: yes;
1173
- mso-style-parent: Base_Text;
1174
- mso-style-link: "Source Char";
1175
- margin-top: 0cm;
1176
- margin-right: 0cm;
1177
- margin-bottom: 12.0pt;
1178
- margin-left: 0cm;
1179
- text-align: justify;
1180
- line-height: 12.0pt;
1181
- mso-pagination: widow-orphan;
1182
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
1183
- font-size: {{normalfontsize}};
1184
- font-family: {{bodyfont}};
1185
- mso-fareast-font-family: Calibri;
1186
- mso-bidi-font-family: "Times New Roman";
1187
- mso-ansi-language: EN-GB;
1188
- mso-fareast-language: EN-US; }
1189
-
1190
- span.DefinitionChar {
1191
- mso-style-name: "Definition Char";
1192
- mso-style-priority: 9;
1193
- mso-style-unhide: no;
1194
- mso-style-locked: yes;
1195
- mso-style-link: Definition;
1196
- mso-ansi-font-size: 11.0pt;
1197
- mso-bidi-font-size: 11.0pt;
1198
- mso-ansi-language: EN-GB; }
1199
-
1200
- span.SourceChar {
1201
- mso-style-name: "Source Char";
1202
- mso-style-unhide: no;
1203
- mso-style-locked: yes;
1204
- mso-style-parent: "Definition Char";
1205
- mso-style-link: Source;
1206
- mso-ansi-font-size: 11.0pt;
1207
- mso-bidi-font-size: 11.0pt;
1208
- mso-ansi-language: EN-GB; }
1209
-
1210
- table.dl {
1211
- margin-top: 0cm;
1212
- margin-right: 0cm;
1213
- margin-bottom: {{normalfontsize}};
1214
- margin-left: 0cm; }
1215
-
1216
- div.figdl {
1217
- text-align: left; }
1218
-
1219
- table.figdl {
1220
- mso-para-margin: 0cm;
1221
- mso-para-margin-bottom: .0001pt;
1222
- mso-pagination: widow-orphan;
1223
- align: left;
1224
- text-align: left;
1225
- margin-top: 0cm;
1226
- margin-right: 0cm;
1227
- margin-left: 0cm;
1228
- margin-right: 0cm; }
1229
-
1230
- div.figdl p, table.figdl p {
1231
- font-size: {{smallerfontsize}}; }
1232
-
1233
- table.formula_dl {
1234
- margin-left: 20.15pt; }
1235
-
1236
- table.MsoISOTable, table.MsoISOTableBig {
1237
- mso-style-name: "Table ISO";
1238
- mso-tstyle-rowband-size: 0;
1239
- mso-tstyle-colband-size: 0;
1240
- mso-style-noshow: yes;
1241
- mso-style-priority: 99;
1242
- mso-style-parent: "";
1243
- mso-padding-alt: 0cm 2.85pt 0cm 2.85pt;
1244
- mso-para-margin: 0cm;
1245
- mso-para-margin-bottom: .0001pt;
1246
- mso-pagination: widow-orphan;
1247
- border-collapse: collapse;
1248
- /*mso-table-layout-alt:fixed;*/
1249
- border: solid windowtext 2pt;
1250
- mso-border-alt: solid windowtext 2pt;
1251
- mso-yfti-tbllook: 480;
1252
- mso-border-insideh: .75pt solid windowtext;
1253
- mso-border-insidev: .75pt solid windowtext;
1254
- font-size: {{smallerfontsize}};
1255
- font-family: {{bodyfont}}; }
1256
-
1257
- table.MsoISOTable th, table.MsoISOTableBig th {
1258
- border: solid windowtext 1pt;
1259
- mso-border-alt: solid windowtext 1pt;
1260
- padding: 0cm 2.85pt 0cm 2.85pt; }
1261
-
1262
- table.MsoISOTable td, table.MsoISOTableBig td {
1263
- border: solid windowtext 1pt;
1264
- mso-border-alt: solid windowtext 1pt;
1265
- padding: 0cm 2.85pt 0cm 2.85pt; }
1266
-
1267
- table.MsoTableGrid {
1268
- mso-style-name: "Table Grid";
1269
- mso-tstyle-rowband-size: 0;
1270
- mso-tstyle-colband-size: 0;
1271
- mso-style-priority: 39;
1272
- mso-style-unhide: no;
1273
- border: solid windowtext 1.0pt;
1274
- mso-border-alt: solid windowtext .5pt;
1275
- mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
1276
- mso-border-insideh: .5pt solid windowtext;
1277
- mso-border-insidev: .5pt solid windowtext;
1278
- mso-para-margin: 0cm;
1279
- mso-para-margin-bottom: .0001pt;
1280
- mso-pagination: widow-orphan;
1281
- font-size: {{smallerfontsize}};
1282
- font-family: {{bodyfont}}; }
1283
-
1284
- table.TableISO {
1285
- mso-style-name: "Table ISO";
1286
- mso-tstyle-rowband-size: 0;
1287
- mso-tstyle-colband-size: 0;
1288
- mso-style-noshow: yes;
1289
- mso-style-priority: 99;
1290
- mso-style-unhide: no;
1291
- mso-style-parent: "";
1292
- border: solid windowtext 2.25pt;
1293
- mso-padding-alt: 0cm 2.85pt 0cm 2.85pt;
1294
- mso-border-insideh: .75pt solid windowtext;
1295
- mso-border-insidev: .75pt solid windowtext;
1296
- mso-para-margin: 0cm;
1297
- mso-pagination: widow-orphan;
1298
- font-size: {{smallerfontsize}};
1299
- font-family: {{bodyfont}};
1300
- mso-ansi-language: EN-HK;
1301
- mso-fareast-language: ZH-CN; }
1302
-
1303
- div.formula {
1304
- tab-stops: right 487.45pt; }
1305
-
1306
- body {
1307
- tab-interval: 36.0pt; }
1308
-
1309
- p.coverpagedocnumber, li.coverpagedocnumber, div.coverpagedocnumber {
1310
- mso-style-name: coverpage_docnumber;
1311
- mso-style-unhide: no;
1312
- mso-margin-top-alt: auto;
1313
- margin-right: 0cm;
1314
- mso-margin-bottom-alt: auto;
1315
- margin-left: 0cm;
1316
- text-align: right;
1317
- mso-pagination: widow-orphan;
1318
- font-size: 14.0pt;
1319
- font-family: "Times New Roman",serif;
1320
- mso-fareast-font-family: DengXian;
1321
- mso-fareast-theme-font: minor-fareast;
1322
- mso-ansi-language: EN-HK;
1323
- mso-fareast-language: JA;
1324
- font-weight: bold; }
1325
-
1326
- p.coverpagetechcommittee, li.coverpagetechcommittee, div.coverpagetechcommittee {
1327
- mso-style-name: coverpage_techcommittee;
1328
- mso-style-unhide: no;
1329
- mso-margin-top-alt: auto;
1330
- margin-right: 0cm;
1331
- mso-margin-bottom-alt: auto;
1332
- margin-left: 0cm;
1333
- text-align: right;
1334
- mso-pagination: widow-orphan;
1335
- font-size: 12.0pt;
1336
- font-family: "Times New Roman",serif;
1337
- mso-fareast-font-family: DengXian;
1338
- mso-fareast-theme-font: minor-fareast;
1339
- mso-ansi-language: EN-HK;
1340
- mso-fareast-language: JA; }
1341
-
1342
- p.coverpagedocstage, li.coverpagedocstage, div.coverpagedocstage {
1343
- mso-style-name: coverpage_docstage;
1344
- mso-style-unhide: no;
1345
- mso-margin-top-alt: auto;
1346
- margin-right: 0cm;
1347
- mso-margin-bottom-alt: auto;
1348
- margin-left: 0cm;
1349
- text-align: center;
1350
- mso-pagination: widow-orphan;
1351
- font-size: 30.0pt;
1352
- font-family: "Times New Roman",serif;
1353
- mso-fareast-font-family: DengXian;
1354
- mso-fareast-theme-font: minor-fareast;
1355
- color: #485094;
1356
- mso-ansi-language: EN-HK;
1357
- mso-fareast-language: JA; }
1358
-
1359
- p.coverpagewarning, li.coverpagewarning, div.coverpagewarning {
1360
- mso-style-name: coverpage_warning;
1361
- mso-style-unhide: no;
1362
- mso-margin-top-alt: auto;
1363
- margin-right: 0cm;
1364
- mso-margin-bottom-alt: auto;
1365
- margin-left: 0cm;
1366
- mso-pagination: widow-orphan;
1367
- font-size: 10.0pt;
1368
- font-family: "Times New Roman",serif;
1369
- mso-fareast-font-family: DengXian;
1370
- mso-fareast-theme-font: minor-fareast;
1371
- color: #485094;
1372
- mso-ansi-language: EN-HK;
1373
- mso-fareast-language: JA; }
1374
-
1375
- p.coverpage, li.coverpage, div.coverpage {
1376
- mso-style-name: coverpage;
1377
- mso-style-unhide: no;
1378
- margin-top: 24.0pt;
1379
- margin-right: 0cm;
1380
- margin-bottom: 24.0pt;
1381
- margin-left: 0cm;
1382
- text-align: center;
1383
- mso-pagination: widow-orphan;
1384
- font-size: 12.0pt;
1385
- font-family: "Times New Roman",serif;
1386
- mso-fareast-font-family: DengXian;
1387
- mso-fareast-theme-font: minor-fareast;
1388
- mso-ansi-language: EN-HK;
1389
- mso-fareast-language: JA; }
1390
-
1391
- p.coverpage-logo, li.coverpage-logo, div.coverpage-logo {
1392
- mso-style-name: coverpage-logo;
1393
- mso-style-unhide: no;
1394
- mso-margin-top-alt: auto;
1395
- margin-right: 0cm;
1396
- mso-margin-bottom-alt: auto;
1397
- margin-left: 0cm;
1398
- mso-pagination: widow-orphan;
1399
- font-size: 12.0pt;
1400
- font-family: "Times New Roman",serif;
1401
- mso-fareast-font-family: DengXian;
1402
- mso-fareast-theme-font: minor-fareast;
1403
- color: #485094;
1404
- mso-ansi-language: EN-HK;
1405
- mso-fareast-language: JA; }
1406
-
1407
- p.coverpage-tc-name, li.coverpage-tc-name, div.coverpage-tc-name {
1408
- mso-style-name: coverpage-tc-name;
1409
- mso-style-unhide: no;
1410
- margin-top: 3.0pt;
1411
- margin-right: 0cm;
1412
- margin-bottom: 3.0pt;
1413
- margin-left: 0cm;
1414
- mso-line-height-alt: 14.4pt;
1415
- mso-pagination: widow-orphan;
1416
- font-size: 14.5pt;
1417
- font-family: "Times New Roman",serif;
1418
- mso-fareast-font-family: DengXian;
1419
- mso-fareast-theme-font: minor-fareast;
1420
- color: #485094;
1421
- mso-ansi-language: EN-HK;
1422
- mso-fareast-language: JA; }
1423
-
1424
- p.coverpage-doc-identity, li.coverpage-doc-identity, div.coverpage-doc-identity {
1425
- mso-style-name: coverpage-doc-identity;
1426
- mso-style-unhide: no;
1427
- margin-top: 6.0pt;
1428
- margin-right: 0cm;
1429
- margin-bottom: 6.0pt;
1430
- margin-left: 0cm;
1431
- line-height: 24.0pt;
1432
- mso-pagination: widow-orphan;
1433
- background: #485094;
1434
- font-size: 24.0pt;
1435
- font-family: "Times New Roman",serif;
1436
- mso-fareast-font-family: DengXian;
1437
- mso-fareast-theme-font: minor-fareast;
1438
- color: white;
1439
- mso-ansi-language: EN-HK;
1440
- mso-fareast-language: JA; }
1441
-
1442
- p.coverpage-title, li.coverpage-title, div.coverpage-title {
1443
- mso-style-name: coverpage-title;
1444
- mso-style-unhide: no;
1445
- mso-margin-top-alt: auto;
1446
- margin-right: 0cm;
1447
- mso-margin-bottom-alt: auto;
1448
- margin-left: 0cm;
1449
- mso-pagination: widow-orphan;
1450
- font-size: 12.0pt;
1451
- font-family: "Times New Roman",serif;
1452
- mso-fareast-font-family: DengXian;
1453
- mso-fareast-theme-font: minor-fareast;
1454
- mso-ansi-language: EN-HK;
1455
- mso-fareast-language: JA; }
1456
-
1457
- p.coverpage-stage-block, li.coverpage-stage-block, div.coverpage-stage-block {
1458
- mso-style-name: coverpage-stage-block;
1459
- mso-style-unhide: no;
1460
- mso-margin-top-alt: auto;
1461
- margin-right: 0cm;
1462
- mso-margin-bottom-alt: auto;
1463
- margin-left: 0cm;
1464
- mso-pagination: widow-orphan;
1465
- font-size: 15.0pt;
1466
- font-family: "Times New Roman",serif;
1467
- mso-fareast-font-family: DengXian;
1468
- mso-fareast-theme-font: minor-fareast;
1469
- mso-ansi-language: EN-HK;
1470
- mso-fareast-language: JA;
1471
- font-weight: bold;
1472
- font-style: italic; }
1473
-
1474
- p.coverpage-warning, li.coverpage-warning, div.coverpage-warning {
1475
- mso-style-name: coverpage-warning;
1476
- mso-style-unhide: no;
1477
- margin-top: 12.0pt;
1478
- margin-right: 24.0pt;
1479
- margin-bottom: 12.0pt;
1480
- margin-left: 24.0pt;
1481
- mso-pagination: widow-orphan;
1482
- border: none;
1483
- mso-border-top-alt: solid #F36F36 .75pt;
1484
- mso-border-bottom-alt: solid #F36F36 .75pt;
1485
- padding: 0cm;
1486
- mso-padding-alt: 12.0pt 0cm 12.0pt 0cm;
1487
- font-size: 12.0pt;
1488
- font-family: "Times New Roman",serif;
1489
- mso-fareast-font-family: DengXian;
1490
- mso-fareast-theme-font: minor-fareast;
1491
- color: #485094;
1492
- mso-ansi-language: EN-HK;
1493
- mso-fareast-language: JA; }
1494
-
1495
- div.doctitle {
1496
- margin-top: 100.0pt;
1497
- text-align: left;
1498
- font-size: 16.0pt; }
1499
-
1500
- div.rule {
1501
- width: 100%;
1502
- height: 1px;
1503
- background-color: #485094;
1504
- margin: 2em 0; }
1505
-
1506
- #toc-list ul {
1507
- margin-bottom: 0.25em; }
1508
-
1509
- #toc-list li {
1510
- list-style-type: none; }
1511
-
1512
- .MsoTocTextSpan, p.msotoctextspan, li.msotoctextspan, div.msotoctextspan {
1513
- mso-style-name: msotoctextspan;
1514
- mso-style-unhide: no;
1515
- mso-margin-top-alt: auto;
1516
- margin-right: 0cm;
1517
- mso-margin-bottom-alt: auto;
1518
- margin-left: 0cm;
1519
- mso-pagination: widow-orphan;
1520
- font-size: 12.0pt;
1521
- font-family: "Times New Roman",serif;
1522
- mso-fareast-font-family: DengXian;
1523
- mso-fareast-theme-font: minor-fareast;
1524
- display: none;
1525
- mso-hide: screen;
1526
- mso-ansi-language: EN-GB;
1527
- mso-fareast-language: JA; }
1528
-
1529
- p.title-second, li.title-second, div.title-second {
1530
- mso-style-name: title-second;
1531
- mso-style-unhide: no;
1532
- mso-margin-top-alt: auto;
1533
- margin-right: 0cm;
1534
- mso-margin-bottom-alt: auto;
1535
- margin-left: 0cm;
1536
- mso-pagination: widow-orphan;
1537
- font-size: 12.0pt;
1538
- font-family: "Times New Roman",serif;
1539
- mso-fareast-font-family: DengXian;
1540
- mso-fareast-theme-font: minor-fareast;
1541
- mso-ansi-language: EN-HK;
1542
- mso-fareast-language: JA; }
1543
-
1544
- p.10, li.10, div.10 {
1545
- mso-style-name: 标题1;
1546
- mso-style-unhide: no;
1547
- mso-margin-top-alt: auto;
1548
- margin-right: 0cm;
1549
- mso-margin-bottom-alt: auto;
1550
- margin-left: 0cm;
1551
- mso-pagination: widow-orphan;
1552
- font-size: 12.0pt;
1553
- font-family: "Times New Roman",serif;
1554
- mso-fareast-font-family: DengXian;
1555
- mso-fareast-theme-font: minor-fareast;
1556
- mso-ansi-language: EN-HK;
1557
- mso-fareast-language: JA; }
1558
-
1559
- p.content, li.content, div.content {
1560
- mso-style-name: content;
1561
- mso-style-unhide: no;
1562
- mso-margin-top-alt: auto;
1563
- margin-right: 0cm;
1564
- mso-margin-bottom-alt: auto;
1565
- margin-left: 0cm;
1566
- mso-pagination: widow-orphan;
1567
- font-size: 12.0pt;
1568
- font-family: "Times New Roman",serif;
1569
- mso-fareast-font-family: DengXian;
1570
- mso-fareast-theme-font: minor-fareast;
1571
- mso-ansi-language: EN-HK;
1572
- mso-fareast-language: JA; }
1573
-
1574
- p.title-second1, li.title-second1, div.title-second1 {
1575
- mso-style-name: title-second1;
1576
- mso-style-unhide: no;
1577
- mso-margin-top-alt: auto;
1578
- margin-right: 0cm;
1579
- mso-margin-bottom-alt: auto;
1580
- margin-left: 0cm;
1581
- mso-pagination: widow-orphan;
1582
- font-size: 12.0pt;
1583
- font-family: "Times New Roman",serif;
1584
- mso-fareast-font-family: DengXian;
1585
- mso-fareast-theme-font: minor-fareast;
1586
- display: none;
1587
- mso-hide: all;
1588
- mso-ansi-language: EN-HK;
1589
- mso-fareast-language: JA; }
1590
-
1591
- p.title1, li.title1, div.title1 {
1592
- mso-style-name: title1;
1593
- mso-style-unhide: no;
1594
- mso-margin-top-alt: auto;
1595
- margin-right: 0cm;
1596
- mso-margin-bottom-alt: auto;
1597
- margin-left: 0cm;
1598
- mso-pagination: widow-orphan;
1599
- font-size: 12.0pt;
1600
- font-family: "Times New Roman",serif;
1601
- mso-fareast-font-family: DengXian;
1602
- mso-fareast-theme-font: minor-fareast;
1603
- color: #F36F36;
1604
- mso-ansi-language: EN-HK;
1605
- mso-fareast-language: JA; }
1606
-
1607
- p.content1, li.content1, div.content1 {
1608
- mso-style-name: content1;
1609
- mso-style-unhide: no;
1610
- mso-margin-top-alt: auto;
1611
- margin-right: 0cm;
1612
- mso-margin-bottom-alt: auto;
1613
- margin-left: 0cm;
1614
- mso-pagination: widow-orphan;
1615
- font-size: 12.0pt;
1616
- font-family: "Times New Roman",serif;
1617
- mso-fareast-font-family: DengXian;
1618
- mso-fareast-theme-font: minor-fareast;
1619
- mso-ansi-language: EN-HK;
1620
- mso-fareast-language: JA;
1621
- font-style: italic; }
1622
-
1623
- p.boilerplate-name1, li.boilerplate-name1, div.boilerplate-name1 {
1624
- mso-style-name: boilerplate-name1;
1625
- mso-style-unhide: no;
1626
- mso-margin-top-alt: auto;
1627
- margin-right: 0cm;
1628
- mso-margin-bottom-alt: auto;
1629
- margin-left: 0cm;
1630
- mso-pagination: widow-orphan;
1631
- font-size: 12.0pt;
1632
- font-family: "Times New Roman",serif;
1633
- mso-fareast-font-family: DengXian;
1634
- mso-fareast-theme-font: minor-fareast;
1635
- color: #485094;
1636
- mso-ansi-language: EN-HK;
1637
- mso-fareast-language: JA;
1638
- font-weight: bold; }
1639
-
1640
- p.boilerplate-address1, li.boilerplate-address1, div.boilerplate-address1 {
1641
- mso-style-name: boilerplate-address1;
1642
- mso-style-unhide: no;
1643
- mso-margin-top-alt: auto;
1644
- margin-right: 0cm;
1645
- mso-margin-bottom-alt: auto;
1646
- margin-left: 0cm;
1647
- mso-pagination: widow-orphan;
1648
- font-size: 12.0pt;
1649
- font-family: "Times New Roman",serif;
1650
- mso-fareast-font-family: DengXian;
1651
- mso-fareast-theme-font: minor-fareast;
1652
- color: #485094;
1653
- mso-ansi-language: EN-HK;
1654
- mso-fareast-language: JA; }
1655
-
1656
- a.TableFootnoteRef, span.TableFootnoteRef, span.tablefootnoteref {
1657
- mso-style-name: tablefootnoteref;
1658
- mso-style-priority: 99;
1659
- mso-style-parent: "Footnote Reference";
1660
- vertical-align: super; }
1661
-
1662
- aside {
1663
- font-size: {{footnotefontsize}}; }
1664
-
1665
- /*
1666
- div.example {
1667
- border:solid black .25pt;
1668
- mso-border-alt:solid black .25pt;
1669
- padding:10pt;
1670
- mso-padding-alt:10.0pt 10.0pt 10.0pt 10.0pt;
1671
- margin:10pt;
1672
- mso-margin-alt:10.0pt 10.0pt 10.0pt 10.0pt;
1673
- }
1674
- */
1675
- /*
1676
- div.example {
1677
- margin-left:70.9pt;
1678
- text-indent:-70.9pt;
1679
- }
1680
- */
1681
- p.Example, li.Example, div.Example, td.Example {
1682
- tab-stops: 70.9pt; }
1683
-
1684
- p.Example, li.Example, td.Example {
1685
- mso-style-name: Example;
1686
- mso-style-link: "Example Char";
1687
- font-size: {{smallerfontsize}};
1688
- font-family: {{bodyfont}}; }
1689
-
1690
- div.Example, td.Example {
1691
- margin: 0in;
1692
- margin-bottom: 6.0pt; }
1693
-
1694
- p.Example, li.Example, div.Example {
1695
- mso-style-unhide: no;
1696
- mso-style-qformat: yes;
1697
- mso-margin-top-alt: auto;
1698
- margin-top: 0cm;
1699
- margin-right: 0cm;
1700
- margin-bottom: 12.0pt;
1701
- margin-left: 0cm;
1702
- text-align: justify;
1703
- line-height: 11.0pt;
1704
- mso-pagination: none;
1705
- mso-pagination: widow-orphan;
1706
- tab-stops: 67.7pt;
1707
- mso-fareast-font-family: Calibri;
1708
- mso-bidi-font-family: "Times New Roman";
1709
- mso-ansi-language: EN-GB;
1710
- mso-fareast-language: EN-US; }
1711
-
1712
- span.ExampleChar {
1713
- mso-style-name: "Example Char";
1714
- mso-style-unhide: no;
1715
- mso-style-locked: yes;
1716
- mso-style-link: Example;
1717
- mso-ansi-language: EN-GB; }
1718
-
1719
- span.stem {
1720
- mso-style-name: stem;
1721
- mso-style-unhide: no;
1722
- font-family: "Cambria Math",serif;
1723
- mso-ascii-font-family: "Cambria Math";
1724
- mso-hansi-font-family: "Cambria Math";
1725
- font-style: italic; }
1726
-
1727
- span.stem1 {
1728
- mso-style-name: stem1;
1729
- mso-style-unhide: no;
1730
- mso-ansi-font-size: 10.0pt;
1731
- mso-bidi-font-size: 10.0pt;
1732
- font-family: "Cambria Math",serif;
1733
- mso-ascii-font-family: "Cambria Math";
1734
- mso-hansi-font-family: "Cambria Math";
1735
- font-style: italic; }
1736
-
1737
- span.addition {
1738
- mso-style-name: addition;
1739
- mso-style-unhide: no;
1740
- color: blue; }
1741
-
1742
- span.deletion {
1743
- mso-style-name: deletion;
1744
- mso-style-unhide: no;
1745
- color: red;
1746
- text-decoration: line-through; }
1747
-
1748
- p.sourcecode1, li.sourcecode1, div.sourcecode1 {
1749
- mso-style-name: sourcecode1;
1750
- mso-style-unhide: no;
1751
- mso-style-qformat: yes;
1752
- mso-style-parent: "";
1753
- margin-top: 0cm;
1754
- margin-right: 0cm;
1755
- margin-bottom: 12.0pt;
1756
- margin-left: 1.0cm;
1757
- line-height: 12.0pt;
1758
- mso-pagination: widow-orphan;
1759
- tab-stops: 20.15pt;
1760
- font-size: 8.0pt;
1761
- font-family: {{monospacefont}};
1762
- mso-fareast-font-family: SimSun;
1763
- mso-ansi-language: EN-GB;
1764
- mso-fareast-language: ZH-CN; }
1765
-
1766
- span.title2 {
1767
- mso-style-name: title2;
1768
- mso-style-unhide: no; }
1769
-
1770
- span.11 {
1771
- mso-style-name: 副标题1;
1772
- mso-style-unhide: no; }
1773
-
1774
- span.partlabel {
1775
- mso-style-name: partlabel;
1776
- mso-style-unhide: no; }
1777
-
1778
- span.part {
1779
- mso-style-name: part;
1780
- mso-style-unhide: no; }
1781
-
1782
- p.zzcopyrighthdr, li.zzcopyrighthdr, div.zzcopyrighthdr {
1783
- mso-style-name: zzcopyrighthdr;
1784
- mso-style-unhide: no;
1785
- mso-margin-top-alt: auto;
1786
- margin-right: 0cm;
1787
- mso-margin-bottom-alt: auto;
1788
- margin-left: 0cm;
1789
- mso-pagination: widow-orphan;
1790
- font-size: 12.0pt;
1791
- font-family: "Times New Roman",serif;
1792
- mso-fareast-font-family: DengXian;
1793
- mso-fareast-theme-font: minor-fareast;
1794
- mso-ansi-language: EN-HK;
1795
- mso-fareast-language: JA; }
1796
-
1797
- span.aubase {
1798
- mso-style-name: au_base;
1799
- mso-style-unhide: no;
1800
- mso-style-parent: "";
1801
- font-family: {{bodyfont}};
1802
- mso-ascii-font-family: Cambria;
1803
- mso-hansi-font-family: Cambria; }
1804
-
1805
- span.aucollab {
1806
- mso-style-name: au_collab;
1807
- mso-style-unhide: no;
1808
- mso-style-parent: "";
1809
- font-family: {{bodyfont}};
1810
- mso-ascii-font-family: Cambria;
1811
- mso-hansi-font-family: Cambria;
1812
- border: none;
1813
- {% if stage_int >= 40 and stage_int < 60 %}background:silver;{% endif %} }
1814
-
1815
- span.audeg {
1816
- mso-style-name: au_deg;
1817
- mso-style-unhide: no;
1818
- mso-style-parent: "";
1819
- mso-ansi-font-size: 11.0pt;
1820
- font-family: {{bodyfont}};
1821
- mso-ascii-font-family: Cambria;
1822
- mso-hansi-font-family: Cambria;
1823
- border: none;
1824
- {% if stage_int >= 40 and stage_int < 60 %}background:yellow;{% endif %} }
1825
-
1826
- span.aufname {
1827
- mso-style-name: au_fname;
1828
- mso-style-unhide: no;
1829
- mso-style-parent: "";
1830
- mso-ansi-font-size: 11.0pt;
1831
- font-family: {{bodyfont}};
1832
- mso-ascii-font-family: Cambria;
1833
- mso-hansi-font-family: Cambria;
1834
- border: none;
1835
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFFFCC;{% endif %} }
1836
-
1837
- span.aurole {
1838
- mso-style-name: au_role;
1839
- mso-style-unhide: no;
1840
- mso-style-parent: "";
1841
- mso-ansi-font-size: 11.0pt;
1842
- font-family: {{bodyfont}};
1843
- mso-ascii-font-family: Cambria;
1844
- mso-hansi-font-family: Cambria;
1845
- border: none;
1846
- {% if stage_int >= 40 and stage_int < 60 %}background:olive;{% endif %} }
1847
-
1848
- span.ausuffix {
1849
- mso-style-name: au_suffix;
1850
- mso-style-unhide: no;
1851
- mso-style-parent: "";
1852
- mso-ansi-font-size: 11.0pt;
1853
- font-family: {{bodyfont}};
1854
- mso-ascii-font-family: Cambria;
1855
- mso-hansi-font-family: Cambria;
1856
- border: none;
1857
- {% if stage_int >= 40 and stage_int < 60 %}background:fuchsia;{% endif %} }
1858
-
1859
- span.ausurname {
1860
- mso-style-name: au_surname;
1861
- mso-style-unhide: no;
1862
- mso-style-parent: "";
1863
- mso-ansi-font-size: 11.0pt;
1864
- font-family: {{bodyfont}};
1865
- mso-ascii-font-family: Cambria;
1866
- mso-hansi-font-family: Cambria;
1867
- border: none;
1868
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %} }
1869
-
1870
- span.bibbase {
1871
- mso-style-name: bib_base;
1872
- mso-style-unhide: no;
1873
- mso-style-parent: "";
1874
- font-family: {{bodyfont}};
1875
- mso-ascii-font-family: Cambria;
1876
- mso-hansi-font-family: Cambria; }
1877
-
1878
- span.bibarticle {
1879
- mso-style-name: bib_article;
1880
- mso-style-unhide: no;
1881
- mso-style-parent: "";
1882
- font-family: {{bodyfont}};
1883
- mso-ascii-font-family: Cambria;
1884
- mso-hansi-font-family: Cambria;
1885
- border: none;
1886
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCFFFF;{% endif %} }
1887
-
1888
- span.bibcomment {
1889
- mso-style-name: bib_comment;
1890
- mso-style-unhide: no;
1891
- mso-style-parent: bib_base;
1892
- font-family: {{bodyfont}};
1893
- mso-ascii-font-family: Cambria;
1894
- mso-hansi-font-family: Cambria; }
1895
-
1896
- span.bibdeg {
1897
- mso-style-name: bib_deg;
1898
- mso-style-unhide: no;
1899
- mso-style-parent: bib_base;
1900
- font-family: {{bodyfont}};
1901
- mso-ascii-font-family: Cambria;
1902
- mso-hansi-font-family: Cambria; }
1903
-
1904
- span.bibdoi {
1905
- mso-style-name: bib_doi;
1906
- mso-style-unhide: no;
1907
- mso-style-parent: "";
1908
- font-family: {{bodyfont}};
1909
- mso-ascii-font-family: Cambria;
1910
- mso-hansi-font-family: Cambria;
1911
- border: none;
1912
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %} }
1913
-
1914
- span.bibetal {
1915
- mso-style-name: bib_etal;
1916
- mso-style-unhide: no;
1917
- mso-style-parent: "";
1918
- font-family: {{bodyfont}};
1919
- mso-ascii-font-family: Cambria;
1920
- mso-hansi-font-family: Cambria;
1921
- border: none;
1922
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %} }
1923
-
1924
- span.bibfname {
1925
- mso-style-name: bib_fname;
1926
- mso-style-unhide: no;
1927
- mso-style-parent: "";
1928
- font-family: {{bodyfont}};
1929
- mso-ascii-font-family: Cambria;
1930
- mso-hansi-font-family: Cambria;
1931
- border: none;
1932
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFFFCC;{% endif %} }
1933
-
1934
- span.bibfpage {
1935
- mso-style-name: bib_fpage;
1936
- mso-style-unhide: no;
1937
- mso-style-parent: "";
1938
- font-family: {{bodyfont}};
1939
- mso-ascii-font-family: Cambria;
1940
- mso-hansi-font-family: Cambria;
1941
- border: none;
1942
- {% if stage_int >= 40 and stage_int < 60 %}background:#E6E6E6;{% endif %} }
1943
-
1944
- span.bibissue {
1945
- mso-style-name: bib_issue;
1946
- mso-style-unhide: no;
1947
- mso-style-parent: "";
1948
- font-family: {{bodyfont}};
1949
- mso-ascii-font-family: Cambria;
1950
- mso-hansi-font-family: Cambria;
1951
- border: none;
1952
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFFFAB;{% endif %} }
1953
-
1954
- span.bibjournal {
1955
- mso-style-name: bib_journal;
1956
- mso-style-unhide: no;
1957
- mso-style-parent: "";
1958
- font-family: {{bodyfont}};
1959
- mso-ascii-font-family: Cambria;
1960
- mso-hansi-font-family: Cambria;
1961
- border: none;
1962
- {% if stage_int >= 40 and stage_int < 60 %}background:#F9DECF;{% endif %} }
1963
-
1964
- span.biblpage {
1965
- mso-style-name: bib_lpage;
1966
- mso-style-unhide: no;
1967
- mso-style-parent: "";
1968
- font-family: {{bodyfont}};
1969
- mso-ascii-font-family: Cambria;
1970
- mso-hansi-font-family: Cambria;
1971
- border: none;
1972
- {% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %} }
1973
-
1974
- span.bibnumber {
1975
- mso-style-name: bib_number;
1976
- mso-style-unhide: no;
1977
- mso-style-parent: "";
1978
- font-family: {{bodyfont}};
1979
- mso-ascii-font-family: Cambria;
1980
- mso-hansi-font-family: Cambria;
1981
- border: none;
1982
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCCCFF;{% endif %} }
1983
-
1984
- span.biborganization {
1985
- mso-style-name: bib_organization;
1986
- mso-style-unhide: no;
1987
- mso-style-parent: "";
1988
- font-family: {{bodyfont}};
1989
- mso-ascii-font-family: Cambria;
1990
- mso-hansi-font-family: Cambria;
1991
- border: none;
1992
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %} }
1993
-
1994
- span.bibsuffix {
1995
- mso-style-name: bib_suffix;
1996
- mso-style-unhide: no;
1997
- mso-style-parent: bib_base;
1998
- font-family: {{bodyfont}};
1999
- mso-ascii-font-family: Cambria;
2000
- mso-hansi-font-family: Cambria; }
2001
-
2002
- span.bibsuppl {
2003
- mso-style-name: bib_suppl;
2004
- mso-style-unhide: no;
2005
- mso-style-parent: "";
2006
- font-family: {{bodyfont}};
2007
- mso-ascii-font-family: Cambria;
2008
- mso-hansi-font-family: Cambria;
2009
- border: none;
2010
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFCC66;{% endif %} }
2011
-
2012
- span.bibsurname {
2013
- mso-style-name: bib_surname;
2014
- mso-style-unhide: no;
2015
- mso-style-parent: "";
2016
- font-family: {{bodyfont}};
2017
- mso-ascii-font-family: Cambria;
2018
- mso-hansi-font-family: Cambria;
2019
- border: none;
2020
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %} }
2021
-
2022
- span.bibunpubl {
2023
- mso-style-name: bib_unpubl;
2024
- mso-style-unhide: no;
2025
- mso-style-parent: bib_base;
2026
- font-family: {{bodyfont}};
2027
- mso-ascii-font-family: Cambria;
2028
- mso-hansi-font-family: Cambria; }
2029
-
2030
- span.biburl {
2031
- mso-style-name: bib_url;
2032
- mso-style-unhide: no;
2033
- mso-style-parent: "";
2034
- font-family: {{bodyfont}};
2035
- mso-ascii-font-family: Cambria;
2036
- mso-hansi-font-family: Cambria;
2037
- border: none;
2038
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCFF66;{% endif %} }
2039
-
2040
- span.bibvolume {
2041
- mso-style-name: bib_volume;
2042
- mso-style-unhide: no;
2043
- mso-style-parent: "";
2044
- font-family: {{bodyfont}};
2045
- mso-ascii-font-family: Cambria;
2046
- mso-hansi-font-family: Cambria;
2047
- border: none;
2048
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCECFF;{% endif %} }
2049
-
2050
- span.bibyear {
2051
- mso-style-name: bib_year;
2052
- mso-style-unhide: no;
2053
- mso-style-parent: "";
2054
- font-family: {{bodyfont}};
2055
- mso-ascii-font-family: Cambria;
2056
- mso-hansi-font-family: Cambria;
2057
- border: none;
2058
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFCCFF;{% endif %} }
2059
-
2060
- span.citebase {
2061
- mso-style-name: cite_base;
2062
- mso-style-unhide: no;
2063
- mso-style-parent: "";
2064
- font-family: {{bodyfont}};
2065
- mso-ascii-font-family: Cambria;
2066
- mso-hansi-font-family: Cambria; }
2067
-
2068
- span.citebib {
2069
- mso-style-name: cite_bib;
2070
- mso-style-unhide: no;
2071
- mso-style-parent: "";
2072
- font-family: {{bodyfont}};
2073
- mso-ascii-font-family: Cambria;
2074
- mso-hansi-font-family: Cambria;
2075
- border: none;
2076
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCFFFF;{% endif %} }
2077
-
2078
- span.citebox {
2079
- mso-style-name: cite_box;
2080
- mso-style-unhide: no;
2081
- mso-style-parent: cite_base;
2082
- font-family: {{bodyfont}};
2083
- mso-ascii-font-family: Cambria;
2084
- mso-hansi-font-family: Cambria; }
2085
-
2086
- span.citeen {
2087
- mso-style-name: cite_en;
2088
- mso-style-unhide: no;
2089
- mso-style-parent: "";
2090
- font-family: {{bodyfont}};
2091
- mso-ascii-font-family: Cambria;
2092
- mso-hansi-font-family: Cambria;
2093
- border: none;
2094
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFFF99;{% endif %}
2095
- vertical-align: super; }
2096
-
2097
- span.citefig {
2098
- mso-style-name: cite_fig;
2099
- mso-style-unhide: no;
2100
- mso-style-parent: "";
2101
- font-family: {{bodyfont}};
2102
- mso-ascii-font-family: Cambria;
2103
- mso-hansi-font-family: Cambria;
2104
- color: windowtext;
2105
- border: none;
2106
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %} }
2107
-
2108
- span.citefn {
2109
- mso-style-name: cite_fn;
2110
- mso-style-unhide: no;
2111
- mso-style-parent: "";
2112
- mso-ansi-font-size: 11.0pt;
2113
- font-family: {{bodyfont}};
2114
- mso-ascii-font-family: Cambria;
2115
- mso-hansi-font-family: Cambria;
2116
- color: windowtext;
2117
- border: none;
2118
- {% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %}
2119
- vertical-align: baseline; }
2120
-
2121
- span.citetbl {
2122
- mso-style-name: cite_tbl;
2123
- mso-style-unhide: no;
2124
- mso-style-parent: "";
2125
- font-family: {{bodyfont}};
2126
- mso-ascii-font-family: Cambria;
2127
- mso-hansi-font-family: Cambria;
2128
- color: windowtext;
2129
- border: none;
2130
- {% if stage_int >= 40 and stage_int < 60 %}background:#FF9999;{% endif %} }
2131
-
2132
- span.stdbase {
2133
- mso-style-name: std_base;
2134
- mso-style-unhide: no;
2135
- mso-style-parent: "";
2136
- font-family: {{bodyfont}};
2137
- mso-ascii-font-family: Cambria;
2138
- mso-hansi-font-family: Cambria; }
2139
-
2140
- span.bibextlink {
2141
- mso-style-name: bib_extlink;
2142
- mso-style-unhide: no;
2143
- mso-style-parent: "";
2144
- font-family: {{bodyfont}};
2145
- mso-ascii-font-family: Cambria;
2146
- mso-hansi-font-family: Cambria;
2147
- border: none;
2148
- {% if stage_int >= 40 and stage_int < 60 %}background:#6CCE9D;{% endif %} }
2149
-
2150
- span.citeeq {
2151
- mso-style-name: cite_eq;
2152
- mso-style-unhide: no;
2153
- mso-style-parent: "";
2154
- font-family: {{bodyfont}};
2155
- mso-ascii-font-family: Cambria;
2156
- mso-hansi-font-family: Cambria;
2157
- border: none;
2158
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFAE37;{% endif %} }
2159
-
2160
- span.bibmedline {
2161
- mso-style-name: bib_medline;
2162
- mso-style-unhide: no;
2163
- mso-style-parent: bib_base;
2164
- font-family: {{bodyfont}};
2165
- mso-ascii-font-family: Cambria;
2166
- mso-hansi-font-family: Cambria; }
2167
-
2168
- span.citetfn {
2169
- mso-style-name: cite_tfn;
2170
- mso-style-unhide: no;
2171
- mso-style-parent: "";
2172
- font-family: {{bodyfont}};
2173
- mso-ascii-font-family: Cambria;
2174
- mso-hansi-font-family: Cambria;
2175
- border: none;
2176
- {% if stage_int >= 40 and stage_int < 60 %}background:#FBBA79;{% endif %} }
2177
-
2178
- span.auprefix {
2179
- mso-style-name: au_prefix;
2180
- mso-style-unhide: no;
2181
- mso-style-parent: "";
2182
- mso-ansi-font-size: 11.0pt;
2183
- font-family: {{bodyfont}};
2184
- mso-ascii-font-family: Cambria;
2185
- mso-hansi-font-family: Cambria;
2186
- border: none;
2187
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFCC99;{% endif %} }
2188
-
2189
- span.citeapp {
2190
- mso-style-name: cite_app;
2191
- mso-style-unhide: no;
2192
- mso-style-parent: "";
2193
- font-family: {{bodyfont}};
2194
- mso-ascii-font-family: Cambria;
2195
- mso-hansi-font-family: Cambria;
2196
- border: none;
2197
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCFF33;{% endif %} }
2198
-
2199
- span.citesec {
2200
- mso-style-name: cite_sec;
2201
- mso-style-unhide: no;
2202
- mso-style-parent: "";
2203
- font-family: {{bodyfont}};
2204
- mso-ascii-font-family: Cambria;
2205
- mso-hansi-font-family: Cambria;
2206
- border: none;
2207
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFCCCC;{% endif %} }
2208
-
2209
- span.stddocNumber {
2210
- mso-style-name: std_docNumber;
2211
- mso-style-unhide: no;
2212
- mso-style-parent: "";
2213
- font-family: {{bodyfont}};
2214
- mso-ascii-font-family: Cambria;
2215
- mso-hansi-font-family: Cambria;
2216
- border: none;
2217
- {% if stage_int >= 40 and stage_int < 60 %}background:#F2DBDB;{% endif %} }
2218
-
2219
- span.stddocPartNumber {
2220
- mso-style-name: std_docPartNumber;
2221
- mso-style-unhide: no;
2222
- mso-style-parent: "";
2223
- font-family: {{bodyfont}};
2224
- mso-ascii-font-family: Cambria;
2225
- mso-hansi-font-family: Cambria;
2226
- border: none;
2227
- {% if stage_int >= 40 and stage_int < 60 %}background:#EAF1DD;{% endif %} }
2228
-
2229
- span.stddocTitle {
2230
- mso-style-name: std_docTitle;
2231
- mso-style-unhide: no;
2232
- mso-style-parent: "";
2233
- font-family: {{bodyfont}};
2234
- mso-ascii-font-family: Cambria;
2235
- mso-hansi-font-family: Cambria;
2236
- border: none;
2237
- {% if stage_int >= 40 and stage_int < 60 %}background:#FDE9D9;{% endif %}
2238
- font-style: italic;
2239
- mso-bidi-font-style: normal; }
2240
-
2241
- span.aumember {
2242
- mso-style-name: au_member;
2243
- mso-style-unhide: no;
2244
- mso-style-parent: "";
2245
- mso-ansi-font-size: 11.0pt;
2246
- font-family: {{bodyfont}};
2247
- mso-ascii-font-family: Cambria;
2248
- mso-hansi-font-family: Cambria;
2249
- border: none;
2250
- {% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %} }
2251
-
2252
- span.stdfootnote {
2253
- mso-style-name: std_footnote;
2254
- mso-style-unhide: no;
2255
- mso-style-parent: "";
2256
- font-family: {{bodyfont}};
2257
- mso-ascii-font-family: Cambria;
2258
- mso-hansi-font-family: Cambria;
2259
- border: none;
2260
- {% if stage_int >= 40 and stage_int < 60 %}background:#F2F2F2;{% endif %} }
2261
-
2262
- span.stdpublisher {
2263
- mso-style-name: std_publisher;
2264
- mso-style-unhide: no;
2265
- mso-style-parent: "";
2266
- font-family: {{bodyfont}};
2267
- mso-ascii-font-family: Cambria;
2268
- mso-hansi-font-family: Cambria;
2269
- border: none;
2270
- {% if stage_int >= 40 and stage_int < 60 %}background:#C6D9F1;{% endif %} }
2271
-
2272
- span.stdsection {
2273
- mso-style-name: std_section;
2274
- mso-style-unhide: no;
2275
- mso-style-parent: "";
2276
- font-family: {{bodyfont}};
2277
- mso-ascii-font-family: Cambria;
2278
- mso-hansi-font-family: Cambria;
2279
- border: none;
2280
- {% if stage_int >= 40 and stage_int < 60 %}background:#E5DFEC;{% endif %} }
2281
-
2282
- span.stdyear {
2283
- mso-style-name: std_year;
2284
- mso-style-unhide: no;
2285
- mso-style-parent: "";
2286
- font-family: {{bodyfont}};
2287
- mso-ascii-font-family: Cambria;
2288
- mso-hansi-font-family: Cambria;
2289
- border: none;
2290
- {% if stage_int >= 40 and stage_int < 60 %}background:#DAEEF3;{% endif %} }
2291
-
2292
- span.stddocumentType {
2293
- mso-style-name: std_documentType;
2294
- mso-style-unhide: no;
2295
- mso-style-parent: "";
2296
- font-family: {{bodyfont}};
2297
- mso-ascii-font-family: Cambria;
2298
- mso-hansi-font-family: Cambria;
2299
- border: none;
2300
- {% if stage_int >= 40 and stage_int < 60 %}background:#7DE1DF;{% endif %} }
2301
-
2302
- span.bibalt-year {
2303
- mso-style-name: bib_alt-year;
2304
- mso-style-unhide: no;
2305
- mso-style-parent: "";
2306
- mso-bidi-font-size: 12.0pt;
2307
- font-family: {{bodyfont}};
2308
- mso-ascii-font-family: Cambria;
2309
- mso-hansi-font-family: Cambria;
2310
- border: none;
2311
- {% if stage_int >= 40 and stage_int < 60 %}background:#CC99FF;{% endif %} }
2312
-
2313
- span.bibbook {
2314
- mso-style-name: bib_book;
2315
- mso-style-unhide: no;
2316
- mso-style-parent: "";
2317
- font-family: {{bodyfont}};
2318
- mso-ascii-font-family: Cambria;
2319
- mso-hansi-font-family: Cambria;
2320
- border: none;
2321
- {% if stage_int >= 40 and stage_int < 60 %}background:#99CCFF;{% endif %} }
2322
-
2323
- span.bibchapterno {
2324
- mso-style-name: bib_chapterno;
2325
- mso-style-unhide: no;
2326
- mso-style-parent: "";
2327
- font-family: {{bodyfont}};
2328
- mso-ascii-font-family: Cambria;
2329
- mso-hansi-font-family: Cambria;
2330
- border: none;
2331
- {% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %} }
2332
-
2333
- span.bibchaptertitle {
2334
- mso-style-name: bib_chaptertitle;
2335
- mso-style-unhide: no;
2336
- mso-style-parent: "";
2337
- font-family: {{bodyfont}};
2338
- mso-ascii-font-family: Cambria;
2339
- mso-hansi-font-family: Cambria;
2340
- border: none;
2341
- {% if stage_int >= 40 and stage_int < 60 %}background:#FF9D5B;{% endif %} }
2342
-
2343
- span.bibed-etal {
2344
- mso-style-name: bib_ed-etal;
2345
- mso-style-unhide: no;
2346
- mso-style-parent: "";
2347
- font-family: {{bodyfont}};
2348
- mso-ascii-font-family: Cambria;
2349
- mso-hansi-font-family: Cambria;
2350
- border: none;
2351
- {% if stage_int >= 40 and stage_int < 60 %}background:#00F4EE;{% endif %} }
2352
-
2353
- span.bibed-fname {
2354
- mso-style-name: bib_ed-fname;
2355
- mso-style-unhide: no;
2356
- mso-style-parent: "";
2357
- font-family: {{bodyfont}};
2358
- mso-ascii-font-family: Cambria;
2359
- mso-hansi-font-family: Cambria;
2360
- border: none;
2361
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFFFB7;{% endif %} }
2362
-
2363
- span.bibeditionno {
2364
- mso-style-name: bib_editionno;
2365
- mso-style-unhide: no;
2366
- mso-style-parent: "";
2367
- font-family: {{bodyfont}};
2368
- mso-ascii-font-family: Cambria;
2369
- mso-hansi-font-family: Cambria;
2370
- border: none;
2371
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFCC00;{% endif %} }
2372
-
2373
- span.bibed-organization {
2374
- mso-style-name: bib_ed-organization;
2375
- mso-style-unhide: no;
2376
- mso-style-parent: "";
2377
- font-family: {{bodyfont}};
2378
- mso-ascii-font-family: Cambria;
2379
- mso-hansi-font-family: Cambria;
2380
- border: none;
2381
- {% if stage_int >= 40 and stage_int < 60 %}background:#FCAAC3;{% endif %} }
2382
-
2383
- span.bibed-suffix {
2384
- mso-style-name: bib_ed-suffix;
2385
- mso-style-unhide: no;
2386
- mso-style-parent: "";
2387
- font-family: {{bodyfont}};
2388
- mso-ascii-font-family: Cambria;
2389
- mso-hansi-font-family: Cambria;
2390
- border: none;
2391
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %} }
2392
-
2393
- span.bibed-surname {
2394
- mso-style-name: bib_ed-surname;
2395
- mso-style-unhide: no;
2396
- mso-style-parent: "";
2397
- font-family: {{bodyfont}};
2398
- mso-ascii-font-family: Cambria;
2399
- mso-hansi-font-family: Cambria;
2400
- border: none;
2401
- {% if stage_int >= 40 and stage_int < 60 %}background:yellow;{% endif %} }
2402
-
2403
- span.bibinstitution {
2404
- mso-style-name: bib_institution;
2405
- mso-style-unhide: no;
2406
- mso-style-parent: "";
2407
- font-family: {{bodyfont}};
2408
- mso-ascii-font-family: Cambria;
2409
- mso-hansi-font-family: Cambria;
2410
- border: none;
2411
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %} }
2412
-
2413
- span.bibisbn {
2414
- mso-style-name: bib_isbn;
2415
- mso-style-unhide: no;
2416
- mso-style-parent: "";
2417
- font-family: {{bodyfont}};
2418
- mso-ascii-font-family: Cambria;
2419
- mso-hansi-font-family: Cambria;
2420
- {% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %} }
2421
-
2422
- span.biblocation {
2423
- mso-style-name: bib_location;
2424
- mso-style-unhide: no;
2425
- mso-style-parent: "";
2426
- font-family: {{bodyfont}};
2427
- mso-ascii-font-family: Cambria;
2428
- mso-hansi-font-family: Cambria;
2429
- border: none;
2430
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFCCCC;{% endif %} }
2431
-
2432
- span.bibpagecount {
2433
- mso-style-name: bib_pagecount;
2434
- mso-style-unhide: no;
2435
- mso-style-parent: "";
2436
- font-family: {{bodyfont}};
2437
- mso-ascii-font-family: Cambria;
2438
- mso-hansi-font-family: Cambria;
2439
- border: none;
2440
- {% if stage_int >= 40 and stage_int < 60 %}background:lime;{% endif %} }
2441
-
2442
- span.bibpatent {
2443
- mso-style-name: bib_patent;
2444
- mso-style-unhide: no;
2445
- mso-style-parent: "";
2446
- font-family: {{bodyfont}};
2447
- mso-ascii-font-family: Cambria;
2448
- mso-hansi-font-family: Cambria;
2449
- border: none;
2450
- {% if stage_int >= 40 and stage_int < 60 %}background:#66FFCC;{% endif %} }
2451
-
2452
- span.bibpublisher {
2453
- mso-style-name: bib_publisher;
2454
- mso-style-unhide: no;
2455
- mso-style-parent: "";
2456
- font-family: {{bodyfont}};
2457
- mso-ascii-font-family: Cambria;
2458
- mso-hansi-font-family: Cambria;
2459
- border: none;
2460
- {% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %} }
2461
-
2462
- span.bibreportnum {
2463
- mso-style-name: bib_reportnum;
2464
- mso-style-unhide: no;
2465
- mso-style-parent: "";
2466
- font-family: {{bodyfont}};
2467
- mso-ascii-font-family: Cambria;
2468
- mso-hansi-font-family: Cambria;
2469
- border: none;
2470
- {% if stage_int >= 40 and stage_int < 60 %}background:#CCCCFF;{% endif %} }
2471
-
2472
- span.bibschool {
2473
- mso-style-name: bib_school;
2474
- mso-style-unhide: no;
2475
- mso-style-parent: "";
2476
- font-family: {{bodyfont}};
2477
- mso-ascii-font-family: Cambria;
2478
- mso-hansi-font-family: Cambria;
2479
- border: none;
2480
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFCC66;{% endif %} }
2481
-
2482
- span.bibseries {
2483
- mso-style-name: bib_series;
2484
- mso-style-unhide: no;
2485
- mso-style-parent: "";
2486
- font-family: {{bodyfont}};
2487
- mso-ascii-font-family: Cambria;
2488
- mso-hansi-font-family: Cambria;
2489
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFCC99;{% endif %} }
2490
-
2491
- span.bibseriesno {
2492
- mso-style-name: bib_seriesno;
2493
- mso-style-unhide: no;
2494
- mso-style-parent: "";
2495
- font-family: {{bodyfont}};
2496
- mso-ascii-font-family: Cambria;
2497
- mso-hansi-font-family: Cambria;
2498
- {% if stage_int >= 40 and stage_int < 60 %}background:#FFFF99;{% endif %} }
2499
-
2500
- span.bibtrans {
2501
- mso-style-name: bib_trans;
2502
- mso-style-unhide: no;
2503
- mso-style-parent: "";
2504
- font-family: {{bodyfont}};
2505
- mso-ascii-font-family: Cambria;
2506
- mso-hansi-font-family: Cambria;
2507
- {% if stage_int >= 40 and stage_int < 60 %}background:#99CC00;{% endif %} }
2508
-
2509
- span.stdsuppl {
2510
- mso-style-name: std_suppl;
2511
- mso-style-unhide: no;
2512
- mso-style-parent: "";
2513
- font-family: {{bodyfont}};
2514
- mso-ascii-font-family: Cambria;
2515
- mso-hansi-font-family: Cambria;
2516
- border: none;
2517
- {% if stage_int >= 40 and stage_int < 60 %}background:#F6FBB5;{% endif %} }
2518
-
2519
- span.citesection {
2520
- mso-style-name: cite_section;
2521
- mso-style-unhide: no;
2522
- mso-style-parent: "";
2523
- font-family: {{bodyfont}};
2524
- mso-ascii-font-family: Cambria;
2525
- mso-hansi-font-family: Cambria;
2526
- border: none;
2527
- {% if stage_int >= 40 and stage_int < 60 %}background:#FF7C80;{% endif %} }
2528
-
2529
- p.BaseText, li.BaseText, div.BaseText {
2530
- mso-style-name: Base_Text;
2531
- mso-style-unhide: no;
2532
- mso-style-qformat: yes;
2533
- mso-style-parent: "";
2534
- margin-top: 0cm;
2535
- margin-right: 0cm;
2536
- margin-bottom: 12.0pt;
2537
- margin-left: 0cm;
2538
- text-align: justify;
2539
- text-justify: inter-ideograph;
2540
- line-height: 12.0pt;
2541
- mso-pagination: widow-orphan;
2542
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
2543
- font-size: {{normalfontsize}};
2544
- font-family: {{bodyfont}};
2545
- mso-fareast-font-family: Calibri;
2546
- mso-bidi-font-family: "Times New Roman";
2547
- mso-ansi-language: EN-GB;
2548
- mso-fareast-language: EN-US; }
2549
-
2550
- p.BiblioEntry, li.BiblioEntry, div.BiblioEntry {
2551
- mso-style-name: "Biblio Entry";
2552
- mso-style-unhide: no;
2553
- mso-style-parent: Base_Text;
2554
- margin-top: 0cm;
2555
- margin-right: 0cm;
2556
- margin-bottom: 12.0pt;
2557
- margin-left: 33.1pt;
2558
- text-indent: -33.1pt;
2559
- line-height: 12.0pt;
2560
- mso-pagination: widow-orphan;
2561
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
2562
- font-size: {{normalfontsize}};
2563
- font-family: {{bodyfont}};
2564
- mso-fareast-font-family: Calibri;
2565
- mso-bidi-font-family: "Times New Roman";
2566
- mso-ansi-language: EN-GB;
2567
- mso-fareast-language: EN-US; }
2568
-
2569
- p.BodyText-, li.BodyText-, div.BodyText- {
2570
- mso-style-name: "Body Text \(-\)";
2571
- mso-style-unhide: no;
2572
- mso-style-parent: Base_Text;
2573
- margin-top: 0cm;
2574
- margin-right: 0cm;
2575
- margin-bottom: 12.0pt;
2576
- margin-left: 0cm;
2577
- text-align: justify;
2578
- text-justify: inter-ideograph;
2579
- line-height: 11.0pt;
2580
- mso-pagination: widow-orphan;
2581
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
2582
- font-size: 9.0pt;
2583
- mso-bidi-font-size: {{normalfontsize}};
2584
- font-family: {{bodyfont}};
2585
- mso-fareast-font-family: Calibri;
2586
- mso-bidi-font-family: "Times New Roman";
2587
- mso-ansi-language: EN-GB;
2588
- mso-fareast-language: EN-US; }
2589
-
2590
- p.BodyTextindent1, li.BodyTextindent1, div.BodyTextindent1 {
2591
- mso-style-name: "Body Text indent 1";
2592
- mso-style-unhide: no;
2593
- mso-style-parent: Base_Text;
2594
- margin-top: 0cm;
2595
- margin-right: 0cm;
2596
- margin-bottom: 12.0pt;
2597
- margin-left: 20.15pt;
2598
- text-align: justify;
2599
- text-justify: inter-ideograph;
2600
- line-height: 12.0pt;
2601
- mso-pagination: widow-orphan;
2602
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
2603
- font-size: {{normalfontsize}};
2604
- font-family: {{bodyfont}};
2605
- mso-fareast-font-family: Calibri;
2606
- mso-bidi-font-family: "Times New Roman";
2607
- mso-ansi-language: EN-GB;
2608
- mso-fareast-language: EN-US; }
2609
-
2610
- p.BodyTextindent1-, li.BodyTextindent1-, div.BodyTextindent1- {
2611
- mso-style-name: "Body Text indent 1 \(-\)";
2612
- mso-style-unhide: no;
2613
- mso-style-parent: "Body Text indent 1";
2614
- margin-top: 0cm;
2615
- margin-right: 0cm;
2616
- margin-bottom: 12.0pt;
2617
- margin-left: 20.15pt;
2618
- text-align: justify;
2619
- text-justify: inter-ideograph;
2620
- line-height: 11.0pt;
2621
- mso-pagination: widow-orphan;
2622
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
2623
- font-size: 9.0pt;
2624
- mso-bidi-font-size: {{normalfontsize}};
2625
- font-family: {{bodyfont}};
2626
- mso-fareast-font-family: Calibri;
2627
- mso-bidi-font-family: "Times New Roman";
2628
- mso-ansi-language: EN-GB;
2629
- mso-fareast-language: EN-US; }
2630
-
2631
- p.BodyTextIndent21, li.BodyTextIndent21, div.BodyTextIndent21 {
2632
- mso-style-name: "Body Text Indent 21";
2633
- mso-style-unhide: no;
2634
- margin-top: 0cm;
2635
- margin-right: 0cm;
2636
- margin-bottom: 12.0pt;
2637
- margin-left: 40.25pt;
2638
- text-align: justify;
2639
- text-justify: inter-ideograph;
2640
- line-height: 12.0pt;
2641
- mso-pagination: widow-orphan;
2642
- font-size: {{normalfontsize}};
2643
- mso-bidi-font-size: 10.0pt;
2644
- font-family: {{bodyfont}};
2645
- mso-fareast-font-family: "MS Mincho";
2646
- mso-bidi-font-family: "Times New Roman";
2647
- mso-ansi-language: EN-GB;
2648
- mso-fareast-language: JA; }
2649
-
2650
- p.BodyTextindent2-, li.BodyTextindent2-, div.BodyTextindent2- {
2651
- mso-style-name: "Body Text indent 2 \(-\)";
2652
- mso-style-unhide: no;
2653
- mso-style-parent: "Body Text Indent 22";
2654
- margin-top: 0cm;
2655
- margin-right: 0cm;
2656
- margin-bottom: 12.0pt;
2657
- margin-left: 40.25pt;
2658
- text-align: justify;
2659
- text-justify: inter-ideograph;
2660
- line-height: 11.0pt;
2661
- mso-pagination: widow-orphan;
2662
- font-size: 9.0pt;
2663
- mso-bidi-font-size: 10.0pt;
2664
- font-family: {{bodyfont}};
2665
- mso-fareast-font-family: "MS Mincho";
2666
- mso-bidi-font-family: "Times New Roman";
2667
- mso-ansi-language: EN-GB;
2668
- mso-fareast-language: JA; }
2669
-
2670
- p.BodyTextIndent31, li.BodyTextIndent31, div.BodyTextIndent31 {
2671
- mso-style-name: "Body Text Indent 31";
2672
- mso-style-unhide: no;
2673
- mso-style-parent: "Body Text Indent 21";
2674
- margin-top: 0cm;
2675
- margin-right: 0cm;
2676
- margin-bottom: 12.0pt;
2677
- margin-left: 60.1pt;
2678
- text-align: justify;
2679
- text-justify: inter-ideograph;
2680
- line-height: 12.0pt;
2681
- mso-pagination: widow-orphan;
2682
- font-size: {{normalfontsize}};
2683
- mso-bidi-font-size: 10.0pt;
2684
- font-family: {{bodyfont}};
2685
- mso-fareast-font-family: "MS Mincho";
2686
- mso-bidi-font-family: "Times New Roman";
2687
- mso-ansi-language: EN-GB;
2688
- mso-fareast-language: JA; }
2689
-
2690
- p.BodyTextindent3-, li.BodyTextindent3-, div.BodyTextindent3- {
2691
- mso-style-name: "Body Text indent 3 \(-\)";
2692
- mso-style-unhide: no;
2693
- mso-style-parent: "Body Text Indent 32";
2694
- margin-top: 0cm;
2695
- margin-right: 0cm;
2696
- margin-bottom: 12.0pt;
2697
- margin-left: 60.1pt;
2698
- text-align: justify;
2699
- text-justify: inter-ideograph;
2700
- line-height: 11.0pt;
2701
- mso-pagination: widow-orphan;
2702
- font-size: 9.0pt;
2703
- mso-bidi-font-size: 10.0pt;
2704
- font-family: {{bodyfont}};
2705
- mso-fareast-font-family: "MS Mincho";
2706
- mso-bidi-font-family: "Times New Roman";
2707
- mso-ansi-language: EN-GB;
2708
- mso-fareast-language: JA; }
2709
-
2710
- p.BodyTextindent4, li.BodyTextindent4, div.BodyTextindent4 {
2711
- mso-style-name: "Body Text indent 4";
2712
- mso-style-unhide: no;
2713
- mso-style-parent: "Body Text Indent 32";
2714
- margin-top: 0cm;
2715
- margin-right: 0cm;
2716
- margin-bottom: 12.0pt;
2717
- margin-left: 80.25pt;
2718
- text-align: justify;
2719
- text-justify: inter-ideograph;
2720
- line-height: 12.0pt;
2721
- mso-pagination: widow-orphan;
2722
- font-size: {{normalfontsize}};
2723
- mso-bidi-font-size: 10.0pt;
2724
- font-family: {{bodyfont}};
2725
- mso-fareast-font-family: "MS Mincho";
2726
- mso-bidi-font-family: "Times New Roman";
2727
- mso-ansi-language: EN-GB;
2728
- mso-fareast-language: JA; }
2729
-
2730
- p.BodyTextindent4-, li.BodyTextindent4-, div.BodyTextindent4- {
2731
- mso-style-name: "Body Text indent 4 \(-\)";
2732
- mso-style-unhide: no;
2733
- mso-style-parent: "Body Text indent 4";
2734
- margin-top: 0cm;
2735
- margin-right: 0cm;
2736
- margin-bottom: 12.0pt;
2737
- margin-left: 80.25pt;
2738
- text-align: justify;
2739
- text-justify: inter-ideograph;
2740
- line-height: 11.0pt;
2741
- mso-pagination: widow-orphan;
2742
- font-size: 9.0pt;
2743
- mso-bidi-font-size: 10.0pt;
2744
- font-family: {{bodyfont}};
2745
- mso-fareast-font-family: "MS Mincho";
2746
- mso-bidi-font-family: "Times New Roman";
2747
- mso-ansi-language: EN-GB;
2748
- mso-fareast-language: JA; }
2749
-
2750
- p.BodyTextCenter, li.BodyTextCenter, div.BodyTextCenter {
2751
- mso-style-name: "Body Text_Center";
2752
- mso-style-unhide: no;
2753
- mso-style-parent: Base_Text;
2754
- margin-top: 0cm;
2755
- margin-right: 0cm;
2756
- margin-bottom: 12.0pt;
2757
- margin-left: 0cm;
2758
- text-align: center;
2759
- line-height: 12.0pt;
2760
- mso-pagination: widow-orphan;
2761
- font-size: {{normalfontsize}};
2762
- font-family: {{bodyfont}};
2763
- mso-fareast-font-family: Calibri;
2764
- mso-bidi-font-family: "Times New Roman";
2765
- mso-ansi-language: EN-GB;
2766
- mso-fareast-language: EN-US; }
2767
-
2768
- p.Code-, li.Code-, div.Code- {
2769
- mso-style-name: "Code \(-\)";
2770
- mso-style-unhide: no;
2771
- mso-style-parent: Code;
2772
- margin: 0cm;
2773
- line-height: 11.0pt;
2774
- mso-pagination: widow-orphan;
2775
- tab-stops: 16.15pt 32.6pt 48.75pt 65.2pt 81.35pt 97.8pt 113.95pt 130.4pt 146.55pt 162.75pt;
2776
- font-size: 9.0pt;
2777
- mso-bidi-font-size: {{normalfontsize}};
2778
- font-family: "Courier New";
2779
- mso-fareast-font-family: Calibri;
2780
- mso-bidi-font-family: "Times New Roman";
2781
- mso-ansi-language: EN-GB;
2782
- mso-fareast-language: EN-US; }
2783
-
2784
- p.Code--, li.Code--, div.Code-- {
2785
- mso-style-name: "Code \(--\)";
2786
- mso-style-unhide: no;
2787
- mso-style-parent: Code;
2788
- margin: 0cm;
2789
- line-height: 10.0pt;
2790
- mso-pagination: widow-orphan;
2791
- tab-stops: 16.15pt 32.6pt 48.75pt 65.2pt 81.35pt 97.8pt 113.95pt 130.4pt 146.55pt 162.75pt;
2792
- font-size: 8.0pt;
2793
- mso-bidi-font-size: {{normalfontsize}};
2794
- font-family: "Courier New";
2795
- mso-fareast-font-family: Calibri;
2796
- mso-bidi-font-family: "Times New Roman";
2797
- mso-ansi-language: EN-GB;
2798
- mso-fareast-language: EN-US; }
2799
-
2800
- p.CoverTitleA1, li.CoverTitleA1, div.CoverTitleA1 {
2801
- mso-style-name: "Cover Title_A1";
2802
- mso-style-unhide: no;
2803
- mso-style-parent: Base_Heading;
2804
- margin-top: 0cm;
2805
- margin-right: 0cm;
2806
- margin-bottom: 12.0pt;
2807
- margin-left: 0cm;
2808
- line-height: 18.0pt;
2809
- mso-line-height-rule: exactly;
2810
- mso-pagination: widow-orphan;
2811
- font-size: 16.0pt;
2812
- mso-bidi-font-size: {{normalfontsize}};
2813
- font-family: {{bodyfont}};
2814
- mso-fareast-font-family: Calibri;
2815
- mso-bidi-font-family: "Times New Roman";
2816
- mso-ansi-language: EN-GB;
2817
- mso-fareast-language: EN-US;
2818
- font-weight: bold;
2819
- mso-bidi-font-weight: normal; }
2820
-
2821
- p.CoverTitleA2, li.CoverTitleA2, div.CoverTitleA2 {
2822
- mso-style-name: "Cover Title_A2";
2823
- mso-style-unhide: no;
2824
- mso-style-parent: "Cover Title_A1";
2825
- margin-top: 0cm;
2826
- margin-right: 0cm;
2827
- margin-bottom: 12.0pt;
2828
- margin-left: 0cm;
2829
- line-height: 18.0pt;
2830
- mso-line-height-rule: exactly;
2831
- mso-pagination: widow-orphan;
2832
- font-size: 16.0pt;
2833
- mso-bidi-font-size: {{normalfontsize}};
2834
- font-family: {{bodyfont}};
2835
- mso-fareast-font-family: Calibri;
2836
- mso-bidi-font-family: "Times New Roman";
2837
- mso-ansi-language: EN-GB;
2838
- mso-fareast-language: EN-US;
2839
- font-weight: bold;
2840
- mso-bidi-font-weight: normal; }
2841
-
2842
- p.CoverTitleA3, li.CoverTitleA3, div.CoverTitleA3 {
2843
- mso-style-name: "Cover Title_A3";
2844
- mso-style-unhide: no;
2845
- mso-style-parent: "Cover Title_A1";
2846
- margin-top: 0cm;
2847
- margin-right: 0cm;
2848
- margin-bottom: 12.0pt;
2849
- margin-left: 0cm;
2850
- line-height: 18.0pt;
2851
- mso-line-height-rule: exactly;
2852
- mso-pagination: widow-orphan;
2853
- font-size: 16.0pt;
2854
- mso-bidi-font-size: {{normalfontsize}};
2855
- font-family: {{bodyfont}};
2856
- mso-fareast-font-family: Calibri;
2857
- mso-bidi-font-family: "Times New Roman";
2858
- mso-ansi-language: EN-GB;
2859
- mso-fareast-language: EN-US; }
2860
-
2861
- p.CoverTitleB, li.CoverTitleB, div.CoverTitleB {
2862
- mso-style-name: "Cover Title_B";
2863
- mso-style-unhide: no;
2864
- mso-style-parent: Base_Heading;
2865
- margin-top: 0cm;
2866
- margin-right: 0cm;
2867
- margin-bottom: 12.0pt;
2868
- margin-left: 0cm;
2869
- line-height: 12.0pt;
2870
- mso-pagination: widow-orphan;
2871
- font-size: {{normalfontsize}};
2872
- font-family: {{bodyfont}};
2873
- mso-fareast-font-family: Calibri;
2874
- mso-bidi-font-family: "Times New Roman";
2875
- mso-ansi-language: FR;
2876
- mso-fareast-language: EN-US;
2877
- font-style: italic;
2878
- mso-bidi-font-style: normal; }
2879
-
2880
- p.Dimension100, li.Dimension100, div.Dimension100 {
2881
- mso-style-name: Dimension_100;
2882
- mso-style-unhide: no;
2883
- mso-style-parent: Base_Text;
2884
- margin-top: 0cm;
2885
- margin-right: 0cm;
2886
- margin-bottom: 3.0pt;
2887
- margin-left: 0cm;
2888
- text-align: right;
2889
- line-height: 11.0pt;
2890
- mso-pagination: widow-orphan;
2891
- font-size: 10.0pt;
2892
- mso-bidi-font-size: {{normalfontsize}};
2893
- font-family: {{bodyfont}};
2894
- mso-fareast-font-family: Calibri;
2895
- mso-bidi-font-family: "Times New Roman";
2896
- mso-ansi-language: EN-GB;
2897
- mso-fareast-language: EN-US; }
2898
-
2899
- p.Dimension50, li.Dimension50, div.Dimension50 {
2900
- mso-style-name: Dimension_50;
2901
- mso-style-unhide: no;
2902
- mso-style-parent: Dimension_100;
2903
- margin-top: 0cm;
2904
- margin-right: 121.7pt;
2905
- margin-bottom: 3.0pt;
2906
- margin-left: 0cm;
2907
- text-align: right;
2908
- line-height: 11.0pt;
2909
- mso-pagination: widow-orphan;
2910
- font-size: 10.0pt;
2911
- mso-bidi-font-size: {{normalfontsize}};
2912
- font-family: {{bodyfont}};
2913
- mso-fareast-font-family: Calibri;
2914
- mso-bidi-font-family: "Times New Roman";
2915
- mso-ansi-language: EN-GB;
2916
- mso-fareast-language: EN-US; }
2917
-
2918
- p.Dimension75, li.Dimension75, div.Dimension75 {
2919
- mso-style-name: Dimension_75;
2920
- mso-style-unhide: no;
2921
- mso-style-parent: Dimension_100;
2922
- margin-top: 0cm;
2923
- margin-right: 62.65pt;
2924
- margin-bottom: 3.0pt;
2925
- margin-left: 0cm;
2926
- text-align: right;
2927
- line-height: 11.0pt;
2928
- mso-pagination: widow-orphan;
2929
- font-size: 10.0pt;
2930
- mso-bidi-font-size: {{normalfontsize}};
2931
- font-family: {{bodyfont}};
2932
- mso-fareast-font-family: Calibri;
2933
- mso-bidi-font-family: "Times New Roman";
2934
- mso-ansi-language: EN-GB;
2935
- mso-fareast-language: EN-US; }
2936
-
2937
- p.dl, li.dl, div.dl {
2938
- mso-style-name: dl;
2939
- mso-style-unhide: no;
2940
- mso-style-parent: Base_Text;
2941
- margin-top: 0cm;
2942
- margin-right: 0cm;
2943
- margin-bottom: 12.0pt;
2944
- margin-left: 40.3pt;
2945
- text-align: justify;
2946
- text-justify: inter-ideograph;
2947
- text-indent: -20.15pt;
2948
- line-height: 12.0pt;
2949
- mso-pagination: widow-orphan;
2950
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
2951
- font-size: {{normalfontsize}};
2952
- font-family: {{bodyfont}};
2953
- mso-fareast-font-family: Calibri;
2954
- mso-bidi-font-family: "Times New Roman";
2955
- mso-ansi-language: EN-GB;
2956
- mso-fareast-language: EN-US; }
2957
-
2958
- p.Examplecontinued, li.Examplecontinued, div.Examplecontinued {
2959
- mso-style-name: "Example continued";
2960
- mso-style-unhide: no;
2961
- mso-style-parent: Example;
2962
- margin-top: 0cm;
2963
- margin-right: 0cm;
2964
- margin-bottom: 12.0pt;
2965
- margin-left: 0cm;
2966
- text-align: justify;
2967
- text-justify: inter-ideograph;
2968
- line-height: 11.0pt;
2969
- mso-pagination: widow-orphan;
2970
- tab-stops: 67.7pt;
2971
- font-size: 10.0pt;
2972
- mso-bidi-font-size: {{normalfontsize}};
2973
- font-family: {{bodyfont}};
2974
- mso-fareast-font-family: Calibri;
2975
- mso-bidi-font-family: "Times New Roman";
2976
- mso-ansi-language: EN-GB;
2977
- mso-fareast-language: EN-US; }
2978
-
2979
- p.Exampleindent, li.Exampleindent, div.Exampleindent {
2980
- mso-style-name: "Example indent";
2981
- mso-style-unhide: no;
2982
- mso-style-parent: Example;
2983
- margin-top: 0cm;
2984
- margin-right: 0cm;
2985
- margin-bottom: 12.0pt;
2986
- margin-left: 20.15pt;
2987
- text-align: justify;
2988
- text-justify: inter-ideograph;
2989
- line-height: 11.0pt;
2990
- mso-pagination: widow-orphan;
2991
- tab-stops: 87.85pt;
2992
- font-size: 10.0pt;
2993
- mso-bidi-font-size: {{normalfontsize}};
2994
- font-family: {{bodyfont}};
2995
- mso-fareast-font-family: Calibri;
2996
- mso-bidi-font-family: "Times New Roman";
2997
- mso-ansi-language: EN-GB;
2998
- mso-fareast-language: EN-US; }
2999
-
3000
- p.Exampleindentcontinued, li.Exampleindentcontinued, div.Exampleindentcontinued {
3001
- mso-style-name: "Example indent continued";
3002
- mso-style-unhide: no;
3003
- mso-style-parent: "Example indent";
3004
- margin-top: 0cm;
3005
- margin-right: 0cm;
3006
- margin-bottom: 12.0pt;
3007
- margin-left: 20.15pt;
3008
- text-align: justify;
3009
- text-justify: inter-ideograph;
3010
- line-height: 11.0pt;
3011
- mso-pagination: widow-orphan;
3012
- tab-stops: 87.85pt;
3013
- font-size: 10.0pt;
3014
- mso-bidi-font-size: {{normalfontsize}};
3015
- font-family: {{bodyfont}};
3016
- mso-fareast-font-family: Calibri;
3017
- mso-bidi-font-family: "Times New Roman";
3018
- mso-ansi-language: EN-GB;
3019
- mso-fareast-language: EN-US; }
3020
-
3021
- p.Figureexample, li.Figureexample, div.Figureexample {
3022
- mso-style-name: "Figure example";
3023
- mso-style-unhide: no;
3024
- mso-style-parent: Example;
3025
- margin-top: 0cm;
3026
- margin-right: 0cm;
3027
- margin-bottom: 12.0pt;
3028
- margin-left: 0cm;
3029
- text-align: justify;
3030
- text-justify: inter-ideograph;
3031
- line-height: 11.0pt;
3032
- mso-pagination: widow-orphan;
3033
- tab-stops: 67.7pt;
3034
- font-size: 10.0pt;
3035
- mso-bidi-font-size: {{normalfontsize}};
3036
- font-family: {{bodyfont}};
3037
- mso-fareast-font-family: Calibri;
3038
- mso-bidi-font-family: "Times New Roman";
3039
- mso-ansi-language: EN-GB;
3040
- mso-fareast-language: EN-US; }
3041
-
3042
- p.FigureGraphic, li.FigureGraphic, div.FigureGraphic {
3043
- mso-style-name: "Figure Graphic";
3044
- mso-style-unhide: no;
3045
- mso-style-parent: Base_Text;
3046
- margin-top: 12.0pt;
3047
- margin-right: 0cm;
3048
- margin-bottom: 6.0pt;
3049
- margin-left: 0cm;
3050
- text-align: center;
3051
- line-height: 12.0pt;
3052
- mso-pagination: widow-orphan;
3053
- font-size: {{normalfontsize}};
3054
- font-family: {{bodyfont}};
3055
- mso-fareast-font-family: Calibri;
3056
- mso-bidi-font-family: "Times New Roman";
3057
- mso-ansi-language: EN-GB;
3058
- mso-fareast-language: EN-US; }
3059
-
3060
- p.Note0, li.Note0, div.Note0 {
3061
- mso-style-name: Note;
3062
- mso-style-unhide: no;
3063
- mso-style-parent: Base_Text;
3064
- margin-top: 0cm;
3065
- margin-right: 0cm;
3066
- margin-bottom: 12.0pt;
3067
- margin-left: 0cm;
3068
- text-align: justify;
3069
- text-justify: inter-ideograph;
3070
- line-height: 11.0pt;
3071
- mso-pagination: widow-orphan;
3072
- tab-stops: 48.25pt;
3073
- font-size: 10.0pt;
3074
- mso-bidi-font-size: {{normalfontsize}};
3075
- font-family: {{bodyfont}};
3076
- mso-fareast-font-family: Calibri;
3077
- mso-bidi-font-family: "Times New Roman";
3078
- mso-ansi-language: EN-GB;
3079
- mso-fareast-language: EN-US; }
3080
-
3081
- p.Figurenote, li.Figurenote, div.Figurenote {
3082
- mso-style-name: "Figure note";
3083
- mso-style-unhide: no;
3084
- mso-style-parent: Note;
3085
- margin-top: 0cm;
3086
- margin-right: 0cm;
3087
- margin-bottom: 12.0pt;
3088
- margin-left: 0cm;
3089
- text-align: justify;
3090
- text-justify: inter-ideograph;
3091
- line-height: 11.0pt;
3092
- mso-pagination: widow-orphan;
3093
- tab-stops: 48.25pt;
3094
- font-size: 10.0pt;
3095
- mso-bidi-font-size: {{normalfontsize}};
3096
- font-family: {{bodyfont}};
3097
- mso-fareast-font-family: Calibri;
3098
- mso-bidi-font-family: "Times New Roman";
3099
- mso-ansi-language: EN-GB;
3100
- mso-fareast-language: EN-US; }
3101
-
3102
- p.Figuresubtitle, li.Figuresubtitle, div.Figuresubtitle {
3103
- mso-style-name: "Figure subtitle";
3104
- mso-style-unhide: no;
3105
- mso-style-parent: Base_Text;
3106
- margin-top: 6.0pt;
3107
- margin-right: 0cm;
3108
- margin-bottom: 6.0pt;
3109
- margin-left: 0cm;
3110
- text-align: center;
3111
- line-height: 12.0pt;
3112
- mso-pagination: widow-orphan;
3113
- font-size: {{normalfontsize}};
3114
- font-family: {{bodyfont}};
3115
- mso-fareast-font-family: Calibri;
3116
- mso-bidi-font-family: "Times New Roman";
3117
- mso-ansi-language: EN-GB;
3118
- mso-fareast-language: EN-US;
3119
- font-weight: bold;
3120
- mso-bidi-font-weight: normal; }
3121
-
3122
- p.Figuretitle, li.Figuretitle, div.Figuretitle {
3123
- mso-style-name: "Figure title";
3124
- mso-style-unhide: no;
3125
- mso-style-parent: Base_Heading;
3126
- margin-top: 12.0pt;
3127
- margin-right: 0cm;
3128
- margin-bottom: 18.0pt;
3129
- margin-left: 0cm;
3130
- text-align: center;
3131
- line-height: 12.0pt;
3132
- mso-pagination: widow-orphan;
3133
- mso-hyphenate: none;
3134
- font-size: {{normalfontsize}};
3135
- font-family: {{bodyfont}};
3136
- mso-fareast-font-family: Calibri;
3137
- mso-bidi-font-family: "Times New Roman";
3138
- mso-ansi-language: EN-GB;
3139
- mso-fareast-language: EN-US;
3140
- font-weight: bold;
3141
- mso-bidi-font-weight: normal; }
3142
-
3143
- p.Figuretitle0, li.Figuretitle0, div.Figuretitle0 {
3144
- mso-style-name: "Figure title";
3145
- mso-style-unhide: no;
3146
- mso-style-parent: Base_Heading;
3147
- margin-top: 12.0pt;
3148
- margin-right: 0cm;
3149
- margin-bottom: 18.0pt;
3150
- margin-left: 0cm;
3151
- text-align: center;
3152
- line-height: 12.0pt;
3153
- mso-pagination: widow-orphan;
3154
- mso-hyphenate: none;
3155
- font-size: {{normalfontsize}};
3156
- font-family: {{bodyfont}};
3157
- mso-fareast-font-family: Calibri;
3158
- mso-bidi-font-family: "Times New Roman";
3159
- mso-ansi-language: EN-GB;
3160
- mso-fareast-language: EN-US;
3161
- font-weight: bold;
3162
- mso-bidi-font-weight: normal; }
3163
-
3164
- p.KeyText, li.KeyText, div.KeyText {
3165
- mso-style-name: "Key Text";
3166
- mso-style-unhide: no;
3167
- mso-style-parent: "Body Text \(-\)";
3168
- margin-top: 0cm;
3169
- margin-right: 0cm;
3170
- margin-bottom: 3.0pt;
3171
- margin-left: 17.3pt;
3172
- text-align: justify;
3173
- text-justify: inter-ideograph;
3174
- text-indent: -17.3pt;
3175
- line-height: 11.0pt;
3176
- mso-pagination: widow-orphan;
3177
- tab-stops: 17.3pt;
3178
- font-size: 9.0pt;
3179
- mso-bidi-font-size: {{normalfontsize}};
3180
- font-family: {{bodyfont}};
3181
- mso-fareast-font-family: Calibri;
3182
- mso-bidi-font-family: "Times New Roman";
3183
- mso-ansi-language: EN-GB;
3184
- mso-fareast-language: EN-US; }
3185
-
3186
- p.KeyTitle, li.KeyTitle, div.KeyTitle {
3187
- mso-style-name: "Key Title";
3188
- mso-style-unhide: no;
3189
- mso-style-parent: "Key Text";
3190
- mso-style-next: "Key Text";
3191
- margin-top: 0cm;
3192
- margin-right: 0cm;
3193
- margin-bottom: 3.0pt;
3194
- margin-left: 17.3pt;
3195
- text-indent: -17.3pt;
3196
- line-height: 11.0pt;
3197
- mso-pagination: widow-orphan;
3198
- tab-stops: 17.3pt;
3199
- font-size: 9.0pt;
3200
- mso-bidi-font-size: {{normalfontsize}};
3201
- font-family: {{bodyfont}};
3202
- mso-fareast-font-family: Calibri;
3203
- mso-bidi-font-family: "Times New Roman";
3204
- mso-ansi-language: EN-GB;
3205
- mso-fareast-language: EN-US;
3206
- font-weight: bold;
3207
- mso-bidi-font-weight: normal; }
3208
-
3209
- p.ListContinue1, li.ListContinue1, div.ListContinue1 {
3210
- mso-style-name: "List Continue 1";
3211
- mso-style-unhide: no;
3212
- mso-style-parent: Base_Text;
3213
- margin-top: 0cm;
3214
- margin-right: 0cm;
3215
- margin-bottom: 12.0pt;
3216
- margin-left: 20.15pt;
3217
- text-align: justify;
3218
- text-justify: inter-ideograph;
3219
- text-indent: -20.15pt;
3220
- line-height: 12.0pt;
3221
- mso-pagination: widow-orphan;
3222
- font-size: {{normalfontsize}};
3223
- font-family: {{bodyfont}};
3224
- mso-fareast-font-family: Calibri;
3225
- mso-bidi-font-family: "Times New Roman";
3226
- mso-ansi-language: EN-GB;
3227
- mso-fareast-language: EN-US; }
3228
-
3229
- p.ListContinue1-, li.ListContinue1-, div.ListContinue1- {
3230
- mso-style-name: "List Continue 1 \(-\)";
3231
- mso-style-unhide: no;
3232
- mso-style-parent: "List Continue 1";
3233
- margin-top: 0cm;
3234
- margin-right: 0cm;
3235
- margin-bottom: 12.0pt;
3236
- margin-left: 20.15pt;
3237
- text-align: justify;
3238
- text-justify: inter-ideograph;
3239
- text-indent: -20.15pt;
3240
- line-height: 10.5pt;
3241
- mso-pagination: widow-orphan;
3242
- font-size: 10.0pt;
3243
- mso-bidi-font-size: {{normalfontsize}};
3244
- font-family: {{bodyfont}};
3245
- mso-fareast-font-family: Calibri;
3246
- mso-bidi-font-family: "Times New Roman";
3247
- mso-ansi-language: EN-GB;
3248
- mso-fareast-language: EN-US; }
3249
-
3250
- p.ListContinue2-, li.ListContinue2-, div.ListContinue2- {
3251
- mso-style-name: "List Continue 2 \(-\)";
3252
- mso-style-unhide: no;
3253
- mso-style-parent: "List Continue 1 \(-\)";
3254
- margin-top: 0cm;
3255
- margin-right: 0cm;
3256
- margin-bottom: 12.0pt;
3257
- margin-left: 60.0pt;
3258
- text-indent: -40.5pt;
3259
- line-height: 10.5pt;
3260
- mso-pagination: widow-orphan;
3261
- tab-stops: 40.3pt;
3262
- font-size: 10.0pt;
3263
- mso-bidi-font-size: {{normalfontsize}};
3264
- font-family: {{bodyfont}};
3265
- /*font-family:"Arial",sans-serif;*/
3266
- mso-fareast-font-family: Calibri;
3267
- mso-bidi-font-family: "Times New Roman";
3268
- mso-ansi-language: EN-GB;
3269
- mso-fareast-language: EN-US; }
3270
-
3271
- p.ListContinue3-, li.ListContinue3-, div.ListContinue3- {
3272
- mso-style-name: "List Continue 3 \(-\)";
3273
- mso-style-unhide: no;
3274
- mso-style-parent: "List Continue 1 \(-\)";
3275
- margin-top: 0cm;
3276
- margin-right: 0cm;
3277
- margin-bottom: 12.0pt;
3278
- margin-left: 60.45pt;
3279
- text-align: justify;
3280
- text-justify: inter-ideograph;
3281
- text-indent: -20.15pt;
3282
- line-height: 10.5pt;
3283
- mso-pagination: widow-orphan;
3284
- font-size: 10.0pt;
3285
- mso-bidi-font-size: {{normalfontsize}};
3286
- font-family: {{bodyfont}};
3287
- mso-fareast-font-family: Calibri;
3288
- mso-bidi-font-family: "Times New Roman";
3289
- mso-ansi-language: EN-GB;
3290
- mso-fareast-language: EN-US; }
3291
-
3292
- p.ListContinue4-, li.ListContinue4-, div.ListContinue4- {
3293
- mso-style-name: "List Continue 4 \(-\)";
3294
- mso-style-unhide: no;
3295
- mso-style-parent: "List Continue 1 \(-\)";
3296
- margin-top: 0cm;
3297
- margin-right: 0cm;
3298
- margin-bottom: 12.0pt;
3299
- margin-left: 79.9pt;
3300
- text-align: justify;
3301
- text-justify: inter-ideograph;
3302
- text-indent: -20.15pt;
3303
- line-height: 10.5pt;
3304
- mso-pagination: widow-orphan;
3305
- font-size: 10.0pt;
3306
- mso-bidi-font-size: {{normalfontsize}};
3307
- font-family: {{bodyfont}};
3308
- mso-fareast-font-family: Calibri;
3309
- mso-bidi-font-family: "Times New Roman";
3310
- mso-ansi-language: EN-GB;
3311
- mso-fareast-language: EN-US; }
3312
-
3313
- p.ListNumber1, li.ListNumber1, div.ListNumber1 {
3314
- mso-style-name: "List Number 1";
3315
- mso-style-unhide: no;
3316
- mso-style-parent: Base_Text;
3317
- margin-top: 0cm;
3318
- margin-right: 0cm;
3319
- margin-bottom: 12.0pt;
3320
- margin-left: 20.15pt;
3321
- text-align: justify;
3322
- text-justify: inter-ideograph;
3323
- text-indent: -20.15pt;
3324
- line-height: 12.0pt;
3325
- mso-pagination: widow-orphan;
3326
- font-size: {{normalfontsize}};
3327
- font-family: {{bodyfont}};
3328
- mso-fareast-font-family: Calibri;
3329
- mso-bidi-font-family: "Times New Roman";
3330
- mso-ansi-language: EN-GB;
3331
- mso-fareast-language: EN-US; }
3332
-
3333
- p.ListNumber1-, li.ListNumber1-, div.ListNumber1- {
3334
- mso-style-name: "List Number 1 \(-\)";
3335
- mso-style-unhide: no;
3336
- mso-style-parent: "List Number 1";
3337
- margin-top: 0cm;
3338
- margin-right: 0cm;
3339
- margin-bottom: 12.0pt;
3340
- margin-left: 20.15pt;
3341
- text-align: justify;
3342
- text-justify: inter-ideograph;
3343
- text-indent: -20.15pt;
3344
- line-height: 10.5pt;
3345
- mso-pagination: widow-orphan;
3346
- font-size: 10.0pt;
3347
- mso-bidi-font-size: {{normalfontsize}};
3348
- font-family: {{bodyfont}};
3349
- mso-fareast-font-family: Calibri;
3350
- mso-bidi-font-family: "Times New Roman";
3351
- mso-ansi-language: EN-GB;
3352
- mso-fareast-language: EN-US; }
3353
-
3354
- p.ListNumber2-, li.ListNumber2-, div.ListNumber2- {
3355
- mso-style-name: "List Number 2 \(-\)";
3356
- mso-style-unhide: no;
3357
- mso-style-qformat: yes;
3358
- mso-style-parent: "List Number 1 \(-\)";
3359
- margin-top: 0cm;
3360
- margin-right: 0cm;
3361
- margin-bottom: 12.0pt;
3362
- margin-left: 40.3pt;
3363
- text-align: justify;
3364
- text-justify: inter-ideograph;
3365
- text-indent: -20.15pt;
3366
- line-height: 10.5pt;
3367
- mso-pagination: widow-orphan;
3368
- font-size: 10.0pt;
3369
- mso-bidi-font-size: {{normalfontsize}};
3370
- font-family: {{bodyfont}};
3371
- mso-fareast-font-family: Calibri;
3372
- mso-bidi-font-family: "Times New Roman";
3373
- mso-ansi-language: EN-GB;
3374
- mso-fareast-language: EN-US; }
3375
-
3376
- p.ListNumber3-, li.ListNumber3-, div.ListNumber3- {
3377
- mso-style-name: "List Number 3 \(-\)";
3378
- mso-style-unhide: no;
3379
- mso-style-parent: "List Number 1 \(-\)";
3380
- margin-top: 0cm;
3381
- margin-right: 0cm;
3382
- margin-bottom: 12.0pt;
3383
- margin-left: 60.45pt;
3384
- text-align: justify;
3385
- text-justify: inter-ideograph;
3386
- text-indent: -20.15pt;
3387
- line-height: 10.5pt;
3388
- mso-pagination: widow-orphan;
3389
- font-size: 10.0pt;
3390
- mso-bidi-font-size: {{normalfontsize}};
3391
- font-family: {{bodyfont}};
3392
- mso-fareast-font-family: Calibri;
3393
- mso-bidi-font-family: "Times New Roman";
3394
- mso-ansi-language: EN-GB;
3395
- mso-fareast-language: EN-US; }
3396
-
3397
- p.ListNumber4-, li.ListNumber4-, div.ListNumber4- {
3398
- mso-style-name: "List Number 4 \(-\)";
3399
- mso-style-unhide: no;
3400
- mso-style-parent: "List Number 1 \(-\)";
3401
- margin-top: 0cm;
3402
- margin-right: 0cm;
3403
- margin-bottom: 12.0pt;
3404
- margin-left: 79.9pt;
3405
- text-align: justify;
3406
- text-justify: inter-ideograph;
3407
- text-indent: -20.15pt;
3408
- line-height: 10.5pt;
3409
- mso-pagination: widow-orphan;
3410
- font-size: 10.0pt;
3411
- mso-bidi-font-size: {{normalfontsize}};
3412
- font-family: {{bodyfont}};
3413
- mso-fareast-font-family: Calibri;
3414
- mso-bidi-font-family: "Times New Roman";
3415
- mso-ansi-language: EN-GB;
3416
- mso-fareast-language: EN-US; }
3417
-
3418
- p.Tabletitle0, li.Tabletitle0, div.Tabletitle0 {
3419
- mso-style-name: "Table title";
3420
- mso-style-unhide: no;
3421
- mso-style-parent: "Figure title";
3422
- margin-top: 6.0pt;
3423
- margin-right: 0cm;
3424
- margin-bottom: 6.0pt;
3425
- margin-left: 0cm;
3426
- text-align: center;
3427
- line-height: 12.0pt;
3428
- mso-pagination: widow-orphan;
3429
- mso-hyphenate: none;
3430
- font-size: {{normalfontsize}};
3431
- font-family: {{bodyfont}};
3432
- mso-fareast-font-family: Calibri;
3433
- mso-bidi-font-family: "Times New Roman";
3434
- mso-ansi-language: EN-GB;
3435
- mso-fareast-language: EN-US;
3436
- font-weight: bold;
3437
- mso-bidi-font-weight: normal; }
3438
-
3439
- p.Tablebody-, li.Tablebody-, div.Tablebody- {
3440
- mso-style-name: "Table body \(-\)";
3441
- mso-style-unhide: no;
3442
- mso-style-parent: "Table body";
3443
- margin-top: 3.0pt;
3444
- margin-right: 0cm;
3445
- margin-bottom: 3.0pt;
3446
- margin-left: 0cm;
3447
- line-height: 10.5pt;
3448
- mso-pagination: widow-orphan;
3449
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3450
- font-size: 9.0pt;
3451
- mso-bidi-font-size: {{normalfontsize}};
3452
- font-family: {{bodyfont}};
3453
- mso-fareast-font-family: Calibri;
3454
- mso-bidi-font-family: "Times New Roman";
3455
- mso-ansi-language: EN-GB;
3456
- mso-fareast-language: EN-US; }
3457
-
3458
- p.Tablebody--, li.Tablebody--, div.Tablebody-- {
3459
- mso-style-name: "Table body \(--\)";
3460
- mso-style-unhide: no;
3461
- mso-style-parent: "Table body";
3462
- margin-top: 3.0pt;
3463
- margin-right: 0cm;
3464
- margin-bottom: 3.0pt;
3465
- margin-left: 0cm;
3466
- line-height: 10.5pt;
3467
- mso-pagination: widow-orphan;
3468
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3469
- font-size: 8.0pt;
3470
- mso-bidi-font-size: {{normalfontsize}};
3471
- font-family: {{bodyfont}};
3472
- mso-fareast-font-family: Calibri;
3473
- mso-bidi-font-family: "Times New Roman";
3474
- mso-ansi-language: EN-GB;
3475
- mso-fareast-language: EN-US; }
3476
-
3477
- p.Tablebody0, li.Tablebody0, div.Tablebody0 {
3478
- mso-style-name: "Table body \(+\)";
3479
- mso-style-unhide: no;
3480
- mso-style-parent: "Table body";
3481
- margin-top: 3.0pt;
3482
- margin-right: 0cm;
3483
- margin-bottom: 3.0pt;
3484
- margin-left: 0cm;
3485
- line-height: 11.5pt;
3486
- mso-pagination: widow-orphan;
3487
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3488
- font-size: {{normalfontsize}};
3489
- font-family: {{bodyfont}};
3490
- mso-fareast-font-family: Calibri;
3491
- mso-bidi-font-family: "Times New Roman";
3492
- mso-ansi-language: EN-GB;
3493
- mso-fareast-language: EN-US; }
3494
-
3495
- p.Tablefooter, li.Tablefooter, div.Tablefooter {
3496
- mso-style-name: "Table footer";
3497
- mso-style-unhide: no;
3498
- mso-style-parent: Base_Text;
3499
- margin-top: 3.0pt;
3500
- margin-right: 0cm;
3501
- margin-bottom: 3.0pt;
3502
- margin-left: 0cm;
3503
- text-align: justify;
3504
- text-justify: inter-ideograph;
3505
- line-height: 10.0pt;
3506
- mso-pagination: widow-orphan;
3507
- tab-stops: 17.3pt;
3508
- font-size: 9.0pt;
3509
- mso-bidi-font-size: {{normalfontsize}};
3510
- font-family: {{bodyfont}};
3511
- mso-fareast-font-family: Calibri;
3512
- mso-bidi-font-family: "Times New Roman";
3513
- mso-ansi-language: EN-GB;
3514
- mso-fareast-language: EN-US; }
3515
-
3516
- p.Tableheader, li.Tableheader, div.Tableheader {
3517
- mso-style-name: "Table header";
3518
- mso-style-unhide: no;
3519
- mso-style-parent: "Table body";
3520
- margin-top: 3.0pt;
3521
- margin-right: 0cm;
3522
- margin-bottom: 3.0pt;
3523
- margin-left: 0cm;
3524
- line-height: 10.5pt;
3525
- mso-pagination: widow-orphan;
3526
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3527
- font-size: 10.0pt;
3528
- mso-bidi-font-size: {{normalfontsize}};
3529
- font-family: {{bodyfont}};
3530
- mso-fareast-font-family: Calibri;
3531
- mso-bidi-font-family: "Times New Roman";
3532
- mso-ansi-language: EN-GB;
3533
- mso-fareast-language: EN-US; }
3534
-
3535
- p.Tableheader-, li.Tableheader-, div.Tableheader- {
3536
- mso-style-name: "Table header \(-\)";
3537
- mso-style-unhide: no;
3538
- mso-style-parent: "Table body \(-\)";
3539
- margin-top: 3.0pt;
3540
- margin-right: 0cm;
3541
- margin-bottom: 3.0pt;
3542
- margin-left: 0cm;
3543
- line-height: 10.5pt;
3544
- mso-pagination: widow-orphan;
3545
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3546
- font-size: 9.0pt;
3547
- mso-bidi-font-size: {{normalfontsize}};
3548
- font-family: {{bodyfont}};
3549
- mso-fareast-font-family: Calibri;
3550
- mso-bidi-font-family: "Times New Roman";
3551
- mso-ansi-language: EN-GB;
3552
- mso-fareast-language: EN-US; }
3553
-
3554
- p.Tableheader--, li.Tableheader--, div.Tableheader-- {
3555
- mso-style-name: "Table header \(--\)";
3556
- mso-style-unhide: no;
3557
- mso-style-parent: "Table body \(--\)";
3558
- margin-top: 3.0pt;
3559
- margin-right: 0cm;
3560
- margin-bottom: 3.0pt;
3561
- margin-left: 0cm;
3562
- line-height: 10.5pt;
3563
- mso-pagination: widow-orphan;
3564
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3565
- font-size: 8.0pt;
3566
- mso-bidi-font-size: {{normalfontsize}};
3567
- font-family: {{bodyfont}};
3568
- mso-fareast-font-family: Calibri;
3569
- mso-bidi-font-family: "Times New Roman";
3570
- mso-ansi-language: EN-GB;
3571
- mso-fareast-language: EN-US; }
3572
-
3573
- p.Tableheader0, li.Tableheader0, div.Tableheader0 {
3574
- mso-style-name: "Table header \(+\)";
3575
- mso-style-unhide: no;
3576
- mso-style-parent: "Table body \(+\)";
3577
- margin-top: 3.0pt;
3578
- margin-right: 0cm;
3579
- margin-bottom: 3.0pt;
3580
- margin-left: 0cm;
3581
- line-height: 11.5pt;
3582
- mso-pagination: widow-orphan;
3583
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3584
- font-size: {{normalfontsize}};
3585
- font-family: {{bodyfont}};
3586
- mso-fareast-font-family: Calibri;
3587
- mso-bidi-font-family: "Times New Roman";
3588
- mso-ansi-language: EN-GB;
3589
- mso-fareast-language: EN-US; }
3590
-
3591
- p.Notice, li.Notice, div.Notice {
3592
- mso-style-name: Notice;
3593
- mso-style-unhide: no;
3594
- mso-style-parent: Base_Text;
3595
- margin-top: 0cm;
3596
- margin-right: 0cm;
3597
- margin-bottom: 12.0pt;
3598
- margin-left: 0cm;
3599
- text-align: justify;
3600
- text-justify: inter-ideograph;
3601
- line-height: 12.0pt;
3602
- mso-pagination: widow-orphan;
3603
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3604
- font-size: {{normalfontsize}};
3605
- font-family: {{bodyfont}};
3606
- mso-fareast-font-family: Calibri;
3607
- mso-bidi-font-family: "Times New Roman";
3608
- mso-ansi-language: EN-GB;
3609
- mso-fareast-language: EN-US; }
3610
-
3611
- p.p2, li.p2, div.p2 {
3612
- mso-style-name: p2;
3613
- mso-style-unhide: no;
3614
- mso-style-parent: Base_Text;
3615
- margin-top: 0cm;
3616
- margin-right: 0cm;
3617
- margin-bottom: 12.0pt;
3618
- margin-left: 0cm;
3619
- text-align: justify;
3620
- text-justify: inter-ideograph;
3621
- line-height: 12.0pt;
3622
- mso-pagination: widow-orphan;
3623
- tab-stops: 28.1pt;
3624
- font-size: {{normalfontsize}};
3625
- font-family: {{bodyfont}};
3626
- mso-fareast-font-family: Calibri;
3627
- mso-bidi-font-family: "Times New Roman";
3628
- mso-ansi-language: EN-GB;
3629
- mso-fareast-language: EN-US; }
3630
-
3631
- p.p3, li.p3, div.p3 {
3632
- mso-style-name: p3;
3633
- mso-style-unhide: no;
3634
- mso-style-parent: Base_Text;
3635
- margin-top: 0cm;
3636
- margin-right: 0cm;
3637
- margin-bottom: 12.0pt;
3638
- margin-left: 0cm;
3639
- text-align: justify;
3640
- text-justify: inter-ideograph;
3641
- line-height: 12.0pt;
3642
- mso-pagination: widow-orphan;
3643
- tab-stops: 36.0pt;
3644
- font-size: {{normalfontsize}};
3645
- font-family: {{bodyfont}};
3646
- mso-fareast-font-family: Calibri;
3647
- mso-bidi-font-family: "Times New Roman";
3648
- mso-ansi-language: EN-GB;
3649
- mso-fareast-language: EN-US; }
3650
-
3651
- p.p4, li.p4, div.p4 {
3652
- mso-style-name: p4;
3653
- mso-style-unhide: no;
3654
- mso-style-parent: Base_Text;
3655
- margin-top: 0cm;
3656
- margin-right: 0cm;
3657
- margin-bottom: 12.0pt;
3658
- margin-left: 0cm;
3659
- text-align: justify;
3660
- text-justify: inter-ideograph;
3661
- line-height: 12.0pt;
3662
- mso-pagination: widow-orphan;
3663
- tab-stops: 54.7pt;
3664
- font-size: {{normalfontsize}};
3665
- font-family: {{bodyfont}};
3666
- mso-fareast-font-family: Calibri;
3667
- mso-bidi-font-family: "Times New Roman";
3668
- mso-ansi-language: EN-GB;
3669
- mso-fareast-language: EN-US; }
3670
-
3671
- p.p5, li.p5, div.p5 {
3672
- mso-style-name: p5;
3673
- mso-style-unhide: no;
3674
- mso-style-parent: Base_Text;
3675
- margin-top: 0cm;
3676
- margin-right: 0cm;
3677
- margin-bottom: 12.0pt;
3678
- margin-left: 0cm;
3679
- text-align: justify;
3680
- text-justify: inter-ideograph;
3681
- line-height: 12.0pt;
3682
- mso-pagination: widow-orphan;
3683
- tab-stops: 54.7pt;
3684
- font-size: {{normalfontsize}};
3685
- font-family: {{bodyfont}};
3686
- mso-fareast-font-family: Calibri;
3687
- mso-bidi-font-family: "Times New Roman";
3688
- mso-ansi-language: EN-GB;
3689
- mso-fareast-language: EN-US; }
3690
-
3691
- p.p6, li.p6, div.p6 {
3692
- mso-style-name: p6;
3693
- mso-style-unhide: no;
3694
- mso-style-parent: Base_Text;
3695
- margin-top: 0cm;
3696
- margin-right: 0cm;
3697
- margin-bottom: 12.0pt;
3698
- margin-left: 0cm;
3699
- text-align: justify;
3700
- text-justify: inter-ideograph;
3701
- line-height: 12.0pt;
3702
- mso-pagination: widow-orphan;
3703
- tab-stops: 72.0pt;
3704
- font-size: {{normalfontsize}};
3705
- font-family: {{bodyfont}};
3706
- mso-fareast-font-family: Calibri;
3707
- mso-bidi-font-family: "Times New Roman";
3708
- mso-ansi-language: EN-GB;
3709
- mso-fareast-language: EN-US; }
3710
-
3711
- p.RefNorm, li.RefNorm, div.RefNorm {
3712
- mso-style-name: RefNorm;
3713
- mso-style-unhide: no;
3714
- mso-style-parent: Base_Text;
3715
- margin-top: 0cm;
3716
- margin-right: 0cm;
3717
- margin-bottom: 12.0pt;
3718
- margin-left: 0cm;
3719
- text-align: justify;
3720
- text-justify: inter-ideograph;
3721
- line-height: 12.0pt;
3722
- mso-pagination: widow-orphan;
3723
- font-size: {{normalfontsize}};
3724
- font-family: {{bodyfont}};
3725
- mso-fareast-font-family: Calibri;
3726
- mso-bidi-font-family: "Times New Roman";
3727
- mso-ansi-language: EN-GB;
3728
- mso-fareast-language: EN-US; }
3729
-
3730
- p.Notecontinued, li.Notecontinued, div.Notecontinued {
3731
- mso-style-name: "Note continued";
3732
- mso-style-unhide: no;
3733
- mso-style-parent: Note;
3734
- margin-top: 0cm;
3735
- margin-right: 0cm;
3736
- margin-bottom: 12.0pt;
3737
- margin-left: 0cm;
3738
- text-align: justify;
3739
- text-justify: inter-ideograph;
3740
- line-height: 11.0pt;
3741
- mso-pagination: widow-orphan;
3742
- tab-stops: 48.25pt;
3743
- font-size: {{smallerfontsize}};
3744
- mso-bidi-font-size: {{normalfontsize}};
3745
- font-family: {{bodyfont}};
3746
- mso-fareast-font-family: Calibri;
3747
- mso-bidi-font-family: "Times New Roman";
3748
- mso-ansi-language: EN-GB;
3749
- mso-fareast-language: EN-US; }
3750
-
3751
- p.Noteindent, li.Noteindent, div.Noteindent {
3752
- mso-style-name: "Note indent";
3753
- mso-style-unhide: no;
3754
- mso-style-parent: Note;
3755
- margin-top: 0cm;
3756
- margin-right: 0cm;
3757
- margin-bottom: 12.0pt;
3758
- margin-left: 20.15pt;
3759
- text-align: justify;
3760
- text-justify: inter-ideograph;
3761
- line-height: 11.0pt;
3762
- mso-pagination: widow-orphan;
3763
- tab-stops: 68.4pt;
3764
- font-size: {{smallerfontsize}};
3765
- mso-bidi-font-size: {{normalfontsize}};
3766
- font-family: {{bodyfont}};
3767
- mso-fareast-font-family: Calibri;
3768
- mso-bidi-font-family: "Times New Roman";
3769
- mso-ansi-language: EN-GB;
3770
- mso-fareast-language: EN-US; }
3771
-
3772
- p.Noteindentcontinued, li.Noteindentcontinued, div.Noteindentcontinued {
3773
- mso-style-name: "Note indent continued";
3774
- mso-style-unhide: no;
3775
- mso-style-qformat: yes;
3776
- mso-style-parent: "Note indent";
3777
- margin-top: 0cm;
3778
- margin-right: 0cm;
3779
- margin-bottom: 12.0pt;
3780
- margin-left: 20.15pt;
3781
- text-align: justify;
3782
- text-justify: inter-ideograph;
3783
- line-height: 11.0pt;
3784
- mso-pagination: widow-orphan;
3785
- tab-stops: 68.4pt;
3786
- font-size: {{smallerfontsize}};
3787
- mso-bidi-font-size: {{normalfontsize}};
3788
- font-family: {{bodyfont}};
3789
- mso-fareast-font-family: Calibri;
3790
- mso-bidi-font-family: "Times New Roman";
3791
- mso-ansi-language: EN-GB;
3792
- mso-fareast-language: EN-US; }
3793
-
3794
- p.MainTitle1, li.MainTitle1, div.MainTitle1 {
3795
- mso-style-name: "Main Title 1";
3796
- mso-style-unhide: no;
3797
- mso-style-parent: "Cover Title_A1";
3798
- margin-top: 20.0pt;
3799
- margin-right: 0cm;
3800
- margin-bottom: 12.0pt;
3801
- margin-left: 0cm;
3802
- line-height: 18.0pt;
3803
- mso-line-height-rule: exactly;
3804
- mso-pagination: widow-orphan;
3805
- font-size: 16.0pt;
3806
- mso-bidi-font-size: 11.0pt;
3807
- font-family: "Cambria",serif;
3808
- mso-fareast-font-family: Calibri;
3809
- mso-bidi-font-family: "Times New Roman";
3810
- mso-ansi-language: EN-GB;
3811
- mso-fareast-language: EN-US;
3812
- font-weight: bold;
3813
- mso-bidi-font-weight: normal; }
3814
-
3815
- p.MainTitle2, li.MainTitle2, div.MainTitle2 {
3816
- mso-style-name: "Main Title 2";
3817
- mso-style-unhide: no;
3818
- mso-style-parent: "Cover Title_A2";
3819
- margin-top: 0cm;
3820
- margin-right: 0cm;
3821
- margin-bottom: 12.0pt;
3822
- margin-left: 0cm;
3823
- line-height: 18.0pt;
3824
- mso-line-height-rule: exactly;
3825
- mso-pagination: widow-orphan;
3826
- mso-outline-level: 2;
3827
- font-size: 16.0pt;
3828
- mso-bidi-font-size: 11.0pt;
3829
- font-family: "Cambria",serif;
3830
- mso-fareast-font-family: Calibri;
3831
- mso-bidi-font-family: "Times New Roman";
3832
- mso-ansi-language: EN-GB;
3833
- mso-fareast-language: EN-US;
3834
- font-weight: bold;
3835
- mso-bidi-font-weight: normal; }
3836
-
3837
- p.MainTitle3, li.MainTitle3, div.MainTitle3 {
3838
- mso-style-name: "Main Title 3";
3839
- mso-style-unhide: no;
3840
- mso-style-parent: "Cover Title_A3";
3841
- margin-top: 0cm;
3842
- margin-right: 0cm;
3843
- margin-bottom: 12.0pt;
3844
- margin-left: 0cm;
3845
- line-height: 18.0pt;
3846
- mso-line-height-rule: exactly;
3847
- mso-pagination: widow-orphan;
3848
- mso-outline-level: 3;
3849
- font-size: 16.0pt;
3850
- mso-bidi-font-size: 11.0pt;
3851
- font-family: "Cambria",serif;
3852
- mso-fareast-font-family: Calibri;
3853
- mso-bidi-font-family: "Times New Roman";
3854
- mso-ansi-language: EN-GB;
3855
- mso-fareast-language: EN-US; }
3856
-
3857
- p.TableGraphic, li.TableGraphic, div.TableGraphic {
3858
- mso-style-name: "Table Graphic";
3859
- mso-style-unhide: no;
3860
- mso-style-parent: "Figure Graphic";
3861
- margin-top: 12.0pt;
3862
- margin-right: 0cm;
3863
- margin-bottom: 6.0pt;
3864
- margin-left: 0cm;
3865
- text-align: center;
3866
- line-height: 12.0pt;
3867
- mso-pagination: widow-orphan;
3868
- font-size: {{normalfontsize}};
3869
- font-family: {{bodyfont}};
3870
- mso-fareast-font-family: Calibri;
3871
- mso-bidi-font-family: "Times New Roman";
3872
- mso-ansi-language: EN-GB;
3873
- mso-fareast-language: EN-US; }
3874
-
3875
- span.Courier {
3876
- mso-style-name: Courier;
3877
- mso-style-unhide: no;
3878
- mso-style-parent: "";
3879
- font-family: "Courier New";
3880
- mso-ascii-font-family: "Courier New";
3881
- mso-hansi-font-family: "Courier New"; }
3882
-
3883
- p.BiblioDescription, li.BiblioDescription, div.BiblioDescription {
3884
- mso-style-name: "Biblio Description";
3885
- mso-style-unhide: no;
3886
- mso-style-parent: Base_Text;
3887
- mso-style-next: "Biblio Entry";
3888
- margin-top: 0cm;
3889
- margin-right: 0cm;
3890
- margin-bottom: 12.0pt;
3891
- margin-left: 0cm;
3892
- text-align: justify;
3893
- text-justify: inter-ideograph;
3894
- line-height: 12.0pt;
3895
- mso-pagination: widow-orphan;
3896
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3897
- font-size: {{normalfontsize}};
3898
- font-family: {{bodyfont}};
3899
- mso-fareast-font-family: Calibri;
3900
- mso-bidi-font-family: "Times New Roman";
3901
- mso-ansi-language: EN-GB;
3902
- mso-fareast-language: EN-US; }
3903
-
3904
- p.ListNumber5-, li.ListNumber5-, div.ListNumber5- {
3905
- mso-style-name: "List Number 5 \(-\)";
3906
- mso-style-unhide: no;
3907
- mso-style-qformat: yes;
3908
- mso-style-parent: "List Number 1 \(-\)";
3909
- margin-top: 0cm;
3910
- margin-right: 0cm;
3911
- margin-bottom: 12.0pt;
3912
- margin-left: 99.8pt;
3913
- text-align: justify;
3914
- text-justify: inter-ideograph;
3915
- text-indent: -20.15pt;
3916
- line-height: 10.5pt;
3917
- mso-pagination: widow-orphan;
3918
- font-size: {{smallerfontsize}};
3919
- mso-bidi-font-size: {{normalfontsize}};
3920
- font-family: {{bodyfont}};
3921
- mso-fareast-font-family: Calibri;
3922
- mso-bidi-font-family: "Times New Roman";
3923
- mso-ansi-language: EN-GB;
3924
- mso-fareast-language: EN-US; }
3925
-
3926
- p.ListContinue5-, li.ListContinue5-, div.ListContinue5- {
3927
- mso-style-name: "List Continue 5 \(-\)";
3928
- mso-style-unhide: no;
3929
- mso-style-qformat: yes;
3930
- mso-style-parent: "List Continue 1 \(-\)";
3931
- margin-top: 0cm;
3932
- margin-right: 0cm;
3933
- margin-bottom: 12.0pt;
3934
- margin-left: 79.65pt;
3935
- text-align: justify;
3936
- text-justify: inter-ideograph;
3937
- text-indent: -20.15pt;
3938
- line-height: 10.5pt;
3939
- mso-pagination: widow-orphan;
3940
- font-size: {{smallerfontsize}};
3941
- mso-bidi-font-size: {{normalfontsize}};
3942
- font-family: {{bodyfont}};
3943
- mso-fareast-font-family: Calibri;
3944
- mso-bidi-font-family: "Times New Roman";
3945
- mso-ansi-language: EN-GB;
3946
- mso-fareast-language: EN-US; }
3947
-
3948
- p.BiblioText, li.BiblioText, div.BiblioText {
3949
- mso-style-name: "Biblio Text";
3950
- mso-style-unhide: no;
3951
- mso-style-qformat: yes;
3952
- mso-style-parent: Base_Text;
3953
- margin-top: 0cm;
3954
- margin-right: 0cm;
3955
- margin-bottom: 12.0pt;
3956
- margin-left: 0cm;
3957
- text-align: justify;
3958
- text-justify: inter-ideograph;
3959
- line-height: 12.0pt;
3960
- mso-pagination: widow-orphan;
3961
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3962
- font-size: {{normalfontsize}};
3963
- font-family: {{bodyfont}};
3964
- mso-fareast-font-family: Calibri;
3965
- mso-bidi-font-family: "Times New Roman";
3966
- mso-ansi-language: EN-GB;
3967
- mso-fareast-language: EN-US; }
3968
-
3969
- p.FigureImage, li.FigureImage, div.FigureImage {
3970
- mso-style-name: "Figure Image";
3971
- mso-style-unhide: no;
3972
- mso-style-parent: "Figure Graphic";
3973
- margin-top: 12.0pt;
3974
- margin-right: 0cm;
3975
- margin-bottom: 6.0pt;
3976
- margin-left: 0cm;
3977
- text-align: center;
3978
- line-height: 12.0pt;
3979
- mso-pagination: widow-orphan;
3980
- font-size: {{normalfontsize}};
3981
- font-family: {{bodyfont}};
3982
- mso-fareast-font-family: Calibri;
3983
- mso-bidi-font-family: "Times New Roman";
3984
- mso-ansi-language: EN-GB;
3985
- mso-fareast-language: EN-US; }
3986
-
3987
- p.Figuredescription, li.Figuredescription, div.Figuredescription {
3988
- mso-style-name: "Figure description";
3989
- mso-style-unhide: no;
3990
- mso-style-parent: "Figure title";
3991
- margin-top: 12.0pt;
3992
- margin-right: 0cm;
3993
- margin-bottom: 18.0pt;
3994
- margin-left: 0cm;
3995
- text-align: center;
3996
- line-height: 12.0pt;
3997
- mso-pagination: widow-orphan;
3998
- mso-hyphenate: none;
3999
- background: #E5E5E5;
4000
- mso-shading: windowtext;
4001
- mso-pattern: gray-10 auto;
4002
- font-size: {{normalfontsize}};
4003
- mso-bidi-font-size: 12.0pt;
4004
- font-family: {{bodyfont}};
4005
- mso-fareast-font-family: Calibri;
4006
- mso-bidi-font-family: "Times New Roman";
4007
- mso-ansi-language: EN-GB;
4008
- mso-fareast-language: EN-US;
4009
- font-weight: bold;
4010
- mso-bidi-font-weight: normal; }
4011
-
4012
- p.Formuladescription, li.Formuladescription, div.Formuladescription {
4013
- mso-style-name: "Formula description";
4014
- mso-style-unhide: no;
4015
- mso-style-parent: Formula;
4016
- margin-top: 0cm;
4017
- margin-right: 0cm;
4018
- margin-bottom: 11.0pt;
4019
- margin-left: 20.15pt;
4020
- line-height: 12.0pt;
4021
- mso-pagination: widow-orphan;
4022
- tab-stops: right 487.45pt;
4023
- background: #E5E5E5;
4024
- mso-shading: windowtext;
4025
- mso-pattern: gray-10 auto;
4026
- font-size: {{normalfontsize}};
4027
- mso-bidi-font-size: 12.0pt;
4028
- font-family: {{bodyfont}};
4029
- mso-fareast-font-family: Calibri;
4030
- mso-bidi-font-family: "Times New Roman";
4031
- mso-ansi-language: EN-GB;
4032
- mso-fareast-language: EN-US; }
4033
-
4034
- p.Tabledescription, li.Tabledescription, div.Tabledescription {
4035
- mso-style-name: "Table description";
4036
- mso-style-unhide: no;
4037
- mso-style-parent: "Table title";
4038
- margin-top: 6.0pt;
4039
- margin-right: 0cm;
4040
- margin-bottom: 6.0pt;
4041
- margin-left: 0cm;
4042
- text-align: center;
4043
- line-height: 12.0pt;
4044
- mso-pagination: widow-orphan;
4045
- mso-hyphenate: none;
4046
- background: #E5E5E5;
4047
- mso-shading: windowtext;
4048
- mso-pattern: gray-10 auto;
4049
- font-size: {{normalfontsize}};
4050
- mso-bidi-font-size: 12.0pt;
4051
- font-family: {{bodyfont}};
4052
- mso-fareast-font-family: Calibri;
4053
- mso-bidi-font-family: "Times New Roman";
4054
- mso-ansi-language: EN-GB;
4055
- mso-fareast-language: EN-US;
4056
- font-weight: bold;
4057
- mso-bidi-font-weight: normal; }
4058
-
4059
- p.Box-begin, li.Box-begin, div.Box-begin {
4060
- mso-style-name: Box-begin;
4061
- mso-style-unhide: no;
4062
- mso-style-parent: Base_Text;
4063
- margin-top: 0cm;
4064
- margin-right: 0cm;
4065
- margin-bottom: 12.0pt;
4066
- margin-left: 0cm;
4067
- line-height: 12.0pt;
4068
- mso-pagination: widow-orphan;
4069
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
4070
- background: #D9D9D9;
4071
- font-size: {{normalfontsize}};
4072
- mso-bidi-font-size: 12.0pt;
4073
- font-family: {{bodyfont}};
4074
- mso-fareast-font-family: Calibri;
4075
- mso-bidi-font-family: "Times New Roman";
4076
- mso-ansi-language: EN-GB;
4077
- mso-fareast-language: EN-US; }
4078
-
4079
- p.Box-end, li.Box-end, div.Box-end {
4080
- mso-style-name: Box-end;
4081
- mso-style-unhide: no;
4082
- mso-style-parent: Base_Text;
4083
- margin-top: 0cm;
4084
- margin-right: 0cm;
4085
- margin-bottom: 12.0pt;
4086
- margin-left: 0cm;
4087
- line-height: 12.0pt;
4088
- mso-pagination: widow-orphan;
4089
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
4090
- background: #D9D9D9;
4091
- font-size: {{normalfontsize}};
4092
- mso-bidi-font-size: 12.0pt;
4093
- font-family: {{bodyfont}};
4094
- mso-fareast-font-family: Calibri;
4095
- mso-bidi-font-family: "Times New Roman";
4096
- mso-ansi-language: EN-GB;
4097
- mso-fareast-language: EN-US; }
4098
-
4099
- p.Box-title, li.Box-title, div.Box-title {
4100
- mso-style-name: Box-title;
4101
- mso-style-unhide: no;
4102
- mso-style-parent: Base_Heading;
4103
- margin-top: 0cm;
4104
- margin-right: 0cm;
4105
- margin-bottom: 12.0pt;
4106
- margin-left: 0cm;
4107
- mso-line-height-alt: 12.0pt;
4108
- mso-pagination: widow-orphan;
4109
- mso-outline-level: 1;
4110
- background: #E6E6E6;
4111
- font-size: 13.0pt;
4112
- mso-bidi-font-size: 12.0pt;
4113
- font-family: {{bodyfont}};
4114
- mso-fareast-font-family: Calibri;
4115
- mso-bidi-font-family: "Times New Roman";
4116
- mso-ansi-language: EN-GB;
4117
- mso-fareast-language: EN-US;
4118
- font-weight: bold;
4119
- mso-bidi-font-weight: normal; }
4120
-
4121
- p.FrontHead, li.FrontHead, div.FrontHead {
4122
- mso-style-name: "Front Head";
4123
- mso-style-unhide: no;
4124
- mso-style-qformat: yes;
4125
- mso-style-parent: Base_Heading;
4126
- mso-style-next: "Σώμα κειμένου";
4127
- margin-top: 15.5pt;
4128
- margin-right: 0cm;
4129
- margin-bottom: 15.5pt;
4130
- margin-left: 0cm;
4131
- line-height: 15.5pt;
4132
- page-break-before: always;
4133
- mso-pagination: widow-orphan;
4134
- page-break-after: avoid;
4135
- mso-outline-level: 1;
4136
- mso-hyphenate: none;
4137
- font-size: 14.0pt;
4138
- mso-bidi-font-size: {{normalfontsize}};
4139
- font-family: {{headerfont}};
4140
- mso-fareast-font-family: Calibri;
4141
- mso-bidi-font-family: "Times New Roman";
4142
- mso-ansi-language: EN-GB;
4143
- mso-fareast-language: EN-US;
4144
- font-weight: bold;
4145
- mso-bidi-font-weight: normal; }
4146
-
4147
- p.IndexHead, li.IndexHead, div.IndexHead {
4148
- mso-style-name: "Index Head";
4149
- mso-style-unhide: no;
4150
- mso-style-parent: Base_Heading;
4151
- margin-top: 0cm;
4152
- margin-right: 0cm;
4153
- margin-bottom: 38.0pt;
4154
- margin-left: 0cm;
4155
- text-align: center;
4156
- line-height: 14.0pt;
4157
- page-break-before: always;
4158
- mso-pagination: widow-orphan;
4159
- mso-outline-level: 1;
4160
- font-size: 14.0pt;
4161
- font-family: {{headerfont}};
4162
- mso-fareast-font-family: Calibri;
4163
- mso-bidi-font-family: "Times New Roman";
4164
- mso-ansi-language: EN-GB;
4165
- mso-fareast-language: EN-US;
4166
- font-weight: bold;
4167
- mso-bidi-font-weight: normal; }
4168
-
4169
- p.BodyTextIndent22, li.BodyTextIndent22, div.BodyTextIndent22 {
4170
- mso-style-name: "Body Text Indent 22";
4171
- mso-style-unhide: no;
4172
- margin-top: 0cm;
4173
- margin-right: 0cm;
4174
- margin-bottom: 12.0pt;
4175
- margin-left: 40.25pt;
4176
- text-align: justify;
4177
- text-justify: inter-ideograph;
4178
- line-height: 12.0pt;
4179
- mso-pagination: widow-orphan;
4180
- font-size: {{normalfontsize}};
4181
- mso-bidi-font-size: {{smallerfontsize}};
4182
- font-family: {{bodyfont}};
4183
- mso-fareast-font-family: "MS Mincho";
4184
- mso-bidi-font-family: "Times New Roman";
4185
- mso-ansi-language: EN-GB;
4186
- mso-fareast-language: JA; }
4187
-
4188
- p.BodyTextIndent32, li.BodyTextIndent32, div.BodyTextIndent32 {
4189
- mso-style-name: "Body Text Indent 32";
4190
- mso-style-unhide: no;
4191
- mso-style-parent: "Body Text Indent 22";
4192
- margin-top: 0cm;
4193
- margin-right: 0cm;
4194
- margin-bottom: 12.0pt;
4195
- margin-left: 60.1pt;
4196
- text-align: justify;
4197
- text-justify: inter-ideograph;
4198
- line-height: 12.0pt;
4199
- mso-pagination: widow-orphan;
4200
- font-size: {{normalfontsize}};
4201
- mso-bidi-font-size: {{smallerfontsize}};
4202
- font-family: {{bodyfont}};
4203
- mso-fareast-font-family: "MS Mincho";
4204
- mso-bidi-font-family: "Times New Roman";
4205
- mso-ansi-language: EN-GB;
4206
- mso-fareast-language: JA; }
4207
-
4208
- p.Exampleindent2, li.Exampleindent2, div.Exampleindent2 {
4209
- mso-style-name: "Example indent 2";
4210
- mso-style-unhide: no;
4211
- mso-style-parent: Example;
4212
- margin-top: 0cm;
4213
- margin-right: 0cm;
4214
- margin-bottom: 12.0pt;
4215
- margin-left: 40.25pt;
4216
- text-align: justify;
4217
- text-justify: inter-ideograph;
4218
- line-height: 11.0pt;
4219
- mso-pagination: widow-orphan;
4220
- tab-stops: 67.7pt 87.9pt;
4221
- font-size: {{smallerfontsize}};
4222
- mso-bidi-font-size: {{normalfontsize}};
4223
- font-family: {{bodyfont}};
4224
- mso-fareast-font-family: Calibri;
4225
- mso-bidi-font-family: "Times New Roman";
4226
- mso-ansi-language: EN-GB;
4227
- mso-fareast-language: EN-US; }
4228
-
4229
- p.Exampleindent2continued, li.Exampleindent2continued, div.Exampleindent2continued {
4230
- mso-style-name: "Example indent 2 continued";
4231
- mso-style-unhide: no;
4232
- mso-style-parent: Base_Text;
4233
- margin-top: 0cm;
4234
- margin-right: 0cm;
4235
- margin-bottom: 12.0pt;
4236
- margin-left: 40.25pt;
4237
- text-align: justify;
4238
- text-justify: inter-ideograph;
4239
- line-height: 11.0pt;
4240
- mso-pagination: widow-orphan;
4241
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
4242
- font-size: {{smallerfontsize}};
4243
- mso-bidi-font-size: {{normalfontsize}};
4244
- font-family: {{bodyfont}};
4245
- mso-fareast-font-family: Calibri;
4246
- mso-bidi-font-family: "Times New Roman";
4247
- mso-ansi-language: EN-GB;
4248
- mso-fareast-language: EN-US; }
4249
-
4250
- p.Noteindent2continued, li.Noteindent2continued, div.Noteindent2continued {
4251
- mso-style-name: "Note indent 2 continued";
4252
- mso-style-unhide: no;
4253
- mso-style-parent: Note;
4254
- margin-top: 0cm;
4255
- margin-right: 0cm;
4256
- margin-bottom: 12.0pt;
4257
- margin-left: 40.25pt;
4258
- text-align: justify;
4259
- text-justify: inter-ideograph;
4260
- line-height: 11.0pt;
4261
- mso-pagination: widow-orphan;
4262
- tab-stops: 87.9pt;
4263
- font-size: {{smallerfontsize}};
4264
- mso-bidi-font-size: {{normalfontsize}};
4265
- font-family: {{bodyfont}};
4266
- mso-fareast-font-family: Calibri;
4267
- mso-bidi-font-family: "Times New Roman";
4268
- mso-ansi-language: EN-GB;
4269
- mso-fareast-language: EN-US; }
4270
-
4271
- p.Noteindent2, li.Noteindent2, div.Noteindent2 {
4272
- mso-style-name: "Note indent 2";
4273
- mso-style-unhide: no;
4274
- mso-style-parent: Note;
4275
- margin-top: 0cm;
4276
- margin-right: 0cm;
4277
- margin-bottom: 12.0pt;
4278
- margin-left: 40.25pt;
4279
- text-align: justify;
4280
- text-justify: inter-ideograph;
4281
- line-height: 11.0pt;
4282
- mso-pagination: widow-orphan;
4283
- tab-stops: 87.9pt;
4284
- font-size: {{smallerfontsize}};
4285
- mso-bidi-font-size: {{normalfontsize}};
4286
- font-family: {{bodyfont}};
4287
- mso-fareast-font-family: Calibri;
4288
- mso-bidi-font-family: "Times New Roman";
4289
- mso-ansi-language: EN-GB;
4290
- mso-fareast-language: EN-US; }
4291
-
4292
- span.Chinese {
4293
- mso-style-name: Chinese;
4294
- mso-style-priority: 1;
4295
- mso-style-unhide: no;
4296
- mso-style-qformat: yes;
4297
- mso-style-parent: "";
4298
- font-family: "MS Gothic";
4299
- mso-ascii-font-family: "MS Gothic";
4300
- mso-hansi-font-family: "MS Gothic";
4301
- color: windowtext;
4302
- border: none;
4303
- background: #A8D08D;
4304
- font-style: normal;
4305
- mso-bidi-font-style: italic; }
4306
-
4307
- p.AMENDTermsHeading, li.AMENDTermsHeading, div.AMENDTermsHeading {
4308
- mso-style-name: "AMEND Terms Heading";
4309
- mso-style-unhide: no;
4310
- mso-style-qformat: yes;
4311
- mso-style-parent: "Heading 1";
4312
- mso-style-next: "Body Text";
4313
- margin-top: 13.5pt;
4314
- margin-right: 0cm;
4315
- margin-bottom: 12.0pt;
4316
- margin-left: 0cm;
4317
- line-height: 13.5pt;
4318
- mso-line-height-rule: exactly;
4319
- mso-pagination: widow-orphan;
4320
- page-break-after: avoid;
4321
- mso-outline-level: 1;
4322
- mso-hyphenate: none;
4323
- tab-stops: 20.0pt 28.0pt;
4324
- background: #D9D9D9;
4325
- mso-shading: windowtext;
4326
- mso-pattern: gray-15 auto;
4327
- font-size: 13.0pt;
4328
- mso-bidi-font-size: 10.0pt;
4329
- font-family: {{headerfont}};
4330
- mso-fareast-font-family: "MS Mincho";
4331
- mso-bidi-font-family: "Times New Roman";
4332
- mso-ansi-language: EN-GB;
4333
- mso-fareast-language: JA;
4334
- font-weight: bold;
4335
- mso-bidi-font-weight: normal; }
4336
-
4337
- p.AMENDHeading1Unnumbered, li.AMENDHeading1Unnumbered, div.AMENDHeading1Unnumbered {
4338
- mso-style-name: "AMEND Heading 1 Unnumbered";
4339
- mso-style-unhide: no;
4340
- mso-style-qformat: yes;
4341
- mso-style-parent: "Heading 1";
4342
- mso-style-next: "Body Text";
4343
- margin-top: 13.5pt;
4344
- margin-right: 0cm;
4345
- margin-bottom: 12.0pt;
4346
- margin-left: 0cm;
4347
- line-height: 13.5pt;
4348
- mso-line-height-rule: exactly;
4349
- mso-pagination: widow-orphan;
4350
- page-break-after: avoid;
4351
- mso-outline-level: 1;
4352
- mso-hyphenate: none;
4353
- tab-stops: 20.0pt 28.0pt;
4354
- background: #D9D9D9;
4355
- mso-shading: windowtext;
4356
- mso-pattern: gray-15 auto;
4357
- font-size: 13.0pt;
4358
- mso-bidi-font-size: 10.0pt;
4359
- font-family: {{headerfont}};
4360
- mso-fareast-font-family: "MS Mincho";
4361
- mso-bidi-font-family: "Times New Roman";
4362
- mso-ansi-language: EN-GB;
4363
- mso-fareast-language: JA;
4364
- font-weight: bold;
4365
- mso-bidi-font-weight: normal; }
4366
-
4367
- p.AdmittedTerm, li.AdmittedTerm, div.AdmittedTerm {
4368
- mso-style-name: "Admitted Term";
4369
- mso-style-unhide: no;
4370
- mso-style-qformat: yes;
4371
- mso-style-parent: Base_Text;
4372
- mso-style-next: Definition;
4373
- margin: 0cm;
4374
- line-height: 12.0pt;
4375
- mso-pagination: widow-orphan;
4376
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
4377
- font-size: {{normalfontsize}};
4378
- font-family: {{bodyfont}};
4379
- mso-fareast-font-family: Calibri;
4380
- mso-bidi-font-family: "Times New Roman";
4381
- mso-ansi-language: EN-GB;
4382
- mso-fareast-language: EN-US; }
4383
-
4384
- p.dlnoindent, li.dlnoindent, div.dlnoindent {
4385
- mso-style-name: "dl_no indent";
4386
- mso-style-unhide: no;
4387
- mso-style-parent: Base_Text;
4388
- margin-top: 0cm;
4389
- margin-right: 0cm;
4390
- margin-bottom: 12.0pt;
4391
- margin-left: 0cm;
4392
- text-align: justify;
4393
- text-justify: inter-ideograph;
4394
- line-height: 12.0pt;
4395
- mso-pagination: widow-orphan;
4396
- tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
4397
- font-size: {{normalfontsize}};
4398
- font-family: {{bodyfont}};
4399
- mso-fareast-font-family: Calibri;
4400
- mso-bidi-font-family: "Times New Roman";
4401
- mso-ansi-language: EN-GB;
4402
- mso-fareast-language: EN-US; }
4403
-
4404
- p.zzCover, li.zzCover, div.zzCover {
4405
- mso-style-name: zzCover;
4406
- mso-style-unhide: no;
4407
- mso-style-link: "zzCover Char";
4408
- margin-top: 0cm;
4409
- margin-right: 0cm;
4410
- margin-bottom: 11.0pt;
4411
- margin-left: 0cm;
4412
- text-align: right;
4413
- line-height: 12.0pt;
4414
- mso-pagination: widow-orphan;
4415
- {% if stage_int >= 40 and stage_int < 60 %}
4416
- font-size: 13.0pt;
4417
- {% else %}
4418
- font-size: 12.0pt;
4419
- {% endif %}
4420
- mso-bidi-font-size: 10.0pt;
4421
- font-family: {{bodyfont}};
4422
- mso-fareast-font-family: "MS Mincho";
4423
- mso-bidi-font-family: "Times New Roman";
4424
- color: black;
4425
- mso-ansi-language: EN-GB;
4426
- mso-fareast-language: JA;
4427
- font-weight: bold;
4428
- mso-bidi-font-weight: normal; }
4429
-
4430
- span.zzCoverChar {
4431
- mso-style-name: "zzCover Char";
4432
- mso-style-unhide: no;
4433
- mso-style-locked: yes;
4434
- mso-style-parent: "Body Text Char";
4435
- mso-style-link: zzCover;
4436
- mso-ansi-font-size: 11.0pt;
4437
- mso-bidi-font-size: 12.0pt;
4438
- font-family: "Calibri",sans-serif;
4439
- mso-fareast-font-family: Calibri;
4440
- mso-ansi-language: EN-GB;
4441
- mso-fareast-language: EN-US; }
4442
-
4443
- p.MultiPar202106010710, li.MultiPar202106010710, div.MultiPar202106010710 {
4444
- mso-style-name: MultiPar202106010710;
4445
- mso-style-unhide: no;
4446
- mso-style-link: "MultiPar202106010710 Char";
4447
- margin-top: 0cm;
4448
- margin-right: 0cm;
4449
- margin-bottom: 12.0pt;
4450
- margin-left: 0cm;
4451
- text-align: justify;
4452
- text-justify: inter-ideograph;
4453
- line-height: 12.0pt;
4454
- mso-pagination: widow-orphan;
4455
- font-size: {{normalfontsize}};
4456
- mso-bidi-font-size: 12.0pt;
4457
- font-family: {{bodyfont}};
4458
- mso-fareast-font-family: Calibri;
4459
- mso-bidi-font-family: "Times New Roman";
4460
- mso-ansi-language: EN-GB;
4461
- mso-fareast-language: JA; }
4462
-
4463
- span.MultiPar202106010710Char {
4464
- mso-style-name: "MultiPar202106010710 Char";
4465
- mso-style-unhide: no;
4466
- mso-style-locked: yes;
4467
- mso-style-parent: "zzCover Char";
4468
- mso-style-link: MultiPar202106010710;
4469
- mso-ansi-font-size: 11.0pt;
4470
- mso-bidi-font-size: 12.0pt;
4471
- font-family: "Calibri",sans-serif;
4472
- mso-fareast-font-family: Calibri;
4473
- mso-ansi-language: EN-GB;
4474
- mso-fareast-language: JA; }
4475
-
4476
- span.SpellE {
4477
- mso-style-name: "";
4478
- mso-spl-e: yes; }
4479
-
4480
- div.Note span.stem {
4481
- font-size: {{smallerfontsize}}; }
4482
-
4483
- div.Note p.Sourcecode, div.Note pre.Sourcecode {
4484
- font-size: 8.0pt;
4485
- margin-left: 1.0cm; }
4486
-
4487
- div.Note table.dl {
4488
- font-size: {{smallerfontsize}};
4489
- margin-left: 1.0cm; }
4490
-
4491
- td.example_label, td.note_label {
4492
- font-size: {{smallerfontsize}};
4493
- font-family: {{bodyfont}}; }