org-odt.el: Add bottom margin to source or example blocks
[org-mode.git] / contrib / odt / styles / OrgOdtStyles.xml
blob5ec868ac8e4c5570053af7499d2ff4b0c49ff282
1 <?xml version="1.0" encoding="UTF-8"?>
2 <office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" office:version="1.2">
3  <office:font-face-decls>
4   <style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol"/>
5   <style:font-face style:name="Tahoma1" svg:font-family="Tahoma"/>
6   <style:font-face style:name="Courier New" svg:font-family="&apos;Courier New&apos;" style:font-family-generic="modern" style:font-pitch="fixed"/>
7   <style:font-face style:name="NSimSun" svg:font-family="NSimSun" style:font-family-generic="modern" style:font-pitch="fixed"/>
8   <style:font-face style:name="Times New Roman" svg:font-family="&apos;Times New Roman&apos;" style:font-family-generic="roman" style:font-pitch="variable"/>
9   <style:font-face style:name="Arial" svg:font-family="Arial" style:font-family-generic="swiss" style:font-pitch="variable"/>
10   <style:font-face style:name="SimSun" svg:font-family="SimSun" style:font-family-generic="system" style:font-pitch="variable"/>
11   <style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-family-generic="system" style:font-pitch="variable"/>
12  </office:font-face-decls>
13  <office:styles>
14   <style:default-style style:family="graphic">
15    <style:graphic-properties draw:shadow-offset-x="0.3cm" draw:shadow-offset-y="0.3cm" draw:start-line-spacing-horizontal="0.283cm" draw:start-line-spacing-vertical="0.283cm" draw:end-line-spacing-horizontal="0.283cm" draw:end-line-spacing-vertical="0.283cm" style:flow-with-text="false"/>
16    <style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
17     <style:tab-stops/>
18    </style:paragraph-properties>
19    <style:text-properties style:use-window-font-color="true" fo:font-size="12pt" fo:language="en" fo:country="GB" style:letter-kerning="true" style:font-size-asian="12pt" style:language-asian="zh" style:country-asian="CN" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
20   </style:default-style>
21   <style:default-style style:family="paragraph">
22    <style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="1.251cm" style:writing-mode="page"/>
23    <style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="12pt" fo:language="en" fo:country="GB" style:letter-kerning="true" style:font-name-asian="SimSun" style:font-size-asian="12pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Tahoma" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
24   </style:default-style>
25   <style:default-style style:family="table">
26    <style:table-properties table:border-model="collapsing"/>
27   </style:default-style>
28   <style:default-style style:family="table-row">
29    <style:table-row-properties fo:keep-together="auto"/>
30   </style:default-style>
32   <!-- Outline numbering -->
33   <text:outline-style style:name="OrgOutline">
34    <text:outline-level-style text:level="1" style:num-suffix=". " style:num-format="1">
35     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
36      <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-0.762cm" fo:margin-left="0.762cm"/>
37     </style:list-level-properties>
38    </text:outline-level-style>
39    <text:outline-level-style text:level="2" style:num-suffix=". " style:num-format="1" text:display-levels="2">
40     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
41      <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-1.016cm" fo:margin-left="1.016cm"/>
42     </style:list-level-properties>
43    </text:outline-level-style>
44    <text:outline-level-style text:level="3" style:num-suffix=". " style:num-format="1" text:display-levels="3">
45     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
46      <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-1.27cm" fo:margin-left="1.27cm"/>
47     </style:list-level-properties>
48    </text:outline-level-style>
49    <text:outline-level-style text:level="4" style:num-suffix=". " style:num-format="1" text:display-levels="4">
50     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
51      <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-1.524cm" fo:margin-left="1.524cm"/>
52     </style:list-level-properties>
53    </text:outline-level-style>
54    <text:outline-level-style text:level="5" style:num-suffix=". " style:num-format="1" text:display-levels="5">
55     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
56      <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-1.778cm" fo:margin-left="1.778cm"/>
57     </style:list-level-properties>
58    </text:outline-level-style>
59    <text:outline-level-style text:level="6" style:num-suffix=". " style:num-format="1" text:display-levels="6">
60     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
61      <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-2.032cm" fo:margin-left="2.032cm"/>
62     </style:list-level-properties>
63    </text:outline-level-style>
64    <text:outline-level-style text:level="7" style:num-suffix=". " style:num-format="1" text:display-levels="7">
65     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
66      <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-2.286cm" fo:margin-left="2.286cm"/>
67     </style:list-level-properties>
68    </text:outline-level-style>
69    <text:outline-level-style text:level="8" style:num-suffix=". " style:num-format="1" text:display-levels="8">
70     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
71      <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-2.54cm" fo:margin-left="2.54cm"/>
72     </style:list-level-properties>
73    </text:outline-level-style>
74    <text:outline-level-style text:level="9" style:num-suffix=". " style:num-format="1" text:display-levels="9">
75     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
76      <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-2.794cm" fo:margin-left="2.794cm"/>
77     </style:list-level-properties>
78    </text:outline-level-style>
79    <text:outline-level-style text:level="10" style:num-suffix=". " style:num-format="1" text:display-levels="10">
80     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
81      <style:list-level-label-alignment text:label-followed-by="nothing" fo:text-indent="-3.048cm" fo:margin-left="3.048cm"/>
82     </style:list-level-properties>
83    </text:outline-level-style>
84   </text:outline-style>
86   <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
87   <style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
88    <style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.212cm" fo:keep-with-next="always"/>
89    <style:text-properties style:font-name="Arial" fo:font-size="14pt" style:font-name-asian="SimSun" style:font-size-asian="14pt" style:font-name-complex="Tahoma" style:font-size-complex="14pt"/>
90   </style:style>
91   <style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
92    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.212cm"/>
93   </style:style>
94   <style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
95    <style:text-properties style:font-name-complex="Tahoma1"/>
96   </style:style>
97   <style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
98    <style:paragraph-properties fo:margin-top="0.212cm" fo:margin-bottom="0.212cm" text:number-lines="false" text:line-number="0"/>
99    <style:text-properties fo:font-size="12pt" fo:font-style="italic" style:font-size-asian="12pt" style:font-style-asian="italic" style:font-name-complex="Tahoma1" style:font-size-complex="12pt" style:font-style-complex="italic"/>
100   </style:style>
101   <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
102    <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
103    <style:text-properties style:font-name-complex="Tahoma1"/>
104   </style:style>
105   <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="1" style:class="text">
106    <style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
107   </style:style>
108   <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="2" style:class="text">
109    <style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="14pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
110   </style:style>
111   <style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="3" style:class="text">
112    <style:text-properties fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
113   </style:style>
114   <style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="4" style:class="text">
115    <style:text-properties fo:font-size="85%" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="85%" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-style-complex="italic" style:font-weight-complex="bold"/>
116   </style:style>
117   <style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="5" style:class="text">
118    <style:text-properties fo:font-size="85%" fo:font-weight="bold" style:font-size-asian="85%" style:font-weight-asian="bold" style:font-size-complex="85%" style:font-weight-complex="bold"/>
119   </style:style>
120   <style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="6" style:class="text">
121    <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
122   </style:style>
123   <style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="7" style:class="text">
124    <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
125   </style:style>
126   <style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="8" style:class="text">
127    <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
128   </style:style>
129   <style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="9" style:class="text">
130    <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
131   </style:style>
132   <style:style style:name="Heading_20_10" style:display-name="Heading 10" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="10" style:class="text">
133    <style:text-properties fo:font-size="75%" fo:font-weight="bold" style:font-size-asian="75%" style:font-weight-asian="bold" style:font-size-complex="75%" style:font-weight-complex="bold"/>
134   </style:style>
135   <style:style style:name="Heading_20_1.title" style:display-name="Heading 1.title" style:family="paragraph" style:parent-style-name="Heading_20_1">
136    <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
137   </style:style>
138   <style:style style:name="Text_20_body_20_indent" style:display-name="Text body indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
139    <style:paragraph-properties fo:margin-left="0.499cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"/>
140   </style:style>
141   <style:style style:name="List_20_Indent" style:display-name="List Indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
142    <style:paragraph-properties fo:margin-left="5.001cm" fo:margin-right="0cm" fo:text-indent="-4.5cm" style:auto-text-indent="false">
143     <style:tab-stops>
144      <style:tab-stop style:position="0cm"/>
145     </style:tab-stops>
146    </style:paragraph-properties>
147   </style:style>
148   <style:style style:name="First_20_line_20_indent" style:display-name="First line indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
149    <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0.499cm" style:auto-text-indent="false"/>
150   </style:style>
151   <style:style style:name="Hanging_20_indent" style:display-name="Hanging indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
152    <style:paragraph-properties fo:margin-left="1cm" fo:margin-right="0cm" fo:text-indent="-0.499cm" style:auto-text-indent="false">
153     <style:tab-stops>
154      <style:tab-stop style:position="0cm"/>
155     </style:tab-stops>
156    </style:paragraph-properties>
157   </style:style>
158   <style:style style:name="Salutation" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
159    <style:paragraph-properties text:number-lines="false" text:line-number="0"/>
160   </style:style>
161   <style:style style:name="Contents_20_Heading" style:display-name="Contents Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
162    <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
163    <style:text-properties fo:font-size="16pt" fo:font-weight="bold" style:font-size-asian="16pt" style:font-weight-asian="bold" style:font-size-complex="16pt" style:font-weight-complex="bold"/>
164   </style:style>
165   <style:style style:name="Contents_20_1" style:display-name="Contents 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
166    <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false">
167     <style:tab-stops>
168      <style:tab-stop style:position="17cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
169     </style:tab-stops>
170    </style:paragraph-properties>
171   </style:style>
172   <style:style style:name="Contents_20_2" style:display-name="Contents 2" style:family="paragraph" style:parent-style-name="Index" style:class="index">
173    <style:paragraph-properties fo:margin-left="0.499cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false">
174     <style:tab-stops>
175      <style:tab-stop style:position="16.501cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
176     </style:tab-stops>
177    </style:paragraph-properties>
178   </style:style>
179   <style:style style:name="Contents_20_3" style:display-name="Contents 3" style:family="paragraph" style:parent-style-name="Index" style:class="index">
180    <style:paragraph-properties fo:margin-left="0.998cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false">
181     <style:tab-stops>
182      <style:tab-stop style:position="16.002cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
183     </style:tab-stops>
184    </style:paragraph-properties>
185   </style:style>
186   <style:style style:name="Contents_20_4" style:display-name="Contents 4" style:family="paragraph" style:parent-style-name="Index" style:class="index">
187    <style:paragraph-properties fo:margin-left="1.498cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false">
188     <style:tab-stops>
189      <style:tab-stop style:position="15.503cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
190     </style:tab-stops>
191    </style:paragraph-properties>
192   </style:style>
193   <style:style style:name="Contents_20_5" style:display-name="Contents 5" style:family="paragraph" style:parent-style-name="Index" style:class="index">
194    <style:paragraph-properties fo:margin-left="1.997cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false">
195     <style:tab-stops>
196      <style:tab-stop style:position="15.004cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
197     </style:tab-stops>
198    </style:paragraph-properties>
199   </style:style>
200   <style:style style:name="Contents_20_6" style:display-name="Contents 6" style:family="paragraph" style:parent-style-name="Index" style:class="index">
201    <style:paragraph-properties fo:margin-left="2.496cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false">
202     <style:tab-stops>
203      <style:tab-stop style:position="14.504cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
204     </style:tab-stops>
205    </style:paragraph-properties>
206   </style:style>
207   <style:style style:name="Contents_20_7" style:display-name="Contents 7" style:family="paragraph" style:parent-style-name="Index" style:class="index">
208    <style:paragraph-properties fo:margin-left="2.995cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false">
209     <style:tab-stops>
210      <style:tab-stop style:position="14.005cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
211     </style:tab-stops>
212    </style:paragraph-properties>
213   </style:style>
214   <style:style style:name="Contents_20_8" style:display-name="Contents 8" style:family="paragraph" style:parent-style-name="Index" style:class="index">
215    <style:paragraph-properties fo:margin-left="3.494cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false">
216     <style:tab-stops>
217      <style:tab-stop style:position="13.506cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
218     </style:tab-stops>
219    </style:paragraph-properties>
220   </style:style>
221   <style:style style:name="Contents_20_9" style:display-name="Contents 9" style:family="paragraph" style:parent-style-name="Index" style:class="index">
222    <style:paragraph-properties fo:margin-left="3.993cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false">
223     <style:tab-stops>
224      <style:tab-stop style:position="13.007cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
225     </style:tab-stops>
226    </style:paragraph-properties>
227   </style:style>
228   <style:style style:name="Contents_20_10" style:display-name="Contents 10" style:family="paragraph" style:parent-style-name="Index" style:class="index">
229    <style:paragraph-properties fo:margin-left="4.493cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false">
230     <style:tab-stops>
231      <style:tab-stop style:position="12.508cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
232     </style:tab-stops>
233    </style:paragraph-properties>
234   </style:style>
235   <style:style style:name="Quotations" style:family="paragraph" style:parent-style-name="Standard" style:class="html">
236    <style:paragraph-properties fo:margin-left="1cm" fo:margin-right="1cm" fo:margin-top="0cm" fo:margin-bottom="0.499cm" fo:text-indent="0cm" style:auto-text-indent="false"/>
237   </style:style>
238   <style:style style:name="Preformatted_20_Text" style:display-name="Preformatted Text" style:family="paragraph" style:parent-style-name="Standard" style:class="html">
239    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm"/>
240    <style:text-properties style:font-name="Courier New" fo:font-size="10pt" style:font-name-asian="NSimSun" style:font-size-asian="10pt" style:font-name-complex="Courier New" style:font-size-complex="10pt"/>
241   </style:style>
242   <style:style style:name="OrgVerse" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
243    <style:paragraph-properties fo:background-color="#c0c0c0" fo:padding="0.049cm" fo:border="0.018cm solid #000000" style:shadow="none">
244     <style:background-image/>
245    </style:paragraph-properties>
246   </style:style>
248   <style:style style:name="OrgFixedWidthBlock" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
249    <style:paragraph-properties fo:background-color="#c0c0c0" fo:padding="0.049cm" fo:border="0.018cm solid #000000" style:shadow="none">
250     <style:background-image/>
251    </style:paragraph-properties>
252   </style:style>
254   <style:style style:name="OrgFixedWidthBlockLastLine" style:family="paragraph" style:parent-style-name="OrgFixedWidthBlock">
255    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.21cm"/>
256   </style:style>
258   <style:style style:name="OrgSrcBlockLastLine" style:family="paragraph" style:parent-style-name="OrgSrcBlock">
259    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.21cm"/>
260   </style:style>
262   <style:style style:name="OrgCenter" style:family="paragraph" style:parent-style-name="Text_20_body">
263    <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
264   </style:style>
265   <style:style style:name="OrgTableContents" style:family="paragraph" style:parent-style-name="Text_20_body"/>
266   <style:style style:name="OrgTableHeading" style:family="paragraph" style:parent-style-name="OrgTableContents" style:class="extra">
267     <style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
268     <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
269   </style:style>
271   <style:style style:name="OrgTableHeadingLeft" style:family="paragraph" style:parent-style-name="OrgTableHeading">
272     <style:paragraph-properties fo:text-align="left" style:justify-single-word="false"/>
273   </style:style>
274   <style:style style:name="OrgTableHeadingRight" style:family="paragraph" style:parent-style-name="OrgTableHeading">
275     <style:paragraph-properties fo:text-align="right" style:justify-single-word="false"/>
276   </style:style>
277   <style:style style:name="OrgTableHeadingCenter" style:family="paragraph" style:parent-style-name="OrgTableHeading">
278     <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
279   </style:style>
280   
281   <style:style style:name="OrgTableContentsLeft" style:family="paragraph" style:parent-style-name="OrgTableContents">
282     <style:paragraph-properties fo:text-align="left" style:justify-single-word="false"/>
283   </style:style>
284   <style:style style:name="OrgTableContentsRight" style:family="paragraph" style:parent-style-name="OrgTableContents">
285     <style:paragraph-properties fo:text-align="right" style:justify-single-word="false"/>
286   </style:style>
287   <style:style style:name="OrgTableContentsCenter" style:family="paragraph" style:parent-style-name="OrgTableContents">
288     <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
289   </style:style>
290   <style:style style:name="Text_20_body_20_bold" style:display-name="Text body bold" style:family="paragraph" style:parent-style-name="Text_20_body" style:next-style-name="Text_20_body">
291    <style:text-properties fo:font-weight="bold"/>
292   </style:style>
293   <style:style style:name="Footnote" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
294    <style:paragraph-properties fo:margin-left="0.499cm" fo:margin-right="0cm" fo:text-indent="-0.499cm" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
295    <style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
296   </style:style>
297   <style:style style:name="Figure" style:family="paragraph" style:parent-style-name="Caption"/>
298   <style:style style:name="Illustration_20_Index_20_Heading" style:display-name="Illustration Index Heading" style:family="paragraph" style:parent-style-name="Heading" style:class="index">
299    <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
300    <style:text-properties fo:font-size="16pt" fo:font-weight="bold" style:font-size-asian="16pt" style:font-weight-asian="bold" style:font-size-complex="16pt" style:font-weight-complex="bold"/>
301   </style:style>
302   <style:style style:name="Table" style:family="paragraph" style:parent-style-name="Caption" style:class="extra">
303    <style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
304   </style:style>
305   <style:style style:name="Horizontal_20_Line" style:display-name="Horizontal Line" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="html">
306    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.499cm" style:border-line-width-bottom="0.002cm 0.035cm 0.002cm" fo:padding="0cm" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.039cm double #808080" text:number-lines="false" text:line-number="0" style:join-border="false"/>
307    <style:text-properties fo:font-size="6pt" style:font-size-asian="6pt" style:font-size-complex="6pt"/>
308   </style:style>
309   <style:style style:name="Emphasis" style:family="text">
310    <style:text-properties fo:font-style="italic" style:font-style-asian="italic" style:font-style-complex="italic"/>
311   </style:style>
312   <style:style style:name="Underline" style:family="text">
313    <style:text-properties style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" fo:background-color="transparent"/>
314   </style:style>
315   <style:style style:name="Strikethrough" style:family="text">
316    <style:text-properties style:text-line-through-style="solid"/>
317   </style:style>
318   <style:style style:name="Source_20_Text" style:display-name="Source Text" style:family="text">
319    <style:text-properties style:font-name="Courier New" fo:background-color="transparent" style:font-name-asian="NSimSun" style:font-name-complex="Courier New"/>
320   </style:style>
321   <style:style style:name="Citation" style:family="text">
322    <style:text-properties fo:font-style="italic" style:font-style-asian="italic" style:font-style-complex="italic"/>
323   </style:style>
324   <style:style style:name="Example" style:family="text">
325    <style:text-properties style:font-name="Courier New" fo:background-color="transparent" style:font-name-asian="NSimSun" style:font-name-complex="Courier New"/>
326   </style:style>
327   <style:style style:name="OrgCode" style:family="text" style:parent-style-name="Source_20_Text"/>
329   <!-- BEGIN: Org Agenda Styles -->
330   <style:style style:name="OrgTodo" style:family="text">
331    <style:text-properties fo:color="#ff0000"/>
332   </style:style>
333   <style:style style:name="OrgDone" style:family="text">
334    <style:text-properties fo:color="#008000"/>
335   </style:style>
336   <style:style style:name="OrgTag" style:family="text">
337    <style:text-properties fo:background-color="#add8e6"/>
338   </style:style>
339   <style:style style:name="OrgTimestamp" style:family="text">
340    <style:text-properties fo:color="#bebebe"/>
341   </style:style>
342   <style:style style:name="OrgTimestampKeyword" style:family="text">
343    <style:text-properties fo:color="#5f9ea0"/>
344   </style:style>
345   <style:style style:name="OrgTimestampWrapper" style:family="text"/>
346   <style:style style:name="OrgTarget" style:family="text"/>
347   <!-- END: Org Agenda Styles -->
349   <style:style style:name="Bold" style:family="text">
350    <style:text-properties fo:font-weight="bold"/>
351   </style:style>
352   <style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
353   <style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text"/>
354   <style:style style:name="Footnote_20_anchor" style:display-name="Footnote anchor" style:family="text">
355    <style:text-properties style:text-position="super 58%"/>
356   </style:style>
357   <style:style style:name="OrgSuperscript" style:family="text">
358    <style:text-properties style:text-position="super 58%"/>
359   </style:style>
360   <style:style style:name="OrgSubscript" style:family="text">
361    <style:text-properties style:text-position="sub 58%"/>
362   </style:style>
363   <style:style style:name="Internet_20_link" style:display-name="Internet link" style:family="text">
364    <style:text-properties fo:color="#000080" fo:language="zxx" fo:country="none" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/>
365   </style:style>
366   <style:style style:name="Graphics" style:family="graphic">
367    <style:graphic-properties text:anchor-type="paragraph" svg:x="0cm" svg:y="0cm" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
368   </style:style>
369   <style:style style:name="Frame" style:family="graphic">
370    <style:graphic-properties text:anchor-type="paragraph" svg:x="0cm" svg:y="0cm" fo:margin-left="0.201cm" fo:margin-right="0.201cm" fo:margin-top="0.201cm" fo:margin-bottom="0.201cm" style:wrap="parallel" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph-content" style:horizontal-pos="center" style:horizontal-rel="paragraph-content" fo:padding="0.15cm" fo:border="0.002cm solid #000000"/>
371   </style:style>
373   <!-- Simple Images   -->
374   <style:style style:name="OrgDisplayImage" style:family="graphic" style:parent-style-name="Graphics">
375    <style:graphic-properties text:anchor-type="paragraph" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
376   </style:style>
378   <!-- Captioned Images  -->
379   <style:style style:name="OrgCaptionedImage" style:family="graphic" style:parent-style-name="Graphics">
380    <style:graphic-properties style:rel-width="100%" text:anchor-type="paragraph" fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" style:run-through="foreground" style:wrap="none" style:vertical-pos="from-top" style:vertical-rel="paragraph-content" style:horizontal-pos="from-left" style:horizontal-rel="paragraph-content" fo:padding="0cm" fo:border="none" style:shadow="none"/>
381   </style:style>
383   <style:style style:name="OrgImageCaptionFrame" style:family="graphic" style:parent-style-name="Frame">
384    <style:graphic-properties text:anchor-type="paragraph" fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph" fo:padding="0cm" fo:border="none"/>
385   </style:style>
387   <!-- Inlined Images -->
388   <style:style style:name="OrgInlineImage" style:family="graphic" style:parent-style-name="Graphics">
389    <style:graphic-properties text:anchor-type="as-char" style:vertical-pos="top" style:vertical-rel="baseline" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
390   </style:style>
392   <!-- Inline Formula -->
393   <style:style style:name="OrgFormula" style:family="graphic">
394     <style:graphic-properties text:anchor-type="as-char" svg:y="0cm" fo:margin-left="0.201cm" fo:margin-right="0.201cm" style:vertical-pos="middle" style:vertical-rel="text" style:shadow="none"/>
395   </style:style>
397   <style:style style:name="OrgInlineFormula" style:family="graphic" style:parent-style-name="Formula">
398     <style:graphic-properties text:anchor-type="as-char" fo:margin-left="0.201cm" fo:margin-right="0.201cm" style:vertical-pos="middle" style:vertical-rel="text"/>
399   </style:style>
401   <style:style style:name="OrgInlineFormula" style:family="graphic" style:parent-style-name="Formula">
402     <style:graphic-properties style:vertical-pos="middle" style:vertical-rel="text" draw:ole-draw-aspect="1"/>
403   </style:style>
405   <style:style style:name="OrgDisplayFormula" style:family="graphic" style:parent-style-name="OrgFormula">
406     <style:graphic-properties style:vertical-pos="middle" style:vertical-rel="text" style:horizontal-pos="from-left" style:horizontal-rel="paragraph-content" draw:ole-draw-aspect="1"/>
407   </style:style>
409   <style:style style:name="OrgFormulaCaptionFrame" style:family="graphic" style:parent-style-name="Frame">
410     <style:graphic-properties fo:margin-top="0cm" fo:margin-bottom="0cm" style:vertical-pos="middle" style:vertical-rel="text" style:horizontal-pos="from-left" style:horizontal-rel="paragraph-content" fo:padding="0cm" fo:border="none"/>
411   </style:style>
413   <style:style style:name="OrgCaptionedFormula" style:family="graphic" style:parent-style-name="OrgFormula">
414     <style:graphic-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" style:run-through="foreground" style:wrap="none" style:vertical-pos="from-top" style:vertical-rel="paragraph-content" style:horizontal-pos="center" style:horizontal-rel="paragraph-content" fo:padding="0cm" fo:border="none" style:shadow="none" draw:ole-draw-aspect="1"/>
415   </style:style>
417   <!-- Inline Tasks -->
418   <style:style style:name="OrgInlineTaskHeading" style:family="paragraph" style:parent-style-name="Caption" style:next-style-name="Text_20_body">
419    <style:text-properties style:font-name="Arial1" fo:font-style="normal" fo:font-weight="bold"/>
420   </style:style>
421   <style:style style:name="OrgInlineTaskFrame" style:family="graphic" style:parent-style-name="Frame">
422    <style:graphic-properties svg:x="0cm" svg:y="0cm" style:wrap="none" style:vertical-pos="top" style:vertical-rel="paragraph-content" style:horizontal-pos="center" style:horizontal-rel="paragraph-content" fo:background-color="#ffffcc" style:background-transparency="0%" fo:padding="0.15cm" fo:border="0.26pt solid #000000" style:shadow="none">
423     <style:background-image/>
424    </style:graphic-properties>
425   </style:style>
427   <text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
428    <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
429     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
430      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.499cm" fo:text-indent="-0.499cm" fo:margin-left="0.499cm"/>
431     </style:list-level-properties>
432    </text:list-level-style-number>
433    <text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
434     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
435      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1cm" fo:text-indent="-0.499cm" fo:margin-left="1cm"/>
436     </style:list-level-properties>
437    </text:list-level-style-number>
438    <text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
439     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
440      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.499cm" fo:text-indent="-0.499cm" fo:margin-left="1.499cm"/>
441     </style:list-level-properties>
442    </text:list-level-style-number>
443    <text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
444     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
445      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2cm" fo:text-indent="-0.499cm" fo:margin-left="2cm"/>
446     </style:list-level-properties>
447    </text:list-level-style-number>
448    <text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
449     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
450      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.499cm" fo:text-indent="-0.499cm" fo:margin-left="2.499cm"/>
451     </style:list-level-properties>
452    </text:list-level-style-number>
453    <text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
454     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
455      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3cm" fo:text-indent="-0.499cm" fo:margin-left="3cm"/>
456     </style:list-level-properties>
457    </text:list-level-style-number>
458    <text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
459     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
460      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3.5cm" fo:text-indent="-0.499cm" fo:margin-left="3.5cm"/>
461     </style:list-level-properties>
462    </text:list-level-style-number>
463    <text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
464     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
465      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="4.001cm" fo:text-indent="-0.499cm" fo:margin-left="4.001cm"/>
466     </style:list-level-properties>
467    </text:list-level-style-number>
468    <text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
469     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
470      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="4.5cm" fo:text-indent="-0.499cm" fo:margin-left="4.5cm"/>
471     </style:list-level-properties>
472    </text:list-level-style-number>
473    <text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
474     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
475      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="5.001cm" fo:text-indent="-0.499cm" fo:margin-left="5.001cm"/>
476     </style:list-level-properties>
477    </text:list-level-style-number>
478   </text:list-style>
479   <text:list-style style:name="List_20_1" style:display-name="List 1">
480    <text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
481     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
482      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.4cm" fo:text-indent="-0.4cm" fo:margin-left="0.4cm"/>
483     </style:list-level-properties>
484     <style:text-properties style:font-name="OpenSymbol"/>
485    </text:list-level-style-bullet>
486    <text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
487     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
488      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.801cm" fo:text-indent="-0.4cm" fo:margin-left="0.801cm"/>
489     </style:list-level-properties>
490     <style:text-properties style:font-name="OpenSymbol"/>
491    </text:list-level-style-bullet>
492    <text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
493     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
494      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.199cm" fo:text-indent="-0.4cm" fo:margin-left="1.199cm"/>
495     </style:list-level-properties>
496     <style:text-properties style:font-name="OpenSymbol"/>
497    </text:list-level-style-bullet>
498    <text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
499     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
500      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.6cm" fo:text-indent="-0.4cm" fo:margin-left="1.6cm"/>
501     </style:list-level-properties>
502     <style:text-properties style:font-name="OpenSymbol"/>
503    </text:list-level-style-bullet>
504    <text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
505     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
506      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2cm" fo:text-indent="-0.4cm" fo:margin-left="2cm"/>
507     </style:list-level-properties>
508     <style:text-properties style:font-name="OpenSymbol"/>
509    </text:list-level-style-bullet>
510    <text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
511     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
512      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.401cm" fo:text-indent="-0.4cm" fo:margin-left="2.401cm"/>
513     </style:list-level-properties>
514     <style:text-properties style:font-name="OpenSymbol"/>
515    </text:list-level-style-bullet>
516    <text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
517     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
518      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.799cm" fo:text-indent="-0.4cm" fo:margin-left="2.799cm"/>
519     </style:list-level-properties>
520     <style:text-properties style:font-name="OpenSymbol"/>
521    </text:list-level-style-bullet>
522    <text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
523     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
524      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3.2cm" fo:text-indent="-0.4cm" fo:margin-left="3.2cm"/>
525     </style:list-level-properties>
526     <style:text-properties style:font-name="OpenSymbol"/>
527    </text:list-level-style-bullet>
528    <text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
529     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
530      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3.6cm" fo:text-indent="-0.4cm" fo:margin-left="3.6cm"/>
531     </style:list-level-properties>
532     <style:text-properties style:font-name="OpenSymbol"/>
533    </text:list-level-style-bullet>
534    <text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="•">
535     <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
536      <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="4.001cm" fo:text-indent="-0.4cm" fo:margin-left="4.001cm"/>
537     </style:list-level-properties>
538     <style:text-properties style:font-name="OpenSymbol"/>
539    </text:list-level-style-bullet>
540   </text:list-style>
542   <!-- Numbered List -->
543   <text:list-style style:name="OrgNumberedList">
544    <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
545     <style:list-level-properties text:space-before="0.635cm" text:min-label-width="0.635cm"/>
546    </text:list-level-style-number>
547    <text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
548     <style:list-level-properties text:space-before="1.27cm" text:min-label-width="0.635cm"/>
549    </text:list-level-style-number>
550    <text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
551     <style:list-level-properties text:space-before="1.905cm" text:min-label-width="0.635cm"/>
552    </text:list-level-style-number>
553    <text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
554     <style:list-level-properties text:space-before="2.54cm" text:min-label-width="0.635cm"/>
555    </text:list-level-style-number>
556    <text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
557     <style:list-level-properties text:space-before="3.175cm" text:min-label-width="0.635cm"/>
558    </text:list-level-style-number>
559    <text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
560     <style:list-level-properties text:space-before="3.81cm" text:min-label-width="0.635cm"/>
561    </text:list-level-style-number>
562    <text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
563     <style:list-level-properties text:space-before="4.445cm" text:min-label-width="0.635cm"/>
564    </text:list-level-style-number>
565    <text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
566     <style:list-level-properties text:space-before="5.08cm" text:min-label-width="0.635cm"/>
567    </text:list-level-style-number>
568    <text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
569     <style:list-level-properties text:space-before="5.715cm" text:min-label-width="0.635cm"/>
570    </text:list-level-style-number>
571    <text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
572     <style:list-level-properties text:space-before="6.35cm" text:min-label-width="0.635cm"/>
573    </text:list-level-style-number>
574   </text:list-style>
576   <!-- Bulleted List -->
577   <text:list-style style:name="OrgBulletedList">
578    <text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•">
579     <style:list-level-properties text:space-before="0.635cm" text:min-label-width="0.635cm"/>
580     <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/>
581    </text:list-level-style-bullet>
582    <text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•">
583     <style:list-level-properties text:space-before="1.27cm" text:min-label-width="0.635cm"/>
584     <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/>
585    </text:list-level-style-bullet>
586    <text:list-level-style-bullet text:level="3" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•">
587     <style:list-level-properties text:space-before="1.905cm" text:min-label-width="0.635cm"/>
588     <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/>
589    </text:list-level-style-bullet>
590    <text:list-level-style-bullet text:level="4" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•">
591     <style:list-level-properties text:space-before="2.54cm" text:min-label-width="0.635cm"/>
592     <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/>
593    </text:list-level-style-bullet>
594    <text:list-level-style-bullet text:level="5" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•">
595     <style:list-level-properties text:space-before="3.175cm" text:min-label-width="0.635cm"/>
596     <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/>
597    </text:list-level-style-bullet>
598    <text:list-level-style-bullet text:level="6" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•">
599     <style:list-level-properties text:space-before="3.81cm" text:min-label-width="0.635cm"/>
600     <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/>
601    </text:list-level-style-bullet>
602    <text:list-level-style-bullet text:level="7" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•">
603     <style:list-level-properties text:space-before="4.445cm" text:min-label-width="0.635cm"/>
604     <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/>
605    </text:list-level-style-bullet>
606    <text:list-level-style-bullet text:level="8" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•">
607     <style:list-level-properties text:space-before="5.08cm" text:min-label-width="0.635cm"/>
608     <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/>
609    </text:list-level-style-bullet>
610    <text:list-level-style-bullet text:level="9" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•">
611     <style:list-level-properties text:space-before="5.715cm" text:min-label-width="0.635cm"/>
612     <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/>
613    </text:list-level-style-bullet>
614    <text:list-level-style-bullet text:level="10" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="•">
615     <style:list-level-properties text:space-before="6.35cm" text:min-label-width="0.635cm"/>
616     <style:text-properties fo:font-family="StarSymbol" style:font-charset="x-symbol"/>
617    </text:list-level-style-bullet>
618   </text:list-style>
620   <!-- Description List -->
621   <text:list-style style:name="OrgDescriptionList">
622    <text:list-level-style-number text:level="1" style:num-format="">
623     <style:list-level-properties text:space-before="0.635cm" text:min-label-width="0.635cm"/>
624    </text:list-level-style-number>
625    <text:list-level-style-number text:level="2" style:num-format="">
626     <style:list-level-properties text:space-before="1.27cm" text:min-label-width="0.635cm"/>
627    </text:list-level-style-number>
628    <text:list-level-style-number text:level="3" style:num-format="">
629     <style:list-level-properties text:space-before="1.905cm" text:min-label-width="0.635cm"/>
630    </text:list-level-style-number>
631    <text:list-level-style-number text:level="4" style:num-format="">
632     <style:list-level-properties text:space-before="2.54cm" text:min-label-width="0.635cm"/>
633    </text:list-level-style-number>
634    <text:list-level-style-number text:level="5" style:num-format="">
635     <style:list-level-properties text:space-before="3.175cm" text:min-label-width="0.635cm"/>
636    </text:list-level-style-number>
637    <text:list-level-style-number text:level="6" style:num-format="">
638     <style:list-level-properties text:space-before="3.81cm" text:min-label-width="0.635cm"/>
639    </text:list-level-style-number>
640    <text:list-level-style-number text:level="7" style:num-format="">
641     <style:list-level-properties text:space-before="4.445cm" text:min-label-width="0.635cm"/>
642    </text:list-level-style-number>
643    <text:list-level-style-number text:level="8" style:num-format="">
644     <style:list-level-properties text:space-before="5.08cm" text:min-label-width="0.635cm"/>
645    </text:list-level-style-number>
646    <text:list-level-style-number text:level="9" style:num-format="">
647     <style:list-level-properties text:space-before="5.715cm" text:min-label-width="0.635cm"/>
648    </text:list-level-style-number>
649    <text:list-level-style-number text:level="10" style:num-format="">
650     <style:list-level-properties text:space-before="6.35cm" text:min-label-width="0.635cm"/>
651    </text:list-level-style-number>
652   </text:list-style>
654   <text:list-style style:name="OrgSrcBlockNumberedLine">
655    <text:list-level-style-number text:level="1" style:num-format="1">
656     <style:list-level-properties text:space-before="0.635cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/>
657    </text:list-level-style-number>
658    <text:list-level-style-number text:level="2" style:num-format="1">
659     <style:list-level-properties text:space-before="1.27cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/>
660    </text:list-level-style-number>
661    <text:list-level-style-number text:level="3" style:num-format="1">
662     <style:list-level-properties text:space-before="1.905cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/>
663    </text:list-level-style-number>
664    <text:list-level-style-number text:level="4" style:num-format="1">
665     <style:list-level-properties text:space-before="2.54cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/>
666    </text:list-level-style-number>
667    <text:list-level-style-number text:level="5" style:num-format="1">
668     <style:list-level-properties text:space-before="3.175cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/>
669    </text:list-level-style-number>
670    <text:list-level-style-number text:level="6" style:num-format="1">
671     <style:list-level-properties text:space-before="3.81cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/>
672    </text:list-level-style-number>
673    <text:list-level-style-number text:level="7" style:num-format="1">
674     <style:list-level-properties text:space-before="4.445cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/>
675    </text:list-level-style-number>
676    <text:list-level-style-number text:level="8" style:num-format="1">
677     <style:list-level-properties text:space-before="5.08cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/>
678    </text:list-level-style-number>
679    <text:list-level-style-number text:level="9" style:num-format="1">
680     <style:list-level-properties text:space-before="5.715cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/>
681    </text:list-level-style-number>
682    <text:list-level-style-number text:level="10" style:num-format="1">
683     <style:list-level-properties text:space-before="6.35cm" text:min-label-width="0.635cm" text:min-label-distance="0.101cm" fo:text-align="end"/>
684    </text:list-level-style-number>
685   </text:list-style>
687   <text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" text:citation-body-style-name="Footnote_20_anchor" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="document"/>
688   <text:notes-configuration text:note-class="endnote" style:num-format="i" text:start-value="0"/>
689   <text:linenumbering-configuration text:number-lines="false" text:offset="0.499cm" style:num-format="1" text:number-position="left" text:increment="5"/>
690  </office:styles>
691  <office:automatic-styles>
692   <style:page-layout style:name="Mpm1">
693    <style:page-layout-properties fo:page-width="21.001cm" fo:page-height="29.7cm" style:num-format="1" style:print-orientation="portrait" fo:margin-top="2cm" fo:margin-bottom="2cm" fo:margin-left="2cm" fo:margin-right="2cm" style:writing-mode="lr-tb" style:footnote-max-height="0cm">
694     <style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
695    </style:page-layout-properties>
696    <style:header-style/>
697    <style:footer-style/>
698   </style:page-layout>
699  </office:automatic-styles>
700  <office:master-styles>
701   <style:master-page style:name="Standard" style:page-layout-name="Mpm1"/>
702  </office:master-styles>
703 </office:document-styles>