metanorma-nist 1.0.10 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/macos.yml +0 -1
- data/.github/workflows/ubuntu.yml +10 -7
- data/.github/workflows/windows.yml +0 -1
- data/Rakefile +2 -0
- data/lib/asciidoctor/nist/boilerplate.rb +2 -2
- data/lib/asciidoctor/nist/cleanup.rb +34 -4
- data/lib/asciidoctor/nist/converter.rb +17 -19
- data/lib/asciidoctor/nist/front.rb +27 -23
- data/lib/asciidoctor/nist/front_id.rb +1 -1
- data/lib/asciidoctor/nist/isodoc.rng +12 -6
- data/lib/asciidoctor/nist/validate.rb +16 -9
- data/lib/isodoc/nist/base_convert.rb +8 -47
- data/lib/isodoc/nist/html/_coverpage.css +243 -0
- data/lib/isodoc/nist/html/_coverpage.scss +1 -1
- data/lib/isodoc/nist/html/html_nist_titlepage.html +1 -1
- data/lib/isodoc/nist/html/htmlstyle.css +955 -0
- data/lib/isodoc/nist/html/nist.css +1055 -0
- data/lib/isodoc/nist/html/nist.scss +0 -1
- data/lib/isodoc/nist/html/nist_cswp.css +996 -0
- data/lib/isodoc/nist/html/nist_cswp.scss +0 -1
- data/lib/isodoc/nist/html/wordstyle.css +1440 -0
- data/lib/isodoc/nist/html/wordstyle.scss +0 -1
- data/lib/isodoc/nist/html/wordstyle_cswp.css +1119 -0
- data/lib/isodoc/nist/html/wordstyle_cswp.scss +0 -1
- data/lib/isodoc/nist/html_convert.rb +4 -9
- 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 +2010 -2301
- data/lib/isodoc/nist/nist.sp.xsl +2824 -2902
- data/lib/isodoc/nist/pdf_convert.rb +4 -16
- data/lib/isodoc/nist/presentation_xml_convert.rb +80 -0
- data/lib/isodoc/nist/refs.rb +8 -19
- data/lib/isodoc/nist/render.rb +2 -1
- data/lib/isodoc/nist/render_dates.rb +0 -25
- data/lib/isodoc/nist/section.rb +9 -6
- data/lib/isodoc/nist/word_convert.rb +7 -19
- data/lib/isodoc/nist/word_convert_toc.rb +2 -2
- data/lib/isodoc/nist/{xrefs.rb → xref.rb} +2 -25
- data/lib/metanorma-nist.rb +2 -0
- data/lib/metanorma/nist/processor.rb +6 -8
- data/lib/metanorma/nist/version.rb +1 -1
- data/metanorma-nist.gemspec +3 -2
- metadata +34 -12
@@ -0,0 +1,1055 @@
|
|
1
|
+
div.authority2 p, div.authority5 p {
|
2
|
+
font-family: {{headerfont}}; }
|
3
|
+
|
4
|
+
div.authority3 {
|
5
|
+
element: para-border-div;
|
6
|
+
border: solid black 1.0pt;
|
7
|
+
padding: 8.0pt 8.0pt 8.0pt 8.0pt;
|
8
|
+
background: #D9D9D9; }
|
9
|
+
|
10
|
+
div.authority3 p {
|
11
|
+
margin-top: 6.0pt;
|
12
|
+
margin-right: 0cm;
|
13
|
+
margin-bottom: 6.0pt;
|
14
|
+
margin-left: 0cm;
|
15
|
+
text-align: left;
|
16
|
+
mso-pagination: widow-orphan;
|
17
|
+
mso-hyphenate: auto;
|
18
|
+
background: #D9D9D9;
|
19
|
+
mso-layout-grid-align: auto;
|
20
|
+
mso-vertical-align-alt: auto;
|
21
|
+
border: none;
|
22
|
+
mso-border-alt: solid black 1.0pt;
|
23
|
+
padding: 0cm;
|
24
|
+
mso-padding-alt: 8.0pt 8.0pt 8.0pt 8.0pt; }
|
25
|
+
|
26
|
+
div.authority5 {
|
27
|
+
text-align: center; }
|
28
|
+
|
29
|
+
div.authority1 p, div.authority2 p, div.authority3 p, div.authority4 p, div.authority5 p {
|
30
|
+
font-size: 11.0pt; }
|
31
|
+
|
32
|
+
div.authority6 p.h2Preface, div.authority6 p.h1Preface {
|
33
|
+
font-weight: bold;
|
34
|
+
margin-bottom: 12pt;
|
35
|
+
text-align: center; }
|
36
|
+
|
37
|
+
div.authority6 p {
|
38
|
+
font-size: 12pt;
|
39
|
+
font-family: "Times New Roman",serif;
|
40
|
+
margin: 0cm;
|
41
|
+
margin-bottom: .0001pt;
|
42
|
+
mso-pagination: widow-orphan;
|
43
|
+
mso-layout-grid-align: none;
|
44
|
+
text-autospace: none;
|
45
|
+
text-align: justify;
|
46
|
+
text-justify: inter-ideograph; }
|
47
|
+
|
48
|
+
div.withdrawn div.authority6 p {
|
49
|
+
font-family: "Calibri",sans-serif; }
|
50
|
+
|
51
|
+
p.Default, li.Default, div.Default {
|
52
|
+
mso-style-name: Default;
|
53
|
+
mso-style-unhide: no;
|
54
|
+
mso-style-parent: "";
|
55
|
+
margin: 0cm;
|
56
|
+
margin-bottom: .0001pt;
|
57
|
+
mso-pagination: widow-orphan;
|
58
|
+
mso-layout-grid-align: none;
|
59
|
+
text-autospace: none;
|
60
|
+
font-size: 10.0pt;
|
61
|
+
font-family: "Times New Roman",serif;
|
62
|
+
mso-fareast-font-family: "Times New Roman";
|
63
|
+
mso-bidi-font-family: "Times New Roman";
|
64
|
+
mso-ansi-language: EN-US;
|
65
|
+
mso-fareast-language: EN-US; }
|
66
|
+
|
67
|
+
p.Author, li.Author, div.Author {
|
68
|
+
mso-style-name: Author;
|
69
|
+
mso-style-unhide: no;
|
70
|
+
mso-style-qformat: yes;
|
71
|
+
margin: 0cm;
|
72
|
+
margin-bottom: .0001pt;
|
73
|
+
text-align: right;
|
74
|
+
mso-pagination: widow-orphan;
|
75
|
+
mso-hyphenate: none;
|
76
|
+
font-size: 14.0pt;
|
77
|
+
font-family: "Times New Roman",serif;
|
78
|
+
mso-fareast-font-family: "Times New Roman";
|
79
|
+
mso-bidi-font-family: "Times New Roman";
|
80
|
+
mso-ansi-language: EN-US;
|
81
|
+
mso-fareast-language: EN-US; }
|
82
|
+
|
83
|
+
p.Affiliation, li.Affiliation, div.Affiliation {
|
84
|
+
mso-style-name: Author;
|
85
|
+
mso-style-unhide: no;
|
86
|
+
mso-style-qformat: yes;
|
87
|
+
margin: 0cm;
|
88
|
+
margin-bottom: 12.0pt;
|
89
|
+
text-align: right;
|
90
|
+
font-style: italic;
|
91
|
+
mso-pagination: widow-orphan;
|
92
|
+
mso-hyphenate: none;
|
93
|
+
font-size: 14.0pt;
|
94
|
+
font-family: "Times New Roman",serif;
|
95
|
+
mso-fareast-font-family: "Times New Roman";
|
96
|
+
mso-bidi-font-family: "Times New Roman";
|
97
|
+
mso-ansi-language: EN-US;
|
98
|
+
mso-fareast-language: EN-US; }
|
99
|
+
|
100
|
+
p.ReportNumber, li.ReportNumber, div.ReportNumber {
|
101
|
+
mso-style-name: "Report Number";
|
102
|
+
mso-style-unhide: no;
|
103
|
+
mso-style-qformat: yes;
|
104
|
+
mso-style-parent: "";
|
105
|
+
margin: 0cm;
|
106
|
+
margin-bottom: .0001pt;
|
107
|
+
text-align: right;
|
108
|
+
line-height: 90%;
|
109
|
+
mso-pagination: widow-orphan;
|
110
|
+
font-size: 20.0pt;
|
111
|
+
mso-bidi-font-size: 12.0pt;
|
112
|
+
font-family: "Times New Roman",serif;
|
113
|
+
mso-fareast-font-family: "Times New Roman";
|
114
|
+
mso-ansi-language: EN-US;
|
115
|
+
mso-fareast-language: EN-US;
|
116
|
+
font-weight: bold;
|
117
|
+
mso-bidi-font-weight: normal; }
|
118
|
+
|
119
|
+
p.CoverTitle, li.CoverTitle, div.CoverTitle {
|
120
|
+
mso-style-name: CoverTitle;
|
121
|
+
mso-style-unhide: no;
|
122
|
+
mso-style-qformat: yes;
|
123
|
+
mso-style-parent: "";
|
124
|
+
margin-top: 18.0pt;
|
125
|
+
margin-right: 0cm;
|
126
|
+
margin-bottom: 6.0pt;
|
127
|
+
margin-left: 0cm;
|
128
|
+
mso-add-space: auto;
|
129
|
+
text-align: right;
|
130
|
+
mso-pagination: widow-orphan;
|
131
|
+
border: none;
|
132
|
+
mso-border-top-alt: thin-thick-small-gap windowtext 4.5pt;
|
133
|
+
padding: 0cm;
|
134
|
+
mso-padding-alt: 6.0pt 0cm 0cm 0cm;
|
135
|
+
font-size: 28.0pt;
|
136
|
+
mso-bidi-font-size: 12.0pt;
|
137
|
+
font-family: "Times New Roman",serif;
|
138
|
+
mso-fareast-font-family: "Times New Roman";
|
139
|
+
color: black;
|
140
|
+
mso-themecolor: text1;
|
141
|
+
position: relative;
|
142
|
+
top: -4.0pt;
|
143
|
+
mso-text-raise: 4.0pt;
|
144
|
+
letter-spacing: -.5pt;
|
145
|
+
mso-font-kerning: 10.0pt;
|
146
|
+
mso-ansi-language: EN-US;
|
147
|
+
mso-fareast-language: EN-US;
|
148
|
+
font-weight: bold;
|
149
|
+
mso-bidi-font-weight: normal; }
|
150
|
+
|
151
|
+
p.CoverSubtitle, li.CoverSubtitle, div.CoverSubtitle {
|
152
|
+
mso-style-name: CoverSubtitle;
|
153
|
+
mso-style-unhide: no;
|
154
|
+
mso-style-qformat: yes;
|
155
|
+
mso-style-parent: "";
|
156
|
+
margin-top: 0cm;
|
157
|
+
margin-right: 0cm;
|
158
|
+
margin-bottom: 18.0pt;
|
159
|
+
margin-left: 0cm;
|
160
|
+
mso-add-space: auto;
|
161
|
+
text-align: right;
|
162
|
+
mso-pagination: widow-orphan;
|
163
|
+
mso-hyphenate: none;
|
164
|
+
mso-layout-grid-align: auto;
|
165
|
+
font-size: 18.0pt;
|
166
|
+
mso-bidi-font-size: 12.0pt;
|
167
|
+
font-family: "Times New Roman",serif;
|
168
|
+
mso-fareast-font-family: "Times New Roman";
|
169
|
+
color: black;
|
170
|
+
mso-themecolor: text1;
|
171
|
+
mso-ansi-language: EN-US;
|
172
|
+
mso-fareast-language: EN-US;
|
173
|
+
font-style: italic;
|
174
|
+
mso-bidi-font-style: normal;
|
175
|
+
mso-bidi-font-weight: normal; }
|
176
|
+
|
177
|
+
p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre {
|
178
|
+
mso-style-unhide: no;
|
179
|
+
mso-style-qformat: yes;
|
180
|
+
mso-style-parent: "";
|
181
|
+
margin-top: 6.0pt;
|
182
|
+
margin-right: 0cm;
|
183
|
+
margin-bottom: 6.0pt;
|
184
|
+
margin-left: 0cm;
|
185
|
+
text-align: left;
|
186
|
+
mso-pagination: widow-orphan;
|
187
|
+
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;
|
188
|
+
font-size: 10.0pt;
|
189
|
+
font-family: {{monospacefont}};
|
190
|
+
mso-fareast-font-family: Calibri;
|
191
|
+
mso-bidi-font-family: "Courier New";
|
192
|
+
mso-ansi-language: EN-GB; }
|
193
|
+
|
194
|
+
p.pseudocode, li.pseudocode, div.pseudocode {
|
195
|
+
mso-style-unhide: no;
|
196
|
+
mso-style-qformat: yes;
|
197
|
+
mso-style-parent: "";
|
198
|
+
margin-top: 6.0pt;
|
199
|
+
margin-right: 0cm;
|
200
|
+
margin-bottom: 6.0pt;
|
201
|
+
margin-left: 0cm;
|
202
|
+
text-align: left;
|
203
|
+
mso-pagination: widow-orphan;
|
204
|
+
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;
|
205
|
+
font-size: 12.0pt;
|
206
|
+
font-family: {{bodyfont}};
|
207
|
+
mso-fareast-font-family: Calibri;
|
208
|
+
mso-bidi-font-family: "Courier New";
|
209
|
+
mso-ansi-language: EN-GB; }
|
210
|
+
|
211
|
+
p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef {
|
212
|
+
mso-style-unhide: no;
|
213
|
+
mso-style-qformat: yes;
|
214
|
+
mso-style-parent: "";
|
215
|
+
margin-top: 0cm;
|
216
|
+
margin-right: 0cm;
|
217
|
+
margin-bottom: 12.0pt;
|
218
|
+
margin-left: 33.15pt;
|
219
|
+
text-indent: -33.15pt;
|
220
|
+
tab-stops: 33.15pt;
|
221
|
+
line-height: 12.0pt;
|
222
|
+
mso-pagination: widow-orphan;
|
223
|
+
font-size: 12pt;
|
224
|
+
font-weight: normal;
|
225
|
+
font-family: {{bodyfont}};
|
226
|
+
mso-fareast-font-family: {{bodyfont}};
|
227
|
+
mso-bidi-font-family: {{bodyfont}};
|
228
|
+
mso-ansi-language: EN-GB; }
|
229
|
+
|
230
|
+
p.FigureTitle {
|
231
|
+
mso-style-unhide: no;
|
232
|
+
mso-style-qformat: yes;
|
233
|
+
mso-style-parent: "";
|
234
|
+
margin-top: 0cm;
|
235
|
+
margin-right: 0cm;
|
236
|
+
margin-bottom: 6.0pt;
|
237
|
+
margin-left: 0cm;
|
238
|
+
text-align: center;
|
239
|
+
line-height: 12.0pt;
|
240
|
+
page-break-before: avoid;
|
241
|
+
mso-pagination: widow-orphan;
|
242
|
+
tab-stops: 20.15pt;
|
243
|
+
font-size: 11.0pt;
|
244
|
+
font-weight: bold;
|
245
|
+
font-family: {{bodyfont}};
|
246
|
+
mso-fareast-font-family: {{bodyfont}};
|
247
|
+
mso-bidi-font-family: {{bodyfont}};
|
248
|
+
mso-ansi-language: EN-GB; }
|
249
|
+
|
250
|
+
p.SourceTitle {
|
251
|
+
mso-style-unhide: no;
|
252
|
+
mso-style-qformat: yes;
|
253
|
+
mso-style-parent: "";
|
254
|
+
margin-top: 0cm;
|
255
|
+
margin-right: 0cm;
|
256
|
+
margin-bottom: 6.0pt;
|
257
|
+
margin-left: 0cm;
|
258
|
+
text-align: center;
|
259
|
+
line-height: 12.0pt;
|
260
|
+
page-break-before: avoid;
|
261
|
+
mso-pagination: widow-orphan;
|
262
|
+
tab-stops: 20.15pt;
|
263
|
+
font-size: 11.0pt;
|
264
|
+
font-weight: bold;
|
265
|
+
font-family: {{bodyfont}};
|
266
|
+
mso-fareast-font-family: {{bodyfont}};
|
267
|
+
mso-bidi-font-family: {{bodyfont}};
|
268
|
+
mso-ansi-language: EN-GB; }
|
269
|
+
|
270
|
+
p.AdmonitionTitle, p.RecommendationTitle {
|
271
|
+
mso-style-unhide: no;
|
272
|
+
mso-style-qformat: yes;
|
273
|
+
mso-style-parent: "";
|
274
|
+
margin-top: 0cm;
|
275
|
+
margin-right: 0cm;
|
276
|
+
margin-bottom: 6.0pt;
|
277
|
+
margin-left: 0cm;
|
278
|
+
text-align: center;
|
279
|
+
line-height: 12.0pt;
|
280
|
+
page-break-after: avoid;
|
281
|
+
mso-pagination: widow-orphan;
|
282
|
+
tab-stops: 20.15pt;
|
283
|
+
font-size: 11.0pt;
|
284
|
+
font-weight: bold;
|
285
|
+
font-family: {{bodyfont}};
|
286
|
+
mso-fareast-font-family: {{bodyfont}};
|
287
|
+
mso-bidi-font-family: {{bodyfont}};
|
288
|
+
mso-ansi-language: EN-GB; }
|
289
|
+
|
290
|
+
p.TableTitle {
|
291
|
+
mso-style-unhide: no;
|
292
|
+
mso-style-qformat: yes;
|
293
|
+
mso-style-parent: "";
|
294
|
+
margin-top: 0cm;
|
295
|
+
margin-right: 0cm;
|
296
|
+
margin-bottom: 12.0pt;
|
297
|
+
margin-left: 0cm;
|
298
|
+
text-align: center;
|
299
|
+
page-break-after: avoid;
|
300
|
+
line-height: 12.0pt;
|
301
|
+
mso-pagination: widow-orphan;
|
302
|
+
tab-stops: 20.15pt;
|
303
|
+
font-size: 9.0pt;
|
304
|
+
font-family: {{headerfont}};
|
305
|
+
mso-fareast-font-family: {{headerfont}};
|
306
|
+
mso-bidi-font-family: {{headerfont}};
|
307
|
+
mso-ansi-language: EN-GB;
|
308
|
+
font-weight: bold;
|
309
|
+
mso-bidi-font-weight: normal; }
|
310
|
+
|
311
|
+
p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote {
|
312
|
+
mso-style-unhide: no;
|
313
|
+
mso-style-qformat: yes;
|
314
|
+
mso-style-parent: "";
|
315
|
+
margin-top: 0cm;
|
316
|
+
margin-right: 0cm;
|
317
|
+
margin-bottom: 12.0pt;
|
318
|
+
margin-left: 0cm;
|
319
|
+
text-align: justify;
|
320
|
+
line-height: 12.0pt;
|
321
|
+
mso-pagination: widow-orphan;
|
322
|
+
tab-stops: 20.15pt;
|
323
|
+
font-size: 10.0pt;
|
324
|
+
mso-bidi-font-size: 11.0pt;
|
325
|
+
font-family: {{bodyfont}};
|
326
|
+
font-size: 10.0pt;
|
327
|
+
mso-fareast-font-family: {{bodyfont}};
|
328
|
+
mso-bidi-font-family: {{bodyfont}};
|
329
|
+
mso-ansi-language: EN-GB; }
|
330
|
+
|
331
|
+
p.ANNEX, li.ANNEX, div.ANNEX {
|
332
|
+
mso-style-name: ANNEX;
|
333
|
+
mso-style-priority: 10;
|
334
|
+
mso-style-unhide: no;
|
335
|
+
mso-style-next: Normal;
|
336
|
+
margin-top: 0cm;
|
337
|
+
margin-right: 0cm;
|
338
|
+
margin-bottom: 24.0pt;
|
339
|
+
margin-left: 0cm;
|
340
|
+
text-align: center;
|
341
|
+
text-indent: 0cm;
|
342
|
+
line-height: 15.5pt;
|
343
|
+
mso-line-height-rule: exactly;
|
344
|
+
page-break-before: always;
|
345
|
+
mso-pagination: widow-orphan;
|
346
|
+
page-break-after: avoid;
|
347
|
+
mso-outline-level: 1;
|
348
|
+
mso-list: l0 level1 lfo12;
|
349
|
+
tab-stops: 20.15pt;
|
350
|
+
font-size: 14.0pt;
|
351
|
+
mso-bidi-font-size: 11.0pt;
|
352
|
+
font-family: {{headerfont}};
|
353
|
+
mso-fareast-font-family: {{headerfont}};
|
354
|
+
mso-bidi-font-family: {{headerfont}};
|
355
|
+
mso-ansi-language: EN-GB;
|
356
|
+
mso-fareast-language: JA;
|
357
|
+
font-weight: bold;
|
358
|
+
mso-bidi-font-weight: normal; }
|
359
|
+
|
360
|
+
p.BiblioTitle, li.BiblioTitle, div.BiblioTitle {
|
361
|
+
mso-style-name: "Biblio Title";
|
362
|
+
mso-style-noshow: yes;
|
363
|
+
mso-style-unhide: no;
|
364
|
+
margin-top: 0cm;
|
365
|
+
margin-right: 0cm;
|
366
|
+
margin-bottom: 15.5pt;
|
367
|
+
margin-left: 0cm;
|
368
|
+
text-align: center;
|
369
|
+
line-height: 15.5pt;
|
370
|
+
mso-pagination: widow-orphan;
|
371
|
+
mso-outline-level: 1;
|
372
|
+
tab-stops: 20.15pt;
|
373
|
+
font-size: 14.0pt;
|
374
|
+
mso-bidi-font-size: 11.0pt;
|
375
|
+
font-family: {{headerfont}};
|
376
|
+
mso-fareast-font-family: {{headerfont}};
|
377
|
+
mso-bidi-font-family: {{headerfont}};
|
378
|
+
mso-ansi-language: EN-GB;
|
379
|
+
font-weight: bold;
|
380
|
+
mso-bidi-font-weight: normal; }
|
381
|
+
|
382
|
+
p.Definition, li.Definition, div.Definition {
|
383
|
+
mso-style-name: Definition;
|
384
|
+
mso-style-priority: 9;
|
385
|
+
mso-style-unhide: no;
|
386
|
+
margin-top: 0cm;
|
387
|
+
margin-right: 0cm;
|
388
|
+
margin-bottom: 12.0pt;
|
389
|
+
margin-left: 0cm;
|
390
|
+
text-align: justify;
|
391
|
+
line-height: 12.0pt;
|
392
|
+
mso-pagination: widow-orphan;
|
393
|
+
tab-stops: 20.15pt;
|
394
|
+
font-size: 11.0pt;
|
395
|
+
font-family: {{bodyfont}};
|
396
|
+
mso-fareast-font-family: {{bodyfont}};
|
397
|
+
mso-bidi-font-family: {{bodyfont}};
|
398
|
+
mso-ansi-language: EN-GB; }
|
399
|
+
|
400
|
+
p.ForewordTitle, li.ForewordTitle, div.ForewordTitle {
|
401
|
+
mso-style-name: "Foreword Title";
|
402
|
+
mso-style-noshow: yes;
|
403
|
+
mso-style-unhide: no;
|
404
|
+
margin-top: 0cm;
|
405
|
+
margin-right: 0cm;
|
406
|
+
margin-bottom: 15.5pt;
|
407
|
+
margin-left: 0cm;
|
408
|
+
text-align: justify;
|
409
|
+
line-height: 15.5pt;
|
410
|
+
page-break-before: always;
|
411
|
+
mso-pagination: widow-orphan;
|
412
|
+
page-break-after: avoid;
|
413
|
+
mso-outline-level: 1;
|
414
|
+
mso-hyphenate: none;
|
415
|
+
tab-stops: 20.15pt;
|
416
|
+
font-size: 14.0pt;
|
417
|
+
mso-bidi-font-size: 11.0pt;
|
418
|
+
font-family: {{headerfont}};
|
419
|
+
mso-fareast-font-family: {{headerfont}};
|
420
|
+
mso-bidi-font-family: {{headerfont}};
|
421
|
+
mso-ansi-language: EN-GB;
|
422
|
+
font-weight: bold;
|
423
|
+
mso-bidi-font-weight: normal; }
|
424
|
+
|
425
|
+
p.IntroTitle, li.IntroTitle, div.IntroTitle {
|
426
|
+
mso-style-name: "Intro Title";
|
427
|
+
mso-style-noshow: yes;
|
428
|
+
mso-style-unhide: no;
|
429
|
+
mso-style-parent: "Foreword Title";
|
430
|
+
margin-top: 0cm;
|
431
|
+
margin-right: 0cm;
|
432
|
+
margin-bottom: 15.5pt;
|
433
|
+
margin-left: 0cm;
|
434
|
+
text-align: justify;
|
435
|
+
line-height: 15.5pt;
|
436
|
+
mso-pagination: widow-orphan;
|
437
|
+
page-break-after: avoid;
|
438
|
+
mso-outline-level: 1;
|
439
|
+
mso-hyphenate: none;
|
440
|
+
tab-stops: 20.15pt;
|
441
|
+
font-size: 14.0pt;
|
442
|
+
mso-bidi-font-size: 11.0pt;
|
443
|
+
font-family: {{headerfont}};
|
444
|
+
mso-fareast-font-family: {{headerfont}};
|
445
|
+
mso-bidi-font-family: {{headerfont}};
|
446
|
+
mso-ansi-language: EN-GB;
|
447
|
+
font-weight: bold;
|
448
|
+
page-break-before: always;
|
449
|
+
mso-bidi-font-weight: normal; }
|
450
|
+
|
451
|
+
p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
|
452
|
+
mso-style-noshow: yes;
|
453
|
+
mso-style-unhide: no;
|
454
|
+
mso-style-parent: "Foreword Title";
|
455
|
+
margin-top: 0cm;
|
456
|
+
margin-right: 0cm;
|
457
|
+
margin-bottom: 15.5pt;
|
458
|
+
margin-left: 0cm;
|
459
|
+
text-align: center;
|
460
|
+
line-height: 15.5pt;
|
461
|
+
mso-pagination: widow-orphan;
|
462
|
+
page-break-after: avoid;
|
463
|
+
mso-hyphenate: none;
|
464
|
+
tab-stops: 20.15pt;
|
465
|
+
font-size: 14.0pt;
|
466
|
+
mso-bidi-font-size: 11.0pt;
|
467
|
+
font-family: {{headerfont}};
|
468
|
+
mso-fareast-font-family: {{headerfont}};
|
469
|
+
mso-bidi-font-family: {{headerfont}};
|
470
|
+
mso-ansi-language: EN-GB;
|
471
|
+
font-weight: bold;
|
472
|
+
mso-bidi-font-weight: normal; }
|
473
|
+
|
474
|
+
p.Terms, li.Terms, div.Terms {
|
475
|
+
mso-style-name: "Term\(s\)";
|
476
|
+
mso-style-priority: 8;
|
477
|
+
mso-style-unhide: no;
|
478
|
+
mso-style-next: Definition;
|
479
|
+
margin: 0cm;
|
480
|
+
margin-bottom: .0001pt;
|
481
|
+
line-height: 12.0pt;
|
482
|
+
mso-pagination: widow-orphan;
|
483
|
+
page-break-after: avoid;
|
484
|
+
mso-hyphenate: none;
|
485
|
+
tab-stops: 20.15pt;
|
486
|
+
font-size: 11.0pt;
|
487
|
+
font-family: {{headerfont}};
|
488
|
+
mso-fareast-font-family: {{headerfont}};
|
489
|
+
mso-bidi-font-family: {{headerfont}};
|
490
|
+
mso-ansi-language: EN-GB;
|
491
|
+
font-weight: bold;
|
492
|
+
mso-bidi-font-weight: bold; }
|
493
|
+
|
494
|
+
p.AltTerms, li.AltTerms, div.AltTerms {
|
495
|
+
mso-style-name: "AltTerm\(s\)";
|
496
|
+
mso-style-priority: 8;
|
497
|
+
mso-style-unhide: no;
|
498
|
+
mso-style-next: Definition;
|
499
|
+
margin: 0cm;
|
500
|
+
margin-bottom: .0001pt;
|
501
|
+
line-height: 12.0pt;
|
502
|
+
mso-pagination: widow-orphan;
|
503
|
+
page-break-after: avoid;
|
504
|
+
mso-hyphenate: none;
|
505
|
+
tab-stops: 20.15pt;
|
506
|
+
font-size: 11.0pt;
|
507
|
+
font-family: {{bodyfont}};
|
508
|
+
mso-fareast-font-family: {{bodyfont}};
|
509
|
+
mso-bidi-font-family: {{bodyfont}};
|
510
|
+
mso-ansi-language: EN-GB;
|
511
|
+
mso-bidi-font-weight: normal; }
|
512
|
+
|
513
|
+
p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms {
|
514
|
+
mso-style-name: "DeprecatedTerm\(s\)";
|
515
|
+
mso-style-priority: 8;
|
516
|
+
mso-style-unhide: no;
|
517
|
+
mso-style-next: Definition;
|
518
|
+
margin: 0cm;
|
519
|
+
margin-bottom: .0001pt;
|
520
|
+
line-height: 12.0pt;
|
521
|
+
mso-pagination: widow-orphan;
|
522
|
+
page-break-after: avoid;
|
523
|
+
mso-hyphenate: none;
|
524
|
+
tab-stops: 20.15pt;
|
525
|
+
font-size: 11.0pt;
|
526
|
+
font-family: {{bodyfont}};
|
527
|
+
mso-fareast-font-family: {{bodyfont}};
|
528
|
+
mso-bidi-font-family: {{bodyfont}};
|
529
|
+
mso-ansi-language: EN-GB;
|
530
|
+
mso-bidi-font-weight: normal; }
|
531
|
+
|
532
|
+
p.TermNum, li.TermNum, div.TermNum {
|
533
|
+
mso-style-name: TermNum;
|
534
|
+
mso-style-priority: 7;
|
535
|
+
mso-style-unhide: no;
|
536
|
+
mso-style-next: "Term\(s\)";
|
537
|
+
margin: 0cm;
|
538
|
+
margin-bottom: .0001pt;
|
539
|
+
line-height: 12.0pt;
|
540
|
+
mso-pagination: widow-orphan;
|
541
|
+
page-break-after: avoid;
|
542
|
+
tab-stops: 20.15pt;
|
543
|
+
font-size: 11.0pt;
|
544
|
+
font-family: {{headerfont}};
|
545
|
+
mso-fareast-font-family: {{headerfont}};
|
546
|
+
mso-bidi-font-family: {{headerfont}};
|
547
|
+
mso-ansi-language: EN-GB;
|
548
|
+
font-weight: bold;
|
549
|
+
mso-bidi-font-weight: normal; }
|
550
|
+
|
551
|
+
p.zzContents, li.zzContents, div.zzContents {
|
552
|
+
mso-style-name: zzContents;
|
553
|
+
mso-style-noshow: yes;
|
554
|
+
mso-style-unhide: no;
|
555
|
+
mso-style-next: "TOC 1";
|
556
|
+
margin-top: 48.0pt;
|
557
|
+
margin-right: 0cm;
|
558
|
+
margin-bottom: 15.5pt;
|
559
|
+
margin-left: 0cm;
|
560
|
+
line-height: 15.5pt;
|
561
|
+
mso-line-height-rule: exactly;
|
562
|
+
page-break-before: always;
|
563
|
+
mso-pagination: widow-orphan;
|
564
|
+
page-break-after: avoid;
|
565
|
+
mso-hyphenate: none;
|
566
|
+
tab-stops: 20.15pt;
|
567
|
+
font-size: 14.0pt;
|
568
|
+
mso-bidi-font-size: 11.0pt;
|
569
|
+
font-family: {{headerfont}};
|
570
|
+
mso-fareast-font-family: {{headerfont}};
|
571
|
+
mso-bidi-font-family: {{headerfont}};
|
572
|
+
mso-ansi-language: EN-GB;
|
573
|
+
font-weight: bold;
|
574
|
+
mso-bidi-font-weight: normal; }
|
575
|
+
|
576
|
+
p.zzCopyright, li.zzCopyright {
|
577
|
+
mso-style-name: zzCopyright;
|
578
|
+
mso-style-noshow: yes;
|
579
|
+
mso-style-unhide: no;
|
580
|
+
mso-style-next: Normal;
|
581
|
+
margin-top: 0cm;
|
582
|
+
margin-right: 14.2pt;
|
583
|
+
margin-bottom: 12.0pt;
|
584
|
+
margin-left: 14.2pt;
|
585
|
+
text-align: justify;
|
586
|
+
line-height: 12.0pt;
|
587
|
+
mso-pagination: widow-orphan;
|
588
|
+
tab-stops: 20.15pt 25.7pt 481.15pt;
|
589
|
+
padding: 0cm;
|
590
|
+
mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt;
|
591
|
+
font-size: 12pt;
|
592
|
+
font-family: {{bodyfont}};
|
593
|
+
mso-fareast-font-family: {{bodyfont}};
|
594
|
+
mso-bidi-font-family: {{bodyfont}};
|
595
|
+
mso-ansi-language: EN-GB; }
|
596
|
+
|
597
|
+
div.zzCopyright {
|
598
|
+
mso-element: para-border-div;
|
599
|
+
border: solid windowtext 1.0pt;
|
600
|
+
mso-border-top-alt: solid windowtext .5pt;
|
601
|
+
mso-border-left-alt: solid windowtext .5pt;
|
602
|
+
mso-border-right-alt: solid windowtext .5pt;
|
603
|
+
mso-border-bottom-alt: solid windowtext .5pt;
|
604
|
+
padding: 1.0pt 4.0pt 0cm 4.0pt;
|
605
|
+
margin-left: 5.1pt;
|
606
|
+
margin-right: 5.1pt; }
|
607
|
+
|
608
|
+
p.zzCopyright_address {
|
609
|
+
margin-top: 0cm;
|
610
|
+
margin-right: 14.2pt;
|
611
|
+
margin-bottom: 0.0pt;
|
612
|
+
margin-left: 14.2pt;
|
613
|
+
mso-layout-grid-align: none;
|
614
|
+
text-autospace: none;
|
615
|
+
padding-left: 20pt;
|
616
|
+
mso-padding-alt-left: 20pt;
|
617
|
+
font-size: 10.0pt;
|
618
|
+
text-align: left;
|
619
|
+
mso-bidi-font-size: 11.0pt; }
|
620
|
+
|
621
|
+
p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle {
|
622
|
+
mso-style-name: zzSTDTitle;
|
623
|
+
mso-style-noshow: yes;
|
624
|
+
mso-style-unhide: no;
|
625
|
+
mso-style-next: Normal;
|
626
|
+
margin-top: 20.0pt;
|
627
|
+
margin-right: 0cm;
|
628
|
+
margin-bottom: 38.0pt;
|
629
|
+
margin-left: 0cm;
|
630
|
+
line-height: 17.5pt;
|
631
|
+
mso-line-height-rule: exactly;
|
632
|
+
mso-pagination: widow-orphan;
|
633
|
+
mso-hyphenate: none;
|
634
|
+
tab-stops: 20.15pt;
|
635
|
+
font-size: 16.0pt;
|
636
|
+
mso-bidi-font-size: 11.0pt;
|
637
|
+
font-family: {{headerfont}};
|
638
|
+
mso-fareast-font-family: {{headerfont}};
|
639
|
+
mso-bidi-font-family: {{headerfont}};
|
640
|
+
mso-ansi-language: EN-GB;
|
641
|
+
font-weight: bold;
|
642
|
+
mso-bidi-font-weight: normal; }
|
643
|
+
|
644
|
+
p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 {
|
645
|
+
mso-style-name: zzSTDTitle;
|
646
|
+
mso-style-noshow: yes;
|
647
|
+
mso-style-unhide: no;
|
648
|
+
mso-style-next: Normal;
|
649
|
+
margin-top: 0pt;
|
650
|
+
margin-right: 0cm;
|
651
|
+
margin-bottom: 18.0pt;
|
652
|
+
margin-left: 0cm;
|
653
|
+
line-height: 17.5pt;
|
654
|
+
mso-line-height-rule: exactly;
|
655
|
+
mso-pagination: widow-orphan;
|
656
|
+
mso-hyphenate: none;
|
657
|
+
tab-stops: 20.15pt;
|
658
|
+
font-size: 16.0pt;
|
659
|
+
mso-bidi-font-size: 11.0pt;
|
660
|
+
font-family: {{headerfont}};
|
661
|
+
mso-fareast-font-family: {{headerfont}};
|
662
|
+
mso-bidi-font-family: {{headerfont}};
|
663
|
+
mso-ansi-language: EN-GB;
|
664
|
+
font-weight: bold;
|
665
|
+
mso-bidi-font-weight: normal; }
|
666
|
+
|
667
|
+
p.Quote, li.Quote, div.Quote {
|
668
|
+
mso-style-priority: 99;
|
669
|
+
margin-top: 0cm;
|
670
|
+
margin-right: 36.0pt;
|
671
|
+
margin-bottom: 0cm;
|
672
|
+
margin-left: 36.0pt;
|
673
|
+
text-align: justify;
|
674
|
+
line-height: 12.0pt;
|
675
|
+
mso-pagination: widow-orphan;
|
676
|
+
tab-stops: 20.15pt;
|
677
|
+
font-size: 12pt;
|
678
|
+
font-family: {{bodyfont}};
|
679
|
+
mso-fareast-font-family: {{bodyfont}};
|
680
|
+
mso-bidi-font-family: {{bodyfont}};
|
681
|
+
mso-ansi-language: EN-GB; }
|
682
|
+
|
683
|
+
p.QuoteAttribution {
|
684
|
+
text-align: right;
|
685
|
+
mso-style-priority: 99;
|
686
|
+
margin-top: 0cm;
|
687
|
+
margin-right: 36.0pt;
|
688
|
+
margin-bottom: 0cm;
|
689
|
+
margin-left: 36.0pt;
|
690
|
+
line-height: 12.0pt;
|
691
|
+
mso-pagination: widow-orphan;
|
692
|
+
tab-stops: 20.15pt;
|
693
|
+
font-size: 12pt;
|
694
|
+
font-family: {{bodyfont}};
|
695
|
+
mso-fareast-font-family: {{bodyfont}};
|
696
|
+
mso-bidi-font-family: {{bodyfont}};
|
697
|
+
mso-ansi-language: EN-GB; }
|
698
|
+
|
699
|
+
div.Admonition {
|
700
|
+
mso-style-priority: 99;
|
701
|
+
mso-pagination: widow-orphan;
|
702
|
+
padding: 18.0pt 12.0pt 18.0pt 12.0pt;
|
703
|
+
margin-left: 14.2pt;
|
704
|
+
margin-right: 14.2pt;
|
705
|
+
border: none;
|
706
|
+
mso-element: para-border-div;
|
707
|
+
border: solid windowtext 1.0pt;
|
708
|
+
mso-border-alt: solid windowtext .5pt;
|
709
|
+
mso-padding-alt: 7.0pt 4.0pt 7.0pt 4.0pt;
|
710
|
+
font-size: 11.0pt;
|
711
|
+
font-family: {{headerfont}};
|
712
|
+
background-color: #dddddd;
|
713
|
+
mso-ascii-font-family: {{headerfont}};
|
714
|
+
mso-ascii-theme-font: minor-latin;
|
715
|
+
mso-fareast-font-family: {{headerfont}};
|
716
|
+
mso-fareast-theme-font: minor-fareast;
|
717
|
+
mso-hansi-font-family: {{headerfont}};
|
718
|
+
mso-hansi-theme-font: minor-latin;
|
719
|
+
mso-bidi-font-family: {{headerfont}};
|
720
|
+
mso-bidi-theme-font: minor-bidi;
|
721
|
+
mso-ansi-language: EN-AU; }
|
722
|
+
|
723
|
+
div.Admonition p {
|
724
|
+
margin-top: 6.0pt;
|
725
|
+
margin-right: 0cm;
|
726
|
+
margin-bottom: 6.0pt;
|
727
|
+
margin-left: 0cm;
|
728
|
+
text-align: left;
|
729
|
+
mso-pagination: widow-orphan;
|
730
|
+
mso-hyphenate: auto;
|
731
|
+
background: #dddddd;
|
732
|
+
mso-layout-grid-align: auto;
|
733
|
+
mso-vertical-align-alt: auto;
|
734
|
+
border: none;
|
735
|
+
mso-border-alt: solid black 1.0pt;
|
736
|
+
padding: 0cm;
|
737
|
+
mso-padding-alt: 8.0pt 8.0pt 8.0pt 8.0pt; }
|
738
|
+
|
739
|
+
p.Admonition, li.Admonition {
|
740
|
+
mso-style-priority: 99;
|
741
|
+
mso-pagination: widow-orphan;
|
742
|
+
padding: 0cm;
|
743
|
+
padding: 18.0pt 12.0pt 18.0pt 12.0pt;
|
744
|
+
border: none;
|
745
|
+
mso-border-alt: solid .25pt;
|
746
|
+
mso-padding-alt: 7.0pt 4.0pt 7.0pt 4.0pt;
|
747
|
+
font-size: 11.0pt;
|
748
|
+
font-family: {{headerfont}};
|
749
|
+
background-color: #dddddd;
|
750
|
+
mso-ascii-font-family: {{headerfont}};
|
751
|
+
mso-ascii-theme-font: minor-latin;
|
752
|
+
mso-fareast-font-family: {{headerfont}};
|
753
|
+
mso-fareast-theme-font: minor-fareast;
|
754
|
+
mso-hansi-font-family: {{headerfont}};
|
755
|
+
mso-hansi-theme-font: minor-latin;
|
756
|
+
mso-bidi-font-family: {{headerfont}};
|
757
|
+
mso-bidi-theme-font: minor-bidi;
|
758
|
+
mso-ansi-language: EN-AU; }
|
759
|
+
|
760
|
+
p.Code, li.Code, div.Code {
|
761
|
+
mso-style-name: Code;
|
762
|
+
mso-style-priority: 16;
|
763
|
+
mso-style-unhide: no;
|
764
|
+
mso-style-qformat: yes;
|
765
|
+
margin: 0cm;
|
766
|
+
margin-bottom: .0001pt;
|
767
|
+
line-height: 10.0pt;
|
768
|
+
mso-pagination: widow-orphan;
|
769
|
+
tab-stops: 20.15pt;
|
770
|
+
font-size: 9.0pt;
|
771
|
+
mso-bidi-font-size: 11.0pt;
|
772
|
+
font-family: {{monospacefont}};
|
773
|
+
mso-fareast-font-family: Calibri;
|
774
|
+
mso-bidi-font-family: "Source Sans Pro";
|
775
|
+
mso-ansi-language: EN-GB; }
|
776
|
+
|
777
|
+
table.pseudocode {
|
778
|
+
background-color: #dddddd;
|
779
|
+
border: none;
|
780
|
+
mso-border-alt: solid windowtext .5pt; }
|
781
|
+
|
782
|
+
p.Formula, li.Formula, div.Formula {
|
783
|
+
mso-style-name: Formula;
|
784
|
+
mso-style-noshow: yes;
|
785
|
+
mso-style-unhide: no;
|
786
|
+
margin-top: 0cm;
|
787
|
+
margin-right: 0cm;
|
788
|
+
margin-bottom: 11.0pt;
|
789
|
+
margin-left: 20.15pt;
|
790
|
+
line-height: 12.0pt;
|
791
|
+
mso-pagination: widow-orphan;
|
792
|
+
tab-stops: right 487.45pt;
|
793
|
+
font-size: 12pt;
|
794
|
+
font-family: {{bodyfont}};
|
795
|
+
mso-fareast-font-family: {{bodyfont}};
|
796
|
+
mso-bidi-font-family: {{bodyfont}};
|
797
|
+
mso-ansi-language: EN-GB; }
|
798
|
+
|
799
|
+
@page {
|
800
|
+
mso-facing-pages: yes; }
|
801
|
+
|
802
|
+
@page WordSection1 {
|
803
|
+
size: 8.5in 11.0in;
|
804
|
+
margin: 1.0in 1.0in 1.0in 1.0in;
|
805
|
+
mso-header-margin: 0.5in;
|
806
|
+
mso-footer-margin: 0.5in;
|
807
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh1;
|
808
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
|
809
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
|
810
|
+
mso-paper-source: 0;
|
811
|
+
{% if status == "Public Draft" %}
|
812
|
+
mso-line-numbers-count-by: 1;
|
813
|
+
mso-line-numbers-restart: continuous;
|
814
|
+
{% endif %} }
|
815
|
+
|
816
|
+
div.WordSection1 {
|
817
|
+
page: WordSection1; }
|
818
|
+
|
819
|
+
@page WordSection2 {
|
820
|
+
size: 8.5in 11.0in;
|
821
|
+
margin: 1.0in 1.0in 1.0in 1.0in;
|
822
|
+
mso-header-margin: 0.5in;
|
823
|
+
mso-footer-margin: 0.5in;
|
824
|
+
mso-page-numbers: roman-lower;
|
825
|
+
{% if status == "Public Draft" %}
|
826
|
+
mso-line-numbers-count-by: 1;
|
827
|
+
mso-line-numbers-restart: continuous;
|
828
|
+
{% endif %}
|
829
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
830
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
831
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
832
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2;
|
833
|
+
mso-paper-source: 0; }
|
834
|
+
|
835
|
+
@page WordSection2L {
|
836
|
+
size: 11.0in 8.5in;
|
837
|
+
margin: 1.0in 1.0in 1.0in 1.0in;
|
838
|
+
mso-header-margin: 0.5in;
|
839
|
+
mso-footer-margin: 0.5in;
|
840
|
+
{% if status == "Public Draft" %}
|
841
|
+
mso-line-numbers-count-by: 1;
|
842
|
+
mso-line-numbers-restart: continuous;
|
843
|
+
{% endif %}
|
844
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2l;
|
845
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2l;
|
846
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2l;
|
847
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2l;
|
848
|
+
mso-paper-source: 0; }
|
849
|
+
|
850
|
+
@page WordSection2P {
|
851
|
+
size: 8.5in 11.0in;
|
852
|
+
margin: 1.0in 1.0in 1.0in 1.0in;
|
853
|
+
mso-header-margin: 0.5in;
|
854
|
+
mso-footer-margin: 0.5in;
|
855
|
+
{% if status == "Public Draft" %}
|
856
|
+
mso-line-numbers-count-by: 1;
|
857
|
+
mso-line-numbers-restart: continuous;
|
858
|
+
{% endif %}
|
859
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
860
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
861
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
862
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2;
|
863
|
+
mso-paper-source: 0; }
|
864
|
+
|
865
|
+
div.WordSection2 {
|
866
|
+
page: WordSection2; }
|
867
|
+
|
868
|
+
@page WordSection3 {
|
869
|
+
size: 8.5in 11.0in;
|
870
|
+
margin: 1.0in 1.0in 1.0in 1.0in;
|
871
|
+
mso-header-margin: 0.5in;
|
872
|
+
mso-footer-margin: 0.5in;
|
873
|
+
mso-page-numbers: 1;
|
874
|
+
{% if status == "Public Draft" %}
|
875
|
+
mso-line-numbers-count-by: 1;
|
876
|
+
mso-line-numbers-restart: continuous;
|
877
|
+
{% endif %}
|
878
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
879
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
880
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
|
881
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
882
|
+
mso-paper-source: 0; }
|
883
|
+
|
884
|
+
@page WordSection3L {
|
885
|
+
size: 11.0in 8.5in;
|
886
|
+
margin: 1.0in 1.0in 1.0in 1.0in;
|
887
|
+
mso-header-margin: 0.5in;
|
888
|
+
mso-footer-margin: 0.5in;
|
889
|
+
{% if status == "Public Draft" %}
|
890
|
+
mso-line-numbers-count-by: 1;
|
891
|
+
mso-line-numbers-restart: continuous;
|
892
|
+
{% endif %}
|
893
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2l;
|
894
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2l;
|
895
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3l;
|
896
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3l;
|
897
|
+
mso-paper-source: 0; }
|
898
|
+
|
899
|
+
@page WordSection3P {
|
900
|
+
size: 8.5in 11.0in;
|
901
|
+
margin: 1.0in 1.0in 1.0in 1.0in;
|
902
|
+
mso-header-margin: 0.5in;
|
903
|
+
mso-footer-margin: 0.5in;
|
904
|
+
{% if status == "Public Draft" %}
|
905
|
+
mso-line-numbers-count-by: 1;
|
906
|
+
mso-line-numbers-restart: continuous;
|
907
|
+
{% endif %}
|
908
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
|
909
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
910
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
|
911
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
912
|
+
mso-paper-source: 0; }
|
913
|
+
|
914
|
+
div.WordSection3 {
|
915
|
+
page: WordSection3; }
|
916
|
+
|
917
|
+
table.MsoISOTable {
|
918
|
+
mso-style-name: "Table NIST";
|
919
|
+
mso-tstyle-rowband-size: 0;
|
920
|
+
mso-tstyle-colband-size: 0;
|
921
|
+
mso-style-noshow: yes;
|
922
|
+
mso-style-priority: 99;
|
923
|
+
mso-style-parent: "";
|
924
|
+
mso-padding-alt: 0cm 2.85pt 0cm 2.85pt;
|
925
|
+
mso-para-margin: 0cm;
|
926
|
+
mso-para-margin-bottom: .0001pt;
|
927
|
+
mso-pagination: widow-orphan;
|
928
|
+
border-collapse: collapse;
|
929
|
+
mso-table-layout-alt: fixed;
|
930
|
+
border: solid windowtext 2pt;
|
931
|
+
mso-border-alt: solid windowtext 2pt;
|
932
|
+
mso-yfti-tbllook: 480;
|
933
|
+
mso-border-insideh: .75pt solid windowtext;
|
934
|
+
mso-border-insidev: .75pt solid windowtext;
|
935
|
+
font-size: 10.0pt;
|
936
|
+
font-family: {{bodyfont}}; }
|
937
|
+
|
938
|
+
table.MsoISOTable th {
|
939
|
+
border: solid windowtext 1pt;
|
940
|
+
background: black;
|
941
|
+
color: white;
|
942
|
+
text-align: center;
|
943
|
+
font-family: {{headerfont}};
|
944
|
+
mso-border-alt: solid windowtext 1pt;
|
945
|
+
padding: 0cm 2.85pt 0cm 2.85pt; }
|
946
|
+
|
947
|
+
table.MsoISOTable td {
|
948
|
+
border: solid windowtext 1pt;
|
949
|
+
mso-border-alt: solid windowtext 1pt;
|
950
|
+
padding: 0cm 2.85pt 0cm 2.85pt; }
|
951
|
+
|
952
|
+
table.MsoISOTable p {
|
953
|
+
font-size: 10.0pt; }
|
954
|
+
|
955
|
+
table.MsoTableGrid {
|
956
|
+
mso-style-name: "Table Grid";
|
957
|
+
mso-tstyle-rowband-size: 0;
|
958
|
+
mso-tstyle-colband-size: 0;
|
959
|
+
mso-style-priority: 39;
|
960
|
+
mso-style-unhide: no;
|
961
|
+
border: solid windowtext 1.0pt;
|
962
|
+
mso-border-alt: solid windowtext .5pt;
|
963
|
+
mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
|
964
|
+
mso-border-insideh: .5pt solid windowtext;
|
965
|
+
mso-border-insidev: .5pt solid windowtext;
|
966
|
+
mso-para-margin: 0cm;
|
967
|
+
mso-para-margin-bottom: .0001pt;
|
968
|
+
mso-pagination: widow-orphan;
|
969
|
+
font-size: 10.0pt;
|
970
|
+
font-family: {{bodyfont}}; }
|
971
|
+
|
972
|
+
div.formula {
|
973
|
+
tab-stops: right 487.45pt; }
|
974
|
+
|
975
|
+
body {
|
976
|
+
tab-interval: 36.0pt; }
|
977
|
+
|
978
|
+
dl.glossary dt {
|
979
|
+
font-weight: bold; }
|
980
|
+
|
981
|
+
.coverpage_docnumber {
|
982
|
+
text-align: center;
|
983
|
+
font-size: 14.0pt;
|
984
|
+
font-weight: bold; }
|
985
|
+
|
986
|
+
.coverpage_techcommittee {
|
987
|
+
text-align: center;
|
988
|
+
font-size: 12.0pt; }
|
989
|
+
|
990
|
+
.coverpage_docstage {
|
991
|
+
text-align: center;
|
992
|
+
font-size: 30.0pt;
|
993
|
+
color: #485094; }
|
994
|
+
|
995
|
+
div.coverpage_warning {
|
996
|
+
mso-element: para-border-div;
|
997
|
+
border: solid windowtext 1.0pt #485094;
|
998
|
+
mso-border-alt: solid windowtext .5pt;
|
999
|
+
padding: 1.0pt 4.0pt 1.0pt 4.0pt #485094;
|
1000
|
+
font-size: 10.0pt;
|
1001
|
+
margin-left: 4.25pt;
|
1002
|
+
margin-right: 4.25pt; }
|
1003
|
+
|
1004
|
+
.coverpage_warning {
|
1005
|
+
color: #485094;
|
1006
|
+
font-size: 10.0pt; }
|
1007
|
+
|
1008
|
+
a.TableFootnoteRef, span.TableFootnoteRef {
|
1009
|
+
mso-style-priority: 99;
|
1010
|
+
mso-style-parent: "Footnote Reference";
|
1011
|
+
vertical-align: super; }
|
1012
|
+
|
1013
|
+
aside {
|
1014
|
+
font-size: 10.0pt; }
|
1015
|
+
|
1016
|
+
.example-title {
|
1017
|
+
font-weight: bold;
|
1018
|
+
margin-left: -36.0pt; }
|
1019
|
+
|
1020
|
+
p.example, li.example, td.example {
|
1021
|
+
margin-right: 0pt;
|
1022
|
+
margin-left: 0pt; }
|
1023
|
+
|
1024
|
+
div.example {
|
1025
|
+
margin-right: 36.0pt;
|
1026
|
+
margin-left: 36.0pt;
|
1027
|
+
margin-top: 0cm;
|
1028
|
+
margin-bottom: 0cm; }
|
1029
|
+
|
1030
|
+
p.example, li.example, div.example, td.example {
|
1031
|
+
mso-pagination: none;
|
1032
|
+
font-size: 10.0pt;
|
1033
|
+
font-family: {{bodyfont}}; }
|
1034
|
+
|
1035
|
+
td.example p.MsoListParagraph {
|
1036
|
+
font-size: 10.0pt; }
|
1037
|
+
|
1038
|
+
div.example p.MsoListParagraph {
|
1039
|
+
font-size: 10.0pt; }
|
1040
|
+
|
1041
|
+
div.Note p.MsoListParagraph {
|
1042
|
+
font-size: 10.0pt; }
|
1043
|
+
|
1044
|
+
span.note_label, span.example_label, td.example_label, td.note_label {
|
1045
|
+
font-size: 10.0pt;
|
1046
|
+
font-family: {{bodyfont}}; }
|
1047
|
+
|
1048
|
+
table.dl {
|
1049
|
+
margin-top: 0cm;
|
1050
|
+
margin-right: 0cm;
|
1051
|
+
margin-bottom: 11.0pt;
|
1052
|
+
margin-left: 20.15pt; }
|
1053
|
+
|
1054
|
+
div.recommend {
|
1055
|
+
margin-left: 2cm; }
|