metanorma-ieee 0.0.1

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