/[MITgcm]/manual/s_phys_pkgs/figs/mitgcm_package_organisation.eps
ViewVC logotype

Annotation of /manual/s_phys_pkgs/figs/mitgcm_package_organisation.eps

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download) (as text)
Wed Sep 14 02:31:52 2016 UTC (8 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint01, HEAD
File MIME type: application/postscript
Update package list.

1 heimbach 1.1 %!PS-Adobe-3.1 EPSF-3.0
2     %ADO_DSC_Encoding: UTF8
3     %%Title: mitgcm_package_organisation.pdf
4     %%Creator: (Adobe Acrobat 15.17.0)
5     %%For: heimbach
6     %%CreationDate: 9/13/16, 9:23 PM
7     %%BoundingBox: 0 0 720 540
8     %%HiResBoundingBox: 0 0 720 540
9     %%CropBox: 0 0 720 540
10     %%LanguageLevel: 2
11     %%DocumentNeededResources: (atend)
12     %%DocumentSuppliedResources: (atend)
13     %%DocumentNeededFeatures: (atend)
14     %%DocumentSuppliedFeatures: (atend)
15     %%DocumentData: Clean7Bit
16     %%Pages: (atend)
17     %%DocumentProcessColors: (atend)
18     %%DocumentCustomColors: (atend)
19     %%EndComments
20     %%BeginDefaults
21     %%ViewingOrientation: 1 0 0 1
22     %%EndDefaults
23     %%BeginProlog
24     %%BeginResource: procset Adobe_AGM_Utils 1.0 0
25     %%Version: 1.0 0
26     %%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved.
27     systemdict/setpacking known
28     {currentpacking true setpacking}if
29     userdict/Adobe_AGM_Utils 75 dict dup begin put
30     /bdf
31     {bind def}bind def
32     /nd{null def}bdf
33     /xdf
34     {exch def}bdf
35     /ldf
36     {load def}bdf
37     /ddf
38     {put}bdf
39     /xddf
40     {3 -1 roll put}bdf
41     /xpt
42     {exch put}bdf
43     /ndf
44     {
45     exch dup where{
46     pop pop pop
47     }{
48     xdf
49     }ifelse
50     }def
51     /cdndf
52     {
53     exch dup currentdict exch known{
54     pop pop
55     }{
56     exch def
57     }ifelse
58     }def
59     /gx
60     {get exec}bdf
61     /ps_level
62     /languagelevel where{
63     pop systemdict/languagelevel gx
64     }{
65     1
66     }ifelse
67     def
68     /level2
69     ps_level 2 ge
70     def
71     /level3
72     ps_level 3 ge
73     def
74     /ps_version
75     {version cvr}stopped{-1}if
76     def
77     /set_gvm
78     {currentglobal exch setglobal}bdf
79     /reset_gvm
80     {setglobal}bdf
81     /makereadonlyarray
82     {
83     /packedarray where{pop packedarray
84     }{
85     array astore readonly}ifelse
86     }bdf
87     /map_reserved_ink_name
88     {
89     dup type/stringtype eq{
90     dup/Red eq{
91     pop(_Red_)
92     }{
93     dup/Green eq{
94     pop(_Green_)
95     }{
96     dup/Blue eq{
97     pop(_Blue_)
98     }{
99     dup()cvn eq{
100     pop(Process)
101     }if
102     }ifelse
103     }ifelse
104     }ifelse
105     }if
106     }bdf
107     /AGMUTIL_GSTATE 22 dict def
108     /get_gstate
109     {
110     AGMUTIL_GSTATE begin
111     /AGMUTIL_GSTATE_clr_spc currentcolorspace def
112     /AGMUTIL_GSTATE_clr_indx 0 def
113     /AGMUTIL_GSTATE_clr_comps 12 array def
114     mark currentcolor counttomark
115     {AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 3 -1 roll put
116     /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 add def}repeat pop
117     /AGMUTIL_GSTATE_fnt rootfont def
118     /AGMUTIL_GSTATE_lw currentlinewidth def
119     /AGMUTIL_GSTATE_lc currentlinecap def
120     /AGMUTIL_GSTATE_lj currentlinejoin def
121     /AGMUTIL_GSTATE_ml currentmiterlimit def
122     currentdash/AGMUTIL_GSTATE_do xdf/AGMUTIL_GSTATE_da xdf
123     /AGMUTIL_GSTATE_sa currentstrokeadjust def
124     /AGMUTIL_GSTATE_clr_rnd currentcolorrendering def
125     /AGMUTIL_GSTATE_op currentoverprint def
126     /AGMUTIL_GSTATE_bg currentblackgeneration cvlit def
127     /AGMUTIL_GSTATE_ucr currentundercolorremoval cvlit def
128     currentcolortransfer cvlit/AGMUTIL_GSTATE_gy_xfer xdf cvlit/AGMUTIL_GSTATE_b_xfer xdf
129     cvlit/AGMUTIL_GSTATE_g_xfer xdf cvlit/AGMUTIL_GSTATE_r_xfer xdf
130     /AGMUTIL_GSTATE_ht currenthalftone def
131     /AGMUTIL_GSTATE_flt currentflat def
132     end
133     }def
134     /set_gstate
135     {
136     AGMUTIL_GSTATE begin
137     AGMUTIL_GSTATE_clr_spc setcolorspace
138     AGMUTIL_GSTATE_clr_indx{AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 1 sub get
139     /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 sub def}repeat setcolor
140     AGMUTIL_GSTATE_fnt setfont
141     AGMUTIL_GSTATE_lw setlinewidth
142     AGMUTIL_GSTATE_lc setlinecap
143     AGMUTIL_GSTATE_lj setlinejoin
144     AGMUTIL_GSTATE_ml setmiterlimit
145     AGMUTIL_GSTATE_da AGMUTIL_GSTATE_do setdash
146     AGMUTIL_GSTATE_sa setstrokeadjust
147     AGMUTIL_GSTATE_clr_rnd setcolorrendering
148     AGMUTIL_GSTATE_op setoverprint
149     AGMUTIL_GSTATE_bg cvx setblackgeneration
150     AGMUTIL_GSTATE_ucr cvx setundercolorremoval
151     AGMUTIL_GSTATE_r_xfer cvx AGMUTIL_GSTATE_g_xfer cvx AGMUTIL_GSTATE_b_xfer cvx
152     AGMUTIL_GSTATE_gy_xfer cvx setcolortransfer
153     AGMUTIL_GSTATE_ht/HalftoneType get dup 9 eq exch 100 eq or
154     {
155     currenthalftone/HalftoneType get AGMUTIL_GSTATE_ht/HalftoneType get ne
156     {
157     mark AGMUTIL_GSTATE_ht{sethalftone}stopped cleartomark
158     }if
159     }{
160     AGMUTIL_GSTATE_ht sethalftone
161     }ifelse
162     AGMUTIL_GSTATE_flt setflat
163     end
164     }def
165     /get_gstate_and_matrix
166     {
167     AGMUTIL_GSTATE begin
168     /AGMUTIL_GSTATE_ctm matrix currentmatrix def
169     end
170     get_gstate
171     }def
172     /set_gstate_and_matrix
173     {
174     set_gstate
175     AGMUTIL_GSTATE begin
176     AGMUTIL_GSTATE_ctm setmatrix
177     end
178     }def
179     /AGMUTIL_str256 256 string def
180     /AGMUTIL_src256 256 string def
181     /AGMUTIL_dst64 64 string def
182     /AGMUTIL_srcLen nd
183     /AGMUTIL_ndx nd
184     /AGMUTIL_cpd nd
185     /capture_cpd{
186     //Adobe_AGM_Utils/AGMUTIL_cpd currentpagedevice ddf
187     }def
188     /thold_halftone
189     {
190     level3
191     {sethalftone currenthalftone}
192     {
193     dup/HalftoneType get 3 eq
194     {
195     sethalftone currenthalftone
196     }{
197     begin
198     Width Height mul{
199     Thresholds read{pop}if
200     }repeat
201     end
202     currenthalftone
203     }ifelse
204     }ifelse
205     }def
206     /rdcmntline
207     {
208     currentfile AGMUTIL_str256 readline pop
209     (%)anchorsearch{pop}if
210     }bdf
211     /filter_cmyk
212     {
213     dup type/filetype ne{
214     exch()/SubFileDecode filter
215     }{
216     exch pop
217     }
218     ifelse
219     [
220     exch
221     {
222     AGMUTIL_src256 readstring pop
223     dup length/AGMUTIL_srcLen exch def
224     /AGMUTIL_ndx 0 def
225     AGMCORE_plate_ndx 4 AGMUTIL_srcLen 1 sub{
226     1 index exch get
227     AGMUTIL_dst64 AGMUTIL_ndx 3 -1 roll put
228     /AGMUTIL_ndx AGMUTIL_ndx 1 add def
229     }for
230     pop
231     AGMUTIL_dst64 0 AGMUTIL_ndx getinterval
232     }
233     bind
234     /exec cvx
235     ]cvx
236     }bdf
237     /filter_indexed_devn
238     {
239     cvi Names length mul names_index add Lookup exch get
240     }bdf
241     /filter_devn
242     {
243     4 dict begin
244     /srcStr xdf
245     /dstStr xdf
246     dup type/filetype ne{
247     0()/SubFileDecode filter
248     }if
249     [
250     exch
251     [
252     /devicen_colorspace_dict/AGMCORE_gget cvx/begin cvx
253     currentdict/srcStr get/readstring cvx/pop cvx
254     /dup cvx/length cvx 0/gt cvx[
255     Adobe_AGM_Utils/AGMUTIL_ndx 0/ddf cvx
256     names_index Names length currentdict/srcStr get length 1 sub{
257     1/index cvx/exch cvx/get cvx
258     currentdict/dstStr get/AGMUTIL_ndx/load cvx 3 -1/roll cvx/put cvx
259     Adobe_AGM_Utils/AGMUTIL_ndx/AGMUTIL_ndx/load cvx 1/add cvx/ddf cvx
260     }for
261     currentdict/dstStr get 0/AGMUTIL_ndx/load cvx/getinterval cvx
262     ]cvx/if cvx
263     /end cvx
264     ]cvx
265     bind
266     /exec cvx
267     ]cvx
268     end
269     }bdf
270     /AGMUTIL_imagefile nd
271     /read_image_file
272     {
273     AGMUTIL_imagefile 0 setfileposition
274     10 dict begin
275     /imageDict xdf
276     /imbufLen Width BitsPerComponent mul 7 add 8 idiv def
277     /imbufIdx 0 def
278     /origDataSource imageDict/DataSource get def
279     /origMultipleDataSources imageDict/MultipleDataSources get def
280     /origDecode imageDict/Decode get def
281     /dstDataStr imageDict/Width get colorSpaceElemCnt mul string def
282     imageDict/MultipleDataSources known{MultipleDataSources}{false}ifelse
283     {
284     /imbufCnt imageDict/DataSource get length def
285     /imbufs imbufCnt array def
286     0 1 imbufCnt 1 sub{
287     /imbufIdx xdf
288     imbufs imbufIdx imbufLen string put
289     imageDict/DataSource get imbufIdx[AGMUTIL_imagefile imbufs imbufIdx get/readstring cvx/pop cvx]cvx put
290     }for
291     DeviceN_PS2{
292     imageDict begin
293     /DataSource[DataSource/devn_sep_datasource cvx]cvx def
294     /MultipleDataSources false def
295     /Decode[0 1]def
296     end
297     }if
298     }{
299     /imbuf imbufLen string def
300     Indexed_DeviceN level3 not and DeviceN_NoneName or{
301     /srcDataStrs[imageDict begin
302     currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse
303     {
304     Width Decode length 2 div mul cvi string
305     }repeat
306     end]def
307     imageDict begin
308     /DataSource[AGMUTIL_imagefile Decode BitsPerComponent false 1/filter_indexed_devn load dstDataStr srcDataStrs devn_alt_datasource/exec cvx]cvx def
309     /Decode[0 1]def
310     end
311     }{
312     imageDict/DataSource[1 string dup 0 AGMUTIL_imagefile Decode length 2 idiv string/readstring cvx/pop cvx names_index/get cvx/put cvx]cvx put
313     imageDict/Decode[0 1]put
314     }ifelse
315     }ifelse
316     imageDict exch
317     load exec
318     imageDict/DataSource origDataSource put
319     imageDict/MultipleDataSources origMultipleDataSources put
320     imageDict/Decode origDecode put
321     end
322     }bdf
323     /write_image_file
324     {
325     begin
326     {(AGMUTIL_imagefile)(w+)file}stopped{
327     false
328     }{
329     Adobe_AGM_Utils/AGMUTIL_imagefile xddf
330     2 dict begin
331     /imbufLen Width BitsPerComponent mul 7 add 8 idiv def
332     MultipleDataSources{DataSource 0 get}{DataSource}ifelse type/filetype eq{
333     /imbuf imbufLen string def
334     }if
335     1 1 Height MultipleDataSources not{Decode length 2 idiv mul}if{
336     pop
337     MultipleDataSources{
338     0 1 DataSource length 1 sub{
339     DataSource type dup
340     /arraytype eq{
341     pop DataSource exch gx
342     }{
343     /filetype eq{
344     DataSource exch get imbuf readstring pop
345     }{
346     DataSource exch get
347     }ifelse
348     }ifelse
349     AGMUTIL_imagefile exch writestring
350     }for
351     }{
352     DataSource type dup
353     /arraytype eq{
354     pop DataSource exec
355     }{
356     /filetype eq{
357     DataSource imbuf readstring pop
358     }{
359     DataSource
360     }ifelse
361     }ifelse
362     AGMUTIL_imagefile exch writestring
363     }ifelse
364     }for
365     end
366     true
367     }ifelse
368     end
369     }bdf
370     /close_image_file
371     {
372     AGMUTIL_imagefile closefile(AGMUTIL_imagefile)deletefile
373     }def
374     statusdict/product known userdict/AGMP_current_show known not and{
375     /pstr statusdict/product get def
376     pstr(HP LaserJet 2200)eq
377     pstr(HP LaserJet 4000 Series)eq or
378     pstr(HP LaserJet 4050 Series )eq or
379     pstr(HP LaserJet 8000 Series)eq or
380     pstr(HP LaserJet 8100 Series)eq or
381     pstr(HP LaserJet 8150 Series)eq or
382     pstr(HP LaserJet 5000 Series)eq or
383     pstr(HP LaserJet 5100 Series)eq or
384     pstr(HP Color LaserJet 4500)eq or
385     pstr(HP Color LaserJet 4600)eq or
386     pstr(HP LaserJet 5Si)eq or
387     pstr(HP LaserJet 1200 Series)eq or
388     pstr(HP LaserJet 1300 Series)eq or
389     pstr(HP LaserJet 4100 Series)eq or
390     {
391     userdict/AGMP_current_show/show load put
392     userdict/show{
393     currentcolorspace 0 get
394     /Pattern eq
395     {false charpath f}
396     {AGMP_current_show}ifelse
397     }put
398     }if
399     currentdict/pstr undef
400     }if
401     /consumeimagedata
402     {
403     begin
404     AGMIMG_init_common
405     currentdict/MultipleDataSources known not
406     {/MultipleDataSources false def}if
407     MultipleDataSources
408     {
409     DataSource 0 get type
410     dup/filetype eq
411     {
412     1 dict begin
413     /flushbuffer Width cvi string def
414     1 1 Height cvi
415     {
416     pop
417     0 1 DataSource length 1 sub
418     {
419     DataSource exch get
420     flushbuffer readstring pop pop
421     }for
422     }for
423     end
424     }if
425     dup/arraytype eq exch/packedarraytype eq or DataSource 0 get xcheck and
426     {
427     Width Height mul cvi
428     {
429     0 1 DataSource length 1 sub
430     {dup DataSource exch gx length exch 0 ne{pop}if}for
431     dup 0 eq
432     {pop exit}if
433     sub dup 0 le
434     {exit}if
435     }loop
436     pop
437     }if
438     }
439     {
440     /DataSource load type
441     dup/filetype eq
442     {
443     1 dict begin
444     /flushbuffer Width Decode length 2 idiv mul cvi string def
445     1 1 Height{pop DataSource flushbuffer readstring pop pop}for
446     end
447     }if
448     dup/arraytype eq exch/packedarraytype eq or/DataSource load xcheck and
449     {
450     Height Width BitsPerComponent mul 8 BitsPerComponent sub add 8 idiv Decode length 2 idiv mul mul
451     {
452     DataSource length dup 0 eq
453     {pop exit}if
454     sub dup 0 le
455     {exit}if
456     }loop
457     pop
458     }if
459     }ifelse
460     end
461     }bdf
462     /addprocs
463     {
464     2{/exec load}repeat
465     3 1 roll
466     [5 1 roll]bind cvx
467     }def
468     /modify_halftone_xfer
469     {
470     currenthalftone dup length dict copy begin
471     currentdict 2 index known{
472     1 index load dup length dict copy begin
473     currentdict/TransferFunction known{
474     /TransferFunction load
475     }{
476     currenttransfer
477     }ifelse
478     addprocs/TransferFunction xdf
479     currentdict end def
480     currentdict end sethalftone
481     }{
482     currentdict/TransferFunction known{
483     /TransferFunction load
484     }{
485     currenttransfer
486     }ifelse
487     addprocs/TransferFunction xdf
488     currentdict end sethalftone
489     pop
490     }ifelse
491     }def
492     /clonearray
493     {
494     dup xcheck exch
495     dup length array exch
496     Adobe_AGM_Core/AGMCORE_tmp -1 ddf
497     {
498     Adobe_AGM_Core/AGMCORE_tmp 2 copy get 1 add ddf
499     dup type/dicttype eq
500     {
501     Adobe_AGM_Core/AGMCORE_tmp get
502     exch
503     clonedict
504     Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf
505     }if
506     dup type/arraytype eq
507     {
508     Adobe_AGM_Core/AGMCORE_tmp get exch
509     clonearray
510     Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf
511     }if
512     exch dup
513     Adobe_AGM_Core/AGMCORE_tmp get 4 -1 roll put
514     }forall
515     exch{cvx}if
516     }bdf
517     /clonedict
518     {
519     dup length dict
520     begin
521     {
522     dup type/dicttype eq
523     {clonedict}if
524     dup type/arraytype eq
525     {clonearray}if
526     def
527     }forall
528     currentdict
529     end
530     }bdf
531     /DeviceN_PS2
532     {
533     /currentcolorspace AGMCORE_gget 0 get/DeviceN eq level3 not and
534     }bdf
535     /Indexed_DeviceN
536     {
537     /indexed_colorspace_dict AGMCORE_gget dup null ne{
538     dup/CSDBase known{
539     /CSDBase get/CSD get_res/Names known
540     }{
541     pop false
542     }ifelse
543     }{
544     pop false
545     }ifelse
546     }bdf
547     /DeviceN_NoneName
548     {
549     /Names where{
550     pop
551     false Names
552     {
553     (None)eq or
554     }forall
555     }{
556     false
557     }ifelse
558     }bdf
559     /DeviceN_PS2_inRip_seps
560     {
561     /AGMCORE_in_rip_sep where
562     {
563     pop dup type dup/arraytype eq exch/packedarraytype eq or
564     {
565     dup 0 get/DeviceN eq level3 not and AGMCORE_in_rip_sep and
566     {
567     /currentcolorspace exch AGMCORE_gput
568     false
569     }{
570     true
571     }ifelse
572     }{
573     true
574     }ifelse
575     }{
576     true
577     }ifelse
578     }bdf
579     /base_colorspace_type
580     {
581     dup type/arraytype eq{0 get}if
582     }bdf
583     /currentdistillerparams where{pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse
584     {
585     /pdfmark_5{cleartomark}bind def
586     }{
587     /pdfmark_5{pdfmark}bind def
588     }ifelse
589     /ReadBypdfmark_5
590     {
591     currentfile exch 0 exch/SubFileDecode filter
592     /currentdistillerparams where
593     {pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse
594     {flushfile cleartomark}
595     {/PUT pdfmark}ifelse
596     }bdf
597     /ReadBypdfmark_5_string
598     {
599     2 dict begin
600     /makerString exch def string/tmpString exch def
601     {
602     currentfile tmpString readline not{pop exit}if
603     makerString anchorsearch
604     {
605     pop pop cleartomark exit
606     }{
607     3 copy/PUT pdfmark_5 pop 2 copy(\n)/PUT pdfmark_5
608     }ifelse
609     }loop
610     end
611     }bdf
612     /xpdfm
613     {
614     {
615     dup 0 get/Label eq
616     {
617     aload length[exch 1 add 1 roll/PAGELABEL
618     }{
619     aload pop
620     [{ThisPage}<<5 -2 roll>>/PUT
621     }ifelse
622     pdfmark_5
623     }forall
624     }bdf
625     /lmt{
626     dup 2 index le{exch}if pop dup 2 index ge{exch}if pop
627     }bdf
628     /int{
629     dup 2 index sub 3 index 5 index sub div 6 -2 roll sub mul exch pop add exch pop
630     }bdf
631     /ds{
632     Adobe_AGM_Utils begin
633     }bdf
634     /dt{
635     currentdict Adobe_AGM_Utils eq{
636     end
637     }if
638     }bdf
639     systemdict/setpacking known
640     {setpacking}if
641     %%EndResource
642     %%BeginResource: procset Adobe_AGM_Core 2.0 0
643     %%Version: 2.0 0
644     %%Copyright: Copyright(C)1997-2007 Adobe Systems, Inc. All Rights Reserved.
645     systemdict/setpacking known
646     {
647     currentpacking
648     true setpacking
649     }if
650     userdict/Adobe_AGM_Core 209 dict dup begin put
651     /Adobe_AGM_Core_Id/Adobe_AGM_Core_2.0_0 def
652     /AGMCORE_str256 256 string def
653     /AGMCORE_save nd
654     /AGMCORE_graphicsave nd
655     /AGMCORE_c 0 def
656     /AGMCORE_m 0 def
657     /AGMCORE_y 0 def
658     /AGMCORE_k 0 def
659     /AGMCORE_cmykbuf 4 array def
660     /AGMCORE_screen[currentscreen]cvx def
661     /AGMCORE_tmp 0 def
662     /AGMCORE_&setgray nd
663     /AGMCORE_&setcolor nd
664     /AGMCORE_&setcolorspace nd
665     /AGMCORE_&setcmykcolor nd
666     /AGMCORE_cyan_plate nd
667     /AGMCORE_magenta_plate nd
668     /AGMCORE_yellow_plate nd
669     /AGMCORE_black_plate nd
670     /AGMCORE_plate_ndx nd
671     /AGMCORE_get_ink_data nd
672     /AGMCORE_is_cmyk_sep nd
673     /AGMCORE_host_sep nd
674     /AGMCORE_avoid_L2_sep_space nd
675     /AGMCORE_distilling nd
676     /AGMCORE_composite_job nd
677     /AGMCORE_producing_seps nd
678     /AGMCORE_ps_level -1 def
679     /AGMCORE_ps_version -1 def
680     /AGMCORE_environ_ok nd
681     /AGMCORE_CSD_cache 0 dict def
682     /AGMCORE_currentoverprint false def
683     /AGMCORE_deltaX nd
684     /AGMCORE_deltaY nd
685     /AGMCORE_name nd
686     /AGMCORE_sep_special nd
687     /AGMCORE_err_strings 4 dict def
688     /AGMCORE_cur_err nd
689     /AGMCORE_current_spot_alias false def
690     /AGMCORE_inverting false def
691     /AGMCORE_feature_dictCount nd
692     /AGMCORE_feature_opCount nd
693     /AGMCORE_feature_ctm nd
694     /AGMCORE_ConvertToProcess false def
695     /AGMCORE_Default_CTM matrix def
696     /AGMCORE_Default_PageSize nd
697     /AGMCORE_Default_flatness nd
698     /AGMCORE_currentbg nd
699     /AGMCORE_currentucr nd
700     /AGMCORE_pattern_paint_type 0 def
701     /knockout_unitsq nd
702     currentglobal true setglobal
703     [/CSA/Gradient/Procedure]
704     {
705     /Generic/Category findresource dup length dict copy/Category defineresource pop
706     }forall
707     setglobal
708     /AGMCORE_key_known
709     {
710     where{
711     /Adobe_AGM_Core_Id known
712     }{
713     false
714     }ifelse
715     }ndf
716     /flushinput
717     {
718     save
719     2 dict begin
720     /CompareBuffer 3 -1 roll def
721     /readbuffer 256 string def
722     mark
723     {
724     currentfile readbuffer{readline}stopped
725     {cleartomark mark}
726     {
727     not
728     {pop exit}
729     if
730     CompareBuffer eq
731     {exit}
732     if
733     }ifelse
734     }loop
735     cleartomark
736     end
737     restore
738     }bdf
739     /getspotfunction
740     {
741     AGMCORE_screen exch pop exch pop
742     dup type/dicttype eq{
743     dup/HalftoneType get 1 eq{
744     /SpotFunction get
745     }{
746     dup/HalftoneType get 2 eq{
747     /GraySpotFunction get
748     }{
749     pop
750     {
751     abs exch abs 2 copy add 1 gt{
752     1 sub dup mul exch 1 sub dup mul add 1 sub
753     }{
754     dup mul exch dup mul add 1 exch sub
755     }ifelse
756     }bind
757     }ifelse
758     }ifelse
759     }if
760     }def
761     /np
762     {newpath}bdf
763     /clp_npth
764     {clip np}def
765     /eoclp_npth
766     {eoclip np}def
767     /npth_clp
768     {np clip}def
769     /graphic_setup
770     {
771     /AGMCORE_graphicsave save store
772     concat
773     0 setgray
774     0 setlinecap
775     0 setlinejoin
776     1 setlinewidth
777     []0 setdash
778     10 setmiterlimit
779     np
780     false setoverprint
781     false setstrokeadjust
782     //Adobe_AGM_Core/spot_alias gx
783     /Adobe_AGM_Image where{
784     pop
785     Adobe_AGM_Image/spot_alias 2 copy known{
786     gx
787     }{
788     pop pop
789     }ifelse
790     }if
791     /sep_colorspace_dict null AGMCORE_gput
792     100 dict begin
793     /dictstackcount countdictstack def
794     /showpage{}def
795     mark
796     }def
797     /graphic_cleanup
798     {
799     cleartomark
800     dictstackcount 1 countdictstack 1 sub{end}for
801     end
802     AGMCORE_graphicsave restore
803     }def
804     /compose_error_msg
805     {
806     grestoreall initgraphics
807     /Helvetica findfont 10 scalefont setfont
808     /AGMCORE_deltaY 100 def
809     /AGMCORE_deltaX 310 def
810     clippath pathbbox np pop pop 36 add exch 36 add exch moveto
811     0 AGMCORE_deltaY rlineto AGMCORE_deltaX 0 rlineto
812     0 AGMCORE_deltaY neg rlineto AGMCORE_deltaX neg 0 rlineto closepath
813     0 AGMCORE_&setgray
814     gsave 1 AGMCORE_&setgray fill grestore
815     1 setlinewidth gsave stroke grestore
816     currentpoint AGMCORE_deltaY 15 sub add exch 8 add exch moveto
817     /AGMCORE_deltaY 12 def
818     /AGMCORE_tmp 0 def
819     AGMCORE_err_strings exch get
820     {
821     dup 32 eq
822     {
823     pop
824     AGMCORE_str256 0 AGMCORE_tmp getinterval
825     stringwidth pop currentpoint pop add AGMCORE_deltaX 28 add gt
826     {
827     currentpoint AGMCORE_deltaY sub exch pop
828     clippath pathbbox pop pop pop 44 add exch moveto
829     }if
830     AGMCORE_str256 0 AGMCORE_tmp getinterval show( )show
831     0 1 AGMCORE_str256 length 1 sub
832     {
833     AGMCORE_str256 exch 0 put
834     }for
835     /AGMCORE_tmp 0 def
836     }{
837     AGMCORE_str256 exch AGMCORE_tmp xpt
838     /AGMCORE_tmp AGMCORE_tmp 1 add def
839     }ifelse
840     }forall
841     }bdf
842     /AGMCORE_CMYKDeviceNColorspaces[
843     [/Separation/None/DeviceCMYK{0 0 0}]
844     [/Separation(Black)/DeviceCMYK{0 0 0 4 -1 roll}bind]
845     [/Separation(Yellow)/DeviceCMYK{0 0 3 -1 roll 0}bind]
846     [/DeviceN[(Yellow)(Black)]/DeviceCMYK{0 0 4 2 roll}bind]
847     [/Separation(Magenta)/DeviceCMYK{0 exch 0 0}bind]
848     [/DeviceN[(Magenta)(Black)]/DeviceCMYK{0 3 1 roll 0 exch}bind]
849     [/DeviceN[(Magenta)(Yellow)]/DeviceCMYK{0 3 1 roll 0}bind]
850     [/DeviceN[(Magenta)(Yellow)(Black)]/DeviceCMYK{0 4 1 roll}bind]
851     [/Separation(Cyan)/DeviceCMYK{0 0 0}]
852     [/DeviceN[(Cyan)(Black)]/DeviceCMYK{0 0 3 -1 roll}bind]
853     [/DeviceN[(Cyan)(Yellow)]/DeviceCMYK{0 exch 0}bind]
854     [/DeviceN[(Cyan)(Yellow)(Black)]/DeviceCMYK{0 3 1 roll}bind]
855     [/DeviceN[(Cyan)(Magenta)]/DeviceCMYK{0 0}]
856     [/DeviceN[(Cyan)(Magenta)(Black)]/DeviceCMYK{0 exch}bind]
857     [/DeviceN[(Cyan)(Magenta)(Yellow)]/DeviceCMYK{0}]
858     [/DeviceCMYK]
859     ]def
860     /ds{
861     Adobe_AGM_Core begin
862     /currentdistillerparams where
863     {
864     pop currentdistillerparams/CoreDistVersion get 5000 lt
865     {<</DetectBlends false>>setdistillerparams}if
866     }if
867     /AGMCORE_ps_version xdf
868     /AGMCORE_ps_level xdf
869     errordict/AGM_handleerror known not{
870     errordict/AGM_handleerror errordict/handleerror get put
871     errordict/handleerror{
872     Adobe_AGM_Core begin
873     $error/newerror get AGMCORE_cur_err null ne and{
874     $error/newerror false put
875     AGMCORE_cur_err compose_error_msg
876     }if
877     $error/newerror true put
878     end
879     errordict/AGM_handleerror get exec
880     }bind put
881     }if
882     /AGMCORE_environ_ok
883     ps_level AGMCORE_ps_level ge
884     ps_version AGMCORE_ps_version ge and
885     AGMCORE_ps_level -1 eq or
886     def
887     AGMCORE_environ_ok not
888     {/AGMCORE_cur_err/AGMCORE_bad_environ def}if
889     /AGMCORE_&setgray systemdict/setgray get def
890     level2{
891     /AGMCORE_&setcolor systemdict/setcolor get def
892     /AGMCORE_&setcolorspace systemdict/setcolorspace get def
893     }if
894     /AGMCORE_currentbg currentblackgeneration def
895     /AGMCORE_currentucr currentundercolorremoval def
896     /AGMCORE_Default_flatness currentflat def
897     /AGMCORE_distilling
898     /product where{
899     pop systemdict/setdistillerparams known product(Adobe PostScript Parser)ne and
900     }{
901     false
902     }ifelse
903     def
904     /AGMCORE_GSTATE AGMCORE_key_known not{
905     /AGMCORE_GSTATE 21 dict def
906     /AGMCORE_tmpmatrix matrix def
907     /AGMCORE_gstack 64 array def
908     /AGMCORE_gstackptr 0 def
909     /AGMCORE_gstacksaveptr 0 def
910     /AGMCORE_gstackframekeys 14 def
911     /AGMCORE_&gsave/gsave ldf
912     /AGMCORE_&grestore/grestore ldf
913     /AGMCORE_&grestoreall/grestoreall ldf
914     /AGMCORE_&save/save ldf
915     /AGMCORE_&setoverprint/setoverprint ldf
916     /AGMCORE_gdictcopy{
917     begin
918     {def}forall
919     end
920     }def
921     /AGMCORE_gput{
922     AGMCORE_gstack AGMCORE_gstackptr get
923     3 1 roll
924     put
925     }def
926     /AGMCORE_gget{
927     AGMCORE_gstack AGMCORE_gstackptr get
928     exch
929     get
930     }def
931     /gsave{
932     AGMCORE_&gsave
933     AGMCORE_gstack AGMCORE_gstackptr get
934     AGMCORE_gstackptr 1 add
935     dup 64 ge{limitcheck}if
936     /AGMCORE_gstackptr exch store
937     AGMCORE_gstack AGMCORE_gstackptr get
938     AGMCORE_gdictcopy
939     }def
940     /grestore{
941     AGMCORE_&grestore
942     AGMCORE_gstackptr 1 sub
943     dup AGMCORE_gstacksaveptr lt{1 add}if
944     dup AGMCORE_gstack exch get dup/AGMCORE_currentoverprint known
945     {/AGMCORE_currentoverprint get setoverprint}{pop}ifelse
946     /AGMCORE_gstackptr exch store
947     }def
948     /grestoreall{
949     AGMCORE_&grestoreall
950     /AGMCORE_gstackptr AGMCORE_gstacksaveptr store
951     }def
952     /save{
953     AGMCORE_&save
954     AGMCORE_gstack AGMCORE_gstackptr get
955     AGMCORE_gstackptr 1 add
956     dup 64 ge{limitcheck}if
957     /AGMCORE_gstackptr exch store
958     /AGMCORE_gstacksaveptr AGMCORE_gstackptr store
959     AGMCORE_gstack AGMCORE_gstackptr get
960     AGMCORE_gdictcopy
961     }def
962     /setoverprint{
963     dup/AGMCORE_currentoverprint exch AGMCORE_gput AGMCORE_&setoverprint
964     }def
965     0 1 AGMCORE_gstack length 1 sub{
966     AGMCORE_gstack exch AGMCORE_gstackframekeys dict put
967     }for
968     }if
969     level3/AGMCORE_&sysshfill AGMCORE_key_known not and
970     {
971     /AGMCORE_&sysshfill systemdict/shfill get def
972     /AGMCORE_&sysmakepattern systemdict/makepattern get def
973     /AGMCORE_&usrmakepattern/makepattern load def
974     }if
975     /currentcmykcolor[0 0 0 0]AGMCORE_gput
976     /currentstrokeadjust false AGMCORE_gput
977     /currentcolorspace[/DeviceGray]AGMCORE_gput
978     /sep_tint 0 AGMCORE_gput
979     /devicen_tints[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]AGMCORE_gput
980     /sep_colorspace_dict null AGMCORE_gput
981     /devicen_colorspace_dict null AGMCORE_gput
982     /indexed_colorspace_dict null AGMCORE_gput
983     /currentcolor_intent()AGMCORE_gput
984     /customcolor_tint 1 AGMCORE_gput
985     /absolute_colorimetric_crd null AGMCORE_gput
986     /relative_colorimetric_crd null AGMCORE_gput
987     /saturation_crd null AGMCORE_gput
988     /perceptual_crd null AGMCORE_gput
989     currentcolortransfer cvlit/AGMCore_gray_xfer xdf cvlit/AGMCore_b_xfer xdf
990     cvlit/AGMCore_g_xfer xdf cvlit/AGMCore_r_xfer xdf
991     <<
992     /MaxPatternItem currentsystemparams/MaxPatternCache get
993     >>
994     setuserparams
995     end
996     }def
997     /ps
998     {
999     /setcmykcolor where{
1000     pop
1001     Adobe_AGM_Core/AGMCORE_&setcmykcolor/setcmykcolor load put
1002     }if
1003     Adobe_AGM_Core begin
1004     /setcmykcolor
1005     {
1006     4 copy AGMCORE_cmykbuf astore/currentcmykcolor exch AGMCORE_gput
1007     1 sub 4 1 roll
1008     3{
1009     3 index add neg dup 0 lt{
1010     pop 0
1011     }if
1012     3 1 roll
1013     }repeat
1014     setrgbcolor pop
1015     }ndf
1016     /currentcmykcolor
1017     {
1018     /currentcmykcolor AGMCORE_gget aload pop
1019     }ndf
1020     /setoverprint
1021     {pop}ndf
1022     /currentoverprint
1023     {false}ndf
1024     /AGMCORE_cyan_plate 1 0 0 0 test_cmyk_color_plate def
1025     /AGMCORE_magenta_plate 0 1 0 0 test_cmyk_color_plate def
1026     /AGMCORE_yellow_plate 0 0 1 0 test_cmyk_color_plate def
1027     /AGMCORE_black_plate 0 0 0 1 test_cmyk_color_plate def
1028     /AGMCORE_plate_ndx
1029     AGMCORE_cyan_plate{
1030     0
1031     }{
1032     AGMCORE_magenta_plate{
1033     1
1034     }{
1035     AGMCORE_yellow_plate{
1036     2
1037     }{
1038     AGMCORE_black_plate{
1039     3
1040     }{
1041     4
1042     }ifelse
1043     }ifelse
1044     }ifelse
1045     }ifelse
1046     def
1047     /AGMCORE_have_reported_unsupported_color_space false def
1048     /AGMCORE_report_unsupported_color_space
1049     {
1050     AGMCORE_have_reported_unsupported_color_space false eq
1051     {
1052     (Warning: Job contains content that cannot be separated with on-host methods. This content appears on the black plate, and knocks out all other plates.)==
1053     Adobe_AGM_Core/AGMCORE_have_reported_unsupported_color_space true ddf
1054     }if
1055     }def
1056     /AGMCORE_composite_job
1057     AGMCORE_cyan_plate AGMCORE_magenta_plate and AGMCORE_yellow_plate and AGMCORE_black_plate and def
1058     /AGMCORE_in_rip_sep
1059     /AGMCORE_in_rip_sep where{
1060     pop AGMCORE_in_rip_sep
1061     }{
1062     AGMCORE_distilling
1063     {
1064     false
1065     }{
1066     userdict/Adobe_AGM_OnHost_Seps known{
1067     false
1068     }{
1069     level2{
1070     currentpagedevice/Separations 2 copy known{
1071     get
1072     }{
1073     pop pop false
1074     }ifelse
1075     }{
1076     false
1077     }ifelse
1078     }ifelse
1079     }ifelse
1080     }ifelse
1081     def
1082     /AGMCORE_producing_seps AGMCORE_composite_job not AGMCORE_in_rip_sep or def
1083     /AGMCORE_host_sep AGMCORE_producing_seps AGMCORE_in_rip_sep not and def
1084     /AGM_preserve_spots
1085     /AGM_preserve_spots where{
1086     pop AGM_preserve_spots
1087     }{
1088     AGMCORE_distilling AGMCORE_producing_seps or
1089     }ifelse
1090     def
1091     /AGM_is_distiller_preserving_spotimages
1092     {
1093     currentdistillerparams/PreserveOverprintSettings known
1094     {
1095     currentdistillerparams/PreserveOverprintSettings get
1096     {
1097     currentdistillerparams/ColorConversionStrategy known
1098     {
1099     currentdistillerparams/ColorConversionStrategy get
1100     /sRGB ne
1101     }{
1102     true
1103     }ifelse
1104     }{
1105     false
1106     }ifelse
1107     }{
1108     false
1109     }ifelse
1110     }def
1111     /convert_spot_to_process where{pop}{
1112     /convert_spot_to_process
1113     {
1114     //Adobe_AGM_Core begin
1115     dup map_alias{
1116     /Name get exch pop
1117     }if
1118     dup dup(None)eq exch(All)eq or
1119     {
1120     pop false
1121     }{
1122     AGMCORE_host_sep
1123     {
1124     gsave
1125     1 0 0 0 setcmykcolor currentgray 1 exch sub
1126     0 1 0 0 setcmykcolor currentgray 1 exch sub
1127     0 0 1 0 setcmykcolor currentgray 1 exch sub
1128     0 0 0 1 setcmykcolor currentgray 1 exch sub
1129     add add add 0 eq
1130     {
1131     pop false
1132     }{
1133     false setoverprint
1134     current_spot_alias false set_spot_alias
1135     1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor
1136     set_spot_alias
1137     currentgray 1 ne
1138     }ifelse
1139     grestore
1140     }{
1141     AGMCORE_distilling
1142     {
1143     pop AGM_is_distiller_preserving_spotimages not
1144     }{
1145     //Adobe_AGM_Core/AGMCORE_name xddf
1146     false
1147     //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 0 eq
1148     AGMUTIL_cpd/OverrideSeparations known and
1149     {
1150     AGMUTIL_cpd/OverrideSeparations get
1151     {
1152     /HqnSpots/ProcSet resourcestatus
1153     {
1154     pop pop pop true
1155     }if
1156     }if
1157     }if
1158     {
1159     AGMCORE_name/HqnSpots/ProcSet findresource/TestSpot gx not
1160     }{
1161     gsave
1162     [/Separation AGMCORE_name/DeviceGray{}]AGMCORE_&setcolorspace
1163     false
1164     AGMUTIL_cpd/SeparationColorNames 2 copy known
1165     {
1166     get
1167     {AGMCORE_name eq or}forall
1168     not
1169     }{
1170     pop pop pop true
1171     }ifelse
1172     grestore
1173     }ifelse
1174     }ifelse
1175     }ifelse
1176     }ifelse
1177     end
1178     }def
1179     }ifelse
1180     /convert_to_process where{pop}{
1181     /convert_to_process
1182     {
1183     dup length 0 eq
1184     {
1185     pop false
1186     }{
1187     AGMCORE_host_sep
1188     {
1189     dup true exch
1190     {
1191     dup(Cyan)eq exch
1192     dup(Magenta)eq 3 -1 roll or exch
1193     dup(Yellow)eq 3 -1 roll or exch
1194     dup(Black)eq 3 -1 roll or
1195     {pop}
1196     {convert_spot_to_process and}ifelse
1197     }
1198     forall
1199     {
1200     true exch
1201     {
1202     dup(Cyan)eq exch
1203     dup(Magenta)eq 3 -1 roll or exch
1204     dup(Yellow)eq 3 -1 roll or exch
1205     (Black)eq or and
1206     }forall
1207     not
1208     }{pop false}ifelse
1209     }{
1210     false exch
1211     {
1212     /PhotoshopDuotoneList where{pop false}{true}ifelse
1213     {
1214     dup(Cyan)eq exch
1215     dup(Magenta)eq 3 -1 roll or exch
1216     dup(Yellow)eq 3 -1 roll or exch
1217     dup(Black)eq 3 -1 roll or
1218     {pop}
1219     {convert_spot_to_process or}ifelse
1220     }
1221     {
1222     convert_spot_to_process or
1223     }
1224     ifelse
1225     }
1226     forall
1227     }ifelse
1228     }ifelse
1229     }def
1230     }ifelse
1231     /AGMCORE_avoid_L2_sep_space
1232     version cvr 2012 lt
1233     level2 and
1234     AGMCORE_producing_seps not and
1235     def
1236     /AGMCORE_is_cmyk_sep
1237     AGMCORE_cyan_plate AGMCORE_magenta_plate or AGMCORE_yellow_plate or AGMCORE_black_plate or
1238     def
1239     /AGM_avoid_0_cmyk where{
1240     pop AGM_avoid_0_cmyk
1241     }{
1242     AGM_preserve_spots
1243     userdict/Adobe_AGM_OnHost_Seps known
1244     userdict/Adobe_AGM_InRip_Seps known or
1245     not and
1246     }ifelse
1247     {
1248     /setcmykcolor[
1249     {
1250     4 copy add add add 0 eq currentoverprint and{
1251     pop 0.0005
1252     }if
1253     }/exec cvx
1254     /AGMCORE_&setcmykcolor load dup type/operatortype ne{
1255     /exec cvx
1256     }if
1257     ]cvx def
1258     }if
1259     /AGMCORE_IsSeparationAProcessColor
1260     {
1261     dup(Cyan)eq exch dup(Magenta)eq exch dup(Yellow)eq exch(Black)eq or or or
1262     }def
1263     AGMCORE_host_sep{
1264     /setcolortransfer
1265     {
1266     AGMCORE_cyan_plate{
1267     pop pop pop
1268     }{
1269     AGMCORE_magenta_plate{
1270     4 3 roll pop pop pop
1271     }{
1272     AGMCORE_yellow_plate{
1273     4 2 roll pop pop pop
1274     }{
1275     4 1 roll pop pop pop
1276     }ifelse
1277     }ifelse
1278     }ifelse
1279     settransfer
1280     }
1281     def
1282     /AGMCORE_get_ink_data
1283     AGMCORE_cyan_plate{
1284     {pop pop pop}
1285     }{
1286     AGMCORE_magenta_plate{
1287     {4 3 roll pop pop pop}
1288     }{
1289     AGMCORE_yellow_plate{
1290     {4 2 roll pop pop pop}
1291     }{
1292     {4 1 roll pop pop pop}
1293     }ifelse
1294     }ifelse
1295     }ifelse
1296     def
1297     /AGMCORE_RemoveProcessColorNames
1298     {
1299     1 dict begin
1300     /filtername
1301     {
1302     dup/Cyan eq 1 index(Cyan)eq or
1303     {pop(_cyan_)}if
1304     dup/Magenta eq 1 index(Magenta)eq or
1305     {pop(_magenta_)}if
1306     dup/Yellow eq 1 index(Yellow)eq or
1307     {pop(_yellow_)}if
1308     dup/Black eq 1 index(Black)eq or
1309     {pop(_black_)}if
1310     }def
1311     dup type/arraytype eq
1312     {[exch{filtername}forall]}
1313     {filtername}ifelse
1314     end
1315     }def
1316     level3{
1317     /AGMCORE_IsCurrentColor
1318     {
1319     dup AGMCORE_IsSeparationAProcessColor
1320     {
1321     AGMCORE_plate_ndx 0 eq
1322     {dup(Cyan)eq exch/Cyan eq or}if
1323     AGMCORE_plate_ndx 1 eq
1324     {dup(Magenta)eq exch/Magenta eq or}if
1325     AGMCORE_plate_ndx 2 eq
1326     {dup(Yellow)eq exch/Yellow eq or}if
1327     AGMCORE_plate_ndx 3 eq
1328     {dup(Black)eq exch/Black eq or}if
1329     AGMCORE_plate_ndx 4 eq
1330     {pop false}if
1331     }{
1332     gsave
1333     false setoverprint
1334     current_spot_alias false set_spot_alias
1335     1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor
1336     set_spot_alias
1337     currentgray 1 ne
1338     grestore
1339     }ifelse
1340     }def
1341     /AGMCORE_filter_functiondatasource
1342     {
1343     5 dict begin
1344     /data_in xdf
1345     data_in type/stringtype eq
1346     {
1347     /ncomp xdf
1348     /comp xdf
1349     /string_out data_in length ncomp idiv string def
1350     0 ncomp data_in length 1 sub
1351     {
1352     string_out exch dup ncomp idiv exch data_in exch ncomp getinterval comp get 255 exch sub put
1353     }for
1354     string_out
1355     }{
1356     string/string_in xdf
1357     /string_out 1 string def
1358     /component xdf
1359     [
1360     data_in string_in/readstring cvx
1361     [component/get cvx 255/exch cvx/sub cvx string_out/exch cvx 0/exch cvx/put cvx string_out]cvx
1362     [/pop cvx()]cvx/ifelse cvx
1363     ]cvx/ReusableStreamDecode filter
1364     }ifelse
1365     end
1366     }def
1367     /AGMCORE_separateShadingFunction
1368     {
1369     2 dict begin
1370     /paint? xdf
1371     /channel xdf
1372     dup type/dicttype eq
1373     {
1374     begin
1375     FunctionType 0 eq
1376     {
1377     /DataSource channel Range length 2 idiv DataSource AGMCORE_filter_functiondatasource def
1378     currentdict/Decode known
1379     {/Decode Decode channel 2 mul 2 getinterval def}if
1380     paint? not
1381     {/Decode[1 1]def}if
1382     }if
1383     FunctionType 2 eq
1384     {
1385     paint?
1386     {
1387     /C0[C0 channel get 1 exch sub]def
1388     /C1[C1 channel get 1 exch sub]def
1389     }{
1390     /C0[1]def
1391     /C1[1]def
1392     }ifelse
1393     }if
1394     FunctionType 3 eq
1395     {
1396     /Functions[Functions{channel paint? AGMCORE_separateShadingFunction}forall]def
1397     }if
1398     currentdict/Range known
1399     {/Range[0 1]def}if
1400     currentdict
1401     end}{
1402     channel get 0 paint? AGMCORE_separateShadingFunction
1403     }ifelse
1404     end
1405     }def
1406     /AGMCORE_separateShading
1407     {
1408     3 -1 roll begin
1409     currentdict/Function known
1410     {
1411     currentdict/Background known
1412     {[1 index{Background 3 index get 1 exch sub}{1}ifelse]/Background xdf}if
1413     Function 3 1 roll AGMCORE_separateShadingFunction/Function xdf
1414     /ColorSpace[/DeviceGray]def
1415     }{
1416     ColorSpace dup type/arraytype eq{0 get}if/DeviceCMYK eq
1417     {
1418     /ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def
1419     }{
1420     ColorSpace dup 1 get AGMCORE_RemoveProcessColorNames 1 exch put
1421     }ifelse
1422     ColorSpace 0 get/Separation eq
1423     {
1424     {
1425     [1/exch cvx/sub cvx]cvx
1426     }{
1427     [/pop cvx 1]cvx
1428     }ifelse
1429     ColorSpace 3 3 -1 roll put
1430     pop
1431     }{
1432     {
1433     [exch ColorSpace 1 get length 1 sub exch sub/index cvx 1/exch cvx/sub cvx ColorSpace 1 get length 1 add 1/roll cvx ColorSpace 1 get length{/pop cvx}repeat]cvx
1434     }{
1435     pop[ColorSpace 1 get length{/pop cvx}repeat cvx 1]cvx
1436     }ifelse
1437     ColorSpace 3 3 -1 roll bind put
1438     }ifelse
1439     ColorSpace 2/DeviceGray put
1440     }ifelse
1441     end
1442     }def
1443     /AGMCORE_separateShadingDict
1444     {
1445     dup/ColorSpace get
1446     dup type/arraytype ne
1447     {[exch]}if
1448     dup 0 get/DeviceCMYK eq
1449     {
1450     exch begin
1451     currentdict
1452     AGMCORE_cyan_plate
1453     {0 true}if
1454     AGMCORE_magenta_plate
1455     {1 true}if
1456     AGMCORE_yellow_plate
1457     {2 true}if
1458     AGMCORE_black_plate
1459     {3 true}if
1460     AGMCORE_plate_ndx 4 eq
1461     {0 false}if
1462     dup not currentoverprint and
1463     {/AGMCORE_ignoreshade true def}if
1464     AGMCORE_separateShading
1465     currentdict
1466     end exch
1467     }if
1468     dup 0 get/Separation eq
1469     {
1470     exch begin
1471     ColorSpace 1 get dup/None ne exch/All ne and
1472     {
1473     ColorSpace 1 get AGMCORE_IsCurrentColor AGMCORE_plate_ndx 4 lt and ColorSpace 1 get AGMCORE_IsSeparationAProcessColor not and
1474     {
1475     ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq
1476     {
1477     /ColorSpace
1478     [
1479     /Separation
1480     ColorSpace 1 get
1481     /DeviceGray
1482     [
1483     ColorSpace 3 get/exec cvx
1484     4 AGMCORE_plate_ndx sub -1/roll cvx
1485     4 1/roll cvx
1486     3[/pop cvx]cvx/repeat cvx
1487     1/exch cvx/sub cvx
1488     ]cvx
1489     ]def
1490     }{
1491     AGMCORE_report_unsupported_color_space
1492     AGMCORE_black_plate not
1493     {
1494     currentdict 0 false AGMCORE_separateShading
1495     }if
1496     }ifelse
1497     }{
1498     currentdict ColorSpace 1 get AGMCORE_IsCurrentColor
1499     0 exch
1500     dup not currentoverprint and
1501     {/AGMCORE_ignoreshade true def}if
1502     AGMCORE_separateShading
1503     }ifelse
1504     }if
1505     currentdict
1506     end exch
1507     }if
1508     dup 0 get/DeviceN eq
1509     {
1510     exch begin
1511     ColorSpace 1 get convert_to_process
1512     {
1513     ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq
1514     {
1515     /ColorSpace
1516     [
1517     /DeviceN
1518     ColorSpace 1 get
1519     /DeviceGray
1520     [
1521     ColorSpace 3 get/exec cvx
1522     4 AGMCORE_plate_ndx sub -1/roll cvx
1523     4 1/roll cvx
1524     3[/pop cvx]cvx/repeat cvx
1525     1/exch cvx/sub cvx
1526     ]cvx
1527     ]def
1528     }{
1529     AGMCORE_report_unsupported_color_space
1530     AGMCORE_black_plate not
1531     {
1532     currentdict 0 false AGMCORE_separateShading
1533     /ColorSpace[/DeviceGray]def
1534     }if
1535     }ifelse
1536     }{
1537     currentdict
1538     false -1 ColorSpace 1 get
1539     {
1540     AGMCORE_IsCurrentColor
1541     {
1542     1 add
1543     exch pop true exch exit
1544     }if
1545     1 add
1546     }forall
1547     exch
1548     dup not currentoverprint and
1549     {/AGMCORE_ignoreshade true def}if
1550     AGMCORE_separateShading
1551     }ifelse
1552     currentdict
1553     end exch
1554     }if
1555     dup 0 get dup/DeviceCMYK eq exch dup/Separation eq exch/DeviceN eq or or not
1556     {
1557     exch begin
1558     ColorSpace dup type/arraytype eq
1559     {0 get}if
1560     /DeviceGray ne
1561     {
1562     AGMCORE_report_unsupported_color_space
1563     AGMCORE_black_plate not
1564     {
1565     ColorSpace 0 get/CIEBasedA eq
1566     {
1567     /ColorSpace[/Separation/_ciebaseda_/DeviceGray{}]def
1568     }if
1569     ColorSpace 0 get dup/CIEBasedABC eq exch dup/CIEBasedDEF eq exch/DeviceRGB eq or or
1570     {
1571     /ColorSpace[/DeviceN[/_red_/_green_/_blue_]/DeviceRGB{}]def
1572     }if
1573     ColorSpace 0 get/CIEBasedDEFG eq
1574     {
1575     /ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def
1576     }if
1577     currentdict 0 false AGMCORE_separateShading
1578     }if
1579     }if
1580     currentdict
1581     end exch
1582     }if
1583     pop
1584     dup/AGMCORE_ignoreshade known
1585     {
1586     begin
1587     /ColorSpace[/Separation(None)/DeviceGray{}]def
1588     currentdict end
1589     }if
1590     }def
1591     /shfill
1592     {
1593     AGMCORE_separateShadingDict
1594     dup/AGMCORE_ignoreshade known
1595     {pop}
1596     {AGMCORE_&sysshfill}ifelse
1597     }def
1598     /makepattern
1599     {
1600     exch
1601     dup/PatternType get 2 eq
1602     {
1603     clonedict
1604     begin
1605     /Shading Shading AGMCORE_separateShadingDict def
1606     Shading/AGMCORE_ignoreshade known
1607     currentdict end exch
1608     {pop<</PatternType 1/PaintProc{pop}/BBox[0 0 1 1]/XStep 1/YStep 1/PaintType 1/TilingType 3>>}if
1609     exch AGMCORE_&sysmakepattern
1610     }{
1611     exch AGMCORE_&usrmakepattern
1612     }ifelse
1613     }def
1614     }if
1615     }if
1616     AGMCORE_in_rip_sep{
1617     /setcustomcolor
1618     {
1619     exch aload pop
1620     dup 7 1 roll inRip_spot_has_ink not {
1621     4{4 index mul 4 1 roll}
1622     repeat
1623     /DeviceCMYK setcolorspace
1624     6 -2 roll pop pop
1625     }{
1626     //Adobe_AGM_Core begin
1627     /AGMCORE_k xdf/AGMCORE_y xdf/AGMCORE_m xdf/AGMCORE_c xdf
1628     end
1629     [/Separation 4 -1 roll/DeviceCMYK
1630     {dup AGMCORE_c mul exch dup AGMCORE_m mul exch dup AGMCORE_y mul exch AGMCORE_k mul}
1631     ]
1632     setcolorspace
1633     }ifelse
1634     setcolor
1635     }ndf
1636     /setseparationgray
1637     {
1638     [/Separation(All)/DeviceGray{}]setcolorspace_opt
1639     1 exch sub setcolor
1640     }ndf
1641     }{
1642     /setseparationgray
1643     {
1644     AGMCORE_&setgray
1645     }ndf
1646     }ifelse
1647     /findcmykcustomcolor
1648     {
1649     5 makereadonlyarray
1650     }ndf
1651     /setcustomcolor
1652     {
1653     exch aload pop pop
1654     4{4 index mul 4 1 roll}repeat
1655     setcmykcolor pop
1656     }ndf
1657     /has_color
1658     /colorimage where{
1659     AGMCORE_producing_seps{
1660     pop true
1661     }{
1662     systemdict eq
1663     }ifelse
1664     }{
1665     false
1666     }ifelse
1667     def
1668     /map_index
1669     {
1670     1 index mul exch getinterval{255 div}forall
1671     }bdf
1672     /map_indexed_devn
1673     {
1674     Lookup Names length 3 -1 roll cvi map_index
1675     }bdf
1676     /n_color_components
1677     {
1678     base_colorspace_type
1679     dup/DeviceGray eq{
1680     pop 1
1681     }{
1682     /DeviceCMYK eq{
1683     4
1684     }{
1685     3
1686     }ifelse
1687     }ifelse
1688     }bdf
1689     level2{
1690     /mo/moveto ldf
1691     /li/lineto ldf
1692     /cv/curveto ldf
1693     /knockout_unitsq
1694     {
1695     1 setgray
1696     0 0 1 1 rectfill
1697     }def
1698     level2/setcolorspace AGMCORE_key_known not and{
1699     /AGMCORE_&&&setcolorspace/setcolorspace ldf
1700     /AGMCORE_ReplaceMappedColor
1701     {
1702     dup type dup/arraytype eq exch/packedarraytype eq or
1703     {
1704     /AGMCORE_SpotAliasAry2 where{
1705     begin
1706     dup 0 get dup/Separation eq
1707     {
1708     pop
1709     dup length array copy
1710     dup dup 1 get
1711     current_spot_alias
1712     {
1713     dup map_alias
1714     {
1715     false set_spot_alias
1716     dup 1 exch setsepcolorspace
1717     true set_spot_alias
1718     begin
1719     /sep_colorspace_dict currentdict AGMCORE_gput
1720     pop pop pop
1721     [
1722     /Separation Name
1723     CSA map_csa
1724     MappedCSA
1725     /sep_colorspace_proc load
1726     ]
1727     dup Name
1728     end
1729     }if
1730     }if
1731     map_reserved_ink_name 1 xpt
1732     }{
1733     /DeviceN eq
1734     {
1735     dup length array copy
1736     dup dup 1 get[
1737     exch{
1738     current_spot_alias{
1739     dup map_alias{
1740     /Name get exch pop
1741     }if
1742     }if
1743     map_reserved_ink_name
1744     }forall
1745     ]1 xpt
1746     }if
1747     }ifelse
1748     end
1749     }if
1750     }if
1751     }def
1752     /setcolorspace
1753     {
1754     dup type dup/arraytype eq exch/packedarraytype eq or
1755     {
1756     dup 0 get/Indexed eq
1757     {
1758     AGMCORE_distilling
1759     {
1760     /PhotoshopDuotoneList where
1761     {
1762     pop false
1763     }{
1764     true
1765     }ifelse
1766     }{
1767     true
1768     }ifelse
1769     {
1770     aload pop 3 -1 roll
1771     AGMCORE_ReplaceMappedColor
1772     3 1 roll 4 array astore
1773     }if
1774     }{
1775     AGMCORE_ReplaceMappedColor
1776     }ifelse
1777     }if
1778     DeviceN_PS2_inRip_seps{AGMCORE_&&&setcolorspace}if
1779     }def
1780     }if
1781     }{
1782     /adj
1783     {
1784     currentstrokeadjust{
1785     transform
1786     0.25 sub round 0.25 add exch
1787     0.25 sub round 0.25 add exch
1788     itransform
1789     }if
1790     }def
1791     /mo{
1792     adj moveto
1793     }def
1794     /li{
1795     adj lineto
1796     }def
1797     /cv{
1798     6 2 roll adj
1799     6 2 roll adj
1800     6 2 roll adj curveto
1801     }def
1802     /knockout_unitsq
1803     {
1804     1 setgray
1805     8 8 1[8 0 0 8 0 0]{<ffffffffffffffff>}image
1806     }def
1807     /currentstrokeadjust{
1808     /currentstrokeadjust AGMCORE_gget
1809     }def
1810     /setstrokeadjust{
1811     /currentstrokeadjust exch AGMCORE_gput
1812     }def
1813     /setcolorspace
1814     {
1815     /currentcolorspace exch AGMCORE_gput
1816     }def
1817     /currentcolorspace
1818     {
1819     /currentcolorspace AGMCORE_gget
1820     }def
1821     /setcolor_devicecolor
1822     {
1823     base_colorspace_type
1824     dup/DeviceGray eq{
1825     pop setgray
1826     }{
1827     /DeviceCMYK eq{
1828     setcmykcolor
1829     }{
1830     setrgbcolor
1831     }ifelse
1832     }ifelse
1833     }def
1834     /setcolor
1835     {
1836     currentcolorspace 0 get
1837     dup/DeviceGray ne{
1838     dup/DeviceCMYK ne{
1839     dup/DeviceRGB ne{
1840     dup/Separation eq{
1841     pop
1842     currentcolorspace 3 gx
1843     currentcolorspace 2 get
1844     }{
1845     dup/Indexed eq{
1846     pop
1847     currentcolorspace 3 get dup type/stringtype eq{
1848     currentcolorspace 1 get n_color_components
1849     3 -1 roll map_index
1850     }{
1851     exec
1852     }ifelse
1853     currentcolorspace 1 get
1854     }{
1855     /AGMCORE_cur_err/AGMCORE_invalid_color_space def
1856     AGMCORE_invalid_color_space
1857     }ifelse
1858     }ifelse
1859     }if
1860     }if
1861     }if
1862     setcolor_devicecolor
1863     }def
1864     }ifelse
1865     /sop/setoverprint ldf
1866     /lw/setlinewidth ldf
1867     /lc/setlinecap ldf
1868     /lj/setlinejoin ldf
1869     /ml/setmiterlimit ldf
1870     /dsh/setdash ldf
1871     /sadj/setstrokeadjust ldf
1872     /gry/setgray ldf
1873     /rgb/setrgbcolor ldf
1874     /cmyk[
1875     /currentcolorspace[/DeviceCMYK]/AGMCORE_gput cvx
1876     /setcmykcolor load dup type/operatortype ne{/exec cvx}if
1877     ]cvx bdf
1878     level3 AGMCORE_host_sep not and{
1879     /nzopmsc{
1880     6 dict begin
1881     /kk exch def
1882     /yy exch def
1883     /mm exch def
1884     /cc exch def
1885     /sum 0 def
1886     cc 0 ne{/sum sum 2#1000 or def cc}if
1887     mm 0 ne{/sum sum 2#0100 or def mm}if
1888     yy 0 ne{/sum sum 2#0010 or def yy}if
1889     kk 0 ne{/sum sum 2#0001 or def kk}if
1890     AGMCORE_CMYKDeviceNColorspaces sum get setcolorspace
1891     sum 0 eq{0}if
1892     end
1893     setcolor
1894     }bdf
1895     }{
1896     /nzopmsc/cmyk ldf
1897     }ifelse
1898     /sep/setsepcolor ldf
1899     /devn/setdevicencolor ldf
1900     /idx/setindexedcolor ldf
1901     /colr/setcolor ldf
1902     /csacrd/set_csa_crd ldf
1903     /sepcs/setsepcolorspace ldf
1904     /devncs/setdevicencolorspace ldf
1905     /idxcs/setindexedcolorspace ldf
1906     /cp/closepath ldf
1907     /clp/clp_npth ldf
1908     /eclp/eoclp_npth ldf
1909     /f/fill ldf
1910     /ef/eofill ldf
1911     /@/stroke ldf
1912     /nclp/npth_clp ldf
1913     /gset/graphic_setup ldf
1914     /gcln/graphic_cleanup ldf
1915     /ct/concat ldf
1916     /cf/currentfile ldf
1917     /fl/filter ldf
1918     /rs/readstring ldf
1919     /AGMCORE_def_ht currenthalftone def
1920     /clonedict Adobe_AGM_Utils begin/clonedict load end def
1921     /clonearray Adobe_AGM_Utils begin/clonearray load end def
1922     currentdict{
1923     dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{
1924     bind
1925     }if
1926     def
1927     }forall
1928     /getrampcolor
1929     {
1930     /indx exch def
1931     0 1 NumComp 1 sub
1932     {
1933     dup
1934     Samples exch get
1935     dup type/stringtype eq{indx get}if
1936     exch
1937     Scaling exch get aload pop
1938     3 1 roll
1939     mul add
1940     }for
1941     ColorSpaceFamily/Separation eq
1942     {sep}
1943     {
1944     ColorSpaceFamily/DeviceN eq
1945     {devn}{setcolor}ifelse
1946     }ifelse
1947     }bdf
1948     /sssetbackground{
1949     aload pop
1950     ColorSpaceFamily/Separation eq
1951     {sep}
1952     {
1953     ColorSpaceFamily/DeviceN eq
1954     {devn}{setcolor}ifelse
1955     }ifelse
1956     }bdf
1957     /RadialShade
1958     {
1959     40 dict begin
1960     /ColorSpaceFamily xdf
1961     /background xdf
1962     /ext1 xdf
1963     /ext0 xdf
1964     /BBox xdf
1965     /r2 xdf
1966     /c2y xdf
1967     /c2x xdf
1968     /r1 xdf
1969     /c1y xdf
1970     /c1x xdf
1971     /rampdict xdf
1972     /setinkoverprint where{pop/setinkoverprint{pop}def}if
1973     gsave
1974     BBox length 0 gt
1975     {
1976     np
1977     BBox 0 get BBox 1 get moveto
1978     BBox 2 get BBox 0 get sub 0 rlineto
1979     0 BBox 3 get BBox 1 get sub rlineto
1980     BBox 2 get BBox 0 get sub neg 0 rlineto
1981     closepath
1982     clip
1983     np
1984     }if
1985     c1x c2x eq
1986     {
1987     c1y c2y lt{/theta 90 def}{/theta 270 def}ifelse
1988     }{
1989     /slope c2y c1y sub c2x c1x sub div def
1990     /theta slope 1 atan def
1991     c2x c1x lt c2y c1y ge and{/theta theta 180 sub def}if
1992     c2x c1x lt c2y c1y lt and{/theta theta 180 add def}if
1993     }ifelse
1994     gsave
1995     clippath
1996     c1x c1y translate
1997     theta rotate
1998     -90 rotate
1999     {pathbbox}stopped
2000     {0 0 0 0}if
2001     /yMax xdf
2002     /xMax xdf
2003     /yMin xdf
2004     /xMin xdf
2005     grestore
2006     xMax xMin eq yMax yMin eq or
2007     {
2008     grestore
2009     end
2010     }{
2011     /max{2 copy gt{pop}{exch pop}ifelse}bdf
2012     /min{2 copy lt{pop}{exch pop}ifelse}bdf
2013     rampdict begin
2014     40 dict begin
2015     background length 0 gt{background sssetbackground gsave clippath fill grestore}if
2016     gsave
2017     c1x c1y translate
2018     theta rotate
2019     -90 rotate
2020     /c2y c1x c2x sub dup mul c1y c2y sub dup mul add sqrt def
2021     /c1y 0 def
2022     /c1x 0 def
2023     /c2x 0 def
2024     ext0
2025     {
2026     0 getrampcolor
2027     c2y r2 add r1 sub 0.0001 lt
2028     {
2029     c1x c1y r1 360 0 arcn
2030     pathbbox
2031     /aymax exch def
2032     /axmax exch def
2033     /aymin exch def
2034     /axmin exch def
2035     /bxMin xMin axmin min def
2036     /byMin yMin aymin min def
2037     /bxMax xMax axmax max def
2038     /byMax yMax aymax max def
2039     bxMin byMin moveto
2040     bxMax byMin lineto
2041     bxMax byMax lineto
2042     bxMin byMax lineto
2043     bxMin byMin lineto
2044     eofill
2045     }{
2046     c2y r1 add r2 le
2047     {
2048     c1x c1y r1 0 360 arc
2049     fill
2050     }
2051     {
2052     c2x c2y r2 0 360 arc fill
2053     r1 r2 eq
2054     {
2055     /p1x r1 neg def
2056     /p1y c1y def
2057     /p2x r1 def
2058     /p2y c1y def
2059     p1x p1y moveto p2x p2y lineto p2x yMin lineto p1x yMin lineto
2060     fill
2061     }{
2062     /AA r2 r1 sub c2y div def
2063     AA -1 eq
2064     {/theta 89.99 def}
2065     {/theta AA 1 AA dup mul sub sqrt div 1 atan def}
2066     ifelse
2067     /SS1 90 theta add dup sin exch cos div def
2068     /p1x r1 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def
2069     /p1y p1x SS1 div neg def
2070     /SS2 90 theta sub dup sin exch cos div def
2071     /p2x r1 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def
2072     /p2y p2x SS2 div neg def
2073     r1 r2 gt
2074     {
2075     /L1maxX p1x yMin p1y sub SS1 div add def
2076     /L2maxX p2x yMin p2y sub SS2 div add def
2077     }{
2078     /L1maxX 0 def
2079     /L2maxX 0 def
2080     }ifelse
2081     p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto
2082     L1maxX L1maxX p1x sub SS1 mul p1y add lineto
2083     fill
2084     }ifelse
2085     }ifelse
2086     }ifelse
2087     }if
2088     c1x c2x sub dup mul
2089     c1y c2y sub dup mul
2090     add 0.5 exp
2091     0 dtransform
2092     dup mul exch dup mul add 0.5 exp 72 div
2093     0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt
2094     72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt
2095     1 index 1 index lt{exch}if pop
2096     /hires xdf
2097     hires mul
2098     /numpix xdf
2099     /numsteps NumSamples def
2100     /rampIndxInc 1 def
2101     /subsampling false def
2102     numpix 0 ne
2103     {
2104     NumSamples numpix div 0.5 gt
2105     {
2106     /numsteps numpix 2 div round cvi dup 1 le{pop 2}if def
2107     /rampIndxInc NumSamples 1 sub numsteps div def
2108     /subsampling true def
2109     }if
2110     }if
2111     /xInc c2x c1x sub numsteps div def
2112     /yInc c2y c1y sub numsteps div def
2113     /rInc r2 r1 sub numsteps div def
2114     /cx c1x def
2115     /cy c1y def
2116     /radius r1 def
2117     np
2118     xInc 0 eq yInc 0 eq rInc 0 eq and and
2119     {
2120     0 getrampcolor
2121     cx cy radius 0 360 arc
2122     stroke
2123     NumSamples 1 sub getrampcolor
2124     cx cy radius 72 hires div add 0 360 arc
2125     0 setlinewidth
2126     stroke
2127     }{
2128     0
2129     numsteps
2130     {
2131     dup
2132     subsampling{round cvi}if
2133     getrampcolor
2134     cx cy radius 0 360 arc
2135     /cx cx xInc add def
2136     /cy cy yInc add def
2137     /radius radius rInc add def
2138     cx cy radius 360 0 arcn
2139     eofill
2140     rampIndxInc add
2141     }repeat
2142     pop
2143     }ifelse
2144     ext1
2145     {
2146     c2y r2 add r1 lt
2147     {
2148     c2x c2y r2 0 360 arc
2149     fill
2150     }{
2151     c2y r1 add r2 sub 0.0001 le
2152     {
2153     c2x c2y r2 360 0 arcn
2154     pathbbox
2155     /aymax exch def
2156     /axmax exch def
2157     /aymin exch def
2158     /axmin exch def
2159     /bxMin xMin axmin min def
2160     /byMin yMin aymin min def
2161     /bxMax xMax axmax max def
2162     /byMax yMax aymax max def
2163     bxMin byMin moveto
2164     bxMax byMin lineto
2165     bxMax byMax lineto
2166     bxMin byMax lineto
2167     bxMin byMin lineto
2168     eofill
2169     }{
2170     c2x c2y r2 0 360 arc fill
2171     r1 r2 eq
2172     {
2173     /p1x r2 neg def
2174     /p1y c2y def
2175     /p2x r2 def
2176     /p2y c2y def
2177     p1x p1y moveto p2x p2y lineto p2x yMax lineto p1x yMax lineto
2178     fill
2179     }{
2180     /AA r2 r1 sub c2y div def
2181     AA -1 eq
2182     {/theta 89.99 def}
2183     {/theta AA 1 AA dup mul sub sqrt div 1 atan def}
2184     ifelse
2185     /SS1 90 theta add dup sin exch cos div def
2186     /p1x r2 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def
2187     /p1y c2y p1x SS1 div sub def
2188     /SS2 90 theta sub dup sin exch cos div def
2189     /p2x r2 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def
2190     /p2y c2y p2x SS2 div sub def
2191     r1 r2 lt
2192     {
2193     /L1maxX p1x yMax p1y sub SS1 div add def
2194     /L2maxX p2x yMax p2y sub SS2 div add def
2195     }{
2196     /L1maxX 0 def
2197     /L2maxX 0 def
2198     }ifelse
2199     p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto
2200     L1maxX L1maxX p1x sub SS1 mul p1y add lineto
2201     fill
2202     }ifelse
2203     }ifelse
2204     }ifelse
2205     }if
2206     grestore
2207     grestore
2208     end
2209     end
2210     end
2211     }ifelse
2212     }bdf
2213     /GenStrips
2214     {
2215     40 dict begin
2216     /ColorSpaceFamily xdf
2217     /background xdf
2218     /ext1 xdf
2219     /ext0 xdf
2220     /BBox xdf
2221     /y2 xdf
2222     /x2 xdf
2223     /y1 xdf
2224     /x1 xdf
2225     /rampdict xdf
2226     /setinkoverprint where{pop/setinkoverprint{pop}def}if
2227     gsave
2228     BBox length 0 gt
2229     {
2230     np
2231     BBox 0 get BBox 1 get moveto
2232     BBox 2 get BBox 0 get sub 0 rlineto
2233     0 BBox 3 get BBox 1 get sub rlineto
2234     BBox 2 get BBox 0 get sub neg 0 rlineto
2235     closepath
2236     clip
2237     np
2238     }if
2239     x1 x2 eq
2240     {
2241     y1 y2 lt{/theta 90 def}{/theta 270 def}ifelse
2242     }{
2243     /slope y2 y1 sub x2 x1 sub div def
2244     /theta slope 1 atan def
2245     x2 x1 lt y2 y1 ge and{/theta theta 180 sub def}if
2246     x2 x1 lt y2 y1 lt and{/theta theta 180 add def}if
2247     }
2248     ifelse
2249     gsave
2250     clippath
2251     x1 y1 translate
2252     theta rotate
2253     {pathbbox}stopped
2254     {0 0 0 0}if
2255     /yMax exch def
2256     /xMax exch def
2257     /yMin exch def
2258     /xMin exch def
2259     grestore
2260     xMax xMin eq yMax yMin eq or
2261     {
2262     grestore
2263     end
2264     }{
2265     rampdict begin
2266     20 dict begin
2267     background length 0 gt{background sssetbackground gsave clippath fill grestore}if
2268     gsave
2269     x1 y1 translate
2270     theta rotate
2271     /xStart 0 def
2272     /xEnd x2 x1 sub dup mul y2 y1 sub dup mul add 0.5 exp def
2273     /ySpan yMax yMin sub def
2274     /numsteps NumSamples def
2275     /rampIndxInc 1 def
2276     /subsampling false def
2277     xStart 0 transform
2278     xEnd 0 transform
2279     3 -1 roll
2280     sub dup mul
2281     3 1 roll
2282     sub dup mul
2283     add 0.5 exp 72 div
2284     0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt
2285     72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt
2286     1 index 1 index lt{exch}if pop
2287     mul
2288     /numpix xdf
2289     numpix 0 ne
2290     {
2291     NumSamples numpix div 0.5 gt
2292     {
2293     /numsteps numpix 2 div round cvi dup 1 le{pop 2}if def
2294     /rampIndxInc NumSamples 1 sub numsteps div def
2295     /subsampling true def
2296     }if
2297     }if
2298     ext0
2299     {
2300     0 getrampcolor
2301     xMin xStart lt
2302     {
2303     xMin yMin xMin neg ySpan rectfill
2304     }if
2305     }if
2306     /xInc xEnd xStart sub numsteps div def
2307     /x xStart def
2308     0
2309     numsteps
2310     {
2311     dup
2312     subsampling{round cvi}if
2313     getrampcolor
2314     x yMin xInc ySpan rectfill
2315     /x x xInc add def
2316     rampIndxInc add
2317     }repeat
2318     pop
2319     ext1{
2320     xMax xEnd gt
2321     {
2322     xEnd yMin xMax xEnd sub ySpan rectfill
2323     }if
2324     }if
2325     grestore
2326     grestore
2327     end
2328     end
2329     end
2330     }ifelse
2331     }bdf
2332     }def
2333     /pt
2334     {
2335     end
2336     }def
2337     /dt{
2338     }def
2339     /pgsv{
2340     //Adobe_AGM_Core/AGMCORE_save save put
2341     }def
2342     /pgrs{
2343     //Adobe_AGM_Core/AGMCORE_save get restore
2344     }def
2345     systemdict/findcolorrendering known{
2346     /findcolorrendering systemdict/findcolorrendering get def
2347     }if
2348     systemdict/setcolorrendering known{
2349     /setcolorrendering systemdict/setcolorrendering get def
2350     }if
2351     /test_cmyk_color_plate
2352     {
2353     gsave
2354     setcmykcolor currentgray 1 ne
2355     grestore
2356     }def
2357     /inRip_spot_has_ink
2358     {
2359     dup//Adobe_AGM_Core/AGMCORE_name xddf
2360     convert_spot_to_process not
2361     }def
2362     /map255_to_range
2363     {
2364     1 index sub
2365     3 -1 roll 255 div mul add
2366     }def
2367     /set_csa_crd
2368     {
2369     /sep_colorspace_dict null AGMCORE_gput
2370     begin
2371     CSA get_csa_by_name setcolorspace_opt
2372     set_crd
2373     end
2374     }
2375     def
2376     /map_csa
2377     {
2378     currentdict/MappedCSA known{MappedCSA null ne}{false}ifelse
2379     {pop}{get_csa_by_name/MappedCSA xdf}ifelse
2380     }def
2381     /setsepcolor
2382     {
2383     /sep_colorspace_dict AGMCORE_gget begin
2384     dup/sep_tint exch AGMCORE_gput
2385     TintProc
2386     end
2387     }def
2388     /setdevicencolor
2389     {
2390     /devicen_colorspace_dict AGMCORE_gget begin
2391     Names length copy
2392     Names length 1 sub -1 0
2393     {
2394     /devicen_tints AGMCORE_gget 3 1 roll xpt
2395     }for
2396     TintProc
2397     end
2398     }def
2399     /sep_colorspace_proc
2400     {
2401     /AGMCORE_tmp exch store
2402     /sep_colorspace_dict AGMCORE_gget begin
2403     currentdict/Components known{
2404     Components aload pop
2405     TintMethod/Lab eq{
2406     2{AGMCORE_tmp mul NComponents 1 roll}repeat
2407     LMax sub AGMCORE_tmp mul LMax add NComponents 1 roll
2408     }{
2409     TintMethod/Subtractive eq{
2410     NComponents{
2411     AGMCORE_tmp mul NComponents 1 roll
2412     }repeat
2413     }{
2414     NComponents{
2415     1 sub AGMCORE_tmp mul 1 add NComponents 1 roll
2416     }repeat
2417     }ifelse
2418     }ifelse
2419     }{
2420     ColorLookup AGMCORE_tmp ColorLookup length 1 sub mul round cvi get
2421     aload pop
2422     }ifelse
2423     end
2424     }def
2425     /sep_colorspace_gray_proc
2426     {
2427     /AGMCORE_tmp exch store
2428     /sep_colorspace_dict AGMCORE_gget begin
2429     GrayLookup AGMCORE_tmp GrayLookup length 1 sub mul round cvi get
2430     end
2431     }def
2432     /sep_proc_name
2433     {
2434     dup 0 get
2435     dup/DeviceRGB eq exch/DeviceCMYK eq or level2 not and has_color not and{
2436     pop[/DeviceGray]
2437     /sep_colorspace_gray_proc
2438     }{
2439     /sep_colorspace_proc
2440     }ifelse
2441     }def
2442     /setsepcolorspace
2443     {
2444     current_spot_alias{
2445     dup begin
2446     Name map_alias{
2447     exch pop
2448     }if
2449     end
2450     }if
2451     dup/sep_colorspace_dict exch AGMCORE_gput
2452     begin
2453     CSA map_csa
2454     /AGMCORE_sep_special Name dup()eq exch(All)eq or store
2455     AGMCORE_avoid_L2_sep_space{
2456     [/Indexed MappedCSA sep_proc_name 255 exch
2457     {255 div}/exec cvx 3 -1 roll[4 1 roll load/exec cvx]cvx
2458     ]setcolorspace_opt
2459     /TintProc{
2460     255 mul round cvi setcolor
2461     }bdf
2462     }{
2463     MappedCSA 0 get/DeviceCMYK eq
2464     currentdict/Components known and
2465     AGMCORE_sep_special not and{
2466     /TintProc[
2467     Components aload pop Name findcmykcustomcolor
2468     /exch cvx/setcustomcolor cvx
2469     ]cvx bdf
2470     }{
2471     AGMCORE_host_sep Name(All)eq and{
2472     /TintProc{
2473     1 exch sub setseparationgray
2474     }bdf
2475     }{
2476     AGMCORE_in_rip_sep MappedCSA 0 get/DeviceCMYK eq and
2477     AGMCORE_host_sep or
2478     Name()eq and{
2479     /TintProc[
2480     MappedCSA sep_proc_name exch 0 get/DeviceCMYK eq{
2481     cvx/setcmykcolor cvx
2482     }{
2483     cvx/setgray cvx
2484     }ifelse
2485     ]cvx bdf
2486     }{
2487     AGMCORE_producing_seps MappedCSA 0 get dup/DeviceCMYK eq exch/DeviceGray eq or and AGMCORE_sep_special not and{
2488     /TintProc[
2489     /dup cvx
2490     MappedCSA sep_proc_name cvx exch
2491     0 get/DeviceGray eq{
2492     1/exch cvx/sub cvx 0 0 0 4 -1/roll cvx
2493     }if
2494     /Name cvx/findcmykcustomcolor cvx/exch cvx
2495     AGMCORE_host_sep{
2496     AGMCORE_is_cmyk_sep
2497     /Name cvx
2498     /AGMCORE_IsSeparationAProcessColor load/exec cvx
2499     /not cvx/and cvx
2500     }{
2501     Name inRip_spot_has_ink not
2502     }ifelse
2503     [
2504     /pop cvx 1
2505     ]cvx/if cvx
2506     /setcustomcolor cvx
2507     ]cvx bdf
2508     }{
2509     /TintProc{setcolor}bdf
2510     [/Separation Name MappedCSA sep_proc_name load]setcolorspace_opt
2511     }ifelse
2512     }ifelse
2513     }ifelse
2514     }ifelse
2515     }ifelse
2516     set_crd
2517     setsepcolor
2518     end
2519     }def
2520     /additive_blend
2521     {
2522     3 dict begin
2523     /numarrays xdf
2524     /numcolors xdf
2525     0 1 numcolors 1 sub
2526     {
2527     /c1 xdf
2528     1
2529     0 1 numarrays 1 sub
2530     {
2531     1 exch add/index cvx
2532     c1/get cvx/mul cvx
2533     }for
2534     numarrays 1 add 1/roll cvx
2535     }for
2536     numarrays[/pop cvx]cvx/repeat cvx
2537     end
2538     }def
2539     /subtractive_blend
2540     {
2541     3 dict begin
2542     /numarrays xdf
2543     /numcolors xdf
2544     0 1 numcolors 1 sub
2545     {
2546     /c1 xdf
2547     1 1
2548     0 1 numarrays 1 sub
2549     {
2550     1 3 3 -1 roll add/index cvx
2551     c1/get cvx/sub cvx/mul cvx
2552     }for
2553     /sub cvx
2554     numarrays 1 add 1/roll cvx
2555     }for
2556     numarrays[/pop cvx]cvx/repeat cvx
2557     end
2558     }def
2559     /exec_tint_transform
2560     {
2561     /TintProc[
2562     /TintTransform cvx/setcolor cvx
2563     ]cvx bdf
2564     MappedCSA setcolorspace_opt
2565     }bdf
2566     /devn_makecustomcolor
2567     {
2568     2 dict begin
2569     /names_index xdf
2570     /Names xdf
2571     1 1 1 1 Names names_index get findcmykcustomcolor
2572     /devicen_tints AGMCORE_gget names_index get setcustomcolor
2573     Names length{pop}repeat
2574     end
2575     }bdf
2576     /setdevicencolorspace
2577     {
2578     dup/AliasedColorants known{false}{true}ifelse
2579     current_spot_alias and{
2580     7 dict begin
2581     /names_index 0 def
2582     dup/names_len exch/Names get length def
2583     /new_names names_len array def
2584     /new_LookupTables names_len array def
2585     /alias_cnt 0 def
2586     dup/Names get
2587     {
2588     dup map_alias{
2589     exch pop
2590     dup/ColorLookup known{
2591     dup begin
2592     new_LookupTables names_index ColorLookup put
2593     end
2594     }{
2595     dup/Components known{
2596     dup begin
2597     new_LookupTables names_index Components put
2598     end
2599     }{
2600     dup begin
2601     new_LookupTables names_index[null null null null]put
2602     end
2603     }ifelse
2604     }ifelse
2605     new_names names_index 3 -1 roll/Name get put
2606     /alias_cnt alias_cnt 1 add def
2607     }{
2608     /name xdf
2609     new_names names_index name put
2610     dup/LookupTables known{
2611     dup begin
2612     new_LookupTables names_index LookupTables names_index get put
2613     end
2614     }{
2615     dup begin
2616     new_LookupTables names_index[null null null null]put
2617     end
2618     }ifelse
2619     }ifelse
2620     /names_index names_index 1 add def
2621     }forall
2622     alias_cnt 0 gt{
2623     /AliasedColorants true def
2624     /lut_entry_len new_LookupTables 0 get dup length 256 ge{0 get length}{length}ifelse def
2625     0 1 names_len 1 sub{
2626     /names_index xdf
2627     new_LookupTables names_index get dup length 256 ge{0 get length}{length}ifelse lut_entry_len ne{
2628     /AliasedColorants false def
2629     exit
2630     }{
2631     new_LookupTables names_index get 0 get null eq{
2632     dup/Names get names_index get/name xdf
2633     name(Cyan)eq name(Magenta)eq name(Yellow)eq name(Black)eq
2634     or or or not{
2635     /AliasedColorants false def
2636     exit
2637     }if
2638     }if
2639     }ifelse
2640     }for
2641     lut_entry_len 1 eq{
2642     /AliasedColorants false def
2643     }if
2644     AliasedColorants{
2645     dup begin
2646     /Names new_names def
2647     /LookupTables new_LookupTables def
2648     /AliasedColorants true def
2649     /NComponents lut_entry_len def
2650     /TintMethod NComponents 4 eq{/Subtractive}{/Additive}ifelse def
2651     /MappedCSA TintMethod/Additive eq{/DeviceRGB}{/DeviceCMYK}ifelse def
2652     currentdict/TTTablesIdx known not{
2653     /TTTablesIdx -1 def
2654     }if
2655     end
2656     }if
2657     }if
2658     end
2659     }if
2660     dup/devicen_colorspace_dict exch AGMCORE_gput
2661     begin
2662     currentdict/AliasedColorants known{
2663     AliasedColorants
2664     }{
2665     false
2666     }ifelse
2667     dup not{
2668     CSA map_csa
2669     }if
2670     /TintTransform load type/nulltype eq or{
2671     /TintTransform[
2672     0 1 Names length 1 sub
2673     {
2674     /TTTablesIdx TTTablesIdx 1 add def
2675     dup LookupTables exch get dup 0 get null eq
2676     {
2677     1 index
2678     Names exch get
2679     dup(Cyan)eq
2680     {
2681     pop exch
2682     LookupTables length exch sub
2683     /index cvx
2684     0 0 0
2685     }
2686     {
2687     dup(Magenta)eq
2688     {
2689     pop exch
2690     LookupTables length exch sub
2691     /index cvx
2692     0/exch cvx 0 0
2693     }{
2694     (Yellow)eq
2695     {
2696     exch
2697     LookupTables length exch sub
2698     /index cvx
2699     0 0 3 -1/roll cvx 0
2700     }{
2701     exch
2702     LookupTables length exch sub
2703     /index cvx
2704     0 0 0 4 -1/roll cvx
2705     }ifelse
2706     }ifelse
2707     }ifelse
2708     5 -1/roll cvx/astore cvx
2709     }{
2710     dup length 1 sub
2711     LookupTables length 4 -1 roll sub 1 add
2712     /index cvx/mul cvx/round cvx/cvi cvx/get cvx
2713     }ifelse
2714     Names length TTTablesIdx add 1 add 1/roll cvx
2715     }for
2716     Names length[/pop cvx]cvx/repeat cvx
2717     NComponents Names length
2718     TintMethod/Subtractive eq
2719     {
2720     subtractive_blend
2721     }{
2722     additive_blend
2723     }ifelse
2724     ]cvx bdf
2725     }if
2726     AGMCORE_host_sep{
2727     Names convert_to_process{
2728     exec_tint_transform
2729     }
2730     {
2731     currentdict/AliasedColorants known{
2732     AliasedColorants not
2733     }{
2734     false
2735     }ifelse
2736     5 dict begin
2737     /AvoidAliasedColorants xdf
2738     /painted? false def
2739     /names_index 0 def
2740     /names_len Names length def
2741     AvoidAliasedColorants{
2742     /currentspotalias current_spot_alias def
2743     false set_spot_alias
2744     }if
2745     Names{
2746     AGMCORE_is_cmyk_sep{
2747     dup(Cyan)eq AGMCORE_cyan_plate and exch
2748     dup(Magenta)eq AGMCORE_magenta_plate and exch
2749     dup(Yellow)eq AGMCORE_yellow_plate and exch
2750     (Black)eq AGMCORE_black_plate and or or or{
2751     /devicen_colorspace_dict AGMCORE_gget/TintProc[
2752     Names names_index/devn_makecustomcolor cvx
2753     ]cvx ddf
2754     /painted? true def
2755     }if
2756     painted?{exit}if
2757     }{
2758     0 0 0 0 5 -1 roll findcmykcustomcolor 1 setcustomcolor currentgray 0 eq{
2759     /devicen_colorspace_dict AGMCORE_gget/TintProc[
2760     Names names_index/devn_makecustomcolor cvx
2761     ]cvx ddf
2762     /painted? true def
2763     exit
2764     }if
2765     }ifelse
2766     /names_index names_index 1 add def
2767     }forall
2768     AvoidAliasedColorants{
2769     currentspotalias set_spot_alias
2770     }if
2771     painted?{
2772     /devicen_colorspace_dict AGMCORE_gget/names_index names_index put
2773     }{
2774     /devicen_colorspace_dict AGMCORE_gget/TintProc[
2775     names_len[/pop cvx]cvx/repeat cvx 1/setseparationgray cvx
2776     0 0 0 0/setcmykcolor cvx
2777     ]cvx ddf
2778     }ifelse
2779     end
2780     }ifelse
2781     }
2782     {
2783     AGMCORE_in_rip_sep{
2784     Names convert_to_process not
2785     }{
2786     level3
2787     }ifelse
2788     {
2789     [/DeviceN Names MappedCSA/TintTransform load]setcolorspace_opt
2790     /TintProc level3 not AGMCORE_in_rip_sep and{
2791     [
2792     Names/length cvx[/pop cvx]cvx/repeat cvx
2793     ]cvx bdf
2794     }{
2795     {setcolor}bdf
2796     }ifelse
2797     }{
2798     exec_tint_transform
2799     }ifelse
2800     }ifelse
2801     set_crd
2802     /AliasedColorants false def
2803     end
2804     }def
2805     /setindexedcolorspace
2806     {
2807     dup/indexed_colorspace_dict exch AGMCORE_gput
2808     begin
2809     currentdict/CSDBase known{
2810     CSDBase/CSD get_res begin
2811     currentdict/Names known{
2812     currentdict devncs
2813     }{
2814     1 currentdict sepcs
2815     }ifelse
2816     AGMCORE_host_sep{
2817     4 dict begin
2818     /compCnt/Names where{pop Names length}{1}ifelse def
2819     /NewLookup HiVal 1 add string def
2820     0 1 HiVal{
2821     /tableIndex xdf
2822     Lookup dup type/stringtype eq{
2823     compCnt tableIndex map_index
2824     }{
2825     exec
2826     }ifelse
2827     /Names where{
2828     pop setdevicencolor
2829     }{
2830     setsepcolor
2831     }ifelse
2832     currentgray
2833     tableIndex exch
2834     255 mul cvi
2835     NewLookup 3 1 roll put
2836     }for
2837     [/Indexed currentcolorspace HiVal NewLookup]setcolorspace_opt
2838     end
2839     }{
2840     level3
2841     {
2842     currentdict/Names known{
2843     [/Indexed[/DeviceN Names MappedCSA/TintTransform load]HiVal Lookup]setcolorspace_opt
2844     }{
2845     [/Indexed[/Separation Name MappedCSA sep_proc_name load]HiVal Lookup]setcolorspace_opt
2846     }ifelse
2847     }{
2848     [/Indexed MappedCSA HiVal
2849     [
2850     currentdict/Names known{
2851     Lookup dup type/stringtype eq
2852     {/exch cvx CSDBase/CSD get_res/Names get length dup/mul cvx exch/getinterval cvx{255 div}/forall cvx}
2853     {/exec cvx}ifelse
2854     /TintTransform load/exec cvx
2855     }{
2856     Lookup dup type/stringtype eq
2857     {/exch cvx/get cvx 255/div cvx}
2858     {/exec cvx}ifelse
2859     CSDBase/CSD get_res/MappedCSA get sep_proc_name exch pop/load cvx/exec cvx
2860     }ifelse
2861     ]cvx
2862     ]setcolorspace_opt
2863     }ifelse
2864     }ifelse
2865     end
2866     set_crd
2867     }
2868     {
2869     CSA map_csa
2870     AGMCORE_host_sep level2 not and{
2871     0 0 0 0 setcmykcolor
2872     }{
2873     [/Indexed MappedCSA
2874     level2 not has_color not and{
2875     dup 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or{
2876     pop[/DeviceGray]
2877     }if
2878     HiVal GrayLookup
2879     }{
2880     HiVal
2881     currentdict/RangeArray known{
2882     {
2883     /indexed_colorspace_dict AGMCORE_gget begin
2884     Lookup exch
2885     dup HiVal gt{
2886     pop HiVal
2887     }if
2888     NComponents mul NComponents getinterval{}forall
2889     NComponents 1 sub -1 0{
2890     RangeArray exch 2 mul 2 getinterval aload pop map255_to_range
2891     NComponents 1 roll
2892     }for
2893     end
2894     }bind
2895     }{
2896     Lookup
2897     }ifelse
2898     }ifelse
2899     ]setcolorspace_opt
2900     set_crd
2901     }ifelse
2902     }ifelse
2903     end
2904     }def
2905     /setindexedcolor
2906     {
2907     AGMCORE_host_sep{
2908     /indexed_colorspace_dict AGMCORE_gget
2909     begin
2910     currentdict/CSDBase known{
2911     CSDBase/CSD get_res begin
2912     currentdict/Names known{
2913     map_indexed_devn
2914     devn
2915     }
2916     {
2917     Lookup 1 3 -1 roll map_index
2918     sep
2919     }ifelse
2920     end
2921     }{
2922     Lookup MappedCSA/DeviceCMYK eq{4}{1}ifelse 3 -1 roll
2923     map_index
2924     MappedCSA/DeviceCMYK eq{setcmykcolor}{setgray}ifelse
2925     }ifelse
2926     end
2927     }{
2928     level3 not AGMCORE_in_rip_sep and/indexed_colorspace_dict AGMCORE_gget/CSDBase known and{
2929     /indexed_colorspace_dict AGMCORE_gget/CSDBase get/CSD get_res begin
2930     map_indexed_devn
2931     devn
2932     end
2933     }
2934     {
2935     setcolor
2936     }ifelse
2937     }ifelse
2938     }def
2939     /ignoreimagedata
2940     {
2941     currentoverprint not{
2942     gsave
2943     dup clonedict begin
2944     1 setgray
2945     /Decode[0 1]def
2946     /DataSource<FF>def
2947     /MultipleDataSources false def
2948     /BitsPerComponent 8 def
2949     currentdict end
2950     systemdict/image gx
2951     grestore
2952     }if
2953     consumeimagedata
2954     }def
2955     /add_res
2956     {
2957     dup/CSD eq{
2958     pop
2959     //Adobe_AGM_Core begin
2960     /AGMCORE_CSD_cache load 3 1 roll put
2961     end
2962     }{
2963     defineresource pop
2964     }ifelse
2965     }def
2966     /del_res
2967     {
2968     {
2969     aload pop exch
2970     dup/CSD eq{
2971     pop
2972     {//Adobe_AGM_Core/AGMCORE_CSD_cache get exch undef}forall
2973     }{
2974     exch
2975     {1 index undefineresource}forall
2976     pop
2977     }ifelse
2978     }forall
2979     }def
2980     /get_res
2981     {
2982     dup/CSD eq{
2983     pop
2984     dup type dup/nametype eq exch/stringtype eq or{
2985     AGMCORE_CSD_cache exch get
2986     }if
2987     }{
2988     findresource
2989     }ifelse
2990     }def
2991     /get_csa_by_name
2992     {
2993     dup type dup/nametype eq exch/stringtype eq or{
2994     /CSA get_res
2995     }if
2996     }def
2997     /paintproc_buf_init
2998     {
2999     /count get 0 0 put
3000     }def
3001     /paintproc_buf_next
3002     {
3003     dup/count get dup 0 get
3004     dup 3 1 roll
3005     1 add 0 xpt
3006     get
3007     }def
3008     /cachepaintproc_compress
3009     {
3010     5 dict begin
3011     currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def
3012     /ppdict 20 dict def
3013     /string_size 16000 def
3014     /readbuffer string_size string def
3015     currentglobal true setglobal
3016     ppdict 1 array dup 0 1 put/count xpt
3017     setglobal
3018     /LZWFilter
3019     {
3020     exch
3021     dup length 0 eq{
3022     pop
3023     }{
3024     ppdict dup length 1 sub 3 -1 roll put
3025     }ifelse
3026     {string_size}{0}ifelse string
3027     }/LZWEncode filter def
3028     {
3029     ReadFilter readbuffer readstring
3030     exch LZWFilter exch writestring
3031     not{exit}if
3032     }loop
3033     LZWFilter closefile
3034     ppdict
3035     end
3036     }def
3037     /cachepaintproc
3038     {
3039     2 dict begin
3040     currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def
3041     /ppdict 20 dict def
3042     currentglobal true setglobal
3043     ppdict 1 array dup 0 1 put/count xpt
3044     setglobal
3045     {
3046     ReadFilter 16000 string readstring exch
3047     ppdict dup length 1 sub 3 -1 roll put
3048     not{exit}if
3049     }loop
3050     ppdict dup dup length 1 sub()put
3051     end
3052     }def
3053     /make_pattern
3054     {
3055     exch clonedict exch
3056     dup matrix currentmatrix matrix concatmatrix 0 0 3 2 roll itransform
3057     exch 3 index/XStep get 1 index exch 2 copy div cvi mul sub sub
3058     exch 3 index/YStep get 1 index exch 2 copy div cvi mul sub sub
3059     matrix translate exch matrix concatmatrix
3060     1 index begin
3061     BBox 0 get XStep div cvi XStep mul/xshift exch neg def
3062     BBox 1 get YStep div cvi YStep mul/yshift exch neg def
3063     BBox 0 get xshift add
3064     BBox 1 get yshift add
3065     BBox 2 get xshift add
3066     BBox 3 get yshift add
3067     4 array astore
3068     /BBox exch def
3069     [xshift yshift/translate load null/exec load]dup
3070     3/PaintProc load put cvx/PaintProc exch def
3071     end
3072     gsave 0 setgray
3073     makepattern
3074     grestore
3075     }def
3076     /set_pattern
3077     {
3078     dup/PatternType get 1 eq{
3079     dup/PaintType get 1 eq{
3080     currentoverprint sop[/DeviceGray]setcolorspace 0 setgray
3081     }if
3082     }if
3083     setpattern
3084     }def
3085     /setcolorspace_opt
3086     {
3087     dup currentcolorspace eq{pop}{setcolorspace}ifelse
3088     }def
3089     /updatecolorrendering
3090     {
3091     currentcolorrendering/RenderingIntent known{
3092     currentcolorrendering/RenderingIntent get
3093     }
3094     {
3095     Intent/AbsoluteColorimetric eq
3096     {
3097     /absolute_colorimetric_crd AGMCORE_gget dup null eq
3098     }
3099     {
3100     Intent/RelativeColorimetric eq
3101     {
3102     /relative_colorimetric_crd AGMCORE_gget dup null eq
3103     }
3104     {
3105     Intent/Saturation eq
3106     {
3107     /saturation_crd AGMCORE_gget dup null eq
3108     }
3109     {
3110     /perceptual_crd AGMCORE_gget dup null eq
3111     }ifelse
3112     }ifelse
3113     }ifelse
3114     {
3115     pop null
3116     }
3117     {
3118     /RenderingIntent known{null}{Intent}ifelse
3119     }ifelse
3120     }ifelse
3121     Intent ne{
3122     Intent/ColorRendering{findresource}stopped
3123     {
3124     pop pop systemdict/findcolorrendering known
3125     {
3126     Intent findcolorrendering
3127     {
3128     /ColorRendering findresource true exch
3129     }
3130     {
3131     /ColorRendering findresource
3132     product(Xerox Phaser 5400)ne
3133     exch
3134     }ifelse
3135     dup Intent/AbsoluteColorimetric eq
3136     {
3137     /absolute_colorimetric_crd exch AGMCORE_gput
3138     }
3139     {
3140     Intent/RelativeColorimetric eq
3141     {
3142     /relative_colorimetric_crd exch AGMCORE_gput
3143     }
3144     {
3145     Intent/Saturation eq
3146     {
3147     /saturation_crd exch AGMCORE_gput
3148     }
3149     {
3150     Intent/Perceptual eq
3151     {
3152     /perceptual_crd exch AGMCORE_gput
3153     }
3154     {
3155     pop
3156     }ifelse
3157     }ifelse
3158     }ifelse
3159     }ifelse
3160     1 index{exch}{pop}ifelse
3161     }
3162     {false}ifelse
3163     }
3164     {true}ifelse
3165     {
3166     dup begin
3167     currentdict/TransformPQR known{
3168     currentdict/TransformPQR get aload pop
3169     3{{}eq 3 1 roll}repeat or or
3170     }
3171     {true}ifelse
3172     currentdict/MatrixPQR known{
3173     currentdict/MatrixPQR get aload pop
3174     1.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll
3175     0.0 eq 9 1 roll 1.0 eq 9 1 roll 0.0 eq 9 1 roll
3176     0.0 eq 9 1 roll 0.0 eq 9 1 roll 1.0 eq
3177     and and and and and and and and
3178     }
3179     {true}ifelse
3180     end
3181     or
3182     {
3183     clonedict begin
3184     /TransformPQR[
3185     {4 -1 roll 3 get dup 3 1 roll sub 5 -1 roll 3 get 3 -1 roll sub div
3186     3 -1 roll 3 get 3 -1 roll 3 get dup 4 1 roll sub mul add}bind
3187     {4 -1 roll 4 get dup 3 1 roll sub 5 -1 roll 4 get 3 -1 roll sub div
3188     3 -1 roll 4 get 3 -1 roll 4 get dup 4 1 roll sub mul add}bind
3189     {4 -1 roll 5 get dup 3 1 roll sub 5 -1 roll 5 get 3 -1 roll sub div
3190     3 -1 roll 5 get 3 -1 roll 5 get dup 4 1 roll sub mul add}bind
3191     ]def
3192     /MatrixPQR[0.8951 -0.7502 0.0389 0.2664 1.7135 -0.0685 -0.1614 0.0367 1.0296]def
3193     /RangePQR[-0.3227950745 2.3229645538 -1.5003771057 3.5003465881 -0.1369979095 2.136967392]def
3194     currentdict end
3195     }if
3196     setcolorrendering_opt
3197     }if
3198     }if
3199     }def
3200     /set_crd
3201     {
3202     AGMCORE_host_sep not level2 and{
3203     currentdict/ColorRendering known{
3204     ColorRendering/ColorRendering{findresource}stopped not{setcolorrendering_opt}if
3205     }{
3206     currentdict/Intent known{
3207     updatecolorrendering
3208     }if
3209     }ifelse
3210     currentcolorspace dup type/arraytype eq
3211     {0 get}if
3212     /DeviceRGB eq
3213     {
3214     currentdict/UCR known
3215     {/UCR}{/AGMCORE_currentucr}ifelse
3216     load setundercolorremoval
3217     currentdict/BG known
3218     {/BG}{/AGMCORE_currentbg}ifelse
3219     load setblackgeneration
3220     }if
3221     }if
3222     }def
3223     /set_ucrbg
3224     {
3225     dup null eq {pop /AGMCORE_currentbg load}{/Procedure get_res}ifelse
3226     dup currentblackgeneration eq {pop}{setblackgeneration}ifelse
3227     dup null eq {pop /AGMCORE_currentucr load}{/Procedure get_res}ifelse
3228     dup currentundercolorremoval eq {pop}{setundercolorremoval}ifelse
3229     }def
3230     /setcolorrendering_opt
3231     {
3232     dup currentcolorrendering eq{
3233     pop
3234     }{
3235     product(HP Color LaserJet 2605)anchorsearch{
3236     pop pop pop
3237     }{
3238     pop
3239     clonedict
3240     begin
3241     /Intent Intent def
3242     currentdict
3243     end
3244     setcolorrendering
3245     }ifelse
3246     }ifelse
3247     }def
3248     /cpaint_gcomp
3249     {
3250     convert_to_process//Adobe_AGM_Core/AGMCORE_ConvertToProcess xddf
3251     //Adobe_AGM_Core/AGMCORE_ConvertToProcess get not
3252     {
3253     (%end_cpaint_gcomp)flushinput
3254     }if
3255     }def
3256     /cpaint_gsep
3257     {
3258     //Adobe_AGM_Core/AGMCORE_ConvertToProcess get
3259     {
3260     (%end_cpaint_gsep)flushinput
3261     }if
3262     }def
3263     /cpaint_gend
3264     {np}def
3265     /T1_path
3266     {
3267     currentfile token pop currentfile token pop mo
3268     {
3269     currentfile token pop dup type/stringtype eq
3270     {pop exit}if
3271     0 exch rlineto
3272     currentfile token pop dup type/stringtype eq
3273     {pop exit}if
3274     0 rlineto
3275     }loop
3276     }def
3277     /T1_gsave
3278     level3
3279     {/clipsave}
3280     {/gsave}ifelse
3281     load def
3282     /T1_grestore
3283     level3
3284     {/cliprestore}
3285     {/grestore}ifelse
3286     load def
3287     /set_spot_alias_ary
3288     {
3289     dup inherit_aliases
3290     //Adobe_AGM_Core/AGMCORE_SpotAliasAry xddf
3291     }def
3292     /set_spot_normalization_ary
3293     {
3294     dup inherit_aliases
3295     dup length
3296     /AGMCORE_SpotAliasAry where{pop AGMCORE_SpotAliasAry length add}if
3297     array
3298     //Adobe_AGM_Core/AGMCORE_SpotAliasAry2 xddf
3299     /AGMCORE_SpotAliasAry where{
3300     pop
3301     AGMCORE_SpotAliasAry2 0 AGMCORE_SpotAliasAry putinterval
3302     AGMCORE_SpotAliasAry length
3303     }{0}ifelse
3304     AGMCORE_SpotAliasAry2 3 1 roll exch putinterval
3305     true set_spot_alias
3306     }def
3307     /inherit_aliases
3308     {
3309     {dup/Name get map_alias{/CSD put}{pop}ifelse}forall
3310     }def
3311     /set_spot_alias
3312     {
3313     /AGMCORE_SpotAliasAry2 where{
3314     /AGMCORE_current_spot_alias 3 -1 roll put
3315     }{
3316     pop
3317     }ifelse
3318     }def
3319     /current_spot_alias
3320     {
3321     /AGMCORE_SpotAliasAry2 where{
3322     /AGMCORE_current_spot_alias get
3323     }{
3324     false
3325     }ifelse
3326     }def
3327     /map_alias
3328     {
3329     /AGMCORE_SpotAliasAry2 where{
3330     begin
3331     /AGMCORE_name xdf
3332     false
3333     AGMCORE_SpotAliasAry2{
3334     dup/Name get AGMCORE_name eq{
3335     /CSD get/CSD get_res
3336     exch pop true
3337     exit
3338     }{
3339     pop
3340     }ifelse
3341     }forall
3342     end
3343     }{
3344     pop false
3345     }ifelse
3346     }bdf
3347     /spot_alias
3348     {
3349     true set_spot_alias
3350     /AGMCORE_&setcustomcolor AGMCORE_key_known not{
3351     //Adobe_AGM_Core/AGMCORE_&setcustomcolor/setcustomcolor load put
3352     }if
3353     /customcolor_tint 1 AGMCORE_gput
3354     //Adobe_AGM_Core begin
3355     /setcustomcolor
3356     {
3357     //Adobe_AGM_Core begin
3358     dup/customcolor_tint exch AGMCORE_gput
3359     1 index aload pop pop 1 eq exch 1 eq and exch 1 eq and exch 1 eq and not
3360     current_spot_alias and{1 index 4 get map_alias}{false}ifelse
3361     {
3362     false set_spot_alias
3363     /sep_colorspace_dict AGMCORE_gget null ne
3364     {/sep_colorspace_dict AGMCORE_gget/ForeignContent known not}{false}ifelse
3365     3 1 roll 2 index{
3366     exch pop/sep_tint AGMCORE_gget exch
3367     }if
3368     mark 3 1 roll
3369     setsepcolorspace
3370     counttomark 0 ne{
3371     setsepcolor
3372     }if
3373     pop
3374     not{/sep_tint 1.0 AGMCORE_gput/sep_colorspace_dict AGMCORE_gget/ForeignContent true put}if
3375     pop
3376     true set_spot_alias
3377     }{
3378     AGMCORE_&setcustomcolor
3379     }ifelse
3380     end
3381     }bdf
3382     end
3383     }def
3384     /begin_feature
3385     {
3386     Adobe_AGM_Core/AGMCORE_feature_dictCount countdictstack put
3387     count Adobe_AGM_Core/AGMCORE_feature_opCount 3 -1 roll put
3388     {Adobe_AGM_Core/AGMCORE_feature_ctm matrix currentmatrix put}if
3389     }def
3390     /end_feature
3391     {
3392     2 dict begin
3393     /spd/setpagedevice load def
3394     /setpagedevice{get_gstate spd set_gstate}def
3395     stopped{$error/newerror false put}if
3396     end
3397     count Adobe_AGM_Core/AGMCORE_feature_opCount get sub dup 0 gt{{pop}repeat}{pop}ifelse
3398     countdictstack Adobe_AGM_Core/AGMCORE_feature_dictCount get sub dup 0 gt{{end}repeat}{pop}ifelse
3399     {Adobe_AGM_Core/AGMCORE_feature_ctm get setmatrix}if
3400     }def
3401     /set_negative
3402     {
3403     //Adobe_AGM_Core begin
3404     /AGMCORE_inverting exch def
3405     level2{
3406     currentpagedevice/NegativePrint known AGMCORE_distilling not and{
3407     currentpagedevice/NegativePrint get//Adobe_AGM_Core/AGMCORE_inverting get ne{
3408     true begin_feature true{
3409     <</NegativePrint//Adobe_AGM_Core/AGMCORE_inverting get>>setpagedevice
3410     }end_feature
3411     }if
3412     /AGMCORE_inverting false def
3413     }if
3414     }if
3415     AGMCORE_inverting{
3416     [{1 exch sub}/exec load dup currenttransfer exch]cvx bind settransfer
3417     AGMCORE_distilling{
3418     erasepage
3419     }{
3420     gsave np clippath 1/setseparationgray where{pop setseparationgray}{setgray}ifelse
3421     /AGMIRS_&fill where{pop AGMIRS_&fill}{fill}ifelse grestore
3422     }ifelse
3423     }if
3424     end
3425     }def
3426     /lw_save_restore_override{
3427     /md where{
3428     pop
3429     md begin
3430     initializepage
3431     /initializepage{}def
3432     /pmSVsetup{}def
3433     /endp{}def
3434     /pse{}def
3435     /psb{}def
3436     /orig_showpage where
3437     {pop}
3438     {/orig_showpage/showpage load def}
3439     ifelse
3440     /showpage{orig_showpage gR}def
3441     end
3442     }if
3443     }def
3444     /pscript_showpage_override{
3445     /NTPSOct95 where
3446     {
3447     begin
3448     showpage
3449     save
3450     /showpage/restore load def
3451     /restore{exch pop}def
3452     end
3453     }if
3454     }def
3455     /driver_media_override
3456     {
3457     /md where{
3458     pop
3459     md/initializepage known{
3460     md/initializepage{}put
3461     }if
3462     md/rC known{
3463     md/rC{4{pop}repeat}put
3464     }if
3465     }if
3466     /mysetup where{
3467     /mysetup[1 0 0 1 0 0]put
3468     }if
3469     Adobe_AGM_Core/AGMCORE_Default_CTM matrix currentmatrix put
3470     level2
3471     {Adobe_AGM_Core/AGMCORE_Default_PageSize currentpagedevice/PageSize get put}if
3472     }def
3473     /capture_mysetup
3474     {
3475     /Pscript_Win_Data where{
3476     pop
3477     Pscript_Win_Data/mysetup known{
3478     Adobe_AGM_Core/save_mysetup Pscript_Win_Data/mysetup get put
3479     }if
3480     }if
3481     }def
3482     /restore_mysetup
3483     {
3484     /Pscript_Win_Data where{
3485     pop
3486     Pscript_Win_Data/mysetup known{
3487     Adobe_AGM_Core/save_mysetup known{
3488     Pscript_Win_Data/mysetup Adobe_AGM_Core/save_mysetup get put
3489     Adobe_AGM_Core/save_mysetup undef
3490     }if
3491     }if
3492     }if
3493     }def
3494     /driver_check_media_override
3495     {
3496     /PrepsDict where
3497     {pop}
3498     {
3499     Adobe_AGM_Core/AGMCORE_Default_CTM get matrix currentmatrix ne
3500     Adobe_AGM_Core/AGMCORE_Default_PageSize get type/arraytype eq
3501     {
3502     Adobe_AGM_Core/AGMCORE_Default_PageSize get 0 get currentpagedevice/PageSize get 0 get eq and
3503     Adobe_AGM_Core/AGMCORE_Default_PageSize get 1 get currentpagedevice/PageSize get 1 get eq and
3504     }if
3505     {
3506     Adobe_AGM_Core/AGMCORE_Default_CTM get setmatrix
3507     }if
3508     }ifelse
3509     }def
3510     AGMCORE_err_strings begin
3511     /AGMCORE_bad_environ(Environment not satisfactory for this job. Ensure that the PPD is correct or that the PostScript level requested is supported by this printer. )def
3512     /AGMCORE_color_space_onhost_seps(This job contains colors that will not separate with on-host methods. )def
3513     /AGMCORE_invalid_color_space(This job contains an invalid color space. )def
3514     end
3515     /set_def_ht
3516     {AGMCORE_def_ht sethalftone}def
3517     /set_def_flat
3518     {AGMCORE_Default_flatness setflat}def
3519     end
3520     systemdict/setpacking known
3521     {setpacking}if
3522     %%EndResource
3523     %%BeginResource: procset Adobe_CoolType_Core 2.31 0 %%Copyright: Copyright 1997-2006 Adobe Systems Incorporated. All Rights Reserved. %%Version: 2.31 0 10 dict begin /Adobe_CoolType_Passthru currentdict def /Adobe_CoolType_Core_Defined userdict/Adobe_CoolType_Core known def Adobe_CoolType_Core_Defined {/Adobe_CoolType_Core userdict/Adobe_CoolType_Core get def} if userdict/Adobe_CoolType_Core 70 dict dup begin put /Adobe_CoolType_Version 2.31 def /Level2? systemdict/languagelevel known dup {pop systemdict/languagelevel get 2 ge} if def Level2? not { /currentglobal false def /setglobal/pop load def /gcheck{pop false}bind def /currentpacking false def /setpacking/pop load def /SharedFontDirectory 0 dict def } if currentpacking true setpacking currentglobal false setglobal userdict/Adobe_CoolType_Data 2 copy known not {2 copy 10 dict put} if get begin /@opStackCountByLevel 32 dict def /@opStackLevel 0 def /@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def end setglobal currentglobal true setglobal userdict/Adobe_CoolType_GVMFonts known not {userdict/Adobe_CoolType_GVMFonts 10 dict put} if setglobal currentglobal false setglobal userdict/Adobe_CoolType_LVMFonts known not {userdict/Adobe_CoolType_LVMFonts 10 dict put} if setglobal /ct_VMDictPut { dup gcheck{Adobe_CoolType_GVMFonts}{Adobe_CoolType_LVMFonts}ifelse 3 1 roll put }bind def /ct_VMDictUndef { dup Adobe_CoolType_GVMFonts exch known {Adobe_CoolType_GVMFonts exch undef} { dup Adobe_CoolType_LVMFonts exch known {Adobe_CoolType_LVMFonts exch undef} {pop} ifelse }ifelse }bind def /ct_str1 1 string def /ct_xshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { _ct_x _ct_y moveto 0 rmoveto } ifelse /_ct_i _ct_i 1 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /ct_yshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { _ct_x _ct_y moveto 0 exch rmoveto } ifelse /_ct_i _ct_i 1 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /ct_xyshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { {_ct_na _ct_i 1 add get}stopped {pop pop pop} { _ct_x _ct_y moveto rmoveto } ifelse } ifelse /_ct_i _ct_i 2 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /xsh{{@xshow}stopped{Adobe_CoolType_Data begin ct_xshow end}if}bind def /ysh{{@yshow}stopped{Adobe_CoolType_Data begin ct_yshow end}if}bind def /xysh{{@xyshow}stopped{Adobe_CoolType_Data begin ct_xyshow end}if}bind def currentglobal true setglobal /ct_T3Defs { /BuildChar { 1 index/Encoding get exch get 1 index/BuildGlyph get exec }bind def /BuildGlyph { exch begin GlyphProcs exch get exec end }bind def }bind def setglobal /@_SaveStackLevels { Adobe_CoolType_Data begin /@vmState currentglobal def false setglobal @opStackCountByLevel @opStackLevel 2 copy known not { 2 copy 3 dict dup/args 7 index 5 add array put put get } { get dup/args get dup length 3 index lt { dup length 5 add array exch 1 index exch 0 exch putinterval 1 index exch/args exch put } {pop} ifelse } ifelse begin count 1 sub 1 index lt {pop count} if dup/argCount exch def dup 0 gt { args exch 0 exch getinterval astore pop } {pop} ifelse count /restCount exch def end /@opStackLevel @opStackLevel 1 add def countdictstack 1 sub @dictStackCountByLevel exch @dictStackLevel exch put /@dictStackLevel @dictStackLevel 1 add def @vmState setglobal end }bind def /@_RestoreStackLevels { Adobe_CoolType_Data begin /@opStackLevel @opStackLevel 1 sub def @opStackCountByLevel @opStackLevel get begin count restCount sub dup 0 gt {{pop}repeat} {pop} ifelse args 0 argCount getinterval{}forall end /@dictStackLevel @dictStackLevel 1 sub def @dictStackCountByLevel @dictStackLevel get end countdictstack exch sub dup 0 gt {{end}repeat} {pop} ifelse }bind def /@_PopStackLevels { Adobe_CoolType_Data begin /@opStackLevel @opStackLevel 1 sub def /@dictStackLevel @dictStackLevel 1 sub def end }bind def /@Raise { exch cvx exch errordict exch get exec stop }bind def /@ReRaise { cvx $error/errorname get errordict exch get exec stop }bind def /@Stopped { 0 @#Stopped }bind def /@#Stopped { @_SaveStackLevels stopped {@_RestoreStackLevels true} {@_PopStackLevels false} ifelse }bind def /@Arg { Adobe_CoolType_Data begin @opStackCountByLevel @opStackLevel 1 sub get begin args exch argCount 1 sub exch sub get end end }bind def currentglobal true setglobal /CTHasResourceForAllBug Level2? { 1 dict dup /@shouldNotDisappearDictValue true def Adobe_CoolType_Data exch/@shouldNotDisappearDict exch put begin count @_SaveStackLevels {(*){pop stop}128 string/Category resourceforall} stopped pop @_RestoreStackLevels currentdict Adobe_CoolType_Data/@shouldNotDisappearDict get dup 3 1 roll ne dup 3 1 roll { /@shouldNotDisappearDictValue known { { end currentdict 1 index eq {pop exit} if } loop } if } { pop end } ifelse } {false} ifelse def true setglobal /CTHasResourceStatusBug Level2? { mark {/steveamerige/Category resourcestatus} stopped {cleartomark true} {cleartomark currentglobal not} ifelse } {false} ifelse def setglobal /CTResourceStatus { mark 3 1 roll /Category findresource begin ({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec {cleartomark false} {{3 2 roll pop true}{cleartomark false}ifelse} ifelse end }bind def /CTWorkAroundBugs { Level2? { /cid_PreLoad/ProcSet resourcestatus { pop pop currentglobal mark { (*) { dup/CMap CTHasResourceStatusBug {CTResourceStatus} {resourcestatus} ifelse { pop dup 0 eq exch 1 eq or { dup/CMap findresource gcheck setglobal /CMap undefineresource } { pop CTHasResourceForAllBug {exit} {stop} ifelse } ifelse } {pop} ifelse } 128 string/CMap resourceforall } stopped {cleartomark} stopped pop setglobal } if } if }bind def /ds { Adobe_CoolType_Core begin CTWorkAroundBugs /mo/moveto load def /nf/newencodedfont load def /msf{makefont setfont}bind def /uf{dup undefinefont ct_VMDictUndef}bind def /ur/undefineresource load def /chp/charpath load def /awsh/awidthshow load def /wsh/widthshow load def /ash/ashow load def /@xshow/xshow load def /@yshow/yshow load def /@xyshow/xyshow load def /@cshow/cshow load def /sh/show load def /rp/repeat load def /.n/.notdef def end currentglobal false setglobal userdict/Adobe_CoolType_Data 2 copy known not {2 copy 10 dict put} if get begin /AddWidths? false def /CC 0 def /charcode 2 string def /@opStackCountByLevel 32 dict def /@opStackLevel 0 def /@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def /InVMFontsByCMap 10 dict def /InVMDeepCopiedFonts 10 dict def end setglobal }bind def /dt { currentdict Adobe_CoolType_Core eq {end} if }bind def /ps { Adobe_CoolType_Core begin Adobe_CoolType_GVMFonts begin Adobe_CoolType_LVMFonts begin SharedFontDirectory begin }bind def /pt { end end end end }bind def /unload { systemdict/languagelevel known { systemdict/languagelevel get 2 ge { userdict/Adobe_CoolType_Core 2 copy known {undef} {pop pop} ifelse } if } if }bind def /ndf { 1 index where {pop pop pop} {dup xcheck{bind}if def} ifelse }def /findfont systemdict begin userdict begin /globaldict where{/globaldict get begin}if dup where pop exch get /globaldict where{pop end}if end end Adobe_CoolType_Core_Defined {/systemfindfont exch def} { /findfont 1 index def /systemfindfont exch def } ifelse /undefinefont {pop}ndf /copyfont { currentglobal 3 1 roll 1 index gcheck setglobal dup null eq{0}{dup length}ifelse 2 index length add 1 add dict begin exch { 1 index/FID eq {pop pop} {def} ifelse } forall dup null eq {pop} {{def}forall} ifelse currentdict end exch setglobal }bind def /copyarray { currentglobal exch dup gcheck setglobal dup length array copy exch setglobal }bind def /newencodedfont { currentglobal { SharedFontDirectory 3 index known {SharedFontDirectory 3 index get/FontReferenced known} {false} ifelse } { FontDirectory 3 index known {FontDirectory 3 index get/FontReferenced known} { SharedFontDirectory 3 index known {SharedFontDirectory 3 index get/FontReferenced known} {false} ifelse } ifelse } ifelse dup { 3 index findfont/FontReferenced get 2 index dup type/nametype eq {findfont} if ne {pop false} if } if dup { 1 index dup type/nametype eq {findfont} if dup/CharStrings known { /CharStrings get length 4 index findfont/CharStrings get length ne { pop false } if } {pop} ifelse } if { pop 1 index findfont /Encoding get exch 0 1 255 {2 copy get 3 index 3 1 roll put} for pop pop pop } { currentglobal 4 1 roll dup type/nametype eq {findfont} if dup gcheck setglobal dup dup maxlength 2 add dict begin exch { 1 index/FID ne 2 index/Encoding ne and {def} {pop pop} ifelse } forall /FontReferenced exch def /Encoding exch dup length array copy def /FontName 1 index dup type/stringtype eq{cvn}if def dup currentdict end definefont ct_VMDictPut setglobal } ifelse }bind def /SetSubstituteStrategy { $SubstituteFont begin dup type/dicttype ne {0 dict} if currentdict/$Strategies known { exch $Strategies exch 2 copy known { get 2 copy maxlength exch maxlength add dict begin {def}forall {def}forall currentdict dup/$Init known {dup/$Init get exec} if end /$Strategy exch def } {pop pop pop} ifelse } {pop pop} ifelse end }bind def /scff { $SubstituteFont begin dup type/stringtype eq {dup length exch} {null} ifelse /$sname exch def /$slen exch def /$inVMIndex $sname null eq { 1 index $str cvs dup length $slen sub $slen getinterval cvn } {$sname} ifelse def end {findfont} @Stopped { dup length 8 add string exch 1 index 0(BadFont:)putinterval 1 index exch 8 exch dup length string cvs putinterval cvn {findfont} @Stopped {pop/Courier findfont} if } if $SubstituteFont begin /$sname null def /$slen 0 def /$inVMIndex null def end }bind def /isWidthsOnlyFont { dup/WidthsOnly known {pop pop true} { dup/FDepVector known {/FDepVector get{isWidthsOnlyFont dup{exit}if}forall} { dup/FDArray known {/FDArray get{isWidthsOnlyFont dup{exit}if}forall} {pop} ifelse } ifelse } ifelse }bind def /ct_StyleDicts 4 dict dup begin /Adobe-Japan1 4 dict dup begin Level2? { /Serif /HeiseiMin-W3-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiMin-W3} { /CIDFont/Category resourcestatus { pop pop /HeiseiMin-W3/CIDFont resourcestatus {pop pop/HeiseiMin-W3} {/Ryumin-Light} ifelse } {/Ryumin-Light} ifelse } ifelse def /SansSerif /HeiseiKakuGo-W5-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiKakuGo-W5} { /CIDFont/Category resourcestatus { pop pop /HeiseiKakuGo-W5/CIDFont resourcestatus {pop pop/HeiseiKakuGo-W5} {/GothicBBB-Medium} ifelse } {/GothicBBB-Medium} ifelse } ifelse def /HeiseiMaruGo-W4-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiMaruGo-W4} { /CIDFont/Category resourcestatus { pop pop /HeiseiMaruGo-W4/CIDFont resourcestatus {pop pop/HeiseiMaruGo-W4} { /Jun101-Light-RKSJ-H/Font resourcestatus {pop pop/Jun101-Light} {SansSerif} ifelse } ifelse } { /Jun101-Light-RKSJ-H/Font resourcestatus {pop pop/Jun101-Light} {SansSerif} ifelse } ifelse } ifelse /RoundSansSerif exch def /Default Serif def } { /Serif/Ryumin-Light def /SansSerif/GothicBBB-Medium def { (fonts/Jun101-Light-83pv-RKSJ-H)status }stopped {pop}{ {pop pop pop pop/Jun101-Light} {SansSerif} ifelse /RoundSansSerif exch def }ifelse /Default Serif def } ifelse end def /Adobe-Korea1 4 dict dup begin /Serif/HYSMyeongJo-Medium def /SansSerif/HYGoThic-Medium def /RoundSansSerif SansSerif def /Default Serif def end def /Adobe-GB1 4 dict dup begin /Serif/STSong-Light def /SansSerif/STHeiti-Regular def /RoundSansSerif SansSerif def /Default Serif def end def /Adobe-CNS1 4 dict dup begin /Serif/MKai-Medium def /SansSerif/MHei-Medium def /RoundSansSerif SansSerif def /Default Serif def end def end def Level2?{currentglobal true setglobal}if /ct_BoldRomanWidthProc { stringwidth 1 index 0 ne{exch .03 add exch}if setcharwidth 0 0 }bind def /ct_Type0WidthProc { dup stringwidth 0 0 moveto 2 index true charpath pathbbox 0 -1 7 index 2 div .88 setcachedevice2 pop 0 0 }bind def /ct_Type0WMode1WidthProc { dup stringwidth pop 2 div neg -0.88 2 copy moveto 0 -1 5 -1 roll true charpath pathbbox setcachedevice }bind def /cHexEncoding [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_BoldBaseFont 11 dict begin /FontType 3 def /FontMatrix[1 0 0 1 0 0]def /FontBBox[0 0 1 1]def /Encoding cHexEncoding def /_setwidthProc/ct_BoldRomanWidthProc load def /_bcstr1 1 string def /BuildChar { exch begin _basefont setfont _bcstr1 dup 0 4 -1 roll put dup _setwidthProc 3 copy moveto show _basefonto setfont moveto show end }bind def currentdict end def systemdict/composefont known { /ct_DefineIdentity-H { /Identity-H/CMap resourcestatus { pop pop } { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering(Identity)def /Supplement 0 def end def /CMapName/Identity-H def /CMapVersion 1.000 def /CMapType 1 def 1 begincodespacerange <0000><FFFF> endcodespacerange 1 begincidrange <0000><FFFF>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse } def /ct_BoldBaseCIDFont 11 dict begin /CIDFontType 1 def /CIDFontName/ct_BoldBaseCIDFont def /FontMatrix[1 0 0 1 0 0]def /FontBBox[0 0 1 1]def /_setwidthProc/ct_Type0WidthProc load def /_bcstr2 2 string def /BuildGlyph { exch begin _basefont setfont _bcstr2 1 2 index 256 mod put _bcstr2 0 3 -1 roll 256 idiv put _bcstr2 dup _setwidthProc 3 copy moveto show _basefonto setfont moveto show end }bind def currentdict end def }if Level2?{setglobal}if /ct_CopyFont{ { 1 index/FID ne 2 index/UniqueID ne and {def}{pop pop}ifelse }forall }bind def /ct_Type0CopyFont { exch dup length dict begin ct_CopyFont [ exch FDepVector { dup/FontType get 0 eq { 1 index ct_Type0CopyFont /_ctType0 exch definefont } { /_ctBaseFont exch 2 index exec } ifelse exch } forall pop ] /FDepVector exch def currentdict end }bind def /ct_MakeBoldFont { dup/ct_SyntheticBold known { dup length 3 add dict begin ct_CopyFont /ct_StrokeWidth .03 0 FontMatrix idtransform pop def /ct_SyntheticBold true def currentdict end definefont } { dup dup length 3 add dict begin ct_CopyFont /PaintType 2 def /StrokeWidth .03 0 FontMatrix idtransform pop def /dummybold currentdict end definefont dup/FontType get dup 9 ge exch 11 le and { ct_BoldBaseCIDFont dup length 3 add dict copy begin dup/CIDSystemInfo get/CIDSystemInfo exch def ct_DefineIdentity-H /_Type0Identity/Identity-H 3 -1 roll[exch]composefont /_basefont exch def /_Type0Identity/Identity-H 3 -1 roll[exch]composefont /_basefonto exch def currentdict end /CIDFont defineresource } { ct_BoldBaseFont dup length 3 add dict copy begin /_basefont exch def /_basefonto exch def currentdict end definefont } ifelse } ifelse }bind def /ct_MakeBold{ 1 index 1 index findfont currentglobal 5 1 roll dup gcheck setglobal dup /FontType get 0 eq { dup/WMode known{dup/WMode get 1 eq}{false}ifelse version length 4 ge and {version 0 4 getinterval cvi 2015 ge} {true} ifelse {/ct_Type0WidthProc} {/ct_Type0WMode1WidthProc} ifelse ct_BoldBaseFont/_setwidthProc 3 -1 roll load put {ct_MakeBoldFont}ct_Type0CopyFont definefont } { dup/_fauxfont known not 1 index/SubstMaster known not and { ct_BoldBaseFont/_setwidthProc /ct_BoldRomanWidthProc load put ct_MakeBoldFont } { 2 index 2 index eq {exch pop } { dup length dict begin ct_CopyFont currentdict end definefont } ifelse } ifelse } ifelse pop pop pop setglobal }bind def /?str1 256 string def /?set { $SubstituteFont begin /$substituteFound false def /$fontname 1 index def /$doSmartSub false def end dup findfont $SubstituteFont begin $substituteFound {false} { dup/FontName known { dup/FontName get $fontname eq 1 index/DistillerFauxFont known not and /currentdistillerparams where {pop false 2 index isWidthsOnlyFont not and} if } {false} ifelse } ifelse exch pop /$doSmartSub true def end { 5 1 roll pop pop pop pop findfont } { 1 index findfont dup/FontType get 3 eq { 6 1 roll pop pop pop pop pop false } {pop true} ifelse { $SubstituteFont begin pop pop /$styleArray 1 index def /$regOrdering 2 index def pop pop 0 1 $styleArray length 1 sub { $styleArray exch get ct_StyleDicts $regOrdering 2 copy known { get exch 2 copy known not {pop/Default} if get dup type/nametype eq { ?str1 cvs length dup 1 add exch ?str1 exch(-)putinterval exch dup length exch ?str1 exch 3 index exch putinterval add ?str1 exch 0 exch getinterval cvn } { pop pop/Unknown } ifelse } { pop pop pop pop/Unknown } ifelse } for end findfont }if } ifelse currentglobal false setglobal 3 1 roll null copyfont definefont pop setglobal }bind def setpacking userdict/$SubstituteFont 25 dict put 1 dict begin /SubstituteFont dup $error exch 2 copy known {get} {pop pop{pop/Courier}bind} ifelse def /currentdistillerparams where dup { pop pop currentdistillerparams/CannotEmbedFontPolicy 2 copy known {get/Error eq} {pop pop false} ifelse } if not { countdictstack array dictstack 0 get begin userdict begin $SubstituteFont begin /$str 128 string def /$fontpat 128 string def /$slen 0 def /$sname null def /$match false def /$fontname null def /$substituteFound false def /$inVMIndex null def /$doSmartSub true def /$depth 0 def /$fontname null def /$italicangle 26.5 def /$dstack null def /$Strategies 10 dict dup begin /$Type3Underprint { currentglobal exch false setglobal 11 dict begin /UseFont exch $WMode 0 ne { dup length dict copy dup/WMode $WMode put /UseFont exch definefont } if def /FontName $fontname dup type/stringtype eq{cvn}if def /FontType 3 def /FontMatrix[.001 0 0 .001 0 0]def /Encoding 256 array dup 0 1 255{/.notdef put dup}for pop def /FontBBox[0 0 0 0]def /CCInfo 7 dict dup begin /cc null def /x 0 def /y 0 def end def /BuildChar { exch begin CCInfo begin 1 string dup 0 3 index put exch pop /cc exch def UseFont 1000 scalefont setfont cc stringwidth/y exch def/x exch def x y setcharwidth $SubstituteFont/$Strategy get/$Underprint get exec 0 0 moveto cc show x y moveto end end }bind def currentdict end exch setglobal }bind def /$GetaTint 2 dict dup begin /$BuildFont { dup/WMode known {dup/WMode get} {0} ifelse /$WMode exch def $fontname exch dup/FontName known { dup/FontName get dup type/stringtype eq{cvn}if } {/unnamedfont} ifelse exch Adobe_CoolType_Data/InVMDeepCopiedFonts get 1 index/FontName get known { pop Adobe_CoolType_Data/InVMDeepCopiedFonts get 1 index get null copyfont } {$deepcopyfont} ifelse exch 1 index exch/FontBasedOn exch put dup/FontName $fontname dup type/stringtype eq{cvn}if put definefont Adobe_CoolType_Data/InVMDeepCopiedFonts get begin dup/FontBasedOn get 1 index def end }bind def /$Underprint { gsave x abs y abs gt {/y 1000 def} {/x -1000 def 500 120 translate} ifelse Level2? { [/Separation(All)/DeviceCMYK{0 0 0 1 pop}] setcolorspace } {0 setgray} ifelse 10 setlinewidth x .8 mul [7 3] { y mul 8 div 120 sub x 10 div exch moveto 0 y 4 div neg rlineto dup 0 rlineto 0 y 4 div rlineto closepath gsave Level2? {.2 setcolor} {.8 setgray} ifelse fill grestore stroke } forall pop grestore }bind def end def /$Oblique 1 dict dup begin /$BuildFont { currentglobal exch dup gcheck setglobal null copyfont begin /FontBasedOn currentdict/FontName known { FontName dup type/stringtype eq{cvn}if } {/unnamedfont} ifelse def /FontName $fontname dup type/stringtype eq{cvn}if def /currentdistillerparams where {pop} { /FontInfo currentdict/FontInfo known {FontInfo null copyfont} {2 dict} ifelse dup begin /ItalicAngle $italicangle def /FontMatrix FontMatrix [1 0 ItalicAngle dup sin exch cos div 1 0 0] matrix concatmatrix readonly end 4 2 roll def def } ifelse FontName currentdict end definefont exch setglobal }bind def end def /$None 1 dict dup begin /$BuildFont{}bind def end def end def /$Oblique SetSubstituteStrategy /$findfontByEnum { dup type/stringtype eq{cvn}if dup/$fontname exch def $sname null eq {$str cvs dup length $slen sub $slen getinterval} {pop $sname} ifelse $fontpat dup 0(fonts/*)putinterval exch 7 exch putinterval /$match false def $SubstituteFont/$dstack countdictstack array dictstack put mark { $fontpat 0 $slen 7 add getinterval {/$match exch def exit} $str filenameforall } stopped { cleardictstack currentdict true $SubstituteFont/$dstack get { exch { 1 index eq {pop false} {true} ifelse } {begin false} ifelse } forall pop } if cleartomark /$slen 0 def $match false ne {$match(fonts/)anchorsearch pop pop cvn} {/Courier} ifelse }bind def /$ROS 1 dict dup begin /Adobe 4 dict dup begin /Japan1 [/Ryumin-Light/HeiseiMin-W3 /GothicBBB-Medium/HeiseiKakuGo-W5 /HeiseiMaruGo-W4/Jun101-Light]def /Korea1 [/HYSMyeongJo-Medium/HYGoThic-Medium]def /GB1 [/STSong-Light/STHeiti-Regular]def /CNS1 [/MKai-Medium/MHei-Medium]def end def end def /$cmapname null def /$deepcopyfont { dup/FontType get 0 eq { 1 dict dup/FontName/copied put copyfont begin /FDepVector FDepVector copyarray 0 1 2 index length 1 sub { 2 copy get $deepcopyfont dup/FontName/copied put /copied exch definefont 3 copy put pop pop } for def currentdict end } {$Strategies/$Type3Underprint get exec} ifelse }bind def /$buildfontname { dup/CIDFont findresource/CIDSystemInfo get begin Registry length Ordering length Supplement 8 string cvs 3 copy length 2 add add add string dup 5 1 roll dup 0 Registry putinterval dup 4 index(-)putinterval dup 4 index 1 add Ordering putinterval 4 2 roll add 1 add 2 copy(-)putinterval end 1 add 2 copy 0 exch getinterval $cmapname $fontpat cvs exch anchorsearch {pop pop 3 2 roll putinterval cvn/$cmapname exch def} {pop pop pop pop pop} ifelse length $str 1 index(-)putinterval 1 add $str 1 index $cmapname $fontpat cvs putinterval $cmapname length add $str exch 0 exch getinterval cvn }bind def /$findfontByROS { /$fontname exch def $ROS Registry 2 copy known { get Ordering 2 copy known {get} {pop pop[]} ifelse } {pop pop[]} ifelse false exch { dup/CIDFont resourcestatus { pop pop save 1 index/CIDFont findresource dup/WidthsOnly known {dup/WidthsOnly get} {false} ifelse exch pop exch restore {pop} {exch pop true exit} ifelse } {pop} ifelse } forall {$str cvs $buildfontname} { false(*) { save exch dup/CIDFont findresource dup/WidthsOnly known {dup/WidthsOnly get not} {true} ifelse exch/CIDSystemInfo get dup/Registry get Registry eq exch/Ordering get Ordering eq and and {exch restore exch pop true exit} {pop restore} ifelse } $str/CIDFont resourceforall {$buildfontname} {$fontname $findfontByEnum} ifelse } ifelse }bind def end end currentdict/$error known currentdict/languagelevel known and dup {pop $error/SubstituteFont known} if dup {$error} {Adobe_CoolType_Core} ifelse begin { /SubstituteFont /CMap/Category resourcestatus { pop pop { $SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and { $sname null eq {dup $str cvs dup length $slen sub $slen getinterval cvn} {$sname} ifelse Adobe_CoolType_Data/InVMFontsByCMap get 1 index 2 copy known { get false exch { pop currentglobal { GlobalFontDirectory 1 index known {exch pop true exit} {pop} ifelse } { FontDirectory 1 index known {exch pop true exit} { GlobalFontDirectory 1 index known {exch pop true exit} {pop} ifelse } ifelse } ifelse } forall } {pop pop false} ifelse { exch pop exch pop } { dup/CMap resourcestatus { pop pop dup/$cmapname exch def /CMap findresource/CIDSystemInfo get{def}forall $findfontByROS } { 128 string cvs dup(-)search { 3 1 roll search { 3 1 roll pop {dup cvi} stopped {pop pop pop pop pop $findfontByEnum} { 4 2 roll pop pop exch length exch 2 index length 2 index sub exch 1 sub -1 0 { $str cvs dup length 4 index 0 4 index 4 3 roll add getinterval exch 1 index exch 3 index exch putinterval dup/CMap resourcestatus { pop pop 4 1 roll pop pop pop dup/$cmapname exch def /CMap findresource/CIDSystemInfo get{def}forall $findfontByROS true exit } {pop} ifelse } for dup type/booleantype eq {pop} {pop pop pop $findfontByEnum} ifelse } ifelse } {pop pop pop $findfontByEnum} ifelse } {pop pop $findfontByEnum} ifelse } ifelse } ifelse } {//SubstituteFont exec} ifelse /$slen 0 def end } } { { $SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and {$findfontByEnum} {//SubstituteFont exec} ifelse end } } ifelse bind readonly def Adobe_CoolType_Core/scfindfont/systemfindfont load put } { /scfindfont { $SubstituteFont begin dup systemfindfont dup/FontName known {dup/FontName get dup 3 index ne} {/noname true} ifelse dup { /$origfontnamefound 2 index def /$origfontname 4 index def/$substituteFound true def } if exch pop { $slen 0 gt $sname null ne 3 index length $slen gt or and { pop dup $findfontByEnum findfont dup maxlength 1 add dict begin {1 index/FID eq{pop pop}{def}ifelse} forall currentdict end definefont dup/FontName known{dup/FontName get}{null}ifelse $origfontnamefound ne { $origfontname $str cvs print ( substitution revised, using )print dup/FontName known {dup/FontName get}{(unspecified font)} ifelse $str cvs print(.\n)print } if } {exch pop} ifelse } {exch pop} ifelse end }bind def } ifelse end end Adobe_CoolType_Core_Defined not { Adobe_CoolType_Core/findfont { $SubstituteFont begin $depth 0 eq { /$fontname 1 index dup type/stringtype ne{$str cvs}if def /$substituteFound false def } if /$depth $depth 1 add def end scfindfont $SubstituteFont begin /$depth $depth 1 sub def $substituteFound $depth 0 eq and { $inVMIndex null ne {dup $inVMIndex $AddInVMFont} if $doSmartSub { currentdict/$Strategy known {$Strategy/$BuildFont get exec} if } if } if end }bind put } if } if end /$AddInVMFont { exch/FontName 2 copy known { get 1 dict dup begin exch 1 index gcheck def end exch Adobe_CoolType_Data/InVMFontsByCMap get exch $DictAdd } {pop pop pop} ifelse }bind def /$DictAdd { 2 copy known not {2 copy 4 index length dict put} if Level2? not { 2 copy get dup maxlength exch length 4 index length add lt 2 copy get dup length 4 index length add exch maxlength 1 index lt { 2 mul dict begin 2 copy get{forall}def 2 copy currentdict put end } {pop} ifelse } if get begin {def} forall end }bind def end end %%EndResource currentglobal true setglobal %%BeginResource: procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 %%Copyright: Copyright 1987-2006 Adobe Systems Incorporated. %%Version: 1.23 0 systemdict/languagelevel known dup {currentglobal false setglobal} {false} ifelse exch userdict/Adobe_CoolType_Utility 2 copy known {2 copy get dup maxlength 27 add dict copy} {27 dict} ifelse put Adobe_CoolType_Utility begin /@eexecStartData <BAB431EA07F209EB8C4348311481D9D3F76E3D15246555577D87BC510ED54E 118C39697FA9F6DB58128E60EB8A12FA24D7CDD2FA94D221FA9EC8DA3E5E6A1C 4ACECC8C2D39C54E7C946031DD156C3A6B4A09AD29E1867A>def /@recognizeCIDFont null def /ct_Level2? exch def /ct_Clone? 1183615869 internaldict dup /CCRun known not exch/eCCRun known not ct_Level2? and or def ct_Level2? {globaldict begin currentglobal true setglobal} if /ct_AddStdCIDMap ct_Level2? {{ mark Adobe_CoolType_Utility/@recognizeCIDFont currentdict put { ((Hex)57 StartData 0615 1e27 2c39 1c60 d8a8 cc31 fe2b f6e0 7aa3 e541 e21c 60d8 a8c9 c3d0 6d9e 1c60 d8a8 c9c2 02d7 9a1c 60d8 a849 1c60 d8a8 cc36 74f4 1144 b13b 77)0()/SubFileDecode filter cvx exec } stopped { cleartomark Adobe_CoolType_Utility/@recognizeCIDFont get countdictstack dup array dictstack exch 1 sub -1 0 { 2 copy get 3 index eq {1 index length exch sub 1 sub{end}repeat exit} {pop} ifelse } for pop pop Adobe_CoolType_Utility/@eexecStartData get eexec } {cleartomark} ifelse }} {{ Adobe_CoolType_Utility/@eexecStartData get eexec }} ifelse bind def userdict/cid_extensions known dup{cid_extensions/cid_UpdateDB known and}if { cid_extensions begin /cid_GetCIDSystemInfo { 1 index type/stringtype eq {exch cvn exch} if cid_extensions begin dup load 2 index known { 2 copy cid_GetStatusInfo dup null ne { 1 index load 3 index get dup null eq {pop pop cid_UpdateDB} { exch 1 index/Created get eq {exch pop exch pop} {pop cid_UpdateDB} ifelse } ifelse } {pop cid_UpdateDB} ifelse } {cid_UpdateDB} ifelse end }bind def end } if ct_Level2? {end setglobal} if /ct_UseNativeCapability? systemdict/composefont known def /ct_MakeOCF 35 dict def /ct_Vars 25 dict def /ct_GlyphDirProcs 6 dict def /ct_BuildCharDict 15 dict dup begin /charcode 2 string def /dst_string 1500 string def /nullstring()def /usewidths? true def end def ct_Level2?{setglobal}{pop}ifelse ct_GlyphDirProcs begin /GetGlyphDirectory { systemdict/languagelevel known {pop/CIDFont findresource/GlyphDirectory get} { 1 index/CIDFont findresource/GlyphDirectory get dup type/dicttype eq { dup dup maxlength exch length sub 2 index lt { dup length 2 index add dict copy 2 index /CIDFont findresource/GlyphDirectory 2 index put } if } if exch pop exch pop } ifelse + }def /+ { systemdict/languagelevel known { currentglobal false setglobal 3 dict begin /vm exch def } {1 dict begin} ifelse /$ exch def systemdict/languagelevel known { vm setglobal /gvm currentglobal def $ gcheck setglobal } if ?{$ begin}if }def /?{$ type/dicttype eq}def /|{ userdict/Adobe_CoolType_Data known { Adobe_CoolType_Data/AddWidths? known { currentdict Adobe_CoolType_Data begin begin AddWidths? { Adobe_CoolType_Data/CC 3 index put ?{def}{$ 3 1 roll put}ifelse CC charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore currentfont/Widths get exch CC exch put } {?{def}{$ 3 1 roll put}ifelse} ifelse end end } {?{def}{$ 3 1 roll put}ifelse} ifelse } {?{def}{$ 3 1 roll put}ifelse} ifelse }def /! { ?{end}if systemdict/languagelevel known {gvm setglobal} if end }def /:{string currentfile exch readstring pop}executeonly def end ct_MakeOCF begin /ct_cHexEncoding [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_CID_STR_SIZE 8000 def /ct_mkocfStr100 100 string def /ct_defaultFontMtx[.001 0 0 .001 0 0]def /ct_1000Mtx[1000 0 0 1000 0 0]def /ct_raise{exch cvx exch errordict exch get exec stop}bind def /ct_reraise {cvx $error/errorname get(Error: )print dup( )cvs print errordict exch get exec stop }bind def /ct_cvnsi { 1 index add 1 sub 1 exch 0 4 1 roll { 2 index exch get exch 8 bitshift add } for exch pop }bind def /ct_GetInterval { Adobe_CoolType_Utility/ct_BuildCharDict get begin /dst_index 0 def dup dst_string length gt {dup string/dst_string exch def} if 1 index ct_CID_STR_SIZE idiv /arrayIndex exch def 2 index arrayIndex get 2 index arrayIndex ct_CID_STR_SIZE mul sub { dup 3 index add 2 index length le { 2 index getinterval dst_string dst_index 2 index putinterval length dst_index add/dst_index exch def exit } { 1 index length 1 index sub dup 4 1 roll getinterval dst_string dst_index 2 index putinterval pop dup dst_index add/dst_index exch def sub /arrayIndex arrayIndex 1 add def 2 index dup length arrayIndex gt {arrayIndex get} { pop exit } ifelse 0 } ifelse } loop pop pop pop dst_string 0 dst_index getinterval end }bind def ct_Level2? { /ct_resourcestatus currentglobal mark true setglobal {/unknowninstancename/Category resourcestatus} stopped {cleartomark setglobal true} {cleartomark currentglobal not exch setglobal} ifelse { { mark 3 1 roll/Category findresource begin ct_Vars/vm currentglobal put ({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec {cleartomark false} {{3 2 roll pop true}{cleartomark false}ifelse} ifelse ct_Vars/vm get setglobal end } } {{resourcestatus}} ifelse bind def /CIDFont/Category ct_resourcestatus {pop pop} { currentglobal true setglobal /Generic/Category findresource dup length dict copy dup/InstanceType/dicttype put /CIDFont exch/Category defineresource pop setglobal } ifelse ct_UseNativeCapability? { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering(Identity)def /Supplement 0 def end def /CMapName/Identity-H def /CMapVersion 1.000 def /CMapType 1 def 1 begincodespacerange <0000><FFFF> endcodespacerange 1 begincidrange <0000><FFFF>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } if } { /ct_Category 2 dict begin /CIDFont 10 dict def /ProcSet 2 dict def currentdict end def /defineresource { ct_Category 1 index 2 copy known { get dup dup maxlength exch length eq { dup length 10 add dict copy ct_Category 2 index 2 index put } if 3 index 3 index put pop exch pop } {pop pop/defineresource/undefined ct_raise} ifelse }bind def /findresource { ct_Category 1 index 2 copy known { get 2 index 2 copy known {get 3 1 roll pop pop} {pop pop/findresource/undefinedresource ct_raise} ifelse } {pop pop/findresource/undefined ct_raise} ifelse }bind def /resourcestatus { ct_Category 1 index 2 copy known { get 2 index known exch pop exch pop { 0 -1 true } { false } ifelse } {pop pop/findresource/undefined ct_raise} ifelse }bind def /ct_resourcestatus/resourcestatus load def } ifelse /ct_CIDInit 2 dict begin /ct_cidfont_stream_init { { dup(Binary)eq { pop null currentfile ct_Level2? { {cid_BYTE_COUNT()/SubFileDecode filter} stopped {pop pop pop} if } if /readstring load exit } if dup(Hex)eq { pop currentfile ct_Level2? { {null exch/ASCIIHexDecode filter/readstring} stopped {pop exch pop(>)exch/readhexstring} if } {(>)exch/readhexstring} ifelse load exit } if /StartData/typecheck ct_raise } loop cid_BYTE_COUNT ct_CID_STR_SIZE le { 2 copy cid_BYTE_COUNT string exch exec pop 1 array dup 3 -1 roll 0 exch put } { cid_BYTE_COUNT ct_CID_STR_SIZE div ceiling cvi dup array exch 2 sub 0 exch 1 exch { 2 copy 5 index ct_CID_STR_SIZE string 6 index exec pop put pop } for 2 index cid_BYTE_COUNT ct_CID_STR_SIZE mod string 3 index exec pop 1 index exch 1 index length 1 sub exch put } ifelse cid_CIDFONT exch/GlyphData exch put 2 index null eq { pop pop pop } { pop/readstring load 1 string exch { 3 copy exec pop dup length 0 eq { pop pop pop pop pop true exit } if 4 index eq { pop pop pop pop false exit } if } loop pop } ifelse }bind def /StartData { mark { currentdict dup/FDArray get 0 get/FontMatrix get 0 get 0.001 eq { dup/CDevProc known not { /CDevProc 1183615869 internaldict/stdCDevProc 2 copy known {get} { pop pop {pop pop pop pop pop 0 -1000 7 index 2 div 880} } ifelse def } if } { /CDevProc { pop pop pop pop pop 0 1 cid_temp/cid_CIDFONT get /FDArray get 0 get /FontMatrix get 0 get div 7 index 2 div 1 index 0.88 mul }def } ifelse /cid_temp 15 dict def cid_temp begin /cid_CIDFONT exch def 3 copy pop dup/cid_BYTE_COUNT exch def 0 gt { ct_cidfont_stream_init FDArray { /Private get dup/SubrMapOffset known { begin /Subrs SubrCount array def Subrs SubrMapOffset SubrCount SDBytes ct_Level2? { currentdict dup/SubrMapOffset undef dup/SubrCount undef /SDBytes undef } if end /cid_SD_BYTES exch def /cid_SUBR_COUNT exch def /cid_SUBR_MAP_OFFSET exch def /cid_SUBRS exch def cid_SUBR_COUNT 0 gt { GlyphData cid_SUBR_MAP_OFFSET cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi 0 1 cid_SUBR_COUNT 1 sub { exch 1 index 1 add cid_SD_BYTES mul cid_SUBR_MAP_OFFSET add GlyphData exch cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi cid_SUBRS 4 2 roll GlyphData exch 4 index 1 index sub ct_GetInterval dup length string copy put } for pop } if } {pop} ifelse } forall } if cleartomark pop pop end CIDFontName currentdict/CIDFont defineresource pop end end } stopped {cleartomark/StartData ct_reraise} if }bind def currentdict end def /ct_saveCIDInit { /CIDInit/ProcSet ct_resourcestatus {true} {/CIDInitC/ProcSet ct_resourcestatus} ifelse { pop pop /CIDInit/ProcSet findresource ct_UseNativeCapability? {pop null} {/CIDInit ct_CIDInit/ProcSet defineresource pop} ifelse } {/CIDInit ct_CIDInit/ProcSet defineresource pop null} ifelse ct_Vars exch/ct_oldCIDInit exch put }bind def /ct_restoreCIDInit { ct_Vars/ct_oldCIDInit get dup null ne {/CIDInit exch/ProcSet defineresource pop} {pop} ifelse }bind def /ct_BuildCharSetUp { 1 index begin CIDFont begin Adobe_CoolType_Utility/ct_BuildCharDict get begin /ct_dfCharCode exch def /ct_dfDict exch def CIDFirstByte ct_dfCharCode add dup CIDCount ge {pop 0} if /cid exch def { GlyphDirectory cid 2 copy known {get} {pop pop nullstring} ifelse dup length FDBytes sub 0 gt { dup FDBytes 0 ne {0 FDBytes ct_cvnsi} {pop 0} ifelse /fdIndex exch def dup length FDBytes sub FDBytes exch getinterval /charstring exch def exit } { pop cid 0 eq {/charstring nullstring def exit} if /cid 0 def } ifelse } loop }def /ct_SetCacheDevice { 0 0 moveto dup stringwidth 3 -1 roll true charpath pathbbox 0 -1000 7 index 2 div 880 setcachedevice2 0 0 moveto }def /ct_CloneSetCacheProc { 1 eq { stringwidth pop -2 div -880 0 -1000 setcharwidth moveto } { usewidths? { currentfont/Widths get cid 2 copy known {get exch pop aload pop} {pop pop stringwidth} ifelse } {stringwidth} ifelse setcharwidth 0 0 moveto } ifelse }def /ct_Type3ShowCharString { ct_FDDict fdIndex 2 copy known {get} { currentglobal 3 1 roll 1 index gcheck setglobal ct_Type1FontTemplate dup maxlength dict copy begin FDArray fdIndex get dup/FontMatrix 2 copy known {get} {pop pop ct_defaultFontMtx} ifelse /FontMatrix exch dup length array copy def /Private get /Private exch def /Widths rootfont/Widths get def /CharStrings 1 dict dup/.notdef <d841272cf18f54fc13>dup length string copy put def currentdict end /ct_Type1Font exch definefont dup 5 1 roll put setglobal } ifelse dup/CharStrings get 1 index/Encoding get ct_dfCharCode get charstring put rootfont/WMode 2 copy known {get} {pop pop 0} ifelse exch 1000 scalefont setfont ct_str1 0 ct_dfCharCode put ct_str1 exch ct_dfSetCacheProc ct_SyntheticBold { currentpoint ct_str1 show newpath moveto ct_str1 true charpath ct_StrokeWidth setlinewidth stroke } {ct_str1 show} ifelse }def /ct_Type4ShowCharString { ct_dfDict ct_dfCharCode charstring FDArray fdIndex get dup/FontMatrix get dup ct_defaultFontMtx ct_matrixeq not {ct_1000Mtx matrix concatmatrix concat} {pop} ifelse /Private get Adobe_CoolType_Utility/ct_Level2? get not { ct_dfDict/Private 3 -1 roll {put} 1183615869 internaldict/superexec get exec } if 1183615869 internaldict Adobe_CoolType_Utility/ct_Level2? get {1 index} {3 index/Private get mark 6 1 roll} ifelse dup/RunInt known {/RunInt get} {pop/CCRun} ifelse get exec Adobe_CoolType_Utility/ct_Level2? get not {cleartomark} if }bind def /ct_BuildCharIncremental { { Adobe_CoolType_Utility/ct_MakeOCF get begin ct_BuildCharSetUp ct_ShowCharString } stopped {stop} if end end end end }bind def /BaseFontNameStr(BF00)def /ct_Type1FontTemplate 14 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0]def /FontBBox [-250 -250 1250 1250]def /Encoding ct_cHexEncoding def /PaintType 0 def currentdict end def /BaseFontTemplate 11 dict begin /FontMatrix [0.001 0 0 0.001 0 0]def /FontBBox [-250 -250 1250 1250]def /Encoding ct_cHexEncoding def /BuildChar/ct_BuildCharIncremental load def ct_Clone? { /FontType 3 def /ct_ShowCharString/ct_Type3ShowCharString load def /ct_dfSetCacheProc/ct_CloneSetCacheProc load def /ct_SyntheticBold false def /ct_StrokeWidth 1 def } { /FontType 4 def /Private 1 dict dup/lenIV 4 put def /CharStrings 1 dict dup/.notdef<d841272cf18f54fc13>put def /PaintType 0 def /ct_ShowCharString/ct_Type4ShowCharString load def } ifelse /ct_str1 1 string def currentdict end def /BaseFontDictSize BaseFontTemplate length 5 add def /ct_matrixeq { true 0 1 5 { dup 4 index exch get exch 3 index exch get eq and dup not {exit} if } for exch pop exch pop }bind def /ct_makeocf { 15 dict begin exch/WMode exch def exch/FontName exch def /FontType 0 def /FMapType 2 def dup/FontMatrix known {dup/FontMatrix get/FontMatrix exch def} {/FontMatrix matrix def} ifelse /bfCount 1 index/CIDCount get 256 idiv 1 add dup 256 gt{pop 256}if def /Encoding 256 array 0 1 bfCount 1 sub{2 copy dup put pop}for bfCount 1 255{2 copy bfCount put pop}for def /FDepVector bfCount dup 256 lt{1 add}if array def BaseFontTemplate BaseFontDictSize dict copy begin /CIDFont exch def CIDFont/FontBBox known {CIDFont/FontBBox get/FontBBox exch def} if CIDFont/CDevProc known {CIDFont/CDevProc get/CDevProc exch def} if currentdict end BaseFontNameStr 3(0)putinterval 0 1 bfCount dup 256 eq{1 sub}if { FDepVector exch 2 index BaseFontDictSize dict copy begin dup/CIDFirstByte exch 256 mul def FontType 3 eq {/ct_FDDict 2 dict def} if currentdict end 1 index 16 BaseFontNameStr 2 2 getinterval cvrs pop BaseFontNameStr exch definefont put } for ct_Clone? {/Widths 1 index/CIDFont get/GlyphDirectory get length dict def} if FontName currentdict end definefont ct_Clone? { gsave dup 1000 scalefont setfont ct_BuildCharDict begin /usewidths? false def currentfont/Widths get begin exch/CIDFont get/GlyphDirectory get { pop dup charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore def } forall end /usewidths? true def end grestore } {exch pop} ifelse }bind def currentglobal true setglobal /ct_ComposeFont { ct_UseNativeCapability? { 2 index/CMap ct_resourcestatus {pop pop exch pop} { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CMapName 3 index def /CMapVersion 1.000 def /CMapType 1 def exch/WMode exch def /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search { pop pop (-)search { dup length string copy exch pop exch pop } {pop(Identity)} ifelse } {pop (Identity)} ifelse def /Supplement 0 def end def 1 begincodespacerange <0000><FFFF> endcodespacerange 1 begincidrange <0000><FFFF>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse composefont } { 3 2 roll pop 0 get/CIDFont findresource ct_makeocf } ifelse }bind def setglobal /ct_MakeIdentity { ct_UseNativeCapability? { 1 index/CMap ct_resourcestatus {pop pop} { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CMapName 2 index def /CMapVersion 1.000 def /CMapType 1 def /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search { pop pop (-)search {dup length string copy exch pop exch pop} {pop(Identity)} ifelse } {pop(Identity)} ifelse def /Supplement 0 def end def 1 begincodespacerange <0000><FFFF> endcodespacerange 1 begincidrange <0000><FFFF>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse composefont } { exch pop 0 get/CIDFont findresource ct_makeocf } ifelse }bind def currentdict readonly pop end end %%EndResource setglobal %%BeginResource: procset Adobe_CoolType_Utility_T42 1.0 0 %%Copyright: Copyright 1987-2004 Adobe Systems Incorporated. %%Version: 1.0 0 userdict/ct_T42Dict 15 dict put ct_T42Dict begin /Is2015? { version cvi 2015 ge }bind def /AllocGlyphStorage { Is2015? { pop } { {string}forall }ifelse }bind def /Type42DictBegin { 25 dict begin /FontName exch def /CharStrings 256 dict begin /.notdef 0 def currentdict end def /Encoding exch def /PaintType 0 def /FontType 42 def /FontMatrix[1 0 0 1 0 0]def 4 array astore cvx/FontBBox exch def /sfnts }bind def /Type42DictEnd { currentdict dup/FontName get exch definefont end ct_T42Dict exch dup/FontName get exch put }bind def /RD{string currentfile exch readstring pop}executeonly def /PrepFor2015 { Is2015? { /GlyphDirectory 16 dict def sfnts 0 get dup 2 index (glyx) putinterval 2 index (locx) putinterval pop pop } { pop pop }ifelse }bind def /AddT42Char { Is2015? { /GlyphDirectory get begin def end pop pop } { /sfnts get 4 index get 3 index 2 index putinterval pop pop pop pop }ifelse }bind def /T0AddT42Mtx2 { /CIDFont findresource/Metrics2 get begin def end }bind def end %%EndResource currentglobal true setglobal %%BeginFile: MMFauxFont.prc %%Copyright: Copyright 1987-2001 Adobe Systems Incorporated. %%All Rights Reserved. userdict /ct_EuroDict 10 dict put ct_EuroDict begin /ct_CopyFont { { 1 index /FID ne {def} {pop pop} ifelse} forall } def /ct_GetGlyphOutline { gsave initmatrix newpath exch findfont dup length 1 add dict begin ct_CopyFont /Encoding Encoding dup length array copy dup 4 -1 roll 0 exch put def currentdict end /ct_EuroFont exch definefont 1000 scalefont setfont 0 0 moveto [ <00> stringwidth <00> false charpath pathbbox [ {/m cvx} {/l cvx} {/c cvx} {/cp cvx} pathforall grestore counttomark 8 add } def /ct_MakeGlyphProc { ] cvx /ct_PSBuildGlyph cvx ] cvx } def /ct_PSBuildGlyph { gsave 8 -1 roll pop 7 1 roll 6 -2 roll ct_FontMatrix transform 6 2 roll 4 -2 roll ct_FontMatrix transform 4 2 roll ct_FontMatrix transform currentdict /PaintType 2 copy known {get 2 eq}{pop pop false} ifelse dup 9 1 roll { currentdict /StrokeWidth 2 copy known { get 2 div 0 ct_FontMatrix dtransform pop 5 1 roll 4 -1 roll 4 index sub 4 1 roll 3 -1 roll 4 index sub 3 1 roll exch 4 index add exch 4 index add 5 -1 roll pop } { pop pop } ifelse } if setcachedevice ct_FontMatrix concat ct_PSPathOps begin exec end { currentdict /StrokeWidth 2 copy known { get } { pop pop 0 } ifelse setlinewidth stroke } { fill } ifelse grestore } def /ct_PSPathOps 4 dict dup begin /m {moveto} def /l {lineto} def /c {curveto} def /cp {closepath} def end def /ct_matrix1000 [1000 0 0 1000 0 0] def /ct_AddGlyphProc { 2 index findfont dup length 4 add dict begin ct_CopyFont /CharStrings CharStrings dup length 1 add dict copy begin 3 1 roll def currentdict end def /ct_FontMatrix ct_matrix1000 FontMatrix matrix concatmatrix def /ct_PSBuildGlyph /ct_PSBuildGlyph load def /ct_PSPathOps /ct_PSPathOps load def currentdict end definefont pop } def systemdict /languagelevel known { /ct_AddGlyphToPrinterFont { 2 copy ct_GetGlyphOutline 3 add -1 roll restore ct_MakeGlyphProc ct_AddGlyphProc } def } { /ct_AddGlyphToPrinterFont { pop pop restore Adobe_CTFauxDict /$$$FONTNAME get /Euro Adobe_CTFauxDict /$$$SUBSTITUTEBASE get ct_EuroDict exch get ct_AddGlyphProc } def } ifelse /AdobeSansMM { 556 0 24 -19 541 703 { 541 628 m 510 669 442 703 354 703 c 201 703 117 607 101 444 c 50 444 l 25 372 l 97 372 l 97 301 l 49 301 l 24 229 l 103 229 l 124 67 209 -19 350 -19 c 435 -19 501 25 509 32 c 509 131 l 492 105 417 60 343 60 c 267 60 204 127 197 229 c 406 229 l 430 301 l 191 301 l 191 372 l 455 372 l 479 444 l 194 444 l 201 531 245 624 348 624 c 433 624 484 583 509 534 c cp 556 0 m } ct_PSBuildGlyph } def /AdobeSerifMM { 500 0 10 -12 484 692 { 347 298 m 171 298 l 170 310 170 322 170 335 c 170 362 l 362 362 l 374 403 l 172 403 l 184 580 244 642 308 642 c 380 642 434 574 457 457 c 481 462 l 474 691 l 449 691 l 433 670 429 657 410 657 c 394 657 360 692 299 692 c 204 692 94 604 73 403 c 22 403 l 10 362 l 70 362 l 69 352 69 341 69 330 c 69 319 69 308 70 298 c 22 298 l 10 257 l 73 257 l 97 57 216 -12 295 -12 c 364 -12 427 25 484 123 c 458 142 l 425 101 384 37 316 37 c 256 37 189 84 173 257 c 335 257 l cp 500 0 m } ct_PSBuildGlyph } def end %%EndFile setglobal Adobe_CoolType_Core begin /$None SetSubstituteStrategy end %%BeginResource: procset Adobe_AGM_Image 1.0 0
3524     %%Version: 1.0 0
3525     %%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved.
3526     systemdict/setpacking known
3527     {
3528     currentpacking
3529     true setpacking
3530     }if
3531     userdict/Adobe_AGM_Image 71 dict dup begin put
3532     /Adobe_AGM_Image_Id/Adobe_AGM_Image_1.0_0 def
3533     /nd{
3534     null def
3535     }bind def
3536     /AGMIMG_&image nd
3537     /AGMIMG_&colorimage nd
3538     /AGMIMG_&imagemask nd
3539     /AGMIMG_mbuf()def
3540     /AGMIMG_ybuf()def
3541     /AGMIMG_kbuf()def
3542     /AGMIMG_c 0 def
3543     /AGMIMG_m 0 def
3544     /AGMIMG_y 0 def
3545     /AGMIMG_k 0 def
3546     /AGMIMG_tmp nd
3547     /AGMIMG_imagestring0 nd
3548     /AGMIMG_imagestring1 nd
3549     /AGMIMG_imagestring2 nd
3550     /AGMIMG_imagestring3 nd
3551     /AGMIMG_imagestring4 nd
3552     /AGMIMG_imagestring5 nd
3553     /AGMIMG_cnt nd
3554     /AGMIMG_fsave nd
3555     /AGMIMG_colorAry nd
3556     /AGMIMG_override nd
3557     /AGMIMG_name nd
3558     /AGMIMG_maskSource nd
3559     /AGMIMG_flushfilters nd
3560     /invert_image_samples nd
3561     /knockout_image_samples nd
3562     /img nd
3563     /sepimg nd
3564     /devnimg nd
3565     /idximg nd
3566     /ds
3567     {
3568     Adobe_AGM_Core begin
3569     Adobe_AGM_Image begin
3570     /AGMIMG_&image systemdict/image get def
3571     /AGMIMG_&imagemask systemdict/imagemask get def
3572     /colorimage where{
3573     pop
3574     /AGMIMG_&colorimage/colorimage ldf
3575     }if
3576     end
3577     end
3578     }def
3579     /ps
3580     {
3581     Adobe_AGM_Image begin
3582     /AGMIMG_ccimage_exists{/customcolorimage where
3583     {
3584     pop
3585     /Adobe_AGM_OnHost_Seps where
3586     {
3587     pop false
3588     }{
3589     /Adobe_AGM_InRip_Seps where
3590     {
3591     pop false
3592     }{
3593     true
3594     }ifelse
3595     }ifelse
3596     }{
3597     false
3598     }ifelse
3599     }bdf
3600     level2{
3601     /invert_image_samples
3602     {
3603     Adobe_AGM_Image/AGMIMG_tmp Decode length ddf
3604     /Decode[Decode 1 get Decode 0 get]def
3605     }def
3606     /knockout_image_samples
3607     {
3608     Operator/imagemask ne{
3609     /Decode[1 1]def
3610     }if
3611     }def
3612     }{
3613     /invert_image_samples
3614     {
3615     {1 exch sub}currenttransfer addprocs settransfer
3616     }def
3617     /knockout_image_samples
3618     {
3619     {pop 1}currenttransfer addprocs settransfer
3620     }def
3621     }ifelse
3622     /img/imageormask ldf
3623     /sepimg/sep_imageormask ldf
3624     /devnimg/devn_imageormask ldf
3625     /idximg/indexed_imageormask ldf
3626     /_ctype 7 def
3627     currentdict{
3628     dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{
3629     bind
3630     }if
3631     def
3632     }forall
3633     }def
3634     /pt
3635     {
3636     end
3637     }def
3638     /dt
3639     {
3640     }def
3641     /AGMIMG_flushfilters
3642     {
3643     dup type/arraytype ne
3644     {1 array astore}if
3645     dup 0 get currentfile ne
3646     {dup 0 get flushfile}if
3647     {
3648     dup type/filetype eq
3649     {
3650     dup status 1 index currentfile ne and
3651     {closefile}
3652     {pop}
3653     ifelse
3654     }{pop}ifelse
3655     }forall
3656     }def
3657     /AGMIMG_init_common
3658     {
3659     currentdict/T known{/ImageType/T ldf currentdict/T undef}if
3660     currentdict/W known{/Width/W ldf currentdict/W undef}if
3661     currentdict/H known{/Height/H ldf currentdict/H undef}if
3662     currentdict/M known{/ImageMatrix/M ldf currentdict/M undef}if
3663     currentdict/BC known{/BitsPerComponent/BC ldf currentdict/BC undef}if
3664     currentdict/D known{/Decode/D ldf currentdict/D undef}if
3665     currentdict/DS known{/DataSource/DS ldf currentdict/DS undef}if
3666     currentdict/O known{
3667     /Operator/O load 1 eq{
3668     /imagemask
3669     }{
3670     /O load 2 eq{
3671     /image
3672     }{
3673     /colorimage
3674     }ifelse
3675     }ifelse
3676     def
3677     currentdict/O undef
3678     }if
3679     currentdict/HSCI known{/HostSepColorImage/HSCI ldf currentdict/HSCI undef}if
3680     currentdict/MD known{/MultipleDataSources/MD ldf currentdict/MD undef}if
3681     currentdict/I known{/Interpolate/I ldf currentdict/I undef}if
3682     currentdict/SI known{/SkipImageProc/SI ldf currentdict/SI undef}if
3683     /DataSource load xcheck not{
3684     DataSource type/arraytype eq{
3685     DataSource 0 get type/filetype eq{
3686     /_Filters DataSource def
3687     currentdict/MultipleDataSources known not{
3688     /DataSource DataSource dup length 1 sub get def
3689     }if
3690     }if
3691     }if
3692     currentdict/MultipleDataSources known not{
3693     /MultipleDataSources DataSource type/arraytype eq{
3694     DataSource length 1 gt
3695     }
3696     {false}ifelse def
3697     }if
3698     }if
3699     /NComponents Decode length 2 div def
3700     currentdict/SkipImageProc known not{/SkipImageProc{false}def}if
3701     }bdf
3702     /imageormask_sys
3703     {
3704     begin
3705     AGMIMG_init_common
3706     save mark
3707     level2{
3708     currentdict
3709     Operator/imagemask eq{
3710     AGMIMG_&imagemask
3711     }{
3712     use_mask{
3713     process_mask AGMIMG_&image
3714     }{
3715     AGMIMG_&image
3716     }ifelse
3717     }ifelse
3718     }{
3719     Width Height
3720     Operator/imagemask eq{
3721     Decode 0 get 1 eq Decode 1 get 0 eq and
3722     ImageMatrix/DataSource load
3723     AGMIMG_&imagemask
3724     }{
3725     BitsPerComponent ImageMatrix/DataSource load
3726     AGMIMG_&image
3727     }ifelse
3728     }ifelse
3729     currentdict/_Filters known{_Filters AGMIMG_flushfilters}if
3730     cleartomark restore
3731     end
3732     }def
3733     /overprint_plate
3734     {
3735     currentoverprint{
3736     0 get dup type/nametype eq{
3737     dup/DeviceGray eq{
3738     pop AGMCORE_black_plate not
3739     }{
3740     /DeviceCMYK eq{
3741     AGMCORE_is_cmyk_sep not
3742     }if
3743     }ifelse
3744     }{
3745     false exch
3746     {
3747     AGMOHS_sepink eq or
3748     }forall
3749     not
3750     }ifelse
3751     }{
3752     pop false
3753     }ifelse
3754     }def
3755     /process_mask
3756     {
3757     level3{
3758     dup begin
3759     /ImageType 1 def
3760     end
3761     4 dict begin
3762     /DataDict exch def
3763     /ImageType 3 def
3764     /InterleaveType 3 def
3765     /MaskDict 9 dict begin
3766     /ImageType 1 def
3767     /Width DataDict dup/MaskWidth known{/MaskWidth}{/Width}ifelse get def
3768     /Height DataDict dup/MaskHeight known{/MaskHeight}{/Height}ifelse get def
3769     /ImageMatrix[Width 0 0 Height neg 0 Height]def
3770     /NComponents 1 def
3771     /BitsPerComponent 1 def
3772     /Decode DataDict dup/MaskD known{/MaskD}{[1 0]}ifelse get def
3773     /DataSource Adobe_AGM_Core/AGMIMG_maskSource get def
3774     currentdict end def
3775     currentdict end
3776     }if
3777     }def
3778     /use_mask
3779     {
3780     dup/Mask known {dup/Mask get}{false}ifelse
3781     }def
3782     /imageormask
3783     {
3784     begin
3785     AGMIMG_init_common
3786     SkipImageProc{
3787     currentdict consumeimagedata
3788     }
3789     {
3790     save mark
3791     level2 AGMCORE_host_sep not and{
3792     currentdict
3793     Operator/imagemask eq DeviceN_PS2 not and{
3794     imagemask
3795     }{
3796     AGMCORE_in_rip_sep currentoverprint and currentcolorspace 0 get/DeviceGray eq and{
3797     [/Separation/Black/DeviceGray{}]setcolorspace
3798     /Decode[Decode 1 get Decode 0 get]def
3799     }if
3800     use_mask{
3801     process_mask image
3802     }{
3803     DeviceN_NoneName DeviceN_PS2 Indexed_DeviceN level3 not and or or AGMCORE_in_rip_sep and
3804     {
3805     Names convert_to_process not{
3806     2 dict begin
3807     /imageDict xdf
3808     /names_index 0 def
3809     gsave
3810     imageDict write_image_file{
3811     Names{
3812     dup(None)ne{
3813     [/Separation 3 -1 roll/DeviceGray{1 exch sub}]setcolorspace
3814     Operator imageDict read_image_file
3815     names_index 0 eq{true setoverprint}if
3816     /names_index names_index 1 add def
3817     }{
3818     pop
3819     }ifelse
3820     }forall
3821     close_image_file
3822     }if
3823     grestore
3824     end
3825     }{
3826     Operator/imagemask eq{
3827     imagemask
3828     }{
3829     image
3830     }ifelse
3831     }ifelse
3832     }{
3833     Operator/imagemask eq{
3834     imagemask
3835     }{
3836     image
3837     }ifelse
3838     }ifelse
3839     }ifelse
3840     }ifelse
3841     }{
3842     Width Height
3843     Operator/imagemask eq{
3844     Decode 0 get 1 eq Decode 1 get 0 eq and
3845     ImageMatrix/DataSource load
3846     /Adobe_AGM_OnHost_Seps where{
3847     pop imagemask
3848     }{
3849     currentgray 1 ne{
3850     currentdict imageormask_sys
3851     }{
3852     currentoverprint not{
3853     1 AGMCORE_&setgray
3854     currentdict imageormask_sys
3855     }{
3856     currentdict ignoreimagedata
3857     }ifelse
3858     }ifelse
3859     }ifelse
3860     }{
3861     BitsPerComponent ImageMatrix
3862     MultipleDataSources{
3863     0 1 NComponents 1 sub{
3864     DataSource exch get
3865     }for
3866     }{
3867     /DataSource load
3868     }ifelse
3869     Operator/colorimage eq{
3870     AGMCORE_host_sep{
3871     MultipleDataSources level2 or NComponents 4 eq and{
3872     AGMCORE_is_cmyk_sep{
3873     MultipleDataSources{
3874     /DataSource DataSource 0 get xcheck
3875     {
3876     [
3877     DataSource 0 get/exec cvx
3878     DataSource 1 get/exec cvx
3879     DataSource 2 get/exec cvx
3880     DataSource 3 get/exec cvx
3881     /AGMCORE_get_ink_data cvx
3882     ]cvx
3883     }{
3884     DataSource aload pop AGMCORE_get_ink_data
3885     }ifelse def
3886     }{
3887     /DataSource
3888     Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul
3889     /DataSource load
3890     filter_cmyk 0()/SubFileDecode filter def
3891     }ifelse
3892     /Decode[Decode 0 get Decode 1 get]def
3893     /MultipleDataSources false def
3894     /NComponents 1 def
3895     /Operator/image def
3896     invert_image_samples
3897     1 AGMCORE_&setgray
3898     currentdict imageormask_sys
3899     }{
3900     currentoverprint not Operator/imagemask eq and{
3901     1 AGMCORE_&setgray
3902     currentdict imageormask_sys
3903     }{
3904     currentdict ignoreimagedata
3905     }ifelse
3906     }ifelse
3907     }{
3908     MultipleDataSources NComponents AGMIMG_&colorimage
3909     }ifelse
3910     }{
3911     true NComponents colorimage
3912     }ifelse
3913     }{
3914     Operator/image eq{
3915     AGMCORE_host_sep{
3916     /DoImage true def
3917     currentdict/HostSepColorImage known{HostSepColorImage not}{false}ifelse
3918     {
3919     AGMCORE_black_plate not Operator/imagemask ne and{
3920     /DoImage false def
3921     currentdict ignoreimagedata
3922     }if
3923     }if
3924     1 AGMCORE_&setgray
3925     DoImage
3926     {currentdict imageormask_sys}if
3927     }{
3928     use_mask{
3929     process_mask image
3930     }{
3931     image
3932     }ifelse
3933     }ifelse
3934     }{
3935     Operator/knockout eq{
3936     pop pop pop pop pop
3937     currentcolorspace overprint_plate not{
3938     knockout_unitsq
3939     }if
3940     }if
3941     }ifelse
3942     }ifelse
3943     }ifelse
3944     }ifelse
3945     cleartomark restore
3946     }ifelse
3947     currentdict/_Filters known{_Filters AGMIMG_flushfilters}if
3948     end
3949     }def
3950     /sep_imageormask
3951     {
3952     /sep_colorspace_dict AGMCORE_gget begin
3953     CSA map_csa
3954     begin
3955     AGMIMG_init_common
3956     SkipImageProc{
3957     currentdict consumeimagedata
3958     }{
3959     save mark
3960     AGMCORE_avoid_L2_sep_space{
3961     /Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def
3962     }if
3963     AGMIMG_ccimage_exists
3964     MappedCSA 0 get/DeviceCMYK eq and
3965     currentdict/Components known and
3966     Name()ne and
3967     Name(All)ne and
3968     Operator/image eq and
3969     AGMCORE_producing_seps not and
3970     level2 not and
3971     {
3972     Width Height BitsPerComponent ImageMatrix
3973     [
3974     /DataSource load/exec cvx
3975     {
3976     0 1 2 index length 1 sub{
3977     1 index exch
3978     2 copy get 255 xor put
3979     }for
3980     }/exec cvx
3981     ]cvx bind
3982     MappedCSA 0 get/DeviceCMYK eq{
3983     Components aload pop
3984     }{
3985     0 0 0 Components aload pop 1 exch sub
3986     }ifelse
3987     Name findcmykcustomcolor
3988     customcolorimage
3989     }{
3990     AGMCORE_producing_seps not{
3991     level2{
3992     //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne AGMCORE_avoid_L2_sep_space not and currentcolorspace 0 get/Separation ne and{
3993     [/Separation Name MappedCSA sep_proc_name exch dup 0 get 15 string cvs(/Device)anchorsearch{pop pop 0 get}{pop}ifelse exch load]setcolorspace_opt
3994     /sep_tint AGMCORE_gget setcolor
3995     }if
3996     currentdict imageormask
3997     }{
3998     currentdict
3999     Operator/imagemask eq{
4000     imageormask
4001     }{
4002     sep_imageormask_lev1
4003     }ifelse
4004     }ifelse
4005     }{
4006     AGMCORE_host_sep{
4007     Operator/knockout eq{
4008     currentdict/ImageMatrix get concat
4009     knockout_unitsq
4010     }{
4011     currentgray 1 ne{
4012     AGMCORE_is_cmyk_sep Name(All)ne and{
4013     level2{
4014     Name AGMCORE_IsSeparationAProcessColor
4015     {
4016     Operator/imagemask eq{
4017     //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{
4018     /sep_tint AGMCORE_gget 1 exch sub AGMCORE_&setcolor
4019     }if
4020     }{
4021     invert_image_samples
4022     }ifelse
4023     }{
4024     //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{
4025     [/Separation Name[/DeviceGray]
4026     {
4027     sep_colorspace_proc AGMCORE_get_ink_data
4028     1 exch sub
4029     }bind
4030     ]AGMCORE_&setcolorspace
4031     /sep_tint AGMCORE_gget AGMCORE_&setcolor
4032     }if
4033     }ifelse
4034     currentdict imageormask_sys
4035     }{
4036     currentdict
4037     Operator/imagemask eq{
4038     imageormask_sys
4039     }{
4040     sep_image_lev1_sep
4041     }ifelse
4042     }ifelse
4043     }{
4044     Operator/imagemask ne{
4045     invert_image_samples
4046     }if
4047     currentdict imageormask_sys
4048     }ifelse
4049     }{
4050     currentoverprint not Name(All)eq or Operator/imagemask eq and{
4051     currentdict imageormask_sys
4052     }{
4053     currentoverprint not
4054     {
4055     gsave
4056     knockout_unitsq
4057     grestore
4058     }if
4059     currentdict consumeimagedata
4060     }ifelse
4061     }ifelse
4062     }ifelse
4063     }{
4064     //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{
4065     currentcolorspace 0 get/Separation ne{
4066     [/Separation Name MappedCSA sep_proc_name exch 0 get exch load]setcolorspace_opt
4067     /sep_tint AGMCORE_gget setcolor
4068     }if
4069     }if
4070     currentoverprint
4071     MappedCSA 0 get/DeviceCMYK eq and
4072     Name AGMCORE_IsSeparationAProcessColor not and
4073     //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{Name inRip_spot_has_ink not and}{false}ifelse
4074     Name(All)ne and{
4075     imageormask_l2_overprint
4076     }{
4077     currentdict imageormask
4078     }ifelse
4079     }ifelse
4080     }ifelse
4081     }ifelse
4082     cleartomark restore
4083     }ifelse
4084     currentdict/_Filters known{_Filters AGMIMG_flushfilters}if
4085     end
4086     end
4087     }def
4088     /colorSpaceElemCnt
4089     {
4090     mark currentcolor counttomark dup 2 add 1 roll cleartomark
4091     }bdf
4092     /devn_sep_datasource
4093     {
4094     1 dict begin
4095     /dataSource xdf
4096     [
4097     0 1 dataSource length 1 sub{
4098     dup currentdict/dataSource get/exch cvx/get cvx/exec cvx
4099     /exch cvx names_index/ne cvx[/pop cvx]cvx/if cvx
4100     }for
4101     ]cvx bind
4102     end
4103     }bdf
4104     /devn_alt_datasource
4105     {
4106     11 dict begin
4107     /convProc xdf
4108     /origcolorSpaceElemCnt xdf
4109     /origMultipleDataSources xdf
4110     /origBitsPerComponent xdf
4111     /origDecode xdf
4112     /origDataSource xdf
4113     /dsCnt origMultipleDataSources{origDataSource length}{1}ifelse def
4114     /DataSource origMultipleDataSources
4115     {
4116     [
4117     BitsPerComponent 8 idiv origDecode length 2 idiv mul string
4118     0 1 origDecode length 2 idiv 1 sub
4119     {
4120     dup 7 mul 1 add index exch dup BitsPerComponent 8 idiv mul exch
4121     origDataSource exch get 0()/SubFileDecode filter
4122     BitsPerComponent 8 idiv string/readstring cvx/pop cvx/putinterval cvx
4123     }for
4124     ]bind cvx
4125     }{origDataSource}ifelse 0()/SubFileDecode filter def
4126     [
4127     origcolorSpaceElemCnt string
4128     0 2 origDecode length 2 sub
4129     {
4130     dup origDecode exch get dup 3 -1 roll 1 add origDecode exch get exch sub 2 BitsPerComponent exp 1 sub div
4131     1 BitsPerComponent 8 idiv{DataSource/read cvx/not cvx{0}/if cvx/mul cvx}repeat/mul cvx/add cvx
4132     }for
4133     /convProc load/exec cvx
4134     origcolorSpaceElemCnt 1 sub -1 0
4135     {
4136     /dup cvx 2/add cvx/index cvx
4137     3 1/roll cvx/exch cvx 255/mul cvx/cvi cvx/put cvx
4138     }for
4139     ]bind cvx 0()/SubFileDecode filter
4140     end
4141     }bdf
4142     /devn_imageormask
4143     {
4144     /devicen_colorspace_dict AGMCORE_gget begin
4145     CSA map_csa
4146     2 dict begin
4147     dup
4148     /srcDataStrs[3 -1 roll begin
4149     AGMIMG_init_common
4150     currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse
4151     {
4152     Width Decode length 2 div mul cvi
4153     {
4154     dup 65535 gt{1 add 2 div cvi}{exit}ifelse
4155     }loop
4156     string
4157     }repeat
4158     end]def
4159     /dstDataStr srcDataStrs 0 get length string def
4160     begin
4161     AGMIMG_init_common
4162     SkipImageProc{
4163     currentdict consumeimagedata
4164     }{
4165     save mark
4166     AGMCORE_producing_seps not{
4167     level3 not{
4168     Operator/imagemask ne{
4169     /DataSource[[
4170     DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse
4171     colorSpaceElemCnt/devicen_colorspace_dict AGMCORE_gget/TintTransform get
4172     devn_alt_datasource 1/string cvx/readstring cvx/pop cvx]cvx colorSpaceElemCnt 1 sub{dup}repeat]def
4173     /MultipleDataSources true def
4174     /Decode colorSpaceElemCnt[exch{0 1}repeat]def
4175     }if
4176     }if
4177     currentdict imageormask
4178     }{
4179     AGMCORE_host_sep{
4180     Names convert_to_process{
4181     CSA get_csa_by_name 0 get/DeviceCMYK eq{
4182     /DataSource
4183     Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul
4184     DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse
4185     4/devicen_colorspace_dict AGMCORE_gget/TintTransform get
4186     devn_alt_datasource
4187     filter_cmyk 0()/SubFileDecode filter def
4188     /MultipleDataSources false def
4189     /Decode[1 0]def
4190     /DeviceGray setcolorspace
4191     currentdict imageormask_sys
4192     }{
4193     AGMCORE_report_unsupported_color_space
4194     AGMCORE_black_plate{
4195     /DataSource
4196     DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse
4197     CSA get_csa_by_name 0 get/DeviceRGB eq{3}{1}ifelse/devicen_colorspace_dict AGMCORE_gget/TintTransform get
4198     devn_alt_datasource
4199     /MultipleDataSources false def
4200     /Decode colorSpaceElemCnt[exch{0 1}repeat]def
4201     currentdict imageormask_sys
4202     }{
4203     gsave
4204     knockout_unitsq
4205     grestore
4206     currentdict consumeimagedata
4207     }ifelse
4208     }ifelse
4209     }
4210     {
4211     /devicen_colorspace_dict AGMCORE_gget/names_index known{
4212     Operator/imagemask ne{
4213     MultipleDataSources{
4214     /DataSource[DataSource devn_sep_datasource/exec cvx]cvx def
4215     /MultipleDataSources false def
4216     }{
4217     /DataSource/DataSource load dstDataStr srcDataStrs 0 get filter_devn def
4218     }ifelse
4219     invert_image_samples
4220     }if
4221     currentdict imageormask_sys
4222     }{
4223     currentoverprint not Operator/imagemask eq and{
4224     currentdict imageormask_sys
4225     }{
4226     currentoverprint not
4227     {
4228     gsave
4229     knockout_unitsq
4230     grestore
4231     }if
4232     currentdict consumeimagedata
4233     }ifelse
4234     }ifelse
4235     }ifelse
4236     }{
4237     currentdict imageormask
4238     }ifelse
4239     }ifelse
4240     cleartomark restore
4241     }ifelse
4242     currentdict/_Filters known{_Filters AGMIMG_flushfilters}if
4243     end
4244     end
4245     end
4246     }def
4247     /imageormask_l2_overprint
4248     {
4249     currentdict
4250     currentcmykcolor add add add 0 eq{
4251     currentdict consumeimagedata
4252     }{
4253     level3{
4254     currentcmykcolor
4255     /AGMIMG_k xdf
4256     /AGMIMG_y xdf
4257     /AGMIMG_m xdf
4258     /AGMIMG_c xdf
4259     Operator/imagemask eq{
4260     [/DeviceN[
4261     AGMIMG_c 0 ne{/Cyan}if
4262     AGMIMG_m 0 ne{/Magenta}if
4263     AGMIMG_y 0 ne{/Yellow}if
4264     AGMIMG_k 0 ne{/Black}if
4265     ]/DeviceCMYK{}]setcolorspace
4266     AGMIMG_c 0 ne{AGMIMG_c}if
4267     AGMIMG_m 0 ne{AGMIMG_m}if
4268     AGMIMG_y 0 ne{AGMIMG_y}if
4269     AGMIMG_k 0 ne{AGMIMG_k}if
4270     setcolor
4271     }{
4272     /Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def
4273     [/Indexed
4274     [
4275     /DeviceN[
4276     AGMIMG_c 0 ne{/Cyan}if
4277     AGMIMG_m 0 ne{/Magenta}if
4278     AGMIMG_y 0 ne{/Yellow}if
4279     AGMIMG_k 0 ne{/Black}if
4280     ]
4281     /DeviceCMYK{
4282     AGMIMG_k 0 eq{0}if
4283     AGMIMG_y 0 eq{0 exch}if
4284     AGMIMG_m 0 eq{0 3 1 roll}if
4285     AGMIMG_c 0 eq{0 4 1 roll}if
4286     }
4287     ]
4288     255
4289     {
4290     255 div
4291     mark exch
4292     dup dup dup
4293     AGMIMG_k 0 ne{
4294     /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 1 roll pop pop pop
4295     counttomark 1 roll
4296     }{
4297     pop
4298     }ifelse
4299     AGMIMG_y 0 ne{
4300     /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 2 roll pop pop pop
4301     counttomark 1 roll
4302     }{
4303     pop
4304     }ifelse
4305     AGMIMG_m 0 ne{
4306     /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 3 roll pop pop pop
4307     counttomark 1 roll
4308     }{
4309     pop
4310     }ifelse
4311     AGMIMG_c 0 ne{
4312     /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec pop pop pop
4313     counttomark 1 roll
4314     }{
4315     pop
4316     }ifelse
4317     counttomark 1 add -1 roll pop
4318     }
4319     ]setcolorspace
4320     }ifelse
4321     imageormask_sys
4322     }{
4323     write_image_file{
4324     currentcmykcolor
4325     0 ne{
4326     [/Separation/Black/DeviceGray{}]setcolorspace
4327     gsave
4328     /Black
4329     [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 1 roll pop pop pop 1 exch sub}/exec cvx]
4330     cvx modify_halftone_xfer
4331     Operator currentdict read_image_file
4332     grestore
4333     }if
4334     0 ne{
4335     [/Separation/Yellow/DeviceGray{}]setcolorspace
4336     gsave
4337     /Yellow
4338     [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 2 roll pop pop pop 1 exch sub}/exec cvx]
4339     cvx modify_halftone_xfer
4340     Operator currentdict read_image_file
4341     grestore
4342     }if
4343     0 ne{
4344     [/Separation/Magenta/DeviceGray{}]setcolorspace
4345     gsave
4346     /Magenta
4347     [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 3 roll pop pop pop 1 exch sub}/exec cvx]
4348     cvx modify_halftone_xfer
4349     Operator currentdict read_image_file
4350     grestore
4351     }if
4352     0 ne{
4353     [/Separation/Cyan/DeviceGray{}]setcolorspace
4354     gsave
4355     /Cyan
4356     [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{pop pop pop 1 exch sub}/exec cvx]
4357     cvx modify_halftone_xfer
4358     Operator currentdict read_image_file
4359     grestore
4360     }if
4361     close_image_file
4362     }{
4363     imageormask
4364     }ifelse
4365     }ifelse
4366     }ifelse
4367     }def
4368     /indexed_imageormask
4369     {
4370     begin
4371     AGMIMG_init_common
4372     save mark
4373     currentdict
4374     AGMCORE_host_sep{
4375     Operator/knockout eq{
4376     /indexed_colorspace_dict AGMCORE_gget dup/CSA known{
4377     /CSA get get_csa_by_name
4378     }{
4379     /Names get
4380     }ifelse
4381     overprint_plate not{
4382     knockout_unitsq
4383     }if
4384     }{
4385     Indexed_DeviceN{
4386     /devicen_colorspace_dict AGMCORE_gget dup/names_index known exch/Names get convert_to_process or{
4387     indexed_image_lev2_sep
4388     }{
4389     currentoverprint not{
4390     knockout_unitsq
4391     }if
4392     currentdict consumeimagedata
4393     }ifelse
4394     }{
4395     AGMCORE_is_cmyk_sep{
4396     Operator/imagemask eq{
4397     imageormask_sys
4398     }{
4399     level2{
4400     indexed_image_lev2_sep
4401     }{
4402     indexed_image_lev1_sep
4403     }ifelse
4404     }ifelse
4405     }{
4406     currentoverprint not{
4407     knockout_unitsq
4408     }if
4409     currentdict consumeimagedata
4410     }ifelse
4411     }ifelse
4412     }ifelse
4413     }{
4414     level2{
4415     Indexed_DeviceN{
4416     /indexed_colorspace_dict AGMCORE_gget begin
4417     }{
4418     /indexed_colorspace_dict AGMCORE_gget dup null ne
4419     {
4420     begin
4421     currentdict/CSDBase known{CSDBase/CSD get_res/MappedCSA get}{CSA}ifelse
4422     get_csa_by_name 0 get/DeviceCMYK eq ps_level 3 ge and ps_version 3015.007 lt and
4423     AGMCORE_in_rip_sep and{
4424     [/Indexed[/DeviceN[/Cyan/Magenta/Yellow/Black]/DeviceCMYK{}]HiVal Lookup]
4425     setcolorspace
4426     }if
4427     end
4428     }
4429     {pop}ifelse
4430     }ifelse
4431     imageormask
4432     Indexed_DeviceN{
4433     end
4434     }if
4435     }{
4436     Operator/imagemask eq{
4437     imageormask
4438     }{
4439     indexed_imageormask_lev1
4440     }ifelse
4441     }ifelse
4442     }ifelse
4443     cleartomark restore
4444     currentdict/_Filters known{_Filters AGMIMG_flushfilters}if
4445     end
4446     }def
4447     /indexed_image_lev2_sep
4448     {
4449     /indexed_colorspace_dict AGMCORE_gget begin
4450     begin
4451     Indexed_DeviceN not{
4452     currentcolorspace
4453     dup 1/DeviceGray put
4454     dup 3
4455     currentcolorspace 2 get 1 add string
4456     0 1 2 3 AGMCORE_get_ink_data 4 currentcolorspace 3 get length 1 sub
4457     {
4458     dup 4 idiv exch currentcolorspace 3 get exch get 255 exch sub 2 index 3 1 roll put
4459     }for
4460     put setcolorspace
4461     }if
4462     currentdict
4463     Operator/imagemask eq{
4464     AGMIMG_&imagemask
4465     }{
4466     use_mask{
4467     process_mask AGMIMG_&image
4468     }{
4469     AGMIMG_&image
4470     }ifelse
4471     }ifelse
4472     end end
4473     }def
4474     /OPIimage
4475     {
4476     dup type/dicttype ne{
4477     10 dict begin
4478     /DataSource xdf
4479     /ImageMatrix xdf
4480     /BitsPerComponent xdf
4481     /Height xdf
4482     /Width xdf
4483     /ImageType 1 def
4484     /Decode[0 1 def]
4485     currentdict
4486     end
4487     }if
4488     dup begin
4489     /NComponents 1 cdndf
4490     /MultipleDataSources false cdndf
4491     /SkipImageProc{false}cdndf
4492     /Decode[
4493     0
4494     currentcolorspace 0 get/Indexed eq{
4495     2 BitsPerComponent exp 1 sub
4496     }{
4497     1
4498     }ifelse
4499     ]cdndf
4500     /Operator/image cdndf
4501     end
4502     /sep_colorspace_dict AGMCORE_gget null eq{
4503     imageormask
4504     }{
4505     gsave
4506     dup begin invert_image_samples end
4507     sep_imageormask
4508     grestore
4509     }ifelse
4510     }def
4511     /cachemask_level2
4512     {
4513     3 dict begin
4514     /LZWEncode filter/WriteFilter xdf
4515     /readBuffer 256 string def
4516     /ReadFilter
4517     currentfile
4518     0(%EndMask)/SubFileDecode filter
4519     /ASCII85Decode filter
4520     /RunLengthDecode filter
4521     def
4522     {
4523     ReadFilter readBuffer readstring exch
4524     WriteFilter exch writestring
4525     not{exit}if
4526     }loop
4527     WriteFilter closefile
4528     end
4529     }def
4530     /spot_alias
4531     {
4532     /mapto_sep_imageormask
4533     {
4534     dup type/dicttype ne{
4535     12 dict begin
4536     /ImageType 1 def
4537     /DataSource xdf
4538     /ImageMatrix xdf
4539     /BitsPerComponent xdf
4540     /Height xdf
4541     /Width xdf
4542     /MultipleDataSources false def
4543     }{
4544     begin
4545     }ifelse
4546     /Decode[/customcolor_tint AGMCORE_gget 0]def
4547     /Operator/image def
4548     /SkipImageProc{false}def
4549     currentdict
4550     end
4551     sep_imageormask
4552     }bdf
4553     /customcolorimage
4554     {
4555     Adobe_AGM_Image/AGMIMG_colorAry xddf
4556     /customcolor_tint AGMCORE_gget
4557     <<
4558     /Name AGMIMG_colorAry 4 get
4559     /CSA[/DeviceCMYK]
4560     /TintMethod/Subtractive
4561     /TintProc null
4562     /MappedCSA null
4563     /NComponents 4
4564     /Components[AGMIMG_colorAry aload pop pop]
4565     >>
4566     setsepcolorspace
4567     mapto_sep_imageormask
4568     }ndf
4569     Adobe_AGM_Image/AGMIMG_&customcolorimage/customcolorimage load put
4570     /customcolorimage
4571     {
4572     Adobe_AGM_Image/AGMIMG_override false put
4573     current_spot_alias{dup 4 get map_alias}{false}ifelse
4574     {
4575     false set_spot_alias
4576     /customcolor_tint AGMCORE_gget exch setsepcolorspace
4577     pop
4578     mapto_sep_imageormask
4579     true set_spot_alias
4580     }{
4581     //Adobe_AGM_Image/AGMIMG_&customcolorimage get exec
4582     }ifelse
4583     }bdf
4584     }def
4585     /snap_to_device
4586     {
4587     6 dict begin
4588     matrix currentmatrix
4589     dup 0 get 0 eq 1 index 3 get 0 eq and
4590     1 index 1 get 0 eq 2 index 2 get 0 eq and or exch pop
4591     {
4592     1 1 dtransform 0 gt exch 0 gt/AGMIMG_xSign? exch def/AGMIMG_ySign? exch def
4593     0 0 transform
4594     AGMIMG_ySign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch
4595     AGMIMG_xSign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch
4596     itransform/AGMIMG_llY exch def/AGMIMG_llX exch def
4597     1 1 transform
4598     AGMIMG_ySign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch
4599     AGMIMG_xSign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch
4600     itransform/AGMIMG_urY exch def/AGMIMG_urX exch def
4601     [AGMIMG_urX AGMIMG_llX sub 0 0 AGMIMG_urY AGMIMG_llY sub AGMIMG_llX AGMIMG_llY]concat
4602     }{
4603     }ifelse
4604     end
4605     }def
4606     level2 not{
4607     /colorbuf
4608     {
4609     0 1 2 index length 1 sub{
4610     dup 2 index exch get
4611     255 exch sub
4612     2 index
4613     3 1 roll
4614     put
4615     }for
4616     }def
4617     /tint_image_to_color
4618     {
4619     begin
4620     Width Height BitsPerComponent ImageMatrix
4621     /DataSource load
4622     end
4623     Adobe_AGM_Image begin
4624     /AGMIMG_mbuf 0 string def
4625     /AGMIMG_ybuf 0 string def
4626     /AGMIMG_kbuf 0 string def
4627     {
4628     colorbuf dup length AGMIMG_mbuf length ne
4629     {
4630     dup length dup dup
4631     /AGMIMG_mbuf exch string def
4632     /AGMIMG_ybuf exch string def
4633     /AGMIMG_kbuf exch string def
4634     }if
4635     dup AGMIMG_mbuf copy AGMIMG_ybuf copy AGMIMG_kbuf copy pop
4636     }
4637     addprocs
4638     {AGMIMG_mbuf}{AGMIMG_ybuf}{AGMIMG_kbuf}true 4 colorimage
4639     end
4640     }def
4641     /sep_imageormask_lev1
4642     {
4643     begin
4644     MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{
4645     {
4646     255 mul round cvi GrayLookup exch get
4647     }currenttransfer addprocs settransfer
4648     currentdict imageormask
4649     }{
4650     /sep_colorspace_dict AGMCORE_gget/Components known{
4651     MappedCSA 0 get/DeviceCMYK eq{
4652     Components aload pop
4653     }{
4654     0 0 0 Components aload pop 1 exch sub
4655     }ifelse
4656     Adobe_AGM_Image/AGMIMG_k xddf
4657     Adobe_AGM_Image/AGMIMG_y xddf
4658     Adobe_AGM_Image/AGMIMG_m xddf
4659     Adobe_AGM_Image/AGMIMG_c xddf
4660     AGMIMG_y 0.0 eq AGMIMG_m 0.0 eq and AGMIMG_c 0.0 eq and{
4661     {AGMIMG_k mul 1 exch sub}currenttransfer addprocs settransfer
4662     currentdict imageormask
4663     }{
4664     currentcolortransfer
4665     {AGMIMG_k mul 1 exch sub}exch addprocs 4 1 roll
4666     {AGMIMG_y mul 1 exch sub}exch addprocs 4 1 roll
4667     {AGMIMG_m mul 1 exch sub}exch addprocs 4 1 roll
4668     {AGMIMG_c mul 1 exch sub}exch addprocs 4 1 roll
4669     setcolortransfer
4670     currentdict tint_image_to_color
4671     }ifelse
4672     }{
4673     MappedCSA 0 get/DeviceGray eq{
4674     {255 mul round cvi ColorLookup exch get 0 get}currenttransfer addprocs settransfer
4675     currentdict imageormask
4676     }{
4677     MappedCSA 0 get/DeviceCMYK eq{
4678     currentcolortransfer
4679     {255 mul round cvi ColorLookup exch get 3 get 1 exch sub}exch addprocs 4 1 roll
4680     {255 mul round cvi ColorLookup exch get 2 get 1 exch sub}exch addprocs 4 1 roll
4681     {255 mul round cvi ColorLookup exch get 1 get 1 exch sub}exch addprocs 4 1 roll
4682     {255 mul round cvi ColorLookup exch get 0 get 1 exch sub}exch addprocs 4 1 roll
4683     setcolortransfer
4684     currentdict tint_image_to_color
4685     }{
4686     currentcolortransfer
4687     {pop 1}exch addprocs 4 1 roll
4688     {255 mul round cvi ColorLookup exch get 2 get}exch addprocs 4 1 roll
4689     {255 mul round cvi ColorLookup exch get 1 get}exch addprocs 4 1 roll
4690     {255 mul round cvi ColorLookup exch get 0 get}exch addprocs 4 1 roll
4691     setcolortransfer
4692     currentdict tint_image_to_color
4693     }ifelse
4694     }ifelse
4695     }ifelse
4696     }ifelse
4697     end
4698     }def
4699     /sep_image_lev1_sep
4700     {
4701     begin
4702     /sep_colorspace_dict AGMCORE_gget/Components known{
4703     Components aload pop
4704     Adobe_AGM_Image/AGMIMG_k xddf
4705     Adobe_AGM_Image/AGMIMG_y xddf
4706     Adobe_AGM_Image/AGMIMG_m xddf
4707     Adobe_AGM_Image/AGMIMG_c xddf
4708     {AGMIMG_c mul 1 exch sub}
4709     {AGMIMG_m mul 1 exch sub}
4710     {AGMIMG_y mul 1 exch sub}
4711     {AGMIMG_k mul 1 exch sub}
4712     }{
4713     {255 mul round cvi ColorLookup exch get 0 get 1 exch sub}
4714     {255 mul round cvi ColorLookup exch get 1 get 1 exch sub}
4715     {255 mul round cvi ColorLookup exch get 2 get 1 exch sub}
4716     {255 mul round cvi ColorLookup exch get 3 get 1 exch sub}
4717     }ifelse
4718     AGMCORE_get_ink_data currenttransfer addprocs settransfer
4719     currentdict imageormask_sys
4720     end
4721     }def
4722     /indexed_imageormask_lev1
4723     {
4724     /indexed_colorspace_dict AGMCORE_gget begin
4725     begin
4726     currentdict
4727     MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{
4728     {HiVal mul round cvi GrayLookup exch get HiVal div}currenttransfer addprocs settransfer
4729     imageormask
4730     }{
4731     MappedCSA 0 get/DeviceGray eq{
4732     {HiVal mul round cvi Lookup exch get HiVal div}currenttransfer addprocs settransfer
4733     imageormask
4734     }{
4735     MappedCSA 0 get/DeviceCMYK eq{
4736     currentcolortransfer
4737     {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll
4738     {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll
4739     {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll
4740     {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll
4741     setcolortransfer
4742     tint_image_to_color
4743     }{
4744     currentcolortransfer
4745     {pop 1}exch addprocs 4 1 roll
4746     {3 mul HiVal mul round cvi 2 add Lookup exch get HiVal div}exch addprocs 4 1 roll
4747     {3 mul HiVal mul round cvi 1 add Lookup exch get HiVal div}exch addprocs 4 1 roll
4748     {3 mul HiVal mul round cvi Lookup exch get HiVal div}exch addprocs 4 1 roll
4749     setcolortransfer
4750     tint_image_to_color
4751     }ifelse
4752     }ifelse
4753     }ifelse
4754     end end
4755     }def
4756     /indexed_image_lev1_sep
4757     {
4758     /indexed_colorspace_dict AGMCORE_gget begin
4759     begin
4760     {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub}
4761     {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub}
4762     {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub}
4763     {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub}
4764     AGMCORE_get_ink_data currenttransfer addprocs settransfer
4765     currentdict imageormask_sys
4766     end end
4767     }def
4768     }if
4769     end
4770     systemdict/setpacking known
4771     {setpacking}if
4772     %%EndResource
4773     currentdict Adobe_AGM_Utils eq {end} if
4774     %%EndProlog
4775     %%BeginSetup
4776     Adobe_AGM_Utils begin
4777     2 2010 Adobe_AGM_Core/ds gx
4778     Adobe_AGM_Core/driver_media_override gx
4779     Adobe_CoolType_Core/ds get exec Adobe_AGM_Image/ds gx
4780     [/NamespacePush pdfmark_5
4781     [/_objdef {Doc_Metadata} /type /stream /OBJ pdfmark_5
4782     [{Doc_Metadata} 760 (% &end XMP packet& %) ReadBypdfmark_5_string
4783     <?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?>
4784     <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c015 84.158975, 2016/02/13-02:40:29 ">
4785     <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
4786     <rdf:Description rdf:about=""
4787     xmlns:xmp="http://ns.adobe.com/xap/1.0/"
4788     xmlns:pdf="http://ns.adobe.com/pdf/1.3/"
4789     xmlns:dc="http://purl.org/dc/elements/1.1/"
4790     xmp:CreateDate="2016-09-14T02:15:38Z"
4791     xmp:CreatorTool="PowerPoint"
4792     xmp:ModifyDate="2016-09-14T02:15:38Z"
4793     pdf:Keywords=""
4794     pdf:Producer="Mac OS X 10.11.6 Quartz PDFContext"
4795     dc:format="application/pdf">
4796     <dc:title>
4797     <rdf:Alt>
4798     <rdf:li xml:lang="x-default">mitgcm_package_organisation</rdf:li>
4799     </rdf:Alt>
4800     </dc:title>
4801     </rdf:Description>
4802     </rdf:RDF>
4803     </x:xmpmeta>
4804    
4805    
4806    
4807    
4808    
4809    
4810    
4811    
4812    
4813    
4814    
4815    
4816    
4817    
4818    
4819    
4820     <?xpacket end='w'?>
4821    
4822    
4823     % &end XMP packet& %
4824    
4825     [{Doc_Metadata} 2 dict begin /Type /Metadata def /Subtype /XML def currentdict end /PUT pdfmark_5
4826     [/Document 1 dict begin /Metadata {Doc_Metadata} def currentdict end /BDC pdfmark_5
4827     [/NamespacePop pdfmark_5
4828     currentdict Adobe_AGM_Utils eq {end} if
4829     %%EndSetup
4830     %%Page: 1 1
4831     %%EndPageComments
4832     %%BeginPageSetup
4833     Adobe_AGM_Utils begin
4834     Adobe_AGM_Core/ps gx
4835     Adobe_AGM_Core/driver_media_override gx
4836     Adobe_AGM_Utils/capture_cpd gx
4837     Adobe_CoolType_Core/ps get exec Adobe_AGM_Image/ps gx
4838     Adobe_AGM_Core/ps gx
4839     gsave
4840     /0
4841     [/DeviceCMYK] /CSA add_res
4842     grestore
4843     Adobe_AGM_Core/pt gx
4844     %%EndPageSetup
4845     1 -1 scale 0 -540 translate
4846     pgsv
4847     [1 0 0 1 0 0 ]ct
4848     gsave
4849     np
4850     gsave
4851     0 0 mo
4852     0 540 li
4853     720 540 li
4854     720 0 li
4855     cp
4856     clp
4857     gsave
4858     0 540 mo
4859     720 540 li
4860     720 0 li
4861     0 0 li
4862     cp
4863     clp
4864     0 0 mo
4865     720 0 li
4866     720 540 li
4867     0 540 li
4868     cp
4869     false sop
4870     0 0 0 0 cmyk
4871     f
4872     3 lw
4873     0 lc
4874     1 lj
4875     10 ml
4876     [] 0 dsh
4877     true sadj
4878     6 30.0002 mo
4879     6 26.6864 8.68636 24 12.0002 24 cv
4880     144 24 li
4881     147.314 24 150 26.6864 150 30.0002 cv
4882     150 53.9998 li
4883     150 57.3137 147.314 60 144 60 cv
4884     12.0002 60 li
4885     8.68636 60 6 57.3137 6 53.9998 cv
4886     cp
4887     .75021 .679683 .670222 .90164 cmyk
4888     @
4889     6 103 mo
4890     6 95.8205 11.8204 90 19.0003 90 cv
4891     137 90 li
4892     144.18 90 150 95.8205 150 103 cv
4893     150 155 li
4894     150 162.18 144.18 168 137 168 cv
4895     19.0003 168 li
4896     11.8204 168 6 162.18 6 155 cv
4897     cp
4898     @
4899     6 247 mo
4900     6 239.82 11.8204 234 19.0003 234 cv
4901     137 234 li
4902     144.18 234 150 239.82 150 247 cv
4903     150 299 li
4904     150 306.18 144.18 312 137 312 cv
4905     19.0003 312 li
4906     11.8204 312 6 306.18 6 299 cv
4907     cp
4908     @
4909     6 343 mo
4910     6 335.82 11.8204 330 19.0003 330 cv
4911     137 330 li
4912     144.18 330 150 335.82 150 343 cv
4913     150 395 li
4914     150 402.18 144.18 408 137 408 cv
4915     19.0003 408 li
4916     11.8204 408 6 402.18 6 395 cv
4917     cp
4918     @
4919     6 443 mo
4920     6 436.925 10.9249 432 17.0002 432 cv
4921     139 432 li
4922     145.075 432 150 436.925 150 443 cv
4923     150 487 li
4924     150 493.075 145.075 498 139 498 cv
4925     17.0002 498 li
4926     10.9249 498 6 493.075 6 487 cv
4927     cp
4928     @
4929     132 330 mo
4930     708 330 li
4931     708 414 li
4932     132 414 li
4933     cp
4934     0 .993988 1 0 cmyk
4935     f
4936     0 lj
4937     8 ml
4938     132 330 mo
4939     708 330 li
4940     708 414 li
4941     132 414 li
4942     cp
4943     .75021 .679683 .670222 .90164 cmyk
4944     @
4945     %ADOBeginSubsetFont: JAAAAA+ArialMT Initial
4946     ct_T42Dict begin
4947     -0.664 -0.324 2 1.039
4948     256 array 0 1 255 {1 index exch /.notdef put} for /JAAAAA+ArialMT
4949     Type42DictBegin
4950     [<000100000008000800080008676c796600000000000001fc00000ac86865
4951     6164000000000000008c000000366868656100000000000000c400000024
4952     686d747800000000000000e80000008c6c6f636100000000000001740000
4953     00486d61787000000000000001bc000000206e616d6500000000000001dc
4954     0000002067646972000000000000000000000000000100000006cccde15c
4955     077f5f0f3cf5081b080000000000a2e3272a00000000cd50d516faaffd67
4956     1000085100000009000100000000000000010000073efe4e00431000faaf
4957     fa7a10000001000000000000000000000000000000230600010002390000
4958     023900ba0556fffd0556009605c70066055600a204e300a80639006d0239
4959     00bf063900630556005c04e3003005c700a10473004a0400005004730046
4960     0473004b02390013047300420473008701c700880400008801c7008306aa
4961     008704730087047300440473008702aa00850400003f0239002404730083
4962     05c70006040000210400002800000015001500200041008300b600cd00e2
4963     0121012d016201ac01be01e302360263029202c802ec032c034e0361037c
4964     038803bc03e0040c043d045b04a304c904f1051805480564000100000023
4965     02b5003c00ca000700020010002f00010000000000000005000200000001
4966     00120001000000000006000e0000504b4b574e512b417269616c4d5400>
4967     [2761 ] AllocGlyphStorage
4968     ]def
4969     76 12
4970     PrepFor2015
4971     Type42DictEnd
4972     1 452 8 <0001006dffe705b905d30025000001352511060423222402353412243332
4973     041617072e02232206060706151412043332363711034c026d8ffed0a0d8
4974     fe9fb4b30150db9f01019226af2162b66f85c2772138870102917ef03e02
4975     3fac01fde07273b9015ed8d60173b467b8943070804d51844f889fc4fef8
4976     806137011100>JAAAAA+ArialMT AddT42Char
4977     1 1316 17 <0002004bffe8041e043e0015001d00000117060623220011100033320011
4978     14072116163332360121262726232206035eba2ceeb9e9feef0114dcd501
4979     0e01fce80ab285638cfdda02510c3856897ca9015617a3b4011f0103010c
4980     0128fedefef91020afba680195864368a600>JAAAAA+ArialMT AddT42Char
4981     1 1912 25 <00010087000003e6043e0016000033113315363332161617161511231134
4982     2626232206151187a275dd60a150100ab42a6b4873a7042697af45704d32
4983     7dfd7302866e6d4192ccfdbc>JAAAAA+ArialMT AddT42Char
4984     1 2170 28 <00010085000002c6043e0011000033113315363633321707262322060706
4985     151185a23e693f5b5e3e42423b5e141e0426a171483aa727473f6072fdd4
4986     >JAAAAA+ArialMT AddT42Char
4987     1 966 14 <0002004affe8041c043e0028003700002506062322263534363637363736
4988     37363534272623220607273e02333216161716151514161723260306070e
4989     02151416333236373635033c64b96aafbc477348356bda67013345887f79
4990     1db0186ed08988aa5010091722bc1c1762c46f5c326d6968a2261d835546
4991     ab854e814e140e0d1a24250a6e2d3d597118718b4b40614a2e78f0fb853d
4992     3801dd281c10284d2f48605b4f3d7700>JAAAAA+ArialMT AddT42Char
4993     1 1784 23 <000100830000013705ba000300003311331183b405bafa46>JAAAAA+ArialMT AddT42Char
4994    
4995     1 0 1 <> JAAAAA+ArialMT AddT42Char
4996     1 2072 27 <00020087fe690421043e0012001e00001311331536363332161615140206
4997     232226271103141633323635342623220687a43a926888d06a75df7b5a8f
4998     2e11a67678aba77473b1fe6905bd8a51518cff98a3fefb8b4c3afdfb03a4
4999     cdc4cbd5cbcad700>JAAAAA+ArialMT AddT42Char
5000     1 2450 31 <00010083ffe803e004260018000021350623222626272635113311141716
5001     163332363635113311033f7cd55ea34f100bb40b116e51518e3bb49cb448
5002     6d4f35730292fdb38d314751538f880239fbda00>JAAAAA+ArialMT AddT42Char
5003     1 1984 26 <00020044ffe80427043e000d001900001310373633320015140606232200
5004     13141633323635342623220644a489c5db01167beb8bdffeedb9b28786b2
5005     b38587b2021301278e76fee1fdcdeb82011e010dcccbccd1c5cbca00>JAAAAA+ArialMT AddT42Char
5006     1 2230 29 <0001003fffe803b1043e003000001337161633323635342726272e023534
5007     363736363332161617072626232206151417161716171e02151406062322
5008     263fb20f897b7c78352593c6994f41382a91537dbd5a11b00c73697c6a16
5009     162f1b84bf975669c67dcfd9013d1c6b7265443d2318253249814e477928
5010     1f2b487b6718525c5237231c1d130a2433417c5c5a9f57ac>JAAAAA+ArialMT AddT42Char
5011     1 1132 15 <00010050ffe803ed043e001a000001170606232200113412363332161707
5012     2626232206151416333236033cb11defaedafef772e989addc1faf197f5a
5013     88aaa4846a8e018517b7cf011d010aac010281afa11b6b6cc3d3d6c28200
5014     >JAAAAA+ArialMT AddT42Char
5015     1 1808 24 <0001008700000626043e0023000033113315363633321617363332161511
5016     231134262623220615112311342623220606151187a132a66a76971f7eca
5017     9eaab3235c3e7094b458644c813a0426954e5f6258baafb6fd27029d6c5f
5018     3a95a4fd9702b27878509a91fdd9>JAAAAA+ArialMT AddT42Char
5019     1 2374 30 <00010024fff2022a05990017000025170623222626351123353311371133
5020     152311141616333202101a4c3c626c2c8484b3b5b5132b281ea19f103e65
5021     a202638c01076cfe8d8cfd934d2c1a00>JAAAAA+ArialMT AddT42Char
5022     1 1692 21 <000200880000013c05ba000300070000133533150311331188b4b4b404eb
5023     cfcffb150426fbda>JAAAAA+ArialMT AddT42Char
5024     1 1424 18 <000100130000028005d30017000033112335333534373636333217072623
5025     2206151533152311b29f9f131a83764c5c1b38325244cfcf039a8c716b34
5026     4657129d0a4660628cfc6600>JAAAAA+ArialMT AddT42Char
5027     1 1730 22 <00010088000003f805ba000b000033113311013301012301071188b401aa
5028     e9fe6a01bfdefea17f05bafcbc01b0fe76fd64021f7afe5b>JAAAAA+ArialMT AddT42Char
5029     1 1496 19 <00020042fe5103ea043e001e002a00001717161716333236373627062322
5030     023534123633321735331114060623222613141633323635342623220666
5031     af0b3243747d88180e0176b0dbf06ed18dbc7aa665dba0beea99a67d7ca8
5032     ad7a78a8581a512532645a37b08b013cdd9801018c9880fc6af8cf78ab03
5033     2ad1c0bfccc3c6c3>JAAAAA+ArialMT AddT42Char
5034     1 42 2 <000100ba0000018700cd0003000033353315bacdcdcd>JAAAAA+ArialMT AddT42Char
5035     1 0 0 <00020100000005000500000300070000211121112521112101000400fc20
5036     03c0fc400500fb002004c000>JAAAAA+ArialMT AddT42Char
5037     JAAAAA+ArialMT /CharStrings get begin
5038     /g8 8 def
5039     /g17 17 def
5040     /g25 25 def
5041     /g28 28 def
5042     /g14 14 def
5043     /g23 23 def
5044     /g1 1 def
5045     /g27 27 def
5046     /g31 31 def
5047     /g26 26 def
5048     /g29 29 def
5049     /g15 15 def
5050     /g24 24 def
5051     /g30 30 def
5052     /g21 21 def
5053     /g18 18 def
5054     /g22 22 def
5055     /g19 19 def
5056     /g2 2 def
5057     end
5058     JAAAAA+ArialMT /Encoding get
5059     dup 33 /g8 put
5060     dup 34 /g17 put
5061     dup 35 /g25 put
5062     dup 36 /g28 put
5063     dup 37 /g14 put
5064     dup 38 /g23 put
5065     dup 39 /g1 put
5066     dup 40 /g27 put
5067     dup 41 /g31 put
5068     dup 42 /g26 put
5069     dup 43 /g29 put
5070     dup 44 /g15 put
5071     dup 45 /g24 put
5072     dup 46 /g30 put
5073     dup 47 /g21 put
5074     dup 48 /g18 put
5075     dup 49 /g22 put
5076     dup 50 /g19 put
5077     dup 51 /g2 put
5078     pop
5079     end
5080     %ADOEndSubsetFont
5081     /BVNSTL+ArialMT /JAAAAA+ArialMT findfont ct_VMDictPut /BVNSTL+ArialMT*1 [33{/.notdef}rp /g8 /g17 /g25 /g28 /g14 /g23 /g1 /g27 /g31 /g26 /g29 /g15 /g24 /g30 /g21 /g18 /g22 /g19 /g2 204{/.notdef}rp] BVNSTL+ArialMT nf BVNSTL+ArialMT*1 [14 0 0 -14 0 0 ]msf 13.2 345.35 mo (!"#"$%&'\(\)$\(*+"') [10.8752 7.7504 7.75039 7.7504 4.6255 7.7504 3.1248 3.8752 7.7504 7.7504 4.6255 7.7504 7.7504 7 7.7504 0 ]xsh 13.2 361.35 mo (,*-\(\).%./*#%&') [7 7.7504 11.6255 7.7504 7.7504 3.8752 7.75039 3.8752 3.1248 7.7504 7.7504 7.7504 3.1248 0 ]xsh 13.2 378.35 mo (/#0$%+.$\),.\)$") [3.1248 7.7504 3.8752 4.6255 7.7504 7 3.8752 4.6255 7.7504 7 3.87519 7.7504 4.62549 0 ]xsh 13.2 395.35 mo (\(%,1%2"+3) [7.7504 7.7504 7 7 7.7504 7.7504 7.75039 7 0 ]xsh 132 432 mo
5082     708 432 li
5083     708 504 li
5084     132 504 li
5085     cp
5086     .25272 .0138247 .0995193 0 cmyk
5087     f
5088     132 432 mo
5089     708 432 li
5090     708 504 li
5091     132 504 li
5092     cp
5093     .75021 .679683 .670222 .90164 cmyk
5094     @
5095     %ADOBeginSubsetFont: JAAAAA+ArialMT AddGlyphs
5096     ct_T42Dict begin
5097     systemdict /gcheck known {currentglobal BVNSTL+ArialMT gcheck setglobal} if
5098     1 410 7 <000100a80000048505ba0009000033112115211121152111a803ddfce502
5099     b0fd5005baadfe3aadfd6600>BVNSTL+ArialMT AddT42Char
5100     1 1222 16 <00020046ffe803df05ba0011001d00002135062322262635341236333216
5101     17113311011416333236353426232206033865c47fd5756ad48360962fb3
5102     fd20ac7576a5a87b78a1869e8cfba39f01038a5141020efa460212cccac1
5103     c6daccc4>BVNSTL+ArialMT AddT42Char
5104     1 708 11 <0001005cffe704eb05d30030000013371e02333236363534262726242726
5105     263534363633321616170726262322061514171604171616151406062322
5106     24265cb70d5fc87d6faa53505c3bfe6c5169677ef294a3f98605ba0fada9
5107     b0a1393801d958807a86fb9dc7fef39901d7106e8d574273444567231761
5108     2b37a3656fc16469cc810e8b8e815b4f33336b283bb57675cf7374e9>BVNSTL+ArialMT AddT42Char
5109     1 2704 34 <00010028000003d40426000e000033350106232135211501073633211528
5110     02a47358fe4f0364fdc16f796a01eb920308069277fd5e7b099b>BVNSTL+ArialMT AddT42Char
5111     BVNSTL+ArialMT /CharStrings get begin
5112     /g7 7 def
5113     /g16 16 def
5114     /g11 11 def
5115     /g34 34 def
5116     end
5117     BVNSTL+ArialMT /Encoding get
5118     dup 52 /g7 put
5119     dup 53 /g16 put
5120     dup 54 /g11 put
5121     dup 55 /g34 put
5122     pop
5123     systemdict /gcheck known {setglobal} if
5124     end
5125     %ADOEndSubsetFont
5126     /BVNSTL+ArialMT*1 [33{/.notdef}rp /g8 /g17 /g25 /g28 /g14 /g23 /g1 /g27 /g31 /g26 /g29 /g15 /g24 /g30 /g21 /g18 /g22 /g19 /g2 /g7 /g16 /g11 /g34 200{/.notdef}rp] BVNSTL+ArialMT nf BVNSTL+ArialMT*1 [14 0 0 -14 0 0 ]msf 15.075 450.85 mo (4*\)#5%./*#') [8.49929 7.7574 7.7574 7.7574 7.7574 7.7574 3.8794 3.1234 7.7574 7.75739 0 ]xsh 15.075 466.85 mo (,*5") [7 7.7504 7.75039 0 ]xsh 13.2 114.85 mo (6\(",/%&/7"5') [9.3745 7.7504 7.7504 7 3.1248 7.7504 3.1248 3.1248 7 7.7504 7.7504 0 ]xsh 13.2 130.85 mo (\(%,1%2"+3) [7.7504 7.7504 7 7 7.7504 7.7504 7.75039 7 0 ]xsh 192 444 mo
5127     264 444 li
5128     264 486 li
5129     192 486 li
5130     cp
5131     .25272 .0138247 .0995193 0 cmyk
5132     f
5133     1 lw
5134     192 444 mo
5135     264 444 li
5136     264 486 li
5137     192 486 li
5138     cp
5139     .75021 .679683 .670222 .90164 cmyk
5140     @
5141     %ADOBeginSubsetFont: LAAAAA+Arial-ItalicMT Initial
5142     ct_T42Dict begin
5143     -0.516 -0.324 1.355 0.996
5144     256 array 0 1 255 {1 index exch /.notdef put} for /LAAAAA+Arial-ItalicMT
5145     Type42DictBegin
5146     [<000100000008000800080008676c796600000000000001ac0000066a6865
5147     6164000000000000008c000000366868656100000000000000c400000024
5148     686d747800000000000000e8000000506c6f636100000000000001380000
5149     002a6d6178700000000000000164000000206e616d650000000000000184
5150     0000002867646972000000000000000000000000000100000006cccdc655
5151     86815f0f3cf50819080000000000a372c2bf00000000cd50d514fbddfd67
5152     0adf07fb00020009000100000000000000010000073efe4e00430aaafbdd
5153     fa520adf0021000700000000000000000000000000140600010002390000
5154     031d00ec0239ff980473005a040000730473006c0473006a0239005d01c7
5155     003d01c7003606aa004304730044047300640473ffeb02aa00440400004e
5156     02390073047300800400fffd0000001500150042005100a200cf0103013b
5157     01610177018501c701ef0223025a027802bb02e703120335000000010000
5158     001400f2003c006e000500020010002f0001000000000000000400020000
5159     000100120001000000000006001500005144574447482b417269616c2d49
5160     74616c69634d540000>
5161     [1643 ] AllocGlyphStorage
5162     ]def
5163     76 12
5164     PrepFor2015
5165     Type42DictEnd
5166     1 778 11 <0001004300000680043e002a000033133307363633321617363633321615
5167     14070323133635342623220606070323133635342623220606070343deb5
5168     25659f5d63851551b3638585178fb59213423c51a85d236cb5961041344d
5169     a96a22690426af7156695e64637e723171fd5402be5625343c629fa5fdfd
5170     02cd491f344062afa2fe0a00>LAAAAA+Arial-ItalicMT AddT42Char
5171     1 990 13 <00020064ffe80452043e000e002000001310373633321615140204232226
5172     2637141633323e02373635342623220e0264b797f5c0eb94feef977ccb6b
5173     b5906f3a726245151f916e558c713501930137cca8f0ccb7fec5a86ac291
5174     969b2f607b47635b909f519ccf00>LAAAAA+Arial-ItalicMT AddT42Char
5175     1 414 6 <0002006cffe804c905ba000f001f00002506232226353412363332171333
5176     0123011416163332373635342623220e0203109ba997c99fef78c66578b4
5177     fecea7fe302c6a4a7b64868464416b69489ab2dfd4c20141a0bf023bfa46
5178     01bd6f805580aafa7e8e3a8bd600>LAAAAA+Arial-ItalicMT AddT42Char
5179     1 518 7 <0002006affe80441043e0019002200000117060423222626353412243332
5180     1615140721061514163332360121363534262322060350b026feefbd76c5
5181     67a1010095bee30efcf20489635db4fe24025401886b74bf01691283ec6d
5182     d085ae01479feccc4e521f19959d7a017a1c0c8891a0>LAAAAA+Arial-ItalicMT AddT42Char
5183     1 750 10 <000100360000021d05ba0003000033013301360132b5fece05bafa46>LAAAAA+Arial-ItalicMT AddT42Char
5184     1 132 3 <0001ff98ffe8034905d300030000070133016803149dfcec1805ebfa1500
5185     >LAAAAA+Arial-ItalicMT AddT42Char
5186     1 1264 16 <0001004effe80403043e002c000013371416163332363534272624272626
5187     353436333216170726262322061514171617161716151406062322272655
5188     b530815678782425fee1284344c8b4c8d104b10480755e682d1e7dd03656
5189     61c787b88181016b0b4e6e4660412f2a2a7b19296f487eb4b9970c607056
5190     3232261a365a3453774f985b5b5b>LAAAAA+Arial-ItalicMT AddT42Char
5191     1 1204 15 <000100440000035b043e000f000033133307363633321707262322060303
5192     44dea02d529d52364f4a2f385fc8395a0426d97b7627a822d4feedfe5600
5193     >LAAAAA+Arial-ItalicMT AddT42Char
5194     1 324 5 <00010073ffe80416043e001b000001170606232226353412243332161507
5195     2626232206021514163332360321b544fba0add78a0101a5abc8b201735e
5196     6da05b785858a1018313c7c1e0c9ae0150afc19f0c65728afee782888886
5197     >LAAAAA+Arial-ItalicMT AddT42Char
5198     1 42 2 <000100ec0363038105d30018000013371617262733060736371706071617
5199     072627060727363726ec2e9f48130191031467852e7f7a3d6f783a4f4a38
5200     7674328104ad8e3829b5446395342c8e2a0e3588554f888d4a558f2e1900
5201     >LAAAAA+Arial-ItalicMT AddT42Char
5202     1 0 0 <00020100000005000500000300070000211121112521112101000400fc20
5203     03c0fc400500fb002004c000>LAAAAA+Arial-ItalicMT AddT42Char
5204     LAAAAA+Arial-ItalicMT /CharStrings get begin
5205     /g11 11 def
5206     /g13 13 def
5207     /g6 6 def
5208     /g7 7 def
5209     /g10 10 def
5210     /g3 3 def
5211     /g16 16 def
5212     /g15 15 def
5213     /g5 5 def
5214     /g2 2 def
5215     end
5216     LAAAAA+Arial-ItalicMT /Encoding get
5217     dup 33 /g11 put
5218     dup 34 /g13 put
5219     dup 35 /g6 put
5220     dup 36 /g7 put
5221     dup 37 /g10 put
5222     dup 38 /g3 put
5223     dup 39 /g16 put
5224     dup 40 /g15 put
5225     dup 41 /g5 put
5226     dup 42 /g2 put
5227     pop
5228     end
5229     %ADOEndSubsetFont
5230     /BVNSTM+Arial-ItalicMT /LAAAAA+Arial-ItalicMT findfont ct_VMDictPut /BVNSTM+Arial-ItalicMT*1 [33{/.notdef}rp /g11 /g13 /g6 /g7 /g10 /g3 /g16 /g15 /g5 /g2 213{/.notdef}rp] BVNSTM+Arial-ItalicMT nf BVNSTM+Arial-ItalicMT*1 [10 0 0 -10 0 0 ]msf 202.375 469.8 mo (!"#$%&'\(\)) [8.37492 5.49998 5.5 5.5 2.25 2.75 5 3.37492 0 ]xsh BVNSTM+Arial-ItalicMT*1 [12 0 0 -12 0 0 ]msf 245.625 469.8 mo (&*) [3.3756 0 ]xsh 318 444 mo
5231     390 444 li
5232     390 486 li
5233     318 486 li
5234     cp
5235     .25272 .0138247 .0995193 0 cmyk
5236     f
5237     318 444 mo
5238     390 444 li
5239     390 486 li
5240     318 486 li
5241     cp
5242     .75021 .679683 .670222 .90164 cmyk
5243     @
5244     %ADOBeginSubsetFont: LAAAAA+Arial-ItalicMT AddGlyphs
5245     ct_T42Dict begin
5246     systemdict /gcheck known {currentglobal BVNSTM+Arial-ItalicMT gcheck setglobal} if
5247     1 706 9 <0002003d0000022405ba000300070000013733070113330301452bb42bfe
5248     44deb5de04edcdcdfb130426fbda>BVNSTM+Arial-ItalicMT AddT42Char
5249     1 910 12 <0001004400000439043e0017000033133307363633321615140703231336
5250     353426232206070344dea4276bba6181931a87b58d1549458bd933670426
5251     b96d648c753b7ffd7d02a1622f3542c8f3fe1200>BVNSTM+Arial-ItalicMT AddT42Char
5252     BVNSTM+Arial-ItalicMT /CharStrings get begin
5253     /g9 9 def
5254     /g12 12 def
5255     end
5256     BVNSTM+Arial-ItalicMT /Encoding get
5257     dup 43 /g9 put
5258     dup 44 /g12 put
5259     pop
5260     systemdict /gcheck known {setglobal} if
5261     end
5262     %ADOEndSubsetFont
5263     /BVNSTM+Arial-ItalicMT*1 [33{/.notdef}rp /g11 /g13 /g6 /g7 /g10 /g3 /g16 /g15 /g5 /g2 /g9 /g12 211{/.notdef}rp] BVNSTM+Arial-ItalicMT nf BVNSTM+Arial-ItalicMT*1 [10 0 0 -10 0 0 ]msf 328.688 469.8 mo (!"#$%&+,\)) [8.37491 5.495 5.495 5.495 2.24503 2.745 2.245 5.495 0 ]xsh BVNSTM+Arial-ItalicMT*1 [12 0 0 -12 0 0 ]msf 371.313 469.8 mo (&*) [3.37558 0 ]xsh 438 444 mo
5264     510 444 li
5265     510 486 li
5266     438 486 li
5267     cp
5268     .25272 .0138247 .0995193 0 cmyk
5269     f
5270     438 444 mo
5271     510 444 li
5272     510 486 li
5273     438 486 li
5274     cp
5275     .75021 .679683 .670222 .90164 cmyk
5276     @
5277     %ADOBeginSubsetFont: LAAAAA+Arial-ItalicMT AddGlyphs
5278     ct_T42Dict begin
5279     systemdict /gcheck known {currentglobal BVNSTM+Arial-ItalicMT gcheck setglobal} if
5280     1 1486 18 <00010080ffe8047604260019000025062322263534371333030615141633
5281     323636373637133303230319bfc87b972280b58e1249474c916921161d60
5282     b5dea7c0d88d6643a30265fd59552f3c434a7e56378a01cbfbda>BVNSTM+Arial-ItalicMT AddT42Char
5283     1 1094 14 <0002ffebfe690448043e0011002100000301330736363332161514020606
5284     23222703131417161633321235342623220e02150133a71f5d935298c86e
5285     a0a456bf6978b11119724b9cc0816045766542fe6905bd94614bddcea6fe
5286     efa64ec2fdbf0349772e4150015fb787934991d2>BVNSTM+Arial-ItalicMT AddT42Char
5287     BVNSTM+Arial-ItalicMT /CharStrings get begin
5288     /g18 18 def
5289     /g14 14 def
5290     end
5291     BVNSTM+Arial-ItalicMT /Encoding get
5292     dup 45 /g18 put
5293     dup 46 /g14 put
5294     pop
5295     systemdict /gcheck known {setglobal} if
5296     end
5297     %ADOEndSubsetFont
5298     /BVNSTM+Arial-ItalicMT*1 [33{/.notdef}rp /g11 /g13 /g6 /g7 /g10 /g3 /g16 /g15 /g5 /g2 /g9 /g12 /g18 /g14 209{/.notdef}rp] BVNSTM+Arial-ItalicMT nf BVNSTM+Arial-ItalicMT*1 [10 0 0 -10 0 0 ]msf 445.688 469.8 mo ($$'-..&'\(\)) [5.49997 5.5 5 5.5 5.5 5.5 2.75 5 3.37494 0 ]xsh BVNSTM+Arial-ItalicMT*1 [12 0 0 -12 0 0 ]msf 494.313 469.8 mo (&*) [3.37558 0 ]xsh 564 444 mo
5299     636 444 li
5300     636 486 li
5301     564 486 li
5302     cp
5303     .25272 .0138247 .0995193 0 cmyk
5304     f
5305     564 444 mo
5306     636 444 li
5307     636 486 li
5308     564 486 li
5309     cp
5310     .75021 .679683 .670222 .90164 cmyk
5311     @
5312     BVNSTM+Arial-ItalicMT*1 [10 0 0 -10 0 0 ]msf 572 469.8 mo ($$'-..&+,\)) [5.49994 5.5 5 5.5 5.5 5.5 2.75 2.25 5.5 0 ]xsh BVNSTM+Arial-ItalicMT*1 [12 0 0 -12 0 0 ]msf 620 469.8 mo (&*) [3.37555 0 ]xsh 132 91.25 mo
5313     210 91.25 li
5314     210 223.25 li
5315     132 223.25 li
5316     cp
5317     .454139 0 1 0 cmyk
5318     f
5319     132 91.25 mo
5320     210 91.25 li
5321     210 223.25 li
5322     132 223.25 li
5323     cp
5324     .75021 .679683 .670222 .90164 cmyk
5325     @
5326     %ADOBeginSubsetFont: JAAAAA+ArialMT AddGlyphs
5327     ct_T42Dict begin
5328     systemdict /gcheck known {currentglobal BVNSTL+ArialMT gcheck setglobal} if
5329     1 130 4 <00030096000004e905ba0011001d002a0000331121321616151406071616
5330     15140e0223012132373636353426262321112132373e0235342626232196
5331     0226a8cb736667858f5780c18cfe93013d81384a4b46829efedb016d5e26
5332     435a3a54958cfead05ba59b9655ea63327bc8067b1603103521116664d49
5333     6f29fba0070c386b46527931>BVNSTL+ArialMT AddT42Char
5334     1 1624 20 <00010087000003e805ba0014000033113311363332161615112311342623
5335     220606151187b47ec076ae4bb4756b508d3c05bafdf2925da49cfd5f02a1
5336     877b538e7dfdbb00>BVNSTL+ArialMT AddT42Char
5337     1 2608 33 <00010021fe5103ee0426001a000013271633323637363736370133131617
5338     36371333010607060623227f143b2c3c48171126050bfe6dc2dd2b221f2b
5339     e3b4fe6c4124307c5634fe67a91028241b6b0f1d0428fd9975817c76026b
5340     fbc8af425953>BVNSTL+ArialMT AddT42Char
5341     BVNSTL+ArialMT /CharStrings get begin
5342     /g4 4 def
5343     /g20 20 def
5344     /g33 33 def
5345     end
5346     BVNSTL+ArialMT /Encoding get
5347     dup 56 /g4 put
5348     dup 57 /g20 put
5349     dup 58 /g33 put
5350     pop
5351     systemdict /gcheck known {setglobal} if
5352     end
5353     %ADOEndSubsetFont
5354     /BVNSTL+ArialMT*1 [33{/.notdef}rp /g8 /g17 /g25 /g28 /g14 /g23 /g1 /g27 /g31 /g26 /g29 /g15 /g24 /g30 /g21 /g18 /g22 /g19 /g2 /g7 /g16 /g11 /g34 /g4 /g20 /g33 197{/.notdef}rp] BVNSTL+ArialMT nf BVNSTL+ArialMT*1 [10 0 0 -10 0 0 ]msf 133.2 104.85 mo (8/*2"*,9"-/+.$:) [6.62506 2.25002 5.49998 5.5 5.5 5.5 5 5.5 5.5 8.37492 2.25 5 2.75 3.37492 0 ]xsh 133.2 106.35 mo
5355     151.7 106.35 li
5356     170.2 106.35 li
5357     188.7 106.35 li
5358     207.2 106.35 li
5359     207.2 107.35 li
5360     188.7 107.35 li
5361     170.2 107.35 li
5362     151.7 107.35 li
5363     133.2 107.35 li
5364     cp
5365     ef
5366     %ADOBeginSubsetFont: JAAAAA+ArialMT AddGlyphs
5367     ct_T42Dict begin
5368     systemdict /gcheck known {currentglobal BVNSTL+ArialMT gcheck setglobal} if
5369     1 856 12 <00010030000004ba05ba0007000021112135211521110213fe1d048afe1b
5370     050dadadfaf3>BVNSTL+ArialMT AddT42Char
5371     BVNSTL+ArialMT /CharStrings get begin
5372     /g12 12 def
5373     end
5374     BVNSTL+ArialMT /Encoding get
5375     dup 59 /g12 put
5376     pop
5377     systemdict /gcheck known {setglobal} if
5378     end
5379     %ADOEndSubsetFont
5380     /BVNSTL+ArialMT*1 [33{/.notdef}rp /g8 /g17 /g25 /g28 /g14 /g23 /g1 /g27 /g31 /g26 /g29 /g15 /g24 /g30 /g21 /g18 /g22 /g19 /g2 /g7 /g16 /g11 /g34 /g4 /g20 /g33 /g12 196{/.notdef}rp] BVNSTL+ArialMT nf BVNSTL+ArialMT*1 [10 0 0 -10 0 0 ]msf 133.2 116.85 mo (%#5';$%,"$+) [5.49998 5.5 5.5 2.75 6.12492 3.37492 5.5 5 5.5 3.37492 0 ]xsh 133.2 118.35 mo
5381     150.867 118.35 li
5382     168.533 118.35 li
5383     186.2 118.35 li
5384     186.2 119.35 li
5385     168.533 119.35 li
5386     150.867 119.35 li
5387     133.2 119.35 li
5388     cp
5389     ef
5390     %ADOBeginSubsetFont: NAAAAA+Arial-BoldMT Initial
5391     ct_T42Dict begin
5392     -0.625 -0.375 2 1.055
5393     256 array 0 1 255 {1 index exch /.notdef put} for /NAAAAA+Arial-BoldMT
5394     Type42DictBegin
5395     [<000100000008000800080008676c7966000000000000023000000c4c6865
5396     6164000000000000008c000000366868656100000000000000c400000024
5397     686d747800000000000000e8000000a86c6f636100000000000001900000
5398     00566d61787000000000000001e8000000206e616d650000000000000208
5399     0000002867646972000000000000000000000000000100000006cccd279e
5400     e6625f0f3cf50819080000000000a2e33c1d00000000cd50d517fafafcfd
5401     1000087200010009000100000000000000010000073efe4e00431000fafa
5402     fa7a100000010000000000000000000000000000002a0600010002390000
5403     02aa006b02aa004304730056047300a2047300330473004d047300530473
5404     004105c7000005c7009605c7006105c700940556009504e3009706390062
5405     05c700960239008c05c7009904e3009d06aa009105c70098063900590556
5406     009505c700960556004a04e3002c05c700930556ffff078d000705560000
5407     0556fffd04e300160473ffed0473004904e300920239009304e3009104e3
5408     0052031d008702aa001f00000015001500370057009000a600d901190161
5409     019c01b8020002320267027e029302ca02e302f0030d031c033a03520385
5410     03b203e804300442046d048304a504c504de04f4050105500577058d05b2
5411     05de05fc0626000000010000002a02d2003c0094000600020010002f0001
5412     000000000000000500020000000100120001000000000006001300004e55
5413     5648414a2b417269616c2d426f6c644d5400000000>
5414     [3149 ] AllocGlyphStorage
5415     ]def
5416     76 12
5417     PrepFor2015
5418     Type42DictEnd
5419     1 1124 13 <000200940000056105ba0010001f00001321321716161215140706070607
5420     06232101113332373e023534262627262394021db76081b8602d37664d83
5421     62a4fdd30128dd7c37485f3c3c6c533eb505ba1c26c2fee7ceb583a0634b
5422     2a1f04c2fc350e1256c5aaaab666120e>NAAAAA+Arial-BoldMT AddT42Char
5423     1 1478 18 <0001008c000001b405ba00030000331121118c012805bafa4600>NAAAAA+Arial-BoldMT AddT42Char
5424     1 1024 12 <00010061ffe7055e05d3001a000001050604232000111000212017161705
5425     2626232206111016333236043f011f42fecdecfedcfe88017a0134010da8
5426     6432fedb1aa576a3cbc8a076aa021b5bf0e9018f015a016e01959f5eb046
5427     7284eafefafeeaec9600>NAAAAA+Arial-BoldMT AddT42Char
5428     1 1318 16 <00010062ffe705bd05d30020000001352111060423222402353412373633
5429     2004170526262322061510123332363735033f027e5dfe9fb5e6feaaacc0
5430     b98dd2011101332cfeda1fab80c2e5e8bc5dbb43021bf7fdb85a89c10167
5431     d3e501645f49e5ca376c7df6f2fefbfefb4934ba>NAAAAA+Arial-BoldMT AddT42Char
5432     1 1428 17 <000100960000052a05ba000b000033112111211121112111211196012802
5433     440128fed8fdbc05bafdbf0241fa460281fd7f00>NAAAAA+Arial-BoldMT AddT42Char
5434     1 1230 14 <00010095000004f005ba000b000033112115211121152111211595043ffc
5435     e902e0fd20033305baf8febbf7fe71f7>NAAAAA+Arial-BoldMT AddT42Char
5436     1 1592 21 <000100910000061905ba000c0000331121010121112111012101119101bb
5437     010a010701bcfeedfeddfee3fede05bafc1803e8fa460482fb7e0482fb7e
5438     >NAAAAA+Arial-BoldMT AddT42Char
5439     1 1276 15 <000100970000048405ba00090000331121152111211521119703edfd3b02
5440     64fd9c05baf8fea5f8fd9100>NAAAAA+Arial-BoldMT AddT42Char
5441     1 1700 23 <00020059ffe705e705d3000f001b00001334373636373633200011100021
5442     2000011412333236353426232206594332ad6789b301440185fe7efebdfe
5443     b9fe7e0131e6b1b1e3ddb7b7e002d4e09870b22b3afe6efe9afe9dfe6f01
5444     8f0168f9fefffffffcf8fb00>NAAAAA+Arial-BoldMT AddT42Char
5445     1 1562 20 <0001009d000004a505ae000500003311211121159d012802e005aefb49f7
5446     >NAAAAA+Arial-BoldMT AddT42Char
5447     1 1652 22 <000100980000052305ba0009000033112101112111210111980120025801
5448     13fed7fdb105bafc2d03d3fa4603bcfc4400>NAAAAA+Arial-BoldMT AddT42Char
5449     1 824 10 <00020000000005bf05ba0007000a0000212103210321012113030305bffe
5450     be80fdb679fec6023b01392acac6014dfeb305bafc8a0220fde0>NAAAAA+Arial-BoldMT AddT42Char
5451     1 2144 27 <0001002c000004b905ba00070000211121352115211101dffe4d048dfe4e
5452     04c2f8f8fb3e>NAAAAA+Arial-BoldMT AddT42Char
5453     1 1892 25 <00020096000005bc05ba0015002100003311213216161514060716161713
5454     21032e0223231111333236363534262726232396026febd580c2c1607d6a
5455     b3fe9ed672545e663cdbd56a3c4f4824b4e705ba4fca82a5d71c3886abfe
5456     e2013fab5921fd9c034e2458424a5b0c0500>NAAAAA+Arial-BoldMT AddT42Char
5457     1 2378 31 <000100000000055305ba000b000031010121010121010121010101f5fe3a
5458     015a012601200157fe3801f5fe9bfebbfeba02fd02bdfe2901d7fd38fd0e
5459     01fbfe05>NAAAAA+Arial-BoldMT AddT42Char
5460     1 0 0 <00020100000005000500000300070000211121112521112101000400fc20
5461     03c0fc400500fb002004c000>NAAAAA+Arial-BoldMT AddT42Char
5462     NAAAAA+Arial-BoldMT /CharStrings get begin
5463     /g13 13 def
5464     /g18 18 def
5465     /g12 12 def
5466     /g16 16 def
5467     /g17 17 def
5468     /g14 14 def
5469     /g21 21 def
5470     /g15 15 def
5471     /g23 23 def
5472     /g20 20 def
5473     /g22 22 def
5474     /g10 10 def
5475     /g27 27 def
5476     /g25 25 def
5477     /g31 31 def
5478     end
5479     NAAAAA+Arial-BoldMT /Encoding get
5480     dup 33 /g13 put
5481     dup 34 /g18 put
5482     dup 35 /g12 put
5483     dup 36 /g16 put
5484     dup 37 /g17 put
5485     dup 38 /g14 put
5486     dup 39 /g21 put
5487     dup 40 /g15 put
5488     dup 41 /g23 put
5489     dup 42 /g20 put
5490     dup 43 /g22 put
5491     dup 44 /g10 put
5492     dup 45 /g27 put
5493     dup 46 /g25 put
5494     dup 47 /g31 put
5495     pop
5496     end
5497     %ADOEndSubsetFont
5498     /BVNSTN+Arial-BoldMT /NAAAAA+Arial-BoldMT findfont ct_VMDictPut /BVNSTN+Arial-BoldMT*1 [33{/.notdef}rp /g13 /g18 /g12 /g16 /g17 /g14 /g21 /g15 /g23 /g20 /g22 /g10 /g27 /g25 /g31 208{/.notdef}rp] BVNSTN+Arial-BoldMT nf BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 133.2 127.85 mo (!"#) [6.49979 2.5038 0 ]xsh 133.2 138.85 mo ($#%&') [7.0002 6.4962 6.4962 6.00127 0 ]xsh 133.2 148.85 mo (#\(#) [6.49979 5.50073 0 ]xsh 133.2 159.85 mo (\)\(\(*"+&) [7.0002 5.49713 5.49713 5.49713 2.5002 6.4962 0 ]xsh 133.2 170.85 mo (',-."/) [7.49962 6.5007 5.50163 6.5007 2.4957 0 ]xsh 216 91.25 mo
5499     282 91.25 li
5500     282 223.25 li
5501     216 223.25 li
5502     cp
5503     .454139 0 1 0 cmyk
5504     f
5505     216 91.25 mo
5506     282 91.25 li
5507     282 223.25 li
5508     216 223.25 li
5509     cp
5510     .75021 .679683 .670222 .90164 cmyk
5511     @
5512     %ADOBeginSubsetFont: JAAAAA+ArialMT AddGlyphs
5513     ct_T42Dict begin
5514     systemdict /gcheck known {currentglobal BVNSTL+ArialMT gcheck setglobal} if
5515     1 602 10 <00020063ffe705dd05d4000e001b00001310002132041215140204232224
5516     02371000333200113402262322006301880136cb0146abb4feb6bfcffeba
5517     a8c8011dd7db011b79e991cefed702ca016d019dc2fea5dcdffea0b5c801
5518     5abefef7fecf0134011bb3010b93fee5>BVNSTL+ArialMT AddT42Char
5519     BVNSTL+ArialMT /CharStrings get begin
5520     /g10 10 def
5521     end
5522     BVNSTL+ArialMT /Encoding get
5523     dup 60 /g10 put
5524     pop
5525     systemdict /gcheck known {setglobal} if
5526     end
5527     %ADOEndSubsetFont
5528     /BVNSTL+ArialMT*1 [33{/.notdef}rp /g8 /g17 /g25 /g28 /g14 /g23 /g1 /g27 /g31 /g26 /g29 /g15 /g24 /g30 /g21 /g18 /g22 /g19 /g2 /g7 /g16 /g11 /g34 /g4 /g20 /g33 /g12 /g10 195{/.notdef}rp] BVNSTL+ArialMT nf BVNSTL+ArialMT*1 [10 0 0 -10 0 0 ]msf 217.2 104.85 mo (<,"%#) [7.74998 5 5.5 5.5 0 ]xsh 217.2 106.35 mo
5529     224.45 106.35 li
5530     231.7 106.35 li
5531     238.95 106.35 li
5532     246.2 106.35 li
5533     246.2 107.35 li
5534     238.95 107.35 li
5535     231.7 107.35 li
5536     224.45 107.35 li
5537     217.2 107.35 li
5538     cp
5539     ef
5540     %ADOBeginSubsetFont: NAAAAA+Arial-BoldMT AddGlyphs
5541     ct_T42Dict begin
5542     systemdict /gcheck known {currentglobal BVNSTN+Arial-BoldMT gcheck setglobal} if
5543     1 1504 19 <00010099000005c305ba000b000033112111012101012101071199012802
5544     56018efdd80246fe81fe6df005bafd75028bfdc5fc8102b0f5fe4500>BVNSTN+Arial-BoldMT AddT42Char
5545     1 1802 24 <00020095000004f805ba000f001b00003311212017161615140606070623
5546     231902333236363534262726239501db010e527eaa62974e6ac9c1a2af76
5547     435e4835a005ba1621ddaf87b8691115fdd704c2fe602e624150680d0a00
5548     >BVNSTN+Arial-BoldMT AddT42Char
5549     1 880 11 <000300960000056205ba00130020002c00001321321e0215140607161615
5550     140606070605210111333237363635342627262303112132373636353426
5551     262396024aaeab875a6f5f86905da1764afee5fe0d0128c2ad2a4c574b4a
5552     2cd1aa0112a02b42534079ca05ba1d5c995f67ac2b27bc7f64bd710d0802
5553     04c6fead0509574744550905fdb9fe78090c5d4e425c2a00>BVNSTN+Arial-BoldMT AddT42Char
5554     1 2180 28 <00010093ffe7052405ba0019000013211114171616333236363511211110
5555     0e02232226262726359301280b138f7c7e801a01283081d8aed2d97e141d
5556     05bafce6bd385a6d6796ae032bfcfefef8da9659619b557ef600>BVNSTN+Arial-BoldMT AddT42Char
5557     1 2536 34 <0001ffedfe6b047dff210003000003352115130490fe6bb6b600>BVNSTN+Arial-BoldMT AddT42Char
5558     1 2442 32 <0001fffd0000055805ba000800002111012101012101110216fde7015b01
5559     5901520155fde502690351fdbc0244fcadfd9900>BVNSTN+Arial-BoldMT AddT42Char
5560     1 562 8 <00030053ffe6041705c00018002400300000012626353436333216151406
5561     071616151404232227263534361314163332363534262322060314163332
5562     3635342623220601486d63e5d3d1e76a607a7ffefdd7c8859d76b95f4f50
5563     605f4e51601a775957727459676503172ea160a4d6d6a4669f2a31bc7bcb
5564     fe697cd877c70151545e5f544f5f60fd3d74827d76677d8e>BVNSTN+Arial-BoldMT AddT42Char
5565     1 332 6 <000100330000040c05c0001d000001112136123736373635342623220607
5566     2536243332161514060706040607040cfc2710a0ecbe2b3a6559586808fe
5567     e8190108c6d9f8474d33fef647160105fefb940109dbb13f57555e656a7b
5568     1ce8caeaae63b36241f45026>BVNSTN+Arial-BoldMT AddT42Char
5569     1 706 9 <00020041ffe6041405c00017002300001325161633323637062322023534
5570     003332001110002322260134262322061514163332365d01100a5445577a
5571     116a9fadfb0109cddf011efed6efacd4025e7d524e677054516f01531e53
5572     50a0fc7b010bd6df0111fea7fe75fe6efe9cb7031c88967b8c8e8580>BVNSTN+Arial-BoldMT AddT42Char
5573     1 174 4 <00020056ffe7040e05c0000e002000000132171611100706232200111037
5574     361722060706111016163332363736111026260232d5788f9077d5d6fefa
5575     9077d53350161d344f333350161d344f05c098b4fe5ffe60b696014901a6
5576     019eb696e941546dfefefefec14041546c01020102c14100>BVNSTN+Arial-BoldMT AddT42Char
5577     1 2000 26 <0001004affe604f205d3002c000013251616333236353426272627262726
5578     35343636332004170526262322070615141716041616151406042320004a
5579     01201a9f878f913d4c34b9ee60877fefa90114011707fed8137d7d81492f
5580     2c3801b0cf758cff00bffeeafed601dd1c9188795134491b122e3b5679ae
5581     70c366f2ca0d716335223934252f666dbd8b7edc6b010100>BVNSTN+Arial-BoldMT AddT42Char
5582     1 288 5 <000100a20000032605c000090000212111060735362437330326fee79ad1
5583     6e010230e404239045ff24c98600>BVNSTN+Arial-BoldMT AddT42Char
5584     BVNSTN+Arial-BoldMT /CharStrings get begin
5585     /g19 19 def
5586     /g24 24 def
5587     /g11 11 def
5588     /g28 28 def
5589     /g34 34 def
5590     /g32 32 def
5591     /g8 8 def
5592     /g6 6 def
5593     /g9 9 def
5594     /g4 4 def
5595     /g26 26 def
5596     /g5 5 def
5597     end
5598     BVNSTN+Arial-BoldMT /Encoding get
5599     dup 48 /g19 put
5600     dup 49 /g24 put
5601     dup 50 /g11 put
5602     dup 51 /g28 put
5603     dup 52 /g34 put
5604     dup 53 /g32 put
5605     dup 54 /g8 put
5606     dup 55 /g6 put
5607     dup 56 /g9 put
5608     dup 57 /g4 put
5609     dup 58 /g26 put
5610     dup 59 /g5 put
5611     pop
5612     systemdict /gcheck known {setglobal} if
5613     end
5614     %ADOEndSubsetFont
5615     /BVNSTN+Arial-BoldMT*1 [33{/.notdef}rp /g13 /g18 /g12 /g16 /g17 /g14 /g21 /g15 /g23 /g20 /g22 /g10 /g27 /g25 /g31 /g19 /g24 /g11 /g28 /g34 /g32 /g8 /g6 /g9 /g4 /g26 /g5 196{/.notdef}rp] BVNSTN+Arial-BoldMT nf BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 217.2 127.85 mo (011) [6.49979 5.99588 0 ]xsh 217.2 138.85 mo (&/\() [6.00037 6.00037 0 ]xsh 217.2 148.85 mo (#%&,1,'*) [6.49979 6.4998 5.99588 6.4998 5.99586 6.4998 7.49873 0 ]xsh 217.2 159.85 mo (23*04\(\).#&) [6.49979 6.4998 5.50073 6.4998 4.99681 5.50073 7.00378 6.49979 6.49982 0 ]xsh 217.2 170.85 mo (&2') [6.00037 6.5043 0 ]xsh 217.2 181.85 mo ('567) [7.49962 5.99678 4.9977 0 ]xsh 217.2 192.85 mo ($$*89) [7.0002 7.0002 5.49713 5.0022 0 ]xsh 217.2 202.85 mo (\)11:) [7.0002 6.00127 6.00127 0 ]xsh 217.2 213.85 mo (116;) [6.00037 6.00037 5.0013 0 ]xsh 138 336 mo
5616     204 336 li
5617     204 366 li
5618     138 366 li
5619     cp
5620     0 .993988 1 0 cmyk
5621     f
5622     138 336 mo
5623     204 336 li
5624     204 366 li
5625     138 366 li
5626     cp
5627     .75021 .679683 .670222 .90164 cmyk
5628     @
5629     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 156 354.6 mo (&/#%7) [6.00037 6.00037 6.5043 6.5043 0 ]xsh 288 91.25 mo
5630     360 91.25 li
5631     360 223.25 li
5632     288 223.25 li
5633     cp
5634     .454139 0 1 0 cmyk
5635     f
5636     288 91.25 mo
5637     360 91.25 li
5638     360 223.25 li
5639     288 223.25 li
5640     cp
5641     .75021 .679683 .670222 .90164 cmyk
5642     @
5643     %ADOBeginSubsetFont: JAAAAA+ArialMT AddGlyphs
5644     ct_T42Dict begin
5645     systemdict /gcheck known {currentglobal BVNSTL+ArialMT gcheck setglobal} if
5646     1 64 3 <0002fffd0000055905ba0007000e00002301330123032103132103262706
5647     07030233d10258ddabfd9ba1d901f19946221c3305bafa4601bcfe44025a
5648     0196b9778d8b>BVNSTL+ArialMT AddT42Char
5649     BVNSTL+ArialMT /CharStrings get begin
5650     /g3 3 def
5651     end
5652     BVNSTL+ArialMT /Encoding get
5653     dup 61 /g3 put
5654     pop
5655     systemdict /gcheck known {setglobal} if
5656     end
5657     %ADOEndSubsetFont
5658     /BVNSTL+ArialMT*1 [33{/.notdef}rp /g8 /g17 /g25 /g28 /g14 /g23 /g1 /g27 /g31 /g26 /g29 /g15 /g24 /g30 /g21 /g18 /g22 /g19 /g2 /g7 /g16 /g11 /g34 /g4 /g20 /g33 /g12 /g10 /g3 194{/.notdef}rp] BVNSTL+ArialMT nf BVNSTL+ArialMT*1 [10 0 0 -10 0 0 ]msf 289.2 104.85 mo (=.-*+\(9"$") [6.62506 2.75 8.37491 5.5 5 5.5 5.5 5.5 3.37494 0 ]xsh 289.2 106.35 mo
5659     302.7 106.35 li
5660     316.2 106.35 li
5661     329.7 106.35 li
5662     343.2 106.35 li
5663     343.2 107.35 li
5664     329.7 107.35 li
5665     316.2 107.35 li
5666     302.7 107.35 li
5667     289.2 107.35 li
5668     cp
5669     ef
5670     138 372 mo
5671     210 372 li
5672     210 402 li
5673     138 402 li
5674     cp
5675     0 .993988 1 0 cmyk
5676     f
5677     138 372 mo
5678     210 372 li
5679     210 402 li
5680     138 402 li
5681     cp
5682     .75021 .679683 .670222 .90164 cmyk
5683     @
5684     %ADOBeginSubsetFont: NAAAAA+Arial-BoldMT AddGlyphs
5685     ct_T42Dict begin
5686     systemdict /gcheck known {currentglobal BVNSTN+Arial-BoldMT gcheck setglobal} if
5687     1 2266 29 <0001ffff0000055405ba0006000021012101012101020bfdf40141017301
5688     67013afdf305bafbc3043dfa4600>BVNSTN+Arial-BoldMT AddT42Char
5689     1 434 7 <0001004dffe7041b05c00029000013251616333236353426232207371636
5690     35342623220607253e023332171615140716161514002322244d01100d72
5691     5157777252364b1f7278584948660bfefd1b6dc379cf7d67d37e97fee6d2
5692     c7fefa018521686e84706a7c15e50369574a5864602c859f5b846c88c173
5693     1bbc85c1fef0e500>BVNSTN+Arial-BoldMT AddT42Char
5694     1 2492 33 <00010016000004bd05ba0009000033110121352115012115160302fd5504
5695     31fcdd0342010b03b7f8e6fc23f7>BVNSTN+Arial-BoldMT AddT42Char
5696     BVNSTN+Arial-BoldMT /CharStrings get begin
5697     /g29 29 def
5698     /g7 7 def
5699     /g33 33 def
5700     end
5701     BVNSTN+Arial-BoldMT /Encoding get
5702     dup 60 /g29 put
5703     dup 61 /g7 put
5704     dup 62 /g33 put
5705     pop
5706     systemdict /gcheck known {setglobal} if
5707     end
5708     %ADOEndSubsetFont
5709     /BVNSTN+Arial-BoldMT*1 [33{/.notdef}rp /g13 /g18 /g12 /g16 /g17 /g14 /g21 /g15 /g23 /g20 /g22 /g10 /g27 /g25 /g31 /g19 /g24 /g11 /g28 /g34 /g32 /g8 /g6 /g9 /g4 /g26 /g5 /g29 /g7 /g33 193{/.notdef}rp] BVNSTN+Arial-BoldMT nf BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 142.75 390.6 mo (!",$+\):-"#:) [6.49979 2.5038 6.4998 7.0038 6.4998 7.0038 5.99586 5.50073 2.5038 6.4998 0 ]xsh 291.2 127.85 mo (,"'4<7=) [6.49979 2.50378 7.49875 4.9968 5.99588 4.9968 0 ]xsh 291.2 138.85 mo (\(">%") [5.49982 2.5029 5.49985 6.4989 0 ]xsh 291.2 148.85 mo (*,+!) [5.49982 6.4989 6.4989 0 ]xsh 366 91.25 mo
5710     450 91.25 li
5711     450 223.25 li
5712     366 223.25 li
5713     cp
5714     .454139 0 1 0 cmyk
5715     f
5716     366 91.25 mo
5717     450 91.25 li
5718     450 223.25 li
5719     366 223.25 li
5720     cp
5721     .75021 .679683 .670222 .90164 cmyk
5722     @
5723     %ADOBeginSubsetFont: JAAAAA+ArialMT AddGlyphs
5724     ct_T42Dict begin
5725     systemdict /gcheck known {currentglobal BVNSTL+ArialMT gcheck setglobal} if
5726     1 578 9 <000100bf0000018105ba0003000033113311bfc205bafa46>BVNSTL+ArialMT AddT42Char
5727     BVNSTL+ArialMT /CharStrings get begin
5728     /g9 9 def
5729     end
5730     BVNSTL+ArialMT /Encoding get
5731     dup 62 /g9 put
5732     pop
5733     systemdict /gcheck known {setglobal} if
5734     end
5735     %ADOEndSubsetFont
5736     /BVNSTL+ArialMT*1 [33{/.notdef}rp /g8 /g17 /g25 /g28 /g14 /g23 /g1 /g27 /g31 /g26 /g29 /g15 /g24 /g30 /g21 /g18 /g22 /g19 /g2 /g7 /g16 /g11 /g34 /g4 /g20 /g33 /g12 /g10 /g3 /g9 193{/.notdef}rp] BVNSTL+ArialMT nf BVNSTL+ArialMT*1 [10 0 0 -10 0 0 ]msf 367.2 104.85 mo (>)sh 369.95 104.85 mo (,") [5 0 ]xsh 367.2 106.35 mo
5737     370.45 106.35 li
5738     373.7 106.35 li
5739     376.95 106.35 li
5740     380.2 106.35 li
5741     380.2 107.35 li
5742     376.95 107.35 li
5743     373.7 107.35 li
5744     370.45 107.35 li
5745     367.2 107.35 li
5746     cp
5747     ef
5748     132 234 mo
5749     708 234 li
5750     708 318 li
5751     132 318 li
5752     cp
5753     0 .993988 1 0 cmyk
5754     f
5755     3 lw
5756     132 234 mo
5757     708 234 li
5758     708 318 li
5759     132 318 li
5760     cp
5761     .75021 .679683 .670222 .90164 cmyk
5762     @
5763     BVNSTL+ArialMT*1 [14 0 0 -14 0 0 ]msf 10.95 249.35 mo (!"#"$%&'\(\)$\(*+"') [10.8752 7.7504 7.75039 7.7504 4.6255 7.7504 3.1248 3.8752 7.7504 7.7504 4.6255 7.7504 7.7504 7 7.7504 0 ]xsh 10.95 265.35 mo (#\)-"$/,%&') [7.7504 7.7504 11.6255 7.7504 4.6255 3.1248 7 7.7504 3.1248 0 ]xsh 10.95 282.35 mo (/#0$%+.$\),.\)$") [3.1248 7.7504 3.8752 4.6255 7.7504 7 3.8752 4.6255 7.7504 7 3.87519 7.7504 4.62549 0 ]xsh 10.95 299.35 mo (\(%,1%2"+3) [7.7504 7.7504 7 7 7.7504 7.7504 7.7504 7 0 ]xsh 138 240 mo
5764     192 240 li
5765     192 270 li
5766     138 270 li
5767     cp
5768     0 .993988 1 0 cmyk
5769     f
5770     1 lw
5771     138 240 mo
5772     192 240 li
5773     192 270 li
5774     138 270 li
5775     cp
5776     .75021 .679683 .670222 .90164 cmyk
5777     @
5778     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 140.25 258.6 mo (1-.,#&.:) [6.00037 5.49623 6.5043 6.5043 6.50429 6.00038 6.50429 0 ]xsh 138 276 mo
5779     246 276 li
5780     246 306 li
5781     138 306 li
5782     cp
5783     0 .993988 1 0 cmyk
5784     f
5785     138 276 mo
5786     246 276 li
5787     246 306 li
5788     138 306 li
5789     cp
5790     .75021 .679683 .670222 .90164 cmyk
5791     @
5792     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 149.5 294.6 mo ($&+&."#4,!<!"\(\() [7.0002 6.00127 6.4962 6.00127 6.4962 2.5002 6.4962 5.0022 6.4962 6.4962 6.00128 6.4962 2.5002 5.49713 0 ]xsh 456 91.25 mo
5793     594 91.25 li
5794     594 223.25 li
5795     456 223.25 li
5796     cp
5797     .454139 0 1 0 cmyk
5798     f
5799     456 91.25 mo
5800     594 91.25 li
5801     594 223.25 li
5802     456 223.25 li
5803     cp
5804     .75021 .679683 .670222 .90164 cmyk
5805     @
5806     %ADOBeginSubsetFont: JAAAAA+ArialMT AddGlyphs
5807     ct_T42Dict begin
5808     systemdict /gcheck known {currentglobal BVNSTL+ArialMT gcheck setglobal} if
5809     1 262 5 <00010066ffe7057605d3001d000001170604232224023534122433320417
5810     072626232206021514121633323604b4c23dfec3e5edfed79baf0143c2dc
5811     012c3bbf33c293a9e35c6de686a3e2020231effbc1016ed2e50155b1e0cb
5812     2da092a2feef91bbfee98abc>BVNSTL+ArialMT AddT42Char
5813     BVNSTL+ArialMT /CharStrings get begin
5814     /g5 5 def
5815     end
5816     BVNSTL+ArialMT /Encoding get
5817     dup 63 /g5 put
5818     pop
5819     systemdict /gcheck known {setglobal} if
5820     end
5821     %ADOEndSubsetFont
5822     /BVNSTL+ArialMT*1 [33{/.notdef}rp /g8 /g17 /g25 /g28 /g14 /g23 /g1 /g27 /g31 /g26 /g29 /g15 /g24 /g30 /g21 /g18 /g22 /g19 /g2 /g7 /g16 /g11 /g34 /g4 /g20 /g33 /g12 /g10 /g3 /g9 /g5 192{/.notdef}rp] BVNSTL+ArialMT nf BVNSTL+ArialMT*1 [10 0 0 -10 0 0 ]msf 457.2 104.85 mo (?*\)\(&/#2) [7.25 5.49997 5.5 5.5 2.25 2.25 5.5 0 ]xsh 457.2 106.35 mo
5823     466.95 106.35 li
5824     476.7 106.35 li
5825     486.45 106.35 li
5826     496.2 106.35 li
5827     496.2 107.35 li
5828     486.45 107.35 li
5829     476.7 107.35 li
5830     466.95 107.35 li
5831     457.2 107.35 li
5832     cp
5833     ef
5834     600 91.25 mo
5835     708 91.25 li
5836     708 223.25 li
5837     600 223.25 li
5838     cp
5839     .454139 0 1 0 cmyk
5840     f
5841     600 91.25 mo
5842     708 91.25 li
5843     708 223.25 li
5844     600 223.25 li
5845     cp
5846     .75021 .679683 .670222 .90164 cmyk
5847     @
5848     %ADOBeginSubsetFont: JAAAAA+ArialMT AddGlyphs
5849     ct_T42Dict begin
5850     systemdict /gcheck known {currentglobal BVNSTL+ArialMT gcheck setglobal} if
5851     1 364 6 <000100a2000004e805ba000b0000331121152111211521112115a20424fc
5852     9e032bfcd5038405baadfe3facfe0dad>BVNSTL+ArialMT AddT42Char
5853     BVNSTL+ArialMT /CharStrings get begin
5854     /g6 6 def
5855     end
5856     BVNSTL+ArialMT /Encoding get
5857     dup 64 /g6 put
5858     pop
5859     systemdict /gcheck known {setglobal} if
5860     end
5861     %ADOEndSubsetFont
5862     /BVNSTL+ArialMT*1 [33{/.notdef}rp /g8 /g17 /g25 /g28 /g14 /g23 /g1 /g27 /g31 /g26 /g29 /g15 /g24 /g30 /g21 /g18 /g22 /g19 /g2 /g7 /g16 /g11 /g34 /g4 /g20 /g33 /g12 /g10 /g3 /g9 /g5 /g6 191{/.notdef}rp] BVNSTL+ArialMT nf BVNSTL+ArialMT*1 [10 0 0 -10 0 0 ]msf 601.2 103.6 mo (6.%."'@+./-%./*#'%#5) [6.62506 2.75 5.5 2.75 5.5 2.75 6.62506 5 2.75 2.25 8.37494 5.5 2.75 2.25 5.5 5.49994 2.75 5.50006 5.5 0 ]xsh 601.2 105.1 mo
5863     624.2 105.1 li
5864     647.2 105.1 li
5865     670.2 105.1 li
5866     693.2 105.1 li
5867     693.2 106.1 li
5868     670.2 106.1 li
5869     647.2 106.1 li
5870     624.2 106.1 li
5871     601.2 106.1 li
5872     cp
5873     ef
5874     BVNSTL+ArialMT*1 [10 0 0 -10 0 0 ]msf 601.2 115.6 mo (%\).*-%./,'5/00"$"#./%./*#) [5.49994 5.5 2.75 5.5 8.37494 5.5 2.75 2.25 5 2.75 5.5 2.25 2.75 2.75 5.5 3.37494 5.5 5.5 2.75 2.25 5.5 2.75 2.25 5.5 0 ]xsh 601.2 117.1 mo
5875     627.7 117.1 li
5876     654.2 117.1 li
5877     680.7 117.1 li
5878     707.2 117.1 li
5879     707.2 118.1 li
5880     680.7 118.1 li
5881     654.2 118.1 li
5882     627.7 118.1 li
5883     601.2 118.1 li
5884     cp
5885     ef
5886     %ADOBeginSubsetFont: NAAAAA+Arial-BoldMT AddGlyphs
5887     ct_T42Dict begin
5888     systemdict /gcheck known {currentglobal BVNSTN+Arial-BoldMT gcheck setglobal} if
5889    
5890     1 0 1 <> BVNSTN+Arial-BoldMT AddT42Char
5891     1 42 2 <0001006bfe51026805d30010000001232602351013363733020215141217
5892     160265c199a0635684c089673d3523fe51e701f2e901210102e0bdfed1fe
5893     57eea4fea89b6600>BVNSTN+Arial-BoldMT AddT42Char
5894     1 2562 35 <00020049ffe8042e043e0023003200000127363633321616150314161721
5895     262726270606232226353436363736373534262322060106060706151416
5896     333237363736350165ff2bd2cfbcb84b031b25feea0b10070348a45da4bd
5897     569b92c54c506f4b54015e36ea243758444c4533100b02e22e9a945989b7
5898     feb88c854c1c3719084646b2885a8d4b1c25201c51453bfed2123218273c
5899     3b56322637246500>BVNSTN+Arial-BoldMT AddT42Char
5900     1 3004 40 <0001008700000337043e0010000021211121153636333217072623220606
5901     1101a0fee70105436b44605957473d3b522f0426976b4435f52e41aafef1
5902     >BVNSTN+Arial-BoldMT AddT42Char
5903     1 3064 41 <0001001fffe80291059d0019000001152311141616333237170623222626
5904     27263511233533352511027ac00b271c274a18627c4c7a390b098181011a
5905     0426e0fe54822b1c1bda2a335145319501cfe0d3a4fe8900>BVNSTN+Arial-BoldMT AddT42Char
5906     1 2720 36 <000100920000045905ba0016000001113633321e02151121113426262322
5907     06061511211101ab88bd619c4f1dfee720513d466e33fee705bafde59f48
5908     70888ffd910231a75a35448986fdec05ba00>BVNSTN+Arial-BoldMT AddT42Char
5909     1 2916 39 <00020052ffe8049a043e000d001900001334123633320015140023222426
5910     251416333236353426232206528afd9cf10134fec9ec92fef78a0120966e
5911     6e95956e6e9602228c01068afec7eff1fec384ffa89ea8a8a09ca8a8>BVNSTN+Arial-BoldMT AddT42Char
5912     1 2798 37 <00020093000001ac05ba0003000700001311211101112111930119fee701
5913     1904b60104fefcfb4a0426fbda00>BVNSTN+Arial-BoldMT AddT42Char
5914     1 2842 38 <0001009100000459043e0016000021211134262623220606151121112115
5915     3633321e02150459fee724513949742bfee701058bd35d9a4f1f021eac65
5916     385084b2fe1f04269cb44368847b>BVNSTN+Arial-BoldMT AddT42Char
5917     1 110 3 <00010043fe51024005d300100000133e0335340203331612151407020345
5918     53443a1c6689bf97a7424bacfe51b2bef8df75ee01a9012fd7fe1ef8d1ef
5919     fef4fefb>BVNSTN+Arial-BoldMT AddT42Char
5920     BVNSTN+Arial-BoldMT /CharStrings get begin
5921     /g1 1 def
5922     /g2 2 def
5923     /g35 35 def
5924     /g40 40 def
5925     /g41 41 def
5926     /g36 36 def
5927     /g39 39 def
5928     /g37 37 def
5929     /g38 38 def
5930     /g3 3 def
5931     end
5932     BVNSTN+Arial-BoldMT /Encoding get
5933     dup 63 /g1 put
5934     dup 64 /g2 put
5935     dup 65 /g35 put
5936     dup 66 /g40 put
5937     dup 67 /g41 put
5938     dup 68 /g36 put
5939     dup 69 /g39 put
5940     dup 70 /g37 put
5941     dup 71 /g38 put
5942     dup 72 /g3 put
5943     pop
5944     systemdict /gcheck known {setglobal} if
5945     end
5946     %ADOEndSubsetFont
5947     /BVNSTN+Arial-BoldMT*1 [33{/.notdef}rp /g13 /g18 /g12 /g16 /g17 /g14 /g21 /g15 /g23 /g20 /g22 /g10 /g27 /g25 /g31 /g19 /g24 /g11 /g28 /g34 /g32 /g8 /g6 /g9 /g4 /g26 /g5 /g29 /g7 /g33 /g1 /g2 /g35 /g40 /g41 /g36 /g39 /g37 /g38 /g3 183{/.notdef}rp] BVNSTN+Arial-BoldMT nf BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 367.2 127.85 mo (-%:"#&) [5.49982 6.4989 6.00397 2.5029 6.4989 0 ]xsh 367.2 138.85 mo (:&,"#&) [6.00037 6.00037 6.5043 2.4993 6.5043 0 ]xsh 367.2 148.85 mo (:%&*\("#&) [6.00037 6.5043 6.00037 5.49622 5.49625 2.4993 6.5043 0 ]xsh 367.2 159.85 mo ("#&\(.\)+-) [2.50018 6.49622 6.00125 5.49713 6.49622 7.00018 6.49622 0 ]xsh 367.2 170.85 mo (:-.&,'"#&) [6.00037 5.49622 6.5043 6.00037 6.5043 7.50323 2.4993 6.5043 0 ]xsh 457.2 127.85 mo (,"'4#\)'1\)+4"+-&.\() [6.49979 2.50378 7.49875 4.9968 6.49979 7.00381 7.49872 5.99588 7.00378 6.49982 4.99677 2.50378 6.49982 5.50073 5.99585 6.49982 0 ]xsh 457.2 138.85 mo (,"'4\)#+4#\)31*&.) [6.49979 2.50378 7.49875 4.9968 7.00378 6.49982 6.49979 4.9968 6.49982 7.00375 6.49982 5.99585 5.50079 5.99585 0 ]xsh 457.2 148.85 mo (#\)'1\)+4#\)''3+"#) [6.49979 7.00378 7.49875 5.99585 7.00381 6.49979 4.99683 6.49979 7.00375 7.49878 7.49872 6.49982 6.49982 2.50378 0 ]xsh 457.2 159.85 mo (\)#+4#\)'1\)+4"+-&.\() [7.00018 6.49622 6.49619 5.0022 6.49622 7.00018 7.50415 6.00125 7.00018 6.49622 5.0022 2.50018 6.49622 5.49713 6.00128 6.49615 0 ]xsh 601.2 127.85 mo (,!'-*') [6.49976 6.49982 7.49872 5.50073 5.50073 0 ]xsh 601.2 138.85 mo (,3-\)!"\(\() [6.49976 6.49982 5.50073 7.00378 6.49982 2.50378 5.50073 0 ]xsh 601.2 148.85 mo (#\):-) [6.49976 7.00378 5.99591 0 ]xsh 601.2 159.85 mo (#-.*) [6.49976 5.50073 6.49982 0 ]xsh 601.2 170.85 mo (&##\)) [6.00037 6.50427 6.50427 0 ]xsh 601.2 181.85 mo ($.!#%0) [7.00018 6.49622 6.49615 6.49622 6.49622 0 ]xsh 601.2 192.85 mo (\)1&+,!) [7.00018 6.00128 6.00122 6.49622 6.49622 0 ]xsh 601.2 202.85 mo (:2\)?@) [6.00037 6.50427 6.99933 2.49927 0 ]xsh 626.2 202.85 mo (&ABCD?.ECACFEGH) [6.00037 5.00128 3.49835 3.00323 5.49622 2.49933 6.50427 5.49628 3.00323 5.00128 3.00323 2.49927 5.49628 5.49622 0 ]xsh 601.2 213.85 mo (:1%&.&) [6.00037 6.00037 6.50427 6.00037 6.50433 0 ]xsh 216 336 mo
5948     282 336 li
5949     282 366 li
5950     216 366 li
5951     cp
5952     0 .993988 1 0 cmyk
5953     f
5954     216 336 mo
5955     282 336 li
5956     282 366 li
5957     216 366 li
5958     cp
5959     .75021 .679683 .670222 .90164 cmyk
5960     @
5961     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 239.75 354.6 mo (#,*) [6.49979 6.4998 0 ]xsh 216 372 mo
5962     282 372 li
5963     282 402 li
5964     216 402 li
5965     cp
5966     0 .993988 1 0 cmyk
5967     f
5968     216 372 mo
5969     282 372 li
5970     282 402 li
5971     216 402 li
5972     cp
5973     .75021 .679683 .670222 .90164 cmyk
5974     @
5975     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 226 390.6 mo (#%.\)+\):) [6.49979 6.4998 6.4998 7.0038 6.4998 7.00378 0 ]xsh 198 240 mo
5976     306 240 li
5977     306 270 li
5978     198 270 li
5979     cp
5980     0 .993988 1 0 cmyk
5981     f
5982     198 240 mo
5983     306 240 li
5984     306 270 li
5985     198 270 li
5986     cp
5987     .75021 .679683 .670222 .90164 cmyk
5988     @
5989     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 239 258.6 mo (\)2#:) [7.0002 6.4962 6.49619 0 ]xsh 252 276 mo
5990     360 276 li
5991     360 306 li
5992     252 306 li
5993     cp
5994     0 .993988 1 0 cmyk
5995     f
5996     252 276 mo
5997     360 276 li
5998     360 306 li
5999     252 306 li
6000     cp
6001     .75021 .679683 .670222 .90164 cmyk
6002     @
6003     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 284 294.6 mo (#!4#\)!&) [6.49979 6.49979 4.99683 6.49979 7.00381 6.49979 0 ]xsh 288 336 mo
6004     354 336 li
6005     354 366 li
6006     288 366 li
6007     cp
6008     0 .993988 1 0 cmyk
6009     f
6010     288 336 mo
6011     354 336 li
6012     354 366 li
6013     288 366 li
6014     cp
6015     .75021 .679683 .670222 .90164 cmyk
6016     @
6017     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 310.75 354.6 mo ('+#) [7.4996 6.5007 0 ]xsh 318 240 mo
6018     360 240 li
6019     360 270 li
6020     318 270 li
6021     cp
6022     0 .993988 1 0 cmyk
6023     f
6024     318 240 mo
6025     360 240 li
6026     360 270 li
6027     318 270 li
6028     cp
6029     .75021 .679683 .670222 .90164 cmyk
6030     @
6031     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 330.75 258.6 mo (\(*-) [5.49982 5.49985 0 ]xsh 366 240 mo
6032     420 240 li
6033     420 270 li
6034     366 270 li
6035     cp
6036     0 .993988 1 0 cmyk
6037     f
6038     366 240 mo
6039     420 240 li
6040     420 270 li
6041     366 270 li
6042     cp
6043     .75021 .679683 .670222 .90164 cmyk
6044     @
6045     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 373 258.6 mo ($."!,*-) [7.00018 6.49622 2.50018 6.49622 6.49619 5.49713 0 ]xsh 288 372 mo
6046     354 372 li
6047     354 402 li
6048     288 402 li
6049     cp
6050     0 .993988 1 0 cmyk
6051     f
6052     288 372 mo
6053     354 372 li
6054     354 402 li
6055     288 402 li
6056     cp
6057     .75021 .679683 .670222 .90164 cmyk
6058     @
6059     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 306.25 390.6 mo ('!:"\)) [7.4996 6.5007 5.9968 2.4957 0 ]xsh 360 336 mo
6060     426 336 li
6061     426 366 li
6062     360 366 li
6063     cp
6064     0 .993988 1 0 cmyk
6065     f
6066     360 336 mo
6067     426 336 li
6068     426 366 li
6069     360 366 li
6070     cp
6071     .75021 .679683 .670222 .90164 cmyk
6072     @
6073     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 373 354.6 mo (-"'&,<&) [5.49982 2.5029 7.49783 6.00397 6.4989 6.00397 0 ]xsh 360 372 mo
6074     426 372 li
6075     426 402 li
6076     360 402 li
6077     cp
6078     0 .993988 1 0 cmyk
6079     f
6080     360 372 mo
6081     426 372 li
6082     426 402 li
6083     360 402 li
6084     cp
6085     .75021 .679683 .670222 .90164 cmyk
6086     @
6087     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 371.75 390.6 mo ('\)+"-\).) [7.4996 6.99573 6.5007 2.4957 5.50162 6.9957 0 ]xsh 426 240 mo
6088     510 240 li
6089     510 270 li
6090     426 270 li
6091     cp
6092     0 .993988 1 0 cmyk
6093     f
6094     426 240 mo
6095     510 240 li
6096     510 270 li
6097     426 270 li
6098     cp
6099     .75021 .679683 .670222 .90164 cmyk
6100     @
6101     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 440.5 258.6 mo (>\)+,*4\("*-) [5.49982 7.0029 6.4989 6.4989 5.49985 4.99588 5.49985 2.5029 5.49982 0 ]xsh 366 276 mo
6102     450 276 li
6103     450 306 li
6104     366 306 li
6105     cp
6106     0 .993988 1 0 cmyk
6107     f
6108     366 276 mo
6109     450 276 li
6110     450 306 li
6111     366 306 li
6112     cp
6113     .75021 .679683 .670222 .90164 cmyk
6114     @
6115     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 383.5 294.6 mo (:%,14\("*-) [6.00037 6.5043 6.50427 6.0004 5.00128 5.49625 2.4993 5.49622 0 ]xsh 432 336 mo
6116     498 336 li
6117     498 366 li
6118     432 366 li
6119     cp
6120     0 .993988 1 0 cmyk
6121     f
6122     432 336 mo
6123     498 336 li
6124     498 366 li
6125     432 366 li
6126     cp
6127     .75021 .679683 .670222 .90164 cmyk
6128     @
6129     %ADOBeginSubsetFont: NAAAAA+Arial-BoldMT AddGlyphs
6130     ct_T42Dict begin
6131     systemdict /gcheck known {currentglobal BVNSTN+Arial-BoldMT gcheck setglobal} if
6132     1 2310 30 <000100070000078b05ba000c0000210121130121011321012101010165fe
6133     a2012fdd010c01600101e1012afe9cfec6fedcfedd05bafc1103effc0004
6134     00fa460448fbb800>BVNSTN+Arial-BoldMT AddT42Char
6135     BVNSTN+Arial-BoldMT /CharStrings get begin
6136     /g30 30 def
6137     end
6138     BVNSTN+Arial-BoldMT /Encoding get
6139     dup 73 /g30 put
6140     pop
6141     systemdict /gcheck known {setglobal} if
6142     end
6143     %ADOEndSubsetFont
6144     /BVNSTN+Arial-BoldMT*1 [33{/.notdef}rp /g13 /g18 /g12 /g16 /g17 /g14 /g21 /g15 /g23 /g20 /g22 /g10 /g27 /g25 /g31 /g19 /g24 /g11 /g28 /g34 /g32 /g8 /g6 /g9 /g4 /g26 /g5 /g29 /g7 /g33 /g1 /g2 /g35 /g40 /g41 /g36 /g39 /g37 /g38 /g3 /g30 182{/.notdef}rp] BVNSTN+Arial-BoldMT nf BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 457.5 354.6 mo (.I) [6.49979 0 ]xsh 432 372 mo
6145     498 372 li
6146     498 402 li
6147     432 402 li
6148     cp
6149     0 .993988 1 0 cmyk
6150     f
6151     432 372 mo
6152     498 372 li
6153     498 402 li
6154     432 402 li
6155     cp
6156     .75021 .679683 .670222 .90164 cmyk
6157     @
6158     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 448.75 390.6 mo (!&23$) [6.49979 5.99588 6.49979 6.49982 0 ]xsh 516 240 mo
6159     600 240 li
6160     600 270 li
6161     516 270 li
6162     cp
6163     0 .993988 1 0 cmyk
6164     f
6165     516 240 mo
6166     600 240 li
6167     600 270 li
6168     516 270 li
6169     cp
6170     .75021 .679683 .670222 .90164 cmyk
6171     @
6172     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 523.5 258.6 mo ('\)'4#\)''\)+) [7.49957 6.99573 7.49963 4.99768 6.50073 6.99567 7.49963 7.49963 6.99573 0 ]xsh 456 276 mo
6173     540 276 li
6174     540 306 li
6175     456 306 li
6176     cp
6177     0 .993988 1 0 cmyk
6178     f
6179     456 276 mo
6180     540 276 li
6181     540 306 li
6182     456 306 li
6183     cp
6184     .75021 .679683 .670222 .90164 cmyk
6185     @
6186     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 459.5 294.6 mo ('\)'4\(*3/\(\).') [7.4996 6.99573 7.49963 4.99768 5.50165 5.50162 6.5007 5.99677 5.50162 6.99573 6.50067 0 ]xsh 606 240 mo
6187     690 240 li
6188     690 270 li
6189     606 270 li
6190     cp
6191     0 .993988 1 0 cmyk
6192     f
6193     606 240 mo
6194     690 240 li
6195     690 270 li
6196     606 270 li
6197     cp
6198     .75021 .679683 .670222 .90164 cmyk
6199     @
6200     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 617.75 258.6 mo ('\)'4<&#"+<) [7.49957 6.99573 7.49963 4.99768 5.99677 5.99677 6.50073 2.49567 6.50073 0 ]xsh 504 336 mo
6201     570 336 li
6202     570 366 li
6203     504 366 li
6204     cp
6205     0 .993988 1 0 cmyk
6206     f
6207     504 336 mo
6208     570 336 li
6209     570 366 li
6210     504 366 li
6211     cp
6212     .75021 .679683 .670222 .90164 cmyk
6213     @
6214     BVNSTN+Arial-BoldMT*1 [9 0 0 -9 0 0 ]msf 511.25 354.6 mo (.3+#*\)#0) [6.49976 6.49982 6.49982 6.49976 5.50073 7.00385 6.49976 0 ]xsh 132 24 mo
6215     708 24 li
6216     708 78 li
6217     132 78 li
6218     cp
6219     .247196 .19559 .200748 0 cmyk
6220     f
6221     3 lw
6222     132 24 mo
6223     708 24 li
6224     708 78 li
6225     132 78 li
6226     cp
6227     .75021 .679683 .670222 .90164 cmyk
6228     @
6229     %ADOBeginSubsetFont: LAAAAA+Arial-ItalicMT AddGlyphs
6230     ct_T42Dict begin
6231     systemdict /gcheck known {currentglobal BVNSTM+Arial-ItalicMT gcheck setglobal} if
6232    
6233     1 0 1 <> BVNSTM+Arial-ItalicMT AddT42Char
6234     1 1572 19 <0001fffd0000044d0426000f000023010133171617013301012327262701
6235     0301cefef7c85a32280132ddfe42010cc86a222bfec4021b020bbd6a6101
6236     88fde7fdf3d84566fe7d>BVNSTM+Arial-ItalicMT AddT42Char
6237     1 1398 17 <00010073ffee029205a8001a000025070623222726353437132337331337
6238     033307230306151416333201eb1e413d6c40301a818f1d8f37cf51b21eb1
6239     7b17252a3c939411352845237e02698c01057dfe7e8cfdb570162022>BVNSTM+Arial-ItalicMT AddT42Char
6240     1 162 4 <0002005affe80436043e0027003500002506062322263534363637362437
6241     363534272623220607273636333217161514070306151417232613060607
6242     0e021514163332363603105eae6393b45186613d01554a152e3f79729121
6243     b738f3b9c57358193b1c16b70f3d2657669e824269615aa66084514bad87
6244     598953120c0e1d4a313f2432655d109ea85e46705570fef87e4f325e3401
6245     e60f10090e2b5e394c625faa>BVNSTM+Arial-ItalicMT AddT42Char
6246     1 630 8 <0001005d0000034305d3001600003313233733373e023332170726232206
6247     0707330723035dc1a21da21f183373634583215c3e35371418ca1dcac103
6248     9a8c977164411d9e183563728cfc6600>BVNSTM+Arial-ItalicMT AddT42Char
6249     BVNSTM+Arial-ItalicMT /CharStrings get begin
6250     /g1 1 def
6251     /g19 19 def
6252     /g17 17 def
6253     /g4 4 def
6254     /g8 8 def
6255     end
6256     BVNSTM+Arial-ItalicMT /Encoding get
6257     dup 47 /g1 put
6258     dup 48 /g19 put
6259     dup 49 /g17 put
6260     dup 50 /g4 put
6261     dup 51 /g8 put
6262     pop
6263     systemdict /gcheck known {setglobal} if
6264     end
6265     %ADOEndSubsetFont
6266     /BVNSTM+Arial-ItalicMT*1 [33{/.notdef}rp /g11 /g13 /g6 /g7 /g10 /g3 /g16 /g15 /g5 /g2 /g9 /g12 /g18 /g14 /g1 /g19 /g17 /g4 /g8 204{/.notdef}rp] BVNSTM+Arial-ItalicMT nf BVNSTM+Arial-ItalicMT*1 [14 0 0 -14 0 0 ]msf 270.313 56.6 mo (.$\(/$0.$\(+!$,1/\)"#$/2##+1+",'/2,#/!"#+3+\)21+",') [7.7504 7.7504 4.62549 3.87518 7.7504 7 7.7504 7.7504 4.62552 3.12479 11.6255 7.75043 7.7504 3.87518 3.87518 7 7.7504 7.7504 7.7504 3.87521 7.7504 7.75037 7.7504 3.12482 3.87518 3.12482 7.75037 7.7504 7 3.87521 7.7504 7.75037 7.7504 3.87521 11.6255 7.75043 7.7504 3.12476 3.87524 3.12476 7 7.75043 3.87518 3.12482 7.75043 7.75037 0 ]xsh %ADOBeginSubsetFont: JAAAAA+ArialMT AddGlyphs
6267     ct_T42Dict begin
6268     systemdict /gcheck known {currentglobal BVNSTL+ArialMT gcheck setglobal} if
6269     1 892 13 <000100a1ffe7052205ba0014000001331114020423222402351133111416
6270     16333236110460c264fefbd4cefefa70c247ad7dd6b605bafcb1ddfefca3
6271     8e010de9034ffcb2bfb562c20114>BVNSTL+ArialMT AddT42Char
6272     1 2530 32 <00010006000005b704260012000021013313173637133313173713330123
6273     032703014bfebbbaa93f0433a9b99f353db6affeb4bba929d70426fd9be4
6274     11ca026efd98cbcd0266fbda027cb5fccf00>BVNSTL+ArialMT AddT42Char
6275     BVNSTL+ArialMT /CharStrings get begin
6276     /g13 13 def
6277     /g32 32 def
6278     end
6279     BVNSTL+ArialMT /Encoding get
6280     dup 65 /g13 put
6281     dup 66 /g32 put
6282     pop
6283     systemdict /gcheck known {setglobal} if
6284     end
6285     %ADOEndSubsetFont
6286     /BVNSTL+ArialMT*1 [33{/.notdef}rp /g8 /g17 /g25 /g28 /g14 /g23 /g1 /g27 /g31 /g26 /g29 /g15 /g24 /g30 /g21 /g18 /g22 /g19 /g2 /g7 /g16 /g11 /g34 /g4 /g20 /g33 /g12 /g10 /g3 /g9 /g5 /g6 /g13 /g32 189{/.notdef}rp] BVNSTL+ArialMT nf BVNSTL+ArialMT*1 [14 0 0 -14 0 0 ]msf 13.2 47.6 mo (A+"$'B$/.."#',*5") [10.1248 7 7.75039 4.6255 3.8752 10.1248 4.6255 3.1248 3.8752 3.8752 7.7504 7.7504 3.8752 7 7.7504 7.7504 0 ]xsh 132 90 mo
6287     708 90 li
6288     708 222 li
6289     132 222 li
6290     cp
6291     @
6292     grestore
6293     grestore
6294     grestore
6295     pgrs
6296     %%PageTrailer
6297     [
6298     [/CSA [/0 ]]
6299     ] del_res
6300     /BVNSTM+Arial-ItalicMT*1 uf /BVNSTM+Arial-ItalicMT uf /LAAAAA+Arial-ItalicMT uf /BVNSTN+Arial-BoldMT*1 uf /BVNSTN+Arial-BoldMT uf /NAAAAA+Arial-BoldMT uf /BVNSTL+ArialMT*1 uf /BVNSTL+ArialMT uf /JAAAAA+ArialMT uf Adobe_AGM_Image/pt gx
6301     Adobe_CoolType_Core/pt get exec Adobe_AGM_Core/pt gx
6302     currentdict Adobe_AGM_Utils eq {end} if
6303     %%Trailer
6304     Adobe_AGM_Utils begin
6305     [/EMC pdfmark_5
6306     currentdict Adobe_AGM_Utils eq {end} if
6307     Adobe_AGM_Image/dt get exec
6308     Adobe_CoolType_Core/dt get exec Adobe_AGM_Core/dt get exec
6309     %%Pages: 1
6310     %%DocumentNeededResources:
6311     %%DocumentSuppliedResources: procset Adobe_AGM_Image 1.0 0
6312     %%+ procset Adobe_CoolType_Utility_T42 1.0 0
6313     %%+ procset Adobe_CoolType_Utility_MAKEOCF 1.23 0
6314     %%+ procset Adobe_CoolType_Core 2.31 0
6315     %%+ procset Adobe_AGM_Core 2.0 0
6316     %%+ procset Adobe_AGM_Utils 1.0 0
6317     %%DocumentNeededFeatures:
6318     %%DocumentSuppliedFeatures:
6319     %%DocumentProcessColors: Cyan Magenta Yellow Black
6320     %%DocumentCustomColors:
6321     %%CMYKCustomColor:
6322     %%RGBCustomColor:
6323     %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22