[comp.lang.postscript] "recycled" symbol wanted

fyl@ssc.UUCP (Phil Hughes) (05/31/90)

I am looking for the funny little three-arrow "recycled" symbol in
Postscript or EPS.  Anyone got one?
-- 
Phil Hughes, SSC, Inc. P.O. Box 55549, Seattle, WA 98155  (206)FOR-UNIX
     uunet!pilchuck!ssc!fyl or attmail!ssc!fyl            (206)527-3385

fyl@ssc.UUCP (Phil Hughes) (06/06/90)

In article <774@ssc.UUCP>, fyl@ssc.UUCP (Phil Hughes) writes:
> I am looking for the funny little three-arrow "recycled" symbol in
> Postscript or EPS.  Anyone got one?

I received two answers and quite a few "send me what you get" requests.
So, I post both.  Looking at both, the second one looks more like what I
see on recycling buckets.  Enjoy.  And, thanks to those who responded.


From: Rob Henley <uunet!siesoft.co.uk!rob>
Date: Mon, 4 Jun 90 13:45:32  +0100

Here's one I wrote a while ago - I was never very happy with it, so please let
me know if you find anything better!

Rob Henley, 
Siemens SDG,
Reading ENGLAND

8-<----------------------------------

/arrow {
newpath
140   0 moveto
 30   0 rlineto
140 110   40 110   100   arcto
-20   0 rlineto
140   0 moveto
120 100   40 110    90   arcto

 40 110 moveto
  0  20 rlineto
-30 -31 rlineto
 30 -31 rlineto
  0  20 rlineto
 60   0 rlineto
stroke
} def 

100 100 translate
.2 .2   scale
30 rotate arrow
gsave 70  30 translate -120 rotate arrow grestore
gsave 50 -50 translate -240 rotate arrow grestore

showpage

--------------- end of #1 ----------------------------------------

Date: 	Mon, 4 Jun 1990 16:21:00 -0400
From: uunet!ugw.utcs.utoronto.ca!SMITHM%QUCDN.bitnet

Did you get a copy already?  Here's one created using Adobe Illustrator
on a Mac.  The work was done by Mark Fleming here at Queen's.

 Mike Smith                                  SMITHM@QUCDN.BITNET
 Queen's University                          Michael.D.Smith@QueensU.CA
 Computing and Communications Services       (613) 545-2024

----------- Cut Here ------------------------------
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: Adobe Illustrator 88(TM) 1.8.3
%%For: (Mary Ann Brand) (J.R. Business)
%%Title: (recycles.eps)
%%CreationDate: (9/19/89) (12:50 PM)
%%DocumentProcSets: Adobe_packedarray 0 0
%%DocumentSuppliedProcSets: Adobe_packedarray 0 0
%%DocumentProcSets: Adobe_cmykcolor 0 0
%%DocumentSuppliedProcSets: Adobe_cmykcolor 0 0
%%DocumentProcSets: Adobe_cshow 0 0
%%DocumentSuppliedProcSets: Adobe_cshow 0 0
%%DocumentProcSets: Adobe_customcolor 0 0
%%DocumentSuppliedProcSets: Adobe_customcolor 0 0
%%DocumentProcSets: Adobe_Illustrator881 0 0
%%DocumentSuppliedProcSets: Adobe_Illustrator881 0 0
%%ColorUsage: Black&White
%%DocumentProcessColors: Black
%%BoundingBox:91 393 218 510
%%TemplateBox:0 0 576 720
%%TemplateFile: Untitled::0:Integra
%%TileBox:-624 818 -72 1548
%%EndComments
0  0 translate
%%BeginProcSet: Adobe_packedarray 0 0
% packedarray Operators
% Version 1.0 5/9/1988
% Copyright (C) 1987, 1988
% Adobe Systems Incorporated
% All Rights Reserved
userdict /Adobe_packedarray 5 dict dup begin put
/initialize         % - initialize -
{
/packedarray where
    { pop }
    {
    Adobe_packedarray begin
    Adobe_packedarray
        { dup xcheck
            { bind } if
        userdict 3 1 roll put
        } forall
    end
    } ifelse
} def
/terminate          % - terminate -
{ } def
/packedarray        % arguments count packedarray array
{ array astore readonly
} def
/setpacking         % boolean setpacking -
{ pop } def
/currentpacking     % - setpacking boolean
{ false } def
currentdict readonly pop end
%%EndProcSet

Adobe_packedarray /initialize get exec

%%BeginProcSet: Adobe_cmykcolor 0 0
% cmykcolor Operators
% Version 1.1 1/23/1989
% Copyright (C) 1987, 1988, 1989
% Adobe Systems Incorporated
% All Rights Reserved
currentpacking true setpacking
userdict /Adobe_cmykcolor 4 dict dup begin put
/initialize         % - initialize -
{
/setcmykcolor where
    { pop }
    {
    userdict /Adobe_cmykcolor_vars 2 dict dup begin put
    /_setrgbcolor
        /setrgbcolor load def
    /_currentrgbcolor
        /currentrgbcolor load def
    Adobe_cmykcolor begin
    Adobe_cmykcolor
        { dup xcheck
            { bind } if
        pop pop
        } forall
    end
    end
    Adobe_cmykcolor begin
    } ifelse
} def
/terminate          % - terminate -
{
currentdict Adobe_cmykcolor eq
    {
    end
    } if
} def
/setcmykcolor       % cyan magenta yellow black setcmykcolor -
{
1 sub 4 1 roll
3
    {
    3 index add neg dup 0 lt
        {
        pop 0
        } if
    3 1 roll
    } repeat
Adobe_cmykcolor_vars /_setrgbcolor get exec
pop
} def
/currentcmykcolor   % - currentcmykcolor cyan magenta yellow black
{
Adobe_cmykcolor_vars /_currentrgbcolor get exec
3
    {
    1 sub neg 3 1 roll
    } repeat
0
} def
currentdict readonly pop end
setpacking
%%EndProcSet

%%BeginProcSet: Adobe_cshow 0 0
% cshow Operator
% Version 1.1 1/23/1989
% Copyright (C) 1987, 1988, 1989
% Adobe Systems Incorporated
% All Rights Reserved
currentpacking true setpacking
userdict /Adobe_cshow 3 dict dup begin put
/initialize         % - initialize -
{
/cshow where
    { pop }
    {
    userdict /Adobe_cshow_vars 1 dict dup begin put
    /_cshow     % - _cshow proc
        {} def
    Adobe_cshow begin
    Adobe_cshow
        {
        dup xcheck
            { bind } if
        userdict 3 1 roll put
        } forall
    end
    end
    } ifelse
} def
/terminate          % - terminate -
{ } def
/cshow              % proc string cshow -
{
exch
Adobe_cshow_vars
    exch /_cshow
    exch put
    {
    0 0 Adobe_cshow_vars /_cshow get exec
    } forall
} def
currentdict readonly pop end
setpacking
%%EndProcSet

%%BeginProcSet: Adobe_customcolor 0 0
% Custom Color Operators
% Version 1.0 5/9/1988
% Copyright (C) 1987, 1988
% Adobe Systems Incorporated
% All Rights Reserved
currentpacking true setpacking
userdict /Adobe_customcolor 5 dict dup begin put
/initialize         % - initialize -
{
/setcustomcolor where
    { pop }
    {
    Adobe_customcolor begin
    Adobe_customcolor
        { dup xcheck
            { bind } if
        pop pop
        } forall
    end
    Adobe_customcolor begin
    } ifelse
} def
/terminate          % - terminate -
{
currentdict Adobe_customcolor eq
    { end } if
} def
/findcmykcustomcolor    % cyan magenta yellow black name findcmykcustomcolor obj
{ 5 packedarray }  def
/setcustomcolor     % object tint setcustomcolor -
{
exch
aload pop pop
4
    {
    4 index mul 4 1 roll
    } repeat
5 -1 roll pop
setcmykcolor
} def
/setoverprint       % boolean setoverprint -
{ pop } def
currentdict readonly pop end
setpacking
%%EndProcSet

%%BeginProcSet: Adobe_Illustrator881 0 0
% Adobe Illustrator (TM) Prolog
% Version 1.19 1/23/1989
% Copyright (C) 1987, 1988, 1989
% Adobe Systems Incorporated
% All Rights Reserved
currentpacking true setpacking
userdict /Adobe_Illustrator881 72 dict dup begin put
% initialization
/initialize             % - initialize -
{
userdict /Adobe_Illustrator881_vars 29 dict dup begin put
% paint operands
/_lp /none def
/_pf {} def
/_ps {} def
/_psf {} def
/_pss {} def
% text operands
/_a null def
/_as null def
/_tt 2 array def
/_tl 2 array def
/_tm matrix def
/t {} def
% color operands
/_gf null def
/_cf 4 array def
/_if null def
/_of false def
/_fc {} def
/_gs null def
/_cs 4 array def
/_is null def
/_os false def
/_sc {} def
/_i null def
Adobe_Illustrator881 begin
Adobe_Illustrator881
    {
    dup xcheck
        {
        bind
        } if
    pop pop
    } forall
end
end

Adobe_Illustrator881 begin
Adobe_Illustrator881_vars begin
newpath
} def
/terminate              % - terminate -
{
end
end
} def
% definition operators
/_                  % - _ null
null def
/ddef               % key value ddef -
{
Adobe_Illustrator881_vars 3 1 roll put
} def
/xput               % key value literal xput -
{
dup load dup length exch maxlength eq
    {
    dup dup load dup
    length 2 mul dict copy def
    } if
load begin def end
} def
/npop               % integer npop -
{
    {
    pop
    } repeat
} def
% marking operators
/sw                 % ax ay length string sw x y
{
stringwidth
exch 5 -1 roll 3 index 1 sub mul add
4 1 roll 3 1 roll 1 sub mul add
} def
/ss                 % ax ay length string matrix ss -
{
3 -1 roll pop
4 1 roll
    {
    2 npop (0) exch
    2 copy 0 exch put pop
    gsave
    false charpath
    currentpoint
    4 index setmatrix
    stroke
    grestore
    moveto
    2 copy rmoveto
    } exch cshow
3 npop
} def
% path operators
/sp                 % ax ay length string sp -
{
exch pop
    {
    2 npop (0) exch
    2 copy 0 exch put pop
    false charpath
    2 copy rmoveto
    } exch cshow
2 npop
} def
% path construction operators
/pl                 % x y pl x y
{
transform
0.25 sub round 0.25 add exch
0.25 sub round 0.25 add exch
itransform
} def
/setstrokeadjust where
{
pop true setstrokeadjust
/c              % x1 y1 x2 y2 x3 y3 c -
{
curveto
} def
/C
/c load def
/v              % x2 y2 x3 y3 v -
{
currentpoint 6 2 roll curveto
} def
/V
/v load def
/y              % x1 y1 x2 y2 y -
{
2 copy curveto
} def
/Y
/y load def
/l              % x y l -
{
lineto
} def
/L
/l load def
/m              % x y m -
{
moveto
} def
}
{
/c
{
pl curveto
} def
/C
/c load def
/v
{
currentpoint 6 2 roll pl curveto
} def
/V
/v load def
/y
{
pl 2 copy curveto
} def
/Y
/y load def
/l
{
pl lineto
} def
/L
/l load def
/m
{
pl moveto
} def
} ifelse
% graphic state operators
/d                  % array phase d -
{
setdash
} def
/cf                 % - cf flatness
currentflat def
/i                  % flatness i -
{
dup 0 eq
    {
    pop cf
    } if
setflat
} def
/j                  % linejoin j -
{
setlinejoin
} def
/J                  % linecap J -
{
setlinecap
} def
/M                  % miterlimit M -
{
setmiterlimit
} def
/w                  % linewidth w -
{
setlinewidth
} def
% path painting operators
/H                  % - H -
{} def
/h                  % - h -
{
closepath
} def
/N                  % - N -
{
newpath
} def
/n                  % - n -
/N load def
/F                  % - F -
{
_pf
} def
/f                  % - f -
{
closepath
F
} def
/S                  % - S -
{
_ps
} def
/s                  % - s -
{
closepath
S
} def
/B                  % - B -
{
gsave F grestore
S
} def
/b                  % - b -
{
closepath
B
} def
/W                  % - W -
{
clip
} def
% text painting operators
/ta                 % length string ta ax ay length string
{
_as moveto
_tt aload pop 4 -2 roll
} def
/tl                 % - tl -
{
_tl aload pop translate
} def
/as                 % - as array
{
{
0 0
}
{
2 copy _tt aload pop 4 -2 roll sw
exch neg 2 div exch neg 2 div
}
{
2 copy _tt aload pop 4 -2 roll sw
exch neg exch neg
}
{
0 0
}
} cvlit def
/z                  % literal size leading tracking align z -
{
/_a exch ddef
/_as as _a get ddef
_a 2 le
    {
    0 _tt astore pop
    0 exch neg _tl astore pop
    }
    {
    0 exch neg _tt astore pop
    neg 0 _tl astore pop
    } ifelse
exch findfont exch scalefont setfont
} def
/tm                 % matrix tm -
{
_tm currentmatrix pop
concat
} def
/I                  % matrix I -
{
tm
/t
    {
    ta sp
    tl
    } ddef
} def
/o                  % matrix o -
{
tm
/t
    {
    ta 4 npop
    tl
    newpath
    } ddef
} def
/e                  % matrix e -
{
tm
/t
    {
    ta _psf
    tl
    newpath
    } ddef
} def
/r                  % matrix r -
{
tm
/t
    {
    ta _tm _pss
    tl
    newpath
    } ddef
} def
/a                  % matrix a -
{
tm
/t
    {
    2 copy
    ta _psf
    newpath
    ta _tm _pss
    tl
    newpath
    } ddef
} def
/T                  % - T -
{
_tm setmatrix
} def
% font operators
/Z                  % array literal literal direction Z -
{
pop
findfont begin
currentdict dup length 1 add dict begin
    {
    1 index /FID ne
        {
        def
        }
        {
        2 npop
        } ifelse
    } forall
/FontName exch def dup length 0 ne
    {
    /Encoding Encoding 256 array copy def
    0 exch
        {
        dup type /nametype eq
            {
            Encoding 2 index 2 index put pop
            1 add
            }
            {
            exch pop
            } ifelse
        } forall
    } if pop
currentdict dup end end
/FontName get exch definefont pop
} def
% group operators
/u                  % - u -
{} def
/U                  % - U -
{} def
/q                  % - q -
{
gsave
} def
/Q                  % - Q -
{
grestore
} def
% place operators
/'                  % matrix llx lly urx ury string ' -
{
/_i save ddef
6 1 roll 4 npop
concat
userdict begin
/showpage {} def
false setoverprint
pop
} def
/~                  % - ~ -
{
end
_i restore
} def
% color operators
/O                  % flag O -
{
0 ne
/_of exch ddef
/_lp /none ddef
} def
/R                  % flag R -
{
0 ne
/_os exch ddef
/_lp /none ddef
} def
/g                  % gray g -
{
/_gf exch ddef
/_fc
{
_lp /fill ne
    {
    _of setoverprint
    _gf setgray
    /_lp /fill ddef
    } if
} ddef
/_pf
{
_fc
fill
} ddef
/_psf
{
_fc
exch pop
ashow
} ddef
/_lp /none ddef
} def
/G                  % gray G -
{
/_gs exch ddef
/_sc
{
_lp /stroke ne
    {
    _os setoverprint
    _gs setgray
    /_lp /stroke ddef
    } if
} ddef
/_ps
{
_sc
stroke
} ddef
/_pss
{
_sc
ss
} ddef
/_lp /none ddef
} def
/k                  % cyan magenta yellow black k -
{
_cf astore pop
/_fc
{
_lp /fill ne
    {
    _of setoverprint
    _cf aload pop setcmykcolor
    /_lp /fill ddef
    } if
} ddef
/_pf
{
_fc
fill
} ddef
/_psf
{
_fc
exch pop
ashow
} ddef
/_lp /none ddef
} def
/K                  % cyan magenta yellow black K -
{
_cs astore pop
/_sc
{
_lp /stroke ne
    {
    _os setoverprint
    _cs aload pop setcmykcolor
    /_lp /stroke ddef
    } if
} ddef
/_ps
{
_sc
stroke
} ddef
/_pss
{
_sc
ss
} ddef
/_lp /none ddef
} def
/x                  % cyan magenta yellow black name gray x -
{
/_gf exch ddef
findcmykcustomcolor
/_if exch ddef
/_fc
{
_lp /fill ne
    {
    _of setoverprint
    _if _gf 1 exch sub setcustomcolor
    /_lp /fill ddef
    } if
} ddef
/_pf
{
_fc
fill
} ddef
/_psf
{
_fc
exch pop
ashow
} ddef
/_lp /none ddef
} def
/X                  % cyan magenta yellow black name gray X -
{
/_gs exch ddef
findcmykcustomcolor
/_is exch ddef
/_sc
{
_lp /stroke ne
    {
    _os setoverprint
    _is _gs 1 exch sub setcustomcolor
    /_lp /stroke ddef
    } if
} ddef
/_ps
{
_sc
stroke
} ddef
/_pss
{
_sc
ss
} ddef
/_lp /none ddef
} def
% locked object operators
/A                  % value A -
{
pop
} def
currentdict readonly pop end
setpacking
%%EndProcSet

%%EndProlog

%%BeginSetup

Adobe_cmykcolor /initialize get exec
Adobe_cshow /initialize get exec
Adobe_customcolor /initialize get exec
Adobe_Illustrator881 /initialize get exec
%%EndSetup

0 O
1 g
0 R
0 G
0 i 2 J 0 j 2 w 4 M []0 d
%%Note:
117.8125 430.8125 m
120.8313 435.6645 123.9822 441.4352 125.9375 444.8125 c
125.9 444.7478 132.9375 441.4375 132.4375 441.9375 C
132.0625 442.6875 121.9375 462.9375 y
122.0625 462.9375 97.2489 462.7087 97.1875 462.6875 C
103.292 457.8682 104.3125 457.3125 104.0625 457.1875 C
97.75 449.75 L
96 443 97 441 100.1001 435.4335 C
B
100.1001 435.4335 m
100.3256 434.9161 107.0077 418.9313 118 410 C
111.8197 410.927 118.8179 437.0772 117.8125 430.8125 c
118.1636 433 116.5855 428.8404 117.8125 430.8125 c
B
118.1875 431.4375 m
118 431.5 147.9375 431.1875 Y
148 431.25 147.5 406 147.4375 405.8125 C
147.5 405.5 124.25 407 124.1875 406.8125 C
124.1875 406.8125 L
109.3444 409.6877 117.9243 431.2038 117.8125 430.8125 c
B
151.1479 488.6382 m
153.8272 483.5907 157.2345 477.9674 159.1728 474.5802 c
159.1356 474.6452 152.7383 470.2225 153.4218 470.4037 C
154.2587 470.3512 176.8549 468.935 y
176.7921 468.8269 189.0581 490.3985 189.0706 490.4623 C
181.837 487.6044 180.8439 487.001 180.8614 487.28 C
177.6008 496.4743 L
175.5 500 170.4113 501.518 164.0406 501.6333 C
B
164.0406 501.6333 m
163.48 501.6982 146.3013 503.9492 133.0568 498.9302 C
135.0665 501.4402 151.3351 492.0712 151.1479 488.6382 c
151.0273 486.426 150.0589 490.6898 151.1479 488.6382 c
B
151.5 488 m
151.6482 488.1307 136.3405 462.4003 Y
136.3631 462.3149 114.7802 475.4302 114.6495 475.5784 C
114.3479 475.6814 127.3233 495.0325 127.1926 495.1808 C
127.1926 495.1808 L
135.2318 504.3917 148.0647 492.5375 151.1479 488.6382 c
B
190.7274 433.546 m
185.0193 433.2777 178.4797 432.5968 174.5893 432.2899 c
174.6639 432.2958 173.3952 439.9687 173.2673 439.2733 C
172.8627 438.5389 161.9365 418.7096 y
161.8656 418.8126 176.137 398.5124 176.1893 398.4739 C
176.6926 406.2351 176.571 407.3908 176.8158 407.2559 C
186.522 406.2797 L
193.5 407 194.1518 410.6283 196.9755 416.3401 C
B
196.9755 416.3401 m
197.5549 417.2719 206.5206 436.5116 207.25 445.75 C
208.662 442.8613 193.752 431.9113 190.7274 433.546 c
188.7784 434.5994 193.0475 433.655 190.7274 433.546 c
B
190 433.5 m
190.055 433.3102 173.3212 458.1362 Y
173.2342 458.1522 194.3073 472.0713 194.4971 472.1262 C
194.7189 472.3551 207.5601 450.1951 207.75 450.25 C
206.8694 452.416 L
212.6664 439.1579 188.3039 432.7288 190.7274 433.546 c
B
%%Trailer
Adobe_Illustrator881 /terminate get exec
Adobe_customcolor /terminate get exec
Adobe_cshow /terminate get exec
Adobe_cmykcolor /terminate get exec
showpage
%%EOF

-- 
Phil Hughes, SSC, Inc. P.O. Box 55549, Seattle, WA 98155  (206)FOR-UNIX
     uunet!pilchuck!ssc!fyl or attmail!ssc!fyl            (206)527-3385

emv@math.lsa.umich.edu (Edward Vielmetti) (06/07/90)

In article <807@ssc.UUCP> fyl@ssc.UUCP (Phil Hughes) writes:

   I received two answers and quite a few "send me what you get" requests.
   So, I post both.  Looking at both, the second one looks more like what I
   see on recycling buckets.  Enjoy.  And, thanks to those who responded.

just don't print them out "just to see what they look like" and
then throw out the paper.  I admit that was my first temptation.

--Ed

sft@cbnewsc.att.com (scott.thompson) (06/09/90)

Phil sent me the first of the two he posted and I was not really happy
with it so I made my own.  The first is regular postscript the second,
encapulated color postscript.
----- cut here ----- cut here ----- cut here ----- cut here -----
%!PS-Adobe-2.0
%%Creator: Professional Draw V1.0  (C) Copyright 1989, Gold Disk Inc.
%%Title: recycle
%%CreationDate: Tue Feb 13 11:29:30 1990
%%Pages: (atend)
%%EndComments
save
50 dict begin
% Professional Draw Prologue:

/rect 4 array def  % used in dobox
/dorect {
   newpath
   rect aload pop 4 copy moveto 3 1 roll exch lineto
   4 2	roll lineto lineto
   closepath
} def

/dobox {	      %clip trnsp x1 y1 x2 y2 dobox
   rect astore pop
   {} {dorect 1 setgray fill} ifelse
   {dorect clip} if
} def

/dogreyimage {	 % width height xscl yscl x0 y0 dogreyimage
   5 index 1 add 2 idiv string
   /picstr exch def
   translate scale
   4 [1 0 0 1 0 0]
   {currentfile  picstr readhexstring pop }
   image
} def

/docolorimage { % width height xscl yscl x0 y0 docolorimage
   4 dict begin
     5 index 1 add 2 idiv
     dup /cstr exch string def
     dup /ystr exch string def
     dup /mstr exch string def
     /kstr exch string def
     translate scale
     4 [1 0 0 1 0 0]
     { currentfile cstr readhexstring pop }
     { currentfile mstr readhexstring pop }
     { currentfile ystr readhexstring pop }
     { currentfile kstr readhexstring pop }
     true 4 colorimage
   end
} def

/bwline {  % linewidth linejoin linecap grey dash 0 bwline
   setdash setgray setlinecap setlinejoin setlinewidth
} def

