metanorma-itu 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/lib/isodoc/itu/html/itu.css +8 -2
 - data/lib/isodoc/itu/html/itu.scss +7 -1
 - data/lib/isodoc/itu/html/word_itu_titlepage_sp.html +4 -3
 - data/lib/isodoc/itu/html/wordstyle.css +8 -8
 - data/lib/isodoc/itu/html/wordstyle.scss +8 -8
 - data/lib/isodoc/itu/itu.implementers-guide.xsl +614 -156
 - data/lib/isodoc/itu/itu.in-force.xsl +614 -156
 - data/lib/isodoc/itu/itu.recommendation-annex.xsl +614 -156
 - data/lib/isodoc/itu/itu.recommendation-supplement.xsl +614 -156
 - data/lib/isodoc/itu/itu.recommendation.xsl +614 -156
 - data/lib/isodoc/itu/itu.resolution.xsl +614 -156
 - data/lib/isodoc/itu/itu.service-publication.xsl +614 -156
 - data/lib/isodoc/itu/itu.technical-paper.xsl +614 -156
 - data/lib/isodoc/itu/itu.technical-report.xsl +614 -156
 - data/lib/isodoc/itu/metadata.rb +25 -24
 - data/lib/isodoc/itu/presentation_xml_convert.rb +13 -0
 - data/lib/isodoc/itu/ref.rb +28 -18
 - data/lib/metanorma/itu/basicdoc.rng +5 -3
 - data/lib/metanorma/itu/biblio.rng +5 -3
 - data/lib/metanorma/itu/version.rb +1 -1
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 8ec1919397155a95c9aabcdef555e25a76ce40dcbcf4413df17a75c2a32eb3ed
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 6b5b6fe37ecbcff0a56900c599ffbd974649f5f30e7b9cca221bf3e0627006ff
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 5e846409de2dbb2b6adcf6112e61880a6015af6257ae96cb298128cc773e7e464c33a4e42e727915ed93fe81e6e9d8ce9dd4a881ff556a98ceaa576c6a2a2c1c
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 9a65e7c8787e750e46a28c4a4c6c936c6266b616d9f444ee6c11848e65fc750b090ef7869a81e2c6c25fa55a79b175b6dd12699e0b93d0dcba8f1885b9a97c56
         
     | 
    
        data/lib/isodoc/itu/html/itu.css
    CHANGED
    
    | 
         @@ -913,7 +913,11 @@ div.WordSection1 { 
     | 
|
| 
       913 
913 
     | 
    
         
             
              margin: 54.45pt 54.45pt 54.45pt 54.45pt;
         
     | 
| 
       914 
914 
     | 
    
         
             
              mso-header-margin: 24.1pt;
         
     | 
| 
       915 
915 
     | 
    
         
             
              mso-footer-margin: 24.1pt;
         
     | 
| 
      
 916 
     | 
    
         
            +
                      {% if doctype == "Service Publication" %}
         
     | 
| 
      
 917 
     | 
    
         
            +
              mso-page-numbers: 1;
         
     | 
| 
      
 918 
     | 
    
         
            +
                      {% else %}
         
     | 
| 
       916 
919 
     | 
    
         
             
              mso-page-numbers: roman-lower 1;
         
     | 
| 
      
 920 
     | 
    
         
            +
                      {% endif %}
         
     | 
| 
       917 
921 
     | 
    
         
             
              mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
         
     | 
| 
       918 
922 
     | 
    
         
             
              mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
         
     | 
| 
       919 
923 
     | 
    
         
             
              mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2;
         
     | 
| 
         @@ -956,7 +960,10 @@ div.WordSection2 { 
     | 
|
| 
       956 
960 
     | 
    
         
             
              margin: 2.0cm 2.0cm 2.0cm 2.0cm;
         
     | 
| 
       957 
961 
     | 
    
         
             
              mso-header-margin: 1.0cm;
         
     | 
| 
       958 
962 
     | 
    
         
             
              mso-footer-margin: 1.0cm;
         
     | 
| 
      
 963 
     | 
    
         
            +
                      {% if doctype == "Service Publication" %}
         
     | 
| 
      
 964 
     | 
    
         
            +
                      {% else %}
         
     | 
| 
       959 
965 
     | 
    
         
             
              mso-page-numbers: 1;
         
     | 
| 
      
 966 
     | 
    
         
            +
                      {% endif %}
         
     | 
| 
       960 
967 
     | 
    
         
             
              mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh2;
         
     | 
| 
       961 
968 
     | 
    
         
             
              mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
         
     | 
| 
       962 
969 
     | 
    
         
             
              mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef3;
         
     | 
| 
         @@ -1112,8 +1119,7 @@ div.example p.MsoListParagraph { 
     | 
|
| 
       1112 
1119 
     | 
    
         
             
              font-size: 10.0pt; }
         
     | 
| 
       1113 
1120 
     | 
    
         | 
| 
       1114 
1121 
     | 
    
         
             
            div.Note p.MsoListParagraph {
         
     | 
| 
       1115 
     | 
    
         
            -
              font-size: {{smallerfontsize}};
         
     | 
| 
       1116 
     | 
    
         
            -
              margin-left: 1.0cm; }
         
     | 
| 
      
 1122 
     | 
    
         
            +
              font-size: {{smallerfontsize}}; }
         
     | 
| 
       1117 
1123 
     | 
    
         | 
| 
       1118 
1124 
     | 
    
         
             
            div.Note span.stem {
         
     | 
| 
       1119 
1125 
     | 
    
         
             
              font-size: {{smallerfontsize}}; }
         
     | 
| 
         @@ -875,7 +875,11 @@ div.WordSection1 
     | 
|
| 
       875 
875 
     | 
    
         
             
            	margin:54.45pt 54.45pt 54.45pt 54.45pt;
         
     | 
| 
       876 
876 
     | 
    
         
             
            	mso-header-margin:24.1pt;
         
     | 
| 
       877 
877 
     | 
    
         
             
            	mso-footer-margin:24.1pt;
         
     | 
| 
      
 878 
     | 
    
         
            +
                    {% if doctype == "Service Publication" %}
         
     | 
| 
      
 879 
     | 
    
         
            +
            	mso-page-numbers:1;
         
     | 
| 
      
 880 
     | 
    
         
            +
                    {% else %}
         
     | 
| 
       878 
881 
     | 
    
         
             
            	mso-page-numbers:roman-lower 1;
         
     | 
| 
      
 882 
     | 
    
         
            +
                    {% endif %}
         
     | 
| 
       879 
883 
     | 
    
         
             
            	mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
         
     | 
| 
       880 
884 
     | 
    
         
             
            	mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
         
     | 
| 
       881 
885 
     | 
    
         
             
            	mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef2;
         
     | 
| 
         @@ -918,7 +922,10 @@ div.WordSection2 
     | 
|
| 
       918 
922 
     | 
    
         
             
            	margin:2.0cm 2.0cm 2.0cm 2.0cm;
         
     | 
| 
       919 
923 
     | 
    
         
             
            	mso-header-margin:1.0cm;
         
     | 
| 
       920 
924 
     | 
    
         
             
            	mso-footer-margin:1.0cm;
         
     | 
| 
      
 925 
     | 
    
         
            +
                    {% if doctype == "Service Publication" %}
         
     | 
| 
      
 926 
     | 
    
         
            +
                    {% else %}
         
     | 
| 
       921 
927 
     | 
    
         
             
            	mso-page-numbers:1;
         
     | 
| 
      
 928 
     | 
    
         
            +
                    {% endif %}
         
     | 
| 
       922 
929 
     | 
    
         
             
            	mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh2;
         
     | 
| 
       923 
930 
     | 
    
         
             
            	mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
         
     | 
| 
       924 
931 
     | 
    
         
             
            	mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef3;
         
     | 
| 
         @@ -1069,7 +1076,6 @@ div.example p.MsoListParagraph { 
     | 
|
| 
       1069 
1076 
     | 
    
         | 
| 
       1070 
1077 
     | 
    
         
             
            div.Note p.MsoListParagraph {
         
     | 
| 
       1071 
1078 
     | 
    
         
             
              font-size: $smallerfontsize;
         
     | 
| 
       1072 
     | 
    
         
            -
              margin-left: 1.0cm;
         
     | 
| 
       1073 
1079 
     | 
    
         
             
            }
         
     | 
| 
       1074 
1080 
     | 
    
         | 
| 
       1075 
1081 
     | 
    
         
             
            div.Note span.stem {
         
     | 
| 
         @@ -35,7 +35,7 @@ lang="EN-GB" style='font-size:10.0pt'>{{ number_abbrev }} {{ docnumeric }} – { 
     | 
|
| 
       35 
35 
     | 
    
         
             
              </td>
         
     | 
| 
       36 
36 
     | 
    
         
             
              <td width="548" style='width:411.1pt;padding:0cm 0cm 0cm 0cm;height:3.0cm;mso-height-rule:exactly'>
         
     | 
| 
       37 
37 
     | 
    
         
             
              <p class="MsoNormal" style='margin-top:0cm'><b style='mso-bidi-font-weight:
         
     | 
| 
       38 
     | 
    
         
            -
            normal'><span lang="EN-GB" style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{{ international_telecommunication_union | upcase }}</span></b></p>
         
     | 
| 
      
 38 
     | 
    
         
            +
            normal'><span lang="EN-GB" style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{{ labels["international_telecommunication_union"] | upcase }}</span></b></p>
         
     | 
| 
       39 
39 
     | 
    
         
             
              </td>
         
     | 
| 
       40 
40 
     | 
    
         
             
             </tr>
         
     | 
| 
       41 
41 
     | 
    
         
             
             <tr style='mso-yfti-irow:1;page-break-inside:avoid;height:4.0cm;mso-height-rule:
         
     | 
| 
         @@ -48,8 +48,8 @@ normal'><span lang="EN-GB" style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{{ 
     | 
|
| 
       48 
48 
     | 
    
         
             
              <td width="548" style='width:411.1pt;padding:0cm 0cm 0cm 0cm;height:4.0cm;
         
     | 
| 
       49 
49 
     | 
    
         
             
              mso-height-rule:exactly'>
         
     | 
| 
       50 
50 
     | 
    
         
             
              <p class="MsoNormal" style='margin-top:0cm;text-align:left;'><b style='mso-bidi-font-weight:
         
     | 
| 
       51 
     | 
    
         
            -
              normal'><span lang="EN-GB" style='font-size:18.0pt;mso-bidi-font-size:10.0pt'>{% if bureau == "R" %}{{ br }}{% endif %}{% if bureau == "T" %}{{ tsb }}{% endif %}{% if bureau == "D" %}{{ bdt }}{% endif %}<br/>
         
     | 
| 
       52 
     | 
    
         
            -
              </span></b><b style='mso-bidi-font-weight:normal'><span lang="EN-GB"  style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{% if bureau == "R" %}{{ br_full }}{% endif %}{% if bureau == "T" %}{{ tsb_full }}{% endif %}{% if bureau == "D" %}{{ bdt_full }}{% endif %}</span></b><span lang="EN-GB"  style='font-size:14.0pt;mso-bidi-font-size:10.0pt'><o:p></o:p></span></p>
         
     | 
| 
      
 51 
     | 
    
         
            +
              normal'><span lang="EN-GB" style='font-size:18.0pt;mso-bidi-font-size:10.0pt'>{% if bureau == "R" %}{{ labels["br"] }}{% endif %}{% if bureau == "T" %}{{ labels["tsb"] }}{% endif %}{% if bureau == "D" %}{{ labels["bdt"] }}{% endif %}<br/>
         
     | 
| 
      
 52 
     | 
    
         
            +
              </span></b><b style='mso-bidi-font-weight:normal'><span lang="EN-GB"  style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{% if bureau == "R" %}{{ labels["br_full"] }}{% endif %}{% if bureau == "T" %}{{ labels["tsb_full"] }}{% endif %}{% if bureau == "D" %}{{ labels["bdt_full"] }}{% endif %}</span></b><span lang="EN-GB"  style='font-size:14.0pt;mso-bidi-font-size:10.0pt'><o:p></o:p></span></p>
         
     | 
| 
       53 
53 
     | 
    
         
             
              </td>
         
     | 
| 
       54 
54 
     | 
    
         
             
             </tr>
         
     | 
| 
       55 
55 
     | 
    
         
             
             <tr style='mso-yfti-irow:2;mso-yfti-lastrow:yes;page-break-inside:avoid;
         
     | 
| 
         @@ -86,6 +86,7 @@ normal'><span lang="EN-GB" style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{{ 
     | 
|
| 
       86 
86 
     | 
    
         
             
              </td>
         
     | 
| 
       87 
87 
     | 
    
         
             
              <td width="548" style='width:411.1pt;padding:0cm 0cm 0cm 0cm'>
         
     | 
| 
       88 
88 
     | 
    
         
             
              <p class="MsoNormal"><b style='mso-bidi-font-weight:normal'><span lang="EN-GB"  style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{{ doctitle }}</span></b></p>
         
     | 
| 
      
 89 
     | 
    
         
            +
              {% if docsubtitle %}<p class="MsoNormal"><b style='mso-bidi-font-weight:normal'><span lang="EN-GB"  style='font-size:14.0pt;mso-bidi-font-size:10.0pt'>{{ docsubtitle }}</span></b></p>{% endif %}
         
     | 
| 
       89 
90 
     | 
    
         
             
              {% if positiontitle %}<p class="MsoNormal"/>
         
     | 
| 
       90 
91 
     | 
    
         
             
              <p class="MsoNormal" style='font-size:14.0pt'>{{ positiontitle | upcase }}</p>{% endif %}
         
     | 
| 
       91 
92 
     | 
    
         
             
              </td>
         
     | 
| 
         @@ -100,9 +100,9 @@ p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph { 
     | 
|
| 
       100 
100 
     | 
    
         
             
              mso-style-priority: 34;
         
     | 
| 
       101 
101 
     | 
    
         
             
              mso-style-unhide: no;
         
     | 
| 
       102 
102 
     | 
    
         
             
              mso-style-qformat: yes;
         
     | 
| 
       103 
     | 
    
         
            -
              margin-top:  
     | 
| 
      
 103 
     | 
    
         
            +
              margin-top: 6.0pt;
         
     | 
| 
       104 
104 
     | 
    
         
             
              margin-right: 0cm;
         
     | 
| 
       105 
     | 
    
         
            -
              margin-bottom:  
     | 
| 
      
 105 
     | 
    
         
            +
              margin-bottom: 0.0pt;
         
     | 
| 
       106 
106 
     | 
    
         
             
              text-align: justify;
         
     | 
| 
       107 
107 
     | 
    
         
             
              text-justify: inter-ideograph;
         
     | 
| 
       108 
108 
     | 
    
         
             
              /* do not put in margin-left, it is specific to list level */
         
     | 
| 
         @@ -118,9 +118,9 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC 
     | 
|
| 
       118 
118 
     | 
    
         
             
              mso-style-unhide: no;
         
     | 
| 
       119 
119 
     | 
    
         
             
              mso-style-qformat: yes;
         
     | 
| 
       120 
120 
     | 
    
         
             
              mso-style-type: export-only;
         
     | 
| 
       121 
     | 
    
         
            -
              margin-top:  
     | 
| 
      
 121 
     | 
    
         
            +
              margin-top: 6.0pt;
         
     | 
| 
       122 
122 
     | 
    
         
             
              margin-right: 0cm;
         
     | 
| 
       123 
     | 
    
         
            -
              margin-bottom:  
     | 
| 
      
 123 
     | 
    
         
            +
              margin-bottom: 0.0pt;
         
     | 
| 
       124 
124 
     | 
    
         
             
              text-align: justify;
         
     | 
| 
       125 
125 
     | 
    
         
             
              text-justify: inter-ideograph;
         
     | 
| 
       126 
126 
     | 
    
         
             
              /* do not put in margin-left, it is specific to list level */
         
     | 
| 
         @@ -136,9 +136,9 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap 
     | 
|
| 
       136 
136 
     | 
    
         
             
              mso-style-unhide: no;
         
     | 
| 
       137 
137 
     | 
    
         
             
              mso-style-qformat: yes;
         
     | 
| 
       138 
138 
     | 
    
         
             
              mso-style-type: export-only;
         
     | 
| 
       139 
     | 
    
         
            -
              margin-top:  
     | 
| 
      
 139 
     | 
    
         
            +
              margin-top: 6.0pt;
         
     | 
| 
       140 
140 
     | 
    
         
             
              margin-right: 0cm;
         
     | 
| 
       141 
     | 
    
         
            -
              margin-bottom:  
     | 
| 
      
 141 
     | 
    
         
            +
              margin-bottom: 0.0pt;
         
     | 
| 
       142 
142 
     | 
    
         
             
              text-align: justify;
         
     | 
| 
       143 
143 
     | 
    
         
             
              text-justify: inter-ideograph;
         
     | 
| 
       144 
144 
     | 
    
         
             
              /* do not put in margin-left, it is specific to list level */
         
     | 
| 
         @@ -154,9 +154,9 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS 
     | 
|
| 
       154 
154 
     | 
    
         
             
              mso-style-unhide: no;
         
     | 
| 
       155 
155 
     | 
    
         
             
              mso-style-qformat: yes;
         
     | 
| 
       156 
156 
     | 
    
         
             
              mso-style-type: export-only;
         
     | 
| 
       157 
     | 
    
         
            -
              margin-top:  
     | 
| 
      
 157 
     | 
    
         
            +
              margin-top: 6.0pt;
         
     | 
| 
       158 
158 
     | 
    
         
             
              margin-right: 0cm;
         
     | 
| 
       159 
     | 
    
         
            -
              margin-bottom:  
     | 
| 
      
 159 
     | 
    
         
            +
              margin-bottom: 0.0pt;
         
     | 
| 
       160 
160 
     | 
    
         
             
              text-align: justify;
         
     | 
| 
       161 
161 
     | 
    
         
             
              text-justify: inter-ideograph;
         
     | 
| 
       162 
162 
     | 
    
         
             
              /* do not put in margin-left, it is specific to list level */
         
     | 
| 
         @@ -89,9 +89,9 @@ p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph 
     | 
|
| 
       89 
89 
     | 
    
         
             
                    {mso-style-priority:34;
         
     | 
| 
       90 
90 
     | 
    
         
             
                    mso-style-unhide:no;
         
     | 
| 
       91 
91 
     | 
    
         
             
                    mso-style-qformat:yes;
         
     | 
| 
       92 
     | 
    
         
            -
             
     | 
| 
      
 92 
     | 
    
         
            +
            	margin-top:6.0pt;
         
     | 
| 
       93 
93 
     | 
    
         
             
                    margin-right:0cm;
         
     | 
| 
       94 
     | 
    
         
            -
                    margin-bottom: 
     | 
| 
      
 94 
     | 
    
         
            +
                    margin-bottom:0.0pt;
         
     | 
| 
       95 
95 
     | 
    
         
             
            	text-align:justify;
         
     | 
| 
       96 
96 
     | 
    
         
             
            	text-justify:inter-ideograph;
         
     | 
| 
       97 
97 
     | 
    
         
             
                    /* do not put in margin-left, it is specific to list level */
         
     | 
| 
         @@ -106,9 +106,9 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC 
     | 
|
| 
       106 
106 
     | 
    
         
             
                    mso-style-unhide:no;
         
     | 
| 
       107 
107 
     | 
    
         
             
                    mso-style-qformat:yes;
         
     | 
| 
       108 
108 
     | 
    
         
             
                    mso-style-type:export-only;
         
     | 
| 
       109 
     | 
    
         
            -
             
     | 
| 
      
 109 
     | 
    
         
            +
            	margin-top:6.0pt;
         
     | 
| 
       110 
110 
     | 
    
         
             
                    margin-right:0cm;
         
     | 
| 
       111 
     | 
    
         
            -
                    margin-bottom: 
     | 
| 
      
 111 
     | 
    
         
            +
                    margin-bottom:0.0pt;
         
     | 
| 
       112 
112 
     | 
    
         
             
            	text-align:justify;
         
     | 
| 
       113 
113 
     | 
    
         
             
            	text-justify:inter-ideograph;
         
     | 
| 
       114 
114 
     | 
    
         
             
                    /* do not put in margin-left, it is specific to list level */
         
     | 
| 
         @@ -123,9 +123,9 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap 
     | 
|
| 
       123 
123 
     | 
    
         
             
                    mso-style-unhide:no;
         
     | 
| 
       124 
124 
     | 
    
         
             
                    mso-style-qformat:yes;
         
     | 
| 
       125 
125 
     | 
    
         
             
                    mso-style-type:export-only;
         
     | 
| 
       126 
     | 
    
         
            -
             
     | 
| 
      
 126 
     | 
    
         
            +
            	margin-top:6.0pt;
         
     | 
| 
       127 
127 
     | 
    
         
             
                    margin-right:0cm;
         
     | 
| 
       128 
     | 
    
         
            -
                    margin-bottom: 
     | 
| 
      
 128 
     | 
    
         
            +
                    margin-bottom:0.0pt;
         
     | 
| 
       129 
129 
     | 
    
         
             
            	text-align:justify;
         
     | 
| 
       130 
130 
     | 
    
         
             
            	text-justify:inter-ideograph;
         
     | 
| 
       131 
131 
     | 
    
         
             
                    /* do not put in margin-left, it is specific to list level */
         
     | 
| 
         @@ -140,9 +140,9 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS 
     | 
|
| 
       140 
140 
     | 
    
         
             
                    mso-style-unhide:no;
         
     | 
| 
       141 
141 
     | 
    
         
             
                    mso-style-qformat:yes;
         
     | 
| 
       142 
142 
     | 
    
         
             
                    mso-style-type:export-only;
         
     | 
| 
       143 
     | 
    
         
            -
             
     | 
| 
      
 143 
     | 
    
         
            +
            	margin-top:6.0pt;
         
     | 
| 
       144 
144 
     | 
    
         
             
                    margin-right:0cm;
         
     | 
| 
       145 
     | 
    
         
            -
                    margin-bottom: 
     | 
| 
      
 145 
     | 
    
         
            +
                    margin-bottom:0.0pt;
         
     | 
| 
       146 
146 
     | 
    
         
             
            	text-align:justify;
         
     | 
| 
       147 
147 
     | 
    
         
             
            	text-justify:inter-ideograph;
         
     | 
| 
       148 
148 
     | 
    
         
             
                    /* do not put in margin-left, it is specific to list level */
         
     |