metanorma-iso 3.0.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/isodoc/iso/html/htmlstyle.css +12 -9
- data/lib/isodoc/iso/html/isodoc-dis.css +1152 -860
- data/lib/isodoc/iso/html/isodoc.css +376 -272
- data/lib/isodoc/iso/html/style-human.css +631 -381
- data/lib/isodoc/iso/html/style-human.scss +1 -1
- data/lib/isodoc/iso/html/style-iso.css +703 -430
- data/lib/isodoc/iso/html/style-iso.scss +1 -1
- data/lib/isodoc/iso/html/wordstyle-dis.css +686 -573
- data/lib/isodoc/iso/html/wordstyle.css +551 -465
- data/lib/metanorma/iso/basicdoc.rng +37 -32
- data/lib/metanorma/iso/isodoc.rng +23 -17
- data/lib/metanorma/iso/version.rb +1 -1
- data/metanorma-iso.gemspec +3 -2
- metadata +24 -10
@@ -4,17 +4,18 @@ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode {
|
|
4
4
|
mso-style-parent: "";
|
5
5
|
margin-top: 0cm;
|
6
6
|
margin-right: 0cm;
|
7
|
-
margin-bottom:
|
7
|
+
margin-bottom: 12pt;
|
8
8
|
margin-left: 0cm;
|
9
9
|
text-align: left;
|
10
|
-
line-height:
|
10
|
+
line-height: 12pt;
|
11
11
|
mso-pagination: widow-orphan;
|
12
12
|
tab-stops: 20.15pt;
|
13
13
|
font-size: {{monospacefontsize}};
|
14
14
|
font-family: {{monospacefont}};
|
15
|
-
mso-fareast-font-family: "SimSun",serif;
|
15
|
+
mso-fareast-font-family: "SimSun", serif;
|
16
16
|
mso-bidi-font-family: "Courier New";
|
17
|
-
mso-ansi-language: EN-GB;
|
17
|
+
mso-ansi-language: EN-GB;
|
18
|
+
}
|
18
19
|
|
19
20
|
p.pseudocode, li.pseudocode, div.pseudocode {
|
20
21
|
mso-style-unhide: no;
|
@@ -22,17 +23,18 @@ p.pseudocode, li.pseudocode, div.pseudocode {
|
|
22
23
|
mso-style-parent: "";
|
23
24
|
margin-top: 0cm;
|
24
25
|
margin-right: 0cm;
|
25
|
-
margin-bottom:
|
26
|
+
margin-bottom: 12pt;
|
26
27
|
margin-left: 0cm;
|
27
28
|
text-align: left;
|
28
|
-
line-height:
|
29
|
+
line-height: 12pt;
|
29
30
|
mso-pagination: widow-orphan;
|
30
31
|
tab-stops: 20.15pt;
|
31
32
|
font-size: {{smallerfontsize}};
|
32
33
|
font-family: {{bodyfont}};
|
33
|
-
mso-fareast-font-family: "SimSun",serif;
|
34
|
+
mso-fareast-font-family: "SimSun", serif;
|
34
35
|
mso-bidi-font-family: "Courier New";
|
35
|
-
mso-ansi-language: EN-GB;
|
36
|
+
mso-ansi-language: EN-GB;
|
37
|
+
}
|
36
38
|
|
37
39
|
p.Biblio, li.Biblio, div.Biblio {
|
38
40
|
mso-style-unhide: no;
|
@@ -40,17 +42,18 @@ p.Biblio, li.Biblio, div.Biblio {
|
|
40
42
|
mso-style-parent: "";
|
41
43
|
margin-top: 0cm;
|
42
44
|
margin-right: 0cm;
|
43
|
-
margin-bottom:
|
45
|
+
margin-bottom: 12pt;
|
44
46
|
margin-left: 33.15pt;
|
45
47
|
text-indent: -33.15pt;
|
46
48
|
tab-stops: 33.15pt;
|
47
|
-
line-height:
|
49
|
+
line-height: 12pt;
|
48
50
|
mso-pagination: widow-orphan;
|
49
51
|
font-size: {{normalfontsize}};
|
50
52
|
font-family: {{bodyfont}};
|
51
|
-
mso-fareast-font-family: "SimSun",serif;
|
53
|
+
mso-fareast-font-family: "SimSun", serif;
|
52
54
|
mso-bidi-font-family: {{bodyfont}};
|
53
|
-
mso-ansi-language: EN-GB;
|
55
|
+
mso-ansi-language: EN-GB;
|
56
|
+
}
|
54
57
|
|
55
58
|
p.NormRef, li.NormRef, div.NormRef {
|
56
59
|
mso-style-unhide: no;
|
@@ -58,17 +61,18 @@ p.NormRef, li.NormRef, div.NormRef {
|
|
58
61
|
mso-style-parent: "";
|
59
62
|
margin-top: 0cm;
|
60
63
|
margin-right: 0cm;
|
61
|
-
margin-bottom:
|
64
|
+
margin-bottom: 12pt;
|
62
65
|
margin-left: 0pt;
|
63
66
|
text-indent: 0pt;
|
64
67
|
tab-stops: 33.15pt;
|
65
|
-
line-height:
|
68
|
+
line-height: 12pt;
|
66
69
|
mso-pagination: widow-orphan;
|
67
70
|
font-size: {{normalfontsize}};
|
68
71
|
font-family: {{bodyfont}};
|
69
|
-
mso-fareast-font-family: "SimSun",serif;
|
72
|
+
mso-fareast-font-family: "SimSun", serif;
|
70
73
|
mso-bidi-font-family: {{bodyfont}};
|
71
|
-
mso-ansi-language: EN-GB;
|
74
|
+
mso-ansi-language: EN-GB;
|
75
|
+
}
|
72
76
|
|
73
77
|
p.FigureTitle, li.FigureTitle, div.FigureTitle {
|
74
78
|
mso-style-name: "Figure Title";
|
@@ -79,21 +83,22 @@ p.FigureTitle, li.FigureTitle, div.FigureTitle {
|
|
79
83
|
mso-style-link: "Figure Title Char";
|
80
84
|
margin-top: 0cm;
|
81
85
|
margin-right: 0cm;
|
82
|
-
margin-bottom:
|
83
|
-
margin-left:
|
86
|
+
margin-bottom: 6pt;
|
87
|
+
margin-left: 36pt;
|
84
88
|
mso-add-space: auto;
|
85
89
|
text-align: center;
|
86
90
|
text-indent: -30.35pt;
|
87
|
-
line-height:
|
91
|
+
line-height: 12pt;
|
88
92
|
mso-pagination: widow-orphan;
|
89
93
|
/*mso-list:l9 level1 lfo17;*/
|
90
94
|
tab-stops: 20.15pt;
|
91
95
|
font-size: {{normalfontsize}};
|
92
96
|
font-family: {{bodyfont}};
|
93
97
|
font-weight: bold;
|
94
|
-
mso-fareast-font-family: "SimSun",serif;
|
98
|
+
mso-fareast-font-family: "SimSun", serif;
|
95
99
|
mso-bidi-font-family: {{bodyfont}};
|
96
|
-
mso-ansi-language: EN-GB;
|
100
|
+
mso-ansi-language: EN-GB;
|
101
|
+
}
|
97
102
|
|
98
103
|
p.FigureTitleCxSpFirst, li.FigureTitleCxSpFirst, div.FigureTitleCxSpFirst {
|
99
104
|
mso-style-name: "Figure TitleCxSpFirst";
|
@@ -105,11 +110,11 @@ p.FigureTitleCxSpFirst, li.FigureTitleCxSpFirst, div.FigureTitleCxSpFirst {
|
|
105
110
|
margin-top: 0cm;
|
106
111
|
margin-right: 0cm;
|
107
112
|
margin-bottom: 0cm;
|
108
|
-
margin-left:
|
113
|
+
margin-left: 36pt;
|
109
114
|
mso-add-space: auto;
|
110
115
|
text-align: center;
|
111
116
|
text-indent: -30.35pt;
|
112
|
-
line-height:
|
117
|
+
line-height: 12pt;
|
113
118
|
mso-pagination: widow-orphan;
|
114
119
|
/*mso-list:l9 level1 lfo17;*/
|
115
120
|
tab-stops: 20.15pt;
|
@@ -119,7 +124,8 @@ p.FigureTitleCxSpFirst, li.FigureTitleCxSpFirst, div.FigureTitleCxSpFirst {
|
|
119
124
|
mso-bidi-font-family: "Times New Roman";
|
120
125
|
mso-ansi-language: EN-GB;
|
121
126
|
mso-fareast-language: EN-US;
|
122
|
-
font-weight: bold;
|
127
|
+
font-weight: bold;
|
128
|
+
}
|
123
129
|
|
124
130
|
p.FigureTitleCxSpMiddle, li.FigureTitleCxSpMiddle, div.FigureTitleCxSpMiddle {
|
125
131
|
mso-style-name: "Figure TitleCxSpMiddle";
|
@@ -131,11 +137,11 @@ p.FigureTitleCxSpMiddle, li.FigureTitleCxSpMiddle, div.FigureTitleCxSpMiddle {
|
|
131
137
|
margin-top: 0cm;
|
132
138
|
margin-right: 0cm;
|
133
139
|
margin-bottom: 0cm;
|
134
|
-
margin-left:
|
140
|
+
margin-left: 36pt;
|
135
141
|
mso-add-space: auto;
|
136
142
|
text-align: center;
|
137
143
|
text-indent: -30.35pt;
|
138
|
-
line-height:
|
144
|
+
line-height: 12pt;
|
139
145
|
mso-pagination: widow-orphan;
|
140
146
|
/*mso-list:l9 level1 lfo17;*/
|
141
147
|
tab-stops: 20.15pt;
|
@@ -145,7 +151,8 @@ p.FigureTitleCxSpMiddle, li.FigureTitleCxSpMiddle, div.FigureTitleCxSpMiddle {
|
|
145
151
|
mso-bidi-font-family: "Times New Roman";
|
146
152
|
mso-ansi-language: EN-GB;
|
147
153
|
mso-fareast-language: EN-US;
|
148
|
-
font-weight: bold;
|
154
|
+
font-weight: bold;
|
155
|
+
}
|
149
156
|
|
150
157
|
p.FigureTitleCxSpLast, li.FigureTitleCxSpLast, div.FigureTitleCxSpLast {
|
151
158
|
mso-style-name: "Figure TitleCxSpLast";
|
@@ -156,12 +163,12 @@ p.FigureTitleCxSpLast, li.FigureTitleCxSpLast, div.FigureTitleCxSpLast {
|
|
156
163
|
mso-style-type: export-only;
|
157
164
|
margin-top: 0cm;
|
158
165
|
margin-right: 0cm;
|
159
|
-
margin-bottom:
|
160
|
-
margin-left:
|
166
|
+
margin-bottom: 6pt;
|
167
|
+
margin-left: 36pt;
|
161
168
|
mso-add-space: auto;
|
162
169
|
text-align: center;
|
163
170
|
text-indent: -30.35pt;
|
164
|
-
line-height:
|
171
|
+
line-height: 12pt;
|
165
172
|
mso-pagination: widow-orphan;
|
166
173
|
/*mso-list:l9 level1 lfo17;*/
|
167
174
|
tab-stops: 20.15pt;
|
@@ -171,14 +178,16 @@ p.FigureTitleCxSpLast, li.FigureTitleCxSpLast, div.FigureTitleCxSpLast {
|
|
171
178
|
mso-bidi-font-family: "Times New Roman";
|
172
179
|
mso-ansi-language: EN-GB;
|
173
180
|
mso-fareast-language: EN-US;
|
174
|
-
font-weight: bold;
|
181
|
+
font-weight: bold;
|
182
|
+
}
|
175
183
|
|
176
184
|
span.NoteChar {
|
177
185
|
mso-style-name: "Note Char";
|
178
186
|
mso-style-unhide: no;
|
179
187
|
mso-style-locked: yes;
|
180
188
|
mso-style-link: Note;
|
181
|
-
mso-ansi-language: EN-GB;
|
189
|
+
mso-ansi-language: EN-GB;
|
190
|
+
}
|
182
191
|
|
183
192
|
p.AnnexFigureTitle, li.AnnexFigureTitle, div.AnnexFigureTitle {
|
184
193
|
mso-style-name: "Annex Figure Title";
|
@@ -187,11 +196,11 @@ p.AnnexFigureTitle, li.AnnexFigureTitle, div.AnnexFigureTitle {
|
|
187
196
|
mso-style-link: "Annex Figure Title Char";
|
188
197
|
margin-top: 0cm;
|
189
198
|
margin-right: 0cm;
|
190
|
-
margin-bottom:
|
191
|
-
margin-left:
|
199
|
+
margin-bottom: 6pt;
|
200
|
+
margin-left: 17pt;
|
192
201
|
text-align: center;
|
193
202
|
text-indent: -11.35pt;
|
194
|
-
line-height:
|
203
|
+
line-height: 12pt;
|
195
204
|
mso-pagination: widow-orphan;
|
196
205
|
/* mso-list:l6 level1 lfo13; */
|
197
206
|
tab-stops: list 5.65pt left 20.15pt;
|
@@ -201,7 +210,8 @@ p.AnnexFigureTitle, li.AnnexFigureTitle, div.AnnexFigureTitle {
|
|
201
210
|
mso-bidi-font-family: "Times New Roman";
|
202
211
|
mso-ansi-language: EN-GB;
|
203
212
|
mso-fareast-language: EN-US;
|
204
|
-
font-weight: bold;
|
213
|
+
font-weight: bold;
|
214
|
+
}
|
205
215
|
|
206
216
|
p.AnnexTableTitle, li.AnnexTableTitle, div.AnnexTableTitle {
|
207
217
|
mso-style-name: "Annex Table Title";
|
@@ -211,12 +221,12 @@ p.AnnexTableTitle, li.AnnexTableTitle, div.AnnexTableTitle {
|
|
211
221
|
mso-style-link: "Annex Table Title Char";
|
212
222
|
margin-top: 0cm;
|
213
223
|
margin-right: 0cm;
|
214
|
-
margin-bottom:
|
224
|
+
margin-bottom: 6pt;
|
215
225
|
margin-left: 0cm;
|
216
226
|
mso-add-space: auto;
|
217
227
|
text-align: center;
|
218
228
|
text-indent: 0cm;
|
219
|
-
line-height:
|
229
|
+
line-height: 12pt;
|
220
230
|
/*page-break-before:always;*/
|
221
231
|
mso-pagination: widow-orphan;
|
222
232
|
page-break-after: avoid;
|
@@ -229,7 +239,8 @@ p.AnnexTableTitle, li.AnnexTableTitle, div.AnnexTableTitle {
|
|
229
239
|
mso-ansi-language: EN-GB;
|
230
240
|
mso-fareast-language: EN-US;
|
231
241
|
font-weight: bold;
|
232
|
-
mso-bidi-font-weight: normal;
|
242
|
+
mso-bidi-font-weight: normal;
|
243
|
+
}
|
233
244
|
|
234
245
|
p.AnnexTableTitleCxSpFirst, li.AnnexTableTitleCxSpFirst, div.AnnexTableTitleCxSpFirst {
|
235
246
|
mso-style-name: "Annex Table TitleCxSpFirst";
|
@@ -242,7 +253,7 @@ p.AnnexTableTitleCxSpFirst, li.AnnexTableTitleCxSpFirst, div.AnnexTableTitleCxSp
|
|
242
253
|
mso-add-space: auto;
|
243
254
|
text-align: center;
|
244
255
|
text-indent: 0cm;
|
245
|
-
line-height:
|
256
|
+
line-height: 12pt;
|
246
257
|
/*page-break-before:always;*/
|
247
258
|
mso-pagination: widow-orphan;
|
248
259
|
page-break-after: avoid;
|
@@ -255,7 +266,8 @@ p.AnnexTableTitleCxSpFirst, li.AnnexTableTitleCxSpFirst, div.AnnexTableTitleCxSp
|
|
255
266
|
mso-ansi-language: EN-GB;
|
256
267
|
mso-fareast-language: EN-US;
|
257
268
|
font-weight: bold;
|
258
|
-
mso-bidi-font-weight: normal;
|
269
|
+
mso-bidi-font-weight: normal;
|
270
|
+
}
|
259
271
|
|
260
272
|
p.AnnexTableTitleCxSpMiddle, li.AnnexTableTitleCxSpMiddle, div.AnnexTableTitleCxSpMiddle {
|
261
273
|
mso-style-name: "Annex Table TitleCxSpMiddle";
|
@@ -268,7 +280,7 @@ p.AnnexTableTitleCxSpMiddle, li.AnnexTableTitleCxSpMiddle, div.AnnexTableTitleCx
|
|
268
280
|
mso-add-space: auto;
|
269
281
|
text-align: center;
|
270
282
|
text-indent: 0cm;
|
271
|
-
line-height:
|
283
|
+
line-height: 12pt;
|
272
284
|
/*page-break-before:always;*/
|
273
285
|
mso-pagination: widow-orphan;
|
274
286
|
page-break-after: avoid;
|
@@ -281,7 +293,8 @@ p.AnnexTableTitleCxSpMiddle, li.AnnexTableTitleCxSpMiddle, div.AnnexTableTitleCx
|
|
281
293
|
mso-ansi-language: EN-GB;
|
282
294
|
mso-fareast-language: EN-US;
|
283
295
|
font-weight: bold;
|
284
|
-
mso-bidi-font-weight: normal;
|
296
|
+
mso-bidi-font-weight: normal;
|
297
|
+
}
|
285
298
|
|
286
299
|
p.AnnexTableTitleCxSpLast, li.AnnexTableTitleCxSpLast, div.AnnexTableTitleCxSpLast {
|
287
300
|
mso-style-name: "Annex Table TitleCxSpLast";
|
@@ -292,12 +305,12 @@ p.AnnexTableTitleCxSpLast, li.AnnexTableTitleCxSpLast, div.AnnexTableTitleCxSpLa
|
|
292
305
|
mso-style-type: export-only;
|
293
306
|
margin-top: 0cm;
|
294
307
|
margin-right: 0cm;
|
295
|
-
margin-bottom:
|
308
|
+
margin-bottom: 6pt;
|
296
309
|
margin-left: 0cm;
|
297
310
|
mso-add-space: auto;
|
298
311
|
text-align: center;
|
299
312
|
text-indent: 0cm;
|
300
|
-
line-height:
|
313
|
+
line-height: 12pt;
|
301
314
|
/*page-break-before:always;*/
|
302
315
|
mso-pagination: widow-orphan;
|
303
316
|
page-break-after: avoid;
|
@@ -310,7 +323,8 @@ p.AnnexTableTitleCxSpLast, li.AnnexTableTitleCxSpLast, div.AnnexTableTitleCxSpLa
|
|
310
323
|
mso-ansi-language: EN-GB;
|
311
324
|
mso-fareast-language: EN-US;
|
312
325
|
font-weight: bold;
|
313
|
-
mso-bidi-font-weight: normal;
|
326
|
+
mso-bidi-font-weight: normal;
|
327
|
+
}
|
314
328
|
|
315
329
|
span.Char2 {
|
316
330
|
mso-style-name: "List Paragraph Char";
|
@@ -319,9 +333,10 @@ span.Char2 {
|
|
319
333
|
mso-style-unhide: no;
|
320
334
|
mso-style-locked: yes;
|
321
335
|
mso-style-link: "List Paragraph";
|
322
|
-
mso-ansi-font-size:
|
323
|
-
mso-bidi-font-size:
|
324
|
-
mso-ansi-language: EN-GB;
|
336
|
+
mso-ansi-font-size: 11pt;
|
337
|
+
mso-bidi-font-size: 11pt;
|
338
|
+
mso-ansi-language: EN-GB;
|
339
|
+
}
|
325
340
|
|
326
341
|
span.AnnexTableTitleChar {
|
327
342
|
mso-style-name: "Annex Table Title Char";
|
@@ -329,11 +344,12 @@ span.AnnexTableTitleChar {
|
|
329
344
|
mso-style-locked: yes;
|
330
345
|
mso-style-parent: "List Paragraph Char";
|
331
346
|
mso-style-link: "Annex Table Title";
|
332
|
-
mso-ansi-font-size:
|
333
|
-
mso-bidi-font-size:
|
347
|
+
mso-ansi-font-size: 11pt;
|
348
|
+
mso-bidi-font-size: 11pt;
|
334
349
|
mso-ansi-language: EN-GB;
|
335
350
|
font-weight: bold;
|
336
|
-
mso-bidi-font-weight: normal;
|
351
|
+
mso-bidi-font-weight: normal;
|
352
|
+
}
|
337
353
|
|
338
354
|
p.AdmonitionTitle, p.RecommendationTitle {
|
339
355
|
mso-style-unhide: no;
|
@@ -341,19 +357,20 @@ p.AdmonitionTitle, p.RecommendationTitle {
|
|
341
357
|
mso-style-parent: "";
|
342
358
|
margin-top: 0cm;
|
343
359
|
margin-right: 0cm;
|
344
|
-
margin-bottom:
|
360
|
+
margin-bottom: 6pt;
|
345
361
|
margin-left: 0cm;
|
346
362
|
text-align: center;
|
347
|
-
line-height:
|
363
|
+
line-height: 12pt;
|
348
364
|
page-break-after: avoid;
|
349
365
|
mso-pagination: widow-orphan;
|
350
366
|
tab-stops: 20.15pt;
|
351
367
|
font-size: {{normalfontsize}};
|
352
368
|
font-family: {{bodyfont}};
|
353
369
|
font-weight: bold;
|
354
|
-
mso-fareast-font-family: "SimSun",serif;
|
370
|
+
mso-fareast-font-family: "SimSun", serif;
|
355
371
|
mso-bidi-font-family: {{bodyfont}};
|
356
|
-
mso-ansi-language: EN-GB;
|
372
|
+
mso-ansi-language: EN-GB;
|
373
|
+
}
|
357
374
|
|
358
375
|
p.SourceTitle {
|
359
376
|
mso-style-unhide: no;
|
@@ -361,19 +378,20 @@ p.SourceTitle {
|
|
361
378
|
mso-style-parent: "";
|
362
379
|
margin-top: 0cm;
|
363
380
|
margin-right: 0cm;
|
364
|
-
margin-bottom:
|
381
|
+
margin-bottom: 6pt;
|
365
382
|
margin-left: 0cm;
|
366
383
|
text-align: center;
|
367
|
-
line-height:
|
384
|
+
line-height: 12pt;
|
368
385
|
page-break-before: avoid;
|
369
386
|
mso-pagination: widow-orphan;
|
370
387
|
tab-stops: 20.15pt;
|
371
388
|
font-size: {{normalfontsize}};
|
372
389
|
font-family: {{bodyfont}};
|
373
390
|
font-weight: bold;
|
374
|
-
mso-fareast-font-family: "SimSun",serif;
|
391
|
+
mso-fareast-font-family: "SimSun", serif;
|
375
392
|
mso-bidi-font-family: {{bodyfont}};
|
376
|
-
mso-ansi-language: EN-GB;
|
393
|
+
mso-ansi-language: EN-GB;
|
394
|
+
}
|
377
395
|
|
378
396
|
p.Tabletitle, li.Tabletitle, div.Tabletitle, p.ListTitle {
|
379
397
|
mso-style-name: "Table title";
|
@@ -382,22 +400,23 @@ p.Tabletitle, li.Tabletitle, div.Tabletitle, p.ListTitle {
|
|
382
400
|
mso-style-parent: "";
|
383
401
|
margin-top: 0cm;
|
384
402
|
margin-right: 0cm;
|
385
|
-
margin-bottom:
|
386
|
-
margin-left:
|
403
|
+
margin-bottom: 6pt;
|
404
|
+
margin-left: 36pt;
|
387
405
|
text-align: center;
|
388
|
-
text-indent: -
|
389
|
-
line-height:
|
406
|
+
text-indent: -18pt;
|
407
|
+
line-height: 12pt;
|
390
408
|
page-break-after: avoid;
|
391
|
-
line-height:
|
409
|
+
line-height: 12pt;
|
392
410
|
mso-pagination: widow-orphan;
|
393
411
|
/* mso-list:l8 level1 lfo16; */
|
394
412
|
tab-stops: 20.15pt;
|
395
413
|
font-size: {{normalfontsize}};
|
396
414
|
font-weight: bold;
|
397
415
|
font-family: {{bodyfont}};
|
398
|
-
mso-fareast-font-family: "SimSun",serif;
|
416
|
+
mso-fareast-font-family: "SimSun", serif;
|
399
417
|
mso-bidi-font-family: {{bodyfont}};
|
400
|
-
mso-ansi-language: EN-GB;
|
418
|
+
mso-ansi-language: EN-GB;
|
419
|
+
}
|
401
420
|
|
402
421
|
p.TabletitleCxSpFirst, li.TabletitleCxSpFirst, div.TabletitleCxSpFirst {
|
403
422
|
mso-style-name: "Table titleCxSpFirst";
|
@@ -409,11 +428,11 @@ p.TabletitleCxSpFirst, li.TabletitleCxSpFirst, div.TabletitleCxSpFirst {
|
|
409
428
|
margin-top: 0cm;
|
410
429
|
margin-right: 0cm;
|
411
430
|
margin-bottom: 0cm;
|
412
|
-
margin-left:
|
431
|
+
margin-left: 36pt;
|
413
432
|
mso-add-space: auto;
|
414
433
|
text-align: center;
|
415
|
-
text-indent: -
|
416
|
-
line-height:
|
434
|
+
text-indent: -18pt;
|
435
|
+
line-height: 12pt;
|
417
436
|
mso-pagination: widow-orphan;
|
418
437
|
mso-list: l8 level1 lfo16;
|
419
438
|
tab-stops: 20.15pt;
|
@@ -423,7 +442,8 @@ p.TabletitleCxSpFirst, li.TabletitleCxSpFirst, div.TabletitleCxSpFirst {
|
|
423
442
|
mso-bidi-font-family: "Times New Roman";
|
424
443
|
mso-ansi-language: FR-CH;
|
425
444
|
mso-fareast-language: EN-US;
|
426
|
-
font-weight: bold;
|
445
|
+
font-weight: bold;
|
446
|
+
}
|
427
447
|
|
428
448
|
p.TabletitleCxSpMiddle, li.TabletitleCxSpMiddle, div.TabletitleCxSpMiddle {
|
429
449
|
mso-style-name: "Table titleCxSpMiddle";
|
@@ -435,11 +455,11 @@ p.TabletitleCxSpMiddle, li.TabletitleCxSpMiddle, div.TabletitleCxSpMiddle {
|
|
435
455
|
margin-top: 0cm;
|
436
456
|
margin-right: 0cm;
|
437
457
|
margin-bottom: 0cm;
|
438
|
-
margin-left:
|
458
|
+
margin-left: 36pt;
|
439
459
|
mso-add-space: auto;
|
440
460
|
text-align: center;
|
441
|
-
text-indent: -
|
442
|
-
line-height:
|
461
|
+
text-indent: -18pt;
|
462
|
+
line-height: 12pt;
|
443
463
|
mso-pagination: widow-orphan;
|
444
464
|
mso-list: l8 level1 lfo16;
|
445
465
|
tab-stops: 20.15pt;
|
@@ -449,7 +469,8 @@ p.TabletitleCxSpMiddle, li.TabletitleCxSpMiddle, div.TabletitleCxSpMiddle {
|
|
449
469
|
mso-bidi-font-family: "Times New Roman";
|
450
470
|
mso-ansi-language: FR-CH;
|
451
471
|
mso-fareast-language: EN-US;
|
452
|
-
font-weight: bold;
|
472
|
+
font-weight: bold;
|
473
|
+
}
|
453
474
|
|
454
475
|
p.TabletitleCxSpLast, li.TabletitleCxSpLast, div.TabletitleCxSpLast {
|
455
476
|
mso-style-name: "Table titleCxSpLast";
|
@@ -460,12 +481,12 @@ p.TabletitleCxSpLast, li.TabletitleCxSpLast, div.TabletitleCxSpLast {
|
|
460
481
|
mso-style-type: export-only;
|
461
482
|
margin-top: 0cm;
|
462
483
|
margin-right: 0cm;
|
463
|
-
margin-bottom:
|
464
|
-
margin-left:
|
484
|
+
margin-bottom: 6pt;
|
485
|
+
margin-left: 36pt;
|
465
486
|
mso-add-space: auto;
|
466
487
|
text-align: center;
|
467
|
-
text-indent: -
|
468
|
-
line-height:
|
488
|
+
text-indent: -18pt;
|
489
|
+
line-height: 12pt;
|
469
490
|
mso-pagination: widow-orphan;
|
470
491
|
mso-list: l8 level1 lfo16;
|
471
492
|
tab-stops: 20.15pt;
|
@@ -475,7 +496,8 @@ p.TabletitleCxSpLast, li.TabletitleCxSpLast, div.TabletitleCxSpLast {
|
|
475
496
|
mso-bidi-font-family: "Times New Roman";
|
476
497
|
mso-ansi-language: FR-CH;
|
477
498
|
mso-fareast-language: EN-US;
|
478
|
-
font-weight: bold;
|
499
|
+
font-weight: bold;
|
500
|
+
}
|
479
501
|
|
480
502
|
span.FigureTitleChar {
|
481
503
|
mso-style-name: "Figure Title Char";
|
@@ -483,10 +505,11 @@ span.FigureTitleChar {
|
|
483
505
|
mso-style-locked: yes;
|
484
506
|
mso-style-parent: "List Paragraph Char";
|
485
507
|
mso-style-link: "Figure Title";
|
486
|
-
mso-ansi-font-size:
|
487
|
-
mso-bidi-font-size:
|
508
|
+
mso-ansi-font-size: 11pt;
|
509
|
+
mso-bidi-font-size: 11pt;
|
488
510
|
mso-ansi-language: EN-GB;
|
489
|
-
font-weight: bold;
|
511
|
+
font-weight: bold;
|
512
|
+
}
|
490
513
|
|
491
514
|
span.TabletitleChar {
|
492
515
|
mso-style-name: "Table title Char";
|
@@ -494,20 +517,22 @@ span.TabletitleChar {
|
|
494
517
|
mso-style-locked: yes;
|
495
518
|
mso-style-parent: "List Paragraph Char";
|
496
519
|
mso-style-link: "Table title";
|
497
|
-
mso-ansi-font-size:
|
498
|
-
mso-bidi-font-size:
|
520
|
+
mso-ansi-font-size: 11pt;
|
521
|
+
mso-bidi-font-size: 11pt;
|
499
522
|
mso-ansi-language: FR-CH;
|
500
|
-
font-weight: bold;
|
523
|
+
font-weight: bold;
|
524
|
+
}
|
501
525
|
|
502
526
|
span.AnnexFigureTitleChar {
|
503
527
|
mso-style-name: "Annex Figure Title Char";
|
504
528
|
mso-style-unhide: no;
|
505
529
|
mso-style-locked: yes;
|
506
530
|
mso-style-link: "Annex Figure Title";
|
507
|
-
mso-ansi-font-size:
|
508
|
-
mso-bidi-font-size:
|
531
|
+
mso-ansi-font-size: 11pt;
|
532
|
+
mso-bidi-font-size: 11pt;
|
509
533
|
mso-ansi-language: EN-GB;
|
510
|
-
font-weight: bold;
|
534
|
+
font-weight: bold;
|
535
|
+
}
|
511
536
|
|
512
537
|
p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote {
|
513
538
|
mso-style-unhide: no;
|
@@ -516,20 +541,22 @@ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
|
|
516
541
|
mso-style-parent: "";
|
517
542
|
margin-top: 0cm;
|
518
543
|
margin-right: 0cm;
|
519
|
-
margin-bottom:
|
544
|
+
margin-bottom: 12pt;
|
520
545
|
margin-left: 0cm;
|
521
546
|
text-align: justify;
|
522
|
-
line-height:
|
547
|
+
line-height: 12pt;
|
523
548
|
mso-pagination: widow-orphan;
|
524
549
|
tab-stops: 20.15pt;
|
525
550
|
mso-bidi-font-size: {{normalfontsize}};
|
526
|
-
mso-fareast-font-family: "SimSun",serif;
|
551
|
+
mso-fareast-font-family: "SimSun", serif;
|
527
552
|
mso-bidi-font-family: {{bodyfont}};
|
528
|
-
mso-ansi-language: EN-GB;
|
553
|
+
mso-ansi-language: EN-GB;
|
554
|
+
}
|
529
555
|
|
530
556
|
p.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote {
|
531
557
|
font-size: {{smallerfontsize}};
|
532
|
-
font-family: {{bodyfont}};
|
558
|
+
font-family: {{bodyfont}};
|
559
|
+
}
|
533
560
|
|
534
561
|
/* may need to be revised */
|
535
562
|
p.ANNEX, li.ANNEX, div.ANNEX {
|
@@ -539,7 +566,7 @@ p.ANNEX, li.ANNEX, div.ANNEX {
|
|
539
566
|
mso-style-next: Normal;
|
540
567
|
margin-top: 0cm;
|
541
568
|
margin-right: 0cm;
|
542
|
-
margin-bottom:
|
569
|
+
margin-bottom: 24pt;
|
543
570
|
margin-left: 0cm;
|
544
571
|
text-align: center;
|
545
572
|
text-indent: 0cm;
|
@@ -551,15 +578,16 @@ p.ANNEX, li.ANNEX, div.ANNEX {
|
|
551
578
|
mso-outline-level: 1;
|
552
579
|
mso-list: l0 level1 lfo12;
|
553
580
|
tab-stops: 20.15pt;
|
554
|
-
font-size:
|
581
|
+
font-size: 14pt;
|
555
582
|
mso-bidi-font-size: {{normalfontsize}};
|
556
583
|
font-family: {{headerfont}};
|
557
|
-
mso-fareast-font-family: "SimHei",serif;
|
584
|
+
mso-fareast-font-family: "SimHei", serif;
|
558
585
|
mso-bidi-font-family: {{headerfont}};
|
559
586
|
mso-ansi-language: EN-GB;
|
560
587
|
mso-fareast-language: JA;
|
561
588
|
font-weight: bold;
|
562
|
-
mso-bidi-font-weight: normal;
|
589
|
+
mso-bidi-font-weight: normal;
|
590
|
+
}
|
563
591
|
|
564
592
|
p.BiblioTitle, li.BiblioTitle, div.BiblioTitle {
|
565
593
|
mso-style-name: "Biblio Title";
|
@@ -575,14 +603,15 @@ p.BiblioTitle, li.BiblioTitle, div.BiblioTitle {
|
|
575
603
|
mso-pagination: widow-orphan;
|
576
604
|
mso-outline-level: 1;
|
577
605
|
tab-stops: 20.15pt;
|
578
|
-
font-size:
|
606
|
+
font-size: 14pt;
|
579
607
|
mso-bidi-font-size: {{normalfontsize}};
|
580
608
|
font-family: {{headerfont}};
|
581
|
-
mso-fareast-font-family: "SimHei",serif;
|
609
|
+
mso-fareast-font-family: "SimHei", serif;
|
582
610
|
mso-bidi-font-family: {{headerfont}};
|
583
611
|
mso-ansi-language: EN-GB;
|
584
612
|
font-weight: bold;
|
585
|
-
mso-bidi-font-weight: normal;
|
613
|
+
mso-bidi-font-weight: normal;
|
614
|
+
}
|
586
615
|
|
587
616
|
p.Definition, li.Definition, div.Definition {
|
588
617
|
mso-style-name: Definition;
|
@@ -591,17 +620,18 @@ p.Definition, li.Definition, div.Definition {
|
|
591
620
|
mso-style-link: "Definition Char";
|
592
621
|
margin-top: 0cm;
|
593
622
|
margin-right: 0cm;
|
594
|
-
margin-bottom:
|
623
|
+
margin-bottom: 6pt;
|
595
624
|
margin-left: 0cm;
|
596
625
|
text-align: justify;
|
597
|
-
line-height:
|
626
|
+
line-height: 12pt;
|
598
627
|
mso-pagination: widow-orphan;
|
599
628
|
tab-stops: 20.15pt;
|
600
629
|
font-size: {{normalfontsize}};
|
601
630
|
font-family: {{bodyfont}};
|
602
|
-
mso-fareast-font-family: "SimSun",serif;
|
631
|
+
mso-fareast-font-family: "SimSun", serif;
|
603
632
|
mso-bidi-font-family: {{bodyfont}};
|
604
|
-
mso-ansi-language: EN-GB;
|
633
|
+
mso-ansi-language: EN-GB;
|
634
|
+
}
|
605
635
|
|
606
636
|
p.ForewordTitle, li.ForewordTitle, div.ForewordTitle {
|
607
637
|
mso-style-name: "Foreword Title";
|
@@ -619,14 +649,15 @@ p.ForewordTitle, li.ForewordTitle, div.ForewordTitle {
|
|
619
649
|
mso-outline-level: 1;
|
620
650
|
mso-hyphenate: none;
|
621
651
|
tab-stops: 20.15pt;
|
622
|
-
font-size:
|
652
|
+
font-size: 14pt;
|
623
653
|
mso-bidi-font-size: {{normalfontsize}};
|
624
654
|
font-family: {{headerfont}};
|
625
|
-
mso-fareast-font-family: "SimHei",serif;
|
655
|
+
mso-fareast-font-family: "SimHei", serif;
|
626
656
|
mso-bidi-font-family: {{headerfont}};
|
627
657
|
mso-ansi-language: EN-GB;
|
628
658
|
font-weight: bold;
|
629
|
-
mso-bidi-font-weight: normal;
|
659
|
+
mso-bidi-font-weight: normal;
|
660
|
+
}
|
630
661
|
|
631
662
|
p.IntroTitle, li.IntroTitle, div.IntroTitle {
|
632
663
|
mso-style-name: "Intro Title";
|
@@ -644,15 +675,16 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle {
|
|
644
675
|
mso-outline-level: 1;
|
645
676
|
mso-hyphenate: none;
|
646
677
|
tab-stops: 20.15pt;
|
647
|
-
font-size:
|
678
|
+
font-size: 14pt;
|
648
679
|
mso-bidi-font-size: {{normalfontsize}};
|
649
680
|
font-family: {{headerfont}};
|
650
|
-
mso-fareast-font-family: "SimHei",serif;
|
681
|
+
mso-fareast-font-family: "SimHei", serif;
|
651
682
|
mso-bidi-font-family: {{headerfont}};
|
652
683
|
mso-ansi-language: EN-GB;
|
653
684
|
font-weight: bold;
|
654
685
|
page-break-before: always;
|
655
|
-
mso-bidi-font-weight: normal;
|
686
|
+
mso-bidi-font-weight: normal;
|
687
|
+
}
|
656
688
|
|
657
689
|
p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
|
658
690
|
mso-style-noshow: yes;
|
@@ -668,114 +700,120 @@ p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
|
|
668
700
|
page-break-after: avoid;
|
669
701
|
mso-hyphenate: none;
|
670
702
|
tab-stops: 20.15pt;
|
671
|
-
font-size:
|
703
|
+
font-size: 14pt;
|
672
704
|
mso-bidi-font-size: {{normalfontsize}};
|
673
705
|
font-family: {{headerfont}};
|
674
|
-
mso-fareast-font-family: "SimHei",serif;
|
706
|
+
mso-fareast-font-family: "SimHei", serif;
|
675
707
|
mso-bidi-font-family: {{headerfont}};
|
676
708
|
mso-ansi-language: EN-GB;
|
677
709
|
font-weight: bold;
|
678
|
-
mso-bidi-font-weight: normal;
|
710
|
+
mso-bidi-font-weight: normal;
|
711
|
+
}
|
679
712
|
|
680
713
|
p.Terms, li.Terms, div.Terms {
|
681
|
-
mso-style-name: "Term
|
714
|
+
mso-style-name: "Term(s)";
|
682
715
|
mso-style-priority: 8;
|
683
716
|
mso-style-unhide: no;
|
684
717
|
mso-style-next: Definition;
|
685
718
|
margin: 0cm;
|
686
|
-
line-height:
|
719
|
+
line-height: 12pt;
|
687
720
|
mso-pagination: widow-orphan;
|
688
721
|
page-break-after: avoid;
|
689
722
|
mso-hyphenate: none;
|
690
723
|
tab-stops: 20.15pt;
|
691
724
|
font-size: {{normalfontsize}};
|
692
725
|
font-family: {{headerfont}};
|
693
|
-
mso-fareast-font-family: "SimHei",serif;
|
726
|
+
mso-fareast-font-family: "SimHei", serif;
|
694
727
|
mso-bidi-font-family: {{headerfont}};
|
695
728
|
mso-ansi-language: EN-GB;
|
696
|
-
mso-bidi-font-weight: normal;
|
729
|
+
mso-bidi-font-weight: normal;
|
730
|
+
}
|
697
731
|
|
698
732
|
p.AltTerms, li.AltTerms, div.AltTerms {
|
699
|
-
mso-style-name: "AltTerm
|
733
|
+
mso-style-name: "AltTerm(s)";
|
700
734
|
mso-style-priority: 8;
|
701
735
|
mso-style-unhide: no;
|
702
736
|
mso-style-next: Definition;
|
703
737
|
margin: 0cm;
|
704
|
-
margin-bottom: .0001pt;
|
705
|
-
line-height:
|
738
|
+
margin-bottom: 0.0001pt;
|
739
|
+
line-height: 12pt;
|
706
740
|
mso-pagination: widow-orphan;
|
707
741
|
page-break-after: avoid;
|
708
742
|
mso-hyphenate: none;
|
709
743
|
tab-stops: 20.15pt;
|
710
744
|
font-size: {{normalfontsize}};
|
711
745
|
font-family: {{bodyfont}};
|
712
|
-
mso-fareast-font-family: "SimSun",serif;
|
746
|
+
mso-fareast-font-family: "SimSun", serif;
|
713
747
|
mso-bidi-font-family: {{bodyfont}};
|
714
748
|
mso-ansi-language: EN-GB;
|
715
|
-
mso-bidi-font-weight: normal;
|
749
|
+
mso-bidi-font-weight: normal;
|
750
|
+
}
|
716
751
|
|
717
752
|
p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms {
|
718
|
-
mso-style-name: "DeprecatedTerm
|
753
|
+
mso-style-name: "DeprecatedTerm(s)";
|
719
754
|
mso-style-priority: 8;
|
720
755
|
mso-style-unhide: no;
|
721
756
|
mso-style-next: Definition;
|
722
757
|
margin: 0cm;
|
723
|
-
margin-bottom: .0001pt;
|
724
|
-
line-height:
|
758
|
+
margin-bottom: 0.0001pt;
|
759
|
+
line-height: 12pt;
|
725
760
|
mso-pagination: widow-orphan;
|
726
761
|
page-break-after: avoid;
|
727
762
|
mso-hyphenate: none;
|
728
763
|
tab-stops: 20.15pt;
|
729
764
|
font-size: {{normalfontsize}};
|
730
765
|
font-family: {{bodyfont}};
|
731
|
-
mso-fareast-font-family: "SimSun",serif;
|
766
|
+
mso-fareast-font-family: "SimSun", serif;
|
732
767
|
mso-bidi-font-family: {{bodyfont}};
|
733
768
|
mso-ansi-language: EN-GB;
|
734
|
-
mso-bidi-font-weight: normal;
|
769
|
+
mso-bidi-font-weight: normal;
|
770
|
+
}
|
735
771
|
|
736
772
|
p.TermNum, li.TermNum, div.TermNum {
|
737
773
|
mso-style-name: TermNum;
|
738
774
|
mso-style-priority: 7;
|
739
775
|
mso-style-unhide: no;
|
740
|
-
mso-style-next: "Term
|
776
|
+
mso-style-next: "Term(s)";
|
741
777
|
margin: 0cm;
|
742
|
-
line-height:
|
778
|
+
line-height: 12pt;
|
743
779
|
mso-pagination: widow-orphan;
|
744
780
|
page-break-after: avoid;
|
745
781
|
tab-stops: 20.15pt;
|
746
782
|
font-size: {{normalfontsize}};
|
747
783
|
font-family: {{headerfont}};
|
748
|
-
mso-fareast-font-family: "SimHei",serif;
|
784
|
+
mso-fareast-font-family: "SimHei", serif;
|
749
785
|
mso-bidi-font-family: {{headerfont}};
|
750
786
|
mso-ansi-language: EN-GB;
|
751
787
|
font-weight: bold;
|
752
|
-
mso-bidi-font-weight: normal;
|
788
|
+
mso-bidi-font-weight: normal;
|
789
|
+
}
|
753
790
|
|
754
791
|
p.zzHelp, li.zzHelp, div.zzHelp {
|
755
792
|
mso-style-name: zzHelp;
|
756
793
|
mso-style-unhide: no;
|
757
794
|
margin-top: 0cm;
|
758
795
|
margin-right: 0cm;
|
759
|
-
margin-bottom:
|
796
|
+
margin-bottom: 12pt;
|
760
797
|
margin-left: 0cm;
|
761
798
|
text-align: justify;
|
762
|
-
line-height:
|
799
|
+
line-height: 12pt;
|
763
800
|
mso-pagination: widow-orphan;
|
764
801
|
font-size: {{normalfontsize}};
|
765
|
-
mso-bidi-font-size:
|
802
|
+
mso-bidi-font-size: 10pt;
|
766
803
|
font-family: {{bodyfont}};
|
767
804
|
mso-fareast-font-family: "MS Mincho";
|
768
805
|
mso-bidi-font-family: "Times New Roman";
|
769
806
|
color: green;
|
770
807
|
mso-ansi-language: EN-GB;
|
771
|
-
mso-fareast-language: JA;
|
808
|
+
mso-fareast-language: JA;
|
809
|
+
}
|
772
810
|
|
773
811
|
p.zzContents, li.zzContents, div.zzContents {
|
774
812
|
mso-style-name: zzContents;
|
775
813
|
mso-style-noshow: yes;
|
776
814
|
mso-style-unhide: no;
|
777
815
|
mso-style-next: "TOC 1";
|
778
|
-
margin-top:
|
816
|
+
margin-top: 48pt;
|
779
817
|
margin-right: 0cm;
|
780
818
|
margin-bottom: 15.5pt;
|
781
819
|
margin-left: 0cm;
|
@@ -786,14 +824,15 @@ p.zzContents, li.zzContents, div.zzContents {
|
|
786
824
|
page-break-after: avoid;
|
787
825
|
mso-hyphenate: none;
|
788
826
|
tab-stops: 20.15pt;
|
789
|
-
font-size:
|
827
|
+
font-size: 14pt;
|
790
828
|
mso-bidi-font-size: {{normalfontsize}};
|
791
829
|
font-family: {{headerfont}};
|
792
|
-
mso-fareast-font-family: "SimHei",serif;
|
830
|
+
mso-fareast-font-family: "SimHei", serif;
|
793
831
|
mso-bidi-font-family: {{headerfont}};
|
794
832
|
mso-ansi-language: EN-GB;
|
795
833
|
font-weight: bold;
|
796
|
-
mso-bidi-font-weight: normal;
|
834
|
+
mso-bidi-font-weight: normal;
|
835
|
+
}
|
797
836
|
|
798
837
|
p.zzCopyright, li.zzCopyright, div.zzCopyright {
|
799
838
|
mso-style-name: zzCopyright;
|
@@ -802,20 +841,21 @@ p.zzCopyright, li.zzCopyright, div.zzCopyright {
|
|
802
841
|
mso-style-next: Normal;
|
803
842
|
margin-top: 0cm;
|
804
843
|
margin-right: 0pt;
|
805
|
-
margin-bottom:
|
844
|
+
margin-bottom: 6pt;
|
806
845
|
margin-left: 0pt;
|
807
846
|
text-align: justify;
|
808
|
-
line-height:
|
847
|
+
line-height: 12pt;
|
809
848
|
mso-pagination: widow-orphan;
|
810
849
|
tab-stops: 20.15pt 25.7pt 481.15pt;
|
811
850
|
border: none;
|
812
851
|
padding: 0cm;
|
813
|
-
mso-padding-alt:
|
814
|
-
font-size:
|
852
|
+
mso-padding-alt: 1pt 4pt 1pt 4pt;
|
853
|
+
font-size: 11pt;
|
815
854
|
font-family: {{bodyfont}};
|
816
|
-
mso-fareast-font-family: "SimSun",serif;
|
855
|
+
mso-fareast-font-family: "SimSun", serif;
|
817
856
|
mso-bidi-font-family: {{bodyfont}};
|
818
|
-
mso-ansi-language: EN-GB;
|
857
|
+
mso-ansi-language: EN-GB;
|
858
|
+
}
|
819
859
|
|
820
860
|
p.zzCopyright1 {
|
821
861
|
mso-style-name: zzCopyright;
|
@@ -824,20 +864,21 @@ p.zzCopyright1 {
|
|
824
864
|
mso-style-next: Normal;
|
825
865
|
margin-top: 0cm;
|
826
866
|
margin-right: 0pt;
|
827
|
-
margin-bottom:
|
867
|
+
margin-bottom: 6pt;
|
828
868
|
margin-left: 0pt;
|
829
869
|
text-align: justify;
|
830
|
-
line-height:
|
870
|
+
line-height: 12pt;
|
831
871
|
mso-pagination: widow-orphan;
|
832
872
|
tab-stops: 20.15pt 25.7pt 481.15pt;
|
833
873
|
border: none;
|
834
874
|
padding: 0cm;
|
835
|
-
mso-padding-alt:
|
836
|
-
font-size:
|
875
|
+
mso-padding-alt: 1pt 4pt 1pt 4pt;
|
876
|
+
font-size: 10pt;
|
837
877
|
font-family: {{bodyfont}};
|
838
|
-
mso-fareast-font-family: "SimSun",serif;
|
878
|
+
mso-fareast-font-family: "SimSun", serif;
|
839
879
|
mso-bidi-font-family: {{bodyfont}};
|
840
|
-
mso-ansi-language: EN-GB;
|
880
|
+
mso-ansi-language: EN-GB;
|
881
|
+
}
|
841
882
|
|
842
883
|
p.zzAddress {
|
843
884
|
margin: 0cm;
|
@@ -846,53 +887,57 @@ p.zzAddress {
|
|
846
887
|
mso-layout-grid-align: none;
|
847
888
|
text-autospace: none;
|
848
889
|
padding: 0cm;
|
849
|
-
mso-padding-alt: 0cm
|
850
|
-
font-size:
|
851
|
-
font-family: {{bodyfont}};
|
890
|
+
mso-padding-alt: 0cm 4pt 0cm 4pt;
|
891
|
+
font-size: 10pt;
|
892
|
+
font-family: {{bodyfont}};
|
893
|
+
}
|
852
894
|
|
853
895
|
p.zzWarning {
|
854
896
|
border: none;
|
855
|
-
mso-border-alt: solid windowtext .5pt;
|
897
|
+
mso-border-alt: solid windowtext 0.5pt;
|
856
898
|
padding: 0cm;
|
857
|
-
mso-padding-alt:
|
858
|
-
font-size:
|
899
|
+
mso-padding-alt: 1pt 4pt 1pt 4pt;
|
900
|
+
font-size: 10pt;
|
859
901
|
mso-bidi-font-weight: bold;
|
860
|
-
font-family: {{bodyfont}};
|
902
|
+
font-family: {{bodyfont}};
|
903
|
+
}
|
861
904
|
|
862
905
|
p.zzWarningHdr {
|
863
|
-
margin-bottom:
|
906
|
+
margin-bottom: 6pt;
|
864
907
|
border: none;
|
865
|
-
mso-border-alt: solid windowtext .5pt;
|
908
|
+
mso-border-alt: solid windowtext 0.5pt;
|
866
909
|
padding: 0cm;
|
867
|
-
mso-padding-alt:
|
868
|
-
font-size:
|
910
|
+
mso-padding-alt: 1pt 4pt 1pt 4pt;
|
911
|
+
font-size: 10pt;
|
869
912
|
mso-bidi-font-weight: bold;
|
870
913
|
font-family: {{bodyfont}};
|
871
914
|
text-align: center;
|
872
|
-
font-weight: bold;
|
915
|
+
font-weight: bold;
|
916
|
+
}
|
873
917
|
|
874
918
|
p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle {
|
875
919
|
mso-style-name: zzSTDTitle;
|
876
920
|
mso-style-noshow: yes;
|
877
921
|
mso-style-unhide: no;
|
878
922
|
mso-style-next: Normal;
|
879
|
-
margin-top:
|
923
|
+
margin-top: 20pt;
|
880
924
|
margin-right: 0cm;
|
881
|
-
margin-bottom:
|
925
|
+
margin-bottom: 38pt;
|
882
926
|
margin-left: 0cm;
|
883
927
|
line-height: 17.5pt;
|
884
928
|
mso-line-height-rule: exactly;
|
885
929
|
mso-pagination: widow-orphan;
|
886
930
|
mso-hyphenate: none;
|
887
931
|
tab-stops: 20.15pt;
|
888
|
-
font-size:
|
932
|
+
font-size: 16pt;
|
889
933
|
mso-bidi-font-size: {{normalfontsize}};
|
890
934
|
font-family: {{headerfont}};
|
891
|
-
mso-fareast-font-family: "SimHei",serif;
|
935
|
+
mso-fareast-font-family: "SimHei", serif;
|
892
936
|
mso-bidi-font-family: {{headerfont}};
|
893
937
|
mso-ansi-language: EN-GB;
|
894
938
|
font-weight: bold;
|
895
|
-
mso-bidi-font-weight: normal;
|
939
|
+
mso-bidi-font-weight: normal;
|
940
|
+
}
|
896
941
|
|
897
942
|
p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 {
|
898
943
|
mso-style-name: zzSTDTitle;
|
@@ -901,21 +946,22 @@ p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 {
|
|
901
946
|
mso-style-next: Normal;
|
902
947
|
margin-top: 0pt;
|
903
948
|
margin-right: 0cm;
|
904
|
-
margin-bottom:
|
949
|
+
margin-bottom: 18pt;
|
905
950
|
margin-left: 0cm;
|
906
951
|
line-height: 17.5pt;
|
907
952
|
mso-line-height-rule: exactly;
|
908
953
|
mso-pagination: widow-orphan;
|
909
954
|
mso-hyphenate: none;
|
910
955
|
tab-stops: 20.15pt;
|
911
|
-
font-size:
|
956
|
+
font-size: 16pt;
|
912
957
|
mso-bidi-font-size: {{normalfontsize}};
|
913
958
|
font-family: {{headerfont}};
|
914
|
-
mso-fareast-font-family: "SimHei",serif;
|
959
|
+
mso-fareast-font-family: "SimHei", serif;
|
915
960
|
mso-bidi-font-family: {{headerfont}};
|
916
961
|
mso-ansi-language: EN-GB;
|
917
962
|
font-weight: bold;
|
918
|
-
mso-bidi-font-weight: normal;
|
963
|
+
mso-bidi-font-weight: normal;
|
964
|
+
}
|
919
965
|
|
920
966
|
p.zzSTDTitle2, li.zzSTDTitle2, div.zzSTDTitle2 {
|
921
967
|
mso-style-name: zzSTDTitle;
|
@@ -924,41 +970,45 @@ p.zzSTDTitle2, li.zzSTDTitle2, div.zzSTDTitle2 {
|
|
924
970
|
mso-style-next: Normal;
|
925
971
|
margin-top: 0pt;
|
926
972
|
margin-right: 0cm;
|
927
|
-
margin-bottom:
|
973
|
+
margin-bottom: 18pt;
|
928
974
|
margin-left: 0cm;
|
929
975
|
line-height: 17.5pt;
|
930
976
|
mso-line-height-rule: exactly;
|
931
977
|
mso-pagination: widow-orphan;
|
932
978
|
mso-hyphenate: none;
|
933
979
|
tab-stops: 20.15pt;
|
934
|
-
font-size:
|
980
|
+
font-size: 16pt;
|
935
981
|
mso-bidi-font-size: {{normalfontsize}};
|
936
982
|
font-family: {{headerfont}};
|
937
|
-
mso-fareast-font-family: "SimHei",serif;
|
983
|
+
mso-fareast-font-family: "SimHei", serif;
|
938
984
|
mso-bidi-font-family: {{headerfont}};
|
939
985
|
mso-ansi-language: EN-GB;
|
940
|
-
mso-bidi-font-weight: normal;
|
986
|
+
mso-bidi-font-weight: normal;
|
987
|
+
}
|
941
988
|
|
942
989
|
p.Quote, li.Quote, div.Quote {
|
943
990
|
mso-style-priority: 99;
|
944
991
|
margin-top: 0cm;
|
945
|
-
margin-right:
|
992
|
+
margin-right: 36pt;
|
946
993
|
margin-bottom: 0cm;
|
947
|
-
margin-left:
|
994
|
+
margin-left: 36pt;
|
948
995
|
text-align: justify;
|
949
|
-
line-height:
|
996
|
+
line-height: 12pt;
|
950
997
|
mso-pagination: widow-orphan;
|
951
998
|
tab-stops: 20.15pt;
|
952
|
-
mso-fareast-font-family: "SimSun",serif;
|
999
|
+
mso-fareast-font-family: "SimSun", serif;
|
953
1000
|
mso-bidi-font-family: {{bodyfont}};
|
954
|
-
mso-ansi-language: EN-GB;
|
1001
|
+
mso-ansi-language: EN-GB;
|
1002
|
+
}
|
955
1003
|
|
956
1004
|
p.Quote, li.Quote {
|
957
1005
|
font-size: {{normalfontsize}};
|
958
|
-
font-family: {{bodyfont}};
|
1006
|
+
font-family: {{bodyfont}};
|
1007
|
+
}
|
959
1008
|
|
960
1009
|
p.QuoteAttribution {
|
961
|
-
text-align: right;
|
1010
|
+
text-align: right;
|
1011
|
+
}
|
962
1012
|
|
963
1013
|
p.Admonition, li.Admonition, div.Admonition {
|
964
1014
|
mso-style-priority: 99;
|
@@ -967,18 +1017,20 @@ p.Admonition, li.Admonition, div.Admonition {
|
|
967
1017
|
padding: 0cm;
|
968
1018
|
mso-ascii-font-family: {{bodyfont}};
|
969
1019
|
mso-ascii-theme-font: minor-latin;
|
970
|
-
mso-fareast-font-family: "SimSun",serif;
|
1020
|
+
mso-fareast-font-family: "SimSun", serif;
|
971
1021
|
mso-fareast-theme-font: minor-fareast;
|
972
1022
|
mso-hansi-font-family: {{bodyfont}};
|
973
1023
|
mso-hansi-theme-font: minor-latin;
|
974
1024
|
mso-bidi-font-family: {{bodyfont}};
|
975
1025
|
mso-bidi-theme-font: minor-bidi;
|
976
|
-
mso-ansi-language: EN-AU;
|
1026
|
+
mso-ansi-language: EN-AU;
|
1027
|
+
}
|
977
1028
|
|
978
1029
|
p.Admonition, li.Admonition {
|
979
|
-
font-size:
|
1030
|
+
font-size: 12pt;
|
980
1031
|
font-family: {{bodyfont}};
|
981
|
-
font-weight: bold;
|
1032
|
+
font-weight: bold;
|
1033
|
+
}
|
982
1034
|
|
983
1035
|
p.Code, li.Code, div.Code {
|
984
1036
|
mso-style-name: Code;
|
@@ -986,15 +1038,16 @@ p.Code, li.Code, div.Code {
|
|
986
1038
|
mso-style-unhide: no;
|
987
1039
|
mso-style-qformat: yes;
|
988
1040
|
margin: 0cm;
|
989
|
-
line-height:
|
1041
|
+
line-height: 10pt;
|
990
1042
|
mso-pagination: widow-orphan;
|
991
1043
|
tab-stops: 20.15pt;
|
992
1044
|
font-size: {{monospacefontsize}};
|
993
1045
|
mso-bidi-font-size: {{normalfontsize}};
|
994
1046
|
font-family: {{monospacefont}};
|
995
|
-
mso-fareast-font-family: "SimSun",serif;
|
1047
|
+
mso-fareast-font-family: "SimSun", serif;
|
996
1048
|
mso-bidi-font-family: "Cambria";
|
997
|
-
mso-ansi-language: EN-GB;
|
1049
|
+
mso-ansi-language: EN-GB;
|
1050
|
+
}
|
998
1051
|
|
999
1052
|
p.Formula, li.Formula, div.Formula {
|
1000
1053
|
mso-style-name: Formula;
|
@@ -1002,16 +1055,17 @@ p.Formula, li.Formula, div.Formula {
|
|
1002
1055
|
mso-style-unhide: no;
|
1003
1056
|
margin-top: 0cm;
|
1004
1057
|
margin-right: 0cm;
|
1005
|
-
margin-bottom:
|
1058
|
+
margin-bottom: 11pt;
|
1006
1059
|
margin-left: 20.15pt;
|
1007
|
-
line-height:
|
1060
|
+
line-height: 12pt;
|
1008
1061
|
mso-pagination: widow-orphan;
|
1009
1062
|
tab-stops: right 487.45pt;
|
1010
1063
|
font-size: {{normalfontsize}};
|
1011
1064
|
font-family: {{bodyfont}};
|
1012
|
-
mso-fareast-font-family: "SimSun",serif;
|
1065
|
+
mso-fareast-font-family: "SimSun", serif;
|
1013
1066
|
mso-bidi-font-family: {{bodyfont}};
|
1014
|
-
mso-ansi-language: EN-GB;
|
1067
|
+
mso-ansi-language: EN-GB;
|
1068
|
+
}
|
1015
1069
|
|
1016
1070
|
p.ForewordText, li.ForewordText, div.ForewordText {
|
1017
1071
|
mso-style-name: "Foreword Text";
|
@@ -1019,16 +1073,17 @@ p.ForewordText, li.ForewordText, div.ForewordText {
|
|
1019
1073
|
mso-style-link: "Foreword Text Char";
|
1020
1074
|
margin-top: 0cm;
|
1021
1075
|
margin-right: 0cm;
|
1022
|
-
margin-bottom:
|
1076
|
+
margin-bottom: 6pt;
|
1023
1077
|
margin-left: 0cm;
|
1024
1078
|
text-align: justify;
|
1025
|
-
line-height:
|
1079
|
+
line-height: 12pt;
|
1026
1080
|
mso-pagination: widow-orphan;
|
1027
1081
|
font-size: {{normalfontsize}};
|
1028
1082
|
font-family: {{bodyfont}};
|
1029
1083
|
mso-fareast-font-family: Calibri;
|
1030
1084
|
mso-bidi-font-family: "Times New Roman";
|
1031
|
-
mso-fareast-language: EN-US;
|
1085
|
+
mso-fareast-language: EN-US;
|
1086
|
+
}
|
1032
1087
|
|
1033
1088
|
span.ForewordTextChar {
|
1034
1089
|
mso-style-name: "Foreword Text Char";
|
@@ -1036,8 +1091,9 @@ span.ForewordTextChar {
|
|
1036
1091
|
mso-style-locked: yes;
|
1037
1092
|
mso-style-parent: "";
|
1038
1093
|
mso-style-link: "Foreword Text";
|
1039
|
-
mso-ansi-font-size:
|
1040
|
-
mso-bidi-font-size:
|
1094
|
+
mso-ansi-font-size: 11pt;
|
1095
|
+
mso-bidi-font-size: 11pt;
|
1096
|
+
}
|
1041
1097
|
|
1042
1098
|
p.Source, li.Source, div.Source {
|
1043
1099
|
mso-style-name: Source;
|
@@ -1047,10 +1103,10 @@ p.Source, li.Source, div.Source {
|
|
1047
1103
|
mso-style-link: "Source Char";
|
1048
1104
|
margin-top: 0cm;
|
1049
1105
|
margin-right: 0cm;
|
1050
|
-
margin-bottom:
|
1106
|
+
margin-bottom: 6pt;
|
1051
1107
|
margin-left: 0cm;
|
1052
1108
|
text-align: justify;
|
1053
|
-
line-height:
|
1109
|
+
line-height: 12pt;
|
1054
1110
|
mso-pagination: widow-orphan;
|
1055
1111
|
tab-stops: 20.15pt;
|
1056
1112
|
font-size: {{normalfontsize}};
|
@@ -1058,7 +1114,8 @@ p.Source, li.Source, div.Source {
|
|
1058
1114
|
mso-fareast-font-family: Calibri;
|
1059
1115
|
mso-bidi-font-family: "Times New Roman";
|
1060
1116
|
mso-ansi-language: EN-GB;
|
1061
|
-
mso-fareast-language: EN-US;
|
1117
|
+
mso-fareast-language: EN-US;
|
1118
|
+
}
|
1062
1119
|
|
1063
1120
|
span.DefinitionChar {
|
1064
1121
|
mso-style-name: "Definition Char";
|
@@ -1066,9 +1123,10 @@ span.DefinitionChar {
|
|
1066
1123
|
mso-style-unhide: no;
|
1067
1124
|
mso-style-locked: yes;
|
1068
1125
|
mso-style-link: Definition;
|
1069
|
-
mso-ansi-font-size:
|
1070
|
-
mso-bidi-font-size:
|
1071
|
-
mso-ansi-language: EN-GB;
|
1126
|
+
mso-ansi-font-size: 11pt;
|
1127
|
+
mso-bidi-font-size: 11pt;
|
1128
|
+
mso-ansi-language: EN-GB;
|
1129
|
+
}
|
1072
1130
|
|
1073
1131
|
span.SourceChar {
|
1074
1132
|
mso-style-name: "Source Char";
|
@@ -1076,35 +1134,41 @@ span.SourceChar {
|
|
1076
1134
|
mso-style-locked: yes;
|
1077
1135
|
mso-style-parent: "Definition Char";
|
1078
1136
|
mso-style-link: Source;
|
1079
|
-
mso-ansi-font-size:
|
1080
|
-
mso-bidi-font-size:
|
1081
|
-
mso-ansi-language: EN-GB;
|
1137
|
+
mso-ansi-font-size: 11pt;
|
1138
|
+
mso-bidi-font-size: 11pt;
|
1139
|
+
mso-ansi-language: EN-GB;
|
1140
|
+
}
|
1082
1141
|
|
1083
1142
|
table.dl {
|
1084
1143
|
margin-top: 0cm;
|
1085
1144
|
margin-right: 0cm;
|
1086
1145
|
margin-bottom: {{normalfontsize}};
|
1087
|
-
margin-left: 0cm;
|
1146
|
+
margin-left: 0cm;
|
1147
|
+
}
|
1088
1148
|
|
1089
1149
|
div.figdl {
|
1090
|
-
text-align: left;
|
1150
|
+
text-align: left;
|
1151
|
+
}
|
1091
1152
|
|
1092
1153
|
table.figdl {
|
1093
1154
|
mso-para-margin: 0cm;
|
1094
|
-
mso-para-margin-bottom: .0001pt;
|
1155
|
+
mso-para-margin-bottom: 0.0001pt;
|
1095
1156
|
mso-pagination: widow-orphan;
|
1096
1157
|
align: left;
|
1097
1158
|
text-align: left;
|
1098
1159
|
margin-top: 0cm;
|
1099
1160
|
margin-right: 0cm;
|
1100
1161
|
margin-left: 0cm;
|
1101
|
-
margin-right: 0cm;
|
1162
|
+
margin-right: 0cm;
|
1163
|
+
}
|
1102
1164
|
|
1103
1165
|
div.figdl p, table.figdl p {
|
1104
|
-
font-size: {{smallerfontsize}};
|
1166
|
+
font-size: {{smallerfontsize}};
|
1167
|
+
}
|
1105
1168
|
|
1106
1169
|
table.formula_dl {
|
1107
|
-
margin-left: 20.15pt;
|
1170
|
+
margin-left: 20.15pt;
|
1171
|
+
}
|
1108
1172
|
|
1109
1173
|
table.MsoISOTable, table.MsoISOTableBig {
|
1110
1174
|
mso-style-name: "Table ISO";
|
@@ -1115,30 +1179,34 @@ table.MsoISOTable, table.MsoISOTableBig {
|
|
1115
1179
|
mso-style-parent: "";
|
1116
1180
|
mso-padding-alt: 0cm 2.85pt 0cm 2.85pt;
|
1117
1181
|
mso-para-margin: 0cm;
|
1118
|
-
mso-para-margin-bottom: .0001pt;
|
1182
|
+
mso-para-margin-bottom: 0.0001pt;
|
1119
1183
|
mso-pagination: widow-orphan;
|
1120
1184
|
border-collapse: collapse;
|
1121
1185
|
/*mso-table-layout-alt:fixed;*/
|
1122
1186
|
border: solid windowtext 2pt;
|
1123
1187
|
mso-border-alt: solid windowtext 2pt;
|
1124
1188
|
mso-yfti-tbllook: 480;
|
1125
|
-
mso-border-insideh: .75pt solid windowtext;
|
1126
|
-
mso-border-insidev: .75pt solid windowtext;
|
1189
|
+
mso-border-insideh: 0.75pt solid windowtext;
|
1190
|
+
mso-border-insidev: 0.75pt solid windowtext;
|
1127
1191
|
font-size: {{smallerfontsize}};
|
1128
|
-
font-family: {{bodyfont}};
|
1192
|
+
font-family: {{bodyfont}};
|
1193
|
+
}
|
1129
1194
|
|
1130
1195
|
table.MsoISOTable th, table.MsoISOTableBig th {
|
1131
1196
|
border: solid windowtext 1pt;
|
1132
1197
|
mso-border-alt: solid windowtext 1pt;
|
1133
|
-
padding: 0cm 2.85pt 0cm 2.85pt;
|
1198
|
+
padding: 0cm 2.85pt 0cm 2.85pt;
|
1199
|
+
}
|
1134
1200
|
|
1135
1201
|
table.MsoISOTable td, table.MsoISOTableBig td {
|
1136
1202
|
border: solid windowtext 1pt;
|
1137
1203
|
mso-border-alt: solid windowtext 1pt;
|
1138
|
-
padding: 0cm 2.85pt 0cm 2.85pt;
|
1204
|
+
padding: 0cm 2.85pt 0cm 2.85pt;
|
1205
|
+
}
|
1139
1206
|
|
1140
1207
|
table.MsoISOTable p, table.MsoISOTableBig p {
|
1141
|
-
font-size: {{smallerfontsize}};
|
1208
|
+
font-size: {{smallerfontsize}};
|
1209
|
+
}
|
1142
1210
|
|
1143
1211
|
table.MsoTableGrid {
|
1144
1212
|
mso-style-name: "Table Grid";
|
@@ -1146,97 +1214,116 @@ table.MsoTableGrid {
|
|
1146
1214
|
mso-tstyle-colband-size: 0;
|
1147
1215
|
mso-style-priority: 39;
|
1148
1216
|
mso-style-unhide: no;
|
1149
|
-
border: solid windowtext
|
1150
|
-
mso-border-alt: solid windowtext .5pt;
|
1217
|
+
border: solid windowtext 1pt;
|
1218
|
+
mso-border-alt: solid windowtext 0.5pt;
|
1151
1219
|
mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
|
1152
|
-
mso-border-insideh: .5pt solid windowtext;
|
1153
|
-
mso-border-insidev: .5pt solid windowtext;
|
1220
|
+
mso-border-insideh: 0.5pt solid windowtext;
|
1221
|
+
mso-border-insidev: 0.5pt solid windowtext;
|
1154
1222
|
mso-para-margin: 0cm;
|
1155
|
-
mso-para-margin-bottom: .0001pt;
|
1223
|
+
mso-para-margin-bottom: 0.0001pt;
|
1156
1224
|
mso-pagination: widow-orphan;
|
1157
1225
|
font-size: {{smallerfontsize}};
|
1158
|
-
font-family: {{bodyfont}};
|
1226
|
+
font-family: {{bodyfont}};
|
1227
|
+
}
|
1159
1228
|
|
1160
1229
|
div.formula {
|
1161
|
-
tab-stops: right 487.45pt;
|
1230
|
+
tab-stops: right 487.45pt;
|
1231
|
+
}
|
1162
1232
|
|
1163
1233
|
body {
|
1164
|
-
tab-interval:
|
1234
|
+
tab-interval: 36pt;
|
1235
|
+
}
|
1165
1236
|
|
1166
1237
|
.coverpage_docnumber {
|
1167
1238
|
text-align: right;
|
1168
|
-
font-size:
|
1169
|
-
font-weight: bold;
|
1239
|
+
font-size: 14pt;
|
1240
|
+
font-weight: bold;
|
1241
|
+
}
|
1170
1242
|
|
1171
1243
|
.coverpage_techcommittee {
|
1172
|
-
text-align: right;
|
1244
|
+
text-align: right;
|
1245
|
+
}
|
1173
1246
|
|
1174
1247
|
.coverpage_docstage {
|
1175
1248
|
text-align: center;
|
1176
|
-
font-size:
|
1177
|
-
color: #485094;
|
1249
|
+
font-size: 30pt;
|
1250
|
+
color: #485094;
|
1251
|
+
}
|
1178
1252
|
|
1179
1253
|
div.doctitle {
|
1180
|
-
margin-top:
|
1254
|
+
margin-top: 100pt;
|
1181
1255
|
text-align: left;
|
1182
|
-
font-size:
|
1256
|
+
font-size: 16pt;
|
1257
|
+
}
|
1183
1258
|
|
1184
1259
|
div.coverpage_warning {
|
1185
1260
|
mso-element: para-border-div;
|
1186
|
-
border: solid windowtext
|
1187
|
-
mso-border-alt: solid windowtext .5pt;
|
1188
|
-
padding:
|
1261
|
+
border: solid windowtext 1pt #485094;
|
1262
|
+
mso-border-alt: solid windowtext 0.5pt;
|
1263
|
+
padding: 1pt 4pt 1pt 4pt #485094;
|
1189
1264
|
margin-left: 4.25pt;
|
1190
|
-
margin-right: 4.25pt;
|
1265
|
+
margin-right: 4.25pt;
|
1266
|
+
}
|
1191
1267
|
|
1192
1268
|
.coverpage_warning {
|
1193
1269
|
color: #485094;
|
1194
|
-
font-size:
|
1270
|
+
font-size: 10pt;
|
1271
|
+
}
|
1195
1272
|
|
1196
1273
|
.coverpage {
|
1197
1274
|
text-align: center;
|
1198
|
-
margin: 2em 0;
|
1275
|
+
margin: 2em 0;
|
1276
|
+
}
|
1199
1277
|
|
1200
1278
|
.coverpage-logo {
|
1201
|
-
color: #485094;
|
1279
|
+
color: #485094;
|
1280
|
+
}
|
1202
1281
|
|
1203
1282
|
.coverpage-tc-name {
|
1204
1283
|
color: #485094;
|
1205
1284
|
font-size: 1.2em;
|
1206
1285
|
line-height: 1.2em;
|
1207
|
-
margin: 0.25em 0;
|
1286
|
+
margin: 0.25em 0;
|
1287
|
+
}
|
1208
1288
|
|
1209
1289
|
.coverpage-doc-identity {
|
1210
1290
|
background-color: #485094;
|
1211
1291
|
color: white;
|
1212
1292
|
font-size: 2em;
|
1213
1293
|
line-height: 2em;
|
1214
|
-
margin: 0.5em 0;
|
1294
|
+
margin: 0.5em 0;
|
1295
|
+
}
|
1215
1296
|
|
1216
1297
|
.coverpage-title {
|
1217
|
-
font-weight: 400;
|
1298
|
+
font-weight: 400;
|
1299
|
+
}
|
1218
1300
|
|
1219
1301
|
.coverpage-title .title-second {
|
1220
|
-
display: none;
|
1302
|
+
display: none;
|
1303
|
+
}
|
1221
1304
|
|
1222
1305
|
.coverpage-stage-block {
|
1223
1306
|
font-style: italic;
|
1224
1307
|
font-size: 1.25em;
|
1225
|
-
font-weight: 600;
|
1308
|
+
font-weight: 600;
|
1309
|
+
}
|
1226
1310
|
|
1227
1311
|
.coverpage-warning {
|
1228
1312
|
border-top: solid 1px #f36f36;
|
1229
1313
|
border-bottom: solid 1px #f36f36;
|
1230
1314
|
margin: 1em 2em;
|
1231
1315
|
color: #485094;
|
1232
|
-
padding: 1em;
|
1316
|
+
padding: 1em;
|
1317
|
+
}
|
1233
1318
|
|
1234
1319
|
.coverpage-warning .title {
|
1235
1320
|
color: #f36f36;
|
1236
|
-
font-weight: 500;
|
1321
|
+
font-weight: 500;
|
1322
|
+
}
|
1237
1323
|
|
1238
1324
|
.coverpage-warning .content {
|
1239
|
-
font-style: italic;
|
1325
|
+
font-style: italic;
|
1326
|
+
}
|
1240
1327
|
|
1241
1328
|
/*
|
1242
1329
|
.boilerplate-copyright {
|
@@ -1245,22 +1332,27 @@ div.coverpage_warning {
|
|
1245
1332
|
*/
|
1246
1333
|
.boilerplate-copyright .boilerplate-name {
|
1247
1334
|
color: #485094;
|
1248
|
-
font-weight: 600;
|
1335
|
+
font-weight: 600;
|
1336
|
+
}
|
1249
1337
|
|
1250
1338
|
.boilerplate-copyright .boilerplate-address {
|
1251
|
-
color: #485094;
|
1339
|
+
color: #485094;
|
1340
|
+
}
|
1252
1341
|
|
1253
1342
|
div.rule {
|
1254
1343
|
width: 100%;
|
1255
1344
|
height: 1px;
|
1256
1345
|
background-color: #485094;
|
1257
|
-
margin: 2em 0;
|
1346
|
+
margin: 2em 0;
|
1347
|
+
}
|
1258
1348
|
|
1259
1349
|
#toc-list ul {
|
1260
|
-
margin-bottom: 0.25em;
|
1350
|
+
margin-bottom: 0.25em;
|
1351
|
+
}
|
1261
1352
|
|
1262
1353
|
#toc-list li {
|
1263
|
-
list-style-type: none;
|
1354
|
+
list-style-type: none;
|
1355
|
+
}
|
1264
1356
|
|
1265
1357
|
.MsoTocTextSpan {
|
1266
1358
|
color: windowtext;
|
@@ -1268,15 +1360,18 @@ div.rule {
|
|
1268
1360
|
mso-hide: screen;
|
1269
1361
|
mso-ansi-language: EN-GB;
|
1270
1362
|
text-decoration: none;
|
1271
|
-
text-underline: none;
|
1363
|
+
text-underline: none;
|
1364
|
+
}
|
1272
1365
|
|
1273
1366
|
a.TableFootnoteRef, span.TableFootnoteRef {
|
1274
1367
|
mso-style-priority: 99;
|
1275
1368
|
mso-style-parent: "Footnote Reference";
|
1276
|
-
vertical-align: super;
|
1369
|
+
vertical-align: super;
|
1370
|
+
}
|
1277
1371
|
|
1278
1372
|
aside {
|
1279
|
-
font-size: {{footnotefontsize}};
|
1373
|
+
font-size: {{footnotefontsize}};
|
1374
|
+
}
|
1280
1375
|
|
1281
1376
|
/*
|
1282
1377
|
div.Example {
|
@@ -1295,52 +1390,61 @@ div.Example {
|
|
1295
1390
|
}
|
1296
1391
|
*/
|
1297
1392
|
p.Example, li.Example, div.Example, td.Example {
|
1298
|
-
tab-stops: 70.9pt;
|
1393
|
+
tab-stops: 70.9pt;
|
1394
|
+
}
|
1299
1395
|
|
1300
1396
|
p.Example, li.Example, td.Example {
|
1301
1397
|
mso-style-name: Example;
|
1302
1398
|
mso-style-link: "Example Char";
|
1303
1399
|
font-size: {{smallerfontsize}};
|
1304
|
-
font-family: {{bodyfont}};
|
1400
|
+
font-family: {{bodyfont}};
|
1401
|
+
}
|
1305
1402
|
|
1306
1403
|
div.Example, td.Example {
|
1307
1404
|
margin: 0in;
|
1308
|
-
margin-bottom:
|
1405
|
+
margin-bottom: 6pt;
|
1406
|
+
}
|
1309
1407
|
|
1310
1408
|
p.Example, li.Example, div.Example {
|
1311
1409
|
mso-style-unhide: no;
|
1312
1410
|
mso-style-qformat: yes;
|
1313
1411
|
margin-top: 0cm;
|
1314
1412
|
margin-right: 0cm;
|
1315
|
-
margin-bottom:
|
1413
|
+
margin-bottom: 6pt;
|
1316
1414
|
margin-left: 0cm;
|
1317
1415
|
text-align: justify;
|
1318
|
-
line-height:
|
1416
|
+
line-height: 12pt;
|
1319
1417
|
mso-pagination: widow-orphan;
|
1320
1418
|
/* tab-stops:20.15pt; */
|
1321
1419
|
mso-fareast-font-family: Calibri;
|
1322
1420
|
mso-bidi-font-family: "Times New Roman";
|
1323
1421
|
mso-ansi-language: EN-GB;
|
1324
|
-
mso-fareast-language: EN-US;
|
1422
|
+
mso-fareast-language: EN-US;
|
1423
|
+
}
|
1325
1424
|
|
1326
1425
|
span.ExampleChar {
|
1327
1426
|
mso-style-name: "Example Char";
|
1328
1427
|
mso-style-unhide: no;
|
1329
1428
|
mso-style-locked: yes;
|
1330
1429
|
mso-style-link: Example;
|
1331
|
-
mso-ansi-language: EN-GB;
|
1430
|
+
mso-ansi-language: EN-GB;
|
1431
|
+
}
|
1332
1432
|
|
1333
1433
|
div.Note span.stem {
|
1334
|
-
font-size: {{smallerfontsize}};
|
1434
|
+
font-size: {{smallerfontsize}};
|
1435
|
+
}
|
1335
1436
|
|
1336
1437
|
div.Note p.Sourcecode, div.Note pre.Sourcecode {
|
1337
|
-
font-size:
|
1338
|
-
margin-left:
|
1438
|
+
font-size: 8pt;
|
1439
|
+
margin-left: 1cm;
|
1440
|
+
}
|
1339
1441
|
|
1340
1442
|
div.Note table.dl {
|
1341
1443
|
font-size: {{smallerfontsize}};
|
1342
|
-
margin-left:
|
1444
|
+
margin-left: 1cm;
|
1445
|
+
}
|
1343
1446
|
|
1344
1447
|
span.note_label, span.example_label, td.example_label, td.note_label, span.termnote_label, td.termnote_label {
|
1345
1448
|
font-size: {{smallerfontsize}};
|
1346
|
-
font-family: {{bodyfont}};
|
1449
|
+
font-family: {{bodyfont}};
|
1450
|
+
}
|