-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-fig.eps
3696 lines (3696 loc) · 80.5 KB
/
sample-fig.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: 21.12.0 (http://poppler.freedesktop.org)
%%Creator: Adobe Illustrator(R) 16.0
%%LanguageLevel: 3
%%DocumentSuppliedResources: (atend)
%%BoundingBox: 0 0 272 232
%%HiResBoundingBox: 0 0 272 232
%%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
/pdfOPM 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
/opm { dup /pdfOPM exch def
/setoverprintmode where{pop setoverprintmode}{pop}ifelse } def
/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
/pdfMakeFont16L3 {
1 index /CIDFont resourcestatus {
pop pop 1 index /CIDFont findresource /CIDFontType known
} {
false
} ifelse
{
0 eq { /Identity-H } { /Identity-V } ifelse
exch 1 array astore composefont pop
} {
pdfMakeFont16
} ifelse
} def
% graphics state operators
/q { gsave pdfDictSize dict begin } def
/Q {
end grestore
/pdfLastFill where {
pop
pdfLastFill {
pdfFillOP setoverprint
} {
pdfStrokeOP setoverprint
} ifelse
} if
/pdfOPM where {
pop
pdfOPM /setoverprintmode where{pop setoverprintmode}{pop}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
/pdfMask {
/ReusableStreamDecode filter
skipEOD
/maskStream exch def
} def
/pdfMaskEnd { maskStream closefile } def
/pdfMaskInit {
/maskArray exch def
/maskIdx 0 def
} def
/pdfMaskSrc {
maskIdx maskArray length lt {
maskArray maskIdx get
/maskIdx maskIdx 1 add def
} {
()
} ifelse
} 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
/CIDInit /ProcSet findresource begin
10 dict begin
begincmap
/CMapType 1 def
/CMapName /Identity-H def
/CIDSystemInfo 3 dict dup begin
/Registry (Adobe) def
/Ordering (Identity) def
/Supplement 0 def
end def
1 begincodespacerange
<0000> <ffff>
endcodespacerange
0 usefont
1 begincidrange
<0000> <ffff> 0
endcidrange
endcmap
currentdict CMapName exch /CMap defineresource pop
end
10 dict begin
begincmap
/CMapType 1 def
/CMapName /Identity-V def
/CIDSystemInfo 3 dict dup begin
/Registry (Adobe) def
/Ordering (Identity) def
/Supplement 0 def
end def
/WMode 1 def
1 begincodespacerange
<0000> <ffff>
endcodespacerange
0 usefont
1 begincidrange
<0000> <ffff> 0
endcidrange
endcmap
currentdict CMapName exch /CMap defineresource pop
end
end
%%EndProlog
%%BeginSetup
xpdf begin
%%BeginResource: font TimesNewRomanPSMT
%!FontType1-1.0: TimesNewRomanPSMT
12 dict begin
/FontInfo 10 dict dup begin
/isFixedPitch false def
/ItalicAngle 0 def
/UnderlinePosition 0 def
/UnderlineThickness 0 def
end readonly def
/FontName /TimesNewRomanPSMT def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/FontBBox [-8 -216 869 695] readonly def
/StrokeWidth 0 def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 32 /space put
dup 40 /parenleft put
dup 41 /parenright put
dup 43 /plus put
dup 46 /period put
dup 48 /zero put
dup 49 /one put
dup 50 /two put
dup 51 /three put
dup 52 /four put
dup 53 /five put
dup 55 /seven put
dup 67 /C put
dup 72 /H put
dup 76 /L put
dup 77 /M put
dup 79 /O put
dup 83 /S put
dup 86 /V put
dup 97 /a put
dup 98 /b put
dup 100 /d put
dup 101 /e put
dup 103 /g put
dup 104 /h put
dup 105 /i put
dup 107 /k put
dup 108 /l put
dup 109 /m put
dup 110 /n put
dup 111 /o put
dup 112 /p put
dup 114 /r put
dup 115 /s put
dup 116 /t put
dup 118 /v put
dup 119 /w put
dup 120 /x put
dup 150 /endash put
readonly def
currentdict end
currentfile eexec
5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF43DF
C3F668865A32054E79B23095B5B84D28FA93F343C019CA70ECEEDE99643970A8
8C41756EFEAF613BB7EA321BD87246E803656A258A373BBC91155ADDA8AE62CA
8A3E585B2844BFCFB06CF619338920E81DEABEA051D34CCFF45FA6BBB2FB194A
FD2B2BF56B79F10915F061BD032205A35C88F7E29BD351917648928D3113435A
4ADEBEA29E6E95740161573A02DA8EB5686C01A01A12F405E14C48AD03B69711
0162441F826D68068B6757B1387593E22F07E34F2F559F218EEAD89A08333E60
1D083620822BEDDEAF9A91594F5E086A5BBFA46F2749D6350E740747BB170E5F
694AF8372925725CED8BB3A6AA932464B8466279CB601EA528FBE6E4F94C980A
3282542200CA0060CAE03B1A502E7591BCD0D632E11C5CF0705087AC976308D3
047666C98F63E81CCABC216658C0F825DB8873A0D7DE361A851AD9E4B61D9E32
FCC9604D38EF67DDEC070E40A45305C4B0B507A0968ACAC84B46995A7E66821B
93C3EDCE9434B1DE8545FEA83FF9196DCB574A438042CCEEDB6B6FAAA4438598
A7D18B308CC5574B66765D53EEF2DFF716B5FD4642FFA9E3873D675E52C7E3A0
CE9A8AE32AAD57E6C5F7E08D179701266AEF316467735D85B2828D7C3546A844
B3B36310022E0C6D102C707CBC06E5AA1E40AC93F2BBBC4836E0C6A706886923
BFE76D0BC19EA32A85103CD9675D41D49A78B96EB025CC446C12B69D67BD5B5F
9426A41E31D112FE7A746DF840E02FE46606ECDDE29EA23437CAAC3FB25BC7F3
AF7D3CF432C6CA3A25C8E633D1182E86079E6D9532F0E15021AEF357F8568F09
07C1B4CCD3B8C8A59E3949B689F5D2617617D90418493ED1D5F868C40B20BB5C
B36930CFED0751130870273BF62007C719E924F6FC3AC62F81A58A55EBF62CF8
2136772EA150FBC4119A32E292B3B8A309CC9F5FD81702CE7E2420308965D79C
78295723B5E75E9C43E624380AE76B8978D6637F8EE9DA527175072C78F6F25E
E1229002962057410780909B698B91CC3B9DEBF4A2A6B2494BE21AF3844C637E
F7A8F90E19A205F050FB1DF30B4D3377C5581292C9A652CA7A517A270506522B
1C864B89E95F6AEA270C40FBC5C7D0368DD9B85FA95E5E7E76B52C46AB94209E
7F6B0C9BF6126F4C674A85C13F194F86E324FFEEB612BE265B38DFACCC2C631C
DDC18C4FFCD79673BB0521FEF19B8762710FC1F04CCC19579F82D62A033837B3
C55B7484C8F7A45A5E192DBF6D33F350B85ABD4359225BB77C761DD4EE387D05
BEEEB37BA959CA587E3B2245FF1A66668887EE30C24B73A1F44AFB3CFFA7AFF3
4BE611F92B0CEF3D27054557DCF5D2BE2087FF05862AD7B74B372839BEEDF7BC
577BCA083EF4822334A16DEE26202DF423173C71307B04C21FCFD632714A2E9A
B62B557973A5455F45FED39604DC6E314B2FF5CE489905CC87B95AED9D6E9DDD
5729F4488E716FB9B70D81E0709D916A72B403B3BC855F2D3787DAC0171FC5B6
EF16510A05CAC71F9C476C194CB073BCCA834D7F9A168B3F5653FC7D81AF1CFA
4AFCB425DADB65A1392B458829096AB38FD7783C69E829B3DBBEDD96A13597FD
2E14F48D3273465CC6E734F32D543BB6C14974274D9DB59151AA614B2D084877
CE8500C6EEBDC5000112251DC8DBB21E12BF793D5D2E6FA5A981B8A4239A1075
A537D34A60302F52F22C31AE655B08EC2F2CAC3E72F9D91EE4B125ECBB8E0E6A
15DA70B303465A3DF347F1937E62F07B329D677848E39B587FFDF61F67B73CB2
1C316196958D9E6E082B99CB37571DECEE40DC94C7C18D330B4B359E68E60CCE
1B66935F4292C51D34C66269C258DDBC3526CE0FC4EBD01386E5D09F94B4254C
373B3427A5DA458AD1ECFB76E46889A0E812C5C0C1862C5379277F3DE1D47F15
63E6795843AF784B5DD08E82B9C418BD372F6A956567C212BE0B61B76C9D22D0
3CB7A9914EA2EDA9F92AEB4360468504A64DE079F0BFA89BDAE42FFF09994E3C
99658BDE2A4D67387B0D1CF89B55F1D7269BAB44B7E678BDA40D5199D2B49A5A
293EFD3E26F49426B19B4F4A8A263F8D53B7546187FA3436DD2EA3942CA5E22B
26FDAFBA4E0C1170104E095D9E9520C6B321E823032C30F63155CD2C82733DD1
39A8B7A7C2D23633B67F07A132A02529362465350DDB6A790D22E98614729E73
C8E40F2BAF4AECF2E69E08C7E8812C13906D315D114603B5479EFD71472E8CBD
AAEDE6C330A5E682BF70A038AC3B5366198A468220ADD2D9D4950A644CA128AF
6654BDEB11B22FFADF9606D7078867A7EFA69AFAA096457F5E46D3BF096B0C49
86EE72A921F65F34CE5DDA9F380DC515A297923792B35412F4A98F60EEF520A4
FE99D82B5D57D3B3C51E247D307422755600D24157D0A92BC325EDC04A673E6E
45E68D88D3D3AA04A137476D813C7D9F13433606BBC7E353D45DDCA3B60F3259
B439DB817A7DA541A65A3AB64AF414B6F3702F28068EA341AED2F921EFB677EE
3D2DC553C8308F9D04AF846680FE6EF996CDEC7A134FD5DD668FEC5AEA8DE0AB
C355DF34086E3A83AAF9A0FD2B2A883A9E818D383C27EB6EFC9B07945D1C77CF
2D63734DC0009076C56064DB0A16B7E7AA61551A2D37D00F33FC4808D4B72754
32CF6F92A9534077E4061822AD5EFFB31224DBA7DE331E986F0D4F261DC24DE0
D33F02E9CCACB360E157BA1F421641AAC758D1FC40F58234F6F8355D0F65C970
B5E9DA9EC95081E64AFEB6BAB50579755851A9306C9D5DAF2A96314CCC8B804E
90612889E33FAAD4A6E5E341D7B8D5995852FB2C59F9A7EDE4D975145E5AF291
828DE1B57A000625F10958B63D03FAB506F0A593BB39E76E5F81A201B7D21F6A
06FD5B8431AE6F211B7FC562034966AB2255F10E85C428F0835AEBCA06CC514F
636EBC538DB25E38958ED9FE7910D201635F11E37BC43F02BA45C5768B23BEF5
C44ABE7CF276FED313F18FF0EE06E46552F69C12A649621C8358A7195EEEF532
1EB53A5D766E0B6893938E05B5E8DEB87C46AC89FEEBCF68773C216980B64B2B
DEB90B25DE653225B4544C755B6C9CFCC4DBDBE0E1265ACD8A3C28B3BCB07CB4
623BA7C8AE4F97460D55F90EB53903B09993E6AE9C6E584C72A177F2EA3F1E2F
E44784AE3F55AC2571AC6AB94668A6CA9D8B1A4DBA659645DA9BDA7D7971B325
34B1DDAE963FCC347C776F1B13AEDA8AFF17AE60AD4891D3AAAA0F542F023567
D439926D2D98FFAFB77546CA004AC9ABB94253F72F3328E40B69F76A8150C372
E516FD9ED2D0F90EE83D291F3658FD1FDE8174D3953EC5F7DF95EC8854A47CDA
869AB2880F7BF552E217A3CB02EAB8F432CADFE319FF33991821DFD9CA570328
4C4260D293431DD62D1214EAB1B8AB98A2782D453F23B7C7C67F0136A6EB074A
BE22833DE7091EFE199562F867C1CA2B6F9E0851DB52BF3F2838E56569D2EF16
473652A46F92ACEA58B68616D7837EF943176C52C8AEC4656752FD35214B2F41
A6E079F1D655F20624E13E2BB6230740127EF290432AECECA212629A9FFA7DD9
93021573884DC43B4D7AE79F37EA6136895263C50A83732A9F03BE1945ADC7FA
46A9A8650A9081E52F1DD7EA0B9E41215F1341E2C2DE75EE4BB9C60D37B42754
35291FD33E8158B7F6654DDAA3FE48045BCC3B9BAA48102F1C7459C02C9DA8B7
0EEF821C81F154CE5260A512905A020FD08D183D9E2423E1B264BB705560F5B1
9A58AAE81FD05FE37B7E29CBFF2FD38DDE57B1E267A58673778D0B0DA7B419A5
4B553758DE3E238422F8E0A166BDDE794295FEB2D8BE0F3AF38B59BF8F3601B1
AE794F3482296433B66575C6EF5DD61F716CE6F6B1AE6DD22CF725B95FDBEB88
7E12D71A57644DC8C121D8E3D523A471AAAB6B35DF93DDE35B277DF27573DACC
8E67B2204294CCFFC5D3276499D573A52F384C2E2EE787F52959777C965194C8
E29EC6BF1318CD7B2C95464F2382BC82CF402F2ADDFDBB9F6A68851BAB93951A
13B4F5771554AE6609F671BFDDF8EBD5F5BBF81F5CDD28759F240C7D0B2FEF6C
C84F636FC23341FAD75EF47C2E77796F59BBD75FDA9BDD24DBA05C55609D74A1
5B004FE842A56DFABA4DEC6272D9D5AC30D10713A9809046B1F14F42352251F9
044C395138BF3C7CDC270CF3B3FC6874479990058DDBB515EDBAF77D121F46B4
BEA307971E27435DAC5E18D7ED136B1B6D8C7F4C1C1990604A127FE0CE67E1A4
0C87601471FDF07F5AB7F45245FDAFCDB76D28827770344BAD8C117A8C1E7A4F
2D13D6418F844A3C968443E205B04F46003693F189480CAD1935F1234FC788CC
B254E5A3F099E06C730C5BEA4BF1C59D567A53E7B3D9CAC76773929D8883BF00
9AA3167E5BD97155560995AD0689656726EF4E83A06D45B8FF9957ABC7A197DF
3553F464B5ED84148A4A2035067D04B1E110ED4BAD53121F205B6AAA391A912D
0B2E90E2A55D8AFCE4966C894B5AA9AEA0BD3A6DBDFBCE9BB2B6A148E516AAD2
A8460224CEBC1F8720FA9F7338E1EA3FD75DA12411CB9A7CA5F9F2FB7DBBE379
CBD4FD95F43E588D1E443DAFF188ADC33C42B4AA71009F6CC589352BC19CEA69
F238AC73BD0299C73EAB04B22EB3D0EB6C07DE31872303BC1A3AED12386BD23A
E10DD814DBEA8713683F599906F2110E92B8B8BAE577356C9EEA750CA3A603F5
D079A5A45E200AA2489E6F8F22C8E4E3682875BC8AEF02AAF0273DF07A0B72C1
71293CCDC62D7EF1694DF46FF78E15637E1E90B953719B0815DB70DC599B8AE8
B2259F66F04F7E6581A412E1F55F4F4D61FB1053C3C8EE0A670FC7B29C0609A2
B6019227E36B9FB493F68DA18F195574C966FB8B9FA20B14DAA751EEFA9FE4AC
BDAA52CDC8D30136C9870C40A74D36B8AA724D74F9207E0498F0953F1B148ABC
12FAAB130EE768F073BEE120E54C3B30E2B6B32AD5072370566160A38F2A45B3
E4769E9ED57B530F2BA76F7A83B103B871E9F0A09EB0FDCBF011BC001429614A
4F3C819E5F1FAAAAADC77E6F31FABB2021E3175B52EDA0C18DB8A8D1A1A12DC2
84783400710A365307DAD3FBFEEBCA2842D649802C46324127CFF15B38415F39
54317436C3B754817636652A200DD1FC2A54FCEB8AE3BF0093A4C35182826BD0
1AEA5B250E40C5E5F0DD53596BAD21DF2B9E620C122836CEA88E29A0A5A63C2E
F67515964612E826045AC5678066763D76A1B6859EFE66A0689D5A15079F3852
BAAC72E9F5F8219EAB1931059D5BECE136CAEF92094BA84501621284D41ADD39
7C089312155AD2A60098FF6F109B08D2C805E86E17C44FD712B51057820C2048
6B849D6BD8BCF7FD9B530E784F4787DE7701B007395979A510695B1BCE1D04FF
8A4F760C9B88A4928C826B31F9E73B240188D1866F75DC667F2870713D086F9F
C5DE49AF105C1C5CA1745FCD50AD7A76933882047FBCD8759093C30C7B7278A1
1D44AD5D7E3059089D253AF3B495434661FE5B5496536F8848AD7D6C0519860D
08380FC031B7B5A84DCC37F28C62FC98DEBB1DC45F56279F5DC7602645FA218F
D7EDE27D411DAD392621828302B10FD27A06BFD88EFD86744C0D446B06EE15F5
5E3818971CCA180A2BEC604E9A1FE78A0BFFE57DC22984EC2B684ACDC520F6DD
761376A4B36788DD922FD4772B748AAF488FB415944EC0A05576300CF0038559
41E72767F54AC4411972ED24B70A0C0834D03CB783908259BC3259BB2A5FC32D
971706A08096D1AF67D46C0C11DDB13F7A4E3606C7F8827FC6096216899EB269
3D2DDF5EE9FB6BF156D90C04B5D69F746208B744DCAE974CD42AECDBE221E67F
7BD15E3FE13AA07B9B72F9A23690D21C719B14C61B9DBE64434E1F3182EF92EB
D7DA9FDCD28C67040D2C2CFCFB4D9CD94AB5684E2B017BDC95F97DD31850B7DD
ED49ED78A305C697B26E0D779636538153CB04BA2C406CB219173AA30EDF18C8
A3D91EA6B9D39E40B5881D4292E912CD2F1CE0B75E445DF0EAE38ABD83F4E55D
BBEC7595305DEB622F40B196826E1EA80DA8AAB72FF021489EDD3FBFAFB628A3
9B2AAD341ECD71993239BD73668421262D1F30966A8443B31D08BE45CE09F7E6
B5645B41535CE8B7B9B33C72D745319F74654B38076924F5A2DCEF4621B96B40
CF32CAF09A44A6D16A4C0A03EC8BE0EE91EAC8D1894FA3F7A50832484CAF13E0
120AAF222E754710F88A5F1EA7920AD27D0C4C70F7D1D547C582DBFF62677281
27FD26B61C3F1D933D475026FC02553C3823127EAFD44C7F23D1CCC672FFC4F1
75BDCAA0A811F79D0B6233CC52718AF463C8AE24FE4208A1249F313CC41F33B0
792FB20F7F73C268E0C42C3C61EE0A4CD56F98CDCCA3553D09BF4140E135E412
160E52402A545D1CB1F503FE5233B3F79D27AB9389C47E75D2305FB904E9D97A
1105F45432CF70801D7B0A3105BACB479F418A175AB80FB85B54D2D47E6F53D9
2DF9992CF578CB473FB6B1EB87AD6123DED22D636BDDA174152ECB4FDA58B2F3
0D7695A0C169105CB2D1786CA5BE457C2F4C2A4A69B4194FC4E0D5876536185C
34177EFA76B9D4AF130554CB15040A1C5F8E3DF91B587A0B3609F44AA9752292
C1828BDB1E9024D9CB1BCF66F4A05B07ABA114650B51CC20CD3D7584E61B4F42
AF268BC96DE0CBC4069626B18B3FD555440AA8898FC09C0D8100E5A4E6168DE9
58D287011D120356E6311055EE82CE013C9E40DB87BD4A3F297F4254C11D57EE
CB1C1B9AABAFCAF88DFD2970DEE8E58F5ABDB6A80274A7B026A9038928AB4123
832B79F7D91F03365B2C818C29E76F5297F7D1A034C8AEDF45F2CC1233FEAB38
145A76A76CC2833718180AF03A5A95579FE6750E62DC3FD8A5782196E291B3DE
EA55A5B5F1901C311DECBC40A6450E8CF890FAB2E24D937CADA88081DC244340
56DB851F8ADC9C269F1F25CEF3BDF45106859206181A6568E155503D91F58A59
C4D09E776530E3265C71F00E7BC75FC87E53EED791123D9EB26C5C9ACFCD66DE
45DDFEB425EC1759C3A001DD85F994B092C36F6768768FB921F9DC255951E05D
A9FCC41893F9EF857E182A811312E1EF758CDE2DB9ADC276A98EE6696F622C4D
B9E6AD5660BB3873DAA8FCB71DF41A39F2DD467786692DA75E93224718C99038
11C72DD5BA3052949290DA60787CE361C216ED2DB02EBA5EAFD1933F403AF482
C3A8AA231EFA062361F719BAC1D45E3428D4A6D763C496C53AFD54A00EF3154D
C5909F634403528A1931AC42A11877759699D604185FDAE2322861C468EF5D4A
EDC5BBA4A5CFAF9A53241D67582BC867AF7E9271E3E9B3CEE3F672C7F7569579
FCAC91C0108074ADBA432C425BEE4454BD120F399A26144ABEF7477F7032B98C
E0BC05C7A73A2FB003BB5F7FF9042FC6A2FB3B1CAFAF551CDBA98CD5610E049B
2DD8E50B995CD6919A9615FA6F628208713F62EAEEBF98C54980D5E00754E521
C448E76ACEEAA4D0E3CECD392E03D348B2D4B0A90F472618F258C753B905AA96
FB7D5EB3CDE6E771BFAB9BEC92972282AA70EFD7F3DBD57DF486C24A8CA86493
ADB8DB762DB7190171E5C743170E30AFF2E727F3577BACDD1DAD2437C2F55A31
BC2530AEBA2ED674F0BB217EE208434C25F6D79920ACA752E11941364679B614
FD49BB5FED9F13F34CEA2C402283DD308CFC6B9CD80362E3D2E3B2F9DA556A2D
31B3C9184FB06198D2DA682938F840E9930AFF000734915A5FCEA0B2AB3E5D07
D21797C88A59DDA6C71097B845F61115DDC6266C3148971FE2349E9735B30A32
6E923F7FCCCACB1DE24795D5C64BEC800402A75954632ABAEB566F91E297837C
E0D2CB1C17C7C2C467AA883A31ADC0BE372B0EC2760E8CDD3027738109AD55FA
9EE3A290DDD4DBAF4CC072BA201AB56EB3CCEA04C54D50F5FEBDAA15CB034B15
E22D3F245446252A871CCCEE0D04A840027CA4ADEC2A565D63BD18EB07A20328
B873E5C619E43F04EB86BE1D5E4E371CD8833A22D0B038B5F1AD29E70F576700
7A5B0E7F3DF3CB47690718BE944AC9C703E3370B6DDD984D8239D00558767367
0585C05BB54398B6B2E66BCEB61CC9FE38771CC70FC615B2B96CD2350D4778CB
D7E7587D06387F55AE98E25929491A26A0856B77FC8BCFDF1D7876860B1C7E46
5A30C0B614E10C74D57402F0EFFB9E46659B211B00482F5EB73E4AB074280B69
7EB5CB7567B6EC79EDD384BB7A65127F5393EA4B3F2FB868B775AA811091A228
C50FF45F29D9551F6A4061EC5C8E2BB7AEF24A4DE0648F0C2A1BCDBB2DBEF0B1
330A5B56215F2287965A86183F8AEEC7802514DE1A4691BF66BEF506CA2D4D44
492359946A7DC60AEB25C75CC59F01C34B4914C86326BB182807EE1FBA6B28C0
E9B50E4C6A33170B7AF27715BAB550E1F3F72A8077C024D2595952F0D6346C57
7B8225C63E1662023CDB48E464E9FFF7FBBD473736DC5D65CEC51954A3C531B1
13CF2A9F43BD6927AA11CFA3A0606283A630648F8A758A94774709A5E3626471
A6E5AA6D213505B2D5714CF9C88965E720CDCF09A6B2FA55EC493803CC3D15A6
8D1208A3AEA09949D71A61E90110B7ADBA3DD13B9477723B64A5D57BDA6B648E
E02E4DC1BABAC2536D7762A1A160BE85D4480A935FC5BD132E3ED78C577FF4EB
A214EDA906C9D06316CF827D3AB1B184C52EAFBD474524C38783502C68549B63
C6D5D3561AC1E9DFFECF94A2F089697CCA6003DE2504A5FCC4F5BC39712C2A64
013AC43821516D7EECB652A54F9BF4F166BC29B8F61A8CED51BAE768704EB6A1
6B73752D285882885D92C3E8E25EA95197A159BE3723C0936C3D09320E01A77E
0A204A9FFA4325D1BD4F51C352BC96F6A640C4588F288462B8525C7078852342
C2033785E39D02FECB39E94623A3EE085619F66DF27E9BD26DFBE46DD0FA9757
AA21720AFF4A9FA6A68E249F6BC6C1745010EB6B907246A54CC6C8DF5EE94EF6
F1E55A2B22A8FC7722B74A006DFBD287F13D62BE6BF32ADF2106E0E93D9FABC7
1CDEAEFD8FE49D2E0A1791EE37C9825B523E9E6D31ED15308974615C0A7B30E4
6F7831322742ED11DA5136676BFF1E09A2559B03401D513456F5A327470AA0E8
22CFC2527F449CA95B649609D99A598C3B32A636B25D95A19A974E5D8AA4B5F2
B20DDAF003BBC5E346EE3CBAC24A97DDC53D152E1D3FBAB35B4BC816A4A82219
0096EEF4A3E994BB1B8B9D0D48F9BCA2AADB697E058F5710951883FED42B5F0D
E4D5A4E1A403490DC0E2BA79E5CC3DA379CC71DD3B5A4709555F3E27EFA7EF92
E0BAADD6025E7E2F68E5EE14E7C61540EC9E125007D952B22F0FEDCFE79AD8CB
A3EDDEBC7015FBB6CE4D945A20C460BB0BE63A8B5A3F5ECC57809F3775E6A552
00D7FF24D545F79888F5DEC309D810BA64932426864409412E4164AFD06D1E32
20EE4C155DEB839340AB304F9DACA27957ACF27671523C1EFD8BBBB45D770E9B
0361525C496D70C822EE3AAD3CF1BDF2FBC2060AFD0AA11B7A26395D989A7351
652678BB2F041DD791047DFAA2E714FE58CA8CDE940FC1EBB0191FAE2F54A733
BFD9DB328B81FF85A4B2A13EA04406A4A9661DC46D530D1F1C628E950FF8242B
C7FB9EFC21503C931540517973F76626F64EB476F30D2D23BB12FFA9394DD13F
C68560598CEC615F7DC48608686BD3ECA22BACB22A5429EF67B6B4105278A7DE
FB4445D1CCFB7D6AC376E101508C45283BB0C18F484CF6C098163233E9DF8711
5B3BFC9CCB4E168F4B3FEB99C802159599186E132EDE1EC5B56CE0B27B959EA5
5A1BB6D34923A1D2A73EE640A3E495545CDDEE096DB85D0482DC2059AD1D90C6
F81351DEBE484F953F9CEF6106EE327FE34300B084FBB368980BF4E8EDC93FB5
869F73EC513E6BEB4103AC5E74F06536BBBC9B87501083DE0F6FC5F7CEE89264
3EF2FE6C602ADE3510CD84B7F15F6B06E1D9877302EEAC575E43C6AAB71BF17B
5495101DA723CD98B549347C39D0452FC3C9E152D721F5F83776B531BD26B49D
7BAC04BE1A932C8CAAFA5E267B4A8630A58F386DE787EF2447FAD21D5D21E034
F76C8EBF14133C0FC103C7AD069D9DFF29348A8206B747452ED3F9B3ECBA515D
41948745AC2621843EA49ABD5378593735829198CC6D7BBB2810723258C1351B
9B7064ADF2E13BC7EDAB826F62B3FDAF
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
/F9_0 /TimesNewRomanPSMT 1 1
[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
/zero/one/two/three/four/five/six/seven
/eight/nine/colon/semicolon/less/equal/greater/question
/at/A/B/C/D/E/F/G
/H/I/J/K/L/M/N/O
/P/Q/R/S/T/U/V/W
/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
/grave/a/b/c/d/e/f/g
/h/i/j/k/l/m/n/o
/p/q/r/s/t/u/v/w
/x/y/z/braceleft/bar/braceright/asciitilde/bullet
/Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
/circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
/bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
/tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
/space/exclamdown/cent/sterling/currency/yen/brokenbar/section
/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
pdfMakeFont
%%BeginResource: font TimesNewRomanPS-ItalicMT
%!FontType1-1.0: TimesNewRomanPS-ItalicMT
12 dict begin
/FontInfo 10 dict dup begin
/isFixedPitch false def
/ItalicAngle 0 def
/UnderlinePosition 0 def
/UnderlineThickness 0 def
end readonly def
/FontName /TimesNewRomanPS-ItalicMT def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/FontBBox [22 -11 640 695] readonly def
/StrokeWidth 0 def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 98 /b put
dup 105 /i put
dup 108 /l put
dup 111 /o put
dup 118 /v put
readonly def
currentdict end
currentfile eexec
5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF43DF
C3F668865A32054E79B23095B5B84D28FA93F343C019CA70ECEEDE996686F809
9B28BBAF23663C8F3C4F595AEE842E281D836A4824E938A203842D2F3D43A509
CAC602CC8DB873FC9948BA67286A91CD64F9AB9EA7E7CC852506B36CA86B4644
92818D6A6C5AAB460BE476AC8AF59A86D7C8AE07C04FF6DAA854C26080BDC490
73EA9C4D73436B80CB5CE04A1721E1E906835F5F7E071DE8B617DAF9944C397A
73DF696987DC65D689EEF66838328BFA3046D68A20D04B83224754C0392F1D1E
4647CE9E525275A234D2F42C189D63138A55F31A1147D1A1575D414D4FB500E7
3CFFC74B37F6736C02BF84030FC3FCF5F754EB7BEAA13DA14DBEDB6E63116E09
8404688ADADC23ACEEC7EDE2D696AFFE75152050C5A63A205B30D5916979B7F0
A53A1EA490457E4F418A4635433C0AED7C095F1E91395656CE174C8D83F868F4
F63A98523F82CFFA3A783FE93778F2EEB17B16EC1915271780DDE096DB67226D
E254B839714E1C86653FA7E5DF4656E729FD5FAF19534CC657C49701B9E0268F
62599B1F6D7707661540D9FA3CC32F78AF5A74A7BCEA2184F49E1268B2C26B1C
F18FE576C75C7430BE10A77DB33F8AFDAFD38AB999758468BD26871A09D6A577
3863A2778AD8483CBDAE39E6DB89F2FA99F0F1E573E01CC856D1EF7D7888E048
22A4AA79E7242F0D998203E2FAB27D4D406237B0DDDE3FB79E2F78F95535A594
56BFC7483E9FD0E8AEAFFC8F12E2A485549444155F7BF75A7C1F3191721D7E32
5A66DDB5E5F94B678F64681894380681D87AD36B1293AA249F84EE49BD29D874
AB2F69E02B1494499D2E603EF01AF501A0162FA82C7548840533C7C6B11477F7
B75938D802C76EC4EC8737110DBDB2FF1C38118FEE0FEE77EF5B84AA4B137C93
A63570259DDC7EE072D6EA4625EDE973F95479EA9CADDD9D821F6A6272CD04E1
16C544470CEF141FAC99509C4A8C8218CB4B763EBBC137C9B76F783A46A4EA2D
6AA274DD66669ABCF89789E7F4D0C820BF41D8440A1617D9566F6FD3C3753F7A
57E8586987B2CF3C2CA8BD6CA3050B9C2CF5EF0A5D24BA38EBCC81BA4368ABF6
7DBA9276E2E9C7878AFDA9BC64988DD6212B25D86924E6799E220BE6DE6F098E
5B5EA7F0FA883B8A77454FA2BF8CCD82CD696169D594FBD8E00B2E7B0C9DA114
6E51CA4CC8DBFD8ACC7445AE0E45EED2FE849F90759CB88BC8A7788C33AC4CDB
C94B74888899CFB07558FCADEF0860A4118872104105C9F8E918643F48ECF46A
BD33BA954EF219F8A93C10D934389574B3242464EF05335B0260231FE4803076
9165F427A82CE43BF004FB037A387D2C5047C6EAA95DD40846C668DF2E25AE8A
87C8622540EAF4C2E2277A444A398F7B2CA93E65093E6F6E90A0FF2BF990E561
8DEBBC75959F8A434486947FC351C5428AFA1E0BC9364C2742EC65DA6E3D0BF7
72B735DCBDAC646130796C6324BCB233A19DFA9D4A54E57D952638B726C43C11
844DDF0C769B46DDB9
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
/F11_0 /TimesNewRomanPS-ItalicMT 1 1
[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
/zero/one/two/three/four/five/six/seven
/eight/nine/colon/semicolon/less/equal/greater/question
/at/A/B/C/D/E/F/G
/H/I/J/K/L/M/N/O
/P/Q/R/S/T/U/V/W
/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
/grave/a/b/c/d/e/f/g
/h/i/j/k/l/m/n/o
/p/q/r/s/t/u/v/w
/x/y/z/braceleft/bar/braceright/asciitilde/bullet
/Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
/circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
/bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
/tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
/space/exclamdown/cent/sterling/currency/yen/brokenbar/section
/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
pdfMakeFont
%%EndSetup
pdfStartPage
%%EndPageSetup
[] 0 d
1 i
0 j
0 J
10 M
1 w
/DeviceGray {} cs
[0] sc
/DeviceGray {} CS
[0] SC
false op
false OP
{} settransfer
0 0 272 232 re
W
q
q
[0.1 0 0 0.1 0 0] cm
q
0 0 2719.83 2310.78 re
W
3.5 w
1 j
/DeviceCMYK {} CS
[0 0 0 1] SC
1119.66 2192.49 m
1119.66 2242.49 1251.27 2282.99 1413.66 2282.99 c
1576.03 2282.99 1707.64 2242.49 1707.64 2192.49 c
1707.64 2192.49 l