/colorline {  %linewidth linejoin linecap c m y k dash 0 colorline
   setdash setcmykcolor setlinecap setlinejoin setlinewidth
} def

/ellipsedict 2 dict def
ellipsedict /mtrx matrix put

/ellipse {		% xr yr angle cx cy  ellipse
   ellipsedict begin
      /savematrix mtrx currentmatrix def
      translate
      rotate
      scale
      0 0 1 0 360 arc
      savematrix setmatrix
   end
} def

/getpagetype { % width ht orient getpagetype width ht orient pagetype
   dup 0 eq {0}
   {
      3 copy pop
      2 copy 709 le exch 499 le and
      {pop pop 4} {
	 2 copy 842 le exch 596 le and
	 {pop pop 3} {
	    2 copy 792 le exch 612 le and
	    {pop pop 1} {
	       1008 le exch 612 le and
	       {2} {0} ifelse
	    } ifelse
	 } ifelse
      } ifelse
   } ifelse
} def

/initcolorpage { % pitch1 angle1 ... pitch4 angle4 ysize width ht orient neg mirror manual #copies epsf----
   commoninit
   12 dict begin
      /ka exch def /kf exch def
      /ba exch def /bf exch def
      /ga exch def /gf exch def
      /ra exch def /rf exch def
      currentcolorscreen
      /kp exch def pop pop
      /bp exch def pop pop
      /gp exch def pop pop
      /rp exch def pop pop
      rf ra /rp load gf ga /gp load bf ba /bp load kf ka /kp load setcolorscreen
   end
} def

/initbwpage { % pitch angle ysize width ht orient neg mirror manual #copies epsf ----
   commoninit
   currentscreen 3 1 roll pop pop setscreen
} def

/commoninit { % ysize width ht orient neg mirror manual #copies epsf ----
   {pop pop pop pop pop pop pop}
   {
      /#copies exch def
      statusdict begin
	 statusdict /manualfeed known
	 {/manualfeed exch def} {pop} ifelse
	 statusdict /mirrorprint known
	 {/mirrorprint exch def} {pop} ifelse
	 statusdict /negativeprint known
	 {/negativeprint exch def} {pop} ifelse
	 getpagetype
	 dup 0 ne {
	    dup 1 eq {
	       userdict /letter known
	       {letter} {pop 0} ifelse
	    } if
	    dup 2 eq {
	       userdict /legal known
	       {legal}	{pop 0} ifelse
	    } if
	    dup 3 eq {
	       userdict /a4 known
	       {a4} {pop 0} ifelse
	    } if
	    dup 4 eq {
	       userdict /b5 known
	       {b5} {pop 0} ifelse
	    } if
	 } if
	 0 eq statusdict /setpage known and
	 {setpage} {pop pop pop} ifelse
      end
   }
   ifelse
   /pageysize exch def
} def

/crop { 		% x0 y0 x1 y1 l s crop	   - places crop marks...
    2 dict begin
       /spc exch def /len exch def
       gsave newpath
       0.25 setlinewidth 0 setgray
       2 copy moveto 0 spc rmoveto 0 len rlineto 2 copy moveto spc 0 rmoveto len 0 rlineto
       4 2 roll 2 copy moveto 0 spc neg rmoveto 0 len neg rlineto 2 copy moveto spc neg 0 rmoveto len neg 0 rlineto
       4 1 roll exch
       2 copy moveto 0 spc rmoveto 0 len rlineto moveto spc neg 0 rmoveto len neg 0 rlineto
       exch 2 copy moveto spc 0 rmoveto len 0 rlineto moveto 0 spc neg rmoveto 0 len neg rlineto
       stroke grestore
    end
} def

/cross {   % xc yc len cross
   1 dict begin
      /len exch def
      moveto 0 len -2 div rmoveto 0 len rlineto
      len -2 div dup rmoveto len 0 rlineto
      stroke
   end
} def


/oneregister {	 % xc yc len oneregister
   0 setgray 0.25 setlinewidth
   3 copy 3 copy cross 4 div 0 360 arc fill
   1 setgray 2 div cross
} def

/register {		% x0 y0 x1 y1 l s register
    6 dict begin
       gsave
       /spc exch def /len exch def
       /y1 exch def /x1 exch def /y0 exch def /x0 exch def
       x1 x0 add 2 div y0 spc sub len 2 div sub len oneregister
       x1 x0 add 2 div y1 spc len 2 div add add len oneregister
       x0 spc sub len 2 div sub y1 y0 add 2 div len oneregister
       x1 spc len 2 div add add y1 y0 add 2 div len oneregister
       grestore
    end
} def

/initpage {
   gsave
   0 pageysize translate
   0.96 -0.96 scale
} def

/endpage {
   grestore
} def

%%EndProlog


75 45 792 612 792 1 false false false 1 false initbwpage

%%Page: 1 1

