From 8380f05e94d000a71d187a2a626a0314e423527e Mon Sep 17 00:00:00 2001 From: Nick Nicholas Date: Fri, 1 Sep 2023 00:57:41 +1000 Subject: [PATCH 1/8] White paper rendering: https://github.com/metanorma/metanorma-ieee/issues/4 --- lib/html2doc/ieee_wp.rb | 6 + lib/html2doc/ieee_wp/lists.rb | 22 + lib/isodoc/ieee/html/header_wp.html | 348 ++ lib/isodoc/ieee/html/ieee_wp.scss | 3174 +++++++++++ .../ieee/html/word_ieee_colophon_wp.html | 132 + lib/isodoc/ieee/html/word_ieee_intro_wp.html | 152 + .../ieee/html/word_ieee_titlepage_wp.html | 522 ++ lib/isodoc/ieee/html/wordstyle_wp.scss | 5035 +++++++++++++++++ lib/isodoc/ieee/metadata.rb | 10 +- lib/isodoc/ieee/word_authority.rb | 19 +- lib/isodoc/ieee/word_cleanup.rb | 37 +- lib/isodoc/ieee/word_cleanup_blocks.rb | 40 +- lib/isodoc/ieee/word_convert.rb | 29 +- lib/isodoc/ieee/word_wp_convert.rb | 126 + lib/metanorma/ieee/boilerplate_wp.adoc | 103 + lib/metanorma/ieee/converter.rb | 7 +- lib/metanorma/ieee/validate.rb | 10 +- 17 files changed, 9723 insertions(+), 49 deletions(-) create mode 100644 lib/html2doc/ieee_wp.rb create mode 100644 lib/html2doc/ieee_wp/lists.rb create mode 100644 lib/isodoc/ieee/html/header_wp.html create mode 100644 lib/isodoc/ieee/html/ieee_wp.scss create mode 100644 lib/isodoc/ieee/html/word_ieee_colophon_wp.html create mode 100644 lib/isodoc/ieee/html/word_ieee_intro_wp.html create mode 100644 lib/isodoc/ieee/html/word_ieee_titlepage_wp.html create mode 100644 lib/isodoc/ieee/html/wordstyle_wp.scss create mode 100644 lib/isodoc/ieee/word_wp_convert.rb create mode 100644 lib/metanorma/ieee/boilerplate_wp.adoc diff --git a/lib/html2doc/ieee_wp.rb b/lib/html2doc/ieee_wp.rb new file mode 100644 index 0000000..df6b80b --- /dev/null +++ b/lib/html2doc/ieee_wp.rb @@ -0,0 +1,6 @@ +require "html2doc/ieee_wp/lists" + +class Html2Doc + class IEEE_WP + end +end diff --git a/lib/html2doc/ieee_wp/lists.rb b/lib/html2doc/ieee_wp/lists.rb new file mode 100644 index 0000000..a047551 --- /dev/null +++ b/lib/html2doc/ieee_wp/lists.rb @@ -0,0 +1,22 @@ +class Html2Doc + class IEEE_WP < ::Html2Doc + def list2para(list) + list.name == "ol" and return super + return if list.xpath("./li").empty? + + list.xpath("./li/p").each do |p| + p["class"] ||= "BulletedList" + end + list.xpath("./li").each do |l| + l.name = "p" + l["class"] ||= "BulletedList" + next unless l.first_element_child&.name == "p" + + l["style"] ||= "" + l["style"] += (l.first_element_child["style"]&.sub(/mso-list[^;]+;/, "") || "") + l.first_element_child.replace(l.first_element_child.children) + end + list.replace(list.children) + end + end +end diff --git a/lib/isodoc/ieee/html/header_wp.html b/lib/isodoc/ieee/html/header_wp.html new file mode 100644 index 0000000..1ca3533 --- /dev/null +++ b/lib/isodoc/ieee/html/header_wp.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + + +
+ +

+ +


+ +

+ +
+ +
+ +

+ +


+ +

+ +
+ +
+ +

+ +


+ +

+ +
+ +
+ +

+ +


+ +

+ +
+ +
+ +

2   IEEE SA

+ +

 

+ +
+ +
+ +

 

+ +
+ +
+ +

5   IEEE SA

+ +

 

+ +
+ +
+ +

+ +
+ +
+ +

 

