-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabin lights.fodg
938 lines (937 loc) · 76.9 KB
/
cabin lights.fodg
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
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
<?xml version="1.0" encoding="UTF-8"?>
<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:smil="urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" 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:officeooo="http://openoffice.org/2009/office" 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.graphics">
<office:meta><meta:initial-creator>Art Zemon</meta:initial-creator><meta:creation-date>2016-07-24T17:03:41.936731635</meta:creation-date><dc:date>2017-12-07T18:53:43.088458733</dc:date><dc:creator>Art Zemon</dc:creator><meta:editing-duration>PT4H47M58S</meta:editing-duration><meta:editing-cycles>66</meta:editing-cycles><meta:generator>LibreOffice/5.1.6.2$Linux_X86_64 LibreOffice_project/10m0$Build-2</meta:generator><meta:printed-by>Art Zemon</meta:printed-by><meta:print-date>2017-12-07T18:53:32.514007763</meta:print-date><meta:document-statistic meta:object-count="119"/></office:meta>
<office:settings>
<config:config-item-set config:name="ooo:view-settings">
<config:config-item config:name="VisibleAreaTop" config:type="int">5551</config:config-item>
<config:config-item config:name="VisibleAreaLeft" config:type="int">6485</config:config-item>
<config:config-item config:name="VisibleAreaWidth" config:type="int">18896</config:config-item>
<config:config-item config:name="VisibleAreaHeight" config:type="int">10652</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">view1</config:config-item>
<config:config-item config:name="GridIsVisible" config:type="boolean">false</config:config-item>
<config:config-item config:name="GridIsFront" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsSnapToGrid" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsSnapToPageMargins" config:type="boolean">true</config:config-item>
<config:config-item config:name="IsSnapToSnapLines" config:type="boolean">true</config:config-item>
<config:config-item config:name="IsSnapToObjectFrame" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsSnapToObjectPoints" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsPlusHandlesAlwaysVisible" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsFrameDragSingles" config:type="boolean">true</config:config-item>
<config:config-item config:name="EliminatePolyPointLimitAngle" config:type="int">1500</config:config-item>
<config:config-item config:name="IsEliminatePolyPoints" config:type="boolean">false</config:config-item>
<config:config-item config:name="VisibleLayers" config:type="base64Binary">//////////////////////////////////////////8=</config:config-item>
<config:config-item config:name="PrintableLayers" config:type="base64Binary">//////////////////////////////////////////8=</config:config-item>
<config:config-item config:name="LockedLayers" config:type="base64Binary"/>
<config:config-item config:name="NoAttribs" config:type="boolean">false</config:config-item>
<config:config-item config:name="NoColors" config:type="boolean">true</config:config-item>
<config:config-item config:name="RulerIsVisible" config:type="boolean">true</config:config-item>
<config:config-item config:name="PageKind" config:type="short">0</config:config-item>
<config:config-item config:name="SelectedPage" config:type="short">0</config:config-item>
<config:config-item config:name="IsLayerMode" config:type="boolean">true</config:config-item>
<config:config-item config:name="IsDoubleClickTextEdit" config:type="boolean">true</config:config-item>
<config:config-item config:name="IsClickChangeRotation" config:type="boolean">true</config:config-item>
<config:config-item config:name="SlidesPerRow" config:type="short">4</config:config-item>
<config:config-item config:name="EditMode" config:type="int">0</config:config-item>
<config:config-item config:name="VisibleAreaTop" config:type="int">3905</config:config-item>
<config:config-item config:name="VisibleAreaLeft" config:type="int">8288</config:config-item>
<config:config-item config:name="VisibleAreaWidth" config:type="int">36612</config:config-item>
<config:config-item config:name="VisibleAreaHeight" config:type="int">25423</config:config-item>
<config:config-item config:name="GridCoarseWidth" config:type="int">1270</config:config-item>
<config:config-item config:name="GridCoarseHeight" config:type="int">1270</config:config-item>
<config:config-item config:name="GridFineWidth" config:type="int">127</config:config-item>
<config:config-item config:name="GridFineHeight" config:type="int">127</config:config-item>
<config:config-item config:name="GridSnapWidthXNumerator" config:type="int">127</config:config-item>
<config:config-item config:name="GridSnapWidthXDenominator" config:type="int">1</config:config-item>
<config:config-item config:name="GridSnapWidthYNumerator" config:type="int">127</config:config-item>
<config:config-item config:name="GridSnapWidthYDenominator" config:type="int">1</config:config-item>
<config:config-item config:name="IsAngleSnapEnabled" config:type="boolean">false</config:config-item>
<config:config-item config:name="SnapAngle" config:type="int">1500</config:config-item>
<config:config-item config:name="ZoomOnPage" 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="ApplyUserData" config:type="boolean">true</config:config-item>
<config:config-item config:name="BitmapTableURL" config:type="string">$(user)/config/standard.sob</config:config-item>
<config:config-item config:name="CharacterCompressionType" config:type="short">0</config:config-item>
<config:config-item config:name="ColorTableURL" config:type="string">$(user)/config/standard.soc</config:config-item>
<config:config-item config:name="DashTableURL" config:type="string">$(user)/config/standard.sod</config:config-item>
<config:config-item config:name="DefaultTabStop" config:type="int">1270</config:config-item>
<config:config-item config:name="EmbedFonts" config:type="boolean">false</config:config-item>
<config:config-item-map-indexed config:name="ForbiddenCharacters">
<config:config-item-map-entry>
<config:config-item config:name="Language" config:type="string">en</config:config-item>
<config:config-item config:name="Country" config:type="string">US</config:config-item>
<config:config-item config:name="Variant" config:type="string"/>
<config:config-item config:name="BeginLine" config:type="string"/>
<config:config-item config:name="EndLine" config:type="string"/>
</config:config-item-map-entry>
</config:config-item-map-indexed>
<config:config-item config:name="GradientTableURL" config:type="string">$(user)/config/standard.sog</config:config-item>
<config:config-item config:name="HatchTableURL" config:type="string">$(user)/config/standard.soh</config:config-item>
<config:config-item config:name="IsKernAsianPunctuation" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsPrintBooklet" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsPrintBookletBack" config:type="boolean">true</config:config-item>
<config:config-item config:name="IsPrintBookletFront" config:type="boolean">true</config:config-item>
<config:config-item config:name="IsPrintDate" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsPrintFitPage" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsPrintHiddenPages" config:type="boolean">true</config:config-item>
<config:config-item config:name="IsPrintPageName" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsPrintTilePage" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsPrintTime" config:type="boolean">false</config:config-item>
<config:config-item config:name="LineEndTableURL" config:type="string">$(user)/config/standard.soe</config:config-item>
<config:config-item config:name="LoadReadonly" config:type="boolean">false</config:config-item>
<config:config-item config:name="MeasureUnit" config:type="short">7</config:config-item>
<config:config-item config:name="PageNumberFormat" config:type="int">4</config:config-item>
<config:config-item config:name="ParagraphSummation" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintQuality" config:type="int">0</config:config-item>
<config:config-item config:name="PrinterIndependentLayout" config:type="string">low-resolution</config:config-item>
<config:config-item config:name="PrinterName" config:type="string">Officejet-7000-E809aCMD</config:config-item>
<config:config-item config:name="PrinterSetup" config:type="base64Binary">rQH+/09mZmljZWpldC03MDAwLUU4MDlhQ01EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ1VQUzpPZmZpY2VqZXQtNzAwMC1FODA5YUNNRAAAAAAWAAMAzwAAAAAAAAAIAFZUAAAkbQAASm9iRGF0YSAxCnByaW50ZXI9T2ZmaWNlamV0LTcwMDAtRTgwOWFDTUQKb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhCklucHV0U2xvdDpBdXRvAFBhZ2VTaXplOkxldHRlcgAAEgBDT01QQVRfRFVQTEVYX01PREUOAERVUExFWF9VTktOT1dO</config:config-item>
<config:config-item config:name="SaveVersionOnClose" config:type="boolean">false</config:config-item>
<config:config-item config:name="ScaleDenominator" config:type="int">1</config:config-item>
<config:config-item config:name="ScaleNumerator" config:type="int">1</config:config-item>
<config:config-item config:name="UpdateFromTemplate" 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="Liberation Sans" svg:font-family="'Liberation Sans'" style:font-family-generic="roman" style:font-pitch="variable"/>
<style:font-face style:name="Liberation Sans1" svg:font-family="'Liberation Sans'" style:font-adornments="Regular" style:font-family-generic="roman" 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 Sans2" svg:font-family="'Liberation Sans'" style:font-adornments="Regular" 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="Droid Sans Fallback" svg:font-family="'Droid Sans Fallback'" 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"/>
<style:font-face style:name="Noto Sans CJK SC Regular" svg:font-family="'Noto Sans CJK SC Regular'" style:font-family-generic="system" style:font-pitch="variable"/>
</office:font-face-decls>
<office:styles>
<draw:gradient draw:name="Gradient_20_2" draw:display-name="Gradient 2" draw:style="linear" draw:start-color="#3465a4" draw:end-color="#ffffff" draw:start-intensity="100%" draw:end-intensity="100%" draw:angle="0" draw:border="0%"/>
<draw:gradient draw:name="Gradient_20_3" draw:display-name="Gradient 3" draw:style="linear" draw:start-color="#3465a4" draw:end-color="#ffffff" draw:start-intensity="100%" draw:end-intensity="100%" draw:angle="0" draw:border="0%"/>
<draw:hatch draw:name="Hatching_20_1" draw:display-name="Hatching 1" draw:style="single" draw:color="#3465a4" draw:distance="0.02cm" draw:rotation="0"/>
<draw:fill-image draw:name="Bitmape_20_1" draw:display-name="Bitmape 1">
<office:binary-data>iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAADAFBMVEUAAAAAAIAAgAAAgICA
AACAAICAgACAgIDAwMAAAP8A/wAA////AAD/AP///wD///8AAAAzAABmAACZAADMAAD/AAAA
MwAzMwBmMwCZMwDMMwD/MwAAZgAzZgBmZgCZZgDMZgD/ZgAAmQAzmQBmmQCZmQDMmQD/mQAA
zAAzzABmzACZzADMzAD/zAAA/wAz/wBm/wCZ/wDM/wD//wAAADMzADNmADOZADPMADP/ADMA
MzMzMzNmMzOZMzPMMzP/MzMAZjMzZjNmZjOZZjPMZjP/ZjMAmTMzmTNmmTOZmTPMmTP/mTMA
zDMzzDNmzDOZzDPMzDP/zDMA/zMz/zNm/zOZ/zPM/zP//zMAAGYzAGZmAGaZAGbMAGb/AGYA
M2YzM2ZmM2aZM2bMM2b/M2YAZmYzZmZmZmaZZmbMZmb/ZmYAmWYzmWZmmWaZmWbMmWb/mWYA
zGYzzGZmzGaZzGbMzGb/zGYA/2Yz/2Zm/2aZ/2bM/2b//2YAAJkzAJlmAJmZAJnMAJn/AJkA
M5kzM5lmM5mZM5nMM5n/M5kAZpkzZplmZpmZZpnMZpn/ZpkAmZkzmZlmmZmZmZnMmZn/mZkA
zJkzzJlmzJmZzJnMzJn/zJkA/5kz/5lm/5mZ/5nM/5n//5kAAMwzAMxmAMyZAMzMAMz/AMwA
M8wzM8xmM8yZM8zMM8z/M8wAZswzZsxmZsyZZszMZsz/ZswAmcwzmcxmmcyZmczMmcz/mcwA
zMwzzMxmzMyZzMzMzMz/zMwA/8wz/8xm/8yZ/8zM/8z//8wAAP8zAP9mAP+ZAP/MAP//AP8A
M/8zM/9mM/+ZM//MM///M/8AZv8zZv9mZv+ZZv/MZv//Zv8Amf8zmf9mmf+Zmf/Mmf//mf8A
zP8zzP9mzP+ZzP/MzP//zP8A//8z//9m//+Z///M//////8AuP8AAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC4
0k8YAAAAFklEQVR4nGPgJwAYRhWMKhhVMFIVAADLVTwBNA/g8AAAAABJRU5ErkJggg==
</office:binary-data>
</draw:fill-image>
<draw:marker draw:name="Arrow" svg:viewBox="0 0 20 30" svg:d="M10 0l-10 30h20z"/>
<draw:marker draw:name="Arrowheads_20_17" draw:display-name="Arrowheads 17" svg:viewBox="0 0 20 30" svg:d="M10 0l-10 30h20z"/>
<draw:marker draw:name="Arrowheads_20_18" draw:display-name="Arrowheads 18" svg:viewBox="0 0 20 30" svg:d="M10 0l-10 30h20z"/>
<draw:marker draw:name="Circle" svg:viewBox="0 0 1131 1131" svg:d="M462 1118l-102-29-102-51-93-72-72-93-51-102-29-102-13-105 13-102 29-106 51-102 72-89 93-72 102-50 102-34 106-9 101 9 106 34 98 50 93 72 72 89 51 102 29 106 13 102-13 105-29 102-51 102-72 93-93 72-98 51-106 29-101 13z"/>
<draw:stroke-dash draw:name="Dashed_20__28_var_29_" draw:display-name="Dashed (var)" draw:style="rect" draw:dots1="1" draw:dots1-length="197%" draw:distance="127%"/>
<draw:stroke-dash draw:name="Dashed_20__28_var_29__20_1" draw:display-name="Dashed (var) 1" draw:style="rect" draw:dots1="1" draw:dots1-length="0.02cm" draw:dots2="1" draw:dots2-length="0.02cm" draw:distance="0.02cm"/>
<style:default-style style:family="graphic">
<style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap"/>
<style:paragraph-properties style:text-autospace="ideograph-alpha" style:punctuation-wrap="simple" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
<style:tab-stops/>
</style:paragraph-properties>
<style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="24pt" fo:language="en" fo:country="US" style:font-name-asian="DejaVu Sans" style:font-size-asian="24pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="DejaVu Sans" style:font-size-complex="24pt" style:language-complex="hi" style:country-complex="IN"/>
</style:default-style>
<style:style style:name="standard" style:family="graphic">
<style:graphic-properties draw:stroke="solid" draw:stroke-dash="Dashed_20__28_var_29__20_1" svg:stroke-width="0.051cm" svg:stroke-color="#000000" draw:marker-start-width="0.279cm" draw:marker-start-center="false" draw:marker-end-width="0.279cm" draw:marker-end-center="false" draw:fill="none" draw:fill-color="#729fcf" draw:fill-image-width="0cm" draw:fill-image-height="0cm" draw:textarea-horizontal-align="justify" fo:padding-top="0.125cm" fo:padding-bottom="0.125cm" fo:padding-left="0.25cm" fo:padding-right="0.25cm" draw:shadow="hidden" draw:shadow-offset-x="0.2cm" draw:shadow-offset-y="0.2cm" draw:shadow-color="#808080">
<text:list-style style:name="standard">
<text:list-level-style-bullet text:level="1" text:bullet-char="●">
<style:list-level-properties text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="2" text:bullet-char="●">
<style:list-level-properties text:space-before="0.6cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="3" text:bullet-char="●">
<style:list-level-properties text:space-before="1.2cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="4" text:bullet-char="●">
<style:list-level-properties text:space-before="1.8cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="5" text:bullet-char="●">
<style:list-level-properties text:space-before="2.4cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="6" text:bullet-char="●">
<style:list-level-properties text:space-before="3cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="7" text:bullet-char="●">
<style:list-level-properties text:space-before="3.6cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="8" text:bullet-char="●">
<style:list-level-properties text:space-before="4.2cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="9" text:bullet-char="●">
<style:list-level-properties text:space-before="4.8cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="10" text:bullet-char="●">
<style:list-level-properties text:space-before="5.4cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
</text:list-style>
</style:graphic-properties>
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-indent="0cm"/>
<style:text-properties fo:font-variant="normal" fo:text-transform="none" 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 Sans" fo:font-family="'Liberation Sans'" style:font-family-generic="roman" style:font-pitch="variable" fo:font-size="9pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" style:font-name-asian="Droid Sans Fallback" style:font-family-asian="'Droid Sans Fallback'" style:font-family-generic-asian="system" style:font-pitch-asian="variable" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="normal" 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="18pt" 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"/>
</style:style>
<style:style style:name="objectwitharrow" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="solid" svg:stroke-width="0.15cm" svg:stroke-color="#000000" draw:marker-start="Arrow" draw:marker-start-width="0.7cm" draw:marker-start-center="true" draw:marker-end-width="0.3cm"/>
</style:style>
<style:style style:name="objectwithshadow" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:shadow="visible" draw:shadow-offset-x="0.2cm" draw:shadow-offset-y="0.2cm" draw:shadow-color="#808080"/>
</style:style>
<style:style style:name="objectwithoutfill" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties svg:stroke-color="#000000" draw:fill="none"/>
</style:style>
<style:style style:name="Object_20_with_20_no_20_fill_20_and_20_no_20_line" style:display-name="Object with no fill and no line" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" draw:fill="none"/>
</style:style>
<style:style style:name="text" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" draw:fill="none"/>
</style:style>
<style:style style:name="textbody" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" draw:fill="none"/>
<style:text-properties fo:font-size="16pt"/>
</style:style>
<style:style style:name="textbodyjustfied" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" draw:fill="none"/>
<style:paragraph-properties fo:text-align="justify"/>
</style:style>
<style:style style:name="textbodyindent" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" draw:fill="none"/>
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0.6cm"/>
</style:style>
<style:style style:name="title" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-vertical-align="middle" draw:auto-grow-height="false"/>
<style:paragraph-properties fo:text-align="center"/>
<style:text-properties fo:font-size="14pt"/>
</style:style>
<style:style style:name="title1" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" draw:fill="solid" draw:fill-color="#008080" draw:shadow="visible" draw:shadow-offset-x="0.2cm" draw:shadow-offset-y="0.2cm" draw:shadow-color="#808080"/>
<style:paragraph-properties fo:text-align="center"/>
<style:text-properties fo:font-size="24pt"/>
</style:style>
<style:style style:name="title2" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties svg:stroke-width="0.05cm" draw:fill-color="#ffcc99" draw:shadow="visible" draw:shadow-offset-x="0.2cm" draw:shadow-offset-y="0.2cm" draw:shadow-color="#808080"/>
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0.2cm" fo:margin-top="0.1cm" fo:margin-bottom="0.1cm" fo:text-align="center" fo:text-indent="0cm"/>
<style:text-properties fo:font-size="36pt"/>
</style:style>
<style:style style:name="headline" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" draw:fill="none"/>
<style:paragraph-properties fo:margin-top="0.42cm" fo:margin-bottom="0.21cm"/>
<style:text-properties fo:font-size="24pt"/>
</style:style>
<style:style style:name="headline1" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" draw:fill="none"/>
<style:paragraph-properties fo:margin-top="0.42cm" fo:margin-bottom="0.21cm"/>
<style:text-properties fo:font-size="18pt" fo:font-weight="bold"/>
</style:style>
<style:style style:name="headline2" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" draw:fill="none"/>
<style:paragraph-properties fo:margin-top="0.42cm" fo:margin-bottom="0.21cm"/>
<style:text-properties fo:font-size="14pt" fo:font-style="italic" fo:font-weight="bold"/>
</style:style>
<style:style style:name="measure" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="solid" svg:stroke-color="#000000" draw:marker-start="Arrow" draw:marker-start-width="0.2cm" draw:marker-end="Arrow" draw:marker-end-width="0.2cm" draw:fill="none" draw:show-unit="true"/>
<style:text-properties fo:font-size="12pt"/>
</style:style>
<style:style style:name="Title_20_Box" style:display-name="Title Box" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:textarea-vertical-align="middle" draw:auto-grow-height="false"/>
<style:paragraph-properties fo:text-align="center"/>
<style:text-properties fo:font-size="14pt"/>
</style:style>
<style:style style:name="Boxed_20_Text" style:display-name="Boxed Text" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:auto-grow-height="false"/>
</style:style>
<style:style style:name="Unboxed_20_Text" style:display-name="Unboxed Text" style:family="graphic" style:parent-style-name="Boxed_20_Text">
<style:graphic-properties draw:stroke="none" draw:stroke-dash="Dashed_20__28_var_29__20_1" svg:stroke-width="0.051cm" svg:stroke-color="#ffffff" draw:marker-start-width="0.279cm" draw:marker-start-center="false" draw:marker-end-width="0.279cm" draw:marker-end-center="false" svg:stroke-opacity="100%" draw:stroke-linejoin="round" svg:stroke-linecap="butt" draw:fill="solid" draw:fill-color="#ffffff" draw:secondary-fill-color="#729fcf" draw:gradient-step-count="0" draw:fill-hatch-solid="false" draw:opacity="100%" draw:fill-image-width="0cm" draw:fill-image-height="0cm" style:repeat="repeat" draw:fill-image-ref-point-x="0%" draw:fill-image-ref-point-y="0%" draw:fill-image-ref-point="center" draw:tile-repeat-offset="0% vertical" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="top" draw:auto-grow-height="false" draw:auto-grow-width="true" draw:fit-to-size="false" draw:fit-to-contour="false" fo:max-height="0cm" fo:max-width="0cm" fo:min-height="0cm" fo:min-width="0cm" fo:padding-top="0.125cm" fo:padding-bottom="0.125cm" fo:padding-left="0.25cm" fo:padding-right="0.25cm" fo:wrap-option="no-wrap" draw:shadow="hidden" draw:shadow-offset-x="0.2cm" draw:shadow-offset-y="0.2cm" draw:shadow-color="#808080" draw:shadow-opacity="100%" text:animation="none" text:animation-direction="left" text:animation-start-inside="false" text:animation-stop-inside="false" text:animation-repeat="0" text:animation-delay="P0D" text:animation-steps="0cm">
<text:list-style style:name="Unboxed_20_Text" style:display-name="Unboxed Text">
<text:list-level-style-bullet text:level="1" text:bullet-char="●">
<style:list-level-properties text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="2" text:bullet-char="●">
<style:list-level-properties text:space-before="0.6cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="3" text:bullet-char="●">
<style:list-level-properties text:space-before="1.2cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="4" text:bullet-char="●">
<style:list-level-properties text:space-before="1.8cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="5" text:bullet-char="●">
<style:list-level-properties text:space-before="2.4cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="6" text:bullet-char="●">
<style:list-level-properties text:space-before="3cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="7" text:bullet-char="●">
<style:list-level-properties text:space-before="3.6cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="8" text:bullet-char="●">
<style:list-level-properties text:space-before="4.2cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="9" text:bullet-char="●">
<style:list-level-properties text:space-before="4.8cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="10" text:bullet-char="●">
<style:list-level-properties text:space-before="5.4cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
</text:list-style>
</style:graphic-properties>
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="start" fo:text-indent="0cm" style:text-autospace="ideograph-alpha" style:punctuation-wrap="simple" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
<style:tab-stops/>
</style:paragraph-properties>
<style:text-properties fo:font-variant="normal" fo:text-transform="none" style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="0% 100%" style:font-name="Liberation Sans2" fo:font-family="'Liberation Sans'" style:font-style-name="Regular" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="9pt" fo:letter-spacing="normal" 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:letter-kerning="true" style:font-name-asian="Droid Sans Fallback" style:font-family-asian="'Droid Sans Fallback'" style:font-family-generic-asian="system" style:font-pitch-asian="variable" style:font-size-asian="18pt" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" 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="18pt" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:text-scale="100%" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color" fo:hyphenate="false"/>
</style:style>
<style:style style:name="Small_20_Unboxed_20_Text" style:display-name="Small Unboxed Text" style:family="graphic" style:parent-style-name="Unboxed_20_Text">
<style:graphic-properties draw:stroke="none" draw:fill="none"/>
<style:text-properties fo:font-size="7pt"/>
</style:style>
<style:style style:name="Switch_20_Label" style:display-name="Switch Label" style:family="graphic" style:parent-style-name="Boxed_20_Text">
<style:graphic-properties svg:stroke-width="0cm" draw:marker-start-width="0.203cm" draw:marker-end-width="0.203cm" draw:fill="solid" draw:fill-color="#ffffff" draw:fill-gradient-name="Gradient_20_2" draw:fill-hatch-name="Hatching_20_1" draw:fill-image-name="Bitmape_20_1" draw:shadow="visible" draw:shadow-offset-x="0.051cm" draw:shadow-offset-y="0.051cm"/>
</style:style>
<style:style style:name="Wire_20_Label_20_Text" style:display-name="Wire Label Text" style:family="graphic" style:parent-style-name="Boxed_20_Text">
<style:graphic-properties svg:stroke-color="#009900" draw:fill-gradient-name="Gradient_20_3" draw:fill-hatch-name="Hatching_20_1" draw:fill-image-name="Bitmape_20_1"/>
<style:text-properties fo:color="#009900"/>
</style:style>
</office:styles>
<office:automatic-styles>
<style:page-layout style:name="PM0">
<style:page-layout-properties fo:margin-top="0.635cm" fo:margin-bottom="0.635cm" fo:margin-left="0.635cm" fo:margin-right="0.635cm" fo:page-width="43.18cm" fo:page-height="27.94cm" style:print-orientation="landscape"/>
</style:page-layout>
<style:style style:name="dp1" style:family="drawing-page">
<style:drawing-page-properties draw:background-size="border" draw:fill="none"/>
</style:style>
<style:style style:name="dp2" style:family="drawing-page"/>
<style:style style:name="gr1" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:textarea-vertical-align="middle" draw:auto-grow-height="false"/>
</style:style>
<style:style style:name="gr2" style:family="graphic" style:parent-style-name="Boxed_20_Text">
<style:graphic-properties draw:textarea-vertical-align="middle" style:protect="size"/>
</style:style>
<style:style style:name="gr3" style:family="graphic" style:parent-style-name="Boxed_20_Text">
<style:graphic-properties draw:textarea-vertical-align="middle" style:protect="size"/>
</style:style>
<style:style style:name="gr4" style:family="graphic" style:parent-style-name="Boxed_20_Text">
<style:graphic-properties draw:textarea-vertical-align="middle"/>
</style:style>
<style:style style:name="gr5" style:family="graphic" style:parent-style-name="Title_20_Box">
<style:graphic-properties fo:min-height="2.29cm" fo:min-width="7.12cm"/>
</style:style>
<style:style style:name="gr6" style:family="graphic" style:parent-style-name="Unboxed_20_Text">
<style:graphic-properties draw:stroke="none" svg:stroke-width="0cm" svg:stroke-color="#ffffff" draw:marker-start-width="0.203cm" draw:marker-end-width="0.203cm" draw:fill="none" fo:min-width="1.424cm"/>
</style:style>
<style:style style:name="gr7" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:fill="solid" draw:fill-color="#dddddd" draw:textarea-vertical-align="middle" draw:auto-grow-height="false"/>
</style:style>
<style:style style:name="gr8" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:textarea-vertical-align="middle"/>
</style:style>
<style:style style:name="gr9" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false"/>
</style:style>
<style:style style:name="gr10" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:textarea-horizontal-align="left" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.357cm" fo:min-width="0.459cm"/>
</style:style>
<style:style style:name="gr11" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties svg:stroke-width="0.051cm" draw:marker-start="Circle" draw:marker-start-width="0.051cm" draw:marker-start-center="true" draw:marker-end="Circle" draw:marker-end-width="0.051cm" draw:marker-end-center="true" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" fo:padding-top="0.025cm" fo:padding-bottom="0.025cm" fo:padding-left="0.025cm" fo:padding-right="0.025cm"/>
</style:style>
<style:style style:name="gr12" style:family="graphic" style:parent-style-name="objectwithoutfill">
<style:graphic-properties svg:stroke-width="0.051cm" draw:fill="none" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" fo:padding-top="0.025cm" fo:padding-bottom="0.025cm" fo:padding-left="0.025cm" fo:padding-right="0.025cm"/>
</style:style>
<style:style style:name="gr13" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties svg:stroke-width="0.051cm" draw:marker-end="Arrowheads_20_17" draw:marker-end-width="0.153cm" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" fo:padding-top="0.025cm" fo:padding-bottom="0.025cm" fo:padding-left="0.025cm" fo:padding-right="0.025cm"/>
</style:style>
<style:style style:name="gr14" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties svg:stroke-width="0.051cm" draw:marker-end="Arrowheads_20_18" draw:marker-end-width="0.153cm" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" fo:padding-top="0.025cm" fo:padding-bottom="0.025cm" fo:padding-left="0.025cm" fo:padding-right="0.025cm"/>
</style:style>
<style:style style:name="gr15" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:marker-start="" draw:marker-start-width="0.203cm" draw:textarea-vertical-align="middle" draw:shadow="hidden" draw:shadow-offset-x="0.203cm" draw:shadow-offset-y="0.203cm"/>
</style:style>
<style:style style:name="gr16" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:marker-start="" draw:marker-start-width="0.203cm" draw:marker-end="" draw:textarea-vertical-align="middle" draw:shadow="hidden" draw:shadow-offset-x="0.203cm" draw:shadow-offset-y="0.203cm"/>
</style:style>
<style:style style:name="gr17" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="dash" draw:stroke-dash="Dashed_20__28_var_29_" svg:stroke-width="0.025cm" draw:marker-start-width="0.24cm" draw:marker-end-width="0.24cm" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:padding-top="0.112cm" fo:padding-bottom="0.112cm" fo:padding-left="0.237cm" fo:padding-right="0.237cm"/>
</style:style>
<style:style style:name="gr18" style:family="graphic" style:parent-style-name="Unboxed_20_Text">
<style:graphic-properties fo:min-width="0.586cm"/>
</style:style>
<style:style style:name="gr19" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:textarea-horizontal-align="left" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.357cm" fo:min-width="3.27cm"/>
</style:style>
<style:style style:name="gr20" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:textarea-horizontal-align="left" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.357cm" fo:min-width="1.632cm"/>
</style:style>
<style:style style:name="gr21" style:family="graphic" style:parent-style-name="objectwithoutfill">
<style:graphic-properties draw:fill="none" draw:textarea-vertical-align="middle"/>
</style:style>
<style:style style:name="gr22" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" draw:fill="solid" draw:fill-color="#000000" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false"/>
</style:style>
<style:style style:name="gr23" style:family="graphic" style:parent-style-name="objectwithoutfill">
<style:graphic-properties draw:marker-end="Circle" draw:fill="none" draw:textarea-vertical-align="middle"/>
</style:style>
<style:style style:name="gr24" style:family="graphic" style:parent-style-name="Small_20_Unboxed_20_Text">
<style:graphic-properties fo:min-width="0.535cm"/>
</style:style>
<style:style style:name="gr25" style:family="graphic" style:parent-style-name="Small_20_Unboxed_20_Text">
<style:graphic-properties fo:min-width="0.739cm"/>
</style:style>
<style:style style:name="gr26" style:family="graphic" style:parent-style-name="Unboxed_20_Text">
<style:graphic-properties fo:min-width="2.076cm"/>
</style:style>
<style:style style:name="gr27" style:family="graphic" style:parent-style-name="Unboxed_20_Text">
<style:graphic-properties fo:min-width="1.844cm"/>
</style:style>
<style:style style:name="gr28" style:family="graphic" style:parent-style-name="Wire_20_Label_20_Text">
<style:graphic-properties draw:auto-grow-width="true" fo:min-height="0cm" fo:min-width="1.75cm"/>
</style:style>
<style:style style:name="gr29" style:family="graphic" style:parent-style-name="Wire_20_Label_20_Text">
<style:graphic-properties draw:auto-grow-width="true" fo:min-height="0cm" fo:min-width="1.767cm"/>
</style:style>
<style:style style:name="P1" style:family="paragraph">
<style:paragraph-properties fo:text-align="center"/>
</style:style>
<style:style style:name="P2" style:family="paragraph">
<loext:graphic-properties draw:fill="none"/>
</style:style>
<style:style style:name="P3" style:family="paragraph">
<loext:graphic-properties draw:fill="solid" draw:fill-color="#dddddd"/>
<style:paragraph-properties fo:text-align="center"/>
</style:style>
<style:style style:name="P4" style:family="paragraph">
<loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/>
</style:style>
<style:style style:name="P5" style:family="paragraph">
<loext:graphic-properties draw:fill="none"/>
<style:text-properties fo:font-size="10pt"/>
</style:style>
<style:style style:name="P6" style:family="paragraph">
<style:paragraph-properties fo:text-align="center"/>
<style:text-properties fo:font-size="10pt"/>
</style:style>
<style:style style:name="P7" style:family="paragraph">
<loext:graphic-properties draw:fill="none"/>
<style:paragraph-properties fo:text-align="center"/>
</style:style>
<style:style style:name="P8" style:family="paragraph">
<loext:graphic-properties draw:fill="solid" draw:fill-color="#000000"/>
<style:paragraph-properties fo:text-align="center"/>
</style:style>
<text:list-style style:name="L1">
<text:list-level-style-bullet text:level="1" text:bullet-char="●">
<style:list-level-properties text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="2" text:bullet-char="●">
<style:list-level-properties text:space-before="0.6cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="3" text:bullet-char="●">
<style:list-level-properties text:space-before="1.2cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="4" text:bullet-char="●">
<style:list-level-properties text:space-before="1.8cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="5" text:bullet-char="●">
<style:list-level-properties text:space-before="2.4cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="6" text:bullet-char="●">
<style:list-level-properties text:space-before="3cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="7" text:bullet-char="●">
<style:list-level-properties text:space-before="3.6cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="8" text:bullet-char="●">
<style:list-level-properties text:space-before="4.2cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="9" text:bullet-char="●">
<style:list-level-properties text:space-before="4.8cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="10" text:bullet-char="●">
<style:list-level-properties text:space-before="5.4cm" text:min-label-width="0.6cm"/>
<style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/>
</text:list-level-style-bullet>
</text:list-style>
</office:automatic-styles>
<office:master-styles>
<draw:layer-set>
<draw:layer draw:name="layout"/>
<draw:layer draw:name="background"/>
<draw:layer draw:name="backgroundobjects"/>
<draw:layer draw:name="controls"/>
<draw:layer draw:name="measurelines"/>
</draw:layer-set>
<style:master-page style:name="Default" style:page-layout-name="PM0" draw:style-name="dp1">
<draw:custom-shape draw:style-name="gr1" draw:text-style-name="P1" draw:layer="backgroundobjects" svg:width="38.1cm" svg:height="25.4cm" svg:x="2.54cm" svg:y="1.27cm">
<text:p/>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/>
</draw:custom-shape>
<draw:g>
<draw:custom-shape draw:style-name="gr2" draw:text-style-name="P1" draw:layer="backgroundobjects" svg:width="3.81cm" svg:height="0.635cm" svg:x="33.02cm" svg:y="24.13cm">
<text:p text:style-name="P1">Drawing #</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/>
</draw:custom-shape>
<draw:custom-shape draw:style-name="gr2" draw:text-style-name="P1" draw:layer="backgroundobjects" svg:width="3.81cm" svg:height="0.635cm" svg:x="33.02cm" svg:y="24.765cm">
<text:p text:style-name="P1">Modified</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/>
</draw:custom-shape>
<draw:custom-shape draw:style-name="gr2" draw:text-style-name="P1" draw:layer="backgroundobjects" svg:width="3.81cm" svg:height="0.635cm" svg:x="33.02cm" svg:y="25.4cm">
<text:p text:style-name="P1">Created</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/>
</draw:custom-shape>
<draw:custom-shape draw:style-name="gr2" draw:text-style-name="P1" draw:layer="backgroundobjects" svg:width="3.81cm" svg:height="0.635cm" svg:x="33.02cm" svg:y="26.035cm">
<text:p text:style-name="P1">Drawn By</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/>
</draw:custom-shape>
<draw:custom-shape draw:style-name="gr2" draw:text-style-name="P1" draw:layer="backgroundobjects" svg:width="3.81cm" svg:height="0.635cm" svg:x="36.83cm" svg:y="24.13cm">
<text:p text:style-name="P1">LIGHTS-3</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/>
</draw:custom-shape>
<draw:custom-shape draw:style-name="gr3" draw:text-style-name="P1" draw:layer="backgroundobjects" svg:width="3.81cm" svg:height="0.635cm" svg:x="36.83cm" svg:y="24.765cm">
<text:p/>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/>
</draw:custom-shape>
<draw:custom-shape draw:style-name="gr2" draw:text-style-name="P1" draw:layer="backgroundobjects" svg:width="3.81cm" svg:height="0.635cm" svg:x="36.83cm" svg:y="25.4cm">
<text:p text:style-name="P1">8/16/2016</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/>
</draw:custom-shape>
<draw:custom-shape draw:style-name="gr2" draw:text-style-name="P1" draw:layer="backgroundobjects" svg:width="3.81cm" svg:height="0.635cm" svg:x="36.83cm" svg:y="26.035cm">
<text:p text:style-name="P1">Art Zemon</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/>
</draw:custom-shape>
<draw:custom-shape draw:style-name="gr4" draw:text-style-name="P1" draw:layer="backgroundobjects" svg:width="15.24cm" svg:height="0.762cm" svg:x="25.4cm" svg:y="23.368cm">
<text:p text:style-name="P1">Bede BD-4C N114AC</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/>
</draw:custom-shape>
<draw:custom-shape draw:style-name="gr5" draw:layer="backgroundobjects" svg:width="7.62cm" svg:height="2.54cm" svg:x="25.4cm" svg:y="24.13cm">
<text:p>Cabin Lights</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/>
</draw:custom-shape>
</draw:g>
</style:master-page>
</office:master-styles>
<office:body>
<office:drawing>
<draw:page draw:name="page1" draw:style-name="dp2" draw:master-page-name="Default">
<draw:frame draw:style-name="gr6" draw:text-style-name="P2" draw:layer="layout" svg:width="1.924cm" svg:height="0.607cm" svg:x="37.724cm" svg:y="24.771cm">
<draw:text-box>
<text:p>12/7/2017</text:p>
</draw:text-box>
</draw:frame>
<draw:custom-shape draw:style-name="gr7" draw:text-style-name="P3" draw:layer="layout" svg:width="5.08cm" svg:height="0.762cm" draw:transform="rotate (1.5707963267949) translate (12.973cm 8.747cm)">
<text:p text:style-name="P1">Battery Bus</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:path-stretchpoint-x="10800" draw:path-stretchpoint-y="10800" draw:text-areas="?f3 ?f4 ?f5 ?f6" draw:type="round-rectangle" draw:modifiers="3600" draw:enhanced-path="M ?f7 0 X 0 ?f8 L 0 ?f9 Y ?f7 21600 L ?f10 21600 X 21600 ?f9 L 21600 ?f8 Y ?f10 0 Z N">
<draw:equation draw:name="f0" draw:formula="45"/>
<draw:equation draw:name="f1" draw:formula="$0 *sin(?f0 *(pi/180))"/>
<draw:equation draw:name="f2" draw:formula="?f1 *3163/7636"/>
<draw:equation draw:name="f3" draw:formula="left+?f2 "/>
<draw:equation draw:name="f4" draw:formula="top+?f2 "/>
<draw:equation draw:name="f5" draw:formula="right-?f2 "/>
<draw:equation draw:name="f6" draw:formula="bottom-?f2 "/>
<draw:equation draw:name="f7" draw:formula="left+$0 "/>
<draw:equation draw:name="f8" draw:formula="top+$0 "/>
<draw:equation draw:name="f9" draw:formula="bottom-$0 "/>
<draw:equation draw:name="f10" draw:formula="right-$0 "/>
<draw:handle draw:handle-position="$0 top" draw:handle-switched="true" draw:handle-range-x-minimum="0" draw:handle-range-x-maximum="10800"/>
</draw:enhanced-geometry>
</draw:custom-shape>
<draw:g>
<draw:g>
<draw:g>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="14.807cm" svg:y1="6.207cm" svg:x2="15.312cm" svg:y2="6.207cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="15.111cm" svg:y1="6.016cm" svg:x2="15.312cm" svg:y2="6.207cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="15.111cm" svg:y1="6.398cm" svg:x2="15.312cm" svg:y2="6.207cm">
<text:p/>
</draw:line>
</draw:g>
<draw:g>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="15.469cm" svg:y1="6.207cm" svg:x2="15.823cm" svg:y2="6.207cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="15.268cm" svg:y1="6.016cm" svg:x2="15.469cm" svg:y2="6.207cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="15.268cm" svg:y1="6.398cm" svg:x2="15.469cm" svg:y2="6.207cm">
<text:p/>
</draw:line>
</draw:g>
</draw:g>
<draw:g>
<draw:g>
<draw:path draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:width="0.361cm" svg:height="0.125cm" svg:x="13.936cm" svg:y="6.081cm" svg:viewBox="0 0 362 126" svg:d="M0 126c182-284 362 0 362 0">
<text:p/>
</draw:path>
<draw:path draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:width="0.361cm" svg:height="0.125cm" svg:x="14.3cm" svg:y="6.209cm" svg:viewBox="0 0 362 126" svg:d="M0 0c182 284 362 0 362 0">
<text:p/>
</draw:path>
</draw:g>
<draw:custom-shape draw:style-name="gr1" draw:text-style-name="P1" draw:layer="layout" svg:width="0.144cm" svg:height="0.15cm" svg:x="13.79cm" svg:y="6.133cm">
<text:p/>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:mirror-horizontal="false" draw:mirror-vertical="false" draw:glue-points="10800 0 3163 3163 0 10800 3163 18437 10800 21600 18437 18437 21600 10800 18437 3163" draw:text-areas="3163 3163 18437 18437" draw:type="ellipse" draw:enhanced-path="U 10800 10800 10800 10800 0 360 Z N"/>
</draw:custom-shape>
<draw:custom-shape draw:style-name="gr1" draw:text-style-name="P1" draw:layer="layout" svg:width="0.144cm" svg:height="0.15cm" svg:x="14.662cm" svg:y="6.133cm">
<text:p/>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:mirror-horizontal="false" draw:mirror-vertical="false" draw:glue-points="10800 0 3163 3163 0 10800 3163 18437 10800 21600 18437 18437 21600 10800 18437 3163" draw:text-areas="3163 3163 18437 18437" draw:type="ellipse" draw:enhanced-path="U 10800 10800 10800 10800 0 360 Z N"/>
</draw:custom-shape>
</draw:g>
</draw:g>
<draw:g>
<draw:custom-shape draw:style-name="gr9" draw:text-style-name="P1" draw:layer="layout" svg:width="1.27cm" svg:height="0.889cm" draw:transform="rotate (-3.14159265358979) translate (30.207cm 20.674cm)">
<text:p/>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="?f0 0 ?f1 10800 0 21600 10800 21600 21600 21600 ?f7 10800" draw:text-areas="?f1 10800 ?f2 18000 ?f3 7200 ?f4 21600" draw:type="isosceles-triangle" draw:modifiers="10800" draw:enhanced-path="M ?f0 0 L 21600 21600 0 21600 Z N">
<draw:equation draw:name="f0" draw:formula="$0 "/>
<draw:equation draw:name="f1" draw:formula="$0 /2"/>
<draw:equation draw:name="f2" draw:formula="?f1 +10800"/>
<draw:equation draw:name="f3" draw:formula="$0 *2/3"/>
<draw:equation draw:name="f4" draw:formula="?f3 +7200"/>
<draw:equation draw:name="f5" draw:formula="21600-?f0 "/>
<draw:equation draw:name="f6" draw:formula="?f5 /2"/>
<draw:equation draw:name="f7" draw:formula="21600-?f6 "/>
<draw:handle draw:handle-position="$0 top" draw:handle-range-x-minimum="0" draw:handle-range-x-maximum="21600"/>
</draw:enhanced-geometry>
</draw:custom-shape>
<draw:frame draw:style-name="gr10" draw:text-style-name="P4" draw:layer="layout" svg:width="0.959cm" svg:height="0.607cm" svg:x="29.11cm" svg:y="19.766cm">
<draw:text-box>
<text:p>PG</text:p>
</draw:text-box>
</draw:frame>
</draw:g>
<draw:g>
<draw:g>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.312cm" svg:y1="5.957cm" svg:x2="26.312cm" svg:y2="6.465cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.82cm" svg:y1="6.211cm" svg:x2="26.312cm" svg:y2="6.465cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.312cm" svg:y1="5.957cm" svg:x2="26.82cm" svg:y2="6.211cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.82cm" svg:y1="5.957cm" svg:x2="26.82cm" svg:y2="6.465cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.312cm" svg:y1="6.211cm" svg:x2="25.804cm" svg:y2="6.211cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.82cm" svg:y1="6.211cm" svg:x2="27.328cm" svg:y2="6.211cm">
<text:p/>
</draw:line>
<draw:circle draw:style-name="gr12" draw:text-style-name="P5" draw:layer="layout" svg:width="1.016cm" svg:height="1.016cm" draw:transform="rotate (1.5707963267949) translate (26.058cm 6.719cm)">
<text:p/>
</draw:circle>
<draw:line draw:style-name="gr13" draw:text-style-name="P6" draw:layer="layout" svg:x1="26.439cm" svg:y1="5.576cm" svg:x2="26.82cm" svg:y2="5.068cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr14" draw:text-style-name="P6" draw:layer="layout" svg:x1="26.82cm" svg:y1="5.576cm" svg:x2="27.201cm" svg:y2="5.068cm">
<text:p/>
</draw:line>
</draw:g>
<draw:g>
<draw:line draw:style-name="gr15" draw:text-style-name="P1" draw:layer="layout" svg:x1="23.577cm" svg:y1="6.209cm" svg:x2="24.339cm" svg:y2="6.209cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr16" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.225cm" svg:y1="6.209cm" svg:x2="25.463cm" svg:y2="6.209cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="24.339cm" svg:y1="6.21cm" svg:x2="25.323cm" svg:y2="5.642cm">
<text:p/>
</draw:line>
</draw:g>
<draw:line draw:style-name="gr15" draw:text-style-name="P1" draw:layer="backgroundobjects" svg:x1="27.074cm" svg:y1="6.209cm" svg:x2="27.836cm" svg:y2="6.209cm">
<text:p/>
</draw:line>
<draw:custom-shape draw:style-name="gr17" draw:text-style-name="P1" draw:layer="backgroundobjects" svg:width="3.415cm" svg:height="1.927cm" svg:x="23.996cm" svg:y="4.94cm">
<text:p/>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/>
</draw:custom-shape>
</draw:g>
<draw:custom-shape draw:style-name="gr7" draw:text-style-name="P3" draw:layer="layout" svg:width="5.08cm" svg:height="0.762cm" draw:transform="rotate (1.5707963267949) translate (12.974cm 15.302cm)">
<text:p text:style-name="P1">Main Power Bus</text:p>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:path-stretchpoint-x="10800" draw:path-stretchpoint-y="10800" draw:text-areas="?f3 ?f4 ?f5 ?f6" draw:type="round-rectangle" draw:modifiers="3600" draw:enhanced-path="M ?f7 0 X 0 ?f8 L 0 ?f9 Y ?f7 21600 L ?f10 21600 X 21600 ?f9 L 21600 ?f8 Y ?f10 0 Z N">
<draw:equation draw:name="f0" draw:formula="45"/>
<draw:equation draw:name="f1" draw:formula="$0 *sin(?f0 *(pi/180))"/>
<draw:equation draw:name="f2" draw:formula="?f1 *3163/7636"/>
<draw:equation draw:name="f3" draw:formula="left+?f2 "/>
<draw:equation draw:name="f4" draw:formula="top+?f2 "/>
<draw:equation draw:name="f5" draw:formula="right-?f2 "/>
<draw:equation draw:name="f6" draw:formula="bottom-?f2 "/>
<draw:equation draw:name="f7" draw:formula="left+$0 "/>
<draw:equation draw:name="f8" draw:formula="top+$0 "/>
<draw:equation draw:name="f9" draw:formula="bottom-$0 "/>
<draw:equation draw:name="f10" draw:formula="right-$0 "/>
<draw:handle draw:handle-position="$0 top" draw:handle-switched="true" draw:handle-range-x-minimum="0" draw:handle-range-x-maximum="10800"/>
</draw:enhanced-geometry>
</draw:custom-shape>
<draw:g>
<draw:g>
<draw:g>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="14.781cm" svg:y1="12.762cm" svg:x2="15.286cm" svg:y2="12.762cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="15.085cm" svg:y1="12.571cm" svg:x2="15.286cm" svg:y2="12.762cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="15.085cm" svg:y1="12.953cm" svg:x2="15.286cm" svg:y2="12.762cm">
<text:p/>
</draw:line>
</draw:g>
<draw:g>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="15.443cm" svg:y1="12.762cm" svg:x2="15.797cm" svg:y2="12.762cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="15.242cm" svg:y1="12.571cm" svg:x2="15.443cm" svg:y2="12.762cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="15.242cm" svg:y1="12.953cm" svg:x2="15.443cm" svg:y2="12.762cm">
<text:p/>
</draw:line>
</draw:g>
</draw:g>
<draw:g>
<draw:g>
<draw:path draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:width="0.361cm" svg:height="0.125cm" svg:x="13.91cm" svg:y="12.636cm" svg:viewBox="0 0 362 126" svg:d="M0 126c182-284 362 0 362 0">
<text:p/>
</draw:path>
<draw:path draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:width="0.361cm" svg:height="0.125cm" svg:x="14.274cm" svg:y="12.764cm" svg:viewBox="0 0 362 126" svg:d="M0 0c182 284 362 0 362 0">
<text:p/>
</draw:path>
</draw:g>
<draw:custom-shape draw:style-name="gr1" draw:text-style-name="P1" draw:layer="layout" svg:width="0.144cm" svg:height="0.15cm" svg:x="13.764cm" svg:y="12.688cm">
<text:p/>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:mirror-horizontal="false" draw:mirror-vertical="false" draw:glue-points="10800 0 3163 3163 0 10800 3163 18437 10800 21600 18437 18437 21600 10800 18437 3163" draw:text-areas="3163 3163 18437 18437" draw:type="ellipse" draw:enhanced-path="U 10800 10800 10800 10800 0 360 Z N"/>
</draw:custom-shape>
<draw:custom-shape draw:style-name="gr1" draw:text-style-name="P1" draw:layer="layout" svg:width="0.144cm" svg:height="0.15cm" svg:x="14.636cm" svg:y="12.688cm">
<text:p/>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:mirror-horizontal="false" draw:mirror-vertical="false" draw:glue-points="10800 0 3163 3163 0 10800 3163 18437 10800 21600 18437 18437 21600 10800 18437 3163" draw:text-areas="3163 3163 18437 18437" draw:type="ellipse" draw:enhanced-path="U 10800 10800 10800 10800 0 360 Z N"/>
</draw:custom-shape>
</draw:g>
</draw:g>
<draw:g>
<draw:g>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.312cm" svg:y1="12.521cm" svg:x2="26.312cm" svg:y2="13.029cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.82cm" svg:y1="12.775cm" svg:x2="26.312cm" svg:y2="13.029cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.312cm" svg:y1="12.521cm" svg:x2="26.82cm" svg:y2="12.775cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.82cm" svg:y1="12.521cm" svg:x2="26.82cm" svg:y2="13.029cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.312cm" svg:y1="12.775cm" svg:x2="25.804cm" svg:y2="12.775cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.82cm" svg:y1="12.775cm" svg:x2="27.328cm" svg:y2="12.775cm">
<text:p/>
</draw:line>
<draw:circle draw:style-name="gr12" draw:text-style-name="P5" draw:layer="layout" svg:width="1.016cm" svg:height="1.016cm" draw:transform="rotate (1.5707963267949) translate (26.058cm 13.283cm)">
<text:p/>
</draw:circle>
<draw:line draw:style-name="gr13" draw:text-style-name="P6" draw:layer="layout" svg:x1="26.439cm" svg:y1="12.14cm" svg:x2="26.82cm" svg:y2="11.632cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr14" draw:text-style-name="P6" draw:layer="layout" svg:x1="26.82cm" svg:y1="12.14cm" svg:x2="27.201cm" svg:y2="11.632cm">
<text:p/>
</draw:line>
</draw:g>
<draw:g>
<draw:line draw:style-name="gr15" draw:text-style-name="P1" draw:layer="layout" svg:x1="23.577cm" svg:y1="12.773cm" svg:x2="24.339cm" svg:y2="12.773cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr16" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.225cm" svg:y1="12.773cm" svg:x2="25.463cm" svg:y2="12.773cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="24.339cm" svg:y1="12.774cm" svg:x2="25.323cm" svg:y2="12.206cm">
<text:p/>
</draw:line>
</draw:g>
<draw:line draw:style-name="gr15" draw:text-style-name="P1" draw:layer="layout" svg:x1="27.074cm" svg:y1="12.773cm" svg:x2="27.836cm" svg:y2="12.773cm">
<text:p/>
</draw:line>
<draw:custom-shape draw:style-name="gr17" draw:text-style-name="P1" draw:layer="layout" svg:width="3.415cm" svg:height="1.927cm" svg:x="23.996cm" svg:y="11.504cm">
<text:p/>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/>
</draw:custom-shape>
</draw:g>
<draw:frame draw:style-name="gr18" draw:layer="layout" svg:width="1.086cm" svg:height="0.607cm" svg:x="25.266cm" svg:y="11.551cm">
<draw:text-box>
<text:p>Red</text:p>
</draw:text-box>
</draw:frame>
<draw:g>
<draw:g>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.312cm" svg:y1="16.516cm" svg:x2="26.312cm" svg:y2="17.024cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.82cm" svg:y1="16.77cm" svg:x2="26.312cm" svg:y2="17.024cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.312cm" svg:y1="16.516cm" svg:x2="26.82cm" svg:y2="16.77cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.82cm" svg:y1="16.516cm" svg:x2="26.82cm" svg:y2="17.024cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.312cm" svg:y1="16.77cm" svg:x2="25.804cm" svg:y2="16.77cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr11" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.82cm" svg:y1="16.77cm" svg:x2="27.328cm" svg:y2="16.77cm">
<text:p/>
</draw:line>
<draw:circle draw:style-name="gr12" draw:text-style-name="P5" draw:layer="layout" svg:width="1.016cm" svg:height="1.016cm" draw:transform="rotate (1.5707963267949) translate (26.058cm 17.278cm)">
<text:p/>
</draw:circle>
<draw:line draw:style-name="gr13" draw:text-style-name="P6" draw:layer="layout" svg:x1="26.439cm" svg:y1="16.135cm" svg:x2="26.82cm" svg:y2="15.627cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr14" draw:text-style-name="P6" draw:layer="layout" svg:x1="26.82cm" svg:y1="16.135cm" svg:x2="27.201cm" svg:y2="15.627cm">
<text:p/>
</draw:line>
</draw:g>
<draw:g>
<draw:line draw:style-name="gr15" draw:text-style-name="P1" draw:layer="layout" svg:x1="23.577cm" svg:y1="16.768cm" svg:x2="24.339cm" svg:y2="16.768cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr16" draw:text-style-name="P1" draw:layer="layout" svg:x1="26.225cm" svg:y1="16.768cm" svg:x2="25.463cm" svg:y2="16.768cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr8" draw:text-style-name="P1" draw:layer="layout" svg:x1="24.339cm" svg:y1="16.769cm" svg:x2="25.323cm" svg:y2="16.201cm">
<text:p/>
</draw:line>
</draw:g>
<draw:line draw:style-name="gr15" draw:text-style-name="P1" draw:layer="layout" svg:x1="27.074cm" svg:y1="16.768cm" svg:x2="27.836cm" svg:y2="16.768cm">
<text:p/>
</draw:line>
<draw:custom-shape draw:style-name="gr17" draw:text-style-name="P1" draw:layer="layout" svg:width="3.415cm" svg:height="1.927cm" svg:x="23.996cm" svg:y="15.499cm">
<text:p/>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/>
</draw:custom-shape>
</draw:g>
<draw:frame draw:style-name="gr18" draw:layer="layout" svg:width="1.086cm" svg:height="0.607cm" svg:x="25.267cm" svg:y="15.598cm">
<draw:text-box>
<text:p>Red</text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr19" draw:text-style-name="P4" draw:layer="layout" svg:width="3.77cm" svg:height="0.607cm" svg:x="23.821cm" svg:y="10.645cm">
<draw:text-box>
<text:p>Gooseneck Map Lights</text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr20" draw:text-style-name="P4" draw:layer="layout" svg:width="2.132cm" svg:height="0.607cm" svg:x="24.64cm" svg:y="4.075cm">
<draw:text-box>
<text:p>Dome Light</text:p>
</draw:text-box>
</draw:frame>
<draw:line draw:style-name="gr21" draw:text-style-name="P7" draw:layer="layout" svg:x1="15.646cm" svg:y1="6.208cm" svg:x2="23.667cm" svg:y2="6.208cm">
<text:p/>
</draw:line>
<draw:polyline draw:style-name="gr21" draw:text-style-name="P7" draw:layer="layout" svg:width="7.934cm" svg:height="4.035cm" svg:x="15.667cm" svg:y="12.759cm" svg:viewBox="0 0 7935 4036" draw:points="0,0 7935,0 7935,4036">
<text:p/>
</draw:polyline>
<draw:custom-shape draw:style-name="gr22" draw:text-style-name="P8" draw:layer="layout" svg:width="0.254cm" svg:height="0.254cm" svg:x="23.463cm" svg:y="12.638cm">
<text:p/>
<draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:glue-points="10800 0 3163 3163 0 10800 3163 18437 10800 21600 18437 18437 21600 10800 18437 3163" draw:text-areas="3163 3163 18437 18437" draw:type="ellipse" draw:enhanced-path="U 10800 10800 10800 10800 0 360 Z N"/>
</draw:custom-shape>
<draw:polyline draw:style-name="gr21" draw:text-style-name="P7" draw:layer="layout" svg:width="1.814cm" svg:height="13.569cm" svg:x="27.763cm" svg:y="6.207cm" svg:viewBox="0 0 1815 13570" draw:points="0,0 1815,0 1815,13570">
<text:p/>
</draw:polyline>
<draw:line draw:style-name="gr23" draw:text-style-name="P7" draw:layer="layout" svg:x1="27.744cm" svg:y1="12.765cm" svg:x2="29.748cm" svg:y2="12.765cm">
<text:p/>
</draw:line>
<draw:line draw:style-name="gr23" draw:text-style-name="P7" draw:layer="layout" svg:x1="27.731cm" svg:y1="16.771cm" svg:x2="29.735cm" svg:y2="16.771cm">
<text:p/>
</draw:line>
<draw:frame draw:style-name="gr24" draw:layer="layout" svg:width="1.035cm" svg:height="0.963cm" svg:x="13.716cm" svg:y="11.838cm">
<draw:text-box>
<text:p>MAP</text:p>
<text:p>3A</text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr25" draw:layer="layout" svg:width="1.239cm" svg:height="0.963cm" svg:x="13.716cm" svg:y="5.3cm">
<draw:text-box>
<text:p>DOME</text:p>
<text:p>3A</text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr26" draw:layer="layout" svg:width="2.576cm" svg:height="0.607cm" draw:transform="rotate (1.5707963267949) translate (29.299cm 10.936cm)">
<draw:text-box>
<text:p>22 AWG White</text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr27" draw:layer="layout" svg:width="2.344cm" svg:height="0.607cm" svg:x="17.898cm" svg:y="12.464cm">
<draw:text-box>
<text:p>22 AWG Red</text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr27" draw:layer="layout" svg:width="2.344cm" svg:height="0.607cm" svg:x="17.898cm" svg:y="5.907cm">
<draw:text-box>
<text:p>22 AWG Red</text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr28" draw:layer="measurelines" svg:width="2.25cm" svg:height="0.607cm" svg:x="18.002cm" svg:y="6.485cm">
<draw:text-box>
<text:p>LIGHTS-3-A</text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr28" draw:layer="measurelines" svg:width="2.25cm" svg:height="0.607cm" draw:transform="rotate (1.5707963267949) translate (29.926cm 10.768cm)">
<draw:text-box>
<text:p>LIGHTS-3-B</text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr29" draw:layer="layout" svg:width="2.267cm" svg:height="0.607cm" svg:x="17.994cm" svg:y="13.126cm">
<draw:text-box>
<text:p>LIGHTS-3-C</text:p>
</draw:text-box>
</draw:frame>
</draw:page>
</office:drawing>
</office:body>
</office:document>