cid#1607171 Data race condition
[LibreOffice.git] / sc / qa / unit / data / functions / fods / own_function.fods
bloba3e1901c15c01b8bd190005053b39fec1c39fbc3
1 <?xml version="1.0" encoding="UTF-8"?>
3 <office:document 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:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation: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:config="urn:oasis:names:tc:opendocument:xmlns:config: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:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2" office:mimetype="application/vnd.oasis.opendocument.spreadsheet">
4 <office:scripts>
5 <office:script script:language="ooo:Basic">
6 <ooo:libraries xmlns:ooo="http://openoffice.org/2004/office" xmlns:xlink="http://www.w3.org/1999/xlink">
7 <ooo:library-embedded ooo:name="Standard">
8 <ooo:module ooo:name="Module1">
9 <ooo:source-code>REM ***** BASIC *****
11 REM case SbxINTEGER:
12 REM case SbxLONG:
13 REM case SbxSINGLE:
14 REM case SbxDOUBLE:
15 REM case SbxCURRENCY:
16 REM case SbxDATE:
17 REM case SbxUSHORT:
18 REM case SbxULONG:
19 REM case SbxINT:
20 REM case SbxUINT:
21 REM case SbxSALINT64:
22 REM case SbxSALUINT64:
23 REM case SbxDECIMAL:
24 REM case SbxBOOL:
26 Function TestFuncCurr() As Currency
27 Dim Result As Currency
28 Result = 5.50
29 TestFuncCurr = Result
30 End Function
32 Function TestFuncInt() As integer
33 Dim Result As integer
34 Result = 5.50
35 TestFuncInt = Result
36 End Function
38 Function TestFuncLong() As long
39 Dim Result As Long
40 Result = 5.50
41 TestFuncLong = Result
42 End Function
44 Function TestFuncSingle() As Single
45 Dim Result As Single
46 Result = 5.50
47 TestFuncSingle = Result
48 End Function
50 Function TestFuncDouble() As double
51 Dim Result As Double
52 Result = 5.50
53 TestFuncDouble = Result
54 End Function
57 Function TestFuncDate() As date
58 Dim Result As Date
59 Result = 5590
60 TestFuncDate = Result
61 End Function
63 Function TestFuncBool() As boolean
64 Dim Result As boolean
65 Result = 1
66 TestFuncBool = Result
67 End Function
71 </ooo:source-code>
72 </ooo:module>
73 </ooo:library-embedded>
74 </ooo:libraries>
75 </office:script>
76 </office:scripts>
77 <office:styles>
78 <style:default-style style:family="table-cell">
79 <style:paragraph-properties style:tab-stop-distance="36pt"/>
80 <style:text-properties style:font-name="Liberation Sans" fo:language="en" fo:country="US" style:font-name-asian="DejaVu Sans" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="DejaVu Sans" style:language-complex="hi" style:country-complex="IN"/>
81 </style:default-style>
82 <number:number-style style:name="N0">
83 <number:number number:min-integer-digits="1"/>
84 </number:number-style>
85 <number:text-style style:name="N100">
86 <number:text-content/>
87 </number:text-style>
88 <number:currency-style style:name="N122P0" style:volatile="true">
89 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
90 <number:text> </number:text>
91 <number:currency-symbol number:language="cs" number:country="CZ"></number:currency-symbol>
92 </number:currency-style>
93 <number:currency-style style:name="N122">
94 <style:text-properties fo:color="#ff0000"/>
95 <number:text>-</number:text>
96 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
97 <number:text> </number:text>
98 <number:currency-symbol number:language="cs" number:country="CZ"></number:currency-symbol>
99 <style:map style:condition="value()&gt;=0" style:apply-style-name="N122P0"/>
100 </number:currency-style>
101 <number:number-style style:name="N126P0" style:volatile="true">
102 <loext:fill-character> </loext:fill-character>
103 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
104 <number:text> </number:text>
105 </number:number-style>
106 <number:number-style style:name="N126P1" style:volatile="true">
107 <loext:fill-character> </loext:fill-character>
108 <number:text>(</number:text>
109 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
110 <number:text>)</number:text>
111 </number:number-style>
112 <number:number-style style:name="N126P2" style:volatile="true">
113 <loext:fill-character> </loext:fill-character>
114 <number:text>-</number:text>
115 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
116 <number:text> </number:text>
117 </number:number-style>
118 <number:text-style style:name="N126">
119 <number:text-content/>
120 <number:text> </number:text>
121 <style:map style:condition="value()&gt;0" style:apply-style-name="N126P0"/>
122 <style:map style:condition="value()&lt;0" style:apply-style-name="N126P1"/>
123 <style:map style:condition="value()=0" style:apply-style-name="N126P2"/>
124 </number:text-style>
125 <number:number-style style:name="N127">
126 <number:scientific-number number:decimal-places="14" loext:min-decimal-places="14" number:min-integer-digits="1" number:min-exponent-digits="3" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
127 </number:number-style>
128 <number:number-style style:name="N128">
129 <number:number number:decimal-places="15" loext:min-decimal-places="15" number:min-integer-digits="1"/>
130 </number:number-style>
131 <number:currency-style style:name="N130P0" style:volatile="true">
132 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
133 <number:text> </number:text>
134 <number:currency-symbol number:language="cs" number:country="CZ"></number:currency-symbol>
135 </number:currency-style>
136 <number:currency-style style:name="N130">
137 <number:text>-</number:text>
138 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
139 <number:text> </number:text>
140 <number:currency-symbol number:language="cs" number:country="CZ"></number:currency-symbol>
141 <style:map style:condition="value()&gt;=0" style:apply-style-name="N130P0"/>
142 </number:currency-style>
143 <number:currency-style style:name="N131P0" style:volatile="true">
144 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
145 <number:text> </number:text>
146 <number:currency-symbol number:language="cs" number:country="CZ"></number:currency-symbol>
147 </number:currency-style>
148 <number:currency-style style:name="N131">
149 <number:text>-</number:text>
150 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
151 <number:text> </number:text>
152 <number:currency-symbol number:language="cs" number:country="CZ"></number:currency-symbol>
153 <style:map style:condition="value()&gt;=0" style:apply-style-name="N131P0"/>
154 </number:currency-style>
155 <number:currency-style style:name="N132P0" style:volatile="true">
156 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
157 <number:text> </number:text>
158 <number:currency-symbol number:language="cs" number:country="CZ"></number:currency-symbol>
159 </number:currency-style>
160 <number:currency-style style:name="N132">
161 <style:text-properties fo:color="#ff0000"/>
162 <number:text>-</number:text>
163 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
164 <number:text> </number:text>
165 <number:currency-symbol number:language="cs" number:country="CZ"></number:currency-symbol>
166 <style:map style:condition="value()&gt;=0" style:apply-style-name="N132P0"/>
167 </number:currency-style>
168 <number:currency-style style:name="N134P0" style:volatile="true">
169 <number:number number:decimal-places="2" loext:min-decimal-places="0" number:min-integer-digits="1" number:decimal-replacement="--" number:grouping="true"/>
170 <number:text> </number:text>
171 <number:currency-symbol number:language="cs" number:country="CZ"></number:currency-symbol>
172 </number:currency-style>
173 <number:currency-style style:name="N134">
174 <style:text-properties fo:color="#ff0000"/>
175 <number:text>-</number:text>
176 <number:number number:decimal-places="2" loext:min-decimal-places="0" number:min-integer-digits="1" number:decimal-replacement="--" number:grouping="true"/>
177 <number:text> </number:text>
178 <number:currency-symbol number:language="cs" number:country="CZ"></number:currency-symbol>
179 <style:map style:condition="value()&gt;=0" style:apply-style-name="N134P0"/>
180 </number:currency-style>
181 <number:currency-style style:name="N136P0" style:volatile="true">
182 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
183 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
184 </number:currency-style>
185 <number:currency-style style:name="N136">
186 <number:text>-</number:text>
187 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
188 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
189 <style:map style:condition="value()&gt;=0" style:apply-style-name="N136P0"/>
190 </number:currency-style>
191 <number:currency-style style:name="N138P0" style:volatile="true">
192 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
193 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
194 </number:currency-style>
195 <number:currency-style style:name="N138">
196 <number:text>-</number:text>
197 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
198 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
199 <style:map style:condition="value()&gt;=0" style:apply-style-name="N138P0"/>
200 </number:currency-style>
201 <number:currency-style style:name="N139P0" style:volatile="true">
202 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
203 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
204 </number:currency-style>
205 <number:currency-style style:name="N139">
206 <style:text-properties fo:color="#ff0000"/>
207 <number:text>-</number:text>
208 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
209 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
210 <style:map style:condition="value()&gt;=0" style:apply-style-name="N139P0"/>
211 </number:currency-style>
212 <number:currency-style style:name="N140P0" style:volatile="true">
213 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
214 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
215 </number:currency-style>
216 <number:currency-style style:name="N140">
217 <style:text-properties fo:color="#ff0000"/>
218 <number:text>-</number:text>
219 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
220 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
221 <style:map style:condition="value()&gt;=0" style:apply-style-name="N140P0"/>
222 </number:currency-style>
223 <number:currency-style style:name="N142P0" style:volatile="true">
224 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
225 <number:number number:decimal-places="2" loext:min-decimal-places="0" number:min-integer-digits="1" number:decimal-replacement="--" number:grouping="true"/>
226 </number:currency-style>
227 <number:currency-style style:name="N142">
228 <style:text-properties fo:color="#ff0000"/>
229 <number:text>-</number:text>
230 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
231 <number:number number:decimal-places="2" loext:min-decimal-places="0" number:min-integer-digits="1" number:decimal-replacement="--" number:grouping="true"/>
232 <style:map style:condition="value()&gt;=0" style:apply-style-name="N142P0"/>
233 </number:currency-style>
234 <number:number-style style:name="N144P0" style:volatile="true">
235 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
236 <number:text> </number:text>
237 </number:number-style>
238 <number:number-style style:name="N144">
239 <number:text>(</number:text>
240 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
241 <number:text>)</number:text>
242 <style:map style:condition="value()&gt;=0" style:apply-style-name="N144P0"/>
243 </number:number-style>
244 <number:number-style style:name="N146P0" style:volatile="true">
245 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
246 <number:text> </number:text>
247 </number:number-style>
248 <number:number-style style:name="N146">
249 <number:text>(</number:text>
250 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
251 <number:text>)</number:text>
252 <style:map style:condition="value()&gt;=0" style:apply-style-name="N146P0"/>
253 </number:number-style>
254 <number:currency-style style:name="N148P0" style:volatile="true">
255 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
256 <loext:fill-character> </loext:fill-character>
257 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
258 </number:currency-style>
259 <number:currency-style style:name="N148">
260 <number:text>-</number:text>
261 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
262 <loext:fill-character> </loext:fill-character>
263 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
264 <style:map style:condition="value()&gt;=0" style:apply-style-name="N148P0"/>
265 </number:currency-style>
266 <number:currency-style style:name="N150P0" style:volatile="true">
267 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
268 <loext:fill-character> </loext:fill-character>
269 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
270 </number:currency-style>
271 <number:currency-style style:name="N150">
272 <number:text>-</number:text>
273 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
274 <loext:fill-character> </loext:fill-character>
275 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
276 <style:map style:condition="value()&gt;=0" style:apply-style-name="N150P0"/>
277 </number:currency-style>
278 <number:number-style style:name="N151">
279 <number:number number:decimal-places="9" loext:min-decimal-places="9" number:min-integer-digits="1"/>
280 </number:number-style>
281 <number:number-style style:name="N152">
282 <number:number number:decimal-places="8" loext:min-decimal-places="8" number:min-integer-digits="1"/>
283 </number:number-style>
284 <number:number-style style:name="N153">
285 <number:number number:decimal-places="10" loext:min-decimal-places="10" number:min-integer-digits="1"/>
286 </number:number-style>
287 <number:number-style style:name="N154">
288 <number:number number:decimal-places="11" loext:min-decimal-places="11" number:min-integer-digits="1"/>
289 </number:number-style>
290 <number:number-style style:name="N155">
291 <number:number number:decimal-places="12" loext:min-decimal-places="12" number:min-integer-digits="1"/>
292 </number:number-style>
293 <number:number-style style:name="N156">
294 <number:number number:decimal-places="13" loext:min-decimal-places="13" number:min-integer-digits="1"/>
295 </number:number-style>
296 <number:number-style style:name="N157">
297 <number:number number:decimal-places="14" loext:min-decimal-places="14" number:min-integer-digits="1"/>
298 </number:number-style>
299 <number:number-style style:name="N158">
300 <number:number number:decimal-places="16" loext:min-decimal-places="16" number:min-integer-digits="1"/>
301 </number:number-style>
302 <number:number-style style:name="N159">
303 <number:number number:decimal-places="17" loext:min-decimal-places="17" number:min-integer-digits="1"/>
304 </number:number-style>
305 <number:number-style style:name="N160">
306 <number:number number:decimal-places="18" loext:min-decimal-places="18" number:min-integer-digits="1"/>
307 </number:number-style>
308 <number:number-style style:name="N161">
309 <number:number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1"/>
310 </number:number-style>
311 <number:number-style style:name="N162">
312 <number:number number:decimal-places="3" loext:min-decimal-places="3" number:min-integer-digits="1"/>
313 </number:number-style>
314 <number:number-style style:name="N163">
315 <number:number number:decimal-places="4" loext:min-decimal-places="4" number:min-integer-digits="1"/>
316 </number:number-style>
317 <number:number-style style:name="N164">
318 <number:number number:decimal-places="5" loext:min-decimal-places="5" number:min-integer-digits="1"/>
319 </number:number-style>
320 <number:number-style style:name="N165">
321 <number:number number:decimal-places="6" loext:min-decimal-places="6" number:min-integer-digits="1"/>
322 </number:number-style>
323 <number:number-style style:name="N166">
324 <number:number number:decimal-places="7" loext:min-decimal-places="7" number:min-integer-digits="1"/>
325 </number:number-style>
326 <number:currency-style style:name="N168P0" style:volatile="true">
327 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
328 <number:text> </number:text>
329 <number:currency-symbol number:language="fr" number:country="FR"></number:currency-symbol>
330 </number:currency-style>
331 <number:currency-style style:name="N168">
332 <style:text-properties fo:color="#ff0000"/>
333 <number:text>-</number:text>
334 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
335 <number:text> </number:text>
336 <number:currency-symbol number:language="fr" number:country="FR"></number:currency-symbol>
337 <style:map style:condition="value()&gt;=0" style:apply-style-name="N168P0"/>
338 </number:currency-style>
339 <number:number-style style:name="N170P0" style:volatile="true">
340 <number:text/>
341 </number:number-style>
342 <number:currency-style style:name="N170">
343 <style:text-properties fo:color="#ff0000"/>
344 <number:text>-</number:text>
345 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
346 <number:text> </number:text>
347 <number:currency-symbol number:language="fr" number:country="FR"></number:currency-symbol>
348 <style:map style:condition="value()&gt;=0" style:apply-style-name="N170P0"/>
349 </number:currency-style>
350 <number:date-style style:name="N171">
351 <number:day-of-week/>
352 <number:text> </number:text>
353 <number:day number:style="long"/>
354 <number:text>/</number:text>
355 <number:month number:style="long"/>
356 <number:text>/</number:text>
357 <number:year/>
358 </number:date-style>
359 <number:date-style style:name="N172">
360 <number:day-of-week number:style="long"/>
361 <number:text> </number:text>
362 <number:day number:style="long"/>
363 <number:text>/</number:text>
364 <number:month number:style="long"/>
365 <number:text>/</number:text>
366 <number:year/>
367 </number:date-style>
368 <number:currency-style style:name="N174P0" style:volatile="true">
369 <number:currency-symbol number:language="de" number:country="AT"></number:currency-symbol>
370 <number:text> </number:text>
371 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
372 </number:currency-style>
373 <number:currency-style style:name="N174">
374 <style:text-properties fo:color="#ff0000"/>
375 <number:text>-</number:text>
376 <number:currency-symbol number:language="de" number:country="AT"></number:currency-symbol>
377 <number:text> </number:text>
378 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
379 <style:map style:condition="value()&gt;=0" style:apply-style-name="N174P0"/>
380 </number:currency-style>
381 <number:number-style style:name="N176P0" style:volatile="true">
382 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
383 <number:text></number:text>
384 </number:number-style>
385 <number:number-style style:name="N176">
386 <number:text>-</number:text>
387 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
388 <number:text></number:text>
389 <style:map style:condition="value()&gt;=0" style:apply-style-name="N176P0"/>
390 </number:number-style>
391 <number:number-style style:name="N177P0" style:volatile="true">
392 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
393 <number:text></number:text>
394 </number:number-style>
395 <number:number-style style:name="N177">
396 <style:text-properties fo:color="#ff0000"/>
397 <number:text>-</number:text>
398 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
399 <number:text></number:text>
400 <style:map style:condition="value()&gt;=0" style:apply-style-name="N177P0"/>
401 </number:number-style>
402 <number:number-style style:name="N179P0" style:volatile="true">
403 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
404 <number:text></number:text>
405 </number:number-style>
406 <number:number-style style:name="N179">
407 <number:text>-</number:text>
408 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
409 <number:text></number:text>
410 <style:map style:condition="value()&gt;=0" style:apply-style-name="N179P0"/>
411 </number:number-style>
412 <number:number-style style:name="N180P0" style:volatile="true">
413 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
414 <number:text></number:text>
415 </number:number-style>
416 <number:number-style style:name="N180">
417 <style:text-properties fo:color="#ff0000"/>
418 <number:text>-</number:text>
419 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
420 <number:text></number:text>
421 <style:map style:condition="value()&gt;=0" style:apply-style-name="N180P0"/>
422 </number:number-style>
423 <number:number-style style:name="N181P0" style:volatile="true">
424 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
425 </number:number-style>
426 <number:number-style style:name="N181">
427 <number:text>-</number:text>
428 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
429 <style:map style:condition="value()&gt;=0" style:apply-style-name="N181P0"/>
430 </number:number-style>
431 <number:number-style style:name="N182P0" style:volatile="true">
432 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
433 </number:number-style>
434 <number:number-style style:name="N182">
435 <style:text-properties fo:color="#ff0000"/>
436 <number:text>-</number:text>
437 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
438 <style:map style:condition="value()&gt;=0" style:apply-style-name="N182P0"/>
439 </number:number-style>
440 <number:number-style style:name="N183P0" style:volatile="true">
441 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
442 </number:number-style>
443 <number:number-style style:name="N183">
444 <number:text>-</number:text>
445 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
446 <style:map style:condition="value()&gt;=0" style:apply-style-name="N183P0"/>
447 </number:number-style>
448 <number:number-style style:name="N184P0" style:volatile="true">
449 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
450 </number:number-style>
451 <number:number-style style:name="N184">
452 <style:text-properties fo:color="#ff0000"/>
453 <number:text>-</number:text>
454 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
455 <style:map style:condition="value()&gt;=0" style:apply-style-name="N184P0"/>
456 </number:number-style>
457 <number:number-style style:name="N188P0" style:volatile="true">
458 <loext:fill-character> </loext:fill-character>
459 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
460 <number:text> </number:text>
461 </number:number-style>
462 <number:number-style style:name="N188P1" style:volatile="true">
463 <loext:text>-</loext:text>
464 <loext:fill-character> </loext:fill-character>
465 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
466 <number:text> </number:text>
467 </number:number-style>
468 <number:number-style style:name="N188P2" style:volatile="true">
469 <loext:fill-character> </loext:fill-character>
470 <number:text>- </number:text>
471 </number:number-style>
472 <number:text-style style:name="N188">
473 <number:text-content/>
474 <number:text> </number:text>
475 <style:map style:condition="value()&gt;0" style:apply-style-name="N188P0"/>
476 <style:map style:condition="value()&lt;0" style:apply-style-name="N188P1"/>
477 <style:map style:condition="value()=0" style:apply-style-name="N188P2"/>
478 </number:text-style>
479 <number:number-style style:name="N192P0" style:volatile="true">
480 <loext:fill-character> </loext:fill-character>
481 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
482 <number:text></number:text>
483 </number:number-style>
484 <number:number-style style:name="N192P1" style:volatile="true">
485 <loext:text>-</loext:text>
486 <loext:fill-character> </loext:fill-character>
487 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
488 <number:text></number:text>
489 </number:number-style>
490 <number:number-style style:name="N192P2" style:volatile="true">
491 <loext:fill-character> </loext:fill-character>
492 <number:text>- Kč </number:text>
493 </number:number-style>
494 <number:text-style style:name="N192">
495 <number:text-content/>
496 <number:text> </number:text>
497 <style:map style:condition="value()&gt;0" style:apply-style-name="N192P0"/>
498 <style:map style:condition="value()&lt;0" style:apply-style-name="N192P1"/>
499 <style:map style:condition="value()=0" style:apply-style-name="N192P2"/>
500 </number:text-style>
501 <number:number-style style:name="N196P0" style:volatile="true">
502 <loext:fill-character> </loext:fill-character>
503 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
504 <number:text> </number:text>
505 </number:number-style>
506 <number:number-style style:name="N196P1" style:volatile="true">
507 <loext:text>-</loext:text>
508 <loext:fill-character> </loext:fill-character>
509 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
510 <number:text> </number:text>
511 </number:number-style>
512 <number:number-style style:name="N196P2" style:volatile="true">
513 <loext:fill-character> </loext:fill-character>
514 <number:text>-</number:text>
515 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
516 <number:text> </number:text>
517 </number:number-style>
518 <number:text-style style:name="N196">
519 <number:text-content/>
520 <number:text> </number:text>
521 <style:map style:condition="value()&gt;0" style:apply-style-name="N196P0"/>
522 <style:map style:condition="value()&lt;0" style:apply-style-name="N196P1"/>
523 <style:map style:condition="value()=0" style:apply-style-name="N196P2"/>
524 </number:text-style>
525 <number:number-style style:name="N200P0" style:volatile="true">
526 <loext:fill-character> </loext:fill-character>
527 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
528 <number:text></number:text>
529 </number:number-style>
530 <number:number-style style:name="N200P1" style:volatile="true">
531 <loext:text>-</loext:text>
532 <loext:fill-character> </loext:fill-character>
533 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
534 <number:text></number:text>
535 </number:number-style>
536 <number:number-style style:name="N200P2" style:volatile="true">
537 <loext:fill-character> </loext:fill-character>
538 <number:text>-</number:text>
539 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
540 <number:text></number:text>
541 </number:number-style>
542 <number:text-style style:name="N200">
543 <number:text-content/>
544 <number:text> </number:text>
545 <style:map style:condition="value()&gt;0" style:apply-style-name="N200P0"/>
546 <style:map style:condition="value()&lt;0" style:apply-style-name="N200P1"/>
547 <style:map style:condition="value()=0" style:apply-style-name="N200P2"/>
548 </number:text-style>
549 <number:time-style style:name="N201">
550 <number:minutes number:style="long"/>
551 <number:text>:</number:text>
552 <number:seconds number:style="long"/>
553 </number:time-style>
554 <number:time-style style:name="N202" number:truncate-on-overflow="false">
555 <number:hours/>
556 <number:text>:</number:text>
557 <number:minutes number:style="long"/>
558 <number:text>:</number:text>
559 <number:seconds number:style="long"/>
560 </number:time-style>
561 <number:time-style style:name="N203">
562 <number:minutes number:style="long"/>
563 <number:text>:</number:text>
564 <number:seconds number:style="long" number:decimal-places="1"/>
565 </number:time-style>
566 <number:number-style style:name="N204">
567 <number:scientific-number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1" number:min-exponent-digits="1" loext:exponent-interval="3" loext:forced-exponent-sign="true"/>
568 </number:number-style>
569 <number:number-style style:name="N206P0" style:volatile="true">
570 <number:text>Yes</number:text>
571 </number:number-style>
572 <number:number-style style:name="N206P1" style:volatile="true">
573 <number:text>Yes</number:text>
574 </number:number-style>
575 <number:number-style style:name="N206">
576 <number:text>No</number:text>
577 <style:map style:condition="value()&gt;0" style:apply-style-name="N206P0"/>
578 <style:map style:condition="value()&lt;0" style:apply-style-name="N206P1"/>
579 </number:number-style>
580 <number:number-style style:name="N208P0" style:volatile="true">
581 <number:text>True</number:text>
582 </number:number-style>
583 <number:number-style style:name="N208P1" style:volatile="true">
584 <number:text>True</number:text>
585 </number:number-style>
586 <number:number-style style:name="N208">
587 <number:text>False</number:text>
588 <style:map style:condition="value()&gt;0" style:apply-style-name="N208P0"/>
589 <style:map style:condition="value()&lt;0" style:apply-style-name="N208P1"/>
590 </number:number-style>
591 <number:number-style style:name="N210P0" style:volatile="true">
592 <number:text>On</number:text>
593 </number:number-style>
594 <number:number-style style:name="N210P1" style:volatile="true">
595 <number:text>On</number:text>
596 </number:number-style>
597 <number:number-style style:name="N210">
598 <number:text>Off</number:text>
599 <style:map style:condition="value()&gt;0" style:apply-style-name="N210P0"/>
600 <style:map style:condition="value()&lt;0" style:apply-style-name="N210P1"/>
601 </number:number-style>
602 <number:currency-style style:name="N212P0" style:volatile="true">
603 <number:currency-symbol number:language="cs" number:country="CZ">¥€</number:currency-symbol>
604 <number:text> </number:text>
605 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="3">
606 <number:embedded-text number:position="5"> </number:embedded-text>
607 </number:number>
608 <number:text> </number:text>
609 </number:currency-style>
610 <number:currency-style style:name="N212">
611 <style:text-properties fo:color="#ff0000"/>
612 <number:text>(</number:text>
613 <number:currency-symbol number:language="cs" number:country="CZ"></number:currency-symbol>
614 <number:text> </number:text>
615 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="3">
616 <number:embedded-text number:position="5"> </number:embedded-text>
617 </number:number>
618 <number:text>)</number:text>
619 <style:map style:condition="value()&gt;=0" style:apply-style-name="N212P0"/>
620 </number:currency-style>
621 <number:currency-style style:name="N214P0" style:volatile="true">
622 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
623 <number:text> </number:text>
624 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
625 </number:currency-style>
626 <number:currency-style style:name="N214">
627 <style:text-properties fo:color="#ff0000"/>
628 <number:text>-</number:text>
629 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
630 <number:text> </number:text>
631 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
632 <style:map style:condition="value()&gt;=0" style:apply-style-name="N214P0"/>
633 </number:currency-style>
634 <number:number-style style:name="N216P0" style:volatile="true">
635 <number:text>$</number:text>
636 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
637 <number:text> </number:text>
638 </number:number-style>
639 <number:number-style style:name="N216">
640 <style:text-properties fo:color="#ff0000"/>
641 <number:text>($</number:text>
642 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
643 <number:text>)</number:text>
644 <style:map style:condition="value()&gt;=0" style:apply-style-name="N216P0"/>
645 </number:number-style>
646 <number:number-style style:name="N218P0" style:volatile="true">
647 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
648 <number:text></number:text>
649 </number:number-style>
650 <number:number-style style:name="N218">
651 <number:text>-</number:text>
652 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
653 <number:text></number:text>
654 <style:map style:condition="value()&gt;=0" style:apply-style-name="N218P0"/>
655 </number:number-style>
656 <number:number-style style:name="N219P0" style:volatile="true">
657 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
658 <number:text></number:text>
659 </number:number-style>
660 <number:number-style style:name="N219">
661 <style:text-properties fo:color="#ff0000"/>
662 <number:text>-</number:text>
663 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
664 <number:text></number:text>
665 <style:map style:condition="value()&gt;=0" style:apply-style-name="N219P0"/>
666 </number:number-style>
667 <number:number-style style:name="N220">
668 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
669 <number:text></number:text>
670 </number:number-style>
671 <number:number-style style:name="N221P0" style:volatile="true">
672 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
673 <number:text></number:text>
674 </number:number-style>
675 <number:number-style style:name="N221">
676 <number:text>-</number:text>
677 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
678 <number:text></number:text>
679 <style:map style:condition="value()&gt;=0" style:apply-style-name="N221P0"/>
680 </number:number-style>
681 <number:number-style style:name="N222P0" style:volatile="true">
682 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
683 <number:text></number:text>
684 </number:number-style>
685 <number:number-style style:name="N222">
686 <style:text-properties fo:color="#ff0000"/>
687 <number:text>-</number:text>
688 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
689 <number:text></number:text>
690 <style:map style:condition="value()&gt;=0" style:apply-style-name="N222P0"/>
691 </number:number-style>
692 <number:number-style style:name="N226P0" style:volatile="true">
693 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
694 <number:text> </number:text>
695 </number:number-style>
696 <number:number-style style:name="N226P1" style:volatile="true">
697 <number:text>-</number:text>
698 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
699 <number:text> </number:text>
700 </number:number-style>
701 <number:number-style style:name="N226P2" style:volatile="true">
702 <number:text> - </number:text>
703 </number:number-style>
704 <number:text-style style:name="N226">
705 <number:text-content/>
706 <number:text> </number:text>
707 <style:map style:condition="value()&gt;0" style:apply-style-name="N226P0"/>
708 <style:map style:condition="value()&lt;0" style:apply-style-name="N226P1"/>
709 <style:map style:condition="value()=0" style:apply-style-name="N226P2"/>
710 </number:text-style>
711 <number:number-style style:name="N230P0" style:volatile="true">
712 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
713 <number:text></number:text>
714 </number:number-style>
715 <number:number-style style:name="N230P1" style:volatile="true">
716 <number:text>-</number:text>
717 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
718 <number:text></number:text>
719 </number:number-style>
720 <number:number-style style:name="N230P2" style:volatile="true">
721 <number:text> - € </number:text>
722 </number:number-style>
723 <number:text-style style:name="N230">
724 <number:text-content/>
725 <number:text> </number:text>
726 <style:map style:condition="value()&gt;0" style:apply-style-name="N230P0"/>
727 <style:map style:condition="value()&lt;0" style:apply-style-name="N230P1"/>
728 <style:map style:condition="value()=0" style:apply-style-name="N230P2"/>
729 </number:text-style>
730 <number:number-style style:name="N234P0" style:volatile="true">
731 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
732 <number:text> </number:text>
733 </number:number-style>
734 <number:number-style style:name="N234P1" style:volatile="true">
735 <number:text>-</number:text>
736 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
737 <number:text> </number:text>
738 </number:number-style>
739 <number:number-style style:name="N234P2" style:volatile="true">
740 <number:text>-</number:text>
741 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
742 <number:text> </number:text>
743 </number:number-style>
744 <number:text-style style:name="N234">
745 <number:text-content/>
746 <number:text> </number:text>
747 <style:map style:condition="value()&gt;0" style:apply-style-name="N234P0"/>
748 <style:map style:condition="value()&lt;0" style:apply-style-name="N234P1"/>
749 <style:map style:condition="value()=0" style:apply-style-name="N234P2"/>
750 </number:text-style>
751 <number:number-style style:name="N238P0" style:volatile="true">
752 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
753 <number:text></number:text>
754 </number:number-style>
755 <number:number-style style:name="N238P1" style:volatile="true">
756 <number:text>-</number:text>
757 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
758 <number:text></number:text>
759 </number:number-style>
760 <number:number-style style:name="N238P2" style:volatile="true">
761 <number:text>-</number:text>
762 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
763 <number:text></number:text>
764 </number:number-style>
765 <number:text-style style:name="N238">
766 <number:text-content/>
767 <number:text> </number:text>
768 <style:map style:condition="value()&gt;0" style:apply-style-name="N238P0"/>
769 <style:map style:condition="value()&lt;0" style:apply-style-name="N238P1"/>
770 <style:map style:condition="value()=0" style:apply-style-name="N238P2"/>
771 </number:text-style>
772 <number:number-style style:name="N239">
773 <number:scientific-number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="3" number:min-exponent-digits="1" loext:exponent-interval="3" loext:forced-exponent-sign="true"/>
774 </number:number-style>
775 <number:number-style style:name="N241P0" style:volatile="true">
776 <number:text>$</number:text>
777 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
778 <number:text> </number:text>
779 </number:number-style>
780 <number:number-style style:name="N241">
781 <number:text>($</number:text>
782 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
783 <number:text>)</number:text>
784 <style:map style:condition="value()&gt;=0" style:apply-style-name="N241P0"/>
785 </number:number-style>
786 <number:number-style style:name="N242P0" style:volatile="true">
787 <number:text>$</number:text>
788 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
789 <number:text> </number:text>
790 </number:number-style>
791 <number:number-style style:name="N242">
792 <style:text-properties fo:color="#ff0000"/>
793 <number:text>($</number:text>
794 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
795 <number:text>)</number:text>
796 <style:map style:condition="value()&gt;=0" style:apply-style-name="N242P0"/>
797 </number:number-style>
798 <number:number-style style:name="N243P0" style:volatile="true">
799 <number:text>$</number:text>
800 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
801 <number:text> </number:text>
802 </number:number-style>
803 <number:number-style style:name="N243">
804 <number:text>($</number:text>
805 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
806 <number:text>)</number:text>
807 <style:map style:condition="value()&gt;=0" style:apply-style-name="N243P0"/>
808 </number:number-style>
809 <number:number-style style:name="N247P0" style:volatile="true">
810 <loext:fill-character> </loext:fill-character>
811 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
812 <number:text> </number:text>
813 </number:number-style>
814 <number:number-style style:name="N247P1" style:volatile="true">
815 <loext:fill-character> </loext:fill-character>
816 <number:text>(</number:text>
817 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
818 <number:text>)</number:text>
819 </number:number-style>
820 <number:number-style style:name="N247P2" style:volatile="true">
821 <loext:fill-character> </loext:fill-character>
822 <number:text>- </number:text>
823 </number:number-style>
824 <number:text-style style:name="N247">
825 <number:text-content/>
826 <number:text> </number:text>
827 <style:map style:condition="value()&gt;0" style:apply-style-name="N247P0"/>
828 <style:map style:condition="value()&lt;0" style:apply-style-name="N247P1"/>
829 <style:map style:condition="value()=0" style:apply-style-name="N247P2"/>
830 </number:text-style>
831 <number:number-style style:name="N251P0" style:volatile="true">
832 <loext:text> $</loext:text>
833 <loext:fill-character> </loext:fill-character>
834 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
835 <number:text> </number:text>
836 </number:number-style>
837 <number:number-style style:name="N251P1" style:volatile="true">
838 <loext:text> $</loext:text>
839 <loext:fill-character> </loext:fill-character>
840 <number:text>(</number:text>
841 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
842 <number:text>)</number:text>
843 </number:number-style>
844 <number:number-style style:name="N251P2" style:volatile="true">
845 <loext:text> $</loext:text>
846 <loext:fill-character> </loext:fill-character>
847 <number:text>- </number:text>
848 </number:number-style>
849 <number:text-style style:name="N251">
850 <number:text-content/>
851 <number:text> </number:text>
852 <style:map style:condition="value()&gt;0" style:apply-style-name="N251P0"/>
853 <style:map style:condition="value()&lt;0" style:apply-style-name="N251P1"/>
854 <style:map style:condition="value()=0" style:apply-style-name="N251P2"/>
855 </number:text-style>
856 <number:number-style style:name="N255P0" style:volatile="true">
857 <loext:text> $</loext:text>
858 <loext:fill-character> </loext:fill-character>
859 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
860 <number:text> </number:text>
861 </number:number-style>
862 <number:number-style style:name="N255P1" style:volatile="true">
863 <loext:text> $</loext:text>
864 <loext:fill-character> </loext:fill-character>
865 <number:text>(</number:text>
866 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
867 <number:text>)</number:text>
868 </number:number-style>
869 <number:number-style style:name="N255P2" style:volatile="true">
870 <loext:text> $</loext:text>
871 <loext:fill-character> </loext:fill-character>
872 <number:text>-</number:text>
873 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
874 <number:text> </number:text>
875 </number:number-style>
876 <number:text-style style:name="N255">
877 <number:text-content/>
878 <number:text> </number:text>
879 <style:map style:condition="value()&gt;0" style:apply-style-name="N255P0"/>
880 <style:map style:condition="value()&lt;0" style:apply-style-name="N255P1"/>
881 <style:map style:condition="value()=0" style:apply-style-name="N255P2"/>
882 </number:text-style>
883 <number:currency-style style:name="N257P0" style:volatile="true">
884 <number:currency-symbol></number:currency-symbol>
885 <number:text> </number:text>
886 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
887 <number:text> </number:text>
888 </number:currency-style>
889 <number:currency-style style:name="N257">
890 <style:text-properties fo:color="#ff0000"/>
891 <number:text>(</number:text>
892 <number:currency-symbol></number:currency-symbol>
893 <number:text> </number:text>
894 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
895 <number:text>)</number:text>
896 <style:map style:condition="value()&gt;=0" style:apply-style-name="N257P0"/>
897 </number:currency-style>
898 <number:number-style style:name="N259P0" style:volatile="true">
899 <number:text>\</number:text>
900 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
901 </number:number-style>
902 <number:number-style style:name="N259">
903 <number:text>\-</number:text>
904 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
905 <style:map style:condition="value()&gt;=0" style:apply-style-name="N259P0"/>
906 </number:number-style>
907 <number:number-style style:name="N260P0" style:volatile="true">
908 <number:text>\</number:text>
909 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
910 </number:number-style>
911 <number:number-style style:name="N260">
912 <style:text-properties fo:color="#ff0000"/>
913 <number:text>\-</number:text>
914 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
915 <style:map style:condition="value()&gt;=0" style:apply-style-name="N260P0"/>
916 </number:number-style>
917 <number:number-style style:name="N262P0" style:volatile="true">
918 <number:text>\</number:text>
919 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
920 </number:number-style>
921 <number:number-style style:name="N262">
922 <number:text>\-</number:text>
923 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
924 <style:map style:condition="value()&gt;=0" style:apply-style-name="N262P0"/>
925 </number:number-style>
926 <number:number-style style:name="N263P0" style:volatile="true">
927 <number:text>\</number:text>
928 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
929 </number:number-style>
930 <number:number-style style:name="N263">
931 <style:text-properties fo:color="#ff0000"/>
932 <number:text>\-</number:text>
933 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
934 <style:map style:condition="value()&gt;=0" style:apply-style-name="N263P0"/>
935 </number:number-style>
936 <number:number-style style:name="N267P0" style:volatile="true">
937 <loext:text> \</loext:text>
938 <loext:fill-character> </loext:fill-character>
939 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
940 <number:text> </number:text>
941 </number:number-style>
942 <number:number-style style:name="N267P1" style:volatile="true">
943 <loext:text> \</loext:text>
944 <loext:fill-character> </loext:fill-character>
945 <number:text>-</number:text>
946 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
947 <number:text> </number:text>
948 </number:number-style>
949 <number:number-style style:name="N267P2" style:volatile="true">
950 <loext:text> \</loext:text>
951 <loext:fill-character> </loext:fill-character>
952 <number:text>- </number:text>
953 </number:number-style>
954 <number:text-style style:name="N267">
955 <number:text-content/>
956 <number:text> </number:text>
957 <style:map style:condition="value()&gt;0" style:apply-style-name="N267P0"/>
958 <style:map style:condition="value()&lt;0" style:apply-style-name="N267P1"/>
959 <style:map style:condition="value()=0" style:apply-style-name="N267P2"/>
960 </number:text-style>
961 <number:number-style style:name="N269P0" style:volatile="true">
962 <loext:fill-character> </loext:fill-character>
963 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
964 <number:text> </number:text>
965 </number:number-style>
966 <number:number-style style:name="N269P1" style:volatile="true">
967 <loext:fill-character> </loext:fill-character>
968 <number:text>-</number:text>
969 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
970 <number:text> </number:text>
971 </number:number-style>
972 <number:number-style style:name="N269P2" style:volatile="true">
973 <loext:fill-character> </loext:fill-character>
974 <number:text>- </number:text>
975 </number:number-style>
976 <number:text-style style:name="N269">
977 <number:text-content/>
978 <number:text> </number:text>
979 <style:map style:condition="value()&gt;0" style:apply-style-name="N269P0"/>
980 <style:map style:condition="value()&lt;0" style:apply-style-name="N269P1"/>
981 <style:map style:condition="value()=0" style:apply-style-name="N269P2"/>
982 </number:text-style>
983 <number:number-style style:name="N273P0" style:volatile="true">
984 <loext:text> \</loext:text>
985 <loext:fill-character> </loext:fill-character>
986 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
987 <number:text> </number:text>
988 </number:number-style>
989 <number:number-style style:name="N273P1" style:volatile="true">
990 <loext:text> \</loext:text>
991 <loext:fill-character> </loext:fill-character>
992 <number:text>-</number:text>
993 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
994 <number:text> </number:text>
995 </number:number-style>
996 <number:number-style style:name="N273P2" style:volatile="true">
997 <loext:text> \</loext:text>
998 <loext:fill-character> </loext:fill-character>
999 <number:text>-</number:text>
1000 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
1001 <number:text> </number:text>
1002 </number:number-style>
1003 <number:text-style style:name="N273">
1004 <number:text-content/>
1005 <number:text> </number:text>
1006 <style:map style:condition="value()&gt;0" style:apply-style-name="N273P0"/>
1007 <style:map style:condition="value()&lt;0" style:apply-style-name="N273P1"/>
1008 <style:map style:condition="value()=0" style:apply-style-name="N273P2"/>
1009 </number:text-style>
1010 <number:number-style style:name="N275P0" style:volatile="true">
1011 <loext:fill-character> </loext:fill-character>
1012 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1013 <number:text> </number:text>
1014 </number:number-style>
1015 <number:number-style style:name="N275P1" style:volatile="true">
1016 <loext:fill-character> </loext:fill-character>
1017 <number:text>-</number:text>
1018 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1019 <number:text> </number:text>
1020 </number:number-style>
1021 <number:number-style style:name="N275P2" style:volatile="true">
1022 <loext:fill-character> </loext:fill-character>
1023 <number:text>-</number:text>
1024 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
1025 <number:text> </number:text>
1026 </number:number-style>
1027 <number:text-style style:name="N275">
1028 <number:text-content/>
1029 <number:text> </number:text>
1030 <style:map style:condition="value()&gt;0" style:apply-style-name="N275P0"/>
1031 <style:map style:condition="value()&lt;0" style:apply-style-name="N275P1"/>
1032 <style:map style:condition="value()=0" style:apply-style-name="N275P2"/>
1033 </number:text-style>
1034 <number:number-style style:name="N277P0" style:volatile="true">
1035 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1036 <number:text> </number:text>
1037 </number:number-style>
1038 <number:number-style style:name="N277">
1039 <number:text>-</number:text>
1040 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1041 <number:text> </number:text>
1042 <style:map style:condition="value()&gt;=0" style:apply-style-name="N277P0"/>
1043 </number:number-style>
1044 <number:number-style style:name="N278P0" style:volatile="true">
1045 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1046 <number:text> </number:text>
1047 </number:number-style>
1048 <number:number-style style:name="N278">
1049 <style:text-properties fo:color="#ff0000"/>
1050 <number:text>-</number:text>
1051 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1052 <number:text> </number:text>
1053 <style:map style:condition="value()&gt;=0" style:apply-style-name="N278P0"/>
1054 </number:number-style>
1055 <number:number-style style:name="N280P0" style:volatile="true">
1056 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1057 <number:text> </number:text>
1058 </number:number-style>
1059 <number:number-style style:name="N280">
1060 <number:text>-</number:text>
1061 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1062 <number:text> </number:text>
1063 <style:map style:condition="value()&gt;=0" style:apply-style-name="N280P0"/>
1064 </number:number-style>
1065 <number:number-style style:name="N281P0" style:volatile="true">
1066 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1067 <number:text> </number:text>
1068 </number:number-style>
1069 <number:number-style style:name="N281">
1070 <style:text-properties fo:color="#ff0000"/>
1071 <number:text>-</number:text>
1072 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1073 <number:text> </number:text>
1074 <style:map style:condition="value()&gt;=0" style:apply-style-name="N281P0"/>
1075 </number:number-style>
1076 <number:number-style style:name="N282">
1077 <number:scientific-number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1" number:min-exponent-digits="1" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
1078 </number:number-style>
1079 <number:number-style style:name="N286P0" style:volatile="true">
1080 <number:text> $</number:text>
1081 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1082 <number:text> </number:text>
1083 </number:number-style>
1084 <number:number-style style:name="N286P1" style:volatile="true">
1085 <number:text> $(</number:text>
1086 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1087 <number:text>)</number:text>
1088 </number:number-style>
1089 <number:number-style style:name="N286P2" style:volatile="true">
1090 <number:text> $- </number:text>
1091 </number:number-style>
1092 <number:text-style style:name="N286">
1093 <number:text-content/>
1094 <number:text> </number:text>
1095 <style:map style:condition="value()&gt;0" style:apply-style-name="N286P0"/>
1096 <style:map style:condition="value()&lt;0" style:apply-style-name="N286P1"/>
1097 <style:map style:condition="value()=0" style:apply-style-name="N286P2"/>
1098 </number:text-style>
1099 <number:number-style style:name="N289P0" style:volatile="true">
1100 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1101 <number:text> </number:text>
1102 </number:number-style>
1103 <number:number-style style:name="N289P1" style:volatile="true">
1104 <number:text> (</number:text>
1105 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1106 <number:text>)</number:text>
1107 </number:number-style>
1108 <number:number-style style:name="N289P2" style:volatile="true">
1109 <number:text> - </number:text>
1110 </number:number-style>
1111 <number:text-style style:name="N289">
1112 <number:text-content/>
1113 <number:text> </number:text>
1114 <style:map style:condition="value()&gt;0" style:apply-style-name="N289P0"/>
1115 <style:map style:condition="value()&lt;0" style:apply-style-name="N289P1"/>
1116 <style:map style:condition="value()=0" style:apply-style-name="N289P2"/>
1117 </number:text-style>
1118 <number:number-style style:name="N293P0" style:volatile="true">
1119 <number:text> $</number:text>
1120 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1121 <number:text> </number:text>
1122 </number:number-style>
1123 <number:number-style style:name="N293P1" style:volatile="true">
1124 <number:text> $(</number:text>
1125 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1126 <number:text>)</number:text>
1127 </number:number-style>
1128 <number:number-style style:name="N293P2" style:volatile="true">
1129 <number:text> $-</number:text>
1130 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
1131 <number:text> </number:text>
1132 </number:number-style>
1133 <number:text-style style:name="N293">
1134 <number:text-content/>
1135 <number:text> </number:text>
1136 <style:map style:condition="value()&gt;0" style:apply-style-name="N293P0"/>
1137 <style:map style:condition="value()&lt;0" style:apply-style-name="N293P1"/>
1138 <style:map style:condition="value()=0" style:apply-style-name="N293P2"/>
1139 </number:text-style>
1140 <number:number-style style:name="N296P0" style:volatile="true">
1141 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1142 <number:text> </number:text>
1143 </number:number-style>
1144 <number:number-style style:name="N296P1" style:volatile="true">
1145 <number:text> (</number:text>
1146 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1147 <number:text>)</number:text>
1148 </number:number-style>
1149 <number:number-style style:name="N296P2" style:volatile="true">
1150 <number:text>-</number:text>
1151 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
1152 <number:text> </number:text>
1153 </number:number-style>
1154 <number:text-style style:name="N296">
1155 <number:text-content/>
1156 <number:text> </number:text>
1157 <style:map style:condition="value()&gt;0" style:apply-style-name="N296P0"/>
1158 <style:map style:condition="value()&lt;0" style:apply-style-name="N296P1"/>
1159 <style:map style:condition="value()=0" style:apply-style-name="N296P2"/>
1160 </number:text-style>
1161 <number:percentage-style style:name="N297">
1162 <number:number number:decimal-places="14" loext:min-decimal-places="14" number:min-integer-digits="1"/>
1163 <number:text>%</number:text>
1164 </number:percentage-style>
1165 <number:percentage-style style:name="N298">
1166 <number:number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1"/>
1167 <number:text>%</number:text>
1168 </number:percentage-style>
1169 <number:percentage-style style:name="N299">
1170 <number:number number:decimal-places="3" loext:min-decimal-places="3" number:min-integer-digits="1"/>
1171 <number:text>%</number:text>
1172 </number:percentage-style>
1173 <number:percentage-style style:name="N300">
1174 <number:number number:decimal-places="4" loext:min-decimal-places="4" number:min-integer-digits="1"/>
1175 <number:text>%</number:text>
1176 </number:percentage-style>
1177 <number:percentage-style style:name="N301">
1178 <number:number number:decimal-places="5" loext:min-decimal-places="5" number:min-integer-digits="1"/>
1179 <number:text>%</number:text>
1180 </number:percentage-style>
1181 <number:percentage-style style:name="N302">
1182 <number:number number:decimal-places="6" loext:min-decimal-places="6" number:min-integer-digits="1"/>
1183 <number:text>%</number:text>
1184 </number:percentage-style>
1185 <number:percentage-style style:name="N303">
1186 <number:number number:decimal-places="7" loext:min-decimal-places="7" number:min-integer-digits="1"/>
1187 <number:text>%</number:text>
1188 </number:percentage-style>
1189 <number:percentage-style style:name="N304">
1190 <number:number number:decimal-places="8" loext:min-decimal-places="8" number:min-integer-digits="1"/>
1191 <number:text>%</number:text>
1192 </number:percentage-style>
1193 <number:percentage-style style:name="N305">
1194 <number:number number:decimal-places="9" loext:min-decimal-places="9" number:min-integer-digits="1"/>
1195 <number:text>%</number:text>
1196 </number:percentage-style>
1197 <number:percentage-style style:name="N306">
1198 <number:number number:decimal-places="10" loext:min-decimal-places="10" number:min-integer-digits="1"/>
1199 <number:text>%</number:text>
1200 </number:percentage-style>
1201 <number:currency-style style:name="N308P0" style:volatile="true">
1202 <number:number number:decimal-places="3" loext:min-decimal-places="3" number:min-integer-digits="1" number:grouping="true"/>
1203 <number:text> </number:text>
1204 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1205 </number:currency-style>
1206 <number:currency-style style:name="N308">
1207 <style:text-properties fo:color="#ff0000"/>
1208 <number:text>-</number:text>
1209 <number:number number:decimal-places="3" loext:min-decimal-places="3" number:min-integer-digits="1" number:grouping="true"/>
1210 <number:text> </number:text>
1211 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1212 <style:map style:condition="value()&gt;=0" style:apply-style-name="N308P0"/>
1213 </number:currency-style>
1214 <number:currency-style style:name="N310P0" style:volatile="true">
1215 <number:number number:decimal-places="4" loext:min-decimal-places="4" number:min-integer-digits="1" number:grouping="true"/>
1216 <number:text> </number:text>
1217 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1218 </number:currency-style>
1219 <number:currency-style style:name="N310">
1220 <style:text-properties fo:color="#ff0000"/>
1221 <number:text>-</number:text>
1222 <number:number number:decimal-places="4" loext:min-decimal-places="4" number:min-integer-digits="1" number:grouping="true"/>
1223 <number:text> </number:text>
1224 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1225 <style:map style:condition="value()&gt;=0" style:apply-style-name="N310P0"/>
1226 </number:currency-style>
1227 <number:currency-style style:name="N312P0" style:volatile="true">
1228 <number:number number:decimal-places="5" loext:min-decimal-places="5" number:min-integer-digits="1" number:grouping="true"/>
1229 <number:text> </number:text>
1230 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1231 </number:currency-style>
1232 <number:currency-style style:name="N312">
1233 <style:text-properties fo:color="#ff0000"/>
1234 <number:text>-</number:text>
1235 <number:number number:decimal-places="5" loext:min-decimal-places="5" number:min-integer-digits="1" number:grouping="true"/>
1236 <number:text> </number:text>
1237 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1238 <style:map style:condition="value()&gt;=0" style:apply-style-name="N312P0"/>
1239 </number:currency-style>
1240 <number:currency-style style:name="N314P0" style:volatile="true">
1241 <number:number number:decimal-places="6" loext:min-decimal-places="6" number:min-integer-digits="1" number:grouping="true"/>
1242 <number:text> </number:text>
1243 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1244 </number:currency-style>
1245 <number:currency-style style:name="N314">
1246 <style:text-properties fo:color="#ff0000"/>
1247 <number:text>-</number:text>
1248 <number:number number:decimal-places="6" loext:min-decimal-places="6" number:min-integer-digits="1" number:grouping="true"/>
1249 <number:text> </number:text>
1250 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1251 <style:map style:condition="value()&gt;=0" style:apply-style-name="N314P0"/>
1252 </number:currency-style>
1253 <number:currency-style style:name="N316P0" style:volatile="true">
1254 <number:number number:decimal-places="7" loext:min-decimal-places="7" number:min-integer-digits="1" number:grouping="true"/>
1255 <number:text> </number:text>
1256 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1257 </number:currency-style>
1258 <number:currency-style style:name="N316">
1259 <style:text-properties fo:color="#ff0000"/>
1260 <number:text>-</number:text>
1261 <number:number number:decimal-places="7" loext:min-decimal-places="7" number:min-integer-digits="1" number:grouping="true"/>
1262 <number:text> </number:text>
1263 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1264 <style:map style:condition="value()&gt;=0" style:apply-style-name="N316P0"/>
1265 </number:currency-style>
1266 <number:currency-style style:name="N318P0" style:volatile="true">
1267 <number:number number:decimal-places="8" loext:min-decimal-places="8" number:min-integer-digits="1" number:grouping="true"/>
1268 <number:text> </number:text>
1269 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1270 </number:currency-style>
1271 <number:currency-style style:name="N318">
1272 <style:text-properties fo:color="#ff0000"/>
1273 <number:text>-</number:text>
1274 <number:number number:decimal-places="8" loext:min-decimal-places="8" number:min-integer-digits="1" number:grouping="true"/>
1275 <number:text> </number:text>
1276 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1277 <style:map style:condition="value()&gt;=0" style:apply-style-name="N318P0"/>
1278 </number:currency-style>
1279 <number:currency-style style:name="N320P0" style:volatile="true">
1280 <number:number number:decimal-places="9" loext:min-decimal-places="9" number:min-integer-digits="1" number:grouping="true"/>
1281 <number:text> </number:text>
1282 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1283 </number:currency-style>
1284 <number:currency-style style:name="N320">
1285 <style:text-properties fo:color="#ff0000"/>
1286 <number:text>-</number:text>
1287 <number:number number:decimal-places="9" loext:min-decimal-places="9" number:min-integer-digits="1" number:grouping="true"/>
1288 <number:text> </number:text>
1289 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1290 <style:map style:condition="value()&gt;=0" style:apply-style-name="N320P0"/>
1291 </number:currency-style>
1292 <number:currency-style style:name="N322P0" style:volatile="true">
1293 <number:number number:decimal-places="10" loext:min-decimal-places="10" number:min-integer-digits="1" number:grouping="true"/>
1294 <number:text> </number:text>
1295 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1296 </number:currency-style>
1297 <number:currency-style style:name="N322">
1298 <style:text-properties fo:color="#ff0000"/>
1299 <number:text>-</number:text>
1300 <number:number number:decimal-places="10" loext:min-decimal-places="10" number:min-integer-digits="1" number:grouping="true"/>
1301 <number:text> </number:text>
1302 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1303 <style:map style:condition="value()&gt;=0" style:apply-style-name="N322P0"/>
1304 </number:currency-style>
1305 <number:currency-style style:name="N324P0" style:volatile="true">
1306 <number:number number:decimal-places="11" loext:min-decimal-places="11" number:min-integer-digits="1" number:grouping="true"/>
1307 <number:text> </number:text>
1308 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1309 </number:currency-style>
1310 <number:currency-style style:name="N324">
1311 <style:text-properties fo:color="#ff0000"/>
1312 <number:text>-</number:text>
1313 <number:number number:decimal-places="11" loext:min-decimal-places="11" number:min-integer-digits="1" number:grouping="true"/>
1314 <number:text> </number:text>
1315 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1316 <style:map style:condition="value()&gt;=0" style:apply-style-name="N324P0"/>
1317 </number:currency-style>
1318 <number:currency-style style:name="N326P0" style:volatile="true">
1319 <number:number number:decimal-places="12" loext:min-decimal-places="12" number:min-integer-digits="1" number:grouping="true"/>
1320 <number:text> </number:text>
1321 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1322 </number:currency-style>
1323 <number:currency-style style:name="N326">
1324 <style:text-properties fo:color="#ff0000"/>
1325 <number:text>-</number:text>
1326 <number:number number:decimal-places="12" loext:min-decimal-places="12" number:min-integer-digits="1" number:grouping="true"/>
1327 <number:text> </number:text>
1328 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1329 <style:map style:condition="value()&gt;=0" style:apply-style-name="N326P0"/>
1330 </number:currency-style>
1331 <number:currency-style style:name="N328P0" style:volatile="true">
1332 <number:number number:decimal-places="13" loext:min-decimal-places="13" number:min-integer-digits="1" number:grouping="true"/>
1333 <number:text> </number:text>
1334 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1335 </number:currency-style>
1336 <number:currency-style style:name="N328">
1337 <style:text-properties fo:color="#ff0000"/>
1338 <number:text>-</number:text>
1339 <number:number number:decimal-places="13" loext:min-decimal-places="13" number:min-integer-digits="1" number:grouping="true"/>
1340 <number:text> </number:text>
1341 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1342 <style:map style:condition="value()&gt;=0" style:apply-style-name="N328P0"/>
1343 </number:currency-style>
1344 <number:currency-style style:name="N330P0" style:volatile="true">
1345 <number:number number:decimal-places="14" loext:min-decimal-places="14" number:min-integer-digits="1" number:grouping="true"/>
1346 <number:text> </number:text>
1347 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1348 </number:currency-style>
1349 <number:currency-style style:name="N330">
1350 <style:text-properties fo:color="#ff0000"/>
1351 <number:text>-</number:text>
1352 <number:number number:decimal-places="14" loext:min-decimal-places="14" number:min-integer-digits="1" number:grouping="true"/>
1353 <number:text> </number:text>
1354 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1355 <style:map style:condition="value()&gt;=0" style:apply-style-name="N330P0"/>
1356 </number:currency-style>
1357 <number:currency-style style:name="N332P0" style:volatile="true">
1358 <number:number number:decimal-places="15" loext:min-decimal-places="15" number:min-integer-digits="1" number:grouping="true"/>
1359 <number:text> </number:text>
1360 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1361 </number:currency-style>
1362 <number:currency-style style:name="N332">
1363 <style:text-properties fo:color="#ff0000"/>
1364 <number:text>-</number:text>
1365 <number:number number:decimal-places="15" loext:min-decimal-places="15" number:min-integer-digits="1" number:grouping="true"/>
1366 <number:text> </number:text>
1367 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1368 <style:map style:condition="value()&gt;=0" style:apply-style-name="N332P0"/>
1369 </number:currency-style>
1370 <number:currency-style style:name="N334P0" style:volatile="true">
1371 <number:number number:decimal-places="16" loext:min-decimal-places="16" number:min-integer-digits="1" number:grouping="true"/>
1372 <number:text> </number:text>
1373 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1374 </number:currency-style>
1375 <number:currency-style style:name="N334">
1376 <style:text-properties fo:color="#ff0000"/>
1377 <number:text>-</number:text>
1378 <number:number number:decimal-places="16" loext:min-decimal-places="16" number:min-integer-digits="1" number:grouping="true"/>
1379 <number:text> </number:text>
1380 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1381 <style:map style:condition="value()&gt;=0" style:apply-style-name="N334P0"/>
1382 </number:currency-style>
1383 <number:currency-style style:name="N336P0" style:volatile="true">
1384 <number:number number:decimal-places="17" loext:min-decimal-places="17" number:min-integer-digits="1" number:grouping="true"/>
1385 <number:text> </number:text>
1386 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1387 </number:currency-style>
1388 <number:currency-style style:name="N336">
1389 <style:text-properties fo:color="#ff0000"/>
1390 <number:text>-</number:text>
1391 <number:number number:decimal-places="17" loext:min-decimal-places="17" number:min-integer-digits="1" number:grouping="true"/>
1392 <number:text> </number:text>
1393 <number:currency-symbol number:language="de" number:country="DE"></number:currency-symbol>
1394 <style:map style:condition="value()&gt;=0" style:apply-style-name="N336P0"/>
1395 </number:currency-style>
1396 <number:number-style style:name="N337">
1397 <number:number number:decimal-places="20" loext:min-decimal-places="20" number:min-integer-digits="1"/>
1398 </number:number-style>
1399 <number:percentage-style style:name="N338">
1400 <number:number number:decimal-places="15" loext:min-decimal-places="15" number:min-integer-digits="1"/>
1401 <number:text>%</number:text>
1402 </number:percentage-style>
1403 <number:percentage-style style:name="N339">
1404 <number:number number:decimal-places="16" loext:min-decimal-places="16" number:min-integer-digits="1"/>
1405 <number:text>%</number:text>
1406 </number:percentage-style>
1407 <number:percentage-style style:name="N340">
1408 <number:number number:decimal-places="17" loext:min-decimal-places="17" number:min-integer-digits="1"/>
1409 <number:text>%</number:text>
1410 </number:percentage-style>
1411 <number:percentage-style style:name="N341">
1412 <number:number number:decimal-places="18" loext:min-decimal-places="18" number:min-integer-digits="1"/>
1413 <number:text>%</number:text>
1414 </number:percentage-style>
1415 <number:percentage-style style:name="N342">
1416 <number:number number:decimal-places="19" loext:min-decimal-places="19" number:min-integer-digits="1"/>
1417 <number:text>%</number:text>
1418 </number:percentage-style>
1419 <number:percentage-style style:name="N343">
1420 <number:number number:decimal-places="20" loext:min-decimal-places="20" number:min-integer-digits="1"/>
1421 <number:text>%</number:text>
1422 </number:percentage-style>
1423 <number:number-style style:name="N344">
1424 <number:number number:decimal-places="19" loext:min-decimal-places="19" number:min-integer-digits="1"/>
1425 </number:number-style>
1426 <number:currency-style style:name="N346P0" style:volatile="true">
1427 <number:currency-symbol number:language="en" number:country="US">$</number:currency-symbol>
1428 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1429 </number:currency-style>
1430 <number:currency-style style:name="N346">
1431 <style:text-properties fo:color="#ff0000"/>
1432 <number:text>(</number:text>
1433 <number:currency-symbol number:language="en" number:country="US">$</number:currency-symbol>
1434 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1435 <number:text>)</number:text>
1436 <style:map style:condition="value()&gt;=0" style:apply-style-name="N346P0"/>
1437 </number:currency-style>
1438 <number:percentage-style style:name="N347">
1439 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
1440 <number:text>%</number:text>
1441 </number:percentage-style>
1442 <number:percentage-style style:name="N349P0" style:volatile="true">
1443 <number:number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1" number:grouping="true"/>
1444 <number:text>%</number:text>
1445 </number:percentage-style>
1446 <number:percentage-style style:name="N349">
1447 <style:text-properties fo:color="#ff0000"/>
1448 <number:text>-</number:text>
1449 <number:number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1" number:grouping="true"/>
1450 <number:text>%</number:text>
1451 <style:map style:condition="value()&gt;=0" style:apply-style-name="N349P0"/>
1452 </number:percentage-style>
1453 <number:number-style style:name="N350P0" style:volatile="true">
1454 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="0" number:grouping="true"/>
1455 </number:number-style>
1456 <number:number-style style:name="N350">
1457 <style:text-properties fo:color="#000000"/>
1458 <number:text>-</number:text>
1459 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="0" number:grouping="true"/>
1460 <style:map style:condition="value()&gt;=0" style:apply-style-name="N350P0"/>
1461 </number:number-style>
1462 <number:date-style style:name="N351">
1463 <number:day/>
1464 <number:text>-</number:text>
1465 <number:month number:textual="true"/>
1466 <number:text>-</number:text>
1467 <number:year/>
1468 </number:date-style>
1469 <number:currency-style style:name="N353P0" style:volatile="true">
1470 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
1471 <number:number number:decimal-places="3" loext:min-decimal-places="3" number:min-integer-digits="1" number:grouping="true"/>
1472 </number:currency-style>
1473 <number:currency-style style:name="N353">
1474 <style:text-properties fo:color="#ff0000"/>
1475 <number:text>-</number:text>
1476 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
1477 <number:number number:decimal-places="3" loext:min-decimal-places="3" number:min-integer-digits="1" number:grouping="true"/>
1478 <style:map style:condition="value()&gt;=0" style:apply-style-name="N353P0"/>
1479 </number:currency-style>
1480 <number:currency-style style:name="N355P0" style:volatile="true">
1481 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
1482 <number:number number:decimal-places="4" loext:min-decimal-places="4" number:min-integer-digits="1" number:grouping="true"/>
1483 </number:currency-style>
1484 <number:currency-style style:name="N355">
1485 <style:text-properties fo:color="#ff0000"/>
1486 <number:text>-</number:text>
1487 <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
1488 <number:number number:decimal-places="4" loext:min-decimal-places="4" number:min-integer-digits="1" number:grouping="true"/>
1489 <style:map style:condition="value()&gt;=0" style:apply-style-name="N355P0"/>
1490 </number:currency-style>
1491 <number:percentage-style style:name="N356P0" style:volatile="true">
1492 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1"/>
1493 <number:text>%</number:text>
1494 </number:percentage-style>
1495 <number:percentage-style style:name="N356">
1496 <style:text-properties fo:color="#ff0000"/>
1497 <number:text>-</number:text>
1498 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1"/>
1499 <number:text>%</number:text>
1500 <style:map style:condition="value()&gt;=0" style:apply-style-name="N356P0"/>
1501 </number:percentage-style>
1502 <number:number-style style:name="N358P0" style:volatile="true">
1503 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1504 <number:text> DM</number:text>
1505 </number:number-style>
1506 <number:number-style style:name="N358">
1507 <number:text>-</number:text>
1508 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1509 <number:text> DM</number:text>
1510 <style:map style:condition="value()&gt;=0" style:apply-style-name="N358P0"/>
1511 </number:number-style>
1512 <number:number-style style:name="N359P0" style:volatile="true">
1513 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1514 <number:text> DM</number:text>
1515 </number:number-style>
1516 <number:number-style style:name="N359">
1517 <style:text-properties fo:color="#ff0000"/>
1518 <number:text>-</number:text>
1519 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1520 <number:text> DM</number:text>
1521 <style:map style:condition="value()&gt;=0" style:apply-style-name="N359P0"/>
1522 </number:number-style>
1523 <number:number-style style:name="N361P0" style:volatile="true">
1524 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1525 <number:text> DM</number:text>
1526 </number:number-style>
1527 <number:number-style style:name="N361">
1528 <number:text>-</number:text>
1529 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1530 <number:text> DM</number:text>
1531 <style:map style:condition="value()&gt;=0" style:apply-style-name="N361P0"/>
1532 </number:number-style>
1533 <number:number-style style:name="N362P0" style:volatile="true">
1534 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1535 <number:text> DM</number:text>
1536 </number:number-style>
1537 <number:number-style style:name="N362">
1538 <style:text-properties fo:color="#ff0000"/>
1539 <number:text>-</number:text>
1540 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1541 <number:text> DM</number:text>
1542 <style:map style:condition="value()&gt;=0" style:apply-style-name="N362P0"/>
1543 </number:number-style>
1544 <number:number-style style:name="N366P0" style:volatile="true">
1545 <loext:fill-character> </loext:fill-character>
1546 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1547 <number:text> </number:text>
1548 </number:number-style>
1549 <number:number-style style:name="N366P1" style:volatile="true">
1550 <loext:text>-</loext:text>
1551 <loext:fill-character> </loext:fill-character>
1552 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1553 <number:text> </number:text>
1554 </number:number-style>
1555 <number:number-style style:name="N366P2" style:volatile="true">
1556 <loext:fill-character> </loext:fill-character>
1557 <number:text>- </number:text>
1558 </number:number-style>
1559 <number:text-style style:name="N366">
1560 <number:text-content/>
1561 <number:text> </number:text>
1562 <style:map style:condition="value()&gt;0" style:apply-style-name="N366P0"/>
1563 <style:map style:condition="value()&lt;0" style:apply-style-name="N366P1"/>
1564 <style:map style:condition="value()=0" style:apply-style-name="N366P2"/>
1565 </number:text-style>
1566 <number:number-style style:name="N370P0" style:volatile="true">
1567 <loext:fill-character> </loext:fill-character>
1568 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1569 <number:text> DM </number:text>
1570 </number:number-style>
1571 <number:number-style style:name="N370P1" style:volatile="true">
1572 <loext:text>-</loext:text>
1573 <loext:fill-character> </loext:fill-character>
1574 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1575 <number:text> DM </number:text>
1576 </number:number-style>
1577 <number:number-style style:name="N370P2" style:volatile="true">
1578 <loext:fill-character> </loext:fill-character>
1579 <number:text>- DM </number:text>
1580 </number:number-style>
1581 <number:text-style style:name="N370">
1582 <number:text-content/>
1583 <number:text> </number:text>
1584 <style:map style:condition="value()&gt;0" style:apply-style-name="N370P0"/>
1585 <style:map style:condition="value()&lt;0" style:apply-style-name="N370P1"/>
1586 <style:map style:condition="value()=0" style:apply-style-name="N370P2"/>
1587 </number:text-style>
1588 <number:number-style style:name="N374P0" style:volatile="true">
1589 <loext:fill-character> </loext:fill-character>
1590 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1591 <number:text> </number:text>
1592 </number:number-style>
1593 <number:number-style style:name="N374P1" style:volatile="true">
1594 <loext:text>-</loext:text>
1595 <loext:fill-character> </loext:fill-character>
1596 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1597 <number:text> </number:text>
1598 </number:number-style>
1599 <number:number-style style:name="N374P2" style:volatile="true">
1600 <loext:fill-character> </loext:fill-character>
1601 <number:text>-</number:text>
1602 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
1603 <number:text> </number:text>
1604 </number:number-style>
1605 <number:text-style style:name="N374">
1606 <number:text-content/>
1607 <number:text> </number:text>
1608 <style:map style:condition="value()&gt;0" style:apply-style-name="N374P0"/>
1609 <style:map style:condition="value()&lt;0" style:apply-style-name="N374P1"/>
1610 <style:map style:condition="value()=0" style:apply-style-name="N374P2"/>
1611 </number:text-style>
1612 <number:number-style style:name="N378P0" style:volatile="true">
1613 <loext:fill-character> </loext:fill-character>
1614 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1615 <number:text> DM </number:text>
1616 </number:number-style>
1617 <number:number-style style:name="N378P1" style:volatile="true">
1618 <loext:text>-</loext:text>
1619 <loext:fill-character> </loext:fill-character>
1620 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1621 <number:text> DM </number:text>
1622 </number:number-style>
1623 <number:number-style style:name="N378P2" style:volatile="true">
1624 <loext:fill-character> </loext:fill-character>
1625 <number:text>-</number:text>
1626 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
1627 <number:text> DM </number:text>
1628 </number:number-style>
1629 <number:text-style style:name="N378">
1630 <number:text-content/>
1631 <number:text> </number:text>
1632 <style:map style:condition="value()&gt;0" style:apply-style-name="N378P0"/>
1633 <style:map style:condition="value()&lt;0" style:apply-style-name="N378P1"/>
1634 <style:map style:condition="value()=0" style:apply-style-name="N378P2"/>
1635 </number:text-style>
1636 <number:text-style style:name="N379">
1637 <number:text>Ouch! - </number:text>
1638 <number:text-content/>
1639 <number:text> - Error detected!</number:text>
1640 </number:text-style>
1641 <number:text-style style:name="N380">
1642 <number:text-content/>
1643 <number:text> - Result=0 - No Errordetection</number:text>
1644 </number:text-style>
1645 <number:date-style style:name="N381">
1646 <number:day number:style="long"/>
1647 <number:text>/</number:text>
1648 <number:month number:style="long"/>
1649 <number:text>/</number:text>
1650 <number:year/>
1651 </number:date-style>
1652 <number:date-style style:name="N382">
1653 <number:day/>
1654 <number:text>/</number:text>
1655 <number:month/>
1656 <number:text>/</number:text>
1657 <number:year/>
1658 </number:date-style>
1659 <number:number-style style:name="N383">
1660 <number:scientific-number number:decimal-places="8" loext:min-decimal-places="8" number:min-integer-digits="1" number:min-exponent-digits="3" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
1661 </number:number-style>
1662 <number:number-style style:name="N384">
1663 <number:scientific-number number:decimal-places="16" loext:min-decimal-places="16" number:min-integer-digits="1" number:min-exponent-digits="3" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
1664 </number:number-style>
1665 <number:number-style style:name="N385">
1666 <number:scientific-number number:decimal-places="15" loext:min-decimal-places="15" number:min-integer-digits="1" number:min-exponent-digits="3" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
1667 </number:number-style>
1668 <number:number-style style:name="N387P0" style:volatile="true">
1669 <number:text>£</number:text>
1670 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1671 </number:number-style>
1672 <number:number-style style:name="N387">
1673 <number:text></number:text>
1674 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1675 <style:map style:condition="value()&gt;=0" style:apply-style-name="N387P0"/>
1676 </number:number-style>
1677 <number:number-style style:name="N388P0" style:volatile="true">
1678 <number:text>£</number:text>
1679 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1680 </number:number-style>
1681 <number:number-style style:name="N388">
1682 <style:text-properties fo:color="#ff0000"/>
1683 <number:text></number:text>
1684 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1685 <style:map style:condition="value()&gt;=0" style:apply-style-name="N388P0"/>
1686 </number:number-style>
1687 <number:number-style style:name="N390P0" style:volatile="true">
1688 <number:text>£</number:text>
1689 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1690 </number:number-style>
1691 <number:number-style style:name="N390">
1692 <number:text></number:text>
1693 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1694 <style:map style:condition="value()&gt;=0" style:apply-style-name="N390P0"/>
1695 </number:number-style>
1696 <number:number-style style:name="N391P0" style:volatile="true">
1697 <number:text>£</number:text>
1698 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1699 </number:number-style>
1700 <number:number-style style:name="N391">
1701 <style:text-properties fo:color="#ff0000"/>
1702 <number:text></number:text>
1703 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1704 <style:map style:condition="value()&gt;=0" style:apply-style-name="N391P0"/>
1705 </number:number-style>
1706 <number:number-style style:name="N393P0" style:volatile="true">
1707 <loext:fill-character> </loext:fill-character>
1708 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1709 <number:text> </number:text>
1710 </number:number-style>
1711 <number:number-style style:name="N393P1" style:volatile="true">
1712 <loext:text>-</loext:text>
1713 <loext:fill-character> </loext:fill-character>
1714 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1715 <number:text> </number:text>
1716 </number:number-style>
1717 <number:number-style style:name="N393P2" style:volatile="true">
1718 <loext:fill-character> </loext:fill-character>
1719 <number:text>- </number:text>
1720 </number:number-style>
1721 <number:text-style style:name="N393">
1722 <number:text-content/>
1723 <number:text> </number:text>
1724 <style:map style:condition="value()&gt;0" style:apply-style-name="N393P0"/>
1725 <style:map style:condition="value()&lt;0" style:apply-style-name="N393P1"/>
1726 <style:map style:condition="value()=0" style:apply-style-name="N393P2"/>
1727 </number:text-style>
1728 <number:number-style style:name="N397P0" style:volatile="true">
1729 <loext:text> £</loext:text>
1730 <loext:fill-character> </loext:fill-character>
1731 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1732 <number:text> </number:text>
1733 </number:number-style>
1734 <number:number-style style:name="N397P1" style:volatile="true">
1735 <loext:text></loext:text>
1736 <loext:fill-character> </loext:fill-character>
1737 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1738 <number:text> </number:text>
1739 </number:number-style>
1740 <number:number-style style:name="N397P2" style:volatile="true">
1741 <loext:text> £</loext:text>
1742 <loext:fill-character> </loext:fill-character>
1743 <number:text>- </number:text>
1744 </number:number-style>
1745 <number:text-style style:name="N397">
1746 <number:text-content/>
1747 <number:text> </number:text>
1748 <style:map style:condition="value()&gt;0" style:apply-style-name="N397P0"/>
1749 <style:map style:condition="value()&lt;0" style:apply-style-name="N397P1"/>
1750 <style:map style:condition="value()=0" style:apply-style-name="N397P2"/>
1751 </number:text-style>
1752 <number:number-style style:name="N399P0" style:volatile="true">
1753 <loext:fill-character> </loext:fill-character>
1754 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1755 <number:text> </number:text>
1756 </number:number-style>
1757 <number:number-style style:name="N399P1" style:volatile="true">
1758 <loext:text>-</loext:text>
1759 <loext:fill-character> </loext:fill-character>
1760 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1761 <number:text> </number:text>
1762 </number:number-style>
1763 <number:number-style style:name="N399P2" style:volatile="true">
1764 <loext:fill-character> </loext:fill-character>
1765 <number:text>-</number:text>
1766 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
1767 <number:text> </number:text>
1768 </number:number-style>
1769 <number:text-style style:name="N399">
1770 <number:text-content/>
1771 <number:text> </number:text>
1772 <style:map style:condition="value()&gt;0" style:apply-style-name="N399P0"/>
1773 <style:map style:condition="value()&lt;0" style:apply-style-name="N399P1"/>
1774 <style:map style:condition="value()=0" style:apply-style-name="N399P2"/>
1775 </number:text-style>
1776 <number:number-style style:name="N403P0" style:volatile="true">
1777 <loext:text> £</loext:text>
1778 <loext:fill-character> </loext:fill-character>
1779 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1780 <number:text> </number:text>
1781 </number:number-style>
1782 <number:number-style style:name="N403P1" style:volatile="true">
1783 <loext:text></loext:text>
1784 <loext:fill-character> </loext:fill-character>
1785 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1786 <number:text> </number:text>
1787 </number:number-style>
1788 <number:number-style style:name="N403P2" style:volatile="true">
1789 <loext:text> £</loext:text>
1790 <loext:fill-character> </loext:fill-character>
1791 <number:text>-</number:text>
1792 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
1793 <number:text> </number:text>
1794 </number:number-style>
1795 <number:text-style style:name="N403">
1796 <number:text-content/>
1797 <number:text> </number:text>
1798 <style:map style:condition="value()&gt;0" style:apply-style-name="N403P0"/>
1799 <style:map style:condition="value()&lt;0" style:apply-style-name="N403P1"/>
1800 <style:map style:condition="value()=0" style:apply-style-name="N403P2"/>
1801 </number:text-style>
1802 <number:currency-style style:name="N405P0" style:volatile="true">
1803 <number:currency-symbol number:language="ja" number:country="JP"></number:currency-symbol>
1804 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1805 </number:currency-style>
1806 <number:currency-style style:name="N405">
1807 <style:text-properties fo:color="#ff0000"/>
1808 <number:text>-</number:text>
1809 <number:currency-symbol number:language="ja" number:country="JP"></number:currency-symbol>
1810 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1811 <style:map style:condition="value()&gt;=0" style:apply-style-name="N405P0"/>
1812 </number:currency-style>
1813 <number:currency-style style:name="N407P0" style:volatile="true">
1814 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1815 <number:text> </number:text>
1816 <number:currency-symbol number:language="de" number:country="DE">DM</number:currency-symbol>
1817 </number:currency-style>
1818 <number:currency-style style:name="N407">
1819 <number:text>-</number:text>
1820 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1821 <number:text> </number:text>
1822 <number:currency-symbol number:language="de" number:country="DE">DM</number:currency-symbol>
1823 <style:map style:condition="value()&gt;=0" style:apply-style-name="N407P0"/>
1824 </number:currency-style>
1825 <number:currency-style style:name="N409P0" style:volatile="true">
1826 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1827 <number:text> </number:text>
1828 <number:currency-symbol number:language="de" number:country="DE">DM</number:currency-symbol>
1829 </number:currency-style>
1830 <number:currency-style style:name="N409">
1831 <number:text>-</number:text>
1832 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1833 <number:text> </number:text>
1834 <number:currency-symbol number:language="de" number:country="DE">DM</number:currency-symbol>
1835 <style:map style:condition="value()&gt;=0" style:apply-style-name="N409P0"/>
1836 </number:currency-style>
1837 <number:currency-style style:name="N410P0" style:volatile="true">
1838 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1839 <number:text> </number:text>
1840 <number:currency-symbol number:language="de" number:country="DE">DM</number:currency-symbol>
1841 </number:currency-style>
1842 <number:currency-style style:name="N410">
1843 <style:text-properties fo:color="#ff0000"/>
1844 <number:text>-</number:text>
1845 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1846 <number:text> </number:text>
1847 <number:currency-symbol number:language="de" number:country="DE">DM</number:currency-symbol>
1848 <style:map style:condition="value()&gt;=0" style:apply-style-name="N410P0"/>
1849 </number:currency-style>
1850 <number:currency-style style:name="N411P0" style:volatile="true">
1851 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1852 <number:text> </number:text>
1853 <number:currency-symbol number:language="de" number:country="DE">DM</number:currency-symbol>
1854 </number:currency-style>
1855 <number:currency-style style:name="N411">
1856 <style:text-properties fo:color="#ff0000"/>
1857 <number:text>-</number:text>
1858 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1859 <number:text> </number:text>
1860 <number:currency-symbol number:language="de" number:country="DE">DM</number:currency-symbol>
1861 <style:map style:condition="value()&gt;=0" style:apply-style-name="N411P0"/>
1862 </number:currency-style>
1863 <number:currency-style style:name="N413P0" style:volatile="true">
1864 <number:number number:decimal-places="2" loext:min-decimal-places="0" number:min-integer-digits="1" number:decimal-replacement="--" number:grouping="true"/>
1865 <number:text> </number:text>
1866 <number:currency-symbol number:language="de" number:country="DE">DM</number:currency-symbol>
1867 </number:currency-style>
1868 <number:currency-style style:name="N413">
1869 <style:text-properties fo:color="#ff0000"/>
1870 <number:text>-</number:text>
1871 <number:number number:decimal-places="2" loext:min-decimal-places="0" number:min-integer-digits="1" number:decimal-replacement="--" number:grouping="true"/>
1872 <number:text> </number:text>
1873 <number:currency-symbol number:language="de" number:country="DE">DM</number:currency-symbol>
1874 <style:map style:condition="value()&gt;=0" style:apply-style-name="N413P0"/>
1875 </number:currency-style>
1876 <number:currency-style style:name="N415P0" style:volatile="true">
1877 <number:currency-symbol number:language="nl" number:country="NL"></number:currency-symbol>
1878 <number:text> </number:text>
1879 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1880 </number:currency-style>
1881 <number:currency-style style:name="N415">
1882 <style:text-properties fo:color="#ff0000"/>
1883 <number:currency-symbol number:language="nl" number:country="NL"></number:currency-symbol>
1884 <number:text> </number:text>
1885 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1886 <number:text>-</number:text>
1887 <style:map style:condition="value()&gt;=0" style:apply-style-name="N415P0"/>
1888 </number:currency-style>
1889 <number:date-style style:name="N416">
1890 <number:seconds/>
1891 <number:text>tan</number:text>
1892 <number:day/>
1893 <number:text>aa</number:text>
1894 <number:year number:style="long"/>
1895 <number:day/>
1896 </number:date-style>
1897 <number:number-style style:name="N417">
1898 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="3" number:grouping="true"/>
1899 </number:number-style>
1900 <number:number-style style:name="N418">
1901 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="0">
1902 <number:embedded-text number:position="3"> </number:embedded-text>
1903 </number:number>
1904 </number:number-style>
1905 <number:number-style style:name="N419">
1906 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="0">
1907 <number:embedded-text number:position="6"> </number:embedded-text>
1908 <number:embedded-text number:position="3"> </number:embedded-text>
1909 </number:number>
1910 </number:number-style>
1911 <number:number-style style:name="N420">
1912 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0">
1913 <number:embedded-text number:position="6"> </number:embedded-text>
1914 <number:embedded-text number:position="3"> </number:embedded-text>
1915 </number:number>
1916 </number:number-style>
1917 <number:date-style style:name="N421">
1918 <number:quarter/>
1919 <number:text> </number:text>
1920 <number:year number:style="long"/>
1921 </number:date-style>
1922 <number:number-style style:name="N422">
1923 <number:scientific-number number:decimal-places="15" loext:min-decimal-places="15" number:min-integer-digits="1" number:min-exponent-digits="2" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
1924 </number:number-style>
1925 <number:currency-style style:name="N424P0" style:volatile="true">
1926 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1927 <number:text> </number:text>
1928 <number:currency-symbol number:language="pl" number:country="PL"></number:currency-symbol>
1929 </number:currency-style>
1930 <number:currency-style style:name="N424">
1931 <style:text-properties fo:color="#ff0000"/>
1932 <number:text>-</number:text>
1933 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1934 <number:text> </number:text>
1935 <number:currency-symbol number:language="pl" number:country="PL"></number:currency-symbol>
1936 <style:map style:condition="value()&gt;=0" style:apply-style-name="N424P0"/>
1937 </number:currency-style>
1938 <number:date-style style:name="N425">
1939 <number:month number:textual="true"/>
1940 <number:text> </number:text>
1941 <number:year number:style="long"/>
1942 </number:date-style>
1943 <number:number-style style:name="N426P0" style:volatile="true">
1944 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1"/>
1945 </number:number-style>
1946 <number:number-style style:name="N426">
1947 <style:text-properties fo:color="#ff0000"/>
1948 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1"/>
1949 <style:map style:condition="value()&gt;=0" style:apply-style-name="N426P0"/>
1950 </number:number-style>
1951 <number:number-style style:name="N427">
1952 <number:scientific-number number:decimal-places="16" loext:min-decimal-places="16" number:min-integer-digits="1" number:min-exponent-digits="2" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
1953 </number:number-style>
1954 <number:number-style style:name="N429P0" style:volatile="true">
1955 <number:number number:decimal-places="16" loext:min-decimal-places="16" number:min-integer-digits="1" number:grouping="true"/>
1956 <number:text></number:text>
1957 </number:number-style>
1958 <number:number-style style:name="N429">
1959 <style:text-properties fo:color="#ff0000"/>
1960 <number:text>-</number:text>
1961 <number:number number:decimal-places="16" loext:min-decimal-places="16" number:min-integer-digits="1" number:grouping="true"/>
1962 <number:text></number:text>
1963 <style:map style:condition="value()&gt;=0" style:apply-style-name="N429P0"/>
1964 </number:number-style>
1965 <number:time-style style:name="N430">
1966 <number:hours/>
1967 <number:text>:</number:text>
1968 <number:minutes number:style="long"/>
1969 <number:text>:</number:text>
1970 <number:seconds number:style="long"/>
1971 <number:text> </number:text>
1972 <number:am-pm/>
1973 </number:time-style>
1974 <number:time-style style:name="N431">
1975 <number:hours number:style="long"/>
1976 <number:text>:</number:text>
1977 <number:minutes number:style="long"/>
1978 <number:text>:</number:text>
1979 <number:seconds number:style="long" number:decimal-places="1"/>
1980 </number:time-style>
1981 <number:currency-style style:name="N433P0" style:volatile="true">
1982 <number:currency-symbol></number:currency-symbol>
1983 <number:text> </number:text>
1984 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1985 </number:currency-style>
1986 <number:currency-style style:name="N433">
1987 <style:text-properties fo:color="#ff0000"/>
1988 <number:text>-</number:text>
1989 <number:currency-symbol></number:currency-symbol>
1990 <number:text> </number:text>
1991 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
1992 <style:map style:condition="value()&gt;=0" style:apply-style-name="N433P0"/>
1993 </number:currency-style>
1994 <number:currency-style style:name="N435P0" style:volatile="true">
1995 <number:currency-symbol></number:currency-symbol>
1996 <number:text> </number:text>
1997 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
1998 </number:currency-style>
1999 <number:currency-style style:name="N435">
2000 <style:text-properties fo:color="#ff0000"/>
2001 <number:text>-</number:text>
2002 <number:currency-symbol></number:currency-symbol>
2003 <number:text> </number:text>
2004 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2005 <style:map style:condition="value()&gt;=0" style:apply-style-name="N435P0"/>
2006 </number:currency-style>
2007 <number:number-style style:name="N436">
2008 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="12"/>
2009 </number:number-style>
2010 <number:number-style style:name="N437">
2011 <number:scientific-number number:decimal-places="6" loext:min-decimal-places="6" number:min-integer-digits="1" number:min-exponent-digits="3" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
2012 </number:number-style>
2013 <number:number-style style:name="N438">
2014 <number:scientific-number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1" number:min-exponent-digits="3" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
2015 </number:number-style>
2016 <number:number-style style:name="N439">
2017 <number:scientific-number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:min-exponent-digits="3" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
2018 </number:number-style>
2019 <number:number-style style:name="N440">
2020 <number:scientific-number number:decimal-places="14" loext:min-decimal-places="14" number:min-integer-digits="1" number:min-exponent-digits="2" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
2021 </number:number-style>
2022 <number:number-style style:name="N444P0" style:volatile="true">
2023 <loext:text> </loext:text>
2024 <loext:fill-character> </loext:fill-character>
2025 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2026 <number:text> </number:text>
2027 </number:number-style>
2028 <number:number-style style:name="N444P1" style:volatile="true">
2029 <loext:text> </loext:text>
2030 <loext:fill-character> </loext:fill-character>
2031 <number:text>(</number:text>
2032 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2033 <number:text>)</number:text>
2034 </number:number-style>
2035 <number:number-style style:name="N444P2" style:volatile="true">
2036 <loext:text> </loext:text>
2037 <loext:fill-character> </loext:fill-character>
2038 <number:text>- </number:text>
2039 </number:number-style>
2040 <number:text-style style:name="N444">
2041 <number:text> </number:text>
2042 <number:text-content/>
2043 <number:text> </number:text>
2044 <style:map style:condition="value()&gt;0" style:apply-style-name="N444P0"/>
2045 <style:map style:condition="value()&lt;0" style:apply-style-name="N444P1"/>
2046 <style:map style:condition="value()=0" style:apply-style-name="N444P2"/>
2047 </number:text-style>
2048 <number:number-style style:name="N445P0" style:volatile="true">
2049 <loext:text> $</loext:text>
2050 <loext:fill-character> </loext:fill-character>
2051 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2052 <number:text> </number:text>
2053 </number:number-style>
2054 <number:number-style style:name="N445P1" style:volatile="true">
2055 <loext:text> $</loext:text>
2056 <loext:fill-character> </loext:fill-character>
2057 <number:text>(</number:text>
2058 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2059 <number:text>)</number:text>
2060 </number:number-style>
2061 <number:number-style style:name="N445P2" style:volatile="true">
2062 <loext:text> $</loext:text>
2063 <loext:fill-character> </loext:fill-character>
2064 <number:text>- </number:text>
2065 </number:number-style>
2066 <number:text-style style:name="N445">
2067 <number:text> </number:text>
2068 <number:text-content/>
2069 <number:text> </number:text>
2070 <style:map style:condition="value()&gt;0" style:apply-style-name="N445P0"/>
2071 <style:map style:condition="value()&lt;0" style:apply-style-name="N445P1"/>
2072 <style:map style:condition="value()=0" style:apply-style-name="N445P2"/>
2073 </number:text-style>
2074 <number:number-style style:name="N449P0" style:volatile="true">
2075 <loext:text> </loext:text>
2076 <loext:fill-character> </loext:fill-character>
2077 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2078 <number:text> </number:text>
2079 </number:number-style>
2080 <number:number-style style:name="N449P1" style:volatile="true">
2081 <loext:text> </loext:text>
2082 <loext:fill-character> </loext:fill-character>
2083 <number:text>(</number:text>
2084 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2085 <number:text>)</number:text>
2086 </number:number-style>
2087 <number:number-style style:name="N449P2" style:volatile="true">
2088 <loext:text> </loext:text>
2089 <loext:fill-character> </loext:fill-character>
2090 <number:text>-</number:text>
2091 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
2092 <number:text> </number:text>
2093 </number:number-style>
2094 <number:text-style style:name="N449">
2095 <number:text> </number:text>
2096 <number:text-content/>
2097 <number:text> </number:text>
2098 <style:map style:condition="value()&gt;0" style:apply-style-name="N449P0"/>
2099 <style:map style:condition="value()&lt;0" style:apply-style-name="N449P1"/>
2100 <style:map style:condition="value()=0" style:apply-style-name="N449P2"/>
2101 </number:text-style>
2102 <number:number-style style:name="N450P0" style:volatile="true">
2103 <loext:text> $</loext:text>
2104 <loext:fill-character> </loext:fill-character>
2105 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2106 <number:text> </number:text>
2107 </number:number-style>
2108 <number:number-style style:name="N450P1" style:volatile="true">
2109 <loext:text> $</loext:text>
2110 <loext:fill-character> </loext:fill-character>
2111 <number:text>(</number:text>
2112 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2113 <number:text>)</number:text>
2114 </number:number-style>
2115 <number:number-style style:name="N450P2" style:volatile="true">
2116 <loext:text> $</loext:text>
2117 <loext:fill-character> </loext:fill-character>
2118 <number:text>-</number:text>
2119 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
2120 <number:text> </number:text>
2121 </number:number-style>
2122 <number:text-style style:name="N450">
2123 <number:text> </number:text>
2124 <number:text-content/>
2125 <number:text> </number:text>
2126 <style:map style:condition="value()&gt;0" style:apply-style-name="N450P0"/>
2127 <style:map style:condition="value()&lt;0" style:apply-style-name="N450P1"/>
2128 <style:map style:condition="value()=0" style:apply-style-name="N450P2"/>
2129 </number:text-style>
2130 <number:currency-style style:name="N452P0" style:volatile="true">
2131 <number:currency-symbol number:language="en" number:country="US"></number:currency-symbol>
2132 <number:text> </number:text>
2133 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2134 <number:text> </number:text>
2135 </number:currency-style>
2136 <number:currency-style style:name="N452">
2137 <style:text-properties fo:color="#ff0000"/>
2138 <number:text>(</number:text>
2139 <number:currency-symbol number:language="en" number:country="US"></number:currency-symbol>
2140 <number:text> </number:text>
2141 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2142 <number:text>)</number:text>
2143 <style:map style:condition="value()&gt;=0" style:apply-style-name="N452P0"/>
2144 </number:currency-style>
2145 <number:number-style style:name="N454P0" style:volatile="true">
2146 <style:text-properties fo:color="#0000ff"/>
2147 <number:text>ok</number:text>
2148 </number:number-style>
2149 <number:number-style style:name="N454">
2150 <style:text-properties fo:color="#ff0000"/>
2151 <number:text>ERR!</number:text>
2152 <style:map style:condition="value()!=0" style:apply-style-name="N454P0"/>
2153 </number:number-style>
2154 <number:number-style style:name="N457P0" style:volatile="true">
2155 <loext:text> </loext:text>
2156 <loext:fill-character> </loext:fill-character>
2157 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2158 <number:text> </number:text>
2159 </number:number-style>
2160 <number:number-style style:name="N457P1" style:volatile="true">
2161 <loext:text>-</loext:text>
2162 <loext:fill-character> </loext:fill-character>
2163 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2164 <number:text> </number:text>
2165 </number:number-style>
2166 <number:number-style style:name="N457P2" style:volatile="true">
2167 <loext:text> </loext:text>
2168 <loext:fill-character> </loext:fill-character>
2169 <number:text>- </number:text>
2170 </number:number-style>
2171 <number:text-style style:name="N457">
2172 <number:text> </number:text>
2173 <number:text-content/>
2174 <number:text> </number:text>
2175 <style:map style:condition="value()&gt;0" style:apply-style-name="N457P0"/>
2176 <style:map style:condition="value()&lt;0" style:apply-style-name="N457P1"/>
2177 <style:map style:condition="value()=0" style:apply-style-name="N457P2"/>
2178 </number:text-style>
2179 <number:number-style style:name="N460P0" style:volatile="true">
2180 <loext:text> </loext:text>
2181 <loext:fill-character> </loext:fill-character>
2182 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2183 <number:text></number:text>
2184 </number:number-style>
2185 <number:number-style style:name="N460P1" style:volatile="true">
2186 <loext:text>-</loext:text>
2187 <loext:fill-character> </loext:fill-character>
2188 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2189 <number:text></number:text>
2190 </number:number-style>
2191 <number:number-style style:name="N460P2" style:volatile="true">
2192 <loext:text> </loext:text>
2193 <loext:fill-character> </loext:fill-character>
2194 <number:text>- Kč </number:text>
2195 </number:number-style>
2196 <number:text-style style:name="N460">
2197 <number:text> </number:text>
2198 <number:text-content/>
2199 <number:text> </number:text>
2200 <style:map style:condition="value()&gt;0" style:apply-style-name="N460P0"/>
2201 <style:map style:condition="value()&lt;0" style:apply-style-name="N460P1"/>
2202 <style:map style:condition="value()=0" style:apply-style-name="N460P2"/>
2203 </number:text-style>
2204 <number:number-style style:name="N463P0" style:volatile="true">
2205 <loext:text> </loext:text>
2206 <loext:fill-character> </loext:fill-character>
2207 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2208 <number:text> </number:text>
2209 </number:number-style>
2210 <number:number-style style:name="N463P1" style:volatile="true">
2211 <loext:text>-</loext:text>
2212 <loext:fill-character> </loext:fill-character>
2213 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2214 <number:text> </number:text>
2215 </number:number-style>
2216 <number:number-style style:name="N463P2" style:volatile="true">
2217 <loext:text> </loext:text>
2218 <loext:fill-character> </loext:fill-character>
2219 <number:text>-</number:text>
2220 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
2221 <number:text> </number:text>
2222 </number:number-style>
2223 <number:text-style style:name="N463">
2224 <number:text> </number:text>
2225 <number:text-content/>
2226 <number:text> </number:text>
2227 <style:map style:condition="value()&gt;0" style:apply-style-name="N463P0"/>
2228 <style:map style:condition="value()&lt;0" style:apply-style-name="N463P1"/>
2229 <style:map style:condition="value()=0" style:apply-style-name="N463P2"/>
2230 </number:text-style>
2231 <number:number-style style:name="N466P0" style:volatile="true">
2232 <loext:text> </loext:text>
2233 <loext:fill-character> </loext:fill-character>
2234 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2235 <number:text></number:text>
2236 </number:number-style>
2237 <number:number-style style:name="N466P1" style:volatile="true">
2238 <loext:text>-</loext:text>
2239 <loext:fill-character> </loext:fill-character>
2240 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2241 <number:text></number:text>
2242 </number:number-style>
2243 <number:number-style style:name="N466P2" style:volatile="true">
2244 <loext:text> </loext:text>
2245 <loext:fill-character> </loext:fill-character>
2246 <number:text>-</number:text>
2247 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
2248 <number:text></number:text>
2249 </number:number-style>
2250 <number:text-style style:name="N466">
2251 <number:text> </number:text>
2252 <number:text-content/>
2253 <number:text> </number:text>
2254 <style:map style:condition="value()&gt;0" style:apply-style-name="N466P0"/>
2255 <style:map style:condition="value()&lt;0" style:apply-style-name="N466P1"/>
2256 <style:map style:condition="value()=0" style:apply-style-name="N466P2"/>
2257 </number:text-style>
2258 <number:currency-style style:name="N468P0" style:volatile="true">
2259 <number:currency-symbol number:language="en" number:country="US">¥€</number:currency-symbol>
2260 <number:text> </number:text>
2261 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="3">
2262 <number:embedded-text number:position="5"> </number:embedded-text>
2263 </number:number>
2264 <number:text> </number:text>
2265 </number:currency-style>
2266 <number:currency-style style:name="N468">
2267 <style:text-properties fo:color="#ff0000"/>
2268 <number:text>(</number:text>
2269 <number:currency-symbol number:language="en" number:country="US"></number:currency-symbol>
2270 <number:text> </number:text>
2271 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="3">
2272 <number:embedded-text number:position="5"> </number:embedded-text>
2273 </number:number>
2274 <number:text>)</number:text>
2275 <style:map style:condition="value()&gt;=0" style:apply-style-name="N468P0"/>
2276 </number:currency-style>
2277 <number:date-style style:name="N10121" number:language="en" number:country="US">
2278 <number:month/>
2279 <number:text>/</number:text>
2280 <number:day/>
2281 <number:text>/</number:text>
2282 <number:year number:style="long"/>
2283 </number:date-style>
2284 <number:date-style style:name="N10122" number:language="en" number:country="US">
2285 <number:day/>
2286 <number:text>-</number:text>
2287 <number:month number:textual="true"/>
2288 <number:text>-</number:text>
2289 <number:year/>
2290 </number:date-style>
2291 <number:date-style style:name="N10123" number:language="en" number:country="US">
2292 <number:day/>
2293 <number:text>-</number:text>
2294 <number:month number:textual="true"/>
2295 </number:date-style>
2296 <number:date-style style:name="N10124" number:language="en" number:country="US">
2297 <number:month number:textual="true"/>
2298 <number:text>-</number:text>
2299 <number:year/>
2300 </number:date-style>
2301 <number:time-style style:name="N10125" number:language="en" number:country="US">
2302 <number:hours/>
2303 <number:text>:</number:text>
2304 <number:minutes number:style="long"/>
2305 <number:text> </number:text>
2306 <number:am-pm/>
2307 </number:time-style>
2308 <number:time-style style:name="N10126" number:language="en" number:country="US">
2309 <number:hours/>
2310 <number:text>:</number:text>
2311 <number:minutes number:style="long"/>
2312 <number:text>:</number:text>
2313 <number:seconds number:style="long"/>
2314 <number:text> </number:text>
2315 <number:am-pm/>
2316 </number:time-style>
2317 <number:time-style style:name="N10127" number:language="en" number:country="US">
2318 <number:hours/>
2319 <number:text>:</number:text>
2320 <number:minutes number:style="long"/>
2321 </number:time-style>
2322 <number:time-style style:name="N10128" number:language="en" number:country="US">
2323 <number:hours/>
2324 <number:text>:</number:text>
2325 <number:minutes number:style="long"/>
2326 <number:text>:</number:text>
2327 <number:seconds number:style="long"/>
2328 </number:time-style>
2329 <number:date-style style:name="N10129" number:language="en" number:country="US">
2330 <number:month/>
2331 <number:text>/</number:text>
2332 <number:day/>
2333 <number:text>/</number:text>
2334 <number:year number:style="long"/>
2335 <number:text> </number:text>
2336 <number:hours/>
2337 <number:text>:</number:text>
2338 <number:minutes number:style="long"/>
2339 </number:date-style>
2340 <number:number-style style:name="N10131P0" style:volatile="true" number:language="en" number:country="US">
2341 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2342 <number:text> </number:text>
2343 </number:number-style>
2344 <number:number-style style:name="N10131" number:language="en" number:country="US">
2345 <style:text-properties fo:color="#ff0000"/>
2346 <number:text>(</number:text>
2347 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2348 <number:text>)</number:text>
2349 <style:map style:condition="value()&gt;=0" style:apply-style-name="N10131P0"/>
2350 </number:number-style>
2351 <number:number-style style:name="N10133P0" style:volatile="true" number:language="en" number:country="US">
2352 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2353 <number:text> </number:text>
2354 </number:number-style>
2355 <number:number-style style:name="N10133" number:language="en" number:country="US">
2356 <style:text-properties fo:color="#ff0000"/>
2357 <number:text>(</number:text>
2358 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2359 <number:text>)</number:text>
2360 <style:map style:condition="value()&gt;=0" style:apply-style-name="N10133P0"/>
2361 </number:number-style>
2362 <number:currency-style style:name="N10135P0" style:volatile="true" number:language="en" number:country="US">
2363 <number:currency-symbol/>
2364 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2365 <number:text> </number:text>
2366 </number:currency-style>
2367 <number:currency-style style:name="N10135" number:language="en" number:country="US">
2368 <number:text>(</number:text>
2369 <number:currency-symbol/>
2370 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2371 <number:text>)</number:text>
2372 <style:map style:condition="value()&gt;=0" style:apply-style-name="N10135P0"/>
2373 </number:currency-style>
2374 <number:currency-style style:name="N10136P0" style:volatile="true" number:language="en" number:country="US">
2375 <number:currency-symbol/>
2376 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2377 <number:text> </number:text>
2378 </number:currency-style>
2379 <number:currency-style style:name="N10136" number:language="en" number:country="US">
2380 <style:text-properties fo:color="#ff0000"/>
2381 <number:text>(</number:text>
2382 <number:currency-symbol/>
2383 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2384 <number:text>)</number:text>
2385 <style:map style:condition="value()&gt;=0" style:apply-style-name="N10136P0"/>
2386 </number:currency-style>
2387 <number:currency-style style:name="N10138P0" style:volatile="true" number:language="en" number:country="US">
2388 <number:currency-symbol/>
2389 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2390 <number:text> </number:text>
2391 </number:currency-style>
2392 <number:currency-style style:name="N10138" number:language="en" number:country="US">
2393 <number:text>(</number:text>
2394 <number:currency-symbol/>
2395 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2396 <number:text>)</number:text>
2397 <style:map style:condition="value()&gt;=0" style:apply-style-name="N10138P0"/>
2398 </number:currency-style>
2399 <number:currency-style style:name="N10139P0" style:volatile="true" number:language="en" number:country="US">
2400 <number:currency-symbol/>
2401 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2402 <number:text> </number:text>
2403 </number:currency-style>
2404 <number:currency-style style:name="N10139" number:language="en" number:country="US">
2405 <style:text-properties fo:color="#ff0000"/>
2406 <number:text>(</number:text>
2407 <number:currency-symbol/>
2408 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2409 <number:text>)</number:text>
2410 <style:map style:condition="value()&gt;=0" style:apply-style-name="N10139P0"/>
2411 </number:currency-style>
2412 <number:date-style style:name="N10140" number:language="en" number:country="US">
2413 <number:day number:style="long"/>
2414 <number:text>-</number:text>
2415 <number:month number:textual="true"/>
2416 </number:date-style>
2417 <number:time-style style:name="N10141" number:language="en" number:country="US" number:truncate-on-overflow="false">
2418 <number:hours/>
2419 <number:text>:</number:text>
2420 <number:minutes number:style="long"/>
2421 <number:text>:</number:text>
2422 <number:seconds number:style="long"/>
2423 </number:time-style>
2424 <number:time-style style:name="N10142" number:language="en" number:country="US">
2425 <number:minutes number:style="long"/>
2426 <number:text>:</number:text>
2427 <number:seconds number:style="long" number:decimal-places="1"/>
2428 </number:time-style>
2429 <number:number-style style:name="N10143P0" style:volatile="true" number:language="en" number:country="US">
2430 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2431 <number:text> </number:text>
2432 </number:number-style>
2433 <number:number-style style:name="N10143" number:language="en" number:country="US">
2434 <number:text>(</number:text>
2435 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2436 <number:text>)</number:text>
2437 <style:map style:condition="value()&gt;=0" style:apply-style-name="N10143P0"/>
2438 </number:number-style>
2439 <number:number-style style:name="N10144" number:language="en" number:country="US">
2440 <number:number number:decimal-places="6" loext:min-decimal-places="6" number:min-integer-digits="1"/>
2441 </number:number-style>
2442 <number:percentage-style style:name="N10145" number:language="en" number:country="US">
2443 <number:number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1"/>
2444 <number:text>%</number:text>
2445 </number:percentage-style>
2446 <number:number-style style:name="N10146" number:language="en" number:country="US">
2447 <number:number number:decimal-places="3" loext:min-decimal-places="3" number:min-integer-digits="1" number:grouping="true"/>
2448 </number:number-style>
2449 <number:number-style style:name="N10150P0" style:volatile="true" number:language="en" number:country="US">
2450 <loext:fill-character> </loext:fill-character>
2451 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2452 <number:text> </number:text>
2453 </number:number-style>
2454 <number:number-style style:name="N10150P1" style:volatile="true" number:language="en" number:country="US">
2455 <loext:fill-character> </loext:fill-character>
2456 <number:text>(</number:text>
2457 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2458 <number:text>)</number:text>
2459 </number:number-style>
2460 <number:number-style style:name="N10150P2" style:volatile="true" number:language="en" number:country="US">
2461 <loext:fill-character> </loext:fill-character>
2462 <number:text>- </number:text>
2463 </number:number-style>
2464 <number:text-style style:name="N10150" number:language="en" number:country="US">
2465 <number:text-content/>
2466 <number:text> </number:text>
2467 <style:map style:condition="value()&gt;0" style:apply-style-name="N10150P0"/>
2468 <style:map style:condition="value()&lt;0" style:apply-style-name="N10150P1"/>
2469 <style:map style:condition="value()=0" style:apply-style-name="N10150P2"/>
2470 </number:text-style>
2471 <number:currency-style style:name="N10154P0" style:volatile="true" number:language="en" number:country="US">
2472 <number:currency-symbol/>
2473 <loext:fill-character> </loext:fill-character>
2474 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2475 <number:text> </number:text>
2476 </number:currency-style>
2477 <number:currency-style style:name="N10154P1" style:volatile="true" number:language="en" number:country="US">
2478 <number:currency-symbol/>
2479 <loext:fill-character> </loext:fill-character>
2480 <number:text>(</number:text>
2481 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2482 <number:text>)</number:text>
2483 </number:currency-style>
2484 <number:currency-style style:name="N10154P2" style:volatile="true" number:language="en" number:country="US">
2485 <number:currency-symbol/>
2486 <loext:fill-character> </loext:fill-character>
2487 <number:text>- </number:text>
2488 </number:currency-style>
2489 <number:text-style style:name="N10154" number:language="en" number:country="US">
2490 <number:text-content/>
2491 <number:text> </number:text>
2492 <style:map style:condition="value()&gt;0" style:apply-style-name="N10154P0"/>
2493 <style:map style:condition="value()&lt;0" style:apply-style-name="N10154P1"/>
2494 <style:map style:condition="value()=0" style:apply-style-name="N10154P2"/>
2495 </number:text-style>
2496 <number:number-style style:name="N10158P0" style:volatile="true" number:language="en" number:country="US">
2497 <loext:fill-character> </loext:fill-character>
2498 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2499 <number:text> </number:text>
2500 </number:number-style>
2501 <number:number-style style:name="N10158P1" style:volatile="true" number:language="en" number:country="US">
2502 <loext:fill-character> </loext:fill-character>
2503 <number:text>(</number:text>
2504 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2505 <number:text>)</number:text>
2506 </number:number-style>
2507 <number:number-style style:name="N10158P2" style:volatile="true" number:language="en" number:country="US">
2508 <loext:fill-character> </loext:fill-character>
2509 <number:text>-</number:text>
2510 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
2511 <number:text> </number:text>
2512 </number:number-style>
2513 <number:text-style style:name="N10158" number:language="en" number:country="US">
2514 <number:text-content/>
2515 <number:text> </number:text>
2516 <style:map style:condition="value()&gt;0" style:apply-style-name="N10158P0"/>
2517 <style:map style:condition="value()&lt;0" style:apply-style-name="N10158P1"/>
2518 <style:map style:condition="value()=0" style:apply-style-name="N10158P2"/>
2519 </number:text-style>
2520 <number:currency-style style:name="N10162P0" style:volatile="true" number:language="en" number:country="US">
2521 <number:currency-symbol/>
2522 <loext:fill-character> </loext:fill-character>
2523 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2524 <number:text> </number:text>
2525 </number:currency-style>
2526 <number:currency-style style:name="N10162P1" style:volatile="true" number:language="en" number:country="US">
2527 <number:currency-symbol/>
2528 <loext:fill-character> </loext:fill-character>
2529 <number:text>(</number:text>
2530 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2531 <number:text>)</number:text>
2532 </number:currency-style>
2533 <number:currency-style style:name="N10162P2" style:volatile="true" number:language="en" number:country="US">
2534 <number:currency-symbol/>
2535 <loext:fill-character> </loext:fill-character>
2536 <number:text>-</number:text>
2537 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
2538 <number:text> </number:text>
2539 </number:currency-style>
2540 <number:text-style style:name="N10162" number:language="en" number:country="US">
2541 <number:text-content/>
2542 <number:text> </number:text>
2543 <style:map style:condition="value()&gt;0" style:apply-style-name="N10162P0"/>
2544 <style:map style:condition="value()&lt;0" style:apply-style-name="N10162P1"/>
2545 <style:map style:condition="value()=0" style:apply-style-name="N10162P2"/>
2546 </number:text-style>
2547 <number:number-style style:name="N10163" number:language="en" number:country="US" number:title="User-defined">
2548 <number:scientific-number number:decimal-places="14" loext:min-decimal-places="14" number:min-integer-digits="1" number:min-exponent-digits="3" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
2549 </number:number-style>
2550 <number:number-style style:name="N10164" number:language="en" number:country="US">
2551 <number:number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1"/>
2552 </number:number-style>
2553 <number:number-style style:name="N10165" number:language="en" number:country="US">
2554 <number:number number:decimal-places="3" loext:min-decimal-places="3" number:min-integer-digits="1"/>
2555 </number:number-style>
2556 <number:number-style style:name="N10166" number:language="en" number:country="US">
2557 <number:number number:decimal-places="4" loext:min-decimal-places="4" number:min-integer-digits="1"/>
2558 </number:number-style>
2559 <number:number-style style:name="N10167" number:language="en" number:country="US">
2560 <number:number number:decimal-places="5" loext:min-decimal-places="5" number:min-integer-digits="1"/>
2561 </number:number-style>
2562 <number:number-style style:name="N10168" number:language="en" number:country="US">
2563 <number:number number:decimal-places="7" loext:min-decimal-places="7" number:min-integer-digits="1"/>
2564 </number:number-style>
2565 <number:number-style style:name="N10169" number:language="en" number:country="US">
2566 <number:number number:decimal-places="8" loext:min-decimal-places="8" number:min-integer-digits="1"/>
2567 </number:number-style>
2568 <number:number-style style:name="N10170" number:language="en" number:country="US">
2569 <number:number number:decimal-places="9" loext:min-decimal-places="9" number:min-integer-digits="1"/>
2570 </number:number-style>
2571 <number:number-style style:name="N10171" number:language="en" number:country="US">
2572 <number:number number:decimal-places="10" loext:min-decimal-places="10" number:min-integer-digits="1"/>
2573 </number:number-style>
2574 <number:number-style style:name="N10172" number:language="en" number:country="US">
2575 <number:number number:decimal-places="11" loext:min-decimal-places="11" number:min-integer-digits="1"/>
2576 </number:number-style>
2577 <number:number-style style:name="N10173" number:language="en" number:country="US">
2578 <number:number number:decimal-places="12" loext:min-decimal-places="12" number:min-integer-digits="1"/>
2579 </number:number-style>
2580 <number:number-style style:name="N10174" number:language="en" number:country="US">
2581 <number:number number:decimal-places="13" loext:min-decimal-places="13" number:min-integer-digits="1"/>
2582 </number:number-style>
2583 <number:number-style style:name="N10175" number:language="en" number:country="US">
2584 <number:number number:decimal-places="14" loext:min-decimal-places="14" number:min-integer-digits="1"/>
2585 </number:number-style>
2586 <number:number-style style:name="N10176" number:language="en" number:country="US">
2587 <number:number number:decimal-places="15" loext:min-decimal-places="15" number:min-integer-digits="1"/>
2588 </number:number-style>
2589 <number:number-style style:name="N10177" number:language="en" number:country="US">
2590 <number:number number:decimal-places="16" loext:min-decimal-places="16" number:min-integer-digits="1"/>
2591 </number:number-style>
2592 <number:number-style style:name="N10178" number:language="en" number:country="US">
2593 <number:number number:decimal-places="17" loext:min-decimal-places="17" number:min-integer-digits="1"/>
2594 </number:number-style>
2595 <number:number-style style:name="N10179" number:language="en" number:country="US">
2596 <number:number number:decimal-places="18" loext:min-decimal-places="18" number:min-integer-digits="1"/>
2597 </number:number-style>
2598 <number:number-style style:name="N10180" number:language="en" number:country="US">
2599 <number:number number:decimal-places="19" loext:min-decimal-places="19" number:min-integer-digits="1"/>
2600 </number:number-style>
2601 <number:date-style style:name="N20107" number:language="de" number:country="DE">
2602 <number:day number:style="long"/>
2603 <number:text>. </number:text>
2604 <number:month number:textual="true"/>
2605 <number:text> </number:text>
2606 <number:year/>
2607 </number:date-style>
2608 <number:date-style style:name="N20108" number:language="de" number:country="DE">
2609 <number:day number:style="long"/>
2610 <number:text>. </number:text>
2611 <number:month number:textual="true"/>
2612 </number:date-style>
2613 <number:date-style style:name="N20109" number:language="de" number:country="DE">
2614 <number:month number:textual="true"/>
2615 <number:text> </number:text>
2616 <number:year/>
2617 </number:date-style>
2618 <number:time-style style:name="N20110" number:language="de" number:country="DE">
2619 <number:hours/>
2620 <number:text>:</number:text>
2621 <number:minutes number:style="long"/>
2622 <number:text> </number:text>
2623 <number:am-pm/>
2624 </number:time-style>
2625 <number:time-style style:name="N20111" number:language="de" number:country="DE">
2626 <number:hours/>
2627 <number:text>:</number:text>
2628 <number:minutes number:style="long"/>
2629 <number:text>:</number:text>
2630 <number:seconds number:style="long"/>
2631 <number:text> </number:text>
2632 <number:am-pm/>
2633 </number:time-style>
2634 <number:date-style style:name="N20112" number:language="de" number:country="DE">
2635 <number:day number:style="long"/>
2636 <number:text>.</number:text>
2637 <number:month number:style="long"/>
2638 <number:text>.</number:text>
2639 <number:year number:style="long"/>
2640 <number:text> </number:text>
2641 <number:hours number:style="long"/>
2642 <number:text>:</number:text>
2643 <number:minutes number:style="long"/>
2644 </number:date-style>
2645 <number:number-style style:name="N20114P0" style:volatile="true" number:language="de" number:country="DE">
2646 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2647 <number:text> </number:text>
2648 </number:number-style>
2649 <number:number-style style:name="N20114" number:language="de" number:country="DE">
2650 <number:text>-</number:text>
2651 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2652 <number:text> </number:text>
2653 <style:map style:condition="value()&gt;=0" style:apply-style-name="N20114P0"/>
2654 </number:number-style>
2655 <number:number-style style:name="N20115P0" style:volatile="true" number:language="de" number:country="DE">
2656 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2657 <number:text> </number:text>
2658 </number:number-style>
2659 <number:number-style style:name="N20115" number:language="de" number:country="DE">
2660 <style:text-properties fo:color="#ff0000"/>
2661 <number:text>-</number:text>
2662 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2663 <number:text> </number:text>
2664 <style:map style:condition="value()&gt;=0" style:apply-style-name="N20115P0"/>
2665 </number:number-style>
2666 <number:number-style style:name="N20117P0" style:volatile="true" number:language="de" number:country="DE">
2667 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2668 <number:text> </number:text>
2669 </number:number-style>
2670 <number:number-style style:name="N20117" number:language="de" number:country="DE">
2671 <number:text>-</number:text>
2672 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2673 <number:text> </number:text>
2674 <style:map style:condition="value()&gt;=0" style:apply-style-name="N20117P0"/>
2675 </number:number-style>
2676 <number:number-style style:name="N20118P0" style:volatile="true" number:language="de" number:country="DE">
2677 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2678 <number:text> </number:text>
2679 </number:number-style>
2680 <number:number-style style:name="N20118" number:language="de" number:country="DE">
2681 <style:text-properties fo:color="#ff0000"/>
2682 <number:text>-</number:text>
2683 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2684 <number:text> </number:text>
2685 <style:map style:condition="value()&gt;=0" style:apply-style-name="N20118P0"/>
2686 </number:number-style>
2687 <number:number-style style:name="N20120P0" style:volatile="true" number:language="de" number:country="DE">
2688 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2689 <number:text></number:text>
2690 </number:number-style>
2691 <number:number-style style:name="N20120" number:language="de" number:country="DE">
2692 <number:text>-</number:text>
2693 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2694 <number:text></number:text>
2695 <style:map style:condition="value()&gt;=0" style:apply-style-name="N20120P0"/>
2696 </number:number-style>
2697 <number:number-style style:name="N20121P0" style:volatile="true" number:language="de" number:country="DE">
2698 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2699 <number:text></number:text>
2700 </number:number-style>
2701 <number:number-style style:name="N20121" number:language="de" number:country="DE">
2702 <style:text-properties fo:color="#ff0000"/>
2703 <number:text>-</number:text>
2704 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2705 <number:text></number:text>
2706 <style:map style:condition="value()&gt;=0" style:apply-style-name="N20121P0"/>
2707 </number:number-style>
2708 <number:number-style style:name="N20123P0" style:volatile="true" number:language="de" number:country="DE">
2709 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2710 <number:text></number:text>
2711 </number:number-style>
2712 <number:number-style style:name="N20123" number:language="de" number:country="DE">
2713 <number:text>-</number:text>
2714 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2715 <number:text></number:text>
2716 <style:map style:condition="value()&gt;=0" style:apply-style-name="N20123P0"/>
2717 </number:number-style>
2718 <number:number-style style:name="N20124P0" style:volatile="true" number:language="de" number:country="DE">
2719 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2720 <number:text></number:text>
2721 </number:number-style>
2722 <number:number-style style:name="N20124" number:language="de" number:country="DE">
2723 <style:text-properties fo:color="#ff0000"/>
2724 <number:text>-</number:text>
2725 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2726 <number:text></number:text>
2727 <style:map style:condition="value()&gt;=0" style:apply-style-name="N20124P0"/>
2728 </number:number-style>
2729 <number:time-style style:name="N20125" number:language="de" number:country="DE" number:truncate-on-overflow="false">
2730 <number:hours/>
2731 <number:text>:</number:text>
2732 <number:minutes number:style="long"/>
2733 <number:text>:</number:text>
2734 <number:seconds number:style="long"/>
2735 </number:time-style>
2736 <number:time-style style:name="N20126" number:language="de" number:country="DE">
2737 <number:minutes number:style="long"/>
2738 <number:text>:</number:text>
2739 <number:seconds number:style="long" number:decimal-places="1"/>
2740 </number:time-style>
2741 <number:number-style style:name="N30111" number:language="en" number:country="GB">
2742 <number:number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1"/>
2743 </number:number-style>
2744 <number:number-style style:name="N40108P0" style:volatile="true" number:language="nl" number:country="NL">
2745 <number:text></number:text>
2746 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2747 <number:text> </number:text>
2748 </number:number-style>
2749 <number:number-style style:name="N40108" number:language="nl" number:country="NL">
2750 <number:text></number:text>
2751 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2752 <number:text>-</number:text>
2753 <style:map style:condition="value()&gt;=0" style:apply-style-name="N40108P0"/>
2754 </number:number-style>
2755 <number:number-style style:name="N40109P0" style:volatile="true" number:language="nl" number:country="NL">
2756 <number:text></number:text>
2757 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2758 <number:text> </number:text>
2759 </number:number-style>
2760 <number:number-style style:name="N40109" number:language="nl" number:country="NL">
2761 <style:text-properties fo:color="#ff0000"/>
2762 <number:text></number:text>
2763 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2764 <number:text>-</number:text>
2765 <style:map style:condition="value()&gt;=0" style:apply-style-name="N40109P0"/>
2766 </number:number-style>
2767 <number:number-style style:name="N40111P0" style:volatile="true" number:language="nl" number:country="NL">
2768 <number:text></number:text>
2769 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2770 <number:text> </number:text>
2771 </number:number-style>
2772 <number:number-style style:name="N40111" number:language="nl" number:country="NL">
2773 <number:text></number:text>
2774 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2775 <number:text>-</number:text>
2776 <style:map style:condition="value()&gt;=0" style:apply-style-name="N40111P0"/>
2777 </number:number-style>
2778 <number:number-style style:name="N40112P0" style:volatile="true" number:language="nl" number:country="NL">
2779 <number:text></number:text>
2780 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2781 <number:text> </number:text>
2782 </number:number-style>
2783 <number:number-style style:name="N40112" number:language="nl" number:country="NL">
2784 <style:text-properties fo:color="#ff0000"/>
2785 <number:text></number:text>
2786 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2787 <number:text>-</number:text>
2788 <style:map style:condition="value()&gt;=0" style:apply-style-name="N40112P0"/>
2789 </number:number-style>
2790 <number:date-style style:name="N40113" number:language="nl" number:country="NL">
2791 <number:day/>
2792 <number:text>-</number:text>
2793 <number:month/>
2794 <number:text>-</number:text>
2795 <number:year number:style="long"/>
2796 </number:date-style>
2797 <number:date-style style:name="N40114" number:language="nl" number:country="NL">
2798 <number:day/>
2799 <number:text>-</number:text>
2800 <number:month number:textual="true"/>
2801 <number:text>-</number:text>
2802 <number:year/>
2803 </number:date-style>
2804 <number:date-style style:name="N40115" number:language="nl" number:country="NL">
2805 <number:day/>
2806 <number:text>-</number:text>
2807 <number:month number:textual="true"/>
2808 </number:date-style>
2809 <number:date-style style:name="N40116" number:language="nl" number:country="NL">
2810 <number:month number:textual="true"/>
2811 <number:text>-</number:text>
2812 <number:year/>
2813 </number:date-style>
2814 <number:time-style style:name="N40117" number:language="nl" number:country="NL">
2815 <number:hours/>
2816 <number:text>:</number:text>
2817 <number:minutes number:style="long"/>
2818 <number:text> </number:text>
2819 <number:am-pm/>
2820 </number:time-style>
2821 <number:time-style style:name="N40118" number:language="nl" number:country="NL">
2822 <number:hours/>
2823 <number:text>:</number:text>
2824 <number:minutes number:style="long"/>
2825 <number:text>:</number:text>
2826 <number:seconds number:style="long"/>
2827 <number:text> </number:text>
2828 <number:am-pm/>
2829 </number:time-style>
2830 <number:time-style style:name="N40119" number:language="nl" number:country="NL">
2831 <number:hours/>
2832 <number:text>:</number:text>
2833 <number:minutes number:style="long"/>
2834 </number:time-style>
2835 <number:time-style style:name="N40120" number:language="nl" number:country="NL">
2836 <number:hours/>
2837 <number:text>:</number:text>
2838 <number:minutes number:style="long"/>
2839 <number:text>:</number:text>
2840 <number:seconds number:style="long"/>
2841 </number:time-style>
2842 <number:date-style style:name="N40121" number:language="nl" number:country="NL">
2843 <number:day/>
2844 <number:text>-</number:text>
2845 <number:month/>
2846 <number:text>-</number:text>
2847 <number:year number:style="long"/>
2848 <number:text> </number:text>
2849 <number:hours/>
2850 <number:text>:</number:text>
2851 <number:minutes number:style="long"/>
2852 </number:date-style>
2853 <number:number-style style:name="N40123P0" style:volatile="true" number:language="nl" number:country="NL">
2854 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2855 <number:text> </number:text>
2856 </number:number-style>
2857 <number:number-style style:name="N40123" number:language="nl" number:country="NL">
2858 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2859 <number:text>-</number:text>
2860 <style:map style:condition="value()&gt;=0" style:apply-style-name="N40123P0"/>
2861 </number:number-style>
2862 <number:number-style style:name="N40124P0" style:volatile="true" number:language="nl" number:country="NL">
2863 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2864 <number:text> </number:text>
2865 </number:number-style>
2866 <number:number-style style:name="N40124" number:language="nl" number:country="NL">
2867 <style:text-properties fo:color="#ff0000"/>
2868 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2869 <number:text>-</number:text>
2870 <style:map style:condition="value()&gt;=0" style:apply-style-name="N40124P0"/>
2871 </number:number-style>
2872 <number:number-style style:name="N40126P0" style:volatile="true" number:language="nl" number:country="NL">
2873 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2874 <number:text> </number:text>
2875 </number:number-style>
2876 <number:number-style style:name="N40126" number:language="nl" number:country="NL">
2877 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2878 <number:text>-</number:text>
2879 <style:map style:condition="value()&gt;=0" style:apply-style-name="N40126P0"/>
2880 </number:number-style>
2881 <number:number-style style:name="N40127P0" style:volatile="true" number:language="nl" number:country="NL">
2882 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2883 <number:text> </number:text>
2884 </number:number-style>
2885 <number:number-style style:name="N40127" number:language="nl" number:country="NL">
2886 <style:text-properties fo:color="#ff0000"/>
2887 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2888 <number:text>-</number:text>
2889 <style:map style:condition="value()&gt;=0" style:apply-style-name="N40127P0"/>
2890 </number:number-style>
2891 <number:number-style style:name="N40131P0" style:volatile="true" number:language="nl" number:country="NL">
2892 <loext:fill-character> </loext:fill-character>
2893 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2894 <number:text> </number:text>
2895 </number:number-style>
2896 <number:number-style style:name="N40131P1" style:volatile="true" number:language="nl" number:country="NL">
2897 <loext:fill-character> </loext:fill-character>
2898 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2899 <number:text>-</number:text>
2900 </number:number-style>
2901 <number:number-style style:name="N40131P2" style:volatile="true" number:language="nl" number:country="NL">
2902 <loext:fill-character> </loext:fill-character>
2903 <number:text>- </number:text>
2904 </number:number-style>
2905 <number:text-style style:name="N40131" number:language="nl" number:country="NL">
2906 <number:text-content/>
2907 <number:text> </number:text>
2908 <style:map style:condition="value()&gt;0" style:apply-style-name="N40131P0"/>
2909 <style:map style:condition="value()&lt;0" style:apply-style-name="N40131P1"/>
2910 <style:map style:condition="value()=0" style:apply-style-name="N40131P2"/>
2911 </number:text-style>
2912 <number:number-style style:name="N40135P0" style:volatile="true" number:language="nl" number:country="NL">
2913 <loext:text></loext:text>
2914 <loext:fill-character> </loext:fill-character>
2915 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2916 <number:text> </number:text>
2917 </number:number-style>
2918 <number:number-style style:name="N40135P1" style:volatile="true" number:language="nl" number:country="NL">
2919 <loext:text></loext:text>
2920 <loext:fill-character> </loext:fill-character>
2921 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
2922 <number:text>-</number:text>
2923 </number:number-style>
2924 <number:number-style style:name="N40135P2" style:volatile="true" number:language="nl" number:country="NL">
2925 <loext:text></loext:text>
2926 <loext:fill-character> </loext:fill-character>
2927 <number:text>- </number:text>
2928 </number:number-style>
2929 <number:text-style style:name="N40135" number:language="nl" number:country="NL">
2930 <number:text-content/>
2931 <number:text> </number:text>
2932 <style:map style:condition="value()&gt;0" style:apply-style-name="N40135P0"/>
2933 <style:map style:condition="value()&lt;0" style:apply-style-name="N40135P1"/>
2934 <style:map style:condition="value()=0" style:apply-style-name="N40135P2"/>
2935 </number:text-style>
2936 <number:number-style style:name="N40139P0" style:volatile="true" number:language="nl" number:country="NL">
2937 <loext:fill-character> </loext:fill-character>
2938 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2939 <number:text> </number:text>
2940 </number:number-style>
2941 <number:number-style style:name="N40139P1" style:volatile="true" number:language="nl" number:country="NL">
2942 <loext:fill-character> </loext:fill-character>
2943 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2944 <number:text>-</number:text>
2945 </number:number-style>
2946 <number:number-style style:name="N40139P2" style:volatile="true" number:language="nl" number:country="NL">
2947 <loext:fill-character> </loext:fill-character>
2948 <number:text>-</number:text>
2949 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
2950 <number:text> </number:text>
2951 </number:number-style>
2952 <number:text-style style:name="N40139" number:language="nl" number:country="NL">
2953 <number:text-content/>
2954 <number:text> </number:text>
2955 <style:map style:condition="value()&gt;0" style:apply-style-name="N40139P0"/>
2956 <style:map style:condition="value()&lt;0" style:apply-style-name="N40139P1"/>
2957 <style:map style:condition="value()=0" style:apply-style-name="N40139P2"/>
2958 </number:text-style>
2959 <number:number-style style:name="N40143P0" style:volatile="true" number:language="nl" number:country="NL">
2960 <loext:text></loext:text>
2961 <loext:fill-character> </loext:fill-character>
2962 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2963 <number:text> </number:text>
2964 </number:number-style>
2965 <number:number-style style:name="N40143P1" style:volatile="true" number:language="nl" number:country="NL">
2966 <loext:text></loext:text>
2967 <loext:fill-character> </loext:fill-character>
2968 <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
2969 <number:text>-</number:text>
2970 </number:number-style>
2971 <number:number-style style:name="N40143P2" style:volatile="true" number:language="nl" number:country="NL">
2972 <loext:text></loext:text>
2973 <loext:fill-character> </loext:fill-character>
2974 <number:text>-</number:text>
2975 <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
2976 <number:text> </number:text>
2977 </number:number-style>
2978 <number:text-style style:name="N40143" number:language="nl" number:country="NL">
2979 <number:text-content/>
2980 <number:text> </number:text>
2981 <style:map style:condition="value()&gt;0" style:apply-style-name="N40143P0"/>
2982 <style:map style:condition="value()&lt;0" style:apply-style-name="N40143P1"/>
2983 <style:map style:condition="value()=0" style:apply-style-name="N40143P2"/>
2984 </number:text-style>
2985 <style:style style:name="Default" style:family="table-cell">
2986 <style:table-cell-properties fo:padding="2.01pt" style:rotation-align="none"/>
2987 <style:text-properties fo:color="#000000" style:font-name="Calibri" fo:font-family="Calibri" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="11pt" style:font-name-asian="Droid Sans Fallback" style:font-family-asian="&apos;Droid Sans Fallback&apos;" style:font-family-generic-asian="system" style:font-pitch-asian="variable" style:font-size-asian="11pt" style:font-name-complex="Arial" style:font-family-complex="Arial" style:font-family-generic-complex="swiss" style:font-pitch-complex="variable" style:font-size-complex="11pt"/>
2988 </style:style>
2989 <style:style style:name="Heading" style:family="table-cell" style:parent-style-name="Default">
2990 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
2991 <style:paragraph-properties fo:text-align="center"/>
2992 <style:text-properties fo:font-size="16pt" fo:font-style="italic" fo:font-weight="bold"/>
2993 </style:style>
2994 <style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="table-cell" style:parent-style-name="Heading">
2995 <style:text-properties fo:color="#000000" fo:font-size="18pt" fo:font-style="normal" fo:font-weight="normal"/>
2996 </style:style>
2997 <style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="table-cell" style:parent-style-name="Heading">
2998 <style:text-properties fo:color="#000000" fo:font-size="12pt" fo:font-style="normal" fo:font-weight="normal"/>
2999 </style:style>
3000 <style:style style:name="Text" style:family="table-cell" style:parent-style-name="Default"/>
3001 <style:style style:name="Note" style:family="table-cell" style:parent-style-name="Text">
3002 <style:table-cell-properties fo:background-color="#ffffcc" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:border="0.74pt solid #808080"/>
3003 <style:text-properties fo:color="#333333" fo:font-size="10pt" fo:font-style="normal" fo:font-weight="normal"/>
3004 </style:style>
3005 <style:style style:name="Footnote" style:family="table-cell" style:parent-style-name="Text">
3006 <style:text-properties fo:color="#808080" fo:font-size="10pt" fo:font-style="italic" fo:font-weight="normal"/>
3007 </style:style>
3008 <style:style style:name="Status" style:family="table-cell" style:parent-style-name="Default"/>
3009 <style:style style:name="Good" style:family="table-cell" style:parent-style-name="Status">
3010 <style:table-cell-properties fo:background-color="#ccffcc"/>
3011 <style:text-properties fo:color="#006600" fo:font-size="10pt" fo:font-style="normal" fo:font-weight="normal"/>
3012 </style:style>
3013 <style:style style:name="Neutral" style:family="table-cell" style:parent-style-name="Status">
3014 <style:table-cell-properties fo:background-color="#ffffcc"/>
3015 <style:text-properties fo:color="#996600" fo:font-size="10pt" fo:font-style="normal" fo:font-weight="normal"/>
3016 </style:style>
3017 <style:style style:name="Bad" style:family="table-cell" style:parent-style-name="Status">
3018 <style:table-cell-properties fo:background-color="#ffcccc"/>
3019 <style:text-properties fo:color="#cc0000" fo:font-size="10pt" fo:font-style="normal" fo:font-weight="normal"/>
3020 </style:style>
3021 <style:style style:name="Warning" style:family="table-cell" style:parent-style-name="Status">
3022 <style:text-properties fo:color="#cc0000" fo:font-size="10pt" fo:font-style="normal" fo:font-weight="normal"/>
3023 </style:style>
3024 <style:style style:name="Error" style:family="table-cell" style:parent-style-name="Status">
3025 <style:table-cell-properties fo:background-color="#cc0000"/>
3026 <style:text-properties fo:color="#ffffff" fo:font-size="10pt" fo:font-style="normal" fo:font-weight="bold"/>
3027 </style:style>
3028 <style:style style:name="Accent" style:family="table-cell" style:parent-style-name="Default">
3029 <style:text-properties fo:color="#000000" fo:font-size="10pt" fo:font-style="normal" fo:font-weight="bold"/>
3030 </style:style>
3031 <style:style style:name="Accent_20_1" style:display-name="Accent 1" style:family="table-cell" style:parent-style-name="Accent">
3032 <style:table-cell-properties fo:background-color="#000000"/>
3033 <style:text-properties fo:color="#ffffff" fo:font-size="10pt" fo:font-style="normal" fo:font-weight="normal"/>
3034 </style:style>
3035 <style:style style:name="Accent_20_2" style:display-name="Accent 2" style:family="table-cell" style:parent-style-name="Accent">
3036 <style:table-cell-properties fo:background-color="#808080"/>
3037 <style:text-properties fo:color="#ffffff" fo:font-size="10pt" fo:font-style="normal" fo:font-weight="normal"/>
3038 </style:style>
3039 <style:style style:name="Accent_20_3" style:display-name="Accent 3" style:family="table-cell" style:parent-style-name="Accent">
3040 <style:table-cell-properties fo:background-color="#dddddd"/>
3041 </style:style>
3042 <style:style style:name="Result" style:family="table-cell" style:parent-style-name="Default">
3043 <style:text-properties fo:font-style="italic" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" fo:font-weight="bold"/>
3044 </style:style>
3045 <style:style style:name="Result2" style:family="table-cell" style:parent-style-name="Result" style:data-style-name="N122"/>
3046 <style:style style:name="Heading1" style:family="table-cell" style:parent-style-name="Heading">
3047 <style:table-cell-properties style:rotation-angle="90"/>
3048 </style:style>
3049 <style:style style:name="Name1" style:family="table-cell" style:parent-style-name="Default">
3050 <style:table-cell-properties fo:background-color="#feffcc" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:border="0.06pt dotted #ffcc12"/>
3051 </style:style>
3052 <style:style style:name="Name2" style:family="table-cell" style:parent-style-name="Default">
3053 <style:table-cell-properties fo:border-bottom="1.7pt solid #aeee11" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:border-left="0.71pt solid #11ee11" fo:border-right="0.2pt dash-dot-dot #05ee11" fo:border-top="0.71pt solid #ffee11"/>
3054 </style:style>
3055 <style:style style:name="Name3" style:family="table-cell" style:parent-style-name="Default">
3056 <style:table-cell-properties fo:border-bottom="none" style:diagonal-bl-tr="1.7pt dashed #ffccee" style:diagonal-tl-br="0.71pt dash-dot #120000" fo:border-left="none" fo:border-right="0.71pt dotted #000000" fo:border-top="none"/>
3057 </style:style>
3058 <style:style style:name="Name4" style:family="table-cell" style:parent-style-name="Default">
3059 <style:table-cell-properties fo:border-bottom="none" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:border-left="0.71pt solid #000000" fo:border-right="0.71pt dotted #000000" fo:border-top="0.71pt solid #000000"/>
3060 </style:style>
3061 <style:style style:name="Name5" style:family="table-cell" style:parent-style-name="Default">
3062 <style:table-cell-properties style:cell-protect="hidden-and-protected" style:print-content="false"/>
3063 </style:style>
3064 <style:style style:name="Name6" style:family="table-cell" style:parent-style-name="Default">
3065 <style:table-cell-properties style:cell-protect="protected formula-hidden" style:print-content="true"/>
3066 </style:style>
3067 <style:style style:name="Name7" style:family="table-cell" style:parent-style-name="Default">
3068 <style:table-cell-properties style:cell-protect="none" style:print-content="false"/>
3069 </style:style>
3070 <style:style style:name="Name8" style:family="table-cell" style:parent-style-name="Default">
3071 <style:text-properties fo:color="#808080" style:font-name="Liberation Sans1" fo:font-family="&apos;Liberation Sans&apos;" style:font-style-name="Liberation Sans" fo:font-size="24pt" fo:font-style="italic" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="#808080" fo:font-weight="bold"/>
3072 </style:style>
3073 <style:style style:name="Name9" style:family="table-cell" style:parent-style-name="Default">
3074 <style:text-properties fo:color="#ffffff" style:font-name="Tahoma" fo:font-family="Tahoma" style:font-style-name="Tahoma" fo:font-size="1pt" fo:font-style="normal" style:text-underline-style="dash" style:text-underline-width="auto" style:text-underline-color="#1856ff" fo:font-weight="bold"/>
3075 </style:style>
3076 <style:style style:name="Name20" style:family="table-cell" style:parent-style-name="Default">
3077 <style:text-properties style:text-line-through-style="solid" style:text-line-through-type="single"/>
3078 </style:style>
3079 <style:style style:name="Name21" style:family="table-cell" style:parent-style-name="Default">
3080 <style:text-properties style:text-line-through-style="solid" style:text-line-through-type="single" style:text-line-through-width="bold"/>
3081 </style:style>
3082 <style:style style:name="Name22" style:family="table-cell" style:parent-style-name="Default">
3083 <style:text-properties style:text-line-through-style="solid" style:text-line-through-type="single" style:text-line-through-text="/"/>
3084 </style:style>
3085 <style:style style:name="Name23" style:family="table-cell" style:parent-style-name="Default">
3086 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false" style:vertical-align="middle"/>
3087 <style:paragraph-properties fo:text-align="start"/>
3088 </style:style>
3089 <style:style style:name="Untitled1" style:family="table-cell" style:parent-style-name="Default">
3090 <style:table-cell-properties fo:background-color="#ff3333"/>
3091 </style:style>
3092 <style:style style:name="Untitled2" style:family="table-cell" style:parent-style-name="Default">
3093 <style:table-cell-properties fo:background-color="#99ff66"/>
3094 </style:style>
3095 <style:style style:name="Comma_20_2" style:display-name="Comma 2" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N126">
3096 <style:table-cell-properties fo:padding="2.01pt"/>
3097 </style:style>
3098 <style:style style:name="Normal_20_2" style:display-name="Normal 2" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N0">
3099 <style:table-cell-properties style:glyph-orientation-vertical="0" style:cell-protect="protected" style:print-content="true" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" style:text-align-source="value-type" style:repeat-content="false" fo:background-color="transparent" fo:wrap-option="no-wrap" fo:border="none" style:direction="ltr" fo:padding="2.01pt" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="automatic" loext:vertical-justify="auto"/>
3100 <style:paragraph-properties css3t:text-justify="auto" fo:margin-left="0pt" style:writing-mode="page"/>
3101 <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Times New Roman" fo:font-family="&apos;Times New Roman&apos;" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="11pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Times New Roman" style:font-family-complex="&apos;Times New Roman&apos;" style:font-family-generic-complex="swiss" style:font-pitch-complex="variable" style:font-size-complex="11pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
3102 </style:style>
3103 <style:style style:name="Normal_5f_Amortization_20_Schedule" style:display-name="Normal_Amortization Schedule" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N0">
3104 <style:table-cell-properties style:glyph-orientation-vertical="0" style:cell-protect="protected" style:print-content="true" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" style:text-align-source="value-type" style:repeat-content="false" fo:background-color="transparent" fo:wrap-option="no-wrap" fo:border="none" style:direction="ltr" fo:padding="2.01pt" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="automatic" loext:vertical-justify="auto"/>
3105 <style:paragraph-properties css3t:text-justify="auto" fo:margin-left="0pt" style:writing-mode="page"/>
3106 <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Times New Roman1" fo:font-family="&apos;Times New Roman&apos;" style:font-family-generic="roman" style:font-pitch="variable" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Times New Roman1" style:font-family-complex="&apos;Times New Roman&apos;" style:font-family-generic-complex="roman" style:font-pitch-complex="variable" style:font-size-complex="10pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
3107 </style:style>
3108 <style:style style:name="Excel_5f_CondFormat_5f_1_5f_2_5f_1" style:display-name="Excel_CondFormat_1_2_1" style:family="table-cell" style:parent-style-name="Default">
3109 <style:text-properties fo:color="#0000ff"/>
3110 </style:style>
3111 <style:style style:name="Excel_5f_CondFormat_5f_1_5f_2_5f_2" style:display-name="Excel_CondFormat_1_2_2" style:family="table-cell" style:parent-style-name="Default">
3112 <style:text-properties fo:color="#ff0000"/>
3113 </style:style>
3114 <style:style style:name="Excel_5f_CondFormat_5f_1_5f_3_5f_1" style:display-name="Excel_CondFormat_1_3_1" style:family="table-cell" style:parent-style-name="Default"/>
3115 <style:style style:name="science" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N127"/>
3116 <style:style style:name="genauSF" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N127">
3117 <style:text-properties style:font-name="Courier New" fo:font-family="&apos;Courier New&apos;" style:font-style-name="Regular" style:font-family-generic="modern" style:font-pitch="fixed"/>
3118 </style:style>
3119 <style:style style:name="high_20_fixed_20_point" style:display-name="high fixed point" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N128"/>
3120 <style:style style:name="Gnumeric-default" style:family="table-cell" style:parent-style-name="Default">
3121 <style:table-cell-properties style:glyph-orientation-vertical="auto" style:cell-protect="protected" style:print-content="true" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" style:text-align-source="value-type" style:repeat-content="false" fo:background-color="transparent" fo:wrap-option="no-wrap" fo:border="none" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="bottom"/>
3122 <style:text-properties fo:color="#000000" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Sans" fo:font-family="Sans" fo:font-size="10pt" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal"/>
3123 </style:style>
3124 <style:style style:name="Normal_5f_Intro" style:display-name="Normal_Intro" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N0">
3125 <style:table-cell-properties style:glyph-orientation-vertical="0" style:cell-protect="protected" style:print-content="true" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" style:text-align-source="value-type" style:repeat-content="false" fo:background-color="transparent" fo:wrap-option="no-wrap" fo:border="none" style:direction="ltr" fo:padding="2.01pt" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="automatic" loext:vertical-justify="auto"/>
3126 <style:paragraph-properties css3t:text-justify="auto" fo:margin-left="0pt" style:writing-mode="page"/>
3127 <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Arial" fo:font-family="Arial" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="12pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="12pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Arial" style:font-family-complex="Arial" style:font-family-generic-complex="swiss" style:font-pitch-complex="variable" style:font-size-complex="12pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
3128 </style:style>
3129 <style:style style:name="text" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N100">
3130 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false" fo:wrap-option="wrap" style:vertical-align="middle"/>
3131 <style:paragraph-properties fo:text-align="start" fo:margin-left="6.01pt"/>
3132 <style:text-properties fo:hyphenate="true"/>
3133 </style:style>
3134 <style:style style:name="text_20_en" style:display-name="text en" style:family="table-cell" style:parent-style-name="text">
3135 <style:text-properties fo:language="en" fo:country="US"/>
3136 </style:style>
3137 <style:style style:name="Hyperlink" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N0">
3138 <style:text-properties fo:color="#0563c1" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
3139 </style:style>
3140 <style:style style:name="Excel_5f_CondFormat_5f_1_5f_1_5f_1" style:display-name="Excel_CondFormat_1_1_1" style:family="table-cell" style:parent-style-name="Default">
3141 <style:table-cell-properties fo:background-color="#ff9900"/>
3142 </style:style>
3143 <style:style style:name="Excel_5f_CondFormat_5f_1_5f_3_5f_2" style:display-name="Excel_CondFormat_1_3_2" style:family="table-cell" style:parent-style-name="Default">
3144 <style:table-cell-properties fo:background-color="#00ff00"/>
3145 <style:text-properties style:use-window-font-color="true"/>
3146 </style:style>
3147 <style:style style:name="Excel_5f_CondFormat_5f_1_5f_3_5f_3" style:display-name="Excel_CondFormat_1_3_3" style:family="table-cell" style:parent-style-name="Default">
3148 <style:table-cell-properties fo:background-color="#99ccff"/>
3149 </style:style>
3150 <style:style style:name="Excel_5f_CondFormat_5f_1_5f_8_5f_1" style:display-name="Excel_CondFormat_1_8_1" style:family="table-cell" style:parent-style-name="Default">
3151 <style:table-cell-properties fo:background-color="#ffcc00"/>
3152 </style:style>
3153 <style:style style:name="Excel_5f_CondFormat_5f_1_5f_8_5f_2" style:display-name="Excel_CondFormat_1_8_2" style:family="table-cell" style:parent-style-name="Default">
3154 <style:table-cell-properties fo:background-color="#00ff00"/>
3155 <style:text-properties style:use-window-font-color="true"/>
3156 </style:style>
3157 <style:style style:name="Excel_5f_CondFormat_5f_1_5f_8_5f_3" style:display-name="Excel_CondFormat_1_8_3" style:family="table-cell" style:parent-style-name="Default">
3158 <style:table-cell-properties fo:background-color="#99ccff"/>
3159 </style:style>
3160 <draw:marker draw:name="Arrowheads_20_1" draw:display-name="Arrowheads 1" svg:viewBox="0 0 20 30" svg:d="M10 0l-10 30h20z"/>
3161 </office:styles>
3162 <office:automatic-styles>
3163 <style:style style:name="co1" style:family="table-column">
3164 <style:table-column-properties fo:break-before="auto" style:column-width="185.7pt"/>
3165 </style:style>
3166 <style:style style:name="co2" style:family="table-column">
3167 <style:table-column-properties fo:break-before="auto" style:column-width="252.51pt"/>
3168 </style:style>
3169 <style:style style:name="co3" style:family="table-column">
3170 <style:table-column-properties fo:break-before="auto" style:column-width="64.01pt"/>
3171 </style:style>
3172 <style:style style:name="co4" style:family="table-column">
3173 <style:table-column-properties fo:break-before="auto" style:column-width="144.91pt"/>
3174 </style:style>
3175 <style:style style:name="co5" style:family="table-column">
3176 <style:table-column-properties fo:break-before="auto" style:column-width="68.34pt"/>
3177 </style:style>
3178 <style:style style:name="co6" style:family="table-column">
3179 <style:table-column-properties fo:break-before="auto" style:column-width="74.21pt"/>
3180 </style:style>
3181 <style:style style:name="co7" style:family="table-column">
3182 <style:table-column-properties fo:break-before="auto" style:column-width="179.09pt"/>
3183 </style:style>
3184 <style:style style:name="co8" style:family="table-column">
3185 <style:table-column-properties fo:break-before="auto" style:column-width="140.94pt"/>
3186 </style:style>
3187 <style:style style:name="co9" style:family="table-column">
3188 <style:table-column-properties fo:break-before="auto" style:column-width="47.06pt"/>
3189 </style:style>
3190 <style:style style:name="co10" style:family="table-column">
3191 <style:table-column-properties fo:break-before="auto" style:column-width="19.84pt"/>
3192 </style:style>
3193 <style:style style:name="co11" style:family="table-column">
3194 <style:table-column-properties fo:break-before="auto" style:column-width="21.6pt"/>
3195 </style:style>
3196 <style:style style:name="co12" style:family="table-column">
3197 <style:table-column-properties fo:break-before="auto" style:column-width="105.85pt"/>
3198 </style:style>
3199 <style:style style:name="co13" style:family="table-column">
3200 <style:table-column-properties fo:break-before="auto" style:column-width="172.91pt"/>
3201 </style:style>
3202 <style:style style:name="co14" style:family="table-column">
3203 <style:table-column-properties fo:break-before="auto" style:column-width="119.65pt"/>
3204 </style:style>
3205 <style:style style:name="co15" style:family="table-column">
3206 <style:table-column-properties fo:break-before="auto" style:column-width="145.64pt"/>
3207 </style:style>
3208 <style:style style:name="co16" style:family="table-column">
3209 <style:table-column-properties fo:break-before="auto" style:column-width="159pt"/>
3210 </style:style>
3211 <style:style style:name="co17" style:family="table-column">
3212 <style:table-column-properties fo:break-before="auto" style:column-width="177.51pt"/>
3213 </style:style>
3214 <style:style style:name="co18" style:family="table-column">
3215 <style:table-column-properties fo:break-before="auto" style:column-width="151.31pt"/>
3216 </style:style>
3217 <style:style style:name="co19" style:family="table-column">
3218 <style:table-column-properties fo:break-before="auto" style:column-width="176pt"/>
3219 </style:style>
3220 <style:style style:name="co20" style:family="table-column">
3221 <style:table-column-properties fo:break-before="auto" style:column-width="130.45pt"/>
3222 </style:style>
3223 <style:style style:name="ro1" style:family="table-row">
3224 <style:table-row-properties style:row-height="24.46pt" fo:break-before="auto" style:use-optimal-row-height="true"/>
3225 </style:style>
3226 <style:style style:name="ro2" style:family="table-row">
3227 <style:table-row-properties style:row-height="12.81pt" fo:break-before="auto" style:use-optimal-row-height="true"/>
3228 </style:style>
3229 <style:style style:name="ro3" style:family="table-row">
3230 <style:table-row-properties style:row-height="17.35pt" fo:break-before="auto" style:use-optimal-row-height="true"/>
3231 </style:style>
3232 <style:style style:name="ro4" style:family="table-row">
3233 <style:table-row-properties style:row-height="15pt" fo:break-before="auto" style:use-optimal-row-height="true"/>
3234 </style:style>
3235 <style:style style:name="ro5" style:family="table-row">
3236 <style:table-row-properties style:row-height="17.01pt" fo:break-before="auto" style:use-optimal-row-height="true"/>
3237 </style:style>
3238 <style:style style:name="ro6" style:family="table-row">
3239 <style:table-row-properties style:row-height="15.79pt" fo:break-before="auto" style:use-optimal-row-height="true"/>
3240 </style:style>
3241 <style:style style:name="ta1" style:family="table" style:master-page-name="Default">
3242 <style:table-properties table:display="true" style:writing-mode="lr-tb"/>
3243 </style:style>
3244 <number:number-style style:name="N61">
3245 <number:scientific-number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:min-exponent-digits="2" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
3246 </number:number-style>
3247 <number:boolean-style style:name="N99">
3248 <number:boolean/>
3249 </number:boolean-style>
3250 <style:style style:name="ce18" style:family="table-cell" style:parent-style-name="Default">
3251 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3252 <style:paragraph-properties fo:text-align="start" fo:margin-left="0pt"/>
3253 <style:text-properties fo:font-size="20pt" fo:font-weight="bold" style:font-size-asian="20pt" style:font-weight-asian="bold" style:font-size-complex="20pt" style:font-weight-complex="bold"/>
3254 </style:style>
3255 <style:style style:name="ce20" style:family="table-cell" style:parent-style-name="Default">
3256 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3257 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3258 <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"/>
3259 </style:style>
3260 <style:style style:name="ce21" style:family="table-cell" style:parent-style-name="Default">
3261 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3262 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3263 <style:text-properties fo:font-size="12pt" fo:font-weight="bold" style:font-size-asian="12pt" style:font-weight-asian="bold" style:font-size-complex="12pt" style:font-weight-complex="bold"/>
3264 </style:style>
3265 <style:style style:name="ce22" style:family="table-cell" style:parent-style-name="Default">
3266 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3267 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3268 </style:style>
3269 <style:style style:name="ce25" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99">
3270 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3271 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3272 <style:map style:condition="cell-content()=&quot;&quot;" style:apply-style-name="Default" style:base-cell-address="Sheet1.B3"/>
3273 <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B3"/>
3274 <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B3"/>
3275 </style:style>
3276 <style:style style:name="ce26" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99">
3277 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3278 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3279 <style:map style:condition="cell-content()=&quot;&quot;" style:apply-style-name="Default" style:base-cell-address="Sheet1.B8"/>
3280 <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B8"/>
3281 <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B8"/>
3282 </style:style>
3283 <style:style style:name="ce30" style:family="table-cell" style:parent-style-name="Default">
3284 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3285 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3286 <style:map style:condition="cell-content()=&quot;&quot;" style:apply-style-name="Default" style:base-cell-address="Sheet1.B8"/>
3287 <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B8"/>
3288 <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B8"/>
3289 </style:style>
3290 <style:style style:name="ce31" style:family="table-cell" style:parent-style-name="Default">
3291 <style:table-cell-properties fo:wrap-option="wrap"/>
3292 <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Liberation Serif" fo:font-size="10pt" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-size-asian="10pt" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
3293 </style:style>
3294 <style:style style:name="ce9" style:family="table-cell" style:parent-style-name="Default">
3295 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3296 <style:paragraph-properties fo:text-align="start" fo:margin-left="0pt"/>
3297 <style:text-properties fo:font-size="20pt" fo:font-weight="bold" style:font-size-asian="20pt" style:font-weight-asian="bold" style:font-size-complex="20pt" style:font-weight-complex="bold"/>
3298 </style:style>
3299 <style:style style:name="ce10" style:family="table-cell" style:parent-style-name="Default">
3300 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3301 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3302 <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"/>
3303 </style:style>
3304 <style:style style:name="ce11" style:family="table-cell" style:parent-style-name="Default">
3305 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3306 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3307 <style:text-properties fo:font-size="12pt" fo:font-weight="bold" style:font-size-asian="12pt" style:font-weight-asian="bold" style:font-size-complex="12pt" style:font-weight-complex="bold"/>
3308 </style:style>
3309 <style:style style:name="ce12" style:family="table-cell" style:parent-style-name="Default">
3310 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3311 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3312 </style:style>
3313 <style:style style:name="ce14" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99">
3314 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3315 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3316 <style:map style:condition="cell-content()=&quot;&quot;" style:apply-style-name="Default" style:base-cell-address="Sheet1.B3"/>
3317 <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B3"/>
3318 <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B3"/>
3319 </style:style>
3320 <style:style style:name="ce16" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99">
3321 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3322 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3323 <style:map style:condition="cell-content()=&quot;&quot;" style:apply-style-name="Default" style:base-cell-address="Sheet1.B8"/>
3324 <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B8"/>
3325 <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B8"/>
3326 </style:style>
3327 <style:style style:name="ce23" style:family="table-cell" style:parent-style-name="Default">
3328 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3329 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3330 <style:map style:condition="cell-content()=&quot;&quot;" style:apply-style-name="Default" style:base-cell-address="Sheet1.B8"/>
3331 <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B8"/>
3332 <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B8"/>
3333 </style:style>
3334 <style:style style:name="ce29" style:family="table-cell" style:parent-style-name="Default">
3335 <style:table-cell-properties fo:wrap-option="wrap"/>
3336 <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Liberation Serif" fo:font-size="10pt" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-size-asian="10pt" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
3337 </style:style>
3338 <style:style style:name="ce17" style:family="table-cell" style:parent-style-name="Default">
3339 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3340 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3341 <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
3342 </style:style>
3343 <style:style style:name="ce19" style:family="table-cell" style:parent-style-name="Default">
3344 <style:table-cell-properties fo:wrap-option="wrap"/>
3345 <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
3346 </style:style>
3347 <style:style style:name="ce66" style:family="table-cell" style:parent-style-name="science">
3348 <style:table-cell-properties fo:wrap-option="wrap"/>
3349 <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
3350 </style:style>
3351 <style:style style:name="ce27" style:family="table-cell" style:parent-style-name="science">
3352 <style:table-cell-properties style:glyph-orientation-vertical="0" style:cell-protect="protected" style:print-content="true" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" style:text-align-source="value-type" style:repeat-content="false" fo:wrap-option="no-wrap" fo:border="none" style:direction="ltr" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="automatic"/>
3353 <style:paragraph-properties fo:margin-left="0pt" style:writing-mode="page"/>
3354 <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-size="11pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="11pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
3355 </style:style>
3356 <style:style style:name="ce13" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N61">
3357 <style:table-cell-properties fo:wrap-option="wrap"/>
3358 <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
3359 </style:style>
3360 <style:style style:name="ce24" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N165"/>
3361 <style:style style:name="ce15" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99">
3362 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3363 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3364 <style:map style:condition="cell-content()=&quot;&quot;" style:apply-style-name="Default" style:base-cell-address="Sheet2.C2"/>
3365 <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C2"/>
3366 <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C2"/>
3367 </style:style>
3368 <style:style style:name="ce28" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99">
3369 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3370 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3371 <style:map style:condition="cell-content()=&quot;&quot;" style:apply-style-name="Default" style:base-cell-address="Sheet2.C4"/>
3372 <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C4"/>
3373 <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C4"/>
3374 </style:style>
3375 <style:style style:name="ce59" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99">
3376 <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/>
3377 <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
3378 </style:style>
3379 <style:style style:name="ce32" style:family="table-cell" style:parent-style-name="Default">
3380 <style:text-properties style:font-name="Liberation Serif" style:font-name-asian="Microsoft YaHei" style:font-name-complex="Mangal"/>
3381 </style:style>
3382 <style:style style:name="ce44" style:family="table-cell" style:parent-style-name="Default">
3383 <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="ar" style:country-asian="SA" style:font-style-asian="normal" style:language-complex="none" style:country-complex="none" style:font-style-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
3384 </style:style>
3385 <style:style style:name="ce36" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N343">
3386 <style:table-cell-properties fo:background-color="transparent"/>
3387 </style:style>
3388 <style:style style:name="ce37" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N0"/>
3389 <style:style style:name="ce58" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N158">
3390 <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Arial1" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
3391 </style:style>
3392 <style:style style:name="ce60" style:family="table-cell" style:parent-style-name="science">
3393 <style:text-properties fo:color="#0000ff"/>
3394 </style:style>
3395 <style:style style:name="ce38" style:family="table-cell" style:parent-style-name="Default">
3396 <style:table-cell-properties fo:wrap-option="wrap"/>
3397 <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
3398 </style:style>
3399 <style:style style:name="ce46" style:family="table-cell" style:parent-style-name="Default">
3400 <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
3401 </style:style>
3402 <style:style style:name="ce55" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N0">
3403 <style:table-cell-properties style:glyph-orientation-vertical="0" style:cell-protect="protected" style:print-content="true" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" style:text-align-source="value-type" style:repeat-content="false" fo:background-color="transparent" fo:wrap-option="no-wrap" fo:border="none" style:direction="ltr" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="automatic"/>
3404 <style:paragraph-properties fo:margin-left="0pt" style:writing-mode="page"/>
3405 <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-size="11pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="11pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
3406 </style:style>
3407 <style:style style:name="ce52" style:family="table-cell" style:parent-style-name="Default">
3408 <style:table-cell-properties fo:wrap-option="wrap"/>
3409 <style:text-properties style:font-name="Albany" style:font-name-asian="Andale Sans UI" style:font-name-complex="Lucidasans"/>
3410 </style:style>
3411 <style:style style:name="ce65" style:family="table-cell" style:parent-style-name="science">
3412 <style:table-cell-properties fo:wrap-option="wrap"/>
3413 <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
3414 </style:style>
3415 <style:style style:name="ce67" style:family="table-cell" style:parent-style-name="science">
3416 <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
3417 </style:style>
3418 <style:page-layout style:name="pm1">
3419 <style:page-layout-properties style:first-page-number="continue" style:writing-mode="lr-tb"/>
3420 <style:header-style>
3421 <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="0pt" fo:margin-right="0pt" fo:margin-bottom="7.09pt"/>
3422 </style:header-style>
3423 <style:footer-style>
3424 <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="0pt" fo:margin-right="0pt" fo:margin-top="7.09pt"/>
3425 </style:footer-style>
3426 </style:page-layout>
3427 <style:page-layout style:name="pm2">
3428 <style:page-layout-properties style:writing-mode="lr-tb"/>
3429 <style:header-style>
3430 <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="0pt" fo:margin-right="0pt" fo:margin-bottom="7.09pt" fo:border="2.49pt solid #000000" fo:padding="0.51pt" fo:background-color="#c0c0c0">
3431 <style:background-image/>
3432 </style:header-footer-properties>
3433 </style:header-style>
3434 <style:footer-style>
3435 <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="0pt" fo:margin-right="0pt" fo:margin-top="7.09pt" fo:border="2.49pt solid #000000" fo:padding="0.51pt" fo:background-color="#c0c0c0">
3436 <style:background-image/>
3437 </style:header-footer-properties>
3438 </style:footer-style>
3439 </style:page-layout>
3440 <style:page-layout style:name="pm3">
3441 <style:page-layout-properties fo:margin-top="54pt" fo:margin-bottom="54pt" fo:margin-left="50.4pt" fo:margin-right="50.4pt" style:first-page-number="continue" style:writing-mode="lr-tb"/>
3442 <style:header-style>
3443 <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="3.46pt" fo:margin-right="3.46pt" fo:margin-bottom="0pt"/>
3444 </style:header-style>
3445 <style:footer-style>
3446 <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="3.46pt" fo:margin-right="3.46pt" fo:margin-top="0pt"/>
3447 </style:footer-style>
3448 </style:page-layout>
3449 <style:page-layout style:name="pm4">
3450 <style:page-layout-properties fo:margin-top="56.69pt" fo:margin-bottom="56.69pt" fo:margin-left="50.4pt" fo:margin-right="50.4pt" style:first-page-number="continue" style:writing-mode="lr-tb"/>
3451 <style:header-style>
3452 <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="3.46pt" fo:margin-right="3.46pt" fo:margin-bottom="0pt"/>
3453 </style:header-style>
3454 <style:footer-style>
3455 <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="3.46pt" fo:margin-right="3.46pt" fo:margin-top="0pt"/>
3456 </style:footer-style>
3457 </style:page-layout>
3458 <style:page-layout style:name="pm5">
3459 <style:page-layout-properties fo:page-width="595.3pt" fo:page-height="841.89pt" style:num-format="1" style:print-orientation="portrait" fo:margin-top="72pt" fo:margin-bottom="72pt" fo:margin-left="54pt" fo:margin-right="54pt" style:first-page-number="continue" style:scale-to="100%" style:writing-mode="lr-tb"/>
3460 <style:header-style>
3461 <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="0pt" fo:margin-right="0pt" fo:margin-bottom="0pt"/>
3462 </style:header-style>
3463 <style:footer-style>
3464 <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="0pt" fo:margin-right="0pt" fo:margin-top="0pt"/>
3465 </style:footer-style>
3466 </style:page-layout>
3467 </office:automatic-styles>
3468 <office:master-styles>
3469 <style:master-page style:name="Default" style:page-layout-name="pm1">
3470 <style:header>
3471 <text:p><text:sheet-name>???</text:sheet-name></text:p>
3472 </style:header>
3473 <style:header-left style:display="false"/>
3474 <style:footer>
3475 <text:p>Page <text:page-number>1</text:page-number></text:p>
3476 </style:footer>
3477 <style:footer-left style:display="false"/>
3478 </style:master-page>
3479 <style:master-page style:name="Report" style:page-layout-name="pm2">
3480 <style:header>
3481 <style:region-left>
3482 <text:p><text:sheet-name>???</text:sheet-name> (<text:title>???</text:title>)</text:p>
3483 </style:region-left>
3484 <style:region-right>
3485 <text:p><text:date style:data-style-name="N2" text:date-value="2017-03-01">00/00/0000</text:date>, <text:time style:data-style-name="N2" text:time-value="23:17:15.651121871">00:00:00</text:time></text:p>
3486 </style:region-right>
3487 </style:header>
3488 <style:header-left style:display="false"/>
3489 <style:footer>
3490 <text:p>Page <text:page-number>1</text:page-number> / <text:page-count>99</text:page-count></text:p>
3491 </style:footer>
3492 <style:footer-left style:display="false"/>
3493 </style:master-page>
3494 <style:master-page style:name="PageStyle_5f_Accrued_20_Interest_20_Calculation" style:display-name="PageStyle_Accrued Interest Calculation" style:page-layout-name="pm3">
3495 <style:header style:display="false"/>
3496 <style:header-left style:display="false"/>
3497 <style:footer style:display="false"/>
3498 <style:footer-left style:display="false"/>
3499 </style:master-page>
3500 <style:master-page style:name="PageStyle_5f_List1" style:display-name="PageStyle_List1" style:page-layout-name="pm4">
3501 <style:header style:display="false"/>
3502 <style:header-left style:display="false"/>
3503 <style:footer style:display="false"/>
3504 <style:footer-left style:display="false"/>
3505 </style:master-page>
3506 <style:master-page style:name="PageStyle_5f_F-Test" style:display-name="PageStyle_F-Test" style:page-layout-name="pm5">
3507 <style:header style:display="false"/>
3508 <style:header-left style:display="false"/>
3509 <style:footer style:display="false"/>
3510 <style:footer-left style:display="false"/>
3511 </style:master-page>
3512 <style:master-page style:name="PageStyle_5f_List1_20_1" style:display-name="PageStyle_List1 1" style:page-layout-name="pm4">
3513 <style:header style:display="false"/>
3514 <style:header-left style:display="false"/>
3515 <style:footer style:display="false"/>
3516 <style:footer-left style:display="false"/>
3517 </style:master-page>
3518 </office:master-styles>
3519 <office:body>
3520 <office:spreadsheet>
3521 <table:calculation-settings table:automatic-find-labels="false"/>
3522 <table:table table:name="Sheet1" table:style-name="ta1">
3523 <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
3524 <table:table-column table:style-name="co1" table:default-cell-style-name="Default"/>
3525 <table:table-column table:style-name="co1" table:default-cell-style-name="ce12"/>
3526 <table:table-column table:style-name="co2" table:default-cell-style-name="Default"/>
3527 <table:table-row table:style-name="ro1">
3528 <table:table-cell table:style-name="ce9" office:value-type="string" calcext:value-type="string">
3529 <text:p>Own function in basic</text:p>
3530 </table:table-cell>
3531 <table:table-cell table:number-columns-repeated="2"/>
3532 </table:table-row>
3533 <table:table-row table:style-name="ro2">
3534 <table:table-cell table:number-columns-repeated="3"/>
3535 </table:table-row>
3536 <table:table-row table:style-name="ro3">
3537 <table:table-cell table:style-name="ce10" office:value-type="string" calcext:value-type="string">
3538 <text:p>Result</text:p>
3539 </table:table-cell>
3540 <table:table-cell table:style-name="ce14" table:formula="of:=AND([.B8:.B95])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean">
3541 <text:p>TRUE</text:p>
3542 </table:table-cell>
3543 <table:table-cell/>
3544 </table:table-row>
3545 <table:table-row table:style-name="ro2" table:number-rows-repeated="3">
3546 <table:table-cell table:number-columns-repeated="3"/>
3547 </table:table-row>
3548 <table:table-row table:style-name="ro4">
3549 <table:table-cell table:style-name="ce11" office:value-type="string" calcext:value-type="string">
3550 <text:p>Sheet</text:p>
3551 </table:table-cell>
3552 <table:table-cell table:style-name="ce11" office:value-type="string" calcext:value-type="string">
3553 <text:p>Result</text:p>
3554 </table:table-cell>
3555 <table:table-cell table:style-name="ce11" office:value-type="string" calcext:value-type="string">
3556 <text:p>Description</text:p>
3557 </table:table-cell>
3558 </table:table-row>
3559 <table:table-row table:style-name="ro5">
3560 <table:table-cell office:value-type="float" office:value="1" calcext:value-type="float">
3561 <text:p>1</text:p>
3562 </table:table-cell>
3563 <table:table-cell table:style-name="ce16" table:formula="of:=AND([Sheet2.C2:.C841])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean">
3564 <text:p>TRUE</text:p>
3565 </table:table-cell>
3566 <table:table-cell office:value-type="string" calcext:value-type="string">
3567 <text:p>Simple own function in basic</text:p>
3568 </table:table-cell>
3569 </table:table-row>
3570 <table:table-row table:style-name="ro2" table:number-rows-repeated="3">
3571 <table:table-cell/>
3572 <table:table-cell table:style-name="ce23"/>
3573 <table:table-cell/>
3574 </table:table-row>
3575 <table:table-row table:style-name="ro2">
3576 <table:table-cell/>
3577 <table:table-cell table:style-name="ce23"/>
3578 <table:table-cell table:style-name="ce29"/>
3579 </table:table-row>
3580 <table:table-row table:style-name="ro2" table:number-rows-repeated="4">
3581 <table:table-cell/>
3582 <table:table-cell table:style-name="ce23"/>
3583 <table:table-cell/>
3584 </table:table-row>
3585 <table:table-row table:style-name="ro6">
3586 <table:table-cell/>
3587 <table:table-cell table:style-name="ce23"/>
3588 <table:table-cell/>
3589 </table:table-row>
3590 <table:table-row table:style-name="ro2" table:number-rows-repeated="4">
3591 <table:table-cell/>
3592 <table:table-cell table:style-name="ce23"/>
3593 <table:table-cell/>
3594 </table:table-row>
3595 <table:table-row table:style-name="ro6">
3596 <table:table-cell/>
3597 <table:table-cell table:style-name="ce23"/>
3598 <table:table-cell/>
3599 </table:table-row>
3600 <table:table-row table:style-name="ro2" table:number-rows-repeated="16">
3601 <table:table-cell/>
3602 <table:table-cell table:style-name="ce23"/>
3603 <table:table-cell/>
3604 </table:table-row>
3605 <table:table-row table:style-name="ro2" table:number-rows-repeated="1048537">
3606 <table:table-cell table:number-columns-repeated="3"/>
3607 </table:table-row>
3608 <table:table-row table:style-name="ro2">
3609 <table:table-cell table:number-columns-repeated="3"/>
3610 </table:table-row>
3611 <calcext:conditional-formats>
3612 <calcext:conditional-format calcext:target-range-address="Sheet1.B8:Sheet1.B38">
3613 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet1.B8"/>
3614 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet1.B8"/>
3615 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet1.B8"/>
3616 </calcext:conditional-format>
3617 <calcext:conditional-format calcext:target-range-address="Sheet1.B3:Sheet1.B3">
3618 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet1.B3"/>
3619 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet1.B3"/>
3620 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet1.B3"/>
3621 </calcext:conditional-format>
3622 </calcext:conditional-formats>
3623 </table:table>
3624 <table:table table:name="Sheet2" table:style-name="ta1" table:print="false">
3625 <office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
3626 <table:table-column table:style-name="co4" table:default-cell-style-name="Default"/>
3627 <table:table-column table:style-name="co5" table:default-cell-style-name="Default"/>
3628 <table:table-column table:style-name="co6" table:default-cell-style-name="ce12"/>
3629 <table:table-column table:style-name="co7" table:default-cell-style-name="Default"/>
3630 <table:table-column table:style-name="co8" table:default-cell-style-name="Default"/>
3631 <table:table-column table:style-name="co9" table:default-cell-style-name="Default"/>
3632 <table:table-column table:style-name="co10" table:default-cell-style-name="Default"/>
3633 <table:table-column table:style-name="co11" table:default-cell-style-name="Default"/>
3634 <table:table-column table:style-name="co12" table:default-cell-style-name="Default"/>
3635 <table:table-column table:style-name="co3" table:default-cell-style-name="Default"/>
3636 <table:table-column table:style-name="co13" table:default-cell-style-name="Default"/>
3637 <table:table-column table:style-name="co14" table:default-cell-style-name="Default"/>
3638 <table:table-column table:style-name="co3" table:number-columns-repeated="2" table:default-cell-style-name="Default"/>
3639 <table:table-column table:style-name="co15" table:default-cell-style-name="Default"/>
3640 <table:table-column table:style-name="co3" table:default-cell-style-name="Default"/>
3641 <table:table-column table:style-name="co16" table:default-cell-style-name="Default"/>
3642 <table:table-column table:style-name="co17" table:default-cell-style-name="Default"/>
3643 <table:table-column table:style-name="co3" table:number-columns-repeated="2" table:default-cell-style-name="Default"/>
3644 <table:table-column table:style-name="co18" table:default-cell-style-name="Default"/>
3645 <table:table-column table:style-name="co15" table:default-cell-style-name="Default"/>
3646 <table:table-column table:style-name="co19" table:default-cell-style-name="Default"/>
3647 <table:table-column table:style-name="co20" table:default-cell-style-name="Default"/>
3648 <table:table-column table:style-name="co15" table:default-cell-style-name="Default"/>
3649 <table:table-column table:style-name="co3" table:number-columns-repeated="5" table:default-cell-style-name="Default"/>
3650 <table:table-row table:style-name="ro6">
3651 <table:table-cell table:style-name="ce17" office:value-type="string" calcext:value-type="string">
3652 <text:p>Function</text:p>
3653 </table:table-cell>
3654 <table:table-cell table:style-name="ce17" office:value-type="string" calcext:value-type="string">
3655 <text:p>Expected</text:p>
3656 </table:table-cell>
3657 <table:table-cell table:style-name="ce17" office:value-type="string" calcext:value-type="string">
3658 <text:p>Correct</text:p>
3659 </table:table-cell>
3660 <table:table-cell table:style-name="ce17" office:value-type="string" calcext:value-type="string">
3661 <text:p>FunctionString</text:p>
3662 </table:table-cell>
3663 <table:table-cell table:style-name="ce17" office:value-type="string" calcext:value-type="string">
3664 <text:p>Comment</text:p>
3665 </table:table-cell>
3666 <table:table-cell table:number-columns-repeated="6"/>
3667 <table:table-cell table:style-name="ce38"/>
3668 <table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
3669 <table:table-cell table:style-name="ce38" table:number-columns-repeated="4"/>
3670 <table:table-cell table:style-name="ce46"/>
3671 <table:table-cell table:style-name="ce38"/>
3672 <table:table-cell table:style-name="ce65"/>
3673 <table:table-cell/>
3674 <table:table-cell table:style-name="ce65" table:number-columns-repeated="2"/>
3675 <table:table-cell table:style-name="ce38"/>
3676 <table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
3677 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
3678 <table:table-cell table:style-name="ce46"/>
3679 </table:table-row>
3680 <table:table-row table:style-name="ro6">
3681 <table:table-cell table:style-name="ce19" table:formula="of:=TESTFUNCCURR()" office:value-type="float" office:value="5.5" calcext:value-type="float">
3682 <text:p>5.5</text:p>
3683 </table:table-cell>
3684 <table:table-cell table:style-name="ce19" office:value-type="float" office:value="5.5" calcext:value-type="float">
3685 <text:p>5.5</text:p>
3686 </table:table-cell>
3687 <table:table-cell table:style-name="ce15" table:formula="of:=ROUND([.A2];12)=ROUND([.B2];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean">
3688 <text:p>TRUE</text:p>
3689 </table:table-cell>
3690 <table:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A2])" office:value-type="string" office:string-value="=TESTFUNCCURR()" calcext:value-type="string">
3691 <text:p>=TESTFUNCCURR()</text:p>
3692 </table:table-cell>
3693 <table:table-cell table:number-columns-repeated="7"/>
3694 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
3695 <table:table-cell table:style-name="ce46"/>
3696 <table:table-cell table:style-name="ce19"/>
3697 <table:table-cell table:style-name="ce38"/>
3698 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3699 <table:table-cell table:style-name="ce46"/>
3700 <table:table-cell table:style-name="ce38"/>
3701 <table:table-cell table:style-name="ce65"/>
3702 <table:table-cell/>
3703 <table:table-cell table:style-name="ce66" table:number-columns-repeated="2"/>
3704 <table:table-cell table:style-name="ce19"/>
3705 <table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
3706 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3707 <table:table-cell table:style-name="ce46"/>
3708 </table:table-row>
3709 <table:table-row table:style-name="ro6">
3710 <table:table-cell table:style-name="ce66" table:formula="of:=TESTFUNCINT()" office:value-type="float" office:value="6" calcext:value-type="float">
3711 <text:p>6.00000000000000E+000</text:p>
3712 </table:table-cell>
3713 <table:table-cell table:style-name="ce19" office:value-type="float" office:value="6" calcext:value-type="float">
3714 <text:p>6</text:p>
3715 </table:table-cell>
3716 <table:table-cell table:style-name="ce15" table:formula="of:=ROUND([.A3];12)=ROUND([.B3];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean">
3717 <text:p>TRUE</text:p>
3718 </table:table-cell>
3719 <table:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A3])" office:value-type="string" office:string-value="=TESTFUNCINT()" calcext:value-type="string">
3720 <text:p>=TESTFUNCINT()</text:p>
3721 </table:table-cell>
3722 <table:table-cell table:number-columns-repeated="7"/>
3723 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3724 <table:table-cell table:style-name="ce46"/>
3725 <table:table-cell table:style-name="ce19"/>
3726 <table:table-cell table:style-name="ce38"/>
3727 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3728 <table:table-cell table:style-name="ce46"/>
3729 <table:table-cell table:style-name="ce38"/>
3730 <table:table-cell table:style-name="ce65"/>
3731 <table:table-cell/>
3732 <table:table-cell table:style-name="ce66" table:number-columns-repeated="2"/>
3733 <table:table-cell table:style-name="ce19"/>
3734 <table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
3735 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3736 <table:table-cell table:style-name="ce46"/>
3737 </table:table-row>
3738 <table:table-row table:style-name="ro6">
3739 <table:table-cell table:style-name="ce19" table:formula="of:=TESTFUNCLONG()" office:value-type="float" office:value="6" calcext:value-type="float">
3740 <text:p>6</text:p>
3741 </table:table-cell>
3742 <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float">
3743 <text:p>6</text:p>
3744 </table:table-cell>
3745 <table:table-cell table:style-name="ce28" table:formula="of:=ROUND([.A4];12)=ROUND([.B4];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean">
3746 <text:p>TRUE</text:p>
3747 </table:table-cell>
3748 <table:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A4])" office:value-type="string" office:string-value="=TESTFUNCLONG()" calcext:value-type="string">
3749 <text:p>=TESTFUNCLONG()</text:p>
3750 </table:table-cell>
3751 <table:table-cell table:number-columns-repeated="7"/>
3752 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3753 <table:table-cell table:style-name="ce46"/>
3754 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
3755 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3756 <table:table-cell table:style-name="ce46"/>
3757 <table:table-cell table:style-name="ce38"/>
3758 <table:table-cell table:style-name="ce65"/>
3759 <table:table-cell/>
3760 <table:table-cell table:style-name="ce66" table:number-columns-repeated="2"/>
3761 <table:table-cell table:style-name="ce19"/>
3762 <table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
3763 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3764 <table:table-cell table:style-name="ce46"/>
3765 </table:table-row>
3766 <table:table-row table:style-name="ro6">
3767 <table:table-cell table:style-name="ce19" table:formula="of:=TESTFUNCSINGLE()" office:value-type="float" office:value="5.5" calcext:value-type="float">
3768 <text:p>5.5</text:p>
3769 </table:table-cell>
3770 <table:table-cell office:value-type="float" office:value="5.5" calcext:value-type="float">
3771 <text:p>5.5</text:p>
3772 </table:table-cell>
3773 <table:table-cell table:style-name="ce28" table:formula="of:=ROUND([.A5];12)=ROUND([.B5];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean">
3774 <text:p>TRUE</text:p>
3775 </table:table-cell>
3776 <table:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A5])" office:value-type="string" office:string-value="=TESTFUNCSINGLE()" calcext:value-type="string">
3777 <text:p>=TESTFUNCSINGLE()</text:p>
3778 </table:table-cell>
3779 <table:table-cell table:number-columns-repeated="7"/>
3780 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3781 <table:table-cell table:style-name="ce46"/>
3782 <table:table-cell/>
3783 <table:table-cell table:style-name="ce38"/>
3784 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3785 <table:table-cell table:style-name="ce46"/>
3786 <table:table-cell table:style-name="ce38"/>
3787 <table:table-cell table:style-name="ce65"/>
3788 <table:table-cell/>
3789 <table:table-cell table:style-name="ce65" table:number-columns-repeated="2"/>
3790 <table:table-cell table:style-name="ce19"/>
3791 <table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
3792 <table:table-cell table:style-name="ce38" table:number-columns-repeated="3"/>
3793 </table:table-row>
3794 <table:table-row table:style-name="ro6">
3795 <table:table-cell table:style-name="ce27" table:formula="of:=TESTFUNCDOUBLE()" office:value-type="float" office:value="5.5" calcext:value-type="float">
3796 <text:p>5.50000000000000E+000</text:p>
3797 </table:table-cell>
3798 <table:table-cell office:value-type="float" office:value="5.5" calcext:value-type="float">
3799 <text:p>5.5</text:p>
3800 </table:table-cell>
3801 <table:table-cell table:style-name="ce28" table:formula="of:=ROUND([.A6];12)=ROUND([.B6];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean">
3802 <text:p>TRUE</text:p>
3803 </table:table-cell>
3804 <table:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A6])" office:value-type="string" office:string-value="=TESTFUNCDOUBLE()" calcext:value-type="string">
3805 <text:p>=TESTFUNCDOUBLE()</text:p>
3806 </table:table-cell>
3807 <table:table-cell table:number-columns-repeated="7"/>
3808 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3809 <table:table-cell table:style-name="ce46"/>
3810 <table:table-cell table:style-name="ce52"/>
3811 <table:table-cell table:style-name="ce38"/>
3812 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3813 <table:table-cell table:style-name="ce46"/>
3814 <table:table-cell table:style-name="ce38"/>
3815 <table:table-cell table:style-name="ce65"/>
3816 <table:table-cell/>
3817 <table:table-cell table:style-name="ce66" table:number-columns-repeated="2"/>
3818 <table:table-cell table:style-name="ce19"/>
3819 <table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
3820 <table:table-cell/>
3821 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3822 </table:table-row>
3823 <table:table-row table:style-name="ro6">
3824 <table:table-cell table:style-name="ce27" table:formula="of:= TESTFUNCDATE()" office:value-type="float" office:value="5590" calcext:value-type="float">
3825 <text:p>5.59000000000000E+003</text:p>
3826 </table:table-cell>
3827 <table:table-cell office:value-type="float" office:value="5590" calcext:value-type="float">
3828 <text:p>5590</text:p>
3829 </table:table-cell>
3830 <table:table-cell table:style-name="ce28" table:formula="of:=ROUND([.A7];12)=ROUND([.B7];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean">
3831 <text:p>TRUE</text:p>
3832 </table:table-cell>
3833 <table:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A7])" office:value-type="string" office:string-value="= TESTFUNCDATE()" calcext:value-type="string">
3834 <text:p>= TESTFUNCDATE()</text:p>
3835 </table:table-cell>
3836 <table:table-cell table:number-columns-repeated="7"/>
3837 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3838 <table:table-cell table:style-name="ce46"/>
3839 <table:table-cell/>
3840 <table:table-cell table:style-name="ce38"/>
3841 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3842 <table:table-cell table:style-name="ce46"/>
3843 <table:table-cell table:style-name="ce38"/>
3844 <table:table-cell table:style-name="ce65"/>
3845 <table:table-cell/>
3846 <table:table-cell table:style-name="ce66" table:number-columns-repeated="2"/>
3847 <table:table-cell table:style-name="ce19"/>
3848 <table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
3849 <table:table-cell/>
3850 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3851 </table:table-row>
3852 <table:table-row table:style-name="ro6">
3853 <table:table-cell table:style-name="ce27" table:formula="of:=TESTFUNCBOOL()" office:value-type="float" office:value="1" calcext:value-type="float">
3854 <text:p>1.00000000000000E+000</text:p>
3855 </table:table-cell>
3856 <table:table-cell office:value-type="float" office:value="1" calcext:value-type="float">
3857 <text:p>1</text:p>
3858 </table:table-cell>
3859 <table:table-cell table:style-name="ce28" table:formula="of:=ROUND([.A8];12)=ROUND([.B8];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean">
3860 <text:p>TRUE</text:p>
3861 </table:table-cell>
3862 <table:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A8])" office:value-type="string" office:string-value="=TESTFUNCBOOL()" calcext:value-type="string">
3863 <text:p>=TESTFUNCBOOL()</text:p>
3864 </table:table-cell>
3865 <table:table-cell table:number-columns-repeated="7"/>
3866 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3867 <table:table-cell table:style-name="ce46"/>
3868 <table:table-cell table:style-name="ce17"/>
3869 <table:table-cell table:style-name="ce38"/>
3870 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3871 <table:table-cell table:style-name="ce46"/>
3872 <table:table-cell table:style-name="ce38"/>
3873 <table:table-cell table:style-name="ce65"/>
3874 <table:table-cell/>
3875 <table:table-cell table:style-name="ce66" table:number-columns-repeated="2"/>
3876 <table:table-cell table:style-name="ce19"/>
3877 <table:table-cell table:style-name="ce46" table:number-columns-repeated="3"/>
3878 <table:table-cell table:number-columns-repeated="2"/>
3879 </table:table-row>
3880 <table:table-row table:style-name="ro6">
3881 <table:table-cell table:style-name="ce27"/>
3882 <table:table-cell/>
3883 <table:table-cell table:style-name="ce28"/>
3884 <table:table-cell table:style-name="ce32"/>
3885 <table:table-cell table:number-columns-repeated="7"/>
3886 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3887 <table:table-cell table:style-name="ce46"/>
3888 <table:table-cell/>
3889 <table:table-cell table:style-name="ce38"/>
3890 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3891 <table:table-cell table:style-name="ce46"/>
3892 <table:table-cell table:style-name="ce38"/>
3893 <table:table-cell table:style-name="ce65"/>
3894 <table:table-cell table:style-name="ce38"/>
3895 <table:table-cell table:style-name="ce65" table:number-columns-repeated="2"/>
3896 <table:table-cell table:style-name="ce19"/>
3897 <table:table-cell table:style-name="ce46" table:number-columns-repeated="3"/>
3898 <table:table-cell table:number-columns-repeated="2"/>
3899 </table:table-row>
3900 <table:table-row table:style-name="ro6">
3901 <table:table-cell table:style-name="ce66"/>
3902 <table:table-cell/>
3903 <table:table-cell table:style-name="ce28"/>
3904 <table:table-cell table:style-name="ce32"/>
3905 <table:table-cell table:number-columns-repeated="7"/>
3906 <table:table-cell table:style-name="ce38" table:number-columns-repeated="3"/>
3907 <table:table-cell/>
3908 <table:table-cell table:style-name="ce38"/>
3909 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3910 <table:table-cell table:style-name="ce46"/>
3911 <table:table-cell table:style-name="ce38"/>
3912 <table:table-cell table:style-name="ce65"/>
3913 <table:table-cell table:style-name="ce66"/>
3914 <table:table-cell/>
3915 <table:table-cell table:style-name="ce66"/>
3916 <table:table-cell table:style-name="ce19"/>
3917 <table:table-cell table:style-name="ce46" table:number-columns-repeated="3"/>
3918 <table:table-cell table:number-columns-repeated="2"/>
3919 </table:table-row>
3920 <table:table-row table:style-name="ro6">
3921 <table:table-cell table:style-name="ce66"/>
3922 <table:table-cell/>
3923 <table:table-cell table:style-name="ce28"/>
3924 <table:table-cell table:style-name="ce32"/>
3925 <table:table-cell table:number-columns-repeated="8"/>
3926 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3927 <table:table-cell/>
3928 <table:table-cell table:style-name="ce27"/>
3929 <table:table-cell table:style-name="ce65"/>
3930 <table:table-cell table:style-name="ce38" table:number-columns-repeated="3"/>
3931 <table:table-cell table:style-name="ce65"/>
3932 <table:table-cell table:style-name="ce27"/>
3933 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
3934 <table:table-cell table:style-name="ce66"/>
3935 <table:table-cell table:style-name="ce46" table:number-columns-repeated="3"/>
3936 <table:table-cell table:number-columns-repeated="2"/>
3937 </table:table-row>
3938 <table:table-row table:style-name="ro6">
3939 <table:table-cell table:style-name="ce66"/>
3940 <table:table-cell/>
3941 <table:table-cell table:style-name="ce28"/>
3942 <table:table-cell table:style-name="ce32"/>
3943 <table:table-cell table:number-columns-repeated="7"/>
3944 <table:table-cell table:style-name="ce19"/>
3945 <table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
3946 <table:table-cell/>
3947 <table:table-cell table:style-name="ce27"/>
3948 <table:table-cell/>
3949 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3950 <table:table-cell table:style-name="ce38"/>
3951 <table:table-cell table:style-name="ce65"/>
3952 <table:table-cell table:style-name="ce27"/>
3953 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
3954 <table:table-cell table:style-name="ce65"/>
3955 <table:table-cell table:style-name="ce38" table:number-columns-repeated="3"/>
3956 <table:table-cell table:number-columns-repeated="2"/>
3957 </table:table-row>
3958 <table:table-row table:style-name="ro6">
3959 <table:table-cell table:style-name="ce66"/>
3960 <table:table-cell/>
3961 <table:table-cell table:style-name="ce28"/>
3962 <table:table-cell table:style-name="ce32"/>
3963 <table:table-cell table:number-columns-repeated="7"/>
3964 <table:table-cell table:style-name="ce38" table:number-columns-repeated="3"/>
3965 <table:table-cell/>
3966 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
3967 <table:table-cell table:number-columns-repeated="2"/>
3968 <table:table-cell table:style-name="ce38"/>
3969 <table:table-cell table:style-name="ce65"/>
3970 <table:table-cell table:style-name="ce27"/>
3971 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
3972 <table:table-cell/>
3973 <table:table-cell table:style-name="ce19" table:number-columns-repeated="3"/>
3974 <table:table-cell table:number-columns-repeated="2"/>
3975 </table:table-row>
3976 <table:table-row table:style-name="ro6">
3977 <table:table-cell table:number-columns-repeated="2"/>
3978 <table:table-cell table:style-name="ce28"/>
3979 <table:table-cell table:style-name="ce32"/>
3980 <table:table-cell table:number-columns-repeated="8"/>
3981 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3982 <table:table-cell table:number-columns-repeated="2"/>
3983 <table:table-cell table:style-name="ce27"/>
3984 <table:table-cell table:number-columns-repeated="2"/>
3985 <table:table-cell table:style-name="ce38"/>
3986 <table:table-cell table:style-name="ce65"/>
3987 <table:table-cell table:style-name="ce27"/>
3988 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
3989 <table:table-cell/>
3990 <table:table-cell table:style-name="ce19" table:number-columns-repeated="3"/>
3991 <table:table-cell table:number-columns-repeated="2"/>
3992 </table:table-row>
3993 <table:table-row table:style-name="ro6">
3994 <table:table-cell table:number-columns-repeated="2"/>
3995 <table:table-cell table:style-name="ce28"/>
3996 <table:table-cell table:style-name="ce32"/>
3997 <table:table-cell table:number-columns-repeated="8"/>
3998 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
3999 <table:table-cell table:number-columns-repeated="2"/>
4000 <table:table-cell table:style-name="ce27"/>
4001 <table:table-cell table:number-columns-repeated="2"/>
4002 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4003 <table:table-cell table:style-name="ce27"/>
4004 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4005 <table:table-cell/>
4006 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
4007 <table:table-cell table:number-columns-repeated="3"/>
4008 </table:table-row>
4009 <table:table-row table:style-name="ro6">
4010 <table:table-cell table:style-name="science"/>
4011 <table:table-cell/>
4012 <table:table-cell table:style-name="ce28"/>
4013 <table:table-cell table:style-name="ce32"/>
4014 <table:table-cell table:number-columns-repeated="7"/>
4015 <table:table-cell table:style-name="ce46"/>
4016 <table:table-cell table:style-name="ce19"/>
4017 <table:table-cell table:style-name="ce55"/>
4018 <table:table-cell table:number-columns-repeated="2"/>
4019 <table:table-cell table:style-name="ce27"/>
4020 <table:table-cell table:number-columns-repeated="2"/>
4021 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4022 <table:table-cell table:style-name="ce27"/>
4023 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4024 <table:table-cell/>
4025 <table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
4026 <table:table-cell table:number-columns-repeated="3"/>
4027 </table:table-row>
4028 <table:table-row table:style-name="ro6">
4029 <table:table-cell table:style-name="science"/>
4030 <table:table-cell/>
4031 <table:table-cell table:style-name="ce28"/>
4032 <table:table-cell table:style-name="ce32"/>
4033 <table:table-cell table:number-columns-repeated="7"/>
4034 <table:table-cell table:style-name="ce46"/>
4035 <table:table-cell table:style-name="ce19"/>
4036 <table:table-cell table:style-name="ce55"/>
4037 <table:table-cell table:number-columns-repeated="2"/>
4038 <table:table-cell table:style-name="ce27"/>
4039 <table:table-cell table:number-columns-repeated="2"/>
4040 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4041 <table:table-cell table:style-name="ce27"/>
4042 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4043 <table:table-cell table:style-name="ce27"/>
4044 <table:table-cell table:number-columns-repeated="5"/>
4045 </table:table-row>
4046 <table:table-row table:style-name="ro6">
4047 <table:table-cell table:number-columns-repeated="2"/>
4048 <table:table-cell table:style-name="ce28"/>
4049 <table:table-cell table:style-name="ce32"/>
4050 <table:table-cell table:number-columns-repeated="3"/>
4051 <table:table-cell table:style-name="ce58"/>
4052 <table:table-cell table:number-columns-repeated="3"/>
4053 <table:table-cell table:style-name="ce46"/>
4054 <table:table-cell table:style-name="ce19"/>
4055 <table:table-cell table:style-name="ce55"/>
4056 <table:table-cell table:number-columns-repeated="2"/>
4057 <table:table-cell table:style-name="ce27"/>
4058 <table:table-cell table:number-columns-repeated="2"/>
4059 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4060 <table:table-cell table:style-name="ce27"/>
4061 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4062 <table:table-cell table:style-name="ce27"/>
4063 <table:table-cell table:number-columns-repeated="5"/>
4064 </table:table-row>
4065 <table:table-row table:style-name="ro6" table:number-rows-repeated="4">
4066 <table:table-cell table:number-columns-repeated="2"/>
4067 <table:table-cell table:style-name="ce28"/>
4068 <table:table-cell table:style-name="ce32"/>
4069 <table:table-cell table:number-columns-repeated="7"/>
4070 <table:table-cell table:style-name="ce46"/>
4071 <table:table-cell table:style-name="ce19"/>
4072 <table:table-cell table:style-name="ce55"/>
4073 <table:table-cell table:number-columns-repeated="2"/>
4074 <table:table-cell table:style-name="ce27"/>
4075 <table:table-cell table:number-columns-repeated="2"/>
4076 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4077 <table:table-cell table:style-name="ce27"/>
4078 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4079 <table:table-cell table:style-name="ce27"/>
4080 <table:table-cell table:number-columns-repeated="5"/>
4081 </table:table-row>
4082 <table:table-row table:style-name="ro6" table:number-rows-repeated="2">
4083 <table:table-cell table:number-columns-repeated="2"/>
4084 <table:table-cell table:style-name="ce28"/>
4085 <table:table-cell table:style-name="ce32"/>
4086 <table:table-cell table:number-columns-repeated="6"/>
4087 <table:table-cell table:style-name="ce60"/>
4088 <table:table-cell table:style-name="ce46"/>
4089 <table:table-cell table:style-name="ce19"/>
4090 <table:table-cell table:style-name="ce55"/>
4091 <table:table-cell/>
4092 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4093 <table:table-cell table:number-columns-repeated="2"/>
4094 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4095 <table:table-cell table:style-name="ce27"/>
4096 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4097 <table:table-cell table:style-name="ce27"/>
4098 <table:table-cell table:number-columns-repeated="5"/>
4099 </table:table-row>
4100 <table:table-row table:style-name="ro6">
4101 <table:table-cell table:style-name="ce27"/>
4102 <table:table-cell/>
4103 <table:table-cell table:style-name="ce28"/>
4104 <table:table-cell table:style-name="ce32"/>
4105 <table:table-cell table:number-columns-repeated="7"/>
4106 <table:table-cell table:style-name="ce46"/>
4107 <table:table-cell table:style-name="ce19"/>
4108 <table:table-cell table:style-name="ce55"/>
4109 <table:table-cell/>
4110 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4111 <table:table-cell table:number-columns-repeated="2"/>
4112 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4113 <table:table-cell table:style-name="ce27"/>
4114 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4115 <table:table-cell table:style-name="ce27"/>
4116 <table:table-cell table:number-columns-repeated="5"/>
4117 </table:table-row>
4118 <table:table-row table:style-name="ro6" table:number-rows-repeated="7">
4119 <table:table-cell table:style-name="ce27"/>
4120 <table:table-cell/>
4121 <table:table-cell table:style-name="ce28"/>
4122 <table:table-cell table:style-name="ce32"/>
4123 <table:table-cell table:number-columns-repeated="7"/>
4124 <table:table-cell table:style-name="ce46"/>
4125 <table:table-cell/>
4126 <table:table-cell table:style-name="ce55"/>
4127 <table:table-cell/>
4128 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4129 <table:table-cell table:number-columns-repeated="2"/>
4130 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4131 <table:table-cell table:style-name="ce27"/>
4132 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4133 <table:table-cell table:style-name="ce27"/>
4134 <table:table-cell table:number-columns-repeated="5"/>
4135 </table:table-row>
4136 <table:table-row table:style-name="ro6">
4137 <table:table-cell table:style-name="ce13"/>
4138 <table:table-cell/>
4139 <table:table-cell table:style-name="ce28"/>
4140 <table:table-cell table:style-name="ce32"/>
4141 <table:table-cell table:number-columns-repeated="7"/>
4142 <table:table-cell table:style-name="ce46"/>
4143 <table:table-cell/>
4144 <table:table-cell table:style-name="ce55"/>
4145 <table:table-cell/>
4146 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4147 <table:table-cell table:number-columns-repeated="2"/>
4148 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4149 <table:table-cell table:style-name="ce27"/>
4150 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4151 <table:table-cell table:style-name="ce27"/>
4152 <table:table-cell table:number-columns-repeated="5"/>
4153 </table:table-row>
4154 <table:table-row table:style-name="ro6">
4155 <table:table-cell table:style-name="ce27"/>
4156 <table:table-cell/>
4157 <table:table-cell table:style-name="ce28"/>
4158 <table:table-cell table:style-name="ce32"/>
4159 <table:table-cell table:number-columns-repeated="7"/>
4160 <table:table-cell table:style-name="ce46"/>
4161 <table:table-cell/>
4162 <table:table-cell table:style-name="ce55"/>
4163 <table:table-cell/>
4164 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4165 <table:table-cell table:number-columns-repeated="2"/>
4166 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4167 <table:table-cell table:style-name="ce27"/>
4168 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4169 <table:table-cell table:style-name="ce27"/>
4170 <table:table-cell table:number-columns-repeated="5"/>
4171 </table:table-row>
4172 <table:table-row table:style-name="ro6" table:number-rows-repeated="3">
4173 <table:table-cell/>
4174 <table:table-cell table:style-name="ce24"/>
4175 <table:table-cell table:style-name="ce28"/>
4176 <table:table-cell table:style-name="ce32"/>
4177 <table:table-cell table:number-columns-repeated="7"/>
4178 <table:table-cell table:style-name="ce46"/>
4179 <table:table-cell/>
4180 <table:table-cell table:style-name="ce55"/>
4181 <table:table-cell/>
4182 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4183 <table:table-cell table:number-columns-repeated="2"/>
4184 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4185 <table:table-cell table:style-name="ce27"/>
4186 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4187 <table:table-cell table:style-name="ce27"/>
4188 <table:table-cell table:number-columns-repeated="5"/>
4189 </table:table-row>
4190 <table:table-row table:style-name="ro6">
4191 <table:table-cell/>
4192 <table:table-cell table:style-name="ce24"/>
4193 <table:table-cell table:style-name="ce28"/>
4194 <table:table-cell table:style-name="ce32"/>
4195 <table:table-cell table:number-columns-repeated="2"/>
4196 <table:table-cell table:style-name="ce36"/>
4197 <table:table-cell table:number-columns-repeated="4"/>
4198 <table:table-cell table:style-name="ce46"/>
4199 <table:table-cell/>
4200 <table:table-cell table:style-name="ce55"/>
4201 <table:table-cell/>
4202 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4203 <table:table-cell table:number-columns-repeated="2"/>
4204 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4205 <table:table-cell table:style-name="ce27"/>
4206 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4207 <table:table-cell table:style-name="ce27"/>
4208 <table:table-cell table:number-columns-repeated="5"/>
4209 </table:table-row>
4210 <table:table-row table:style-name="ro6">
4211 <table:table-cell/>
4212 <table:table-cell table:style-name="ce24"/>
4213 <table:table-cell table:style-name="ce28"/>
4214 <table:table-cell table:style-name="ce32"/>
4215 <table:table-cell table:number-columns-repeated="7"/>
4216 <table:table-cell table:style-name="ce46"/>
4217 <table:table-cell/>
4218 <table:table-cell table:style-name="ce55"/>
4219 <table:table-cell/>
4220 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4221 <table:table-cell table:number-columns-repeated="2"/>
4222 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4223 <table:table-cell table:style-name="ce27"/>
4224 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4225 <table:table-cell table:style-name="ce27"/>
4226 <table:table-cell table:number-columns-repeated="5"/>
4227 </table:table-row>
4228 <table:table-row table:style-name="ro6" table:number-rows-repeated="5">
4229 <table:table-cell table:style-name="ce27"/>
4230 <table:table-cell table:style-name="ce24"/>
4231 <table:table-cell table:style-name="ce28"/>
4232 <table:table-cell table:style-name="ce32"/>
4233 <table:table-cell table:number-columns-repeated="7"/>
4234 <table:table-cell table:style-name="ce46"/>
4235 <table:table-cell/>
4236 <table:table-cell table:style-name="ce55"/>
4237 <table:table-cell/>
4238 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4239 <table:table-cell table:number-columns-repeated="2"/>
4240 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4241 <table:table-cell table:style-name="ce27"/>
4242 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4243 <table:table-cell table:style-name="ce27"/>
4244 <table:table-cell table:number-columns-repeated="5"/>
4245 </table:table-row>
4246 <table:table-row table:style-name="ro6" table:number-rows-repeated="3">
4247 <table:table-cell table:style-name="ce27"/>
4248 <table:table-cell/>
4249 <table:table-cell table:style-name="ce28"/>
4250 <table:table-cell table:style-name="ce32"/>
4251 <table:table-cell table:number-columns-repeated="7"/>
4252 <table:table-cell table:style-name="ce46"/>
4253 <table:table-cell/>
4254 <table:table-cell table:style-name="ce55"/>
4255 <table:table-cell/>
4256 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4257 <table:table-cell table:number-columns-repeated="2"/>
4258 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4259 <table:table-cell table:style-name="ce27"/>
4260 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4261 <table:table-cell table:style-name="ce27"/>
4262 <table:table-cell table:number-columns-repeated="5"/>
4263 </table:table-row>
4264 <table:table-row table:style-name="ro6">
4265 <table:table-cell table:style-name="ce27"/>
4266 <table:table-cell table:style-name="ce24"/>
4267 <table:table-cell table:style-name="ce28"/>
4268 <table:table-cell table:style-name="ce32"/>
4269 <table:table-cell table:number-columns-repeated="7"/>
4270 <table:table-cell table:style-name="ce46"/>
4271 <table:table-cell/>
4272 <table:table-cell table:style-name="ce55"/>
4273 <table:table-cell/>
4274 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4275 <table:table-cell table:number-columns-repeated="2"/>
4276 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4277 <table:table-cell table:style-name="ce27"/>
4278 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4279 <table:table-cell table:style-name="ce27"/>
4280 <table:table-cell table:number-columns-repeated="5"/>
4281 </table:table-row>
4282 <table:table-row table:style-name="ro6" table:number-rows-repeated="2">
4283 <table:table-cell table:style-name="ce27"/>
4284 <table:table-cell/>
4285 <table:table-cell table:style-name="ce28"/>
4286 <table:table-cell table:style-name="ce32"/>
4287 <table:table-cell table:number-columns-repeated="7"/>
4288 <table:table-cell table:style-name="ce46"/>
4289 <table:table-cell/>
4290 <table:table-cell table:style-name="ce55"/>
4291 <table:table-cell/>
4292 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4293 <table:table-cell table:number-columns-repeated="2"/>
4294 <table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
4295 <table:table-cell table:style-name="ce27"/>
4296 <table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
4297 <table:table-cell table:style-name="ce27"/>
4298 <table:table-cell table:number-columns-repeated="5"/>
4299 </table:table-row>
4300 <table:table-row table:style-name="ro6">
4301 <table:table-cell table:style-name="ce27"/>
4302 <table:table-cell/>
4303 <table:table-cell table:style-name="ce28"/>
4304 <table:table-cell table:style-name="ce32"/>
4305 <table:table-cell table:number-columns-repeated="2"/>
4306 <table:table-cell table:style-name="ce37"/>
4307 <table:table-cell table:number-columns-repeated="4"/>
4308 <table:table-cell table:style-name="ce46"/>
4309 <table:table-cell/>
4310 <table:table-cell table:style-name="ce55"/>
4311 <table:table-cell/>
4312 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4313 <table:table-cell table:number-columns-repeated="3"/>
4314 <table:table-cell table:style-name="ce55"/>
4315 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4316 <table:table-cell table:number-columns-repeated="5"/>
4317 </table:table-row>
4318 <table:table-row table:style-name="ro6" table:number-rows-repeated="2">
4319 <table:table-cell table:style-name="ce27"/>
4320 <table:table-cell/>
4321 <table:table-cell table:style-name="ce28"/>
4322 <table:table-cell table:style-name="ce32"/>
4323 <table:table-cell table:number-columns-repeated="7"/>
4324 <table:table-cell table:style-name="ce46"/>
4325 <table:table-cell/>
4326 <table:table-cell table:style-name="ce55"/>
4327 <table:table-cell/>
4328 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4329 <table:table-cell table:number-columns-repeated="3"/>
4330 <table:table-cell table:style-name="ce55"/>
4331 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4332 <table:table-cell table:number-columns-repeated="5"/>
4333 </table:table-row>
4334 <table:table-row table:style-name="ro6" table:number-rows-repeated="4">
4335 <table:table-cell table:style-name="ce27"/>
4336 <table:table-cell table:style-name="ce24"/>
4337 <table:table-cell table:style-name="ce28"/>
4338 <table:table-cell table:style-name="ce32"/>
4339 <table:table-cell table:number-columns-repeated="7"/>
4340 <table:table-cell table:style-name="ce46"/>
4341 <table:table-cell/>
4342 <table:table-cell table:style-name="ce55"/>
4343 <table:table-cell/>
4344 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4345 <table:table-cell table:number-columns-repeated="3"/>
4346 <table:table-cell table:style-name="ce55"/>
4347 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4348 <table:table-cell table:number-columns-repeated="5"/>
4349 </table:table-row>
4350 <table:table-row table:style-name="ro6" table:number-rows-repeated="13">
4351 <table:table-cell table:style-name="ce27"/>
4352 <table:table-cell table:style-name="ce24"/>
4353 <table:table-cell table:style-name="ce28"/>
4354 <table:table-cell table:style-name="ce32"/>
4355 <table:table-cell table:number-columns-repeated="9"/>
4356 <table:table-cell table:style-name="ce55"/>
4357 <table:table-cell/>
4358 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4359 <table:table-cell table:number-columns-repeated="3"/>
4360 <table:table-cell table:style-name="ce55"/>
4361 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4362 <table:table-cell table:number-columns-repeated="5"/>
4363 </table:table-row>
4364 <table:table-row table:style-name="ro6" table:number-rows-repeated="27">
4365 <table:table-cell table:style-name="ce27"/>
4366 <table:table-cell/>
4367 <table:table-cell table:style-name="ce28"/>
4368 <table:table-cell table:style-name="ce32"/>
4369 <table:table-cell table:number-columns-repeated="9"/>
4370 <table:table-cell table:style-name="ce55"/>
4371 <table:table-cell/>
4372 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4373 <table:table-cell table:number-columns-repeated="3"/>
4374 <table:table-cell table:style-name="ce55"/>
4375 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4376 <table:table-cell table:number-columns-repeated="5"/>
4377 </table:table-row>
4378 <table:table-row table:style-name="ro6" table:number-rows-repeated="2">
4379 <table:table-cell table:style-name="ce27"/>
4380 <table:table-cell/>
4381 <table:table-cell table:style-name="ce28"/>
4382 <table:table-cell table:style-name="ce32"/>
4383 <table:table-cell/>
4384 <table:table-cell table:style-name="genauSF" table:number-columns-repeated="2"/>
4385 <table:table-cell table:number-columns-repeated="6"/>
4386 <table:table-cell table:style-name="ce55"/>
4387 <table:table-cell/>
4388 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4389 <table:table-cell table:number-columns-repeated="3"/>
4390 <table:table-cell table:style-name="ce55"/>
4391 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4392 <table:table-cell table:number-columns-repeated="5"/>
4393 </table:table-row>
4394 <table:table-row table:style-name="ro6" table:number-rows-repeated="2">
4395 <table:table-cell table:style-name="ce27"/>
4396 <table:table-cell/>
4397 <table:table-cell table:style-name="ce28"/>
4398 <table:table-cell table:style-name="ce32"/>
4399 <table:table-cell table:number-columns-repeated="9"/>
4400 <table:table-cell table:style-name="ce55"/>
4401 <table:table-cell/>
4402 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4403 <table:table-cell table:number-columns-repeated="3"/>
4404 <table:table-cell table:style-name="ce55"/>
4405 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4406 <table:table-cell table:number-columns-repeated="5"/>
4407 </table:table-row>
4408 <table:table-row table:style-name="ro5" table:number-rows-repeated="3">
4409 <table:table-cell table:style-name="ce27"/>
4410 <table:table-cell/>
4411 <table:table-cell table:style-name="ce28"/>
4412 <table:table-cell table:style-name="ce32"/>
4413 <table:table-cell table:number-columns-repeated="9"/>
4414 <table:table-cell table:style-name="ce55"/>
4415 <table:table-cell/>
4416 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4417 <table:table-cell table:number-columns-repeated="3"/>
4418 <table:table-cell table:style-name="ce55"/>
4419 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4420 <table:table-cell table:number-columns-repeated="5"/>
4421 </table:table-row>
4422 <table:table-row table:style-name="ro5" table:number-rows-repeated="47">
4423 <table:table-cell table:style-name="ce27"/>
4424 <table:table-cell/>
4425 <table:table-cell table:style-name="ce28"/>
4426 <table:table-cell table:style-name="ce32"/>
4427 <table:table-cell table:number-columns-repeated="9"/>
4428 <table:table-cell table:style-name="ce55"/>
4429 <table:table-cell/>
4430 <table:table-cell table:style-name="ce27" table:number-columns-repeated="3"/>
4431 <table:table-cell table:number-columns-repeated="2"/>
4432 <table:table-cell table:style-name="ce55"/>
4433 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4434 <table:table-cell table:number-columns-repeated="5"/>
4435 </table:table-row>
4436 <table:table-row table:style-name="ro5" table:number-rows-repeated="54">
4437 <table:table-cell table:style-name="ce27"/>
4438 <table:table-cell table:style-name="ce24"/>
4439 <table:table-cell table:style-name="ce28"/>
4440 <table:table-cell table:style-name="ce32"/>
4441 <table:table-cell table:number-columns-repeated="9"/>
4442 <table:table-cell table:style-name="ce55"/>
4443 <table:table-cell/>
4444 <table:table-cell table:style-name="ce27" table:number-columns-repeated="3"/>
4445 <table:table-cell table:number-columns-repeated="2"/>
4446 <table:table-cell table:style-name="ce55"/>
4447 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4448 <table:table-cell table:number-columns-repeated="5"/>
4449 </table:table-row>
4450 <table:table-row table:style-name="ro5" table:number-rows-repeated="22">
4451 <table:table-cell table:style-name="ce27"/>
4452 <table:table-cell table:style-name="ce24"/>
4453 <table:table-cell table:style-name="ce28"/>
4454 <table:table-cell table:style-name="ce32"/>
4455 <table:table-cell table:number-columns-repeated="9"/>
4456 <table:table-cell table:style-name="ce55"/>
4457 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4458 <table:table-cell table:number-columns-repeated="2"/>
4459 <table:table-cell table:style-name="ce55"/>
4460 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4461 <table:table-cell table:number-columns-repeated="5"/>
4462 </table:table-row>
4463 <table:table-row table:style-name="ro5" table:number-rows-repeated="94">
4464 <table:table-cell table:style-name="ce27"/>
4465 <table:table-cell/>
4466 <table:table-cell table:style-name="ce28"/>
4467 <table:table-cell table:style-name="ce32"/>
4468 <table:table-cell table:number-columns-repeated="9"/>
4469 <table:table-cell table:style-name="ce55"/>
4470 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4471 <table:table-cell table:number-columns-repeated="2"/>
4472 <table:table-cell table:style-name="ce55"/>
4473 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4474 <table:table-cell table:number-columns-repeated="5"/>
4475 </table:table-row>
4476 <table:table-row table:style-name="ro5" table:number-rows-repeated="4">
4477 <table:table-cell table:number-columns-repeated="2"/>
4478 <table:table-cell table:style-name="ce28"/>
4479 <table:table-cell table:style-name="ce32"/>
4480 <table:table-cell table:number-columns-repeated="9"/>
4481 <table:table-cell table:style-name="ce55"/>
4482 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4483 <table:table-cell table:number-columns-repeated="2"/>
4484 <table:table-cell table:style-name="ce55"/>
4485 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4486 <table:table-cell table:number-columns-repeated="5"/>
4487 </table:table-row>
4488 <table:table-row table:style-name="ro5">
4489 <table:table-cell table:number-columns-repeated="2"/>
4490 <table:table-cell table:style-name="ce28"/>
4491 <table:table-cell table:style-name="ce32"/>
4492 <table:table-cell table:style-name="ce44"/>
4493 <table:table-cell table:number-columns-repeated="8"/>
4494 <table:table-cell table:style-name="ce55"/>
4495 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4496 <table:table-cell table:number-columns-repeated="2"/>
4497 <table:table-cell table:style-name="ce55"/>
4498 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4499 <table:table-cell table:number-columns-repeated="5"/>
4500 </table:table-row>
4501 <table:table-row table:style-name="ro5" table:number-rows-repeated="2">
4502 <table:table-cell table:number-columns-repeated="2"/>
4503 <table:table-cell table:style-name="ce28"/>
4504 <table:table-cell table:style-name="ce32"/>
4505 <table:table-cell table:number-columns-repeated="9"/>
4506 <table:table-cell table:style-name="ce55"/>
4507 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4508 <table:table-cell table:number-columns-repeated="2"/>
4509 <table:table-cell table:style-name="ce55"/>
4510 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4511 <table:table-cell table:number-columns-repeated="5"/>
4512 </table:table-row>
4513 <table:table-row table:style-name="ro5" table:number-rows-repeated="3">
4514 <table:table-cell table:number-columns-repeated="2"/>
4515 <table:table-cell table:style-name="ce59"/>
4516 <table:table-cell table:style-name="ce32"/>
4517 <table:table-cell table:number-columns-repeated="9"/>
4518 <table:table-cell table:style-name="ce55"/>
4519 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4520 <table:table-cell table:number-columns-repeated="2"/>
4521 <table:table-cell table:style-name="ce55"/>
4522 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4523 <table:table-cell table:number-columns-repeated="5"/>
4524 </table:table-row>
4525 <table:table-row table:style-name="ro5" table:number-rows-repeated="220">
4526 <table:table-cell table:number-columns-repeated="13"/>
4527 <table:table-cell table:style-name="ce55"/>
4528 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4529 <table:table-cell table:number-columns-repeated="2"/>
4530 <table:table-cell table:style-name="ce55"/>
4531 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4532 <table:table-cell table:number-columns-repeated="5"/>
4533 </table:table-row>
4534 <table:table-row table:style-name="ro5" table:number-rows-repeated="49">
4535 <table:table-cell table:number-columns-repeated="13"/>
4536 <table:table-cell table:style-name="ce55"/>
4537 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4538 <table:table-cell table:number-columns-repeated="2"/>
4539 <table:table-cell table:style-name="ce55"/>
4540 <table:table-cell/>
4541 <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
4542 <table:table-cell table:number-columns-repeated="6"/>
4543 </table:table-row>
4544 <table:table-row table:style-name="ro5" table:number-rows-repeated="2490">
4545 <table:table-cell table:number-columns-repeated="13"/>
4546 <table:table-cell table:style-name="ce55"/>
4547 <table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
4548 <table:table-cell table:number-columns-repeated="12"/>
4549 </table:table-row>
4550 <table:table-row table:style-name="ro5" table:number-rows-repeated="1045485">
4551 <table:table-cell table:number-columns-repeated="30"/>
4552 </table:table-row>
4553 <table:table-row table:style-name="ro5">
4554 <table:table-cell table:number-columns-repeated="30"/>
4555 </table:table-row>
4556 <calcext:conditional-formats>
4557 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4558 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4559 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4560 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4561 </calcext:conditional-format>
4562 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4563 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4564 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4565 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4566 </calcext:conditional-format>
4567 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4568 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4569 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4570 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4571 </calcext:conditional-format>
4572 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4573 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4574 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4575 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4576 </calcext:conditional-format>
4577 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4578 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4579 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4580 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4581 </calcext:conditional-format>
4582 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4583 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4584 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4585 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4586 </calcext:conditional-format>
4587 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4588 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4589 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4590 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4591 </calcext:conditional-format>
4592 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4593 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4594 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4595 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4596 </calcext:conditional-format>
4597 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4598 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4599 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4600 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4601 </calcext:conditional-format>
4602 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4603 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4604 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4605 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4606 </calcext:conditional-format>
4607 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4608 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4609 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4610 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4611 </calcext:conditional-format>
4612 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4613 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4614 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4615 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4616 </calcext:conditional-format>
4617 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4618 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4619 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4620 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4621 </calcext:conditional-format>
4622 <calcext:conditional-format calcext:target-range-address="Sheet2.C2:Sheet2.C328">
4623 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C2"/>
4624 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C2"/>
4625 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C2"/>
4626 </calcext:conditional-format>
4627 <calcext:conditional-format calcext:target-range-address="Sheet2.C2:Sheet2.C328">
4628 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C2"/>
4629 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C2"/>
4630 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C2"/>
4631 </calcext:conditional-format>
4632 <calcext:conditional-format calcext:target-range-address="Sheet2.C2:Sheet2.C328">
4633 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C2"/>
4634 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C2"/>
4635 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C2"/>
4636 </calcext:conditional-format>
4637 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4638 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4639 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4640 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4641 </calcext:conditional-format>
4642 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4643 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4644 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4645 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4646 </calcext:conditional-format>
4647 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4648 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4649 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4650 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4651 </calcext:conditional-format>
4652 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4653 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4654 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4655 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4656 </calcext:conditional-format>
4657 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4658 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4659 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4660 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4661 </calcext:conditional-format>
4662 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4663 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4664 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4665 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4666 </calcext:conditional-format>
4667 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4668 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4669 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4670 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4671 </calcext:conditional-format>
4672 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4673 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4674 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4675 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4676 </calcext:conditional-format>
4677 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4678 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4679 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4680 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4681 </calcext:conditional-format>
4682 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4683 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4684 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4685 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4686 </calcext:conditional-format>
4687 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4688 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4689 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4690 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4691 </calcext:conditional-format>
4692 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4693 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4694 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4695 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4696 </calcext:conditional-format>
4697 <calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
4698 <calcext:condition calcext:apply-style-name="Default" calcext:value="=&quot;&quot;" calcext:base-cell-address="Sheet2.C4"/>
4699 <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/>
4700 <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/>
4701 </calcext:conditional-format>
4702 </calcext:conditional-formats>
4703 </table:table>
4704 <table:named-expressions>
4705 <table:named-range table:name="range" table:base-cell-address="$Sheet2.$K$1" table:cell-range-address="$Sheet2.$K$1:.$N$2"/>
4706 </table:named-expressions>
4707 </office:spreadsheet>
4708 </office:body>
4709 </office:document>