%!PS-Adobe-3.0 EPSF-3.0 %XpdfVersion: 3.03 %%Creator: AFPL Ghostscript 814 (epswrite) %%Title: untitled %%LanguageLevel: 2 %%DocumentSuppliedResources: (atend) %%BoundingBox: 0 0 256 75 %%HiResBoundingBox: 0 0 255.196 74.044 %%EndComments %%BeginProlog %%BeginResource: procset xpdf 3.03 0 %%Copyright: Copyright 1996-2011 Glyph & Cog, LLC /xpdf 75 dict def xpdf begin % PDF special state /pdfDictSize 15 def /pdfSetup { /setpagedevice where { pop 2 dict begin /Policies 1 dict dup begin /PageSize 6 def end def { /Duplex true def } if currentdict end setpagedevice } { pop } ifelse } def /pdfSetupPaper { 2 array astore /setpagedevice where { pop 2 dict begin /PageSize exch def /ImagingBBox null def currentdict end setpagedevice } { pop } ifelse } def /pdfStartPage { pdfDictSize dict begin /pdfFillCS [] def /pdfFillXform {} def /pdfStrokeCS [] def /pdfStrokeXform {} def /pdfFill [0] def /pdfStroke [0] def /pdfFillOP false def /pdfStrokeOP false def /pdfLastFill false def /pdfLastStroke false def /pdfTextMat [1 0 0 1 0 0] def /pdfFontSize 0 def /pdfCharSpacing 0 def /pdfTextRender 0 def /pdfTextRise 0 def /pdfWordSpacing 0 def /pdfHorizScaling 1 def /pdfTextClipPath [] def } def /pdfEndPage { end } def % PDF color state /cs { /pdfFillXform exch def dup /pdfFillCS exch def setcolorspace } def /CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def setcolorspace } def /sc { pdfLastFill not { pdfFillCS setcolorspace } if dup /pdfFill exch def aload pop pdfFillXform setcolor /pdfLastFill true def /pdfLastStroke false def } def /SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if dup /pdfStroke exch def aload pop pdfStrokeXform setcolor /pdfLastStroke true def /pdfLastFill false def } def /op { /pdfFillOP exch def pdfLastFill { pdfFillOP setoverprint } if } def /OP { /pdfStrokeOP exch def pdfLastStroke { pdfStrokeOP setoverprint } if } def /fCol { pdfLastFill not { pdfFillCS setcolorspace pdfFill aload pop pdfFillXform setcolor pdfFillOP setoverprint /pdfLastFill true def /pdfLastStroke false def } if } def /sCol { pdfLastStroke not { pdfStrokeCS setcolorspace pdfStroke aload pop pdfStrokeXform setcolor pdfStrokeOP setoverprint /pdfLastStroke true def /pdfLastFill false def } if } def % build a font /pdfMakeFont { 4 3 roll findfont 4 2 roll matrix scale makefont dup length dict begin { 1 index /FID ne { def } { pop pop } ifelse } forall /Encoding exch def currentdict end definefont pop } def /pdfMakeFont16 { exch findfont dup length dict begin { 1 index /FID ne { def } { pop pop } ifelse } forall /WMode exch def currentdict end definefont pop } def % graphics state operators /q { gsave pdfDictSize dict begin } def /Q { end grestore /pdfLastFill where { pop pdfLastFill { pdfFillOP setoverprint } { pdfStrokeOP setoverprint } ifelse } if } def /cm { concat } def /d { setdash } def /i { setflat } def /j { setlinejoin } def /J { setlinecap } def /M { setmiterlimit } def /w { setlinewidth } def % path segment operators /m { moveto } def /l { lineto } def /c { curveto } def /re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto neg 0 rlineto closepath } def /h { closepath } def % path painting operators /S { sCol stroke } def /Sf { fCol stroke } def /f { fCol fill } def /f* { fCol eofill } def % clipping operators /W { clip newpath } def /W* { eoclip newpath } def /Ws { strokepath clip newpath } def % text state operators /Tc { /pdfCharSpacing exch def } def /Tf { dup /pdfFontSize exch def dup pdfHorizScaling mul exch matrix scale pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put exch findfont exch makefont setfont } def /Tr { /pdfTextRender exch def } def /Ts { /pdfTextRise exch def } def /Tw { /pdfWordSpacing exch def } def /Tz { /pdfHorizScaling exch def } def % text positioning operators /Td { pdfTextMat transform moveto } def /Tm { /pdfTextMat exch def } def % text string operators /xyshow where { pop /xyshow2 { dup length array 0 2 2 index length 1 sub { 2 index 1 index 2 copy get 3 1 roll 1 add get pdfTextMat dtransform 4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put } for exch pop xyshow } def }{ /xyshow2 { currentfont /FontType get 0 eq { 0 2 3 index length 1 sub { currentpoint 4 index 3 index 2 getinterval show moveto 2 copy get 2 index 3 2 roll 1 add get pdfTextMat dtransform rmoveto } for } { 0 1 3 index length 1 sub { currentpoint 4 index 3 index 1 getinterval show moveto 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get pdfTextMat dtransform rmoveto } for } ifelse pop pop } def } ifelse /cshow where { pop /xycp { 0 3 2 roll { pop pop currentpoint 3 2 roll 1 string dup 0 4 3 roll put false charpath moveto 2 copy get 2 index 2 index 1 add get pdfTextMat dtransform rmoveto 2 add } exch cshow pop pop } def }{ /xycp { currentfont /FontType get 0 eq { 0 2 3 index length 1 sub { currentpoint 4 index 3 index 2 getinterval false charpath moveto 2 copy get 2 index 3 2 roll 1 add get pdfTextMat dtransform rmoveto } for } { 0 1 3 index length 1 sub { currentpoint 4 index 3 index 1 getinterval false charpath moveto 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get pdfTextMat dtransform rmoveto } for } ifelse pop pop } def } ifelse /Tj { fCol 0 pdfTextRise pdfTextMat dtransform rmoveto currentpoint 4 2 roll pdfTextRender 1 and 0 eq { 2 copy xyshow2 } if pdfTextRender 3 and dup 1 eq exch 2 eq or { 3 index 3 index moveto 2 copy currentfont /FontType get 3 eq { fCol } { sCol } ifelse xycp currentpoint stroke moveto } if pdfTextRender 4 and 0 ne { 4 2 roll moveto xycp /pdfTextClipPath [ pdfTextClipPath aload pop {/moveto cvx} {/lineto cvx} {/curveto cvx} {/closepath cvx} pathforall ] def currentpoint newpath moveto } { pop pop pop pop } ifelse 0 pdfTextRise neg pdfTextMat dtransform rmoveto } def /TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0 pdfTextMat dtransform rmoveto } def /TJmV { 0.001 mul pdfFontSize mul neg 0 exch pdfTextMat dtransform rmoveto } def /Tclip { pdfTextClipPath cvx exec clip newpath /pdfTextClipPath [] def } def % Level 2/3 image operators /pdfImBuf 100 string def /pdfImStr { 2 copy exch length lt { 2 copy get exch 1 add exch } { () } ifelse } def /skipEOD { { currentfile pdfImBuf readline not { pop exit } if (%-EOD-) eq { exit } if } loop } def /pdfIm { image skipEOD } def /pdfImM { fCol imagemask skipEOD } def /pr { 2 index 2 index 3 2 roll putinterval 4 add } def /pdfImClip { gsave 0 2 4 index length 1 sub { dup 4 index exch 2 copy get 5 index div put 1 add 3 index exch 2 copy get 3 index div put } for pop pop rectclip } def /pdfImClipEnd { grestore } def % shading operators /colordelta { false 0 1 3 index length 1 sub { dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt { pop true } if } for exch pop exch pop } def /funcCol { func n array astore } def /funcSH { dup 0 eq { true } { dup 6 eq { false } { 4 index 4 index funcCol dup 6 index 4 index funcCol dup 3 1 roll colordelta 3 1 roll 5 index 5 index funcCol dup 3 1 roll colordelta 3 1 roll 6 index 8 index funcCol dup 3 1 roll colordelta 3 1 roll colordelta or or or } ifelse } ifelse { 1 add 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch 6 index 6 index 4 index 4 index 4 index funcSH 2 index 6 index 6 index 4 index 4 index funcSH 6 index 2 index 4 index 6 index 4 index funcSH 5 3 roll 3 2 roll funcSH pop pop } { pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul funcCol sc dup 4 index exch mat transform m 3 index 3 index mat transform l 1 index 3 index mat transform l mat transform l pop pop h f* } ifelse } def /axialCol { dup 0 lt { pop t0 } { dup 1 gt { pop t1 } { dt mul t0 add } ifelse } ifelse func n array astore } def /axialSH { dup 2 lt { true } { dup 8 eq { false } { 2 index axialCol 2 index axialCol colordelta } ifelse } ifelse { 1 add 3 1 roll 2 copy add 0.5 mul dup 4 3 roll exch 4 index axialSH exch 3 2 roll axialSH } { pop 2 copy add 0.5 mul axialCol sc exch dup dx mul x0 add exch dy mul y0 add 3 2 roll dup dx mul x0 add exch dy mul y0 add dx abs dy abs ge { 2 copy yMin sub dy mul dx div add yMin m yMax sub dy mul dx div add yMax l 2 copy yMax sub dy mul dx div add yMax l yMin sub dy mul dx div add yMin l h f* } { exch 2 copy xMin sub dx mul dy div add xMin exch m xMax sub dx mul dy div add xMax exch l exch 2 copy xMax sub dx mul dy div add xMax exch l xMin sub dx mul dy div add xMin exch l h f* } ifelse } ifelse } def /radialCol { dup t0 lt { pop t0 } { dup t1 gt { pop t1 } if } ifelse func n array astore } def /radialSH { dup 0 eq { true } { dup 8 eq { false } { 2 index dt mul t0 add radialCol 2 index dt mul t0 add radialCol colordelta } ifelse } ifelse { 1 add 3 1 roll 2 copy add 0.5 mul dup 4 3 roll exch 4 index radialSH exch 3 2 roll radialSH } { pop 2 copy add 0.5 mul dt mul t0 add radialCol sc encl { exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add 0 360 arc h dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add 360 0 arcn h f } { 2 copy dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a1 a2 arcn dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a2 a1 arcn h dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a1 a2 arc dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a2 a1 arc h f } ifelse } ifelse } def end %%EndResource %%EndProlog %%BeginSetup xpdf begin %%EndSetup pdfStartPage [] 0 d 1 i 0 j 0 J 10 M 1 w /DeviceGray {} cs [0] sc /DeviceGray {} CS [0] SC false op false OP {} settransfer 0 0 255.196 74.044 re W q q 1 i -279.324 -576.26 m 24720.676 -576.26 l 24720.676 24423.74 l -279.324 24423.74 l W 0.059998 0 255.24 74.04 re W /DeviceGray {} cs [0] sc false op false OP 225.986 47.138 3.4563 3.5281 re f 235.418 47.138 3.4563 3.5281 re f q [1 0 0 1 182.354 26.906] cm 0 0 m -4.464 8.712 l -2.52 9.36 -0.864 11.16 -0.864 13.968 c -0.864 17.28 -3.24 20.088 -7.344 20.088 c -15.192 20.088 l -15.192 0 l -11.304 0 l -11.304 8.064 l -8.496 8.064 l -4.536 0 l 0 0 l h -4.752 13.968 m -4.752 12.384 -5.904 11.304 -7.56 11.304 c -11.304 11.304 l -11.304 16.632 l -7.56 16.632 l -5.904 16.632 -4.752 15.48 -4.752 13.968 c f* Q q [1 0 0 1 241.25 26.906] cm 0 0 m -7.344 20.088 l -10.368 20.088 l -17.712 0 l -13.608 0 l -12.384 3.6 l -5.256 3.6 l -4.104 0 l 0 0 l h -6.336 6.912 m -11.304 6.912 l -8.784 14.184 l -6.336 6.912 l f* Q q [1 0 0 1 100.058 33.818] cm 0 0 m 0 13.176 l -3.888 13.176 l -3.888 0.144 l -3.888 -2.16 -5.328 -3.528 -7.416 -3.528 c -9.504 -3.528 -10.872 -2.16 -10.872 0.144 c -10.872 13.176 l -14.76 13.176 l -14.76 0 l -14.76 -4.248 -11.52 -7.056 -7.416 -7.056 c -3.312 -7.056 0 -4.248 0 0 c f* Q q [1 0 0 1 120.002 26.906] cm 0 0 m 0 20.088 l -3.96 20.088 l -3.96 7.848 l -11.88 20.088 l -15.408 20.088 l -15.408 0 l -11.448 0 l -11.448 12.384 l -3.528 0 l 0 0 l f* Q 124.682 26.906 3.9602 20.088 re f q [1 0 0 1 147.434 46.994] cm 0 0 m -4.104 0 l -8.136 -13.032 l -12.168 0 l -16.2 0 l -9.576 -20.088 l -6.696 -20.088 l 0 0 l f* Q q [1 0 0 1 163.202 26.978] cm 0 0 m 0 3.456 l -9.288 3.456 l -9.288 8.352 l -1.368 8.352 l -1.368 11.808 l -9.288 11.808 l -9.288 16.56 l 0 16.56 l 0 20.016 l -13.176 20.016 l -13.176 0 l 0 0 l f* Q q [1 0 0 1 198.698 32.882] cm 0 0 m 0 1.728 -0.504 3.24 -1.584 4.248 c -2.376 5.04 -3.528 5.544 -5.4 5.76 c -7.776 6.12 l -8.568 6.264 -9.216 6.552 -9.648 6.912 c -10.008 7.272 -10.224 7.848 -10.224 8.352 c -10.224 9.72 -9.216 10.872 -7.128 10.872 c -5.76 10.872 -4.248 10.728 -3.024 9.504 c -0.504 11.952 l -2.232 13.608 -4.248 14.328 -6.984 14.328 c -11.304 14.328 -13.968 11.808 -13.968 8.208 c -13.968 6.552 -13.536 5.256 -12.528 4.248 c -11.664 3.384 -10.368 2.88 -8.64 2.592 c -6.264 2.232 l -5.328 2.088 -4.824 1.944 -4.464 1.584 c -4.032 1.152 -3.816 0.576 -3.816 -0.144 c -3.816 -1.728 -5.112 -2.592 -7.416 -2.592 c -9.216 -2.592 -10.944 -2.16 -12.24 -0.936 c -14.76 -3.456 l -12.816 -5.472 -10.512 -6.12 -7.416 -6.12 c -3.24 -6.12 0 -3.888 0 0 c f* Q 202.514 26.906 3.8879 20.088 re f q [1 0 0 1 224.186 43.538] cm 0 0 m 0 3.456 l -14.4 3.456 l -14.4 0 l -9.144 0 l -9.144 -16.56 l -5.256 -16.56 l -5.256 0 l 0 0 l f* Q q [1 0 0 1 255.074 43.538] cm 0 0 m 0 3.456 l -14.4 3.456 l -14.4 0 l -9.144 0 l -9.144 -16.632 l -5.256 -16.632 l -5.256 0 l 0 0 l f* Q q [1 0 0 1 99.842 10.345] cm 0 0 m 0 3.024 0.288 5.76 -2.016 7.992 c -3.312 9.36 -5.184 9.936 -7.272 9.936 c -14.544 9.936 l -14.544 -10.152 l -7.272 -10.152 l -5.184 -10.152 -3.312 -9.576 -2.016 -8.208 c 0.288 -5.976 0 -3.024 0 0 c h -3.888 0 m -3.888 -3.096 -4.032 -4.536 -4.752 -5.4 c -5.4 -6.192 -6.336 -6.624 -7.632 -6.624 c -10.584 -6.624 l -10.584 6.408 l -7.632 6.408 l -6.336 6.408 -5.4 5.976 -4.752 5.184 c -4.032 4.32 -3.888 3.024 -3.888 0 c f* Q q [1 0 0 1 119.21 0.19418] cm 0 0 m -4.464 8.64 l -2.52 9.36 -0.792 11.088 -0.792 13.896 c -0.792 17.28 -3.24 20.088 -7.344 20.088 c -15.192 20.088 l -15.192 0 l -11.304 0 l -11.304 7.992 l -8.424 7.992 l -4.536 0 l 0 0 l h -4.752 13.896 m -4.752 12.384 -5.832 11.304 -7.56 11.304 c -11.304 11.304 l -11.304 16.56 l -7.56 16.56 l -5.832 16.56 -4.752 15.48 -4.752 13.896 c f* Q q [1 0 0 1 135.842 0.19418] cm 0 0 m 0 3.528 l -9.36 3.528 l -9.36 8.352 l -1.44 8.352 l -1.44 11.88 l -9.36 11.88 l -9.36 16.56 l 0 16.56 l 0 20.088 l -13.248 20.088 l -13.248 0 l 0 0 l f* Q q [1 0 0 1 152.762 6.0982] cm 0 0 m 0 1.8 -0.504 3.24 -1.584 4.248 c -2.448 5.04 -3.6 5.544 -5.4 5.832 c -7.776 6.192 l -8.568 6.264 -9.216 6.624 -9.648 6.984 c -10.08 7.344 -10.224 7.92 -10.224 8.424 c -10.224 9.792 -9.216 10.944 -7.128 10.944 c -5.832 10.944 -4.248 10.728 -3.024 9.576 c -0.504 12.024 l -2.232 13.68 -4.248 14.328 -6.984 14.328 c -11.376 14.328 -13.968 11.808 -13.968 8.28 c -13.968 6.552 -13.536 5.256 -12.6 4.32 c -11.664 3.456 -10.368 2.88 -8.64 2.664 c -6.264 2.304 l -5.328 2.16 -4.896 1.944 -4.464 1.584 c -4.032 1.224 -3.888 0.648 -3.888 -0.072 c -3.888 -1.728 -5.112 -2.592 -7.416 -2.592 c -9.288 -2.592 -11.016 -2.16 -12.24 -0.864 c -14.76 -3.384 l -12.816 -5.4 -10.512 -6.048 -7.488 -6.048 c -3.24 -6.048 0 -3.888 0 0 c f* Q q [1 0 0 1 171.122 10.345] cm 0 0 m 0 3.024 0.216 5.76 -2.016 7.992 c -3.312 9.36 -5.256 9.936 -7.344 9.936 c -14.544 9.936 l -14.544 -10.152 l -7.344 -10.152 l -5.256 -10.152 -3.312 -9.576 -2.016 -8.208 c 0.216 -5.976 0 -3.024 0 0 c h -3.888 0 m -3.888 -3.096 -4.032 -4.536 -4.752 -5.4 c -5.4 -6.192 -6.336 -6.624 -7.704 -6.624 c -10.656 -6.624 l -10.656 6.408 l -7.704 6.408 l -6.336 6.408 -5.4 5.976 -4.752 5.184 c -4.032 4.32 -3.888 3.024 -3.888 0 c f* Q q [1 0 0 1 188.474 0.19418] cm 0 0 m 0 3.528 l -9.288 3.528 l -9.288 8.352 l -1.368 8.352 l -1.368 11.88 l -9.288 11.88 l -9.288 16.56 l 0 16.56 l 0 20.088 l -13.176 20.088 l -13.176 0 l 0 0 l f* Q q [1 0 0 1 207.842 0.19418] cm 0 0 m 0 20.088 l -3.96 20.088 l -3.96 7.776 l -11.88 20.088 l -15.408 20.088 l -15.408 0 l -11.448 0 l -11.448 12.312 l -3.528 0 l 0 0 l f* Q q [1 0 0 1 99.698 70.322] cm 0 0 m 0 3.456 l -14.4 3.456 l -14.4 0 l -9.144 0 l -9.144 -16.56 l -5.256 -16.56 l -5.256 0 l 0 0 l f* Q q [1 0 0 1 116.546 53.761] cm 0 0 m 0 3.456 l -9.36 3.456 l -9.36 8.352 l -1.44 8.352 l -1.44 11.808 l -9.36 11.808 l -9.36 16.56 l 0 16.56 l 0 20.016 l -13.248 20.016 l -13.248 0 l 0 0 l f* Q q [1 0 0 1 134.762 59.882] cm 0 0 m -3.96 0 l -4.392 -1.584 -5.4 -2.808 -7.344 -2.808 c -8.424 -2.808 -9.288 -2.448 -9.864 -1.8 c -10.656 -0.936 -10.872 0 -10.872 3.888 c -10.872 7.776 -10.656 8.712 -9.864 9.576 c -9.288 10.224 -8.424 10.584 -7.344 10.584 c -5.4 10.584 -4.392 9.36 -3.96 7.776 c 0 7.776 l -0.72 11.952 -3.672 14.112 -7.416 14.112 c -9.576 14.112 -11.376 13.32 -12.816 11.88 c -14.832 9.864 -14.76 7.344 -14.76 3.888 c -14.76 0.432 -14.832 -2.088 -12.816 -4.104 c -11.376 -5.544 -9.576 -6.336 -7.416 -6.336 c -3.672 -6.336 -0.72 -4.176 0 0 c f* Q q [1 0 0 1 153.05 53.761] cm 0 0 m 0 20.016 l -3.888 20.016 l -3.888 11.808 l -10.728 11.808 l -10.728 20.016 l -14.616 20.016 l -14.616 0 l -10.728 0 l -10.728 8.352 l -3.888 8.352 l -3.888 0 l 0 0 l f* Q q [1 0 0 1 173.426 53.761] cm 0 0 m 0 20.016 l -3.888 20.016 l -3.888 7.776 l -11.88 20.016 l -15.336 20.016 l -15.336 0 l -11.448 0 l -11.448 12.312 l -3.456 0 l 0 0 l f* Q 178.466 53.761 3.8879 20.016 re f q [1 0 0 1 200.354 59.666] cm 0 0 m 0 1.728 -0.504 3.24 -1.584 4.248 c -2.376 5.04 -3.528 5.544 -5.4 5.76 c -7.776 6.12 l -8.568 6.264 -9.216 6.552 -9.648 6.912 c -10.008 7.344 -10.224 7.848 -10.224 8.352 c -10.224 9.72 -9.216 10.872 -7.128 10.872 c -5.76 10.872 -4.248 10.728 -3.024 9.504 c -0.504 11.952 l -2.232 13.608 -4.248 14.328 -6.984 14.328 c -11.304 14.328 -13.968 11.808 -13.968 8.208 c -13.968 6.552 -13.536 5.256 -12.528 4.248 c -11.664 3.384 -10.368 2.88 -8.64 2.592 c -6.264 2.232 l -5.328 2.088 -4.824 1.944 -4.464 1.584 c -4.032 1.152 -3.816 0.576 -3.816 -0.144 c -3.816 -1.728 -5.112 -2.592 -7.416 -2.592 c -9.216 -2.592 -10.944 -2.16 -12.24 -0.936 c -14.76 -3.456 l -12.816 -5.472 -10.512 -6.12 -7.416 -6.12 c -3.24 -6.12 0 -3.888 0 0 c f* Q q [1 0 0 1 218.498 59.882] cm 0 0 m -3.96 0 l -4.32 -1.584 -5.4 -2.808 -7.344 -2.808 c -8.424 -2.808 -9.288 -2.448 -9.864 -1.8 c -10.584 -0.936 -10.8 0 -10.8 3.888 c -10.8 7.776 -10.584 8.712 -9.864 9.576 c -9.288 10.224 -8.424 10.584 -7.344 10.584 c -5.4 10.584 -4.32 9.36 -3.96 7.776 c 0 7.776 l -0.72 11.952 -3.6 14.112 -7.344 14.112 c -9.576 14.112 -11.376 13.32 -12.816 11.88 c -14.832 9.864 -14.76 7.344 -14.76 3.888 c -14.76 0.432 -14.832 -2.088 -12.816 -4.104 c -11.376 -5.544 -9.576 -6.336 -7.344 -6.336 c -3.672 -6.336 -0.72 -4.176 0 0 c f* Q q [1 0 0 1 236.786 53.761] cm 0 0 m 0 20.016 l -3.888 20.016 l -3.888 11.808 l -10.656 11.808 l -10.656 20.016 l -14.616 20.016 l -14.616 0 l -10.656 0 l -10.656 8.352 l -3.888 8.352 l -3.888 0 l 0 0 l f* Q q [1 0 0 1 255.146 53.761] cm 0 0 m 0 3.456 l -9.36 3.456 l -9.36 8.352 l -1.44 8.352 l -1.44 11.808 l -9.36 11.808 l -9.36 16.56 l 0 16.56 l 0 20.016 l -13.248 20.016 l -13.248 0 l 0 0 l f* Q q [1 0 0 1 4.5138 44.761] cm 0 0 m 20.088 0 l 20.088 -23.4 l 44.64 -23.4 l 44.64 0 l 64.656 0 l 64.656 -20.52 l 45.072 -40.104 l 19.584 -40.104 l 0 -20.52 l 0 0 l h 62.496 -2.231 m 46.872 -2.231 l 46.872 -25.631 l 17.856 -25.631 l 17.856 -2.231 l 2.232 -2.231 l 2.232 -19.655 l 20.52 -37.871 l 44.208 -37.871 l 62.424 -19.655 l 62.496 -2.231 l h 62.064 4.465 m 44.208 22.321 l 20.52 22.321 l 2.664 4.465 l 24.552 4.465 l 24.552 -18.935 l 40.176 -18.935 l 40.176 4.465 l 62.064 4.465 l h 64.656 2.233 m 42.408 2.233 l 42.408 -21.167 l 22.32 -21.167 l 22.32 2.233 l 0 2.233 l 0 4.969 l 19.584 24.553 l 45.072 24.553 l 64.656 4.969 l 64.656 2.233 l h -4.464 6.697 m -4.464 -22.247 l 17.856 -44.567 l 46.872 -44.567 l 69.12 -22.247 l 69.12 6.697 l 46.872 29.017 l 17.856 29.017 l -4.464 6.697 l h -2.232 5.833 m -2.232 -21.383 l 18.72 -42.335 l 45.936 -42.335 l 66.888 -21.383 l 66.888 5.833 l 45.936 26.785 l 18.72 26.785 l -2.232 5.833 l f* Q Q Q showpage %%PageTrailer pdfEndPage %%Trailer end %%DocumentSuppliedResources: %%EOF