Newer
Older
Presentations / Zurich_group / 14_07_2014_2 / plots / vllrr_mem.eps
@mchrzasz mchrzasz on 13 Aug 2014 44 KB update
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: xpdf/pdftops 3.01
%%LanguageLevel: 2
%%BoundingBox: 0 0 255 245
%%DocumentSuppliedResources: (atend)
%%EndComments
%%BeginProlog
%%BeginResource: procset xpdf 3.01 0
/xpdf 75 dict def xpdf begin
% PDF special state
/pdfDictSize 15 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
  /pdfFillCS [] def
  /pdfFillXform {} def
  /pdfStrokeCS [] def
  /pdfStrokeXform {} def
  /pdfFill [0] def
  /pdfStroke [0] def
  /pdfFillOP false def
  /pdfStrokeOP false def
  /pdfLastFill false def
  /pdfLastStroke false def
  /pdfTextMat [1 0 0 1 0 0] def
  /pdfFontSize 0 def
  /pdfCharSpacing 0 def
  /pdfTextRender 0 def
  /pdfTextRise 0 def
  /pdfWordSpacing 0 def
  /pdfHorizScaling 1 def
  /pdfTextClipPath [] def
} def
/pdfEndPage { end } def
% PDF color state
/cs { /pdfFillXform exch def dup /pdfFillCS exch def
      setcolorspace } def
/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
      setcolorspace } def
/sc { pdfLastFill not { pdfFillCS setcolorspace } if
      dup /pdfFill exch def aload pop pdfFillXform setcolor
     /pdfLastFill true def /pdfLastStroke false def } def
/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
      dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
     /pdfLastStroke true def /pdfLastFill false def } def
/op { /pdfFillOP exch def
      pdfLastFill { pdfFillOP setoverprint } if } def
/OP { /pdfStrokeOP exch def
      pdfLastStroke { pdfStrokeOP setoverprint } if } def
/fCol {
  pdfLastFill not {
    pdfFillCS setcolorspace
    pdfFill aload pop pdfFillXform setcolor
    pdfFillOP setoverprint
    /pdfLastFill true def /pdfLastStroke false def
  } if
} def
/sCol {
  pdfLastStroke not {
    pdfStrokeCS setcolorspace
    pdfStroke aload pop pdfStrokeXform setcolor
    pdfStrokeOP setoverprint
    /pdfLastStroke true def /pdfLastFill false def
  } if
} def
% build a font
/pdfMakeFont {
  4 3 roll findfont
  4 2 roll matrix scale makefont
  dup length dict begin
    { 1 index /FID ne { def } { pop pop } ifelse } forall
    /Encoding exch def
    currentdict
  end
  definefont pop
} def
/pdfMakeFont16 {
  exch findfont
  dup length dict begin
    { 1 index /FID ne { def } { pop pop } ifelse } forall
    /WMode exch def
    currentdict
  end
  definefont pop
} def
% graphics state operators
/q { gsave pdfDictSize dict begin } def
/Q {
  end grestore
  /pdfLastFill where {
    pop
    pdfLastFill {
      pdfFillOP setoverprint
    } {
      pdfStrokeOP setoverprint
    } ifelse
  } if
} def
/cm { concat } def
/d { setdash } def
/i { setflat } def
/j { setlinejoin } def
/J { setlinecap } def
/M { setmiterlimit } def
/w { setlinewidth } def
% path segment operators
/m { moveto } def
/l { lineto } def
/c { curveto } def
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
      neg 0 rlineto closepath } def