+ +
+ + + + + + diff --git a/lib/isodoc/ieee/html/ieee_wp.scss b/lib/isodoc/ieee/html/ieee_wp.scss new file mode 100644 index 0000000..ac09bdb --- /dev/null +++ b/lib/isodoc/ieee/html/ieee_wp.scss @@ -0,0 +1,3174 @@ +p.Titleofdocument, li.Titleofdocument, div.Titleofdocument + {mso-style-name:"Title of document"; + mso-style-unhide:no; + mso-style-parent:"Heading 1"; + margin-top:18.0pt; + margin-right:49.7pt; + margin-bottom:6.0pt; + margin-left:5.05pt; + mso-pagination:widow-orphan; + mso-outline-level:1; + font-size:20.0pt; + mso-bidi-font-size:25.0pt; + font-family:$headerfont;; + mso-fareast-font-family:Montserrat-ExtraBold; + mso-bidi-font-family:Montserrat-ExtraBold; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold; + mso-no-proof:yes;} +p.IEEEStdsSponsorbodytext, li.IEEEStdsSponsorbodytext, div.IEEEStdsSponsorbodytext + *{mso-style-name:"IEEEStds Sponsor \(body text\)"; + mso-style-unhide:no; + mso-style-parent:""; + mso-style-next:"IEEEStds Paragraph"; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:18.0pt; + margin-left:0cm; + line-height:200%; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + mso-no-proof:yes;} +p.IEEEStdsTitleDraftCRBody, li.IEEEStdsTitleDraftCRBody, div.IEEEStdsTitleDraftCRBody + *{mso-style-name:"IEEEStds TitleDraftCRBody"; + mso-style-unhide:no; + mso-style-parent:""; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:justify; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + mso-no-proof:yes;} +p.IEEEStdsKeywords, li.IEEEStdsKeywords, div.IEEEStdsKeywords + *{mso-style-name:"IEEEStds Keywords"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Sans-Serif"; + mso-style-next:"IEEEStds Paragraph"; + margin:0cm; + text-align:justify; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsTableData-Center, li.IEEEStdsTableData-Center, div.IEEEStdsTableData-Center + *{mso-style-name:"IEEEStds Table Data - Center"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Paragraph"; + margin:0cm; + text-align:center; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + font-size:9.0pt; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.Unnumberedheading, li.Unnumberedheading, div.Unnumberedheading + {mso-style-name:"Unnumbered heading"; + mso-style-unhide:no; + mso-style-parent:"Heading 3 unnumbered"; + margin-top:4.6pt; + margin-right:7.2pt; + margin-bottom:6.0pt; + margin-left:0cm; + line-height:95%; + mso-pagination:widow-orphan; + mso-outline-level:3; + font-size:13.0pt; + font-family:$headerfont;; + mso-fareast-font-family:Montserrat-ExtraBold; + mso-bidi-font-family:Montserrat-ExtraBold; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold;} +p.IEEESectionHeader, li.IEEESectionHeader, div.IEEESectionHeader + {mso-style-name:"IEEE Section Header"; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:"Heading 1"; + mso-style-next:"Heading 1"; + margin-top:3.0pt; + margin-right:57.6pt; + margin-bottom:0cm; + margin-left:25.2pt; + text-indent:-25.2pt; + line-height:20.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-outline-level:1; + mso-list:l22 level1 lfo33; + tab-stops:26.65pt; + font-size:20.0pt; + mso-bidi-font-size:25.0pt; + font-family:$headerfont;; + mso-fareast-font-family:Montserrat-ExtraBold; + mso-bidi-font-family:Montserrat-ExtraBold; + color:#231F20; + text-transform:uppercase; + background:white; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold; + mso-no-proof:yes;} +p.IEEEStdsLevel4Header, li.IEEEStdsLevel4Header, div.IEEEStdsLevel4Header + *{mso-style-name:"IEEEStds Level 4 Header"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Level 3 Header"; + mso-style-link:"IEEEStds Level 4 Header Char"; + mso-style-next:"IEEEStds Paragraph"; + margin-top:12.0pt; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:0cm; + text-indent:0cm; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + mso-outline-level:4; + mso-list:l20 level4 lfo29; + mso-hyphenate:none; + font-size:$smallerfontsize; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.IEEEStdsLevel3Header, li.IEEEStdsLevel3Header, div.IEEEStdsLevel3Header + *{mso-style-name:"IEEEStds Level 3 Header"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Level 2 Header"; + mso-style-link:"IEEEStds Level 3 Header Char"; + mso-style-next:"IEEEStds Paragraph"; + margin-top:12.0pt; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:0cm; + text-indent:0cm; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + mso-outline-level:3; + mso-list:l20 level3 lfo29; + mso-hyphenate:none; + font-size:$smallerfontsize; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.IEEEStdsLevel2Header, li.IEEEStdsLevel2Header, div.IEEEStdsLevel2Header + *{mso-style-name:"IEEEStds Level 2 Header"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Level 1 Header"; + mso-style-link:"IEEEStds Level 2 Header Char"; + mso-style-next:"IEEEStds Paragraph"; + margin-top:18.0pt; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:0cm; + text-indent:0cm; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + mso-outline-level:2; + mso-list:l20 level2 lfo29; + mso-hyphenate:none; + font-size:11.0pt; + mso-bidi-font-size:10.0pt; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +span.IEEEStdsLevel2HeaderChar + *{mso-style-name:"IEEEStds Level 2 Header Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"IEEEStds Level 2 Header"; + mso-ansi-font-size:11.0pt; + font-family:$headerfont; + mso-ascii-font-family:Arial; + mso-hansi-font-family:Arial; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + mso-bidi-language:AR-SA; + font-weight:bold; + mso-bidi-font-weight:normal;} +span.IEEEStdsLevel3HeaderChar + *{mso-style-name:"IEEEStds Level 3 Header Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:"IEEEStds Level 2 Header Char"; + mso-style-link:"IEEEStds Level 3 Header"; + mso-ansi-font-size:11.0pt; + font-family:$headerfont; + mso-ascii-font-family:Arial; + mso-hansi-font-family:Arial; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + mso-bidi-language:AR-SA; + font-weight:bold; + mso-bidi-font-weight:normal;} +span.IEEEStdsLevel4HeaderChar + *{mso-style-name:"IEEEStds Level 4 Header Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:"IEEEStds Level 3 Header Char"; + mso-style-link:"IEEEStds Level 4 Header"; + mso-ansi-font-size:11.0pt; + font-family:$headerfont; + mso-ascii-font-family:Arial; + mso-hansi-font-family:Arial; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + mso-bidi-language:AR-SA; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.IEEEStdsLevel5Header, li.IEEEStdsLevel5Header, div.IEEEStdsLevel5Header + *{mso-style-name:"IEEEStds Level 5 Header"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Level 4 Header"; + mso-style-next:"IEEEStds Paragraph"; + margin-top:12.0pt; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:0cm; + text-indent:0cm; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + mso-outline-level:5; + mso-list:l20 level5 lfo29; + mso-hyphenate:none; + font-size:$smallerfontsize; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.IEEEStdsLevel6Header, li.IEEEStdsLevel6Header, div.IEEEStdsLevel6Header + *{mso-style-name:"IEEEStds Level 6 Header"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Level 5 Header"; + mso-style-next:"IEEEStds Paragraph"; + margin-top:12.0pt; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:0cm; + text-indent:0cm; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + mso-outline-level:6; + mso-list:l20 level6 lfo29; + mso-hyphenate:none; + font-size:$smallerfontsize; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.TableTitles, li.TableTitles, div.TableTitles + {mso-style-name:"Table Titles"; + mso-style-unhide:no; + mso-style-parent:"Heading 4"; + mso-style-next:"Body Text"; + margin-top:4.6pt; + margin-right:49.7pt; + margin-bottom:15.0pt; + margin-left:0cm; + text-align:center; + text-indent:0cm; + line-height:95%; + mso-pagination:widow-orphan; + mso-outline-level:4; + mso-list:l27 level1 lfo27; + font-size:$normalfontsize; + mso-bidi-font-size:13.0pt; + font-family:$headerfont;; + mso-fareast-font-family:Montserrat-ExtraBold; + mso-bidi-font-family:Montserrat-ExtraBold; + color:black; + mso-themecolor:text1; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold;} +p.IEEEStdsComputerCode, li.IEEEStdsComputerCode, div.IEEEStdsComputerCode + *{mso-style-name:"IEEEStds Computer Code"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Paragraph"; + margin:0cm; + text-align:justify; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:"Courier New"; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsSingleNote, li.IEEEStdsSingleNote, div.IEEEStdsSingleNote + *{mso-style-name:"IEEEStds Single Note"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Paragraph"; + mso-style-next:"IEEEStds Paragraph"; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:justify; + mso-pagination:widow-orphan lines-together; + font-size:9.0pt; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsFootnote, li.IEEEStdsFootnote, div.IEEEStdsFootnote + *{mso-style-name:"IEEEStds Footnote"; + mso-style-unhide:no; + mso-style-parent:"Footnote Text"; + margin:0cm; + text-align:justify; + mso-pagination:widow-orphan; + font-size:8.0pt; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsMultipleNotes, li.IEEEStdsMultipleNotes, div.IEEEStdsMultipleNotes + *{mso-style-name:"IEEEStds Multiple Notes"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Single Note"; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:justify; + text-indent:0cm; + mso-pagination:widow-orphan lines-together; + mso-list:l17 level1 lfo13; + tab-stops:39.95pt 43.2pt 46.8pt list 54.0pt; + font-size:9.0pt; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel1, li.IEEEStdsNumberedListLevel1, div.IEEEStdsNumberedListLevel1 + *{mso-style-name:"IEEEStds Numbered List Level 1"; + mso-style-unhide:no; + mso-style-parent:""; + margin-top:0cm; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:32.4pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level1 lfo11; + tab-stops:list 32.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel1CxSpFirst, li.IEEEStdsNumberedListLevel1CxSpFirst, div.IEEEStdsNumberedListLevel1CxSpFirst + *{mso-style-name:"IEEEStds Numbered List Level 1CxSpFirst"; + mso-style-unhide:no; + mso-style-parent:""; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:32.4pt; + margin-bottom:.0001pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level1 lfo11; + tab-stops:list 32.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel1CxSpMiddle, li.IEEEStdsNumberedListLevel1CxSpMiddle, div.IEEEStdsNumberedListLevel1CxSpMiddle + *{mso-style-name:"IEEEStds Numbered List Level 1CxSpMiddle"; + mso-style-unhide:no; + mso-style-parent:""; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:32.4pt; + margin-bottom:.0001pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level1 lfo11; + tab-stops:list 32.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel1CxSpLast, li.IEEEStdsNumberedListLevel1CxSpLast, div.IEEEStdsNumberedListLevel1CxSpLast + *{mso-style-name:"IEEEStds Numbered List Level 1CxSpLast"; + mso-style-unhide:no; + mso-style-parent:""; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:32.4pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level1 lfo11; + tab-stops:list 32.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel2, li.IEEEStdsNumberedListLevel2, div.IEEEStdsNumberedListLevel2 + *{mso-style-name:"IEEEStds Numbered List Level 2"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 1"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:54.0pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level2 lfo11; + tab-stops:list 54.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel2CxSpFirst, li.IEEEStdsNumberedListLevel2CxSpFirst, div.IEEEStdsNumberedListLevel2CxSpFirst + *{mso-style-name:"IEEEStds Numbered List Level 2CxSpFirst"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 1"; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:54.0pt; + margin-bottom:.0001pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level2 lfo11; + tab-stops:list 54.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel2CxSpMiddle, li.IEEEStdsNumberedListLevel2CxSpMiddle, div.IEEEStdsNumberedListLevel2CxSpMiddle + *{mso-style-name:"IEEEStds Numbered List Level 2CxSpMiddle"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 1"; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:54.0pt; + margin-bottom:.0001pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level2 lfo11; + tab-stops:list 54.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel2CxSpLast, li.IEEEStdsNumberedListLevel2CxSpLast, div.IEEEStdsNumberedListLevel2CxSpLast + *{mso-style-name:"IEEEStds Numbered List Level 2CxSpLast"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 1"; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:54.0pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level2 lfo11; + tab-stops:list 54.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel3, li.IEEEStdsNumberedListLevel3, div.IEEEStdsNumberedListLevel3 + *{mso-style-name:"IEEEStds Numbered List Level 3"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 2"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:76.3pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level3 lfo11; + tab-stops:75.6pt list 90.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel3CxSpFirst, li.IEEEStdsNumberedListLevel3CxSpFirst, div.IEEEStdsNumberedListLevel3CxSpFirst + *{mso-style-name:"IEEEStds Numbered List Level 3CxSpFirst"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 2"; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:76.3pt; + margin-bottom:.0001pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level3 lfo11; + tab-stops:75.6pt list 90.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel3CxSpMiddle, li.IEEEStdsNumberedListLevel3CxSpMiddle, div.IEEEStdsNumberedListLevel3CxSpMiddle + *{mso-style-name:"IEEEStds Numbered List Level 3CxSpMiddle"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 2"; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:76.3pt; + margin-bottom:.0001pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level3 lfo11; + tab-stops:75.6pt list 90.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel3CxSpLast, li.IEEEStdsNumberedListLevel3CxSpLast, div.IEEEStdsNumberedListLevel3CxSpLast + *{mso-style-name:"IEEEStds Numbered List Level 3CxSpLast"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 2"; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:76.3pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level3 lfo11; + tab-stops:75.6pt list 90.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsWarning, li.IEEEStdsWarning, div.IEEEStdsWarning + *{mso-style-name:"IEEEStds Warning"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Paragraph"; + mso-style-next:"IEEEStds Paragraph"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:center; + mso-pagination:widow-orphan lines-together; + border:none; + mso-border-alt:solid windowtext 1.0pt; + padding:0cm; + mso-padding-alt:4.0pt 4.0pt 4.0pt 4.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.zzHelp, li.zzHelp, div.zzHelp + *{mso-style-name:"zzHelp"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Paragraph"; + mso-style-next:"IEEEStds Paragraph"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:center; + mso-pagination:widow-orphan lines-together; + border:none; + color:green; + mso-border-alt:solid windowtext 1.0pt; + padding:0cm; + mso-padding-alt:4.0pt 4.0pt 4.0pt 4.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.References, li.References, div.References + {mso-style-name:References; + mso-style-unhide:no; + mso-style-parent:"Body Text"; + margin-top:6.0pt; + margin-right:7.2pt; + margin-bottom:6.0pt; + margin-left:36.0pt; + text-align:justify; + text-indent:-36.0pt; + line-height:150%; + mso-pagination:none; + mso-list:l30 level1 lfo32; + text-autospace:none; + font-size:$normalfontsize; + mso-bidi-font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.Intro, li.Intro, div.Intro + {mso-style-name:Intro; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:"Heading 4"; + mso-style-link:"Intro Char"; + margin-top:0cm; + margin-right:74.15pt; + margin-bottom:6.0pt; + margin-left:5.05pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-outline-level:4; + font-size:$normalfontsize; + mso-bidi-font-size:13.0pt; + font-family:"Calibri Light",sans-serif; + mso-fareast-font-family:Montserrat-ExtraBold; + mso-bidi-font-family:Montserrat-ExtraBold; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold;} +span.IntroChar + {mso-style-name:"Intro Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:Intro; + mso-ansi-font-size:12.0pt; + mso-bidi-font-size:12.0pt; + font-family:"Calibri Light",sans-serif; + mso-ascii-font-family:"Calibri Light"; + mso-fareast-font-family:Calibri-Light; + mso-hansi-font-family:"Calibri Light"; + mso-bidi-font-family:Calibri-Light; + color:#231F20; + mso-bidi-language:EN-US;} +p.IEEEStdsTitleDraftCRaddr, li.IEEEStdsTitleDraftCRaddr, div.IEEEStdsTitleDraftCRaddr + *{mso-style-name:"IEEEStds TitleDraftCRaddr"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds TitleDraftCRBody"; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + mso-no-proof:yes;} +p.IEEEStdsEquation, li.IEEEStdsEquation, div.IEEEStdsEquation + *{mso-style-name:"IEEEStds Equation"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Paragraph"; + mso-style-next:"IEEEStds Paragraph"; + margin-top:12.0pt; + margin-right:27.35pt; + margin-bottom:12.0pt; + margin-left:18.0pt; + text-indent:-18.0pt; + mso-pagination:widow-orphan; + tab-stops:right 432.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.FigureHeadings, li.FigureHeadings, div.FigureHeadings + {mso-style-name:"Figure Headings"; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:"Heading 4"; + mso-style-link:"Figure Headings Char"; + mso-style-next:"Body Text"; + margin-top:12.0pt; + margin-right:49.7pt; + margin-bottom:12.0pt; + margin-left:18.0pt; + text-align:center; + text-indent:-18.0pt; + mso-pagination:widow-orphan; + mso-outline-level:4; + mso-list:l24 level1 lfo22; + font-size:$normalfontsize; + mso-bidi-font-size:13.0pt; + font-family:$headerfont;; + mso-fareast-font-family:Montserrat-ExtraBold; + mso-bidi-font-family:Montserrat-ExtraBold; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold;} +span.FigureHeadingsChar + {mso-style-name:"Figure Headings Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Figure Headings"; + mso-ansi-font-size:$normalfontsize; + mso-bidi-font-size:13.0pt; + font-family:$headerfont;; + mso-ascii-font-family:"Arial Black"; + mso-fareast-font-family:Montserrat-ExtraBold; + mso-hansi-font-family:"Arial Black"; + mso-bidi-font-family:Montserrat-ExtraBold; + font-weight:bold;} +p.Tablenotes, li.Tablenotes, div.Tablenotes + {mso-style-name:"Table notes"; + mso-style-unhide:no; + margin-top:2.0pt; + margin-right:0cm; + margin-bottom:2.0pt; + margin-left:0cm; + mso-pagination:none; + text-autospace:none; + font-size:8.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.IEEEStdsLevel7Header, li.IEEEStdsLevel7Header, div.IEEEStdsLevel7Header + *{mso-style-name:"IEEEStds Level 7 Header"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Level 6 Header"; + mso-style-next:"IEEEStds Paragraph"; + margin-top:12.0pt; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:0cm; + text-indent:0cm; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + mso-outline-level:7; + mso-list:l20 level7 lfo29; + mso-hyphenate:none; + font-size:$smallerfontsize; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.IEEEStdsLevel8Header, li.IEEEStdsLevel8Header, div.IEEEStdsLevel8Header + *{mso-style-name:"IEEEStds Level 8 Header"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Level 7 Header"; + mso-style-next:"IEEEStds Paragraph"; + margin-top:12.0pt; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:0cm; + text-indent:0cm; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + mso-outline-level:8; + mso-list:l20 level8 lfo29; + mso-hyphenate:none; + font-size:$smallerfontsize; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.IEEEStdsLevel9Header, li.IEEEStdsLevel9Header, div.IEEEStdsLevel9Header + *{mso-style-name:"IEEEStds Level 9 Header"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Level 8 Header"; + mso-style-next:"IEEEStds Paragraph"; + margin-top:12.0pt; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:0cm; + text-indent:0cm; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + mso-outline-level:9; + mso-list:l20 level9 lfo29; + mso-hyphenate:none; + font-size:$smallerfontsize; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.IEEEStdsDefinitions, li.IEEEStdsDefinitions, div.IEEEStdsDefinitions + *{mso-style-name:"IEEEStds Definitions"; + mso-style-unhide:no; + mso-style-parent:""; + mso-style-next:"IEEEStds Paragraph"; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:justify; + mso-pagination:widow-orphan lines-together; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel4, li.IEEEStdsNumberedListLevel4, div.IEEEStdsNumberedListLevel4 + *{mso-style-name:"IEEEStds Numbered List Level 4"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 3"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:98.6pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level4 lfo11; + tab-stops:97.9pt list 112.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel4CxSpFirst, li.IEEEStdsNumberedListLevel4CxSpFirst, div.IEEEStdsNumberedListLevel4CxSpFirst + *{mso-style-name:"IEEEStds Numbered List Level 4CxSpFirst"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 3"; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:98.6pt; + margin-bottom:.0001pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level4 lfo11; + tab-stops:97.9pt list 112.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel4CxSpMiddle, li.IEEEStdsNumberedListLevel4CxSpMiddle, div.IEEEStdsNumberedListLevel4CxSpMiddle + *{mso-style-name:"IEEEStds Numbered List Level 4CxSpMiddle"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 3"; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:98.6pt; + margin-bottom:.0001pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level4 lfo11; + tab-stops:97.9pt list 112.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel4CxSpLast, li.IEEEStdsNumberedListLevel4CxSpLast, div.IEEEStdsNumberedListLevel4CxSpLast + *{mso-style-name:"IEEEStds Numbered List Level 4CxSpLast"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 3"; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:98.6pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level4 lfo11; + tab-stops:97.9pt list 112.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel5, li.IEEEStdsNumberedListLevel5, div.IEEEStdsNumberedListLevel5 + *{mso-style-name:"IEEEStds Numbered List Level 5"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 4"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:120.2pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level5 lfo11; + tab-stops:120.25pt list 134.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel5CxSpFirst, li.IEEEStdsNumberedListLevel5CxSpFirst, div.IEEEStdsNumberedListLevel5CxSpFirst + *{mso-style-name:"IEEEStds Numbered List Level 5CxSpFirst"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 4"; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:120.2pt; + margin-bottom:.0001pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level5 lfo11; + tab-stops:120.25pt list 134.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel5CxSpMiddle, li.IEEEStdsNumberedListLevel5CxSpMiddle, div.IEEEStdsNumberedListLevel5CxSpMiddle + *{mso-style-name:"IEEEStds Numbered List Level 5CxSpMiddle"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 4"; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:120.2pt; + margin-bottom:.0001pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level5 lfo11; + tab-stops:120.25pt list 134.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsNumberedListLevel5CxSpLast, li.IEEEStdsNumberedListLevel5CxSpLast, div.IEEEStdsNumberedListLevel5CxSpLast + *{mso-style-name:"IEEEStds Numbered List Level 5CxSpLast"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Numbered List Level 4"; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:120.2pt; + mso-add-space:auto; + text-align:justify; + text-indent:-22.3pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-list:l16 level5 lfo11; + tab-stops:120.25pt list 134.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsEquationVariableList, li.IEEEStdsEquationVariableList, div.IEEEStdsEquationVariableList + *{mso-style-name:"IEEEStds Equation Variable List"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Paragraph"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:38.2pt; + text-align:justify; + text-indent:-28.1pt; + mso-pagination:widow-orphan lines-together; + mso-hyphenate:none; + tab-stops:38.0pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + layout-grid-mode:line;} +span.IEEEStdsKeywordsHeader + *{mso-style-name:"IEEEStds Keywords Header"; + mso-style-unhide:no; + mso-style-parent:""; + font-weight:bold; + mso-bidi-font-weight:normal;} +span.IEEEStdsAbstractHeader + *{mso-style-name:"IEEEStds Abstract Header"; + mso-style-unhide:no; + mso-style-parent:""; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.Tablecolumnheader, li.Tablecolumnheader, div.Tablecolumnheader + {mso-style-name:"Table column header"; + mso-style-unhide:no; + margin:0cm; + text-align:center; + mso-pagination:none; + text-autospace:none; + font-size:$smallerfontsize; + font-family:"Calibri Light",sans-serif; + mso-ascii-font-family:"Calibri Light"; + mso-ascii-theme-font:major-latin; + mso-fareast-font-family:"Times New Roman"; + mso-hansi-font-family:"Calibri Light"; + mso-hansi-theme-font:major-latin; + mso-bidi-font-family:"Times New Roman"; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold;} +p.IEEEStdsTableLineHead, li.IEEEStdsTableLineHead, div.IEEEStdsTableLineHead + *{mso-style-name:"IEEEStds Table Line Head"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Paragraph"; + margin:0cm; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + font-size:9.0pt; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsTableLineSubhead, li.IEEEStdsTableLineSubhead, div.IEEEStdsTableLineSubhead + *{mso-style-name:"IEEEStds Table Line Subhead"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Paragraph"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:10.8pt; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + font-size:9.0pt; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.Abstract, li.Abstract, div.Abstract + {mso-style-name:Abstract; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + margin-top:6.0pt; + margin-right:54.0pt; + margin-bottom:6.0pt; + margin-left:5.05pt; + text-align:justify; + line-height:150%; + mso-pagination:widow-orphan; + font-size:12.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:"Calibri Light",sans-serif; + mso-fareast-font-family:Calibri; + mso-bidi-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.Tablecelltext, li.Tablecelltext, div.Tablecelltext + {mso-style-name:"Table cell text"; + mso-style-unhide:no; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + mso-pagination:none; + text-autospace:none; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.IEEEStdsCRTextReg, li.IEEEStdsCRTextReg, div.IEEEStdsCRTextReg + *{mso-style-name:"IEEEStds CR TextReg"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Sans-Serif"; + margin:0cm; + mso-pagination:widow-orphan; + tab-stops:27.0pt 126.0pt; + font-size:7.0pt; + mso-bidi-font-size:10.0pt; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.Bulletedlist, li.Bulletedlist, div.Bulletedlist + {mso-style-name:"Bulleted list"; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-next:"Body Text"; + margin-top:3.0pt; + margin-right:57.6pt; + margin-bottom:6.0pt; + margin-left:36.0pt; + text-indent:-18.0pt; + mso-pagination:none; + mso-list:l23 level1 lfo5; + tab-stops:14.0pt; + text-autospace:none; + font-size:$normalfontsize; + mso-bidi-font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.IntroBulletsSecondary, li.IntroBulletsSecondary, div.IntroBulletsSecondary + {mso-style-name:"Intro Bullets Secondary"; + mso-style-update:auto; + mso-style-unhide:no; + mso-style-qformat:yes; + margin-top:.7pt; + margin-right:50.0pt; + margin-bottom:0cm; + margin-left:20.2pt; + text-indent:-6.5pt; + line-height:18.0pt; + mso-line-height-rule:exactly; + mso-pagination:none; + text-autospace:none; + font-size:12.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:"Calibri Light",sans-serif; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.IEEEStdsTitleParaSans, li.IEEEStdsTitleParaSans, div.IEEEStdsTitleParaSans + *{mso-style-name:"IEEEStds TitleParaSans"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Paragraph"; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsTitleParaSansBold, li.IEEEStdsTitleParaSansBold, div.IEEEStdsTitleParaSansBold + *{mso-style-name:"IEEEStds TitleParaSansBold"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Paragraph"; + margin:0cm; + text-align:justify; + mso-pagination:widow-orphan; + font-size:11.0pt; + mso-bidi-font-size:10.0pt; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.IEEEStdsCRFootnote, li.IEEEStdsCRFootnote, div.IEEEStdsCRFootnote + *{mso-style-name:"IEEEStds CRFootnote"; + mso-style-unhide:no; + mso-style-parent:"Footnote Text"; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + color:white; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsCRTextItal, li.IEEEStdsCRTextItal, div.IEEEStdsCRTextItal + *{mso-style-name:"IEEEStds CR TextItal"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds CR TextReg"; + margin:0cm; + mso-pagination:widow-orphan; + tab-stops:27.0pt 126.0pt; + font-size:7.0pt; + mso-bidi-font-size:10.0pt; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-style:italic; + mso-bidi-font-style:normal;} +span.DeltaViewInsertion + *{mso-style-name:"DeltaView Insertion"; + mso-style-priority:99; + mso-style-unhide:no; + mso-style-parent:""; + color:blue; + text-decoration:underline; + text-underline:double;} +span.DeltaViewDeletion + *{mso-style-name:"DeltaView Deletion"; + mso-style-priority:99; + mso-style-unhide:no; + mso-style-parent:""; + color:red; + text-decoration:line-through;} +p.IEEEStdsCopyrightaddrs, li.IEEEStdsCopyrightaddrs, div.IEEEStdsCopyrightaddrs + *{mso-style-name:"IEEEStds Copyright \(addrs\)"; + mso-style-unhide:no; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + mso-no-proof:yes;} +p.IEEEStdsLevel2frontmatter, li.IEEEStdsLevel2frontmatter, div.IEEEStdsLevel2frontmatter + *{mso-style-name:"IEEEStds Level 2 \(front matter\)"; + mso-style-unhide:no; + mso-style-parent:"IEEEStds Level 1 \(front matter\)"; + margin-top:18.0pt; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:0cm; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + /*mso-outline-level:2;*/ + mso-hyphenate:none; + font-size:11.0pt; + mso-bidi-font-size:10.0pt; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.IEEEStdsFrontMatterAddress, li.IEEEStdsFrontMatterAddress, div.IEEEStdsFrontMatterAddress + *{mso-style-name:"IEEEStds Front Matter Address"; + mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:108.0pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:9.0pt; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsFrontMatterAddressCxSpFirst, li.IEEEStdsFrontMatterAddressCxSpFirst, div.IEEEStdsFrontMatterAddressCxSpFirst + *{mso-style-name:"IEEEStds Front Matter AddressCxSpFirst"; + mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:108.0pt; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:9.0pt; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsFrontMatterAddressCxSpMiddle, li.IEEEStdsFrontMatterAddressCxSpMiddle, div.IEEEStdsFrontMatterAddressCxSpMiddle + *{mso-style-name:"IEEEStds Front Matter AddressCxSpMiddle"; + mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:108.0pt; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:9.0pt; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsFrontMatterAddressCxSpLast, li.IEEEStdsFrontMatterAddressCxSpLast, div.IEEEStdsFrontMatterAddressCxSpLast + *{mso-style-name:"IEEEStds Front Matter AddressCxSpLast"; + mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:12.0pt; + margin-left:108.0pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:9.0pt; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.IEEEStdsUnorderedListLevel2, li.IEEEStdsUnorderedListLevel2, div.IEEEStdsUnorderedListLevel2 + *{mso-style-name:"IEEEStds Unordered List Level 2"; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:"IEEEStds Unordered List"; + margin-top:3.0pt; + margin-right:0cm; + margin-bottom:3.0pt; + margin-left:46.1pt; + text-align:justify; + text-indent:-18.0pt; + mso-pagination:widow-orphan; + mso-list:l21 level1 lfo35; + tab-stops:46.1pt 120.25pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + mso-no-proof:yes;} + + + + +p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre + *{mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:left; + mso-pagination:widow-orphan; + 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; + font-size:$monospacefontsize; + font-family:$monospacefont; + mso-fareast-font-family:Calibri; + mso-bidi-font-family:"Courier New"; + mso-ansi-language:EN-GB;} +p.pseudocode, li.pseudocode, div.pseudocode + *{mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:left; + mso-pagination:widow-orphan; + 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; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + mso-bidi-font-family:"Courier New"; + mso-ansi-language:EN-GB;} +p.annex_obligation, li.annex_obligation, div.annex_obligation + *{mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:0cm; + margin-bottom:.0001pt; + text-align:center; + mso-pagination:widow-orphan; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US;} +p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef + *{mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:39.7pt; + margin-bottom:.0001pt; + text-indent:-39.7pt; + mso-pagination:widow-orphan; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB;} +p.FigureTitle + *{mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + margin-top:$normalfontsize; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:center; + mso-pagination:widow-orphan lines-together; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-weight:bold; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB;} +p.SourceTitle + *{mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + margin-top:18.0pt; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:center; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-weight:bold; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB;} +p.AdmonitionTitle, p.RecommendationTitle + *{mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + margin-top:18.0pt; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:center; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-weight:bold; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB;} +p.TableTitle, p.ListTitle + *{mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + margin-top:18.0pt; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:center; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-weight:bold; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB;} +p.Note, div.Note, li.Note + *{mso-style-unhide:no; + mso-style-qformat:yes; + margin-top:4.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:0cm; + margin-bottom:.0001pt; + text-align:justify; + text-justify:inter-ideograph; + mso-pagination:widow-orphan; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + mso-bidi-font-size:10.0pt; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB;} +p.Note, div.Note, li.Note *{ + font-size:$smallerfontsize; + font-family:$bodyfont; + } +p.TableFootnote, div.TableFootnote, li.TableFootnote + *{mso-style-unhide:no; + mso-style-qformat:yes; + margin-top:2.0pt; + margin-right:0cm; + margin-bottom:2.0pt; + margin-left:14.2pt; + text-indent:-14.2pt; + margin-bottom:.0001pt; + mso-pagination:widow-orphan; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:$smallerfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB;} +p.FooterQP, li.FooterQP, div.FooterQP + *{mso-style-name:Footer_QP; + mso-style-unhide:no; + margin:0cm; + margin-bottom:.0001pt; + mso-pagination:widow-orphan; + tab-stops:45.35pt right 439.45pt 17.0cm; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:11.0pt; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-ansi-language:EN-GB; + mso-fareast-language:EN-US; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.FooterQPLandscape, li.FooterQPLandscape, div.FooterQPLandscape + *{ + mso-style-unhide:no; + margin:0cm; + margin-bottom:.0001pt; + mso-pagination:widow-orphan; + tab-stops:45.35pt right 439.45pt 733.1pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:11.0pt; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-ansi-language:EN-GB; + mso-fareast-language:EN-US; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.FirstFooter, li.FirstFooter, div.FirstFooter + *{mso-style-name:FirstFooter; + mso-style-unhide:no; + mso-style-parent:Footer; + margin-top:2.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:0cm; + margin-bottom:.0001pt; + mso-pagination:widow-orphan; + font-size:8.0pt; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-ansi-language:EN-GB; + mso-fareast-language:EN-US;} +p.Appendix, li.Appendix, div.Appendix + {mso-style-name:Appendix; + mso-style-update:auto; + mso-style-unhide:no; + mso-style-qformat:yes; + margin-top:2.65pt; + margin-right:57.6pt; + margin-bottom:0cm; + margin-left:22.35pt; + text-indent:-17.3pt; + line-height:12.0pt; + mso-line-height-rule:exactly; + mso-pagination:none; + mso-list:l15 level1 lfo1; + tab-stops:21.95pt 22.05pt; + text-autospace:none; + font-size:9.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.Appendixlevel2, li.Appendixlevel2, div.Appendixlevel2 + {mso-style-name:"Appendix level 2"; + mso-style-unhide:no; + mso-style-qformat:yes; + margin-top:2.0pt; + margin-right:50.0pt; + margin-bottom:0cm; + margin-left:31.65pt; + text-indent:-9.35pt; + line-height:12.0pt; + mso-line-height-rule:exactly; + mso-pagination:none; + mso-list:l15 level2 lfo1; + tab-stops:31.05pt; + text-autospace:none; + font-size:9.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.Appendixlevel3, li.Appendixlevel3, div.Appendixlevel3 + {mso-style-name:"Appendix level 3"; + mso-style-unhide:no; + mso-style-qformat:yes; + margin-top:2.0pt; + margin-right:50.0pt; + margin-bottom:0cm; + margin-left:46.0pt; + text-indent:-15.0pt; + mso-pagination:none; + mso-list:l15 level3 lfo1; + tab-stops:45.95pt 46.05pt; + text-autospace:none; + font-size:9.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.Normalaftertitle, li.Normalaftertitle, div.Normalaftertitle + *{mso-style-name:Normal_after_title; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:18.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:0cm; + margin-bottom:.0001pt; + text-align:justify; + text-justify:inter-ideograph; + mso-pagination:widow-orphan; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-ansi-language:EN-GB; + mso-fareast-language:EN-US;} +p.BiblioTitle, li.BiblioTitle, div.BiblioTitle + *{mso-style-name:"Biblio Title"; + mso-style-noshow:yes; + mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:15.5pt; + margin-left:0cm; + text-align:center; + line-height:15.5pt; + mso-pagination:widow-orphan; + mso-outline-level:1; + tab-stops:20.15pt; + font-size:14.0pt; + mso-bidi-font-size:11.0pt; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + mso-bidi-font-family:$headerfont; + mso-ansi-language:EN-GB; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.Definition, li.Definition, div.Definition + *{mso-style-name:Definition; + mso-style-priority:9; + mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:justify; + line-height:$normalfontsize; + mso-pagination:widow-orphan; + tab-stops:20.15pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB;} +p.ForewordTitle, li.ForewordTitle, div.ForewordTitle + *{mso-style-name:"Foreword Title"; + mso-style-noshow:yes; + mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:15.5pt; + margin-left:0cm; + text-align:justify; + line-height:15.5pt; + page-break-before:always; + mso-pagination:widow-orphan; + page-break-after:avoid; + mso-outline-level:1; + mso-hyphenate:none; + tab-stops:20.15pt; + font-size:14.0pt; + mso-bidi-font-size:11.0pt; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + mso-bidi-font-family:$headerfont; + mso-ansi-language:EN-GB; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.IntroTitle, li.IntroTitle, div.IntroTitle + *{mso-style-name:"Intro Title"; + mso-style-noshow:yes; + mso-style-unhide:no; + mso-style-parent:"Foreword Title"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:15.5pt; + margin-left:0cm; + text-align:justify; + line-height:15.5pt; + mso-pagination:widow-orphan; + page-break-after:avoid; + mso-outline-level:1; + mso-hyphenate:none; + tab-stops:20.15pt; + font-size:14.0pt; + mso-bidi-font-size:11.0pt; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + mso-bidi-font-family:$headerfont; + mso-ansi-language:EN-GB; + font-weight:bold; + page-break-before:always; + mso-bidi-font-weight:normal;} +p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead *{ +mso-style-noshow:yes; + mso-style-unhide:no; + mso-style-parent:"Foreword Title"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:15.5pt; + margin-left:0cm; + text-align:center; + line-height:15.5pt; + mso-pagination:widow-orphan; + page-break-after:avoid; + mso-hyphenate:none; + tab-stops:20.15pt; + font-size:14.0pt; + mso-bidi-font-size:11.0pt; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + mso-bidi-font-family:$headerfont; + mso-ansi-language:EN-GB; + font-weight:bold; + mso-bidi-font-weight:normal; +} +p.Terms, li.Terms, div.Terms + *{mso-style-name:"Term\(s\)"; + mso-style-priority:8; + mso-style-unhide:no; + mso-style-next:Definition; + margin:0cm; + margin-bottom:.0001pt; + line-height:$normalfontsize; + mso-pagination:widow-orphan; + page-break-after:avoid; + mso-hyphenate:none; + tab-stops:20.15pt; + font-size:$smallerfontsize; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + mso-bidi-font-family:$headerfont; + mso-ansi-language:EN-GB; + mso-bidi-font-weight:normal;} +p.AltTerms, li.AltTerms, div.AltTerms + *{mso-style-name:"AltTerm\(s\)"; + mso-style-priority:8; + mso-style-unhide:no; + mso-style-next:Definition; + margin:0cm; + margin-bottom:.0001pt; + line-height:$normalfontsize; + mso-pagination:widow-orphan; + page-break-after:avoid; + mso-hyphenate:none; + tab-stops:20.15pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB; + mso-bidi-font-weight:normal;} +p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms + *{mso-style-name:"DeprecatedTerm\(s\)"; + mso-style-priority:8; + mso-style-unhide:no; + mso-style-next:Definition; + margin:0cm; + margin-bottom:.0001pt; + line-height:$normalfontsize; + mso-pagination:widow-orphan; + page-break-after:avoid; + mso-hyphenate:none; + tab-stops:20.15pt; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB; + mso-bidi-font-weight:normal;} +p.TermNum, li.TermNum, div.TermNum + *{mso-style-name:TermNum; + mso-style-priority:7; + mso-style-unhide:no; + mso-style-next:"Term\(s\)"; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:0cm; + line-height:$normalfontsize; + text-align:justify; + text-justify:inter-ideograph; + mso-pagination:widow-orphan; + page-break-after:avoid; + tab-stops:20.15pt; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB; + mso-bidi-font-weight:normal;} +p.zzContents, li.zzContents, div.zzContents + *{mso-style-name:zzContents; + mso-style-noshow:yes; + mso-style-unhide:no; + mso-style-next:"TOC 1"; + margin-top:48.0pt; + margin-right:0cm; + margin-bottom:15.5pt; + margin-left:0cm; + line-height:15.5pt; + mso-line-height-rule:exactly; + page-break-before:always; + mso-pagination:widow-orphan; + page-break-after:avoid; + mso-hyphenate:none; + tab-stops:20.15pt; + font-size:14.0pt; + mso-bidi-font-size:11.0pt; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + mso-bidi-font-family:$headerfont; + mso-ansi-language:EN-GB; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.zzCopyright, li.zzCopyright + *{mso-style-name:zzCopyright; + mso-style-noshow:yes; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:0cm; + margin-right:14.2pt; + margin-bottom:6.0pt; + margin-left:14.2pt; + text-align:justify; + line-height:$normalfontsize; + mso-pagination:widow-orphan; + tab-stops:20.15pt 25.7pt 481.15pt; + padding:0cm; + mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB;} +div.zzCopyright + *{mso-element:para-border-div; + border:solid windowtext 1.0pt; + mso-border-top-alt:solid windowtext .5pt; + mso-border-left-alt:solid windowtext .5pt; + mso-border-right-alt:solid windowtext .5pt; + mso-border-bottom-alt:solid windowtext .5pt; + padding:1.0pt 4.0pt 0cm 4.0pt; + margin-left:5.1pt; + margin-right:5.1pt;} +p.zzCopyright_address + *{margin-top:0cm; + margin-right:14.2pt; + margin-bottom:0.0pt; + margin-left:14.2pt; + mso-layout-grid-align:none; + text-autospace:none; + padding-left:20pt; + mso-padding-alt-left:20pt; + font-size:10.0pt; + text-align:left; + mso-bidi-font-size:11.0pt;} +p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle + *{mso-style-name:zzSTDTitle; + mso-style-noshow:yes; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:20.0pt; + margin-right:0cm; + margin-bottom:38.0pt; + margin-left:0cm; + line-height:17.5pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-hyphenate:none; + tab-stops:20.15pt; + font-size:16.0pt; + mso-bidi-font-size:11.0pt; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + mso-bidi-font-family:$headerfont; + mso-ansi-language:EN-GB; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 + *{mso-style-name:zzSTDTitle; + mso-style-noshow:yes; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:0pt; + margin-right:0cm; + margin-bottom:18.0pt; + margin-left:0cm; + line-height:17.5pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-hyphenate:none; + tab-stops:20.15pt; + font-size:14.0pt; + mso-bidi-font-size:11.0pt; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + mso-bidi-font-family:$headerfont; + mso-ansi-language:EN-GB; + text-align:left; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.zzSTDTitle2, li.zzSTDTitle2, div.zzSTDTitle2 + *{mso-style-name:zzSTDTitle; + mso-style-noshow:yes; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:0pt; + margin-right:0cm; + margin-bottom:18.0pt; + margin-left:0cm; + line-height:17.5pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-hyphenate:none; + tab-stops:20.15pt; + font-size:14.0pt; + mso-bidi-font-size:11.0pt; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + mso-bidi-font-family:$headerfont; + mso-ansi-language:EN-GB; + font-weight:bold; + text-align:center; + mso-bidi-font-weight:normal;} +p.zzSTDTitle3, li.zzSTDTitle3, div.zzSTDTitle3 + *{mso-style-name:zzSTDTitle; + mso-style-noshow:yes; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:0pt; + margin-right:0cm; + margin-bottom:18.0pt; + margin-left:0cm; + line-height:17.5pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-hyphenate:none; + tab-stops:20.15pt; + font-size:14.0pt; + mso-bidi-font-size:11.0pt; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + mso-bidi-font-family:$headerfont; + mso-ansi-language:EN-GB; + font-style:italic; + text-align:center; + mso-bidi-font-weight:normal;} +p.Quote, li.Quote, div.Quote + *{mso-style-priority:99; + margin-top:0cm; + margin-right:36.0pt; + margin-bottom:0cm; + margin-left:36.0pt; + text-align:justify; + line-height:$normalfontsize; + mso-pagination:widow-orphan; + tab-stops:20.15pt; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB;} +p.Quote, li.Quote *{ + font-size:$normalfontsize; + font-family:$bodyfont; + } +p.QuoteAttribution + *{text-align:right; + mso-style-priority:99; + margin-top:0cm; + margin-right:36.0pt; + margin-bottom:0cm; + margin-left:36.0pt; + line-height:$normalfontsize; + mso-pagination:widow-orphan; + tab-stops:20.15pt; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB; + } +p.Admonition, li.Admonition, div.Admonition + *{mso-style-priority:99; + margin-top:0cm; + margin-right:57.6pt; + margin-bottom:0cm; + margin-left:57.6pt; + margin-bottom:.0001pt; + mso-pagination:widow-orphan; + border:none; + mso-border-alt:solid #4472C4 .25pt; + mso-border-themecolor:accent1; + padding:0cm; + mso-padding-alt:10.0pt 10.0pt 10.0pt 10.0pt; + mso-ascii-font-family:$bodyfont; + mso-ascii-theme-font:minor-latin; + mso-fareast-font-family:$bodyfont; + mso-fareast-theme-font:minor-fareast; + mso-hansi-font-family:$bodyfont; + mso-hansi-theme-font:minor-latin; + mso-bidi-font-family:$bodyfont; + mso-bidi-theme-font:minor-bidi; + color:#4472C4; + mso-themecolor:accent1; + mso-ansi-language:EN-AU; + } +p.Admonition, li.Admonition *{ + font-size:$normalfontsize; + font-family:$bodyfont; + font-style:italic; + } +p.Code, li.Code, div.Code + *{mso-style-name:Code; + mso-style-priority:16; + mso-style-unhide:no; + mso-style-qformat:yes; + margin:0cm; + margin-bottom:.0001pt; + line-height:10.0pt; + mso-pagination:widow-orphan; + tab-stops:20.15pt; + font-size:9.0pt; + mso-bidi-font-size:11.0pt; + font-family:$monospacefont; + mso-fareast-font-family:Calibri; + mso-bidi-font-family:"Source Sans Pro"; + mso-ansi-language:EN-GB;} +p.Formula, li.Formula, div.Formula + *{mso-style-name:Formula; + mso-style-noshow:yes; + mso-style-unhide:no; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:0cm; + margin-bottom:.0001pt; + mso-pagination:widow-orphan; + tab-stops:39.7pt center 241.0pt right 17.0cm; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB;} +table.formula_dl *{ + margin-left:1.4cm; + margin-right:1.4cm; +} +/* definition list */ +p.enumlev1, li.enumlev1, div.enumlev1 + *{mso-style-name:enumlev1; + mso-style-unhide:no; + margin-top:4.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:39.7pt; + margin-bottom:.0001pt; + text-align:justify; + text-justify:inter-ideograph; + text-indent:-39.7pt; + mso-pagination:widow-orphan; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-ansi-language:EN-GB; + mso-fareast-language:EN-US;} +p.enumlev2, li.enumlev2, div.enumlev2 + *{mso-style-name:enumlev2; + mso-style-unhide:no; + mso-style-parent:enumlev1; + margin-top:4.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:59.55pt; + margin-bottom:.0001pt; + text-align:justify; + text-justify:inter-ideograph; + text-indent:-19.85pt; + mso-pagination:widow-orphan; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-ansi-language:EN-GB; + mso-fareast-language:EN-US;} +p.enumlev3, li.enumlev3, div.enumlev3 + *{mso-style-name:enumlev3; + mso-style-unhide:no; + mso-style-parent:enumlev2; + margin-top:4.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:79.4pt; + margin-bottom:.0001pt; + text-align:justify; + text-justify:inter-ideograph; + text-indent:-19.85pt; + mso-pagination:widow-orphan; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-ansi-language:EN-GB; + mso-fareast-language:EN-US;} +p.RecNo, li.RecNo, div.RecNo + *{mso-style-name:Rec_No; + mso-style-unhide:no; + mso-style-next:Rec_title; + margin:0cm; + margin-bottom:.0001pt; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:14.0pt; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-ansi-language:EN-GB; + mso-fareast-language:EN-US; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.boilerplateHdr *{ + text-align:center; + font-family:$bodyfont; + font-size:11.0pt; +} +p.boilerplate *{ + font-family:$bodyfont; + font-size:$smallerfontsize; + text-align:justify; + margin-top:6.0pt; + margin-bottom:0.0pt; +} +p.draftwarningHdr *{ +text-align:center; +font-family:$bodyfont; +font-weight:bold; + font-size:16.0pt; + font-style:italic; +} + +p.CopyrightInformationPage, li.CopyrightInformationPage, div.CopyrightInformationPage + {mso-style-name:"Copyright Information Page"; + mso-style-unhide:no; + mso-style-qformat:yes; + margin-top:8.0pt; + margin-right:50.0pt; + margin-bottom:0cm; + margin-left:5.05pt; + line-height:10.8pt; + mso-line-height-rule:exactly; + mso-pagination:none; + text-autospace:none; + font-size:9.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:"Calibri Light",sans-serif; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-style:italic;} +p.AuthoredbyCover, li.AuthoredbyCover, div.AuthoredbyCover + {mso-style-name:"Authored by Cover"; + mso-style-unhide:no; + mso-style-parent:""; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:126.0pt; + mso-pagination:widow-orphan; + font-size:12.0pt; + font-family:"Calibri Light",sans-serif; + mso-ascii-font-family:"Calibri Light"; + mso-ascii-theme-font:major-latin; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:"Calibri Light"; + mso-hansi-theme-font:major-latin; + mso-bidi-font-family:"Calibri Light"; + mso-bidi-theme-font:major-latin; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.Sidebar, li.Sidebar, div.Sidebar + {mso-style-name:Sidebar; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + margin-top:18.0pt; + margin-right:.7pt; + margin-bottom:0cm; + margin-left:.7pt; + line-height:40.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + font-size:44.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:$headerfont;; + mso-fareast-font-family:Calibri; + mso-bidi-font-family:Calibri; + color:#231F20; + text-transform:uppercase; + letter-spacing:-.35pt; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.TOCSideBar, li.TOCSideBar, div.TOCSideBar + {mso-style-name:"TOC SideBar"; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + margin:0cm; + mso-pagination:widow-orphan; + font-size:52.0pt; + font-family:$headerfont;; + mso-fareast-font-family:Calibri; + mso-bidi-font-family:Calibri; + color:white; + mso-themecolor:background1; + text-transform:uppercase; + letter-spacing:-.35pt; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.StyleHeading3Left175, li.StyleHeading3Left175, div.StyleHeading3Left175 + {mso-style-name:"Style Heading 3 + Left\: 1\.75\0022"; + mso-style-unhide:no; + mso-style-parent:""; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:126.0pt; + mso-pagination:widow-orphan; + font-size:13.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-ascii-theme-font:minor-latin; + mso-fareast-font-family:"Times New Roman"; + mso-hansi-font-family:Calibri; + mso-hansi-theme-font:minor-latin; + mso-bidi-font-family:"Times New Roman"; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold;} +p.StyleHeading2Left175, li.StyleHeading2Left175, div.StyleHeading2Left175 + {mso-style-name:"Style Heading 2 + Left\: 1\.75\0022"; + mso-style-unhide:no; + mso-style-parent:"Heading 1"; + margin-top:4.0pt; + margin-right:49.7pt; + margin-bottom:0cm; + margin-left:126.0pt; + line-height:25.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-outline-level:1; + font-size:20.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:$headerfont;; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold; + mso-no-proof:yes;} +p.BackCover, li.BackCover, div.BackCover + {mso-style-name:"Back Cover"; + mso-style-unhide:no; + mso-style-parent:""; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:130.5pt; + mso-pagination:widow-orphan; + font-size:25.0pt; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-ascii-theme-font:minor-latin; + mso-fareast-font-family:Montserrat-ExtraBold; + mso-hansi-font-family:Calibri; + mso-hansi-theme-font:minor-latin; + mso-bidi-font-family:Montserrat-ExtraBold; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold; + mso-no-proof:yes;} +p.AuthorCoverTitle, li.AuthorCoverTitle, div.AuthorCoverTitle + {mso-style-name:"Author Cover Title"; + mso-style-unhide:no; + mso-style-parent:"Body Text"; + margin-top:12.0pt; + margin-right:7.2pt; + margin-bottom:12.0pt; + margin-left:126.0pt; + text-align:justify; + line-height:150%; + mso-pagination:none; + text-autospace:none; + font-size:12.0pt; + font-family:"Calibri Light",sans-serif; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-style:italic;} +p.StyleHeading3unnumberedLeft0Right01After12pt, li.StyleHeading3unnumberedLeft0Right01After12pt, div.StyleHeading3unnumberedLeft0Right01After12pt + {mso-style-name:"Style Heading 3 unnumbered + Left\: 0\0022 Right\: 0\.1\0022 After\: 12 pt"; + mso-style-unhide:no; + mso-style-parent:"Heading 3 unnumbered"; + margin-top:4.6pt; + margin-right:7.2pt; + margin-bottom:12.0pt; + margin-left:0cm; + text-indent:-50.4pt; + line-height:95%; + mso-pagination:widow-orphan; + mso-outline-level:3; + mso-list:l22 level3 lfo33; + font-size:13.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:$headerfont;; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold;} +p.StyleHeading3unnumberedLeft0Right01, li.StyleHeading3unnumberedLeft0Right01, div.StyleHeading3unnumberedLeft0Right01 + {mso-style-name:"Style Heading 3 unnumbered + Left\: 0\0022 Right\: 0\.1\0022"; + mso-style-unhide:no; + mso-style-parent:"Heading 3 unnumbered"; + margin-top:4.6pt; + margin-right:7.2pt; + margin-bottom:6.0pt; + margin-left:0cm; + text-indent:-50.4pt; + line-height:95%; + mso-pagination:widow-orphan; + mso-outline-level:3; + mso-list:l22 level3 lfo33; + font-size:13.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:$headerfont;; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold;} +p.StyleAbstractRight01, li.StyleAbstractRight01, div.StyleAbstractRight01 + {mso-style-name:"Style Abstract + Right\: 0\.1\0022"; + mso-style-unhide:no; + mso-style-parent:Abstract; + margin-top:6.0pt; + margin-right:7.2pt; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:justify; + line-height:150%; + mso-pagination:widow-orphan; + font-size:12.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:"Calibri Light",sans-serif; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.Authornames, li.Authornames, div.Authornames + {mso-style-name:"Author names"; + mso-style-unhide:no; + mso-style-parent:names; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:126.0pt; + mso-pagination:widow-orphan; + font-size:12.0pt; + font-family:"Calibri Light",sans-serif; + mso-ascii-font-family:"Calibri Light"; + mso-ascii-theme-font:major-latin; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:"Calibri Light"; + mso-hansi-theme-font:major-latin; + mso-bidi-font-family:"Calibri Light"; + mso-bidi-theme-font:major-latin; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.IEEEnames, li.IEEEnames, div.IEEEnames + {mso-style-name:"IEEE names"; + mso-style-unhide:no; + mso-style-parent:"Body Text"; + mso-style-link:"IEEE names Char"; + margin-top:6.0pt; + margin-right:7.2pt; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:justify; + mso-pagination:none; + text-autospace:none; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +span.IEEEnamesChar + {mso-style-name:"IEEE names Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:"Body Text Char"; + mso-style-link:"IEEE names"; + mso-ansi-font-size:$normalfontsize;} +p.names, li.names, div.names + {mso-style-name:names; + mso-style-unhide:no; + mso-style-parent:"Authored by Cover"; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:126.0pt; + mso-pagination:widow-orphan; + font-size:12.0pt; + font-family:"Calibri Light",sans-serif; + mso-ascii-font-family:"Calibri Light"; + mso-ascii-theme-font:major-latin; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:"Calibri Light"; + mso-hansi-theme-font:major-latin; + mso-bidi-font-family:"Calibri Light"; + mso-bidi-theme-font:major-latin; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.Disclaimertext, li.Disclaimertext, div.Disclaimertext + {mso-style-name:"Disclaimer text"; + mso-style-unhide:no; + mso-style-parent:"Body Text"; + mso-style-link:"Disclaimer text Char"; + margin-top:12.0pt; + margin-right:7.2pt; + margin-bottom:12.0pt; + margin-left:0cm; + text-align:justify; + line-height:150%; + mso-pagination:none; + text-autospace:none; + font-size:$smallerfontsize; + font-family:"Calibri Light",sans-serif; + mso-ascii-font-family:"Calibri Light"; + mso-ascii-theme-font:major-latin; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:"Calibri Light"; + mso-hansi-theme-font:major-latin; + mso-bidi-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +span.DisclaimertextChar + {mso-style-name:"Disclaimer text Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:"Body Text Char"; + mso-style-link:"Disclaimer text"; + mso-ansi-font-size:$normalfontsize; + font-family:"Calibri Light",sans-serif; + mso-ascii-font-family:"Calibri Light"; + mso-ascii-theme-font:major-latin; + mso-hansi-font-family:"Calibri Light"; + mso-hansi-theme-font:major-latin;} +p.TableParagraph, li.TableParagraph, div.TableParagraph + {mso-style-name:"Table Paragraph"; + mso-style-priority:1; + mso-style-unhide:no; + mso-style-qformat:yes; + margin:0cm; + mso-pagination:none; + text-autospace:none; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.Programname, li.Programname, div.Programname + {mso-style-name:"Program name"; + mso-style-unhide:no; + mso-style-parent:"Style Heading 3 + Left\: 1\.75\0022"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:126.0pt; + mso-pagination:widow-orphan; + font-size:13.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:$headerfont;; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold;} +p.Titleline, li.Titleline, div.Titleline + {mso-style-name:"Title line"; + mso-style-unhide:no; + mso-style-parent:"Style Heading 2 + Left\: 1\.75\0022"; + margin-top:4.0pt; + margin-right:49.7pt; + margin-bottom:0cm; + margin-left:126.0pt; + line-height:25.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-outline-level:1; + font-size:20.0pt; + mso-bidi-font-size:$smallerfontsize; + font-family:$headerfont;; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold; + mso-no-proof:yes;} +p.Heading3unnumbered, li.Heading3unnumbered, div.Heading3unnumbered + {mso-style-name:"Heading 3 unnumbered"; + mso-style-unhide:no; + mso-style-parent:"Heading 3"; + margin-top:4.6pt; + margin-right:49.7pt; + margin-bottom:6.0pt; + margin-left:50.4pt; + text-indent:-50.4pt; + line-height:95%; + mso-pagination:widow-orphan; + mso-outline-level:3; + mso-list:l22 level3 lfo33; + font-size:13.0pt; + font-family:$headerfont;; + mso-fareast-font-family:Montserrat-ExtraBold; + mso-bidi-font-family:Montserrat-ExtraBold; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold;} + + + + + /* Page Definitions */ + @page + {mso-footnote-separator:url("file:///C:/Doc/FILENAME_files/header.html") fs; + mso-footnote-continuation-separator:url("file:///C:/Doc/FILENAME_files/header.html") fcs; + mso-endnote-separator:url("file:///C:/Doc/FILENAME_files/header.html") es; + mso-endnote-continuation-separator:url("file:///C:/Doc/FILENAME_files/header.html") ecs;} +@page WordSection1 + {size:612.0pt 792.0pt; + margin:72.0pt 54.0pt 72.0pt 54.0pt; + mso-header-margin:0cm; + mso-footer-margin:18.45pt; + mso-title-page:yes; + mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1; + mso-paper-source:0;} +div.WordSection1 + {page:WordSection1;} +@page WordSection2 + {size:612.0pt 792.0pt; + margin:72.0pt 54.0pt 72.0pt 54.0pt; + mso-header-margin:0cm; + mso-footer-margin:30.15pt; + mso-title-page:yes; + mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f1; + mso-paper-source:0;} +div.WordSection2 + {page:WordSection2;} +@page WordSection3 + {size:612.0pt 792.0pt; + margin:72.0pt 54.0pt 72.0pt 54.0pt; + mso-header-margin:0cm; + mso-footer-margin:20.25pt; + mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h3; + mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3; + mso-first-footer:url("file:///C:/Doc/FILENAME_files/header.html") ff3; + mso-paper-source:0;} +@page WordSection3P + {size:612.0pt 792.0pt; + margin:72.0pt 54.0pt 72.0pt 54.0pt; + mso-header-margin:0cm; + mso-footer-margin:20.25pt; + mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h3; + mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3; + mso-first-footer:url("file:///C:/Doc/FILENAME_files/header.html") ff3; + mso-paper-source:0;} +@page WordSection3L + {size:792.0pt 612.0pt; + margin:72.0pt 54.0pt 72.0pt 54.0pt; + mso-header-margin:0cm; + mso-footer-margin:20.25pt; + mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h3; + mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3; + mso-first-footer:url("file:///C:/Doc/FILENAME_files/header.html") ff3; + mso-paper-source:0;} +div.WordSection3 + {page:WordSection3;} +@page WordSection4 + {size:612.0pt 792.0pt; + margin:72.0pt 54.0pt 72.0pt 54.0pt; + mso-header-margin:0cm; + mso-footer-margin:30.25pt; + mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h3; + mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f4; + mso-first-footer:url("file:///C:/Doc/FILENAME_files/header.html") ff3; + mso-paper-source:0;} +div.WordSection4 + {page:WordSection4;} + + + + +table.MsoISOTable, table.MsoISOTableBig + *{mso-style-name:"Table ISO"; + mso-tstyle-rowband-size:0; + mso-tstyle-colband-size:0; + mso-style-noshow:yes; + mso-style-priority:99; + mso-style-parent:""; + mso-padding-alt:0cm 2.85pt 0cm 2.85pt; + mso-para-margin:0cm; + mso-para-margin-bottom:.0001pt; + mso-pagination:widow-orphan; + border-collapse:collapse; + mso-table-layout-alt:fixed; + border:solid windowtext 2pt; + mso-border-alt:solid windowtext 2pt; + mso-yfti-tbllook:480; + mso-border-insideh:.75pt solid windowtext; + mso-border-insidev:.75pt solid windowtext; + font-size:$smallerfontsize; + font-family:$bodyfont;} +table.MsoISOTable th, table.MsoISOTableBig th + *{border:solid windowtext 1pt; + mso-border-alt:solid windowtext 1pt; + padding:0cm 2.85pt 0cm 2.85pt;} +table.MsoISOTable td, table.MsoISOTableBig td + *{border:solid windowtext 1pt; + mso-border-alt:solid windowtext 1pt; + padding:0cm 2.85pt 0cm 2.85pt;} +table.MsoISOTable p, table.MsoISOTableBig p +*{font-size:$smallerfontsize; } +table.MsoTableGrid + {mso-style-name:"Table Grid"; + mso-tstyle-rowband-size:0; + mso-tstyle-colband-size:0; + mso-style-priority:39; + mso-style-unhide:no; + border:solid windowtext 1.0pt; + mso-border-alt:solid windowtext .5pt; + mso-padding-alt:0cm 5.4pt 0cm 5.4pt; + mso-border-insideh:.5pt solid windowtext; + mso-border-insidev:.5pt solid windowtext; + mso-para-margin:0cm; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:$bodyfont; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +table.MsoTableGridLight + {mso-style-name:"Table Grid Light"; + mso-tstyle-rowband-size:0; + mso-tstyle-colband-size:0; + mso-style-priority:32; + mso-style-unhide:no; + mso-style-qformat:yes; + border:solid #BFBFBF 1.0pt; + mso-border-themecolor:background1; + mso-border-themeshade:191; + mso-border-alt:solid #BFBFBF .5pt; + mso-border-themecolor:background1; + mso-border-themeshade:191; + mso-padding-alt:0cm 5.4pt 0cm 5.4pt; + mso-border-insideh:.5pt solid #BFBFBF; + mso-border-insideh-themecolor:background1; + mso-border-insideh-themeshade:191; + mso-border-insidev:.5pt solid #BFBFBF; + mso-border-insidev-themecolor:background1; + mso-border-insidev-themeshade:191; + mso-para-margin:0cm; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:$bodyfont; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +table.MsoTable15Grid2Accent1 + {mso-style-name:"Grid Table 2 - Accent 1"; + mso-tstyle-rowband-size:1; + mso-tstyle-colband-size:1; + mso-style-priority:40; + mso-style-unhide:no; + border-top:solid #8EAADB 1.0pt; + mso-border-top-themecolor:accent1; + mso-border-top-themetint:153; + border-left:none; + border-bottom:solid #8EAADB 1.0pt; + mso-border-bottom-themecolor:accent1; + mso-border-bottom-themetint:153; + border-right:none; + mso-border-top-alt:solid #8EAADB .25pt; + mso-border-top-themecolor:accent1; + mso-border-top-themetint:153; + mso-border-bottom-alt:solid #8EAADB .25pt; + mso-border-bottom-themecolor:accent1; + mso-border-bottom-themetint:153; + mso-padding-alt:0cm 5.4pt 0cm 5.4pt; + mso-border-insideh:.25pt solid #8EAADB; + mso-border-insideh-themecolor:accent1; + mso-border-insideh-themetint:153; + mso-border-insidev:.25pt solid #8EAADB; + mso-border-insidev-themecolor:accent1; + mso-border-insidev-themetint:153; + mso-para-margin:0cm; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:$bodyfont; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +table.MsoTable15Grid2Accent1FirstRow + {mso-style-name:"Grid Table 2 - Accent 1"; + mso-table-condition:first-row; + mso-style-priority:40; + mso-style-unhide:no; + mso-tstyle-shading:white; + mso-tstyle-shading-themecolor:background1; + mso-tstyle-border-top:cell-none; + mso-tstyle-border-bottom:1.5pt solid #8EAADB; + mso-tstyle-border-bottom-themecolor:accent1; + mso-tstyle-border-bottom-themetint:153; + mso-tstyle-border-insideh:cell-none; + mso-tstyle-border-insidev:cell-none; + mso-ansi-font-weight:bold; + mso-bidi-font-weight:bold;} +table.MsoTable15Grid2Accent1LastRow + {mso-style-name:"Grid Table 2 - Accent 1"; + mso-table-condition:last-row; + mso-style-priority:40; + mso-style-unhide:no; + mso-tstyle-shading:white; + mso-tstyle-shading-themecolor:background1; + mso-tstyle-border-top:.75pt double #8EAADB; + mso-tstyle-border-top-themecolor:accent1; + mso-tstyle-border-top-themetint:153; + mso-tstyle-border-bottom:cell-none; + mso-tstyle-border-insideh:cell-none; + mso-tstyle-border-insidev:cell-none; + mso-ansi-font-weight:bold; + mso-bidi-font-weight:bold;} +table.MsoTable15Grid2Accent1FirstCol + {mso-style-name:"Grid Table 2 - Accent 1"; + mso-table-condition:first-column; + mso-style-priority:40; + mso-style-unhide:no; + mso-ansi-font-weight:bold; + mso-bidi-font-weight:bold;} +table.MsoTable15Grid2Accent1LastCol + {mso-style-name:"Grid Table 2 - Accent 1"; + mso-table-condition:last-column; + mso-style-priority:40; + mso-style-unhide:no; + mso-ansi-font-weight:bold; + mso-bidi-font-weight:bold;} +table.MsoTable15Grid2Accent1OddColumn + {mso-style-name:"Grid Table 2 - Accent 1"; + mso-table-condition:odd-column; + mso-style-priority:40; + mso-style-unhide:no; + mso-tstyle-shading:#D9E2F3; + mso-tstyle-shading-themecolor:accent1; + mso-tstyle-shading-themetint:51;} +table.MsoTable15Grid2Accent1OddRow + {mso-style-name:"Grid Table 2 - Accent 1"; + mso-table-condition:odd-row; + mso-style-priority:40; + mso-style-unhide:no; + mso-tstyle-shading:#D9E2F3; + mso-tstyle-shading-themecolor:accent1; + mso-tstyle-shading-themetint:51;} +div.formula, div.formula p + *{tab-stops:center 241.0pt right 17.0cm;} +body + *{tab-interval:36.0pt;} +.coverpage_docnumber + *{text-align:center; + font-size:14.0pt; + font-weight:bold;} +.coverpage_techcommittee + *{text-align:center; + font-size:$normalfontsize; + } +.coverpage_docstage + *{text-align:center; + font-size:30.0pt; + color:#485094;} +div.coverpage_warning + *{mso-element:para-border-div; + border:solid windowtext 1.0pt #485094; + mso-border-alt:solid windowtext .5pt; + padding:1.0pt 4.0pt 1.0pt 4.0pt #485094; + font-size:10.0pt; + margin-left:4.25pt; + margin-right:4.25pt} +.coverpage_warning + *{color:#485094; + font-size:10.0pt;} + + a.TableFootnoteRef, span.TableFootnoteRef + *{mso-style-priority:99; + mso-style-parent:"Footnote Reference"; + vertical-align:super;} + + aside *{ + font-size:$footnotefontsize; +} + +.example-title *{ +font-weight: bold; +margin-left: 0pt; +} + +p.example, li.example, div.example, td.example *{ + mso-pagination:none; + } + +p.example, li.example, td.example *{ + font-size:10.0pt; + font-family:$bodyfont;} + +div.example *{ + margin-right: 0pt; + margin-left: 0pt; + margin-top: 0cm; + margin-bottom: 0cm; +} + +p.example, li.example *{ + margin-right: 0pt; + margin-left: 0pt; +} + +td.example p.MsoListParagraph *{ + font-size: 10.0pt; +} + +div.example p.MsoListParagraph *{ + font-size: 10.0pt; +} + +div.Note p.MsoListParagraph *{ + font-size: $smallerfontsize; +} + +div.Note span.stem *{ + font-size: $smallerfontsize; } + +div.Note p.Sourcecode, div.Note pre.Sourcecode *{ + font-size: 9.0pt; + margin-left: 1.0cm; +} + +div.Note table.dl *{ + font-size: $smallerfontsize; + margin-left: 1.0cm; +} + +span.note_label, span.example_label, td.example_label, td.note_label +*{ +font-size: $smallerfontsize; +font-family:$bodyfont; +} + +table.dl + *{margin-top:0cm; + width:95%; + mso-table-layout-alt: auto; + margin-right:0cm; + margin-bottom:$smallerfontsize; + margin-left:0cm;} + +table.biblio td *{ + margin-bottom: 6pt; +} + +div.figure, p.figure + *{text-align: center;} +div.pseudocode +*{ + margin-left:1.27cm; + margin-right:1.27cm; +} +p.pseudocode, li.pseudocode *{ + margin-left: 0cm; + margin-right:0cm; } +div.pseudocode, p.pseudocode, li.pseudocode + *{text-align: left; + font-size:10pt;} + + +p.supertitle + *{mso-style-priority:1; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-next:h1; + margin-top:36.0pt; + margin-right:0cm; + margin-bottom:6pt; + margin-left:39.7pt; + margin-bottom:.0001pt; + text-indent:-39.7pt; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + mso-hyphenate:none; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + text-align: center; + color:black; + mso-font-kerning:0pt; + mso-ansi-language:EN-GB; + mso-fareast-language:JA; + mso-bidi-font-weight:normal;} + +span.addition *{ + color: black; + text-decoration: underline; + text-underline: single; +} +span.deletion *{ + color: black; +} diff --git a/lib/isodoc/ieee/html/word_ieee_colophon_wp.html b/lib/isodoc/ieee/html/word_ieee_colophon_wp.html new file mode 100644 index 0000000..baab6a1 --- /dev/null +++ b/lib/isodoc/ieee/html/word_ieee_colophon_wp.html @@ -0,0 +1,132 @@ +

 

+ +

 

+ +

 

+ +

+ +


+RAISING THE WORLD’S +STANDARDS

+ +

 

+ +

 

+ +

 

+ +

 

+ +

 

+ +

 

+ +

 

+ +

 

+ +

 

+ +

 

+ +

 

+ +

 

+ +

3 Park Avenue, New York, NY 10016-5997 USA   http://standards.ieee.org

+ +

Tel.+1732-981-0060 Fax+1732-562-1571

+ diff --git a/lib/isodoc/ieee/html/word_ieee_intro_wp.html b/lib/isodoc/ieee/html/word_ieee_intro_wp.html new file mode 100644 index 0000000..8212ef3 --- /dev/null +++ b/lib/isodoc/ieee/html/word_ieee_intro_wp.html @@ -0,0 +1,152 @@ +
+ +

+ +
+
diff --git a/lib/isodoc/ieee/html/word_ieee_titlepage_wp.html b/lib/isodoc/ieee/html/word_ieee_titlepage_wp.html new file mode 100644 index 0000000..3b9df42 --- /dev/null +++ b/lib/isodoc/ieee/html/word_ieee_titlepage_wp.html @@ -0,0 +1,522 @@ +
+ +

+ +

 

+ +

 

+ +

 

+ +

+ +

 

+ +

 

+ +

 

+ +

 

+ +

 

+ +

Program title to go here

+ +

 

+ +

Paper title to go here

+ +

 

+ +

 

+ +

Authored +by

+ +

 

+ +

Firstname Lastname

+ +

Title

+ +

Firstname Lastname

+ +

Title

+ +

+ + + + + +
+ + + + +
+
+

3 Park Avenue | New York, NY 10016-5997 | USA

+
+
+
 
+ +

+

+ +

TRADEMARKS AND DISCLAIMERS

+ +

IEEE believes the information in this +publication is accurate as of its publication date; such information is subject +to change without notice. IEEE is not responsible for any inadvertent errors.

+ +

The ideas and proposals in this +specification are the respective author’s views and do not represent the views +of the affiliated organization.

+ +

ACKNOWLEDGEMENTS

+ +

Special thanks are given to the following +reviewers of this paper:

+ +

Firstname Lastname

+ +

Firstname Lastname

+ +

Firstname Lastname

+ +

Firstname Lastname

+ +

Firstname Lastname

+ +

Firstname Lastname

+ +

Firstname Lastname

+ +

Firstname Lastname

+ +

 

+ +

 

+ +

 

+ +

The +Institute of Electrical and Electronics Engineers, Inc. 3 Park Avenue, New +York, NY 10016-5997, USA

+ +

Copyright +© 2021 by The Institute of Electrical and Electronics Engineers, Inc.

+ +

All +rights reserved. Month 2022. Printed in the United States of America.

+ +

PDF:       STDVAXXXXX             978-1-5044-XXXX-X

+ +

IEEE +is a registered trademark in the U. S. Patent & Trademark Office, owned by The +Institute of Electrical and Electronics Engineers, Incorporated. All other +trademarks are the property of the respective trademark owners.

+ +

IEEE +prohibits discrimination, harassment, and bullying. For more information, visit http://www.ieee.org/web/aboutus/whatis/policies/p9-26.html.

+ +

No +part of this publication may be reproduced in any form, in an electronic +retrieval system, or otherwise, without the prior written permission of the +publisher.

+ +

Find +IEEE standards and standards-related product listings at: http://standards.ieee.org.

+ +
+
+ +

 

+ +

NOTICE AND DISCLAIMER OF LIABILITY CONCERNING THE USE OF IEEE SA DOCUMENTS

+ +

This IEEE Standards Association (“IEEE +SA”) publication (“Work”) is not a consensus standard document. Specifically, +this document is NOT AN IEEE STANDARD. Information contained in this Work has +been created by, or obtained from, sources believed to be reliable, and +reviewed by members of the activity that produced this Work. IEEE and the NAME OF GROUP expressly +disclaim all warranties (express, implied, and statutory) related to this Work, +including, but not limited to, the warranties of: merchantability; fitness for +a particular purpose; non-infringement; quality, accuracy, effectiveness, +currency, or completeness of the Work or content within the Work. In addition, +IEEE and the NAME OF GROUP +disclaim any and all conditions relating to: results; and workmanlike effort. +This document is supplied “AS IS” and “WITH ALL FAULTS.”

+ +

Although the NAME OF GROUP members who have created this +Work believe that the information and guidance given in this Work serve as an +enhancement to users, all persons must rely upon their own skill and judgment +when making use of it. IN NO EVENT SHALL IEEE SA OR NAME OF GROUP MEMBERS BE LIABLE FOR ANY +ERRORS OR OMISSIONS OR DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO: PROCUREMENT OF SUBSTITUTE +GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +OF THE USE OF THIS WORK, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE AND +REGARDLESS OF WHETHER SUCH DAMAGE WAS FORESEEABLE.

+ +

Further, information contained in this +Work may be protected by intellectual property rights held by third parties or +organizations, and the use of this information may require the user to +negotiate with any such rights holders in order to legally acquire the rights +to do so, and such rights holders may refuse to grant such rights. Attention is +also called to the possibility that implementation of any or all of this Work +may require use of subject matter covered by patent rights. By publication of +this Work, no position is taken by the IEEE with respect to the existence or +validity of any patent rights in connection therewith. The IEEE is not +responsible for identifying patent rights for which a license may be required, +or for conducting inquiries into the legal validity or scope of patents claims. +Users are expressly advised that determination of the validity of any patent +rights, and the risk of infringement of such rights, is entirely their own +responsibility. No commitment to grant licenses under patent rights on a +reasonable or non-discriminatory basis has been sought or received from any +rights holder.

+ +

This Work is published with the +understanding that IEEE and the NAME OF GROUP members are supplying information through this +Work, not attempting to render engineering or other professional services. If +such services are required, the assistance of an appropriate professional +should be sought. IEEE is not responsible for the statements and opinions +advanced in this Work.

+ +
+
+ diff --git a/lib/isodoc/ieee/html/wordstyle_wp.scss b/lib/isodoc/ieee/html/wordstyle_wp.scss new file mode 100644 index 0000000..ed29746 --- /dev/null +++ b/lib/isodoc/ieee/html/wordstyle_wp.scss @@ -0,0 +1,5035 @@ + /* Font Definitions */ + @font-face + {font-family:Wingdings; + panose-1:5 0 0 0 0 0 0 0 0 0; + mso-font-charset:77; + mso-generic-font-family:decorative; + mso-font-pitch:variable; + mso-font-signature:3 0 0 0 -2147483647 0;} +@font-face + {font-family:"Cambria Math"; + panose-1:2 4 5 3 5 4 6 3 2 4; + mso-font-charset:0; + mso-generic-font-family:roman; + mso-font-pitch:variable; + mso-font-signature:-536870145 1107305727 0 0 415 0;} +@font-face + {font-family:Calibri; + panose-1:2 15 5 2 2 2 4 3 2 4; + mso-font-charset:0; + mso-generic-font-family:swiss; + mso-font-pitch:variable; + mso-font-signature:-536859905 -1073732485 9 0 511 0;} +@font-face + {font-family:"Calibri Light"; + panose-1:2 15 3 2 2 2 4 3 2 4; + mso-font-charset:0; + mso-generic-font-family:swiss; + mso-font-pitch:variable; + mso-font-signature:-536859905 -1073732485 9 0 511 0;} +@font-face + {font-family:Calibri-Light; + panose-1:2 11 6 4 2 2 2 2 2 4; + mso-font-alt:Arial; + mso-font-charset:0; + mso-generic-font-family:swiss; + mso-font-pitch:variable; + mso-font-signature:1 1073750139 0 0 415 0;} +@font-face + {font-family:"Arial Black"; + panose-1:2 11 10 4 2 1 2 2 2 4; + mso-font-charset:0; + mso-generic-font-family:swiss; + mso-font-pitch:variable; + mso-font-signature:-1610612049 1073772795 0 0 159 0;} +@font-face + {font-family:Montserrat-ExtraBold; + panose-1:2 11 6 4 2 2 2 2 2 4; + mso-font-alt:"Times New Roman"; + mso-font-charset:0; + mso-generic-font-family:auto; + mso-font-pitch:variable; + mso-font-signature:1 1 0 0 403 0;} +p.MsoNormal, li.MsoNormal, div.MsoNormal + {mso-style-unhide:no; + mso-style-parent:""; + margin:0cm; + mso-pagination:none; + text-autospace:none; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +h1, .h1 + {mso-style-priority:9; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + margin-top:4.0pt; + margin-right:49.7pt; + margin-bottom:0cm; + margin-left:5.05pt; + line-height:25.0pt; + mso-line-height-rule:exactly; + mso-pagination:widow-orphan; + mso-outline-level:1; + font-size:20.0pt; + mso-bidi-font-size:25.0pt; + font-family:$headerfont;; + mso-fareast-font-family:Montserrat-ExtraBold; + mso-bidi-font-family:Montserrat-ExtraBold; + color:#231F20; + text-transform:uppercase; + mso-font-kerning:0pt; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + mso-no-proof:yes;} +h2 + {mso-style-priority:9; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + mso-style-next:"Body Text"; + margin-top:22.4pt; + margin-right:45.35pt; + margin-bottom:0cm; + margin-left:50.4pt; + text-indent:-50.4pt; + mso-pagination:widow-orphan; + mso-outline-level:2; + mso-list:l22 level2 lfo33; + font-size:16.0pt; + mso-bidi-font-size:20.0pt; + font-family:$headerfont;; + mso-fareast-font-family:Montserrat-ExtraBold; + mso-bidi-font-family:Montserrat-ExtraBold; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +h3 + {mso-style-priority:9; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + mso-style-next:"IEEE Section Header"; + margin-top:4.6pt; + margin-right:49.7pt; + margin-bottom:6.0pt; + margin-left:50.4pt; + text-indent:-50.4pt; + line-height:95%; + mso-pagination:widow-orphan; + mso-outline-level:3; + mso-list:l22 level3 lfo33; + font-size:13.0pt; + font-family:$headerfont;; + mso-fareast-font-family:Montserrat-ExtraBold; + mso-bidi-font-family:Montserrat-ExtraBold; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +h4 + {mso-style-priority:9; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:"Heading 3"; + mso-style-link:"Heading 4 Char"; + mso-style-next:"Body Text"; + margin-top:4.6pt; + margin-right:49.7pt; + margin-bottom:6.0pt; + margin-left:0cm; + line-height:95%; + mso-pagination:widow-orphan; + mso-outline-level:4; + font-size:$normalfontsize; + mso-bidi-font-size:13.0pt; + font-family:$headerfont;; + mso-fareast-font-family:Montserrat-ExtraBold; + mso-bidi-font-family:Montserrat-ExtraBold; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +h5 + {mso-style-priority:9; + mso-style-qformat:yes; + mso-style-parent:"Heading 4"; + mso-style-link:"Heading 5 Char"; + mso-style-next:"Body Text"; + margin-top:2.0pt; + margin-right:49.7pt; + margin-bottom:6.0pt; + margin-left:0cm; + line-height:95%; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + mso-outline-level:5; + font-size:$normalfontsize; + mso-bidi-font-size:13.0pt; + font-family:$headerfont;; + mso-fareast-font-family:"Times New Roman"; + mso-fareast-theme-font:major-fareast; + mso-bidi-font-family:"Times New Roman"; + mso-bidi-theme-font:major-bidi; + color:black; + mso-themecolor:text1; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.MsoIndex1, li.MsoIndex1, div.MsoIndex1 + *{mso-style-update:auto; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:12.0pt; + text-indent:-12.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoIndex2, li.MsoIndex2, div.MsoIndex2 + *{mso-style-update:auto; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:24.0pt; + text-indent:-12.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoIndex3, li.MsoIndex3, div.MsoIndex3 + *{mso-style-update:auto; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:36.0pt; + text-indent:-12.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoIndex4, li.MsoIndex4, div.MsoIndex4 + *{mso-style-update:auto; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:48.0pt; + text-indent:-12.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoIndex5, li.MsoIndex5, div.MsoIndex5 + *{mso-style-update:auto; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:60.0pt; + text-indent:-12.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoIndex6, li.MsoIndex6, div.MsoIndex6 + *{mso-style-update:auto; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:72.0pt; + text-indent:-12.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoIndex7, li.MsoIndex7, div.MsoIndex7 + *{mso-style-update:auto; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:84.0pt; + text-indent:-12.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoIndex8, li.MsoIndex8, div.MsoIndex8 + *{mso-style-update:auto; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:96.0pt; + text-indent:-12.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoIndex9, li.MsoIndex9, div.MsoIndex9 + *{mso-style-update:auto; + mso-style-unhide:no; + mso-style-next:Normal; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:108.0pt; + text-indent:-12.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoToc1, li.MsoToc1, div.MsoToc1 + {mso-style-priority:39; + mso-style-unhide:no; + mso-style-qformat:yes; + margin-top:12.0pt; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + mso-pagination:none; + text-autospace:none; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-ascii-theme-font:minor-latin; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:Calibri; + mso-hansi-theme-font:minor-latin; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold; + text-decoration:underline; + text-underline:single;} +p.MsoToc2, li.MsoToc2, div.MsoToc2 + {mso-style-priority:39; + mso-style-unhide:no; + margin:0cm; + mso-pagination:none; + text-autospace:none; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-ascii-theme-font:minor-latin; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:Calibri; + mso-hansi-theme-font:minor-latin; + font-variant:small-caps; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold;} +p.MsoToc3, li.MsoToc3, div.MsoToc3 + {mso-style-priority:39; + mso-style-unhide:no; + mso-style-qformat:yes; + margin:0cm; + mso-pagination:none; + text-autospace:none; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-ascii-theme-font:minor-latin; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:Calibri; + mso-hansi-theme-font:minor-latin; + font-variant:small-caps; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.MsoToc4, li.MsoToc4, div.MsoToc4 + {mso-style-update:auto; + mso-style-priority:39; + mso-style-next:Normal; + margin:0cm; + mso-pagination:none; + text-autospace:none; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-ascii-theme-font:minor-latin; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:Calibri; + mso-hansi-theme-font:minor-latin; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.MsoToc5, li.MsoToc5, div.MsoToc5 + {mso-style-update:auto; + mso-style-priority:39; + mso-style-next:Normal; + margin:0cm; + mso-pagination:none; + text-autospace:none; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-ascii-theme-font:minor-latin; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:Calibri; + mso-hansi-theme-font:minor-latin; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.MsoToc6, li.MsoToc6, div.MsoToc6 + {mso-style-update:auto; + mso-style-priority:39; + mso-style-next:Normal; + margin:0cm; + mso-pagination:none; + text-autospace:none; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-ascii-theme-font:minor-latin; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:Calibri; + mso-hansi-theme-font:minor-latin; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.MsoToc7, li.MsoToc7, div.MsoToc7 + {mso-style-update:auto; + mso-style-priority:39; + mso-style-next:Normal; + margin:0cm; + mso-pagination:none; + text-autospace:none; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-ascii-theme-font:minor-latin; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:Calibri; + mso-hansi-theme-font:minor-latin; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.MsoToc8, li.MsoToc8, div.MsoToc8 + {mso-style-update:auto; + mso-style-priority:39; + mso-style-next:Normal; + margin:0cm; + mso-pagination:none; + text-autospace:none; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-ascii-theme-font:minor-latin; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:Calibri; + mso-hansi-theme-font:minor-latin; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.MsoToc9, li.MsoToc9, div.MsoToc9 + {mso-style-update:auto; + mso-style-priority:39; + mso-style-next:Normal; + margin:0cm; + mso-pagination:none; + text-autospace:none; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-ascii-theme-font:minor-latin; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:Calibri; + mso-hansi-theme-font:minor-latin; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.MsoNormalIndent, li.MsoNormalIndent, div.MsoNormalIndent + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:36.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText + {mso-style-priority:99; + mso-style-link:"Footnote Text Char"; + margin-top:0cm; + margin-right:16.2pt; + margin-bottom:0cm; + margin-left:3.6pt; + text-indent:-3.6pt; + mso-pagination:none; + text-autospace:none; + font-size:$footnotefontsize; + mso-bidi-font-size:12.0pt; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +span.FootnoteTextChar + {mso-style-name:"Footnote Text Char"; + mso-style-priority:99; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-link:"Footnote Text"; + mso-ansi-font-size:$footnotefontsize; + mso-bidi-font-size:12.0pt;} +p.MsoCommentText, li.MsoCommentText, div.MsoCommentText + *{mso-style-noshow:yes; + mso-style-unhide:no; + mso-style-link:"Comment Text Char"; + margin:0cm; + mso-pagination:widow-orphan; + font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.MsoHeader, li.MsoHeader, div.MsoHeader + {mso-style-priority:99; + mso-style-link:"Header Char"; + margin:0cm; + mso-pagination:none; + tab-stops:center 234.0pt right 468.0pt; + text-autospace:none; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.MsoHeaderLandscape, li.MsoHeaderLandscape, div.MsoHeaderLandscape + {mso-style-priority:99; + mso-style-link:"Header Char"; + margin:0cm; + mso-pagination:none; + tab-stops:center 234.0pt right 468.0pt; + text-autospace:none; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +span.HeaderChar + {mso-style-name:"Header Char"; + mso-style-priority:99; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:Header; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:Calibri; + mso-bidi-font-family:Calibri; + mso-bidi-language:EN-US;} +p.MsoFooter, li.MsoFooter, div.MsoFooter + {mso-style-priority:99; + mso-style-link:"Footer Char"; + margin:0cm; + mso-pagination:none; + tab-stops:157.85pt; + text-autospace:none; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.MsoFooterLandscape, li.MsoFooterLandscape, div.MsoFooterLandscape + {mso-style-priority:99; + mso-style-link:"Footer Char"; + margin:0cm; + mso-pagination:none; + tab-stops:157.85pt; + text-autospace:none; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +span.FooterChar + {mso-style-name:"Footer Char"; + mso-style-priority:99; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:Footer; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:Calibri; + mso-bidi-font-family:Calibri; + mso-bidi-language:EN-US;} +p.FooterNew, li.FooterNew, div.FooterNew + {mso-style-name:"Footer New"; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + mso-style-link:"Footer New Char"; + margin-top:1.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:2.0pt; + mso-pagination:widow-orphan; + font-size:$footnotefontsize; + mso-bidi-font-size:$smallerfontsize; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-ascii-theme-font:minor-latin; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:Calibri; + mso-hansi-theme-font:minor-latin; + color:#231F20; + text-transform:uppercase; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold; + mso-bidi-font-weight:normal;} +span.FooterNewChar + {mso-style-name:"Footer New Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Footer New"; + mso-ansi-font-size:$footnotefontsize; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-ascii-theme-font:minor-latin; + mso-hansi-font-family:Calibri; + mso-hansi-theme-font:minor-latin; + text-transform:uppercase; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.MsoIndexHeading, li.MsoIndexHeading, div.MsoIndexHeading + *{mso-style-unhide:no; + mso-style-next:"Index 1"; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:"Cambria",serif; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold;} +p.MsoCaption, li.MsoCaption, div.MsoCaption + *{mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + mso-style-next:"IEEEStds Paragraph"; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-align:center; + mso-pagination:widow-orphan lines-together; + mso-hyphenate:none; + font-size:$smallerfontsize; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.MsoTof, li.MsoTof, div.MsoTof + *{mso-style-unhide:no; + mso-style-next:Normal; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoEnvelopeAddress, li.MsoEnvelopeAddress, div.MsoEnvelopeAddress + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:144.0pt; + mso-pagination:widow-orphan; + mso-element:frame; + mso-element-frame-width:396.0pt; + mso-element-frame-height:99.0pt; + mso-element-frame-hspace:9.0pt; + mso-element-wrap:auto; + mso-element-anchor-horizontal:page; + mso-element-left:center; + mso-element-top:bottom; + mso-height-rule:exactly; + font-size:$normalfontsize; + font-family:"Cambria",serif; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoEnvelopeReturn, li.MsoEnvelopeReturn, div.MsoEnvelopeReturn + *{mso-style-unhide:no; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:"Cambria",serif; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +span.MsoFootnoteReference + {mso-style-priority:99; + vertical-align:super;} +span.MsoPageNumber + *{mso-style-unhide:no; + mso-style-parent:""; + mso-ansi-font-size:10.0pt; + font-family:$bodyfont; + mso-ascii-font-family:"Times New Roman"; + mso-fareast-font-family:"Arial Unicode MS"; + mso-hansi-font-family:"Times New Roman";} +p.MsoEndnoteText, li.MsoEndnoteText, div.MsoEndnoteText + *{mso-style-unhide:no; + mso-style-link:"Endnote Text Char"; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoToa, li.MsoToa, div.MsoToa + *{mso-style-unhide:no; + mso-style-next:Βασικό; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:12.0pt; + text-indent:-12.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoMacroText, li.MsoMacroText, div.MsoMacroText + *{mso-style-unhide:no; + mso-style-parent:""; + mso-style-link:"Macro Text Char"; + margin:0cm; + mso-pagination:widow-orphan; + tab-stops:24.0pt 48.0pt 72.0pt 96.0pt 120.0pt 144.0pt 168.0pt 192.0pt 216.0pt; + font-size:$smallerfontsize; + font-family:$monospacefont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoToaHeading, li.MsoToaHeading, div.MsoToaHeading + *{mso-style-unhide:no; + mso-style-next:Normal; + margin-top:6.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:0cm; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + font-family:"Cambria",serif; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold;} +p.MsoList, li.MsoList, div.MsoList + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + /*text-indent:-18.0pt;*/ + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListCxSpFirst, li.MsoListCxSpFirst, div.MsoListCxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + /*text-indent:-18.0pt;*/ + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListCxSpMiddle, li.MsoListCxSpMiddle, div.MsoListCxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + /*text-indent:-18.0pt;*/ + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListCxSpLast, li.MsoListCxSpLast, div.MsoListCxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + /*text-indent:-18.0pt;*/ + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet, li.MsoListBullet, div.MsoListBullet + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l9 level1 lfo19;*/ + tab-stops:list 18.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBulletCxSpFirst, li.MsoListBulletCxSpFirst, div.MsoListBulletCxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l9 level1 lfo19;*/ + tab-stops:list 18.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBulletCxSpMiddle, li.MsoListBulletCxSpMiddle, div.MsoListBulletCxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l9 level1 lfo19;*/ + tab-stops:list 18.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBulletCxSpLast, li.MsoListBulletCxSpLast, div.MsoListBulletCxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l9 level1 lfo19;*/ + tab-stops:list 18.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber, li.MsoListNumber, div.MsoListNumber + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l8 level1 lfo24;*/ + tab-stops:list 18.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumberCxSpFirst, li.MsoListNumberCxSpFirst, div.MsoListNumberCxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l8 level1 lfo24;*/ + tab-stops:list 18.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumberCxSpMiddle, li.MsoListNumberCxSpMiddle, div.MsoListNumberCxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l8 level1 lfo24;*/ + tab-stops:list 18.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumberCxSpLast, li.MsoListNumberCxSpLast, div.MsoListNumberCxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l8 level1 lfo24;*/ + tab-stops:list 18.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList2, li.MsoList2, div.MsoList2 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList2CxSpFirst, li.MsoList2CxSpFirst, div.MsoList2CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList2CxSpMiddle, li.MsoList2CxSpMiddle, div.MsoList2CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList2CxSpLast, li.MsoList2CxSpLast, div.MsoList2CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList3, li.MsoList3, div.MsoList3 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList3CxSpFirst, li.MsoList3CxSpFirst, div.MsoList3CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList3CxSpMiddle, li.MsoList3CxSpMiddle, div.MsoList3CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList3CxSpLast, li.MsoList3CxSpLast, div.MsoList3CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList4, li.MsoList4, div.MsoList4 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList4CxSpFirst, li.MsoList4CxSpFirst, div.MsoList4CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList4CxSpMiddle, li.MsoList4CxSpMiddle, div.MsoList4CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList4CxSpLast, li.MsoList4CxSpLast, div.MsoList4CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList5, li.MsoList5, div.MsoList5 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList5CxSpFirst, li.MsoList5CxSpFirst, div.MsoList5CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList5CxSpMiddle, li.MsoList5CxSpMiddle, div.MsoList5CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoList5CxSpLast, li.MsoList5CxSpLast, div.MsoList5CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet2, li.MsoListBullet2, div.MsoListBullet2 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l7 level1 lfo20;*/ + tab-stops:list 36.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet2CxSpFirst, li.MsoListBullet2CxSpFirst, div.MsoListBullet2CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l7 level1 lfo20;*/ + tab-stops:list 36.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet2CxSpMiddle, li.MsoListBullet2CxSpMiddle, div.MsoListBullet2CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l7 level1 lfo20;*/ + tab-stops:list 36.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet2CxSpLast, li.MsoListBullet2CxSpLast, div.MsoListBullet2CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l7 level1 lfo20;*/ + tab-stops:list 36.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet3, li.MsoListBullet3, div.MsoListBullet3 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l6 level1 lfo21;*/ + tab-stops:list 54.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet3CxSpFirst, li.MsoListBullet3CxSpFirst, div.MsoListBullet3CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l6 level1 lfo21;*/ + tab-stops:list 54.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet3CxSpMiddle, li.MsoListBullet3CxSpMiddle, div.MsoListBullet3CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l6 level1 lfo21;*/ + tab-stops:list 54.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet3CxSpLast, li.MsoListBullet3CxSpLast, div.MsoListBullet3CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l6 level1 lfo21;*/ + tab-stops:list 54.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet4, li.MsoListBullet4, div.MsoListBullet4 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l5 level1 lfo22;*/ + tab-stops:list 72.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet4CxSpFirst, li.MsoListBullet4CxSpFirst, div.MsoListBullet4CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l5 level1 lfo22;*/ + tab-stops:list 72.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet4CxSpMiddle, li.MsoListBullet4CxSpMiddle, div.MsoListBullet4CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l5 level1 lfo22;*/ + tab-stops:list 72.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet4CxSpLast, li.MsoListBullet4CxSpLast, div.MsoListBullet4CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l5 level1 lfo22;*/ + tab-stops:list 72.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet5, li.MsoListBullet5, div.MsoListBullet5 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l4 level1 lfo23;*/ + tab-stops:list 90.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet5CxSpFirst, li.MsoListBullet5CxSpFirst, div.MsoListBullet5CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l4 level1 lfo23;*/ + tab-stops:list 90.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet5CxSpMiddle, li.MsoListBullet5CxSpMiddle, div.MsoListBullet5CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l4 level1 lfo23;*/ + tab-stops:list 90.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListBullet5CxSpLast, li.MsoListBullet5CxSpLast, div.MsoListBullet5CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l4 level1 lfo23;*/ + tab-stops:list 90.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber2, li.MsoListNumber2, div.MsoListNumber2 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l3 level1 lfo25;*/ + tab-stops:list 36.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber2CxSpFirst, li.MsoListNumber2CxSpFirst, div.MsoListNumber2CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l3 level1 lfo25;*/ + tab-stops:list 36.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber2CxSpMiddle, li.MsoListNumber2CxSpMiddle, div.MsoListNumber2CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l3 level1 lfo25;*/ + tab-stops:list 36.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber2CxSpLast, li.MsoListNumber2CxSpLast, div.MsoListNumber2CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l3 level1 lfo25;*/ + tab-stops:list 36.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber3, li.MsoListNumber3, div.MsoListNumber3 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l2 level1 lfo26;*/ + tab-stops:list 54.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber3CxSpFirst, li.MsoListNumber3CxSpFirst, div.MsoListNumber3CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l2 level1 lfo26;*/ + tab-stops:list 54.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber3CxSpMiddle, li.MsoListNumber3CxSpMiddle, div.MsoListNumber3CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l2 level1 lfo26;*/ + tab-stops:list 54.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber3CxSpLast, li.MsoListNumber3CxSpLast, div.MsoListNumber3CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l2 level1 lfo26;*/ + tab-stops:list 54.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber4, li.MsoListNumber4, div.MsoListNumber4 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l1 level1 lfo27;*/ + tab-stops:list 72.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber4CxSpFirst, li.MsoListNumber4CxSpFirst, div.MsoListNumber4CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l1 level1 lfo27;*/ + tab-stops:list 72.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber4CxSpMiddle, li.MsoListNumber4CxSpMiddle, div.MsoListNumber4CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l1 level1 lfo27;*/ + tab-stops:list 72.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber4CxSpLast, li.MsoListNumber4CxSpLast, div.MsoListNumber4CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l1 level1 lfo27;*/ + tab-stops:list 72.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber5, li.MsoListNumber5, div.MsoListNumber5 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l0 level1 lfo28;*/ + tab-stops:list 90.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber5CxSpFirst, li.MsoListNumber5CxSpFirst, div.MsoListNumber5CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l0 level1 lfo28;*/ + tab-stops:list 90.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber5CxSpMiddle, li.MsoListNumber5CxSpMiddle, div.MsoListNumber5CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l0 level1 lfo28;*/ + tab-stops:list 90.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListNumber5CxSpLast, li.MsoListNumber5CxSpLast, div.MsoListNumber5CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + /* do not put in margin-left, it is specific to list level */ + mso-add-space:auto; + /*text-indent:-18.0pt;*/ + mso-pagination:widow-orphan; + /*mso-list:l0 level1 lfo28;*/ + tab-stops:list 90.0pt; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoTitle, li.MsoTitle, div.MsoTitle + *{mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-link:"Title Char"; + mso-style-next:Βασικό; + margin-top:12.0pt; + margin-right:0cm; + margin-bottom:3.0pt; + margin-left:0cm; + text-align:center; + mso-pagination:widow-orphan; + mso-outline-level:1; + font-size:16.0pt; + font-family:"Cambria",serif; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-font-kerning:14.0pt; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold;} +p.MsoClosing, li.MsoClosing, div.MsoClosing + *{mso-style-unhide:no; + mso-style-link:"Closing Char"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:216.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoSignature, li.MsoSignature, div.MsoSignature + *{mso-style-unhide:no; + mso-style-link:"Signature Char"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:216.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoBodyText, li.MsoBodyText, div.MsoBodyText + {mso-style-priority:1; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-link:"Body Text Char"; + margin-top:12.0pt; + margin-right:7.2pt; + margin-bottom:12.0pt; + margin-left:0cm; + text-align:justify; + line-height:150%; + mso-pagination:none; + text-autospace:none; + font-size:$normalfontsize; + mso-bidi-font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +span.BodyTextChar + {mso-style-name:"Body Text Char"; + mso-style-priority:1; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Body Text"; + mso-ansi-font-size:$normalfontsize;} +p.MsoBodyTextIndent, li.MsoBodyTextIndent, div.MsoBodyTextIndent + *{mso-style-unhide:no; + mso-style-link:"Body Text Indent Char"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:18.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue, li.MsoListContinue, div.MsoListContinue + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:18.0pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinueCxSpFirst, li.MsoListContinueCxSpFirst, div.MsoListContinueCxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:18.0pt; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinueCxSpMiddle, li.MsoListContinueCxSpMiddle, div.MsoListContinueCxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:18.0pt; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinueCxSpLast, li.MsoListContinueCxSpLast, div.MsoListContinueCxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:18.0pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue2, li.MsoListContinue2, div.MsoListContinue2 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:36.0pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue2CxSpFirst, li.MsoListContinue2CxSpFirst, div.MsoListContinue2CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:36.0pt; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue2CxSpMiddle, li.MsoListContinue2CxSpMiddle, div.MsoListContinue2CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:36.0pt; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue2CxSpLast, li.MsoListContinue2CxSpLast, div.MsoListContinue2CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:36.0pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue3, li.MsoListContinue3, div.MsoListContinue3 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:54.0pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue3CxSpFirst, li.MsoListContinue3CxSpFirst, div.MsoListContinue3CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:54.0pt; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue3CxSpMiddle, li.MsoListContinue3CxSpMiddle, div.MsoListContinue3CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:54.0pt; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue3CxSpLast, li.MsoListContinue3CxSpLast, div.MsoListContinue3CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:54.0pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue4, li.MsoListContinue4, div.MsoListContinue4 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:72.0pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue4CxSpFirst, li.MsoListContinue4CxSpFirst, div.MsoListContinue4CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:72.0pt; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue4CxSpMiddle, li.MsoListContinue4CxSpMiddle, div.MsoListContinue4CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:72.0pt; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue4CxSpLast, li.MsoListContinue4CxSpLast, div.MsoListContinue4CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:72.0pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue5, li.MsoListContinue5, div.MsoListContinue5 + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:90.0pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue5CxSpFirst, li.MsoListContinue5CxSpFirst, div.MsoListContinue5CxSpFirst + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:90.0pt; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue5CxSpMiddle, li.MsoListContinue5CxSpMiddle, div.MsoListContinue5CxSpMiddle + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:90.0pt; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListContinue5CxSpLast, li.MsoListContinue5CxSpLast, div.MsoListContinue5CxSpLast + *{mso-style-unhide:no; + mso-style-type:export-only; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:90.0pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoMessageHeader, li.MsoMessageHeader, div.MsoMessageHeader + *{mso-style-unhide:no; + mso-style-link:"Message Header Char"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:54.0pt; + text-indent:-54.0pt; + mso-pagination:widow-orphan; + background:#CCCCCC; + mso-shading:windowtext; + mso-pattern:gray-20 auto; + border:none; + mso-border-alt:solid windowtext .75pt; + padding:0cm; + mso-padding-alt:1.0pt 1.0pt 1.0pt 1.0pt; + font-size:$normalfontsize; + font-family:"Cambria",serif; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoSubtitle, li.MsoSubtitle, div.MsoSubtitle + *{mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-link:"Subtitle Char"; + mso-style-next:Normal; + margin-top:0cm; + margin-right:0cm; + margin-bottom:3.0pt; + margin-left:0cm; + text-align:center; + mso-pagination:widow-orphan; + mso-outline-level:2; + font-size:$normalfontsize; + font-family:"Cambria",serif; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoSalutation, li.MsoSalutation, div.MsoSalutation + *{mso-style-unhide:no; + mso-style-link:"Salutation Char"; + mso-style-next:Normal; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoDate, li.MsoDate, div.MsoDate + *{mso-style-unhide:no; + mso-style-link:"Date Char"; + mso-style-next:Normal; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoBodyTextFirstIndent, li.MsoBodyTextFirstIndent, div.MsoBodyTextFirstIndent + *{mso-style-unhide:no; + mso-style-parent:"Body Text"; + mso-style-link:"Body Text First Indent Char"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + text-indent:10.5pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoBodyTextFirstIndent2, li.MsoBodyTextFirstIndent2, div.MsoBodyTextFirstIndent2 + *{mso-style-unhide:no; + mso-style-parent:"Body Text Indent"; + mso-style-link:"Body Text First Indent 2 Char"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:18.0pt; + text-indent:10.5pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoNoteHeading, li.MsoNoteHeading, div.MsoNoteHeading + *{mso-style-unhide:no; + mso-style-link:"Note Heading Char"; + mso-style-next:Normal; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoBodyText2, li.MsoBodyText2, div.MsoBodyText2 + *{mso-style-unhide:no; + mso-style-link:"Body Text 2 Char"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + line-height:200%; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoBodyText3, li.MsoBodyText3, div.MsoBodyText3 + *{mso-style-unhide:no; + mso-style-link:"Body Text 3 Char"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:0cm; + mso-pagination:widow-orphan; + font-size:8.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoBodyTextIndent2, li.MsoBodyTextIndent2, div.MsoBodyTextIndent2 + *{mso-style-unhide:no; + mso-style-link:"Body Text Indent 2 Char"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:18.0pt; + line-height:200%; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoBodyTextIndent3, li.MsoBodyTextIndent3, div.MsoBodyTextIndent3 + *{mso-style-unhide:no; + mso-style-link:"Body Text Indent 3 Char"; + margin-top:0cm; + margin-right:0cm; + margin-bottom:6.0pt; + margin-left:18.0pt; + mso-pagination:widow-orphan; + font-size:8.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoBlockText, li.MsoBlockText, div.MsoBlockText + *{mso-style-unhide:no; + margin-top:0cm; + margin-right:72.0pt; + margin-bottom:6.0pt; + margin-left:72.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-size:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +a:link, span.MsoHyperlink + {mso-style-priority:99; + color:#0563C1; + mso-themecolor:hyperlink; + text-decoration:underline; + text-underline:single;} +a:visited, span.MsoHyperlinkFollowed + {mso-style-noshow:yes; + mso-style-priority:99; + color:#954F72; + mso-themecolor:followedhyperlink; + text-decoration:underline; + text-underline:single;} +p.MsoDocumentMap, li.MsoDocumentMap, div.MsoDocumentMap + *{mso-style-noshow:yes; + mso-style-unhide:no; + margin:0cm; + mso-pagination:widow-orphan; + background:navy; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$headerfont; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoPlainText, li.MsoPlainText, div.MsoPlainText + *{mso-style-unhide:no; + mso-style-link:"Plain Text Char"; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:$monospacefont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig + *{mso-style-unhide:no; + mso-style-link:"Auto Sig Char"; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p + *{mso-style-priority:99; + mso-style-unhide:no; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +address + *{mso-style-unhide:no; + mso-style-link:"Διεύθυνση HTML Char"; + margin:0cm; + margin-bottom:.0001pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-style:italic;} +pre + *{mso-style-unhide:no; + mso-style-link:"Προ-διαμορφωμένο HTML Char"; + margin:0cm; + margin-bottom:.0001pt; + mso-pagination:widow-orphan; + tab-stops:72.0pt; + font-size:$smallerfontsize; + font-family:$monospacefont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject + *{mso-style-noshow:yes; + mso-style-unhide:no; + mso-style-parent:"Comment Text"; + mso-style-next:"Comment Text"; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold;} +p.MsoAcetate, li.MsoAcetate, div.MsoAcetate + {mso-style-noshow:yes; + mso-style-priority:99; + mso-style-link:"Balloon Text Char"; + margin:0cm; + mso-pagination:none; + text-autospace:none; + font-size:9.0pt; + font-family:"Times New Roman",serif; + mso-fareast-font-family:Calibri; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +span.BalloonTextChar + {mso-style-name:"Balloon Text Char"; + mso-style-noshow:yes; + mso-style-priority:99; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-link:"Balloon Text"; + mso-ansi-font-size:9.0pt; + mso-bidi-font-size:9.0pt; + font-family:"Times New Roman",serif; + mso-ascii-font-family:"Times New Roman"; + mso-hansi-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman";} +span.MsoPlaceholderText + *{mso-style-noshow:yes; + mso-style-priority:99; + mso-style-unhide:no; + color:gray;} +p.MsoNoSpacing, li.MsoNoSpacing, div.MsoNoSpacing + *{mso-style-priority:1; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:""; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph + *{mso-style-priority:34; + mso-style-unhide:no; + mso-style-qformat:yes; + margin-top:0cm; + margin-right:0cm; + margin-bottom:0cm; + margin-left:36.0pt; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoQuote, li.MsoQuote, div.MsoQuote + *{mso-style-priority:29; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-link:"Απόσπασμα Char"; + mso-style-next:Βασικό; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + color:black; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-style:italic;} +p.MsoIntenseQuote, li.MsoIntenseQuote, div.MsoIntenseQuote + *{mso-style-priority:30; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-link:"Έντονο απόσπ\. Char"; + mso-style-next:Βασικό; + margin-top:10.0pt; + margin-right:46.8pt; + margin-bottom:14.0pt; + margin-left:46.8pt; + mso-pagination:widow-orphan; + border:none; + mso-border-bottom-alt:solid #4F81BD .5pt; + padding:0cm; + mso-padding-alt:0cm 0cm 4.0pt 0cm; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + color:#4F81BD; + mso-ansi-language:EN-US; + mso-fareast-language:JA; + font-weight:bold; + font-style:italic;} +p.MsoBibliography, li.MsoBibliography, div.MsoBibliography + *{mso-style-noshow:yes; + mso-style-priority:37; + mso-style-next:Βασικό; + margin:0cm; + mso-pagination:widow-orphan; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$bodyfont; + mso-fareast-font-family:"Times New Roman"; + mso-ansi-language:EN-US; + mso-fareast-language:JA;} +p.MsoTocHeading, li.MsoTocHeading, div.MsoTocHeading + {mso-style-priority:39; + mso-style-qformat:yes; + mso-style-parent:"Heading 1"; + mso-style-next:Normal; + margin-top:24.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:0cm; + line-height:115%; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + font-size:14.0pt; + font-family:"Calibri Light",sans-serif; + mso-ascii-font-family:"Calibri Light"; + mso-ascii-theme-font:major-latin; + mso-fareast-font-family:"Times New Roman"; + mso-fareast-theme-font:major-fareast; + mso-hansi-font-family:"Calibri Light"; + mso-hansi-theme-font:major-latin; + mso-bidi-font-family:"Times New Roman"; + mso-bidi-theme-font:major-bidi; + color:#2F5496; + mso-themecolor:accent1; + mso-themeshade:191; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US; + font-weight:bold;} +span.MsoCommentReference + *{mso-style-noshow:yes; + mso-style-unhide:no; + mso-style-parent:""; + mso-ansi-font-size:8.0pt; + mso-bidi-font-size:8.0pt;} +p.MsoTitleCxSpFirst, li.MsoTitleCxSpFirst, div.MsoTitleCxSpFirst + *{mso-style-priority:10; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-link:"Title Char"; + mso-style-next:Normal; + mso-style-type:export-only; + margin:0cm; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:28.0pt; + font-family:"Calibri Light",sans-serif; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + letter-spacing:-.5pt; + mso-font-kerning:14.0pt; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.MsoTitleCxSpMiddle, li.MsoTitleCxSpMiddle, div.MsoTitleCxSpMiddle + *{mso-style-priority:10; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-link:"Title Char"; + mso-style-next:Normal; + mso-style-type:export-only; + margin:0cm; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:28.0pt; + font-family:"Calibri Light",sans-serif; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + letter-spacing:-.5pt; + mso-font-kerning:14.0pt; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +p.MsoTitleCxSpLast, li.MsoTitleCxSpLast, div.MsoTitleCxSpLast + *{mso-style-priority:10; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-link:"Title Char"; + mso-style-next:Normal; + mso-style-type:export-only; + margin:0cm; + margin-bottom:.0001pt; + mso-add-space:auto; + mso-pagination:widow-orphan; + font-size:28.0pt; + font-family:"Calibri Light",sans-serif; + mso-fareast-font-family:"Times New Roman"; + mso-bidi-font-family:"Times New Roman"; + letter-spacing:-.5pt; + mso-font-kerning:14.0pt; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} +a.url *{ + font-family:"Arial",sans-serif; + font-size:8pt; + text-decoration:underline; + text-underline:single; +} + +h1.Section3 +*{ +margin-top:36.0pt; + margin-right:0cm; + margin-bottom:0cm; + margin-left:0cm; + margin-bottom:6pt; + text-align:center; + text-indent:0cm; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + mso-outline-level:1; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:14.0pt; + mso-bidi-font-size:10.0pt; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + mso-ansi-language:EN-GB; + mso-fareast-language:EN-US; + font-weight:bold; + mso-bidi-font-weight:normal; +} +p.h1Preface + *{mso-style-priority:1; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-link:"Heading 1 Char"; + mso-style-next:Normal; + margin-top:18.0pt; + margin-right:0cm; + margin-bottom:6pt; + margin-left:39.7pt; + margin-bottom:.0001pt; + text-indent:-39.7pt; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + color:black; + font-weight: bold; + mso-font-kerning:0pt; + mso-ansi-language:EN-GB; + mso-fareast-language:JA; + mso-bidi-font-weight:normal;} +h1.Annex, .h1Annex + *{mso-style-priority:1; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-link:"Heading 1 Char"; + mso-style-next:Normal; + margin-top:36.0pt; + margin-right:0cm; + margin-bottom:6pt; + margin-left:0cm; + margin-bottom:.0001pt; + text-indent:0cm; + text-align:center; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + mso-layout-grid-align:none; + punctuation-wrap:simple; + text-autospace:none; + font-size:14.0pt; + mso-bidi-font-size:10.0pt; + mso-hyphenate:none; + mso-bidi-font-size:11.0pt; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + color:black; + mso-font-kerning:0pt; + mso-ansi-language:EN-GB; + mso-fareast-language:JA; + mso-bidi-font-weight:normal;} +h1.Annex *{ + mso-outline-level:1; + mso-list:l1 level1 lfo6; +} +.h2Annex + *{mso-style-priority:2; + mso-style-unhide:no; + mso-style-qformat:yes; + mso-style-parent:"Heading 1"; + mso-style-link:"Heading 2 Char"; + mso-style-next:Normal; + margin-top:$normalfontsize; + margin-right:0cm; + margin-bottom:6pt; + margin-left:39.7pt; + margin-bottom:.0001pt; + text-indent:0cm; + mso-pagination:widow-orphan lines-together; + page-break-after:avoid; + mso-outline-level:2; + mso-hyphenate:none; + tab-stops:39.7pt 59.55pt 79.4pt 99.25pt; + punctuation-wrap:simple; + text-autospace:none; + font-size:$normalfontsize; + font-weight:bold; + mso-bidi-font-size:10.0pt; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + color:black; + font-weight:bold; + mso-ansi-language:EN-GB; + mso-fareast-language:JA; + mso-bidi-font-weight:normal;} +span.Heading1Char + *{mso-style-name:"Heading 1 Char"; + mso-style-priority:1; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Heading 1"; + mso-ansi-font-size:13.0pt; + font-family:$headerfont; + mso-ascii-font-family:Cambria; + mso-fareast-font-family:$headerfont; + mso-hansi-font-family:$headerfont; + mso-ansi-language:EN-GB; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +span.Heading2Char + *{mso-style-name:"Heading 2 Char"; + mso-style-priority:2; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Heading 2"; + mso-ansi-font-size:$normalfontsize; + font-family:$headerfont; + mso-ascii-font-family:Cambria; + mso-fareast-font-family:$headerfont; + mso-hansi-font-family:$headerfont; + mso-ansi-language:EN-GB; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +span.Heading3Char + *{mso-style-name:"Heading 3 Char"; + mso-style-priority:3; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Heading 3"; + mso-ansi-font-size:11.0pt; + font-family:$headerfont; + mso-ascii-font-family:$headerfont; + mso-fareast-font-family:$headerfont; + mso-hansi-font-family:$headerfont; + mso-ansi-language:EN-GB; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +span.Heading4Char + {mso-style-name:"Heading 4 Char"; + mso-style-priority:9; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Heading 4"; + mso-ansi-font-size:$normalfontsize; + mso-bidi-font-size:13.0pt; + font-family:$headerfont;; + mso-ascii-font-family:"Arial Black"; + mso-fareast-font-family:Montserrat-ExtraBold; + mso-hansi-font-family:"Arial Black"; + mso-bidi-font-family:Montserrat-ExtraBold; + text-transform:uppercase; + font-weight:bold;} +span.Heading5Char + {mso-style-name:"Heading 5 Char"; + mso-style-priority:9; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-link:"Heading 5"; + mso-ansi-font-size:$normalfontsize; + mso-bidi-font-size:13.0pt; + font-family:$headerfont;; + mso-ascii-font-family:"Arial Black"; + mso-fareast-font-family:"Times New Roman"; + mso-fareast-theme-font:major-fareast; + mso-hansi-font-family:"Arial Black"; + mso-bidi-font-family:"Times New Roman"; + mso-bidi-theme-font:major-bidi; + color:black; + mso-themecolor:text1; + text-transform:uppercase; + font-weight:bold;} +span.Heading6Char + *{mso-style-name:"Heading 6 Char"; + mso-style-priority:6; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Heading 6"; + mso-ansi-font-size:11.0pt; + font-family:$headerfont; + mso-ascii-font-family:$headerfont; + mso-fareast-font-family:$headerfont; + mso-hansi-font-family:$headerfont; + mso-ansi-language:EN-GB; + mso-fareast-language:JA; + font-weight:bold; + mso-bidi-font-weight:normal;} +p.Tablebody, li.Tablebody, div.Tablebody + *{mso-style-name:"Table body"; + mso-style-noshow:yes; + mso-style-unhide:no; + margin-top:3.0pt; + margin-right:0cm; + margin-bottom:3.0pt; + margin-left:0cm; + line-height:12; + mso-pagination:widow-orphan; + font-size:10.0pt; + mso-bidi-font-size:11.0pt; + font-family:$bodyfont; + mso-fareast-font-family:$bodyfont; + mso-bidi-font-family:$bodyfont; + mso-ansi-language:EN-GB;} +p.TOCTitle, li.TOCTitle, div.TOCTitle + *{mso-style-name:"TOC Title"; + mso-style-unhide:no; + margin-top:0in; + margin-right:0in; + margin-bottom:$normalfontsize; + margin-left:0in; + text-align:left; + page-break-after:avoid; + mso-pagination:none; + mso-hyphenate:none; + mso-layout-grid-align:none; + font-size:$normalfontsize; + mso-bidi-font-size:10.0pt; + font-weight:bold; + font-family:$headerfont; + mso-fareast-font-family:$headerfont; + mso-bidi-font-family:$headerfont; + mso-fareast-language:EN-US;} +span.DeltaViewMoveDestination + *{mso-style-name:"DeltaView Move Destination"; + mso-style-priority:99; + mso-style-unhide:no; + mso-style-parent:""; + color:#00C000; + text-decoration:underline; + text-underline:double;} +span.Char + *{mso-style-name:"Body Text Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Body Text"; + mso-ansi-font-size:12.0pt; + mso-fareast-language:JA;} +span.2Char + *{mso-style-name:"Body Text 2 Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Body Text 2"; + mso-ansi-font-size:12.0pt; + mso-fareast-language:JA;} +span.3Char + *{mso-style-name:"Body Text 3 Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Body Text 3"; + mso-ansi-font-size:8.0pt; + mso-bidi-font-size:8.0pt; + mso-fareast-language:JA;} +span.Char0 + *{mso-style-name:"Body Text First Indent Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:"Body Text Char"; + mso-style-link:"Body Text First Indent"; + mso-ansi-font-size:12.0pt; + mso-fareast-language:JA;} +span.Char1 + *{mso-style-name:"Body Text Indent Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Body Text Indent"; + mso-ansi-font-size:12.0pt; + mso-fareast-language:JA;} +span.2Char0 + *{mso-style-name:"Body Text First Indent 2 Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:"Body Text Indent Char"; + mso-style-link:"Body Text First Indent 2"; + mso-ansi-font-size:12.0pt; + mso-fareast-language:JA;} +span.2Char1 + *{mso-style-name:"Body Text Indent 2 Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Body Text Indent 2"; + mso-ansi-font-size:12.0pt; + mso-fareast-language:JA;} +span.3Char0 + *{mso-style-name:"Body TextIndent 3 Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Body Text Indent 3"; + mso-ansi-font-size:8.0pt; + mso-bidi-font-size:8.0pt; + mso-fareast-language:JA;} +span.Char2 + *{mso-style-name:"Closing Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:Closing; + mso-ansi-font-size:12.0pt; + mso-fareast-language:JA;} +span.Char3 + *{mso-style-name:"Comment Text Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Comment Text"; + mso-fareast-language:JA;} +span.Char4 + *{mso-style-name:"Comment Subject Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Comment Subject"; + mso-fareast-language:JA; + font-weight:bold;} +span.Char5 + *{mso-style-name:"Date Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:Date; + mso-ansi-font-size:12.0pt; + mso-fareast-language:JA;} +span.Char6 + *{mso-style-name:"E-Mail Signature Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"E-Mail Signature"; + mso-ansi-font-size:12.0pt; + mso-fareast-language:JA;} +span.Char7 + *{mso-style-name:"Endnote Text Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Endnote Text"; + mso-fareast-language:JA;} +span.HTMLChar + *{mso-style-name:"HTML Address Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"HTML Address"; + mso-ansi-font-size:12.0pt; + mso-fareast-language:JA; + font-style:italic;} +span.-HTMLChar + *{mso-style-name:"Preformatted HTML Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Preformatted HTML"; + font-family:$monospacefont; + mso-ascii-font-family:"Courier New"; + mso-hansi-font-family:"Courier New"; + mso-bidi-font-family:"Courier New"; + mso-fareast-language:JA;} +span.Char8 + *{mso-style-name:"Intense Quote Char"; + mso-style-priority:30; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Intense Quote"; + mso-ansi-font-size:12.0pt; + color:#4F81BD; + mso-fareast-language:JA; + font-weight:bold; + font-style:italic;} +span.Char9 + *{mso-style-name:"Macro Text Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Macro Text"; + font-family:$monospacefont; + mso-ascii-font-family:"Courier New"; + mso-hansi-font-family:"Courier New"; + mso-bidi-font-family:"Courier New"; + mso-fareast-language:JA;} +span.Chara + *{mso-style-name:"Message Header Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Message Header"; + mso-ansi-font-size:12.0pt; + mso-bidi-font-size:12.0pt; + font-family:"Cambria",serif; + mso-ascii-font-family:Cambria; + mso-fareast-font-family:"Times New Roman"; + mso-hansi-font-family:Cambria; + mso-bidi-font-family:"Times New Roman"; + background:#CCCCCC; + mso-shading:windowtext; + mso-pattern:gray-20 auto; + mso-fareast-language:JA;} +span.Charb + *{mso-style-name:"Note Header Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Note Header"; + mso-ansi-font-size:12.0pt; + mso-fareast-language:JA;} +span.Charc + *{mso-style-name:"Plain Text Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:"Plain Text"; + font-family:"Courier New"; + mso-ascii-font-family:"Courier New"; + mso-hansi-font-family:"Courier New"; + mso-bidi-font-family:"Courier New"; + mso-fareast-language:JA;} +span.Chard + *{mso-style-name:"Quote Char"; + mso-style-priority:29; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:Quote; + mso-ansi-font-size:12.0pt; + color:black; + mso-fareast-language:JA; + font-style:italic;} +span.Chare + *{mso-style-name:"Salutation Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:Salutation; + mso-ansi-font-size:12.0pt; + mso-fareast-language:JA;} +span.Charf + *{mso-style-name:"Signature Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:Signature; + mso-ansi-font-size:12.0pt; + mso-fareast-language:JA;} +span.Charf0 + *{mso-style-name:"Subtitle Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:Υπότιτλος; + mso-ansi-font-size:12.0pt; + mso-bidi-font-size:12.0pt; + font-family:"Cambria",serif; + mso-ascii-font-family:Cambria; + mso-fareast-font-family:"Times New Roman"; + mso-hansi-font-family:Cambria; + mso-bidi-font-family:"Times New Roman"; + mso-fareast-language:JA;} +span.Charf1 + *{mso-style-name:"Title Char"; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:Title; + mso-ansi-font-size:16.0pt; + mso-bidi-font-size:16.0pt; + font-family:"Cambria",serif; + mso-ascii-font-family:Cambria; + mso-fareast-font-family:"Times New Roman"; + mso-hansi-font-family:Cambria; + mso-bidi-font-family:"Times New Roman"; + mso-font-kerning:14.0pt; + mso-fareast-language:JA; + font-weight:bold;} +span.Charf2 + *{mso-style-name:"Footer Char"; + mso-style-priority:99; + mso-style-unhide:no; + mso-style-locked:yes; + mso-style-parent:""; + mso-style-link:Footer; + mso-ansi-font-size:8.0pt; + font-family:$headerfont; + mso-ascii-font-family:Arial; + mso-fareast-font-family:"Arial Unicode MS"; + mso-hansi-font-family:Arial; + mso-fareast-language:JA; + mso-no-proof:yes;} +span.SpellE + {mso-style-name:""; + mso-spl-e:yes;} +.MsoChpDefault + {mso-style-type:export-only; + mso-default-props:yes; + font-size:$smallerfontsize; + mso-ansi-font-size:$smallerfontsize; + mso-bidi-font-size:$smallerfontsize; + font-family:$bodyfont; + mso-ascii-font-family:Calibri; + mso-fareast-font-family:Calibri; + mso-hansi-font-family:Calibri; + mso-bidi-font-family:Calibri; + color:#231F20; + mso-font-kerning:0pt; + mso-ligatures:none; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} + table.MsoNormalTable + {mso-style-name:"Table Normal"; + mso-tstyle-rowband-size:0; + mso-tstyle-colband-size:0; + mso-style-noshow:yes; + mso-style-priority:99; + mso-style-parent:""; + mso-padding-alt:0cm 5.4pt 0cm 5.4pt; + mso-para-margin:0cm; + mso-pagination:widow-orphan; + font-size:$smallerfontsize; + font-family:$bodyfont; + color:#231F20; + mso-ansi-language:EN-US; + mso-fareast-language:EN-US;} + + + + + + /* Page Definitions */ +@page + *{ + /*size:612.0pt 792.0pt; + margin:36.0pt 53.85pt 21.55pt 53.85pt; + mso-header-margin:42.55pt; + mso-footer-margin:43.1pt;*/ + mso-footnote-separator:url("file:///C:/Doc/FILENAME_files/header.html") fs; + mso-footnote-continuation-separator:url("file:///C:/Doc/FILENAME_files/header.html") fcs; + mso-endnote-separator:url("file:///C:/Doc/FILENAME_files/header.html") es; + mso-endnote-continuation-separator:url("file:///C:/Doc/FILENAME_files/header.html") ecs; + mso-footnote-numbering-restart:each-section;} + /* List Definitions */ + @list l0 + *{mso-list-id:-132; + mso-list-type:simple; + mso-list-template-ids:658912312;} +@list l0:level1 + *{mso-level-style-link:"List Number 5"; + mso-level-tab-stop:90.0pt; + mso-level-number-position:left; + margin-left:90.0pt; + text-indent:-18.0pt;} +@list l1 + *{mso-list-id:-131; + mso-list-type:simple; + mso-list-template-ids:-1232682628;} +@list l1:level1 + *{mso-level-style-link:"List Number 4"; + mso-level-tab-stop:72.0pt; + mso-level-number-position:left; + margin-left:72.0pt; + text-indent:-18.0pt;} +@list l2 + *{mso-list-id:-130; + mso-list-type:simple; + mso-list-template-ids:-1773906326;} +@list l2:level1 + *{mso-level-style-link:"List Number 3"; + mso-level-tab-stop:54.0pt; + mso-level-number-position:left; + margin-left:54.0pt; + text-indent:-18.0pt;} +@list l3 + *{mso-list-id:-129; + mso-list-type:simple; + mso-list-template-ids:-196445938;} +@list l3:level1 + *{mso-level-style-link:"List Number 2"; + mso-level-tab-stop:36.0pt; + mso-level-number-position:left; + text-indent:-18.0pt;} +@list l4 + *{mso-list-id:-128; + mso-list-type:simple; + mso-list-template-ids:-939127786;} +@list l4:level1 + *{mso-level-number-format:bullet; + mso-level-style-link:"List Bullet 5"; + mso-level-text:; + mso-level-tab-stop:90.0pt; + mso-level-number-position:left; + margin-left:90.0pt; + text-indent:-18.0pt; + font-family:Symbol;} +@list l5 + *{mso-list-id:-127; + mso-list-type:simple; + mso-list-template-ids:1627824530;} +@list l5:level1 + *{mso-level-number-format:bullet; + mso-level-style-link:"List Bullet 4"; + mso-level-text:; + mso-level-tab-stop:72.0pt; + mso-level-number-position:left; + margin-left:72.0pt; + text-indent:-18.0pt; + font-family:Symbol;} +@list l6 + *{mso-list-id:-126; + mso-list-type:simple; + mso-list-template-ids:-525305054;} +@list l6:level1 + *{mso-level-number-format:bullet; + mso-level-style-link:"List Bullet 3"; + mso-level-text:; + mso-level-tab-stop:54.0pt; + mso-level-number-position:left; + margin-left:54.0pt; + text-indent:-18.0pt; + font-family:Symbol;} +@list l7 + *{mso-list-id:-125; + mso-list-type:simple; + mso-list-template-ids:-649572510;} +@list l7:level1 + *{mso-level-number-format:bullet; + mso-level-style-link:"List Bullet 2"; + mso-level-text:; + mso-level-tab-stop:36.0pt; + mso-level-number-position:left; + text-indent:-18.0pt; + font-family:Symbol;} +@list l8 + *{mso-list-id:-120; + mso-list-type:simple; + mso-list-template-ids:605852290;} +@list l8:level1 + *{mso-level-style-link:"List Number"; + mso-level-tab-stop:18.0pt; + mso-level-number-position:left; + margin-left:18.0pt; + text-indent:-18.0pt;} +@list l9 + *{mso-list-id:-119; + mso-list-type:simple; + mso-list-template-ids:872812788;} +@list l9:level1 + *{mso-level-number-format:bullet; + mso-level-style-link:"List Bullet"; + mso-level-text:; + mso-level-tab-stop:18.0pt; + mso-level-number-position:left; + margin-left:18.0pt; + text-indent:-18.0pt; + font-family:Symbol;} +@list l10 + *{mso-list-id:106704416; + mso-list-type:simple; + mso-list-template-ids:110112730;} +@list l10:level1 + *{mso-level-style-link:"IEEEStds Bibliographic Entry"; + mso-level-text:"\[B%1\]"; + mso-level-tab-stop:36.0pt; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm;} +@list l11 + *{mso-list-id:170730291; + mso-list-type:simple; + mso-list-template-ids:834432152;} +@list l11:level1 + *{mso-level-number-format:bullet; + mso-level-style-link:"IEEEStds Unordered List"; + mso-level-text:; + mso-level-tab-stop:32.0pt; + mso-level-number-position:left; + margin-left:32.0pt; + text-indent:-22.0pt; + font-family:Symbol;} +@list l12 + *{mso-list-id:191764976; + mso-list-type:simple; + mso-list-template-ids:1875044632; + mso-list-name:STDS_EQ;} +@list l12:level1 + *{mso-level-text:"\(%1\)"; + mso-level-tab-stop:18.0pt; + mso-level-number-position:left; + margin-left:18.0pt; + text-indent:-18.0pt;} +/* headings */ +@list l13 + *{mso-list-id:494221554; + mso-list-template-ids:-1636690702;} +@list l13:level1 + *{mso-level-number-format:alpha-upper; + mso-level-style-link:"Heading 1"; + mso-level-suffix:space; + mso-level-text:"Annex %1"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:12.0pt; + font-family:$headerfont; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l13:level2 + *{mso-level-style-link:"Heading 2"; + mso-level-suffix:space; + mso-level-text:"%1\.%2"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:11.0pt; + font-family:$headerfont; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-underline:none; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l13:level3 + *{mso-level-style-link:"Heading 3"; + mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:$headerfont; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l13:level4 + *{mso-level-style-link:"Heading 4"; + mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:$headerfont; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l13:level5 + *{mso-level-style-link:"Heading 5"; + mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:$headerfont; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l13:level6 + *{mso-level-style-link:"Heading 6"; + mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:$headerfont; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l13:level7 + *{mso-level-style-link:"Heading 7"; + mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:$headerfont; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l13:level8 + *{mso-level-style-link:"Heading 8"; + mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:$headerfont; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l13:level9 + *{mso-level-style-link:"Heading 9"; + mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.%9"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:$headerfont; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l14 + *{mso-list-id:599217758; + mso-list-type:simple; + mso-list-template-ids:112635140;} +@list l14:level1 + *{mso-level-style-link:"IEEEStds Regular Table Caption"; + mso-level-text:"Table %1"; + mso-level-tab-stop:54.0pt; + mso-level-number-position:center; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l15 + *{mso-list-id:767383621; + mso-list-template-ids:-1041341698;} +@list l15:level1 + *{mso-level-suffix:space; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:12.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l15:level2 + *{mso-level-suffix:space; + mso-level-text:"%1\.%2"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:11.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-underline:none; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l15:level3 + *{mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l15:level4 + *{mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l15:level5 + *{mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l15:level6 + *{mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l15:level7 + *{mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l15:level8 + *{mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l15:level9 + *{mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.%9"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l16 + *{mso-list-id:772169859; + mso-list-template-ids:-2125139540;} +@list l16:level1 + *{mso-level-number-format:alpha-lower; + mso-level-style-link:"IEEEStds Numbered List Level 1"; + mso-level-text:"%1\)"; + mso-level-tab-stop:32.0pt; + mso-level-number-position:left; + margin-left:32.0pt; + text-indent:-22.0pt; + mso-ansi-font-size:10.0pt; + mso-ascii-font-family:"Times New Roman"; + mso-hansi-font-family:"Times New Roman"; + font-variant:normal !important; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:normal; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l16:level2 + *{mso-level-style-link:"IEEEStds Numbered List Level 2"; + mso-level-text:"%2\)"; + mso-level-tab-stop:54.0pt; + mso-level-number-position:left; + margin-left:54.0pt; + text-indent:-22.0pt; + mso-ansi-font-size:10.0pt; + mso-ascii-font-family:"Times New Roman"; + mso-hansi-font-family:"Times New Roman"; + font-variant:normal !important; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:normal; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l16:level3 + *{mso-level-number-format:roman-lower; + mso-level-style-link:"IEEEStds Numbered List Level 3"; + mso-level-text:"%3\)"; + mso-level-tab-stop:90.0pt; + mso-level-number-position:left; + margin-left:76.0pt; + text-indent:-22.0pt; + mso-ansi-font-size:10.0pt; + mso-ascii-font-family:"Times New Roman"; + mso-hansi-font-family:"Times New Roman"; + font-variant:normal !important; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:normal; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l16:level4 + *{mso-level-number-format:roman-lower; + mso-level-style-link:"IEEEStds Numbered List Level 4"; + mso-level-text:"%4\)"; + mso-level-tab-stop:112.0pt; + mso-level-number-position:left; + margin-left:98.0pt; + text-indent:-22.0pt; + mso-ansi-font-size:10.0pt; + mso-ascii-font-family:"Times New Roman"; + mso-hansi-font-family:"Times New Roman"; + font-variant:normal !important; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:normal; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l16:level5 + *{mso-level-number-format:roman-lower; + mso-level-style-link:"IEEEStds Numbered List Level 5"; + mso-level-text:"%5\)"; + mso-level-tab-stop:134.0pt; + mso-level-number-position:left; + margin-left:120.0pt; + text-indent:-22.0pt; + mso-ansi-font-size:10.0pt; + mso-ascii-font-family:"Times New Roman"; + mso-hansi-font-family:"Times New Roman"; + font-variant:normal !important; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:normal; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l16:level6 + *{mso-level-number-format:none; + mso-level-suffix:space; + mso-level-text:""; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + mso-ascii-font-family:"Times New Roman"; + mso-hansi-font-family:"Times New Roman"; + font-variant:normal !important; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l16:level7 + *{mso-level-number-format:none; + mso-level-suffix:space; + mso-level-text:""; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + mso-ascii-font-family:"Times New Roman"; + mso-hansi-font-family:"Times New Roman"; + font-variant:normal !important; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l16:level8 + *{mso-level-number-format:none; + mso-level-suffix:space; + mso-level-text:""; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + mso-ascii-font-family:"Times New Roman"; + mso-hansi-font-family:"Times New Roman"; + font-variant:normal !important; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l16:level9 + *{mso-level-number-format:none; + mso-level-suffix:space; + mso-level-text:""; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + mso-ascii-font-family:"Times New Roman"; + mso-hansi-font-family:"Times New Roman"; + font-variant:normal !important; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l17 + *{mso-list-id:1119447186; + mso-list-type:simple; + mso-list-template-ids:-245716254;} +@list l17:level1 + *{mso-level-style-link:"IEEEStds Multiple Notes"; + mso-level-text:"NOTE %1—"; + mso-level-tab-stop:54.0pt; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:9.0pt; + mso-ascii-font-family:"Times New Roman"; + mso-hansi-font-family:"Times New Roman"; + font-variant:normal !important; + color:black; + mso-text-animation:none; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:normal; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l18 + *{mso-list-id:1312562546; + mso-list-type:simple; + mso-list-template-ids:1756251930;} +@list l18:level1 + *{mso-level-style-link:"IEEEStds Regular Figure Caption"; + mso-level-text:"Figure %1"; + mso-level-tab-stop:50.4pt; + mso-level-number-position:center; + margin-left:0cm; + text-indent:14.4pt; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l19 + *{mso-list-id:1848447539; + mso-list-type:simple; + mso-list-template-ids:-31263540; + mso-list-name:DEFINITION;} +@list l19:level1 + *{mso-level-text:"%1 "; + mso-level-tab-stop:378.0pt; + mso-level-number-position:right; + text-indent:324.0pt;} +@list l20 + *{mso-list-id:1872063521; + mso-list-template-ids:649642472;} +@list l20:level1 + *{mso-level-style-link:"IEEEStds Level 1 Header"; + mso-level-suffix:space; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:12.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l20:level2 + *{mso-level-style-link:"IEEEStds Level 2 Header"; + mso-level-suffix:space; + mso-level-text:"%1\.%2"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:11.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-underline:none; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l20:level3 + *{mso-level-style-link:"IEEEStds Level 3 Header"; + mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l20:level4 + *{mso-level-style-link:"IEEEStds Level 4 Header"; + mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l20:level5 + *{mso-level-style-link:"IEEEStds Level 4 Header"; + mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l20:level6 + *{mso-level-style-link:"IEEEStds Level 3 Header"; + mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l20:level7 + *{mso-level-style-link:"IEEEStds Level 7 Header"; + mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l20:level8 + *{mso-level-style-link:"IEEEStds Level 8 Header"; + mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l20:level9 + *{mso-level-style-link:"IEEEStds Level 9 Header"; + mso-level-suffix:space; + mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.%9"; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:0cm; + text-indent:0cm; + mso-ansi-font-size:10.0pt; + font-family:"Arial",sans-serif; + mso-bidi-font-family:"Times New Roman"; + color:black; + mso-hide:none; + text-transform:none; + mso-style-textoutline-type:none; + mso-style-textoutline-outlinestyle-dpiwidth:0pt; + mso-style-textoutline-outlinestyle-linecap:round; + mso-style-textoutline-outlinestyle-join:bevel; + mso-style-textoutline-outlinestyle-pctmiterlimit:0%; + mso-style-textoutline-outlinestyle-dash:solid; + mso-style-textoutline-outlinestyle-align:center; + mso-style-textoutline-outlinestyle-compound:simple; + mso-effects-shadow-color:black; + mso-effects-shadow-alpha:100.0%; + mso-effects-shadow-dpiradius:0pt; + mso-effects-shadow-dpidistance:0pt; + mso-effects-shadow-angledirection:0; + mso-effects-shadow-align:none; + mso-effects-shadow-pctsx:0%; + mso-effects-shadow-pctsy:0%; + mso-effects-shadow-anglekx:0; + mso-effects-shadow-angleky:0; + mso-ansi-font-weight:bold; + mso-ansi-font-style:normal; + text-decoration:none; + text-line-through:none; + vertical-align:baseline;} +@list l21 + *{mso-list-id:2086410964; + mso-list-type:hybrid; + mso-list-template-ids:1678406632 521991756 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} +@list l21:level1 + *{mso-level-number-format:bullet; + mso-level-style-link:"IEEEStds Unordered List Level 2"; + mso-level-text:; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:46.1pt; + text-indent:-18.0pt; + font-family:Symbol;} +@list l21:level2 + *{mso-level-number-format:bullet; + mso-level-text:; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:82.1pt; + text-indent:-18.0pt; + font-family:Symbol;} +@list l21:level3 + *{mso-level-number-format:bullet; + mso-level-text:; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:118.1pt; + text-indent:-18.0pt; + font-family:Symbol;} +@list l21:level4 + *{mso-level-number-format:bullet; + mso-level-text:; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:154.1pt; + text-indent:-18.0pt; + font-family:Symbol;} +@list l21:level5 + *{mso-level-number-format:bullet; + mso-level-text:; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:190.1pt; + text-indent:-18.0pt; + font-family:Symbol;} +@list l21:level6 + *{mso-level-number-format:bullet; + mso-level-text:; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:226.1pt; + text-indent:-18.0pt; + font-family:Symbol;} +@list l21:level7 + *{mso-level-number-format:bullet; + mso-level-text:; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:262.1pt; + text-indent:-18.0pt; + font-family:Symbol;} +@list l21:level8 + *{mso-level-number-format:bullet; + mso-level-text:; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:298.1pt; + text-indent:-18.0pt; + font-family:Symbol;} +@list l21:level9 + *{mso-level-number-format:bullet; + mso-level-text:; + mso-level-tab-stop:none; + mso-level-number-position:left; + margin-left:334.1pt; + text-indent:-18.0pt; + font-family:Symbol;} +@list l20:level1 lfo31 + *{mso-level-start-at:10;} + +div.ListContLevel1 + *{mso-style-priority:34; + margin-left:1.4cm; + margin-right:0cm;} +div.ListContLevel2 + *{mso-style-priority:34; + margin-top:0cm; + margin-left:2.1cm; + margin-right:0cm;} +div.ListContLevel3 + *{mso-style-priority:34; + margin-left:2.8cm; + margin-right:0cm;} +div.ListContLevel4 + *{mso-style-priority:34; + margin-left:3.5cm; + margin-right:0cm;} +div.ListContLevel5 + *{mso-style-priority:34; + margin-left:4.2cm; + margin-right:0cm;} +div.ListContLevel6 + *{mso-style-priority:34; + margin-left:4.9cm; + margin-right:0cm;} +div.ListContLevel7 + *{mso-style-priority:34; + margin-left:5.6cm; + margin-right:0cm;} +div.ListContLevel8 + *{mso-style-priority:34; + margin-left:6.3cm; + margin-right:0cm;} +div.ListContLevel9 + *{mso-style-priority:34; + margin-left:7.0cm; + margin-right:0cm;} + + +table.MsoNormalTable + *{mso-style-name:"Table Normal"; + mso-tstyle-rowband-size:0; + mso-tstyle-colband-size:0; + mso-style-noshow:yes; + mso-style-priority:99; + mso-style-parent:""; + mso-padding-alt:0cm 5.4pt 0cm 5.4pt; + mso-para-margin:0cm; + mso-para-margin-bottom:.0001pt; + mso-pagination:widow-orphan; + font-size:10.0pt; + font-family:$bodyfont;} +ol + *{margin-bottom:0cm; + margin-left:18pt;} +ul + *{margin-bottom:0cm; + margin-left:18pt;} diff --git a/lib/isodoc/ieee/metadata.rb b/lib/isodoc/ieee/metadata.rb index 153c01b..f9390ab 100644 --- a/lib/isodoc/ieee/metadata.rb +++ b/lib/isodoc/ieee/metadata.rb @@ -11,7 +11,7 @@ def initialize(lang, script, i18n, fonts_options = {}) def bibdate(isoxml, _out) isoxml.xpath(ns("//bibdata/date[@format = 'ddMMMyyyy']")).each do |d| - set("#{d['type'].gsub(/-/, '_')}date".to_sym, Common::date_range(d)) + set("#{d['type'].gsub('-', '_')}date".to_sym, Common::date_range(d)) end draft = isoxml.at(ns("//bibdata/date[@type = 'issued']")) || isoxml.at(ns("//bibdata/date[@type = 'circulated']")) || @@ -42,25 +42,25 @@ def author(xml, _out) end def society(xml) - society = xml.at(ns("//bibdata/ext/editorialgroup/"\ + society = xml.at(ns("//bibdata/ext/editorialgroup/" \ "society"))&.text || "<Society>" set(:society, society) end def tc(xml) - tc = xml.at(ns("//bibdata/ext/editorialgroup/"\ + tc = xml.at(ns("//bibdata/ext/editorialgroup/" \ "committee"))&.text || "<Committee Name>" set(:technical_committee, tc) end def wg(xml) - wg = xml.at(ns("//bibdata/ext/editorialgroup/"\ + wg = xml.at(ns("//bibdata/ext/editorialgroup/" \ "working-group")) or return nil set(:working_group, wg.text) end def bg(xml) - bg = xml.at(ns("//bibdata/ext/editorialgroup/"\ + bg = xml.at(ns("//bibdata/ext/editorialgroup/" \ "balloting-group")) or return nil set(:balloting_group, bg.text) set(:balloting_group_type, bg["type"]) diff --git a/lib/isodoc/ieee/word_authority.rb b/lib/isodoc/ieee/word_authority.rb index 4a965a7..acd00d8 100644 --- a/lib/isodoc/ieee/word_authority.rb +++ b/lib/isodoc/ieee/word_authority.rb @@ -25,6 +25,7 @@ def authority_style(docxml) officer_style(docxml) end + # STYLE def copyright_style(docxml) docxml.at("//div[@class = 'boilerplate-copyright']")&.xpath(".//p") &.reverse&.each_with_index do |p, i| @@ -33,6 +34,7 @@ def copyright_style(docxml) end end + # STYLE def license_style(docxml) docxml.at("//div[@class = 'boilerplate-license']")&.xpath(".//p") &.reverse&.each_with_index do |p, i| @@ -71,7 +73,7 @@ def officeholder_style(para) def officemember_style(docxml) docxml.xpath("//p[@type = 'officemember' or @type = 'officeorgmember']") .each do |p| - p["class"] = "IEEEStdsNamesList" + p["class"] = STYLESMAP[:nameslist] end docxml.xpath("//p[@type = 'emeritus_sign']").each do |p| p["class"] = "IEEEStdsParaMemEmeritus" @@ -80,12 +82,12 @@ def officemember_style(docxml) def officeorgrep_style(docxml) docxml.xpath("//p[@type = 'officeorgrepmemberhdr']").each do |p| - p["class"] = "IEEEStdsNamesList" + p["class"] = STYLESMAP[:nameslist] p["style"] = "margin-bottom:6.0pt;tab-stops:right 432.0pt;" end docxml.xpath("//p[@type = 'officeorgrepmember']").each do |p| - p["class"] = "IEEEStdsNamesList" + p["class"] = STYLESMAP[:nameslist] p["style"] = "margin-top:6.0pt;tab-stops:right dotted 432.0pt;" end @@ -128,6 +130,7 @@ def feedback_table(docxml) end end + # STYLE def feedback_table1(trow) trow.name = "p" trow["class"] = "IEEEStdsCRTextReg" @@ -149,6 +152,7 @@ def feedback_style(docxml) end end + # STYLE def feedback_style1(div, idx) div.xpath(".//p").each_with_index do |p, j| p["class"] = idx == 4 ? "IEEEStdsCRTextItal" : "IEEEStdsCRTextReg" @@ -160,13 +164,14 @@ def feedback_style1(div, idx) def authority_cleanup1(docxml, klass) dest = docxml.at("//div[@id = 'boilerplate-#{klass}-destination']") - auth = docxml.at("//div[@id = 'boilerplate-#{klass}' "\ + auth = docxml.at("//div[@id = 'boilerplate-#{klass}' " \ "or @class = 'boilerplate-#{klass}']") auth&.xpath(".//h1[not(text())] | .//h2[not(text())]")&.each(&:remove) authority_cleanup_hdr(auth) dest and auth and dest.replace(auth.remove) end + # STYLE def authority_cleanup_hdr(auth) (1..2).each do |i| auth&.xpath(".//h#{i}")&.each do |h| @@ -195,14 +200,14 @@ def abstract_cleanup1(source, dest) p["style"] ||= "" p["style"] = 'font-family: "Arial", sans-serif;' + p["style"] end - %w(ul ol).include?(e1.name) or e1["class"] = "IEEEStdsAbstractBody" + %w(ul ol).include?(e1.name) or e1["class"] = STYLESMAP[:abstract] dest << e1 end end def abstract_header(dest) dest.elements.first.children.first.previous = - ""\ + "" \ "Abstract: " end @@ -221,7 +226,7 @@ def introduction_cleanup1(intro, dest) dest.replace(intro.remove) i = docxml.at("//h1[@class = 'IntroTitle']") if i.next_element.name == "div" && - i.next_element["class"] == "IEEEStdsIntroduction" + i.next_element["class"] == STYLESMAP[:intro] i.next_element.name = "p" end end diff --git a/lib/isodoc/ieee/word_cleanup.rb b/lib/isodoc/ieee/word_cleanup.rb index 21ca436..2e0f399 100644 --- a/lib/isodoc/ieee/word_cleanup.rb +++ b/lib/isodoc/ieee/word_cleanup.rb @@ -3,7 +3,7 @@ module IEEE class WordConvert < IsoDoc::WordConvert def toWord(result, filename, dir, header) result = from_xhtml(word_cleanup(to_xhtml(result))) - .gsub(/-DOUBLE_HYPHEN_ESCAPE-/, "--") + .gsub("-DOUBLE_HYPHEN_ESCAPE-", "--") @wordstylesheet = wordstylesheet_update ::Html2Doc::IEEE.new( filename: filename, @@ -18,7 +18,7 @@ def toWord(result, filename, dir, header) end def sourcecode_style - "IEEEStdsComputerCode" + STYLESMAP[:Sourcecode] end def word_cleanup(docxml) @@ -75,10 +75,10 @@ def headings_style(hdr, idx) hdr["style"] = "mso-list:l13 level#{idx} lfo33;" elsif hdr.at("./ancestor::div[@class = 'Section3' or @class = 'WordSectionContents']") hdr.name = "p" - hdr["class"] = "IEEEStdsLevel#{idx}frontmatter" + hdr["class"] = STYLESMAP["level#{idx}frontmatter".to_sym] else hdr.name = "p" - hdr["class"] = "IEEEStdsLevel#{idx}Header" + hdr["class"] = STYLESMAP["level#{idx}header".to_sym] end end @@ -89,6 +89,7 @@ def headings_strip(hdr) end end + # STYLE def div_cleanup(docxml) d = docxml.at("//div[@class = 'WordSection2']" \ "[div[@class = 'WordSection2']]") and @@ -112,26 +113,46 @@ def div_cleanup(docxml) Sourcecode: "IEEEStdsComputerCode", TableTitle: "IEEEStdsRegularTableCaption", FigureTitle: "IEEEStdsRegularFigureCaption", + admonition: "IEEEStdsWarning", + abstract: "IEEEStdsAbstractBody", + AbstractTitle: "AbstractTitle", + level1frontmatter: "IEEEStdsLevel1frontmatter", + level2frontmatter: "IEEEStdsLevel2frontmatter", + level3frontmatter: "IEEEStdsLevel3frontmatter", + level1header: "IEEEStdsLevel1Header", + level2header: "IEEEStdsLevel2Header", + level3header: "IEEEStdsLevel3Header", + level4header: "IEEEStdsLevel4Header", + level5header: "IEEEStdsLevel5Header", + level6header: "IEEEStdsLevel6Header", + zzSTDTitle1: "IEEEStdsTitle", + tabledata_center: "IEEEStdsTableData-Center", + tabledata_left: "IEEEStdsTableData-Left", + table_head: "IEEEStdsTableLineHead", + table_subhead: "IEEEStdsTableLineSubhead", + table_columnhead: "IEEEStdsTableColumnHead", + nameslist: "IEEEStdsNamesList", + intro: "IEEEStdsIntroduction", }.freeze def table_toc_class - %w(IEEEStdsRegularTableCaption TableTitle tabletitle) + [STYLESMAP[:TableTitle], "TableTitle", "tabletitle"] end def figure_toc_class - %w(IEEEStdsRegularFigureCaption FigureTitle figuretitle) + [STYLESMAP[:FigureTitle], "FigureTitle", "figuretitle"] end def style_cleanup(docxml) note_style_cleanup(docxml) docxml.xpath("//div[@class = 'formula']/p").each do |p| - p["class"] = "IEEEStdsEquation" + p["class"] = STYLESMAP[:formula] end STYLESMAP.each do |k, v| docxml.xpath("//*[@class = '#{k}']").each { |s| s["class"] = v } end docxml.xpath("//p[not(@class)]").each do |p| - p["class"] = "IEEEStdsParagraph" + p["class"] = STYLESMAP[:MsoNormal] end end end diff --git a/lib/isodoc/ieee/word_cleanup_blocks.rb b/lib/isodoc/ieee/word_cleanup_blocks.rb index 0874ad8..7c7ea99 100644 --- a/lib/isodoc/ieee/word_cleanup_blocks.rb +++ b/lib/isodoc/ieee/word_cleanup_blocks.rb @@ -1,13 +1,13 @@ module IsoDoc module IEEE class WordConvert < IsoDoc::WordConvert + # STYLE def admonition_cleanup(docxml) super docxml.xpath("//div[@class = 'zzHelp']").each do |d| d.xpath(".//p").each do |p| - %w(IEEEStdsWarning IEEEStdsParagraph).include?(p["class"]) || - !p["class"] or next - + [STYLESMAP[:admonition], STYLESMAP[:MsoNormal]] + .include?(p["class"]) || !p["class"] or next p["class"] = "zzHelp" end end @@ -22,15 +22,20 @@ def table_cleanup(docxml) def thead_cleanup(docxml) docxml.xpath("//thead").each do |h| h.xpath(".//td | .//th").each do |t| - if t.at("./p") - t.xpath("./p").each do |p| - p["class"] = "IEEEStdsTableColumnHead" - end - else - t.children = - "

#{to_xml(t.children)}

" - end + thead_cell_cleanup(t) + end + end + end + + def thead_cell_cleanup(cell) + s = STYLESMAP[:table_columnhead] + if cell.at("./p") + cell.xpath("./p").each do |p| + p["class"] = s end + else + cell.children = + "

#{to_xml(t.children)}

" end end @@ -63,12 +68,12 @@ def tbody_cleanup1(cell) end def td_style(cell, idx) - if cell.name == "th" && idx.zero? then "IEEEStdsTableLineHead" - elsif cell.name == "th" then "IEEEStdsTableLineSubhead" + if cell.name == "th" && idx.zero? then STYLESMAP[:table_head] + elsif cell.name == "th" then STYLESMAP[:table_subhead] elsif cell["align"] == "center" || - /text-align:center/.match?(cell["style"]) - "IEEEStdsTableData-Center" - else "IEEEStdsTableData-Left" + cell["style"].include?("text-align:center") + STYLESMAP[:tabledata_center] + else STYLESMAP[:tabledata_left] end end @@ -95,7 +100,7 @@ def figure_caption(docxml) def example_caption(docxml) docxml.xpath("//p[@class = 'example-title']").each do |s| s.children = "#{to_xml(s.children)}" - s["class"] = "IEEEStdsParagraph" + s["class"] = STYLESMAP[:MsoNormal] end end @@ -135,6 +140,7 @@ def notesequence(div) end # hardcoded list style for notes + # STYLE def note_style_cleanup1(multi, div, seq) div.xpath(".//p[@class = 'Note' or not(@class)]") .each_with_index do |p, i| diff --git a/lib/isodoc/ieee/word_convert.rb b/lib/isodoc/ieee/word_convert.rb index 004f725..f55d1b0 100644 --- a/lib/isodoc/ieee/word_convert.rb +++ b/lib/isodoc/ieee/word_convert.rb @@ -10,6 +10,11 @@ class WordConvert < IsoDoc::WordConvert def initialize(options) @libdir = File.dirname(__FILE__) super + init_wp(options) + end + + def init_wp(options) + @wp = ::IsoDoc::IEEE::WordWPConvert.new(options) end def convert1(docxml, filename, dir) @@ -20,6 +25,18 @@ def convert1(docxml, filename, dir) super end + def convert(input_filename, file = nil, debug = false, + output_filename = nil) + file ||= File.read(input_filename, encoding: "utf-8") + docxml = Nokogiri::XML(file) { |config| config.huge } + doctype = docxml&.at(ns("//bibdata/ext/dcotype"))&.text + if @wp && doctype == "whitepaper" + @wp.convert(input_filename, file, debug, output_filename) + else + super + end + end + def default_fonts(options) { bodyfont: (if options[:script] == "Hans" '"Source Han Sans",serif' @@ -51,7 +68,7 @@ def abstract(clause, out) page_break(out) out.div **attr_code(id: clause["id"], class: "abstract") do |s| clause_name(clause, clause.at(ns("./title")), s, - { class: "AbstractTitle" }) + { class: STYLESMAP[:AbstractTitle] }) clause.elements.each { |e| parse(e, s) unless e.name == "title" } end end @@ -76,13 +93,13 @@ def make_body3(body, docxml) def middle_title_ieee(docxml, out) title = docxml.at(ns("//p[@class = 'zzSTDTitle1']")) or return - out.p(class: "IEEEStdsTitle", style: "margin-top:70.0pt") do |p| + out.p(class: STYLESMAP[:zzSTDTitle1], style: "margin-top:70.0pt") do |p| title.children.each { |n| parse(n, p) } end end def admonition_name_parse(_node, div, name) - div.p class: "IEEEStdsWarning", style: "text-align:center;" do |p| + div.p class: STYLESMAP[:admonition], style: "text-align:center;" do |p| p.b do |b| name.children.each { |n| parse(n, b) } end @@ -92,8 +109,8 @@ def admonition_name_parse(_node, div, name) def admonition_class(node) if node["type"] == "editorial" then "zzHelp" elsif node.ancestors("introduction").empty? - "IEEEStdsWarning" - else "IEEEStdsIntroduction" + STYLESMAP[:admonition] + else STYLESMAP[:intro] end end @@ -121,6 +138,7 @@ def formula_where(dlist, out) end end + # STYLE def formula_where1(out, dterm, ddefn) out.p class: "IEEEStdsEquationVariableList" do |p| dterm.children.each { |n| parse(n, p) } @@ -176,6 +194,7 @@ def termnote_label(para, name) end end + # STYLE def table_of_contents(clause, out) out.div class: "WordSectionContents" do |div| clause_name(clause, clause.at(ns("./title")), div, diff --git a/lib/isodoc/ieee/word_wp_convert.rb b/lib/isodoc/ieee/word_wp_convert.rb new file mode 100644 index 0000000..297597a --- /dev/null +++ b/lib/isodoc/ieee/word_wp_convert.rb @@ -0,0 +1,126 @@ +module IsoDoc + module IEEE + class WordWPConvert < WordConvert + def initialize(options) + @libdir ||= File.dirname(__FILE__) # rubocop:disable Lint/DisjunctiveAssignmentInConstructor + options.merge!(default_file_locations(options)) + super + end + + def convert1(docxml, filename, dir) + super + end + + def default_file_locations(_options) + { wordstylesheet: html_doc_path("wordstyle_wp.scss"), + standardstylesheet: html_doc_path("ieee_wp.scss"), + header: html_doc_path("header_wp.html"), + wordcoverpage: html_doc_path("word_ieee_titlepage_wp.html"), + wordintropage: html_doc_path("word_ieee_intro_wp.html"), + ulstyle: "l11", olstyle: "l16" } + end + + def default_fonts(_options) + { bodyfont: '"Calibri",sans-serif', + headerfont: '"Arial Black",sans-serif', + monospacefont: '"Courier New",monospace', + normalfontsize: "11.0pt", + footnotefontsize: "7.0pt", + smallerfontsize: "10.0pt", + monospacefontsize: "10.0pt" } + end + + STYLESMAP = { + example: "IEEEStdsParagraph", # x + MsoNormal: "MsoBodyText", + NormRef: "MsoBodyText", + Biblio: "References", + figure: "MsoBodyText", + formula: "IEEEStdsEquation", # x + Sourcecode: "IEEEStdsComputerCode", # x + TableTitle: "TableTitles", + FigureTitle: "FigureHeadings", + admonition: "IEEEStdsWarning", # x + abstract: "Abstract", + AbstractTitle: "Unnumberedheading", + level1frontmatter: "Unnumberedheading", + level2frontmatter: "IEEEStdsLevel2frontmatter", # x + level3frontmatter: "IEEEStdsLevel3frontmatter", # x + level1header: "IEEESectionHeader", + level2header: "IEEEStdsLevel2Header", # x + level3header: "IEEEStdsLevel3Header", # x + level4header: "IEEEStdsLevel4Header", # x + level5header: "IEEEStdsLevel5Header", # x + level6header: "IEEEStdsLevel6Header", # x + zzSTDTitle1: "Titleofdocument", + tabledata_center: "IEEEStdsTableData-Center", # x + tabledata_left: "Tablecelltext", + table_head: "IEEEStdsTableLineHead", # x + table_subhead: "IEEEStdsTableLineSubhead", # x + table_columnhead: "Tablecolumnheader", + nameslist: "IEEEnames", + intro: "Intro", + }.freeze + end + + APPENDIX_STYLE = %w(Appendix Appendixlevel2 Appendixlevel3).freeze + + def headings_style(hdr, idx) + if hdr.at("./ancestor::div[@class = 'Annex']") + hdr["class"] = APPENDIX_STYLE[idx] + hdr["style"] = "mso-list:l15 level#{idx} lfo33;" + elsif hdr.at("./ancestor::div[@class = 'Section3' or @class = 'WordSectionContents']") + hdr.name = "p" + hdr["class"] = STYLESMAP["level#{idx}frontmatter".to_sym] + else + hdr.name = "p" + hdr["class"] = STYLESMAP["level#{idx}header".to_sym] + end + end + + def make_body3(body, docxml) + body.div class: "WordSection3" do |div3| + content(div3, docxml, ns(self.class::MAIN_ELEMENTS)) + end + section_break(body) + body.div class: "WordSection4" do |div3| + backcover div3 + footnotes div3 + comments div3 + end + end + + def backcover(out) + out << File.read(html_doc_path("word_ieee_intro_colophon.html")) + end + + def figure_attrs(node) + attr_code(id: node["id"], class: "figure", + style: "#{keep_style(node)};text-align:center;") + end + + def toWord(result, filename, dir, header) + result = from_xhtml(word_cleanup(to_xhtml(result))) + .gsub("-DOUBLE_HYPHEN_ESCAPE-", "--") + @wordstylesheet = wordstylesheet_update + ::Html2Doc::IEEE_WP.new( + filename: filename, + imagedir: @localdir, + stylesheet: @wordstylesheet&.path, + header_file: header&.path, dir: dir, + asciimathdelims: [@openmathdelim, @closemathdelim], + liststyles: { ul: @ulstyle, ol: @olstyle } + ).process(result) + header&.unlink + @wordstylesheet.unlink if @wordstylesheet.is_a?(Tempfile) + end + + def table_cleanup(docxml) + super + docxml.xpath("//div[@class = 'table_container']//p[@class = 'Note']") + .each do |n| + n["class"] = "Tablenotes" + end + end + end +end diff --git a/lib/metanorma/ieee/boilerplate_wp.adoc b/lib/metanorma/ieee/boilerplate_wp.adoc new file mode 100644 index 0000000..e8d76b8 --- /dev/null +++ b/lib/metanorma/ieee/boilerplate_wp.adoc @@ -0,0 +1,103 @@ +== copyright-statement +=== {blank} +[[copyright]] +[align="left"] +Copyright © {{ docyear }} by The Institute of Electrical and Electronics Engineers, Inc. + +Three Park Avenue + +New York, New York 10016-5997, USA + +All rights reserved. + +== legal-statement +[[boilerplate-tm]] +=== Trademarks and Disclaimers + +IEEE believes the information in this publication is accurate as of its publication date; such information is subject to change without notice. IEEE is not responsible for any inadvertent errors. + +The ideas and proposals in this specification are the respective author’s views and do not represent the views of the affiliated organization. + +[[boilerplate-liability]] +=== Notice and Disclaimer of Liability Concerning the Use of IEEE SA Documents + +This IEEE Standards Association ("IEEE SA") publication ("Work") is not a consensus standard document. Specifically, this document is NOT AN IEEE STANDARD. Information contained in this Work has been created by, or obtained from, sources believed to be reliable, and reviewed by members of the activity that produced this Work. IEEE and the {{ working_group }} expressly disclaim all warranties (express, implied, and statutory) related to this Work, including, but not limited to, the warranties of: merchantability; fitness for a particular purpose; non-infringement; quality, accuracy, effectiveness, currency, or completeness of the Work or content within the Work. In addition, IEEE and the {{ working_group }} disclaim any and all conditions relating to: results; and workmanlike effort. This document is supplied "AS IS" and "WITH ALL FAULTS." + +Although the {{ working_group }} members who have created this Work believe that the information and guidance given in this Work serve as an enhancement to users, all persons must rely upon their own skill and judgment when making use of it. IN NO EVENT SHALL IEEE SA OR {{ working_group }} MEMBERS BE LIABLE FOR ANY ERRORS OR OMISSIONS OR DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO: PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS WORK, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE AND REGARDLESS OF WHETHER SUCH DAMAGE WAS FORESEEABLE. + +Further, information contained in this Work may be protected by intellectual property rights held by third parties or organizations, and the use of this information may require the user to negotiate with any such rights holders in order to legally acquire the rights to do so, and such rights holders may refuse to grant such rights. Attention is also called to the possibility that implementation of any or all of this Work may require use of subject matter covered by patent rights. By publication of this Work, no position is taken by the IEEE with respect to the existence or validity of any patent rights in connection therewith. The IEEE is not responsible for identifying patent rights for which a license may be required, or for conducting inquiries into the legal validity or scope of patents claims. Users are expressly advised that determination of the validity of any patent rights, and the risk of infringement of such rights, is entirely their own responsibility. No commitment to grant licenses under patent rights on a reasonable or non-discriminatory basis has been sought or received from any rights holder. + +This Work is published with the understanding that IEEE and the {{ working_group }} members are supplying information through this Work, not attempting to render engineering or other professional services. If such services are required, the assistance of an appropriate professional should be sought. IEEE is not responsible for the statements and opinions advanced in this Work. + + +[[boilerplate-participants]] +=== Participants + +[[boilerplate-participants-review]] +==== {blank} +Special thanks are given to the following reviewers of this paper: + +++++ + +++++ + +* {blank} +name::: Balloter1 +role::: Member +* {blank} +name::: Balloter2 +role::: Member +* {blank} +name::: Balloter3 +role::: Member +* {blank} +name::: Balloter4 +role::: Member +* {blank} +name::: Balloter5 +role::: Member +* {blank} +name::: Balloter6 +role::: Member +* {blank} +name::: Balloter7 +role::: Member +* {blank} +name::: Balloter8 +role::: Member +* {blank} +name::: Balloter9 +role::: Member + +++++ + +++++ + +== feedback-statement +=== {blank} +[align=left] +The Institute of Electrical and Electronics Engineers, Inc. 3 Park Avenue, New York, NY 10016-5997, USA + +=== {blank} +Copyright © {{ docyear }} by The Institute of Electrical and Electronics Engineers, Inc. + +All rights reserved. {{ issueddate }}. Printed in the United States of America. + +=== {blank} +[[_isbn_pdf_print]] +[%unnumbered] +|=== +|PDF: |ISBN {{ isbn_pdf }} |{{ stdid_pdf }} +{% if isbn_print %} +|Print: |ISBN {{ isbn_print }} |{{ stdid_print}} +{% endif %} +|=== + +=== {blank} +IEEE is a registered trademark in the U.S. Patent & Trademark Office, owned by The Institute of Electrical and Electronics Engineers, Incorporated. All other trademarks are the property of the respective trademark owners. + +=== {blank} +IEEE prohibits discrimination, harassment, and bullying. + +For more information, visit https://www.ieee.org/about/corporate/governance/p9-26.html[]. + +No part of this publication may be reproduced in any form, in an electronic retrieval system or otherwise, without the prior written permission of the publisher. + +Find IEEE standards and standards-related product listings at: http://standards.ieee.org[]. diff --git a/lib/metanorma/ieee/converter.rb b/lib/metanorma/ieee/converter.rb index 6e6b47d..9adc0ae 100644 --- a/lib/metanorma/ieee/converter.rb +++ b/lib/metanorma/ieee/converter.rb @@ -61,8 +61,11 @@ def outputs(node, ret) nil, false, "#{@filename}.pdf") end - def boilerplate_file(_xmldoc) - File.join(@libdir, "boilerplate.adoc") + def boilerplate_file(xmldoc) + file = "boilerplate.adoc" + doctype = xmldoc.at("//bibdata/ext/doctype")&.text + doctype == "whitepaper" and file = "boilerplate_wp.adoc" + File.join(@libdir, file) end def html_extract_attributes(node) diff --git a/lib/metanorma/ieee/validate.rb b/lib/metanorma/ieee/validate.rb index 79f6910..3b3e47c 100644 --- a/lib/metanorma/ieee/validate.rb +++ b/lib/metanorma/ieee/validate.rb @@ -55,7 +55,7 @@ def locality_validate(root) def locality_range_validate(root) root.xpath("//eref | xref").each do |e| e.at(".//localityStack[@connective = 'from'] | .//referenceTo") and - @log.add("Style", e, "Cross-reference contains range, "\ + @log.add("Style", e, "Cross-reference contains range, " \ "should be separate cross-references") end end @@ -65,7 +65,7 @@ def locality_erefs_validate(root) root.xpath("//eref[descendant::locality]").each do |t| if !/[:-](\d+{4})$/.match?(t["citeas"]) @log.add("Style", t, - "Undated reference #{t['citeas']} should not contain "\ + "Undated reference #{t['citeas']} should not contain " \ "specific elements") end end @@ -204,7 +204,7 @@ def amend_validate(xmldoc) desc = a.at("./description") if desc && !desc.text.strip.empty? amend_validate1(a, desc.text.strip, - a.at("./newcontent//figure | "\ + a.at("./newcontent//figure | " \ "./newcontent//formula")) else @log.add("Style", a, "Editorial instruction is missing from change") @@ -227,9 +227,9 @@ def amend_validate1(amend, description, figure_or_formula) AMD_VALID_MOD = [ "'Modify' change description should start with _Change_ or _Replace_", - "'Modify' change description for change involving figure or equation "\ + "'Modify' change description for change involving figure or equation " \ "should start with _Replace_", - "'Modify' change description for change not involving figure or "\ + "'Modify' change description for change not involving figure or " \ "equation should start with _Change_", ].freeze From 85c796b807e2eedbdc9ec4bb6dbe39e2d48b197c Mon Sep 17 00:00:00 2001 From: Nick Nicholas Date: Sat, 2 Sep 2023 13:28:15 +1000 Subject: [PATCH 2/8] update: https://github.com/metanorma/metanorma-ieee/issues/4 --- lib/isodoc/ieee/html/wp_image001.emz | Bin 0 -> 35080 bytes lib/isodoc/ieee/html/wp_image003.emz | Bin 0 -> 7844 bytes lib/isodoc/ieee/html/wp_image008.emz | Bin 0 -> 8536 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 lib/isodoc/ieee/html/wp_image001.emz create mode 100644 lib/isodoc/ieee/html/wp_image003.emz create mode 100644 lib/isodoc/ieee/html/wp_image008.emz diff --git a/lib/isodoc/ieee/html/wp_image001.emz b/lib/isodoc/ieee/html/wp_image001.emz new file mode 100644 index 0000000000000000000000000000000000000000..b3d33208e414571f2870fe56b1cee510a225bac7 GIT binary patch literal 35080 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¨FQBTq2yn?fO22AomIjYo47htEP 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 F{{duW^M3#U literal 0 HcmV?d00001 diff --git a/lib/isodoc/ieee/html/wp_image003.emz b/lib/isodoc/ieee/html/wp_image003.emz new file mode 100644 index 0000000000000000000000000000000000000000..0199fa84c00d527e3b0e43d4749228dff0266ccf GIT binary patch literal 7844 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 ETaRCv!T Date: Tue, 5 Sep 2023 20:02:51 +1000 Subject: [PATCH 3/8] White Paper support: https://github.com/metanorma/metanorma-ieee/issues/4 --- lib/isodoc/ieee/html/ieee_wp.scss | 288 +++++----- .../ieee/html/word_ieee_colophon_wp.html | 53 +- lib/isodoc/ieee/html/word_ieee_intro_wp.html | 42 +- .../ieee/html/word_ieee_titlepage_wp.html | 315 ++-------- lib/isodoc/ieee/html/wordstyle_wp.scss | 544 +++++++++--------- lib/isodoc/ieee/metadata.rb | 10 + lib/isodoc/ieee/presentation_xml_convert.rb | 14 + lib/isodoc/ieee/word_authority.rb | 17 +- lib/isodoc/ieee/word_cleanup.rb | 80 +-- lib/isodoc/ieee/word_cleanup_blocks.rb | 16 +- lib/isodoc/ieee/word_convert.rb | 13 +- lib/isodoc/ieee/word_wp_convert.rb | 216 ++++--- lib/isodoc/ieee/xref.rb | 6 + lib/metanorma-ieee.rb | 1 + lib/metanorma/ieee/boilerplate_wp.adoc | 69 +-- lib/metanorma/ieee/cleanup.rb | 2 +- 16 files changed, 775 insertions(+), 911 deletions(-) diff --git a/lib/isodoc/ieee/html/ieee_wp.scss b/lib/isodoc/ieee/html/ieee_wp.scss index ac09bdb..77970d6 100644 --- a/lib/isodoc/ieee/html/ieee_wp.scss +++ b/lib/isodoc/ieee/html/ieee_wp.scss @@ -20,7 +20,7 @@ p.Titleofdocument, li.Titleofdocument, div.Titleofdocument font-weight:bold; mso-no-proof:yes;} p.IEEEStdsSponsorbodytext, li.IEEEStdsSponsorbodytext, div.IEEEStdsSponsorbodytext - *{mso-style-name:"IEEEStds Sponsor \(body text\)"; + /**/{mso-style-name:"IEEEStds Sponsor \(body text\)"; mso-style-unhide:no; mso-style-parent:""; mso-style-next:"IEEEStds Paragraph"; @@ -37,7 +37,7 @@ p.IEEEStdsSponsorbodytext, li.IEEEStdsSponsorbodytext, div.IEEEStdsSponsorbodyte mso-fareast-language:JA; mso-no-proof:yes;} p.IEEEStdsTitleDraftCRBody, li.IEEEStdsTitleDraftCRBody, div.IEEEStdsTitleDraftCRBody - *{mso-style-name:"IEEEStds TitleDraftCRBody"; + /**/{mso-style-name:"IEEEStds TitleDraftCRBody"; mso-style-unhide:no; mso-style-parent:""; margin-top:6.0pt; @@ -53,7 +53,7 @@ p.IEEEStdsTitleDraftCRBody, li.IEEEStdsTitleDraftCRBody, div.IEEEStdsTitleDraftC mso-fareast-language:JA; mso-no-proof:yes;} p.IEEEStdsKeywords, li.IEEEStdsKeywords, div.IEEEStdsKeywords - *{mso-style-name:"IEEEStds Keywords"; + /**/{mso-style-name:"IEEEStds Keywords"; mso-style-unhide:no; mso-style-parent:"IEEEStds Sans-Serif"; mso-style-next:"IEEEStds Paragraph"; @@ -67,7 +67,7 @@ p.IEEEStdsKeywords, li.IEEEStdsKeywords, div.IEEEStdsKeywords mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsTableData-Center, li.IEEEStdsTableData-Center, div.IEEEStdsTableData-Center - *{mso-style-name:"IEEEStds Table Data - Center"; + /**/{mso-style-name:"IEEEStds Table Data - Center"; mso-style-unhide:no; mso-style-parent:"IEEEStds Paragraph"; margin:0cm; @@ -130,7 +130,7 @@ p.IEEESectionHeader, li.IEEESectionHeader, div.IEEESectionHeader font-weight:bold; mso-no-proof:yes;} p.IEEEStdsLevel4Header, li.IEEEStdsLevel4Header, div.IEEEStdsLevel4Header - *{mso-style-name:"IEEEStds Level 4 Header"; + /**/{mso-style-name:"IEEEStds Level 4 Header"; mso-style-unhide:no; mso-style-parent:"IEEEStds Level 3 Header"; mso-style-link:"IEEEStds Level 4 Header Char"; @@ -154,7 +154,7 @@ p.IEEEStdsLevel4Header, li.IEEEStdsLevel4Header, div.IEEEStdsLevel4Header font-weight:bold; mso-bidi-font-weight:normal;} p.IEEEStdsLevel3Header, li.IEEEStdsLevel3Header, div.IEEEStdsLevel3Header - *{mso-style-name:"IEEEStds Level 3 Header"; + /**/{mso-style-name:"IEEEStds Level 3 Header"; mso-style-unhide:no; mso-style-parent:"IEEEStds Level 2 Header"; mso-style-link:"IEEEStds Level 3 Header Char"; @@ -178,7 +178,7 @@ p.IEEEStdsLevel3Header, li.IEEEStdsLevel3Header, div.IEEEStdsLevel3Header font-weight:bold; mso-bidi-font-weight:normal;} p.IEEEStdsLevel2Header, li.IEEEStdsLevel2Header, div.IEEEStdsLevel2Header - *{mso-style-name:"IEEEStds Level 2 Header"; + /**/{mso-style-name:"IEEEStds Level 2 Header"; mso-style-unhide:no; mso-style-parent:"IEEEStds Level 1 Header"; mso-style-link:"IEEEStds Level 2 Header Char"; @@ -203,7 +203,7 @@ p.IEEEStdsLevel2Header, li.IEEEStdsLevel2Header, div.IEEEStdsLevel2Header font-weight:bold; mso-bidi-font-weight:normal;} span.IEEEStdsLevel2HeaderChar - *{mso-style-name:"IEEEStds Level 2 Header Char"; + /**/{mso-style-name:"IEEEStds Level 2 Header Char"; mso-style-unhide:no; mso-style-locked:yes; mso-style-parent:""; @@ -218,7 +218,7 @@ span.IEEEStdsLevel2HeaderChar font-weight:bold; mso-bidi-font-weight:normal;} span.IEEEStdsLevel3HeaderChar - *{mso-style-name:"IEEEStds Level 3 Header Char"; + /**/{mso-style-name:"IEEEStds Level 3 Header Char"; mso-style-unhide:no; mso-style-locked:yes; mso-style-parent:"IEEEStds Level 2 Header Char"; @@ -233,7 +233,7 @@ span.IEEEStdsLevel3HeaderChar font-weight:bold; mso-bidi-font-weight:normal;} span.IEEEStdsLevel4HeaderChar - *{mso-style-name:"IEEEStds Level 4 Header Char"; + /**/{mso-style-name:"IEEEStds Level 4 Header Char"; mso-style-unhide:no; mso-style-locked:yes; mso-style-parent:"IEEEStds Level 3 Header Char"; @@ -248,7 +248,7 @@ span.IEEEStdsLevel4HeaderChar font-weight:bold; mso-bidi-font-weight:normal;} p.IEEEStdsLevel5Header, li.IEEEStdsLevel5Header, div.IEEEStdsLevel5Header - *{mso-style-name:"IEEEStds Level 5 Header"; + /**/{mso-style-name:"IEEEStds Level 5 Header"; mso-style-unhide:no; mso-style-parent:"IEEEStds Level 4 Header"; mso-style-next:"IEEEStds Paragraph"; @@ -271,7 +271,7 @@ p.IEEEStdsLevel5Header, li.IEEEStdsLevel5Header, div.IEEEStdsLevel5Header font-weight:bold; mso-bidi-font-weight:normal;} p.IEEEStdsLevel6Header, li.IEEEStdsLevel6Header, div.IEEEStdsLevel6Header - *{mso-style-name:"IEEEStds Level 6 Header"; + /**/{mso-style-name:"IEEEStds Level 6 Header"; mso-style-unhide:no; mso-style-parent:"IEEEStds Level 5 Header"; mso-style-next:"IEEEStds Paragraph"; @@ -319,7 +319,7 @@ p.TableTitles, li.TableTitles, div.TableTitles mso-fareast-language:EN-US; font-weight:bold;} p.IEEEStdsComputerCode, li.IEEEStdsComputerCode, div.IEEEStdsComputerCode - *{mso-style-name:"IEEEStds Computer Code"; + /**/{mso-style-name:"IEEEStds Computer Code"; mso-style-unhide:no; mso-style-parent:"IEEEStds Paragraph"; margin:0cm; @@ -332,7 +332,7 @@ p.IEEEStdsComputerCode, li.IEEEStdsComputerCode, div.IEEEStdsComputerCode mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsSingleNote, li.IEEEStdsSingleNote, div.IEEEStdsSingleNote - *{mso-style-name:"IEEEStds Single Note"; + /**/{mso-style-name:"IEEEStds Single Note"; mso-style-unhide:no; mso-style-parent:"IEEEStds Paragraph"; mso-style-next:"IEEEStds Paragraph"; @@ -349,7 +349,7 @@ p.IEEEStdsSingleNote, li.IEEEStdsSingleNote, div.IEEEStdsSingleNote mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsFootnote, li.IEEEStdsFootnote, div.IEEEStdsFootnote - *{mso-style-name:"IEEEStds Footnote"; + /**/{mso-style-name:"IEEEStds Footnote"; mso-style-unhide:no; mso-style-parent:"Footnote Text"; margin:0cm; @@ -362,7 +362,7 @@ p.IEEEStdsFootnote, li.IEEEStdsFootnote, div.IEEEStdsFootnote mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsMultipleNotes, li.IEEEStdsMultipleNotes, div.IEEEStdsMultipleNotes - *{mso-style-name:"IEEEStds Multiple Notes"; + /**/{mso-style-name:"IEEEStds Multiple Notes"; mso-style-unhide:no; mso-style-parent:"IEEEStds Single Note"; margin-top:6.0pt; @@ -381,7 +381,7 @@ p.IEEEStdsMultipleNotes, li.IEEEStdsMultipleNotes, div.IEEEStdsMultipleNotes mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel1, li.IEEEStdsNumberedListLevel1, div.IEEEStdsNumberedListLevel1 - *{mso-style-name:"IEEEStds Numbered List Level 1"; + /**/{mso-style-name:"IEEEStds Numbered List Level 1"; mso-style-unhide:no; mso-style-parent:""; margin-top:0cm; @@ -402,7 +402,7 @@ p.IEEEStdsNumberedListLevel1, li.IEEEStdsNumberedListLevel1, div.IEEEStdsNumbere mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel1CxSpFirst, li.IEEEStdsNumberedListLevel1CxSpFirst, div.IEEEStdsNumberedListLevel1CxSpFirst - *{mso-style-name:"IEEEStds Numbered List Level 1CxSpFirst"; + /**/{mso-style-name:"IEEEStds Numbered List Level 1CxSpFirst"; mso-style-unhide:no; mso-style-parent:""; mso-style-type:export-only; @@ -425,7 +425,7 @@ p.IEEEStdsNumberedListLevel1CxSpFirst, li.IEEEStdsNumberedListLevel1CxSpFirst, d mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel1CxSpMiddle, li.IEEEStdsNumberedListLevel1CxSpMiddle, div.IEEEStdsNumberedListLevel1CxSpMiddle - *{mso-style-name:"IEEEStds Numbered List Level 1CxSpMiddle"; + /**/{mso-style-name:"IEEEStds Numbered List Level 1CxSpMiddle"; mso-style-unhide:no; mso-style-parent:""; mso-style-type:export-only; @@ -448,7 +448,7 @@ p.IEEEStdsNumberedListLevel1CxSpMiddle, li.IEEEStdsNumberedListLevel1CxSpMiddle, mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel1CxSpLast, li.IEEEStdsNumberedListLevel1CxSpLast, div.IEEEStdsNumberedListLevel1CxSpLast - *{mso-style-name:"IEEEStds Numbered List Level 1CxSpLast"; + /**/{mso-style-name:"IEEEStds Numbered List Level 1CxSpLast"; mso-style-unhide:no; mso-style-parent:""; mso-style-type:export-only; @@ -470,7 +470,7 @@ p.IEEEStdsNumberedListLevel1CxSpLast, li.IEEEStdsNumberedListLevel1CxSpLast, div mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel2, li.IEEEStdsNumberedListLevel2, div.IEEEStdsNumberedListLevel2 - *{mso-style-name:"IEEEStds Numbered List Level 2"; + /**/{mso-style-name:"IEEEStds Numbered List Level 2"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 1"; margin-top:0cm; @@ -491,7 +491,7 @@ p.IEEEStdsNumberedListLevel2, li.IEEEStdsNumberedListLevel2, div.IEEEStdsNumbere mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel2CxSpFirst, li.IEEEStdsNumberedListLevel2CxSpFirst, div.IEEEStdsNumberedListLevel2CxSpFirst - *{mso-style-name:"IEEEStds Numbered List Level 2CxSpFirst"; + /**/{mso-style-name:"IEEEStds Numbered List Level 2CxSpFirst"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 1"; mso-style-type:export-only; @@ -514,7 +514,7 @@ p.IEEEStdsNumberedListLevel2CxSpFirst, li.IEEEStdsNumberedListLevel2CxSpFirst, d mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel2CxSpMiddle, li.IEEEStdsNumberedListLevel2CxSpMiddle, div.IEEEStdsNumberedListLevel2CxSpMiddle - *{mso-style-name:"IEEEStds Numbered List Level 2CxSpMiddle"; + /**/{mso-style-name:"IEEEStds Numbered List Level 2CxSpMiddle"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 1"; mso-style-type:export-only; @@ -537,7 +537,7 @@ p.IEEEStdsNumberedListLevel2CxSpMiddle, li.IEEEStdsNumberedListLevel2CxSpMiddle, mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel2CxSpLast, li.IEEEStdsNumberedListLevel2CxSpLast, div.IEEEStdsNumberedListLevel2CxSpLast - *{mso-style-name:"IEEEStds Numbered List Level 2CxSpLast"; + /**/{mso-style-name:"IEEEStds Numbered List Level 2CxSpLast"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 1"; mso-style-type:export-only; @@ -559,7 +559,7 @@ p.IEEEStdsNumberedListLevel2CxSpLast, li.IEEEStdsNumberedListLevel2CxSpLast, div mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel3, li.IEEEStdsNumberedListLevel3, div.IEEEStdsNumberedListLevel3 - *{mso-style-name:"IEEEStds Numbered List Level 3"; + /**/{mso-style-name:"IEEEStds Numbered List Level 3"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 2"; margin-top:0cm; @@ -580,7 +580,7 @@ p.IEEEStdsNumberedListLevel3, li.IEEEStdsNumberedListLevel3, div.IEEEStdsNumbere mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel3CxSpFirst, li.IEEEStdsNumberedListLevel3CxSpFirst, div.IEEEStdsNumberedListLevel3CxSpFirst - *{mso-style-name:"IEEEStds Numbered List Level 3CxSpFirst"; + /**/{mso-style-name:"IEEEStds Numbered List Level 3CxSpFirst"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 2"; mso-style-type:export-only; @@ -603,7 +603,7 @@ p.IEEEStdsNumberedListLevel3CxSpFirst, li.IEEEStdsNumberedListLevel3CxSpFirst, d mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel3CxSpMiddle, li.IEEEStdsNumberedListLevel3CxSpMiddle, div.IEEEStdsNumberedListLevel3CxSpMiddle - *{mso-style-name:"IEEEStds Numbered List Level 3CxSpMiddle"; + /**/{mso-style-name:"IEEEStds Numbered List Level 3CxSpMiddle"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 2"; mso-style-type:export-only; @@ -626,7 +626,7 @@ p.IEEEStdsNumberedListLevel3CxSpMiddle, li.IEEEStdsNumberedListLevel3CxSpMiddle, mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel3CxSpLast, li.IEEEStdsNumberedListLevel3CxSpLast, div.IEEEStdsNumberedListLevel3CxSpLast - *{mso-style-name:"IEEEStds Numbered List Level 3CxSpLast"; + /**/{mso-style-name:"IEEEStds Numbered List Level 3CxSpLast"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 2"; mso-style-type:export-only; @@ -648,7 +648,7 @@ p.IEEEStdsNumberedListLevel3CxSpLast, li.IEEEStdsNumberedListLevel3CxSpLast, div mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsWarning, li.IEEEStdsWarning, div.IEEEStdsWarning - *{mso-style-name:"IEEEStds Warning"; + /**/{mso-style-name:"IEEEStds Warning"; mso-style-unhide:no; mso-style-parent:"IEEEStds Paragraph"; mso-style-next:"IEEEStds Paragraph"; @@ -668,7 +668,7 @@ p.IEEEStdsWarning, li.IEEEStdsWarning, div.IEEEStdsWarning mso-ansi-language:EN-US; mso-fareast-language:JA;} p.zzHelp, li.zzHelp, div.zzHelp - *{mso-style-name:"zzHelp"; + /**/{mso-style-name:"zzHelp"; mso-style-unhide:no; mso-style-parent:"IEEEStds Paragraph"; mso-style-next:"IEEEStds Paragraph"; @@ -749,7 +749,7 @@ span.IntroChar color:#231F20; mso-bidi-language:EN-US;} p.IEEEStdsTitleDraftCRaddr, li.IEEEStdsTitleDraftCRaddr, div.IEEEStdsTitleDraftCRaddr - *{mso-style-name:"IEEEStds TitleDraftCRaddr"; + /**/{mso-style-name:"IEEEStds TitleDraftCRaddr"; mso-style-unhide:no; mso-style-parent:"IEEEStds TitleDraftCRBody"; margin:0cm; @@ -761,7 +761,7 @@ p.IEEEStdsTitleDraftCRaddr, li.IEEEStdsTitleDraftCRaddr, div.IEEEStdsTitleDraftC mso-fareast-language:JA; mso-no-proof:yes;} p.IEEEStdsEquation, li.IEEEStdsEquation, div.IEEEStdsEquation - *{mso-style-name:"IEEEStds Equation"; + /**/{mso-style-name:"IEEEStds Equation"; mso-style-unhide:no; mso-style-parent:"IEEEStds Paragraph"; mso-style-next:"IEEEStds Paragraph"; @@ -834,7 +834,7 @@ p.Tablenotes, li.Tablenotes, div.Tablenotes mso-ansi-language:EN-US; mso-fareast-language:EN-US;} p.IEEEStdsLevel7Header, li.IEEEStdsLevel7Header, div.IEEEStdsLevel7Header - *{mso-style-name:"IEEEStds Level 7 Header"; + /**/{mso-style-name:"IEEEStds Level 7 Header"; mso-style-unhide:no; mso-style-parent:"IEEEStds Level 6 Header"; mso-style-next:"IEEEStds Paragraph"; @@ -857,7 +857,7 @@ p.IEEEStdsLevel7Header, li.IEEEStdsLevel7Header, div.IEEEStdsLevel7Header font-weight:bold; mso-bidi-font-weight:normal;} p.IEEEStdsLevel8Header, li.IEEEStdsLevel8Header, div.IEEEStdsLevel8Header - *{mso-style-name:"IEEEStds Level 8 Header"; + /**/{mso-style-name:"IEEEStds Level 8 Header"; mso-style-unhide:no; mso-style-parent:"IEEEStds Level 7 Header"; mso-style-next:"IEEEStds Paragraph"; @@ -880,7 +880,7 @@ p.IEEEStdsLevel8Header, li.IEEEStdsLevel8Header, div.IEEEStdsLevel8Header font-weight:bold; mso-bidi-font-weight:normal;} p.IEEEStdsLevel9Header, li.IEEEStdsLevel9Header, div.IEEEStdsLevel9Header - *{mso-style-name:"IEEEStds Level 9 Header"; + /**/{mso-style-name:"IEEEStds Level 9 Header"; mso-style-unhide:no; mso-style-parent:"IEEEStds Level 8 Header"; mso-style-next:"IEEEStds Paragraph"; @@ -903,7 +903,7 @@ p.IEEEStdsLevel9Header, li.IEEEStdsLevel9Header, div.IEEEStdsLevel9Header font-weight:bold; mso-bidi-font-weight:normal;} p.IEEEStdsDefinitions, li.IEEEStdsDefinitions, div.IEEEStdsDefinitions - *{mso-style-name:"IEEEStds Definitions"; + /**/{mso-style-name:"IEEEStds Definitions"; mso-style-unhide:no; mso-style-parent:""; mso-style-next:"IEEEStds Paragraph"; @@ -919,7 +919,7 @@ p.IEEEStdsDefinitions, li.IEEEStdsDefinitions, div.IEEEStdsDefinitions mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel4, li.IEEEStdsNumberedListLevel4, div.IEEEStdsNumberedListLevel4 - *{mso-style-name:"IEEEStds Numbered List Level 4"; + /**/{mso-style-name:"IEEEStds Numbered List Level 4"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 3"; margin-top:0cm; @@ -940,7 +940,7 @@ p.IEEEStdsNumberedListLevel4, li.IEEEStdsNumberedListLevel4, div.IEEEStdsNumbere mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel4CxSpFirst, li.IEEEStdsNumberedListLevel4CxSpFirst, div.IEEEStdsNumberedListLevel4CxSpFirst - *{mso-style-name:"IEEEStds Numbered List Level 4CxSpFirst"; + /**/{mso-style-name:"IEEEStds Numbered List Level 4CxSpFirst"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 3"; mso-style-type:export-only; @@ -963,7 +963,7 @@ p.IEEEStdsNumberedListLevel4CxSpFirst, li.IEEEStdsNumberedListLevel4CxSpFirst, d mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel4CxSpMiddle, li.IEEEStdsNumberedListLevel4CxSpMiddle, div.IEEEStdsNumberedListLevel4CxSpMiddle - *{mso-style-name:"IEEEStds Numbered List Level 4CxSpMiddle"; + /**/{mso-style-name:"IEEEStds Numbered List Level 4CxSpMiddle"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 3"; mso-style-type:export-only; @@ -986,7 +986,7 @@ p.IEEEStdsNumberedListLevel4CxSpMiddle, li.IEEEStdsNumberedListLevel4CxSpMiddle, mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel4CxSpLast, li.IEEEStdsNumberedListLevel4CxSpLast, div.IEEEStdsNumberedListLevel4CxSpLast - *{mso-style-name:"IEEEStds Numbered List Level 4CxSpLast"; + /**/{mso-style-name:"IEEEStds Numbered List Level 4CxSpLast"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 3"; mso-style-type:export-only; @@ -1008,7 +1008,7 @@ p.IEEEStdsNumberedListLevel4CxSpLast, li.IEEEStdsNumberedListLevel4CxSpLast, div mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel5, li.IEEEStdsNumberedListLevel5, div.IEEEStdsNumberedListLevel5 - *{mso-style-name:"IEEEStds Numbered List Level 5"; + /**/{mso-style-name:"IEEEStds Numbered List Level 5"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 4"; margin-top:0cm; @@ -1029,7 +1029,7 @@ p.IEEEStdsNumberedListLevel5, li.IEEEStdsNumberedListLevel5, div.IEEEStdsNumbere mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel5CxSpFirst, li.IEEEStdsNumberedListLevel5CxSpFirst, div.IEEEStdsNumberedListLevel5CxSpFirst - *{mso-style-name:"IEEEStds Numbered List Level 5CxSpFirst"; + /**/{mso-style-name:"IEEEStds Numbered List Level 5CxSpFirst"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 4"; mso-style-type:export-only; @@ -1052,7 +1052,7 @@ p.IEEEStdsNumberedListLevel5CxSpFirst, li.IEEEStdsNumberedListLevel5CxSpFirst, d mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel5CxSpMiddle, li.IEEEStdsNumberedListLevel5CxSpMiddle, div.IEEEStdsNumberedListLevel5CxSpMiddle - *{mso-style-name:"IEEEStds Numbered List Level 5CxSpMiddle"; + /**/{mso-style-name:"IEEEStds Numbered List Level 5CxSpMiddle"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 4"; mso-style-type:export-only; @@ -1075,7 +1075,7 @@ p.IEEEStdsNumberedListLevel5CxSpMiddle, li.IEEEStdsNumberedListLevel5CxSpMiddle, mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsNumberedListLevel5CxSpLast, li.IEEEStdsNumberedListLevel5CxSpLast, div.IEEEStdsNumberedListLevel5CxSpLast - *{mso-style-name:"IEEEStds Numbered List Level 5CxSpLast"; + /**/{mso-style-name:"IEEEStds Numbered List Level 5CxSpLast"; mso-style-unhide:no; mso-style-parent:"IEEEStds Numbered List Level 4"; mso-style-type:export-only; @@ -1097,7 +1097,7 @@ p.IEEEStdsNumberedListLevel5CxSpLast, li.IEEEStdsNumberedListLevel5CxSpLast, div mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsEquationVariableList, li.IEEEStdsEquationVariableList, div.IEEEStdsEquationVariableList - *{mso-style-name:"IEEEStds Equation Variable List"; + /**/{mso-style-name:"IEEEStds Equation Variable List"; mso-style-unhide:no; mso-style-parent:"IEEEStds Paragraph"; margin-top:0cm; @@ -1116,13 +1116,13 @@ p.IEEEStdsEquationVariableList, li.IEEEStdsEquationVariableList, div.IEEEStdsEqu mso-fareast-language:JA; layout-grid-mode:line;} span.IEEEStdsKeywordsHeader - *{mso-style-name:"IEEEStds Keywords Header"; + /**/{mso-style-name:"IEEEStds Keywords Header"; mso-style-unhide:no; mso-style-parent:""; font-weight:bold; mso-bidi-font-weight:normal;} span.IEEEStdsAbstractHeader - *{mso-style-name:"IEEEStds Abstract Header"; + /**/{mso-style-name:"IEEEStds Abstract Header"; mso-style-unhide:no; mso-style-parent:""; font-weight:bold; @@ -1147,7 +1147,7 @@ p.Tablecolumnheader, li.Tablecolumnheader, div.Tablecolumnheader mso-fareast-language:EN-US; font-weight:bold;} p.IEEEStdsTableLineHead, li.IEEEStdsTableLineHead, div.IEEEStdsTableLineHead - *{mso-style-name:"IEEEStds Table Line Head"; + /**/{mso-style-name:"IEEEStds Table Line Head"; mso-style-unhide:no; mso-style-parent:"IEEEStds Paragraph"; margin:0cm; @@ -1160,7 +1160,7 @@ p.IEEEStdsTableLineHead, li.IEEEStdsTableLineHead, div.IEEEStdsTableLineHead mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsTableLineSubhead, li.IEEEStdsTableLineSubhead, div.IEEEStdsTableLineSubhead - *{mso-style-name:"IEEEStds Table Line Subhead"; + /**/{mso-style-name:"IEEEStds Table Line Subhead"; mso-style-unhide:no; mso-style-parent:"IEEEStds Paragraph"; margin-top:0cm; @@ -1212,7 +1212,7 @@ p.Tablecelltext, li.Tablecelltext, div.Tablecelltext mso-ansi-language:EN-US; mso-fareast-language:EN-US;} p.IEEEStdsCRTextReg, li.IEEEStdsCRTextReg, div.IEEEStdsCRTextReg - *{mso-style-name:"IEEEStds CR TextReg"; + /**/{mso-style-name:"IEEEStds CR TextReg"; mso-style-unhide:no; mso-style-parent:"IEEEStds Sans-Serif"; margin:0cm; @@ -1268,7 +1268,7 @@ p.IntroBulletsSecondary, li.IntroBulletsSecondary, div.IntroBulletsSecondary mso-ansi-language:EN-US; mso-fareast-language:EN-US;} p.IEEEStdsTitleParaSans, li.IEEEStdsTitleParaSans, div.IEEEStdsTitleParaSans - *{mso-style-name:"IEEEStds TitleParaSans"; + /**/{mso-style-name:"IEEEStds TitleParaSans"; mso-style-unhide:no; mso-style-parent:"IEEEStds Paragraph"; margin:0cm; @@ -1280,7 +1280,7 @@ p.IEEEStdsTitleParaSans, li.IEEEStdsTitleParaSans, div.IEEEStdsTitleParaSans mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsTitleParaSansBold, li.IEEEStdsTitleParaSansBold, div.IEEEStdsTitleParaSansBold - *{mso-style-name:"IEEEStds TitleParaSansBold"; + /**/{mso-style-name:"IEEEStds TitleParaSansBold"; mso-style-unhide:no; mso-style-parent:"IEEEStds Paragraph"; margin:0cm; @@ -1296,7 +1296,7 @@ p.IEEEStdsTitleParaSansBold, li.IEEEStdsTitleParaSansBold, div.IEEEStdsTitlePara font-weight:bold; mso-bidi-font-weight:normal;} p.IEEEStdsCRFootnote, li.IEEEStdsCRFootnote, div.IEEEStdsCRFootnote - *{mso-style-name:"IEEEStds CRFootnote"; + /**/{mso-style-name:"IEEEStds CRFootnote"; mso-style-unhide:no; mso-style-parent:"Footnote Text"; margin:0cm; @@ -1308,7 +1308,7 @@ p.IEEEStdsCRFootnote, li.IEEEStdsCRFootnote, div.IEEEStdsCRFootnote mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsCRTextItal, li.IEEEStdsCRTextItal, div.IEEEStdsCRTextItal - *{mso-style-name:"IEEEStds CR TextItal"; + /**/{mso-style-name:"IEEEStds CR TextItal"; mso-style-unhide:no; mso-style-parent:"IEEEStds CR TextReg"; margin:0cm; @@ -1324,7 +1324,7 @@ p.IEEEStdsCRTextItal, li.IEEEStdsCRTextItal, div.IEEEStdsCRTextItal font-style:italic; mso-bidi-font-style:normal;} span.DeltaViewInsertion - *{mso-style-name:"DeltaView Insertion"; + /**/{mso-style-name:"DeltaView Insertion"; mso-style-priority:99; mso-style-unhide:no; mso-style-parent:""; @@ -1332,14 +1332,14 @@ span.DeltaViewInsertion text-decoration:underline; text-underline:double;} span.DeltaViewDeletion - *{mso-style-name:"DeltaView Deletion"; + /**/{mso-style-name:"DeltaView Deletion"; mso-style-priority:99; mso-style-unhide:no; mso-style-parent:""; color:red; text-decoration:line-through;} p.IEEEStdsCopyrightaddrs, li.IEEEStdsCopyrightaddrs, div.IEEEStdsCopyrightaddrs - *{mso-style-name:"IEEEStds Copyright \(addrs\)"; + /**/{mso-style-name:"IEEEStds Copyright \(addrs\)"; mso-style-unhide:no; margin:0cm; mso-pagination:widow-orphan; @@ -1350,7 +1350,7 @@ p.IEEEStdsCopyrightaddrs, li.IEEEStdsCopyrightaddrs, div.IEEEStdsCopyrightaddrs mso-fareast-language:JA; mso-no-proof:yes;} p.IEEEStdsLevel2frontmatter, li.IEEEStdsLevel2frontmatter, div.IEEEStdsLevel2frontmatter - *{mso-style-name:"IEEEStds Level 2 \(front matter\)"; + /**/{mso-style-name:"IEEEStds Level 2 \(front matter\)"; mso-style-unhide:no; mso-style-parent:"IEEEStds Level 1 \(front matter\)"; margin-top:18.0pt; @@ -1371,7 +1371,7 @@ p.IEEEStdsLevel2frontmatter, li.IEEEStdsLevel2frontmatter, div.IEEEStdsLevel2fro font-weight:bold; mso-bidi-font-weight:normal;} p.IEEEStdsFrontMatterAddress, li.IEEEStdsFrontMatterAddress, div.IEEEStdsFrontMatterAddress - *{mso-style-name:"IEEEStds Front Matter Address"; + /**/{mso-style-name:"IEEEStds Front Matter Address"; mso-style-unhide:no; margin-top:0cm; margin-right:0cm; @@ -1386,7 +1386,7 @@ p.IEEEStdsFrontMatterAddress, li.IEEEStdsFrontMatterAddress, div.IEEEStdsFrontMa mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsFrontMatterAddressCxSpFirst, li.IEEEStdsFrontMatterAddressCxSpFirst, div.IEEEStdsFrontMatterAddressCxSpFirst - *{mso-style-name:"IEEEStds Front Matter AddressCxSpFirst"; + /**/{mso-style-name:"IEEEStds Front Matter AddressCxSpFirst"; mso-style-unhide:no; mso-style-type:export-only; margin-top:0cm; @@ -1403,7 +1403,7 @@ p.IEEEStdsFrontMatterAddressCxSpFirst, li.IEEEStdsFrontMatterAddressCxSpFirst, d mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsFrontMatterAddressCxSpMiddle, li.IEEEStdsFrontMatterAddressCxSpMiddle, div.IEEEStdsFrontMatterAddressCxSpMiddle - *{mso-style-name:"IEEEStds Front Matter AddressCxSpMiddle"; + /**/{mso-style-name:"IEEEStds Front Matter AddressCxSpMiddle"; mso-style-unhide:no; mso-style-type:export-only; margin-top:0cm; @@ -1420,7 +1420,7 @@ p.IEEEStdsFrontMatterAddressCxSpMiddle, li.IEEEStdsFrontMatterAddressCxSpMiddle, mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsFrontMatterAddressCxSpLast, li.IEEEStdsFrontMatterAddressCxSpLast, div.IEEEStdsFrontMatterAddressCxSpLast - *{mso-style-name:"IEEEStds Front Matter AddressCxSpLast"; + /**/{mso-style-name:"IEEEStds Front Matter AddressCxSpLast"; mso-style-unhide:no; mso-style-type:export-only; margin-top:0cm; @@ -1436,7 +1436,7 @@ p.IEEEStdsFrontMatterAddressCxSpLast, li.IEEEStdsFrontMatterAddressCxSpLast, div mso-ansi-language:EN-US; mso-fareast-language:JA;} p.IEEEStdsUnorderedListLevel2, li.IEEEStdsUnorderedListLevel2, div.IEEEStdsUnorderedListLevel2 - *{mso-style-name:"IEEEStds Unordered List Level 2"; + /**/{mso-style-name:"IEEEStds Unordered List Level 2"; mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:"IEEEStds Unordered List"; @@ -1460,7 +1460,7 @@ p.IEEEStdsUnorderedListLevel2, li.IEEEStdsUnorderedListLevel2, div.IEEEStdsUnord p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre - *{mso-style-unhide:no; + /**/{mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:6.0pt; @@ -1476,7 +1476,7 @@ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre mso-bidi-font-family:"Courier New"; mso-ansi-language:EN-GB;} p.pseudocode, li.pseudocode, div.pseudocode - *{mso-style-unhide:no; + /**/{mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:6.0pt; @@ -1492,7 +1492,7 @@ p.pseudocode, li.pseudocode, div.pseudocode mso-bidi-font-family:"Courier New"; mso-ansi-language:EN-GB;} p.annex_obligation, li.annex_obligation, div.annex_obligation - *{mso-style-unhide:no; + /**/{mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:6.0pt; @@ -1511,7 +1511,7 @@ p.annex_obligation, li.annex_obligation, div.annex_obligation mso-fareast-font-family:"Times New Roman"; mso-ansi-language:EN-US;} p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef - *{mso-style-unhide:no; + /**/{mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:6.0pt; @@ -1532,7 +1532,7 @@ p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef mso-bidi-font-family:$bodyfont; mso-ansi-language:EN-GB;} p.FigureTitle - *{mso-style-unhide:no; + /**/{mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:$normalfontsize; @@ -1553,7 +1553,7 @@ p.FigureTitle mso-bidi-font-family:$bodyfont; mso-ansi-language:EN-GB;} p.SourceTitle - *{mso-style-unhide:no; + /**/{mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:18.0pt; @@ -1575,7 +1575,7 @@ p.SourceTitle mso-bidi-font-family:$bodyfont; mso-ansi-language:EN-GB;} p.AdmonitionTitle, p.RecommendationTitle - *{mso-style-unhide:no; + /**/{mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:18.0pt; @@ -1597,7 +1597,7 @@ p.AdmonitionTitle, p.RecommendationTitle mso-bidi-font-family:$bodyfont; mso-ansi-language:EN-GB;} p.TableTitle, p.ListTitle - *{mso-style-unhide:no; + /**/{mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:18.0pt; @@ -1619,7 +1619,7 @@ p.TableTitle, p.ListTitle mso-bidi-font-family:$bodyfont; mso-ansi-language:EN-GB;} p.Note, div.Note, li.Note - *{mso-style-unhide:no; + /**/{mso-style-unhide:no; mso-style-qformat:yes; margin-top:4.0pt; margin-right:0cm; @@ -1637,12 +1637,12 @@ p.Note, div.Note, li.Note mso-fareast-font-family:$bodyfont; mso-bidi-font-family:$bodyfont; mso-ansi-language:EN-GB;} -p.Note, div.Note, li.Note *{ +p.Note, div.Note, li.Note /**/{ font-size:$smallerfontsize; font-family:$bodyfont; } p.TableFootnote, div.TableFootnote, li.TableFootnote - *{mso-style-unhide:no; + /**/{mso-style-unhide:no; mso-style-qformat:yes; margin-top:2.0pt; margin-right:0cm; @@ -1662,7 +1662,7 @@ p.TableFootnote, div.TableFootnote, li.TableFootnote mso-bidi-font-family:$bodyfont; mso-ansi-language:EN-GB;} p.FooterQP, li.FooterQP, div.FooterQP - *{mso-style-name:Footer_QP; + /**/{mso-style-name:Footer_QP; mso-style-unhide:no; margin:0cm; margin-bottom:.0001pt; @@ -1680,7 +1680,7 @@ p.FooterQP, li.FooterQP, div.FooterQP font-weight:bold; mso-bidi-font-weight:normal;} p.FooterQPLandscape, li.FooterQPLandscape, div.FooterQPLandscape - *{ + /**/{ mso-style-unhide:no; margin:0cm; margin-bottom:.0001pt; @@ -1698,7 +1698,7 @@ p.FooterQPLandscape, li.FooterQPLandscape, div.FooterQPLandscape font-weight:bold; mso-bidi-font-weight:normal;} p.FirstFooter, li.FirstFooter, div.FirstFooter - *{mso-style-name:FirstFooter; + /**/{mso-style-name:FirstFooter; mso-style-unhide:no; mso-style-parent:Footer; margin-top:2.0pt; @@ -1779,7 +1779,7 @@ p.Appendixlevel3, li.Appendixlevel3, div.Appendixlevel3 mso-ansi-language:EN-US; mso-fareast-language:EN-US;} p.Normalaftertitle, li.Normalaftertitle, div.Normalaftertitle - *{mso-style-name:Normal_after_title; + /**/{mso-style-name:Normal_after_title; mso-style-unhide:no; mso-style-next:Normal; margin-top:18.0pt; @@ -1801,7 +1801,7 @@ p.Normalaftertitle, li.Normalaftertitle, div.Normalaftertitle mso-ansi-language:EN-GB; mso-fareast-language:EN-US;} p.BiblioTitle, li.BiblioTitle, div.BiblioTitle - *{mso-style-name:"Biblio Title"; + /**/{mso-style-name:"Biblio Title"; mso-style-noshow:yes; mso-style-unhide:no; margin-top:0cm; @@ -1822,7 +1822,7 @@ p.BiblioTitle, li.BiblioTitle, div.BiblioTitle font-weight:bold; mso-bidi-font-weight:normal;} p.Definition, li.Definition, div.Definition - *{mso-style-name:Definition; + /**/{mso-style-name:Definition; mso-style-priority:9; mso-style-unhide:no; margin-top:0cm; @@ -1839,7 +1839,7 @@ p.Definition, li.Definition, div.Definition mso-bidi-font-family:$bodyfont; mso-ansi-language:EN-GB;} p.ForewordTitle, li.ForewordTitle, div.ForewordTitle - *{mso-style-name:"Foreword Title"; + /**/{mso-style-name:"Foreword Title"; mso-style-noshow:yes; mso-style-unhide:no; margin-top:0cm; @@ -1863,7 +1863,7 @@ p.ForewordTitle, li.ForewordTitle, div.ForewordTitle font-weight:bold; mso-bidi-font-weight:normal;} p.IntroTitle, li.IntroTitle, div.IntroTitle - *{mso-style-name:"Intro Title"; + /**/{mso-style-name:"Intro Title"; mso-style-noshow:yes; mso-style-unhide:no; mso-style-parent:"Foreword Title"; @@ -1887,7 +1887,7 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle font-weight:bold; page-break-before:always; mso-bidi-font-weight:normal;} -p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead *{ +p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead /**/{ mso-style-noshow:yes; mso-style-unhide:no; mso-style-parent:"Foreword Title"; @@ -1911,7 +1911,7 @@ mso-style-noshow:yes; mso-bidi-font-weight:normal; } p.Terms, li.Terms, div.Terms - *{mso-style-name:"Term\(s\)"; + /**/{mso-style-name:"Term\(s\)"; mso-style-priority:8; mso-style-unhide:no; mso-style-next:Definition; @@ -1929,7 +1929,7 @@ p.Terms, li.Terms, div.Terms mso-ansi-language:EN-GB; mso-bidi-font-weight:normal;} p.AltTerms, li.AltTerms, div.AltTerms - *{mso-style-name:"AltTerm\(s\)"; + /**/{mso-style-name:"AltTerm\(s\)"; mso-style-priority:8; mso-style-unhide:no; mso-style-next:Definition; @@ -1947,7 +1947,7 @@ p.AltTerms, li.AltTerms, div.AltTerms mso-ansi-language:EN-GB; mso-bidi-font-weight:normal;} p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms - *{mso-style-name:"DeprecatedTerm\(s\)"; + /**/{mso-style-name:"DeprecatedTerm\(s\)"; mso-style-priority:8; mso-style-unhide:no; mso-style-next:Definition; @@ -1965,7 +1965,7 @@ p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms mso-ansi-language:EN-GB; mso-bidi-font-weight:normal;} p.TermNum, li.TermNum, div.TermNum - *{mso-style-name:TermNum; + /**/{mso-style-name:TermNum; mso-style-priority:7; mso-style-unhide:no; mso-style-next:"Term\(s\)"; @@ -1986,7 +1986,7 @@ p.TermNum, li.TermNum, div.TermNum mso-ansi-language:EN-GB; mso-bidi-font-weight:normal;} p.zzContents, li.zzContents, div.zzContents - *{mso-style-name:zzContents; + /**/{mso-style-name:zzContents; mso-style-noshow:yes; mso-style-unhide:no; mso-style-next:"TOC 1"; @@ -2010,7 +2010,7 @@ p.zzContents, li.zzContents, div.zzContents font-weight:bold; mso-bidi-font-weight:normal;} p.zzCopyright, li.zzCopyright - *{mso-style-name:zzCopyright; + /**/{mso-style-name:zzCopyright; mso-style-noshow:yes; mso-style-unhide:no; mso-style-next:Normal; @@ -2030,7 +2030,7 @@ p.zzCopyright, li.zzCopyright mso-bidi-font-family:$bodyfont; mso-ansi-language:EN-GB;} div.zzCopyright - *{mso-element:para-border-div; + /**/{mso-element:para-border-div; border:solid windowtext 1.0pt; mso-border-top-alt:solid windowtext .5pt; mso-border-left-alt:solid windowtext .5pt; @@ -2040,7 +2040,7 @@ div.zzCopyright margin-left:5.1pt; margin-right:5.1pt;} p.zzCopyright_address - *{margin-top:0cm; + /**/{margin-top:0cm; margin-right:14.2pt; margin-bottom:0.0pt; margin-left:14.2pt; @@ -2052,7 +2052,7 @@ p.zzCopyright_address text-align:left; mso-bidi-font-size:11.0pt;} p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle - *{mso-style-name:zzSTDTitle; + /**/{mso-style-name:zzSTDTitle; mso-style-noshow:yes; mso-style-unhide:no; mso-style-next:Normal; @@ -2074,7 +2074,7 @@ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle font-weight:bold; mso-bidi-font-weight:normal;} p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 - *{mso-style-name:zzSTDTitle; + /**/{mso-style-name:zzSTDTitle; mso-style-noshow:yes; mso-style-unhide:no; mso-style-next:Normal; @@ -2097,7 +2097,7 @@ p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 font-weight:bold; mso-bidi-font-weight:normal;} p.zzSTDTitle2, li.zzSTDTitle2, div.zzSTDTitle2 - *{mso-style-name:zzSTDTitle; + /**/{mso-style-name:zzSTDTitle; mso-style-noshow:yes; mso-style-unhide:no; mso-style-next:Normal; @@ -2120,7 +2120,7 @@ p.zzSTDTitle2, li.zzSTDTitle2, div.zzSTDTitle2 text-align:center; mso-bidi-font-weight:normal;} p.zzSTDTitle3, li.zzSTDTitle3, div.zzSTDTitle3 - *{mso-style-name:zzSTDTitle; + /**/{mso-style-name:zzSTDTitle; mso-style-noshow:yes; mso-style-unhide:no; mso-style-next:Normal; @@ -2143,7 +2143,7 @@ p.zzSTDTitle3, li.zzSTDTitle3, div.zzSTDTitle3 text-align:center; mso-bidi-font-weight:normal;} p.Quote, li.Quote, div.Quote - *{mso-style-priority:99; + /**/{mso-style-priority:99; margin-top:0cm; margin-right:36.0pt; margin-bottom:0cm; @@ -2155,12 +2155,12 @@ p.Quote, li.Quote, div.Quote mso-fareast-font-family:$bodyfont; mso-bidi-font-family:$bodyfont; mso-ansi-language:EN-GB;} -p.Quote, li.Quote *{ +p.Quote, li.Quote /**/{ font-size:$normalfontsize; font-family:$bodyfont; } p.QuoteAttribution - *{text-align:right; + /**/{text-align:right; mso-style-priority:99; margin-top:0cm; margin-right:36.0pt; @@ -2176,7 +2176,7 @@ p.QuoteAttribution mso-ansi-language:EN-GB; } p.Admonition, li.Admonition, div.Admonition - *{mso-style-priority:99; + /**/{mso-style-priority:99; margin-top:0cm; margin-right:57.6pt; margin-bottom:0cm; @@ -2200,13 +2200,13 @@ p.Admonition, li.Admonition, div.Admonition mso-themecolor:accent1; mso-ansi-language:EN-AU; } -p.Admonition, li.Admonition *{ +p.Admonition, li.Admonition /**/{ font-size:$normalfontsize; font-family:$bodyfont; font-style:italic; } p.Code, li.Code, div.Code - *{mso-style-name:Code; + /**/{mso-style-name:Code; mso-style-priority:16; mso-style-unhide:no; mso-style-qformat:yes; @@ -2222,7 +2222,7 @@ p.Code, li.Code, div.Code mso-bidi-font-family:"Source Sans Pro"; mso-ansi-language:EN-GB;} p.Formula, li.Formula, div.Formula - *{mso-style-name:Formula; + /**/{mso-style-name:Formula; mso-style-noshow:yes; mso-style-unhide:no; margin-top:6.0pt; @@ -2241,13 +2241,13 @@ p.Formula, li.Formula, div.Formula mso-fareast-font-family:$bodyfont; mso-bidi-font-family:$bodyfont; mso-ansi-language:EN-GB;} -table.formula_dl *{ +table.formula_dl /**/{ margin-left:1.4cm; margin-right:1.4cm; } /* definition list */ p.enumlev1, li.enumlev1, div.enumlev1 - *{mso-style-name:enumlev1; + /**/{mso-style-name:enumlev1; mso-style-unhide:no; margin-top:4.0pt; margin-right:0cm; @@ -2269,7 +2269,7 @@ p.enumlev1, li.enumlev1, div.enumlev1 mso-ansi-language:EN-GB; mso-fareast-language:EN-US;} p.enumlev2, li.enumlev2, div.enumlev2 - *{mso-style-name:enumlev2; + /**/{mso-style-name:enumlev2; mso-style-unhide:no; mso-style-parent:enumlev1; margin-top:4.0pt; @@ -2292,7 +2292,7 @@ p.enumlev2, li.enumlev2, div.enumlev2 mso-ansi-language:EN-GB; mso-fareast-language:EN-US;} p.enumlev3, li.enumlev3, div.enumlev3 - *{mso-style-name:enumlev3; + /**/{mso-style-name:enumlev3; mso-style-unhide:no; mso-style-parent:enumlev2; margin-top:4.0pt; @@ -2315,7 +2315,7 @@ p.enumlev3, li.enumlev3, div.enumlev3 mso-ansi-language:EN-GB; mso-fareast-language:EN-US;} p.RecNo, li.RecNo, div.RecNo - *{mso-style-name:Rec_No; + /**/{mso-style-name:Rec_No; mso-style-unhide:no; mso-style-next:Rec_title; margin:0cm; @@ -2334,19 +2334,19 @@ p.RecNo, li.RecNo, div.RecNo mso-fareast-language:EN-US; font-weight:bold; mso-bidi-font-weight:normal;} -p.boilerplateHdr *{ +p.boilerplateHdr /**/{ text-align:center; font-family:$bodyfont; font-size:11.0pt; } -p.boilerplate *{ +p.boilerplate /**/{ font-family:$bodyfont; font-size:$smallerfontsize; text-align:justify; margin-top:6.0pt; margin-bottom:0.0pt; } -p.draftwarningHdr *{ +p.draftwarningHdr /**/{ text-align:center; font-family:$bodyfont; font-weight:bold; @@ -2847,7 +2847,7 @@ div.WordSection4 table.MsoISOTable, table.MsoISOTableBig - *{mso-style-name:"Table ISO"; + /**/{mso-style-name:"Table ISO"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; @@ -2867,15 +2867,15 @@ table.MsoISOTable, table.MsoISOTableBig font-size:$smallerfontsize; font-family:$bodyfont;} table.MsoISOTable th, table.MsoISOTableBig th - *{border:solid windowtext 1pt; + /**/{border:solid windowtext 1pt; mso-border-alt:solid windowtext 1pt; padding:0cm 2.85pt 0cm 2.85pt;} table.MsoISOTable td, table.MsoISOTableBig td - *{border:solid windowtext 1pt; + /**/{border:solid windowtext 1pt; mso-border-alt:solid windowtext 1pt; padding:0cm 2.85pt 0cm 2.85pt;} table.MsoISOTable p, table.MsoISOTableBig p -*{font-size:$smallerfontsize; } +/**/{font-size:$smallerfontsize; } table.MsoTableGrid {mso-style-name:"Table Grid"; mso-tstyle-rowband-size:0; @@ -3016,23 +3016,23 @@ table.MsoTable15Grid2Accent1OddRow mso-tstyle-shading-themecolor:accent1; mso-tstyle-shading-themetint:51;} div.formula, div.formula p - *{tab-stops:center 241.0pt right 17.0cm;} + /**/{tab-stops:center 241.0pt right 17.0cm;} body - *{tab-interval:36.0pt;} + /**/{tab-interval:36.0pt;} .coverpage_docnumber - *{text-align:center; + /**/{text-align:center; font-size:14.0pt; font-weight:bold;} .coverpage_techcommittee - *{text-align:center; + /**/{text-align:center; font-size:$normalfontsize; } .coverpage_docstage - *{text-align:center; + /**/{text-align:center; font-size:30.0pt; color:#485094;} div.coverpage_warning - *{mso-element:para-border-div; + /**/{mso-element:para-border-div; border:solid windowtext 1.0pt #485094; mso-border-alt:solid windowtext .5pt; padding:1.0pt 4.0pt 1.0pt 4.0pt #485094; @@ -3040,103 +3040,103 @@ div.coverpage_warning margin-left:4.25pt; margin-right:4.25pt} .coverpage_warning - *{color:#485094; + /**/{color:#485094; font-size:10.0pt;} a.TableFootnoteRef, span.TableFootnoteRef - *{mso-style-priority:99; + /**/{mso-style-priority:99; mso-style-parent:"Footnote Reference"; vertical-align:super;} - aside *{ + aside /**/{ font-size:$footnotefontsize; } -.example-title *{ +.example-title /**/{ font-weight: bold; margin-left: 0pt; } -p.example, li.example, div.example, td.example *{ +p.example, li.example, div.example, td.example /**/{ mso-pagination:none; } -p.example, li.example, td.example *{ +p.example, li.example, td.example /**/{ font-size:10.0pt; font-family:$bodyfont;} -div.example *{ +div.example /**/{ margin-right: 0pt; margin-left: 0pt; margin-top: 0cm; margin-bottom: 0cm; } -p.example, li.example *{ +p.example, li.example /**/{ margin-right: 0pt; margin-left: 0pt; } -td.example p.MsoListParagraph *{ +td.example p.MsoListParagraph /**/{ font-size: 10.0pt; } -div.example p.MsoListParagraph *{ +div.example p.MsoListParagraph /**/{ font-size: 10.0pt; } -div.Note p.MsoListParagraph *{ +div.Note p.MsoListParagraph /**/{ font-size: $smallerfontsize; } -div.Note span.stem *{ +div.Note span.stem /**/{ font-size: $smallerfontsize; } -div.Note p.Sourcecode, div.Note pre.Sourcecode *{ +div.Note p.Sourcecode, div.Note pre.Sourcecode /**/{ font-size: 9.0pt; margin-left: 1.0cm; } -div.Note table.dl *{ +div.Note table.dl /**/{ font-size: $smallerfontsize; margin-left: 1.0cm; } span.note_label, span.example_label, td.example_label, td.note_label -*{ +/**/{ font-size: $smallerfontsize; font-family:$bodyfont; } table.dl - *{margin-top:0cm; + /**/{margin-top:0cm; width:95%; mso-table-layout-alt: auto; margin-right:0cm; margin-bottom:$smallerfontsize; margin-left:0cm;} -table.biblio td *{ +table.biblio td /**/{ margin-bottom: 6pt; } div.figure, p.figure - *{text-align: center;} + /**/{text-align: center;} div.pseudocode -*{ +/**/{ margin-left:1.27cm; margin-right:1.27cm; } -p.pseudocode, li.pseudocode *{ +p.pseudocode, li.pseudocode /**/{ margin-left: 0cm; margin-right:0cm; } div.pseudocode, p.pseudocode, li.pseudocode - *{text-align: left; + /**/{text-align: left; font-size:10pt;} p.supertitle - *{mso-style-priority:1; + /**/{mso-style-priority:1; mso-style-unhide:no; mso-style-qformat:yes; mso-style-next:h1; @@ -3164,11 +3164,11 @@ p.supertitle mso-fareast-language:JA; mso-bidi-font-weight:normal;} -span.addition *{ +span.addition /**/{ color: black; text-decoration: underline; text-underline: single; } -span.deletion *{ +span.deletion /**/{ color: black; } diff --git a/lib/isodoc/ieee/html/word_ieee_colophon_wp.html b/lib/isodoc/ieee/html/word_ieee_colophon_wp.html index baab6a1..df4c9b7 100644 --- a/lib/isodoc/ieee/html/word_ieee_colophon_wp.html +++ b/lib/isodoc/ieee/html/word_ieee_colophon_wp.html @@ -1,10 +1,10 @@ -

 

+

 

-

 

+

 

-

 

+

 

-

+

-


+
RAISING THE WORLD’S +style='mso-bookmark:_Toc45551731'>RAISING THE WORLD’S STANDARDS

-

 

+

 

-

 

+

 

-

 

+

 

-

 

+

 

-

 

+

 

-

 

+

 

-

 

+

 

-

 

+

 

-

 

+

 

-

 

+

 

-

 

+

 

-

 

+

 

-

3 Park Avenue, New York, NY 10016-5997 USA3 Park Avenue, New York, NY 10016-5997 USA   http://standards.ieee.org

-

Tel.+1732-981-0060 Fax+1732-562-1571

+

Tel.+1732-981-0060 Fax+1732-562-1571

diff --git a/lib/isodoc/ieee/html/word_ieee_intro_wp.html b/lib/isodoc/ieee/html/word_ieee_intro_wp.html index 8212ef3..2ac6cc9 100644 --- a/lib/isodoc/ieee/html/word_ieee_intro_wp.html +++ b/lib/isodoc/ieee/html/word_ieee_intro_wp.html @@ -1,8 +1,7 @@ -
-

+ +

+ -
-
+
WORDTOC
diff --git a/lib/isodoc/ieee/html/word_ieee_titlepage_wp.html b/lib/isodoc/ieee/html/word_ieee_titlepage_wp.html index 3b9df42..46b0cec 100644 --- a/lib/isodoc/ieee/html/word_ieee_titlepage_wp.html +++ b/lib/isodoc/ieee/html/word_ieee_titlepage_wp.html @@ -1,6 +1,5 @@ -
-

+

-

 

+

 

-

 

+

 

-

 

+

 

-

+

-

 

+

 

-

 

+

 

-

 

+

 

-

 

+

 

-

 

+

 

-

Program title to go here

-

 

+

 

-

Paper title to go here

+style='mso-bookmark:_Toc45551699'>Paper title to go here

-

 

+

 

-

 

+

 

-

Authored +

Authored by

-

 

+

 

-

Firstname Lastname

+

Firstname Lastname

-

Title

+

Title

-

Firstname Lastname

+

Firstname Lastname

-

Title

+

Title

-

- - - - - -
- - - - -
+
-

3 Park Avenue | New +

3 Park Avenue | New York, NY 10016-5997 | USA

-
-
 
- -

+

-

TRADEMARKS AND DISCLAIMERS

- -

IEEE believes the information in this -publication is accurate as of its publication date; such information is subject -to change without notice. IEEE is not responsible for any inadvertent errors.

- -

The ideas and proposals in this -specification are the respective author’s views and do not represent the views -of the affiliated organization.

- -

ACKNOWLEDGEMENTS

- -

Special thanks are given to the following -reviewers of this paper:

- -

Firstname Lastname

- -

Firstname Lastname

- -

Firstname Lastname

- -

Firstname Lastname

- -

Firstname Lastname

- -

Firstname Lastname

- -

Firstname Lastname

- -

Firstname Lastname

- -

 

- -

 

+
+
+
-

 

- -

The -Institute of Electrical and Electronics Engineers, Inc. 3 Park Avenue, New -York, NY 10016-5997, USA

- -

Copyright -© 2021 by The Institute of Electrical and Electronics Engineers, Inc.

- -

All -rights reserved. Month 2022. Printed in the United States of America.

- -

PDF:       STDVAXXXXX             978-1-5044-XXXX-X

- -

IEEE -is a registered trademark in the U. S. Patent & Trademark Office, owned by The -Institute of Electrical and Electronics Engineers, Incorporated. All other -trademarks are the property of the respective trademark owners.

- -

IEEE -prohibits discrimination, harassment, and bullying. For more information, visit http://www.ieee.org/web/aboutus/whatis/policies/p9-26.html.

- -

No -part of this publication may be reproduced in any form, in an electronic -retrieval system, or otherwise, without the prior written permission of the -publisher.

- -

Find -IEEE standards and standards-related product listings at: http://standards.ieee.org.

- -
+clear="all" style='mso-special-character:line-break;page-break-before:always'/>
-

 

- -

NOTICE AND DISCLAIMER OF LIABILITY CONCERNING THE USE OF IEEE SA DOCUMENTS

- -

This IEEE Standards Association (“IEEE -SA”) publication (“Work”) is not a consensus standard document. Specifically, -this document is NOT AN IEEE STANDARD. Information contained in this Work has -been created by, or obtained from, sources believed to be reliable, and -reviewed by members of the activity that produced this Work. IEEE and the NAME OF GROUP expressly -disclaim all warranties (express, implied, and statutory) related to this Work, -including, but not limited to, the warranties of: merchantability; fitness for -a particular purpose; non-infringement; quality, accuracy, effectiveness, -currency, or completeness of the Work or content within the Work. In addition, -IEEE and the NAME OF GROUP -disclaim any and all conditions relating to: results; and workmanlike effort. -This document is supplied “AS IS” and “WITH ALL FAULTS.”

- -

Although the NAME OF GROUP members who have created this -Work believe that the information and guidance given in this Work serve as an -enhancement to users, all persons must rely upon their own skill and judgment -when making use of it. IN NO EVENT SHALL IEEE SA OR NAME OF GROUP MEMBERS BE LIABLE FOR ANY -ERRORS OR OMISSIONS OR DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO: PROCUREMENT OF SUBSTITUTE -GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT -OF THE USE OF THIS WORK, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE AND -REGARDLESS OF WHETHER SUCH DAMAGE WAS FORESEEABLE.

+

 

-

Further, information contained in this -Work may be protected by intellectual property rights held by third parties or -organizations, and the use of this information may require the user to -negotiate with any such rights holders in order to legally acquire the rights -to do so, and such rights holders may refuse to grant such rights. Attention is -also called to the possibility that implementation of any or all of this Work -may require use of subject matter covered by patent rights. By publication of -this Work, no position is taken by the IEEE with respect to the existence or -validity of any patent rights in connection therewith. The IEEE is not -responsible for identifying patent rights for which a license may be required, -or for conducting inquiries into the legal validity or scope of patents claims. -Users are expressly advised that determination of the validity of any patent -rights, and the risk of infringement of such rights, is entirely their own -responsibility. No commitment to grant licenses under patent rights on a -reasonable or non-discriminatory basis has been sought or received from any -rights holder.

- -

This Work is published with the -understanding that IEEE and the NAME OF GROUP members are supplying information through this -Work, not attempting to render engineering or other professional services. If -such services are required, the assistance of an appropriate professional -should be sought. IEEE is not responsible for the statements and opinions -advanced in this Work.

- -
-
+