metanorma-ogc 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/lib/asciidoctor/ogc/boilerplate.xml +3 -3
  3. data/lib/asciidoctor/ogc/front.rb +7 -19
  4. data/lib/isodoc/ogc/biblio.rb +33 -4
  5. data/lib/isodoc/ogc/html/header_wp.html +210 -0
  6. data/lib/isodoc/ogc/html/logo.png +0 -0
  7. data/lib/isodoc/ogc/html/ogc.css +6 -3
  8. data/lib/isodoc/ogc/html/ogc.scss +4 -2
  9. data/lib/isodoc/ogc/html/ogc_wp.css +758 -0
  10. data/lib/isodoc/ogc/html/ogc_wp.scss +724 -0
  11. data/lib/isodoc/ogc/html/word_ogc_intro_wp.html +14 -0
  12. data/lib/isodoc/ogc/html/word_ogc_titlepage_wp.html +175 -0
  13. data/lib/isodoc/ogc/html/wordstyle.css +8 -8
  14. data/lib/isodoc/ogc/html/wordstyle.scss +8 -8
  15. data/lib/isodoc/ogc/html/wordstyle_wp.css +1181 -0
  16. data/lib/isodoc/ogc/html/wordstyle_wp.scss +1093 -0
  17. data/lib/isodoc/ogc/init.rb +9 -0
  18. data/lib/isodoc/ogc/metadata.rb +30 -27
  19. data/lib/isodoc/ogc/ogc.abstract-specification-topic.xsl +235 -47
  20. data/lib/isodoc/ogc/ogc.best-practice.xsl +235 -47
  21. data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +235 -47
  22. data/lib/isodoc/ogc/ogc.community-practice.xsl +235 -47
  23. data/lib/isodoc/ogc/ogc.community-standard.xsl +235 -47
  24. data/lib/isodoc/ogc/ogc.discussion-paper.xsl +235 -47
  25. data/lib/isodoc/ogc/ogc.engineering-report.xsl +235 -47
  26. data/lib/isodoc/ogc/ogc.other.xsl +235 -47
  27. data/lib/isodoc/ogc/ogc.policy.xsl +235 -47
  28. data/lib/isodoc/ogc/ogc.reference-model.xsl +235 -47
  29. data/lib/isodoc/ogc/ogc.release-notes.xsl +235 -47
  30. data/lib/isodoc/ogc/ogc.standard.xsl +235 -47
  31. data/lib/isodoc/ogc/ogc.test-suite.xsl +235 -47
  32. data/lib/isodoc/ogc/ogc.user-guide.xsl +235 -47
  33. data/lib/isodoc/ogc/ogc.white-paper.xsl +233 -32
  34. data/lib/isodoc/ogc/word_convert.rb +20 -3
  35. data/lib/isodoc/ogc/xref.rb +20 -13
  36. data/lib/metanorma/ogc/version.rb +1 -1
  37. metadata +10 -2
