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