initpage
gsave 0.00 0.00 translate 0.00 rotate 1.00 1.00 scale
2.08 0 0 0.00 [] 0 bwline 
newpath
189.44 325.53 moveto 189.44 325.53 245.69 231.78 283.19 231.78 curveto stroke
283.19 231.78 moveto 320.69 231.78 380.78 330.82 380.78 330.82 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
245.71 363.17 moveto 245.71 363.17 299.79 270.24 337.29 270.24 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
245.79 362.90 moveto 245.79 362.90 189.42 325.28 189.42 325.28 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
357.56 231.19 moveto 395.86 231.99 432.82 305.69 432.82 305.69 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
358.67 231.19 moveto 321.24 231.39 321.24 231.39 283.80 231.59 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
380.44 331.36 moveto 380.44 331.36 347.44 347.66 347.44 347.66 curveto stroke
347.44 347.66 moveto 347.44 347.66 433.69 357.12 433.69 357.12 curveto stroke
433.69 357.12 moveto 433.69 357.12 465.54 288.41 465.54 288.41 curveto stroke
465.54 288.41 moveto 465.54 288.41 432.54 304.71 432.54 304.71 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
313.16 567.04 moveto 313.16 567.04 203.94 571.99 183.21 540.73 curveto stroke
183.21 540.73 moveto 162.48 509.48 211.81 404.66 211.81 404.66 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
313.22 499.15 moveto 313.22 499.15 205.88 505.45 185.15 474.20 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
312.95 499.24 moveto 312.95 499.24 312.75 567.01 312.75 567.01 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
141.41 478.89 moveto 120.90 446.54 161.90 375.00 161.90 375.00 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
141.02 477.94 moveto 141.02 477.94 182.51 540.13 182.51 540.13 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
212.23 404.46 moveto 212.23 404.46 244.06 422.95 244.06 422.95 curveto stroke
244.06 422.95 moveto 244.06 422.95 204.27 345.84 204.27 345.84 curveto stroke
204.27 345.84 moveto 204.27 345.84 129.41 357.28 129.41 357.28 curveto stroke
129.41 357.28 moveto 129.41 357.28 161.24 375.77 161.24 375.77 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
483.54 345.24 moveto 483.54 345.24 529.06 444.64 507.86 475.57 curveto stroke
507.86 475.57 moveto 486.66 506.50 370.99 500.07 370.99 500.07 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
421.08 370.35 moveto 421.08 370.35 467.15 467.50 445.95 498.43 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
421.26 370.57 moveto 421.26 370.57 484.17 345.34 484.17 345.34 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
466.70 537.23 moveto 444.39 568.36 362.70 557.18 362.70 557.18 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
465.97 537.95 moveto 465.97 537.95 508.07 476.16 508.07 476.16 curveto stroke
2.08 0 0 0.00 [] 0 bwline 
newpath
371.15 499.47 moveto 371.15 499.47 376.36 463.03 376.36 463.03 curveto stroke
376.36 463.03 moveto 376.36 463.03 319.79 528.82 319.79 528.82 curveto stroke
319.79 528.82 moveto 319.79 528.82 358.46 593.94 358.46 593.94 curveto stroke
358.46 593.94 moveto 358.46 593.94 363.67 557.50 363.67 557.50 curveto stroke
newpath
-23.49 465.33 moveto
-21.81 465.33 -20.05 465.36 -18.36 465.36 curveto
-16.86 465.36 -13.83 465.33 -9.39 464.59 curveto
-5.84 464.01 -5.84 464.01 -2.47 462.69 curveto
-0.75 462.03 -0.75 462.03 0.75 461.01 curveto
2.54 459.76 2.54 459.76 4.12 458.15 curveto
5.33 456.87 5.33 456.87 6.21 455.44 curveto
7.12 453.98 7.12 453.98 7.78 452.29 curveto
8.51 450.35 8.51 450.35 8.84 448.33 curveto
9.21 446.14 9.21 446.14 9.21 443.90 curveto
9.21 441.82 9.21 441.82 8.88 439.77 curveto
8.59 437.97 8.59 437.97 7.97 436.21 curveto
7.38 434.60 7.38 434.60 6.46 433.17 curveto
5.48 431.64 5.47 431.64 4.16 430.32 curveto
2.91 429.07 2.91 429.07 1.48 428.08 curveto
0.31 427.28 0.31 427.28 -1.04 426.73 curveto
-2.44 426.18 -2.44 426.18 -3.83 425.81 curveto
-5.81 425.30 -5.81 425.30 -7.85 424.90 curveto
-9.65 424.57 -9.65 424.57 -11.41 424.42 curveto
-13.05 424.28 -13.05 424.28 -14.78 424.28 curveto
-15.66 424.31 -15.66 424.31 -16.50 424.31 curveto
-17.52 424.35 -17.52 424.35 -18.55 424.42 curveto
-19.65 424.53 -19.65 424.53 -20.67 424.75 curveto
-21.18 424.86 -21.19 424.86 -21.70 425.15 curveto
-22.03 425.34 -22.03 425.34 -22.25 425.56 curveto
-22.47 425.78 -22.47 425.78 -22.61 426.07 curveto
-22.87 426.47 -22.87 426.47 -23.02 426.88 curveto
-23.16 427.28 -23.16 427.28 -23.24 427.75 curveto
-23.38 428.41 -23.38 428.41 -23.42 429.07 curveto
-23.49 430.03 -23.49 430.02 -23.49 431.05 curveto
-23.49 442.48 -23.49 453.90 -23.49 465.33 curveto
closepath
gsave 1.00 setgray eofill grestore
newpath
93.74 665.61 moveto
93.74 666.47 93.74 667.37 93.74 668.23 curveto
103.33 668.23 112.95 668.23 122.55 668.23 curveto
122.55 667.37 122.55 666.47 122.55 665.61 curveto
122.06 665.59 121.06 665.52 119.59 665.30 curveto
118.47 665.13 118.47 665.13 117.37 664.78 curveto
116.79 664.61 116.79 664.61 116.27 664.32 curveto
115.81 664.05 115.81 664.05 115.39 663.66 curveto
114.78 663.08 114.78 663.08 114.44 662.32 curveto
114.00 661.34 114.00 661.34 113.81 660.27 curveto
113.64 659.22 113.64 659.22 113.56 658.19 curveto
113.49 656.95 113.49 656.95 113.47 655.68 curveto
113.47 649.87 113.47 644.03 113.47 638.22 curveto
115.17 638.22 116.93 638.22 118.64 638.22 curveto
126.42 648.21 134.26 658.25 142.05 668.23 curveto
147.37 668.23 152.75 668.23 158.07 668.23 curveto
158.07 667.37 158.07 666.47 158.07 665.61 curveto
157.65 665.59 156.77 665.52 155.53 665.30 curveto
154.87 665.20 154.87 665.20 154.21 664.93 curveto
153.38 664.61 153.38 664.61 152.70 664.12 curveto
151.67 663.39 151.67 663.39 150.79 662.46 curveto
149.57 661.17 149.57 661.17 148.45 659.85 curveto
146.84 657.97 146.84 657.97 145.28 656.00 curveto
140.17 649.58 135.02 643.13 129.92 636.71 curveto
130.60 636.56 132.02 636.25 134.07 635.68 curveto
135.44 635.29 135.44 635.29 136.78 634.76 curveto
138.29 634.17 138.29 634.17 139.64 633.29 curveto
141.15 632.27 141.15 632.27 142.47 630.95 curveto
143.66 629.75 143.66 629.75 144.59 628.38 curveto
145.45 627.14 145.45 627.14 146.03 625.70 curveto
146.59 624.33 146.59 624.33 146.84 622.89 curveto
147.13 621.28 147.13 621.28 147.13 619.59 curveto
147.11 617.81 147.11 617.81 146.79 616.10 curveto
146.50 614.54 146.50 614.54 145.89 613.05 curveto
145.28 611.61 145.28 611.61 144.45 610.34 curveto
143.59 609.05 143.59 609.05 142.47 607.90 curveto
141.10 606.53 141.10 606.53 139.51 605.51 curveto
137.95 604.48 137.95 604.48 136.17 603.80 curveto
134.48 603.14 134.48 603.14 132.73 602.72 curveto
130.87 602.29 130.87 602.29 128.94 602.09 curveto
127.23 601.87 127.23 601.87 125.55 601.77 curveto
123.57 601.65 123.57 601.65 121.57 601.60 curveto
119.05 601.51 119.05 601.50 116.54 601.46 curveto
115.20 601.43 115.20 601.43 113.81 601.43 curveto
107.12 601.43 100.43 601.43 93.74 601.43 curveto
93.74 602.29 93.74 603.19 93.74 604.04 curveto
94.23 604.07 95.25 604.14 96.74 604.36 curveto
97.79 604.51 97.79 604.51 98.82 604.82 curveto
99.33 604.97 99.33 604.97 99.79 605.21 curveto
100.33 605.48 100.33 605.48 100.82 605.90 curveto
101.38 606.34 101.38 606.34 101.75 606.90 curveto
102.11 607.49 102.11 607.49 102.28 608.17 curveto
102.58 609.17 102.58 609.17 102.67 610.20 curveto
102.82 611.59 102.82 611.59 102.82 613.03 curveto
102.82 627.21 102.82 641.40 102.82 655.58 curveto
102.82 656.07 102.82 657.10 102.67 658.56 curveto
102.58 659.75 102.58 659.76 102.28 660.93 curveto
102.11 661.68 102.11 661.68 101.77 662.37 curveto
101.41 663.08 101.40 663.08 100.84 663.69 curveto
100.45 664.08 100.45 664.08 100.01 664.34 curveto
99.50 664.64 99.50 664.64 98.92 664.83 curveto
97.82 665.17 97.82 665.18 96.69 665.32 curveto
95.23 665.54 95.23 665.54 93.74 665.61 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
113.47 633.46 moveto
114.59 633.46 115.76 633.49 116.88 633.49 curveto
117.88 633.49 119.91 633.46 122.87 632.97 curveto
125.23 632.58 125.23 632.58 127.48 631.70 curveto
128.62 631.27 128.62 631.27 129.63 630.58 curveto
130.82 629.75 130.82 629.75 131.87 628.68 curveto
132.68 627.82 132.68 627.82 133.26 626.87 curveto
133.87 625.89 133.87 625.89 134.31 624.77 curveto
134.80 623.48 134.80 623.48 135.02 622.13 curveto
135.27 620.67 135.27 620.67 135.27 619.18 curveto
135.27 617.79 135.27 617.79 135.05 616.42 curveto
134.85 615.23 134.85 615.23 134.44 614.05 curveto
134.04 612.98 134.04 612.98 133.44 612.03 curveto
132.78 611.00 132.78 611.00 131.90 610.12 curveto
131.07 609.29 131.07 609.29 130.12 608.63 curveto
129.33 608.10 129.33 608.10 128.43 607.73 curveto
127.50 607.37 127.50 607.36 126.58 607.12 curveto
125.26 606.78 125.26 606.78 123.89 606.51 curveto
122.69 606.29 122.69 606.29 121.52 606.19 curveto
120.42 606.09 120.42 606.09 119.28 606.09 curveto
118.69 606.12 118.69 606.12 118.13 606.12 curveto
117.44 606.14 117.44 606.14 116.76 606.19 curveto
116.03 606.27 116.03 606.27 115.35 606.41 curveto
115.00 606.49 115.00 606.49 114.66 606.68 curveto
114.44 606.80 114.44 606.80 114.30 606.95 curveto
114.15 607.10 114.15 607.10 114.05 607.29 curveto
113.88 607.56 113.88 607.56 113.78 607.83 curveto
113.68 608.10 113.68 608.10 113.64 608.41 curveto
113.54 608.85 113.54 608.85 113.51 609.29 curveto
113.46 609.93 113.47 609.93 113.47 610.61 curveto
113.47 618.23 113.47 625.84 113.47 633.46 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
160.51 665.61 moveto
160.51 666.47 160.51 667.37 160.51 668.23 curveto
178.50 668.23 196.54 668.23 214.54 668.23 curveto
216.10 662.49 217.68 656.75 219.25 651.01 curveto
218.39 651.01 217.49 651.01 216.64 651.01 curveto
216.10 651.97 215.54 652.95 215.00 653.90 curveto
214.73 654.36 214.15 655.31 213.19 656.63 curveto
212.44 657.68 212.44 657.68 211.51 658.63 curveto
210.48 659.68 210.48 659.68 209.29 660.46 curveto
207.90 661.37 207.89 661.37 206.33 662.00 curveto
204.99 662.54 204.99 662.54 203.62 662.86 curveto
202.23 663.17 202.23 663.17 200.79 663.27 curveto
199.57 663.39 199.57 663.39 198.37 663.42 curveto
196.84 663.47 196.84 663.47 195.25 663.47 curveto
192.37 663.47 189.44 663.47 186.56 663.47 curveto
185.97 663.47 184.80 663.47 183.07 663.22 curveto
182.31 663.12 182.31 663.12 181.63 662.76 curveto
181.38 662.64 181.38 662.64 181.21 662.46 curveto
181.04 662.29 181.04 662.29 180.90 662.05 curveto
180.70 661.73 180.70 661.73 180.58 661.42 curveto
180.46 661.07 180.46 661.07 180.38 660.71 curveto
180.28 660.34 180.29 660.34 180.29 660.00 curveto
180.26 659.17 180.26 659.17 180.26 658.31 curveto
180.26 650.89 180.26 643.47 180.26 636.05 curveto
185.04 636.05 189.83 636.05 194.62 636.05 curveto
195.30 636.05 196.71 636.05 198.77 636.29 curveto
200.13 636.47 200.13 636.46 201.48 636.90 curveto
201.94 637.05 201.94 637.05 202.33 637.29 curveto
202.84 637.61 202.84 637.61 203.31 638.03 curveto
203.70 638.39 203.70 638.39 203.99 638.83 curveto
204.31 639.32 204.31 639.32 204.55 639.88 curveto
204.99 641.03 204.99 641.03 205.26 642.20 curveto
205.63 643.74 205.63 643.74 205.87 645.33 curveto
206.72 645.33 207.63 645.33 208.48 645.33 curveto
208.48 637.51 208.48 629.65 208.48 621.84 curveto
207.63 621.84 206.72 621.84 205.87 621.84 curveto
205.80 622.35 205.60 623.38 205.26 624.87 curveto
204.99 626.02 204.99 626.02 204.62 627.14 curveto
204.43 627.68 204.43 627.68 204.16 628.14 curveto
203.87 628.65 203.87 628.65 203.45 629.12 curveto
203.16 629.51 203.16 629.51 202.77 629.75 curveto
202.35 630.02 202.35 630.02 201.87 630.19 curveto
200.35 630.75 200.35 630.75 198.79 630.97 curveto
196.67 631.29 196.67 631.29 194.49 631.29 curveto
189.76 631.29 185.00 631.29 180.26 631.29 curveto
180.26 624.23 180.26 617.13 180.26 610.07 curveto
180.26 609.27 180.24 608.41 180.24 607.61 curveto
180.24 607.54 180.26 607.39 180.29 607.19 curveto
180.31 607.00 180.31 607.00 180.36 606.80 curveto
180.41 606.68 180.41 606.68 180.46 606.61 curveto
180.50 606.53 180.50 606.53 180.60 606.44 curveto
180.70 606.36 180.70 606.36 180.77 606.34 curveto
180.85 606.31 180.85 606.31 180.94 606.29 curveto
181.16 606.24 181.16 606.24 181.36 606.24 curveto
181.65 606.24 181.65 606.24 181.97 606.22 curveto
182.87 606.22 183.83 606.19 184.73 606.19 curveto
189.37 606.19 194.00 606.19 198.64 606.19 curveto
199.23 606.19 200.40 606.19 202.11 606.39 curveto
203.60 606.56 203.60 606.56 205.09 606.92 curveto
206.16 607.17 206.16 607.17 207.12 607.68 curveto
207.99 608.15 207.99 608.15 208.73 608.90 curveto
209.12 609.29 209.12 609.29 209.41 609.73 curveto
209.75 610.27 209.75 610.27 210.02 610.90 curveto
210.46 612.05 210.46 612.05 210.80 613.22 curveto
211.24 614.74 211.24 614.74 211.61 616.32 curveto
212.46 616.32 213.34 616.32 214.20 616.32 curveto
214.02 611.37 213.83 606.39 213.66 601.43 curveto
195.96 601.43 178.21 601.43 160.51 601.43 curveto
160.51 602.29 160.51 603.19 160.51 604.04 curveto
161.05 604.07 162.12 604.14 163.68 604.38 curveto
164.78 604.56 164.78 604.56 165.88 604.92 curveto
166.42 605.09 166.42 605.09 166.88 605.36 curveto
167.42 605.70 167.42 605.70 167.88 606.17 curveto
168.17 606.44 168.18 606.44 168.37 606.73 curveto
168.59 607.07 168.59 607.07 168.76 607.46 curveto
169.08 608.22 169.08 608.22 169.23 608.97 curveto
169.40 609.85 169.40 609.85 169.47 610.78 curveto
169.54 611.73 169.54 611.73 169.57 612.69 curveto
169.59 613.91 169.59 613.91 169.59 615.18 curveto
169.59 628.24 169.59 641.30 169.59 654.36 curveto
169.59 654.75 169.59 655.53 169.57 656.68 curveto
169.54 657.66 169.54 657.66 169.47 658.63 curveto
169.40 659.66 169.40 659.66 169.20 660.63 curveto
169.03 661.46 169.03 661.46 168.69 662.29 curveto
168.54 662.66 168.54 662.66 168.32 662.98 curveto
168.08 663.32 168.08 663.32 167.76 663.64 curveto
167.35 664.05 167.34 664.05 166.88 664.32 curveto
166.39 664.59 166.39 664.59 165.81 664.76 curveto
164.68 665.10 164.68 665.10 163.54 665.27 curveto
162.05 665.49 162.05 665.49 160.51 665.61 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
282.53 653.87 moveto
281.50 654.85 281.50 654.85 280.48 655.78 curveto
279.70 656.48 279.70 656.48 278.87 657.22 curveto
276.86 658.97 276.86 658.98 274.67 660.39 curveto
272.81 661.58 272.81 661.59 270.74 662.49 curveto
268.32 663.56 268.32 663.57 265.76 664.05 curveto
263.02 664.59 263.02 664.59 260.19 664.59 curveto
257.65 664.57 257.65 664.56 255.18 664.12 curveto
253.01 663.74 253.01 663.73 250.96 662.88 curveto
248.93 662.03 248.93 662.02 247.15 660.78 curveto
245.27 659.46 245.27 659.46 243.66 657.78 curveto
241.98 656.02 241.98 656.02 240.66 653.99 curveto
239.58 652.36 239.58 652.36 238.88 650.48 curveto
238.22 648.75 238.22 648.74 237.75 646.99 curveto
237.29 645.21 237.29 645.21 236.97 643.35 curveto
236.56 641.06 236.56 641.06 236.39 638.73 curveto
236.21 636.46 236.22 636.46 236.22 634.15 curveto
236.22 630.39 236.21 630.39 236.85 626.70 curveto
237.46 623.21 237.46 623.21 238.71 619.86 curveto
239.58 617.50 239.58 617.50 240.95 615.42 curveto
242.49 613.08 242.49 613.08 244.52 611.07 curveto
246.03 609.59 246.03 609.59 247.74 608.41 curveto
249.28 607.36 249.28 607.36 251.04 606.61 curveto
252.84 605.83 252.84 605.83 254.77 605.46 curveto
256.84 605.07 256.84 605.07 258.99 605.07 curveto
261.21 605.07 261.21 605.07 263.36 605.48 curveto
265.46 605.90 265.46 605.90 267.44 606.75 curveto
269.27 607.54 269.27 607.54 270.88 608.63 curveto
272.47 609.71 272.47 609.71 273.86 611.10 curveto
275.45 612.71 275.45 612.71 276.67 614.57 curveto
277.96 616.57 277.96 616.57 278.89 618.79 curveto
279.35 619.84 279.35 619.84 279.72 620.86 curveto
280.21 622.21 280.21 622.21 280.67 623.60 curveto
281.53 623.45 282.43 623.31 283.29 623.16 curveto
283.04 615.57 282.77 607.93 282.53 600.33 curveto
281.67 600.33 280.79 600.33 279.94 600.33 curveto
279.79 600.53 279.50 600.92 279.06 601.48 curveto
278.74 601.87 278.74 601.87 278.38 602.26 curveto
278.06 602.63 278.06 602.63 277.69 602.87 curveto
277.28 603.17 277.28 603.17 276.79 603.38 curveto
276.45 603.56 276.45 603.56 276.08 603.63 curveto
275.74 603.70 275.74 603.70 275.38 603.70 curveto
274.79 603.68 274.79 603.68 274.23 603.55 curveto
273.01 603.26 273.01 603.26 271.81 602.82 curveto
270.42 602.31 270.42 602.31 269.03 601.94 curveto
267.25 601.48 267.24 601.48 265.41 601.11 curveto
263.26 600.70 263.26 600.70 261.09 600.48 curveto
259.33 600.31 259.33 600.31 257.55 600.31 curveto
253.99 600.31 253.99 600.31 250.52 601.04 curveto
247.00 601.80 247.01 601.80 243.71 603.29 curveto
240.88 604.56 240.88 604.56 238.36 606.29 curveto
235.92 607.98 235.92 607.98 233.85 610.10 curveto
231.46 612.54 231.45 612.54 229.65 615.37 curveto
227.94 618.03 227.94 618.04 226.84 621.04 curveto
225.60 624.43 225.59 624.43 225.01 627.94 curveto
224.37 631.78 224.38 631.78 224.38 635.68 curveto
224.38 639.69 224.37 639.69 225.08 643.59 curveto
225.67 646.96 225.67 646.96 226.99 650.14 curveto
228.08 652.82 228.09 652.82 229.67 655.19 curveto
231.26 657.56 231.26 657.56 233.31 659.61 curveto
235.53 661.81 235.53 661.81 238.07 663.51 curveto
240.63 665.25 240.64 665.25 243.49 666.49 curveto
246.74 667.93 246.74 667.94 250.21 668.64 curveto
253.74 669.34 253.74 669.35 257.38 669.35 curveto
260.87 669.32 260.87 669.32 264.27 668.69 curveto
267.44 668.11 267.44 668.10 270.44 666.86 curveto
273.69 665.52 273.69 665.51 276.57 663.54 curveto
279.64 661.44 279.65 661.44 282.26 658.75 curveto
283.09 657.88 283.94 656.97 284.77 656.09 curveto
284.04 655.36 283.26 654.60 282.53 653.87 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
291.34 601.43 moveto
291.34 602.29 291.34 603.19 291.34 604.04 curveto
291.49 604.04 291.83 604.07 292.29 604.07 curveto
292.54 604.07 292.54 604.07 292.80 604.12 curveto
293.29 604.19 293.29 604.19 293.76 604.34 curveto
294.29 604.51 294.29 604.51 294.83 604.80 curveto
295.17 604.97 295.17 604.97 295.47 605.17 curveto
295.78 605.36 295.78 605.36 296.12 605.63 curveto
296.69 606.02 296.69 606.02 297.17 606.44 curveto
297.47 606.68 297.47 606.68 297.74 606.97 curveto
299.10 608.37 299.10 608.37 300.28 609.90 curveto
302.18 612.39 302.18 612.40 303.91 615.03 curveto
309.18 623.04 314.45 631.10 319.73 639.10 curveto
319.73 644.62 319.73 650.16 319.73 655.68 curveto
319.71 656.61 319.66 657.53 319.64 658.46 curveto
319.61 658.88 319.54 659.73 319.29 660.95 curveto
319.15 661.66 319.15 661.66 318.83 662.32 curveto
318.66 662.71 318.66 662.71 318.42 663.03 curveto
318.17 663.34 318.17 663.34 317.85 663.61 curveto
317.46 663.95 317.46 663.96 317.05 664.20 curveto
316.61 664.47 316.61 664.47 316.12 664.69 curveto
315.48 664.96 315.48 664.96 314.83 665.10 curveto
314.09 665.27 314.09 665.27 313.34 665.37 curveto
312.46 665.44 311.53 665.54 310.65 665.61 curveto
310.65 666.47 310.65 667.37 310.65 668.23 curveto
320.25 668.23 329.86 668.23 339.46 668.23 curveto
339.46 667.37 339.46 666.47 339.46 665.61 curveto
338.55 665.54 337.63 665.42 336.72 665.35 curveto
336.38 665.32 335.67 665.25 334.65 665.03 curveto
333.96 664.88 333.96 664.88 333.28 664.59 curveto
332.89 664.42 332.89 664.42 332.57 664.20 curveto
332.26 663.98 332.26 663.98 331.99 663.66 curveto
331.69 663.32 331.69 663.32 331.48 662.95 curveto
331.25 662.59 331.25 662.59 331.08 662.15 curveto
330.84 661.42 330.84 661.42 330.72 660.68 curveto
330.55 659.63 330.55 659.63 330.50 658.56 curveto
330.47 657.61 330.40 656.63 330.38 655.68 curveto
330.38 649.84 330.38 644.01 330.38 638.17 curveto
333.50 633.37 336.65 628.51 339.78 623.70 curveto
340.36 622.79 341.56 620.94 343.39 618.25 curveto
345.24 615.50 345.24 615.49 347.20 612.73 curveto
348.20 611.34 348.20 611.34 349.27 610.02 curveto
350.13 608.98 350.13 608.98 351.08 607.95 curveto
352.15 606.80 352.15 606.80 353.45 605.95 curveto
354.62 605.17 354.62 605.17 355.96 604.70 curveto
356.40 604.53 356.40 604.53 356.84 604.43 curveto
357.77 604.21 357.77 604.21 358.72 604.04 curveto
358.72 603.19 358.72 602.29 358.72 601.43 curveto
351.40 601.43 344.07 601.43 336.75 601.43 curveto
336.75 602.29 336.75 603.19 336.75 604.04 curveto
337.50 604.12 338.26 604.21 339.02 604.29 curveto
339.26 604.31 339.75 604.39 340.44 604.53 curveto
341.02 604.65 341.02 604.65 341.63 604.87 curveto
342.09 605.04 342.09 605.04 342.49 605.29 curveto
342.85 605.51 342.85 605.51 343.15 605.85 curveto
343.29 606.00 343.29 606.00 343.37 606.14 curveto
343.46 606.29 343.46 606.29 343.54 606.48 curveto
343.61 606.68 343.61 606.68 343.63 606.87 curveto
343.66 607.07 343.66 607.07 343.68 607.31 curveto
343.66 607.66 343.66 607.66 343.58 607.95 curveto
343.51 608.29 343.51 608.29 343.37 608.63 curveto
342.70 609.98 342.70 609.98 341.97 611.25 curveto
340.80 613.27 340.80 613.27 339.53 615.27 curveto
335.82 621.04 332.06 626.83 328.35 632.58 curveto
324.61 627.00 320.85 621.41 317.12 615.81 curveto
316.14 614.20 315.12 612.56 314.14 610.95 curveto
313.70 610.20 313.26 609.39 312.82 608.63 curveto
312.73 608.46 312.51 608.10 312.36 607.51 curveto
312.24 607.07 312.24 607.07 312.24 606.61 curveto
312.24 606.31 312.24 606.31 312.31 606.07 curveto
312.38 605.83 312.38 605.83 312.53 605.58 curveto
312.70 605.31 312.70 605.31 312.90 605.09 curveto
313.09 604.87 313.09 604.87 313.39 604.70 curveto
313.85 604.43 313.85 604.43 314.34 604.31 curveto
314.95 604.17 314.95 604.17 315.61 604.12 curveto
316.34 604.07 316.34 604.07 317.05 604.07 curveto
318.12 604.07 318.12 604.07 319.25 604.04 curveto
319.25 603.19 319.25 602.29 319.25 601.43 curveto
309.94 601.43 300.64 601.43 291.34 601.43 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
422.68 653.87 moveto
421.66 654.85 421.66 654.85 420.63 655.78 curveto
419.85 656.48 419.85 656.48 419.02 657.22 curveto
417.02 658.97 417.02 658.98 414.82 660.39 curveto
412.97 661.58 412.96 661.59 410.89 662.49 curveto
408.47 663.56 408.47 663.57 405.91 664.05 curveto
403.18 664.59 403.18 664.59 400.34 664.59 curveto
397.80 664.57 397.80 664.56 395.34 664.12 curveto
393.17 663.74 393.17 663.73 391.12 662.88 curveto
389.09 662.03 389.09 662.02 387.31 660.78 curveto
385.43 659.46 385.43 659.46 383.82 657.78 curveto
382.13 656.02 382.13 656.02 380.81 653.99 curveto
379.74 652.36 379.74 652.36 379.03 650.48 curveto
378.37 648.75 378.37 648.74 377.91 646.99 curveto
377.44 645.21 377.44 645.21 377.13 643.35 curveto
376.71 641.06 376.71 641.06 376.54 638.73 curveto
376.37 636.46 376.37 636.46 376.37 634.15 curveto
376.37 630.39 376.37 630.39 377.01 626.70 curveto
377.61 623.21 377.61 623.21 378.86 619.86 curveto
379.74 617.50 379.74 617.50 381.11 615.42 curveto
382.64 613.08 382.64 613.08 384.67 611.07 curveto
386.18 609.59 386.18 609.59 387.89 608.41 curveto
389.43 607.36 389.43 607.36 391.19 606.61 curveto
393.00 605.83 392.99 605.83 394.92 605.46 curveto
397.00 605.07 397.00 605.07 399.15 605.07 curveto
401.37 605.07 401.37 605.07 403.52 605.48 curveto
405.62 605.90 405.62 605.90 407.60 606.75 curveto
409.42 607.54 409.42 607.54 411.04 608.63 curveto
412.62 609.71 412.62 609.71 414.02 611.10 curveto
415.60 612.71 415.60 612.71 416.82 614.57 curveto
418.12 616.57 418.12 616.57 419.05 618.79 curveto
419.51 619.84 419.51 619.84 419.88 620.86 curveto
420.36 622.21 420.36 622.21 420.83 623.60 curveto
421.68 623.45 422.58 623.31 423.44 623.16 curveto
423.20 615.57 422.92 607.93 422.68 600.33 curveto
421.83 600.33 420.95 600.33 420.10 600.33 curveto
419.95 600.53 419.66 600.92 419.22 601.48 curveto
418.90 601.87 418.90 601.87 418.53 602.26 curveto
418.21 602.63 418.21 602.63 417.85 602.87 curveto
417.43 603.17 417.43 603.17 416.95 603.38 curveto
416.60 603.56 416.60 603.56 416.24 603.63 curveto
415.90 603.70 415.90 603.70 415.53 603.70 curveto
414.94 603.68 414.94 603.68 414.38 603.55 curveto
413.16 603.26 413.16 603.26 411.97 602.82 curveto
410.57 602.31 410.57 602.31 409.18 601.94 curveto
407.40 601.48 407.40 601.48 405.57 601.11 curveto
403.42 600.70 403.42 600.70 401.25 600.48 curveto
399.49 600.31 399.49 600.31 397.71 600.31 curveto
394.14 600.31 394.14 600.31 390.68 601.04 curveto
387.16 601.80 387.16 601.80 383.87 603.29 curveto
381.03 604.56 381.03 604.56 378.52 606.29 curveto
376.08 607.98 376.08 607.98 374.00 610.10 curveto
371.61 612.54 371.61 612.54 369.80 615.37 curveto
368.10 618.03 368.09 618.04 367.00 621.04 curveto
365.75 624.43 365.75 624.43 365.17 627.94 curveto
364.53 631.78 364.53 631.78 364.53 635.68 curveto
364.53 639.69 364.53 639.69 365.24 643.59 curveto
365.82 646.96 365.83 646.96 367.14 650.14 curveto
368.24 652.82 368.24 652.82 369.83 655.19 curveto
371.41 657.56 371.42 657.56 373.47 659.61 curveto
375.69 661.81 375.69 661.81 378.23 663.51 curveto
380.79 665.25 380.79 665.25 383.65 666.49 curveto
386.89 667.93 386.89 667.94 390.36 668.64 curveto
393.90 669.34 393.90 669.35 397.54 669.35 curveto
401.02 669.32 401.03 669.32 404.42 668.69 curveto
407.59 668.11 407.59 668.10 410.60 666.86 curveto
413.84 665.52 413.84 665.51 416.73 663.54 curveto
419.80 661.44 419.80 661.44 422.42 658.75 curveto
423.24 657.88 424.10 656.97 424.93 656.09 curveto
424.20 655.36 423.42 654.60 422.68 653.87 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
432.01 665.61 moveto
432.01 666.47 432.01 667.37 432.01 668.23 curveto
450.05 668.23 468.09 668.23 486.13 668.23 curveto
487.84 662.27 489.55 656.26 491.26 650.31 curveto
490.41 650.31 489.50 650.31 488.65 650.31 curveto
488.23 651.06 487.79 651.87 487.38 652.63 curveto
487.11 653.11 486.55 654.14 485.62 655.56 curveto
484.86 656.70 484.86 656.71 483.96 657.80 curveto
482.86 659.12 482.86 659.12 481.49 660.07 curveto
480.10 661.05 480.10 661.05 478.47 661.68 curveto
477.22 662.17 477.22 662.17 475.93 662.44 curveto
474.22 662.81 474.22 662.81 472.46 663.00 curveto
470.43 663.25 470.43 663.25 468.41 663.39 curveto
467.55 663.44 467.55 663.44 466.67 663.47 curveto
465.26 663.47 463.82 663.47 462.40 663.47 curveto
461.99 663.47 461.11 663.44 459.86 663.42 curveto
458.20 663.37 458.20 663.37 456.54 663.27 curveto
455.44 663.20 455.44 663.20 454.42 662.95 curveto
453.83 662.83 453.83 662.83 453.30 662.49 curveto
453.10 662.37 453.10 662.37 452.96 662.25 curveto
452.81 662.12 452.81 662.12 452.69 661.93 curveto
452.51 661.71 452.51 661.71 452.39 661.46 curveto
452.29 661.25 452.29 661.24 452.20 660.98 curveto
452.03 660.49 452.03 660.49 451.95 660.00 curveto
451.86 659.39 451.86 659.39 451.81 658.73 curveto
451.78 658.07 451.76 657.36 451.73 656.70 curveto
451.73 643.15 451.73 629.56 451.73 616.01 curveto
451.73 615.62 451.73 614.79 451.76 613.59 curveto
451.78 612.47 451.78 612.47 451.86 611.34 curveto
451.90 610.49 451.90 610.49 452.00 609.66 curveto
452.08 608.95 452.08 608.95 452.22 608.24 curveto
452.37 607.63 452.37 607.63 452.61 607.07 curveto
452.83 606.61 452.83 606.61 453.17 606.19 curveto
453.52 605.78 453.52 605.78 453.96 605.51 curveto
454.49 605.17 454.49 605.17 455.13 604.97 curveto
456.35 604.61 456.35 604.61 457.59 604.41 curveto
459.18 604.17 459.18 604.17 460.82 604.04 curveto
460.82 603.19 460.82 602.29 460.82 601.43 curveto
451.22 601.43 441.60 601.43 432.01 601.43 curveto
432.01 602.29 432.01 603.19 432.01 604.04 curveto
432.50 604.07 433.50 604.14 434.96 604.36 curveto
436.06 604.53 436.06 604.53 437.16 604.85 curveto
437.72 605.02 437.72 605.02 438.18 605.29 curveto
438.72 605.58 438.72 605.58 439.21 606.02 curveto
439.72 606.46 439.72 606.46 440.06 607.02 curveto
440.45 607.66 440.45 607.66 440.65 608.41 curveto
440.80 609.00 440.80 609.00 440.87 609.58 curveto
440.94 610.22 440.94 610.22 441.02 610.90 curveto
441.02 612.08 441.07 613.27 441.07 614.44 curveto
441.07 627.80 441.07 641.18 441.07 654.53 curveto
441.07 654.87 441.06 655.61 441.04 656.65 curveto
441.02 657.46 441.02 657.46 440.94 658.27 curveto
440.84 659.02 440.84 659.02 440.75 659.75 curveto
440.65 660.46 440.65 660.46 440.48 661.20 curveto
440.33 661.81 440.33 661.81 440.11 662.37 curveto
439.97 662.76 439.97 662.76 439.70 663.12 curveto
439.31 663.69 439.31 663.69 438.77 664.05 curveto
438.09 664.49 438.09 664.49 437.26 664.74 curveto
436.13 665.08 436.13 665.08 434.99 665.25 curveto
433.52 665.49 433.52 665.49 432.01 665.61 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
494.29 665.61 moveto
494.29 666.47 494.29 667.37 494.29 668.23 curveto
512.28 668.23 530.32 668.23 548.31 668.23 curveto
549.87 662.49 551.46 656.75 553.03 651.01 curveto
552.17 651.01 551.27 651.01 550.41 651.01 curveto
549.87 651.97 549.31 652.95 548.78 653.90 curveto
548.51 654.36 547.92 655.31 546.97 656.63 curveto
546.21 657.68 546.21 657.68 545.29 658.63 curveto
544.26 659.68 544.26 659.68 543.06 660.46 curveto
541.67 661.37 541.67 661.37 540.11 662.00 curveto
538.77 662.54 538.77 662.54 537.40 662.86 curveto
536.01 663.17 536.01 663.17 534.57 663.27 curveto
533.35 663.39 533.35 663.39 532.15 663.42 curveto
530.61 663.47 530.61 663.47 529.03 663.47 curveto
526.15 663.47 523.22 663.47 520.34 663.47 curveto
519.75 663.47 518.58 663.47 516.84 663.22 curveto
516.09 663.12 516.09 663.12 515.40 662.76 curveto
515.16 662.64 515.16 662.64 514.99 662.46 curveto
514.82 662.29 514.82 662.29 514.67 662.05 curveto
514.48 661.73 514.48 661.73 514.35 661.42 curveto
514.23 661.07 514.23 661.07 514.16 660.71 curveto
514.06 660.34 514.06 660.34 514.06 660.00 curveto
514.04 659.17 514.04 659.17 514.04 658.31 curveto
514.04 650.89 514.04 643.47 514.04 636.05 curveto
518.82 636.05 523.61 636.05 528.39 636.05 curveto
529.08 636.05 530.49 636.05 532.54 636.29 curveto
533.91 636.47 533.91 636.46 535.25 636.90 curveto
535.71 637.05 535.71 637.05 536.11 637.29 curveto
536.62 637.61 536.62 637.61 537.08 638.03 curveto
537.47 638.39 537.47 638.39 537.77 638.83 curveto
538.08 639.32 538.08 639.32 538.33 639.88 curveto
538.77 641.03 538.77 641.03 539.04 642.20 curveto
539.40 643.74 539.40 643.74 539.65 645.33 curveto
540.50 645.33 541.40 645.33 542.26 645.33 curveto
542.26 637.51 542.26 629.65 542.26 621.84 curveto
541.40 621.84 540.50 621.84 539.65 621.84 curveto
539.57 622.35 539.38 623.38 539.04 624.87 curveto
538.77 626.02 538.77 626.02 538.40 627.14 curveto
538.21 627.68 538.21 627.68 537.94 628.14 curveto
537.64 628.65 537.64 628.65 537.23 629.12 curveto
536.94 629.51 536.94 629.51 536.55 629.75 curveto
536.13 630.02 536.13 630.02 535.64 630.19 curveto
534.13 630.75 534.13 630.75 532.57 630.97 curveto
530.44 631.29 530.44 631.29 528.27 631.29 curveto
523.53 631.29 518.77 631.29 514.04 631.29 curveto
514.04 624.23 514.04 617.13 514.04 610.07 curveto
514.04 609.27 514.01 608.41 514.01 607.61 curveto
514.01 607.54 514.04 607.39 514.06 607.19 curveto
514.08 607.00 514.08 607.00 514.13 606.80 curveto
514.18 606.68 514.18 606.68 514.23 606.61 curveto
514.28 606.53 514.28 606.53 514.38 606.44 curveto
514.48 606.36 514.48 606.36 514.55 606.34 curveto
514.62 606.31 514.62 606.31 514.72 606.29 curveto
514.94 606.24 514.94 606.24 515.14 606.24 curveto
515.43 606.24 515.43 606.24 515.75 606.22 curveto
516.65 606.22 517.60 606.19 518.50 606.19 curveto
523.14 606.19 527.78 606.19 532.42 606.19 curveto
533.01 606.19 534.18 606.19 535.89 606.39 curveto
537.37 606.56 537.37 606.56 538.87 606.92 curveto
539.94 607.17 539.94 607.17 540.89 607.68 curveto
541.77 608.15 541.77 608.15 542.50 608.90 curveto
542.89 609.29 542.89 609.29 543.19 609.73 curveto
543.53 610.27 543.53 610.27 543.80 610.90 curveto
544.24 612.05 544.24 612.05 544.58 613.22 curveto
545.02 614.74 545.02 614.74 545.38 616.32 curveto
546.24 616.32 547.12 616.32 547.97 616.32 curveto
547.80 611.37 547.60 606.39 547.43 601.43 curveto
529.73 601.43 511.99 601.43 494.29 601.43 curveto
494.29 602.29 494.29 603.19 494.29 604.04 curveto
494.82 604.07 495.90 604.14 497.46 604.38 curveto
498.56 604.56 498.56 604.56 499.66 604.92 curveto
500.19 605.09 500.19 605.09 500.66 605.36 curveto
501.19 605.70 501.20 605.70 501.66 606.17 curveto
501.95 606.44 501.95 606.44 502.15 606.73 curveto
502.37 607.07 502.37 607.07 502.54 607.46 curveto
502.85 608.22 502.85 608.22 503.00 608.97 curveto
503.17 609.85 503.17 609.85 503.25 610.78 curveto
503.32 611.73 503.32 611.73 503.34 612.69 curveto
503.37 613.91 503.37 613.91 503.37 615.18 curveto
503.37 628.24 503.37 641.30 503.37 654.36 curveto
503.37 654.75 503.37 655.53 503.34 656.68 curveto
503.32 657.66 503.32 657.66 503.25 658.63 curveto
503.17 659.66 503.17 659.66 502.98 660.63 curveto
502.81 661.46 502.81 661.46 502.46 662.29 curveto
502.32 662.66 502.32 662.66 502.10 662.98 curveto
501.85 663.32 501.85 663.32 501.54 663.64 curveto
501.12 664.05 501.12 664.05 500.66 664.32 curveto
500.17 664.59 500.17 664.59 499.58 664.76 curveto
498.46 665.10 498.46 665.10 497.31 665.27 curveto
495.82 665.49 495.82 665.49 494.29 665.61 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
146.76 220.52 moveto
146.76 221.38 146.76 222.28 146.76 223.13 curveto
156.35 223.13 165.97 223.13 175.57 223.13 curveto
175.57 222.28 175.57 221.38 175.57 220.52 curveto
174.86 220.50 174.13 220.45 173.42 220.42 curveto
173.20 220.40 172.71 220.35 172.05 220.25 curveto
171.42 220.16 171.42 220.16 170.78 219.98 curveto
170.10 219.79 170.10 219.79 169.49 219.52 curveto
169.07 219.33 169.07 219.33 168.68 219.01 curveto
168.10 218.52 168.10 218.52 167.73 217.86 curveto
167.22 216.96 167.22 216.96 166.95 215.93 curveto
166.75 215.22 166.75 215.22 166.66 214.52 curveto
166.56 213.81 166.56 213.81 166.53 213.05 curveto
166.53 211.73 166.49 210.39 166.49 209.07 curveto
166.49 204.34 166.49 199.55 166.49 194.81 curveto
168.49 194.81 170.54 194.81 172.54 194.81 curveto
173.34 194.81 174.98 194.79 177.40 194.69 curveto
179.30 194.62 179.30 194.62 181.21 194.45 curveto
183.99 194.18 183.99 194.18 186.63 193.32 curveto
189.19 192.50 189.19 192.50 191.51 191.08 curveto
193.17 190.08 193.17 190.08 194.49 188.71 curveto
196.00 187.17 196.00 187.18 197.15 185.29 curveto
198.51 183.07 198.51 183.07 199.20 180.61 curveto
199.88 178.14 199.88 178.14 199.91 175.58 curveto
199.88 173.75 199.88 173.75 199.54 171.99 curveto
199.20 170.28 199.20 170.28 198.52 168.64 curveto
197.76 166.93 197.76 166.93 196.68 165.44 curveto
195.61 163.96 195.61 163.96 194.22 162.69 curveto
192.75 161.37 192.75 161.37 191.09 160.39 curveto
189.53 159.46 189.53 159.46 187.80 158.85 curveto
185.40 158.05 185.40 158.05 182.96 157.56 curveto
180.20 157.02 180.20 157.02 177.37 156.75 curveto
174.81 156.54 174.81 156.53 172.25 156.44 curveto
169.66 156.34 169.66 156.34 167.02 156.34 curveto
160.28 156.34 153.50 156.34 146.76 156.34 curveto
146.76 157.19 146.76 158.10 146.76 158.95 curveto
147.27 158.98 148.30 159.07 149.81 159.32 curveto
150.98 159.49 150.98 159.49 152.13 159.83 curveto
152.67 159.98 152.67 159.98 153.13 160.20 curveto
153.52 160.39 153.52 160.39 153.89 160.71 curveto
154.33 161.08 154.33 161.08 154.62 161.56 curveto
154.99 162.17 154.99 162.17 155.21 162.91 curveto
155.42 163.54 155.42 163.54 155.52 164.15 curveto
155.64 164.79 155.64 164.79 155.69 165.47 curveto
155.77 166.40 155.77 166.40 155.79 167.32 curveto
155.82 168.42 155.82 168.42 155.82 169.57 curveto
155.82 182.83 155.82 196.08 155.82 209.34 curveto
155.74 210.56 155.67 211.83 155.60 213.05 curveto
155.57 213.44 155.52 214.27 155.30 215.44 curveto
155.16 216.27 155.16 216.27 154.82 217.10 curveto
154.67 217.52 154.67 217.52 154.45 217.84 curveto
154.18 218.23 154.18 218.23 153.79 218.54 curveto
153.37 218.91 153.37 218.91 152.94 219.15 curveto
152.50 219.40 152.50 219.40 151.98 219.59 curveto
150.86 219.94 150.86 219.94 149.74 220.13 curveto
148.27 220.38 148.27 220.38 146.76 220.52 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
166.49 190.05 moveto
168.44 190.05 170.42 190.05 172.37 190.05 curveto
172.71 190.05 173.44 190.03 174.49 189.96 curveto
175.42 189.91 175.42 189.91 176.35 189.76 curveto
177.49 189.59 177.49 189.59 178.59 189.27 curveto
179.67 188.98 179.67 188.98 180.69 188.49 curveto
181.82 187.98 181.82 187.98 182.82 187.32 curveto
183.65 186.76 183.65 186.76 184.38 186.00 curveto
185.38 185.00 185.38 185.00 186.06 183.78 curveto
186.84 182.41 186.84 182.41 187.29 180.87 curveto
187.67 179.51 187.67 179.51 187.85 178.14 curveto
188.04 176.68 188.04 176.68 188.07 175.16 curveto
188.04 173.45 188.04 173.45 187.77 171.79 curveto
187.55 170.50 187.55 170.50 187.04 169.25 curveto
186.63 168.28 186.63 168.28 186.02 167.42 curveto
185.28 166.40 185.28 166.40 184.33 165.49 curveto
183.45 164.66 183.45 164.66 182.45 164.00 curveto
181.57 163.42 181.57 163.42 180.55 163.00 curveto
179.37 162.49 179.37 162.49 178.15 162.17 curveto
176.69 161.78 176.69 161.78 175.18 161.56 curveto
173.69 161.32 173.69 161.32 172.22 161.20 curveto
171.12 161.10 171.12 161.10 169.98 161.10 curveto
169.49 161.12 169.49 161.12 169.02 161.15 curveto
168.68 161.17 168.68 161.17 168.34 161.22 curveto
168.00 161.29 168.00 161.29 167.71 161.42 curveto
167.46 161.51 167.46 161.51 167.24 161.71 curveto
167.05 161.88 167.05 161.88 166.95 162.08 curveto
166.80 162.34 166.80 162.34 166.71 162.69 curveto
166.61 163.03 166.61 163.03 166.56 163.37 curveto
166.51 163.74 166.51 163.74 166.46 164.15 curveto
166.46 165.27 166.49 166.40 166.49 167.52 curveto
166.49 175.01 166.49 182.56 166.49 190.05 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
204.28 220.52 moveto
204.28 221.38 204.28 222.28 204.28 223.13 curveto
222.32 223.13 240.36 223.13 258.40 223.13 curveto
260.11 217.18 261.82 211.17 263.53 205.21 curveto
262.67 205.21 261.77 205.21 260.92 205.21 curveto
260.50 205.97 260.06 206.78 259.65 207.53 curveto
259.38 208.02 258.82 209.05 257.89 210.46 curveto
257.13 211.61 257.13 211.61 256.23 212.71 curveto
255.13 214.03 255.13 214.03 253.76 214.98 curveto
252.37 215.96 252.37 215.96 250.74 216.59 curveto
249.49 217.08 249.49 217.08 248.20 217.35 curveto
246.49 217.71 246.49 217.71 244.73 217.91 curveto
242.70 218.16 242.70 218.16 240.68 218.30 curveto
239.82 218.35 239.82 218.35 238.94 218.37 curveto
237.53 218.37 236.09 218.37 234.67 218.37 curveto
234.26 218.37 233.38 218.35 232.13 218.32 curveto
230.47 218.28 230.47 218.28 228.81 218.18 curveto
227.71 218.11 227.71 218.10 226.69 217.86 curveto
226.10 217.74 226.10 217.74 225.57 217.40 curveto
225.37 217.28 225.37 217.27 225.22 217.15 curveto
225.08 217.03 225.08 217.03 224.96 216.83 curveto
224.78 216.62 224.78 216.62 224.66 216.37 curveto
224.56 216.15 224.56 216.15 224.47 215.88 curveto
224.29 215.40 224.29 215.39 224.22 214.91 curveto
224.12 214.30 224.12 214.30 224.08 213.64 curveto
224.05 212.98 224.03 212.27 224.00 211.61 curveto
224.00 198.06 224.00 184.46 224.00 170.91 curveto
224.00 170.52 224.00 169.69 224.03 168.50 curveto
224.05 167.37 224.05 167.37 224.13 166.25 curveto
224.17 165.40 224.17 165.40 224.27 164.57 curveto
224.34 163.86 224.34 163.86 224.49 163.15 curveto
224.64 162.54 224.64 162.54 224.88 161.98 curveto
225.10 161.51 225.10 161.51 225.44 161.10 curveto
225.78 160.68 225.78 160.68 226.22 160.42 curveto
226.76 160.07 226.76 160.07 227.40 159.88 curveto
228.62 159.51 228.62 159.51 229.86 159.32 curveto
231.45 159.07 231.45 159.07 233.08 158.95 curveto
233.08 158.10 233.08 157.19 233.08 156.34 curveto
223.49 156.34 213.87 156.34 204.28 156.34 curveto
204.28 157.19 204.28 158.10 204.28 158.95 curveto
204.76 158.98 205.77 159.05 207.23 159.27 curveto
208.33 159.44 208.33 159.44 209.43 159.76 curveto
209.99 159.93 209.99 159.93 210.45 160.20 curveto
210.99 160.49 210.99 160.49 211.48 160.93 curveto
211.99 161.37 211.99 161.37 212.33 161.93 curveto
212.72 162.56 212.72 162.56 212.92 163.32 curveto
213.06 163.91 213.06 163.91 213.14 164.49 curveto
213.21 165.13 213.21 165.13 213.29 165.81 curveto
213.29 166.98 213.33 168.18 213.33 169.35 curveto
213.33 182.71 213.33 196.08 213.33 209.44 curveto
213.33 209.78 213.33 210.51 213.31 211.56 curveto
213.28 212.37 213.28 212.37 213.21 213.17 curveto
213.11 213.93 213.11 213.93 213.02 214.66 curveto
212.92 215.37 212.92 215.37 212.75 216.10 curveto
212.60 216.71 212.60 216.71 212.38 217.27 curveto
212.23 217.67 212.23 217.67 211.97 218.03 curveto
211.58 218.59 211.58 218.59 211.04 218.96 curveto
210.36 219.40 210.35 219.40 209.53 219.64 curveto
208.40 219.98 208.40 219.99 207.25 220.16 curveto
205.79 220.40 205.79 220.40 204.28 220.52 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
266.55 220.52 moveto
266.55 221.38 266.55 222.28 266.55 223.13 curveto
284.55 223.13 302.59 223.13 320.58 223.13 curveto
322.14 217.40 323.73 211.66 325.29 205.92 curveto
324.44 205.92 323.54 205.92 322.68 205.92 curveto
322.14 206.87 321.58 207.85 321.05 208.80 curveto
320.78 209.27 320.19 210.22 319.24 211.54 curveto
318.48 212.59 318.48 212.59 317.55 213.54 curveto
316.53 214.59 316.53 214.59 315.33 215.37 curveto
313.94 216.27 313.94 216.27 312.38 216.91 curveto
311.04 217.45 311.04 217.45 309.67 217.76 curveto
308.28 218.08 308.28 218.08 306.84 218.18 curveto
305.62 218.30 305.62 218.30 304.42 218.32 curveto
302.88 218.37 302.88 218.37 301.29 218.37 curveto
298.41 218.37 295.48 218.37 292.60 218.37 curveto
292.02 218.37 290.84 218.37 289.11 218.13 curveto
288.36 218.03 288.36 218.03 287.67 217.67 curveto
287.43 217.54 287.43 217.54 287.26 217.37 curveto
287.09 217.20 287.09 217.20 286.94 216.96 curveto
286.74 216.64 286.74 216.64 286.62 216.32 curveto
286.50 215.98 286.50 215.98 286.43 215.61 curveto
286.33 215.25 286.33 215.25 286.33 214.91 curveto
286.30 214.08 286.31 214.08 286.31 213.22 curveto
286.31 205.80 286.31 198.38 286.31 190.96 curveto
291.09 190.96 295.88 190.96 300.66 190.96 curveto
301.34 190.96 302.76 190.96 304.81 191.20 curveto
306.18 191.37 306.18 191.37 307.52 191.81 curveto
307.98 191.96 307.98 191.96 308.38 192.20 curveto
308.89 192.52 308.89 192.52 309.35 192.93 curveto
309.74 193.30 309.74 193.30 310.04 193.74 curveto
310.35 194.23 310.35 194.23 310.60 194.79 curveto
311.04 195.94 311.04 195.94 311.30 197.11 curveto
311.67 198.65 311.67 198.65 311.92 200.23 curveto
312.77 200.23 313.67 200.23 314.53 200.23 curveto
314.53 192.42 314.53 184.56 314.53 176.75 curveto
313.67 176.75 312.77 176.75 311.92 176.75 curveto
311.84 177.26 311.65 178.29 311.30 179.78 curveto
311.04 180.92 311.04 180.92 310.67 182.05 curveto
310.47 182.58 310.47 182.58 310.21 183.05 curveto
309.91 183.56 309.91 183.56 309.50 184.02 curveto
309.20 184.42 309.20 184.42 308.81 184.66 curveto
308.40 184.93 308.40 184.93 307.91 185.10 curveto
306.40 185.66 306.40 185.66 304.83 185.88 curveto
302.71 186.20 302.71 186.20 300.54 186.20 curveto
295.80 186.20 291.04 186.20 286.31 186.20 curveto
286.31 179.14 286.31 172.04 286.31 164.98 curveto
286.31 164.18 286.28 163.32 286.28 162.51 curveto
286.28 162.44 286.30 162.30 286.33 162.10 curveto
286.35 161.91 286.35 161.91 286.40 161.71 curveto
286.45 161.59 286.45 161.59 286.50 161.51 curveto
286.55 161.44 286.55 161.44 286.65 161.34 curveto
286.74 161.27 286.75 161.27 286.82 161.25 curveto
286.89 161.22 286.89 161.22 286.99 161.20 curveto
287.21 161.15 287.21 161.15 287.40 161.15 curveto
287.70 161.15 287.70 161.15 288.01 161.12 curveto
288.92 161.12 289.87 161.10 290.77 161.10 curveto
295.41 161.10 300.05 161.10 304.69 161.10 curveto
305.27 161.10 306.45 161.10 308.16 161.29 curveto
309.64 161.47 309.64 161.47 311.13 161.83 curveto
312.21 162.08 312.21 162.08 313.16 162.59 curveto
314.04 163.05 314.04 163.05 314.77 163.81 curveto
315.16 164.20 315.16 164.20 315.46 164.64 curveto
315.80 165.18 315.80 165.18 316.07 165.81 curveto
316.50 166.96 316.50 166.96 316.85 168.13 curveto
317.29 169.64 317.28 169.65 317.65 171.23 curveto
318.51 171.23 319.39 171.23 320.24 171.23 curveto
320.07 166.28 319.87 161.30 319.70 156.34 curveto
302.00 156.34 284.25 156.34 266.55 156.34 curveto
266.55 157.19 266.55 158.10 266.55 158.95 curveto
267.09 158.98 268.17 159.05 269.73 159.29 curveto
270.83 159.46 270.83 159.46 271.93 159.83 curveto
272.46 160.00 272.46 160.00 272.93 160.27 curveto
273.46 160.61 273.46 160.61 273.93 161.07 curveto
274.22 161.34 274.22 161.34 274.42 161.64 curveto
274.63 161.98 274.63 161.98 274.81 162.37 curveto
275.12 163.13 275.12 163.13 275.27 163.88 curveto
275.44 164.76 275.44 164.76 275.51 165.69 curveto
275.59 166.64 275.59 166.64 275.61 167.59 curveto
275.64 168.81 275.64 168.81 275.64 170.08 curveto
275.64 183.14 275.64 196.21 275.64 209.27 curveto
275.64 209.66 275.64 210.44 275.61 211.59 curveto
275.59 212.56 275.59 212.56 275.51 213.54 curveto
275.44 214.56 275.44 214.57 275.25 215.54 curveto
275.07 216.37 275.07 216.37 274.73 217.20 curveto
274.59 217.57 274.59 217.57 274.37 217.88 curveto
274.12 218.23 274.12 218.23 273.81 218.54 curveto
273.39 218.96 273.39 218.96 272.93 219.23 curveto
272.44 219.50 272.44 219.50 271.85 219.67 curveto
270.73 220.01 270.73 220.01 269.58 220.18 curveto
268.09 220.40 268.09 220.40 266.55 220.52 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
328.32 220.52 moveto
328.32 221.38 328.32 222.28 328.32 223.13 curveto
334.94 223.13 341.58 223.13 348.19 223.13 curveto
348.19 222.28 348.19 221.38 348.19 220.52 curveto
347.80 220.50 346.97 220.42 345.78 220.25 curveto
344.95 220.13 344.95 220.13 344.12 219.86 curveto
343.65 219.72 343.65 219.72 343.29 219.47 curveto
342.85 219.18 342.85 219.18 342.46 218.76 curveto
342.24 218.52 342.24 218.52 342.09 218.28 curveto
341.94 218.03 341.94 218.03 341.85 217.74 curveto
341.75 217.47 341.75 217.47 341.70 217.23 curveto
341.65 216.98 341.65 216.98 341.65 216.69 curveto
341.65 215.98 341.65 215.98 341.80 215.30 curveto
342.04 214.13 342.04 214.12 342.46 212.98 curveto
342.97 211.54 342.97 211.54 343.51 210.15 curveto
343.90 209.12 343.90 209.12 344.34 208.07 curveto
345.21 206.02 346.09 203.94 346.97 201.89 curveto
355.37 201.89 363.82 201.89 372.22 201.89 curveto
373.56 205.04 374.95 208.20 376.29 211.34 curveto
376.58 212.00 377.17 213.37 377.78 215.47 curveto
378.03 216.37 378.03 216.37 378.05 217.32 curveto
378.03 217.71 378.03 217.71 377.93 218.06 curveto
377.78 218.50 377.78 218.50 377.51 218.91 curveto
377.34 219.15 377.34 219.16 377.17 219.33 curveto
377.00 219.50 377.00 219.50 376.76 219.67 curveto
376.46 219.84 376.46 219.84 376.17 219.96 curveto
375.88 220.06 375.88 220.06 375.56 220.16 curveto
374.80 220.35 374.80 220.35 374.07 220.40 curveto
372.83 220.50 372.82 220.50 371.53 220.52 curveto
371.53 221.38 371.53 222.28 371.53 223.13 curveto
380.03 223.13 388.52 223.13 397.02 223.13 curveto
397.02 222.28 397.02 221.38 397.02 220.52 curveto
396.73 220.50 396.09 220.45 395.21 220.35 curveto
394.63 220.28 394.63 220.28 394.02 220.13 curveto
393.63 220.01 393.63 220.01 393.31 219.86 curveto
392.89 219.67 392.89 219.67 392.50 219.37 curveto
392.09 219.08 392.09 219.08 391.75 218.76 curveto
391.43 218.47 391.43 218.47 391.16 218.08 curveto
390.43 217.03 390.43 217.03 389.84 215.93 curveto
389.04 214.39 389.04 214.39 388.35 212.78 curveto
380.12 193.60 371.86 174.40 363.65 155.19 curveto
362.82 155.19 361.94 155.19 361.11 155.19 curveto
353.87 172.42 346.65 189.62 339.43 206.83 curveto
339.18 207.41 338.67 208.63 337.87 210.39 curveto
337.06 212.20 337.06 212.20 336.16 213.98 curveto
335.69 214.88 335.69 214.88 335.21 215.71 curveto
334.72 216.54 334.72 216.54 334.16 217.37 curveto
333.89 217.76 333.89 217.76 333.57 218.06 curveto
333.08 218.52 333.08 218.52 332.52 218.96 curveto
332.10 219.30 332.10 219.30 331.64 219.52 curveto
331.10 219.79 331.10 219.79 330.52 219.96 curveto
330.03 220.11 330.03 220.11 329.57 220.23 curveto
328.96 220.38 328.95 220.38 328.32 220.52 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
348.97 197.13 moveto
348.97 197.13 348.97 197.13 348.97 197.13 curveto
356.10 197.13 363.26 197.13 370.38 197.13 curveto
366.84 188.52 363.25 179.88 359.72 171.25 curveto
356.15 179.88 352.54 188.52 348.97 197.13 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
402.61 202.19 moveto
403.58 209.43 404.61 216.72 405.59 223.96 curveto
406.44 223.96 407.35 223.96 408.20 223.96 curveto
408.30 223.64 408.42 223.33 408.52 223.01 curveto
408.57 222.89 408.66 222.65 408.81 222.30 curveto
408.93 222.06 408.93 222.06 409.10 221.79 curveto
409.22 221.65 409.23 221.64 409.32 221.52 curveto
409.47 221.38 409.47 221.38 409.64 221.23 curveto
409.98 220.99 409.98 220.99 410.37 220.86 curveto
410.71 220.77 410.71 220.77 411.11 220.74 curveto
411.52 220.74 411.52 220.74 411.91 220.81 curveto
412.40 220.91 412.40 220.91 412.89 221.11 curveto
414.45 221.69 416.06 222.33 417.62 222.91 curveto
418.18 223.13 419.36 223.60 421.19 223.89 curveto
423.51 224.25 423.51 224.25 425.88 224.25 curveto
428.02 224.23 428.02 224.23 430.12 223.91 curveto
432.29 223.57 432.29 223.57 434.40 222.89 curveto
436.18 222.31 436.18 222.30 437.81 221.50 curveto
439.30 220.77 439.30 220.76 440.69 219.76 curveto
441.60 219.08 441.60 219.08 442.38 218.32 curveto
443.23 217.50 443.23 217.49 443.99 216.52 curveto
444.84 215.42 444.84 215.42 445.48 214.20 curveto
446.11 213.00 446.11 213.00 446.53 211.68 curveto
446.97 210.37 446.97 210.37 447.16 209.02 curveto
447.38 207.49 447.38 207.48 447.38 205.90 curveto
447.38 204.43 447.38 204.43 447.19 203.02 curveto
447.02 201.68 447.02 201.67 446.60 200.33 curveto
446.16 198.89 446.16 198.89 445.50 197.57 curveto
444.94 196.45 444.94 196.45 444.14 195.45 curveto
442.57 193.52 442.57 193.52 440.69 191.93 curveto
438.13 189.76 438.13 189.76 435.30 187.93 curveto
432.61 186.22 429.90 184.46 427.22 182.75 curveto
426.75 182.46 425.80 181.85 424.44 180.92 curveto
423.07 180.02 423.07 180.02 421.70 179.04 curveto
421.09 178.60 421.09 178.60 420.53 178.16 curveto
419.97 177.73 419.97 177.73 419.38 177.21 curveto
418.55 176.48 418.55 176.48 417.92 175.60 curveto
417.08 174.46 417.09 174.46 416.48 173.13 curveto
416.01 172.21 416.01 172.21 415.79 171.21 curveto
415.57 170.18 415.57 170.18 415.55 169.11 curveto
415.57 167.77 415.57 167.76 415.94 166.49 curveto
416.30 165.25 416.30 165.25 417.06 164.15 curveto
417.77 163.10 417.77 163.10 418.70 162.32 curveto
419.67 161.49 419.67 161.49 420.85 160.93 curveto
421.87 160.44 421.87 160.44 422.97 160.22 curveto
424.07 160.00 424.07 160.00 425.22 159.98 curveto
426.29 159.98 426.29 159.98 427.34 160.15 curveto
428.44 160.32 428.44 160.32 429.54 160.68 curveto
430.83 161.15 430.83 161.15 432.00 161.76 curveto
433.25 162.42 433.25 162.42 434.40 163.25 curveto
435.69 164.22 435.69 164.23 436.79 165.37 curveto
437.81 166.45 437.81 166.45 438.64 167.69 curveto
439.55 169.03 439.55 169.04 440.25 170.45 curveto
441.06 172.06 441.06 172.06 441.72 173.77 curveto
442.08 174.84 442.50 175.97 442.87 177.04 curveto
443.72 177.04 444.63 177.04 445.48 177.04 curveto
444.81 169.82 444.14 162.57 443.48 155.34 curveto
442.62 155.34 441.72 155.34 440.87 155.34 curveto
440.77 155.53 440.57 155.92 440.28 156.48 curveto
440.06 156.88 440.06 156.88 439.79 157.24 curveto
439.64 157.41 439.64 157.41 439.50 157.56 curveto
439.33 157.73 439.33 157.73 439.11 157.92 curveto
438.89 158.12 438.89 158.12 438.64 158.24 curveto
438.42 158.37 438.42 158.37 438.16 158.44 curveto
437.91 158.54 437.91 158.54 437.67 158.56 curveto
437.40 158.58 437.40 158.58 437.11 158.58 curveto
436.52 158.58 436.52 158.58 435.98 158.49 curveto
435.35 158.37 435.35 158.37 434.71 158.12 curveto
433.12 157.56 431.51 156.95 429.93 156.39 curveto
429.39 156.19 428.32 155.80 426.66 155.53 curveto
424.80 155.24 424.80 155.24 422.90 155.22 curveto
421.41 155.22 421.41 155.22 419.94 155.44 curveto
418.53 155.63 418.53 155.63 417.16 156.09 curveto
415.84 156.54 415.84 156.54 414.62 157.14 curveto
413.47 157.73 413.47 157.73 412.40 158.51 curveto
411.45 159.24 411.45 159.24 410.62 160.07 curveto
409.76 160.95 409.76 160.95 409.01 161.95 curveto
408.18 163.10 408.17 163.10 407.57 164.35 curveto
406.91 165.69 406.90 165.69 406.42 167.13 curveto
405.96 168.52 405.95 168.52 405.73 169.94 curveto
405.54 171.21 405.54 171.21 405.51 172.52 curveto
405.54 173.82 405.54 173.82 405.73 175.06 curveto
405.95 176.43 405.96 176.43 406.39 177.75 curveto
406.81 179.09 406.81 179.09 407.42 180.31 curveto
407.98 181.49 407.98 181.49 408.76 182.56 curveto
409.81 184.05 409.81 184.05 411.11 185.29 curveto
412.71 186.83 412.72 186.83 414.57 188.15 curveto
415.79 189.03 415.79 189.03 417.01 189.83 curveto
418.55 190.86 418.55 190.86 420.16 191.83 curveto
422.63 193.35 425.09 194.91 427.56 196.42 curveto
427.88 196.62 428.56 197.04 429.49 197.69 curveto
430.68 198.55 430.68 198.55 431.86 199.48 curveto
433.37 200.67 433.37 200.67 434.76 201.99 curveto
435.40 202.60 435.40 202.60 435.93 203.33 curveto
436.64 204.36 436.64 204.36 436.96 205.53 curveto
437.35 207.02 437.35 207.02 437.35 208.61 curveto
437.35 210.29 437.35 210.29 436.89 211.90 curveto
436.45 213.39 436.45 213.39 435.54 214.69 curveto
434.64 216.03 434.64 216.03 433.42 217.03 curveto
432.22 218.01 432.22 218.01 430.73 218.59 curveto
429.56 219.06 429.56 219.06 428.34 219.28 curveto
427.07 219.50 427.07 219.50 425.75 219.50 curveto
424.43 219.47 424.43 219.47 423.14 219.30 curveto
421.85 219.11 421.85 219.10 420.55 218.71 curveto
418.99 218.25 418.99 218.25 417.58 217.54 curveto
416.09 216.81 416.08 216.81 414.74 215.81 curveto
413.40 214.83 413.40 214.83 412.23 213.69 curveto
410.94 212.42 410.93 212.42 409.81 210.98 curveto
409.03 209.98 409.03 209.97 408.37 208.92 curveto
407.83 208.10 407.83 208.09 407.37 207.17 curveto
406.88 206.22 406.88 206.21 406.47 205.24 curveto
405.83 203.75 405.83 203.75 405.22 202.19 curveto
404.37 202.19 403.46 202.19 402.61 202.19 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
newpath
454.66 220.52 moveto
454.66 221.38 454.66 222.28 454.66 223.13 curveto
472.65 223.13 490.69 223.13 508.69 223.13 curveto
510.25 217.40 511.83 211.66 513.40 205.92 curveto
512.54 205.92 511.64 205.92 510.79 205.92 curveto
510.25 206.87 509.69 207.85 509.15 208.80 curveto
508.88 209.27 508.29 210.22 507.34 211.54 curveto
506.58 212.59 506.58 212.59 505.66 213.54 curveto
504.63 214.59 504.63 214.59 503.44 215.37 curveto
502.04 216.27 502.04 216.27 500.48 216.91 curveto
499.14 217.45 499.14 217.45 497.77 217.76 curveto
496.38 218.08 496.38 218.08 494.94 218.18 curveto
493.72 218.30 493.72 218.30 492.52 218.32 curveto
490.98 218.37 490.99 218.37 489.40 218.37 curveto
486.52 218.37 483.59 218.37 480.71 218.37 curveto
480.12 218.37 478.95 218.37 477.22 218.13 curveto
476.46 218.03 476.46 218.03 475.78 217.67 curveto
475.53 217.54 475.53 217.54 475.36 217.37 curveto
475.19 217.20 475.19 217.20 475.04 216.96 curveto
474.85 216.64 474.85 216.64 474.73 216.32 curveto
474.60 215.98 474.60 215.98 474.53 215.61 curveto
474.43 215.25 474.43 215.25 474.43 214.91 curveto
474.41 214.08 474.41 214.08 474.41 213.22 curveto
474.41 205.80 474.41 198.38 474.41 190.96 curveto
479.19 190.96 483.98 190.96 488.76 190.96 curveto
489.45 190.96 490.86 190.96 492.91 191.20 curveto
494.28 191.37 494.28 191.37 495.62 191.81 curveto
496.09 191.96 496.09 191.96 496.48 192.20 curveto
496.99 192.52 496.99 192.52 497.46 192.93 curveto
497.84 193.30 497.84 193.30 498.14 193.74 curveto
498.46 194.23 498.46 194.23 498.70 194.79 curveto
499.14 195.94 499.14 195.94 499.41 197.11 curveto
499.77 198.65 499.77 198.65 500.02 200.23 curveto
500.87 200.23 501.78 200.23 502.63 200.23 curveto
502.63 192.42 502.63 184.56 502.63 176.75 curveto
501.78 176.75 500.87 176.75 500.02 176.75 curveto
499.94 177.26 499.75 178.29 499.41 179.78 curveto
499.14 180.92 499.14 180.92 498.77 182.05 curveto
498.58 182.58 498.58 182.58 498.31 183.05 curveto
498.02 183.56 498.02 183.56 497.60 184.02 curveto
497.31 184.42 497.31 184.42 496.92 184.66 curveto
496.50 184.93 496.50 184.93 496.01 185.10 curveto
494.50 185.66 494.50 185.66 492.94 185.88 curveto
490.81 186.20 490.81 186.20 488.64 186.20 curveto
483.91 186.20 479.14 186.20 474.41 186.20 curveto
474.41 179.14 474.41 172.04 474.41 164.98 curveto
474.41 164.18 474.38 163.32 474.38 162.51 curveto
474.38 162.44 474.41 162.30 474.43 162.10 curveto
474.46 161.91 474.46 161.91 474.51 161.71 curveto
474.55 161.59 474.55 161.59 474.60 161.51 curveto
474.65 161.44 474.65 161.44 474.75 161.34 curveto
474.85 161.27 474.85 161.27 474.92 161.25 curveto
474.99 161.22 475.00 161.22 475.09 161.20 curveto
475.31 161.15 475.31 161.15 475.51 161.15 curveto
475.80 161.15 475.80 161.15 476.12 161.12 curveto
477.02 161.12 477.97 161.10 478.88 161.10 curveto
483.51 161.10 488.15 161.10 492.79 161.10 curveto
493.38 161.10 494.55 161.10 496.26 161.29 curveto
497.75 161.47 497.75 161.47 499.24 161.83 curveto
500.31 162.08 500.31 162.08 501.26 162.59 curveto
502.14 163.05 502.14 163.05 502.88 163.81 curveto
503.26 164.20 503.26 164.20 503.56 164.64 curveto
503.90 165.18 503.90 165.18 504.17 165.81 curveto
504.61 166.96 504.61 166.96 504.95 168.13 curveto
505.39 169.64 505.39 169.65 505.76 171.23 curveto
506.61 171.23 507.49 171.23 508.34 171.23 curveto
508.17 166.28 507.98 161.30 507.81 156.34 curveto
490.11 156.34 472.36 156.34 454.66 156.34 curveto
454.66 157.19 454.66 158.10 454.66 158.95 curveto
455.19 158.98 456.27 159.05 457.83 159.29 curveto
458.93 159.46 458.93 159.46 460.03 159.83 curveto
460.57 160.00 460.57 160.00 461.03 160.27 curveto
461.57 160.61 461.57 160.61 462.03 161.07 curveto
462.32 161.34 462.32 161.34 462.52 161.64 curveto
462.74 161.98 462.74 161.98 462.91 162.37 curveto
463.23 163.13 463.23 163.13 463.37 163.88 curveto
463.54 164.76 463.54 164.76 463.62 165.69 curveto
463.69 166.64 463.69 166.64 463.72 167.59 curveto
463.74 168.81 463.74 168.81 463.74 170.08 curveto
463.74 183.14 463.74 196.21 463.74 209.27 curveto
463.74 209.66 463.74 210.44 463.72 211.59 curveto
463.69 212.56 463.69 212.56 463.62 213.54 curveto
463.54 214.56 463.54 214.57 463.35 215.54 curveto
463.18 216.37 463.18 216.37 462.84 217.20 curveto
462.69 217.57 462.69 217.57 462.47 217.88 curveto
462.23 218.23 462.23 218.23 461.91 218.54 curveto
461.49 218.96 461.49 218.96 461.03 219.23 curveto
460.54 219.50 460.54 219.50 459.96 219.67 curveto
458.83 220.01 458.83 220.01 457.69 220.18 curveto
456.20 220.40 456.19 220.40 454.66 220.52 curveto
closepath
gsave 0.67 setgray eofill grestore
1.04 0 0 0.00 [] 0 bwline stroke
grestore
endpage
showpage
end
restore