/h { closepath } def
% path painting operators
/S { sCol stroke } def
/Sf { fCol stroke } def
/f { fCol fill } def
/f* { fCol eofill } def
% clipping operators
/W { clip newpath } def
/W* { eoclip newpath } def
% 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
/cshow where {
  pop
  /cshow2 {
    dup {
      pop pop
      1 string dup 0 3 index put 3 index exec
    } exch cshow
    pop pop
  } def
}{
  /cshow2 {
    currentfont /FontType get 0 eq {
      0 2 2 index length 1 sub {
        2 copy get exch 1 add 2 index exch get
        2 copy exch 256 mul add
        2 string dup 0 6 5 roll put dup 1 5 4 roll put
        3 index exec
      } for
    } {
      dup {
        1 string dup 0 3 index put 3 index exec
      } forall
    } ifelse
    pop pop
  } def
} ifelse
/awcp {
  exch {
    false charpath
    5 index 5 index rmoveto
    6 index eq { 7 index 7 index rmoveto } if
  } exch cshow2
  6 {pop} repeat
} def
/Tj {
  fCol
  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 Tj1
} def
/Tj16 {
  fCol
  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 Tj1
} def
/Tj16V {
  fCol
  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 Tj1
} def
/Tj1 {
  0 pdfTextRise pdfTextMat dtransform rmoveto
  currentpoint 8 2 roll
  pdfTextRender 1 and 0 eq {
    6 copy awidthshow
  } if
  pdfTextRender 3 and dup 1 eq exch 2 eq or {
    7 index 7 index moveto
    6 copy
    currentfont /FontType get 3 eq { fCol } { sCol } ifelse
    false awcp currentpoint stroke moveto
  } if
  pdfTextRender 4 and 0 ne {
    8 6 roll moveto
    false awcp
    /pdfTextClipPath [ pdfTextClipPath aload pop
      {/moveto cvx}
      {/lineto cvx}
      {/curveto cvx}
      {/closepath cvx}
    pathforall ] def
    currentpoint newpath moveto
  } {
    8 {pop} repeat
  } ifelse
  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
/Tclip { pdfTextClipPath cvx exec clip newpath
         /pdfTextClipPath [] def } def
% Level 2 image operators
/pdfImBuf 100 string def
/pdfIm {
  image
  { 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
/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 axialCol sc
    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
    0 360 arc h f*
  } ifelse
} def
end
%%EndResource
%%EndProlog
%%BeginSetup
xpdf begin
%%BeginResource: font CMR12
%!FontType1-1.0: CMR12
12 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 /CMR12 def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/FontBBox [0 -250 719 750] readonly def
/StrokeWidth 0 def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 47 /slash put
dup 71 /G put
dup 86 /V put
dup 101 /e put
readonly def
currentdict end
currentfile eexec
5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
F95CB8F8CCC9D94D5DC34E9811120A9E9E71C6DDD3132B5CC9D46DECE24A719A
FDDB1841D3E6A93CC2618BCCD8F4074DF63BC9DFABFEBC774BFB261B9FFFBAB5
CA354CA4AD04DCCD068B7F42CFE13B2BB384ECC4305EE3A5E1F86E88E268BB0B
A2E8A4C36FDBD63E11F095BE2A6CB2C87BEA09B603D867A6E45B424376702E63
C1FDB89550B5D876393EFD48F11F35365DE84746A9DAFB25A0EFFCF59CE8AE28
7DC0A578102E6E9AF8B40D0840DAB94F5313B262AB479F2291CCA365B461BA88
70B2A69887670203E3705E932D089DC28010F10F998FBA775C9BE04F00390253
28E13B2FF090F7352EFD22FC76BC05F432599E295FF3872CDCDCEE5E75D5B249
0E9C1DC24DA890F6349E3E846952B87B3D3248CEED60375D2E8ABB8252229849
9F45E76DA401A2197662B87E180C1FA963CA343DB24F2A3C2600FABF9C4D6837
0F015EB0692BAF1A366E3DD126B4D04CA91BB71A565129757F4B76C55091A566
15F7107AF42915F4CD0D60C8DD6240EF4FF81E330423D43D91F894E43573521A
F2D189ABA31A540C25408B69606639CC5841137026278E383648F97325DC0CCB
A63FDC6C3153F9D9973A79F4BF4724FA640257674165408CCCC6003B26DD689B
E622395BCF26FE49686B0A31CF629035258B0737D59958065FB8A7E8612912F9
6EFE8C9F2E409BB6EAD3C61CFAD18B5FAD42DAFA2BF77E7975C1AA233D84BD4A
3D097A58FEA2173768C3123ABA53381679D8C9E4AEC776D79940A5A98796A160
37ED1108FB144C8DFB2ED9F83BE9140AEC8ED61CDA58128A9106B72E781CB563
7ED453A579EDBCA6D9C618A25C19EAA3D4DAF7C39EE6E1D40057EF976C372559
8B4622C261D4285F13D149ED27AA48DF8F08C78596ADB05D094DD2388B0CD702
32413D28B9469501262539B7E23733EBD00D9ED416F1F27EEAC6A172B515BB13
BC7E1A02D4AD4F56179CD0F602B667145A79AA32462CA26508379CA6206B80FD
D9BC9A9724946187B0A325D293F071C2988CDA6996E0144B5EBE2F98BDC3FE79
31609D34E86EE72E8279392614B399D138869E9554AD3ED403FDA73E34B530F8
50CFA048E955FEE21544B1FA5BDFD16BB206E7C08E9830ABA6ECE788697A4B80
EEA6FE93D02EE5481D336D37C171B24AE545D15946DAC24A0BDDAD9A7FE1E013
56A7DDFB99EFE7464F7A28992A10C824101B945E0220FB8FC399853673955489
8909593136924368E89BCE6BF9998C8A97BA223E91936CEF28E7D33194D22401
85EB648C017E9E6A989953D4528BF02A8F8E7D6975
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
/F8_0 /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
  /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 CMSY8
%!FontType1-1.0: CMSY8
12 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 /CMSY8 def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/FontBBox [0 0 736 273] readonly def
/StrokeWidth 0 def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 0 /minus put
readonly def
currentdict end
currentfile eexec
5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
FCC85D7215D6A753D1600450880CA3ACF55B3AD66A86569B45E1CD936342DD19
BAC805F187C78ABAEC8EE81012D1BA0ADD5B7EDB44BBBF79BE3AF7BFF7AA2CEA
283ABB6ED5A981FF5CB142F669C41BF29142AC04D1CC1DB61EC37FF35E77AB73
77FB5234EE7363177FADD38D449224958A8BE06017F6B9D626BC221FA08E037B
07A2D2C913421668864BAAC4DE3129B2E9F860351DCD880E06D20F7BE7B775CB
831DB014F04C8A0C6CF6EE787AE4C129CC5AC4AC8D1345FC899964527F120408
8711A655A739F350E16389349F9EF58F4302ECEA01CBED41CBB1CB31E96BF981
EF8A7BBE2570619225463F8F792FA67C3724B91CCCF099977EE7F3827A0E1C71
16D5A8242812A9AA5CFCBBFC415ACC7FAAC1BDE90C3B932EC9EDAE421701E7EC
EBDC767C785606A634F55ED2E560818B41FFA6BE09346C236B2225CDA0884596
9313C2EC4797F784B9C59DDA6F187804
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
/F9_0 /CMSY8 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
  /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 CMR8
%!FontType1-1.0: CMR8
12 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 /CMR8 def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/FontBBox [0 -104 766 665] readonly def
/StrokeWidth 0 def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 43 /plus put
dup 50 /two put
readonly def
currentdict end
currentfile eexec
5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
F95CB8F8CCC9D94D5DC34E9811120A9E9E71C6DDD3132B5CC9D46DECE24A719A
FDDB1841D3E6A93CC2618BCCD8F4074DF63BC9DFABFEBC774BFB261B9FFFBAB5
CA354CA4AD04DCCD068B7F42CFE13B2BB384ECC4305EE3A5E1F86E88E313AA4D
70FE0F2BE26038E08525CF5EB693875CF0B1F30BB17DBAF9FE6A67703681C0AE
9253AD8F42F0A26BABABCCD6080BFAA3DE0E36448FF7FD203A683CBE581CB2EC
B32BA9AA445C8D21A31B2566D782BE7058954836A022E87F8847DF6440AA3877
33ED181E405A85618DE845BA21BCECB298A83A3CC6C2775A974E907A9BE1F7DA
36207B22DD7DB186E38637943069CA73B0E29247FB72BC51E1C22E5846207532
D67AAB2469DCB79670D97401310FE11AE7852ADCEF2A35A3693438723B6159F0
C2193563ECA7AB9064662ABB628A75EA3247E74926ECCAA10D711611C324117A
FFF67008440D049194E73172ED8F8AC477B552372A407D0E48C6C84636112392
C18B0A316B3A61091FA96E36FB2A85053711D35D95F84688E192309D34A491A6
F50C47F910FDA4D83B8D28459E09DB9AF5039C21DC595B05A916F0E9E4C71F63
D0C2B217193492DBD1474B2457FF5A0AF98F0E3D5C4C5B8831C04DAE98897B2F
5C5D98B4E7671E6793DE5F0FB944BAD28C3E202EC4F2CF7D0D3376D91EECB171
63A6E9CFF48853CF8A83F4DC6BC07FD9D3793F3782F8A9415F76F86BB8044D03
147750B466924E80B748AB2E4D20B0AE27412F8DAA9FD3E4B3E050502A6402FF
E311326423C6768FF004B65A9A52CC1648B7DF50CCF61B1CC0C37967E36CFBB3
427D75CB53021D79F2A34B6866EC17DE7777434808072F1D9137F0B6DE98DAF4
47CB5B45F0A605
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
/F10_0 /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
  /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 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 /CMMI12 def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/FontBBox [0 -10 827 441] readonly def
/StrokeWidth 0 def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 109 /m put
readonly def
currentdict end
currentfile eexec
5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
F95CB8F8CCC9D94D5DC34E9811120A9E9E71C1D559F732F6DBE4BD53A4D3AC30
EA780A1EAB6D5293D8749AA04212931AA44D0C4FB6DE46CBCC0252D2F62B661A
2C731BF8C30E2F4DEB71C531D4BE210220A930D4D0F9B072DDF863E0697BE742
2569F773FD6E46E3494C14338B2A80CA9971F8C25EBF4CD7075702CBB7B8AB56
C030C6C6623F92B892CFE65B10AA159AD4DE9381FB6F70342A5EEBBD510F1259
F811649D30793EA1B2D2AE86277C3911C02ACE921ADC26F529E6F9458E27493F
B8350D799BF6152FC1FDEE3B6AC51B88AF26E25D1E6CECD237E8CA6E75FD3B43
A13191B02B7E1263706B867EBD6B71A8E4C4D9916045287C05E01ACAB04F6D45
00C6F0B8719D76834BC15CB40B6BCF6F875F189A07F71BDABC07891AAD14986C
0DF6DAECE1AA4E233D9E3312CE9660EB77542CBE7B7B46245152B57A54247587
AFCEA5EDEAE52C49AAEF79695357D0C5006860B29764A9E78CC27CE846F0C83A
5CD7A318934D78348C68EA4FDB6777EF7921A25841204461399510D3B4284FA5
F0C930127DE0E6E0595809935B4D2503C81345B761FC27A795340B3196861406
AC7B828ECB02B26EC76CB7EDB031F7341485E2C2DBC6538465F2A59E87670648
A81D6BA75ACD1E068D3BE74ED73BAD8E67DCCF8F69DDD9BF4D9ABD0B2875E1F9
B8BFF945BEC6A1E4F0CB09E3313EACD20A50DEA89FBC144271B35494BEAA8F1A
D4618D8291E800537F7D01EE61F2DCEA1D72C14F29E436F0D1F2CC773BFCC0A6
01332F4ABED9DE3064FDB883CADAAE34786669D97E5A1D5F6A1E28001A6EF86B
3E2708336479A15EBE1A93307102C4E8073FCFC423B39ACF48949785F7A3BC81
9E32F9DB1457B4310D8C60B64F545386180F111844EB86DAF936B6C394AE7E2C
2E8E
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
/F11_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
/F12_0 /Courier 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/quoteright
  /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
  /quoteleft/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/.notdef
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  /.notdef/exclamdown/cent/sterling/fraction/yen/florin/section
  /currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl
  /.notdef/endash/dagger/daggerdbl/periodcentered/.notdef/paragraph/bullet
  /quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand/.notdef/questiondown
  /.notdef/grave/acute/circumflex/tilde/macron/breve/dotaccent
  /dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron
  /emdash/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  /.notdef/AE/.notdef/ordfeminine/.notdef/.notdef/.notdef/.notdef
  /Lslash/Oslash/OE/ordmasculine/.notdef/.notdef/.notdef/.notdef
  /.notdef/ae/.notdef/.notdef/.notdef/dotlessi/.notdef/.notdef
  /lslash/oslash/oe/germandbls/.notdef/.notdef/.notdef/.notdef]
