-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathO3-1_f1.eps
3805 lines (3805 loc) · 107 KB
/
O3-1_f1.eps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%!PS-Adobe-3.0 EPSF-3.0
%Produced by poppler pdftops version: 0.26.3 (http://poppler.freedesktop.org)
%%Creator: PowerPoint
%%LanguageLevel: 2
%%DocumentSuppliedResources: (atend)
%%BoundingBox: 0 0 432 432
%%HiResBoundingBox: 0 0 432 432
%%DocumentSuppliedResources: (atend)
%%EndComments
%%BeginProlog
%%BeginResource: procset xpdf 3.00 0
%%Copyright: Copyright 1996-2011 Glyph & Cog, LLC
/xpdf 75 dict def xpdf begin
% PDF special state
/pdfDictSize 15 def
/pdfSetup {
/setpagedevice where {
pop 2 dict begin
/Policies 1 dict dup begin /PageSize 6 def end def
{ /Duplex true def } if
currentdict end setpagedevice
} {
pop
} ifelse
} def
/pdfSetupPaper {
% Change paper size, but only if different from previous paper size otherwise
% duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size
% so we use the same when checking if the size changes.
/setpagedevice where {
pop currentpagedevice
/PageSize known {
2 copy
currentpagedevice /PageSize get aload pop
exch 4 1 roll
sub abs 5 gt
3 1 roll
sub abs 5 gt
or
} {
true
} ifelse
{
2 array astore
2 dict begin
/PageSize exch def
/ImagingBBox null def
currentdict end
setpagedevice
} {
pop pop
} ifelse
} {
pop
} ifelse
} def
/pdfStartPage {
pdfDictSize dict begin
/pdfFillCS [] def
/pdfFillXform {} def
/pdfStrokeCS [] def
/pdfStrokeXform {} def
/pdfFill [0] def
/pdfStroke [0] def
/pdfFillOP false def
/pdfStrokeOP false def
/pdfLastFill false def
/pdfLastStroke false def
/pdfTextMat [1 0 0 1 0 0] def
/pdfFontSize 0 def
/pdfCharSpacing 0 def
/pdfTextRender 0 def
/pdfPatternCS false def
/pdfTextRise 0 def
/pdfWordSpacing 0 def
/pdfHorizScaling 1 def
/pdfTextClipPath [] def
} def
/pdfEndPage { end } def
% PDF color state
/cs { /pdfFillXform exch def dup /pdfFillCS exch def
setcolorspace } def
/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
setcolorspace } def
/sc { pdfLastFill not { pdfFillCS setcolorspace } if
dup /pdfFill exch def aload pop pdfFillXform setcolor
/pdfLastFill true def /pdfLastStroke false def } def
/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
/pdfLastStroke true def /pdfLastFill false def } def
/op { /pdfFillOP exch def
pdfLastFill { pdfFillOP setoverprint } if } def
/OP { /pdfStrokeOP exch def
pdfLastStroke { pdfStrokeOP setoverprint } if } def
/fCol {
pdfLastFill not {
pdfFillCS setcolorspace
pdfFill aload pop pdfFillXform setcolor
pdfFillOP setoverprint
/pdfLastFill true def /pdfLastStroke false def
} if
} def
/sCol {
pdfLastStroke not {
pdfStrokeCS setcolorspace
pdfStroke aload pop pdfStrokeXform setcolor
pdfStrokeOP setoverprint
/pdfLastStroke true def /pdfLastFill false def
} if
} def
% build a font
/pdfMakeFont {
4 3 roll findfont
4 2 roll matrix scale makefont
dup length dict begin
{ 1 index /FID ne { def } { pop pop } ifelse } forall
/Encoding exch def
currentdict
end
definefont pop
} def
/pdfMakeFont16 {
exch findfont
dup length dict begin
{ 1 index /FID ne { def } { pop pop } ifelse } forall
/WMode exch def
currentdict
end
definefont pop
} def
% graphics state operators
/q { gsave pdfDictSize dict begin } def
/Q {
end grestore
/pdfLastFill where {
pop
pdfLastFill {
pdfFillOP setoverprint
} {
pdfStrokeOP setoverprint
} ifelse
} if
} def
/cm { concat } def
/d { setdash } def
/i { setflat } def
/j { setlinejoin } def
/J { setlinecap } def
/M { setmiterlimit } def
/w { setlinewidth } def
% path segment operators
/m { moveto } def
/l { lineto } def
/c { curveto } def
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
neg 0 rlineto closepath } def
/h { closepath } def
% path painting operators
/S { sCol stroke } def
/Sf { fCol stroke } def
/f { fCol fill } def
/f* { fCol eofill } def
% clipping operators
/W { clip newpath } def
/W* { eoclip newpath } def
/Ws { strokepath clip newpath } def
% text state operators
/Tc { /pdfCharSpacing exch def } def
/Tf { dup /pdfFontSize exch def
dup pdfHorizScaling mul exch matrix scale
pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
exch findfont exch makefont setfont } def
/Tr { /pdfTextRender exch def } def
/Tp { /pdfPatternCS exch def } def
/Ts { /pdfTextRise exch def } def
/Tw { /pdfWordSpacing exch def } def
/Tz { /pdfHorizScaling exch def } def
% text positioning operators
/Td { pdfTextMat transform moveto } def
/Tm { /pdfTextMat exch def } def
% text string operators
/xyshow where {
pop
/xyshow2 {
dup length array
0 2 2 index length 1 sub {
2 index 1 index 2 copy get 3 1 roll 1 add get
pdfTextMat dtransform
4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put
} for
exch pop
xyshow
} def
}{
/xyshow2 {
currentfont /FontType get 0 eq {
0 2 3 index length 1 sub {
currentpoint 4 index 3 index 2 getinterval show moveto
2 copy get 2 index 3 2 roll 1 add get
pdfTextMat dtransform rmoveto
} for
} {
0 1 3 index length 1 sub {
currentpoint 4 index 3 index 1 getinterval show moveto
2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
pdfTextMat dtransform rmoveto
} for
} ifelse
pop pop
} def
} ifelse
/cshow where {
pop
/xycp {
0 3 2 roll
{
pop pop currentpoint 3 2 roll
1 string dup 0 4 3 roll put false charpath moveto
2 copy get 2 index 2 index 1 add get
pdfTextMat dtransform rmoveto
2 add
} exch cshow
pop pop
} def
}{
/xycp {
currentfont /FontType get 0 eq {
0 2 3 index length 1 sub {
currentpoint 4 index 3 index 2 getinterval false charpath moveto
2 copy get 2 index 3 2 roll 1 add get
pdfTextMat dtransform rmoveto
} for
} {
0 1 3 index length 1 sub {
currentpoint 4 index 3 index 1 getinterval false charpath moveto
2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
pdfTextMat dtransform rmoveto
} for
} ifelse
pop pop
} def
} ifelse
/Tj {
fCol
0 pdfTextRise pdfTextMat dtransform rmoveto
currentpoint 4 2 roll
pdfTextRender 1 and 0 eq {
2 copy xyshow2
} if
pdfTextRender 3 and dup 1 eq exch 2 eq or {
3 index 3 index moveto
2 copy
currentfont /FontType get 3 eq { fCol } { sCol } ifelse
xycp currentpoint stroke moveto
} if
pdfTextRender 4 and 0 ne {
4 2 roll moveto xycp
/pdfTextClipPath [ pdfTextClipPath aload pop
{/moveto cvx}
{/lineto cvx}
{/curveto cvx}
{/closepath cvx}
pathforall ] def
currentpoint newpath moveto
} {
pop pop pop pop
} ifelse
0 pdfTextRise neg pdfTextMat dtransform rmoveto
} def
/TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0
pdfTextMat dtransform rmoveto } def
/TJmV { 0.001 mul pdfFontSize mul neg 0 exch
pdfTextMat dtransform rmoveto } def
/Tclip { pdfTextClipPath cvx exec clip newpath
/pdfTextClipPath [] def } def
/Tclip* { pdfTextClipPath cvx exec eoclip newpath
/pdfTextClipPath [] def } def
% Level 2/3 image operators
/pdfImBuf 100 string def
/pdfImStr {
2 copy exch length lt {
2 copy get exch 1 add exch
} {
()
} ifelse
} def
/skipEOD {
{ currentfile pdfImBuf readline
not { pop exit } if
(%-EOD-) eq { exit } if } loop
} def
/pdfIm { image skipEOD } def
/pdfImM { fCol imagemask skipEOD } def
/pr { 2 index 2 index 3 2 roll putinterval 4 add } def
/pdfImClip {
gsave
0 2 4 index length 1 sub {
dup 4 index exch 2 copy
get 5 index div put
1 add 3 index exch 2 copy
get 3 index div put
} for
pop pop rectclip
} def
/pdfImClipEnd { grestore } def
% shading operators
/colordelta {
false 0 1 3 index length 1 sub {
dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
pop true
} if
} for
exch pop exch pop
} def
/funcCol { func n array astore } def
/funcSH {
dup 0 eq {
true
} {
dup 6 eq {
false
} {
4 index 4 index funcCol dup
6 index 4 index funcCol dup
3 1 roll colordelta 3 1 roll
5 index 5 index funcCol dup
3 1 roll colordelta 3 1 roll
6 index 8 index funcCol dup
3 1 roll colordelta 3 1 roll
colordelta or or or
} ifelse
} ifelse
{
1 add
4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
6 index 6 index 4 index 4 index 4 index funcSH
2 index 6 index 6 index 4 index 4 index funcSH
6 index 2 index 4 index 6 index 4 index funcSH
5 3 roll 3 2 roll funcSH pop pop
} {
pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
funcCol sc
dup 4 index exch mat transform m
3 index 3 index mat transform l
1 index 3 index mat transform l
mat transform l pop pop h f*
} ifelse
} def
/axialCol {
dup 0 lt {
pop t0
} {
dup 1 gt {
pop t1
} {
dt mul t0 add
} ifelse
} ifelse
func n array astore
} def
/axialSH {
dup 0 eq {
true
} {
dup 8 eq {
false
} {
2 index axialCol 2 index axialCol colordelta
} ifelse
} ifelse
{
1 add 3 1 roll 2 copy add 0.5 mul
dup 4 3 roll exch 4 index axialSH
exch 3 2 roll axialSH
} {
pop 2 copy add 0.5 mul
axialCol sc
exch dup dx mul x0 add exch dy mul y0 add
3 2 roll dup dx mul x0 add exch dy mul y0 add
dx abs dy abs ge {
2 copy yMin sub dy mul dx div add yMin m
yMax sub dy mul dx div add yMax l
2 copy yMax sub dy mul dx div add yMax l
yMin sub dy mul dx div add yMin l
h f*
} {
exch 2 copy xMin sub dx mul dy div add xMin exch m
xMax sub dx mul dy div add xMax exch l
exch 2 copy xMax sub dx mul dy div add xMax exch l
xMin sub dx mul dy div add xMin exch l
h f*
} ifelse
} ifelse
} def
/radialCol {
dup t0 lt {
pop t0
} {
dup t1 gt {
pop t1
} if
} ifelse
func n array astore
} def
/radialSH {
dup 0 eq {
true
} {
dup 8 eq {
false
} {
2 index dt mul t0 add radialCol
2 index dt mul t0 add radialCol colordelta
} ifelse
} ifelse
{
1 add 3 1 roll 2 copy add 0.5 mul
dup 4 3 roll exch 4 index radialSH
exch 3 2 roll radialSH
} {
pop 2 copy add 0.5 mul dt mul t0 add
radialCol sc
encl {
exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
0 360 arc h
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
360 0 arcn h f
} {
2 copy
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
a1 a2 arcn
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
a2 a1 arcn h
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
a1 a2 arc
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
a2 a1 arc h f
} ifelse
} ifelse
} def
end
%%EndResource
%%EndProlog
%%BeginSetup
xpdf begin
%%BeginResource: font ZBIQUI+Calibri-Bold
%!PS-TrueTypeFont-29810
10 dict begin
/FontName /ZBIQUI+Calibri-Bold def
/FontType 42 def
/FontMatrix [1 0 0 1 0 0] def
/FontBBox [-1062 -627 2540 1989] def
/PaintType 0 def
/Encoding 256 array
dup 0 /c00 put
dup 1 /c01 put
dup 2 /c02 put
dup 3 /c03 put
dup 4 /c04 put
dup 5 /c05 put
dup 6 /c06 put
dup 7 /c07 put
dup 8 /c08 put
dup 9 /c09 put
dup 10 /c0a put
dup 11 /c0b put
dup 12 /c0c put
dup 13 /c0d put
dup 14 /c0e put
dup 15 /c0f put
dup 16 /c10 put
dup 17 /c11 put
dup 18 /c12 put
dup 19 /c13 put
dup 20 /c14 put
dup 21 /c15 put
dup 22 /c16 put
dup 23 /c17 put
dup 24 /c18 put
dup 25 /c19 put
dup 26 /c1a put
dup 27 /c1b put
dup 28 /c1c put
dup 29 /c1d put
dup 30 /c1e put
dup 31 /c1f put
dup 32 /c20 put
dup 33 /c21 put
dup 34 /c22 put
dup 35 /c23 put
dup 36 /c24 put
dup 37 /c25 put
dup 38 /c26 put
dup 39 /c27 put
dup 40 /c28 put
dup 41 /c29 put
dup 42 /c2a put
dup 43 /c2b put
dup 44 /c2c put
dup 45 /c2d put
dup 46 /c2e put
dup 47 /c2f put
dup 48 /c30 put
dup 49 /c31 put
dup 50 /c32 put
dup 51 /c33 put
dup 52 /c34 put
dup 53 /c35 put
dup 54 /c36 put
dup 55 /c37 put
dup 56 /c38 put
dup 57 /c39 put
dup 58 /c3a put
dup 59 /c3b put
dup 60 /c3c put
dup 61 /c3d put
dup 62 /c3e put
dup 63 /c3f put
dup 64 /c40 put
dup 65 /c41 put
dup 66 /c42 put
dup 67 /c43 put
dup 68 /c44 put
dup 69 /c45 put
dup 70 /c46 put
dup 71 /c47 put
dup 72 /c48 put
dup 73 /c49 put
dup 74 /c4a put
dup 75 /c4b put
dup 76 /c4c put
dup 77 /c4d put
dup 78 /c4e put
dup 79 /c4f put
dup 80 /c50 put
dup 81 /c51 put
dup 82 /c52 put
dup 83 /c53 put
dup 84 /c54 put
dup 85 /c55 put
dup 86 /c56 put
dup 87 /c57 put
dup 88 /c58 put
dup 89 /c59 put
dup 90 /c5a put
dup 91 /c5b put
dup 92 /c5c put
dup 93 /c5d put
dup 94 /c5e put
dup 95 /c5f put
dup 96 /c60 put
dup 97 /c61 put
dup 98 /c62 put
dup 99 /c63 put
dup 100 /c64 put
dup 101 /c65 put
dup 102 /c66 put
dup 103 /c67 put
dup 104 /c68 put
dup 105 /c69 put
dup 106 /c6a put
dup 107 /c6b put
dup 108 /c6c put
dup 109 /c6d put
dup 110 /c6e put
dup 111 /c6f put
dup 112 /c70 put
dup 113 /c71 put
dup 114 /c72 put
dup 115 /c73 put
dup 116 /c74 put
dup 117 /c75 put
dup 118 /c76 put
dup 119 /c77 put
dup 120 /c78 put
dup 121 /c79 put
dup 122 /c7a put
dup 123 /c7b put
dup 124 /c7c put
dup 125 /c7d put
dup 126 /c7e put
dup 127 /c7f put
dup 128 /c80 put
dup 129 /c81 put
dup 130 /c82 put
dup 131 /c83 put
dup 132 /c84 put
dup 133 /c85 put
dup 134 /c86 put
dup 135 /c87 put
dup 136 /c88 put
dup 137 /c89 put
dup 138 /c8a put
dup 139 /c8b put
dup 140 /c8c put
dup 141 /c8d put
dup 142 /c8e put
dup 143 /c8f put
dup 144 /c90 put
dup 145 /c91 put
dup 146 /c92 put
dup 147 /c93 put
dup 148 /c94 put
dup 149 /c95 put
dup 150 /c96 put
dup 151 /c97 put
dup 152 /c98 put
dup 153 /c99 put
dup 154 /c9a put
dup 155 /c9b put
dup 156 /c9c put
dup 157 /c9d put
dup 158 /c9e put
dup 159 /c9f put
dup 160 /ca0 put
dup 161 /ca1 put
dup 162 /ca2 put
dup 163 /ca3 put
dup 164 /ca4 put
dup 165 /ca5 put
dup 166 /ca6 put
dup 167 /ca7 put
dup 168 /ca8 put
dup 169 /ca9 put
dup 170 /caa put
dup 171 /cab put
dup 172 /cac put
dup 173 /cad put
dup 174 /cae put
dup 175 /caf put
dup 176 /cb0 put
dup 177 /cb1 put
dup 178 /cb2 put
dup 179 /cb3 put
dup 180 /cb4 put
dup 181 /cb5 put
dup 182 /cb6 put
dup 183 /cb7 put
dup 184 /cb8 put
dup 185 /cb9 put
dup 186 /cba put
dup 187 /cbb put
dup 188 /cbc put
dup 189 /cbd put
dup 190 /cbe put
dup 191 /cbf put
dup 192 /cc0 put
dup 193 /cc1 put
dup 194 /cc2 put
dup 195 /cc3 put
dup 196 /cc4 put
dup 197 /cc5 put
dup 198 /cc6 put
dup 199 /cc7 put
dup 200 /cc8 put
dup 201 /cc9 put
dup 202 /cca put
dup 203 /ccb put
dup 204 /ccc put
dup 205 /ccd put
dup 206 /cce put
dup 207 /ccf put
dup 208 /cd0 put
dup 209 /cd1 put
dup 210 /cd2 put
dup 211 /cd3 put
dup 212 /cd4 put
dup 213 /cd5 put
dup 214 /cd6 put
dup 215 /cd7 put
dup 216 /cd8 put
dup 217 /cd9 put
dup 218 /cda put
dup 219 /cdb put
dup 220 /cdc put
dup 221 /cdd put
dup 222 /cde put
dup 223 /cdf put
dup 224 /ce0 put
dup 225 /ce1 put
dup 226 /ce2 put
dup 227 /ce3 put
dup 228 /ce4 put
dup 229 /ce5 put
dup 230 /ce6 put
dup 231 /ce7 put
dup 232 /ce8 put
dup 233 /ce9 put
dup 234 /cea put
dup 235 /ceb put
dup 236 /cec put
dup 237 /ced put
dup 238 /cee put
dup 239 /cef put
dup 240 /cf0 put
dup 241 /cf1 put
dup 242 /cf2 put
dup 243 /cf3 put
dup 244 /cf4 put
dup 245 /cf5 put
dup 246 /cf6 put
dup 247 /cf7 put
dup 248 /cf8 put
dup 249 /cf9 put
dup 250 /cfa put
dup 251 /cfb put
dup 252 /cfc put
dup 253 /cfd put
dup 254 /cfe put
dup 255 /cff put
readonly def
/CharStrings 256 dict dup begin
/.notdef 0 def
/c4c 46 def
/c4b 10 def
/c4a 15 def
/c49 16 def
/c48 26 def
/c47 39 def
/c46 6 def
/c45 13 def
/c44 3 def
/c43 18 def
/c42 12 def
/c41 4 def
/c40 27 def
/c3f 7 def
/c3e 43 def
/c3d 23 def
/c3c 9 def
/c3b 45 def
/c3a 31 def
/c39 42 def
/c38 20 def
/c37 28 def
/c36 40 def
/c35 44 def
/c34 37 def
/c33 22 def
/c32 8 def
/c31 29 def
/c30 30 def
/c2f 35 def
/c2e 24 def
/c2d 11 def
/c2c 25 def
/c2b 38 def
/c2a 32 def
/c29 14 def
/c28 33 def
/c27 21 def
/c26 19 def
/c25 2 def
/c24 1 def
/c23 34 def
/c22 17 def
/c21 5 def
end readonly def
/sfnts [
<000100000009008000030010637674202f4935490000009c000006086670676d
a1ea42ac000006a400000913676c7966b48212ad00000fb80000306468656164
e86c0e5f0000401c00000036686865610d6703300000405400000024686d7478
b54f0f0900004078000000bc6c6f63612519321c00004134000000606d617870
0d1e0350000041940000002070726570c7f0742e000041b40000159c00>
<0000079e0000fe930000000000000000000000810081009c00ab00b500ba00c1
00ca00d300f3010a0060008500bf00e300ea00f200fb010001070115011c0129
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000fe83056d000d03c0000600170000fffaffe9fea9ffe9
0000050e000600170000fffaffe9fe93050e00170426000600170000fffaffe9
ff12ffed050e00170426000600170000fffaffe9fe93feb8fece060b0010050e
0006001002cbfffafff001edfffa023f00060010ff36fffafff0028700060010
0000fffafff0079efeaffe9f0000000000000000000000000070007200750078
0079007a007b007d007e007f008300860087008800890085007f0086008b008c
008d008e008f0090009100920093009400950096009700980099009a009b009c
009d009e009f009200930094009b009c009e009e00960099009a009d009e00a2
00a600a900ac00a200a300a400a500a700a800a900aa00ab00ac00ae00a300a5
00a700a800aa00ab00ac00ad00ae00a000a100a300a600a700a900aa00ac00ad
00af00af00b000b100b200b300b400b500af00af00b000b200b300b400b500b8
00c000b600b700b800b900ba00bb00bc00bd00be00bf00c000c100c200b900ba
00bc00bd00bf00c000c100c200b600b700b800b900ba00bb00bc00bd00be00bf
00c000c100c200c000c100c200c300c400c500c600c700c800c900ca00cb00cc
00cd00ce00cf00c300c400c500c600c700c800c900ca00cb00cc00cd00ce00cf
00c300c400c500c600c700c800c900ca00cb00cc00cd00ce00cf00c500c800c9
00ca00cb00ce00cf00d000d100d200d300d400d500d600d700d900db00de00df
00e000e200e300ec00d000d100d200d300d400d500d600d700d800d900da00db
00dd00de00df00e000e100e300e500e900ec00ed00d100d300d400d500d800d9
00da00dc00e000e100e800d000d100d400d600e000e4010800f5010200fb00ff
0108008f009000960092009300990090009100970098009a009d00a400a600a7
00a800a900af009a00a200a300a700a900aa00ab00ac00ad00b000ad009b00aa
00ab00ad00b0009a00aa00ac00ad00ae00af00b100b900bb00bc00bd00be00c1
00c200c300c400c500c600c700c800c900ca00cb00ce00b300b400b500b600b7
00b800bc00c200c500c800ca00cb00cd00ce00cf00d000c700b700b800b900bb
00bc00be00c600c700c800c900cb00cf00d000b200b600b700c200c400c500c6
00c700cb00cc00cd00ce00cf00d000d100d400d500d700d800d900da00db00dc
00de00df00e000e200e300e500e600d100d300d600d700d800da00db00dc00dd
00de00df00e000e100e200e300e400e500d100d200d400d500da00db00dd00de
00df00e000e100e200e600d200d300d400d700d800dd00de00e000e100e200e3
00e400e500e600d200da00e100e900ea00ec00e800e900ea00eb00ec00ed00eb
00e700ea00eb00ec00ed00e700e900ea00ec00ed00ee00ef00f500ee00ef00f0
00f100f200f300f400f500f600ee00f000f200ef00f000f100f200f300f400f5
00f600ee00ef00f000f100f200f300f400f500f600f700f700f800f900fa00fb
00fc00fd00f700f800f900fa00fb00fd00f700f800f900fa00fb00fc00fd00fd
00fe00ff010001010102010300fe010001010102010300fe00ff010001010102
010301020103010401050106010701080109010a010c010d010e010f01100107
010401050106010701080109010a010b010d010e010f01100111010401050106
010701080109010a010b010c010d010e010f0110011101040105010601070109
010e010f011201130114011501170118011a011b011c011d011e011f01210122
011201130114011501170119011b011c011d011e012001210123012401250113
011401150116011701180119011a011b011c011d011f01200117011c011d011e
012001210129013001770129012b012e012f013001310134013501370139012b
012d013001320134013a012e01300134013a014200500062006c00fa05e802cc
0114011400a000b100>
<40465f5e5d5c5b5a59585554535251504f4e4d4c4b4a49484746454443424140
3f3e3d3c3b3a39383736352f2e2d2c2826252423221f181411100f0d0b0a0908
07060504030201002c4523466020b02660b004262348482d2c452346236120b0
2661b004262348482d2c45234660b0206120b04660b004262348482d2c452346
2361b0206020b02661b02061b004262348482d2c45234660b0406120b06660b0
04262348482d2c4523462361b0406020b02661b04061b004262348482d2c0110
203c003c2d2c20452320b0cd442320b8015a51582320b08d44235920b0ed5158
2320b04d44235920b0042651582320b00d44235921212d2c20204518684420b0
01602045b04676688a4560442d2c01b10b0a432343650a2d2c00b10a0b432343
0b2d2c00b0282370b101283e01b0282370b10228453ab10200080d2d2c2045b0
0325456164b050515845441b2121592d2c2045b0004360442d2c01b00643b007
43650a2d2c2069b04061b0008b20b12cc08a8cb8100062602b0c642364615c58
b00361592d2c8a03458a8a87b0112bb0292344b0297ae4182d2c4565b02c2344
45b02b23442d2c4b525845441b2121592d2c01b005251023208af500b0016023
edec2d2c01b005251023208af500b0016123edec2d2c01b0062510f500edec2d
2c20b001600110203c003c2d2c20b001610110203c003c2d2c00b00743b00643
0b2d2c21210c6423648bb84000622d2c21b08051580c6423648bb82000621bb2
00402f2b59b002602d2c21b0c051580c6423648bb81555621bb200802f2b59b0
02602d2c0c6423648bb84000626023212d2c4523456023456023456023766818
b08062202d2cb00426b00426b00425b0042545234520b003266062636820b003
2661658a2344442d2c2045b0005458b040442045b04061441b2121592d2c45b1
302f4523456160b0016069442d2c4b5158b02f2370b01423421b2121592d2c4b
515820b0032545695358441b2121591b2121592d2c45b01443b0006063b00160
69442d2cb02f45442d2c452320458a60442d2c45234560442d2c4b235158b900
33ffe0b134201bb3330034005944442d2cb0164358b00326458a586466b01f60
1b64b020606620581b21b04059b001615923586559b02923442310b029e01b21
21212121592d2cb0164358b004254564b020606620581b21b04059b001612358
6559b0292344b00425b00725082058021b0359b0052510b004252046b0042523
423cb0072510b006252046b00425b0016023423c2058011b0059b0052510b004
25b029e0b0072510b00625b029e0b00425b00725082058021b0359b00425b003
254348b00625b00325b0016043481b2159212121212121212d2cb0164358b004
254564b020606620581b21b04059b0016123581b6559b0292344b00525b00825
082058021b0359b0042510b005252046b0042523423cb00425b0072508b00725
10b006252046b00425b0016023423c2058011b0059b0042510b00525b029e0b0
2920456544b0072510b00625b029e0b00525b00825082058021b0359b00525b0
03254348b00425b0072508b00625b00325b0016043481b215921212121212121
2d2c02b00425202046b004252342b0052508b003254548212121212d2c02b003
2520b0042508b0022543482121212d2c452320451820b0005020582365235923
6820b040505821b04059235865598a60442d2c4b53234b515a5820458a60441b
2121592d2c4b545820458a60441b2121592d2c4b53234b515a58381b2121592d
2cb000214b5458381b2121592d2cb002435458b0462b1b21212121592d2cb002
435458b0472b1b212121592d2cb002435458b0482b1b21212121592d2cb00243
5458b0492b1b212121592d2c208a08234b538a4b515a5823381b2121592d2c00
20b200400325b0062649618b3812342d2c014623466023466123201020468a61
b8ff80628ab140408a704560683a2d2c208a2349648a2353583c1b21592d2c4b
52587d1b7a592d2cb012004b014b54422d2cb1020042b123018851b140018853
5a58b910000020885458b202010243604259b12401885158b920000040885458
b2020202436042b12401885458b2022002436042004b014b5258b20208024360
42591bb940000080885458b202040243604259b94000008063b80100885458b2
02080243604259b94000010063b80200885458b202100243604259b940000200
63b80400885458b202400243604259595959592d2c451868234b515823204520
64b04050587c59688a6059442d2cb00016b00225b0022501b001233e00b00223
3eb10102060cb00a236542b00b234201b001233f00b002233fb10102060cb006
236542b0072342b00116012d2c20b82000628a6023622d2cb0072558001b0159
b0042510b00325b0022520b8ffff545821cd1bed5921b006255cb006255a58b0
092b5920b005254ab0042547b004254760b0062547b0806361b00225b0005558
b00325b00725496359b0082558001b0159b00425b0062549b009255cb009255a
58b0092b59b0072546b0806361b0032520b0005558631b2159612320b0005558
b080631b21b08059b0592bb006255c586959b00425202010b00048233ab00626
58001b0159b0052658b003252f598a12233221212d2cb00625b00a2587b00625
b009254ab0005358b00625b00a251bb00925b0072559b00225b00225070cb005
256323b00625636020b94000040063535821b00426b00426b00a1bb940000400
63655158b0042665b0042665b00a1bb00426b00426b000b00325b003250b0d0a
b0092eb00725b007250b0d0ab00b2eb00525b0052507595920b0005558b00525
b0052587b00725b007250bb0092510b00b25b0092620b8ffff545821cd1bed59
b00525b0052507b00825b00b254923b00625b0062587b00a2510b00b25c15920
b00051b800522378b00161b00225b00725b0072507b00a25b00d254961b08062
b00525b005250bb00a252338b00625b0062587b00825b008250bb00a2510b00b
25c4b00625b0062507b00925b00c2549b0032554b8ffa7237921212121212121
21212121212d2c23b0005458b9400000001bb900004000598ab0005458b94000
00001bb90000400059b05b2b2d2c08b0005458b9400000001bb900004000590d
b05b2b2d2c8a8a080d8ab0005458b9400000001bb90000400059b05b2b2d2cb0
0426b00426080db00426b00426080db05b2b2d0000>
<00050000fe7303db050e000300070039004d004e0054bc000d019d0017003a01
cbb44444082d07be019d0002002001cb00080001019d401304020d1b1b3f2335
068c035111493f078c0254003ffddeddc63ffddecd12392fcd012fddedd6ed10
fdc611392fedd4ed3130011121110111211101140e020707060623222e023527
26363333323e0235342623220e0223222e02353436373e0333321e0203140e02
23222e0235343e0233321e020103dbfc4f0345fd240279213b533105012b2517
1f130808031f1e0d2533200f4b4d2336281a0504080603050807273642235577
4a22ce0a18271c1d27180a0a18271d1c27180afdc2050efaf2050efb570444fb
bc02e839583e2406790d0b020509089d281e1524311c3d4b0d0f0d050e1b171a
1c0708110e0a2a4861fd991a25170a0a17251a1c25180a0a1825fd3b00>
<00020017fffa04c305140022002600e1b10102435558b90024ffe8b40b0f014c
23b8ffe8401e0b0f014c250c0d23180d0016010e16260b0a23220a0020042301
11232625b8012a401e400b000c0112030c0c271d2423231e0a0d160023221807
121d521255055500183f3f3f1217393811331112392f5f5e5d331a4ded320119
2f5e5d1a18cd32337d87c4c40118c45e5d32337d87c4c43130002b2b1bb90024
ffe8b40b0f014c23b8ffe8b50b0f014c2625b8012a401e400b000c0112030c0c
271d2423231e0a0d160023221807121d521255055500183f3f3f121739381133
1112392f5f5e5d331a4ded3231302b2b59251616060623222e02270321070e03
232226263637013e0333321e02170723032104b10c0616383133391e0c0457fe
1a52040d1d352b2e3414060c018f0610233e333b46271106c201b7016f62242a
15050309100d0104fd0e130b0406172a23047c11150b03030b1613c6fdda000000>
<0003008d00000436050e001e002b0038009fb10102435558b9001f0293b51a0b
15150b00b8029cb22c2633b80279b20b1a27b80103b331310724b8ffe8b40b0f
014c24b801254009105134180b0f014c34b80129b240075400183f1a4ded2b3f
ed2b12392fed39012fed322fed11392f1239ed31301bb11a27b80103b3313107
24b8ffe8b40b0f014c24b801254009105134180b0f014c34b80129b240075400
183f1a4ded2b3fed2b12392fed3931305901140e042321222635113436332132
1e0215140e02071e0301342e0223231133323e0213342e0223231133323e0204
3626435d707f4efea8212d2d21014577a5713c182e432b375d4528feac183049
3d859339442d16431e3a5a489cbe374b371f01844570563e2813272c04682c27
28517c542f534434100a324f6a01df273e2916feb01b2f3ffdf92d47301afe90
172d430000>
<0001004fffeb040c05230039008bb10102435558b21c002bbe02c7000e001801
6100210026ffe8b40b0f014c26b80160b2135304b8015ab73530180b0f014c30
b80162b240095600183f1a4dfd2bd4ed3ffd2bd4ed012fedd4c431301bbc0018
016100210026ffe8b40b0f014c26b80160b2135304b8015ab73530180b0f014c
30b80162b240095600183f1a4dfd2bd4ed3ffd2bd4ed31305925140e0623222e
02353412363633321e0615140e0223222e0223220e0215141e0233323e023332
1e02040c03060a163f5b754485d69650589edd85366455441b0a0603040a0e09
0f2e4965464d79552c2f577b4d4666492f0d0a0c0804c4192319121724211652
a3f4a2a50100ae5a121d261b121c261c1e2a1a0c232b233f75a66872a76c3521
282008182b00000000>
<0002008d000004c0050e0012001f0071b10102435558bf0013029b0000001a02
9200090018ffe8b40b0f014c18b8012e40090e511b180b0f014c1bb80154b240
055400183f1a4ded2b3fed2b012fedd4ed31301bb90018ffe8b40b0f014c18b8
012e40090e511b180b0f014c1bb80154b240055400183f1a4ded2b3fed2b3130
5901140e0223212226351134363321321e0205342e0223231133323e0204c05d
aef9acfecb212d2d21014cadf1a556fef02b5f957985896c946331029ab2fda0
4b272c04682c27519feaa35c9e7441fc903871a800>
<0001008dfffa0363050e002700b9b10102435558b10713b8029440160d1d001e
1d07280f014d07180c0d014c07100b014d07ba01570013fff0b60b014d131319
06b8ffe0b30f014d06b8ffe8b40b0e014c06b8015bb4402251195500183f3f1a
4ded2b2b12392f2bed2b2b2b012f2fc41139ed3231301b401107280f014d0718
0c0d014c07100b014d07ba01570013fff0b60b014d13131906b8ffe0b30f014d
06b8ffe8b40b0e014c06b8015bb4402251195500183f3f1a4ded2b2b12392f2b
ed2b2b2b31305901140e0223211121321e0215140e02232111140e0223222e02
351134363321321e020363050b0e09fe59018d090e0b05050b0e09fe730c1f32
2726331e0d2d210261090e0b0504a21e29180cfea40a18281e1e281a0bfe1e0b
100b06060b100b04952c270b192a000000>
<0001008dfffa047f0514002f00cfb10102435558b9002fffe0b30f014d25b8ff
e0b30f014d24b8ffe0b30f014d0bb8ffe0b30f014d0ab8ffe0b30f014d00b8ff
e0b40f014d230cb80293b217240bb80293400b00172a5224180b0f014c24bb01
630040000cffe840140b0f014c0f0c1f0c020c030c0c121d521255055500183f
3f3f12392f5f5e5d2b1a4ded2b3f012fd4ed3210ed3231302b2b2b2b2b2b1b40
092a5224180b0f014c24bb01630040000cffe840140b0f014c0f0c1f0c020c03
0c0c121d521255055500183f3f3f12392f5f5e5d2b1a4ded2b3f31305925140e
0223222e0235112111140e0223222e023511343e0233321e0215112111343e02
33321e0215047f0d1e322627331d0dfe1c0c1e322726331e0d0d1e332627321e
0c01e40d1d332726321e0d240a100a06060a100a020bfdf50a100a06060a100a
04c60a100a06060a100afe2501db0a100a06060a100a000000>
<0001008dfffa019505140015002ab10102435558b900000294b5400a10520555
00183f3f012f1a4ded31301bb31052055500183f3f31305925140e0223222e02
3511343e0233321e021501950d1e322726331e0d0d1f322627321e0d240a100a
06060a100a04c60a100a06060a100a0000>
<0001008d000003540514001a004bb10102435558b900150294400b00090f5215
180b0f014c15b8015db240065400183f1a4ded2b3f012fcded31301b40090f52
15180b0f014c15b8015db240065400183f1a4ded2b3f31305925140e02232122
263511343e0233321e02151121321e020354050a0f0afdaf212d0d1e33262732
1e0d01970a0f0a056e1e291b0c272c04970a100a06060a100afbef0b1929000000>
<0001008dfffa04b80512003d00b5b10102435558b6270f0a2e0f0f14b80234b2
1e2e32b80234b4001e385229b8fff040120f26024c29282e220c100f26024c0c
0b060fb8017db7270a19225119552eb8017db240065400183f1a4ded3f3f1239
39ed1139392b111239392b3f012fd4ed3210ed322f1133113331301bb2385229
b8fff040120f26024c29282e220c100f26024c0c0b060fb8017db7270a192251
19552eb8017db240065400183f1a4ded3f3f123939ed1139392b111239392b3f
31305925140e022323222e0227012626272316161511140e0223222e02351134
363333321e0217131e03173326263511343e0233321e021504b8101b25137023
332b2819febe1c3a170204040b1b2e24232e1a0a37288d2634292413fc162b28
26120103030c1c2e24222e190a5c1724180b0e253f32025d367d3b488f4cfd5b
0a100b06060b100a048b2f2f0d1e3527fe272b53535028469845025f0a100c05
050c100a00>
<00020050ffe905190525001300270071b10102435558bf001402c20000001e02
c2000a0019ffe8b40b0f014c19b8015c40090f5323180b0f014c23b8015db240
055600183f1a4ded2b3fed2b012fedd4ed31301bb90019ffe8b40b0f014c19b8
015c40090f5323180b0f014c23b8015db240055600183f1a4ded2b3fed2b3130
5901140e0223222e0235343e0233321e0205342e0223220e0215141e0233323e
020519509ee99997e1964b509ee99a93e1974dfeec204d806061825021204c80
61618250210296a1feb15d4fa2faab9dfbb05e4ea2f7b666a77741497aa35b6a
a9783f487ca5000000>
<0002008dfffa0403050e001c00290080b10102435558b12406bb02930011001d
02c14009001125180b0f014c25b8012bb306060c23b8ffe8b40b0f014c23b801
2bb44015510c5500183f3f1a4ded2b12392fed2b012fd4ed10ed3231301bb625
180b0f014c25b8012bb306060c23b8ffe8b40b0f014c23b8012bb44015510c55
00183f3f1a4ded2b12392fed2b31305901140e02232311140e0223222e023511
34363321321e0405342e0223231133323e0204034482bd806c0d1e322726331e
0c312801312e537477542cfeed30464d2970763f55361c03856da8733cfe630a
100a06060a100a048c2f2f07173e5f7f6244582a0bfe49223d55000000>
<00020050ff16059305250027003b008db10102435558b30a211228b802c2b200
1c32b802c2b412210a0d2db8ffe8b40b0f014c2db8015c400b1753250437180b
0f014c37b8015db2400d5600183f1a4ded2bd4cd3fed2b123939012fedd4c4ed
12393931301bb3210a0d2db8ffe8b40b0f014c2db8015c400b1753250437180b
0f014c37b8015db2400d5600183f1a4ded2bd4cd3fed2b12393931305905140e
0223222e0227060623222e0235343e0233321e0215140e02071e0501342e0223
220e0215141e0233323e020593070c0e08216b7c81372e835097e1964b509ee9