%%Pages: 1
----- cut here ----- cut here ----- cut here ----- cut here -----
%!PS-Adobe-2.0 EPSF-1.2
%%BoundingBox: 0.00 0.00 612.00 792.00
%%Creator: Professional Draw V1.0  (C) Copyright 1989, Gold Disk Inc.
%%Title: recycle
%%CreationDate: Tue Feb 13 11:34:10 1990
%%Pages: (atend)
%%EndComments
save
50 dict begin
% Professional Draw Prologue:

/rect 4 array def  % used in dobox
/dorect {
   newpath
   rect aload pop 4 copy moveto 3 1 roll exch lineto
   4 2	roll lineto lineto
   closepath
} def

/dobox {	      %clip trnsp x1 y1 x2 y2 dobox
   rect astore pop
   {} {dorect 1 setgray fill} ifelse
   {dorect clip} if
} def

/dogreyimage {	 % width height xscl yscl x0 y0 dogreyimage
   5 index 1 add 2 idiv string
   /picstr exch def
   translate scale
   4 [1 0 0 1 0 0]
   {currentfile  picstr readhexstring pop }
   image
} def

/docolorimage { % width height xscl yscl x0 y0 docolorimage
   4 dict begin
     5 index 1 add 2 idiv
     dup /cstr exch string def
     dup /ystr exch string def
     dup /mstr exch string def
     /kstr exch string def
     translate scale
     4 [1 0 0 1 0 0]
     { currentfile cstr readhexstring pop }
     { currentfile mstr readhexstring pop }
     { currentfile ystr readhexstring pop }
     { currentfile kstr readhexstring pop }
     true 4 colorimage
   end
} def

