blob: acd599273b6be76eeece9656a2e518747f3fcdf6 (
plain)
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
|
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: (ImageMagick)
%%Title: (ocompe.eps)
%%CreationDate: (Sun Dec 3 00:55:14 2000)
%%BoundingBox: 0 0 575 251
%%DocumentData: Clean7Bit
%%LanguageLevel: 1
%%Pages: 0
%%EndComments
%%BeginDefaults
%%PageOrientation: Portrait
%%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.
%
/buffer 512 string def
/byte 1 string def
/color_packet 3 string def
/pixels 768 string def
/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 gt
{
/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 gt
{
/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 gt
{
/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 gt
{
/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-RunlengthEncodedCompression or 1-NoCompression.
% hex color packets.
%
gsave
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
/Helvetica 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
} bind def
%%EndProlog
%%Page: 1 1
%%PageBoundingBox: 0 0 576 252
userdict begin
%%BeginData:
DisplayImage
0 0
576 252
12.000000
576 252
1
0
0
11
c0c0c0
f8fcf8
00fc00
000000
808080
f8fc00
008080
f87c78
000080
008000
00fcf8
00ff00ff003f00120103000b010300b30103001c010100030103001b0103000d01010012
010200f300120101000502030005010100b2010100010101001b010100050101001a0101
00010101000c010100040100000d010100f300120101000502030005010100b101010002
010100230101001a01010001010100120101000d010100f30001010e0001010100050203
00050101000101a700070101000601030002010500010101000001020002010300050101
000301030002010200000101000901010005010100020101000101030002010500020103
00030101000001010002010300030103000a01d600010101000e01010005020300050101
00b101010005010100010101000101010000010000000101000101010001010100030101
000501010002010100010101000201010000010200090102000301010002010100030101
000301010004010100010101000201020000010100000101000101010001010100010101
00de010100010101000e0101000502030005010100b10101000501010001010100010101
000001000000010100010101000101010003010100050101000201050002010200000101
000b01010002010100000100000001010003010100030101000401010006010100010101
000001050002010100e10101000101010001010a000101010005020300050101000101a7
000701010002010100000101000101010001010100000100000001010001010100010101
00030101000501010002010100060101000c010100010101000101010000010000000101
00030101000301010004010100060101000101010000010100080101000a01d200010101
0001010100010101000a0101000502030005010100b20101000101010000010100010101
000101010000010000000101000101010001010100030101000501010002010100010101
00020101000c010100010101000201010000010100040101000301010000010100010101
0001010100020101000101010000010100010101000101010001010100da010100010101
0001010100010101000a0103000302030003010300b30103000201030002010100020101
0001010400020105000101050001010300020103000c0103000301010000010100020105
00020102000301030002010200010101000101030003010300db01010001010100010101
0001010100e9010100ff0045010100010101000101010001010100e8010300ff00440101
00010101000101010001010100ff00ff0031010100010101000101010001010100ff00ff
0031010100010101000101010001010100ff00ff00310101000101010001010100010101
00ff00ff0031010100010101000101010001010100ff00ff003101010001010100010101
00010101000b03440002038c0002034c0002034c00020361004b01010001010100010101
00010101000b030100450301008d0301004d0301004d0301005d0301004b010100010101
0001010100010101000b030100450301008d0301004d0301004d0301005d0301004b0101
000101010001010100010101000b030100450301008d0301004d0301004d0301005d0301
004b0101000101010001010100010101000b030100450301008d0301004d0301004d0301
005d0301004b0101000101010001010100010101000b030100450301008d0301004d0301
004d0301005d0301004b0101000101010001010100010101000b030100450301008d0301
004d0301004d0301005d0301004b0101000101010001010100010101000b030100450301
008d0301004d0301004d0301005d0301004b0101000101010001010100010101000b0301
000b040300350301000c0403000c0402004c0401001d0301000a05010001050100110402
00270301000a0505003c0301000c01010023010200050103001d0301004b010100010101
0001010100010101000b0301000a04010001040100130400001f0301000b040100010401
000c04010043040000070401001d0301000a0501000105010012040100270301000b0501
00010501003b0301000b01030023010100070101001d0301004b01010001010100010101
00010101000b0301000a04010001040100120401001f0301000a040100020401000c0401
0042040100270301000a0501000105010012040100270301000b050100010501003b0301
000a0101000101010022010100070101001d0301004b0101000101010001010100010101
000b0301000a040100060501000105010000040400020405000204030002040100020401
000b0301000a0401000604030003040400020403000b0502000005010001040300020404
0003040300020402000004010002040300020405000204030003040300020404000d0301
000a05010001050100020403000204020000040100020404000204030003040300030403
000d0301000b050100010501000004020000040100020403000204010002040100010403
000304030002040200000401000c0301000a010100010101000201030003010300030103
000201050002010400040101000301030002010200000101000c0301004b010100010101
0001010100010101000b0301000b04020004050100010501000004010001040100020401
000804010002040100000401000c0301000a040100050401000104010001040100010401
000104010001040100090501000105010001040100010401000104010001040100010401
000104010002040100000402000404010002040100070401000204010001040100010401
00010401000c0301000a0501000105010001040100010401000204010000040200010401
00010401000004010001040100010401000104010001040100010401000c0301000b0504
000204010000040200000401000104010001040100020401000004010001040100010401
000104010002040100000402000b0301000a010100010101000101010001010100010101
000101010001010100010101000101010000010000000101000101010001010100030101
00020101000101010002010100000102000b0301004b0101000101010001010100010101
000b0301000d040100030501000105010000040100010401000204010005040400030402
000d0301000a040100050401000104010001040100010401000104050009050100010501
000104050001040100010401000104050002040200000401000104040002040100070401
00020401000104010001040100010401000c0301000a0501000105010001040500020402
00000401000104010001040100000401000104010002040100040405000c0301000b0501
000105010001040200000401000004010001040100010401000004000000040100010401
000404050002040200000401000b0301000a010500020101000501010004010500010101
0000010000000101000101010001010100030101000201050002010200000101000b0301
004b0101000101010001010100010101000b0301000a0401000104010002050100010501
000004010001040100020401000404010001040100030402000d0301000a040100020401
0000040100010401000104010001040100010401000d0501000105010001040100050401
000104010001040100060401000404010001040100020401000704010002040100010401
0001040100010401000c0301000a05010001050100010401000604010005040100010401
0000040100010401000404010002040100100301000b0501000105010001040100040401
00010401000104010000040000000401000304010002040100060401000f0301000a0101
000101010004010100050101000201010005010100000100000001010001010100010101
000301010002010100060101000f0301004b0101000101010001010100010101000b0301
000a04010001040100030503000104010001040100020401000004010001040100010401
0002040100000401000c0301000b04010001040100000401000104010001040100010401
0001040100010401000a0504000104010001040100010401000104010001040100010401
000204010004040100010401000204010000040100040401000204010001040100010401
00010401000c0301000b0503000204010001040100020401000504010001040100000401
0001040100010401000104010001040100010401000c0301000b05010001050100010401
000404010001040100020401000004010001040100010401000104010001040100020401
000f0301000a010100010101000101010001010100010101000101010001010100010101
000101010000010000000101000101010001010100030101000201010001010100020101
000f0301004b0101000101010001010100010101000b0301000b04030006050100010401
000104010003040200030402000004010000040100020401000b0301000c040300020403
000304020000040100010403000e05010002040300020401000104010002040300020403
00040402000004010002040200030405000104030002040100010401000c0301000c0501
00040403000204030003040100000402000204030003040300030403000d0301000a0505
00010403000404030003040100000401000204030003040300020403000e0301000a0101
000101010002010300030103000301030002010100020101000001010000010200020105
0001010300020103000e0301004b0101000101010001010100010101000b030100150501
002d0301003205010001050100540301004d0301004d0301005d0301004b010100010101
0001010100010101000b030100120503002e03010033050300550301004d0301004d0301
005d0301004b010100010101000101010001010100ff00830301005d0301004b01010001
0101000101010001010100ff00830301005d0301004b0101000101010001010100010101
00ff00830301005d0301004b010100010101000101010001010100ff00830301005d0301
004b010100010101000101010001010100ff00830301005d0301004b0101000101010001
010100010101000b03ff0379005d0341000b0101000101010001010100010101000b0301
00ff00ff00150301000b0101000101010001010100010101000b030100ff00ff00150301
000b0101000101010001010100010101000b030100ff00ff00150301000b010100010101
0001010100010101000b030100ff00ff00150301000b0101000101010001010100010101
000b030100ff00ff00150301000b0101000101010001010100010101000b030100ff00ff
00150301000b0101000101010001010100010101000b030100ff00ff00150301000b0101
000101010001010100010101000b03010014030100230302000503030035030200a30101
002301020005010300bd0301000b0101000101010001010100010101000b030100130303
00230301000703010036030100a201030023010100070101002c01000016010000770301
000b0101000101010001010100010101000b030100120301000103010022030100070301
0036030100a10101000101010022010100070101002b01010015010100770301000b0101
000101010001010100010101000b03010012030100010301000203030003030300030303
000203050002030400040301000303030002030200000301000903020000030100020303
000303030003030400020303000203020000030100910101000101010002010300030103
00030103000201050002010400040101000301030002010200000101000a010300020101
0001010100010105000101010000010200010101000101010001010500740301000b0101
000101010001010100010101000b03010012030100010301000103010001030100010301
000103010001030100010301000103010000030000000301000103010001030100030301
000203010001030100020301000003020009030100000302000003010001030100050301
000103010001030100010301000103010002030100000302009001010001010100010101
000101010001010100010101000101010001010100010101000001000000010100010101
000101010003010100020101000101010002010100000102000801010001010100010101
0001010100020101000501010001010100000101000101010002010100770301000b0101
000101010001010100010101000b03010012030500020301000503010004030500010301
000003000000030100010301000103010003030100020305000203020000030100090302
000003010000030500020304000103010001030100010305000203020000030100900105
000201010005010100040105000101010000010000000101000101010001010100030101
000201050002010200000101000801010001010100010101000101010002010100050101
0001010100000101000101010002010100770301000b0101000101010001010100010101
000b03010012030100010301000403010005030100020301000503010000030000000301
0001030100010301000303010002030100060301000d0301000403010005030100010301
000103010001030100010301000603010094010100010101000401010005010100020101
0005010100000100000001010001010100010101000301010002010100060101000c0101
000101010001010100010101000201010005010100010101000001010001010100020101
00770301000b0101000101010001010100010101000b0301001203010001030100010301
000103010001030100010301000103010001030100010301000003000000030100010301
0001030100030301000203010001030100020301000d0301000403010001030100010301
000103010001030100010301000103010001030100020301009401010001010100010101
000101010001010100010101000101010001010100010101000001000000010100010101
0001010100030101000201010001010100020101000c0101000101010001010100010101
000201010000010100020101000101010000010100010101000201010000010100740301
000b0101000101010001010100010101000b030100120301000103010002030300030303
0003030300020301000203010000030100000302000203050001030300020303000b0303
000403030003030200000301000103020000030100010303000203030093010100010101
000201030003010300030103000201010002010100000101000001020002010500010103
00020103000c010300030102000001010002010200030104000201020000010100020102
00750301000b0101000101010001010100010101000b030100ff008b010100870301000b
0101000101010001010100010101000b030100ff008a010300860301000b010100010101
0001010100010101000b0301000a06ef001f06ef000a0301000b01010001010100010101
00010101000b0301000a060b0301060a0301060c0504060503010652030206050303065a
001f060b0101060a0101060c010106010101061c0502060b010206130103067a000a0301
000b0101000101010001010100010101000b0301000a060a0301060c0301060c05010600
050106040301061c03000635030106070301065a001f060a0101060c0101060b01010601
0101061d0501060a0101060001010614010106040100061e010006160100063c000a0301
000b0101000101010001010100010101000b0301000a06090301060e0301060b05010601
0501062103010635030106070301065a001f06090101060401010601010106030101060a
010106010101061d0501060a01010617010106030101061d010106150101063c000a0301
000b0101000101010001010100010101000b0301000a0608030106100301060a05010601
0501060103030602030206000301060203030603030306020305060a0303060303030603
0303060303030602030506020304060403010603030306020302060003010649001f0608
0101060601030605010106090101060101010602010306030103060b0504060201030603
01010605010306020101060101010604010106020105060a010306020101060101010601
010506010101060001020601010106010101060101050639000a0301000b010100010101
0001010100010101000b0301000a0608030106100301060a050106010501060303010603
030106000302060003010601030106010301060103010602030106100301060103010601
030106010301060103010601030106010301060103010600030006000301060103010601
030106030301060203010601030106020301060003020648001f06080101060401070603
010106090101060101010601010106010101060101010601010106090501060105010601
010106010101060101040606010106010101060101010604010106030101060c01010601
01010601010106010101060201010605010106010101060001010601010106020101063c
000a0301000b0101000101010001010100010101000b0301000a0608030106100301060a
050106010501060303010603030206000301060003050601030106060301060d03040602
030106050301060403050601030106000300060003010601030106010301060303010602
030506020302060003010648001f06080101060601030605010106090101060101010602
010106040105060905010601050106010105060201010605010406010101060101010604
010106030101060c01010601010106010101060101010602010106050101060101010600
01010601010106020101063c000a0301000b0101000101010001010100010101000b0301
000a06090301060e0301060b050106010501060303010603030106040301060503010606
0301060c0301060103010604030106050301060203010605030106000300060003010601
030106010301060303010602030106060301064c001f0609010106040101060101010603
0101060a0101060101010604010106020101060d05010601050106010101060601010604
01010601010106010101060101010604010106030101060c010106010101060101010601
0101060201010605010106010101060001010601010106020101063c000a0301000b0101
000101010001010100010101000b0301000a060a0301060c0301060c0501060005010604
030106030301060403010601030106010301060103010602030106000301060903010601
030106010301060103010601030106010301060103010601030106010301060003000600
0301060103010601030106030301060203010601030106020301064c001f060a0101060c
0101060b0101060101010601010106010101060101010601010106090501060105010601
010106010101060201010604010106010101060101010601010106040101060301010600
010106090101060101010601010106010101060201010600010106020101060101010600
01010601010106020101060001010639000a0301000b0101000101010001010100010101
000b0301000a060b0301060a0301060c0504060303050600030306040303060303030604
0302060b0302060003010601030306030303060303030602030106020301060003010600
0302060203050601030306020303064b001f060b0101060a0101060d0103060301030603
0103060b0502060005010601010306020103060401020600010106010102060001010601
010506020102060b01030603010206000101060201020603010406020102060001010602
0102063a000a0301000b0101000101010001010100010101000b0301000a06ef001f060f
070706880101064c000a0301000b0101000101010001010100010101000b0301000a06ef
001f060f070706870103064b000a0301000b0101000101010001010100010101000b0301
000a06ef001f06ef000a0301000b0101000101010001010100010101000b0301000a060b
0301060a0301060e050106030305060203020603030506220303063a030206050303063a
001f060b0301060a0301060c030106010301061b05030601030106020301060003010601
03010691000a0301000b0101000101010001010100010101000b0301000a060a0301060c
0301060c0503060203000600030106000300060103010600030106020300060003010600
030006130300060f0301063b030106070301063a001f060a0301060c0301060b03010601
0301061a050106010501060003010602030106000301060103010691000a0301000b0101
000101010001010100010101000b0301000a06090301060403010601030106030301060a
0501060105010603030106030301060003010604030106140301060f0301063b03010607
0301063a001f06090301060e0301060a0301060103010619050106020501060003020601
030106000301060103010691000a0301000b0101000101010001010100010101000b0301
000a0608030106060303060503010609050106010501060303010604030206050301060c
03030602030506020301060103010603030106030303060b030306030303060303030603
03030602030506020304060403010603030306020302060003010629001f060803010610
030106090301060103010602030306030303060a05010605030306000301060003010601
0301060a030306030303067a000a0301000b0101000101010001010100010101000b0301
000a06080301060403070603030106090501060105010603030106030304060003000602
0301060b030106010301060203010605030106010301060303010602030106010301060d
030106010301060103010601030106010301060103010601030106010301060003000600
0301060103010601030106030301060203010601030106020301060003020628001f0608
030106100301060903010601030106010301060103010601030106010301060905010605
03060600030106010301060d030106010301060103010679000a0301000b010100010101
0001010100010101000b0301000a06080301060603030605030106090505060303010603
03010600030306020301060c03010605030106050301060103010603030106020305060a
030406020301060503010604030506010301060003000600030106010301060103010603
03010602030506020302060003010628001f060803010610030106090301060103010602
030106040305060905010601050206000301060003030600030106010301060a03040602
0301067c000a0301000b0101000101010001010100010101000b0301000a060903010604
03010601030106030301060a05010601050106030301060303010601030106030301060e
03010603030106050301060103010603030106020301060d030106010301060403010605
030106020301060503010600030006000301060103010601030106030301060203010606
0301062c001f06090301060e0301060a0301060103010604030106020301060d05010602
050106000301060103020600030106010301060903010601030106040301067a000a0301
000b0101000101010001010100010101000b0301000a060a0301060c0301060b05010601
050106030301060303010600030206030301060b03010601030106020301060003010603
030306040301060203010601030106090301060103010601030106010301060103010601
030106010301060103010601030106000300060003010601030106010301060303010602
03010601030106020301062c001f060a0301060c0301060b030106010301060103010601
03010601030106010301060a050106010501060003010602030106000301060103010609
03010601030106010301060103010679000a0301000b0101000101010001010100010101
000b0301000a060b0301060a0301060c0501060105010602030306030302060003010601
0303060b030306040302060603010602030506010303060b030206000301060103030603
03030603030306020301060203010600030106000302060203050601030306020303062b
001f060b0301060a0301060d03030603030306030303060c050406000301060203010601
0303060b03020600030106010303067a000a0301000b0101000101010001010100010101
000b0301000a06620301068a001f06ef000a0301000b0101000101010001010100010101
000b0301000a065f0303068b001f06ef000a0301000b0101000101010001010100010101
000b0301000a06ef001f06ef000a0301000b0101000101010001010100010101000b0301
000a060b0301060a0301060d0503061b030306230303063a0302060503030632001f060b
0301060a0301060c03010601030106190501060205010602030106040303060203010602
0301061a0302060403020662000a0301000b0101000101010001010100010101000b0301
000a060a0301060c0301060d0501060d0300060f030106140300060f0301063b03010607
03010632001f060a0301060c0301060b0301060103010619050106020501060103030602
0301060103010601030206000302061903010600030106020301060003010661000a0301
000b0101000101010001010100010101000b0301000a06090301060e0301060c0501060c
0301060f030106130301060f0301063b0301060703010632001f06090301060e0301060a
030106010301061905020601050106000301060103010601030106010301060103060619
0301060503010664000a0301000b0101000101010001010100010101000b0301000a0608
030106100301060b050106030304060203050602030306050301060b0303060203050602
0301060103010603030106030303060b0303060303030603030306030303060203050602
0304060403010603030306020302060003010621001f0608030106100301060903010601
03010602030306030303060a050306000501060003010601030106010301060503060609
03030603030306030301060503010664000a0301000b0101000101010001010100010101
000b0301000a0608030106100301060b0501060303010601030106020301060403010601
030106040301060a03010601030106020301060503010601030106030301060203010601
0301060d0301060103010601030106010301060103010601030106010301060103010600
030006000301060103010601030106030301060203010601030106020301060003020620
001f06080301061003010609030106010301060103010601030106010301060103010609
050606000301060103010602030206030301060003000600030106080301060103010601
03010601030106010304060203040662000a0301000b0101000101010001010100010101
000b0301000a0608030106100301060b0501060303010601030106020301060403050604
0301060b03010605030106050301060103010603030106020305060a0304060203010605
030106040305060103010600030006000301060103010601030106030301060203050602
0302060003010620001f0608030106100301060903010601030106020301060403050609
050106000503060003050604030106020301060203010608030106050301060103010602
0301060503010664000a0301000b0101000101010001010100010101000b0301000a0609
0301060e0301060c05010603030106010301060203010604030106080301060d03010603
030106050301060103010603030106020301060d03010601030106040301060503010602
030106050301060003000600030106010301060103010603030106020301060603010624
001f06090301060e0301060a0301060103010604030106020301060d0501060105020600
030106010301060103010601030106010301060203010608030106050301060103010602
0301060503010664000a0301000b0101000101010001010100010101000b0301000a060a
0301060c0301060d05010603030106010301060203010600030106010301060103010604
0301060a0301060103010602030106000301060303030604030106020301060103010609
030106010301060103010601030106010301060103010601030106010301060103010600
0300060003010601030106010301060303010602030106010301060203010624001f060a
0301060c0301060b03010601030106010301060103010601030106010301060905010602
050106000301060103010601030106010301060103010602030106080301060103010601
03010601030106020301060503010664000a0301000b0101000101010001010100010101
000b0301000a060b0301060a0301060d0503060203010601030106030302060303030603
03050609030306040302060603010602030506010303060b030206000301060103030603
030306030303060203010602030106000301060003020602030506010303060203030623
001f060b0301060a0301060d03030603030306030303060a050106020501060003010601
0301060203030602030106020301060903030603030306020303060303030663000a0301
000b0101000101010001010100010101000b0301000a066a03010682001f06ef000a0301
000b0101000101010001010100010101000b0301000a066703030683001f06ef000a0301
000b0101000101010001010100010101000b030100ff001a06ef000a0301000b01010001
01010001010100010101000b030100ff001a060b0301060a0301060c0301060103010619
030106020301060203010604030306020301060203010611030306040302066a000a0301
000b0101000101010001010100010101000b030100ff001a060a0301060c0301060b0301
060103010619030106020301060103030602030106010301060103020600030206130301
06030301060003010669000a0301000b0101000101010001010100010101000b030100ff
001a06090301060e0301060a030106010301061903020601030106000301060103010601
030106010301060103060613030106030301066c000a0301000b01010001010100010101
00010101000b030100ff001a060803010610030106090301060103010602030306030303
060a03030600030106000301060103010601030106050306060905030605030106030301
066c000a0301000b0101000101010001010100010101000b030100ff001a060803010610
030106090301060103010601030106010301060103010601030106090306060003010601
03010602030206030301060003000600030106080501060105010604030106020304066a
000a0301000b0101000101010001010100010101000b030100ff001a0608030106100301
060903010601030106020301060403050609030106000303060003050604030106020301
06020301060805050604030106030301066c000a0301000b010100010101000101010001
0101000b030100ff001a06090301060e0301060a0301060103010604030106020301060d
030106010302060003010601030106010301060103010601030106020301060805010608
030106030301066c000a0301000b0101000101010001010100010101000b030100ff001a
060a0301060c0301060b0301060103010601030106010301060103010601030106090301
060203010600030106010301060103010601030106010301060203010608050106010501
0604030106030301066c000a0301000b0101000101010001010100010101000b030100ff
001a060b0301060a0301060d03030603030306030303060a030106020301060003010601
0301060203030602030106020301060905030603030506000303066b000a0301000b0101
000101010001010100010101000b030100ff001a06ef000a0301000b0101000101010001
010100010101000b030100ff001a06ef000a0301000b0101000101010001010100010101
000b030100ff001a06ef000a0301000b0101000101010001010100010101000b03010014
03010023030200050303001d0301000c030200a2060b0301060a0301060c030106010301
06190301060203010602030106040303060203010602030106100302060803010669000a
0301000b0101000101010001010100010101000b0301001303030023030100070301001d
0301000b03010000030100a1060a0301060c0301060b0301060103010619030106020301
060103030602030106010301060103020600030206110301060803010669000a0301000b
0101000101010001010100010101000b030100120301000103010022030100070301002b
030100a406090301060e0301060a03010601030106190302060103010600030106010301
060103010601030106010306061103010674000a0301000b010100010101000101010001
0101000b0301001203010001030100020303000303030003030300020305000203040004
0301000303030002030200000301000a0303000203040003030100050303009a06080301
0610030106090301060103010602030306030303060a0303060003010600030106010301
06010301060503060609050306030304060303030669000a0301000b0101000101010001
010100010101000b03010012030100010301000103010001030100010301000103010001
030100010301000103010000030000000301000103010001030100030301000203010001
03010002030100000302000b030100020301000103010001030400020301000103010099
060803010610030106090301060103010601030106010301060103010601030106090306
060003010601030106020302060303010600030006000301060805010601050106020301
06010301060403010669000a0301000b0101000101010001010100010101000b03010012
030500020301000503010004030500010301000003000000030100010301000103010003
0301000203050002030200000301000b0301000203010001030100020301000403010001
030100990608030106100301060903010601030106020301060403050609030106000303
060003050604030106020301060203010608050106010501060203010601030106040301
0669000a0301000b0101000101010001010100010101000b030100120301000103010004
030100050301000203010005030100000300000003010001030100010301000303010002
030100060301000f03010002030100010301000203010004030100010301009906090301
060e0301060a0301060103010604030106020301060d0301060103020600030106010301
060103010601030106010301060203010608050106010501060203010601030106040301
0669000a0301000b0101000101010001010100010101000b030100120301000103010001
030100010301000103010001030100010301000103010001030100000300000003010001
03010001030100030301000203010001030100020301000f030100020301000103010002
030100040301000103010099060a0301060c0301060b0301060103010601030106010301
060103010601030106090301060203010600030106010301060103010601030106010301
0602030106080501060105010602030106010301060403010669000a0301000b01010001
01010001010100010101000b030100120301000103010002030300030303000303030002
0301000203010000030100000302000203050001030300020303000c0305000003010001
03010001030300040303009a060b0301060a0301060d03030603030306030303060a0301
060203010600030106010301060203030602030106020301060905030602030106000302
06010301060103010669000a0301000b0101000101010001010100010101000b030100ff
001a067f0301060103010669000a0301000b0101000101010001010100010101000b0301
00ff001a06800303066a000a0301000b0101000101010001010100010101000b0301000a
06ef001f06ef000a0301000b0101000101010001010100010101000b0301000a06090303
060b0303060905030606030106ba001f060b0301060a0301060c03010601030106190501
06020501060203010604030306020301060203010688000a0301000b0101000101010001
010100010101000b0301000a06090301060f0301060a050106070301060c030006ac001f
060a0301060c0301060b0301060103010619050206000502060103030602030106010301
06010302060003020688000a0301000b0101000101010001010100010101000b0301000a
06090301060f0301060a05010615030106ac001f06090301060e0301060a030106010301
0619050606000301060103010601030106010301060103060688000a0301000b01010001
01010001010100010101000b0301000a06090301060f0301060a05010605030306030303
06020305060a030306030303060203010601030106010302060003010602030306030303
0672001f060803010610030106090301060103010602030306030303060a050606000301
0601030106010301060503060688000a0301000b0101000101010001010100010101000b
0301000a06090301060f0301060a050106070301060203010601030106020301060c0301
060103010601030106010301060103010601030106020301060003020600030106010301
06010301060103010671001f060803010610030106090301060103010601030106010301
060103010601030106090501060005000600050106000301060103010602030206030301
06000300060003010688000a0301000b0101000101010001010100010101000b0301000a
06090301060f0301060a050106020500060303010603030106050301060d030106040301
060103010601030106010301060203020600030106000301060503050671001f06080301
061003010609030106010301060203010604030506090501060205010600030506040301
06020301060203010688000a0301000b0101000101010001010100010101000b0301000a
06090301060f0301060a050106010501060303010605030106030301060f030106020301
0601030106010301060103010602030106040301060503010675001f06090301060e0301
060a0301060103010604030106020301060d050106020501060003010601030106010301
0601030106010301060203010688000a0301000b0101000101010001010100010101000b
0301000a06090301060f0301060a05010601050106030301060203010601030106020301
060003010609030106010301060103010601030106010301060103010602030106040301
0601030106010301060103010671001f060a0301060c0301060b03010601030106010301
060103010601030106010301060905010602050106000301060103010601030106010301
06010301060203010688000a0301000b0101000101010001010100010101000b0301000a
06090303060b030306090506060103050601030306040302060b03030603030306030302
060003010600030306040303060303030672001f060b0301060a0301060d030306030303
06030303060a05010602050106000301060103010602030306020301060203010688000a
0301000b0101000101010001010100010101000b0301000a06ef001f06ef000a0301000b
0101000101010001010100010101000b0301000a06ef001f06ef000a0301000b01010001
01010001010100010101000b0301000a06ef001f06ef000a0301000b0101000101010001
010100010101000b0301000a06090303060b0303060a0303060503010635030106330303
0603030306250301061a001f060b0301060a0301060c0301060103010619050506030301
0604030306020301060203010688000a0301000b0101000101010001010100010101000b
0301000a06090301060f0301060c030106050301060c030006270301060c030006270301
06050301061c030006070301061a001f060a0301060c0301060b03010601030106190500
060005010600050006020303060203010601030106010302060003020688000a0301000b
0101000101010001010100010101000b0301000a06090301060f0301060c030106130301
063503010627030106050301061b03010624001f06090301060e0301060a030106010301
061b050106030301060103010601030106010301060103060688000a0301000b01010001
01010001010100010101000b0301000a06090301060f0301060c03010603030306030303
060203050609050206000501060203030603030206000301060103030603030306020305
060203030602030206000301060a03030605030106050301060303030603030306030303
06020305060203030603030306020304060a001f06080301061003010609030106010301
0602030306030303060c0501060303010601030106010301060503060688000a0301000b
0101000101010001010100010101000b0301000a06090301060f0301060c030106050301
060203010601030106020301060d05010600050206000301060103010601030106010301
0604030106020301060103010602030106040301060103010602030106000302060c0301
060403010605030106020301060103010601030106010301060503010602030106070301
060203010601030106010301060103010609001f06080301061003010609030106010301
06010301060103010601030106010301060b050106030301060103010602030206030301
06000300060003010688000a0301000b0101000101010001010100010101000b0301000a
06090301060f0301060c0301060503010603030106050301060d05020600050106000305
060103010601030106040301060303010605030106040305060203020600030106090304
060403010605030106020301060103010601030106060304060203010607030106020301
0601030106010301060103010609001f0608030106100301060903010601030106020301
06040305060b0501060303050604030106020301060203010688000a0301000b01010001
01010001010100010101000b0301000a06090301060f0301060c03010605030106050301
06030301060d050106040301060503010601030106040301060503010603030106040301
06060301060c030106010301060403010605030106020301060103010601030106050301
060103010602030106070301060203010601030106010301060103010609001f06090301
060e0301060a0301060103010604030106020301060f0501060303010601030106010301
0601030106010301060203010688000a0301000b0101000101010001010100010101000b
0301000a06090301060f0301060c03010605030106020301060103010602030106000301
060a05010604030106010301060203040604030106020301060103010602030106000301
060103010601030106020301060c03010601030106040301060503010602030106010301
060103010601030106010301060103010602030106000301060403010602030106010301
06010301060103010609001f060a0301060c0301060b0301060103010601030106010301
0601030106010301060b0501060303010601030106010301060103010601030106020301
0688000a0301000b0101000101010001010100010101000b0301000a06090303060b0303
060a0305060103050601030306040302060a050306040303060603010602030506010303
060403020603030306020303060c03020600030106010305060103050601030306030303
060303020600030106020302060303050601030306020301060103010609001f060b0301
060a0301060d03030603030306030303060b050306020301060103010602030306020301
060203010688000a0301000b0101000101010001010100010101000b0301000a065f0301
060103010689001f06ef000a0301000b0101000101010001010100010101000b0301000a
06600303068a001f06ef000a0301000b0101000101010001010100010101000b0301000a
06ef001f06ef000a0301000b0101000101010001010100010101000b0301000a06090303
060b0303060a030306050301064b03030603030306250301063a001f060b0301060a0301
060c030106010301062b030206040302068a000a0301000b010100010101000101010001
0101000b0301000a06090301060f0301060c030106050301060c0300060e0500062f0301
06050301061c030006070301063a001f060a0301060c0301060b030106010301062a0301
0600030106020301060003010689000a0301000b0101000101010001010100010101000b
0301000a06090301060f0301060c030106130301060d0501062f030106050301061b0301
0644001f06090301060e0301060a030106010301062a030106050301068c000a0301000b
0101000101010001010100010101000b0301000a06090301060f0301060c030106030303
06030303060203050609050506020303060203050601030106000302060a030306050301
0605030106030303060303030603030306020305060203030603030306020304062a001f
060803010610030106090301060103010602030306030303060b05030603030306030301
06050301068c000a0301000b0101000101010001010100010101000b0301000a06090301
060f0301060c030106050301060203010601030106020301060d05010604030106010301
0601030106000300060003010601030106010301060c0301060403010605030106020301
060103010601030106010301060503010602030106070301060203010601030106010301
060103010629001f06080301061003010609030106010301060103010601030106010301
06010301060905010601050106010301060103010601030406020304068a000a0301000b
0101000101010001010100010101000b0301000a06090301060f0301060c030106050301
0603030106050301060d0501060403050601030106000300060003010601030106010301
060903040604030106050301060203010601030106010301060603040602030106070301
060203010601030106010301060103010629001f06080301061003010609030106010301
06020301060403050609050106050301060103010602030106050301068c000a0301000b
0101000101010001010100010101000b0301000a06090301060f0301060c030106050301
0605030106030301060d0501060403010605030106000300060003010601030106010301
060803010601030106040301060503010602030106010301060103010605030106010301
0602030106070301060203010601030106010301060103010629001f06090301060e0301
060a0301060103010604030106020301060d050106050301060103010602030106050301
068c000a0301000b0101000101010001010100010101000b0301000a06090301060f0301
060c03010605030106020301060103010602030106000301060a05010600050106010301
060103010601030106000300060003010601030106010301060803010601030106040301
060503010602030106010301060103010601030106010301060103010602030106000301
06040301060203010601030106010301060103010629001f060a0301060c0301060b0301
060103010601030106010301060103010601030106090501060105010601030106010301
0602030106050301068c000a0301000b0101000101010001010100010101000b0301000a
06090303060b0303060a0305060103050601030306040302060c05020603030306020301
0602030106010304060a0302060003010601030506010305060103030603030306030302
0600030106020302060303050601030306020301060103010629001f060b0301060a0301
060d03030603030306030303060b0503060303030602030306030303068b000a0301000b
0101000101010001010100010101000b0301000a066803010684001f06ef000a0301000b
0101000101010001010100010101000b0301000a066703030683001f06ef000a0301000b
0101000101010001010100010101000b030100ff001a06ef000a0301000b010100010101
0001010100010101000b030100ff001a060b0301060a0301060c030106010301063b0302
06040302067a000a0301000b0101000101010001010100010101000b030100ff001a060a
0301060c0301060b030106010301063a03010600030106020301060003010679000a0301
000b0101000101010001010100010101000b030100ff001a06090301060e0301060a0301
06010301063a030106050301067c000a0301000b0101000101010001010100010101000b
030100ff001a060803010610030106090301060103010602030306030303060a05010600
05020602030306030303060303030603030106050301067c000a0301000b010100010101
0001010100010101000b030100ff001a0608030106100301060903010601030106010301
060103010601030106010301060a05010601050106000301060103010601030106010301
06010301060103010601030406020304067a000a0301000b010100010101000101010001
0101000b030100ff001a060803010610030106090301060103010602030106040305060a
050106010501060003050601030106050301060103010602030106050301067c000a0301
000b0101000101010001010100010101000b030100ff001a06090301060e0301060a0301
060103010604030106020301060e05010601050106000301060503010605030106010301
0602030106050301067c000a0301000b0101000101010001010100010101000b030100ff
001a060a0301060c0301060b03010601030106010301060103010601030106010301060a
050106010501060003010601030106010301060103010601030106010301060203010605
0301067c000a0301000b0101000101010001010100010101000b030100ff001a060b0301
060a0301060d03030603030306030303060b050406020303060303030603030306020303
06030303067b000a0301000b0101000101010001010100010101000b030100ff001a0648
050106a4000a0301000b0101000101010001010100010101000b030100ff001a06470503
06a3000a0301000b0101000101010001010100010101000b030100ff00ff00150301000b
0101000101010001010100010101000b030100ff00ff00150301000b0101000101010001
010100010101000b030100ff00ff00150301000b0101000101010001010100010101000b
030100ff00ff00150301000b0101000101010001010100010101000b030100ff00ff0015
0301000b0101000101010001010100010101000b03ff03ff0319000b0101000101010001
01010001010100ff00ff0031010100010101000101010001010100ff00ff003101010001
0101000101010001010100ff00ff0031010100010101000101010001010100ff00ff0031
010100010101000101010001010100ff00ff0031010100010101000101010001010100ff
00ff0031010100010101000101010001010100ff00ff0031010100010101000101010001
0101001203030014030200040301000d0301001b0303000d0302000b03020005030100ff
00a301010001010100010101000101010011030100010301001403010004030100040300
00070301001d0301000e0301000a0301000003010004030100ff00a30101000101010001
010100010101001003010002030100140301000a030100270301000e0301000a030100ff
00ad01010001010100010101000101010010030100060303000203040003030400020303
000203050002030300030303000205040003030300050301000b03040002030300030301
0005030300020304000303030003030300ff008b01010001010100010101000101010010
030100050301000103010001030100010301000103010001030100040301000303010007
0301000203010001030100010501000105010005030100040301000a0301000103010001
030100010301000103040005030100020301000103010001030100010301000103010001
030100ff008a010100010101000101010001010100100301000503010001030100010301
000103010001030100010301000403010003030100070301000203010001030100010501
000105010002030400040301000a03010001030100010305000203010007030100020301
00010301000103050002030100ff008d0101000101010001010100010101001003010002
030100000301000103010001030100010301000103010001030100040301000303010007
030100020301000103010001050100010501000103010001030100040301000a03010001
03010001030100060301000703010002030100010301000103010008030100ff008b0101
000101010001010100010101001103010001030100000301000103010001030100010301
000103010001030100040301000303010000030100040301000203010001030100010501
00010501000103010001030100040301000a030100010301000103010001030100020301
0007030100020301000103010001030100010301000103010001030100ff008a01010001
010100010101000101010012030300020303000203010001030100020302000003010001
030500020302000303050001030300020501000105010002030200000301000103050009
0302000003010001030300020303000403050000030100010301000203030003030300ff
008b010100010101000101010001010100ff00ff00310101000101010001010100010101
00ff00ff00310101000101010001010100010101000808ff08ff00070917000801010001
01010001010100010101000808ff08ff0007090103030904030109040303090100080101
000101010001010100010101000808ff08ff000709010301090603010906030109010008
0101000101010001010100010101000808ff08ff00070901030109060301090603010901
00080101000101010001010100010101000808ff08ff0007090103010906030109060301
090100080101000101010001010100010101000808ff08ff000709010301090603010906
0301090100080101000101010001010100010101000808ff08ff00070901030109060301
09060301090100080101000101010001010100010101000808ff08ff0007090103010904
030509040301090100080101000101010001010100010101000808ff08ff000709010301
0905030309050301090100080101000101010001010100010101000808ff08ff00070901
03030904030109040303090100080101000101010001010100010101000808ff08ff0007
091700080101000101010001010100010101000808ff08ff000709170008010100010101
000101010001010100ff00ff0031010100010101000101010001010100ff00ff00310101
00010101000101010001010100ff00ff0031010100010101000101010001010100ff00ff
0031010100010101000101010001010100ff00ff00310101000101010001010100010101
00ff00ff0031010100010101000101010001010100ff00ff003101010001010100010101
0001010100ff00ff0031010100010101000101010001010100ff00ff0031010100010101
000101010001010100ff00ff0031010100010101000101010001010100ff00ff00310101
00010101000101010001010100ff00ff003101010001010100010101000101010080093f
00b7093f00780101000101010001010100010101008009190a0209020502090105010918
00b70909030309220303090a00780101000101010001010100010101008009180a010900
0a010902050109010501091800b7090803010901030109230301090a0078010100010101
0001010100010101008009170a0109020a010901050109000501091900b7090703010902
030109230301090a00780101000101010001010100010101008009170a0109020a010901
050109000501091900b7090703010906030309020304090303030903030309050301090a
00780101000101010001010100010101008009170a0109020a0109010503091a00b70907
03010909030109010301090103010901030109010301090103010901030109040301090a
00780101000101010001010100010101008009170a0109020a0109010501090005010919
030700af09070301090603040901030109010301090103010905030509040301090a0307
00700101000101010001010100010101008009170a0109020a0109010501090005010919
030700af0907030109020301090003010901030109010301090103010901030109050301
09080301090a030700700101000101010001010100010101008009180a0109000a010902
0501090105010918030700af090803010901030109000301090103010901030109010301
0901030109010301090103010901030109040301090a0307007001010001010100010101
00010101008009190a0209020502090105010918030700af090903030902030209000301
090003010901030109020303090303030903030509080307007001010001010100010101
000101010080093f030700af093f0307007001010001010100010101000101010080093f
030700af093f0307007001010001010100010101000101010088033f00b7033f00700101
0001010100010101000101010088033f00b7033f00700101000101010001010100010101
0088033f00b7033f007001010001010100010101000101010088033f00b7033f00700101
0001010100010101000101010088033f00b7033f00700101000101010001010100010101
0088033f00b7033f0070010100010101000101010001010100ff00ff0031010100010101
000101010001010100ff00ff0031010100010101000101010001010100ff00ff00310101
00010101000101010001010100ff00ff0031010100010101000101010001010100ff00ff
0031010100010101000101010001010100ff00ff00310101000101010001010100010101
00ff00ff0031010100010101000101010001010100ff00ff003101010001010100010101
0001010100ff00ff0031010100010101000101010001010100ff00ff0031010100010101
00010101000101ff01ff0135000101010001010100ff00ff003901010001010100ff00ff
00390101000101ff01ff013d00ff00ff003f00ff00ff003f00ff00ff003f00ff00ff003f
%%EndData
end
%%PageTrailer
%%Trailer
%%BoundingBox: 0 0 575 251
%%EOF
|