pdfMakeFont
%%EndSetup
pdfStartPage
[] 0 d
1 i
0 j
0 J
10 M
1 w
/DeviceGray {} cs
[0] sc
/DeviceGray {} CS
[0] SC
false op
false OP
0 0 255 245 re
W
q
q
[1 0 0 1 -97 -433] cm
q
[1 0 0 1 0 0] cm
0 0 612 792 re
W
q
[0.1 0 0 0.1 0 0] cm
q
1210.42 4513.47 2303.76 2303.74 re
W
2.5 w
1 J
1 j
/DeviceGray {} CS
[0] SC
1448.79 4675.3 m
1448.79 4688.41 l
S
/DeviceGray {} cs
[0] sc
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 141.92 458.777] Tm
0 0 Td
/F12_0 10 Tf
(0) 6 Tj
Q
1811.02 4675.3 m
1811.02 4688.41 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 172.104 458.777] Tm
0 0 Td
/F12_0 10 Tf
(0.5) 18 Tj
Q
2173.28 4675.3 m
2173.28 4688.41 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 214.37 458.837] Tm
0 0 Td
/F12_0 10 Tf
(1) 6 Tj
Q
2535.54 4675.3 m
2535.54 4688.41 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 244.555 458.837] Tm
0 0 Td
/F12_0 10 Tf
(1.5) 18 Tj
Q
2897.79 4675.3 m
2897.79 4688.41 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 286.936 458.777] Tm
0 0 Td
/F12_0 10 Tf
(2) 6 Tj
Q
3260.05 4675.3 m
3260.05 4688.41 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 317.112 458.777] Tm
0 0 Td
/F12_0 10 Tf
(2.5) 18 Tj
Q
1.25 w
1521.23 4675.3 m
1521.23 4683.16 l
S
1593.68 4675.3 m
1593.68 4683.16 l
S
1666.13 4675.3 m
1666.13 4683.16 l
S
1738.57 4675.3 m
1738.57 4683.16 l
S
1883.49 4675.3 m
1883.49 4683.16 l
S
1955.94 4675.3 m
1955.94 4683.16 l
S
2028.39 4675.3 m
2028.39 4683.16 l
S
2100.83 4675.3 m
2100.83 4683.16 l
S
2245.75 4675.3 m
2245.75 4683.16 l
S
2318.2 4675.3 m
2318.2 4683.16 l
S
2390.64 4675.3 m
2390.64 4683.16 l
S
2463.09 4675.3 m
2463.09 4683.16 l
S
2607.98 4675.3 m
2607.98 4683.16 l
S
2680.45 4675.3 m
2680.45 4683.16 l
S
2752.9 4675.3 m
2752.9 4683.16 l
S
2825.35 4675.3 m
2825.35 4683.16 l
S
2970.24 4675.3 m
2970.24 4683.16 l
S
3042.71 4675.3 m
3042.71 4683.16 l
S
3115.16 4675.3 m
3115.16 4683.16 l
S
3187.61 4675.3 m
3187.61 4683.16 l
S
3332.5 4675.3 m
3332.5 4683.16 l
S
3404.96 4675.3 m
3404.96 4683.16 l
S
3477.41 4675.3 m
3477.41 4683.16 l
S
2.5 w
1416.63 4675.3 m
3512.9 4675.3 l
S
1416.63 4686.69 m
1429.73 4686.69 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 134.214 465.7] Tm
0 0 Td
/F12_0 10 Tf
(0) 6 Tj
Q
1416.63 5010.62 m
1429.73 5010.62 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 122.134 498.094] Tm
0 0 Td
/F12_0 10 Tf
(0.5) 18 Tj
Q
1416.63 5334.54 m
1429.73 5334.54 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 134.214 530.441] Tm
0 0 Td
/F12_0 10 Tf
(1) 6 Tj
Q
1416.63 5658.48 m
1429.73 5658.48 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 122.134 562.91] Tm
0 0 Td
/F12_0 10 Tf
(1.5) 18 Tj
Q
1416.63 5982.41 m
1429.73 5982.41 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 134.234 595.198] Tm
0 0 Td
/F12_0 10 Tf
(2) 6 Tj
Q
1416.63 6306.35 m
1429.73 6306.35 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 122.134 627.667] Tm
0 0 Td
/F12_0 10 Tf
(2.5) 18 Tj
Q
1416.63 6630.27 m
1429.73 6630.27 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 134.245 660.059] Tm
0 0 Td
/F12_0 10 Tf
(3) 6 Tj
Q
1.25 w
1416.63 4751.48 m
1424.49 4751.48 l
S
1416.63 4816.26 m
1424.49 4816.26 l
S
1416.63 4881.05 m
1424.49 4881.05 l
S
1416.63 4945.83 m
1424.49 4945.83 l
S
1416.63 5075.4 m
1424.49 5075.4 l
S
1416.63 5140.2 m
1424.49 5140.2 l
S
1416.63 5204.97 m
1424.49 5204.97 l
S
1416.63 5269.77 m
1424.49 5269.77 l
S
1416.63 5399.34 m
1424.49 5399.34 l
S
1416.63 5464.13 m
1424.49 5464.13 l
S
1416.63 5528.91 m
1424.49 5528.91 l
S
1416.63 5593.7 m
1424.49 5593.7 l
S
1416.63 5723.27 m
1424.49 5723.27 l
S
1416.63 5788.05 m
1424.49 5788.05 l
S
1416.63 5852.84 m
1424.49 5852.84 l
S
1416.63 5917.62 m
1424.49 5917.62 l
S
1416.63 6047.21 m
1424.49 6047.21 l
S
1416.63 6111.99 m
1424.49 6111.99 l
S
1416.63 6176.78 m
1424.49 6176.78 l
S
1416.63 6241.56 m
1424.49 6241.56 l
S
1416.63 6371.13 m
1424.49 6371.13 l
S
1416.63 6435.93 m
1424.49 6435.93 l
S
1416.63 6500.7 m
1424.49 6500.7 l
S
1416.63 6565.5 m
1424.49 6565.5 l
S
1416.63 6695.07 m
1424.49 6695.07 l
S
1416.63 6759.86 m
1424.49 6759.86 l
S
2.5 w
1416.63 4675.3 m
1416.63 6771.58 l
S
1448.79 6758.48 m
1448.79 6771.58 l
S
1811.02 6758.48 m
1811.02 6771.58 l
S
2173.28 6758.48 m
2173.28 6771.58 l
S
2535.54 6758.48 m
2535.54 6771.58 l
S
2897.79 6758.48 m
2897.79 6771.58 l
S
3260.05 6758.48 m
3260.05 6771.58 l
S
1.25 w
1521.23 6763.72 m
1521.23 6771.58 l
S
1593.68 6763.72 m
1593.68 6771.58 l
S
1666.13 6763.72 m
1666.13 6771.58 l
S
1738.57 6763.72 m
1738.57 6771.58 l
S
1883.49 6763.72 m
1883.49 6771.58 l
S
1955.94 6763.72 m
1955.94 6771.58 l
S
2028.39 6763.72 m
2028.39 6771.58 l
S
2100.83 6763.72 m
2100.83 6771.58 l
S
2245.75 6763.72 m
2245.75 6771.58 l
S
2318.2 6763.72 m
2318.2 6771.58 l
S
2390.64 6763.72 m
2390.64 6771.58 l
S
2463.09 6763.72 m
2463.09 6771.58 l
S
2607.98 6763.72 m
2607.98 6771.58 l
S
2680.45 6763.72 m
2680.45 6771.58 l
S
2752.9 6763.72 m
2752.9 6771.58 l
S
2825.35 6763.72 m
2825.35 6771.58 l
S
2970.24 6763.72 m
2970.24 6771.58 l
S
3042.71 6763.72 m
3042.71 6771.58 l
S
3115.16 6763.72 m
3115.16 6771.58 l
S
3187.61 6763.72 m
3187.61 6771.58 l
S
3332.5 6763.72 m
3332.5 6771.58 l
S
3404.96 6763.72 m
3404.96 6771.58 l
S
3477.41 6763.72 m
3477.41 6771.58 l
S
2.5 w
1416.63 6771.58 m
3512.9 6771.58 l
S
3499.8 4686.69 m
3512.9 4686.69 l
S
3499.8 5010.62 m
3512.9 5010.62 l
S
3499.8 5334.54 m
3512.9 5334.54 l
S
3499.8 5658.48 m
3512.9 5658.48 l
S
3499.8 5982.41 m
3512.9 5982.41 l
S
3499.8 6306.35 m
3512.9 6306.35 l
S
3499.8 6630.27 m
3512.9 6630.27 l
S
1.25 w
3505.04 4751.48 m
3512.9 4751.48 l
S
3505.04 4816.26 m
3512.9 4816.26 l
S
3505.04 4881.05 m
3512.9 4881.05 l
S
3505.04 4945.83 m
3512.9 4945.83 l
S
3505.04 5075.4 m
3512.9 5075.4 l
S
3505.04 5140.2 m
3512.9 5140.2 l
S
3505.04 5204.97 m
3512.9 5204.97 l
S
3505.04 5269.77 m
3512.9 5269.77 l
S
3505.04 5399.34 m
3512.9 5399.34 l
S
3505.04 5464.13 m
3512.9 5464.13 l
S
3505.04 5528.91 m
3512.9 5528.91 l
S
3505.04 5593.7 m
3512.9 5593.7 l
S
3505.04 5723.27 m
3512.9 5723.27 l
S
3505.04 5788.05 m
3512.9 5788.05 l
S
3505.04 5852.84 m
3512.9 5852.84 l
S
3505.04 5917.62 m
3512.9 5917.62 l
S
3505.04 6047.21 m
3512.9 6047.21 l
S
3505.04 6111.99 m
3512.9 6111.99 l
S
3505.04 6176.78 m
3512.9 6176.78 l
S
3505.04 6241.56 m
3512.9 6241.56 l
S
3505.04 6371.13 m
3512.9 6371.13 l
S
3505.04 6435.93 m
3512.9 6435.93 l
S
3505.04 6500.7 m
3512.9 6500.7 l
S
3505.04 6565.5 m
3512.9 6565.5 l
S
3505.04 6695.07 m
3512.9 6695.07 l
S
3505.04 6759.86 m
3512.9 6759.86 l
S
2.5 w
3512.9 4675.3 m
3512.9 6771.58 l
S
Q
q
1416.63 4675.3 2096.27 2096.28 re
W
q
[2015.65 0 0 -2015.65 1456.94 6731.27] cm
/DeviceGray setcolorspace
<<
  /ImageType 1
  /Width 500
  /Height 500
  /ImageMatrix [500 0 0 -500 0 500]
  /BitsPerComponent 8
  /Decode [0 1]
  /DataSource currentfile
    /ASCII85Decode filter
    /RunLengthDecode filter