/bwline {  % linewidth linejoin linecap grey dash 0 bwline
   setdash setgray setlinecap setlinejoin setlinewidth
} def

/colorline {  %linewidth linejoin linecap c m y k dash 0 colorline
   setdash setcmykcolor setlinecap setlinejoin setlinewidth
} def

/ellipsedict 2 dict def
ellipsedict /mtrx matrix put

/ellipse {		% xr yr angle cx cy  ellipse
   ellipsedict begin
      /savematrix mtrx currentmatrix def
      translate
      rotate
      scale
      0 0 1 0 360 arc
      savematrix setmatrix
   end
} def

/getpagetype { % width ht orient getpagetype width ht orient pagetype
   dup 0 eq {0}
   {
      3 copy pop
      2 copy 709 le exch 499 le and
      {pop pop 4} {
	 2 copy 842 le exch 596 le and
	 {pop pop 3} {
	    2 copy 792 le exch 612 le and
	    {pop pop 1} {
	       1008 le exch 612 le and
	       {2} {0} ifelse
	    } ifelse
	 } ifelse
      } ifelse
   } ifelse
} def

/initcolorpage { % pitch1 angle1 ... pitch4 angle4 ysize width ht orient neg mirror manual #copies epsf----
   commoninit
   12 dict begin
      /ka exch def /kf exch def
      /ba exch def /bf exch def
      /ga exch def /gf exch def
      /ra exch def /rf exch def
      currentcolorscreen
      /kp exch def pop pop
      /bp exch def pop pop
      /gp exch def pop pop
      /rp exch def pop pop
      rf ra /rp load gf ga /gp load bf ba /bp load kf ka /kp load setcolorscreen
   end
} def

/initbwpage { % pitch angle ysize width ht orient neg mirror manual #copies epsf ----
   commoninit
   currentscreen 3 1 roll pop pop setscreen
} def

/commoninit { % ysize width ht orient neg mirror manual #copies epsf ----
   {pop pop pop pop pop pop pop}
   {
      /#copies exch def
      statusdict begin
	 statusdict /manualfeed known
	 {/manualfeed exch def} {pop} ifelse
	 statusdict /mirrorprint known
	 {/mirrorprint exch def} {pop} ifelse
	 statusdict /negativeprint known
	 {/negativeprint exch def} {pop} ifelse
	 getpagetype
	 dup 0 ne {
	    dup 1 eq {
	       userdict /letter known
	       {letter} {pop 0} ifelse
	    } if
	    dup 2 eq {
	       userdict /legal known
	       {legal}	{pop 0} ifelse
	    } if
	    dup 3 eq {
	       userdict /a4 known
	       {a4} {pop 0} ifelse
	    } if
	    dup 4 eq {
	       userdict /b5 known
	       {b5} {pop 0} ifelse
	    } if
	 } if
	 0 eq statusdict /setpage known and
	 {setpage} {pop pop pop} ifelse
      end
   }
   ifelse
   /pageysize exch def
} def

/crop { 		% x0 y0 x1 y1 l s crop	   - places crop marks...
    2 dict begin
       /spc exch def /len exch def
       gsave newpath
       0.25 setlinewidth 0 setgray
       2 copy moveto 0 spc rmoveto 0 len rlineto 2 copy moveto spc 0 rmoveto len 0 rlineto
       4 2 roll 2 copy moveto 0 spc neg rmoveto 0 len neg rlineto 2 copy moveto spc neg 0 rmoveto len neg 0 rlineto
       4 1 roll exch
       2 copy moveto 0 spc rmoveto 0 len rlineto moveto spc neg 0 rmoveto len neg 0 rlineto
       exch 2 copy moveto spc 0 rmoveto len 0 rlineto moveto 0 spc neg rmoveto 0 len neg rlineto
       stroke grestore
    end
} def

/cross {   % xc yc len cross
   1 dict begin
      /len exch def
      moveto 0 len -2 div rmoveto 0 len rlineto
      len -2 div dup rmoveto len 0 rlineto
      stroke
   end
} def


/oneregister {	 % xc yc len oneregister
   0 setgray 0.25 setlinewidth
   3 copy 3 copy cross 4 div 0 360 arc fill
   1 setgray 2 div cross
} def

/register {		% x0 y0 x1 y1 l s register
    6 dict begin
       gsave
       /spc exch def /len exch def
       /y1 exch def /x1 exch def /y0 exch def /x0 exch def
       x1 x0 add 2 div y0 spc sub len 2 div sub len oneregister
       x1 x0 add 2 div y1 spc len 2 div add add len oneregister
       x0 spc sub len 2 div sub y1 y0 add 2 div len oneregister
       x1 spc len 2 div add add y1 y0 add 2 div len oneregister
       grestore
    end
} def

/initpage {
   gsave
   0 pageysize translate
   0.96 -0.96 scale
} def

/endpage {
   grestore
} def

%%EndProlog


75 105 75 75 75 90 75 45 792 792 612 0 false false false 1 true initcolorpage

%%Page: 1 1

