metanorma-cc 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ccd3c862d1d967d0782115e2319f5d9c41a1346a06b85fa1cbd25626101b939
4
- data.tar.gz: 10076bc4151a870b5f219461fa29ffd062bfe6888800daf923ecf4475b1c887a
3
+ metadata.gz: aaec6353b69892d4cb11ddb871e78f40deac9fd7211abc4ca8453d7a90cc2e4e
4
+ data.tar.gz: bc3a24bd8da38ee1f601fd4537bb2f2eaa3f64b9b65ce59d7c4e05f0a55d1034
5
5
  SHA512:
6
- metadata.gz: 27ebb897618ae5d5bc58ea3e0e9831435268f509c6dc0cc3920c17e6f66c84b79decb38f57d27b70ef4835fd7c5715224cd488c2d200391e6dd365f417191b31
7
- data.tar.gz: 0c4646dd8aaaf21ff10b0f7becf143973566c801dec65bb6b5fa3b8d0f04e6a8a836f7e74ce6116e0467e93abad9ac7a4b2e753310ee96858d44d2a9c449febd
6
+ metadata.gz: 8c8783aee29ff7c0424e9757d5abacf9a8c723b0e542d93999cf0c2095854de9d2a3a51b21259b6646cd5a9a18158cbe030c1357fd73c2d385b73010919c576f
7
+ data.tar.gz: b9b58534885d70c030e184e8e1f80f2b32939407aec4b22295a4c00665e6a1d8d683dc753291e6a1042b9a73f78f295cb9e9e466a017e7e468d881d0f9ea3953
@@ -0,0 +1,307 @@
1
+ html, body, div, span, applet, object, iframe,
2
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3
+ a, abbr, acronym, address, big, cite, code,
4
+ del, dfn, em, img, ins, kbd, q, s, samp,
5
+ small, strike, strong, sub, sup, tt, var,
6
+ b, u, i, center,
7
+ ol, ul, li,
8
+ fieldset, form, label, legend,
9
+ table, caption, tbody, tfoot, thead, tr, th, td,
10
+ article, aside, canvas, details, embed,
11
+ figure, figcaption, footer, header, hgroup,
12
+ menu, nav, output, ruby, section, summary,
13
+ time, mark, audio, video {
14
+ margin: 0;
15
+ padding: 0; }
16
+
17
+ html, body, div, span, applet, object, iframe,
18
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
19
+ a, abbr, acronym, address, big, cite, code,
20
+ del, dfn, em, img, ins, kbd, q, s, samp,
21
+ small, strike, strong, sub, sup, tt, var,
22
+ b, u, i, center,
23
+ dl, dt, dd, ol, ul, li,
24
+ fieldset, form, label, legend,
25
+ table, caption, tbody, tfoot, thead, tr, th, td,
26
+ article, aside, canvas, details, embed,
27
+ figure, figcaption, footer, header, hgroup,
28
+ menu, nav, output, ruby, section, summary,
29
+ time, mark, audio, video {
30
+ border: 0;
31
+ font-size: 100%; }
32
+
33
+ html, body, div, span, applet, object, iframe,
34
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
35
+ a, abbr, acronym, address, big, cite, code,
36
+ del, dfn, em, img, ins, kbd, q, s, samp,
37
+ small, strike, strong, tt, var,
38
+ b, u, i, center,
39
+ dl, dd, ol, ul, li,
40
+ fieldset, form, label, legend,
41
+ table, caption, tbody, tfoot, thead, tr, th, td,
42
+ article, aside, canvas, details, embed,
43
+ figure, figcaption, footer, header, hgroup,
44
+ menu, nav, output, ruby, section, summary,
45
+ time, mark, audio, video {
46
+ vertical-align: baseline; }
47
+
48
+ html, body, div, span, applet, object, iframe,
49
+ p, blockquote,
50
+ a, abbr, acronym, address, big, cite,
51
+ del, dfn, em, img, ins, q, s,
52
+ small, strike, strong, sub, sup, var,
53
+ b, u, i, center,
54
+ dl, dt, dd, ol, ul, li,
55
+ fieldset, form, label, legend,
56
+ table, caption, tbody, tfoot, thead, tr, th, td,
57
+ article, aside, canvas, details, embed,
58
+ figure, figcaption, footer, header, hgroup,
59
+ menu, nav, output, ruby, section, summary,
60
+ time, mark, audio, video {
61
+ font-family: {{bodyfont}}; }
62
+
63
+ code, pre, tt, kbd, samp {
64
+ font-family: {{monospacefont}};
65
+ font-variant-ligatures: none; }
66
+
67
+ code *, pre *, tt *, kbd *, samp * {
68
+ font-family: {{monospacefont}} !important;
69
+ font-variant-ligatures: none; }
70
+
71
+ article, aside, details, figcaption, figure,
72
+ footer, header, hgroup, menu, nav, section {
73
+ display: block; }
74
+
75
+ table {
76
+ border-collapse: collapse;
77
+ border-spacing: 0; }
78
+
79
+ h1, h2, h3, h4, h5, h6 {
80
+ font-family: {{headerfont}}; }
81
+
82
+ blockquote, q {
83
+ quotes: none; }
84
+ blockquote:before, blockquote:after, q:before, q:after {
85
+ content: '';
86
+ content: none; }
87
+
88
+ .h2Annex {
89
+ font-family: {{headerfont}}; }
90
+
91
+ dl {
92
+ display: grid;
93
+ grid-template-columns: max-content auto; }
94
+ dl dt p, dl dd p {
95
+ margin-top: 0; }
96
+ dl dt {
97
+ grid-column-start: 1; }
98
+ dl dd {
99
+ grid-column-start: 2; }
100
+
101
+ b, strong {
102
+ font-weight: bold; }
103
+
104
+ div.document-stage-band, div.document-type-band {
105
+ background-color: #333333; }
106
+
107
+ #standard-band {
108
+ background-color: #0AC442; }
109
+
110
+ #standard {
111
+ border-bottom: solid 3px #0AC442; }
112
+
113
+ #directive-band {
114
+ background-color: #540D6E; }
115
+
116
+ #directive {
117
+ border-bottom: solid 3px #540D6E; }
118
+
119
+ #guide-band {
120
+ background-color: #D183C9; }
121
+
122
+ #guide {
123
+ border-bottom: solid 3px #D183C9; }
124
+
125
+ #specification-band {
126
+ background-color: #65AFFF; }
127
+
128
+ #specification {
129
+ border-bottom: solid 3px #65AFFF; }
130
+
131
+ #report-band {
132
+ background-color: #3A405A; }
133
+
134
+ #report {
135
+ border-bottom: solid 3px #3A405A; }
136
+
137
+ #amendment-band {
138
+ background-color: #F26430; }
139
+
140
+ #amendment {
141
+ border-bottom: solid 3px #F26430; }
142
+
143
+ #corrigendum-band {
144
+ background-color: #C84630; }
145
+
146
+ #corrigendum {
147
+ border-bottom: solid 3px #C84630; }
148
+
149
+ #administrative-band {
150
+ background-color: #BFAE48; }
151
+
152
+ #administrative {
153
+ border-bottom: solid 3px #BFAE48; }
154
+
155
+ #advisory-band {
156
+ background-color: #BD9391; }
157
+
158
+ #advisory {
159
+ border-bottom: solid 3px #BD9391; }
160
+
161
+ #proposal-band {
162
+ background-color: #39A0ED; }
163
+
164
+ #proposal {
165
+ border-bottom: solid 3px #39A0ED; }
166
+
167
+ #working-draft-band {
168
+ background-color: #2D7393; }
169
+
170
+ #working-draft {
171
+ border-bottom: solid 3px #2D7393; }
172
+
173
+ #committee-draft-band {
174
+ background-color: #2A6B7C; }
175
+
176
+ #committee-draft {
177
+ border-bottom: solid 3px #2A6B7C; }
178
+
179
+ #draft-standard-band {
180
+ background-color: #1C7F7A; }
181
+
182
+ #draft-standard {
183
+ border-bottom: solid 3px #1C7F7A; }
184
+
185
+ #final-draft-band {
186
+ background-color: #53C170; }
187
+
188
+ #final-draft {
189
+ border-bottom: solid 3px #53C170; }
190
+
191
+ #published-band {
192
+ background-color: #069E2D; }
193
+
194
+ #published {
195
+ border-bottom: solid 3px #069E2D; }
196
+
197
+ #withdrawn-band {
198
+ background-color: #004E64; }
199
+
200
+ #withdrawn {
201
+ border-bottom: solid 3px #004E64; }
202
+
203
+ #cancelled-band {
204
+ background-color: #2E382E; }
205
+
206
+ #cancelled {
207
+ border-bottom: solid 3px #2E382E; }
208
+
209
+ .coverpage {
210
+ text-align: center;
211
+ padding-left: 1.5em; }
212
+
213
+ .wrapper-top {
214
+ background-color: #0e1a85;
215
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAACXBIWXMAABYlAAAWJQFJUiTwAAADwUlEQVR4nO3YgQ2AMAwDwcAiWZ1NizrH30lIeIEq9nPOGSDqPgC7+93v/suy3Mmvhx+6VAAIcwFAmc4nyzYAIMgGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAIS5AKCs3oFk2QYAJNkAIMwFAGX1DiTLNgAgyQYAYS4AKKt3IFm2AQBJNgAIcwFAWb0DybINAEiyAUCYCwDK6h1Ilm0AQJINAMJcAFBW70CybAMAkmwAEOYCgLJ6B5JlGwCQZAOAMBcAlNU7kCzbAIAkGwCEuQCgrN6BZNkGACTZACDMBQBl9Q4kyzYAIMkGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAIS5AKCs3oFk2QYAJNkAIMwFAGX1DiTLNgAgyQYAYS4AKKt3IFm2AQBJNgAIcwFAWb0DybINAEiyAUCYCwDK6h1Ilm0AQJINAMJcAFBW70CybAMAkmwAEOYCgLJ6B5JlGwCQZAOAMBcAlNU7kCzbAIAkGwCEuQCgrN6BZNkGACTZACDMBQBl9Q4kyzYAIMkGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAFTNzA9ggAr9aahO8QAAAABJRU5ErkJggg==");
216
+ color: #ffffff;
217
+ padding: 2em 0; }
218
+
219
+ .doc-number {
220
+ font-size: 0.5em;
221
+ font-family: {{bodyfont}}; }
222
+
223
+ .coverpage-maturity {
224
+ font-family: {{bodyfont}};
225
+ font-weight: 400;
226
+ font-size: 1em;
227
+ margin: 0 0 2em 0;
228
+ text-transform: uppercase; }
229
+
230
+ .coverpage-title {
231
+ padding-bottom: 0.5em;
232
+ font-family: {{headerfont}};
233
+ font-size: 1.2em;
234
+ line-height: 1.2em;
235
+ font-weight: 600;
236
+ padding-left: 1em;
237
+ padding-right: 1em; }
238
+
239
+ .title-section1 {
240
+ padding: 0 2em 0 3em; }
241
+
242
+ .prefatory-section {
243
+ padding: 0 3em 0 6em; }
244
+
245
+ .zzSTDTitle1, .MsoCommentText {
246
+ display: none; }
247
+
248
+ .coverpage-logo span, .coverpage-tc-name span {
249
+ font-family: {{bodyfont}};
250
+ text-transform: uppercase;
251
+ font-weight: 600; }
252
+
253
+ .coverpage-tc-name {
254
+ font-size: 1.2em;
255
+ line-height: 1.2em;
256
+ margin: 0.25em 0; }
257
+
258
+ .coverpage-contributors {
259
+ margin-top: 1em;
260
+ line-height: 1.5em;
261
+ font-weight: 300; }
262
+ .coverpage-contributors .role {
263
+ font-variant-caps: all-small-caps;
264
+ background: #f7f7f7;
265
+ border-radius: 5px;
266
+ padding: 0.1em 0.5em;
267
+ margin-left: 1em;
268
+ color: #485094;
269
+ font-size: 0.9em;
270
+ font-weight: 900; }
271
+ .coverpage-contributors .person {
272
+ display: block;
273
+ font-weight: 300; }
274
+
275
+ .coverpage-doc-identity {
276
+ font-size: 2em;
277
+ line-height: 2em; }
278
+
279
+ .coverpage-title .title-second {
280
+ display: none; }
281
+
282
+ .coverpage-stage-block {
283
+ font-family: {{bodyfont}};
284
+ font-weight: 700;
285
+ font-size: 1.25em;
286
+ margin: 2em 0em 2em 0em;
287
+ text-transform: uppercase; }
288
+
289
+ .coverpage-warning {
290
+ border-top: solid 1px #f36f36;
291
+ border-bottom: solid 1px #f36f36;
292
+ margin: 1em 2em;
293
+ color: #485094;
294
+ padding: 1em; }
295
+ .coverpage-warning .title {
296
+ color: #f36f36;
297
+ font-family: {{headerfont}};
298
+ font-weight: 700;
299
+ text-transform: uppercase;
300
+ font-size: 1.2em; }
301
+
302
+ .copyright {
303
+ padding: 1em;
304
+ font-size: 0.9em;
305
+ text-align: left; }
306
+ .copyright .name, .copyright .address {
307
+ color: #485094; }
@@ -0,0 +1,801 @@
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
+
18
+ p.pseudocode, li.pseudocode, div.pseudocode {
19
+ mso-style-unhide: no;
20
+ mso-style-qformat: yes;
21
+ mso-style-parent: "";
22
+ margin-top: 6.0pt;
23
+ margin-right: 0cm;
24
+ margin-bottom: 6.0pt;
25
+ margin-left: 0cm;
26
+ text-align: left;
27
+ mso-pagination: widow-orphan;
28
+ 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;
29
+ font-size: 10.5pt;
30
+ font-family: {{bodyfont}};
31
+ mso-fareast-font-family: Calibri;
32
+ mso-bidi-font-family: "Courier New";
33
+ mso-ansi-language: EN-GB; }
34
+
35
+ p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef {
36
+ mso-style-unhide: no;
37
+ mso-style-qformat: yes;
38
+ mso-style-parent: "";
39
+ margin-top: 0cm;
40
+ margin-right: 0cm;
41
+ margin-bottom: 12.0pt;
42
+ margin-left: 33.15pt;
43
+ text-indent: -33.15pt;
44
+ tab-stops: 33.15pt;
45
+ line-height: 12.0pt;
46
+ mso-pagination: widow-orphan;
47
+ font-size: 10.5pt;
48
+ font-weight: normal;
49
+ font-family: {{bodyfont}};
50
+ mso-fareast-font-family: {{bodyfont}};
51
+ mso-bidi-font-family: {{bodyfont}};
52
+ mso-ansi-language: EN-GB; }
53
+
54
+ p.FigureTitle {
55
+ mso-style-unhide: no;
56
+ mso-style-qformat: yes;
57
+ mso-style-parent: "";
58
+ margin-top: 0cm;
59
+ margin-right: 0cm;
60
+ margin-bottom: 6.0pt;
61
+ margin-left: 0cm;
62
+ text-align: center;
63
+ line-height: 12.0pt;
64
+ page-break-before: avoid;
65
+ mso-pagination: widow-orphan;
66
+ tab-stops: 20.15pt;
67
+ font-size: 11.0pt;
68
+ font-weight: bold;
69
+ font-family: {{bodyfont}};
70
+ mso-fareast-font-family: {{bodyfont}};
71
+ mso-bidi-font-family: {{bodyfont}};
72
+ mso-ansi-language: EN-GB; }
73
+
74
+ p.SourceTitle {
75
+ mso-style-unhide: no;
76
+ mso-style-qformat: yes;
77
+ mso-style-parent: "";
78
+ margin-top: 0cm;
79
+ margin-right: 0cm;
80
+ margin-bottom: 6.0pt;
81
+ margin-left: 0cm;
82
+ text-align: center;
83
+ line-height: 12.0pt;
84
+ page-break-before: avoid;
85
+ mso-pagination: widow-orphan;
86
+ tab-stops: 20.15pt;
87
+ font-size: 11.0pt;
88
+ font-weight: bold;
89
+ font-family: {{bodyfont}};
90
+ mso-fareast-font-family: {{bodyfont}};
91
+ mso-bidi-font-family: {{bodyfont}};
92
+ mso-ansi-language: EN-GB; }
93
+
94
+ p.AdmonitionTitle, p.RecommendationTitle {
95
+ mso-style-unhide: no;
96
+ mso-style-qformat: yes;
97
+ mso-style-parent: "";
98
+ margin-top: 0cm;
99
+ margin-right: 0cm;
100
+ margin-bottom: 6.0pt;
101
+ margin-left: 0cm;
102
+ text-align: center;
103
+ line-height: 12.0pt;
104
+ page-break-after: avoid;
105
+ mso-pagination: widow-orphan;
106
+ tab-stops: 20.15pt;
107
+ font-size: 11.0pt;
108
+ font-weight: bold;
109
+ font-family: {{bodyfont}};
110
+ mso-fareast-font-family: {{bodyfont}};
111
+ mso-bidi-font-family: {{bodyfont}};
112
+ mso-ansi-language: EN-GB; }
113
+
114
+ p.TableTitle {
115
+ mso-style-unhide: no;
116
+ mso-style-qformat: yes;
117
+ mso-style-parent: "";
118
+ margin-top: 0cm;
119
+ margin-right: 0cm;
120
+ margin-bottom: 6.0pt;
121
+ margin-left: 0cm;
122
+ text-align: center;
123
+ page-break-after: avoid;
124
+ line-height: 12.0pt;
125
+ mso-pagination: widow-orphan;
126
+ tab-stops: 20.15pt;
127
+ font-size: 11.0pt;
128
+ font-family: {{bodyfont}};
129
+ mso-fareast-font-family: {{bodyfont}};
130
+ mso-bidi-font-family: {{bodyfont}};
131
+ mso-ansi-language: EN-GB; }
132
+
133
+ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote {
134
+ mso-style-unhide: no;
135
+ mso-style-qformat: yes;
136
+ mso-style-parent: "";
137
+ margin-top: 0cm;
138
+ margin-right: 0cm;
139
+ margin-bottom: 12.0pt;
140
+ margin-left: 0cm;
141
+ text-align: justify;
142
+ line-height: 12.0pt;
143
+ mso-pagination: widow-orphan;
144
+ tab-stops: 20.15pt;
145
+ font-size: 10.0pt;
146
+ mso-bidi-font-size: 11.0pt;
147
+ font-family: {{bodyfont}};
148
+ font-size: 10.0pt;
149
+ mso-fareast-font-family: {{bodyfont}};
150
+ mso-bidi-font-family: {{bodyfont}};
151
+ mso-ansi-language: EN-GB; }
152
+
153
+ p.ANNEX, li.ANNEX, div.ANNEX {
154
+ mso-style-name: ANNEX;
155
+ mso-style-priority: 10;
156
+ mso-style-unhide: no;
157
+ mso-style-next: Normal;
158
+ margin-top: 0cm;
159
+ margin-right: 0cm;
160
+ margin-bottom: 24.0pt;
161
+ margin-left: 0cm;
162
+ text-align: center;
163
+ text-indent: 0cm;
164
+ line-height: 15.5pt;
165
+ mso-line-height-rule: exactly;
166
+ page-break-before: always;
167
+ mso-pagination: widow-orphan;
168
+ page-break-after: avoid;
169
+ mso-outline-level: 1;
170
+ mso-list: l0 level1 lfo12;
171
+ tab-stops: 20.15pt;
172
+ font-size: 14.0pt;
173
+ mso-bidi-font-size: 11.0pt;
174
+ font-family: {{headerfont}};
175
+ mso-fareast-font-family: {{headerfont}};
176
+ mso-bidi-font-family: {{headerfont}};
177
+ mso-ansi-language: EN-GB;
178
+ mso-fareast-language: JA;
179
+ font-weight: bold;
180
+ mso-bidi-font-weight: normal; }
181
+
182
+ p.BiblioTitle, li.BiblioTitle, div.BiblioTitle {
183
+ mso-style-name: "Biblio Title";
184
+ mso-style-noshow: yes;
185
+ mso-style-unhide: no;
186
+ margin-top: 0cm;
187
+ margin-right: 0cm;
188
+ margin-bottom: 15.5pt;
189
+ margin-left: 0cm;
190
+ text-align: center;
191
+ line-height: 15.5pt;
192
+ mso-pagination: widow-orphan;
193
+ mso-outline-level: 1;
194
+ tab-stops: 20.15pt;
195
+ font-size: 14.0pt;
196
+ mso-bidi-font-size: 11.0pt;
197
+ font-family: {{headerfont}};
198
+ mso-fareast-font-family: {{headerfont}};
199
+ mso-bidi-font-family: {{headerfont}};
200
+ mso-ansi-language: EN-GB;
201
+ font-weight: bold;
202
+ mso-bidi-font-weight: normal; }
203
+
204
+ p.Definition, li.Definition, div.Definition {
205
+ mso-style-name: Definition;
206
+ mso-style-priority: 9;
207
+ mso-style-unhide: no;
208
+ margin-top: 0cm;
209
+ margin-right: 0cm;
210
+ margin-bottom: 12.0pt;
211
+ margin-left: 0cm;
212
+ text-align: justify;
213
+ line-height: 12.0pt;
214
+ mso-pagination: widow-orphan;
215
+ tab-stops: 20.15pt;
216
+ font-size: 11.0pt;
217
+ font-family: {{bodyfont}};
218
+ mso-fareast-font-family: {{bodyfont}};
219
+ mso-bidi-font-family: {{bodyfont}};
220
+ mso-ansi-language: EN-GB; }
221
+
222
+ p.ForewordTitle, li.ForewordTitle, div.ForewordTitle {
223
+ mso-style-name: "Foreword Title";
224
+ mso-style-noshow: yes;
225
+ mso-style-unhide: no;
226
+ margin-top: 0cm;
227
+ margin-right: 0cm;
228
+ margin-bottom: 15.5pt;
229
+ margin-left: 0cm;
230
+ text-align: justify;
231
+ line-height: 15.5pt;
232
+ page-break-before: always;
233
+ mso-pagination: widow-orphan;
234
+ page-break-after: avoid;
235
+ mso-outline-level: 1;
236
+ mso-hyphenate: none;
237
+ tab-stops: 20.15pt;
238
+ font-size: 14.0pt;
239
+ mso-bidi-font-size: 11.0pt;
240
+ font-family: {{headerfont}};
241
+ mso-fareast-font-family: {{headerfont}};
242
+ mso-bidi-font-family: {{headerfont}};
243
+ mso-ansi-language: EN-GB;
244
+ font-weight: bold;
245
+ mso-bidi-font-weight: normal; }
246
+
247
+ p.IntroTitle, li.IntroTitle, div.IntroTitle {
248
+ mso-style-name: "Intro Title";
249
+ mso-style-noshow: yes;
250
+ mso-style-unhide: no;
251
+ mso-style-parent: "Foreword Title";
252
+ margin-top: 0cm;
253
+ margin-right: 0cm;
254
+ margin-bottom: 15.5pt;
255
+ margin-left: 0cm;
256
+ text-align: justify;
257
+ line-height: 15.5pt;
258
+ mso-pagination: widow-orphan;
259
+ page-break-after: avoid;
260
+ mso-outline-level: 1;
261
+ mso-hyphenate: none;
262
+ tab-stops: 20.15pt;
263
+ font-size: 14.0pt;
264
+ mso-bidi-font-size: 11.0pt;
265
+ font-family: {{headerfont}};
266
+ mso-fareast-font-family: {{headerfont}};
267
+ mso-bidi-font-family: {{headerfont}};
268
+ mso-ansi-language: EN-GB;
269
+ font-weight: bold;
270
+ page-break-before: always;
271
+ mso-bidi-font-weight: normal; }
272
+
273
+ p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
274
+ mso-style-noshow: yes;
275
+ mso-style-unhide: no;
276
+ mso-style-parent: "Foreword Title";
277
+ margin-top: 0cm;
278
+ margin-right: 0cm;
279
+ margin-bottom: 15.5pt;
280
+ margin-left: 0cm;
281
+ text-align: center;
282
+ line-height: 15.5pt;
283
+ mso-pagination: widow-orphan;
284
+ page-break-after: avoid;
285
+ mso-hyphenate: none;
286
+ tab-stops: 20.15pt;
287
+ font-size: 14.0pt;
288
+ mso-bidi-font-size: 11.0pt;
289
+ font-family: {{headerfont}};
290
+ mso-fareast-font-family: {{headerfont}};
291
+ mso-bidi-font-family: {{headerfont}};
292
+ mso-ansi-language: EN-GB;
293
+ font-weight: bold;
294
+ mso-bidi-font-weight: normal; }
295
+
296
+ p.Terms, li.Terms, div.Terms {
297
+ mso-style-name: "Term\(s\)";
298
+ mso-style-priority: 8;
299
+ mso-style-unhide: no;
300
+ mso-style-next: Definition;
301
+ margin: 0cm;
302
+ margin-bottom: .0001pt;
303
+ line-height: 12.0pt;
304
+ mso-pagination: widow-orphan;
305
+ page-break-after: avoid;
306
+ mso-hyphenate: none;
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
+
316
+ p.AltTerms, li.AltTerms, div.AltTerms {
317
+ mso-style-name: "AltTerm\(s\)";
318
+ mso-style-priority: 8;
319
+ mso-style-unhide: no;
320
+ mso-style-next: Definition;
321
+ margin: 0cm;
322
+ margin-bottom: .0001pt;
323
+ line-height: 12.0pt;
324
+ mso-pagination: widow-orphan;
325
+ page-break-after: avoid;
326
+ mso-hyphenate: none;
327
+ tab-stops: 20.15pt;
328
+ font-size: 11.0pt;
329
+ font-family: {{bodyfont}};
330
+ mso-fareast-font-family: {{bodyfont}};
331
+ mso-bidi-font-family: {{bodyfont}};
332
+ mso-ansi-language: EN-GB;
333
+ mso-bidi-font-weight: normal; }
334
+
335
+ p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms {
336
+ mso-style-name: "DeprecatedTerm\(s\)";
337
+ mso-style-priority: 8;
338
+ mso-style-unhide: no;
339
+ mso-style-next: Definition;
340
+ margin: 0cm;
341
+ margin-bottom: .0001pt;
342
+ line-height: 12.0pt;
343
+ mso-pagination: widow-orphan;
344
+ page-break-after: avoid;
345
+ mso-hyphenate: none;
346
+ tab-stops: 20.15pt;
347
+ font-size: 11.0pt;
348
+ font-family: {{bodyfont}};
349
+ mso-fareast-font-family: {{bodyfont}};
350
+ mso-bidi-font-family: {{bodyfont}};
351
+ mso-ansi-language: EN-GB;
352
+ mso-bidi-font-weight: normal; }
353
+
354
+ p.TermNum, li.TermNum, div.TermNum {
355
+ mso-style-name: TermNum;
356
+ mso-style-priority: 7;
357
+ mso-style-unhide: no;
358
+ mso-style-next: "Term\(s\)";
359
+ margin: 0cm;
360
+ margin-bottom: .0001pt;
361
+ line-height: 12.0pt;
362
+ mso-pagination: widow-orphan;
363
+ page-break-after: avoid;
364
+ tab-stops: 20.15pt;
365
+ font-size: 11.0pt;
366
+ font-family: {{headerfont}};
367
+ mso-fareast-font-family: {{headerfont}};
368
+ mso-bidi-font-family: {{headerfont}};
369
+ mso-ansi-language: EN-GB;
370
+ font-weight: bold;
371
+ mso-bidi-font-weight: normal; }
372
+
373
+ p.zzContents, li.zzContents, div.zzContents {
374
+ mso-style-name: zzContents;
375
+ mso-style-noshow: yes;
376
+ mso-style-unhide: no;
377
+ mso-style-next: "TOC 1";
378
+ margin-top: 48.0pt;
379
+ margin-right: 0cm;
380
+ margin-bottom: 15.5pt;
381
+ margin-left: 0cm;
382
+ line-height: 15.5pt;
383
+ mso-line-height-rule: exactly;
384
+ page-break-before: always;
385
+ mso-pagination: widow-orphan;
386
+ page-break-after: avoid;
387
+ mso-hyphenate: none;
388
+ tab-stops: 20.15pt;
389
+ font-size: 14.0pt;
390
+ mso-bidi-font-size: 11.0pt;
391
+ font-family: {{headerfont}};
392
+ mso-fareast-font-family: {{headerfont}};
393
+ mso-bidi-font-family: {{headerfont}};
394
+ mso-ansi-language: EN-GB;
395
+ font-weight: bold;
396
+ mso-bidi-font-weight: normal; }
397
+
398
+ p.zzCopyright, li.zzCopyright {
399
+ mso-style-name: zzCopyright;
400
+ mso-style-noshow: yes;
401
+ mso-style-unhide: no;
402
+ mso-style-next: Normal;
403
+ margin-top: 0cm;
404
+ margin-right: 14.2pt;
405
+ margin-bottom: 12.0pt;
406
+ margin-left: 14.2pt;
407
+ text-align: justify;
408
+ line-height: 12.0pt;
409
+ mso-pagination: widow-orphan;
410
+ tab-stops: 20.15pt 25.7pt 481.15pt;
411
+ padding: 0cm;
412
+ mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt;
413
+ font-size: 10.5pt;
414
+ font-family: {{bodyfont}};
415
+ mso-fareast-font-family: {{bodyfont}};
416
+ mso-bidi-font-family: {{bodyfont}};
417
+ mso-ansi-language: EN-GB; }
418
+
419
+ div.zzCopyright {
420
+ mso-element: para-border-div;
421
+ border: solid windowtext 1.0pt;
422
+ mso-border-top-alt: solid windowtext .5pt;
423
+ mso-border-left-alt: solid windowtext .5pt;
424
+ mso-border-right-alt: solid windowtext .5pt;
425
+ mso-border-bottom-alt: solid windowtext .5pt;
426
+ padding: 1.0pt 4.0pt 0cm 4.0pt;
427
+ margin-left: 5.1pt;
428
+ margin-right: 5.1pt; }
429
+
430
+ p.zzCopyright_address {
431
+ margin-top: 0cm;
432
+ margin-right: 14.2pt;
433
+ margin-bottom: 0.0pt;
434
+ margin-left: 14.2pt;
435
+ mso-layout-grid-align: none;
436
+ text-autospace: none;
437
+ padding-left: 20pt;
438
+ mso-padding-alt-left: 20pt;
439
+ font-size: 10.0pt;
440
+ text-align: left;
441
+ mso-bidi-font-size: 11.0pt; }
442
+
443
+ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle {
444
+ mso-style-name: zzSTDTitle;
445
+ mso-style-noshow: yes;
446
+ mso-style-unhide: no;
447
+ mso-style-next: Normal;
448
+ margin-top: 20.0pt;
449
+ margin-right: 0cm;
450
+ margin-bottom: 38.0pt;
451
+ margin-left: 0cm;
452
+ line-height: 17.5pt;
453
+ mso-line-height-rule: exactly;
454
+ mso-pagination: widow-orphan;
455
+ mso-hyphenate: none;
456
+ tab-stops: 20.15pt;
457
+ font-size: 16.0pt;
458
+ mso-bidi-font-size: 11.0pt;
459
+ font-family: {{headerfont}};
460
+ mso-fareast-font-family: {{headerfont}};
461
+ mso-bidi-font-family: {{headerfont}};
462
+ mso-ansi-language: EN-GB;
463
+ font-weight: bold;
464
+ mso-bidi-font-weight: normal; }
465
+
466
+ p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 {
467
+ mso-style-name: zzSTDTitle;
468
+ mso-style-noshow: yes;
469
+ mso-style-unhide: no;
470
+ mso-style-next: Normal;
471
+ margin-top: 0pt;
472
+ margin-right: 0cm;
473
+ margin-bottom: 18.0pt;
474
+ margin-left: 0cm;
475
+ line-height: 17.5pt;
476
+ mso-line-height-rule: exactly;
477
+ mso-pagination: widow-orphan;
478
+ mso-hyphenate: none;
479
+ tab-stops: 20.15pt;
480
+ font-size: 16.0pt;
481
+ mso-bidi-font-size: 11.0pt;
482
+ font-family: {{headerfont}};
483
+ mso-fareast-font-family: {{headerfont}};
484
+ mso-bidi-font-family: {{headerfont}};
485
+ mso-ansi-language: EN-GB;
486
+ font-weight: bold;
487
+ mso-bidi-font-weight: normal; }
488
+
489
+ p.Quote, li.Quote, div.Quote {
490
+ mso-style-priority: 99;
491
+ margin-top: 0cm;
492
+ margin-right: 36.0pt;
493
+ margin-bottom: 0cm;
494
+ margin-left: 36.0pt;
495
+ text-align: justify;
496
+ line-height: 12.0pt;
497
+ mso-pagination: widow-orphan;
498
+ tab-stops: 20.15pt;
499
+ font-size: 10.5pt;
500
+ font-family: {{bodyfont}};
501
+ mso-fareast-font-family: {{bodyfont}};
502
+ mso-bidi-font-family: {{bodyfont}};
503
+ mso-ansi-language: EN-GB; }
504
+
505
+ p.QuoteAttribution {
506
+ text-align: right;
507
+ mso-style-priority: 99;
508
+ margin-top: 0cm;
509
+ margin-right: 36.0pt;
510
+ margin-bottom: 0cm;
511
+ margin-left: 36.0pt;
512
+ line-height: 12.0pt;
513
+ mso-pagination: widow-orphan;
514
+ tab-stops: 20.15pt;
515
+ font-size: 10.5pt;
516
+ font-family: {{bodyfont}};
517
+ mso-fareast-font-family: {{bodyfont}};
518
+ mso-bidi-font-family: {{bodyfont}};
519
+ mso-ansi-language: EN-GB; }
520
+
521
+ p.Admonition, li.Admonition, div.Admonition {
522
+ mso-style-priority: 99;
523
+ margin-top: 0cm;
524
+ margin-right: 57.6pt;
525
+ margin-bottom: 0cm;
526
+ margin-left: 57.6pt;
527
+ margin-bottom: .0001pt;
528
+ mso-pagination: widow-orphan;
529
+ border: none;
530
+ mso-border-alt: solid #4472C4 .25pt;
531
+ mso-border-themecolor: accent1;
532
+ padding: 0cm;
533
+ mso-padding-alt: 10.0pt 10.0pt 10.0pt 10.0pt;
534
+ font-size: 12.0pt;
535
+ font-family: {{bodyfont}};
536
+ mso-ascii-font-family: {{bodyfont}};
537
+ mso-ascii-theme-font: minor-latin;
538
+ mso-fareast-font-family: {{bodyfont}};
539
+ mso-fareast-theme-font: minor-fareast;
540
+ mso-hansi-font-family: {{bodyfont}};
541
+ mso-hansi-theme-font: minor-latin;
542
+ mso-bidi-font-family: {{bodyfont}};
543
+ mso-bidi-theme-font: minor-bidi;
544
+ color: #4472C4;
545
+ mso-themecolor: accent1;
546
+ mso-ansi-language: EN-AU;
547
+ font-style: italic; }
548
+
549
+ p.Code, li.Code, div.Code {
550
+ mso-style-name: Code;
551
+ mso-style-priority: 16;
552
+ mso-style-unhide: no;
553
+ mso-style-qformat: yes;
554
+ margin: 0cm;
555
+ margin-bottom: .0001pt;
556
+ line-height: 10.0pt;
557
+ mso-pagination: widow-orphan;
558
+ tab-stops: 20.15pt;
559
+ font-size: 9.0pt;
560
+ mso-bidi-font-size: 11.0pt;
561
+ font-family: {{monospacefont}};
562
+ mso-fareast-font-family: Calibri;
563
+ mso-bidi-font-family: "Source Sans Pro";
564
+ mso-ansi-language: EN-GB; }
565
+
566
+ p.Formula, li.Formula, div.Formula {
567
+ mso-style-name: Formula;
568
+ mso-style-noshow: yes;
569
+ mso-style-unhide: no;
570
+ margin-top: 0cm;
571
+ margin-right: 0cm;
572
+ margin-bottom: 11.0pt;
573
+ margin-left: 20.15pt;
574
+ line-height: 12.0pt;
575
+ mso-pagination: widow-orphan;
576
+ tab-stops: right 487.45pt;
577
+ font-size: 10.5pt;
578
+ font-family: {{bodyfont}};
579
+ mso-fareast-font-family: {{bodyfont}};
580
+ mso-bidi-font-family: {{bodyfont}};
581
+ mso-ansi-language: EN-GB; }
582
+
583
+ @page {
584
+ mso-facing-pages: yes; }
585
+
586
+ @page WordSection1 {
587
+ size: 595.3pt 841.9pt;
588
+ margin: 39.7pt 53.85pt 1.0cm 53.85pt;
589
+ mso-header-margin: 35.45pt;
590
+ mso-footer-margin: 14.2pt;
591
+ mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh1;
592
+ mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h1;
593
+ mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef1;
594
+ mso-paper-source: 0; }
595
+
596
+ div.WordSection1 {
597
+ page: WordSection1; }
598
+
599
+ @page WordSection2 {
600
+ size: 595.3pt 841.9pt;
601
+ margin: 39.7pt 53.85pt 1.0cm 53.85pt;
602
+ mso-header-margin: 35.45pt;
603
+ mso-footer-margin: 14.2pt;
604
+ mso-page-numbers: roman-lower;
605
+ mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
606
+ mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
607
+ mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2;
608
+ mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2;
609
+ mso-paper-source: 0; }
610
+
611
+ @page WordSection2L {
612
+ size: 841.9pt 595.3pt;
613
+ margin: 39.7pt 53.85pt 1.0cm 53.85pt;
614
+ mso-header-margin: 35.45pt;
615
+ mso-footer-margin: 14.2pt;
616
+ mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2l;
617
+ mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2l;
618
+ mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2l;
619
+ mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2l;
620
+ mso-paper-source: 0; }
621
+
622
+ @page WordSection2P {
623
+ size: 595.3pt 841.9pt;
624
+ margin: 39.7pt 53.85pt 1.0cm 53.85pt;
625
+ mso-header-margin: 35.45pt;
626
+ mso-footer-margin: 14.2pt;
627
+ mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
628
+ mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
629
+ mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2;
630
+ mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f2;
631
+ mso-paper-source: 0; }
632
+
633
+ div.WordSection2 {
634
+ page: WordSection2; }
635
+
636
+ @page WordSection3 {
637
+ size: 595.3pt 841.9pt;
638
+ margin: 39.7pt 53.85pt 1.0cm 53.85pt;
639
+ mso-header-margin: 35.45pt;
640
+ mso-footer-margin: 14.2pt;
641
+ mso-page-numbers: 1;
642
+ mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
643
+ mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
644
+ mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
645
+ mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
646
+ mso-paper-source: 0; }
647
+
648
+ @page WordSection3L {
649
+ size: 841.9pt 595.3pt;
650
+ margin: 39.7pt 53.85pt 1.0cm 53.85pt;
651
+ mso-header-margin: 35.45pt;
652
+ mso-footer-margin: 14.2pt;
653
+ mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2l;
654
+ mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2l;
655
+ mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3l;
656
+ mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3l;
657
+ mso-paper-source: 0; }
658
+
659
+ @page WordSection3P {
660
+ size: 595.3pt 841.9pt;
661
+ margin: 39.7pt 53.85pt 1.0cm 53.85pt;
662
+ mso-header-margin: 35.45pt;
663
+ mso-footer-margin: 14.2pt;
664
+ mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
665
+ mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
666
+ mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
667
+ mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
668
+ mso-paper-source: 0; }
669
+
670
+ div.WordSection3 {
671
+ page: WordSection3; }
672
+
673
+ table.MsoISOTable {
674
+ mso-style-name: "Table ISO";
675
+ mso-tstyle-rowband-size: 0;
676
+ mso-tstyle-colband-size: 0;
677
+ mso-style-noshow: yes;
678
+ mso-style-priority: 99;
679
+ mso-style-parent: "";
680
+ mso-padding-alt: 0cm 2.85pt 0cm 2.85pt;
681
+ mso-para-margin: 0cm;
682
+ mso-para-margin-bottom: .0001pt;
683
+ mso-pagination: widow-orphan;
684
+ border-collapse: collapse;
685
+ mso-table-layout-alt: fixed;
686
+ border: solid windowtext 2pt;
687
+ mso-border-alt: solid windowtext 2pt;
688
+ mso-yfti-tbllook: 480;
689
+ mso-border-insideh: .75pt solid windowtext;
690
+ mso-border-insidev: .75pt solid windowtext;
691
+ font-size: 10.0pt;
692
+ font-family: {{bodyfont}}; }
693
+
694
+ table.MsoISOTable th {
695
+ border: solid windowtext 1pt;
696
+ mso-border-alt: solid windowtext 1pt;
697
+ padding: 0cm 2.85pt 0cm 2.85pt; }
698
+
699
+ table.MsoISOTable td {
700
+ border: solid windowtext 1pt;
701
+ mso-border-alt: solid windowtext 1pt;
702
+ padding: 0cm 2.85pt 0cm 2.85pt; }
703
+
704
+ table.MsoISOTable p {
705
+ font-size: 10.0pt; }
706
+
707
+ table.MsoTableGrid {
708
+ mso-style-name: "Table Grid";
709
+ mso-tstyle-rowband-size: 0;
710
+ mso-tstyle-colband-size: 0;
711
+ mso-style-priority: 39;
712
+ mso-style-unhide: no;
713
+ border: solid windowtext 1.0pt;
714
+ mso-border-alt: solid windowtext .5pt;
715
+ mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
716
+ mso-border-insideh: .5pt solid windowtext;
717
+ mso-border-insidev: .5pt solid windowtext;
718
+ mso-para-margin: 0cm;
719
+ mso-para-margin-bottom: .0001pt;
720
+ mso-pagination: widow-orphan;
721
+ font-size: 10.0pt;
722
+ font-family: {{bodyfont}}; }
723
+
724
+ div.formula {
725
+ tab-stops: right 487.45pt; }
726
+
727
+ body {
728
+ tab-interval: 36.0pt; }
729
+
730
+ .coverpage_docnumber {
731
+ text-align: center;
732
+ font-size: 14.0pt;
733
+ font-weight: bold; }
734
+
735
+ .coverpage_techcommittee {
736
+ text-align: center;
737
+ font-size: 12.0pt; }
738
+
739
+ .coverpage_docstage {
740
+ text-align: center;
741
+ font-size: 30.0pt;
742
+ color: #485094; }
743
+
744
+ div.coverpage_warning {
745
+ mso-element: para-border-div;
746
+ border: solid windowtext 1.0pt #485094;
747
+ mso-border-alt: solid windowtext .5pt;
748
+ padding: 1.0pt 4.0pt 1.0pt 4.0pt #485094;
749
+ font-size: 10.0pt;
750
+ margin-left: 4.25pt;
751
+ margin-right: 4.25pt; }
752
+
753
+ .coverpage_warning {
754
+ color: #485094;
755
+ font-size: 10.0pt; }
756
+
757
+ a.TableFootnoteRef, span.TableFootnoteRef {
758
+ mso-style-priority: 99;
759
+ mso-style-parent: "Footnote Reference";
760
+ vertical-align: super; }
761
+
762
+ aside {
763
+ font-size: 10.0pt; }
764
+
765
+ .example-title {
766
+ font-weight: bold;
767
+ margin-left: -36.0pt; }
768
+
769
+ p.example, li.example, td.example {
770
+ margin-right: 0pt;
771
+ margin-left: 0pt; }
772
+
773
+ div.example {
774
+ margin-top: 0cm;
775
+ margin-bottom: 0cm;
776
+ margin-right: 36.0pt;
777
+ margin-left: 36.0pt; }
778
+
779
+ p.example, li.example, div.example, td.example {
780
+ mso-pagination: none;
781
+ font-size: 10.0pt;
782
+ font-family: {{bodyfont}}; }
783
+
784
+ td.example p.MsoListParagraph {
785
+ font-size: 10.0pt; }
786
+
787
+ div.example p.MsoListParagraph {
788
+ font-size: 10.0pt; }
789
+
790
+ div.Note p.MsoListParagraph {
791
+ font-size: 10.0pt; }
792
+
793
+ span.note_label, span.example_label, td.example_label, td.note_label {
794
+ font-size: 10.0pt;
795
+ font-family: {{bodyfont}}; }
796
+
797
+ table.dl {
798
+ margin-top: 0cm;
799
+ margin-right: 0cm;
800
+ margin-bottom: 11.0pt;
801
+ margin-left: 20.15pt; }