JavaMail-1.2.ps
上传用户:dinglihq
上传日期:2013-02-04
资源大小:99958k
文件大小:1004k
源码类别:

Java编程

开发平台:

Java

  1. %!PS-Adobe-3.0 %%BoundingBox: (atend) %%Pages: (atend) %%PageOrder: (atend) %%DocumentFonts: (atend) %%DocumentNeedsFonts: (atend) %%DocumentSuppliedFonts: (atend) %%Creator: Frame 5.5 %%DocumentData: Clean7Bit %%EndComments %%BeginProlog % % Frame ps_prolog 5.5, for use with Adobe Unix Frame 5.5 products % % This ps_prolog file is Copyright (c) 1986-1996 Adobe Systems, Incoporated. % All rights reserved.  This ps_prolog file may be freely copied and  % distributed in conjunction with documents created using FrameMaker,  % FrameMaker+SGML, FrameReader, and FrameViewer as long as this  % copyright notice is preserved. /FMDocSave save def % % FrameMaker users specify the proper paper size for each print job in the % "Print" dialog's "Printer Paper Size" "Width" and "Height~ fields.  If the % printer that the PS file is sent to does not support the requested paper % size, or if there is no paper tray of the proper size currently installed,  % then the job will not be printed.  The following flag, if set to true, will % cause the job to print on the default paper in such cases. /FMAllowPaperSizeMismatch            false def % % Frame products normally print colors as their true color on a color printer % or as shades of gray, based on luminance, on a black-and white printer. The % following flag, if set to true, forces all non-white colors to print as pure % black. This has no effect on bitmap images. /FMPrintAllColorsAsBlack             false def % % Frame products can either set their own line screens or use a printer's  % default settings. Three flags below control this separately for no  % separations, spot separations and process separations. If a flag % is true, then the default printer settings will not be changed. If it is % false, Frame products will use their own settings from a table based on % the printer's resolution. /FMUseDefaultNoSeparationScreen      true  def /FMUseDefaultSpotSeparationScreen    true  def /FMUseDefaultProcessSeparationScreen false def % % For any given PostScript printer resolution, Frame products have two sets of  % screen angles and frequencies for printing process separations, which are  % recomended by Adobe. The following variable chooses the higher frequencies % when set to true or the lower frequencies when set to false. This is only % effective if the appropriate FMUseDefault...SeparationScreen flag is false. /FMUseHighFrequencyScreens true def % % The following is a set of predefined optimal frequencies and angles for various % common dpi settings. This is taken from "Advances in Color Separation Using % PostScript Software Technology," from Adobe Systems (3/13/89 P.N. LPS 0043) % and corrolated with information which is in various PPD (4.0) files. % % The "dpiranges" figure is the minimum dots per inch device resolution which % can support this setting. The "low" and "high" values are controlled by the % setting of the FMUseHighFrequencyScreens flag above. The "TDot" flags control % the use of the "Yellow Triple Dot" feature whereby the frequency id divided by % three, but the dot function is "trippled" giving a block of 3x3 dots per cell. % % PatFreq is a compromise pattern frequency for ps Level 2 printers which is close % to the ideal WYSIWYG pattern frequency of 9 repetitions/inch but does not beat % (too badly) against the screen frequencies of any separations for that DPI. /dpiranges   [  2540    2400    1693     1270    1200     635      600      0      ] def /CMLowFreqs  [ 100.402  94.8683 89.2289 100.402  94.8683  66.9349  63.2456 47.4342 ] def /YLowFreqs   [  95.25   90.0    84.65    95.25   90.0     70.5556  66.6667 50.0    ] def /KLowFreqs   [  89.8026 84.8528 79.8088  89.8026 84.8528  74.8355  70.7107 53.033  ] def /CLowAngles  [  71.5651 71.5651 71.5651 71.5651  71.5651  71.5651  71.5651 71.5651 ] def /MLowAngles  [  18.4349 18.4349 18.4349 18.4349  18.4349  18.4349  18.4349 18.4349 ] def /YLowTDot    [  true    true    false    true    true     false    false   false   ] def /CMHighFreqs [ 133.87  126.491 133.843  108.503 102.523  100.402   94.8683 63.2456 ] def /YHighFreqs  [ 127.0   120.0   126.975  115.455 109.091   95.25    90.0    60.0    ] def /KHighFreqs  [ 119.737 113.137 119.713  128.289 121.218   89.8026  84.8528 63.6395 ] def /CHighAngles [  71.5651 71.5651 71.5651  70.0169 70.0169  71.5651  71.5651 71.5651 ] def /MHighAngles [  18.4349 18.4349 18.4349  19.9831 19.9831  18.4349  18.4349 18.4349 ] def /YHighTDot   [  false   false   true     false   false    true     true    false   ] def /PatFreq     [ 10.5833 10.0     9.4055  10.5833 10.0   10.5833  10.0    9.375   ] def % % PostScript Level 2 printers contain an "Accurate Screens" feature which can % improve process separation rendering at the expense of compute time. This  % flag is ignored by PostScript Level 1 printers. /FMUseAcccurateScreens true def % % The following PostScript procedure defines the spot function that Frame % products will use for process separations. You may un-comment-out one of % the alternative functions below, or use your own. % % Dot function /FMSpotFunction {abs exch abs 2 copy add 1 gt  {1 sub dup mul exch 1 sub dup mul add 1 sub } {dup mul exch dup mul add 1 exch sub }ifelse } def % % Line function % /FMSpotFunction { pop } def % % Elipse function % /FMSpotFunction { dup 5 mul 8 div mul exch dup mul exch add  % sqrt 1 exch sub } def % % /FMversion (5.5) def  /fMLevel1 /languagelevel where {pop languagelevel} {1} ifelse 2 lt def /FMPColor fMLevel1 { false /colorimage where {pop pop true} if } { true } ifelse def /FrameDict 400 dict def  systemdict /errordict known not {/errordict 10 dict def errordict /rangecheck {stop} put} if % The readline in PS 23.0 doesn't recognize cr's as nl's on AppleTalk FrameDict /tmprangecheck errordict /rangecheck get put  errordict /rangecheck {FrameDict /bug true put} put  FrameDict /bug false put  mark  % Some PS machines read past the CR, so keep the following 3 lines together! currentfile 5 string readline 00 0000000000 cleartomark  errordict /rangecheck FrameDict /tmprangecheck get put  FrameDict /bug get {  /readline { /gstring exch def /gfile exch def /gindex 0 def { gfile read pop  dup 10 eq {exit} if  dup 13 eq {exit} if  gstring exch gindex exch put  /gindex gindex 1 add def  } loop pop  gstring 0 gindex getinterval true  } bind def } if /FMshowpage /showpage load def /FMquit /quit load def /FMFAILURE {  2 copy exch = = flush  FMshowpage  /Helvetica findfont 12 scalefont setfont 72 200 moveto show 72 220 moveto show FMshowpage  FMquit  } def  /FMVERSION { FMversion ne { (Adobe Frame product version does not match ps_prolog!  Check installation;) (also check ~/fminit and ./fminit for old versions) FMFAILURE } if } def  /fmConcatProcs { /proc2 exch cvlit def/proc1 exch cvlit def/newproc proc1 length proc2 length add array def newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx }def FrameDict begin [ /ALDsave /FMdicttop /FMoptop /FMpointsize /FMsetsize /FMsaveobject /b /bitmapsave /blut /bpside /bs /bstring /bwidth /c /cf /cs /cynu /depth /edown /fh /fillvals /fw /fx /fy /g /gfile /gindex /grnt /gryt /gstring /height /hh /i /im /indx /is /k /kk /landscape /lb /len /llx /lly /m /magu /manualfeed /n /offbits /onbits /organgle /orgbangle /orgbfreq /orgbproc /orgbxfer /orgfreq /orggangle /orggfreq /orggproc /orggxfer /orghalftone /orgmatrix /orgproc /orgrangle /orgrfreq /orgrproc /orgrxfer /orgxfer /pagesave /paperheight /papersizedict /paperwidth /pos /pwid /r /rad /redt /sl /str /tran /u /urx /ury /val /width /width /ws /ww /x /x1 /x2 /xindex /xpoint /xscale /xx /y /y1 /y2 /yelu /yindex /ypoint /yscale /yy /tintGray ] { 0 def } forall /FmBD {bind def} bind def systemdict /pdfmark known systemdict /currentdistillerparams known and { /fMAcrobat true def /FmPD /pdfmark load def /FmPT /show load def currentdistillerparams /CoreDistVersion get 2000 ge { /FmPD2 /pdfmark load def %      % Procedure /FmPA defines named destinations.  % In order to accommodate all possible scenarios, FrameMaker defines named destinations % for each paragraph, which allows links to arbitrary points in already generated % PDF documents. This feature may cause larger PDF files to be created.  % The fmCG flag tells Distiller whether to create named destinations for each  % paragraph. This prolog defines two versions of this flag. One of these versions must be % commented out, and the other must be uncommented. %      % The following fmCG flag will cause Distiller to create a named destination for % each paragraph.  %      /fmCG { false } FmBD %      % The following fmCG flag will cause Distiller to create a named destination only % for each paragraph known to be a destination. If you do not want Distiller to create % named destinations for each paragraph (thus creating smaller sized PDF documents),  % uncomment the following statement and comment out the previous statement.  % CAUTION: By making the following statement active, you may lose some links in the %          resulting PDF documents. %      %%/fmCG { dup 127 string cvs 0 get (G) 0 get eq } FmBD  %    /FmND   { mark exch /Dest exch 5 3 roll /View [ /XYZ 5 -2 roll FmDC null ] /DEST FmPD    }FmBD   /FmPA    { fmCG     { pop pop pop }     { FmND } ifelse   } FmBD } { /FmPD2 /cleartomark load def /FmPA {pop pop pop}FmBD /FmND {pop pop pop}FmBD } ifelse } { /fMAcrobat false def /FmPD /cleartomark load def /FmPD2 /cleartomark load def /FmPT /pop load def /FmPA {pop pop pop}FmBD /FmND {pop pop pop}FmBD } ifelse /FmDC { transform fMDefaultMatrix defaultmatrix itransform cvi exch cvi exch }FmBD /FmBx { dup 3 index lt {3 1 roll exch} if  1 index 4 index lt {4 -1 roll 3 1 roll exch 4 1 roll} if }FmBD /FMnone 0 def /FMcyan 1 def /FMmagenta 2 def /FMyellow 3 def /FMblack 4 def /FMcustom 5 def /fMNegative false def  /FrameSepIs FMnone def  /FrameSepBlack 0 def /FrameSepYellow 0 def /FrameSepMagenta 0 def /FrameSepCyan 0 def /FrameSepRed 1 def /FrameSepGreen 1 def /FrameSepBlue 1 def /FrameCurGray 1 def /FrameCurPat null def /FrameCurColors [ 0 0 0 1 0 0 0 1] def  /FrameColorEpsilon .001 def /eqepsilon { sub dup 0 lt {neg} if FrameColorEpsilon le } bind def /FrameCmpColorsCMYK {  2 copy 0 get exch 0 get eqepsilon { 2 copy 1 get exch 1 get eqepsilon { 2 copy 2 get exch 2 get eqepsilon { 3 get exch 3 get eqepsilon } {pop pop false} ifelse }{pop pop false} ifelse } {pop pop false} ifelse } bind def /FrameCmpColorsRGB {  2 copy 4 get exch 0 get eqepsilon { 2 copy 5 get exch 1 get eqepsilon { 6 get exch 2 get eqepsilon }{pop pop false} ifelse } {pop pop false} ifelse } bind def /RGBtoCMYK {  1 exch sub  3 1 roll  1 exch sub  3 1 roll  1 exch sub  3 1 roll  3 copy  2 copy  le { pop } { exch pop } ifelse  2 copy  le { pop } { exch pop } ifelse  dup dup dup  6 1 roll  4 1 roll  7 1 roll  sub  6 1 roll  sub  5 1 roll  sub  4 1 roll  } bind def /CMYKtoRGB {  dup dup 4 -1 roll add     5 1 roll 3 -1 roll add     4 1 roll add     1 exch sub dup 0 lt {pop 0} if 3 1 roll     1 exch sub dup 0 lt {pop 0} if exch         1 exch sub dup 0 lt {pop 0} if exch       } bind def /FrameSepInit { 1.0 RealSetgray } bind def /FrameSetSepColor {  /FrameSepBlue exch def /FrameSepGreen exch def /FrameSepRed exch def /FrameSepBlack exch def /FrameSepYellow exch def /FrameSepMagenta exch def /FrameSepCyan exch def /FrameSepIs FMcustom def setCurrentScreen } bind def /FrameSetCyan { /FrameSepBlue 1.0 def /FrameSepGreen 1.0 def /FrameSepRed 0.0 def /FrameSepBlack 0.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 1.0 def /FrameSepIs FMcyan def setCurrentScreen } bind def   /FrameSetMagenta { /FrameSepBlue 1.0 def /FrameSepGreen 0.0 def /FrameSepRed 1.0 def /FrameSepBlack 0.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 1.0 def /FrameSepCyan 0.0 def /FrameSepIs FMmagenta def setCurrentScreen } bind def   /FrameSetYellow { /FrameSepBlue 0.0 def /FrameSepGreen 1.0 def /FrameSepRed 1.0 def /FrameSepBlack 0.0 def /FrameSepYellow 1.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 0.0 def /FrameSepIs FMyellow def setCurrentScreen } bind def   /FrameSetBlack { /FrameSepBlue 0.0 def /FrameSepGreen 0.0 def /FrameSepRed 0.0 def /FrameSepBlack 1.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 0.0 def /FrameSepIs FMblack def setCurrentScreen } bind def   /FrameNoSep {  /FrameSepIs FMnone def setCurrentScreen } bind def /FrameSetSepColors {  FrameDict begin [ exch 1 add 1 roll ] /FrameSepColors   exch def end } bind def /FrameColorInSepListCMYK {  FrameSepColors {           exch dup 3 -1 roll          FrameCmpColorsCMYK          { pop true exit } if      } forall  dup true ne {pop false} if } bind def /FrameColorInSepListRGB {  FrameSepColors {           exch dup 3 -1 roll          FrameCmpColorsRGB          { pop true exit } if      } forall  dup true ne {pop false} if } bind def /RealSetgray /setgray load def /RealSetrgbcolor /setrgbcolor load def /RealSethsbcolor /sethsbcolor load def end  /setgray {  FrameDict begin FrameSepIs FMnone eq { RealSetgray }  {  FrameSepIs FMblack eq  { RealSetgray }  { FrameSepIs FMcustom eq    FrameSepRed 0 eq and   FrameSepGreen 0 eq and   FrameSepBlue 0 eq and {    RealSetgray   } { 1 RealSetgray pop    } ifelse } ifelse } ifelse end } bind def /setrgbcolor {  FrameDict begin FrameSepIs FMnone eq {  RealSetrgbcolor } { 3 copy [ 4 1 roll ]  FrameColorInSepListRGB { FrameSepBlue eq exch    FrameSepGreen eq and exch    FrameSepRed eq and   { 0 } { 1 } ifelse } { FMPColor { RealSetrgbcolor currentcmykcolor } { RGBtoCMYK } ifelse FrameSepIs FMblack eq {1.0 exch sub 4 1 roll pop pop pop} { FrameSepIs FMyellow eq {pop 1.0 exch sub 3 1 roll pop pop} { FrameSepIs FMmagenta eq {pop pop 1.0 exch sub exch pop } { FrameSepIs FMcyan eq {pop pop pop 1.0 exch sub }  {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse  } ifelse RealSetgray }  ifelse end } bind def /sethsbcolor { FrameDict begin FrameSepIs FMnone eq  { RealSethsbcolor }  { RealSethsbcolor  currentrgbcolor   setrgbcolor  }  ifelse end } bind def FrameDict begin /setcmykcolor where { pop /RealSetcmykcolor /setcmykcolor load def } { /RealSetcmykcolor { 4 1 roll 3 { 3 index add 0 max 1 min 1 exch sub 3 1 roll} repeat  RealSetrgbcolor pop } bind def } ifelse userdict /setcmykcolor {  FrameDict begin FrameSepIs FMnone eq { RealSetcmykcolor }  { 4 copy [ 5 1 roll ] FrameColorInSepListCMYK { FrameSepBlack eq exch  FrameSepYellow eq and exch  FrameSepMagenta eq and exch  FrameSepCyan eq and  { 0 } { 1 } ifelse } { FrameSepIs FMblack eq {1.0 exch sub 4 1 roll pop pop pop} { FrameSepIs FMyellow eq {pop 1.0 exch sub 3 1 roll pop pop} { FrameSepIs FMmagenta eq {pop pop 1.0 exch sub exch pop } { FrameSepIs FMcyan eq {pop pop pop 1.0 exch sub }  {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse  } ifelse RealSetgray } ifelse end } bind put fMLevel1 {  /patScreenDict 7 dict dup begin <0f1e3c78f0e1c387> [ 45  { pop } {exch pop}  .5   2 sqrt] FmBD <0f87c3e1f0783c1e> [ 135 { pop } {exch pop} .5   2 sqrt] FmBD <cccccccccccccccc> [ 0   { pop } dup .5   2    ] FmBD <ffff0000ffff0000> [ 90  { pop } dup .5   2    ] FmBD <8142241818244281> [ 45  { 2 copy lt {exch} if pop} dup .75  2 sqrt] FmBD <03060c183060c081> [ 45  { pop } {exch pop} .875 2 sqrt] FmBD <8040201008040201> [ 135 { pop } {exch pop} .875 2 sqrt] FmBD end def } {  /patProcDict 5 dict dup begin <0f1e3c78f0e1c387> { 3 setlinewidth -1 -1 moveto 9 9 lineto stroke  4 -4 moveto 12 4 lineto stroke -4 4 moveto 4 12 lineto stroke} bind def <0f87c3e1f0783c1e> { 3 setlinewidth -1 9 moveto 9 -1 lineto stroke  -4 4 moveto 4 -4 lineto stroke 4 12 moveto 12 4 lineto stroke} bind def <8142241818244281> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke -1 -1 moveto 9 9 lineto stroke } bind def <03060c183060c081> { 1 setlinewidth -1 -1 moveto 9 9 lineto stroke  4 -4 moveto 12 4 lineto stroke -4 4 moveto 4 12 lineto stroke} bind def <8040201008040201> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke  -4 4 moveto 4 -4 lineto stroke 4 12 moveto 12 4 lineto stroke} bind def end def /patDict 15 dict dup begin /PatternType 1 def /PaintType 2 def /TilingType 3 def /BBox [ 0 0 8 8 ] def  /XStep 8 def /YStep 8 def /PaintProc { begin patProcDict bstring known { patProcDict bstring get exec } { 8 8 true [1 0 0 -1 0 8] bstring imagemask } ifelse end } bind def end def } ifelse /tintCMYK { 1 tintGray sub FrameCurColors 0 4 getinterval aload pop  4 index mul 5 1 roll 3 index mul 5 1 roll 2 index mul 5 1 roll mul 4 1 roll }bind def /tintRGB { 1 tintGray sub FrameCurColors 4 3 getinterval aload pop  1 exch sub 3 index mul 1 exch sub 4 1 roll 1 exch sub 2 index mul 1 exch sub 4 1 roll 1 exch sub mul 1 exch sub 3 1 roll }bind def /combineColor { /tintGray 1 1 FrameCurGray sub FrameCurColors 7 get mul sub def     FrameSepIs FMnone eq { graymode fMLevel1 or not { [/Pattern [/DeviceCMYK]] setcolorspace tintCMYK FrameCurPat setcolor } { FrameCurColors 3 get 1.0 ge { tintGray RealSetgray } { fMAcrobat not FMPColor graymode and and { tintCMYK RealSetcmykcolor } { tintRGB RealSetrgbcolor } ifelse } ifelse } ifelse } {  FrameCurColors 0 4 getinterval aload FrameColorInSepListCMYK { FrameSepBlack eq exch  FrameSepYellow eq and exch  FrameSepMagenta eq and exch  FrameSepCyan eq and FrameSepIs FMcustom eq and { tintGray } { 1 } ifelse } { FrameSepIs FMblack eq {tintGray 1.0 exch sub mul 1.0 exch sub 4 1 roll pop pop pop} { FrameSepIs FMyellow eq {pop tintGray 1.0 exch sub mul 1.0 exch sub 3 1 roll pop pop} { FrameSepIs FMmagenta eq {pop pop tintGray 1.0 exch sub mul 1.0 exch sub exch pop } { FrameSepIs FMcyan eq {pop pop pop tintGray 1.0 exch sub mul 1.0 exch sub }  {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse  } ifelse graymode fMLevel1 or not { [/Pattern [/DeviceGray]] setcolorspace FrameCurPat setcolor } {  graymode not fMLevel1 and { dup 1 lt {pop FrameCurGray} if } if RealSetgray } ifelse } ifelse } bind def /savematrix { orgmatrix currentmatrix pop } bind def /restorematrix { orgmatrix setmatrix } bind def /fMDefaultMatrix matrix def /fMatrix2 matrix def /dpi    72 0 fMDefaultMatrix defaultmatrix dtransform     dup mul exch   dup mul add   sqrt def /freq dpi dup 72 div round dup 0 eq {pop 1} if 8 mul div def /sangle 1 0 fMDefaultMatrix defaultmatrix dtransform exch atan def sangle fMatrix2 rotate  fMDefaultMatrix defaultmatrix fMatrix2 concatmatrix  dup 0 get /sflipx exch def     3 get /sflipy exch def /screenIndex { 0 1 dpiranges length 1 sub { dup dpiranges exch get 1 sub dpi le {exit} {pop} ifelse } for } bind def /getCyanScreen { FMUseHighFrequencyScreens { CHighAngles CMHighFreqs} {CLowAngles CMLowFreqs} ifelse screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load } bind def /getMagentaScreen { FMUseHighFrequencyScreens { MHighAngles CMHighFreqs } {MLowAngles CMLowFreqs} ifelse screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load } bind def /getYellowScreen { FMUseHighFrequencyScreens { YHighTDot YHighFreqs} { YLowTDot YLowFreqs } ifelse screenIndex dup 3 1 roll get 3 1 roll get { 3 div {2 { 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch} repeat FMSpotFunction } } {/FMSpotFunction load } ifelse 0.0 exch } bind def /getBlackScreen  { FMUseHighFrequencyScreens { KHighFreqs } { KLowFreqs } ifelse screenIndex get 45.0 /FMSpotFunction load  } bind def /getSpotScreen { getBlackScreen } bind def /getCompositeScreen { getBlackScreen } bind def /FMSetScreen  fMLevel1 { /setscreen load  }{ { 8 dict begin /HalftoneType 1 def /SpotFunction exch def /Angle exch def /Frequency exch def /AccurateScreens FMUseAcccurateScreens def currentdict end sethalftone } bind } ifelse def /setDefaultScreen { fMLevel1 { FMPColor { orgrxfer cvx orggxfer cvx orgbxfer cvx orgxfer cvx setcolortransfer } { orgxfer cvx settransfer } ifelse orgfreq organgle orgproc cvx setscreen } { orghalftone sethalftone }ifelse } bind def /setCurrentScreen { FrameSepIs FMnone eq { FMUseDefaultNoSeparationScreen { setDefaultScreen } { getCompositeScreen FMSetScreen } ifelse } { FrameSepIs FMcustom eq { FMUseDefaultSpotSeparationScreen { setDefaultScreen } { getSpotScreen FMSetScreen } ifelse } { FMUseDefaultProcessSeparationScreen { setDefaultScreen } { FrameSepIs FMcyan eq { getCyanScreen FMSetScreen } { FrameSepIs FMmagenta eq { getMagentaScreen FMSetScreen } { FrameSepIs FMyellow eq { getYellowScreen FMSetScreen } { getBlackScreen FMSetScreen } ifelse } ifelse } ifelse } ifelse } ifelse } ifelse  } bind def end /FMDOCUMENT {  array /FMfonts exch def  dup 1 gt {/#copies exch def} {pop} ifelse FrameDict begin 0 ne /manualfeed exch def /paperheight exch def /paperwidth exch def 0 ne /fMNegative exch def  0 ne /edown exch def  /yscale exch def /xscale exch def fMLevel1 { manualfeed {setmanualfeed} if /FMdicttop countdictstack 1 add def  /FMoptop count def  setpapername  manualfeed {true} {papersize} ifelse  {manualpapersize} {false} ifelse  {desperatepapersize} {false} ifelse  {papersizefailure} if count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for  } {2 dict  dup /PageSize [paperwidth paperheight] put  manualfeed {dup /ManualFeed manualfeed put} if  {setpagedevice} stopped {papersizefailure} if } ifelse  fMLevel1 not { /orghalftone currenthalftone def }if  FMPColor { currentcolorscreen cvlit /orgproc exch def   /organgle exch def    /orgfreq exch def cvlit /orgbproc exch def   /orgbangle exch def    /orgbfreq exch def cvlit /orggproc exch def   /orggangle exch def    /orggfreq exch def cvlit /orgrproc exch def   /orgrangle exch def    /orgrfreq exch def currentcolortransfer  fMNegative { 1 1 4 {  pop { 1 exch sub } fmConcatProcs 4 1 roll } for 4 copy setcolortransfer } if cvlit /orgxfer exch def cvlit /orgbxfer exch def cvlit /orggxfer exch def cvlit /orgrxfer exch def } { currentscreen  cvlit /orgproc exch def   /organgle exch def    /orgfreq exch def    currenttransfer  fMNegative { { 1 exch sub } fmConcatProcs dup settransfer } if  cvlit /orgxfer exch def } ifelse end  } def  /FMENDDOCUMENT { FMDocSave restore } def /FMBEGINPAGE {  FrameDict begin  /pagesave save def 3.86 setmiterlimit 0 0 moveto paperwidth 0 lineto paperwidth paperheight lineto  0 paperheight lineto 0 0 lineto 1 setgray fill /landscape exch 0 ne def landscape {  90 rotate 0 exch dup /pwid exch def neg translate pop  }{ pop /pwid exch def } ifelse edown { [-1 0 0 1 pwid 0] concat } if xscale yscale scale /orgmatrix matrix def gsave  } def  /FMENDPAGE { grestore  pagesave restore end  showpage } def  /FMFONTDEFINE {  FrameDict begin findfont  ReEncode  1 index exch  definefont  FMfonts 3 1 roll  put end  } def  /FMFILLS { FrameDict begin dup array /fillvals exch def dict /patCache exch def end  } def  /FMFILL { FrameDict begin  fillvals 3 1 roll put end  } def  /FMNORMALIZEGRAPHICS {  newpath 1 setlinewidth 0 setlinecap 0 0 0 sethsbcolor 0 setgray  } bind def /FMBEGINEPSF {  end  /FMEPSF save def  /showpage {} def  FMNORMALIZEGRAPHICS  [/fy /fx /fh /fw /ury /urx /lly /llx] {exch def} forall  fx fw 2 div add fy fh 2 div add  translate rotate fw 2 div neg fh 2 div neg translate fw urx llx sub div fh ury lly sub div scale  llx neg lly neg translate  /FMdicttop countdictstack 1 add def  /FMoptop count def  } bind def /FMENDEPSF { count -1 FMoptop {pop pop} for  countdictstack -1 FMdicttop {pop end} for  FMEPSF restore FrameDict begin  } bind def FrameDict begin  /setmanualfeed { %%BeginFeature: *ManualFeed True  statusdict /manualfeed true put %%EndFeature } bind def /max {2 copy lt {exch} if pop} bind def /min {2 copy gt {exch} if pop} bind def /inch {72 mul} def /pagedimen {  paperheight sub abs 16 lt exch  paperwidth sub abs 16 lt and {/papername exch def} {pop} ifelse } bind def /setpapername {  /papersizedict 14 dict def  papersizedict begin /papername /unknown def  /Letter 8.5 inch 11.0 inch pagedimen /LetterSmall 7.68 inch 10.16 inch pagedimen /Tabloid 11.0 inch 17.0 inch pagedimen /Ledger 17.0 inch 11.0 inch pagedimen /Legal 8.5 inch 14.0 inch pagedimen /Statement 5.5 inch 8.5 inch pagedimen /Executive 7.5 inch 10.0 inch pagedimen /A3 11.69 inch 16.5 inch pagedimen /A4 8.26 inch 11.69 inch pagedimen /A4Small 7.47 inch 10.85 inch pagedimen /B4 10.125 inch 14.33 inch pagedimen /B5 7.16 inch 10.125 inch pagedimen end } bind def /papersize { papersizedict begin /Letter {lettertray letter} def /LetterSmall {lettertray lettersmall} def /Tabloid {11x17tray 11x17} def /Ledger {ledgertray ledger} def /Legal {legaltray legal} def /Statement {statementtray statement} def /Executive {executivetray executive} def /A3 {a3tray a3} def /A4 {a4tray a4} def /A4Small {a4tray a4small} def /B4 {b4tray b4} def /B5 {b5tray b5} def /unknown {unknown} def papersizedict dup papername known {papername} {/unknown} ifelse get end statusdict begin stopped end  } bind def /manualpapersize { papersizedict begin /Letter {letter} def /LetterSmall {lettersmall} def /Tabloid {11x17} def /Ledger {ledger} def /Legal {legal} def /Statement {statement} def /Executive {executive} def /A3 {a3} def /A4 {a4} def /A4Small {a4small} def /B4 {b4} def /B5 {b5} def /unknown {unknown} def papersizedict dup papername known {papername} {/unknown} ifelse get end stopped  } bind def /desperatepapersize { mark statusdict begin  /setpageparams where { pop paperwidth paperheight 0 1  {setpageparams} stopped  } {  true  } ifelse { /setpagedevice where { pop  1 dict dup begin /PageSize [ paperwidth paperheight ] def end  {setpagedevice} stopped } { true } ifelse } { false } ifelse  end {cleartomark true}{cleartomark false}ifelse } bind def /papersizefailure { FMAllowPaperSizeMismatch not { (The requested paper size is not available in any currently-installed tray) (Edit the PS file to "FMAllowPaperSizeMismatch true" to use default tray)  FMFAILURE } if } def /DiacriticEncoding [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quotesingle /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /grave /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /Adieresis /Aring /Ccedilla /Eacute /Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis /atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis /iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve /ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex /udieresis /dagger /.notdef /cent /sterling /section /bullet /paragraph /germandbls /registered /copyright /trademark /acute /dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef /yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown /exclamdown /logicalnot /.notdef /florin /.notdef /.notdef /guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde /Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright /quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis /fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl /periodcentered /quotesinglbase /quotedblbase /perthousand /Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute /Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve /Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron /breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron ] def /ReEncode {  dup  length  dict begin  { 1 index /FID ne  {def}  {pop pop} ifelse  } forall  0 eq {/Encoding DiacriticEncoding def} if  currentdict  end  } bind def FMPColor  { /BEGINBITMAPCOLOR {  BITMAPCOLOR} def /BEGINBITMAPCOLORc {  BITMAPCOLORc} def /BEGINBITMAPTRUECOLOR {  BITMAPTRUECOLOR } def /BEGINBITMAPTRUECOLORc {  BITMAPTRUECOLORc } def /BEGINBITMAPCMYK {  BITMAPCMYK } def /BEGINBITMAPCMYKc {  BITMAPCMYKc } def } { /BEGINBITMAPCOLOR {  BITMAPGRAY} def /BEGINBITMAPCOLORc {  BITMAPGRAYc} def /BEGINBITMAPTRUECOLOR {  BITMAPTRUEGRAY } def /BEGINBITMAPTRUECOLORc {  BITMAPTRUEGRAYc } def /BEGINBITMAPCMYK {  BITMAPCMYKGRAY } def /BEGINBITMAPCMYKc {  BITMAPCMYKGRAYc } def } ifelse /K {  FMPrintAllColorsAsBlack { 8 1 roll dup 1 eq 2 index 1 eq and 3 index 1 eq and not {7 {pop} repeat 0 0 0 1 0 0 0} if 8 -1 roll } if  FrameCurColors astore  pop combineColor } bind def /graymode true def fMLevel1 { /fmGetFlip { fMatrix2 exch get mul 0 lt { -1 } { 1 } ifelse } FmBD } if /setPatternMode { fMLevel1 { 2 index patScreenDict exch known { pop pop patScreenDict exch get aload pop  freq  mul 5 2 roll fMatrix2 currentmatrix 1 get 0 ne { 3 -1 roll 90 add 3 1 roll  sflipx 1 fmGetFlip sflipy 2 fmGetFlip neg mul } {   sflipx 0 fmGetFlip sflipy 3 fmGetFlip mul  } ifelse 0 lt {exch pop} {pop} ifelse  fMNegative {  {neg} fmConcatProcs  } if bind systemdict /setscreen get exec /FrameCurGray exch def } { /bwidth  exch def /bpside  exch def /bstring exch def /onbits 0 def  /offbits 0 def freq sangle landscape {90 add} if  {/ypoint exch def  /xpoint exch def  /xindex xpoint 1 add 2 div bpside mul cvi def  /yindex ypoint 1 add 2 div bpside mul cvi def  bstring yindex bwidth mul xindex 8 idiv add get  1 7 xindex 8 mod sub bitshift and 0 ne fMNegative {not} if  {/onbits  onbits  1 add def 1}  {/offbits offbits 1 add def 0}  ifelse } setscreen offbits offbits onbits add dup 0 ne {div} {pop pop .5} ifelse fMNegative {1.0 exch sub} if /FrameCurGray exch def } ifelse } {  pop pop dup patCache exch known { patCache exch get } {  dup patDict /bstring 3 -1 roll put patDict  9 PatFreq screenIndex get div dup matrix scale makepattern dup  patCache 4 -1 roll 3 -1 roll put } ifelse /FrameCurGray 0 def /FrameCurPat exch def } ifelse /graymode false def combineColor } bind def /setGrayScaleMode { graymode not { /graymode true def fMLevel1 { setCurrentScreen } if } if /FrameCurGray exch def combineColor } bind def /normalize { transform round exch round exch itransform } bind def /dnormalize { dtransform round exch round exch idtransform } bind def /lnormalize {  0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop } bind def /H {  lnormalize setlinewidth } bind def /Z { setlinecap } bind def /PFill { graymode fMLevel1 or not { gsave 1 setgray eofill grestore } if } bind def /PStroke { graymode fMLevel1 or not { gsave 1 setgray stroke grestore } if stroke } bind def /X {  fillvals exch get dup type /stringtype eq {8 1 setPatternMode}  {setGrayScaleMode} ifelse } bind def /V {  PFill gsave eofill grestore } bind def /Vclip { clip } bind def /Vstrk { currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /N {  PStroke } bind def /Nclip { strokepath clip newpath } bind def /Nstrk { currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /M {newpath moveto} bind def /E {lineto} bind def /D {curveto} bind def /O {closepath} bind def /L {    /n exch def newpath normalize moveto  2 1 n {pop normalize lineto} for } bind def /Y {  L  closepath } bind def /R {  /y2 exch def /x2 exch def /y1 exch def /x1 exch def x1 y1 x2 y1 x2 y2 x1 y2 4 Y  } bind def /rarc  {rad   arcto } bind def /RR {  /rad exch def normalize /y2 exch def /x2 exch def normalize /y1 exch def /x1 exch def mark newpath { x1 y1 rad add moveto x1 y2 x2 y2 rarc x2 y2 x2 y1 rarc x2 y1 x1 y1 rarc x1 y1 x1 y2 rarc closepath } stopped {x1 y1 x2 y2 R} if  cleartomark } bind def /RRR {  /rad exch def normalize /y4 exch def /x4 exch def normalize /y3 exch def /x3 exch def normalize /y2 exch def /x2 exch def normalize /y1 exch def /x1 exch def newpath normalize moveto  mark { x2 y2 x3 y3 rarc x3 y3 x4 y4 rarc x4 y4 x1 y1 rarc x1 y1 x2 y2 rarc closepath } stopped  {x1 y1 x2 y2 x3 y3 x4 y4 newpath moveto lineto lineto lineto closepath} if cleartomark } bind def /C {  grestore gsave R  clip setCurrentScreen } bind def /CP {  grestore gsave Y  clip setCurrentScreen } bind def /F {  FMfonts exch get [FMsetsize 0 0 FMpointsize 0 0] makefont setfont } bind def /Q {  /FMpointsize exch def /FMsetsize FMpointsize def F  } bind def /QQ {  /FMsetsize exch def /FMpointsize exch def F  } bind def /T {  moveto show } bind def /RF {  rotate 0 ne {-1 1 scale} if } bind def /TF {  gsave moveto  RF show grestore } bind def /P {  moveto 0 32 3 2 roll widthshow } bind def /PF {  gsave moveto  RF 0 32 3 2 roll widthshow grestore } bind def /S {  moveto 0 exch ashow } bind def /SF {  gsave moveto RF 0 exch ashow grestore } bind def /B {  moveto 0 32 4 2 roll 0 exch awidthshow } bind def /BF {  gsave moveto RF 0 32 4 2 roll 0 exch awidthshow grestore } bind def /G {  gsave newpath normalize translate 0.0 0.0 moveto  dnormalize scale  0.0 0.0 1.0 5 3 roll arc  closepath  PFill fill grestore } bind def /Gstrk { savematrix     newpath     2 index 2 div add exch 3 index 2 div sub exch      normalize 2 index 2 div sub exch 3 index 2 div add exch      translate     scale      0.0 0.0 1.0 5 3 roll arc      restorematrix     currentlinewidth exch setlinewidth PStroke setlinewidth     } bind def /Gclip {  newpath savematrix normalize translate 0.0 0.0 moveto  dnormalize scale  0.0 0.0 1.0 5 3 roll arc  closepath  clip newpath restorematrix } bind def /GG {  gsave newpath normalize translate 0.0 0.0 moveto  rotate  dnormalize scale  0.0 0.0 1.0 5 3 roll arc  closepath PFill fill grestore } bind def /GGclip {  savematrix newpath     normalize translate 0.0 0.0 moveto      rotate      dnormalize scale      0.0 0.0 1.0 5 3 roll arc      closepath clip newpath restorematrix } bind def /GGstrk {  savematrix     newpath     normalize translate 0.0 0.0 moveto      rotate      dnormalize scale      0.0 0.0 1.0 5 3 roll arc      closepath  restorematrix     currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /A {  gsave savematrix newpath 2 index 2 div add exch 3 index 2 div sub exch  normalize 2 index 2 div sub exch 3 index 2 div add exch  translate  scale  2 copy 0.0 0.0 1.0 5 3 roll arc  round cvi 360 mod exch round cvi 360 mod eq {closepath} if  restorematrix PStroke grestore } bind def /Aclip { newpath savematrix normalize translate 0.0 0.0 moveto  dnormalize scale  0.0 0.0 1.0 5 3 roll arc  closepath  strokepath clip newpath restorematrix } bind def /Astrk { Gstrk } bind def /AA {  gsave savematrix newpath 3 index 2 div add exch 4 index 2 div sub exch  normalize 3 index 2 div sub exch 4 index 2 div add exch translate  rotate  scale  0.0 0.0 1.0 5 3 roll arc  restorematrix PStroke grestore } bind def /AAclip { savematrix newpath     normalize translate 0.0 0.0 moveto      rotate      dnormalize scale      0.0 0.0 1.0 5 3 roll arc      closepath strokepath clip newpath restorematrix } bind def /AAstrk { GGstrk } bind def /BEGINPRINTCODE {  /FMdicttop countdictstack 1 add def  /FMoptop count 7 sub def  /FMsaveobject save def userdict begin  /showpage {} def  FMNORMALIZEGRAPHICS  3 index neg 3 index neg translate } bind def /ENDPRINTCODE { count -1 FMoptop {pop pop} for  countdictstack -1 FMdicttop {pop end} for  FMsaveobject restore  } bind def /gn {  0  { 46 mul  cf read pop  32 sub  dup 46 lt {exit} if  46 sub add  } loop add  } bind def /cfs {  /str sl string def  0 1 sl 1 sub {str exch val put} for  str def  } bind def /ic [  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 {0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx} {10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx} {19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh} {4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh} {13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl} {7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl} {0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl} {10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl} ] def /ms {  /sl exch def  /val 255 def  /ws cfs  /im cfs  /val 0 def  /bs cfs  /cs cfs  } bind def 400 ms  /ip {  is  0  cf cs readline pop  { ic exch get exec  add  } forall  pop  } bind def /rip {           bis ris copy pop        is       0       cf cs readline pop        {       ic exch get exec                add                } forall    pop pop    ris gis copy pop    dup is exch           cf cs readline pop        {       ic exch get exec                add                } forall    pop pop   gis bis copy pop    dup add is exch           cf cs readline pop        {       ic exch get exec                add                } forall        pop               } bind def /rip4 {           kis cis copy pop        is       0       cf cs readline pop        {       ic exch get exec                add                } forall    pop pop    cis mis copy pop    dup is exch           cf cs readline pop        {       ic exch get exec                add                } forall    pop pop   mis yis copy pop    dup dup add is exch           cf cs readline pop        {       ic exch get exec                add                } forall    pop pop   yis kis copy pop    3 mul is exch           cf cs readline pop        {       ic exch get exec                add                } forall        pop               } bind def /wh {  /len exch def  /pos exch def  ws 0 len getinterval im pos len getinterval copy pop pos len  } bind def /bl {  /len exch def  /pos exch def  bs 0 len getinterval im pos len getinterval copy pop pos len  } bind def /s1 1 string def /fl {  /len exch def  /pos exch def  /val cf s1 readhexstring pop 0 get def pos 1 pos len add 1 sub {im exch val put} for pos len  } bind def /hx {  3 copy getinterval  cf exch readhexstring pop pop  } bind def /wbytes {        dup dup       8 gt { pop 8 idiv mul }       { 8 eq {pop} {1 eq {7 add 8 idiv} {3 add 4 idiv} ifelse} ifelse } ifelse } bind def /BEGINBITMAPBWc {  1 {} COMMONBITMAPc } bind def /BEGINBITMAPGRAYc {  8 {} COMMONBITMAPc } bind def /BEGINBITMAP2BITc {  2 {} COMMONBITMAPc } bind def /COMMONBITMAPc {    /cvtProc exch def /depth exch def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def  sl lb lt {lb ms} if  /bitmapsave save def  cvtProc                 /is im 0 lb getinterval def  ws 0 lb getinterval is copy pop  /cf currentfile def  width height depth [width 0 0 height neg 0 height]  {ip} image  bitmapsave restore  grestore } bind def /BEGINBITMAPBW {  1 {} COMMONBITMAP } bind def /BEGINBITMAPGRAY {  8 {} COMMONBITMAP } bind def /BEGINBITMAP2BIT {  2 {} COMMONBITMAP } bind def /COMMONBITMAP {  /cvtProc exch def /depth exch def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def  cvtProc               /is width depth wbytes string def /cf currentfile def  width height depth [width 0 0 height neg 0 height]  {cf is readhexstring pop} image bitmapsave restore  grestore } bind def /ngrayt 256 array def /nredt 256 array def /nbluet 256 array def /ngreent 256 array def fMLevel1 { /colorsetup { currentcolortransfer /gryt exch def /blut exch def /grnt exch def /redt exch def 0 1 255 { /indx exch def /cynu 1 red indx get 255 div sub def /magu 1 green indx get 255 div sub def /yelu 1 blue indx get 255 div sub def /kk cynu magu min yelu min def /u kk currentundercolorremoval exec def % /u 0 def nredt indx 1 0 cynu u sub max sub redt exec put ngreent indx 1 0 magu u sub max sub grnt exec put nbluet indx 1 0 yelu u sub max sub blut exec put ngrayt indx 1 kk currentblackgeneration exec sub gryt exec put } for {255 mul cvi nredt exch get} {255 mul cvi ngreent exch get} {255 mul cvi nbluet exch get} {255 mul cvi ngrayt exch get} setcolortransfer {pop 0} setundercolorremoval {} setblackgeneration } bind def } { /colorSetup2 { [ /Indexed /DeviceRGB 255  {dup red exch get 255 div   exch dup green exch get 255 div   exch blue exch get 255 div} ] setcolorspace } bind def } ifelse /fakecolorsetup { /tran 256 string def 0 1 255 {/indx exch def  tran indx red indx get 77 mul green indx get 151 mul blue indx get 28 mul add add 256 idiv put} for currenttransfer {255 mul cvi tran exch get 255.0 div} exch fmConcatProcs settransfer } bind def /BITMAPCOLOR {  /depth 8 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def fMLevel1 { colorsetup /is width depth wbytes string def /cf currentfile def  width height depth [width 0 0 height neg 0 height]  {cf is readhexstring pop} {is} {is} true 3 colorimage  } { colorSetup2 /is width depth wbytes string def /cf currentfile def  7 dict dup begin /ImageType 1 def /Width width def /Height height def /ImageMatrix [width 0 0 height neg 0 height] def /DataSource {cf is readhexstring pop} bind def /BitsPerComponent depth def /Decode [0 255] def end image } ifelse bitmapsave restore  grestore } bind def /BITMAPCOLORc {  /depth 8 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def  sl lb lt {lb ms} if  /bitmapsave save def  fMLevel1 { colorsetup /is im 0 lb getinterval def  ws 0 lb getinterval is copy pop  /cf currentfile def  width height depth [width 0 0 height neg 0 height]  {ip} {is} {is} true 3 colorimage } { colorSetup2 /is im 0 lb getinterval def  ws 0 lb getinterval is copy pop  /cf currentfile def  7 dict dup begin /ImageType 1 def /Width width def /Height height def /ImageMatrix [width 0 0 height neg 0 height] def /DataSource {ip} bind def /BitsPerComponent depth def /Decode [0 255] def end image } ifelse bitmapsave restore  grestore } bind def /BITMAPTRUECOLORc {  /depth 24 def         gsave   3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def  sl lb lt {lb ms} if  /bitmapsave save def           /is im 0 lb getinterval def /ris im 0 width getinterval def /gis im width width getinterval def /bis im width 2 mul width getinterval def           ws 0 lb getinterval is copy pop  /cf currentfile def  width height 8 [width 0 0 height neg 0 height]  {width rip pop ris} {gis} {bis} true 3 colorimage bitmapsave restore  grestore } bind def /BITMAPCMYKc {  /depth 32 def         gsave   3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def  sl lb lt {lb ms} if  /bitmapsave save def           /is im 0 lb getinterval def /cis im 0 width getinterval def /mis im width width getinterval def /yis im width 2 mul width getinterval def  /kis im width 3 mul width getinterval def           ws 0 lb getinterval is copy pop  /cf currentfile def  width height 8 [width 0 0 height neg 0 height]  {width rip4 pop cis} {mis} {yis} {kis} true 4 colorimage bitmapsave restore  grestore } bind def /BITMAPTRUECOLOR {          gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def         /bitmapsave save def          /is width string def         /gis width string def         /bis width string def         /cf currentfile def          width height 8 [width 0 0 height neg 0 height]          { cf is readhexstring pop }          { cf gis readhexstring pop }          { cf bis readhexstring pop }          true 3 colorimage          bitmapsave restore          grestore         } bind def /BITMAPCMYK {          gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def         /bitmapsave save def          /is width string def         /mis width string def         /yis width string def         /kis width string def         /cf currentfile def          width height 8 [width 0 0 height neg 0 height]          { cf is readhexstring pop }          { cf mis readhexstring pop }          { cf yis readhexstring pop }          { cf kis readhexstring pop }          true 4 colorimage          bitmapsave restore          grestore         } bind def /BITMAPTRUEGRAYc {  /depth 24 def         gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def  sl lb lt {lb ms} if          /bitmapsave save def           /is im 0 lb getinterval def /ris im 0 width getinterval def /gis im width width getinterval def /bis im width 2 mul width getinterval def          ws 0 lb getinterval is copy pop          /cf currentfile def          width height 8 [width 0 0 height neg 0 height]          {width rip pop ris gis bis width gray} image         bitmapsave restore          grestore         } bind def /BITMAPCMYKGRAYc {  /depth 32 def         gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def  sl lb lt {lb ms} if          /bitmapsave save def           /is im 0 lb getinterval def /cis im 0 width getinterval def /mis im width width getinterval def /yis im width 2 mul width getinterval def  /kis im width 3 mul width getinterval def          ws 0 lb getinterval is copy pop          /cf currentfile def          width height 8 [width 0 0 height neg 0 height]          {width rip pop cis mis yis kis width cgray} image         bitmapsave restore          grestore         } bind def /cgray {          /ww exch def         /k exch def         /y exch def         /m exch def         /c exch def         0 1 ww 1 sub { /i exch def c i get m i get y i get k i get CMYKtoRGB .144 mul 3 1 roll .587 mul 3 1 roll .299 mul add add c i 3 -1 roll floor cvi put } for         c   } bind def /gray {          /ww exch def         /b exch def         /g exch def         /r exch def         0 1 ww 1 sub { /i exch def r i get .299 mul g i get .587 mul b i get .114 mul add add r i 3 -1 roll floor cvi put } for         r         } bind def /BITMAPTRUEGRAY {          gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def         /bitmapsave save def          /is width string def         /gis width string def         /bis width string def         /cf currentfile def          width height 8 [width 0 0 height neg 0 height]          { cf is readhexstring pop            cf gis readhexstring pop            cf bis readhexstring pop width gray}  image         bitmapsave restore          grestore         } bind def /BITMAPCMYKGRAY {          gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def         /bitmapsave save def          /is width string def         /yis width string def         /mis width string def         /kis width string def         /cf currentfile def          width height 8 [width 0 0 height neg 0 height]          { cf is readhexstring pop            cf mis readhexstring pop            cf yis readhexstring pop            cf kis readhexstring pop width cgray}  image         bitmapsave restore          grestore         } bind def /BITMAPGRAY {  8 {fakecolorsetup} COMMONBITMAP } bind def /BITMAPGRAYc {  8 {fakecolorsetup} COMMONBITMAPc } bind def /ENDBITMAP { } bind def end  /ALDmatrix matrix def ALDmatrix currentmatrix pop /StartALD { /ALDsave save def  savematrix  ALDmatrix setmatrix } bind def /InALD {  restorematrix } bind def /DoneALD {  ALDsave restore } bind def /I { setdash } bind def /J { [] 0 setdash } bind def %%EndProlog %%BeginSetup (5.5) FMVERSION 1 1 0 0 612 792 0 1 57 FMDOCUMENT %%IncludeFont: Palatino-BoldItalic 0 0 /Palatino-BoldItalic FMFONTDEFINE %%IncludeFont: Palatino-Roman 1 0 /Palatino-Roman FMFONTDEFINE %%IncludeFont: Palatino-Italic 2 0 /Palatino-Italic FMFONTDEFINE %%IncludeFont: Palatino-Bold 3 0 /Palatino-Bold FMFONTDEFINE %%IncludeFont: Courier 4 0 /Courier FMFONTDEFINE %%IncludeFont: Times-Bold 5 0 /Times-Bold FMFONTDEFINE %%IncludeFont: ZapfDingbats 6 1 /ZapfDingbats FMFONTDEFINE %%IncludeFont: Helvetica 7 0 /Helvetica FMFONTDEFINE %%IncludeFont: Times-Roman 8 0 /Times-Roman FMFONTDEFINE %%IncludeFont: Helvetica-Bold 9 0 /Helvetica-Bold FMFONTDEFINE %%IncludeFont: Helvetica-BoldOblique 10 0 /Helvetica-BoldOblique FMFONTDEFINE %%IncludeFont: Courier-Oblique 11 0 /Courier-Oblique FMFONTDEFINE %%IncludeFont: Helvetica-Oblique 12 0 /Helvetica-Oblique FMFONTDEFINE %%IncludeFont: Courier-Bold 13 0 /Courier-Bold FMFONTDEFINE %%IncludeFont: Courier-BoldOblique 14 0 /Courier-BoldOblique FMFONTDEFINE %%IncludeFont: Times-Italic 15 0 /Times-Italic FMFONTDEFINE %%IncludeFont: Times-BoldItalic 16 0 /Times-BoldItalic FMFONTDEFINE 32 FMFILLS 0 0 FMFILL 1 0.1 FMFILL 2 0.3 FMFILL 3 0.5 FMFILL 4 0.7 FMFILL 5 0.9 FMFILL 6 0.97 FMFILL 7 1 FMFILL 8 <0f1e3c78f0e1c387> FMFILL 9 <0f87c3e1f0783c1e> FMFILL 10 <cccccccccccccccc> FMFILL 11 <ffff0000ffff0000> FMFILL 12 <8142241818244281> FMFILL 13 <03060c183060c081> FMFILL 14 <8040201008040201> FMFILL 16 1 FMFILL 17 0.9 FMFILL 18 0.7 FMFILL 19 0.5 FMFILL 20 0.3 FMFILL 21 0.1 FMFILL 22 0.03 FMFILL 23 0 FMFILL 24 <f0e1c3870f1e3c78> FMFILL 25 <f0783c1e0f87c3e1> FMFILL 26 <3333333333333333> FMFILL 27 <0000ffff0000ffff> FMFILL 28 <7ebddbe7e7dbbd7e> FMFILL 29 <fcf9f3e7cf9f3f7e> FMFILL 30 <7fbfdfeff7fbfdfe> FMFILL %%EndSetup %%Page: "1" 1 %%BeginPaperSize: Letter %%EndPaperSize 612 792 0 FMBEGINPAGE 0 FrameSetSepColors [ /Creator (FrameMaker 5.5.6.) /CreationDate (D:19980211141331) /ModDate (D:20000907164243) /DOCINFO FmPD2 FrameNoSep 0 0 0 1 0 0 0 1 K J -9 27 621 765 C [/Creator(FrameMaker xm5.5.6p145)/DOCINFO FmPD2 [/CropBox[36 72 FmDC 576 720 FmDC FmBx]/PAGE FmPD [/Dest/P.1/DEST FmPD2 [/Dest/F1/DEST FmPD2 [/Dest/L1/DEST FmPD2 0.6 0.6 0 0 0.4 0.4 1 1 K 18 667 594 738 R 0 X V 0 0 0 1 0 0 0 1 K 0 0 0 0 1 1 1 1 K 0 9 Q 7 X 0.09 (1) 535.41 687 S 0 0 0 1 0 0 0 1 K 66 696/G1.35775 FmPA 66 110/G1.35776 FmPA 0.6 0.6 0 0 0.4 0.4 1 1 K 1 42 Q 0 X -0.84 (JavaMail) 72 621 S 1 19.2 Q -0.38 (TM) 230.18 630.6 S 1 42 Q -0.84 (API) 268.04 621 S 0 0 0 1 0 0 0 1 K 66 663/G1.35845 FmPA 0.6 0.6 0 0 0.4 0.4 1 1 K -0.84 (Design) 72 579 S -0.84 (Specif) 206.11 579 S -0.84 (ication) 312.54 579 S 0 0 0 1 0 0 0 1 K 0.6 0.6 0 0 0.4 0.4 1 1 K 2 24 Q -0.48 (V) 72 531 S -0.48 (ersion) 86.64 531 S -0.48 (1.2) 147.41 531 S 0 0 0 1 0 0 0 1 K 66 555/G1.35846 FmPA 66 518/G1.34433 FmPA 72 120 540 371 C 0 0 0 1 0 0 0 1 K 3 9.5 Q 0 X 0.09 (Sun) 132 181.67 S 0.09 (Microsystems,) 152.66 181.67 S 0.09 (Inc.) 219.39 181.67 S 66 191/G1.35858 FmPA 1 F 0.09 (901) 132 170.17 S 0.09 (San) 149.5 170.17 S 0.09 (Antonio) 168.01 170.17 S 0.09 (Road) 206.33 170.17 S 0.09 (Palo) 132 158.67 S 0.09 (Alto,) 153.78 158.67 S 0.09 (CA) 178.04 158.67 S 0.09 (94303) 195.32 158.67 S 0.09 (USA) 222.51 158.67 S 0.09 (650) 132 147.17 S 0.09 (960-1300) 149.5 147.17 S 0.09 (fax) 201.11 147.17 S 0.09 (650) 217.18 147.17 S 0.09 (969-9131) 234.68 147.17 S 0.09 (Send) 154.19 364.67 S 0.09 (feedback) 178.4 364.67 S 0.09 (to) 219.7 364.67 S 4 F (javamail@sun.com) 231.14 364.67 T 69 374/G1.35859 FmPA 238 193 331.75 301.15 R 7 X V 0 0 0 586 676 93.75 108.15 238 193 FMBEGINEPSF %%BeginDocument: <inline> %!PS-Adobe-2.0 EPSF-1.2 %%Title: Java.Color/White 02 %%Creator: FreeHand 7.0 %%CreationDate: 3/16/98 4:49 PM %%BoundingBox: 0 0 586 676 %%FHPathName:YankeeDogWorkshop:Documents:image bank:Java logo:Java.Color/White 02 %ALDOriginalFile:YankeeDogWorkshop:Documents:image bank:Java logo:Java.Color/White 02 %ALDBoundingBox: -16 -52 596 740 %%FHPageNum:1 %%DocumentSuppliedResources: procset Altsys_header 4 0 %%ColorUsage: Color %%DocumentCustomColors: (PANTONE 485 CV) %%+ (PANTONE 2665 CV) %%CMYKCustomColor: 0 1 0.91 0 (PANTONE 485 CV) %%+ 0.79 0.76 0 0 (PANTONE 2665 CV) %%EndComments %%BeginResource: procset Altsys_header 4 0 userdict begin /AltsysDict 245 dict def end AltsysDict begin /bdf{bind def}bind def /xdf{exch def}bdf /defed{where{pop true}{false}ifelse}bdf /ndf{1 index where{pop pop pop}{dup xcheck{bind}if def}ifelse}bdf /d{setdash}bdf /h{closepath}bdf /H{}bdf /J{setlinecap}bdf /j{setlinejoin}bdf /M{setmiterlimit}bdf /n{newpath}bdf /N{newpath}bdf /q{gsave}bdf /Q{grestore}bdf /w{setlinewidth}bdf /sepdef{  dup where not  { AltsysSepDict  }  if   3 1 roll exch put }bdf /st{settransfer}bdf /colorimage defed /_rci xdf /_NXLevel2 defed {   _NXLevel2 not {    /colorimage where { userdict eq { /_rci false def  } if } if  } if } if /md defed{   md type /dicttype eq {   /colorimage where {  md eq {  /_rci false def  }if }if /settransfer where { md eq { /st systemdict /settransfer get def }if }if  }if  }if /setstrokeadjust defed {  true setstrokeadjust  /C{curveto}bdf  /L{lineto}bdf  /m{moveto}bdf } {  /dr{transform .25 sub round .25 add  exch .25 sub round .25 add exch itransform}bdf  /C{dr curveto}bdf  /L{dr lineto}bdf  /m{dr moveto}bdf  /setstrokeadjust{pop}bdf  }ifelse /rectstroke defed /xt xdf xt {/yt save def} if /privrectpath {   4 -2 roll m  dtransform round exch round exch idtransform   2 copy 0 lt exch 0 lt xor  {dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto}  {exch dup 0 rlineto exch 0 exch rlineto neg 0 rlineto}  ifelse  closepath }bdf /rectclip{newpath privrectpath clip newpath}def /rectfill{gsave newpath privrectpath fill grestore}def /rectstroke{gsave newpath privrectpath stroke grestore}def xt {yt restore} if /_fonthacksave false def /currentpacking defed  {  /_bfh {/_fonthacksave currentpacking def false setpacking} bdf  /_efh {_fonthacksave setpacking} bdf } {  /_bfh {} bdf  /_efh {} bdf }ifelse /packedarray{array astore readonly}ndf /`  {   false setoverprint        /-save0- save def  5 index concat  pop  storerect left bottom width height rectclip  pop    /MMdict_count countdictstack def  /MMop_count count 1 sub def  userdict begin    /showpage {} def    0 setgray 0 setlinecap 1 setlinewidth  0 setlinejoin 10 setmiterlimit [] 0 setdash newpath   } bdf /currentpacking defed{true setpacking}if /min{2 copy gt{exch}if pop}bdf /max{2 copy lt{exch}if pop}bdf /xformfont { currentfont exch makefont setfont } bdf /fhnumcolors 1   statusdict begin /processcolors defed  { pop processcolors } { /deviceinfo defed { deviceinfo /Colors known { pop deviceinfo /Colors get } if } if } ifelse  end  def /printerRes   gsave  matrix defaultmatrix setmatrix  72 72 dtransform  abs exch abs  max  grestore  def /graycalcs [  {Angle Frequency}     {GrayAngle GrayFrequency}   {0 Width Height matrix defaultmatrix idtransform  dup mul exch dup mul add sqrt 72 exch div}   {0 GrayWidth GrayHeight matrix defaultmatrix idtransform  dup mul exch dup mul add sqrt 72 exch div}  ] def /calcgraysteps {  forcemaxsteps  { maxsteps  }  { /currenthalftone defed {currenthalftone /dicttype eq}{false}ifelse { currenthalftone begin HalftoneType 4 le {graycalcs HalftoneType 1 sub get exec} { HalftoneType 5 eq { Default begin {graycalcs HalftoneType 1 sub get exec} end } {0 60}  ifelse } ifelse end } { currentscreen pop exch  } ifelse   printerRes 300 max exch div exch  2 copy  sin mul round dup mul  3 1 roll  cos mul round dup mul  add 1 add  dup maxsteps gt {pop maxsteps} if  dup minsteps lt {pop minsteps} if   }  ifelse } bdf /nextrelease defed {   /languagelevel defed not {     /framebuffer defed {  0 40 string framebuffer 9 1 roll 8 {pop} repeat dup 516 eq exch 520 eq or { /fhnumcolors 3 def /currentscreen {60 0 {pop pop 1}}bdf /calcgraysteps {maxsteps} bdf }if }if  }if }if fhnumcolors 1 ne {  /calcgraysteps {maxsteps} bdf } if /currentpagedevice defed {      currentpagedevice /PreRenderingEnhance known  { currentpagedevice /PreRenderingEnhance get { /calcgraysteps  { forcemaxsteps  {maxsteps} {256 maxsteps min} ifelse } def } if  } if } if /gradfrequency 144 def printerRes 1000 lt {  /gradfrequency 72 def } if /adjnumsteps {    dup dtransform abs exch abs max      printerRes div           gradfrequency mul        round          5 max         min         }bdf /goodsep {  spots exch get 4 get dup sepname eq exch (_vc_Registration) eq or }bdf /BeginGradation defed {/bb{BeginGradation}bdf} {/bb{}bdf} ifelse /EndGradation defed {/eb{EndGradation}bdf} {/eb{}bdf} ifelse /bottom -0 def  /delta -0 def  /frac -0 def  /height -0 def  /left -0 def  /numsteps1 -0 def  /radius -0 def  /right -0 def  /top -0 def  /width -0 def  /xt -0 def  /yt -0 def  /df currentflat def  /tempstr 1 string def  /clipflatness currentflat def  /inverted?   0 currenttransfer exec .5 ge def /tc1 [0 0 0 1] def  /tc2 [0 0 0 1] def  /storerect{/top xdf /right xdf /bottom xdf /left xdf  /width right left sub def /height top bottom sub def}bdf /concatprocs{  systemdict /packedarray known   {dup type /packedarraytype eq 2 index type /packedarraytype eq or}{false}ifelse  {  /proc2 exch cvlit def /proc1 exch cvlit def proc1 aload pop proc2 aload pop proc1 length proc2 length add packedarray cvx  }  {  /proc2 exch cvlit def /proc1 exch cvlit def /newproc proc1 length proc2 length add array def newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx  }ifelse }bdf /i{dup 0 eq  {pop df dup}   {dup} ifelse   /clipflatness xdf setflat }bdf version cvr 38.0 le {/setrgbcolor{ currenttransfer exec 3 1 roll currenttransfer exec 3 1 roll currenttransfer exec 3 1 roll setrgbcolor}bdf}if /vms {/vmsv save def} bdf /vmr {vmsv restore} bdf /vmrs{vmsv restore /vmsv save def}bdf /eomode{   {/filler /eofill load def /clipper /eoclip load def}  {/filler /fill load def /clipper /clip load def}  ifelse }bdf /normtaper{}bdf /logtaper{9 mul 1 add log}bdf /CD{  /NF exch def   {     exch dup  /FID ne 1 index/UniqueID ne and {exch NF 3 1 roll put} {pop pop} ifelse  }forall   NF }bdf /MN{  1 index length     /Len exch def   dup length Len add    string dup      Len       4 -1 roll      putinterval     dup       0        4 -1 roll     putinterval    }bdf /RC{4 -1 roll /ourvec xdf 256 string cvs(|______)anchorsearch  {1 index MN cvn/NewN exch def cvn  findfont dup maxlength dict CD dup/FontName NewN put dup  /Encoding ourvec put NewN exch definefont pop}{pop}ifelse}bdf /RF{   dup        FontDirectory exch     known       {pop 3 -1 roll pop}    {RC}  ifelse }bdf /FF{dup 256 string cvs(|______)exch MN cvn dup FontDirectory exch known  {exch pop findfont 3 -1 roll pop}  {pop dup findfont dup maxlength dict CD dup dup  /Encoding exch /Encoding get 256 array copy 7 -1 roll   {3 -1 roll dup 4 -2 roll put}forall put definefont}  ifelse}bdf /RCJ{4 -1 roll   /ourvec xdf      256 string cvs     (|______) anchorsearch  {pop     cvn  dup FDFJ  exch  1 index  eq  { _bfh findfont _efh  dup  maxlength dict  CD  dup  /FontName  3 index  put  dup  /Encoding ourvec put  1 index  exch  definefont  pop  } {exch pop}  ifelse  }  {pop}      ifelse }bdf /RFJ{   dup        FontDirectory exch     known       {pop 3 -1 roll pop}    {RCJ}   ifelse }bdf /hasfont {  /resourcestatus where   { pop  /Font resourcestatus {  pop pop true } {  false } ifelse  }  { dup FontDirectory exch known {pop true} { 256 string cvs (fonts/) exch MN status {pop pop pop pop true} {false} ifelse } ifelse  }  ifelse }bdf /FDFJ {  dup     hasfont    not     {    pop /Ryumin-Light-83pv-RKSJ-H hasfont  { /Ryumin-Light-83pv-RKSJ-H } { /Courier } ifelse   }  if }bdf /FFJ{  _bfh  dup       256 string cvs    (|______)exch MN   cvn       dup       FontDirectory  exch known     {      exch  pop  findfont  3 -1 roll  pop   }  {      pop  FDFJ  dup findfont  dup maxlength dict  CD  dup dup  /Encoding exch  /Encoding get  256 array copy  7 -1 roll  {  3 -1 roll  dup  4 -2 roll  put  }forall put  definefont   }  ifelse  _efh }bdf /fps{  currentflat     exch       dup 0 le{pop 1}if   { dup setflat 3 index stopped {1.3 mul dup 3 index gt{pop setflat pop pop stop}if}  {exit}  ifelse  }loop   pop setflat pop pop }bdf /fp{100 currentflat fps}bdf /clipper{clip}bdf  /W{/clipper load 100 clipflatness dup setflat fps}bdf userdict begin /BDFontDict 29 dict def end BDFontDict begin /bu{}def /bn{}def /setTxMode{av 70 ge{pop}if pop}def /gm{m}def /show{pop}def /gr{pop}def /fnt{pop pop pop}def /fs{pop}def /fz{pop}def /lin{pop pop}def /:M {pop pop} def /sf {pop} def /S {pop} def /@b {pop pop pop pop pop pop pop pop} def /_bdsave /save load def /_bdrestore /restore load def /save { dup /fontsave eq {null} {_bdsave} ifelse } def /restore { dup null eq { pop } { _bdrestore } ifelse } def /fontsave null def end /MacVec 256 array def  MacVec 0 /Helvetica findfont /Encoding get 0 128 getinterval putinterval MacVec 127 /DEL put MacVec 16#27 /quotesingle put MacVec 16#60 /grave put /NUL/SOH/STX/ETX/EOT/ENQ/ACK/BEL/BS/HT/LF/VT/FF/CR/SO/SI /DLE/DC1/DC2/DC3/DC4/NAK/SYN/ETB/CAN/EM/SUB/ESC/FS/GS/RS/US MacVec 0 32 getinterval astore pop /Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute /agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave /ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute /ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis /dagger/degree/cent/sterling/section/bullet/paragraph/germandbls /registered/copyright/trademark/acute/dieresis/notequal/AE/Oslash /infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation /product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash  /questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft /guillemotright/ellipsis/nbspace/Agrave/Atilde/Otilde/OE/oe /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge /ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl /daggerdbl/periodcentered/quotesinglbase/quotedblbase /perthousand/Acircumflex/Ecircumflex/Aacute /Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex /apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde /macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron MacVec 128 128 getinterval astore pop /findheaderfont {  /Helvetica findfont  } def end %. AltsysDict %%EndResource %%EndProlog %%BeginSetup AltsysDict begin _bfh  _efh  end %. AltsysDict %%EndSetup AltsysDict begin  /onlyk4{false}ndf /ccmyk{dup 5 -1 roll sub 0 max exch}ndf /cmyk2gray{  4 -1 roll 0.3 mul 4 -1 roll 0.59 mul 4 -1 roll 0.11 mul  add add add 1 min neg 1 add }bdf /setcmykcolor{1 exch sub ccmyk ccmyk ccmyk pop setrgbcolor}ndf /maxcolor {   max max max   } ndf /maxspot {  pop } ndf /setcmykcoloroverprint{4{dup -1 eq{pop 0}if 4 1 roll}repeat setcmykcolor}ndf /findcmykcustomcolor{5 packedarray}ndf /setcustomcolor{exch aload pop pop 4{4 index mul 4 1 roll}repeat setcmykcolor pop}ndf /setseparationgray{setgray}ndf /setoverprint{pop}ndf  /currentoverprint false ndf /cmykbufs2gray{  0 1 2 index length 1 sub  {  4 index 1 index get 0.3 mul  4 index 2 index get 0.59 mul  4 index 3 index get 0.11 mul  4 index 4 index get  add add add cvi 255 min 255 exch sub 2 index 3 1 roll put  }for  4 1 roll pop pop pop }bdf /colorimage{  pop pop  [ 5 -1 roll/exec cvx  6 -1 roll/exec cvx  7 -1 roll/exec cvx  8 -1 roll/exec cvx /cmykbufs2gray cvx  ]cvx   image } %. version 47.1 on Linotronic of Postscript defines colorimage incorrectly (rgb model only) version cvr 47.1 le  statusdict /product get (Lino) anchorsearch{pop pop true}{pop false}ifelse and{userdict begin bdf end}{ndf}ifelse fhnumcolors 1 ne {/yt save def} if /customcolorimage{  aload pop  (_vc_Registration) eq   { pop pop pop pop separationimage  }  { /ik xdf /iy xdf /im xdf /ic xdf ic im iy ik cmyk2gray /xt xdf currenttransfer {dup 1.0 exch sub xt mul add}concatprocs st  image  }  ifelse }ndf fhnumcolors 1 ne {yt restore} if fhnumcolors 3 ne {/yt save def} if /customcolorimage{  aload pop   (_vc_Registration) eq   { pop pop pop pop separationimage  }  { /ik xdf /iy xdf /im xdf /ic xdf 1.0 dup ic ik add min sub  1.0 dup im ik add min sub  1.0 dup iy ik add min sub  /ic xdf /iy xdf /im xdf currentcolortransfer 4 1 roll  {dup 1.0 exch sub ic mul add}concatprocs 4 1 roll  {dup 1.0 exch sub iy mul add}concatprocs 4 1 roll  {dup 1.0 exch sub im mul add}concatprocs 4 1 roll  setcolortransfer {/dummy xdf dummy}concatprocs{dummy}{dummy}true 3 colorimage  }  ifelse }ndf fhnumcolors 3 ne {yt restore} if fhnumcolors 4 ne {/yt save def} if /customcolorimage{  aload pop  (_vc_Registration) eq   { pop pop pop pop separationimage  }  { /ik xdf /iy xdf /im xdf /ic xdf currentcolortransfer {1.0 exch sub ik mul ik sub 1 add}concatprocs 4 1 roll {1.0 exch sub iy mul iy sub 1 add}concatprocs 4 1 roll {1.0 exch sub im mul im sub 1 add}concatprocs 4 1 roll {1.0 exch sub ic mul ic sub 1 add}concatprocs 4 1 roll setcolortransfer {/dummy xdf dummy}concatprocs{dummy}{dummy}{dummy} true 4 colorimage  }  ifelse }ndf fhnumcolors 4 ne {yt restore} if /separationimage{image}ndf /spotascmyk false ndf /newcmykcustomcolor{6 packedarray}ndf /inkoverprint false ndf /setinkoverprint{pop}ndf  /setspotcolor {   spots exch get  dup 4 get (_vc_Registration) eq  {pop 1 exch sub setseparationgray}  {0 5 getinterval exch setcustomcolor}  ifelse }ndf /currentcolortransfer{currenttransfer dup dup dup}ndf /setcolortransfer{st pop pop pop}ndf /fas{}ndf /sas{}ndf /fhsetspreadsize{pop}ndf /filler{fill}bdf  /F{gsave {filler}fp grestore}bdf /f{closepath F}bdf /S{gsave {stroke}fp grestore}bdf /s{closepath S}bdf    userdict /islevel2  systemdict /languagelevel known dup  { pop systemdict /languagelevel get 2 ge  } if  put    islevel2 not  { /currentcmykcolor { 0 0 0 1 currentgray sub } ndf  } if    /tc  { gsave setcmykcolor currentcmykcolor grestore  } bind def  /testCMYKColorThrough  { tc add add add 0 ne  } bind def  /fhiscomposite where not { userdict /fhiscomposite islevel2 { gsave 1 1 1 1 setcmykcolor currentcmykcolor grestore add add add 4 eq } { 1 0 0 0 testCMYKColorThrough 0 1 0 0 testCMYKColorThrough 0 0 1 0 testCMYKColorThrough 0 0 0 1 testCMYKColorThrough and and and } ifelse put  }  { pop }  ifelse /bc4 [0 0 0 0] def  /_lfp4 {  /yt xdf         /xt xdf         /ang xdf        storerect  /taperfcn xdf  /k2 xdf /y2 xdf /m2 xdf /c2 xdf  /k1 xdf /y1 xdf /m1 xdf /c1 xdf  c1 c2 sub abs  m1 m2 sub abs  y1 y2 sub abs  k1 k2 sub abs  maxcolor        calcgraysteps mul abs round    height abs adjnumsteps     dup 1 lt {pop 1} if      1 sub /numsteps1 xdf  currentflat mark      currentflat clipflatness    /delta top bottom sub numsteps1 1 add div def   /right right left sub def    /botsv top delta sub def    { { W xt yt translate  ang rotate xt neg yt neg translate  dup setflat  /bottom botsv def 0 1 numsteps1  { numsteps1 dup 0 eq {pop pop 0.5} {div} ifelse  taperfcn /frac xdf bc4 0 c2 c1 sub frac mul c1 add put bc4 1 m2 m1 sub frac mul m1 add put bc4 2 y2 y1 sub frac mul y1 add put bc4 3 k2 k1 sub frac mul k1 add put bc4 vc 1 index setflat  {  mark {newpath left bottom right delta rectfill}stopped {cleartomark exch 1.3 mul dup setflat exch 2 copy gt{stop}if} {cleartomark exit}ifelse }loop /bottom bottom delta sub def }for } gsave stopped grestore {exch pop 2 index exch 1.3 mul dup 100 gt{cleartomark setflat stop}if} {exit}ifelse  }loop  cleartomark setflat }bdf /bcs [0 0] def  /_lfs4 {  /yt xdf         /xt xdf         /ang xdf        storerect  /taperfcn xdf  /tint2 xdf        /tint1 xdf        bcs exch 1 exch put      tint1 tint2 sub abs      bcs 1 get maxspot      calcgraysteps mul abs round    height abs adjnumsteps     dup 2 lt {pop 2} if      1 sub /numsteps1 xdf  currentflat mark      currentflat clipflatness    /delta top bottom sub numsteps1 1 add div def   /right right left sub def    /botsv top delta sub def    { { W xt yt translate  ang rotate xt neg yt neg translate  dup setflat  /bottom botsv def 0 1 numsteps1  { numsteps1 div taperfcn /frac xdf bcs 0 1.0 tint2 tint1 sub frac mul tint1 add sub put bcs vc 1 index setflat  {  mark {newpath left bottom right delta rectfill}stopped {cleartomark exch 1.3 mul dup setflat exch 2 copy gt{stop}if} {cleartomark exit}ifelse }loop /bottom bottom delta sub def }for } gsave stopped grestore {exch pop 2 index exch 1.3 mul dup 100 gt{cleartomark setflat stop}if} {exit}ifelse  }loop  cleartomark setflat }bdf /_rfs6 {  /tint2 xdf        /tint1 xdf        bcs exch 1 exch put      /inrad xdf        /radius xdf        /yt xdf         /xt xdf         tint1 tint2 sub abs      bcs 1 get maxspot      calcgraysteps mul abs round    radius inrad sub abs     adjnumsteps        dup 1 lt {pop 1} if      1 sub /numsteps1 xdf  radius inrad sub numsteps1 dup 0 eq {pop} {div} ifelse   2 div /halfstep xdf      currentflat mark      currentflat clipflatness    { { dup setflat  W  0 1 numsteps1  { dup /radindex xdf numsteps1 dup 0 eq {pop pop 0.5} {div} ifelse  /frac xdf bcs 0 tint2 tint1 sub frac mul tint1 add put bcs vc 1 index setflat  {  newpath mark  xt yt radius inrad sub 1 frac sub mul halfstep add inrad add 0 360 { arc radindex numsteps1 ne  inrad 0 gt or  { xt yt  numsteps1 0 eq { inrad }  {  radindex 1 add numsteps1 div 1 exch sub radius inrad sub mul halfstep add inrad add }ifelse dup xt add yt moveto 360 0 arcn  } if fill }stopped {cleartomark exch 1.3 mul dup setflat exch 2 copy gt{stop}if} {cleartomark exit}ifelse }loop }for } gsave stopped grestore {exch pop 2 index exch 1.3 mul dup 100 gt{cleartomark setflat stop}if} {exit}ifelse  }loop  cleartomark setflat }bdf /_rfp6 {  /k2 xdf /y2 xdf /m2 xdf /c2 xdf  /k1 xdf /y1 xdf /m1 xdf /c1 xdf  /inrad xdf        /radius xdf        /yt xdf         /xt xdf         c1 c2 sub abs  m1 m2 sub abs  y1 y2 sub abs  k1 k2 sub abs  maxcolor       calcgraysteps mul abs round   radius inrad sub abs    adjnumsteps       dup 1 lt {pop 1} if     1 sub /numsteps1 xdf  radius inrad sub numsteps1 dup 0 eq {pop} {div} ifelse   2 div /halfstep xdf     currentflat mark     currentflat clipflatness   { { dup setflat  W  0 1 numsteps1  { dup /radindex xdf numsteps1 dup 0 eq {pop pop 0.5} {div} ifelse  /frac xdf bc4 0 c2 c1 sub frac mul c1 add put bc4 1 m2 m1 sub frac mul m1 add put bc4 2 y2 y1 sub frac mul y1 add put bc4 3 k2 k1 sub frac mul k1 add put bc4 vc 1 index setflat  {  newpath mark  xt yt radius inrad sub 1 frac sub mul halfstep add inrad add 0 360 { arc radindex numsteps1 ne  inrad 0 gt or  { xt yt  numsteps1 0 eq { inrad }  {  radindex 1 add numsteps1 div 1 exch sub radius inrad sub mul halfstep add inrad add }ifelse dup xt add yt moveto 360 0 arcn  } if fill }stopped {cleartomark exch 1.3 mul dup setflat exch 2 copy gt{stop}if} {cleartomark exit}ifelse }loop }for } gsave stopped grestore {exch pop 2 index exch 1.3 mul dup 100 gt{cleartomark setflat stop}if} {exit}ifelse  }loop  cleartomark setflat }bdf /lfp4{_lfp4}ndf /lfs4{_lfs4}ndf /rfs6{_rfs6}ndf /rfp6{_rfp6}ndf /cvc [0 0 0 1] def  /vc{  AltsysDict /cvc 2 index put   aload length dup 4 eq  {pop setcmykcolor}  {6 eq {sethexcolor} {setspotcolor} ifelse }  ifelse }bdf  0 setseparationgray /imgr {1692 1602 2304 2394 } def  /bleed 0 def  /clpr {1692 1602 2304 2394 } def  /xs 1 def  /ys 1 def  /botx 0 def  /overlap 0 def  /wdist 18 def  0 2 mul fhsetspreadsize  0 0 ne {/df 0 def /clipflatness 0 def} if  /maxsteps 256 def  /forcemaxsteps false def  /minsteps 0 def   userdict begin /AGDOrigMtx matrix currentmatrix def end  vms -1708 -1654 translate /currentpacking defed{false setpacking}if  /spots[ 1 0 0 0 (Process Cyan) false newcmykcustomcolor 0 1 0 0 (Process Magenta) false newcmykcustomcolor 0 0 1 0 (Process Yellow) false newcmykcustomcolor 0 0 0 1 (Process Black) false newcmykcustomcolor 0 1 0.91 0 (PANTONE 485 CV) false newcmykcustomcolor 0.79 0.76 0 0 (PANTONE 2665 CV) false newcmykcustomcolor ]def n [] 0 d 3.863708 M 1 w 0 j 0 J false setoverprint 0 i false eomode [0 0 0 1] vc vms 1708.521 2329.5899 m 2293.6806 2329.5899 L 2293.6806 1654.8112 L 1708.521 1654.8112 L 1708.521 2329.5899 L n 1901.4672 1867.1988 m 1901.4672 1883.584 1900.0502 1885.3549 1891.6858 1886.0929 C 1888.1418 1886.3885 L 1887.2906 1886.9789 1887.5745 1889.6359 1888.4257 1890.0787 C 1896.6475 1889.7831 1901.4672 1889.6359 1907.4218 1889.6359 C 1913.0924 1889.6359 1917.9125 1889.7831 1923.5831 1890.0787 C 1924.4339 1889.6359 1924.7176 1886.9789 1923.866 1886.3885 C 1921.7408 1886.0929 L 1913.3757 1884.9124 1913.0924 1882.8456 1913.0924 1867.1988 C 1913.0924 1812.4338 L 1913.0924 1800.7735 1912.5255 1790.5875 1909.8317 1783.7972 C 1905.1532 1771.9886 1895.0882 1762.5417 1881.9039 1762.5417 C 1880.2026 1762.5417 1875.8077 1762.6889 1875.8077 1765.6418 C 1875.8077 1768.1504 1877.935 1772.4321 1880.9118 1772.4321 C 1882.6131 1772.4321 1884.3145 1772.1365 1886.1568 1771.5457 C 1888.1418 1770.9557 1890.1257 1770.5125 1892.1114 1770.5125 C 1895.0882 1770.5125 1896.7891 1772.2838 1897.7813 1774.3499 C 1901.0423 1781.2882 1901.4672 1803.4297 1901.4672 1811.4009 C 1901.4672 1867.1988 L [1 4]  vc f  n 1973.2085 1819.6128 m 1972.3826 1822.2107 1971.9089 1822.565 1968.3666 1822.565 C 1950.5321 1822.565 L 1947.5793 1822.565 1946.8703 1822.2107 1946.0444 1819.7302 C 1941.9104 1807.3294 L 1940.1391 1802.0144 1939.3118 1798.825 1939.3118 1797.5261 C 1939.3118 1796.1087 1939.9029 1795.4005 1942.7366 1795.1641 C 1946.6349 1794.8091 L 1947.4612 1794.219 1947.4612 1792.3296 1946.3983 1791.8573 C 1943.3278 1792.0934 1939.666 1792.0934 1934.1156 1792.2115 C 1930.2174 1792.2115 1925.9663 1791.9754 1922.7769 1791.8573 C 1922.0684 1792.3296 1921.8315 1794.219 1922.5407 1794.8091 C 1926.4386 1795.1641 L 1929.2724 1795.4005 1931.8709 1796.6995 1933.5241 1800.951 C 1935.6514 1806.3843 1938.9572 1814.0614 1943.9182 1827.2895 C 1955.9651 1859.1784 L 1957.6183 1863.4302 1958.3268 1865.6742 1957.9722 1867.5639 C 1960.8073 1868.3909 1962.8155 1870.5168 1964.1145 1872.0519 C 1964.823 1872.0519 1965.6503 1871.8161 1965.8861 1870.9888 C 1967.4212 1865.7923 1969.3113 1860.3593 1971.0826 1855.1628 C 1987.2632 1807.6833 L 1990.6888 1797.5261 1992.2239 1795.7545 1997.3027 1795.1641 C 2000.4914 1794.8091 L 2001.3187 1794.219 2001.0818 1792.3296 2000.4914 1791.8573 C 1995.6495 1792.0934 1991.5154 1792.2115 1986.2012 1792.2115 C 1980.5313 1792.2115 1976.0433 1791.9754 1972.6188 1791.8573 C 1971.673 1792.3296 1971.5553 1794.219 1972.3826 1794.8091 C 1975.8071 1795.1641 L 1978.2873 1795.4005 1979.9409 1796.1087 1979.9409 1797.2899 C 1979.9409 1798.5896 1979.3504 1800.7152 1978.4057 1803.5495 C 1973.2085 1819.6128 L h 1949.8236 1830.1239 m 1948.8782 1827.4072 1948.997 1827.2895 1952.3037 1827.2895 C 1966.8308 1827.2895 L 1970.256 1827.2895 1970.4925 1827.7618 1969.4294 1830.9509 C 1963.051 1850.2024 L 1962.1063 1853.0372 1961.0439 1856.2259 1960.335 1857.6426 C 1960.0992 1857.6426 L 1959.7449 1857.0525 1958.5634 1854.2177 1957.2644 1850.6748 C 1949.8236 1830.1239 L f  n 1997.7227 1857.6426 m 1995.007 1864.2568 1993.235 1866.7373 1988.1566 1867.3281 C 1986.0304 1867.5639 L 1985.2038 1868.2724 1985.3219 1869.926 1986.2672 1870.5168 C 1989.6921 1870.2806 1993.4712 1870.1622 1998.55 1870.1622 C 2003.7468 1870.1622 2007.8802 1870.2806 2012.8405 1870.5168 C 2013.6675 1870.0441 2013.9043 1868.2724 2013.077 1867.5639 C 2011.3051 1867.3281 L 2006.8174 1866.7373 2005.8724 1866.0291 2005.7543 1865.0834 C 2005.9908 1863.9026 2007.9983 1857.5252 2011.6597 1848.5485 C 2017.093 1834.8481 2022.5254 1821.2657 2028.4307 1807.8017 C 2032.0924 1815.5968 2037.1712 1827.7618 2039.7691 1834.0222 C 2043.312 1842.0524 2048.7454 1855.3986 2050.7536 1860.4777 C 2051.6983 1862.9575 2051.8163 1864.2568 2051.8163 1865.0834 C 2051.8163 1865.9103 2050.6355 1866.8557 2046.5021 1867.3281 C 2044.3755 1867.5639 L 2043.5486 1868.2724 2043.7854 1870.0441 2044.6121 1870.5168 C 2047.9188 1870.2806 2052.4068 1870.1622 2056.8951 1870.1622 C 2060.7926 1870.1622 2064.4534 1870.2806 2068.3513 1870.5168 C 2069.1779 1870.0441 2069.1779 1868.1544 2068.5881 1867.5639 C 2065.0445 1867.3281 L 2062.2101 1867.0912 2060.4381 1865.6742 2058.903 1863.1941 C 2055.5955 1857.6426 2050.9897 1848.0762 2045.6748 1836.0293 C 2039.2971 1821.5019 L 2034.5726 1810.6368 2029.0222 1796.9353 2027.0144 1790.6764 C 2026.6594 1790.4403 2026.1871 1790.3215 2025.7148 1790.3215 C 2025.1236 1790.3215 2024.5335 1790.4403 2023.9431 1790.6764 C 2022.6434 1795.6367 2020.636 1801.424 2018.5108 1806.3843 C 1997.7227 1857.6426 L f  n 2100.6201 1819.6128 m 2099.7931 1822.2107 2099.3208 1822.565 2095.7775 1822.565 C 2077.9433 1822.565 L 2074.9904 1822.565 2074.2819 1822.2107 2073.4546 1819.7302 C 2069.3219 1807.3294 L 2067.5496 1802.0144 2066.723 1798.825 2066.723 1797.5261 C 2066.723 1796.1087 2067.3138 1795.4005 2070.1485 1795.1641 C 2074.0454 1794.8091 L 2074.8731 1794.219 2074.8731 1792.3296 2073.8096 1791.8573 C 2070.739 1792.0934 2067.0773 1792.0934 2061.5262 1792.2115 C 2057.6282 1792.2115 2053.3768 1791.9754 2050.1874 1791.8573 C 2049.4792 1792.3296 2049.2431 1794.219 2049.9519 1794.8091 C 2053.8495 1795.1641 L 2056.6836 1795.4005 2059.2818 1796.6995 2060.9357 1800.951 C 2063.0616 1806.3843 2066.3687 1814.0614 2071.3294 1827.2895 C 2083.376 1859.1784 L 2085.0299 1863.4302 2085.7377 1865.6742 2085.3842 1867.5639 C 2088.2186 1868.3909 2090.226 1870.5168 2091.5257 1872.0519 C 2092.2346 1872.0519 2093.0612 1871.8161 2093.2973 1870.9888 C 2094.8324 1865.7923 2096.7229 1860.3593 2098.4942 1855.1628 C 2114.6748 1807.6833 L 2118.1 1797.5261 2119.6351 1795.7545 2124.7136 1795.1641 C 2127.9023 1794.8091 L 2128.7292 1794.219 2128.4934 1792.3296 2127.9023 1791.8573 C 2123.0607 1792.0934 2118.9259 1792.2115 2113.6121 1792.2115 C 2107.9425 1792.2115 2103.4542 1791.9754 2100.0293 1791.8573 C 2099.0846 1792.3296 2098.9665 1794.219 2099.7931 1794.8091 C 2103.218 1795.1641 L 2105.6985 1795.4005 2107.3521 1796.1087 2107.3521 1797.2899 C 2107.3521 1798.5896 2106.7606 1800.7152 2105.8162 1803.5495 C 2100.6201 1819.6128 L h 2077.2352 1830.1239 m 2076.2894 1827.4072 2076.4082 1827.2895 2079.715 1827.2895 C 2094.242 1827.2895 L 2097.6676 1827.2895 2097.9038 1827.7618 2096.8403 1830.9509 C 2090.4629 1850.2024 L 2089.5182 1853.0372 2088.4547 1856.2259 2087.7462 1857.6426 C 2087.5101 1857.6426 L 2087.1558 1857.0525 2085.9742 1854.2177 2084.6756 1850.6748 C 2077.2352 1830.1239 L f  n 1969.5475 2039.1517 m 1970.8482 2039.286 1972.1464 2039.4181 1973.4426 2039.5471 C 1983.0258 2040.432 L 1984.7869 2040.5793 1986.5523 2040.7167 1988.3263 2040.8429 C 1992.7469 2041.1304 L 1997.2865 2041.3968 1997.4099 2041.5774 2002.1681 2041.6378 C 2002.463 2042.3745 2001.7263 2042.8901 2001.5053 2043.1108 C 1996.5288 2043.0134 1996.0638 2042.8046 1991.1228 2042.5063 C 1986.7076 2042.2153 L 1985.7475 2042.1471 1984.788 2042.0754 1983.8286 2042.0009 C 1974.3272 2041.1658 L 1973.0606 2041.0422 1971.7953 2040.9146 1970.5308 2040.7824 C 1969.5475 2039.1517 L [0 0 0 0]  vc f  n 1974.3887 2049.5327 m 1975.3334 2049.6051 1976.2798 2049.6793 1977.2277 2049.7545 C 1981.8727 2050.1183 L 1986.7059 2050.4964 L 1990.2242 2050.754 1993.7597 2050.9765 1997.3146 2051.1121 C 2003.7468 2051.2127 L 2005.6306 2051.2127 L 2004.8637 2051.6731 2004.0466 2051.9584 2003.1989 2052.1366 C 1996.3777 2052.5373 L 1996.1464 2052.5569 1995.9162 2052.5816 1995.6878 2052.6121 C 1992.8217 2052.4009 1989.9371 2052.1866 1987.0447 2051.9704 C 1982.1704 2051.6042 L 1976.7838 2051.1997 L 1975.8844 2051.1315 1974.9847 2051.0637 1974.0861 2050.9958 C 1974.3887 2049.5327 L f  n 1970.4215 2041.3451 m 1980.0051 2042.2297 L 1981.7655 2042.377 1983.5309 2042.5147 1985.3053 2042.6405 C 1989.7258 2042.928 L 1994.2655 2043.1948 1994.3885 2043.3751 1999.1474 2043.4355 C 1999.442 2044.1725 1998.705 2044.6877 1998.4842 2044.9088 C 1993.5074 2044.8111 1993.0428 2044.6023 1988.1014 2044.3039 C 1983.6866 2044.013 L 1982.7268 2043.9447 1981.7666 2043.873 1980.8075 2043.7989 C 1971.3054 2042.9635 L 1970.4215 2041.3451 L [1 5]  vc f  n 1974.2062 2051.5525 m 1978.8517 2051.9163 L 1983.6845 2052.2944 L 1987.2031 2052.5517 1990.7391 2052.7745 1994.2933 2052.9098 C 2000.7254 2053.0107 L 2002.6099 2053.0107 L 2001.843 2053.4707 2001.0259 2053.7561 2000.1783 2053.9343 C 1993.3566 2054.335 L 1993.1254 2054.3549 1992.8955 2054.3792 1992.6671 2054.4098 C 1989.8007 2054.1986 1986.916 2053.9842 1984.0236 2053.7684 C 1979.1494 2053.4022 L 1973.7635 2052.9973 L 1974.2062 2051.5525 L f  n 2077.634 2152.7795 m 2072.6256 2150.5696 2070.784 2145.1932 2067.396 2141.4369 C 2066.8067 2139.0063 2069.6794 2140.3323 2070.5632 2138.9325 C 2068.722 2137.1651 2065.6282 2136.8706 2063.4929 2135.1028 C 2057.9685 2125.0124 2050.3821 2113.596 2055.0226 2101.5171 C 2060.6198 2088.0387 2074.1719 2077.8749 2078.6648 2064.0282 C 2069.3111 2081.1894 2047.6573 2094.299 2051.1191 2116.6898 C 2052.2237 2121.4769 2054.4332 2125.8959 2056.0534 2130.4626 C 2055.3175 2131.1989 L 2036.683 2120.0039 2014.718 2102.3844 2009.0466 2080.6569 C 2004.922 2058.708 2034.7684 2059.2408 2039.4085 2041.7113 C 2037.4931 2027.2756 2023.4992 2017.1852 2012.8936 2007.8311 C 2011.5676 2006.9475 2010.0947 2006.5058 2008.3265 2006.7265 C 2008.6952 2008.4943 L 2018.5646 2018.0687 2032.6319 2027.4967 2035.873 2041.0485 C 2036.1675 2053.3488 2022.0994 2055.1897 2015.029 2061.8921 C 2009.9474 2066.9744 2005.9701 2072.5719 2006.1908 2079.9368 C 2010.1277 2101.2313 2035.3929 2124.2286 2058.9659 2135.8623 C 2062.7955 2141.3863 2066.8067 2149.8333 2071.9624 2154.547 C 2074.0985 2154.4732 2075.7187 2153.3686 2077.634 2152.7795 C [0 0 0 0]  vc f  n 2058.1895 2199.7694 m 2054.9492 2204.4099 2051.4132 2209.9336 2046.1844 2212.8798 C 2033.2213 2221.3497 2013.7037 2222.3808 1999.489 2216.0467 C 1955.4443 2198.002 1958.9798 2148.4339 1954.929 2107.8516 C 1953.8975 2106.4521 L 1945.3542 2106.3049 1937.9151 2108.8824 1930.9182 2112.4176 C 1919.4286 2119.9301 1917.2188 2132.5249 1917.1453 2145.3405 C 1919.5018 2166.6997 1929.0031 2189.1638 1950.3627 2198.7387 C 1955.5919 2202.6418 1961.9256 2203.9678 1968.0391 2205.8091 C 1962.2943 2206.6929 1957.9487 2204.2624 1953.1616 2202.9366 C 1926.4253 2198.2231 1904.1094 2173.3283 1897.7012 2147.771 C 1891.956 2124.9386 1896.5962 2099.013 1915.3779 2083.104 C 1927.6778 2072.0563 1949.8471 2071.0252 1964.1355 2078.5377 C 1970.838 2072.8664 L 1970.5435 2069.6257 1971.3536 2066.0167 1971.5743 2062.6287 C 1972.016 2057.1047 1976.509 2053.275 1976.8773 2047.7509 C 1973.4155 2039.6494 1968.3958 2032.3182 1963.3985 2024.7712 C 1958.1813 2016.8904 1961.085 2025.3345 1956.1503 2015.4649 C 1958.5071 2015.6859 1960.1277 2017.6009 1962.1158 2018.6317 C 1972.0593 2034.1727 1972.1637 2030.148 1980.4125 2046.3515 C 1985.3472 2042.8901 1992.0499 2038.3237 1992.7862 2032.2103 C 1993.4491 2032.8731 L 1992.5651 2039.9439 1984.9792 2043.0373 1980.7808 2048.1192 C 1982.1803 2055.1897 L 1983.2849 2058.2835 1987.0411 2060.3454 1987.8516 2063.6599 C 1985.6417 2062.3342 1985.0527 2059.3877 1982.8434 2057.9886 C 1981.8854 2063.5861 1979.4548 2068.5946 1974.3729 2072.4981 C 1975.1098 2073.2344 L 1983.948 2070.3623 L 1985.1999 2069.4047 1988.146 2070.0675 1987.8516 2067.5634 C 1988.146 2067.9318 L 1988.8827 2067.1951 L 1990.7974 2056.2946 1999.7094 2047.8982 2005.5283 2038.9128 C 2003.1711 2048.8559 1993.3756 2055.7056 1992.0499 2066.164 C 1992.7862 2067.1951 L 1998.3837 2065.5749 2003.9809 2063.9544 2008.6952 2060.1247 C 2012.3046 2056.2208 2012.2304 2050.3288 2011.1255 2045.2465 C 2005.0127 2031.3264 1995.7321 2018.3636 1986.3783 2006.0637 C 1986.2314 2004.2959 1983.8742 2001.3497 1986.7466 2000.3923 C 1988.0726 2002.5284 1998.3194 2019.2957 2000.9711 2020.1795 C 2005.4636 2030.27 2005.3807 2024.4767 2009.358 2034.6409 C 2011.4203 2040.6067 2014.0713 2046.278 2013.9982 2053.0539 C 2012.6722 2064.9121 1999.5621 2066.164 1991.6813 2071.0986 C 1991.1657 2074.1924 1992.3445 2077.1383 1994.5544 2078.5377 C 1994.9223 2080.0106 1993.7436 2080.8945 1994.1857 2082.3678 C 1998.4572 2092.8999 2007.2957 2102.401 2016.4291 2109.987 C 2017.3861 2112.4176 2015.1028 2112.4176 2013.6295 2112.7859 C 2003.8344 2105.1999 1996.4691 2095.1098 1990.6501 2085.6085 C 1987.4829 2086.8607 1983.8008 2090.838 1980.7808 2088.407 C 1983.6535 2086.0502 1988.5144 2086.1975 1989.9139 2082.3678 C 1988.2937 2079.274 1989.03 2074.7076 1987.8516 2071.7615 C 1983.2849 2073.1613 1978.6447 2074.1924 1974.7412 2077.0648 C 1975.6989 2082.515 1976.6562 2087.8914 1980.7808 2091.9426 C 1986.5263 2107.4829 2003.0974 2119.5618 2018.1959 2123.7602 C 2020.7003 2124.2023 2023.4254 2124.2023 2025.6353 2125.1596 C 2024.4566 2127.443 2022.9267 2127.1879 2020.3492 2126.6726 C 2007.1654 2123.9475 1995.9644 2115.7665 1985.8005 2105.8972 C 1983.2117 2110.3557 L 1984.0949 2112.9335 1984.4643 2113.959 1986.3059 2116.4628 C 1988.8834 2118.9668 1992.1972 2124.7175 1996.9846 2124.1285 C 1998.6783 2124.4233 1998.1627 2126.2643 1998.752 2127.2957 C 2003.6871 2131.5672 2008.9901 2134.8082 2014.3665 2137.9014 C 2017.9017 2140.4796 2017.4596 2134.7345 2020.332 2135.7656 C 2021.1428 2138.4907 2019.3746 2141.3635 2016.7968 2142.8364 C 2015.6184 2142.7626 2014.2193 2143.1313 2013.2619 2142.468 C 2008.9901 2139.2274 2004.571 2136.2812 2000.2249 2133.3353 C 1999.2676 2136.2812 2000.4464 2139.2274 2000.5199 2142.1732 C 2001.1092 2145.8564 2007.443 2144.2355 2006.1908 2148.1394 C 2005.0862 2149.1705 2003.4657 2150.1279 2001.9928 2149.2443 C 2000.0781 2154.1052 2002.9501 2161.2494 1999.489 2165.1529 C 1999.0466 2159.9237 1999.0466 2153.5892 1998.0892 2148.1394 C 1996.3211 2145.7088 L 1989.2506 2140.4796 1979.3307 2134.8993 1973.07 2127.8285 C 1974.0045 2130.094 L 1977.9084 2141.4369 1981.8119 2152.7795 1985.7162 2164.0483 C 1988.146 2173.4021 1991.6813 2185.481 1986.7466 2194.8347 C 1989.4724 2173.0334 1978.9399 2155.0625 1972.6054 2136.1339 C 1971.6481 2126.1908 1963.1779 2119.4149 1958.4643 2111.0185 C 1958.2435 2135.7656 1959.4954 2161.6177 1969.0702 2183.1238 C 1978.7185 2204.9252 2001.7717 2218.8456 2024.6038 2217.8145 C 2038.8192 2216.6361 2053.8446 2208.3869 2058.8523 2194.0981 C 2067.396 2168.0253 2045.5212 2148.655 2027.4027 2132.967 C 2027.6238 2131.9359 2028.8022 2132.0094 2029.5385 2131.5672 C 2037.42 2134.44 2043.4593 2141.8787 2050.3821 2147.1082 C 2047.5839 2147.1082 L 2060.6198 2160.7338 2064.9658 2181.872 2058.1895 2199.7694 C h 1925.2465 2079.9368 m 1905.3613 2090.3956 1896.5224 2111.0919 1897.3332 2132.967 C 1899.4689 2156.9037 1912.3579 2179.2944 1934.0854 2192.3307 C 1935.1162 2192.3307 L 1920.4594 2177.3056 1913.8308 2157.9349 1915.0096 2137.1651 C 1915.5986 2125.3804 1921.9327 2113.5225 1933.0543 2108.5879 C 1939.167 2105.3471 1946.4588 2104.7578 1953.5296 2103.5794 C 1954.119 2099.4548 1951.0255 2095.4778 1951.7621 2091.206 C 1952.7933 2092.6789 L 1956.3289 2092.4578 1956.0336 2087.5969 1958.0959 2085.2402 C 1959.2009 2083.6934 1960.6 2082.294 1961.337 2080.6 C 1950.6572 2076.0333 1935.927 2073.8238 1925.2465 2079.9368 C h 1972.4803 2079.4272 m 1970.7638 2078.7587 1969.8065 2079.9368 1969.0702 2080.6 C 1973.8397 2084.5485 L 1972.4803 2079.4272 L h 1977.9084 2063.6599 m 1979.3079 2060.272 1978.3502 2056.0739 1977.5401 2052.6856 C 1974.8884 2057.0313 1974.6681 2062.9967 1974.3729 2068.5946 C 1976.2879 2067.8579 1977.098 2065.5014 1977.9084 2063.6599 C h 1976.6105 2092.0843 m 1976.0215 2088.3276 1970.7638 2085.9765 1967.6708 2084.5035 C 1967.7446 2094.3732 1974.0045 2102.5482 1981.0753 2109.987 C 1982.4748 2110.208 1982.401 2108.5879 1982.8434 2107.8516 C 1983.8173 2098.1186 1979.885 2097.2343 1976.6105 2092.0843 C h 1982.9116 2131.1824 m 1984.6109 2132.5983 L 1988.146 2135.4711 1992.123 2138.7853 1996.3211 2140.7003 C 1996.1745 2136.2812 1995.5117 2131.1254 1992.7862 2127.2957 C 1990.7239 2127.8844 1991.4605 2125.528 1990.2825 2124.7914 C 1982.2537 2119.9301 1978.5709 2107.2622 1967.6708 2108.5879 C 1971.5743 2121.2561 L 1976.1407 2124.5703 1976.7986 2129.3074 1982.9116 2131.1824 C h 1969.3552 2121.3956 m 1964.8241 2108.4806 L 1960.2924 2108.4806 L 1969.3552 2121.3956 L h 1957.7399 2103.9477 m 1962.1586 2103.5059 1968.2601 2106.1572 1972.2367 2105.7151 C 1967.6708 2098.6447 1961.337 2091.3532 1964.1355 2082.0729 C 1961.558 2082.883 1960.6738 2085.6823 1959.5692 2087.6704 C 1957.1382 2092.4578 1955.3828 2099.4548 1957.7399 2103.9477 C f  n 2075.4037 2154.5772 m 2070.3952 2152.3676 2068.5537 2146.9908 2065.1657 2143.2346 C 2064.5764 2140.804 2067.4491 2142.13 2068.333 2140.7305 C 2066.4914 2138.9631 2063.3983 2138.6682 2061.2622 2136.9004 C 2055.7382 2126.8104 2048.1519 2115.394 2052.7927 2103.3151 C 2058.3895 2089.8367 2071.942 2079.6729 2076.4346 2065.8258 C 2067.0807 2082.9871 2045.4271 2096.0974 2048.8888 2118.4874 C 2049.9934 2123.2748 2052.203 2127.6939 2053.8231 2132.2603 C 2053.0872 2132.9969 L 2034.4528 2121.8019 2012.4873 2104.1821 2006.8163 2082.4546 C 2002.6918 2060.506 2032.5381 2061.0384 2037.1782 2043.5093 C 2035.2628 2029.0733 2021.2689 2018.9829 2010.6629 2009.6291 C 2009.3373 2008.7452 2007.8644 2008.3034 2006.0963 2008.5245 C 2006.4653 2010.2919 L 2016.3343 2019.8664 2030.4016 2029.2943 2033.6427 2042.8462 C 2033.9372 2055.1464 2019.8691 2056.9876 2012.7991 2063.6901 C 2007.7171 2068.772 2003.7398 2074.3695 2003.9609 2081.7348 C 2007.8974 2103.029 2033.1626 2126.0263 2056.7356 2137.6603 C 2060.5656 2143.184 2064.5764 2151.6313 2069.7321 2156.3446 C 2071.8682 2156.2708 2073.4884 2155.1662 2075.4037 2154.5772 C [1 4]  vc f  n 2055.9592 2201.5675 m 2052.7189 2206.2076 2049.183 2211.7316 2043.9545 2214.6775 C 2030.991 2223.1477 2011.473 2224.1788 1997.2581 2217.8447 C 1953.2143 2199.7997 1956.7492 2150.2315 1952.6988 2109.6492 C 1951.6676 2108.2497 L 1943.1239 2108.1025 1935.6849 2110.6804 1928.6879 2114.2156 C 1917.1984 2121.7281 1914.9885 2134.3225 1914.915 2147.1381 C 1917.2722 2168.4973 1926.7732 2190.9614 1948.1324 2200.5363 C 1953.3616 2204.4398 1959.6954 2205.7655 1965.8088 2207.607 C 1960.0641 2208.4906 1955.7187 2206.06 1950.9313 2204.7343 C 1924.195 2200.0207 1901.8788 2175.126 1895.4712 2149.5691 C 1889.7258 2126.7362 1894.3659 2100.8106 1913.1476 2084.9021 C 1925.4472 2073.854 1947.6168 2072.8228 1961.9053 2080.3354 C 1968.6074 2074.664 L 1968.3132 2071.4234 1969.1233 2067.8147 1969.3436 2064.4264 C 1969.7861 2058.9027 1974.2787 2055.0726 1974.647 2049.5486 C 1971.1852 2041.447 1966.1651 2034.1162 1961.1686 2026.5692 C 1955.951 2018.688 1958.8543 2027.1322 1953.9201 2017.2629 C 1956.2768 2017.4839 1957.897 2019.3986 1959.8858 2020.4294 C 1969.8293 2035.9704 1969.9334 2031.9456 1978.1825 2048.1495 C 1983.1168 2044.6877 1989.8193 2040.1214 1990.556 2034.0083 C 1991.2188 2034.6708 L 1990.3345 2041.7415 1982.7489 2044.8353 1978.5509 2049.9173 C 1979.95 2056.9876 L 1981.0546 2060.0811 1984.8108 2062.1434 1985.6209 2065.4575 C 1983.4117 2064.1319 1982.8224 2061.1857 1980.6128 2059.7866 C 1979.6554 2065.3841 1977.2245 2070.3922 1972.1426 2074.2957 C 1972.8792 2075.0323 L 1981.7178 2072.16 L 1982.9696 2071.2023 1985.9162 2071.8655 1985.6209 2069.3611 C 1985.9162 2069.7298 L 1986.6525 2068.9928 L 1988.5671 2058.0926 1997.4791 2049.6958 2003.298 2040.7104 C 2000.9409 2050.6535 1991.1453 2057.5033 1989.8193 2067.962 C 1990.556 2068.9928 L 1996.1535 2067.3726 2001.7509 2065.7524 2006.4653 2061.9223 C 2010.0736 2058.0188 2010.0001 2052.1264 2008.8951 2047.0445 C 2002.7821 2033.124 1993.5025 2020.1616 1984.148 2007.8617 C 1984.0008 2006.0935 1981.6443 2003.1473 1984.5166 2002.19 C 1985.842 2004.3261 1996.0895 2021.0936 1998.7412 2021.9772 C 2003.2334 2032.0679 2003.1508 2026.2744 2007.1281 2036.4385 C 2009.19 2042.4044 2011.841 2048.0757 2011.7675 2054.8519 C 2010.4426 2066.7098 1997.3318 2067.962 1989.451 2072.8966 C 1988.9354 2075.9901 1990.1142 2078.9359 1992.3234 2080.3354 C 1992.6917 2081.8086 1991.5133 2082.6925 1991.9554 2084.1655 C 1996.2272 2094.6976 2005.0654 2104.1986 2014.1982 2111.785 C 2015.1562 2114.2156 2012.8725 2114.2156 2011.3999 2114.5839 C 2001.604 2106.9979 1994.2384 2096.9075 1988.4206 2087.4061 C 1985.2526 2088.6583 1981.5701 2092.6357 1978.5509 2090.205 C 1981.4229 2087.8479 1986.2841 2087.9951 1987.6836 2084.1655 C 1986.0634 2081.072 1986.7997 2076.5053 1985.6209 2073.5594 C 1981.0546 2074.9589 1976.4144 2075.9901 1972.5109 2078.8625 C 1973.4686 2084.3127 1974.4259 2089.6891 1978.5509 2093.7402 C 1984.296 2109.2809 2000.8671 2121.3598 2015.9663 2125.5578 C 2018.47 2126 2021.1955 2126 2023.4047 2126.9576 C 2022.2263 2129.241 2020.6964 2128.9862 2018.1182 2128.4703 C 2004.9351 2125.7451 1993.7341 2117.5642 1983.5699 2107.6948 C 1980.9815 2112.1533 L 1981.8647 2114.7311 1982.234 2115.7566 1984.0753 2118.2607 C 1986.6531 2120.7648 1989.9669 2126.5155 1994.7543 2125.9265 C 1996.4476 2126.221 1995.9323 2128.0622 1996.5218 2129.0938 C 2001.4564 2133.3649 2006.7591 2136.6059 2012.1362 2139.6994 C 2015.6718 2142.2773 2015.2293 2136.5321 2018.1017 2137.5633 C 2018.9121 2140.2887 2017.144 2143.1611 2014.5665 2144.634 C 2013.3877 2144.5606 2011.989 2144.9289 2011.0316 2144.2657 C 2006.7591 2141.025 2002.3407 2138.0788 1997.9947 2135.133 C 1997.0373 2138.0788 1998.2161 2141.025 1998.2892 2143.9712 C 1998.8789 2147.654 2005.2127 2146.0331 2003.9609 2149.937 C 2002.8562 2150.9682 2001.2354 2151.9255 1999.7625 2151.042 C 1997.8478 2155.9029 2000.7198 2163.047 1997.2581 2166.9506 C 1996.8163 2161.7214 1996.8163 2155.3873 1995.8589 2149.937 C 1994.0911 2147.5064 L 1987.0207 2142.2773 1977.1008 2136.697 1970.8398 2129.6262 C 1971.7743 2131.892 L 1975.6781 2143.2346 1979.5817 2154.5772 1983.4852 2165.846 C 1985.9162 2175.1997 1989.451 2187.2787 1984.5166 2196.6328 C 1987.2415 2174.8315 1976.7096 2156.8602 1970.3752 2137.9319 C 1969.4174 2127.9884 1960.9479 2121.2125 1956.2339 2112.8161 C 1956.0133 2137.5633 1957.2651 2163.4154 1966.8399 2184.9218 C 1976.4882 2206.7232 1999.5417 2220.6433 2022.3735 2219.6122 C 2036.5889 2218.4337 2051.6139 2210.1846 2056.622 2195.8961 C 2065.1657 2169.8233 2043.291 2150.4526 2025.1724 2134.7647 C 2025.3935 2133.7339 2026.5719 2133.807 2027.3082 2133.3649 C 2035.1894 2136.238 2041.229 2143.6767 2048.1519 2148.9059 C 2045.3536 2148.9059 L 2058.3895 2162.5315 2062.7355 2183.6696 2055.9592 2201.5675 C h 1923.0169 2081.7348 m 1903.1303 2092.1935 1894.2921 2112.8899 1895.1029 2134.7647 C 1897.2386 2158.7014 1910.1276 2181.0921 1931.8551 2194.1287 C 1932.8859 2194.1287 L 1918.2295 2179.1033 1911.6005 2159.7325 1912.7789 2138.9631 C 1913.3683 2127.1784 1919.7024 2115.3202 1930.824 2110.3858 C 1936.9371 2107.1452 1944.2285 2106.5558 1951.2996 2105.377 C 1951.8887 2101.2524 1948.7952 2097.2755 1949.5315 2093.0036 C 1950.563 2094.4765 L 1954.0979 2094.2558 1953.8033 2089.3946 1955.866 2087.0378 C 1956.9706 2085.4915 1958.3697 2084.092 1959.1063 2082.3976 C 1948.4269 2077.8313 1933.6967 2075.6218 1923.0169 2081.7348 C h 1970.2504 2081.2249 m 1968.5343 2080.5564 1967.5762 2081.7348 1966.8399 2082.3976 C 1971.6094 2086.3462 L 1970.2504 2081.2249 L h 1975.6781 2065.4575 m 1977.0773 2062.0696 1976.1199 2057.8716 1975.3098 2054.4836 C 1972.6581 2058.8289 1972.4371 2064.7947 1972.1426 2070.3922 C 1974.058 2069.6556 1974.868 2067.2991 1975.6781 2065.4575 C h 1974.3803 2093.8819 m 1973.7912 2090.1253 1968.5343 2087.7745 1965.4405 2086.3012 C 1965.5143 2096.1709 1971.7743 2104.3459 1978.845 2111.785 C 1980.2445 2112.006 1980.1707 2110.3858 1980.6128 2109.6492 C 1981.587 2099.9163 1977.655 2099.032 1974.3803 2093.8819 C h 1980.6813 2132.9804 m 1982.3802 2134.396 L 1985.9162 2137.2688 1989.8928 2140.5832 1994.0911 2142.4983 C 1993.9442 2138.0788 1993.2811 2132.9235 1990.556 2129.0938 C 1988.4937 2129.6824 1989.2306 2127.3256 1988.0519 2126.589 C 1980.0234 2121.7281 1976.341 2109.0599 1965.4405 2110.3858 C 1969.3436 2123.0538 L 1973.9107 2126.3679 1974.5679 2131.1051 1980.6813 2132.9804 C h 1967.1249 2123.1933 m 1962.5934 2110.2783 L 1958.0619 2110.2783 L 1967.1249 2123.1933 L h 1955.5097 2105.7454 m 1959.9284 2105.3036 1966.0298 2107.9549 1970.0065 2107.5131 C 1965.4405 2100.4427 1959.1063 2093.1509 1961.9053 2083.8709 C 1959.3278 2084.681 1958.4435 2087.4799 1957.3389 2089.4684 C 1954.908 2094.2558 1953.1525 2101.2524 1955.5097 2105.7454 C f  n 2034.9448 2038.1027 m 2032.3666 2037.2187 2029.6643 2036.4536 2027.1824 2036.59 C 2026.0774 2036.4427 2024.7068 2036.1138 2023.6753 2037.0715 C 2028.0947 2036.9242 2031.4092 2038.8393 2034.9448 2038.1027 C [0 0 0 0]  vc f  n 2022.5707 2036.3352 m 2017.2677 2034.7147 2011.4491 2035.1565 2005.2623 2034.567 C 2005.4102 2035.0827 1999.223 2033.9042 1998.5602 2034.2729 C 1998.1919 2034.567 L 1998.9285 2035.3033 L 2006.7355 2035.8931 2014.6902 2037.1449 2022.5707 2036.3352 C f  n vmrs 2073.4648 2020.4256 m 2069.7086 2016.0065 2062.4167 2018.7319 2058.2922 2014.4597 C 2050.1906 2011.8822 2039.2897 2011.8822 2031.4092 2013.0606 C 2034.282 2014.1652 2038.1851 2013.7235 2040.6157 2014.8284 C 2037.9641 2015.9334 2034.871 2013.9445 2032.5142 2015.4909 C 2040.174 2016.8169 2050.3378 2017.0376 2058.6604 2019.3948 C 2063.5951 2018.953 2069.2668 2019.7631 2073.1699 2022.1933 C 2073.4648 2020.4256 L [0 0 0 0]  vc f  n 1916.88 2017.8417 m 1918.6478 2016.4422 L 1924.3925 2014.601 1931.3891 2015.9271 1936.6921 2012.9071 C 1928.885 2012.7598 1919.9734 2012.5384 1914.081 2017.1789 C 1913.6396 2020.0516 1917.2475 2018.1362 1916.88 2017.8417 C f  n 2060.7962 1992.5115 m 2054.7569 1988.5342 2047.0968 1988.6818 2040.2475 1986.8406 C 2014.9109 1984.4834 1985.8919 1983.7467 1960.3346 1986.1777 C 1956.5053 1986.3246 1952.8221 1987.0612 1949.4338 1988.3138 C 1952.2334 1990.4492 1956.2101 1991.1858 1960.0401 1991.849 C 1987.8073 1989.1236 2017.636 1990.0812 2043.4143 1996.4154 C 2044.5193 1997.0782 2046.066 1998.1831 2045.9187 1999.5822 C 2021.1712 1993.3219 1994.2883 1992.438 1967.7737 1993.6165 C 1966.0794 1993.7356 1965.3881 1993.588 1963.4618 1993.8263 C 1961.1567 1994.0526 L 1959.0941 1993.9732 1958.7373 1994.1605 1957.1681 1994.2793 C 1951.1282 1996.5627 1943.6898 1995.1631 1938.4606 1999.5822 C 1942.879 2002.6757 1948.1089 2003.633 1952.969 2005.6219 C 1967.7737 2004.8853 L 1968.8783 2005.6219 L 1966.0056 2006.2847 L 1961.7967 2006.1765 1961.0196 2007.1068 1956.1363 2007.3893 C 1952.1878 2008.1885 1946.1931 2007.0213 1946.1931 2007.0213 C 1944.9982 2006.7209 1943.5081 2006.6699 1942.7718 2006.3012 C 1939.3835 2005.5653 1937.1342 2005.9164 1934.1877 2003.1175 C 1933.2303 2002.0867 1935.1454 2000.4662 1933.5248 1999.5822 C 1931.0208 2000.6869 1927.707 2003.2647 1924.9815 2002.7492 C 1926.1599 2001.2024 1927.7801 2000.6869 1929.2534 1999.9506 C 1932.1995 1998.5511 1930.8735 1996.1209 1931.7574 1993.6165 C 1932.4206 1990.8179 1935.2255 1990.5739 1936.5789 1988.6248 C 1939.1234 1987.5772 L 1939.1958 1986.9144 1938.4606 1986.6198 1938.0916 1986.1777 C 1935.7347 1984.9255 1934.4825 1983.1577 1932.0519 1981.9055 C 1932.0519 1981.9055 1931.2025 1979.2086 1932.0519 1977.3392 C 1932.9017 1975.4698 1937.3553 1972.699 1940.228 1970.9316 C 1940.7429 1970.0473 1941.6271 1970.7102 1942.6579 1969.9001 C 1941.2584 1967.912 1936.3979 1966.6594 1937.7236 1963.198 C 1939.3438 1957.2322 1946.12 1957.8212 1950.4653 1955.3909 C 1949.5076 1954.6543 1952.8221 1950.5294 1955.0317 1951.1926 C 1960.0401 1948.9096 1965.7111 1948.2464 1971.3086 1947.6573 C 1980.1468 1942.7227 1992.2995 1943.68 2002.4637 1944.1218 C 2016.8255 1945.5951 2031.7776 1945.8896 2044.1513 1952.2237 C 2031.3358 1948.8361 2016.8255 1948.5409 2003.1265 1948.3202 C 2014.4691 1950.6031 2025.9586 1952.2975 2037.0805 1955.0226 C 2040.5419 1956.7901 2044.0037 1958.7054 2047.6861 1960.0308 C 2043.1198 1958.263 L 2021.9813 1955.9065 2000.6228 1949.7931 1978.3793 1951.1926 C 1975.8012 1951.4136 1974.181 1950.6031 1972.0456 1951.8554 C 1971.6773 1952.8865 1972.4873 1953.4021 1973.0764 1953.9915 C 1998.4867 1954.5071 2024.2647 1952.9603 2045.9187 1963.5663 C 2048.8649 1964.3026 2052.3267 1964.5237 2054.0203 1967.3964 C 2052.9895 1968.5007 L 2050.4851 1966.7332 L 2033.6185 1966.0703 2014.2484 1964.8916 1996.424 1966.3652 C 1992.2264 1966.3652 1988.3963 1966.2914 1984.7869 1967.1015 C 2004.8947 1968.8693 2025.222 1970.0473 2043.783 1975.5718 C 2045.4766 1976.8236 2049.675 1977.413 2048.0548 1980.5061 C 2045.9187 1978.7383 L 2019.6249 1971.9627 1991.4894 1969.6794 1962.8391 1971.6679 C 1961.4393 1972.4045 1960.5554 1970.8578 1959.3035 1972.4045 C 1960.2609 1973.1408 1962.3231 1975.5718 1961.4393 1974.8351 C 1958.0513 1974.982 1955.3262 1973.4356 1952.2334 1972.699 C 1950.3181 1972.0362 1948.0347 1973.2146 1946.9297 1974.8351 C 1952.4538 1979.6225 1958.8617 1982.1266 1966.0056 1983.0105 C 1991.5632 1980.5061 2016.4576 1982.7894 2041.3524 1985.0728 C 2043.783 1986.1777 L 2048.2021 1986.1777 2052.9895 1987.2823 2057.2613 1988.608 C 2058.4397 1989.9336 2062.0484 1990.0074 2060.7962 1992.5115 C h 1933.8197 1995.3839 m 1936.2507 2000.3189 1939.7858 1993.6165 1943.3945 1994.2793 C 1945.7517 1993.6902 1947.8874 1992.5853 1950.4653 1992.5115 C 1948.7717 1990.5968 1945.6044 1990.744 1943.3945 1989.3446 C 1940.1538 1991.112 1935.1454 1991.112 1933.8197 1995.3839 C h 1969.1729 1952.2237 m 1967.4788 1952.003 1964.2382 1952.4447 1962.1024 1953.2548 C 1963.8699 1954.8016 1966.0056 1953.6232 1968.5096 1953.9915 C 1968.7311 1953.4021 1969.4674 1953.0338 1969.1729 1952.2237 C h 1992.5205 1962.4613 m 2029.2738 1962.0934 L 2014.5429 1957.6739 1996.5713 1957.3794 1980.1468 1958.263 C 1984.1983 1959.81 1987.8073 1962.5352 1992.5205 1962.4613 C h 1983.0195 1962.4613 m 1979.7792 1961.6512 1977.3482 1958.9996 1973.813 1958.9261 C 1973.6654 1959.2941 1973.9603 1959.4417 1974.181 1959.6624 C 1973.4447 1960.3256 L 1969.6884 1959.4417 1965.4166 1957.5271 1961.4393 1959.2941 C 1960.1874 1959.3679 1959.009 1958.4844 1957.9044 1959.2941 C 1965.1217 1965.1127 1974.402 1962.9769 1983.0195 1962.4613 C h 1950.097 1967.7644 m 1952.3069 1967.0277 1954.7372 1966.0703 1956.5053 1964.9654 C 1957.3941 1964.3705 1958.3462 1965.5548 1959.3035 1964.2288 C 1957.4626 1962.9769 1955.3262 1962.4613 1953.2642 1961.7985 C 1953.2642 1961.7985 1951.0547 1960.4725 1950.097 1960.0308 C 1946.6356 1960.6936 1942.511 1961.4302 1940.596 1964.2288 C 1943.3208 1966.5121 1946.488 1968.7217 1950.097 1967.7644 C h 1944.4257 1974.4668 m 1941.0381 1974.982 1935.3664 1974.393 1934.1877 1979.107 C 1936.3979 1983.0105 1940.3746 1983.9678 1943.7629 1985.8091 C 1947.8874 1985.0728 1952.0117 1984.41 1956.1363 1983.6733 C 1952.6011 1980.5061 1945.899 1980.4326 1944.4257 1974.4668 C f  n 2130.3982 1935.5763 m 2130.6196 1932.3356 2127.5996 1930.3472 2125.8311 1927.8431 C 2118.0244 1923.2026 2108.5234 1921.6562 2099.6852 1920.7724 C 2088.3423 1918.8577 2075.8951 1918.5628 2064.3314 1918.2682 C 2045.6242 1919.0784 2023.3811 1916.6478 2004.8947 1919.0045 C 2004.8205 1919.2994 2005.0419 1919.5201 2005.2623 1919.6677 C 2070.2976 1920.0357 L 2073.0961 1920.0357 2075.3795 1922.319 2078.105 1921.4355 C 2078.105 1922.1715 L 2068.0142 1922.3929 2056.0886 1922.8631 2045.7771 1922.5686 C 2029.6502 1921.787 L 2049.6216 1924.4499 2081.8504 1928.5456 2100.8524 1934.2904 C 2101.2829 1934.5231 2101.7475 1934.6756 2102.4842 1934.9135 C 2103.011 1935.35 2108.0813 1937.5648 2108.1551 1940.8793 C 2108.2286 1943.4576 2106.7553 1945.6671 2105.2831 1947.2872 C 2104.2516 1948.2446 2102.6307 1949.0551 2101.4527 1948.6868 C 2102.4842 1947.7294 2103.3673 1946.4034 2104.6196 1945.8878 C 2108.0813 1943.3837 2103.6615 1941.1345 2102.1159 1939.8486 C 2091.5833 1933.0723 2078.5468 1932.4833 2065.3625 1932.0412 C 2065.3625 1932.0412 2060.5249 1932.0759 2054.6723 1932.3248 C 2042.9613 1932.0299 2032.8822 1932.4833 2022.2024 1932.7778 C 1993.6993 1932.1146 1966.1529 1930.7889 1938.8282 1933.1457 C 1937.672 1933.2536 1936.8056 1933.3619 1935.4628 1933.4294 C 1926.9928 1933.6501 1920.1207 1934.7663 1911.9453 1935.5763 C 1910.6189 1935.9057 1902.0018 1937.4914 1901.7073 1943.0151 C 1906.8634 1948.3184 1914.3018 1949.4968 1921.4463 1950.8225 C 1925.7916 1950.8963 1929.4744 1953.5476 1933.8197 1952.5903 C 1933.8197 1953.6214 L 1931.6102 1953.5476 1929.4966 1953.576 1926.2278 1953.678 C 1923.7971 1954.0463 1922.307 1954.1201 1919.0161 1953.6214 C 1905.7581 1953.4004 1894.6369 1948.0974 1883.6626 1942.3526 C 1881.4527 1940.7321 1881.0025 1939.1453 1881.8951 1935.5763 C 1882.7871 1932.0078 1885.9456 1929.2422 1888.5972 1927.4748 C 1882.7787 1927.5482 1876.8125 1929.5371 1871.9516 1933.1457 C 1872.5414 1932.1146 1872.3199 1930.7889 1873.4246 1929.9788 C 1884.1778 1921.0669 1898.7615 1921.5824 1912.3136 1919.3728 C 1923.95 1913.3333 L 1960.7764 1900.076 2002.6848 1908.5462 2041.6469 1910.1667 C 2055.7146 1911.492 2070.3714 1911.2713 2083.0396 1915.8377 C 2093.3507 1916.427 2103.515 1918.5628 2112.7215 1920.7724 C 2119.4236 1924.013 2130.3244 1923.3502 2131.5028 1932.7778 C 2130.6924 1933.5144 2131.797 1935.3553 2130.3982 1935.5763 C h 1911.5763 1926.0753 m 1906.2739 1931.7467 L 1905.0952 1930.6417 1907.0841 1928.2114 1905.906 1927.1065 C 1898.5404 1928.5059 1886.6762 1930.8068 1885.0617 1934.5455 C 1883.4475 1938.2839 1892.8687 1943.2361 1898.1717 1944.4149 C 1899.2032 1939.8486 L 1902.5915 1932.9985 1910.0299 1932.9985 1916.143 1931.3783 C 1934.4825 1929.6843 1953.4111 1927.401 1971.6773 1927.8431 C 2028.6103 1928.2114 L 2032.8087 1928.2114 L 1993.552 1919.5201 1951.3488 1925.1914 1911.5763 1926.0753 C h 1978.7473 1909.4297 m 1961.292 1909.5035 1940.8908 1911.1237 1924.3183 1917.6051 C 1923.95 1918.2682 L 1934.3353 1916.427 1945.6044 1918.8577 1955.7683 1917.6051 C 1958.1019 1917.6051 1957.9722 1917.6051 1960.0401 1917.6051 C 1990.5321 1915.5428 2032.342 1915.9452 2062.4656 1914.9879 C 2038.4547 1912.1889 2003.4948 1910.1667 1978.7473 1909.4297 C f  n 2130.0295 2031.9832 m 2129.3671 2034.8553 L 2129.6616 2033.8983 2131.1345 2033.014 2130.0295 2031.9832 C f  n 2127.0085 2032.9901 m 2126.3457 2035.8625 L 2126.6402 2034.9052 2128.1138 2034.0213 2127.0085 2032.9901 C [1 5]  vc f  n 2133.2706 2031.4002 m 2124.8742 2046.3515 2109.8488 2054.0113 2093.6456 2054.3795 C 2085.5441 2054.085 2078.5468 2051.1389 2071.4022 2048.7083 C 2069.5613 2046.329 2067.7366 2046.329 2066.7623 2044.1419 C 2064.4055 2042.1534 2061.091 2042.2272 2058.2922 2041.343 C 2058.4644 2040.3857 2061.9268 2041.1845 2062.694 2041.0032 C 2064.2126 2041.2358 2068.8981 2040.1649 2069.9296 2044.8785 C 2077.9577 2047.1619 2085.3226 2052.0966 2094.6764 2050.1815 C 2094.824 2049.8132 2094.5295 2049.666 2094.3822 2049.4449 C 2086.5749 2046.6464 2077.8835 2045.0996 2070.6659 2042.0062 C 2066.0257 2038.9128 2060.0603 2037.8815 2054.7569 2037.4395 C 2051.6635 2035.6717 2048.8649 2036.5559 2045.5504 2035.3033 C 2021.1712 2032.9469 1996.0565 2031.1057 1970.9403 2031.4002 C 1971.3086 2032.2103 1972.1928 2032.6521 1971.3086 2033.5359 C 1965.7845 2033.3152 1960.4819 2032.5048 1954.7372 2032.7996 C 1954.0002 2031.7685 L 1930.6525 2031.4002 L 1928.5164 2032.5048 L 1936.471 2035.0827 1943.5593 2036.1251 1952.1027 2037.1562 C 1954.2732 2037.5189 1954.7544 2037.4911 1956.7998 2037.8078 C 1961.1173 2038.2604 1965.3484 2038.718 1969.1521 2039.1517 C 1970.1355 2040.7824 L 1956.3999 2039.3067 1942.4035 2037.3161 1928.5164 2035.3033 C 1925.3498 2035.2303 1922.8454 2032.5048 1919.6782 2033.5359 C 1918.6478 2034.1254 1917.69 2035.1565 1917.6163 2036.3352 C 1923.0665 2040.0911 1929.6951 2041.1961 1935.9555 2043.1108 C 1943.559 2046.0686 1951.5815 2047.6318 1959.3035 2048.7083 C 1964.3004 2048.8172 1969.3278 2049.1461 1974.3887 2049.5327 C 1974.2179 2050.9958 L 1967.3039 2050.4725 1960.3048 2049.95 1953.6326 2049.4449 C 1950.1511 2049.4558 1908.6642 2040.5712 1907.3051 2034.567 C 1906.9649 2032.4148 1907.0106 2031.7685 1907.6734 2030.7374 C 1911.5028 2025.5078 1917.8369 2024.845 1923.95 2024.3294 C 1925.3498 2023.2983 L 1927.1907 2018.5109 1932.1261 2015.9334 1936.3238 2013.0606 C 1953.6326 2008.347 1972.6346 2010.1145 1991.4894 2010.1882 C 1994.2483 2010.1602 L 1998.0783 2009.7915 2001.506 2009.7465 2005.6306 2010.1882 C 2005.2623 2011.5874 L 1975.5804 2011.5874 L 1974.7707 2012.1033 1969.654 2011.9159 1967.5917 2012.2108 C 1966.1701 2012.5848 1965.3607 2012.3072 1964.035 2012.7039 C 1954.7551 2012.9246 1949.2869 2014.3866 1940.8908 2016.8904 C 1940.3746 2018.5843 1942.3637 2018.5843 1943.0269 2019.3948 C 1941.2584 2018.8054 1939.0496 2019.2475 1937.7236 2017.6273 C 1936.471 2017.3324 1935.4286 2017.4175 1934.8396 2018.0069 C 1933.8028 2018.4771 1933.5983 2018.5059 1932.6188 2019.1115 C 1930.9758 2019.7687 1928.7378 2020.7204 1927.8536 2022.562 C 1928.885 2023.6662 L 1935.8824 2022.4882 1943.468 2026.0234 1949.729 2023.2983 C 1963.7964 2022.8565 1979.5581 2022.4882 1992.5205 2023.6662 C 2007.9874 2023.0776 2023.8232 2025.6551 2038.8479 2028.2333 C 2047.8338 2027.9384 2053.3578 2037.2187 2062.564 2035.3033 C 2062.564 2034.2729 L 2059.1763 2031.4737 2053.1367 2028.675 2053.3578 2023.6662 C 2054.3886 2023.9611 L 2055.1252 2022.1933 L 2055.1994 2023.0776 2056.4513 2023.4459 2056.5247 2024.3294 C 2065.3625 2033.6097 2077.2207 2037.2926 2088.7106 2040.9747 C 2092.4669 2041.1223 2097.6226 2042.3745 2100.716 2039.8701 C 2100.2742 2035.451 2099.2431 2030.8843 2096.1497 2027.8647 C 2094.1612 2030.8843 2094.6029 2035.2303 2090.4787 2037.0715 C 2089.4065 2037.7512 2085.8386 2037.4395 2085.8386 2037.4395 C 2083.6287 2035.9666 2080.388 2036.04 2078.4733 2034.567 C 2082.5975 2035.3033 2088.7106 2036.5559 2092.2458 2033.5359 C 2093.3507 2029.9269 2091.8041 2026.4651 2090.8467 2023.2983 C 2089.8159 2019.9838 2087.1642 2017.3324 2086.9432 2013.7235 C 2082.3768 2005.8426 2074.7167 1999.435 2069.6348 1992.1435 C 2070.6659 1992.1435 L 2085.4703 2004.0752 2096.0024 2017.1852 2103.8833 2033.5359 C 2106.3139 2033.3887 2108.0079 2037.2187 2110.2909 2035.3033 C 2109.7862 2030.4259 2110.824 2026.1482 2110.3474 2024.2613 C 2110.2909 2023.9611 L 2110.365 2020.6466 2109.039 2017.0376 2107.0498 2014.0918 C 2100.127 2001.3497 2089.3734 1991.0386 2078.105 1981.9055 C 2079.283 1982.2738 2080.8125 1983.1922 2081.7814 1983.5316 C 2097.3629 1990.1217 2115.52 2014.0918 2116.9933 2034.9354 C 2117.1406 2037.3664 2120.0133 2037.2187 2121.5593 2036.7032 C 2124.7262 2036.3352 2125.0214 2032.8731 2126.1998 2030.7374 C 2127.0834 2027.2756 2125.8311 2022.4882 2127.231 2019.7631 C 2129.4405 2020.8677 2128.7773 2024.4767 2130.3982 2026.4651 C 2130.7662 2026.0972 L 2131.0607 2017.6273 2127.361 2010.2107 2120.9534 2004.0242 C 2119.7919 2002.7492 L 2104.6934 1987.9452 2086.8693 1975.2034 2066.3941 1970.9316 C 2064.0376 1969.9739 2060.2813 1971.594 2058.6604 1969.5318 C 2062.564 1967.3226 2067.3514 1969.3111 2071.697 1969.1638 C 2092.3934 1974.6875 2111.8376 1986.9875 2125.8311 2004.8853 C 2129.327 2010.7098 2138.3525 2021.236 2133.2706 2031.4002 C h 1910.5455 2030.7374 m 1909.5881 2032.7258 1910.4717 2033.9042 1912.3136 2034.9354 C 1914.081 2035.5982 1913.7127 2033.4621 1914.7442 2032.7996 C 1917.6163 2029.8531 1923.6562 2031.5475 1924.687 2027.2018 C 1919.9734 2027.2756 1914.5963 2027.9384 1910.5455 2030.7374 C h 1928.885 2026.0972 m 1927.8536 2026.8338 L 1929.6217 2028.6013 L 1965.269 2026.9073 2001.4322 2028.3802 2036.0494 2031.4002 C 2002.1692 2023.8139 1964.164 2023.6662 1928.885 2026.0972 C [0 0 0 0]  vc f  n 2031.9234 2039.9003 m 2029.3455 2039.0164 2026.6429 2038.2513 2024.1613 2038.3877 C 2023.0567 2038.2404 2021.6857 2037.9118 2020.6546 2038.8691 C 2025.0737 2038.7219 2028.3882 2040.6369 2031.9234 2039.9003 C [1 5]  vc f  n 2019.55 2038.1328 m 2014.2466 2036.5127 2008.4281 2036.9541 2002.2416 2036.3651 C 2002.3888 2036.8807 1996.2019 2035.7019 1995.5391 2036.0706 C 1995.1708 2036.3651 L 1995.9071 2037.1013 L 2003.7145 2037.6908 2011.6688 2038.9426 2019.55 2038.1328 C f  n 2070.4438 2022.2236 m 2066.6871 2017.8045 2059.3957 2020.5296 2055.2711 2016.2578 C 2047.1699 2013.6799 2036.269 2013.6799 2028.3882 2014.8583 C 2031.2605 2015.9633 2035.1645 2015.5211 2037.5947 2016.6261 C 2034.943 2017.731 2031.8499 2015.7421 2029.4935 2017.2889 C 2037.1529 2018.6145 2047.3172 2018.8356 2055.6394 2021.1927 C 2060.5741 2020.7507 2066.2454 2021.5607 2070.1492 2023.9913 C 2070.4438 2022.2236 L f  n 1913.8593 2019.6397 m 1915.6267 2018.2402 L 1921.3711 2016.3987 1928.3681 2017.7247 1933.6714 2014.7047 C 1925.864 2014.5574 1916.952 2014.3367 1911.0603 2018.9765 C 1910.6179 2021.8492 1914.2269 2019.9339 1913.8593 2019.6397 C f  n 2057.7755 1994.3095 m 2051.7362 1990.3322 2044.0757 1990.4798 2037.2264 1988.6382 C 2011.8899 1986.2814 1982.8708 1985.5444 1957.3136 1987.9754 C 1953.4839 1988.1226 1949.8014 1988.8589 1946.4131 1990.1115 C 1949.2121 1992.2469 1953.189 1992.9835 1957.0188 1993.6467 C 1984.7855 1990.9216 2014.6153 1991.8789 2040.3936 1998.2131 C 2041.4982 1998.8759 2043.0453 1999.9808 2042.898 2001.3803 C 2018.1502 1995.1196 1991.2673 1994.2357 1964.7523 1995.4141 C 1963.0587 1995.5332 1962.3667 1995.3856 1960.4412 1995.6239 C 1958.1353 1995.8506 L 1956.073 1995.7712 1955.7159 1995.9585 1954.1463 1996.077 C 1948.1067 1998.3603 1940.668 1996.9608 1935.4392 2001.3803 C 1939.8579 2004.4737 1945.0875 2005.4307 1949.948 2007.4196 C 1964.7523 2006.6829 L 1965.8573 2007.4196 L 1962.9845 2008.0824 L 1958.7753 2007.9741 1957.9986 2008.9044 1953.1152 2009.1873 C 1949.1664 2009.9862 1943.1724 2008.819 1943.1724 2008.819 C 1941.9765 2008.5185 1940.487 2008.4675 1939.7504 2008.0992 C 1936.3631 2007.363 1934.1132 2007.7141 1931.167 2004.9151 C 1930.2096 2003.8843 1932.1243 2002.2638 1930.5042 2001.3803 C 1927.9997 2002.4849 1924.6856 2005.0624 1921.9605 2004.5468 C 1923.1385 2003.0005 1924.7594 2002.4849 1926.2323 2001.7482 C 1929.1785 2000.3491 1927.8525 1997.9185 1928.7367 1995.4141 C 1929.3996 1992.6155 1932.2041 1992.3716 1933.5579 1990.4225 C 1936.1017 1989.3749 L 1936.1751 1988.712 1935.4392 1988.4175 1935.0712 1987.9754 C 1932.7141 1986.7232 1931.4615 1984.9558 1929.0305 1983.7035 C 1929.0305 1983.7035 1928.1811 1981.0062 1929.0305 1979.1372 C 1929.8807 1977.2679 1934.3338 1974.4967 1937.2066 1972.7292 C 1937.7222 1971.8453 1938.6057 1972.5082 1939.6369 1971.6981 C 1938.2378 1969.7096 1933.3765 1968.4574 1934.7022 1964.9956 C 1936.3231 1959.0302 1943.0986 1959.6189 1947.4443 1957.1886 C 1946.4869 1956.452 1949.8014 1952.3273 1952.0106 1952.9906 C 1957.0188 1950.7072 1962.69 1950.0444 1968.2879 1949.4553 C 1977.1261 1944.5203 1989.2784 1945.4777 1999.4427 1945.9198 C 2013.8046 1947.3931 2028.7562 1947.6872 2041.1299 1954.0217 C 2028.3144 1950.6338 2013.8046 1950.3385 2000.1055 1950.1181 C 2011.4481 1952.4008 2022.938 1954.0951 2034.0598 1956.8203 C 2037.5209 1958.588 2040.9827 1960.5031 2044.6655 1961.8288 C 2040.0991 1960.061 L 2018.9606 1957.7042 1997.6014 1951.5907 1975.3587 1952.9906 C 1972.7801 1953.2113 1971.1606 1952.4008 1969.0242 1953.6534 C 1968.6558 1954.6845 1969.466 1955.2001 1970.0553 1955.7891 C 1995.4653 1956.3047 2021.2436 1954.758 2042.898 1965.364 C 2045.8436 1966.1006 2049.3053 1966.3213 2050.9993 1969.194 C 2049.9681 1970.2986 L 2047.4637 1968.5308 L 2030.5974 1967.868 2011.227 1966.6896 1993.4034 1968.1629 C 1989.205 1968.1629 1985.3753 1968.0891 1981.7655 1968.8992 C 2001.8733 1970.6669 2022.201 1971.8453 2040.7616 1977.3694 C 2042.4556 1978.6216 2046.6539 1979.2106 2045.0334 1982.3037 C 2042.898 1980.5363 L 2016.6035 1973.7604 1988.4684 1971.4771 1959.8177 1973.4655 C 1958.4182 1974.2025 1957.5343 1972.6554 1956.2825 1974.2025 C 1957.2398 1974.9388 1959.3025 1977.3694 1958.4182 1976.6327 C 1955.0306 1976.78 1952.3051 1975.2333 1949.2121 1974.4967 C 1947.2966 1973.8338 1945.0133 1975.0126 1943.9094 1976.6327 C 1949.4324 1981.4202 1955.8407 1983.9246 1962.9845 1984.8081 C 1988.5425 1982.3037 2013.4366 1984.5871 2038.3317 1986.8708 C 2040.7616 1987.9754 L 2045.1807 1987.9754 2049.9681 1989.08 2054.24 1990.406 C 2055.4191 1991.7316 2059.0274 1991.8051 2057.7755 1994.3095 C h 1930.7987 1997.1819 m 1933.2289 2002.1165 1936.7645 1995.4141 1940.3735 1996.077 C 1942.7307 1995.4879 1944.8661 1994.3829 1947.4443 1994.3095 C 1945.7503 1992.3945 1942.5834 1992.5417 1940.3735 1991.1423 C 1937.1331 1992.91 1932.1243 1992.91 1930.7987 1997.1819 C h 1966.1522 1954.0217 m 1964.4575 1953.8006 1961.2171 1954.2428 1959.0814 1955.0529 C 1960.8488 1956.5992 1962.9845 1955.4208 1965.4886 1955.7891 C 1965.7097 1955.2001 1966.4459 1954.8318 1966.1522 1954.0217 C h 1989.4999 1964.259 m 2026.2521 1963.8911 L 2011.5215 1959.472 1993.5503 1959.1771 1977.1261 1960.061 C 1981.1769 1961.6077 1984.7855 1964.3328 1989.4999 1964.259 C h 1979.9988 1964.259 m 1976.7578 1963.4489 1974.3272 1960.7976 1970.7923 1960.7238 C 1970.6443 1961.0918 1970.9389 1961.2394 1971.1606 1961.4604 C 1970.4233 1962.1233 L 1966.6677 1961.2394 1962.3959 1959.3247 1958.4182 1961.0918 C 1957.1667 1961.1659 1955.988 1960.2824 1954.883 1961.0918 C 1962.1007 1966.9107 1971.381 1964.7746 1979.9988 1964.259 C h 1947.0767 1969.562 m 1949.2858 1968.8257 1951.7161 1967.868 1953.4839 1966.7631 C 1954.373 1966.1681 1955.3251 1967.3528 1956.2825 1966.0268 C 1954.4413 1964.7746 1952.3051 1964.259 1950.2432 1963.5962 C 1950.2432 1963.5962 1948.034 1962.2705 1947.0767 1961.8288 C 1943.6142 1962.4916 1939.4896 1963.2279 1937.5749 1966.0268 C 1940.2997 1968.3101 1943.4669 1970.5197 1947.0767 1969.562 C h 1941.405 1976.2645 m 1938.0167 1976.78 1932.3457 1976.1906 1931.167 1980.9046 C 1933.3765 1984.8081 1937.3539 1985.7658 1940.7422 1987.607 C 1944.8661 1986.8708 1948.9906 1986.2076 1953.1152 1985.4713 C 1949.58 1982.3037 1942.8775 1982.2302 1941.405 1976.2645 C f  n 2127.3768 1937.3743 m 2127.5983 1934.1333 2124.5783 1932.1452 2122.8105 1929.6407 C 2115.0038 1925.0006 2105.5021 1923.4539 2096.6639 1922.5703 C 2085.3212 1920.6553 2072.874 1920.3604 2061.3104 1920.0663 C 2042.6035 1920.876 2020.3594 1918.4454 2001.8733 1920.8022 C 2001.7998 1921.0974 2002.0205 1921.3182 2002.2416 1921.4654 C 2067.2765 1921.8334 L 2070.0751 1921.8334 2072.3585 1924.1167 2075.0836 1923.2332 C 2075.0836 1923.9694 L 2064.9932 1924.1905 2053.0675 1924.6608 2042.756 1924.3662 C 2026.6288 1923.5846 L 2046.5998 1926.2475 2078.8293 1930.3433 2097.8314 1936.0884 C 2098.2619 1936.3207 2098.7265 1936.4733 2099.4628 1936.7115 C 2099.9896 1937.148 2105.0603 1939.3629 2105.1337 1942.6774 C 2105.2075 1945.2552 2103.7343 1947.4648 2102.2617 1949.0849 C 2101.2302 1950.0423 2099.61 1950.853 2098.432 1950.4844 C 2099.4628 1949.527 2100.3466 1948.2014 2101.5985 1947.6858 C 2105.0603 1945.1814 2100.6405 1942.9325 2099.0944 1941.6462 C 2088.562 1934.8699 2075.5257 1934.2809 2062.3419 1933.8388 C 2062.3419 1933.8388 2057.5038 1933.8736 2051.6512 1934.1224 C 2039.9403 1933.8279 2029.8607 1934.2809 2019.1817 1934.5755 C 1990.6779 1933.9126 1963.1322 1932.5869 1935.8071 1934.9438 C 1934.6516 1935.0513 1933.7842 1935.1595 1932.4417 1935.227 C 1923.9718 1935.4481 1917.0996 1936.5643 1908.9242 1937.3743 C 1907.5979 1937.7033 1898.9807 1939.289 1898.6866 1944.8131 C 1903.842 1950.1164 1911.2807 1951.2948 1918.4249 1952.6202 C 1922.7706 1952.6939 1926.453 1955.3456 1930.7987 1954.3883 C 1930.7987 1955.4194 L 1928.5895 1955.3456 1926.4755 1955.3737 1923.2067 1955.4757 C 1920.7765 1955.844 1919.2859 1955.9181 1915.9943 1955.4194 C 1902.737 1955.1983 1891.6158 1949.8954 1880.6412 1944.1503 C 1878.4316 1942.5297 1877.9814 1940.943 1878.8738 1937.3743 C 1879.7664 1933.8058 1882.9249 1931.0402 1885.5759 1929.2724 C 1879.7576 1929.3463 1873.7915 1931.3347 1868.9306 1934.9438 C 1869.52 1933.9126 1869.2986 1932.5869 1870.4039 1931.7768 C 1881.1568 1922.8645 1895.7404 1923.3804 1909.2922 1921.1709 C 1920.9294 1915.1313 L 1957.755 1901.8739 1999.6634 1910.3438 2038.6262 1911.9644 C 2052.6936 1913.29 2067.35 1913.0693 2080.0183 1917.6353 C 2090.3294 1918.2247 2100.4939 1920.3604 2109.7 1922.5703 C 2116.4025 1925.8111 2127.303 1925.1482 2128.4821 1934.5755 C 2127.6713 1935.3121 2128.7766 1937.1533 2127.3768 1937.3743 C h 1908.5555 1927.8733 m 1903.2529 1933.5443 L 1902.0742 1932.4397 1904.063 1930.0091 1902.8843 1928.9045 C 1895.5193 1930.3036 1883.6555 1932.6049 1882.0406 1936.3432 C 1880.4268 1940.0819 1889.8477 1945.0341 1895.151 1946.2125 C 1896.1822 1941.6462 L 1899.5701 1934.7965 1907.0092 1934.7965 1913.1223 1933.1759 C 1931.4615 1931.482 1950.3905 1929.199 1968.6558 1929.6407 C 2025.5893 1930.0091 L 2029.788 1930.0091 L 1990.5307 1921.3182 1948.3278 1926.9894 1908.5555 1927.8733 C h 1975.7263 1911.2277 m 1958.2709 1911.3015 1937.8694 1912.9217 1921.2976 1919.4031 C 1920.9294 1920.0663 L 1931.3143 1918.2247 1942.5834 1920.6553 1952.7476 1919.4031 C 1955.0812 1919.4028 1954.9512 1919.4028 1957.0188 1919.4031 C 1987.511 1917.3408 2029.3206 1917.7429 2059.4445 1916.7855 C 2035.4337 1913.9866 2000.4738 1911.9644 1975.7263 1911.2277 C f  n 2130.2492 2033.1979 m 2121.8531 2048.1495 2106.8277 2055.8093 2090.6242 2056.1772 C 2082.5227 2055.883 2075.5257 2052.9365 2068.3811 2050.5059 C 2066.5399 2048.1266 2064.7155 2048.1266 2063.7413 2045.9399 C 2061.3845 2043.9511 2058.07 2044.0249 2055.2711 2043.141 C 2055.443 2042.1836 2058.9061 2042.9821 2059.673 2042.8011 C 2061.1916 2043.0338 2065.8774 2041.9626 2066.9082 2046.6762 C 2074.9363 2048.9596 2082.3019 2053.8942 2091.6557 2051.9792 C 2091.803 2051.6109 2091.5081 2051.4639 2091.3612 2051.2429 C 2083.5538 2048.444 2074.8629 2046.8973 2067.6449 2043.8038 C 2063.0047 2040.7104 2057.0388 2039.6792 2051.7362 2039.2375 C 2048.6428 2037.4693 2045.8436 2038.3536 2042.5291 2037.1013 C 2018.1502 2034.7446 1993.0351 2032.9034 1967.9196 2033.1979 C 1968.2879 2034.0083 1969.1718 2034.4501 1968.2879 2035.3339 C 1962.7635 2035.1129 1957.4609 2034.3028 1951.7161 2034.5973 C 1950.9791 2033.5662 L 1927.6321 2033.1979 L 1925.4957 2034.3028 L 1933.4504 2036.8807 1940.5383 2037.9231 1949.0816 2038.9542 C 1951.2518 2039.3169 1951.733 2039.2888 1953.7784 2039.6058 C 1959.4346 2040.1983 1964.9414 2040.7997 1970.4215 2041.3451 C 1971.3054 2042.9635 L 1955.8843 2041.4607 1940.6248 2039.2937 1925.4957 2037.1013 C 1922.3288 2037.0279 1919.8244 2034.3028 1916.6571 2035.3339 C 1915.6267 2035.923 1914.6687 2036.9541 1914.5949 2038.1328 C 1920.0458 2041.8888 1926.6741 2042.9937 1932.9344 2044.9088 C 1940.5376 2047.8666 1948.5601 2049.4294 1956.2825 2050.5059 C 1962.2132 2050.6353 1968.1856 2051.0746 1974.2062 2051.5525 C 1973.7635 2052.9973 L 1965.9388 2052.4065 1958.1508 2051.8133 1950.6111 2051.2429 C 1947.1301 2051.2535 1905.6431 2042.3692 1904.2837 2036.3651 C 1903.9439 2034.2125 1903.9892 2033.5662 1904.6521 2032.5354 C 1908.4821 2027.3059 1914.8159 2026.6427 1920.9294 2026.1271 C 1922.3288 2025.096 L 1924.1697 2020.3085 1929.1047 2017.731 1933.3031 2014.8583 C 1950.6111 2010.1447 1969.6136 2011.9125 1988.4684 2011.9859 C 1991.2275 2011.9578 L 1995.0573 2011.5895 1998.4853 2011.5441 2002.6099 2011.9859 C 2002.2416 2013.3854 L 1972.5597 2013.3854 L 1971.7497 2013.9009 1966.6329 2013.714 1964.571 2014.0085 C 1963.1487 2014.3828 1962.3393 2014.1048 1961.014 2014.5015 C 1951.7344 2014.7226 1946.2655 2016.1843 1937.8694 2018.688 C 1937.3539 2020.3823 1939.343 2020.3823 1940.0055 2021.1927 C 1938.2378 2020.6034 1936.0285 2021.0452 1934.7022 2019.425 C 1933.4504 2019.1301 1932.4076 2019.2155 1931.8189 2019.8046 C 1930.7822 2020.2751 1930.5776 2020.3036 1929.5974 2020.9091 C 1927.9548 2021.5667 1925.7168 2022.5181 1924.8325 2024.3597 C 1925.864 2025.4643 L 1932.8613 2024.2858 1940.4477 2027.8214 1946.7076 2025.096 C 1960.775 2024.6542 1976.5371 2024.2858 1989.4999 2025.4643 C 2004.9664 2024.8752 2020.8025 2027.4527 2035.8266 2030.0309 C 2044.8127 2029.7361 2050.3364 2039.0164 2059.5429 2037.1013 C 2059.5429 2036.0706 L 2056.155 2033.2717 2050.1154 2030.4727 2050.3364 2025.4643 C 2051.3676 2025.7588 L 2052.1039 2023.9913 L 2052.1776 2024.8752 2053.4299 2025.2435 2053.5037 2026.1271 C 2062.3419 2035.4074 2074.2 2039.0902 2085.6895 2042.7727 C 2089.4458 2042.9199 2094.6019 2044.1725 2097.6946 2041.6681 C 2097.2529 2037.2486 2096.2221 2032.6819 2093.1283 2029.6623 C 2091.1401 2032.6819 2091.5819 2037.0279 2087.4574 2038.8691 C 2086.3851 2039.5489 2082.8171 2039.2375 2082.8171 2039.2375 C 2080.6076 2037.7646 2077.3673 2037.8376 2075.4519 2036.3651 C 2079.5765 2037.1013 2085.6895 2038.3536 2089.2248 2035.3339 C 2090.3294 2031.7246 2088.783 2028.2632 2087.8257 2025.096 C 2086.7941 2021.7818 2084.1429 2019.1301 2083.9221 2015.5211 C 2079.3555 2007.6406 2071.6956 2001.233 2066.6137 1993.9412 C 2067.6449 1993.9412 L 2082.4492 2005.8732 2092.9814 2018.9829 2100.8619 2035.3339 C 2103.2928 2035.1863 2104.9865 2039.0164 2107.2702 2037.1013 C 2106.7655 2032.2236 2107.8026 2027.9458 2107.3267 2026.0592 C 2107.2702 2025.7588 L 2107.3433 2022.4446 2106.0176 2018.8356 2104.0288 2015.8894 C 2097.1056 2003.1473 2086.3527 1992.8363 2075.0836 1983.7035 C 2076.262 1984.0718 2077.7919 1984.9898 2078.7608 1985.3293 C 2094.3418 1991.9193 2112.4993 2015.8894 2113.9719 2036.733 C 2114.1195 2039.164 2116.9919 2039.0164 2118.5386 2038.5009 C 2121.7059 2038.1328 2122.0004 2034.6708 2123.1788 2032.5354 C 2124.0623 2029.0733 2122.8105 2024.2858 2124.2103 2021.5607 C 2126.4195 2022.6656 2125.7567 2026.2744 2127.3768 2028.2632 C 2127.7451 2027.8952 L 2128.04 2019.425 2124.3403 2012.0088 2117.9324 2005.8219 C 2116.7712 2004.5468 L 2101.6723 1989.7428 2083.8483 1977.0011 2063.3726 1972.7292 C 2061.0162 1971.7716 2057.2599 1973.3917 2055.6394 1971.3298 C 2059.5429 1969.1203 2064.3307 1971.1087 2068.6764 1970.9615 C 2089.3727 1976.4855 2108.8166 1988.7855 2122.8105 2006.6829 C 2126.3059 2012.5074 2135.3315 2023.0336 2130.2492 2033.1979 C h 1907.5248 2032.5354 m 1906.5671 2034.5235 1907.451 2035.7019 1909.2922 2036.733 C 1911.0603 2037.3959 1910.692 2035.2598 1911.7225 2034.5973 C 1914.5949 2031.6511 1920.6348 2033.3454 1921.666 2028.9998 C 1916.952 2029.0733 1911.5752 2029.7361 1907.5248 2032.5354 C h 1925.864 2027.8952 m 1924.8325 2028.6315 L 1926.6006 2030.3989 L 1962.2486 2028.7053 1998.4111 2030.1782 2033.0283 2033.1979 C 1999.1481 2025.6118 1961.1433 2025.4643 1925.864 2027.8952 C f  n 2105.0926 1872.2518 m 2111.9961 1872.2518 L 2111.9961 1871.2383 L 2109.1297 1871.2383 L 2109.1297 1863.744 L 2107.9593 1863.744 L 2107.9593 1871.2383 L 2105.0926 1871.2383 L 2105.0926 1872.2518 L [1 4]  vc f  n 2114.2077 1863.744 m 2114.2077 1872.2518 L 2115.8582 1872.2518 L 2118.3025 1865.0588 L 2120.7292 1872.2518 L 2122.3624 1872.2518 L 2122.3624 1863.744 L 2121.2676 1863.744 L 2121.2676 1868.7655 L 2121.2676 1868.9391 2121.2715 1869.2266 2121.2792 1869.6283 C 2121.2869 1870.0297 2121.2908 1870.4602 2121.2908 1870.9199 C 2118.8641 1863.744 L 2117.7233 1863.744 L 2115.2793 1870.9199 L 2115.2793 1870.6595 L 2115.2793 1870.4507 2115.2839 1870.133 2115.2934 1869.7064 C 2115.3032 1869.2797 2115.3085 1868.9662 2115.3085 1868.7655 C 2115.3085 1863.744 L 2114.2077 1863.744 L f  n vmrs vmr vmr end %%Trailer
  2. %%EndDocument FMENDEPSF 0 0 0 409 180 62.71 27.6 133 210.4 FMBEGINEPSF %%BeginDocument: <inline> %!PS-Adobe-2.0 EPSF-1.2 %%Title: SunLogoLrg.Sblu.02 %%Creator: FreeHand 7.0 %%CreationDate: 3/16/98 4:55 PM %%BoundingBox: 0 0 409 180 %%FHPathName:YankeeDogWorkshop:Documents:image bank:Sun logo:Sun Logo