summaryrefslogtreecommitdiff
path: root/fpcdocs/pics/ide/oecolors.eps
blob: d5872d69b30217656f13da578a12a4a03f81f40a (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
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: (ImageMagick)
%%Title: (oecolors.eps)
%%CreationDate: (Tue Nov 28 23:50:41 2000)
%%BoundingBox: 0 0 487 214
%%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 488 215
userdict begin
%%BeginData:
DisplayImage
0 0
488 215
12.000000
488 215
1
0
0
16
c0c0c0
f8fcf8
00fc00
f8fc00
000000
008000
000080
008080
800000
800080
808000
808080
0000f8
00fcf8
f80000
f800f8
00ff00e700120103000b010300b30103000a010300f900120101000502030005010100b2
010100010101000b010100f900120101000502030005010100b1010100020101000b0101
00f90001010e000101010005020300050101000101a70007010100060103000501010003
0103000201020000010100020103000a01d600010101000e0101000502030005010100b1
010100050101000101010004010100020101000101010002010100000102000001010001
010100de010100010101000e0101000502030005010100b1010100050101000101010004
0101000201010001010100020102000001010001010100e10101000101010001010a0001
01010005020300050101000101a700070101000201010000010100010101000401010002
0101000101010002010100070101000a01d2000101010001010100010101000a01010005
02030005010100b201010001010100000101000101010004010100020101000101010002
0101000401010001010100da0101000101010001010100010101000a0103000302030003
010300b30103000201030003010500010103000201030004010300db0101000101010001
01010001010100ff00d9010100010101000101010001010100ff00d90101000101010001
01010001010100ff00d9010100010101000101010001010100ff00d90101000101010001
01010001010100ff00d9010100010101000101010001010100ff00d90101000101010001
01010001010100ff00d9010100010101000101010001010100ff00d90101000101010001
01010001010100ff00d9010100010101000101010001010100ff00d90101000101010001
01010001010100ff00d9010100010101000101010001010100ff00d90101000101010001
01010001010100ff00d9010100010101000101010001010100ff00d90101000101010001
01010001010100ff00d9010100010101000101010001010100120303008a030300c20306
00430402002201010001010100010101000101010011030100010301008a030100050400
00bd03010001030100440401002201010001010100010101000101010010030100020301
008a03010004040100bd0301000203000044040100220101000101010001010100010101
0010030100050102000001010002010300020101000101010001010100000102006b0301
00030405000204030002040500aa03010001030000020403000204020000040100020403
000304020000040100000402000004010002040300020401000104010001040400030404
002201010001010100010101000101010010030100060101000001020000010100010101
00010101000101010002010100010101006a030100040401000404010001040100010401
0000040000000401009b0104000803040001040100010401000204010000040200000401
000104010001040100010401000204010000040200000401000104010001040100010401
00010401000104010001040100010401000c010400100101000101010001010100010101
001003010001030200010102000001010000010100010101000101010001010100020101
00010101006a03010004040100040405000104010000040000000401009b0101000b0301
000103000001040100010401000204020000040100000405000104010001040100020402
000004010000040100010401000104010001040100010401000104010001040100010401
000c01010013010100010101000101010001010100100301000203010001010100040101
0001010100010101000101010002010100010101006a0301000404010004040100050401
0000040000000401009b0101000b03010004040100010401000204010004040100050401
000104010002040100040401000104010001040100010401000104010001040100010401
00010401000c010100130101000101010001010100010101001103010001030100010101
000401010001010100010101000101010002010100010101006a03010004040100000401
0001040100010401000104010000040000000401009b0101000b03010004040100010401
000204010004040100010401000204040002040100040401000104010001040100010401
00010401000104010001040100010401000c010100130101000101010001010100010101
001203040000010300040103000301020000010100010104006a03030004040200030403
0002040100020401009b0101000a03030004040300020403000404030006040100010403
00040403000304020000040100000401000104010002040200000401000b010100130101
0001010100010101000101010031010100ff00270101002a040100010401003401010013
01010001010100010101000101010030010300ff00260101002b04030035010100130101
000101010001010100010101001005770607000f079f0607001201010002041706170517
0717000201010013010100010101000101010001010100100507010505690607000f0707
0306074b0301074206070012010100020417061705170717000201010013010100010101
0001010100010101001005080101050101010568060207000603000f0708030107010301
074b03010742060207000603001201010002041706170517071700020101001301010001
01010001010100010101001005080101050101010568060207000603000f070803010702
030007900602070006030012010100020417061705170717000201010013010100010101
000101010001010100100508010105010101050001020500010105020103050201010502
0101050101030503010305020102050001010539060107020602000f0708030107010300
0701030207000301070203030702030507020303070a0301070003020702030307030303
070303030703030307020301070103010702030307320601070206020012010100020417
060904030609051707170002010100130101000101010001010100010101001005080104
050201010500010205000101050101010501010105020101050001010501010105010101
0501010105020101050001020538060107020602000f0708030407020301070003020704
03010701030107000300070003010700030107010301070a030107010301070403010701
030107010301070103010701030107040301070203010701030107010301070103010731
060107020602001201010002041706080405060805170717000201010013010100010101
000101010001010100100508010105010101050101020500010105000101050101010501
01010500010005000101050101010504010505020102050001010538060007040601000f
070803010701030007020302070003010701030407010301070003000700030107000305
070a03010701030107010304070203010705030107070301070203010701030107010305
073106000704060100120101000204170608040506080517071700020101001301010001
010100010101000101010010050801010501010105010101050401010501010105010101
0500010005000101050301010502010105060101053c060007040601000f070803010705
0301070403010701030107010301070003000700030107000301070e0301070103010700
030107010301070403010705030107050301070203010701030107010301073506000704
060100120101000204170609040306090517071700020101001301010001010100010101
000101010010050801010501010105010101050401010501010105020101050001010501
010105010101050101010501010105020101053c07060600000f07080301070503010704
0301070103010701030107000300070003010700030107010301070a0301070103010700
030107010301070103010701030107010301070103010704030107030303070203010701
030107380600001201010002041706170517071700020101001301010001010100010101
000101010010050701050501010305040103050301010500010105020103050301030502
0103053b07060600000f0707030307030303070403020700030107000301070203010701
0303070b0304070203020700030107010303070303030703030507020301070403030739
060000120101000204170617051707170002010100130101000101010001010100010101
001005770607000f07380301076406070012010100020417061705170717000201010013
0101000101010001010100010101001005770607000f0737030307630607001201010002
04170617051707170002010100130101000101010001010100010101001007770607000f
079f0607001201010002081709170a17001a010100130101000101010001010100010101
0010070904030702040307120402074c0607000f0707040607430401074a060700120101
0002081709170a17001a0101001301010001010100010101000101010010070804010701
04010703040107130401074c060107030601000f0708040107010401073a040007070401
074a060107030601001201010002081709170a17001a0101001301010001010100010101
00010101001007070401070204010703040107130401074c060107030601000f07080401
07020400073904010754060107030601001201010002081709170a17001a010100130101
000101010001010100010101001007070401070804010703040307030403070304010701
04010748060107030601000f070804010701040007010402070004010702040307020405
07020403070b0403070304030702040507020403070204010701040107020403073a0601
07030601001201010002081709170a17001a010100130101000101010001010100010101
001007070401070804010702040107010401070104010701040107020401070004010749
060107030601000f07080404070204010700040207040401070104010700040007000401
0700040107010401070d0401070104010701040107020401070704010702040107010401
07010401070104010739060107030601001201010002081709170a17001a010100130101
000101010001010100010101001007070401070804010702040107010401070104010706
0403074a060107030601000f070804010701040007020402070004010701040407010401
070004000700040107000405070a04040701040107060401070704010702040107010401
070104050739060107030601001201010002081709170a17001a01010013010100010101
000101010001010100100707040107020401070304010702040107010401070104010706
0401070004010749060107030601000f0708040107050401070404010701040107010401
070004000700040107000401070d04010701040107010401070604010707040107020401
0701040107010401073d060107030601001201010002081709170a17001a010100130101
000101010001010100010101001007080401070104010703040107020401070104010701
04010701040107020401070104010748060107030601000f070804010705040107040401
070104010701040107000400070004010700040107010401070904010701040107010401
070104010702040107000401070404010703040307020401070104010739060107030601
001201010002081709170a17001a01010013010100010101000101010001010100100709
040307020405070104030703040307020402070104010748060107030601000f07070403
070304030704040207000401070004010702040107010403070b04020700040107010403
07040402070304050702040107040403073a060107030601001201010002081709170a17
001a010100130101000101010001010100010101001007770607000f079f060700120101
0002081709170a17001a010100130101000101010001010100010101001007770607000f
079f0607001201010002081709170a17001a010100130101000101010001010100010101
0010077706000700060007000600070006000700000f079f060007000600070006000700
060007000012010100020b170c1702170d17000201010013010100010101000101010001
01010010070704040712040207550600070006000700060007000600000f07070406072b
0401076306000700060007000600070006000012010100020b170c1702170d1700020101
00130101000101010001010100010101001007080401070004010712040107060400074c
06000700060007000600070006000700000f0708040107010401072b0401076206000700
0600070006000700060007000012010100020b170c1702170d1700020101001301010001
01010001010100010101001007080401070104010711040107050401074d060007000600
0700060007000600000f0708040107020400079106000700060007000600070006000012
010100020b170c1702170d17000201010013010100010101000101010001010100100708
040107010401070104030703040307030401070104010700040507020403070204010700
0402073906000700060007000600070006000700000f0708040107010400070104020700
0401070204030702040507020403070b0403070304030703040307020404074a06000700
0600070006000700060007000012010100020b170c1702170d1700020101001301010001
010100010101000101010010070804010701040107000401070104010701040107010401
070204010700040107020401070404010701040107020401070104010739060007000600
0700060007000600000f0708040407020401070004020704040107010401070004000700
04010700040107010401070c040107020401070104010701040107010401070104010701
0401074a06000700060007000600070006000012010100020b170c1702170d1700020101
001301010001010100010101000101010010070804010701040107000405070204010705
040307030401070404010701040107020401070104010738060007000600070006000700
06000700000f070804010701040007020402070004010701040407010401070004000700
040107000405070c04010702040107050401070104010701040107010401074906000700
0600070006000700060007000012010100020b170c1702170d1700020101001301010001
010100010101000101010010070804010701040107000401070804010703040107000401
070204010704040107010401070204010701040107390600070006000700060007000600
000f07080401070504010704040107010401070104010700040007000401070004010710
04010702040107050401070104010701040107010401074a060007000600070006000700
06000012010100020b170c1702170d170002010100130101000101010001010100010101
001007080401070004010701040107010401070104010701040107020401070104010701
040107000401070104010701040107020401070104010738060007000600070006000700
06000700000f070804010705040107040401070104010701040107000400070004010700
040107010401070c04010702040107010401070104010701040107010401070104010749
060007000600070006000700060007000012010100020b170c1702170d17000201010013
010100010101000101010001010100100707040407030403070304030702040207010401
070204020703040307030404073a0600070006000700060007000600000f070704030703
04030704040207000401070004010702040107010403070b040507010403070304030702
040107010401074a06000700060007000600070006000012010100020b170c1702170d17
0002010100130101000101010001010100010101001007380401073c0600070006000700
0600070006000700000f079f060007000600070006000700060007000012010100020b17
0c1702170d170002010100130101000101010001010100010101001007370403073c0600
070006000700060007000600000f07a00600070006000700060007000600001201010002
0b170c1702170d1700020101001301010001010100010101000101010010077706000700
060007000600070006000700000f079f0600070006000700060007000600070000120101
00020e170f17031701170002010100130101000101010001010100010101001007070404
07050401070b040307530600070006000700060007000600000f07080403071b04030703
0403070a0402075d06000700060007000600070006000012010100020e170f1703170117
00020101001301010001010100010101000101010010070804010700040107040401070d
0401075206000700060007000600070006000700000f0707040107010401071c04010705
0401070b0401075c060007000600070006000700060007000012010100020e170f170317
011700020101001301010001010100010101000101010010070804010701040107130401
07530600070006000700060007000600000f0707040107010401071c040107050401070b
0401075d06000700060007000600070006000012010100020e170f170317011700020101
001301010001010100010101000101010010070804010701040107010403070304030705
040107030403070304020700040107010403073a06000700060007000600070006000700
000f07070401070604030702040207000401070204030705040107050401070b04040702
040307020402070004010709040107000402070204030703040207000401070104030722
060007000600070006000700060007000012010100020e170f1703170117000201010013
010100010101000101010001010100100708040107010401070304010706040107040401
070204010701040107010401070104010701040107010401073a06000700060007000600
07000600000f070804020703040107010401070204010700040207000401070104010704
040107050401070b04010701040107040401070204010700040207090401070104010704
040107010401070104010701040107010401072206000700060007000600070006000012
010100020e170f1703170117000201010013010100010101000101010001010100100708
040107010401070304010703040407040401070204010701040107010401070104010702
0401073c06000700060007000600070006000700000f070a040107020401070604020700
040107000401070104010704040107050401070b04010701040107010404070204020700
040107090401070104010701040407010401070104010701040507210600070006000700
06000700060007000012010100020e170f17031701170002010100130101000101010001
010100010101001007080401070104010703040107020401070104010704040107020401
07010401070104010701040107040401073b0600070006000700060007000600000f0707
040107010401070104010706040107040401070104010704040107050401070b04010701
0401070004010701040107020401070d0401070104010700040107010401070104010701
040107010401072606000700060007000600070006000012010100020e170f1703170117
000201010013010100010101000101010001010100100708040107000401070404010702
040107010401070404010702040107010401070204040701040107010401073906000700
060007000600070006000700000f07070401070104010701040107010401070204010704
0401070104010704040107050401070b040107010401070004010701040107020401070d
040107010401070004010701040107020404070104010701040107210600070006000700
06000700060007000012010100020e170f17031701170002010100130101000101010001
010100010101001007070404070304050701040207000401070104050701040307060401
07020403073b0600070006000700060007000600000f0708040307030403070204030704
040307030405070104050708040107000402070204020700040107000403070c04040702
040207000401070404010702040307230600070006000700060007000600001201010002
0e170f170317011700020101001301010001010100010101000101010010072f04010701
0401074106000700060007000600070006000700000f07600401070c0401070104010729
060007000600070006000700060007000012010100020e170f1703170117000201010013
010100010101000101010001010100100730040307430600070006000700060007000600
000f075f0403070c0403072b06000700060007000600070006000012010100020e170f17
031701170002010100130101000101010001010100010101001007770600070006000700
0600070006000700000f079f060007000600070006000700060007000012010100650101
001301010001010100010101000101010010070704060703040207040401075b06000700
06000700060007000600000f07080403071b040307030403070a0402071f0401073b0600
070006000700060007000600001201010065010100130101000101010001010100010101
001007080401070204000704040107040401070404000754060007000600070006000700
06000700000f0707040107010401071c040107050401070b0401071f0401073a06000700
060007000600070006000700001201010065010100130101000101010001010100010101
00100708040107080401070a040107550600070006000700060007000600000f07070401
07010401071c040107050401070b0401075d060007000600070006000700060000120101
006501010013010100010101000101010001010100100708040107010400070204040702
040307020405070204030702040207000401074106000700060007000600070006000700
000f07070401070604030702040207000401070204030705040107050401070b04040702
04030702040207000401070a040307030403070304030702040407030403071a06000700
060007000600070006000700001201010065010100130101000101010001010100010101
001007080404070104010701040107040401070304010704040107010401070204010700
040207410600070006000700060007000600000f07080402070304010701040107020401
0700040207000401070104010704040107050401070b0401070104010704040107020401
07000402070b040107020401070104010701040107010401070104010701040107010401
07010401071a060007000600070006000700060000120104006201040010010100010101
000101010001010100100708040107010400070104010701040107040401070304010704
0401070104010702040207000401074006000700060007000600070006000700000f070a
040107020401070604020700040107000401070104010704040107050401070b04010701
0401070104040702040207000401070b0401070204010705040107010401070104010701
040107020401071c06000700060007000600070006000700009001010001010100010101
000101010010070804010704040107010401070404010703040107040401070104010702
040107450600070006000700060007000600000f07070401070104010701040107060401
07040401070104010704040107050401070b040107010401070004010701040107020401
070f0401070204010705040107010401070104010701040107040401071b060007000600
070006000700060000900101000101010001010100010101001007080401070204000700
040107010401070404010703040107000401070104010701040107020401074406000700
060007000600070006000700000f07070401070104010701040107010401070204010704
0401070104010704040107050401070b040107010401070004010701040107020401070f
040107020401070104010701040107010401070104010701040107010401070104010719
060007000600070006000700060007000090010100010101000101010001010100100707
040607010402070004010701040507020402070304030702040307440600070006000700
060007000600000f07080403070304030702040307040403070304050701040507080401
07000402070204020700040107000403070c040507010403070304030702040107010401
07020403071b060007000600070006000700060000900101000101010001010100010101
0010077706000700060007000600070006000700000f079f060007000600070006000700
060007000090010100010101000101010001010100100778060007000600070006000700
0600000f07a0060007000600070006000700060000900101000101010001010100010101
0010077706000700060007000600070006000700000f079f060007000600070006000700
060007000090010100010101000101010001010100100707040107010401070a0403075b
0600070006000700060007000600000f070704010702040107210403076b060007000600
0700060007000600001f030500110402002f040200220101000101010001010100010101
00100707040107010401070c0401075a06000700060007000600070006000700000f0707
04010702040107230401070c040007160400074406000700060007000600070006000700
002003010001030100110401003004010022010100010101000101010001010100100707
040107010401070c0401075b0600070006000700060007000600000f0707040207010401
07230401070b040107150401074506000700060007000600070006000020030100010301
001104010030040100220101000101010001010100010101001007070401070104010702
0403070504010702040107000402075106000700060007000600070006000700000f0707
040307000401070104030702040207000401070104050702040307050401070a04050702
040307020401070204010700040507410600070006000700060007000600070000200301
000103010001040300030403000304010001040100010402000004010000040200000401
000204030002040100010401000104040003040400220101000101010001010100010101
001007070405070104010701040107040401070304010701040107510600070006000700
060007000600000f07070406070004010701040107020401070004020700040107000400
070004010704040107040401070b04010704040107010401070204010700040107020401
074506000700060007000600070006000012010400080304000504010001040100010401
000204010000040100010401000104010002040100000402000004010001040100010401
0001040100010401000104010001040100010401000c0104001001010001010100010101
000101010010070704010701040107010405070404010703040107010401075006000700
060007000600070006000700000f07070401070004030700040107010401070204020700
04010700040107000400070004010701040407040401070b040107040405070304020703
040107440600070006000700060007000600070000120101000b03010001030100010404
000104010006040300020401000104010002040200000401000004010001040100010401
0001040100010401000104010001040100010401000c0101001301010001010100010101
000101010010070704010701040107010401070804010703040107010401075106000700
06000700060007000600000f070704010701040207000401070104010702040107040401
0700040007000401070004010701040107040401070b0401070404010707040207030401
0745060007000600070006000700060000120101000b0301000103010000040100010401
000104010006040100000401000104010001040100020401000404010001040100010401
0001040100010401000104010001040100010401000c0101001301010001010100010101
000101010010070704010701040107010401070104010704040107030401070104010750
06000700060007000600070006000700000f070704010702040107000401070104010702
0401070404010700040007000401070004010701040107040401070b0401070004010701
040107010401070204010700040107020401070004010741060007000600070006000700
0600070000120101000b0301000103010000040100010401000104010001040100020401
000104010001040400020401000404010001040100010401000104010001040100010401
0001040100010401000c0101001301010001010100010101000101010010070704010701
040107020403070304050701040407520600070006000700060007000600000f07070401
0702040107010403070204030703040107020401070104020700040107010405070a0402
070304030702040107020401070204020743060007000600070006000700060000120101
000a03050002040200000401000104030002040200010401000404010001040300040403
000304020000040100000401000104010002040200000401000b01010013010100010101
0001010100010101001007200401075406000700060007000600070006000700000f079f
0600070006000700060007000600070000120101002a0401000104010034010100130101
0001010100010101000101010010071f040307540600070006000700060007000600000f
07a0060007000600070006000700060000120101002b0403003501010013010100010101
00010101000101010010077706000700060007000600070006000700000f079f06000700
060007000600070006000700001201010002041706170517071700020101001301010001
010100010101000101010010070704010702040107690600070006000700060007000600
000f07080403070b040307250402075a0600070006000700060007000600001201010002
041706170517071700020101001301010001010100010101000101010010070704020700
0402076806000700060007000600070006000700000f0707040107010401070c04010714
040007100401070b04000716040007340600070006000700060007000600070000120101
000204170617051707170002010100130101000101010001010100010101001007070406
07690600070006000700060007000600000f0707040107010401070c0401071304010710
0401070a0401071504010735060007000600070006000700060000120101000204170617
051707170002010100130101000101010001010100010101001007070406070104030702
0404070204010701040107020403074a06000700060007000600070006000700000f0707
040107060403070504010703040307030403070204050702040307030404070904050702
040307020401070204010700040507310600070006000700060007000600070000120101
000204170617051707090403070900020101001301010001010100010101000101010010
070704010700040007000401070004010701040107010401070104010701040107010401
0701040107010401074a0600070006000700060007000600000f07080402070304010701
040107040401070204010701040107010401070104010702040107040401070104010701
040107010401070a04010704040107010401070204010700040107020401073506000700
060007000600070006000012010100020417061705170708040507080002010100130101
000101010001010100010101001007070401070204010700040507010401070104010701
04010701040107020401074c06000700060007000600070006000700000f070a04010702
040507040401070204050701040107060401070404050701040107010401070a04010704
040507030402070304010734060007000600070006000700060007000012010100020417
061705170708040507080002010100130101000101010001010100010101001007070401
07020401070004010705040107010401070104010701040107040401074b060007000600
0700060007000600000f0707040107010401070104010708040107020401070504010706
0401070404010705040107010401070a0401070404010707040207030401073506000700
060007000600070006000012010100020417061705170709040307090002010100130101
000101010001010100010101001007070401070204010700040107010401070104010701
040107010401070104010701040107010401074906000700060007000600070006000700
000f07070401070104010701040107010401070404010702040107010401070104010701
0401070204010700040107010401070104010701040107010401070a0401070004010701
040107010401070204010700040107020401070004010731060007000600070006000700
060007000012010100020417061705170717000201010013010100010101000101010001
010100100707040107020401070104030702040107010401070204020700040107010403
074b0600070006000700060007000600000f070804030703040307030405070104030703
040307040402070304030703040207000401070a04020703040307020401070204010702
040207330600070006000700060007000600001201010002041706170517071700020101
001301010001010100010101000101010010077706000700060007000600070006000700
000f079f0600070006000700060007000600070000120101000204170617051707170002
010100130101000101010001010100010101001007780600070006000700060007000600
000f07a00600070006000700060007000600001201010002041706170517071700020101
001301010001010100010101000101010010077706000700060007000600070006000700
000f079f06000700060007000600070006000700001201010002081709170a17001a0101
00130101000101010001010100010101001007080403076b060007000600070006000700
0600000f0709040107160401071d0401075b060007000600070006000700060000120101
0002081709170a17001a0101001301010001010100010101000101010010070704010701
040107130400075406000700060007000600070006000700000f07080403070c04000707
0401071d0401070404000754060007000600070006000700060007000012010100020817
09170a17001a010100130101000101010001010100010101001007070401070104010712
040107550600070006000700060007000600000f0707040107010401070a0401072d0401
07550600070006000700060007000600001201010002081709170a17001a010100130101
000101010001010100010101001007070401070604010701040107000404070204050702
04030702040107020401074006000700060007000600070006000700000f070704010701
0401070204030702040507020403070204010701040107020403070b0403070204050702
040307020405074106000700060007000600070006000700001201010002081709170a17
001a01010013010100010101000101010001010100100708040207040401070104010700
040107010401070204010708040107020401070004010742060007000600070006000700
0600000f0707040107010401070104010701040107020401070704010702040107010401
0701040107010401070c0401070304010704040107010401070104010700040007000401
07410600070006000700060007000600001201010002081709170a17001a010100130101
0001010100010101000101010010070a0401070304010701040107000401070104010702
04010705040407030402074206000700060007000600070006000700000f070704050701
04010706040107070401070204010701040107010405070c040107030401070404050701
040107000400070004010740060007000600070006000700060007000012010100020817
09170a17001a010100130101000101010001010100010101001007070401070104010702
040107010401070004010701040107020401070404010701040107030402074306000700
06000700060007000600000f070704010701040107010401070604010707040107020401
070104010701040107100401070304010704040107050401070004000700040107410600
070006000700060007000600001201010002081709170a17001a01010013010100010101
000101010001010100100707040107010401070304030701040107010401070204010700
040107010401070104010702040107000401074106000700060007000600070006000700
000f07070401070104010701040107010401070204010700040107040401070304030702
040107010401070c04010703040107000401070104010701040107010401070004000700
0401074006000700060007000600070006000700001201010002081709170a17001a0101
001301010001010100010101000101010010070804030706040107010401070104010703
04020703040207000401070004010702040107410600070006000700060007000600000f
07070401070104010702040307040402070304050702040107040403070b040507020402
070304030702040107020401074106000700060007000600070006000012010100020817
09170a17001a010100130101000101010001010100010101001007120401076206000700
060007000600070006000700000f079f0600070006000700060007000600070000120101
0002081709170a17001a0101001301010001010100010101000101010010070f04030764
0600070006000700060007000600000f07a0060007000600070006000700060000120101
0002081709170a17001a0101001301010001010100010101000101010010077706000700
060007000600070006000700000f079f0600070006000700060007000600070000120101
006501010013010100010101000101010001010100100778060007000600070006000700
0600000f0708040307250401071d0401074b060007000600070006000700060000120101
006501010013010100010101000101010001010100100777060007000600070006000700
06000700000f07090401071d040007070401071d04010704040007440600070006000700
060007000600070000120101006501010013010100010101000101010001010100100778
0600070006000700060007000600000f07090401071c0401072d04010745060007000600
070006000700060000120101006501010013010100010101000101010001010100100777
06000700060007000600070006000700000f070904010703040407030403070304030702
040507020403070204010701040107020403070b04030702040507020403070204050731
060007000600070006000700060007000012010100650101001301010001010100010101
00010101001007780600070006000700060007000600000f070904010703040107010401
070504010701040107010401070204010707040107020401070104010701040107010401
070c04010703040107040401070104010701040107000400070004010731060007000600
070006000700060000120104006201040010010100010101000101010001010100100777
06000700060007000600070006000700000f070904010703040107010401070204040701
04010706040107070401070204010701040107010405070c040107030401070404050701
040107000400070004010730060007000600070006000700060007000090010100010101
0001010100010101001007780600070006000700060007000600000f0709040107030401
070104010701040107010401070104010706040107070401070204010701040107010401
071004010703040107040401070504010700040007000401073106000700060007000600
070006000090010100010101000101010001010100100777060007000600070006000700
06000700000f070904010703040107010401070104010701040107010401070104010702
04010700040107040401070304030702040107010401070c040107030401070004010701
040107010401070104010700040007000401073006000700060007000600070006000700
00900101000101010001010100010101001007780600070006000700060007000600000f
070804030702040107010401070204020700040107010403070404020703040507020401
07040403070b040507020402070304030702040107020401073106000700060007000600
070006000090010100010101000101010001010100100777060007000600070006000700
06000700000f079f06000700060007000600070006000700009001010001010100010101
00010101001007780600070006000700060007000600000f07a006000700060007000600
070006000090010100010101000101010001010100100777060007000600070006000700
06000700000f079f06000700060007000600070006000700000f076f0010010100010101
0001010100010101001007780600070006000700060007000600000f07070406072b0402
070c040107530600070006000700060007000600000f0605071906050719060507190605
070900100101000101010001010100010101001007770600070006000700060007000600
0700000f0708040107010401072c0401070c040107040400074c06000700060007000600
070006000700000f06000700060107000600071306000704060007000601070006000713
060007040600070006010700060007130600070406000700060107000600070900100101
000101010001010100010101001007780600070006000700060007000600000f07080401
07020400072c040107120401074d0600070006000700060007000600000f070106010714
06010706060107140601070606010714060107060601070b001001010001010100010101
000101010010077706000700060007000600070006000700000f07080401070104000702
0403070304030702040107010401070204030703040307030404070a0403070204050702
040307020405073906000700060007000600070006000700000f07010601070406030702
060107020601070006050703060107040603070206010702060107000605070306010704
060307020601070206010700060507030601070406030702001001010001010100010101
00010101001007780600070006000700060007000600000f070804040701040107010401
070104010701040107010401070104010701040107010401070104010701040107010401
07010401070c040107030401070404010701040107010401070004000700040107390600
070006000700060007000600000f07010601070306010701060107020601070006010702
060107060601070306010701060107020601070006010702060107060601070306010701
060107020601070006010702060107060601070306010701060107010010010100010101
00010101000101010010077706000700060007000600070006000700000f070804010701
040007010401070104010701040107050401070104010702040107040405070104010701
0401070c0401070304010704040507010401070004000700040107380600070006000700
0600070006000700000f0701060107030605070306020703060107060601070306050703
060207030601070606010703060507030602070306010706060107030605070100100101
000101010001010100010101001007780600070006000700060007000600000f07080401
070404010701040107010401070504010701040107040401070204010705040107010401
070c04010703040107040401070504010700040007000401073906000700060007000600
07000600000f070106010703060107070602070306010706060107030601070706020703
060107060601070306010707060207030601070606010703060107050010010100010101
00010101000101010010077706000700060007000600070006000700000f070804010704
040107010401070104010701040107010401070104010701040107010401070104010701
04010701040107010401070c040107030401070004010701040107010401070104010700
040007000401073806000700060007000600070006000700000f07010601070306010701
060107020601070006010702060107000601070306010703060107010601070206010700
060107020601070006010703060107030601070106010702060107000601070206010700
060107030601070306010701060107010010010100010101000101010001010100100778
0600070006000700060007000600000f0707040307040403070304030703040207000401
070104030703040307030402070004010709040507020402070304030702040107020401
07390600070006000700060007000600000f070006030703060307020601070206010702
060207030603070306030702060107020601070206020703060307030603070206010702
060107020602070306030703060307020010010100010101000101010001010100100777
06000700060007000600070006000700000f079f06000700060007000600070006000700
000f076f0010010100010101000101010001010100100778060007000600070006000700
0600000f07a00600070006000700060007000600000f076f001001010001010100010101
00010101001007770607000f079f0607000f076f00100101000101010001010100010101
001007770607000f07080403070b040307250402070c0401074a0607000f060507190605
07190605071906050709001001010001010100010101000101010010077e0600000f0707
040107010401070c04010714040007100401070c040107040400074b0600000f06000700
060107000600071306000704060007000601070006000713060007040600070006010700
060007130600070406000700060107000600070900100101000101010001010100010101
0010077e0600000f0707040107010401070c0401071304010710040107120401074b0600
000f07010601071406010706060107140601070606010714060107060601070b00100101
00010101000101010001010100100777060007040601000f070704010706040307050401
0703040307030403070204050702040307030404070a0403070204050702040307020405
0731060007040601000f0701060107040603070206010702060107000605070306010704
060307020601070206010700060507030601070406030702060107020601070006050703
06010704060307020010010100010101000101010001010100100777060007040601000f
070804020703040107010401070404010702040107010401070104010701040107020401
07040401070104010701040107010401070c040107030401070404010701040107010401
07000400070004010730060007040601000f070106010703060107010601070206010700
060107020601070606010703060107010601070206010700060107020601070606010703
060107010601070206010700060107020601070606010703060107010601070100100101
00010101000101010001010100100777060107020602000f070a04010702040507040401
070204050701040107060401070404050701040107010401070c04010703040107040405
0701040107000400070004010730060107020602000f0701060107030605070306020703
060107060601070306050703060207030601070606010703060507030602070306010706
06010703060507010010010100010101000101010001010100100777060107020602000f
070704010701040107010401070804010702040107050401070604010704040107050401
07010401070c040107030401070404010705040107000400070004010730060107020602
000f07010601070306010707060207030601070606010703060107070602070306010706
060107030601070706020703060107060601070306010705001001010001010100010101
0001010100100777060207000603000f0707040107010401070104010701040107040401
070204010701040107010401070104010702040107000401070104010701040107010401
07010401070c040107030401070004010701040107010401070104010700040007000401
0730060207000603000f0701060107030601070106010702060107000601070206010700
060107030601070306010701060107020601070006010702060107000601070306010703
060107010601070206010700060107020601070006010703060107030601070106010701
0010010100010101000101010001010100100777060207000603000f0708040307030403
070304050701040307030403070404020703040307030402070004010709040507020402
0703040307020401070204010730060207000603000f0700060307030603070206010702
060107020602070306030703060307020601070206010702060207030603070306030702
060107020601070206020703060307030603070200100101000101010001010100010101
001007770607000f079f0607000f076f0010010100010101000101010001010100100777
0607000f079f0607000f076f0010010100010101000101010001010100ff00d901010001
0101000101010001010100ff00d9010100010101000101010001010100ff00d901010001
0101000101010001010100ff00d9010100010101000101010001010100ff00d901010001
0101000101010001010100ff00d9010100010101000101010001010100ff00d901010001
0101000101010001010100ff00d9010100010101000101010001010100ff00d901010001
0101000101010001010100ff00d9010100010101000101010001010100ff00d901010001
0101000101010001010100ff00d9010100010101000101010001010100ff0020053f001f
053f0018010100010101000101010001010100ff002005190d0205020302051c001f0509
040305220403050a0018010100010101000101010001010100ff002005180d0105000d01
05020301051c001f050804010501040105230401050a0018010100010101000101010001
010100ff002005170d0105020d0105010301051c001f050704010502040105230401050a
0018010100010101000101010001010100ff002005170d0105020d010501030105010301
0518001f050704010506040305020404050304030503040305050401050a001801010001
0101000101010001010100ff002005170d0105020d0105010301050003010519001f0507
04010509040105010401050104010501040105010401050104010501040105040401050a
0018010100010101000101010001010100ff002005170d0105020d0105010303051a0407
001705070401050604040501040105010401050104010505040505040401050a04070010
010100010101000101010001010100ff002005170d0105020d0105010301050003010519
040700170507040105020401050004010501040105010401050104010501040105050401
05080401050a04070010010100010101000101010001010100ff002005180d0105000d01
050203010501030105180407001705080401050104010500040105010401050104010501
04010501040105010401050104010501040105040401050a040700100101000101010001
01010001010100ff002005190d0205020302050103010518040700170509040305020402
050004010500040105010401050204030503040305030405050804070010010100010101
000101010001010100ff0020053f04070017053f04070010010100010101000101010001
010100ff0020053f04070017053f04070010010100010101000101010001010100ff0028
043f001f043f0010010100010101000101010001010100ff0028043f001f043f00100101
00010101000101010001010100ff0028043f001f043f0010010100010101000101010001
010100ff0028043f001f043f0010010100010101000101010001010100ff0028043f001f
043f0010010100010101000101010001010100ff0028043f001f043f0010010100010101
000101010001010100ff00d9010100010101000101010001010100ff00d9010100010101
000101010001010100ff00d9010100010101000101010001010100ff00d9010100010101
000101010001010100ff00d9010100010101000101010001010100ff00d9010100010101
000101010001010100ff00d9010100010101000101010001010100ff00d9010100010101
000101010001010100ff00d9010100010101000101010001010100ff00d9010100010101
00010101000101ff01dd000101010001010100ff00e101010001010100ff00e101010001
01ff01e500ff00e700ff00e700ff00e7
%%EndData
end
%%PageTrailer
%%Trailer
%%BoundingBox: 0 0 487 214
%%EOF