-
Notifications
You must be signed in to change notification settings - Fork 0
/
opentaal-spellingcontrole.fodt
820 lines (819 loc) Β· 83.8 KB
/
opentaal-spellingcontrole.fodt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
<?xml version="1.0" encoding="UTF-8"?>
<office:document xmlns:officeooo="http://openoffice.org/2009/office" xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rpt="http://openoffice.org/2005/report" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field: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:xforms="http://www.w3.org/2002/xforms" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
<office:meta><meta:creation-date>2020-03-09T09:53:35.570229572</meta:creation-date><dc:date>2021-01-09T18:52:21.472010430</dc:date><meta:editing-duration>PT2H12M3S</meta:editing-duration><meta:editing-cycles>38</meta:editing-cycles><meta:generator>LibreOffice/7.0.3.1$Linux_X86_64 LibreOffice_project/00$Build-1</meta:generator><meta:document-statistic meta:table-count="0" meta:image-count="0" meta:object-count="0" meta:page-count="3" meta:paragraph-count="20" meta:word-count="273" meta:character-count="2055" meta:non-whitespace-character-count="1749"/></office:meta>
<office:settings>
<config:config-item-set config:name="ooo:view-settings">
<config:config-item config:name="ViewAreaTop" config:type="long">22560</config:config-item>
<config:config-item config:name="ViewAreaLeft" config:type="long">0</config:config-item>
<config:config-item config:name="ViewAreaWidth" config:type="long">23814</config:config-item>
<config:config-item config:name="ViewAreaHeight" config:type="long">21803</config:config-item>
<config:config-item config:name="ShowRedlineChanges" config:type="boolean">true</config:config-item>
<config:config-item config:name="InBrowseMode" config:type="boolean">false</config:config-item>
<config:config-item-map-indexed config:name="Views">
<config:config-item-map-entry>
<config:config-item config:name="ViewId" config:type="string">view2</config:config-item>
<config:config-item config:name="ViewLeft" config:type="long">10518</config:config-item>
<config:config-item config:name="ViewTop" config:type="long">36414</config:config-item>
<config:config-item config:name="VisibleLeft" config:type="long">0</config:config-item>
<config:config-item config:name="VisibleTop" config:type="long">22560</config:config-item>
<config:config-item config:name="VisibleRight" config:type="long">23813</config:config-item>
<config:config-item config:name="VisibleBottom" config:type="long">44362</config:config-item>
<config:config-item config:name="ZoomType" config:type="short">0</config:config-item>
<config:config-item config:name="ViewLayoutColumns" config:type="short">1</config:config-item>
<config:config-item config:name="ViewLayoutBookMode" config:type="boolean">false</config:config-item>
<config:config-item config:name="ZoomFactor" config:type="short">100</config:config-item>
<config:config-item config:name="IsSelectedFrame" config:type="boolean">false</config:config-item>
<config:config-item config:name="AnchoredTextOverflowLegacy" config:type="boolean">false</config:config-item>
</config:config-item-map-entry>
</config:config-item-map-indexed>
</config:config-item-set>
<config:config-item-set config:name="ooo:configuration-settings">
<config:config-item config:name="PrintProspect" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintReversed" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintSingleJobs" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintLeftPages" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintTables" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintControls" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintPageBackground" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintDrawings" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintBlackFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintAnnotationMode" config:type="short">0</config:config-item>
<config:config-item config:name="PrintTextPlaceholder" config:type="boolean">false</config:config-item>
<config:config-item config:name="ProtectFields" config:type="boolean">false</config:config-item>
<config:config-item config:name="ProtectBookmarks" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">true</config:config-item>
<config:config-item config:name="DisableOffPagePositioning" config:type="boolean">false</config:config-item>
<config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">false</config:config-item>
<config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">true</config:config-item>
<config:config-item config:name="ApplyParagraphMarkFormatToNumbering" config:type="boolean">false</config:config-item>
<config:config-item config:name="TreatSingleColumnBreakAsPageBreak" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedSystemFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedComplexScriptFonts" config:type="boolean">true</config:config-item>
<config:config-item config:name="EmbedAsianScriptFonts" config:type="boolean">true</config:config-item>
<config:config-item config:name="EmbedLatinScriptFonts" config:type="boolean">true</config:config-item>
<config:config-item config:name="EmbedOnlyUsedFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="ContinuousEndnotes" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="ClippedPictures" config:type="boolean">false</config:config-item>
<config:config-item config:name="FloattableNomargins" config:type="boolean">false</config:config-item>
<config:config-item config:name="UnbreakableNumberings" config:type="boolean">false</config:config-item>
<config:config-item config:name="HeaderSpacingBelowLastPara" config:type="boolean">false</config:config-item>
<config:config-item config:name="AllowPrintJobCancel" config:type="boolean">true</config:config-item>
<config:config-item config:name="UseOldPrinterMetrics" config:type="boolean">false</config:config-item>
<config:config-item config:name="TabOverMargin" config:type="boolean">false</config:config-item>
<config:config-item config:name="TabsRelativeToIndent" config:type="boolean">true</config:config-item>
<config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
<config:config-item config:name="InvertBorderSpacing" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintPaperFromSetup" config:type="boolean">false</config:config-item>
<config:config-item config:name="UpdateFromTemplate" config:type="boolean">true</config:config-item>
<config:config-item config:name="CurrentDatabaseCommandType" config:type="int">0</config:config-item>
<config:config-item config:name="LinkUpdateMode" config:type="short">1</config:config-item>
<config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
<config:config-item config:name="CurrentDatabaseCommand" config:type="string"/>
<config:config-item config:name="PrinterIndependentLayout" config:type="string">high-resolution</config:config-item>
<config:config-item config:name="ApplyUserData" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintFaxName" config:type="string"/>
<config:config-item config:name="CurrentDatabaseDataSource" config:type="string"/>
<config:config-item config:name="ClipAsCharacterAnchoredWriterFlyFrames" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsKernAsianPunctuation" config:type="boolean">false</config:config-item>
<config:config-item config:name="SaveThumbnail" config:type="boolean">true</config:config-item>
<config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
<config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
<config:config-item config:name="AddParaTableSpacing" config:type="boolean">true</config:config-item>
<config:config-item config:name="StylesNoDefault" config:type="boolean">false</config:config-item>
<config:config-item config:name="ChartAutoUpdate" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrinterSetup" config:type="base64Binary"/>
<config:config-item config:name="AddParaTableSpacingAtStart" config:type="boolean">true</config:config-item>
<config:config-item config:name="Rsid" config:type="int">3031188</config:config-item>
<config:config-item config:name="EmbeddedDatabaseName" config:type="string"/>
<config:config-item config:name="FieldAutoUpdate" config:type="boolean">true</config:config-item>
<config:config-item config:name="OutlineLevelYieldsNumbering" config:type="boolean">false</config:config-item>
<config:config-item config:name="AlignTabStopPosition" config:type="boolean">true</config:config-item>
<config:config-item config:name="CharacterCompressionType" config:type="short">0</config:config-item>
<config:config-item config:name="PrinterName" config:type="string"/>
<config:config-item config:name="SaveGlobalDocumentLinks" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrinterPaperFromSetup" config:type="boolean">false</config:config-item>
<config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
<config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">false</config:config-item>
<config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintGraphics" config:type="boolean">true</config:config-item>
<config:config-item config:name="SurroundTextWrapSmall" config:type="boolean">false</config:config-item>
<config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
<config:config-item config:name="MsWordCompTrailingBlanks" config:type="boolean">false</config:config-item>
<config:config-item config:name="TabAtLeftIndentForParagraphsInList" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintRightPages" config:type="boolean">true</config:config-item>
<config:config-item config:name="IgnoreFirstLineIndentInNumbering" config:type="boolean">false</config:config-item>
<config:config-item config:name="RedlineProtectionKey" config:type="base64Binary"/>
<config:config-item config:name="DoNotJustifyLinesWithManualBreak" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintProspectRTL" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintEmptyPages" config:type="boolean">false</config:config-item>
<config:config-item config:name="DoNotResetParaAttrsForNumFont" config:type="boolean">false</config:config-item>
<config:config-item config:name="AddFrameOffsets" config:type="boolean">false</config:config-item>
<config:config-item config:name="IgnoreTabsAndBlanksForLineCalculation" config:type="boolean">false</config:config-item>
<config:config-item config:name="LoadReadonly" config:type="boolean">false</config:config-item>
<config:config-item config:name="DoNotCaptureDrawObjsOnPage" config:type="boolean">false</config:config-item>
<config:config-item config:name="AddVerticalFrameOffsets" config:type="boolean">false</config:config-item>
<config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsLabelDocument" config:type="boolean">false</config:config-item>
<config:config-item config:name="TableRowKeep" config:type="boolean">false</config:config-item>
<config:config-item config:name="RsidRoot" config:type="int">2031064</config:config-item>
<config:config-item config:name="PrintHiddenText" config:type="boolean">false</config:config-item>
<config:config-item config:name="ProtectForm" config:type="boolean">false</config:config-item>
<config:config-item config:name="MsWordCompMinLineHeightByFly" config:type="boolean">false</config:config-item>
<config:config-item config:name="BackgroundParaOverDrawings" config:type="boolean">false</config:config-item>
<config:config-item config:name="SaveVersionOnClose" config:type="boolean">false</config:config-item>
<config:config-item config:name="MathBaselineAlignment" config:type="boolean">true</config:config-item>
<config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
<config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
<config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
</config:config-item-set>
</office:settings>
<office:scripts>
<office:script script:language="ooo:Basic">
<ooo:libraries xmlns:ooo="http://openoffice.org/2004/office" xmlns:xlink="http://www.w3.org/1999/xlink">
<ooo:library-embedded ooo:name="Standard"/>
</ooo:libraries>
</office:script>
</office:scripts>
<office:font-face-decls>
<style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol" style:font-charset="x-symbol"/>
<style:font-face style:name="FreeSans1" svg:font-family="FreeSans" style:font-family-generic="swiss"/>
<style:font-face style:name="Roboto Medium1" svg:font-family="'Roboto Medium'" style:font-pitch="variable"/>
<style:font-face style:name="Roboto Medium" svg:font-family="'Roboto Medium'" style:font-adornments="Regular" style:font-pitch="variable"/>
<style:font-face style:name="Roboto Slab1" svg:font-family="'Roboto Slab'" style:font-pitch="variable"/>
<style:font-face style:name="Roboto Slab" svg:font-family="'Roboto Slab'" style:font-adornments="Italic" style:font-pitch="variable"/>
<style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
<style:font-face style:name="Liberation Sans" svg:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/>
<style:font-face style:name="DejaVu Sans" svg:font-family="'DejaVu Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
<style:font-face style:name="FreeSans" svg:font-family="FreeSans" style:font-family-generic="system" style:font-pitch="variable"/>
</office:font-face-decls>
<office:styles>
<style:default-style style:family="graphic">
<style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="false"/>
<style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:font-independent-line-spacing="false">
<style:tab-stops/>
</style:paragraph-properties>
<style:text-properties style:use-window-font-color="true" loext:opacity="0%" style:font-name="Liberation Serif" fo:font-size="12pt" fo:language="nl" fo:country="NL" style:letter-kerning="true" style:font-name-asian="DejaVu Sans" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="FreeSans" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
</style:default-style>
<style:default-style style:family="paragraph">
<style:paragraph-properties fo:orphans="2" fo:widows="2" fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.4925in" style:writing-mode="page"/>
<style:text-properties style:use-window-font-color="true" loext:opacity="0%" style:font-name="Liberation Serif" fo:font-size="12pt" fo:language="nl" fo:country="NL" style:letter-kerning="true" style:font-name-asian="DejaVu Sans" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="FreeSans" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2" loext:hyphenation-no-caps="false"/>
</style:default-style>
<style:default-style style:family="table">
<style:table-properties table:border-model="collapsing"/>
</style:default-style>
<style:default-style style:family="table-row">
<style:table-row-properties fo:keep-together="auto"/>
</style:default-style>
<style:style style:name="Standard" style:family="paragraph" style:class="text" style:master-page-name="">
<style:paragraph-properties fo:line-height="115%" style:page-number="auto"/>
<style:text-properties style:font-name="Roboto Slab" fo:font-family="'Roboto Slab'" style:font-style-name="Italic" style:font-pitch="variable" fo:font-size="10.5pt" fo:font-style="normal" fo:font-weight="normal"/>
</style:style>
<style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
<style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:keep-with-next="always"/>
<style:text-properties style:font-name="Liberation Sans" fo:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="14pt" style:font-name-asian="DejaVu Sans" style:font-family-asian="'DejaVu Sans'" style:font-family-generic-asian="system" style:font-pitch-asian="variable" style:font-size-asian="14pt" style:font-name-complex="FreeSans" style:font-family-complex="FreeSans" style:font-family-generic-complex="system" style:font-pitch-complex="variable" style:font-size-complex="14pt"/>
</style:style>
<style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text" style:master-page-name="">
<style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0972in" style:contextual-spacing="false" fo:line-height="115%" style:page-number="auto">
<style:tab-stops/>
</style:paragraph-properties>
</style:style>
<style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
<style:text-properties style:font-size-asian="12pt" style:font-name-complex="FreeSans1" style:font-family-complex="FreeSans" style:font-family-generic-complex="swiss"/>
</style:style>
<style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
<style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" text:number-lines="false" text:line-number="0"/>
<style:text-properties fo:font-size="12pt" fo:font-style="italic" style:font-size-asian="12pt" style:font-style-asian="italic" style:font-name-complex="FreeSans1" style:font-family-complex="FreeSans" style:font-family-generic-complex="swiss" style:font-size-complex="12pt" style:font-style-complex="italic"/>
</style:style>
<style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
<style:paragraph-properties text:number-lines="false" text:line-number="0"/>
<style:text-properties style:font-size-asian="12pt" style:font-name-complex="FreeSans1" style:font-family-complex="FreeSans" style:font-family-generic-complex="swiss"/>
</style:style>
<style:style style:name="Header_20_and_20_Footer" style:display-name="Header and Footer" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
<style:paragraph-properties text:number-lines="false" text:line-number="0">
<style:tab-stops>
<style:tab-stop style:position="2.1272in" style:type="center"/>
<style:tab-stop style:position="4.2547in" style:type="right"/>
</style:tab-stops>
</style:paragraph-properties>
</style:style>
<style:style style:name="Header" style:family="paragraph" style:parent-style-name="Header_20_and_20_Footer" style:class="extra">
<style:paragraph-properties text:number-lines="false" text:line-number="0">
<style:tab-stops>
<style:tab-stop style:position="2.1272in" style:type="center"/>
<style:tab-stop style:position="4.2547in" style:type="right"/>
</style:tab-stops>
</style:paragraph-properties>
</style:style>
<style:style style:name="Footer" style:family="paragraph" style:parent-style-name="Header_20_and_20_Footer" style:class="extra">
<style:paragraph-properties text:number-lines="false" text:line-number="0">
<style:tab-stops>
<style:tab-stop style:position="2.1272in" style:type="center"/>
<style:tab-stop style:position="4.2547in" style:type="right"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Roboto Medium" fo:font-family="'Roboto Medium'" style:font-style-name="Regular" style:font-pitch="variable" fo:font-size="12pt" fo:font-style="normal" fo:font-weight="normal"/>
</style:style>
<style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="1" style:class="text" style:master-page-name="">
<style:paragraph-properties fo:margin-top="0.05in" fo:margin-bottom="0in" style:contextual-spacing="false" style:page-number="auto">
<style:tab-stops/>
</style:paragraph-properties>
<style:text-properties style:font-name="Roboto Medium" fo:font-family="'Roboto Medium'" style:font-style-name="Regular" style:font-pitch="variable" fo:font-size="115%" fo:font-style="normal" fo:font-weight="normal" style:font-size-asian="130%" style:font-weight-asian="bold" style:font-size-complex="130%" style:font-weight-complex="600"/>
</style:style>
<style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="2" style:class="text">
<style:paragraph-properties fo:margin-top="0.139in" fo:margin-bottom="0.0835in" style:contextual-spacing="false"/>
<style:text-properties fo:font-size="115%" fo:font-weight="bold" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="3" style:class="text">
<style:paragraph-properties fo:margin-top="0.0972in" fo:margin-bottom="0.0835in" style:contextual-spacing="false"/>
<style:text-properties fo:font-size="101%" fo:font-weight="bold" style:font-size-asian="101%" style:font-weight-asian="bold" style:font-size-complex="101%" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="Title" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="chapter">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties style:font-name="Roboto Medium" fo:font-family="'Roboto Medium'" style:font-style-name="Regular" style:font-pitch="variable" fo:font-size="32pt" fo:font-style="normal" fo:font-weight="normal" style:font-size-asian="28pt" style:font-weight-asian="bold" style:font-size-complex="28pt" style:font-weight-complex="600"/>
</style:style>
<style:style style:name="List_20_Indent" style:display-name="List Indent" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="text">
<style:paragraph-properties fo:margin-left="1.9689in" fo:margin-right="0in" fo:text-indent="-1.7717in" style:auto-text-indent="false">
<style:tab-stops>
<style:tab-stop style:position="0in"/>
</style:tab-stops>
</style:paragraph-properties>
</style:style>
<style:style style:name="List_20_1" style:display-name="List 1" style:family="paragraph" style:parent-style-name="List" style:class="list">
<style:paragraph-properties fo:margin-left="0.25in" fo:margin-right="0in" fo:margin-top="0in" fo:margin-bottom="0.0835in" style:contextual-spacing="false" fo:text-indent="-0.25in" style:auto-text-indent="false"/>
</style:style>
<style:style style:name="Bullet_20_Symbols" style:display-name="Bullet Symbols" style:family="text">
<style:text-properties style:font-name="OpenSymbol" fo:font-family="OpenSymbol" style:font-charset="x-symbol" style:font-name-asian="OpenSymbol" style:font-family-asian="OpenSymbol" style:font-charset-asian="x-symbol" style:font-name-complex="OpenSymbol" style:font-family-complex="OpenSymbol" style:font-charset-complex="x-symbol"/>
</style:style>
<style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
<style:style style:name="Internet_20_link" style:display-name="Internet link" style:family="text">
<style:text-properties fo:color="#000080" loext:opacity="100%" fo:language="zxx" fo:country="none" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/>
</style:style>
<text:outline-style style:name="Outline">
<text:outline-level-style text:level="1" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="2" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="3" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="4" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="5" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="6" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="7" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="8" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="9" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="10" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab"/>
</style:list-level-properties>
</text:outline-level-style>
</text:outline-style>
<text:list-style style:name="List_20_1" style:display-name="List 1">
<text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" text:bullet-char="β’">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.1575in" fo:text-indent="-0.1575in" fo:margin-left="0.1575in"/>
</style:list-level-properties>
<style:text-properties style:font-name="OpenSymbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="2" text:style-name="Numbering_20_Symbols" text:bullet-char="β’">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.3154in" fo:text-indent="-0.1575in" fo:margin-left="0.3154in"/>
</style:list-level-properties>
<style:text-properties style:font-name="OpenSymbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="3" text:style-name="Numbering_20_Symbols" text:bullet-char="β’">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.472in" fo:text-indent="-0.1575in" fo:margin-left="0.472in"/>
</style:list-level-properties>
<style:text-properties style:font-name="OpenSymbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="4" text:style-name="Numbering_20_Symbols" text:bullet-char="β’">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.6299in" fo:text-indent="-0.1575in" fo:margin-left="0.6299in"/>
</style:list-level-properties>
<style:text-properties style:font-name="OpenSymbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="5" text:style-name="Numbering_20_Symbols" text:bullet-char="β’">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.7874in" fo:text-indent="-0.1575in" fo:margin-left="0.7874in"/>
</style:list-level-properties>
<style:text-properties style:font-name="OpenSymbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="6" text:style-name="Numbering_20_Symbols" text:bullet-char="β’">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.9453in" fo:text-indent="-0.1575in" fo:margin-left="0.9453in"/>
</style:list-level-properties>
<style:text-properties style:font-name="OpenSymbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="7" text:style-name="Numbering_20_Symbols" text:bullet-char="β’">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.102in" fo:text-indent="-0.1575in" fo:margin-left="1.102in"/>
</style:list-level-properties>
<style:text-properties style:font-name="OpenSymbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="8" text:style-name="Numbering_20_Symbols" text:bullet-char="β’">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.2598in" fo:text-indent="-0.1575in" fo:margin-left="1.2598in"/>
</style:list-level-properties>
<style:text-properties style:font-name="OpenSymbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="9" text:style-name="Numbering_20_Symbols" text:bullet-char="β’">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.4173in" fo:text-indent="-0.1575in" fo:margin-left="1.4173in"/>
</style:list-level-properties>
<style:text-properties style:font-name="OpenSymbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="10" text:style-name="Numbering_20_Symbols" text:bullet-char="β’">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.5752in" fo:text-indent="-0.1575in" fo:margin-left="1.5752in"/>
</style:list-level-properties>
<style:text-properties style:font-name="OpenSymbol"/>
</text:list-level-style-bullet>
</text:list-style>
<text:notes-configuration text:note-class="footnote" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="document"/>
<text:notes-configuration text:note-class="endnote" style:num-format="i" text:start-value="0"/>
<text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
</office:styles>
<office:automatic-styles>
<style:style style:name="P1" style:family="paragraph" style:parent-style-name="Title">
<style:text-properties style:font-name="Roboto Medium" fo:font-size="32pt" fo:language="nl" fo:country="NL" fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="00273627" officeooo:paragraph-rsid="00273627" style:font-name-asian="DejaVu Sans" style:font-size-asian="28pt" style:font-weight-asian="bold" style:font-name-complex="FreeSans" style:font-size-complex="28pt" style:font-weight-complex="600"/>
</style:style>
<style:style style:name="P2" style:family="paragraph" style:parent-style-name="Footer">
<style:text-properties style:font-name="Roboto Medium1" fo:font-size="15pt" fo:language="nl" fo:country="NL" fo:font-style="italic" officeooo:rsid="001efdd8" officeooo:paragraph-rsid="001efdd8" style:font-size-asian="15pt" style:font-style-asian="italic" style:font-size-complex="15pt" style:font-style-complex="italic"/>
</style:style>
<style:style style:name="P3" style:family="paragraph" style:parent-style-name="Title">
<style:text-properties style:font-name="Roboto Medium" fo:font-size="32pt" fo:language="nl" fo:country="NL" fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="00273627" officeooo:paragraph-rsid="00273627" style:font-name-asian="DejaVu Sans" style:font-size-asian="28pt" style:font-weight-asian="bold" style:font-name-complex="FreeSans" style:font-size-complex="28pt" style:font-weight-complex="600"/>
</style:style>
<style:style style:name="P4" style:family="paragraph" style:parent-style-name="Title">
<style:text-properties fo:language="nl" fo:country="NL"/>
</style:style>
<style:style style:name="P5" style:family="paragraph" style:parent-style-name="Footer">
<style:text-properties style:font-name="Roboto Medium1" fo:font-size="15pt" fo:language="nl" fo:country="NL" fo:font-style="italic" officeooo:rsid="001efdd8" officeooo:paragraph-rsid="001efdd8" style:font-size-asian="15pt" style:font-style-asian="italic" style:font-size-complex="15pt" style:font-style-complex="italic"/>
</style:style>
<style:style style:name="P6" style:family="paragraph" style:parent-style-name="Footer">
<style:text-properties style:font-name="Roboto Medium1" fo:font-size="15pt" fo:font-style="italic" officeooo:rsid="001efdd8" officeooo:paragraph-rsid="001efdd8" style:font-size-asian="15pt" style:font-style-asian="italic" style:font-size-complex="15pt" style:font-style-complex="italic"/>
</style:style>
<style:style style:name="P7" style:family="paragraph" style:parent-style-name="Header">
<style:text-properties style:font-name="Roboto Medium1" fo:font-size="24pt" officeooo:rsid="001efdd8" officeooo:paragraph-rsid="001efdd8" style:font-size-asian="24pt" style:font-size-complex="24pt"/>
</style:style>
<style:style style:name="P8" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:font-name="Roboto Medium1" officeooo:rsid="001efdd8" officeooo:paragraph-rsid="001efdd8"/>
</style:style>
<style:style style:name="P9" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="001fd9be" officeooo:paragraph-rsid="0020ff21" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P10" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="001fd9be" officeooo:paragraph-rsid="0020a883" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P11" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="001efdd8" officeooo:paragraph-rsid="001fd9be" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P12" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="001efdd8" officeooo:paragraph-rsid="0020a883" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P13" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="001efdd8" officeooo:paragraph-rsid="0023b704" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P14" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="0020a883" officeooo:paragraph-rsid="0023b704" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P15" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties fo:language="nl" fo:country="NL" officeooo:paragraph-rsid="0020a883"/>
</style:style>
<style:style style:name="P16" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties fo:language="nl" fo:country="NL" officeooo:paragraph-rsid="0020ff21"/>
</style:style>
<style:style style:name="P17" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties fo:language="nl" fo:country="NL" officeooo:rsid="00273627" officeooo:paragraph-rsid="0025254c"/>
</style:style>
<style:style style:name="P18" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties fo:language="nl" fo:country="NL" officeooo:rsid="001fd9be" officeooo:paragraph-rsid="0020ff21"/>
</style:style>
<style:style style:name="P19" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="001efdd8" officeooo:paragraph-rsid="001fd9be" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P20" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:paragraph-rsid="0023b704"/>
</style:style>
<style:style style:name="P21" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:paragraph-rsid="0025254c"/>
</style:style>
<style:style style:name="P22" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:rsid="0020a883"/>
</style:style>
<style:style style:name="P23" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:rsid="0020a883" officeooo:paragraph-rsid="0023b704"/>
</style:style>
<style:style style:name="P24" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:paragraph-rsid="0028dcbe"/>
</style:style>
<style:style style:name="P25" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:paragraph-rsid="0020ff21"/>
</style:style>
<style:style style:name="P26" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties style:font-name="Roboto Medium" fo:font-size="16.1000003814697pt" fo:language="nl" fo:country="NL" fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="001fd9be" officeooo:paragraph-rsid="002afc66" style:font-name-asian="DejaVu Sans" style:font-size-asian="18.2000007629395pt" style:font-weight-asian="bold" style:font-name-complex="FreeSans" style:font-size-complex="18.2000007629395pt" style:font-weight-complex="600"/>
</style:style>
<style:style style:name="P27" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties officeooo:paragraph-rsid="00263812"/>
</style:style>
<style:style style:name="P28" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties officeooo:rsid="00263812" officeooo:paragraph-rsid="00263812"/>
</style:style>
<style:style style:name="P29" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties officeooo:paragraph-rsid="00284bc8"/>
</style:style>
<style:style style:name="P30" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties officeooo:paragraph-rsid="0028dcbe"/>
</style:style>
<style:style style:name="P31" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties officeooo:rsid="0028dcbe" officeooo:paragraph-rsid="0028dcbe"/>
</style:style>
<style:style style:name="P32" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="0028dcbe" officeooo:paragraph-rsid="0028dcbe" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P33" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties officeooo:paragraph-rsid="002a6c90"/>
</style:style>
<style:style style:name="P34" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="001efdd8" officeooo:paragraph-rsid="002d2f65" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="P35" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties fo:language="nl" fo:country="NL" officeooo:rsid="00273627" officeooo:paragraph-rsid="0025254c"/>
</style:style>
<style:style style:name="P36" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:paragraph-rsid="0028dcbe"/>
</style:style>
<style:style style:name="P37" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Roboto Medium" fo:font-size="16.1000003814697pt" fo:language="nl" fo:country="NL" fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="002d91da" officeooo:paragraph-rsid="002d2f65" style:font-name-asian="DejaVu Sans" style:font-size-asian="18.2000007629395pt" style:font-weight-asian="bold" style:font-name-complex="FreeSans" style:font-size-complex="18.2000007629395pt" style:font-weight-complex="600"/>
</style:style>
<style:style style:name="P38" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties fo:color="#000000" loext:opacity="100%" officeooo:rsid="0020a883" officeooo:paragraph-rsid="002d2f65"/>
</style:style>
<style:style style:name="P39" style:family="paragraph" style:parent-style-name="Heading_20_1">
<style:text-properties officeooo:paragraph-rsid="002e4094"/>
</style:style>
<style:style style:name="P40" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties fo:color="#000000" loext:opacity="100%" officeooo:paragraph-rsid="002d2f65"/>
</style:style>
<style:style style:name="P41" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties officeooo:paragraph-rsid="002be1d9"/>
</style:style>
<style:style style:name="P42" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties officeooo:paragraph-rsid="002d2f65"/>
</style:style>
<style:style style:name="P43" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties officeooo:paragraph-rsid="002e4094"/>
</style:style>
<style:style style:name="P44" style:family="paragraph" style:parent-style-name="Text_20_body">
<style:text-properties officeooo:rsid="002e4094" officeooo:paragraph-rsid="002e4094"/>
</style:style>
<style:style style:name="T1" style:family="text">
<style:text-properties fo:font-style="normal" style:font-style-asian="normal" style:font-style-complex="normal"/>
</style:style>
<style:style style:name="T2" style:family="text">
<style:text-properties fo:font-style="normal" style:font-style-asian="normal" style:font-style-complex="normal"/>
</style:style>
<style:style style:name="T3" style:family="text">
<style:text-properties officeooo:rsid="001fd9be"/>
</style:style>
<style:style style:name="T4" style:family="text">
<style:text-properties officeooo:rsid="001efdd8"/>
</style:style>
<style:style style:name="T5" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T6" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="001efdd8" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T7" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="001fd9be" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T8" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="0020ff21" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T9" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="0021bbab" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T10" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="0023b704" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T11" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="00263812" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T12" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="00273627" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T13" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="00280f8b" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T14" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="00284bc8" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T15" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="0028dcbe" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T16" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="002a6c90" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T17" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="002be1d9" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T18" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="002d2f65" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T19" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="001fd9be" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T20" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="0020ff21" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T21" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="0021bbab" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T22" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="0023b704" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T23" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="00263812" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T24" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="00284bc8" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T25" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="0028dcbe" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T26" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-style="italic" fo:font-weight="normal" style:font-size-asian="10.5pt" style:font-style-asian="italic" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-style-complex="italic" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T27" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" officeooo:rsid="001fd9be" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T28" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" officeooo:rsid="001efdd8" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T29" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" officeooo:rsid="0020ff21" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T30" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" officeooo:rsid="0023b704" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T31" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" officeooo:rsid="0025254c" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T32" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" officeooo:rsid="00263812" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T33" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" officeooo:rsid="00353a83" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T34" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" officeooo:rsid="002d2f65" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T35" style:family="text">
<style:text-properties style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" officeooo:rsid="002e4094" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T36" style:family="text">
<style:text-properties officeooo:rsid="0020a883"/>
</style:style>
<style:style style:name="T37" style:family="text">
<style:text-properties fo:language="nl" fo:country="NL"/>
</style:style>
<style:style style:name="T38" style:family="text">
<style:text-properties fo:language="nl" fo:country="NL" officeooo:rsid="0025254c"/>
</style:style>
<style:style style:name="T39" style:family="text">
<style:text-properties fo:language="nl" fo:country="NL" officeooo:rsid="00273627"/>
</style:style>
<style:style style:name="T40" style:family="text">
<style:text-properties fo:language="nl" fo:country="NL" officeooo:rsid="00284bc8"/>
</style:style>
<style:style style:name="T41" style:family="text">
<style:text-properties fo:language="nl" fo:country="NL" officeooo:rsid="0028dcbe"/>
</style:style>
<style:style style:name="T42" style:family="text">
<style:text-properties fo:language="nl" fo:country="NL" officeooo:rsid="001fd9be"/>
</style:style>
<style:style style:name="T43" style:family="text">
<style:text-properties fo:language="nl" fo:country="NL" officeooo:rsid="002d2f65"/>
</style:style>
<style:style style:name="T44" style:family="text">
<style:text-properties officeooo:rsid="00263812"/>
</style:style>
<style:style style:name="T45" style:family="text">
<style:text-properties officeooo:rsid="0028dcbe"/>
</style:style>
<style:style style:name="T46" style:family="text">
<style:text-properties officeooo:rsid="002a6c90"/>
</style:style>
<style:style style:name="T47" style:family="text">
<style:text-properties officeooo:rsid="002981fe"/>
</style:style>
<style:style style:name="T48" style:family="text">
<style:text-properties style:font-name="Roboto Slab" fo:font-size="10.5pt" fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="0029881d"/>
</style:style>
<style:style style:name="T49" style:family="text">
<style:text-properties officeooo:rsid="002afc66"/>
</style:style>
<style:style style:name="T50" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" fo:font-style="italic" style:font-style-asian="italic" style:font-style-complex="italic"/>
</style:style>
<style:style style:name="T51" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" fo:font-style="italic" officeooo:rsid="002981fe" style:font-style-asian="italic" style:font-style-complex="italic"/>
</style:style>
<style:style style:name="T52" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" fo:font-style="italic" officeooo:rsid="00353a83" style:font-style-asian="italic" style:font-style-complex="italic"/>
</style:style>
<style:style style:name="T53" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" fo:font-style="italic" officeooo:rsid="002ed4b3" style:font-style-asian="italic" style:font-style-complex="italic"/>
</style:style>
<style:style style:name="T54" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-style="italic" fo:font-weight="normal" officeooo:rsid="00263812" style:font-size-asian="10.5pt" style:font-style-asian="italic" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-style-complex="italic" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T55" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="00263812" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T56" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="002be1d9" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T57" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" fo:font-weight="normal" officeooo:rsid="001efdd8" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T58" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="001efdd8" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T59" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:language="nl" fo:country="NL" style:text-underline-style="none" fo:font-weight="normal" officeooo:rsid="0033e525" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T60" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T61" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" officeooo:rsid="002ab4c5" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T62" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" officeooo:rsid="002d2f65" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T63" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" officeooo:rsid="00263812" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T64" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" officeooo:rsid="002e4094" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T65" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Roboto Slab1" fo:font-size="10.5pt" fo:font-weight="normal" officeooo:rsid="0025254c" style:font-size-asian="10.5pt" style:font-weight-asian="normal" style:font-size-complex="10.5pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T66" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" officeooo:rsid="002ab4c5"/>
</style:style>
<style:style style:name="T67" style:family="text">
<style:text-properties fo:color="#000000" loext:opacity="100%" officeooo:rsid="002d91da"/>
</style:style>
<style:style style:name="T68" style:family="text">
<style:text-properties officeooo:rsid="002d2f65"/>
</style:style>
<style:style style:name="T69" style:family="text">
<style:text-properties officeooo:rsid="002e4094"/>
</style:style>
<text:list-style style:name="L1">
<text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" text:bullet-char="β’">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.5in" fo:text-indent="-0.25in" fo:margin-left="0.5in"/>
</style:list-level-properties>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" text:bullet-char="β¦">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.75in" fo:text-indent="-0.25in" fo:margin-left="0.75in"/>
</style:list-level-properties>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="3" text:style-name="Bullet_20_Symbols" text:bullet-char="βͺ">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1in" fo:text-indent="-0.25in" fo:margin-left="1in"/>
</style:list-level-properties>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="4" text:style-name="Bullet_20_Symbols" text:bullet-char="β’">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.25in" fo:text-indent="-0.25in" fo:margin-left="1.25in"/>
</style:list-level-properties>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="5" text:style-name="Bullet_20_Symbols" text:bullet-char="β¦">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.5in" fo:text-indent="-0.25in" fo:margin-left="1.5in"/>
</style:list-level-properties>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="6" text:style-name="Bullet_20_Symbols" text:bullet-char="βͺ">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.75in" fo:text-indent="-0.25in" fo:margin-left="1.75in"/>
</style:list-level-properties>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="7" text:style-name="Bullet_20_Symbols" text:bullet-char="β’">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2in" fo:text-indent="-0.25in" fo:margin-left="2in"/>
</style:list-level-properties>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="8" text:style-name="Bullet_20_Symbols" text:bullet-char="β¦">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.25in" fo:text-indent="-0.25in" fo:margin-left="2.25in"/>
</style:list-level-properties>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="9" text:style-name="Bullet_20_Symbols" text:bullet-char="βͺ">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.5in" fo:text-indent="-0.25in" fo:margin-left="2.5in"/>
</style:list-level-properties>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="10" text:style-name="Bullet_20_Symbols" text:bullet-char="β’">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.75in" fo:text-indent="-0.25in" fo:margin-left="2.75in"/>
</style:list-level-properties>
</text:list-level-style-bullet>
</text:list-style>
<style:page-layout style:name="pm1">
<style:page-layout-properties fo:page-width="5.8299in" fo:page-height="8.2701in" style:num-format="1" style:print-orientation="portrait" fo:margin-top="0.7874in" fo:margin-bottom="0.7874in" fo:margin-left="0.7874in" fo:margin-right="0.7874in" style:writing-mode="lr-tb" style:layout-grid-color="#c0c0c0" style:layout-grid-lines="20" style:layout-grid-base-height="0.278in" style:layout-grid-ruby-height="0.139in" style:layout-grid-mode="none" style:layout-grid-ruby-below="false" style:layout-grid-print="false" style:layout-grid-display="false" style:footnote-max-height="0in">
<style:columns fo:column-count="2" fo:column-gap="0.3in">
<style:column-sep style:width="0.0035in" style:color="#000000" style:height="100%" style:style="solid"/>
<style:column style:rel-width="32767*" fo:start-indent="0in" fo:end-indent="0.15in"/>
<style:column style:rel-width="32768*" fo:start-indent="0.15in" fo:end-indent="0in"/>
</style:columns>
<style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="solid" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
</style:page-layout-properties>
<style:header-style>
<style:header-footer-properties fo:min-height="0in" fo:margin-left="0in" fo:margin-right="0in" fo:margin-bottom="0.1965in"/>
</style:header-style>
<style:footer-style>
<style:header-footer-properties fo:min-height="0in" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0.1965in"/>
</style:footer-style>
</style:page-layout>
</office:automatic-styles>
<office:master-styles>
<style:master-page style:name="Standard" style:page-layout-name="pm1">
<style:header>
<text:p text:style-name="P1">Spellingcontrole</text:p>
</style:header>
<style:footer>
<text:p text:style-name="P2"><text:span text:style-name="T1">Stichting OpenTaal β </text:span>Taal is van ons allemaal</text:p>
</style:footer>
</style:master-page>
</office:master-styles>
<office:body>
<office:text text:use-soft-page-breaks="true">
<office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
<text:sequence-decls>
<text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
<text:sequence-decl text:display-outline-level="0" text:name="Table"/>
<text:sequence-decl text:display-outline-level="0" text:name="Text"/>
<text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
<text:sequence-decl text:display-outline-level="0" text:name="Figure"/>
</text:sequence-decls>
<text:p text:style-name="P41"><text:span text:style-name="T50">Stichting OpenTaal </text:span><text:span text:style-name="T51">helpt </text:span><text:span text:style-name="T52">om </text:span><text:span text:style-name="T51">beter Nederlands te schrijven. </text:span><text:span text:style-name="T52">De</text:span><text:span text:style-name="T53"> s</text:span><text:span text:style-name="T51">pellin</text:span><text:span text:style-name="T52">g</text:span><text:span text:style-name="T54">Β</text:span><text:span text:style-name="T52">co</text:span><text:span text:style-name="T51">ntrole </text:span><text:span text:style-name="T52">voor</text:span><text:span text:style-name="T51"> computer</text:span><text:span text:style-name="T52">s</text:span><text:span text:style-name="T51"> is haar bekendste product.</text:span></text:p>
<text:h text:style-name="P17" text:outline-level="1">Spellingcontrole</text:h>
<text:p text:style-name="P41"><text:span text:style-name="T17">Nederlandse spelling controleren is niet triviaal. </text:span><text:span text:style-name="T56">Ver</text:span><text:span text:style-name="T17">voegen</text:span><text:span text:style-name="T14"> van </text:span><text:span text:style-name="T13">sterke of onregelmatige</text:span><text:span text:style-name="T17"> </text:span><text:span text:style-name="T13">wer</text:span><text:span text:style-name="T14">k</text:span><text:span text:style-name="T55">Β</text:span><text:span text:style-name="T13">woorden </text:span><text:span text:style-name="T17">is opzoekwerk.</text:span><text:span text:style-name="T12"> </text:span><text:span text:style-name="T17">S</text:span><text:span text:style-name="T13">amen</text:span><text:span text:style-name="T56">s</text:span><text:span text:style-name="T13">tell</text:span><text:span text:style-name="T17">ingen kunnen een koppelteken of letters ertussen hebben. </text:span><text:span text:style-name="T14">Daarnaast zijn er ve</text:span><text:span text:style-name="T17">le</text:span><text:span text:style-name="T14"> uitzonderingen, </text:span><text:span text:style-name="T17">versteende uitdrukkingen en meerdere of ontbrekende vormen</text:span><text:span text:style-name="T14">.</text:span><text:span text:style-name="T6"> </text:span><text:span text:style-name="T17">Een uitputtende lijst maken om spelling in op te zoeken is ondoenlijk. D</text:span><text:span text:style-name="T18">e </text:span><text:span text:style-name="T17">spellingcontrole </text:span><text:span text:style-name="T18">werkt met woordenlijsten met veel specifieke spellingregels.</text:span></text:p>
<text:h text:style-name="P24" text:outline-level="1"><text:span text:style-name="T39">S</text:span><text:span text:style-name="T41">uggesties</text:span></text:h>
<text:p text:style-name="P32"><text:span text:style-name="T68">Extra uitdagend is het suggereren van correcties. </text:span>Voor samenstellingen is dit een complex proces. Daarbij <text:span text:style-name="T68">moet ook in een praktische volgorde alleen zinvolle</text:span> suggesties <text:span text:style-name="T68">worden getoond</text:span>.</text:p>
<text:h text:style-name="P24" text:outline-level="1"><text:span text:style-name="T43">Beperkingen</text:span></text:h>
<text:p text:style-name="P42"><text:span text:style-name="T18">Door de Engelstalige oorsprong van de spellingcontrolesoftware wordt er helaas niet over spaties heen gekeken. Dat de context ontbreekt is een grote beperking.</text:span></text:p>
<text:p text:style-name="P42"><text:span text:style-name="T18">Zie onze brochure over grammatica</text:span><text:span text:style-name="T18">controle voor feedback op grammatica, stijl en spelling in compleet zinsverband waar dit geen beperking meer is.</text:span></text:p>
<text:h text:style-name="Heading_20_1" text:outline-level="1"><text:soft-page-break/>Gebruik</text:h>
<text:p text:style-name="P43"><text:span text:style-name="T32">D</text:span><text:span text:style-name="T29">e </text:span><text:span text:style-name="T31">s</text:span><text:span text:style-name="T29">pellingcontrole </text:span><text:span text:style-name="T31">van OpenTaal </text:span><text:span text:style-name="T29">wordt gebruikt </text:span><text:span text:style-name="T32">in </text:span><text:span text:style-name="T34">onder </text:span><text:span text:style-name="T35">meer</text:span><text:span text:style-name="T32">:</text:span></text:p>
<text:p text:style-name="P42"><text:span text:style-name="T61"><text:s text:c="2"/></text:span><text:span text:style-name="T32">β</text:span><text:span text:style-name="T61"> <text:s/></text:span><text:span text:style-name="T62">M</text:span>ozilla Firefox<text:line-break/><text:span text:style-name="T61"> <text:s/></text:span><text:span text:style-name="T32">β</text:span><text:span text:style-name="T61"> <text:s/></text:span>Google Chrom<text:span text:style-name="T68">e<text:line-break/></text:span><text:span text:style-name="T61"> <text:s/></text:span><text:span text:style-name="T32">β</text:span><text:span text:style-name="T61"> <text:s/></text:span>Apple Safari<text:span text:style-name="T66"><text:line-break/></text:span><text:span text:style-name="T61"> <text:s/></text:span><text:span text:style-name="T63">β</text:span><text:span text:style-name="T61"> <text:s/></text:span><text:span text:style-name="T66">Opera<text:line-break/></text:span><text:span text:style-name="T61"> <text:s/></text:span><text:span text:style-name="T63">β</text:span><text:span text:style-name="T61"> <text:s/></text:span>Adobe<text:line-break/><text:span text:style-name="T67"> <text:s text:c="3"/></text:span><text:span text:style-name="T66"><text:s text:c="5"/>β¦ <text:s/></text:span>InDesign<text:line-break/><text:span text:style-name="T67"> <text:s text:c="3"/></text:span><text:span text:style-name="T66"><text:s text:c="5"/>β¦ <text:s/></text:span>Illustrator<text:line-break/><text:span text:style-name="T67"> <text:s text:c="3"/></text:span><text:span text:style-name="T66"><text:s text:c="5"/>β¦ <text:s/></text:span>Photoshop<text:line-break/><text:span text:style-name="T61"> <text:s/></text:span><text:span text:style-name="T32">β</text:span><text:span text:style-name="T61"> <text:s/></text:span>LibreOffice<text:line-break/><text:span text:style-name="T61"> <text:s/></text:span><text:span text:style-name="T32">β</text:span><text:span text:style-name="T61"> <text:s/>Thunderbird</text:span></text:p>
<text:p text:style-name="P44"><text:span text:style-name="T60">Bovenstaande software of uw besturingssysteem of bieden u automatisch de laatste versie van onze spellingcontrole aan.</text:span></text:p>
<text:h text:style-name="P39" text:outline-level="1"><text:span text:style-name="T69">Werkwijze</text:span></text:h>
<text:p text:style-name="P43"><text:span text:style-name="T64">De spellingcontrole wordt samengesteld aan de hand van onze woordenlijst met behulp van software en intensieve handmatige eindredactie. Het verbeteren van de controle en de suggesties gaat aan de hand van meldingen van gebruikers.</text:span><text:span text:style-name="T65"> </text:span><text:span text:style-name="T64">Stuur a.u.b. ontbrekende en onverwachte fouten en suggesties naar ons op voor een betere spellingcontrole. </text:span></text:p>
<text:h text:style-name="P37" text:outline-level="1">Doneer</text:h>
<text:p text:style-name="P40"><text:span text:style-name="T32">Stichting</text:span><text:span text:style-name="T30"> OpenTaal </text:span><text:span text:style-name="T32">is een a</text:span><text:span text:style-name="T28">lgemeen nut beogende instelling. </text:span><text:span text:style-name="T33">Uw donatie is van harte welkom</text:span><text:span text:style-name="T30">.</text:span></text:p>
<text:h text:style-name="P38" text:outline-level="1">Contact</text:h>
<text:p text:style-name="P34"><text:span text:style-name="T57">Stichting OpenTaal<text:line-break/></text:span><text:span text:style-name="T58">[email protected]<text:line-break/>www.opentaal.org<text:line-break/></text:span><text:soft-page-break/><text:a xlink:type="simple" xlink:href="https://twitter.com/opentaal" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link"><text:span text:style-name="T59">twitter.com/opentaal</text:span></text:a><text:span text:style-name="T58"><text:line-break/></text:span><text:a xlink:type="simple" xlink:href="https://www.facebook.com/opentaal/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link"><text:span text:style-name="T59">facebook.com/opentaal</text:span></text:a></text:p>
</office:text>
</office:body>
</office:document>