forked from unihedron/spectrum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpowerline.ps
889 lines (880 loc) · 49 KB
/
powerline.ps
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
%!PS-Adobe-3.0
%%Creator: (ImageMagick)
%%Title: (powerline.ps)
%%CreationDate: (Wed Nov 16 14:51:49 2005)
%%BoundingBox: 0 0 36 37
%%HiResBoundingBox: 0 0 36 37
%%DocumentData: Clean7Bit
%%LanguageLevel: 1
%%Orientation: Portrait
%%PageOrder: Ascend
%%Pages: 1
%%EndComments
%%BeginDefaults
%%EndDefaults
%%BeginProlog
%
% Display a color image. The image is displayed in color on
% Postscript viewers or printers that support color, otherwise
% it is displayed as grayscale.
%
/DirectClassPacket
{
%
% Get a DirectClass packet.
%
% Parameters:
% red.
% green.
% blue.
% length: number of pixels minus one of this color (optional).
%
currentfile color_packet readhexstring pop pop
compression 0 eq
{
/number_pixels 3 def
}
{
currentfile byte readhexstring pop 0 get
/number_pixels exch 1 add 3 mul def
} ifelse
0 3 number_pixels 1 sub
{
pixels exch color_packet putinterval
} for
pixels 0 number_pixels getinterval
} bind def
/DirectClassImage
{
%
% Display a DirectClass image.
%
systemdict /colorimage known
{
columns rows 8
[
columns 0 0
rows neg 0 rows
]
{ DirectClassPacket } false 3 colorimage
}
{
%
% No colorimage operator; convert to grayscale.
%
columns rows 8
[
columns 0 0
rows neg 0 rows
]
{ GrayDirectClassPacket } image
} ifelse
} bind def
/GrayDirectClassPacket
{
%
% Get a DirectClass packet; convert to grayscale.
%
% Parameters:
% red
% green
% blue
% length: number of pixels minus one of this color (optional).
%
currentfile color_packet readhexstring pop pop
color_packet 0 get 0.299 mul
color_packet 1 get 0.587 mul add
color_packet 2 get 0.114 mul add
cvi
/gray_packet exch def
compression 0 eq
{
/number_pixels 1 def
}
{
currentfile byte readhexstring pop 0 get
/number_pixels exch 1 add def
} ifelse
0 1 number_pixels 1 sub
{
pixels exch gray_packet put
} for
pixels 0 number_pixels getinterval
} bind def
/GrayPseudoClassPacket
{
%
% Get a PseudoClass packet; convert to grayscale.
%
% Parameters:
% index: index into the colormap.
% length: number of pixels minus one of this color (optional).
%
currentfile byte readhexstring pop 0 get
/offset exch 3 mul def
/color_packet colormap offset 3 getinterval def
color_packet 0 get 0.299 mul
color_packet 1 get 0.587 mul add
color_packet 2 get 0.114 mul add
cvi
/gray_packet exch def
compression 0 eq
{
/number_pixels 1 def
}
{
currentfile byte readhexstring pop 0 get
/number_pixels exch 1 add def
} ifelse
0 1 number_pixels 1 sub
{
pixels exch gray_packet put
} for
pixels 0 number_pixels getinterval
} bind def
/PseudoClassPacket
{
%
% Get a PseudoClass packet.
%
% Parameters:
% index: index into the colormap.
% length: number of pixels minus one of this color (optional).
%
currentfile byte readhexstring pop 0 get
/offset exch 3 mul def
/color_packet colormap offset 3 getinterval def
compression 0 eq
{
/number_pixels 3 def
}
{
currentfile byte readhexstring pop 0 get
/number_pixels exch 1 add 3 mul def
} ifelse
0 3 number_pixels 1 sub
{
pixels exch color_packet putinterval
} for
pixels 0 number_pixels getinterval
} bind def
/PseudoClassImage
{
%
% Display a PseudoClass image.
%
% Parameters:
% class: 0-PseudoClass or 1-Grayscale.
%
currentfile buffer readline pop
token pop /class exch def pop
class 0 gt
{
currentfile buffer readline pop
token pop /depth exch def pop
/grays columns 8 add depth sub depth mul 8 idiv string def
columns rows depth
[
columns 0 0
rows neg 0 rows
]
{ currentfile grays readhexstring pop } image
}
{
%
% Parameters:
% colors: number of colors in the colormap.
% colormap: red, green, blue color packets.
%
currentfile buffer readline pop
token pop /colors exch def pop
/colors colors 3 mul def
/colormap colors string def
currentfile colormap readhexstring pop pop
systemdict /colorimage known
{
columns rows 8
[
columns 0 0
rows neg 0 rows
]
{ PseudoClassPacket } false 3 colorimage
}
{
%
% No colorimage operator; convert to grayscale.
%
columns rows 8
[
columns 0 0
rows neg 0 rows
]
{ GrayPseudoClassPacket } image
} ifelse
} ifelse
} bind def
/DisplayImage
{
%
% Display a DirectClass or PseudoClass image.
%
% Parameters:
% x & y translation.
% x & y scale.
% label pointsize.
% image label.
% image columns & rows.
% class: 0-DirectClass or 1-PseudoClass.
% compression: 0-none or 1-RunlengthEncoded.
% hex color packets.
%
gsave
/buffer 512 string def
/byte 1 string def
/color_packet 3 string def
/pixels 768 string def
currentfile buffer readline pop
token pop /x exch def
token pop /y exch def pop
x y translate
currentfile buffer readline pop
token pop /x exch def
token pop /y exch def pop
currentfile buffer readline pop
token pop /pointsize exch def pop
/Times-Roman findfont pointsize scalefont setfont
x y scale
currentfile buffer readline pop
token pop /columns exch def
token pop /rows exch def pop
currentfile buffer readline pop
token pop /class exch def pop
currentfile buffer readline pop
token pop /compression exch def pop
class 0 gt { PseudoClassImage } { DirectClassImage } ifelse
grestore
showpage
} bind def
%%EndProlog
%%Page: 1 1
%%PageBoundingBox: 0 0 36 37
DisplayImage
0 0
36 36.9863
12.000000
146 150
1
1
1
8
0101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010000010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010000000000000000010101010101010101010101010101010101010101010101000000
000101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101000000000000000001010101010101010101010101010101010101010101010100
000000010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010000000001010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101020202020202020201010101010101010101010101010101010101
010101010103030302020101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010102020202020202020101010101010101010101010101010101
010101010101010404040302010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101030100
0001020100010102030200000101040E1713080306010101010101010104040100010603
00040000010100040C1A18120B0400000101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010100
020403010103060000010000000409122735291204000001010101010101010001030000
00060A000003050710213232210C00000303010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01000101010000000101030401020B1B28403A270C000005070101010101010101060403
050401000007060B1B3142443F2012030002060300010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010300000003040100060300071A31444C361C040002030100010101010101010102
000005060201040C1E374A5247280C000000020303020101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010103030303000B223D5355422D0C0300040703000101010101010101
0101010201000014293F545F4D2B10030000020301000001050101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010100020501000007111F3F60685434150100040300000207050101010101
0101010401000512284358655537160000050D0704010102030200010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101000205060B182D3D5A635C3B150000040003040102060300010101
010101010100041029485C5C542F17000003080200010000030707020001010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101040203112B4B67775745260B01040300030002050300010901
010101010101010E24435E6A5D3613010001060400010602020201010103050101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010303
0201010101000001020000000608152B4C707F6A4B190C01010405020101000002030202
0200000003010211244561705C381D0B0001010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010100
000101010100000604060A0700000729507984704B250C09030000010000010101000000
04030000020203102D50677D653F1A040001060101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0106050404040403020000010000082B4F7E7E72542D0E01000000010201000104020403
0000040400020306184169756B4627090204020002010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010300000001000103050301081E436C867B572B0D01000004000204040200010300
0005050201040709224463776F471C0D0000020703000201010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101000103020000020209193A69867A5F2B1705020504010101010000000000
000604050300000D204F687E77542A0E0105040301000002060101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010104030406020001071B3E64797D6B411B08020000010000030100000000
030200090100000A254B6A8E7655321200000B0002050303050400010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010100000000040D22356B7C846F451E07000401000102010000010202
000104040100031025476B7E815C37110406060000050502000000000001010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101010501000919376286916A3B1A08000005000102020203030300
030401000101000C2B4E6D87885E2B110700000102020300000103030203040101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101030302
010204050400070000080700020005183B6688866D402105000100000300020504010002
05050000050100081C44799687653C160301010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010100
02020100000000060904020400000B0A3368868772451611040004080300000705010002
06030006030000041A446A918361381C0A00000101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0100000203030305060000000605021129627F9175411E0F030000000203010204000103
02030503000000010F2D5981996F441A0300000407010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010402010101000000090102050A255A8597774C2105000200040504000000030604
020100000002060109204C7E92754D200800040203060201010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010000040503010102000E2C557C8F8D542906000206060100020301010302
000500010807000007234C798E84602B0108000104000003000101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010001040300020709305F82968A59290F0000030100030A0000000001
030200000001020006224076868969340D01050000000000040602010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010705020000001025598AA0855A2E0C000700000507060000070300
0000000102070500000C34698F9265301105020407000202030704000001010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101000001030A24527B958D5B210D060207010305010003080300
0000040501000100030D275785958D401F04020601000002040000030000090101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101000000
0D01000D00000202000001050608080022506E939255310D010202000201030104000407
00000001050400000002215183A2955E2805040403020100000101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010100
0901000306000700000408080400000029486E959E75280F030000030200000800070302
04000908030000000209113D68969A6F360E000403030202010100010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01060009080407000C0103060300001025546D91A27E3D140B0202020203080F14235D6B
400C0D00080500000802022D659A9D7F400E010100020202010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010900050600020000030100000318416692ABA3623845555A798797A2AFBEC8CBD7
DDE1CD8C001101000B08021F5F93A693561A030100020B00000101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010312000E4966645B4341486182A3C2D7DAD9E1E0DFE0DFE6DEE3E4E2E4E8E6
DFDFE2E1E2DA990D010600155492A58E73280B00060C0200020000000000010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010100030C63C4E2E8E2E3E0DFE1E5E6E4E1E7EAE9E6E4E2E1DDE5E1DAD6D9
DFDED8C9BEB7DFDCD79E0F0F4584A8A67E3B050007090000060700000000000101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101000E53B8E8DFDDE8E3EAEBE2DBDCE0E2DAEFF0EBCDA597876C675F
5345342114130318ACDEE6CB967790A592531300070A0100030601000401010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101075BB6D9D9B49BC5D4CCB28B6D5D4F4298D3F2E99025070005
0301000000010400030022B0DCE2CCB69E64200000050000000302000001030201010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101000000000000000000000000000000000000000000000000050100
02030101030002010001080700229ED4D7AF7382A4A0641F070004000983EAEBE8C84400
0300080600030602000800042065C4E1B4762E0000000204000000000000000000020202
020202020200000000000000000101010101010101000000000000000001010000000000
000000000000000000010101010101010101010000010102010101010101010101010102
010001010000000000020D080000071E93C7B29A999469221000000003021E94E9EEF8E6
8D1B050402000007060103040D3E81AAA879401100000700000605000101010101010200
000000000000000101010101010101020202020202020201010101010101010101010101
010101010101010101010100000202020202020202010102020303020202020202020202
0201030302030709080503000001060B0E2B74A0A5996525070003000605000031ABE8EE
FBF1CD390403020204010002192E7DA7A6934B07010000090B0204070002020202020203
030202020202020202020202020202020203030303030303030302020202020203020202
020202020202020202020202020303020202020202020201020203030302020202020202
02020205060300000303000C00000A07062E63A69DA57B310F04000709010206000248BE
ECEEF0E9E35D0D00050806040C315FAEB0904F1A07030009020000000709000202020202
020303040404040404040402020202020202020303030303030303030202020202020301
010202020303030202020202020202040401010101010101010001010202020201010101
0101010101010101010406040000060B0E2D6899AEAB763400000D000200000000070308
5ECFF1EFEAEBE78A1C09050006275686AB9F6F2200040500080000010200010403010101
010102020202020202020202020101010101010101020202020202020202020101010102
020001010102020202010101010101010101010101010101010101000001010101010101
0101010101010100000204030101020B153976A8B39A7F3105070B010504040403060503
000D75E0F1F0EBEFE5A827010C1F49819D8E763006020E01020A00080707080400000100
000001010101010000000000000000010101010101010101010101010101010101000000
000101000000010101010101010101010101010101010101010101010100000101010101
0101010101010101010703030200000A1C3B74ACBAA77C3B020308040004060000040003
0200001C93EAEAEEECE8E7C24A1643779CA37D3B0A000200000003040605030000020401
010000000101010101020202020202020201010101010101010101010101010101010101
000001010101010101010000000101010101010101030301010101010101010000010102
02010101010101010101010000020A10214970AEB8AD7B390B0002010000020300010406
00030601082AA2EDE3EEEDE0F1DE7E759DB2915016000600010304010000030006050002
050201010101010101020202020202020202020101010101010101020202020202020202
010101010101020202020101010000010101010101010101010101010101010101010304
020000010100010000010403000007142A5489ADBAAD75320A0000010201010101010101
01010A0001020048B7E9EBE5E6E7E8E4CDAF9B6720090001020101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010100
0000000102030300010506020000061E375E8DB8C4A07230180200030402010101010101
01010100040108020057CDE6EAE6E7E7E9E8D2863F1000060A0400010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01060403030404030203000000000920376C97BBB8956533100300000206030000010101
010101010104020009010A69D6E5EAE8E8E6E7E9D8570701000000000901010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010104010001020100000406080C1C42779EBDAD885322050000040202030100010601
0101010101010102000003001C85E6E9ECE9E8E1E0E6DD760E0C0C030500000101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010000010505020103000A1E4278A9B9B383521D040103060900000203020000
0201010101010101010406030000309BE9EAEAE6E7DCD5E1E2AB21030100070400010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010403040500000109244D7EA3B8AF7F4B16080106070000010505050504
0200000101010101010101030400062466BAE5E7E2E1E8D9CADAE6C03204030000000901
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010102000000000D2A457DAAC9B2784118000401000001000307000000
00000304040101010101010101000B183A6EA8DCEDE4DCDDEBD9C0CEE3D65009020C0401
000101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101050202091C4581B1BDA5743B12030101000404000003030001
030404040401000101010101010101123A5F85A4BAD6E3E4D9DDEED9B8C5DDDD701C0001
000500010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010104010300000501050006113375B1BEAB704213020200000201010101010101
01030000040300000709000008020012295885A2815D98DEE2DCD7DAEDDFB2BBE1DE9E1F
060103000401010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101000107030504000310366A9ABAB17A3F12050001040201050101010101
010101070504030302010100040802022256799D85632E2987D8E3CAD1DBE9E3C0AACFE2
BC360B000200020101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010201020206031447749EC1B8895021060001040604000001010101
0101010101000106040203020000010816376C929A6335180335A6E0D6B4C9D9E0E2CE94
BBDED85A1001030100010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101010700000105012E8CC6B28A5422050000080500000002020001
0101010101010102010000000103030407265E909E79461C0000004EC0E3C4A2C3D5D6DE
D686AED4E083110306010001010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010102020306001E6A734E20050003040200000000020603
00010101010101010106010105040000061E4D8AA2895927020D00050960CAE2AF8FBFD4
D3DEDC8AA2D4E0AB1D040400010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101000707000205041C0B060100000103050206090703
01000001010101010101010000050300001E42819AA0722E0801010000081A7FDAE29275
BAD2D1E0E2A190D4E3C84508010002010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101060600000700000502000001030000000001
00000001050101010101010101050300020F336893AE7C3E12010608000303022393DAD7
725AB4CAC6D9E7BF7BC1E5D5831502020201010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010400040202040005000103010103040307
0100020402000001010101010101010300072F6B98A095512506050500000200020233A8
DBCD5B4AB0C1B7CEE8D46EA7E3D5B5230607010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010105050000020300020700000803000002194B8BB2A2642D0907040100000102050005
41B7E1AE3A40A5BB89B9E6DA7987CEE0D456080300010101010101010101010101010102
020101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101060200000002010000010B010004000C3B71ACB4823C0E00050402000000010204
000B5DC8DD9A3241A8BF75A3E5DC9559B2DDD68A12050501010101010101010101010101
010202010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010000000608070505050700060000325096AB9A581B08040001000000000101
0203001579D1D8801F41A5B65784D9E1C3488BD0DCBE2201000101010101010101010101
010101020201010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010100020403000000000A0004020F487EB5AD6D290A020000080000000001
0101010106258FD5D76C0E44ABBC7091CFDAD25E6CB5D8CF4B0501010101010101010101
010101010102020101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101030200000507040006073874A6BB8F481A00040C010004000001
0201010000000736ABDCC6510435A7D0BAD0E4E9DDACA4C9E1DB8C080601010101010101
010101010101010202010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010100000103080A0500062471A3B8A75C2A000301000007090502
02020201010000000447C4DCA335114DAFDBD5D5E0F6ECE9E2E1E4E5C116030101010101
010101010101010101020201010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010103000206000001103C83B7BA7A2707000B000006070000
010101010101010101000D5FD0D799525D9FD2D99D74A0DAE2D8AAADCEE1D54A08010101
010101010101010101010102020101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010001060003326BAEBE99410D0702000003050100
0205050100000000010102011B76D5D8AF95BFD1DFC856146AC5E0CE5F77C7E0D9810D01
010101010101010101010101010202010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101010101010101010700010819549CBDBC6A1C0406000003010101
01010101010101010101010101022498DCE3C7DED7ABB1B8520F49B2E0D9B2B0DAE3E1C1
1E0109000106000001010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010100001B5694C3BD92331400000201000301
010101010101010101010101010101003EB0D4E6E8D2865681AD6B2745A6E3E1D4E3D2CF
D8CF51000800010504040101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101010101010101010101010100135DB4CDA04C0500010203020100
0001010101010101010101010101010101063EB7E2E8E4E8D8D5D4D8C2B7BFD6DCE5F0C6
73AFDBD29505030400010506000101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101021743573102000D0305030101
030402010101010101010101010101010101011154C6E1E2E6E7DDDDE4E8E6E5DDE2EDE6
E1721380D7D7BA1F00050100020300010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010400000000090800010000
0003030101010101010101010101010101010101010A64D1E0CFC5BAAEC0D1DADAD6C7BF
D5E4C64F0C4EBAE4C4490003040301020201010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101010101010101010101010101010101010105090A060406050204
0203050300000501010101010101010101010101010101287ECDBF660E000F035DA98B31
0D3FB8DECB59132F9BDDD778020001020000040101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010100000004040000
0A0000000000000309010101010101010101010101010101012899D2B0530A00000D52A0
82270223A2D9DB7C0E1884CEE4A810020000000102010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010307030004
0501000104040304050200010101010101010101010101010101013BB3D1983700080709
4AA8922E000C8DDBD9AA1E0072CEDBCB230C000105050101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101000700050002020B4FBAD58D1C0600
040554A49934020370D2DEBE3A0339BEE1D46F0003040008000101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010100070004000203115FC0CE7E14
0501080044999532040254B9D3C84D071C94DDE1A21C0106010505010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101010101010101010101010101010101000500020001031B7DCCC5
690801000509419B9C35070031B4D5D36B14085CCCE4D348000601000701010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101000300030100022797
D3B6520200000200298D9C3707031F9FD4D68618002EBCDEE17B00050400030101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010100020004020002
37A8D0A23D010302030A3398AD4809000D89D7DDA31E0315A3E0DAAA1302080101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010001010402
00064CBCCE8F2B0002000101339BBA6F372E3587CED3B852443E9AE3D5C73C0004040101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101000102
0301000E64CAC97C19000101060648AFDAC1ACB2B8BBE1E4E4C1C0B5CFDDDED372070001
020101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01030200021574C9BE6B0D00060B143779CBE5D9D0D3D2DBE7E7E3DDD1CBBED5ECD79E13
000004010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010300030400051D8DD0BA500B0718486B99BADDD49C6B677887D0DEE8A56D6A97C9E7E2
BE2C06000001010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010300020400072A9AD1AD4410316DAEC9BAAFC5BB64160303259CD8D3783071BBD9
E4DECE620002040101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010103000205000A40AFCB9C555B99C0BF9C635C9EC169130505128BD6D09C70C1
DABBC5DDDA9F060402010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010103000104000E59C1CEAB94B4C8A6692D0D2E98CB731200000675CDCEC3
BDDBB15E80DDDAC22F040001010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010103010103001572CEDBCBBEAE7B40251A164CA4C8915040493E84CF
DDE0DCA2560D3BD5DBCC6603010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010102020001011F8AD4DDD7C5A17A6C767E88A5C4CFC1AFABB3B9
BBD3E2DFB73F03001BBDE1D28F0A01010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010100040000052A9ED8D7D7D3CBD2E2E1DAD6DCE6ECEAE3DF
DFDFD9DDEAD87F0C00080D8ADDDDAE2F0101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101000401000731AAD9D1D9E0DAD5CDBEBCB6BCD5E4CF
B3A1979BA8B3D4D66B0202000058D0E6C75D060101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010100020001074EBAD0B06D746555544A474053A1
C7AC52332C342D8AD2D884130003021CBBDEDA8E0E050501040003070001010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101010101010101010101030400030E5FC4C970190E030105010403
1C7EB99B2B0100000677D1D88E150302030E86CED8B03000030102000205010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101030401011473CDBA640C0000040400
06001779B08F210108020468C9D5A21D060301034FC4DACF5D0001040101000202010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010303001A86D2AA4502000205
000004022586B38E250200000054BFD4B323000600002BAFDCD4820B0106020400000101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101010101010101010101010101010101010406012799D39D330503
0000000308001E81B597300800040246B6D3BF36090400010E84DFDBAC22000401050000
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010003040339A8CB8E22
03020002040600061777B9A131040104002EA6D6C94A090107060053D1E1C94902010005
000401010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101000100074EB6C1
7F0F00020006030300031171B9A83A0C07091034A9DDD175373C47414265C2E0CD7B0E02
000400080001010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010203000D60
C3BE790C00060304000508021169ACB16E62696E777EC8DEDAC2B2ADB3ABBCB5D3EED8A1
1C060303000A000101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101050000
1481CCAA540600020900000604001064BBB19EB0B2BACDD4DFEFE5E9DAD4D0CFCEC7D5E9
E6BD51000400010005010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010100
00041E8FD0A545060400000809020007145DBAB36E5C70808383A5DDD4B1653C3535337E
CDE9EDD3790A050206020301010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0100000929A0D29E31000701000400000B133D7CB5A03D0C1A120D1251C2D6B43C0B0E10
56B4DEDEE2DEA42403020402010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010105000935AECF9320000201030502102D617FA2BA9E3700000906073CB6D6C24300
0961BECCDAC2DDDCBD4D0001000003010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010106000B4ABBC57F1006020300032B65889B7685B7AC3B04030000002AA4D0C9
5B196EBBD6D15850D0E0CA77000304000501010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010300126BC6B563030000031C4C94B5A2552B57AFB33B04010A07001A93
D0CF8165B3CCC4421017B4E5D2940C030700020101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101031C8ACAA1490003133977B6C68939050857B2BB410702000200
0E7ECCD6BAD0D7CB2D000E1685D6DBA83002030000010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101010208239CC9923B011B61A9CAB66A1D00020F5AB0BF3E000308
1C232A83CBD9DFD7D3210A09000F47C2E4B9570400020301010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101010101010A3BACC37F1C367EC0DEA04109000001165BB5C56751
6E9ABECFD8D3C7D5D8B73903000409012BB0D9D17D020202000101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101001067C6BD8A6E95D1CBA467444B5E647393B3D1EC
D8D9D8DDE2D6CCC4CECEBB360004070107001893D5DF9418030003010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101001086CCBAAAD4E9E8E8E1D9DDE4DAC7D8DEDA
DEEFDED1C5D0C8AC8162A0C8CD31000C040004000E64C8E2AC3901000301010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010C26A4CBB7AAE6E0DEDFDCD3CDCAC8C4C5
D2D7DEE2BA7C513D1D060424ACD8C052000303000600063EBFDEC3600000000101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010030B0C59E658C88716F6962584F49
46463764C2D16E100502000204139BD7C564000004000000052DBBE6DF88070400010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101010101010101010101010101010D54BCC17A0C070A0502000103
02000000094BB2CF851C00040005000684D9D58A0D04000001040120A3EDF0AB21030201
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010968BEB766070000000000
000000010203003DB4D88B190300000502066ACDD0980A0001060707000F6AE1ECCC5704
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101148DD3AB4402010203
02000001020100010646B4DFA52C0104000200035AC8D1AF110002000006080138CEE1E5
8B0A02010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101000700000500000429A7D2A0280603
030101010101010101010842AEDFBA310100070100064BC5D7C22B020002000302002087
E0E8AE300101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010500000300020744B9D4961C
010000010101010101010100053EAFEBCB3D00010401000436BBDBCA430400030001000C
00359CBC8720020101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010102020201010204095CC3C8
7E0A000004010101010101010102063EACE3BD3C0303000004021BACDFD1650400030100
000600052828120001010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101040003020002030B76
C9BB65000101060101010101010101030021708A63140303000105000A9CDFD387070002
020002020D04030000090301010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010106000201020201
1599D2B24F0004000201010101010101010600031D1F10000602000102000787D9D7A615
0001020002000100070B0007000101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010500020003
00032FB3CFA234000501000101010101010101060804000003050300010201000868CEDC
BE2A00020200020909040707000609010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010004
0004000953C5C69018000304000101010101010101000405010005080001020203000544
C4DBC93C0102010003000000000705090001010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010100
00060004000F6ED7C7890A00020600010101010101010105000005030006050201010500
022BBDD7C945000101000405030A00040005030101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010500050600010D8EDABB65050001050201010101010101010101010101010101030202
05000518AED7BD6100000100020101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101050005040000169AD4B35002000003020101010101010101010101010101010102
020104010313A7DDCC7E0603030004010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010300040201002CB0CFA8310001000002010101010101010101010101010101
010103000204000C96DED99F0C0201000201010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101030004024AC8CE9B17000301000201010101010101010101010101
010101000300000700057DD8DEB915000000000101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101030300040468D5CF8C0802040200010101010101010101010101
0101010101000200000800005DCFDFC82E00020402010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010103020400020784D8CC77020403020002010101010101010101
01010101010101010001000600003CC3DCCF540102030101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010103000500020E9ED9C35F00040001010201010101010101
010101010101010101020003000401001FBCDED882060001000101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010006020416B1DDBC4F0002000102020101010101
0101010101010101010101030005010202010EBBE5E2A50E020102010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101000001000327CDDAB93A030000070003010101
010101010101010101010101010101010101010202B5ECE5D01505080001010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101010101010101010101050000000046D6E7B82A02030003000601
01010101010101010101010101010101010101010102029AE0EFD2420503050101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101030001050064D9E5BC1B0002030300
0401010101010101010101010101010101010101010101020266E5F5E667000004010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101000101060370E6EBAE0F010004
06030001010101010101010101010101010101010101010101020245EBD7DC5906090101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010100080100085BD9DA730106
00010505000101010101010101010101010101010101010101010102022AE1F5DD3C0705
000101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010008040005237F7627
000902000002010101010101010101010101010101010101010101010102020A8EDE9D19
020002010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101010101010101010101010101010101010101010101050004001E
130000050202000003010101010101010101010101010101010101010101010202021C4B
1D0008040801010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010900020109
010102000A00000703000101010101010101010101010101010101010101010101020203
000605080002020101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
010101010101010101010101010101010101010101010101010101010101010101010101
01010101010101010101010101%%PageTrailer
%%Trailer
%%EOF