@@ -0,0 +1,724 @@
1
+ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre
2
+ {mso-style-unhide:no;
3
+ mso-style-qformat:yes;
4
+ mso-style-parent:"";
5
+ margin-top:6.0pt;
6
+ margin-right:0cm;
7
+ margin-bottom:6.0pt;
8
+ margin-left:0cm;
9
+ text-align:left;
10
+ mso-pagination:widow-orphan;
11
+ tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;
12
+ font-size:10.0pt;
13
+ font-family:$monospacefont;
14
+ mso-fareast-font-family:Calibri;
15
+ mso-bidi-font-family:"Courier New";
16
+ mso-ansi-language:EN-GB;}
17
+ p.pseudocode, li.pseudocode, div.pseudocode
18
+ {mso-style-unhide:no;
19
+ mso-style-qformat:yes;
20
+ mso-style-parent:"";
21
+ margin-top:6.0pt;
22
+ margin-right:0cm;
23
+ margin-bottom:6.0pt;
24
+ margin-left:0cm;
25
+ text-align:left;
26
+ mso-pagination:widow-orphan;
27
+ tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;
28
+ font-size:10.5pt;
29
+ font-family:$bodyfont;
30
+ mso-fareast-font-family:Calibri;
31
+ mso-bidi-font-family:"Courier New";
32
+ mso-ansi-language:EN-GB;}
33
+ p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef
34
+ {mso-style-unhide:no;
35
+ mso-style-qformat:yes;
36
+ mso-style-parent:"";
37
+ margin-top:0cm;
38
+ margin-right:0cm;
39
+ margin-bottom:12.0pt;
40
+ margin-left:33.15pt;
41
+ text-indent:-33.15pt;
42
+ tab-stops: 33.15pt;
43
+ line-height:12.0pt;
44
+ mso-pagination:widow-orphan;
45
+ font-size:10.5pt;
46
+ font-weight:normal;
47
+ font-family:$bodyfont;
48
+ mso-fareast-font-family:$bodyfont;
49
+ mso-bidi-font-family:$bodyfont;
50
+ mso-ansi-language:EN-GB;}
51
+ p.FigureTitle
52
+ {
53
+ page-break-before:avoid;
54
+ }
55
+ p.SourceTitle
56
+ {
57
+ page-break-before:avoid;
58
+ }
59
+ p.AdmonitionTitle, p.RecommendationTitle, p.RecommendationTestTitle
60
+ {
61
+ page-break-after:avoid;
62
+ }
63
+ p.TableTitle, p.FigureTitle, p.SourceTitle, p.AdmonitionTitle, p.RecommendationTitle, p.RecommendationTestTitle, p.example-title
64
+ {mso-style-unhide:no;
65
+ mso-style-qformat:yes;
66
+ mso-style-parent:"";
67
+ margin-top:0cm;
68
+ margin-right:0cm;
69
+ margin-bottom:10.0pt;
70
+ margin-left:0cm;
71
+ page-break-after:avoid;
72
+ line-height:12.0pt;
73
+ mso-pagination:widow-orphan;
74
+ tab-stops:20.15pt;
75
+ font-size:11.0pt;
76
+ font-family:$bodyfont;
77
+ color:#44546A;
78
+ mso-themecolor:text2;
79
+ mso-fareast-font-family:$bodyfont;
80
+ mso-bidi-font-family:$bodyfont;
81
+ mso-ansi-language:EN-GB;
82
+ font-style:italic;}
83
+ p.TableTitle, p.example-title {
84
+ page-break-after:avoid;
85
+ }
86
+ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
87
+ {mso-style-unhide:no;
88
+ mso-style-qformat:yes;
89
+ mso-style-parent:"";
90
+ margin-top:0cm;
91
+ margin-right:0cm;
92
+ margin-bottom:12.0pt;
93
+ margin-left:0cm;
94
+ text-align:left;
95
+ line-height:12.0pt;
96
+ mso-pagination:widow-orphan;
97
+ tab-stops:2.0cm;
98
+ font-size:10.0pt;
99
+ mso-bidi-font-size:11.0pt;
100
+ font-family:$bodyfont;
101
+ mso-fareast-font-family:$bodyfont;
102
+ mso-bidi-font-family:$bodyfont;
103
+ mso-ansi-language:EN-GB;}
104
+ p.ANNEX, li.ANNEX, div.ANNEX
105
+ {mso-style-name:ANNEX;
106
+ mso-style-priority:10;
107
+ mso-style-unhide:no;
108
+ mso-style-next:Normal;
109
+ margin-top:0cm;
110
+ margin-right:0cm;
111
+ margin-bottom:24.0pt;
112
+ margin-left:0cm;
113
+ text-align:center;
114
+ text-indent:0cm;
115
+ line-height:15.5pt;
116
+ mso-line-height-rule:exactly;
117
+ page-break-before:always;
118
+ mso-pagination:widow-orphan;
119
+ page-break-after:avoid;
120
+ mso-outline-level:1;
121
+ mso-list:l0 level1 lfo12;
122
+ tab-stops:20.15pt;
123
+ font-size:14.0pt;
124
+ mso-bidi-font-size:11.0pt;
125
+ font-family:$headerfont;
126
+ mso-fareast-font-family:$headerfont;
127
+ mso-bidi-font-family:$headerfont;
128
+ mso-ansi-language:EN-GB;
129
+ mso-fareast-language:JA;
130
+ font-weight:bold;
131
+ mso-bidi-font-weight:normal;}
132
+ p.BiblioTitle, li.BiblioTitle, div.BiblioTitle
133
+ {mso-style-name:"Biblio Title";
134
+ mso-style-noshow:yes;
135
+ mso-style-unhide:no;
136
+ margin-top:0cm;
137
+ margin-right:0cm;
138
+ margin-bottom:15.5pt;
139
+ margin-left:0cm;
140
+ text-align:center;
141
+ line-height:15.5pt;
142
+ mso-pagination:widow-orphan;
143
+ mso-outline-level:1;
144
+ tab-stops:20.15pt;
145
+ font-size:14.0pt;
146
+ mso-bidi-font-size:11.0pt;
147
+ font-family:$headerfont;
148
+ mso-fareast-font-family:$headerfont;
149
+ mso-bidi-font-family:$headerfont;
150
+ mso-ansi-language:EN-GB;
151
+ font-weight:bold;
152
+ mso-bidi-font-weight:normal;}
153
+ p.Definition, li.Definition, div.Definition
154
+ {mso-style-name:Definition;
155
+ mso-style-priority:9;
156
+ mso-style-unhide:no;
157
+ margin-top:0cm;
158
+ margin-right:0cm;
159
+ margin-bottom:12.0pt;
160
+ margin-left:0cm;
161
+ text-align:left;
162
+ line-height:12.0pt;
163
+ mso-pagination:widow-orphan;
164
+ tab-stops:20.15pt;
165
+ font-size:11.0pt;
166
+ font-family:$bodyfont;
167
+ mso-fareast-font-family:$bodyfont;
168
+ mso-bidi-font-family:$bodyfont;
169
+ mso-ansi-language:EN-GB;}
170
+ p.ForewordTitle, li.ForewordTitle, div.ForewordTitle
171
+ {mso-style-name:"Foreword Title";
172
+ mso-style-noshow:yes;
173
+ mso-style-unhide:no;
174
+ margin-top:0cm;
175
+ margin-right:0cm;
176
+ margin-bottom:15.5pt;
177
+ margin-left:0cm;
178
+ text-align:left;
179
+ line-height:15.5pt;
180
+ page-break-before:always;
181
+ mso-pagination:widow-orphan;
182
+ page-break-after:avoid;
183
+ mso-outline-level:1;
184
+ mso-hyphenate:none;
185
+ tab-stops:20.15pt;
186
+ font-size:14.0pt;
187
+ mso-bidi-font-size:11.0pt;
188
+ font-family:$headerfont;
189
+ mso-fareast-font-family:$headerfont;
190
+ mso-bidi-font-family:$headerfont;
191
+ mso-ansi-language:EN-GB;
192
+ font-weight:bold;
193
+ mso-bidi-font-weight:normal;}
194
+ p.IntroTitle, li.IntroTitle, div.IntroTitle
195
+ {mso-style-name:"Intro Title";
196
+ mso-style-noshow:yes;
197
+ mso-style-unhide:no;
198
+ mso-style-parent:"Foreword Title";
199
+ margin-top:0cm;
200
+ margin-right:0cm;
201
+ margin-bottom:15.5pt;
202
+ margin-left:0cm;
203
+ text-align:left;
204
+ line-height:15.5pt;
205
+ mso-pagination:widow-orphan;
206
+ page-break-after:avoid;
207
+ mso-outline-level:1;
208
+ mso-hyphenate:none;
209
+ tab-stops:20.15pt;
210
+ font-size:14.0pt;
211
+ mso-bidi-font-size:11.0pt;
212
+ font-family:$headerfont;
213
+ mso-fareast-font-family:$headerfont;
214
+ mso-bidi-font-family:$headerfont;
215
+ mso-ansi-language:EN-GB;
216
+ font-weight:bold;
217
+ page-break-before:always;
218
+ mso-bidi-font-weight:normal;}
219
+ p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
220
+ mso-style-noshow:yes;
221
+ mso-style-unhide:no;
222
+ mso-style-parent:"Foreword Title";
223
+ margin-top:0cm;
224
+ margin-right:0cm;
225
+ margin-bottom:0.0pt;
226
+ margin-left:0cm;
227
+ text-align:center;
228
+ line-height:15.5pt;
229
+ mso-pagination:widow-orphan;
230
+ page-break-after:avoid;
231
+ mso-hyphenate:none;
232
+ tab-stops:20.15pt;
233
+ font-size:10.5pt;
234
+ mso-bidi-font-size:11.0pt;
235
+ font-family:$headerfont;
236
+ mso-fareast-font-family:$headerfont;
237
+ mso-bidi-font-family:$headerfont;
238
+ mso-ansi-language:EN-GB;
239
+ font-weight:bold;
240
+ mso-bidi-font-weight:normal;
241
+ }
242
+ p.Terms, li.Terms, div.Terms
243
+ {mso-style-name:"Term\(s\)";
244
+ mso-style-priority:8;
245
+ mso-style-unhide:no;
246
+ mso-style-next:Definition;
247
+ margin:0cm;
248
+ margin-bottom:.0001pt;
249
+ line-height:12.0pt;
250
+ mso-pagination:widow-orphan;
251
+ page-break-after:avoid;
252
+ mso-hyphenate:none;
253
+ tab-stops:20.15pt;
254
+ font-size:11.0pt;
255
+ font-family:$headerfont;
256
+ mso-fareast-font-family:$headerfont;
257
+ mso-bidi-font-family:$headerfont;
258
+ mso-ansi-language:EN-GB;
259
+ font-weight:bold;
260
+ mso-bidi-font-weight:normal;}
261
+ p.AltTerms, li.AltTerms, div.AltTerms
262
+ {mso-style-name:"AltTerm\(s\)";
263
+ mso-style-priority:8;
264
+ mso-style-unhide:no;
265
+ mso-style-next:Definition;
266
+ margin:0cm;
267
+ margin-bottom:.0001pt;
268
+ line-height:12.0pt;
269
+ mso-pagination:widow-orphan;
270
+ page-break-after:avoid;
271
+ mso-hyphenate:none;
272
+ tab-stops:20.15pt;
273
+ font-size:11.0pt;
274
+ font-family:$bodyfont;
275
+ mso-fareast-font-family:$bodyfont;
276
+ mso-bidi-font-family:$bodyfont;
277
+ mso-ansi-language:EN-GB;
278
+ mso-bidi-font-weight:normal;}
279
+ p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms
280
+ {mso-style-name:"DeprecatedTerm\(s\)";
281
+ mso-style-priority:8;
282
+ mso-style-unhide:no;
283
+ mso-style-next:Definition;
284
+ margin:0cm;
285
+ margin-bottom:.0001pt;
286
+ line-height:12.0pt;
287
+ mso-pagination:widow-orphan;
288
+ page-break-after:avoid;
289
+ mso-hyphenate:none;
290
+ tab-stops:20.15pt;
291
+ font-size:11.0pt;
292
+ font-family:$bodyfont;
293
+ mso-fareast-font-family:$bodyfont;
294
+ mso-bidi-font-family:$bodyfont;
295
+ mso-ansi-language:EN-GB;
296
+ mso-bidi-font-weight:normal;}
297
+ p.TermNum, li.TermNum, div.TermNum
298
+ {mso-style-name:TermNum;
299
+ mso-style-priority:7;
300
+ mso-style-unhide:no;
301
+ mso-style-next:"Term\(s\)";
302
+ margin:0cm;
303
+ margin-bottom:.0001pt;
304
+ line-height:12.0pt;
305
+ mso-pagination:widow-orphan;
306
+ page-break-after:avoid;
307
+ tab-stops:20.15pt;
308
+ font-size:11.0pt;
309
+ font-family:$headerfont;
310
+ mso-fareast-font-family:$headerfont;
311
+ mso-bidi-font-family:$headerfont;
312
+ mso-ansi-language:EN-GB;
313
+ font-weight:bold;
314
+ mso-bidi-font-weight:normal;}
315
+ p.zzContents, li.zzContents, div.zzContents, p.TOCTitle
316
+ {mso-style-name:zzContents;
317
+ mso-style-noshow:yes;
318
+ mso-style-unhide:no;
319
+ mso-style-next:"TOC 1";
320
+ margin-top:18.0pt;
321
+ margin-right:0cm;
322
+ margin-bottom:12.0pt;
323
+ margin-left:0cm;
324
+ mso-add-space:auto;
325
+ mso-pagination:widow-orphan lines-together;
326
+ page-break-after:avoid;
327
+ border:none;
328
+ mso-border-bottom-alt:solid #152B4D 2.25pt;
329
+ mso-border-bottom-themecolor:accent5;
330
+ mso-border-bottom-themeshade:128;
331
+ padding:0cm;
332
+ mso-padding-alt:0cm 0cm 1.0pt 0cm;
333
+ font-size:26.0pt;
334
+ mso-bidi-font-size:16.0pt;
335
+ font-family:$headerfont;
336
+ mso-fareast-font-family:"MS Gothic";
337
+ mso-fareast-theme-font:major-fareast;
338
+ mso-bidi-font-family:"Times New Roman";
339
+ mso-bidi-theme-font:major-bidi;
340
+ color:#3B3838;
341
+ mso-themecolor:background2;
342
+ mso-themeshade:64;
343
+ mso-ansi-language:EN-US;
344
+ mso-fareast-language:EN-US;}
345
+ p.zzCopyright, li.zzCopyright
346
+ {mso-style-name:zzCopyright;
347
+ mso-style-noshow:yes;
348
+ mso-style-unhide:no;
349
+ mso-style-next:Normal;
350
+ margin-top:0cm;
351
+ margin-right:14.2pt;
352
+ margin-bottom:12.0pt;
353
+ margin-left:14.2pt;
354
+ text-align:left;
355
+ line-height:12.0pt;
356
+ mso-pagination:widow-orphan;
357
+ tab-stops:20.15pt 25.7pt 481.15pt;
358
+ padding:0cm;
359
+ mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
360
+ font-size:10.5pt;
361
+ font-family:$bodyfont;
362
+ mso-fareast-font-family:$bodyfont;
363
+ mso-bidi-font-family:$bodyfont;
364
+ mso-ansi-language:EN-GB;}
365
+ div.zzCopyright
366
+ {mso-element:para-border-div;
367
+ border:solid windowtext 1.0pt;
368
+ mso-border-top-alt:solid windowtext .5pt;
369
+ mso-border-left-alt:solid windowtext .5pt;
370
+ mso-border-right-alt:solid windowtext .5pt;
371
+ mso-border-bottom-alt:solid windowtext .5pt;
372
+ padding:1.0pt 4.0pt 0cm 4.0pt;
373
+ margin-left:5.1pt;
374
+ margin-right:5.1pt;}
375
+ p.zzCopyright_address
376
+ {margin-top:0cm;
377
+ margin-right:14.2pt;
378
+ margin-bottom:0.0pt;
379
+ margin-left:14.2pt;
380
+ mso-layout-grid-align:none;
381
+ text-autospace:none;
382
+ padding-left:20pt;
383
+ mso-padding-alt-left:20pt;
384
+ font-size:10.0pt;
385
+ text-align:left;
386
+ mso-bidi-font-size:11.0pt;}
387
+ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
388
+ {mso-style-name:zzSTDTitle;
389
+ mso-style-noshow:yes;
390
+ mso-style-unhide:no;
391
+ mso-style-next:Normal;
392
+ margin-top:20.0pt;
393
+ margin-right:0cm;
394
+ margin-bottom:38.0pt;
395
+ margin-left:0cm;
396
+ line-height:17.5pt;
397
+ mso-line-height-rule:exactly;
398
+ mso-pagination:widow-orphan;
399
+ mso-hyphenate:none;
400
+ tab-stops:20.15pt;
401
+ font-size:16.0pt;
402
+ mso-bidi-font-size:11.0pt;
403
+ font-family:$headerfont;
404
+ mso-fareast-font-family:$headerfont;
405
+ mso-bidi-font-family:$headerfont;
406
+ mso-ansi-language:EN-GB;
407
+ font-weight:bold;
408
+ mso-bidi-font-weight:normal;}
409
+ p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
410
+ {mso-style-name:zzSTDTitle;
411
+ mso-style-noshow:yes;
412
+ mso-style-unhide:no;
413
+ mso-style-next:Normal;
414
+ margin-top:0pt;
415
+ margin-right:0cm;
416
+ margin-bottom:18.0pt;
417
+ margin-left:0cm;
418
+ line-height:17.5pt;
419
+ mso-line-height-rule:exactly;
420
+ mso-pagination:widow-orphan;
421
+ mso-hyphenate:none;
422
+ tab-stops:20.15pt;
423
+ font-size:16.0pt;
424
+ mso-bidi-font-size:11.0pt;
425
+ font-family:$headerfont;
426
+ mso-fareast-font-family:$headerfont;
427
+ mso-bidi-font-family:$headerfont;
428
+ mso-ansi-language:EN-GB;
429
+ font-weight:bold;
430
+ mso-bidi-font-weight:normal;}
431
+ p.Quote, li.Quote, div.Quote
432
+ {mso-style-priority:99;
433
+ margin-top:0cm;
434
+ margin-right:36.0pt;
435
+ margin-bottom:0cm;
436
+ margin-left:36.0pt;
437
+ text-align:left;
438
+ line-height:12.0pt;
439
+ mso-pagination:widow-orphan;
440
+ tab-stops:20.15pt;
441
+ font-size:11.0pt;
442
+ font-family:$bodyfont;
443
+ mso-fareast-font-family:$bodyfont;
444
+ mso-bidi-font-family:$bodyfont;
445
+ mso-ansi-language:EN-GB;}
446
+ p.QuoteAttribution
447
+ {text-align:right;
448
+ mso-style-priority:99;
449
+ margin-top:0cm;
450
+ margin-right:36.0pt;
451
+ margin-bottom:0cm;
452
+ margin-left:36.0pt;
453
+ line-height:12.0pt;
454
+ mso-pagination:widow-orphan;
455
+ tab-stops:20.15pt;
456
+ font-size:11.0pt;
457
+ font-family:$bodyfont;
458
+ mso-fareast-font-family:$bodyfont;
459
+ mso-bidi-font-family:$bodyfont;
460
+ mso-ansi-language:EN-GB;
461
+ }
462
+ p.Admonition, li.Admonition, div.Admonition
463
+ {mso-style-priority:99;
464
+ margin-top:0cm;
465
+ margin-right:57.6pt;
466
+ margin-bottom:0cm;
467
+ margin-left:57.6pt;
468
+ margin-bottom:.0001pt;
469
+ mso-pagination:widow-orphan;
470
+ border:none;
471
+ mso-border-alt:solid #4472C4 .25pt;
472
+ mso-border-themecolor:accent1;
473
+ padding:0cm;
474
+ mso-padding-alt:10.0pt 10.0pt 10.0pt 10.0pt;
475
+ font-size:11.0pt;
476
+ font-family:$bodyfont;
477
+ mso-ascii-font-family:$bodyfont;
478
+ mso-ascii-theme-font:minor-latin;
479
+ mso-fareast-font-family:$bodyfont;
480
+ mso-fareast-theme-font:minor-fareast;
481
+ mso-hansi-font-family:$bodyfont;
482
+ mso-hansi-theme-font:minor-latin;
483
+ mso-bidi-font-family:$bodyfont;
484
+ mso-bidi-theme-font:minor-bidi;
485
+ color:#4472C4;
486
+ mso-themecolor:accent1;
487
+ mso-ansi-language:EN-AU;
488
+ font-style:italic;}
489
+ p.Code, li.Code, div.Code
490
+ {mso-style-name:Code;
491
+ mso-style-priority:16;
492
+ mso-style-unhide:no;
493
+ mso-style-qformat:yes;
494
+ margin:0cm;
495
+ margin-bottom:.0001pt;
496
+ line-height:10.0pt;
497
+ mso-pagination:widow-orphan;
498
+ tab-stops:20.15pt;
499
+ font-size:9.0pt;
500
+ mso-bidi-font-size:11.0pt;
501
+ font-family:$monospacefont;
502
+ mso-fareast-font-family:Calibri;
503
+ mso-bidi-font-family:"Source Sans Pro";
504
+ mso-ansi-language:EN-GB;}
505
+ p.Formula, li.Formula, div.Formula
506
+ {mso-style-name:Formula;
507
+ mso-style-noshow:yes;
508
+ mso-style-unhide:no;
509
+ margin-top:0cm;
510
+ margin-right:0cm;
511
+ margin-bottom:11.0pt;
512
+ margin-left:20.15pt;
513
+ line-height:12.0pt;
514
+ mso-pagination:widow-orphan;
515
+ tab-stops:right 487.45pt;
516
+ font-size:11.0pt;
517
+ font-family:$bodyfont;
518
+ mso-fareast-font-family:$bodyfont;
519
+ mso-bidi-font-family:$bodyfont;
520
+ mso-ansi-language:EN-GB;}
521
+ @page WordSection1
522
+ {
523
+ size:612.0pt 792.0pt;
524
+ margin:72.0pt 72.0pt 72.0pt 72.0pt;
525
+ mso-header-margin:7.2pt;
526
+ mso-footer-margin:21.6pt;
527
+ mso-page-numbers:1;
528
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
529
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
530
+ mso-paper-source:0;}
531
+ div.WordSection1
532
+ {page:WordSection1;}
533
+ @page WordSection2
534
+ {
535
+ size:612.0pt 792.0pt;
536
+ margin:72.0pt 72.0pt 72.0pt 72.0pt;
537
+ mso-header-margin:7.2pt;
538
+ mso-footer-margin:21.6pt;
539
+ mso-page-numbers:1;
540
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
541
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
542
+ mso-paper-source:0;}
543
+ @page WordSection2L
544
+ {size:792.0pt 612.0pt;
545
+ margin:39.7pt 53.85pt 1.0cm 53.85pt;
546
+ mso-header-margin:7.2pt;
547
+ mso-footer-margin:21.6pt;
548
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
549
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
550
+ mso-paper-source:0;}
551
+ @page WordSection2P
552
+ {size:612.0pt 792.0pt;
553
+ margin:72.0pt 72.0pt 72.0pt 72.0pt;
554
+ mso-header-margin:7.2pt;
555
+ mso-footer-margin:21.6pt;
556
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
557
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
558
+ mso-paper-source:0;}
559
+ div.WordSection2
560
+ {page:WordSection2;}
561
+ @page WordSection3
562
+ {
563
+ size:612.0pt 792.0pt;
564
+ margin:72.0pt 72.0pt 72.0pt 72.0pt;
565
+ mso-header-margin:7.2pt;
566
+ mso-footer-margin:21.6pt;
567
+ mso-page-numbers:1;
568
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
569
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
570
+ mso-paper-source:0;}
571
+ @page WordSection3L
572
+ {size:792.0pt 612.0pt;
573
+ margin:39.7pt 53.85pt 1.0cm 53.85pt;
574
+ mso-header-margin:7.2pt;
575
+ mso-footer-margin:21.6pt;
576
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
577
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
578
+ mso-paper-source:0;}
579
+ @page WordSection3P
580
+ {size:612.0pt 792.0pt;
581
+ margin:72.0pt 72.0pt 72.0pt 72.0pt;
582
+ mso-header-margin:7.2pt;
583
+ mso-footer-margin:21.6pt;
584
+ mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h1;
585
+ mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1;
586
+ mso-paper-source:0;}
587
+ div.WordSection3
588
+ {page:WordSection3;}
589
+ table.MsoISOTable
590
+ {mso-style-name:"Table ISO";
591
+ mso-tstyle-rowband-size:1;
592
+ mso-tstyle-colband-size:1;
593
+ mso-style-priority:46;
594
+ mso-style-unhide:no;
595
+ border:solid #999999 1.0pt;
596
+ mso-border-themecolor:text1;
597
+ mso-border-themetint:102;
598
+ mso-border-alt:solid #999999 .5pt;
599
+ mso-border-themecolor:text1;
600
+ mso-border-themetint:102;
601
+ mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
602
+ mso-border-insideh:.5pt solid #999999;
603
+ mso-border-insideh-themecolor:text1;
604
+ mso-border-insideh-themetint:102;
605
+ mso-border-insidev:.5pt solid #999999;
606
+ mso-border-insidev-themecolor:text1;
607
+ mso-border-insidev-themetint:102;
608
+ mso-para-margin-top:8.0pt;
609
+ mso-para-margin-right:0cm;
610
+ mso-para-margin-bottom:0cm;
611
+ mso-para-margin-left:0cm;
612
+ mso-pagination:widow-orphan;
613
+ font-size:11.0pt;
614
+ font-family:$headerfont;}
615
+ table.MsoISOTable th
616
+ {border:solid windowtext 1pt;
617
+ background:#003366;
618
+ padding:0cm 5.4pt 0cm 5.4pt;}
619
+ table.MsoISOTable td
620
+ {border:solid windowtext 1pt;
621
+ mso-border-alt:solid #999999 .5pt;
622
+ padding:0cm 5.4pt 0cm 5.4pt;}
623
+ table.MsoISOTable p
624
+ {font-size:11.0pt; }
625
+ table.MsoTableGrid
626
+ {mso-style-name:"Table Grid";
627
+ mso-tstyle-rowband-size:0;
628
+ mso-tstyle-colband-size:0;
629
+ mso-style-priority:39;
630
+ mso-style-unhide:no;
631
+ border:solid windowtext 1.0pt;
632
+ mso-border-alt:solid windowtext .5pt;
633
+ mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
634
+ mso-border-insideh:.5pt solid windowtext;
635
+ mso-border-insidev:.5pt solid windowtext;
636
+ mso-para-margin:0cm;
637
+ mso-para-margin-bottom:.0001pt;
638
+ mso-pagination:widow-orphan;
639
+ font-size:10.0pt;
640
+ font-family:$bodyfont;}
641
+ div.formula
642
+ {tab-stops:right 487.45pt;}
643
+ body
644
+ {tab-interval:36.0pt;}
645
+ .coverpage_docnumber
646
+ {text-align:center;
647
+ font-size:14.0pt;
648
+ font-weight:bold;}
649
+ .coverpage_techcommittee
650
+ {text-align:center;
651
+ font-size:12.0pt}
652
+ .coverpage_docstage
653
+ {text-align:center;
654
+ font-size:30.0pt;
655
+ color:#2e81c2;}
656
+ div.coverpage_warning
657
+ {mso-element:para-border-div;
658
+ border:solid windowtext 1.0pt #2e81c2;
659
+ mso-border-alt:solid windowtext .5pt;
660
+ padding:1.0pt 4.0pt 1.0pt 4.0pt #2e81c2;
661
+ font-size:10.0pt;
662
+ margin-left:4.25pt;
663
+ margin-right:4.25pt}
664
+ .coverpage_warning
665
+ {color:#2e81c2;
666
+ font-size:10.0pt;}
667
+
668
+ a.TableFootnoteRef, span.TableFootnoteRef
669
+ {mso-style-priority:99;
670
+ mso-style-parent:"Footnote Reference";
671
+ vertical-align:super;}
672
+
673
+ aside {
674
+ font-size:10.0pt;
675
+ }
676
+
677
+ p.example, li.example, td.example {
678
+ margin-right: 0pt;
679
+ margin-left: 0pt;
680
+ }
681
+
682
+ div.example {
683
+ margin-right: 36.0pt;
684
+ margin-left: 36.0pt;
685
+ margin-top: 0cm;
686
+ margin-bottom: 0cm;
687
+ }
688
+
689
+ p.example, li.example, div.example, td.example {
690
+ mso-pagination:none;
691
+ font-size:10.0pt;
692
+ font-family:$bodyfont;}
693
+
694
+ td.example p.MsoListParagraph {
695
+ font-size: 10.0pt;
696
+ }
697
+
698
+ div.example p.MsoListParagraph {
699
+ font-size: 10.0pt;
700
+ }
701
+
702
+ div.Note p.MsoListParagraph {
703
+ font-size: 10.0pt;
704
+ }
705
+
706
+ span.note_label, span.example_label, td.example_label, td.note_label
707
+ {
708
+ font-size: 10.0pt;
709
+ font-family:$bodyfont;
710
+ }
711
+
712
+ table.dl
713
+ {margin-top:0cm;
714
+ margin-right:0cm;
715
+ margin-bottom:11.0pt;
716
+ margin-left:20.15pt;}
717
+ div.license, p.license {
718
+ font-size:8.0pt;
719
+ font-family:$bodyfont;
720
+ }
721
+ div.warning p {
722
+ margin-bottom:6.0pt;border:none;mso-border-alt:solid windowtext .5pt;
723
+ padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
724
+ }