initpage
gsave 0.00 0.00 translate 0.00 rotate 1.00 1.00 scale
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
189.44 325.53 moveto 189.44 325.53 245.69 231.78 283.19 231.78 curveto stroke
283.19 231.78 moveto 320.69 231.78 380.78 330.82 380.78 330.82 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
245.71 363.17 moveto 245.71 363.17 299.79 270.24 337.29 270.24 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
245.79 362.90 moveto 245.79 362.90 189.42 325.28 189.42 325.28 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
357.56 231.19 moveto 395.86 231.99 432.82 305.69 432.82 305.69 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
358.67 231.19 moveto 321.24 231.39 321.24 231.39 283.80 231.59 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
380.44 331.36 moveto 380.44 331.36 347.44 347.66 347.44 347.66 curveto stroke
347.44 347.66 moveto 347.44 347.66 433.69 357.12 433.69 357.12 curveto stroke
433.69 357.12 moveto 433.69 357.12 465.54 288.41 465.54 288.41 curveto stroke
465.54 288.41 moveto 465.54 288.41 432.54 304.71 432.54 304.71 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
313.16 567.04 moveto 313.16 567.04 203.94 571.99 183.21 540.73 curveto stroke
183.21 540.73 moveto 162.48 509.48 211.81 404.66 211.81 404.66 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
313.22 499.15 moveto 313.22 499.15 205.88 505.45 185.15 474.20 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
312.95 499.24 moveto 312.95 499.24 312.75 567.01 312.75 567.01 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
141.41 478.89 moveto 120.90 446.54 161.90 375.00 161.90 375.00 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
141.02 477.94 moveto 141.02 477.94 182.51 540.13 182.51 540.13 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
212.23 404.46 moveto 212.23 404.46 244.06 422.95 244.06 422.95 curveto stroke
244.06 422.95 moveto 244.06 422.95 204.27 345.84 204.27 345.84 curveto stroke
204.27 345.84 moveto 204.27 345.84 129.41 357.28 129.41 357.28 curveto stroke
129.41 357.28 moveto 129.41 357.28 161.24 375.77 161.24 375.77 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
483.54 345.24 moveto 483.54 345.24 529.06 444.64 507.86 475.57 curveto stroke
507.86 475.57 moveto 486.66 506.50 370.99 500.07 370.99 500.07 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
421.08 370.35 moveto 421.08 370.35 467.15 467.50 445.95 498.43 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
421.26 370.57 moveto 421.26 370.57 484.17 345.34 484.17 345.34 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
466.70 537.23 moveto 444.39 568.36 362.70 557.18 362.70 557.18 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
465.97 537.95 moveto 465.97 537.95 508.07 476.16 508.07 476.16 curveto stroke
2.08 0 0 0.72 0.00 0.20 0.28 [] 0 colorline 
newpath
371.15 499.47 moveto 371.15 499.47 376.36 463.03 376.36 463.03 curveto stroke
376.36 463.03 moveto 376.36 463.03 319.79 528.82 319.79 528.82 curveto stroke
319.79 528.82 moveto 319.79 528.82 358.46 593.94 358.46 593.94 curveto stroke
358.46 593.94 moveto 358.46 593.94 363.67 557.50 363.67 557.50 curveto stroke
newpath
-23.49 465.33 moveto
-21.81 465.33 -20.05 465.36 -18.36 465.36 curveto
-16.86 465.36 -13.83 465.33 -9.39 464.59 curveto
-5.84 464.01 -5.84 464.01 -2.47 462.69 curveto
-0.75 462.03 -0.75 462.03 0.75 461.01 curveto
2.54 459.76 2.54 459.76 4.12 458.15 curveto
5.33 456.87 5.33 456.87 6.21 455.44 curveto
7.12 453.98 7.12 453.98 7.78 452.29 curveto
8.51 450.35 8.51 450.35 8.84 448.33 curveto
9.21 446.14 9.21 446.14 9.21 443.90 curveto
9.21 441.82 9.21 441.82 8.88 439.77 curveto
8.59 437.97 8.59 437.97 7.97 436.21 curveto
7.38 434.60 7.38 434.60 6.46 433.17 curveto
5.48 431.64 5.47 431.64 4.16 430.32 curveto
2.91 429.07 2.91 429.07 1.48 428.08 curveto
0.31 427.28 0.31 427.28 -1.04 426.73 curveto
-2.44 426.18 -2.44 426.18 -3.83 425.81 curveto
-5.81 425.30 -5.81 425.30 -7.85 424.90 curveto
-9.65 424.57 -9.65 424.57 -11.41 424.42 curveto
-13.05 424.28 -13.05 424.28 -14.78 424.28 curveto
-15.66 424.31 -15.66 424.31 -16.50 424.31 curveto
-17.52 424.35 -17.52 424.35 -18.55 424.42 curveto
-19.65 424.53 -19.65 424.53 -20.67 424.75 curveto
-21.18 424.86 -21.19 424.86 -21.70 425.15 curveto
-22.03 425.34 -22.03 425.34 -22.25 425.56 curveto
-22.47 425.78 -22.47 425.78 -22.61 426.07 curveto
-22.87 426.47 -22.87 426.47 -23.02 426.88 curveto
-23.16 427.28 -23.16 427.28 -23.24 427.75 curveto
-23.38 428.41 -23.38 428.41 -23.42 429.07 curveto
-23.49 430.03 -23.49 430.02 -23.49 431.05 curveto
-23.49 442.48 -23.49 453.90 -23.49 465.33 curveto
closepath
gsave 0.00 0.00 0.00 0.00 setcmykcolor eofill grestore
newpath
93.74 665.61 moveto
93.74 666.47 93.74 667.37 93.74 668.23 curveto
103.33 668.23 112.95 668.23 122.55 668.23 curveto
122.55 667.37 122.55 666.47 122.55 665.61 curveto
122.06 665.59 121.06 665.52 119.59 665.30 curveto
118.47 665.13 118.47 665.13 117.37 664.78 curveto
116.79 664.61 116.79 664.61 116.27 664.32 curveto
115.81 664.05 115.81 664.05 115.39 663.66 curveto
114.78 663.08 114.78 663.08 114.44 662.32 curveto
114.00 661.34 114.00 661.34 113.81 660.27 curveto
113.64 659.22 113.64 659.22 113.56 658.19 curveto
113.49 656.95 113.49 656.95 113.47 655.68 curveto
113.47 649.87 113.47 644.03 113.47 638.22 curveto
115.17 638.22 116.93 638.22 118.64 638.22 curveto
126.42 648.21 134.26 658.25 142.05 668.23 curveto
147.37 668.23 152.75 668.23 158.07 668.23 curveto
158.07 667.37 158.07 666.47 158.07 665.61 curveto
157.65 665.59 156.77 665.52 155.53 665.30 curveto
154.87 665.20 154.87 665.20 154.21 664.93 curveto
153.38 664.61 153.38 664.61 152.70 664.12 curveto
151.67 663.39 151.67 663.39 150.79 662.46 curveto
149.57 661.17 149.57 661.17 148.45 659.85 curveto
146.84 657.97 146.84 657.97 145.28 656.00 curveto
140.17 649.58 135.02 643.13 129.92 636.71 curveto
130.60 636.56 132.02 636.25 134.07 635.68 curveto
135.44 635.29 135.44 635.29 136.78 634.76 curveto
138.29 634.17 138.29 634.17 139.64 633.29 curveto
141.15 632.27 141.15 632.27 142.47 630.95 curveto
143.66 629.75 143.66 629.75 144.59 628.38 curveto
145.45 627.14 145.45 627.14 146.03 625.70 curveto
146.59 624.33 146.59 624.33 146.84 622.89 curveto
147.13 621.28 147.13 621.28 147.13 619.59 curveto
147.11 617.81 147.11 617.81 146.79 616.10 curveto
146.50 614.54 146.50 614.54 145.89 613.05 curveto
145.28 611.61 145.28 611.61 144.45 610.34 curveto
143.59 609.05 143.59 609.05 142.47 607.90 curveto
141.10 606.53 141.10 606.53 139.51 605.51 curveto
137.95 604.48 137.95 604.48 136.17 603.80 curveto
134.48 603.14 134.48 603.14 132.73 602.72 curveto
130.87 602.29 130.87 602.29 128.94 602.09 curveto
127.23 601.87 127.23 601.87 125.55 601.77 curveto
123.57 601.65 123.57 601.65 121.57 601.60 curveto
119.05 601.51 119.05 601.50 116.54 601.46 curveto
115.20 601.43 115.20 601.43 113.81 601.43 curveto
107.12 601.43 100.43 601.43 93.74 601.43 curveto
93.74 602.29 93.74 603.19 93.74 604.04 curveto
94.23 604.07 95.25 604.14 96.74 604.36 curveto
97.79 604.51 97.79 604.51 98.82 604.82 curveto
99.33 604.97 99.33 604.97 99.79 605.21 curveto
100.33 605.48 100.33 605.48 100.82 605.90 curveto
101.38 606.34 101.38 606.34 101.75 606.90 curveto
102.11 607.49 102.11 607.49 102.28 608.17 curveto
102.58 609.17 102.58 609.17 102.67 610.20 curveto
102.82 611.59 102.82 611.59 102.82 613.03 curveto
102.82 627.21 102.82 641.40 102.82 655.58 curveto
102.82 656.07 102.82 657.10 102.67 658.56 curveto
102.58 659.75 102.58 659.76 102.28 660.93 curveto
102.11 661.68 102.11 661.68 101.77 662.37 curveto
101.41 663.08 101.40 663.08 100.84 663.69 curveto
100.45 664.08 100.45 664.08 100.01 664.34 curveto
99.50 664.64 99.50 664.64 98.92 664.83 curveto
97.82 665.17 97.82 665.18 96.69 665.32 curveto
95.23 665.54 95.23 665.54 93.74 665.61 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
113.47 633.46 moveto
114.59 633.46 115.76 633.49 116.88 633.49 curveto
117.88 633.49 119.91 633.46 122.87 632.97 curveto
125.23 632.58 125.23 632.58 127.48 631.70 curveto
128.62 631.27 128.62 631.27 129.63 630.58 curveto
130.82 629.75 130.82 629.75 131.87 628.68 curveto
132.68 627.82 132.68 627.82 133.26 626.87 curveto
133.87 625.89 133.87 625.89 134.31 624.77 curveto
134.80 623.48 134.80 623.48 135.02 622.13 curveto
135.27 620.67 135.27 620.67 135.27 619.18 curveto
135.27 617.79 135.27 617.79 135.05 616.42 curveto
134.85 615.23 134.85 615.23 134.44 614.05 curveto
134.04 612.98 134.04 612.98 133.44 612.03 curveto
132.78 611.00 132.78 611.00 131.90 610.12 curveto
131.07 609.29 131.07 609.29 130.12 608.63 curveto
129.33 608.10 129.33 608.10 128.43 607.73 curveto
127.50 607.37 127.50 607.36 126.58 607.12 curveto
125.26 606.78 125.26 606.78 123.89 606.51 curveto
122.69 606.29 122.69 606.29 121.52 606.19 curveto
120.42 606.09 120.42 606.09 119.28 606.09 curveto
118.69 606.12 118.69 606.12 118.13 606.12 curveto
117.44 606.14 117.44 606.14 116.76 606.19 curveto
116.03 606.27 116.03 606.27 115.35 606.41 curveto
115.00 606.49 115.00 606.49 114.66 606.68 curveto
114.44 606.80 114.44 606.80 114.30 606.95 curveto
114.15 607.10 114.15 607.10 114.05 607.29 curveto
113.88 607.56 113.88 607.56 113.78 607.83 curveto
113.68 608.10 113.68 608.10 113.64 608.41 curveto
113.54 608.85 113.54 608.85 113.51 609.29 curveto
113.46 609.93 113.47 609.93 113.47 610.61 curveto
113.47 618.23 113.47 625.84 113.47 633.46 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
160.51 665.61 moveto
160.51 666.47 160.51 667.37 160.51 668.23 curveto
178.50 668.23 196.54 668.23 214.54 668.23 curveto
216.10 662.49 217.68 656.75 219.25 651.01 curveto
218.39 651.01 217.49 651.01 216.64 651.01 curveto
216.10 651.97 215.54 652.95 215.00 653.90 curveto
214.73 654.36 214.15 655.31 213.19 656.63 curveto
212.44 657.68 212.44 657.68 211.51 658.63 curveto
210.48 659.68 210.48 659.68 209.29 660.46 curveto
207.90 661.37 207.89 661.37 206.33 662.00 curveto
204.99 662.54 204.99 662.54 203.62 662.86 curveto
202.23 663.17 202.23 663.17 200.79 663.27 curveto
199.57 663.39 199.57 663.39 198.37 663.42 curveto
196.84 663.47 196.84 663.47 195.25 663.47 curveto
192.37 663.47 189.44 663.47 186.56 663.47 curveto
185.97 663.47 184.80 663.47 183.07 663.22 curveto
182.31 663.12 182.31 663.12 181.63 662.76 curveto
181.38 662.64 181.38 662.64 181.21 662.46 curveto
181.04 662.29 181.04 662.29 180.90 662.05 curveto
180.70 661.73 180.70 661.73 180.58 661.42 curveto
180.46 661.07 180.46 661.07 180.38 660.71 curveto
180.28 660.34 180.29 660.34 180.29 660.00 curveto
180.26 659.17 180.26 659.17 180.26 658.31 curveto
180.26 650.89 180.26 643.47 180.26 636.05 curveto
185.04 636.05 189.83 636.05 194.62 636.05 curveto
195.30 636.05 196.71 636.05 198.77 636.29 curveto
200.13 636.47 200.13 636.46 201.48 636.90 curveto
201.94 637.05 201.94 637.05 202.33 637.29 curveto
202.84 637.61 202.84 637.61 203.31 638.03 curveto
203.70 638.39 203.70 638.39 203.99 638.83 curveto
204.31 639.32 204.31 639.32 204.55 639.88 curveto
204.99 641.03 204.99 641.03 205.26 642.20 curveto
205.63 643.74 205.63 643.74 205.87 645.33 curveto
206.72 645.33 207.63 645.33 208.48 645.33 curveto
208.48 637.51 208.48 629.65 208.48 621.84 curveto
207.63 621.84 206.72 621.84 205.87 621.84 curveto
205.80 622.35 205.60 623.38 205.26 624.87 curveto
204.99 626.02 204.99 626.02 204.62 627.14 curveto
204.43 627.68 204.43 627.68 204.16 628.14 curveto
203.87 628.65 203.87 628.65 203.45 629.12 curveto
203.16 629.51 203.16 629.51 202.77 629.75 curveto
202.35 630.02 202.35 630.02 201.87 630.19 curveto
200.35 630.75 200.35 630.75 198.79 630.97 curveto
196.67 631.29 196.67 631.29 194.49 631.29 curveto
189.76 631.29 185.00 631.29 180.26 631.29 curveto
180.26 624.23 180.26 617.13 180.26 610.07 curveto
180.26 609.27 180.24 608.41 180.24 607.61 curveto
180.24 607.54 180.26 607.39 180.29 607.19 curveto
180.31 607.00 180.31 607.00 180.36 606.80 curveto
180.41 606.68 180.41 606.68 180.46 606.61 curveto
180.50 606.53 180.50 606.53 180.60 606.44 curveto
180.70 606.36 180.70 606.36 180.77 606.34 curveto
180.85 606.31 180.85 606.31 180.94 606.29 curveto
181.16 606.24 181.16 606.24 181.36 606.24 curveto
181.65 606.24 181.65 606.24 181.97 606.22 curveto
182.87 606.22 183.83 606.19 184.73 606.19 curveto
189.37 606.19 194.00 606.19 198.64 606.19 curveto
199.23 606.19 200.40 606.19 202.11 606.39 curveto
203.60 606.56 203.60 606.56 205.09 606.92 curveto
206.16 607.17 206.16 607.17 207.12 607.68 curveto
207.99 608.15 207.99 608.15 208.73 608.90 curveto
209.12 609.29 209.12 609.29 209.41 609.73 curveto
209.75 610.27 209.75 610.27 210.02 610.90 curveto
210.46 612.05 210.46 612.05 210.80 613.22 curveto
211.24 614.74 211.24 614.74 211.61 616.32 curveto
212.46 616.32 213.34 616.32 214.20 616.32 curveto
214.02 611.37 213.83 606.39 213.66 601.43 curveto
195.96 601.43 178.21 601.43 160.51 601.43 curveto
160.51 602.29 160.51 603.19 160.51 604.04 curveto
161.05 604.07 162.12 604.14 163.68 604.38 curveto
164.78 604.56 164.78 604.56 165.88 604.92 curveto
166.42 605.09 166.42 605.09 166.88 605.36 curveto
167.42 605.70 167.42 605.70 167.88 606.17 curveto
168.17 606.44 168.18 606.44 168.37 606.73 curveto
168.59 607.07 168.59 607.07 168.76 607.46 curveto
169.08 608.22 169.08 608.22 169.23 608.97 curveto
169.40 609.85 169.40 609.85 169.47 610.78 curveto
169.54 611.73 169.54 611.73 169.57 612.69 curveto
169.59 613.91 169.59 613.91 169.59 615.18 curveto
169.59 628.24 169.59 641.30 169.59 654.36 curveto
169.59 654.75 169.59 655.53 169.57 656.68 curveto
169.54 657.66 169.54 657.66 169.47 658.63 curveto
169.40 659.66 169.40 659.66 169.20 660.63 curveto
169.03 661.46 169.03 661.46 168.69 662.29 curveto
168.54 662.66 168.54 662.66 168.32 662.98 curveto
168.08 663.32 168.08 663.32 167.76 663.64 curveto
167.35 664.05 167.34 664.05 166.88 664.32 curveto
166.39 664.59 166.39 664.59 165.81 664.76 curveto
164.68 665.10 164.68 665.10 163.54 665.27 curveto
162.05 665.49 162.05 665.49 160.51 665.61 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
282.53 653.87 moveto
281.50 654.85 281.50 654.85 280.48 655.78 curveto
279.70 656.48 279.70 656.48 278.87 657.22 curveto
276.86 658.97 276.86 658.98 274.67 660.39 curveto
272.81 661.58 272.81 661.59 270.74 662.49 curveto
268.32 663.56 268.32 663.57 265.76 664.05 curveto
263.02 664.59 263.02 664.59 260.19 664.59 curveto
257.65 664.57 257.65 664.56 255.18 664.12 curveto
253.01 663.74 253.01 663.73 250.96 662.88 curveto
248.93 662.03 248.93 662.02 247.15 660.78 curveto
245.27 659.46 245.27 659.46 243.66 657.78 curveto
241.98 656.02 241.98 656.02 240.66 653.99 curveto
239.58 652.36 239.58 652.36 238.88 650.48 curveto
238.22 648.75 238.22 648.74 237.75 646.99 curveto
237.29 645.21 237.29 645.21 236.97 643.35 curveto
236.56 641.06 236.56 641.06 236.39 638.73 curveto
236.21 636.46 236.22 636.46 236.22 634.15 curveto
236.22 630.39 236.21 630.39 236.85 626.70 curveto
237.46 623.21 237.46 623.21 238.71 619.86 curveto
239.58 617.50 239.58 617.50 240.95 615.42 curveto
242.49 613.08 242.49 613.08 244.52 611.07 curveto
246.03 609.59 246.03 609.59 247.74 608.41 curveto
249.28 607.36 249.28 607.36 251.04 606.61 curveto
252.84 605.83 252.84 605.83 254.77 605.46 curveto
256.84 605.07 256.84 605.07 258.99 605.07 curveto
261.21 605.07 261.21 605.07 263.36 605.48 curveto
265.46 605.90 265.46 605.90 267.44 606.75 curveto
269.27 607.54 269.27 607.54 270.88 608.63 curveto
272.47 609.71 272.47 609.71 273.86 611.10 curveto
275.45 612.71 275.45 612.71 276.67 614.57 curveto
277.96 616.57 277.96 616.57 278.89 618.79 curveto
279.35 619.84 279.35 619.84 279.72 620.86 curveto
280.21 622.21 280.21 622.21 280.67 623.60 curveto
281.53 623.45 282.43 623.31 283.29 623.16 curveto
283.04 615.57 282.77 607.93 282.53 600.33 curveto
281.67 600.33 280.79 600.33 279.94 600.33 curveto
279.79 600.53 279.50 600.92 279.06 601.48 curveto
278.74 601.87 278.74 601.87 278.38 602.26 curveto
278.06 602.63 278.06 602.63 277.69 602.87 curveto
277.28 603.17 277.28 603.17 276.79 603.38 curveto
276.45 603.56 276.45 603.56 276.08 603.63 curveto
275.74 603.70 275.74 603.70 275.38 603.70 curveto
274.79 603.68 274.79 603.68 274.23 603.55 curveto
273.01 603.26 273.01 603.26 271.81 602.82 curveto
270.42 602.31 270.42 602.31 269.03 601.94 curveto
267.25 601.48 267.24 601.48 265.41 601.11 curveto
263.26 600.70 263.26 600.70 261.09 600.48 curveto
259.33 600.31 259.33 600.31 257.55 600.31 curveto
253.99 600.31 253.99 600.31 250.52 601.04 curveto
247.00 601.80 247.01 601.80 243.71 603.29 curveto
240.88 604.56 240.88 604.56 238.36 606.29 curveto
235.92 607.98 235.92 607.98 233.85 610.10 curveto
231.46 612.54 231.45 612.54 229.65 615.37 curveto
227.94 618.03 227.94 618.04 226.84 621.04 curveto
225.60 624.43 225.59 624.43 225.01 627.94 curveto
224.37 631.78 224.38 631.78 224.38 635.68 curveto
224.38 639.69 224.37 639.69 225.08 643.59 curveto
225.67 646.96 225.67 646.96 226.99 650.14 curveto
228.08 652.82 228.09 652.82 229.67 655.19 curveto
231.26 657.56 231.26 657.56 233.31 659.61 curveto
235.53 661.81 235.53 661.81 238.07 663.51 curveto
240.63 665.25 240.64 665.25 243.49 666.49 curveto
246.74 667.93 246.74 667.94 250.21 668.64 curveto
253.74 669.34 253.74 669.35 257.38 669.35 curveto
260.87 669.32 260.87 669.32 264.27 668.69 curveto
267.44 668.11 267.44 668.10 270.44 666.86 curveto
273.69 665.52 273.69 665.51 276.57 663.54 curveto
279.64 661.44 279.65 661.44 282.26 658.75 curveto
283.09 657.88 283.94 656.97 284.77 656.09 curveto
284.04 655.36 283.26 654.60 282.53 653.87 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
291.34 601.43 moveto
291.34 602.29 291.34 603.19 291.34 604.04 curveto
291.49 604.04 291.83 604.07 292.29 604.07 curveto
292.54 604.07 292.54 604.07 292.80 604.12 curveto
293.29 604.19 293.29 604.19 293.76 604.34 curveto
294.29 604.51 294.29 604.51 294.83 604.80 curveto
295.17 604.97 295.17 604.97 295.47 605.17 curveto
295.78 605.36 295.78 605.36 296.12 605.63 curveto
296.69 606.02 296.69 606.02 297.17 606.44 curveto
297.47 606.68 297.47 606.68 297.74 606.97 curveto
299.10 608.37 299.10 608.37 300.28 609.90 curveto
302.18 612.39 302.18 612.40 303.91 615.03 curveto
309.18 623.04 314.45 631.10 319.73 639.10 curveto
319.73 644.62 319.73 650.16 319.73 655.68 curveto
319.71 656.61 319.66 657.53 319.64 658.46 curveto
319.61 658.88 319.54 659.73 319.29 660.95 curveto
319.15 661.66 319.15 661.66 318.83 662.32 curveto
318.66 662.71 318.66 662.71 318.42 663.03 curveto
318.17 663.34 318.17 663.34 317.85 663.61 curveto
317.46 663.95 317.46 663.96 317.05 664.20 curveto
316.61 664.47 316.61 664.47 316.12 664.69 curveto
315.48 664.96 315.48 664.96 314.83 665.10 curveto
314.09 665.27 314.09 665.27 313.34 665.37 curveto
312.46 665.44 311.53 665.54 310.65 665.61 curveto
310.65 666.47 310.65 667.37 310.65 668.23 curveto
320.25 668.23 329.86 668.23 339.46 668.23 curveto
339.46 667.37 339.46 666.47 339.46 665.61 curveto
338.55 665.54 337.63 665.42 336.72 665.35 curveto
336.38 665.32 335.67 665.25 334.65 665.03 curveto
333.96 664.88 333.96 664.88 333.28 664.59 curveto
332.89 664.42 332.89 664.42 332.57 664.20 curveto
332.26 663.98 332.26 663.98 331.99 663.66 curveto
331.69 663.32 331.69 663.32 331.48 662.95 curveto
331.25 662.59 331.25 662.59 331.08 662.15 curveto
330.84 661.42 330.84 661.42 330.72 660.68 curveto
330.55 659.63 330.55 659.63 330.50 658.56 curveto
330.47 657.61 330.40 656.63 330.38 655.68 curveto
330.38 649.84 330.38 644.01 330.38 638.17 curveto
333.50 633.37 336.65 628.51 339.78 623.70 curveto
340.36 622.79 341.56 620.94 343.39 618.25 curveto
345.24 615.50 345.24 615.49 347.20 612.73 curveto
348.20 611.34 348.20 611.34 349.27 610.02 curveto
350.13 608.98 350.13 608.98 351.08 607.95 curveto
352.15 606.80 352.15 606.80 353.45 605.95 curveto
354.62 605.17 354.62 605.17 355.96 604.70 curveto
356.40 604.53 356.40 604.53 356.84 604.43 curveto
357.77 604.21 357.77 604.21 358.72 604.04 curveto
358.72 603.19 358.72 602.29 358.72 601.43 curveto
351.40 601.43 344.07 601.43 336.75 601.43 curveto
336.75 602.29 336.75 603.19 336.75 604.04 curveto
337.50 604.12 338.26 604.21 339.02 604.29 curveto
339.26 604.31 339.75 604.39 340.44 604.53 curveto
341.02 604.65 341.02 604.65 341.63 604.87 curveto
342.09 605.04 342.09 605.04 342.49 605.29 curveto
342.85 605.51 342.85 605.51 343.15 605.85 curveto
343.29 606.00 343.29 606.00 343.37 606.14 curveto
343.46 606.29 343.46 606.29 343.54 606.48 curveto
343.61 606.68 343.61 606.68 343.63 606.87 curveto
343.66 607.07 343.66 607.07 343.68 607.31 curveto
343.66 607.66 343.66 607.66 343.58 607.95 curveto
343.51 608.29 343.51 608.29 343.37 608.63 curveto
342.70 609.98 342.70 609.98 341.97 611.25 curveto
340.80 613.27 340.80 613.27 339.53 615.27 curveto
335.82 621.04 332.06 626.83 328.35 632.58 curveto
324.61 627.00 320.85 621.41 317.12 615.81 curveto
316.14 614.20 315.12 612.56 314.14 610.95 curveto
313.70 610.20 313.26 609.39 312.82 608.63 curveto
312.73 608.46 312.51 608.10 312.36 607.51 curveto
312.24 607.07 312.24 607.07 312.24 606.61 curveto
312.24 606.31 312.24 606.31 312.31 606.07 curveto
312.38 605.83 312.38 605.83 312.53 605.58 curveto
312.70 605.31 312.70 605.31 312.90 605.09 curveto
313.09 604.87 313.09 604.87 313.39 604.70 curveto
313.85 604.43 313.85 604.43 314.34 604.31 curveto
314.95 604.17 314.95 604.17 315.61 604.12 curveto
316.34 604.07 316.34 604.07 317.05 604.07 curveto
318.12 604.07 318.12 604.07 319.25 604.04 curveto
319.25 603.19 319.25 602.29 319.25 601.43 curveto
309.94 601.43 300.64 601.43 291.34 601.43 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
422.68 653.87 moveto
421.66 654.85 421.66 654.85 420.63 655.78 curveto
419.85 656.48 419.85 656.48 419.02 657.22 curveto
417.02 658.97 417.02 658.98 414.82 660.39 curveto
412.97 661.58 412.96 661.59 410.89 662.49 curveto
408.47 663.56 408.47 663.57 405.91 664.05 curveto
403.18 664.59 403.18 664.59 400.34 664.59 curveto
397.80 664.57 397.80 664.56 395.34 664.12 curveto
393.17 663.74 393.17 663.73 391.12 662.88 curveto
389.09 662.03 389.09 662.02 387.31 660.78 curveto
385.43 659.46 385.43 659.46 383.82 657.78 curveto
382.13 656.02 382.13 656.02 380.81 653.99 curveto
379.74 652.36 379.74 652.36 379.03 650.48 curveto
378.37 648.75 378.37 648.74 377.91 646.99 curveto
377.44 645.21 377.44 645.21 377.13 643.35 curveto
376.71 641.06 376.71 641.06 376.54 638.73 curveto
376.37 636.46 376.37 636.46 376.37 634.15 curveto
376.37 630.39 376.37 630.39 377.01 626.70 curveto
377.61 623.21 377.61 623.21 378.86 619.86 curveto
379.74 617.50 379.74 617.50 381.11 615.42 curveto
382.64 613.08 382.64 613.08 384.67 611.07 curveto
386.18 609.59 386.18 609.59 387.89 608.41 curveto
389.43 607.36 389.43 607.36 391.19 606.61 curveto
393.00 605.83 392.99 605.83 394.92 605.46 curveto
397.00 605.07 397.00 605.07 399.15 605.07 curveto
401.37 605.07 401.37 605.07 403.52 605.48 curveto
405.62 605.90 405.62 605.90 407.60 606.75 curveto
409.42 607.54 409.42 607.54 411.04 608.63 curveto
412.62 609.71 412.62 609.71 414.02 611.10 curveto
415.60 612.71 415.60 612.71 416.82 614.57 curveto
418.12 616.57 418.12 616.57 419.05 618.79 curveto
419.51 619.84 419.51 619.84 419.88 620.86 curveto
420.36 622.21 420.36 622.21 420.83 623.60 curveto
421.68 623.45 422.58 623.31 423.44 623.16 curveto
423.20 615.57 422.92 607.93 422.68 600.33 curveto
421.83 600.33 420.95 600.33 420.10 600.33 curveto
419.95 600.53 419.66 600.92 419.22 601.48 curveto
418.90 601.87 418.90 601.87 418.53 602.26 curveto
418.21 602.63 418.21 602.63 417.85 602.87 curveto
417.43 603.17 417.43 603.17 416.95 603.38 curveto
416.60 603.56 416.60 603.56 416.24 603.63 curveto
415.90 603.70 415.90 603.70 415.53 603.70 curveto
414.94 603.68 414.94 603.68 414.38 603.55 curveto
413.16 603.26 413.16 603.26 411.97 602.82 curveto
410.57 602.31 410.57 602.31 409.18 601.94 curveto
407.40 601.48 407.40 601.48 405.57 601.11 curveto
403.42 600.70 403.42 600.70 401.25 600.48 curveto
399.49 600.31 399.49 600.31 397.71 600.31 curveto
394.14 600.31 394.14 600.31 390.68 601.04 curveto
387.16 601.80 387.16 601.80 383.87 603.29 curveto
381.03 604.56 381.03 604.56 378.52 606.29 curveto
376.08 607.98 376.08 607.98 374.00 610.10 curveto
371.61 612.54 371.61 612.54 369.80 615.37 curveto
368.10 618.03 368.09 618.04 367.00 621.04 curveto
365.75 624.43 365.75 624.43 365.17 627.94 curveto
364.53 631.78 364.53 631.78 364.53 635.68 curveto
364.53 639.69 364.53 639.69 365.24 643.59 curveto
365.82 646.96 365.83 646.96 367.14 650.14 curveto
368.24 652.82 368.24 652.82 369.83 655.19 curveto
371.41 657.56 371.42 657.56 373.47 659.61 curveto
375.69 661.81 375.69 661.81 378.23 663.51 curveto
380.79 665.25 380.79 665.25 383.65 666.49 curveto
386.89 667.93 386.89 667.94 390.36 668.64 curveto
393.90 669.34 393.90 669.35 397.54 669.35 curveto
401.02 669.32 401.03 669.32 404.42 668.69 curveto
407.59 668.11 407.59 668.10 410.60 666.86 curveto
413.84 665.52 413.84 665.51 416.73 663.54 curveto
419.80 661.44 419.80 661.44 422.42 658.75 curveto
423.24 657.88 424.10 656.97 424.93 656.09 curveto
424.20 655.36 423.42 654.60 422.68 653.87 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
432.01 665.61 moveto
432.01 666.47 432.01 667.37 432.01 668.23 curveto
450.05 668.23 468.09 668.23 486.13 668.23 curveto
487.84 662.27 489.55 656.26 491.26 650.31 curveto
490.41 650.31 489.50 650.31 488.65 650.31 curveto
488.23 651.06 487.79 651.87 487.38 652.63 curveto
487.11 653.11 486.55 654.14 485.62 655.56 curveto
484.86 656.70 484.86 656.71 483.96 657.80 curveto
482.86 659.12 482.86 659.12 481.49 660.07 curveto
480.10 661.05 480.10 661.05 478.47 661.68 curveto
477.22 662.17 477.22 662.17 475.93 662.44 curveto
474.22 662.81 474.22 662.81 472.46 663.00 curveto
470.43 663.25 470.43 663.25 468.41 663.39 curveto
467.55 663.44 467.55 663.44 466.67 663.47 curveto
465.26 663.47 463.82 663.47 462.40 663.47 curveto
461.99 663.47 461.11 663.44 459.86 663.42 curveto
458.20 663.37 458.20 663.37 456.54 663.27 curveto
455.44 663.20 455.44 663.20 454.42 662.95 curveto
453.83 662.83 453.83 662.83 453.30 662.49 curveto
453.10 662.37 453.10 662.37 452.96 662.25 curveto
452.81 662.12 452.81 662.12 452.69 661.93 curveto
452.51 661.71 452.51 661.71 452.39 661.46 curveto
452.29 661.25 452.29 661.24 452.20 660.98 curveto
452.03 660.49 452.03 660.49 451.95 660.00 curveto
451.86 659.39 451.86 659.39 451.81 658.73 curveto
451.78 658.07 451.76 657.36 451.73 656.70 curveto
451.73 643.15 451.73 629.56 451.73 616.01 curveto
451.73 615.62 451.73 614.79 451.76 613.59 curveto
451.78 612.47 451.78 612.47 451.86 611.34 curveto
451.90 610.49 451.90 610.49 452.00 609.66 curveto
452.08 608.95 452.08 608.95 452.22 608.24 curveto
452.37 607.63 452.37 607.63 452.61 607.07 curveto
452.83 606.61 452.83 606.61 453.17 606.19 curveto
453.52 605.78 453.52 605.78 453.96 605.51 curveto
454.49 605.17 454.49 605.17 455.13 604.97 curveto
456.35 604.61 456.35 604.61 457.59 604.41 curveto
459.18 604.17 459.18 604.17 460.82 604.04 curveto
460.82 603.19 460.82 602.29 460.82 601.43 curveto
451.22 601.43 441.60 601.43 432.01 601.43 curveto
432.01 602.29 432.01 603.19 432.01 604.04 curveto
432.50 604.07 433.50 604.14 434.96 604.36 curveto
436.06 604.53 436.06 604.53 437.16 604.85 curveto
437.72 605.02 437.72 605.02 438.18 605.29 curveto
438.72 605.58 438.72 605.58 439.21 606.02 curveto
439.72 606.46 439.72 606.46 440.06 607.02 curveto
440.45 607.66 440.45 607.66 440.65 608.41 curveto
440.80 609.00 440.80 609.00 440.87 609.58 curveto
440.94 610.22 440.94 610.22 441.02 610.90 curveto
441.02 612.08 441.07 613.27 441.07 614.44 curveto
441.07 627.80 441.07 641.18 441.07 654.53 curveto
441.07 654.87 441.06 655.61 441.04 656.65 curveto
441.02 657.46 441.02 657.46 440.94 658.27 curveto
440.84 659.02 440.84 659.02 440.75 659.75 curveto
440.65 660.46 440.65 660.46 440.48 661.20 curveto
440.33 661.81 440.33 661.81 440.11 662.37 curveto
439.97 662.76 439.97 662.76 439.70 663.12 curveto
439.31 663.69 439.31 663.69 438.77 664.05 curveto
438.09 664.49 438.09 664.49 437.26 664.74 curveto
436.13 665.08 436.13 665.08 434.99 665.25 curveto
433.52 665.49 433.52 665.49 432.01 665.61 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
494.29 665.61 moveto
494.29 666.47 494.29 667.37 494.29 668.23 curveto
512.28 668.23 530.32 668.23 548.31 668.23 curveto
549.87 662.49 551.46 656.75 553.03 651.01 curveto
552.17 651.01 551.27 651.01 550.41 651.01 curveto
549.87 651.97 549.31 652.95 548.78 653.90 curveto
548.51 654.36 547.92 655.31 546.97 656.63 curveto
546.21 657.68 546.21 657.68 545.29 658.63 curveto
544.26 659.68 544.26 659.68 543.06 660.46 curveto
541.67 661.37 541.67 661.37 540.11 662.00 curveto
538.77 662.54 538.77 662.54 537.40 662.86 curveto
536.01 663.17 536.01 663.17 534.57 663.27 curveto
533.35 663.39 533.35 663.39 532.15 663.42 curveto
530.61 663.47 530.61 663.47 529.03 663.47 curveto
526.15 663.47 523.22 663.47 520.34 663.47 curveto
519.75 663.47 518.58 663.47 516.84 663.22 curveto
516.09 663.12 516.09 663.12 515.40 662.76 curveto
515.16 662.64 515.16 662.64 514.99 662.46 curveto
514.82 662.29 514.82 662.29 514.67 662.05 curveto
514.48 661.73 514.48 661.73 514.35 661.42 curveto
514.23 661.07 514.23 661.07 514.16 660.71 curveto
514.06 660.34 514.06 660.34 514.06 660.00 curveto
514.04 659.17 514.04 659.17 514.04 658.31 curveto
514.04 650.89 514.04 643.47 514.04 636.05 curveto
518.82 636.05 523.61 636.05 528.39 636.05 curveto
529.08 636.05 530.49 636.05 532.54 636.29 curveto
533.91 636.47 533.91 636.46 535.25 636.90 curveto
535.71 637.05 535.71 637.05 536.11 637.29 curveto
536.62 637.61 536.62 637.61 537.08 638.03 curveto
537.47 638.39 537.47 638.39 537.77 638.83 curveto
538.08 639.32 538.08 639.32 538.33 639.88 curveto
538.77 641.03 538.77 641.03 539.04 642.20 curveto
539.40 643.74 539.40 643.74 539.65 645.33 curveto
540.50 645.33 541.40 645.33 542.26 645.33 curveto
542.26 637.51 542.26 629.65 542.26 621.84 curveto
541.40 621.84 540.50 621.84 539.65 621.84 curveto
539.57 622.35 539.38 623.38 539.04 624.87 curveto
538.77 626.02 538.77 626.02 538.40 627.14 curveto
538.21 627.68 538.21 627.68 537.94 628.14 curveto
537.64 628.65 537.64 628.65 537.23 629.12 curveto
536.94 629.51 536.94 629.51 536.55 629.75 curveto
536.13 630.02 536.13 630.02 535.64 630.19 curveto
534.13 630.75 534.13 630.75 532.57 630.97 curveto
530.44 631.29 530.44 631.29 528.27 631.29 curveto
523.53 631.29 518.77 631.29 514.04 631.29 curveto
514.04 624.23 514.04 617.13 514.04 610.07 curveto
514.04 609.27 514.01 608.41 514.01 607.61 curveto
514.01 607.54 514.04 607.39 514.06 607.19 curveto
514.08 607.00 514.08 607.00 514.13 606.80 curveto
514.18 606.68 514.18 606.68 514.23 606.61 curveto
514.28 606.53 514.28 606.53 514.38 606.44 curveto
514.48 606.36 514.48 606.36 514.55 606.34 curveto
514.62 606.31 514.62 606.31 514.72 606.29 curveto
514.94 606.24 514.94 606.24 515.14 606.24 curveto
515.43 606.24 515.43 606.24 515.75 606.22 curveto
516.65 606.22 517.60 606.19 518.50 606.19 curveto
523.14 606.19 527.78 606.19 532.42 606.19 curveto
533.01 606.19 534.18 606.19 535.89 606.39 curveto
537.37 606.56 537.37 606.56 538.87 606.92 curveto
539.94 607.17 539.94 607.17 540.89 607.68 curveto
541.77 608.15 541.77 608.15 542.50 608.90 curveto
542.89 609.29 542.89 609.29 543.19 609.73 curveto
543.53 610.27 543.53 610.27 543.80 610.90 curveto
544.24 612.05 544.24 612.05 544.58 613.22 curveto
545.02 614.74 545.02 614.74 545.38 616.32 curveto
546.24 616.32 547.12 616.32 547.97 616.32 curveto
547.80 611.37 547.60 606.39 547.43 601.43 curveto
529.73 601.43 511.99 601.43 494.29 601.43 curveto
494.29 602.29 494.29 603.19 494.29 604.04 curveto
494.82 604.07 495.90 604.14 497.46 604.38 curveto
498.56 604.56 498.56 604.56 499.66 604.92 curveto
500.19 605.09 500.19 605.09 500.66 605.36 curveto
501.19 605.70 501.20 605.70 501.66 606.17 curveto
501.95 606.44 501.95 606.44 502.15 606.73 curveto
502.37 607.07 502.37 607.07 502.54 607.46 curveto
502.85 608.22 502.85 608.22 503.00 608.97 curveto
503.17 609.85 503.17 609.85 503.25 610.78 curveto
503.32 611.73 503.32 611.73 503.34 612.69 curveto
503.37 613.91 503.37 613.91 503.37 615.18 curveto
503.37 628.24 503.37 641.30 503.37 654.36 curveto
503.37 654.75 503.37 655.53 503.34 656.68 curveto
503.32 657.66 503.32 657.66 503.25 658.63 curveto
503.17 659.66 503.17 659.66 502.98 660.63 curveto
502.81 661.46 502.81 661.46 502.46 662.29 curveto
502.32 662.66 502.32 662.66 502.10 662.98 curveto
501.85 663.32 501.85 663.32 501.54 663.64 curveto
501.12 664.05 501.12 664.05 500.66 664.32 curveto
500.17 664.59 500.17 664.59 499.58 664.76 curveto
498.46 665.10 498.46 665.10 497.31 665.27 curveto
495.82 665.49 495.82 665.49 494.29 665.61 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
146.76 220.52 moveto
146.76 221.38 146.76 222.28 146.76 223.13 curveto
156.35 223.13 165.97 223.13 175.57 223.13 curveto
175.57 222.28 175.57 221.38 175.57 220.52 curveto
174.86 220.50 174.13 220.45 173.42 220.42 curveto
173.20 220.40 172.71 220.35 172.05 220.25 curveto
171.42 220.16 171.42 220.16 170.78 219.98 curveto
170.10 219.79 170.10 219.79 169.49 219.52 curveto
169.07 219.33 169.07 219.33 168.68 219.01 curveto
168.10 218.52 168.10 218.52 167.73 217.86 curveto
167.22 216.96 167.22 216.96 166.95 215.93 curveto
166.75 215.22 166.75 215.22 166.66 214.52 curveto
166.56 213.81 166.56 213.81 166.53 213.05 curveto
166.53 211.73 166.49 210.39 166.49 209.07 curveto
166.49 204.34 166.49 199.55 166.49 194.81 curveto
168.49 194.81 170.54 194.81 172.54 194.81 curveto
173.34 194.81 174.98 194.79 177.40 194.69 curveto
179.30 194.62 179.30 194.62 181.21 194.45 curveto
183.99 194.18 183.99 194.18 186.63 193.32 curveto
189.19 192.50 189.19 192.50 191.51 191.08 curveto
193.17 190.08 193.17 190.08 194.49 188.71 curveto
196.00 187.17 196.00 187.18 197.15 185.29 curveto
198.51 183.07 198.51 183.07 199.20 180.61 curveto
199.88 178.14 199.88 178.14 199.91 175.58 curveto
199.88 173.75 199.88 173.75 199.54 171.99 curveto
199.20 170.28 199.20 170.28 198.52 168.64 curveto
197.76 166.93 197.76 166.93 196.68 165.44 curveto
195.61 163.96 195.61 163.96 194.22 162.69 curveto
192.75 161.37 192.75 161.37 191.09 160.39 curveto
189.53 159.46 189.53 159.46 187.80 158.85 curveto
185.40 158.05 185.40 158.05 182.96 157.56 curveto
180.20 157.02 180.20 157.02 177.37 156.75 curveto
174.81 156.54 174.81 156.53 172.25 156.44 curveto
169.66 156.34 169.66 156.34 167.02 156.34 curveto
160.28 156.34 153.50 156.34 146.76 156.34 curveto
146.76 157.19 146.76 158.10 146.76 158.95 curveto
147.27 158.98 148.30 159.07 149.81 159.32 curveto
150.98 159.49 150.98 159.49 152.13 159.83 curveto
152.67 159.98 152.67 159.98 153.13 160.20 curveto
153.52 160.39 153.52 160.39 153.89 160.71 curveto
154.33 161.08 154.33 161.08 154.62 161.56 curveto
154.99 162.17 154.99 162.17 155.21 162.91 curveto
155.42 163.54 155.42 163.54 155.52 164.15 curveto
155.64 164.79 155.64 164.79 155.69 165.47 curveto
155.77 166.40 155.77 166.40 155.79 167.32 curveto
155.82 168.42 155.82 168.42 155.82 169.57 curveto
155.82 182.83 155.82 196.08 155.82 209.34 curveto
155.74 210.56 155.67 211.83 155.60 213.05 curveto
155.57 213.44 155.52 214.27 155.30 215.44 curveto
155.16 216.27 155.16 216.27 154.82 217.10 curveto
154.67 217.52 154.67 217.52 154.45 217.84 curveto
154.18 218.23 154.18 218.23 153.79 218.54 curveto
153.37 218.91 153.37 218.91 152.94 219.15 curveto
152.50 219.40 152.50 219.40 151.98 219.59 curveto
150.86 219.94 150.86 219.94 149.74 220.13 curveto
148.27 220.38 148.27 220.38 146.76 220.52 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
166.49 190.05 moveto
168.44 190.05 170.42 190.05 172.37 190.05 curveto
172.71 190.05 173.44 190.03 174.49 189.96 curveto
175.42 189.91 175.42 189.91 176.35 189.76 curveto
177.49 189.59 177.49 189.59 178.59 189.27 curveto
179.67 188.98 179.67 188.98 180.69 188.49 curveto
181.82 187.98 181.82 187.98 182.82 187.32 curveto
183.65 186.76 183.65 186.76 184.38 186.00 curveto
185.38 185.00 185.38 185.00 186.06 183.78 curveto
186.84 182.41 186.84 182.41 187.29 180.87 curveto
187.67 179.51 187.67 179.51 187.85 178.14 curveto
188.04 176.68 188.04 176.68 188.07 175.16 curveto
188.04 173.45 188.04 173.45 187.77 171.79 curveto
187.55 170.50 187.55 170.50 187.04 169.25 curveto
186.63 168.28 186.63 168.28 186.02 167.42 curveto
185.28 166.40 185.28 166.40 184.33 165.49 curveto
183.45 164.66 183.45 164.66 182.45 164.00 curveto
181.57 163.42 181.57 163.42 180.55 163.00 curveto
179.37 162.49 179.37 162.49 178.15 162.17 curveto
176.69 161.78 176.69 161.78 175.18 161.56 curveto
173.69 161.32 173.69 161.32 172.22 161.20 curveto
171.12 161.10 171.12 161.10 169.98 161.10 curveto
169.49 161.12 169.49 161.12 169.02 161.15 curveto
168.68 161.17 168.68 161.17 168.34 161.22 curveto
168.00 161.29 168.00 161.29 167.71 161.42 curveto
167.46 161.51 167.46 161.51 167.24 161.71 curveto
167.05 161.88 167.05 161.88 166.95 162.08 curveto
166.80 162.34 166.80 162.34 166.71 162.69 curveto
166.61 163.03 166.61 163.03 166.56 163.37 curveto
166.51 163.74 166.51 163.74 166.46 164.15 curveto
166.46 165.27 166.49 166.40 166.49 167.52 curveto
166.49 175.01 166.49 182.56 166.49 190.05 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
204.28 220.52 moveto
204.28 221.38 204.28 222.28 204.28 223.13 curveto
222.32 223.13 240.36 223.13 258.40 223.13 curveto
260.11 217.18 261.82 211.17 263.53 205.21 curveto
262.67 205.21 261.77 205.21 260.92 205.21 curveto
260.50 205.97 260.06 206.78 259.65 207.53 curveto
259.38 208.02 258.82 209.05 257.89 210.46 curveto
257.13 211.61 257.13 211.61 256.23 212.71 curveto
255.13 214.03 255.13 214.03 253.76 214.98 curveto
252.37 215.96 252.37 215.96 250.74 216.59 curveto
249.49 217.08 249.49 217.08 248.20 217.35 curveto
246.49 217.71 246.49 217.71 244.73 217.91 curveto
242.70 218.16 242.70 218.16 240.68 218.30 curveto
239.82 218.35 239.82 218.35 238.94 218.37 curveto
237.53 218.37 236.09 218.37 234.67 218.37 curveto
234.26 218.37 233.38 218.35 232.13 218.32 curveto
230.47 218.28 230.47 218.28 228.81 218.18 curveto
227.71 218.11 227.71 218.10 226.69 217.86 curveto
226.10 217.74 226.10 217.74 225.57 217.40 curveto
225.37 217.28 225.37 217.27 225.22 217.15 curveto
225.08 217.03 225.08 217.03 224.96 216.83 curveto
224.78 216.62 224.78 216.62 224.66 216.37 curveto
224.56 216.15 224.56 216.15 224.47 215.88 curveto
224.29 215.40 224.29 215.39 224.22 214.91 curveto
224.12 214.30 224.12 214.30 224.08 213.64 curveto
224.05 212.98 224.03 212.27 224.00 211.61 curveto
224.00 198.06 224.00 184.46 224.00 170.91 curveto
224.00 170.52 224.00 169.69 224.03 168.50 curveto
224.05 167.37 224.05 167.37 224.13 166.25 curveto
224.17 165.40 224.17 165.40 224.27 164.57 curveto
224.34 163.86 224.34 163.86 224.49 163.15 curveto
224.64 162.54 224.64 162.54 224.88 161.98 curveto
225.10 161.51 225.10 161.51 225.44 161.10 curveto
225.78 160.68 225.78 160.68 226.22 160.42 curveto
226.76 160.07 226.76 160.07 227.40 159.88 curveto
228.62 159.51 228.62 159.51 229.86 159.32 curveto
231.45 159.07 231.45 159.07 233.08 158.95 curveto
233.08 158.10 233.08 157.19 233.08 156.34 curveto
223.49 156.34 213.87 156.34 204.28 156.34 curveto
204.28 157.19 204.28 158.10 204.28 158.95 curveto
204.76 158.98 205.77 159.05 207.23 159.27 curveto
208.33 159.44 208.33 159.44 209.43 159.76 curveto
209.99 159.93 209.99 159.93 210.45 160.20 curveto
210.99 160.49 210.99 160.49 211.48 160.93 curveto
211.99 161.37 211.99 161.37 212.33 161.93 curveto
212.72 162.56 212.72 162.56 212.92 163.32 curveto
213.06 163.91 213.06 163.91 213.14 164.49 curveto
213.21 165.13 213.21 165.13 213.29 165.81 curveto
213.29 166.98 213.33 168.18 213.33 169.35 curveto
213.33 182.71 213.33 196.08 213.33 209.44 curveto
213.33 209.78 213.33 210.51 213.31 211.56 curveto
213.28 212.37 213.28 212.37 213.21 213.17 curveto
213.11 213.93 213.11 213.93 213.02 214.66 curveto
212.92 215.37 212.92 215.37 212.75 216.10 curveto
212.60 216.71 212.60 216.71 212.38 217.27 curveto
212.23 217.67 212.23 217.67 211.97 218.03 curveto
211.58 218.59 211.58 218.59 211.04 218.96 curveto
210.36 219.40 210.35 219.40 209.53 219.64 curveto
208.40 219.98 208.40 219.99 207.25 220.16 curveto
205.79 220.40 205.79 220.40 204.28 220.52 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
266.55 220.52 moveto
266.55 221.38 266.55 222.28 266.55 223.13 curveto
284.55 223.13 302.59 223.13 320.58 223.13 curveto
322.14 217.40 323.73 211.66 325.29 205.92 curveto
324.44 205.92 323.54 205.92 322.68 205.92 curveto
322.14 206.87 321.58 207.85 321.05 208.80 curveto
320.78 209.27 320.19 210.22 319.24 211.54 curveto
318.48 212.59 318.48 212.59 317.55 213.54 curveto
316.53 214.59 316.53 214.59 315.33 215.37 curveto
313.94 216.27 313.94 216.27 312.38 216.91 curveto
311.04 217.45 311.04 217.45 309.67 217.76 curveto
308.28 218.08 308.28 218.08 306.84 218.18 curveto
305.62 218.30 305.62 218.30 304.42 218.32 curveto
302.88 218.37 302.88 218.37 301.29 218.37 curveto
298.41 218.37 295.48 218.37 292.60 218.37 curveto
292.02 218.37 290.84 218.37 289.11 218.13 curveto
288.36 218.03 288.36 218.03 287.67 217.67 curveto
287.43 217.54 287.43 217.54 287.26 217.37 curveto
287.09 217.20 287.09 217.20 286.94 216.96 curveto
286.74 216.64 286.74 216.64 286.62 216.32 curveto
286.50 215.98 286.50 215.98 286.43 215.61 curveto
286.33 215.25 286.33 215.25 286.33 214.91 curveto
286.30 214.08 286.31 214.08 286.31 213.22 curveto
286.31 205.80 286.31 198.38 286.31 190.96 curveto
291.09 190.96 295.88 190.96 300.66 190.96 curveto
301.34 190.96 302.76 190.96 304.81 191.20 curveto
306.18 191.37 306.18 191.37 307.52 191.81 curveto
307.98 191.96 307.98 191.96 308.38 192.20 curveto
308.89 192.52 308.89 192.52 309.35 192.93 curveto
309.74 193.30 309.74 193.30 310.04 193.74 curveto
310.35 194.23 310.35 194.23 310.60 194.79 curveto
311.04 195.94 311.04 195.94 311.30 197.11 curveto
311.67 198.65 311.67 198.65 311.92 200.23 curveto
312.77 200.23 313.67 200.23 314.53 200.23 curveto
314.53 192.42 314.53 184.56 314.53 176.75 curveto
313.67 176.75 312.77 176.75 311.92 176.75 curveto
311.84 177.26 311.65 178.29 311.30 179.78 curveto
311.04 180.92 311.04 180.92 310.67 182.05 curveto
310.47 182.58 310.47 182.58 310.21 183.05 curveto
309.91 183.56 309.91 183.56 309.50 184.02 curveto
309.20 184.42 309.20 184.42 308.81 184.66 curveto
308.40 184.93 308.40 184.93 307.91 185.10 curveto
306.40 185.66 306.40 185.66 304.83 185.88 curveto
302.71 186.20 302.71 186.20 300.54 186.20 curveto
295.80 186.20 291.04 186.20 286.31 186.20 curveto
286.31 179.14 286.31 172.04 286.31 164.98 curveto
286.31 164.18 286.28 163.32 286.28 162.51 curveto
286.28 162.44 286.30 162.30 286.33 162.10 curveto
286.35 161.91 286.35 161.91 286.40 161.71 curveto
286.45 161.59 286.45 161.59 286.50 161.51 curveto
286.55 161.44 286.55 161.44 286.65 161.34 curveto
286.74 161.27 286.75 161.27 286.82 161.25 curveto
286.89 161.22 286.89 161.22 286.99 161.20 curveto
287.21 161.15 287.21 161.15 287.40 161.15 curveto
287.70 161.15 287.70 161.15 288.01 161.12 curveto
288.92 161.12 289.87 161.10 290.77 161.10 curveto
295.41 161.10 300.05 161.10 304.69 161.10 curveto
305.27 161.10 306.45 161.10 308.16 161.29 curveto
309.64 161.47 309.64 161.47 311.13 161.83 curveto
312.21 162.08 312.21 162.08 313.16 162.59 curveto
314.04 163.05 314.04 163.05 314.77 163.81 curveto
315.16 164.20 315.16 164.20 315.46 164.64 curveto
315.80 165.18 315.80 165.18 316.07 165.81 curveto
316.50 166.96 316.50 166.96 316.85 168.13 curveto
317.29 169.64 317.28 169.65 317.65 171.23 curveto
318.51 171.23 319.39 171.23 320.24 171.23 curveto
320.07 166.28 319.87 161.30 319.70 156.34 curveto
302.00 156.34 284.25 156.34 266.55 156.34 curveto
266.55 157.19 266.55 158.10 266.55 158.95 curveto
267.09 158.98 268.17 159.05 269.73 159.29 curveto
270.83 159.46 270.83 159.46 271.93 159.83 curveto
272.46 160.00 272.46 160.00 272.93 160.27 curveto
273.46 160.61 273.46 160.61 273.93 161.07 curveto
274.22 161.34 274.22 161.34 274.42 161.64 curveto
274.63 161.98 274.63 161.98 274.81 162.37 curveto
275.12 163.13 275.12 163.13 275.27 163.88 curveto
275.44 164.76 275.44 164.76 275.51 165.69 curveto
275.59 166.64 275.59 166.64 275.61 167.59 curveto
275.64 168.81 275.64 168.81 275.64 170.08 curveto
275.64 183.14 275.64 196.21 275.64 209.27 curveto
275.64 209.66 275.64 210.44 275.61 211.59 curveto
275.59 212.56 275.59 212.56 275.51 213.54 curveto
275.44 214.56 275.44 214.57 275.25 215.54 curveto
275.07 216.37 275.07 216.37 274.73 217.20 curveto
274.59 217.57 274.59 217.57 274.37 217.88 curveto
274.12 218.23 274.12 218.23 273.81 218.54 curveto
273.39 218.96 273.39 218.96 272.93 219.23 curveto
272.44 219.50 272.44 219.50 271.85 219.67 curveto
270.73 220.01 270.73 220.01 269.58 220.18 curveto
268.09 220.40 268.09 220.40 266.55 220.52 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
328.32 220.52 moveto
328.32 221.38 328.32 222.28 328.32 223.13 curveto
334.94 223.13 341.58 223.13 348.19 223.13 curveto
348.19 222.28 348.19 221.38 348.19 220.52 curveto
347.80 220.50 346.97 220.42 345.78 220.25 curveto
344.95 220.13 344.95 220.13 344.12 219.86 curveto
343.65 219.72 343.65 219.72 343.29 219.47 curveto
342.85 219.18 342.85 219.18 342.46 218.76 curveto
342.24 218.52 342.24 218.52 342.09 218.28 curveto
341.94 218.03 341.94 218.03 341.85 217.74 curveto
341.75 217.47 341.75 217.47 341.70 217.23 curveto
341.65 216.98 341.65 216.98 341.65 216.69 curveto
341.65 215.98 341.65 215.98 341.80 215.30 curveto
342.04 214.13 342.04 214.12 342.46 212.98 curveto
342.97 211.54 342.97 211.54 343.51 210.15 curveto
343.90 209.12 343.90 209.12 344.34 208.07 curveto
345.21 206.02 346.09 203.94 346.97 201.89 curveto
355.37 201.89 363.82 201.89 372.22 201.89 curveto
373.56 205.04 374.95 208.20 376.29 211.34 curveto
376.58 212.00 377.17 213.37 377.78 215.47 curveto
378.03 216.37 378.03 216.37 378.05 217.32 curveto
378.03 217.71 378.03 217.71 377.93 218.06 curveto
377.78 218.50 377.78 218.50 377.51 218.91 curveto
377.34 219.15 377.34 219.16 377.17 219.33 curveto
377.00 219.50 377.00 219.50 376.76 219.67 curveto
376.46 219.84 376.46 219.84 376.17 219.96 curveto
375.88 220.06 375.88 220.06 375.56 220.16 curveto
374.80 220.35 374.80 220.35 374.07 220.40 curveto
372.83 220.50 372.82 220.50 371.53 220.52 curveto
371.53 221.38 371.53 222.28 371.53 223.13 curveto
380.03 223.13 388.52 223.13 397.02 223.13 curveto
397.02 222.28 397.02 221.38 397.02 220.52 curveto
396.73 220.50 396.09 220.45 395.21 220.35 curveto
394.63 220.28 394.63 220.28 394.02 220.13 curveto
393.63 220.01 393.63 220.01 393.31 219.86 curveto
392.89 219.67 392.89 219.67 392.50 219.37 curveto
392.09 219.08 392.09 219.08 391.75 218.76 curveto
391.43 218.47 391.43 218.47 391.16 218.08 curveto
390.43 217.03 390.43 217.03 389.84 215.93 curveto
389.04 214.39 389.04 214.39 388.35 212.78 curveto
380.12 193.60 371.86 174.40 363.65 155.19 curveto
362.82 155.19 361.94 155.19 361.11 155.19 curveto
353.87 172.42 346.65 189.62 339.43 206.83 curveto
339.18 207.41 338.67 208.63 337.87 210.39 curveto
337.06 212.20 337.06 212.20 336.16 213.98 curveto
335.69 214.88 335.69 214.88 335.21 215.71 curveto
334.72 216.54 334.72 216.54 334.16 217.37 curveto
333.89 217.76 333.89 217.76 333.57 218.06 curveto
333.08 218.52 333.08 218.52 332.52 218.96 curveto
332.10 219.30 332.10 219.30 331.64 219.52 curveto
331.10 219.79 331.10 219.79 330.52 219.96 curveto
330.03 220.11 330.03 220.11 329.57 220.23 curveto
328.96 220.38 328.95 220.38 328.32 220.52 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
348.97 197.13 moveto
348.97 197.13 348.97 197.13 348.97 197.13 curveto
356.10 197.13 363.26 197.13 370.38 197.13 curveto
366.84 188.52 363.25 179.88 359.72 171.25 curveto
356.15 179.88 352.54 188.52 348.97 197.13 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
402.61 202.19 moveto
403.58 209.43 404.61 216.72 405.59 223.96 curveto
406.44 223.96 407.35 223.96 408.20 223.96 curveto
408.30 223.64 408.42 223.33 408.52 223.01 curveto
408.57 222.89 408.66 222.65 408.81 222.30 curveto
408.93 222.06 408.93 222.06 409.10 221.79 curveto
409.22 221.65 409.23 221.64 409.32 221.52 curveto
409.47 221.38 409.47 221.38 409.64 221.23 curveto
409.98 220.99 409.98 220.99 410.37 220.86 curveto
410.71 220.77 410.71 220.77 411.11 220.74 curveto
411.52 220.74 411.52 220.74 411.91 220.81 curveto
412.40 220.91 412.40 220.91 412.89 221.11 curveto
414.45 221.69 416.06 222.33 417.62 222.91 curveto
418.18 223.13 419.36 223.60 421.19 223.89 curveto
423.51 224.25 423.51 224.25 425.88 224.25 curveto
428.02 224.23 428.02 224.23 430.12 223.91 curveto
432.29 223.57 432.29 223.57 434.40 222.89 curveto
436.18 222.31 436.18 222.30 437.81 221.50 curveto
439.30 220.77 439.30 220.76 440.69 219.76 curveto
441.60 219.08 441.60 219.08 442.38 218.32 curveto
443.23 217.50 443.23 217.49 443.99 216.52 curveto
444.84 215.42 444.84 215.42 445.48 214.20 curveto
446.11 213.00 446.11 213.00 446.53 211.68 curveto
446.97 210.37 446.97 210.37 447.16 209.02 curveto
447.38 207.49 447.38 207.48 447.38 205.90 curveto
447.38 204.43 447.38 204.43 447.19 203.02 curveto
447.02 201.68 447.02 201.67 446.60 200.33 curveto
446.16 198.89 446.16 198.89 445.50 197.57 curveto
444.94 196.45 444.94 196.45 444.14 195.45 curveto
442.57 193.52 442.57 193.52 440.69 191.93 curveto
438.13 189.76 438.13 189.76 435.30 187.93 curveto
432.61 186.22 429.90 184.46 427.22 182.75 curveto
426.75 182.46 425.80 181.85 424.44 180.92 curveto
423.07 180.02 423.07 180.02 421.70 179.04 curveto
421.09 178.60 421.09 178.60 420.53 178.16 curveto
419.97 177.73 419.97 177.73 419.38 177.21 curveto
418.55 176.48 418.55 176.48 417.92 175.60 curveto
417.08 174.46 417.09 174.46 416.48 173.13 curveto
416.01 172.21 416.01 172.21 415.79 171.21 curveto
415.57 170.18 415.57 170.18 415.55 169.11 curveto
415.57 167.77 415.57 167.76 415.94 166.49 curveto
416.30 165.25 416.30 165.25 417.06 164.15 curveto
417.77 163.10 417.77 163.10 418.70 162.32 curveto
419.67 161.49 419.67 161.49 420.85 160.93 curveto
421.87 160.44 421.87 160.44 422.97 160.22 curveto
424.07 160.00 424.07 160.00 425.22 159.98 curveto
426.29 159.98 426.29 159.98 427.34 160.15 curveto
428.44 160.32 428.44 160.32 429.54 160.68 curveto
430.83 161.15 430.83 161.15 432.00 161.76 curveto
433.25 162.42 433.25 162.42 434.40 163.25 curveto
435.69 164.22 435.69 164.23 436.79 165.37 curveto
437.81 166.45 437.81 166.45 438.64 167.69 curveto
439.55 169.03 439.55 169.04 440.25 170.45 curveto
441.06 172.06 441.06 172.06 441.72 173.77 curveto
442.08 174.84 442.50 175.97 442.87 177.04 curveto
443.72 177.04 444.63 177.04 445.48 177.04 curveto
444.81 169.82 444.14 162.57 443.48 155.34 curveto
442.62 155.34 441.72 155.34 440.87 155.34 curveto
440.77 155.53 440.57 155.92 440.28 156.48 curveto
440.06 156.88 440.06 156.88 439.79 157.24 curveto
439.64 157.41 439.64 157.41 439.50 157.56 curveto
439.33 157.73 439.33 157.73 439.11 157.92 curveto
438.89 158.12 438.89 158.12 438.64 158.24 curveto
438.42 158.37 438.42 158.37 438.16 158.44 curveto
437.91 158.54 437.91 158.54 437.67 158.56 curveto
437.40 158.58 437.40 158.58 437.11 158.58 curveto
436.52 158.58 436.52 158.58 435.98 158.49 curveto
435.35 158.37 435.35 158.37 434.71 158.12 curveto
433.12 157.56 431.51 156.95 429.93 156.39 curveto
429.39 156.19 428.32 155.80 426.66 155.53 curveto
424.80 155.24 424.80 155.24 422.90 155.22 curveto
421.41 155.22 421.41 155.22 419.94 155.44 curveto
418.53 155.63 418.53 155.63 417.16 156.09 curveto
415.84 156.54 415.84 156.54 414.62 157.14 curveto
413.47 157.73 413.47 157.73 412.40 158.51 curveto
411.45 159.24 411.45 159.24 410.62 160.07 curveto
409.76 160.95 409.76 160.95 409.01 161.95 curveto
408.18 163.10 408.17 163.10 407.57 164.35 curveto
406.91 165.69 406.90 165.69 406.42 167.13 curveto
405.96 168.52 405.95 168.52 405.73 169.94 curveto
405.54 171.21 405.54 171.21 405.51 172.52 curveto
405.54 173.82 405.54 173.82 405.73 175.06 curveto
405.95 176.43 405.96 176.43 406.39 177.75 curveto
406.81 179.09 406.81 179.09 407.42 180.31 curveto
407.98 181.49 407.98 181.49 408.76 182.56 curveto
409.81 184.05 409.81 184.05 411.11 185.29 curveto
412.71 186.83 412.72 186.83 414.57 188.15 curveto
415.79 189.03 415.79 189.03 417.01 189.83 curveto
418.55 190.86 418.55 190.86 420.16 191.83 curveto
422.63 193.35 425.09 194.91 427.56 196.42 curveto
427.88 196.62 428.56 197.04 429.49 197.69 curveto
430.68 198.55 430.68 198.55 431.86 199.48 curveto
433.37 200.67 433.37 200.67 434.76 201.99 curveto
435.40 202.60 435.40 202.60 435.93 203.33 curveto
436.64 204.36 436.64 204.36 436.96 205.53 curveto
437.35 207.02 437.35 207.02 437.35 208.61 curveto
437.35 210.29 437.35 210.29 436.89 211.90 curveto
436.45 213.39 436.45 213.39 435.54 214.69 curveto
434.64 216.03 434.64 216.03 433.42 217.03 curveto
432.22 218.01 432.22 218.01 430.73 218.59 curveto
429.56 219.06 429.56 219.06 428.34 219.28 curveto
427.07 219.50 427.07 219.50 425.75 219.50 curveto
424.43 219.47 424.43 219.47 423.14 219.30 curveto
421.85 219.11 421.85 219.10 420.55 218.71 curveto
418.99 218.25 418.99 218.25 417.58 217.54 curveto
416.09 216.81 416.08 216.81 414.74 215.81 curveto
413.40 214.83 413.40 214.83 412.23 213.69 curveto
410.94 212.42 410.93 212.42 409.81 210.98 curveto
409.03 209.98 409.03 209.97 408.37 208.92 curveto
407.83 208.10 407.83 208.09 407.37 207.17 curveto
406.88 206.22 406.88 206.21 406.47 205.24 curveto
405.83 203.75 405.83 203.75 405.22 202.19 curveto
404.37 202.19 403.46 202.19 402.61 202.19 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
newpath
454.66 220.52 moveto
454.66 221.38 454.66 222.28 454.66 223.13 curveto
472.65 223.13 490.69 223.13 508.69 223.13 curveto
510.25 217.40 511.83 211.66 513.40 205.92 curveto
512.54 205.92 511.64 205.92 510.79 205.92 curveto
510.25 206.87 509.69 207.85 509.15 208.80 curveto
508.88 209.27 508.29 210.22 507.34 211.54 curveto
506.58 212.59 506.58 212.59 505.66 213.54 curveto
504.63 214.59 504.63 214.59 503.44 215.37 curveto
502.04 216.27 502.04 216.27 500.48 216.91 curveto
499.14 217.45 499.14 217.45 497.77 217.76 curveto
496.38 218.08 496.38 218.08 494.94 218.18 curveto
493.72 218.30 493.72 218.30 492.52 218.32 curveto
490.98 218.37 490.99 218.37 489.40 218.37 curveto
486.52 218.37 483.59 218.37 480.71 218.37 curveto
480.12 218.37 478.95 218.37 477.22 218.13 curveto
476.46 218.03 476.46 218.03 475.78 217.67 curveto
475.53 217.54 475.53 217.54 475.36 217.37 curveto
475.19 217.20 475.19 217.20 475.04 216.96 curveto
474.85 216.64 474.85 216.64 474.73 216.32 curveto
474.60 215.98 474.60 215.98 474.53 215.61 curveto
474.43 215.25 474.43 215.25 474.43 214.91 curveto
474.41 214.08 474.41 214.08 474.41 213.22 curveto
474.41 205.80 474.41 198.38 474.41 190.96 curveto
479.19 190.96 483.98 190.96 488.76 190.96 curveto
489.45 190.96 490.86 190.96 492.91 191.20 curveto
494.28 191.37 494.28 191.37 495.62 191.81 curveto
496.09 191.96 496.09 191.96 496.48 192.20 curveto
496.99 192.52 496.99 192.52 497.46 192.93 curveto
497.84 193.30 497.84 193.30 498.14 193.74 curveto
498.46 194.23 498.46 194.23 498.70 194.79 curveto
499.14 195.94 499.14 195.94 499.41 197.11 curveto
499.77 198.65 499.77 198.65 500.02 200.23 curveto
500.87 200.23 501.78 200.23 502.63 200.23 curveto
502.63 192.42 502.63 184.56 502.63 176.75 curveto
501.78 176.75 500.87 176.75 500.02 176.75 curveto
499.94 177.26 499.75 178.29 499.41 179.78 curveto
499.14 180.92 499.14 180.92 498.77 182.05 curveto
498.58 182.58 498.58 182.58 498.31 183.05 curveto
498.02 183.56 498.02 183.56 497.60 184.02 curveto
497.31 184.42 497.31 184.42 496.92 184.66 curveto
496.50 184.93 496.50 184.93 496.01 185.10 curveto
494.50 185.66 494.50 185.66 492.94 185.88 curveto
490.81 186.20 490.81 186.20 488.64 186.20 curveto
483.91 186.20 479.14 186.20 474.41 186.20 curveto
474.41 179.14 474.41 172.04 474.41 164.98 curveto
474.41 164.18 474.38 163.32 474.38 162.51 curveto
474.38 162.44 474.41 162.30 474.43 162.10 curveto
474.46 161.91 474.46 161.91 474.51 161.71 curveto
474.55 161.59 474.55 161.59 474.60 161.51 curveto
474.65 161.44 474.65 161.44 474.75 161.34 curveto
474.85 161.27 474.85 161.27 474.92 161.25 curveto
474.99 161.22 475.00 161.22 475.09 161.20 curveto
475.31 161.15 475.31 161.15 475.51 161.15 curveto
475.80 161.15 475.80 161.15 476.12 161.12 curveto
477.02 161.12 477.97 161.10 478.88 161.10 curveto
483.51 161.10 488.15 161.10 492.79 161.10 curveto
493.38 161.10 494.55 161.10 496.26 161.29 curveto
497.75 161.47 497.75 161.47 499.24 161.83 curveto
500.31 162.08 500.31 162.08 501.26 162.59 curveto
502.14 163.05 502.14 163.05 502.88 163.81 curveto
503.26 164.20 503.26 164.20 503.56 164.64 curveto
503.90 165.18 503.90 165.18 504.17 165.81 curveto
504.61 166.96 504.61 166.96 504.95 168.13 curveto
505.39 169.64 505.39 169.65 505.76 171.23 curveto
506.61 171.23 507.49 171.23 508.34 171.23 curveto
508.17 166.28 507.98 161.30 507.81 156.34 curveto
490.11 156.34 472.36 156.34 454.66 156.34 curveto
454.66 157.19 454.66 158.10 454.66 158.95 curveto
455.19 158.98 456.27 159.05 457.83 159.29 curveto
458.93 159.46 458.93 159.46 460.03 159.83 curveto
460.57 160.00 460.57 160.00 461.03 160.27 curveto
461.57 160.61 461.57 160.61 462.03 161.07 curveto
462.32 161.34 462.32 161.34 462.52 161.64 curveto
462.74 161.98 462.74 161.98 462.91 162.37 curveto
463.23 163.13 463.23 163.13 463.37 163.88 curveto
463.54 164.76 463.54 164.76 463.62 165.69 curveto
463.69 166.64 463.69 166.64 463.72 167.59 curveto
463.74 168.81 463.74 168.81 463.74 170.08 curveto
463.74 183.14 463.74 196.21 463.74 209.27 curveto
463.74 209.66 463.74 210.44 463.72 211.59 curveto
463.69 212.56 463.69 212.56 463.62 213.54 curveto
463.54 214.56 463.54 214.57 463.35 215.54 curveto
463.18 216.37 463.18 216.37 462.84 217.20 curveto
462.69 217.57 462.69 217.57 462.47 217.88 curveto
462.23 218.23 462.23 218.23 461.91 218.54 curveto
461.49 218.96 461.49 218.96 461.03 219.23 curveto
460.54 219.50 460.54 219.50 459.96 219.67 curveto
458.83 220.01 458.83 220.01 457.69 220.18 curveto
456.20 220.40 456.19 220.40 454.66 220.52 curveto
closepath
gsave 0.00 1.00 1.00 0.00 setcmykcolor eofill grestore
1.04 0 0 0.00 0.00 0.00 1.00 [] 0 colorline stroke
grestore
endpage
showpage
end
restore

%%Pages: 1
----- cut here ----- cut here ----- cut here ----- cut here -----
-- 
  Scott Thompson, 45261, (IH 6W-207), AT&T Bell Labs, Naperville, Il. 60566

   VOICE: (708)-979-2237  UUCP: ...!att!ihlpa!sft  ARPA: sft@ihlpa.att.com