metanorma-ieee 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/html2doc/ieee_wp/lists.rb +22 -0
- data/lib/html2doc/ieee_wp.rb +6 -0
- data/lib/isodoc/ieee/base_convert.rb +5 -0
- data/lib/isodoc/ieee/html/header_wp.html +348 -0
- data/lib/isodoc/ieee/html/ieee_wp.css +3316 -0
- data/lib/isodoc/ieee/html/ieee_wp.scss +3174 -0
- data/lib/isodoc/ieee/html/word_ieee_colophon_wp.html +129 -0
- data/lib/isodoc/ieee/html/word_ieee_intro_wp.html +142 -0
- data/lib/isodoc/ieee/html/word_ieee_titlepage_wp.html +333 -0
- data/lib/isodoc/ieee/html/wordstyle_wp.css +5795 -0
- data/lib/isodoc/ieee/html/wordstyle_wp.scss +5357 -0
- data/lib/isodoc/ieee/html/wp_image001.emz +0 -0
- data/lib/isodoc/ieee/html/wp_image003.emz +0 -0
- data/lib/isodoc/ieee/html/wp_image008.emz +0 -0
- data/lib/isodoc/ieee/i18n-en.yaml +1 -0
- data/lib/isodoc/ieee/metadata.rb +15 -5
- data/lib/isodoc/ieee/presentation_xml_convert.rb +44 -5
- data/lib/isodoc/ieee/word_authority.rb +14 -13
- data/lib/isodoc/ieee/word_cleanup.rb +43 -20
- data/lib/isodoc/ieee/word_cleanup_blocks.rb +23 -17
- data/lib/isodoc/ieee/word_convert.rb +26 -5
- data/lib/isodoc/ieee/word_wp_cleanup.rb +220 -0
- data/lib/isodoc/ieee/word_wp_convert.rb +115 -0
- data/lib/isodoc/ieee/xref.rb +24 -2
- data/lib/metanorma/ieee/basicdoc.rng +18 -2
- data/lib/metanorma/ieee/biblio.rng +1 -1
- data/lib/metanorma/ieee/boilerplate_wp.adoc +95 -0
- data/lib/metanorma/ieee/cleanup.rb +10 -6
- data/lib/metanorma/ieee/cleanup_ref.rb +8 -0
- data/lib/metanorma/ieee/converter.rb +5 -2
- data/lib/metanorma/ieee/front.rb +13 -12
- data/lib/metanorma/ieee/isodoc.rng +18 -1
- data/lib/metanorma/ieee/validate.rb +5 -5
- data/lib/metanorma/ieee/version.rb +1 -1
- data/lib/metanorma-ieee.rb +1 -0
- data/lib/relaton/render/config.yml +6 -6
- metadata +18 -2
@@ -0,0 +1,3316 @@
|
|
1
|
+
p.Titleofdocument, li.Titleofdocument, div.Titleofdocument {
|
2
|
+
mso-style-name: "Title of document";
|
3
|
+
mso-style-unhide: no;
|
4
|
+
mso-style-parent: "Heading 1";
|
5
|
+
margin-top: 18.0pt;
|
6
|
+
margin-right: 49.7pt;
|
7
|
+
margin-bottom: 6.0pt;
|
8
|
+
margin-left: 5.05pt;
|
9
|
+
mso-pagination: widow-orphan;
|
10
|
+
/*mso-outline-level:1;*/
|
11
|
+
/* Removed by Metanorma */
|
12
|
+
font-size: 20.0pt;
|
13
|
+
mso-bidi-font-size: 25.0pt;
|
14
|
+
font-family: {{headerfont}};
|
15
|
+
mso-fareast-font-family: Montserrat-ExtraBold;
|
16
|
+
mso-bidi-font-family: Montserrat-ExtraBold;
|
17
|
+
color: #231F20;
|
18
|
+
text-transform: uppercase;
|
19
|
+
mso-ansi-language: EN-US;
|
20
|
+
mso-fareast-language: EN-US;
|
21
|
+
font-weight: bold;
|
22
|
+
mso-no-proof: yes; }
|
23
|
+
|
24
|
+
p.IEEEStdsSponsorbodytext, li.IEEEStdsSponsorbodytext, div.IEEEStdsSponsorbodytext {
|
25
|
+
mso-style-name: "IEEEStds Sponsor \(body text\)";
|
26
|
+
mso-style-unhide: no;
|
27
|
+
mso-style-parent: "";
|
28
|
+
mso-style-next: "IEEEStds Paragraph";
|
29
|
+
margin-top: 6.0pt;
|
30
|
+
margin-right: 0cm;
|
31
|
+
margin-bottom: 18.0pt;
|
32
|
+
margin-left: 0cm;
|
33
|
+
line-height: 200%;
|
34
|
+
mso-pagination: widow-orphan;
|
35
|
+
font-size: {{smallerfontsize}};
|
36
|
+
font-family: {{bodyfont}};
|
37
|
+
mso-fareast-font-family: "Times New Roman";
|
38
|
+
mso-ansi-language: EN-US;
|
39
|
+
mso-fareast-language: JA;
|
40
|
+
mso-no-proof: yes; }
|
41
|
+
|
42
|
+
p.IEEEStdsTitleDraftCRBody, li.IEEEStdsTitleDraftCRBody, div.IEEEStdsTitleDraftCRBody {
|
43
|
+
mso-style-name: "IEEEStds TitleDraftCRBody";
|
44
|
+
mso-style-unhide: no;
|
45
|
+
mso-style-parent: "";
|
46
|
+
margin-top: 6.0pt;
|
47
|
+
margin-right: 0cm;
|
48
|
+
margin-bottom: 6.0pt;
|
49
|
+
margin-left: 0cm;
|
50
|
+
text-align: justify;
|
51
|
+
mso-pagination: widow-orphan;
|
52
|
+
font-size: {{smallerfontsize}};
|
53
|
+
font-family: {{bodyfont}};
|
54
|
+
mso-fareast-font-family: "Times New Roman";
|
55
|
+
mso-ansi-language: EN-US;
|
56
|
+
mso-fareast-language: JA;
|
57
|
+
mso-no-proof: yes; }
|
58
|
+
|
59
|
+
p.IEEEStdsKeywords, li.IEEEStdsKeywords, div.IEEEStdsKeywords {
|
60
|
+
mso-style-name: "IEEEStds Keywords";
|
61
|
+
mso-style-unhide: no;
|
62
|
+
mso-style-parent: "IEEEStds Sans-Serif";
|
63
|
+
mso-style-next: "IEEEStds Paragraph";
|
64
|
+
margin: 0cm;
|
65
|
+
text-align: justify;
|
66
|
+
mso-pagination: widow-orphan;
|
67
|
+
font-size: {{smallerfontsize}};
|
68
|
+
font-family: {{headerfont}};
|
69
|
+
mso-fareast-font-family: "Times New Roman";
|
70
|
+
mso-bidi-font-family: "Times New Roman";
|
71
|
+
mso-ansi-language: EN-US;
|
72
|
+
mso-fareast-language: JA; }
|
73
|
+
|
74
|
+
p.IEEEStdsTableData-Center, li.IEEEStdsTableData-Center, div.IEEEStdsTableData-Center {
|
75
|
+
mso-style-name: "IEEEStds Table Data - Center";
|
76
|
+
mso-style-unhide: no;
|
77
|
+
mso-style-parent: "IEEEStds Paragraph";
|
78
|
+
margin: 0cm;
|
79
|
+
text-align: center;
|
80
|
+
mso-pagination: widow-orphan lines-together;
|
81
|
+
page-break-after: avoid;
|
82
|
+
font-size: 9.0pt;
|
83
|
+
mso-bidi-font-size: 10.0pt;
|
84
|
+
font-family: {{bodyfont}};
|
85
|
+
mso-fareast-font-family: "Times New Roman";
|
86
|
+
mso-ansi-language: EN-US;
|
87
|
+
mso-fareast-language: JA; }
|
88
|
+
|
89
|
+
p.Unnumberedheading, li.Unnumberedheading, div.Unnumberedheading {
|
90
|
+
mso-style-name: "Unnumbered heading";
|
91
|
+
mso-style-unhide: no;
|
92
|
+
mso-style-parent: "Heading 3 unnumbered";
|
93
|
+
margin-top: 4.6pt;
|
94
|
+
margin-right: 7.2pt;
|
95
|
+
margin-bottom: 6.0pt;
|
96
|
+
margin-left: 0cm;
|
97
|
+
line-height: 95%;
|
98
|
+
mso-pagination: widow-orphan;
|
99
|
+
mso-outline-level: 3;
|
100
|
+
font-size: 13.0pt;
|
101
|
+
font-family: {{headerfont}};
|
102
|
+
mso-fareast-font-family: Montserrat-ExtraBold;
|
103
|
+
mso-bidi-font-family: Montserrat-ExtraBold;
|
104
|
+
color: #231F20;
|
105
|
+
text-transform: uppercase;
|
106
|
+
mso-ansi-language: EN-US;
|
107
|
+
mso-fareast-language: EN-US;
|
108
|
+
font-weight: bold; }
|
109
|
+
|
110
|
+
p.IEEESectionHeader, li.IEEESectionHeader, div.IEEESectionHeader {
|
111
|
+
mso-style-name: "IEEE Section Header";
|
112
|
+
mso-style-unhide: no;
|
113
|
+
mso-style-qformat: yes;
|
114
|
+
mso-style-parent: "Heading 1";
|
115
|
+
mso-style-next: "Heading 1";
|
116
|
+
margin-top: 3.0pt;
|
117
|
+
margin-right: 57.6pt;
|
118
|
+
margin-bottom: 0cm;
|
119
|
+
margin-left: 25.2pt;
|
120
|
+
text-indent: -25.2pt;
|
121
|
+
line-height: 20.0pt;
|
122
|
+
mso-line-height-rule: exactly;
|
123
|
+
mso-pagination: widow-orphan;
|
124
|
+
mso-outline-level: 1;
|
125
|
+
mso-list: l22 level1 lfo33;
|
126
|
+
tab-stops: 26.65pt;
|
127
|
+
font-size: 20.0pt;
|
128
|
+
mso-bidi-font-size: 25.0pt;
|
129
|
+
font-family: {{headerfont}};
|
130
|
+
mso-fareast-font-family: Montserrat-ExtraBold;
|
131
|
+
mso-bidi-font-family: Montserrat-ExtraBold;
|
132
|
+
color: #231F20;
|
133
|
+
text-transform: uppercase;
|
134
|
+
background: white;
|
135
|
+
mso-ansi-language: EN-US;
|
136
|
+
mso-fareast-language: EN-US;
|
137
|
+
font-weight: bold;
|
138
|
+
mso-no-proof: yes; }
|
139
|
+
|
140
|
+
p.IEEEStdsLevel4Header, li.IEEEStdsLevel4Header, div.IEEEStdsLevel4Header {
|
141
|
+
mso-style-name: "IEEEStds Level 4 Header";
|
142
|
+
mso-style-unhide: no;
|
143
|
+
mso-style-parent: "IEEEStds Level 3 Header";
|
144
|
+
mso-style-link: "IEEEStds Level 4 Header Char";
|
145
|
+
mso-style-next: "IEEEStds Paragraph";
|
146
|
+
margin-top: 12.0pt;
|
147
|
+
margin-right: 0cm;
|
148
|
+
margin-bottom: 12.0pt;
|
149
|
+
margin-left: 0cm;
|
150
|
+
text-indent: 0cm;
|
151
|
+
mso-pagination: widow-orphan lines-together;
|
152
|
+
page-break-after: avoid;
|
153
|
+
mso-outline-level: 4;
|
154
|
+
mso-list: l20 level4 lfo29;
|
155
|
+
mso-hyphenate: none;
|
156
|
+
font-size: {{smallerfontsize}};
|
157
|
+
font-family: {{headerfont}};
|
158
|
+
mso-fareast-font-family: "Times New Roman";
|
159
|
+
mso-bidi-font-family: "Times New Roman";
|
160
|
+
mso-ansi-language: EN-US;
|
161
|
+
mso-fareast-language: JA;
|
162
|
+
font-weight: bold;
|
163
|
+
mso-bidi-font-weight: normal; }
|
164
|
+
|
165
|
+
p.IEEEStdsLevel3Header, li.IEEEStdsLevel3Header, div.IEEEStdsLevel3Header {
|
166
|
+
mso-style-name: "IEEEStds Level 3 Header";
|
167
|
+
mso-style-unhide: no;
|
168
|
+
mso-style-parent: "IEEEStds Level 2 Header";
|
169
|
+
mso-style-link: "IEEEStds Level 3 Header Char";
|
170
|
+
mso-style-next: "IEEEStds Paragraph";
|
171
|
+
margin-top: 12.0pt;
|
172
|
+
margin-right: 0cm;
|
173
|
+
margin-bottom: 12.0pt;
|
174
|
+
margin-left: 0cm;
|
175
|
+
text-indent: 0cm;
|
176
|
+
mso-pagination: widow-orphan lines-together;
|
177
|
+
page-break-after: avoid;
|
178
|
+
mso-outline-level: 3;
|
179
|
+
mso-list: l20 level3 lfo29;
|
180
|
+
mso-hyphenate: none;
|
181
|
+
font-size: {{smallerfontsize}};
|
182
|
+
font-family: {{headerfont}};
|
183
|
+
mso-fareast-font-family: "Times New Roman";
|
184
|
+
mso-bidi-font-family: "Times New Roman";
|
185
|
+
mso-ansi-language: EN-US;
|
186
|
+
mso-fareast-language: JA;
|
187
|
+
font-weight: bold;
|
188
|
+
mso-bidi-font-weight: normal; }
|
189
|
+
|
190
|
+
p.IEEEStdsLevel2Header, li.IEEEStdsLevel2Header, div.IEEEStdsLevel2Header {
|
191
|
+
mso-style-name: "IEEEStds Level 2 Header";
|
192
|
+
mso-style-unhide: no;
|
193
|
+
mso-style-parent: "IEEEStds Level 1 Header";
|
194
|
+
mso-style-link: "IEEEStds Level 2 Header Char";
|
195
|
+
mso-style-next: "IEEEStds Paragraph";
|
196
|
+
margin-top: 18.0pt;
|
197
|
+
margin-right: 0cm;
|
198
|
+
margin-bottom: 12.0pt;
|
199
|
+
margin-left: 0cm;
|
200
|
+
text-indent: 0cm;
|
201
|
+
mso-pagination: widow-orphan lines-together;
|
202
|
+
page-break-after: avoid;
|
203
|
+
mso-outline-level: 2;
|
204
|
+
mso-list: l20 level2 lfo29;
|
205
|
+
mso-hyphenate: none;
|
206
|
+
font-size: 11.0pt;
|
207
|
+
mso-bidi-font-size: 10.0pt;
|
208
|
+
font-family: {{headerfont}};
|
209
|
+
mso-fareast-font-family: "Times New Roman";
|
210
|
+
mso-bidi-font-family: "Times New Roman";
|
211
|
+
mso-ansi-language: EN-US;
|
212
|
+
mso-fareast-language: JA;
|
213
|
+
font-weight: bold;
|
214
|
+
mso-bidi-font-weight: normal; }
|
215
|
+
|
216
|
+
span.IEEEStdsLevel2HeaderChar {
|
217
|
+
mso-style-name: "IEEEStds Level 2 Header Char";
|
218
|
+
mso-style-unhide: no;
|
219
|
+
mso-style-locked: yes;
|
220
|
+
mso-style-parent: "";
|
221
|
+
mso-style-link: "IEEEStds Level 2 Header";
|
222
|
+
mso-ansi-font-size: 11.0pt;
|
223
|
+
font-family: {{headerfont}};
|
224
|
+
mso-ascii-font-family: Arial;
|
225
|
+
mso-hansi-font-family: Arial;
|
226
|
+
mso-ansi-language: EN-US;
|
227
|
+
mso-fareast-language: JA;
|
228
|
+
mso-bidi-language: AR-SA;
|
229
|
+
font-weight: bold;
|
230
|
+
mso-bidi-font-weight: normal; }
|
231
|
+
|
232
|
+
span.IEEEStdsLevel3HeaderChar {
|
233
|
+
mso-style-name: "IEEEStds Level 3 Header Char";
|
234
|
+
mso-style-unhide: no;
|
235
|
+
mso-style-locked: yes;
|
236
|
+
mso-style-parent: "IEEEStds Level 2 Header Char";
|
237
|
+
mso-style-link: "IEEEStds Level 3 Header";
|
238
|
+
mso-ansi-font-size: 11.0pt;
|
239
|
+
font-family: {{headerfont}};
|
240
|
+
mso-ascii-font-family: Arial;
|
241
|
+
mso-hansi-font-family: Arial;
|
242
|
+
mso-ansi-language: EN-US;
|
243
|
+
mso-fareast-language: JA;
|
244
|
+
mso-bidi-language: AR-SA;
|
245
|
+
font-weight: bold;
|
246
|
+
mso-bidi-font-weight: normal; }
|
247
|
+
|
248
|
+
span.IEEEStdsLevel4HeaderChar {
|
249
|
+
mso-style-name: "IEEEStds Level 4 Header Char";
|
250
|
+
mso-style-unhide: no;
|
251
|
+
mso-style-locked: yes;
|
252
|
+
mso-style-parent: "IEEEStds Level 3 Header Char";
|
253
|
+
mso-style-link: "IEEEStds Level 4 Header";
|
254
|
+
mso-ansi-font-size: 11.0pt;
|
255
|
+
font-family: {{headerfont}};
|
256
|
+
mso-ascii-font-family: Arial;
|
257
|
+
mso-hansi-font-family: Arial;
|
258
|
+
mso-ansi-language: EN-US;
|
259
|
+
mso-fareast-language: JA;
|
260
|
+
mso-bidi-language: AR-SA;
|
261
|
+
font-weight: bold;
|
262
|
+
mso-bidi-font-weight: normal; }
|
263
|
+
|
264
|
+
p.IEEEStdsLevel5Header, li.IEEEStdsLevel5Header, div.IEEEStdsLevel5Header {
|
265
|
+
mso-style-name: "IEEEStds Level 5 Header";
|
266
|
+
mso-style-unhide: no;
|
267
|
+
mso-style-parent: "IEEEStds Level 4 Header";
|
268
|
+
mso-style-next: "IEEEStds Paragraph";
|
269
|
+
margin-top: 12.0pt;
|
270
|
+
margin-right: 0cm;
|
271
|
+
margin-bottom: 12.0pt;
|
272
|
+
margin-left: 0cm;
|
273
|
+
text-indent: 0cm;
|
274
|
+
mso-pagination: widow-orphan lines-together;
|
275
|
+
page-break-after: avoid;
|
276
|
+
mso-outline-level: 5;
|
277
|
+
mso-list: l20 level5 lfo29;
|
278
|
+
mso-hyphenate: none;
|
279
|
+
font-size: {{smallerfontsize}};
|
280
|
+
font-family: {{headerfont}};
|
281
|
+
mso-fareast-font-family: "Times New Roman";
|
282
|
+
mso-bidi-font-family: "Times New Roman";
|
283
|
+
mso-ansi-language: EN-US;
|
284
|
+
mso-fareast-language: JA;
|
285
|
+
font-weight: bold;
|
286
|
+
mso-bidi-font-weight: normal; }
|
287
|
+
|
288
|
+
p.IEEEStdsLevel6Header, li.IEEEStdsLevel6Header, div.IEEEStdsLevel6Header {
|
289
|
+
mso-style-name: "IEEEStds Level 6 Header";
|
290
|
+
mso-style-unhide: no;
|
291
|
+
mso-style-parent: "IEEEStds Level 5 Header";
|
292
|
+
mso-style-next: "IEEEStds Paragraph";
|
293
|
+
margin-top: 12.0pt;
|
294
|
+
margin-right: 0cm;
|
295
|
+
margin-bottom: 12.0pt;
|
296
|
+
margin-left: 0cm;
|
297
|
+
text-indent: 0cm;
|
298
|
+
mso-pagination: widow-orphan lines-together;
|
299
|
+
page-break-after: avoid;
|
300
|
+
mso-outline-level: 6;
|
301
|
+
mso-list: l20 level6 lfo29;
|
302
|
+
mso-hyphenate: none;
|
303
|
+
font-size: {{smallerfontsize}};
|
304
|
+
font-family: {{headerfont}};
|
305
|
+
mso-fareast-font-family: "Times New Roman";
|
306
|
+
mso-bidi-font-family: "Times New Roman";
|
307
|
+
mso-ansi-language: EN-US;
|
308
|
+
mso-fareast-language: JA;
|
309
|
+
font-weight: bold;
|
310
|
+
mso-bidi-font-weight: normal; }
|
311
|
+
|
312
|
+
p.TableTitles, li.TableTitles, div.TableTitles {
|
313
|
+
mso-style-name: "Table Titles";
|
314
|
+
mso-style-unhide: no;
|
315
|
+
mso-style-parent: "Heading 4";
|
316
|
+
mso-style-next: "Body Text";
|
317
|
+
margin-top: 4.6pt;
|
318
|
+
margin-right: 49.7pt;
|
319
|
+
margin-bottom: 15.0pt;
|
320
|
+
margin-left: 0cm;
|
321
|
+
text-align: center;
|
322
|
+
text-indent: 0cm;
|
323
|
+
line-height: 95%;
|
324
|
+
mso-pagination: widow-orphan;
|
325
|
+
mso-outline-level: 4;
|
326
|
+
mso-list: l27 level1 lfo27;
|
327
|
+
font-size: {{normalfontsize}};
|
328
|
+
mso-bidi-font-size: 13.0pt;
|
329
|
+
font-family: {{headerfont}};
|
330
|
+
mso-fareast-font-family: Montserrat-ExtraBold;
|
331
|
+
mso-bidi-font-family: Montserrat-ExtraBold;
|
332
|
+
color: black;
|
333
|
+
mso-themecolor: text1;
|
334
|
+
mso-ansi-language: EN-US;
|
335
|
+
mso-fareast-language: EN-US;
|
336
|
+
font-weight: bold; }
|
337
|
+
|
338
|
+
p.IEEEStdsComputerCode, li.IEEEStdsComputerCode, div.IEEEStdsComputerCode {
|
339
|
+
mso-style-name: "IEEEStds Computer Code";
|
340
|
+
mso-style-unhide: no;
|
341
|
+
mso-style-parent: "IEEEStds Paragraph";
|
342
|
+
margin: 0cm;
|
343
|
+
text-align: justify;
|
344
|
+
mso-pagination: widow-orphan;
|
345
|
+
font-size: {{smallerfontsize}};
|
346
|
+
font-family: "Courier New";
|
347
|
+
mso-fareast-font-family: "Times New Roman";
|
348
|
+
mso-bidi-font-family: "Times New Roman";
|
349
|
+
mso-ansi-language: EN-US;
|
350
|
+
mso-fareast-language: JA; }
|
351
|
+
|
352
|
+
p.IEEEStdsSingleNote, li.IEEEStdsSingleNote, div.IEEEStdsSingleNote {
|
353
|
+
mso-style-name: "IEEEStds Single Note";
|
354
|
+
mso-style-unhide: no;
|
355
|
+
mso-style-parent: "IEEEStds Paragraph";
|
356
|
+
mso-style-next: "IEEEStds Paragraph";
|
357
|
+
margin-top: 6.0pt;
|
358
|
+
margin-right: 0cm;
|
359
|
+
margin-bottom: 6.0pt;
|
360
|
+
margin-left: 0cm;
|
361
|
+
text-align: justify;
|
362
|
+
mso-pagination: widow-orphan lines-together;
|
363
|
+
font-size: 9.0pt;
|
364
|
+
mso-bidi-font-size: 10.0pt;
|
365
|
+
font-family: {{bodyfont}};
|
366
|
+
mso-fareast-font-family: "Times New Roman";
|
367
|
+
mso-ansi-language: EN-US;
|
368
|
+
mso-fareast-language: JA; }
|
369
|
+
|
370
|
+
p.IEEEStdsFootnote, li.IEEEStdsFootnote, div.IEEEStdsFootnote {
|
371
|
+
mso-style-name: "IEEEStds Footnote";
|
372
|
+
mso-style-unhide: no;
|
373
|
+
mso-style-parent: "Footnote Text";
|
374
|
+
margin: 0cm;
|
375
|
+
text-align: justify;
|
376
|
+
mso-pagination: widow-orphan;
|
377
|
+
font-size: 8.0pt;
|
378
|
+
mso-bidi-font-size: 10.0pt;
|
379
|
+
font-family: {{bodyfont}};
|
380
|
+
mso-fareast-font-family: "Times New Roman";
|
381
|
+
mso-ansi-language: EN-US;
|
382
|
+
mso-fareast-language: JA; }
|
383
|
+
|
384
|
+
p.IEEEStdsMultipleNotes, li.IEEEStdsMultipleNotes, div.IEEEStdsMultipleNotes {
|
385
|
+
mso-style-name: "IEEEStds Multiple Notes";
|
386
|
+
mso-style-unhide: no;
|
387
|
+
mso-style-parent: "IEEEStds Single Note";
|
388
|
+
margin-top: 6.0pt;
|
389
|
+
margin-right: 0cm;
|
390
|
+
margin-bottom: 6.0pt;
|
391
|
+
margin-left: 0cm;
|
392
|
+
text-align: justify;
|
393
|
+
text-indent: 0cm;
|
394
|
+
mso-pagination: widow-orphan lines-together;
|
395
|
+
mso-list: l17 level1 lfo13;
|
396
|
+
tab-stops: 39.95pt 43.2pt 46.8pt list 54.0pt;
|
397
|
+
font-size: 9.0pt;
|
398
|
+
mso-bidi-font-size: 10.0pt;
|
399
|
+
font-family: {{bodyfont}};
|
400
|
+
mso-fareast-font-family: "Times New Roman";
|
401
|
+
mso-ansi-language: EN-US;
|
402
|
+
mso-fareast-language: JA; }
|
403
|
+
|
404
|
+
p.IEEEStdsNumberedListLevel1, li.IEEEStdsNumberedListLevel1, div.IEEEStdsNumberedListLevel1 {
|
405
|
+
mso-style-name: "IEEEStds Numbered List Level 1";
|
406
|
+
mso-style-unhide: no;
|
407
|
+
mso-style-parent: "";
|
408
|
+
margin-top: 0cm;
|
409
|
+
margin-right: 0cm;
|
410
|
+
margin-bottom: 12.0pt;
|
411
|
+
margin-left: 32.4pt;
|
412
|
+
mso-add-space: auto;
|
413
|
+
text-align: justify;
|
414
|
+
text-indent: -22.3pt;
|
415
|
+
line-height: 18.0pt;
|
416
|
+
mso-line-height-rule: exactly;
|
417
|
+
mso-pagination: widow-orphan;
|
418
|
+
mso-list: l16 level1 lfo11;
|
419
|
+
tab-stops: list 32.0pt;
|
420
|
+
font-size: {{smallerfontsize}};
|
421
|
+
font-family: {{bodyfont}};
|
422
|
+
mso-fareast-font-family: "Times New Roman";
|
423
|
+
mso-ansi-language: EN-US;
|
424
|
+
mso-fareast-language: JA; }
|
425
|
+
|
426
|
+
p.IEEEStdsNumberedListLevel1CxSpFirst, li.IEEEStdsNumberedListLevel1CxSpFirst, div.IEEEStdsNumberedListLevel1CxSpFirst {
|
427
|
+
mso-style-name: "IEEEStds Numbered List Level 1CxSpFirst";
|
428
|
+
mso-style-unhide: no;
|
429
|
+
mso-style-parent: "";
|
430
|
+
mso-style-type: export-only;
|
431
|
+
margin-top: 0cm;
|
432
|
+
margin-right: 0cm;
|
433
|
+
margin-bottom: 0cm;
|
434
|
+
margin-left: 32.4pt;
|
435
|
+
margin-bottom: .0001pt;
|
436
|
+
mso-add-space: auto;
|
437
|
+
text-align: justify;
|
438
|
+
text-indent: -22.3pt;
|
439
|
+
line-height: 18.0pt;
|
440
|
+
mso-line-height-rule: exactly;
|
441
|
+
mso-pagination: widow-orphan;
|
442
|
+
mso-list: l16 level1 lfo11;
|
443
|
+
tab-stops: list 32.0pt;
|
444
|
+
font-size: {{smallerfontsize}};
|
445
|
+
font-family: {{bodyfont}};
|
446
|
+
mso-fareast-font-family: "Times New Roman";
|
447
|
+
mso-ansi-language: EN-US;
|
448
|
+
mso-fareast-language: JA; }
|
449
|
+
|
450
|
+
p.IEEEStdsNumberedListLevel1CxSpMiddle, li.IEEEStdsNumberedListLevel1CxSpMiddle, div.IEEEStdsNumberedListLevel1CxSpMiddle {
|
451
|
+
mso-style-name: "IEEEStds Numbered List Level 1CxSpMiddle";
|
452
|
+
mso-style-unhide: no;
|
453
|
+
mso-style-parent: "";
|
454
|
+
mso-style-type: export-only;
|
455
|
+
margin-top: 0cm;
|
456
|
+
margin-right: 0cm;
|
457
|
+
margin-bottom: 0cm;
|
458
|
+
margin-left: 32.4pt;
|
459
|
+
margin-bottom: .0001pt;
|
460
|
+
mso-add-space: auto;
|
461
|
+
text-align: justify;
|
462
|
+
text-indent: -22.3pt;
|
463
|
+
line-height: 18.0pt;
|
464
|
+
mso-line-height-rule: exactly;
|
465
|
+
mso-pagination: widow-orphan;
|
466
|
+
mso-list: l16 level1 lfo11;
|
467
|
+
tab-stops: list 32.0pt;
|
468
|
+
font-size: {{smallerfontsize}};
|
469
|
+
font-family: {{bodyfont}};
|
470
|
+
mso-fareast-font-family: "Times New Roman";
|
471
|
+
mso-ansi-language: EN-US;
|
472
|
+
mso-fareast-language: JA; }
|
473
|
+
|
474
|
+
p.IEEEStdsNumberedListLevel1CxSpLast, li.IEEEStdsNumberedListLevel1CxSpLast, div.IEEEStdsNumberedListLevel1CxSpLast {
|
475
|
+
mso-style-name: "IEEEStds Numbered List Level 1CxSpLast";
|
476
|
+
mso-style-unhide: no;
|
477
|
+
mso-style-parent: "";
|
478
|
+
mso-style-type: export-only;
|
479
|
+
margin-top: 0cm;
|
480
|
+
margin-right: 0cm;
|
481
|
+
margin-bottom: 12.0pt;
|
482
|
+
margin-left: 32.4pt;
|
483
|
+
mso-add-space: auto;
|
484
|
+
text-align: justify;
|
485
|
+
text-indent: -22.3pt;
|
486
|
+
line-height: 18.0pt;
|
487
|
+
mso-line-height-rule: exactly;
|
488
|
+
mso-pagination: widow-orphan;
|
489
|
+
mso-list: l16 level1 lfo11;
|
490
|
+
tab-stops: list 32.0pt;
|
491
|
+
font-size: {{smallerfontsize}};
|
492
|
+
font-family: {{bodyfont}};
|
493
|
+
mso-fareast-font-family: "Times New Roman";
|
494
|
+
mso-ansi-language: EN-US;
|
495
|
+
mso-fareast-language: JA; }
|
496
|
+
|
497
|
+
p.IEEEStdsNumberedListLevel2, li.IEEEStdsNumberedListLevel2, div.IEEEStdsNumberedListLevel2 {
|
498
|
+
mso-style-name: "IEEEStds Numbered List Level 2";
|
499
|
+
mso-style-unhide: no;
|
500
|
+
mso-style-parent: "IEEEStds Numbered List Level 1";
|
501
|
+
margin-top: 0cm;
|
502
|
+
margin-right: 0cm;
|
503
|
+
margin-bottom: 12.0pt;
|
504
|
+
margin-left: 54.0pt;
|
505
|
+
mso-add-space: auto;
|
506
|
+
text-align: justify;
|
507
|
+
text-indent: -22.3pt;
|
508
|
+
line-height: 18.0pt;
|
509
|
+
mso-line-height-rule: exactly;
|
510
|
+
mso-pagination: widow-orphan;
|
511
|
+
mso-list: l16 level2 lfo11;
|
512
|
+
tab-stops: list 54.0pt;
|
513
|
+
font-size: {{smallerfontsize}};
|
514
|
+
font-family: {{bodyfont}};
|
515
|
+
mso-fareast-font-family: "Times New Roman";
|
516
|
+
mso-ansi-language: EN-US;
|
517
|
+
mso-fareast-language: JA; }
|
518
|
+
|
519
|
+
p.IEEEStdsNumberedListLevel2CxSpFirst, li.IEEEStdsNumberedListLevel2CxSpFirst, div.IEEEStdsNumberedListLevel2CxSpFirst {
|
520
|
+
mso-style-name: "IEEEStds Numbered List Level 2CxSpFirst";
|
521
|
+
mso-style-unhide: no;
|
522
|
+
mso-style-parent: "IEEEStds Numbered List Level 1";
|
523
|
+
mso-style-type: export-only;
|
524
|
+
margin-top: 0cm;
|
525
|
+
margin-right: 0cm;
|
526
|
+
margin-bottom: 0cm;
|
527
|
+
margin-left: 54.0pt;
|
528
|
+
margin-bottom: .0001pt;
|
529
|
+
mso-add-space: auto;
|
530
|
+
text-align: justify;
|
531
|
+
text-indent: -22.3pt;
|
532
|
+
line-height: 18.0pt;
|
533
|
+
mso-line-height-rule: exactly;
|
534
|
+
mso-pagination: widow-orphan;
|
535
|
+
mso-list: l16 level2 lfo11;
|
536
|
+
tab-stops: list 54.0pt;
|
537
|
+
font-size: {{smallerfontsize}};
|
538
|
+
font-family: {{bodyfont}};
|
539
|
+
mso-fareast-font-family: "Times New Roman";
|
540
|
+
mso-ansi-language: EN-US;
|
541
|
+
mso-fareast-language: JA; }
|
542
|
+
|
543
|
+
p.IEEEStdsNumberedListLevel2CxSpMiddle, li.IEEEStdsNumberedListLevel2CxSpMiddle, div.IEEEStdsNumberedListLevel2CxSpMiddle {
|
544
|
+
mso-style-name: "IEEEStds Numbered List Level 2CxSpMiddle";
|
545
|
+
mso-style-unhide: no;
|
546
|
+
mso-style-parent: "IEEEStds Numbered List Level 1";
|
547
|
+
mso-style-type: export-only;
|
548
|
+
margin-top: 0cm;
|
549
|
+
margin-right: 0cm;
|
550
|
+
margin-bottom: 0cm;
|
551
|
+
margin-left: 54.0pt;
|
552
|
+
margin-bottom: .0001pt;
|
553
|
+
mso-add-space: auto;
|
554
|
+
text-align: justify;
|
555
|
+
text-indent: -22.3pt;
|
556
|
+
line-height: 18.0pt;
|
557
|
+
mso-line-height-rule: exactly;
|
558
|
+
mso-pagination: widow-orphan;
|
559
|
+
mso-list: l16 level2 lfo11;
|
560
|
+
tab-stops: list 54.0pt;
|
561
|
+
font-size: {{smallerfontsize}};
|
562
|
+
font-family: {{bodyfont}};
|
563
|
+
mso-fareast-font-family: "Times New Roman";
|
564
|
+
mso-ansi-language: EN-US;
|
565
|
+
mso-fareast-language: JA; }
|
566
|
+
|
567
|
+
p.IEEEStdsNumberedListLevel2CxSpLast, li.IEEEStdsNumberedListLevel2CxSpLast, div.IEEEStdsNumberedListLevel2CxSpLast {
|
568
|
+
mso-style-name: "IEEEStds Numbered List Level 2CxSpLast";
|
569
|
+
mso-style-unhide: no;
|
570
|
+
mso-style-parent: "IEEEStds Numbered List Level 1";
|
571
|
+
mso-style-type: export-only;
|
572
|
+
margin-top: 0cm;
|
573
|
+
margin-right: 0cm;
|
574
|
+
margin-bottom: 12.0pt;
|
575
|
+
margin-left: 54.0pt;
|
576
|
+
mso-add-space: auto;
|
577
|
+
text-align: justify;
|
578
|
+
text-indent: -22.3pt;
|
579
|
+
line-height: 18.0pt;
|
580
|
+
mso-line-height-rule: exactly;
|
581
|
+
mso-pagination: widow-orphan;
|
582
|
+
mso-list: l16 level2 lfo11;
|
583
|
+
tab-stops: list 54.0pt;
|
584
|
+
font-size: {{smallerfontsize}};
|
585
|
+
font-family: {{bodyfont}};
|
586
|
+
mso-fareast-font-family: "Times New Roman";
|
587
|
+
mso-ansi-language: EN-US;
|
588
|
+
mso-fareast-language: JA; }
|
589
|
+
|
590
|
+
p.IEEEStdsNumberedListLevel3, li.IEEEStdsNumberedListLevel3, div.IEEEStdsNumberedListLevel3 {
|
591
|
+
mso-style-name: "IEEEStds Numbered List Level 3";
|
592
|
+
mso-style-unhide: no;
|
593
|
+
mso-style-parent: "IEEEStds Numbered List Level 2";
|
594
|
+
margin-top: 0cm;
|
595
|
+
margin-right: 0cm;
|
596
|
+
margin-bottom: 12.0pt;
|
597
|
+
margin-left: 76.3pt;
|
598
|
+
mso-add-space: auto;
|
599
|
+
text-align: justify;
|
600
|
+
text-indent: -22.3pt;
|
601
|
+
line-height: 18.0pt;
|
602
|
+
mso-line-height-rule: exactly;
|
603
|
+
mso-pagination: widow-orphan;
|
604
|
+
mso-list: l16 level3 lfo11;
|
605
|
+
tab-stops: 75.6pt list 90.0pt;
|
606
|
+
font-size: {{smallerfontsize}};
|
607
|
+
font-family: {{bodyfont}};
|
608
|
+
mso-fareast-font-family: "Times New Roman";
|
609
|
+
mso-ansi-language: EN-US;
|
610
|
+
mso-fareast-language: JA; }
|
611
|
+
|
612
|
+
p.IEEEStdsNumberedListLevel3CxSpFirst, li.IEEEStdsNumberedListLevel3CxSpFirst, div.IEEEStdsNumberedListLevel3CxSpFirst {
|
613
|
+
mso-style-name: "IEEEStds Numbered List Level 3CxSpFirst";
|
614
|
+
mso-style-unhide: no;
|
615
|
+
mso-style-parent: "IEEEStds Numbered List Level 2";
|
616
|
+
mso-style-type: export-only;
|
617
|
+
margin-top: 0cm;
|
618
|
+
margin-right: 0cm;
|
619
|
+
margin-bottom: 0cm;
|
620
|
+
margin-left: 76.3pt;
|
621
|
+
margin-bottom: .0001pt;
|
622
|
+
mso-add-space: auto;
|
623
|
+
text-align: justify;
|
624
|
+
text-indent: -22.3pt;
|
625
|
+
line-height: 18.0pt;
|
626
|
+
mso-line-height-rule: exactly;
|
627
|
+
mso-pagination: widow-orphan;
|
628
|
+
mso-list: l16 level3 lfo11;
|
629
|
+
tab-stops: 75.6pt list 90.0pt;
|
630
|
+
font-size: {{smallerfontsize}};
|
631
|
+
font-family: {{bodyfont}};
|
632
|
+
mso-fareast-font-family: "Times New Roman";
|
633
|
+
mso-ansi-language: EN-US;
|
634
|
+
mso-fareast-language: JA; }
|
635
|
+
|
636
|
+
p.IEEEStdsNumberedListLevel3CxSpMiddle, li.IEEEStdsNumberedListLevel3CxSpMiddle, div.IEEEStdsNumberedListLevel3CxSpMiddle {
|
637
|
+
mso-style-name: "IEEEStds Numbered List Level 3CxSpMiddle";
|
638
|
+
mso-style-unhide: no;
|
639
|
+
mso-style-parent: "IEEEStds Numbered List Level 2";
|
640
|
+
mso-style-type: export-only;
|
641
|
+
margin-top: 0cm;
|
642
|
+
margin-right: 0cm;
|
643
|
+
margin-bottom: 0cm;
|
644
|
+
margin-left: 76.3pt;
|
645
|
+
margin-bottom: .0001pt;
|
646
|
+
mso-add-space: auto;
|
647
|
+
text-align: justify;
|
648
|
+
text-indent: -22.3pt;
|
649
|
+
line-height: 18.0pt;
|
650
|
+
mso-line-height-rule: exactly;
|
651
|
+
mso-pagination: widow-orphan;
|
652
|
+
mso-list: l16 level3 lfo11;
|
653
|
+
tab-stops: 75.6pt list 90.0pt;
|
654
|
+
font-size: {{smallerfontsize}};
|
655
|
+
font-family: {{bodyfont}};
|
656
|
+
mso-fareast-font-family: "Times New Roman";
|
657
|
+
mso-ansi-language: EN-US;
|
658
|
+
mso-fareast-language: JA; }
|
659
|
+
|
660
|
+
p.IEEEStdsNumberedListLevel3CxSpLast, li.IEEEStdsNumberedListLevel3CxSpLast, div.IEEEStdsNumberedListLevel3CxSpLast {
|
661
|
+
mso-style-name: "IEEEStds Numbered List Level 3CxSpLast";
|
662
|
+
mso-style-unhide: no;
|
663
|
+
mso-style-parent: "IEEEStds Numbered List Level 2";
|
664
|
+
mso-style-type: export-only;
|
665
|
+
margin-top: 0cm;
|
666
|
+
margin-right: 0cm;
|
667
|
+
margin-bottom: 12.0pt;
|
668
|
+
margin-left: 76.3pt;
|
669
|
+
mso-add-space: auto;
|
670
|
+
text-align: justify;
|
671
|
+
text-indent: -22.3pt;
|
672
|
+
line-height: 18.0pt;
|
673
|
+
mso-line-height-rule: exactly;
|
674
|
+
mso-pagination: widow-orphan;
|
675
|
+
mso-list: l16 level3 lfo11;
|
676
|
+
tab-stops: 75.6pt list 90.0pt;
|
677
|
+
font-size: {{smallerfontsize}};
|
678
|
+
font-family: {{bodyfont}};
|
679
|
+
mso-fareast-font-family: "Times New Roman";
|
680
|
+
mso-ansi-language: EN-US;
|
681
|
+
mso-fareast-language: JA; }
|
682
|
+
|
683
|
+
p.IEEEStdsWarning, li.IEEEStdsWarning, div.IEEEStdsWarning {
|
684
|
+
mso-style-name: "IEEEStds Warning";
|
685
|
+
mso-style-unhide: no;
|
686
|
+
mso-style-parent: "IEEEStds Paragraph";
|
687
|
+
mso-style-next: "IEEEStds Paragraph";
|
688
|
+
margin-top: 0cm;
|
689
|
+
margin-right: 0cm;
|
690
|
+
margin-bottom: 6.0pt;
|
691
|
+
margin-left: 0cm;
|
692
|
+
text-align: center;
|
693
|
+
mso-pagination: widow-orphan lines-together;
|
694
|
+
border: none;
|
695
|
+
mso-border-alt: solid windowtext 1.0pt;
|
696
|
+
padding: 0cm;
|
697
|
+
mso-padding-alt: 4.0pt 4.0pt 4.0pt 4.0pt;
|
698
|
+
font-size: {{smallerfontsize}};
|
699
|
+
font-family: {{bodyfont}};
|
700
|
+
mso-fareast-font-family: "Times New Roman";
|
701
|
+
mso-ansi-language: EN-US;
|
702
|
+
mso-fareast-language: JA; }
|
703
|
+
|
704
|
+
p.zzHelp, li.zzHelp, div.zzHelp {
|
705
|
+
mso-style-name: "zzHelp";
|
706
|
+
mso-style-unhide: no;
|
707
|
+
mso-style-parent: "IEEEStds Paragraph";
|
708
|
+
mso-style-next: "IEEEStds Paragraph";
|
709
|
+
margin-top: 0cm;
|
710
|
+
margin-right: 0cm;
|
711
|
+
margin-bottom: 6.0pt;
|
712
|
+
margin-left: 0cm;
|
713
|
+
text-align: center;
|
714
|
+
mso-pagination: widow-orphan lines-together;
|
715
|
+
border: none;
|
716
|
+
color: green;
|
717
|
+
mso-border-alt: solid windowtext 1.0pt;
|
718
|
+
padding: 0cm;
|
719
|
+
mso-padding-alt: 4.0pt 4.0pt 4.0pt 4.0pt;
|
720
|
+
font-size: {{smallerfontsize}};
|
721
|
+
font-family: {{bodyfont}};
|
722
|
+
mso-fareast-font-family: "Times New Roman";
|
723
|
+
mso-ansi-language: EN-US;
|
724
|
+
mso-fareast-language: JA; }
|
725
|
+
|
726
|
+
p.References, li.References, div.References {
|
727
|
+
mso-style-name: References;
|
728
|
+
mso-style-unhide: no;
|
729
|
+
mso-style-parent: "Body Text";
|
730
|
+
margin-top: 6.0pt;
|
731
|
+
margin-right: 7.2pt;
|
732
|
+
margin-bottom: 6.0pt;
|
733
|
+
margin-left: 36.0pt;
|
734
|
+
text-align: justify;
|
735
|
+
text-indent: -36.0pt;
|
736
|
+
line-height: 150%;
|
737
|
+
mso-pagination: none;
|
738
|
+
mso-list: l30 level1 lfo32;
|
739
|
+
text-autospace: none;
|
740
|
+
font-size: {{normalfontsize}};
|
741
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
742
|
+
font-family: {{bodyfont}};
|
743
|
+
mso-fareast-font-family: Calibri;
|
744
|
+
color: #231F20;
|
745
|
+
mso-ansi-language: EN-US;
|
746
|
+
mso-fareast-language: EN-US; }
|
747
|
+
|
748
|
+
p.Intro, li.Intro, div.Intro {
|
749
|
+
mso-style-name: Intro;
|
750
|
+
mso-style-unhide: no;
|
751
|
+
mso-style-qformat: yes;
|
752
|
+
mso-style-parent: "Heading 4";
|
753
|
+
mso-style-link: "Intro Char";
|
754
|
+
margin-top: 0cm;
|
755
|
+
margin-right: 74.15pt;
|
756
|
+
margin-bottom: 6.0pt;
|
757
|
+
margin-left: 5.05pt;
|
758
|
+
line-height: 18.0pt;
|
759
|
+
mso-line-height-rule: exactly;
|
760
|
+
mso-pagination: widow-orphan;
|
761
|
+
mso-outline-level: 4;
|
762
|
+
font-size: {{normalfontsize}};
|
763
|
+
mso-bidi-font-size: 13.0pt;
|
764
|
+
font-family: "Calibri Light",sans-serif;
|
765
|
+
mso-fareast-font-family: Montserrat-ExtraBold;
|
766
|
+
mso-bidi-font-family: Montserrat-ExtraBold;
|
767
|
+
color: #231F20;
|
768
|
+
text-transform: uppercase;
|
769
|
+
mso-ansi-language: EN-US;
|
770
|
+
mso-fareast-language: EN-US;
|
771
|
+
font-weight: bold; }
|
772
|
+
|
773
|
+
span.IntroChar {
|
774
|
+
mso-style-name: "Intro Char";
|
775
|
+
mso-style-unhide: no;
|
776
|
+
mso-style-locked: yes;
|
777
|
+
mso-style-parent: "";
|
778
|
+
mso-style-link: Intro;
|
779
|
+
mso-ansi-font-size: 12.0pt;
|
780
|
+
mso-bidi-font-size: 12.0pt;
|
781
|
+
font-family: "Calibri Light",sans-serif;
|
782
|
+
mso-ascii-font-family: "Calibri Light";
|
783
|
+
mso-fareast-font-family: Calibri-Light;
|
784
|
+
mso-hansi-font-family: "Calibri Light";
|
785
|
+
mso-bidi-font-family: Calibri-Light;
|
786
|
+
color: #231F20;
|
787
|
+
mso-bidi-language: EN-US; }
|
788
|
+
|
789
|
+
p.IEEEStdsTitleDraftCRaddr, li.IEEEStdsTitleDraftCRaddr, div.IEEEStdsTitleDraftCRaddr {
|
790
|
+
mso-style-name: "IEEEStds TitleDraftCRaddr";
|
791
|
+
mso-style-unhide: no;
|
792
|
+
mso-style-parent: "IEEEStds TitleDraftCRBody";
|
793
|
+
margin: 0cm;
|
794
|
+
mso-pagination: widow-orphan;
|
795
|
+
font-size: {{smallerfontsize}};
|
796
|
+
font-family: {{bodyfont}};
|
797
|
+
mso-fareast-font-family: "Times New Roman";
|
798
|
+
mso-ansi-language: EN-US;
|
799
|
+
mso-fareast-language: JA;
|
800
|
+
mso-no-proof: yes; }
|
801
|
+
|
802
|
+
p.IEEEStdsEquation, li.IEEEStdsEquation, div.IEEEStdsEquation {
|
803
|
+
mso-style-name: "IEEEStds Equation";
|
804
|
+
mso-style-unhide: no;
|
805
|
+
mso-style-parent: "IEEEStds Paragraph";
|
806
|
+
mso-style-next: "IEEEStds Paragraph";
|
807
|
+
margin-top: 12.0pt;
|
808
|
+
margin-right: 27.35pt;
|
809
|
+
margin-bottom: 12.0pt;
|
810
|
+
margin-left: 18.0pt;
|
811
|
+
text-indent: -18.0pt;
|
812
|
+
mso-pagination: widow-orphan;
|
813
|
+
tab-stops: right 432.0pt;
|
814
|
+
font-size: {{smallerfontsize}};
|
815
|
+
font-family: {{bodyfont}};
|
816
|
+
mso-fareast-font-family: "Times New Roman";
|
817
|
+
mso-ansi-language: EN-US;
|
818
|
+
mso-fareast-language: JA; }
|
819
|
+
|
820
|
+
p.FigureHeadings, li.FigureHeadings, div.FigureHeadings {
|
821
|
+
mso-style-name: "Figure Headings";
|
822
|
+
mso-style-unhide: no;
|
823
|
+
mso-style-qformat: yes;
|
824
|
+
mso-style-parent: "Heading 4";
|
825
|
+
mso-style-link: "Figure Headings Char";
|
826
|
+
mso-style-next: "Body Text";
|
827
|
+
margin-top: 12.0pt;
|
828
|
+
margin-right: 49.7pt;
|
829
|
+
margin-bottom: 12.0pt;
|
830
|
+
margin-left: 18.0pt;
|
831
|
+
text-align: center;
|
832
|
+
text-indent: -18.0pt;
|
833
|
+
mso-pagination: widow-orphan;
|
834
|
+
mso-outline-level: 4;
|
835
|
+
mso-list: l24 level1 lfo22;
|
836
|
+
font-size: {{normalfontsize}};
|
837
|
+
mso-bidi-font-size: 13.0pt;
|
838
|
+
font-family: {{headerfont}};
|
839
|
+
mso-fareast-font-family: Montserrat-ExtraBold;
|
840
|
+
mso-bidi-font-family: Montserrat-ExtraBold;
|
841
|
+
color: #231F20;
|
842
|
+
mso-ansi-language: EN-US;
|
843
|
+
mso-fareast-language: EN-US;
|
844
|
+
font-weight: bold; }
|
845
|
+
|
846
|
+
span.FigureHeadingsChar {
|
847
|
+
mso-style-name: "Figure Headings Char";
|
848
|
+
mso-style-unhide: no;
|
849
|
+
mso-style-locked: yes;
|
850
|
+
mso-style-parent: "";
|
851
|
+
mso-style-link: "Figure Headings";
|
852
|
+
mso-ansi-font-size: {{normalfontsize}};
|
853
|
+
mso-bidi-font-size: 13.0pt;
|
854
|
+
font-family: {{headerfont}};
|
855
|
+
mso-ascii-font-family: "Arial Black";
|
856
|
+
mso-fareast-font-family: Montserrat-ExtraBold;
|
857
|
+
mso-hansi-font-family: "Arial Black";
|
858
|
+
mso-bidi-font-family: Montserrat-ExtraBold;
|
859
|
+
font-weight: bold; }
|
860
|
+
|
861
|
+
p.Tablenotes, li.Tablenotes, div.Tablenotes {
|
862
|
+
mso-style-name: "Table notes";
|
863
|
+
mso-style-unhide: no;
|
864
|
+
margin-top: 2.0pt;
|
865
|
+
margin-right: 0cm;
|
866
|
+
margin-bottom: 2.0pt;
|
867
|
+
margin-left: 0cm;
|
868
|
+
mso-pagination: none;
|
869
|
+
text-autospace: none;
|
870
|
+
font-size: 8.0pt;
|
871
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
872
|
+
font-family: {{bodyfont}};
|
873
|
+
mso-fareast-font-family: "Times New Roman";
|
874
|
+
mso-bidi-font-family: "Times New Roman";
|
875
|
+
color: #231F20;
|
876
|
+
mso-ansi-language: EN-US;
|
877
|
+
mso-fareast-language: EN-US; }
|
878
|
+
|
879
|
+
p.IEEEStdsLevel7Header, li.IEEEStdsLevel7Header, div.IEEEStdsLevel7Header {
|
880
|
+
mso-style-name: "IEEEStds Level 7 Header";
|
881
|
+
mso-style-unhide: no;
|
882
|
+
mso-style-parent: "IEEEStds Level 6 Header";
|
883
|
+
mso-style-next: "IEEEStds Paragraph";
|
884
|
+
margin-top: 12.0pt;
|
885
|
+
margin-right: 0cm;
|
886
|
+
margin-bottom: 12.0pt;
|
887
|
+
margin-left: 0cm;
|
888
|
+
text-indent: 0cm;
|
889
|
+
mso-pagination: widow-orphan lines-together;
|
890
|
+
page-break-after: avoid;
|
891
|
+
mso-outline-level: 7;
|
892
|
+
mso-list: l20 level7 lfo29;
|
893
|
+
mso-hyphenate: none;
|
894
|
+
font-size: {{smallerfontsize}};
|
895
|
+
font-family: {{headerfont}};
|
896
|
+
mso-fareast-font-family: "Times New Roman";
|
897
|
+
mso-bidi-font-family: "Times New Roman";
|
898
|
+
mso-ansi-language: EN-US;
|
899
|
+
mso-fareast-language: JA;
|
900
|
+
font-weight: bold;
|
901
|
+
mso-bidi-font-weight: normal; }
|
902
|
+
|
903
|
+
p.IEEEStdsLevel8Header, li.IEEEStdsLevel8Header, div.IEEEStdsLevel8Header {
|
904
|
+
mso-style-name: "IEEEStds Level 8 Header";
|
905
|
+
mso-style-unhide: no;
|
906
|
+
mso-style-parent: "IEEEStds Level 7 Header";
|
907
|
+
mso-style-next: "IEEEStds Paragraph";
|
908
|
+
margin-top: 12.0pt;
|
909
|
+
margin-right: 0cm;
|
910
|
+
margin-bottom: 12.0pt;
|
911
|
+
margin-left: 0cm;
|
912
|
+
text-indent: 0cm;
|
913
|
+
mso-pagination: widow-orphan lines-together;
|
914
|
+
page-break-after: avoid;
|
915
|
+
mso-outline-level: 8;
|
916
|
+
mso-list: l20 level8 lfo29;
|
917
|
+
mso-hyphenate: none;
|
918
|
+
font-size: {{smallerfontsize}};
|
919
|
+
font-family: {{headerfont}};
|
920
|
+
mso-fareast-font-family: "Times New Roman";
|
921
|
+
mso-bidi-font-family: "Times New Roman";
|
922
|
+
mso-ansi-language: EN-US;
|
923
|
+
mso-fareast-language: JA;
|
924
|
+
font-weight: bold;
|
925
|
+
mso-bidi-font-weight: normal; }
|
926
|
+
|
927
|
+
p.IEEEStdsLevel9Header, li.IEEEStdsLevel9Header, div.IEEEStdsLevel9Header {
|
928
|
+
mso-style-name: "IEEEStds Level 9 Header";
|
929
|
+
mso-style-unhide: no;
|
930
|
+
mso-style-parent: "IEEEStds Level 8 Header";
|
931
|
+
mso-style-next: "IEEEStds Paragraph";
|
932
|
+
margin-top: 12.0pt;
|
933
|
+
margin-right: 0cm;
|
934
|
+
margin-bottom: 12.0pt;
|
935
|
+
margin-left: 0cm;
|
936
|
+
text-indent: 0cm;
|
937
|
+
mso-pagination: widow-orphan lines-together;
|
938
|
+
page-break-after: avoid;
|
939
|
+
mso-outline-level: 9;
|
940
|
+
mso-list: l20 level9 lfo29;
|
941
|
+
mso-hyphenate: none;
|
942
|
+
font-size: {{smallerfontsize}};
|
943
|
+
font-family: {{headerfont}};
|
944
|
+
mso-fareast-font-family: "Times New Roman";
|
945
|
+
mso-bidi-font-family: "Times New Roman";
|
946
|
+
mso-ansi-language: EN-US;
|
947
|
+
mso-fareast-language: JA;
|
948
|
+
font-weight: bold;
|
949
|
+
mso-bidi-font-weight: normal; }
|
950
|
+
|
951
|
+
p.IEEEStdsDefinitions, li.IEEEStdsDefinitions, div.IEEEStdsDefinitions {
|
952
|
+
mso-style-name: "IEEEStds Definitions";
|
953
|
+
mso-style-unhide: no;
|
954
|
+
mso-style-parent: "";
|
955
|
+
mso-style-next: "IEEEStds Paragraph";
|
956
|
+
margin-top: 6.0pt;
|
957
|
+
margin-right: 0cm;
|
958
|
+
margin-bottom: 6.0pt;
|
959
|
+
margin-left: 0cm;
|
960
|
+
text-align: justify;
|
961
|
+
mso-pagination: widow-orphan lines-together;
|
962
|
+
font-size: {{smallerfontsize}};
|
963
|
+
font-family: {{bodyfont}};
|
964
|
+
mso-fareast-font-family: "Times New Roman";
|
965
|
+
mso-ansi-language: EN-US;
|
966
|
+
mso-fareast-language: JA; }
|
967
|
+
|
968
|
+
p.IEEEStdsNumberedListLevel4, li.IEEEStdsNumberedListLevel4, div.IEEEStdsNumberedListLevel4 {
|
969
|
+
mso-style-name: "IEEEStds Numbered List Level 4";
|
970
|
+
mso-style-unhide: no;
|
971
|
+
mso-style-parent: "IEEEStds Numbered List Level 3";
|
972
|
+
margin-top: 0cm;
|
973
|
+
margin-right: 0cm;
|
974
|
+
margin-bottom: 12.0pt;
|
975
|
+
margin-left: 98.6pt;
|
976
|
+
mso-add-space: auto;
|
977
|
+
text-align: justify;
|
978
|
+
text-indent: -22.3pt;
|
979
|
+
line-height: 18.0pt;
|
980
|
+
mso-line-height-rule: exactly;
|
981
|
+
mso-pagination: widow-orphan;
|
982
|
+
mso-list: l16 level4 lfo11;
|
983
|
+
tab-stops: 97.9pt list 112.0pt;
|
984
|
+
font-size: {{smallerfontsize}};
|
985
|
+
font-family: {{bodyfont}};
|
986
|
+
mso-fareast-font-family: "Times New Roman";
|
987
|
+
mso-ansi-language: EN-US;
|
988
|
+
mso-fareast-language: JA; }
|
989
|
+
|
990
|
+
p.IEEEStdsNumberedListLevel4CxSpFirst, li.IEEEStdsNumberedListLevel4CxSpFirst, div.IEEEStdsNumberedListLevel4CxSpFirst {
|
991
|
+
mso-style-name: "IEEEStds Numbered List Level 4CxSpFirst";
|
992
|
+
mso-style-unhide: no;
|
993
|
+
mso-style-parent: "IEEEStds Numbered List Level 3";
|
994
|
+
mso-style-type: export-only;
|
995
|
+
margin-top: 0cm;
|
996
|
+
margin-right: 0cm;
|
997
|
+
margin-bottom: 0cm;
|
998
|
+
margin-left: 98.6pt;
|
999
|
+
margin-bottom: .0001pt;
|
1000
|
+
mso-add-space: auto;
|
1001
|
+
text-align: justify;
|
1002
|
+
text-indent: -22.3pt;
|
1003
|
+
line-height: 18.0pt;
|
1004
|
+
mso-line-height-rule: exactly;
|
1005
|
+
mso-pagination: widow-orphan;
|
1006
|
+
mso-list: l16 level4 lfo11;
|
1007
|
+
tab-stops: 97.9pt list 112.0pt;
|
1008
|
+
font-size: {{smallerfontsize}};
|
1009
|
+
font-family: {{bodyfont}};
|
1010
|
+
mso-fareast-font-family: "Times New Roman";
|
1011
|
+
mso-ansi-language: EN-US;
|
1012
|
+
mso-fareast-language: JA; }
|
1013
|
+
|
1014
|
+
p.IEEEStdsNumberedListLevel4CxSpMiddle, li.IEEEStdsNumberedListLevel4CxSpMiddle, div.IEEEStdsNumberedListLevel4CxSpMiddle {
|
1015
|
+
mso-style-name: "IEEEStds Numbered List Level 4CxSpMiddle";
|
1016
|
+
mso-style-unhide: no;
|
1017
|
+
mso-style-parent: "IEEEStds Numbered List Level 3";
|
1018
|
+
mso-style-type: export-only;
|
1019
|
+
margin-top: 0cm;
|
1020
|
+
margin-right: 0cm;
|
1021
|
+
margin-bottom: 0cm;
|
1022
|
+
margin-left: 98.6pt;
|
1023
|
+
margin-bottom: .0001pt;
|
1024
|
+
mso-add-space: auto;
|
1025
|
+
text-align: justify;
|
1026
|
+
text-indent: -22.3pt;
|
1027
|
+
line-height: 18.0pt;
|
1028
|
+
mso-line-height-rule: exactly;
|
1029
|
+
mso-pagination: widow-orphan;
|
1030
|
+
mso-list: l16 level4 lfo11;
|
1031
|
+
tab-stops: 97.9pt list 112.0pt;
|
1032
|
+
font-size: {{smallerfontsize}};
|
1033
|
+
font-family: {{bodyfont}};
|
1034
|
+
mso-fareast-font-family: "Times New Roman";
|
1035
|
+
mso-ansi-language: EN-US;
|
1036
|
+
mso-fareast-language: JA; }
|
1037
|
+
|
1038
|
+
p.IEEEStdsNumberedListLevel4CxSpLast, li.IEEEStdsNumberedListLevel4CxSpLast, div.IEEEStdsNumberedListLevel4CxSpLast {
|
1039
|
+
mso-style-name: "IEEEStds Numbered List Level 4CxSpLast";
|
1040
|
+
mso-style-unhide: no;
|
1041
|
+
mso-style-parent: "IEEEStds Numbered List Level 3";
|
1042
|
+
mso-style-type: export-only;
|
1043
|
+
margin-top: 0cm;
|
1044
|
+
margin-right: 0cm;
|
1045
|
+
margin-bottom: 12.0pt;
|
1046
|
+
margin-left: 98.6pt;
|
1047
|
+
mso-add-space: auto;
|
1048
|
+
text-align: justify;
|
1049
|
+
text-indent: -22.3pt;
|
1050
|
+
line-height: 18.0pt;
|
1051
|
+
mso-line-height-rule: exactly;
|
1052
|
+
mso-pagination: widow-orphan;
|
1053
|
+
mso-list: l16 level4 lfo11;
|
1054
|
+
tab-stops: 97.9pt list 112.0pt;
|
1055
|
+
font-size: {{smallerfontsize}};
|
1056
|
+
font-family: {{bodyfont}};
|
1057
|
+
mso-fareast-font-family: "Times New Roman";
|
1058
|
+
mso-ansi-language: EN-US;
|
1059
|
+
mso-fareast-language: JA; }
|
1060
|
+
|
1061
|
+
p.IEEEStdsNumberedListLevel5, li.IEEEStdsNumberedListLevel5, div.IEEEStdsNumberedListLevel5 {
|
1062
|
+
mso-style-name: "IEEEStds Numbered List Level 5";
|
1063
|
+
mso-style-unhide: no;
|
1064
|
+
mso-style-parent: "IEEEStds Numbered List Level 4";
|
1065
|
+
margin-top: 0cm;
|
1066
|
+
margin-right: 0cm;
|
1067
|
+
margin-bottom: 12.0pt;
|
1068
|
+
margin-left: 120.2pt;
|
1069
|
+
mso-add-space: auto;
|
1070
|
+
text-align: justify;
|
1071
|
+
text-indent: -22.3pt;
|
1072
|
+
line-height: 18.0pt;
|
1073
|
+
mso-line-height-rule: exactly;
|
1074
|
+
mso-pagination: widow-orphan;
|
1075
|
+
mso-list: l16 level5 lfo11;
|
1076
|
+
tab-stops: 120.25pt list 134.0pt;
|
1077
|
+
font-size: {{smallerfontsize}};
|
1078
|
+
font-family: {{bodyfont}};
|
1079
|
+
mso-fareast-font-family: "Times New Roman";
|
1080
|
+
mso-ansi-language: EN-US;
|
1081
|
+
mso-fareast-language: JA; }
|
1082
|
+
|
1083
|
+
p.IEEEStdsNumberedListLevel5CxSpFirst, li.IEEEStdsNumberedListLevel5CxSpFirst, div.IEEEStdsNumberedListLevel5CxSpFirst {
|
1084
|
+
mso-style-name: "IEEEStds Numbered List Level 5CxSpFirst";
|
1085
|
+
mso-style-unhide: no;
|
1086
|
+
mso-style-parent: "IEEEStds Numbered List Level 4";
|
1087
|
+
mso-style-type: export-only;
|
1088
|
+
margin-top: 0cm;
|
1089
|
+
margin-right: 0cm;
|
1090
|
+
margin-bottom: 0cm;
|
1091
|
+
margin-left: 120.2pt;
|
1092
|
+
margin-bottom: .0001pt;
|
1093
|
+
mso-add-space: auto;
|
1094
|
+
text-align: justify;
|
1095
|
+
text-indent: -22.3pt;
|
1096
|
+
line-height: 18.0pt;
|
1097
|
+
mso-line-height-rule: exactly;
|
1098
|
+
mso-pagination: widow-orphan;
|
1099
|
+
mso-list: l16 level5 lfo11;
|
1100
|
+
tab-stops: 120.25pt list 134.0pt;
|
1101
|
+
font-size: {{smallerfontsize}};
|
1102
|
+
font-family: {{bodyfont}};
|
1103
|
+
mso-fareast-font-family: "Times New Roman";
|
1104
|
+
mso-ansi-language: EN-US;
|
1105
|
+
mso-fareast-language: JA; }
|
1106
|
+
|
1107
|
+
p.IEEEStdsNumberedListLevel5CxSpMiddle, li.IEEEStdsNumberedListLevel5CxSpMiddle, div.IEEEStdsNumberedListLevel5CxSpMiddle {
|
1108
|
+
mso-style-name: "IEEEStds Numbered List Level 5CxSpMiddle";
|
1109
|
+
mso-style-unhide: no;
|
1110
|
+
mso-style-parent: "IEEEStds Numbered List Level 4";
|
1111
|
+
mso-style-type: export-only;
|
1112
|
+
margin-top: 0cm;
|
1113
|
+
margin-right: 0cm;
|
1114
|
+
margin-bottom: 0cm;
|
1115
|
+
margin-left: 120.2pt;
|
1116
|
+
margin-bottom: .0001pt;
|
1117
|
+
mso-add-space: auto;
|
1118
|
+
text-align: justify;
|
1119
|
+
text-indent: -22.3pt;
|
1120
|
+
line-height: 18.0pt;
|
1121
|
+
mso-line-height-rule: exactly;
|
1122
|
+
mso-pagination: widow-orphan;
|
1123
|
+
mso-list: l16 level5 lfo11;
|
1124
|
+
tab-stops: 120.25pt list 134.0pt;
|
1125
|
+
font-size: {{smallerfontsize}};
|
1126
|
+
font-family: {{bodyfont}};
|
1127
|
+
mso-fareast-font-family: "Times New Roman";
|
1128
|
+
mso-ansi-language: EN-US;
|
1129
|
+
mso-fareast-language: JA; }
|
1130
|
+
|
1131
|
+
p.IEEEStdsNumberedListLevel5CxSpLast, li.IEEEStdsNumberedListLevel5CxSpLast, div.IEEEStdsNumberedListLevel5CxSpLast {
|
1132
|
+
mso-style-name: "IEEEStds Numbered List Level 5CxSpLast";
|
1133
|
+
mso-style-unhide: no;
|
1134
|
+
mso-style-parent: "IEEEStds Numbered List Level 4";
|
1135
|
+
mso-style-type: export-only;
|
1136
|
+
margin-top: 0cm;
|
1137
|
+
margin-right: 0cm;
|
1138
|
+
margin-bottom: 12.0pt;
|
1139
|
+
margin-left: 120.2pt;
|
1140
|
+
mso-add-space: auto;
|
1141
|
+
text-align: justify;
|
1142
|
+
text-indent: -22.3pt;
|
1143
|
+
line-height: 18.0pt;
|
1144
|
+
mso-line-height-rule: exactly;
|
1145
|
+
mso-pagination: widow-orphan;
|
1146
|
+
mso-list: l16 level5 lfo11;
|
1147
|
+
tab-stops: 120.25pt list 134.0pt;
|
1148
|
+
font-size: {{smallerfontsize}};
|
1149
|
+
font-family: {{bodyfont}};
|
1150
|
+
mso-fareast-font-family: "Times New Roman";
|
1151
|
+
mso-ansi-language: EN-US;
|
1152
|
+
mso-fareast-language: JA; }
|
1153
|
+
|
1154
|
+
p.IEEEStdsEquationVariableList, li.IEEEStdsEquationVariableList, div.IEEEStdsEquationVariableList {
|
1155
|
+
mso-style-name: "IEEEStds Equation Variable List";
|
1156
|
+
mso-style-unhide: no;
|
1157
|
+
mso-style-parent: "IEEEStds Paragraph";
|
1158
|
+
margin-top: 0cm;
|
1159
|
+
margin-right: 0cm;
|
1160
|
+
margin-bottom: 0cm;
|
1161
|
+
margin-left: 38.2pt;
|
1162
|
+
text-align: justify;
|
1163
|
+
text-indent: -28.1pt;
|
1164
|
+
mso-pagination: widow-orphan lines-together;
|
1165
|
+
mso-hyphenate: none;
|
1166
|
+
tab-stops: 38.0pt;
|
1167
|
+
font-size: {{smallerfontsize}};
|
1168
|
+
font-family: {{bodyfont}};
|
1169
|
+
mso-fareast-font-family: "Times New Roman";
|
1170
|
+
mso-ansi-language: EN-US;
|
1171
|
+
mso-fareast-language: JA;
|
1172
|
+
layout-grid-mode: line; }
|
1173
|
+
|
1174
|
+
span.IEEEStdsKeywordsHeader {
|
1175
|
+
mso-style-name: "IEEEStds Keywords Header";
|
1176
|
+
mso-style-unhide: no;
|
1177
|
+
mso-style-parent: "";
|
1178
|
+
font-weight: bold;
|
1179
|
+
mso-bidi-font-weight: normal; }
|
1180
|
+
|
1181
|
+
span.IEEEStdsAbstractHeader {
|
1182
|
+
mso-style-name: "IEEEStds Abstract Header";
|
1183
|
+
mso-style-unhide: no;
|
1184
|
+
mso-style-parent: "";
|
1185
|
+
font-weight: bold;
|
1186
|
+
mso-bidi-font-weight: normal; }
|
1187
|
+
|
1188
|
+
p.Tablecolumnheader, li.Tablecolumnheader, div.Tablecolumnheader {
|
1189
|
+
mso-style-name: "Table column header";
|
1190
|
+
mso-style-unhide: no;
|
1191
|
+
margin: 0cm;
|
1192
|
+
text-align: center;
|
1193
|
+
mso-pagination: none;
|
1194
|
+
text-autospace: none;
|
1195
|
+
font-size: {{smallerfontsize}};
|
1196
|
+
font-family: "Calibri Light",sans-serif;
|
1197
|
+
mso-ascii-font-family: "Calibri Light";
|
1198
|
+
mso-ascii-theme-font: major-latin;
|
1199
|
+
mso-fareast-font-family: "Times New Roman";
|
1200
|
+
mso-hansi-font-family: "Calibri Light";
|
1201
|
+
mso-hansi-theme-font: major-latin;
|
1202
|
+
mso-bidi-font-family: "Times New Roman";
|
1203
|
+
color: #231F20;
|
1204
|
+
mso-ansi-language: EN-US;
|
1205
|
+
mso-fareast-language: EN-US;
|
1206
|
+
font-weight: bold; }
|
1207
|
+
|
1208
|
+
p.IEEEStdsTableLineHead, li.IEEEStdsTableLineHead, div.IEEEStdsTableLineHead {
|
1209
|
+
mso-style-name: "IEEEStds Table Line Head";
|
1210
|
+
mso-style-unhide: no;
|
1211
|
+
mso-style-parent: "IEEEStds Paragraph";
|
1212
|
+
margin: 0cm;
|
1213
|
+
mso-pagination: widow-orphan lines-together;
|
1214
|
+
page-break-after: avoid;
|
1215
|
+
font-size: 9.0pt;
|
1216
|
+
mso-bidi-font-size: 10.0pt;
|
1217
|
+
font-family: {{bodyfont}};
|
1218
|
+
mso-fareast-font-family: "Times New Roman";
|
1219
|
+
mso-ansi-language: EN-US;
|
1220
|
+
mso-fareast-language: JA; }
|
1221
|
+
|
1222
|
+
p.IEEEStdsTableLineSubhead, li.IEEEStdsTableLineSubhead, div.IEEEStdsTableLineSubhead {
|
1223
|
+
mso-style-name: "IEEEStds Table Line Subhead";
|
1224
|
+
mso-style-unhide: no;
|
1225
|
+
mso-style-parent: "IEEEStds Paragraph";
|
1226
|
+
margin-top: 0cm;
|
1227
|
+
margin-right: 0cm;
|
1228
|
+
margin-bottom: 0cm;
|
1229
|
+
margin-left: 10.8pt;
|
1230
|
+
mso-pagination: widow-orphan lines-together;
|
1231
|
+
page-break-after: avoid;
|
1232
|
+
font-size: 9.0pt;
|
1233
|
+
mso-bidi-font-size: 10.0pt;
|
1234
|
+
font-family: {{bodyfont}};
|
1235
|
+
mso-fareast-font-family: "Times New Roman";
|
1236
|
+
mso-ansi-language: EN-US;
|
1237
|
+
mso-fareast-language: JA; }
|
1238
|
+
|
1239
|
+
p.Abstract, li.Abstract, div.Abstract {
|
1240
|
+
mso-style-name: Abstract;
|
1241
|
+
mso-style-unhide: no;
|
1242
|
+
mso-style-qformat: yes;
|
1243
|
+
mso-style-parent: "";
|
1244
|
+
margin-top: 6.0pt;
|
1245
|
+
margin-right: 54.0pt;
|
1246
|
+
margin-bottom: 6.0pt;
|
1247
|
+
margin-left: 5.05pt;
|
1248
|
+
text-align: justify;
|
1249
|
+
line-height: 150%;
|
1250
|
+
mso-pagination: widow-orphan;
|
1251
|
+
font-size: 12.0pt;
|
1252
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
1253
|
+
font-family: "Calibri Light",sans-serif;
|
1254
|
+
mso-fareast-font-family: Calibri;
|
1255
|
+
mso-bidi-font-family: Calibri;
|
1256
|
+
color: #231F20;
|
1257
|
+
mso-ansi-language: EN-US;
|
1258
|
+
mso-fareast-language: EN-US; }
|
1259
|
+
|
1260
|
+
p.Tablecelltext, li.Tablecelltext, div.Tablecelltext {
|
1261
|
+
mso-style-name: "Table cell text";
|
1262
|
+
mso-style-unhide: no;
|
1263
|
+
margin-top: 6.0pt;
|
1264
|
+
margin-right: 0cm;
|
1265
|
+
margin-bottom: 6.0pt;
|
1266
|
+
margin-left: 0cm;
|
1267
|
+
mso-pagination: none;
|
1268
|
+
text-autospace: none;
|
1269
|
+
font-size: {{smallerfontsize}};
|
1270
|
+
font-family: {{bodyfont}};
|
1271
|
+
mso-fareast-font-family: "Times New Roman";
|
1272
|
+
mso-bidi-font-family: "Times New Roman";
|
1273
|
+
color: #231F20;
|
1274
|
+
mso-ansi-language: EN-US;
|
1275
|
+
mso-fareast-language: EN-US; }
|
1276
|
+
|
1277
|
+
p.IEEEStdsCRTextReg, li.IEEEStdsCRTextReg, div.IEEEStdsCRTextReg {
|
1278
|
+
mso-style-name: "IEEEStds CR TextReg";
|
1279
|
+
mso-style-unhide: no;
|
1280
|
+
mso-style-parent: "IEEEStds Sans-Serif";
|
1281
|
+
margin: 0cm;
|
1282
|
+
mso-pagination: widow-orphan;
|
1283
|
+
tab-stops: 27.0pt 126.0pt;
|
1284
|
+
font-size: 7.0pt;
|
1285
|
+
mso-bidi-font-size: 10.0pt;
|
1286
|
+
font-family: {{headerfont}};
|
1287
|
+
mso-fareast-font-family: "Times New Roman";
|
1288
|
+
mso-bidi-font-family: "Times New Roman";
|
1289
|
+
mso-ansi-language: EN-US;
|
1290
|
+
mso-fareast-language: JA; }
|
1291
|
+
|
1292
|
+
p.Bulletedlist, li.Bulletedlist, div.Bulletedlist {
|
1293
|
+
mso-style-name: "Bulleted list";
|
1294
|
+
mso-style-unhide: no;
|
1295
|
+
mso-style-qformat: yes;
|
1296
|
+
mso-style-next: "Body Text";
|
1297
|
+
margin-top: 3.0pt;
|
1298
|
+
margin-right: 57.6pt;
|
1299
|
+
margin-bottom: 6.0pt;
|
1300
|
+
margin-left: 36.0pt;
|
1301
|
+
text-indent: -18.0pt;
|
1302
|
+
mso-pagination: none;
|
1303
|
+
mso-list: l23 level1 lfo5;
|
1304
|
+
tab-stops: 14.0pt;
|
1305
|
+
text-autospace: none;
|
1306
|
+
font-size: {{normalfontsize}};
|
1307
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
1308
|
+
font-family: {{bodyfont}};
|
1309
|
+
mso-fareast-font-family: Calibri;
|
1310
|
+
color: #231F20;
|
1311
|
+
mso-ansi-language: EN-US;
|
1312
|
+
mso-fareast-language: EN-US; }
|
1313
|
+
|
1314
|
+
p.IntroBulletsSecondary, li.IntroBulletsSecondary, div.IntroBulletsSecondary {
|
1315
|
+
mso-style-name: "Intro Bullets Secondary";
|
1316
|
+
mso-style-update: auto;
|
1317
|
+
mso-style-unhide: no;
|
1318
|
+
mso-style-qformat: yes;
|
1319
|
+
margin-top: .7pt;
|
1320
|
+
margin-right: 50.0pt;
|
1321
|
+
margin-bottom: 0cm;
|
1322
|
+
margin-left: 20.2pt;
|
1323
|
+
text-indent: -6.5pt;
|
1324
|
+
line-height: 18.0pt;
|
1325
|
+
mso-line-height-rule: exactly;
|
1326
|
+
mso-pagination: none;
|
1327
|
+
text-autospace: none;
|
1328
|
+
font-size: 12.0pt;
|
1329
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
1330
|
+
font-family: "Calibri Light",sans-serif;
|
1331
|
+
mso-fareast-font-family: Calibri;
|
1332
|
+
color: #231F20;
|
1333
|
+
mso-ansi-language: EN-US;
|
1334
|
+
mso-fareast-language: EN-US; }
|
1335
|
+
|
1336
|
+
p.IEEEStdsTitleParaSans, li.IEEEStdsTitleParaSans, div.IEEEStdsTitleParaSans {
|
1337
|
+
mso-style-name: "IEEEStds TitleParaSans";
|
1338
|
+
mso-style-unhide: no;
|
1339
|
+
mso-style-parent: "IEEEStds Paragraph";
|
1340
|
+
margin: 0cm;
|
1341
|
+
mso-pagination: widow-orphan;
|
1342
|
+
font-size: {{smallerfontsize}};
|
1343
|
+
font-family: {{headerfont}};
|
1344
|
+
mso-fareast-font-family: "Times New Roman";
|
1345
|
+
mso-bidi-font-family: "Times New Roman";
|
1346
|
+
mso-ansi-language: EN-US;
|
1347
|
+
mso-fareast-language: JA; }
|
1348
|
+
|
1349
|
+
p.IEEEStdsTitleParaSansBold, li.IEEEStdsTitleParaSansBold, div.IEEEStdsTitleParaSansBold {
|
1350
|
+
mso-style-name: "IEEEStds TitleParaSansBold";
|
1351
|
+
mso-style-unhide: no;
|
1352
|
+
mso-style-parent: "IEEEStds Paragraph";
|
1353
|
+
margin: 0cm;
|
1354
|
+
text-align: justify;
|
1355
|
+
mso-pagination: widow-orphan;
|
1356
|
+
font-size: 11.0pt;
|
1357
|
+
mso-bidi-font-size: 10.0pt;
|
1358
|
+
font-family: {{headerfont}};
|
1359
|
+
mso-fareast-font-family: "Times New Roman";
|
1360
|
+
mso-bidi-font-family: "Times New Roman";
|
1361
|
+
mso-ansi-language: EN-US;
|
1362
|
+
mso-fareast-language: JA;
|
1363
|
+
font-weight: bold;
|
1364
|
+
mso-bidi-font-weight: normal; }
|
1365
|
+
|
1366
|
+
p.IEEEStdsCRFootnote, li.IEEEStdsCRFootnote, div.IEEEStdsCRFootnote {
|
1367
|
+
mso-style-name: "IEEEStds CRFootnote";
|
1368
|
+
mso-style-unhide: no;
|
1369
|
+
mso-style-parent: "Footnote Text";
|
1370
|
+
margin: 0cm;
|
1371
|
+
mso-pagination: widow-orphan;
|
1372
|
+
font-size: {{smallerfontsize}};
|
1373
|
+
font-family: {{bodyfont}};
|
1374
|
+
mso-fareast-font-family: "Times New Roman";
|
1375
|
+
color: white;
|
1376
|
+
mso-ansi-language: EN-US;
|
1377
|
+
mso-fareast-language: JA; }
|
1378
|
+
|
1379
|
+
p.IEEEStdsCRTextItal, li.IEEEStdsCRTextItal, div.IEEEStdsCRTextItal {
|
1380
|
+
mso-style-name: "IEEEStds CR TextItal";
|
1381
|
+
mso-style-unhide: no;
|
1382
|
+
mso-style-parent: "IEEEStds CR TextReg";
|
1383
|
+
margin: 0cm;
|
1384
|
+
mso-pagination: widow-orphan;
|
1385
|
+
tab-stops: 27.0pt 126.0pt;
|
1386
|
+
font-size: 7.0pt;
|
1387
|
+
mso-bidi-font-size: 10.0pt;
|
1388
|
+
font-family: {{headerfont}};
|
1389
|
+
mso-fareast-font-family: "Times New Roman";
|
1390
|
+
mso-bidi-font-family: "Times New Roman";
|
1391
|
+
mso-ansi-language: EN-US;
|
1392
|
+
mso-fareast-language: JA;
|
1393
|
+
font-style: italic;
|
1394
|
+
mso-bidi-font-style: normal; }
|
1395
|
+
|
1396
|
+
span.DeltaViewInsertion {
|
1397
|
+
mso-style-name: "DeltaView Insertion";
|
1398
|
+
mso-style-priority: 99;
|
1399
|
+
mso-style-unhide: no;
|
1400
|
+
mso-style-parent: "";
|
1401
|
+
color: blue;
|
1402
|
+
text-decoration: underline;
|
1403
|
+
text-underline: double; }
|
1404
|
+
|
1405
|
+
span.DeltaViewDeletion {
|
1406
|
+
mso-style-name: "DeltaView Deletion";
|
1407
|
+
mso-style-priority: 99;
|
1408
|
+
mso-style-unhide: no;
|
1409
|
+
mso-style-parent: "";
|
1410
|
+
color: red;
|
1411
|
+
text-decoration: line-through; }
|
1412
|
+
|
1413
|
+
p.IEEEStdsCopyrightaddrs, li.IEEEStdsCopyrightaddrs, div.IEEEStdsCopyrightaddrs {
|
1414
|
+
mso-style-name: "IEEEStds Copyright \(addrs\)";
|
1415
|
+
mso-style-unhide: no;
|
1416
|
+
margin: 0cm;
|
1417
|
+
mso-pagination: widow-orphan;
|
1418
|
+
font-size: {{smallerfontsize}};
|
1419
|
+
font-family: {{bodyfont}};
|
1420
|
+
mso-fareast-font-family: "Times New Roman";
|
1421
|
+
mso-ansi-language: EN-US;
|
1422
|
+
mso-fareast-language: JA;
|
1423
|
+
mso-no-proof: yes; }
|
1424
|
+
|
1425
|
+
p.IEEEStdsLevel2frontmatter, li.IEEEStdsLevel2frontmatter, div.IEEEStdsLevel2frontmatter {
|
1426
|
+
mso-style-name: "IEEEStds Level 2 \(front matter\)";
|
1427
|
+
mso-style-unhide: no;
|
1428
|
+
mso-style-parent: "IEEEStds Level 1 \(front matter\)";
|
1429
|
+
margin-top: 18.0pt;
|
1430
|
+
margin-right: 0cm;
|
1431
|
+
margin-bottom: 12.0pt;
|
1432
|
+
margin-left: 0cm;
|
1433
|
+
mso-pagination: widow-orphan lines-together;
|
1434
|
+
page-break-after: avoid;
|
1435
|
+
/*mso-outline-level:2;*/
|
1436
|
+
mso-hyphenate: none;
|
1437
|
+
font-size: 11.0pt;
|
1438
|
+
mso-bidi-font-size: 10.0pt;
|
1439
|
+
font-family: {{headerfont}};
|
1440
|
+
mso-fareast-font-family: "Times New Roman";
|
1441
|
+
mso-bidi-font-family: "Times New Roman";
|
1442
|
+
mso-ansi-language: EN-US;
|
1443
|
+
mso-fareast-language: JA;
|
1444
|
+
font-weight: bold;
|
1445
|
+
mso-bidi-font-weight: normal; }
|
1446
|
+
|
1447
|
+
p.IEEEStdsFrontMatterAddress, li.IEEEStdsFrontMatterAddress, div.IEEEStdsFrontMatterAddress {
|
1448
|
+
mso-style-name: "IEEEStds Front Matter Address";
|
1449
|
+
mso-style-unhide: no;
|
1450
|
+
margin-top: 0cm;
|
1451
|
+
margin-right: 0cm;
|
1452
|
+
margin-bottom: 12.0pt;
|
1453
|
+
margin-left: 108.0pt;
|
1454
|
+
mso-add-space: auto;
|
1455
|
+
mso-pagination: widow-orphan;
|
1456
|
+
font-size: 9.0pt;
|
1457
|
+
mso-bidi-font-size: 10.0pt;
|
1458
|
+
font-family: {{bodyfont}};
|
1459
|
+
mso-fareast-font-family: "Times New Roman";
|
1460
|
+
mso-ansi-language: EN-US;
|
1461
|
+
mso-fareast-language: JA; }
|
1462
|
+
|
1463
|
+
p.IEEEStdsFrontMatterAddressCxSpFirst, li.IEEEStdsFrontMatterAddressCxSpFirst, div.IEEEStdsFrontMatterAddressCxSpFirst {
|
1464
|
+
mso-style-name: "IEEEStds Front Matter AddressCxSpFirst";
|
1465
|
+
mso-style-unhide: no;
|
1466
|
+
mso-style-type: export-only;
|
1467
|
+
margin-top: 0cm;
|
1468
|
+
margin-right: 0cm;
|
1469
|
+
margin-bottom: 0cm;
|
1470
|
+
margin-left: 108.0pt;
|
1471
|
+
margin-bottom: .0001pt;
|
1472
|
+
mso-add-space: auto;
|
1473
|
+
mso-pagination: widow-orphan;
|
1474
|
+
font-size: 9.0pt;
|
1475
|
+
mso-bidi-font-size: 10.0pt;
|
1476
|
+
font-family: {{bodyfont}};
|
1477
|
+
mso-fareast-font-family: "Times New Roman";
|
1478
|
+
mso-ansi-language: EN-US;
|
1479
|
+
mso-fareast-language: JA; }
|
1480
|
+
|
1481
|
+
p.IEEEStdsFrontMatterAddressCxSpMiddle, li.IEEEStdsFrontMatterAddressCxSpMiddle, div.IEEEStdsFrontMatterAddressCxSpMiddle {
|
1482
|
+
mso-style-name: "IEEEStds Front Matter AddressCxSpMiddle";
|
1483
|
+
mso-style-unhide: no;
|
1484
|
+
mso-style-type: export-only;
|
1485
|
+
margin-top: 0cm;
|
1486
|
+
margin-right: 0cm;
|
1487
|
+
margin-bottom: 0cm;
|
1488
|
+
margin-left: 108.0pt;
|
1489
|
+
margin-bottom: .0001pt;
|
1490
|
+
mso-add-space: auto;
|
1491
|
+
mso-pagination: widow-orphan;
|
1492
|
+
font-size: 9.0pt;
|
1493
|
+
mso-bidi-font-size: 10.0pt;
|
1494
|
+
font-family: {{bodyfont}};
|
1495
|
+
mso-fareast-font-family: "Times New Roman";
|
1496
|
+
mso-ansi-language: EN-US;
|
1497
|
+
mso-fareast-language: JA; }
|
1498
|
+
|
1499
|
+
p.IEEEStdsFrontMatterAddressCxSpLast, li.IEEEStdsFrontMatterAddressCxSpLast, div.IEEEStdsFrontMatterAddressCxSpLast {
|
1500
|
+
mso-style-name: "IEEEStds Front Matter AddressCxSpLast";
|
1501
|
+
mso-style-unhide: no;
|
1502
|
+
mso-style-type: export-only;
|
1503
|
+
margin-top: 0cm;
|
1504
|
+
margin-right: 0cm;
|
1505
|
+
margin-bottom: 12.0pt;
|
1506
|
+
margin-left: 108.0pt;
|
1507
|
+
mso-add-space: auto;
|
1508
|
+
mso-pagination: widow-orphan;
|
1509
|
+
font-size: 9.0pt;
|
1510
|
+
mso-bidi-font-size: 10.0pt;
|
1511
|
+
font-family: {{bodyfont}};
|
1512
|
+
mso-fareast-font-family: "Times New Roman";
|
1513
|
+
mso-ansi-language: EN-US;
|
1514
|
+
mso-fareast-language: JA; }
|
1515
|
+
|
1516
|
+
p.IEEEStdsUnorderedListLevel2, li.IEEEStdsUnorderedListLevel2, div.IEEEStdsUnorderedListLevel2 {
|
1517
|
+
mso-style-name: "IEEEStds Unordered List Level 2";
|
1518
|
+
mso-style-unhide: no;
|
1519
|
+
mso-style-qformat: yes;
|
1520
|
+
mso-style-parent: "IEEEStds Unordered List";
|
1521
|
+
margin-top: 3.0pt;
|
1522
|
+
margin-right: 0cm;
|
1523
|
+
margin-bottom: 3.0pt;
|
1524
|
+
margin-left: 46.1pt;
|
1525
|
+
text-align: justify;
|
1526
|
+
text-indent: -18.0pt;
|
1527
|
+
mso-pagination: widow-orphan;
|
1528
|
+
mso-list: l21 level1 lfo35;
|
1529
|
+
tab-stops: 46.1pt 120.25pt;
|
1530
|
+
font-size: {{smallerfontsize}};
|
1531
|
+
font-family: {{bodyfont}};
|
1532
|
+
mso-fareast-font-family: "Times New Roman";
|
1533
|
+
mso-ansi-language: EN-US;
|
1534
|
+
mso-fareast-language: JA;
|
1535
|
+
mso-no-proof: yes; }
|
1536
|
+
|
1537
|
+
p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre {
|
1538
|
+
mso-style-unhide: no;
|
1539
|
+
mso-style-qformat: yes;
|
1540
|
+
mso-style-parent: "";
|
1541
|
+
margin-top: 6.0pt;
|
1542
|
+
margin-right: 0cm;
|
1543
|
+
margin-bottom: 6.0pt;
|
1544
|
+
margin-left: 0cm;
|
1545
|
+
text-align: left;
|
1546
|
+
mso-pagination: widow-orphan;
|
1547
|
+
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;
|
1548
|
+
font-size: {{monospacefontsize}};
|
1549
|
+
font-family: {{monospacefont}};
|
1550
|
+
mso-fareast-font-family: Calibri;
|
1551
|
+
mso-bidi-font-family: "Courier New";
|
1552
|
+
mso-ansi-language: EN-GB; }
|
1553
|
+
|
1554
|
+
p.pseudocode, li.pseudocode, div.pseudocode {
|
1555
|
+
mso-style-unhide: no;
|
1556
|
+
mso-style-qformat: yes;
|
1557
|
+
mso-style-parent: "";
|
1558
|
+
margin-top: 6.0pt;
|
1559
|
+
margin-right: 0cm;
|
1560
|
+
margin-bottom: 6.0pt;
|
1561
|
+
margin-left: 0cm;
|
1562
|
+
text-align: left;
|
1563
|
+
mso-pagination: widow-orphan;
|
1564
|
+
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;
|
1565
|
+
font-size: {{normalfontsize}};
|
1566
|
+
font-family: {{bodyfont}};
|
1567
|
+
mso-fareast-font-family: Calibri;
|
1568
|
+
mso-bidi-font-family: "Courier New";
|
1569
|
+
mso-ansi-language: EN-GB; }
|
1570
|
+
|
1571
|
+
p.annex_obligation, li.annex_obligation, div.annex_obligation {
|
1572
|
+
mso-style-unhide: no;
|
1573
|
+
mso-style-qformat: yes;
|
1574
|
+
mso-style-parent: "";
|
1575
|
+
margin-top: 6.0pt;
|
1576
|
+
margin-right: 0cm;
|
1577
|
+
margin-bottom: 0cm;
|
1578
|
+
margin-left: 0cm;
|
1579
|
+
margin-bottom: .0001pt;
|
1580
|
+
text-align: center;
|
1581
|
+
mso-pagination: widow-orphan;
|
1582
|
+
tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
|
1583
|
+
mso-layout-grid-align: none;
|
1584
|
+
punctuation-wrap: simple;
|
1585
|
+
text-autospace: none;
|
1586
|
+
font-size: {{normalfontsize}};
|
1587
|
+
font-family: {{bodyfont}};
|
1588
|
+
mso-fareast-font-family: "Times New Roman";
|
1589
|
+
mso-ansi-language: EN-US; }
|
1590
|
+
|
1591
|
+
p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef {
|
1592
|
+
mso-style-unhide: no;
|
1593
|
+
mso-style-qformat: yes;
|
1594
|
+
mso-style-parent: "";
|
1595
|
+
margin-top: 6.0pt;
|
1596
|
+
margin-right: 0cm;
|
1597
|
+
margin-bottom: 0cm;
|
1598
|
+
margin-left: 39.7pt;
|
1599
|
+
margin-bottom: .0001pt;
|
1600
|
+
text-indent: -39.7pt;
|
1601
|
+
mso-pagination: widow-orphan;
|
1602
|
+
tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
|
1603
|
+
mso-layout-grid-align: none;
|
1604
|
+
punctuation-wrap: simple;
|
1605
|
+
text-autospace: none;
|
1606
|
+
font-size: {{normalfontsize}};
|
1607
|
+
mso-bidi-font-size: 10.0pt;
|
1608
|
+
font-family: {{bodyfont}};
|
1609
|
+
mso-fareast-font-family: {{bodyfont}};
|
1610
|
+
mso-bidi-font-family: {{bodyfont}};
|
1611
|
+
mso-ansi-language: EN-GB; }
|
1612
|
+
|
1613
|
+
p.FigureTitle {
|
1614
|
+
mso-style-unhide: no;
|
1615
|
+
mso-style-qformat: yes;
|
1616
|
+
mso-style-parent: "";
|
1617
|
+
margin-top: {{normalfontsize}};
|
1618
|
+
margin-right: 0cm;
|
1619
|
+
margin-bottom: 6.0pt;
|
1620
|
+
margin-left: 0cm;
|
1621
|
+
text-align: center;
|
1622
|
+
mso-pagination: widow-orphan lines-together;
|
1623
|
+
tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
|
1624
|
+
mso-layout-grid-align: none;
|
1625
|
+
punctuation-wrap: simple;
|
1626
|
+
text-autospace: none;
|
1627
|
+
font-weight: bold;
|
1628
|
+
font-size: {{normalfontsize}};
|
1629
|
+
mso-bidi-font-size: 10.0pt;
|
1630
|
+
font-family: {{bodyfont}};
|
1631
|
+
mso-fareast-font-family: {{bodyfont}};
|
1632
|
+
mso-bidi-font-family: {{bodyfont}};
|
1633
|
+
mso-ansi-language: EN-GB; }
|
1634
|
+
|
1635
|
+
p.SourceTitle {
|
1636
|
+
mso-style-unhide: no;
|
1637
|
+
mso-style-qformat: yes;
|
1638
|
+
mso-style-parent: "";
|
1639
|
+
margin-top: 18.0pt;
|
1640
|
+
margin-right: 0cm;
|
1641
|
+
margin-bottom: 6.0pt;
|
1642
|
+
margin-left: 0cm;
|
1643
|
+
text-align: center;
|
1644
|
+
mso-pagination: widow-orphan lines-together;
|
1645
|
+
page-break-after: avoid;
|
1646
|
+
tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
|
1647
|
+
mso-layout-grid-align: none;
|
1648
|
+
punctuation-wrap: simple;
|
1649
|
+
text-autospace: none;
|
1650
|
+
font-weight: bold;
|
1651
|
+
font-size: {{normalfontsize}};
|
1652
|
+
mso-bidi-font-size: 10.0pt;
|
1653
|
+
font-family: {{bodyfont}};
|
1654
|
+
mso-fareast-font-family: {{bodyfont}};
|
1655
|
+
mso-bidi-font-family: {{bodyfont}};
|
1656
|
+
mso-ansi-language: EN-GB; }
|
1657
|
+
|
1658
|
+
p.AdmonitionTitle, p.RecommendationTitle {
|
1659
|
+
mso-style-unhide: no;
|
1660
|
+
mso-style-qformat: yes;
|
1661
|
+
mso-style-parent: "";
|
1662
|
+
margin-top: 18.0pt;
|
1663
|
+
margin-right: 0cm;
|
1664
|
+
margin-bottom: 6.0pt;
|
1665
|
+
margin-left: 0cm;
|
1666
|
+
text-align: center;
|
1667
|
+
mso-pagination: widow-orphan lines-together;
|
1668
|
+
page-break-after: avoid;
|
1669
|
+
tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
|
1670
|
+
mso-layout-grid-align: none;
|
1671
|
+
punctuation-wrap: simple;
|
1672
|
+
text-autospace: none;
|
1673
|
+
font-weight: bold;
|
1674
|
+
font-size: {{normalfontsize}};
|
1675
|
+
mso-bidi-font-size: 10.0pt;
|
1676
|
+
font-family: {{bodyfont}};
|
1677
|
+
mso-fareast-font-family: {{bodyfont}};
|
1678
|
+
mso-bidi-font-family: {{bodyfont}};
|
1679
|
+
mso-ansi-language: EN-GB; }
|
1680
|
+
|
1681
|
+
p.TableTitle, p.ListTitle {
|
1682
|
+
mso-style-unhide: no;
|
1683
|
+
mso-style-qformat: yes;
|
1684
|
+
mso-style-parent: "";
|
1685
|
+
margin-top: 18.0pt;
|
1686
|
+
margin-right: 0cm;
|
1687
|
+
margin-bottom: 6.0pt;
|
1688
|
+
margin-left: 0cm;
|
1689
|
+
text-align: center;
|
1690
|
+
mso-pagination: widow-orphan lines-together;
|
1691
|
+
page-break-after: avoid;
|
1692
|
+
tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
|
1693
|
+
mso-layout-grid-align: none;
|
1694
|
+
punctuation-wrap: simple;
|
1695
|
+
text-autospace: none;
|
1696
|
+
font-weight: bold;
|
1697
|
+
font-size: {{normalfontsize}};
|
1698
|
+
mso-bidi-font-size: 10.0pt;
|
1699
|
+
font-family: {{bodyfont}};
|
1700
|
+
mso-fareast-font-family: {{bodyfont}};
|
1701
|
+
mso-bidi-font-family: {{bodyfont}};
|
1702
|
+
mso-ansi-language: EN-GB; }
|
1703
|
+
|
1704
|
+
p.Note, div.Note, li.Note {
|
1705
|
+
mso-style-unhide: no;
|
1706
|
+
mso-style-qformat: yes;
|
1707
|
+
margin-top: 4.0pt;
|
1708
|
+
margin-right: 0cm;
|
1709
|
+
margin-bottom: 0cm;
|
1710
|
+
margin-left: 0cm;
|
1711
|
+
margin-bottom: .0001pt;
|
1712
|
+
text-align: justify;
|
1713
|
+
text-justify: inter-ideograph;
|
1714
|
+
mso-pagination: widow-orphan;
|
1715
|
+
tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
|
1716
|
+
mso-layout-grid-align: none;
|
1717
|
+
punctuation-wrap: simple;
|
1718
|
+
text-autospace: none;
|
1719
|
+
mso-bidi-font-size: 10.0pt;
|
1720
|
+
mso-fareast-font-family: {{bodyfont}};
|
1721
|
+
mso-bidi-font-family: {{bodyfont}};
|
1722
|
+
mso-ansi-language: EN-GB; }
|
1723
|
+
|
1724
|
+
p.Note, div.Note, li.Note {
|
1725
|
+
font-size: {{smallerfontsize}};
|
1726
|
+
font-family: {{bodyfont}}; }
|
1727
|
+
|
1728
|
+
p.TableFootnote, div.TableFootnote, li.TableFootnote {
|
1729
|
+
mso-style-unhide: no;
|
1730
|
+
mso-style-qformat: yes;
|
1731
|
+
margin-top: 2.0pt;
|
1732
|
+
margin-right: 0cm;
|
1733
|
+
margin-bottom: 2.0pt;
|
1734
|
+
margin-left: 14.2pt;
|
1735
|
+
text-indent: -14.2pt;
|
1736
|
+
margin-bottom: .0001pt;
|
1737
|
+
mso-pagination: widow-orphan;
|
1738
|
+
tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
|
1739
|
+
mso-layout-grid-align: none;
|
1740
|
+
punctuation-wrap: simple;
|
1741
|
+
text-autospace: none;
|
1742
|
+
font-size: {{smallerfontsize}};
|
1743
|
+
mso-bidi-font-size: 10.0pt;
|
1744
|
+
font-family: {{bodyfont}};
|
1745
|
+
mso-fareast-font-family: {{bodyfont}};
|
1746
|
+
mso-bidi-font-family: {{bodyfont}};
|
1747
|
+
mso-ansi-language: EN-GB; }
|
1748
|
+
|
1749
|
+
p.FooterQP, li.FooterQP, div.FooterQP {
|
1750
|
+
mso-style-name: Footer_QP;
|
1751
|
+
mso-style-unhide: no;
|
1752
|
+
margin: 0cm;
|
1753
|
+
margin-bottom: .0001pt;
|
1754
|
+
mso-pagination: widow-orphan;
|
1755
|
+
tab-stops: 45.35pt right 439.45pt 17.0cm;
|
1756
|
+
mso-layout-grid-align: none;
|
1757
|
+
punctuation-wrap: simple;
|
1758
|
+
text-autospace: none;
|
1759
|
+
font-size: 11.0pt;
|
1760
|
+
mso-bidi-font-size: 10.0pt;
|
1761
|
+
font-family: {{bodyfont}};
|
1762
|
+
mso-fareast-font-family: {{bodyfont}};
|
1763
|
+
mso-ansi-language: EN-GB;
|
1764
|
+
mso-fareast-language: EN-US;
|
1765
|
+
font-weight: bold;
|
1766
|
+
mso-bidi-font-weight: normal; }
|
1767
|
+
|
1768
|
+
p.FooterQPLandscape, li.FooterQPLandscape, div.FooterQPLandscape {
|
1769
|
+
mso-style-unhide: no;
|
1770
|
+
margin: 0cm;
|
1771
|
+
margin-bottom: .0001pt;
|
1772
|
+
mso-pagination: widow-orphan;
|
1773
|
+
tab-stops: 45.35pt right 439.45pt 733.1pt;
|
1774
|
+
mso-layout-grid-align: none;
|
1775
|
+
punctuation-wrap: simple;
|
1776
|
+
text-autospace: none;
|
1777
|
+
font-size: 11.0pt;
|
1778
|
+
mso-bidi-font-size: 10.0pt;
|
1779
|
+
font-family: {{bodyfont}};
|
1780
|
+
mso-fareast-font-family: {{bodyfont}};
|
1781
|
+
mso-ansi-language: EN-GB;
|
1782
|
+
mso-fareast-language: EN-US;
|
1783
|
+
font-weight: bold;
|
1784
|
+
mso-bidi-font-weight: normal; }
|
1785
|
+
|
1786
|
+
p.FirstFooter, li.FirstFooter, div.FirstFooter {
|
1787
|
+
mso-style-name: FirstFooter;
|
1788
|
+
mso-style-unhide: no;
|
1789
|
+
mso-style-parent: Footer;
|
1790
|
+
margin-top: 2.0pt;
|
1791
|
+
margin-right: 0cm;
|
1792
|
+
margin-bottom: 0cm;
|
1793
|
+
margin-left: 0cm;
|
1794
|
+
margin-bottom: .0001pt;
|
1795
|
+
mso-pagination: widow-orphan;
|
1796
|
+
font-size: 8.0pt;
|
1797
|
+
mso-bidi-font-size: 10.0pt;
|
1798
|
+
font-family: {{bodyfont}};
|
1799
|
+
mso-fareast-font-family: {{bodyfont}};
|
1800
|
+
mso-ansi-language: EN-GB;
|
1801
|
+
mso-fareast-language: EN-US; }
|
1802
|
+
|
1803
|
+
p.Appendix, li.Appendix, div.Appendix {
|
1804
|
+
mso-style-name: Appendix;
|
1805
|
+
mso-style-update: auto;
|
1806
|
+
mso-style-unhide: no;
|
1807
|
+
mso-style-qformat: yes;
|
1808
|
+
margin-top: 2.65pt;
|
1809
|
+
margin-right: 57.6pt;
|
1810
|
+
margin-bottom: 0cm;
|
1811
|
+
margin-left: 22.35pt;
|
1812
|
+
text-indent: -17.3pt;
|
1813
|
+
line-height: 12.0pt;
|
1814
|
+
mso-line-height-rule: exactly;
|
1815
|
+
mso-pagination: none;
|
1816
|
+
mso-list: l15 level1 lfo1;
|
1817
|
+
tab-stops: 21.95pt 22.05pt;
|
1818
|
+
text-autospace: none;
|
1819
|
+
font-size: 9.0pt;
|
1820
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
1821
|
+
font-family: {{bodyfont}};
|
1822
|
+
mso-fareast-font-family: Calibri;
|
1823
|
+
color: #231F20;
|
1824
|
+
mso-ansi-language: EN-US;
|
1825
|
+
mso-fareast-language: EN-US; }
|
1826
|
+
|
1827
|
+
p.Appendixlevel2, li.Appendixlevel2, div.Appendixlevel2 {
|
1828
|
+
mso-style-name: "Appendix level 2";
|
1829
|
+
mso-style-unhide: no;
|
1830
|
+
mso-style-qformat: yes;
|
1831
|
+
margin-top: 2.0pt;
|
1832
|
+
margin-right: 50.0pt;
|
1833
|
+
margin-bottom: 0cm;
|
1834
|
+
margin-left: 31.65pt;
|
1835
|
+
text-indent: -9.35pt;
|
1836
|
+
line-height: 12.0pt;
|
1837
|
+
mso-line-height-rule: exactly;
|
1838
|
+
mso-pagination: none;
|
1839
|
+
mso-list: l15 level2 lfo1;
|
1840
|
+
tab-stops: 31.05pt;
|
1841
|
+
text-autospace: none;
|
1842
|
+
font-size: 9.0pt;
|
1843
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
1844
|
+
font-family: {{bodyfont}};
|
1845
|
+
mso-fareast-font-family: Calibri;
|
1846
|
+
color: #231F20;
|
1847
|
+
mso-ansi-language: EN-US;
|
1848
|
+
mso-fareast-language: EN-US; }
|
1849
|
+
|
1850
|
+
p.Appendixlevel3, li.Appendixlevel3, div.Appendixlevel3 {
|
1851
|
+
mso-style-name: "Appendix level 3";
|
1852
|
+
mso-style-unhide: no;
|
1853
|
+
mso-style-qformat: yes;
|
1854
|
+
margin-top: 2.0pt;
|
1855
|
+
margin-right: 50.0pt;
|
1856
|
+
margin-bottom: 0cm;
|
1857
|
+
margin-left: 46.0pt;
|
1858
|
+
text-indent: -15.0pt;
|
1859
|
+
mso-pagination: none;
|
1860
|
+
mso-list: l15 level3 lfo1;
|
1861
|
+
tab-stops: 45.95pt 46.05pt;
|
1862
|
+
text-autospace: none;
|
1863
|
+
font-size: 9.0pt;
|
1864
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
1865
|
+
font-family: {{bodyfont}};
|
1866
|
+
mso-fareast-font-family: Calibri;
|
1867
|
+
color: #231F20;
|
1868
|
+
mso-ansi-language: EN-US;
|
1869
|
+
mso-fareast-language: EN-US; }
|
1870
|
+
|
1871
|
+
p.Normalaftertitle, li.Normalaftertitle, div.Normalaftertitle {
|
1872
|
+
mso-style-name: Normal_after_title;
|
1873
|
+
mso-style-unhide: no;
|
1874
|
+
mso-style-next: Normal;
|
1875
|
+
margin-top: 18.0pt;
|
1876
|
+
margin-right: 0cm;
|
1877
|
+
margin-bottom: 0cm;
|
1878
|
+
margin-left: 0cm;
|
1879
|
+
margin-bottom: .0001pt;
|
1880
|
+
text-align: justify;
|
1881
|
+
text-justify: inter-ideograph;
|
1882
|
+
mso-pagination: widow-orphan;
|
1883
|
+
tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
|
1884
|
+
mso-layout-grid-align: none;
|
1885
|
+
punctuation-wrap: simple;
|
1886
|
+
text-autospace: none;
|
1887
|
+
font-size: {{normalfontsize}};
|
1888
|
+
mso-bidi-font-size: 10.0pt;
|
1889
|
+
font-family: {{bodyfont}};
|
1890
|
+
mso-fareast-font-family: {{bodyfont}};
|
1891
|
+
mso-ansi-language: EN-GB;
|
1892
|
+
mso-fareast-language: EN-US; }
|
1893
|
+
|
1894
|
+
p.BiblioTitle, li.BiblioTitle, div.BiblioTitle {
|
1895
|
+
mso-style-name: "Biblio Title";
|
1896
|
+
mso-style-noshow: yes;
|
1897
|
+
mso-style-unhide: no;
|
1898
|
+
margin-top: 0cm;
|
1899
|
+
margin-right: 0cm;
|
1900
|
+
margin-bottom: 15.5pt;
|
1901
|
+
margin-left: 0cm;
|
1902
|
+
text-align: center;
|
1903
|
+
line-height: 15.5pt;
|
1904
|
+
mso-pagination: widow-orphan;
|
1905
|
+
mso-outline-level: 1;
|
1906
|
+
tab-stops: 20.15pt;
|
1907
|
+
font-size: 14.0pt;
|
1908
|
+
mso-bidi-font-size: 11.0pt;
|
1909
|
+
font-family: {{headerfont}};
|
1910
|
+
mso-fareast-font-family: {{headerfont}};
|
1911
|
+
mso-bidi-font-family: {{headerfont}};
|
1912
|
+
mso-ansi-language: EN-GB;
|
1913
|
+
font-weight: bold;
|
1914
|
+
mso-bidi-font-weight: normal; }
|
1915
|
+
|
1916
|
+
p.Definition, li.Definition, div.Definition {
|
1917
|
+
mso-style-name: Definition;
|
1918
|
+
mso-style-priority: 9;
|
1919
|
+
mso-style-unhide: no;
|
1920
|
+
margin-top: 0cm;
|
1921
|
+
margin-right: 0cm;
|
1922
|
+
margin-bottom: 6.0pt;
|
1923
|
+
margin-left: 0cm;
|
1924
|
+
text-align: justify;
|
1925
|
+
line-height: {{normalfontsize}};
|
1926
|
+
mso-pagination: widow-orphan;
|
1927
|
+
tab-stops: 20.15pt;
|
1928
|
+
font-size: {{smallerfontsize}};
|
1929
|
+
font-family: {{bodyfont}};
|
1930
|
+
mso-fareast-font-family: {{bodyfont}};
|
1931
|
+
mso-bidi-font-family: {{bodyfont}};
|
1932
|
+
mso-ansi-language: EN-GB; }
|
1933
|
+
|
1934
|
+
p.ForewordTitle, li.ForewordTitle, div.ForewordTitle {
|
1935
|
+
mso-style-name: "Foreword Title";
|
1936
|
+
mso-style-noshow: yes;
|
1937
|
+
mso-style-unhide: no;
|
1938
|
+
margin-top: 0cm;
|
1939
|
+
margin-right: 0cm;
|
1940
|
+
margin-bottom: 15.5pt;
|
1941
|
+
margin-left: 0cm;
|
1942
|
+
text-align: justify;
|
1943
|
+
line-height: 15.5pt;
|
1944
|
+
page-break-before: always;
|
1945
|
+
mso-pagination: widow-orphan;
|
1946
|
+
page-break-after: avoid;
|
1947
|
+
mso-outline-level: 1;
|
1948
|
+
mso-hyphenate: none;
|
1949
|
+
tab-stops: 20.15pt;
|
1950
|
+
font-size: 14.0pt;
|
1951
|
+
mso-bidi-font-size: 11.0pt;
|
1952
|
+
font-family: {{headerfont}};
|
1953
|
+
mso-fareast-font-family: {{headerfont}};
|
1954
|
+
mso-bidi-font-family: {{headerfont}};
|
1955
|
+
mso-ansi-language: EN-GB;
|
1956
|
+
font-weight: bold;
|
1957
|
+
mso-bidi-font-weight: normal; }
|
1958
|
+
|
1959
|
+
p.IntroTitle, li.IntroTitle, div.IntroTitle {
|
1960
|
+
mso-style-name: "Intro Title";
|
1961
|
+
mso-style-noshow: yes;
|
1962
|
+
mso-style-unhide: no;
|
1963
|
+
mso-style-parent: "Foreword Title";
|
1964
|
+
margin-top: 0cm;
|
1965
|
+
margin-right: 0cm;
|
1966
|
+
margin-bottom: 15.5pt;
|
1967
|
+
margin-left: 0cm;
|
1968
|
+
text-align: justify;
|
1969
|
+
line-height: 15.5pt;
|
1970
|
+
mso-pagination: widow-orphan;
|
1971
|
+
page-break-after: avoid;
|
1972
|
+
mso-outline-level: 1;
|
1973
|
+
mso-hyphenate: none;
|
1974
|
+
tab-stops: 20.15pt;
|
1975
|
+
font-size: 14.0pt;
|
1976
|
+
mso-bidi-font-size: 11.0pt;
|
1977
|
+
font-family: {{headerfont}};
|
1978
|
+
mso-fareast-font-family: {{headerfont}};
|
1979
|
+
mso-bidi-font-family: {{headerfont}};
|
1980
|
+
mso-ansi-language: EN-GB;
|
1981
|
+
font-weight: bold;
|
1982
|
+
page-break-before: always;
|
1983
|
+
mso-bidi-font-weight: normal; }
|
1984
|
+
|
1985
|
+
p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
|
1986
|
+
mso-style-noshow: yes;
|
1987
|
+
mso-style-unhide: no;
|
1988
|
+
mso-style-parent: "Foreword Title";
|
1989
|
+
margin-top: 0cm;
|
1990
|
+
margin-right: 0cm;
|
1991
|
+
margin-bottom: 15.5pt;
|
1992
|
+
margin-left: 0cm;
|
1993
|
+
text-align: center;
|
1994
|
+
line-height: 15.5pt;
|
1995
|
+
mso-pagination: widow-orphan;
|
1996
|
+
page-break-after: avoid;
|
1997
|
+
mso-hyphenate: none;
|
1998
|
+
tab-stops: 20.15pt;
|
1999
|
+
font-size: 14.0pt;
|
2000
|
+
mso-bidi-font-size: 11.0pt;
|
2001
|
+
font-family: {{headerfont}};
|
2002
|
+
mso-fareast-font-family: {{headerfont}};
|
2003
|
+
mso-bidi-font-family: {{headerfont}};
|
2004
|
+
mso-ansi-language: EN-GB;
|
2005
|
+
font-weight: bold;
|
2006
|
+
mso-bidi-font-weight: normal; }
|
2007
|
+
|
2008
|
+
p.Terms, li.Terms, div.Terms {
|
2009
|
+
mso-style-name: "Term\(s\)";
|
2010
|
+
mso-style-priority: 8;
|
2011
|
+
mso-style-unhide: no;
|
2012
|
+
mso-style-next: Definition;
|
2013
|
+
margin: 0cm;
|
2014
|
+
margin-bottom: .0001pt;
|
2015
|
+
line-height: {{normalfontsize}};
|
2016
|
+
mso-pagination: widow-orphan;
|
2017
|
+
page-break-after: avoid;
|
2018
|
+
mso-hyphenate: none;
|
2019
|
+
tab-stops: 20.15pt;
|
2020
|
+
font-size: {{smallerfontsize}};
|
2021
|
+
font-family: {{headerfont}};
|
2022
|
+
mso-fareast-font-family: {{headerfont}};
|
2023
|
+
mso-bidi-font-family: {{headerfont}};
|
2024
|
+
mso-ansi-language: EN-GB;
|
2025
|
+
mso-bidi-font-weight: normal; }
|
2026
|
+
|
2027
|
+
p.AltTerms, li.AltTerms, div.AltTerms {
|
2028
|
+
mso-style-name: "AltTerm\(s\)";
|
2029
|
+
mso-style-priority: 8;
|
2030
|
+
mso-style-unhide: no;
|
2031
|
+
mso-style-next: Definition;
|
2032
|
+
margin: 0cm;
|
2033
|
+
margin-bottom: .0001pt;
|
2034
|
+
line-height: {{normalfontsize}};
|
2035
|
+
mso-pagination: widow-orphan;
|
2036
|
+
page-break-after: avoid;
|
2037
|
+
mso-hyphenate: none;
|
2038
|
+
tab-stops: 20.15pt;
|
2039
|
+
font-size: {{smallerfontsize}};
|
2040
|
+
font-family: {{bodyfont}};
|
2041
|
+
mso-fareast-font-family: {{bodyfont}};
|
2042
|
+
mso-bidi-font-family: {{bodyfont}};
|
2043
|
+
mso-ansi-language: EN-GB;
|
2044
|
+
mso-bidi-font-weight: normal; }
|
2045
|
+
|
2046
|
+
p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms {
|
2047
|
+
mso-style-name: "DeprecatedTerm\(s\)";
|
2048
|
+
mso-style-priority: 8;
|
2049
|
+
mso-style-unhide: no;
|
2050
|
+
mso-style-next: Definition;
|
2051
|
+
margin: 0cm;
|
2052
|
+
margin-bottom: .0001pt;
|
2053
|
+
line-height: {{normalfontsize}};
|
2054
|
+
mso-pagination: widow-orphan;
|
2055
|
+
page-break-after: avoid;
|
2056
|
+
mso-hyphenate: none;
|
2057
|
+
tab-stops: 20.15pt;
|
2058
|
+
font-size: {{smallerfontsize}};
|
2059
|
+
font-family: {{bodyfont}};
|
2060
|
+
mso-fareast-font-family: {{bodyfont}};
|
2061
|
+
mso-bidi-font-family: {{bodyfont}};
|
2062
|
+
mso-ansi-language: EN-GB;
|
2063
|
+
mso-bidi-font-weight: normal; }
|
2064
|
+
|
2065
|
+
p.TermNum, li.TermNum, div.TermNum {
|
2066
|
+
mso-style-name: TermNum;
|
2067
|
+
mso-style-priority: 7;
|
2068
|
+
mso-style-unhide: no;
|
2069
|
+
mso-style-next: "Term\(s\)";
|
2070
|
+
margin-top: 6.0pt;
|
2071
|
+
margin-right: 0cm;
|
2072
|
+
margin-bottom: 0cm;
|
2073
|
+
margin-left: 0cm;
|
2074
|
+
line-height: {{normalfontsize}};
|
2075
|
+
text-align: justify;
|
2076
|
+
text-justify: inter-ideograph;
|
2077
|
+
mso-pagination: widow-orphan;
|
2078
|
+
page-break-after: avoid;
|
2079
|
+
tab-stops: 20.15pt;
|
2080
|
+
font-size: {{normalfontsize}};
|
2081
|
+
font-family: {{bodyfont}};
|
2082
|
+
mso-fareast-font-family: {{bodyfont}};
|
2083
|
+
mso-bidi-font-family: {{bodyfont}};
|
2084
|
+
mso-ansi-language: EN-GB;
|
2085
|
+
mso-bidi-font-weight: normal; }
|
2086
|
+
|
2087
|
+
p.zzContents, li.zzContents, div.zzContents {
|
2088
|
+
mso-style-name: zzContents;
|
2089
|
+
mso-style-noshow: yes;
|
2090
|
+
mso-style-unhide: no;
|
2091
|
+
mso-style-next: "TOC 1";
|
2092
|
+
margin-top: 48.0pt;
|
2093
|
+
margin-right: 0cm;
|
2094
|
+
margin-bottom: 15.5pt;
|
2095
|
+
margin-left: 0cm;
|
2096
|
+
line-height: 15.5pt;
|
2097
|
+
mso-line-height-rule: exactly;
|
2098
|
+
page-break-before: always;
|
2099
|
+
mso-pagination: widow-orphan;
|
2100
|
+
page-break-after: avoid;
|
2101
|
+
mso-hyphenate: none;
|
2102
|
+
tab-stops: 20.15pt;
|
2103
|
+
font-size: 14.0pt;
|
2104
|
+
mso-bidi-font-size: 11.0pt;
|
2105
|
+
font-family: {{headerfont}};
|
2106
|
+
mso-fareast-font-family: {{headerfont}};
|
2107
|
+
mso-bidi-font-family: {{headerfont}};
|
2108
|
+
mso-ansi-language: EN-GB;
|
2109
|
+
font-weight: bold;
|
2110
|
+
mso-bidi-font-weight: normal; }
|
2111
|
+
|
2112
|
+
p.zzCopyright, li.zzCopyright {
|
2113
|
+
mso-style-name: zzCopyright;
|
2114
|
+
mso-style-noshow: yes;
|
2115
|
+
mso-style-unhide: no;
|
2116
|
+
mso-style-next: Normal;
|
2117
|
+
margin-top: 0cm;
|
2118
|
+
margin-right: 14.2pt;
|
2119
|
+
margin-bottom: 6.0pt;
|
2120
|
+
margin-left: 14.2pt;
|
2121
|
+
text-align: justify;
|
2122
|
+
line-height: {{normalfontsize}};
|
2123
|
+
mso-pagination: widow-orphan;
|
2124
|
+
tab-stops: 20.15pt 25.7pt 481.15pt;
|
2125
|
+
padding: 0cm;
|
2126
|
+
mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt;
|
2127
|
+
font-size: {{normalfontsize}};
|
2128
|
+
font-family: {{bodyfont}};
|
2129
|
+
mso-fareast-font-family: {{bodyfont}};
|
2130
|
+
mso-bidi-font-family: {{bodyfont}};
|
2131
|
+
mso-ansi-language: EN-GB; }
|
2132
|
+
|
2133
|
+
div.zzCopyright {
|
2134
|
+
mso-element: para-border-div;
|
2135
|
+
border: solid windowtext 1.0pt;
|
2136
|
+
mso-border-top-alt: solid windowtext .5pt;
|
2137
|
+
mso-border-left-alt: solid windowtext .5pt;
|
2138
|
+
mso-border-right-alt: solid windowtext .5pt;
|
2139
|
+
mso-border-bottom-alt: solid windowtext .5pt;
|
2140
|
+
padding: 1.0pt 4.0pt 0cm 4.0pt;
|
2141
|
+
margin-left: 5.1pt;
|
2142
|
+
margin-right: 5.1pt; }
|
2143
|
+
|
2144
|
+
p.zzCopyright_address {
|
2145
|
+
margin-top: 0cm;
|
2146
|
+
margin-right: 14.2pt;
|
2147
|
+
margin-bottom: 0.0pt;
|
2148
|
+
margin-left: 14.2pt;
|
2149
|
+
mso-layout-grid-align: none;
|
2150
|
+
text-autospace: none;
|
2151
|
+
padding-left: 20pt;
|
2152
|
+
mso-padding-alt-left: 20pt;
|
2153
|
+
font-size: 10.0pt;
|
2154
|
+
text-align: left;
|
2155
|
+
mso-bidi-font-size: 11.0pt; }
|
2156
|
+
|
2157
|
+
p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle {
|
2158
|
+
mso-style-name: zzSTDTitle;
|
2159
|
+
mso-style-noshow: yes;
|
2160
|
+
mso-style-unhide: no;
|
2161
|
+
mso-style-next: Normal;
|
2162
|
+
margin-top: 20.0pt;
|
2163
|
+
margin-right: 0cm;
|
2164
|
+
margin-bottom: 38.0pt;
|
2165
|
+
margin-left: 0cm;
|
2166
|
+
line-height: 17.5pt;
|
2167
|
+
mso-line-height-rule: exactly;
|
2168
|
+
mso-pagination: widow-orphan;
|
2169
|
+
mso-hyphenate: none;
|
2170
|
+
tab-stops: 20.15pt;
|
2171
|
+
font-size: 16.0pt;
|
2172
|
+
mso-bidi-font-size: 11.0pt;
|
2173
|
+
font-family: {{headerfont}};
|
2174
|
+
mso-fareast-font-family: {{headerfont}};
|
2175
|
+
mso-bidi-font-family: {{headerfont}};
|
2176
|
+
mso-ansi-language: EN-GB;
|
2177
|
+
font-weight: bold;
|
2178
|
+
mso-bidi-font-weight: normal; }
|
2179
|
+
|
2180
|
+
p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 {
|
2181
|
+
mso-style-name: zzSTDTitle;
|
2182
|
+
mso-style-noshow: yes;
|
2183
|
+
mso-style-unhide: no;
|
2184
|
+
mso-style-next: Normal;
|
2185
|
+
margin-top: 0pt;
|
2186
|
+
margin-right: 0cm;
|
2187
|
+
margin-bottom: 18.0pt;
|
2188
|
+
margin-left: 0cm;
|
2189
|
+
line-height: 17.5pt;
|
2190
|
+
mso-line-height-rule: exactly;
|
2191
|
+
mso-pagination: widow-orphan;
|
2192
|
+
mso-hyphenate: none;
|
2193
|
+
tab-stops: 20.15pt;
|
2194
|
+
font-size: 14.0pt;
|
2195
|
+
mso-bidi-font-size: 11.0pt;
|
2196
|
+
font-family: {{headerfont}};
|
2197
|
+
mso-fareast-font-family: {{headerfont}};
|
2198
|
+
mso-bidi-font-family: {{headerfont}};
|
2199
|
+
mso-ansi-language: EN-GB;
|
2200
|
+
text-align: left;
|
2201
|
+
font-weight: bold;
|
2202
|
+
mso-bidi-font-weight: normal; }
|
2203
|
+
|
2204
|
+
p.zzSTDTitle2, li.zzSTDTitle2, div.zzSTDTitle2 {
|
2205
|
+
mso-style-name: zzSTDTitle;
|
2206
|
+
mso-style-noshow: yes;
|
2207
|
+
mso-style-unhide: no;
|
2208
|
+
mso-style-next: Normal;
|
2209
|
+
margin-top: 0pt;
|
2210
|
+
margin-right: 0cm;
|
2211
|
+
margin-bottom: 18.0pt;
|
2212
|
+
margin-left: 0cm;
|
2213
|
+
line-height: 17.5pt;
|
2214
|
+
mso-line-height-rule: exactly;
|
2215
|
+
mso-pagination: widow-orphan;
|
2216
|
+
mso-hyphenate: none;
|
2217
|
+
tab-stops: 20.15pt;
|
2218
|
+
font-size: 14.0pt;
|
2219
|
+
mso-bidi-font-size: 11.0pt;
|
2220
|
+
font-family: {{headerfont}};
|
2221
|
+
mso-fareast-font-family: {{headerfont}};
|
2222
|
+
mso-bidi-font-family: {{headerfont}};
|
2223
|
+
mso-ansi-language: EN-GB;
|
2224
|
+
font-weight: bold;
|
2225
|
+
text-align: center;
|
2226
|
+
mso-bidi-font-weight: normal; }
|
2227
|
+
|
2228
|
+
p.zzSTDTitle3, li.zzSTDTitle3, div.zzSTDTitle3 {
|
2229
|
+
mso-style-name: zzSTDTitle;
|
2230
|
+
mso-style-noshow: yes;
|
2231
|
+
mso-style-unhide: no;
|
2232
|
+
mso-style-next: Normal;
|
2233
|
+
margin-top: 0pt;
|
2234
|
+
margin-right: 0cm;
|
2235
|
+
margin-bottom: 18.0pt;
|
2236
|
+
margin-left: 0cm;
|
2237
|
+
line-height: 17.5pt;
|
2238
|
+
mso-line-height-rule: exactly;
|
2239
|
+
mso-pagination: widow-orphan;
|
2240
|
+
mso-hyphenate: none;
|
2241
|
+
tab-stops: 20.15pt;
|
2242
|
+
font-size: 14.0pt;
|
2243
|
+
mso-bidi-font-size: 11.0pt;
|
2244
|
+
font-family: {{headerfont}};
|
2245
|
+
mso-fareast-font-family: {{headerfont}};
|
2246
|
+
mso-bidi-font-family: {{headerfont}};
|
2247
|
+
mso-ansi-language: EN-GB;
|
2248
|
+
font-style: italic;
|
2249
|
+
text-align: center;
|
2250
|
+
mso-bidi-font-weight: normal; }
|
2251
|
+
|
2252
|
+
p.Quote, li.Quote, div.Quote {
|
2253
|
+
mso-style-priority: 99;
|
2254
|
+
margin-top: 0cm;
|
2255
|
+
margin-right: 36.0pt;
|
2256
|
+
margin-bottom: 0cm;
|
2257
|
+
margin-left: 36.0pt;
|
2258
|
+
text-align: justify;
|
2259
|
+
line-height: {{normalfontsize}};
|
2260
|
+
mso-pagination: widow-orphan;
|
2261
|
+
tab-stops: 20.15pt;
|
2262
|
+
mso-fareast-font-family: {{bodyfont}};
|
2263
|
+
mso-bidi-font-family: {{bodyfont}};
|
2264
|
+
mso-ansi-language: EN-GB; }
|
2265
|
+
|
2266
|
+
p.Quote, li.Quote {
|
2267
|
+
font-size: {{normalfontsize}};
|
2268
|
+
font-family: {{bodyfont}}; }
|
2269
|
+
|
2270
|
+
p.QuoteAttribution {
|
2271
|
+
text-align: right;
|
2272
|
+
mso-style-priority: 99;
|
2273
|
+
margin-top: 0cm;
|
2274
|
+
margin-right: 36.0pt;
|
2275
|
+
margin-bottom: 0cm;
|
2276
|
+
margin-left: 36.0pt;
|
2277
|
+
line-height: {{normalfontsize}};
|
2278
|
+
mso-pagination: widow-orphan;
|
2279
|
+
tab-stops: 20.15pt;
|
2280
|
+
font-size: {{normalfontsize}};
|
2281
|
+
font-family: {{bodyfont}};
|
2282
|
+
mso-fareast-font-family: {{bodyfont}};
|
2283
|
+
mso-bidi-font-family: {{bodyfont}};
|
2284
|
+
mso-ansi-language: EN-GB; }
|
2285
|
+
|
2286
|
+
p.Admonition, li.Admonition, div.Admonition {
|
2287
|
+
mso-style-priority: 99;
|
2288
|
+
margin-top: 0cm;
|
2289
|
+
margin-right: 57.6pt;
|
2290
|
+
margin-bottom: 0cm;
|
2291
|
+
margin-left: 57.6pt;
|
2292
|
+
margin-bottom: .0001pt;
|
2293
|
+
mso-pagination: widow-orphan;
|
2294
|
+
border: none;
|
2295
|
+
mso-border-alt: solid #4472C4 .25pt;
|
2296
|
+
mso-border-themecolor: accent1;
|
2297
|
+
padding: 0cm;
|
2298
|
+
mso-padding-alt: 10.0pt 10.0pt 10.0pt 10.0pt;
|
2299
|
+
mso-ascii-font-family: {{bodyfont}};
|
2300
|
+
mso-ascii-theme-font: minor-latin;
|
2301
|
+
mso-fareast-font-family: {{bodyfont}};
|
2302
|
+
mso-fareast-theme-font: minor-fareast;
|
2303
|
+
mso-hansi-font-family: {{bodyfont}};
|
2304
|
+
mso-hansi-theme-font: minor-latin;
|
2305
|
+
mso-bidi-font-family: {{bodyfont}};
|
2306
|
+
mso-bidi-theme-font: minor-bidi;
|
2307
|
+
color: #4472C4;
|
2308
|
+
mso-themecolor: accent1;
|
2309
|
+
mso-ansi-language: EN-AU; }
|
2310
|
+
|
2311
|
+
p.Admonition, li.Admonition {
|
2312
|
+
font-size: {{normalfontsize}};
|
2313
|
+
font-family: {{bodyfont}};
|
2314
|
+
font-style: italic; }
|
2315
|
+
|
2316
|
+
p.Code, li.Code, div.Code {
|
2317
|
+
mso-style-name: Code;
|
2318
|
+
mso-style-priority: 16;
|
2319
|
+
mso-style-unhide: no;
|
2320
|
+
mso-style-qformat: yes;
|
2321
|
+
margin: 0cm;
|
2322
|
+
margin-bottom: .0001pt;
|
2323
|
+
line-height: 10.0pt;
|
2324
|
+
mso-pagination: widow-orphan;
|
2325
|
+
tab-stops: 20.15pt;
|
2326
|
+
font-size: 9.0pt;
|
2327
|
+
mso-bidi-font-size: 11.0pt;
|
2328
|
+
font-family: {{monospacefont}};
|
2329
|
+
mso-fareast-font-family: Calibri;
|
2330
|
+
mso-bidi-font-family: "Source Sans Pro";
|
2331
|
+
mso-ansi-language: EN-GB; }
|
2332
|
+
|
2333
|
+
p.Formula, li.Formula, div.Formula {
|
2334
|
+
mso-style-name: Formula;
|
2335
|
+
mso-style-noshow: yes;
|
2336
|
+
mso-style-unhide: no;
|
2337
|
+
margin-top: 6.0pt;
|
2338
|
+
margin-right: 0cm;
|
2339
|
+
margin-bottom: 0cm;
|
2340
|
+
margin-left: 0cm;
|
2341
|
+
margin-bottom: .0001pt;
|
2342
|
+
mso-pagination: widow-orphan;
|
2343
|
+
tab-stops: 39.7pt center 241.0pt right 17.0cm;
|
2344
|
+
mso-layout-grid-align: none;
|
2345
|
+
punctuation-wrap: simple;
|
2346
|
+
text-autospace: none;
|
2347
|
+
font-size: {{normalfontsize}};
|
2348
|
+
mso-bidi-font-size: 10.0pt;
|
2349
|
+
font-family: {{bodyfont}};
|
2350
|
+
mso-fareast-font-family: {{bodyfont}};
|
2351
|
+
mso-bidi-font-family: {{bodyfont}};
|
2352
|
+
mso-ansi-language: EN-GB; }
|
2353
|
+
|
2354
|
+
table.formula_dl {
|
2355
|
+
margin-left: 1.4cm;
|
2356
|
+
margin-right: 1.4cm; }
|
2357
|
+
|
2358
|
+
/* definition list */
|
2359
|
+
p.enumlev1, li.enumlev1, div.enumlev1 {
|
2360
|
+
mso-style-name: enumlev1;
|
2361
|
+
mso-style-unhide: no;
|
2362
|
+
margin-top: 4.0pt;
|
2363
|
+
margin-right: 0cm;
|
2364
|
+
margin-bottom: 0cm;
|
2365
|
+
margin-left: 39.7pt;
|
2366
|
+
margin-bottom: .0001pt;
|
2367
|
+
text-align: justify;
|
2368
|
+
text-justify: inter-ideograph;
|
2369
|
+
text-indent: -39.7pt;
|
2370
|
+
mso-pagination: widow-orphan;
|
2371
|
+
tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
|
2372
|
+
mso-layout-grid-align: none;
|
2373
|
+
punctuation-wrap: simple;
|
2374
|
+
text-autospace: none;
|
2375
|
+
font-size: {{normalfontsize}};
|
2376
|
+
mso-bidi-font-size: 10.0pt;
|
2377
|
+
font-family: {{bodyfont}};
|
2378
|
+
mso-fareast-font-family: {{bodyfont}};
|
2379
|
+
mso-ansi-language: EN-GB;
|
2380
|
+
mso-fareast-language: EN-US; }
|
2381
|
+
|
2382
|
+
p.enumlev2, li.enumlev2, div.enumlev2 {
|
2383
|
+
mso-style-name: enumlev2;
|
2384
|
+
mso-style-unhide: no;
|
2385
|
+
mso-style-parent: enumlev1;
|
2386
|
+
margin-top: 4.0pt;
|
2387
|
+
margin-right: 0cm;
|
2388
|
+
margin-bottom: 0cm;
|
2389
|
+
margin-left: 59.55pt;
|
2390
|
+
margin-bottom: .0001pt;
|
2391
|
+
text-align: justify;
|
2392
|
+
text-justify: inter-ideograph;
|
2393
|
+
text-indent: -19.85pt;
|
2394
|
+
mso-pagination: widow-orphan;
|
2395
|
+
tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
|
2396
|
+
mso-layout-grid-align: none;
|
2397
|
+
punctuation-wrap: simple;
|
2398
|
+
text-autospace: none;
|
2399
|
+
font-size: {{normalfontsize}};
|
2400
|
+
mso-bidi-font-size: 10.0pt;
|
2401
|
+
font-family: {{bodyfont}};
|
2402
|
+
mso-fareast-font-family: {{bodyfont}};
|
2403
|
+
mso-ansi-language: EN-GB;
|
2404
|
+
mso-fareast-language: EN-US; }
|
2405
|
+
|
2406
|
+
p.enumlev3, li.enumlev3, div.enumlev3 {
|
2407
|
+
mso-style-name: enumlev3;
|
2408
|
+
mso-style-unhide: no;
|
2409
|
+
mso-style-parent: enumlev2;
|
2410
|
+
margin-top: 4.0pt;
|
2411
|
+
margin-right: 0cm;
|
2412
|
+
margin-bottom: 0cm;
|
2413
|
+
margin-left: 79.4pt;
|
2414
|
+
margin-bottom: .0001pt;
|
2415
|
+
text-align: justify;
|
2416
|
+
text-justify: inter-ideograph;
|
2417
|
+
text-indent: -19.85pt;
|
2418
|
+
mso-pagination: widow-orphan;
|
2419
|
+
tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
|
2420
|
+
mso-layout-grid-align: none;
|
2421
|
+
punctuation-wrap: simple;
|
2422
|
+
text-autospace: none;
|
2423
|
+
font-size: {{normalfontsize}};
|
2424
|
+
mso-bidi-font-size: 10.0pt;
|
2425
|
+
font-family: {{bodyfont}};
|
2426
|
+
mso-fareast-font-family: {{bodyfont}};
|
2427
|
+
mso-ansi-language: EN-GB;
|
2428
|
+
mso-fareast-language: EN-US; }
|
2429
|
+
|
2430
|
+
p.RecNo, li.RecNo, div.RecNo {
|
2431
|
+
mso-style-name: Rec_No;
|
2432
|
+
mso-style-unhide: no;
|
2433
|
+
mso-style-next: Rec_title;
|
2434
|
+
margin: 0cm;
|
2435
|
+
margin-bottom: .0001pt;
|
2436
|
+
mso-pagination: widow-orphan lines-together;
|
2437
|
+
page-break-after: avoid;
|
2438
|
+
tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
|
2439
|
+
mso-layout-grid-align: none;
|
2440
|
+
punctuation-wrap: simple;
|
2441
|
+
text-autospace: none;
|
2442
|
+
font-size: 14.0pt;
|
2443
|
+
mso-bidi-font-size: 10.0pt;
|
2444
|
+
font-family: {{bodyfont}};
|
2445
|
+
mso-fareast-font-family: {{bodyfont}};
|
2446
|
+
mso-ansi-language: EN-GB;
|
2447
|
+
mso-fareast-language: EN-US;
|
2448
|
+
font-weight: bold;
|
2449
|
+
mso-bidi-font-weight: normal; }
|
2450
|
+
|
2451
|
+
p.boilerplateHdr {
|
2452
|
+
text-align: center;
|
2453
|
+
font-family: {{bodyfont}};
|
2454
|
+
font-size: 11.0pt; }
|
2455
|
+
|
2456
|
+
p.boilerplate {
|
2457
|
+
font-family: {{bodyfont}};
|
2458
|
+
font-size: {{smallerfontsize}};
|
2459
|
+
text-align: justify;
|
2460
|
+
margin-top: 6.0pt;
|
2461
|
+
margin-bottom: 0.0pt; }
|
2462
|
+
|
2463
|
+
p.draftwarningHdr {
|
2464
|
+
text-align: center;
|
2465
|
+
font-family: {{bodyfont}};
|
2466
|
+
font-weight: bold;
|
2467
|
+
font-size: 16.0pt;
|
2468
|
+
font-style: italic; }
|
2469
|
+
|
2470
|
+
p.CopyrightInformationPage, li.CopyrightInformationPage, div.CopyrightInformationPage {
|
2471
|
+
mso-style-name: "Copyright Information Page";
|
2472
|
+
mso-style-unhide: no;
|
2473
|
+
mso-style-qformat: yes;
|
2474
|
+
margin-top: 8.0pt;
|
2475
|
+
margin-right: 50.0pt;
|
2476
|
+
margin-bottom: 0cm;
|
2477
|
+
margin-left: 5.05pt;
|
2478
|
+
line-height: 10.8pt;
|
2479
|
+
mso-line-height-rule: exactly;
|
2480
|
+
mso-pagination: none;
|
2481
|
+
text-autospace: none;
|
2482
|
+
font-size: 9.0pt;
|
2483
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
2484
|
+
font-family: "Calibri Light",sans-serif;
|
2485
|
+
mso-fareast-font-family: Calibri;
|
2486
|
+
color: #231F20;
|
2487
|
+
mso-ansi-language: EN-US;
|
2488
|
+
mso-fareast-language: EN-US;
|
2489
|
+
font-style: italic; }
|
2490
|
+
|
2491
|
+
p.AuthoredbyCover, li.AuthoredbyCover, div.AuthoredbyCover {
|
2492
|
+
mso-style-name: "Authored by Cover";
|
2493
|
+
mso-style-unhide: no;
|
2494
|
+
mso-style-parent: "";
|
2495
|
+
margin-top: 0cm;
|
2496
|
+
margin-right: 0cm;
|
2497
|
+
margin-bottom: 0cm;
|
2498
|
+
margin-left: 126.0pt;
|
2499
|
+
mso-pagination: widow-orphan;
|
2500
|
+
font-size: 12.0pt;
|
2501
|
+
font-family: "Calibri Light",sans-serif;
|
2502
|
+
mso-ascii-font-family: "Calibri Light";
|
2503
|
+
mso-ascii-theme-font: major-latin;
|
2504
|
+
mso-fareast-font-family: Calibri;
|
2505
|
+
mso-hansi-font-family: "Calibri Light";
|
2506
|
+
mso-hansi-theme-font: major-latin;
|
2507
|
+
mso-bidi-font-family: "Calibri Light";
|
2508
|
+
mso-bidi-theme-font: major-latin;
|
2509
|
+
color: #231F20;
|
2510
|
+
mso-ansi-language: EN-US;
|
2511
|
+
mso-fareast-language: EN-US; }
|
2512
|
+
|
2513
|
+
p.Sidebar, li.Sidebar, div.Sidebar {
|
2514
|
+
mso-style-name: Sidebar;
|
2515
|
+
mso-style-unhide: no;
|
2516
|
+
mso-style-qformat: yes;
|
2517
|
+
mso-style-parent: "";
|
2518
|
+
margin-top: 18.0pt;
|
2519
|
+
margin-right: .7pt;
|
2520
|
+
margin-bottom: 0cm;
|
2521
|
+
margin-left: .7pt;
|
2522
|
+
line-height: 40.0pt;
|
2523
|
+
mso-line-height-rule: exactly;
|
2524
|
+
mso-pagination: widow-orphan;
|
2525
|
+
font-size: 44.0pt;
|
2526
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
2527
|
+
font-family: {{headerfont}};
|
2528
|
+
mso-fareast-font-family: Calibri;
|
2529
|
+
mso-bidi-font-family: Calibri;
|
2530
|
+
color: #231F20;
|
2531
|
+
text-transform: uppercase;
|
2532
|
+
letter-spacing: -.35pt;
|
2533
|
+
mso-ansi-language: EN-US;
|
2534
|
+
mso-fareast-language: EN-US;
|
2535
|
+
font-weight: bold;
|
2536
|
+
mso-bidi-font-weight: normal; }
|
2537
|
+
|
2538
|
+
p.TOCSideBar, li.TOCSideBar, div.TOCSideBar {
|
2539
|
+
mso-style-name: "TOC SideBar";
|
2540
|
+
mso-style-unhide: no;
|
2541
|
+
mso-style-qformat: yes;
|
2542
|
+
mso-style-parent: "";
|
2543
|
+
margin: 0cm;
|
2544
|
+
mso-pagination: widow-orphan;
|
2545
|
+
font-size: 52.0pt;
|
2546
|
+
font-family: {{headerfont}};
|
2547
|
+
mso-fareast-font-family: Calibri;
|
2548
|
+
mso-bidi-font-family: Calibri;
|
2549
|
+
color: white;
|
2550
|
+
mso-themecolor: background1;
|
2551
|
+
text-transform: uppercase;
|
2552
|
+
letter-spacing: -.35pt;
|
2553
|
+
mso-ansi-language: EN-US;
|
2554
|
+
mso-fareast-language: EN-US;
|
2555
|
+
font-weight: bold;
|
2556
|
+
mso-bidi-font-weight: normal; }
|
2557
|
+
|
2558
|
+
p.StyleHeading3Left175, li.StyleHeading3Left175, div.StyleHeading3Left175 {
|
2559
|
+
mso-style-name: "Style Heading 3 + Left\: 1\.75\0022";
|
2560
|
+
mso-style-unhide: no;
|
2561
|
+
mso-style-parent: "";
|
2562
|
+
margin-top: 0cm;
|
2563
|
+
margin-right: 0cm;
|
2564
|
+
margin-bottom: 0cm;
|
2565
|
+
margin-left: 126.0pt;
|
2566
|
+
mso-pagination: widow-orphan;
|
2567
|
+
font-size: 13.0pt;
|
2568
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
2569
|
+
font-family: {{bodyfont}};
|
2570
|
+
mso-ascii-font-family: Calibri;
|
2571
|
+
mso-ascii-theme-font: minor-latin;
|
2572
|
+
mso-fareast-font-family: "Times New Roman";
|
2573
|
+
mso-hansi-font-family: Calibri;
|
2574
|
+
mso-hansi-theme-font: minor-latin;
|
2575
|
+
mso-bidi-font-family: "Times New Roman";
|
2576
|
+
color: #231F20;
|
2577
|
+
text-transform: uppercase;
|
2578
|
+
mso-ansi-language: EN-US;
|
2579
|
+
mso-fareast-language: EN-US;
|
2580
|
+
font-weight: bold; }
|
2581
|
+
|
2582
|
+
p.StyleHeading2Left175, li.StyleHeading2Left175, div.StyleHeading2Left175 {
|
2583
|
+
mso-style-name: "Style Heading 2 + Left\: 1\.75\0022";
|
2584
|
+
mso-style-unhide: no;
|
2585
|
+
mso-style-parent: "Heading 1";
|
2586
|
+
margin-top: 4.0pt;
|
2587
|
+
margin-right: 49.7pt;
|
2588
|
+
margin-bottom: 0cm;
|
2589
|
+
margin-left: 126.0pt;
|
2590
|
+
line-height: 25.0pt;
|
2591
|
+
mso-line-height-rule: exactly;
|
2592
|
+
mso-pagination: widow-orphan;
|
2593
|
+
mso-outline-level: 1;
|
2594
|
+
font-size: 20.0pt;
|
2595
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
2596
|
+
font-family: {{headerfont}};
|
2597
|
+
mso-fareast-font-family: "Times New Roman";
|
2598
|
+
mso-bidi-font-family: "Times New Roman";
|
2599
|
+
color: #231F20;
|
2600
|
+
text-transform: uppercase;
|
2601
|
+
mso-ansi-language: EN-US;
|
2602
|
+
mso-fareast-language: EN-US;
|
2603
|
+
font-weight: bold;
|
2604
|
+
mso-no-proof: yes; }
|
2605
|
+
|
2606
|
+
p.BackCover, li.BackCover, div.BackCover {
|
2607
|
+
mso-style-name: "Back Cover";
|
2608
|
+
mso-style-unhide: no;
|
2609
|
+
mso-style-parent: "";
|
2610
|
+
margin-top: 0cm;
|
2611
|
+
margin-right: 0cm;
|
2612
|
+
margin-bottom: 0cm;
|
2613
|
+
margin-left: 130.5pt;
|
2614
|
+
mso-pagination: widow-orphan;
|
2615
|
+
font-size: 25.0pt;
|
2616
|
+
font-family: {{bodyfont}};
|
2617
|
+
mso-ascii-font-family: Calibri;
|
2618
|
+
mso-ascii-theme-font: minor-latin;
|
2619
|
+
mso-fareast-font-family: Montserrat-ExtraBold;
|
2620
|
+
mso-hansi-font-family: Calibri;
|
2621
|
+
mso-hansi-theme-font: minor-latin;
|
2622
|
+
mso-bidi-font-family: Montserrat-ExtraBold;
|
2623
|
+
color: #231F20;
|
2624
|
+
text-transform: uppercase;
|
2625
|
+
mso-ansi-language: EN-US;
|
2626
|
+
mso-fareast-language: EN-US;
|
2627
|
+
font-weight: bold;
|
2628
|
+
mso-no-proof: yes; }
|
2629
|
+
|
2630
|
+
p.AuthorCoverTitle, li.AuthorCoverTitle, div.AuthorCoverTitle {
|
2631
|
+
mso-style-name: "Author Cover Title";
|
2632
|
+
mso-style-unhide: no;
|
2633
|
+
mso-style-parent: "Body Text";
|
2634
|
+
margin-top: 12.0pt;
|
2635
|
+
margin-right: 7.2pt;
|
2636
|
+
margin-bottom: 12.0pt;
|
2637
|
+
margin-left: 126.0pt;
|
2638
|
+
text-align: justify;
|
2639
|
+
line-height: 150%;
|
2640
|
+
mso-pagination: none;
|
2641
|
+
text-autospace: none;
|
2642
|
+
font-size: 12.0pt;
|
2643
|
+
font-family: "Calibri Light",sans-serif;
|
2644
|
+
mso-fareast-font-family: Calibri;
|
2645
|
+
color: #231F20;
|
2646
|
+
mso-ansi-language: EN-US;
|
2647
|
+
mso-fareast-language: EN-US;
|
2648
|
+
font-style: italic; }
|
2649
|
+
|
2650
|
+
p.StyleHeading3unnumberedLeft0Right01After12pt, li.StyleHeading3unnumberedLeft0Right01After12pt, div.StyleHeading3unnumberedLeft0Right01After12pt {
|
2651
|
+
mso-style-name: "Style Heading 3 unnumbered + Left\: 0\0022 Right\: 0\.1\0022 After\: 12 pt";
|
2652
|
+
mso-style-unhide: no;
|
2653
|
+
mso-style-parent: "Heading 3 unnumbered";
|
2654
|
+
margin-top: 4.6pt;
|
2655
|
+
margin-right: 7.2pt;
|
2656
|
+
margin-bottom: 12.0pt;
|
2657
|
+
margin-left: 0cm;
|
2658
|
+
text-indent: -50.4pt;
|
2659
|
+
line-height: 95%;
|
2660
|
+
mso-pagination: widow-orphan;
|
2661
|
+
mso-outline-level: 3;
|
2662
|
+
mso-list: l22 level3 lfo33;
|
2663
|
+
font-size: 13.0pt;
|
2664
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
2665
|
+
font-family: {{headerfont}};
|
2666
|
+
mso-fareast-font-family: "Times New Roman";
|
2667
|
+
mso-bidi-font-family: "Times New Roman";
|
2668
|
+
color: #231F20;
|
2669
|
+
text-transform: uppercase;
|
2670
|
+
mso-ansi-language: EN-US;
|
2671
|
+
mso-fareast-language: EN-US;
|
2672
|
+
font-weight: bold; }
|
2673
|
+
|
2674
|
+
p.StyleHeading3unnumberedLeft0Right01, li.StyleHeading3unnumberedLeft0Right01, div.StyleHeading3unnumberedLeft0Right01 {
|
2675
|
+
mso-style-name: "Style Heading 3 unnumbered + Left\: 0\0022 Right\: 0\.1\0022";
|
2676
|
+
mso-style-unhide: no;
|
2677
|
+
mso-style-parent: "Heading 3 unnumbered";
|
2678
|
+
margin-top: 4.6pt;
|
2679
|
+
margin-right: 7.2pt;
|
2680
|
+
margin-bottom: 6.0pt;
|
2681
|
+
margin-left: 0cm;
|
2682
|
+
text-indent: -50.4pt;
|
2683
|
+
line-height: 95%;
|
2684
|
+
mso-pagination: widow-orphan;
|
2685
|
+
mso-outline-level: 3;
|
2686
|
+
mso-list: l22 level3 lfo33;
|
2687
|
+
font-size: 13.0pt;
|
2688
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
2689
|
+
font-family: {{headerfont}};
|
2690
|
+
mso-fareast-font-family: "Times New Roman";
|
2691
|
+
mso-bidi-font-family: "Times New Roman";
|
2692
|
+
color: #231F20;
|
2693
|
+
text-transform: uppercase;
|
2694
|
+
mso-ansi-language: EN-US;
|
2695
|
+
mso-fareast-language: EN-US;
|
2696
|
+
font-weight: bold; }
|
2697
|
+
|
2698
|
+
p.StyleAbstractRight01, li.StyleAbstractRight01, div.StyleAbstractRight01 {
|
2699
|
+
mso-style-name: "Style Abstract + Right\: 0\.1\0022";
|
2700
|
+
mso-style-unhide: no;
|
2701
|
+
mso-style-parent: Abstract;
|
2702
|
+
margin-top: 6.0pt;
|
2703
|
+
margin-right: 7.2pt;
|
2704
|
+
margin-bottom: 6.0pt;
|
2705
|
+
margin-left: 0cm;
|
2706
|
+
text-align: justify;
|
2707
|
+
line-height: 150%;
|
2708
|
+
mso-pagination: widow-orphan;
|
2709
|
+
font-size: 12.0pt;
|
2710
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
2711
|
+
font-family: "Calibri Light",sans-serif;
|
2712
|
+
mso-fareast-font-family: "Times New Roman";
|
2713
|
+
mso-bidi-font-family: "Times New Roman";
|
2714
|
+
color: #231F20;
|
2715
|
+
mso-ansi-language: EN-US;
|
2716
|
+
mso-fareast-language: EN-US; }
|
2717
|
+
|
2718
|
+
p.Authornames, li.Authornames, div.Authornames {
|
2719
|
+
mso-style-name: "Author names";
|
2720
|
+
mso-style-unhide: no;
|
2721
|
+
mso-style-parent: names;
|
2722
|
+
margin-top: 6.0pt;
|
2723
|
+
margin-right: 0cm;
|
2724
|
+
margin-bottom: 0cm;
|
2725
|
+
margin-left: 126.0pt;
|
2726
|
+
mso-pagination: widow-orphan;
|
2727
|
+
font-size: 12.0pt;
|
2728
|
+
font-family: "Calibri Light",sans-serif;
|
2729
|
+
mso-ascii-font-family: "Calibri Light";
|
2730
|
+
mso-ascii-theme-font: major-latin;
|
2731
|
+
mso-fareast-font-family: Calibri;
|
2732
|
+
mso-hansi-font-family: "Calibri Light";
|
2733
|
+
mso-hansi-theme-font: major-latin;
|
2734
|
+
mso-bidi-font-family: "Calibri Light";
|
2735
|
+
mso-bidi-theme-font: major-latin;
|
2736
|
+
color: #231F20;
|
2737
|
+
mso-ansi-language: EN-US;
|
2738
|
+
mso-fareast-language: EN-US; }
|
2739
|
+
|
2740
|
+
p.IEEEnames, li.IEEEnames, div.IEEEnames {
|
2741
|
+
mso-style-name: "IEEE names";
|
2742
|
+
mso-style-unhide: no;
|
2743
|
+
mso-style-parent: "Body Text";
|
2744
|
+
mso-style-link: "IEEE names Char";
|
2745
|
+
margin-top: 6.0pt;
|
2746
|
+
margin-right: 7.2pt;
|
2747
|
+
margin-bottom: 6.0pt;
|
2748
|
+
margin-left: 0cm;
|
2749
|
+
text-align: justify;
|
2750
|
+
mso-pagination: none;
|
2751
|
+
text-autospace: none;
|
2752
|
+
font-size: {{smallerfontsize}};
|
2753
|
+
font-family: {{bodyfont}};
|
2754
|
+
mso-fareast-font-family: Calibri;
|
2755
|
+
color: #231F20;
|
2756
|
+
mso-ansi-language: EN-US;
|
2757
|
+
mso-fareast-language: EN-US; }
|
2758
|
+
|
2759
|
+
span.IEEEnamesChar {
|
2760
|
+
mso-style-name: "IEEE names Char";
|
2761
|
+
mso-style-unhide: no;
|
2762
|
+
mso-style-locked: yes;
|
2763
|
+
mso-style-parent: "Body Text Char";
|
2764
|
+
mso-style-link: "IEEE names";
|
2765
|
+
mso-ansi-font-size: {{normalfontsize}}; }
|
2766
|
+
|
2767
|
+
p.names, li.names, div.names {
|
2768
|
+
mso-style-name: names;
|
2769
|
+
mso-style-unhide: no;
|
2770
|
+
mso-style-parent: "Authored by Cover";
|
2771
|
+
margin-top: 6.0pt;
|
2772
|
+
margin-right: 0cm;
|
2773
|
+
margin-bottom: 0cm;
|
2774
|
+
margin-left: 126.0pt;
|
2775
|
+
mso-pagination: widow-orphan;
|
2776
|
+
font-size: 12.0pt;
|
2777
|
+
font-family: "Calibri Light",sans-serif;
|
2778
|
+
mso-ascii-font-family: "Calibri Light";
|
2779
|
+
mso-ascii-theme-font: major-latin;
|
2780
|
+
mso-fareast-font-family: Calibri;
|
2781
|
+
mso-hansi-font-family: "Calibri Light";
|
2782
|
+
mso-hansi-theme-font: major-latin;
|
2783
|
+
mso-bidi-font-family: "Calibri Light";
|
2784
|
+
mso-bidi-theme-font: major-latin;
|
2785
|
+
color: #231F20;
|
2786
|
+
mso-ansi-language: EN-US;
|
2787
|
+
mso-fareast-language: EN-US; }
|
2788
|
+
|
2789
|
+
p.Disclaimertext, li.Disclaimertext, div.Disclaimertext {
|
2790
|
+
mso-style-name: "Disclaimer text";
|
2791
|
+
mso-style-unhide: no;
|
2792
|
+
mso-style-parent: "Body Text";
|
2793
|
+
mso-style-link: "Disclaimer text Char";
|
2794
|
+
margin-top: 12.0pt;
|
2795
|
+
margin-right: 7.2pt;
|
2796
|
+
margin-bottom: 12.0pt;
|
2797
|
+
margin-left: 0cm;
|
2798
|
+
text-align: justify;
|
2799
|
+
line-height: 150%;
|
2800
|
+
mso-pagination: none;
|
2801
|
+
text-autospace: none;
|
2802
|
+
font-size: {{smallerfontsize}};
|
2803
|
+
font-family: "Calibri Light",sans-serif;
|
2804
|
+
mso-ascii-font-family: "Calibri Light";
|
2805
|
+
mso-ascii-theme-font: major-latin;
|
2806
|
+
mso-fareast-font-family: Calibri;
|
2807
|
+
mso-hansi-font-family: "Calibri Light";
|
2808
|
+
mso-hansi-theme-font: major-latin;
|
2809
|
+
mso-bidi-font-family: Calibri;
|
2810
|
+
color: #231F20;
|
2811
|
+
mso-ansi-language: EN-US;
|
2812
|
+
mso-fareast-language: EN-US; }
|
2813
|
+
|
2814
|
+
span.DisclaimertextChar {
|
2815
|
+
mso-style-name: "Disclaimer text Char";
|
2816
|
+
mso-style-unhide: no;
|
2817
|
+
mso-style-locked: yes;
|
2818
|
+
mso-style-parent: "Body Text Char";
|
2819
|
+
mso-style-link: "Disclaimer text";
|
2820
|
+
mso-ansi-font-size: {{normalfontsize}};
|
2821
|
+
font-family: "Calibri Light",sans-serif;
|
2822
|
+
mso-ascii-font-family: "Calibri Light";
|
2823
|
+
mso-ascii-theme-font: major-latin;
|
2824
|
+
mso-hansi-font-family: "Calibri Light";
|
2825
|
+
mso-hansi-theme-font: major-latin; }
|
2826
|
+
|
2827
|
+
p.TableParagraph, li.TableParagraph, div.TableParagraph {
|
2828
|
+
mso-style-name: "Table Paragraph";
|
2829
|
+
mso-style-priority: 1;
|
2830
|
+
mso-style-unhide: no;
|
2831
|
+
mso-style-qformat: yes;
|
2832
|
+
margin: 0cm;
|
2833
|
+
mso-pagination: none;
|
2834
|
+
text-autospace: none;
|
2835
|
+
font-size: {{smallerfontsize}};
|
2836
|
+
font-family: {{bodyfont}};
|
2837
|
+
mso-fareast-font-family: Calibri;
|
2838
|
+
color: #231F20;
|
2839
|
+
mso-ansi-language: EN-US;
|
2840
|
+
mso-fareast-language: EN-US; }
|
2841
|
+
|
2842
|
+
p.Programname, li.Programname, div.Programname {
|
2843
|
+
mso-style-name: "Program name";
|
2844
|
+
mso-style-unhide: no;
|
2845
|
+
mso-style-parent: "Style Heading 3 + Left\: 1\.75\0022";
|
2846
|
+
margin-top: 0cm;
|
2847
|
+
margin-right: 0cm;
|
2848
|
+
margin-bottom: 0cm;
|
2849
|
+
margin-left: 126.0pt;
|
2850
|
+
mso-pagination: widow-orphan;
|
2851
|
+
font-size: 13.0pt;
|
2852
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
2853
|
+
font-family: {{headerfont}};
|
2854
|
+
mso-fareast-font-family: "Times New Roman";
|
2855
|
+
mso-bidi-font-family: "Times New Roman";
|
2856
|
+
color: #231F20;
|
2857
|
+
text-transform: uppercase;
|
2858
|
+
mso-ansi-language: EN-US;
|
2859
|
+
mso-fareast-language: EN-US;
|
2860
|
+
font-weight: bold; }
|
2861
|
+
|
2862
|
+
p.Titleline, li.Titleline, div.Titleline {
|
2863
|
+
mso-style-name: "Title line";
|
2864
|
+
mso-style-unhide: no;
|
2865
|
+
mso-style-parent: "Style Heading 2 + Left\: 1\.75\0022";
|
2866
|
+
margin-top: 4.0pt;
|
2867
|
+
margin-right: 49.7pt;
|
2868
|
+
margin-bottom: 0cm;
|
2869
|
+
margin-left: 126.0pt;
|
2870
|
+
line-height: 25.0pt;
|
2871
|
+
mso-line-height-rule: exactly;
|
2872
|
+
mso-pagination: widow-orphan;
|
2873
|
+
/*mso-outline-level:1;*/
|
2874
|
+
/* Removed by Metanorma */
|
2875
|
+
font-size: 20.0pt;
|
2876
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
2877
|
+
font-family: {{headerfont}};
|
2878
|
+
mso-fareast-font-family: "Times New Roman";
|
2879
|
+
mso-bidi-font-family: "Times New Roman";
|
2880
|
+
color: #231F20;
|
2881
|
+
text-transform: uppercase;
|
2882
|
+
mso-ansi-language: EN-US;
|
2883
|
+
mso-fareast-language: EN-US;
|
2884
|
+
font-weight: bold;
|
2885
|
+
mso-no-proof: yes; }
|
2886
|
+
|
2887
|
+
p.Heading3unnumbered, li.Heading3unnumbered, div.Heading3unnumbered {
|
2888
|
+
mso-style-name: "Heading 3 unnumbered";
|
2889
|
+
mso-style-unhide: no;
|
2890
|
+
mso-style-parent: "Heading 3";
|
2891
|
+
margin-top: 4.6pt;
|
2892
|
+
margin-right: 49.7pt;
|
2893
|
+
margin-bottom: 6.0pt;
|
2894
|
+
margin-left: 50.4pt;
|
2895
|
+
text-indent: -50.4pt;
|
2896
|
+
line-height: 95%;
|
2897
|
+
mso-pagination: widow-orphan;
|
2898
|
+
mso-outline-level: 3;
|
2899
|
+
mso-list: l22 level3 lfo33;
|
2900
|
+
font-size: 13.0pt;
|
2901
|
+
font-family: {{headerfont}};
|
2902
|
+
mso-fareast-font-family: Montserrat-ExtraBold;
|
2903
|
+
mso-bidi-font-family: Montserrat-ExtraBold;
|
2904
|
+
color: #231F20;
|
2905
|
+
text-transform: uppercase;
|
2906
|
+
mso-ansi-language: EN-US;
|
2907
|
+
mso-fareast-language: EN-US;
|
2908
|
+
font-weight: bold; }
|
2909
|
+
|
2910
|
+
/* Page Definitions */
|
2911
|
+
@page {
|
2912
|
+
mso-footnote-separator: url("file:///C:/Doc/FILENAME_files/header.html") fs;
|
2913
|
+
mso-footnote-continuation-separator: url("file:///C:/Doc/FILENAME_files/header.html") fcs;
|
2914
|
+
mso-endnote-separator: url("file:///C:/Doc/FILENAME_files/header.html") es;
|
2915
|
+
mso-endnote-continuation-separator: url("file:///C:/Doc/FILENAME_files/header.html") ecs; }
|
2916
|
+
|
2917
|
+
@page WordSection1 {
|
2918
|
+
size: 612.0pt 792.0pt;
|
2919
|
+
margin: 72.0pt 54.0pt 72.0pt 54.0pt;
|
2920
|
+
mso-header-margin: 0cm;
|
2921
|
+
mso-footer-margin: 18.45pt;
|
2922
|
+
mso-title-page: yes;
|
2923
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f1;
|
2924
|
+
mso-paper-source: 0; }
|
2925
|
+
|
2926
|
+
div.WordSection1 {
|
2927
|
+
page: WordSection1; }
|
2928
|
+
|
2929
|
+
@page WordSection2 {
|
2930
|
+
size: 612.0pt 792.0pt;
|
2931
|
+
margin: 72.0pt 54.0pt 72.0pt 54.0pt;
|
2932
|
+
mso-header-margin: 0cm;
|
2933
|
+
mso-footer-margin: 30.15pt;
|
2934
|
+
mso-title-page: yes;
|
2935
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f1;
|
2936
|
+
mso-paper-source: 0; }
|
2937
|
+
|
2938
|
+
div.WordSection2 {
|
2939
|
+
page: WordSection2; }
|
2940
|
+
|
2941
|
+
@page WordSection3 {
|
2942
|
+
size: 612.0pt 792.0pt;
|
2943
|
+
margin: 72.0pt 54.0pt 72.0pt 54.0pt;
|
2944
|
+
mso-header-margin: 0cm;
|
2945
|
+
mso-footer-margin: 20.25pt;
|
2946
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h3;
|
2947
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
2948
|
+
mso-first-footer: url("file:///C:/Doc/FILENAME_files/header.html") ff3;
|
2949
|
+
mso-paper-source: 0; }
|
2950
|
+
|
2951
|
+
@page WordSection3P {
|
2952
|
+
size: 612.0pt 792.0pt;
|
2953
|
+
margin: 72.0pt 54.0pt 72.0pt 54.0pt;
|
2954
|
+
mso-header-margin: 0cm;
|
2955
|
+
mso-footer-margin: 20.25pt;
|
2956
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h3;
|
2957
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
2958
|
+
mso-first-footer: url("file:///C:/Doc/FILENAME_files/header.html") ff3;
|
2959
|
+
mso-paper-source: 0; }
|
2960
|
+
|
2961
|
+
@page WordSection3L {
|
2962
|
+
size: 792.0pt 612.0pt;
|
2963
|
+
margin: 72.0pt 54.0pt 72.0pt 54.0pt;
|
2964
|
+
mso-header-margin: 0cm;
|
2965
|
+
mso-footer-margin: 20.25pt;
|
2966
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h3;
|
2967
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
2968
|
+
mso-first-footer: url("file:///C:/Doc/FILENAME_files/header.html") ff3;
|
2969
|
+
mso-paper-source: 0; }
|
2970
|
+
|
2971
|
+
div.WordSection3 {
|
2972
|
+
page: WordSection3; }
|
2973
|
+
|
2974
|
+
@page WordSection4 {
|
2975
|
+
size: 612.0pt 792.0pt;
|
2976
|
+
margin: 72.0pt 54.0pt 72.0pt 54.0pt;
|
2977
|
+
mso-header-margin: 0cm;
|
2978
|
+
mso-footer-margin: 30.25pt;
|
2979
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h3;
|
2980
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f4;
|
2981
|
+
mso-first-footer: url("file:///C:/Doc/FILENAME_files/header.html") ff3;
|
2982
|
+
mso-paper-source: 0; }
|
2983
|
+
|
2984
|
+
div.WordSection4 {
|
2985
|
+
page: WordSection4; }
|
2986
|
+
|
2987
|
+
table.MsoISOTable, table.MsoISOTableBig {
|
2988
|
+
mso-style-name: "Table ISO";
|
2989
|
+
mso-tstyle-rowband-size: 0;
|
2990
|
+
mso-tstyle-colband-size: 0;
|
2991
|
+
mso-style-noshow: yes;
|
2992
|
+
mso-style-priority: 99;
|
2993
|
+
mso-style-parent: "";
|
2994
|
+
mso-padding-alt: 0cm 2.85pt 0cm 2.85pt;
|
2995
|
+
mso-para-margin: 0cm;
|
2996
|
+
mso-para-margin-bottom: .0001pt;
|
2997
|
+
mso-pagination: widow-orphan;
|
2998
|
+
border-collapse: collapse;
|
2999
|
+
mso-table-layout-alt: fixed;
|
3000
|
+
border: solid windowtext 2pt;
|
3001
|
+
mso-border-alt: solid windowtext 2pt;
|
3002
|
+
mso-yfti-tbllook: 480;
|
3003
|
+
mso-border-insideh: .75pt solid windowtext;
|
3004
|
+
mso-border-insidev: .75pt solid windowtext;
|
3005
|
+
font-size: {{smallerfontsize}};
|
3006
|
+
font-family: {{bodyfont}}; }
|
3007
|
+
|
3008
|
+
table.MsoISOTable th, table.MsoISOTableBig th {
|
3009
|
+
border: solid windowtext 1pt;
|
3010
|
+
mso-border-alt: solid windowtext 1pt;
|
3011
|
+
padding: 0cm 2.85pt 0cm 2.85pt; }
|
3012
|
+
|
3013
|
+
table.MsoISOTable td, table.MsoISOTableBig td {
|
3014
|
+
border: solid windowtext 1pt;
|
3015
|
+
mso-border-alt: solid windowtext 1pt;
|
3016
|
+
padding: 0cm 2.85pt 0cm 2.85pt; }
|
3017
|
+
|
3018
|
+
table.MsoISOTable p, table.MsoISOTableBig p {
|
3019
|
+
font-size: {{smallerfontsize}}; }
|
3020
|
+
|
3021
|
+
table.MsoTableGrid {
|
3022
|
+
mso-style-name: "Table Grid";
|
3023
|
+
mso-tstyle-rowband-size: 0;
|
3024
|
+
mso-tstyle-colband-size: 0;
|
3025
|
+
mso-style-priority: 39;
|
3026
|
+
mso-style-unhide: no;
|
3027
|
+
border: solid windowtext 1.0pt;
|
3028
|
+
mso-border-alt: solid windowtext .5pt;
|
3029
|
+
mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
|
3030
|
+
mso-border-insideh: .5pt solid windowtext;
|
3031
|
+
mso-border-insidev: .5pt solid windowtext;
|
3032
|
+
mso-para-margin: 0cm;
|
3033
|
+
mso-pagination: widow-orphan;
|
3034
|
+
font-size: {{smallerfontsize}};
|
3035
|
+
font-family: {{bodyfont}};
|
3036
|
+
color: #231F20;
|
3037
|
+
mso-ansi-language: EN-US;
|
3038
|
+
mso-fareast-language: EN-US; }
|
3039
|
+
|
3040
|
+
table.MsoTableGridLight {
|
3041
|
+
mso-style-name: "Table Grid Light";
|
3042
|
+
mso-tstyle-rowband-size: 0;
|
3043
|
+
mso-tstyle-colband-size: 0;
|
3044
|
+
mso-style-priority: 32;
|
3045
|
+
mso-style-unhide: no;
|
3046
|
+
mso-style-qformat: yes;
|
3047
|
+
border: solid #BFBFBF 1.0pt;
|
3048
|
+
mso-border-themecolor: background1;
|
3049
|
+
mso-border-themeshade: 191;
|
3050
|
+
mso-border-alt: solid #BFBFBF .5pt;
|
3051
|
+
mso-border-themecolor: background1;
|
3052
|
+
mso-border-themeshade: 191;
|
3053
|
+
mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
|
3054
|
+
mso-border-insideh: .5pt solid #BFBFBF;
|
3055
|
+
mso-border-insideh-themecolor: background1;
|
3056
|
+
mso-border-insideh-themeshade: 191;
|
3057
|
+
mso-border-insidev: .5pt solid #BFBFBF;
|
3058
|
+
mso-border-insidev-themecolor: background1;
|
3059
|
+
mso-border-insidev-themeshade: 191;
|
3060
|
+
mso-para-margin: 0cm;
|
3061
|
+
mso-pagination: widow-orphan;
|
3062
|
+
font-size: {{smallerfontsize}};
|
3063
|
+
font-family: {{bodyfont}};
|
3064
|
+
color: #231F20;
|
3065
|
+
mso-ansi-language: EN-US;
|
3066
|
+
mso-fareast-language: EN-US; }
|
3067
|
+
|
3068
|
+
table.MsoTable15Grid2Accent1 {
|
3069
|
+
mso-style-name: "Grid Table 2 - Accent 1";
|
3070
|
+
mso-tstyle-rowband-size: 1;
|
3071
|
+
mso-tstyle-colband-size: 1;
|
3072
|
+
mso-style-priority: 40;
|
3073
|
+
mso-style-unhide: no;
|
3074
|
+
border-top: solid #8EAADB 1.0pt;
|
3075
|
+
mso-border-top-themecolor: accent1;
|
3076
|
+
mso-border-top-themetint: 153;
|
3077
|
+
border-left: none;
|
3078
|
+
border-bottom: solid #8EAADB 1.0pt;
|
3079
|
+
mso-border-bottom-themecolor: accent1;
|
3080
|
+
mso-border-bottom-themetint: 153;
|
3081
|
+
border-right: none;
|
3082
|
+
mso-border-top-alt: solid #8EAADB .25pt;
|
3083
|
+
mso-border-top-themecolor: accent1;
|
3084
|
+
mso-border-top-themetint: 153;
|
3085
|
+
mso-border-bottom-alt: solid #8EAADB .25pt;
|
3086
|
+
mso-border-bottom-themecolor: accent1;
|
3087
|
+
mso-border-bottom-themetint: 153;
|
3088
|
+
mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
|
3089
|
+
mso-border-insideh: .25pt solid #8EAADB;
|
3090
|
+
mso-border-insideh-themecolor: accent1;
|
3091
|
+
mso-border-insideh-themetint: 153;
|
3092
|
+
mso-border-insidev: .25pt solid #8EAADB;
|
3093
|
+
mso-border-insidev-themecolor: accent1;
|
3094
|
+
mso-border-insidev-themetint: 153;
|
3095
|
+
mso-para-margin: 0cm;
|
3096
|
+
mso-pagination: widow-orphan;
|
3097
|
+
font-size: {{smallerfontsize}};
|
3098
|
+
font-family: {{bodyfont}};
|
3099
|
+
color: #231F20;
|
3100
|
+
mso-ansi-language: EN-US;
|
3101
|
+
mso-fareast-language: EN-US; }
|
3102
|
+
|
3103
|
+
table.MsoTable15Grid2Accent1FirstRow {
|
3104
|
+
mso-style-name: "Grid Table 2 - Accent 1";
|
3105
|
+
mso-table-condition: first-row;
|
3106
|
+
mso-style-priority: 40;
|
3107
|
+
mso-style-unhide: no;
|
3108
|
+
mso-tstyle-shading: white;
|
3109
|
+
mso-tstyle-shading-themecolor: background1;
|
3110
|
+
mso-tstyle-border-top: cell-none;
|
3111
|
+
mso-tstyle-border-bottom: 1.5pt solid #8EAADB;
|
3112
|
+
mso-tstyle-border-bottom-themecolor: accent1;
|
3113
|
+
mso-tstyle-border-bottom-themetint: 153;
|
3114
|
+
mso-tstyle-border-insideh: cell-none;
|
3115
|
+
mso-tstyle-border-insidev: cell-none;
|
3116
|
+
mso-ansi-font-weight: bold;
|
3117
|
+
mso-bidi-font-weight: bold; }
|
3118
|
+
|
3119
|
+
table.MsoTable15Grid2Accent1LastRow {
|
3120
|
+
mso-style-name: "Grid Table 2 - Accent 1";
|
3121
|
+
mso-table-condition: last-row;
|
3122
|
+
mso-style-priority: 40;
|
3123
|
+
mso-style-unhide: no;
|
3124
|
+
mso-tstyle-shading: white;
|
3125
|
+
mso-tstyle-shading-themecolor: background1;
|
3126
|
+
mso-tstyle-border-top: .75pt double #8EAADB;
|
3127
|
+
mso-tstyle-border-top-themecolor: accent1;
|
3128
|
+
mso-tstyle-border-top-themetint: 153;
|
3129
|
+
mso-tstyle-border-bottom: cell-none;
|
3130
|
+
mso-tstyle-border-insideh: cell-none;
|
3131
|
+
mso-tstyle-border-insidev: cell-none;
|
3132
|
+
mso-ansi-font-weight: bold;
|
3133
|
+
mso-bidi-font-weight: bold; }
|
3134
|
+
|
3135
|
+
table.MsoTable15Grid2Accent1FirstCol {
|
3136
|
+
mso-style-name: "Grid Table 2 - Accent 1";
|
3137
|
+
mso-table-condition: first-column;
|
3138
|
+
mso-style-priority: 40;
|
3139
|
+
mso-style-unhide: no;
|
3140
|
+
mso-ansi-font-weight: bold;
|
3141
|
+
mso-bidi-font-weight: bold; }
|
3142
|
+
|
3143
|
+
table.MsoTable15Grid2Accent1LastCol {
|
3144
|
+
mso-style-name: "Grid Table 2 - Accent 1";
|
3145
|
+
mso-table-condition: last-column;
|
3146
|
+
mso-style-priority: 40;
|
3147
|
+
mso-style-unhide: no;
|
3148
|
+
mso-ansi-font-weight: bold;
|
3149
|
+
mso-bidi-font-weight: bold; }
|
3150
|
+
|
3151
|
+
table.MsoTable15Grid2Accent1OddColumn {
|
3152
|
+
mso-style-name: "Grid Table 2 - Accent 1";
|
3153
|
+
mso-table-condition: odd-column;
|
3154
|
+
mso-style-priority: 40;
|
3155
|
+
mso-style-unhide: no;
|
3156
|
+
mso-tstyle-shading: #D9E2F3;
|
3157
|
+
mso-tstyle-shading-themecolor: accent1;
|
3158
|
+
mso-tstyle-shading-themetint: 51; }
|
3159
|
+
|
3160
|
+
table.MsoTable15Grid2Accent1OddRow {
|
3161
|
+
mso-style-name: "Grid Table 2 - Accent 1";
|
3162
|
+
mso-table-condition: odd-row;
|
3163
|
+
mso-style-priority: 40;
|
3164
|
+
mso-style-unhide: no;
|
3165
|
+
mso-tstyle-shading: #D9E2F3;
|
3166
|
+
mso-tstyle-shading-themecolor: accent1;
|
3167
|
+
mso-tstyle-shading-themetint: 51; }
|
3168
|
+
|
3169
|
+
div.formula, div.formula p {
|
3170
|
+
tab-stops: center 241.0pt right 17.0cm; }
|
3171
|
+
|
3172
|
+
body {
|
3173
|
+
tab-interval: 36.0pt; }
|
3174
|
+
|
3175
|
+
.coverpage_docnumber {
|
3176
|
+
text-align: center;
|
3177
|
+
font-size: 14.0pt;
|
3178
|
+
font-weight: bold; }
|
3179
|
+
|
3180
|
+
.coverpage_techcommittee {
|
3181
|
+
text-align: center;
|
3182
|
+
font-size: {{normalfontsize}}; }
|
3183
|
+
|
3184
|
+
.coverpage_docstage {
|
3185
|
+
text-align: center;
|
3186
|
+
font-size: 30.0pt;
|
3187
|
+
color: #485094; }
|
3188
|
+
|
3189
|
+
div.coverpage_warning {
|
3190
|
+
mso-element: para-border-div;
|
3191
|
+
border: solid windowtext 1.0pt #485094;
|
3192
|
+
mso-border-alt: solid windowtext .5pt;
|
3193
|
+
padding: 1.0pt 4.0pt 1.0pt 4.0pt #485094;
|
3194
|
+
font-size: 10.0pt;
|
3195
|
+
margin-left: 4.25pt;
|
3196
|
+
margin-right: 4.25pt; }
|
3197
|
+
|
3198
|
+
.coverpage_warning {
|
3199
|
+
color: #485094;
|
3200
|
+
font-size: 10.0pt; }
|
3201
|
+
|
3202
|
+
a.TableFootnoteRef, span.TableFootnoteRef {
|
3203
|
+
mso-style-priority: 99;
|
3204
|
+
mso-style-parent: "Footnote Reference";
|
3205
|
+
vertical-align: super; }
|
3206
|
+
|
3207
|
+
aside {
|
3208
|
+
font-size: {{footnotefontsize}}; }
|
3209
|
+
|
3210
|
+
.example-title {
|
3211
|
+
font-weight: bold;
|
3212
|
+
margin-left: 0pt; }
|
3213
|
+
|
3214
|
+
p.example, li.example, div.example, td.example {
|
3215
|
+
mso-pagination: none; }
|
3216
|
+
|
3217
|
+
p.example, li.example, td.example {
|
3218
|
+
font-size: 10.0pt;
|
3219
|
+
font-family: {{bodyfont}}; }
|
3220
|
+
|
3221
|
+
div.example {
|
3222
|
+
margin-right: 0pt;
|
3223
|
+
margin-left: 0pt;
|
3224
|
+
margin-top: 0cm;
|
3225
|
+
margin-bottom: 0cm; }
|
3226
|
+
|
3227
|
+
p.example, li.example {
|
3228
|
+
margin-right: 0pt;
|
3229
|
+
margin-left: 0pt; }
|
3230
|
+
|
3231
|
+
td.example p.MsoListParagraph {
|
3232
|
+
font-size: 10.0pt; }
|
3233
|
+
|
3234
|
+
div.example p.MsoListParagraph {
|
3235
|
+
font-size: 10.0pt; }
|
3236
|
+
|
3237
|
+
div.Note p.MsoListParagraph {
|
3238
|
+
font-size: {{smallerfontsize}}; }
|
3239
|
+
|
3240
|
+
div.Note span.stem {
|
3241
|
+
font-size: {{smallerfontsize}}; }
|
3242
|
+
|
3243
|
+
div.Note p.Sourcecode, div.Note pre.Sourcecode {
|
3244
|
+
font-size: 9.0pt;
|
3245
|
+
margin-left: 1.0cm; }
|
3246
|
+
|
3247
|
+
div.Note table.dl {
|
3248
|
+
font-size: {{smallerfontsize}};
|
3249
|
+
margin-left: 1.0cm; }
|
3250
|
+
|
3251
|
+
span.note_label, span.example_label, td.example_label, td.note_label {
|
3252
|
+
font-size: {{smallerfontsize}};
|
3253
|
+
font-family: {{bodyfont}}; }
|
3254
|
+
|
3255
|
+
table.dl {
|
3256
|
+
margin-top: 0cm;
|
3257
|
+
width: 95%;
|
3258
|
+
mso-table-layout-alt: auto;
|
3259
|
+
margin-right: 0cm;
|
3260
|
+
margin-bottom: {{smallerfontsize}};
|
3261
|
+
margin-left: 0cm; }
|
3262
|
+
|
3263
|
+
table.biblio td {
|
3264
|
+
margin-bottom: 6pt; }
|
3265
|
+
|
3266
|
+
div.figure, p.figure {
|
3267
|
+
text-align: center; }
|
3268
|
+
|
3269
|
+
div.pseudocode {
|
3270
|
+
margin-left: 1.27cm;
|
3271
|
+
margin-right: 1.27cm; }
|
3272
|
+
|
3273
|
+
p.pseudocode, li.pseudocode {
|
3274
|
+
margin-left: 0cm;
|
3275
|
+
margin-right: 0cm; }
|
3276
|
+
|
3277
|
+
div.pseudocode, p.pseudocode, li.pseudocode {
|
3278
|
+
text-align: left;
|
3279
|
+
font-size: 10pt; }
|
3280
|
+
|
3281
|
+
p.supertitle {
|
3282
|
+
mso-style-priority: 1;
|
3283
|
+
mso-style-unhide: no;
|
3284
|
+
mso-style-qformat: yes;
|
3285
|
+
mso-style-next: h1;
|
3286
|
+
margin-top: 36.0pt;
|
3287
|
+
margin-right: 0cm;
|
3288
|
+
margin-bottom: 6pt;
|
3289
|
+
margin-left: 39.7pt;
|
3290
|
+
margin-bottom: .0001pt;
|
3291
|
+
text-indent: -39.7pt;
|
3292
|
+
mso-pagination: widow-orphan lines-together;
|
3293
|
+
page-break-after: avoid;
|
3294
|
+
tab-stops: 39.7pt 59.55pt 79.4pt 99.25pt;
|
3295
|
+
mso-layout-grid-align: none;
|
3296
|
+
punctuation-wrap: simple;
|
3297
|
+
text-autospace: none;
|
3298
|
+
font-size: {{normalfontsize}};
|
3299
|
+
mso-bidi-font-size: 10.0pt;
|
3300
|
+
mso-hyphenate: none;
|
3301
|
+
font-family: {{bodyfont}};
|
3302
|
+
mso-fareast-font-family: {{bodyfont}};
|
3303
|
+
text-align: center;
|
3304
|
+
color: black;
|
3305
|
+
mso-font-kerning: 0pt;
|
3306
|
+
mso-ansi-language: EN-GB;
|
3307
|
+
mso-fareast-language: JA;
|
3308
|
+
mso-bidi-font-weight: normal; }
|
3309
|
+
|
3310
|
+
span.addition {
|
3311
|
+
color: black;
|
3312
|
+
text-decoration: underline;
|
3313
|
+
text-underline: single; }
|
3314
|
+
|
3315
|
+
span.deletion {
|
3316
|
+
color: black; }
|