%!PS-Adobe- %%DocumentFonts: %%Pages: 1 %%BoundingBox: 32 106 578 668 %%EndComments /arrowHeight 8 def /arrowWidth 4 def /none null def /numGraphicParameters 17 def /stringLimit 65535 def /Begin { save numGraphicParameters dict begin } def /End { end restore } def /SetB { dup type /nulltype eq { pop false /brushRightArrow idef false /brushLeftArrow idef true /brushNone idef } { /brushDashOffset idef /brushDashArray idef 0 ne /brushRightArrow idef 0 ne /brushLeftArrow idef /brushWidth idef false /brushNone idef } ifelse } def /SetCFg { /fgred idef /fggreen idef /fgblue idef } def /SetCBg { /bgred idef /bggreen idef /bgblue idef } def /SetF { /printSize idef /printFont idef } def /SetP { dup type /nulltype eq { pop true /patternNone idef } { /patternGrayLevel idef patternGrayLevel -1 eq { /patternString idef } if false /patternNone idef } ifelse } def /BSpl { 0 begin storexyn newpath n 1 gt { 0 0 0 0 0 0 1 1 true subspline n 2 gt { 0 0 0 0 1 1 2 2 false subspline 1 1 n 3 sub { /i exch def i 1 sub dup i dup i 1 add dup i 2 add dup false subspline } for n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline } if n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if brushNone not { istroke } if 0 0 1 1 leftarrow n 2 sub dup n 1 sub dup rightarrow } if end } dup 0 4 dict put def /Circ { newpath 0 360 arc patternNone not { ifill } if brushNone not { istroke } if } def /CBSpl { 0 begin dup 2 gt { storexyn newpath n 1 sub dup 0 0 1 1 2 2 true subspline 1 1 n 3 sub { /i exch def i 1 sub dup i dup i 1 add dup i 2 add dup false subspline } for n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline n 2 sub dup n 1 sub dup 0 0 1 1 false subspline patternNone not { ifill } if brushNone not { istroke } if } { Poly } ifelse end } dup 0 4 dict put def /Elli { 0 begin newpath 4 2 roll translate scale 0 0 1 0 360 arc patternNone not { ifill } if brushNone not { istroke } if end } dup 0 1 dict put def /Line { 0 begin 2 storexyn newpath x 0 get y 0 get moveto x 1 get y 1 get lineto brushNone not { istroke } if 0 0 1 1 leftarrow 0 0 1 1 rightarrow end } dup 0 4 dict put def /MLine { 0 begin storexyn newpath n 1 gt { x 0 get y 0 get moveto 1 1 n 1 sub { /i exch def x i get y i get lineto } for patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if brushNone not { istroke } if 0 0 1 1 leftarrow n 2 sub dup n 1 sub dup rightarrow } if end } dup 0 4 dict put def /Poly { 3 1 roll newpath moveto -1 add { lineto } repeat closepath patternNone not { ifill } if brushNone not { istroke } if } def /Rect { 0 begin /t exch def /r exch def /b exch def /l exch def newpath l b moveto l t lineto r t lineto r b lineto closepath patternNone not { ifill } if brushNone not { istroke } if end } dup 0 4 dict put def /Text { ishow } def /idef { dup where { pop pop pop } { exch def } ifelse } def /ifill { 0 begin gsave patternGrayLevel -1 ne { fgred bgred fgred sub patternGrayLevel mul add fggreen bggreen fggreen sub patternGrayLevel mul add fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor eofill } { eoclip originalCTM setmatrix pathbbox /t exch def /r exch def /b exch def /l exch def /w r l sub ceiling cvi def /h t b sub ceiling cvi def /imageByteWidth w 8 div ceiling cvi def /imageHeight h def bgred bggreen bgblue setrgbcolor eofill fgred fggreen fgblue setrgbcolor l b translate w h scale w h true [w 0 0 h neg 0 h] { patternproc } imagemask } ifelse grestore end } dup 0 8 dict put def /istroke { gsave brushDashOffset -1 eq { [] 0 setdash 1 setgray } { brushDashArray brushDashOffset setdash fgred fggreen fgblue setrgbcolor } ifelse brushWidth setlinewidth originalCTM setmatrix stroke grestore } def /ishow { 0 begin gsave 0 2.5 originalCTM dtransform idtransform /yoff exch def /xoff exch def printFont /Courier ne printSize 10 ne and { xoff yoff translate } if printFont findfont printSize scalefont setfont fgred fggreen fgblue setrgbcolor /vertoffset printSize neg def { 0 vertoffset moveto show /vertoffset vertoffset printSize sub def } forall grestore end } dup 0 3 dict put def /patternproc { 0 begin /patternByteLength patternString length def /patternHeight patternByteLength 8 mul sqrt cvi def /patternWidth patternHeight def /patternByteWidth patternWidth 8 idiv def /imageByteMaxLength imageByteWidth imageHeight mul stringLimit patternByteWidth sub min def /imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv patternHeight mul patternHeight max def /imageHeight imageHeight imageMaxHeight sub store /imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def 0 1 imageMaxHeight 1 sub { /y exch def /patternRow y patternByteWidth mul patternByteLength mod def /patternRowString patternString patternRow patternByteWidth getinterval def /imageRow y imageByteWidth mul def 0 patternByteWidth imageByteWidth 1 sub { /x exch def imageString imageRow x add patternRowString putinterval } for } for imageString end } dup 0 12 dict put def /min { dup 3 2 roll dup 4 3 roll lt { exch } if pop } def /max { dup 3 2 roll dup 4 3 roll gt { exch } if pop } def /arrowhead { 0 begin transform originalCTM itransform /taily exch def /tailx exch def transform originalCTM itransform /tipy exch def /tipx exch def /dy tipy taily sub def /dx tipx tailx sub def /angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def gsave originalCTM setmatrix tipx tipy translate angle rotate newpath 0 0 moveto arrowHeight neg arrowWidth 2 div lineto arrowHeight neg arrowWidth 2 div neg lineto closepath patternNone not { ifill } if brushNone not { istroke } if grestore end } dup 0 7 dict put def /leftarrow { 0 begin y exch get /taily exch def x exch get /tailx exch def y exch get /tipy exch def x exch get /tipx exch def brushLeftArrow { tipx tipy tailx taily arrowhead } if end } dup 0 4 dict put def /rightarrow { 0 begin y exch get /tipy exch def x exch get /tipx exch def y exch get /taily exch def x exch get /tailx exch def brushRightArrow { tipx tipy tailx taily arrowhead } if end } dup 0 4 dict put def /midpoint { 0 begin /y1 exch def /x1 exch def /y0 exch def /x0 exch def x0 x1 add 2 div y0 y1 add 2 div end } dup 0 4 dict put def /thirdpoint { 0 begin /y1 exch def /x1 exch def /y0 exch def /x0 exch def x0 2 mul x1 add 3 div y0 2 mul y1 add 3 div end } dup 0 4 dict put def /subspline { 0 begin /movetoNeeded exch def y exch get /y3 exch def x exch get /x3 exch def y exch get /y2 exch def x exch get /x2 exch def y exch get /y1 exch def x exch get /x1 exch def y exch get /y0 exch def x exch get /x0 exch def x1 y1 x2 y2 thirdpoint /p1y exch def /p1x exch def x2 y2 x1 y1 thirdpoint /p2y exch def /p2x exch def x1 y1 x0 y0 thirdpoint p1x p1y midpoint /p0y exch def /p0x exch def x2 y2 x3 y3 thirdpoint p2x p2y midpoint /p3y exch def /p3x exch def movetoNeeded { p0x p0y moveto } if p1x p1y p2x p2y p3x p3y curveto end } dup 0 17 dict put def /storexyn { /n exch def /y n array def /x n array def n 1 sub -1 0 { /i exch def y i 3 2 roll put x i 3 2 roll put } for } def %%EndProlog %I Idraw 4 Begin %I b u %I cfg u %I cbg u %I f u %I p u %I t [ 1 0 0 1 0 0 ] concat /originalCTM matrix currentmatrix def Begin %I Pict %I b u %I cfg u %I cbg u %I f u %I p u %I t [ 1 0 0 1 0 -38 ] concat Begin %I CBSpl none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 4 0 0 4 -702 -738 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I CBSpl none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 3.01992e-07 4 -4 3.01992e-07 1478 -582 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I CBSpl none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ -4 0 0 4 1314 -738 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I CBSpl none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ -3.01992e-07 4 4 3.01992e-07 -866 -590 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I Rect none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 162 -31 ] concat %I -64 705 96 737 Rect End Begin %I CBSpl none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 3.01992e-07 4 -4 3.01992e-07 1766 -590 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I Rect none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 130 17 ] concat %I 192 193 224 361 Rect End Begin %I Rect none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 170 -31 ] concat %I 216 177 344 209 Rect End Begin %I Rect none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 170 -31 ] concat %I 376 241 408 673 Rect End Begin %I CBSpl none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 9.05975e-07 -4 -4 -9.05975e-07 1542 1114 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I CBSpl none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ -4 0 0 4 1018 -1162 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I CBSpl none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 4 6.03983e-07 6.03983e-07 -4 -638 1694 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I CBSpl none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ -3.01992e-07 4 4 3.01992e-07 -1162 -582 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I Rect none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 162 -31 ] concat %I -128 249 -96 673 Rect End Begin %I Rect none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 170 -31 ] concat %I -8 281 48 313 Rect End Begin %I Rect none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 162 -31 ] concat %I 0 377 120 409 Rect End Begin %I Rect none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 170 -31 ] concat %I -72 185 48 217 Rect End Begin %I Rect none SetB %I b n %I cfg Red 1 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 418 -31 ] concat %I -64 705 96 737 Rect End Begin %I Pict %I b u %I cfg u %I cbg u %I f u %I p 0 SetP %I t u Begin %I CBSpl none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 4 0 0 4 -638 -802 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I CBSpl none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 3.01992e-07 4 -4 3.01992e-07 1542 -326 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I CBSpl none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ -4 6.03983e-07 -6.03983e-07 -4 1058 1854 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I CBSpl none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 4 6.03983e-07 6.03983e-07 -4 -446 1854 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I Rect none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 162 -31 ] concat %I 0 641 96 673 Rect End Begin %I CBSpl none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ -3.01992e-07 4 4 3.01992e-07 -930 -326 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I CBSpl none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 4 6.03983e-07 6.03983e-07 -4 -382 1950 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I CBSpl none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ -4 0 0 4 1250 -906 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I CBSpl none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 9.05975e-07 -4 -4 -9.05975e-07 1798 1370 ] concat %I 14 184 345 184 345 184 345 184 361 200 361 200 361 200 361 200 353 200 353 200 353 192 353 192 345 192 345 192 345 14 CBSpl End Begin %I Rect none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 418 -39 ] concat %I 0 641 96 673 Rect End Begin %I Rect none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 178 -7 ] concat %I 240 513 272 545 Rect End Begin %I Rect none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 170 17 ] concat %I 184 393 280 425 Rect End Begin %I Rect none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 162 -31 ] concat %I -64 505 -32 609 Rect End Begin %I Rect none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 178 -23 ] concat %I 112 497 144 665 Rect End Begin %I Rect none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 178 -31 ] concat %I 112 705 144 737 Rect End Begin %I Rect none SetB %I b n %I cfg Black 0 0 0 SetCFg %I cbg White 1 1 1 SetCBg %I p 0 SetP %I t [ 1 0 0 1 162 -31 ] concat %I 0 441 96 473 Rect End End %I eop End %I eop End %I eop %%Trailer showpage