%!PS-Adobe-3.0 EPSF-3.0 %Produced by poppler pdftops version: 0.44.0 (http://poppler.freedesktop.org) %%Creator: dvips(k) 5.996 Copyright 2016 Radical Eye Software %%LanguageLevel: 2 %%DocumentSuppliedResources: (atend) %%BoundingBox: 0 0 199 91 %%HiResBoundingBox: 0 0 198.43 90.71 %%DocumentSuppliedResources: (atend) %%EndComments %%BeginProlog %%BeginResource: procset xpdf 3.00 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 { % Change paper size, but only if different from previous paper size otherwise % duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size % so we use the same when checking if the size changes. /setpagedevice where { pop currentpagedevice /PageSize known { 2 copy currentpagedevice /PageSize get aload pop exch 4 1 roll sub abs 5 gt 3 1 roll sub abs 5 gt or } { true } ifelse { 2 array astore 2 dict begin /PageSize exch def /ImagingBBox null def currentdict end setpagedevice } { pop pop } ifelse } { 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 /pdfPatternCS false 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 /Tp { /pdfPatternCS 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 /Tclip* { pdfTextClipPath cvx exec eoclip 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 0 eq { 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 %%BeginResource: font CMMI10 %!FontType1-1.0: CMMI10 12 dict begin /FontInfo 10 dict dup begin /Notice (Copyright \(c\) 1997, 2009 American Mathematical Society \(\), with Reserved Font Name CMMI10.) readonly def /FullName (CMMI10) readonly def /FamilyName (Computer Modern) readonly def /isFixedPitch false def /ItalicAngle 0 def /UnderlinePosition 0 def /UnderlineThickness 0 def end readonly def /FontName /CMMI10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /FontBBox [-13 -205 397 661] readonly def /StrokeWidth 0 def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 105 /i put dup 106 /j put readonly def currentdict end currentfile eexec 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6 FA6B0AF338BD4E48F0725231082677B732A77EB82990054EA9B8EE8CD3563182 414C502E54107771AD3FA1A83C6B20944BE4585429032B89FA2D998C086BCDD3 0C4148C977FA3A127EBCAE704403B09ADEC4EC5ABF9CC265D1BE96F6BB185615 2C7752D071C882E04DB8E4EC733415FE7A914FB249223B9400669CF49633C08B 99FAD618F57398AD926204136F80E7DC8B3A2EEE71C432F682C796ECE5C716FD 706ACB310EAF2B16E2BA0DC4E5D1A6EEF236B8966FDE68E13C53498690939892 0FEFC7FC2D59E44CD44518DF7E8468BD25F9C865829778CB6952F25B4ED06857 4D8C755150690589C6CAE5FE3FB1861D6BA3BE557D5CBC6080D64D53E69948A5 2681465C2CE9809CAB1484D5B1384D1A57F5EB2FCD230809BC5CC4649637D7AF 773C2DBED50A5B51EB297144A7B2F2A2AA3071164CE6878B594A2F7A977607D4 7A6867B9E8E50EB4492B72502937B05AB1B6324D772585A895DDC62226C700AD A3D0D2C71CACF9270D87F3B27779B282FF2709708D56D4241DBD0BB174FC022C E25A1155A3D9391D9152EECBD7368C9535E1455517C66E16CAD3CA117276C70E 1B376A9167E543FA6227AFF7090B61E887BFADAE44F535F5652F4169A5A764F4 A7864B1A2406FA7099A72CD3445CB8CA46748EC91FC286A2077CDBD4C0E38060 2530F4F3C9DCF52C4CC55A72EB8CAF5C700611C030C522EF250A2A07865DBBAF 0FE6357FCA5C3E4F50175EEFC9DA3640940163165CDF16A76656836F04223DB6 112D76892771A7FF45FCC1248600A0B693B0EE3DDC9F5A535EEF0729B6DC048C 111AFEF7B3C0F10F2FB12CFDE82DCFDA46EB7698A8EB4181EFF2F2EE1646EA5D EB6A0671CAE0C43149F18BE80B3CF5B076C4336DF42BC27559D9D6AD7BDA0806 9487ADD2D2ADBA2C312766BFA10FE17E673C939668 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndResource /F10_0 /CMMI10 1 1 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/one/two/three/four/five/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/A/B/C/D/E/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /grave/a/b/c/d/e/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/bullet /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis /space/exclamdown/cent/sterling/currency/yen/brokenbar/section /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] pdfMakeFont %%BeginResource: font CMMI12 %!FontType1-1.0: CMMI12 12 dict begin /FontInfo 10 dict dup begin /Notice (Copyright \(c\) 1997, 2009 American Mathematical Society \(\), with Reserved Font Name CMMI12.) readonly def /FullName (CMMI12) readonly def /FamilyName (Computer Modern) readonly def /isFixedPitch false def /ItalicAngle 0 def /UnderlinePosition 0 def /UnderlineThickness 0 def end readonly def /FontName /CMMI12 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /FontBBox [0 0 874 683] readonly def /StrokeWidth 0 def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 75 /K put readonly def currentdict end currentfile eexec 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6 F95CB8F8CEBD4396C74A303DCB3A46C281B472F99892DCADA5FC6E4C2524AE72 569652A7D664B73CC839B5405D299F805DA5E9FE5C41F969093CFD7B26C9805B 6EC2DA5C4EA81C285458F5CCCDC02F82AC0E127BDB8F9E0A94383740D13431F8 554EF5B7648E7C56F5F38740D67CB57E0007961013F2F16CDB5BA3F5C1414F66 AECF5AFFA42AA51168B07908FD53D54A2CFEF17624741ECA22F7626685779285 64B68779A6853CB42599B94313A541C681EEFED78F3D36626170F4D60EA6F2E7 63C75FA2D35BDBFB56E1A94B2AF5C5FC4BC8F67755A2E60F88A670D1AB5A1E56 0D60C5A5EBD0B642C29917C5F0D0801451DFC109FCE4028E8228F3F9D2115E7E 1285F455365E25BBAA810A11D4021639998AF80F3AF88464ED4CF702B225F4AD 98A5CC158A0D935B36E4F416D383BDC8598747D9014574EAC74F7C86C8059ABF FAB212B29BA92A3D6FBB7B7B691D3E78B5EC93DEB42AAFEC39D759BF08B6AB2A E12CE72157F8015537616758FFB7F3EDA011D63C7022D6EB7E1505120513729C 3D41AC1A36234D7EA618800DE40B92FE5EA34EE01132C89F81DC78DAA9EDC84C 0B90BC85F7EB7F6CAABA0B79063937EAF724ED936A1D2BC7C079FCD3235EF3AC ED091D921BDBE5F0FFBB784C42B3722201B896F41408F81411B22CA3154030F1 7891C7206EFCB70C95010C39E949A0E8E2C076DFE15880C762B78B174A374D3D D1CEF4E39E624A80FEBD0615BF84B7674D3639C6A215CF2724EEF8C37E7DCBA9 B969ADF08985BD761B9B052F3F628896AF9E483FFCCE29F84D25C104BD4E70E0 E67DBEA328AD9F0E0C941A3A42A98560D3A509E4352A6CCD088582B585693B46 20EF1912FA82701C77 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndResource /F8_0 /CMMI12 1 1 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/one/two/three/four/five/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/A/B/C/D/E/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /grave/a/b/c/d/e/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/bullet /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis /space/exclamdown/cent/sterling/currency/yen/brokenbar/section /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] pdfMakeFont %%EndSetup pdfStartPage %%EndPageSetup [] 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 198.43 90.71 re W q q [0.1 0 0 0.1 0 0] cm 7.97011 w /DeviceGray {} CS [0] SC 3.98438 453.543 m 3.98438 903.102 l 1980.27 903.102 l 1980.27 3.98438 l 3.98438 3.98438 l 3.98438 453.543 l h S /DeviceRGB {} cs [0.9004 0.9004 0.9004] sc 789.715 425.195 m 789.715 425.195 l 789.715 626.512 626.512 789.715 425.195 789.715 c 223.879 789.715 60.6758 626.512 60.6758 425.195 c 60.6758 223.879 223.879 60.6758 425.195 60.6758 c 626.512 60.6758 789.715 223.879 789.715 425.195 c f 1923.57 425.195 m 1923.57 425.195 l 1923.57 626.512 1760.37 789.715 1559.05 789.715 c 1357.74 789.715 1194.54 626.512 1194.54 425.195 c 1194.54 223.879 1357.74 60.6758 1559.05 60.6758 c 1760.37 60.6758 1923.57 223.879 1923.57 425.195 c f /DeviceRGB {} cs [0.2981 0.447 0.6894] sc 231.035 223.199 m 252.387 223.199 l 231.035 266.996 l 209.688 223.199 l 231.035 223.199 l f 429.461 129.656 m 450.809 129.656 l 429.461 173.453 l 408.113 129.656 l 429.461 129.656 l f 241.363 319.188 m 262.711 319.188 l 241.363 362.984 l 220.012 319.188 l 241.363 319.188 l f 232.578 420.816 m 253.926 420.816 l 232.578 464.613 l 211.23 420.816 l 232.578 420.816 l f 228.191 637.859 m 249.539 637.859 l 228.191 681.656 l 206.844 637.859 l 228.191 637.859 l f 335.465 224.234 m 356.813 224.234 l 335.465 268.031 l 314.113 224.234 l 335.465 224.234 l f 314.715 443.668 m 336.063 443.668 l 314.715 487.465 l 293.367 443.668 l 314.715 443.668 l f 313.746 618.813 m 335.094 618.813 l 313.746 662.609 l 292.398 618.813 l 313.746 618.813 l f 423.434 334.023 m 444.781 334.023 l 423.434 377.82 l 402.082 334.023 l 423.434 334.023 l f 435.035 535.328 m 456.387 535.328 l 435.035 579.125 l 413.688 535.328 l 435.035 535.328 l f 429.008 720.285 m 450.355 720.285 l 429.008 764.082 l 407.66 720.285 l 429.008 720.285 l f 525.641 239.547 m 546.988 239.547 l 525.641 283.344 l 504.293 239.547 l 525.641 239.547 l f 531.309 315.184 m 552.656 315.184 l 531.309 358.98 l 509.961 315.184 l 531.309 315.184 l f 530.879 523.406 m 552.227 523.406 l 530.879 567.199 l 509.527 523.406 l 530.879 523.406 l f 511.375 626.156 m 532.723 626.156 l 511.375 669.953 l 490.027 626.156 l 511.375 626.156 l f 613.832 235.566 m 635.18 235.566 l 613.832 279.363 l 592.484 235.566 l 613.832 235.566 l f 612.227 429.793 m 633.578 429.793 l 612.227 473.586 l 590.879 429.793 l 612.227 429.793 l f 614.406 534.629 m 635.758 534.629 l 614.406 578.426 l 593.059 534.629 l 614.406 534.629 l f 727.383 422.09 m 748.73 422.09 l 727.383 465.883 l 706.031 422.09 l 727.383 422.09 l f 1239.25 430.574 m 1260.59 430.574 l 1239.25 474.371 l 1217.89 430.574 l 1239.25 430.574 l f 1349.16 362.551 m 1370.5 362.551 l 1349.16 406.348 l 1327.8 362.551 l 1349.16 362.551 l f 1378.79 550.305 m 1400.14 550.305 l 1378.79 594.102 l 1357.45 550.305 l 1378.79 550.305 l f 1464.82 216.941 m 1486.17 216.941 l 1464.82 260.738 l 1443.47 216.941 l 1464.82 216.941 l f 1463.52 646.875 m 1484.86 646.875 l 1463.52 690.672 l 1442.17 646.875 l 1463.52 646.875 l f 1576.62 308.641 m 1597.97 308.641 l 1576.62 352.434 l 1555.27 308.641 l 1576.62 308.641 l f 1539.46 747.492 m 1560.81 747.492 l 1539.46 791.285 l 1518.12 747.492 l 1539.46 747.492 l f 1650.46 209.75 m 1671.81 209.75 l 1650.46 253.547 l 1629.11 209.75 l 1650.46 209.75 l f 1758.77 320.453 m 1780.12 320.453 l 1758.77 364.246 l 1737.42 320.453 l 1758.77 320.453 l f 1775.37 644.805 m 1796.72 644.805 l 1775.37 688.598 l 1754.02 644.805 l 1775.37 644.805 l f 1835.83 411.988 m 1857.18 411.988 l 1835.83 455.785 l 1814.48 411.988 l 1835.83 411.988 l f /DeviceRGB {} cs [1 0.623 0.6035] sc 1214.91 547.086 m 1214.91 547.086 l 1214.91 607.504 1191.31 656.484 1162.21 656.484 c 1133.1 656.484 1109.5 607.504 1109.5 547.086 c 1109.5 486.668 1133.1 437.684 1162.21 437.684 c 1191.31 437.684 1214.91 486.668 1214.91 547.086 c f 1214.91 127.559 m 1214.91 127.559 l 1214.91 187.977 1191.31 236.957 1162.21 236.957 c 1133.1 236.957 1109.5 187.977 1109.5 127.559 c 1109.5 67.1406 1133.1 18.1602 1162.21 18.1602 c 1191.31 18.1602 1214.91 67.1406 1214.91 127.559 c f /DeviceGray {} cs [0] sc 1426.88 184.309 m 1464.82 212.957 l 1419.14 226.113 l 1439.73 208.309 l f 5.67044 w 429.008 716.301 m 1020.47 737.008 651.969 62.3633 1439.73 208.309 c S 1427.95 611.352 m 1463.52 642.891 l 1416.95 652.422 l 1438.88 636.289 l f 429.008 716.301 m 776.438 716.301 1127.92 552.969 1438.88 636.289 c S 1438.63 173.289 m 1464.82 212.957 l 1417.37 210.109 l 1442.73 200.203 l f 613.832 231.582 m 881.785 134.055 1217.87 70.3828 1442.73 200.203 c S 1427.95 611.352 m 1463.52 642.891 l 1416.95 652.422 l 1438.88 636.289 l f 613.832 231.582 m 930.074 231.582 1158.05 561.043 1438.88 636.289 c S 1203.68 395.051 m 1239.25 426.59 l 1192.67 436.121 l 1214.6 419.988 l f 2.83298 w 613.832 231.582 m 829.961 193.473 1027.26 369.789 1214.6 419.988 c S 1438.63 173.289 m 1464.82 212.957 l 1417.37 210.109 l 1442.73 200.203 l f 5.67044 w 335.465 220.25 m 663.117 31.0781 1137.16 23.7852 1442.73 200.203 c S 1438.63 173.289 m 1464.82 212.957 l 1417.37 210.109 l 1442.73 200.203 l f 231.035 219.215 m 496.715 -97.4063 1106.87 6.29688 1442.73 200.203 c S 1438.63 173.289 m 1464.82 212.957 l 1417.37 210.109 l 1442.73 200.203 l f 429.461 125.672 m 744.926 -21.4297 1163.38 38.918 1442.73 200.203 c S 1427.95 611.352 m 1463.52 642.891 l 1416.95 652.422 l 1438.88 636.289 l f 727.383 418.102 m 985.227 418.102 1214.46 576.156 1438.88 636.289 c S 1427.95 611.352 m 1463.52 642.891 l 1416.95 652.422 l 1438.88 636.289 l f 614.406 530.645 m 884.031 432.508 1186.37 568.629 1438.88 636.289 c S 1313.59 327.027 m 1349.16 358.566 l 1302.58 368.094 l 1324.51 351.961 l f 2.83298 w 525.641 235.563 m 665.109 -6.00781 1079.72 286.371 1324.51 351.961 c S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 88.1457 79.3516] Tm 0 0 Td /F8_0 14.3462 Tf (K) [11.950385 0] Tj -0.113594 TJm 11.952 -2.16016 Td /F10_0 9.96264 Tf (i) [3.427148 0] Tj -0.186243 TJm (j) [4.094645 0] Tj -0.938565 TJm Q Q Q showpage %%PageTrailer pdfEndPage %%Trailer end %%DocumentSuppliedResources: %%+ font CMMI10 %%+ font CMMI12 %%EOF