forked from kenjihiranabe/The-Art-of-Linear-Algebra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pattern12-j.eps
5489 lines (5408 loc) · 429 KB
/
Pattern12-j.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-2.0 EPSF-2.0
%%BoundingBox: 20 326 404 540
%%HiResBoundingBox: 21 326.5 403 539.5
%APL_DSC_Encoding: UTF8
%APLProducer: (Version 12.4 (Build 21F79) Quartz PS Context)
%%Title: (Illustrations-j)
%%Creator: (PowerPoint: cgpdftops CUPS filter)
%%CreationDate: (Saturday, August 13 2022 12:39:12 JST)
%%For: (hiranabe)
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%PageOrder: Ascend
%RBINumCopies: 1
%%EndComments
% EPSF created by ps2eps 1.68
%%BeginProlog
save
countdictstack
mark
newpath
/showpage {} def
/setpagedevice {pop} def
%%EndProlog
%%Page 1 1
userdict/dscInfo 5 dict dup begin
/Title(Illustrations-j)def
/Creator(PowerPoint: cgpdftops CUPS filter)def
/CreationDate(Saturday, August 13 2022 12:39:12 JST)def
/For(hiranabe)def
/Pages 21 def
end put
%%BeginProlog
%%BeginFile: lw8_errorhandler-2.0
/currentpacking where
{ pop /oldpack currentpacking def /setpacking where
{
pop false setpacking
}if
}if
/$brkpage 64 dict def $brkpage begin
/prnt
{dup type/stringtype ne{=string cvs}if dup length 6 mul/tx exch def/ty 10 def
currentpoint/toy exch def/tox exch def 1 setgray newpath
tox toy 2 sub moveto 0 ty rlineto tx 0 rlineto 0 ty neg rlineto
closepath fill tox toy moveto 0 setgray show}bind def
/nl{currentpoint exch pop lmargin exch moveto 0 -10 rmoveto}def
/=={/cp 0 def typeprint nl}def
/typeprint{dup type exec}readonly def
/lmargin 72 def
/rmargin 72 def
/tprint
{dup length cp add rmargin gt{nl/cp 0 def}if
dup length cp add/cp exch def prnt}readonly def
/cvsprint{=string cvs tprint( )tprint}readonly def
/integertype{cvsprint}readonly def
/realtype{cvsprint}readonly def
/booleantype{cvsprint}readonly def
/operatortype{(--)tprint =string cvs tprint(-- )tprint}readonly def
/marktype{pop(-mark- )tprint}readonly def
/dicttype{pop(-dictionary- )tprint}readonly def
/nulltype{pop(-null- )tprint}readonly def
/filetype{pop(-filestream- )tprint}readonly def
/savetype{pop(-savelevel- )tprint}readonly def
/fonttype{pop(-fontid- )tprint}readonly def
/nametype{dup xcheck not{(/)tprint}if cvsprint}readonly def
/stringtype
{dup rcheck{(\()tprint tprint(\))tprint}{pop(-string- )tprint}ifelse
}readonly def
/arraytype
{dup rcheck{dup xcheck
{({)tprint{typeprint}forall(})tprint}
{([)tprint{typeprint}forall(])tprint}ifelse}{pop(-array- )tprint}ifelse
}readonly def
/packedarraytype
{dup rcheck{dup xcheck
{({)tprint{typeprint}forall(})tprint}
{([)tprint{typeprint}forall(])tprint}ifelse}{pop(-packedarray- )tprint}ifelse
}readonly def
/courier/Courier findfont 10 scalefont def
end %$brkpage
errordict/handleerror
{systemdict begin $error begin $brkpage begin newerror
{/newerror false store
vmstatus pop pop 0 ne{grestoreall}if initgraphics courier setfont
lmargin 720 moveto(ERROR: )prnt errorname prnt
nl(OFFENDING COMMAND: )prnt/command load prnt
$error/ostack known{
$error/ostack get type dup/arraytype eq exch /packedarraytype eq or
{nl nl(STACK:)prnt nl nl $error/ostack get aload length{==}repeat}if}if
systemdict/showpage get exec(%%[ Error: )print
errorname =print(; OffendingCommand: )print/command
load =print( ]%%)= flush}if end end end}
dup 0 systemdict put dup 4 $brkpage put bind readonly put
/currentpacking where
{ pop /setpacking where
{
pop oldpack setpacking
}if
}if
%%EndFile
%%BeginFile: cg-pdf.ps
%%Copyright: Copyright 2000-2004 Apple Computer Incorporated.
%%Copyright: All Rights Reserved.
currentpacking true setpacking
/cg_md 141 dict def
cg_md begin
/L3? languagelevel 3 ge def
/bd{bind def}bind def
/ld{load def}bd
/xs{exch store}bd
/xd{exch def}bd
/cmmtx matrix def
mark
/sc/setcolor
/scs/setcolorspace
/dr/defineresource
/fr/findresource
/T/true
/F/false
/d/setdash
/w/setlinewidth
/J/setlinecap
/j/setlinejoin
/M/setmiterlimit
/i/setflat
/rc/rectclip
/rf/rectfill
/rs/rectstroke
/f/fill
/f*/eofill
/sf/selectfont
/s/show
%/as/ashow
/xS/xshow
/yS/yshow
/xyS/xyshow
/S/stroke
/m/moveto
/l/lineto
/c/curveto
/h/closepath
/n/newpath
/q/gsave
/Q/grestore
counttomark 2 idiv
%dup (number of ld's = )print == flush % *** how many
{ld}repeat pop
/SC{ % CSname
/ColorSpace fr scs
}bd
/sopr /setoverprint where{pop/setoverprint}{/pop}ifelse ld
/soprm /setoverprintmode where{pop/setoverprintmode}{/pop}ifelse ld
/cgmtx matrix def
/sdmtx{cgmtx currentmatrix pop}bd
/CM {cgmtx setmatrix}bd % pop the ctm: our gstate ctm on host is now identity
/cm {cmmtx astore CM concat}bd % reset the matrix and then concat
/W{clip newpath}bd
/W*{eoclip newpath}bd
statusdict begin product end dup (HP) anchorsearch{
pop pop pop % pop off the search results
true
}{
pop % previous search result
(hp) anchorsearch{
pop pop true
}{
pop false
}ifelse
}ifelse
{ % HP is the product: we use this method of stroking because of a bug in their clone printers with certain T3 fonts
{
{ % charCode Wx Wy
pop pop % charCode
(0)dup 0 4 -1 roll put
F charpath
}cshow
}
}{
{F charpath}
}ifelse
/cply exch bd
/cps {cply stroke}bd
/pgsave 0 def
/bp{/pgsave save store}bd
/ep{pgsave restore showpage}def % dont' bind
/re{4 2 roll m 1 index 0 rlineto 0 exch rlineto neg 0 rlineto h}bd
/scrdict 10 dict def
/scrmtx matrix def
/patarray 0 def
/createpat{patarray 3 1 roll put}bd
/makepat{
scrmtx astore pop
gsave
initgraphics
CM
patarray exch get
scrmtx
makepattern
grestore
setpattern
}bd
/cg_BeginEPSF{
userdict save/cg_b4_Inc_state exch put
userdict/cg_endepsf/cg_EndEPSF load put
count userdict/cg_op_count 3 -1 roll put
countdictstack dup array dictstack userdict/cg_dict_array 3 -1 roll put
3 sub{end}repeat
/showpage {} def
0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin
10 setmiterlimit [] 0 setdash newpath
false setstrokeadjust false setoverprint % don't use F
}bd
/cg_EndEPSF{
countdictstack 3 sub { end } repeat
cg_dict_array 3 1 index length 3 sub getinterval
{begin}forall
count userdict/cg_op_count get sub{pop}repeat
userdict/cg_b4_Inc_state get restore
F setpacking
}bd
/cg_biproc{currentfile/RunLengthDecode filter}bd
/cg_aiproc{currentfile/ASCII85Decode filter/RunLengthDecode filter}bd
/ImageDataSource 0 def
L3?{
/cg_mibiproc{pop pop/ImageDataSource{cg_biproc}def}bd
/cg_miaiproc{pop pop/ImageDataSource{cg_aiproc}def}bd
}{
/ImageBandMask 0 def
/ImageBandData 0 def
/cg_mibiproc{
string/ImageBandMask xs
string/ImageBandData xs
/ImageDataSource{[currentfile/RunLengthDecode filter dup ImageBandMask/readstring cvx
/pop cvx dup ImageBandData/readstring cvx/pop cvx]cvx bind}bd
}bd
/cg_miaiproc{
string/ImageBandMask xs
string/ImageBandData xs
/ImageDataSource{[currentfile/ASCII85Decode filter/RunLengthDecode filter
dup ImageBandMask/readstring cvx
/pop cvx dup ImageBandData/readstring cvx/pop cvx]cvx bind}bd
}bd
}ifelse
/imsave 0 def
/BI{save/imsave xd mark}bd
/EI{imsave restore}bd
/ID{
counttomark 2 idiv
dup 2 add % leave room for imagetype and imagematrix
dict begin
{def} repeat
pop % remove mark
/ImageType 1 def
/ImageMatrix[Width 0 0 Height neg 0 Height]def
currentdict dup/ImageMask known{ImageMask}{F}ifelse exch
% currentdict on stack
L3?{
dup/MaskedImage known
{
pop
<<
/ImageType 3
/InterleaveType 2
/DataDict currentdict
/MaskDict
<< /ImageType 1
/Width Width
/Height Height
/ImageMatrix ImageMatrix
/BitsPerComponent 1
/Decode [0 1]
currentdict/Interpolate known
{/Interpolate Interpolate}if
>>
>>
}if
}if
exch
{imagemask}{image}ifelse
end % pop imagedict from dict stack
}bd
/cguidfix{statusdict begin mark version end
{cvr}stopped{cleartomark 0}{exch pop}ifelse
2012 lt{dup findfont dup length dict begin
{1 index/FID ne 2 index/UniqueID ne and
{def} {pop pop} ifelse}forall
currentdict end definefont pop
}{pop}ifelse
}bd
/t_array 0 def
/t_i 0 def
/t_c 1 string def
/x_proc{ % x y
exch t_array t_i get add exch moveto
/t_i t_i 1 add store
}bd
/y_proc{ % x y
t_array t_i get add moveto
/t_i t_i 1 add store
}bd
/xy_proc{
% x y
t_array t_i 2 copy 1 add get 3 1 roll get
4 -1 roll add 3 1 roll add moveto
/t_i t_i 2 add store
}bd
/sop 0 def % don't bind sop
/cp_proc/x_proc ld % default moveto proc is for xwidths only
/base_charpath % string array
{
/t_array xs
/t_i 0 def
{ % char
t_c 0 3 -1 roll put
currentpoint
t_c cply sop
cp_proc
}forall
/t_array 0 def
}bd
/sop/stroke ld % default sop is stroke. Done here so we don't bind in /base_charpath
% default sop is stroke
/nop{}def
/xsp/base_charpath ld
/ysp{/cp_proc/y_proc ld base_charpath/cp_proc/x_proc ld}bd
/xysp{/cp_proc/xy_proc ld base_charpath/cp_proc/x_proc ld}bd
/xmp{/sop/nop ld /cp_proc/x_proc ld base_charpath/sop/stroke ld}bd
/ymp{/sop/nop ld /cp_proc/y_proc ld base_charpath/sop/stroke ld}bd
/xymp{/sop/nop ld /cp_proc/xy_proc ld base_charpath/sop/stroke ld}bd
/refnt{ % newname encoding fontname
findfont dup length dict copy dup
/Encoding 4 -1 roll put
definefont pop
}bd
/renmfont{ % newname fontname
findfont dup length dict copy definefont pop
}bd
L3? dup dup{save exch}if
% languagelevel2 ONLY code goes here
/Range 0 def
/DataSource 0 def
/val 0 def
/nRange 0 def
/mulRange 0 def
/d0 0 def
/r0 0 def
/di 0 def
/ri 0 def
/a0 0 def
/a1 0 def
/r1 0 def
/r2 0 def
/dx 0 def
/Nsteps 0 def
/sh3tp 0 def
/ymax 0 def
/ymin 0 def
/xmax 0 def
/xmin 0 def
/setupFunEval % funDict -- % this calculates and sets up a function dict for evaulation.
{
begin
/nRange Range length 2 idiv store
/mulRange % precompute the range data needed to map a sample value from the table to a range value
% this data looks like [ range0mul range0min range1mul range1min ... rangeN-1mul rangeN-1min ]
[
0 1 nRange 1 sub
{ % index
2 mul/nDim2 xd % 2*dimension# we are dealing with
Range nDim2 get % ymin
Range nDim2 1 add get % ymin ymax
1 index sub % ymin (ymax-ymin)
% xmin = 0, xmax = 255 (2^bitspersample - 1)
255 div % ymin (ymax-ymin)/(xmax - xmin)
exch % (ymax-ymin)/(xmax - xmin) ymin
}for
]store
end
}bd
/FunEval % val1 fundict -> comp1 comp2 ... compN
{
begin
% the value passed in is the base index into the table
nRange mul /val xd % compute the actual index to the table
% since there are nRange entries per base index
0 1 nRange 1 sub
{
dup 2 mul/nDim2 xd % dim
val % base value to use to do our lookup
add DataSource exch get % lookedupval
mulRange nDim2 get mul % lookedupval*(ymax-ymin)/(xmax-xmin)
mulRange nDim2 1 add get % lookedupval*(ymax-ymin)/(xmax-xmin) ymin
add % interpolated result
}for % comp1 comp2 ... compN
end
}bd
/max % a b -> max(a, b)
{
2 copy lt
{exch pop}{pop}ifelse
}bd
/sh2
{ % emulation of shading type 2. Assumes shading dictionary is top dictionary on the dict stack
/Coords load aload pop % x0 y0 x1 y1
3 index 3 index translate % origin is now at beginning point of shading
% x0 y0 x1 y1
3 -1 roll sub % x0 x1 y1-y0
3 1 roll exch % y1-y0 x1 x0
sub % y1-y0 x1-x0
2 copy
dup mul exch dup mul add sqrt % length of segment between two points
dup
scale
atan % atan (dy/dx)
%dup (rotation angle = )print ==
rotate % now line between 0,0 and 1,0 is the line perpendicular to which the axial lines are drawn
/Function load setupFunEval % may need to setup function dictionary by calling setupFunEval
% this is now specific to axial shadings. Compute the maximum bounds to fill
clippath {pathbbox}stopped {0 0 0 0}if newpath % x0 y0 x1 y1
/ymax xs
/xmax xs
/ymin xs
/xmin xs
currentdict/Extend known
{
/Extend load 0 get
{
0/Function load FunEval sc % evaluate the function to get a color and set it
xmin ymin xmin abs ymax ymin sub rectfill
}if
}if
% paint the rects. The sampling frequency is that of our table
/Nsteps/Function load/Size get 0 get 1 sub store
/dx 1 Nsteps div store
gsave
/di ymax ymin sub store
/Function load
% loop Nsteps + 1 times, incrementing the index by 1 each time
0 1 Nsteps
{
1 index FunEval sc
0 ymin dx di rectfill
dx 0 translate
}for
pop % pop our function
grestore % origin is back to start point
currentdict/Extend known
{
/Extend load 1 get
{
Nsteps/Function load FunEval sc % last element
1 ymin xmax 1 sub abs ymax ymin sub rectfill
}if
}if
}bd
/shp % this paints our shape for shading type 3
{ % x1 r1 x0 r0 -
4 copy
% fill interior arc
dup 0 gt{
0 exch a1 a0 arc
}{
pop 0 moveto
}ifelse
dup 0 gt{
0 exch a0 a1 arcn
}{
pop 0 lineto
}ifelse
fill
% fill exterior arc
dup 0 gt{
0 exch a0 a1 arc
}{
pop 0 moveto
}ifelse
dup 0 gt{
0 exch a1 a0 arcn
}{
pop 0 lineto
}ifelse
fill
}bd
/calcmaxs
{ % calculate maximum distance vector from origin to corner points
% of bbox
xmin dup mul ymin dup mul add sqrt % (xmin2 + ymin2)
xmax dup mul ymin dup mul add sqrt % (xmax2 + ymin2)
xmin dup mul ymax dup mul add sqrt % (xmin2 + ymax2)
xmax dup mul ymax dup mul add sqrt % (xmax2 + ymax2)
max max max % maximum value
}bd
/sh3
{ % emulation of shading type 3. Assumes shading dictionary is top dictionary on the dict stack
/Coords load aload pop % x0 y0 r1 x1 y1 r2
5 index 5 index translate % origin is now at first circle origin
3 -1 roll 6 -1 roll sub % y0 r1 y1 r2 dx
3 -1 roll 5 -1 roll sub % r1 r2 dx dy
2 copy dup mul exch dup mul add sqrt
/dx xs % r1 r2 dx dy
2 copy 0 ne exch 0 ne or
{
% r1 r2 dx dy
exch atan rotate % we are now rotated so dy is zero and positive values of dx move us as expected
}{
pop pop
}ifelse
% r1 r2
/r2 xs
/r1 xs
/Function load
dup/Size get 0 get 1 sub % this is the size of our table minus 1
/Nsteps xs % at some point we should optimize this better so NSteps is based on needed steps for the device
setupFunEval % may need to setup function dictionary by calling setupFunEval
% determine the case:
% case 0: circle1 inside circle2
% case 1: circle 2 inside circle 1
% case 2: r1 = r2
% case 3: r1 != r2
dx r2 add r1 lt{
% circle 2 inside of circle 1
0
}{
dx r1 add r2 le
{ % circle 1 inside of circle 2
1
}{ % circles don't contain each other
r1 r2 eq
{ % equal
2
}{ % r1 != r2
3
}ifelse
}ifelse
}ifelse
/sh3tp xs % sh3tp has the number of our different cases
clippath {pathbbox}stopped {0 0 0 0}if
newpath % x0 y0 x1 y1
/ymax xs
/xmax xs
/ymin xs
/xmin xs
% Arc angle atan( sqrt((dx*dx + dy*dy) - dr*dr), dr)
dx dup mul r2 r1 sub dup mul sub dup 0 gt
{
sqrt r2 r1 sub atan
/a0 exch 180 exch sub store
/a1 a0 neg store
}{
pop
/a0 0 store
/a1 360 store
}ifelse
currentdict/Extend known
{
/Extend load 0 get r1 0 gt and % no need to extend if the radius of the first end is 0
{
0/Function load FunEval sc % evaluate the function to get a color and set it
% case 0: circle1 inside circle2
% case 1: circle 2 inside circle 1
% case 2: circles don't contain each other and r1 == r2
% case 3: circles don't contain each other and r1 != r2
{
{ % case 0
dx 0 r1 360 0 arcn
xmin ymin moveto
xmax ymin lineto
xmax ymax lineto
xmin ymax lineto
xmin ymin lineto
eofill % for the bigger radius we fill everything except our circle
}
{ % case 1
r1 0 gt{0 0 r1 0 360 arc fill}if
}
{ % case 2
% r1 == r2, extend 0
% r3 = r, x3 = -(abs(minx) + r), x1 = 0
% x(i+1) r(i+1) x(i) r(i) shp
0 r1 xmin abs r1 add neg r1 shp
}
{ % case 3
% no containment, r1 != r2
r2 r1 gt{ % the endpoint we are drawing is that with a circle of zero radius
% x(i+1) r(i+1) x(i) r(i) shp
0 r1
r1 neg r2 r1 sub div dx mul % this is point of beginning circle
0 % point of ending circle
shp % takes x(i+1) r(i+1) x(i) r(i)
}{ % the first circle is the bigger of the two
% we find a circle on our line which is outside the bbox in the
% negative direction
% x(i+1) r(i+1) x(i) r(i) shp
0 r1 calcmaxs % 0 r1 maxs
dup
% calculating xs: (-(maxs+r2)*x2)/(x2-(r1-r2))
r2 add dx mul dx r1 r2 sub sub div
neg % maxs xs'
exch 1 index % xs' maxs xs'
abs exch sub
shp
}ifelse
}
}sh3tp get exec % execute the extend at beginning proc for our shading type
}if
}if
% now do the shading
/d0 0 store
/r0 r1 store
/di dx Nsteps div store
/ri r2 r1 sub Nsteps div store
/Function load
0 1 Nsteps
{ % function t(i)
1 index FunEval sc
d0 di add r0 ri add d0 r0 shp
{
% fill interior arc
d0 0 r0 a1 a0 arc
d0 di add 0 r0 ri add a0 a1 arcn
fill
% fill exterior arc
d0 0 r0 a0 a1 arc
d0 di add 0 r0 ri add a1 a0 arcn
fill
}pop
% advance to next
/d0 d0 di add store
/r0 r0 ri add store
}for
pop % pop our function dict
% handle Extend
currentdict/Extend known
{
/Extend load 1 get r2 0 gt and % no need to extend if the radius of the last end is 0
{
Nsteps/Function load FunEval sc % last element
% case 0: circle1 inside circle2
% case 1: circle 2 inside circle 1
% case 2: circles don't contain each other and r1 == r2
% case 3: circles don't contain each other and r1 != r2
{
{
dx 0 r2 0 360 arc fill
}
{
dx 0 r2 360 0 arcn
xmin ymin moveto
xmax ymin lineto
xmax ymax lineto
xmin ymax lineto
xmin ymin lineto
eofill % for the bigger radius we fill everything except our circle
}
{ % r1 == r2, extend 1
% r3 = r, x3 = (abs(xmax) + r), x1 = dx
% x(i+1) r(i+1) x(i) r(i) shp
xmax abs r1 add r1 dx r1 shp
}
{ % no containment, r1 != r2
r2 r1 gt{
% we find a circle on our line which is outside the bbox in the
% positive direction
% x(i+1) r(i+1) x(i) r(i) shp
calcmaxs dup % maxs maxs
% calculating xs: ((maxs+r1)*x2)/(x2-(r2-r1))
r1 add dx mul dx r2 r1 sub sub div % maxs xs
exch 1 index % xs maxs xs
exch sub
dx r2
shp
}{ % the endpoint we are drawing is that with a circle of zero radius
% x(i+1) r(i+1) x(i) r(i) shp
r1 neg r2 r1 sub div dx mul % this is point of ending circle
0 % radius of ending circle
dx % point of starting circle
r2 % radius of starting circle
shp
}ifelse
}
}
sh3tp get exec % execute the extend at end proc for our shading type
}if
}if
}bd
/sh % emulation of shfill operator for type 2 and type 3 shadings based on type 0 functions
{ % shadingDict --
begin
/ShadingType load dup dup 2 eq exch 3 eq or
{ % shadingtype
gsave
newpath
/ColorSpace load scs
currentdict/BBox known
{
/BBox load aload pop % llx lly urx ury
2 index sub % llx lly urx ury-lly
3 index % llx lly urx ury-lly llx
3 -1 roll exch sub
exch rectclip
}if
2 eq
{sh2}{sh3}ifelse
grestore
}{
% shadingtype
pop
(DEBUG: shading type unimplemented\n)print flush
}ifelse
end
}bd
% end of language level 2 ONLY code
{restore}if not dup{save exch}if
% languagelevel3 ONLY code goes here
L3?{ % we do these loads conditionally or else they will fail on a level 2 printer
/sh/shfill ld
/csq/clipsave ld
/csQ/cliprestore ld
}if
{restore}if
%currentdict dup maxlength exch length sub (number of extra slots in md = )print == flush % *** how many entries are free
end
setpacking
% count 0 ne { pstack(***extras on stack during prolog execution***\n)print flush}if % *** BARK if anything is left on stack
%%EndFile
%%EndProlog
%%BeginSetup
% Disable CTRL-D as an end-of-file marker...
userdict dup(\004)cvn{}put (\004\004)cvn{}put
[{
%%BeginFeature: *OKMultiOutputMode False
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *Collate True
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKAboutDriver Name
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKAlwaysKToner True
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKBlackFinish Gloss
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKColorBrightness 0
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKColorContrast 0
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKColorRenderStyle Auto
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKControl Auto
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKDrumCleaning False
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKDuplex None
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKHardCollate True
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKLongEdgeFeed True
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKMPTPaperSizeCheck True
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKMediaType PrinterDefault
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKOptionTray 0
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKOutputToFile False
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKPaperSizeCheck True
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKPaperSource Auto
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKPhotoMode False
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKResolution 600x600dpi
<< /HWResolution [600 600] >> setpagedevice
<< /cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8 >> setpagedevice
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *OKTraySwitch True
%%EndFeature
} stopped cleartomark
[{
%%BeginFeature: *PageSize A4
<</PageSize[595 842]/ImagingBBox null>>setpagedevice
%%EndFeature
} stopped cleartomark
userdict/ESPrc/rectclip where{pop/rectclip load}
{{newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
neg 0 rlineto closepath clip newpath}bind}ifelse put
userdict/ESPrf/rectfill where{pop/rectfill load}
{{gsave newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
neg 0 rlineto closepath fill grestore}bind}ifelse put
userdict/ESPrs/rectstroke where{pop/rectstroke load}
{{gsave newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
neg 0 rlineto closepath stroke grestore}bind}ifelse put
userdict/ESPwl{}bind put
%%EndSetup
%%Page: 8 1
%%PageBoundingBox: 0 0 595 842
%%BeginPageSetup
%%EndPageSetup
cg_md begin
bp
sdmtx
%RBIBeginFontSubset: UOKMUD+Meiryo
%!FontType1-1.0: UOKMUD+Meiryo 1.0000.6.3000
14 dict begin
/FontName /UOKMUD+Meiryo def
/PaintType 0 def
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
dup 33 /gid5 put
dup 34 /gid6 put
dup 35 /gid4 put
dup 36 /gid11 put
dup 37 /gid26 put
dup 38 /gid119 put
dup 39 /gid36 put
dup 40 /gid59 put
dup 41 /gid54 put
dup 42 /gid127 put
dup 43 /gid99 put
dup 44 /gid55 put
dup 45 /gid28 put
dup 46 /gid126 put
dup 47 /gid53 put
dup 48 /gid88 put
dup 49 /gid42 put
dup 50 /gid61 put
dup 51 /gid29 put
dup 52 /gid39 put
dup 53 /gid90 put
dup 54 /gid93 put
dup 55 /gid48 put
dup 56 /gid110 put
dup 57 /gid112 put
dup 58 /gid97 put
dup 59 /gid79 put
dup 60 /gid63 put
dup 61 /gid78 put
dup 62 /gid49 put
dup 63 /gid41 put
dup 64 /gid45 put
dup 65 /gid57 put
dup 66 /gid46 put
dup 67 /gid50 put
dup 68 /gid96 put
dup 69 /gid35 put
dup 70 /gid118 put
dup 71 /gid12 put
readonly def
42/FontType resourcestatus{pop pop false}{true}ifelse
%APLsfntBegin
{currentfile 0(%APLsfntEnd\n)/SubFileDecode filter flushfile}if
/FontType 42 def
/FontMatrix matrix def
/FontBBox[2048 -2016 1 index div -901 2 index div 3732 3 index div 2171 5 -1 roll div]cvx def
/sfnts [<
74727565000900000000000063767420000000000000009C0000030A6670676D00000000000003A800000BD8676C79660000000000000F80000028B26865616400000000000038340000003668686561000000000000386C00000024686D74780000000000003890000000A06C6F63610000000000003930000000526D6178700000000000003984000000207072657000000000000039A40000046C0626000B000005E3001F009A05E3001F000004E3001F0000000000000000046A001F00960000FFE100000000FFE100000000FFE10000FE5FFFF5000000000000FE730000000000000000000005EE00140234FFEC03BA00140000FFEC00000000000000000000000000000000000000000000000000000000FEB0087B0000000000000800000008000000040000000070009F0095007F0000008C007A00660000000000000077008B00000000000000000000000000000000000000000000000000000071000000B7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C200BA00AD00000000000000B600B000A6009E0000000000BF00B400AA006A000000000000000000A5009F0090000000A6009D0096008F00A10097008A007A0080008500000000000000000000009A000000000000000000000000000000000000000000E3011101A0028300D300CC00000000000000000000000000000000009A0094000000C700B7008C008A008500650074006E00A000AF0000000000A4009D00000000000000000000000000000000010900000000000000810077007A0000000000000000009900000086007A00000084008000760000018E02350075007B00C200000099009000860078042002F600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000410046004B00500055005A005F00640069006E00730078007D00820087008C00910096009B00A000A50000000000000000008C00910096009B00A000A50085009300A000AE00B80073004E0000000005EC00160000059A00180000059A001800000000000000000000000000000400001800000000FFE800000000FFE8FF890000FFE80000FE29FFF5000000970000FEBA0000008A00D600E100970094008A00770080005800C300860071FCAEFFEB000D000040565F5E5D5C5B5A5954524D4C4B4A4948474644434241403F3E3D3C3B3A393837363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A191817161514131211100F0E0D0C0B0A09080706050403020100
2C0118B0184358456AB0194360B00C2344231020B00C4EF04D2FB000121B21231120332F592D2C0118B0184358B0052BB000134BB0145058B100403859B0062B1B21231120332F592D2C0118B01843584EB0032510F221B000124D1B2045B00425B00425234A6164B0285258212310D61BB0032510F221B0001259592D2CB01A435821211BB00225B0022549B00325B003254A612064B01050582121211BB00325B0032549B0005058B0005058B8FFE238211BB0003821591BB0005258B01E38211BB0003821595959592D2C0118B0184358B0052BB000134BB0145058B90000FFC03859B0062B1B21231120332F592D2C4E018A10B10C194344B00014B1000CE2B00015B90000FFF03800B0003CB0282BB0022510B0003C2D2C0118B0002FB00114F2B00113B001154DB000122D2C0118B0184358B0052BB00013B90000FFE038B0062B1B21231120332F592D2C0118B018435845646A23456469B01943646060B00C2344231020B00CF02FB000121B2121208A208A525811331B212159592D2C014BB0C85158B10B0A432343650A592D2C004BB0C8515800B10A0B4323430B592D2C00B00C2370B1010C3E01B00C2370B1020C453AB10200080D2D2CB0122BB0022545B00225456AB0408B60B0022523442121212D2CB0132BB0022545B00225456AB8FFC08C60B0022523442121212D2CB000B0122B2121212D2CB000B0132B2121212D2C014BB0C85158B00643B00743650A592D2C2069B04061B0008B20B12CC08A8CB8100062602B0C642364615C58B00361592D2CB1000325456854B01C4B505A58B0032545B0032545606820B004252344B0042523441BB00325204568208A2344B00325456860B003252344592D2CB00325204568208A2344B003254564686560B00425B0016023442D2CB00943588721C01BB01243588745B0112BB00D2344B00D7AE41B038A45186920B00D23448A8A8720B0A05158B0112BB00D2344B00D7AE41B21B00D7AE4595959182D2C208A4523456860442D2C456A422D2C01182F2D2C0118B0184358B00425B00425496423456469B0408B6120B080626AB00225B00225618CB0194360B00C2344218A10B00CF6211B21212121592D2C01B0184358B0022545B002254564606AB00325456A6120B00425456A208A8B65B0042523448CB00325234421211B20456A4420456A44592D2C012045B00055B018435A584568234569B0408B6120B080626A208A236120B003258B65B0042523448CB00325234421211B2121B0192B592D2C018A8A45642345646164422D2CB00425B00425B0192BB0184358B00425B00425B00325B01B2B01B0022543B04054B0022543B000545A58B003252045B040614459B0022543B00054B0022543B040545A58B004252045B04060445959212121212D2CB0032520B0072587052E2320
8AB00425B00725B0142B1021C4212D2CC02D2C4B525845441B2121592D2CB00243583DED181BED592D2C4B505845441B2121592D2C01184B52588A2FED1B212121592D2C4B53234B515A58B003254568B003254568B003256054582121211BB00225456860B0032523442121591B212121592D2CB00243583DCD181BCD592D2C462346608A8A462320468A608A61B8FF8062232010238AB10C0C8A70456020B0005058B00161B8FFBA8B1BB0468C59B0106068013A2D2C2045B0032546524BB013515B58B0022546206861B00325B003253F2321381B2111592D2C2045B00325465058B0022546206861B00325B003253F2321381B2111592D2C004BB0C8515800B00743B006430B592D2C8A10EC2D2CB00C4358211B2046B0005258B8FFF0381BB0103859592D2C20B0005558B8100063B003254564B00325456461B0005358B0021BB04061B00359254569535845441B2121591B21B0022545B00225456164B028515845441B212159592D2C21210C6423648BB84000622D2C21B08051580C6423648BB82000621BB200402F2B59B002602D2C21B0C051580C6423648BB81555621BB200802F2B59B002602D2C0C6423648BB84000626023212D2C184B5358B00425B00425496423456469B0408B6120B080626AB00225B00225618CB00C2344218A10B00CF6211B218A11231220392F592D2CB00225B002254964B0C05458B8FFF838B008381B2121592D2CB0134358031B02592D2CB0134358021B03592D2CB00A2B2310203CB0172B2D2CB00225B8FFF038B0282B8A102320D023B0102BB0054358C01B3C59201011B00012012D2CB0482B2D2C01B0022510D023C901B00113B0001410B0013CB001162D2C01B00013B001B0032549B0031738B001132D2C4B53234B515A5820458A60441B2121592D2C184B5358B00425B004254964B00325B00325496468B0408B6120B080626AB00225B00225618CB00C234421B004251023B00CF61BB00425B0042511122320392F59CC21212D2C0118B0184358B0052546234564611B21B00425B004254A59B00E23442310B00EEC2310B00EEC2D2CB01B435820B0016045B000515820B0016020452068B0005558B0206044211B212121591B20B0016020452068B0005558B8FFE06044B01C4B50582045B02060441B21591B21212159591B21592D2CB0022546206861B00325B003253F2321382D2C462346608A8A462320468A608A61B8FF8062232010238AB10C0C8A70456020B0005058B00161B8FF808B1BB0818C59683A2D2CB0402A212D2C2035B001602D2CB0024354584B53234B515A58381B2121591B21212121592D2C49B00E23442D2CB0024354584B53234B515A5820458A60441B2121591B21212121592D2CB0024350584B53234B515A58381B2121591B21212121592D2C4B53234B515A5820
458A60441B2121592D2C4B545820458A60441B2121592D2C4B53234B515A58381B2121592D2C4B5458381B2121592D2CB002435458B0462B1B21212121592D2CB002435458B0472B1B212121592D2CB002435458B0482B1B21212121592D2CB002435458B0492B1B212121592D2C4B52587D1B7A592D2CB1020042B123018851B1400188535A58B910000020885458B202010243604259B12401885158B920000040885458B2020202436042B12401885458B2022002436042004B014B5258B2020802436042591BB940000080885458B202040243604259B94000008063B80100885458B202080243604259B94000010063B80200885458B202100243604259B94000020063B80400885458B202400243604259595959592D2C20B82000628A6023622D2CB0072558001B0159B0042510B00325B0022520B8FFFF545821CD1BED5921B006255CB006255A58B0092B5920B005254AB0042547B004254760B0062547B0806361B00225B0005558B00325B00725496359B0082558001B0159B00425B0062549B009255CB009255A58B0092B59B0072546B0806361B0032520B0005558631B2159612320B0005558B080631B21B08059B0592BB006255C586959B00425202010B00048233AB0062658001B0159B0052658B003252F598A12233221212D2CB00625B00A2587B00625B009254AB0005358B00625B00A251BB00925B0072559B00225B00225070CB005256323B00625636020B94000040063535821B00426B00426B00A1BB94000040063655158B0042665B0042665B00A1BB00426B00426B000B00325B003250B0D0AB0092EB00725B007250B0D0AB00B2EB00525B0052507595920B0005558B00525B0052587B00725B007250BB0092510B00B25B0092620B8FFFF545821CD1BED59B00525B0052507B00825B00B254923B00625B0062587B00A2510B00B25C15920B00051B800522378B00161B00225B00725B0072507B00A25B00D254961B08062B00525B005250BB00A252338B00625B0062587B00825B008250BB00A2510B00B25C4B00625B0062507B00925B00C2549B0032554B8FFA723792121212121212121212121212D2C23B0005458B9400000001BB900004000598AB0005458B9400000001BB90000400059B05B2B2D2C08B0005458B9400000001BB900004000590DB05B2B2D2C8A8A080D8AB0005458B9400000001BB90000400059B05B2B2D2CB00426B00426080DB00426B00426080DB05B2B2D0002010000000700060000030007001FB6054A03044A0007BC01390001000401390000002FED2FED012FED2FED3130211121112521112101000600FA800500FB000600FA008005000001010A0000042C05E8000C00214010059C0609060B029B010C090B8A0502032FCD32FD39CD002FED323FD6ED3130212135211121353636
37331121042CFCDE013AFEC6B89E0A8E01348A040C7A016770FAA2000001009200000482060200180035401A1206010C09990F070217990117011289060D060D060100001A012F12392F1239392F2F10ED1139002FED323FEDCD123939313021213536001235342623220723353633320415140E0201210482FC10A0018FC2A38CCDC60ACAD8E40106438EC6FE9C033AC38A016E01168B7B8A82C360DDBF66BAB0C6FED100010098FFE1046D06020026004C4029201F0B9A400C19250C9A123016139919070104992519200B1C891016100B0B101603002289070728002F11392FED1217392F2F2F10ED1139003FEDCD3FEDCD2B00182F1A4DED393931303735331633323635342623233533323635342623220723353633321615140607150411140023229810CBD9A0C1A8BC5844A2B8A18DCBC80BCAD9E9FFAA800149FED2EEE33FC986AE9B90889A8A7D6A7383C55FC3A67AC01A103BFEC0CFFEF600000100B9000005EC05E3000C0031401A02050A0B040804040708030107090A0B0306007E01010E067F072FED12392FED121739002F333F12392F12173931302123110123011123113301013305ECBAFE4D66FE4DADEE01AB01AAF0050EFC8C0374FAF205E3FC9D036300000200B90000049305E3000A0013002640130C920000020B92030302077D1010150C017E022FED3212392FED002F3FED11392FED313001112311212004151400210311333236353426230173BA01A001230117FECFFEEEDDBAE5BFBACC0239FDC705E3F5CFD7FEF1030CFD91B19393980001001F00000467046A000600164009030F020600000804032F3312392F33002F3F3130010123013301010467FE1F89FE22BF016B0166046AFB96046AFC8E037200000100A4FF9E0264019A00050007B10104002FCD3005072627371202648982B575DB0A58D6D452FEFD00000200ACFFAB02C801B9000B0017000FB609C70F0F15C703002FED332FED30373436333216151406232226371416333236353426232206AC9E70709E9E70709E755A3F3F5A5A3F3F5AB26D9A9A6D6D9A9A6D3F5A5A3F3F5A5A000002005AFFAC07A206190005002C00B6400C2120080722062229232C230CB8014C401B1C1C2203000300062A2A2C06062315152223232E2D2322591F011FB801324015360A460A021F0A2F0A02EF0AFF0A020A0A1229062AB80139B22C2217B8013AB22C0412B8FFC0B40B0F481200B8013A400A20013001400103010103B8013AB52F043F040204002F5DED322F5DED2F2B1239ED322FED393912392F5D7171ED5D2F3330011112392F33392F12392F33392F1239392F2F11392FED1087C01087C0C0C0C03101072425352001040736333217141E03333237070623222E022726262322060127360136373637053521060D17FE29FD6D02850237FEE5FC33299406
120F2AB2679087027196DCAB5F180B042C2D5EAEFD9E6BD501A06BD0DD5FFBC404EE05D58B440883FDF5CEC70DDA38B5262C0D09900722568DD1403D88FE0F6BA201535D9CA75004830000020056FFB207DB06520025002C00A44015090F0F0C0C0B0B131F2121241C1702251B221F1C25B8014DB324241C06B8014DB51313291C2A26B8014D40152927271B1C1C2E2D1C1B27272A2A3F2401240C1B09BB0148000C000FFFC0B40C0F480F17B80139B7020F244F24022420B8013AB10221002F33ED325D2FED2F2B33ED322F2F5D392F392F2F3330011112392F33392F33ED321112392FED12392FED123939111239391112392F1112392F33113911333101140721321617020223222737161633323612353426232106020207273600132135213611330107020137161202BF0A01808EA10101AAD57CE03234C2245061416A59FEA4285ECB90718301012CFE79019707A2051C9B89FEFB758AFB059E5A73CBA4FE6CFDEF767F1940A70140DEC66AFFFE94FE70A1529A022501768646014DFC232901F50117508DFE2700020106FFE7074605A5000F0020008940150807000405050B0F000A0B000B001620101022191BB8014C401218161622211918181D0D0520043004020410B80146B2202013BA0146001DFFC0B6090E481D040D0AB80145B30B000B08B80137B33F0D010D002F5DED33322FED11332F2BED332FED2F5D331112392F3330011112392F33ED3211392F331239392F2F33113312392F3312393931010E0205273637270405272421321713042123202435343717061514042120250700338356FEDF4764CD04FE9AFD3408018B02B0DB4869FED5FE8A76FE26FEB1CD6DA2012301C0015C0150050C0B31299264366814061B8C0F03FA732EC0B3DAB3519F927F703200010186FFB4076B061500160042B40313130E00B8014BB41616180C0EB8014D40090B0909181716160B03B80146B6132F0B3F0B020B002F5D2FED11392F30011112392F33ED3212392FED123911333101020021222E03351013330211141E0233200013076B71FE48FEA687D2965A192CA4350D67CC97010F01687002BCFE70FE88366BA1BCD901710219FDFDFE718BBFA2540131017C00000200A2FFAE07A40660000B002C0085B41314141F10B8014DB319190D2BB8014DB600422528280C05B8014C40101F1F260C0C26262E2D29190E2403221CBB0138000800020138B40022012213B80138B708222714290D2B26B80139B52F273F270227002F5DED3332332F123939ED2F5DED2FED1117392F30011112392F392F12392FED12392F33E5ED32397C2F18ED12392F3331012623060617141633323637012111161502000527360035342706062322263534363332173521352135331521048E39B5588A016C5D768D030316FD894201FE7BFEE229F001470419
B88192CAE3A57C61FC1603EAA1027703587101905961769A7D01CFFE7F74CAFEF8FE99127D110128DB251E7485B98CA1D749F183EFEF00030085FFB6077B06600011001B002C00B8400D040400131217181218121C2527B8014C4010242222002C1C1C2E0D0D090205080300B8014D4014110C0F110309092E2D25242429170908081F1118BA01390017FFF0B2171716BB0139001A001C013AB42C102C2C1FB8013AB21A0E29B8FFC0400B0A0F48292F11011105020DB9013A000E002FED3332335D2F2B1239ED332F38ED2FED322F38ED2F11332F331112392F3330011112392F173310ED173212392F11392F3312392F33ED321239392F2F33113312392F3101140721152102000727361213213521363501072623200527242132130621222426353437170615061621323702CB0A02D7FD1E24FEF48A7791E71BFE940175060519023129FE9AFE530A0187017E436C9FFEF1E5FEFB967270490189013BF0DA0660709C85FE7FFD10A84ECE02B5014885818BFDB08302298429FBED1B2688628E7F3F625B3E5A1B0000050085FFB6077B06D70011001B002C0032003800EAB1312DB80150B3302E3733B801504010363434040400131217181218121C2527B8014C4010242222002C1C1C3A0D0D090205080300B8014D4024110C0F110309093A39342E2F113F114F1103113725242429170908081F2E1A110E373118BA01390017FFF0B2171716BB0139001A001C013AB42C102C2C1FB8013AB21A0E29B8FFC040090A0F4829343105020DB9013A000E002FED333232392F2B1239ED332F38ED2FED322F38ED2F331239123911332F331112392F332F2F5D2F2F30011112392F173310ED173212392F11392F3312392F33ED321239392F2F33113312392F332F33FD32D632ED323101140721152102000727361213213521363501072623200527242132130621222426353437170615061621323703072627371607072627371602CB0A02CFFD2624FEF48A7791E71BFE940175060519023129FE9AFE530A0187017E436C9FFEF1E5FEFB967270490189013BF0DA0273424D6A45D073474A6D560660709C85FE7FFD10A84ECE02B5014885818BFDB08302298429FBED1B2688628E7F3F625B3E5A1B05362F9B79336BEB33A27731870001006D00170798057900120048400A0D0707040A0001010B10B8014DB704040A0B0B14130BB80147B30A0A0700BC014500010007013A000D002FED2FED11392FED30011112392F33392FED12392F3311123911333125272400133424272204052724210400111000024A190294022E01FEF0EA96FD4FFED016037A01020142016DFDAB178D1201370121E2FF015E3C948F01FEC0FEDAFE9AFE7F000003006DFFB80765059E0018001E0024007FB223221FB80150B54020801D1C19B80150400D1A1A000B0A0A04
000026010104B8014C401315121216162625601A0160200120231A1D160CB80146400970080108231D014216B8013AB33F170117002F5DFDE433332F5DED10DCCDD6CD5D5D30011112392F392F33ED321112392F12392F3312392FED33321ADE1AED33323101210600151416043332370723222624262635341237213521130726273716070726273716073AFE0BB7FEA5B80134FE3B3E0A05B9F4FEF2CE64F5C9FC1506CD2B73434C6A45D07348496C5705154EFE61E0ADE76B03940D55AEE490C9018B8985FE0A2F9B79346CEA34A27731870000010132FFC0073E064200210072B516110A110D0FB8014D400C0A0C0C130813141400002319B8014D4014080823220A11130F0C3F0C4F0C030C2110212103B80145B7501E601E021E0C14B80145B75913691379130313002F5DED322F5DED332F382F5D11393930011112392FED11392F392F331112392F33ED32321112393105042122242E02351025020333061514133625170604040615141E0204372025073EFEE3FEB98EFEB3D7A84E02211B05A60114C10220299EFD63FEB6A22A5C9F010E9F0171012C231D0A2C7298630156E8013C01652B30EAFEE0479B8E2AC2AFC36C36584A370C012400000300FAFFCB0746061F0009001600280090400A140A0E100A100A172022B8014C40091F1D1D17172A060008B8014CB6050103032A2901B8FFC04011091048208F1F011F1F250E018F05010517B80145B528102828011ABB013A0025000C013AB31212050EB8013AB380100110002F5DEE33332FED2FED32332F38ED2F5D2F1112392F5D332B30011112392F3333ED323211392F392F33ED321239392F2F33113331050702111013170211100126232205342724213217151413062320242635343717061514161633323701F08F67899A8A05A79F8DCFFDE20602030142A03511D1C8FEEAFEED8E96747B85DFCDD0C014210149018101A401E61BFE39FE50FE9D03EB031C2D5A1E03092EFAB616419676ACBF3E879D4E601F180002005FFFD707AF05C50015001E0068400B00010104160A1C1C191007B8014DB316160D13B8014DB304042019B8014CB40D0D201F0AB80145B21C1C00BA013A0001FFC0B50B1048011607B80139B370100110002F5DED322F2BED332FED30011112392FED12392FED12392FED39123911331112392F333105272400111000250200212202351000212000111000010400111416333200042C27014201C9FE8FFEB60BFE94FEEEAAC302500195017D01EEFE0EFDFBFEDEFE5E7A6DBB011629871D013C013A0118013209FDE6FD300121D001570223FE83FEB6FE88FE72053F2CFE4BFEED92CB02BB000300DAFFC707D1063B001B0026003000B4B311112F22B8014C40130A0A102F18181901000032191D16161D190303B8014DB6131010322D272FB8014C400A2C
282A2A32311A0F0D00BAFFF000000138B51D030101071FB80137B30D191611B8013A400E3012401202122C0D122C03142807B80138400D6025702502256014013F140114002F5D5D2F5DED321217392F2F5DED33322FED11392F3939ED3811393930011112392F3333ED323212392F33ED17392F2F2F12392F3312392F1112392FED12392F312507262715140623222635343633321711213521113311211521111605352623060615141633200507021110131702111007D15A61F9C9F1A3E9DE9D9A92FD4102BF9D0175FE8BE9FE8378BA68859A6A011BFC4E9566899989B67B58A03D98979E8588A925024F87016FFE9187FD7A5E6B7933015D52515B5A210149018101A401E61BFE3CFE66FE9600000100AEFFAE075F064800240098401920200C0000090318181713011E2123041D031215171A04101CB8014DB31D1D0703B8014CB41010130A0CB8014D400C090707131326250A010A2313B8013AB4101401140EB8013A400F1419051F1C3F1C4F1C031C1C211E18B9013A0019002FED3332322F5D2F1239ED2F5DED3333322F30011112392F392F33ED3212392FED11392FED111739111217391112392F1112392F12392F3101210215102120113427371615102120113437213521363721352136371703211521060721059AFD483001D5023E737F8EFD28FD9227FE6E01A91633FE1B02031531A0420388FC592A2002A102B0FEE55CFEFE0129DBCF2BF7F0FE60019373FC8580EB8760C10AFEE987BCAF000200F6FFB207330650000800220084400E010006050005001F16090A0A141FB8014DB50D0D24191317B8014D400E141616242316191C141413130A10BD0139001C0000FFF000000139B63F014F01020109B8013AB51C060A011605B901380006002FED32322F1239ED2F5DED382FED11392F331112392F30011112392F33ED323212392FED12392F33111239392F2F33113331010726242425370404012724243534262322040727121317020336243320041510002106794E49FEDBFEBFFEB32D016C0244FC5715028201BEE9C5ECFE098483820FA207658901C5C401220142FDF3FD6A054883225B553A7F3DA0FA3F8908D1BBA5B3CFA04C014E01DF04FEF2FE877193F4E7FF00FEE300000200A6FFA4072D05FA0021002A00B4401105141417110910090C0A0F0A1A29292700B8014CB322220227B8014C400C1C1C02090D0D0A0F10100A17B8014DB70202090A0A2C2B24B80139B41F1F28140ABAFFF0000A0138400A12140F09010900222805B80138B314090D1AB80138B5140F280C100DB8013AB31F0F010F002F5DED39392F1239ED11392FFD113939D65D1139ED381112392FED30011112392F33392FED11392F3312392F1112392FED11392FED123911331087C01087C00111391133312524113424232204040727000105
352117011736332000151000212011343633320407022322061514213205120177FEECE69EFED3FE794D4A02610245FC0C04C546FD3F087A79011F0171FE3CFE84FDF6D881B50102743AFE518101624D495A0128B7C850F6417B018901B2048566FE180C25FEF8E9FEEFFEE1011F719ACAD5011F5042990000010075FFB10771065E003600E5401D1E1E221B0414160301193430002A272731251925282A04231A201D1B23B8014DB322221B00B8014CB70101320B0C0C3206B8014C400E11111A3132321A1B1B38372B2E1BBAFFF0001B0133B71A01010434030832B8013A400A14300F43315331023116B80136400A312E0B100B0B081A1E0FB8013AB72E1F08222228251EB801394009501F012F1F3F1F021F002F5D5DED3332332F2F1239ED113911332F382F33ED2F5D123939ED1117392F2FED38113930111201392F33392F3312392FED11392F3311392FED12392FED123939111217391112392F11123939111217391112392F312523113427041514162120371706212024352600252623220407072700132135213637170607211521060717363633321725170605161505139403FE34CE014B0189EA0AEEFEC8FE1FFEDC0101030141296A78FEEBCDA656016EB4FE2E02092E19A6192B02E7FCE4388B0F27E63EC247024D42D0FE660CFE01483A29E7BC5E6F25911CA89C8B01109E5A57AF8C66011C01748277790E736F8273BD08192F91E38744994B7200040010FF7F07BA06910006000A0017002600B340250A0C012A0C7A0C8A0C9A0CEA0CFA0C060C1515120F0E0E0B121220030B6F037F030203231FB80138B64F206F20022001BAFFF000010133B40000070B19B8013C402020085F1A01301A01001A01201A301A801AA01AB01AC01AE01AF01A081A1A0307B80138401D6008010F083F084F089F08041F08AF08BF08EF08043F088F08CF080308002F5D71725DED33332F5D7172711239ED3211392FED382F5DED322F5D2F1112392F12392F3312392F335D71301327361317060001352115011106072736003717060733112521273332351121352115211114069655F0B89461FEE9025C0403FA0E867B619E013551965A9939038BFEC911F953FD5704C4FE8C67046764A9011D378FFEE201117F7FF9C103389B645A86019CA62AAECCFC491C9245030D7D7DFCB0435100040013FF9207F10694000E0012001A001E008BB70A031A032A03031EBD013700170007FFF000070135B206060EBDFFF0000E0139000000100137400D110014031A1A16400B10481614B80137401017110A001B101B02201B301BF01B031BB8FFC040181015481B1B031F0A6F0A7F0A03500A600A02400A500A020A002F5D727133332F2B5D71123939FDC52B322F1112392FED2FED38332FED382FED713001260027060005272400373316001705213521
132115231121112325211121079FD5FDE5B38BFDF2FEF343010401F57BDD9E0213DCFE1BFBEE041220FB989D05A39EFB980468FB98036E580192D8C0FE67756E7D0190B7CDFE7D563F79FBCE64030BFCFBD701B500050028FF7C073906460016001A001E002400280097B70807071203012505B80138B31F281A22B80137B56F1D011D0312B8013A402C1F1D0C13402629488013017013B01302001310130220133013601370138013A013B013C013F013091313191CB8013740234F0C8F0C9F0CDF0CEF0C050F0C011F0C6F0C7F0CAF0CBF0CFF0C063F0C8F0CCF0C030C002F5D717272ED32332F5D7171722B123939ED322F5DED33322FED33322F11332F33300121112311210203273612111121111406232127333235111121110321112101211121151405211121069AFDCE9BFDD332DA6C846C06216F47FEEE17E25EFDCE9BFDE80218FDDE0222FDE802B30232FDCE0208FD91026FFE7FFEF549B401A9010E0316F9EC3C588E4F03F30163FE9D0163FE9DFE19016EA71DAA016E000001001CFF8C07D206A3003500AB4010242929222726262B0A300404010A1507BAFFF000070135B3061E1B0EB80137B60F0F132E221F0ABD0137000B002BFFF0002B0137B42C2C000134B80138400A33103333010612033100B80139B60B1301151A1712B8013740172F133F136F137F138F13AF13BF13CF13081340171B4813002F2B5DED3332332F1239ED3333113911332F38ED1112392FED382FED33323212392FED33322FED382F11123911331112392F331139113330052736371106072724012135213521352135213521353315211521152115211521152116173637170607160507000306071124371506010A1968BCDCE73601D30148FD2A0345FD4002C0FCF3030D9D0324FCDC02BCFD44035DFCE45D86FC707591F2DA013360FD7AF881C101BCB04A7483060F018273486C9C01137DD379C27A98987AC279D37DCC96996B657589C57779010702577877FE32271A7E1300050024FF8607CA0667001E00220026002A004200B94009132E3D2C3F130F072CBB013A002B00400137B33F0B0107B80136B41029012928B80136400E0F235F236F2303102301233C3930B80136B63F314F31023126B8013540097F1F01001F011F3834BD013700350004FFF000040134B403032B221AB801384013351F3123293F0608100F01300F800F020F0F22B80135B6200801D0080108002F5D71ED332F5D71121739ED1139322FED382FED322F5D5DED2F5DED33322F5D5DED2F5DED32322FED2FED111239111239392F3001230205272413231121112311141633323636371717140E022322262635012135211121352101211521012736371123353311213521152311331523113637170604058BD035FDF63901B528AA038FE232504F4013057D011038578360
7944FE800262FD9E0262FD9E0262FD9E0262F9D61F71BCFDFDFEF70298F9E0E0CA67154AFDEE020EFE10986B8C01910459FBA7FE542326245E8B0CA2524233140C4F4804DBDCFDDADAFEB5DFFE3987162E02227301BF7777FE4173FE04362777229700060071FF950791063600030007000B000F0017001B00A8B61313601701171BB80136400AB014010F142F1402140CB80135400A7F0D011F0D2F0D020D08B80135400C7F0901000910092009030904B80137400A00058005900503051711B80136401A05090D1404010018101870180320183018501803101801181800B80137401B0F011F015F016F017F019F01AF01BF01083F017F018F01CF010401002F5D71ED332F5D5D71121739ED322F5DED2F5D5DED2F5D5DED2F5D5DED2F5D332F300135211501352115013521150135211503211523112111232521352101360590F9AB0720F9A90580FA80058062FB429B05F59CFB4204BEFB4205BF7777FEDB7979FEE46F6FFEE86F6FFD72430220FDE0B6F700060033FF8307C506A700230033003B003F0045004A00CB402049504060407040034040353C08121214100B0B090A0A030D43704601C0460146B8FFC0B50E124846463FB801374009383F1E011E22010220B80134B41B17061902B80138B2033124B801374009256F0D010D0D302D28B80137400A293B373B372F00010035B8013740183C50140114380325292925033814052B3C0D2F2B5F2B022B002F5DC62F1217392F2F2F2F2F5D10FDC45D39392F2F10ED3332322F5D10ED332FEDD43939CDFD113939C65D10ED392F2B5D71C41112392F33391133113911331112392F5DC4300511052733323736370137173637170607161736371702033637273716170726270607110135211121352135331521152111211503211523112111232521112101271237170201161707030183FEBE0E171D47565CFED75A28893F8E7289504A8D3E8ACBF5C49C347730457B0813436D017001A6FE3F01C1A301F7FE0901C1E0FDA799038F9DFDA70259FDA7FC587B4B0C8A2802220826822E7D0344157B026C7E01165824B68E30C0A34747C97937FEC7FEDD0A0D971D80D422203A0909FCB103CA75015A78FCFC78FEA675FC964F02F0FD10C701B4FE15190104F211FE83018E9ED41101740000020011FF7B07BF06A100170024005DB900160137B47F13011312B8013740097F0F010F130F000E02B80137401D0B05040B040008191B221C1B221B1F1800301F011F3F087F08CF080308002F5DC65D2FC41139392F332F1239111239392F332FED321139392F5DED2F5DED3005112302072736123717060721152111211521112115211105110607273600371706033311048C9789B86FA8D62AA12A3E0399FD6A0259FDA70264FD9CFC2C6578679F01332CA136B122740543FECBDF4FD701FEC2
1BA19F77FECB79FED37BFE131103FCA99152CB0265DE1DD8FEA4FB2F00070015FF8107ED06BE001F0023002700490054005A0061011540311C12121717190F32373738315B5558A05EB05E025E44463F413A34554B4F1514141907382E2E0A3031313A2B340A280A19BAFFF000190134B21A4A4FB80135400E0050010B03504829462A3D2C2B46B8013440093F401E24483F3F5E2ABB0138002B00250135B42040080720B80135B348300F07B80135400A2620262B50040828014BBAFFF0004B0131B34A4A6201B80139B3020A0C23B8013540172F083F086F087F088F08AF08BF08CF08080840171A4808002F2B5DED33332FED11392FED3811331117392FED322B001A18104DED2FED32332F2BED123939111239392F5F5E5DED10D4ED382F2F11331239392F33113911331112392F331112392F2F3F10CE2F5DC42F2F1112391133111239113311333005232733323511211121371707211121151617363717060716170724031114060121352101211521011105273736372627371736371706071736371702013637273716170726270607112527361237233521170600252627371617052712371706020512CB0F974BFE67016039984501E9FE5F2855C7666A62F4A3D762FED4AA5EFEB602B7FD4902B7FD4902B7FAA2FED1136A4C6931E858257842866C7E8F903E88BBFEFED6852E793A287B04104D5D010D4BA2BF15DE015F2015FEFBFEDB1A1C751424FD8171521086114A72834302F602C9AB1F8CFD376873828C675A5A9BD89768DB0159FE3240520552C2FED3BEFBCA0347187D035E9032E15823AB9230B9A88FCE7D39FED8FEC8090B9621B4922113370907FCAE36586E01328A6C1FD1FE64B87FD81182D3C41B011DD20A7EFEC400050047FF8407C306930006001D00210027002F007BB90023FFF0B2262522BD013600230001FFF000000135B301181C0CB8013740130D151F0D23010D0D0123032911080728191929BAFFF000280135B72D2C290504141E10B80138400A3F117F118F11CF110411002F5DED3232C6322FC632ED38322F10C432111217392F2F2F11333310ED323210ED3810EDC632383001273624371700012736121323353311233521152311331523112311210213112111012724011700012736003717060004D94D92015E617BFEEEFA6C6B54A108D9D9A903E9B4ABAB9DFEAC1214015201A649017D011577FEF5FDE745E501B96D88A7FE2A047C684EFA6750FEF5FA4C4D5A0191015079023D7B7BFDC379FC84037CFDC804EEFDC3023DFC9075BA011A5AFEE9FC6A6F7401668A5AB8FE9D0001002DFFBD078F0698001D004BB56F0F010F1A04B80138B5170706061B00B80139B2170C01B8FFC0B7111B48010F15120BB80138400C2F0C3F0C5F0C8F0CAF0C050C002F5DED3332322F2B1239ED33332F332FED32
2F5D30053521112102052736001321352136371706072115210607211521112115016802D7FE10C1FEFB5CD301393FFE1902052D0FA51C220456FB883D51049CFDB902AB43800281FE7BF458DA024A01017EC4940EC2887ED1B87BFD7F800002000CFF9007A906B6001A001E0068B403031A0F07BAFFF000070133B55F060106041EB80138B417060B1A01B80138401A170C001B201B02301B501B801BA01BD01BF01B061B1B0F15120BB8013A400A2F0C3F0C5F0C8F0C040C002F5DED333232332F5D711239ED3211392FED332F5DED382F2F332F30252115231102052736001321352136371706072115210607211123252111210680FC4398C0FEF857E9013465FDDE024F330EA71233044BFB894C7404A698FC4303BDFC4307770334FEEFC064BB01A1011186ACC009B4AF86D6BDFC63F00230000004004DFF8407260680000A00210028002C0066B6220F0C27111325B80138400D1E1E0B141313180B29292A020CBD0133000B0001013A0002FFC0400A141B48022A2A18061C18B80138400B1F19013F198F19CF190319002F5D71ED32C612392F2F2BFDD6ED1112392F1112392F3311392FED11393911393930052127333235113311140605272413372627060727361237213521152106072102001336372106071601113311067AFEF919D354A55DF9F74D015ED8028FDC42446D76C31FFED203CDFE04152A020707FE2EBA7004FE792B34C5027C9E5F94470604F9C84E591D66C50152046A816E4F4B9501DDDA7E7E8D87FE5BFD2C0249F1C473666CFE5E04A0FB600008002AFF8607EF06A3001E00220026002A002E00320036004D00FC40153E1D121200100E0303010F4C10491043494C03403BB80136B53C3C382F3E27B80133B42D352D342CB80133B328302810B80135B20F0F01B80138B50000170D0A05B80136B4060618081FB80133402825302D402D502D802D902DA02D0600280130284028022F280180259025022D282525282D03382018B80138B71740141B48174B46BAFFF000460137B547474B170338BA01340037FFC0B60B0E4837080824B80133B67F2001D0200120002F5D71ED332F2F2BED173310ED382F2F2BED111217392F2F2F5D5D5D715D10ED1112392FED333211392FED322FED113310ED32113310ED323211392FED3317323838111239113311123911332F30132736371123353311331133152311371706071114062323273332363511060111211103211521011121110323153305112111032315330127243721352135331521152116041707242711231104502661AFE8E894AFAF9F103D72654FB8159F222C7E02B4036393FDC2023EFC8801F680F4F4013801FD81F9F9FB7D3B0186ECFDFD02259D0236FDF26401738B4CFEB8F897FEEB021C7F193901CB790172FE8E79FE68396E1E2DFD824652852A1B
02152D02A4017EFE82011CB8FD9E017AFE86011EBE60017AFE86011EBEFC7A66A6F6799090796AEC317B8BF5FE4A01A8ED0000000001000000064CCD11E392495F0F3CF5200B080000000000AF029B5300000000D8CCD871F820FC7B0E94087B00000009000200000000000000010000087BFC7B00000F1AF820FA7B0E940001000000000000000000000000000000280800010004F8010A04F8009204F8009806A500B904C400B90487001F080000A4080000AC0800005A080000560800010608000186080000A208000085080000850800006D0800006D08000132080000FA0800005F080000DA080000AE080000F6080000A6080000750800001008000013080000280800001C0800002408000071080000330800001108000015080000470800002D0800000C0800004D0800002A00000024004E009200EF0124015C017D019201BF02650305038503D1045B050505DC062A06AA071F07AC082008C8095109D70A7C0B480BE70C6A0CFF0DAA0E710EFA0FDF104E117E1215126F12DB135D145900000001000000280069000B0019000100020010002F00600000042707FC00010001411901820184000F016301640165000C015D015E015F000C015A015B015C000C015701580159000C015401550156000C015A0157B2181F0F41200157003F015700DF01570003009F015400DF01540002000F016B001F016B002F016B0003016F0155001D000D016C015B001A000D016901640017000D01660158B2140D2F4110016F0001017901760019001F017A01760029001F017B017600FF001FFFE00181B31C1E3914BB017C0001FFE001764054252839DFE016171CD4D516171C7B7C161B7B7C19D1D216171C767716171C6D7016171C6C6F16171C6B6E161B6B6E7F721A747514151C676A14151C666914151C6568141B656885711A1973167A43192179431921413A014A01480028001F014901480028001F01480145001C001F01470145001C001F01460145001C001F01450138001C001F0140013E0028001F013F013E0028001F013E013B001A001F013D013B001A001F013C013B001A001F013B0138001A001F013A01380026001F01390138002B001F01370138B22B1F00410B01380001000001380010013800200138000301360135B61C1F40F5090939B8FFE0B3C71C1D39B8FFE040504D1A1D39E6E7032BE8E7022B9C9A032B9B9A032B999A042B9A97032BF292042BF192052BF092092B6192022B9D92022B9192032B9392032B9296032B4796022B9E96022B9896032B9596042B9697032BB9FFC00150B21B1B39410E014F014E0004002B014B014C0003002B014E014D0004002BFFC0014DB23A3B39B9014D014C40EF032BCDCC052B898A052B8A84032BEE7E092B817F012B7D7E052B7E84032B8884012B8784012B8684022B8584022B83
84042B20842728391B37151836151535151234150F33150C3215093115063015032F15002E1526270E28270F2A2B0E2C2B0F22230E24230F1E1F0E201F0F0F10110C090A0B0C0607080C0304050C0001020C2603321F0603FF1F0B2A01AB0FFB0F023B09BB09020B034403024403CB03020B005B00AB00033B007B008B00BB00CB00FB00061B011D0D18071A0D1510170D1204140D003C01351B012C3C2A3C283C263C243C223C203C1E3C1B3C183C153C123C0F3C093C063C033C003C50335401B0124B004B5442B013014B004B5342B0332B4BB8032052B0322B4BB009505B58B101018E59B0332BB00288B8010054B00488B8020054B012435A5B58B80119B101018E851BB900010100B04B60858D592B2B1DB0644B5358B0801D59B0324B5358B0901D59004BB03251B01B23422B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B73732B2B2B2B737473747373732B2B2B2B2B2B2B2B2B2B2B2B2BB1282645B02A4561B02C4560442B2B2B2B2B2B2B2B2B2B2B2B012B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B002B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B74752B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2BB018B03F4B53422B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2BB109322B4BB05052424BB008524BB008505BB01A23424BB0C8524BB036505BB00C2342002B742B2B2B2B732B2B2B2B7373732B2B2B2B2B2BB8015745B801824560B8018223442B
00>] def
/CharStrings 40 dict dup begin
/.notdef 0 def
/gid4 1 def
/gid5 2 def
/gid6 3 def
/gid11 4 def
/gid12 5 def
/gid26 6 def
/gid28 7 def
/gid29 8 def
/gid35 9 def
/gid36 10 def
/gid39 11 def
/gid41 12 def
/gid42 13 def
/gid45 14 def
/gid46 15 def
/gid48 16 def
/gid49 17 def
/gid50 18 def
/gid53 19 def
/gid54 20 def
/gid55 21 def
/gid57 22 def
/gid59 23 def
/gid61 24 def
/gid63 25 def
/gid78 26 def
/gid79 27 def
/gid88 28 def
/gid90 29 def
/gid93 30 def
/gid96 31 def
/gid97 32 def
/gid99 33 def
/gid110 34 def
/gid112 35 def
/gid118 36 def
/gid119 37 def
/gid126 38 def
/gid127 39 def
end readonly def
currentdict dup/FontName get exch definefont pop end
%APLsfntEnd
42/FontType resourcestatus{pop pop true}{false}ifelse
{currentfile 0(%APLT1End\n)/SubFileDecode filter flushfile}if
/FontType 1 def
/FontMatrix [ 0.00048828125 0 0 0.00048828125 0 0 ] readonly def
/FontBBox {-2016 -901 3732 2171} readonly def
/UniqueID 4234057 def
currentdict end
currentfile eexec
54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB28799D60A32BA9CBA578EC532ADD0BB360F6A5C374D6571E99BBF5E2C082D9EFCADAA46C6215743B0F678CF10B68C52DDEDEDC8284A94FCC5EB105841A58CDC1AF10449FABC527BA6F4A359823C4093FC4FAC27A140217CCCC06253042B5070B621BAFD6D5F3CBE826E333361CCF695B939703FFC87027604754E9466D4C40001A370D79ADDA9012E5358031DA5166ECC043178F4B0C3E67D48E7FE3F7095F6D816EB1D9B5D447A6A40D55F48263F4AAF0135C45B623B7D212F5703842111D0F143795E42E4C31B52C49AF2AECCEA0349B26F9F0D025677F8592C5D4EBB27C57BD96466319C382C80265353F341318B8CFED011B02BB5E8D0EF8E691AC7C6A57054508BE834664835557127E468CCFF01DA08C39C2C7949A34E4B2E5C76B8F775E8347651F86E9210B2830B7208FFBE9569708DD332CCD34A590EB71736FB4DB818CA87349B0CEF0548B1C53269B557282BB8FE2868EE9D01B2892385D4A7856AE946A6DEDCA85DC2531F5FA454940BB721A2256A3664F910F23F73A716EE83F35C61999F3A63EA511C8063BEB856B7317F354FBA18C5E2828FDEDC4D27EAFECEEB1E0FF3D9505FF47691DDCBA2502E4EABC5592E7C40B19296AB7956E02A7F3F9BE90E4B0D56B8D4BA3A99795A8A6D5C863368A2BB1CB65F7C01339E17466F7A99AFDC98E3ECAEB124820B2CB01E57D2E8B0AE547D094958160E1CEC0D0AF1039384678CCCDC7E453DE9229537CA8A17F82788438E8E036867382D9D4AF739844BE55E3D
F9D903A0DE529F266B9F4A922F732C9E7392842984DDCC91EAAC6B34C7F5950EC943F52860959A256211C2BEA84940C997638BB334BF9025595F06B59B6D1EFC236458595A1B8D83B52D783FA39F0A31A3623AB27526953D5A7DDCB3447D175A7AD82B255EBF490BC95487C23D2B9DE55CB8D07491DF0CC83CAA94FF0F220EA49DE4D082717C24B8698B75C1D6408339C66AC797738AE79D80600688165A85943A30537E620D72041501B026204AB528C5613EB2DD5F55CEB65C2EB67E34B5C4BCA88CFFBDE8C5DF40E3E0051CC655AB84DF14E150E161B679B65254834EFE311F894E0C462E24DF0BE4889F3DDDBF4C14778BADDE36CFC773177AC02E4BA186396BEEEF35959566791ED661C371FE3AEDC27DF0F1833CC63035F4D392056988BF067474D54A408A8F1E3C156261863CC683D2306378A7E87553FEE2AD77024405179C421CDD62420F5602D25B29525F9DF792FA6ADDDBD009EDC701AF84C1712415CB3B531885ADB2BE4B0ECBF3CF16B4EAEC598951686DC7C22F3A30622D19F0C47598155F3DA3D787327375AA253ACF19D90E5636570A0CA2A4092E66779F49F8680AA7FCEAADB1A454702D75322AAD0CE9D7D40DD357BCA00B073864CD2DCE3DBFBCE317F3F06C455AF2284CB35B004C42760F528027596BC527F6340F1253F4429D6FD4B6D3DE84D64B4BA479B3947796AE21862F398F6984DCEE124335664DAD9889789355BACED9853B9B68D2BBEE228FD8BC8FC73D130EA3EF11DD1354202997837E7A43C297916711F47CEE0408BF2F39BB9AE48F30E3D85C5401901005DD67F3853A2FB0BA1DF05A44B637B12B88BE4A8BFF18AEE391A6CC7565FE5479A7EBB0F7A81DCF911747460ACEA993528E8D5D9324CEF45A07293CE1863D9770A05A03C29832B5B47383FBA6B3F6C8A5F19CF173F5EF00C93B4B52D746F0041CB9926E312828D355B9F648D4A4C85E4E2C5511A07FC4EF7CB761DA6B1E02346E19B56BF36A257A61AD3BDF2C1653AB12C0DF4B875CA15FC0DA2408857A3DE10AEECA95C53974CC4097625CB546C86170163760370009DE4CCB378C3F04BBBDE0A0B3BE57A128D4563C3032A6E2828460F4CB4C8C1C0EDB4EB62C05A34C4F30D2460BFBAB7F7B6FA1D894A34BA3F07B30C021AA405A51C975229E0CD3778EAF6716D4EE685ED935A234456FF0AE43EEFDE76C2F18257AB9DF2E80E01FB1BC82EF93F7B8CCC3D1BD9FCF4D1B6C7BE26BD74934DBCF391CB1A5C36C7405B4162C297E8B60A450D1FA0B15438E31DCAEBB35CC55BCAC80CDE87BAA6CEB1344B43B439C383DF3E283AE9EB78A10B5F4E82367D24254B8489E11578792099F48F3AF9023582027369803756B8B39BCBDC59DB5410C2F214B03E320FD313150F347EF8B7166FABC124CEEBE8B051D79A49D5E85A860BF22BE958D6FECB7E9F3C473
0D919A1148DFE519E790C4317F210FFE4413293E4D4C76A4123E43C6B1AA08BAF637518C4F60FEE1C685BB5D1DD8496FE52A028849B38440163B8F811069C701FD5AE296F083F821F62ECB819F72EFE1D7448BF746784BA955EDA0F25B442DAD06662492A999C8D5F009F34303F5E6606E08A3BF26BC89116755B36FF859C3011ED3FF3AF783A84DBCE9B859965AB3FA5B3BF7BE28A0A074E278473D8B9F4123F4A826001657B446532C2BB673DD68CCA23ED2880DC0DE235A255BB04C037CED34046EC9921C7370B1B5FF5D1F37EE54C836F65094F2750B34DFF40C7FA46FE4747C6AB7967EEC58C567ABCA5BE5F447EAC8F0B14F91815816F76D90355A48A4DCC1CFB6FF421604AF574F5D54DEB1F3D962BE0884D396BD3B2D733CD8FBBC351B927DD25272E6EAB0D540FA79E56AAFBC8151E63051DD1B32ECEC9E8398822A7D07112C4CA21AC249E4704BBDC584A95AF3FAAC0EB6BFB1F7BD8903C20F462833A580B2916A3B6EFC06142CDA0A3A9C7BC2E410A20EACD7CCF59491BE0CEC78E4D0F7CBDE0FF82A2BE15716589C4C419E4CA7F30C9D338EE0B19FBB1ADC05DF277BE0FF11C6FA2B5DCE6A55192728164E6B5D12008B99E9EBFD2922BC23955F593B08E0D46F8D0638A25711EC85EB849B457D96FE9DC1D32D900192936654AF48D449FB9752C3209DC97EC8AE28123A9D5C880BA4BB15DB09E9AE465B6DB99284D3F4CB673EA21BB4E666912941C6092B34DF090BA65152AF3EF4032ED95995052FFC1A52DB1B8595792CECF39802BBC43A5AB5C07EE2072D424FA50BE52E8D6E5D57BA4C1FBB42D39769F897EDDBE26F415A0496EC612B5A4CBD8A20E0B6E26524DDFDFD030DCC35BD975786FEB0D3C9794D89CFB5646A8A32E9044D44AA02128EBDC8D1459994E043C7C557955B460AA9F5EBF93C0A4BF96369501D2D1B1A650E0115290C7784215A6793AB2B097FBF0FA642D5807BFC4A15DDF7031A3A12AF6A527B5367D6BBD3572078A01728CCB0EECBBE96C335D6F9B7A7761ECE995411AA5F1F3635F15C5616D64104B3C496DFA0813D1EAC4D5E994C5DAC18EE3CF8703B5205586676CFE7FC4DBA82C184C535AB07730986DC5DC3528BFC278B14769F05D5C27FAFDE9C373CC9FAF3C7B12EA04D4BCB98E0942C3A804E8B4CB861F5D62DEAEF334ED4206A39D40255E03E4C284ADBB237E603CB53F54C4D96F23135F4E79F9FB0658CD27FAD061CB6B748B9D22423833FDD183330CF942C58F15C895B6C184E07E0F8A58E1A3DD5B52E36A8E9AF88AEA3551F8238BBB4006525921105147AD40A92B841460DCE0F33BED7C24182B215842D73E3430CB4A470ADBC99C0276503E3F4094C0483CB31A6143A1DA0B77F8B8C1C7AAF7687F43F8163D4F841A88D6FDC8CDCD806D5D14F45A157F421FFDE208983D04B2948CA32016D26A9
779CD27A9014C5995B895CC696EBF837010F3DC78751581209B9BC99003C9CB7B5AC202E8CFB55D6D1D4326ECBC7B0DC6AC8B980C9EF9EF1DE3257253287CF1679370EB51174845F16F0C176092A43543B825509CD837D12C4E2C680364FC184A8817B173952A46FA3D7293590BCC2A05AF7200FBF24CEB6751F800C450375BFBFA69DDFA20821013B269D74CD35BF279401357BBAE7ED91B35A2E1C517D8D0AC18269D46A5F25E44532CE68C206C441F25BFDDF070BEF91D34AAE2CCB307D29A4420AAE2AA81667B15E9CFA5820A6FA998F2365AA9EAA3E032500A5F0BBC52317FB3D4F8F642EDFEFA0D6E189E2DC2D09A8CDBA53E222A0F5EFC310AD4D6D16953125C04E4B6DDC29C27CD2A725E654D30D23043B13F666FF60EFBB5337692B5F2A029A0A6923653DCB09BE5BC7D363B054271A5ABEBAE102FF6E5C1CFE6D100BF8357C13D43F09DF492C322CE699B589CEE655B35A4EDFCB33280ACF8543683D04A2A71C9678A618D2860676A0C716D1101EC397217CD4FE2EEC156DFCFE5B27AFE842A340FEDA8074422E8B50BA45B399078124A4436E70B22B7951A058F6D0E85782CFB222E52FAA0FB1D7D372398ADAE850A8A602BC03A00E02561ED3F102DEBAE00B15C7E32EB3C2F6874E22E4C92BC04C03E4954531EB022F0ED7686596C5A0D5F17950E01518983E8A734DB8B6FCB061B5A07B2C2219FFA1EBC4E6FB29D948606E67AB2EDE7BBDD2976FC3B1D5657A88E2BD13E602FD2377EF50A3A1E2E31546491639ED866B7677E16A1FC6531F7870BD1CCF7F39AF591F6ABB215CBD849D5F394C317EE22F9955571BA1022A16E29338E61CDAD68F5C735BCAE2B9F4A9DA553EBCD6473B9287BCF4A818C29361D3608C533B0537203E07F607B8D9A49292CEC1794543FAAA67106174E2E9AC32C75152DE91375E53E15EC91BD053CF2FA0BD8972ADF4A4E1AB9C97FCEE9B8CDD81DD09E554CAD607903B36891086F5F6312E2072BC8650BE65188CD5BE6EE747D18FEF6ECED64DC41943ED4531E7BB25F8DF5454C1B6E4AEF6E610CEE0EA91DE60F05D3C5C107DC62EA63F5D43E4B6C089D0BC46B3CC89796B2778E83AC1F7B795F632C4DBC2C46729E8FA6E4604A4CEC7F78F4A6A732E8D7262D42691C4E635493B2433A6C957D2E1E4462DB19544868BE316BD88B74FF0B47113E4E401CDE05EB7FF7DA6866925A1363A0F2173671867A7E0A09F35CAE2345D71CA2F7EA5D38552D39A14BC9074E93B7F80C017D1003F4256403F7D3B0DB3BAF6B9C71C0E869C2BE9975C76544AF25BE6068ACEE74B507FF5A1875B0A2E6154484DA013F4DEF09C31D757BD87B2070784D9A05E90E43B195CB67C8951BE4B3108F5A0186BE8C1C7E2046FB9E9B32E261FE3E8E5A9E3F6CE9A6C8232C7B1A1454B2CE1C38D41A906562D47670AEA4E47E1352EF6
008B8F937F5061A3FCAEDF53397B1CC47018F6717D22BC2C71E5698129579EA4FE0EF513F2A747AEA82ECCFBF26A4A9A63E5270F498E9F1F6863C38EEDAA77958D6EB3735C6F62500ABFC90C93F0D111FF754F504605DF2B36CDDC3DE87BF8AB91B50902CFB3F784461E94E36ACB425429D828D307BC286AE2548040E9AB6C42420CD271963A8492E4397D846990215C0D08C36D4366BA811645E15A9F47182605030967C2634403B495520AE1EB5F07FB6D63786A85ABBDE39656C6B1F30C25F4E270BAC68F4698E356CB62C475E3FE3B4E7EE1686F6F12F9943FE466A24C5262827098064E4352C7D26D01362404D36C2C29FB9219952CCCDAD702AFCD184C1D0510D3A5B3E98766536A06DEDE1BED80C082398851717BE006FDF09F97B9D18682768A5B4B63A90474DB72F4419D572CF20455144A98F5ACDA46C947F6B03AAF16992AA2BC51C3ECD69F703517D31C3F052AC4BC0543CB06E61E28C4C4B5D29FB3E586A3230E51ED1DA774D53F5A8D9CF739F65C6FA91E71997A4724304B5E2D62C7C8206FADC64261E7ED250794CD042BD999312C91F97F631CBB4F39B8C53D38A97759E44A2B0AD22C2FE0B64061BF5FCF9F15A04A14A778634D394AAF21C07E4BEA20867951AF00FAB8C4C3AF445D88D90DC0C4C6C6021C26B1BC3AC11AD7A362F3CE860E9F245326DB8CE1CA1584C796F996CD8D9D83AD245B5BF64208DA974C0DB3EA1B959480D3A9462D9824CA865CCE4B04415268DB09C19439671807033184EEF08950DDEA12C0AB889A06C8152DF1FB856A401601AF6DED04DC76D87FF2193D5361C0FB3674261BAAF27B96FA70C17C0214ABFFC29476DE9B472B891C3C1C37178685D4151C840E1CDEC2301170A3A4241E98F27D4F2257C77A4FE8ACE5185B7B206DDB0942B9E7A9AB495D972CDAB261D65DC4B8FB3ADA077A7D932E636801DEEF6F8A901BB36699726BF4AF4EE4AACF2718E794FFD56BE57570D588FB53D79B8C24069CD3DDF9F0640D1D7EE205BBFB997AC5A600FE5A27E68EBBCAC43ADE39ED9CB5EF759D4CAD7C7FABFBA17868EE1689D6CE70CA79114534E858B804151E8027B2CE00520E0B4F9EAAAB1B75C29C3ED82958D4730CB662E5FEAA50793602A0DAD9BA661BBE14DAB2EB6F094297AAA0E33AFEA4D976D63AC8B401EE4BEFA5FCEF9A2EF3AE1648988E416AF59E1DC9A7CB7AF246E18A6A4A153CC3A4658070DED19822CAB2C417565C323287AC8ED659BB47FD33CE4B2955C13CBC463447DEB2F3499E43AA2BC36FB053BA5752C5951D0E53B8217EDB4C2BE13ED9E49287F3945EEE933D667E7642D6065EA2A26A432336F59BC3E7F242E0A2D3FD3E2EFC368EEF198C6A362BC36E451AC8FE9D7CCD4B103DBC72A29C88A1D2D7C3C336AF5236D6079F5F951504AE7325082ED135EAA5C08FE8557C454CA004
36933CB630B3D67116AA99ACF670A0C09007D800DA1C78CC5898E375A406613C70E6B06EA7458692C14ADBBF7F66D85A0DBCE1EC999EF474CE1D87D22259DFE85D398A8BB9D0B6878213A7FB9FFE66B5E066BAE0AA6A42F6A767550CE496C7C71DAB7E208A273060186FA4ADF6F8D224647C4EE320D807A7B1E94376F5CED09C9F5DF74F6A750C5705C04EE3E42ABDF6653EE6B318BC977357A14426D11CA0A277CE6F8EE33FEE8C0301880C673D811D011663437B3A43F6F5243000792EC793AEC6B18B7D1D214C3F2544EC76D7875F951CF2584AD850F5B9603083FFEDF08B24A9EF0140DFCA8D15371B37386AA9835F3964789C69D826D4771C2FFB59442E43C26297DEC66591507194793273B852DD40FB683E67E768732F74965FCF7988FDC2073FF7FBB79C7F826A1A4DBB88673DB1A2906028077E554E415884AB39618A6B2C5FC1C0392536E8A3EB0B7F27DCB44E600F9EAFFBAE0BC842B4F546D6CF43A2F2A49662261DB8FA84EB1DFA6DE79572053EE651851F06D0C52A52A88D63FF0297BB139030D27812614676AB4E8F7317393DC2CAC4225546D8E48FC32AD10522040CAA7C09E8E4A241E7EAD82BBFC3BBD577AFF46801479313EAC2B0A707F11B080CCA10A92F29D30C147291605755DF5EF6CD1B4EFE58D004B02A6E57C9DDAE059533CFA4BBF05143A1535ADA636EA14AAF5B3B678FD3C36DED14B1384D0ED897A038934DDCFC772EE01E142C2C3966E4AD6F5C02C40CECB6544FC34D0264D7DD798BE04E2DEA0AA5675B564150ECA310AA6FCEFB6008F096C71D1FD932966DF9C7F474DB16DA0F5DB3B74D70DF8283BD58B02D4A0D00EE078508EBB6211C8110273D6109CBA11A5A41CECA60403F68B3D545AF8B61D55431783B40AEE8EF07AA281055C83A63B3AD786522A922BBE9FDBE2892A8AC606D5E7466CB8D75C15A2EAC89A972D2661C1416344C9199364276702E894C7D559C401B06BF3864885507E88FDD152A5F261684A0BEDAF1E392D51FCE6EBAABB713392052E81364A69E532617CF5F894CD1EDDAB0E68D302A2F971970DC7FB419D05AEDBC977180B19ECC7EA786E032AE8F80FDFB2A646321B81BBBF94B9AE3B77CF233DAFB76BFED9FA6F7697A69064C03F78412392D76CDC281A3382241F2E4DF7874C4DB2B6D9D2E5EDAB5967A5F73A33BEB09B7D0CC1625FC2996331FE935E4EB1776EE2AE498C8D291BB93987BF8C425C1EC9B495907C6C79735A6AA875181A5BB5DB2779A3C139F68D31B61B5CF8AC62E7E7082EB6077195397BAE4FC3DAFA972DF1D51794B27C4F08AD7AA528F6524B5D074182CF9CD6FB526AAB3E3C8AF4B32E830B55ABBC3BF9DB3A6F474BAB49719CABD5C3F1EA2951F5286395CD81DFC436E0AAF9937B76AC3EF9F164F331864C4288FBC002E5717E40DD961C0F50E2A7882124400
0C3A9FB36AD475847DD31CB9A6CAF879BB2CC5FEA7084F945D835F78CA4DAD6834FCEC494DEEC5F8687A640B44146749CFD515D105E006D2C3ABE562CBB6DAC1406C171CA91A47DAC1CE58BD476482EF015887EBDB6EF65802B737A97C9F84E91D3B90455787994AE292ADE48AA2309A99BA5321ACED1C616251EB334F8B0307F763EE482A9DED1C83CC882683CC2110441D6B668E50CD2B1AC850B4062381091FF39BE7A2434833D65DD00B8B2B52C15CC97018E80A8C00599FFB27252AFFCC9BC36D36A78B86CBA70B053AB52E8C50E4EE7378CE552CCCA00A7437155FC539B43E07F2E3117D998815B171E6EA59B87CCB25D8C2F1BF6240181103FD87BCB07982950678C63C450270561216E10723D877E2DF7EE305C440E5B4111816B016147E8901778EDBFC5440B7C97588F6D26F7BA535150C7FB95C432F4A4B4657BB37503ABB5C3BC20FE27C5899E937831B45FA0A38D4E8343E7D0DCE91EAC15CB75D763C5BB0ACF50D9CF6DBCAF3C3B20FF5FC0A1B5CF1869F1EA6921BA79A1EDFD6779B0151F033CE3220E1D25CCA4693DBEDF9D6BFC052FC5BEF54965B45B352272A70BE7907AF1ABEF0FAC78A19381941C7655174C3CCD1851F075CC23099F6A8B14D27E3ECC1C1715893FAB23874F462C6B977AB527750F84F867D574F32AF62CDCFB58A96C16EF2BD2BBEF9B4253E90F6D7149FA8B779F18FE2DDB494EE9EBB20C3C425C08212C0CA1073A37DC55C82267B94BA288CFF796ACB34425042CAE6DB0BD3FF5591851EC4289F99A8DE86B0EE2E4B55D113C455C79A974481DA1D730C67083C7307B8D42B606DB5357EADA0F4E0417432A69DBB57AEBC54D269A01B0F4F7B24612C44ECF7206EC7ECCB7B4E4D2DF71BC9487FA4E748F6B8B9CA208BB8CE7A5B2EDE7D20DF68DBC25CCD43DFFE65DEA61CE89597A22DF1ACD33F5425E8B32EC6B1D44275CB8443BE8B2552799FA51D86D8A37266F2671DF6CBF39C4077D5632D42D290627238132B7E70573EE502577395822C4FE33EFA197E4B7C5C2413D7290DEDCD53372EF2992EA365F578CFDCACA70213FEA3EFFA78DF1E3D3F8F0D3FD34966C1668EF80AC9BA0C2986BF999404A6E39BEB0D04862411A804A677E79D76CA8211CF6617E4FAD12DC15C8FD8F07A97833B85C0E9CFFC1FE6DFBA3C763BF94175E54D39011A0026793D0922510FB6BD173BE5E477043868BEA2853E2ACFF4F219BF15E79BB05CEA38CC8E783279F6035D12AB19514951E07F4914FC1329DAD727D3BFBEC82E3920A4EC68A7EF200C35811A78B9D4A0A873DD4210E947594C7C9E103EF055506AC9A9AB38954801DCFA2BE2233E8F734281A70072C7AFBAB9DEC93AEBBCCC8B7CC61554653669B272EAA71F88D6CECCC7CCD2046ADC5A1C52270EB8400B02C17E430DEC14C5C228EE9A19A6933FE0E3F8D6CD31
0398327925B03E4B780A2C2A39ACD55EAA4EA92370A8BD4B8B9B2F0D2204BA8D19D53E0E7F95DFEC163A15E8B59E97A5C56EC215AABC5482C39BC67532F1BB58D979738AEFCF18ED5E296B5016F00DF244CEEAE11EB967462B8FA5704B8367EBF84FBAD612ECAA068C2027B189FE31EACD94B66AE65DE515941AC5A73941B4ED5C6B9BCC3744FB0A1B84980EC0311462BEFE43E6C416B3B6DE35312ED45FC592735E707DB3F3EAB7F49A07708685DB1FDB5643E20CE81829F2E5695592905C0751DF11B3FFC0D27704D2A31B98921C53D85E957EFA5E6BBDC372F6D880E1EBDBA78DE78D10ED271B8C3915D0905393706BA23623B7FF67F68C590E1F9D34286BACA3ED96E9AC444B45BD092C58ECFFA5D5B2559D4DEFE4869F07155FE697E76A22B0BB7C868D1CFB7BEA30549A8CBA30D1D47EFC0EDE2E41F69924A9BD7F262B63BFC60EB6A612E372D4B3DED4905326700A267507269288E5970A8416FB6F346FAFE3AF36A49B1B6ABDC097514F919F1DFF1474693F84952C76718804C304A1B452CC59C224C6970F611766F5B0AE7735ED358BADF8A1D54A5741CBC89C851C4730A56CA721E558C65534B567E384F7C646BAA08786720B5E215C529094BC9B81D6E5A9E6DD3C69A65677077DAC23B97DEE16267861363F0B5F1BCCF86C074637F89F3BABC6AE4DDF7E4302131DE0CC6A304B012A0073B24AAE2DAC99E4A6A048F2B0D777A96CAFE24FB5FEA8CB611888CFE8F291B7FD78A8C25502C3D1C6C7571CE90AA9B3192B0B925C79D4B4866D8C8B51C6C1FD9258292A63C4863B68B6C8DF5576C18E57303B312E2E643FC3E29E34E82A62D9EEDCA270D000FF09C39421669D6A62AE2AA6DF8CB8C32FCACD7D11D97B7D76AF6DD4E37DC9F9DF4914695FB263A68AFD2B11651FF5F28FCD3A3B56A70A2BBFE101499A697CE0DD8FDD53EDE70F45C19AD8A57C6770FCB04CC10743B8BB4EE1E979A366BA6A9EC4879DD8EF08BE27DE0C60E5564325118E5BF389B85CE9348FA7BD70968FED6056D22ED9F5EF49D3D33BD7387B46131B5825F833C9F5FC96C452304DEE1E36756CD08C18D3F71764BC6CE9DCA8B27A3FE764EA77F0C960DEE3DF9312485635AE92CAA1363E216EF0C02B841084DAFFFB7AC88ACB30531AFC76C75137F2D273D094DFAE725A06BF80E520CCC1E76A433C0E4E6B42B278FD83EC23B54A6730DE662D8756C7B91AF52A5E09F94D9C273C94DE1249B2EA632FC2E437F89C11A723AB2A37C3EC2BD2B31AA30A34FE07B11CA0557B80052B16AC24F12432DFD93D9440CCEDFC9DD25FD62446BB73991D1780C0D43D76A079917F14532733E13458A43BBCAF743C5D82AA9CA400A29B1852BE3FA0AD831316872DF1D11E9BE008F2E065EC25DE030312285F231CC04193C377820E79F3AB7702AFB115781A858F7115BAB1D8DB18
5776B06481C811618DE5462B50155706EDB612F24F6EC9BAFD42ADCE8A909160A086D70290E156EEA2C383806F60EFD2BCA98C44DD65D37B2BC6188D11AD2AB86D69573AA11D1FAA1DFE65E2DB91964486B52912DD543039C1D42719C3AF997391221257B2568F9F153BAFC887F51AEE57886659D852983549C03173867B720AA4FF1E2449A2D9A1F6417273D53FD6E9D226275ABFBD830C7D06D131B404ABEE507B7D562ABE459FB634FF4495E6F9CCDAFD4A15191F59D37847DA193CB979C1595A68D9D734C860E65A62D9C725D4513250DD83B59233CC947507228EED0D823A36816C93AB0538290F0431E462335C0DF465668ACAB9E5580A9664157ECCD7B5CA9E3B3710FCE31C48BF09116C5232C555FE3A21595632DF80C70C197399864B478CE4D41E99B018A9A9B252E86FD8578DBC35FE302CF4277BABD2B41DF9E379872B10D6D1C8FFFAF9E070FB5FCA744D2FECDCDA62C3EC398B36ADBE8A4A0F24671DC12C15151A658061F0692831D0CFA139B3350B3A91EDB61EB8AF61B69741C9371A27BE43C66E7C76457040E40B1754F1372A67E1CA942609A80A1094F64F49333A461A471764B3EADB4481B134EF5037C88F737045AEE25362E61FE24A9C26A55A03FCB5BF15499A34C8A9CDBB4A43B1A04AE003DEBF5222490C566DECF75C8AA90F1CECF208065A5A0401DC4E79E588F84599557A6279ACC16DF7ED51F9630202C87F6095789C8F87B982E388CC89025E8EACAAE83D712EEEA7D44280E48EF2122D17721FA91A883AC0E09A449CD0AA6B727AFAD308BDB58D2889B269DBD22B49ADE621600B60FBE2F37413E453A23AE0CDC6A105B8A6466581D66718C995F81CDA8139C51B00CD6488537A57A376960499D109A9C9D9FA532AD87C0740AD76AA1E97AEFA5E481E69F01293403E894A830ECB4F2BF3B2EB27E56E5AC7305D43C287728FE28031599941D7F2F90C8543B3FF6DB0CDB8EE493115E4926E1375C12ECA5BCD53018A5BD4574BB1FFE92CF29CE9BB35330E83945326FBE5439D6017E394A1930FCABCE89E1230081CEB899A15CD55734243EE32BD454E74CD23B3950E1437AE06011B99D541B2C929E6B41DC1CFA8BED8AFCD28DB3D3DDB1B94DDFB6E991733E06EE4549FCD9C3494F5441820D77CE7EFCCC683CBC0EDD0A240308E17523E682D5BA8AB2D61AF99251D04A3B7FD98CE3ADFF973D6E18BFDDEBBEAA198439BC20E9A0D0498598C3FC926E4EB14A2C761C2F81CC4A12E6D3722D55DD858B8AD447F0206560C5D1D4DD0DFE29202B0F58C0521C97A3844738FA21AC58A7EE6657CC8C78C2B540932A0
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%APLT1End
%RBIEndFontSubset
/UOKMUD+Meiryo cguidfix
/F1.1/UOKMUD+Meiryo renmfont
%RBIBeginFontSubset: IHNPIE+CambriaMath
%!FontType1-1.0: IHNPIE+CambriaMath 1.0000.6.9000
14 dict begin
/FontName /IHNPIE+CambriaMath def
/PaintType 0 def