%!PS-Adobe-3.0 EPSF-3.0
%Produced by poppler pdftops version: 0.24.4 (
http://poppler.freedesktop.org)
%%Creator: TeX
%%LanguageLevel: 2
%%DocumentSuppliedResources: (atend)
%%BoundingBox: 0 0 307 279
%%HiResBoundingBox: 0 0 307 279
%%DocumentSuppliedResources: (atend)
%%EndComments
%%BeginProlog
%%BeginResource: procset xpdf 3.00 0
%%Copyright: Copyright 1996-2011 Glyph & Cog, LLC
/xpdf 75 dict def xpdf begin
% PDF special state
/pdfDictSize 15 def
/pdfSetup {
/setpagedevice where {
pop 2 dict begin
/Policies 1 dict dup begin /PageSize 6 def end def
{ /Duplex true def } if
currentdict end setpagedevice
} {
pop
} ifelse
} def
/pdfSetupPaper {
2 array astore
/setpagedevice where {
pop 2 dict begin
/PageSize exch def
/ImagingBBox null def
currentdict end setpagedevice
} {
pop
} ifelse
} def
/pdfStartPage {
pdfDictSize dict begin
/pdfFillCS [] def
/pdfFillXform {} def
/pdfStrokeCS [] def
/pdfStrokeXform {} def
/pdfFill [0] def
/pdfStroke [0] def
/pdfFillOP false def
/pdfStrokeOP false def
/pdfLastFill false def
/pdfLastStroke false def
/pdfTextMat [1 0 0 1 0 0] def
/pdfFontSize 0 def
/pdfCharSpacing 0 def
/pdfTextRender 0 def
/pdfPatternCS false def
/pdfTextRise 0 def
/pdfWordSpacing 0 def
/pdfHorizScaling 1 def
/pdfTextClipPath [] def
} def
/pdfEndPage { end } def
% PDF color state
/cs { /pdfFillXform exch def dup /pdfFillCS exch def
setcolorspace } def
/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
setcolorspace } def
/sc { pdfLastFill not { pdfFillCS setcolorspace } if
dup /pdfFill exch def aload pop pdfFillXform setcolor
/pdfLastFill true def /pdfLastStroke false def } def
/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
/pdfLastStroke true def /pdfLastFill false def } def
/op { /pdfFillOP exch def
pdfLastFill { pdfFillOP setoverprint } if } def
/OP { /pdfStrokeOP exch def
pdfLastStroke { pdfStrokeOP setoverprint } if } def
/fCol {
pdfLastFill not {
pdfFillCS setcolorspace
pdfFill aload pop pdfFillXform setcolor
pdfFillOP setoverprint
/pdfLastFill true def /pdfLastStroke false def
} if
} def
/sCol {
pdfLastStroke not {
pdfStrokeCS setcolorspace
pdfStroke aload pop pdfStrokeXform setcolor
pdfStrokeOP setoverprint
/pdfLastStroke true def /pdfLastFill false def
} if
} def
% build a font
/pdfMakeFont {
4 3 roll findfont
4 2 roll matrix scale makefont
dup length dict begin
{ 1 index /FID ne { def } { pop pop } ifelse } forall
/Encoding exch def
currentdict
end
definefont pop
} def
/pdfMakeFont16 {
exch findfont
dup length dict begin
{ 1 index /FID ne { def } { pop pop } ifelse } forall
/WMode exch def
currentdict
end
definefont pop
} def
% graphics state operators
/q { gsave pdfDictSize dict begin } def
/Q {
end grestore
/pdfLastFill where {
pop
pdfLastFill {
pdfFillOP setoverprint
} {
pdfStrokeOP setoverprint
} ifelse
} if
} def
/cm { concat } def
/d { setdash } def
/i { setflat } def
/j { setlinejoin } def
/J { setlinecap } def
/M { setmiterlimit } def
/w { setlinewidth } def
% path segment operators
/m { moveto } def
/l { lineto } def
/c { curveto } def
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
neg 0 rlineto closepath } def
/h { closepath } def
% path painting operators
/S { sCol stroke } def
/Sf { fCol stroke } def
/f { fCol fill } def
/f* { fCol eofill } def
% clipping operators
/W { clip newpath } def
/W* { eoclip newpath } def
/Ws { strokepath clip newpath } def
% text state operators
/Tc { /pdfCharSpacing exch def } def
/Tf { dup /pdfFontSize exch def
dup pdfHorizScaling mul exch matrix scale
pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
exch findfont exch makefont setfont } def
/Tr { /pdfTextRender exch def } def
/Tp { /pdfPatternCS exch def } def
/Ts { /pdfTextRise exch def } def
/Tw { /pdfWordSpacing exch def } def
/Tz { /pdfHorizScaling exch def } def
% text positioning operators
/Td { pdfTextMat transform moveto } def
/Tm { /pdfTextMat exch def } def
% text string operators
/xyshow where {
pop
/xyshow2 {
dup length array
0 2 2 index length 1 sub {
2 index 1 index 2 copy get 3 1 roll 1 add get
pdfTextMat dtransform
4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put
} for
exch pop
xyshow
} def
}{
/xyshow2 {
currentfont /FontType get 0 eq {
0 2 3 index length 1 sub {
currentpoint 4 index 3 index 2 getinterval show moveto
2 copy get 2 index 3 2 roll 1 add get
pdfTextMat dtransform rmoveto
} for
} {
0 1 3 index length 1 sub {
currentpoint 4 index 3 index 1 getinterval show moveto
2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
pdfTextMat dtransform rmoveto
} for
} ifelse
pop pop
} def
} ifelse
/cshow where {
pop
/xycp {
0 3 2 roll
{
pop pop currentpoint 3 2 roll
1 string dup 0 4 3 roll put false charpath moveto
2 copy get 2 index 2 index 1 add get
pdfTextMat dtransform rmoveto
2 add
} exch cshow
pop pop
} def
}{
/xycp {
currentfont /FontType get 0 eq {
0 2 3 index length 1 sub {
currentpoint 4 index 3 index 2 getinterval false charpath moveto
2 copy get 2 index 3 2 roll 1 add get
pdfTextMat dtransform rmoveto
} for
} {
0 1 3 index length 1 sub {
currentpoint 4 index 3 index 1 getinterval false charpath moveto
2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
pdfTextMat dtransform rmoveto
} for
} ifelse
pop pop
} def
} ifelse
/Tj {
fCol
0 pdfTextRise pdfTextMat dtransform rmoveto
currentpoint 4 2 roll
pdfTextRender 1 and 0 eq {
2 copy xyshow2
} if
pdfTextRender 3 and dup 1 eq exch 2 eq or {
3 index 3 index moveto
2 copy
currentfont /FontType get 3 eq { fCol } { sCol } ifelse
xycp currentpoint stroke moveto
} if
pdfTextRender 4 and 0 ne {
4 2 roll moveto xycp
/pdfTextClipPath [ pdfTextClipPath aload pop
{/moveto cvx}
{/lineto cvx}
{/curveto cvx}
{/closepath cvx}
pathforall ] def
currentpoint newpath moveto
} {
pop pop pop pop
} ifelse
0 pdfTextRise neg pdfTextMat dtransform rmoveto
} def
/TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0
pdfTextMat dtransform rmoveto } def
/TJmV { 0.001 mul pdfFontSize mul neg 0 exch
pdfTextMat dtransform rmoveto } def
/Tclip { pdfTextClipPath cvx exec clip newpath
/pdfTextClipPath [] def } def
/Tclip* { pdfTextClipPath cvx exec eoclip newpath
/pdfTextClipPath [] def } def
% Level 2/3 image operators
/pdfImBuf 100 string def
/pdfImStr {
2 copy exch length lt {
2 copy get exch 1 add exch
} {
()
} ifelse
} def
/skipEOD {
{ currentfile pdfImBuf readline
not { pop exit } if
(%-EOD-) eq { exit } if } loop
} def
/pdfIm { image skipEOD } def
/pdfImM { fCol imagemask skipEOD } def
/pr { 2 index 2 index 3 2 roll putinterval 4 add } def
/pdfImClip {
gsave
0 2 4 index length 1 sub {
dup 4 index exch 2 copy
get 5 index div put
1 add 3 index exch 2 copy
get 3 index div put
} for
pop pop rectclip
} def
/pdfImClipEnd { grestore } def
% shading operators
/colordelta {
false 0 1 3 index length 1 sub {
dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
pop true
} if
} for
exch pop exch pop
} def
/funcCol { func n array astore } def
/funcSH {
dup 0 eq {
true
} {
dup 6 eq {
false
} {
4 index 4 index funcCol dup
6 index 4 index funcCol dup
3 1 roll colordelta 3 1 roll
5 index 5 index funcCol dup
3 1 roll colordelta 3 1 roll
6 index 8 index funcCol dup
3 1 roll colordelta 3 1 roll
colordelta or or or
} ifelse
} ifelse
{
1 add
4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
6 index 6 index 4 index 4 index 4 index funcSH
2 index 6 index 6 index 4 index 4 index funcSH
6 index 2 index 4 index 6 index 4 index funcSH
5 3 roll 3 2 roll funcSH pop pop
} {
pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
funcCol sc
dup 4 index exch mat transform m
3 index 3 index mat transform l
1 index 3 index mat transform l
mat transform l pop pop h f*
} ifelse
} def
/axialCol {
dup 0 lt {
pop t0
} {
dup 1 gt {
pop t1
} {
dt mul t0 add
} ifelse
} ifelse
func n array astore
} def
/axialSH {
dup 0 eq {
true
} {
dup 8 eq {
false
} {
2 index axialCol 2 index axialCol colordelta
} ifelse
} ifelse
{
1 add 3 1 roll 2 copy add 0.5 mul
dup 4 3 roll exch 4 index axialSH
exch 3 2 roll axialSH
} {
pop 2 copy add 0.5 mul
axialCol sc
exch dup dx mul x0 add exch dy mul y0 add
3 2 roll dup dx mul x0 add exch dy mul y0 add
dx abs dy abs ge {
2 copy yMin sub dy mul dx div add yMin m
yMax sub dy mul dx div add yMax l
2 copy yMax sub dy mul dx div add yMax l
yMin sub dy mul dx div add yMin l
h f*
} {
exch 2 copy xMin sub dx mul dy div add xMin exch m
xMax sub dx mul dy div add xMax exch l
exch 2 copy xMax sub dx mul dy div add xMax exch l
xMin sub dx mul dy div add xMin exch l
h f*
} ifelse
} ifelse
} def
/radialCol {
dup t0 lt {
pop t0
} {
dup t1 gt {
pop t1
} if
} ifelse
func n array astore
} def
/radialSH {
dup 0 eq {
true
} {
dup 8 eq {
false
} {
2 index dt mul t0 add radialCol
2 index dt mul t0 add radialCol colordelta
} ifelse
} ifelse
{
1 add 3 1 roll 2 copy add 0.5 mul
dup 4 3 roll exch 4 index radialSH
exch 3 2 roll radialSH
} {
pop 2 copy add 0.5 mul dt mul t0 add
radialCol sc
encl {
exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
0 360 arc h
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
360 0 arcn h f
} {
2 copy
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
a1 a2 arcn
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
a2 a1 arcn h
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
a1 a2 arc
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
a2 a1 arc h f
} ifelse
} ifelse
} def
end
%%EndResource
%%EndProlog
%%BeginSetup
xpdf begin
%%BeginResource: font SFRM1200
%!FontType1-1.0: SFRM1200
12 dict begin
/FontInfo 10 dict dup begin
/FullName (Computer Modern Roman) readonly def
/FamilyName (Computer Modern) readonly def
/isFixedPitch false def
/ItalicAngle 0 def
/UnderlinePosition 0 def
/UnderlineThickness 0 def
end readonly def
/FontName /SFRM1200 def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/FontBBox [0 -204 711 706] readonly def
/StrokeWidth 0 def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 29 /fl put
dup 45 /hyphen put
dup 66 /B put
dup 68 /D put
dup 70 /F put
dup 76 /L put
dup 80 /P put
dup 81 /Q put
dup 83 /S put
dup 97 /a put
dup 98 /b put
dup 100 /d put
dup 101 /e put
dup 103 /g put
dup 105 /i put
dup 108 /l put
dup 111 /o put
dup 112 /p put
dup 116 /t put
dup 117 /u put
dup 120 /x put
readonly def
currentdict end
currentfile eexec
5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
F88E0F5E0EFCFC36A7BF8C2785B1C6BD07EBBC49BD84D3177D0E74FBB743C182
197C42B13BBFE26E1DD6FA477EC32A86EE9C116A393094450E13CBCEBC8B9921
A529AE1151B5AE6296F7014608718D99C02BD87CF360A71EFAABF9A30ADE4FD0
9A4E45FAAB05BE616FD9536C3DD7AE46DF24997B691070C0C1607DAA651F48E7
C3966EAF764657E4D62647DA7FC91B9FEBA82925C7B7A9B0D22DD17C635A8568
30DB85CB257161E01C70CD9F4665CC31DE1F339482F7C7FAFB8339D598E26C02
3FEB6DB9024B8708472B69D61627AD4C87E856D168B9B36FD7EB83472FEF460A
DD68ABE140D6A246C9A7C89730CF4235D53018B66EFBA75B1D6F2D49557FA69A
5CD3A5EABCB7A48ADA7699FD03DD3BB5F0E0BF588ADB1DFC6EC567611C116203
56316D1DF28BF740AFB9B05AAD22981865A60BCEABD724554901776D1E6641E3
17C428C8C094062356BB27C833928A850D5AD620DBD3C3B493BF5C33B24F9D34
C463A0360E64DCAFF9667C5E3964D1380F841AF3A878069A597640D1C419B222
34D23F04D4D83B62DBE6CBD7BDD86F5AFA5ADC2D85703F20B254B48BFC5B41F6
A9D55234F0167DECBDEA69FB42DD5C22D5F41EB7BD09343251BCAF5873AB07FC
5B84FA7FAB332E3C67E24D0CA0835C13531BC2A2C3F13419A4B51F101E7C5F2D
7CFDD43985441C22ADB826E510936BE52F0EB281E7500950CFDCE17CB1E08A6D
A462DE6348FCDBE09501B7938609B2A8CFC156C208D5294C3B392E4EA1261C32
A574F2D26DA8FF31C819532DF96288EDE318C0C75BF89F7CC9E448B7CEF91E2D
8C3B321C2A4FF74699325BE875175B3ADB1A624C05FD369DA6B3A7495E29824C
255DF24FB901C269C0E4245C0F9377745449E6FD888F51536987B9B5944A3DFD
3DF53EDBD0E51BEF3E7E7E996092F640A860CC6FE8CE66DA4BD064D152A0A6D8
DA0853E33A2E20D54BED9C3EC97F9A79A0EBECD35A25EF0D44453B796B513562
85398828196F3A559D82E3A3851A4027142FC41443232AAC0C2E1017F6C3DD60
85CF2DCCE8A9364B80A659269C1F4BE315FD18E7DF67E8022ECC9F4F5124B13B
B9E864FA1D347D86D5D108919D7C22C25E4B1BB5488B290058C20F46DFCA3FA8
1FF62CB79D3967D51A2B566D9340A3CE460E80B3767A99853FFCF954F5A7D4EE
614F11ED7BF846D746A62E662A65E804D22D382CEAC3B0EB391CC91A46A084B5
68A095CF89C7FC0561AB26A976DD9A9EA258867C4FB99AB915F3C726E0A00455
65A8CB509CB9BE5F00F7C782F70DD9C3EBC78C206FE4D2BA419642F9A8ED3D61
14BDE188A1F5347638BFD60DC2305D86583ABEE0873475AD8A7343B4C8579A49
10E38E93948EB94897F2BEC5C132C8B01EA9D3139C35F4B96BA254777D7C2E46
3D8C1FA2B801D49146EB95B198603BAC9EB330097F37D7937F498222C4E801AF
9AFB3328C46369EA306797FC8FD899DD4F246E8CE925DF05338BBE280F3B6237
A2EA79D8D8C9E7E55B4CE7133D1F144E1A8CC4A28A039C9B3EF1DA3978BAB11F
121199AA61F73B742BAFA91AFA2CA227AEC3B80D1AFB581126A5E2025BD79C1D
20F01D199FF732D64B221670FAC512B648E04265B786D81104805F55529826EA
6B621F7DAB6ADD25880DB0C5811EEC3C60B3269F187ED62C0428B61F76D0CBE6
CF24EC08E19DF4511D0187EF6932180C3AF2F42A3E4D788617648D5942DBE816
145D0F094D12938AE87D392CC860BE21BEC2774EFC57F52AB513C0E6FC75FF0C
7F426D4166FFB6440CE069278B99AEA178AE7A25C5532AF10737CCD42322D40C
17702501BCDAC76B7AD4E44E07B8C218E27549CC9BD20D508C24F3D710CDBE03
C6932DCFF9FF4E32FDFB81374800A9B058C03EFEBFA9E7232BF5A6A98AF3FDD8
42C9134EE09981504EFD16C7B544DFE1456F0FDC7D3332E042358E4F4258566D
72F33CF4D25EAA81C0613AE5A4FE05939452E832104C0B72388AAD10C364ED67
8D609D5BBDFCF5FF3346D3B9BEB9BCFAC0778EB54A34C87AC2A089751D81C3C0
65B1E4E945EAE01209F97B6BCC284B3E03972B0641CEFC8E3A796D510A805216
B1BFE86D00C8A83B677BB8CE68567B73F8A21D1FAB75B640187441F9EEC67113
2C33CB4AE3B8755D04C3E1AC7C4699DCF524A7F164ACF45E5ACDA04DD64863F2
A3FCF32FC5AACA46138322CC02DF9A74A76720BB6C89815232E33DB149C5BD79
E03D7B2F734FB2306670CC5565DA4768381B520BFAB5809F0B89D79D0333147F
C8FFE0C84B93637D1019F479E15EA16BD2D55AA1EC9CE58DAE7AE0DAE3F1FB93
0E41250EFD4C43B0ECF5AF19E1D93A80C151168B4FE2D486006BCD1107836F83
B109268DCD9F1D60E07BD1368ABB6B517D14136735118EE328156C7AB3B1DD6C
CEAC561D01A47EDDAF52C6015ACB6B8AC4F79365042C2F5EA4E2756131EA6FB6
D08E0EAEC7D5951D32EF70C1357F8B07CC4CA6CCB868E7306492CD011CF484EE
7BFF8E8641E430173A782C413659FA064A1ECB43FD79AE77EF253956739ED81E
A9112279E3C6C29CE4CB405105113E6C266FF0BB9190E043CF190CA8F68BAE3C
541DF64C5721D8949423334E147C0B76B2A303B2E6B0888499B813E726D300A4
B4CA02BB6FD91BD5840513823527B0B8E1331F18CC48A5DABBBF3DE35F05412E
55491CBE384F5E086F90A9FCD1D79335EB5DBC929A52B864CF3D93FE0C02CE30
95ADE564292B05051338CF3CFD1EBC7A678D3BA17223FB258ABFB4E39DDA50C0
FD7938FA53170CAA79F447DC915D0868C52638C70DCB2EDA0CAE5A5051FAC705
8F2D959C41AC8605AC38B1DB0A597EAA1C76962F9849BC61EE11E74692CC63AC
34B4207DC6681906BD1E2BB7D895935639E8F6F4B5B03FC8F6B7FD78E6BA43F0
421F313F8EA867103CAFA2DADC4538863AF5697D4E52AF386196D64F40F32EBA
84A20B2AB95B42E8D2F01B28E95E2F0F9CC793340F4B5EB7DDDDE8662FB88864
C499B802CA6E66E2624BB1B31C5FF3C992AC7D2997DAFF1A20384024910C0459
44ACEF03C21DD566D59C8A4269C5E7F9B8893F007E50DA706CFF96EC819BB77C
31166DDFC5BDF181C49FAF8DE0865C6D3EDC61AD0AEC47EFCB382B0BCB10831A
427C32EDA8DE624CC274FB22F43A38D3F472AA7E57E80C7763CFA1721FFE2A9D
C3D5AE689AEAA3B231796F065BC1F37926073D714396368F25752DD6C3C0C7ED
793009EAE71E927D1D1E9BED302E76E7AB2303CAA624340A7B5B96F0BEEC0DA6
959372DD2F04EC5EC532D2FDEC77EDF01AB77A8664258854D49F8F2E777DD732
248902B2BA32564453D826B82D9AC83C10117613164B3DB0A54C145240A14212
628D0F54F6E439DE02C0CEE88BFD219B5F6DB49A42844C7B2B5B4541FD0FBE9D
59FED370FCC27C93FF3D7AEA04951B6C54AE34EE48522800D0C2A030F6228A7F
99C2470E574106933B2EAEE2183FE2E078D8A396D89429F7112D3E3D216EE7C4
F501BE2467CAF7DD7082246C7EB9C986A92843C2EB65B92B80AA6415ECE3EB2D
51DE81AB3188319A0C27F29A85A75D2FEB32D17F1EDC0D7DAD443E84EC68477A
38EAD1DF0785C351550B6A7303C2AE6F20F32FBF5CD00860D825BBE500781597
0E4250F904B74C2C9E2C9A1641DDE7EEC92291FA32C38796834E3F3847589734
0A6F1F7942A2381DDF8AD543F22573F4DA1E99B7E11BBB323695011DF6883ADA
6216E60D932017527F99546E59671F9226253E22246DF59AD685B6D53AFACD74
4E37F30D36826A02ECB1FEDCE55A889A55B3E976664DBC4C9DB46E92ACA1ECF0
E2AEA01E9C9291DF9734427E8E3976CB622EE4E0894AFA9D6A39917A355C3383
B17364E4B37EF3B80933105F529ECE72794AFF486E601CFF883757BA5F5B9927
515C493487A641D1B547B5EF401C1E0FAC5879158FB626D40D1DBCBD7751D1EA
BFFE1E366E2A23DA5BFF3B4DD783A6958AAAF3E6F1A7EE234B217320EC6913F2
451521E98DC3D14244419879802C64EF06FE6847D07E90F12DDABC9FDAD63453
BAAD29498A18E2C6A08E235F5F03948F95A5BAB8758E2E0DD6E6D4B247DC8DF0
4870760D44584B1D508BFC09D52A2565A2F456753EE8B70BAEC402D4F34E1EF8
E8F388C167A0EEDEDC612A4AA1D9FBBE0953C836514FEF67C55E7937B6847E8F
341EB1E15D35B1F52DC917DA970FA7848D4C5E39795FABC97B9B6FD500050072
189501D83B4CEB2F0941BA160B823B9DC952510B7B1BE62B6E3FC19D751F3FF3
5448C476F9255876F5DFC5D76958427EBF9155946A6048268F40E7FEEB67A8B5
945C1142B537E9D446D8A57AADCCFC1D5797CD6370B054497076EF7E91D36746
1EC659A0E9247195026CBDEC11146CDF1931D7EE77A23F7BE418CEF8FEC0D35B
435EEB55BADD4AE93BEDAF14F6C71BA8474C76F660C9CA3897C928F9C7B3A4D5
DA1986F34115D4EE74FF5FC6FCDB5509197E5071C703F2601346151E5DB74E6A
3D177730C3333AD83AEA219E42A82A7641D1D305D8DFB71C2BD18C942C3B2593
02FF6D5E3A72BB88E6A7FECA8AF9EDB04F4F69F8C2D06335A01D30F8992FF1E8
682BB8094C7DA5325BA08BCE63B7AAF885CFD600C733DA478D28DD68960D2740
95505EF3C9A8125C9693036715596A404F71C18D34DDFD6B7F4EE3124E671778
66661572EA921EAEEF8117B080B68C1C475FC1878C8122ED273104A739B7BEDF
155879176DBF1DE4A662DEA2A3AB6951E47122832F88B03DBE2B72583405EB8F
9735A7E7278CB73494FE513D3C8594668C90F99CA362DE812C652E4F09396A26
94669529B6DAD323C8430528D88949842BFD04F6A7E7611B5880CEDF6EE2F4B6
65C5DA769D9B8872415F61836E253FBB9E986DEBA514DFB350FC65582817AC2E
EA15E581580D94AD6F1185D39E7ACB5E0D395FD7163BC1E0235853CCFDC1A8B1
7F856C546C50BF203C26B0659606006671FEE2A142E71B9D42F687480FEDDDF9
F57981B92E0D1C209CCF1B0B27DFA4D45977C65C5FD669537103E29E0EDE857D
6E4F004F03F113CEA87C675488BF4B94A2C6D18096319B9F01BAB4F281043FBB
894132178DB50C9F4B91D7DFD5139F694AC5490BDDF74AA814DC1EBFA52B0CB9
C14D229446D008DFDE954B577BCB48F60EB81EA5951B3B3D1F5A79D69238D99E
C7663100F88F4F13C7E9414D75E911D198918CB2BEA7F29B81B08D59EA61E852
5BF0EC0223E7EAAAFFA8CD117E5C3567D69AEBEFA07C011816C4DC98A4DEE895
F85B3D3C9990B8CC7B0DF36D3661714CC9E20FA47C3666D6
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
/F11_0 /SFRM1200 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/fl/.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 T3_12_0
8 dict begin
/FontType 3 def
/FontMatrix [0.001 0 0 0.001 0 0] def
/FontBBox [-1000 -1000 1000 1000] def
/Encoding 256 array def
0 1 255 { Encoding exch /.notdef put } for
/BuildGlyph {
exch /CharProcs get exch
2 copy known not { pop /.notdef } if
get exec
} bind def
/BuildChar {
1 index /Encoding get exch get
1 index /BuildGlyph get exec
} bind def
/CharProcs 1 dict def
CharProcs begin
/Bullet {
0 0 -1000 -1000 1000 1000 setcachedevice
q
[0.01 0 0 0.01 0 0] cm
q
[3.06748 0 0 3.06748 0 0] cm
16300 0 m
16300 9002.24 9002.24 16300 0 16300 c
-9002.24 16300 -16300 9002.24 -16300 0 c
-16300 -9002.24 -9002.24 -16300 0 -16300 c
9002.24 -16300 16300 -9002.24 16300 0 c
f
Q
Q
} def
end
currentdict end
/T3_12_0 exch definefont pop
%%EndResource
/F12_0 /T3_12_0 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/Bullet/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
%%BeginResource: font SFTT1200
%!FontType1-1.0: SFTT1200
12 dict begin
/FontInfo 10 dict dup begin
/FullName (Computer Modern Typewriter) readonly def
/FamilyName (Computer Modern) readonly def
/isFixedPitch false def
/ItalicAngle 0 def
/UnderlinePosition 0 def
/UnderlineThickness 0 def
end readonly def
/FontName /SFTT1200 def
/PaintType 0 def
/FontType 1 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/FontBBox [0 -228 513 618] readonly def
/StrokeWidth 0 def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 46 /period put
dup 97 /a put
dup 98 /b put
dup 100 /d put
dup 101 /e put
dup 102 /f put
dup 103 /g put
dup 105 /i put
dup 108 /l put
dup 111 /o put
dup 112 /p put
dup 115 /s put
dup 116 /t put
dup 117 /u put
dup 120 /x put
readonly def
currentdict end
currentfile eexec
5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF5
CBEA3DC9C7BD46D10E7F16D67C874498113A5A6A9B3E673B3E9E660A1BD19921
3C27C1355A709A6CDEEA80F2A47588216CE97CAB26FEE5C566C90316864FF2C4
90ECD4D9FAD74CC537F994D8FFA16082D8536DB83A1A1B2B26D4765347C3C4C1
536BA9B5FF61182566AF411C6C2F6F5471C2F5A71FD03C844747B82F1052BB47
3A5F7A5ABE1DA7B39E4A1151E298C92F82392E3B5908FCA91023832A8733B9D2
95E14FF871CA3AECAF3B2E6A8802A30FD8C4095F5FB084F46F3D893F4DD63D18
482C30970D8311D0199A3B3FA3AC4EC5ACEAC46E3AB4BCC55553200BA749570B
FCB81A2BC82665059ABE9E69E74FCC2763BAABAC9EF0F6AEE39D92DEFCD1D473
C9EF530FFB1034995FABBD9B9F4CB2E8921DF61F29DEB9A8666CAA5DF0286EB9
90F66B708E8EBC39D8A1553B8B2EAAA47BA476A7538DA614622D873A35E9F7FD
6FD40DCA7419AD44A6595276154DA4B018B44A36E2C3DAB7F5BC5E7E4A117E77
A1C8867C73E6F39F560323A139AE3F40EC497853DF78E312BBBE55FE947FE03B
444CC83F85ADBAFAEF49243B1EB479740ED1A7B9092B504E805ED63723EE0CD8
9CBD9EC644B999C0BF82B47EBF3A7AA0598ECE409139DE3CFD8B14185BEA79FA
E30118329737B82388A9A1BBF27EE9E48953C385DA946F37A8B0AB202A9A6A8E
37C81E7F54782460D0F1323F478D22BD1B5B783AAB8CAB3138B925F8DC710F38
5DC7B3B9EEF9880466084EAE36A78AD068B4100FF498C62AB0FEEF6B28C6C1B8
ABE7694C05CE248A8DB2C676FFBAE31E6283D1046BCB9075D556FD65FE4DCF0B
E0F2B4A3AAA5C31CDB4B45025F50D7D2501BF68B9E05F7EAE756B157A5FFCB9E
E0EDD90B556EF31C03D4232D9A2B7F32B318C4C088B64B70D4574C4D6ECC5CF2
D98F7F75D407C432DB39CADE3DC7A15B80A58900A3D18E4E88856F110D4B7FFB
F9E229623A8751A243143600D86C78A0BB507EFE54C14DC0885E1396FFB26087
E050C8894E9B01D5D877207BE955846511EBBF5D3759F589B2AB5F9AC40861F1
6D87D4661706F092BE3785F56B9D818348BABD30F9ADCAC4677BB05DD4B02DB2
0DE4AC368402297FC7B39B3DCCCE9C1828D7F9BD26547BB1116DC483E06C4E54
1FC2B801C638035F12DF7E5CF4DFA58EA6B7A9F547C87B07F94C26C79972BBA5
5AAA6EF1FBCAF3D67B453FFB0D48EEACC7C387B0943C590EA5D513418E2D7D4C
5F265D1DA3D388C38EC1D4A328EC6ED27A0F26327B6B73F8C49871083A27E0C3
87525B31262722552399D58E7BC50C3D1DC5FA8D4FEF67EA3F3499D25CE592AC
EE3A911D1531B3B4D578F3FFEDBAEA023C10B75DAD5F4994005D7B2CD566953C
4697C4C566A3DA28F048B6615699C72B2FF7A6EF4FAB08059DDA2CD7542820C9
CFC55D748222EF41E4EF049883A178D7F4ED23400A35C6F180F57BAE4F3E1CB5
0254A2AF2E215A0DE6936BED572CDCE670D6DE0D825640006D1E4089EC206C4C
58C1AC3012E4B751150C24624BBC3A973412EBBA99E8182CE0098DCA9BF99DE4
8BD3FE04265836C1BE65C7E0E0646E0C6688A7BBA5558A11A6B68981FDC04A0B
B165EDB19153FB89340EB42156CD0DF65CBBC919699E2E56E3CB6DA0674D6852
23511D9A1A456DAE6B2A74727D62D966138C3D1016E63A70E67DCC7291426B83
171A1525A988734EF6D37C2930D9588B432C880F8C5C5337B987A3FFC0BDBAD8
DD143743FD4E67C6D7CF88B6C7C2BF62719515F9E25CA5391A2A2F53BE33F690
D0636B8D7FC195F63D6511EC01E770FB6CA62D169FF84C3CBE24AFAE8C56B513
986DB903A7A1C671FEC712C6B7163E0AD85D23E25EC639828205B639B9AE5C68
9EE2EEA9B45367F7FCE87BB5D7CB027A0C800A7A9547000353124C8C21578167
628945E679A6AD1AE05CD1394207A146A9BBAB5E30B2F8E36E878FE2BCF1350A
01F7D06548F480A338B8008B751B4F7CF5B539DE9B4648F39A73EFA9DB5FA4CA
B16CED965E86E93DA8F29202D3A87886DB6297CA551619BB632758879D044DBE
5C4597A68A114E6BA3314B4987235B2C23E8DE1900D176FA56574457D0EFC641
6CFBBD77E4B4F1A2E44C2E8B71CE34BBFE678929EE101525F5A96CBFDD451C9E
5A9904689FB043EE68FB2E835AA06B85D98B209FD94AF900C2FEFDDD735581D7
4F8E1DBF732C0A222821167BB05C6D110F0AAC8C1CF591D691E81C12ACB02384
3AC7225C979114B66DEAB28A4E318D4F94521EE00096A1FD2ECA1F441666F318
D0941FEF72A40AE96C810C46AA4260D2940374EC956E2A36C40AC0DB204B96E2
6A1608ABD53703E6266BA8DDD731A8DA382BBCC214AE029EF4919043C52090F5
C4F30AD8512F01F3B4888764B1D970C97FADED1CA212D32CF1664AC45FE32347
BB8E57380D650333991D1C31388C8112FB14AE15ACD510DA728F245052405FFD
ACED875F3AFD2005CA47B23E731462E8BC5C592903DA820D9CC584AA3F388060
BABF42E86D20956BCFB2F51BF1E1D54290CCD751EFF0C085B58B1ECA8A9F23C6
B3C792862755A52C10FE815CD3208868B8EB83A78247CA6A26E9C3DB4D08A68B
49BF385593E1482ABA8B9F7718AEA3E406F04062BC3A8B4587FA221D8EC98F1C
7DF5D322D245549737C495836F63E9BEBB03110D98CB853F194C70964177136A
CEC91CA153D7DFCBECBB7158AD5C1BC1D26AA0D0C32302CF471FC96B0EEEA42C
5E834D59639823F77FD702F812C69B0B0102D25339138AAB65BECEF32ECC5A7D
778BF1FCDAE52CB993ACF75121B8C0BA6680939DD4DD2CB1F4360403C30DC887
34B862883AF3241FDF00109957FA9CDCF6723D575AD2F80890E95F7F6A0737D6
30AA1CBAFCEA664B36797B0C53C8F9418AB7A59A224D6EADF24C9726748B7BAA
FA880EA8E073D2B0FE88C034F79A79DCD204E8699A3BA855B6B568637A472B79
82126BFCD467C6453C560B15EAF81A340BA5E7ECC2BE8A3B0893D2D1136D2A63
160C3C0BF50A7BBCA0EF383AF0F93CC22E79F1C49FA874ADAC56CE5618639BE3
C26C59C02B6850672B4DBE8150BCBDC49C72E0222071DFAE2BEA06EBEDEEA96C
2FF4DD0DD8E5B179D9DCB8C252039D12DF3DC190B4C68BEE1133AC58A69FE802
B68E469DEE97C0BB667C1AD05415043FAB1B6614D3BE55B82029FC5105D33EA7
799D5E16EDF20A6B47C09786BC75B74B06AFA09CF875DE15DE17F90E5345C1A4
68969492A1A0CEB3D8FE41A74F0DB2F00E63ED654F16C2665053D5A30B631153
86C4A2E6C793ED44FC5628224040DD917EAB5FDBEE9A42297E73C61359C37F3F
A17B0730FD4AA2A7019AE586F3FDF249A2C5C50DD6F61D951AAEC73039F76373
3ED84C3BF69FBEE705CBE55B4643FE91EB66C6D5E7D013FE27684152919B85F0
2AFCAA98AC5AF585E0ECAF67ABA8E3DEC45B4DD11ED09E853FA8D6C7E638B2B9
D6EC43CAB69F1C4607C94561639AEBFD9E98A0ECF414EC1BBD540195517BDA4A
4667C192DD94F50C6FE1E93F1553A39A8F7767B3265BB8D6F8AFA6DF8C7896E0
848665102302DD6354DD4AD4209D68F5B9FEA3AC2633C1157951225284ED6A2E
B452006974DC755E02B447DD7E122E35914FE486D268ACD8C5992935A0F4026C
729C2BA95F2821AC93A85DB098160F76C1AD9C63A9DB89F640D81A8D6319147E
05528E55FCF39EB8E665685B1FB8373CD4EA070DBC5F857A2AF93D6E86E72038
4C693964150443EA2DAB09B3441CF6BC41B9D9136107C0A44B109C4B7A2A3B37
A8D23698433A684D88ED57867B3322473435C292D000F2C7C46E1DFFA80C6489
D5D54484CB5C4595C66A2ED5B447CCD8C8C51AF07399C255AE151C464884C173
E89ADFC8137AE6ED2F55CC9DB8317E4E50E000BDFC29AA5821C2BAA0D9AED8D3
806EA4AF710E03FA2F49B5DECFBF182B1CBE354B697A6E5073F7C81C47C55138
A3819E121884A0A5E87BE8DE4D02
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
/F13_0 /SFTT1200 1 1
[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
/zero/one/two/three/four/five/six/seven
/eight/nine/colon/semicolon/less/equal/greater/question
/at/A/B/C/D/E/F/G
/H/I/J/K/L/M/N/O
/P/Q/R/S/T/U/V/W
/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
/grave/a/b/c/d/e/f/g
/h/i/j/k/l/m/n/o
/p/q/r/s/t/u/v/w
/x/y/z/braceleft/bar/braceright/asciitilde/bullet
/Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
/circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
/bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
/tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
/space/exclamdown/cent/sterling/currency/yen/brokenbar/section
/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
pdfMakeFont
%%EndSetup
pdfStartPage
[] 0 d
1 i
0 j
0 J
10 M
1 w
/DeviceGray {} cs
[0] sc
/DeviceGray {} CS
[0] SC
false op
false OP
{} settransfer
0 0 307 279 re
W
q
q
[1 0 0 1 0 0] cm
q
[1 0 0 1 0 0] cm
0 0 307 279 re
W
q
[1 0 0 1 -11 -552] cm
q
[1 0 0 1 0 0] cm
0 0 595 842 re
W
q
[0.1 0 0 0.1 0 0] cm
/DeviceGray {} cs
[0.8496] sc
1190.02 7512.16 m
1190.02 8305.86 l
3174.27 8305.86 l
3174.27 6718.46 l
1190.02 6718.46 l
f
/DeviceGray {} cs
[0.25] sc
136.723 8125 m
136.723 8238.46 l
735.961 8238.46 l
735.961 8011.53 l
136.723 8011.53 l
f
7.97011 w
/DeviceGray {} CS
[0.25] SC
136.723 8125 m
136.723 8238.46 l
735.961 8238.46 l
735.961 8011.53 l
136.723 8011.53 l
136.723 8125 l
h
S
/DeviceRGB {} cs
[0.6992 0.6992 1] sc
115.59 8146.13 m
115.59 8259.6 l
714.828 8259.6 l
714.828 8032.66 l
115.59 8032.66 l
f
/DeviceRGB {} CS
[0.6992 0.6992 1] SC
115.59 8146.13 m
115.59 8259.6 l
714.828 8259.6 l
714.828 8032.66 l
115.59 8032.66 l
115.59 8146.13 l
h
S
115.59 8146.13 m
115.59 8259.6 l
714.828 8259.6 l
714.828 8032.66 l
115.59 8032.66 l
f
/DeviceGray {} CS
[0] SC
115.59 8146.13 m
115.59 8259.6 l
714.828 8259.6 l
714.828 8032.66 l
115.59 8032.66 l
115.59 8146.13 l
h
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 17.627 811.658] Tm
0 0 Td
/F11_0 11.9552 Tf
(Q)
[9.097907
0] Tj
-1.46319 TJm
(u)
[6.503629
0] Tj
1.82261 TJm
(e)
[5.200512
0] Tj
3.46576 TJm
(l)
[3.251814
0] Tj
0.909516 TJm
(l)
[3.251814
0] Tj
0.909516 TJm
(t)
[4.554931
0] Tj
-0.733637 TJm
(e)
[5.200512
0] Tj
3.4655 TJm
(x)
[6.180838
0] Tj
4.73979 TJm
(t)
[4.554931
0] Tj
-0.733637 TJm
-4.68242 -29.7867 Td
/F13_0 11.9552 Tf
(.)
[6.144973
0] Tj
2.5445 TJm
(t)
[6.144973
0] Tj
2.54463 TJm
(e)
[6.144973
0] Tj
2.5445 TJm
(x)
[6.144973
0] Tj
2.54475 TJm
Q
/DeviceGray {} cs
[0.25] sc
591.918 7628.93 m
591.918 7742.4 l
1129.39 7742.4 l
1129.39 7515.46 l
591.918 7515.46 l
f
/DeviceGray {} CS
[0.25] SC
591.918 7628.93 m
591.918 7742.4 l
1129.39 7742.4 l
1129.39 7515.46 l
591.918 7515.46 l
591.918 7628.93 l
h
S
/DeviceRGB {} cs
[1 0.6992 0.6992] sc
570.785 7650.07 m
570.785 7763.54 l
1108.26 7763.54 l
1108.26 7536.6 l
570.785 7536.6 l
f
/DeviceRGB {} CS
[1 0.6992 0.6992] SC
570.785 7650.07 m
570.785 7763.54 l
1108.26 7763.54 l
1108.26 7536.6 l
570.785 7536.6 l
570.785 7650.07 l
h
S
570.785 7650.07 m
570.785 7763.54 l
1108.26 7763.54 l
1108.26 7536.6 l
570.785 7536.6 l
f
/DeviceGray {} CS
[0] SC
570.785 7650.07 m
570.785 7763.54 l
1108.26 7763.54 l
1108.26 7536.6 l
570.785 7536.6 l
570.785 7650.07 l
h
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 63.1465 762.052] Tm
0 0 Td
/F11_0 11.9552 Tf
(p)
[6.503629
0] Tj
-28.2769 TJm
(d)
[6.503629
0] Tj
1.82261 TJm
(\035)
[6.503629
0] Tj
1.82261 TJm
(a)
[5.846093
0] Tj
-2.37653 TJm
(t)
[4.554931
0] Tj
-0.734147 TJm
(e)
[5.200512
0] Tj
3.46601 TJm
(x)
[6.180838
0] Tj
4.73979 TJm
26.882 -21.9801 Td
/F13_0 11.9552 Tf
(.)
[6.144973
0] Tj
2.5445 TJm
(a)
[6.144973
0] Tj
2.54501 TJm
(u)
[6.144973
0] Tj
2.5445 TJm
(x)
[6.144973
0] Tj
2.5445 TJm
Q
822.93 7843.18 m
849.953 7767.52 l
876.977 7843.18 l
849.953 7812.92 l
f
425.641 8007.54 m
425.641 7867.14 l
849.953 7867.14 l
849.953 7812.92 l
S
/DeviceGray {} cs
[0.25] sc
1632.04 7274.22 m
1632.04 7376.07 l
2075.24 7376.07 l
2075.24 7172.38 l
1632.04 7172.38 l
f
/DeviceGray {} CS
[0.25] SC
1632.04 7274.22 m
1632.04 7376.07 l
2075.24 7376.07 l
2075.24 7172.38 l
1632.04 7172.38 l
1632.04 7274.22 l
h
S
/DeviceRGB {} cs
[1 0.6992 0.6992] sc
1610.91 7295.36 m
1610.91 7397.2 l
2054.11 7397.2 l
2054.11 7193.51 l
1610.91 7193.51 l
f
/DeviceRGB {} CS
[1 0.6992 0.6992] SC
1610.91 7295.36 m
1610.91 7397.2 l
2054.11 7397.2 l
2054.11 7193.51 l
1610.91 7193.51 l
1610.91 7295.36 l
h
S
1610.91 7295.36 m
1610.91 7397.2 l
2054.11 7397.2 l
2054.11 7193.51 l
1610.91 7193.51 l
f
/DeviceGray {} CS
[0] SC
1610.91 7295.36 m
1610.91 7397.2 l
2054.11 7397.2 l
2054.11 7193.51 l
1610.91 7193.51 l
1610.91 7295.36 l
h
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 167.159 725.419] Tm
0 0 Td
/F11_0 11.9552 Tf
(b)
[6.503629
0] Tj
1.82261 TJm
(i)
[3.251814
0] Tj
0.909771 TJm
(b)
[6.503629
0] Tj
1.82261 TJm
(t)
[4.554931
0] Tj
-0.733126 TJm
(e)
[5.200512
0] Tj
3.4655 TJm
(x)
[6.180838
0] Tj
4.73877 TJm
Q
849.953 7511.48 m
849.953 7284.79 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 84.9953 728.479] Tm
0 0 Td
/F12_0 3.58655 Tf
(b)
[0
0] Tj
Q
1531.13 7257.77 m
1606.79 7284.79 l
1531.13 7311.81 l
1561.39 7284.79 l
f
849.953 7284.79 m
1561.39 7284.79 l
S
/DeviceGray {} cs
[0.25] sc
1272.98 8124.62 m
1272.98 8226.46 l
1865.68 8226.46 l
1865.68 8022.77 l
1272.98 8022.77 l
f
/DeviceGray {} CS
[0.25] SC
1272.98 8124.62 m
1272.98 8226.46 l
1865.68 8226.46 l
1865.68 8022.77 l
1272.98 8022.77 l
1272.98 8124.62 l
h
S
/DeviceRGB {} cs
[0.6992 0.6992 1] sc
1251.85 8145.75 m
1251.85 8247.6 l
1844.54 8247.6 l
1844.54 8043.9 l
1251.85 8043.9 l
f
/DeviceRGB {} CS
[0.6992 0.6992 1] SC
1251.85 8145.75 m
1251.85 8247.6 l
1844.54 8247.6 l
1844.54 8043.9 l
1251.85 8043.9 l
1251.85 8145.75 l
h
S
1251.85 8145.75 m
1251.85 8247.6 l
1844.54 8247.6 l
1844.54 8043.9 l
1251.85 8043.9 l
f
/DeviceGray {} CS
[0] SC
1251.85 8145.75 m
1251.85 8247.6 l
1844.54 8247.6 l
1844.54 8043.9 l
1251.85 8043.9 l
1251.85 8145.75 l
h
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 131.252 810.458] Tm
0 0 Td
/F11_0 11.9552 Tf
(B)
[8.284954
0] Tj
0.642251 TJm
(i)
[3.251814
0] Tj
0.909771 TJm
(b)
[6.503629
0] Tj
1.82261 TJm
(-)
[3.897395
0] Tj
-4.92869 TJm
(D)
[8.94249
0] Tj
4.8419 TJm
(a)
[5.846093
0] Tj
-2.37602 TJm
(t)
[4.554931
0] Tj
-0.733126 TJm
(a)
[5.846093
0] Tj
-2.37704 TJm
-12.0086 -28.9465 Td
/F13_0 11.9552 Tf
(.)
[6.144973
0] Tj
2.5445 TJm
(b)
[6.144973
0] Tj
2.54348 TJm
(i)
[6.144973
0] Tj
2.5445 TJm
(b)
[6.144973
0] Tj
2.5445 TJm
Q
1759.22 7476.86 m
1786.25 7401.19 l
1813.27 7476.86 l
1786.25 7446.59 l
f
1501.93 8018.79 m
1501.93 7735.32 l
1786.25 7735.32 l
1786.25 7446.59 l
S
/DeviceGray {} cs
[0.25] sc
2020.04 8124.62 m
2020.04 8226.46 l
2536.36 8226.46 l
2536.36 8022.77 l
2020.04 8022.77 l
f
/DeviceGray {} CS
[0.25] SC
2020.04 8124.62 m
2020.04 8226.46 l
2536.36 8226.46 l
2536.36 8022.77 l
2020.04 8022.77 l
2020.04 8124.62 l
h
S
/DeviceRGB {} cs
[0.6992 0.6992 1] sc
1998.91 8145.75 m
1998.91 8247.6 l
2515.23 8247.6 l
2515.23 8043.9 l
1998.91 8043.9 l
f
/DeviceRGB {} CS
[0.6992 0.6992 1] SC
1998.91 8145.75 m
1998.91 8247.6 l
2515.23 8247.6 l
2515.23 8043.9 l
1998.91 8043.9 l
1998.91 8145.75 l
h
S
1998.91 8145.75 m
1998.91 8247.6 l
2515.23 8247.6 l
2515.23 8043.9 l
1998.91 8043.9 l
f
/DeviceGray {} CS
[0] SC
1998.91 8145.75 m
1998.91 8247.6 l
2515.23 8247.6 l
2515.23 8043.9 l
1998.91 8043.9 l
1998.91 8145.75 l
h
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 205.959 810.458] Tm
0 0 Td
/F11_0 11.9552 Tf
(B)
[8.284954
0] Tj
0.643272 TJm
(i)
[3.251814
0] Tj
0.910792 TJm
(b)
[6.503629
0] Tj
1.82158 TJm
(-)
[3.897395
0] Tj
-4.92971 TJm
(S)
[6.503629
0] Tj
1.82363 TJm
(t)
[4.554931
0] Tj
-0.735168 TJm
(i)
[3.251814
0] Tj
0.910792 TJm
(l)
[3.251814
0] Tj
0.90875 TJm
25.8023 -28.9465 Td
/F13_0 11.9552 Tf
(.)
[6.144973
0] Tj
2.5445 TJm
(b)
[6.144973
0] Tj
2.5445 TJm
(s)
[6.144973
0] Tj
2.5445 TJm
(t)
[6.144973
0] Tj
2.54246 TJm
Q
1872.61 7476.86 m
1899.63 7401.19 l
1926.66 7476.86 l
1899.63 7446.59 l
f
2267.5 8018.79 m
2267.5 7735.32 l
1899.63 7735.32 l
1899.63 7446.59 l
S
/DeviceGray {} cs
[0.25] sc
591.918 6849.41 m
591.918 6962.88 l
1129.39 6962.88 l
1129.39 6735.94 l
591.918 6735.94 l
f
/DeviceGray {} CS
[0.25] SC
591.918 6849.41 m
591.918 6962.88 l
1129.39 6962.88 l
1129.39 6735.94 l
591.918 6735.94 l
591.918 6849.41 l
h
S
/DeviceRGB {} cs
[1 0.6992 0.6992] sc
570.785 6870.54 m
570.785 6984.01 l
1108.26 6984.01 l
1108.26 6757.07 l
570.785 6757.07 l
f
/DeviceRGB {} CS
[1 0.6992 0.6992] SC
570.785 6870.54 m
570.785 6984.01 l
1108.26 6984.01 l
1108.26 6757.07 l
570.785 6757.07 l
570.785 6870.54 l
h
S
570.785 6870.54 m
570.785 6984.01 l
1108.26 6984.01 l
1108.26 6757.07 l
570.785 6757.07 l
f
/DeviceGray {} CS
[0] SC
570.785 6870.54 m
570.785 6984.01 l
1108.26 6984.01 l
1108.26 6757.07 l
570.785 6757.07 l
570.785 6870.54 l
h
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 63.1465 684.099] Tm
0 0 Td
/F11_0 11.9552 Tf
(p)
[6.503629
0] Tj
-28.2769 TJm
(d)
[6.503629
0] Tj
1.82261 TJm
(\035)
[6.503629
0] Tj
1.82261 TJm
(a)
[5.846093
0] Tj
-2.37653 TJm
(t)
[4.554931
0] Tj
-0.734147 TJm
(e)
[5.200512
0] Tj
3.46601 TJm
(x)
[6.180838
0] Tj
4.73979 TJm
Q
737.887 7063.66 m
764.91 6987.99 l
791.934 7063.66 l
764.91 7033.39 l
f
425.641 8007.54 m
425.641 7087.62 l
764.91 7087.62 l
764.91 7033.39 l
S
822.93 7063.66 m
849.953 6987.99 l
876.977 7063.66 l
849.953 7033.39 l
f
849.953 7284.79 m
849.953 7033.39 l
S
1208.91 6887 m
1133.24 6859.97 l
1208.91 6832.95 l
1178.64 6859.97 l
f
1842.94 7168.39 m
1842.94 6859.97 l
1178.64 6859.97 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 154.677 696.472] Tm
0 0 Td
/F13_0 11.9552 Tf
(.)
[6.144973
0] Tj
2.5445 TJm
(b)
[6.144973
0] Tj
2.54348 TJm
(b)
[6.144973
0] Tj
2.5445 TJm
(l)
[6.144973
0] Tj
2.5445 TJm
Q
/DeviceGray {} cs
[0.25] sc
2562.97 7274.61 m
2562.97 7388.07 l
3128.05 7388.07 l
3128.05 7161.14 l
2562.97 7161.14 l
f
/DeviceGray {} CS
[0.25] SC
2562.97 7274.61 m
2562.97 7388.07 l
3128.05 7388.07 l
3128.05 7161.14 l
2562.97 7161.14 l
2562.97 7274.61 l
h
S
/DeviceRGB {} cs
[0.6992 0.6992 1] sc
2541.84 7295.74 m
2541.84 7409.2 l
3106.92 7409.2 l
3106.92 7182.27 l
2541.84 7182.27 l
f
/DeviceRGB {} CS
[0.6992 0.6992 1] SC
2541.84 7295.74 m
2541.84 7409.2 l
3106.92 7409.2 l
3106.92 7182.27 l
2541.84 7182.27 l
2541.84 7295.74 l
h
S
2541.84 7295.74 m
2541.84 7409.2 l
3106.92 7409.2 l
3106.92 7182.27 l
2541.84 7182.27 l
f
/DeviceGray {} CS
[0] SC
2541.84 7295.74 m
2541.84 7409.2 l
3106.92 7409.2 l
3106.92 7182.27 l
2541.84 7182.27 l
2541.84 7295.74 l
h
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 260.252 726.619] Tm
0 0 Td
/F11_0 11.9552 Tf
(L)
[7.316582
0] Tj
-0.63102 TJm
(o)
[5.846093
0] Tj
-2.37704 TJm
(g)
[5.846093
0] Tj
-2.37704 TJm
(d)
[6.503629
0] Tj
1.82363 TJm
(a)
[5.846093
0] Tj
-2.37704 TJm
(t)
[4.554931
0] Tj
-0.735168 TJm
(e)
[5.200512
0] Tj
3.46754 TJm
(i)
[3.251814
0] Tj
0.90875 TJm
-45.773 -17.5281 Td
/F13_0 11.9552 Tf
(.)
[6.144973
0] Tj
2.5445 TJm
(b)
[6.144973
0] Tj
2.5445 TJm
(l)
[6.144973
0] Tj
2.5445 TJm
(g)
[6.144973
0] Tj
2.54246 TJm
Q
2462.06 7258 m
2537.71 7285.05 l
2462.04 7312.05 l
2492.32 7285.04 l
f
2079.09 7284.88 m
2492.32 7285.04 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 90.0285 655.032] Tm
0 0 Td
/F13_0 11.9552 Tf
(.)
[6.144973
0] Tj
2.5445 TJm
(a)
[6.144973
0] Tj
2.54501 TJm
(u)
[6.144973
0] Tj
2.5445 TJm
(x)
[6.144973
0] Tj
2.5445 TJm
Q
/DeviceGray {} cs
[0.25] sc
591.918 6140.75 m
591.918 6254.21 l
1129.39 6254.21 l
1129.39 6027.28 l
591.918 6027.28 l
f
/DeviceGray {} CS
[0.25] SC
591.918 6140.75 m
591.918 6254.21 l
1129.39 6254.21 l
1129.39 6027.28 l
591.918 6027.28 l
591.918 6140.75 l
h
S
/DeviceRGB {} cs
[1 0.6992 0.6992] sc
570.785 6161.88 m
570.785 6275.34 l
1108.26 6275.34 l
1108.26 6048.41 l
570.785 6048.41 l
f
/DeviceRGB {} CS
[1 0.6992 0.6992] SC
570.785 6161.88 m
570.785 6275.34 l
1108.26 6275.34 l
1108.26 6048.41 l
570.785 6048.41 l
570.785 6161.88 l
h
S
570.785 6161.88 m
570.785 6275.34 l
1108.26 6275.34 l
1108.26 6048.41 l
570.785 6048.41 l
f
/DeviceGray {} CS
[0] SC
570.785 6161.88 m
570.785 6275.34 l
1108.26 6275.34 l
1108.26 6048.41 l
570.785 6048.41 l
570.785 6161.88 l
h
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 63.1465 613.233] Tm
0 0 Td
/F11_0 11.9552 Tf
(p)
[6.503629
0] Tj
-28.2769 TJm
(d)
[6.503629
0] Tj
1.82261 TJm
(\035)
[6.503629
0] Tj
1.82261 TJm
(a)
[5.846093
0] Tj
-2.37653 TJm
(t)
[4.554931
0] Tj
-0.734147 TJm
(e)
[5.200512
0] Tj
3.46601 TJm
(x)
[6.180838
0] Tj
4.73979 TJm
Q
737.887 6355 m
764.91 6279.33 l
791.934 6355 l
764.91 6324.73 l
f
425.641 8007.54 m
425.641 6378.96 l
764.91 6378.96 l
764.91 6324.73 l
S
822.93 6355 m
849.953 6279.33 l
876.977 6355 l
849.953 6324.73 l
f
849.953 6731.95 m
849.953 6324.73 l
S
/DeviceGray {} cs
[0.25] sc
518.719 5630.13 m
518.719 5731.98 l
1202.4 5731.98 l
1202.4 5528.28 l
518.719 5528.28 l
f
/DeviceGray {} CS
[0.25] SC
518.719 5630.13 m
518.719 5731.98 l
1202.4 5731.98 l
1202.4 5528.28 l
518.719 5528.28 l
518.719 5630.13 l
h
S
/DeviceRGB {} cs
[0.6992 0.6992 1] sc
497.586 5651.26 m
497.586 5753.11 l
1181.27 5753.11 l
1181.27 5549.41 l
497.586 5549.41 l
f
/DeviceRGB {} CS
[0.6992 0.6992 1] SC
497.586 5651.26 m
497.586 5753.11 l
1181.27 5753.11 l
1181.27 5549.41 l
497.586 5549.41 l
497.586 5651.26 l
h
S
497.586 5651.26 m
497.586 5753.11 l
1181.27 5753.11 l
1181.27 5549.41 l
497.586 5549.41 l
f
/DeviceGray {} CS
[0] SC
497.586 5651.26 m
497.586 5753.11 l
1181.27 5753.11 l
1181.27 5549.41 l
497.586 5549.41 l
497.586 5651.26 l
h
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 55.8266 561.009] Tm
0 0 Td
/F11_0 11.9552 Tf
(P)
[7.962163
0] Tj
3.56404 TJm
(D)
[8.94249
0] Tj
4.84241 TJm
(F)
[7.639373
0] Tj
-3.55229 TJm
(-)
[3.897395
0] Tj
-4.92869 TJm
(D)
[8.94249
0] Tj
4.84241 TJm
(a)
[5.846093
0] Tj
-2.37653 TJm
(t)
[4.554931
0] Tj
-0.734147 TJm
(e)
[5.200512
0] Tj
3.4655 TJm
(i)
[3.251814
0] Tj
0.90875 TJm
Q
822.867 5832.77 m
849.879 5757.09 l
876.914 5832.75 l
849.887 5802.49 l
f
849.926 6023.29 m
849.887 5802.49 l
S
q
[10 0 0 10 0 0] cm
[1 0 0 1 0 0] Tm
0 0 Td
[1 0 0 1 90.0285 584.407] Tm
0 0 Td
/F13_0 11.9552 Tf
(.)
[6.144973
0] Tj
2.5445 TJm
(p)
[6.144973
0] Tj
2.54501 TJm
(d)
[6.144973
0] Tj
2.5445 TJm
(f)
[6.144973
0] Tj
2.5445 TJm
Q
/DeviceGray {} cs
[0.25] sc
2562.97 6140.75 m
2562.97 6254.21 l
3128.05 6254.21 l
3128.05 6027.28 l
2562.97 6027.28 l
f
/DeviceGray {} CS
[0.25] SC
2562.97 6140.75 m
2562.97 6254.21 l
3128.05 6254.21 l
3128.05 6027.28 l
2562.97 6027.28 l
2562.97 6140.75 l
h
S
/DeviceRGB {} cs
[0.6992 0.6992 1] sc
2541.84 6161.88 m
2541.84 6275.34 l
3106.92 6275.34 l
3106.92 6048.41 l
2541.84 6048.41 l
f
/DeviceRGB {} CS
[0.6992 0.6992 1] SC
2541.84 6161.88 m
2541.84 6275.34 l
3106.92 6275.34 l
3106.92 6048.41 l
2541.84 6048.41 l
2541.84 6161.88 l
h
S
2541.84 6161.88 m
2541.84 6275.34 l
3106.92 6275.34 l
3106.92 6048.41 l
2541.84 6048.41 l
f
/DeviceGray {} CS
[0] SC
2541.84 6161.88 m
2541.84 6275.34 l
3106.92 6275.34 l
3106.92 6048.41 l
2541.84 6048.41 l
2541.84 6161.88 l
h
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 260.252 613.233] Tm
0 0 Td
/F11_0 11.9552 Tf
(L)
[7.316582
0] Tj
-0.63102 TJm
(o)
[5.846093
0] Tj
-2.37704 TJm
(g)
[5.846093
0] Tj
-2.37704 TJm
(d)
[6.503629
0] Tj
1.82363 TJm
(a)
[5.846093
0] Tj
-2.37704 TJm
(t)
[4.554931
0] Tj
-0.735168 TJm
(e)
[5.200512
0] Tj
3.46754 TJm
(i)
[3.251814
0] Tj
0.90875 TJm
-45.773 -17.5281 Td
/F13_0 11.9552 Tf
(.)
[6.144973
0] Tj
2.5445 TJm
(l)
[6.144973
0] Tj
2.5445 TJm
(o)
[6.144973
0] Tj
2.5445 TJm
(g)
[6.144973
0] Tj
2.54246 TJm
Q
2462.05 6124.29 m
2537.71 6151.31 l
2462.05 6178.34 l
2492.32 6151.31 l
f
1133.24 6151.31 m
2492.32 6151.31 l
S
Q
Q
Q
Q
Q
Q
showpage
%%PageTrailer
pdfEndPage
%%Trailer
end
%%DocumentSuppliedResources:
%%+ font SFRM1200
%%+ font T3_12_0
%%+ font SFTT1200
%%EOF