summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/voss-mathmode/images/colArray.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/voss-mathmode/images/colArray.eps')
-rw-r--r--Master/texmf-dist/doc/latex/voss-mathmode/images/colArray.eps2856
1 files changed, 2856 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/voss-mathmode/images/colArray.eps b/Master/texmf-dist/doc/latex/voss-mathmode/images/colArray.eps
new file mode 100644
index 00000000000..2c35d1793f2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/voss-mathmode/images/colArray.eps
@@ -0,0 +1,2856 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: xpdf/pdftops 2.02pl1
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 390 189
+%%HiResBoundingBox: 0 0 389.54 188.63
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 2.02pl1 0
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 14 def
+/pdfSetup {
+ 3 1 roll 2 array astore
+ /setpagedevice where {
+ pop 3 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ /Policies 1 dict dup begin /PageSize 3 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFill [0] def
+ /pdfStroke [0] 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
+} def
+/pdfEndPage { end } def
+% separation convention operators
+/findcmykcustomcolor where {
+ pop
+}{
+ /findcmykcustomcolor { 5 array astore } def
+} ifelse
+/setcustomcolor where {
+ pop
+}{
+ /setcustomcolor {
+ exch
+ [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
+ 0 4 getinterval cvx
+ [ exch /dup load exch { mul exch dup } /forall load
+ /pop load dup ] cvx
+ ] setcolorspace setcolor
+ } def
+} ifelse
+/customcolorimage where {
+ pop
+}{
+ /customcolorimage {
+ gsave
+ [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
+ 0 4 getinterval
+ [ exch /dup load exch { mul exch dup } /forall load
+ /pop load dup ] cvx
+ ] setcolorspace
+ 10 dict begin
+ /ImageType 1 def
+ /DataSource exch def
+ /ImageMatrix exch def
+ /BitsPerComponent exch def
+ /Height exch def
+ /Width exch def
+ /Decode [1 0] def
+ currentdict end
+ image
+ grestore
+ } def
+} ifelse
+% PDF color state
+/sCol {
+ pdfLastStroke not {
+ pdfStroke aload length
+ dup 1 eq {
+ pop setgray
+ }{
+ dup 3 eq {
+ pop setrgbcolor
+ }{
+ 4 eq {
+ setcmykcolor
+ }{
+ findcmykcustomcolor exch setcustomcolor
+ } ifelse
+ } ifelse
+ } ifelse
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+/fCol {
+ pdfLastFill not {
+ pdfFill aload length
+ dup 1 eq {
+ pop setgray
+ }{
+ dup 3 eq {
+ pop setrgbcolor
+ }{
+ 4 eq {
+ setcmykcolor
+ }{
+ findcmykcustomcolor exch setcustomcolor
+ } ifelse
+ } ifelse
+ } ifelse
+ /pdfLastFill true def /pdfLastStroke 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
+/pdfMakeFont16L3 {
+ 1 index /CIDFont resourcestatus {
+ pop pop 1 index /CIDFont findresource /CIDFontType known
+ } {
+ false
+ } ifelse
+ {
+ 0 eq { /Identity-H } { /Identity-V } ifelse
+ exch 1 array astore composefont pop
+ } {
+ pdfMakeFont16
+ } ifelse
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q { end grestore } def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% color operators
+/g { dup 1 array astore /pdfFill exch def setgray
+ /pdfLastFill true def /pdfLastStroke false def } def
+/G { dup 1 array astore /pdfStroke exch def setgray
+ /pdfLastStroke true def /pdfLastFill false def } def
+/rg { 3 copy 3 array astore /pdfFill exch def setrgbcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/RG { 3 copy 3 array astore /pdfStroke exch def setrgbcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/k { 4 copy 4 array astore /pdfFill exch def setcmykcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/ck { 6 copy 6 array astore /pdfFill exch def
+ findcmykcustomcolor exch setcustomcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/CK { 6 copy 6 array astore /pdfStroke exch def
+ findcmykcustomcolor exch setcustomcolor
+ /pdfLastStroke true def /pdfLastFill false def } 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
+% 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
+/awcp { % awidthcharpath
+ exch {
+ 1 string dup 0 3 index put 2 index charpath
+ 3 index 3 index rmoveto
+ 4 index eq { 5 index 5 index rmoveto } if
+ } forall
+ 6 {pop} repeat
+} def
+/Tj { fCol
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ 1 index stringwidth pdfTextMat idtransform pop
+ sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll
+ currentpoint 8 2 roll
+ pdfTextRender 1 and 0 eq {
+ 6 copy awidthshow
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 8 6 roll moveto
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ false awcp currentpoint stroke moveto
+ } {
+ 8 {pop} repeat
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
+/Tj16 { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ 2 index stringwidth pdfTextMat idtransform pop
+ sub exch div
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll awidthshow
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
+/Tj16V { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ 2 index stringwidth pdfTextMat idtransform exch pop
+ sub exch div
+ 0 pdfWordSpacing pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing add 0 exch
+ pdfTextMat dtransform
+ 6 5 roll awidthshow
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
+/TJm { pdfFontSize 0.001 mul mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+% Level 1 image operators
+/pdfIm1 {
+ /pdfImBuf1 4 index string def
+ { currentfile pdfImBuf1 readhexstring pop } image
+} def
+/pdfIm1Sep {
+ /pdfImBuf1 4 index string def
+ /pdfImBuf2 4 index string def
+ /pdfImBuf3 4 index string def
+ /pdfImBuf4 4 index string def
+ { currentfile pdfImBuf1 readhexstring pop }
+ { currentfile pdfImBuf2 readhexstring pop }
+ { currentfile pdfImBuf3 readhexstring pop }
+ { currentfile pdfImBuf4 readhexstring pop }
+ true 4 colorimage
+} def
+/pdfImM1 {
+ /pdfImBuf1 4 index 7 add 8 idiv string def
+ { currentfile pdfImBuf1 readhexstring pop } imagemask
+} def
+% Level 2 image operators
+/pdfImBuf 100 string def
+/pdfIm {
+ image
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImSep {
+ findcmykcustomcolor exch
+ dup /Width get /pdfImBuf1 exch string def
+ dup /Decode get aload pop 1 index sub /pdfImDecodeRange exch def
+ /pdfImDecodeLow exch def
+ begin Width Height BitsPerComponent ImageMatrix DataSource end
+ /pdfImData exch def
+ { pdfImData pdfImBuf1 readstring pop
+ 0 1 2 index length 1 sub {
+ 1 index exch 2 copy get
+ pdfImDecodeRange mul 255 div pdfImDecodeLow add round cvi
+ 255 exch sub put
+ } for }
+ 6 5 roll customcolorimage
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImM {
+ fCol imagemask
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%BeginResource: font FGXNEI+CMEX10
+%!FontType1-1.0: FGXNEI+CMEX10
+11 dict begin
+/FontInfo 10 dict dup begin
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMEX10) readonly def
+/FamilyName (Computer Modern) readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/FontName /FGXNEI+CMEX10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [7 63776 659 40] readonly def
+/StrokeWidth 0 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 50 /bracketlefttp put
+dup 54 /bracketleftex put
+dup 52 /bracketleftbt put
+dup 51 /bracketrighttp put
+dup 55 /bracketrightex put
+dup 53 /bracketrightbt put
+readonly def
+currentdict end
+currentfile eexec
+5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
+BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
+368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
+BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
+1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
+1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE02D4556639B7
+6E51CEE5CA47176526577DCAD76AE67CCBE6C569E3C7ED7D84E3C4204A9BD722
+50873EA47333356890CAF4A15A424FD4B234FE7DDA0F0D863C346058F4BEFE04
+3E4F768D805687A004B13452E895B459ED4E7E3D00D71DE3B36DEEF78B66260B
+8C0108C27B385AA255B5F9F21F34B4E0E97A6C196B5530B656E80B32735A5236
+139BB8C47D6EB79D61BDF179B4B1F8D49461A22BBDE9291FD2B1CC422A4345C8
+C7E1C14B2A4747FFA7D56617B78A425B9532C933812BE51E236CA0E123AD7234
+9459840D2C05C10E35D1380519FCB9A0DD08DEF118264749B8C65005BD39FA71
+27C6B1427801223A24923A27F601DDD2C73F1722EBA3D878ADF3D628728744A8
+2BEBCC621729A9F9048FFE1C9F7BEEEDF314B45B5600B880DF842E731EA1C750
+0BC02BE4A2970886B606A337C2533E41678E509CA55C4D769A2C947623A71D51
+4BD6EF8CC32AEB8DC3AB64A169B8FCB6D1867D0143428ED2A5B60E870486A06B
+FE4202AE7E10919CA6E42792CEB8906BEB5E589F61A1E0D4113AC2E617FD06B7
+0900F12FF3F7292A2621510928932E647456588E4C0821987A7E2C5AAF5A3308
+9D548D1F805C0943CE79B06FB75D3A92438B4DA5DA52CA4C02D148FB66EE55A2
+1E1F444B700F8C9C8F4EB07E3D44E9B2EEE7DB7E15CF0DAC8E385F2ECA975E7A
+95B1BED8E5FB1ADF5E91226903B6EC0DAEE3452F7956F621260EE9FF63AB2BBC
+962C25F65C69EDB56DE33D2389792E4939DB5E4A61D4313483A93586B570B925
+3DB8B56117A3E0D0677F6865A2C81AE7D40751471820B3A133973F213C391A57
+5A5D282B70CA0C22DEFAD4A251920DCBCFBE21703C45403C782D8EA736709C14
+16F2F73D094E1AA95ED1F0AB0A38641593A3D756455A2C7E6B363129869CBC89
+244132C3EB01A7A3F0562A0407BF498DE26E13C04047909D4DBFD1F48435F320
+D2EDA65DD7DFE28B21A6217E8E56885D88D2DABDEF5F60EEF16AB38EF4269351
+5683DD89EDAE81184157F06B3F4F90FE45CE58783B5ABC8530EE007406C16E13
+19C87A0671B1417F6C1AC21F5484CD43A5B33F08AE45CEA1682D582D431DD5D4
+9286E1EFBD889EA5A5003D1B7F46145095C7
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F10_0 /FGXNEI+CMEX10 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
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/bracketlefttp/bracketrighttp/bracketleftbt/bracketrightbt/bracketleftex/bracketrightex
+ /.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
+ /.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
+ /.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
+ /.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
+ /.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
+ /.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
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font TPVOAW+CMSY8
+%!FontType1-1.0: TPVOAW+CMSY8
+11 dict begin
+/FontInfo 10 dict dup begin
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMSY8) readonly def
+/FamilyName (Computer Modern) readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/FontName /TPVOAW+CMSY8 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [0 -7 669 507] readonly def
+/StrokeWidth 0 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 2 /multiply put
+dup 163 /multiply put
+readonly def
+currentdict end
+currentfile eexec
+5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
+BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
+368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
+BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
+1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
+1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE02D4556639B7
+6E51CEE5CA47176526577DCAD330986D3F10AF7B211765AF9751A064CB337B01
+56656DD95332590218B3675BDDD91DCA09CDF3C789636C6F792A396FE19645F2
+1B1867D6097F650D34C6B6C3368CE921E515344B1C5452C05252140DA29D404D
+3D9CBCDAAE6E43FC6B07AFDED6F57C12B99B761D8478A484C6F4ED0B5834E6F6
+C5FACF0E1A4FF757DE8243E5C0867762774E4AFE53A5BC752BD9928AF5B1ED93
+2F821C28A58D73D8B25D28EF81264AD72C8384F071641662407585DFE3D8EBC3
+05E90AA9C7B65693A9F0137ABC75FF52261E44706141D8F4DCEE95280258B738
+0BAD7C4B16EF1AECBFA39D4A641E9D57D106E3B4C37C6DFC84306738A5F85172
+FC741BD63E8251B1FD74959DA4C9133CA03CFC169D4A888F08CEF635FC475554
+5639E768433BE8D7696E8C195F0609D5C887FB23BCA89D22ADC436596CAE59F9
+955606E6DD2456AEE72362219CF02BB28392AC5886EF4B73E2021EAB12E80549
+54E430E18066BC14D4941556BEBF7BD4AA09E10A0600823635C62F5FA09EB524
+32CBB82618413DD42038FF29DFCC4AA2EF733EB579F55C616789C4B03D5C8A98
+1352CBE43BDCA55A8FEC03EA950472507E5854B11B6CB96E4A16
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F28_0 /TPVOAW+CMSY8 1 1
+[ /.notdef/.notdef/multiply/.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/.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/.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/.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/.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/multiply/.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/.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/.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]
+pdfMakeFont
+%%BeginResource: font EIXNXU+CMSY10
+%!FontType1-1.0: EIXNXU+CMSY10
+11 dict begin
+/FontInfo 10 dict dup begin
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMSY10) readonly def
+/FamilyName (Computer Modern) readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/FontName /EIXNXU+CMSY10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [0 0 694 270] readonly def
+/StrokeWidth 0 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 0 /minus put
+dup 161 /minus put
+readonly def
+currentdict end
+currentfile eexec
+5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
+BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
+368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
+BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
+1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
+1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE02D4556639B7
+6E51CEE5CA47176526577DCAD58DEADE9FDD8D1161040A11504872D56EDB3D8A
+754DA50DF613433572E45F990F01381BC7E8141871C01DE3E731162DE2206649
+4D782ACD8AA055EAE84DD0DEB16C09CFA1774FA78BCB61839501922FF62F7037
+3E6C1F5DBDD3567A54F189008B0F5225798FB59F3FD46468BD1CF510B02F535E
+3EA7FFE2583BAE928445D43359B4A7C4BF027456BA45D781AB71B5A7DD87F16D
+E8E2A0E5C3E7175363255A9FC1B2C1734066515DA9C0C9C3AB23EBAFC56EF014
+FD1CAE59E9643B8D659ED91F7E5D38225A489707A6406BB8FAB4AC592D8F7849
+6D1EE5D02F37964D389F52A9D6F6088DBA3E88BDA46B006DEB21A55DBFA37D2F
+174498304AD593651746AD2A9F1C026F612184F0436B032B1C581A0735F9D473
+890E6E7D72F5B429717EA8E1654A07A9B576258F9DFDE14EAFF935DFECADEAC8
+35035CA459C4BDC9577484FF36EA4BE997A020DD0AD3DCE87894C773CFE10D88
+CD91683874A6FAB9D28597DB2E32D200C3D8
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F25_0 /EIXNXU+CMSY10 1 1
+[ /minus/.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/.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/.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/.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/.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/minus/.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/.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/.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]
+pdfMakeFont
+%%BeginResource: font OLGOPF+CMR12
+%!FontType1-1.0: OLGOPF+CMR12
+11 dict begin
+/FontInfo 10 dict dup begin
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR12) readonly def
+/FamilyName (Computer Modern) readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/FontName /OLGOPF+CMR12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [41 -251 448 750] readonly def
+/StrokeWidth 0 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 40 /parenleft put
+dup 41 /parenright put
+readonly def
+currentdict end
+currentfile eexec
+5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
+BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
+368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
+BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
+1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
+1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE02D4556639B7
+6E51CEE5CA47176526577DCAD65B1394C5DA048A67291055AB5DB47B8B684ECE
+D09D12596FFBF8762672645CD374900036933D4775219099EFD39C31D30F9DBD
+6083595B1E68741B8FCE3C9B027EC30236ACCDBB9896C9FCA4C6301DC8AE9269
+5EC0E3AD75FEB076B541B77B40E550E773448FA2FC9C8BA961481BAB7A648EBE
+3C29ED5C003A0387861340BD11D6B0B742D6AC32A4091344F369337DD86341BB
+8F27E31491A01359E9B96C59D0FDB9250261D172FF8C61E4DE6E3AB896C6E2C4
+BE44C5D06B5B9BEA4A7E93E8FE4A35A0D071D80E89DE1499AB7E1BE6CBC2BDF8
+AF334B300A413D55B1A318F7AD24845F526DC3E063357584044AF0ACE86FBCDB
+6B30009F47DB92CEF89B175665A8FF23D7365D869965301F8DE7A1C86EF96F9F
+DEF200EC2B6B8A2468319E169D51C169691EE6103F5471499E480A4D92426784
+88146BB0E5DE1404F6F21F0CE181E528E9803B73FC93BA6D35C6915D5F0C2361
+044F05A78263EFF8C4AA8C4962C462FDCCCD210B26ABFCDE09003C31819BF02C
+812986C9D10814478B3D676498310A41E887F882A1948F6FCCC567A63D0DB7A0
+0A259B2B21411E66F9B23C99ADD7781F2EDC8E2FDF9721450C78E148671B42BC
+E124EDF909B2ACE5A41ED78B02C1DD560D97BF929E0E8924CBF407AACEB39764
+D0DBD98B1ADE64414CA77F392B76E4A5D515CE4AC59D635AF0FA319F45C94A18
+62F3BE07204E9F1EBEAC4DA19E90B380D010A48AE852C95C4E7B09B3319D79B9
+69C07E3954302280AEA3BEF9AE3975732BB25A9D056D449E50F8F793FA82C9DE
+B0017D31390E6681F3A25B49CB1E5E6CF4552FFFBFC87E906AFDFBAD70D8D4E3
+4F2311251F9C7FF07A6D23C60A718C97466695FD760D6138534AB2F85D974D9F
+AD52F4933BC5D4A905B3E3C9DFA683C7D6400398D239615DC277D55D57666402
+8740E4051BFDB0978D4F4EE789761979100F7AF3C60C0F485C933FB700E7CEAE
+35205A4C9932D94804EC46E9B1FD77EF87AB2159F3C568C10E5FF16E764B3E40
+0BF6960673C438A758A113C2C74E09BAC95448BC82DB65B3D4BBFDB0E98F30C0
+F6926666F5C474C85E1EFB078FA800EDC7FFC7C66073FA73C7229230E61CA4A4
+3F0B9EC8307C2331E7485EF2E09546FBD5DB8ECF7E9A0D7591E97D5C3F23353B
+70A1EE4A3023FDCAF232FC050FB83CA44BFD1A299714B778F8D78CF2D4E56157
+30BCE71CA661F9515C4191A287238FD18BD19F156CECE14E07B4D79F42FBEFD3
+A0099D1CC89D97FBC413B41638E013ED5E68906FEDD201BC27FF619050989706
+749D3A2C1CE640FDFCF8C1D0184766A7B30DBFF484C7FCA3CEC622BCAC8C34CF
+C0E082A9B598B0E359CF297203BC1AEB158D0A2B1A0A18A54BA61E4D1E69E02E
+27E050CDB6C3CA9ABAE28E95B9CBA3A5DFA661B35D8B963AA28E42FABF1BA196
+1F58E8DCC61576A4D577800AAADEB58704ECDC4C27FAE09739847E1AC17EDE4C
+6DBD98
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F22_0 /OLGOPF+CMR12 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
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /parenleft/parenright/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /zero/one/two/.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/.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/.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/.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/.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/.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/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font DIRGWX+CMR8
+%!FontType1-1.0: DIRGWX+CMR8
+11 dict begin
+/FontInfo 10 dict dup begin
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR8) readonly def
+/FamilyName (Computer Modern) readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/FontName /DIRGWX+CMR8 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [30 -21 500 675] readonly def
+/StrokeWidth 0 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+readonly def
+currentdict end
+currentfile eexec
+5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
+BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
+368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
+BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
+1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
+1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE02D4556639B7
+6E51CEE5CA47176526577DCAD65B1394C5DA048A67291055AB5DB47B8B684ECE
+D09D12596FFBF8762672645CD374900036933D4775219099EFD39C31D30F9DBD
+6083595B1E68741B8FCE3C9B027EC30236ADF0E7AC0DBE01565011494CE94F67
+CF1E81D9DDAD25BB3835257252F44792F8280E570F906E03366CF454A4BF386F
+6312DB7993BB91E88F33CB1FC2FCE8497D778D2109DA3F11F0F2D12EA8693908
+29A9571036C39A88663C37727EA9D30FBA050EEAFF054D7FA644E535942B7F2C
+5468F361E189A8BA7320D8623ECFFDD2658C8CFF8EE2D1243AA1BC321EE4B591
+70619FE57F47B1F1FBD28A7867AC779BF9C1783CB65A68C0E35E8778BEE76DD1
+8F4CF6D509D9C3D8AB52DE76E0C5BC3706E525D3E2F161484CAF7A0DF02E004A
+29A233BCFF722B2A4F9459206B5CC933EDE2DD0F82433DA46E34DF88C49D2E09
+065864AC8C32F015C9DDC19934D79013881F69B63AF817718BD28AF0F7660FE7
+25DA085F7BB50D1DF286462957CFC10E4AD4D85EEA1B049E3D1B6E50E2DB2F4A
+90E62CE09E7CB3894681DF62DF79E190EF0CCE1C95CDB7C7FAB6560BDE34ACF9
+072D7F390554DA636041528796A2C55BA8AEE96C8E4004439D73969DAED6D760
+3D6E79A332DD40348C1F8C7ECD1858CBAC53D006BB31A4C5B396B9C3888DA3DF
+703405D0856E8CE20B2F9F047BE3446957CFDA266058DEE0BF71D2CE20C19D2A
+B6B6C7F1BC86C1FE63585973A281DCBDEFAFCEAF5593EC4C0022F49A08845FAA
+300FF94B264B6D3BF0191BA59C59DF64A0FF39C81195DD5D877FB46BA0FD7EBE
+6E954A6A0F354D72EE20E10E65342B8D948BDB98668E2BAC530B137B1A925FB2
+8ABD4D366D217D3FD5F02BDDB00AC1633F1978D65906E950DB99947B2C348904
+34C550F7992C2B1C96E71D16A3CC9B2118521CFDE8B1B98A5023684F9E8D867F
+331AE01015F25D5E13AE6F4B162E7F96127524440249B8317AE7104C3A849510
+39E71D4A4EFA857FCFF2DD40E0CBB7F5AC99A64A5187FF5EFEA9ACC578B19186
+1D177981A28036203F0A5017D5809EFF4F7A37708F1584FD3B6499CFD39BD38B
+3769BC81B94B382288E47ABA78C76BED7FE0F025FBF6F4614D30E6A28BEBCD56
+465D4A3FA05C26F30CEBC0FB807BD6E318E07AD88FBA5227D8E1DFCBB5A73400
+24D1615859177A903A105096A57485A893F43C57D2CF18B847EC11C390E3E343
+B203460119CFAF486A6BD6E80F970A992F6A9CE36D5EB20003A875DDACEA27C1
+0F43FDD9E7260D17A4DE1E2A06173F7CC54BBEFCB8BF1AC66E3B558D33AA4CA3
+7A84E227A6CBD19A8E5EAF3BFDEF38D29255B194C0366EBB33EED5AB2883A3D4
+F8ECABC236274BC447492C26743E90A76918891A05B76912039E83CAE12CB81F
+08952BCCC5F49616F8B8A347848E982FB47566181A9083154780204B1464E2A3
+7E955DD2D5207569E680FAFF75FBF15CFAD339336E72ECD8F02BE1E36C5766D7
+403DDF0EFE4E649FF4AEBB72269FE4CD461841E26FD077C7C477F18F9C2E8B22
+348C129E2A0E47412FB3C1DB7E1506958464342DA93C8296EEC2B66961D37EF4
+992765529F43F0C2B3A792C2F3C9B6243B9FC312F2FF83BCB7F54BD4EB7164B7
+9EC690B17DA645DED82991DA50A6D4E1EC176120C36EFFCD83C5A4337ACFC235
+05C86EF9FAD5C7A2C883EEF4A43C01A1465C0118C6743D1D9D8C913263F37884
+1150C98C8F1046CAE6D6A431CF07C7FD02BCE6B03C757F47F959D41AE303EB02
+EF2CD019DDC744CB9B970FAAC48550E1AD7856AB269789DDBDE2F3372D90495D
+4599AB0BB3DA8447D61753EB670D54724F3A40EEE2F4EBC573153BE2F0F9FD53
+302EFBA66D24B22E5F93CDC6178C00A4132F289674
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F19_0 /DIRGWX+CMR8 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
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /zero/one/two/three/four/five/.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/.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/.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/.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/.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/.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/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font JGBJQA+CMMI8
+%!FontType1-1.0: JGBJQA+CMMI8
+11 dict begin
+/FontInfo 10 dict dup begin
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI8) readonly def
+/FamilyName (Computer Modern) readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/FontName /JGBJQA+CMMI8 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [57 -193 533 694] readonly def
+/StrokeWidth 0 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 107 /k put
+dup 59 /comma put
+readonly def
+currentdict end
+currentfile eexec
+5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
+BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
+368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
+BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
+1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
+1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE02D4556639B7
+6E51CEE5CA47176526577DCAD65B1394C5DA048A67291055AB5DB47B8B6849C6
+5AB7A317015C551080CF75E94E9F4AD2A41500BAD9F4EAE3C2E015A7EA9C591F
+E01C6166DCF0C8C1E49A5B340799A136AD1FEEA433C69C85A2653364A574EDF4
+5A8844DC56498429873D085FD21C513447BB6B65802B97B2F96BB61C3F213F00
+7B7F1EDF9FCC5CD2C2EC426D1DACC8982C8F37C8576EB18A674DD63BD0265B7F
+223E3B0595A81A7741F42F4E310BA9F53937E96FD5BAB6A29417AB071821242D
+9E2CC011303C6B82C6D982C2254FDD1DB36CCBDBD8A21F4B033DCD34396548BC
+D33DF8D79BA763F3C3A71C149987AF7B1F0D5E32B6C41B563EAE06D0D7257DDD
+132654A16CCDCC9272B36C450626A2A54D816087561A38C9CEC923DC33825306
+8290A9AE233F5FEA1D141912BCCCC9C331DF01F1A907937659D848811447D768
+5A80E16E8BD004945FD5419C044AC2DBD2F6CA307062472BC5BE6841268C2F91
+B1996928E9698F0EC65E0BB1752916397302DEABBE36B9BECFF0A2812F8A6389
+8D904F1671A4C4D446C578EBE8BB1707315FB88DD47A2D608CDA50F97CDEC36C
+CA19D8AD0AB9B6E474E7D28A536246499ACFEEA6B6437E0ED5F9C97770171A86
+9C397251780C87E36E8ECDEDDD999CBE735F01FB9E6F43D217F939E015B01FF7
+5EA0E4C4CE067E62468084084D69385024403BE3C646E53F152458E02202D90F
+13CEDD90E2D314E815DA7BEEB5C1A11613FC3E19F29EACC763E0391E8D21CE3C
+7802D3E6A38821D48BC02A5D3502DE3FBD1F1C3BEA08C2E5B9E3452CB917A8DD
+45E5067FA84F4208D377FD26FF0E4CA885BB52E698D0062935A38B9111338A32
+DF9E23E025B12BA09B9FD3E2BD9EB55FA54556525B51EDEC1B3DFD1E277D0CE8
+C594A8C3A848DBA4C6E4DB86BEE62091DF59C48D79FE70FCC1F9BAE6C3352A59
+AAC43FFD0466B6368D2E0A689576BF036AAD5D72016A97DD6180E89E053F
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F16_0 /JGBJQA+CMMI8 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
+ /.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/comma/.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/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/k/.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/.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/.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/.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/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font TSAJCV+CMMI12
+%!FontType1-1.0: TSAJCV+CMMI12
+11 dict begin
+/FontInfo 10 dict dup begin
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI12) readonly def
+/FamilyName (Computer Modern) readonly def
+/isFixedPitch false def
+/ItalicAngle 0 def
+/UnderlinePosition -100 def
+/UnderlineThickness 50 def
+end readonly def
+/FontName /TSAJCV+CMMI12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [27 -10 555 694] readonly def
+/StrokeWidth 0 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 110 /n put
+dup 104 /h put
+readonly def
+currentdict end
+currentfile eexec
+5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
+BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
+368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
+BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
+1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
+1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE02D4556639B7
+6E51CEE5CA47176526577DCAD65B1394C5DA048A67291055AB5DB47B8B6849C6
+5AB7A317015C551080CF75E94E9F4AD2A41500BAD9F4EAE3C2E015A7EA9C591F
+E01C6166DCF0C8C1E49A5B340799A136AD1E3C8AA3EA27312D553F2088704093
+7751C735CE592C288572864EB2718EB665BE90E509BAEE8508951E593D1E179F
+0A470525771A782381BE0E9948E3D83B13FFD9774C91FB0C1008C7F16762BED0
+7E44AFCD43E2244A354B59E8A95A95BF8FD7B74DE96F37A1543E59996A8CB698
+A884F9F0B08EAAE5166094B0773D520FCF3A537BE7CFEE2B8C9880CE214B8C9C
+0470FD9C04B8E67C2987FAC7A39193D572FDD46517E87D5BA492237CE61244DF
+A9BB3C9B5ADFB3B9EA24865ECEC713B6BCD372E81DEBF23FC0F7D04792A9CA4C
+8F1DD005C9EE62F8A04D68925046AC7F61D0001391BF09DC66D168B5395F02C7
+1A870375CF38B9011F0A4013E127D47E2B053470D392EDF1375E5140EC25100E
+DAA39691AD088BF998FCB198CBA3A280FCA5386AB3D3FF6B75BDE154F280A737
+F61C40F11AD85203DA12048C9946F4F616197AAE8307C91930C5CD8E21F362B9
+2AF5D9740DFC4BD28F8CCB3911785ABACAC51ABDEC842BFD0CA7A1FC285C65E6
+C216C62605E2C2C4DF6A34BB6238CD491FEDFAEA8E24DCB3765F841D56B6DCD5
+7A1F1047F4315AA0DF1433B07EC31589F088EF67CCB96686CECB2C517D780CA5
+0A8DCE3B65C7DEB19EC3E36D7EF8E5FE19D1B10D9FA0DE18D28E8B4AE231005A
+DA76D7A1C350195EE5772E7A2E1278C7FABA422C1ACC3EC125A9BF676BD7EB2D
+B891F02058FE9C38DCB90841636170C1F1C56C7EB590CC60F0BBD4F1467CDE3C
+1B90631450C4031EC206E6B3ACEF21EE7A05A86CFE4CA29D014E188E553B395D
+208FEB1E433BD35FCE5E9DF228357C09F9F2DC8E38A8416516B5D557E2887226
+E9986E1BE85FF961A73240AA7B6C5DA7A4DD964E9936C80E446EFA7E3FE2F314
+B0BA860C8E9842D3D1AE9ABE9402D27695FD828E00DEB8B60A044C34CBFA78EF
+3D3DF166E953F1BE161886CA4417FD33ABCF8010A88405B9D9B76F764125C767
+7FEB85CB115ED57B488500D43DFEFE85704F1D424BAF4BC30267C1B9ED3890A0
+992FF444D04E6E28BD4BB689
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F13_0 /TSAJCV+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
+ /.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
+ /.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
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /h/.notdef/.notdef/.notdef/.notdef/.notdef/n/.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/.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/.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/.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/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%EndSetup
+pdfStartPage
+[] 0 d
+0 i
+0 j
+0 J
+10 M
+1 w
+0 g
+0 G
+q
+[0.1 0 0 0.1 0 0] cm
+q
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 7.60098 174.785] Tm
+0 0 Td
+/F10_0 9.96264 Tf
+(2) 6.63512 Tj
+0 -17.541 Td
+(6) 6.63512 Tj
+0 -23.517 Td
+(6) 6.63512 Tj
+0 -29.493 Td
+(6) 6.63512 Tj
+0 -35.4689 Td
+(6) 6.63512 Tj
+0 -41.4449 Td
+(6) 6.63512 Tj
+0 -47.4299 Td
+(6) 6.63512 Tj
+0 -53.4059 Td
+(6) 6.63512 Tj
+0 -59.3819 Td
+(6) 6.63512 Tj
+0 -65.3579 Td
+(6) 6.63512 Tj
+0 -71.3339 Td
+(6) 6.63512 Tj
+0 -77.3099 Td
+(6) 6.63512 Tj
+0 -83.2949 Td
+(6) 6.63512 Tj
+0 -89.2709 Td
+(6) 6.63512 Tj
+0 -95.2469 Td
+(6) 6.63512 Tj
+0 -101.223 Td
+(6) 6.63512 Tj
+0 -107.199 Td
+(6) 6.63512 Tj
+0 -113.184 Td
+(6) 6.63512 Tj
+0 -119.16 Td
+(6) 6.63512 Tj
+0 -125.136 Td
+(6) 6.63512 Tj
+0 -131.112 Td
+(6) 6.63512 Tj
+0 -137.088 Td
+(6) 6.63512 Tj
+0 -143.064 Td
+(6) 6.63512 Tj
+0 -149.049 Td
+(6) 6.63512 Tj
+0 -155.421 Td
+(4) 6.63512 Tj
+Q
+0.953 g
+1 i
+162 1607 510.93 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 21.218 165.065] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.74099 -1.79102 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3644 -1.79102 Td
+(;) 2.34321 Tj
+13.7076 -1.79102 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+17.9318 -1.79102 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.275 -1.79102 Td
+/F19_0 7.97011 Tf
+(0) 4.22416 Tj
+25.029 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.572 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+36.5537 0 Td
+/F22_0 11.9551 Tf
+(\)) 4.54294 Tj
+Q
+0.953 g
+673 1607 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 82.5107 165.065] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.76531 -1.79102 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3888 -1.79102 Td
+(;) 2.34321 Tj
+13.732 -1.79102 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+17.9561 -1.79102 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.2993 -1.79102 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+25.0533 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5963 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+36.5781 0 Td
+/F22_0 11.9551 Tf
+(\)) 4.54294 Tj
+Q
+0.953 g
+1389 1607 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 154.061 165.065] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.76533 -1.79102 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3888 -1.79102 Td
+(;) 2.34321 Tj
+13.732 -1.79102 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+17.9561 -1.79102 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.2993 -1.79102 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+25.0533 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5963 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+36.5781 0 Td
+/F22_0 11.9551 Tf
+(\)) 4.54294 Tj
+Q
+1 g
+2104 1607 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 243.242 165.065] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+1 g
+2820 1607 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 314.797 165.065] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+0.953 g
+162 1463 510.93 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 21.218 150.62] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.74099 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3644 -1.79099 Td
+(;) 2.34321 Tj
+13.7076 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+17.9318 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.275 -1.79099 Td
+/F19_0 7.97011 Tf
+(0) 4.22416 Tj
+25.029 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.572 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+36.5537 0 Td
+/F22_0 11.9551 Tf
+(\)) 4.54294 Tj
+Q
+0.953 g
+673 1463 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 82.5107 150.62] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.76531 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3888 -1.79099 Td
+(;) 2.34321 Tj
+13.732 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+17.9561 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.2993 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+25.0533 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5963 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+36.5781 0 Td
+/F22_0 11.9551 Tf
+(\)) 4.54294 Tj
+Q
+0.953 g
+1389 1463 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 154.061 150.62] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.76533 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3888 -1.79099 Td
+(;) 2.34321 Tj
+13.732 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+17.9561 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.2993 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+25.0533 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5963 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+36.5781 0 Td
+/F22_0 11.9551 Tf
+(\)) 4.54294 Tj
+Q
+1 g
+2104 1463 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 243.242 150.62] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+1 g
+2820 1463 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 314.797 150.62] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+0.953 g
+162 1318 510.93 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 21.218 136.175] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.74099 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3644 -1.79099 Td
+(;) 2.34321 Tj
+13.7076 -1.79099 Td
+/F19_0 7.97011 Tf
+(3) 4.22416 Tj
+17.9318 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.275 -1.79099 Td
+/F19_0 7.97011 Tf
+(0) 4.22416 Tj
+25.029 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.572 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+36.5537 0 Td
+/F22_0 11.9551 Tf
+(\)) 4.54294 Tj
+Q
+0.953 g
+673 1318 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 82.5107 136.175] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.76531 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3888 -1.79099 Td
+(;) 2.34321 Tj
+13.732 -1.79099 Td
+/F19_0 7.97011 Tf
+(3) 4.22416 Tj
+17.9561 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.2993 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+25.0533 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5963 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+36.5781 0 Td
+/F22_0 11.9551 Tf
+(\)) 4.54294 Tj
+Q
+0.953 g
+1389 1318 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 154.061 136.175] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.76533 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3888 -1.79099 Td
+(;) 2.34321 Tj
+13.732 -1.79099 Td
+/F19_0 7.97011 Tf
+(3) 4.22416 Tj
+17.9561 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.2993 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+25.0533 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5963 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+36.5781 0 Td
+/F22_0 11.9551 Tf
+(\)) 4.54294 Tj
+Q
+1 g
+2104 1318 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 243.242 136.175] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+1 g
+2820 1318 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 314.797 136.175] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+0.953 g
+162 1174 510.93 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 21.218 121.73] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.74099 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3644 -1.79099 Td
+(;) 2.34321 Tj
+13.7076 -1.79099 Td
+/F19_0 7.97011 Tf
+(4) 4.22416 Tj
+17.9318 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.275 -1.79099 Td
+/F19_0 7.97011 Tf
+(0) 4.22416 Tj
+25.029 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.572 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+36.5537 0 Td
+/F22_0 11.9551 Tf
+(\)) 4.54294 Tj
+Q
+0.8 0.8 0.498 rg
+673 1174 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 82.5107 121.73] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.76531 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3888 -1.79099 Td
+(;) 2.34321 Tj
+13.732 -1.79099 Td
+/F19_0 7.97011 Tf
+(4) 4.22416 Tj
+17.9561 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.2993 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+25.0533 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5963 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+36.5781 0 Td
+/F22_0 11.9551 Tf
+(\)) 4.54294 Tj
+Q
+0.953 g
+1389 1174 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 154.061 121.73] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.76533 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3888 -1.79099 Td
+(;) 2.34321 Tj
+13.732 -1.79099 Td
+/F19_0 7.97011 Tf
+(4) 4.22416 Tj
+17.9561 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.2993 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+25.0533 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5963 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+36.5781 0 Td
+/F22_0 11.9551 Tf
+(\)) 4.54294 Tj
+Q
+1 g
+2104 1174 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 243.242 121.73] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+1 g
+2820 1174 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 314.797 121.73] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+1 g
+162 1029 510.93 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 38.849 107.285] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+0.953 g
+673 1029 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 72.298 107.285] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.745 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3685 -1.79099 Td
+(;) 2.34321 Tj
+13.7116 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+17.9358 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.279 -1.79099 Td
+/F19_0 7.97011 Tf
+(0) 4.22416 Tj
+25.033 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5759 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2127 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.1658 0 Td
+/F22_0 11.9551 Tf
+(1\)) 10.389 Tj
+Q
+0.953 g
+1389 1029 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 143.816 107.285] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77717 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79099 Td
+(;) 2.34321 Tj
+13.7438 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+17.968 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3112 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(1\)) 10.389 Tj
+Q
+0.953 g
+2104 1029 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 215.366 107.285] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77715 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79099 Td
+(;) 2.34321 Tj
+13.7438 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+17.9679 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3111 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(1\)) 10.389 Tj
+Q
+1 g
+2820 1029 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 314.789 107.285] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+1 g
+162 885 510.93 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 38.849 92.84] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+0.953 g
+673 885 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 72.298 92.84] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.745 -1.79102 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3685 -1.79102 Td
+(;) 2.34321 Tj
+13.7116 -1.79102 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+17.9358 -1.79102 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.279 -1.79102 Td
+/F19_0 7.97011 Tf
+(0) 4.22416 Tj
+25.033 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5759 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2127 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.1658 0 Td
+/F22_0 11.9551 Tf
+(1\)) 10.389 Tj
+Q
+0.953 g
+1389 885 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 143.816 92.84] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77717 -1.79102 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79102 Td
+(;) 2.34321 Tj
+13.7438 -1.79102 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+17.968 -1.79102 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3112 -1.79102 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(1\)) 10.389 Tj
+Q
+0.953 g
+2104 885 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 215.366 92.84] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77715 -1.79102 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79102 Td
+(;) 2.34321 Tj
+13.7438 -1.79102 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+17.9679 -1.79102 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3111 -1.79102 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(1\)) 10.389 Tj
+Q
+1 g
+2820 885 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 314.789 92.84] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+1 g
+162 741 510.93 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 38.849 78.395] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+0.953 g
+673 741 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 72.298 78.395] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.745 -1.79102 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3685 -1.79102 Td
+(;) 2.34321 Tj
+13.7116 -1.79102 Td
+/F19_0 7.97011 Tf
+(3) 4.22416 Tj
+17.9358 -1.79102 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.279 -1.79102 Td
+/F19_0 7.97011 Tf
+(0) 4.22416 Tj
+25.033 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5759 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2127 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.1658 0 Td
+/F22_0 11.9551 Tf
+(1\)) 10.389 Tj
+Q
+0.953 g
+1389 741 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 143.816 78.395] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77717 -1.79102 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79102 Td
+(;) 2.34321 Tj
+13.7438 -1.79102 Td
+/F19_0 7.97011 Tf
+(3) 4.22416 Tj
+17.968 -1.79102 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3112 -1.79102 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(1\)) 10.389 Tj
+Q
+0.953 g
+2104 741 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 215.366 78.395] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77715 -1.79102 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79102 Td
+(;) 2.34321 Tj
+13.7438 -1.79102 Td
+/F19_0 7.97011 Tf
+(3) 4.22416 Tj
+17.9679 -1.79102 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3111 -1.79102 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(1\)) 10.389 Tj
+Q
+1 g
+2820 741 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 314.789 78.395] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+1 g
+162 596 510.93 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 38.849 63.95] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+0.8 0.8 0.498 rg
+673 596 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 72.298 63.95] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.745 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3685 -1.79099 Td
+(;) 2.34321 Tj
+13.7116 -1.79099 Td
+/F19_0 7.97011 Tf
+(4) 4.22416 Tj
+17.9358 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.279 -1.79099 Td
+/F19_0 7.97011 Tf
+(0) 4.22416 Tj
+25.033 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5759 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2127 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.1658 0 Td
+/F22_0 11.9551 Tf
+(1\)) 10.389 Tj
+Q
+0.953 g
+1389 596 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 143.816 63.95] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77717 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79099 Td
+(;) 2.34321 Tj
+13.7438 -1.79099 Td
+/F19_0 7.97011 Tf
+(4) 4.22416 Tj
+17.968 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3112 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(1\)) 10.389 Tj
+Q
+0.953 g
+2104 596 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 215.366 63.95] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77715 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79099 Td
+(;) 2.34321 Tj
+13.7438 -1.79099 Td
+/F19_0 7.97011 Tf
+(4) 4.22416 Tj
+17.9679 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3111 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(1\)) 10.389 Tj
+Q
+1 g
+2820 596 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 314.789 63.95] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+1 g
+162 452 510.93 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 38.849 49.505] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+1 g
+673 452 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 100.162 49.505] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+0.953 g
+1389 452 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 143.844 49.505] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.74895 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3724 -1.79099 Td
+(;) 2.34321 Tj
+13.7156 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+17.9397 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.2829 -1.79099 Td
+/F19_0 7.97011 Tf
+(0) 4.22416 Tj
+25.0369 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5799 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2257 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.1698 0 Td
+/F22_0 11.9551 Tf
+(2\)) 10.389 Tj
+Q
+0.953 g
+2104 452 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 215.366 49.505] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77715 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79099 Td
+(;) 2.34321 Tj
+13.7438 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+17.9679 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3111 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(2\)) 10.389 Tj
+Q
+0.953 g
+2820 452 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 286.916 49.505] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77715 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79099 Td
+(;) 2.34321 Tj
+13.7438 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+17.9679 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3111 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(2\)) 10.389 Tj
+Q
+1 g
+162 307 510.93 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 38.849 35.051] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+1 g
+673 307 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 100.162 35.051] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+0.953 g
+1389 307 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 143.844 35.051] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.74895 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3724 -1.79099 Td
+(;) 2.34321 Tj
+13.7156 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+17.9397 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.2829 -1.79099 Td
+/F19_0 7.97011 Tf
+(0) 4.22416 Tj
+25.0369 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5799 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2257 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.1698 0 Td
+/F22_0 11.9551 Tf
+(2\)) 10.389 Tj
+Q
+0.953 g
+2104 307 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 215.366 35.051] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77715 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79099 Td
+(;) 2.34321 Tj
+13.7438 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+17.9679 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3111 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(2\)) 10.389 Tj
+Q
+0.953 g
+2820 307 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 286.916 35.051] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77715 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79099 Td
+(;) 2.34321 Tj
+13.7438 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+17.9679 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3111 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(2\)) 10.389 Tj
+Q
+1 g
+162 163 510.93 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 38.849 20.606] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+1 g
+673 163 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 100.162 20.606] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+0.953 g
+1389 163 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 143.844 20.606] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.74895 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3724 -1.79099 Td
+(;) 2.34321 Tj
+13.7156 -1.79099 Td
+/F19_0 7.97011 Tf
+(3) 4.22416 Tj
+17.9397 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.2829 -1.79099 Td
+/F19_0 7.97011 Tf
+(0) 4.22416 Tj
+25.0369 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5799 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2257 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.1698 0 Td
+/F22_0 11.9551 Tf
+(2\)) 10.389 Tj
+Q
+0.953 g
+2104 163 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 215.366 20.606] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77715 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79099 Td
+(;) 2.34321 Tj
+13.7438 -1.79099 Td
+/F19_0 7.97011 Tf
+(3) 4.22416 Tj
+17.9679 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3111 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(2\)) 10.389 Tj
+Q
+0.953 g
+2820 163 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 286.916 20.606] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77715 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79099 Td
+(;) 2.34321 Tj
+13.7438 -1.79099 Td
+/F19_0 7.97011 Tf
+(3) 4.22416 Tj
+17.9679 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3111 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(2\)) 10.389 Tj
+Q
+1 g
+162 18 510.93 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 38.849 6.16099] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+1 g
+673 18 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 100.162 6.16099] Tm
+0 0 Td
+/F22_0 11.9551 Tf
+(0) 5.84604 Tj
+Q
+0.953 g
+1389 18 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 143.844 6.16099] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.74895 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.3724 -1.79099 Td
+(;) 2.34321 Tj
+13.7156 -1.79099 Td
+/F19_0 7.97011 Tf
+(4) 4.22416 Tj
+17.9397 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.2829 -1.79099 Td
+/F19_0 7.97011 Tf
+(0) 4.22416 Tj
+25.0369 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.5799 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2257 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.1698 0 Td
+/F22_0 11.9551 Tf
+(2\)) 10.389 Tj
+Q
+0.953 g
+2104 18 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 215.366 6.16099] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77715 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79099 Td
+(;) 2.34321 Tj
+13.7438 -1.79099 Td
+/F19_0 7.97011 Tf
+(4) 4.22416 Tj
+17.9679 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3111 -1.79099 Td
+/F19_0 7.97011 Tf
+(1) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(2\)) 10.389 Tj
+Q
+0.953 g
+2820 18 715.59 144.54 re
+f
+0 g
+q
+[10 0 0 10 0 0] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+[1 0 0 1 286.916 6.16099] Tm
+0 0 Td
+/F13_0 11.9551 Tf
+(h) 6.73072 Tj
+6.77715 -1.79099 Td
+/F16_0 7.97011 Tf
+(k) 4.40747 Tj
+11.4006 -1.79099 Td
+(;) 2.34321 Tj
+13.7438 -1.79099 Td
+/F19_0 7.97011 Tf
+(4) 4.22416 Tj
+17.9679 -1.79099 Td
+/F16_0 7.97011 Tf
+(;) 2.34321 Tj
+20.3111 -1.79099 Td
+/F19_0 7.97011 Tf
+(2) 4.22416 Tj
+25.0652 0 Td
+/F22_0 11.9551 Tf
+(\() 4.54294 Tj
+29.6081 0 Td
+/F13_0 11.9551 Tf
+(n) 6.98178 Tj
+39.2539 0 Td
+/F25_0 11.9551 Tf
+(\241) 9.28911 Tj
+51.198 0 Td
+/F22_0 11.9551 Tf
+(2\)) 10.389 Tj
+68.5981 168.624 Td
+/F10_0 9.96264 Tf
+(3) 6.63512 Tj
+68.5981 151.083 Td
+(7) 6.63512 Tj
+68.5981 145.107 Td
+(7) 6.63512 Tj
+68.5981 139.131 Td
+(7) 6.63512 Tj
+68.5981 133.155 Td
+(7) 6.63512 Tj
+68.5981 127.179 Td
+(7) 6.63512 Tj
+68.5981 121.194 Td
+(7) 6.63512 Tj
+68.5981 115.218 Td
+(7) 6.63512 Tj
+68.5981 109.242 Td
+(7) 6.63512 Tj
+68.5981 103.266 Td
+(7) 6.63512 Tj
+68.5981 97.2901 Td
+(7) 6.63512 Tj
+68.5981 91.3141 Td
+(7) 6.63512 Tj
+68.5981 85.3291 Td
+(7) 6.63512 Tj
+68.5981 79.3531 Td
+(7) 6.63512 Tj
+68.5981 73.3771 Td
+(7) 6.63512 Tj
+68.5981 67.4011 Td
+(7) 6.63512 Tj
+68.5981 61.4251 Td
+(7) 6.63512 Tj
+68.5981 55.4401 Td
+(7) 6.63512 Tj
+68.5981 49.4641 Td
+(7) 6.63512 Tj
+68.5981 43.4881 Td
+(7) 6.63512 Tj
+68.5981 37.5121 Td
+(7) 6.63512 Tj
+68.5981 31.5361 Td
+(7) 6.63512 Tj
+68.5981 25.5601 Td
+(7) 6.63512 Tj
+68.5981 19.5751 Td
+(7) 6.63512 Tj
+68.5981 13.2031 Td
+(5) 6.63512 Tj
+75.2401 -4.83294 Td
+/F19_0 7.97011 Tf
+(12) 8.44832 Tj
+83.6884 -4.83294 Td
+/F28_0 7.97011 Tf
+(\243) 6.58331 Tj
+90.2717 -4.83294 Td
+/F19_0 7.97011 Tf
+(5) 4.22416 Tj
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font FGXNEI+CMEX10
+%%+ font TPVOAW+CMSY8
+%%+ font EIXNXU+CMSY10
+%%+ font OLGOPF+CMR12
+%%+ font DIRGWX+CMR8
+%%+ font JGBJQA+CMMI8
+%%+ font TSAJCV+CMMI12
+%%EOF