>>
pdfIm
JcC<$JcC<$JcF@%JbHhOJcC<$nc+14Jb8s6JcDVIJb"B_e+/(ib5[%^Jag,;JcFg2
JaS*WTC.:1q>Z$4JaA?^MZ87mJa.gOrp#gLJ`q[KJ`u[gUAof-J`hUIki]#HJ`VIE
J`YeNZi>U:J`D=Af]0RCJ`21=J`5#8_#JuCJ_u%9bhpD>J_bn5J_eB&b5[%IJ_Pb1
_qWH9J_>V-J_@ild/S[KJ_,J)^":a5J^o>%J^q?^f)L<NJ^f8#\('(1J^T+tJ^V!T
gAc`NJ^AtpZd@M-J^/hlJ^1RHhZ&/NJ]r\hYfu#)J]`PdJ]b1=i;\AMJ]WJbY0#Z&
J]E>^J]Fn5ir=SKJ]32ZXMs6"J]!&VJ]"P+jSseIJ\coRWkmfsJ\ZiPJ\\8#k5U"H
J\H]LWP7KoJ\6QHJ\7tpk5U"DJ\$EDW4M0lJ[p?BJ[q_ik5U"AJ[^3>W41siJ[L':
J[MGakPp+?J[C!8VmPXeJ[0j4J[25[kPp+;JZs^0W3GFaJZaR,JZbrSkPp+8JZXL*
W3,4^JZF@&JZG`MkPp+4JZ44"W2\qZJZ+-uJZ,QHjo9n/JYn!qWi"nXJY[jmJY]9@
jo9n,JYRdkWh\\UJY@XgJYB*;jSse(JY7ReX.\MQJY%FaJY&p6jSse$JXh:]X.85M
JX_4[JX`a1ir=RtJXM(WXdS/JJXD"UJXEU-iW"IpJX1kQXd7rGJX(eOJX*C'i;\@l
JWkYKYERoEJWYMGJW[-uhuA7hJWPGEY`R`AJW>;AJW@!qh>`%cJW55?ZAm]?JW#);
JW$dkh>`%`JVo#9ZARH;JV\l5JV^Xgg])h[JVSf3["mB8JVAZ/JVCLcgAc_WJV8T-
[=m65JV&H)JV(=^f`-MRJUrB'[t302JUi<%JUk7\f)L;MJUW0!\UN*/JUN)tJUP+X
ec12IJU;rp\pMs,JU2lnJU4qSe,OuDJTu`j]Qhm)JTlZhJTneOdJnc@JTcTf^37m'
JTQHbJTSYKd/SZ<JTHB`^2q[$JT?<^JTAMGci8Q8JT-0Z^i7U!JT$*XJT&ACc2W?4
JSp$V_J[TtJS]mRJS`5?bQ!-/JSTgP`,!NqJSKaNJSN/=b5[$+JS9UJ`G!BnJS0OH
JS2u8aT$g'JS'IFa(EBlJRj=BJRli4`rCU"JRa7@a^`<iJRX1>JRZc2`;bBsJRO+<
b@/<gJR<t8JR?W._Z,0nJR3n6c!J9eJR*h4JR-N+_>f'kJR!b2cWn6bJQdV.JQgE(
^AiaeJQ[P,d940_JQRJ*JQU?&]`3OaJQID(doX0]JQ@>&JQC9$])R=\JQ.2"ePs*Z
JQ%+uJQ(,u\Gq+XJPq%sf2B*XJPgtqJPk&s\,V"UJP^nofMK$VJPUhmJPXrp[JteQ
JPLbkg.o$TJP:VgJP=flZi>SLJP1Pege4sQJP(JcJP+`jZ2]AHJOtDahFXsOJOk>_
JOnZhYQ'/DJOb8]i('sMJOY2[JO\TfXoEr@JOP,Yi^KsKJOG&WJOJNdX8d`<JO=uU
j?osIJO4oSJO8HbWrIW9JO+iQj[#mGJO"cOJO&B`VuM<4JNn]MkWbsEJNeWKJNi<^
V>l*0JN\QIl91sCJNSKGJNW6\U]5m,JNJEEloUsAJNA?CJNE0ZU&T[(JN89AmQ$s?
JN/3?JN3*XTDsI$JN&-=n2Hs=JMr';JN!$VSc=6uJMi!9nhls;JM_p7JMcsTS,\$q
JMVj5oJ;s9JMMd3JMQmRRK%gmJMD^1p+_s7JM;X/JM?jQQiDUiJM2R-pb.s5JM2R-
JM6gPQ2cCfJM)L+qC\$4JLuF)JM$aNPQ-1bJLl@'r%+$2JLc:%JLg[LOoKt^JLZ4#
r[O$0JLZ4#JL^[LO8jb[JLQ.!!%Es.JLH'tJLHNXJL?!rJgZNWJL5ppK-lNVJL,jn
KI)NUJL,jnL*_ZUJL#dlLEqZTJKo^jLa.ZSJKfXhM'@ZRJKfXhMB[`RJK]RfM]m`Q
JKTLdN$*`PJKKFbN?<`OJKKFbNZWiP!<7TkJKBjnJcGcMJK9:^O<&oPs8RWjJK9gm
JcG`LJK04\OrT&Qr;V<eJK'dlJcGWIJK'.ZPT,2RqYu*bJJsdlJcGQGJJj"VQ5P8R
q#>m_JJjdlJcGKEJJ`qTQl(DSpA][[JJX^jJcGECJJWkRRMUPTo`'IXJJO^jJcG?A
JJNePS/-\Uo)F7UJJF^jJcG9?JJ<YLT+lkVn,IqQJJ=akJcG0<JJ3SJTbE"WmJh_N
JJ4akJcG*:JJ*MHUCr.Xli2MKJJ+akJcG$8JJ!GFV%J:Yl2Q;HJJ"akJcFs6JImAD
V\"FZkPp)DJIe[iJcFm4JId;BW=OR[jo9lAJI\^jJcFd1JI[5@X:Bg]ir=Q>JI\dl
JcF^/JIR/>Xpos^i;\?;JISdlJcFX-JII)<YRH*_hZ&-8JIJdlJcFR+JI@#:Z3u6`
h#Dp5JIAdlJcFO*JI6r8ZO29`g])g3JI8akJcFI(JI6r8[L.Tcf`-L/JI/dlJcF@%
JI-l6\-[`df)L:,JI&dlJcF:#JI$f4\d3leeGk(*JI&jnJcF4!JHp`2]Ea#fdf4k'
JHrjnJcF-tJHp`2^'B5hd/SY$JHijnJcF'rJHgZ0^]oAicMrG"JHisqJcEsoJH^T.
_ZbVkbQ!+sJH`sqJcEmmJH^T.`<Chmao?npJHWsqJcEgkJHUN,`rptna8^\nJHX$s
JcEaiJHUN,aTR1p`W(JkJHO$sJcE[gJHLH*b6*=q_uG8iJHO.!JcERdJHLH*c3&Xt
_#JreJHF.!JcELbJHCB(ciSdu^Ai`cJHF4#JcEF`JHCB(dK5""]`3NaJHF:%JcE@^
JH:<&e,b.#])R<^JH=:%JcE:\JH:<&ecC@%\Gq*\JH=C(JcE1YJH:<&f`?[([JtdY
JH=I*JcE+WJH:<&gAum*Zi>RVJH4I*JcE%UJH16$h#N$+Z2]@TJH4O,JcDtSJH16$
hZ/6-YQ'.RJH4U.JcDnQJH16$i;eH/XoEqPJH4^1JcDeNJH16$j8ac2WrIVMJH4d3
JcD_LJH16$joBu4W;hDKJH4j5JcDYJJH16$kQ$26VZ22IJH4p7JcDVIJH16$kl?;7
V>l)HJH4s8JcDPGJH16$lMuM9U]5lFJH5';JcDGDJH16$mJqh<T`9QCJH5-=JcDAB
JH16$n,S%>T)X?AJH53?JcD;@JH16$nc47@SH"-?JH59AJcD5>JH16$oDjIBRf@p=
JH5?CJcD/<JH16$pAfdEQiDU:JH5HFJcD&9JH16$q#H!GQ2cC8JH5NHJcCu7JH16$
qZ)3IPQ-16JH5TJJcCo5JH:<&r;hKLOoKt5JH>`NJcCi3JH:<&rrI]NO8jb3JH5`O
JcCc1JH:?'JcC]/JH:B(JcCZ.JH:E)JcCW-JHCN,JcCT,JHCQ-JcCQ+JHCT.JcCN*
JHCW/JcCK)JHCZ0JcCH(JHLc3JcCE'JHLi5JcC?%JHLl6JcC<$JHLo7JcC<$!<7TQ
Ns(%6JcGcMJHV&;JcC<$rr7NPOT^78JcG]KJH_2?JcC<$r;V<OP6HO;JcGWIJH_8A
JcC<$qYu*MPm)a=JcGQGJHhGFJcC<$p]#dKQj/-AJcGHDJHhMHJcC<$p&BRJRKnED
JcGBBJHqYLJcC<$oDa@HS-OWFJcG<@JI%ePJcC<$nc+.GSd9oIJcG6>JI.qTJcC<$
n,IqFTa?;MJcG-;JI/%WJcC<$m/MVDUC)SPJcG'9JI81[JcC<$lMlDCV$hkSJcG!7
JIA=_JcC<$kl62AV[J(UJcFp5JIJIcJcC<$k5Tu@W=4@XJcFj3JISUgJcC<$jSsc?
X:9a\JcFa0JI\dlJcC<$iW"H=Xq$$_JcF[.JIeppJcC<$huA6<YRc<bJcFU,JIo't
JcC<$h>`$;Z4MTeJcFO*JJ#4#JcC<$g])g:Zk7lhJcFI(JJ,C(JcC<$f`-L8[h=8l
JcF@%JJ5O,JcC<$f)L:7\J'PoJcF:#JJ>[0JcC<$eGk(7]+onsJcF4!JJGg4JcC<$
df4k6]bZ2!JcF-tJJPs8JcC<$d/SY5^__S%JcF$qJJc3?JcC<$c2W>3_AIk(JcEso
JJl?CJcC<$bQ!,3`#=4,JcEmmJJuKGJcC<$b5[#3`>aC.JcEjlJK)TJJcC<$aT$f2
`uK[1JcEdjJK;iQJcC<$`W(K1arZ-6JcE[gJKDuUJcC<$_uG90bTDE9JcEUeJKW2[
JcC<$_>f'/c6.]<JcEOcJK`>_JcC<$^]/j/cm"&@JcEIaJKrPeJcC<$^&NX.dj'GD
JcE@^JL&_jJcC<$])R=-eKoeHJcE:\JL8qpJcC<$\Gq+-f-c.LJcE4ZJLB(tJcC<$
[f:n,fdMFOJcE.XJLT;%JcC<$[/Y\,gF@dSJcE(VJLfP,JcC<$Z2]A*hCF0WJcDtS
JLo\0JcC<$YQ'/*i%9N[JcDnQJM,n6JcC<$XoEr*i\,l_JcDhOJM?+<JcC<$X8d`*
j=u5cJcDbMJMQ=BJcC<$WW.N)k;%VgJcDYJJMZLGJcC<$VZ23(kqmtkJcDSHJMl^M
JcC<$V#Q!(lSa=oJcDMFJN)pSJcC<$UAod(m5T[sJcDGDJN<-YJcC<$T`9R(mlH%"
JcDABJNNB`JcC<$Sc=7'niVL'JcD8?JN`TfJcC<$S,\%'oKIj+JcD2=JNrflJcC<$
RK%h'p-=3/JcD,;JO0#rJcC<$QiDV'pd0Q3JcD&9JOB6#JcC<$Q2cD'qa?#8JcCr6
JOTK*JcC<$P5g)&rC2A<JcCl4JOf]0JcC<$OT0l&s%%_@JcCf2JOoi5JcC<$NrOZ'
JcC<$NW4T(JcC<$N;nN)JcC<$MuSK+JcC<$M>r<+JcC<$M#W6,JcC<$L]<0-JcC<$
LB!*.JcC<$L&[$0JcC<$K`?s1JcC<$KE$m2JcC<$K)^g3JcC<$JcCd5JcC<$JcGcM
OBR58JcC<$rr8*bJcC<$JcG]KP$ES<JcC<$r;VsdJcC<$JcGWIP[8q@JcC<$qYugg
JcC<$JcGQGQ=5@EJcC<$q#?[iJcC<$JcGKER:CgJJcC<$p&CIlJcC<$JcGBBRq@6O
JcC<$oDb=nJcC<$JcG<@SS<ZTJcC<$nc,1qJcC<$JcG6>T50#XJcC<$n,K%tJcC<$
JcG0<Tl,G]JcC<$mJir"JcC<$JcG'9UiCtcJcC<$lMm]$JcC<$JcG!7VK7=gJcC<$
kl7Q'JcC<$JcFp5W-3alJcC<$k5VE)JcC<$JcFj3Wd00qJcC<$jSu9,JcC<$JcFd1
XaG^"JcC<$iW$'/JcC<$JcF[.YCD-'JcC<$huBp2JcC<$JcFU,Z%7K+JcC<$h>ad5
JcC<$JcFO*Z\3o0JcC<$g]+X8JcC<$JcFI([>0>5JcC<$g&JO<JcC<$JcF@%\;Gk;
JcC<$f)N:>JcC<$JcF:#\rD:@JcC<$eGm.AJcC<$JcF4!]T@^EJcC<$df7"DJcC<$
JcF-t^6=-JJcC<$d/UkGJcC<$JcF'r_3]`QJcC<$c2YYJJcC<$JcEso_jZ/VJcC<$
bQ#MMJcC<$JcEmm`LVS[JcC<$aoBAPJcC<$JcEgka.S"`JcC<$a8a5TJcC<$JcEai
b+jOfJcC<$`;e#WJcC<$JcEXfbbp$lJcC<$_Z.lZJcC<$JcERdcDlHqJcC<$_#M`^
JcC<$JcELbd&hm!JcC<$^AlTaJcC<$JcEF`d]nB'JcC<$]`6KeJcC<$JcE=]e[0o-
JcC<$\c:6hJcC<$JcE7[f=->2JcC<$\,Y*kJcC<$JcE1Yft2h8JcC<$[K"soJcC<$
JcE+WgV/7=JcC<$ZiAgrJcC<$JcE%UhSOjDJcC<$YlEV!JcC<$JcDqRi5U?JJcC<$
Y5dJ$JcC<$JcDkPilQcOJcC<$XT.>(JcC<$JcDeNjNW8UJcC<$WrM2,JcC<$JcD_L
k0S\ZJcC<$W;l)0JcC<$JcDVIl-t:aJcC<$V>oi3JcC<$JcDPGle$dgJcC<$U]9]7
JcC<$JcDJEmG*9mJcC<$U&XQ;JcC<$JcDDCn)&]rJcC<$TE"E>JcC<$JcD>Ao&G<$
JcC<$SH&3BJcC<$JcD5>o]Lf*JcC<$RfE'FJcC<$JcD/<p?R;0JcC<$R/cpJJcC<$
JcD):q!We6JcC<$QN-dNJcC<$JcD#8qt#C=JcC<$PQ1RRJcC<$JcCo5rV(mCJcC<$
OoPFVJcC<$JcCi3s8.BIJcC<$O8f4YJcC<$JcC<$JcC<$JcD5>~>
%-EOD-
Q
Q
/DeviceGray {} CS
[0] SC
/DeviceGray {} cs
[0] sc
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[0 1 -1 0 106.68 539.359] Tm
0 0 Td
/F11_0 11.9552 Tf
(m) 10.2337 Tj
3.27967 TJm
10.2 4.31992 Td
/F10_0 7.97011 Tf
(2) 4.23213 Tj
4.28236 TJm
10.2 -3 Td
(+) 6.58331 Tj
-1.69701 TJm
16.8 -3 Td
/F9_0 7.97011 Tf
(\000) 6.58331 Tj
-1.69701 TJm
27.7199 0 Td
/F8_0 11.9552 Tf
(/) 5.85805 Tj
-333.489 TJm
(G) 9.18159 Tj
-4.61114 TJm
(e) 5.20051 Tj
3.56148 TJm
(V) 8.77512 Tj
1.27838 TJm
60.7199 4.31992 Td
/F10_0 7.97011 Tf
(2) 4.23213 Tj
4.28236 TJm
[1 0 0 1 220.08 436.52] Tm
0 0 Td
/F11_0 11.9552 Tf
(m) 10.2337 Tj
3.28171 TJm
10.2 4.31992 Td
/F10_0 7.97011 Tf
(2) 4.23213 Tj
4.28236 TJm
10.2 -2.88008 Td
/F9_0 7.97011 Tf
(\000) 6.58331 Tj
-1.69395 TJm
(\000) 6.58331 Tj
-1.69395 TJm
27.8398 -4.44089e-16 Td
/F8_0 11.9552 Tf
(/) 5.85805 Tj
-323.456 TJm
(G) 9.18159 Tj
-4.6091 TJm
(e) 5.20051 Tj
3.56148 TJm
(V) 8.77512 Tj
1.27633 TJm
60.7199 4.31992 Td
/F10_0 7.97011 Tf
(2) 4.23213 Tj
4.28236 TJm
Q
Q
Q
Q
Q
showpage
%%PageTrailer
pdfEndPage
%%Trailer
end
%%DocumentSuppliedResources:
%%+ font CMR12
%%+ font CMSY8
%%+ font CMR8
%%+ font CMMI12
%%EOF