summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2014-03-28 15:33:53 +0000
committerTaco Hoekwater <taco@elvenkind.com>2014-03-28 15:33:53 +0000
commitcf765726d33562cf94dbd3608efb46ba0cc1e3e4 (patch)
treefa3553a9e22a3ddc42d818feb1474f893067777b
parent137b56a5c65d26eec13dede7b8f398611aaa008d (diff)
check in luatex 0.79.0 (release version)
git-svn-id: svn://tug.org/texlive/trunk@33312 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/luatexdir/NEWS490
-rw-r--r--Build/source/texk/web2c/luatexdir/font/mapfile.w12
-rw-r--r--Build/source/texk/web2c/luatexdir/font/writecff.w47
-rw-r--r--Build/source/texk/web2c/luatexdir/font/writet1.w33
-rw-r--r--Build/source/texk/web2c/luatexdir/font/writet3.w8
-rw-r--r--Build/source/texk/web2c/luatexdir/font/writetype0.w20
-rw-r--r--Build/source/texk/web2c/luatexdir/font/writetype2.w42
-rw-r--r--Build/source/texk/web2c/luatexdir/image/writeimg.w8
-rw-r--r--Build/source/texk/web2c/luatexdir/image/writepng.w5
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/lcallbacklib.c6
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/lnodelib.c220
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/lpdflib.c331
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/lstatslib.c12
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/ltexlib.c10
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/luainit.w577
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/luajitstuff.w50
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/luanode.w54
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/luastuff.w53
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/luatex-api.h813
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex_svnversion.h2
-rw-r--r--Build/source/texk/web2c/luatexdir/luatexcallbackids.h47
-rw-r--r--Build/source/texk/web2c/luatexdir/pdf/pdfdest.w5
-rw-r--r--Build/source/texk/web2c/luatexdir/pdf/pdffont.w6
-rw-r--r--Build/source/texk/web2c/luatexdir/pdf/pdfgen.h3
-rw-r--r--Build/source/texk/web2c/luatexdir/pdf/pdfgen.w60
-rw-r--r--Build/source/texk/web2c/luatexdir/pdf/pdfpagetree.w5
-rw-r--r--Build/source/texk/web2c/luatexdir/pdf/pdfthread.h4
-rw-r--r--Build/source/texk/web2c/luatexdir/ptexlib.h4
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/align.w7
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/buildpage.w9
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/directions.w36
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/errors.h5
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/errors.w77
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/mainbody.w9
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/maincontrol.w51
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/postlinebreak.w12
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/texfileio.w51
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/texmath.w6
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/texnodes.w21
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/textoken.w45
-rw-r--r--Build/source/texk/web2c/luatexdir/utils/utils.w2
-rw-r--r--Master/texmf-dist/doc/luatex/base/functionref.pdf6282
-rw-r--r--Master/texmf-dist/doc/luatex/base/functionref.tex1
-rw-r--r--Master/texmf-dist/doc/luatex/base/luatexref-t.pdfbin808880 -> 831480 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/base/luatexref-t.tex540
45 files changed, 5208 insertions, 4873 deletions
diff --git a/Build/source/texk/web2c/luatexdir/NEWS b/Build/source/texk/web2c/luatexdir/NEWS
index a7487e9e0dd..0d1dc49b10b 100644
--- a/Build/source/texk/web2c/luatexdir/NEWS
+++ b/Build/source/texk/web2c/luatexdir/NEWS
@@ -2,29 +2,119 @@
This file is in the public domain.
==============================================================
-Luatex beta-0.78.2 was released 20140113
+Luatex beta-0.79.0 was released 20140328 (4960)
+==============================================================
+
+* The luafontloader now returns 'tsidebearing' glyph values
+ for OT/TT fonts, if applicable.
+
+* new lua variables: stats.luatex_hashtype, stats.luatex_hashchars,
+ stats.lastluaerrorstring; the luajittex string hash method is now
+ lua 5.1 compliant which gives better results for similar strings
+
+* new lua functions: tex.init_rand(), tex.uniform_rand(),
+ tex.normal_rand(), tex.lua_math_randomseed(), tex.lua_math_random(),
+ tex.show_context(); these helpers make luatex and luajittex compatible
+
+* In the lua node interface, there were often issues with rubbish
+ in (especially) 'prev' fields because luatex itself never looks
+ at those values. This is now cleaned up to prevent weird stuff
+ happening inside lua node processing code.
+
+* pdf.pageattributes, pdf.pagesattributes, pdf.info, pdf.catalog,
+ pdf.names and pdf.trailer now behave consistent and can be used
+ to add these properties at the lua end in addition to their \pdf*
+ counterparts atthe tex end; there are now pdf.get* and pdf.set*
+ commands for them too (in future versions the old ways can become
+ obsolete)
+
+* new accessors pdf.geth, pdfgetv, pdfgetpos, getgetmatrix as well
+ as pdfhasmatrix helpers (in future versions the direct pdf.h and
+ pdf.v accessor can become obsolete)
+
+* the pdf.pdf* variables have been removed (they were already
+ obsolete for some years)
+
+* a new properties mechanism for associating lua tables with nodes
+ that get cleaned up when nodes a freed (see manual for details)
+
+* several improvements to the way temporary (backend) data is stored
+ at the lua end (better protection, more consistent)
+
+* a 'l' type for user nodes that holds a lua variable (can be set
+ at the lua end)
+
+* if a late lua node is set at the lua end the string value can be
+ a function as well which is then executed during serialization to
+ the backend stream
+
+* Various small speedups
+
+* Various smallish fixes to the node direct interface
+
+* LPeg is now at version 0.12
+
+* Some small fixes to the CFF (font) parsing
+
+* Font file inclusion reporting messages on the terminal now
+ comply to the texconfig.trace_file_names setting
+
+* Removed some of the additional luafontloader.info() return
+ information that was added in 0.78.2, but could not work
+ properly.
+
+* new primitive \luafunction (see manual), with associated
+ lua.get_functions_table() function
+
+* lua error message reporting has been altered a bit to make
+ the distinction between \directlua and other lua source code
+ sources clearer
+
+* Additional pdf document data functionality in the 'pdf' table
+ has been cleaned up internally
+
+* Additional pdf destination names can now be set via lua.
+
+* New callbacks: finish_pdfpage, show_error_message,
+ show_lua_error_hook, start_file, stop_file
+
+* Handling of \tracinglostchars is fixed
+
+* Embedded metapost library version is now 1.900
+
+* luajittex is now included in the distribution. One can use
+ buildjit.sh to build both luatex and luajittex, where
+ supported by the platform
+
+* Synchronization with the TeXLive sources updated the following
+ libraries:
+ * libpng is now 1.6.10
+ * poppler is now 0.25.2
+
+==============================================================
+Luatex beta-0.78.2 was released 20140113 (4748)
==============================================================
* Extended luafontloader's info() function to include data
from the 'pfminfo' and 'names' structure.
-* Fixed a bug in the luafontloader library that made loading
+* Fixed a bug in the luafontloader library that made loading
some fonts extremely slow (LastResort.ttf)
* Removed a recent extension in the luafontloader library that
made loading fonts with lots of glyphs slow (ArialUnicoce.ttf).
- Note: the extension made sure that there were no duplicate
- glyph names in the font after loading.
+ Note: the extension made sure that there were no duplicate
+ glyph names in the font after loading.
* Restored --recorder output for lua files (dofile/loadfile/io.open)
-* One-at-a-time pattern adding from lua used to require enormous
+* One-at-a-time pattern adding from lua used to require enormous
amounts of memory
* luatex's fontloader.to_table() no longer reports 'altuni' table
information for alternates that are solely driven by the font
- encoding. This fixes loading time issues for fonts that fill
- encodings by copying a single glyph many times, like e.g.
+ encoding. This fixes loading time issues for fonts that fill
+ encodings by copying a single glyph many times, like e.g.
LastResort.ttf from Apple.
* The datestamp no longer appears in any banners. The associated
@@ -54,7 +144,7 @@ Luatex beta-0.78.2 was released 20140113
is not given explicitly.
* node.unset_attribute() was broken in 0.78.0
-
+
* The UTF-8 commandline patch from 0.78.0 for Win32 was removed
again (did not work properly)
@@ -62,9 +152,9 @@ Luatex beta-0.78.2 was released 20140113
Luatex beta-0.78.0 was released 20131231
==============================================================
-* Instead of using expanded fonts, just calculate the expanded
+* Instead of using expanded fonts, just calculate the expanded
width of glyphs where needed, and carry expand info in the
- glyph nodes (all based on Hans' suggestions). All font expansion
+ glyph nodes (all based on Hans' suggestions). All font expansion
functions are disabled and most are removed.
* New, faster (but limited) direct node access from lua, see
@@ -75,7 +165,7 @@ Luatex beta-0.78.0 was released 20131231
* Extended build script for mingw/msys (includes 64-bit support)
-* Various patches from/via Akira Kakuta for better Win32
+* Various patches from/via Akira Kakuta for better Win32
integration
* Fixes for some bugs in de pdfscanner library (mostly related
@@ -83,12 +173,12 @@ Luatex beta-0.78.0 was released 20131231
* Maximum hyphenated word length is now 64Kb characters.
-* Various patches from Khaled Hosny and Luigi Scarso for the
+* Various patches from Khaled Hosny and Luigi Scarso for the
luafontloader subsystem
* Fix for a crash when re-dumping formats
-* Fix for a Selene unicode library bug where some characters in
+* Fix for a Selene unicode library bug where some characters in
UTF-8 were incorrectly flagged as having the 'Space' property
* Some smaller fixes
@@ -137,7 +227,7 @@ News:
* Fix Lua's loadfile().
-* Removed the cidmap callbacks again (let that be done by user lua
+* Removed the cidmap callbacks again (let that be done by user lua
code after the fact).
* Removed the fatal error on fonts where num_glyphs is too high,
@@ -158,15 +248,15 @@ Luatex beta-0.74.0 was released 20121224
News:
* lua 5.2
- There are no patches to the core Lua files; a future version
- of luatex will switch to loading the regular lua 5.2 dynamic
+ There are no patches to the core Lua files; a future version
+ of luatex will switch to loading the regular lua 5.2 dynamic
library instead of depending on a statically compiled
one.
-* A bleeding-edge version of luasocket is included, as there
- is no 5.2-compatible official release yet.
+* A bleeding-edge version of luasocket is included, as there
+ is no 5.2-compatible official release yet.
-* A new lua extension is the two-argument version of
+* A new lua extension is the two-argument version of
string.dump from Luajit:
string.dump(function f, [boolean strip])
@@ -176,14 +266,14 @@ News:
* The implied existence of the following lua libraries is now
deprecated:
- debug, unicode.*, luazip, lfs, lpeg, zlib, gzip, md5,
+ debug, unicode.*, luazip, lfs, lpeg, zlib, gzip, md5,
socket.*, profiler, epdf, fontloader, mplib, and
pdfscanner.
Future versions of luatex will load these modules on demand
- from dynamic libraries.
-
- Please update your sources to include a 'require' line for
+ from dynamic libraries.
+
+ Please update your sources to include a 'require' line for
each of the library modules mentioned.
* Two new callbacks: find_cidmap_file and load_cidmap_file
@@ -195,7 +285,7 @@ Luatex beta-0.72.0 was released 20121210
News:
-* update various used libraries, including mplib 1.770,
+* update various used libraries, including mplib 1.770,
poppler 0.21, libpng 1.5, and lpeg 0.10.2.
* new 'pdfscanner' lua library.
@@ -204,14 +294,14 @@ News:
* improved placement of bottom accents.
-* various other small fixes that have accumulated over the past
+* various other small fixes that have accumulated over the past
year-and-a-half.
==============================================================
Luatex beta-0.70.1 was released 20110519
==============================================================
-News:
+News:
* fixed: recorder file location from TL (Akira).
@@ -227,14 +317,14 @@ News:
* fixed: box output to synctex.
-* fixed: FontDescriptor for non-embedded OpenType fonts has an
+* fixed: FontDescriptor for non-embedded OpenType fonts has an
invalid FontFile3 entry (#654)
* fixed: crash on non-existent images.
* fixed: small memory leak in the ipc code.
-* fixed: tex.print() and tex.sprint() don't recognize -2 as the
+* fixed: tex.print() and tex.sprint() don't recognize -2 as the
first argument (#659)
==============================================================
@@ -264,7 +354,7 @@ Luatex beta-0.66.0 was released 20110412
News:
-* fixed: linebreak_filter doesn't do its default job when
+* fixed: linebreak_filter doesn't do its default job when
tex.linebreak is used
* fixed: \escapechar ignored by \meaning
@@ -281,7 +371,7 @@ News:
* fixed: an indexing problem with nonexistent font glyphs
-* fixed: some crashes and other bugs on the 'subtype' and 'prev'
+* fixed: some crashes and other bugs on the 'subtype' and 'prev'
fields (not all node types have those fields)
* fixed: crash on token.csname_id ("")
@@ -294,21 +384,21 @@ News:
* fixed: compilation failure on Hurd
-* fixed: a small bug leading to displacements when reading
+* fixed: a small bug leading to displacements when reading
the AccentTop table
-* fixed: \directlua followed by \pdfximage generates error if
+* fixed: \directlua followed by \pdfximage generates error if
draft mode is active
* fixed: a problem with \vadjust pre in alignments
* fixed: a lua stack growing problem in the backend in 0.65.0,
- resulting in an inability to create more than a few thousand
+ resulting in an inability to create more than a few thousand
generated pages
* fixed: inclusion of Scribus-generated pdfs
-* adapt: the default form margin is now zero (was 1bp before)
+* adapt: the default form margin is now zero (was 1bp before)
* adapt: libpng 1.4.4, zzuplib 0.13.60, mplib 1.504
@@ -318,7 +408,7 @@ News:
* feature: new function node.currentattr() queries the current
active attribute list
-* feature: Lua font loading; ignore unknown enumeration keys in
+* feature: Lua font loading; ignore unknown enumeration keys in
MathConstants
* feature: JPEG 2000 image support
@@ -353,7 +443,7 @@ News:
* The various node list fields in the lua node interface have
been renamed from 'list' to 'head', e.g. tex.box[0].head,
- and the 'list' name is deprecated. For now, the deprecation
+ and the 'list' name is deprecated. For now, the deprecation
is silent, as 'list' will stay for quite some time. Please
update your lua source as soon as possible, though.
@@ -363,8 +453,8 @@ News:
* Luafilesystem has been updated to 1.5.0. NOTE: there is an
incompatible change in the directory iterator method.
-* The restriction on linebreak_filter has been eased: at least one
- horizontal box should be returned, but that is not necessarily
+* The restriction on linebreak_filter has been eased: at least one
+ horizontal box should be returned, but that is not necessarily
the last node any more.
* Backward compatibility has been restored for \meaning\mathchar
@@ -387,19 +477,19 @@ Bugfixes:
* <box>.head.prev is now always initialized to null (0).
-* luatex -lua=<script> '\relax' no longer exits immediately,
+* luatex -lua=<script> '\relax' no longer exits immediately,
instead going into interactive mode as it should.
* The \jobname was initialized wrongly for input file names
with multiple dots in them.
-* The synctex file is now written in the right place when
+* The synctex file is now written in the right place when
--output-directory is given.
* \letterspacefont could cause crashes, especially when combined
with font expansion.
-* Luatex would crash on linux32 systems if it was build in an
+* Luatex would crash on linux32 systems if it was build in an
environment where LFS (>2GB files) was enabled by default.
* Node lists created by node.copy_list() could not be hyphenated
@@ -407,11 +497,11 @@ Bugfixes:
* Synctex support was partially broken since 0.60.0.
-* With OpenType math fonts, accents with multiple parts
+* With OpenType math fonts, accents with multiple parts
(like the \vec arrow) forgot to include all parts if the
accentee was too narrow.
-* With OpenType math fonts, accents over any class except 0 and 7
+* With OpenType math fonts, accents over any class except 0 and 7
were misplaced.
* kpse.lookup("plain", {all = true}) was broken in kpathsea
@@ -459,7 +549,7 @@ News:
Bugfixes:
-* Fix a bug where an explicit hyphen prevented hyphenation for the
+* Fix a bug where an explicit hyphen prevented hyphenation for the
whole rest of the paragraph
* Internal font copying forgot to copy the last font dimen
@@ -471,7 +561,7 @@ Bugfixes:
* Multi-page pdf inclusion was very slow in 0.63.0
-* Some extra checks added to the handling of glue_spec node
+* Some extra checks added to the handling of glue_spec node
objects in lua code.
* Some node.prev pointers have been corrected (but this is not
@@ -495,7 +585,7 @@ News:
* Add CIDset tables to the output pdf where appropriate.
-* Added a 'string' field to late_lua nodes on the lua side. This
+* Added a 'string' field to late_lua nodes on the lua side. This
field does not convert the assigned string to a tokenlist.
* The result of fontloader.open() now has some virtual accessors
@@ -514,13 +604,13 @@ Bugfixes:
* Fix hyphenation exceptions.
-* Prevent linebreak between initial local_par paragraph whatsit
+* Prevent linebreak between initial local_par paragraph whatsit
and a following skip (bugreport #437).
* Fix placement of scripts on textstyle big operators in MATH
fonts (bugreport #466).
-* Fix a crash on the return value of MPlib's 'postscript'
+* Fix a crash on the return value of MPlib's 'postscript'
operation on images.
* Fix a crash on \leftghost & \rightghost in math mode.
@@ -539,7 +629,7 @@ News:
* Input-ed lua files are now mentioned in the fls file if
the --recorder switch is specified on the command line.
-* Paragraph indentation hlist nodes and hlist and vlist nodes
+* Paragraph indentation hlist nodes and hlist and vlist nodes
generated by alignment rows and cells now have a subtype
(3 for indent box, 4 for rows/columns, 5 for cells).
@@ -562,7 +652,7 @@ Bugfixes:
* \letterspacefont was broken since a very long time.
-* The node subtype of the \leftskip and \rightskip glues was
+* The node subtype of the \leftskip and \rightskip glues was
wrong.
* Some memory leaks have been removed.
@@ -578,14 +668,14 @@ New features:
* New lua library 'epdf' for introspection of PDF inclusions,
see the manual for details.
-* Mplib version 1.502 is now included (which is still beta,
+* Mplib version 1.502 is now included (which is still beta,
so be careful).
* new "finish_pdffile" and "pre_dump" callbacks.
* new function pdf.pageref()
-* In the lua 'tex' library: assignment to internal glue
+* In the lua 'tex' library: assignment to internal glue
parameters is now allowed.
* New lua function tex.error().
@@ -622,7 +712,7 @@ Bugfixes:
* fix pdf overprinting bug (related to \pdfliteral).
* patch from Akira Kakuto that ensures that only absolute commands
-that are inside the %PATH% will be executed in win32's restricted
+that are inside the %PATH% will be executed in win32's restricted
\write18
* fix a buffer overflow in luafontloader.
@@ -648,12 +738,12 @@ New features:
* Added --warnings=[no|min|yes|max|all] option to build.sh.
-* While cross-compiling, build.sh now adds an extra linker switch
+* While cross-compiling, build.sh now adds an extra linker switch
to allow win32 exes to use 3G instead of 2G of virtual memory.
Bugfixes:
-* os.exec() & os.spawn() handled the environment differently from
+* os.exec() & os.spawn() handled the environment differently from
os.execute() on Win32 (patch from Tomek)
* Builds with --enable-ipc were broken.
@@ -662,12 +752,12 @@ Bugfixes:
* An initial attempt at fixing bug #372 (\predisplaydirection).
-* An attempt to fix \eqno/\leqno placements in mixed direction
+* An attempt to fix \eqno/\leqno placements in mixed direction
\mathdir/\textdir.
* Our local xpdf patch is reverted, it is not needed any more.
-* The os.selfdir variable was not documented, as well as broken
+* The os.selfdir variable was not documented, as well as broken
on WIN32.
* Fix "\input tikz hello \bye" bug, plus fix one sign error.
@@ -798,7 +888,7 @@ Bug fixes:
on following pages due to a lingering internal variable.
* \pdfthread crashed because the arguments were handled in reverse
- order.
+ order.
==============================================================
Luatex beta-0.51.0 was released 20100312
@@ -865,7 +955,7 @@ Bug fixes:
Removed features:
-* Support for Type3 .pgc files (nobody used them).
+* Support for Type3 .pgc files (nobody used them).
==============================================================
Luatex beta-0.50.0 was released 20091224
@@ -873,10 +963,10 @@ Luatex beta-0.50.0 was released 20091224
New features:
-* Fonts now listen also to the 'extend' key in the lua font
+* Fonts now listen also to the 'extend' key in the lua font
metrics table, and the processing for this is done via de
pdf text matrix instead of via the font matrix, which means
- it now works for all font types.
+ it now works for all font types.
* The embedded Metapost library is now at version 1.209.
@@ -893,18 +983,18 @@ Bug fixes:
* \pdfcolorstack handling was broken.
-* node.unset_attribute() had a bug whereby it inverted the
+* node.unset_attribute() had a bug whereby it inverted the
requested result in some cases (the node on which the unset
was called was sometimes the only node at the current level
that *kept* the attribute).
-* During font expansion, the internal font copy had one character
+* During font expansion, the internal font copy had one character
information object less than the original, resulting in the
disappearance of a glyph in some fonts when font expansion
was active.
-* Placement of operator scripts of OT MATH fonts is adjusted
- to be conformant with Word's logic where the italic correction
+* Placement of operator scripts of OT MATH fonts is adjusted
+ to be conformant with Word's logic where the italic correction
is only used to tuck in the subscript and for nothing else.
* luafontloader.open() no longer writes directly to stderr in
@@ -914,12 +1004,12 @@ Bug fixes:
* The lua 'pdf' table could not be assigned to.
-* The lua 'md5' library was returning incorrect results on
+* The lua 'md5' library was returning incorrect results on
64-bit architectures.
* Luatex now compiles on GNU Hurd systems.
-* Fix segfault when embedding stream file object (these
+* Fix segfault when embedding stream file object (these
backend segfaults were a side-effect of the string pool
patches).
@@ -929,20 +1019,20 @@ Luatex beta-0.47.0 was released 20091218
New features:
-* New read-write lua variables pdf.pdfcatalog, pdf.pdfnames,
+* New read-write lua variables pdf.pdfcatalog, pdf.pdfnames,
pdf.pdfinfo, pdf.pdftrailer
-* The horizontal mode nodes that are added to lines during line
- breaking now inherit the attributes from the first and last node
+* The horizontal mode nodes that are added to lines during line
+ breaking now inherit the attributes from the first and last node
inside the created line.
-* The new function pdf.registerannot(<number>) registers an
- annotation object number to be included in the current
+* The new function pdf.registerannot(<number>) registers an
+ annotation object number to be included in the current
page's /Annots list.
-* The variables <metrics>.Mathconstants.FractionDelimiterSize
+* The variables <metrics>.Mathconstants.FractionDelimiterSize
and <metrics>.Mathconstants.FractionDelimiterDisplayStyleSize
- are added to the font table. This allows proper setting of the
+ are added to the font table. This allows proper setting of the
size parameters for TeX's ...withdelims math primitives.
* The internal representation of the string pool is reorganized
@@ -952,7 +1042,7 @@ New features:
status.pool_ptr now simply returns the current number of bytes
in use for string characters.
-* There are new lua variables pdf.pdfmapline and pdf.pdfmapfile
+* There are new lua variables pdf.pdfmapline and pdf.pdfmapfile
(write-only strings that mimic \pdfmapline and \pdfmapfile).
* \pdfobj data and attribute are now stored as C strings instead
@@ -960,14 +1050,14 @@ New features:
* Artificially slanted fonts now work via the pdf text matrix
(instead of adjusting the actual font) so that it now also
- works for non-Type1 fonts. The lua <metrics>.slant font key is
+ works for non-Type1 fonts. The lua <metrics>.slant font key is
now obeyed in all cases.
-* The lua function font.id(<string>) returns the internal font id
+* The lua function font.id(<string>) returns the internal font id
number belonging to a control sequence name.
* Pdf image inclusion is optimized such that objects from an
- external pdf will now be included only once even if they are
+ external pdf will now be included only once even if they are
referenced from multiple inclusions.
Bug fixes:
@@ -975,7 +1065,7 @@ Bug fixes:
* Protrusion for non-TLT documents did not work properly for
the hyphenation character.
-* \lastbox could not remove the paragraph indent box for non-TLT
+* \lastbox could not remove the paragraph indent box for non-TLT
documents.
* Pdf images (\pdfximage) are no longer kept open during the
@@ -984,19 +1074,19 @@ Bug fixes:
This prevents the 'too many open files' error when lots of
images are included.
-* On Win32 Pdf image files are locked during the time that it is
+* On Win32 Pdf image files are locked during the time that it is
open, to prevent unnoticed file changes by external sources.
* Compilation now again works on FreeBSD.
-* Format sharing between 32-bit and 64-bit architectures was
+* Format sharing between 32-bit and 64-bit architectures was
broken.
* Unsetting attributes from lua could sometimes result in
- the unset state persisting beyond the current group level.
-
+ the unset state persisting beyond the current group level.
+
* If something went wrong in the scanning of pdf action items,
- the error message reported the current primitive name
+ the error message reported the current primitive name
incorrectly.
* Luatex would crash on non-existant pdfs that were referenced
@@ -1011,17 +1101,17 @@ New features:
* The build.sh script now has better support for new MacOSX-es
(patch from Mojca).
-* Luatex now has experimental support for dynamic loading of
+* Luatex now has experimental support for dynamic loading of
external compiled lua libraries. Building luatex and loading
external .so/.dll files is reported to work on Windows,
linux and osx, other platforms are still unknown.
* pdf.obj{type="stream"} no longer converts its argument to and
from a tokenlist. This allows the use of binary data in the
- "string" argument. Such data does still have to hidden from
- the normal file parser by putting the code in a dofile()
+ "string" argument. Such data does still have to hidden from
+ the normal file parser by putting the code in a dofile()
or by using string.char(), though.
-
+
Bug fixes:
* Luatex 0.45.0 was not able to find truetype nor opentype fonts
@@ -1030,14 +1120,14 @@ Bug fixes:
* 0.45.0 printed the user input instead of the full pathname
for \input-ed tex files.
-* The TFM reader now rejects fonts with tfm names that are
- longer than 255 characters because such font names cannot
+* The TFM reader now rejects fonts with tfm names that are
+ longer than 255 characters because such font names cannot
be stored in a DVI file.
* The combination of \immediate\pdfxform followed by a later
\pdfrefxform could cause broken pdf output files because
the box used for the form could have been freed and even
- reused already at that moment in time, sometimes resulting
+ reused already at that moment in time, sometimes resulting
in an invalid transformation matrix.
* The placement of super- and subscripts for displaystyle
@@ -1054,10 +1144,10 @@ Luatex beta-0.45.0 was released 20091118
New features:
* Loading big OTF fonts via lua is now much faster than before,
- at the expense of a bit of precision loss in the calculated
+ at the expense of a bit of precision loss in the calculated
bounding boxes.
-* Two new token lists are provided: \pdfxformresources and
+* Two new token lists are provided: \pdfxformresources and
\pdfxformattr, as an alternative to \pdfxform keywords.
* \input and \openin now accept braced filenames.
@@ -1079,18 +1169,18 @@ New features:
* Akira Kakuto suppled a patch that restricts writing to files
with names such as latex.bat etc. (on windows only)
-* (un-feature): from now on luatex now only handles 4 direction
- specifiers: TLT (latin), TRT (arabic), RTT (cjk), and LTL
+* (un-feature): from now on luatex now only handles 4 direction
+ specifiers: TLT (latin), TRT (arabic), RTT (cjk), and LTL
(mongolian). The other directions now generate an error.
-* (un-feature): xpdf's automatic lower- and uppercasing retry attempts
+* (un-feature): xpdf's automatic lower- and uppercasing retry attempts
for nonfound image pdf files has been removed.
* The callbacks hpack_filter, vpack_filter and pre_output_filter
pass on an extra string argument for the direction, when known
(nil == use default).
-* The lua functions node.hpack(), node.vpack() and node.dimensions()
+* The lua functions node.hpack(), node.vpack() and node.dimensions()
now accept an optional direction argument (not given == use default).
* \pdfrefxform [width <dimen>] [height <dimen>] [depth <dimen>] <formref>
@@ -1098,7 +1188,7 @@ New features:
doesn't scale, it shifts vertically.
* A change to the relative ordering inside font name discovery for use
- by the backend: now it tries <f>.psname first, as that is much less
+ by the backend: now it tries <f>.psname first, as that is much less
likely to contain spaces.
* For ttc fonts, now the used subfont name and its index id are printed
@@ -1119,7 +1209,7 @@ Bug fixes:
* Images inside virtual fonts were broken.
-* The processing of \language=-1 was wrong, resulting in
+* The processing of \language=-1 was wrong, resulting in
hyphenation attempts even though there was no proper language
set up.
@@ -1130,7 +1220,7 @@ Bug fixes:
* tex.box[] assingments are now checked to make sure the assigned
node has the right id (hlist or vlist).
-* show_node_list (as in \showbox) produced spurious local_par
+* show_node_list (as in \showbox) produced spurious local_par
whatsit prints in the output after direction nodes.
* The handling of pdf literals has been sped up.
@@ -1164,7 +1254,7 @@ Bug fixes:
* \leavevmode\penalty-10000\penalty-10000 crashed luatex.
-* the API of margin kern nodes to lua was using the wrong
+* the API of margin kern nodes to lua was using the wrong
fields in the nodes.
* A few fixes to the manual.
@@ -1189,7 +1279,7 @@ Bug fixes:
* The converter from lua strings to token lists (for the node
interface) sometimes generated invalid tokens.
-* CFF (OpenType) fonts now listen to 'embedding="full"'. TTF
+* CFF (OpenType) fonts now listen to 'embedding="full"'. TTF
is still todo.
* Font tables with 'embedding="no"' would cause luatex to crash.
@@ -1205,7 +1295,7 @@ Luatex beta-0.43.0 was released 20090819
New features:
-* There is a new allowed key in the table trhat is returned
+* There is a new allowed key in the table trhat is returned
by lua-loaded fonts: <f>.psname. This value should be set
to the original PostScript font name of the font. Fonts inside
dfont and ttc collections are fetched using this field
@@ -1217,14 +1307,14 @@ New features:
* \latelua is now allowed inside leaders.
* There is a new callback: process_output_buffer, from Manuel
- Pégourié-Gonnard. This callback is called just before
+ Pégourié-Gonnard. This callback is called just before
\write acts, so it can be used to alter the file encoding
of text output files.
* There is a new node.dimensions() function, which calculates
the natural size of (part of) a list of nodes.
-* The new primitive \gleaders provides 'globally aligned'
+* The new primitive \gleaders provides 'globally aligned'
leaders.
* The DVI and PDF backends now share much code internally.
@@ -1237,10 +1327,10 @@ Bugfixes:
* We fixed lots of anonymous bugs introduced in 0.42.0 (as expected)
-* fontloader.info() errors are no longer fatal, the function now
+* fontloader.info() errors are no longer fatal, the function now
just returns a nil,"error string" pair.
-* Automatically inserted kerns for \accents are now once again
+* Automatically inserted kerns for \accents are now once again
valid word ends, as in \TEX.
* Fixed the placement of math displays in mixed direction
@@ -1254,11 +1344,11 @@ Luatex beta-0.42.0 was released 20090717
* There is a new node.tail() function
-* lua-loaded fonts now support a 'nomath' key to speed up
+* lua-loaded fonts now support a 'nomath' key to speed up
loading the lua table.
* A bugfix in the ttf reader for the inclusion backend, and
- (also in the backend) support for treating ttc files by
+ (also in the backend) support for treating ttc files by
pretending they are single ttf fonts (both patches from pdftex)
* Add Khaled Hosny's man page to the repository
@@ -1266,13 +1356,13 @@ Luatex beta-0.42.0 was released 20090717
* The \pdfcompresslevel is now effectively fixed as soon as
output to the pdf file has occurred.
-* Patched status.filename so that it (nearly) always returns a
+* Patched status.filename so that it (nearly) always returns a
file name.
* fix '\the\delcode' and disable '\the\odelcode', '\the\Udelcode',
- and '\the\Udelcodenum'
+ and '\the\Udelcodenum'
-* Handle jfifs where either xres or yres is 0 and the other
+* Handle jfifs where either xres or yres is 0 and the other
res is != 0 (from pdftex)
* The single-argument version of lang.hyphenate() was broken.
@@ -1282,24 +1372,24 @@ Luatex beta-0.42.0 was released 20090717
* The Lua coroutine patch (coco) is now disabled on linux
powerpc architectures (because it caused crashes)
-* Removed obsolete pdftex primitives:
- \pdfoptionalwaysusepdfpagebox
- \pdfoptionpdfinclusionerrorlevel
+* Removed obsolete pdftex primitives:
+ \pdfoptionalwaysusepdfpagebox
+ \pdfoptionpdfinclusionerrorlevel
\pdfforcepagebox
\pdfmovechars
-* The loading speed of large fonts (especially ttf) via the
+* The loading speed of large fonts (especially ttf) via the
fontloader library, and the inclusion speed for subsetting
in the backend have both been improved.
-* The 'pdf' lua library has been enhanced with various new
+* The 'pdf' lua library has been enhanced with various new
functions, see the manual for details.
* BLT and BRT glyph position fixed.
* Various fixes for synctex offsets.
-* Support for exotic font string encodings has been removed
+* Support for exotic font string encodings has been removed
from the fontloader library.
* The embedded MPlib is now 1.205.
@@ -1317,13 +1407,13 @@ Luatex beta-0.40.6 was released 20090625
* Sometimes pdf.print() could be used before the proper structures
were initialized.
-* There was a bug in the type codes for the lua package filter
- callback: wrong extra info was passed to lua for the alignment
- and vsplit cases.
+* There was a bug in the type codes for the lua package filter
+ callback: wrong extra info was passed to lua for the alignment
+ and vsplit cases.
* The math parameters \Umathlimitdownvgap, \Umathlimitdownbgap,
and \Umathlimitdownkern have been renamed to \Umathlimitbelowbgap,
- \Umathlimitbelowvgap, and \Umathlimitbelowkern to be more
+ \Umathlimitbelowvgap, and \Umathlimitbelowkern to be more
consistent with the other parameter names.
* The embedded MPlib is now 1.204.
@@ -1345,7 +1435,7 @@ Luatex beta-0.40.5 was released 20090610
Luatex beta-0.40.4 was released 20090609
==============================================================
-* \the\textfont0 returned a number instead of doing a font
+* \the\textfont0 returned a number instead of doing a font
switch.
* The embedded MPlib is now 1.203.
@@ -1359,7 +1449,7 @@ Luatex beta-0.40.3 was released 20090608
* A set of fixes to the synctex support.
-* A patch to the build script to prevent installed X11 headers
+* A patch to the build script to prevent installed X11 headers
from being required.
* Some weave (web syntax) fixes from Manuel Pégourié-Gonnard.
@@ -1381,19 +1471,19 @@ Luatex beta-0.40.2 was released 20090603
* A complicated bugfix by Hartmut for a rounding problem in the
VF loading that resulted in 'character width mismatch in font
- XY.vf ignored' messages at large load sizes
+ XY.vf ignored' messages at large load sizes
* The embedded MPlib is now 1.202.
-* The post_page_number callback was accidentally run when
+* The post_page_number callback was accidentally run when
shipping out xforms as well as during actual pages.
-* When a math accent char doesn't have a bot_accent placer,
+* When a math accent char doesn't have a bot_accent placer,
luatex now uses the top_accent placer, if present.
* A crash caused by \Uroot .. {<list>}{...} is fixed
-* A portability fix for solaris 8 sparc using sun studio
+* A portability fix for solaris 8 sparc using sun studio
compiler, and one for glibc > 2.9.90
* luatex -ini now sets the \catcode of the BOM character to
@@ -1424,13 +1514,13 @@ Luatex beta-0.40.1 was released 20090508
and --credits output.
-* There is a new MPlib 1.200 release candidate with a few minor
+* There is a new MPlib 1.200 release candidate with a few minor
fixes included.
* The xpdf library is updated to patch level 3.
* New imports to the build system, from texlive. In particular,
- there is now configure-level support for building with
+ there is now configure-level support for building with
libpoppler and support for building under cygwin 1.7 is added.
==============================================================
@@ -1461,12 +1551,12 @@ Luatex beta-0.39.0 was released 20090415
==============================================================
* iniluatex will from now on start up with only the TeX82 primitives
- and \directlua, everything else has to be bootstrapped via
+ and \directlua, everything else has to be bootstrapped via
tex.enableprimitives(). This change was planned for 0.40.0,
but *now* is the time to test it.
-
+
* A bugfix for \primitive in various expandable contexts,
- and \primitive now generates an error message when the
+ and \primitive now generates an error message when the
argument is not actually a primitive's name.
* There was a bug found in the math accent handling.
@@ -1486,28 +1576,28 @@ Luatex beta-0.39.0 was released 20090415
* There was a leak of direction nodes in the paragraph builder.
-* The font backend now does a small peek to differentiate
+* The font backend now does a small peek to differentiate
truetype and postscript style opentype fonts. This fixes
the "Can't find CFF table" bug for otf's with truetype outlines.
* Parameters and registers can now also be assinged to globally
from lua (see the manual for details).
-* It is now possible to query the current math style while a
+* It is now possible to query the current math style while a
formula is still being constructed by using the new read-only
value \mathstyle. Associated is the new command \Ustack that
- is to be used as a prefix for {.. \over ..} and friends.
+ is to be used as a prefix for {.. \over ..} and friends.
See the manual for more information.
* The embedded MPLib is brought up to date with the current
metapost repository (version 1.110 and a few small patches).
-
+
* Luatex can now handle two breakpoints inside a single ligature
(like for the functional word of-f-ice). The solution is not
- perfect yet, but the chance of missed hyphenation points in
+ perfect yet, but the chance of missed hyphenation points in
actual documents should now be negligible.
-* Some speedups in the font loading code, and in the handling of
+* Some speedups in the font loading code, and in the handling of
pdf_literal nodes that are set from within Lua code.
* Some source code and manual cleanup, as usual.
@@ -1517,12 +1607,12 @@ Luatex beta-0.38.0 was released 20090410
==============================================================
* tex.enableprimitives() had a bug were previously defined (but
- currently undefined) control sequences prevented the creation
+ currently undefined) control sequences prevented the creation
of the new csname.
* The special calling format callback.register('name', false)
- not only disables the callback, but also the builtin code it
- is supposed to replace.
+ not only disables the callback, but also the builtin code it
+ is supposed to replace.
* Empty \localleftbox and \localrightbox -es are now suppressed.
@@ -1533,16 +1623,16 @@ Luatex beta-0.38.0 was released 20090410
corrections via the OpenType MATH mathkern table. See the
manual for details.
-* node.write() no longer copies its argument node list before
+* node.write() no longer copies its argument node list before
appending it.
-* There are six new primitives that are verbose forms
+* There are six new primitives that are verbose forms
of one and two byte special tokens:
- \Usuperscript \Usubscript
- \Ustartmath \Ustopmath
+ \Usuperscript \Usubscript
+ \Ustartmath \Ustopmath
\Ustartdisplaymath \Ustopdisplaymath
-* The attribute node leaks in math mode and alignmetns have been
+* The attribute node leaks in math mode and alignmetns have been
fixed.
* The 11 simple math noads are now combined into a single "noad"
@@ -1557,8 +1647,8 @@ Luatex beta-0.38.0 was released 20090410
* Lua now also has the "architecture independent bytecode"
patch applied.
-* Lua is updated to version 5.1.4 with coco patches 1.1.5, and
- lpeg is now 0.9.
+* Lua is updated to version 5.1.4 with coco patches 1.1.5, and
+ lpeg is now 0.9.
* Some TRT/TLT backend bugs are fixed.
@@ -1569,39 +1659,39 @@ Luatex beta-0.37.0 was released 20090331
==============================================================
* Luatex now implements shell_escape = 'p', a new feature
- in web2c that intends to make \write18 more secure. As
- a side-effect, if luatex is used for typesetting, it will
+ in web2c that intends to make \write18 more secure. As
+ a side-effect, if luatex is used for typesetting, it will
now also apply shell_escape = 'p' and shell_escape = 'f'
- to the lua functions io.popen(), os.execute(), os.exec(),
+ to the lua functions io.popen(), os.execute(), os.exec(),
and os.spawn().
- Nothing has changed for the case where luatex is used as
+ Nothing has changed for the case where luatex is used as
a script interpreter.
* Attributes can now have negative values. The special value
for 'unset' is lowered to -0x7FFFFFFF (it used to be -1).
-* The lua 'kpse' library now has an object-oriented interface
+* The lua 'kpse' library now has an object-oriented interface
as companion to the procedural interface. This is useful for
e.g. controlling the discovery of mplib files.
* The new internal integer parameter \outputbox allows setting
of the output box number (default: 255, max: 65535)
-* The new primitives \Udelimiterunder and \Udelimiterover
+* The new primitives \Udelimiterunder and \Udelimiterover
complete the set of 'StretchStacks' for OpenType Math.
-* Fixed a bug in font string conversions on the Macintosh that
+* Fixed a bug in font string conversions on the Macintosh that
resulted in warnings about 'unaligned pointers being freed'.
* Khaled Hosny spotted a bunch of manual errors.
-* There was bug in the width of math_accent objects when
+* There was bug in the width of math_accent objects when
there were super- or subscripts attached to the accentee.
* In PDF mode, TRT \leaders were bugged.
-* The source tree now uses the new texlive build system that
- Peter Breitenlohner created.
+* The source tree now uses the new texlive build system that
+ Peter Breitenlohner created.
* There is now a single build.sh instead of four separate
ones. It has a few options:
@@ -1625,7 +1715,7 @@ Luatex beta-0.36.0 was released 20090323
The old name ('fontforge') will remain present for a while,
but will eventually go away.
-* New lua functions: tex.primitives(), tex.extraprimitives,
+* New lua functions: tex.primitives(), tex.extraprimitives,
tex.enableprimitives(). This is a prelude to a big change
in the next beta: iniluatex will from now on start up with
only the TeX82 primitives and \directlua, everything else
@@ -1640,22 +1730,22 @@ Luatex beta-0.36.0 was released 20090323
directions (form and image placement, vertical typesetting,
synctex).
-* The kpathsea library is updated. Highlights: cleaner build
- process (thanks to Peter Breitenlohner), cleaner mingw32
+* The kpathsea library is updated. Highlights: cleaner build
+ process (thanks to Peter Breitenlohner), cleaner mingw32
(cross)compilation support, and a new reentrant API.
* Some possible endless loops within extended delimiters in
math mode are now trapped.
-* Movements inside VF font characters were considerably off
+* Movements inside VF font characters were considerably off
due to a wrong conversion routine.
* Error handling for \outer has been reinstated, but can be
suppressed via the new primitive \suppressoutererror.
* The new primitives: \suppresslongerror and \suppressifcsnameerror
- that can be used to suppress errors for \par in non-long macros
- and for non-expandable objects inside \ifcsname ... \endcsname,
+ that can be used to suppress errors for \par in non-long macros
+ and for non-expandable objects inside \ifcsname ... \endcsname,
respectively.
* New lua function: node.vpack() via a patch from Khaled Hosny
@@ -1671,10 +1761,10 @@ Luatex beta-0.36.0 was released 20090323
accept an array of strings as well as vararg list of strings
to print.
-* A change to be build process: luatex.p is no longer split
+* A change to be build process: luatex.p is no longer split
int smaller pieces before running the C compiler.
-* Melissa O'Neill contributed a bugfix to the Type1 font
+* Melissa O'Neill contributed a bugfix to the Type1 font
subsetting code.
* A bunch of smaller bugfixes and cleanups (as usual).
@@ -1685,22 +1775,22 @@ Luatex beta-0.35.0 was released 20090224
* The math handling portions of LuaTeX are converted to C code,
and extended to support Unicode math. There are a great many
- related changes, see the new Math chapter in the manual for
+ related changes, see the new Math chapter in the manual for
details.
* A nasty bug in the paragraph breaking routine was fixed.
(All lines except the first one were believed to be wider then
- they really were. This affected which nodes were considered
- as active breakpoints)
+ they really were. This affected which nodes were considered
+ as active breakpoints)
* Various changes to the PDF backend to make it support non-latin
directions.
-* Fixed the behaviour of the page offsets. Placement of the output
- on the physical page should now work correctly in all directions,
+* Fixed the behaviour of the page offsets. Placement of the output
+ on the physical page should now work correctly in all directions,
both in DVI and PDF.
There now are \pageleftoffset and \pagetopoffset primitives,
- as well as
+ as well as
* fontforge.apply_featurefile() was broken since 0.31.0
@@ -1713,10 +1803,10 @@ Luatex beta-0.35.0 was released 20090224
* An optional space afer a <direction specifier> for \textdir c.s.
is ignored from now on.
-* \bodydir and \pagedir can now be (re)set even after the first
+* \bodydir and \pagedir can now be (re)set even after the first
page has been output.
-* The new callback mlist_to_hlist can be used to intercept the
+* The new callback mlist_to_hlist can be used to intercept the
normal conversion of math lists to horizontal lists.
* The programs ttf2afm and pdftosrc are removed from the luatex
@@ -1740,9 +1830,9 @@ This release has a bunch of updates from the development trunk
* Closing of files opened by \externalocp.
* Fix for a locale-related bug that make PDF generation fail
- with a "Parsing CFF Dict failed" message when including
+ with a "Parsing CFF Dict failed" message when including
opentype fonts.
-
+
* The included metapost is now version 1.102.
* PDF rules in vertical modes in RL direction where output
@@ -1775,7 +1865,7 @@ Besides fixing building issues, this release has
Luatex beta-0.31.1 was released 20081209
==============================================================
-fixed a bunch of compilation errors on various platforms, but
+fixed a bunch of compilation errors on various platforms, but
with no other visible changes.
@@ -1891,7 +1981,7 @@ Luatex beta-0.30.1 was released 20081009
(active) was broken
* Luatex could crash on win32 with an access violation
because there was one predefined language too few
- (the one matching \language=-1)
+ (the one matching \language=-1)
==============================================================
Luatex beta-0.30.0 was released 20080930
@@ -2156,7 +2246,7 @@ Other news:
we probably introduced new problems as well).
* Most (all?) files now have a corrected Copyright header,
- and link in $Id: NEWS 4746 2014-01-13 08:47:45Z taco $ and $URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/NEWS $ into the object file.
+ and link in $Id: NEWS 4962 2014-03-28 15:23:35Z taco $ and $URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/NEWS $ into the object file.
* Some unnecessary files were removed from the distribution.
@@ -2188,7 +2278,7 @@ Other news:
* The fontforge library now dump AAT feature tags as and
"<id,flags>" string
* The new function font.nextid() predicts the next assigned font id
-* Some source code changes are backported from texlive
+* Some source code changes are backported from texlive
==============================================================
Luatex beta-0.25.2 was released 20080410
@@ -2414,7 +2504,7 @@ News compared to the last beta (0.11.2) is as follows:
* (internal) the node (de)allocation functions have been
rewritten, so that absolutely all nodes now have a type,
- even the ones with variable sizes.
+ even the ones with variable sizes.
==============================================================
@@ -2437,7 +2527,7 @@ Luatex snapshot-20071029 was released 20071029
* texio.print now accepts multiple strings as arguments.
-* The lua function os.sleep() is added
+* The lua function os.sleep() is added
==============================================================
Luatex beta-0.11.2 was released 20070918
@@ -2488,7 +2578,7 @@ Fixes:
caused a crash
* \handling of \if\noexpand was wrong
* applied a patch that cleans up XForm and page calculations
-* "autoconf" support from zziplib is stripped
+* "autoconf" support from zziplib is stripped
==============================================================
Luatex beta-0.10.2 was released 20070814
@@ -2564,7 +2654,7 @@ Luatex snapshot-20070626 was released 20070626
Luatex snapshot-20070622 was released 20070622
==============================================================
-Not a lot of news, but it fixes a few important bugs in the lua
+Not a lot of news, but it fixes a few important bugs in the lua
node processing. Also a few utility functions are added:
* tex.round()
@@ -2656,7 +2746,7 @@ now, but keep in mind the following:
but not done yet
The other changes in this snapshot are various bugfixes (for builds
-on various platforms as well as font issues) and speedups (in the
+on various platforms as well as font issues) and speedups (in the
execution of callbacks and the creation of lua font representations).
@@ -2758,11 +2848,11 @@ contains four fields:
is that csname\NC\NR
\NC mod \NC character \NC A single character string representing
the current processing mode. One of {\bf v}ertical, {\bf h}orizontal,
-display {\bf m}ath, {\bf n}o, internal {\bf V}ertical,
+display {\bf m}ath, {\bf n}o, internal {\bf V}ertical,
restricted {\bf H}orizontal, or inline {\bf M}ath mode.\NC\LR
\stoptabulate
-If you modify the table before returning it, then it is wise to return
+If you modify the table before returning it, then it is wise to return
either a (\type{cmd}, \type{chr}) pair, or a \type{cs} string. That is
because if both options are present, the pair has precedence and the
string is ignored. On the return table, {\bf mod} is ignored always.
@@ -2992,7 +3082,7 @@ Luatex snapshot-20070202 was released 20070202
making luatex run a bit faster.
* luatex now happily accepts the following low-level syntax:
-
+
\font\myfont = <general text> <at specifier>
It feeds the <general text> to either kpathsea or a lua script for
@@ -3013,8 +3103,8 @@ Luatex snapshot-20070202 was released 20070202
* It is now possible to define a font into the font.fonts[]
directly from lua, but becayse use is limited, I am only
mentioning it to be complete.
-
- Syntax:
+
+ Syntax:
<number> id = font.define(<table> font)
* There is a (not very reliable yet) virtual font parser accessible
@@ -3186,7 +3276,7 @@ Hot on the heels of 20070105, a new snapshot. It turns out
that using the callback to define a font broke all ligatures.
This snapshot fixes that, and it has a few minor updates to
the manual. Next shapshot will be after the inclusion of
-pdftex 1.40.1.
+pdftex 1.40.1.
==============================================================
Luatex snapshot-20070105 was released 20070105
@@ -3208,7 +3298,7 @@ Luatex snapshot-20070105 was released 20070105
The value returned should be a lua table representing a tfm
file.
- * there is a new lua table: font. It has one function:
+ * there is a new lua table: font. It has one function:
font.read_tfm() that returns a table reprentation of the tfm
contents, for use with the above mentioned callback
@@ -3358,7 +3448,7 @@ Luatex snapshot-20061204 was released 20061204
associated 'read_miscfonts_file' callback has been removed.
(nobody used it anyway)
-* General cleanups to the source tree and build process.
+* General cleanups to the source tree and build process.
==============================================================
Luatex snapshot-20061023 was released 20061023
@@ -3384,7 +3474,7 @@ as well, so that I can say: Please look at
https://foundry.supelec.fr/plugins/scmsvn/viewcvs.php/manual/
/luatexref-t.pdf?root=luatex&rev=148&view=log
-for all the details. :-)
+for all the details. :-)
==============================================================
Luatex snapshot-20061002 was released 20061002
@@ -3435,7 +3525,7 @@ Luatex snapshot-20061002 was released 20061002
* startup.lua is now always loaded into lua state 0
* The luazip library from kepler is linked in, so there the table 'zip'
- is accessible from all lua states.
+ is accessible from all lua states.
==============================================================
Luatex snapshot-20060922 was released 20060922
@@ -3451,7 +3541,7 @@ Luatex snapshot-20060922 was released 20060922
* In related news, there are two new callbacks you can define:
-
+
callback.register('open_read_file', f)
callback.register('open_write_file', f)
@@ -3645,7 +3735,7 @@ Luatex snapshot-20060915 was released 20060915
However,
tex.dimen["unknowndimen"] = d
- is still (and probably will remain) illegal
+ is still (and probably will remain) illegal
==============================================================
Luatex snapshot-20060908 was released 20060908
@@ -3878,7 +3968,7 @@ so far:
and the needed functionality from the normal io library will be
reimplemented. Along with that change, there will also be a callback
to open (i.e. find) files, and a simple interface to the compiled-in
- kpathsea to use within that callback.
+ kpathsea to use within that callback.
==============================================================
@@ -4000,4 +4090,4 @@ there are some differences, to summarize:
\ifabsdim
instead.
-* I probably forgot to mention some things :-) \ No newline at end of file
+* I probably forgot to mention some things :-)
diff --git a/Build/source/texk/web2c/luatexdir/font/mapfile.w b/Build/source/texk/web2c/luatexdir/font/mapfile.w
index aa076a0a587..24c8855509e 100644
--- a/Build/source/texk/web2c/luatexdir/font/mapfile.w
+++ b/Build/source/texk/web2c/luatexdir/font/mapfile.w
@@ -20,7 +20,7 @@
@ @c
static const char _svn_version[] =
- "$Id: mapfile.w 4847 2014-03-05 18:13:17Z luigi $"
+ "$Id: mapfile.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/font/mapfile.w $";
#include "ptexlib.h"
@@ -517,14 +517,12 @@ static void fm_read_info(void)
&file_opened, &fm_buffer, &fm_size)) {
if (file_opened) {
if (fm_size > 0) {
- if (tracefilenames)
- tex_printf("{%s", cur_file_name);
+ report_start_file(filetype_map,cur_file_name);
while (!fm_eof()) {
fm_scan_line();
mitem->lineno++;
}
- if (tracefilenames)
- tex_printf("}");
+ report_stop_file(filetype_map);
fm_file = NULL;
}
} else {
@@ -538,13 +536,13 @@ static void fm_read_info(void)
luatex_warn("cannot open font map file (%s)", cur_file_name);
} else {
fm_read_file();
- tex_printf("{%s", cur_file_name);
+ report_start_file(filetype_map,cur_file_name);
while (!fm_eof()) {
fm_scan_line();
mitem->lineno++;
}
fm_close();
- tex_printf("}");
+ report_stop_file(filetype_map);
fm_file = NULL;
}
}
diff --git a/Build/source/texk/web2c/luatexdir/font/writecff.w b/Build/source/texk/web2c/luatexdir/font/writecff.w
index ed0ec53ce1e..3c9174d1aae 100644
--- a/Build/source/texk/web2c/luatexdir/font/writecff.w
+++ b/Build/source/texk/web2c/luatexdir/font/writecff.w
@@ -19,7 +19,7 @@
@ @c
static const char _svn_version[] =
- "$Id: writecff.w 4847 2014-03-05 18:13:17Z luigi $"
+ "$Id: writecff.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/font/writecff.w $";
#include "ptexlib.h"
@@ -561,7 +561,7 @@ static double arg_stack[CFF_DICT_STACK_LIMIT];
@
CFF DICT encoding:
TODO: default values
-
+
@c
#define CFF_LAST_DICT_OP1 22
#define CFF_LAST_DICT_OP2 39
@@ -735,7 +735,7 @@ static double get_real(card8 ** data, card8 * endptr, int *status)
*status = CFF_CFF_ERROR_PARSE_CFF_ERROR;
} else {
char *s;
- /* strtod sets errno for OVERFLOW and _maybe_ UNDERFLOW */
+ /* strtod sets errno for OVERFLOW and _maybe_ UNDERFLOW */
/* but not for an invalid conversion (as for example if we try to convert "foo" in a double )*/
/* At least in glib sets errno also for UNDERFLOW */
/* We don't save/restore the prev. errno */
@@ -1296,8 +1296,8 @@ static long pack_real(card8 * dest, long destlen, double value)
unsigned char ch = 0;
if (work_buffer[i] == '\0') {
- /* res should prevent this. */
- /* CFF_ERROR("Cannot happen"); */
+ /* res should prevent this. */
+ /* CFF_ERROR("Cannot happen"); */
break;
} else if (work_buffer[i] == '.') {
ch = 0x0a;
@@ -1544,7 +1544,7 @@ void cff_dict_set(cff_dict * dict, const char *key, int idx, double value)
}
-@ Strings
+@ Strings
@c
char *cff_get_string(cff_font * cff, s_SID id)
{
@@ -1913,7 +1913,7 @@ static double width = 0.0;
static double seac[4] = { 0.0, 0.0, 0.0, 0.0 };
#endif
-@ Operand stack and Transient array
+@ Operand stack and Transient array
@c
static int cs2_stack_top = 0;
static double cs2_arg_stack[CS_ARG_STACK_MAX];
@@ -2065,7 +2065,7 @@ static void clear_stack(card8 ** dest, card8 * limit)
@
Single byte operators:
Path construction, Operator for finishing a path, Hint operators.
-
+
phase:
\item 0: inital state
\item 1: hint declaration, first stack-clearing operator appeared
@@ -2194,10 +2194,10 @@ do_operator1(card8 ** dest, card8 * limit, card8 ** data, card8 * endptr)
@
Double byte operators:
Flex, arithmetic, conditional, and storage operators.
-
+
Following operators are not supported:
random: How random ?
-
+
@c
static void
do_operator2(card8 ** dest, card8 * limit, card8 ** data, card8 * endptr)
@@ -2475,7 +2475,7 @@ static void get_fixed(card8 ** data, card8 * endptr)
@
Subroutines:
The bias for subroutine number is introduced in type 2 charstrings.
-
+
subr: set to a pointer to the subroutine charstring.
len: set to the length of subroutine charstring.
|subr_idx|: CFF INDEX data that contains subroutines.
@@ -3175,8 +3175,8 @@ void write_cff(PDF pdf, cff_font * cffont, fd_entry * fd)
}
}
- /* CIDSet: a table of bits indexed by cid, bytes with high order bit first,
- each (set) bit is a (present) CID. */
+ /* CIDSet: a table of bits indexed by cid, bytes with high order bit first,
+ each (set) bit is a (present) CID. */
if (1) {
int cid;
cidset = pdf_create_obj(pdf, obj_type_others, 0);
@@ -3386,7 +3386,7 @@ void write_cid_cff(PDF pdf, cff_font * cffont, fd_entry * fd)
}
}
- /* CIDSet: a table of bits indexed by cid, bytes with high order bit first,
+ /* CIDSet: a table of bits indexed by cid, bytes with high order bit first,
each (set) bit is a (present) CID. */
if (1) {
cidset = pdf_create_obj(pdf, obj_type_others, 0);
@@ -3555,13 +3555,11 @@ void writetype1w(PDF pdf, fd_entry * fd)
}
fclose(fp);
- if (tracefilenames) {
- if (is_subsetted(fd->fm))
- tex_printf("<%s", cur_file_name);
- else
- tex_printf("<<%s", cur_file_name);
+ if (is_subsetted(fd->fm)) {
+ report_start_file(filetype_subset,cur_file_name);
+ } else {
+ report_start_file(filetype_font,cur_file_name);
}
-
(void) ff_createcff(ff->ff_path, &tfm_buffer, &tfm_size);
if (tfm_size > 0) {
@@ -3578,11 +3576,10 @@ void writetype1w(PDF pdf, fd_entry * fd)
cur_file_name);
uexit(1);
}
- if (tracefilenames) {
- if (is_subsetted(fd->fm))
- tex_printf(">");
- else
- tex_printf(">>");
+ if (is_subsetted(fd->fm)) {
+ report_stop_file(filetype_subset);
+ } else {
+ report_stop_file(filetype_font);
}
cur_file_name = NULL;
}
diff --git a/Build/source/texk/web2c/luatexdir/font/writet1.w b/Build/source/texk/web2c/luatexdir/font/writet1.w
index 567d3768936..2e65017d2f8 100644
--- a/Build/source/texk/web2c/luatexdir/font/writet1.w
+++ b/Build/source/texk/web2c/luatexdir/font/writet1.w
@@ -20,13 +20,12 @@
@ @c
static const char _svn_version[] =
- "$Id: writet1.w 4847 2014-03-05 18:13:17Z luigi $"
+ "$Id: writet1.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/font/writet1.w $";
#include "ptexlib.h"
#include <string.h>
-#define t1_log(str) if(tracefilenames) tex_printf("%s", str)
#define get_length1() t1_length1 = t1_offset() - t1_save_offset
#define get_length2() t1_length2 = t1_offset() - t1_save_offset
#define get_length3() t1_length3 = fixedcontent? t1_offset() - t1_save_offset : 0
@@ -305,9 +304,7 @@ char **load_enc_file(char *enc_name)
glyph_names = xtalloc(256, char *);
for (i = 0; i < 256; i++)
glyph_names[i] = (char *) notdef;
- t1_log("{");
-
- t1_log(cur_file_name);
+ report_start_file(filetype_map,cur_file_name);
enc_getline();
if (*enc_line != '/' || (r = strchr(enc_line, '[')) == NULL) {
remove_eol(r, enc_line);
@@ -343,7 +340,7 @@ char **load_enc_file(char *enc_name)
r = enc_line;
}
done:
- t1_log("}");
+ report_stop_file(filetype_map);
cur_file_name = NULL;
xfree(enc_buffer);
return glyph_names;
@@ -573,10 +570,9 @@ static void t1_printf(PDF pdf, const char *fmt, ...)
}
@ @c
-static void t1_init_params(const char *open_name_prefix)
+static void t1_init_params(int open_name_prefix)
{
- t1_log(open_name_prefix);
- t1_log(cur_file_name);
+ report_start_file(open_name_prefix,cur_file_name);
t1_lenIV = 4;
t1_dr = 55665;
t1_er = 55665;
@@ -589,9 +585,9 @@ static void t1_init_params(const char *open_name_prefix)
t1_check_pfa();
}
-static void t1_close_font_file(const char *close_name_suffix)
+static void t1_close_font_file(int close_name_suffix)
{
- t1_log(close_name_suffix);
+ report_stop_file(close_name_suffix);
cur_file_name = NULL;
}
@@ -897,7 +893,7 @@ static void t1_check_end(PDF pdf)
@
@c
-static boolean t1_open_fontfile(const char *open_name_prefix)
+static boolean t1_open_fontfile(int open_name_prefix)
{
ff_entry *ff;
int callback_id = 0;
@@ -1361,8 +1357,7 @@ static void t1_subset_ascii_part(PDF pdf)
}
make_subset_tag(fd_cur);
assert(t1_fontname_offset != 0);
- strncpy((char *) pdf->fb->data + t1_fontname_offset, fd_cur->subset_tag,
- 6);
+ strncpy((char *) pdf->fb->data + t1_fontname_offset, fd_cur->subset_tag,6);
}
/* now really all glyphs needed from this font are in the |fd_cur->gl_tree| */
if (t1_encoding == ENC_STANDARD)
@@ -1635,7 +1630,7 @@ static void t1_check_unusual_charstring(void)
char *p = strstr(t1_line_array, charstringname) + strlen(charstringname);
int i;
/* if no number follows "/CharStrings", let's read the next line */
- if (sscanf(p, "%i", &i) != 1) {
+ if (sscanf(p, "%i", &i) != 1) {
strcpy(t1_buf_array, t1_line_array);
t1_getline();
strcat(t1_buf_array, t1_line_array);
@@ -1720,15 +1715,15 @@ void writet1(PDF pdf, fd_entry * fd)
t1_save_offset = 0;
if (!is_subsetted(fd_cur->fm)) { /* include entire font */
- if (!(fd->ff_found = t1_open_fontfile("<<")))
+ if (!(fd->ff_found = t1_open_fontfile(filetype_subset)))
return;
t1_include(pdf);
- t1_close_font_file(">>");
+ t1_close_font_file(7);
xfree(t1_buffer);
return;
}
/* partial downloading */
- if (!(fd->ff_found = t1_open_fontfile("<")))
+ if (!(fd->ff_found = t1_open_fontfile(filetype_font)))
return;
t1_subset_ascii_part(pdf);
t1_start_eexec(pdf);
@@ -1737,7 +1732,7 @@ void writet1(PDF pdf, fd_entry * fd)
t1_read_subrs(pdf);
t1_subset_charstrings(pdf);
t1_subset_end(pdf);
- t1_close_font_file(">");
+ t1_close_font_file(3);
xfree(t1_buffer);
}
diff --git a/Build/source/texk/web2c/luatexdir/font/writet3.w b/Build/source/texk/web2c/luatexdir/font/writet3.w
index c03a6d84374..d88bbf48a1a 100644
--- a/Build/source/texk/web2c/luatexdir/font/writet3.w
+++ b/Build/source/texk/web2c/luatexdir/font/writet3.w
@@ -20,7 +20,7 @@
@ @c
static const char _svn_version[] =
- "$Id: writet3.w 4847 2014-03-05 18:13:17Z luigi $"
+ "$Id: writet3.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/font/writet3.w $";
#include "ptexlib.h"
@@ -162,8 +162,7 @@ static boolean writepk(PDF pdf, internal_font_number f)
}
t3_image_used = true;
is_pk_font = true;
- if (tracefilenames)
- tex_printf(" <%s", (char *) name);
+ report_start_file(filetype_font,(char *) name);
cd.rastersize = 256;
cd.raster = xtalloc((unsigned long) cd.rastersize, halfword);
check_preamble = true;
@@ -378,7 +377,6 @@ void writet3(PDF pdf, internal_font_number f)
}
pdf_end_dict(pdf);
pdf_end_obj(pdf);
- if (tracefilenames)
- tex_printf(">");
+ report_stop_file(filetype_font);
cur_file_name = NULL;
}
diff --git a/Build/source/texk/web2c/luatexdir/font/writetype0.w b/Build/source/texk/web2c/luatexdir/font/writetype0.w
index 1196899ba79..ca5e0d7ca08 100644
--- a/Build/source/texk/web2c/luatexdir/font/writetype0.w
+++ b/Build/source/texk/web2c/luatexdir/font/writetype0.w
@@ -19,7 +19,7 @@
@ @c
static const char _svn_version[] =
- "$Id: writetype0.w 4847 2014-03-05 18:13:17Z luigi $"
+ "$Id: writetype0.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/font/writetype0.w $";
#include "ptexlib.h"
@@ -71,11 +71,10 @@ void writetype0(PDF pdf, fd_entry * fd)
fd_cur->ff_found = true;
- if (tracefilenames) {
- if (is_subsetted(fd_cur->fm))
- tex_printf("<%s", cur_file_name);
- else
- tex_printf("<<%s", cur_file_name);
+ if (is_subsetted(fd_cur->fm)) {
+ report_start_file(filetype_subset, cur_file_name);
+ } else {
+ report_start_file(filetype_font, cur_file_name);
}
ttf_read_tabdir();
/* read font parameters */
@@ -116,11 +115,10 @@ void writetype0(PDF pdf, fd_entry * fd)
}
xfree(dir_tab);
xfree(ttf_buffer);
- if (tracefilenames) {
- if (is_subsetted(fd_cur->fm))
- tex_printf(">");
- else
- tex_printf(">>");
+ if (is_subsetted(fd_cur->fm)) {
+ report_stop_file(filetype_subset);
+ } else {
+ report_stop_file(filetype_font);
}
cur_file_name = NULL;
}
diff --git a/Build/source/texk/web2c/luatexdir/font/writetype2.w b/Build/source/texk/web2c/luatexdir/font/writetype2.w
index c2bdb97b152..50c5c193682 100644
--- a/Build/source/texk/web2c/luatexdir/font/writetype2.w
+++ b/Build/source/texk/web2c/luatexdir/font/writetype2.w
@@ -19,7 +19,7 @@
@ @c
static const char _svn_version[] =
- "$Id: writetype2.w 4847 2014-03-05 18:13:17Z luigi $"
+ "$Id: writetype2.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/font/writetype2.w $";
#include "ptexlib.h"
@@ -37,7 +37,7 @@ void make_tt_subset(PDF pdf, fd_entry * fd, unsigned char *buff, int buflen);
@ @c
unsigned long cidtogid_obj = 0;
-@ low-level helpers
+@ low-level helpers
@c
#define test_loc(l) \
if ((f->loc + l) > f->buflen) { \
@@ -173,47 +173,43 @@ void writetype2(PDF pdf, fd_entry * fd)
fd_cur->ff_found = true;
- if (tracefilenames) {
- if (is_subsetted(fd_cur->fm))
- tex_printf("<%s", cur_file_name);
- else
- tex_printf("<<%s", cur_file_name);
- }
-
+ if (is_subsetted(fd_cur->fm))
+ report_start_file(filetype_subset,cur_file_name);
+ else
+ report_start_file(filetype_font,cur_file_name);
+
/* here is the real work */
make_tt_subset(pdf, fd, ttf_buffer, ttf_size);
#if 0
- xfree (dir_tab);
+ xfree (dir_tab);
#endif
xfree(ttf_buffer);
- if (tracefilenames) {
- if (is_subsetted(fd_cur->fm))
- tex_printf(">");
- else
- tex_printf(">>");
- }
+ if (is_subsetted(fd_cur->fm))
+ report_stop_file(filetype_subset);
+ else
+ report_stop_file(filetype_font);
cur_file_name = NULL;
}
@ PDF viewer applications use following tables (CIDFontType 2)
-
+
\.{head, hhea, loca, maxp, glyf, hmtx, fpgm, cvt\_, prep}
-
+
\rightline{from PDF Ref. v.1.3, 2nd ed.}
-
+
The \.{fpgm}, \.{cvt\_} and \.{prep} tables appears only when TrueType instructions
requires them. Those tables must be preserved if they exist.
We use |must_exist| flag to indicate `preserve it if present'
and to make sure not to cause an error when it does not exist.
-
+
\.{post} and \.{name} table must exist in ordinary TrueType font file,
but when a TrueType font is converted to CIDFontType 2 font, those tables
are no longer required.
-
+
The OS/2 table (required for TrueType font for Windows and OS/2) contains
liscencing information, but PDF viewers seems not using them.
-
+
The \.{name} table added. See comments in \.{writettf.w}.
@c
@@ -400,7 +396,7 @@ void make_tt_subset(PDF pdf, fd_entry * fd, unsigned char *buff, int buflen)
pdf_release_obj(fontfile);
- /* CIDSet: a table of bits indexed by cid, bytes with high order bit first,
+ /* CIDSet: a table of bits indexed by cid, bytes with high order bit first,
each (set) bit is a (present) CID. */
if (is_subsetted(fd->fm)) {
cidset = pdf_create_obj(pdf, obj_type_others, 0);
diff --git a/Build/source/texk/web2c/luatexdir/image/writeimg.w b/Build/source/texk/web2c/luatexdir/image/writeimg.w
index e5c39466ce7..e8a770684b5 100644
--- a/Build/source/texk/web2c/luatexdir/image/writeimg.w
+++ b/Build/source/texk/web2c/luatexdir/image/writeimg.w
@@ -22,7 +22,7 @@
@ @c
static const char _svn_version[] =
- "$Id: writeimg.w 4847 2014-03-05 18:13:17Z luigi $"
+ "$Id: writeimg.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/image/writeimg.w $";
#include "ptexlib.h"
@@ -579,8 +579,7 @@ void write_img(PDF pdf, image_dict * idict)
{
assert(idict != NULL);
if (img_state(idict) < DICT_WRITTEN) {
- if (tracefilenames)
- tex_printf(" <%s", img_filepath(idict));
+ report_start_file(filetype_image, img_filepath(idict));
switch (img_type(idict)) {
case IMG_TYPE_PNG:
write_png(pdf, idict);
@@ -603,8 +602,7 @@ void write_img(PDF pdf, image_dict * idict)
default:
luatex_fail("internal error: unknown image type (1)");
}
- if (tracefilenames)
- tex_printf(">");
+ report_stop_file(filetype_image);
if (img_type(idict) == IMG_TYPE_PNG) {
write_additional_png_objects(pdf);
}
diff --git a/Build/source/texk/web2c/luatexdir/image/writepng.w b/Build/source/texk/web2c/luatexdir/image/writepng.w
index 56c853b26bd..5e2f34e1570 100644
--- a/Build/source/texk/web2c/luatexdir/image/writepng.w
+++ b/Build/source/texk/web2c/luatexdir/image/writepng.w
@@ -20,7 +20,7 @@
@ @c
static const char _svn_version[] =
- "$Id: writepng.w 4847 2014-03-05 18:13:17Z luigi $"
+ "$Id: writepng.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/image/writepng.w $";
#include "ptexlib.h"
@@ -578,9 +578,6 @@ void write_png(PDF pdf, image_dict * idict)
&& !png_get_valid(png_p, info_p, PNG_INFO_hIST)
&& !png_get_valid(png_p, info_p, PNG_INFO_tRNS)
&& !png_get_valid(png_p, info_p, PNG_INFO_sPLT)) {
- /* PNG copy */
- if (tracefilenames)
- tex_printf(" (PNG copy)");
copy_png(pdf, idict);
} else {
if (0) {
diff --git a/Build/source/texk/web2c/luatexdir/lua/lcallbacklib.c b/Build/source/texk/web2c/luatexdir/lua/lcallbacklib.c
index 54a7b7602ff..160fbe3bde6 100644
--- a/Build/source/texk/web2c/luatexdir/lua/lcallbacklib.c
+++ b/Build/source/texk/web2c/luatexdir/lua/lcallbacklib.c
@@ -21,13 +21,14 @@
#include "lua/luatex-api.h"
static const char _svn_version[] =
- "$Id: lcallbacklib.c 4877 2014-03-14 01:26:05Z luigi $ $URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/lua/lcallbacklib.c $";
+ "$Id: lcallbacklib.c 4956 2014-03-28 12:12:17Z luigi $ $URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/lua/lcallbacklib.c $";
int callback_count = 0;
int saved_callback_count = 0;
int callback_set[total_callbacks] = { 0 };
+/* See also callback_callback_type in luatexcallbackids.h: they must have the same order ! */
static const char *const callbacknames[] = {
"", /* empty on purpose */
"find_write_file",
@@ -66,7 +67,8 @@ static const char *const callbacknames[] = {
"mlist_to_hlist",
"finish_pdffile",
"finish_pdfpage",
- "pre_dump",
+ "pre_dump","start_file", "stop_file",
+ "show_error_message","show_lua_error_hook",
NULL
};
diff --git a/Build/source/texk/web2c/luatexdir/lua/lnodelib.c b/Build/source/texk/web2c/luatexdir/lua/lnodelib.c
index ba623572641..4f98dc19526 100644
--- a/Build/source/texk/web2c/luatexdir/lua/lnodelib.c
+++ b/Build/source/texk/web2c/luatexdir/lua/lnodelib.c
@@ -96,7 +96,7 @@
*/
static const char _svn_version[] =
- "$Id: lnodelib.c 4847 2014-03-05 18:13:17Z luigi $ "
+ "$Id: lnodelib.c 4956 2014-03-28 12:12:17Z luigi $ "
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/lua/lnodelib.c $";
#include "ptexlib.h"
@@ -1467,10 +1467,10 @@ static int lua_nodelib_hpack(lua_State * L)
if (lua_gettop(L) > 2) {
if (lua_type(L, 3) == LUA_TSTRING) {
s = lua_tostring(L, 3);
- if (lua_key_eq(s, additional)) {
- m = 1;
- } else if (lua_key_eq(s, exactly)) {
+ if (lua_key_eq(s, exactly)) {
m = 0;
+ } else if (lua_key_eq(s, additional)) {
+ m = 1;
} else if (lua_key_eq(s, cal_expand_ratio)) {
m = 2;
} else if (lua_key_eq(s, subst_ex_font)) {
@@ -1732,7 +1732,8 @@ static int lua_nodelib_mlist_to_hlist(lua_State * L)
int w;
boolean m;
n = *(check_isnode(L, 1));
- w = luaL_checkoption(L, 2, "text", math_style_names);
+ //w = luaL_checkoption(L, 2, "text", math_style_names);
+ assign_math_style(L,2,w);
luaL_checkany(L, 3);
m = lua_toboolean(L, 3);
mlist_to_hlist_args(n, w, m);
@@ -1877,22 +1878,26 @@ static int lua_nodelib_fields(lua_State * L)
}
lua_checkstack(L, 2);
lua_newtable(L);
- lua_pushstring(L, "next"); /* next, id, subtype, prev could be predefined string */
+ // lua_pushstring(L, "next");
+ lua_push_string_by_name(L,next);
lua_rawseti(L, -2, 0);
- lua_pushstring(L, "id");
+ // lua_pushstring(L, "id");
+ lua_push_string_by_name(L,id);
lua_rawseti(L, -2, 1);
if (nodetype_has_subtype(t)) {
- lua_pushstring(L, "subtype");
- lua_rawseti(L, -2, 2);
- offset++;
+ // lua_pushstring(L, "subtype");
+ lua_push_string_by_name(L,subtype);
+ lua_rawseti(L, -2, 2);
+ offset++;
}
if (fields != NULL) {
if (nodetype_has_prev(t)) {
- lua_pushstring(L, "prev");
- lua_rawseti(L, -2, -1);
+// lua_pushstring(L, "prev");
+ lua_push_string_by_name(L,prev);
+ lua_rawseti(L, -2, -1);
}
for (i = 0; fields[i] != NULL; i++) {
- lua_pushstring(L, fields[i]);
+ lua_pushstring(L, fields[i]); /* todo */
lua_rawseti(L, -2, (i + offset));
}
}
@@ -2386,14 +2391,14 @@ static int lua_nodelib_direct_count(lua_State * L)
/* directions (could be a macro) */
-static void nodelib_pushdir(lua_State * L, int n, boolean dirnode)
-{
- if (dirnode) {
- lua_pushstring(L, dir_strings[n+64]);
- } else {
- lua_pushstring(L, dir_strings[n+64]+1);
- }
-}
+// static void nodelib_pushdir(lua_State * L, int n, boolean dirnode)
+// {
+// if (dirnode) {
+// lua_pushstring(L, dir_strings[n+64]);
+// } else {
+// lua_pushstring(L, dir_strings[n+64]+1);
+// }
+// }
/* getting and setting fields (helpers) */
@@ -2412,8 +2417,8 @@ int nodelib_getdir(lua_State * L, int n, int absolute_only)
{
if (lua_type(L, n) == LUA_TSTRING) {
const char *s = lua_tostring(L, n);
- RETURN_DIR_VALUES(TRT);
RETURN_DIR_VALUES(TLT);
+ RETURN_DIR_VALUES(TRT);
RETURN_DIR_VALUES(LTL);
RETURN_DIR_VALUES(RTT);
luaL_error(L, "Bad direction specifier %s", s);
@@ -2458,7 +2463,8 @@ static void lua_nodelib_getfield_whatsit(lua_State * L, int n, const char *s)
if (t == dir_node) {
if (lua_key_eq(s, dir)) {
- nodelib_pushdir(L, dir_dir(n), true);
+ // nodelib_pushdir(L, dir_dir(n), true);
+ lua_push_dir_text(L, dir_dir(n));
} else if (lua_key_eq(s, level)) {
lua_pushnumber(L, dir_level(n));
} else if (lua_key_eq(s, dvi_ptr)) {
@@ -2481,6 +2487,13 @@ static void lua_nodelib_getfield_whatsit(lua_State * L, int n, const char *s)
case 'd':
lua_pushnumber(L, user_node_value(n));
break;
+ case 'l':
+ if (user_node_value(n) != 0) {
+ lua_rawgeti(L, LUA_REGISTRYINDEX, user_node_value(n));
+ } else {
+ lua_pushnil(L);
+ }
+ break;
case 'n':
nodelib_pushlist(L, user_node_value(n));
break;
@@ -2503,7 +2516,8 @@ static void lua_nodelib_getfield_whatsit(lua_State * L, int n, const char *s)
} else if (lua_key_eq(s, pen_broken)) {
lua_pushnumber(L, local_pen_broken(n));
} else if (lua_key_eq(s, dir)) {
- nodelib_pushdir(L, local_par_dir(n), false);
+// nodelib_pushdir(L, local_par_dir(n), false);
+ lua_push_dir_par(L, local_par_dir(n));
} else if (lua_key_eq(s, box_left)) {
/* can be: fast_metatable_or_nil(local_box_left(n)) */
nodelib_pushlist(L, local_box_left(n));
@@ -2522,7 +2536,7 @@ static void lua_nodelib_getfield_whatsit(lua_State * L, int n, const char *s)
lua_pushnumber(L, pdf_literal_mode(n));
} else if (lua_key_eq(s, data)) {
if (pdf_literal_type(n) == lua_refid_literal) {
- lua_rawgeti(Luas, LUA_REGISTRYINDEX, pdf_literal_data(n));
+ lua_rawgeti(L, LUA_REGISTRYINDEX, pdf_literal_data(n));
} else {
tokenlist_to_luastring(L, pdf_literal_data(n));
}
@@ -2530,14 +2544,14 @@ static void lua_nodelib_getfield_whatsit(lua_State * L, int n, const char *s)
lua_pushnil(L);
}
} else if (t == late_lua_node) {
- if (lua_key_eq(s, name)) {
- tokenlist_to_luastring(L, late_lua_name(n));
- } else if (lua_key_eq(s, data) || lua_key_eq(s, string)) {
+ if (lua_key_eq(s, string) || lua_key_eq(s, data)) {
if (late_lua_type(n) == lua_refid_literal) {
- lua_rawgeti(Luas, LUA_REGISTRYINDEX, late_lua_data(n));
+ lua_rawgeti(L, LUA_REGISTRYINDEX, late_lua_data(n));
} else {
tokenlist_to_luastring(L, late_lua_data(n));
}
+ } else if (lua_key_eq(s, name)) {
+ tokenlist_to_luastring(L, late_lua_name(n));
} else {
lua_pushnil(L);
}
@@ -2742,7 +2756,11 @@ static int lua_nodelib_fast_getfield(lua_State * L)
p = vlink(p);
while (p != null) {
if (attribute_id(p) == i) {
- lua_pushnumber(L, (int) attribute_value(p));
+ if ((int) attribute_value(p) > UNUSED_ATTRIBUTE) {
+ lua_pushnumber(L, (int) attribute_value(p));
+ } else {
+ lua_pushnil(L);
+ }
return 1;
} else if (attribute_id(p) > i) {
lua_pushnil(L);
@@ -2814,7 +2832,8 @@ static int lua_nodelib_fast_getfield(lua_State * L)
} else if (lua_key_eq(s, depth)) {
lua_pushnumber(L, depth(n));
} else if (lua_key_eq(s, dir)) {
- nodelib_pushdir(L, box_dir(n), false);
+ // nodelib_pushdir(L, box_dir(n), false);
+ lua_push_dir_par(L, box_dir(n));
} else if (lua_key_eq(s, shift)) {
lua_pushnumber(L, shift_amount(n));
} else if (lua_key_eq(s, glue_order)) {
@@ -2897,7 +2916,8 @@ static int lua_nodelib_fast_getfield(lua_State * L)
} else if (lua_key_eq(s, depth)) {
lua_pushnumber(L, depth(n));
} else if (lua_key_eq(s, dir)) {
- nodelib_pushdir(L, rule_dir(n), false);
+ // nodelib_pushdir(L, rule_dir(n), false);
+ lua_push_dir_par(L, rule_dir(n));
} else {
lua_pushnil(L);
}
@@ -2984,7 +3004,7 @@ static int lua_nodelib_fast_getfield(lua_State * L)
if (lua_key_eq(s, subtype)) {
lua_pushnumber(L, subtype(n));
} else if (lua_key_eq(s, style)) {
- lua_pushstring(L, math_style_names[subtype(n)]);
+ lua_push_math_style_name(L,subtype(n));
} else {
lua_pushnil(L);
}
@@ -3150,7 +3170,8 @@ static int lua_nodelib_fast_getfield(lua_State * L)
} else if (lua_key_eq(s, depth)) {
lua_pushnumber(L, depth(n));
} else if (lua_key_eq(s, dir)) {
- nodelib_pushdir(L, box_dir(n), false);
+ // nodelib_pushdir(L, box_dir(n), false);
+ lua_push_dir_par(L, box_dir(n));
} else if (lua_key_eq(s, shrink)) {
lua_pushnumber(L, glue_shrink(n));
} else if (lua_key_eq(s, glue_order)) {
@@ -3208,7 +3229,8 @@ static void lua_nodelib_direct_getfield_whatsit(lua_State * L, int n, const char
if (t == dir_node) {
if (lua_key_eq(s, dir)) {
- nodelib_pushdir(L, dir_dir(n), true);
+ // nodelib_pushdir(L, dir_dir(n), true);
+ lua_push_dir_text(L, dir_dir(n));
} else if (lua_key_eq(s, level)) {
lua_pushnumber(L, dir_level(n));
} else if (lua_key_eq(s, dvi_ptr)) {
@@ -3231,6 +3253,13 @@ static void lua_nodelib_direct_getfield_whatsit(lua_State * L, int n, const char
case 'd':
lua_pushnumber(L, user_node_value(n));
break;
+ case 'l':
+ if (user_node_value(n) != 0) {
+ lua_rawgeti(L, LUA_REGISTRYINDEX, user_node_value(n));
+ } else {
+ lua_pushnil(L);
+ }
+ break;
case 'n':
nodelib_pushdirect(user_node_value(n));
break;
@@ -3253,7 +3282,8 @@ static void lua_nodelib_direct_getfield_whatsit(lua_State * L, int n, const char
} else if (lua_key_eq(s, pen_broken)) {
lua_pushnumber(L, local_pen_broken(n));
} else if (lua_key_eq(s, dir)) {
- nodelib_pushdir(L, local_par_dir(n), false);
+// nodelib_pushdir(L, local_par_dir(n), false);
+ lua_push_dir_par(L, local_par_dir(n));
} else if (lua_key_eq(s, box_left)) {
nodelib_pushdirect_or_nil(local_box_left(n));
} else if (lua_key_eq(s, box_left_width)) {
@@ -3270,7 +3300,7 @@ static void lua_nodelib_direct_getfield_whatsit(lua_State * L, int n, const char
lua_pushnumber(L, pdf_literal_mode(n));
} else if (lua_key_eq(s, data)) {
if (pdf_literal_type(n) == lua_refid_literal) {
- lua_rawgeti(Luas, LUA_REGISTRYINDEX, pdf_literal_data(n));
+ lua_rawgeti(L, LUA_REGISTRYINDEX, pdf_literal_data(n));
} else {
tokenlist_to_luastring(L, pdf_literal_data(n));
}
@@ -3278,14 +3308,14 @@ static void lua_nodelib_direct_getfield_whatsit(lua_State * L, int n, const char
lua_pushnil(L);
}
} else if (t == late_lua_node) {
- if (lua_key_eq(s, name)) {
- tokenlist_to_luastring(L, late_lua_name(n));
- } else if (lua_key_eq(s, data) || lua_key_eq(s, string)) {
+ if (lua_key_eq(s, string) || lua_key_eq(s, data)) {
if (late_lua_type(n) == lua_refid_literal) {
- lua_rawgeti(Luas, LUA_REGISTRYINDEX, late_lua_data(n));
+ lua_rawgeti(L, LUA_REGISTRYINDEX, late_lua_data(n));
} else {
tokenlist_to_luastring(L, late_lua_data(n));
}
+ } else if (lua_key_eq(s, name)) {
+ tokenlist_to_luastring(L, late_lua_name(n));
} else {
lua_pushnil(L);
}
@@ -3477,7 +3507,11 @@ static int lua_nodelib_direct_getfield(lua_State * L)
p = vlink(p);
while (p != null) {
if (attribute_id(p) == i) {
- lua_pushnumber(L, (int) attribute_value(p));
+ if ((int) attribute_value(p) > UNUSED_ATTRIBUTE) {
+ lua_pushnumber(L, (int) attribute_value(p));
+ } else {
+ lua_pushnil(L);
+ }
return 1;
} else if (attribute_id(p) > i) {
lua_pushnil(L) ;
@@ -3550,7 +3584,8 @@ static int lua_nodelib_direct_getfield(lua_State * L)
} else if (lua_key_eq(s, depth)) {
lua_pushnumber(L, depth(n));
} else if (lua_key_eq(s, dir)) {
- nodelib_pushdir(L, box_dir(n), false);
+ // nodelib_pushdir(L, box_dir(n), false);
+ lua_push_dir_par(L, box_dir(n));
} else if (lua_key_eq(s, shift)) {
lua_pushnumber(L, shift_amount(n));
} else if (lua_key_eq(s, glue_order)) {
@@ -3621,7 +3656,8 @@ static int lua_nodelib_direct_getfield(lua_State * L)
} else if (lua_key_eq(s, depth)) {
lua_pushnumber(L, depth(n));
} else if (lua_key_eq(s, dir)) {
- nodelib_pushdir(L, rule_dir(n), false);
+ // nodelib_pushdir(L, rule_dir(n), false);
+ lua_push_dir_par(L, rule_dir(n));
} else {
lua_pushnil(L);
}
@@ -3689,7 +3725,7 @@ static int lua_nodelib_direct_getfield(lua_State * L)
}
} else if (t == style_node) {
if (lua_key_eq(s, style)) {
- lua_pushstring(L, math_style_names[subtype(n)]);
+ lua_push_math_style_name(L,subtype(n));
} else {
lua_pushnil(L);
}
@@ -3829,7 +3865,8 @@ static int lua_nodelib_direct_getfield(lua_State * L)
} else if (lua_key_eq(s, depth)) {
lua_pushnumber(L, depth(n));
} else if (lua_key_eq(s, dir)) {
- nodelib_pushdir(L, box_dir(n), false);
+ // nodelib_pushdir(L, box_dir(n), false);
+ lua_push_dir_par(L, box_dir(n));
} else if (lua_key_eq(s, shrink)) {
lua_pushnumber(L, glue_shrink(n));
} else if (lua_key_eq(s, glue_order)) {
@@ -4353,6 +4390,24 @@ static int lua_nodelib_direct_tonode(lua_State * L)
/* node.setfield */
+/* ls-hh: normally a value will not be reassigned */
+
+#define cleanup_late_lua(n) do { \
+ if (late_lua_data(n) != 0) { \
+ if (late_lua_type(n) == normal) { \
+ delete_token_ref(late_lua_data(n)); \
+ } else if (late_lua_type(n) == lua_refid_literal) { \
+ luaL_unref(L, LUA_REGISTRYINDEX,late_lua_data(n)); \
+ } \
+ } \
+} while (0)
+
+#define cleanup_late_lua_name(n) do { \
+ if (late_lua_name(n) != 0) { \
+ delete_token_ref(late_lua_name(n)); \
+ } \
+} while (0)
+
static int lua_nodelib_setfield_whatsit(lua_State * L, int n, const char *s)
{
int t ;
@@ -4385,12 +4440,8 @@ static int lua_nodelib_setfield_whatsit(lua_State * L, int n, const char *s)
return nodelib_cantset(L, n, s);
}
} else if (t == late_lua_node) {
- if (lua_key_eq(s, data)) {
- late_lua_data(n) = nodelib_gettoks(L, 3);
- late_lua_type(n) = normal;
- } else if (lua_key_eq(s, name)) {
- late_lua_name(n) = nodelib_gettoks(L, 3);
- } else if (lua_key_eq(s, string)) {
+ if (lua_key_eq(s, string)) {
+ cleanup_late_lua(n) ; /* ls-hh */
if (ini_version) {
late_lua_data(n) = nodelib_gettoks(L, 3);
late_lua_type(n) = normal;
@@ -4399,9 +4450,17 @@ static int lua_nodelib_setfield_whatsit(lua_State * L, int n, const char *s)
late_lua_data(n) = luaL_ref(L, LUA_REGISTRYINDEX);
late_lua_type(n) = lua_refid_literal;
}
+ } else if (lua_key_eq(s, data)) {
+ cleanup_late_lua(n) ; /* ls-hh */
+ late_lua_data(n) = nodelib_gettoks(L, 3);
+ late_lua_type(n) = normal;
+ } else if (lua_key_eq(s, name)) {
+ cleanup_late_lua_name(n) ; /* ls-hh */
+ late_lua_name(n) = nodelib_gettoks(L, 3);
} else {
return nodelib_cantset(L, n, s);
}
+ /* done */
} else if (t == user_defined_node) {
if (lua_key_eq(s, user_id)) {
user_node_id(n) = (halfword) lua_tointeger(L, 3);
@@ -4415,6 +4474,13 @@ static int lua_nodelib_setfield_whatsit(lua_State * L, int n, const char *s)
case 'd':
user_node_value(n) = (halfword) lua_tointeger(L, 3);
break;
+ case 'l':
+ lua_pushvalue(L, 3);
+ if (user_node_value(n) != 0) {
+ luaL_unref(L, LUA_REGISTRYINDEX,user_node_value(n));
+ }
+ user_node_value(n) = luaL_ref(L, LUA_REGISTRYINDEX);
+ break;
case 'n':
user_node_value(n) = nodelib_getlist(L, 3);
break;
@@ -4641,9 +4707,10 @@ static int lua_nodelib_fast_setfield(lua_State * L)
s = lua_tostring(L, 2);
- if (lua_key_eq(s, id)) {
- lua_pushnumber(L, t);
- } else if (lua_key_eq(s, next)) {
+ /*if (lua_key_eq(s, id)) {
+ type(n) = (quarteword) lua_tointeger(L, 3);
+ }* else */
+ if (lua_key_eq(s, next)) {
halfword x = nodelib_getlist(L, 3);
if (x>0 && type(x) == glue_spec_node) {
return luaL_error(L, "You can't assign a %s node to a next field\n", node_data[type(x)].name);
@@ -4749,7 +4816,7 @@ static int lua_nodelib_fast_setfield(lua_State * L)
} else if (lua_key_eq(s, stretch_order)) {
stretch_order(n) = (quarterword) lua_tointeger(L, 3);
} else if (lua_key_eq(s, shrink_order)) {
- lua_pushnumber(L, shrink_order(n));
+ shrink_order(n) = (quarterword) lua_tointeger(L, 3);
/* } else if (lua_key_eq(s, ref_count)) {
glue_ref_count(n) = (halfword) lua_tointeger(L, 3);
} else if (lua_key_eq(s, writable)) {
@@ -4872,10 +4939,10 @@ static int lua_nodelib_fast_setfield(lua_State * L)
if (lua_key_eq(s, subtype)) {
/* dummy subtype */
} else if (lua_key_eq(s, style)) {
- lua_pushstring(L, math_style_names[subtype(n)]);
+ assign_math_style(L,3,subtype(n));
+ //subtype(n) = (quarterword) luaL_checkoption(L, 3, "text", math_style_names); /* not 2? */
} else {
/* return nodelib_cantset(L, n, s); */
- subtype(n) = (quarterword) luaL_checkoption(L, 3, "text", math_style_names); /* not 2? */
}
} else if (t == accent_noad) {
if (lua_key_eq(s, subtype)) {
@@ -5120,12 +5187,8 @@ static int lua_nodelib_direct_setfield_whatsit(lua_State * L, int n, const char
return nodelib_cantset(L, n, s);
}
} else if (t == late_lua_node) {
- if (lua_key_eq(s, data)) {
- late_lua_data(n) = nodelib_gettoks(L, 3);
- late_lua_type(n) = normal;
- } else if (lua_key_eq(s, name)) {
- late_lua_name(n) = nodelib_gettoks(L, 3);
- } else if (lua_key_eq(s, string)) {
+ if (lua_key_eq(s, string)) {
+ cleanup_late_lua(n) ; /* ls-hh */
if (ini_version) {
late_lua_data(n) = nodelib_gettoks(L, 3);
late_lua_type(n) = normal;
@@ -5134,6 +5197,13 @@ static int lua_nodelib_direct_setfield_whatsit(lua_State * L, int n, const char
late_lua_data(n) = luaL_ref(L, LUA_REGISTRYINDEX);
late_lua_type(n) = lua_refid_literal;
}
+ } else if (lua_key_eq(s, data)) {
+ cleanup_late_lua(n) ; /* ls-hh */
+ late_lua_data(n) = nodelib_gettoks(L, 3);
+ late_lua_type(n) = normal;
+ } else if (lua_key_eq(s, name)) {
+ cleanup_late_lua_name(n) ; /* ls-hh */
+ late_lua_name(n) = nodelib_gettoks(L, 3);
} else {
return nodelib_cantset(L, n, s);
}
@@ -5150,6 +5220,13 @@ static int lua_nodelib_direct_setfield_whatsit(lua_State * L, int n, const char
case 'd':
user_node_value(n) = (halfword) lua_tointeger(L, 3);
break;
+ case 'l':
+ lua_pushvalue(L, 3);
+ if (user_node_value(n) != 0) {
+ luaL_unref(L, LUA_REGISTRYINDEX,user_node_value(n));
+ }
+ user_node_value(n) = luaL_ref(L, LUA_REGISTRYINDEX);
+ break;
case 'n':
user_node_value(n) = nodelib_getlist(L, 3);
break;
@@ -5376,9 +5453,10 @@ static int lua_nodelib_direct_setfield(lua_State * L)
s = lua_tostring(L, 2);
- if (lua_key_eq(s, id)) {
- lua_pushnumber(L, t);
- } else if (lua_key_eq(s, next)) {
+ /*if (lua_key_eq(s, id)) {
+ type(n) = (quarteword) lua_tointeger(L, 3);
+ } else*/
+ if (lua_key_eq(s, next)) {
halfword x = nodelib_popdirect(3);
if (x>0 && type(x) == glue_spec_node) {
return luaL_error(L, "You can't assign a %s node to a next field\n", node_data[type(x)].name);
@@ -5484,7 +5562,7 @@ static int lua_nodelib_direct_setfield(lua_State * L)
} else if (lua_key_eq(s, stretch_order)) {
stretch_order(n) = (quarterword) lua_tointeger(L, 3);
} else if (lua_key_eq(s, shrink_order)) {
- lua_pushnumber(L, shrink_order(n));
+ shrink_order(n) = (quarterword) lua_tointeger(L, 3);
/* } else if (lua_key_eq(s, ref_count)) {
glue_ref_count(n) = (halfword) lua_tointeger(L, 3);
} else if (lua_key_eq(s, writable)) {
@@ -5606,10 +5684,10 @@ static int lua_nodelib_direct_setfield(lua_State * L)
if (lua_key_eq(s, subtype)) {
/* dummy subtype */
} else if (lua_key_eq(s, style)) {
- lua_pushstring(L, math_style_names[subtype(n)]);
+ assign_math_style(L,2,subtype(n));
+ //subtype(n) = (quarterword) luaL_checkoption(L, 2, "text", math_style_names); /* was 3 */
} else {
/* return nodelib_cantset(L, n, s); */
- subtype(n) = (quarterword) luaL_checkoption(L, 2, "text", math_style_names); /* was 3 */
}
} else if (t == accent_noad) {
if (lua_key_eq(s, subtype)) {
@@ -6024,7 +6102,7 @@ static int lua_nodelib_attributes_to_properties(lua_State * L)
}
}
}
- lua_rawset(Luas,-3);
+ lua_rawset(L,-3);
n = vlink(n);
}
return 1 ;
diff --git a/Build/source/texk/web2c/luatexdir/lua/lpdflib.c b/Build/source/texk/web2c/luatexdir/lua/lpdflib.c
index 00cffd398d7..a93f75a2aa0 100644
--- a/Build/source/texk/web2c/luatexdir/lua/lpdflib.c
+++ b/Build/source/texk/web2c/luatexdir/lua/lpdflib.c
@@ -18,14 +18,12 @@
with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
static const char _svn_version[] =
- "$Id: lpdflib.c 4877 2014-03-14 01:26:05Z luigi $ "
+ "$Id: lpdflib.c 4956 2014-03-28 12:12:17Z luigi $ "
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/lua/lpdflib.c $";
#include "ptexlib.h"
#include "lua/luatex-api.h"
-#define PDF_ENV "pdf.env"
-
static int luapdfprint(lua_State * L)
{
int n;
@@ -185,47 +183,10 @@ static int l_immediateobj(lua_State * L)
return 1;
}
-/**********************************************************************/
-/* for lookup within table in LUA_REGISTRYINDEX (instead of repeated strcmp()) */
-
-typedef enum { P__ZERO,
- P_CATALOG,
- P_H,
- P_INFO,
- P_NAMES,
- P_PDFCATALOG,
- P_PDFINFO,
- P_PDFNAMES,
- P_PDFTRAILER,
- P_RAW,
- P_STREAM,
- P_TRAILER,
- P_V,
- P__SENTINEL
-} parm_idx;
-
-static const parm_struct pdf_parms[] = {
- {NULL, P__ZERO}, /* dummy; lua indices run from 1 */
- {"catalog", P_CATALOG},
- {"h", P_H},
- {"info", P_INFO},
- {"names", P_NAMES},
- {"pdfcatalog", P_PDFCATALOG}, /* obsolescent */
- {"pdfinfo", P_PDFINFO}, /* obsolescent */
- {"pdfnames", P_PDFNAMES}, /* obsolescent */
- {"pdftrailer", P_PDFTRAILER}, /* obsolescent */
- {"raw", P_RAW},
- {"stream", P_STREAM},
- {"trailer", P_TRAILER},
- {"v", P_V},
- {NULL, P__SENTINEL}
-};
-
-/**********************************************************************/
-
static int table_obj(lua_State * L)
{
- int k, type, obj_compression;
+ const char *type;
+ int k, obj_compression;
int compress_level = -1; /* unset */
int os_threshold = OBJSTM_ALWAYS; /* default: put non-stream objects into object streams */
int saved_compress_level = static_pdf->compress_level;
@@ -238,33 +199,20 @@ static int table_obj(lua_State * L)
/* get object "type" */
- /* lua_pushstring(L, "type"); /\* ks t *\/ */
- /* lua_gettable(L, -2); /\* vs? t *\/ */
lua_key_rawgeti(type);
if (lua_isnil(L, -1)) /* !vs t */
luaL_error(L, "pdf.obj(): object \"type\" missing");
if (!lua_isstring(L, -1)) /* !vs t */
luaL_error(L, "pdf.obj(): object \"type\" must be string");
- lua_pushstring(L, PDF_ENV); /* s vs t */
- lua_gettable(L, LUA_REGISTRYINDEX); /* t vs t */
- lua_pushvalue(L, -2); /* vs t vs t */
- lua_gettable(L, -2); /* i? t vs t */
- if (!lua_isnumber(L, -1)) /* !i t vs t */
- luaL_error(L, "pdf.obj(): \"%s\" is not a valid object type", lua_tostring(L, -3));
- type = (int) lua_tointeger(L, -1); /* i t vs t */
- switch (type) {
- case P_RAW:
- case P_STREAM:
- break;
- default:
- luaL_error(L, "pdf.obj(): \"%s\" is not a valid object type", lua_tostring(L, -3)); /* i vs t */
+ type = lua_tostring(L, -1);
+
+ if (! (lua_key_eq(type, raw) || lua_key_eq(type, stream))) {
+ luaL_error(L, "pdf.obj(): \"%s\" is not a valid object type", type); /* i vs t */
}
- lua_pop(L, 3); /* t */
+ lua_pop(L, 1); /* t */
/* get optional "immediate" */
- /* lua_pushstring(L, "immediate"); /\* ks t *\/ */
- /* lua_gettable(L, -2); /\* b? t *\/ */
lua_key_rawgeti(immediate);
if (!lua_isnil(L, -1)) { /* b? t */
if (!lua_isboolean(L, -1)) /* !b t */
@@ -275,8 +223,6 @@ static int table_obj(lua_State * L)
/* is a reserved object referenced by "objnum"? */
- /* lua_pushstring(L, "objnum"); /\* ks t *\/ */
- /* lua_gettable(L, -2); /\* vi? t *\/ */
lua_key_rawgeti(objnum);
if (!lua_isnil(L, -1)) { /* vi? t */
if (!lua_isnumber(L, -1)) /* !vi t */
@@ -298,11 +244,9 @@ static int table_obj(lua_State * L)
/* get optional "attr" (allowed only for stream case) */
- /* lua_pushstring(L, "attr"); /\* ks t *\/ */
- /* lua_gettable(L, -2); /\* attr-s? t *\/ */
lua_key_rawgeti(attr);
if (!lua_isnil(L, -1)) { /* attr-s? t */
- if (type != P_STREAM)
+ if (! lua_key_eq(type, stream))
luaL_error(L, "pdf.obj(): \"attr\" key not allowed for non-stream object");
if (!lua_isstring(L, -1)) /* !attr-s t */
luaL_error(L, "pdf.obj(): object \"attr\" must be string");
@@ -311,16 +255,15 @@ static int table_obj(lua_State * L)
lua_pop(L, 1); /* t */
} else
obj_obj_stream_attr(static_pdf, k) = luaL_ref(Luas, LUA_REGISTRYINDEX); /* t */
- } else
+ } else {
lua_pop(L, 1); /* t */
+ }
/* get optional "compresslevel" (allowed only for stream case) */
- /* lua_pushstring(L, "compresslevel"); /\* ks t *\/ */
- /* lua_gettable(L, -2); /\* vi? t *\/ */
lua_key_rawgeti(compresslevel);
if (!lua_isnil(L, -1)) { /* vi? t */
- if (type == P_RAW)
+ if (lua_key_eq(type, raw))
luaL_error(L, "pdf.obj(): \"compresslevel\" key not allowed for raw object");
if (!lua_isnumber(L, -1)) /* !vi t */
luaL_error(L, "pdf.obj(): \"compresslevel\" must be integer");
@@ -336,11 +279,9 @@ static int table_obj(lua_State * L)
/* get optional "objcompression" (allowed only for non-stream case) */
- /* lua_pushstring(L, "objcompression"); /\* ks t *\/ */
- /* lua_gettable(L, -2); /\* b? t *\/ */
lua_key_rawgeti(objcompression);
if (!lua_isnil(L, -1)) { /* b? t */
- if (type == P_STREAM)
+ if (lua_key_eq(type, stream))
luaL_error(L, "pdf.obj(): \"objcompression\" key not allowed for stream object");
if (!lua_isboolean(L, -1)) /* !b t */
luaL_error(L, "pdf.obj(): \"objcompression\" must be boolean");
@@ -357,21 +298,15 @@ static int table_obj(lua_State * L)
/* now the object contents for all cases are handled */
- /* lua_pushstring(L, "string"); /\* ks t *\/ */
- /* lua_gettable(L, -2); /\* string-s? t *\/ */
lua_key_rawgeti(string);
- /* lua_pushstring(L, "file"); /\* ks string-s? t *\/ */
- /* lua_gettable(L, -3); /\* file-s? string-s? t *\/ */
- lua_rawgeti(L, LUA_REGISTRYINDEX, lua_key_index(file));
- lua_gettable(L, -3);
+ lua_key_rawgeti_n(file,-2);
if (!lua_isnil(L, -1) && !lua_isnil(L, -2)) /* file-s? string-s? t */
luaL_error(L, "pdf.obj(): \"string\" and \"file\" must not be given together");
if (lua_isnil(L, -1) && lua_isnil(L, -2)) /* nil nil t */
luaL_error(L, "pdf.obj(): no \"string\" or \"file\" given");
- switch (type) {
- case P_RAW:
+ if (lua_key_eq(type, raw)) {
if (immediate == 1)
pdf_begin_obj(static_pdf, k, os_threshold);
if (!lua_isnil(L, -2)) { /* file-s? string-s? t */
@@ -408,8 +343,7 @@ static int table_obj(lua_State * L)
}
if (immediate == 1)
pdf_end_obj(static_pdf);
- break;
- case P_STREAM:
+ } else {
if (immediate == 1) {
pdf_begin_obj(static_pdf, k, OBJSTM_NEVER); /* 0 = not an object stream candidate! */
pdf_begin_dict(static_pdf);
@@ -456,9 +390,6 @@ static int table_obj(lua_State * L)
pdf_end_stream(static_pdf);
pdf_end_obj(static_pdf);
}
- break;
- default:
- assert(0);
}
static_pdf->compress_level = saved_compress_level;
return k;
@@ -511,7 +442,7 @@ static int orig_obj(lua_State * L)
}
if (lua_key_eq(st_s, stream)) {
set_obj_obj_is_stream(static_pdf, k);
- } else if (lua_key_eq(st_s, streamfile)) {
+ } else if (lua_key_eq(st_s, streamfile)) {
set_obj_obj_is_stream(static_pdf, k);
set_obj_obj_is_file(static_pdf, k);
} else
@@ -566,7 +497,7 @@ static int l_reserveobj(lua_State * L)
case 1:
if (!lua_isstring(L, -1))
luaL_error(L, "pdf.reserveobj() optional argument must be string");
- if (lua_key_eq(st_s, annot)) {
+ if (lua_key_eq(st_s, annot)) {
pdf_last_annot = pdf_create_obj(static_pdf, obj_type_annot, 0);
} else {
luaL_error(L, "pdf.reserveobj() optional string must be \"annot\"");
@@ -599,102 +530,135 @@ static int l_registerannot(lua_State * L)
return 0;
}
+static int l_get_pdf_value(lua_State * L, int key)
+{
+ lua_rawgeti(L, LUA_REGISTRYINDEX, lua_key_index(pdf_data));
+ lua_gettable(L, LUA_REGISTRYINDEX);
+ /* [table] */
+ lua_rawgeti(L, LUA_REGISTRYINDEX, key);
+ /* [table] [key] */
+ lua_rawget(L,-2);
+ return 1;
+}
+static int l_get_pageresources(lua_State * L) {
+ return l_get_pdf_value(L,lua_key_index(pageresources));
+}
+static int l_get_pageattributes(lua_State * L) {
+ return l_get_pdf_value(L,lua_key_index(pageattributes));
+}
+static int l_get_pagesattributes(lua_State * L) {
+ return l_get_pdf_value(L,lua_key_index(pagesattributes));
+}
+static int l_get_catalog(lua_State * L) {
+ return l_get_pdf_value(L,lua_key_index(catalog));
+}
+static int l_get_info(lua_State * L) {
+ return l_get_pdf_value(L,lua_key_index(info));
+}
+static int l_get_names(lua_State * L) {
+ return l_get_pdf_value(L,lua_key_index(names));
+}
+
+
+static int l_get_trailer(lua_State * L) {
+ return l_get_pdf_value(L,lua_key_index(trailer));
+}
+
+
static int getpdf(lua_State * L)
{
- char *s;
- int i, l;
- if (lua_isstring(L, 2) && (lua_tostring(L, 2) != NULL)) {
- lua_pushstring(L, PDF_ENV); /* s ... */
- lua_gettable(L, LUA_REGISTRYINDEX); /* t ... */
- lua_pushvalue(L, 2); /* st t ... */
- lua_gettable(L, -2); /* i? t ... */
- if (lua_isnumber(L, -1)) { /* i t ... */
- i = (int) lua_tointeger(L, -1); /* i t ... */
- lua_pop(L, 2); /* ... */
- switch (i) {
- case P_PDFCATALOG:
- case P_CATALOG:
- s = tokenlist_to_cstring(pdf_catalog_toks, true, &l);
- lua_pushlstring(L, s, (size_t) l);
- break;
- case P_PDFINFO:
- case P_INFO:
- s = tokenlist_to_cstring(pdf_info_toks, true, &l);
- lua_pushlstring(L, s, (size_t) l);
- break;
- case P_PDFNAMES:
- case P_NAMES:
- s = tokenlist_to_cstring(pdf_names_toks, true, &l);
- lua_pushlstring(L, s, (size_t) l);
- break;
- case P_PDFTRAILER:
- case P_TRAILER:
- s = tokenlist_to_cstring(pdf_trailer_toks, true, &l);
- lua_pushlstring(L, s, (size_t) l);
- break;
- case P_H:
- lua_pushnumber(L, static_pdf->posstruct->pos.h);
- break;
- case P_V:
- lua_pushnumber(L, static_pdf->posstruct->pos.v);
- break;
- default:
- lua_rawget(L, -2);
- }
- } else {
- lua_pop(L, 2); /* ... */
- lua_rawget(L, -2);
+ /* [pdf table] [key] */
+ const char *s ;
+ if (lua_gettop(L) != 2) {
+ return 0;
+ }
+ if (lua_isstring(L, -1)) {
+ s = lua_tostring(L, -1);
+ if (lua_key_eq(s,h)) {
+ lua_pushnumber(L, static_pdf->posstruct->pos.h);
+ } else if (lua_key_eq(s,v)) {
+ lua_pushnumber(L, static_pdf->posstruct->pos.v);
+ } else if (
+ lua_key_eq(s,catalog) || lua_key_eq(s,info) || lua_key_eq(s,trailer) || lua_key_eq(s,names) ||
+ lua_key_eq(s,pageattributes) || lua_key_eq(s,pagesattributes) || lua_key_eq(s,pageresources)
+ ) {
+ lua_rawgeti(L, LUA_REGISTRYINDEX, luaS_index(pdf_data));
+ lua_gettable(L, LUA_REGISTRYINDEX);
+ /* [pdf table] [key] [pdf.data table] */
+ lua_replace(L, -3);
+ /* [pdf.data table] [key] */
}
- } else {
- lua_pushnil(L);
}
- return 1;
+ lua_rawget(L, -2);
+ return 0;
}
+
+
+
+static int l_set_pdf_value(lua_State * L, int key)
+{
+ if (lua_isstring(L, -1)) {
+ /* [value] */
+ lua_rawgeti(L, LUA_REGISTRYINDEX, lua_key_index(pdf_data));
+ lua_gettable(L, LUA_REGISTRYINDEX);
+ /* [value] [table] */
+ lua_rawgeti(L, LUA_REGISTRYINDEX, key);
+ /* [value] [table] [key] */
+ lua_pushvalue(L, -3);
+ /* [table] [key] [value] */
+ lua_rawset(L,-3);
+ }
+ return 0;
+}
+static int l_set_pageresources(lua_State * L) {
+ return l_set_pdf_value(L,lua_key_index(pageresources));
+}
+static int l_set_pageattributes(lua_State * L) {
+ return l_set_pdf_value(L,lua_key_index(pageattributes));
+}
+static int l_set_pagesattributes(lua_State * L) {
+ return l_set_pdf_value(L,lua_key_index(pagesattributes));
+}
+static int l_set_catalog(lua_State * L) {
+ return l_set_pdf_value(L,lua_key_index(catalog));
+}
+static int l_set_info(lua_State * L) {
+ return l_set_pdf_value(L,lua_key_index(info));
+}
+static int l_set_names(lua_State * L) {
+ return l_set_pdf_value(L,lua_key_index(names));
+}
+static int l_set_trailer(lua_State * L) {
+ return l_set_pdf_value(L,lua_key_index(trailer));
+}
+
+
static int setpdf(lua_State * L)
{
- int i;
+ /* [pdf table] [key] [value] */
+ const char *s ;
if (lua_gettop(L) != 3) {
return 0;
}
- (void) luaL_checkstring(L, 2); /* ... */
- lua_pushstring(L, PDF_ENV); /* s ... */
- lua_gettable(L, LUA_REGISTRYINDEX); /* t ... */
- lua_pushvalue(L, 2); /* st t ... */
- lua_gettable(L, -2); /* i? t ... */
- if (lua_isnumber(L, -1)) { /* i t ... */
- i = (int) lua_tointeger(L, -1); /* i t ... */
- lua_pop(L, 2); /* ... */
- switch (i) {
- case P_PDFCATALOG:
- case P_CATALOG:
- pdf_catalog_toks = tokenlist_from_lua(L);
- break;
- case P_PDFINFO:
- case P_INFO:
- pdf_info_toks = tokenlist_from_lua(L);
- break;
- case P_PDFNAMES:
- case P_NAMES:
- pdf_names_toks = tokenlist_from_lua(L);
- break;
- case P_PDFTRAILER:
- case P_TRAILER:
- pdf_trailer_toks = tokenlist_from_lua(L);
- break;
- case P_H:
- case P_V:
- /* can't set |h| and |v| yet */
- default:
- lua_rawset(L, -3);
+ if (lua_isstring(L, -2)) {
+ s = lua_tostring(L, -1);
+ if (
+ lua_key_eq(s,catalog) || lua_key_eq(s,info) || lua_key_eq(s,trailer) || lua_key_eq(s,names) ||
+ lua_key_eq(s,pageattributes) || lua_key_eq(s,pagesattributes) || lua_key_eq(s,pageresources)
+ ) {
+ lua_rawgeti(L, LUA_REGISTRYINDEX, luaS_index(pdf_data));
+ lua_gettable(L, LUA_REGISTRYINDEX);
+ /* [pdf table] [key] [value] [pdf.data table] */
+ lua_replace(L, -4);
+ /* [pdf.data table] [key] [value] */
}
- } else {
- lua_pop(L, 2); /* ... */
- lua_rawset(L, -3);
}
+ lua_rawset(L, -3);
return 0;
}
+
static int l_objtype(lua_State * L)
{
int n = lua_gettop(L);
@@ -741,18 +705,6 @@ static int l_mapline(lua_State * L)
return 0;
}
-static int l_pdfmapfile(lua_State * L)
-{
- luaL_error(L, "pdf.pdfmapfile() is obsolete. Use pdf.mapfile() instead.");
- return 0;
-}
-
-static int l_pdfmapline(lua_State * L)
-{
- luaL_error(L, "pdf.pdfmapline() is obsolete. Use pdf.mapline() instead.");
- return 0;
-}
-
static int l_pageref(lua_State * L)
{
int n = lua_gettop(L);
@@ -821,8 +773,6 @@ static const struct luaL_Reg pdflib[] = {
{"obj", l_obj},
{"objtype", l_objtype},
{"pageref", l_pageref},
- {"pdfmapfile", l_pdfmapfile}, /* obsolete */
- {"pdfmapline", l_pdfmapline}, /* obsolete */
{"print", luapdfprint},
{"refobj", l_refobj},
{"registerannot", l_registerannot},
@@ -832,6 +782,20 @@ static const struct luaL_Reg pdflib[] = {
{"getvpos", l_getvpos},
{"getmatrix", l_getmatrix},
{"hasmatrix", l_hasmatrix},
+ {"setcatalog", l_set_catalog},
+ {"setinfo", l_set_info},
+ {"setnames", l_set_names},
+ {"settrailer", l_set_trailer},
+ {"setpageresources", l_set_pageresources},
+ {"setpageattributes", l_set_pageattributes},
+ {"setpagesattributes", l_set_pagesattributes},
+ {"getcatalog", l_get_catalog},
+ {"getinfo", l_get_info},
+ {"getnames", l_get_names},
+ {"gettrailer", l_get_trailer},
+ {"getpageresources", l_get_pageresources},
+ {"getpageattributes", l_get_pageattributes},
+ {"getpagesattributes", l_get_pagesattributes},
{NULL, NULL} /* sentinel */
};
@@ -839,7 +803,10 @@ static const struct luaL_Reg pdflib[] = {
int luaopen_pdf(lua_State * L)
{
- preset_environment(L, pdf_parms, PDF_ENV);
+ lua_pushstring(L,"pdf.data");
+ lua_newtable(L);
+ lua_settable(L,LUA_REGISTRYINDEX);
+ /* */
luaL_register(L, "pdf", pdflib);
/* build meta table */
luaL_newmetatable(L, "pdf.meta");
diff --git a/Build/source/texk/web2c/luatexdir/lua/lstatslib.c b/Build/source/texk/web2c/luatexdir/lua/lstatslib.c
index 6c2413137c7..eae0bcb98f4 100644
--- a/Build/source/texk/web2c/luatexdir/lua/lstatslib.c
+++ b/Build/source/texk/web2c/luatexdir/lua/lstatslib.c
@@ -18,7 +18,7 @@
with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
static const char _svn_version[] =
- "$Id: lstatslib.c 4857 2014-03-07 00:01:41Z luigi $ "
+ "$Id: lstatslib.c 4956 2014-03-28 12:12:17Z luigi $ "
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/lua/lstatslib.c $";
#include "ptexlib.h"
@@ -34,6 +34,8 @@ typedef const char *(*charfunc) (void);
typedef lua_Number(*numfunc) (void);
typedef int (*intfunc) (void);
+const char *last_lua_error;
+
static const char *getbanner(void)
{
return (const char *) ptexbanner;
@@ -73,6 +75,13 @@ static const char *getlasterror(void)
return last_error;
}
+static const char *getlastluaerror(void)
+{
+ return last_lua_error;
+}
+
+
+
static const char *luatexrevision(void)
{
return (const char *) (strrchr(luatex_version_string, '.') + 1);
@@ -245,6 +254,7 @@ static struct statistic stats[] = {
{"inputid", 'g', &(iname)},
{"linenumber", 'g', &line},
{"lasterrorstring", 'S', (void *) &getlasterror},
+ {"lastluaerrorstring", 'S', (void *) &getlastluaerror},
{"luabytecodes", 'g', &luabytecode_max},
{"luabytecode_bytes", 'g', &luabytecode_bytes},
diff --git a/Build/source/texk/web2c/luatexdir/lua/ltexlib.c b/Build/source/texk/web2c/luatexdir/lua/ltexlib.c
index 905b1694164..48c9e6f17ac 100644
--- a/Build/source/texk/web2c/luatexdir/lua/ltexlib.c
+++ b/Build/source/texk/web2c/luatexdir/lua/ltexlib.c
@@ -27,7 +27,7 @@ setter no prev link is created so we can presume that it's not used later on. */
static const char _svn_version[] =
- "$Id: ltexlib.c 4878 2014-03-14 10:48:03Z taco $ $URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/lua/ltexlib.c $";
+ "$Id: ltexlib.c 4956 2014-03-28 12:12:17Z luigi $ $URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/lua/ltexlib.c $";
#define attribute(A) eqtb[attribute_base+(A)].hh.rh
#define dimen(A) eqtb[scaled_base+(A)].hh.rh
@@ -2520,7 +2520,12 @@ static int tex_run_end(lua_State * L)
return 0;
}
-
+static int tex_show_context(lua_State * L)
+{
+ (void) L;
+ show_context();
+ return 0;
+}
void init_tex_table(lua_State * L)
{
@@ -2604,6 +2609,7 @@ static const struct luaL_Reg texlib[] = {
{"normal_rand", tex_norm_rand},
{"lua_math_randomseed", tex_init_rand}, /* syntactic sugar */
{"lua_math_random", lua_math_random},
+ {"show_context", tex_show_context},
{NULL, NULL} /* sentinel */
};
diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.w b/Build/source/texk/web2c/luatexdir/lua/luainit.w
index 66312164133..c95ecb43867 100644
--- a/Build/source/texk/web2c/luatexdir/lua/luainit.w
+++ b/Build/source/texk/web2c/luatexdir/lua/luainit.w
@@ -19,7 +19,7 @@
@ @c
static const char _svn_version[] =
- "$Id: luainit.w 4881 2014-03-14 12:51:16Z taco $"
+ "$Id: luainit.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/lua/luainit.w $";
#include "ptexlib.h"
@@ -29,251 +29,8 @@ static const char _svn_version[] =
#include "lua/luatex-api.h"
/* internalized strings: see luatex-api.h */
-make_lua_key(LTL);
-make_lua_key(MathConstants);
-make_lua_key(RTT);
-make_lua_key(TLT);
-make_lua_key(TRT);
-make_lua_key(accent);
-make_lua_key(action);
-make_lua_key(action_id);
-make_lua_key(action_type);
-make_lua_key(additional);
-make_lua_key(adjust_head);
-make_lua_key(advance);
-make_lua_key(aleph);
-make_lua_key(align_head);
-make_lua_key(area);
-make_lua_key(attr);
-make_lua_key(attributes);
-make_lua_key(auto_expand);
-make_lua_key(best_ins_ptr);
-make_lua_key(best_page_break);
-make_lua_key(best_size);
-make_lua_key(bot);
-make_lua_key(bot_accent);
-make_lua_key(bottom_left);
-make_lua_key(bottom_right);
-make_lua_key(box_left);
-make_lua_key(box_left_width);
-make_lua_key(box_right);
-make_lua_key(box_right_width);
-make_lua_key(broken_ins);
-make_lua_key(broken_ptr);
-make_lua_key(cache);
-make_lua_key(cal_expand_ratio);
-make_lua_key(char);
-make_lua_key(characters);
-make_lua_key(checksum);
-make_lua_key(cidinfo);
-make_lua_key(class);
-make_lua_key(command);
-make_lua_key(commands);
-make_lua_key(comment);
-make_lua_key(components);
-make_lua_key(contrib_head);
-make_lua_key(core);
-make_lua_key(cost);
-make_lua_key(count);
-make_lua_key(data);
-make_lua_key(degree);
-make_lua_key(delim);
-make_lua_key(delimptr);
-make_lua_key(denom);
-make_lua_key(depth);
-make_lua_key(designsize);
-make_lua_key(dest_id);
-make_lua_key(dest_type);
-make_lua_key(dir);
-make_lua_key(dir_h);
-make_lua_key(direction);
-make_lua_key(dirs);
-make_lua_key(display);
-make_lua_key(down);
-make_lua_key(dvi_ptr);
-make_lua_key(embedding);
-make_lua_key(encodingbytes);
-make_lua_key(encodingname);
-make_lua_key(end);
-make_lua_key(etex);
-make_lua_key(exactly);
-make_lua_key(expansion_factor);
-make_lua_key(ext);
-make_lua_key(extend);
-make_lua_key(extender);
-make_lua_key(extensible);
-make_lua_key(extra_space);
-make_lua_key(fam);
-make_lua_key(fast);
-make_lua_key(file);
-make_lua_key(filename);
-make_lua_key(font);
-make_lua_key(fonts);
-make_lua_key(format);
-make_lua_key(fullname);
-make_lua_key(global);
-make_lua_key(glue_order);
-make_lua_key(glue_set);
-make_lua_key(glue_sign);
-make_lua_key(glyph);
-make_lua_key(head);
-make_lua_key(height);
-make_lua_key(hold_head);
-make_lua_key(horiz_variants);
-make_lua_key(hyphenchar);
-make_lua_key(id);
-make_lua_key(image);
-make_lua_key(index);
-make_lua_key(italic);
-make_lua_key(kern);
-make_lua_key(kerns);
-make_lua_key(lang);
-make_lua_key(large_char);
-make_lua_key(large_fam);
-make_lua_key(last_ins_ptr);
-make_lua_key(leader);
-make_lua_key(least_page_cost);
-make_lua_key(left);
-make_lua_key(left_boundary);
-make_lua_key(left_protruding);
-make_lua_key(level);
-make_lua_key(ligatures);
-make_lua_key(link_attr);
-make_lua_key(list);
-make_lua_key(log);
-make_lua_key(lua);
-make_lua_key(luatex);
-make_lua_key(luatex_node);
-make_lua_key(mLTL);
-make_lua_key(mRTT);
-make_lua_key(mTLT);
-make_lua_key(mTRT);
-make_lua_key(mark);
-make_lua_key(mathdir);
-make_lua_key(mathkern);
-make_lua_key(mathstyle);
-make_lua_key(mid);
-make_lua_key(mode);
-make_lua_key(modeline);
-make_lua_key(name);
-make_lua_key(named_id);
-make_lua_key(new_window);
-make_lua_key(next);
-make_lua_key(no);
-make_lua_key(noad);
-make_lua_key(node);
-make_lua_key(node_properties);
-make_lua_key(node_properties_indirect);
-make_lua_key(nomath);
-make_lua_key(nop);
-make_lua_key(nucleus);
-make_lua_key(num);
-make_lua_key(number);
-make_lua_key(objnum);
-make_lua_key(omega);
-make_lua_key(ordering);
-make_lua_key(pLTL);
-make_lua_key(pRTT);
-make_lua_key(pTLT);
-make_lua_key(pTRT);
-make_lua_key(page_head);
-make_lua_key(page_ins_head);
-make_lua_key(parameters);
-make_lua_key(pdftex);
-make_lua_key(pen_broken);
-make_lua_key(pen_inter);
-make_lua_key(penalty);
-make_lua_key(pop);
-make_lua_key(post);
-make_lua_key(pre);
-make_lua_key(pre_adjust_head);
-make_lua_key(prev);
-make_lua_key(prevdepth);
-make_lua_key(prevgraf);
-make_lua_key(psname);
-make_lua_key(ptr);
-make_lua_key(push);
-make_lua_key(quad);
-make_lua_key(ref_count);
-make_lua_key(reg);
-make_lua_key(registry);
-make_lua_key(renew);
-make_lua_key(rep);
-make_lua_key(replace);
-make_lua_key(right);
-make_lua_key(right_boundary);
-make_lua_key(right_protruding);
-make_lua_key(rule);
-make_lua_key(scale);
-make_lua_key(script);
-make_lua_key(scriptscript);
-make_lua_key(shift);
-make_lua_key(shrink);
-make_lua_key(shrink_order);
-make_lua_key(size);
-make_lua_key(skewchar);
-make_lua_key(slant);
-make_lua_key(slot);
-make_lua_key(small_char);
-make_lua_key(small_fam);
-make_lua_key(space);
-make_lua_key(space_shrink);
-make_lua_key(space_stretch);
-make_lua_key(spacefactor);
-make_lua_key(spec);
-make_lua_key(special);
-make_lua_key(stack);
-make_lua_key(start);
-make_lua_key(step);
-make_lua_key(stream);
-make_lua_key(stretch);
-make_lua_key(stretch_order);
-make_lua_key(string);
-make_lua_key(style);
-make_lua_key(sub);
-make_lua_key(subst_ex_font);
-make_lua_key(subtype);
-make_lua_key(sup);
-make_lua_key(supplement);
-make_lua_key(surround);
-make_lua_key(tail);
-make_lua_key(temp_head);
-make_lua_key(term);
-make_lua_key(term_and_log);
-make_lua_key(tex);
-make_lua_key(text);
-make_lua_key(thread_attr);
-make_lua_key(thread_id);
-make_lua_key(top);
-make_lua_key(top_accent);
-make_lua_key(top_left);
-make_lua_key(top_right);
-make_lua_key(tounicode);
-make_lua_key(transform);
-make_lua_key(type);
-make_lua_key(uchyph);
-make_lua_key(umath);
-make_lua_key(units_per_em);
-make_lua_key(used);
-make_lua_key(user_id);
-make_lua_key(value);
-make_lua_key(version);
-make_lua_key(vert_variants);
-make_lua_key(width);
-make_lua_key(writable);
-make_lua_key(x_height);
-make_lua_key(xoffset);
-make_lua_key(xyz_zoom);
-make_lua_key(yoffset);
-
-make_lua_key(immediate);
-make_lua_key(compresslevel);
-make_lua_key(objcompression);
-make_lua_key(direct);
-make_lua_key(page);
-make_lua_key(streamfile);
-make_lua_key(annot);
-make_lua_key(lua_functions);
+set_make_keys;
+
@
TH: TODO
@@ -284,7 +41,7 @@ Better to wait until Karl has some time (after texlive 2008) so we can
synchronize with kpathsea. One problem, for instance, is that I would
like to resolve the full executable path. |kpse_set_program_name()| does
that, indirectly (by setting SELFAUTOLOC in the environment), but it
-does much more, making it hard to use for our purpose.
+does much more, making it hard to use for our purpose.
In fact, it sets three C variables:
@@ -449,11 +206,11 @@ char *jithash_hashname = NULL;
int safer_option = 0;
int nosocket_option = 0;
-@ Reading the options.
+@ Reading the options.
@ Test whether getopt found an option ``A''.
Assumes the option index is in the variable |option_index|, and the
-option table in a variable |long_options|.
+option table in a variable |long_options|.
@c
#define ARGUMENT_IS(a) STREQ (long_options[option_index].name, a)
@@ -550,7 +307,7 @@ static void parse_options(int ac, char **av)
if (g == -1) /* End of arguments, exit the loop. */
break;
if (g == '?') { /* Unknown option. */
- if (!luainit)
+ if (!luainit)
fprintf(stderr,"%s: unrecognized option '%s'\n", argv[0], argv[optind-1]);
continue;
}
@@ -571,15 +328,15 @@ static void parse_options(int ac, char **av)
} else if (ARGUMENT_IS("jithash")) {
size_t len = strlen(optarg);
if (len<16)
- jithash_hashname = optarg;
+ jithash_hashname = optarg;
else{
- WARNING2("hash name truncated to 15 characters from %d. (%s)",
+ WARNING2("hash name truncated to 15 characters from %d. (%s)",
(int) len, optarg);
jithash_hashname = (string) xmalloc(16);
strncpy(jithash_hashname, optarg, 15);
jithash_hashname[15] = 0;
}
-#endif
+#endif
} else if (ARGUMENT_IS("luahashchars")) {
show_luahashchars = 1;
@@ -670,7 +427,7 @@ static void parse_options(int ac, char **av)
"There is NO warranty. Redistribution of this software is covered by\n"
"the terms of the GNU General Public License, version 2 or (at your option)\n"
"any later version. For more information about these matters, see the file\n"
- "named COPYING and the LuaTeX source.\n\n"
+ "named COPYING and the LuaTeX source.\n\n"
#ifdef LuajitTeX
"LuaTeX is Copyright 2014 Taco Hoekwater, the LuaTeX Team.\n"
"Libraries and JIT extensions by Luigi Scarso, the LuaTeX SwigLib team.\n");
@@ -684,31 +441,31 @@ static void parse_options(int ac, char **av)
initversionstring(&versions);
print_version_banner();
/* *INDENT-OFF* */
- puts("\n\nThe LuaTeX team is Hans Hagen, Hartmut Henkel, Taco Hoekwater.\n"
+ puts("\n\nThe LuaTeX team is Hans Hagen, Hartmut Henkel, Taco Hoekwater.\n"
#ifdef LuajitTex
- "LuajitTeX merges and builds upon (parts of) the code from these projects:\n\n"
+ "LuajitTeX merges and builds upon (parts of) the code from these projects:\n\n"
#else
- "LuaTeX merges and builds upon (parts of) the code from these projects:\n\n"
+ "LuaTeX merges and builds upon (parts of) the code from these projects:\n\n"
#endif
- "tex by Donald Knuth\n"
- "etex by Peter Breitenlohner, Phil Taylor and friends\n"
- "omega by John Plaice and Yannis Haralambous\n"
- "aleph by Giuseppe Bilotta\n"
- "pdftex by Han The Thanh and friends\n"
- "kpathsea by Karl Berry, Olaf Weber and others\n"
- "lua by Roberto Ierusalimschy, Waldemar Celes,\n"
- " Luiz Henrique de Figueiredo\n"
- "metapost by John Hobby, Taco Hoekwater and friends.\n"
- "poppler by Derek Noonburg, Kristian H\\ogsberg (partial)\n"
+ "tex by Donald Knuth\n"
+ "etex by Peter Breitenlohner, Phil Taylor and friends\n"
+ "omega by John Plaice and Yannis Haralambous\n"
+ "aleph by Giuseppe Bilotta\n"
+ "pdftex by Han The Thanh and friends\n"
+ "kpathsea by Karl Berry, Olaf Weber and others\n"
+ "lua by Roberto Ierusalimschy, Waldemar Celes,\n"
+ " Luiz Henrique de Figueiredo\n"
+ "metapost by John Hobby, Taco Hoekwater and friends.\n"
+ "poppler by Derek Noonburg, Kristian H\\ogsberg (partial)\n"
#ifdef LuajitTeX
- "fontforge by George Williams (partial)\n"
- "luajit by Mike Pall\n\n"
+ "fontforge by George Williams (partial)\n"
+ "luajit by Mike Pall\n\n"
#else
- "fontforge by George Williams (partial)\n\n"
+ "fontforge by George Williams (partial)\n\n"
#endif
- "Some extensions to lua and additional lua libraries are used, as well as\n"
- "libraries for graphic inclusion. More details can be found in the source.\n"
- "Code development was sponsored by a grant from Colorado State University\n"
+ "Some extensions to lua and additional lua libraries are used, as well as\n"
+ "libraries for graphic inclusion. More details can be found in the source.\n"
+ "Code development was sponsored by a grant from Colorado State University\n"
#ifdef LuajitTeX
"via the 'oriental tex' project, the TeX User Groups, and donations.\n"
"The additional libraries and the LuaJIT extensions are provided by the LuaTeX SwigLib project.\n");
@@ -787,7 +544,7 @@ static void parse_options(int ac, char **av)
}
}
-@ test for readability
+@ test for readability
@c
#define is_readable(a) (stat(a,&finfo)==0) && S_ISREG(finfo.st_mode) && \
(f=fopen(a,"r")) != NULL && !fclose(f)
@@ -903,12 +660,12 @@ static const char *luatex_kpse_find_aux(lua_State *L, const char *name,
}
@ The lua search function.
-
+
When kpathsea is not initialized, then it runs the
normal lua function that is saved in the registry, otherwise
it uses kpathsea.
-two registry ref variables are needed: one for the actual lua
+two registry ref variables are needed: one for the actual lua
function, the other for its environment .
@c
@@ -971,7 +728,7 @@ static int luatex_kpse_clua_find(lua_State * L)
break;
}
if ((unsigned char)temp_name[j]=='.'){
- temp_name[j]=LUA_DIRSEP[0];
+ temp_name[j]=LUA_DIRSEP[0];
}
}
p = strstr(extensionless, temp_name);
@@ -1009,9 +766,9 @@ static int luatex_kpse_clua_find(lua_State * L)
}
}
-@ Setting up the new search functions.
+@ Setting up the new search functions.
-This replaces package.searchers[2] and package.searchers[3] with the
+This replaces package.searchers[2] and package.searchers[3] with the
functions defined above.
@c
@@ -1044,6 +801,13 @@ int pdf_table_id;
int token_table_id;
int node_table_id;
+@ @c
+int l_pack_type_index [PACK_TYPE_SIZE] ;
+int l_group_code_index [GROUP_CODE_SIZE];
+int l_math_style_name_index [MATH_STYLE_NAME_SIZE];
+int l_dir_par_index [DIR_PAR_SIZE];
+int l_dir_text_index [DIR_TEXT_SIZE];
+
#if defined(WIN32) || defined(__MINGW32__) || defined(__CYGWIN__)
char **suffixlist;
@@ -1126,7 +890,7 @@ void lua_initialize(int ac, char **av)
#endif
size_t len;
len = strlen(fmt) + strlen(luatex_version_string) ;
-
+
banner = xmalloc(len);
sprintf(banner, fmt, luatex_version_string);
} else {
@@ -1197,256 +961,19 @@ void lua_initialize(int ac, char **av)
luainterpreter();
/* init internalized strings */
- init_lua_key(LTL);
- init_lua_key(MathConstants);
- init_lua_key(RTT);
- init_lua_key(TLT);
- init_lua_key(TRT);
- init_lua_key(accent);
- init_lua_key(action);
- init_lua_key(action_id);
- init_lua_key(action_type);
- init_lua_key(additional);
- init_lua_key(adjust_head);
- init_lua_key(advance);
- init_lua_key(aleph);
- init_lua_key(align_head);
- init_lua_key(area);
- init_lua_key(attr);
- init_lua_key(attributes);
- init_lua_key(auto_expand);
- init_lua_key(best_ins_ptr);
- init_lua_key(best_page_break);
- init_lua_key(best_size);
- init_lua_key(bot);
- init_lua_key(bot_accent);
- init_lua_key(bottom_left);
- init_lua_key(bottom_right);
- init_lua_key(box_left);
- init_lua_key(box_left_width);
- init_lua_key(box_right);
- init_lua_key(box_right_width);
- init_lua_key(broken_ins);
- init_lua_key(broken_ptr);
- init_lua_key(cache);
- init_lua_key(cal_expand_ratio);
- init_lua_key(char);
- init_lua_key(characters);
- init_lua_key(checksum);
- init_lua_key(cidinfo);
- init_lua_key(class);
- init_lua_key(command);
- init_lua_key(commands);
- init_lua_key(comment);
- init_lua_key(components);
- init_lua_key(contrib_head);
- init_lua_key(core);
- init_lua_key(cost);
- init_lua_key(count);
- init_lua_key(data);
- init_lua_key(degree);
- init_lua_key(delim);
- init_lua_key(delimptr);
- init_lua_key(denom);
- init_lua_key(depth);
- init_lua_key(designsize);
- init_lua_key(dest_id);
- init_lua_key(dest_type);
- init_lua_key(dir);
- init_lua_key(dir_h);
- init_lua_key(direction);
- init_lua_key(dirs);
- init_lua_key(display);
- init_lua_key(down);
- init_lua_key(dvi_ptr);
- init_lua_key(embedding);
- init_lua_key(encodingbytes);
- init_lua_key(encodingname);
- init_lua_key(end);
- init_lua_key(etex);
- init_lua_key(exactly);
- init_lua_key(expansion_factor);
- init_lua_key(ext);
- init_lua_key(extend);
- init_lua_key(extender);
- init_lua_key(extensible);
- init_lua_key(extra_space);
- init_lua_key(fam);
- init_lua_key(fast);
- init_lua_key(file);
- init_lua_key(filename);
- init_lua_key(font);
- init_lua_key(fonts);
- init_lua_key(format);
- init_lua_key(fullname);
- init_lua_key(global);
- init_lua_key(glue_order);
- init_lua_key(glue_set);
- init_lua_key(glue_sign);
- init_lua_key(glyph);
- init_lua_key(head);
- init_lua_key(height);
- init_lua_key(hold_head);
- init_lua_key(horiz_variants);
- init_lua_key(hyphenchar);
- init_lua_key(id);
- init_lua_key(image);
- init_lua_key(index);
- init_lua_key(italic);
- init_lua_key(kern);
- init_lua_key(kerns);
- init_lua_key(lang);
- init_lua_key(large_char);
- init_lua_key(large_fam);
- init_lua_key(last_ins_ptr);
- init_lua_key(leader);
- init_lua_key(least_page_cost);
- init_lua_key(left);
- init_lua_key(left_boundary);
- init_lua_key(left_protruding);
- init_lua_key(level);
- init_lua_key(ligatures);
- init_lua_key(link_attr);
- init_lua_key(list);
- init_lua_key(log);
- init_lua_key(lua);
- init_lua_key(luatex);
- init_lua_key(mark);
- init_lua_key(mathdir);
- init_lua_key(mathkern);
- init_lua_key(mathstyle);
- init_lua_key(mid);
- init_lua_key(mode);
- init_lua_key(modeline);
- init_lua_key(name);
- init_lua_key(named_id);
- init_lua_key(new_window);
- init_lua_key(next);
- init_lua_key(no);
- init_lua_key(noad);
- init_lua_key(node);
- init_lua_key(nomath);
- init_lua_key(nop);
- init_lua_key(nucleus);
- init_lua_key(num);
- init_lua_key(number);
- init_lua_key(objnum);
- init_lua_key(omega);
- init_lua_key(ordering);
- init_lua_key(page_head);
- init_lua_key(page_ins_head);
- init_lua_key(parameters);
- init_lua_key(pdftex);
- init_lua_key(pen_broken);
- init_lua_key(pen_inter);
- init_lua_key(penalty);
- init_lua_key(pop);
- init_lua_key(post);
- init_lua_key(pre);
- init_lua_key(pre_adjust_head);
- init_lua_key(prev);
- init_lua_key(prevdepth);
- init_lua_key(prevgraf);
- init_lua_key(psname);
- init_lua_key(ptr);
- init_lua_key(push);
- init_lua_key(quad);
- init_lua_key(ref_count);
- init_lua_key(reg);
- init_lua_key(registry);
- init_lua_key(renew);
- init_lua_key(rep);
- init_lua_key(replace);
- init_lua_key(right);
- init_lua_key(right_boundary);
- init_lua_key(right_protruding);
- init_lua_key(rule);
- init_lua_key(scale);
- init_lua_key(script);
- init_lua_key(scriptscript);
- init_lua_key(shift);
- init_lua_key(shrink);
- init_lua_key(shrink_order);
- init_lua_key(size);
- init_lua_key(skewchar);
- init_lua_key(slant);
- init_lua_key(slot);
- init_lua_key(small_char);
- init_lua_key(small_fam);
- init_lua_key(space);
- init_lua_key(space_shrink);
- init_lua_key(space_stretch);
- init_lua_key(spacefactor);
- init_lua_key(spec);
- init_lua_key(special);
- init_lua_key(stack);
- init_lua_key(start);
- init_lua_key(step);
- init_lua_key(stream);
- init_lua_key(stretch);
- init_lua_key(stretch_order);
- init_lua_key(string);
- init_lua_key(style);
- init_lua_key(sub);
- init_lua_key(subst_ex_font);
- init_lua_key(subtype);
- init_lua_key(sup);
- init_lua_key(supplement);
- init_lua_key(surround);
- init_lua_key(tail);
- init_lua_key(temp_head);
- init_lua_key(term);
- init_lua_key(tex);
- init_lua_key(text);
- init_lua_key(thread_attr);
- init_lua_key(thread_id);
- init_lua_key(top);
- init_lua_key(top_accent);
- init_lua_key(top_left);
- init_lua_key(top_right);
- init_lua_key(tounicode);
- init_lua_key(transform);
- init_lua_key(type);
- init_lua_key(uchyph);
- init_lua_key(umath);
- init_lua_key(units_per_em);
- init_lua_key(used);
- init_lua_key(user_id);
- init_lua_key(value);
- init_lua_key(version);
- init_lua_key(vert_variants);
- init_lua_key(width);
- init_lua_key(writable);
- init_lua_key(x_height);
- init_lua_key(xoffset);
- init_lua_key(xyz_zoom);
- init_lua_key(yoffset);
- init_lua_key_alias(luatex_node, "luatex.node");
- init_lua_key_alias(mLTL,"-LTL");
- init_lua_key_alias(mRTT,"-RTT");
- init_lua_key_alias(mTLT,"-TLT");
- init_lua_key_alias(mTRT,"-TRT");
- init_lua_key_alias(node_properties,"node.properties");
- init_lua_key_alias(node_properties_indirect,"node.properties.indirect");
- init_lua_key_alias(pLTL,"+LTL");
- init_lua_key_alias(pRTT,"+RTT");
- init_lua_key_alias(pTLT,"+TLT");
- init_lua_key_alias(pTRT,"+TRT");
- init_lua_key_alias(term_and_log,"term and log");
- init_lua_key_alias(lua_functions,"lua.functions");
-
- init_lua_key(immediate);
- init_lua_key(compresslevel);
- init_lua_key(objcompression);
- init_lua_key(direct);
- init_lua_key(page);
- init_lua_key(streamfile);
- init_lua_key(annot);
+ set_init_keys;
lua_pushstring(Luas,"lua.functions");
lua_newtable(Luas);
lua_settable(Luas,LUA_REGISTRYINDEX);
+ /* here start the key definitions */
+ set_pack_type_index;
+ set_l_group_code_index;
+ set_l_math_style_name_index;
+ set_l_dir_par_index;
+ set_l_dir_text_index;
+
prepare_cmdline(Luas, argv, argc, lua_offset); /* collect arguments */
setup_lua_path(Luas);
diff --git a/Build/source/texk/web2c/luatexdir/lua/luajitstuff.w b/Build/source/texk/web2c/luatexdir/lua/luajitstuff.w
index 6c20e9d10fb..3e78fd2d940 100644
--- a/Build/source/texk/web2c/luatexdir/lua/luajitstuff.w
+++ b/Build/source/texk/web2c/luatexdir/lua/luajitstuff.w
@@ -451,16 +451,30 @@ static void luacall(int p, int nameptr, boolean is_string) /* hh-ls: optimized l
}
lua_active++;
if (is_string) {
- const char *ss = NULL;
- lua_rawgeti(Luas, LUA_REGISTRYINDEX, p);
- ss = lua_tolstring(Luas, -1, &ll);
- s = xmalloc(ll+1);
- memcpy(s,ss,ll+1);
- lua_pop(Luas,1);
+ const char *ss = NULL;
+ lua_rawgeti(Luas, LUA_REGISTRYINDEX, p);
+ if (lua_isfunction(Luas,-1)) {
+ int base = lua_gettop(Luas); /* function index */
+ lua_checkstack(Luas, 1);
+ lua_pushcfunction(Luas, lua_traceback); /* push traceback function */
+ lua_insert(Luas, base); /* put it under chunk */
+ i = lua_pcall(Luas, 0, 0, base);
+ lua_remove(Luas, base); /* remove traceback function */
+ if (i != 0) {
+ lua_gc(Luas, LUA_GCCOLLECT, 0);
+ Luas = luatex_error(Luas, (i == LUA_ERRRUN ? 0 : 1));
+ }
+ lua_active--;
+ return ;
+ }
+ ss = lua_tolstring(Luas, -1, &ll);
+ s = xmalloc(ll+1);
+ memcpy(s,ss,ll+1);
+ lua_pop(Luas,1);
} else {
- int l = 0;
- s = tokenlist_to_cstring(p, 1, &l);
- ll = (size_t)l;
+ int l = 0;
+ s = tokenlist_to_cstring(p, 1, &l);
+ ll = (size_t)l;
}
ls.s = s;
ls.size = ll;
@@ -469,17 +483,16 @@ static void luacall(int p, int nameptr, boolean is_string) /* hh-ls: optimized l
int l = 0; /* not used */
lua_id = tokenlist_to_cstring(nameptr, 1, &l);
i = lua_load(Luas, getS, &ls, lua_id);
- xfree(lua_id);
+ xfree(lua_id);
} else if (nameptr < 0) {
lua_id = get_lua_name((nameptr + 65536));
if (lua_id != NULL) {
i = lua_load(Luas, getS, &ls, lua_id);
- xfree(lua_id);
} else {
- i = lua_load(Luas, getS, &ls, "\\latelua ");
+ i = lua_load(Luas, getS, &ls, "=[\\latelua]");
}
} else {
- i = lua_load(Luas, getS, &ls, "\\latelua ");
+ i = lua_load(Luas, getS, &ls, "=[\\latelua]");
}
if (i != 0) {
Luas = luatex_error(Luas, (i == LUA_ERRSYNTAX ? 0 : 1));
@@ -500,6 +513,7 @@ static void luacall(int p, int nameptr, boolean is_string) /* hh-ls: optimized l
lua_active--;
}
+
@ @c
void late_lua(PDF pdf, halfword p)
{
@@ -530,17 +544,16 @@ void luatokencall(int p, int nameptr) /* hh-ls: optimized lua_id resolving */
if (nameptr > 0) {
lua_id = tokenlist_to_cstring(nameptr, 1, &l);
i = lua_load(Luas, getS, &ls, lua_id);
- xfree(lua_id);
+ xfree(lua_id);
} else if (nameptr < 0) {
lua_id = get_lua_name((nameptr + 65536));
if (lua_id != NULL) {
i = lua_load(Luas, getS, &ls, lua_id);
- xfree(lua_id);
} else {
- i = lua_load(Luas, getS, &ls, "\\directlua ");
+ i = lua_load(Luas, getS, &ls, "=[\\directlua]");
}
} else {
- i = lua_load(Luas, getS, &ls, "\\directlua ");
+ i = lua_load(Luas, getS, &ls, "=[\\directlua]");
}
xfree(s);
if (i != 0) {
@@ -571,6 +584,7 @@ lua_State *luatex_error(lua_State * L, int is_fatal)
luaerr.s = lua_tolstring(L, -1, &luaerr.l);
err = (char *) xmalloc((unsigned) (luaerr.l + 1));
snprintf(err, (luaerr.l + 1), "%s", luaerr.s);
+ last_lua_error = err;
}
if (is_fatal > 0) {
/* Normally a memory error from lua.
@@ -583,7 +597,7 @@ lua_State *luatex_error(lua_State * L, int is_fatal)
return (lua_State *) NULL;
} else {
lua_norm_error(err);
- xfree(err);
+ /* last_lua_error = err so no need to xfree(err) */
return L;
}
}
diff --git a/Build/source/texk/web2c/luatexdir/lua/luanode.w b/Build/source/texk/web2c/luatexdir/lua/luanode.w
index 879b0b3d27e..b0a9849c561 100644
--- a/Build/source/texk/web2c/luatexdir/lua/luanode.w
+++ b/Build/source/texk/web2c/luatexdir/lua/luanode.w
@@ -22,13 +22,13 @@ nodes are removedor inserted, temp nodes don't interfere */
@ @c
static const char _svn_version[] =
- "$Id: luanode.w 4442 2012-05-25 22:40:34Z hhenkel $"
- "$URL: https://foundry.supelec.fr/svn/luatex/branches/ex-glyph/source/texk/web2c/luatexdir/lua/luanode.w $";
+ "$Id: luanode.w 4956 2014-03-28 12:12:17Z luigi $"
+ "$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/lua/luanode.w $";
#include "ptexlib.h"
#include "lua/luatex-api.h"
-@ @c
+/* TO BE REMOVED
static const char *group_code_names[] = {
"",
"simple",
@@ -56,10 +56,11 @@ static const char *group_code_names[] = {
};
const char *pack_type_name[] = { "exactly", "additional" };
-
+*/
@ @c
-void lua_node_filter_s(int filterid, const char *extrainfo)
+void
+lua_node_filter_s(int filterid, int extrainfo)
{
lua_State *L = Luas;
int callback_id = callback_defined(filterid);
@@ -72,7 +73,7 @@ void lua_node_filter_s(int filterid, const char *extrainfo)
lua_settop(L, s_top);
return;
}
- lua_pushstring(L, extrainfo); /* arg 1 */
+ lua_push_string_by_index(L,extrainfo); /* arg 1 */
if (lua_pcall(L, 1, 0, 0) != 0) {
fprintf(stdout, "error: %s\n", lua_tostring(L, -1));
lua_settop(L, s_top);
@@ -83,16 +84,15 @@ void lua_node_filter_s(int filterid, const char *extrainfo)
return;
}
+
@ @c
void
-lua_node_filter(int filterid, int xextrainfo, halfword head_node,
- halfword * tail_node)
+lua_node_filter(int filterid, int extrainfo, halfword head_node, halfword * tail_node)
{
halfword ret;
int a;
lua_State *L = Luas;
int s_top = lua_gettop(L);
- const char *extrainfo = group_code_names[xextrainfo];
int callback_id = callback_defined(filterid);
if (head_node == null || vlink(head_node) == null || callback_id <= 0) {
lua_settop(L, s_top);
@@ -104,7 +104,7 @@ lua_node_filter(int filterid, int xextrainfo, halfword head_node,
}
alink(vlink(head_node)) = null ; /* hh-ls */
nodelist_to_lua(L, vlink(head_node)); /* arg 1 */
- lua_pushstring(L, extrainfo); /* arg 2 */
+ lua_push_group_code(L,extrainfo); /* arg 2 */
if (lua_pcall(L, 2, 1, 0) != 0) { /* no arg, 1 result */
fprintf(stdout, "error: %s\n", lua_tostring(L, -1));
lua_settop(L, s_top);
@@ -135,7 +135,6 @@ lua_node_filter(int filterid, int xextrainfo, halfword head_node,
return;
}
-
@ @c
int
lua_linebreak_callback(int is_broken, halfword head_node, halfword * new_head)
@@ -195,11 +194,11 @@ lua_hpack_filter(halfword head_node, scaled size, int pack_type, int extrainfo,
}
alink(head_node) = null ; /* hh-ls */
nodelist_to_lua(L, head_node);
- lua_pushstring(L, group_code_names[extrainfo]);
+ lua_push_group_code(L,extrainfo);
lua_pushnumber(L, size);
- lua_pushstring(L, pack_type_name[pack_type]);
+ lua_push_pack_type(L,pack_type);
if (pack_direction >= 0)
- lua_pushstring(L, string_dir(pack_direction));
+ lua_push_dir_par(L, pack_direction);
else
lua_pushnil(L);
if (lua_pcall(L, 5, 1, 0) != 0) { /* no arg, 1 result */
@@ -239,7 +238,7 @@ lua_vpack_filter(halfword head_node, scaled size, int pack_type, scaled maxd,
lua_settop(L, s_top);
return head_node;
}
- if (strcmp("output", group_code_names[extrainfo]) == 0) {
+ if (extrainfo == 8) { /* output */
callback_id = callback_defined(pre_output_filter_callback);
} else {
callback_id = callback_defined(vpack_filter_callback);
@@ -254,12 +253,12 @@ lua_vpack_filter(halfword head_node, scaled size, int pack_type, scaled maxd,
}
alink(head_node) = null ; /* hh-ls */
nodelist_to_lua(L, head_node);
- lua_pushstring(L, group_code_names[extrainfo]);
+ lua_push_group_code(L,extrainfo);
lua_pushnumber(L, size);
- lua_pushstring(L, pack_type_name[pack_type]);
+ lua_push_pack_type(L,pack_type);
lua_pushnumber(L, maxd);
if (pack_direction >= 0)
- lua_pushstring(L, string_dir(pack_direction));
+ lua_push_dir_par(L, pack_direction);
else
lua_pushnil(L);
if (lua_pcall(L, 6, 1, 0) != 0) { /* no arg, 1 result */
@@ -338,6 +337,7 @@ void copy_pdf_literal(pointer r, pointer p)
}
}
+@ @c
void copy_late_lua(pointer r, pointer p)
{
late_lua_type(r) = late_lua_type(p);
@@ -352,6 +352,15 @@ void copy_late_lua(pointer r, pointer p)
}
}
+@ @c
+void copy_user_lua(pointer r, pointer p)
+{
+ if (user_node_value(p) != 0) {
+ lua_rawgeti(Luas, LUA_REGISTRYINDEX, user_node_value(p));
+ user_node_value(r) = luaL_ref(Luas, LUA_REGISTRYINDEX);
+ }
+}
+
@ @c
void free_pdf_literal(pointer p)
@@ -375,6 +384,15 @@ void free_late_lua(pointer p)
}
@ @c
+void free_user_lua(pointer p)
+{
+ if (user_node_value(p) != 0) {
+ luaL_unref(Luas, LUA_REGISTRYINDEX, user_node_value(p));
+ }
+}
+
+
+@ @c
void show_pdf_literal(pointer p)
{
tprint_esc("pdfliteral");
diff --git a/Build/source/texk/web2c/luatexdir/lua/luastuff.w b/Build/source/texk/web2c/luatexdir/lua/luastuff.w
index e9942881baf..b8df4a79cb4 100644
--- a/Build/source/texk/web2c/luatexdir/lua/luastuff.w
+++ b/Build/source/texk/web2c/luatexdir/lua/luastuff.w
@@ -19,7 +19,7 @@
@ @c
static const char _svn_version[] =
- "$Id: luastuff.w 4877 2014-03-14 01:26:05Z luigi $"
+ "$Id: luastuff.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/lua/luastuff.w $";
#include "ptexlib.h"
@@ -367,7 +367,7 @@ void unhide_lua_value(lua_State * L, const char *name, const char *item, int r)
@ @c
int lua_traceback(lua_State * L)
-{
+{
lua_getglobal(L, "debug");
if (!lua_istable(L, -1)) {
lua_pop(L, 1);
@@ -398,16 +398,30 @@ static void luacall(int p, int nameptr, boolean is_string) /* hh-ls: optimized l
}
lua_active++;
if (is_string) {
- const char *ss = NULL;
- lua_rawgeti(Luas, LUA_REGISTRYINDEX, p);
- ss = lua_tolstring(Luas, -1, &ll);
- s = xmalloc(ll+1);
- memcpy(s,ss,ll+1);
- lua_pop(Luas,1);
+ const char *ss = NULL;
+ lua_rawgeti(Luas, LUA_REGISTRYINDEX, p);
+ if (lua_isfunction(Luas,-1)) {
+ int base = lua_gettop(Luas); /* function index */
+ lua_checkstack(Luas, 1);
+ lua_pushcfunction(Luas, lua_traceback); /* push traceback function */
+ lua_insert(Luas, base); /* put it under chunk */
+ i = lua_pcall(Luas, 0, 0, base);
+ lua_remove(Luas, base); /* remove traceback function */
+ if (i != 0) {
+ lua_gc(Luas, LUA_GCCOLLECT, 0);
+ Luas = luatex_error(Luas, (i == LUA_ERRRUN ? 0 : 1));
+ }
+ lua_active--;
+ return ;
+ }
+ ss = lua_tolstring(Luas, -1, &ll);
+ s = xmalloc(ll+1);
+ memcpy(s,ss,ll+1);
+ lua_pop(Luas,1);
} else {
- int l = 0;
- s = tokenlist_to_cstring(p, 1, &l);
- ll = (size_t)l;
+ int l = 0;
+ s = tokenlist_to_cstring(p, 1, &l);
+ ll = (size_t)l;
}
ls.s = s;
ls.size = ll;
@@ -421,12 +435,11 @@ static void luacall(int p, int nameptr, boolean is_string) /* hh-ls: optimized l
lua_id = get_lua_name((nameptr + 65536));
if (lua_id != NULL) {
i = lua_load(Luas, getS, &ls, lua_id, NULL);
- xfree(lua_id);
} else {
- i = lua_load(Luas, getS, &ls, "\\latelua ", NULL);
+ i = lua_load(Luas, getS, &ls, "=[\\latelua]", NULL);
}
} else {
- i = lua_load(Luas, getS, &ls, "\\latelua ", NULL);
+ i = lua_load(Luas, getS, &ls, "=[\\latelua]", NULL);
}
if (i != 0) {
Luas = luatex_error(Luas, (i == LUA_ERRSYNTAX ? 0 : 1));
@@ -447,6 +460,8 @@ static void luacall(int p, int nameptr, boolean is_string) /* hh-ls: optimized l
lua_active--;
}
+
+
@ @c
void late_lua(PDF pdf, halfword p)
{
@@ -477,17 +492,16 @@ void luatokencall(int p, int nameptr) /* hh-ls: optimized lua_id resolving */
if (nameptr > 0) {
lua_id = tokenlist_to_cstring(nameptr, 1, &l);
i = lua_load(Luas, getS, &ls, lua_id, NULL);
- xfree(lua_id);
+ xfree(lua_id);
} else if (nameptr < 0) {
lua_id = get_lua_name((nameptr + 65536));
if (lua_id != NULL) {
i = lua_load(Luas, getS, &ls, lua_id, NULL);
- xfree(lua_id);
} else {
- i = lua_load(Luas, getS, &ls, "\\directlua ", NULL);
+ i = lua_load(Luas, getS, &ls, "=[\\directlua]", NULL);
}
} else {
- i = lua_load(Luas, getS, &ls, "\\directlua ", NULL);
+ i = lua_load(Luas, getS, &ls, "=[\\directlua]", NULL);
}
xfree(s);
if (i != 0) {
@@ -518,6 +532,7 @@ lua_State *luatex_error(lua_State * L, int is_fatal)
luaerr.s = lua_tolstring(L, -1, &luaerr.l);
err = (char *) xmalloc((unsigned) (luaerr.l + 1));
snprintf(err, (luaerr.l + 1), "%s", luaerr.s);
+ last_lua_error = err;
}
if (is_fatal > 0) {
/* Normally a memory error from lua.
@@ -530,7 +545,7 @@ lua_State *luatex_error(lua_State * L, int is_fatal)
return (lua_State *) NULL;
} else {
lua_norm_error(err);
- xfree(err);
+ /* last_lua_error = err so no need to xfree(err) */
return L;
}
}
diff --git a/Build/source/texk/web2c/luatexdir/lua/luatex-api.h b/Build/source/texk/web2c/luatexdir/lua/luatex-api.h
index 3fe463d8068..77792e94b4d 100644
--- a/Build/source/texk/web2c/luatexdir/lua/luatex-api.h
+++ b/Build/source/texk/web2c/luatexdir/lua/luatex-api.h
@@ -17,7 +17,7 @@
You should have received a copy of the GNU General Public License along
with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
-/* $Id: luatex-api.h 4877 2014-03-14 01:26:05Z luigi $ */
+/* $Id: luatex-api.h 4956 2014-03-28 12:12:17Z luigi $ */
#ifndef LUATEX_API_H
# define LUATEX_API_H 1
@@ -137,9 +137,9 @@ extern char *jithash_hashname ;
#ifdef LuajitTeX
#define LUAJITTEX_HASHCHARS 6 /* todo: It must be like that one on lj_str.c */
-#else
+#else
#define LUATEX_HASHCHARS 6 /* todo: It must be LUAI_HASHLIMIT! */
-#endif
+#endif
extern unsigned char show_luahashchars ;
extern void unhide_lua_table(lua_State * lua, const char *name, int r);
@@ -169,6 +169,9 @@ extern int saved_callback_count;
extern const char *ptexbanner;
+extern const char *last_lua_error;
+
+
/* luastuff.h */
typedef struct {
@@ -210,6 +213,7 @@ extern int lua_traceback(lua_State * L);
extern int luainit;
+
extern char *luanames[];
extern int ff_get_ttc_index(char *ffname, char *psname); /* luafontloader/src/luafflib.c */
@@ -241,14 +245,14 @@ extern char **environ;
luaS_##a##_index = luaL_ref (Luas,LUA_REGISTRYINDEX); \
} while (0)
- /*#define init_luaS_index_s(a,b) do { */
+ /*#define init_luaS_index_s(a,b) do { */
#define init_lua_key_alias(a,b) do { \
lua_pushliteral(Luas,b); \
luaS_##a##_ptr = lua_tostring(Luas,-1); \
luaS_##a##_index = luaL_ref (Luas,LUA_REGISTRYINDEX); \
} while (0)
- /*#define make_luaS_index(a) */
+ /*#define make_luaS_index(a) */
#define make_lua_key(a) \
int luaS_##a##_index = 0; \
const char * luaS_##a##_ptr = NULL
@@ -262,26 +266,747 @@ extern char **environ;
#define lua_key(a) luaS_##a##_ptr
#define use_lua_key(a) \
extern int luaS_##a##_index ; \
- extern const char * luaS_##a##_ptr
+ extern const char * luaS_##a##_ptr
#define lua_key_rawgeti(a) \
lua_rawgeti(L, LUA_REGISTRYINDEX, luaS_##a##_index);\
lua_rawget(L, -2)
+#define lua_key_rawgeti_n(a,n) \
+ lua_rawgeti(L, LUA_REGISTRYINDEX, luaS_##a##_index);\
+ lua_rawget(L, -1+n)
#define lua_roundnumber(a,b) (int)floor((double)lua_tonumber(L,-1)+0.5)
extern int lua_numeric_field_by_index(lua_State *, int , int);
-
+
+
+
+/* Currently we sometimes use numbers and sometimes strings in node properties. We can
+make that consistent by having a check on number and if not then assign a string. The
+strings are prehashed and we make a bunch of lua tables that have these values. We can
+preassign these at startup time. */
+
+/* no need for L state argument */
+
+#define PACK_TYPE_SIZE 4
+#define GROUP_CODE_SIZE 23
+#define MATH_STYLE_NAME_SIZE 8
+#define DIR_PAR_SIZE 128
+#define DIR_TEXT_SIZE 128
+
+extern int l_pack_type_index [PACK_TYPE_SIZE] ;
+extern int l_group_code_index [GROUP_CODE_SIZE];
+extern int l_math_style_name_index [MATH_STYLE_NAME_SIZE];
+extern int l_dir_par_index [DIR_PAR_SIZE];
+extern int l_dir_text_index [DIR_TEXT_SIZE];
+
+#define lua_push_pack_type(L,pack_type) lua_rawgeti(L, LUA_REGISTRYINDEX, l_pack_type_index [pack_type] );
+#define lua_push_group_code(L,group_code) lua_rawgeti(L, LUA_REGISTRYINDEX, l_group_code_index [group_code]);
+#define lua_push_math_style_name(L,style_name) lua_rawgeti(L, LUA_REGISTRYINDEX, l_math_style_name_index[style_name]);
+#define lua_push_dir_par(L,dir) lua_rawgeti(L, LUA_REGISTRYINDEX, l_dir_par_index[dir+64])
+#define lua_push_dir_text(L,dir) lua_rawgeti(L, LUA_REGISTRYINDEX, l_dir_text_index[dir+64])
+
+
+#define lua_push_string_by_index(L,index) lua_rawgeti(L, LUA_REGISTRYINDEX, index)
+#define lua_push_string_by_name(L,index) lua_rawgeti(L, LUA_REGISTRYINDEX, lua_key_index(index))
+
+
+#define set_pack_type_index \
+l_pack_type_index[0] = lua_key_index(exactly); \
+l_pack_type_index[1] = lua_key_index(additional); \
+l_pack_type_index[2] = lua_key_index(cal_expand_ratio);\
+l_pack_type_index[3] = lua_key_index(subst_ex_font);
+
+#define set_l_group_code_index \
+l_group_code_index[0] = lua_key_index(empty_string);\
+l_group_code_index[1] = lua_key_index(simple);\
+l_group_code_index[2] = lua_key_index(hbox);\
+l_group_code_index[3] = lua_key_index(adjusted_hbox);\
+l_group_code_index[4] = lua_key_index(vbox);\
+l_group_code_index[5] = lua_key_index(vtop);\
+l_group_code_index[6] = lua_key_index(align);\
+l_group_code_index[7] = lua_key_index(no_align);\
+l_group_code_index[8] = lua_key_index(output);\
+l_group_code_index[9] = lua_key_index(math);\
+l_group_code_index[10] = lua_key_index(disc);\
+l_group_code_index[11] = lua_key_index(insert);\
+l_group_code_index[12] = lua_key_index(vcenter);\
+l_group_code_index[13] = lua_key_index(math_choice);\
+l_group_code_index[14] = lua_key_index(semi_simple);\
+l_group_code_index[15] = lua_key_index(math_shift);\
+l_group_code_index[16] = lua_key_index(math_left);\
+l_group_code_index[17] = lua_key_index(local_box);\
+l_group_code_index[18] = lua_key_index(split_off);\
+l_group_code_index[19] = lua_key_index(split_keep);\
+l_group_code_index[20] = lua_key_index(preamble);\
+l_group_code_index[21] = lua_key_index(align_set);\
+l_group_code_index[22] = lua_key_index(fin_row)
+
+#define set_l_math_style_name_index \
+l_math_style_name_index[0] = lua_key_index(display);\
+l_math_style_name_index[1] = lua_key_index(crampeddisplay);\
+l_math_style_name_index[2] = lua_key_index(text);\
+l_math_style_name_index[3] = lua_key_index(crampedtext);\
+l_math_style_name_index[4] = lua_key_index(script);\
+l_math_style_name_index[5] = lua_key_index(crampedscript);\
+l_math_style_name_index[6] = lua_key_index(scriptscript);\
+l_math_style_name_index[7] = lua_key_index(crampedscriptscript)
+
+#define set_l_dir_par_index \
+l_dir_par_index[0] = lua_key_index(TLT);\
+l_dir_par_index[4] = lua_key_index(TRT);\
+l_dir_par_index[9] = lua_key_index(LTL);\
+l_dir_par_index[24] = lua_key_index(RTT);\
+l_dir_par_index[64] = lua_key_index(TLT);\
+l_dir_par_index[68] = lua_key_index(TRT);\
+l_dir_par_index[73] = lua_key_index(LTL);\
+l_dir_par_index[88] = lua_key_index(RTT);\
+
+#define set_l_dir_text_index \
+l_dir_text_index[0] = lua_key_index(mTLT);\
+l_dir_text_index[4] = lua_key_index(mTRT);\
+l_dir_text_index[9] = lua_key_index(mLTL);\
+l_dir_text_index[24] = lua_key_index(mRTT);\
+l_dir_text_index[64] = lua_key_index(pTLT);\
+l_dir_text_index[68] = lua_key_index(pTRT);\
+l_dir_text_index[73] = lua_key_index(pLTL);\
+l_dir_text_index[88] = lua_key_index(pRTT);\
+
+
+#define set_make_keys \
+make_lua_key(LTL);\
+make_lua_key(MathConstants);\
+make_lua_key(RTT);\
+make_lua_key(TLT);\
+make_lua_key(TRT);\
+make_lua_key(accent);\
+make_lua_key(action);\
+make_lua_key(action_id);\
+make_lua_key(action_type);\
+make_lua_key(additional);\
+make_lua_key(adjust);\
+make_lua_key(adjust_head);\
+make_lua_key(adjusted_hbox);\
+make_lua_key(advance);\
+make_lua_key(after_display);\
+make_lua_key(after_output);\
+make_lua_key(aleph);\
+make_lua_key(align);\
+make_lua_key(align_head);\
+make_lua_key(align_set);\
+make_lua_key(alignment);\
+make_lua_key(annot);\
+make_lua_key(area);\
+make_lua_key(attr);\
+make_lua_key(attributes);\
+make_lua_key(auto_expand);\
+make_lua_key(before_display);\
+make_lua_key(best_ins_ptr);\
+make_lua_key(best_page_break);\
+make_lua_key(best_size);\
+make_lua_key(bot);\
+make_lua_key(bot_accent);\
+make_lua_key(bottom_left);\
+make_lua_key(bottom_right);\
+make_lua_key(box);\
+make_lua_key(box_left);\
+make_lua_key(box_left_width);\
+make_lua_key(box_right);\
+make_lua_key(box_right_width);\
+make_lua_key(broken_ins);\
+make_lua_key(broken_ptr);\
+make_lua_key(cache);\
+make_lua_key(cal_expand_ratio);\
+make_lua_key(catalog);\
+make_lua_key(char);\
+make_lua_key(characters);\
+make_lua_key(checksum);\
+make_lua_key(cidinfo);\
+make_lua_key(class);\
+make_lua_key(command);\
+make_lua_key(commands);\
+make_lua_key(comment);\
+make_lua_key(components);\
+make_lua_key(compresslevel);\
+make_lua_key(contrib_head);\
+make_lua_key(core);\
+make_lua_key(cost);\
+make_lua_key(count);\
+make_lua_key(crampeddisplay);\
+make_lua_key(crampedscript);\
+make_lua_key(crampedscriptscript);\
+make_lua_key(crampedtext);\
+make_lua_key(data);\
+make_lua_key(degree);\
+make_lua_key(delim);\
+make_lua_key(delimptr);\
+make_lua_key(denom);\
+make_lua_key(depth);\
+make_lua_key(designsize);\
+make_lua_key(dest_id);\
+make_lua_key(dest_type);\
+make_lua_key(dir);\
+make_lua_key(dir_h);\
+make_lua_key(direct);\
+make_lua_key(direction);\
+make_lua_key(dirs);\
+make_lua_key(disc);\
+make_lua_key(display);\
+make_lua_key(down);\
+make_lua_key(dvi_ptr);\
+make_lua_key(embedding);\
+make_lua_key(empty_string);\
+make_lua_key(encodingbytes);\
+make_lua_key(encodingname);\
+make_lua_key(end);\
+make_lua_key(etex);\
+make_lua_key(exactly);\
+make_lua_key(expansion_factor);\
+make_lua_key(ext);\
+make_lua_key(extend);\
+make_lua_key(extender);\
+make_lua_key(extensible);\
+make_lua_key(extra_space);\
+make_lua_key(fam);\
+make_lua_key(fast);\
+make_lua_key(file);\
+make_lua_key(filename);\
+make_lua_key(fin_row);\
+make_lua_key(font);\
+make_lua_key(fonts);\
+make_lua_key(format);\
+make_lua_key(fullname);\
+make_lua_key(global);\
+make_lua_key(glue_order);\
+make_lua_key(glue_set);\
+make_lua_key(glue_sign);\
+make_lua_key(glyph);\
+make_lua_key(h);\
+make_lua_key(hbox);\
+make_lua_key(head);\
+make_lua_key(height);\
+make_lua_key(hmode_par);\
+make_lua_key(hold_head);\
+make_lua_key(horiz_variants);\
+make_lua_key(hyphenchar);\
+make_lua_key(id);\
+make_lua_key(image);\
+make_lua_key(immediate);\
+make_lua_key(index);\
+make_lua_key(info);\
+make_lua_key(insert);\
+make_lua_key(italic);\
+make_lua_key(kern);\
+make_lua_key(kerns);\
+make_lua_key(lang);\
+make_lua_key(large_char);\
+make_lua_key(large_fam);\
+make_lua_key(last_ins_ptr);\
+make_lua_key(leader);\
+make_lua_key(least_page_cost);\
+make_lua_key(left);\
+make_lua_key(left_boundary);\
+make_lua_key(left_protruding);\
+make_lua_key(level);\
+make_lua_key(ligatures);\
+make_lua_key(link_attr);\
+make_lua_key(list);\
+make_lua_key(local_box);\
+make_lua_key(log);\
+make_lua_key(lua);\
+make_lua_key(lua_functions);\
+make_lua_key(luatex);\
+make_lua_key(luatex_node);\
+make_lua_key(mLTL);\
+make_lua_key(mRTT);\
+make_lua_key(mTLT);\
+make_lua_key(mTRT);\
+make_lua_key(mark);\
+make_lua_key(math);\
+make_lua_key(math_choice);\
+make_lua_key(math_left);\
+make_lua_key(math_shift);\
+make_lua_key(mathdir);\
+make_lua_key(mathkern);\
+make_lua_key(mathstyle);\
+make_lua_key(mid);\
+make_lua_key(mode);\
+make_lua_key(modeline);\
+make_lua_key(name);\
+make_lua_key(named_id);\
+make_lua_key(names);\
+make_lua_key(new_graf);\
+make_lua_key(new_window);\
+make_lua_key(next);\
+make_lua_key(no);\
+make_lua_key(no_align);\
+make_lua_key(noad);\
+make_lua_key(node);\
+make_lua_key(node_properties);\
+make_lua_key(node_properties_indirect);\
+make_lua_key(nomath);\
+make_lua_key(nop);\
+make_lua_key(nucleus);\
+make_lua_key(num);\
+make_lua_key(number);\
+make_lua_key(objcompression);\
+make_lua_key(objnum);\
+make_lua_key(omega);\
+make_lua_key(ordering);\
+make_lua_key(output);\
+make_lua_key(pLTL);\
+make_lua_key(pRTT);\
+make_lua_key(pTLT);\
+make_lua_key(pTRT);\
+make_lua_key(page);\
+make_lua_key(page_head);\
+make_lua_key(page_ins_head);\
+make_lua_key(pageattributes);\
+make_lua_key(pageresources);\
+make_lua_key(pagesattributes);\
+make_lua_key(parameters);\
+make_lua_key(pdf_data);\
+make_lua_key(pdftex);\
+make_lua_key(pen_broken);\
+make_lua_key(pen_inter);\
+make_lua_key(penalty);\
+make_lua_key(pop);\
+make_lua_key(post);\
+make_lua_key(pre);\
+make_lua_key(pre_adjust);\
+make_lua_key(pre_adjust_head);\
+make_lua_key(pre_align);\
+make_lua_key(pre_box);\
+make_lua_key(preamble);\
+make_lua_key(prev);\
+make_lua_key(prevdepth);\
+make_lua_key(prevgraf);\
+make_lua_key(psname);\
+make_lua_key(ptr);\
+make_lua_key(push);\
+make_lua_key(quad);\
+make_lua_key(raw);\
+make_lua_key(ref_count);\
+make_lua_key(reg);\
+make_lua_key(registry);\
+make_lua_key(renew);\
+make_lua_key(rep);\
+make_lua_key(replace);\
+make_lua_key(right);\
+make_lua_key(right_boundary);\
+make_lua_key(right_protruding);\
+make_lua_key(rule);\
+make_lua_key(scale);\
+make_lua_key(script);\
+make_lua_key(scriptscript);\
+make_lua_key(semi_simple);\
+make_lua_key(shift);\
+make_lua_key(shrink);\
+make_lua_key(shrink_order);\
+make_lua_key(simple);\
+make_lua_key(size);\
+make_lua_key(skewchar);\
+make_lua_key(slant);\
+make_lua_key(slot);\
+make_lua_key(small_char);\
+make_lua_key(small_fam);\
+make_lua_key(space);\
+make_lua_key(space_shrink);\
+make_lua_key(space_stretch);\
+make_lua_key(spacefactor);\
+make_lua_key(spec);\
+make_lua_key(special);\
+make_lua_key(split_keep);\
+make_lua_key(split_off);\
+make_lua_key(stack);\
+make_lua_key(start);\
+make_lua_key(step);\
+make_lua_key(stream);\
+make_lua_key(streamfile);\
+make_lua_key(stretch);\
+make_lua_key(stretch_order);\
+make_lua_key(string);\
+make_lua_key(style);\
+make_lua_key(sub);\
+make_lua_key(subst_ex_font);\
+make_lua_key(subtype);\
+make_lua_key(sup);\
+make_lua_key(supplement);\
+make_lua_key(surround);\
+make_lua_key(tail);\
+make_lua_key(temp_head);\
+make_lua_key(term);\
+make_lua_key(term_and_log);\
+make_lua_key(tex);\
+make_lua_key(text);\
+make_lua_key(thread_attr);\
+make_lua_key(thread_id);\
+make_lua_key(top);\
+make_lua_key(top_accent);\
+make_lua_key(top_left);\
+make_lua_key(top_right);\
+make_lua_key(tounicode);\
+make_lua_key(trailer);\
+make_lua_key(transform);\
+make_lua_key(type);\
+make_lua_key(uchyph);\
+make_lua_key(umath);\
+make_lua_key(units_per_em);\
+make_lua_key(used);\
+make_lua_key(user_id);\
+make_lua_key(v);\
+make_lua_key(value);\
+make_lua_key(vbox);\
+make_lua_key(vcenter);\
+make_lua_key(version);\
+make_lua_key(vert_variants);\
+make_lua_key(vmode_par);\
+make_lua_key(vtop);\
+make_lua_key(width);\
+make_lua_key(writable);\
+make_lua_key(x_height);\
+make_lua_key(xoffset);\
+make_lua_key(xyz_zoom);\
+make_lua_key(yoffset)
+
+
+ #define set_init_keys \
+init_lua_key(LTL);\
+init_lua_key(MathConstants);\
+init_lua_key(RTT);\
+init_lua_key(TLT);\
+init_lua_key(TRT);\
+init_lua_key(accent);\
+init_lua_key(action);\
+init_lua_key(action_id);\
+init_lua_key(action_type);\
+init_lua_key(additional);\
+init_lua_key(adjust);\
+init_lua_key(adjust_head);\
+init_lua_key(adjusted_hbox);\
+init_lua_key(advance);\
+init_lua_key(after_display);\
+init_lua_key(after_output);\
+init_lua_key(aleph);\
+init_lua_key(align);\
+init_lua_key(align_head);\
+init_lua_key(align_set);\
+init_lua_key(alignment);\
+init_lua_key(annot);\
+init_lua_key(area);\
+init_lua_key(attr);\
+init_lua_key(attributes);\
+init_lua_key(auto_expand);\
+init_lua_key(before_display);\
+init_lua_key(best_ins_ptr);\
+init_lua_key(best_page_break);\
+init_lua_key(best_size);\
+init_lua_key(bot);\
+init_lua_key(bot_accent);\
+init_lua_key(bottom_left);\
+init_lua_key(bottom_right);\
+init_lua_key(box);\
+init_lua_key(box_left);\
+init_lua_key(box_left_width);\
+init_lua_key(box_right);\
+init_lua_key(box_right_width);\
+init_lua_key(broken_ins);\
+init_lua_key(broken_ptr);\
+init_lua_key(cache);\
+init_lua_key(cal_expand_ratio);\
+init_lua_key(catalog);\
+init_lua_key(char);\
+init_lua_key(characters);\
+init_lua_key(checksum);\
+init_lua_key(cidinfo);\
+init_lua_key(class);\
+init_lua_key(command);\
+init_lua_key(commands);\
+init_lua_key(comment);\
+init_lua_key(components);\
+init_lua_key(compresslevel);\
+init_lua_key(contrib_head);\
+init_lua_key(core);\
+init_lua_key(cost);\
+init_lua_key(count);\
+init_lua_key(crampeddisplay);\
+init_lua_key(crampedscript);\
+init_lua_key(crampedscriptscript);\
+init_lua_key(crampedtext);\
+init_lua_key(data);\
+init_lua_key(degree);\
+init_lua_key(delim);\
+init_lua_key(delimptr);\
+init_lua_key(denom);\
+init_lua_key(depth);\
+init_lua_key(designsize);\
+init_lua_key(dest_id);\
+init_lua_key(dest_type);\
+init_lua_key(dir);\
+init_lua_key(dir_h);\
+init_lua_key(direct);\
+init_lua_key(direction);\
+init_lua_key(dirs);\
+init_lua_key(disc);\
+init_lua_key(display);\
+init_lua_key(down);\
+init_lua_key(dvi_ptr);\
+init_lua_key(embedding);\
+init_lua_key(encodingbytes);\
+init_lua_key(encodingname);\
+init_lua_key(end);\
+init_lua_key(etex);\
+init_lua_key(exactly);\
+init_lua_key(expansion_factor);\
+init_lua_key(ext);\
+init_lua_key(extend);\
+init_lua_key(extender);\
+init_lua_key(extensible);\
+init_lua_key(extra_space);\
+init_lua_key(fam);\
+init_lua_key(fast);\
+init_lua_key(file);\
+init_lua_key(filename);\
+init_lua_key(fin_row);\
+init_lua_key(font);\
+init_lua_key(fonts);\
+init_lua_key(format);\
+init_lua_key(fullname);\
+init_lua_key(global);\
+init_lua_key(glue_order);\
+init_lua_key(glue_set);\
+init_lua_key(glue_sign);\
+init_lua_key(glyph);\
+init_lua_key(h);\
+init_lua_key(hbox);\
+init_lua_key(head);\
+init_lua_key(height);\
+init_lua_key(hmode_par);\
+init_lua_key(hold_head);\
+init_lua_key(horiz_variants);\
+init_lua_key(hyphenchar);\
+init_lua_key(id);\
+init_lua_key(image);\
+init_lua_key(immediate);\
+init_lua_key(index);\
+init_lua_key(info);\
+init_lua_key(insert);\
+init_lua_key(italic);\
+init_lua_key(kern);\
+init_lua_key(kerns);\
+init_lua_key(lang);\
+init_lua_key(large_char);\
+init_lua_key(large_fam);\
+init_lua_key(last_ins_ptr);\
+init_lua_key(leader);\
+init_lua_key(least_page_cost);\
+init_lua_key(left);\
+init_lua_key(left_boundary);\
+init_lua_key(left_protruding);\
+init_lua_key(level);\
+init_lua_key(ligatures);\
+init_lua_key(link_attr);\
+init_lua_key(list);\
+init_lua_key(local_box);\
+init_lua_key(log);\
+init_lua_key(lua);\
+init_lua_key(luatex);\
+init_lua_key(mark);\
+init_lua_key(math);\
+init_lua_key(math_choice);\
+init_lua_key(math_left);\
+init_lua_key(math_shift);\
+init_lua_key(mathdir);\
+init_lua_key(mathkern);\
+init_lua_key(mathstyle);\
+init_lua_key(mid);\
+init_lua_key(mode);\
+init_lua_key(modeline);\
+init_lua_key(name);\
+init_lua_key(named_id);\
+init_lua_key(names);\
+init_lua_key(new_graf);\
+init_lua_key(new_window);\
+init_lua_key(next);\
+init_lua_key(no);\
+init_lua_key(no_align);\
+init_lua_key(noad);\
+init_lua_key(node);\
+init_lua_key(nomath);\
+init_lua_key(nop);\
+init_lua_key(nucleus);\
+init_lua_key(num);\
+init_lua_key(number);\
+init_lua_key(objcompression);\
+init_lua_key(objnum);\
+init_lua_key(omega);\
+init_lua_key(ordering);\
+init_lua_key(output);\
+init_lua_key(page);\
+init_lua_key(page_head);\
+init_lua_key(page_ins_head);\
+init_lua_key(pageattributes);\
+init_lua_key(pageresources);\
+init_lua_key(pagesattributes);\
+init_lua_key(parameters);\
+init_lua_key(pdftex);\
+init_lua_key(pen_broken);\
+init_lua_key(pen_inter);\
+init_lua_key(penalty);\
+init_lua_key(pop);\
+init_lua_key(post);\
+init_lua_key(pre);\
+init_lua_key(pre_adjust);\
+init_lua_key(pre_adjust_head);\
+init_lua_key(pre_align);\
+init_lua_key(pre_box);\
+init_lua_key(preamble);\
+init_lua_key(prev);\
+init_lua_key(prevdepth);\
+init_lua_key(prevgraf);\
+init_lua_key(psname);\
+init_lua_key(ptr);\
+init_lua_key(push);\
+init_lua_key(quad);\
+init_lua_key(raw);\
+init_lua_key(ref_count);\
+init_lua_key(reg);\
+init_lua_key(registry);\
+init_lua_key(renew);\
+init_lua_key(rep);\
+init_lua_key(replace);\
+init_lua_key(right);\
+init_lua_key(right_boundary);\
+init_lua_key(right_protruding);\
+init_lua_key(rule);\
+init_lua_key(scale);\
+init_lua_key(script);\
+init_lua_key(scriptscript);\
+init_lua_key(semi_simple);\
+init_lua_key(shift);\
+init_lua_key(shrink);\
+init_lua_key(shrink_order);\
+init_lua_key(simple);\
+init_lua_key(size);\
+init_lua_key(skewchar);\
+init_lua_key(slant);\
+init_lua_key(slot);\
+init_lua_key(small_char);\
+init_lua_key(small_fam);\
+init_lua_key(space);\
+init_lua_key(space_shrink);\
+init_lua_key(space_stretch);\
+init_lua_key(spacefactor);\
+init_lua_key(spec);\
+init_lua_key(special);\
+init_lua_key(split_keep);\
+init_lua_key(split_off);\
+init_lua_key(stack);\
+init_lua_key(start);\
+init_lua_key(step);\
+init_lua_key(stream);\
+init_lua_key(streamfile);\
+init_lua_key(stretch);\
+init_lua_key(stretch_order);\
+init_lua_key(string);\
+init_lua_key(style);\
+init_lua_key(sub);\
+init_lua_key(subst_ex_font);\
+init_lua_key(subtype);\
+init_lua_key(sup);\
+init_lua_key(supplement);\
+init_lua_key(surround);\
+init_lua_key(tail);\
+init_lua_key(temp_head);\
+init_lua_key(term);\
+init_lua_key(tex);\
+init_lua_key(text);\
+init_lua_key(thread_attr);\
+init_lua_key(thread_id);\
+init_lua_key(top);\
+init_lua_key(top_accent);\
+init_lua_key(top_left);\
+init_lua_key(top_right);\
+init_lua_key(tounicode);\
+init_lua_key(trailer);\
+init_lua_key(transform);\
+init_lua_key(type);\
+init_lua_key(uchyph);\
+init_lua_key(umath);\
+init_lua_key(units_per_em);\
+init_lua_key(used);\
+init_lua_key(user_id);\
+init_lua_key(v);\
+init_lua_key(value);\
+init_lua_key(vbox);\
+init_lua_key(vcenter);\
+init_lua_key(version);\
+init_lua_key(vert_variants);\
+init_lua_key(vmode_par);\
+init_lua_key(vtop);\
+init_lua_key(width);\
+init_lua_key(writable);\
+init_lua_key(x_height);\
+init_lua_key(xoffset);\
+init_lua_key(xyz_zoom);\
+init_lua_key(yoffset);\
+init_lua_key_alias(empty_string,"");\
+init_lua_key_alias(lua_functions,"lua.functions");\
+init_lua_key_alias(luatex_node, "luatex.node");\
+init_lua_key_alias(mLTL,"-LTL");\
+init_lua_key_alias(mRTT,"-RTT");\
+init_lua_key_alias(mTLT,"-TLT");\
+init_lua_key_alias(mTRT,"-TRT");\
+init_lua_key_alias(node_properties,"node.properties");\
+init_lua_key_alias(node_properties_indirect,"node.properties.indirect");\
+init_lua_key_alias(pLTL,"+LTL");\
+init_lua_key_alias(pRTT,"+RTT");\
+init_lua_key_alias(pTLT,"+TLT");\
+init_lua_key_alias(pTRT,"+TRT");\
+init_lua_key_alias(pdf_data,"pdf.data");\
+init_lua_key_alias(term_and_log,"term and log")
+
+
+#define assign_math_style(L,n,target) do { \
+ if (lua_isnumber(L,n)) { \
+ /* new, often same as subtype anyway */ \
+ target = lua_tonumber(L,n); \
+ } else if (lua_isstring(L,n)) { \
+ const char *s = lua_tostring(L, n); \
+ if (lua_key_eq(s,display)) { \
+ target = 0; \
+ } else if (lua_key_eq(s,crampeddisplay)) { \
+ target = 1; \
+ } else if (lua_key_eq(s,text)) { \
+ target = 2; \
+ } else if (lua_key_eq(s,crampedtext)) { \
+ target = 3; \
+ } else if (lua_key_eq(s,script)) { \
+ target = 4; \
+ } else if (lua_key_eq(s,crampedscript)) { \
+ target = 5; \
+ } else if (lua_key_eq(s,scriptscript)) { \
+ target = 6; \
+ } else if (lua_key_eq(s,crampedscriptscript)) { \
+ target = 7; \
+ } else { \
+ target = 2; \
+ } \
+ } else { \
+ target = 2; /* text by default */ \
+ } \
+} while(0)
+
#endif /* LUATEX_API_H */
-/* */
+/* */
/* These keys have to available to different files */
-/* */
+/* */
use_lua_key(LTL);
@@ -294,14 +1019,23 @@ use_lua_key(action);
use_lua_key(action_id);
use_lua_key(action_type);
use_lua_key(additional);
+use_lua_key(adjust);
use_lua_key(adjust_head);
+use_lua_key(adjusted_hbox);
use_lua_key(advance);
+use_lua_key(after_display);
+use_lua_key(after_output);
use_lua_key(aleph);
+use_lua_key(align);
use_lua_key(align_head);
+use_lua_key(align_set);
+use_lua_key(alignment);
+use_lua_key(annot);
use_lua_key(area);
use_lua_key(attr);
use_lua_key(attributes);
use_lua_key(auto_expand);
+use_lua_key(before_display);
use_lua_key(best_ins_ptr);
use_lua_key(best_page_break);
use_lua_key(best_size);
@@ -309,6 +1043,7 @@ use_lua_key(bot);
use_lua_key(bot_accent);
use_lua_key(bottom_left);
use_lua_key(bottom_right);
+use_lua_key(box);
use_lua_key(box_left);
use_lua_key(box_left_width);
use_lua_key(box_right);
@@ -317,6 +1052,7 @@ use_lua_key(broken_ins);
use_lua_key(broken_ptr);
use_lua_key(cache);
use_lua_key(cal_expand_ratio);
+use_lua_key(catalog);
use_lua_key(char);
use_lua_key(characters);
use_lua_key(checksum);
@@ -326,10 +1062,15 @@ use_lua_key(command);
use_lua_key(commands);
use_lua_key(comment);
use_lua_key(components);
+use_lua_key(compresslevel);
use_lua_key(contrib_head);
use_lua_key(core);
use_lua_key(cost);
use_lua_key(count);
+use_lua_key(crampeddisplay);
+use_lua_key(crampedscript);
+use_lua_key(crampedscriptscript);
+use_lua_key(crampedtext);
use_lua_key(data);
use_lua_key(degree);
use_lua_key(delim);
@@ -341,12 +1082,15 @@ use_lua_key(dest_id);
use_lua_key(dest_type);
use_lua_key(dir);
use_lua_key(dir_h);
+use_lua_key(direct);
use_lua_key(direction);
use_lua_key(dirs);
+use_lua_key(disc);
use_lua_key(display);
use_lua_key(down);
use_lua_key(dvi_ptr);
use_lua_key(embedding);
+use_lua_key(empty_string);
use_lua_key(encodingbytes);
use_lua_key(encodingname);
use_lua_key(end);
@@ -362,6 +1106,7 @@ use_lua_key(fam);
use_lua_key(fast);
use_lua_key(file);
use_lua_key(filename);
+use_lua_key(fin_row);
use_lua_key(font);
use_lua_key(fonts);
use_lua_key(format);
@@ -371,14 +1116,20 @@ use_lua_key(glue_order);
use_lua_key(glue_set);
use_lua_key(glue_sign);
use_lua_key(glyph);
+use_lua_key(h);
+use_lua_key(hbox);
use_lua_key(head);
use_lua_key(height);
+use_lua_key(hmode_par);
use_lua_key(hold_head);
use_lua_key(horiz_variants);
use_lua_key(hyphenchar);
use_lua_key(id);
use_lua_key(image);
+use_lua_key(immediate);
use_lua_key(index);
+use_lua_key(info);
+use_lua_key(insert);
use_lua_key(italic);
use_lua_key(kern);
use_lua_key(kerns);
@@ -395,8 +1146,10 @@ use_lua_key(level);
use_lua_key(ligatures);
use_lua_key(link_attr);
use_lua_key(list);
+use_lua_key(local_box);
use_lua_key(log);
use_lua_key(lua);
+use_lua_key(lua_functions);
use_lua_key(luatex);
use_lua_key(luatex_node);
use_lua_key(mLTL);
@@ -404,6 +1157,10 @@ use_lua_key(mRTT);
use_lua_key(mTLT);
use_lua_key(mTRT);
use_lua_key(mark);
+use_lua_key(math);
+use_lua_key(math_choice);
+use_lua_key(math_left);
+use_lua_key(math_shift);
use_lua_key(mathdir);
use_lua_key(mathkern);
use_lua_key(mathstyle);
@@ -412,9 +1169,12 @@ use_lua_key(mode);
use_lua_key(modeline);
use_lua_key(name);
use_lua_key(named_id);
+use_lua_key(names);
+use_lua_key(new_graf);
use_lua_key(new_window);
use_lua_key(next);
use_lua_key(no);
+use_lua_key(no_align);
use_lua_key(noad);
use_lua_key(node);
use_lua_key(node_properties);
@@ -424,16 +1184,23 @@ use_lua_key(nop);
use_lua_key(nucleus);
use_lua_key(num);
use_lua_key(number);
+use_lua_key(objcompression);
use_lua_key(objnum);
use_lua_key(omega);
use_lua_key(ordering);
+use_lua_key(output);
use_lua_key(pLTL);
use_lua_key(pRTT);
use_lua_key(pTLT);
use_lua_key(pTRT);
+use_lua_key(page);
use_lua_key(page_head);
use_lua_key(page_ins_head);
+use_lua_key(pageattributes);
+use_lua_key(pageresources);
+use_lua_key(pagesattributes);
use_lua_key(parameters);
+use_lua_key(pdf_data);
use_lua_key(pdftex);
use_lua_key(pen_broken);
use_lua_key(pen_inter);
@@ -441,7 +1208,11 @@ use_lua_key(penalty);
use_lua_key(pop);
use_lua_key(post);
use_lua_key(pre);
+use_lua_key(pre_adjust);
use_lua_key(pre_adjust_head);
+use_lua_key(pre_align);
+use_lua_key(pre_box);
+use_lua_key(preamble);
use_lua_key(prev);
use_lua_key(prevdepth);
use_lua_key(prevgraf);
@@ -449,6 +1220,7 @@ use_lua_key(psname);
use_lua_key(ptr);
use_lua_key(push);
use_lua_key(quad);
+use_lua_key(raw);
use_lua_key(ref_count);
use_lua_key(reg);
use_lua_key(registry);
@@ -462,9 +1234,11 @@ use_lua_key(rule);
use_lua_key(scale);
use_lua_key(script);
use_lua_key(scriptscript);
+use_lua_key(semi_simple);
use_lua_key(shift);
use_lua_key(shrink);
use_lua_key(shrink_order);
+use_lua_key(simple);
use_lua_key(size);
use_lua_key(skewchar);
use_lua_key(slant);
@@ -477,10 +1251,13 @@ use_lua_key(space_stretch);
use_lua_key(spacefactor);
use_lua_key(spec);
use_lua_key(special);
+use_lua_key(split_keep);
+use_lua_key(split_off);
use_lua_key(stack);
use_lua_key(start);
use_lua_key(step);
use_lua_key(stream);
+use_lua_key(streamfile);
use_lua_key(stretch);
use_lua_key(stretch_order);
use_lua_key(string);
@@ -504,6 +1281,7 @@ use_lua_key(top_accent);
use_lua_key(top_left);
use_lua_key(top_right);
use_lua_key(tounicode);
+use_lua_key(trailer);
use_lua_key(transform);
use_lua_key(type);
use_lua_key(uchyph);
@@ -511,24 +1289,17 @@ use_lua_key(umath);
use_lua_key(units_per_em);
use_lua_key(used);
use_lua_key(user_id);
+use_lua_key(v);
use_lua_key(value);
+use_lua_key(vbox);
+use_lua_key(vcenter);
use_lua_key(version);
use_lua_key(vert_variants);
+use_lua_key(vmode_par);
+use_lua_key(vtop);
use_lua_key(width);
use_lua_key(writable);
use_lua_key(x_height);
use_lua_key(xoffset);
use_lua_key(xyz_zoom);
use_lua_key(yoffset);
-
-use_lua_key(immediate);
-use_lua_key(compresslevel);
-use_lua_key(objcompression);
-use_lua_key(direct);
-use_lua_key(page);
-use_lua_key(streamfile);
-use_lua_key(annot);
-use_lua_key(lua_functions);
-
-
-
diff --git a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
index 78ec29e3b34..ad371665df3 100644
--- a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
+++ b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
@@ -1 +1 @@
-#define luatex_svn_revision 4903
+#define luatex_svn_revision 4914
diff --git a/Build/source/texk/web2c/luatexdir/luatexcallbackids.h b/Build/source/texk/web2c/luatexdir/luatexcallbackids.h
index 8a8b3baa253..c05e4f6024e 100644
--- a/Build/source/texk/web2c/luatexdir/luatexcallbackids.h
+++ b/Build/source/texk/web2c/luatexdir/luatexcallbackids.h
@@ -17,7 +17,7 @@
You should have received a copy of the GNU General Public License along
with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
-/* $Id: luatexcallbackids.h 4877 2014-03-14 01:26:05Z luigi $ */
+/* $Id: luatexcallbackids.h 4956 2014-03-28 12:12:17Z luigi $ */
#ifndef LUATEXCALLBACKIDS_H
#define LUATEXCALLBACKIDS_H
@@ -60,6 +60,8 @@ typedef enum {
finish_pdffile_callback,
finish_pdfpage_callback,
pre_dump_callback,
+ start_file_callback, stop_file_callback,
+ show_error_message_callback,show_lua_error_hook_callback,
total_callbacks
} callback_callback_types;
@@ -94,5 +96,48 @@ extern char *get_lua_name(int i);
extern char *luatex_find_file(const char *s, int callback_index);
extern int readbinfile(FILE * f, unsigned char **b, int *s);
+#define filetype_unknown 0
+#define filetype_tex 1
+#define filetype_map 2
+#define filetype_image 3
+#define filetype_subset 4
+#define filetype_font 5
+
+static const char *const filetypes_left[] = { "?", "(", "{", "<", "<", "<<" } ;
+static const char *const filetypes_right[] = { "?", ")", "}", ">", ">", ">>" } ;
+
+#define report_start_file(left,name) do { \
+ if (tracefilenames) { \
+ int report_id = callback_defined(start_file_callback); \
+ if (report_id == 0) { \
+ if (left == 1) { \
+ /* we only do this for traditional name reporting, normally name is iname */ \
+ if (term_offset + strlen(name) > max_print_line - 2) \
+ print_ln(); \
+ else if ((term_offset > 0) || (file_offset > 0)) \
+ print_char(' '); \
+ tex_printf("%s", filetypes_left[left]); \
+ tprint_file_name(NULL, (unsigned char *) name, NULL); \
+ } else { \
+ tex_printf("%s", filetypes_left[left]); \
+ tex_printf("%s", (unsigned char *) name); \
+ } \
+ } else { \
+ /* (void) run_callback(report_id, "dS->",left,(unsigned char *) fullnameoffile); */ \
+ (void) run_callback(report_id, "dS->",left,name); \
+ } \
+ } \
+} while (0)
+
+#define report_stop_file(right) do { \
+ if (tracefilenames) { \
+ int report_id = callback_defined(stop_file_callback); \
+ if (report_id == 0) { \
+ tex_printf("%s", filetypes_right[right]); \
+ } else { \
+ (void) run_callback(report_id, "d->",right); \
+ } \
+ } \
+} while (0)
#endif
diff --git a/Build/source/texk/web2c/luatexdir/pdf/pdfdest.w b/Build/source/texk/web2c/luatexdir/pdf/pdfdest.w
index 7b0c7261713..fbb103add26 100644
--- a/Build/source/texk/web2c/luatexdir/pdf/pdfdest.w
+++ b/Build/source/texk/web2c/luatexdir/pdf/pdfdest.w
@@ -19,8 +19,8 @@
@ @c
static const char _svn_version[] =
- "$Id: pdfdest.w 4448 2012-06-21 15:07:03Z taco $"
- "$URL: https://foundry.supelec.fr/svn/luatex/branches/ex-glyph/source/texk/web2c/luatexdir/pdf/pdfdest.w $";
+ "$Id: pdfdest.w 4956 2014-03-28 12:12:17Z luigi $"
+ "$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/pdf/pdfdest.w $";
#include "ptexlib.h"
@@ -404,6 +404,7 @@ int output_name_tree(PDF pdf)
delete_token_ref(pdf_names_toks);
pdf_names_toks = null;
}
+ print_pdf_table_string(pdf, "names");
pdf_end_dict(pdf);
pdf_end_obj(pdf);
return m;
diff --git a/Build/source/texk/web2c/luatexdir/pdf/pdffont.w b/Build/source/texk/web2c/luatexdir/pdf/pdffont.w
index 967869b318c..20dba5e2fd5 100644
--- a/Build/source/texk/web2c/luatexdir/pdf/pdffont.w
+++ b/Build/source/texk/web2c/luatexdir/pdf/pdffont.w
@@ -21,7 +21,7 @@
@ @c
static const char _svn_version[] =
- "$Id: pdffont.w 4710 2014-01-02 13:26:55Z oneiros $"
+ "$Id: pdffont.w 4934 2014-03-26 08:17:27Z taco $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/pdf/pdffont.w $";
#include "ptexlib.h"
@@ -51,6 +51,10 @@ scaled_whd output_one_char(PDF pdf, halfword p)
int c = character(p);
int ex_glyph = ex_glyph(p)/1000;
ci = get_charinfo_whd(f, c);
+ if (!(char_exists(f,c))) {
+ char_warning(f,c);
+ return ci;
+ }
//ci.wd = round_xn_over_d(ci.wd, 1000 + ex_glyph, 1000);
ci.wd = ext_xn_over_d(ci.wd, 1000000 + ex_glyph(p), 1000000);
switch (pdf->posstruct->dir) {
diff --git a/Build/source/texk/web2c/luatexdir/pdf/pdfgen.h b/Build/source/texk/web2c/luatexdir/pdf/pdfgen.h
index 89fca3af9dd..9e2bee44f99 100644
--- a/Build/source/texk/web2c/luatexdir/pdf/pdfgen.h
+++ b/Build/source/texk/web2c/luatexdir/pdf/pdfgen.h
@@ -17,7 +17,7 @@
You should have received a copy of the GNU General Public License along
with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
-/* $Id: pdfgen.h 4679 2013-12-19 15:47:53Z luigi $ */
+/* $Id: pdfgen.h 4956 2014-03-28 12:12:17Z luigi $ */
#ifndef PDFGEN_H
# define PDFGEN_H
@@ -197,6 +197,7 @@ extern char *get_resname_prefix(PDF);
extern void pdf_begin_page(PDF pdf);
extern void pdf_end_page(PDF pdf);
extern void print_pdf_table_string(PDF pdf, const char *s);
+extern char *get_pdf_table_string(const char *s);
extern int get_pdf_table_bool(PDF, const char *, int);
extern void fix_o_mode(PDF pdf);
diff --git a/Build/source/texk/web2c/luatexdir/pdf/pdfgen.w b/Build/source/texk/web2c/luatexdir/pdf/pdfgen.w
index bfda9102e7b..7d6b74fd09c 100644
--- a/Build/source/texk/web2c/luatexdir/pdf/pdfgen.w
+++ b/Build/source/texk/web2c/luatexdir/pdf/pdfgen.w
@@ -19,7 +19,7 @@
@ @c
static const char _svn_version[] =
- "$Id: pdfgen.w 4877 2014-03-14 01:26:05Z luigi $"
+ "$Id: pdfgen.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/pdf/pdfgen.w $";
#include "ptexlib.h"
@@ -1884,9 +1884,10 @@ void print_pdf_table_string(PDF pdf, const char *s)
{
size_t len;
const char *ls;
- lua_getglobal(Luas, "pdf"); /* t ... */
+ lua_rawgeti(Luas, LUA_REGISTRYINDEX, lua_key_index(pdf_data));
+ lua_rawget(Luas, LUA_REGISTRYINDEX);
lua_pushstring(Luas, s); /* s t ... */
- lua_gettable(Luas, -2); /* s? t ... */
+ lua_rawget(Luas, -2); /* s? t ... */
if (lua_isstring(Luas, -1)) { /* s t ... */
ls = lua_tolstring(Luas, -1, &len);
if (len > 0) {
@@ -1900,6 +1901,23 @@ void print_pdf_table_string(PDF pdf, const char *s)
}
@ @c
+char *get_pdf_table_string(const char *s)
+{
+ const_lstring ls;
+ lua_rawgeti(Luas, LUA_REGISTRYINDEX, lua_key_index(pdf_data));
+ lua_rawget(Luas, LUA_REGISTRYINDEX);
+ lua_pushstring(Luas, s); /* s t ... */
+ lua_rawget(Luas, -2); /* s? t ... */
+ if (lua_isstring(Luas, -1)) { /* s t ... */
+ ls.s = lua_tolstring(Luas, -1, &ls.l);
+ lua_pop(Luas, 2); /* ... */
+ return (char *)ls.s;
+ }
+ lua_pop(Luas, 2); /* ... */
+ return NULL ;
+}
+
+@ @c
#define pdf_page_attr equiv(pdf_page_attr_loc)
#define pdf_page_resources equiv(pdf_page_resources_loc)
@@ -2247,6 +2265,7 @@ static int pdf_print_info(PDF pdf, int luatexversion,
boolean creator_given, producer_given, creationdate_given, moddate_given,
trapped_given;
char *s = NULL;
+ char *p = NULL;
int k, len = 0;
k = pdf_create_obj(pdf, obj_type_info, 0);
pdf_begin_obj(pdf, k, 3); /* keep Info readable unless explicitely forced */
@@ -2264,16 +2283,13 @@ static int pdf_print_info(PDF pdf, int luatexversion,
moddate_given = substr_of_str("/ModDate", s);
trapped_given = substr_of_str("/Trapped", s);
}
- if (!producer_given) {
- /* Print the Producer key */
- pdf_add_name(pdf, "Producer");
- pdf_puts(pdf, " (LuaTeX-");
- pdf_print_int(pdf, luatexversion / 100);
- pdf_out(pdf, '.');
- pdf_print_int(pdf, luatexversion % 100);
- pdf_out(pdf, '.');
- pdf_print(pdf, luatexrevision);
- pdf_out(pdf, ')');
+ p = get_pdf_table_string("info");
+ if (strlen(p) > 0) {
+ creator_given = creator_given || substr_of_str("/Creator", p);
+ producer_given = producer_given || substr_of_str("/Producer", p);
+ creationdate_given = creationdate_given || substr_of_str("/CreationDate", p);
+ moddate_given = moddate_given || substr_of_str("/ModDate", p);
+ trapped_given = trapped_given || substr_of_str("/Trapped", p);
}
if (pdf_info_toks != null) {
if (len > 0) {
@@ -2285,6 +2301,22 @@ static int pdf_print_info(PDF pdf, int luatexversion,
delete_token_ref(pdf_info_toks);
pdf_info_toks = null;
}
+ if (strlen(p) > 0) {
+ pdf_out(pdf, '\n');
+ pdf_puts(pdf, p); /* no free, pointer */
+ pdf_out(pdf, '\n');
+ }
+ if (!producer_given) {
+ /* Print the Producer key */
+ pdf_add_name(pdf, "Producer");
+ pdf_puts(pdf, " (LuaTeX-");
+ pdf_print_int(pdf, luatexversion / 100);
+ pdf_out(pdf, '.');
+ pdf_print_int(pdf, luatexversion % 100);
+ pdf_out(pdf, '.');
+ pdf_print(pdf, luatexrevision);
+ pdf_out(pdf, ')');
+ }
if (!creator_given)
pdf_dict_add_string(pdf, "Creator", "TeX");
if (!creationdate_given) {
@@ -2443,6 +2475,7 @@ void finish_pdf_file(PDF pdf, int luatexversion, str_number luatexrevision)
delete_token_ref(pdf_catalog_toks);
pdf_catalog_toks = null;
}
+ print_pdf_table_string(pdf, "catalog");
if (pdf_catalog_openaction != 0)
pdf_dict_add_ref(pdf, "OpenAction", pdf_catalog_openaction);
pdf_end_dict(pdf);
@@ -2490,6 +2523,7 @@ void finish_pdf_file(PDF pdf, int luatexversion, str_number luatexrevision)
delete_token_ref(pdf_trailer_toks);
pdf_trailer_toks = null;
}
+ print_pdf_table_string(pdf, "trailer");
print_ID(pdf);
pdf_dict_add_streaminfo(pdf);
pdf_end_dict(pdf);
diff --git a/Build/source/texk/web2c/luatexdir/pdf/pdfpagetree.w b/Build/source/texk/web2c/luatexdir/pdf/pdfpagetree.w
index 8d5708d1027..d35d91578d9 100644
--- a/Build/source/texk/web2c/luatexdir/pdf/pdfpagetree.w
+++ b/Build/source/texk/web2c/luatexdir/pdf/pdfpagetree.w
@@ -19,8 +19,8 @@
@ @c
static const char _svn_version[] =
- "$Id: pdfpagetree.w 4634 2013-04-21 14:45:45Z hhenkel $"
- "$URL: https://foundry.supelec.fr/svn/luatex/branches/ex-glyph/source/texk/web2c/luatexdir/pdf/pdfpagetree.w $";
+ "$Id: pdfpagetree.w 4957 2014-03-28 13:14:51Z taco $"
+ "$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/pdf/pdfpagetree.w $";
#include "ptexlib.h"
@@ -226,6 +226,7 @@ static void write_pages(PDF pdf, pages_entry * p, int parent)
pdf_out(pdf, ' ');
}
print_pdf_table_string(pdf, "pagesattributes");
+ pdf_out(pdf, ' ');
} else
pdf_dict_add_ref(pdf, "Parent", parent);
pdf_dict_add_int(pdf, "Count", (int) p->number_of_pages);
diff --git a/Build/source/texk/web2c/luatexdir/pdf/pdfthread.h b/Build/source/texk/web2c/luatexdir/pdf/pdfthread.h
index c1671f4f0aa..acc6f1aa66f 100644
--- a/Build/source/texk/web2c/luatexdir/pdf/pdfthread.h
+++ b/Build/source/texk/web2c/luatexdir/pdf/pdfthread.h
@@ -17,10 +17,10 @@
You should have received a copy of the GNU General Public License along
with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
-/* $Id: pdfthread.h 3905 2010-10-02 20:29:20Z hhenkel $ */
+/* $Id: pdfthread.h 4935 2014-03-26 08:17:57Z taco $ */
#ifndef PDFTHREAD_H
-# define PDFTHREADH
+# define PDFTHREAD_H
/* data structure of threads; words 1..4 represent the coordinates of the corners */
diff --git a/Build/source/texk/web2c/luatexdir/ptexlib.h b/Build/source/texk/web2c/luatexdir/ptexlib.h
index 994856533b4..98bc822ef11 100644
--- a/Build/source/texk/web2c/luatexdir/ptexlib.h
+++ b/Build/source/texk/web2c/luatexdir/ptexlib.h
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License along
with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
-/* $Id: ptexlib.h 4877 2014-03-14 01:26:05Z luigi $ */
+/* $Id: ptexlib.h 4911 2014-03-20 14:00:02Z luigi $ */
#ifndef PTEXLIB_H
# define PTEXLIB_H
@@ -265,7 +265,9 @@ void free_pdf_literal(pointer p);
void show_pdf_literal(pointer p);
void copy_late_lua(pointer r, pointer p);
+void copy_user_lua(pointer r, pointer p);
void free_late_lua(pointer p);
+void free_user_lua(pointer p);
void show_late_lua(pointer p);
void load_tex_patterns(int curlang, halfword head);
diff --git a/Build/source/texk/web2c/luatexdir/tex/align.w b/Build/source/texk/web2c/luatexdir/tex/align.w
index 8330f03642e..de80cc0a093 100644
--- a/Build/source/texk/web2c/luatexdir/tex/align.w
+++ b/Build/source/texk/web2c/luatexdir/tex/align.w
@@ -21,8 +21,8 @@
@ @c
static const char _svn_version[] =
- "$Id: align.w 4442 2012-05-25 22:40:34Z hhenkel $"
- "$URL: https://foundry.supelec.fr/svn/luatex/branches/ex-glyph/source/texk/web2c/luatexdir/tex/align.w $";
+ "$Id: align.w 4956 2014-03-28 12:12:17Z luigi $"
+ "$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/align.w $";
#include "ptexlib.h"
@@ -1140,7 +1140,8 @@ value is changed to zero and so is the next tabskip.
cur_list.tail_field = q;
if (cur_list.mode_field == vmode) {
if (!output_active)
- lua_node_filter_s(buildpage_filter_callback, "alignment");
+ // lua_node_filter_s(buildpage_filter_callback, "alignment");
+ lua_node_filter_s(buildpage_filter_callback,lua_key_index(alignment));
build_page();
}
}
diff --git a/Build/source/texk/web2c/luatexdir/tex/buildpage.w b/Build/source/texk/web2c/luatexdir/tex/buildpage.w
index 2623d66f90f..5e96e701c71 100644
--- a/Build/source/texk/web2c/luatexdir/tex/buildpage.w
+++ b/Build/source/texk/web2c/luatexdir/tex/buildpage.w
@@ -19,8 +19,8 @@
@ @c
static const char _svn_version[] =
- "$Id: buildpage.w 4442 2012-05-25 22:40:34Z hhenkel $"
- "$URL: https://foundry.supelec.fr/svn/luatex/branches/ex-glyph/source/texk/web2c/luatexdir/tex/buildpage.w $";
+ "$Id: buildpage.w 4956 2014-03-28 12:12:17Z luigi $"
+ "$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/buildpage.w $";
#include "ptexlib.h"
@@ -1053,7 +1053,8 @@ void resume_after_output(void)
flush_node_list(page_disc);
page_disc = null;
pop_nest();
- lua_node_filter_s(buildpage_filter_callback, "after_output");
- build_page();
+ //lua_node_filter_s(buildpage_filter_callback, "after_output");
+ lua_node_filter_s(buildpage_filter_callback,lua_key_index(after_output));
+ build_page();
}
diff --git a/Build/source/texk/web2c/luatexdir/tex/directions.w b/Build/source/texk/web2c/luatexdir/tex/directions.w
index a859540ba09..704f8ff2508 100644
--- a/Build/source/texk/web2c/luatexdir/tex/directions.w
+++ b/Build/source/texk/web2c/luatexdir/tex/directions.w
@@ -19,7 +19,7 @@
@ @c
static const char _svn_version[] =
- "$Id: directions.w 4709 2014-01-02 13:24:29Z oneiros $"
+ "$Id: directions.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/directions.w $";
#include "ptexlib.h"
@@ -56,7 +56,7 @@ void scan_direction(void)
cur_chr = save_cur_chr;
}
-@ the next two are used by postlinebreak.c
+@ the next two are used by postlinebreak.c
@c
halfword do_push_dir_node(halfword p, halfword a)
@@ -103,21 +103,21 @@ about the actual values of |dir_TRT| etc.
@c
const char *dir_strings[128] = {
- "-TLT","???", "???", "???", "-TRT","???", "???", "???",
- "???", "-LTL","???", "???", "???", "???", "???", "???",
- "???", "???", "???", "???", "???", "???", "???", "???",
- "-RTT","???", "???", "???", "???", "???", "???", "???",
- "???", "???", "???", "???", "???", "???", "???", "???",
- "???", "???", "???", "???", "???", "???", "???", "???",
- "???", "???", "???", "???", "???", "???", "???", "???",
- "???", "???", "???", "???", "???", "???", "???", "???",
- "+TLT","???", "???", "???", "+TRT","???", "???", "???",
- "???", "+LTL","???", "???", "???", "???", "???", "???",
- "???", "???", "???", "???", "???", "???", "???", "???",
- "+RTT","???", "???", "???", "???", "???", "???", "???",
- "???", "???", "???", "???", "???", "???", "???", "???",
- "???", "???", "???", "???", "???", "???", "???", "???",
- "???", "???", "???", "???", "???", "???", "???", "???",
+ "-TLT","???", "???", "???", "-TRT","???", "???", "???",
+ "???", "-LTL","???", "???", "???", "???", "???", "???",
+ "???", "???", "???", "???", "???", "???", "???", "???",
+ "-RTT","???", "???", "???", "???", "???", "???", "???",
+ "???", "???", "???", "???", "???", "???", "???", "???",
+ "???", "???", "???", "???", "???", "???", "???", "???",
+ "???", "???", "???", "???", "???", "???", "???", "???",
+ "???", "???", "???", "???", "???", "???", "???", "???",
+ "+TLT","???", "???", "???", "+TRT","???", "???", "???",
+ "???", "+LTL","???", "???", "???", "???", "???", "???",
+ "???", "???", "???", "???", "???", "???", "???", "???",
+ "+RTT","???", "???", "???", "???", "???", "???", "???",
+ "???", "???", "???", "???", "???", "???", "???", "???",
+ "???", "???", "???", "???", "???", "???", "???", "???",
+ "???", "???", "???", "???", "???", "???", "???", "???",
"???", "???", "???", "???", "???", "???", "???", "???" };
const char *string_dir(int d)
@@ -129,6 +129,8 @@ const char *string_dir(int d)
@ @c
void print_dir(int d)
{
+ /* hh-ls: todo: just fetch the string pt from the registry ... then the above can go */
+
tprint(string_dir(d));
}
diff --git a/Build/source/texk/web2c/luatexdir/tex/errors.h b/Build/source/texk/web2c/luatexdir/tex/errors.h
index 2d55e31aa75..e0ea6e671ad 100644
--- a/Build/source/texk/web2c/luatexdir/tex/errors.h
+++ b/Build/source/texk/web2c/luatexdir/tex/errors.h
@@ -17,7 +17,7 @@
You should have received a copy of the GNU General Public License along
with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
-/* $Id: errors.h 3385 2010-01-26 05:45:55Z taco $ */
+/* $Id: errors.h 4956 2014-03-28 12:12:17Z luigi $ */
#ifndef ERRORS_H
# define ERRORS_H
@@ -37,9 +37,10 @@ typedef enum {
extern int interaction; /* current level of interaction */
extern int interactionoption; /* set from command line */
-extern const char *last_error;
extern void initialize_errors(void);
+
+extern char *last_error;
extern void print_err(const char *s);
extern void fixup_selector(boolean log_opened);
diff --git a/Build/source/texk/web2c/luatexdir/tex/errors.w b/Build/source/texk/web2c/luatexdir/tex/errors.w
index 7c2601930c1..120d44b8a3c 100644
--- a/Build/source/texk/web2c/luatexdir/tex/errors.w
+++ b/Build/source/texk/web2c/luatexdir/tex/errors.w
@@ -19,8 +19,8 @@
@ @c
static const char _svn_version[] =
- "$Id: errors.w 4563 2013-01-21 03:22:53Z khaled $"
- "$URL: https://foundry.supelec.fr/svn/luatex/branches/ex-glyph/source/texk/web2c/luatexdir/tex/errors.w $";
+ "$Id: errors.w 4956 2014-03-28 12:12:17Z luigi $"
+ "$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/errors.w $";
#include "ptexlib.h"
@@ -53,22 +53,64 @@ message may be printed.
@c
int interaction; /* current level of interaction */
int interactionoption; /* set from command line */
-const char *last_error;
+
+/* ls-hh: so, new code only kicks in when we have a callback defined */
+
+char *last_error = NULL;
+int err_old_setting = 0 ;
+int in_error = 0 ;
+
+static void flush_err(void)
+{
+ str_number s_error;
+ char *s = NULL;
+ int callback_id ;
+ if (in_error) {
+ selector = err_old_setting;
+ str_room(1);
+ s_error = make_string();
+ s = makecstring(s_error);
+ flush_str(s_error);
+ if (interaction == error_stop_mode) {
+ wake_up_terminal();
+ }
+ xfree(last_error);
+ last_error = (string) xmalloc((unsigned) (strlen(s) + 1));
+ strcpy(last_error,s);
+ callback_id = callback_defined(show_error_message_callback);
+ if (callback_id > 0) {
+ run_callback(callback_id, "->");
+ } else {
+ tprint(s);
+ }
+ in_error = 0 ;
+ }
+}
void print_err(const char *s)
{
+ int callback_id = callback_defined(show_error_message_callback);
if (interaction == error_stop_mode) {
wake_up_terminal();
}
- if (filelineerrorstylep)
+ if (callback_id > 0) {
+ err_old_setting = selector;
+ selector = new_string;
+ in_error = 1 ;
+ }
+ if (filelineerrorstylep) {
print_file_line();
- else
+ } else {
tprint_nl("! ");
+ }
tprint(s);
- last_error = (const char *) s;
+ if (callback_id <= 0) {
+ xfree(last_error);
+ last_error = (string) xmalloc((unsigned) (strlen(s) + 1));
+ strcpy(last_error,s);
+ }
}
-
@ \TeX\ is careful not to call |error| when the print |selector| setting
might be unusual. The only possible values of |selector| at the time of
error messages are
@@ -142,7 +184,7 @@ occurs while \TeX\ is trying to fix a non-fatal one. But such recursion
@^recursion@>
is never more than two levels deep.
-@ Individual lines of help are recorded in the array |help_line|.
+@ Individual lines of help are recorded in the array |help_line|.
@c
const char *help_line[7]; /* helps for the next |error| */
@@ -178,13 +220,16 @@ void error(void)
int callback_id;
int s1, s2, s3, s4; /* used to save global variables when deleting tokens */
int i;
+ flush_err(); /* hh-ls */
if (history < error_message_issued)
history = error_message_issued;
- print_char('.');
callback_id = callback_defined(show_error_hook_callback);
- if (callback_id > 0)
+ if (callback_id > 0) {
run_callback(callback_id, "->");
- show_context();
+ } else {
+ print_char('.');
+ show_context();
+ }
if (haltonerrorp) {
history = fatal_error_stop;
jump_out();
@@ -440,10 +485,16 @@ void fatal_error(const char *s)
void lua_norm_error(const char *s)
{ /* lua found a problem */
int saved_new_line_char;
+ int report_id ;
saved_new_line_char = new_line_char;
new_line_char = 10;
- print_err("LuaTeX error ");
- tprint(s);
+ report_id = callback_defined(show_lua_error_hook_callback);
+ if (report_id == 0) {
+ print_err("LuaTeX error ");
+ tprint(s);
+ } else {
+ (void) run_callback(report_id, "->");
+ }
help2("The lua interpreter ran into a problem, so the",
"remainder of this lua chunk will be ignored.");
error();
diff --git a/Build/source/texk/web2c/luatexdir/tex/mainbody.w b/Build/source/texk/web2c/luatexdir/tex/mainbody.w
index 9aada03cf30..4fe5f20c30b 100644
--- a/Build/source/texk/web2c/luatexdir/tex/mainbody.w
+++ b/Build/source/texk/web2c/luatexdir/tex/mainbody.w
@@ -23,12 +23,12 @@
@ @c
static const char _svn_version[] =
- "$Id: mainbody.w 4877 2014-03-14 01:26:05Z luigi $"
+ "$Id: mainbody.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/mainbody.w $";
#include "ptexlib.h"
-@
+@
pdfTeX is copyright (C) 1996-2006 Han The Thanh, <thanh@@pdftex.org>.
e-TeX is copyright (C) 1994,98 by Peter Breitenlohner.
@@ -590,8 +590,7 @@ void final_cleanup(void)
else
end_file_reading();
while (open_parens > 0) {
- if (tracefilenames)
- tprint(" )");
+ report_stop_file(filetype_tex);
decr(open_parens);
}
if (cur_level > level_one) {
@@ -647,7 +646,7 @@ void final_cleanup(void)
}
@ Once \TeX\ is working, you should be able to diagnose most errors with
-the \.{\\show} commands and other diagnostic features.
+the \.{\\show} commands and other diagnostic features.
An additional routine called |debug_help|
will come into play when you type `\.D' after an error message;
|debug_help| also occurs just before a fatal error causes \TeX\ to succumb.
diff --git a/Build/source/texk/web2c/luatexdir/tex/maincontrol.w b/Build/source/texk/web2c/luatexdir/tex/maincontrol.w
index 305def96472..5ee630dc24d 100644
--- a/Build/source/texk/web2c/luatexdir/tex/maincontrol.w
+++ b/Build/source/texk/web2c/luatexdir/tex/maincontrol.w
@@ -19,10 +19,11 @@
@ @c
static const char _svn_version[] =
- "$Id: maincontrol.w 4562 2013-01-21 02:58:59Z khaled $"
- "$URL: https://foundry.supelec.fr/svn/luatex/branches/ex-glyph/source/texk/web2c/luatexdir/tex/maincontrol.w $";
+ "$Id: maincontrol.w 4956 2014-03-28 12:12:17Z luigi $"
+ "$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/maincontrol.w $";
#include "ptexlib.h"
+#include "lua/luatex-api.h"
@ @c
#define explicit 1
@@ -97,7 +98,7 @@ static const char _svn_version[] =
#define prev_graf cur_list.pg_field
#define dir_save cur_list.dirs_field
-#define check_filter(A) if (!output_active) lua_node_filter_s(buildpage_filter_callback,(A))
+#define check_filter(A) if (!output_active) lua_node_filter_s(buildpage_filter_callback,lua_key_index(A))
#define var_code 7 /* math code meaning ``use the current family'' */
@@ -196,21 +197,21 @@ Here are all the functions that are called from |main_control| that
are not already defined elsewhere. For the moment, this list simply
in the order that the appear in |init_main_control|, below.
-@
+@
@c
static void run_char_num (void) {
scan_char_num();
cur_chr = cur_val;
adjust_space_factor();
tail_append(new_char(cur_font, cur_chr));
-}
+}
static void run_char (void) {
adjust_space_factor();
tail_append(new_char(cur_font, cur_chr));
}
-@
+@
The occurrence of blank spaces is almost part of \TeX's inner loop,
since we usually encounter about one space for every five non-blank characters.
Therefore |main_control| gives second-highest priority to ordinary spaces.
@@ -281,9 +282,9 @@ static void run_relax (void) {
return;
}
-@ |ignore_spaces| is a special case: after it has acted, |get_x_token| has already
+@ |ignore_spaces| is a special case: after it has acted, |get_x_token| has already
fetched the next token from the input, so that operation in |main_control|
-should be skipped.
+should be skipped.
@c
static void run_ignore_spaces (void) {
@@ -478,13 +479,13 @@ static void run_new_graf (void) {
@ A paragraph ends when a |par_end| command is sensed, or when we are in
horizontal mode when reaching the right brace of vertical-mode routines
-like \.{\\vbox}, \.{\\insert}, or \.{\\output}.
-
+like \.{\\vbox}, \.{\\insert}, or \.{\\output}.
+
@c
static void run_par_end_vmode (void) {
normal_paragraph();
if (mode > 0) {
- check_filter("vmode_par");
+ check_filter(vmode_par);
build_page();
}
}
@@ -495,7 +496,7 @@ static void run_par_end_hmode (void) {
off_save(); /* this tries to recover from an alignment that didn't end properly */
end_graf(bottom_level); /* this takes us to the enclosing mode, if |mode>0| */
if (mode == vmode) {
- check_filter("hmode_par");
+ check_filter(hmode_par);
build_page();
}
}
@@ -642,7 +643,7 @@ it makes sense ot have a macro for that as well.
@c
#define any_mode(A,B) jump_table[vmode+(A)]=B; jump_table[hmode+(A)]=B; jump_table[mmode+(A)]=B
-#define non_math(A,B) jump_table[vmode+(A)]=B; jump_table[hmode+(A)]=B;
+#define non_math(A,B) jump_table[vmode+(A)]=B; jump_table[hmode+(A)]=B;
@ The |main_control| uses a jump table, and |init_main_control| sets that table up.
@@ -882,7 +883,7 @@ void main_control(void)
show_cur_cmd_chr();
(jump_table[(abs(mode) + cur_cmd)])(); /* run the command */
-
+
if (main_control_state == goto_return) {
return;
}
@@ -941,7 +942,7 @@ void you_cant(void)
print_in_mode(mode);
}
-@
+@
When erroneous situations arise, \TeX\ usually issues an error message
specific to the particular error. For example, `\.{\\noalign}' should
not appear in any mode, since it is recognized by the |align_peek| routine
@@ -1001,7 +1002,7 @@ boolean its_all_over(void)
width(tail) = hsize;
tail_append(new_glue(fill_glue));
tail_append(new_penalty(-010000000000));
- lua_node_filter_s(buildpage_filter_callback, "end");
+ lua_node_filter_s(buildpage_filter_callback,lua_key_index(end));
build_page(); /* append \.{\\hbox to \\hsize\{\}\\vfill\\penalty-'10000000000} */
}
return false;
@@ -1199,7 +1200,7 @@ void handle_right_brace(void)
list_ptr(p) = null;
flush_node(p);
if (nest_ptr == 0) {
- check_filter("insert");
+ check_filter(insert);
build_page();
}
break;
@@ -1328,7 +1329,7 @@ void box_end(int box_context)
adjust_tail = null;
}
if (mode > 0) {
- check_filter("box");
+ check_filter(box);
build_page();
}
} else {
@@ -1444,7 +1445,7 @@ void new_graf(boolean indented)
if (every_par != null)
begin_token_list(every_par, every_par_text);
if (nest_ptr == 1) {
- check_filter("new_graf");
+ check_filter(new_graf);
build_page(); /* put |par_skip| glue on current page */
}
}
@@ -1582,7 +1583,7 @@ void append_penalty(void)
scan_int();
tail_append(new_penalty(cur_val));
if (mode == vmode) {
- check_filter("penalty");
+ check_filter(penalty);
build_page();
}
}
@@ -1596,7 +1597,7 @@ appears at the tail of the current list, using a brute-force linear scan.
Like \.{\\lastbox}, this command is not allowed in vertical mode (except
internal vertical mode), since the current list in vertical mode is sent
to the page builder. But if we happen to be able to implement it in
-vertical mode, we do.
+vertical mode, we do.
@c
void delete_last(void)
@@ -1694,7 +1695,7 @@ void unpackage(void)
}
}
-@
+@
Italic corrections are converted to kern nodes when the |ital_corr| command
follows a character. In math mode the same effect is achieved by appending
a kern of zero here, since italic corrections are supplied later.
@@ -2051,7 +2052,7 @@ void do_endv(void)
}
}
-@ Finally, \.{\\endcsname} is not supposed to get through to |main_control|.
+@ Finally, \.{\\endcsname} is not supposed to get through to |main_control|.
@c
void cs_error(void)
@@ -2383,8 +2384,8 @@ void prefixed_command(void)
break;
case int_base + text_direction_code:
#if 0
- /* various tests hint that this is unnecessary and
- * sometimes even produces weird results, eg
+ /* various tests hint that this is unnecessary and
+ * sometimes even produces weird results, eg
* (\hbox{\textdir TRT ABC\textdir TLT DEF})
* becomes
* (DEFCBA)
diff --git a/Build/source/texk/web2c/luatexdir/tex/postlinebreak.w b/Build/source/texk/web2c/luatexdir/tex/postlinebreak.w
index 5d8f77eedf7..ef769f7a357 100644
--- a/Build/source/texk/web2c/luatexdir/tex/postlinebreak.w
+++ b/Build/source/texk/web2c/luatexdir/tex/postlinebreak.w
@@ -19,8 +19,8 @@
@ @c
static const char _svn_version[] =
- "$Id: postlinebreak.w 4457 2012-07-13 13:16:19Z taco $"
- "$URL: https://foundry.supelec.fr/svn/luatex/branches/ex-glyph/source/texk/web2c/luatexdir/tex/postlinebreak.w $";
+ "$Id: postlinebreak.w 4956 2014-03-28 12:12:17Z luigi $"
+ "$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/postlinebreak.w $";
#include "ptexlib.h"
@@ -441,20 +441,20 @@ void ext_post_line_break(int paragraph_dir,
if ((vlink(contrib_head) != null))
if (!output_active)
- lua_node_filter_s(buildpage_filter_callback, "pre_box");
+ lua_node_filter_s(buildpage_filter_callback, lua_key_index(pre_box));
if (pre_adjust_head != pre_adjust_tail) {
append_list(pre_adjust_head, pre_adjust_tail);
if (!output_active)
- lua_node_filter_s(buildpage_filter_callback, "pre_adjust");
+ lua_node_filter_s(buildpage_filter_callback, lua_key_index(pre_adjust));
}
pre_adjust_tail = null;
append_to_vlist(just_box);
if (!output_active)
- lua_node_filter_s(buildpage_filter_callback, "box");
+ lua_node_filter_s(buildpage_filter_callback, lua_key_index(box));
if (adjust_head != adjust_tail) {
append_list(adjust_head, adjust_tail);
if (!output_active)
- lua_node_filter_s(buildpage_filter_callback, "adjust");
+ lua_node_filter_s(buildpage_filter_callback, lua_key_index(adjust));
}
adjust_tail = null;
diff --git a/Build/source/texk/web2c/luatexdir/tex/texfileio.w b/Build/source/texk/web2c/luatexdir/tex/texfileio.w
index 3a7ab5578c0..f6314e3f181 100644
--- a/Build/source/texk/web2c/luatexdir/tex/texfileio.w
+++ b/Build/source/texk/web2c/luatexdir/tex/texfileio.w
@@ -19,7 +19,7 @@
@ @c
static const char _svn_version[] =
- "$Id: texfileio.w 4877 2014-03-14 01:26:05Z luigi $"
+ "$Id: texfileio.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/texfileio.w $";
#include "ptexlib.h"
@@ -30,7 +30,7 @@ static const char _svn_version[] =
@ @c
#define end_line_char int_par(end_line_char_code)
-
+
@ The bane of portability is the fact that different operating systems treat
input and output quite differently, perhaps because computer scientists
have not given sufficient attention to this problem. People have felt somehow
@@ -66,7 +66,7 @@ for us to specify simple operations on word files before they are defined.
@ We finally did away with |nameoffile| and |namelength|, but the variables
have to be kept otherwise there will be link errors from |openclose.c| in
-the web2c library
+the web2c library
@c
char *nameoffile;
@@ -90,7 +90,7 @@ int read_file_callback_id[17];
We assume that it is OK to look here first. Possibly it
would be better to replace lookups in "." with lookups in the
|output_directory| followed by "." but to do this requires much more
-invasive surgery in libkpathsea.
+invasive surgery in libkpathsea.
@c
static char *find_in_output_directory(const char *s)
@@ -110,7 +110,7 @@ static char *find_in_output_directory(const char *s)
return NULL;
}
-@ find an \.{\\input} or \.{\\read} file. |n| differentiates between those case.
+@ find an \.{\\input} or \.{\\read} file. |n| differentiates between those case.
@c
char *luatex_find_read_file(const char *s, int n, int callback_index)
@@ -194,8 +194,8 @@ char *luatex_find_file(const char *s, int callback_index)
}
-@ LuaTeX used to have private functions for these that did not use kpathsea,
-but since the file paranoia tests have to come from kpathsea anyway, that is no
+@ LuaTeX used to have private functions for these that did not use kpathsea,
+but since the file paranoia tests have to come from kpathsea anyway, that is no
longer useful. The only downside to using luatex is that if one wants to disable
kpathsea via the Lua startup script, it is now an absolute requirement that all
file discovery callbacks are specified. Just using the find_read_file, but not
@@ -207,7 +207,7 @@ to be used at all.
#define openinnameok(A) kpse_in_name_ok (A)
@ Open an input file F, using the kpathsea format FILEFMT and passing
- |FOPEN_MODE| to fopen. The filename is in `fn'. We return whether or
+ |FOPEN_MODE| to fopen. The filename is in `fn'. We return whether or
not the open succeeded.
@c
@@ -399,7 +399,7 @@ void lua_a_close_out(alpha_file f)
}
-@ Binary input and output are done with C's ordinary
+@ Binary input and output are done with C's ordinary
procedures, so we don't have to make any other special arrangements for
binary~I/O. Text output is also easy to do with standard routines.
The treatment of text input is more difficult, however, because
@@ -451,7 +451,7 @@ from the user's terminal as well as from ordinary text files.
Since the inner loop of |lua_input_ln| is part of \TeX's ``inner loop''---each
character of input comes in at this place---it is wise to reduce system
overhead by making use of special routines that read in an entire array
-of characters at once, if such routines are available.
+of characters at once, if such routines are available.
@^inner loop@>
@c
@@ -673,7 +673,7 @@ pool_pointer ext_delimiter; /* the relevant `\..', if any */
system area called |TEX_area|. Font metric files whose areas are not given
explicitly are assumed to appear in a standard system area called
|TEX_font_area|. $\Omega$'s compiled translation process files whose areas
-are not given explicitly are assumed to appear in a standard system area.
+are not given explicitly are assumed to appear in a standard system area.
These system area names will, of course, vary from place to place.
@c
@@ -719,7 +719,7 @@ length will be set in the main program.
char *TEX_format_default;
-@ This part of the program becomes active when a ``virgin'' \TeX\ is trying to get going,
+@ This part of the program becomes active when a ``virgin'' \TeX\ is trying to get going,
just after the preliminary initialization, or when the user is substituting another
format file by typing `\.\&' after the initial `\.{**}' prompt. The buffer
contains the first line of input in |buffer[loc..(last-1)]|, where
@@ -859,7 +859,7 @@ char *get_full_log_name (void)
return ret;
} else {
return xstrdup((const char*)texmf_log_name);
- }
+ }
}
@ Synctex uses this to get the anchored path of an input file.
@@ -905,7 +905,7 @@ void start_input(void)
fn = prompt_file_name("input file name", "");
}
iname = maketexstring(fullnameoffile);
- /* Now that we have |fullnameoffile|, it is time to post-adjust
+ /* Now that we have |fullnameoffile|, it is time to post-adjust
|cur_name| and |cur_ext| for trailing |.tex| */
{
char *n, *p;
@@ -949,14 +949,7 @@ void start_input(void)
}
/* |open_log_file| doesn't |show_context|, so |limit|
and |loc| needn't be set to meaningful values yet */
- if (tracefilenames) {
- if (term_offset + (int) str_length(iname) > max_print_line - 2)
- print_ln();
- else if ((term_offset > 0) || (file_offset > 0))
- print_char(' ');
- print_char('(');
- tprint_file_name(NULL, (unsigned char *) fullnameoffile, NULL);
- }
+ report_start_file(filetype_tex,fullnameoffile);
incr(open_parens);
update_terminal();
istate = new_line;
@@ -984,7 +977,7 @@ void start_input(void)
@ Read and write dump files through zlib
@ Earlier versions recast |*f| from |FILE *| to |gzFile|, but there is
-no guarantee that these have the same size, so a static variable
+no guarantee that these have the same size, so a static variable
is needed.
@c
@@ -1079,7 +1072,7 @@ swap_items(char *pp, int nitems, int size)
FATAL1("Can't swap a %d-byte item for (un)dumping", size);
}
memcpy(pp,q,total);
- xfree(q);
+ xfree(q);
}
#endif /* not WORDS_BIGENDIAN and not NO_DUMP_SHARE */
@@ -1178,7 +1171,7 @@ void zwclose(FILE * f)
gzclose(gz_fmtfile);
}
-@ create the dvi or pdf file
+@ create the dvi or pdf file
@c
int open_outfile(FILE ** f, const char *name, const char *mode)
{
@@ -1222,7 +1215,7 @@ int readbinfile(FILE * f, unsigned char **tfm_buffer, int *tfm_size)
@ Like |runsystem()|, the |runpopen()| function is called only when
|shellenabledp == 1|. Unlike |runsystem()|, here we write errors to
stderr, since we have nowhere better to use; and of course we return
- a file handle (or NULL) instead of a status indicator.
+ a file handle (or NULL) instead of a status indicator.
@c
static FILE *runpopen(char *cmd, const char *mode)
@@ -1267,14 +1260,14 @@ static FILE *runpopen(char *cmd, const char *mode)
@ piped I/O
-@ The code that implements |popen()| needs an array for tracking
+@ The code that implements |popen()| needs an array for tracking
possible pipe file pointers, because these need to be
closed using |pclose()|.
@c
#define NUM_PIPES 16
static FILE *pipes[NUM_PIPES];
-
+
#ifdef WIN32
FILE *Poptr;
#endif
@@ -1335,7 +1328,7 @@ boolean open_out_or_pipe(FILE ** f_ptr, char *fn, const_string fopen_mode)
fname = (string) xmalloc((unsigned) (strlen(fn) + 1));
strcpy(fname, fn);
if (strchr(fname, ' ') == NULL && strchr(fname, '>') == NULL) {
- /* mp and mf currently do not use this code, but it
+ /* mp and mf currently do not use this code, but it
is better to be prepared */
if (STREQ((fname + strlen(fname) - 3), "tex"))
*(fname + strlen(fname) - 4) = 0;
diff --git a/Build/source/texk/web2c/luatexdir/tex/texmath.w b/Build/source/texk/web2c/luatexdir/tex/texmath.w
index f9e400b6098..527be959082 100644
--- a/Build/source/texk/web2c/luatexdir/tex/texmath.w
+++ b/Build/source/texk/web2c/luatexdir/tex/texmath.w
@@ -19,7 +19,7 @@
@ @c
static const char _svn_version[] =
- "$Id: texmath.w 4750 2014-01-15 09:13:32Z taco $"
+ "$Id: texmath.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/texmath.w $";
#include "ptexlib.h"
@@ -1023,7 +1023,7 @@ void enter_display_math(void)
begin_token_list(every_display, every_display_text);
if (nest_ptr == 1) {
if (!output_active)
- lua_node_filter_s(buildpage_filter_callback, "before_display");
+ lua_node_filter_s(buildpage_filter_callback,lua_key_index(before_display));
build_page();
}
}
@@ -1977,7 +1977,7 @@ static void resume_after_display(void)
if (cur_cmd != spacer_cmd)
back_input();
if (nest_ptr == 1) {
- lua_node_filter_s(buildpage_filter_callback, "after_display");
+ lua_node_filter_s(buildpage_filter_callback,lua_key_index(after_display));
build_page();
}
}
diff --git a/Build/source/texk/web2c/luatexdir/tex/texnodes.w b/Build/source/texk/web2c/luatexdir/tex/texnodes.w
index 73b39d08757..e5c4e1cacfd 100644
--- a/Build/source/texk/web2c/luatexdir/tex/texnodes.w
+++ b/Build/source/texk/web2c/luatexdir/tex/texnodes.w
@@ -19,7 +19,7 @@
@ @c
static const char _svn_version[] =
- "$Id: texnodes.w 4847 2014-03-05 18:13:17Z luigi $"
+ "$Id: texnodes.w 4911 2014-03-20 14:00:02Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/texnodes.w $";
#include "ptexlib.h"
@@ -874,16 +874,19 @@ halfword copy_node(const halfword p)
case 'a':
add_node_attr_ref(user_node_value(p));
break;
- case 't':
- add_token_ref(user_node_value(p));
- break;
- case 's':
- /* |add_string_ref(user_node_value(p));| *//* if this was mpost .. */
+ case 'l':
+ copy_user_lua(r, p);
break;
case 'n':
s = copy_node_list(user_node_value(p));
user_node_value(r) = s;
break;
+ case 's':
+ /* |add_string_ref(user_node_value(p));| *//* if this was mpost .. */
+ break;
+ case 't':
+ add_token_ref(user_node_value(p));
+ break;
}
break;
#if 0
@@ -1217,8 +1220,7 @@ void flush_node(halfword p)
case 'a':
delete_attribute_ref(user_node_value(p));
break;
- case 't':
- delete_token_ref(user_node_value(p));
+ case 'd':
break;
case 'n':
flush_node_list(user_node_value(p));
@@ -1226,7 +1228,8 @@ void flush_node(halfword p)
case 's':
/* |delete_string_ref(user_node_value(p));| *//* if this was mpost .. */
break;
- case 'd':
+ case 't':
+ delete_token_ref(user_node_value(p));
break;
default:
{
diff --git a/Build/source/texk/web2c/luatexdir/tex/textoken.w b/Build/source/texk/web2c/luatexdir/tex/textoken.w
index 48f6e43d48b..e9ae2e670a4 100644
--- a/Build/source/texk/web2c/luatexdir/tex/textoken.w
+++ b/Build/source/texk/web2c/luatexdir/tex/textoken.w
@@ -19,7 +19,7 @@
@ @c
static const char _svn_version[] =
- "$Id: textoken.w 4877 2014-03-14 01:26:05Z luigi $"
+ "$Id: textoken.w 4956 2014-03-28 12:12:17Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/tex/textoken.w $";
#include "ptexlib.h"
@@ -42,7 +42,7 @@ static const char _svn_version[] =
a=get_cat_code(cat_code_table,b); \
} while (0)
-
+
@ The \TeX\ system does nearly all of its own memory allocation, so that it
can readily be transported into environments that do not have automatic
facilities for strings, garbage collection, etc., and so that it can be in
@@ -59,7 +59,7 @@ value represents a null pointer. \TeX\ does not assume that |mem[null]| exists.
-@ Locations in |fixmem| are used for storing one-word records; a conventional
+@ Locations in |fixmem| are used for storing one-word records; a conventional
\.{AVAIL} stack is used for allocation in this array.
@c
@@ -406,7 +406,7 @@ void token_show(halfword p)
}
-
+
@ |delete_token_ref|, is called when
a pointer to a token list's reference count is being removed. This means
that the token list should disappear if the reference count was |null|,
@@ -456,7 +456,7 @@ typedef enum { next_line_ok, next_line_return,
static next_line_retval next_line(void); /* below */
-
+
@ In case you are getting bored, here is a slightly less trivial routine:
Given a string of lowercase letters, like `\.{pt}' or `\.{plus}' or
`\.{width}', the |scan_keyword| routine checks to see whether the next
@@ -497,7 +497,7 @@ boolean scan_keyword(const char *s)
token_link(q) = null;
token_link(p) = q;
begin_token_list(token_link(backup_head), backed_up);
- if (cur_cmd != endv_cmd)
+ if (cur_cmd != endv_cmd)
align_state = saved_align_state;
} else {
back_input();
@@ -515,7 +515,7 @@ boolean scan_keyword(const char *s)
@ We can not return |undefined_control_sequence| under some conditions
(inside |shift_case|, for example). This needs thinking.
-
+
@c
halfword active_to_cs(int curchr, int force)
{
@@ -542,7 +542,7 @@ halfword active_to_cs(int curchr, int force)
return curcs;
}
-@ TODO this function should listen to \.{\\escapechar}
+@ TODO this function should listen to \.{\\escapechar}
@c
static char *cs_to_string(halfword p)
@@ -586,7 +586,7 @@ static char *cs_to_string(halfword p)
return (char *) ret;
}
-@ TODO this is a quick hack, will be solved differently soon
+@ TODO this is a quick hack, will be solved differently soon
@c
static char *cmd_chr_to_string(int cmd, int chr)
@@ -821,7 +821,7 @@ static boolean get_next_file(void)
} else {
do_get_cat_code(cur_cmd, cur_chr);
}
- /*
+ /*
Change state if necessary, and |goto switch| if the current
character should be ignored, or |goto reswitch| if the current
character changes to another;
@@ -926,13 +926,13 @@ static boolean get_next_file(void)
case skip_blanks + mac_param:
case skip_blanks + sub_mark:
case skip_blanks + letter:
- case skip_blanks + other_char:
+ case skip_blanks + other_char:
case new_line + math_shift:
case new_line + tab_mark:
case new_line + mac_param:
case new_line + sub_mark:
case new_line + letter:
- case new_line + other_char:
+ case new_line + other_char:
#else
default:
#endif
@@ -1071,7 +1071,7 @@ static boolean process_sup_mark(void)
a file; once they have been scanned the first time, their |eqtb| location
serves as a unique identification, so \TeX\ doesn't need to refer to the
original name any more except when it prints the equivalent in symbolic form.
-
+
The program that scans a control sequence has been written carefully
in order to avoid the blowups that might otherwise occur if a malicious
user tried something like `\.{\\catcode\'15=0}'. The algorithm might
@@ -1301,9 +1301,8 @@ static next_line_retval next_line(void)
if (!((iname == 19) || (iname == 21)))
file_warning(); /* give warning for some unfinished groups and/or conditionals */
if ((iname > 21) || (iname == 20)) {
- if (tracefilenames)
- print_char(')');
- open_parens--;
+ report_stop_file(filetype_tex);
+ decr(open_parens);
#if 0
update_terminal(); /* show user that file has been read */
#endif
@@ -1361,7 +1360,7 @@ static next_line_retval next_line(void)
return next_line_ok;
}
-@ Let's consider now what happens when |get_next| is looking at a token list.
+@ Let's consider now what happens when |get_next| is looking at a token list.
@c
static boolean get_next_tokenlist(void)
@@ -1414,7 +1413,7 @@ static boolean get_next_tokenlist(void)
this routine are executed more often than any other instructions of \TeX.
@^mastication@>@^inner loop@>
-@ sets |cur_cmd|, |cur_chr|, |cur_cs| to next token
+@ sets |cur_cmd|, |cur_chr|, |cur_cs| to next token
@c
void get_next(void)
@@ -1495,7 +1494,7 @@ void get_token_lua(void)
}
-@ changes the string |s| to a token list
+@ changes the string |s| to a token list
@c
halfword string_to_toks(char *ss)
{
@@ -1562,7 +1561,7 @@ static halfword lua_str_toks(lstring b)
}
-@ Incidentally, the main reason for wanting |str_toks| is the function |the_toks|,
+@ Incidentally, the main reason for wanting |str_toks| is the function |the_toks|,
which has similar input/output characteristics.
@c
@@ -1621,7 +1620,7 @@ static void print_job_name(void)
@ Here is a routine that print the result of a convert command, using
the argument |i|. It returns |false | if it does not know to print
the code |c|. The function exists because lua code and tex code can
- both call it to convert something.
+ both call it to convert something.
@c
static boolean print_convert_string(halfword c, int i)
@@ -2046,7 +2045,7 @@ void conv_toks(void)
@c
boolean in_lua_escape;
-@ probably not needed anymore
+@ probably not needed anymore
@c
boolean is_convert(halfword c)
{
@@ -2262,7 +2261,7 @@ str_number tokens_to_string(halfword p)
#define is_cat_letter(a) \
(get_char_cat_code(pool_to_unichar(str_string((a)))) == 11)
-@ the actual token conversion in this function is now functionally
+@ the actual token conversion in this function is now functionally
equivalent to |show_token_list|, except that it always prints the
whole token list.
TODO: check whether this causes problems in the lua library.
diff --git a/Build/source/texk/web2c/luatexdir/utils/utils.w b/Build/source/texk/web2c/luatexdir/utils/utils.w
index 10b4c5c687f..c164a0463fb 100644
--- a/Build/source/texk/web2c/luatexdir/utils/utils.w
+++ b/Build/source/texk/web2c/luatexdir/utils/utils.w
@@ -20,7 +20,7 @@
@ @c
static const char _svn_version[] =
- "$Id: utils.w 4882 2014-03-14 12:56:21Z taco $"
+ "$Id: utils.w 4903 2014-03-15 12:18:10Z taco $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/utils/utils.w $";
@ @c
diff --git a/Master/texmf-dist/doc/luatex/base/functionref.pdf b/Master/texmf-dist/doc/luatex/base/functionref.pdf
index d639820ba0f..e9e4631f90d 100644
--- a/Master/texmf-dist/doc/luatex/base/functionref.pdf
+++ b/Master/texmf-dist/doc/luatex/base/functionref.pdf
@@ -1,2969 +1,2754 @@
%PDF-1.6
%ÐÔÅØ
17 0 obj
-<</Length 40416 >>
+<</Length 33540 >>
stream
-0 g 0 G
-0 g 0 G
+0.000 g 0.000 G
+0.000 g 0.000 G
BT
-/F29 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0048006E001D006A00330075>-250<007A005900660066>-250<0063004000520061006A>-250<006100330038003300610033004E002C0033>-48570<0053>]TJ
-/F30 11.620364 Tf 1 0 0 1 28.3464 776.9826 Tm [<003B0033006A006A0043004E003C>-278<0063006A001D0061006A00330030>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 765.6849 Tm [<0049006E001D006A00330075>]TJ
-/F29 8.966376 Tf 1 0 0 1 52.118 765.6849 Tm [<00430063>-250<001D>-250<006A00770055003300630033006A006A003300610064>]TJ
-/F31 8.069684 Tf 1 0 0 1 106.1583 765.6849 Tm [<006A003300750049006E001D>]TJ
-/F29 8.966376 Tf 1 0 0 1 129.9298 765.6849 Tm [<001D004E0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 145.1189 765.6849 Tm [<0049006E001D006A00330075>-278<01220049006E001D0052004E00490077>]TJ
-/F29 8.966376 Tf 1 0 0 1 201.1853 765.6849 Tm [<001D00610033>-250<0049006E001D>-250<0043004E006A00330061005500610033006A0033006100630059>-500<0042004E>]TJ
-1 0 0 1 28.3464 754.3873 Tm [<0049006E001D>-250<0043004E006A00330061005500610033006A00330061>-250<004C005200300033002E>-250<006A00400033>-250<0049006E001D>-250<006A001D0024004900330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 155.0951 754.3873 Tm [<006A00330075>]TJ
-/F29 8.966376 Tf 1 0 0 1 165.8601 754.3873 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 170.3433 754.3873 Tm [<006A005200470033004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 190.0817 754.3873 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 194.5649 754.3873 Tm [<004E005200300033>]TJ
-/F29 8.966376 Tf 1 0 0 1 212.5119 754.3873 Tm [<002E>-250<001D004E0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 232.1841 754.3873 Tm [<005500300038>]TJ
-/F29 8.966376 Tf 1 0 0 1 245.6426 754.3873 Tm [<001D00610033>-250<006E004E001D0071001D004300490041>]TJ
-1 0 0 1 28.3464 743.0896 Tm [<001D0024004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 720.1883 Tm [<00250030004300610033002C006A0049006E001D>]TJ
-/F29 8.966376 Tf 1 0 0 1 63.3267 720.1883 Tm [<003300750055001D004E00300063>-250<0043004C004C003300300043001D006A003300490077002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 144.2662 720.1883 Tm [<00250049001D006A00330049006E001D>]TJ
-/F29 8.966376 Tf 1 0 0 1 172.5245 720.1883 Tm [<00430063>-250<005500610052002C00330063006300330030>-250<0030006E00610043004E003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 243.9955 720.1883 Tm [<002500630040004300550052006E006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 272.2555 720.1883 Tm [<0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 697.287 Tm [<00250049006E001D006A00330075007100330061006300430052004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 78.1283 697.287 Tm [<002D>]TJ
-/F32 8.966376 Tf 1 0 0 1 101.2561 697.287 Tm [<00660065>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 685.9893 Tm [<00250049006E001D006A003300750061003300710043006300430052004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 79.9198 685.9893 Tm [<002D>]TJ
-/F32 8.966376 Tf 1 0 0 1 101.2561 685.9893 Tm [<007A>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 674.6917 Tm [<00250049006E001D006A003300750030001D006A00330063006A001D004C0055>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.7971 674.6917 Tm [<002D>]TJ
-/F32 8.966376 Tf 1 0 0 1 101.2561 674.6917 Tm [<006C007A00530053007A003A006C0039007A006C>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 650.5817 Tm [<001C006A006A006100430024006E006A00330063>]TJ
-/F29 8.966376 Tf 1 0 0 1 28.3464 639.284 Tm [<00690040003300610033>-250<001D00610033>-250<006600390039006B0066>-250<001D006A006A006100430024006E006A0033>-250<00610033003C00430063006A003300610063002E>-250<0033001D002C0040>-250<00520038>-250<007300400043002C0040>-250<00520024003300770063>-250<003C00610052006E00550043004E003C>-250<001D004E0030>]TJ
-1 0 0 1 28.3464 627.9864 Tm [<002C001D004E>-250<0040001D00710033>-250<001D004E0077>-250<0043004E006A0033003C00330061>-250<0071001D0049006E0033>-250<0052006A004000330061>-250<006A0040001D004E>-250<006A00400033>-250<004C00520063006A>-250<004E0033003C001D006A004300710033>-250<004E006E004C002400330061>-250<0056007300400043002C0040>]TJ
-1 0 0 1 28.3464 616.6887 Tm [<0043004E00300043002C001D006A00330063>-250<006A00400033>-250<0071001D0049006E0033>-250<00430063>-250<006E004E00630033006A00570059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 593.7874 Tm [<002B001D006A002C005200300033>-278<006A001D0024004900330063>]TJ
-/F29 8.966376 Tf 1 0 0 1 28.3464 582.4898 Tm [<00690040003300610033>-250<001D00610033>-250<006600390039006B0066>-250<002C001D006A0033003C005200610077>-250<002C005200300033>-250<006A001D0024004900330063002E>-250<0033001D002C0040>-250<00520038>-250<007300400043002C0040>-250<002C001D004E>-250<0040005200490030>-250<006A00400033>-250<0038006E00490049>]TJ
-1 0 0 1 28.3464 571.1921 Tm [<0061001D004E003C0033>-250<00520038>-250<006D004E0043002C0052003000330059>-500<002B001D006A0033003C005200610077>-250<006A001D002400490033>-250<004C001D004E00430055006E0049001D006A00430052004E002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 559.8945 Tm [<00250043004E0043006A002C001D006A002C005200300033006A001D002400490033>]TJ
-/F22 8.966376 Tf 1 0 0 1 88.8996 559.8945 Tm [(N)]TJ
-/F29 8.966376 Tf 1 0 0 1 111.6526 559.8945 Tm [<0043004E0043006A0043001D0049004300790033>-250<001D004E>-250<02140043004E0043006A003300750215>-250<006A001D002400490033>-250<0043004E>]TJ
-/F22 8.966376 Tf 1 0 0 1 213.5111 559.8945 Tm [(N)]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 548.5968 Tm [<00250063001D00710033002C001D006A002C005200300033006A001D002400490033>]TJ
-/F22 8.966376 Tf 1 0 0 1 95.6297 548.5968 Tm [(N)]TJ
-/F29 8.966376 Tf 1 0 0 1 111.6526 548.5968 Tm [<0063001D00710033>-206<006A00400033>-207<002C006E006100610033004E006A>-207<002C001D006A0033003C005200610077>-207<002C0052003000330063>-207<006A0052>-206<006A001D002400490033>]TJ
-/F22 8.966376 Tf 1 0 0 1 252.6103 548.5968 Tm [(N)]TJ
-/F29 8.966376 Tf 1 0 0 1 261.5212 548.5968 Tm [<003C004900520024001D004900490077>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 537.2992 Tm [<0025002C001D006A002C005200300033006A001D002400490033>]TJ
-/F22 8.966376 Tf 1 0 0 1 78.5865 537.2992 Tm [(N)]TJ
-/F29 8.966376 Tf 1 0 0 1 111.6526 537.2992 Tm [<006300730043006A002C0040>-250<006A0052>-250<00550061003300300033007E004E00330030>-250<006A001D002400490033>]TJ
-/F22 8.966376 Tf 1 0 0 1 206.2837 537.2992 Tm [(N)]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 513.1892 Tm [<0037004300490033004E001D004C00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 501.8916 Tm [<00250043004E0055006E006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 48.0849 501.8916 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 52.5681 501.8916 Tm [<0025005200550033004E0043004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 79.0367 501.8916 Tm [<002E>-250<001D004E0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 98.7089 501.8916 Tm [<002500380052004E006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 116.6541 501.8916 Tm [<001D002C002C00330055006A>-250<00240061001D002C00330030>-250<007E00490033>-250<004E001D004C00330063>-250<006A0052>-250<001D0049004900520073>-250<0033004C002400330030003000330030>]TJ
-1 0 0 1 28.3464 490.5939 Tm [<00630055001D002C003300630059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 467.6926 Tm [<0042004C001D003C00330063>-278<001D004E0030>-278<003800520061004C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 456.3949 Tm [<002500550030003800610033003800750043004C001D003C0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 79.4742 456.3949 Tm [<001D004E0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 94.6632 456.3949 Tm [<00250055003000380061003300380075003800520061004C>]TJ
-/F29 8.966376 Tf 1 0 0 1 139.9566 456.3949 Tm [<001D002C002C00330055006A>-250<00520055006A00430052004E001D0049>-250<00300043004C0033004E006300430052004E>-250<0055001D0061001D004C0033006A003300610063>-250<0043004E>]TJ
-1 0 0 1 28.3464 445.0973 Tm [<006A00400033>-250<0063001D004C0033>-250<003800520061004C001D006A>-250<001D0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 98.069 445.0973 Tm [<002500550030003800750043004C001D003C0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 137.5378 445.0973 Tm [<0059>]TJ
-/F30 11.620364 Tf 1 0 0 1 28.3464 418.0877 Tm [<00540061003300490052001D003000330030>-278<0049006E001D>-278<004C00520030006E004900330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 404.0376 Tm [<00630049004E006E004E0043002C005200300033>]TJ
-/F29 8.966376 Tf 1 0 0 1 83.9475 404.0376 Tm [<0040006A006A0055002D006700670049006E001D003800520061003C00330059004E0033006A006700550061005200450033002C006A0063006700630049004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 392.7399 Tm [<0049006E001D007900430055>]TJ
-/F29 8.966376 Tf 1 0 0 1 83.9475 392.7399 Tm [<0040006A006A0055002D00670067007300730073005900470033005500490033006100550061005200450033002C006A005900520061003C00670049006E001D0079004300550067>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 381.4423 Tm [<0049006E001D007E00490033006300770063006A0033004C>]TJ
-/F29 8.966376 Tf 1 0 0 1 83.9475 381.4423 Tm [<0040006A006A0055002D00670067007300730073005900470033005500490033006100550061005200450033002C006A005900520061003C00670049006E001D007E00490033006300770063006A0033004C0067>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 370.1446 Tm [<004900550033003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 83.9475 370.1446 Tm [<0040006A006A0055002D0067006700730073007300590043004E003800590055006E002C00410061004300520059002400610067002000610052002400330061006A00520067004900550033003C00590040006A004C0049>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 358.847 Tm [<00490079004900430024>]TJ
-/F29 8.966376 Tf 1 0 0 1 83.9475 358.847 Tm [<0040006A006A0055002D006700670049006E001D003800520061003C00330059004E0033006A006700550061005200450033002C006A00630067004900790049004300240067>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 347.5493 Tm [<004C00300039>]TJ
-/F29 8.966376 Tf 1 0 0 1 83.9475 347.5493 Tm [<0040006A006A0055002D0067006700730073007300590043004E003800590055006E002C00410061004300520059002400610067002000610052002400330061006A00520067004C003000390067004C00300039004100390067004C0030003900590040006A004C0049>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 336.2517 Tm [<0049006E001D00630052002C00470033006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 71.9924 336.2517 Tm [<0040006A006A0055002D006700670073007300730059006A0033002C003C0061001D003800590055006E002C004100610043005200590024006100670020003000430033003C00520067005500610052003800330063006300430052004E001D004900670049006E001D00630052002C00470033006A0067>]TJ
-/F30 11.620364 Tf 1 0 0 1 28.3464 307.838 Tm [<0062006A00610043004E003C>-278<00330075006A0033004E006300430052004E0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 296.5403 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.041 296.5403 Tm [<0063006A00610043004E003C00590033007500550049005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 110.1972 296.5403 Tm [<00560063006A00610043004E003C002E>-278<00290063006A00610043004E003C002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 175.9611 296.5403 Tm [<002300610033001D0047>-250<001D>-250<0063006A00610043004E003C>-250<0043004E006A0052>-250<005500430033002C003300630059>-500<006900400033>]TJ
-1 0 0 1 40.3016 285.2427 Tm [<00520055006A00430052004E001D0049>-250<001D0061003C006E004C0033004E006A>-250<00430063>-250<001D>-250<002C0040001D0061001D002C006A00330061>-250<00550052006300630043002400490077>-250<00380052004900490052007300330030>-250<00240077>-250<001D>-250<00550049006E0063>-250<00630043003C004E>]TJ
-1 0 0 1 40.3016 273.9451 Tm [<0056003000330038001D006E0049006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 70.4286 273.9451 Tm [<005E>-278<005A005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 83.1141 273.9451 Tm [<0057>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 262.6474 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 262.6474 Tm [<0063006A00610043004E003C0059006E006A00380071001D0049006E00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 124.989 262.6474 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 251.3498 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061004E0063>-250<001D>-250<0071001D0049006E0033>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<00630043004E003C00490033>]TJ
-/F29 6.973848 Tf 1 0 0 1 216.0964 251.3498 Tm [<006D00690037>]TJ
-/F29 8.966376 Tf 1 0 0 1 229.27 251.3498 Tm [<00410034>-250<006A005200470033004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 240.0521 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 240.0521 Tm [<0063006A00610043004E003C0059006E006A0038002C0040001D0061001D002C006A003300610063>]TJ
-/F31 8.069684 Tf 1 0 0 1 133.0587 240.0521 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 228.7545 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061004E0063>-250<001D>-250<0063006A00610043004E003C>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<00630043004E003C00490033>]TJ
-/F29 6.973848 Tf 1 0 0 1 217.1006 228.7545 Tm [<006D00690037>]TJ
-/F29 8.966376 Tf 1 0 0 1 230.2742 228.7545 Tm [<00410034>-250<006A005200470033004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 217.4568 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 217.4568 Tm [<0063006A00610043004E003C0059002C0040001D0061001D002C006A003300610063>]TJ
-/F31 8.069684 Tf 1 0 0 1 122.7537 217.4568 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 206.1592 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061004E0063>-250<001D>-250<0063006A00610043004E003C>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<00630043004E003C00490033>-250<0034004100240077006A0033>-250<006A005200470033004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 194.8615 Tm [<0063006A00610043004E003C002E>-278<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 81.4934 194.8615 Tm [<0063006A00610043004E003C0059002C0040001D0061001D002C006A003300610055001D004300610063>]TJ
-/F31 8.069684 Tf 1 0 0 1 161.7706 194.8615 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 198.8306 194.8615 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061004E0063>-250<006A00730052>]TJ
-1 0 0 1 40.3016 183.5639 Tm [<0063006A00610043004E003C0063>-250<0061003300550061003300630033004E006A0043004E003C>-250<006A00730052>-250<00630043004E003C00490033>]TJ
-/F29 6.973848 Tf 1 0 0 1 152.3724 183.5639 Tm [<006D00690037>]TJ
-/F29 8.966376 Tf 1 0 0 1 165.546 183.5639 Tm [<00410034>-250<006A005200470033004E00630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 172.2662 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 172.2662 Tm [<0063006A00610043004E003C005900240077006A00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 110.6411 172.2662 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 160.9686 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061004E0063>-250<001D>-250<0071001D0049006E0033>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<00630043004E003C00490033>-250<0034004100240077006A0033>-250<006A005200470033004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 149.671 Tm [<004E006E004C002400330061002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 96.7451 149.671 Tm [<0063006A00610043004E003C005900240077006A00330055001D004300610063>]TJ
-/F31 8.069684 Tf 1 0 0 1 157.2839 149.671 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 194.3438 149.671 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061004E0063>-250<006A00730052>]TJ
-1 0 0 1 40.3016 138.3733 Tm [<0071001D0049006E00330063>-250<0061003300550061003300630033004E006A0043004E003C>-250<006A00730052>-250<00630043004E003C00490033>-250<0034004100240077006A0033>-250<006A005200470033004E00630059>]TJ
-/F30 11.620364 Tf 1 0 0 1 28.3464 111.1683 Tm [<0051005500330061001D006A0043004E003C>-278<006300770063006A0033004C>-278<00330075006A0033004E006300430052004E0063>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 99.8706 Tm [<005200630059003300750033002C>]TJ
-/F31 8.069684 Tf 1 0 0 1 57.9541 99.8706 Tm [<0056006A001D0024004900330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 92.7788 99.8706 Tm [<0060006E004E>-250<001D004E>-250<00330075006A00330061004E001D0049>-250<002C0052004C004C001D004E0030>-250<001D004E0030>-250<003300750043006A0059>-500<006900400033>-250<006A001D002400490033>-250<00430063>-250<001D004E>]TJ
-1 0 0 1 40.3016 88.573 Tm [<001D00610061001D0077>-250<00520038>-250<001D0061003C006E004C0033004E006A0063002E>-250<00730043006A0040>-250<001D004E>-250<00520055006A00430052004E001D0049>]TJ
-/F31 8.069684 Tf 1 0 0 1 173.0309 88.573 Tm [<001D0061003C00710029007A002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 199.9415 88.573 Tm [<0043004E>-250<0043004E003000330075>-250<007A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 77.2753 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 77.2753 Tm [<00520063005900630055001D0073004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 103.0314 77.2753 Tm [<0056006A001D0024004900330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 65.9777 Tm [<0060006E004E>-250<001D004E>-250<00330075006A00330061004E001D0049>-250<002C0052004C004C001D004E0030>-250<001D004E0030>-250<00610033006A006E0061004E>-250<0043006A0063>-250<003300750043006A>-250<002C0052003000330059>-500<006900400033>-250<006A001D002400490033>-250<00430063>-250<001D004E>]TJ
-1 0 0 1 40.3016 54.68 Tm [<001D00610061001D0077>-250<00520038>-250<001D0061003C006E004C0033004E006A0063002E>-250<00730043006A0040>-250<001D004E>-250<00520055006A00430052004E001D0049>]TJ
-/F31 8.069684 Tf 1 0 0 1 173.0309 54.68 Tm [<001D0061003C00710029007A002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 199.9415 54.68 Tm [<0043004E>-250<0043004E003000330075>-250<007A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 43.3824 Tm [<00520063005900630033006A0033004E0071>]TJ
-/F31 8.069684 Tf 1 0 0 1 65.5719 43.3824 Tm [<00560063006A00610043004E003C002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 126.849 43.3824 Tm [<00620033006A>-250<001D004E>-250<0033004E0071004300610052004E004C0033004E006A>-250<0071001D00610043001D0024004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 32.0847 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 32.0847 Tm [<005200630059003C0033006A006A0043004C0033005200380030001D0077>]TJ
-/F31 8.069684 Tf 1 0 0 1 126.7804 32.0847 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 144.11 32.0847 Tm [<003B0033006A>-250<006A00400033>-250<006A0043004C0033>-250<001D0063>-250<001D>-250<007F0052001D006A0043004E003C>-250<005500520043004E006A>-250<004E006E004C002400330061>]TJ
-1 0 0 1 40.3016 20.7871 Tm [<0056006D004E00430075>-250<0052004E0049007700570059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 780.6666 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 331.0571 780.6666 Tm [<005200630059006A0043004C00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 363.7958 780.6666 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 381.1254 780.6666 Tm [<00600033006A006E0061004E>-250<005500610052002C003300630063>-250<006A0043004C003300630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 769.369 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 769.369 Tm [<005200630059006A004C0055003000430061>]TJ
-/F31 8.069684 Tf 1 0 0 1 370.0579 769.369 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 387.3874 769.369 Tm [<002B00610033001D006A0033>-250<001D>-250<006A0033004C005500520061001D00610077>-250<0030004300610033002C006A005200610077>-250<0043004E0063004300300033>-250<006A00400033>-250<002C006E006100610033004E006A>]TJ
-1 0 0 1 316.3177 758.0713 Tm [<0030004300610033002C006A0052006100770059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 746.7737 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 331.0571 746.7737 Tm [<005200630059006E004E001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 368.7264 746.7737 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.056 746.7737 Tm [<00600033006A006E0061004E>-250<0071001D006100430052006E0063>-250<0043004E003800520061004C001D006A00430052004E>-250<0063006A00610043004E003C0063>-250<001D00240052006E006A>-250<006A00400033>-250<002C0052004C0041>]TJ
-1 0 0 1 316.3177 735.476 Tm [<0055006E006A003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 724.1784 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 724.1784 Tm [<0052006300590063003300490038003000430061>]TJ
-/F31 8.069684 Tf 1 0 0 1 369.1702 724.1784 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.4998 724.1784 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<0030004300610033002C006A005200610077>-250<0055001D006A0040>-250<00520038>-250<001D0061003C00710029007A002A0059>]TJ
-/F30 11.620364 Tf 1 0 0 1 304.3626 698.4134 Tm [<0048006E001D>-278<007E00490033>-278<006300770063006A0033004C>-278<00330075006A0033004E006300430052004E0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 687.1158 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 687.1158 Tm [<004900380063005900430063003000430061>]TJ
-/F31 8.069684 Tf 1 0 0 1 370.9778 687.1158 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 408.0378 687.1158 Tm [<00600033006A006E0061004E>-250<006A0061006E0033>-250<00430038>-250<006A00400033>-250<0063006A00610043004E003C>-250<00430063>-250<001D>-250<0030004300610033002C006A0052006100770059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 675.8181 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 675.8181 Tm [<004900380063005900430063007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 372.3255 675.8181 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 409.3854 675.8181 Tm [<00600033006A006E0061004E>-250<006A0061006E0033>-250<00430038>-250<006A00400033>-250<0063006A00610043004E003C>-250<00430063>-250<001D>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 664.5205 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 664.5205 Tm [<00490038006300590063004000520061006A004E001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 386.2053 664.5205 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 653.2228 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<0037001C0069>-250<004E001D004C0033>-250<00520038>-250<001D>-250<007E00490033>-250<005600720043004E0030005200730063>-250<0052004E0049007700570059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 641.9252 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 641.9252 Tm [<004900380063005900610033001D003000490043004E0047>]TJ
-/F31 8.069684 Tf 1 0 0 1 375.9003 641.9252 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 412.9603 641.9252 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<002C0052004E006A0033004E006A0063>-250<00520038>-250<001D>-250<00630077004C00490043004E0047>-250<0056006D004E00430075>]TJ
-1 0 0 1 316.3177 630.6275 Tm [<0052004E0049007700570059>]TJ
-/F30 11.620364 Tf 1 0 0 1 304.3626 604.8626 Tm [<002B001D004900490024001D002C0047>-278<006A001D002400490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 593.5649 Tm [<004E006E004C002400330061002E>-278<00290063006A00610043004E003C002A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 369.6221 593.5649 Tm [<002C001D004900490024001D002C0047005900610033003C00430063006A00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 433.3161 593.5649 Tm [<00560063006A00610043004E003C002E>-278<0038006E004E002C006A00430052004E0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 503.1229 593.5649 Tm [<00600033003C00430063006A00330061>-250<001D>-250<002C001D004900490041>]TJ
-1 0 0 1 316.3177 582.2673 Tm [<0024001D002C00470059>-500<0054001D006300630043004E003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 369.6139 582.2673 Tm [<004E00430049>]TJ
-/F29 8.966376 Tf 1 0 0 1 379.9252 582.2673 Tm [<00610033004C0052007100330063>-250<001D004E>-250<0033007500430063006A0043004E003C>-250<002C001D004900490024001D002C00470059>-500<00600033006A006E0061004E0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 520.6256 582.2673 Tm [<004E00430049>]TJ
-/F29 8.966376 Tf 1 0 0 1 528.6953 582.2673 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 533.1785 582.2673 Tm [<00330061006100520061>]TJ
-/F29 8.966376 Tf 1 0 0 1 552.4551 582.2673 Tm [<0052004E>]TJ
-1 0 0 1 316.3177 570.9696 Tm [<0038001D00430049006E006100330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 559.672 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 331.0571 559.672 Tm [<002C001D004900490024001D002C00470059004900430063006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 376.8122 559.672 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 394.1418 559.672 Tm [<0054006100520030006E002C0033>-250<001D>-250<004900430063006A>-250<00520038>-250<001D00490049>-250<0047004E00520073004E>-250<002C001D004900490024001D002C0047>-250<004E001D004C003300630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 548.3743 Tm [<0038006E004E002C006A00430052004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 341.822 548.3743 Tm [<002C001D004900490024001D002C00470059007E004E0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 390.7082 548.3743 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 537.0767 Tm [<00600033006A006E0061004E0063>-250<006A00400033>-250<0038006E004E002C006A00430052004E>-250<002C006E006100610033004E006A00490077>-250<001D006300630052002C0043001D006A00330030>-250<00730043006A0040>-250<001D>-250<002C001D004900490024001D002C0047002E>-250<00520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 533.9586 537.0767 Tm [<004E00430049>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 515.6154 Tm [<0037004300490033>-278<003000430063002C00520071003300610077>-278<002C001D004900490024001D002C00470063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 504.3178 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 504.3178 Tm [<007E004E0030006F00610033001D0030006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 385.7615 504.3178 Tm [<0056004E006E004C002400330061002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 493.0201 Tm [<00370043004E0030>-250<001D>-250<007E00490033>-250<003800520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 367.6233 493.0201 Tm [<00250043004E0055006E006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 389.6034 493.0201 Tm [<0056007A0057>-250<00520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 412.0103 493.0201 Tm [<0025005200550033004E0043004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 440.7205 493.0201 Tm [<005600400043003C004000330061>-250<0043004E006A0033003C00330061006300570059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 481.7225 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 481.7225 Tm [<007E004E0030006F007300610043006A0033006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 387.5529 481.7225 Tm [<0056004E006E004C002400330061002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 456.4559 481.7225 Tm [<00370043004E0030>-250<001D>-250<007E00490033>-250<003800520061>-250<007300610043006A0043004E003C>-250<006A0052>-250<006A00400033>]TJ
-1 0 0 1 316.3177 470.4248 Tm [<00490052003C>-250<007E00490033>-250<0056007A0057>-250<00520061>-250<00730043006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 384.3098 470.4248 Tm [<0025007300610043006A0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 405.8298 470.4248 Tm [<005600400043003C004000330061>-250<0043004E006A0033003C00330061006300570059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 459.1272 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 459.1272 Tm [<007E004E0030006F00380052004E006A006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 383.9539 459.1272 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 421.0138 459.1272 Tm [<00370043004E0030>-250<001D>-250<00380052004E006A>-250<004C0033006A00610043002C0063>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 447.8296 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 447.8296 Tm [<007E004E0030006F0052006E006A0055006E006A006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 393.815 447.8296 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 430.875 447.8296 Tm [<00370043004E0030>-250<006A00400033>-250<0052006E006A0055006E006A>-250<00560054002F0037>-250<00520061>-250<002F007000420057>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 436.5319 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 436.5319 Tm [<007E004E0030006F003800520061004C001D006A006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 393.8231 436.5319 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 430.883 436.5319 Tm [<00370043004E0030>-250<006A00400033>-250<003800520061004C001D006A>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 425.2343 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 425.2343 Tm [<007E004E0030006F00710038006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 375.8923 425.2343 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 412.9522 425.2343 Tm [<00370043004E0030>-250<001D>-250<00700037>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 413.9366 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 413.9366 Tm [<007E004E0030006F004C001D0055006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 385.3096 413.9366 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 422.3695 413.9366 Tm [<00370043004E0030>-250<001D>-250<00380052004E006A>-250<004C001D0055>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 402.639 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 402.639 Tm [<007E004E0030006F0033004E002C006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 382.6224 402.639 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 419.6823 402.639 Tm [<00370043004E0030>-250<001D>-250<00380052004E006A>-250<0033004E002C005200300043004E003C>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 391.3413 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 391.3413 Tm [<007E004E0030006F0063006E002400380052004E006A006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 398.3018 391.3413 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 435.3617 391.3413 Tm [<00370043004E0030>-250<001D>-250<0063006E002400380052004E006A>-250<00300033007E004E0043006A00430052004E>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 380.0437 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 380.0437 Tm [<007E004E0030006F00550047006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 378.1356 380.0437 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 415.1956 380.0437 Tm [<00370043004E0030>-250<001D>-250<00540046>-250<00380052004E006A>-250<00240043006A004C001D0055>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 368.746 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 368.746 Tm [<007E004E0030006F0030001D006A001D006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 385.3096 368.746 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 357.4484 Tm [<00370043004E0030>-250<001D004E>-250<0043004E0055006E006A>-250<0030001D006A001D>-250<007E00490033>-250<003800520061>-250<0054002F0037>-250<001D006A006A001D002C0040004C0033004E006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 346.1507 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 346.1507 Tm [<007E004E0030006F005200550033004E006A007700550033006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 404.588 346.1507 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 441.648 346.1507 Tm [<00370043004E0030>-250<001D004E>-250<005100550033004E0069007700550033>-250<00380052004E006A>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 334.8531 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 334.8531 Tm [<007E004E0030006F006A0061006E0033006A007700550033006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 400.5532 334.8531 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 437.6132 334.8531 Tm [<00370043004E0030>-250<001D004E>-250<00690061006E00330069007700550033>-250<00380052004E006A>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 323.5555 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 323.5555 Tm [<007E004E0030006F006A0077005500330053006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 389.7963 323.5555 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 426.8563 323.5555 Tm [<00370043004E0030>-250<001D004E>-250<00690077005500330053>-250<0056005400520063006A0062002C006100430055006A0057>-250<00380052004E006A>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 312.2578 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 312.2578 Tm [<007E004E0030006F0043004C001D003C0033006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 392.0397 312.2578 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 429.0996 312.2578 Tm [<00370043004E0030>-250<001D004E>-250<0043004C001D003C0033>-250<007E00490033>-250<003800520061>-250<0043004E002C0049006E006300430052004E0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 290.7966 Tm [<0037004300490033>-278<00610033001D00300043004E003C>-278<002C001D004900490024001D002C00470063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 279.4989 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 331.0571 279.4989 Tm [<005200550033004E006F00610033001D0030006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 388.0129 279.4989 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 425.0729 279.4989 Tm [<005100550033004E>-250<001D>-250<007E00490033>-250<003800520061>-250<00610033001D00300043004E003C0059>-500<006900400033>-250<00610033006A006E0061004E00330030>]TJ
-1 0 0 1 316.3177 268.2013 Tm [<006A001D002400490033>-250<006300400052006E00490030>-250<00300033007E004E0033>-250<004700330077>-250<0038006E004E002C006A00430052004E0063>-250<003800520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 449.8002 268.2013 Tm [<005E00610033001D003000330061005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 481.0926 268.2013 Tm [<001D004E0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 496.2817 268.2013 Tm [<005E002C0049005200630033005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 520.8458 268.2013 Tm [<0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 256.9036 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 256.9036 Tm [<00610033001D003000330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 357.9614 256.9036 Tm [<0056006A001D0024004900330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 245.606 Tm [<00600033001D0030>-250<001D>-250<00490043004E0033>-250<003800610052004C>-250<001D>-250<007E00490033>-250<005200550033004E00330030>-250<00730043006A0040>-250<006A00400033>]TJ
-/F30 8.069684 Tf 1 0 0 1 458.0134 245.606 Tm [<005200550033004E006F00610033001D0030006F007E00490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 517.2108 245.606 Tm [<002C001D004900490024001D002C00470059>]TJ
-1 0 0 1 316.3177 234.3083 Tm [<006900400033>-250<001D0061003C006E004C0033004E006A>-250<00430063>-250<006A00400033>-250<00610033006A006E0061004E>-250<0071001D0049006E0033>-250<003800610052004C>]TJ
-/F30 8.069684 Tf 1 0 0 1 455.0186 234.3083 Tm [<005200550033004E006F00610033001D0030006F007E00490033>]TJ
-1 0 0 1 304.3626 223.0107 Tm [<002C0049005200630033>]TJ
-/F31 8.069684 Tf 1 0 0 1 324.9968 223.0107 Tm [<0056006A001D0024004900330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 359.8214 223.0107 Tm [<002B0049005200630033>-250<001D>-250<007E00490033>-250<005200550033004E00330030>-250<00730043006A0040>-250<006A00400033>]TJ
-/F30 8.069684 Tf 1 0 0 1 461.9305 223.0107 Tm [<005200550033004E006F00610033001D0030006F007E00490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 521.128 223.0107 Tm [<002C001D004900490024001D002C00470059>]TJ
-1 0 0 1 316.3177 211.713 Tm [<006900400033>-250<001D0061003C006E004C0033004E006A>-250<00430063>-250<006A00400033>-250<00610033006A006E0061004E>-250<0071001D0049006E0033>-250<003800610052004C>-250<006A00400033>]TJ
-/F30 8.069684 Tf 1 0 0 1 468.2171 211.713 Tm [<005200550033004E006F00610033001D0030006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 190.2518 Tm [<00240052005200490033001D004E002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 398.3341 190.2518 Tm [<00610033001D0030006F00380052004E006A006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 451.247 190.2518 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 178.9541 Tm [<00600033001D0030>-250<001D>-250<00690037004B>-250<004C0033006A00610043002C0063>-250<007E004900330059>-500<00600033006A006E0061004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 437.3549 178.9541 Tm [<006A0061006E0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 451.2589 178.9541 Tm [<002E>-250<006A00400033>-250<0030001D006A001D002E>-250<001D004E0030>-250<006A00400033>-250<0030001D006A001D>-250<00490033004E003C006A0040>]TJ
-1 0 0 1 316.3177 167.6565 Tm [<003800520061>-250<0063006E002C002C003300630063002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 360.3875 167.6565 Tm [<0038001D004900630033>]TJ
-/F29 8.966376 Tf 1 0 0 1 379.6723 167.6565 Tm [<0052006A0040003300610073004300630033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 156.3588 Tm [<00240052005200490033001D004E002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 398.3341 156.3588 Tm [<00610033001D0030006F00710038006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 443.1854 156.3588 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 480.2453 156.3588 Tm [<00600033001D0030>-250<001D>-250<00700037>-250<004C0033006A00610043002C0063>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 145.0612 Tm [<00240052005200490033001D004E002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 398.3341 145.0612 Tm [<00610033001D0030006F004C001D0055006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 452.6027 145.0612 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 489.6626 145.0612 Tm [<00600033001D0030>-250<001D>-250<00380052004E006A>-250<004C001D0055>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 133.7636 Tm [<00240052005200490033001D004E002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 398.3341 133.7636 Tm [<00610033001D0030006F0033004E002C006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 449.9155 133.7636 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 486.9754 133.7636 Tm [<00600033001D0030>-250<001D>-250<00380052004E006A>-250<0033004E002C005200300043004E003C>]TJ
-1 0 0 1 316.3177 122.4659 Tm [<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 111.1683 Tm [<00240052005200490033001D004E002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 398.3341 111.1683 Tm [<00610033001D0030006F006300380030006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 448.1159 111.1683 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 99.8706 Tm [<00600033001D0030>-250<001D>-250<0063006E002400380052004E006A>-250<00300033007E004E0043006A00430052004E>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 88.573 Tm [<00240052005200490033001D004E002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 398.3341 88.573 Tm [<00610033001D0030006F00550047006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 445.4287 88.573 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 482.4887 88.573 Tm [<00600033001D0030>-250<001D>-250<00380052004E006A>-250<00240043006A004C001D0055>-250<00540046>]TJ
-1 0 0 1 316.3177 77.2753 Tm [<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 65.9777 Tm [<00240052005200490033001D004E002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 398.3341 65.9777 Tm [<00610033001D0030006F0030001D006A001D006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 452.6027 65.9777 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 489.6626 65.9777 Tm [<00600033001D0030>-250<001D>-250<0030001D006A001D>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 54.68 Tm [<00240052005200490033001D004E002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 398.3341 54.68 Tm [<00610033001D0030006F006A0061006E0033006A007700550033006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 467.8463 54.68 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 43.3824 Tm [<00600033001D0030>-250<001D>-250<00690061006E00330069007700550033>-250<00380052004E006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 32.0847 Tm [<00240052005200490033001D004E002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 398.3341 32.0847 Tm [<00610033001D0030006F006A0077005500330053006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 457.0894 32.0847 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 494.1494 32.0847 Tm [<00600033001D0030>-250<001D>-250<00690077005500330053>-250<00380052004E006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 20.7871 Tm [<00240052005200490033001D004E002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 398.3341 20.7871 Tm [<00610033001D0030006F005200550033004E006A007700550033006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 471.8812 20.7871 Tm [<00560063006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0048006E001D006A0033>35<0075>-250<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>35<003300610033004E002C0033>-48615<0053>]TJ
+/F5 11.620364 Tf 1 0 0 1 28.3464 770.201 Tm [<003B0033>5<006A006A0043004E003C>-278<0063006A>-5<001D0061>-20<006A>5<00330030>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 747.6057 Tm [<0049006E001D006A>15<0033>25<0075>]TJ
+/F1 8.966376 Tf 1 0 0 1 51.7952 747.6057 Tm [<00430063>-250<001D>-250<006A00770055003300630033006A006A003300610064>]TJ
+/F6 8.069684 Tf 1 0 0 1 105.8356 747.6057 Tm [<006A>15<0033>25<00750049006E001D>]TJ
+/F1 8.966376 Tf 1 0 0 1 129.2843 747.6057 Tm [<001D004E0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 144.4733 747.6057 Tm [<0049006E001D006A>15<0033>25<0075>-278<004100410049006E001D0052004E0049>5<0077>]TJ
+/F1 8.966376 Tf 1 0 0 1 201.0643 747.6057 Tm [<001D00610033>-250<0049006E001D>-250<0043004E006A00330061>-25<005500610033006A0033006100630059>-500<0042004E>-250<0049006E001D>]TJ
+1 0 0 1 28.3464 736.3081 Tm [<0043004E006A00330061>-25<005500610033006A00330061>-250<004C005200300033002E>-250<006A00400033>-250<0049006E001D>-250<006A001D0024004900330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 142.1208 736.3081 Tm [<006A>15<0033>25<0075>]TJ
+/F1 8.966376 Tf 1 0 0 1 152.563 736.3081 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 157.0462 736.3081 Tm [<006A>10<00520047>20<0033004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 176.5425 736.3081 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 181.0257 736.3081 Tm [<004E005200300033>]TJ
+/F1 8.966376 Tf 1 0 0 1 198.9727 736.3081 Tm [<002E>-250<001D004E0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 218.6449 736.3081 Tm [<005500300038>]TJ
+/F1 8.966376 Tf 1 0 0 1 232.1034 736.3081 Tm [<001D00610033>-250<006E004E001D>30<0071>25<001D00430049001D0024004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 713.7128 Tm [<0025003000430061>10<0033002C006A0049006E001D>]TJ
+/F1 8.966376 Tf 1 0 0 1 63.2461 713.7128 Tm [<0033>35<00750055001D004E00300063>-250<0043004C004C003300300043001D006A00330049>25<0077>65<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 143.0648 713.7128 Tm [<00250049001D006A>15<00330049006E001D>]TJ
+/F1 8.966376 Tf 1 0 0 1 171.202 713.7128 Tm [<00430063>-250<005500610052002C00330063006300330030>-250<0030006E0061>-20<0043004E003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 242.8523 713.7128 Tm [<002500630040004300550052006E006A>]TJ
+/F1 8.966376 Tf 1 0 0 1 271.1124 713.7128 Tm [<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 691.1175 Tm [<00250049006E001D006A>15<0033>25<00750071>20<00330061>-5<006300430052004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 77.6845 691.1175 Tm [<002D>]TJ
+/F7 8.966376 Tf 1 0 0 1 100.8123 691.1175 Tm [<00650034>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 679.8198 Tm [<00250049006E001D006A>15<0033>25<00750061>10<0033>15<00710043006300430052004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 79.3953 679.8198 Tm [<002D>]TJ
+/F7 8.966376 Tf 1 0 0 1 100.8123 679.8198 Tm [<006B>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 668.5222 Tm [<00250049006E001D006A>15<0033>25<00750030001D006A>15<00330063>5<006A001D004C>-5<0055>]TJ
+/F1 8.966376 Tf 1 0 0 1 89.3533 668.5222 Tm [<002D>]TJ
+/F7 8.966376 Tf 1 0 0 1 100.8123 668.5222 Tm [<006C007A0053003A007A006B0053007A00530053>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 634.6293 Tm [<001C>20<006A006A006100430024006E006A>5<00330063>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 612.034 Tm [<00690040003300610033>-250<001D00610033>-250<006600390039006B0066>-250<001D006A006A0061>-20<00430024006E006A0033>-250<00610033003C00430063>15<006A003300610063002E>-250<0033001D002C>15<0040>-250<00520038>-250<007300400043002C>15<0040>-250<005200240033>30<0077>25<0063>-250<003C>-10<00610052006E00550043004E003C>-250<001D004E0030>-250<002C001D004E>]TJ
+1 0 0 1 28.3464 600.7363 Tm [<0040001D>30<0071>35<0033>-250<001D004E>30<0077>-250<0043004E006A0033003C>25<00330061>-250<0071>25<001D0049006E0033>-250<0052006A004000330061>-250<006A0040001D004E>-250<006A00400033>-250<004C00520063>15<006A>-250<004E0033003C>20<001D006A00430071>35<0033>-250<004E006E004C002400330061>-250<0056007300400043002C>15<0040>-250<0043004E00300043002C001D006A00330063>]TJ
+1 0 0 1 28.3464 589.4387 Tm [<006A00400033>-250<0071>25<001D0049006E0033>-250<00430063>-250<006E004E00630033006A00570059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 555.5457 Tm [<002B001D006A002C005200300033>-278<006A>-5<001D0024004900330063>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 532.9505 Tm [<00690040003300610033>-250<001D00610033>-250<006600390039006B0066>-250<002C001D006A0033003C00520061>-20<0077>-250<002C005200300033>-250<006A001D0024004900330063002E>-250<0033001D002C>15<0040>-250<00520038>-250<007300400043002C>15<0040>-250<002C001D004E>-250<0040005200490030>-250<006A00400033>-250<0038006E00490049>-250<0061001D004E003C>25<0033>]TJ
+1 0 0 1 28.3464 521.6528 Tm [<00520038>-250<006D>30<004E0043002C0052003000330059>-500<002B001D006A0033003C00520061>-20<0077>-250<006A001D002400490033>-250<004C001D004E00430055006E0049001D006A00430052004E002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 510.3552 Tm [<00250043004E0043006A002C001D006A002C005200300033>10<006A001D002400490033>]TJ
+/F4 8.966376 Tf 1 0 0 1 88.8189 510.3552 Tm [<01C8>]TJ
+/F1 8.966376 Tf 1 0 0 1 111.4106 510.3552 Tm [<0043004E0043006A0043001D0049004300790033>-250<001D004E>-250<02140043004E0043006A0033>35<00750215>-250<006A001D002400490033>-250<0043004E>]TJ
+/F4 8.966376 Tf 1 0 0 1 212.9554 510.3552 Tm [<01C8>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 499.0575 Tm [<00250063001D>20<0071>20<0033002C001D006A002C005200300033>10<006A001D002400490033>]TJ
+/F4 8.966376 Tf 1 0 0 1 95.2262 499.0575 Tm [<01C8>]TJ
+/F1 8.966376 Tf 1 0 0 1 111.4106 499.0575 Tm [<0063001D>30<0071>35<0033>-213<006A00400033>-214<002C006E0061>-25<00610033004E006A>-213<002C001D006A0033003C00520061>-20<0077>-214<002C0052003000330063>-213<006A0052>-214<006A001D002400490033>]TJ
+/F4 8.966376 Tf 1 0 0 1 252.6125 499.0575 Tm [<01C8>]TJ
+/F1 8.966376 Tf 1 0 0 1 261.7454 499.0575 Tm [<003C004900520024001D00490049>25<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 487.7599 Tm [<0025002C001D006A002C005200300033>10<006A001D002400490033>]TJ
+/F4 8.966376 Tf 1 0 0 1 78.5058 487.7599 Tm [<01C8>]TJ
+/F1 8.966376 Tf 1 0 0 1 111.4106 487.7599 Tm [<006300730043006A002C>15<0040>-250<006A0052>-250<00550061003300300033007E004E00330030>-250<006A001D002400490033>]TJ
+/F4 8.966376 Tf 1 0 0 1 205.9072 487.7599 Tm [<01C8>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 453.8669 Tm [<0037004300490033004E001D004C00330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 431.2716 Tm [<00250043004E>-5<0055006E006A>]TJ
+/F1 8.966376 Tf 1 0 0 1 48.1252 431.2716 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 52.6084 431.2716 Tm [<0025005200550033004E0043004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 79.077 431.2716 Tm [<002E>-250<001D004E0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 98.7492 431.2716 Tm [<00250038>10<0052004E006A>]TJ
+/F1 8.966376 Tf 1 0 0 1 116.6137 431.2716 Tm [<001D002C002C00330055006A>-250<00240061001D002C00330030>-250<007E00490033>-250<004E001D004C00330063>-250<006A0052>-250<001D004900490052>35<0073>-250<0033004C002400330030003000330030>-250<00630055001D002C003300630059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 397.3787 Tm [<0042004C001D003C>-10<00330063>-278<001D004E0030>-278<0038>10<00520061004C0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 374.7834 Tm [<00250055003000380061>10<0033003800750043004C001D003C0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 79.3935 374.7834 Tm [<001D004E0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 94.5825 374.7834 Tm [<00250055003000380061>10<0033003800750038>10<00520061004C>]TJ
+/F1 8.966376 Tf 1 0 0 1 139.7145 374.7834 Tm [<001D002C002C00330055006A>-250<00520055006A00430052004E001D0049>-250<00300043004C0033004E006300430052004E>-250<0055001D0061001D004C0033006A003300610063>-250<0043004E>-250<006A00400033>]TJ
+1 0 0 1 28.3464 363.4858 Tm [<0063001D004C0033>-250<0038>40<00520061>-20<004C001D006A>-250<001D0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 84.6912 363.4858 Tm [<002500550030003800750043004C001D003C0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 124.16 363.4858 Tm [<0059>]TJ
+/F5 11.620364 Tf 1 0 0 1 28.3464 329.5928 Tm [<00540061>-5<003300490052001D003000330030>-278<0049006E001D>-278<004C00520030006E004900330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 306.9975 Tm [<00630049004E006E004E0043002C005200300033>]TJ
+/F1 8.966376 Tf 1 0 0 1 83.7055 306.9975 Tm [<0040006A006A0055002D006700670049006E001D003800520061003C00330059004E0033006A006700550061005200450033002C006A0063006700630049004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 295.6999 Tm [<0049006E001D007900430055>]TJ
+/F1 8.966376 Tf 1 0 0 1 83.7055 295.6999 Tm [<0040006A006A0055002D00670067007300730073005900470033005500490033006100550061005200450033002C006A005900520061003C00670049006E001D0079004300550067>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 284.4023 Tm [<0049006E001D007E0049003300630077>10<0063>5<006A>15<0033004C>]TJ
+/F1 8.966376 Tf 1 0 0 1 83.7055 284.4023 Tm [<0040006A006A0055002D00670067007300730073005900470033005500490033006100550061005200450033002C006A005900520061003C00670049006E001D0038004300490033006300770063006A0033004C0067>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 273.1046 Tm [<004900550033003C>]TJ
+/F1 8.966376 Tf 1 0 0 1 83.7055 273.1046 Tm [<0040006A006A0055002D0067006700730073007300590043004E003800590055006E002C00410061004300520059002400610067002000610052002400330061006A00520067004900550033003C00590040006A004C0049>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 261.807 Tm [<00490079004900430024>]TJ
+/F1 8.966376 Tf 1 0 0 1 83.7055 261.807 Tm [<0040006A006A0055002D006700670049006E001D003800520061003C00330059004E0033006A006700550061005200450033002C006A00630067004900790049004300240067>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 250.5093 Tm [<004C00300039>]TJ
+/F1 8.966376 Tf 1 0 0 1 83.7055 250.5093 Tm [<0040006A006A0055002D0067006700730073007300590043004E003800590055006E002C00410061004300520059002400610067002000610052002400330061006A00520067004C003000390067004C00300039004100390067004C0030003900590040006A004C0049>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 239.2117 Tm [<0049006E001D00630052002C>-5<0047>20<0033>10<006A>]TJ
+/F1 8.966376 Tf 1 0 0 1 71.7503 239.2117 Tm [<0040006A006A0055002D006700670073007300730059006A0033002C003C0061001D003800590055006E002C004100610043005200590024006100670020003000430033003C00520067005500610052003800330063006300430052004E001D004900670049006E001D00630052002C00470033006A0067>]TJ
+/F5 11.620364 Tf 1 0 0 1 28.3464 205.3187 Tm [<0062006A00610043004E003C>-278<0033>20<0075006A>5<0033004E006300430052004E0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 182.7234 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 55.041 182.7234 Tm [<0063006A00610043004E003C00590033>20<007500550049005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 110.0359 182.7234 Tm [<00560063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 171.4258 Tm [<002300610033001D0047>-250<001D>-250<0063>15<006A0061>-20<0043004E003C>-250<0043004E006A0052>-250<005500430033002C003300630059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<001D0061>15<003C006E004C0033004E006A>-250<00430063>-250<001D>-250<002C>15<0040001D0061001D002C006A00330061>-250<005500520063006300430041>]TJ
+1 0 0 1 40.3016 160.1282 Tm [<00240049>25<0077>-250<0038>40<0052004900490052>35<0073>30<00330030>-250<0024>30<0077>-250<001D>-250<00550049006E0063>-250<00630043003C004E>-250<0056003000330038>25<001D006E0049006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 168.3953 160.1282 Tm [<005E>-278<005A005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 181.0808 160.1282 Tm [<0057>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 148.8305 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 148.8305 Tm [<0063006A00610043004E003C0059006E006A00380071>15<001D0049006E00330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 124.8679 148.8305 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 137.5329 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061>-20<004E0063>-250<001D>-250<0071>25<001D0049006E0033>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<00630043004E003C00490033>]TJ
+/F1 6.973848 Tf 1 0 0 1 216.0515 137.5329 Tm [<006D00690037>]TJ
+/F1 8.966376 Tf 1 0 0 1 229.2251 137.5329 Tm [<00410034>-250<006A00520047>20<0033004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 126.2352 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 126.2352 Tm [<0063006A00610043004E003C0059006E006A0038002C0040001D0061>-5<001D002C006A>5<00330061>-5<0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 133.0587 126.2352 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 114.9376 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061>-20<004E0063>-250<001D>-250<0063>15<006A0061>-20<0043004E003C>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<00630043004E003C00490033>]TJ
+/F1 6.973848 Tf 1 0 0 1 217.3248 114.9376 Tm [<006D00690037>]TJ
+/F1 8.966376 Tf 1 0 0 1 230.4983 114.9376 Tm [<00410034>-250<006A00520047>20<0033004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 103.6399 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 103.6399 Tm [<0063006A00610043004E003C0059002C0040001D0061>-5<001D002C006A>5<00330061>-5<0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 122.7537 103.6399 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 92.3423 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061>-20<004E0063>-250<001D>-250<0063>15<006A0061>-20<0043004E003C>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<00630043004E003C00490033>-250<003400410024>30<0077006A0033>-250<006A00520047>20<0033004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 81.0446 Tm [<0063>5<006A00610043004E003C002E>-278<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 81.4127 81.0446 Tm [<0063006A00610043004E003C0059002C0040001D0061>-5<001D002C006A>5<003300610055001D00430061>-5<0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 161.7303 81.0446 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 69.747 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061>-20<004E0063>-250<006A0073>35<0052>-250<0063>15<006A0061>-20<0043004E003C0063>-250<0061003300550061003300630033004E006A0043004E003C>-250<006A0073>35<0052>-250<00630043004E003C00490033>]TJ
+/F1 6.973848 Tf 1 0 0 1 239.122 69.747 Tm [<006D00690037>]TJ
+/F1 8.966376 Tf 1 0 0 1 252.2956 69.747 Tm [<00410034>-250<006A00520047>20<0033004E00630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 58.4493 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 58.4493 Tm [<0063006A00610043004E003C00590024>20<0077006A>5<00330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 110.4394 58.4493 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 47.1517 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061>-20<004E0063>-250<001D>-250<0071>25<001D0049006E0033>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<00630043004E003C00490033>-250<003400410024>30<0077006A0033>-250<006A00520047>20<0033004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 35.8541 Tm [<004E006E004C002400330061>70<002E>-278<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 96.1802 35.8541 Tm [<0063006A00610043004E003C00590024>20<0077006A>5<00330055001D00430061>-5<0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 156.5576 35.8541 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 781.4987 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061>-20<004E0063>-250<006A0073>35<0052>-250<0071>25<001D0049006E00330063>-250<0061003300550061003300630033004E006A0043004E003C>-250<006A0073>35<0052>-250<00630043004E003C00490033>-250<003400410024>30<0077006A0033>-250<006A00520047>20<0033004E00630059>]TJ
+/F5 11.620364 Tf 1 0 0 1 304.3626 747.6057 Tm [<0051005500330061>-5<001D006A0043004E003C>-278<00630077>15<0063006A>5<0033004C>-278<0033>20<0075006A>5<0033004E006300430052004E0063>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 725.0104 Tm [<0052006300590033>20<0075>15<0033002C>]TJ
+/F6 8.069684 Tf 1 0 0 1 333.6878 725.0104 Tm [<0056006A001D0024004900330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 713.7128 Tm [<0060>25<006E004E>-250<001D004E>-250<0033>35<0075006A00330061>-20<004E001D0049>-250<002C0052004C004C001D004E0030>-250<001D004E0030>-250<0033>35<00750043006A0059>-500<006900400033>-250<006A001D002400490033>-250<00430063>-250<001D004E>-250<001D0061>-25<0061001D>30<0077>-250<00520038>-250<001D0061>15<003C006E004C0033004E006A0063002E>]TJ
+1 0 0 1 316.3177 702.4151 Tm [<00730043006A0040>-250<001D004E>-250<00520055006A00430052004E001D0049>]TJ
+/F6 8.069684 Tf 1 0 0 1 376.8408 702.4151 Tm [<001D0061>5<003C00710029007A002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 403.7111 702.4151 Tm [<0043004E>-250<0043004E00300033>35<0075>-250<007A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 691.1175 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 691.1175 Tm [<00520063005900630055001D>5<0073004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 379.0072 691.1175 Tm [<0056006A001D0024004900330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 679.8198 Tm [<0060>25<006E004E>-250<001D004E>-250<0033>35<0075006A00330061>-20<004E001D0049>-250<002C0052004C004C001D004E0030>-250<001D004E0030>-250<00610033006A006E0061>-20<004E>-250<0043006A0063>-250<0033>35<00750043006A>-250<002C0052003000330059>-500<006900400033>-250<006A001D002400490033>-250<00430063>-250<001D004E>-250<001D0061>-25<0061001D>30<0077>]TJ
+1 0 0 1 316.3177 668.5222 Tm [<00520038>-250<001D0061>15<003C006E004C0033004E006A0063002E>-250<00730043006A0040>-250<001D004E>-250<00520055006A00430052004E001D0049>]TJ
+/F6 8.069684 Tf 1 0 0 1 428.254 668.5222 Tm [<001D0061>5<003C00710029007A002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 455.1243 668.5222 Tm [<0043004E>-250<0043004E00300033>35<0075>-250<007A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 657.2246 Tm [<00520063005900630033>5<006A>5<0033004E>20<0071>]TJ
+/F6 8.069684 Tf 1 0 0 1 341.346 657.2246 Tm [<00560063>5<006A00610043004E003C002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 402.5423 657.2246 Tm [<00620033006A>-250<001D004E>-250<0033004E>30<0071004300610052004E004C0033004E006A>-250<0071>25<001D0061>-20<0043001D0024004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 645.9269 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 645.9269 Tm [<005200630059003C>-10<0033>5<006A006A0043004C0033005200380030001D>15<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 402.7159 645.9269 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 634.6293 Tm [<003B0033006A>-250<006A00400033>-250<006A0043004C0033>-250<001D0063>-250<001D>-250<007F0052001D006A0043004E003C>-250<005500520043004E006A>-250<004E006E004C002400330061>-250<0056006D>30<004E00430075>-250<0052004E0049>25<007700570059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 623.3316 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.0571 623.3316 Tm [<005200630059006A0043004C00330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 363.7958 623.3316 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 381.1254 623.3316 Tm [<0060>25<0033006A006E0061>-20<004E>-250<005500610052002C003300630063>-250<006A0043004C003300630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 612.034 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 612.034 Tm [<005200630059006A004C>-5<0055003000430061>]TJ
+/F6 8.069684 Tf 1 0 0 1 370.0579 612.034 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 600.7363 Tm [<002B00610033001D006A0033>-250<001D>-250<006A0033004C005500520061001D0061>-20<0077>-250<0030004300610033002C006A00520061>-20<0077>-250<0043004E0063004300300033>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<0030004300610033002C006A00520061>-20<0077>75<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 589.4387 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.0571 589.4387 Tm [<005200630059006E004E001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 368.7264 589.4387 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 578.141 Tm [<0060>25<0033006A006E0061>-20<004E>-250<0071>25<001D0061>-20<00430052006E0063>-250<0043004E0038>40<00520061>-20<004C001D006A00430052004E>-250<0063>15<006A0061>-20<0043004E003C0063>-250<001D00240052006E006A>-250<006A00400033>-250<002C0052004C0055006E006A00330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 566.8434 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 566.8434 Tm [<0052006300590063003300490038003000430061>]TJ
+/F6 8.069684 Tf 1 0 0 1 369.1299 566.8434 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 386.4594 566.8434 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0030004300610033002C006A00520061>-20<0077>-250<0055001D006A0040>-250<00520038>-250<001D0061>15<003C00710029007A002A0059>]TJ
+/F5 11.620364 Tf 1 0 0 1 304.3626 532.9505 Tm [<0048>5<006E001D>-278<007E00490033>-278<00630077>15<0063006A>5<0033004C>-278<0033>20<0075006A>5<0033004E006300430052004E0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 510.3552 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 510.3552 Tm [<004900380063005900430063003000430061>]TJ
+/F6 8.069684 Tf 1 0 0 1 370.9778 510.3552 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 407.9974 510.3552 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<001D>-250<0030004300610033002C006A00520061>-20<0077>75<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 499.0575 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 499.0575 Tm [<004900380063005900430063007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 372.3255 499.0575 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 409.3451 499.0575 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<001D>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 487.7599 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 487.7599 Tm [<00490038006300590063004000520061>-20<006A004E001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 386.3263 487.7599 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 476.4622 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0037>70<001C>55<0069>-250<004E001D004C0033>-250<00520038>-250<001D>-250<007E00490033>-250<00560072>15<0043004E00300052>35<0073>25<0063>-250<0052004E0049>25<007700570059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 465.1646 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 465.1646 Tm [<00490038006300590061>-5<0033001D003000490043004E0047>]TJ
+/F6 8.069684 Tf 1 0 0 1 375.9003 465.1646 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 453.8669 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<002C0052004E006A0033004E006A0063>-250<00520038>-250<001D>-250<00630077004C00490043004E0047>-250<0056006D>30<004E00430075>-250<0052004E0049>25<007700570059>]TJ
+/F5 11.620364 Tf 1 0 0 1 304.3626 419.974 Tm [<002B001D004900490024001D002C>-5<0047>-278<006A>-5<001D002400490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 397.3787 Tm [<004E006E004C002400330061>70<002E>-278<00290063>5<006A00610043004E003C002A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 369.0169 397.3787 Tm [<002C001D004900490024001D002C>-5<0047>-5<00590061>-5<0033003C00430063006A>5<00330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 432.7916 397.3787 Tm [<00560063>5<006A00610043004E003C002E>-278<0038006E004E002C006A00430052004E0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 386.0811 Tm [<0060>25<0033003C00430063>15<006A00330061>-250<001D>-250<002C001D004900490024001D002C>20<00470059>-500<0054>20<001D006300630043004E003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 420.1933 386.0811 Tm [<004E00430049>]TJ
+/F1 8.966376 Tf 1 0 0 1 430.5046 386.0811 Tm [<00610033004C0052>35<0071>35<00330063>-250<001D004E>-250<0033>35<007500430063>15<006A0043004E003C>-250<002C001D004900490024001D002C>20<00470059>-500<0060>25<0033006A006E0061>-20<004E0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 316.3177 374.7834 Tm [<004E00430049>]TJ
+/F1 8.966376 Tf 1 0 0 1 324.3874 374.7834 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 328.8706 374.7834 Tm [<003300610061>5<00520061>]TJ
+/F1 8.966376 Tf 1 0 0 1 348.107 374.7834 Tm [<0052004E>-250<0038>25<001D00430049006E006100330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 363.4858 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.0571 363.4858 Tm [<002C001D004900490024001D002C>-5<0047>-5<0059004900430063006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 376.8929 363.4858 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 394.2225 363.4858 Tm [<0054006100520030006E002C0033>-250<001D>-250<004900430063>15<006A>-250<00520038>-250<001D00490049>-250<0047004E0052>35<0073004E>-250<002C001D004900490024001D002C>20<0047>-250<004E001D004C003300630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 352.1881 Tm [<0038006E004E002C006A00430052004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 341.822 352.1881 Tm [<002C001D004900490024001D002C>-5<0047>-5<0059007E004E0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 390.7889 352.1881 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 340.8905 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A00400033>-250<0038006E004E002C006A00430052004E>-250<002C006E0061>-25<00610033004E006A0049>25<0077>-250<001D006300630052002C0043001D006A00330030>-250<00730043006A0040>-250<001D>-250<002C001D004900490024001D002C>20<0047002E>-250<00520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 533.7345 340.8905 Tm [<004E00430049>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 306.9975 Tm [<0037004300490033>-278<003000430063002C0052>25<0071>15<00330061>-25<0077>-278<002C001D004900490024001D002C>-5<0047>10<0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 284.4023 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 284.4023 Tm [<007E004E0030006F0061>-5<0033001D0030006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 385.7615 284.4023 Tm [<0056004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 273.1046 Tm [<0037>15<0043004E0030>-250<001D>-250<007E00490033>-250<0038>40<00520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 367.1302 273.1046 Tm [<00250043004E>-5<0055006E006A>]TJ
+/F1 8.966376 Tf 1 0 0 1 389.1506 273.1046 Tm [<0056007A0057>-250<00520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 411.5576 273.1046 Tm [<0025005200550033004E0043004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 440.2677 273.1046 Tm [<005600400043003C004000330061>-250<0043004E006A0033003C>25<00330061006300570059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 261.807 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 261.807 Tm [<007E004E0030006F007300610043006A>5<0033006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 387.4723 261.807 Tm [<0056004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 250.5093 Tm [<0037>15<0043004E0030>-250<001D>-250<007E00490033>-250<0038>40<00520061>-250<00730061>-20<0043006A0043004E003C>-250<006A0052>-250<006A00400033>-250<00490052003C>-250<007E00490033>-250<0056007A0057>-250<00520061>-250<00730043006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 485.8629 250.5093 Tm [<0025007300610043006A>15<0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 507.262 250.5093 Tm [<005600400043003C004000330061>-250<0043004E006A0033003C>25<00330061006300570059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 239.2117 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 239.2117 Tm [<007E004E0030006F0038>10<0052004E006A006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 383.8328 239.2117 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 420.8524 239.2117 Tm [<0037>15<0043004E0030>-250<001D>-250<0038>40<0052004E006A>-250<004C0033006A0061>-20<0043002C0063>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 227.914 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 227.914 Tm [<007E004E0030006F0052006E006A0055006E006A006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 393.7747 227.914 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 430.7943 227.914 Tm [<0037>15<0043004E0030>-250<006A00400033>-250<0052006E006A0055006E006A>-250<00560054002F0037>-250<00520061>-250<002F>70<007000420057>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 216.6164 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 216.6164 Tm [<007E004E0030006F0038>10<00520061004C001D006A006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 393.7021 216.6164 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 430.7217 216.6164 Tm [<0037>15<0043004E0030>-250<006A00400033>-250<0038>40<00520061>-20<004C001D006A>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 205.3187 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 205.3187 Tm [<007E004E0030006F00710038006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 375.8519 205.3187 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 412.8715 205.3187 Tm [<0037>15<0043004E0030>-250<001D>-250<00700037>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 194.0211 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 194.0211 Tm [<007E004E0030006F004C001D0055006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 385.2692 194.0211 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 422.2888 194.0211 Tm [<0037>15<0043004E0030>-250<001D>-250<0038>40<0052004E006A>-250<004C001D0055>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 182.7234 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 182.7234 Tm [<007E004E0030006F0033004E002C006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 382.582 182.7234 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 419.6016 182.7234 Tm [<0037>15<0043004E0030>-250<001D>-250<0038>40<0052004E006A>-250<0033004E002C005200300043004E003C>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 171.4258 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 171.4258 Tm [<007E004E0030006F0063006E00240038>10<0052004E006A006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 398.1807 171.4258 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 435.2003 171.4258 Tm [<0037>15<0043004E0030>-250<001D>-250<0063006E00240038>40<0052004E006A>-250<00300033007E004E0043006A00430052004E>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 160.1282 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 160.1282 Tm [<007E004E0030006F00550047006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 378.0953 160.1282 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 415.1149 160.1282 Tm [<0037>15<0043004E0030>-250<001D>-250<00540046>-250<0038>40<0052004E006A>-250<00240043006A004C001D0055>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 148.8305 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 148.8305 Tm [<007E004E0030006F0030001D006A>-5<001D006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 385.3096 148.8305 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 137.5329 Tm [<0037>15<0043004E0030>-250<001D004E>-250<0043004E>15<0055006E006A>-250<0030001D006A001D>-250<007E00490033>-250<0038>40<00520061>-250<0054002F0037>-250<001D006A006A001D002C>15<0040004C0033004E006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 126.2352 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 126.2352 Tm [<007E004E0030006F005200550033004E006A007700550033006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 404.5477 126.2352 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 441.5673 126.2352 Tm [<0037>15<0043004E0030>-250<001D004E>-250<005100550033004E>55<0069>100<007700550033>-250<0038>40<0052004E006A>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 114.9376 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 114.9376 Tm [<007E004E0030006F006A0061006E0033>5<006A007700550033006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 400.4725 114.9376 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 437.4921 114.9376 Tm [<0037>15<0043004E0030>-250<001D004E>-250<0069>50<0061>-20<006E00330069>100<007700550033>-250<0038>40<0052004E006A>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 103.6399 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 103.6399 Tm [<007E004E0030006F006A0077005500330053006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 389.756 103.6399 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 426.7756 103.6399 Tm [<0037>15<0043004E0030>-250<001D004E>-250<0069>100<0077005500330053>-250<00560054>25<00520063>15<006A0062002C0061>-20<00430055006A0057>-250<0038>40<0052004E006A>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 92.3423 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 92.3423 Tm [<007E004E0030006F0043004C001D003C>-10<0033006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 392.08 92.3423 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 429.0996 92.3423 Tm [<0037>15<0043004E0030>-250<001D004E>-250<0043004C001D003C>25<0033>-250<007E00490033>-250<0038>40<00520061>-250<0043004E002C0049006E006300430052004E0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 58.4493 Tm [<0037004300490033>-278<0061>-5<0033001D00300043004E003C>-278<002C001D004900490024001D002C>-5<0047>10<0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 35.8541 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.0571 35.8541 Tm [<005200550033004E006F0061>-5<0033001D0030006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 388.0533 35.8541 Tm [<00560063>5<006A00610043004E003C0057>]TJ
ET
+
endstream
endobj
16 0 obj
<</Type/Page/Contents 17 0 R/Resources 15 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
endobj
15 0 obj
-<</Font<</F29 18 0 R/F30 19 0 R/F31 20 0 R/F32 21 0 R/F22 22 0 R>>/ProcSet[/PDF/Text]>>
+<</Font<</F1 18 0 R/F5 19 0 R/F6 20 0 R/F7 21 0 R/F4 22 0 R>>/ProcSet[/PDF/Text]>>
endobj
26 0 obj
-<</Length 38250 >>
+<</Length 33973 >>
stream
-0 g 0 G
-0 g 0 G
+0.000 g 0.000 G
+0.000 g 0.000 G
BT
-/F29 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<006C>-48570<0048006E001D006A00330075>-250<007A005900660066>-250<0063004000520061006A>-250<006100330038003300610033004E002C0033>]TJ
-1 0 0 1 40.3016 780.6666 Tm [<00600033001D0030>-250<001D004E>-250<005100550033004E0069007700550033>-250<00380052004E006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 758.2046 Tm [<0069005200470033004E00430063001D006A00430052004E>-278<002C0040001D004E003C00330063>-278<002C001D004900490024001D002C00470063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 746.907 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 746.907 Tm [<005500610052002C003300630063006F0043004E0055006E006A006F0024006E007B00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 139.5467 746.907 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 735.6093 Tm [<004B00520030004300380077>-250<006A00400033>-250<0033004E002C005200300043004E003C>-250<00520038>-250<006A00400033>-250<0043004E0055006E006A>-250<0024006E007B003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 724.3117 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 724.3117 Tm [<005500610052002C003300630063006F0052006E006A0055006E006A006F0024006E007B00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 144.9211 724.3117 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 181.9811 724.3117 Tm [<004B00520030004300380077>-250<006A00400033>-250<0033004E002C005200300043004E003C>-250<00520038>-250<006A00400033>]TJ
-1 0 0 1 40.3016 713.014 Tm [<0052006E006A0055006E006A>-250<0024006E007B003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 701.7164 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.041 701.7164 Tm [<006A005200470033004E006F007E0049006A00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 98.5366 701.7164 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 115.8661 701.7164 Tm [<00510071003300610061004300300033>-250<006A00400033>-250<006A005200470033004E00430079001D006A00430052004E>-250<005500610052002C0033006300630059>-500<00600033006A006E0061004E>-250<0071001D0049006E0033>]TJ
-1 0 0 1 40.3016 690.4187 Tm [<00430063>-250<001D>]TJ
-/F31 8.069684 Tf 1 0 0 1 54.7465 690.4187 Tm [<006A005200470033004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 76.7265 690.4187 Tm [<00520061>-250<001D004E>-250<001D00610061001D0077>-250<00520038>-250<006A005200470033004E0063>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 667.9568 Tm [<004D005200300033>-278<004900430063006A>-278<002C001D004900490024001D002C00470063>]TJ
-1 0 0 1 28.3464 656.6591 Tm [<0024006E0043004900300055001D003C0033006F007E0049006A00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 88.4333 656.6591 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 125.4933 656.6591 Tm [<005400610052002C003300630063>-250<0052002400450033002C006A0063>-250<001D0063>-250<006A004000330077>-250<001D00610033>-250<001D0030003000330030>-250<006A0052>-250<006A00400033>-250<004C001D0043004E>]TJ
-1 0 0 1 40.3016 645.3615 Tm [<007100330061006A0043002C001D0049>-250<004900430063006A0059>-500<006900400033>-250<0063006A00610043004E003C>-250<001D0061003C006E004C0033004E006A>-250<003C0043007100330063>-250<00630052004C0033>-250<002C0052004E006A00330075006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 634.0638 Tm [<0024006E0043004900300055001D003C0033006F007E0049006A00330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 90.6749 634.0638 Tm [<002C0052004E006A00330075006A>-250<0043004E003800520061004C001D006A00430052004E002D>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 622.7662 Tm [<0071001D0049006E0033>]TJ
-/F32 8.966376 Tf 1 0 0 1 89.79 622.7662 Tm [<0033007500550049001D004E001D006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 611.4685 Tm [<001D00490043003C004E004C0033004E006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.79 611.4685 Tm [<001D>-250<00560055001D0061006A0043001D00490057>-250<001D00490043003C004E004C0033004E006A>-250<00430063>-250<002400330043004E003C>-250<001D0030003000330030>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 600.1709 Tm [<001D0038006A00330061006F0052006E006A0055006E006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.79 600.1709 Tm [<001D004E>-250<0052006E006A0055006E006A>-250<00610052006E006A0043004E0033>-250<0040001D0063>-250<0045006E0063006A>-250<007E004E00430063004000330030>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 588.8733 Tm [<002400520075>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.79 588.8733 Tm [<001D>-250<006A00770055003300630033006A>-250<002400520075>-250<00430063>-250<002400330043004E003C>-250<001D0030003000330030>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 577.5756 Tm [<004E00330073006F003C0061001D0038>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.79 577.5756 Tm [<006A00400033>-250<00240033003C0043004E004E0043004E003C>-250<00520038>-250<001D>-250<004E00330073>-250<0055001D0061001D003C0061001D00550040>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 566.278 Tm [<0071004C005200300033006F0055001D0061>-2612<00250055001D0061>]TJ
-/F29 8.966376 Tf 1 0 0 1 105.9356 566.278 Tm [<0073001D0063>-250<00380052006E004E0030>-250<0043004E>-250<007100330061006A0043002C001D0049>-250<004C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 554.9803 Tm [<0040004C005200300033006F0055001D0061>-2556<00250055001D0061>]TJ
-/F29 8.966376 Tf 1 0 0 1 105.9356 554.9803 Tm [<0073001D0063>-250<00380052006E004E0030>-250<0043004E>-250<004000520061004300790052004E006A001D0049>-250<004C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 543.6827 Tm [<0043004E006300330061006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.79 543.6827 Tm [<001D004E>-250<0043004E006300330061006A>-250<00430063>-250<001D0030003000330030>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 532.385 Tm [<00550033004E001D0049006A0077>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.79 532.385 Tm [<001D>-250<00550033004E001D0049006A0077>-250<00560043004E>-250<007100330061006A0043002C001D0049>-250<004C0052003000330057>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 521.0874 Tm [<002400330038005200610033006F00300043006300550049001D0077>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.79 521.0874 Tm [<0043004C004C003300300043001D006A003300490077>-250<002400330038005200610033>-250<001D>-250<00300043006300550049001D0077>-250<0063006A001D0061006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 509.7897 Tm [<001D0038006A00330061006F00300043006300550049001D0077>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.79 509.7897 Tm [<001D>-250<00300043006300550049001D0077>-250<00430063>-250<007E004E00430063004000330030>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 498.4921 Tm [<0033004E0030>]TJ
-/F29 6.973848 Tf 1 0 0 1 89.79 498.4921 Tm [<0048006D001C0069>]TJ
-1 0 0 1 107.3487 496.923 Tm [<0032>]TJ
-1 0 0 1 110.8348 498.4921 Tm [<0074>]TJ
-/F29 8.966376 Tf 1 0 0 1 118.1115 498.4921 Tm [<00430063>-250<006A00330061004C0043004E001D006A0043004E003C>-250<00560043006A02150063>-250<001D00490049>-250<00520071003300610057>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 474.626 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 474.626 Tm [<005500610033006F00490043004E0033002400610033001D0047006F007E0049006A00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 129.9438 474.626 Tm [<0056004E005200300033002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 189.4375 474.626 Tm [<001C0049006A00330061>-250<001D>-250<004E005200300033>-250<004900430063006A>-250<002400330038005200610033>-250<00490043004E00330041>]TJ
-1 0 0 1 40.3016 463.3283 Tm [<002400610033001D00470043004E003C>-250<006A001D004700330063>-250<00550049001D002C00330059>-500<006900400033>-250<0063006A00610043004E003C>-250<001D0061003C006E004C0033004E006A>-250<003C0043007100330063>-250<00630052004C0033>-250<002C0052004E006A00330075006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 452.0307 Tm [<005500610033006F00490043004E0033002400610033001D0047006F007E0049006A00330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 105.039 452.0307 Tm [<002C0052004E006A00330075006A>-250<0043004E003800520061004C001D006A00430052004E002D>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 440.733 Tm [<0071001D0049006E0033>]TJ
-/F32 8.966376 Tf 1 0 0 1 89.7981 440.733 Tm [<0033007500550049001D004E001D006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 429.4354 Tm [<004A0033004C0055006A0077003E>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.7981 429.4354 Tm [<004C001D0043004E>-250<007100330061006A0043002C001D0049>-250<004900430063006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 418.1377 Tm [<0040002400520075>-5447<00250040002400520075>]TJ
-/F29 8.966376 Tf 1 0 0 1 111.7781 418.1377 Tm [<0043004E>-250<004000520061004300790052004E006A001D0049>-250<004C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 406.8401 Tm [<001D00300045006E0063006A00330030006F0040002400520075>-1111<00250040002400520075>]TJ
-/F29 8.966376 Tf 1 0 0 1 111.7781 406.8401 Tm [<0043004E>-250<007100330061006A0043002C001D0049>-250<004C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 395.5425 Tm [<0071002400520075>-5503<00250071002400520075>]TJ
-1 0 0 1 28.3464 384.2448 Tm [<0071006A00520055>-5725<00250071006A00520055>]TJ
-1 0 0 1 28.3464 372.9472 Tm [<001D00490043003C004E>-5503<00250040001D00490043003C004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 115.8129 372.9472 Tm [<00520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 125.5235 372.9472 Tm [<00250071001D00490043003C004E>]TJ
-1 0 0 1 28.3464 361.6495 Tm [<003000430063002C>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.7981 361.6495 Tm [<003000430063002C00610033006A00430052004E001D0061004300330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 350.3519 Tm [<0043004E006300330061006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.7981 350.3519 Tm [<0055001D002C0047001D003C0043004E003C>-250<001D004E>-250<0043004E006300330061006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 339.0542 Tm [<0071002C0033004E006A00330061>-4336<00250071002C0033004E006A00330061>]TJ
-1 0 0 1 28.3464 327.7566 Tm [<00490052002C001D0049006F002400520075>-3391<002500490052002C001D0049004900330038006A002400520075>]TJ
-/F29 8.966376 Tf 1 0 0 1 134.6476 327.7566 Tm [<00520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 144.3582 327.7566 Tm [<002500490052002C001D004900610043003C0040006A002400520075>]TJ
-1 0 0 1 28.3464 316.4589 Tm [<0063005500490043006A006F0052007B>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.7981 316.4589 Tm [<006A00520055>-250<00520038>-250<001D>]TJ
-/F31 8.069684 Tf 1 0 0 1 119.4319 316.4589 Tm [<002500710063005500490043006A>]TJ
-1 0 0 1 28.3464 305.1613 Tm [<0063005500490043006A006F0047003300330055>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.7981 305.1613 Tm [<00610033004C001D0043004E003000330061>-250<00520038>-250<001D>]TJ
-/F31 8.069684 Tf 1 0 0 1 144.3226 305.1613 Tm [<002500710063005500490043006A>]TJ
-1 0 0 1 28.3464 293.8636 Tm [<001D00490043003C004E006F00630033006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.7981 293.8636 Tm [<001D00490043003C004E004C0033004E006A>-250<002C003300490049>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 282.566 Tm [<007E004E006F006100520073>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.7981 282.566 Tm [<001D00490043003C004E004C0033004E006A>-250<006100520073>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 258.6999 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 258.6999 Tm [<00490043004E0033002400610033001D0047006F007E0049006A00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 112.9006 258.6999 Tm [<0056004E005200300033002E>-278<00240052005200490033001D004E0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 247.4022 Tm [<00510071003300610061004300300033>-250<006A00400033>-250<00490043004E0033002400610033001D00470043004E003C>-250<001D0049003C005200610043006A0040004C0059>-500<006900400033>-250<00240052005200490033001D004E>-250<00430063>]TJ
-/F31 8.069684 Tf 1 0 0 1 231.3033 247.4022 Tm [<006A0061006E0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 247.449 247.4022 Tm [<00430038>-250<006A004000430063>-250<00430063>-250<001D>]TJ
-1 0 0 1 40.3016 236.1046 Tm [<005500610033004100300043006300550049001D0077>-250<002400610033001D00470059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 224.807 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 224.807 Tm [<005500520063006A006F00490043004E0033002400610033001D0047006F007E0049006A00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 134.4224 224.807 Tm [<0056004E005200300033002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 193.9161 224.807 Tm [<001C0049006A00330061>-250<001D>-250<004E005200300033>-250<004900430063006A>-250<001D003800330061>-250<00490043004E00330041>]TJ
-1 0 0 1 40.3016 213.5093 Tm [<002400610033001D00470043004E003C>-250<0040001D0063>-250<006A001D00470033004E>-250<00550049001D002C00330059>-500<006900400033>-250<0063006A00610043004E003C>-250<001D0061003C006E004C0033004E006A>-250<003C0043007100330063>-250<00630052004C0033>-250<002C0052004E006A00330075006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 202.2117 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 202.2117 Tm [<00400055001D002C0047006F007E0049006A00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 100.788 202.2117 Tm [<0056004E005200300033002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061002E>-278<0063006A00610043004E003C002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 240.5589 202.2117 Tm [<001C0049006A00330061>-250<001D>-250<004E005200300033>]TJ
-1 0 0 1 40.3016 190.914 Tm [<004900430063006A>-250<002400330038005200610033>-250<004000520061004300790052004E006A001D0049>-250<0055001D002C00470043004E003C>-250<006A001D004700330063>-250<00550049001D002C00330059>-500<006900400033>-250<007E00610063006A>-250<0063006A00610043004E003C>-250<003C0043007100330063>-250<00630052004C0033>]TJ
-1 0 0 1 40.3016 179.6164 Tm [<002C0052004E006A00330075006A002E>-250<006A00400033>-250<004E006E004C002400330061>-250<00430063>-250<006A00400033>-250<0030003300630043006100330030>-250<0063004300790033002E>-250<006A00400033>-250<00630033002C0052004E0030>-250<0063006A00610043004E003C>-250<00430063>-250<00330043006A004000330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 40.3016 168.3187 Tm [<005E00330075001D002C006A005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 67.5592 168.3187 Tm [<00520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 77.2698 168.3187 Tm [<005E001D003000300043006A00430052004E001D0049005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 119.7791 168.3187 Tm [<0056004C005200300043007E00330063>-250<006A00400033>-250<007E00610063006A>-250<0063006A00610043004E003C0057002E>-250<006A00400033>-250<006A0040004300610030>-250<0063006A00610043004E003C>-250<00430063>-250<006A00400033>]TJ
-1 0 0 1 40.3016 157.0211 Tm [<0030003300630043006100330030>-250<0030004300610033002C006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 145.7234 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 145.7234 Tm [<00710055001D002C0047006F007E0049006A00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 100.3442 145.7234 Tm [<0056004E005200300033002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 271.958 145.7234 Tm [<001C0049006A00330061>]TJ
-1 0 0 1 40.3016 134.4258 Tm [<001D>-250<004E005200300033>-250<004900430063006A>-250<002400330038005200610033>-250<007100330061006A0043002C001D0049>-250<0055001D002C00470043004E003C>-250<006A001D004700330063>-250<00550049001D002C00330059>-500<006900400033>-250<00630033002C0052004E0030>-250<004E006E004C002400330061>-250<00430063>]TJ
-1 0 0 1 40.3016 123.1281 Tm [<006A00400033>-250<0030003300630043006100330030>-250<004C001D0075>-250<003000330055006A00400059>-500<006200330033>]TJ
-/F30 8.069684 Tf 1 0 0 1 141.1554 123.1281 Tm [<00400055001D002C0047006F007E0049006A00330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 188.6922 123.1281 Tm [<003800520061>-250<006A00400033>-250<001D0061003C006E004C0033004E006A00630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 111.8305 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 111.8305 Tm [<005500610033006F0052006E006A0055006E006A006F007E0049006A00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 119.6065 111.8305 Tm [<0056004E005200300033002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061002E>-278<0063006A00610043004E003C002E>-278<004E006E004C002400330061002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 100.5329 Tm [<001C0049006A00330061>-250<001D>-250<004E005200300033>-250<004900430063006A>-250<002400330038005200610033>-250<0024005200750043004E003C>-250<006A0052>]TJ
-/F31 8.069684 Tf 1 0 0 1 161.5808 100.5329 Tm [<00250052006E006A0055006E006A002400520075>]TJ
-/F29 8.966376 Tf 1 0 0 1 201.5078 100.5329 Tm [<006A001D004700330063>-250<00550049001D002C00330059>-500<006200330033>]TJ
-/F30 8.069684 Tf 1 0 0 1 40.3016 89.2352 Tm [<00710055001D002C0047006F007E0049006A00330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 87.3945 89.2352 Tm [<003800520061>-250<006A00400033>-250<001D0061003C006E004C0033004E006A00630059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 77.9376 Tm [<00400077005500400033004E001D006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 68.7029 77.9376 Tm [<0056004E005200300033002E>-278<004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 126.4132 77.9376 Tm [<001C0055005500490077>-250<00400077005500400033004E001D006A00430052004E>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 66.6399 Tm [<00490043003C001D006A006E00610043004E003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 65.1119 66.6399 Tm [<0056004E005200300033002E>-278<004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 122.8222 66.6399 Tm [<001C0055005500490077>-250<00490043003C001D006A006E00610043004E003C>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 55.3423 Tm [<004700330061004E0043004E003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 57.4941 55.3423 Tm [<0056004E005200300033002E>-278<004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 115.2044 55.3423 Tm [<001C0055005500490077>-250<004700330061004E0043004E003C>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 44.0446 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 44.0446 Tm [<004C004900430063006A006F006A0052006F0040004900430063006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 107.51 44.0446 Tm [<0056004E005200300033002E>-278<0063006A00610043004E003C002E>-278<00240052005200490033001D004E0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 200.2024 44.0446 Tm [<002B0052004E007100330061006A>-250<001D>-250<004C001D006A0040>-250<004E005200300033>-250<004900430063006A>]TJ
-1 0 0 1 40.3016 32.747 Tm [<0043004E006A0052>-250<001D>-250<004000520061004300790052004E006A001D0049>-250<004E005200300033>-250<004900430063006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 780.6666 Tm [<00370052004E006A>-278<00300033007E004E0043006A00430052004E>-278<002C001D004900490024001D002C0047>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 769.369 Tm [<004C0033006A00610043002C0063>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 339.5625 769.369 Tm [<00300033007E004E0033006F00380052004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 383.0501 769.369 Tm [<00560063006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 758.0713 Tm [<002F0033007E004E0033>-250<001D>-250<00380052004E006A>-250<003800610052004C>-250<00730043006A00400043004E>-250<0049006E001D>-250<002C0052003000330059>-500<006900400033>-250<001D0061003C006E004C0033004E006A0063>-250<001D00610033>-250<006A00400033>-250<006E00630033006100410063006E00550041>]TJ
-1 0 0 1 316.3177 746.7737 Tm [<00550049004300330030>-250<0043004E003800520061004C001D006A00430052004E002E>-250<00730043006A0040>-250<004E0033003C001D006A004300710033>-250<004E006E004C0024003300610063>-250<0043004E00300043002C001D006A0043004E003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 505.3469 746.7737 Tm [<0063002C001D004900330030>]TJ
-/F29 8.966376 Tf 1 0 0 1 528.6683 746.7737 Tm [<002E>-250<0055005200630043006A004300710033>]TJ
-1 0 0 1 316.3177 735.476 Tm [<004E006E004C0024003300610063>]TJ
-/F31 8.069684 Tf 1 0 0 1 349.4395 735.476 Tm [<001D006A>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 715.212 Tm [<003200710033004E006A>-278<002C001D004900490024001D002C00470063>]TJ
-1 0 0 1 304.3626 703.9144 Tm [<005500610033006F0030006E004C0055>]TJ
-/F31 8.069684 Tf 1 0 0 1 343.3714 703.9144 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 360.701 703.9144 Tm [<0060006E004E>-250<001D002C006A00430052004E0063>-250<0045006E0063006A>-250<002400330038005200610033>-250<003800520061004C001D006A>-250<0030006E004C00550043004E003C>-250<006A001D004700330063>-250<00550049001D002C00330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 692.6167 Tm [<0063006A00520055006F0061006E004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 338.8847 692.6167 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 356.2143 692.6167 Tm [<0060006E004E>-250<001D002C006A00430052004E0063>-250<0045006E0063006A>-250<002400330038005200610033>-250<006A00400033>-250<0033004E0030>-250<00520038>-250<006A00400033>-250<006A00770055003300630033006A006A0043004E003C>-250<0061006E004E0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 681.3191 Tm [<0063006A001D0061006A006F0061006E004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 339.3366 681.3191 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 356.6662 681.3191 Tm [<0060006E004E>-250<001D002C006A00430052004E0063>-250<001D006A>-250<006A00400033>-250<0063006A001D0061006A>-250<00520038>-250<006A00400033>-250<006A00770055003300630033006A006A0043004E003C>-250<0061006E004E0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 670.0214 Tm [<0063006A001D0061006A006F0055001D003C0033006F004E006E004C002400330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 379.2492 670.0214 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 396.5788 670.0214 Tm [<0060006E004E>-250<001D002C006A00430052004E0063>-250<001D006A>-250<006A00400033>-250<0063006A001D0061006A>-250<00520038>-250<006A00770055003300630033006A>-250<0055001D003C0033>-250<004E006E004C002400330061>]TJ
-1 0 0 1 316.3177 658.7238 Tm [<004C003300630063001D003C0033>-250<00610033005500520061006A0043004E003C0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 647.4261 Tm [<0063006A00520055006F0055001D003C0033006F004E006E004C002400330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 378.7973 647.4261 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 396.1269 647.4261 Tm [<0060006E004E>-250<001D002C006A00430052004E0063>-250<001D006A>-250<006A00400033>-250<0033004E0030>-250<00520038>-250<006A00770055003300630033006A>-250<0055001D003C0033>-250<004E006E004C002400330061>]TJ
-1 0 0 1 316.3177 636.1285 Tm [<004C003300630063001D003C0033>-250<00610033005500520061006A0043004E003C0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 624.8308 Tm [<0063004000520073006F00330061006100520061006F0040005200520047>]TJ
-/F31 8.069684 Tf 1 0 0 1 372.0753 624.8308 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 389.4049 624.8308 Tm [<0060006E004E>-250<001D002C006A00430052004E>-250<001D006A>-250<00330061006100520061>-250<00610033005500520061006A0043004E003C>-250<006A0043004C00330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 613.5332 Tm [<007E004E004300630040006F00550030007C00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 354.3946 613.5332 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 371.7242 613.5332 Tm [<0060006E004E>-250<001D002C006A00430052004E0063>-250<0045006E0063006A>-250<002400330038005200610033>-250<006A00400033>-250<0054002F0037>-250<002C0049005200630043004E003C>-250<006A001D004700330063>-250<00550049001D002C00330059>]TJ
-/F30 11.620364 Tf 1 0 0 1 304.3626 588.9655 Tm [<0032005500300038>-278<006A001D002400490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 304.3626 577.6678 Tm [<0121>-250<001C00490049>-250<002C0052004E0063006A0061006E002C006A005200610063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 566.3702 Tm [<0054002F0037002F0052002C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 344.0493 566.3702 Tm [<00330055003000380059005200550033004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 382.6062 566.3702 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 419.6662 566.3702 Tm [<002B0052004E0063006A0061006E002C006A>-250<001D>-250<0054002F0037002F0052002C>-250<0052002400450033002C006A>-250<00240077>-250<005200550033004E0043004E003C>]TJ
-1 0 0 1 316.3177 555.0725 Tm [<001D>-250<0054002F0037>-250<00300052002C006E004C0033004E006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 543.7749 Tm [<001C004E004E0052006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 334.6481 543.7749 Tm [<00330055003000380059001C004E004E0052006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 377.2318 543.7749 Tm [<00560074006000330038002E>-278<002F0043002C006A002E>-278<002B001D006A001D00490052003C002E>-278<0060003300380057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 532.4772 Tm [<002B0052004E0063006A0061006E002C006A>-250<001D004E>-250<001C004E004E0052006A>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 521.1796 Tm [<001C004E004E0052006A0063>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.6829 521.1796 Tm [<00330055003000380059001C004E004E0052006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 385.7534 521.1796 Tm [<00560074006000330038002E>-278<002B001D006A001D00490052003C002E>-278<0051002400450033002C006A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 509.8819 Tm [<002B0052004E0063006A0061006E002C006A>-250<001D004E>-250<001C004E004E0052006A0063>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 498.5843 Tm [<001C00610061001D0077>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 332.8405 498.5843 Tm [<00330055003000380059001C00610061001D0077>]TJ
-/F31 8.069684 Tf 1 0 0 1 373.197 498.5843 Tm [<005600740060003300380057>]TJ
-/F29 8.966376 Tf 1 0 0 1 408.4655 498.5843 Tm [<002B0052004E0063006A0061006E002C006A>-250<001D004E>-250<001C00610061001D0077>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 487.2866 Tm [<002F0043002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 327.458 487.2866 Tm [<00330055003000380059002F0043002C006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 361.9801 487.2866 Tm [<005600740060003300380057>]TJ
-/F29 8.966376 Tf 1 0 0 1 397.2486 487.2866 Tm [<002B0052004E0063006A0061006E002C006A>-250<001D>-250<002F0043002C006A>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 475.989 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 475.989 Tm [<003300550030003800590051002400450033002C006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 381.2747 475.989 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 398.6043 475.989 Tm [<002B0052004E0063006A0061006E002C006A>-250<001D004E>-250<0051002400450033002C006A>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 464.6914 Tm [<0054002F003700600033002C006A001D004E003C00490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 366.0311 464.6914 Tm [<003300550030003800590054002F003700600033002C006A001D004E003C00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 440.014 464.6914 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 453.3937 Tm [<002B0052004E0063006A0061006E002C006A>-250<001D>-250<0054002F003700600033002C006A001D004E003C00490033>-250<0052002400450033002C006A0059>]TJ
-1 0 0 1 304.3626 442.0961 Tm [<0121>-250<001C004E004E0052006A>-250<004C0033006A0040005200300063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 430.7984 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 430.7984 Tm [<001C004E004E0052006A002D0043006300510046>]TJ
-/F31 8.069684 Tf 1 0 0 1 387.101 430.7984 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 404.4306 430.7984 Tm [<002B00400033002C0047>-250<00430038>-250<001C004E004E0052006A>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 419.5008 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 419.5008 Tm [<001C004E004E0052006A002D003C0033006A001C005500550033001D0061001D004E002C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 421.1712 419.5008 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 438.5008 419.5008 Tm [<003B0033006A>-250<001C005500550033001D0061001D004E002C0033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 408.2031 Tm [<001C004E004E0052006A002300520061003000330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 358.8652 408.2031 Tm [<001C004E004E0052006A002D003C0033006A002300520061003000330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 423.4146 408.2031 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 440.7442 408.2031 Tm [<003B0033006A>-250<001C004E004E0052006A002300520061003000330061>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 396.9055 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 396.9055 Tm [<001C004E004E0052006A002D004C001D006A002C0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 392.0316 396.9055 Tm [<00560060003300380057>]TJ
-/F29 8.966376 Tf 1 0 0 1 421.9176 396.9055 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<001D004E0030>-250<003C0033004E00330061001D006A00430052004E>]TJ
-1 0 0 1 316.3177 385.6078 Tm [<004C001D006A002C004000330063>-250<0060003300380059>]TJ
-1 0 0 1 304.3626 374.3102 Tm [<0121>-250<001C004E004E0052006A0023005200610030003300610062006A007700490033>-250<004C0033006A0040005200300063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 363.0125 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 363.0125 Tm [<001C004E004E0052006A0023005200610030003300610062006A007700490033002D003C0033006A007200430030006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 447.1637 363.0125 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 464.4933 363.0125 Tm [<003B0033006A>-250<002400520061003000330061>-250<007300430030006A00400059>]TJ
-1 0 0 1 304.3626 351.7149 Tm [<0121>-250<001C004E004E0052006A0063>-250<004C0033006A0040005200300063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 340.4173 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 340.4173 Tm [<001C004E004E0052006A0063002D003C0033006A004D006E004C001C004E004E0052006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 426.5376 340.4173 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 443.8672 340.4173 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<001C004E004E0052006A0063>-250<0052002400450033002C006A00630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 329.1196 Tm [<001C004E004E0052006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 334.6481 329.1196 Tm [<001C004E004E0052006A0063002D003C0033006A001C004E004E0052006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 400.5371 329.1196 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.5357 329.1196 Tm [<003B0033006A>-250<001C004E004E0052006A>-250<0052002400450033002C006A0059>]TJ
-1 0 0 1 304.3626 317.822 Tm [<0121>-250<001C00610061001D0077>-250<004C0033006A0040005200300063002D>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 306.5243 Tm [<001C00610061001D0077002D0043004E002C006000330038>]TJ
-/F31 8.069684 Tf 1 0 0 1 352.7888 306.5243 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 370.1183 306.5243 Tm [<0042004E002C00610033004C0033004E006A>-250<006100330038003300610033004E002C0033>-250<002C0052006E004E006A>-250<006A0052>-250<001C00610061001D00770059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 295.2267 Tm [<001C00610061001D0077002D00300033002C006000330038>]TJ
-/F31 8.069684 Tf 1 0 0 1 355.0321 295.2267 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 372.3617 295.2267 Tm [<002F0033002C00610033004C0033004E006A>-250<006100330038003300610033004E002C0033>-250<002C0052006E004E006A>-250<006A0052>-250<001C00610061001D00770059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 283.929 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 283.929 Tm [<001C00610061001D0077002D003C0033006A00480033004E003C006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 400.997 283.929 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 418.3266 283.929 Tm [<003B0033006A>-250<001C00610061001D0077>-250<00490033004E003C006A00400059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 272.6314 Tm [<001C00610061001D0077002D001D00300030>]TJ
-/F31 8.069684 Tf 1 0 0 1 342.4757 272.6314 Tm [<00560051002400450033002C006A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 383.1267 272.6314 Tm [<001C00300030>-250<0051002400450033002C006A>-250<006A0052>-250<001C00610061001D00770059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 261.3337 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 261.3337 Tm [<001C00610061001D0077002D003C0033006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 372.7531 261.3337 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 414.7517 261.3337 Tm [<003B0033006A>-250<0051002400450033002C006A>-250<003800610052004C>-250<001C00610061001D00770059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 250.0361 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 250.0361 Tm [<001C00610061001D0077002D003C0033006A004D0037>]TJ
-/F31 8.069684 Tf 1 0 0 1 383.51 250.0361 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 425.5086 250.0361 Tm [<003B0033006A>-250<0051002400450033002C006A>-250<003800610052004C>-250<001C00610061001D0077002E>-250<004E0052006A>-250<0061003300630052004900710043004E003C>]TJ
-1 0 0 1 316.3177 238.7384 Tm [<0043004E0030004300610033002C006A00430052004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 227.4408 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 227.4408 Tm [<001C00610061001D0077002D003C0033006A0062006A00610043004E003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 392.4755 227.4408 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 434.4741 227.4408 Tm [<003B0033006A>-250<0062006A00610043004E003C>-250<003800610052004C>-250<001C00610061001D00770059>]TJ
-1 0 0 1 304.3626 216.1432 Tm [<0121>-250<002B001D006A001D00490052003C>-250<004C0033006A0040005200300063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 204.8455 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 204.8455 Tm [<002B001D006A001D00490052003C002D0043006300510046>]TJ
-/F31 8.069684 Tf 1 0 0 1 393.3873 204.8455 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 410.7169 204.8455 Tm [<002B00400033002C0047>-250<00430038>-250<002B001D006A001D00490052003C>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 193.5479 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 193.5479 Tm [<002B001D006A001D00490052003C002D003C0033006A004D006E004C0054001D003C00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 424.3184 193.5479 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 441.648 193.5479 Tm [<003B0033006A>-250<006A0052006A001D0049>-250<004E006E004C002400330061>-250<00520038>-250<0055001D003C003300630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 182.2502 Tm [<0054001D003C0033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 332.4047 182.2502 Tm [<002B001D006A001D00490052003C002D003C0033006A0054001D003C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 396.0745 182.2502 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 438.0731 182.2502 Tm [<003B0033006A>-250<0054001D003C00330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 170.9526 Tm [<006000330038>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 326.1184 170.9526 Tm [<002B001D006A001D00490052003C002D003C0033006A0054001D003C0033006000330038>]TJ
-/F31 8.069684 Tf 1 0 0 1 402.7885 170.9526 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 159.6549 Tm [<003B0033006A>-250<006A00400033>-250<006100330038003300610033004E002C0033>-250<006A0052>-250<001D>-250<0054001D003C0033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 148.3573 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 148.3573 Tm [<002B001D006A001D00490052003C002D003C0033006A0023001D00630033006D00600042>]TJ
-/F31 8.069684 Tf 1 0 0 1 410.8582 148.3573 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 428.1878 148.3573 Tm [<003B0033006A>-250<0024001D00630033>-250<006D00600042002E>-250<00430038>-250<001D004E00770059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 137.0596 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 137.0596 Tm [<002B001D006A001D00490052003C002D00610033001D0030004B0033006A001D0030001D006A001D>]TJ
-/F31 8.069684 Tf 1 0 0 1 417.5883 137.0596 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 434.9179 137.0596 Tm [<003B0033006A>-250<006A00400033>-250<002C0052004E006A0033004E006A0063>-250<00520038>-250<006A00400033>-250<004B0033006A001D0030001D006A001D>]TJ
-1 0 0 1 316.3177 125.762 Tm [<0063006A00610033001D004C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 114.4643 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 114.4643 Tm [<002B001D006A001D00490052003C002D003C0033006A0062006A0061006E002C006A0069006100330033006000520052006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 439.9978 114.4643 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 103.1667 Tm [<003B0033006A>-250<006A00400033>-250<0063006A0061006E002C006A006E00610033>-250<006A006100330033>-250<006100520052006A>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 91.8691 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 91.8691 Tm [<002B001D006A001D00490052003C002D007E004E00300054001D003C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 404.588 91.8691 Tm [<00560043004E006A0033003C00330061002E>-278<0043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 80.5714 Tm [<003B0033006A>-250<001D>-250<0054001D003C0033>-250<004E006E004C002400330061>-250<00240077>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<001D004E0030>-250<003C0033004E00330061001D006A00430052004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 69.2738 Tm [<00480043004E0047002F00330063006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 344.9531 69.2738 Tm [<002B001D006A001D00490052003C002D007E004E0030002F00330063006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 409.5106 69.2738 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 446.5705 69.2738 Tm [<00370043004E0030>-250<001D>-250<004E001D004C00330030>-250<003000330063006A0043004E001D006A00430052004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 57.9761 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 57.9761 Tm [<002B001D006A001D00490052003C002D003C0033006A002F00330063006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 403.2404 57.9761 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 420.57 57.9761 Tm [<003B0033006A>-250<003000330063006A0043004E001D006A00430052004E0063>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 46.6785 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 46.6785 Tm [<002B001D006A001D00490052003C002D004E006E004C0032004C00240033003000300033003000370043004900330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 447.1879 46.6785 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 464.5175 46.6785 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<0033004C002400330030003000330030>]TJ
-1 0 0 1 316.3177 35.3808 Tm [<007E0049003300630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 24.0832 Tm [<0032004C00240037004300490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 343.1535 24.0832 Tm [<002B001D006A001D00490052003C002D0033004C0024003300300030003300300037004300490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 429.6928 24.0832 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 471.6914 24.0832 Tm [<003B0033006A>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<006C>-48615<0048006E001D006A0033>34<0075>-249<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>34<003300610033004E002C0033>]TJ
+1 0 0 1 40.3016 781.4987 Tm [<005100550033004E>-250<001D>-250<007E00490033>-250<0038>40<00520061>-250<00610033001D00300043004E003C0059>-500<006900400033>-250<00610033006A006E0061>-20<004E00330030>-250<006A001D002400490033>-250<006300400052006E00490030>-250<00300033007E004E0033>-250<0047>20<0033>30<0077>-250<0038006E004E002C006A00430052004E0063>]TJ
+1 0 0 1 40.3016 770.201 Tm [<0038>40<00520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 52.6393 770.201 Tm [<005E0061>10<0033001D003000330061005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 83.8511 770.201 Tm [<001D004E0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 99.0401 770.201 Tm [<005E002C0049005200630033005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 123.6042 770.201 Tm [<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 758.9034 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 758.9034 Tm [<0061>-5<0033001D003000330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 81.9453 758.9034 Tm [<0056006A001D0024004900330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 747.6057 Tm [<0060>25<0033001D0030>-250<001D>-250<00490043004E0033>-250<003800610052004C>-250<001D>-250<007E00490033>-250<005200550033004E00330030>-250<00730043006A0040>-250<006A00400033>]TJ
+/F5 8.069684 Tf 1 0 0 1 181.7731 747.6057 Tm [<005200550033004E006F0061>-5<0033001D0030006F007E00490033>]TJ
+/F1 8.966376 Tf 1 0 0 1 241.0109 747.6057 Tm [<002C001D004900490024001D002C>20<00470059>-500<006900400033>]TJ
+1 0 0 1 40.3016 736.3081 Tm [<001D0061>15<003C006E004C0033004E006A>-250<00430063>-250<006A00400033>-250<00610033006A006E0061>-20<004E>-250<0071>25<001D0049006E0033>-250<003800610052004C>]TJ
+/F5 8.069684 Tf 1 0 0 1 162.6388 736.3081 Tm [<005200550033004E006F0061>-5<0033001D0030006F007E00490033>]TJ
+1 0 0 1 28.3464 725.0104 Tm [<002C0049005200630033>]TJ
+/F6 8.069684 Tf 1 0 0 1 48.9806 725.0104 Tm [<0056006A001D0024004900330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 713.7128 Tm [<002B0049005200630033>-250<001D>-250<007E00490033>-250<005200550033004E00330030>-250<00730043006A0040>-250<006A00400033>]TJ
+/F5 8.069684 Tf 1 0 0 1 142.4107 713.7128 Tm [<005200550033004E006F0061>-5<0033001D0030006F007E00490033>]TJ
+/F1 8.966376 Tf 1 0 0 1 201.6485 713.7128 Tm [<002C001D004900490024001D002C>20<00470059>-500<006900400033>-250<001D0061>15<003C006E004C0033004E006A>-250<00430063>]TJ
+1 0 0 1 40.3016 702.4151 Tm [<006A00400033>-250<00610033006A006E0061>-20<004E>-250<0071>25<001D0049006E0033>-250<003800610052004C>-250<006A00400033>]TJ
+/F5 8.069684 Tf 1 0 0 1 131.6421 702.4151 Tm [<005200550033004E006F0061>-5<0033001D0030006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 679.8198 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 122.2776 679.8198 Tm [<0061>-5<0033001D0030006F0038>10<0052004E006A006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 175.1501 679.8198 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 668.5222 Tm [<0060>25<0033001D0030>-250<001D>-250<00690037004B>-250<004C0033006A0061>-20<0043002C0063>-250<007E004900330059>-500<0060>25<0033006A006E0061>-20<004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 161.2491 668.5222 Tm [<006A0061006E0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 175.1531 668.5222 Tm [<002E>-250<006A00400033>-250<0030001D006A001D002E>-250<001D004E0030>-250<006A00400033>-250<0030001D006A001D>-250<00490033004E003C006A0040>-250<0038>40<00520061>]TJ
+1 0 0 1 40.3016 657.2246 Tm [<0063006E002C002C003300630063002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 71.675 657.2246 Tm [<0038>10<001D004900630033>]TJ
+/F1 8.966376 Tf 1 0 0 1 90.8791 657.2246 Tm [<0052006A004000330061>-20<0073004300630033>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 645.9269 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 122.2776 645.9269 Tm [<0061>-5<0033001D0030006F00710038006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 167.1692 645.9269 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 204.1888 645.9269 Tm [<0060>25<0033001D0030>-250<001D>-250<00700037>-250<004C0033006A0061>-20<0043002C0063>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 634.6293 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 122.2776 634.6293 Tm [<0061>-5<0033001D0030006F004C001D0055006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 176.5865 634.6293 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 213.6062 634.6293 Tm [<0060>25<0033001D0030>-250<001D>-250<0038>40<0052004E006A>-250<004C001D0055>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 623.3316 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 122.2776 623.3316 Tm [<0061>-5<0033001D0030006F0033004E002C006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 173.8993 623.3316 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 612.034 Tm [<0060>25<0033001D0030>-250<001D>-250<0038>40<0052004E006A>-250<0033004E002C005200300043004E003C>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 600.7363 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 122.2776 600.7363 Tm [<0061>-5<0033001D0030006F006300380030006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 172.0998 600.7363 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 589.4387 Tm [<0060>25<0033001D0030>-250<001D>-250<0063006E00240038>40<0052004E006A>-250<00300033007E004E0043006A00430052004E>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 578.141 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 122.2776 578.141 Tm [<0061>-5<0033001D0030006F00550047006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 169.4126 578.141 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 566.8434 Tm [<0060>25<0033001D0030>-250<001D>-250<0038>40<0052004E006A>-250<00240043006A004C001D0055>-250<00540046>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 555.5457 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 122.2776 555.5457 Tm [<0061>-5<0033001D0030006F0030001D006A>-5<001D006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 176.6269 555.5457 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 213.6465 555.5457 Tm [<0060>25<0033001D0030>-250<001D>-250<0030001D006A001D>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 544.2481 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 122.2776 544.2481 Tm [<0061>-5<0033001D0030006F006A0061006E0033>5<006A007700550033006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 191.7898 544.2481 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 532.9505 Tm [<0060>25<0033001D0030>-250<001D>-250<0069>50<0061>-20<006E00330069>100<007700550033>-250<0038>40<0052004E006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 521.6528 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 122.2776 521.6528 Tm [<0061>-5<0033001D0030006F006A0077005500330053006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 181.0733 521.6528 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 218.0929 521.6528 Tm [<0060>25<0033001D0030>-250<001D>-250<0069>100<0077005500330053>-250<0038>40<0052004E006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 510.3552 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 122.2776 510.3552 Tm [<0061>-5<0033001D0030006F005200550033004E006A007700550033006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 195.865 510.3552 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 499.0575 Tm [<0060>25<0033001D0030>-250<001D004E>-250<005100550033004E>55<0069>100<007700550033>-250<0038>40<0052004E006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 465.1646 Tm [<0069>75<00520047>15<0033004E00430063001D006A00430052004E>-278<002C0040001D004E003C>-10<00330063>-278<002C001D004900490024001D002C>-5<0047>10<0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 442.5693 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 442.5693 Tm [<005500610052002C003300630063006F0043004E>-5<0055006E006A006F0024006E007B00330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 139.5467 442.5693 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 431.2716 Tm [<004B00520030004300380077>-250<006A00400033>-250<0033004E002C005200300043004E003C>-250<00520038>-250<006A00400033>-250<0043004E>15<0055006E006A>-250<0024006E007B00330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 419.974 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 419.974 Tm [<005500610052002C003300630063006F0052006E006A0055006E006A006F0024006E007B00330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 144.8808 419.974 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 408.6764 Tm [<004B00520030004300380077>-250<006A00400033>-250<0033004E002C005200300043004E003C>-250<00520038>-250<006A00400033>-250<0052006E006A0055006E006A>-250<0024006E007B00330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 397.3787 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 55.041 397.3787 Tm [<006A>10<00520047>15<0033004E006F007E0049006A>5<00330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 98.2945 397.3787 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 386.0811 Tm [<00510071>35<00330061>-25<0061>-20<004300300033>-250<006A00400033>-250<006A00520047>20<0033004E00430079001D006A00430052004E>-250<005500610052002C0033006300630059>-500<0060>25<0033006A006E0061>-20<004E>-250<0071>25<001D0049006E0033>-250<00430063>-250<001D>]TJ
+/F6 8.069684 Tf 1 0 0 1 230.1916 386.0811 Tm [<006A>10<00520047>20<0033004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 251.9295 386.0811 Tm [<00520061>-250<001D004E>-250<001D0061>-25<0061001D>30<0077>-250<00520038>]TJ
+1 0 0 1 40.3016 374.7834 Tm [<006A00520047>20<0033004E0063>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 340.8905 Tm [<004D>-10<005200300033>-278<004900430063006A>-278<002C001D004900490024001D002C>-5<0047>10<0063>]TJ
+1 0 0 1 28.3464 318.2952 Tm [<0024006E0043004900300055001D003C>-10<0033006F007E0049006A>5<00330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 88.4737 318.2952 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 306.9975 Tm [<005400610052002C003300630063>-250<0052002400450033002C006A0063>-250<001D0063>-250<006A00400033>30<0077>-250<001D00610033>-250<001D0030003000330030>-250<006A0052>-250<006A00400033>-250<004C001D0043004E>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<004900430063>15<006A0059>-500<006900400033>-250<0063>15<006A0061>-20<0043004E003C>-250<001D00610041>]TJ
+1 0 0 1 40.3016 295.6999 Tm [<003C006E004C0033004E006A>-250<003C00430071>35<00330063>-250<00630052004C0033>-250<002C0052004E006A0033>35<0075006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 284.4023 Tm [<0024006E0043004900300055001D003C>-10<0033006F007E0049006A>5<00330061>]TJ
+/F1 8.966376 Tf 1 0 0 1 90.7153 284.4023 Tm [<002C0052004E006A0033>35<0075006A>-250<0043004E0038>40<00520061>-20<004C001D006A00430052004E002D>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 273.1046 Tm [<0071>15<001D0049006E0033>]TJ
+/F7 8.966376 Tf 1 0 0 1 89.9724 273.1046 Tm [<0033>20<007500550049001D004E001D006A00430052004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 261.807 Tm [<001D00490043003C004E004C0033004E006A>-2873<001D>-250<00560055001D0061>-25<006A0043001D00490057>-250<001D00490043003C004E004C0033004E006A>-250<00430063>-250<002400330043004E003C>-250<001D0030003000330030>]TJ
+1 0 0 1 28.3464 250.5093 Tm [<001D0038006A00330061006F0052006E006A0055006E006A>-1985<001D004E>-250<0052006E006A0055006E006A>-250<00610052006E006A0043004E0033>-250<0040001D0063>-250<0045006E0063>15<006A>-250<007E004E00430063004000330030>]TJ
+1 0 0 1 28.3464 239.2117 Tm [<00240052>35<0075>-5408<001D>-250<006A00770055003300630033006A>-250<00240052>35<0075>-250<00430063>-250<002400330043004E003C>-250<001D0030003000330030>]TJ
+1 0 0 1 28.3464 227.914 Tm [<004E0033>30<0073006F003C>-10<0061001D0038>-3117<006A00400033>-250<00240033003C0043004E004E0043004E003C>-250<00520038>-250<001D>-250<004E0033>30<0073>-250<0055001D0061001D003C>-10<0061001D00550040>]TJ
+1 0 0 1 28.3464 216.6164 Tm [<0071004C005200300033006F0055001D0061>]TJ
+/F6 8.069684 Tf 1 0 0 1 89.9724 216.6164 Tm [<00250055001D0061>]TJ
+/F1 8.966376 Tf 1 0 0 1 106.118 216.6164 Tm [<0073>25<001D0063>-250<0038>40<0052006E004E0030>-250<0043004E>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<004C005200300033>]TJ
+1 0 0 1 28.3464 205.3187 Tm [<0040004C005200300033006F0055001D0061>]TJ
+/F6 8.069684 Tf 1 0 0 1 89.9724 205.3187 Tm [<00250055001D0061>]TJ
+/F1 8.966376 Tf 1 0 0 1 106.118 205.3187 Tm [<0073>25<001D0063>-250<0038>40<0052006E004E0030>-250<0043004E>-250<004000520061>-20<004300790052004E006A001D0049>-250<004C005200300033>]TJ
+1 0 0 1 28.3464 194.0211 Tm [<0043004E006300330061>-25<006A>-4626<001D004E>-250<0043004E006300330061>-25<006A>-250<00430063>-250<001D0030003000330030>]TJ
+1 0 0 1 28.3464 182.7234 Tm [<00550033004E001D0049006A0077>-3929<001D>-250<00550033004E001D0049006A0077>-250<00560043004E>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<004C0052003000330057>]TJ
+1 0 0 1 28.3464 171.4258 Tm [<002400330038>40<005200610033006F00300043006300550049001D>30<0077>-1000<0043004C004C003300300043001D006A00330049>25<0077>-250<002400330038>40<005200610033>-250<001D>-250<00300043006300550049001D>30<0077>-250<0063>15<006A001D0061>-25<006A0063>]TJ
+1 0 0 1 28.3464 160.1282 Tm [<001D0038006A00330061006F00300043006300550049001D>30<0077>-1682<001D>-250<00300043006300550049001D>30<0077>-250<00430063>-250<007E004E00430063004000330030>]TJ
+1 0 0 1 28.3464 148.8305 Tm [<0033004E0030>]TJ
+/F1 6.973848 Tf 1 0 0 1 89.9724 148.8305 Tm [<0048>25<006D>65<001C>55<0069>]TJ
+1 0 0 1 106.52 147.2614 Tm [<0032>]TJ
+1 0 0 1 110.006 148.8305 Tm [<0074>]TJ
+/F1 8.966376 Tf 1 0 0 1 117.2827 148.8305 Tm [<00430063>-250<006A00330061>-20<004C0043004E001D006A0043004E003C>-250<00560043006A005F0063>-250<001D00490049>-250<0052>35<0071>35<003300610057>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 126.2352 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 55.4929 126.2352 Tm [<00550061>-5<0033006F00490043004E003300240061>-5<0033001D0047006F007E0049006A>5<00330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 129.9841 126.2352 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 114.9376 Tm [<001C0049006A00330061>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<002400330038>40<005200610033>-250<00490043004E0033002400610033001D00470043004E003C>-250<006A001D0047>20<00330063>-250<00550049001D002C00330059>-500<006900400033>-250<0063>15<006A0061>-20<0043004E003C>-250<001D0061>15<003C006E004C0033004E006A>-250<003C00430071>35<00330063>]TJ
+1 0 0 1 40.3016 103.6399 Tm [<00630052004C0033>-250<002C0052004E006A0033>35<0075006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 92.3423 Tm [<00550061>-5<0033006F00490043004E003300240061>-5<0033001D0047006F007E0049006A>5<00330061>]TJ
+/F1 8.966376 Tf 1 0 0 1 105.0793 92.3423 Tm [<002C0052004E006A0033>35<0075006A>-250<0043004E0038>40<00520061>-20<004C001D006A00430052004E002D>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 81.0446 Tm [<0071>15<001D0049006E0033>]TJ
+/F7 8.966376 Tf 1 0 0 1 89.1654 81.0446 Tm [<0033>20<007500550049001D004E001D006A00430052004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 69.747 Tm [<004A0033004C0055006A0077003E>-3155<004C001D0043004E>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<004900430063>15<006A>]TJ
+1 0 0 1 28.3464 58.4493 Tm [<004000240052>35<0075>]TJ
+/F6 8.069684 Tf 1 0 0 1 89.1654 58.4493 Tm [<0025004000240052>25<0075>]TJ
+/F1 8.966376 Tf 1 0 0 1 110.9437 58.4493 Tm [<0043004E>-250<004000520061>-20<004300790052004E006A001D0049>-250<004C005200300033>]TJ
+1 0 0 1 28.3464 47.1517 Tm [<001D00300045006E0063>15<006A00330030006F004000240052>35<0075>]TJ
+/F6 8.069684 Tf 1 0 0 1 89.1654 47.1517 Tm [<0025004000240052>25<0075>]TJ
+/F1 8.966376 Tf 1 0 0 1 110.9437 47.1517 Tm [<0043004E>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<004C005200300033>]TJ
+1 0 0 1 28.3464 35.8541 Tm [<007100240052>35<0075>]TJ
+/F6 8.069684 Tf 1 0 0 1 89.1654 35.8541 Tm [<0025007100240052>25<0075>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 781.4987 Tm [<0071006A00520055>]TJ
+/F6 8.069684 Tf 1 0 0 1 365.1815 781.4987 Tm [<00250071006A>10<00520055>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 770.201 Tm [<001D00490043003C004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 365.1815 770.201 Tm [<00250040001D00490043003C004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 391.1964 770.201 Tm [<00520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 400.907 770.201 Tm [<00250071>20<001D00490043003C004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 758.9034 Tm [<003000430063002C>-5172<003000430063002C00610033006A00430052004E001D0061>-20<004300330063>]TJ
+1 0 0 1 304.3626 747.6057 Tm [<0043004E006300330061>-25<006A>-4536<0055001D002C>20<0047001D003C0043004E003C>-250<001D004E>-250<0043004E006300330061>-25<006A>]TJ
+1 0 0 1 304.3626 736.3081 Tm [<0071>35<002C0033004E006A00330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 365.1815 736.3081 Tm [<00250071>15<002C0033004E006A>15<00330061>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 725.0104 Tm [<00490052002C001D0049006F00240052>35<0075>]TJ
+/F6 8.069684 Tf 1 0 0 1 365.1815 725.0104 Tm [<002500490052002C001D0049004900330038>-25<006A00240052>25<0075>]TJ
+/F1 8.966376 Tf 1 0 0 1 410.0311 725.0104 Tm [<00520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 419.7416 725.0104 Tm [<002500490052002C001D004900610043003C0040006A00240052>25<0075>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 713.7128 Tm [<0063005500490043006A006F0052007B>-3460<006A00520055>-250<00520038>-250<001D>]TJ
+/F6 8.069684 Tf 1 0 0 1 394.8154 713.7128 Tm [<00250071>10<0063005500490043006A>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 702.4151 Tm [<0063005500490043006A006F0047>20<003300330055>-2692<00610033004C001D0043004E003000330061>-250<00520038>-250<001D>]TJ
+/F6 8.069684 Tf 1 0 0 1 419.7061 702.4151 Tm [<00250071>10<0063005500490043006A>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 691.1175 Tm [<001D00490043003C004E006F00630033006A>-3172<001D00490043003C004E004C0033004E006A>-250<002C003300490049>]TJ
+1 0 0 1 304.3626 679.8198 Tm [<007E004E006F00610052>35<0073>-3707<001D00490043003C004E004C0033004E006A>-250<00610052>35<0073>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 657.2246 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 657.2246 Tm [<00490043004E003300240061>-5<0033001D0047006F007E0049006A>5<00330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 388.9167 657.2246 Tm [<0056004E005200300033002E>-278<00240052005200490033001D004E0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 645.9269 Tm [<00510071>35<00330061>-25<0061>-20<004300300033>-250<006A00400033>-250<00490043004E0033002400610033001D00470043004E003C>-250<001D0049003C00520061>-20<0043006A0040004C0059>-500<006900400033>-250<00240052005200490033001D004E>-250<00430063>]TJ
+/F6 8.069684 Tf 1 0 0 1 507.5885 645.9269 Tm [<006A0061006E0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 523.7341 645.9269 Tm [<00430038>-250<006A004000430063>-250<00430063>-250<001D>-250<00550061003300410030004300630041>]TJ
+1 0 0 1 316.3177 634.6293 Tm [<00550049001D>30<0077>-250<002400610033001D00470059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 623.3316 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 623.3316 Tm [<005500520063006A006F00490043004E003300240061>-5<0033001D0047006F007E0049006A>5<00330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 410.4386 623.3316 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 612.034 Tm [<001C0049006A00330061>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<001D0038>35<00330061>-250<00490043004E0033002400610033001D00470043004E003C>-250<0040001D0063>-250<006A001D0047>20<0033004E>-250<00550049001D002C00330059>-500<006900400033>-250<0063>15<006A0061>-20<0043004E003C>-250<001D0061>15<003C006E004C0033004E006A>]TJ
+1 0 0 1 316.3177 600.7363 Tm [<003C00430071>35<00330063>-250<00630052004C0033>-250<002C0052004E006A0033>35<0075006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 589.4387 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 589.4387 Tm [<00400055001D002C>-5<0047006F007E0049006A>5<00330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 376.8041 589.4387 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 578.141 Tm [<001C0049006A00330061>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<002400330038>40<005200610033>-250<004000520061>-20<004300790052004E006A001D0049>-250<0055001D002C>20<00470043004E003C>-250<006A001D0047>20<00330063>-250<00550049001D002C00330059>-500<006900400033>-250<007E00610063>15<006A>-250<0063>15<006A0061>-20<0043004E003C>]TJ
+1 0 0 1 316.3177 566.8434 Tm [<003C00430071>35<00330063>-250<00630052004C0033>-250<002C0052004E006A0033>35<0075006A002E>-250<006A00400033>-250<004E006E004C002400330061>-250<00430063>-250<006A00400033>-250<0030003300630043006100330030>-250<0063004300790033002E>-250<006A00400033>-250<00630033002C0052004E0030>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>]TJ
+1 0 0 1 316.3177 555.5457 Tm [<00330043006A004000330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 338.9758 555.5457 Tm [<005E0033>25<0075>15<001D002C006A005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 365.9106 555.5457 Tm [<00520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 375.6212 555.5457 Tm [<005E001D003000300043006A00430052004E001D0049005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 418.1305 555.5457 Tm [<0056004C005200300043007E00330063>-250<006A00400033>-250<007E00610063>15<006A>-250<0063>15<006A0061>-20<0043004E003C0057002E>-250<006A00400033>-250<006A0040004300610030>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>]TJ
+1 0 0 1 316.3177 544.2481 Tm [<006A00400033>-250<0030003300630043006100330030>-250<0030004300610033002C006A00430052004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 532.9505 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 532.9505 Tm [<00710055001D002C>-5<0047006F007E0049006A>5<00330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 376.3603 532.9505 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 521.6528 Tm [<001C0049006A00330061>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<002400330038>40<005200610033>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<0055001D002C>20<00470043004E003C>-250<006A001D0047>20<00330063>-250<00550049001D002C00330059>-500<006900400033>-250<00630033002C0052004E0030>-250<004E006E004C0041>]TJ
+1 0 0 1 316.3177 510.3552 Tm [<002400330061>-250<00430063>-250<006A00400033>-250<0030003300630043006100330030>-250<004C001D0075>-250<003000330055006A00400059>-500<006200330033>]TJ
+/F5 8.069684 Tf 1 0 0 1 439.0854 510.3552 Tm [<00400055001D002C>-5<0047006F007E0049006A>5<00330061>]TJ
+/F1 8.966376 Tf 1 0 0 1 486.6221 510.3552 Tm [<0038>40<00520061>-250<006A00400033>-250<001D0061>15<003C006E004C0033004E006A00630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 499.0575 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 499.0575 Tm [<00550061>-5<0033006F0052006E006A0055006E006A006F007E0049006A>5<00330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 395.6226 499.0575 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 487.7599 Tm [<001C0049006A00330061>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<002400330038>40<005200610033>-250<00240052>35<00750043004E003C>-250<006A0052>]TJ
+/F6 8.069684 Tf 1 0 0 1 436.79 487.7599 Tm [<00250052006E006A0055006E006A00240052>25<0075>]TJ
+/F1 8.966376 Tf 1 0 0 1 476.5153 487.7599 Tm [<006A001D0047>20<00330063>-250<00550049001D002C00330059>-500<006200330033>]TJ
+/F5 8.069684 Tf 1 0 0 1 537.8364 487.7599 Tm [<00710055001D002C>-5<0047006F007E00490041>]TJ
+1 0 0 1 316.3177 476.4622 Tm [<006A>5<00330061>]TJ
+/F1 8.966376 Tf 1 0 0 1 328.8321 476.4622 Tm [<0038>40<00520061>-250<006A00400033>-250<001D0061>15<003C006E004C0033004E006A00630059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 465.1646 Tm [<0040>20<0077005500400033004E001D006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 344.5173 465.1646 Tm [<0056004E005200300033002E>-278<004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 402.2276 465.1646 Tm [<001C005500550049>25<0077>-250<0040>30<0077005500400033004E001D006A00430052004E>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 453.8669 Tm [<00490043003C>-5<001D006A006E00610043004E003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 341.1684 453.8669 Tm [<0056004E005200300033002E>-278<004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 398.8787 453.8669 Tm [<001C005500550049>25<0077>-250<00490043003C>20<001D006A006E0061>-20<0043004E003C>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 442.5693 Tm [<0047>15<00330061004E0043004E003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 333.3892 442.5693 Tm [<0056004E005200300033002E>-278<004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 391.0995 442.5693 Tm [<001C005500550049>25<0077>-250<0047>20<00330061>-20<004E0043004E003C>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 431.2716 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 431.2716 Tm [<004C004900430063006A006F006A>10<0052006F0040004900430063006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 383.4455 431.2716 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C002E>-278<00240052005200490033001D004E0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 419.974 Tm [<002B0052004E>30<0071>35<00330061>-25<006A>-250<001D>-250<004C001D006A0040>-250<004E005200300033>-250<004900430063>15<006A>-250<0043004E006A0052>-250<001D>-250<004000520061>-20<004300790052004E006A001D0049>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 386.0811 Tm [<0037>15<0052004E006A>-278<00300033007E004E0043006A00430052004E>-278<002C001D004900490024001D002C>-5<0047>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 363.4858 Tm [<004C0033>10<006A00610043002C0063>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 339.4818 363.4858 Tm [<00300033007E004E0033006F0038>10<0052004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 382.8887 363.4858 Tm [<00560063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 352.1881 Tm [<002F0033007E004E0033>-250<001D>-250<0038>40<0052004E006A>-250<003800610052004C>-250<00730043006A00400043004E>-250<0049006E001D>-250<002C0052003000330059>-500<006900400033>-250<001D0061>15<003C006E004C0033004E006A0063>-250<001D00610033>-250<006A00400033>-250<006E006300330061>45<00410063006E005500550049004300330030>]TJ
+1 0 0 1 316.3177 340.8905 Tm [<0043004E0038>40<00520061>-20<004C001D006A00430052004E002E>-250<00730043006A0040>-250<004E0033003C>20<001D006A00430071>35<0033>-250<004E006E004C0024003300610063>-250<0043004E00300043002C001D006A0043004E003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 484.5001 340.8905 Tm [<0063002C001D004900330030>]TJ
+/F1 8.966376 Tf 1 0 0 1 507.8215 340.8905 Tm [<002E>-250<0055005200630043006A00430071>35<0033>-250<004E006E004C0024003300610063>]TJ
+/F6 8.069684 Tf 1 0 0 1 316.3177 329.5928 Tm [<001D006A>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 295.6999 Tm [<00320071>15<0033004E006A>-278<002C001D004900490024001D002C>-5<0047>10<0063>]TJ
+1 0 0 1 304.3626 273.1046 Tm [<00550061>-5<0033006F0030006E004C>-5<0055>]TJ
+/F6 8.069684 Tf 1 0 0 1 343.4521 273.1046 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 360.7817 273.1046 Tm [<0060>25<006E004E>-250<001D002C006A00430052004E0063>-250<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<0038>40<00520061>-20<004C001D006A>-250<0030006E004C00550043004E003C>-250<006A001D0047>20<00330063>-250<00550049001D002C00330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 261.807 Tm [<0063006A>10<00520055006F0061006E004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 338.804 261.807 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 356.1336 261.807 Tm [<0060>25<006E004E>-250<001D002C006A00430052004E0063>-250<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<006A00400033>-250<0033004E0030>-250<00520038>-250<006A00400033>-250<006A00770055003300630033006A006A0043004E003C>-250<0061>-20<006E004E0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 250.5093 Tm [<0063006A>-5<001D0061>-20<006A006F0061006E004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 339.5383 250.5093 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 356.8679 250.5093 Tm [<0060>25<006E004E>-250<001D002C006A00430052004E0063>-250<001D006A>-250<006A00400033>-250<0063>15<006A001D0061>-25<006A>-250<00520038>-250<006A00400033>-250<006A00770055003300630033006A006A0043004E003C>-250<0061>-20<006E004E0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 239.2117 Tm [<0063006A>-5<001D0061>-20<006A006F0055001D003C>-10<0033006F004E006E004C002400330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 379.5317 239.2117 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 227.914 Tm [<0060>25<006E004E>-250<001D002C006A00430052004E0063>-250<001D006A>-250<006A00400033>-250<0063>15<006A001D0061>-25<006A>-250<00520038>-250<006A00770055003300630033006A>-250<0055001D003C>25<0033>-250<004E006E004C002400330061>-250<004C003300630063001D003C>25<0033>-250<00610033005500520061>-25<006A0043004E003C0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 216.6164 Tm [<0063006A>10<00520055006F0055001D003C>-10<0033006F004E006E004C002400330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 378.7973 216.6164 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 205.3187 Tm [<0060>25<006E004E>-250<001D002C006A00430052004E0063>-250<001D006A>-250<006A00400033>-250<0033004E0030>-250<00520038>-250<006A00770055003300630033006A>-250<0055001D003C>25<0033>-250<004E006E004C002400330061>-250<004C003300630063001D003C>25<0033>-250<00610033005500520061>-25<006A0043004E003C0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 194.0211 Tm [<006300400052>10<0073006F00330061006100520061006F0040005200520047>]TJ
+/F6 8.069684 Tf 1 0 0 1 371.9946 194.0211 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 389.3242 194.0211 Tm [<0060>25<006E004E>-250<001D002C006A00430052004E>-250<001D006A>-250<00330061>-25<006100520061>-250<00610033005500520061>-25<006A0043004E003C>-250<006A0043004C00330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 182.7234 Tm [<007E004E004300630040006F00550030007C00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 354.3946 182.7234 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 371.7242 182.7234 Tm [<0060>25<006E004E>-250<001D002C006A00430052004E0063>-250<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<006A00400033>-250<0054002F0037>-250<002C0049005200630043004E003C>-250<006A001D0047>20<00330063>-250<00550049001D002C00330059>]TJ
+/F5 11.620364 Tf 1 0 0 1 304.3626 148.8305 Tm [<0032005500300038>-278<006A>-5<001D002400490033>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 126.2352 Tm [<004100410041>-250<001C00490049>-250<002C0052004E0063>15<006A0061>-20<006E002C006A005200610063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 114.9376 Tm [<0054002F0037002F0052002C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 344.0493 114.9376 Tm [<00330055003000380059005200550033004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 382.6062 114.9376 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 103.6399 Tm [<002B0052004E0063>15<006A0061>-20<006E002C006A>-250<001D>-250<0054002F0037002F0052002C>-250<0052002400450033002C006A>-250<0024>30<0077>-250<005200550033004E0043004E003C>-250<001D>-250<0054002F0037>-250<00300052002C006E004C0033004E006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 92.3423 Tm [<001C004E004E0052>10<006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 334.5674 92.3423 Tm [<00330055003000380059001C004E004E0052>10<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 377.0704 92.3423 Tm [<005600740060>10<00330038002E>-278<002F0043002C006A002E>-278<002B001D006A001D00490052003C002E>-278<0060>10<003300380057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 81.0446 Tm [<002B0052004E0063>15<006A0061>-20<006E002C006A>-250<001D004E>-250<001C004E004E0052006A>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 69.747 Tm [<001C004E004E0052>10<006A0063>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.6023 69.747 Tm [<00330055003000380059001C004E004E0052>10<006A0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 385.592 69.747 Tm [<005600740060>10<00330038002E>-278<002B001D006A001D00490052003C002E>-278<0051002400450033002C006A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 58.4493 Tm [<002B0052004E0063>15<006A0061>-20<006E002C006A>-250<001D004E>-250<001C004E004E0052006A0063>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 47.1517 Tm [<001C00610061>5<001D>25<0077>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 332.5984 47.1517 Tm [<00330055003000380059001C00610061>-5<001D>15<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 372.8742 47.1517 Tm [<005600740060>10<003300380057>]TJ
+/F1 8.966376 Tf 1 0 0 1 408.062 47.1517 Tm [<002B0052004E0063>15<006A0061>-20<006E002C006A>-250<001D004E>-250<001C0061>-25<0061001D>30<0077>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 35.8541 Tm [<002F0043002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 327.458 35.8541 Tm [<00330055003000380059002F0043002C006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 361.9801 35.8541 Tm [<005600740060>10<003300380057>]TJ
+/F1 8.966376 Tf 1 0 0 1 397.1679 35.8541 Tm [<002B0052004E0063>15<006A0061>-20<006E002C006A>-250<001D>-250<002F0043002C006A>-250<0052002400450033002C006A0059>]TJ
ET
+
endstream
endobj
25 0 obj
<</Type/Page/Contents 26 0 R/Resources 24 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
endobj
24 0 obj
-<</Font<</F29 18 0 R/F30 19 0 R/F31 20 0 R/F32 21 0 R>>/ProcSet[/PDF/Text]>>
+<</Font<</F1 18 0 R/F6 20 0 R/F5 19 0 R/F7 21 0 R>>/ProcSet[/PDF/Text]>>
endobj
29 0 obj
-<</Length 48047 >>
+<</Length 47468 >>
stream
-0 g 0 G
-0 g 0 G
+0.000 g 0.000 G
+0.000 g 0.000 G
BT
-/F29 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0048006E001D006A00330075>-250<007A005900660066>-250<0063004000520061006A>-250<006100330038003300610033004E002C0033>-48570<006B>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 780.6666 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 780.6666 Tm [<002B001D006A001D00490052003C002D004E006E004C00440062>]TJ
-/F31 8.069684 Tf 1 0 0 1 121.398 780.6666 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 138.7275 780.6666 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<0045001D0071001D0063002C006100430055006A>-250<0063002C006100430055006A00630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 769.369 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 769.369 Tm [<002B001D006A001D00490052003C002D003C0033006A00440062>]TJ
-/F31 8.069684 Tf 1 0 0 1 111.5287 769.369 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 153.5273 769.369 Tm [<003B0033006A>-250<0045001D0071001D0063002C006100430055006A>-250<0063002C006100430055006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 758.0713 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 60.8673 758.0713 Tm [<002B001D006A001D00490052003C002D003C0033006A0051006E006A00490043004E0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 133.0506 758.0713 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 150.3802 758.0713 Tm [<003B0033006A>-250<0051006E006A00490043004E0033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 746.7737 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 60.8673 746.7737 Tm [<002B001D006A001D00490052003C002D003C0033006A001C002C00610052003700520061004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 143.8075 746.7737 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 161.1371 746.7737 Tm [<003B0033006A>-250<001C002C00610052003700520061004C>-250<0052002400450033002C006A0059>]TJ
-1 0 0 1 28.3464 735.476 Tm [<0121>-250<0032004C00240037004300490033>-250<004C0033006A0040005200300063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 724.1784 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 724.1784 Tm [<0032004C00240037004300490033002D004E001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 112.4325 724.1784 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 129.7621 724.1784 Tm [<003B0033006A>-250<004E001D004C0033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 712.8807 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 712.8807 Tm [<0032004C00240037004300490033002D003000330063002C006100430055006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 134.8501 712.8807 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 152.1797 712.8807 Tm [<003B0033006A>-250<003000330063002C006100430055006A00430052004E>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 701.5831 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 701.5831 Tm [<0032004C00240037004300490033002D0063004300790033>]TJ
-/F31 8.069684 Tf 1 0 0 1 111.5449 701.5831 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 128.8745 701.5831 Tm [<003B0033006A>-250<0063004300790033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 690.2854 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 690.2854 Tm [<0032004C00240037004300490033002D004C00520030002F001D006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 125.8766 690.2854 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 143.2062 690.2854 Tm [<003B0033006A>-250<004C005200300043007E002C001D006A00430052004E>-250<0030001D006A0033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 678.9878 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 678.9878 Tm [<0032004C00240037004300490033002D002C00610033001D006A0033002F001D006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 132.6148 678.9878 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 149.9444 678.9878 Tm [<003B0033006A>-250<002C00610033001D006A00430052004E>-250<0030001D006A0033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 667.6901 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 667.6901 Tm [<0032004C00240037004300490033002D002C00400033002C00470063006E004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 130.8234 667.6901 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 148.1529 667.6901 Tm [<003B0033006A>-250<002C00400033002C00470063006E004C>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 656.3925 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 656.3925 Tm [<0032004C00240037004300490033002D004C0043004C00330069007700550033>]TJ
-/F31 8.069684 Tf 1 0 0 1 131.2672 656.3925 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 148.5968 656.3925 Tm [<003B0033006A>-250<004C0043004C0033>-250<006A007700550033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 645.0949 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 60.8673 645.0949 Tm [<0032004C00240037004300490033002D0063006A00610033001D004C0051002400450033002C006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 146.5189 645.0949 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 163.8485 645.0949 Tm [<003B0033006A>-250<0063006A00610033001D004C>-250<0052002400450033002C006A>-250<00520038>-250<0033004C002400330030003000330030>]TJ
-1 0 0 1 40.3016 633.7972 Tm [<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 622.4996 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 622.4996 Tm [<0032004C00240037004300490033002D0043006300510047>]TJ
-/F31 8.069684 Tf 1 0 0 1 117.8312 622.4996 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 135.1607 622.4996 Tm [<002B00400033002C0047>-250<00430038>-250<0033004C002400330030003000330030>-250<007E00490033>-250<00430063>-250<005200470059>]TJ
-1 0 0 1 28.3464 611.2019 Tm [<0121>-250<002F0043002C006A>-250<004C0033006A0040005200300063002D>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 599.9043 Tm [<002F0043002C006A002D0043004E002C006000330038>]TJ
-/F31 8.069684 Tf 1 0 0 1 70.9382 599.9043 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 88.2678 599.9043 Tm [<0042004E002C00610033004C0033004E006A>-250<006100330038003300610033004E002C0033>-250<002C0052006E004E006A>-250<006A0052>-250<002F0043002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 588.6066 Tm [<002F0043002C006A002D00300033002C006000330038>]TJ
-/F31 8.069684 Tf 1 0 0 1 73.1816 588.6066 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 90.5112 588.6066 Tm [<002F0033002C00610033004C0033004E006A>-250<006100330038003300610033004E002C0033>-250<002C0052006E004E006A>-250<006A0052>-250<002F0043002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 577.309 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 577.309 Tm [<002F0043002C006A002D003C0033006A00480033004E003C006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 119.1465 577.309 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 136.4761 577.309 Tm [<003B0033006A>-250<002F0043002C006A>-250<00490033004E003C006A00400059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 566.0113 Tm [<002F0043002C006A002D001D00300030>]TJ
-/F31 8.069684 Tf 1 0 0 1 60.6252 566.0113 Tm [<00560063006A00610043004E003C002E>-278<0051002400450033002C006A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 125.4933 566.0113 Tm [<001C00300030>-250<0051002400450033002C006A>-250<006A0052>-250<002F0043002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 554.7137 Tm [<002F0043002C006A002D00630033006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 57.938 554.7137 Tm [<00560063006A00610043004E003C002E>-278<0051002400450033002C006A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 122.8061 554.7137 Tm [<00620033006A>-250<0051002400450033002C006A>-250<0043004E>-250<002F0043002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 543.416 Tm [<002F0043002C006A002D00610033004C005200710033>]TJ
-/F31 8.069684 Tf 1 0 0 1 74.9811 543.416 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 112.0411 543.416 Tm [<00600033004C005200710033>-250<0033004E006A00610077>-250<003800610052004C>-250<002F0043002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 532.1184 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 532.1184 Tm [<002F0043002C006A002D00430063>]TJ
-/F31 8.069684 Tf 1 0 0 1 90.9188 532.1184 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 127.9787 532.1184 Tm [<002B00400033002C0047>-250<00430038>-250<002F0043002C006A>-250<00430063>-250<00520038>-250<003C004300710033004E>-250<006700690077005500330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 520.8208 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 60.8673 520.8208 Tm [<002F0043002C006A002D0049005200520047006E0055>]TJ
-/F31 8.069684 Tf 1 0 0 1 105.2505 520.8208 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 142.3105 520.8208 Tm [<0048005200520047>-250<006E0055>-250<002F0043002C006A>-250<0033004E006A006100770059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 509.5231 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 60.8673 509.5231 Tm [<002F0043002C006A002D0049005200520047006E0055004D0037>]TJ
-/F31 8.069684 Tf 1 0 0 1 116.0074 509.5231 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 498.2255 Tm [<0048005200520047>-250<006E0055>-250<002F0043002C006A>-250<0033004E006A00610077002E>-250<004E0052006A>-250<0061003300630052004900710043004E003C>-250<0043004E0030004300610033002C006A00430052004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 486.9278 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 486.9278 Tm [<002F0043002C006A002D0049005200520047006E00550042004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 116.4593 486.9278 Tm [<00560063006A00610043004E003C002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 177.7364 486.9278 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 475.6302 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 475.6302 Tm [<002F0043002C006A002D003C0033006A004600330077>]TJ
-/F31 8.069684 Tf 1 0 0 1 102.1114 475.6302 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 144.11 475.6302 Tm [<003B0033006A>-250<004700330077>-250<003800610052004C>-250<002F0043002C006A>-250<00240077>-250<004E006E004C0024003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 464.3325 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 60.8673 464.3325 Tm [<002F0043002C006A002D003C0033006A0070001D0049>]TJ
-/F31 8.069684 Tf 1 0 0 1 103.0152 464.3325 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 145.0138 464.3325 Tm [<003B0033006A>-250<0071001D0049006E0033>-250<003800610052004C>-250<002F0043002C006A>-250<00240077>-250<004E006E004C0024003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 453.0349 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 60.8673 453.0349 Tm [<002F0043002C006A002D003C0033006A0070001D0049004D0037>]TJ
-/F31 8.069684 Tf 1 0 0 1 113.7721 453.0349 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 155.7707 453.0349 Tm [<003B0033006A>-250<0071001D0049006E0033>-250<003800610052004C>-250<002F0043002C006A>-250<00240077>-250<004E006E004C002400330061002E>-250<004E0052006A>]TJ
-1 0 0 1 40.3016 441.7372 Tm [<0061003300630052004900710043004E003C>-250<0043004E0030004300610033002C006A00430052004E0059>]TJ
-1 0 0 1 28.3464 430.4396 Tm [<0121>-250<00480043004E0047>-250<004C0033006A0040005200300063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 419.1419 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 419.1419 Tm [<00480043004E0047002D0043006300510046>]TJ
-/F31 8.069684 Tf 1 0 0 1 104.3709 419.1419 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 121.7005 419.1419 Tm [<002B00400033002C0047>-250<00430038>-250<00480043004E0047>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 407.8443 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 407.8443 Tm [<00480043004E0047002D0043004E00600033002C006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 110.1972 407.8443 Tm [<0056004E006E004C002400330061002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 186.726 407.8443 Tm [<002B00400033002C0047>-250<00430038>-250<005500520043004E006A>-250<00430063>-250<0043004E0063004300300033>-250<006A00400033>]TJ
-1 0 0 1 40.3016 396.5467 Tm [<00490043004E0047>-250<00610033002C006A001D004E003C004900330059>]TJ
-1 0 0 1 28.3464 385.249 Tm [<0121>-250<00480043004E0047002F00330063006A>-250<004C0033006A0040005200300063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 373.9514 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 373.9514 Tm [<00480043004E0047002F00330063006A002D0043006300510046>]TJ
-/F31 8.069684 Tf 1 0 0 1 121.8579 373.9514 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 139.1875 373.9514 Tm [<002B00400033002C0047>-250<00430038>-250<00480043004E0047002F00330063006A>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 362.6537 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 362.6537 Tm [<00480043004E0047002F00330063006A002D003C0033006A00460043004E0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 129.0157 362.6537 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 146.3453 362.6537 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<00480043004E0047002F00330063006A>-250<00470043004E00300059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 351.3561 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 351.3561 Tm [<00480043004E0047002F00330063006A002D003C0033006A00460043004E0030004D001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 146.0509 351.3561 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 163.3804 351.3561 Tm [<003B0033006A>-250<004E001D004C0033>-250<00520038>-250<00480043004E0047002F00330063006A>-250<00470043004E00300059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 340.0584 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 340.0584 Tm [<00480043004E0047002F00330063006A002D004300630054001D003C0033006000330038>]TJ
-/F31 8.069684 Tf 1 0 0 1 142.0402 340.0584 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 159.3698 340.0584 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 328.7608 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 328.7608 Tm [<00480043004E0047002F00330063006A002D003C0033006A0054001D003C0033004D006E004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 148.3023 328.7608 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 165.6319 328.7608 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 317.4631 Tm [<006000330038>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 50.1023 317.4631 Tm [<00480043004E0047002F00330063006A002D003C0033006A0054001D003C0033006000330038>]TJ
-/F31 8.069684 Tf 1 0 0 1 131.2591 317.4631 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 148.5887 317.4631 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 306.1655 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 306.1655 Tm [<00480043004E0047002F00330063006A002D003C0033006A004800330038006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 128.5638 306.1655 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 145.8934 306.1655 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 294.8678 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 294.8678 Tm [<00480043004E0047002F00330063006A002D003C0033006A00230052006A006A0052004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 142.0079 294.8678 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 159.3375 294.8678 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 283.5702 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 283.5702 Tm [<00480043004E0047002F00330063006A002D003C0033006A00600043003C0040006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 134.3902 283.5702 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 151.7197 283.5702 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 272.2726 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 272.2726 Tm [<00480043004E0047002F00330063006A002D003C0033006A006900520055>]TJ
-/F31 8.069684 Tf 1 0 0 1 128.5638 272.2726 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 145.8934 272.2726 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 260.9749 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 260.9749 Tm [<00480043004E0047002F00330063006A002D003C0033006A007800520052004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 135.7378 260.9749 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 153.0674 260.9749 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 249.6773 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 249.6773 Tm [<00480043004E0047002F00330063006A002D003C0033006A002B0040001D004E003C0033004800330038006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 159.5111 249.6773 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 176.8407 249.6773 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 238.3796 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 238.3796 Tm [<00480043004E0047002F00330063006A002D003C0033006A002B0040001D004E003C0033006900520055>]TJ
-/F31 8.069684 Tf 1 0 0 1 159.5111 238.3796 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 176.8407 238.3796 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 227.082 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 227.082 Tm [<00480043004E0047002F00330063006A002D003C0033006A002B0040001D004E003C0033007800520052004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 166.685 227.082 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 184.0146 227.082 Tm [<00690051002F0051>]TJ
-1 0 0 1 28.3464 215.7843 Tm [<0121>-250<00480043004E00470063>-250<004C0033006A0040005200300063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 204.4867 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 204.4867 Tm [<00480043004E00470063002D003C0033006A004D006E004C00480043004E00470063>]TJ
-/F31 8.069684 Tf 1 0 0 1 137.0935 204.4867 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 154.4231 204.4867 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<00490043004E004700630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 193.189 Tm [<00480043004E0047>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 52.3457 193.189 Tm [<00480043004E00470063002D003C0033006A00480043004E0047>]TJ
-/F31 8.069684 Tf 1 0 0 1 104.8067 193.189 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 146.8053 193.189 Tm [<003B0033006A>-250<00490043004E0047>-250<00240077>-250<004E006E004C0024003300610059>]TJ
-1 0 0 1 28.3464 181.8914 Tm [<0121>-250<0051002400450033002C006A>-250<004C0033006A0040005200300063002D>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 170.5937 Tm [<0051002400450033002C006A002D0043004E0043006A0023005200520049>]TJ
-/F31 8.069684 Tf 1 0 0 1 86.1819 170.5937 Tm [<005600240052005200490033001D004E0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 132.2234 170.5937 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<00230052005200490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 159.2961 Tm [<0051002400450033002C006A002D0043004E0043006A0042004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 78.1122 159.2961 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 120.1108 159.2961 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D004E>-250<0042004E006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 147.9985 Tm [<0051002400450033002C006A002D0043004E0043006A00600033001D0049>]TJ
-/F31 8.069684 Tf 1 0 0 1 85.2942 147.9985 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 129.98 147.9985 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<00600033001D00490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 136.7008 Tm [<0051002400450033002C006A002D0043004E0043006A0062006A00610043004E003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 91.5643 136.7008 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 128.6243 136.7008 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<0062006A00610043004E003C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 125.4032 Tm [<0051002400450033002C006A002D0043004E0043006A004D001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 90.2248 125.4032 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 127.2847 125.4032 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<004D001D004C00330041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 114.1055 Tm [<0051002400450033002C006A002D0043004E0043006A004D006E00490049>]TJ
-/F31 8.069684 Tf 1 0 0 1 83.4947 114.1055 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 100.8242 114.1055 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<004D006E004900490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 102.8079 Tm [<0051002400450033002C006A002D0043004E0043006A001C00610061001D0077>]TJ
-/F31 8.069684 Tf 1 0 0 1 89.329 102.8079 Tm [<005600740060003300380057>]TJ
-/F29 8.966376 Tf 1 0 0 1 124.5975 102.8079 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D004E>-250<001C00610061001D00770041006A007700550033>-250<0052002400450033002C006A>-250<00730043006A0040>-250<001D004E>-250<0033004C0055006A0077>]TJ
-1 0 0 1 40.3016 91.5102 Tm [<001D00610061001D00770059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 80.2126 Tm [<0051002400450033002C006A002D0043004E0043006A002F0043002C006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 83.4947 80.2126 Tm [<005600740060003300380057>]TJ
-/F29 8.966376 Tf 1 0 0 1 118.7631 80.2126 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A>-250<00730043006A0040>-250<001D004E>-250<0033004C0055006A0077>-250<00300043002C0041>]TJ
-1 0 0 1 40.3016 68.9149 Tm [<006A00430052004E001D006100770059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 57.6173 Tm [<0051002400450033002C006A002D0043004E0043006A0062006A00610033001D004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 95.6073 57.6173 Tm [<00560062006A00610033001D004C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 138.9454 57.6173 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<0062006A00610033001D004C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 46.3196 Tm [<0051002400450033002C006A002D0043004E0043006A006000330038>]TJ
-/F31 8.069684 Tf 1 0 0 1 81.2513 46.3196 Tm [<00560043004E006A0033003C00330061002E>-278<0043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 152.4057 46.3196 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<0060003300380041006A007700550033>-250<0052002400450033002C006A>-250<00240077>-250<0052002400450033002C006A>]TJ
-1 0 0 1 40.3016 35.022 Tm [<004E006E004C002400330061>-250<001D004E0030>-250<003C0033004E00330061001D006A00430052004E0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 23.7244 Tm [<0051002400450033002C006A002D0043004E0043006A002B004C0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 86.1819 23.7244 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 123.2418 23.7244 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<002B004C00300041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 780.6666 Tm [<0051002400450033002C006A002D0043004E0043006A00320061006100520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 363.9975 780.6666 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 381.3271 780.6666 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D004E>-250<003200610061005200610041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 769.369 Tm [<0051002400450033002C006A002D0043004E0043006A003200510037>]TJ
-/F31 8.069684 Tf 1 0 0 1 360.8584 769.369 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 378.188 769.369 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D004E>-250<0032005100370041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 758.0713 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 758.0713 Tm [<0051002400450033002C006A002D00380033006A002C0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 383.9619 758.0713 Tm [<005600740060003300380057>]TJ
-/F29 8.966376 Tf 1 0 0 1 419.2304 758.0713 Tm [<00420038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<006000330038002E>-250<00380033006A002C0040>-250<001D004E0030>-250<00610033006A006E0061004E>]TJ
-1 0 0 1 316.3177 746.7737 Tm [<006A00400033>-250<006100330038003300610033004E002C00330030>-250<0052002400450033002C006A0059>-500<0051006A0040003300610073004300630033002E>-250<00610033006A006E0061004E>-250<001D>-250<002C005200550077>-250<00520038>-250<006A00400033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 735.476 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 735.476 Tm [<0051002400450033002C006A002D003C0033006A0069007700550033>]TJ
-/F31 8.069684 Tf 1 0 0 1 396.9703 735.476 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 414.2998 735.476 Tm [<003B0033006A>-250<0052002400450033002C006A>-250<006A007700550033>-250<001D0063>-250<001D>-250<004E006E004C002400330061>-250<00560033004E006E004C>-250<0051002400450041>]TJ
-1 0 0 1 316.3177 724.1784 Tm [<006900770055003300570059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 712.8807 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 712.8807 Tm [<0051002400450033002C006A002D003C0033006A0069007700550033004D001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 414.0054 712.8807 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 431.3349 712.8807 Tm [<003B0033006A>-250<0052002400450033002C006A>-250<006A007700550033>-250<004E001D004C00330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 701.5831 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 701.5831 Tm [<0051002400450033002C006A002D004300630023005200520049>]TJ
-/F31 8.069684 Tf 1 0 0 1 394.735 701.5831 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 412.0645 701.5831 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<00230052005200490059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 690.2854 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 690.2854 Tm [<0051002400450033002C006A002D004300630042004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 386.6653 690.2854 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 403.9949 690.2854 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0042004E006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 678.9878 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 678.9878 Tm [<0051002400450033002C006A002D0043006300600033001D0049>]TJ
-/F31 8.069684 Tf 1 0 0 1 393.8473 678.9878 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 411.1769 678.9878 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<00600033001D00490059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 667.6901 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 667.6901 Tm [<0051002400450033002C006A002D00430063004D006E004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 394.735 667.6901 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 412.0645 667.6901 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<004D006E004C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 656.3925 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 656.3925 Tm [<0051002400450033002C006A002D004300630062006A00610043004E003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 400.1174 656.3925 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 417.447 656.3925 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0062006A00610043004E003C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 645.0949 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 645.0949 Tm [<0051002400450033002C006A002D00430063004D001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 398.7779 645.0949 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 416.1075 645.0949 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<004D001D004C00330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 633.7972 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 633.7972 Tm [<0051002400450033002C006A002D00430063004D006E00490049>]TJ
-/F31 8.069684 Tf 1 0 0 1 392.0478 633.7972 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 409.3773 633.7972 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<004D006E004900490059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 622.4996 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 622.4996 Tm [<0051002400450033002C006A002D00430063001C00610061001D0077>]TJ
-/F31 8.069684 Tf 1 0 0 1 397.8821 622.4996 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 415.2117 622.4996 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<001C00610061001D00770059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 611.2019 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 611.2019 Tm [<0051002400450033002C006A002D00430063002F0043002C006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 392.0478 611.2019 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 409.3773 611.2019 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<002F0043002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 599.9043 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 599.9043 Tm [<0051002400450033002C006A002D004300630062006A00610033001D004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 404.1604 599.9043 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 421.4899 599.9043 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0062006A00610033001D004C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 588.6066 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 588.6066 Tm [<0051002400450033002C006A002D00430063006000330038>]TJ
-/F31 8.069684 Tf 1 0 0 1 389.8044 588.6066 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 407.134 588.6066 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0060003300380059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 577.309 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 577.309 Tm [<0051002400450033002C006A002D00430063002B004C0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 394.735 577.309 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 412.0645 577.309 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<002B004C00300059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 566.0113 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 566.0113 Tm [<0051002400450033002C006A002D0043006300320061006100520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 396.5345 566.0113 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 413.8641 566.0113 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<003200610061005200610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 554.7137 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 554.7137 Tm [<0051002400450033002C006A002D00430063003200510037>]TJ
-/F31 8.069684 Tf 1 0 0 1 393.3954 554.7137 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 410.725 554.7137 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0032005100370059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 543.416 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 543.416 Tm [<0051002400450033002C006A002D00430063004D0052004E0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 396.9783 543.416 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 414.3079 543.416 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<004D0052004E00330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 532.1184 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 532.1184 Tm [<0051002400450033002C006A002D003C0033006A0023005200520049>]TJ
-/F31 8.069684 Tf 1 0 0 1 400.1094 532.1184 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 417.439 532.1184 Tm [<003B0033006A>-250<00240052005200490033001D004E>-250<003800610052004C>-250<00230052005200490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 520.8208 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 520.8208 Tm [<0051002400450033002C006A002D003C0033006A0042004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 387.9968 520.8208 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 405.3264 520.8208 Tm [<003B0033006A>-250<0043004E006A0033003C00330061>-250<003800610052004C>-250<0042004E006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 509.5231 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 509.5231 Tm [<0051002400450033002C006A002D003C0033006A00600033001D0049>]TJ
-/F31 8.069684 Tf 1 0 0 1 397.866 509.5231 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 415.1956 509.5231 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<003800610052004C>-250<00600033001D00490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 498.2255 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 498.2255 Tm [<0051002400450033002C006A002D003C0033006A004D006E004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 398.7537 498.2255 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 416.0832 498.2255 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<003800610052004C>-250<004D006E004C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 486.9278 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 486.9278 Tm [<0051002400450033002C006A002D003C0033006A0062006A00610043004E003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 396.5103 486.9278 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 413.8399 486.9278 Tm [<003B0033006A>-250<0063006A00610043004E003C>-250<003800610052004C>-250<0062006A00610043004E003C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 475.6302 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 475.6302 Tm [<0051002400450033002C006A002D003C0033006A004D001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 395.1707 475.6302 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 412.5003 475.6302 Tm [<003B0033006A>-250<004E001D004C0033>-250<003800610052004C>-250<004D001D004C00330041006A007700550033>-250<0052002400450033002C006A>-250<001D0063>-250<001D>]TJ
-1 0 0 1 316.3177 464.3325 Tm [<0063006A00610043004E003C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 453.0349 Tm [<001C00610061001D0077>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 332.8405 453.0349 Tm [<0051002400450033002C006A002D003C0033006A001C00610061001D0077>]TJ
-/F31 8.069684 Tf 1 0 0 1 393.8231 453.0349 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 411.1527 453.0349 Tm [<003B0033006A>-250<001C00610061001D0077>-250<003800610052004C>-250<001C00610061001D00770041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 441.7372 Tm [<002F0043002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 327.458 441.7372 Tm [<0051002400450033002C006A002D003C0033006A002F0043002C006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 382.6062 441.7372 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 399.9358 441.7372 Tm [<003B0033006A>-250<002F0043002C006A>-250<003800610052004C>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 430.4396 Tm [<0062006A00610033001D004C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 339.5706 430.4396 Tm [<0051002400450033002C006A002D003C0033006A0062006A00610033001D004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 406.8314 430.4396 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 424.161 430.4396 Tm [<003B0033006A>-250<0062006A00610033001D004C>-250<003800610052004C>-250<0062006A00610033001D004C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 419.1419 Tm [<006000330038>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 326.1184 419.1419 Tm [<0051002400450033002C006A002D003C0033006A006000330038>]TJ
-/F31 8.069684 Tf 1 0 0 1 379.0233 419.1419 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 396.3529 419.1419 Tm [<003B0033006A>-250<006000330038>-250<003800610052004C>-250<0060003300380041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 407.8443 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 407.8443 Tm [<0051002400450033002C006A002D003C0033006A006000330038004D006E004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 409.0667 407.8443 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 396.5467 Tm [<003B0033006A>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<003800610052004C>-250<0060003300380041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 385.249 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 385.249 Tm [<0051002400450033002C006A002D003C0033006A006000330038003B0033004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 406.8314 385.249 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 424.161 385.249 Tm [<003B0033006A>-250<0052002400450033002C006A>-250<003C0033004E00330061001D006A00430052004E>-250<003800610052004C>-250<0060003300380041006A007700550033>]TJ
-1 0 0 1 316.3177 373.9514 Tm [<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 362.6537 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 362.6537 Tm [<0051002400450033002C006A002D003C0033006A002B004C0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 391.1278 362.6537 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 408.4574 362.6537 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 351.3561 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 351.3561 Tm [<0051002400450033002C006A002D001D00610061001D0077003B0033006A00480033004E003C006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 426.118 351.3561 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 443.4475 351.3561 Tm [<003B0033006A>-250<001D00610061001D0077>-250<00490033004E003C006A0040>-250<003800610052004C>-250<001C00610061001D00770041006A007700550033>]TJ
-1 0 0 1 316.3177 340.0584 Tm [<0052002400450033002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 328.7608 Tm [<0051002400450033002C006A002D001D00610061001D0077001C00300030>]TJ
-/F31 8.069684 Tf 1 0 0 1 367.5886 328.7608 Tm [<00560051002400450033002C006A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 408.2395 328.7608 Tm [<001C00300030>-250<0051002400450033002C006A>-250<006A0052>-250<001C00610061001D00770041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 317.4631 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 317.4631 Tm [<0051002400450033002C006A002D001D00610061001D0077003B0033006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 397.8741 317.4631 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 439.8727 317.4631 Tm [<003B0033006A>-250<0051002400450033002C006A>-250<003800610052004C>-250<001C00610061001D00770041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 306.1655 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 306.1655 Tm [<0051002400450033002C006A002D001D00610061001D0077003B0033006A004D0037>]TJ
-/F31 8.069684 Tf 1 0 0 1 408.631 306.1655 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 294.8678 Tm [<003B0033006A>-250<0051002400450033002C006A>-250<003800610052004C>-250<001C00610061001D00770041006A007700550033>-250<0052002400450033002C006A002E>-250<004E0052006A>-250<0061003300630052004900710043004E003C>-250<0043004E0030004300610033002C006A00430052004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 283.5702 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 283.5702 Tm [<0051002400450033002C006A002D00300043002C006A003B0033006A00480033004E003C006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 420.7274 283.5702 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 462.726 283.5702 Tm [<003B0033006A>-250<00300043002C006A00430052004E001D00610077>-250<00490033004E003C006A0040>-250<003800610052004C>]TJ
-1 0 0 1 316.3177 272.2726 Tm [<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 260.9749 Tm [<0051002400450033002C006A002D00300043002C006A001C00300030>]TJ
-/F31 8.069684 Tf 1 0 0 1 362.198 260.9749 Tm [<00560063006A00610043004E003C002E>-278<0051002400450033002C006A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 427.0661 260.9749 Tm [<001C00300030>-250<0051002400450033002C006A>-250<006A0052>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 249.6773 Tm [<0051002400450033002C006A002D00300043002C006A00620033006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 359.067 249.6773 Tm [<00560063006A00610043004E003C002E>-278<0051002400450033002C006A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 423.9351 249.6773 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 238.3796 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 238.3796 Tm [<0051002400450033002C006A002D00300043002C006A0048005200520047006E0055>]TJ
-/F31 8.069684 Tf 1 0 0 1 408.171 238.3796 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 445.2309 238.3796 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 227.082 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 227.082 Tm [<0051002400450033002C006A002D00300043002C006A0048005200520047006E0055004D0037>]TJ
-/F31 8.069684 Tf 1 0 0 1 418.9279 227.082 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 455.9878 227.082 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 215.7843 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 215.7843 Tm [<0051002400450033002C006A002D00300043002C006A003B0033006A004600330077>]TJ
-/F31 8.069684 Tf 1 0 0 1 403.6923 215.7843 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 445.6909 215.7843 Tm [<003B0033006A>-250<002F0043002C006A>-250<004700330077>-250<00520038>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A>]TJ
-1 0 0 1 316.3177 204.4867 Tm [<00240077>-250<004E006E004C0024003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 193.189 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 193.189 Tm [<0051002400450033002C006A002D00300043002C006A003B0033006A0070001D0049>]TJ
-/F31 8.069684 Tf 1 0 0 1 404.5961 193.189 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 181.8914 Tm [<003B0033006A>-250<002F0043002C006A>-250<0071001D0049006E0033>-250<00520038>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A>-250<00240077>-250<004E006E004C0024003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 170.5937 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 170.5937 Tm [<0051002400450033002C006A002D00300043002C006A003B0033006A0070001D0049004D0037>]TJ
-/F31 8.069684 Tf 1 0 0 1 415.353 170.5937 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 457.3516 170.5937 Tm [<003B0033006A>-250<002F0043002C006A>-250<0071001D0049006E0033>-250<00520038>-250<002F0043002C006A0041006A007700550033>]TJ
-1 0 0 1 316.3177 159.2961 Tm [<0052002400450033002C006A>-250<00240077>-250<004E006E004C002400330061002E>-250<004E0052006A>-250<0061003300630052004900710043004E003C>-250<0043004E0030004300610033002C006A00430052004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 147.9985 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 147.9985 Tm [<0051002400450033002C006A002D0063006A00610033001D004C00420063>]TJ
-/F31 8.069684 Tf 1 0 0 1 403.2646 147.9985 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 440.3246 147.9985 Tm [<002B00400033002C0047>-250<00430038>-250<0052002400450033002C006A>-250<002C0052004E006A001D0043004E0063>-250<001D>-250<0063006A00610033001D004C>]TJ
-1 0 0 1 316.3177 136.7008 Tm [<00730040005200630033>-250<00300043002C006A00430052004E001D00610077>-250<00430063>-250<00520038>-250<003C004300710033004E>-250<006700690077005500330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 125.4032 Tm [<0051002400450033002C006A002D0063006A00610033001D004C0060003300630033006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 380.5969 125.4032 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 397.9265 125.4032 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 114.1055 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 114.1055 Tm [<0051002400450033002C006A002D0063006A00610033001D004C003B0033006A002B0040001D0061>]TJ
-/F31 8.069684 Tf 1 0 0 1 424.3265 114.1055 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 441.6561 114.1055 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 102.8079 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 102.8079 Tm [<0051002400450033002C006A002D0063006A00610033001D004C0048005200520047002B0040001D0061>]TJ
-/F31 8.069684 Tf 1 0 0 1 430.1528 102.8079 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 447.4824 102.8079 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 91.5102 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 91.5102 Tm [<0051002400450033002C006A002D0063006A00610033001D004C003B0033006A005400520063>]TJ
-/F31 8.069684 Tf 1 0 0 1 420.7436 91.5102 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 438.0731 91.5102 Tm [<00690051002F0051>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 80.2126 Tm [<0051002400450033002C006A002D0063006A00610033001D004C00620033006A005400520063>]TJ
-/F31 8.069684 Tf 1 0 0 1 385.9794 80.2126 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 427.978 80.2126 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 68.9149 Tm [<002F0043002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 327.458 68.9149 Tm [<0051002400450033002C006A002D0063006A00610033001D004C003B0033006A002F0043002C006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 410.4144 68.9149 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 427.7439 68.9149 Tm [<00690051002F0051>]TJ
-1 0 0 1 304.3626 57.6173 Tm [<0121>-250<0054001D003C0033>-250<004C0033006A0040005200300063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 46.3196 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 46.3196 Tm [<0054001D003C0033002D0043006300510046>]TJ
-/F31 8.069684 Tf 1 0 0 1 383.0823 46.3196 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 400.4119 46.3196 Tm [<002B00400033002C0047>-250<00430038>-250<0054001D003C0033>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 35.022 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 35.022 Tm [<0054001D003C0033002D003C0033006A004D006E004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 390.2402 35.022 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 407.5697 35.022 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 23.7244 Tm [<0054002F003700600033002C006A001D004E003C00490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 366.0311 23.7244 Tm [<0054001D003C0033002D003C0033006A004B003300300043001D002300520075>]TJ
-/F31 8.069684 Tf 1 0 0 1 438.2225 23.7244 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 455.5521 23.7244 Tm [<00690051002F0051>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0048006E001D006A0033>35<0075>-250<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>35<003300610033004E002C0033>-48615<006B>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 781.4987 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 781.4987 Tm [<003300550030003800590051002400450033002C006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 105.2586 781.4987 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 122.5882 781.4987 Tm [<002B0052004E0063>15<006A0061>-20<006E002C006A>-250<001D004E>-250<0051002400450033002C006A>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 770.201 Tm [<0054002F00370060>10<0033002C006A001D004E003C00490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 89.9343 770.201 Tm [<003300550030003800590054002F003700600033002C006A>-5<001D004E003C00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 163.9575 770.201 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 758.9034 Tm [<002B0052004E0063>15<006A0061>-20<006E002C006A>-250<001D>-250<0054002F00370060>25<0033002C006A001D004E003C00490033>-250<0052002400450033002C006A0059>]TJ
+1 0 0 1 28.3464 747.6057 Tm [<004100410041>-250<001C004E004E0052006A>-250<004C0033006A0040005200300063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 736.3081 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 66.2578 736.3081 Tm [<001C004E004E0052>10<006A>25<002D0043006300510046>]TJ
+/F6 8.069684 Tf 1 0 0 1 110.8025 736.3081 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 128.1321 736.3081 Tm [<002B00400033002C>20<0047>-250<00430038>-250<001C004E004E0052006A>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 725.0104 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 725.0104 Tm [<001C004E004E0052>10<006A>25<002D003C>-10<0033>5<006A001C005500550033001D0061>-5<001D004E002C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 144.9534 725.0104 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 162.283 725.0104 Tm [<003B0033006A>-250<001C005500550033001D0061001D004E002C0033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 713.7128 Tm [<001C004E004E0052>10<006A002300520061003000330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 82.7684 713.7128 Tm [<001C004E004E0052>10<006A>25<002D003C>-10<0033>5<006A002300520061003000330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 147.0757 713.7128 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 164.4053 713.7128 Tm [<003B0033006A>-250<001C004E004E0052006A002300520061003000330061>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 702.4151 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 66.2578 702.4151 Tm [<001C004E004E0052>10<006A>25<002D004C001D006A002C0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 115.7331 702.4151 Tm [<00560060>10<003300380057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 691.1175 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<001D004E0030>-250<003C>25<0033004E00330061001D006A00430052004E>-250<004C001D006A002C>15<004000330063>-250<0060>25<003300380059>]TJ
+1 0 0 1 28.3464 679.8198 Tm [<004100410041>-250<001C004E004E0052006A0023005200610030003300610062>20<006A0077>30<00490033>-250<004C0033006A0040005200300063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 668.5222 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 668.5222 Tm [<001C004E004E0052>10<006A0023005200610030003300610062006A0077>5<00490033002D003C>-10<0033>5<006A007200430030006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 171.0669 668.5222 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 188.3964 668.5222 Tm [<003B0033006A>-250<002400520061003000330061>-250<007300430030006A00400059>]TJ
+1 0 0 1 28.3464 657.2246 Tm [<004100410041>-250<001C004E004E0052006A0063>-250<004C0033006A0040005200300063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 645.9269 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 645.9269 Tm [<001C004E004E0052>10<006A0063002D003C>-10<0033>5<006A004D>-10<006E004C001C004E004E0052>10<006A0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 150.3601 645.9269 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 167.6896 645.9269 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<001C004E004E0052006A0063>-250<0052002400450033002C006A00630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 634.6293 Tm [<001C004E004E0052>10<006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 58.5513 634.6293 Tm [<001C004E004E0052>10<006A0063002D003C>-10<0033>5<006A001C004E004E0052>10<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 124.3192 634.6293 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 166.1968 634.6293 Tm [<003B0033006A>-250<001C004E004E0052006A>-250<0052002400450033002C006A0059>]TJ
+1 0 0 1 28.3464 623.3316 Tm [<004100410041>-250<001C0061>-25<0061001D>30<0077>-250<004C0033006A0040005200300063002D>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 612.034 Tm [<001C00610061>-5<001D>15<0077>30<002D0043004E002C006000330038>]TJ
+/F6 8.069684 Tf 1 0 0 1 76.4498 612.034 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 93.7794 612.034 Tm [<0042004E002C00610033004C0033004E006A>-250<006100330038>35<003300610033004E002C0033>-250<002C0052006E004E006A>-250<006A0052>-250<001C0061>-25<0061001D>30<0077>75<0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 600.7363 Tm [<001C00610061>-5<001D>15<0077>30<002D00300033002C006000330038>]TJ
+/F6 8.069684 Tf 1 0 0 1 78.6932 600.7363 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 96.0228 600.7363 Tm [<002F0033002C00610033004C0033004E006A>-250<006100330038>35<003300610033004E002C0033>-250<002C0052006E004E006A>-250<006A0052>-250<001C0061>-25<0061001D>30<0077>75<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 589.4387 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 589.4387 Tm [<001C00610061>-5<001D>15<0077>30<002D003C>-10<0033>5<006A00480033004E003C006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 124.5774 589.4387 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 141.907 589.4387 Tm [<003B0033006A>-250<001C0061>-25<0061001D>30<0077>-250<00490033004E003C006A00400059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 578.141 Tm [<001C00610061>-5<001D>15<0077>30<002D001D00300030>]TJ
+/F6 8.069684 Tf 1 0 0 1 66.1368 578.141 Tm [<00560051002400450033002C006A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 106.7877 578.141 Tm [<001C>30<00300030>-250<0051002400450033002C006A>-250<006A0052>-250<001C0061>-25<0061001D>30<0077>75<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 566.8434 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 566.8434 Tm [<001C00610061>-5<001D>15<0077>30<002D003C>-10<0033>5<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 96.4546 566.8434 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 138.3321 566.8434 Tm [<003B0033006A>-250<0051002400450033002C006A>-250<003800610052004C>-250<001C0061>-25<0061001D>30<0077>75<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 555.5457 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 555.5457 Tm [<001C00610061>-5<001D>15<0077>30<002D003C>-10<0033>5<006A004D0037>]TJ
+/F6 8.069684 Tf 1 0 0 1 107.2115 555.5457 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 544.2481 Tm [<003B0033006A>-250<0051002400450033002C006A>-250<003800610052004C>-250<001C0061>-25<0061001D>30<0077>65<002E>-250<004E0052006A>-250<00610033006300520049>30<00710043004E003C>-250<0043004E0030004300610033002C006A00430052004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 532.9505 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 532.9505 Tm [<001C00610061>-5<001D>15<0077>30<002D003C>-10<0033>5<006A0062006A00610043004E003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 116.1365 532.9505 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 158.0141 532.9505 Tm [<003B0033006A>-250<0062>20<006A0061>-20<0043004E003C>-250<003800610052004C>-250<001C0061>-25<0061001D>30<0077>75<0059>]TJ
+1 0 0 1 28.3464 521.6528 Tm [<004100410041>-250<002B001D006A001D00490052003C>-250<004C0033006A0040005200300063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 510.3552 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 66.2578 510.3552 Tm [<002B001D006A>-5<001D00490052003C002D0043006300510046>]TJ
+/F6 8.069684 Tf 1 0 0 1 117.4115 510.3552 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 134.7411 510.3552 Tm [<002B00400033002C>20<0047>-250<00430038>-250<002B001D006A001D00490052003C>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 499.0575 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 499.0575 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A004D>-10<006E004C0054>5<001D003C>-10<00330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 148.383 499.0575 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 165.7126 499.0575 Tm [<003B0033006A>-250<006A0052006A001D0049>-250<004E006E004C002400330061>-250<00520038>-250<0055001D003C>25<003300630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 487.7599 Tm [<0054>30<001D003C0033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 56.1465 487.7599 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 119.9374 487.7599 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 161.8149 487.7599 Tm [<003B0033006A>-250<0054>20<001D003C>25<00330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 476.4622 Tm [<0060>10<00330038>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 50.0216 476.4622 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033006000330038>]TJ
+/F6 8.069684 Tf 1 0 0 1 126.8127 476.4622 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 465.1646 Tm [<003B0033006A>-250<006A00400033>-250<006100330038>35<003300610033004E002C0033>-250<006A0052>-250<001D>-250<0054>20<001D003C>25<0033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 453.8669 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 453.8669 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A0023001D00630033006D00600042>]TJ
+/F6 8.069684 Tf 1 0 0 1 134.8824 453.8669 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 152.212 453.8669 Tm [<003B0033006A>-250<0024001D00630033>-250<006D00600042002E>-250<00430038>-250<001D004E>30<0077>75<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 442.5693 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 442.5693 Tm [<002B001D006A>-5<001D00490052003C002D0061>-5<0033001D0030004B0033>5<006A>-5<001D0030001D006A>-5<001D>]TJ
+/F6 8.069684 Tf 1 0 0 1 141.6529 442.5693 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 431.2716 Tm [<003B0033006A>-250<006A00400033>-250<002C0052004E006A0033004E006A0063>-250<00520038>-250<006A00400033>-250<004B0033006A001D0030001D006A001D>-250<0063>15<006A00610033001D004C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 419.974 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 419.974 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A0062006A0061006E002C006A0069>70<0061>-5<003300330060>5<00520052>10<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 163.4168 419.974 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 408.6764 Tm [<003B0033006A>-250<006A00400033>-250<0063>15<006A0061>-20<006E002C006A006E00610033>-250<006A006100330033>-250<006100520052006A>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 397.3787 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 397.3787 Tm [<002B001D006A>-5<001D00490052003C002D007E004E00300054>5<001D003C>-10<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 128.5316 397.3787 Tm [<00560043004E006A>15<0033003C00330061>70<002E>-278<0043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 386.0811 Tm [<003B0033006A>-250<001D>-250<0054>20<001D003C>25<0033>-250<004E006E004C002400330061>-250<0024>30<0077>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<001D004E0030>-250<003C>25<0033004E00330061001D006A00430052004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 374.7834 Tm [<00480043004E0047002F00330063>5<006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 68.8966 374.7834 Tm [<002B001D006A>-5<001D00490052003C002D007E004E0030002F00330063006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 133.4944 374.7834 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 170.514 374.7834 Tm [<0037>15<0043004E0030>-250<001D>-250<004E001D004C00330030>-250<003000330063>15<006A0043004E001D006A00430052004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 363.4858 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 363.4858 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A002F00330063006A0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 127.305 363.4858 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 144.6345 363.4858 Tm [<003B0033006A>-250<003000330063>15<006A0043004E001D006A00430052004E0063>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 352.1881 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 352.1881 Tm [<002B001D006A>-5<001D00490052003C002D004E006E004C0032004C00240033003000300033003000370043004900330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 171.0911 352.1881 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 340.8905 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<0033004C002400330030003000330030>-250<007E0049003300630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 329.5928 Tm [<0037004300490033006200550033002C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 68.937 329.5928 Tm [<002B001D006A>-5<001D00490052003C002D0033004C0024003300300030003300300037004300490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 155.5166 329.5928 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 318.2952 Tm [<003B0033006A>-250<007E00490033>-250<006300550033002C>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 306.9975 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 306.9975 Tm [<002B001D006A>-5<001D00490052003C002D004E006E004C00440062>]TJ
+/F6 8.069684 Tf 1 0 0 1 121.3173 306.9975 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 138.6469 306.9975 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<0045001D>30<0071>25<001D0063002C0061>-20<00430055006A>-250<0063002C0061>-20<00430055006A00630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 295.6999 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 295.6999 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A00440062>]TJ
+/F6 8.069684 Tf 1 0 0 1 111.5691 295.6999 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 153.4467 295.6999 Tm [<003B0033006A>-250<0045001D>30<0071>25<001D0063002C0061>-20<00430055006A>-250<0063002C0061>-20<00430055006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 284.4023 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 284.4023 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A0051006E006A00490043004E0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 133.1313 284.4023 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 150.4609 284.4023 Tm [<003B0033006A>-250<0051006E006A00490043004E0033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 273.1046 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 273.1046 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A001C>15<002C006100520037>15<00520061004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 143.6461 273.1046 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 160.9757 273.1046 Tm [<003B0033006A>-250<001C>30<002C006100520037>20<00520061>-20<004C>-250<0052002400450033002C006A0059>]TJ
+1 0 0 1 28.3464 261.807 Tm [<004100410041>-250<0032004C00240037>15<004300490033>-250<004C0033006A0040005200300063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 250.5093 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 250.5093 Tm [<0032004C00240037004300490033002D004E001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 112.3922 250.5093 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 129.7218 250.5093 Tm [<003B0033006A>-250<004E001D004C0033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 239.2117 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 239.2117 Tm [<0032004C00240037004300490033002D003000330063002C006100430055>5<006A00430052004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 134.7694 239.2117 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 152.099 239.2117 Tm [<003B0033006A>-250<003000330063002C0061>-20<00430055006A00430052004E>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 227.914 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 227.914 Tm [<0032004C00240037004300490033002D0063004300790033>]TJ
+/F6 8.069684 Tf 1 0 0 1 111.4239 227.914 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 128.7534 227.914 Tm [<003B0033006A>-250<0063004300790033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 216.6164 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 216.6164 Tm [<0032004C00240037004300490033002D004C00520030002F001D006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 125.796 216.6164 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 143.1255 216.6164 Tm [<003B0033006A>-250<004C005200300043007E002C001D006A00430052004E>-250<0030001D006A0033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 205.3187 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 205.3187 Tm [<0032004C00240037004300490033002D002C0061>-5<0033001D006A>5<0033002F001D006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 132.5341 205.3187 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 149.8637 205.3187 Tm [<003B0033006A>-250<002C00610033001D006A00430052004E>-250<0030001D006A0033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 194.0211 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 194.0211 Tm [<0032004C00240037004300490033002D002C00400033002C>-5<0047>10<0063006E004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 130.7427 194.0211 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 148.0722 194.0211 Tm [<003B0033006A>-250<002C>15<00400033002C>20<00470063006E004C>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 182.7234 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 182.7234 Tm [<0032004C00240037004300490033002D004C0043004C00330069>80<007700550033>]TJ
+/F6 8.069684 Tf 1 0 0 1 130.5813 182.7234 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 147.9108 182.7234 Tm [<003B0033006A>-250<004C0043004C0033>-250<006A007700550033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 171.4258 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 171.4258 Tm [<0032004C00240037004300490033002D0063006A0061>-5<0033001D004C0051002400450033002C006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 146.5592 171.4258 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 160.1282 Tm [<003B0033006A>-250<0063>15<006A00610033001D004C>-250<0052002400450033002C006A>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 148.8305 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 66.2578 148.8305 Tm [<0032004C00240037004300490033002D0043006300510047>]TJ
+/F6 8.069684 Tf 1 0 0 1 117.8312 148.8305 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 135.1607 148.8305 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0033004C002400330030003000330030>-250<007E00490033>-250<00430063>-250<005200470059>]TJ
+1 0 0 1 28.3464 137.5329 Tm [<004100410041>-250<002F0043002C006A>-250<004C0033006A0040005200300063002D>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 126.2352 Tm [<002F0043002C006A>25<002D0043004E002C006000330038>]TJ
+/F6 8.069684 Tf 1 0 0 1 70.7365 126.2352 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 88.0661 126.2352 Tm [<0042004E002C00610033004C0033004E006A>-250<006100330038>35<003300610033004E002C0033>-250<002C0052006E004E006A>-250<006A0052>-250<002F0043002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 114.9376 Tm [<002F0043002C006A>25<002D00300033002C006000330038>]TJ
+/F6 8.069684 Tf 1 0 0 1 72.9799 114.9376 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 90.3095 114.9376 Tm [<002F0033002C00610033004C0033004E006A>-250<006100330038>35<003300610033004E002C0033>-250<002C0052006E004E006A>-250<006A0052>-250<002F0043002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 103.6399 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 103.6399 Tm [<002F0043002C006A>25<002D003C>-10<0033>5<006A00480033004E003C006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 118.8641 103.6399 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 136.1937 103.6399 Tm [<003B0033006A>-250<002F0043002C006A>-250<00490033004E003C006A00400059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 92.3423 Tm [<002F0043002C006A>25<002D001D00300030>]TJ
+/F6 8.069684 Tf 1 0 0 1 60.4235 92.3423 Tm [<00560063>5<006A00610043004E003C002E>-278<0051002400450033002C006A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 125.2512 92.3423 Tm [<001C>30<00300030>-250<0051002400450033002C006A>-250<006A0052>-250<002F0043002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 81.0446 Tm [<002F0043002C006A>25<002D00630033>5<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 57.6959 81.0446 Tm [<00560063>5<006A00610043004E003C002E>-278<0051002400450033002C006A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 122.5236 81.0446 Tm [<00620033006A>-250<0051002400450033002C006A>-250<0043004E>-250<002F0043002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 69.747 Tm [<002F0043002C006A>25<002D0061>-5<0033004C0052>25<0071>15<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 74.497 69.747 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 111.5166 69.747 Tm [<0060>25<0033004C0052>35<0071>35<0033>-250<0033004E006A0061>-20<0077>-250<003800610052004C>-250<002F0043002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 58.4493 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 66.2578 58.4493 Tm [<002F0043002C006A>25<002D00430063>]TJ
+/F6 8.069684 Tf 1 0 0 1 90.717 58.4493 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 127.7367 58.4493 Tm [<002B00400033002C>20<0047>-250<00430038>-250<002F0043002C006A>-250<00430063>-250<00520038>-250<003C00430071>35<0033004E>-250<00670069>100<0077005500330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 47.1517 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 47.1517 Tm [<002F0043002C006A>25<002D0049005200520047006E0055>]TJ
+/F6 8.069684 Tf 1 0 0 1 105.0488 47.1517 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 142.0684 47.1517 Tm [<0048005200520047>-250<006E0055>-250<002F0043002C006A>-250<0033004E006A0061>-20<0077>75<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 35.8541 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 35.8541 Tm [<002F0043002C006A>25<002D0049005200520047006E0055004D0037>]TJ
+/F6 8.069684 Tf 1 0 0 1 115.8057 35.8541 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 781.4987 Tm [<0048005200520047>-250<006E0055>-250<002F0043002C006A>-250<0033004E006A0061>-20<0077>65<002E>-250<004E0052006A>-250<00610033006300520049>30<00710043004E003C>-250<0043004E0030004300610033002C006A00430052004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 770.201 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 770.201 Tm [<002F0043002C006A>25<002D0049005200520047006E00550042004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 392.1527 770.201 Tm [<00560063>5<006A00610043004E003C002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 453.3491 770.201 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 758.9034 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 758.9034 Tm [<002F0043002C006A>25<002D003C>-10<0033>5<006A0046>25<0033>15<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 377.6031 758.9034 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 419.4806 758.9034 Tm [<003B0033006A>-250<0047>20<0033>30<0077>-250<003800610052004C>-250<002F0043002C006A>-250<0024>30<0077>-250<004E006E004C002400330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 747.6057 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 336.8834 747.6057 Tm [<002F0043002C006A>25<002D003C>-10<0033>5<006A0070>45<001D0049>]TJ
+/F6 8.069684 Tf 1 0 0 1 378.5069 747.6057 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 420.3844 747.6057 Tm [<003B0033006A>-250<0071>25<001D0049006E0033>-250<003800610052004C>-250<002F0043002C006A>-250<0024>30<0077>-250<004E006E004C002400330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 736.3081 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 336.8834 736.3081 Tm [<002F0043002C006A>25<002D003C>-10<0033>5<006A0070>45<001D0049004D0037>]TJ
+/F6 8.069684 Tf 1 0 0 1 389.2637 736.3081 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 725.0104 Tm [<003B0033006A>-250<0071>25<001D0049006E0033>-250<003800610052004C>-250<002F0043002C006A>-250<0024>30<0077>-250<004E006E004C002400330061>40<002E>-250<004E0052006A>-250<00610033006300520049>30<00710043004E003C>-250<0043004E0030004300610033002C006A00430052004E0059>]TJ
+1 0 0 1 304.3626 713.7128 Tm [<004100410041>-250<00480043004E0047>-250<004C0033006A0040005200300063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 702.4151 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 702.4151 Tm [<00480043004E0047002D0043006300510046>]TJ
+/F6 8.069684 Tf 1 0 0 1 380.3871 702.4151 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 397.7166 702.4151 Tm [<002B00400033002C>20<0047>-250<00430038>-250<00480043004E0047>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 691.1175 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 691.1175 Tm [<00480043004E0047002D0043004E00600033002C006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 386.2134 691.1175 Tm [<0056004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 679.8198 Tm [<002B00400033002C>20<0047>-250<00430038>-250<005500520043004E006A>-250<00430063>-250<0043004E0063004300300033>-250<006A00400033>-250<00490043004E0047>-250<00610033002C006A001D004E003C004900330059>]TJ
+1 0 0 1 304.3626 668.5222 Tm [<004100410041>-250<00480043004E0047002F00330063>15<006A>-250<004C0033006A0040005200300063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 657.2246 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 657.2246 Tm [<00480043004E0047002F00330063006A>25<002D0043006300510046>]TJ
+/F6 8.069684 Tf 1 0 0 1 397.6723 657.2246 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 415.0019 657.2246 Tm [<002B00400033002C>20<0047>-250<00430038>-250<00480043004E0047002F00330063>15<006A>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 645.9269 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 645.9269 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A00460043004E0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 404.7495 645.9269 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 422.079 645.9269 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<00480043004E0047002F00330063>15<006A>-250<00470043004E00300059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 634.6293 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 634.6293 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A00460043004E0030004D>-15<001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 421.9863 634.6293 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 439.3159 634.6293 Tm [<003B0033006A>-250<004E001D004C0033>-250<00520038>-250<00480043004E0047002F00330063>15<006A>-250<00470043004E00300059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 623.3316 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 623.3316 Tm [<00480043004E0047002F00330063006A>25<002D004300630054>5<001D003C>-10<0033006000330038>]TJ
+/F6 8.069684 Tf 1 0 0 1 417.895 623.3316 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 435.2246 623.3316 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 612.034 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 612.034 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033004D>-10<006E004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 424.157 612.034 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 441.4866 612.034 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 600.7363 Tm [<0060>10<00330038>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 326.0377 600.7363 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033006000330038>]TJ
+/F6 8.069684 Tf 1 0 0 1 407.0735 600.7363 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 424.4031 600.7363 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 589.4387 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 589.4387 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A004800330038>-20<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 404.58 589.4387 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 421.9096 589.4387 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 578.141 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 578.141 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A00230052>10<006A006A>10<0052004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 417.7013 578.141 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 435.0309 578.141 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 566.8434 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 566.8434 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A00600043003C0040006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 410.2449 566.8434 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 427.5745 566.8434 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 555.5457 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 555.5457 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A0069>75<00520055>]TJ
+/F6 8.069684 Tf 1 0 0 1 403.8134 555.5457 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 421.143 555.5457 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 544.2481 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 544.2481 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A007800520052004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 411.5925 544.2481 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 428.9221 544.2481 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 532.9505 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 532.9505 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A002B0040001D004E003C>-10<0033004800330038>-20<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 435.6079 532.9505 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 452.9375 532.9505 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 521.6528 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 521.6528 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A002B0040001D004E003C>-10<00330069>75<00520055>]TJ
+/F6 8.069684 Tf 1 0 0 1 434.8413 521.6528 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 452.1709 521.6528 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 510.3552 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 510.3552 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A002B0040001D004E003C>-10<0033007800520052004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 442.6205 510.3552 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 459.9501 510.3552 Tm [<00690051002F0051>]TJ
+1 0 0 1 304.3626 499.0575 Tm [<004100410041>-250<00480043004E00470063>-250<004C0033006A0040005200300063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 487.7599 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 487.7599 Tm [<00480043004E0047>10<0063002D003C>-10<0033>5<006A004D>-10<006E004C00480043004E0047>10<0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 412.9483 487.7599 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 430.2778 487.7599 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<00490043004E004700630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 476.4622 Tm [<00480043004E0047>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 328.3618 476.4622 Tm [<00480043004E0047>10<0063002D003C>-10<0033>5<006A00480043004E0047>]TJ
+/F6 8.069684 Tf 1 0 0 1 380.7825 476.4622 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 422.6601 476.4622 Tm [<003B0033006A>-250<00490043004E0047>-250<0024>30<0077>-250<004E006E004C002400330061>50<0059>]TJ
+1 0 0 1 304.3626 465.1646 Tm [<004100410041>-250<0051002400450033002C006A>-250<004C0033006A0040005200300063002D>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 453.8669 Tm [<0051002400450033002C006A>25<002D0043004E0043006A0023005200520049>]TJ
+/F6 8.069684 Tf 1 0 0 1 361.9963 453.8669 Tm [<005600240052005200490033001D004E0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 408.0378 453.8669 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<00230052005200490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 442.5693 Tm [<0051002400450033002C006A>25<002D0043004E0043006A0042004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 353.9266 442.5693 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 395.8042 442.5693 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D004E>-250<0042004E006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 431.2716 Tm [<0051002400450033002C006A>25<002D0043004E0043006A00600033001D0049>]TJ
+/F6 8.069684 Tf 1 0 0 1 361.1086 431.2716 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 405.7944 431.2716 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<0060>25<0033001D00490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 419.974 Tm [<0051002400450033002C006A>25<002D0043004E0043006A0062006A00610043004E003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 367.3788 419.974 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 404.3984 419.974 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<0062>20<006A0061>-20<0043004E003C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 408.6764 Tm [<0051002400450033002C006A>25<002D0043004E0043006A004D>-15<001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 366.1602 408.6764 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 403.1798 408.6764 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<004D>25<001D004C00330041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 397.3787 Tm [<0051002400450033002C006A>25<002D0043004E0043006A004D>-10<006E00490049>]TJ
+/F6 8.069684 Tf 1 0 0 1 359.3898 397.3787 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 376.7193 397.3787 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<004D>25<006E004900490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 386.0811 Tm [<0051002400450033002C006A>25<002D0043004E0043006A001C00610061>-5<001D>15<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 365.0628 386.0811 Tm [<005600740060>10<003300380057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 374.7834 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D004E>-250<001C0061>-25<0061001D>30<0077>25<0041006A007700550033>-250<0052002400450033002C006A>-250<00730043006A0040>-250<001D004E>-250<0033004C0055006A0077>-250<001D0061>-25<0061001D>30<0077>75<0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 363.4858 Tm [<0051002400450033002C006A>25<002D0043004E0043006A002F0043002C006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 359.3091 363.4858 Tm [<005600740060>10<003300380057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 352.1881 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A>-250<00730043006A0040>-250<001D004E>-250<0033004C0055006A0077>-250<00300043002C006A00430052004E001D0061>-20<0077>75<0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 340.8905 Tm [<0051002400450033002C006A>25<002D0043004E0043006A0062006A0061>-5<0033001D004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 371.462 340.8905 Tm [<00560062>5<006A0061>10<0033001D004C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 414.6791 340.8905 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<0062>20<006A00610033001D004C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 329.5928 Tm [<0051002400450033002C006A>25<002D0043004E0043006A006000330038>]TJ
+/F6 8.069684 Tf 1 0 0 1 357.0657 329.5928 Tm [<00560043004E006A>15<0033003C00330061>70<002E>-278<0043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 318.2952 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<0060>25<003300380041006A007700550033>-250<0052002400450033002C006A>-250<0024>30<0077>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<001D004E0030>-250<003C>25<0033004E00330061001D006A00430052004E0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 306.9975 Tm [<0051002400450033002C006A>25<002D0043004E0043006A002B004C0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 361.9963 306.9975 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 399.0159 306.9975 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<002B004C00300041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 295.6999 Tm [<0051002400450033002C006A>25<002D0043004E0043006A00320061006100520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 363.7958 295.6999 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 381.1254 295.6999 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D004E>-250<00320061>-25<006100520061>45<0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 284.4023 Tm [<0051002400450033002C006A>25<002D0043004E0043006A003200510037>]TJ
+/F6 8.069684 Tf 1 0 0 1 360.6567 284.4023 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 377.9863 284.4023 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D004E>-250<0032005100370041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 273.1046 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 336.8834 273.1046 Tm [<0051002400450033002C006A>25<002D0038>5<0033>5<006A002C0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 383.6795 273.1046 Tm [<005600740060>10<003300380057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 261.807 Tm [<00420038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0060>25<00330038002E>-250<0038>35<0033006A002C>15<0040>-250<001D004E0030>-250<00610033006A006E0061>-20<004E>-250<006A00400033>-250<006100330038>35<003300610033004E002C00330030>-250<0052002400450033002C006A0059>-500<0051006A004000330061>-20<0073004300630033002E>]TJ
+1 0 0 1 316.3177 250.5093 Tm [<00610033006A006E0061>-20<004E>-250<001D>-250<002C00520055>30<0077>-250<00520038>-250<006A00400033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 239.2117 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 239.2117 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A0069>80<007700550033>]TJ
+/F6 8.069684 Tf 1 0 0 1 396.0423 239.2117 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 227.914 Tm [<003B0033006A>-250<0052002400450033002C006A>-250<006A007700550033>-250<001D0063>-250<001D>-250<004E006E004C002400330061>-250<00560033004E006E004C>-250<0051002400450069>100<00770055003300570059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 216.6164 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 216.6164 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A0069>80<007700550033004D>-15<001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 413.2791 216.6164 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 430.6087 216.6164 Tm [<003B0033006A>-250<0052002400450033002C006A>-250<006A007700550033>-250<004E001D004C00330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 205.3187 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 205.3187 Tm [<0051002400450033002C006A>25<002D004300630023005200520049>]TJ
+/F6 8.069684 Tf 1 0 0 1 394.5332 205.3187 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 411.8628 205.3187 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<00230052005200490059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 194.0211 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 194.0211 Tm [<0051002400450033002C006A>25<002D004300630042004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 386.4636 194.0211 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 403.7931 194.0211 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0042004E006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 182.7234 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 182.7234 Tm [<0051002400450033002C006A>25<002D0043006300600033001D0049>]TJ
+/F6 8.069684 Tf 1 0 0 1 393.6456 182.7234 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 410.9752 182.7234 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0060>25<0033001D00490059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 171.4258 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 171.4258 Tm [<0051002400450033002C006A>25<002D00430063004D>-10<006E004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 394.6139 171.4258 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 411.9435 171.4258 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<004D>25<006E004C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 160.1282 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 160.1282 Tm [<0051002400450033002C006A>25<002D004300630062006A00610043004E003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 399.9157 160.1282 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 417.2453 160.1282 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0062>20<006A0061>-20<0043004E003C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 148.8305 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 148.8305 Tm [<0051002400450033002C006A>25<002D00430063004D>-15<001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 398.6972 148.8305 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 416.0268 148.8305 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<004D>25<001D004C00330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 137.5329 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 137.5329 Tm [<0051002400450033002C006A>25<002D00430063004D>-10<006E00490049>]TJ
+/F6 8.069684 Tf 1 0 0 1 391.9267 137.5329 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 409.2563 137.5329 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<004D>25<006E004900490059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 126.2352 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 126.2352 Tm [<0051002400450033002C006A>25<002D00430063001C00610061>-5<001D>15<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 397.5997 126.2352 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 414.9293 126.2352 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<001C0061>-25<0061001D>30<0077>75<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 114.9376 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 114.9376 Tm [<0051002400450033002C006A>25<002D00430063002F0043002C006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 391.846 114.9376 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 409.1756 114.9376 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<002F0043002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 103.6399 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 103.6399 Tm [<0051002400450033002C006A>25<002D004300630062006A0061>-5<0033001D004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 403.999 103.6399 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 421.3286 103.6399 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0062>20<006A00610033001D004C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 92.3423 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 92.3423 Tm [<0051002400450033002C006A>25<002D00430063006000330038>]TJ
+/F6 8.069684 Tf 1 0 0 1 389.6027 92.3423 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 406.9322 92.3423 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0060>25<003300380059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 81.0446 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 81.0446 Tm [<0051002400450033002C006A>25<002D00430063002B004C0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 394.5332 81.0446 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 411.8628 81.0446 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<002B004C00300059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 69.747 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 69.747 Tm [<0051002400450033002C006A>25<002D0043006300320061006100520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 396.3328 69.747 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 413.6624 69.747 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<00320061>-25<006100520061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 58.4493 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 58.4493 Tm [<0051002400450033002C006A>25<002D00430063003200510037>]TJ
+/F6 8.069684 Tf 1 0 0 1 393.1937 58.4493 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 410.5233 58.4493 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<003200510037>60<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 47.1517 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 47.1517 Tm [<0051002400450033002C006A>25<002D00430063004D>-10<0052004E0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 396.8573 47.1517 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 414.1869 47.1517 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<004D>20<0052004E00330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 35.8541 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 35.8541 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A0023005200520049>]TJ
+/F6 8.069684 Tf 1 0 0 1 399.948 35.8541 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 417.2776 35.8541 Tm [<003B0033006A>-250<00240052005200490033001D004E>-250<003800610052004C>-250<00230052005200490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
ET
+
endstream
endobj
28 0 obj
<</Type/Page/Contents 29 0 R/Resources 27 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
endobj
27 0 obj
-<</Font<</F29 18 0 R/F31 20 0 R/F30 19 0 R>>/ProcSet[/PDF/Text]>>
+<</Font<</F1 18 0 R/F6 20 0 R/F5 19 0 R>>/ProcSet[/PDF/Text]>>
endobj
32 0 obj
-<</Length 43353 >>
+<</Length 44569 >>
stream
-0 g 0 G
-0 g 0 G
+0.000 g 0.000 G
+0.000 g 0.000 G
BT
-/F29 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<003A>-48570<0048006E001D006A00330075>-250<007A005900660066>-250<0063004000520061006A>-250<006100330038003300610033004E002C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 780.6666 Tm [<0054002F003700600033002C006A001D004E003C00490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 90.015 780.6666 Tm [<0054001D003C0033002D003C0033006A002B006100520055002300520075>]TJ
-/F31 8.069684 Tf 1 0 0 1 158.1634 780.6666 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 175.493 780.6666 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 769.369 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 769.369 Tm [<0054001D003C0033002D00430063002B006100520055005500330030>]TJ
-/F31 8.069684 Tf 1 0 0 1 128.1362 769.369 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 145.4657 769.369 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 758.0713 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 758.0713 Tm [<0054001D003C0033002D003C0033006A004B003300300043001D007200430030006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 144.2594 758.0713 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 161.589 758.0713 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 746.7737 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 746.7737 Tm [<0054001D003C0033002D003C0033006A004B003300300043001D003F00330043003C0040006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 146.9547 746.7737 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 164.2842 746.7737 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 735.476 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 735.476 Tm [<0054001D003C0033002D003C0033006A002B006100520055007200430030006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 140.2165 735.476 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 157.546 735.476 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 724.1784 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 724.1784 Tm [<0054001D003C0033002D003C0033006A002B006100520055003F00330043003C0040006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 142.9117 724.1784 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 160.2413 724.1784 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 712.8807 Tm [<0054002F003700600033002C006A001D004E003C00490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 90.015 712.8807 Tm [<0054001D003C0033002D003C0033006A00230049003300330030002300520075>]TJ
-/F31 8.069684 Tf 1 0 0 1 161.3106 712.8807 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 178.6402 712.8807 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 701.5831 Tm [<0054002F003700600033002C006A001D004E003C00490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 90.015 701.5831 Tm [<0054001D003C0033002D003C0033006A006900610043004C002300520075>]TJ
-/F31 8.069684 Tf 1 0 0 1 156.8239 701.5831 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 174.1535 701.5831 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 690.2854 Tm [<0054002F003700600033002C006A001D004E003C00490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 90.015 690.2854 Tm [<0054001D003C0033002D003C0033006A001C0061006A002300520075>]TJ
-/F31 8.069684 Tf 1 0 0 1 150.9895 690.2854 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 168.3191 690.2854 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 678.9878 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 678.9878 Tm [<0054001D003C0033002D003C0033006A00600052006A001D006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 124.0852 678.9878 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 141.4147 678.9878 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 667.6901 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 667.6901 Tm [<0054001D003C0033002D003C0033006A0048001D0063006A004B005200300043007E00330030>]TJ
-/F31 8.069684 Tf 1 0 0 1 141.1203 667.6901 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 158.4498 667.6901 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 656.3925 Tm [<002F0043002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 51.4419 656.3925 Tm [<0054001D003C0033002D003C0033006A002300520075002B00520049005200610042004E00380052>]TJ
-/F31 8.069684 Tf 1 0 0 1 136.6255 656.3925 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 153.955 656.3925 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 645.0949 Tm [<002F0043002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 51.4419 645.0949 Tm [<0054001D003C0033002D003C0033006A003B00610052006E0055>]TJ
-/F31 8.069684 Tf 1 0 0 1 109.7292 645.0949 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 127.0588 645.0949 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 633.7972 Tm [<0062006A00610033001D004C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 63.5545 633.7972 Tm [<0054001D003C0033002D003C0033006A004B0033006A001D0030001D006A001D>]TJ
-/F31 8.069684 Tf 1 0 0 1 132.6068 633.7972 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 149.9363 633.7972 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 622.4996 Tm [<002F0043002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 51.4419 622.4996 Tm [<0054001D003C0033002D003C0033006A005400430033002C00330042004E00380052>]TJ
-/F31 8.069684 Tf 1 0 0 1 121.398 622.4996 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 138.7275 622.4996 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 611.2019 Tm [<002F0043002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 51.4419 611.2019 Tm [<0054001D003C0033002D003C0033006A006200330055001D0061001D006A00430052004E0042004E00380052>]TJ
-/F31 8.069684 Tf 1 0 0 1 142.016 611.2019 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 159.3456 611.2019 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 599.9043 Tm [<002F0043002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 51.4419 599.9043 Tm [<0054001D003C0033002D003C0033006A0060003300630052006E0061002C0033002F0043002C006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 137.5373 599.9043 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 154.8669 599.9043 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 588.6066 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 60.8673 588.6066 Tm [<0054001D003C0033002D003C0033006A001C004E004E0052006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 122.7375 588.6066 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 140.0671 588.6066 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 577.309 Tm [<00480043004E00470063>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 56.3805 577.309 Tm [<0054001D003C0033002D003C0033006A00480043004E00470063>]TJ
-/F31 8.069684 Tf 1 0 0 1 111.5368 577.309 Tm [<0056002B001D006A001D00490052003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 156.6745 577.309 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 566.0113 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 60.8673 566.0113 Tm [<0054001D003C0033002D003C0033006A002B0052004E006A0033004E006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 129.9115 566.0113 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 147.2411 566.0113 Tm [<00690051002F0051>]TJ
-1 0 0 1 28.3464 554.7137 Tm [<0121>-250<0054002F0037002F0052002C>-250<004C0033006A0040005200300063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 543.416 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 543.416 Tm [<0054002F0037002F0052002C002D0043006300510046>]TJ
-/F31 8.069684 Tf 1 0 0 1 119.1627 543.416 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 136.4922 543.416 Tm [<002B00400033002C0047>-250<00430038>-250<0054002F0037002F0052002C>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 532.1184 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 532.1184 Tm [<0054002F0037002F0052002C002D003C0033006A00320061006100520061002B005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 148.2942 532.1184 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 165.6238 532.1184 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 520.8208 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 520.8208 Tm [<0054002F0037002F0052002C002D003C0033006A00320061006100520061002B005200300033004D001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 165.3293 520.8208 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 182.6589 520.8208 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 509.5231 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 509.5231 Tm [<0054002F0037002F0052002C002D003C0033006A0037004300490033004D001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 139.3288 509.5231 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 156.6584 509.5231 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 498.2255 Tm [<0074006000330038>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4848 498.2255 Tm [<0054002F0037002F0052002C002D003C0033006A0074006000330038>]TJ
-/F31 8.069684 Tf 1 0 0 1 120.0423 498.2255 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 137.3718 498.2255 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 486.9278 Tm [<002B001D006A001D00490052003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 65.354 486.9278 Tm [<0054002F0037002F0052002C002D003C0033006A002B001D006A001D00490052003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 141.1203 486.9278 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 158.4498 486.9278 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 475.6302 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 475.6302 Tm [<0054002F0037002F0052002C002D003C0033006A0054001D003C0033004B003300300043001D007200430030006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 175.6424 475.6302 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 192.972 475.6302 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 464.3325 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 464.3325 Tm [<0054002F0037002F0052002C002D003C0033006A0054001D003C0033004B003300300043001D003F00330043003C0040006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 178.3377 464.3325 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 195.6672 464.3325 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 453.0349 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 453.0349 Tm [<0054002F0037002F0052002C002D003C0033006A0054001D003C0033002B006100520055007200430030006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 171.5995 453.0349 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 188.929 453.0349 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 441.7372 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 441.7372 Tm [<0054002F0037002F0052002C002D003C0033006A0054001D003C0033002B006100520055003F00330043003C0040006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 174.2947 441.7372 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 191.6243 441.7372 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 430.4396 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 430.4396 Tm [<0054002F0037002F0052002C002D003C0033006A004D006E004C0054001D003C00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 150.0938 430.4396 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 167.4233 430.4396 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 419.1419 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 419.1419 Tm [<0054002F0037002F0052002C002D00610033001D0030004B0033006A001D0030001D006A001D>]TJ
-/F31 8.069684 Tf 1 0 0 1 143.3636 419.1419 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 160.6932 419.1419 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 407.8443 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 60.8673 407.8443 Tm [<0054002F0037002F0052002C002D003C0033006A0062006A0061006E002C006A0069006100330033006000520052006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 165.7732 407.8443 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 183.1027 407.8443 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 396.5467 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 396.5467 Tm [<0054002F0037002F0052002C002D007E004E00300054001D003C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 130.3634 396.5467 Tm [<00560043004E006A0033003C00330061002E>-278<0043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 201.5178 396.5467 Tm [<003B0033006A>-250<001D>-250<0054001D003C0033>-250<004E006E004C002400330061>-250<00240077>]TJ
-1 0 0 1 40.3016 385.249 Tm [<0052002400450033002C006A>-250<004E006E004C002400330061>-250<001D004E0030>-250<003C0033004E00330061001D006A00430052004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 373.9514 Tm [<00480043004E00470063>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 56.3805 373.9514 Tm [<0054002F0037002F0052002C002D003C0033006A00480043004E00470063>]TJ
-/F31 8.069684 Tf 1 0 0 1 123.6333 373.9514 Tm [<00560043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 165.6319 373.9514 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 362.6537 Tm [<00480043004E0047002F00330063006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 68.937 362.6537 Tm [<0054002F0037002F0052002C002D007E004E0030002F00330063006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 135.2859 362.6537 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 172.3458 362.6537 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 351.3561 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 351.3561 Tm [<0054002F0037002F0052002C002D004300630032004E002C006100770055006A00330030>]TJ
-/F31 8.069684 Tf 1 0 0 1 146.5189 351.3561 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 163.8485 351.3561 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 340.0584 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 340.0584 Tm [<0054002F0037002F0052002C002D0052004700690052005400610043004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 137.9892 340.0584 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 155.3188 340.0584 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 328.7608 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 328.7608 Tm [<0054002F0037002F0052002C002D0052004700690052002B0040001D004E003C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 149.198 328.7608 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 166.5276 328.7608 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 317.4631 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 317.4631 Tm [<0054002F0037002F0052002C002D0052004700690052002B005200550077>]TJ
-/F31 8.069684 Tf 1 0 0 1 139.7807 317.4631 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 157.1103 317.4631 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 306.1655 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 306.1655 Tm [<0054002F0037002F0052002C002D0052004700690052001C00300030004D0052006A00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 157.7115 306.1655 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 175.0411 306.1655 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 294.8678 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 294.8678 Tm [<0054002F0037002F0052002C002D0043006300480043004E0033001D00610043007900330030>]TJ
-/F31 8.069684 Tf 1 0 0 1 146.9708 294.8678 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 164.3004 294.8678 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 283.5702 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 60.8673 283.5702 Tm [<0054002F0037002F0052002C002D003C0033006A002F0052002C0042004E00380052>]TJ
-/F31 8.069684 Tf 1 0 0 1 137.0774 283.5702 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 154.4069 283.5702 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 272.2726 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 60.8673 272.2726 Tm [<0054002F0037002F0052002C002D003C0033006A002F0052002C0042004E00380052004D0037>]TJ
-/F31 8.069684 Tf 1 0 0 1 147.8342 272.2726 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 165.1638 272.2726 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 260.9749 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 260.9749 Tm [<0054002F0037002F0052002C002D003C0033006A0054002F0037004B001D004500520061007000330061006300430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 175.6505 260.9749 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 192.98 260.9749 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 249.6773 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 249.6773 Tm [<0054002F0037002F0052002C002D003C0033006A0054002F0037004B0043004E00520061007000330061006300430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 176.0943 249.6773 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 193.4239 249.6773 Tm [<00690051002F0051>]TJ
-1 0 0 1 28.3464 238.3796 Tm [<0121>-250<0054002F003700600033002C006A001D004E003C00490033>-250<004C0033006A0040005200300063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 227.082 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 227.082 Tm [<0054002F003700600033002C006A001D004E003C00490033002D004300630070001D004900430030>]TJ
-/F31 8.069684 Tf 1 0 0 1 149.6661 227.082 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 166.9957 227.082 Tm [<00690051002F0051>]TJ
-1 0 0 1 28.3464 215.7843 Tm [<0121>-250<0062006A00610033001D004C>-250<004C0033006A0040005200300063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 204.4867 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 204.4867 Tm [<0062006A00610033001D004C002D003C0033006A00460043004E0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 122.2937 204.4867 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 139.6233 204.4867 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 193.189 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 193.189 Tm [<0062006A00610033001D004C002D003C0033006A00460043004E0030004D001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 139.3288 193.189 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 156.6584 193.189 Tm [<00690051002F0051>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 181.8914 Tm [<0062006A00610033001D004C002D0061003300630033006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 77.6764 181.8914 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 95.006 181.8914 Tm [<00690051002F0051>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 170.5937 Tm [<0062006A00610033001D004C002D002C0049005200630033>]TJ
-/F31 8.069684 Tf 1 0 0 1 79.0241 170.5937 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 96.3536 170.5937 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 159.2961 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 159.2961 Tm [<0062006A00610033001D004C002D003C0033006A002B0040001D0061>]TJ
-/F31 8.069684 Tf 1 0 0 1 122.7456 159.2961 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 140.0752 159.2961 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 147.9985 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 147.9985 Tm [<0062006A00610033001D004C002D0049005200520047002B0040001D0061>]TJ
-/F31 8.069684 Tf 1 0 0 1 127.2324 147.9985 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 144.5619 147.9985 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 136.7008 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 136.7008 Tm [<0062006A00610033001D004C002D003C0033006A0060001D0073002B0040001D0061>]TJ
-/F31 8.069684 Tf 1 0 0 1 139.3369 136.7008 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 156.6665 136.7008 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 125.4032 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 125.4032 Tm [<0062006A00610033001D004C002D003C0033006A006D004E007E0049006A0033006100330030002B0040001D0061>]TJ
-/F31 8.069684 Tf 1 0 0 1 160.4068 125.4032 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 177.7364 125.4032 Tm [<00690051002F0051>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 114.1055 Tm [<0062006A00610033001D004C002D006E004E007E0049006A00330061003300300060003300630033006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 117.1291 114.1055 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 134.4587 114.1055 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 102.8079 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 102.8079 Tm [<0062006A00610033001D004C002D003C0033006A005400520063>]TJ
-/F31 8.069684 Tf 1 0 0 1 119.1627 102.8079 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 136.4922 102.8079 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 91.5102 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 91.5102 Tm [<0062006A00610033001D004C002D0043006300230043004E001D00610077>]TJ
-/F31 8.069684 Tf 1 0 0 1 128.1442 91.5102 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 145.4738 91.5102 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 80.2126 Tm [<0062006A00610033001D004C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 63.5545 80.2126 Tm [<0062006A00610033001D004C002D003C0033006A006D004E00300033002C00520030003300300062006A00610033001D004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 176.9981 80.2126 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 194.3277 80.2126 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 68.9149 Tm [<002F0043002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 51.4419 68.9149 Tm [<0062006A00610033001D004C002D003C0033006A002F0043002C006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 108.8335 68.9149 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 126.163 68.9149 Tm [<00690051002F0051>]TJ
-1 0 0 1 28.3464 57.6173 Tm [<0121>-250<0074006000330038>-250<004C0033006A0040005200300063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 46.3196 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 46.3196 Tm [<0074006000330038002D0043006300510046>]TJ
-/F31 8.069684 Tf 1 0 0 1 106.1624 46.3196 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 123.492 46.3196 Tm [<002B00400033002C0047>-250<00430038>-250<0074006000330038>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 35.022 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 62.2149 35.022 Tm [<0074006000330038002D003C0033006A00320061006100520061002B005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 135.294 35.022 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 152.6235 35.022 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 23.7244 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 23.7244 Tm [<0074006000330038002D004300630032004E002C006100770055006A00330030>]TJ
-/F31 8.069684 Tf 1 0 0 1 133.5186 23.7244 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 150.8482 23.7244 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 780.6666 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 780.6666 Tm [<0074006000330038002D0052004700690052005400610043004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 401.0051 780.6666 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 418.3347 780.6666 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 769.369 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 769.369 Tm [<0074006000330038002D0052004700690052005400610043004E006A003F0043003C0040006000330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 433.7357 769.369 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 451.0653 769.369 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 758.0713 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 758.0713 Tm [<0074006000330038002D0052004700690052002B0040001D004E003C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 412.2139 758.0713 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 429.5435 758.0713 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 746.7737 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 746.7737 Tm [<0074006000330038002D0052004700690052002B005200550077>]TJ
-/F31 8.069684 Tf 1 0 0 1 402.7966 746.7737 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 420.1262 746.7737 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 735.476 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 735.476 Tm [<0074006000330038002D0052004700690052001C00300030004D0052006A00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 420.7274 735.476 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 438.057 735.476 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 724.1784 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 724.1784 Tm [<0074006000330038002D00520047006900520037004300490049003700520061004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 414.4573 724.1784 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 431.7869 724.1784 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 712.8807 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 712.8807 Tm [<0074006000330038002D0052004700690052001C002C002C00330063006300430024004300490043006A0077>]TJ
-/F31 8.069684 Tf 1 0 0 1 431.9604 712.8807 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 449.29 712.8807 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 701.5831 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 701.5831 Tm [<0074006000330038002D0052004700690052001C006300630033004C002400490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 420.7436 701.5831 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 438.0731 701.5831 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 690.2854 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 690.2854 Tm [<0074006000330038002D003C0033006A002B001D006A001D00490052003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 399.6494 690.2854 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 416.979 690.2854 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 678.9878 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 678.9878 Tm [<0074006000330038002D00380033006A002C0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 377.2318 678.9878 Tm [<00560043004E006A0033003C00330061002E>-278<0043004E006A0033003C003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 448.3862 678.9878 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 667.6901 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 667.6901 Tm [<0074006000330038002D003C0033006A002F0052002C0042004E00380052>]TJ
-/F31 8.069684 Tf 1 0 0 1 400.0932 667.6901 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 417.4228 667.6901 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 656.3925 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 656.3925 Tm [<0074006000330038002D003C0033006A002F0052002C0042004E00380052004D0037>]TJ
-/F31 8.069684 Tf 1 0 0 1 410.8501 656.3925 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 428.1797 656.3925 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 645.0949 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 645.0949 Tm [<0074006000330038002D003C0033006A004D006E004C0051002400450033002C006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 418.9359 645.0949 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 436.2655 645.0949 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 633.7972 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 633.7972 Tm [<0074006000330038002D003C0033006A006000520052006A004D006E004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 407.711 633.7972 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 425.0406 633.7972 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 622.4996 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 622.4996 Tm [<0074006000330038002D003C0033006A006000520052006A003B0033004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 405.4757 622.4996 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 422.8053 622.4996 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 611.2019 Tm [<0043004E006A0033003C00330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.231 611.2019 Tm [<0074006000330038002D003C0033006A0062004300790033>]TJ
-/F31 8.069684 Tf 1 0 0 1 387.5529 611.2019 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 404.8825 611.2019 Tm [<00690051002F0051>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 599.9043 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 336.8834 599.9043 Tm [<0074006000330038002D003C0033006A00690061001D0043004900330061002F0043002C006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 409.9705 599.9043 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 427.3001 599.9043 Tm [<00690051002F0051>]TJ
-/F30 11.620364 Tf 1 0 0 1 304.3626 575.0513 Tm [<00370052004E006A>-278<006A001D002400490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 563.7536 Tm [<004C0033006A00610043002C0063>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 339.5625 563.7536 Tm [<00380052004E006A005900610033001D0030006F006A0038004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 391.1197 563.7536 Tm [<00560063006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 460.0227 563.7536 Tm [<0054001D006100630033>-250<001D>-250<00380052004E006A>-250<004C0033006A00610043002C0063>-250<007E00490033002E>-250<001D006A>]TJ
-1 0 0 1 316.3177 552.456 Tm [<006A00400033>-250<0063004300790033>-250<0043004E00300043002C001D006A00330030>-250<00240077>-250<006A00400033>-250<004E006E004C0024003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 541.1583 Tm [<004C0033006A00610043002C0063>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 339.5625 541.1583 Tm [<00380052004E006A005900610033001D0030006F00710038>]TJ
-/F31 8.069684 Tf 1 0 0 1 385.7453 541.1583 Tm [<00560063006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 529.8607 Tm [<0054001D006100630033>-250<001D>-250<007100430061006A006E001D0049>-250<00380052004E006A>-250<004C0033006A00610043002C0063>-250<007E00490033002E>-250<001D006A>-250<006A00400033>-250<0063004300790033>-250<0043004E00300043002C001D006A00330030>-250<00240077>-250<006A00400033>-250<004E006E004C0024003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 518.563 Tm [<004C0033006A00610043002C0063>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 339.5625 518.563 Tm [<00380052004E006A0059003C0033006A00380052004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 384.3816 518.563 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 429.0674 518.563 Tm [<00370033006A002C0040>-250<001D004E>-250<0043004E006A00330061004E001D0049>-250<00380052004E006A>-250<00430030>-250<001D0063>-250<001D>-250<0049006E001D>-250<006A001D0024004900330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 507.2654 Tm [<00380052004E006A005900630033006A00380052004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 348.7378 507.2654 Tm [<0056004E006E004C002400330061002E>-278<004C0033006A00610043002C00630057>]TJ
-/F29 8.966376 Tf 1 0 0 1 423.9108 507.2654 Tm [<00620033006A>-250<001D004E>-250<0043004E006A00330061004E001D0049>-250<00380052004E006A>-250<00430030>-250<003800610052004C>-250<001D>-250<0049006E001D>-250<006A001D0024004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 495.9678 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 495.9678 Tm [<00380052004E006A005900380061005200790033004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 383.9619 495.9678 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 428.6477 495.9678 Tm [<00690061006E0033>-250<00430038>-250<006A00400033>-250<00380052004E006A>-250<00430063>-250<00380061005200790033004E>-250<001D004E0030>-250<002C001D004E>-250<004E0052>]TJ
-1 0 0 1 316.3177 484.6701 Tm [<00490052004E003C00330061>-250<00240033>-250<001D0049006A00330061003300300059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 473.3725 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 473.3725 Tm [<00380052004E006A005900300033007E004E0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 382.1624 473.3725 Tm [<0056004C0033006A00610043002C00630057>]TJ
-/F29 8.966376 Tf 1 0 0 1 425.4925 473.3725 Tm [<005400610052002C003300630063>-250<001D>-250<00380052004E006A>-250<004C0033006A00610043002C0063>-250<006A001D002400490033>-250<001D004E0030>-250<0063006A0052006100330063>]TJ
-1 0 0 1 316.3177 462.0748 Tm [<0043006A>-250<0043004E>-250<006A00400033>-250<0043004E006A00330061004E001D0049>-250<00380052004E006A>-250<006A001D002400490033002E>-250<00610033006A006E0061004E0043004E003C>-250<0043006A0063>-250<0043004E006A00330061004E001D0049>-250<004300300059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 450.7772 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 450.7772 Tm [<00380052004E006A0059004E00330075006A00430030>]TJ
-/F31 8.069684 Tf 1 0 0 1 382.1624 450.7772 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 399.492 450.7772 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<004E00330075006A>-250<0038006100330033>-250<00380052004E006A>-250<00430030>-250<004E006E004C0024003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 439.4795 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 439.4795 Tm [<00380052004E006A005900430030>]TJ
-/F31 8.069684 Tf 1 0 0 1 365.5711 439.4795 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 402.6311 439.4795 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<00380052004E006A>-250<00430030>-250<00520038>-250<006A00400033>-250<00380052004E006A>-250<001D002C002C00330063006300330030>-250<00240077>-250<006A00400033>]TJ
-1 0 0 1 316.3177 428.1819 Tm [<002C0063004E001D004C0033>-250<003C004300710033004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 416.8842 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 345.405 416.8842 Tm [<00380052004E006A0059002C006E006100610033004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 390.684 416.8842 Tm [<00560029004E006E004C002400330061002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 439.8565 416.8842 Tm [<003B0033006A>-250<00520061>-250<00630033006A>-250<006A00400033>-250<002C006E006100610033004E006A00490077>-250<001D002C006A004300710033>-250<00380052004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 405.5866 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 405.5866 Tm [<00380052004E006A0059004C001D0075>]TJ
-/F31 8.069684 Tf 1 0 0 1 374.5446 405.5866 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 391.8742 405.5866 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<00400043003C004000330063006A>-250<006E006300330030>-250<00380052004E006A>-250<00430030>-250<001D006A>-250<006A004000430063>-250<004C0052004C0033004E006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 394.2889 Tm [<004E006E004C002400330061002E>-278<004C0033006A00610043002C0063>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 371.4055 394.2889 Tm [<00380052004E006A00590033001D002C0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 407.2753 394.2889 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 424.6048 394.2889 Tm [<0042006A00330061001D006A0033>-250<0052007100330061>-250<001D00490049>-250<006A00400033>-250<00300033007E004E00330030>-250<00380052004E006A00630059>]TJ
-/F30 11.620364 Tf 1 0 0 1 304.3626 369.4844 Tm [<00370052004E006A>-278<00490052001D003000330061>-278<006A001D002400490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 358.1867 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 331.0571 358.1867 Tm [<00380052004E006A00490052001D00300033006100590043004E00380052>]TJ
-/F31 8.069684 Tf 1 0 0 1 387.5449 358.1867 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 424.6048 358.1867 Tm [<003B0033006A>-250<0071001D006100430052006E0063>-250<0043004E003800520061004C001D006A00430052004E>-250<007E0033004900300063>-250<003800610052004C>-250<001D004E>]TJ
-1 0 0 1 316.3177 346.8891 Tm [<00380052004E006A>-250<007E004900330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 335.5914 Tm [<00380052004E006A00490052001D00300033006100590043004E00380052>]TJ
-/F29 8.966376 Tf 1 0 0 1 363.092 335.5914 Tm [<00610033006A006E0061004E00330030>-250<0043004E003800520061004C001D006A00430052004E002D>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 324.2938 Tm [<004700330077>-4555<006A007700550033>]TJ
-/F32 8.966376 Tf 1 0 0 1 383.2779 324.2938 Tm [<0033007500550049001D004E001D006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 312.9962 Tm [<00380052004E006A004E001D004C0033>-2054<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 383.2779 312.9962 Tm [<006A00400033>]TJ
-/F29 6.973848 Tf 1 0 0 1 396.4764 312.9962 Tm [<00540051006200690062002B0060004200540069>]TJ
-/F29 8.966376 Tf 1 0 0 1 439.4104 312.9962 Tm [<004E001D004C0033>-250<00520038>-250<006A00400033>-250<00380052004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 301.6985 Tm [<0038006E00490049004E001D004C0033>-2444<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 383.2779 301.6985 Tm [<006A00400033>-250<003800520061004C001D0049>-250<004E001D004C0033>-250<00520038>-250<006A00400033>-250<00380052004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 290.4009 Tm [<0038001D004C004300490077004E001D004C0033>-1111<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 383.2779 290.4009 Tm [<006A00400033>-250<0038001D004C004300490077>-250<004E001D004C0033>-250<006A004000430063>-250<00380052004E006A>-250<0024003300490052004E003C0063>-250<006A0052>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 279.1032 Tm [<007300330043003C0040006A>-3333<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 383.2779 279.1032 Tm [<001D>-250<0063006A00610043004E003C>-250<0043004E00300043002C001D006A0043004E003C>-250<006A00400033>-250<002C0052004900520061>-250<0071001D0049006E0033>-250<00520038>-250<006A00400033>-250<00380052004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 267.8056 Tm [<007100330061006300430052004E>-3000<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 383.2779 267.8056 Tm [<006A00400033>-250<0043004E006A00330061004E001D0049>-250<00380052004E006A>-250<007100330061006300430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 256.5079 Tm [<0043006A001D00490043002C001D004E003C00490033>-1777<007F0052001D006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 383.2779 256.5079 Tm [<006A00400033>-250<00630049001D004E006A>-250<001D004E003C00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 232.6985 Tm [<0049006E001D00380052004E006A002E>-278<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 359.769 232.6985 Tm [<00380052004E006A00490052001D0030003300610059005200550033004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 420.7436 232.6985 Tm [<00560063006A00610043004E003C002E>-278<00290063006A00610043004E003C002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 486.5074 232.6985 Tm [<0054001D006100630033>-250<001D>-250<00380052004E006A>-250<007E00490033>-250<001D004E0030>]TJ
-1 0 0 1 316.3177 221.4008 Tm [<00610033006A006E0061004E>-250<001D>-250<006A001D002400490033>-250<0061003300550061003300630033004E006A0043004E003C>-250<0043006A0063>-250<002C0052004E006A0033004E006A00630059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<001D0061003C006E004C0033004E006A>-250<00430063>-250<006A00400033>]TJ
-1 0 0 1 316.3177 210.1032 Tm [<004E001D004C0033>-250<00520038>-250<006A00400033>-250<0030003300630043006100330030>-250<00380052004E006A>-250<0043004E>-250<002C001D00630033>-250<00520038>-250<00380052004E006A>-250<002C0052004900490033002C006A00430052004E>-250<007E0049003300630059>-500<006900400033>-250<00520055006A00430052004E001D0049>]TJ
-1 0 0 1 316.3177 198.8055 Tm [<00610033006A006E0061004E>-250<0071001D0049006E0033>-250<002C0052004E006A001D0043004E0063>-250<001D004E0077>-250<0055001D0061006300330061>-250<00330061006100520061>-250<0063006A00610043004E003C00630059>]TJ
-1 0 0 1 304.3626 187.5079 Tm [<004800430063006A0043004E003C>-250<001D00490049>-250<00520038>-250<006A00400033>-250<0063006E00240063006A0061006E002C006A006E00610033>-250<00610033006A006E0061004E00330030>-250<003800610052004C>]TJ
-/F30 8.069684 Tf 1 0 0 1 463.9909 187.5079 Tm [<00380052004E006A00490052001D0030003300610059005200550033004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 527.2071 187.5079 Tm [<00730052006E00490030>-250<006A001D00470033>]TJ
-1 0 0 1 304.3626 176.2102 Tm [<006A00520052>-250<004C006E002C0040>-250<006100520052004C002E>-250<006300330033>-250<006A00400033>-250<00240043003C>-250<006100330038003300610033004E002C0033>-250<004C001D004E006E001D00490059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 164.9126 Tm [<00380052004E006A00490052001D0030003300610059001D0055005500490077006F00380033001D006A006E00610033007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 410.1884 164.9126 Tm [<00560049006E001D00380052004E006A002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 475.9603 164.9126 Tm [<001C0055005500490077>-250<001D>-250<00380033001D006A006E00610033>-250<007E00490033>-250<006A0052>-250<001D>]TJ
-1 0 0 1 316.3177 153.615 Tm [<00380052004E006A00490052001D003000330061>-250<006A001D0024004900330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 142.3173 Tm [<00380052004E006A00490052001D0030003300610059001D0055005500490077006F001D0038004C007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 397.632 142.3173 Tm [<00560049006E001D00380052004E006A002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 131.0197 Tm [<001C0055005500490077>-250<001D004E>-250<001C0037004B>-250<007E00490033>-250<006A0052>-250<001D>-250<00380052004E006A00490052001D003000330061>-250<006A001D0024004900330059>]TJ
-/F30 11.620364 Tf 1 0 0 1 304.3626 105.9712 Tm [<0042004C001D003C0033>-278<006A001D002400490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 304.3626 94.6736 Tm [<0037006E00490049>-250<004900430063006A>-250<00520038>]TJ
-/F31 8.069684 Tf 1 0 0 1 343.976 94.6736 Tm [<004A0043004C001D003C0033003E>]TJ
-/F29 8.966376 Tf 1 0 0 1 377.6167 94.6736 Tm [<0052002400450033002C006A>-250<007E0033004900300063002D>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 83.3759 Tm [<007E003300490030>-278<004E001D004C0033>-1111<006A007700550033>]TJ
-/F29 8.966376 Tf 1 0 0 1 389.5642 83.3759 Tm [<003000330063002C006100430055006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 72.0783 Tm [<003000330055006A0040>-3555<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 389.5642 72.0783 Tm [<006A00400033>-250<0043004C001D003C0033>-250<003000330055006A0040>-250<003800520061>]TJ
-/F29 6.973848 Tf 1 0 0 1 461.7794 72.0783 Tm [<0048006D001C0069>]TJ
-1 0 0 1 479.3382 70.5092 Tm [<0032>]TJ
-1 0 0 1 482.8242 72.0783 Tm [<0074>]TJ
-/F29 8.966376 Tf 1 0 0 1 490.1009 72.0783 Tm [<00560043004E>-250<0063002C001D004900330030>-250<005500520043004E006A00630057>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 60.7806 Tm [<004000330043003C0040006A>-3333<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 389.5642 60.7806 Tm [<006A00400033>-250<0043004C001D003C0033>-250<004000330043003C0040006A>-250<003800520061>]TJ
-/F29 6.973848 Tf 1 0 0 1 464.2721 60.7806 Tm [<0048006D001C0069>]TJ
-1 0 0 1 481.8308 59.2115 Tm [<0032>]TJ
-1 0 0 1 485.3169 60.7806 Tm [<0074>]TJ
-/F29 8.966376 Tf 1 0 0 1 492.5936 60.7806 Tm [<00560043004E>-250<0063002C001D004900330030>-250<005500520043004E006A00630057>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 49.483 Tm [<007300430030006A0040>-3723<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 389.5642 49.483 Tm [<006A00400033>-250<0043004C001D003C0033>-250<007300430030006A0040>-250<003800520061>]TJ
-/F29 6.973848 Tf 1 0 0 1 462.2815 49.483 Tm [<0048006D001C0069>]TJ
-1 0 0 1 479.8403 47.9139 Tm [<0032>]TJ
-1 0 0 1 483.3263 49.483 Tm [<0074>]TJ
-/F29 8.966376 Tf 1 0 0 1 490.603 49.483 Tm [<00560043004E>-250<0063002C001D004900330030>-250<005500520043004E006A00630057>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 38.1853 Tm [<006A0061001D004E0063003800520061004C>-1834<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 389.5642 38.1853 Tm [<006A00400033>-250<0043004C001D003C0033>-250<006A0061001D004E0063003800520061004C002E>-250<0043004E006A0033003C00330061>-250<004E006E004C002400330061>-250<007A005900590065>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 26.8877 Tm [<001D006A006A0061>-4612<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 389.5642 26.8877 Tm [<006A00400033>-250<0043004C001D003C0033>-250<001D006A006A006100430024006E006A00330063>-250<003800520061>]TJ
-/F29 6.973848 Tf 1 0 0 1 475.229 26.8877 Tm [<0048006D001C0069>]TJ
-1 0 0 1 492.7877 25.3186 Tm [<0032>]TJ
-1 0 0 1 496.2738 26.8877 Tm [<0074>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<003A>-48615<0048006E001D006A0033>34<0075>-249<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>34<003300610033004E002C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 781.4987 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 781.4987 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A0042004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 111.6982 781.4987 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 129.0278 781.4987 Tm [<003B0033006A>-250<0043004E006A0033003C>25<00330061>-250<003800610052004C>-250<0042004E006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 770.201 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 770.201 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A00600033001D0049>]TJ
+/F6 8.069684 Tf 1 0 0 1 121.6885 770.201 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 139.0181 770.201 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<003800610052004C>-250<0060>25<0033001D00490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 758.9034 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 758.9034 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A004D>-10<006E004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 122.6568 758.9034 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 139.9864 758.9034 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<003800610052004C>-250<004D>25<006E004C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 747.6057 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 747.6057 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A0062006A00610043004E003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 120.2924 747.6057 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 137.622 747.6057 Tm [<003B0033006A>-250<0063>15<006A0061>-20<0043004E003C>-250<003800610052004C>-250<0062>20<006A0061>-20<0043004E003C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 736.3081 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 736.3081 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A004D>-15<001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 119.0739 736.3081 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 725.0104 Tm [<003B0033006A>-250<004E001D004C0033>-250<003800610052004C>-250<004D>25<001D004C00330041006A007700550033>-250<0052002400450033002C006A>-250<001D0063>-250<001D>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 713.7128 Tm [<001C00610061>5<001D>25<0077>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 56.5823 713.7128 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A001C00610061>-5<001D>15<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 117.3228 713.7128 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 134.6524 713.7128 Tm [<003B0033006A>-250<001C0061>-25<0061001D>30<0077>-250<003800610052004C>-250<001C0061>-25<0061001D>30<0077>25<0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 702.4151 Tm [<002F0043002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 51.4419 702.4151 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A002F0043002C006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 106.4287 702.4151 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 123.7583 702.4151 Tm [<003B0033006A>-250<002F0043002C006A>-250<003800610052004C>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 691.1175 Tm [<0062>5<006A0061>10<0033001D004C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 63.4334 691.1175 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A0062006A0061>-5<0033001D004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 130.5732 691.1175 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 147.9028 691.1175 Tm [<003B0033006A>-250<0062>20<006A00610033001D004C>-250<003800610052004C>-250<0062>20<006A00610033001D004C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 679.8198 Tm [<0060>10<00330038>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 50.0216 679.8198 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A006000330038>]TJ
+/F6 8.069684 Tf 1 0 0 1 102.7651 679.8198 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 120.0947 679.8198 Tm [<003B0033006A>-250<0060>25<00330038>-250<003800610052004C>-250<0060>25<003300380041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 668.5222 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 668.5222 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A006000330038004D>-10<006E004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 132.8489 668.5222 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 657.2246 Tm [<003B0033006A>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<003800610052004C>-250<0060>25<003300380041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 645.9269 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 645.9269 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A006000330038003B0033004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 130.5329 645.9269 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 634.6293 Tm [<003B0033006A>-250<0052002400450033002C006A>-250<003C>25<0033004E00330061001D006A00430052004E>-250<003800610052004C>-250<0060>25<003300380041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 623.3316 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 623.3316 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A002B004C0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 114.91 623.3316 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 132.2395 623.3316 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 612.034 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 612.034 Tm [<0051002400450033002C006A>25<002D001D00610061>-5<001D>15<0077003B0033>5<006A00480033004E003C006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 149.658 612.034 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 600.7363 Tm [<003B0033006A>-250<001D0061>-25<0061001D>30<0077>-250<00490033004E003C006A0040>-250<003800610052004C>-250<001C0061>-25<0061001D>30<0077>25<0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 589.4387 Tm [<0051002400450033002C006A>25<002D001D00610061>-5<001D>15<0077001C>15<00300030>]TJ
+/F6 8.069684 Tf 1 0 0 1 91.169 589.4387 Tm [<00560051002400450033002C006A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 131.8199 589.4387 Tm [<001C>30<00300030>-250<0051002400450033002C006A>-250<006A0052>-250<001C0061>-25<0061001D>30<0077>25<0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 578.141 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 578.141 Tm [<0051002400450033002C006A>25<002D001D00610061>-5<001D>15<0077003B0033>5<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 121.5352 578.141 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 163.4127 578.141 Tm [<003B0033006A>-250<0051002400450033002C006A>-250<003800610052004C>-250<001C0061>-25<0061001D>30<0077>25<0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 566.8434 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 566.8434 Tm [<0051002400450033002C006A>25<002D001D00610061>-5<001D>15<0077003B0033>5<006A004D0037>]TJ
+/F6 8.069684 Tf 1 0 0 1 132.2921 566.8434 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 555.5457 Tm [<003B0033006A>-250<0051002400450033002C006A>-250<003800610052004C>-250<001C0061>-25<0061001D>30<0077>25<0041006A007700550033>-250<0052002400450033002C006A002E>-250<004E0052006A>-250<00610033006300520049>30<00710043004E003C>-250<0043004E0030004300610033002C006A00430052004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 544.2481 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 544.2481 Tm [<0051002400450033002C006A>25<002D00300043002C006A003B0033>5<006A00480033004E003C006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 144.3482 544.2481 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 532.9505 Tm [<003B0033006A>-250<00300043002C006A00430052004E001D0061>-20<0077>-250<00490033004E003C006A0040>-250<003800610052004C>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 521.6528 Tm [<0051002400450033002C006A>25<002D00300043002C006A001C>15<00300030>]TJ
+/F6 8.069684 Tf 1 0 0 1 85.8591 521.6528 Tm [<00560063>5<006A00610043004E003C002E>-278<0051002400450033002C006A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 150.6868 521.6528 Tm [<001C>30<00300030>-250<0051002400450033002C006A>-250<006A0052>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 510.3552 Tm [<0051002400450033002C006A>25<002D00300043002C006A00620033>5<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 82.8088 510.3552 Tm [<00560063>5<006A00610043004E003C002E>-278<0051002400450033002C006A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 147.6365 510.3552 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 499.0575 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 499.0575 Tm [<0051002400450033002C006A>25<002D00300043002C006A0048005200520047006E0055>]TJ
+/F6 8.069684 Tf 1 0 0 1 131.9531 499.0575 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 168.9727 499.0575 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 487.7599 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 487.7599 Tm [<0051002400450033002C006A>25<002D00300043002C006A0048005200520047006E0055004D0037>]TJ
+/F6 8.069684 Tf 1 0 0 1 142.71 487.7599 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 179.7296 487.7599 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 476.4622 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 476.4622 Tm [<0051002400450033002C006A>25<002D00300043002C006A003B0033>5<006A0046>25<0033>15<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 127.071 476.4622 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 465.1646 Tm [<003B0033006A>-250<002F0043002C006A>-250<0047>20<0033>30<0077>-250<00520038>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A>-250<0024>30<0077>-250<004E006E004C002400330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 453.8669 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 453.8669 Tm [<0051002400450033002C006A>25<002D00300043002C006A003B0033>5<006A0070>45<001D0049>]TJ
+/F6 8.069684 Tf 1 0 0 1 127.9748 453.8669 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 442.5693 Tm [<003B0033006A>-250<002F0043002C006A>-250<0071>25<001D0049006E0033>-250<00520038>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A>-250<0024>30<0077>-250<004E006E004C002400330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 431.2716 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 431.2716 Tm [<0051002400450033002C006A>25<002D00300043002C006A003B0033>5<006A0070>45<001D0049004D0037>]TJ
+/F6 8.069684 Tf 1 0 0 1 138.7317 431.2716 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 419.974 Tm [<003B0033006A>-250<002F0043002C006A>-250<0071>25<001D0049006E0033>-250<00520038>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A>-250<0024>30<0077>-250<004E006E004C002400330061>40<002E>-250<004E0052006A>-250<00610033006300520049>30<00710043004E003C>-250<0043004E0030004300610033002C006A00430052004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 408.6764 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 66.2578 408.6764 Tm [<0051002400450033002C006A>25<002D0063006A0061>-5<0033001D004C00420063>]TJ
+/F6 8.069684 Tf 1 0 0 1 127.0871 408.6764 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 397.3787 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<002C0052004E006A001D0043004E0063>-250<001D>-250<0063>15<006A00610033001D004C>-250<00730040005200630033>-250<00300043002C006A00430052004E001D0061>-20<0077>-250<00430063>-250<00520038>-250<003C00430071>35<0033004E>-250<00670069>100<0077005500330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 386.0811 Tm [<0051002400450033002C006A>25<002D0063006A0061>-5<0033001D004C0060003300630033>5<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 104.379 386.0811 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 121.7086 386.0811 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 374.7834 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 374.7834 Tm [<0051002400450033002C006A>25<002D0063006A0061>-5<0033001D004C003B0033>5<006A002B0040001D0061>]TJ
+/F6 8.069684 Tf 1 0 0 1 147.9876 374.7834 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 165.3172 374.7834 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 363.4858 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 363.4858 Tm [<0051002400450033002C006A>25<002D0063006A0061>-5<0033001D004C0048005200520047002B0040001D0061>]TJ
+/F6 8.069684 Tf 1 0 0 1 153.8543 363.4858 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 171.1838 363.4858 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 352.1881 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 352.1881 Tm [<0051002400450033002C006A>25<002D0063006A0061>-5<0033001D004C003B0033>5<006A0054>15<00520063>]TJ
+/F6 8.069684 Tf 1 0 0 1 144.2836 352.1881 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 161.6132 352.1881 Tm [<00690051002F0051>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 340.8905 Tm [<0051002400450033002C006A>25<002D0063006A0061>-5<0033001D004C00620033>5<006A0054>15<00520063>]TJ
+/F6 8.069684 Tf 1 0 0 1 109.6405 340.8905 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 151.518 340.8905 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 329.5928 Tm [<002F0043002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 51.4419 329.5928 Tm [<0051002400450033002C006A>25<002D0063006A0061>-5<0033001D004C003B0033>5<006A002F0043002C006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 134.1965 329.5928 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 151.5261 329.5928 Tm [<00690051002F0051>]TJ
+1 0 0 1 28.3464 318.2952 Tm [<004100410041>-250<0054>20<001D003C>25<0033>-250<004C0033006A0040005200300063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 306.9975 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 66.2578 306.9975 Tm [<0054>5<001D003C>-10<0033002D0043006300510046>]TJ
+/F6 8.069684 Tf 1 0 0 1 107.1066 306.9975 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 124.4361 306.9975 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0054>20<001D003C>25<0033>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 295.6999 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.0939 295.6999 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A004D>-10<006E004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 114.2644 295.6999 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 131.5939 295.6999 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 284.4023 Tm [<0054002F00370060>10<0033002C006A001D004E003C00490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 89.9343 284.4023 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A004B003300300043001D00230052>25<0075>]TJ
+/F6 8.069684 Tf 1 0 0 1 162.0046 284.4023 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 179.3342 284.4023 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 273.1046 Tm [<0054002F00370060>10<0033002C006A001D004E003C00490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 89.9343 273.1046 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A002B00610052005500230052>25<0075>]TJ
+/F6 8.069684 Tf 1 0 0 1 157.9617 273.1046 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 175.2913 273.1046 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 261.807 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 66.2578 261.807 Tm [<0054>5<001D003C>-10<0033002D00430063002B006100520055005500330030>]TJ
+/F6 8.069684 Tf 1 0 0 1 128.1765 261.807 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 145.5061 261.807 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 250.5093 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 250.5093 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A004B003300300043001D007200430030006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 144.3401 250.5093 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 161.6696 250.5093 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 239.2117 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 239.2117 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A004B003300300043001D003F00330043003C0040006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 147.0353 239.2117 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 164.3649 239.2117 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 227.914 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 227.914 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A002B006100520055007200430030006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 140.2972 227.914 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 157.6267 227.914 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 216.6164 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 216.6164 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A002B006100520055003F00330043003C0040006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 142.9924 216.6164 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 160.322 216.6164 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 205.3187 Tm [<0054002F00370060>10<0033002C006A001D004E003C00490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 89.9343 205.3187 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A0023004900330033003000230052>25<0075>]TJ
+/F6 8.069684 Tf 1 0 0 1 161.1089 205.3187 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 178.4385 205.3187 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 194.0211 Tm [<0054002F00370060>10<0033002C006A001D004E003C00490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 89.9343 194.0211 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A0069>70<00610043004C00230052>25<0075>]TJ
+/F6 8.069684 Tf 1 0 0 1 156.0573 194.0211 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 173.3869 194.0211 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 182.7234 Tm [<0054002F00370060>10<0033002C006A001D004E003C00490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 89.9343 182.7234 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A001C0061>-20<006A00230052>25<0075>]TJ
+/F6 8.069684 Tf 1 0 0 1 150.9492 182.7234 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 168.2787 182.7234 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 171.4258 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 171.4258 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A0060>5<0052>10<006A>-5<001D006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 124.0448 171.4258 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 141.3744 171.4258 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 160.1282 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 160.1282 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A0048001D0063006A004B005200300043007E00330030>]TJ
+/F6 8.069684 Tf 1 0 0 1 141.1606 160.1282 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 158.4902 160.1282 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 148.8305 Tm [<002F0043002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 51.4419 148.8305 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A00230052>25<0075002B00520049005200610042004E0038>10<0052>]TJ
+/F6 8.069684 Tf 1 0 0 1 136.4237 148.8305 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 153.7533 148.8305 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 137.5329 Tm [<002F0043002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 51.4419 137.5329 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A003B00610052006E0055>]TJ
+/F6 8.069684 Tf 1 0 0 1 109.8099 137.5329 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 127.1395 137.5329 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 126.2352 Tm [<0062>5<006A0061>10<0033001D004C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 63.4334 126.2352 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A004B0033>5<006A>-5<001D0030001D006A>-5<001D>]TJ
+/F6 8.069684 Tf 1 0 0 1 132.6068 126.2352 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 149.9363 126.2352 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 114.9376 Tm [<002F0043002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 51.4419 114.9376 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A005400430033002C00330042004E0038>10<0052>]TJ
+/F6 8.069684 Tf 1 0 0 1 121.398 114.9376 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 138.7275 114.9376 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 103.6399 Tm [<002F0043002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 51.4419 103.6399 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A006200330055001D0061>-5<001D006A00430052004E0042004E0038>10<0052>]TJ
+/F6 8.069684 Tf 1 0 0 1 142.0564 103.6399 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 159.3859 103.6399 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 92.3423 Tm [<002F0043002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 51.4419 92.3423 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A0060003300630052006E0061002C0033002F0043002C006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 137.618 92.3423 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 154.9476 92.3423 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 81.0446 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 81.0446 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A001C004E004E0052>10<006A0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 122.7375 81.0446 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 140.0671 81.0446 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 69.747 Tm [<00480043004E0047>5<0063>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 56.3402 69.747 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A00480043004E0047>10<0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 111.4965 69.747 Tm [<0056002B001D006A001D00490052003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 156.6342 69.747 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 58.4493 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 60.8673 58.4493 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A002B0052004E006A>5<0033004E006A0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 129.9518 58.4493 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 147.2814 58.4493 Tm [<00690051002F0051>]TJ
+1 0 0 1 28.3464 47.1517 Tm [<004100410041>-250<0054002F0037002F0052002C>-250<004C0033006A0040005200300063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 35.8541 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 66.2578 35.8541 Tm [<0054002F0037002F0052002C002D0043006300510046>]TJ
+/F6 8.069684 Tf 1 0 0 1 119.1627 35.8541 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 136.4922 35.8541 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0054002F0037002F0052002C>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 781.4987 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 781.4987 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A00320061006100520061002B005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 424.2297 781.4987 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 441.5592 781.4987 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 770.201 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 770.201 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A00320061006100520061002B005200300033004D>-15<001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 441.4665 770.201 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 458.7961 770.201 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 758.9034 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 758.9034 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0037004300490033004D>-15<001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 415.466 758.9034 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 432.7956 758.9034 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 747.6057 Tm [<00740060>10<00330038>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.4202 747.6057 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0074006000330038>]TJ
+/F6 8.069684 Tf 1 0 0 1 396.018 747.6057 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 413.3476 747.6057 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 736.3081 Tm [<002B001D006A001D00490052003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 341.3701 736.3081 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A002B001D006A>-5<001D00490052003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 417.2171 736.3081 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 434.5467 736.3081 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 725.0104 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 725.0104 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033004B003300300043001D007200430030006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 451.7392 725.0104 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 469.0688 725.0104 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 713.7128 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 713.7128 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033004B003300300043001D003F00330043003C0040006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 454.4345 713.7128 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 471.7641 713.7128 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 702.4151 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 702.4151 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033002B006100520055007200430030006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 447.6963 702.4151 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 465.0259 702.4151 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 691.1175 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 691.1175 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033002B006100520055003F00330043003C0040006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 450.3916 691.1175 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 467.7211 691.1175 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 679.8198 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 679.8198 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A004D>-10<006E004C0054>5<001D003C>-10<00330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 426.1502 679.8198 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 443.4798 679.8198 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 668.5222 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 668.5222 Tm [<0054002F0037002F0052002C002D0061>-5<0033001D0030004B0033>5<006A>-5<001D0030001D006A>-5<001D>]TJ
+/F6 8.069684 Tf 1 0 0 1 419.4201 668.5222 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 436.7497 668.5222 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 657.2246 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 336.8834 657.2246 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0062006A0061006E002C006A0069>70<0061>-5<003300330060>5<00520052>10<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 441.1841 657.2246 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 458.5137 657.2246 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 645.9269 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 645.9269 Tm [<0054002F0037002F0052002C002D007E004E00300054>5<001D003C>-10<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 406.2988 645.9269 Tm [<00560043004E006A>15<0033003C00330061>70<002E>-278<0043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 634.6293 Tm [<003B0033006A>-250<001D>-250<0054>20<001D003C>25<0033>-250<004E006E004C002400330061>-250<0024>30<0077>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<001D004E0030>-250<003C>25<0033004E00330061001D006A00430052004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 623.3316 Tm [<00480043004E0047>5<0063>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 332.3563 623.3316 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A00480043004E0047>10<0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 399.5687 623.3316 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 441.4463 623.3316 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 612.034 Tm [<00480043004E0047002F00330063>5<006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 344.9127 612.034 Tm [<0054002F0037002F0052002C002D007E004E0030002F00330063006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 411.2617 612.034 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 448.2813 612.034 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 600.7363 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 600.7363 Tm [<0054002F0037002F0052002C002D004300630032004E002C0061>-25<00770055>5<006A>5<00330030>]TJ
+/F6 8.069684 Tf 1 0 0 1 422.6561 600.7363 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 439.9856 600.7363 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 589.4387 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 589.4387 Tm [<0054002F0037002F0052002C002D005200470069>75<0052005400610043004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 413.4002 589.4387 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 430.7297 589.4387 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 578.141 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 578.141 Tm [<0054002F0037002F0052002C002D005200470069>75<0052002B0040001D004E003C>-10<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 424.6896 578.141 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 442.0192 578.141 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 566.8434 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 566.8434 Tm [<0054002F0037002F0052002C002D005200470069>75<0052002B00520055>20<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 415.0302 566.8434 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 432.3598 566.8434 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 555.5457 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 555.5457 Tm [<0054002F0037002F0052002C002D005200470069>75<0052001C>15<00300030004D>-10<0052>10<006A>5<00330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 432.9611 555.5457 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 450.2907 555.5457 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 544.2481 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 544.2481 Tm [<0054002F0037002F0052002C002D0043006300480043004E0033001D00610043007900330030>]TJ
+/F6 8.069684 Tf 1 0 0 1 422.9869 544.2481 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 440.3165 544.2481 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 532.9505 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 336.8834 532.9505 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A002F0052002C0042004E0038>10<0052>]TJ
+/F6 8.069684 Tf 1 0 0 1 413.0531 532.9505 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 430.3827 532.9505 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 521.6528 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 336.8834 521.6528 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A002F0052002C0042004E0038>10<0052004D0037>]TJ
+/F6 8.069684 Tf 1 0 0 1 423.81 521.6528 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 441.1396 521.6528 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 510.3552 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 510.3552 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0054002F0037004B001D0045005200610070>45<00330061>-5<006300430052004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 451.2631 510.3552 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 468.5927 510.3552 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 499.0575 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 499.0575 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0054002F0037004B0043004E005200610070>45<00330061>-5<006300430052004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 451.7069 499.0575 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 469.0365 499.0575 Tm [<00690051002F0051>]TJ
+1 0 0 1 304.3626 487.7599 Tm [<004100410041>-250<0054002F00370060>25<0033002C006A001D004E003C00490033>-250<004C0033006A0040005200300063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 476.4622 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 476.4622 Tm [<0054002F003700600033002C006A>-5<001D004E003C00490033002D004300630070>45<001D004900430030>]TJ
+/F6 8.069684 Tf 1 0 0 1 425.3594 476.4622 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 442.689 476.4622 Tm [<00690051002F0051>]TJ
+1 0 0 1 304.3626 465.1646 Tm [<004100410041>-250<0062>20<006A00610033001D004C>-250<004C0033006A0040005200300063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 453.8669 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 453.8669 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A00460043004E0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 398.2695 453.8669 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 415.5991 453.8669 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 442.5693 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 442.5693 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A00460043004E0030004D>-15<001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 415.5063 442.5693 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 432.8359 442.5693 Tm [<00690051002F0051>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 431.2716 Tm [<0062006A0061>-5<0033001D004C002D0061>-5<003300630033>5<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 353.7329 431.2716 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 371.0625 431.2716 Tm [<00690051002F0051>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 419.974 Tm [<0062006A0061>-5<0033001D004C002D002C0049005200630033>]TJ
+/F6 8.069684 Tf 1 0 0 1 355.0805 419.974 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 372.4101 419.974 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 408.6764 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 408.6764 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A002B0040001D0061>]TJ
+/F6 8.069684 Tf 1 0 0 1 398.7214 408.6764 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 416.051 408.6764 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 397.3787 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 397.3787 Tm [<0062006A0061>-5<0033001D004C002D0049005200520047002B0040001D0061>]TJ
+/F6 8.069684 Tf 1 0 0 1 403.1678 397.3787 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 420.4974 397.3787 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 386.0811 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 386.0811 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A0060001D>5<0073002B0040001D0061>]TJ
+/F6 8.069684 Tf 1 0 0 1 415.2723 386.0811 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 432.6019 386.0811 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 374.7834 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 374.7834 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A006D>-5<004E007E0049006A>5<00330061>-5<00330030002B0040001D0061>]TJ
+/F6 8.069684 Tf 1 0 0 1 436.423 374.7834 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 453.7525 374.7834 Tm [<00690051002F0051>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 363.4858 Tm [<0062006A0061>-5<0033001D004C002D006E004E007E0049006A>5<00330061>-5<003300300060003300630033>5<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 393.1452 363.4858 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 410.4748 363.4858 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 352.1881 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 352.1881 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A0054>15<00520063>]TJ
+/F6 8.069684 Tf 1 0 0 1 395.0174 352.1881 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 412.347 352.1881 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 340.8905 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 340.8905 Tm [<0062006A0061>-5<0033001D004C002D0043006300230043004E001D0061>-25<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 404.4024 340.8905 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 421.732 340.8905 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 329.5928 Tm [<0062>5<006A0061>10<0033001D004C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 339.4496 329.5928 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A006D>-5<004E00300033002C00520030003300300062006A0061>-5<0033001D004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 453.0546 329.5928 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 470.3841 329.5928 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 318.2952 Tm [<002F0043002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 327.458 318.2952 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A002F0043002C006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 384.9303 318.2952 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 402.2599 318.2952 Tm [<00690051002F0051>]TJ
+1 0 0 1 304.3626 306.9975 Tm [<004100410041>-250<00740060>25<00330038>-250<004C0033006A0040005200300063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 295.6999 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 295.6999 Tm [<0074006000330038002D0043006300510046>]TJ
+/F6 8.069684 Tf 1 0 0 1 382.1785 295.6999 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 399.5081 295.6999 Tm [<002B00400033002C>20<0047>-250<00430038>-250<00740060>25<00330038>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 284.4023 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 284.4023 Tm [<0074006000330038002D003C>-10<0033>5<006A00320061006100520061002B005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 411.2294 284.4023 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 428.559 284.4023 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 273.1046 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 273.1046 Tm [<0074006000330038002D004300630032004E002C0061>-25<00770055>5<006A>5<00330030>]TJ
+/F6 8.069684 Tf 1 0 0 1 409.6558 273.1046 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 426.9854 273.1046 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 261.807 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 261.807 Tm [<0074006000330038002D005200470069>75<0052005400610043004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 400.3999 261.807 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 417.7295 261.807 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 250.5093 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 250.5093 Tm [<0074006000330038002D005200470069>75<0052005400610043004E006A003F0043003C0040006000330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 433.1305 250.5093 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 450.4601 250.5093 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 239.2117 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 239.2117 Tm [<0074006000330038002D005200470069>75<0052002B0040001D004E003C>-10<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 411.6894 239.2117 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 429.019 239.2117 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 227.914 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 227.914 Tm [<0074006000330038002D005200470069>75<0052002B00520055>20<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 402.03 227.914 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 419.3596 227.914 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 216.6164 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 216.6164 Tm [<0074006000330038002D005200470069>75<0052001C>15<00300030004D>-10<0052>10<006A>5<00330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 419.9608 216.6164 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 437.2904 216.6164 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 205.3187 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 205.3187 Tm [<0074006000330038002D005200470069>75<005200370043004900490037>15<00520061004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 413.731 205.3187 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 431.0606 205.3187 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 194.0211 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 194.0211 Tm [<0074006000330038002D005200470069>75<0052001C>15<002C002C00330063006300430024004300490043006A0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 431.2342 194.0211 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 448.5638 194.0211 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 182.7234 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 182.7234 Tm [<0074006000330038002D005200470069>75<0052001C006300630033004C002400490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 420.1383 182.7234 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 437.4679 182.7234 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 171.4258 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 336.8834 171.4258 Tm [<0074006000330038002D003C>-10<0033>5<006A002B001D006A>-5<001D00490052003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 399.7301 171.4258 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 417.0597 171.4258 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 160.1282 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 336.8834 160.1282 Tm [<0074006000330038002D0038>5<0033>5<006A002C0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 377.1511 160.1282 Tm [<00560043004E006A>15<0033003C00330061>70<002E>-278<0043004E006A>15<0033003C003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 447.4986 160.1282 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 148.8305 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 336.8834 148.8305 Tm [<0074006000330038002D003C>-10<0033>5<006A002F0052002C0042004E0038>10<0052>]TJ
+/F6 8.069684 Tf 1 0 0 1 400.0529 148.8305 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 417.3825 148.8305 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 137.5329 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 336.8834 137.5329 Tm [<0074006000330038002D003C>-10<0033>5<006A002F0052002C0042004E0038>10<0052004D0037>]TJ
+/F6 8.069684 Tf 1 0 0 1 410.8098 137.5329 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 428.1394 137.5329 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 126.2352 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 126.2352 Tm [<0074006000330038002D003C>-10<0033>5<006A004D>-10<006E004C0051002400450033002C006A0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 418.9359 126.2352 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 436.2655 126.2352 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 114.9376 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 114.9376 Tm [<0074006000330038002D003C>-10<0033>5<006A0060>5<00520052>10<006A004D>-10<006E004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 407.59 114.9376 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 424.9196 114.9376 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 103.6399 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 103.6399 Tm [<0074006000330038002D003C>-10<0033>5<006A0060>5<00520052>10<006A003B0033004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 405.274 103.6399 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 422.6036 103.6399 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 92.3423 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 338.11 92.3423 Tm [<0074006000330038002D003C>-10<0033>5<006A0062004300790033>]TJ
+/F6 8.069684 Tf 1 0 0 1 387.4723 92.3423 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 404.8018 92.3423 Tm [<00690051002F0051>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 81.0446 Tm [<0051002400450033002C006A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 336.8834 81.0446 Tm [<0074006000330038002D003C>-10<0033>5<006A0069>70<0061>-5<001D0043004900330061002F0043002C006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 409.4864 81.0446 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 426.8159 81.0446 Tm [<00690051002F0051>]TJ
ET
+
endstream
endobj
31 0 obj
<</Type/Page/Contents 32 0 R/Resources 30 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
endobj
30 0 obj
-<</Font<</F29 18 0 R/F31 20 0 R/F30 19 0 R/F32 21 0 R>>/ProcSet[/PDF/Text]>>
+<</Font<</F1 18 0 R/F6 20 0 R/F5 19 0 R>>/ProcSet[/PDF/Text]>>
endobj
35 0 obj
-<</Length 42189 >>
+<</Length 38080 >>
stream
-0 g 0 G
-0 g 0 G
+0.000 g 0.000 G
+0.000 g 0.000 G
BT
-/F29 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0048006E001D006A00330075>-250<007A005900660066>-250<0063004000520061006A>-250<006100330038003300610033004E002C0033>-48570<0039>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 780.6666 Tm [<007E00490033004E001D004C0033>-2278<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 780.6666 Tm [<006A00400033>-250<0043004C001D003C0033>-250<007E00490033>-250<004E001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 769.369 Tm [<0063006A00610033001D004C>-3001<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 769.369 Tm [<006A00400033>-250<0061001D0073>-250<0063006A00610033001D004C>-250<0030001D006A001D>-250<003800520061>-250<001D004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 209.1566 769.369 Tm [<006700740052002400450033002C006A>-277<0067003700520061004C>]TJ
-/F29 8.966376 Tf 1 0 0 1 263.8655 769.369 Tm [<0052002400450033002C006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 758.0713 Tm [<0055001D003C0033>-3833<005D005D>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 758.0713 Tm [<006A00400033>-209<004300300033004E006A0043007E00330061>-209<003800520061>-209<006A00400033>-210<00610033005C006E00330063006A00330030>-209<0043004C001D003C0033>-209<0055001D003C0033>-209<0056006A007700550033>-210<00430063>]TJ
-1 0 0 1 113.5481 746.7737 Tm [<004E006E004C002400330061>-250<00520061>-250<0063006A00610043004E003C002E>-250<003000330038001D006E0049006A>-250<00430063>-250<006A00400033>-250<004E006E004C002400330061>-250<00530057>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 735.476 Tm [<0055001D003C0033002400520075>-2221<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 735.476 Tm [<006A00400033>-279<00610033005C006E00330063006A00330030>-279<00240052006E004E00300043004E003C>-279<002400520075002E>-287<0052004E0033>-279<00520038>]TJ
-/F31 8.069684 Tf 1 0 0 1 243.939 735.476 Tm [<004E0052004E0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 261.8859 735.476 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 266.6977 735.476 Tm [<004C003300300043001D>]TJ
-/F29 8.966376 Tf 1 0 0 1 288.6714 735.476 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 113.5481 724.1784 Tm [<002C006100520055>]TJ
-/F29 8.966376 Tf 1 0 0 1 129.2436 724.1784 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 133.7268 724.1784 Tm [<00240049003300330030>]TJ
-/F29 8.966376 Tf 1 0 0 1 153.4653 724.1784 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 157.9484 724.1784 Tm [<006A00610043004C>]TJ
-/F29 8.966376 Tf 1 0 0 1 171.3925 724.1784 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 175.8757 724.1784 Tm [<001D0061006A>]TJ
-1 0 0 1 28.3464 712.8807 Tm [<0024002400520075>-3889<006A001D002400490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 712.8807 Tm [<006A001D002400490033>-286<00730043006A0040>-287<003A>-287<00240052006E004E00300043004E003C002400520075>-287<00300043004C0033004E006300430052004E0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 252.4363 712.8807 Tm [<004900490075>]TJ
-/F29 8.966376 Tf 1 0 0 1 260.0541 712.8807 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 264.9494 712.8807 Tm [<004900490077>]TJ
-/F29 8.966376 Tf 1 0 0 1 272.5672 712.8807 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 277.4626 712.8807 Tm [<006E00610075>]TJ
-/F29 8.966376 Tf 1 0 0 1 288.6714 712.8807 Tm [<002E>]TJ
-1 0 0 1 113.5481 701.5831 Tm [<001D004E0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 128.7371 701.5831 Tm [<006E00610077>]TJ
-/F29 8.966376 Tf 1 0 0 1 142.1875 701.5831 Tm [<00520071003300610061006E00490043004E003C>-250<006A00400033>]TJ
-/F31 8.069684 Tf 1 0 0 1 194.9815 701.5831 Tm [<0055001D003C0033002400520075>]TJ
-/F29 8.966376 Tf 1 0 0 1 228.1784 701.5831 Tm [<0033004E006A00610077>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 690.2854 Tm [<007E004900330055001D006A0040>-2833<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 690.2854 Tm [<006A00400033>-250<0038006E00490049>-250<0056003300750055001D004E0030003300300057>-250<007E00490033>-250<004E001D004C0033>-250<00520038>-250<006A00400033>-250<0043004C001D003C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 678.9878 Tm [<002C0052004900520061003000330055006A0040>-1388<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 678.9878 Tm [<006A00400033>-250<004E006E004C002400330061>-250<00520038>-250<00240043006A0063>-250<006E006300330030>-250<00240077>-250<006A00400033>-250<002C0052004900520061>-250<00630055001D002C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 667.6901 Tm [<002C005200490052006100630055001D002C0033>-1222<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 667.6901 Tm [<006A00400033>-250<002C0052004900520061>-250<00630055001D002C0033>-250<0052002400450033002C006A>-250<004E006E004C002400330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 656.3925 Tm [<0043004C001D003C0033006A007700550033>-1444<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 656.3925 Tm [<0052004E0033>-250<00520038>]TJ
-/F31 8.069684 Tf 1 0 0 1 138.4477 656.3925 Tm [<005500300038>]TJ
-/F29 8.966376 Tf 1 0 0 1 149.6646 656.3925 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 154.1478 656.3925 Tm [<0055004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 167.608 656.3925 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 172.0912 656.3925 Tm [<00450055003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 182.8561 656.3925 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 187.3393 656.3925 Tm [<004500240043003C006C>]TJ
-/F29 8.966376 Tf 1 0 0 1 204.3825 656.3925 Tm [<002E>-250<00520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 218.5763 656.3925 Tm [<004E00430049>]TJ
-1 0 0 1 28.3464 645.0949 Tm [<005200240045004E006E004C>-2778<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 645.0949 Tm [<006A00400033>]TJ
-/F29 6.973848 Tf 1 0 0 1 126.7466 645.0949 Tm [<0054002F0037>]TJ
-/F29 8.966376 Tf 1 0 0 1 141.7782 645.0949 Tm [<0043004C001D003C0033>-250<0052002400450033002C006A>-250<004E006E004C002400330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 633.7972 Tm [<0043004E003000330075>-3667<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 633.7972 Tm [<006A00400033>]TJ
-/F29 6.973848 Tf 1 0 0 1 126.7466 633.7972 Tm [<0054002F0037>]TJ
-/F29 8.966376 Tf 1 0 0 1 141.7782 633.7972 Tm [<0043004C001D003C0033>-250<004E001D004C0033>-250<0063006E007C0075>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 622.4996 Tm [<0055001D003C00330063>-3333<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 622.4996 Tm [<006A00400033>-250<006A0052006A001D0049>-250<004E006E004C002400330061>-250<00520038>-250<001D0071001D00430049001D002400490033>-250<0055001D003C00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 611.2019 Tm [<00750063004300790033>-3779<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 611.2019 Tm [<006A00400033>-250<004E001D006A006E0061001D0049>-250<0043004C001D003C0033>-250<007300430030006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 599.9043 Tm [<00770063004300790033>-3779<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 599.9043 Tm [<006A00400033>-250<004E001D006A006E0061001D0049>-250<0043004C001D003C0033>-250<004000330043003C0040006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 588.6066 Tm [<0075006100330063>-4168<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 588.6066 Tm [<006A00400033>-250<004000520061004300790052004E006A001D0049>-250<004E001D006A006E0061001D0049>-250<0043004C001D003C0033>-250<00610033006300520049006E006A00430052004E>-250<00560043004E>-250<002F005400420057>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 577.309 Tm [<0077006100330063>-4168<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 113.5481 577.309 Tm [<006A00400033>-250<007100330061006A0043002C001D0049>-250<004E001D006A006E0061001D0049>-250<0043004C001D003C0033>-250<00610033006300520049006E006A00430052004E>-250<00560043004E>-250<002F005400420057>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 554.4292 Tm [<0043004C001D003C0033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 59.5196 554.4292 Tm [<0043004C003C0059004E00330073>]TJ
-/F31 8.069684 Tf 1 0 0 1 91.8064 554.4292 Tm [<00560029006A001D002400490033002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 131.1178 554.4292 Tm [<0069004000430063>-250<0038006E004E002C006A00430052004E>-250<002C00610033001D006A00330063>-250<001D004E>-250<02140043004C001D003C00330215>-250<0052002400450033002C006A0059>]TJ
-1 0 0 1 40.3016 543.1315 Tm [<001C004900490052007300330030>-250<007E0033004900300063>-250<0043004E>-250<006A00400033>-250<006A001D002400490033002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 141.9176 543.1315 Tm [<005E007E00490033004E001D004C0033005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 180.384 543.1315 Tm [<005600610033005C006E00430061003300300057002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 220.7147 543.1315 Tm [<005E007300430030006A0040005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 245.2788 543.1315 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 249.762 543.1315 Tm [<005E003000330055006A0040005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 275.6818 543.1315 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 40.3016 531.8339 Tm [<005E004000330043003C0040006A005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 68.0129 531.8339 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 72.4961 531.8339 Tm [<005E001D006A006A0061005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 89.8862 531.8339 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 94.3694 531.8339 Tm [<005E0055001D003C0033005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 118.0459 531.8339 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 122.5291 531.8339 Tm [<005E0055001D003C0033002400520075005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 159.2138 531.8339 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 163.697 531.8339 Tm [<005E002C005200490052006100630055001D002C0033005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 208.4434 531.8339 Tm [<00570059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 520.5363 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.041 520.5363 Tm [<0043004C003C00590047003300770063>]TJ
-/F31 8.069684 Tf 1 0 0 1 89.5792 520.5363 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 106.9088 520.5363 Tm [<00600033006A006E0061004E0063>-250<001D>-250<006A001D002400490033>-250<00730043006A0040>-250<00550052006300630043002400490033>-250<0043004C001D003C0033>-250<006A001D002400490033>-250<0047003300770063002E>]TJ
-1 0 0 1 40.3016 509.2386 Tm [<0043004E002C0049006E00300043004E003C>-250<00610033006A006100430033007100330030>-250<0043004E003800520061004C001D006A00430052004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 497.941 Tm [<0043004C001D003C0033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 59.5196 497.941 Tm [<0043004C003C00590063002C001D004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 94.5017 497.941 Tm [<00560043004C001D003C00330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 133.805 497.941 Tm [<005400610052002C00330063006300330063>-250<001D004E>-250<0043004C001D003C0033>-250<007E00490033>-250<001D004E0030>-250<0063006A0052006100330063>-250<006A00400033>-250<006100330041>]TJ
-1 0 0 1 40.3016 486.6433 Tm [<006A006100430033007100330030>-250<0043004E003800520061004C001D006A00430052004E>-250<0043004E>-250<006A00400033>-250<0043004C001D003C0033>-250<0052002400450033002C006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 475.3457 Tm [<0043004C001D003C0033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 59.5196 475.3457 Tm [<0043004C003C0059002C005200550077>]TJ
-/F31 8.069684 Tf 1 0 0 1 94.9455 475.3457 Tm [<00560043004C001D003C00330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 134.2489 475.3457 Tm [<002B005200550077>-250<001D004E>-250<0043004C001D003C00330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 464.048 Tm [<0043004C001D003C0033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 59.5196 464.048 Tm [<0043004C003C0059007300610043006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 94.9455 464.048 Tm [<00560043004C001D003C00330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 134.2489 464.048 Tm [<007200610043006A0033>-250<006A00400033>-250<0043004C001D003C0033>-250<006A0052>-250<006A00400033>-250<0054002F0037>-250<007E004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 452.7504 Tm [<0043004C001D003C0033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 59.5196 452.7504 Tm [<0043004C003C00590043004C004C003300300043001D006A0033007300610043006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 134.8582 452.7504 Tm [<00560043004C001D003C00330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 174.1615 452.7504 Tm [<007200610043006A0033>-250<006A00400033>-250<0043004C001D003C0033>-250<006A0052>-250<006A00400033>-250<0054002F0037>-250<007E00490033>]TJ
-1 0 0 1 40.3016 441.4527 Tm [<0043004C004C003300300043001D006A0033004900770059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 430.1551 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 430.1551 Tm [<0043004C003C0059004E005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 91.3626 430.1551 Tm [<00560043004C001D003C00330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 130.6659 430.1551 Tm [<00600033006A006E0061004E0063>-250<006A00400033>-250<004E005200300033>-250<001D006300630052002C0043001D006A00330030>-250<00730043006A0040>-250<001D004E>-250<0043004C001D003C00330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 418.8574 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.041 418.8574 Tm [<0043004C003C0059006A0077005500330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 92.7102 418.8574 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.0398 418.8574 Tm [<00600033006A006E0061004E0063>-250<001D>-250<004900430063006A>-250<00520038>-250<0063006E0055005500520061006A00330030>-250<0043004C001D003C0033>-250<006A00770055003300630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 407.5598 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.041 407.5598 Tm [<0043004C003C005900240052007500330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 94.9536 407.5598 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 112.2832 407.5598 Tm [<00600033006A006E0061004E0063>-250<001D>-250<004900430063006A>-250<00520038>-250<0063006E0055005500520061006A00330030>-250<0043004C001D003C0033>-250<00240052006E004E00300043004E003C>-250<002400520075>]TJ
-1 0 0 1 40.3016 396.2622 Tm [<004E001D004C003300630059>]TJ
-/F30 11.620364 Tf 1 0 0 1 28.3464 372.1433 Tm [<00460055001D006A004000630033001D>-278<006A001D002400490033>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 360.8457 Tm [<0047005500630033005900630033006A006F005500610052003C0061001D004C006F004E001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 123.4235 360.8457 Tm [<00560063006A00610043004E003C002E>-278<00290063006A00610043004E003C002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 349.548 Tm [<0042004E0043006A0043001D0049004300790033>-250<006A00400033>-250<00470055001D006A004000630033001D>-250<0049004300240061001D00610077>-250<00240077>-250<00630033006A006A0043004E003C>-250<006A00400033>-250<005500610052003C0061001D004C>-250<004E001D004C00330059>-500<006900400033>-250<005200550041>]TJ
-1 0 0 1 40.3016 338.2504 Tm [<006A00430052004E001D0049>-250<0063006A00610043004E003C>-250<001D00490049005200730063>-250<00330075005500490043002C0043006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 140.4291 338.2504 Tm [<005500610052003C004E001D004C0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 179.0005 338.2504 Tm [<00630033006A006A0043004E003C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 326.9527 Tm [<00470055001D006A004000630033001D>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 70.2927 326.9527 Tm [<00470055006300330059004E00330073>]TJ
-/F31 8.069684 Tf 1 0 0 1 106.6224 326.9527 Tm [<00560063006A00610043004E003C002E>-278<00290063006A00610043004E003C002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 172.3862 326.9527 Tm [<002B00610033001D006A0033>-250<001D>-250<004E00330073>-250<00470055001D006A004000630033001D>-250<0049004300240061001D00610077>]TJ
-1 0 0 1 40.3016 315.6551 Tm [<0043004E0063006A001D004E002C00330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<0063006A00610043004E003C>-250<001D00490049005200730063>-250<00330075005500490043002C0043006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 201.6874 315.6551 Tm [<005500610052003C004E001D004C0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 240.2587 315.6551 Tm [<00630033006A006A0043004E003C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 304.3575 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 304.3575 Tm [<00470055006300330059007E004E0030006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 108.8496 304.3575 Tm [<00560063006A00610043004E003C002E>-278<00290063006A00610043004E003C002A002E>-278<002900240052005200490033001D004E002A002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 293.0598 Tm [<00370043004E0030>-250<001D>-250<007E004900330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<0063006A00610043004E003C>-250<00430063>-250<006A00400033>-250<007E00490033>-250<006A007700550033>-250<001D0063>-250<0063006E0055005500520061006A00330030>-250<00240077>-250<006A00400033>]TJ
-1 0 0 1 40.3016 281.7622 Tm [<0063006A001D004E0030001D00490052004E0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 80.8924 281.7622 Tm [<0047005500630033007300400043002C0040>]TJ
-/F29 8.966376 Tf 1 0 0 1 120.8033 281.7622 Tm [<005500610052003C0061001D004C>-250<0056003000330038001D006E0049006A>-250<00430063>]TJ
-/F31 8.069684 Tf 1 0 0 1 191.7721 281.7622 Tm [<005E006A00330075005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 208.2666 281.7622 Tm [<002E>-250<004E0052>-250<001D006E006A0052003000430063002C00520071003300610077>]TJ
-1 0 0 1 40.3016 270.4645 Tm [<006A001D004700330063>-250<00550049001D002C003300570059>-250<006900400033>-250<00520055006A00430052004E001D0049>-250<00240052005200490033001D004E>-250<0043004E00300043002C001D006A00330063>-250<00730033006A004000330061>-250<006A00400033>-250<007E00490033>-250<004C006E0063006A>-250<003300750041>]TJ
-1 0 0 1 40.3016 259.1669 Tm [<00430063006A0059>-250<006900400033>-250<00520055006A00430052004E001D0049>-250<004E006E004C002400330061>-250<00430063>-250<006A00400033>-250<003000550043>-250<0071001D0049006E0033>-250<003800520061>-250<00540046>-250<007E0049003300630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 247.8692 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 247.8692 Tm [<004700550063003300590049005200520047006E0055>]TJ
-/F31 8.069684 Tf 1 0 0 1 104.3629 247.8692 Tm [<00560063006A00610043004E003C002E>-278<006A001D0024004900330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 163.4046 247.8692 Tm [<00370043004E0030>-250<001D>-250<007E00490033>-250<005600330075006A0033004E003000330030>-250<0043004E006A003300610038001D002C003300570059>]TJ
-1 0 0 1 28.3464 236.5716 Tm [<006900400033>]TJ
-/F30 8.069684 Tf 1 0 0 1 44.5307 236.5716 Tm [<004700550063003300590049005200520047006E0055>]TJ
-/F29 8.966376 Tf 1 0 0 1 93.859 236.5716 Tm [<00520055006A00430052004E0063>-250<004C001D006A002C0040>-250<002C0052004C004C001D004E003000490043004E0033>-250<001D0061003C006E004C0033004E006A0063>-250<003800610052004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 225.2739 Tm [<0047005500630033007300400043002C0040>]TJ
-/F29 8.966376 Tf 1 0 0 1 66.0157 225.2739 Tm [<002D>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 213.9763 Tm [<004700330077>-3999<006A007700550033>-5113<003000330063002C006100430055006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 202.6786 Tm [<003000330024006E003C>-2887<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 131.9308 202.6786 Tm [<00630033006A>-250<003000330024006E003C003C0043004E003C>-250<007F001D003C0063>-250<003800520061>-250<006A004000430063>-250<0049005200520047006E0055>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 191.381 Tm [<003800520061004C001D006A>-2833<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 131.9308 191.381 Tm [<006E00630033>-250<006300550033002C0043007E002C>-250<007E00490033>-250<006A007700550033>-250<0056006300330033>-250<004900430063006A>-250<001D00240052007100330057>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 180.0834 Tm [<003000550043>-4333<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 131.9308 180.0834 Tm [<006E00630033>-405<006A004000430063>-405<00610033006300520049006E006A00430052004E>-405<003800520061>-405<006A004000430063>-406<0049005200520047006E00550064>-482<003000330038001D006E0049006A>]TJ
-1 0 0 1 131.9308 168.7857 Tm [<0066007A007A>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 157.4881 Tm [<0055001D006A0040>-3721<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 131.9308 157.4881 Tm [<00630033001D0061002C0040>-250<0043004E>-250<006A00400033>-250<003C004300710033004E>-250<0055001D006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 146.1904 Tm [<001D00490049>-4667<00240052005200490033001D004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 131.9308 146.1904 Tm [<0052006E006A0055006E006A>-250<001D00490049>-250<004C001D006A002C004000330063002E>-250<004E0052006A>-250<0045006E0063006A>-250<006A00400033>-250<007E00610063006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 134.8928 Tm [<004C006E0063006A00410033007500430063006A>-1111<00240052005200490033001D004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 131.9308 134.8928 Tm [<00630033001D0061002C0040>-250<006A00400033>-250<0030004300630047>-250<001D0063>-250<0073003300490049>-250<001D0063>-250<0049006300410060>-250<00430038>-250<004E0033002C003300630063001D00610077>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 123.5951 Tm [<004C0047006A0033007500550047>-1944<00240052005200490033001D004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 131.9308 123.5951 Tm [<003000430063001D00240049003300670033004E001D002400490033>-419<004C0047006A0033007500550047>-420<003C0033004E00330061001D006A00430052004E>-419<003800520061>-419<006A004000430063>]TJ
-1 0 0 1 131.9308 112.2975 Tm [<0049005200520047006E0055>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 100.9998 Tm [<004C0047006A00330075006A00330075>-1666<00240052005200490033001D004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 131.9308 100.9998 Tm [<003000430063001D00240049003300670033004E001D002400490033>-364<004C0047006A00330075006A00330075>-364<003C0033004E00330061001D006A00430052004E>-364<003800520061>-363<006A004000430063>]TJ
-1 0 0 1 131.9308 89.7022 Tm [<0049005200520047006E0055>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 78.4045 Tm [<004C0047006A00330075004C0038>-1889<00240052005200490033001D004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 131.9308 78.4045 Tm [<003000430063001D00240049003300670033004E001D002400490033>-391<004C0047006A00330075004C0038>-392<003C0033004E00330061001D006A00430052004E>-392<003800520061>-391<006A004000430063>]TJ
-1 0 0 1 131.9308 67.1069 Tm [<0049005200520047006E0055>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 55.8093 Tm [<004C0047006A00330075006A0038004C>-1611<00240052005200490033001D004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 131.9308 55.8093 Tm [<003000430063001D00240049003300670033004E001D002400490033>-322<004C0047006A00330075006A0038004C>-322<003C0033004E00330061001D006A00430052004E>-322<003800520061>-322<006A004000430063>]TJ
-1 0 0 1 131.9308 44.5116 Tm [<0049005200520047006E0055>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 33.214 Tm [<0063006E0024003000430061>-2944<0063006A00610043004E003C>-278<00520061>-278<006A001D002400490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 131.9308 33.214 Tm [<0052004E00490077>-480<0052006E006A0055006E006A>-480<004C001D006A002C004000330063>-480<00730040005200630033>-479<0030004300610033002C006A005200610077>-480<0055001D0061006A>]TJ
-1 0 0 1 131.9308 21.9163 Tm [<0033004E00300063>-250<00730043006A0040>-250<006A00400033>-250<003C004300710033004E>-250<0063006A00610043004E003C005600630057>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 780.6666 Tm [<004700550063003300590043004E0043006A006F005500610052003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 359.5189 780.6666 Tm [<00560063006A00610043004E003C002E>-278<004E006E004C002400330061002E>-278<0063006A00610043004E003C002E>-278<00290063006A00610043004E003C002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 769.369 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<00540046>-250<003C0033004E00330061001D006A00430052004E>-250<005500610052003C0061001D004C0059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<0063006A00610043004E003C>-250<00430063>-250<006A00400033>-250<004C0033006A001D0041>]TJ
-1 0 0 1 316.3177 758.0713 Tm [<00380052004E006A>-250<004C005200300033>-250<0038001D004900490024001D002C0047>-250<004E001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 746.7737 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 746.7737 Tm [<0047005500630033005900610033001D0030001D002400490033006F007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 403.2646 746.7737 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 440.3246 746.7737 Tm [<00600033006A006E0061004E0063>-250<006A0061006E0033>-250<00430038>-250<001D>-250<007E00490033>-250<0033007500430063006A0063>-250<001D004E0030>-250<00430063>]TJ
-1 0 0 1 316.3177 735.476 Tm [<00610033001D0030001D0024004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 724.1784 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 724.1784 Tm [<00470055006300330059003300750055001D004E0030006F0055001D006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 403.7004 724.1784 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 440.7603 724.1784 Tm [<003200750055001D004E0030>-250<001D>-250<0055001D006A00400059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 712.8807 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 712.8807 Tm [<00470055006300330059003300750055001D004E0030006F0071001D0061>]TJ
-/F31 8.069684 Tf 1 0 0 1 398.7779 712.8807 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 435.8378 712.8807 Tm [<003200750055001D004E0030>-250<001D>-250<0071001D00610043001D0024004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 701.5831 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 701.5831 Tm [<00470055006300330059003300750055001D004E0030006F00240061001D002C00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 412.682 701.5831 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 449.7419 701.5831 Tm [<003200750055001D004E0030>-250<006A00400033>-250<00240061001D002C00330063>-250<0043004E>-250<001D>-250<0071001D00610043001D0024004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 690.2854 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 690.2854 Tm [<004700550063003300590063004000520073006F0055001D006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 396.0745 690.2854 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 433.1345 690.2854 Tm [<004800430063006A>-250<006A00400033>-250<00630033001D0061002C0040>-250<0055001D006A0040>-250<003800520061>-250<001D>-250<006300550033002C0043007E002C>-250<007E00490033>]TJ
-1 0 0 1 316.3177 678.9878 Tm [<006A0077005500330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 667.6901 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 667.6901 Tm [<004700550063003300590071001D0061006F0071001D0049006E0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 391.1601 667.6901 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 428.2201 667.6901 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<0071001D0049006E0033>-250<00520038>-250<001D>-250<0071001D00610043001D0024004900330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 656.3925 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 656.3925 Tm [<00470055006300330059007100330061006300430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 382.6304 656.3925 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 399.96 656.3925 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<00470055001D006A004000630033001D>-250<007100330061006300430052004E0059>]TJ
-/F30 11.620364 Tf 1 0 0 1 304.3626 629.6928 Tm [<0048001D004E003C006E001D003C0033>-278<006A001D002400490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 618.3951 Tm [<0049001D004E003C006E001D003C0033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 346.7607 618.3951 Tm [<0049001D004E003C0059004E00330073>]TJ
-/F31 8.069684 Tf 1 0 0 1 381.2909 618.3951 Tm [<00560029004E006E004C002400330061002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 430.4634 618.3951 Tm [<002B00610033001D006A0033>-250<001D>-250<004E00330073>-250<0049001D004E003C006E001D003C0033>-250<0052002400450033002C006A002E>-250<00730043006A0040>]TJ
-1 0 0 1 316.3177 607.0975 Tm [<001D004E>-250<00520055006A00430052004E001D0049>-250<007E007500330030>-250<00430030>-250<004E006E004C0024003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 595.7998 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 595.7998 Tm [<0049001D004E003C005900430030>]TJ
-/F31 8.069684 Tf 1 0 0 1 366.9268 595.7998 Tm [<00560049001D004E003C006E001D003C00330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 417.4551 595.7998 Tm [<00600033006A006E0061004E0063>-250<006A00400033>-250<002C006E006100610033004E006A>-250<0043004E006A00330061004E001D0049>]TJ
-/F31 8.069684 Tf 1 0 0 1 518.0578 595.7998 Tm [<00250049001D004E003C006E001D003C0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 555.7415 595.7998 Tm [<00430030>]TJ
-1 0 0 1 316.3177 584.5022 Tm [<004E006E004C0024003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 573.2045 Tm [<00290063006A00610043004E003C002A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 337.7791 573.2045 Tm [<0049001D004E003C005900400077005500400033004E001D006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 404.588 573.2045 Tm [<00560049001D004E003C006E001D003C0033002E>-278<00290063006A00610043004E003C002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 483.8202 573.2045 Tm [<003B0033006A>-250<00520061>-250<00630033006A>-250<00400077005500400033004E001D006A00430052004E>]TJ
-1 0 0 1 316.3177 561.9069 Tm [<00330075002C00330055006A00430052004E00630059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 550.6093 Tm [<0049001D004E003C0059002C00490033001D0061006F00400077005500400033004E001D006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 394.501 550.6093 Tm [<00560049001D004E003C006E001D003C00330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 539.3116 Tm [<002B00490033001D0061>-250<006A00400033>-250<00630033006A>-250<00520038>-250<00400077005500400033004E001D006A00430052004E>-250<00330075002C00330055006A00430052004E00630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 528.014 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 528.014 Tm [<0049001D004E003C0059002C00490033001D004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 372.7612 528.014 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 409.8212 528.014 Tm [<002B00610033001D006A00330063>-250<001D>-250<00400077005500400033004E001D006A00430052004E>-250<004700330077>-250<003800610052004C>-250<006A00400033>-250<0063006E00550041>]TJ
-1 0 0 1 316.3177 516.7163 Tm [<00550049004300330030>-250<00400077005500400033004E001D006A00430052004E>-250<00330075002C00330055006A00430052004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 505.4187 Tm [<00290063006A00610043004E003C002A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 337.7791 505.4187 Tm [<0049001D004E003C00590055001D006A006A00330061004E0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 388.4487 505.4187 Tm [<00560049001D004E003C006E001D003C0033002E>-278<00290063006A00610043004E003C002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 494.121 Tm [<003B0033006A>-250<00520061>-250<00630033006A>-250<00400077005500400033004E001D006A00430052004E>-250<0055001D006A006A00330061004E00630059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 482.8234 Tm [<0049001D004E003C0059002C00490033001D0061006F0055001D006A006A00330061004E0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 378.3616 482.8234 Tm [<00560049001D004E003C006E001D003C00330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 428.8898 482.8234 Tm [<002B00490033001D0061>-250<006A00400033>-250<00630033006A>-250<00520038>-250<00400077005500400033004E001D006A00430052004E>-250<0055001D006A006A00330061004E00630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 471.5257 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 345.405 471.5257 Tm [<0049001D004E003C005900550061003300400077005500400033004E002C0040001D0061>]TJ
-/F31 8.069684 Tf 1 0 0 1 422.535 471.5257 Tm [<00560049001D004E003C006E001D003C0033002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 460.2281 Tm [<00620033006A>-250<006A00400033>-250<005500610033004100400077005500400033004E002C0040001D0061>-250<003800520061>-250<0043004C005500490043002C0043006A>-250<00400077005500400033004E001D006A00430052004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 448.9304 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 345.405 448.9304 Tm [<0049001D004E003C0059005500520063006A00400077005500400033004E002C0040001D0061>]TJ
-/F31 8.069684 Tf 1 0 0 1 427.0137 448.9304 Tm [<00560049001D004E003C006E001D003C0033002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 437.6328 Tm [<00620033006A>-250<006A00400033>-250<005500520063006A004100400077005500400033004E002C0040001D0061>-250<003800520061>-250<0043004C005500490043002C0043006A>-250<00400077005500400033004E001D006A00430052004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 426.3352 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 345.405 426.3352 Tm [<0049001D004E003C00590055006100330033007500400077005500400033004E002C0040001D0061>]TJ
-/F31 8.069684 Tf 1 0 0 1 431.5085 426.3352 Tm [<00560049001D004E003C006E001D003C0033002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 415.0375 Tm [<00620033006A>-250<006A00400033>-250<005500610033004100400077005500400033004E002C0040001D0061>-250<003800520061>-250<00330075005500490043002C0043006A>-250<00400077005500400033004E001D006A00430052004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 403.7399 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 345.405 403.7399 Tm [<0049001D004E003C0059005500520063006A0033007500400077005500400033004E002C0040001D0061>]TJ
-/F31 8.069684 Tf 1 0 0 1 435.9872 403.7399 Tm [<00560049001D004E003C006E001D003C0033002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 392.4422 Tm [<00620033006A>-250<006A00400033>-250<005500520063006A004100400077005500400033004E002C0040001D0061>-250<003800520061>-250<00330075005500490043002C0043006A>-250<00400077005500400033004E001D006A00430052004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 381.1446 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 381.1446 Tm [<0049001D004E003C005900400077005500400033004E001D006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 401.4651 381.1446 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 463.6621 381.1446 Tm [<003F0077005500400033004E001D006A0033>-250<001D>-250<004E005200300033>-250<004900430063006A0059>]TJ
-/F30 11.620364 Tf 1 0 0 1 304.3626 354.4359 Tm [<0048006E001D>-278<006A001D002400490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 304.3626 343.1382 Tm [<00690040003300610033>-250<001D00610033>-250<006600390039006B0066>-250<00240077006A0033002C005200300033>-250<00610033003C00430063006A003300610063002E>-250<006A0040001D006A>-250<001D00610033>-250<0063001D007100330030>-250<0043004E>-250<006A00400033>-250<003800520061004C001D006A>-250<007E004900330059>-500<001C00630041>]TJ
-1 0 0 1 304.3626 331.8406 Tm [<00630043003C004E004C0033004E006A0063>-250<001D00610033>-250<001D00490073001D00770063>-250<003C004900520024001D00490059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 320.5429 Tm [<0038006E004E002C006A00430052004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 341.822 320.5429 Tm [<0049006E001D0059003C0033006A00240077006A0033002C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 403.2566 320.5429 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 309.2453 Tm [<00600033006A006E0061004E>-250<001D>-250<005500610033007100430052006E006300490077>-250<0063006A0052006100330030>-250<0038006E004E002C006A00430052004E>-250<003800610052004C>-250<001D>-250<00240077006A0033002C005200300033>-250<00610033003C00430063006A003300610059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 297.9477 Tm [<0049006E001D005900630033006A00240077006A0033002C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 365.3533 297.9477 Tm [<0056004E006E004C002400330061002E>-278<0038006E004E002C006A00430052004E0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 286.65 Tm [<0062001D00710033>-250<001D>-250<0038006E004E002C006A00430052004E>-250<0043004E>-250<001D>-250<00240077006A0033002C005200300033>-250<00610033003C00430063006A003300610059>]TJ
-1 0 0 1 304.3626 275.3524 Tm [<0069004000330077>-250<001D004900630052>-250<00240033>-250<001D002C002C00330063006300330030>-250<00710043001D>-250<006A00400033>-250<007100430061006A006E001D0049>-250<001D00610061001D0077>]TJ
-/F31 8.069684 Tf 1 0 0 1 458.7367 275.3524 Tm [<0049006E001D005900240077006A0033002C0052003000330029002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 508.9786 275.3524 Tm [<0059>]TJ
-1 0 0 1 304.3626 264.0547 Tm [<006900400033>-250<007100430061006A006E001D0049>-250<001D00610061001D0077>]TJ
-/F31 8.069684 Tf 1 0 0 1 366.8582 264.0547 Tm [<0049006E001D0059004E001D004C00330029002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 406.7772 264.0547 Tm [<002C001D004E>-250<00240033>-250<006E006300330030>-250<006A0052>-250<003C004300710033>-250<004E001D004C00330063>-250<006A0052>-250<0049006E001D>-250<002C0040006E004E004700630059>]TJ
-1 0 0 1 304.3626 252.7571 Tm [<00690052>-250<006E00630033>]TJ
-/F31 8.069684 Tf 1 0 0 1 330.7596 252.7571 Tm [<0049006E001D0059004E001D004C003300290053002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 372.9237 252.7571 Tm [<002E>-250<00630033006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 389.6101 252.7571 Tm [<0049006E001D0059004E001D004C003300290053002A>-278<0035>-278<0215006A00330063006A004E001D004C00330215>]TJ
-/F29 8.966376 Tf 1 0 0 1 479.9888 252.7571 Tm [<001D004E0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 495.1779 252.7571 Tm [<00250030004300610033002C006A0049006E001D005300270061006E002400240043006300400028>]TJ
-/F29 8.966376 Tf 1 0 0 1 564.2544 252.7571 Tm [<0059>]TJ
-/F30 11.620364 Tf 1 0 0 1 304.3626 226.2923 Tm [<004B0033006A001D005500520063006A>-278<006A001D002400490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 214.9946 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 214.9946 Tm [<004C00550049004300240059007100330061006300430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 385.7615 214.9946 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 403.0911 214.9946 Tm [<00600033006A006E0061004E0063>-250<006A00400033>-250<004C0055004900430024>-250<007100330061006300430052004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 203.697 Tm [<004C00550043004E0063006A001D004E002C0033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 354.8223 203.697 Tm [<004C00550049004300240059004E00330073>]TJ
-/F31 8.069684 Tf 1 0 0 1 394.2831 203.697 Tm [<0056006A001D0024004900330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 429.1077 203.697 Tm [<002B00610033001D006A0033>-250<001D>-250<004E00330073>-250<004C0033006A001D005500520063006A>-250<0043004E0063006A001D004E002C00330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 192.3993 Tm [<004C00550030001D006A001D>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.4744 192.3993 Tm [<004C0055002D003300750033002C006E006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 385.3176 192.3993 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 422.3776 192.3993 Tm [<003200750033002C006E006A0033>-250<004C0033006A001D005500520063006A>-250<002C005200300033>-250<0043004E>-250<006A00400033>-250<0043004E0063006A001D004E002C00330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 181.1017 Tm [<004C00550030001D006A001D>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.4744 181.1017 Tm [<004C0055002D007E004E004300630040>]TJ
-/F31 8.069684 Tf 1 0 0 1 376.788 181.1017 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 394.1176 181.1017 Tm [<00370043004E004300630040>-250<001D>-250<004C0033006A001D005500520063006A>-250<0043004E0063006A001D004E002C00330059>]TJ
-1 0 0 1 304.3626 169.804 Tm [<006900400033>-250<00610033006A006E0061004E>-250<0071001D0049006E0033>-250<00520038>]TJ
-/F31 8.069684 Tf 1 0 0 1 375.5735 169.804 Tm [<004C0055002D003300750033002C006E006A0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 419.5273 169.804 Tm [<001D004E0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 434.7164 169.804 Tm [<004C0055002D007E004E004300630040>]TJ
-/F29 8.966376 Tf 1 0 0 1 469.2448 169.804 Tm [<00430063>-250<001D>-250<006A001D002400490033>-250<00730043006A0040>-250<001D>-250<003800330073>-250<005500520063006300430041>]TJ
-1 0 0 1 304.3626 158.5064 Tm [<002400490033>-250<0047003300770063>-250<00560052004E00490077>]TJ
-/F31 8.069684 Tf 1 0 0 1 357.4077 158.5064 Tm [<0063006A001D006A006E0063>]TJ
-/F29 8.966376 Tf 1 0 0 1 381.1792 158.5064 Tm [<00430063>-250<001D00490073001D00770063>-250<003C006E001D0061001D004E006A003300330030>-250<006A0052>-250<00240033>-250<00550061003300630033004E006A00570059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 147.2088 Tm [<00490052003C>-2445<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 371.1815 147.2088 Tm [<0052006E006A0055006E006A>-250<006A0052>-250<006A00400033>-250<021400490052003C0215>-250<0063006A00610033001D004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 135.9111 Tm [<006A00330061004C>-1779<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 371.1815 135.9111 Tm [<0052006E006A0055006E006A>-250<006A0052>-250<006A00400033>-250<0214006A00330061004C0215>-250<0063006A00610033001D004C>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 124.6135 Tm [<00330061006100520061>-1668<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 371.1815 124.6135 Tm [<0052006E006A0055006E006A>-211<006A0052>-211<006A00400033>-212<0214003300610061005200610215>-211<0063006A00610033001D004C>-211<00560052004E00490077>-212<006E006300330030>-211<003800520061>-211<02140052006E006A>-212<00520038>-211<004C0033004C0041>]TJ
-1 0 0 1 371.1815 113.3158 Tm [<00520061007702150057>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 102.0182 Tm [<0063006A001D006A006E0063>-1111<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 371.1815 102.0182 Tm [<006A00400033>-209<00610033006A006E0061004E>-210<0071001D0049006E0033002D>-313<007A0035003C005200520030002E>-218<005300350073001D0061004E0043004E003C002E>-217<006C0035003300610061005200610063002E>-218<006B00350038001D006A001D0049>]TJ
-1 0 0 1 371.1815 90.7205 Tm [<00330061006100520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 79.4229 Tm [<007E003C>-2723<006A001D002400490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 371.1815 79.4229 Tm [<001D004E>-250<001D00610061001D0077>-250<00520038>-250<003C0033004E00330061001D006A00330030>-250<007E003C006E006100330063>-250<005600430038>-250<001D004E00770057>]TJ
-1 0 0 1 304.3626 55.8093 Tm [<003F001D004E003000490043004E003C>-250<00520038>]TJ
-/F31 8.069684 Tf 1 0 0 1 349.6876 55.8093 Tm [<007E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 360.4508 55.8093 Tm [<0052002400450033002C006A0063>-250<00730052006E00490030>-250<006A001D00470033>-250<006A00520052>-250<004C006E002C0040>-250<006100520052004C>-250<0040003300610033002E>-250<005500490033001D00630033>-250<006300330033>-250<006A00400033>]TJ
-1 0 0 1 304.3626 44.5116 Tm [<00240043003C>-250<006100330038003300610033004E002C0033>-250<004C001D004E006E001D00490059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 33.214 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 331.0571 33.214 Tm [<004C0055002D0063006A001D006A00430063006A0043002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 380.8309 33.214 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 398.1605 33.214 Tm [<00600033006A006E0061004E0063>-250<00630052004C0033>-250<0063006A001D006A00430063006A0043002C0063>-250<003800520061>-250<006A004000430063>-250<004C0033006A001D005500520063006A>-250<0043004E0041>]TJ
-1 0 0 1 316.3177 21.9163 Tm [<0063006A001D004E002C00330059>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0048006E001D006A0033>35<0075>-250<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>35<003300610033004E002C0033>-48615<0039>]TJ
+/F5 11.620364 Tf 1 0 0 1 28.3464 770.201 Tm [<0037>15<0052004E006A>-278<006A>-5<001D002400490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 747.6057 Tm [<004C0033>10<006A00610043002C0063>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 63.4657 747.6057 Tm [<0038>10<0052004E006A00590061>-5<0033001D0030006F006A0038004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 114.9826 747.6057 Tm [<00560063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 736.3081 Tm [<0054>20<001D006100630033>-250<001D>-250<0038>40<0052004E006A>-250<004C0033006A0061>-20<0043002C0063>-250<007E00490033002E>-250<001D006A>-250<006A00400033>-250<0063004300790033>-250<0043004E00300043002C001D006A00330030>-250<0024>30<0077>-250<006A00400033>-250<004E006E004C002400330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 725.0104 Tm [<004C0033>10<006A00610043002C0063>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 63.4657 725.0104 Tm [<0038>10<0052004E006A00590061>-5<0033001D0030006F00710038>]TJ
+/F6 8.069684 Tf 1 0 0 1 109.6082 725.0104 Tm [<00560063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 713.7128 Tm [<0054>20<001D006100630033>-250<001D>-250<007100430061>-25<006A006E001D0049>-250<0038>40<0052004E006A>-250<004C0033006A0061>-20<0043002C0063>-250<007E00490033002E>-250<001D006A>-250<006A00400033>-250<0063004300790033>-250<0043004E00300043002C001D006A00330030>-250<0024>30<0077>-250<006A00400033>-250<004E006E004C002400330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 702.4151 Tm [<004C0033>10<006A00610043002C0063>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 63.4657 702.4151 Tm [<0038>10<0052004E006A0059003C>-10<0033>5<006A0038>10<0052004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 108.1637 702.4151 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 152.8495 702.4151 Tm [<0037>20<0033006A002C>15<0040>-250<001D004E>-250<0043004E006A00330061>-20<004E001D0049>-250<0038>40<0052004E006A>-250<00430030>-250<001D0063>-250<001D>-250<0049006E001D>-250<006A001D0024004900330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 691.1175 Tm [<0038>10<0052004E006A005900630033>5<006A0038>10<0052004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 72.5199 691.1175 Tm [<0056004E006E004C002400330061>70<002E>-278<004C0033>10<006A00610043002C00630057>]TJ
+/F1 8.966376 Tf 1 0 0 1 147.0474 691.1175 Tm [<00620033006A>-250<001D004E>-250<0043004E006A00330061>-20<004E001D0049>-250<0038>40<0052004E006A>-250<00430030>-250<003800610052004C>-250<001D>-250<0049006E001D>-250<006A001D0024004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 679.8198 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 66.2578 679.8198 Tm [<0038>10<0052004E006A005900380061005200790033004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 107.8651 679.8198 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 668.5222 Tm [<0069>50<0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<0038>40<0052004E006A>-250<00430063>-250<00380061005200790033004E>-250<001D004E0030>-250<002C001D004E>-250<004E0052>-250<00490052004E003C>25<00330061>-250<00240033>-250<001D0049006A00330061003300300059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 657.2246 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 657.2246 Tm [<0038>10<0052004E006A005900300033007E004E0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 106.0656 657.2246 Tm [<0056004C0033>10<006A00610043002C00630057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 645.9269 Tm [<005400610052002C003300630063>-250<001D>-250<0038>40<0052004E006A>-250<004C0033006A0061>-20<0043002C0063>-250<006A001D002400490033>-250<001D004E0030>-250<0063>15<006A0052006100330063>-250<0043006A>-250<0043004E>-250<006A00400033>-250<0043004E006A00330061>-20<004E001D0049>-250<0038>40<0052004E006A>-250<006A001D002400490033002E>-250<00610033006A006E0061>-20<004E0041>]TJ
+1 0 0 1 40.3016 634.6293 Tm [<0043004E003C>-250<0043006A0063>-250<0043004E006A00330061>-20<004E001D0049>-250<004300300059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 623.3316 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 623.3316 Tm [<0038>10<0052004E006A0059004E0033>20<0075006A00430030>]TJ
+/F6 8.069684 Tf 1 0 0 1 105.9042 623.3316 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 123.2338 623.3316 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<004E0033>35<0075006A>-250<0038006100330033>-250<0038>40<0052004E006A>-250<00430030>-250<004E006E004C002400330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 612.034 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 612.034 Tm [<0038>10<0052004E006A005900430030>]TJ
+/F6 8.069684 Tf 1 0 0 1 89.4743 612.034 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 600.7363 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0038>40<0052004E006A>-250<00430030>-250<00520038>-250<006A00400033>-250<0038>40<0052004E006A>-250<001D002C002C00330063006300330030>-250<0024>30<0077>-250<006A00400033>-250<002C0063004E001D004C0033>-250<003C00430071>35<0033004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 589.4387 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 69.3889 589.4387 Tm [<0038>10<0052004E006A0059002C006E00610061>-5<0033004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 114.6275 589.4387 Tm [<00560029004E006E004C002400330061002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 163.8001 589.4387 Tm [<003B0033006A>-250<00520061>-250<00630033006A>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A0049>25<0077>-250<001D002C006A00430071>35<0033>-250<0038>40<0052004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 578.141 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 578.141 Tm [<0038>10<0052004E006A0059004C001D0075>]TJ
+/F6 8.069684 Tf 1 0 0 1 98.4478 578.141 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 115.7774 578.141 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<00400043003C004000330063>15<006A>-250<006E006300330030>-250<0038>40<0052004E006A>-250<00430030>-250<001D006A>-250<006A004000430063>-250<004C0052004C0033004E006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 566.8434 Tm [<004E006E004C002400330061>70<002E>-278<004C0033>10<006A00610043002C0063>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 94.7438 566.8434 Tm [<0038>10<0052004E006A00590033001D002C0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 130.5329 566.8434 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 147.8624 566.8434 Tm [<0042006A00330061001D006A0033>-250<0052>35<0071>35<00330061>-250<001D00490049>-250<006A00400033>-250<00300033007E004E00330030>-250<0038>40<0052004E006A00630059>]TJ
+/F5 11.620364 Tf 1 0 0 1 28.3464 532.9505 Tm [<0037>15<0052004E006A>-278<00490052001D003000330061>-278<006A>-5<001D002400490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 510.3552 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 55.041 510.3552 Tm [<0038>10<0052004E006A00490052001D003000330061>55<00590043004E0038>10<0052>]TJ
+/F6 8.069684 Tf 1 0 0 1 110.9235 510.3552 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 499.0575 Tm [<003B0033006A>-250<0071>25<001D0061>-20<00430052006E0063>-250<0043004E0038>40<00520061>-20<004C001D006A00430052004E>-250<007E0033004900300063>-250<003800610052004C>-250<001D004E>-250<0038>40<0052004E006A>-250<007E004900330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 487.7599 Tm [<0038>10<0052004E006A00490052001D003000330061>55<00590043004E0038>10<0052>]TJ
+/F1 8.966376 Tf 1 0 0 1 86.4706 487.7599 Tm [<00610033006A006E0061>-20<004E00330030>-250<0043004E0038>40<00520061>-20<004C001D006A00430052004E002D>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 476.4622 Tm [<0047>15<0033>15<0077>]TJ
+/F7 8.966376 Tf 1 0 0 1 79.6969 476.4622 Tm [<006A007700550033>-1450<0033>20<007500550049001D004E001D006A00430052004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 465.1646 Tm [<0038>40<0052004E006A004E001D004C0033>-1990<0063>15<006A0061>-20<0043004E003C>-1000<006A00400033>]TJ
+/F1 6.973848 Tf 1 0 0 1 122.332 465.1646 Tm [<005400510062>20<00690062002B0060004200540069>]TJ
+/F1 8.966376 Tf 1 0 0 1 165.1265 465.1646 Tm [<004E001D004C0033>-250<00520038>-250<006A00400033>-250<0038>40<0052004E006A>]TJ
+1 0 0 1 28.3464 453.8669 Tm [<0038006E00490049004E001D004C0033>-2172<0063>15<006A0061>-20<0043004E003C>-1000<006A00400033>-250<0038>40<00520061>-20<004C001D0049>-250<004E001D004C0033>-250<00520038>-250<006A00400033>-250<0038>40<0052004E006A>]TJ
+1 0 0 1 28.3464 442.5693 Tm [<0038>25<001D004C00430049>25<0077004E001D004C0033>-1000<0063>15<006A0061>-20<0043004E003C>-1000<006A00400033>-250<0038>25<001D004C00430049>25<0077>-250<004E001D004C0033>-250<006A004000430063>-250<0038>40<0052004E006A>-250<0024003300490052004E003C0063>-250<006A0052>]TJ
+1 0 0 1 28.3464 431.2716 Tm [<0073>30<00330043003C0040006A>-3035<0063>15<006A0061>-20<0043004E003C>-1000<001D>-250<0063>15<006A0061>-20<0043004E003C>-250<0043004E00300043002C001D006A0043004E003C>-250<006A00400033>-250<002C0052004900520061>-250<0071>25<001D0049006E0033>-250<00520038>-250<006A00400033>-250<0038>40<0052004E006A>]TJ
+1 0 0 1 28.3464 419.974 Tm [<0071>35<00330061006300430052004E>-2818<0063>15<006A0061>-20<0043004E003C>-1000<006A00400033>-250<0043004E006A00330061>-20<004E001D0049>-250<0038>40<0052004E006A>-250<0071>35<00330061006300430052004E>]TJ
+1 0 0 1 28.3464 408.6764 Tm [<0043006A001D00490043002C001D004E003C00490033>-1561<007F0052001D006A>-1505<006A00400033>-250<00630049001D004E006A>-250<001D004E003C00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 386.0811 Tm [<0049006E001D0038>10<0052004E006A002E>-278<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 83.6722 386.0811 Tm [<0038>10<0052004E006A00490052001D003000330061>55<0059005200550033004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 144.1222 386.0811 Tm [<00560063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 374.7834 Tm [<0054>20<001D006100630033>-250<001D>-250<0038>40<0052004E006A>-250<007E00490033>-250<001D004E0030>-250<00610033006A006E0061>-20<004E>-250<001D>-250<006A001D002400490033>-250<0061003300550061003300630033004E006A0043004E003C>-250<0043006A0063>-250<002C0052004E006A0033004E006A00630059>-500<006900400033>-250<00520055006A00430052004E001D0049>]TJ
+1 0 0 1 40.3016 363.4858 Tm [<001D0061>15<003C006E004C0033004E006A>-250<00430063>-250<006A00400033>-250<004E001D004C0033>-250<00520038>-250<006A00400033>-250<0030003300630043006100330030>-250<0038>40<0052004E006A>-250<0043004E>-250<002C001D00630033>-250<00520038>-250<0038>40<0052004E006A>-250<002C0052004900490033002C006A00430052004E>-250<007E0049003300630059>]TJ
+1 0 0 1 40.3016 352.1881 Tm [<006900400033>-250<00520055006A00430052004E001D0049>-250<00610033006A006E0061>-20<004E>-250<0071>25<001D0049006E0033>-250<002C0052004E006A001D0043004E0063>-250<001D004E>30<0077>-250<0055001D0061006300330061>-250<00330061>-25<006100520061>-250<0063>15<006A0061>-20<0043004E003C00630059>]TJ
+1 0 0 1 28.3464 340.8905 Tm [<004800430063>15<006A0043004E003C>-250<001D00490049>-250<00520038>-250<006A00400033>-250<0063006E00240063>15<006A0061>-20<006E002C006A006E00610033>-250<00610033006A006E0061>-20<004E00330030>-250<003800610052004C>]TJ
+/F5 8.069684 Tf 1 0 0 1 188.0645 340.8905 Tm [<0038>10<0052004E006A00490052001D003000330061>55<0059005200550033004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 250.7561 340.8905 Tm [<0073>35<0052006E00490030>-250<006A001D0047>20<0033>-250<006A00520052>]TJ
+1 0 0 1 28.3464 329.5928 Tm [<004C006E002C>15<0040>-250<006100520052004C002E>-250<006300330033>-250<006A00400033>-250<00240043003C>-250<006100330038>35<003300610033004E002C0033>-250<004C001D004E006E001D00490059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 318.2952 Tm [<0038>10<0052004E006A00490052001D003000330061>55<0059001D0055005500490077006F0038>5<0033001D006A006E0061>-5<0033007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 133.6478 318.2952 Tm [<00560049006E001D0038>10<0052004E006A002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 306.9975 Tm [<001C005500550049>25<0077>-250<001D>-250<0038>35<0033001D006A006E00610033>-250<007E00490033>-250<006A0052>-250<001D>-250<0038>40<0052004E006A00490052001D003000330061>-250<006A001D0024004900330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 295.6999 Tm [<0038>10<0052004E006A00490052001D003000330061>55<0059001D0055005500490077006F001D0038004C007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 121.0913 295.6999 Tm [<00560049006E001D0038>10<0052004E006A002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 284.4023 Tm [<001C005500550049>25<0077>-250<001D004E>-250<001C0037004B>-250<007E00490033>-250<006A0052>-250<001D>-250<0038>40<0052004E006A00490052001D003000330061>-250<006A001D0024004900330059>]TJ
+/F5 11.620364 Tf 1 0 0 1 28.3464 250.5093 Tm [<0042004C001D003C>-10<0033>-278<006A>-5<001D002400490033>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 227.914 Tm [<0037>10<006E00490049>-250<004900430063>15<006A>-250<00520038>]TJ
+/F6 8.069684 Tf 1 0 0 1 67.7357 227.914 Tm [<004A0043004C001D003C0033003E>]TJ
+/F1 8.966376 Tf 1 0 0 1 101.3765 227.914 Tm [<0052002400450033002C006A>-250<007E0033004900300063002D>]TJ
+/F7 8.966376 Tf 1 0 0 1 28.3464 216.6164 Tm [<007E003300490030>-250<004E001D004C0033>-1000<006A007700550033>]TJ
+/F1 8.966376 Tf 1 0 0 1 113.2759 216.6164 Tm [<003000330063002C0061>-20<00430055006A00430052004E>]TJ
+1 0 0 1 28.3464 205.3187 Tm [<003000330055006A0040>-3195<004E006E004C002400330061>-1000<006A00400033>-250<0043004C001D003C>25<0033>-250<003000330055006A0040>-250<0038>40<00520061>]TJ
+/F1 6.973848 Tf 1 0 0 1 184.9083 205.3187 Tm [<0048>25<006D>65<001C>55<0069>]TJ
+1 0 0 1 201.4559 203.7496 Tm [<0032>]TJ
+1 0 0 1 204.942 205.3187 Tm [<0074>]TJ
+/F1 8.966376 Tf 1 0 0 1 212.2187 205.3187 Tm [<00560043004E>-250<0063002C001D004900330030>-250<005500520043004E006A00630057>]TJ
+1 0 0 1 28.3464 194.0211 Tm [<004000330043003C0040006A>-2917<004E006E004C002400330061>-1000<006A00400033>-250<0043004C001D003C>25<0033>-250<004000330043003C0040006A>-250<0038>40<00520061>]TJ
+/F1 6.973848 Tf 1 0 0 1 187.401 194.0211 Tm [<0048>25<006D>65<001C>55<0069>]TJ
+1 0 0 1 203.9486 192.452 Tm [<0032>]TJ
+1 0 0 1 207.4346 194.0211 Tm [<0074>]TJ
+/F1 8.966376 Tf 1 0 0 1 214.7113 194.0211 Tm [<00560043004E>-250<0063002C001D004900330030>-250<005500520043004E006A00630057>]TJ
+1 0 0 1 28.3464 182.7234 Tm [<007300430030006A0040>-3139<004E006E004C002400330061>-1000<006A00400033>-250<0043004C001D003C>25<0033>-250<007300430030006A0040>-250<0038>40<00520061>]TJ
+/F1 6.973848 Tf 1 0 0 1 185.4105 182.7234 Tm [<0048>25<006D>65<001C>55<0069>]TJ
+1 0 0 1 201.958 181.1543 Tm [<0032>]TJ
+1 0 0 1 205.4441 182.7234 Tm [<0074>]TJ
+/F1 8.966376 Tf 1 0 0 1 212.7208 182.7234 Tm [<00560043004E>-250<0063002C001D004900330030>-250<005500520043004E006A00630057>]TJ
+1 0 0 1 28.3464 171.4258 Tm [<006A0061001D004E00630038>40<00520061>-20<004C>-1549<004E006E004C002400330061>-1000<006A00400033>-250<0043004C001D003C>25<0033>-250<006A0061001D004E00630038>40<00520061>-20<004C002E>-250<0043004E006A0033003C>25<00330061>-250<004E006E004C002400330061>-250<007A005900590065>]TJ
+1 0 0 1 28.3464 160.1282 Tm [<001D006A006A0061>-4084<0063>15<006A0061>-20<0043004E003C>-1772<006A00400033>-250<0043004C001D003C>25<0033>-250<001D006A006A0061>-20<00430024006E006A00330063>-250<0038>40<00520061>]TJ
+/F1 6.973848 Tf 1 0 0 1 198.5372 160.1282 Tm [<0048>25<006D>65<001C>55<0069>]TJ
+1 0 0 1 215.0848 158.559 Tm [<0032>]TJ
+1 0 0 1 218.5709 160.1282 Tm [<0074>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 148.8305 Tm [<007E00490033004E001D004C0033>-1973<0063>15<006A0061>-20<0043004E003C>-1772<006A00400033>-250<0043004C001D003C>25<0033>-250<007E00490033>-250<004E001D004C0033>]TJ
+1 0 0 1 28.3464 137.5329 Tm [<0063>15<006A00610033001D004C>-2766<0063>15<006A0061>-20<0043004E003C>-1772<006A00400033>-250<0061001D>30<0073>-250<0063>15<006A00610033001D004C>-250<0030001D006A001D>-250<0038>40<00520061>-250<001D004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 208.1223 137.5329 Tm [<00670074>35<0052002400450033002C006A>-277<00670037>19<00520061004C>]TJ
+/F1 8.966376 Tf 1 0 0 1 262.3874 137.5329 Tm [<0052002400450033002C006A>]TJ
+1 0 0 1 28.3464 126.2352 Tm [<0055001D003C>25<0033>-3554<005D005D>-3167<006A00400033>-227<004300300033004E006A0043007E00330061>-227<0038>39<00520061>-227<006A00400033>-227<00610033005C>9<006E00330063>15<006A00330030>-227<0043004C001D003C>24<0033>-226<0055001D003C>24<0033>-227<0056006A007700550033>-227<00430063>]TJ
+1 0 0 1 113.2759 114.9376 Tm [<004E006E004C002400330061>-250<00520061>-250<0063>15<006A0061>-20<0043004E003C002E>-250<003000330038>25<001D006E0049006A>-250<00430063>-250<006A00400033>-250<004E006E004C002400330061>-250<00530057>]TJ
+1 0 0 1 28.3464 103.6399 Tm [<0055001D003C>25<003300240052>35<0075>-2089<0063>15<006A0061>-20<0043004E003C>-1772<006A00400033>-291<00610033005C>9<006E00330063>15<006A00330030>-290<00240052006E004E00300043004E003C>-292<00240052>34<0075002E>-300<0052004E0033>-292<00520038>]TJ
+/F6 8.069684 Tf 1 0 0 1 243.804 103.6399 Tm [<004E0052004E0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 261.7509 103.6399 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 266.6977 103.6399 Tm [<004C003300300043001D>]TJ
+/F1 8.966376 Tf 1 0 0 1 288.6714 103.6399 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 113.2759 92.3423 Tm [<002C0061>5<00520055>]TJ
+/F1 8.966376 Tf 1 0 0 1 128.9311 92.3423 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 133.4143 92.3423 Tm [<00240049003300330030>]TJ
+/F1 8.966376 Tf 1 0 0 1 153.1528 92.3423 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 157.636 92.3423 Tm [<006A00610043004C>]TJ
+/F1 8.966376 Tf 1 0 0 1 171.0801 92.3423 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 175.5632 92.3423 Tm [<001D0061>-30<006A>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 81.0446 Tm [<002400240052>35<0075>-3452<006A001D002400490033>-2111<006A001D002400490033>-293<00730043006A0040>-294<003A>-294<00240052006E004E00300043004E003C00240052>34<0075>-292<00300043004C0033004E006300430052004E0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 252.1603 81.0446 Tm [<004900490075>]TJ
+/F1 8.966376 Tf 1 0 0 1 259.778 81.0446 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 264.7509 81.0446 Tm [<00490049>5<0077>]TJ
+/F1 8.966376 Tf 1 0 0 1 272.3284 81.0446 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 277.3012 81.0446 Tm [<006E0061>-20<0075>]TJ
+/F1 8.966376 Tf 1 0 0 1 288.6714 81.0446 Tm [<002E>]TJ
+1 0 0 1 113.2759 69.747 Tm [<001D004E0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 128.465 69.747 Tm [<006E0061>-25<0077>]TJ
+/F1 8.966376 Tf 1 0 0 1 142.1171 69.747 Tm [<0052>35<0071>35<00330061>-25<0061>-20<006E00490043004E003C>-250<006A00400033>]TJ
+/F6 8.069684 Tf 1 0 0 1 194.687 69.747 Tm [<0055001D003C003300240052>25<0075>]TJ
+/F1 8.966376 Tf 1 0 0 1 227.6821 69.747 Tm [<0033004E006A0061>-20<0077>]TJ
+1 0 0 1 28.3464 58.4493 Tm [<007E004900330055001D006A0040>-2417<0063>15<006A0061>-20<0043004E003C>-1772<006A00400033>-250<0038006E00490049>-250<00560033>35<00750055001D004E0030003300300057>-250<007E00490033>-250<004E001D004C0033>-250<00520038>-250<006A00400033>-250<0043004C001D003C>25<0033>]TJ
+1 0 0 1 28.3464 47.1517 Tm [<002C0052004900520061003000330055006A0040>-1140<004E006E004C002400330061>-1000<006A00400033>-250<004E006E004C002400330061>-250<00520038>-250<00240043006A0063>-250<006E006300330030>-250<0024>30<0077>-250<006A00400033>-250<002C0052004900520061>-250<00630055001D002C0033>]TJ
+1 0 0 1 28.3464 35.8541 Tm [<002C005200490052006100630055001D002C0033>-1141<004E006E004C002400330061>-1000<006A00400033>-250<002C0052004900520061>-250<00630055001D002C0033>-250<0052002400450033002C006A>-250<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 781.4987 Tm [<0043004C001D003C>25<0033006A007700550033>-1276<0063>15<006A0061>-20<0043004E003C>-1772<0052004E0033>-250<00520038>]TJ
+/F6 8.069684 Tf 1 0 0 1 414.1917 781.4987 Tm [<005500300038>]TJ
+/F1 8.966376 Tf 1 0 0 1 425.4086 781.4987 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 429.8918 781.4987 Tm [<0055004E003C>]TJ
+/F1 8.966376 Tf 1 0 0 1 443.352 781.4987 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 447.8352 781.4987 Tm [<00450055003C>]TJ
+/F1 8.966376 Tf 1 0 0 1 458.6001 781.4987 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 463.0833 781.4987 Tm [<004500240043003C006C>]TJ
+/F1 8.966376 Tf 1 0 0 1 480.1265 781.4987 Tm [<002E>-250<00520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 494.3203 781.4987 Tm [<004E00430049>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 770.201 Tm [<005200240045004E006E004C>-2361<004E006E004C002400330061>-1000<006A00400033>]TJ
+/F1 6.973848 Tf 1 0 0 1 402.4906 770.201 Tm [<0054002F0037>]TJ
+/F1 8.966376 Tf 1 0 0 1 417.5222 770.201 Tm [<0043004C001D003C>25<0033>-250<0052002400450033002C006A>-250<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 758.9034 Tm [<0043004E00300033>35<0075>-3230<004E006E004C002400330061>-1000<006A00400033>]TJ
+/F1 6.973848 Tf 1 0 0 1 402.4906 758.9034 Tm [<0054002F0037>]TJ
+/F1 8.966376 Tf 1 0 0 1 417.5222 758.9034 Tm [<0043004C001D003C>25<0033>-250<004E001D004C0033>-250<0063006E007C0075>]TJ
+1 0 0 1 304.3626 747.6057 Tm [<0055001D003C>25<00330063>-3165<004E006E004C002400330061>-1000<006A00400033>-250<006A0052006A001D0049>-250<004E006E004C002400330061>-250<00520038>-250<001D>30<0071>25<001D00430049001D002400490033>-250<0055001D003C>25<00330063>]TJ
+1 0 0 1 304.3626 736.3081 Tm [<00750063004300790033>-3362<004E006E004C002400330061>-1000<006A00400033>-250<004E001D006A006E0061001D0049>-250<0043004C001D003C>25<0033>-250<007300430030006A0040>]TJ
+1 0 0 1 304.3626 725.0104 Tm [<0077>25<0063004300790033>-3387<004E006E004C002400330061>-1000<006A00400033>-250<004E001D006A006E0061001D0049>-250<0043004C001D003C>25<0033>-250<004000330043003C0040006A>]TJ
+1 0 0 1 304.3626 713.7128 Tm [<0075006100330063>-3751<004E006E004C002400330061>-1000<006A00400033>-250<004000520061>-20<004300790052004E006A001D0049>-250<004E001D006A006E0061001D0049>-250<0043004C001D003C>25<0033>-250<00610033006300520049006E006A00430052004E>-250<00560043004E>-250<002F005400420057>]TJ
+1 0 0 1 304.3626 702.4151 Tm [<0077006100330063>-3751<004E006E004C002400330061>-1000<006A00400033>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<004E001D006A006E0061001D0049>-250<0043004C001D003C>25<0033>-250<00610033006300520049006E006A00430052004E>-250<00560043004E>-250<002F005400420057>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 679.8198 Tm [<0043004C001D003C0033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 335.5358 679.8198 Tm [<0043004C003C0059004E0033>5<0073>]TJ
+/F6 8.069684 Tf 1 0 0 1 367.7822 679.8198 Tm [<00560029006A001D002400490033002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 668.5222 Tm [<0069004000430063>-250<0038006E004E002C006A00430052004E>-250<002C00610033001D006A00330063>-250<001D004E>-250<02140043004C001D003C>25<00330215>-250<0052002400450033002C006A0059>-500<001C004900490052>34<0073>30<00330030>-249<007E0033004900300063>-250<0043004E>-250<006A00400033>-250<006A001D002400490033002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 564.0414 668.5222 Tm [<005E007E004900330041>]TJ
+1 0 0 1 316.3177 657.2246 Tm [<004E001D004C0033005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 341.6064 657.2246 Tm [<005600610033005C>10<006E00430061003300300057002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 381.8474 657.2246 Tm [<005E007300430030006A>5<0040005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 406.3712 657.2246 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 410.8544 657.2246 Tm [<005E003000330055>5<006A>5<0040005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 436.6935 657.2246 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 441.1767 657.2246 Tm [<005E004000330043003C0040006A005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 468.888 657.2246 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 473.3712 657.2246 Tm [<005E001D006A006A0061005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 490.7613 657.2246 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 495.2445 657.2246 Tm [<005E0055001D003C0033005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 518.9209 657.2246 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 523.4041 657.2246 Tm [<005E0055001D003C003300240052>25<0075005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 559.8872 657.2246 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 564.3704 657.2246 Tm [<005E002C005200490041>]TJ
+1 0 0 1 316.3177 645.9269 Tm [<00520061>-5<00630055001D002C0033005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 347.9267 645.9269 Tm [<00570059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 634.6293 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.0571 634.6293 Tm [<0043004C003C00590047>15<0033>15<0077>15<0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 365.2322 634.6293 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 623.3316 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<001D>-250<006A001D002400490033>-250<00730043006A0040>-250<00550052006300630043002400490033>-250<0043004C001D003C>25<0033>-250<006A001D002400490033>-250<0047>20<0033>30<0077>25<0063002E>-250<0043004E002C0049006E00300043004E003C>-250<00610033006A0061>-20<00430033>25<0071>35<00330030>-250<0043004E0038>40<005200610041>]TJ
+1 0 0 1 316.3177 612.034 Tm [<004C001D006A00430052004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 600.7363 Tm [<0043004C001D003C0033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 335.5358 600.7363 Tm [<0043004C003C00590063002C001D004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 370.5178 600.7363 Tm [<00560043004C001D003C00330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 589.4387 Tm [<005400610052002C00330063006300330063>-250<001D004E>-250<0043004C001D003C>25<0033>-250<007E00490033>-250<001D004E0030>-250<0063>15<006A0052006100330063>-250<006A00400033>-250<00610033006A0061>-20<00430033>25<0071>35<00330030>-250<0043004E0038>40<00520061>-20<004C001D006A00430052004E>-250<0043004E>-250<006A00400033>-250<0043004C001D003C>25<0033>]TJ
+1 0 0 1 316.3177 578.141 Tm [<0052002400450033002C006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 566.8434 Tm [<0043004C001D003C0033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 335.5358 566.8434 Tm [<0043004C003C0059002C00520055>20<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 370.8003 566.8434 Tm [<00560043004C001D003C00330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 410.1036 566.8434 Tm [<002B00520055>30<0077>-250<001D004E>-250<0043004C001D003C>25<00330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 555.5457 Tm [<0043004C001D003C0033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 335.5358 555.5457 Tm [<0043004C003C0059007300610043006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 370.9213 555.5457 Tm [<00560043004C001D003C00330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 410.2247 555.5457 Tm [<0072>45<0061>-20<0043006A0033>-250<006A00400033>-250<0043004C001D003C>25<0033>-250<006A0052>-250<006A00400033>-250<0054002F0037>-250<007E004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 544.2481 Tm [<0043004C001D003C0033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 335.5358 544.2481 Tm [<0043004C003C00590043004C004C003300300043001D006A>5<0033>5<007300610043006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 410.7533 544.2481 Tm [<00560043004C001D003C00330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 532.9505 Tm [<0072>45<0061>-20<0043006A0033>-250<006A00400033>-250<0043004C001D003C>25<0033>-250<006A0052>-250<006A00400033>-250<0054002F0037>-250<007E00490033>-250<0043004C004C003300300043001D006A00330049>25<0077>75<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 521.6528 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 521.6528 Tm [<0043004C003C0059004E005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 367.3787 521.6528 Tm [<00560043004C001D003C00330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 406.6821 521.6528 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A00400033>-250<004E005200300033>-250<001D006300630052002C0043001D006A00330030>-250<00730043006A0040>-250<001D004E>-250<0043004C001D003C>25<00330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 510.3552 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.0571 510.3552 Tm [<0043004C003C0059006A0077005500330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 368.7264 510.3552 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 386.056 510.3552 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<001D>-250<004900430063>15<006A>-250<00520038>-250<0063006E0055005500520061>-25<006A00330030>-250<0043004C001D003C>25<0033>-250<006A00770055003300630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 499.0575 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.0571 499.0575 Tm [<0043004C003C005900240052>25<0075>15<00330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 370.647 499.0575 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 487.7599 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<001D>-250<004900430063>15<006A>-250<00520038>-250<0063006E0055005500520061>-25<006A00330030>-250<0043004C001D003C>25<0033>-250<00240052006E004E00300043004E003C>-250<00240052>35<0075>-250<004E001D004C003300630059>]TJ
+/F5 11.620364 Tf 1 0 0 1 304.3626 453.8669 Tm [<00460055001D006A004000630033001D>-278<006A>-5<001D002400490033>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 431.2716 Tm [<0047005500630033005900630033>5<006A006F005500610052003C0061>-5<001D004C006F004E001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 399.4396 431.2716 Tm [<00560063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 419.974 Tm [<0042004E0043006A0043001D0049004300790033>-250<006A00400033>-250<00470055001D006A004000630033001D>-250<0049004300240061001D0061>-20<0077>-250<0024>30<0077>-250<00630033006A006A0043004E003C>-250<006A00400033>-250<005500610052003C>-10<0061001D004C>-250<004E001D004C00330059>-500<006900400033>-250<00520055006A00430052004E001D0049>]TJ
+1 0 0 1 316.3177 408.6764 Tm [<0063>15<006A0061>-20<0043004E003C>-250<001D004900490052>35<0073>25<0063>-250<0033>35<0075005500490043002C0043006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 392.9713 408.6764 Tm [<00550061>5<0052003C004E001D004C0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 431.5023 408.6764 Tm [<00630033006A006A0043004E003C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 397.3787 Tm [<00470055001D006A>5<004000630033001D>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 346.2684 397.3787 Tm [<00470055006300330059004E0033>5<0073>]TJ
+/F6 8.069684 Tf 1 0 0 1 382.5578 397.3787 Tm [<00560063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 386.0811 Tm [<002B00610033001D006A0033>-250<001D>-250<004E0033>30<0073>-250<00470055001D006A004000630033001D>-250<0049004300240061001D0061>-20<0077>-250<0043004E0063>15<006A001D004E002C00330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<001D004900490052>35<0073>25<0063>-250<0033>35<00750041>]TJ
+1 0 0 1 316.3177 374.7834 Tm [<005500490043002C0043006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 336.9942 374.7834 Tm [<00550061>5<0052003C004E001D004C0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 375.5252 374.7834 Tm [<00630033006A006A0043004E003C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 363.4858 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 363.4858 Tm [<00470055006300330059007E004E0030006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 384.8254 363.4858 Tm [<00560063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A002E>-278<002900240052005200490033001D004E002A002E>-278<0029004E006E004C002400330061002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 352.1881 Tm [<0037>15<0043004E0030>-250<001D>-250<007E004900330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<006A00400033>-250<007E00490033>-250<006A007700550033>-250<001D0063>-250<0063006E0055005500520061>-25<006A00330030>-250<0024>30<0077>-250<006A00400033>-250<0063>15<006A001D004E00300041>]TJ
+1 0 0 1 316.3177 340.8905 Tm [<001D00490052004E0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 337.9805 340.8905 Tm [<0047005500630033>10<007300400043002C0040>]TJ
+/F1 8.966376 Tf 1 0 0 1 377.8107 340.8905 Tm [<005500610052003C>-10<0061001D004C>-250<0056003000330038>25<001D006E0049006A>-250<00430063>]TJ
+/F6 8.069684 Tf 1 0 0 1 448.6451 340.8905 Tm [<005E006A>15<0033>25<0075005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 464.8167 340.8905 Tm [<002E>-250<004E0052>-250<001D006E006A0052003000430063002C0052>35<0071>35<00330061>-20<0077>-250<006A001D0047>20<00330063>-250<00550049001D002C003300570059>]TJ
+1 0 0 1 316.3177 329.5928 Tm [<006900400033>-250<00520055006A00430052004E001D0049>-250<00240052005200490033001D004E>-250<0043004E00300043002C001D006A00330063>-250<0073>30<0033006A004000330061>-250<006A00400033>-250<007E00490033>-250<004C006E0063>15<006A>-250<0033>35<007500430063>15<006A0059>-250<006900400033>-250<00520055006A00430052004E001D0049>]TJ
+1 0 0 1 316.3177 318.2952 Tm [<004E006E004C002400330061>-250<00430063>-250<006A00400033>-250<003000550043>-250<0071>25<001D0049006E0033>-250<0038>40<00520061>-250<00540046>-250<007E0049003300630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 306.9975 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 306.9975 Tm [<004700550063003300590049005200520047006E0055>]TJ
+/F6 8.069684 Tf 1 0 0 1 380.3387 306.9975 Tm [<00560063>5<006A00610043004E003C002E>-278<006A001D0024004900330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 439.3401 306.9975 Tm [<0037>15<0043004E0030>-250<001D>-250<007E00490033>-250<00560033>35<0075006A0033004E003000330030>-250<0043004E006A00330061>-20<0038>25<001D002C003300570059>]TJ
+1 0 0 1 304.3626 295.6999 Tm [<006900400033>]TJ
+/F5 8.069684 Tf 1 0 0 1 320.5469 295.6999 Tm [<004700550063003300590049005200520047006E0055>]TJ
+/F1 8.966376 Tf 1 0 0 1 369.8751 295.6999 Tm [<00520055006A00430052004E0063>-250<004C001D006A002C>15<0040>-250<002C0052004C004C001D004E003000490043004E0033>-250<001D0061>15<003C006E004C0033004E006A0063>-250<003800610052004C>]TJ
+/F6 8.069684 Tf 1 0 0 1 532.7314 295.6999 Tm [<0047005500630033>10<007300400043002C0040>]TJ
+/F1 8.966376 Tf 1 0 0 1 570.32 295.6999 Tm [<002D>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 284.4023 Tm [<0047>15<0033>15<0077>-4030<006A007700550033>-5233<003000330063002C006100430055>4<006A00430052004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 273.1046 Tm [<003000330024006E003C>-2658<004E006E004C002400330061>-3505<00630033006A>-250<003000330024006E003C003C0043004E003C>-250<007F001D003C0063>-250<0038>40<00520061>-250<006A004000430063>-250<0049005200520047>-15<006E0055>]TJ
+1 0 0 1 304.3626 261.807 Tm [<0038>40<00520061>-20<004C001D006A>-2456<0063>15<006A0061>-20<0043004E003C>-4277<006E00630033>-250<006300550033002C0043007E002C>-250<007E00490033>-250<006A007700550033>-250<0056006300330033>-250<004900430063>15<006A>-250<001D00240052>35<0071>35<00330057>]TJ
+1 0 0 1 304.3626 250.5093 Tm [<003000550043>-3824<004E006E004C002400330061>-3505<006E00630033>-396<006A004000430063>-396<00610033006300520049006E006A00430052004E>-396<0038>39<00520061>-395<006A004000430063>-396<0049005200520047>-15<006E00550064>-469<003000330038>24<001D006E0049006A>]TJ
+1 0 0 1 408.9285 239.2117 Tm [<0066007A007A>]TJ
+1 0 0 1 304.3626 227.914 Tm [<0055001D006A0040>-3380<0063>15<006A0061>-20<0043004E003C>-4277<00630033001D0061002C>15<0040>-250<0043004E>-250<006A00400033>-250<003C00430071>35<0033004E>-250<0055001D006A0040>]TJ
+1 0 0 1 304.3626 216.6164 Tm [<001D00490049>-4102<00240052005200490033001D004E>-3394<0052006E006A0055006E006A>-250<001D00490049>-250<004C001D006A002C>15<004000330063002E>-250<004E0052006A>-250<0045006E0063>15<006A>-250<006A00400033>-250<007E00610063>15<006A>]TJ
+1 0 0 1 304.3626 205.3187 Tm [<004C006E0063>15<006A00410033>35<007500430063>15<006A>-1000<00240052005200490033001D004E>-3394<00630033001D0061002C>15<0040>-250<006A00400033>-250<0030004300630047>-250<001D0063>-250<0073>30<003300490049>-250<001D0063>-250<0049006300410060>-250<00430038>-250<004E0033002C003300630063001D0061>-20<0077>]TJ
+1 0 0 1 304.3626 194.0211 Tm [<004C0047006A0033>35<007500550047>-1637<00240052005200490033001D004E>-3394<003000430063001D00240049003300670033004E001D002400490033>-417<004C0047006A0033>34<007500550047>-416<003C>24<0033004E00330061001D006A00430052004E>-416<0038>39<00520061>-416<006A004000430063>]TJ
+1 0 0 1 408.9285 182.7234 Tm [<0049005200520047>-15<006E0055>]TJ
+1 0 0 1 304.3626 171.4258 Tm [<004C0047006A0033>35<0075006A0033>35<0075>-1450<00240052005200490033001D004E>-3394<003000430063001D00240049003300670033004E001D002400490033>-370<004C0047006A0033>34<0075006A0033>35<0075>-369<003C>24<0033004E00330061001D006A00430052004E>-370<0038>39<00520061>-369<006A004000430063>]TJ
+1 0 0 1 408.9285 160.1282 Tm [<0049005200520047>-15<006E0055>]TJ
+1 0 0 1 304.3626 148.8305 Tm [<004C0047006A0033>35<0075004C0038>-1526<00240052005200490033001D004E>-3394<003000430063001D00240049003300670033004E001D002400490033>-389<004C0047006A0033>34<0075004C0038>-388<003C>24<0033004E00330061001D006A00430052004E>-389<0038>39<00520061>-388<006A004000430063>]TJ
+1 0 0 1 408.9285 137.5329 Tm [<0049005200520047>-15<006E0055>]TJ
+1 0 0 1 304.3626 126.2352 Tm [<004C0047006A0033>35<0075006A0038004C>-1248<00240052005200490033001D004E>-3394<003000430063001D00240049003300670033004E001D002400490033>-319<004C0047006A0033>34<0075006A0038004C>-319<003C>24<0033004E00330061001D006A00430052004E>-319<0038>39<00520061>-319<006A004000430063>]TJ
+1 0 0 1 408.9285 114.9376 Tm [<0049005200520047>-15<006E0055>]TJ
+1 0 0 1 304.3626 103.6399 Tm [<0063006E0024003000430061>-2602<0063>15<006A0061>-20<0043004E003C>-250<00520061>-250<006A001D002400490033>-1000<0052004E0049>25<0077>-457<0052006E006A0055006E006A>-457<004C001D006A002C>14<004000330063>-456<00730040005200630033>-457<0030004300610033002C006A00520061>-20<0077>-457<0055001D0061>-25<006A>]TJ
+1 0 0 1 408.9285 92.3423 Tm [<0033004E00300063>-250<00730043006A0040>-250<006A00400033>-250<003C00430071>35<0033004E>-250<0063>15<006A0061>-20<0043004E003C005600630057>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 69.747 Tm [<004700550063003300590043004E0043006A006F005500610052003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 359.5189 69.747 Tm [<00560063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 58.4493 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<00540046>-250<003C>25<0033004E00330061001D006A00430052004E>-250<005500610052003C>-10<0061001D004C0059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<006A00400033>-250<004C0033006A001D0038>40<0052004E006A>]TJ
+1 0 0 1 316.3177 47.1517 Tm [<004C005200300033>-250<0038>25<001D004900490024001D002C>20<0047>-250<004E001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 35.8541 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 35.8541 Tm [<004700550063003300590061>-5<0033001D0030001D002400490033006F007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 403.2646 35.8541 Tm [<00560063>5<006A00610043004E003C0057>]TJ
ET
+
endstream
endobj
34 0 obj
<</Type/Page/Contents 35 0 R/Resources 33 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
endobj
33 0 obj
-<</Font<</F29 18 0 R/F31 20 0 R/F30 19 0 R>>/ProcSet[/PDF/Text]>>
+<</Font<</F1 18 0 R/F5 19 0 R/F6 20 0 R/F7 21 0 R>>/ProcSet[/PDF/Text]>>
endobj
38 0 obj
-<</Length 42274 >>
+<</Length 39264 >>
stream
-0 g 0 G
-0 g 0 G
+0.000 g 0.000 G
+0.000 g 0.000 G
BT
-/F29 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0066>-48570<0048006E001D006A00330075>-250<007A005900660066>-250<0063004000520061006A>-250<006100330038003300610033004E002C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 780.6666 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 780.6666 Tm [<004C0055002D002C0040001D0061006F007300430030006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 122.2937 780.6666 Tm [<00560063006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 191.1966 780.6666 Tm [<00600033005500520061006A>-250<001D>-250<002C0040001D0061001D002C006A0033006102150063>-250<007300430030006A00400059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 769.369 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 769.369 Tm [<004C0055002D002C0040001D0061006F004000330043003C0040006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 125.4328 769.369 Tm [<00560063006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 758.0713 Tm [<00600033005500520061006A>-250<001D>-250<002C0040001D0061001D002C006A0033006102150063>-250<004000330043003C0040006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 746.7737 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 746.7737 Tm [<004C0055002D002C0040001D0061006F003000330055006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 123.1894 746.7737 Tm [<00560063006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 192.0924 746.7737 Tm [<00600033005500520061006A>-250<001D>-250<002C0040001D0061001D002C006A0033006102150063>-250<003000330055006A00400059>]TJ
-/F30 11.620364 Tf 1 0 0 1 28.3464 722.2149 Tm [<004D005200300033>-278<006A001D002400490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 710.9173 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.041 710.9173 Tm [<004E0052003000330059006A0077005500330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 97.6408 710.9173 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 114.9704 710.9173 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<004900430063006A>-250<00520038>-250<004E005200300033>-250<006A00770055003300630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 699.6196 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.041 699.6196 Tm [<004E005200300033005900730040001D006A00630043006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 108.8496 699.6196 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 126.1792 699.6196 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<004900430063006A>-250<00520038>-250<00730040001D006A00630043006A>-250<006A00770055003300630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 688.322 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 688.322 Tm [<004E005200300033005900430063006F004E005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 118.275 688.322 Tm [<0056001D004E00770057>]TJ
-/F29 8.966376 Tf 1 0 0 1 148.6129 688.322 Tm [<00600033006A006E0061004E>-250<006A0061006E0033>-250<00430038>-250<006A00400033>-250<0052002400450033002C006A>-250<00430063>-250<001D>-250<004A004E005200300033003E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 677.0243 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 677.0243 Tm [<004E005200300033005900430030>]TJ
-/F31 8.069684 Tf 1 0 0 1 93.5979 677.0243 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 130.6579 677.0243 Tm [<002B0052004E007100330061006A>-250<001D>-250<004E005200300033>-250<006A007700550033>-250<0063006A00610043004E003C>-250<0043004E006A0052>-250<001D>-250<004E005200300033>-250<00430030>]TJ
-1 0 0 1 40.3016 665.7267 Tm [<004E006E004C0024003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 654.429 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 654.429 Tm [<004E00520030003300590063006E0024006A007700550033>]TJ
-/F31 8.069684 Tf 1 0 0 1 117.3631 654.429 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 154.4231 654.429 Tm [<002B0052004E007100330061006A>-250<001D>-250<00730040001D006A00630043006A>-250<006A007700550033>-250<0063006A00610043004E003C>-250<0043004E006A0052>-250<001D>]TJ
-1 0 0 1 40.3016 643.1314 Tm [<004E005200300033>-250<0063006E0024006A007700550033>-250<004E006E004C0024003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 631.8337 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 631.8337 Tm [<004E0052003000330059006A007700550033>]TJ
-/F31 8.069684 Tf 1 0 0 1 95.3894 631.8337 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 140.0752 631.8337 Tm [<002C0052004E007100330061006A>-250<001D>-250<004E005200300033>-250<00430030>-250<004E006E004C002400330061>-250<0043004E006A0052>-250<001D>-250<004E005200300033>]TJ
-1 0 0 1 40.3016 620.5361 Tm [<006A007700550033>-250<0063006A00610043004E003C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 609.2384 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.041 609.2384 Tm [<004E0052003000330059007E0033004900300063>]TJ
-/F31 8.069684 Tf 1 0 0 1 97.6408 609.2384 Tm [<0056004E006E004C002400330061002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 178.6563 609.2384 Tm [<00600033005500520061006A>-250<006A00400033>-250<007E0033004900300063>-250<001D>-250<004E005200300033>-250<006A007700550033>]TJ
-1 0 0 1 40.3016 597.9408 Tm [<006E004E0030003300610063006A001D004E003000630059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<001D0061003C006E004C0033004E006A>-250<00430063>-250<004E00330033003000330030>-250<003800520061>-250<00730040001D006A00630043006A00630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 586.6432 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 66.2578 586.6432 Tm [<004E00520030003300590040001D0063006F007E003300490030>]TJ
-/F31 8.069684 Tf 1 0 0 1 122.7618 586.6432 Tm [<0056004E005200300033002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 575.3455 Tm [<00600033006A006E0061004E>-250<006A0061006E0033>-250<00430038>-250<006A00400033>-250<004E005200300033>-250<006E004E0030003300610063006A001D004E00300063>-250<006A00400033>-250<004E001D004C00330030>-250<007E0033004900300059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 564.0479 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 564.0479 Tm [<004E0052003000330059004E00330073>]TJ
-/F31 8.069684 Tf 1 0 0 1 92.7102 564.0479 Tm [<0056004E006E004C002400330061002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 173.7258 564.0479 Tm [<002B00610033001D006A0033>-250<001D>-250<004E00330073>-250<004E005200300033>-250<00730043006A0040>-250<00430030>-250<001D004E0030>]TJ
-1 0 0 1 40.3016 552.7502 Tm [<005600520055006A00430052004E001D00490057>-250<0063006E0024006A0077005500330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 541.4526 Tm [<004E00520030003300590038006100330033>]TJ
-/F31 8.069684 Tf 1 0 0 1 64.6681 541.4526 Tm [<0056004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 99.9447 541.4526 Tm [<0060003300490033001D00630033>-250<001D>-250<004E0052003000330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 530.1549 Tm [<004E0052003000330059007F006E00630040006F004900430063006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 85.2942 530.1549 Tm [<0056004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 120.5708 530.1549 Tm [<0060003300490033001D00630033>-250<001D>-250<004900430063006A>-250<00520038>-250<004E00520030003300630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 518.8573 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 518.8573 Tm [<004E0052003000330059002C005200550077>]TJ
-/F31 8.069684 Tf 1 0 0 1 95.8494 518.8573 Tm [<0056004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 131.1259 518.8573 Tm [<002B005200550077>-250<001D>-250<004E0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 507.5596 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 507.5596 Tm [<004E0052003000330059002C005200550077006F004900430063006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 111.9968 507.5596 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 174.1938 507.5596 Tm [<002B005200550077>-250<001D>-250<004E005200300033>-250<004900430063006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 496.262 Tm [<004E005200300033002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 87.3358 496.262 Tm [<004E005200300033005900400055001D002C0047>]TJ
-/F31 8.069684 Tf 1 0 0 1 132.1791 496.262 Tm [<0056004E005200300033002E>-278<0029004E006E004C002400330061002A002E>-278<00290063006A00610043004E003C002A002E>-278<00290063006A00610043004E003C002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 261.1931 496.262 Tm [<0054001D002C0047>]TJ
-1 0 0 1 40.3016 484.9643 Tm [<001D>-250<004E005200300033>-250<004900430063006A>-250<0043004E006A0052>-250<001D>-250<004000520061004300790052004E006A001D0049>-250<004900430063006A0059>-500<006900400033>-250<004E006E004C002400330061>-250<00430063>-250<006A00400033>-250<0030003300630043006100330030>-250<0063004300790033002E>-250<006A00400033>]TJ
-1 0 0 1 40.3016 473.6667 Tm [<007E00610063006A>-250<0063006A00610043004E003C>-250<00430063>-250<00330043006A004000330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 110.0421 473.6667 Tm [<005E00330075001D002C006A005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 137.2997 473.6667 Tm [<00520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 147.0103 473.6667 Tm [<005E001D003000300043006A00430052004E001D0049005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 189.5196 473.6667 Tm [<0056004C005200300043007E00330063>-250<006A00400033>-250<007E00610063006A>-250<0063006A00610043004E003C0057002E>]TJ
-1 0 0 1 40.3016 462.3691 Tm [<006A00400033>-250<00630033002C0052004E0030>-250<0063006A00610043004E003C>-250<00430063>-250<006A00400033>-250<0030003300630043006100330030>-250<0030004300610033002C006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 451.0714 Tm [<004E005200300033002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 87.3358 451.0714 Tm [<004E005200300033005900710055001D002C0047>]TJ
-/F31 8.069684 Tf 1 0 0 1 131.7352 451.0714 Tm [<0056004E005200300033002E>-278<0029004E006E004C002400330061002A002E>-278<00290063006A00610043004E003C002A002E>-278<00290063006A00610043004E003C002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 439.7738 Tm [<0054001D002C0047>-250<001D>-250<004E005200300033>-250<004900430063006A>-250<0043004E006A0052>-250<001D>-250<007100330061006A0043002C001D0049>-250<004900430063006A0059>-500<001C0061003C006E004C0033004E006A0063>-250<001D0063>-250<003800520061>-250<004E005200300033005900400055001D002C0047>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 428.4761 Tm [<004E006E004C002400330061002E>-278<004E006E004C002400330061002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 128.5881 428.4761 Tm [<004E005200300033005900300043004C0033004E006300430052004E0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 194.9531 428.4761 Tm [<00560029004E006E004C002400330061002A002E>-278<0029004E006E004C002400330061002A002E>]TJ
-1 0 0 1 40.3016 417.1785 Tm [<0029004E006E004C002400330061002A002E>-278<004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 405.8808 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<004E001D006A006E0061001D0049>-250<00300043004C0033004E006300430052004E0063>-250<00520038>-250<001D>-250<0056004000520061004300790052004E006A001D00490057>-250<004E005200300033>-250<004900430063006A0059>-500<006900400033>-250<006B>-250<005200550041>]TJ
-1 0 0 1 40.3016 394.5832 Tm [<006A00430052004E001D0049>-250<004E006E004C0024003300610063>-250<0061003300550061003300630033004E006A>-500<003C0049006E0033006F00630033006A002E>-250<003C0049006E0033006F00630043003C004E002E>-250<001D004E0030>-250<003C0049006E0033006F005200610030003300610059>-500<006900400033>]TJ
-1 0 0 1 40.3016 383.2855 Tm [<002C001D0049002C006E0049001D006A00430052004E>-250<0063006A005200550063>-250<0045006E0063006A>-250<002400330038005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<004E005200300033>-250<0056003000330038001D006E0049006A>-250<0033004E0030>-250<00520038>-250<004900430063006A0057>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 371.9879 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 371.9879 Tm [<004E0052003000330059004C004900430063006A006F006A0052006F0040004900430063006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 129.0319 371.9879 Tm [<0056004E005200300033002E>-278<0063006A00610043004E003C002E>-278<00240052005200490033001D004E0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 221.7243 371.9879 Tm [<00600033002C006E0061006300430071003300490077>-250<002C0052004E0041>]TJ
-1 0 0 1 40.3016 360.6902 Tm [<007100330061006A>-250<001D>-250<004C001D006A0040>-250<004900430063006A>-250<0043004E006A0052>-250<001D>-250<004000520061004300790052004E006A001D0049>-250<004900430063006A0059>-500<006900400033>-250<0063006A00610043004E003C>-250<00300043007B003300610033004E006A0043001D006A00330063>-250<00300043006300550049001D0077>]TJ
-1 0 0 1 40.3016 349.3926 Tm [<001D004E0030>-250<0043004E00490043004E0033002E>-250<006A00400033>-250<00240052005200490033001D004E>-250<007300400033006A004000330061>-250<00550033004E001D0049006A004300330063>-250<001D00610033>-250<0043004E006300330061006A00330030>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 338.095 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 338.095 Tm [<004E005200300033005900630049004300300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 95.4055 338.095 Tm [<0056004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 130.6821 338.095 Tm [<004B005200710033>-250<006A0052>-250<006A00400033>-250<0049001D0063006A>-250<004E005200300033>-250<00520038>-250<001D>-250<004900430063006A>-250<00730040004300490033>-250<007E00750043004E003C>]TJ
-1 0 0 1 40.3016 326.7973 Tm [<004E00330075006A>-250<001D004E0030>-250<0055006100330071>-250<005500520043004E006A0033006100630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 315.4997 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 315.4997 Tm [<004E0052003000330059006A001D00430049>]TJ
-/F31 8.069684 Tf 1 0 0 1 88.6754 315.4997 Tm [<0056004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 123.952 315.4997 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<0049001D0063006A>-250<004E005200300033>-250<0043004E>-250<001D>-250<004900430063006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 304.202 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 304.202 Tm [<004E005200300033005900490033004E003C006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 110.633 304.202 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 172.83 304.202 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<00490033004E003C006A0040>-250<00520038>-250<001D>-250<004E005200300033>-250<004900430063006A0059>]TJ
-1 0 0 1 40.3016 292.9044 Tm [<005400610052002C0033006300630043004E003C>-250<0063006A005200550063>-250<0045006E0063006A>-250<002400330038005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<004E0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 281.6067 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 281.6067 Tm [<004E0052003000330059002C0052006E004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 108.3896 281.6067 Tm [<0056004E006E004C002400330061002E>-278<004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 270.3091 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<002C0052006E004E006A>-250<00520038>-250<004E0052003000330063>-250<00730043006A0040>-250<001D>-250<006300550033002C0043007E002C>-250<00430030>-250<0043004E>-250<001D>-250<004E005200300033>-250<004900430063006A0059>-500<005400610052002C0033006300630043004E003C>]TJ
-1 0 0 1 40.3016 259.0114 Tm [<0063006A005200550063>-250<0045006E0063006A>-250<002400330038005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<004E0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 247.7138 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 247.7138 Tm [<004E0052003000330059006A0061001D00710033006100630033>]TJ
-/F31 8.069684 Tf 1 0 0 1 108.4139 247.7138 Tm [<0056004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 143.6904 247.7138 Tm [<0042006A00330061001D006A0033>-250<0052007100330061>-250<001D>-250<004E005200300033>-250<004900430063006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 236.4161 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 236.4161 Tm [<004E0052003000330059006A0061001D00710033006100630033006F00430030>]TJ
-/F31 8.069684 Tf 1 0 0 1 120.0745 236.4161 Tm [<0056004E006E004C002400330061002E>-278<004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 187.1941 236.4161 Tm [<0042006A00330061001D006A0033>-250<0052007100330061>-250<004E0052003000330063>-250<00730043006A0040>-250<00430030>]TJ
-1 0 0 1 40.3016 225.1185 Tm [<004C001D006A002C00400043004E003C>-250<006A00400033>-250<004E006E004C002400330061>-250<0043004E>-250<001D>-250<004E005200300033>-250<004900430063006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 213.8209 Tm [<004E005200300033002E>-278<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 77.9266 213.8209 Tm [<004E005200300033005900610033004C005200710033>]TJ
-/F31 8.069684 Tf 1 0 0 1 128.1523 213.8209 Tm [<0056004E005200300033002E>-278<004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 185.8626 213.8209 Tm [<00320075006A0061001D002C006A>-250<001D004E0030>-250<00610033004C005200710033>-250<001D>-250<00630033002C0052004E0030>]TJ
-1 0 0 1 40.3016 202.5232 Tm [<004E005200300033>-250<003800610052004C>-250<006A00400033>-250<004900430063006A>-250<006A0040001D006A>-250<0063006A001D0061006A0063>-250<0043004E>-250<006A00400033>-250<007E00610063006A>-250<004E0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 191.2256 Tm [<004E005200300033002E>-278<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 77.9266 191.2256 Tm [<004E00520030003300590043004E006300330061006A006F002400330038005200610033>]TJ
-/F31 8.069684 Tf 1 0 0 1 150.5699 191.2256 Tm [<0056004E005200300033002E>-278<004E005200300033002E>-278<004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 230.7139 191.2256 Tm [<0042004E006300330061006A>-250<006A00400033>-250<006A0040004300610030>]TJ
-1 0 0 1 40.3016 179.9279 Tm [<004E005200300033>-250<0045006E0063006A>-250<002400330038005200610033>-250<006A00400033>-250<00630033002C0052004E0030>-250<004E005200300033>-250<0043004E>-250<006A00400033>-250<004900430063006A>-250<006A0040001D006A>-250<0063006A001D0061006A0063>-250<001D006A>-250<006A00400033>-250<007E00610063006A>-250<004E0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 168.6303 Tm [<004E005200300033002E>-278<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 77.9266 168.6303 Tm [<004E00520030003300590043004E006300330061006A006F001D0038006A00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 143.3959 168.6303 Tm [<0056004E005200300033002E>-278<004E005200300033002E>-278<004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 157.3326 Tm [<0042004E006300330061006A>-250<006A00400033>-250<006A0040004300610030>-250<004E005200300033>-250<0045006E0063006A>-250<001D0038006A00330061>-250<006A00400033>-250<00630033002C0052004E0030>-250<004E005200300033>-250<0043004E>-250<006A00400033>-250<004900430063006A>-250<006A0040001D006A>-250<0063006A001D0061006A0063>-250<001D006A>]TJ
-1 0 0 1 40.3016 146.035 Tm [<006A00400033>-250<007E00610063006A>-250<004E0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 134.7373 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 134.7373 Tm [<004E0052003000330059007E00610063006A006F003C0049007700550040>]TJ
-/F31 8.069684 Tf 1 0 0 1 118.2669 134.7373 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 180.464 134.7373 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<007E00610063006A>-250<002C0040001D0061001D002C006A00330061>-250<004E005200300033>]TJ
-1 0 0 1 40.3016 123.4397 Tm [<0043004E>-250<001D>-250<004900430063006A0059>-500<005400610052002C0033006300630043004E003C>-250<0063006A005200550063>-250<0045006E0063006A>-250<002400330038005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<004E0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 112.142 Tm [<004E005200300033002E>-278<004E005200300033002E>-278<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 111.1253 112.142 Tm [<004E005200300033005900490043003C001D006A006E00610043004E003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 169.4126 112.142 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 100.8444 Tm [<001C0055005500490077>-250<006A00400033>-250<0043004E006A00330061004E001D0049>-250<00490043003C001D006A006E00610043004E003C>-250<00610052006E006A0043004E0033>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063006A0059>-500<005400610052002C0033006300630043004E003C>-250<0063006A005200550063>]TJ
-1 0 0 1 40.3016 89.5468 Tm [<0045006E0063006A>-250<002400330038005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<004E0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 78.2491 Tm [<004E005200300033002E>-278<004E005200300033002E>-278<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 111.1253 78.2491 Tm [<004E0052003000330059004700330061004E0043004E003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 161.7948 78.2491 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 66.9515 Tm [<001C0055005500490077>-250<006A00400033>-250<0043004E006A00330061004E001D0049>-250<004700330061004E0043004E003C>-250<00610052006E006A0043004E0033>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063006A0059>-500<005400610052002C0033006300630043004E003C>-250<0063006A005200550063>]TJ
-1 0 0 1 40.3016 55.6538 Tm [<0045006E0063006A>-250<002400330038005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<004E0052003000330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 44.3562 Tm [<004E0052003000330059006E004E005500610052006A0033002C006A006F003C00490077005500400063>]TJ
-/F31 8.069684 Tf 1 0 0 1 117.5729 44.3562 Tm [<0056004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 152.8495 44.3562 Tm [<004B001D00610047>-250<001D00490049>-250<002C0040001D0061001D002C006A003300610063>-250<0043004E>-250<001D>-250<004E005200300033>-250<004900430063006A>-250<001D0063>]TJ
-1 0 0 1 40.3016 33.0585 Tm [<002400330043004E003C>-250<005500610052002C00330063006300330030>-250<003C004900770055004000630059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 21.7609 Tm [<004E0052003000330059005500610052006A0033002C006A006F003C00490077005500400063>]TJ
-/F31 8.069684 Tf 1 0 0 1 107.7118 21.7609 Tm [<0056004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 142.9883 21.7609 Tm [<004B001D00610047>-250<001D00490049>-250<005500610052002C00330063006300330030>-250<003C00490077005500400063>-250<0043004E>-250<001D>-250<004E005200300033>-250<004900430063006A>]TJ
-1 0 0 1 316.3177 780.6666 Tm [<001D0063>-250<002400330043004E003C>-250<002C0040001D0061001D002C006A0033006100630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 769.369 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 331.509 769.369 Tm [<004E00520030003300590049001D0063006A006F004E005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 390.7001 769.369 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 408.0297 769.369 Tm [<0054005200550063>-250<001D004E0030>-250<00610033006A006E0061004E0063>-250<006A00400033>-250<0049001D0063006A>-250<004E005200300033>-250<0052004E>-250<006A00400033>-250<002C006E00610041>]TJ
-1 0 0 1 316.3177 758.0713 Tm [<00610033004E006A>-250<0052006E006A0055006E006A>-250<004900430063006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 746.7737 Tm [<004E0052003000330059007300610043006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 344.7191 746.7737 Tm [<0056004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 379.9956 746.7737 Tm [<001C005500550033004E00300063>-250<001D>-250<004E005200300033>-250<006A0052>-250<006A00400033>-250<002C006E006100610033004E006A>-250<0052006E006A0055006E006A>-250<004900430063006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 735.476 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 735.476 Tm [<004E0052003000330059005500610052006A0061006E006300430052004E006F00630047004300550055001D002400490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 445.8564 735.476 Tm [<0056004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 481.133 735.476 Tm [<00600033006A006E0061004E>-250<006A0061006E0033>-250<00430038>-250<006A00400033>-250<004E005200300033>]TJ
-1 0 0 1 316.3177 724.1784 Tm [<002C0052006E00490030>-250<00240033>-250<0063004700430055005500330030>-250<003800520061>-250<005500610052006A0061006E006300430052004E>-250<0055006E0061005500520063003300630059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 712.8807 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 331.509 712.8807 Tm [<004E0052003000330059004E00330075006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 369.6221 712.8807 Tm [<0056004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 404.8987 712.8807 Tm [<00600033006A006E0061004E0063>-250<006A00400033>-250<004E00330075006A>-250<004E0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 701.5831 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 331.509 701.5831 Tm [<004E00520030003300590055006100330071>]TJ
-/F31 8.069684 Tf 1 0 0 1 370.074 701.5831 Tm [<0056004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 405.3506 701.5831 Tm [<00600033006A006E0061004E0063>-250<006A00400033>-250<005500610033007100430052006E0063>-250<004E0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 690.2854 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 690.2854 Tm [<004E00520030003300590040001D0063006F001D006A006A006100430024006E006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 413.1096 690.2854 Tm [<0056004E005200300033002E>-278<004E006E004C002400330061002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 516.5589 690.2854 Tm [<00600033006A006E0061004E>-250<001D004E>]TJ
-1 0 0 1 316.3177 678.9878 Tm [<001D006A006A006100430024006E006A0033>-250<0071001D0049006E0033>-250<003800520061>-250<001D>-250<004E005200300033002E>-250<00430038>-250<0043006A>-250<0040001D0063>-250<0052004E00330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<004E006E004C002400330061>-250<006A00330063006A0063>-250<003800520061>]TJ
-1 0 0 1 316.3177 667.6901 Tm [<001D>-250<006300550033002C0043007E002C>-250<0071001D0049006E0033>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 656.3925 Tm [<004E005200300033005900630033006A006F001D006A006A006100430024006E006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 374.3106 656.3925 Tm [<0056004E005200300033002E>-278<004E006E004C002400330061002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 473.2731 656.3925 Tm [<00620033006A>-250<001D004E>-250<001D006A006A006100430024006E006A0033>-250<0071001D0049006E0033>-250<003800520061>]TJ
-1 0 0 1 316.3177 645.0949 Tm [<001D>-250<004E0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 633.7972 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 633.7972 Tm [<004E0052003000330059006E004E00630033006A006F001D006A006A006100430024006E006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 420.7274 633.7972 Tm [<0056004E005200300033002E>-278<004E006E004C002400330061002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 622.4996 Tm [<006D004E00630033006A>-250<001D004E>-250<001D006A006A006100430024006E006A0033>-250<0071001D0049006E0033>-250<003800520061>-250<001D>-250<004E0052003000330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<004E006E004C002400330061>-250<006A00330063006A0063>-250<003800520061>-250<001D>]TJ
-1 0 0 1 316.3177 611.2019 Tm [<006300550033002C0043007E002C>-250<0071001D0049006E0033>]TJ
-/F30 11.620364 Tf 1 0 0 1 304.3626 586.6432 Tm [<005400300038>-278<006A001D002400490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 575.3455 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 575.3455 Tm [<00550030003800590043004C004C003300300043001D006A0033005200240045>]TJ
-/F31 8.069684 Tf 1 0 0 1 407.7272 575.3455 Tm [<00560029004E006E004C002400330061002A002E>-278<00290063006A00610043004E003C002A002E>-278<0063006A00610043004E003C002E>-278<00290063006A00610043004E003C002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 564.0479 Tm [<007200610043006A0033>-250<001D004E>-250<0052002400450033002C006A>-250<006A0052>-250<006A00400033>-250<0054002F0037>-250<007E00490033>-250<0043004C004C003300300043001D006A0033004900770059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<004E006E004C002400330061>-250<00430063>]TJ
-1 0 0 1 316.3177 552.7502 Tm [<001D004E>-250<0052002400450033002C006A>-250<00430030002E>-250<006A00400033>-250<007E00610063006A>-250<00520055006A00430052004E001D0049>-250<0063006A00610043004E003C>-250<00430063>]TJ
-/F31 8.069684 Tf 1 0 0 1 454.5524 552.7502 Tm [<005E007E00490033005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 470.5949 552.7502 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 475.0781 552.7502 Tm [<005E0063006A00610033001D004C005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 505.4685 552.7502 Tm [<002E>-250<00520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 519.6623 552.7502 Tm [<005E007E004900330063006A00610033001D004C005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 560.3657 552.7502 Tm [<0059>]TJ
-1 0 0 1 316.3177 541.4526 Tm [<006A00400033>-250<00630033002C0052004E0030>-250<00520055006A00430052004E001D0049>-250<0063006A00610043004E003C>-250<002C0052004E006A001D0043004E0063>-250<0063006A00610033001D004C>-250<001D006A006A006100430024006E006A00330063>-250<003800520061>-250<006A00400033>-250<0049001D006A006A00330061>-250<006A00730052>]TJ
-1 0 0 1 316.3177 530.1549 Tm [<002C001D0063003300630059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 518.8573 Tm [<0055003000380059004C001D0055007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 347.4063 518.8573 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 384.4662 518.8573 Tm [<00600033003C00430063006A00330061>-250<001D>-250<00380052004E006A>-250<004C001D0055>-250<007E004900330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 507.5596 Tm [<0055003000380059004C001D005500490043004E0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 349.6496 507.5596 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.7096 507.5596 Tm [<00600033003C00430063006A00330061>-250<001D>-250<00380052004E006A>-250<004C001D0055>-250<00490043004E00330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 496.262 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 496.262 Tm [<0055003000380059005200240045>]TJ
-/F31 8.069684 Tf 1 0 0 1 367.8145 496.262 Tm [<00560029004E006E004C002400330061002A002E>-278<00290063006A00610043004E003C002A002E>-278<0063006A00610043004E003C002E>-278<00290063006A00610043004E003C002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 498.6119 496.262 Tm [<007200610043006A0033>-250<001D004E>-250<0052002400450033002C006A>-250<006A0052>]TJ
-1 0 0 1 316.3177 484.9643 Tm [<006A00400033>-250<0054002F0037>-250<007E004900330059>-500<006200330033>]TJ
-/F31 8.069684 Tf 1 0 0 1 381.575 484.9643 Tm [<005E00550030003800590043004C004C003300300043001D006A0033005200240045005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 450.9887 484.9643 Tm [<003800520061>-250<001D0061003C006E004C0033004E006A00630059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 473.6667 Tm [<0055003000380059006100330038005200240045>]TJ
-/F31 8.069684 Tf 1 0 0 1 341.5719 473.6667 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.2577 473.6667 Tm [<006000330038003300610033004E002C0033>-250<001D004E>-250<0052002400450033002C006A002E>-250<00630052>-250<006A0040001D006A>-250<0043006A>-250<0073004300490049>-250<00240033>-250<007300610043006A006A0033004E>-250<0052006E006A0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 462.3691 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 462.3691 Tm [<00550030003800590055001D003C0033006100330038>]TJ
-/F31 8.069684 Tf 1 0 0 1 384.8577 462.3691 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 429.5435 462.3691 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<0055001D003C0033006100330038>-250<0052002400450033002C006A>-250<004E006E004C0024003300610059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 451.0714 Tm [<0055003000380059005500610043004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 337.0851 451.0714 Tm [<005600290063006A00610043004E003C002A002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 439.7738 Tm [<007200610043006A0033>-250<0030004300610033002C006A00490077>-250<006A0052>-250<006A00400033>-250<0054002F0037>-250<007E00490033>-250<0056006E00630033>-250<0043004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 449.8091 439.7738 Tm [<00250049001D006A00330049006E001D>]TJ
-/F29 8.966376 Tf 1 0 0 1 475.8258 439.7738 Tm [<00570059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<0063006A00610043004E003C>]TJ
-1 0 0 1 316.3177 428.4761 Tm [<00430063>-250<0052004E0033>-250<00520038>]TJ
-/F31 8.069684 Tf 1 0 0 1 349.4395 428.4761 Tm [<005E0030004300610033002C006A005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 377.141 428.4761 Tm [<00520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 386.8516 428.4761 Tm [<005E0055001D003C0033005E>]TJ
-1 0 0 1 304.3626 417.1785 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 417.1785 Tm [<00550030003800590061003300630033006100710033005200240045>]TJ
-/F31 8.069684 Tf 1 0 0 1 396.5264 417.1785 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 405.8808 Tm [<0060003300630033006100710033>-250<001D004E>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<0043004E>-250<006A00400033>-250<0054002F0037>-250<0024001D002C00470033004E00300059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 394.5832 Tm [<005500300038005900610033003C00430063006A00330061001D004E004E0052006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 370.7196 394.5832 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 415.4054 394.5832 Tm [<00600033003C00430063006A00330061>-250<001D004E>-250<001D004E004E0052006A001D006A00430052004E>-250<0043004E>-250<006A00400033>-250<0054002F0037>-250<0024001D002C00470041>]TJ
-1 0 0 1 316.3177 383.2855 Tm [<0033004E00300059>]TJ
-/F30 11.620364 Tf 1 0 0 1 304.3626 360.5738 Tm [<0062006A001D006A006E0063>-278<006A001D002400490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 349.2762 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 331.0571 349.2762 Tm [<0063006A001D006A006E00630059004900430063006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 368.7264 349.2762 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.056 349.2762 Tm [<00600033006A006E0061004E0063>-250<001D>-250<006A001D002400490033>-250<00730043006A0040>-250<0071001D006100430052006E0063>-250<0063006A001D006A006E0063>-250<0043006A0033004C00630059>]TJ
-1 0 0 1 304.3626 337.9786 Tm [<006900400033>-250<002C006E006100610033004E006A>-250<004900430063006A>-250<00430063002D>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 326.6809 Tm [<004700330077>]TJ
-/F32 8.966376 Tf 1 0 0 1 386.8922 326.6809 Tm [<0033007500550049001D004E001D006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 315.3833 Tm [<005500300038006F003C0052004E0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 315.3833 Tm [<007300610043006A006A0033004E>]TJ
-/F29 6.973848 Tf 1 0 0 1 414.5355 315.3833 Tm [<0054002F0037>]TJ
-/F29 8.966376 Tf 1 0 0 1 429.5672 315.3833 Tm [<00240077006A00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 304.0856 Tm [<005500300038006F0055006A0061>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 304.0856 Tm [<004E0052006A>-250<00770033006A>-250<007300610043006A006A0033004E>]TJ
-/F29 6.973848 Tf 1 0 0 1 441.4347 304.0856 Tm [<0054002F0037>]TJ
-/F29 8.966376 Tf 1 0 0 1 456.4663 304.0856 Tm [<00240077006A00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 292.788 Tm [<003000710043006F003C0052004E0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 292.788 Tm [<007300610043006A006A0033004E>]TJ
-/F29 6.973848 Tf 1 0 0 1 414.5355 292.788 Tm [<002F00700042>]TJ
-/F29 8.966376 Tf 1 0 0 1 429.1697 292.788 Tm [<00240077006A00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 281.4903 Tm [<003000710043006F0055006A0061>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 281.4903 Tm [<004E0052006A>-250<00770033006A>-250<007300610043006A006A0033004E>]TJ
-/F29 6.973848 Tf 1 0 0 1 441.4347 281.4903 Tm [<002F00700042>]TJ
-/F29 8.966376 Tf 1 0 0 1 456.0688 281.4903 Tm [<00240077006A00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 270.1927 Tm [<006A0052006A001D0049006F0055001D003C00330063>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 270.1927 Tm [<004E006E004C002400330061>-250<00520038>-250<007300610043006A006A0033004E>-250<0055001D003C00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 258.895 Tm [<0052006E006A0055006E006A006F007E00490033006F004E001D004C0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 258.895 Tm [<004E001D004C0033>-250<00520038>-250<006A00400033>]TJ
-/F29 6.973848 Tf 1 0 0 1 431.4641 258.895 Tm [<0054002F0037>]TJ
-/F29 8.966376 Tf 1 0 0 1 446.4957 258.895 Tm [<00520061>]TJ
-/F29 6.973848 Tf 1 0 0 1 456.2063 258.895 Tm [<002F00700042>]TJ
-/F29 8.966376 Tf 1 0 0 1 470.8404 258.895 Tm [<007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 247.5974 Tm [<00490052003C006F004E001D004C0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 247.5974 Tm [<004E001D004C0033>-250<00520038>-250<006A00400033>-250<00490052003C>-250<007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 236.2997 Tm [<0024001D004E004E00330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 236.2997 Tm [<006A00330061004C0043004E001D0049>-250<00300043006300550049001D0077>-250<0024001D004E004E00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 225.0021 Tm [<0071001D0061006F006E006300330030>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 225.0021 Tm [<0071001D00610043001D002400490033>-250<00560052004E003300260041002600730052006100300057>-250<004C0033004C005200610077>-250<0043004E>-250<006E00630033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 213.7045 Tm [<00300077004E006F006E006300330030>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 213.7045 Tm [<006A005200470033004E>-250<0056004C006E0049006A004300260041002600730052006100300057>-250<004C0033004C005200610077>-250<0043004E>-250<006E00630033>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 202.4068 Tm [<0063006A0061006F0055006A0061>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 202.4068 Tm [<004E006E004C002400330061>-250<00520038>-250<0063006A00610043004E003C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 191.1092 Tm [<0043004E0043006A006F0063006A0061006F0055006A0061>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 191.1092 Tm [<004E006E004C002400330061>-250<00520038>]TJ
-/F29 6.973848 Tf 1 0 0 1 426.2366 191.1092 Tm [<0042004D00420069>]TJ
-1 0 0 1 439.1438 189.54 Tm [<0032>]TJ
-1 0 0 1 442.6299 191.1092 Tm [<0074>]TJ
-/F29 8.966376 Tf 1 0 0 1 449.9066 191.1092 Tm [<0063006A00610043004E003C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 179.8115 Tm [<004C001D0075006F0063006A00610043004E003C0063>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 179.8115 Tm [<004C001D00750043004C006E004C>-250<001D004900490052007300330030>-250<0063006A00610043004E003C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 168.5139 Tm [<0055005200520049006F0055006A0061>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 168.5139 Tm [<0063006A00610043004E003C>-250<0055005200520049>-250<0043004E003000330075>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 157.2162 Tm [<0043004E0043006A006F0055005200520049006F0055006A0061>]TJ
-/F29 6.973848 Tf 1 0 0 1 386.8922 157.2162 Tm [<0042004D00420069>]TJ
-1 0 0 1 399.7994 155.6471 Tm [<0032>]TJ
-1 0 0 1 403.2855 157.2162 Tm [<0074>]TJ
-/F29 8.966376 Tf 1 0 0 1 410.5622 157.2162 Tm [<0063006A00610043004E003C>-250<0055005200520049>-250<0043004E003000330075>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 145.9186 Tm [<0055005200520049006F0063004300790033>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 145.9186 Tm [<002C006E006100610033004E006A>-250<0063004300790033>-250<001D004900490052002C001D006A00330030>-250<003800520061>-250<0063006A00610043004E003C>-250<002C0040001D0061001D002C006A003300610063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 134.6209 Tm [<004E005200300033006F004C0033004C006F006E0063001D003C0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 134.6209 Tm [<001D>-250<0063006A00610043004E003C>-250<003C004300710043004E003C>-250<0043004E00630043003C0040006A>-250<0043004E006A0052>-250<002C006E006100610033004E006A00490077>-250<006E006300330030>-250<004E0052003000330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 123.3233 Tm [<0071001D0061006F004C0033004C006F004C001D0075>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 123.3233 Tm [<004E006E004C002400330061>-250<00520038>-250<001D004900490052002C001D006A00330030>-250<00730052006100300063>-250<003800520061>-250<004E0052003000330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 112.0256 Tm [<007E0075006F004C0033004C006F004C001D0075>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 112.0256 Tm [<004E006E004C002400330061>-250<00520038>-250<001D004900490052002C001D006A00330030>-250<00730052006100300063>-250<003800520061>-250<006A005200470033004E0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 100.728 Tm [<007E0075006F004C0033004C006F0033004E0030>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 100.728 Tm [<004C001D00750043004C006E004C>-250<004E006E004C002400330061>-250<00520038>-250<006E006300330030>-250<006A005200470033004E0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 89.4304 Tm [<002C0063006F002C0052006E004E006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 89.4304 Tm [<004E006E004C002400330061>-250<00520038>-250<002C0052004E006A006100520049>-250<00630033005C006E0033004E002C00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 78.1327 Tm [<0040001D00630040006F0063004300790033>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 78.1327 Tm [<0063004300790033>-250<00520038>-250<0040001D00630040>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 66.8351 Tm [<0040001D00630040006F00330075006A0061001D>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 66.8351 Tm [<00330075006A0061001D>-250<001D004900490052007300330030>-250<0040001D00630040>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 55.5374 Tm [<00380052004E006A006F0055006A0061>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 55.5374 Tm [<004E006E004C002400330061>-250<00520038>-250<001D002C006A004300710033>-250<00380052004E006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 44.2398 Tm [<004C001D0075006F0043004E006F0063006A001D002C0047>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 44.2398 Tm [<004C001D0075>-250<006E006300330030>-250<0043004E0055006E006A>-250<0063006A001D002C0047>-250<0033004E006A0061004300330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 32.9421 Tm [<004C001D0075006F004E00330063006A006F0063006A001D002C0047>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 32.9421 Tm [<004C001D0075>-250<006E006300330030>-250<004E00330063006A0043004E003C>-250<0063006A001D002C0047>-250<0033004E006A0061004300330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 21.6445 Tm [<004C001D0075006F0055001D0061001D004C006F0063006A001D002C0047>]TJ
-/F29 8.966376 Tf 1 0 0 1 386.8922 21.6445 Tm [<004C001D0075>-250<006E006300330030>-250<0055001D0061001D004C0033006A00330061>-250<0063006A001D002C0047>-250<0033004E006A0061004300330063>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0066>-48615<0048006E001D006A0033>34<0075>-249<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>34<003300610033004E002C0033>]TJ
+1 0 0 1 40.3016 781.4987 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A0061>-20<006E0033>-250<00430038>-250<001D>-250<007E00490033>-250<0033>35<007500430063>15<006A0063>-250<001D004E0030>-250<00430063>-250<00610033001D0030001D0024004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 770.201 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 770.201 Tm [<004700550063003300590033>20<00750055001D004E0030006F0055001D006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 127.4825 770.201 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 164.5021 770.201 Tm [<003200750055001D004E0030>-250<001D>-250<0055001D006A00400059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 758.9034 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 758.9034 Tm [<004700550063003300590033>20<00750055001D004E0030006F0071>15<001D0061>]TJ
+/F6 8.069684 Tf 1 0 0 1 122.439 758.9034 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 159.4586 758.9034 Tm [<003200750055001D004E0030>-250<001D>-250<0071>25<001D0061>-20<0043001D0024004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 747.6057 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 747.6057 Tm [<004700550063003300590033>20<00750055001D004E0030006F00240061>-5<001D002C00330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 136.5044 747.6057 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 173.524 747.6057 Tm [<003200750055001D004E0030>-250<006A00400033>-250<00240061001D002C00330063>-250<0043004E>-250<001D>-250<0071>25<001D0061>-20<0043001D0024004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 736.3081 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 736.3081 Tm [<00470055006300330059006300400052>10<0073006F0055001D006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 119.9374 736.3081 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 725.0104 Tm [<004800430063>15<006A>-250<006A00400033>-250<00630033001D0061002C>15<0040>-250<0055001D006A0040>-250<0038>40<00520061>-250<001D>-250<006300550033002C0043007E002C>-250<007E00490033>-250<006A0077005500330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 713.7128 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 713.7128 Tm [<004700550063003300590071>15<001D0061006F0071>15<001D0049006E0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 114.8616 713.7128 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 151.8812 713.7128 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0071>25<001D0049006E0033>-250<00520038>-250<001D>-250<0071>25<001D0061>-20<0043001D0024004900330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 702.4151 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 702.4151 Tm [<004700550063003300590071>15<00330061>-5<006300430052004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 106.4933 702.4151 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 123.8228 702.4151 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<00470055001D006A004000630033001D>-250<0071>35<00330061006300430052004E0059>]TJ
+/F5 11.620364 Tf 1 0 0 1 28.3464 668.5222 Tm [<0048001D004E003C006E001D003C>-10<0033>-278<006A>-5<001D002400490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 645.9269 Tm [<0049001D004E003C006E001D003C0033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 70.7446 645.9269 Tm [<0049001D004E003C0059004E0033>5<0073>]TJ
+/F6 8.069684 Tf 1 0 0 1 105.2344 645.9269 Tm [<00560029004E006E004C002400330061002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 634.6293 Tm [<002B00610033001D006A0033>-250<001D>-250<004E0033>30<0073>-250<0049001D004E003C006E001D003C>25<0033>-250<0052002400450033002C006A002E>-250<00730043006A0040>-250<001D004E>-250<00520055006A00430052004E001D0049>-250<007E0075>30<00330030>-250<00430030>-250<004E006E004C002400330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 623.3316 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 623.3316 Tm [<0049001D004E003C005900430030>]TJ
+/F6 8.069684 Tf 1 0 0 1 90.9107 623.3316 Tm [<00560049001D004E003C006E001D003C00330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 612.034 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<0043004E006A00330061>-20<004E001D0049>]TJ
+/F6 8.069684 Tf 1 0 0 1 141.263 612.034 Tm [<00250049001D004E003C006E001D003C0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 178.9466 612.034 Tm [<00430030>-250<004E006E004C002400330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 600.7363 Tm [<00290063>5<006A00610043004E003C002A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 61.7227 600.7363 Tm [<0049001D004E003C00590040>20<0077005500400033004E001D006A00430052004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 128.3702 600.7363 Tm [<00560049001D004E003C006E001D003C0033002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 589.4387 Tm [<003B0033006A>-250<00520061>-250<00630033006A>-250<0040>30<0077005500400033004E001D006A00430052004E>-250<0033>35<0075>35<002C00330055006A00430052004E00630059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 578.141 Tm [<0049001D004E003C0059002C00490033001D0061006F0040>20<0077005500400033004E001D006A00430052004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 118.3234 578.141 Tm [<00560049001D004E003C006E001D003C00330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 566.8434 Tm [<002B00490033001D0061>-250<006A00400033>-250<00630033006A>-250<00520038>-250<0040>30<0077005500400033004E001D006A00430052004E>-250<0033>35<0075>35<002C00330055006A00430052004E00630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 555.5457 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 555.5457 Tm [<0049001D004E003C0059002C00490033001D004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 96.7047 555.5457 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 544.2481 Tm [<002B00610033001D006A00330063>-250<001D>-250<0040>30<0077005500400033004E001D006A00430052004E>-250<0047>20<0033>30<0077>-250<003800610052004C>-250<006A00400033>-250<0063006E005500550049004300330030>-250<0040>30<0077005500400033004E001D006A00430052004E>-250<0033>35<0075>35<002C00330055006A00430052004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 532.9505 Tm [<00290063>5<006A00610043004E003C002A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 61.7227 532.9505 Tm [<0049001D004E003C00590055001D006A006A>5<00330061004E0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 112.3519 532.9505 Tm [<00560049001D004E003C006E001D003C0033002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 521.6528 Tm [<003B0033006A>-250<00520061>-250<00630033006A>-250<0040>30<0077005500400033004E001D006A00430052004E>-250<0055001D006A006A00330061>-20<004E00630059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 510.3552 Tm [<0049001D004E003C0059002C00490033001D0061006F0055001D006A006A>5<00330061004E0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 102.3051 510.3552 Tm [<00560049001D004E003C006E001D003C00330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 152.8334 510.3552 Tm [<002B00490033001D0061>-250<006A00400033>-250<00630033006A>-250<00520038>-250<0040>30<0077005500400033004E001D006A00430052004E>-250<0055001D006A006A00330061>-20<004E00630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 499.0575 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 69.3889 499.0575 Tm [<0049001D004E003C005900550061>-5<00330040>20<0077005500400033004E002C0040001D0061>]TJ
+/F6 8.069684 Tf 1 0 0 1 146.3979 499.0575 Tm [<00560049001D004E003C006E001D003C0033002E>-278<0029004E006E004C002400330061002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 487.7599 Tm [<00620033006A>-250<006A00400033>-250<00550061003300410040>30<0077005500400033004E002C>15<0040001D0061>-250<0038>40<00520061>-250<0043004C005500490043002C0043006A>-250<0040>30<0077005500400033004E001D006A00430052004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 476.4622 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 69.3889 476.4622 Tm [<0049001D004E003C0059005500520063006A0040>20<0077005500400033004E002C0040001D0061>]TJ
+/F6 8.069684 Tf 1 0 0 1 150.8362 476.4622 Tm [<00560049001D004E003C006E001D003C0033002E>-278<0029004E006E004C002400330061002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 465.1646 Tm [<00620033006A>-250<006A00400033>-250<005500520063>15<006A00410040>30<0077005500400033004E002C>15<0040001D0061>-250<0038>40<00520061>-250<0043004C005500490043002C0043006A>-250<0040>30<0077005500400033004E001D006A00430052004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 453.8669 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 69.3889 453.8669 Tm [<0049001D004E003C005900550061>-5<00330033>20<00750040>20<0077005500400033004E002C0040001D0061>]TJ
+/F6 8.069684 Tf 1 0 0 1 155.21 453.8669 Tm [<00560049001D004E003C006E001D003C0033002E>-278<0029004E006E004C002400330061002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 442.5693 Tm [<00620033006A>-250<006A00400033>-250<00550061003300410040>30<0077005500400033004E002C>15<0040001D0061>-250<0038>40<00520061>-250<0033>35<0075005500490043002C0043006A>-250<0040>30<0077005500400033004E001D006A00430052004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 431.2716 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 69.3889 431.2716 Tm [<0049001D004E003C0059005500520063006A>5<0033>20<00750040>20<0077005500400033004E002C0040001D0061>]TJ
+/F6 8.069684 Tf 1 0 0 1 159.608 431.2716 Tm [<00560049001D004E003C006E001D003C0033002E>-278<0029004E006E004C002400330061002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 419.974 Tm [<00620033006A>-250<006A00400033>-250<005500520063>15<006A00410040>30<0077005500400033004E002C>15<0040001D0061>-250<0038>40<00520061>-250<0033>35<0075005500490043002C0043006A>-250<0040>30<0077005500400033004E001D006A00430052004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 408.6764 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 66.2578 408.6764 Tm [<0049001D004E003C00590040>20<0077005500400033004E001D006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 125.2472 408.6764 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 187.4443 408.6764 Tm [<003F0077005500400033004E001D006A0033>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
+/F5 11.620364 Tf 1 0 0 1 28.3464 374.7834 Tm [<0048>5<006E001D>-278<006A>-5<001D002400490033>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 352.1881 Tm [<00690040003300610033>-250<001D00610033>-250<006600390039006B0066>-250<0024>30<0077006A0033002C005200300033>-250<00610033003C00430063>15<006A003300610063002E>-250<006A0040001D006A>-250<001D00610033>-250<0063001D>30<0071>35<00330030>-250<0043004E>-250<006A00400033>-250<0038>40<00520061>-20<004C001D006A>-250<007E004900330059>-500<001C006300630043003C004E0041>]TJ
+1 0 0 1 28.3464 340.8905 Tm [<004C0033004E006A0063>-250<001D00610033>-250<001D00490073>25<001D>30<0077>25<0063>-250<003C004900520024001D00490059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 329.5928 Tm [<0038006E004E002C006A00430052004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 65.8059 329.5928 Tm [<0049006E001D0059003C>-10<0033>5<006A0024>20<0077006A>5<0033002C005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 127.079 329.5928 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 318.2952 Tm [<0060>25<0033006A006E0061>-20<004E>-250<001D>-250<005500610033>25<007100430052006E00630049>25<0077>-250<0063>15<006A0052006100330030>-250<0038006E004E002C006A00430052004E>-250<003800610052004C>-250<001D>-250<0024>30<0077006A0033002C005200300033>-250<00610033003C00430063>15<006A00330061>50<0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 306.9975 Tm [<0049006E001D005900630033>5<006A0024>20<0077006A>5<0033002C005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 89.095 306.9975 Tm [<0056004E006E004C002400330061>70<002E>-278<0038006E004E002C006A00430052004E0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 295.6999 Tm [<0062001D>30<0071>35<0033>-250<001D>-250<0038006E004E002C006A00430052004E>-250<0043004E>-250<001D>-250<0024>30<0077006A0033002C005200300033>-250<00610033003C00430063>15<006A00330061>50<0059>]TJ
+1 0 0 1 28.3464 284.4023 Tm [<006900400033>30<0077>-250<001D004900630052>-250<00240033>-250<001D002C002C00330063006300330030>-250<00710043001D>-250<006A00400033>-250<007100430061>-25<006A006E001D0049>-250<001D0061>-25<0061001D>30<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 182.6309 284.4023 Tm [<0049006E001D00590024>15<0077006A>15<0033002C0052003000330029002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 232.6307 284.4023 Tm [<0059>]TJ
+1 0 0 1 28.3464 273.1046 Tm [<006900400033>-250<007100430061>-25<006A006E001D0049>-250<001D0061>-25<0061001D>30<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 91.0214 273.1046 Tm [<0049006E001D0059004E001D004C00330029002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 130.9403 273.1046 Tm [<002C001D004E>-250<00240033>-250<006E006300330030>-250<006A0052>-250<003C00430071>35<0033>-250<004E001D004C00330063>-250<006A0052>-250<0049006E001D>-250<002C>15<0040006E004E004700630059>-500<0069>90<0052>-250<006E00630033>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 261.807 Tm [<0049006E001D0059004E001D004C003300290053002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 70.5105 261.807 Tm [<002E>-250<00630033006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 87.197 261.807 Tm [<0049006E001D0059004E001D004C003300290053002A>-278<0035>-278<005F006A>15<00330063>5<006A004E001D004C0033005F>]TJ
+/F1 8.966376 Tf 1 0 0 1 176.914 261.807 Tm [<001D004E0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 192.103 261.807 Tm [<0025003000430061>10<0033002C006A0049006E001D005300270061006E002400240043006300400028>]TJ
+/F1 8.966376 Tf 1 0 0 1 261.0988 261.807 Tm [<0059>]TJ
+/F5 11.620364 Tf 1 0 0 1 28.3464 227.914 Tm [<004B0033>5<006A>-5<001D005500520063006A>-278<006A>-5<001D002400490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 205.3187 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 205.3187 Tm [<004C>-5<005500490043002400590071>15<00330061>-5<006300430052004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 109.6647 205.3187 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 126.9942 205.3187 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A00400033>-250<004C0055004900430024>-250<0071>35<00330061006300430052004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 194.0211 Tm [<004C>-5<00550043004E0063>5<006A001D004E002C0033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 78.8062 194.0211 Tm [<004C>-5<00550049004300240059004E0033>5<0073>]TJ
+/F6 8.069684 Tf 1 0 0 1 118.2669 194.0211 Tm [<0056006A001D0024004900330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 153.0916 194.0211 Tm [<002B00610033001D006A0033>-250<001D>-250<004E0033>30<0073>-250<004C0033006A001D005500520063>15<006A>-250<0043004E0063>15<006A001D004E002C00330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 182.7234 Tm [<004C>-5<00550030001D006A001D>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.4986 182.7234 Tm [<004C>-5<0055002D0033>20<0075>15<0033002C006E006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 109.0594 182.7234 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 146.079 182.7234 Tm [<00320075>30<0033002C006E006A0033>-250<004C0033006A001D005500520063>15<006A>-250<002C005200300033>-250<0043004E>-250<006A00400033>-250<0043004E0063>15<006A001D004E002C00330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 171.4258 Tm [<004C>-5<00550030001D006A001D>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.4986 171.4258 Tm [<004C>-5<0055002D007E004E004300630040>]TJ
+/F6 8.069684 Tf 1 0 0 1 100.8525 171.4258 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 118.1821 171.4258 Tm [<0037>15<0043004E004300630040>-250<001D>-250<004C0033006A001D005500520063>15<006A>-250<0043004E0063>15<006A001D004E002C00330059>]TJ
+1 0 0 1 28.3464 160.1282 Tm [<006900400033>-250<00610033006A006E0061>-20<004E>-250<0071>25<001D0049006E0033>-250<00520038>]TJ
+/F6 8.069684 Tf 1 0 0 1 99.5126 160.1282 Tm [<004C>-5<0055002D0033>25<0075>30<0033002C006E006A>15<0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 142.9418 160.1282 Tm [<001D004E0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 158.1309 160.1282 Tm [<004C>-5<0055002D007E004E004300630040>]TJ
+/F1 8.966376 Tf 1 0 0 1 192.6996 160.1282 Tm [<00430063>-250<001D>-250<006A001D002400490033>-250<00730043006A0040>-250<001D>-250<0038>35<0033>30<0073>-250<00550052006300630043002400490033>]TJ
+1 0 0 1 28.3464 148.8305 Tm [<0047>20<0033>30<0077>25<0063>-250<00560052004E0049>25<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 67.2964 148.8305 Tm [<0063>5<006A001D006A006E0063>]TJ
+/F1 8.966376 Tf 1 0 0 1 91.0276 148.8305 Tm [<00430063>-250<001D00490073>25<001D>30<0077>25<0063>-250<003C006E001D0061001D004E006A003300330030>-250<006A0052>-250<00240033>-250<00550061003300630033004E006A00570059>]TJ
+1 0 0 1 28.3464 137.5329 Tm [<00490052003C>-1985<0063>15<006A0061>-20<0043004E003C>-1772<0052006E006A0055006E006A>-250<006A0052>-250<006A00400033>-250<021400490052003C0215>-250<0063>14<006A00610033001D004C>]TJ
+1 0 0 1 28.3464 126.2352 Tm [<006A00330061>-20<004C>-1410<0063>15<006A0061>-20<0043004E003C>-1772<0052006E006A0055006E006A>-250<006A0052>-250<006A00400033>-250<0214006A00330061>-20<004C0215>-250<0063>14<006A00610033001D004C>]TJ
+1 0 0 1 28.3464 114.9376 Tm [<00330061>-25<006100520061>-1295<0063>15<006A0061>-20<0043004E003C>-1772<0052006E006A0055006E006A>-230<006A0052>-230<006A00400033>-230<021400330061>-25<0061005200610215>-231<0063>15<006A00610033001D004C>-230<00560052004E0049>24<0077>-229<006E006300330030>-230<0038>39<00520061>-230<02140052006E006A>-230<00520038>-230<004C0033004C0041>]TJ
+1 0 0 1 93.9624 103.6399 Tm [<00520061>-20<007702150057>]TJ
+1 0 0 1 28.3464 92.3423 Tm [<0063>15<006A001D006A006E0063>-1000<004E006E004C002400330061>-1000<006A00400033>-239<00610033006A006E0061>-20<004E>-239<0071>25<001D0049006E0033002D>-327<007A0035003C005200520030002E>-242<005300350073>24<001D0061>-19<004E0043004E003C002E>-241<006C003500330061>-25<0061005200610063002E>-241<006B00350038>24<001D006A001D0049>]TJ
+1 0 0 1 93.9624 81.0446 Tm [<00330061>-25<006100520061>]TJ
+1 0 0 1 28.3464 69.747 Tm [<007E003C>-2207<006A001D002400490033>-2111<001D004E>-250<001D0061>-25<0061001D>30<0077>-250<00520038>-250<003C>25<0033004E00330061001D006A00330030>-250<007E003C006E006100330063>-250<005600430038>-250<001D004E>30<00770057>]TJ
+1 0 0 1 28.3464 47.1517 Tm [<003F001D004E003000490043004E003C>-250<00520038>]TJ
+/F6 8.069684 Tf 1 0 0 1 73.6715 47.1517 Tm [<007E003C>]TJ
+/F1 8.966376 Tf 1 0 0 1 84.4347 47.1517 Tm [<0052002400450033002C006A0063>-250<0073>35<0052006E00490030>-250<006A001D0047>20<0033>-250<006A00520052>-250<004C006E002C>15<0040>-250<006100520052004C>-250<0040003300610033002E>-250<005500490033001D00630033>-250<006300330033>-250<006A00400033>-250<00240043003C>]TJ
+1 0 0 1 28.3464 35.8541 Tm [<006100330038>35<003300610033004E002C0033>-250<004C001D004E006E001D00490059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 781.4987 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.0571 781.4987 Tm [<004C>-5<0055002D0063006A>-5<001D006A00430063006A0043002C0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 380.9116 781.4987 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 770.201 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<00630052004C0033>-250<0063>15<006A001D006A00430063>15<006A0043002C0063>-250<0038>40<00520061>-250<006A004000430063>-250<004C0033006A001D005500520063>15<006A>-250<0043004E0063>15<006A001D004E002C00330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 758.9034 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 758.9034 Tm [<004C>-5<0055002D002C0040001D0061006F007300430030006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 398.3502 758.9034 Tm [<00560063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 467.2128 758.9034 Tm [<0060>25<0033005500520061>-25<006A>-250<001D>-250<002C>15<0040001D0061001D002C006A00330061005F0063>-250<007300430030006A00400059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 747.6057 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 747.6057 Tm [<004C>-5<0055002D002C0040001D0061006F004000330043003C0040006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 401.4893 747.6057 Tm [<00560063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 736.3081 Tm [<0060>25<0033005500520061>-25<006A>-250<001D>-250<002C>15<0040001D0061001D002C006A00330061005F0063>-250<004000330043003C0040006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 725.0104 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 725.0104 Tm [<004C>-5<0055002D002C0040001D0061006F003000330055>5<006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 399.2056 725.0104 Tm [<00560063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 468.0682 725.0104 Tm [<0060>25<0033005500520061>-25<006A>-250<001D>-250<002C>15<0040001D0061001D002C006A00330061005F0063>-250<003000330055006A00400059>]TJ
+/F5 11.620364 Tf 1 0 0 1 304.3626 691.1175 Tm [<004D>-10<005200300033>-278<006A>-5<001D002400490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 668.5222 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.0571 668.5222 Tm [<004E0052003000330059006A0077005500330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 373.657 668.5222 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 390.9865 668.5222 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<004900430063>15<006A>-250<00520038>-250<004E005200300033>-250<006A00770055003300630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 657.2246 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.0571 657.2246 Tm [<004E005200300033005900730040001D006A00630043006A0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 384.8657 657.2246 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 402.1953 657.2246 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<004900430063>15<006A>-250<00520038>-250<00730040001D006A00630043006A>-250<006A00770055003300630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 645.9269 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 645.9269 Tm [<004E005200300033005900430063006F004E005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 394.2911 645.9269 Tm [<0056001D004E>20<00770057>]TJ
+/F1 8.966376 Tf 1 0 0 1 424.4677 645.9269 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<0052002400450033002C006A>-250<00430063>-250<001D>-250<004A004E005200300033003E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 634.6293 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 634.6293 Tm [<004E005200300033005900430030>]TJ
+/F6 8.069684 Tf 1 0 0 1 369.614 634.6293 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 623.3316 Tm [<002B0052004E>30<0071>35<00330061>-25<006A>-250<001D>-250<004E005200300033>-250<006A007700550033>-250<0063>15<006A0061>-20<0043004E003C>-250<0043004E006A0052>-250<001D>-250<004E005200300033>-250<00430030>-250<004E006E004C002400330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 612.034 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 612.034 Tm [<004E00520030003300590063006E0024006A007700550033>]TJ
+/F6 8.069684 Tf 1 0 0 1 393.3793 612.034 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 600.7363 Tm [<002B0052004E>30<0071>35<00330061>-25<006A>-250<001D>-250<00730040001D006A00630043006A>-250<006A007700550033>-250<0063>15<006A0061>-20<0043004E003C>-250<0043004E006A0052>-250<001D>-250<004E005200300033>-250<0063006E0024006A007700550033>-250<004E006E004C002400330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 589.4387 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 589.4387 Tm [<004E0052003000330059006A007700550033>]TJ
+/F6 8.069684 Tf 1 0 0 1 371.3652 589.4387 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 578.141 Tm [<002C0052004E>30<0071>35<00330061>-25<006A>-250<001D>-250<004E005200300033>-250<00430030>-250<004E006E004C002400330061>-250<0043004E006A0052>-250<001D>-250<004E005200300033>-250<006A007700550033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 566.8434 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.0571 566.8434 Tm [<004E0052003000330059007E0033004900300063>]TJ
+/F6 8.069684 Tf 1 0 0 1 373.657 566.8434 Tm [<0056004E006E004C002400330061>70<002E>-278<0029004E006E004C002400330061002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 555.5457 Tm [<0060>25<0033005500520061>-25<006A>-250<006A00400033>-250<007E0033004900300063>-250<001D>-250<004E005200300033>-250<006A007700550033>-250<006E004E0030003300610063>15<006A001D004E003000630059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<001D0061>15<003C006E004C0033004E006A>-250<00430063>-250<004E00330033003000330030>]TJ
+1 0 0 1 316.3177 544.2481 Tm [<0038>40<00520061>-250<00730040001D006A00630043006A00630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 532.9505 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 532.9505 Tm [<004E00520030003300590040001D0063006F007E003300490030>]TJ
+/F6 8.069684 Tf 1 0 0 1 398.7779 532.9505 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 521.6528 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<004E005200300033>-250<006E004E0030003300610063>15<006A001D004E00300063>-250<006A00400033>-250<004E001D004C00330030>-250<007E0033004900300059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 510.3552 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 510.3552 Tm [<004E0052003000330059004E0033>5<0073>]TJ
+/F6 8.069684 Tf 1 0 0 1 368.686 510.3552 Tm [<0056004E006E004C002400330061>70<002E>-278<0029004E006E004C002400330061002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 499.0575 Tm [<002B00610033001D006A0033>-250<001D>-250<004E0033>30<0073>-250<004E005200300033>-250<00730043006A0040>-250<00430030>-250<001D004E0030>-250<005600520055006A00430052004E001D00490057>-250<0063006E0024006A0077005500330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 487.7599 Tm [<004E005200300033005900380061>-5<00330033>]TJ
+/F6 8.069684 Tf 1 0 0 1 340.7246 487.7599 Tm [<0056004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 376.0011 487.7599 Tm [<0060>25<003300490033001D00630033>-250<001D>-250<004E0052003000330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 476.4622 Tm [<004E0052003000330059007F006E00630040006F004900430063006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 361.3103 476.4622 Tm [<0056004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 396.5869 476.4622 Tm [<0060>25<003300490033001D00630033>-250<001D>-250<004900430063>15<006A>-250<00520038>-250<004E00520030003300630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 465.1646 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 465.1646 Tm [<004E0052003000330059002C00520055>20<0077>]TJ
+/F6 8.069684 Tf 1 0 0 1 371.7041 465.1646 Tm [<0056004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 406.9807 465.1646 Tm [<002B00520055>30<0077>-250<001D>-250<004E0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 453.8669 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 453.8669 Tm [<004E0052003000330059002C00520055>20<0077006F004900430063006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 387.8515 453.8669 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 450.0486 453.8669 Tm [<002B00520055>30<0077>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 442.5693 Tm [<004E005200300033002E>-278<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 363.352 442.5693 Tm [<004E005200300033005900400055001D002C>-5<0047>]TJ
+/F6 8.069684 Tf 1 0 0 1 408.2356 442.5693 Tm [<0056004E005200300033002E>-278<0029004E006E004C002400330061002A002E>-278<00290063>5<006A00610043004E003C002A002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 431.2716 Tm [<0054>20<001D002C>20<0047>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<0043004E006A0052>-250<001D>-250<004000520061>-20<004300790052004E006A001D0049>-250<004900430063>15<006A0059>-500<006900400033>-250<004E006E004C002400330061>-250<00430063>-250<006A00400033>-250<0030003300630043006100330030>-250<0063004300790033002E>-250<006A00400033>]TJ
+1 0 0 1 316.3177 419.974 Tm [<007E00610063>15<006A>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<00330043006A004000330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 385.9686 419.974 Tm [<005E0033>25<0075>15<001D002C006A005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 412.9034 419.974 Tm [<00520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 422.614 419.974 Tm [<005E001D003000300043006A00430052004E001D0049005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 465.1233 419.974 Tm [<0056004C005200300043007E00330063>-250<006A00400033>-250<007E00610063>15<006A>-250<0063>15<006A0061>-20<0043004E003C0057002E>-250<006A00400033>]TJ
+1 0 0 1 316.3177 408.6764 Tm [<00630033002C0052004E0030>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<006A00400033>-250<0030003300630043006100330030>-250<0030004300610033002C006A00430052004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 397.3787 Tm [<004E005200300033002E>-278<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 363.352 397.3787 Tm [<004E005200300033005900710055001D002C>-5<0047>]TJ
+/F6 8.069684 Tf 1 0 0 1 407.7917 397.3787 Tm [<0056004E005200300033002E>-278<0029004E006E004C002400330061002A002E>-278<00290063>5<006A00610043004E003C002A002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 386.0811 Tm [<0054>20<001D002C>20<0047>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<0043004E006A0052>-250<001D>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<004900430063>15<006A0059>-500<001C0061>15<003C006E004C0033004E006A0063>-250<001D0063>-250<0038>40<00520061>-250<004E005200300033005900400055001D002C>20<0047>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 374.7834 Tm [<004E006E004C002400330061>70<002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 403.4745 374.7834 Tm [<004E005200300033005900300043004C0033004E006300430052004E0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 469.8395 374.7834 Tm [<00560029004E006E004C002400330061002A002E>-278<0029004E006E004C002400330061002A002E>-278<0029004E006E004C002400330061002A002E>]TJ
+1 0 0 1 316.3177 363.4858 Tm [<004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 352.1881 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<004E001D006A006E0061001D0049>-250<00300043004C0033004E006300430052004E0063>-250<00520038>-250<001D>-250<0056004000520061>-20<004300790052004E006A001D00490057>-250<004E005200300033>-250<004900430063>15<006A0059>-500<006900400033>-250<006B>-250<00520055006A00430052004E001D0049>]TJ
+1 0 0 1 316.3177 340.8905 Tm [<004E006E004C0024003300610063>-250<0061003300550061003300630033004E006A>-500<003C0049006E0033006F00630033006A002E>-250<003C0049006E0033006F00630043003C004E002E>-250<001D004E0030>-250<003C0049006E0033006F00520061003000330061>50<0059>-500<006900400033>-250<002C001D0049002C006E0049001D006A00430052004E>]TJ
+1 0 0 1 316.3177 329.5928 Tm [<0063>15<006A005200550063>-250<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<004E005200300033>-250<0056003000330038>25<001D006E0049006A>-250<0033004E0030>-250<00520038>-250<004900430063>15<006A0057>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 318.2952 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 318.2952 Tm [<004E0052003000330059004C004900430063006A006F006A>10<0052006F0040004900430063006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 404.9673 318.2952 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C002E>-278<00240052005200490033001D004E0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 306.9975 Tm [<0060>25<0033002C006E0061006300430071>35<00330049>25<0077>-250<002C0052004E>30<0071>35<00330061>-25<006A>-250<001D>-250<004C001D006A0040>-250<004900430063>15<006A>-250<0043004E006A0052>-250<001D>-250<004000520061>-20<004300790052004E006A001D0049>-250<004900430063>15<006A0059>-500<006900400033>-250<0063>15<006A0061>-20<0043004E003C>-250<00300043007B003300610041>]TJ
+1 0 0 1 316.3177 295.6999 Tm [<0033004E006A0043001D006A00330063>-250<00300043006300550049001D>30<0077>-250<001D004E0030>-250<0043004E00490043004E0033002E>-250<006A00400033>-250<00240052005200490033001D004E>-250<007300400033006A004000330061>-250<00550033004E001D0049006A004300330063>-250<001D00610033>-250<0043004E006300330061>-25<006A00330030>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 284.4023 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 284.4023 Tm [<004E005200300033005900630049004300300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 371.4217 284.4023 Tm [<0056004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 273.1046 Tm [<004B0052>35<0071>35<0033>-250<006A0052>-250<006A00400033>-250<0049001D0063>15<006A>-250<004E005200300033>-250<00520038>-250<001D>-250<004900430063>15<006A>-250<00730040004300490033>-250<007E00750043004E003C>-250<004E0033>35<0075006A>-250<001D004E0030>-250<005500610033>25<0071>-250<005500520043004E006A0033006100630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 261.807 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 261.807 Tm [<004E0052003000330059006A>-5<001D00430049>]TJ
+/F6 8.069684 Tf 1 0 0 1 364.7319 261.807 Tm [<0056004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 400.0084 261.807 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0049001D0063>15<006A>-250<004E005200300033>-250<0043004E>-250<001D>-250<004900430063>15<006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 250.5093 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 250.5093 Tm [<004E005200300033005900490033004E003C006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 386.6491 250.5093 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 239.2117 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<00490033004E003C006A0040>-250<00520038>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>-500<005400610052002C0033006300630043004E003C>-250<0063>15<006A005200550063>-250<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>]TJ
+1 0 0 1 316.3177 227.914 Tm [<004E0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 216.6164 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 216.6164 Tm [<004E0052003000330059002C0052006E004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 384.4058 216.6164 Tm [<0056004E006E004C002400330061>70<002E>-278<004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 205.3187 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<002C0052006E004E006A>-250<00520038>-250<004E0052003000330063>-250<00730043006A0040>-250<001D>-250<006300550033002C0043007E002C>-250<00430030>-250<0043004E>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>-500<005400610052002C0033006300630043004E003C>-250<0063>15<006A005200550063>]TJ
+1 0 0 1 316.3177 194.0211 Tm [<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<004E0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 182.7234 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 182.7234 Tm [<004E0052003000330059006A0061>-5<001D>20<0071>15<00330061>-5<00630033>]TJ
+/F6 8.069684 Tf 1 0 0 1 384.2283 182.7234 Tm [<0056004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 419.5048 182.7234 Tm [<0042006A00330061001D006A0033>-250<0052>35<0071>35<00330061>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 171.4258 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 171.4258 Tm [<004E0052003000330059006A0061>-5<001D>20<0071>15<00330061>-5<00630033006F00430030>]TJ
+/F6 8.069684 Tf 1 0 0 1 395.889 171.4258 Tm [<0056004E006E004C002400330061>70<002E>-278<004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 160.1282 Tm [<0042006A00330061001D006A0033>-250<0052>35<0071>35<00330061>-250<004E0052003000330063>-250<00730043006A0040>-250<00430030>-250<004C001D006A002C>15<00400043004E003C>-250<006A00400033>-250<004E006E004C002400330061>-250<0043004E>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 148.8305 Tm [<004E005200300033002E>-278<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 353.9427 148.8305 Tm [<004E00520030003300590061>-5<0033004C0052>25<0071>15<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 403.886 148.8305 Tm [<0056004E005200300033002E>-278<004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 137.5329 Tm [<00320075006A0061001D002C006A>-250<001D004E0030>-250<00610033004C0052>35<0071>35<0033>-250<001D>-250<00630033002C0052004E0030>-250<004E005200300033>-250<003800610052004C>-250<006A00400033>-250<004900430063>15<006A>-250<006A0040001D006A>-250<0063>15<006A001D0061>-25<006A0063>-250<0043004E>-250<006A00400033>-250<007E00610063>15<006A>-250<004E0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 126.2352 Tm [<004E005200300033002E>-278<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 353.9427 126.2352 Tm [<004E00520030003300590043004E006300330061>-20<006A006F002400330038>10<00520061>-5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 426.7071 126.2352 Tm [<0056004E005200300033002E>-278<004E005200300033002E>-278<004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 114.9376 Tm [<0042004E006300330061>-25<006A>-250<006A00400033>-250<006A0040004300610030>-250<004E005200300033>-250<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<006A00400033>-250<00630033002C0052004E0030>-250<004E005200300033>-250<0043004E>-250<006A00400033>-250<004900430063>15<006A>-250<006A0040001D006A>-250<0063>15<006A001D0061>-25<006A0063>-250<001D006A>]TJ
+1 0 0 1 316.3177 103.6399 Tm [<006A00400033>-250<007E00610063>15<006A>-250<004E0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 92.3423 Tm [<004E005200300033002E>-278<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 353.9427 92.3423 Tm [<004E00520030003300590043004E006300330061>-20<006A006F001D0038>-20<006A>5<00330061>]TJ
+/F6 8.069684 Tf 1 0 0 1 419.6945 92.3423 Tm [<0056004E005200300033002E>-278<004E005200300033002E>-278<004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 81.0446 Tm [<0042004E006300330061>-25<006A>-250<006A00400033>-250<006A0040004300610030>-250<004E005200300033>-250<0045006E0063>15<006A>-250<001D0038006A00330061>-250<006A00400033>-250<00630033002C0052004E0030>-250<004E005200300033>-250<0043004E>-250<006A00400033>-250<004900430063>15<006A>-250<006A0040001D006A>-250<0063>15<006A001D0061>-25<006A0063>-250<001D006A>-250<006A00400033>]TJ
+1 0 0 1 316.3177 69.747 Tm [<007E00610063>15<006A>-250<004E0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 58.4493 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 58.4493 Tm [<004E0052003000330059007E0061>-5<0063006A006F003C0049007700550040>]TJ
+/F6 8.069684 Tf 1 0 0 1 394.3234 58.4493 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 47.1517 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<007E00610063>15<006A>-250<002C>15<0040001D0061001D002C006A00330061>-250<004E005200300033>-250<0043004E>-250<001D>-250<004900430063>15<006A0059>-500<005400610052002C0033006300630043004E003C>-250<0063>15<006A005200550063>-250<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<006A00400033>]TJ
+1 0 0 1 316.3177 35.8541 Tm [<00520055006A00430052004E001D0049>-250<004E0052003000330059>]TJ
ET
+
endstream
endobj
37 0 obj
<</Type/Page/Contents 38 0 R/Resources 36 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
endobj
36 0 obj
-<</Font<</F29 18 0 R/F31 20 0 R/F30 19 0 R/F32 21 0 R>>/ProcSet[/PDF/Text]>>
+<</Font<</F1 18 0 R/F6 20 0 R/F5 19 0 R>>/ProcSet[/PDF/Text]>>
endobj
41 0 obj
-<</Length 41963 >>
+<</Length 36294 >>
stream
-0 g 0 G
-0 g 0 G
+0.000 g 0.000 G
+0.000 g 0.000 G
BT
-/F29 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0048006E001D006A00330075>-250<007A005900660066>-250<0063004000520061006A>-250<006100330038003300610033004E002C0033>-48570<0065>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 780.6666 Tm [<004C001D0075006F0024006E0038006F0063006A001D002C0047>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 780.6666 Tm [<004C001D0075>-250<006E006300330030>-250<0024006E007B00330061>-250<0055005200630043006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 769.369 Tm [<004C001D0075006F0063001D00710033006F0063006A001D002C0047>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 769.369 Tm [<004C001D0075>-250<006E006300330030>-250<0063001D00710033>-250<0063006A001D002C0047>-250<0033004E006A0061004300330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 758.0713 Tm [<0063006A001D002C0047006F0063004300790033>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 758.0713 Tm [<0043004E0055006E006A>-250<0063006A001D002C0047>-250<0063004300790033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 746.7737 Tm [<004E00330063006A006F0063004300790033>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 746.7737 Tm [<004E00330063006A0043004E003C>-250<0063006A001D002C0047>-250<0063004300790033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 735.476 Tm [<0055001D0061001D004C006F0063004300790033>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 735.476 Tm [<0055001D0061001D004C0033006A00330061>-250<0063006A001D002C0047>-250<0063004300790033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 724.1784 Tm [<0024006E0038006F0063004300790033>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 724.1784 Tm [<002C006E006100610033004E006A>-250<001D004900490052002C001D006A00330030>-250<0063004300790033>-250<00520038>-250<006A00400033>-250<00490043004E0033>-250<0024006E007B00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 712.8807 Tm [<0063001D00710033006F0063004300790033>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 712.8807 Tm [<0063001D00710033>-250<0063006A001D002C0047>-250<0063004300790033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 701.5831 Tm [<005200240045006F0055006A0061>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 701.5831 Tm [<004C001D0075>]TJ
-/F29 6.973848 Tf 1 0 0 1 128.5578 701.5831 Tm [<0054002F0037>]TJ
-/F29 8.966376 Tf 1 0 0 1 143.5894 701.5831 Tm [<0052002400450033002C006A>-250<005500520043004E006A00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 690.2854 Tm [<005200240045006F006A001D0024006F0063004300790033>]TJ
-/F29 6.973848 Tf 1 0 0 1 110.8761 690.2854 Tm [<0054002F0037>]TJ
-/F29 8.966376 Tf 1 0 0 1 125.9077 690.2854 Tm [<0052002400450033002C006A>-250<006A001D002400490033>-250<0063004300790033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 678.9878 Tm [<005500300038006F00520063006F002C004E006A0061>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 678.9878 Tm [<004C001D0075>]TJ
-/F29 6.973848 Tf 1 0 0 1 128.5578 678.9878 Tm [<0054002F0037>]TJ
-/F29 8.966376 Tf 1 0 0 1 143.5894 678.9878 Tm [<0052002400450033002C006A>-250<0063006A00610033001D004C>-250<005500520043004E006A00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 667.6901 Tm [<005500300038006F00520063006F005200240045004300300075>]TJ
-/F29 6.973848 Tf 1 0 0 1 110.8761 667.6901 Tm [<0054002F0037>]TJ
-/F29 8.966376 Tf 1 0 0 1 125.9077 667.6901 Tm [<0052002400450033002C006A>-250<0063006A00610033001D004C>-250<0043004E003000330075>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 656.3925 Tm [<005500300038006F003000330063006A006F004E001D004C00330063006F0055006A0061>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 656.3925 Tm [<004C001D0075>]TJ
-/F29 6.973848 Tf 1 0 0 1 128.5578 656.3925 Tm [<0054002F0037>]TJ
-/F29 8.966376 Tf 1 0 0 1 143.5894 656.3925 Tm [<003000330063006A0043004E001D006A00430052004E>-250<005500520043004E006A00330061>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 645.0949 Tm [<003000330063006A006F004E001D004C00330063006F0063004300790033>]TJ
-/F29 6.973848 Tf 1 0 0 1 110.8761 645.0949 Tm [<0054002F0037>]TJ
-/F29 8.966376 Tf 1 0 0 1 125.9077 645.0949 Tm [<003000330063006A0043004E001D006A00430052004E>-250<006A001D002400490033>-250<0063004300790033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 633.7972 Tm [<005500300038006F004C0033004C006F0055006A0061>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 633.7972 Tm [<004C001D0075>]TJ
-/F29 6.973848 Tf 1 0 0 1 128.5578 633.7972 Tm [<0054002F0037>]TJ
-/F29 8.966376 Tf 1 0 0 1 143.5894 633.7972 Tm [<004C0033004C005200610077>-250<006E006300330030>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 622.4996 Tm [<005500300038006F004C0033004C006F0063004300790033>]TJ
-/F29 6.973848 Tf 1 0 0 1 110.8761 622.4996 Tm [<0054002F0037>]TJ
-/F29 8.966376 Tf 1 0 0 1 125.9077 622.4996 Tm [<004C0033004C005200610077>-250<0063004300790033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 611.2019 Tm [<0049001D0061003C00330063006A006F006E006300330030006F004C001D00610047>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 611.2019 Tm [<004C001D0075>-250<006100330038003300610033004E002C00330030>-250<004C001D006100470063>-250<002C0049001D00630063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 599.9043 Tm [<007E00490033004E001D004C0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 599.9043 Tm [<004E001D004C0033>-250<00520038>-250<006A00400033>-250<002C006E006100610033004E006A>-250<0043004E0055006E006A>-250<007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 588.6066 Tm [<0043004E0055006E006A00430030>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 588.6066 Tm [<004E006E004C003300610043002C>-250<00430030>-250<00520038>-250<006A00400033>-250<002C006E006100610033004E006A>-250<0043004E0055006E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 577.309 Tm [<00490043004E0033004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 577.309 Tm [<00490052002C001D006A00430052004E>-250<0043004E>-250<006A00400033>-250<002C006E006100610033004E006A>-250<0043004E0055006E006A>-250<007E00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 566.0113 Tm [<0049001D0063006A003300610061005200610063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 566.0113 Tm [<0049001D0063006A>-250<00330061006100520061>-250<0063006A00610043004E003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 554.7137 Tm [<0049006E001D00240077006A0033002C0052003000330063>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 554.7137 Tm [<004E006E004C002400330061>-250<00520038>-250<001D002C006A004300710033>]TJ
-/F29 6.973848 Tf 1 0 0 1 173.8738 554.7137 Tm [<0048006D001C>]TJ
-/F29 8.966376 Tf 1 0 0 1 190.4467 554.7137 Tm [<00240077006A0033002C005200300033>-250<00610033003C00430063006A003300610063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 543.416 Tm [<0049006E001D00240077006A0033002C005200300033006F00240077006A00330063>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 543.416 Tm [<004E006E004C002400330061>-250<00520038>-250<00240077006A00330063>-250<0043004E>]TJ
-/F29 6.973848 Tf 1 0 0 1 180.6076 543.416 Tm [<0048006D001C>]TJ
-/F29 8.966376 Tf 1 0 0 1 197.1804 543.416 Tm [<00240077006A0033002C005200300033>-250<00610033003C00430063006A003300610063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 532.1184 Tm [<0049006E001D0063006A001D006A0033006F00240077006A00330063>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 532.1184 Tm [<004E006E004C002400330061>-250<00520038>-250<00240077006A00330063>-250<0043004E>-250<006E00630033>-250<00240077>]TJ
-/F29 6.973848 Tf 1 0 0 1 206.0093 532.1184 Tm [<0048006D001C>]TJ
-/F29 8.966376 Tf 1 0 0 1 222.5822 532.1184 Tm [<0043004E006A00330061005500610033006A003300610063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 520.8208 Tm [<0052006E006A0055006E006A006F001D002C006A004300710033>-4279<006A0061006E0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 127.0217 520.8208 Tm [<00430038>-250<006A00400033>]TJ
-/F31 8.069684 Tf 1 0 0 1 147.9403 520.8208 Tm [<00250052006E006A0055006E006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 174.859 520.8208 Tm [<00610052006E006A0043004E0033>-250<00430063>-250<001D002C006A004300710033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 509.5231 Tm [<002C001D004900490024001D002C00470063>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 509.5231 Tm [<006A0052006A001D0049>-250<004E006E004C002400330061>-250<00520038>-250<003300750033002C006E006A00330030>-250<002C001D004900490024001D002C00470063>-250<00630052>-250<0038001D0061>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 498.2255 Tm [<0043004E0030004300610033002C006A006F002C001D004900490024001D002C00470063>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 498.2255 Tm [<004E006E004C002400330061>-336<00520038>-337<006A0040005200630033>-337<006A0040001D006A>-337<0073003300610033>-336<006A00400033004C006300330049007100330063>-337<001D>-337<006100330063006E0049006A>-337<00520038>]TJ
-1 0 0 1 110.8761 486.9278 Tm [<0052006A004000330061>-250<002C001D004900490024001D002C00470063>-250<005600330059003C0059>-333<007E00490033>-250<00610033001D00300033006100630057>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 475.6302 Tm [<0049006E001D006A00330075006F00630071004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 475.6302 Tm [<006A00400033>-250<0049006E001D006A00330075>-250<006100330055005200630043006A005200610077>-250<00430030>-250<0056001D0030003000330030>-250<0043004E>-250<007A0059003900530057>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 464.3325 Tm [<0049006E001D006A00330075006F007100330061006300430052004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 464.3325 Tm [<006A00400033>-250<0049006E001D006A00330075>-250<007100330061006300430052004E>-250<004E006E004C002400330061>-250<0056001D0030003000330030>-250<0043004E>-250<007A0059006B00340057>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 453.0349 Tm [<0049006E001D006A00330075006F0061003300710043006300430052004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 110.8761 453.0349 Tm [<006A00400033>-250<0049006E001D006A00330075>-250<0061003300710043006300430052004E>-250<0063006A00610043004E003C>-250<0056001D0030003000330030>-250<0043004E>-250<007A0059006B00340057>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 441.7372 Tm [<0043004E0043006F007100330061006300430052004E>-5448<006A0061006E0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 127.0217 441.7372 Tm [<00430038>-250<006A004000430063>-250<00430063>-250<001D004E>]TJ
-/F29 6.973848 Tf 1 0 0 1 168.8678 441.7372 Tm [<0042004D00420069>]TJ
-1 0 0 1 181.775 440.1681 Tm [<0032>]TJ
-1 0 0 1 185.2611 441.7372 Tm [<0074>]TJ
-/F29 8.966376 Tf 1 0 0 1 192.5378 441.7372 Tm [<0061006E004E>-250<0056001D0030003000330030>-250<0043004E>-250<007A0059006B00340057>]TJ
-/F30 11.620364 Tf 1 0 0 1 28.3464 414.5537 Tm [<006900770055003300630033006A006A0043004E003C>-278<006A001D002400490033>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 403.2561 Tm [<006A00330075005900630033006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 53.9112 403.2561 Tm [<005600290063006A00610043004E003C002A002E>-278<0063006A00610043004E003C002E>-278<0071001D0049006E00330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 143.4483 403.2561 Tm [<00620033006A>-250<001D>-250<004E001D004C00330030>-250<0043004E006A00330061004E001D0049>-250<00610033003C00430063006A003300610059>-500<001C004900630052>-250<001D002C0041>]TJ
-1 0 0 1 40.3016 391.9584 Tm [<002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063006A00610043004E003C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 380.6608 Tm [<0071001D0049006E0033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 56.8324 380.6608 Tm [<006A003300750059003C0033006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 82.841 380.6608 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 119.901 380.6608 Tm [<003B0033006A>-250<001D>-250<004E001D004C00330030>-250<0043004E006A00330061004E001D0049>-250<00610033003C00430063006A003300610059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>]TJ
-1 0 0 1 40.3016 369.3631 Tm [<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063006A00610043004E003C0059>]TJ
-1 0 0 1 28.3464 358.0655 Tm [<004B001D004E0077>-250<00520038>]TJ
-/F29 6.973848 Tf 1 0 0 1 61.2172 358.0655 Tm [<0048006D001C0069>]TJ
-1 0 0 1 78.7759 356.4964 Tm [<0032>]TJ
-1 0 0 1 82.262 358.0655 Tm [<0074>]TJ
-/F29 8.966376 Tf 1 0 0 1 87.2971 358.0655 Tm [<02150063>-250<0043004E006A00330061004E001D0049>-250<0055001D0061001D004C0033006A003300610063>-250<002C001D004E>-250<00240033>-250<005C006E00330061004300330030>-250<001D004E0030>-250<00630033006A>-250<006A004000430063>-250<0073001D0077002E>]TJ
-1 0 0 1 28.3464 346.7679 Tm [<0024006E006A>-250<004E0052006A>-250<004E0033001D006100490077>-250<001D004900490059>-500<006900400033>-250<00240043003C>-250<006100330038003300610033004E002C0033>-250<004C001D004E006E001D0049>-250<0040001D0063>-250<001D004E>-250<00330075006A0033004E0063004300710033>-250<004900430063006A0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 325.0967 Tm [<006A00330075005900630033006A001D006A006A006100430024006E006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 86.1899 325.0967 Tm [<005600290063006A00610043004E003C002A002E>-278<004E006E004C002400330061002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 313.7991 Tm [<00620033006A>-250<001D004E>-250<001D006A006A006100430024006E006A0033>-250<00610033003C00430063006A003300610059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063006A00610043004E003C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 302.5014 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 302.5014 Tm [<006A003300750059003C0033006A001D006A006A006100430024006E006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 123.1894 302.5014 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 167.8752 302.5014 Tm [<003B0033006A>-250<001D004E>-250<001D006A006A006100430024006E006A0033>-250<00610033003C00430063006A003300610059>-500<001C004900630052>]TJ
-1 0 0 1 40.3016 291.2038 Tm [<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063006A00610043004E003C0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 279.9061 Tm [<006A00330075005900630033006A002400520075>]TJ
-/F31 8.069684 Tf 1 0 0 1 68.2591 279.9061 Tm [<005600290063006A00610043004E003C002A002E>-278<004E006E004C002400330061002E>-278<004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 164.0825 279.9061 Tm [<00620033006A>-250<001D>-250<002400520075>-250<00610033003C00430063006A003300610059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>]TJ
-1 0 0 1 40.3016 268.6085 Tm [<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063006A00610043004E003C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 257.3108 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 257.3108 Tm [<006A003300750059003C0033006A002400520075>]TJ
-/F31 8.069684 Tf 1 0 0 1 95.8494 257.3108 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 140.5352 257.3108 Tm [<003B0033006A>-250<001D>-250<002400520075>-250<00610033003C00430063006A003300610059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<005500610033003000330041>]TJ
-1 0 0 1 40.3016 246.0132 Tm [<007E004E00330030>-250<002C0063004E001D004C0033>-250<0063006A00610043004E003C0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 234.7155 Tm [<006A00330075005900630033006A002C0052006E004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 75.8769 234.7155 Tm [<005600290063006A00610043004E003C002A002E>-278<004E006E004C002400330061002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 223.4179 Tm [<00620033006A>-250<001D>-250<002C0052006E004E006A>-250<00610033003C00430063006A003300610059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063006A00610043004E003C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 212.1202 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 212.1202 Tm [<006A003300750059003C0033006A002C0052006E004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 112.8764 212.1202 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 157.5622 212.1202 Tm [<003B0033006A>-250<001D>-250<002C0052006E004E006A>-250<00610033003C00430063006A003300610059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>]TJ
-1 0 0 1 40.3016 200.8226 Tm [<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063006A00610043004E003C0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 189.525 Tm [<006A00330075005900630033006A00300043004C0033004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 77.6764 189.525 Tm [<005600290063006A00610043004E003C002A002E>-278<004E006E004C002400330061002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 182.9091 189.525 Tm [<00620033006A>-250<001D>-250<00300043004C0033004E>-250<00610033003C00430063006A003300610059>-500<001C004900630052>]TJ
-1 0 0 1 40.3016 178.2273 Tm [<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063006A00610043004E003C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 166.9297 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 166.9297 Tm [<006A003300750059003C0033006A00300043004C0033004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 114.6759 166.9297 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 159.3617 166.9297 Tm [<003B0033006A>-250<001D>-250<00300043004C0033004E>-250<00610033003C00430063006A003300610059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>]TJ
-1 0 0 1 40.3016 155.632 Tm [<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063006A00610043004E003C0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 144.3344 Tm [<006A00330075005900630033006A0063004700430055>]TJ
-/F31 8.069684 Tf 1 0 0 1 70.0586 144.3344 Tm [<005600290063006A00610043004E003C002A002E>-278<004E006E004C002400330061002E>-278<004E0052003000330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 165.882 144.3344 Tm [<00620033006A>-250<001D>-250<0063004700430055>-250<00610033003C00430063006A003300610059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>]TJ
-1 0 0 1 40.3016 133.0367 Tm [<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063006A00610043004E003C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 121.7391 Tm [<004E005200300033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 55.4929 121.7391 Tm [<006A003300750059003C0033006A0063004700430055>]TJ
-/F31 8.069684 Tf 1 0 0 1 97.6489 121.7391 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 110.4414 Tm [<003B0033006A>-250<001D>-250<0063004700430055>-250<00610033003C00430063006A003300610059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063006A00610043004E003C0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 99.1438 Tm [<006A00330075005900630033006A006A005200470063>]TJ
-/F31 8.069684 Tf 1 0 0 1 70.5025 99.1438 Tm [<005600290063006A00610043004E003C002A002E>-278<004E006E004C002400330061002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 168.1093 99.1438 Tm [<00620033006A>-250<001D>-250<006A005200470063>-250<00610033003C00430063006A003300610059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>]TJ
-1 0 0 1 40.3016 87.8461 Tm [<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063006A00610043004E003C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 76.5485 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 57.2763 76.5485 Tm [<006A003300750059003C0033006A006A005200470063>]TJ
-/F31 8.069684 Tf 1 0 0 1 99.8761 76.5485 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 65.2509 Tm [<003B0033006A>-250<001D>-250<006A005200470063>-250<00610033003C00430063006A003300610059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063006A00610043004E003C0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 53.9532 Tm [<006A00330075005900630033006A002C001D006A002C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 84.4065 53.9532 Tm [<005600290063006A00610043004E003C002A002E>-278<0029004E006E004C002400330061002A002E>-278<004E006E004C002400330061002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 40.3016 42.6556 Tm [<00620033006A>-250<001D>-250<002C001D006A0033003C005200610077>-250<002C0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 31.3579 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 64.9021 31.3579 Tm [<006A003300750059003C0033006A002C001D006A002C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 121.406 31.3579 Tm [<00560029004E006E004C002400330061002A002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 202.4216 31.3579 Tm [<003B0033006A>-250<001D>-250<002C001D006A0033003C005200610077>-250<002C0052003000330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 20.0603 Tm [<006A00330075005900630033006A0049002C002C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 79.476 20.0603 Tm [<005600290063006A00610043004E003C002A002E>-278<004E006E004C002400330061002E>-278<004E006E004C002400330061002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 780.6666 Tm [<00620033006A>-250<001D>-250<00490052007300330061002C001D00630033>-250<002C0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 769.369 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 769.369 Tm [<006A003300750059003C0033006A0049002C002C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 392.4916 769.369 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 437.1774 769.369 Tm [<003B0033006A>-250<001D>-250<00490052007300330061002C001D00630033>-250<002C0052003000330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 758.0713 Tm [<006A00330075005900630033006A00630038002C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 355.9359 758.0713 Tm [<005600290063006A00610043004E003C002A002E>-278<004E006E004C002400330061002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 461.1686 758.0713 Tm [<00620033006A>-250<001D>-250<00630055001D002C0033>-250<0038001D002C006A005200610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 746.7737 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 746.7737 Tm [<006A003300750059003C0033006A00630038002C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 392.9354 746.7737 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 437.6212 746.7737 Tm [<003B0033006A>-250<001D>-250<00630055001D002C0033>-250<0038001D002C006A005200610059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 735.476 Tm [<006A00330075005900630033006A006E002C002C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 358.1793 735.476 Tm [<005600290063006A00610043004E003C002A002E>-278<004E006E004C002400330061002E>-278<004E006E004C002400330061002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 499.7417 735.476 Tm [<00620033006A>-250<001D004E>-250<006E0055005500330061002C001D00630033>]TJ
-1 0 0 1 316.3177 724.1784 Tm [<002C0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 712.8807 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 712.8807 Tm [<006A003300750059003C0033006A006E002C002C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 395.1788 712.8807 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 439.8646 712.8807 Tm [<003B0033006A>-250<001D004E>-250<006E0055005500330061002C001D00630033>-250<002C0052003000330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 701.5831 Tm [<006A00330075005900630033006A004C001D006A0040002C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 368.0405 701.5831 Tm [<005600290063006A00610043004E003C002A002E>-278<004E006E004C002400330061002E>-278<006A001D0024004900330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 463.412 701.5831 Tm [<00620033006A>-250<001D>-250<004C001D006A0040>-250<002C0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 690.2854 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 331.0571 690.2854 Tm [<006A003300750059003C0033006A004C001D006A0040002C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 395.1788 690.2854 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 439.8646 690.2854 Tm [<003B0033006A>-250<001D>-250<004C001D006A0040>-250<002C0052003000330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 678.9878 Tm [<006A00330075005900630033006A003000330049002C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 360.4227 678.9878 Tm [<005600290063006A00610043004E003C002A002E>-278<004E006E004C002400330061002E>-278<006A001D0024004900330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 455.7942 678.9878 Tm [<00620033006A>-250<001D>-250<0030003300490043004C0043006A00330061>-250<002C0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 667.6901 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 331.0571 667.6901 Tm [<006A003300750059003C0033006A003000330049002C005200300033>]TJ
-/F31 8.069684 Tf 1 0 0 1 387.561 667.6901 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 432.2468 667.6901 Tm [<003B0033006A>-250<001D>-250<0030003300490043004C0043006A00330061>-250<002C0052003000330059>]TJ
-1 0 0 1 304.3626 656.3925 Tm [<0042004E>-250<001D00490049>-250<006A00400033>]TJ
-/F30 8.069684 Tf 1 0 0 1 338.4796 656.3925 Tm [<006A00330075005900630033006A005900590059>]TJ
-/F29 8.966376 Tf 1 0 0 1 375.2577 656.3925 Tm [<0038006E004E002C006A00430052004E0063>-250<001D0024005200710033002E>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<0063006A00610043004E003C>-250<00430063>-250<006A00400033>-250<00490043006A00330061001D0049>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 645.0949 Tm [<005E003C004900520024001D0049005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 331.622 645.0949 Tm [<0059>-500<006900400033>-250<0043006A0033004C0063>-250<002C001D004E>-250<001D004900630052>-250<00240033>-250<001D002C002C00330063006300330030>-250<0030004300610033002C006A00490077>-250<00710043001D>-250<007100430061006A006E001D0049>-250<001D00610061001D00770063002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 633.7972 Tm [<006A003300750059001D006A006A006100430024006E006A003300630029002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 355.0483 633.7972 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 359.5315 633.7972 Tm [<006A0033007500590024005200750029002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 390.0349 633.7972 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 394.5181 633.7972 Tm [<006A003300750059002C0052006E004E006A0029002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 431.7516 633.7972 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 436.2348 633.7972 Tm [<006A00330075005900300043004C0033004E0029002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 475.7036 633.7972 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 480.1868 633.7972 Tm [<006A00330075005900630047004300550029002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 512.0298 633.7972 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 516.513 633.7972 Tm [<006A003300750059006A0052004700630029002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 548.8078 633.7972 Tm [<0064>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 622.4996 Tm [<006A003300750059002C001D006A002C0052003000330029002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 350.1177 622.4996 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 354.6009 622.4996 Tm [<006A0033007500590049002C002C0052003000330029002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 395.4173 622.4996 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 399.9005 622.4996 Tm [<006A00330075005900630038002C0052003000330029002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 441.1689 622.4996 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 445.6521 622.4996 Tm [<006A003300750059006E002C002C0052003000330029002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 489.1638 622.4996 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 493.647 622.4996 Tm [<006A003300750059004C001D006A0040002C0052003000330029002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 546.5761 622.4996 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 611.2019 Tm [<006A003300750059003000330049002C0052003000330029002A>]TJ
-/F29 8.966376 Tf 1 0 0 1 350.1177 611.2019 Tm [<0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 587.9491 Tm [<006A00330075005900630033006A004C001D006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 349.2058 587.9491 Tm [<005600290063006A00610043004E003C002A002E>-278<0063006A00610043004E003C002E>-278<0063006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 576.6515 Tm [<00620033006A>-250<001D004E>-250<0043004E006A00330061004E001D0049>-250<004C001D006A0040>-250<0055001D0061001D004C0033006A003300610059>-500<006900400033>-250<007E00610063006A>-250<0063006A00610043004E003C>-250<00430063>-250<0049004300470033>-250<006A00400033>-250<002C0063004E001D004C0033>-250<0024006E006A>]TJ
-1 0 0 1 316.3177 565.3538 Tm [<00730043006A00400052006E006A>-250<006A00400033>]TJ
-/F31 8.069684 Tf 1 0 0 1 359.1591 565.3538 Tm [<006D004C001D006A0040>]TJ
-/F29 8.966376 Tf 1 0 0 1 385.1659 565.3538 Tm [<005500610033007E0075002E>-250<006A00400033>-250<00630033002C0052004E0030>-250<0063006A00610043004E003C>-250<00430063>-250<001D>-250<0063006A007700490033>-250<004E001D004C0033>-250<004C0043004E006E0063>-250<006A00400033>]TJ
-/F31 8.069684 Tf 1 0 0 1 316.3177 554.0562 Tm [<0063006A007700490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 335.1506 554.0562 Tm [<0063006E007C00750059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 542.7585 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 542.7585 Tm [<006A003300750059003C0033006A004C001D006A0040>]TJ
-/F31 8.069684 Tf 1 0 0 1 386.2053 542.7585 Tm [<00560063006A00610043004E003C002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 447.4824 542.7585 Tm [<003B0033006A>-250<001D004E>-250<0043004E006A00330061004E001D0049>-250<004C001D006A0040>-250<0055001D0061001D004C0033006A003300610059>]TJ
-1 0 0 1 316.3177 531.4609 Tm [<006900400033>-250<007E00610063006A>-250<0063006A00610043004E003C>-250<00430063>-250<0049004300470033>-250<006A00400033>-250<002C0063004E001D004C0033>-250<0024006E006A>-250<00730043006A00400052006E006A>-250<006A00400033>]TJ
-/F31 8.069684 Tf 1 0 0 1 494.1479 531.4609 Tm [<006D004C001D006A0040>]TJ
-/F29 8.966376 Tf 1 0 0 1 520.1547 531.4609 Tm [<005500610033007E0075002E>-250<006A00400033>]TJ
-1 0 0 1 316.3177 520.1632 Tm [<00630033002C0052004E0030>-250<0063006A00610043004E003C>-250<00430063>-250<001D>-250<0063006A007700490033>-250<004E001D004C0033>-250<004C0043004E006E0063>-250<006A00400033>]TJ
-/F31 8.069684 Tf 1 0 0 1 458.7756 520.1632 Tm [<0063006A007700490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 477.6084 520.1632 Tm [<0063006E007C00750059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 508.8656 Tm [<006A003300750059005500610043004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 336.1975 508.8656 Tm [<00560029004E006E004C002400330061002A002E>-278<0063006A00610043004E003C002E>-278<00290063006A00610043004E003C002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 438.291 508.8656 Tm [<005400610043004E006A>-250<001D>-250<00630033005C006E0033004E002C0033>-250<00520038>-250<0063006A00610043004E003C0063>-250<0056004E0052006A>-250<0045006E0063006A>]TJ
-1 0 0 1 316.3177 497.5679 Tm [<006A007300520057>-250<001D0063>-250<00490043004E003300630059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<001D0061003C006E004C0033004E006A>-250<00430063>-250<001D>-250<002C001D006A002C005200300033>-250<006A001D002400490033>-250<004300300059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 486.2703 Tm [<006A0033007500590063005500610043004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 340.6842 486.2703 Tm [<00560029004E006E004C002400330061002A002E>-278<0063006A00610043004E003C002E>-278<00290063006A00610043004E003C002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.7778 486.2703 Tm [<005400610043004E006A>-250<001D>-250<00630033005C006E0033004E002C0033>-250<00520038>-250<0063006A00610043004E003C0063>-250<0056004E0052006A>]TJ
-1 0 0 1 316.3177 474.9727 Tm [<0045006E0063006A>-250<006A007300520057>-250<001D0063>-250<0055001D0061006A0043001D0049>-250<00490043004E003300630059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<001D0061003C006E004C0033004E006A>-250<00430063>-250<001D>-250<002C001D006A002C005200300033>-250<006A001D002400490033>-250<004300300059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 463.675 Tm [<006A003300750059006A005500610043004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 338.8847 463.675 Tm [<0056006A001D002400490033002E>-278<0029006A001D002400490033002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 400.1779 463.675 Tm [<002B0052004C00240043004E0033>-250<001D004E0077>-250<004E006E004C002400330061>-250<00520038>]TJ
-/F31 8.069684 Tf 1 0 0 1 489.8327 463.675 Tm [<006A0033007500590063005500610043004E006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 522.5714 463.675 Tm [<02150063>-250<0043004E006A0052>-250<001D>]TJ
-1 0 0 1 316.3177 452.3774 Tm [<00630043004E003C00490033>-250<0038006E004E002C006A00430052004E>-250<002C001D004900490059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 441.0797 Tm [<006A003300750059007300610043006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 337.1013 441.0797 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 374.1612 441.0797 Tm [<005400610043004E006A>-250<001D>-250<00630033005C006E0033004E002C0033>-250<00520038>-250<0063006A00610043004E003C0063>-250<0056004E0052006A>-250<0045006E0063006A>-250<006A007300520057>-250<001D0063>-250<00300033006A005200470041>]TJ
-1 0 0 1 316.3177 429.7821 Tm [<0033004E0043007900330030>-250<0030001D006A001D0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 418.4844 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 418.4844 Tm [<006A00330075005900610052006E004E0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 377.6837 418.4844 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 422.3695 418.4844 Tm [<00600052006E004E0030>-250<001D>-250<004E006E004C0024003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 407.1868 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 407.1868 Tm [<006A0033007500590063002C001D00490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 375.0127 407.1868 Tm [<0056004E006E004C002400330061002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 451.5414 407.1868 Tm [<004B006E0049006A004300550049004300330063>-250<006A00400033>-250<007E00610063006A>-250<004E006E004C002400330061>-250<005600520061>]TJ
-1 0 0 1 316.3177 395.8891 Tm [<001D00490049>-250<007E0033004900300063>-250<0043004E>-250<001D>-250<006A001D0024004900330057>-250<00730043006A0040>-250<006A00400033>-250<00630033002C0052004E0030>-250<001D0061003C006E004C0033004E006A>-250<005600430038>-250<006A00400033>-250<007E00610063006A>-250<001D0061003C006E004C0033004E006A>-250<00430063>]TJ
-1 0 0 1 316.3177 384.5915 Tm [<001D>-250<006A001D002400490033002E>-250<00630052>-250<00430063>-250<006A00400033>-250<00610033006A006E0061004E>-250<0071001D0049006E003300570059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 373.2938 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 373.2938 Tm [<006A00330075005900630055>]TJ
-/F31 8.069684 Tf 1 0 0 1 364.2396 373.2938 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 401.2996 373.2938 Tm [<002B0052004E007100330061006A>-250<001D>-250<00300043004C0033004E006300430052004E>-250<0063006A00610043004E003C>-250<006A0052>-250<0063002C001D004900330030>-250<005500520043004E006A00630059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 361.9962 Tm [<006A00330075005900300033007E004E003300380052004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 357.2674 361.9962 Tm [<0056002900240052005200490033001D004E002A002E>-278<0063006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 350.6986 Tm [<002F0033007E004E0033>-250<001D>-250<00380052004E006A>-250<002C0063004E001D004C00330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<00240052005200490033001D004E>-250<0043004E00300043002C001D006A00330063>-250<003800520061>-250<003C004900520024001D0049>-250<00300033007E0041>]TJ
-1 0 0 1 316.3177 339.4009 Tm [<004E0043006A00430052004E002E>-250<006A00400033>-250<0063006A00610043004E003C>-250<00430063>-250<006A00400033>-250<002C0063004E001D004C0033002E>-250<006A00400033>-250<004E006E004C002400330061>-250<00430063>-250<001D>-250<00380052004E006A>-250<004300300059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 328.1033 Tm [<006A00330075005900330061006100520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 337.1013 328.1033 Tm [<00560063006A00610043004E003C002E>-278<0029006A001D002400490033002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 400.6298 328.1033 Tm [<002B00610033001D006A0033>-250<001D004E>-250<00330061006100520061>-250<006A0040001D006A>-250<00430063>-250<00550061003300630033004E006A00330030>-250<006A0052>-250<006A00400033>-250<006E0063003300610059>]TJ
-1 0 0 1 316.3177 316.8056 Tm [<006900400033>-250<00520055006A00430052004E001D0049>-250<006A001D002400490033>-250<00430063>-250<001D004E>-250<001D00610061001D0077>-250<00520038>-250<0040003300490055>-250<004C003300630063001D003C0033>-250<0063006A00610043004E003C00630059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 305.508 Tm [<006A0033007500590033004E001D002400490033005500610043004C0043006A0043007100330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 381.9526 305.508 Tm [<00560063006A00610043004E003C002E>-278<006A001D0024004900330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 294.2103 Tm [<0032004E001D002400490033>-250<006A00400033>-250<001D00490049>-250<005500610043004C0043006A0043007100330063>-250<0043004E>-250<006A00400033>-250<001D00610061001D0077>-250<006E00630043004E003C>-250<006A00400033>-250<0063006A00610043004E003C>-250<001D0063>-250<005500610033007E00750059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 282.9127 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 331.0571 282.9127 Tm [<006A00330075005900330075006A0061001D005500610043004C0043006A0043007100330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 402.3689 282.9127 Tm [<00560063006A00610043004E003C002E>-278<00290063006A00610043004E003C002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 468.1327 282.9127 Tm [<00600033006A006E0061004E>-250<001D00490049>-250<005500610043004C0043006A0043007100330063>-250<0043004E>]TJ
-1 0 0 1 316.3177 271.615 Tm [<001D>-250<005600630033006A>-250<005200380057>-250<00330075006A0033004E006300430052004E>-250<004300300033004E006A0043007E0033006100630059>-500<0070001D004900430030>-250<004300300033004E006A0043007E003300610063>-250<001D00610033002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 510.0632 271.615 Tm [<005E006A00330075005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 526.5576 271.615 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 531.0408 271.615 Tm [<005E002C005200610033005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 552.4658 271.615 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 316.3177 260.3174 Tm [<005E0033006A00330075005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 337.2989 260.3174 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 341.7821 260.3174 Tm [<005E005500300038006A00330075005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 369.4934 260.3174 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 373.9766 260.3174 Tm [<005E0052004C0033003C001D005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 404.3751 260.3174 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 408.8582 260.3174 Tm [<005E001D0049003300550040005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 434.3262 260.3174 Tm [<002E>-250<001D004E0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 453.9984 260.3174 Tm [<005E0049006E001D006A00330075005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 481.2578 260.3174 Tm [<0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 249.0197 Tm [<006A001D002400490033>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 331.0571 249.0197 Tm [<006A003300750059005500610043004C0043006A0043007100330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 383.0823 249.0197 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 400.4119 249.0197 Tm [<00600033006A006E0061004E0063>-250<001D>-250<006A001D002400490033>-250<00520038>-250<001D00490049>-250<002C006E006100610033004E006A00490077>-250<001D002C006A004300710033>-250<005500610043004C00430041>]TJ
-1 0 0 1 316.3177 237.7221 Tm [<006A0043007100330063002E>-250<00730043006A0040>-250<006A0040003300430061>-250<004C0033001D004E0043004E003C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 226.4245 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 226.4245 Tm [<006A0033007500590024001D0030004E003300630063>]TJ
-/F31 8.069684 Tf 1 0 0 1 387.561 226.4245 Tm [<0056004E006E004C002400330061002E>-278<004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 464.0898 226.4245 Tm [<002B0052004C0055006E006A0033>-250<001D>-250<0024001D0030004E003300630063>-250<0071001D0049006E00330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 215.1268 Tm [<006A00330075005900490043004E0033002400610033001D0047>]TJ
-/F31 8.069684 Tf 1 0 0 1 353.7006 215.1268 Tm [<0056004E005200300033002E>-278<006A001D0024004900330057>]TJ
-/F29 8.966376 Tf 1 0 0 1 410.959 215.1268 Tm [<0060006E004E>-250<006A00400033>-250<00490043004E0033>-250<002400610033001D004700330061>-250<0052004E>-250<001D>-250<004E005200300033>-250<004900430063006A0059>-500<006900400033>]TJ
-1 0 0 1 316.3177 203.8292 Tm [<006A001D002400490033>-250<004900430063006A0063>-250<00630033006A006A0043004E003C00630059>]TJ
-1 0 0 1 304.3626 192.5315 Tm [<006900400033>]TJ
-/F30 8.069684 Tf 1 0 0 1 320.5469 192.5315 Tm [<006A00330075005900490043004E0033002400610033001D0047>]TJ
-/F29 8.966376 Tf 1 0 0 1 372.1265 192.5315 Tm [<0055001D0061001D004C0033006A003300610063002D>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 181.2339 Tm [<004E001D004C0033>-8615<006A007700550033>]TJ
-/F32 8.966376 Tf 1 0 0 1 460.9002 181.2339 Tm [<003000330063002C006100430055006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 169.9362 Tm [<0055001D0061003000430061>-8671<0063006A00610043004E003C>]TJ
-1 0 0 1 304.3626 158.6386 Tm [<005500610033006A0052004900330061001D004E002C0033>-5669<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 147.3409 Tm [<006A0061001D002C0043004E003C0055001D0061001D003C0061001D005500400063>-3168<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 136.0433 Tm [<006A0052004900330061001D004E002C0033>-7114<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 124.7456 Tm [<00490052005200630033004E003300630063>-6725<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 113.448 Tm [<00400077005500400033004E00550033004E001D0049006A0077>-4723<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 102.1504 Tm [<0033007500400077005500400033004E00550033004E001D0049006A0077>-3667<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 90.8527 Tm [<005500300038001D00300045006E0063006A00630055001D002C0043004E003C>-3723<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 79.5551 Tm [<001D0030004500300033004C003300610043006A0063>-6059<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 68.2574 Tm [<005500300038005500610052006A0061006E00300033002C0040001D00610063>-3668<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 56.9598 Tm [<00490043004E003300550033004E001D0049006A0077>-6447<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 45.6621 Tm [<0049001D0063006A00490043004E0033007E006A>-7337<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 34.3645 Tm [<00300052006E00240049003300400077005500400033004E00300033004C003300610043006A0063>-1111<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 23.0668 Tm [<007E004E001D004900400077005500400033004E00300033004C003300610043006A0063>-2279<004E006E004C002400330061>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0048006E001D006A0033>35<0075>-250<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>35<003300610033004E002C0033>-48615<0065>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 781.4987 Tm [<004E005200300033002E>-278<004E005200300033002E>-278<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 111.1253 781.4987 Tm [<004E005200300033005900490043003C>-5<001D006A006E00610043004E003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 169.4529 781.4987 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 770.201 Tm [<001C005500550049>25<0077>-250<006A00400033>-250<0043004E006A00330061>-20<004E001D0049>-250<00490043003C>20<001D006A006E0061>-20<0043004E003C>-250<00610052006E006A0043004E0033>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>-500<005400610052002C0033006300630043004E003C>-250<0063>15<006A005200550063>-250<0045006E0063>15<006A>]TJ
+1 0 0 1 40.3016 758.9034 Tm [<002400330038>40<005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<004E0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 747.6057 Tm [<004E005200300033002E>-278<004E005200300033002E>-278<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 111.1253 747.6057 Tm [<004E00520030003300590047>15<00330061004E0043004E003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 161.6738 747.6057 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 736.3081 Tm [<001C005500550049>25<0077>-250<006A00400033>-250<0043004E006A00330061>-20<004E001D0049>-250<0047>20<00330061>-20<004E0043004E003C>-250<00610052006E006A0043004E0033>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>-500<005400610052002C0033006300630043004E003C>-250<0063>15<006A005200550063>-250<0045006E0063>15<006A>]TJ
+1 0 0 1 40.3016 725.0104 Tm [<002400330038>40<005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<004E0052003000330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 713.7128 Tm [<004E0052003000330059006E004E>-5<005500610052>10<006A>5<0033002C006A006F003C00490077005500400063>]TJ
+/F6 8.069684 Tf 1 0 0 1 117.4923 713.7128 Tm [<0056004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 702.4151 Tm [<004B001D00610047>-250<001D00490049>-250<002C>15<0040001D0061001D002C006A003300610063>-250<0043004E>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<001D0063>-250<002400330043004E003C>-250<005500610052002C00330063006300330030>-250<003C0049>25<00770055004000630059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 691.1175 Tm [<004E0052003000330059005500610052>10<006A>5<0033002C006A006F003C00490077005500400063>]TJ
+/F6 8.069684 Tf 1 0 0 1 107.5908 691.1175 Tm [<0056004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 679.8198 Tm [<004B001D00610047>-250<001D00490049>-250<005500610052002C00330063006300330030>-250<003C0049>25<0077005500400063>-250<0043004E>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<001D0063>-250<002400330043004E003C>-250<002C>15<0040001D0061001D002C006A0033006100630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 668.5222 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 55.4929 668.5222 Tm [<004E00520030003300590049001D0063006A006F004E005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 114.684 668.5222 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 657.2246 Tm [<0054>25<005200550063>-250<001D004E0030>-250<00610033006A006E0061>-20<004E0063>-250<006A00400033>-250<0049001D0063>15<006A>-250<004E005200300033>-250<0052004E>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<0052006E006A0055006E006A>-250<004900430063>15<006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 645.9269 Tm [<004E0052003000330059007300610043006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 68.6626 645.9269 Tm [<0056004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 103.9391 645.9269 Tm [<001C005500550033004E00300063>-250<001D>-250<004E005200300033>-250<006A0052>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<0052006E006A0055006E006A>-250<004900430063>15<006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 634.6293 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 66.2578 634.6293 Tm [<004E0052003000330059005500610052>10<006A0061006E006300430052004E006F00630047004300550055001D002400490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 169.7596 634.6293 Tm [<0056004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 623.3316 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<004E005200300033>-250<002C0052006E00490030>-250<00240033>-250<0063004700430055005500330030>-250<0038>40<00520061>-250<005500610052006A0061>-20<006E006300430052004E>-250<0055006E0061>-25<005500520063003300630059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 612.034 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 55.4929 612.034 Tm [<004E0052003000330059004E0033>20<0075006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 93.4446 612.034 Tm [<0056004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 128.7212 612.034 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A00400033>-250<004E0033>35<0075006A>-250<004E0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 600.7363 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 55.4929 600.7363 Tm [<004E005200300033005900550061>-5<0033>20<0071>]TJ
+/F6 8.069684 Tf 1 0 0 1 93.9368 600.7363 Tm [<0056004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 129.2134 600.7363 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A00400033>-250<005500610033>25<007100430052006E0063>-250<004E0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 589.4387 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 589.4387 Tm [<004E00520030003300590040001D0063006F001D006A006A006100430024006E006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 137.0532 589.4387 Tm [<0056004E005200300033002E>-278<004E006E004C002400330061>70<002E>-278<0029004E006E004C002400330061002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 578.141 Tm [<0060>25<0033006A006E0061>-20<004E>-250<001D004E>-250<001D006A006A0061>-20<00430024006E006A0033>-250<0071>25<001D0049006E0033>-250<0038>40<00520061>-250<001D>-250<004E005200300033002E>-250<00430038>-250<0043006A>-250<0040001D0063>-250<0052004E00330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<004E006E004C002400330061>]TJ
+1 0 0 1 40.3016 566.8434 Tm [<006A00330063>15<006A0063>-250<0038>40<00520061>-250<001D>-250<006300550033002C0043007E002C>-250<0071>25<001D0049006E0033>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 555.5457 Tm [<004E005200300033005900630033>5<006A006F001D006A006A006100430024006E006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 98.2138 555.5457 Tm [<0056004E005200300033002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 544.2481 Tm [<00620033006A>-250<001D004E>-250<001D006A006A0061>-20<00430024006E006A0033>-250<0071>25<001D0049006E0033>-250<0038>40<00520061>-250<001D>-250<004E0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 532.9505 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 532.9505 Tm [<004E0052003000330059006E004E00630033>5<006A006F001D006A006A006100430024006E006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 144.6306 532.9505 Tm [<0056004E005200300033002E>-278<004E006E004C002400330061>70<002E>-278<0029004E006E004C002400330061002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 521.6528 Tm [<006D>30<004E00630033006A>-250<001D004E>-250<001D006A006A0061>-20<00430024006E006A0033>-250<0071>25<001D0049006E0033>-250<0038>40<00520061>-250<001D>-250<004E0052003000330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<004E006E004C002400330061>-250<006A00330063>15<006A0063>-250<0038>40<00520061>-250<001D>-250<0063005500330041>]TJ
+1 0 0 1 40.3016 510.3552 Tm [<002C0043007E002C>-250<0071>25<001D0049006E0033>]TJ
+/F5 11.620364 Tf 1 0 0 1 28.3464 476.4622 Tm [<005400300038>-278<006A>-5<001D002400490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 453.8669 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 453.8669 Tm [<00550030003800590043004C004C003300300043001D006A>5<0033005200240045>]TJ
+/F6 8.069684 Tf 1 0 0 1 131.6707 453.8669 Tm [<00560029004E006E004C002400330061002A002E>-278<00290063>5<006A00610043004E003C002A002E>-278<0063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 442.5693 Tm [<0072>45<0061>-20<0043006A0033>-250<001D004E>-250<0052002400450033002C006A>-250<006A0052>-250<006A00400033>-250<0054002F0037>-250<007E00490033>-250<0043004C004C003300300043001D006A00330049>25<0077>75<0059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<004E006E004C002400330061>-250<00430063>-250<001D004E>]TJ
+1 0 0 1 40.3016 431.2716 Tm [<0052002400450033002C006A>-250<00430030002E>-250<006A00400033>-250<007E00610063>15<006A>-250<00520055006A00430052004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>]TJ
+/F6 8.069684 Tf 1 0 0 1 167.7407 431.2716 Tm [<005E007E00490033005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 183.7832 431.2716 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 188.2664 431.2716 Tm [<005E0063>5<006A0061>10<0033001D004C005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 218.5358 431.2716 Tm [<002E>-250<00520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 232.7296 431.2716 Tm [<005E007E004900330063>5<006A0061>10<0033001D004C005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 273.312 431.2716 Tm [<0059>-250<006A00400033>-250<00630033002C0041>]TJ
+1 0 0 1 40.3016 419.974 Tm [<0052004E0030>-250<00520055006A00430052004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<002C0052004E006A001D0043004E0063>-250<0063>15<006A00610033001D004C>-250<001D006A006A0061>-20<00430024006E006A00330063>-250<0038>40<00520061>-250<006A00400033>-250<0049001D006A006A00330061>-250<006A0073>35<0052>-250<002C001D0063003300630059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 408.6764 Tm [<0055003000380059004C001D0055007E00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 71.3901 408.6764 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 108.4097 408.6764 Tm [<0060>25<0033003C00430063>15<006A00330061>-250<001D>-250<0038>40<0052004E006A>-250<004C001D0055>-250<007E004900330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 397.3787 Tm [<0055003000380059004C001D005500490043004E0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 73.6335 397.3787 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 110.6531 397.3787 Tm [<0060>25<0033003C00430063>15<006A00330061>-250<001D>-250<0038>40<0052004E006A>-250<004C001D0055>-250<00490043004E00330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 386.0811 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 386.0811 Tm [<0055003000380059005200240045>]TJ
+/F6 8.069684 Tf 1 0 0 1 91.7984 386.0811 Tm [<00560029004E006E004C002400330061002A002E>-278<00290063>5<006A00610043004E003C002A002E>-278<0063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 374.7834 Tm [<0072>45<0061>-20<0043006A0033>-250<001D004E>-250<0052002400450033002C006A>-250<006A0052>-250<006A00400033>-250<0054002F0037>-250<007E004900330059>-500<006200330033>]TJ
+/F6 8.069684 Tf 1 0 0 1 172.0715 374.7834 Tm [<005E00550030003800590043004C004C003300300043001D006A>15<0033005200240045005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 241.3641 374.7834 Tm [<0038>40<00520061>-250<001D0061>15<003C006E004C0033004E006A00630059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 363.4858 Tm [<00550030003800590061>-5<00330038>10<005200240045>]TJ
+/F6 8.069684 Tf 1 0 0 1 65.5154 363.4858 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 110.2012 363.4858 Tm [<0060>25<00330038>35<003300610033004E002C0033>-250<001D004E>-250<0052002400450033002C006A002E>-250<00630052>-250<006A0040001D006A>-250<0043006A>-250<0073004300490049>-250<00240033>-250<00730061>-20<0043006A006A0033004E>-250<0052006E006A0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 352.1881 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 352.1881 Tm [<00550030003800590055001D003C>-10<00330061>-5<00330038>]TJ
+/F6 8.069684 Tf 1 0 0 1 108.9626 352.1881 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 153.6484 352.1881 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0055001D003C>25<0033006100330038>-250<0052002400450033002C006A>-250<004E006E004C002400330061>50<0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 340.8905 Tm [<0055003000380059005500610043004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 61.069 340.8905 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 329.5928 Tm [<0072>45<0061>-20<0043006A0033>-250<0030004300610033002C006A0049>25<0077>-250<006A0052>-250<006A00400033>-250<0054002F0037>-250<007E00490033>-250<0056006E00630033>-250<0043004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 173.3447 329.5928 Tm [<00250049001D006A>15<00330049006E001D>]TJ
+/F1 8.966376 Tf 1 0 0 1 199.2403 329.5928 Tm [<00570059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<0052004E0033>]TJ
+1 0 0 1 40.3016 318.2952 Tm [<00520038>]TJ
+/F6 8.069684 Tf 1 0 0 1 50.0122 318.2952 Tm [<005E003000430061>10<0033002C006A005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 77.6329 318.2952 Tm [<00520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 87.3435 318.2952 Tm [<005E0055001D003C0033005E>]TJ
+1 0 0 1 28.3464 306.9975 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 306.9975 Tm [<00550030003800590061>-5<0033006300330061>-20<0071>15<0033005200240045>]TJ
+/F6 8.069684 Tf 1 0 0 1 120.591 306.9975 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 295.6999 Tm [<0060>25<0033006300330061>-20<0071>35<0033>-250<001D004E>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<0043004E>-250<006A00400033>-250<0054002F0037>-250<0024001D002C>20<0047>20<0033004E00300059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 284.4023 Tm [<00550030003800590061>-5<0033003C00430063006A>5<00330061>-5<001D004E004E0052>10<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 94.6631 284.4023 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 273.1046 Tm [<0060>25<0033003C00430063>15<006A00330061>-250<001D004E>-250<001D004E004E0052006A001D006A00430052004E>-250<0043004E>-250<006A00400033>-250<0054002F0037>-250<0024001D002C>20<0047>20<0033004E00300059>]TJ
+/F5 11.620364 Tf 1 0 0 1 28.3464 239.2117 Tm [<0062006A>-5<001D006A006E0063>-278<006A>-5<001D002400490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 216.6164 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 55.041 216.6164 Tm [<0063006A>-5<001D006A006E00630059004900430063006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 92.7506 216.6164 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 110.0802 216.6164 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<001D>-250<006A001D002400490033>-250<00730043006A0040>-250<0071>25<001D0061>-20<00430052006E0063>-250<0063>15<006A001D006A006E0063>-250<0043006A0033004C00630059>]TJ
+1 0 0 1 28.3464 205.3187 Tm [<006900400033>-250<002C006E0061>-25<00610033004E006A>-250<004900430063>15<006A>-250<00430063002D>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 194.0211 Tm [<0047>15<0033>15<0077>]TJ
+/F7 8.966376 Tf 1 0 0 1 109.8956 194.0211 Tm [<0033>20<007500550049001D004E001D006A00430052004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 182.7234 Tm [<005500300038006F003C0052004E0033>-5318<00730061>-20<0043006A006A0033004E>]TJ
+/F1 6.973848 Tf 1 0 0 1 137.7183 182.7234 Tm [<0054002F0037>]TJ
+/F1 8.966376 Tf 1 0 0 1 152.7499 182.7234 Tm [<0024>30<0077006A00330063>]TJ
+1 0 0 1 28.3464 171.4258 Tm [<005500300038006F0055006A0061>-6151<004E0052006A>-250<0077>35<0033006A>-250<00730061>-20<0043006A006A0033004E>]TJ
+/F1 6.973848 Tf 1 0 0 1 164.3036 171.4258 Tm [<0054002F0037>]TJ
+/F1 8.966376 Tf 1 0 0 1 179.3352 171.4258 Tm [<0024>30<0077006A00330063>]TJ
+1 0 0 1 28.3464 160.1282 Tm [<003000710043006F003C0052004E0033>-5373<00730061>-20<0043006A006A0033004E>]TJ
+/F1 6.973848 Tf 1 0 0 1 137.7183 160.1282 Tm [<002F>70<00700042>]TJ
+/F1 8.966376 Tf 1 0 0 1 151.8643 160.1282 Tm [<0024>30<0077006A00330063>]TJ
+1 0 0 1 28.3464 148.8305 Tm [<003000710043006F0055006A0061>-6206<004E0052006A>-250<0077>35<0033006A>-250<00730061>-20<0043006A006A0033004E>]TJ
+/F1 6.973848 Tf 1 0 0 1 164.3036 148.8305 Tm [<002F>70<00700042>]TJ
+/F1 8.966376 Tf 1 0 0 1 178.4496 148.8305 Tm [<0024>30<0077006A00330063>]TJ
+1 0 0 1 28.3464 137.5329 Tm [<006A0052006A001D0049006F0055001D003C>25<00330063>-4565<004E006E004C002400330061>-250<00520038>-250<00730061>-20<0043006A006A0033004E>-250<0055001D003C>25<00330063>]TJ
+1 0 0 1 28.3464 126.2352 Tm [<0052006E006A0055006E006A006F007E00490033006F004E001D004C0033>-2095<004E001D004C0033>-250<00520038>-250<006A00400033>]TJ
+/F1 6.973848 Tf 1 0 0 1 154.4675 126.2352 Tm [<0054002F0037>]TJ
+/F1 8.966376 Tf 1 0 0 1 169.4991 126.2352 Tm [<00520061>]TJ
+/F1 6.973848 Tf 1 0 0 1 179.2097 126.2352 Tm [<002F>70<00700042>]TJ
+/F1 8.966376 Tf 1 0 0 1 193.3557 126.2352 Tm [<007E00490033>]TJ
+1 0 0 1 28.3464 114.9376 Tm [<00490052003C006F004E001D004C0033>-5151<004E001D004C0033>-250<00520038>-250<006A00400033>-250<00490052003C>-250<007E00490033>]TJ
+1 0 0 1 28.3464 103.6399 Tm [<0024001D004E004E00330061>-6374<006A00330061>-20<004C0043004E001D0049>-250<00300043006300550049001D>30<0077>-250<0024001D004E004E00330061>]TJ
+1 0 0 1 28.3464 92.3423 Tm [<0071>25<001D0061006F006E006300330030>-5510<0071>25<001D0061>-20<0043001D002400490033>-250<00560052004E00330026004100260073>35<0052006100300057>-250<004C0033004C00520061>-20<0077>-250<0043004E>-250<006E00630033>]TJ
+1 0 0 1 28.3464 81.0446 Tm [<00300077004E006F006E006300330030>-5262<006A00520047>20<0033004E>-250<0056004C006E0049006A00430026004100260073>35<0052006100300057>-250<004C0033004C00520061>-20<0077>-250<0043004E>-250<006E00630033>]TJ
+1 0 0 1 28.3464 69.747 Tm [<0063>15<006A0061006F0055006A0061>-6499<004E006E004C002400330061>-250<00520038>-250<0063>15<006A0061>-20<0043004E003C0063>]TJ
+1 0 0 1 28.3464 58.4493 Tm [<0043004E0043006A006F0063>15<006A0061006F0055006A0061>-4665<004E006E004C002400330061>-250<00520038>]TJ
+/F1 6.973848 Tf 1 0 0 1 149.2401 58.4493 Tm [<0042004D00420069>]TJ
+1 0 0 1 162.1473 56.8802 Tm [<0032>]TJ
+1 0 0 1 165.6333 58.4493 Tm [<0074>]TJ
+/F1 8.966376 Tf 1 0 0 1 172.9101 58.4493 Tm [<0063>15<006A0061>-20<0043004E003C0063>]TJ
+1 0 0 1 28.3464 47.1517 Tm [<004C001D0075006F0063>15<006A0061>-20<0043004E003C0063>-4201<004C001D00750043004C006E004C>-250<001D004900490052>35<0073>30<00330030>-250<0063>15<006A0061>-20<0043004E003C0063>]TJ
+1 0 0 1 28.3464 35.8541 Tm [<0055005200520049006F0055006A0061>-5706<0063>15<006A0061>-20<0043004E003C>-250<0055005200520049>-250<0043004E00300033>35<0075>]TJ
+1 0 0 1 304.3626 781.4987 Tm [<0043004E0043006A006F0055005200520049006F0055006A0061>]TJ
+/F1 6.973848 Tf 1 0 0 1 385.9118 781.4987 Tm [<0042004D00420069>]TJ
+1 0 0 1 398.819 779.9295 Tm [<0032>]TJ
+1 0 0 1 402.305 781.4987 Tm [<0074>]TJ
+/F1 8.966376 Tf 1 0 0 1 409.5817 781.4987 Tm [<0063>15<006A0061>-20<0043004E003C>-250<0055005200520049>-250<0043004E00300033>35<0075>]TJ
+1 0 0 1 304.3626 770.201 Tm [<0055005200520049006F0063004300790033>-5262<002C006E0061>-25<00610033004E006A>-250<0063004300790033>-250<001D004900490052002C001D006A00330030>-250<0038>40<00520061>-250<0063>15<006A0061>-20<0043004E003C>-250<002C>15<0040001D0061001D002C006A003300610063>]TJ
+1 0 0 1 304.3626 758.9034 Tm [<004E005200300033006F004C0033004C006F006E0063001D003C>25<0033>-1899<001D>-250<0063>15<006A0061>-20<0043004E003C>-250<003C004300710043004E003C>-250<0043004E00630043003C0040006A>-250<0043004E006A0052>-250<002C006E0061>-25<00610033004E006A0049>25<0077>-250<006E006300330030>-250<004E0052003000330063>]TJ
+1 0 0 1 304.3626 747.6057 Tm [<0071>25<001D0061006F004C0033004C006F004C001D0075>-3121<004E006E004C002400330061>-250<00520038>-250<001D004900490052002C001D006A00330030>-250<0073>35<0052006100300063>-250<0038>40<00520061>-250<004E0052003000330063>]TJ
+1 0 0 1 304.3626 736.3081 Tm [<007E0075006F004C0033004C006F004C001D0075>-3317<004E006E004C002400330061>-250<00520038>-250<001D004900490052002C001D006A00330030>-250<0073>35<0052006100300063>-250<0038>40<00520061>-250<006A00520047>20<0033004E0063>]TJ
+1 0 0 1 304.3626 725.0104 Tm [<007E0075006F004C0033004C006F0033004E0030>-3595<004C001D00750043004C006E004C>-250<004E006E004C002400330061>-250<00520038>-250<006E006300330030>-250<006A00520047>20<0033004E0063>]TJ
+1 0 0 1 304.3626 713.7128 Tm [<002C0063006F002C0052006E004E006A>-5540<004E006E004C002400330061>-250<00520038>-250<002C0052004E006A006100520049>-250<00630033005C>10<006E0033004E002C00330063>]TJ
+1 0 0 1 304.3626 702.4151 Tm [<0040001D00630040006F0063004300790033>-5207<0063004300790033>-250<00520038>-250<0040001D00630040>]TJ
+1 0 0 1 304.3626 691.1175 Tm [<0040001D00630040006F0033>35<0075006A0061001D>-4798<0033>35<0075006A0061001D>-250<001D004900490052>35<0073>30<00330030>-250<0040001D00630040>]TJ
+1 0 0 1 304.3626 679.8198 Tm [<0038>40<0052004E006A006F0055006A0061>-5913<004E006E004C002400330061>-250<00520038>-250<001D002C006A00430071>35<0033>-250<0038>40<0052004E006A0063>]TJ
+1 0 0 1 304.3626 668.5222 Tm [<004C001D0075006F0043004E006F0063>15<006A001D002C>20<0047>-3575<004C001D0075>-250<006E006300330030>-250<0043004E>15<0055006E006A>-250<0063>15<006A001D002C>20<0047>-250<0033004E006A0061>-20<004300330063>]TJ
+1 0 0 1 304.3626 657.2246 Tm [<004C001D0075006F004E00330063>15<006A006F0063>15<006A001D002C>20<0047>-2757<004C001D0075>-250<006E006300330030>-250<004E00330063>15<006A0043004E003C>-250<0063>15<006A001D002C>20<0047>-250<0033004E006A0061>-20<004300330063>]TJ
+1 0 0 1 304.3626 645.9269 Tm [<004C001D0075006F0055001D0061001D004C006F0063>15<006A001D002C>20<0047>-1854<004C001D0075>-250<006E006300330030>-250<0055001D0061001D004C0033006A00330061>-250<0063>15<006A001D002C>20<0047>-250<0033004E006A0061>-20<004300330063>]TJ
+1 0 0 1 304.3626 634.6293 Tm [<004C001D0075006F0024006E0038006F0063>15<006A001D002C>20<0047>-3020<004C001D0075>-250<006E006300330030>-250<0024006E007B00330061>-250<0055005200630043006A00430052004E>]TJ
+1 0 0 1 304.3626 623.3316 Tm [<004C001D0075006F0063001D>30<0071>35<0033006F0063>15<006A001D002C>20<0047>-2641<004C001D0075>-250<006E006300330030>-250<0063001D>30<0071>35<0033>-250<0063>15<006A001D002C>20<0047>-250<0033004E006A0061>-20<004300330063>]TJ
+1 0 0 1 304.3626 612.034 Tm [<0063>15<006A001D002C>20<0047006F0063004300790033>-5020<0043004E>15<0055006E006A>-250<0063>15<006A001D002C>20<0047>-250<0063004300790033>]TJ
+1 0 0 1 304.3626 600.7363 Tm [<004E00330063>15<006A006F0063004300790033>-5444<004E00330063>15<006A0043004E003C>-250<0063>15<006A001D002C>20<0047>-250<0063004300790033>]TJ
+1 0 0 1 304.3626 589.4387 Tm [<0055001D0061001D004C006F0063004300790033>-4541<0055001D0061001D004C0033006A00330061>-250<0063>15<006A001D002C>20<0047>-250<0063004300790033>]TJ
+1 0 0 1 304.3626 578.141 Tm [<0024006E0038006F0063004300790033>-5707<002C006E0061>-25<00610033004E006A>-250<001D004900490052002C001D006A00330030>-250<0063004300790033>-250<00520038>-250<006A00400033>-250<00490043004E0033>-250<0024006E007B00330061>]TJ
+1 0 0 1 304.3626 566.8434 Tm [<0063001D>30<0071>35<0033006F0063004300790033>-5328<0063001D>30<0071>35<0033>-250<0063>15<006A001D002C>20<0047>-250<0063004300790033>]TJ
+1 0 0 1 304.3626 555.5457 Tm [<005200240045006F0055006A0061>-6206<004C001D0075>]TJ
+/F1 6.973848 Tf 1 0 0 1 403.5935 555.5457 Tm [<0054002F0037>]TJ
+/F1 8.966376 Tf 1 0 0 1 418.6251 555.5457 Tm [<0052002400450033002C006A>-250<005500520043004E006A00330061>]TJ
+1 0 0 1 304.3626 544.2481 Tm [<005200240045006F006A001D0024006F0063004300790033>]TJ
+/F1 6.973848 Tf 1 0 0 1 385.9118 544.2481 Tm [<0054002F0037>]TJ
+/F1 8.966376 Tf 1 0 0 1 400.9434 544.2481 Tm [<0052002400450033002C006A>-250<006A001D002400490033>-250<0063004300790033>]TJ
+1 0 0 1 304.3626 532.9505 Tm [<005500300038006F00520063006F002C004E006A0061>-4318<004C001D0075>]TJ
+/F1 6.973848 Tf 1 0 0 1 403.5935 532.9505 Tm [<0054002F0037>]TJ
+/F1 8.966376 Tf 1 0 0 1 418.6251 532.9505 Tm [<0052002400450033002C006A>-250<0063>15<006A00610033001D004C>-250<005500520043004E006A00330061>]TJ
+1 0 0 1 304.3626 521.6528 Tm [<005500300038006F00520063006F005200240045004300300075>]TJ
+/F1 6.973848 Tf 1 0 0 1 385.9118 521.6528 Tm [<0054002F0037>]TJ
+/F1 8.966376 Tf 1 0 0 1 400.9434 521.6528 Tm [<0052002400450033002C006A>-250<0063>15<006A00610033001D004C>-250<0043004E00300033>35<0075>]TJ
+1 0 0 1 304.3626 510.3552 Tm [<005500300038006F003000330063>15<006A006F004E001D004C00330063006F0055006A0061>-1000<004C001D0075>]TJ
+/F1 6.973848 Tf 1 0 0 1 403.5935 510.3552 Tm [<0054002F0037>]TJ
+/F1 8.966376 Tf 1 0 0 1 418.6251 510.3552 Tm [<003000330063>15<006A0043004E001D006A00430052004E>-250<005500520043004E006A00330061>]TJ
+1 0 0 1 304.3626 499.0575 Tm [<003000330063>15<006A006F004E001D004C00330063006F0063004300790033>]TJ
+/F1 6.973848 Tf 1 0 0 1 385.9118 499.0575 Tm [<0054002F0037>]TJ
+/F1 8.966376 Tf 1 0 0 1 400.9434 499.0575 Tm [<003000330063>15<006A0043004E001D006A00430052004E>-250<006A001D002400490033>-250<0063004300790033>]TJ
+1 0 0 1 304.3626 487.7599 Tm [<005500300038006F004C0033004C006F0055006A0061>-3651<004C001D0075>]TJ
+/F1 6.973848 Tf 1 0 0 1 403.5935 487.7599 Tm [<0054002F0037>]TJ
+/F1 8.966376 Tf 1 0 0 1 418.6251 487.7599 Tm [<004C0033004C00520061>-20<0077>-250<006E006300330030>]TJ
+1 0 0 1 304.3626 476.4622 Tm [<005500300038006F004C0033004C006F0063004300790033>]TJ
+/F1 6.973848 Tf 1 0 0 1 385.9118 476.4622 Tm [<0054002F0037>]TJ
+/F1 8.966376 Tf 1 0 0 1 400.9434 476.4622 Tm [<004C0033004C00520061>-20<0077>-250<0063004300790033>]TJ
+1 0 0 1 304.3626 465.1646 Tm [<0049001D0061>15<003C>25<00330063>15<006A006F006E006300330030006F004C001D00610047>-1596<004C001D0075>-250<006100330038>35<003300610033004E002C00330030>-250<004C001D006100470063>-250<002C0049001D00630063>]TJ
+1 0 0 1 304.3626 453.8669 Tm [<007E00490033004E001D004C0033>-5651<004E001D004C0033>-250<00520038>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<0043004E>15<0055006E006A>-250<007E00490033>]TJ
+1 0 0 1 304.3626 442.5693 Tm [<0043004E>15<0055006E006A00430030>-6276<004E006E004C00330061>-20<0043002C>-250<00430030>-250<00520038>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<0043004E>15<0055006E006A>]TJ
+1 0 0 1 304.3626 431.2716 Tm [<00490043004E0033004E006E004C002400330061>-4540<00490052002C001D006A00430052004E>-250<0043004E>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<0043004E>15<0055006E006A>-250<007E00490033>]TJ
+1 0 0 1 304.3626 419.974 Tm [<0049001D0063>15<006A00330061>-25<0061005200610063>15<006A0061>-20<0043004E003C>-3470<0049001D0063>15<006A>-250<00330061>-25<006100520061>-250<0063>15<006A0061>-20<0043004E003C>]TJ
+1 0 0 1 304.3626 408.6764 Tm [<0049006E001D0024>30<0077006A0033002C0052003000330063>-3904<004E006E004C002400330061>-250<00520038>-250<001D002C006A00430071>35<0033>]TJ
+/F1 6.973848 Tf 1 0 0 1 448.5957 408.6764 Tm [<0048>25<006D>65<001C>]TJ
+/F1 8.966376 Tf 1 0 0 1 464.5409 408.6764 Tm [<0024>30<0077006A0033002C005200300033>-250<00610033003C00430063>15<006A003300610063>]TJ
+1 0 0 1 304.3626 397.3787 Tm [<0049006E001D0024>30<0077006A0033002C005200300033006F0024>30<0077006A00330063>-1712<004E006E004C002400330061>-250<00520038>-250<0024>30<0077006A00330063>-250<0043004E>]TJ
+/F1 6.973848 Tf 1 0 0 1 455.3743 397.3787 Tm [<0048>25<006D>65<001C>]TJ
+/F1 8.966376 Tf 1 0 0 1 471.3195 397.3787 Tm [<0024>30<0077006A0033002C005200300033>-250<00610033003C00430063>15<006A003300610063>]TJ
+1 0 0 1 304.3626 386.0811 Tm [<0049006E001D0063>15<006A001D006A0033006F0024>30<0077006A00330063>-3474<004E006E004C002400330061>-250<00520038>-250<0024>30<0077006A00330063>-250<0043004E>-250<006E00630033>-250<0024>30<0077>]TJ
+/F1 6.973848 Tf 1 0 0 1 480.5071 386.0811 Tm [<0048>25<006D>65<001C>]TJ
+/F1 8.966376 Tf 1 0 0 1 496.4523 386.0811 Tm [<0043004E006A00330061>-25<005500610033006A003300610063>]TJ
+1 0 0 1 304.3626 374.7834 Tm [<0052006E006A0055006E006A006F001D002C006A00430071>35<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 385.9118 374.7834 Tm [<006A0061006E0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 402.0574 374.7834 Tm [<00430038>-250<006A00400033>]TJ
+/F6 8.069684 Tf 1 0 0 1 422.976 374.7834 Tm [<00250052006E006A0055006E006A>]TJ
+/F1 8.966376 Tf 1 0 0 1 449.8947 374.7834 Tm [<00610052006E006A0043004E0033>-250<00430063>-250<001D002C006A00430071>35<0033>]TJ
+1 0 0 1 304.3626 363.4858 Tm [<002C001D004900490024001D002C>20<00470063>-5394<006A0052006A001D0049>-250<004E006E004C002400330061>-250<00520038>-250<0033>35<0075>30<0033002C006E006A00330030>-250<002C001D004900490024001D002C>20<00470063>-250<00630052>-250<0038>25<001D0061>]TJ
+1 0 0 1 304.3626 352.1881 Tm [<0043004E0030004300610033002C006A006F002C001D004900490024001D002C>20<00470063>-1839<004E006E004C002400330061>-362<00520038>-362<006A0040005200630033>-362<006A0040001D006A>-363<0073>29<003300610033>-361<006A00400033004C006300330049>29<0071>35<00330063>-361<001D>-363<006100330063006E0049006A>-362<00520038>]TJ
+1 0 0 1 385.9118 340.8905 Tm [<0052006A004000330061>-250<002C001D004900490024001D002C>20<00470063>-250<005600330059003C0059>-333<007E00490033>-250<00610033001D00300033006100630057>]TJ
+1 0 0 1 304.3626 329.5928 Tm [<0049006E001D006A0033>35<0075006F00630071004E>-4797<006A00400033>-250<0049006E001D006A0033>35<0075>-250<006100330055005200630043006A00520061>-20<0077>-250<00430030>-250<0056001D0030003000330030>-250<0043004E>-250<007A0059003900530057>]TJ
+1 0 0 1 304.3626 318.2952 Tm [<0049006E001D006A0033>35<0075006F0071>35<00330061006300430052004E>-3277<006A00400033>-250<0049006E001D006A0033>35<0075>-250<0071>35<00330061006300430052004E>-250<004E006E004C002400330061>-250<0056001D0030003000330030>-250<0043004E>-250<007A0059006B00340057>]TJ
+1 0 0 1 304.3626 306.9975 Tm [<0049006E001D006A0033>35<0075006F00610033>25<00710043006300430052004E>-2989<006A00400033>-250<0049006E001D006A0033>35<0075>-250<00610033>25<00710043006300430052004E>-250<0063>15<006A0061>-20<0043004E003C>-250<0056001D0030003000330030>-250<0043004E>-250<007A0059006B00340057>]TJ
+1 0 0 1 304.3626 295.6999 Tm [<0043004E0043006F0071>35<00330061006300430052004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 385.9118 295.6999 Tm [<006A0061006E0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 402.0574 295.6999 Tm [<00430038>-250<006A004000430063>-250<00430063>-250<001D004E>]TJ
+/F1 6.973848 Tf 1 0 0 1 443.9035 295.6999 Tm [<0042004D00420069>]TJ
+1 0 0 1 456.8107 294.1308 Tm [<0032>]TJ
+1 0 0 1 460.2968 295.6999 Tm [<0074>]TJ
+/F1 8.966376 Tf 1 0 0 1 467.5735 295.6999 Tm [<0061>-20<006E004E>-250<0056001D0030003000330030>-250<0043004E>-250<007A0059006B00340057>]TJ
+/F5 11.620364 Tf 1 0 0 1 304.3626 261.807 Tm [<0069>80<00770055003300630033>5<006A006A0043004E003C>-278<006A>-5<001D002400490033>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 239.2117 Tm [<006A>5<0033>20<0075005900630033>5<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 329.6853 239.2117 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<0063>5<006A00610043004E003C002E>-278<0071>20<001D0049006E00330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 227.914 Tm [<00620033006A>-250<001D>-250<004E001D004C00330030>-250<0043004E006A00330061>-20<004E001D0049>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 216.6164 Tm [<0071>20<001D0049006E0033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 332.6872 216.6164 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 358.5344 216.6164 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 205.3187 Tm [<003B0033006A>-250<001D>-250<004E001D004C00330030>-250<0043004E006A00330061>-20<004E001D0049>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+1 0 0 1 304.3626 194.0211 Tm [<004B001D004E>30<0077>-250<00520038>]TJ
+/F1 6.973848 Tf 1 0 0 1 336.9643 194.0211 Tm [<0048>25<006D>65<001C>55<0069>]TJ
+1 0 0 1 353.5119 192.452 Tm [<0032>]TJ
+1 0 0 1 356.998 194.0211 Tm [<0074>]TJ
+/F1 8.966376 Tf 1 0 0 1 362.0331 194.0211 Tm [<005F0063>-250<0043004E006A00330061>-20<004E001D0049>-250<0055001D0061001D004C0033006A003300610063>-250<002C001D004E>-250<00240033>-250<005C>10<006E00330061>-20<004300330030>-250<001D004E0030>-250<00630033006A>-250<006A004000430063>-250<0073>25<001D>30<0077>65<002E>-250<0024006E006A>]TJ
+1 0 0 1 304.3626 182.7234 Tm [<004E0052006A>-250<004E0033001D0061>20<0049>25<0077>-250<001D004900490059>-500<006900400033>-250<00240043003C>-250<006100330038>35<003300610033004E002C0033>-250<004C001D004E006E001D0049>-250<0040001D0063>-250<001D004E>-250<0033>35<0075006A0033004E006300430071>35<0033>-250<004900430063>15<006A0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 160.1282 Tm [<006A>5<0033>20<0075005900630033>5<006A>-5<001D006A006A006100430024006E006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 361.964 160.1282 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 148.8305 Tm [<00620033006A>-250<001D004E>-250<001D006A006A0061>-20<00430024006E006A0033>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 137.5329 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 137.5329 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A>-5<001D006A006A006100430024006E006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 399.0442 137.5329 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 126.2352 Tm [<003B0033006A>-250<001D004E>-250<001D006A006A0061>-20<00430024006E006A0033>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 114.9376 Tm [<006A>5<0033>20<0075005900630033>5<006A00240052>25<0075>]TJ
+/F6 8.069684 Tf 1 0 0 1 343.8314 114.9376 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 103.6399 Tm [<00620033006A>-250<001D>-250<00240052>35<0075>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 92.3423 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 331.509 92.3423 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A00240052>25<0075>]TJ
+/F6 8.069684 Tf 1 0 0 1 371.5024 92.3423 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 81.0446 Tm [<003B0033006A>-250<001D>-250<00240052>35<0075>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 69.747 Tm [<006A>5<0033>20<0075005900630033>5<006A002C0052006E004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 351.6509 69.747 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 58.4493 Tm [<00620033006A>-250<001D>-250<002C0052006E004E006A>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 47.1517 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 47.1517 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A002C0052006E004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 388.7311 47.1517 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 35.8541 Tm [<003B0033006A>-250<001D>-250<002C0052006E004E006A>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
ET
+
endstream
endobj
40 0 obj
-<</Type/Page/Contents 41 0 R/Resources 39 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 42 0 R>>
+<</Type/Page/Contents 41 0 R/Resources 39 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
endobj
39 0 obj
-<</Font<</F29 18 0 R/F31 20 0 R/F30 19 0 R/F32 21 0 R>>/ProcSet[/PDF/Text]>>
+<</Font<</F1 18 0 R/F6 20 0 R/F5 19 0 R/F7 21 0 R>>/ProcSet[/PDF/Text]>>
endobj
-45 0 obj
-<</Length 35195 >>
+44 0 obj
+<</Length 38317 >>
stream
-0 g 0 G
-0 g 0 G
+0.000 g 0.000 G
+0.000 g 0.000 G
BT
-/F29 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0034>-48570<0048006E001D006A00330075>-250<007A005900660066>-250<0063004000520061006A>-250<006100330038003300610033004E002C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 780.6666 Tm [<0040001D004E003C001D0038006A00330061>-7002<004E006E004C002400330061>]TJ
-1 0 0 1 28.3464 769.369 Tm [<0043004E006A0033006100490043004E003300550033004E001D0049006A0077>-4502<004E006E004C002400330061>-278<00520061>-278<006A001D002400490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 184.8841 769.369 Tm [<00430038>-371<001D>-372<006A001D002400490033002E>-402<006A00400033004E>-372<0043006A>-372<00430063>-372<001D004E>-372<001D00610061001D0077>]TJ
-1 0 0 1 184.8841 758.0713 Tm [<0049004300470033>]TJ
-/F31 8.069684 Tf 1 0 0 1 200.5753 758.0713 Tm [<00250043004E006A0033006100490043004E003300550033004E001D0049006A004300330063>]TJ
-1 0 0 1 28.3464 746.7737 Tm [<002C0049006E002400550033004E001D0049006A0077>-6169<004E006E004C002400330061>-278<00520061>-278<006A001D002400490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 184.8841 746.7737 Tm [<00430038>-371<001D>-372<006A001D002400490033002E>-402<006A00400033004E>-372<0043006A>-372<00430063>-372<001D004E>-372<001D00610061001D0077>]TJ
-1 0 0 1 184.8841 735.476 Tm [<0049004300470033>]TJ
-/F31 8.069684 Tf 1 0 0 1 200.5753 735.476 Tm [<0025002C0049006E002400550033004E001D0049006A004300330063>]TJ
-1 0 0 1 28.3464 724.1784 Tm [<0073004300300052007300550033004E001D0049006A0077>-5225<004E006E004C002400330061>-278<00520061>-278<006A001D002400490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 184.8841 724.1784 Tm [<00430038>-371<001D>-372<006A001D002400490033002E>-402<006A00400033004E>-372<0043006A>-372<00430063>-372<001D004E>-372<001D00610061001D0077>]TJ
-1 0 0 1 184.8841 712.8807 Tm [<0049004300470033>]TJ
-/F31 8.069684 Tf 1 0 0 1 200.5753 712.8807 Tm [<00250073004300300052007300550033004E001D0049006A004300330063>]TJ
-1 0 0 1 28.3464 701.5831 Tm [<00240061005200470033004E00550033004E001D0049006A0077>-4946<004E006E004C002400330061>]TJ
-1 0 0 1 28.3464 690.2854 Tm [<0033004C00330061003C0033004E002C00770063006A00610033006A002C0040>-3280<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 184.8841 690.2854 Tm [<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 678.9878 Tm [<0040001D004E003C0043004E00300033004E006A>-6279<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 184.8841 678.9878 Tm [<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 667.6901 Tm [<00400063004300790033>-8893<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 184.8841 667.6901 Tm [<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 656.3925 Tm [<004900330038006A0063004700430055>-8115<003C0049006E0033006F006300550033002C>-278<004E005200300033>]TJ
-1 0 0 1 28.3464 645.0949 Tm [<00610043003C0040006A0063004700430055>-7504<003C0049006E0033006F006300550033002C>-278<004E005200300033>]TJ
-1 0 0 1 28.3464 633.7972 Tm [<0055003000380033001D002C004000490043004E0033004000330043003C0040006A>-3389<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 184.8841 633.7972 Tm [<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 622.4996 Tm [<0055003000380033001D002C004000490043004E0033003000330055006A0040>-3611<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 184.8841 622.4996 Tm [<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 611.2019 Tm [<00550030007C00610063006A00490043004E0033004000330043003C0040006A>-3966<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 184.8841 611.2019 Tm [<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 599.9043 Tm [<00550030007F001D0063006A00490043004E0033003000330055006A0040>-4223<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 184.8841 599.9043 Tm [<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 588.6066 Tm [<00550030007E003C004E005200610033003000300043004C0033004E>-3779<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 184.8841 588.6066 Tm [<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 577.309 Tm [<0055001D006100630040001D00550033>-7058<006A001D002400490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 28.3464 553.2295 Tm [<006900400033>]TJ
-/F30 8.069684 Tf 1 0 0 1 44.5307 553.2295 Tm [<006A00330075005900490043004E0033002400610033001D0047>]TJ
-/F29 8.966376 Tf 1 0 0 1 96.1104 553.2295 Tm [<00610033006A006E0061004E00330030>-250<006A001D002400490033>-250<0030001D006A001D002D>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 541.9318 Tm [<0055006100330071003000330055006A0040>]TJ
-/F29 8.966376 Tf 1 0 0 1 73.6425 541.9318 Tm [<003000330055006A0040>-250<00520038>-250<006A00400033>-250<0049001D0063006A>-250<00490043004E0033>-250<0043004E>-250<006A00400033>-250<00240061005200470033004E>-250<0055001D0061001D003C0061001D00550040>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 530.6342 Tm [<0055006100330071003C0061001D0038>]TJ
-/F29 8.966376 Tf 1 0 0 1 73.6425 530.6342 Tm [<004E006E004C002400330061>-250<00520038>-250<00490043004E00330063>-250<0043004E>-250<006A00400033>-250<00240061005200470033004E>-250<0055001D0061001D003C0061001D00550040>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 519.3365 Tm [<00490052005200630033004E003300630063>]TJ
-/F29 8.966376 Tf 1 0 0 1 73.6425 519.3365 Tm [<006A00400033>-250<001D002C006A006E001D0049>-250<00490052005200630033004E003300630063>-250<0071001D0049006E0033>-250<0043004E>-250<006A00400033>-250<00240061005200470033004E>-250<0055001D0061001D003C0061001D00550040>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 508.0389 Tm [<00300033004C003300610043006A0063>]TJ
-/F29 8.966376 Tf 1 0 0 1 73.6425 508.0389 Tm [<006A00400033>-250<006A0052006A001D0049>-250<00300033004C003300610043006A0063>-250<00520038>-250<006A00400033>-250<002C0040005200630033004E>-250<006300520049006E006A00430052004E>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 482.1123 Tm [<006A00330075005900630040004300550052006E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 71.3901 482.1123 Tm [<0056004E006E004C0024003300610057>]TJ
-/F29 8.966376 Tf 1 0 0 1 116.0759 482.1123 Tm [<00620040004300550063>-250<006A00400033>-250<002400520075>-250<006A0052>-250<006A00400033>-250<0052006E006A0055006E006A>-250<007E00490033>-250<001D004E0030>-250<002C00490033001D00610063>-250<006A00400033>]TJ
-1 0 0 1 40.3016 470.8147 Tm [<0024005200750059>]TJ
-1 0 0 1 28.3464 447.9528 Tm [<006900400033>-250<007100430061006A006E001D0049>-250<006A001D002400490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 89.8558 447.9528 Tm [<006A003300750059004900430063006A0063>]TJ
-/F29 8.966376 Tf 1 0 0 1 119.0017 447.9528 Tm [<002C0052004E006A001D0043004E0063>-250<006A00400033>-250<00630033006A>-250<00520038>-250<0043004E006A00330061004E001D0049>-250<00610033003C00430063006A003300610063>-250<006A0040001D006A>-250<0047003300330055>]TJ
-1 0 0 1 28.3464 436.6552 Tm [<006A0061001D002C0047>-250<00520038>-250<0024006E0043004900300043004E003C>-250<0055001D003C0033>-250<004900430063006A00630059>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 425.3575 Tm [<007E003300490030>]TJ
-/F32 8.966376 Tf 1 0 0 1 97.4239 425.3575 Tm [<003000330063002C006100430055006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 414.0599 Tm [<0055001D003C0033006F0043004E0063006F00400033001D0030>]TJ
-/F29 8.966376 Tf 1 0 0 1 97.4239 414.0599 Tm [<002C00430061002C006E0049001D0061>-250<004900430063006A>-250<00520038>-250<00550033004E00300043004E003C>-250<0043004E006300330061006A00430052004E0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 402.7622 Tm [<002C0052004E006A006100430024006F00400033001D0030>]TJ
-/F29 8.966376 Tf 1 0 0 1 97.4239 402.7622 Tm [<006A00400033>-250<00610033002C0033004E006A>-250<002C0052004E006A006100430024006E006A00430052004E0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 391.4646 Tm [<0055001D003C0033006F00400033001D0030>]TJ
-/F29 8.966376 Tf 1 0 0 1 97.4239 391.4646 Tm [<006A00400033>-250<0055001D003C003300410063005200410038001D0061>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 380.1669 Tm [<0040005200490030006F00400033001D0030>]TJ
-/F29 8.966376 Tf 1 0 0 1 97.4239 380.1669 Tm [<006E006300330030>-250<003800520061>-250<004000330049003000410052007100330061>-250<0043006A0033004C0063>-250<003800520061>-250<004E00330075006A>-250<0055001D003C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 368.8693 Tm [<001D00300045006E0063006A006F00400033001D0030>]TJ
-/F29 8.966376 Tf 1 0 0 1 97.4239 368.8693 Tm [<00400033001D0030>-250<00520038>-250<006A00400033>-250<002C006E006100610033004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 167.1375 368.8693 Tm [<0025001D00300045006E0063006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 193.1524 368.8693 Tm [<004900430063006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 357.5716 Tm [<005500610033006F001D00300045006E0063006A006F00400033001D0030>]TJ
-/F29 8.966376 Tf 1 0 0 1 97.4239 357.5716 Tm [<00400033001D0030>-250<00520038>-250<006A00400033>-250<002C006E006100610033004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 167.1375 357.5716 Tm [<0025001D00300045006E0063006A>-555<005500610033>]TJ
-/F29 8.966376 Tf 1 0 0 1 209.2962 357.5716 Tm [<004900430063006A>]TJ
-1 0 0 1 28.3464 333.5011 Tm [<006900400033>-250<007100430061006A006E001D0049>-250<006A001D002400490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 89.8558 333.5011 Tm [<006A003300750059004E00330063006A>]TJ
-/F29 8.966376 Tf 1 0 0 1 120.3574 333.5011 Tm [<002C0052004E006A001D0043004E0063>-250<006A00400033>-250<002C006E006100610033004E006A00490077>-250<001D002C006A004300710033>-250<00630033004C001D004E006A0043002C>-250<004E00330063006A0043004E003C>]TJ
-1 0 0 1 28.3464 322.2035 Tm [<0063006A001D006A00330059>-500<0042006A>-250<0040001D0063>-250<006A00730052>-250<004C001D0043004E>-250<0055001D0061006A0063002D>-500<001D004E>-250<007900330061005200410024001D006300330030>-250<001D00610061001D0077>-250<00520038>-250<006E0063003300610030001D006A001D>-250<003800520061>-250<006A00400033>-250<006300330041>]TJ
-1 0 0 1 28.3464 310.9058 Tm [<004C001D004E006A0043002C>-250<004E00330063006A>-250<0043006A0063003300490038002E>-250<001D004E0030>-250<006A00400033>-250<004E006E004C003300610043002C001D0049>-250<0071001D0049006E0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 182.2453 310.9058 Tm [<006A003300750059004E00330063006A00590055006A0061>]TJ
-/F29 8.966376 Tf 1 0 0 1 222.1661 310.9058 Tm [<0059>-500<0046004E00520073004E>-250<007E0033004900300063002D>]TJ
-/F30 8.069684 Tf 1 0 0 1 28.3464 299.6082 Tm [<004700330077>-4612<006A007700550033>]TJ
-/F32 8.966376 Tf 1 0 0 1 116.7033 299.6082 Tm [<004C0052003000330063>-1278<0033007500550049001D004E001D006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 288.3105 Tm [<004C005200300033>-3779<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 116.7033 288.3105 Tm [<001D00490049>-3000<006900400033>-336<002C006E006100610033004E006A>-337<004C0052003000330059>-593<007A>-336<0035>-337<004E0052>-336<004C005200300033002E>-358<0053>-337<0035>]TJ
-1 0 0 1 152.5688 277.0129 Tm [<007100330061006A0043002C001D0049002E>-393<0053006C0065>-365<0035>-365<004000520061004300790052004E006A001D0049002E>-394<006C0039006B>-365<0035>-365<0030004300630041>]TJ
-1 0 0 1 152.5688 265.7153 Tm [<00550049001D0077>-198<004C001D006A00400059>]TJ
-/F24 8.966376 Tf 1 0 0 1 192.7939 265.7153 Tm [(\000)]TJ
-/F28 8.966376 Tf 1 0 0 1 198.4965 265.7153 Tm [<0053>]TJ
-/F29 8.966376 Tf 1 0 0 1 204.7565 265.7153 Tm [<0035>-198<0043004E006A00330061004E001D0049>-198<007100330061006A0043002C001D0049002E>]TJ
-/F24 8.966376 Tf 1 0 0 1 271.7608 265.7153 Tm [(\000)]TJ
-/F28 8.966376 Tf 1 0 0 1 277.4634 265.7153 Tm [<0053006C0065>]TJ
-/F29 8.966376 Tf 1 0 0 1 152.5688 254.4176 Tm [<0035>-366<006100330063006A00610043002C006A00330030>-366<004000520061004300790052004E006A001D0049002E>]TJ
-/F24 8.966376 Tf 1 0 0 1 239.7074 254.4176 Tm [(\000)]TJ
-/F28 8.966376 Tf 1 0 0 1 245.41 254.4176 Tm [<006C0039006B>]TJ
-/F29 8.966376 Tf 1 0 0 1 262.1451 254.4176 Tm [<0035>-366<0043004E00490043004E0033>]TJ
-1 0 0 1 152.5688 243.12 Tm [<004C001D006A00400059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 231.8223 Tm [<004C00520030003300490043004E0033>-2223<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 116.7033 231.8223 Tm [<001D00490049>-3000<00630052006E0061002C0033>-266<0043004E0055006E006A>-266<00490043004E0033>-267<00730040003300610033>-266<006A004000430063>-266<004C005200300033>-267<0073001D0063>]TJ
-1 0 0 1 152.5688 220.5247 Tm [<0033004E006A0033006100330030>-374<0043004E002E>-406<004E0033003C001D006A004300710033>-374<0043004E0063004300300033>-374<006A00400033>-375<0052006E006A0055006E006A>]TJ
-1 0 0 1 152.5688 209.227 Tm [<00610052006E006A0043004E00330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 197.9294 Tm [<00400033001D0030>-4056<004E005200300033>]TJ
-/F29 8.966376 Tf 1 0 0 1 116.7033 197.9294 Tm [<001D00490049>-3000<006A00400033>-250<00400033001D0030>-250<00520038>-250<006A00400033>-250<002C006E006100610033004E006A>-250<004900430063006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 186.6317 Tm [<006A001D00430049>-5002<004E005200300033>]TJ
-/F29 8.966376 Tf 1 0 0 1 116.7033 186.6317 Tm [<001D00490049>-3000<006A00400033>-250<006A001D00430049>-250<00520038>-250<006A00400033>-250<002C006E006100610033004E006A>-250<004900430063006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 175.3341 Tm [<0055006100330071003C0061001D0038>-2612<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 116.7033 175.3341 Tm [<0071004C005200300033>-1278<004E006E004C002400330061>-359<00520038>-359<00490043004E00330063>-359<0043004E>-359<006A00400033>-359<005500610033007100430052006E0063>-359<0055001D0061001D0041>]TJ
-1 0 0 1 152.5688 164.0364 Tm [<003C0061001D00550040>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 152.7388 Tm [<0055006100330071003000330055006A0040>-1833<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 116.7033 152.7388 Tm [<0071004C005200300033>-1278<003000330055006A0040>-250<00520038>-250<006A00400033>-250<005500610033007100430052006E0063>-250<0055001D0061001D003C0061001D00550040>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 141.4412 Tm [<00630055001D002C00330038001D002C006A00520061>-1111<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 116.7033 141.4412 Tm [<0040004C005200300033>-1278<006A00400033>-250<002C006E006100610033004E006A>-250<00630055001D002C0033>-250<0038001D002C006A00520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 130.1435 Tm [<0030004300610063>-4669<004E005200300033>]TJ
-/F29 8.966376 Tf 1 0 0 1 116.7033 130.1435 Tm [<0040004C005200300033>-1278<0043004E006A00330061004E001D0049>-250<006E00630033>-250<0052004E00490077>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 118.8459 Tm [<004E0052001D0030>-4056<004E005200300033>]TJ
-/F29 8.966376 Tf 1 0 0 1 116.7033 118.8459 Tm [<004C004C005200300033>-1000<0043004E006A00330061004E001D0049>-250<006E00630033>-250<0052004E00490077>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 107.5482 Tm [<0030003300490043004C0055006A0061>-2724<004E005200300033>]TJ
-/F29 8.966376 Tf 1 0 0 1 116.7033 107.5482 Tm [<004C004C005200300033>-1000<0043004E006A00330061004E001D0049>-250<006E00630033>-250<0052004E00490077>]TJ
-/F31 8.069684 Tf 1 0 0 1 28.3464 96.2506 Tm [<004C001D006A0040003000430061>-2946<00240052005200490033001D004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 116.7033 96.2506 Tm [<004C004C005200300033>-1000<006A0061006E0033>-319<007300400033004E>-320<0030006E00610043004E003C>-319<004C001D006A0040>-320<005500610052002C0033006300630043004E003C>-320<006A00400033>]TJ
-/F31 8.069684 Tf 1 0 0 1 152.5688 84.9529 Tm [<0025004C001D006A0040003000430061>]TJ
-/F29 8.966376 Tf 1 0 0 1 187.9259 84.9529 Tm [<00430063>-442<004E0052006A>-442<006A00400033>-443<0063001D004C0033>-442<001D0063>-442<006A00400033>-442<0063006E00610041>]TJ
-1 0 0 1 152.5688 73.6553 Tm [<00610052006E004E00300043004E003C>]TJ
-/F31 8.069684 Tf 1 0 0 1 187.188 73.6553 Tm [<0025006A00330075006A003000430061>]TJ
-1 0 0 1 28.3464 62.3576 Tm [<004C001D006A00400063006A007700490033>-2001<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 116.7033 62.3576 Tm [<004C004C005200300033>-1000<006A00400033>-250<002C006E006100610033004E006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 193.4017 62.3576 Tm [<0025004C001D006A00400063006A007700490033>]TJ
-/F30 11.620364 Tf 1 0 0 1 28.3464 33.9834 Tm [<006900330075002C0052004E007E003C>-278<006A001D002400490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 28.3464 22.6857 Tm [<0069004000430063>-250<00430063>-250<001D>-250<006A001D002400490033>-250<006A0040001D006A>-250<00430063>-250<002C00610033001D006A00330030>-250<0033004C0055006A00770059>-500<001C>-250<0063006A001D0061006A006E0055>]TJ
-/F29 6.973848 Tf 1 0 0 1 197.1923 22.6857 Tm [<0048006D001C>]TJ
-/F29 8.966376 Tf 1 0 0 1 213.7651 22.6857 Tm [<0063002C006100430055006A>-250<002C0052006E00490030>-250<007E00490049>-250<006A004000430063>]TJ
-1 0 0 1 28.3464 11.3881 Tm [<006A001D002400490033>-250<00730043006A0040>-250<001D>-250<004E006E004C002400330061>-250<00520038>-250<00630033006A006A0043004E003C0063>-250<006A0040001D006A>-250<001D00610033>-250<00610033001D0030>-250<0052006E006A>-250<00240077>-250<006A00400033>-250<003300750033002C006E006A001D002400490033>-250<001D0038006A00330061>]TJ
-1 0 0 1 28.3464 0.0905 Tm [<00490052001D00300043004E003C>-250<001D004E0030>-250<003300750033002C006E006A0043004E003C>-250<006A00400033>-250<0063006A001D0061006A006E0055>-250<007E004900330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 780.6666 Tm [<004700330077>-10725<006A007700550033>]TJ
-/F32 8.966376 Tf 1 0 0 1 442.0495 780.6666 Tm [<003000330038001D006E0049006A>-1000<0033007500550049001D004E001D006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 769.369 Tm [<0047005500630033006F0043004E0043006A>-8447<00240052005200490033001D004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 769.369 Tm [<006A0061006E0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 477.9149 769.369 Tm [<0038001D004900630033>]TJ
-/F29 8.966376 Tf 1 0 0 1 496.4525 769.369 Tm [<006A0052006A001D004900490077>-166<003000430063001D0024004900330063>]TJ
-/F29 6.973848 Tf 1 0 0 1 551.249 769.369 Tm [<00460054001C0069003F0041>]TJ
-1 0 0 1 477.9149 758.0713 Tm [<00620032001C>]TJ
-/F29 8.966376 Tf 1 0 0 1 493.3301 758.0713 Tm [<0043004E0043006A0043001D004900430063001D006A00430052004E>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 746.7737 Tm [<00630040003300490049006F00330063002C001D00550033>-6557<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 477.9149 746.7737 Tm [<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 735.476 Tm [<00630040003300490049006F00330063002C001D00550033006F002C0052004C004C001D004E00300063>-1111<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 477.9149 735.476 Tm [<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 724.1784 Tm [<0063006A00610043004E003C006F0071001D002C001D004E002C004300330063>-4946<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 724.1784 Tm [<00650039007A007A007A>-1500<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 712.8807 Tm [<0055005200520049006F0038006100330033>-8224<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 712.8807 Tm [<0039007A007A007A>-2000<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 701.5831 Tm [<004C001D0075006F0063006A00610043004E003C0063>-7003<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 701.5831 Tm [<00530039007A007A007A>-1500<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 690.2854 Tm [<0063006A00610043004E003C0063006F0038006100330033>-7169<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 690.2854 Tm [<0053007A007A>-2500<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 678.9878 Tm [<004E00330063006A006F0063004300790033>-8169<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 678.9878 Tm [<0039007A>-3000<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 667.6901 Tm [<004C001D0075006F0043004E006F005200550033004E>-6390<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 667.6901 Tm [<00530039>-3000<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 656.3925 Tm [<0055001D0061001D004C006F0063004300790033>-7225<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 656.3925 Tm [<0066007A>-3000<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 645.0949 Tm [<0063001D00710033006F0063004300790033>-7947<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 645.0949 Tm [<003A007A007A007A>-2000<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 633.7972 Tm [<0063006A001D002C0047006F0063004300790033>-7725<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 633.7972 Tm [<006B007A007A>-2500<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 622.4996 Tm [<003000710043006F0024006E0038006F0063004300790033>-6835<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 622.4996 Tm [<00530066006B0034003A>-1500<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 611.2019 Tm [<00330061006100520061006F00490043004E0033>-8170<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 611.2019 Tm [<0065004F>-3000<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 599.9043 Tm [<0040001D00490038006F00330061006100520061006F00490043004E0033>-6002<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 599.9043 Tm [<0039007A>-3000<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 588.6066 Tm [<004C001D0075006F005500610043004E006A006F00490043004E0033>-5891<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 588.6066 Tm [<0065004F>-3000<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 577.309 Tm [<0040001D00630040006F00330075006A0061001D>-7446<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 577.309 Tm [<007A>-3500<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 566.0113 Tm [<00550047006F003000550043>-9447<004E006E004C002400330061>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 566.0113 Tm [<0065006C>-3000<002C00380059>-250<007300330024006C002C>-250<00300052002C0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 554.7137 Tm [<006A0061001D002C0033006F007E00490033006F004E001D004C00330063>-4779<00240052005200490033001D004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 554.7137 Tm [<006A0061006E0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 477.9149 554.7137 Tm [<0038001D004900630033>]TJ
-/F29 8.966376 Tf 1 0 0 1 498.2651 554.7137 Tm [<003000430063001D0024004900330063>]TJ
-/F29 6.973848 Tf 1 0 0 1 530.4618 554.7137 Tm [<0069>]TJ
-1 0 0 1 533.6893 553.1446 Tm [<0032>]TJ
-1 0 0 1 537.1753 554.7137 Tm [<0074>]TJ
-/F29 8.966376 Tf 1 0 0 1 542.2105 554.7137 Tm [<02150063>-368<004E005200610041>]TJ
-1 0 0 1 477.9149 543.416 Tm [<004C001D0049>-250<007E00490033>-250<00380033003300300024001D002C0047>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 532.1184 Tm [<007E00490033006F00490043004E0033006F00330061006100520061>-6336<00240052005200490033001D004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 532.1184 Tm [<0038001D004900630033>]TJ
-/F31 8.069684 Tf 1 0 0 1 477.9149 532.1184 Tm [<007E00490033002D00490043004E0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 507.065 532.1184 Tm [<0063006A007700490033>-450<00330061006100520061>-450<004C003300630041>]TJ
-1 0 0 1 477.9149 520.8208 Tm [<0063001D003C00330063>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 509.5231 Tm [<0040001D0049006A006F0052004E006F00330061006100520061>-6446<00240052005200490033001D004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 442.0495 509.5231 Tm [<0038001D004900630033>-2112<001D002400520061006A>-296<0061006E004E>-297<0052004E>-297<006A00400033>-297<007E00610063006A>-297<0033004E0041>]TJ
-1 0 0 1 477.9149 498.2255 Tm [<002C0052006E004E006A0033006100330030>-250<00330061006100520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 486.9278 Tm [<003800520061004C001D006A004E001D004C0033>-7058<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 477.9149 486.9278 Tm [<00430038>-482<004E0052>-482<003800520061004C001D006A>-483<004E001D004C0033>-482<0073001D0063>]TJ
-1 0 0 1 477.9149 475.6302 Tm [<003C004300710033004E>-402<0052004E>-402<006A00400033>-402<002C0052004C004C001D004E00300041>]TJ
-1 0 0 1 477.9149 464.3325 Tm [<00490043004E0033002E>-250<006A004000430063>-250<0073004300490049>-250<00240033>-250<006E006300330030>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 453.0349 Tm [<004500520024004E001D004C0033>-8558<0063006A00610043004E003C>]TJ
-/F29 8.966376 Tf 1 0 0 1 477.9149 453.0349 Tm [<001D0063>]TJ
-/F31 8.069684 Tf 1 0 0 1 487.6255 453.0349 Tm [<003800520061004C001D006A004E001D004C0033>]TJ
-/F29 8.966376 Tf 1 0 0 1 530.6773 453.0349 Tm [<0059>]TJ
-/F30 11.620364 Tf 1 0 0 1 304.3626 424.2697 Tm [<00420051>-278<006A001D002400490033>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 412.9721 Tm [<006A00330075004300520059007300610043006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 344.2752 412.9721 Tm [<005600290063006A00610043004E003C002A002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 410.0391 412.9721 Tm [<007200610043006A0033>-250<001D>-250<0063006A00610043004E003C>-250<006A0052>-250<006A00400033>-250<00490052003C>-250<001D004E0030006700520061>-250<006A00330061004C0043004E001D00490059>]TJ
-1 0 0 1 316.3177 401.6744 Tm [<006900400033>-250<00520055006A00430052004E001D0049>-250<001D0061003C006E004C0033004E006A>-250<00430063>]TJ
-/F31 8.069684 Tf 1 0 0 1 408.4652 401.6744 Tm [<005E006A00330061004C005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 430.334 401.6744 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 434.8172 401.6744 Tm [<005E006A00330061004C>-278<001D004E0030>-278<00490052003C005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 485.398 401.6744 Tm [<002E>-250<00520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 499.5917 401.6744 Tm [<005E00490052003C005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 516.0862 401.6744 Tm [<0059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 390.3768 Tm [<006A00330075004300520059007300610043006A0033006F004E0049>]TJ
-/F31 8.069684 Tf 1 0 0 1 355.9359 390.3768 Tm [<005600290063006A00610043004E003C002A002E>-278<0063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 421.6998 390.3768 Tm [<007200610043006A0033>-250<001D>-250<0063006A00610043004E003C>-250<006A0052>-250<006A00400033>-250<00490052003C>-250<001D004E0030006700520061>-250<006A00330061004C0043004E001D0049002E>]TJ
-1 0 0 1 316.3177 379.0791 Tm [<0063006A001D0061006A0043004E003C>-250<0052004E>-250<001D>-250<004E00330073>-250<00490043004E00330059>-750<006900400033>-250<00520055006A00430052004E001D0049>-250<001D0061003C006E004C0033004E006A>-250<00430063>]TJ
-/F31 8.069684 Tf 1 0 0 1 496.8737 379.0791 Tm [<005E006A00330061004C005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 518.7425 379.0791 Tm [<002E>]TJ
-/F31 8.069684 Tf 1 0 0 1 523.2257 379.0791 Tm [<005E006A00330061004C>-278<001D004E0030>]TJ
-1 0 0 1 316.3177 367.7815 Tm [<00490052003C005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 329.9474 367.7815 Tm [<002E>-250<00520061>]TJ
-/F31 8.069684 Tf 1 0 0 1 344.1412 367.7815 Tm [<005E00490052003C005E>]TJ
-/F29 8.966376 Tf 1 0 0 1 360.6356 367.7815 Tm [<0059>]TJ
-/F30 11.620364 Tf 1 0 0 1 304.3626 340.4204 Tm [<0069005200470033004E>-278<006A001D002400490033>]TJ
-/F29 8.966376 Tf 1 0 0 1 304.3626 329.1228 Tm [<001C>-250<006A005200470033004E>-250<00430063>-250<0061003300550061003300630033004E006A00330030>-250<0043004E>]TJ
-/F29 6.973848 Tf 1 0 0 1 396.25 329.1228 Tm [<0048006D001C>]TJ
-/F29 8.966376 Tf 1 0 0 1 412.8229 329.1228 Tm [<001D0063>-250<001D>-250<0063004C001D00490049>-250<006A001D0024004900330059>-500<003700520061>-250<006A00400033>-250<004C0052004C0033004E006A002E>-250<006A004000430063>]TJ
-1 0 0 1 304.3626 317.8251 Tm [<006A001D002400490033>-250<002C0052004E006300430063006A0063>-250<00520038>-250<006A0040006100330033>-250<004E006E004C003300610043002C>-250<0033004E006A0061004300330063002D>]TJ
-/F32 8.966376 Tf 1 0 0 1 304.3626 306.5275 Tm [<0043004E003000330075>-1000<004C0033001D004E0043004E003C>-5109<003000330063002C006100430055006A00430052004E>]TJ
-/F29 8.966376 Tf 1 0 0 1 304.3626 295.2298 Tm [<0053>-2834<002C0052004C004C001D004E0030>-250<002C005200300033>-2694<006A004000430063>-250<00430063>-250<001D>-250<0071001D0049006E0033>-250<00240033006A007300330033004E>]TJ
-/F28 8.966376 Tf 1 0 0 1 496.3686 295.2298 Tm [<007A>]TJ
-/F29 8.966376 Tf 1 0 0 1 503.0934 295.2298 Tm [<001D004E0030>]TJ
-/F28 8.966376 Tf 1 0 0 1 518.2824 295.2298 Tm [<0053006B007A>]TJ
-/F29 8.966376 Tf 1 0 0 1 304.3626 283.9322 Tm [<006C>-2834<002C0052004C004C001D004E0030>-250<004C005200300043007E00330061>-1193<006A004000430063>-250<00430063>-250<001D>-250<0071001D0049006E0033>-250<00240033006A007300330033004E>]TJ
-/F28 8.966376 Tf 1 0 0 1 496.3686 283.9322 Tm [<007A>]TJ
-/F29 8.966376 Tf 1 0 0 1 503.0934 283.9322 Tm [<001D004E0030>]TJ
-/F28 8.966376 Tf 1 0 0 1 518.2824 283.9322 Tm [<006C>]TJ
-/F19 6.973848 Tf 1 0 0 1 522.7656 287.187 Tm [<006C0053>]TJ
-/F29 8.966376 Tf 1 0 0 1 304.3626 272.6346 Tm [<006B>-2834<002C0052004E006A006100520049>-250<00630033005C006E0033004E002C0033>-250<00430030>-1000<003800520061>-202<002C0052004C004C001D004E00300063>-203<006A0040001D006A>-203<001D00610033>-202<004E0052006A>-203<006A00400033>-203<006100330063006E0049006A>-202<00520038>-203<002C0052004E0041>]TJ
-1 0 0 1 412.9454 261.3369 Tm [<006A006100520049>-202<00630033005C006E0033004E002C00330063002E>-212<0049004300470033>-202<00490033006A006A003300610063>-203<001D004E0030>-202<002C0040001D0061001D002C006A003300610063002E>-212<0043006A>]TJ
-1 0 0 1 412.9454 250.0393 Tm [<00430063>-328<0079003300610052002E>-349<0052006A0040003300610073004300630033002E>-349<0043006A>-328<00430063>-329<001D>-329<004E006E004C002400330061>-329<005500520043004E006A0043004E003C>]TJ
-1 0 0 1 412.9454 238.7416 Tm [<0043004E006A0052>-250<006A00400033>-250<02140033005C006E00430071001D00490033004E002C0033>-250<006A001D0024004900330215>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 212.4241 Tm [<006A005200470033004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.3005 212.4241 Tm [<006A005200470033004E0059003C0033006A006F004E00330075006A>]TJ
-/F31 8.069684 Tf 1 0 0 1 390.2482 212.4241 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 407.5778 212.4241 Tm [<00370033006A002C0040>-250<006A00400033>-250<004E00330075006A>-250<006A005200470033004E>-250<003800610052004C>-250<006A00400033>-250<0043004E0055006E006A>-250<0063006A00610033001D004C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 201.1265 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 201.1265 Tm [<006A005200470033004E005900430063006F003300750055001D004E0030001D002400490033>]TJ
-/F31 8.069684 Tf 1 0 0 1 421.6554 201.1265 Tm [<0056006A005200470033004E0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 189.8288 Tm [<00690061006E0033>-250<00430038>-250<006A00400033>-250<006A005200470033004E>-250<00430063>-250<003300750055001D004E0030001D0024004900330059>]TJ
-/F30 8.069684 Tf 1 0 0 1 304.3626 178.5312 Tm [<006A005200470033004E0059003300750055001D004E0030>]TJ
-/F31 8.069684 Tf 1 0 0 1 356.3798 178.5312 Tm [<00560057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 167.2335 Tm [<003200750055001D004E0030>-250<001D>-250<006A005200470033004E>-250<006A00400033>-250<006A005200470033004E0024>-250<0073001D0043006A0043004E003C>-250<0043004E>-250<006A00400033>-250<0043004E0055006E006A>-250<0063006A00610033001D004C0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 155.9359 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 342.274 155.9359 Tm [<006A005200470033004E005900430063006F001D002C006A004300710033002C0040001D0061>]TJ
-/F31 8.069684 Tf 1 0 0 1 417.1768 155.9359 Tm [<0056006A005200470033004E0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 144.6382 Tm [<00690061006E0033>-250<00430038>-250<006A00400033>-250<006A005200470033004E>-250<0061003300550061003300630033004E006A0063>-250<001D004E0030>-250<001D002C006A004300710033>-250<002C0040001D0061001D002C006A003300610059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 133.3406 Tm [<006A005200470033004E>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.3005 133.3406 Tm [<006A005200470033004E0059002C00610033001D006A0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 380.839 133.3406 Tm [<0056004E006E004C002400330061002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 461.8545 133.3406 Tm [<002B00610033001D006A0033>-250<001D>-250<006A005200470033004E>-250<003800610052004C>-250<0063002C0061001D006A002C0040002E>]TJ
-1 0 0 1 316.3177 122.0429 Tm [<006A00400033>-250<00520055006A00430052004E001D0049>-250<001D0061003C006E004C0033004E006A>-250<00430063>-250<001D>-250<002C001D006A0033003C005200610077>-250<002C0052003000330059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<0063006A00610043004E003C0063002E>-250<0043004E>]TJ
-1 0 0 1 316.3177 110.7453 Tm [<007300400043002C0040>-250<002C001D00630033>-250<001D>-250<006A005200470033004E>-250<004C001D006A002C00400043004E003C>-250<006A0040001D006A>-250<002C0063004E001D004C0033>-250<00430063>-250<002C00610033001D006A003300300059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 99.4477 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 99.4477 Tm [<006A005200470033004E0059002C0052004C004C001D004E0030006F004E001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 420.7355 99.4477 Tm [<0056006A005200470033004E0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 88.15 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<0043004E006A00330061004E001D0049>-250<0063006A00610043004E003C>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<002C0052004C004C001D004E0030>-250<002C0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 76.8524 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 76.8524 Tm [<006A005200470033004E0059002C0052004C004C001D004E0030006F00430030>]TJ
-/F31 8.069684 Tf 1 0 0 1 414.4573 76.8524 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 316.3177 65.5547 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<0043004E006A00330061004E001D0049>-250<004E006E004C002400330061>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<002C0052004C004C001D004E0030>-250<002C0052003000330059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 54.2571 Tm [<0063006A00610043004E003C>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 333.2924 54.2571 Tm [<006A005200470033004E0059002C0063004E001D004C0033006F004E001D004C0033>]TJ
-/F31 8.069684 Tf 1 0 0 1 412.6739 54.2571 Tm [<0056006A005200470033004E0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 449.7419 54.2571 Tm [<00600033006A006E0061004E>-250<006A00400033>-250<002C0063004E001D004C0033>-250<001D006300630052002C0043001D006A00330030>]TJ
-1 0 0 1 316.3177 42.9594 Tm [<00730043006A0040>-250<001D>-250<006A005200470033004E0059>]TJ
-/F31 8.069684 Tf 1 0 0 1 304.3626 31.6618 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F30 8.069684 Tf 1 0 0 1 340.9182 31.6618 Tm [<006A005200470033004E0059002C0063004E001D004C0033006F00430030>]TJ
-/F31 8.069684 Tf 1 0 0 1 406.3957 31.6618 Tm [<00560063006A00610043004E003C0057>]TJ
-/F29 8.966376 Tf 1 0 0 1 443.4556 31.6618 Tm [<00600033006A006E0061004E0063>-250<006A00400033>-250<0071001D0049006E0033>-250<003800520061>-250<001D>-250<002C0063004E001D004C0033>]TJ
-1 0 0 1 316.3177 20.3641 Tm [<0063006A00610043004E003C0059>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0034>-48615<0048006E001D006A0033>34<0075>-249<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>34<003300610033004E002C0033>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 781.4987 Tm [<006A>5<0033>20<0075005900630033>5<006A00300043004C0033004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 77.4344 781.4987 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 770.201 Tm [<00620033006A>-250<001D>-250<00300043004C0033004E>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 758.9034 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 758.9034 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A00300043004C0033004E>]TJ
+/F6 8.069684 Tf 1 0 0 1 114.5145 758.9034 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 747.6057 Tm [<003B0033006A>-250<001D>-250<00300043004C0033004E>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 736.3081 Tm [<006A>5<0033>20<0075005900630033>5<006A0063004700430055>]TJ
+/F6 8.069684 Tf 1 0 0 1 69.8166 736.3081 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E0052003000330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 725.0104 Tm [<00620033006A>-250<001D>-250<0063004700430055>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 713.7128 Tm [<004E005200300033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 55.4929 713.7128 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A0063004700430055>]TJ
+/F6 8.069684 Tf 1 0 0 1 97.4875 713.7128 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 702.4151 Tm [<003B0033006A>-250<001D>-250<0063004700430055>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 691.1175 Tm [<006A>5<0033>20<0075005900630033>5<006A006A>10<00520047>10<0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 70.099 691.1175 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 679.8198 Tm [<00620033006A>-250<001D>-250<006A005200470063>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 668.5222 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 57.2359 668.5222 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A006A>10<00520047>10<0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 99.513 668.5222 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 657.2246 Tm [<003B0033006A>-250<001D>-250<006A005200470063>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 645.9269 Tm [<006A>5<0033>20<0075005900630033>5<006A002C001D006A002C005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 84.1645 645.9269 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<0029004E006E004C002400330061002A002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 634.6293 Tm [<00620033006A>-250<001D>-250<002C001D006A0033003C00520061>-20<0077>-250<002C0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 623.3316 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 623.3316 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A002C001D006A002C005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 121.2447 623.3316 Tm [<00560029004E006E004C002400330061002A002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 202.2602 623.3316 Tm [<003B0033006A>-250<001D>-250<002C001D006A0033003C00520061>-20<0077>-250<002C0052003000330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 612.034 Tm [<006A>5<0033>20<0075005900630033>5<006A0049002C002C005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 79.2339 612.034 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C002400330061>70<002E>-278<0029004E006E004C002400330061002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 600.7363 Tm [<00620033006A>-250<001D>-250<00490052>35<0073>30<00330061002C001D00630033>-250<002C0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 589.4387 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 589.4387 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A0049002C002C005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 116.3141 589.4387 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 160.9999 589.4387 Tm [<003B0033006A>-250<001D>-250<00490052>35<0073>30<00330061002C001D00630033>-250<002C0052003000330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 578.141 Tm [<006A>5<0033>20<0075005900630033>5<006A00630038002C005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 79.6777 578.141 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 184.3052 578.141 Tm [<00620033006A>-250<001D>-250<00630055001D002C0033>-250<0038>25<001D002C006A00520061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 566.8434 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 566.8434 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A00630038002C005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 116.7579 566.8434 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 161.4437 566.8434 Tm [<003B0033006A>-250<001D>-250<00630055001D002C0033>-250<0038>25<001D002C006A00520061>50<0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 555.5457 Tm [<006A>5<0033>20<0075005900630033>5<006A006E002C002C005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 81.9211 555.5457 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C002400330061>70<002E>-278<0029004E006E004C002400330061002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 544.2481 Tm [<00620033006A>-250<001D004E>-250<006E0055005500330061002C001D00630033>-250<002C0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 532.9505 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 532.9505 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A006E002C002C005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 119.0013 532.9505 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 163.6871 532.9505 Tm [<003B0033006A>-250<001D004E>-250<006E0055005500330061002C001D00630033>-250<002C0052003000330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 521.6528 Tm [<006A>5<0033>20<0075005900630033>5<006A004C001D006A0040002C005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 91.7823 521.6528 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<006A001D0024004900330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 186.5485 521.6528 Tm [<00620033006A>-250<001D>-250<004C001D006A0040>-250<002C0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 510.3552 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 55.041 510.3552 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A004C001D006A0040002C005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 119.0013 510.3552 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 163.6871 510.3552 Tm [<003B0033006A>-250<001D>-250<004C001D006A0040>-250<002C0052003000330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 499.0575 Tm [<006A>5<0033>20<0075005900630033>5<006A003000330049002C005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 84.1645 499.0575 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<006A001D0024004900330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 178.9308 499.0575 Tm [<00620033006A>-250<001D>-250<0030003300490043004C0043006A00330061>-250<002C0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 487.7599 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 55.041 487.7599 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A003000330049002C005200300033>]TJ
+/F6 8.069684 Tf 1 0 0 1 111.3835 487.7599 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 156.0693 487.7599 Tm [<003B0033006A>-250<001D>-250<0030003300490043004C0043006A00330061>-250<002C0052003000330059>]TJ
+1 0 0 1 28.3464 476.4622 Tm [<0042004E>-250<001D00490049>-250<006A00400033>]TJ
+/F5 8.069684 Tf 1 0 0 1 62.4635 476.4622 Tm [<006A>5<0033>20<0075005900630033>5<006A005900590059>]TJ
+/F1 8.966376 Tf 1 0 0 1 98.9995 476.4622 Tm [<0038006E004E002C006A00430052004E0063>-250<001D00240052>35<0071>35<0033002E>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<006A00400033>-250<00490043006A00330061001D0049>]TJ
+/F6 8.069684 Tf 1 0 0 1 272.0058 476.4622 Tm [<005E003C004900520024001D0049005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 299.2651 476.4622 Tm [<0059>]TJ
+1 0 0 1 28.3464 465.1646 Tm [<006900400033>-250<0043006A0033004C0063>-250<002C001D004E>-250<001D004900630052>-250<00240033>-250<001D002C002C00330063006300330030>-250<0030004300610033002C006A0049>25<0077>-250<00710043001D>-250<007100430061>-25<006A006E001D0049>-250<001D0061>-25<0061001D>30<0077>25<0063002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 238.9846 465.1646 Tm [<006A>15<0033>25<00750059001D006A006A006100430024006E006A>15<003300630029002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 289.2265 465.1646 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 453.8669 Tm [<006A>15<0033>25<0075005900240052>25<00750029002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 58.3254 453.8669 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 62.8086 453.8669 Tm [<006A>15<0033>25<00750059002C0052006E004E006A0029002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 99.7193 453.8669 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 104.2025 453.8669 Tm [<006A>15<0033>25<0075005900300043004C0033004E0029002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 143.3486 453.8669 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 147.8318 453.8669 Tm [<006A>15<0033>25<0075005900630047004300550029002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 179.352 453.8669 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 183.8352 453.8669 Tm [<006A>15<0033>25<00750059006A>10<00520047>5<00630029002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 215.6862 453.8669 Tm [<0064>]TJ
+/F6 8.069684 Tf 1 0 0 1 220.4205 453.8669 Tm [<006A>15<0033>25<00750059002C001D006A002C0052003000330029002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 265.8528 453.8669 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 270.336 453.8669 Tm [<006A>15<0033>25<007500590049002C002C0052003000330029002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 310.8297 453.8669 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 442.5693 Tm [<006A>15<0033>25<0075005900630038002C0052003000330029002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 69.292 442.5693 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 73.7752 442.5693 Tm [<006A>15<0033>25<00750059006E002C002C0052003000330029002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 116.9642 442.5693 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 121.4474 442.5693 Tm [<006A>15<0033>25<00750059004C001D006A>5<0040002C0052003000330029002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 174.0134 442.5693 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 178.4965 442.5693 Tm [<006A>15<0033>25<00750059003000330049002C0052003000330029002A>]TJ
+/F1 8.966376 Tf 1 0 0 1 223.9289 442.5693 Tm [<0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 419.974 Tm [<006A>5<0033>20<0075005900630033>5<006A004C001D006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 72.9476 419.974 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<0063>5<006A00610043004E003C002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 408.6764 Tm [<00620033006A>-250<001D004E>-250<0043004E006A00330061>-20<004E001D0049>-250<004C001D006A0040>-250<0055001D0061001D004C0033006A00330061>50<0059>-500<006900400033>-250<007E00610063>15<006A>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<004900430047>20<0033>-250<006A00400033>-250<002C0063004E001D004C0033>-250<0024006E006A>-250<00730043006A00400041>]TJ
+1 0 0 1 40.3016 397.3787 Tm [<0052006E006A>-250<006A00400033>]TJ
+/F6 8.069684 Tf 1 0 0 1 67.2007 397.3787 Tm [<006D>5<004C001D006A>5<0040>]TJ
+/F1 8.966376 Tf 1 0 0 1 93.1269 397.3787 Tm [<005500610033007E0075002E>-250<006A00400033>-250<00630033002C0052004E0030>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<001D>-250<0063>15<006A0077>30<00490033>-250<004E001D004C0033>-250<004C0043004E006E0063>-250<006A00400033>]TJ
+/F6 8.069684 Tf 1 0 0 1 273.8263 397.3787 Tm [<0063>5<006A0077>5<00490033>]TJ
+/F1 8.966376 Tf 1 0 0 1 292.5785 397.3787 Tm [<0063006E007C00750059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 386.0811 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 386.0811 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A004C001D006A0040>]TJ
+/F6 8.069684 Tf 1 0 0 1 110.0278 386.0811 Tm [<00560063>5<006A00610043004E003C002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 374.7834 Tm [<003B0033006A>-250<001D004E>-250<0043004E006A00330061>-20<004E001D0049>-250<004C001D006A0040>-250<0055001D0061001D004C0033006A00330061>50<0059>-500<006900400033>-250<007E00610063>15<006A>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<004900430047>20<0033>-250<006A00400033>-250<002C0063004E001D004C0033>-250<0024006E006A>-250<00730043006A00400041>]TJ
+1 0 0 1 40.3016 363.4858 Tm [<0052006E006A>-250<006A00400033>]TJ
+/F6 8.069684 Tf 1 0 0 1 67.2007 363.4858 Tm [<006D>5<004C001D006A>5<0040>]TJ
+/F1 8.966376 Tf 1 0 0 1 93.1269 363.4858 Tm [<005500610033007E0075002E>-250<006A00400033>-250<00630033002C0052004E0030>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<001D>-250<0063>15<006A0077>30<00490033>-250<004E001D004C0033>-250<004C0043004E006E0063>-250<006A00400033>]TJ
+/F6 8.069684 Tf 1 0 0 1 273.8263 363.4858 Tm [<0063>5<006A0077>5<00490033>]TJ
+/F1 8.966376 Tf 1 0 0 1 292.5785 363.4858 Tm [<0063006E007C00750059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 352.1881 Tm [<006A>5<0033>20<00750059005500610043004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 59.9796 352.1881 Tm [<00560029004E006E004C002400330061002A002E>-278<0063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 340.8905 Tm [<00540061>-20<0043004E006A>-250<001D>-250<00630033005C>10<006E0033004E002C0033>-250<00520038>-250<0063>15<006A0061>-20<0043004E003C0063>-250<0056004E0052006A>-250<0045006E0063>15<006A>-250<006A0073>35<00520057>-250<001D0063>-250<00490043004E003300630059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<001D0061>15<003C006E004C0033004E006A>]TJ
+1 0 0 1 40.3016 329.5928 Tm [<00430063>-250<001D>-250<002C001D006A002C005200300033>-250<006A001D002400490033>-250<004300300059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 318.2952 Tm [<006A>5<0033>20<007500590063005500610043004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 64.4664 318.2952 Tm [<00560029004E006E004C002400330061002A002E>-278<0063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 306.9975 Tm [<00540061>-20<0043004E006A>-250<001D>-250<00630033005C>10<006E0033004E002C0033>-250<00520038>-250<0063>15<006A0061>-20<0043004E003C0063>-250<0056004E0052006A>-250<0045006E0063>15<006A>-250<006A0073>35<00520057>-250<001D0063>-250<0055001D0061>-25<006A0043001D0049>-250<00490043004E003300630059>-500<006900400033>-250<00520055006A00430052004E001D0049>]TJ
+1 0 0 1 40.3016 295.6999 Tm [<001D0061>15<003C006E004C0033004E006A>-250<00430063>-250<001D>-250<002C001D006A002C005200300033>-250<006A001D002400490033>-250<004300300059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 284.4023 Tm [<006A>5<0033>20<00750059006A005500610043004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 62.6668 284.4023 Tm [<0056006A001D002400490033002E>-278<0029006A001D002400490033002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 273.1046 Tm [<002B0052004C00240043004E0033>-250<001D004E>30<0077>-250<004E006E004C002400330061>-250<00520038>]TJ
+/F6 8.069684 Tf 1 0 0 1 129.6874 273.1046 Tm [<006A>15<0033>25<007500590063005500610043004E006A>]TJ
+/F1 8.966376 Tf 1 0 0 1 162.1034 273.1046 Tm [<005F0063>-250<0043004E006A0052>-250<001D>-250<00630043004E003C00490033>-250<0038006E004E002C006A00430052004E>-250<002C001D004900490059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 261.807 Tm [<006A>5<0033>20<00750059007300610043006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 60.8431 261.807 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 250.5093 Tm [<00540061>-20<0043004E006A>-250<001D>-250<00630033005C>10<006E0033004E002C0033>-250<00520038>-250<0063>15<006A0061>-20<0043004E003C0063>-250<0056004E0052006A>-250<0045006E0063>15<006A>-250<006A0073>35<00520057>-250<001D0063>-250<00300033006A00520047>20<0033004E0043007900330030>-250<0030001D006A001D0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 239.2117 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 239.2117 Tm [<006A>5<0033>20<0075005900610052006E004E0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 101.4659 239.2117 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 146.1517 239.2117 Tm [<0060>35<0052006E004E0030>-250<001D>-250<004E006E004C002400330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 227.914 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 227.914 Tm [<006A>5<0033>20<007500590063002C001D00490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 98.7948 227.914 Tm [<0056004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 216.6164 Tm [<004B006E0049006A004300550049004300330063>-250<006A00400033>-250<007E00610063>15<006A>-250<004E006E004C002400330061>-250<005600520061>-250<001D00490049>-250<007E0033004900300063>-250<0043004E>-250<001D>-250<006A001D0024004900330057>-250<00730043006A0040>-250<006A00400033>-250<00630033002C0052004E0030>-250<001D0061>15<003C006E0041>]TJ
+1 0 0 1 40.3016 205.3187 Tm [<004C0033004E006A>-250<005600430038>-250<006A00400033>-250<007E00610063>15<006A>-250<001D0061>15<003C006E004C0033004E006A>-250<00430063>-250<001D>-250<006A001D002400490033002E>-250<00630052>-250<00430063>-250<006A00400033>-250<00610033006A006E0061>-20<004E>-250<0071>25<001D0049006E003300570059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 194.0211 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 194.0211 Tm [<006A>5<0033>20<0075005900630055>]TJ
+/F6 8.069684 Tf 1 0 0 1 88.0218 194.0211 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 125.0414 194.0211 Tm [<002B0052004E>30<0071>35<00330061>-25<006A>-250<001D>-250<00300043004C0033004E006300430052004E>-250<0063>15<006A0061>-20<0043004E003C>-250<006A0052>-250<0063002C001D004900330030>-250<005500520043004E006A00630059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 182.7234 Tm [<006A>5<0033>20<0075005900300033007E004E00330038>10<0052004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 80.9689 182.7234 Tm [<0056002900240052005200490033001D004E002A002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 171.4258 Tm [<002F0033007E004E0033>-250<001D>-250<0038>40<0052004E006A>-250<002C0063004E001D004C00330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<00240052005200490033001D004E>-250<0043004E00300043002C001D006A00330063>-250<0038>40<00520061>-250<003C004900520024001D0049>-250<00300033007E004E0041>]TJ
+1 0 0 1 40.3016 160.1282 Tm [<0043006A00430052004E002E>-250<006A00400033>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<006A00400033>-250<002C0063004E001D004C0033002E>-250<006A00400033>-250<004E006E004C002400330061>-250<00430063>-250<001D>-250<0038>40<0052004E006A>-250<004300300059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 148.8305 Tm [<006A>5<0033>20<0075005900330061006100520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 60.8834 148.8305 Tm [<00560063>5<006A00610043004E003C002E>-278<0029006A001D002400490033002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 137.5329 Tm [<002B00610033001D006A0033>-250<001D004E>-250<00330061>-25<006100520061>-250<006A0040001D006A>-250<00430063>-250<00550061003300630033004E006A00330030>-250<006A0052>-250<006A00400033>-250<006E006300330061>50<0059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<006A001D002400490033>-250<00430063>-250<001D004E>-250<001D00610041>]TJ
+1 0 0 1 40.3016 126.2352 Tm [<0061001D>30<0077>-250<00520038>-250<0040003300490055>-250<004C003300630063001D003C>25<0033>-250<0063>15<006A0061>-20<0043004E003C00630059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 114.9376 Tm [<006A>5<0033>20<007500590033004E001D002400490033005500610043004C0043006A00430071>15<00330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 105.6137 114.9376 Tm [<00560063>5<006A00610043004E003C002E>-278<006A001D0024004900330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 103.6399 Tm [<0032004E001D002400490033>-250<006A00400033>-250<001D00490049>-250<00550061>-20<0043004C0043006A00430071>35<00330063>-250<0043004E>-250<006A00400033>-250<001D0061>-25<0061001D>30<0077>-250<006E00630043004E003C>-250<006A00400033>-250<0063>15<006A0061>-20<0043004E003C>-250<001D0063>-250<005500610033007E00750059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 92.3423 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 55.041 92.3423 Tm [<006A>5<0033>20<007500590033>20<0075006A0061>-5<001D005500610043004C0043006A00430071>15<00330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 125.909 92.3423 Tm [<00560063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 81.0446 Tm [<0060>25<0033006A006E0061>-20<004E>-250<001D00490049>-250<00550061>-20<0043004C0043006A00430071>35<00330063>-250<0043004E>-250<001D>-250<005600630033006A>-250<005200380057>-250<0033>35<0075006A0033004E006300430052004E>-250<004300300033004E006A0043007E0033006100630059>-500<0070>90<001D004900430030>-250<004300300033004E006A0043007E003300610063>]TJ
+1 0 0 1 40.3016 69.747 Tm [<001D00610033002D>]TJ
+/F6 8.069684 Tf 1 0 0 1 60.467 69.747 Tm [<005E006A>15<0033>25<0075005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 76.6386 69.747 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 81.1218 69.747 Tm [<005E002C00520061>10<0033005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 102.4661 69.747 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 106.9493 69.747 Tm [<005E0033>10<006A>15<0033>25<0075005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 127.527 69.747 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 132.0102 69.747 Tm [<005E005500300038>-25<006A>15<0033>25<0075005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 159.6005 69.747 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 164.0837 69.747 Tm [<005E0052004C0033003C>5<001D005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 194.4418 69.747 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 198.925 69.747 Tm [<005E001D0049003300550040005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 224.3929 69.747 Tm [<002E>-250<001D004E0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 244.0651 69.747 Tm [<005E0049006E001D006A>15<0033>25<0075005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 271.0017 69.747 Tm [<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 58.4493 Tm [<006A001D002400490033>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 55.041 58.4493 Tm [<006A>5<0033>20<00750059005500610043004C0043006A00430071>15<00330063>]TJ
+/F6 8.069684 Tf 1 0 0 1 106.7434 58.4493 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 47.1517 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<001D>-250<006A001D002400490033>-250<00520038>-250<001D00490049>-250<002C006E0061>-25<00610033004E006A0049>25<0077>-250<001D002C006A00430071>35<0033>-250<00550061>-20<0043004C0043006A00430071>35<00330063002E>-250<00730043006A0040>-250<006A0040003300430061>-250<004C0033001D004E0043004E003C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 28.3464 35.8541 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 64.9021 35.8541 Tm [<006A>5<0033>20<007500590024001D0030004E003300630063>]TJ
+/F6 8.069684 Tf 1 0 0 1 111.3432 35.8541 Tm [<0056004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 187.3071 35.8541 Tm [<002B0052004C0055006E006A0033>-250<001D>-250<0024001D0030004E003300630063>-250<0071>25<001D0049006E00330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 781.4987 Tm [<006A>5<0033>20<0075005900490043004E003300240061>-5<0033001D0047>]TJ
+/F6 8.069684 Tf 1 0 0 1 353.5392 781.4987 Tm [<0056004E005200300033002E>-278<006A001D0024004900330057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 770.201 Tm [<0060>25<006E004E>-250<006A00400033>-250<00490043004E0033>-250<002400610033001D0047>20<00330061>-250<0052004E>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>-500<006900400033>-250<006A001D002400490033>-250<004900430063>15<006A0063>-250<00630033006A006A0043004E003C00630059>]TJ
+1 0 0 1 304.3626 758.9034 Tm [<006900400033>]TJ
+/F5 8.069684 Tf 1 0 0 1 320.5469 758.9034 Tm [<006A>5<0033>20<0075005900490043004E003300240061>-5<0033001D0047>]TJ
+/F1 8.966376 Tf 1 0 0 1 371.9651 758.9034 Tm [<0055001D0061001D004C0033006A003300610063002D>]TJ
+/F7 8.966376 Tf 1 0 0 1 304.3626 747.6057 Tm [<004E001D004C0033>-7767<006A007700550033>-5499<003000330063002C006100430055>10<006A00430052004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 736.3081 Tm [<0055001D0061003000430061>-7712<0063>15<006A0061>-20<0043004E003C>]TJ
+1 0 0 1 304.3626 725.0104 Tm [<005500610033006A0052004900330061001D004E002C0033>-5158<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 713.7128 Tm [<006A0061001D002C0043004E003C0055001D0061001D003C>-10<0061001D005500400063>-2926<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 702.4151 Tm [<006A0052004900330061001D004E002C0033>-6435<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 691.1175 Tm [<00490052005200630033004E003300630063>-6267<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 679.8198 Tm [<0040>30<0077005500400033004E>15<00550033004E001D0049006A0077>-4257<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 668.5222 Tm [<0033>35<00750040>30<0077005500400033004E>15<00550033004E001D0049006A0077>-3348<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 657.2246 Tm [<005500300038>25<001D00300045006E0063>15<006A00630055001D002C0043004E003C>-3363<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 645.9269 Tm [<001D0030004500300033004C00330061>-20<0043006A0063>-5414<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 634.6293 Tm [<005500300038005500610052006A0061>-20<006E00300033002C>15<0040001D00610063>-3264<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 623.3316 Tm [<00490043004E003300550033004E001D0049006A0077>-5656<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 612.034 Tm [<0049001D0063>15<006A00490043004E0033007E006A>-6392<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 600.7363 Tm [<00300052006E0024004900330040>30<0077005500400033004E00300033004C00330061>-20<0043006A0063>-1000<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 589.4387 Tm [<007E004E001D00490040>30<0077005500400033004E00300033004C00330061>-20<0043006A0063>-1944<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 578.141 Tm [<0040001D004E003C>20<001D0038006A00330061>-6344<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 566.8434 Tm [<0043004E006A00330061>20<00490043004E003300550033004E001D0049006A0077>-3843<004E006E004C002400330061>-250<00520061>-250<006A001D002400490033>-1000<00430038>-376<001D>-376<006A001D002400490033002E>-407<006A00400033004E>-377<0043006A>-376<00430063>-376<001D004E>-376<001D0061>-25<0061001D>29<0077>]TJ
+1 0 0 1 460.6644 555.5457 Tm [<004900430047>20<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 476.1763 555.5457 Tm [<00250043004E006A>15<0033006100490043004E003300550033004E001D0049006A004300330063>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 544.2481 Tm [<002C0049006E002400550033004E001D0049006A0077>-5434<004E006E004C002400330061>-250<00520061>-250<006A001D002400490033>-1000<00430038>-376<001D>-376<006A001D002400490033002E>-407<006A00400033004E>-377<0043006A>-376<00430063>-376<001D004E>-376<001D0061>-25<0061001D>29<0077>]TJ
+1 0 0 1 460.6644 532.9505 Tm [<004900430047>20<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 476.1763 532.9505 Tm [<0025002C0049006E002400550033004E001D0049006A004300330063>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 521.6528 Tm [<0073004300300052>35<007300550033004E001D0049006A0077>-4469<004E006E004C002400330061>-250<00520061>-250<006A001D002400490033>-1000<00430038>-376<001D>-376<006A001D002400490033002E>-407<006A00400033004E>-377<0043006A>-376<00430063>-376<001D004E>-376<001D0061>-25<0061001D>29<0077>]TJ
+1 0 0 1 460.6644 510.3552 Tm [<004900430047>20<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 476.1763 510.3552 Tm [<00250073004300300052>10<007300550033004E001D0049006A004300330063>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 499.0575 Tm [<0024006100520047>20<0033004E>15<00550033004E001D0049006A0077>-4414<004E006E004C002400330061>]TJ
+1 0 0 1 304.3626 487.7599 Tm [<0033004C00330061>15<003C>25<0033004E002C0077>25<0063>15<006A00610033006A002C>15<0040>-3142<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
+1 0 0 1 304.3626 476.4622 Tm [<0040001D004E003C0043004E00300033004E006A>-5656<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
+1 0 0 1 304.3626 465.1646 Tm [<00400063004300790033>-8045<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
+1 0 0 1 304.3626 453.8669 Tm [<004900330038006A0063004700430055>-7100<003C0049006E0033006F006300550033002C>-250<004E005200300033>]TJ
+1 0 0 1 304.3626 442.5693 Tm [<0061>-20<0043003C0040006A0063004700430055>-6524<003C0049006E0033006F006300550033002C>-250<004E005200300033>]TJ
+1 0 0 1 304.3626 431.2716 Tm [<005500300038>35<0033001D002C>15<004000490043004E0033004000330043003C0040006A>-2985<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
+1 0 0 1 304.3626 419.974 Tm [<005500300038>35<0033001D002C>15<004000490043004E0033003000330055006A0040>-3263<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
+1 0 0 1 304.3626 408.6764 Tm [<00550030007C00610063>15<006A00490043004E0033004000330043003C0040006A>-3288<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
+1 0 0 1 304.3626 397.3787 Tm [<00550030007F001D0063>15<006A00490043004E0033003000330055006A0040>-3726<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
+1 0 0 1 304.3626 386.0811 Tm [<00550030007E003C004E005200610033003000300043004C0033004E>-3267<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
+1 0 0 1 304.3626 374.7834 Tm [<0055001D006100630040001D00550033>-6546<006A001D002400490033>]TJ
+1 0 0 1 304.3626 352.1881 Tm [<006900400033>]TJ
+/F5 8.069684 Tf 1 0 0 1 320.5469 352.1881 Tm [<006A>5<0033>20<0075005900490043004E003300240061>-5<0033001D0047>]TJ
+/F1 8.966376 Tf 1 0 0 1 371.9651 352.1881 Tm [<00610033006A006E0061>-20<004E00330030>-250<006A001D002400490033>-250<0030001D006A001D002D>]TJ
+1 0 0 1 304.3626 340.8905 Tm [<005500610033>25<0071003000330055006A0040>-1000<003000330055006A0040>-250<00520038>-250<006A00400033>-250<0049001D0063>15<006A>-250<00490043004E0033>-250<0043004E>-250<006A00400033>-250<0024006100520047>20<0033004E>-250<0055001D0061001D003C>-10<0061001D00550040>]TJ
+1 0 0 1 304.3626 329.5928 Tm [<005500610033>25<0071>40<003C>-10<0061001D0038>-1642<004E006E004C002400330061>-250<00520038>-250<00490043004E00330063>-250<0043004E>-250<006A00400033>-250<0024006100520047>20<0033004E>-250<0055001D0061001D003C>-10<0061001D00550040>]TJ
+1 0 0 1 304.3626 318.2952 Tm [<00490052005200630033004E003300630063>-1141<006A00400033>-250<001D002C006A006E001D0049>-250<00490052005200630033004E003300630063>-250<0071>25<001D0049006E0033>-250<0043004E>-250<006A00400033>-250<0024006100520047>20<0033004E>-250<0055001D0061001D003C>-10<0061001D00550040>]TJ
+1 0 0 1 304.3626 306.9975 Tm [<00300033004C00330061>-20<0043006A0063>-1510<006A00400033>-250<006A0052006A001D0049>-250<00300033004C00330061>-20<0043006A0063>-250<00520038>-250<006A00400033>-250<002C>15<0040005200630033004E>-250<006300520049006E006A00430052004E>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 284.4023 Tm [<006A>5<0033>20<0075005900630040004300550052006E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 347.2045 284.4023 Tm [<0056004E006E004C0024003300610057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 273.1046 Tm [<00620040004300550063>-250<006A00400033>-250<00240052>35<0075>-250<006A0052>-250<006A00400033>-250<0052006E006A0055006E006A>-250<007E00490033>-250<001D004E0030>-250<002C00490033001D00610063>-250<006A00400033>-250<00240052>35<00750059>]TJ
+1 0 0 1 304.3626 250.5093 Tm [<006900400033>-250<007100430061>-25<006A006E001D0049>-250<006A001D002400490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 366.0961 250.5093 Tm [<006A>15<0033>25<00750059004900430063>5<006A0063>]TJ
+/F1 8.966376 Tf 1 0 0 1 394.8789 250.5093 Tm [<002C0052004E006A001D0043004E0063>-250<006A00400033>-250<00630033006A>-250<00520038>-250<0043004E006A00330061>-20<004E001D0049>-250<00610033003C00430063>15<006A003300610063>-250<006A0040001D006A>-250<0047>20<003300330055>-250<006A0061001D002C>20<0047>]TJ
+1 0 0 1 304.3626 239.2117 Tm [<00520038>-250<0024006E0043004900300043004E003C>-250<0055001D003C>25<0033>-250<004900430063>15<006A00630059>]TJ
+/F7 8.966376 Tf 1 0 0 1 304.3626 227.914 Tm [<007E003300490030>-5705<003000330063002C006100430055>10<006A00430052004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 216.6164 Tm [<0055001D003C>25<0033006F0043004E0063006F00400033001D0030>-1621<002C00430061002C006E0049001D0061>-250<004900430063>15<006A>-250<00520038>-250<00550033004E00300043004E003C>-250<0043004E006300330061>-25<006A00430052004E0063>]TJ
+1 0 0 1 304.3626 205.3187 Tm [<002C0052004E006A0061>-20<00430024006F00400033001D0030>-2298<006A00400033>-250<00610033002C0033004E006A>-250<002C0052004E006A0061>-20<00430024006E006A00430052004E0063>]TJ
+1 0 0 1 304.3626 194.0211 Tm [<0055001D003C>25<0033006F00400033001D0030>-3288<006A00400033>-250<0055001D003C>25<003300410063005200410038>25<001D0061>]TJ
+1 0 0 1 304.3626 182.7234 Tm [<0040005200490030006F00400033001D0030>-3373<006E006300330030>-250<0038>40<00520061>-250<004000330049003000410052>35<0071>35<00330061>-250<0043006A0033004C0063>-250<0038>40<00520061>-250<004E0033>35<0075006A>-250<0055001D003C>25<0033>]TJ
+1 0 0 1 304.3626 171.4258 Tm [<001D00300045006E0063>15<006A006F00400033001D0030>-2777<00400033001D0030>-250<00520038>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 441.8978 171.4258 Tm [<0025001D00300045006E0063>5<006A>]TJ
+/F1 8.966376 Tf 1 0 0 1 467.8724 171.4258 Tm [<004900430063>15<006A>]TJ
+1 0 0 1 304.3626 160.1282 Tm [<005500610033006F001D00300045006E0063>15<006A006F00400033001D0030>-1000<00400033001D0030>-250<00520038>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 441.8978 160.1282 Tm [<0025001D00300045006E0063>5<006A>-278<00550061>10<0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 481.6957 160.1282 Tm [<004900430063>15<006A>]TJ
+1 0 0 1 304.3626 137.5329 Tm [<006900400033>-250<007100430061>-25<006A006E001D0049>-250<006A001D002400490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 366.0961 137.5329 Tm [<006A>15<0033>25<00750059004E00330063>5<006A>]TJ
+/F1 8.966376 Tf 1 0 0 1 396.2346 137.5329 Tm [<002C0052004E006A001D0043004E0063>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A0049>25<0077>-250<001D002C006A00430071>35<0033>-250<00630033004C001D004E006A0043002C>-250<004E00330063>15<006A0043004E003C>-250<0063>15<006A001D006A00330059>]TJ
+1 0 0 1 304.3626 126.2352 Tm [<0042006A>-250<0040001D0063>-250<006A0073>35<0052>-250<004C001D0043004E>-250<0055001D0061>-25<006A0063002D>-500<001D004E>-250<007900330061005200410024001D006300330030>-250<001D0061>-25<0061001D>30<0077>-250<00520038>-250<006E0063003300610030001D006A001D>-250<0038>40<00520061>-250<006A00400033>-250<00630033004C001D004E006A0043002C>-250<004E00330063>15<006A>]TJ
+1 0 0 1 304.3626 114.9376 Tm [<0043006A0063003300490038002E>-250<001D004E0030>-250<006A00400033>-250<004E006E004C00330061>-20<0043002C001D0049>-250<0071>25<001D0049006E0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 414.8821 114.9376 Tm [<006A>15<0033>25<00750059004E00330063>5<006A00590055>5<006A0061>]TJ
+/F1 8.966376 Tf 1 0 0 1 454.3994 114.9376 Tm [<0059>-500<0046004E0052>35<0073004E>-250<007E0033004900300063002D>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 103.6399 Tm [<0047>15<0033>15<0077>]TJ
+/F7 8.966376 Tf 1 0 0 1 353.9287 103.6399 Tm [<006A007700550033>-2333<004C0052003000330063>-1278<0033>20<007500550049001D004E001D006A00430052004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 92.3423 Tm [<004C005200300033>-3306<004E006E004C002400330061>-1111<001D00490049>-3000<006900400033>-349<002C006E0061>-25<00610033004E006A>-350<004C0052003000330059>-632<007A>-350<0035>-350<004E0052>-350<004C005200300033002E>-374<0053>-350<0035>]TJ
+1 0 0 1 427.1481 81.0446 Tm [<0071>35<00330061>-25<006A0043002C001D0049002E>-184<0053006C0065>-167<0035>-168<004000520061>-20<004300790052004E006A001D0049002E>-184<006C0039006B>-167<0035>-168<00300043006300550049001D>29<0077>]TJ
+1 0 0 1 427.1481 69.747 Tm [<004C001D006A00400059>]TJ
+/F4 8.966376 Tf 1 0 0 1 450.1315 69.747 Tm [<0E5E0012>]TJ
+/F1 8.966376 Tf 1 0 0 1 462.2349 69.747 Tm [<0035>-189<0043004E006A00330061>-20<004E001D0049>-190<0071>34<00330061>-24<006A0043002C001D0049002E>]TJ
+/F4 8.966376 Tf 1 0 0 1 529.1205 69.747 Tm [<0E5E00120013>-3<0018>]TJ
+/F1 8.966376 Tf 1 0 0 1 550.2171 69.747 Tm [<0035>-189<006100330041>]TJ
+1 0 0 1 427.1481 58.4493 Tm [<0063>15<006A0061>-20<0043002C006A00330030>-210<004000520061>-20<004300790052004E006A001D0049002E>]TJ
+/F4 8.966376 Tf 1 0 0 1 496.2155 58.4493 Tm [<0E5E0013>-3<00160014>]TJ
+/F1 8.966376 Tf 1 0 0 1 517.4973 58.4493 Tm [<0035>-210<0043004E00490043004E0033>-211<004C001D006A00400059>]TJ
+1 0 0 1 304.3626 47.1517 Tm [<004C00520030003300490043004E0033>-1806<004E006E004C002400330061>-1111<001D00490049>-3000<00630052006E0061002C0033>-299<0043004E>14<0055006E006A>-299<00490043004E0033>-300<00730040003300610033>-300<006A004000430063>-299<004C005200300033>-300<0073>24<001D0063>]TJ
ET
+
endstream
endobj
-44 0 obj
-<</Type/Page/Contents 45 0 R/Resources 43 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 42 0 R>>
-endobj
43 0 obj
-<</Font<</F29 18 0 R/F31 20 0 R/F30 19 0 R/F32 21 0 R/F24 46 0 R/F28 47 0 R/F19 48 0 R>>/ProcSet[/PDF/Text]>>
+<</Type/Page/Contents 44 0 R/Resources 42 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
+endobj
+42 0 obj
+<</Font<</F1 18 0 R/F5 19 0 R/F6 20 0 R/F7 21 0 R/F4 22 0 R>>/ProcSet[/PDF/Text]>>
+endobj
+47 0 obj
+<</Length 21951 >>
+stream
+0.000 g 0.000 G
+0.000 g 0.000 G
+BT
+/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0048006E001D006A0033>35<0075>-250<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>35<003300610033004E002C0033>-48615<004F>]TJ
+1 0 0 1 151.132 781.4987 Tm [<0033004E006A0033006100330030>-415<0043004E002E>-457<004E0033003C>19<001D006A00430071>35<0033>-414<0043004E0063004300300033>-416<006A00400033>-415<0052006E006A0055006E006A>]TJ
+1 0 0 1 151.132 770.201 Tm [<00610052006E006A0043004E00330059>]TJ
+1 0 0 1 28.3464 758.9034 Tm [<00400033001D0030>-3640<004E005200300033>-2222<001D00490049>-3000<006A00400033>-250<00400033001D0030>-250<00520038>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<004900430063>15<006A>]TJ
+1 0 0 1 28.3464 747.6057 Tm [<006A001D00430049>-4250<004E005200300033>-2222<001D00490049>-3000<006A00400033>-250<006A001D00430049>-250<00520038>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<004900430063>15<006A>]TJ
+1 0 0 1 28.3464 736.3081 Tm [<005500610033>25<0071>40<003C>-10<0061001D0038>-2196<004E006E004C002400330061>-1111<0071004C005200300033>-1278<004E006E004C002400330061>-389<00520038>-390<00490043004E00330063>-390<0043004E>-390<006A00400033>-390<005500610033>24<007100430052006E0063>-389<0055001D0061001D0041>]TJ
+1 0 0 1 151.132 725.0104 Tm [<003C>-10<0061001D00550040>]TJ
+1 0 0 1 28.3464 713.7128 Tm [<005500610033>25<0071003000330055006A0040>-1554<004E006E004C002400330061>-1111<0071004C005200300033>-1278<003000330055006A0040>-250<00520038>-250<006A00400033>-250<005500610033>25<007100430052006E0063>-250<0055001D0061001D003C>-10<0061001D00550040>]TJ
+1 0 0 1 28.3464 702.4151 Tm [<00630055001D002C00330038>25<001D002C006A00520061>-1000<004E006E004C002400330061>-1111<0040004C005200300033>-1278<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<00630055001D002C0033>-250<0038>25<001D002C006A00520061>]TJ
+1 0 0 1 28.3464 691.1175 Tm [<0030004300610063>-4028<004E005200300033>-2222<0040004C005200300033>-1278<0043004E006A00330061>-20<004E001D0049>-250<006E00630033>-250<0052004E0049>25<0077>]TJ
+1 0 0 1 28.3464 679.8198 Tm [<004E0052001D0030>-3584<004E005200300033>-2222<004C004C005200300033>-1000<0043004E006A00330061>-20<004E001D0049>-250<006E00630033>-250<0052004E0049>25<0077>]TJ
+1 0 0 1 28.3464 668.5222 Tm [<0030003300490043004C0055006A0061>-2139<004E005200300033>-2222<004C004C005200300033>-1000<0043004E006A00330061>-20<004E001D0049>-250<006E00630033>-250<0052004E0049>25<0077>]TJ
+1 0 0 1 28.3464 657.2246 Tm [<004C001D006A0040003000430061>-2417<00240052005200490033001D004E>-1000<004C004C005200300033>-1000<006A0061>-20<006E0033>-343<007300400033004E>-344<0030006E0061>-20<0043004E003C>-344<004C001D006A0040>-343<005500610052002C0033006300630043004E003C>-344<006A00400033>]TJ
+/F6 8.069684 Tf 1 0 0 1 151.132 645.9269 Tm [<0025004C001D006A>5<0040003000430061>]TJ
+/F1 8.966376 Tf 1 0 0 1 184.7369 645.9269 Tm [<00430063>-501<004E0052006A>-502<006A00400033>-501<0063001D004C0033>-502<001D0063>-502<006A00400033>-501<0063006E00610041>]TJ
+1 0 0 1 151.132 634.6293 Tm [<00610052006E004E00300043004E003C>]TJ
+/F6 8.069684 Tf 1 0 0 1 185.7512 634.6293 Tm [<0025006A>15<0033>25<0075006A003000430061>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 623.3316 Tm [<004C001D006A00400063>15<006A0077>30<00490033>-1684<004E006E004C002400330061>-1111<004C004C005200300033>-1000<006A00400033>-250<002C006E0061>-25<00610033004E006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 192.189 623.3316 Tm [<0025004C001D006A>5<00400063>5<006A0077>5<00490033>]TJ
+/F5 11.620364 Tf 1 0 0 1 28.3464 589.4387 Tm [<0069>70<0033>20<0075>20<002C0052004E007E003C>-278<006A>-5<001D002400490033>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 566.8434 Tm [<0069004000430063>-250<00430063>-250<001D>-250<006A001D002400490033>-250<006A0040001D006A>-250<00430063>-250<002C00610033001D006A00330030>-250<0033004C0055006A0077>75<0059>-500<001C>-250<0063>15<006A001D0061>-25<006A006E0055>]TJ
+/F1 6.973848 Tf 1 0 0 1 196.6095 566.8434 Tm [<0048>25<006D>65<001C>]TJ
+/F1 8.966376 Tf 1 0 0 1 212.5547 566.8434 Tm [<0063002C0061>-20<00430055006A>-250<002C0052006E00490030>-250<007E00490049>-250<006A004000430063>-250<006A001D0041>]TJ
+1 0 0 1 28.3464 555.5457 Tm [<002400490033>-250<00730043006A0040>-250<001D>-250<004E006E004C002400330061>-250<00520038>-250<00630033006A006A0043004E003C0063>-250<006A0040001D006A>-250<001D00610033>-250<00610033001D0030>-250<0052006E006A>-250<0024>30<0077>-250<006A00400033>-250<0033>35<0075>30<0033002C006E006A001D002400490033>-250<001D0038006A00330061>-250<00490052001D00300041>]TJ
+1 0 0 1 28.3464 544.2481 Tm [<0043004E003C>-250<001D004E0030>-250<0033>35<0075>30<0033002C006E006A0043004E003C>-250<006A00400033>-250<0063>15<006A001D0061>-25<006A006E0055>-250<007E004900330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 532.9505 Tm [<0047>15<0033>15<0077>]TJ
+/F7 8.966376 Tf 1 0 0 1 125.9634 532.9505 Tm [<006A007700550033>-2333<003000330038>15<001D006E0049006A>-1000<0033>20<007500550049001D004E001D006A00430052004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 521.6528 Tm [<0047005500630033006F0043004E0043006A>-7220<00240052005200490033001D004E>-1000<006A0061>-20<006E0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 199.0483 521.6528 Tm [<0038>10<001D004900630033>]TJ
+/F1 8.966376 Tf 1 0 0 1 217.5052 521.6528 Tm [<006A0052006A001D00490049>25<0077>-166<003000430063001D0024004900330063>]TJ
+/F1 6.973848 Tf 1 0 0 1 272.0776 521.6528 Tm [<00460054>90<001C>55<0069003F0041>]TJ
+1 0 0 1 199.0483 510.3552 Tm [<00620032001C>]TJ
+/F1 8.966376 Tf 1 0 0 1 214.4635 510.3552 Tm [<0043004E0043006A0043001D004900430063001D006A00430052004E>]TJ
+1 0 0 1 28.3464 499.0575 Tm [<00630040003300490049006F00330063002C001D00550033>-5833<0063>15<006A0061>-20<0043004E003C>-5868<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 487.7599 Tm [<00630040003300490049006F00330063002C001D00550033006F002C0052004C004C001D004E00300063>-1000<0063>15<006A0061>-20<0043004E003C>-5868<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 476.4622 Tm [<0063>15<006A0061>-20<0043004E003C006F0071>25<001D002C001D004E002C004300330063>-4242<004E006E004C002400330061>-1111<00650039007A007A007A>-1485<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 465.1646 Tm [<0055005200520049006F0038006100330033>-7055<004E006E004C002400330061>-1111<0039007A007A007A>-1985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 453.8669 Tm [<004C001D0075006F0063>15<006A0061>-20<0043004E003C0063>-5993<004E006E004C002400330061>-1111<00530039007A007A007A>-1485<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 442.5693 Tm [<0063>15<006A0061>-20<0043004E003C0063006F0038006100330033>-6161<004E006E004C002400330061>-1111<0053007A007A>-2485<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 431.2716 Tm [<004E00330063>15<006A006F0063004300790033>-7236<004E006E004C002400330061>-1111<0039007A>-2985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 419.974 Tm [<004C001D0075006F0043004E006F005200550033004E>-5443<004E006E004C002400330061>-1111<00530039>-2985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 408.6764 Tm [<0055001D0061001D004C006F0063004300790033>-6333<004E006E004C002400330061>-1111<0066007A>-2985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 397.3787 Tm [<0063001D>30<0071>35<0033006F0063004300790033>-7120<004E006E004C002400330061>-1111<003A007A007A007A>-1985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 386.0811 Tm [<0063>15<006A001D002C>20<0047006F0063004300790033>-6812<004E006E004C002400330061>-1111<006B007A007A>-2485<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 374.7834 Tm [<003000710043006F0024006E0038006F0063004300790033>-5721<004E006E004C002400330061>-1111<00530066006B0034003A>-1485<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 363.4858 Tm [<00330061>-25<006100520061006F00490043004E0033>-6919<004E006E004C002400330061>-1111<0065004F>-2985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 352.1881 Tm [<0040001D00490038006F00330061>-25<006100520061006F00490043004E0033>-4864<004E006E004C002400330061>-1111<0039007A>-2985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 340.8905 Tm [<004C001D0075006F00550061>-20<0043004E006A006F00490043004E0033>-4756<004E006E004C002400330061>-1111<0065004F>-2985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 329.5928 Tm [<0040001D00630040006F0033>35<0075006A0061001D>-6590<004E006E004C002400330061>-1111<007A>-3485<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 318.2952 Tm [<00550047006F003000550043>-8109<004E006E004C002400330061>-1111<0065006C>-2985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
+1 0 0 1 28.3464 306.9975 Tm [<006A0061001D002C0033006F007E00490033006F004E001D004C00330063>-4111<00240052005200490033001D004E>-1000<006A0061>-20<006E0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 199.0483 306.9975 Tm [<0038>10<001D004900630033>]TJ
+/F1 8.966376 Tf 1 0 0 1 220.7522 306.9975 Tm [<003000430063001D0024004900330063>]TJ
+/F1 6.973848 Tf 1 0 0 1 254.3832 306.9975 Tm [<0069>]TJ
+1 0 0 1 257.6107 305.4284 Tm [<0032>]TJ
+1 0 0 1 261.0967 306.9975 Tm [<0074>]TJ
+/F1 8.966376 Tf 1 0 0 1 266.1318 306.9975 Tm [<005F0063>-528<004E005200610041>]TJ
+1 0 0 1 199.0483 295.6999 Tm [<004C001D0049>-250<007E00490033>-250<0038>35<0033003300300024001D002C>20<0047>]TJ
+1 0 0 1 28.3464 284.4023 Tm [<007E00490033006F00490043004E0033006F00330061>-25<006100520061>-5141<00240052005200490033001D004E>-1000<0038>25<001D004900630033>]TJ
+/F6 8.069684 Tf 1 0 0 1 199.0483 284.4023 Tm [<007E00490033002D00490043004E0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 225.6556 284.4023 Tm [<0063>15<006A0077>30<00490033>-166<00330061>-25<006100520061>-167<004C003300630063001D003C>24<00330063>]TJ
+1 0 0 1 28.3464 273.1046 Tm [<0040001D0049006A006F0052004E006F00330061>-25<006100520061>-5419<00240052005200490033001D004E>-1000<0038>25<001D004900630033>-2122<001D002400520061>-25<006A>-354<0061>-20<006E004E>-355<0052004E>-354<006A00400033>-355<007E00610063>15<006A>-354<0033004E0041>]TJ
+1 0 0 1 199.0483 261.807 Tm [<002C0052006E004E006A0033006100330030>-250<00330061>-25<006100520061>]TJ
+1 0 0 1 28.3464 250.5093 Tm [<0038>40<00520061>-20<004C001D006A004E001D004C0033>-6075<0063>15<006A0061>-20<0043004E003C>-5868<00430038>-166<004E0052>-167<0038>39<00520061>-19<004C001D006A>-167<004E001D004C0033>-166<0073>24<001D0063>-166<003C00430071>34<0033004E>]TJ
+1 0 0 1 199.0483 239.2117 Tm [<0052004E>-291<006A00400033>-291<002C0052004C004C001D004E003000490043004E0033002E>-302<006A004000430063>]TJ
+1 0 0 1 199.0483 227.914 Tm [<0073004300490049>-250<00240033>-250<006E006300330030>]TJ
+1 0 0 1 28.3464 216.6164 Tm [<004500520024004E001D004C0033>-7443<0063>15<006A0061>-20<0043004E003C>-5868<001D0063>]TJ
+/F6 8.069684 Tf 1 0 0 1 208.7589 216.6164 Tm [<0038>10<00520061004C001D006A004E001D004C0033>]TJ
+/F1 8.966376 Tf 1 0 0 1 251.73 216.6164 Tm [<0059>]TJ
+/F5 11.620364 Tf 1 0 0 1 28.3464 182.7234 Tm [<00420051>-278<006A>-5<001D002400490033>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 160.1282 Tm [<006A>5<0033>20<0075004300520059007300610043006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 68.017 160.1282 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 148.8305 Tm [<0072>45<0061>-20<0043006A0033>-250<001D>-250<0063>15<006A0061>-20<0043004E003C>-250<006A0052>-250<006A00400033>-250<00490052003C>-250<001D004E0030006700520061>-250<006A00330061>-20<004C0043004E001D00490059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<001D0061>15<003C006E004C0033004E006A>-250<00430063>]TJ
+/F6 8.069684 Tf 1 0 0 1 281.7392 148.8305 Tm [<005E006A>15<00330061004C005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 303.487 148.8305 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 40.3016 137.5329 Tm [<005E006A>15<00330061004C>-278<001D004E0030>-278<00490052003C005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 90.7613 137.5329 Tm [<002E>-250<00520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 104.9551 137.5329 Tm [<005E00490052003C005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 121.4495 137.5329 Tm [<0059>]TJ
+/F5 8.069684 Tf 1 0 0 1 28.3464 126.2352 Tm [<006A>5<0033>20<0075004300520059007300610043006A>5<0033006F004E0049>]TJ
+/F6 8.069684 Tf 1 0 0 1 79.6777 126.2352 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<0063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 40.3016 114.9376 Tm [<0072>45<0061>-20<0043006A0033>-250<001D>-250<0063>15<006A0061>-20<0043004E003C>-250<006A0052>-250<006A00400033>-250<00490052003C>-250<001D004E0030006700520061>-250<006A00330061>-20<004C0043004E001D0049002E>-250<0063>15<006A001D0061>-25<006A0043004E003C>-250<0052004E>-250<001D>-250<004E0033>30<0073>-250<00490043004E00330059>-750<006900400033>-250<005200550041>]TJ
+1 0 0 1 40.3016 103.6399 Tm [<006A00430052004E001D0049>-250<001D0061>15<003C006E004C0033004E006A>-250<00430063>]TJ
+/F6 8.069684 Tf 1 0 0 1 109.4055 103.6399 Tm [<005E006A>15<00330061004C005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 131.1533 103.6399 Tm [<002E>]TJ
+/F6 8.069684 Tf 1 0 0 1 135.6365 103.6399 Tm [<005E006A>15<00330061004C>-278<001D004E0030>-278<00490052003C005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 186.0962 103.6399 Tm [<002E>-250<00520061>]TJ
+/F6 8.069684 Tf 1 0 0 1 200.29 103.6399 Tm [<005E00490052003C005E>]TJ
+/F1 8.966376 Tf 1 0 0 1 216.7844 103.6399 Tm [<0059>]TJ
+/F5 11.620364 Tf 1 0 0 1 28.3464 69.747 Tm [<0069>75<00520047>15<0033004E>-278<006A>-5<001D002400490033>]TJ
+/F1 8.966376 Tf 1 0 0 1 28.3464 47.1517 Tm [<001C>-250<006A00520047>20<0033004E>-250<00430063>-250<0061003300550061003300630033004E006A00330030>-250<0043004E>]TJ
+/F1 6.973848 Tf 1 0 0 1 120.0546 47.1517 Tm [<0048>25<006D>65<001C>]TJ
+/F1 8.966376 Tf 1 0 0 1 135.9998 47.1517 Tm [<001D0063>-250<001D>-250<0063004C001D00490049>-250<006A001D0024004900330059>-500<0037>20<00520061>-250<006A00400033>-250<004C0052004C0033004E006A002E>-250<006A004000430063>-250<006A001D002400490033>]TJ
+1 0 0 1 28.3464 35.8541 Tm [<002C0052004E006300430063>15<006A0063>-250<00520038>-250<006A0040006100330033>-250<004E006E004C00330061>-20<0043002C>-250<0033004E006A0061>-20<004300330063002D>]TJ
+/F7 8.966376 Tf 1 0 0 1 304.3626 781.4987 Tm [<0043004E00300033>20<0075>-1000<004C0033001D004E0043004E003C>-5099<003000330063002C006100430055>10<006A00430052004E>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 770.201 Tm [<0053>-2814<002C0052004C004C001D004E0030>-250<002C005200300033>-2684<006A004000430063>-250<00430063>-250<001D>-250<0071>25<001D0049006E0033>-250<00240033006A0073>30<00330033004E>]TJ
+/F4 8.966376 Tf 1 0 0 1 495.6065 770.201 Tm [<0011>]TJ
+/F1 8.966376 Tf 1 0 0 1 502.3671 770.201 Tm [<001D004E0030>]TJ
+/F4 8.966376 Tf 1 0 0 1 517.5562 770.201 Tm [<001200140011>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 758.9034 Tm [<006C>-2814<002C0052004C004C001D004E0030>-250<004C005200300043007E00330061>-1183<006A004000430063>-250<00430063>-250<001D>-250<0071>25<001D0049006E0033>-250<00240033006A0073>30<00330033004E>]TJ
+/F4 8.966376 Tf 1 0 0 1 495.6065 758.9034 Tm [<0011>]TJ
+/F1 8.966376 Tf 1 0 0 1 502.3671 758.9034 Tm [<001D004E0030>]TJ
+/F4 8.966376 Tf 1 0 0 1 517.5562 758.9034 Tm [<0013>]TJ
+/F4 6.635122 Tf 1 0 0 1 522.0662 761.943 Tm [<0013>-3<0012>]TJ
+/F1 8.966376 Tf 1 0 0 1 304.3626 747.6057 Tm [<006B>-2814<002C0052004E006A006100520049>-250<00630033005C>10<006E0033004E002C0033>-250<00430030>-1000<0038>40<00520061>-211<002C0052004C004C001D004E00300063>-211<006A0040001D006A>-212<001D00610033>-211<004E0052006A>-212<006A00400033>-211<006100330063006E0049006A>-212<00520038>-211<002C0052004E0041>]TJ
+1 0 0 1 412.6764 736.3081 Tm [<006A006100520049>-215<00630033005C>9<006E0033004E002C00330063002E>-222<004900430047>19<0033>-215<00490033006A006A003300610063>-216<001D004E0030>-215<002C>14<0040001D0061001D002C006A003300610063002E>-222<0043006A>]TJ
+1 0 0 1 412.6764 725.0104 Tm [<00430063>-330<0079003300610052002E>-350<0052006A004000330061>-20<0073004300630033002E>-350<0043006A>-330<00430063>-331<001D>-330<004E006E004C002400330061>-330<005500520043004E006A0043004E003C>]TJ
+1 0 0 1 412.6764 713.7128 Tm [<0043004E006A0052>-250<006A00400033>-250<02140033005C>10<006E00430071>25<001D00490033004E002C0033>-250<006A001D0024004900330215>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 691.1175 Tm [<006A>10<00520047>20<0033004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.0584 691.1175 Tm [<006A>10<00520047>15<0033004E0059003C>-10<0033>5<006A006F004E0033>20<0075006A>]TJ
+/F6 8.069684 Tf 1 0 0 1 389.6834 691.1175 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 407.013 691.1175 Tm [<0037>20<0033006A002C>15<0040>-250<006A00400033>-250<004E0033>35<0075006A>-250<006A00520047>20<0033004E>-250<003800610052004C>-250<006A00400033>-250<0043004E>15<0055006E006A>-250<0063>15<006A00610033001D004C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 679.8198 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 679.8198 Tm [<006A>10<00520047>15<0033004E005900430063006F0033>20<00750055001D004E0030001D002400490033>]TJ
+/F6 8.069684 Tf 1 0 0 1 421.2923 679.8198 Tm [<0056006A>10<00520047>20<0033004E0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 668.5222 Tm [<0069>50<0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<006A00520047>20<0033004E>-250<00430063>-250<0033>35<00750055001D004E0030001D0024004900330059>]TJ
+/F5 8.069684 Tf 1 0 0 1 304.3626 657.2246 Tm [<006A>10<00520047>15<0033004E00590033>20<00750055001D004E0030>]TJ
+/F6 8.069684 Tf 1 0 0 1 356.0167 657.2246 Tm [<00560057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 645.9269 Tm [<003200750055001D004E0030>-250<001D>-250<006A00520047>20<0033004E>-250<006A00400033>-250<006A00520047>20<0033004E0024>-250<0073>25<001D0043006A0043004E003C>-250<0043004E>-250<006A00400033>-250<0043004E>15<0055006E006A>-250<0063>15<006A00610033001D004C0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 634.6293 Tm [<00240052005200490033001D004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 342.274 634.6293 Tm [<006A>10<00520047>15<0033004E005900430063006F001D002C006A00430071>15<0033002C0040001D0061>]TJ
+/F6 8.069684 Tf 1 0 0 1 416.854 634.6293 Tm [<0056006A>10<00520047>20<0033004E0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 623.3316 Tm [<0069>50<0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<006A00520047>20<0033004E>-250<0061003300550061003300630033004E006A0063>-250<001D004E0030>-250<001D002C006A00430071>35<0033>-250<002C>15<0040001D0061001D002C006A00330061>50<0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 612.034 Tm [<006A>10<00520047>20<0033004E>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.0584 612.034 Tm [<006A>10<00520047>15<0033004E0059002C0061>-5<0033001D006A>5<0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 380.3952 612.034 Tm [<0056004E006E004C002400330061>70<002E>-278<0029004E006E004C002400330061002A0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 600.7363 Tm [<002B00610033001D006A0033>-250<001D>-250<006A00520047>20<0033004E>-250<003800610052004C>-250<0063002C0061001D006A002C>15<0040002E>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<001D0061>15<003C006E004C0033004E006A>-250<00430063>-250<001D>-250<002C001D006A0033003C00520061>-20<0077>-250<002C0052003000330059>]TJ
+1 0 0 1 316.3177 589.4387 Tm [<001C004900630052>-250<001D002C002C00330055006A0063>-250<0063>15<006A0061>-20<0043004E003C0063002E>-250<0043004E>-250<007300400043002C>15<0040>-250<002C001D00630033>-250<001D>-250<006A00520047>20<0033004E>-250<004C001D006A002C>15<00400043004E003C>-250<006A0040001D006A>-250<002C0063004E001D004C0033>-250<00430063>-250<002C006100330041>]TJ
+1 0 0 1 316.3177 578.141 Tm [<001D006A003300300059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 566.8434 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 566.8434 Tm [<006A>10<00520047>15<0033004E0059002C0052004C004C001D004E0030006F004E001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 420.4934 566.8434 Tm [<0056006A>10<00520047>20<0033004E0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 555.5457 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0043004E006A00330061>-20<004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<002C0052004C004C001D004E0030>-250<002C0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 544.2481 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 544.2481 Tm [<006A>10<00520047>15<0033004E0059002C0052004C004C001D004E0030006F00430030>]TJ
+/F6 8.069684 Tf 1 0 0 1 414.2555 544.2481 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 532.9505 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0043004E006A00330061>-20<004E001D0049>-250<004E006E004C002400330061>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<002C0052004C004C001D004E0030>-250<002C0052003000330059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 521.6528 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 333.252 521.6528 Tm [<006A>10<00520047>15<0033004E0059002C0063004E001D004C0033006F004E001D004C0033>]TJ
+/F6 8.069684 Tf 1 0 0 1 412.4318 521.6528 Tm [<0056006A>10<00520047>20<0033004E0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 510.3552 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<002C0063004E001D004C0033>-250<001D006300630052002C0043001D006A00330030>-250<00730043006A0040>-250<001D>-250<006A00520047>20<0033004E0059>]TJ
+/F6 8.069684 Tf 1 0 0 1 304.3626 499.0575 Tm [<004E006E004C002400330061>-278<0035>]TJ
+/F5 8.069684 Tf 1 0 0 1 340.9182 499.0575 Tm [<006A>10<00520047>15<0033004E0059002C0063004E001D004C0033006F00430030>]TJ
+/F6 8.069684 Tf 1 0 0 1 406.1939 499.0575 Tm [<00560063>5<006A00610043004E003C0057>]TJ
+/F1 8.966376 Tf 1 0 0 1 316.3177 487.7599 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A00400033>-250<0071>25<001D0049006E0033>-250<0038>40<00520061>-250<001D>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
+ET
+
+endstream
+endobj
+46 0 obj
+<</Type/Page/Contents 47 0 R/Resources 45 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
+endobj
+45 0 obj
+<</Font<</F1 18 0 R/F6 20 0 R/F5 19 0 R/F7 21 0 R/F4 22 0 R>>/ProcSet[/PDF/Text]>>
+endobj
+50 0 obj
+<</Length 0 >>
+stream
+
+endstream
endobj
49 0 obj
+<</Type/Page/Contents 50 0 R/Resources 48 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
+endobj
+48 0 obj
+<</ProcSet[/PDF]>>
+endobj
+51 0 obj
<</Type /Metadata /Subtype /XML
-/Length 2243 >>
+/Length 2109 >>
stream
-<?xpacket begin="" id="svcdjksbpqzhhbyjizvhpowe"?>
+<?xpacket begin="" id="azyqezgjwfdmbfuwudrwjjze"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
@@ -2982,27 +2767,27 @@ stream
</dc:title>
</rdf:Description>
<rdf:Description rdf:about="" xmlns:pdfx="http://ns.adobe.com/pdfx/1.3/">
- <pdfx:ConTeXt.Jobname>functionref</pdfx:ConTeXt.Jobname>
- <pdfx:ConTeXt.Time>2011.04.25 02:39</pdfx:ConTeXt.Time>
- <pdfx:ConTeXt.Url>www.pragma-ade.com</pdfx:ConTeXt.Url>
- <pdfx:ConTeXt.Version>2011.04.23 22:29</pdfx:ConTeXt.Version>
- <pdfx:ID>functionref.2011-04-25T02:39:32+02:00</pdfx:ID>
- <pdfx:PTEX.Fullbanner>This is LuaTeX, Version beta-0.67.0-2011042502 (rev 4195) (TeX Live 2011) kpathsea version 6.0.1</pdfx:PTEX.Fullbanner>
+ <pdfx:ConTeXt.Jobname/>
+ <pdfx:ConTeXt.Time/>
+ <pdfx:ConTeXt.Url/>
+ <pdfx:ConTeXt.Version/>
+ <pdfx:ID>functionref.2014-03-10T15:24:09+01:00</pdfx:ID>
+ <pdfx:PTEX.Fullbanner>This is LuajitTeX, Version beta-0.78.3 (TeX Live 2014/dev) (TeX Live 2014/dev) kpathsea version 6.2.0dev</pdfx:PTEX.Fullbanner>
</rdf:Description>
<rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/">
- <xmp:CreateDate>2011-04-25T02:39:32+02:00</xmp:CreateDate>
- <xmp:CreatorTool>ConTeXt - 2011.04.23 22:29</xmp:CreatorTool>
- <xmp:ModifyDate>2011-04-25T02:39:32+02:00</xmp:ModifyDate>
- <xmp:MetadataDate>2011-04-25T02:39:32+02:00</xmp:MetadataDate>
+ <xmp:CreateDate>2014-03-10T15:24:09+01:00</xmp:CreateDate>
+ <xmp:CreatorTool>ConTeXt - 2014.03.08 13:20</xmp:CreatorTool>
+ <xmp:ModifyDate>2014-03-10T15:24:09+01:00</xmp:ModifyDate>
+ <xmp:MetadataDate>2014-03-10T15:24:09+01:00</xmp:MetadataDate>
</rdf:Description>
<rdf:Description rdf:about="" xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
<pdf:Keywords/>
- <pdf:Producer>LuaTeX-0.67.0</pdf:Producer>
+ <pdf:Producer>LuaTeX-0.78.3</pdf:Producer>
<pdf:Trapped>False</pdf:Trapped>
</rdf:Description>
<rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/">
- <xmpMM:DocumentID>uuid:65c1e3c7-4d9b-91a6-0b7f-a51ecdcfdac5</xmpMM:DocumentID>
- <xmpMM:InstanceID>uuid:bbd9ece8-433f-8a01-44ef-be4444a94287</xmpMM:InstanceID>
+ <xmpMM:DocumentID>uuid:b2a270e6-4daf-9ce9-0f63-d3d0d3f42552</xmpMM:DocumentID>
+ <xmpMM:InstanceID>uuid:b43de881-4147-9d7b-36df-f1af610c4cfb</xmpMM:InstanceID>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
@@ -3010,96 +2795,35 @@ stream
<?xpacket end="w"?>
endstream
endobj
-50 0 obj
-[83[500]108[500]]
-endobj
-51 0 obj
-<</Length 14 >>
-stream
-
-endstream
-endobj
52 0 obj
-<</Subtype/CIDFontType0C/Length 692 >>
-stream
-
-ñ ™ŒŒŒ”ŒŒ¹ §–¡ŸŽŒŽŽ— ùfø—
-endstream
+[17[500 500 500 500]22[500]24[500]456[667]3678[660]]
endobj
53 0 obj
-<</Type/FontDescriptor/FontName/VOQWLP+TeXGyreTermes-Regular/Flags 4/FontBBox[-526 -281 1306 1055]/Ascent 1055/CapHeight 662/Descent -281/ItalicAngle 0/StemV 83/XHeight 450/FontFile3 52 0 R/CIDSet 51 0 R>>
+<</Length 460 >>
+stream
+
+endstream
endobj
54 0 obj
-<</Length 726 >>
+<</Subtype/CIDFontType0C/Length 1333 >>
stream
-%!PS-Adobe-3.0 Resource-CMap
-%%DocumentNeededResources: ProcSet (CIDInit)
-%%IncludeResource: ProcSet (CIDInit)
-%%BeginResource: CMap (TeX-VOQWLP-TeXGyreTermes-Regular-0)
-%%Title: (TeX-VOQWLP-TeXGyreTermes-Regular-0 TeX VOQWLP-TeXGyreTermes-Regular 0)
-%%Version: 1.000
-%%EndComments
-/CIDInit /ProcSet findresource begin
-12 dict begin
-begincmap
-/CIDSystemInfo
-<< /Registry (TeX)
-/Ordering (VOQWLP-TeXGyreTermes-Regular)
-/Supplement 0
->> def
-/CMapName /TeX-Identity-VOQWLP-TeXGyreTermes-Regular def
-/CMapType 2 def
-1 begincodespacerange
-<0000> <FFFF>
-endcodespacerange
-0 beginbfrange
-endbfrange
-2 beginbfchar
-<0053> <0031>
-<006C> <0032>
-endbfchar
-endcmap
-CMapName currentdict /CMap defineresource pop
-end
-end
-%%EndResource
-%%EOF
+
+ µà÷X‹›‹Ž’˜vøèÕ÷@ÌøUù›üPû'œƒ¶Ï˜Â‹÷m‹ûZüèÌ‹c‹›ù›ùkù›û[{Ć˜‹g‹‰€„v‰ƒ%üûdø‡û5‹‹{º‡ ~dû ü5eûƒRƒ{÷Z›Wy–‹§‹˜ŽŸ‘ ÷ø:÷züº‹÷$ø‹°÷‘Ê™\÷t¿øØ÷t¿üˆW
+‹ ¿
+ž‘‘–‘ ¿ ¯“‘¥””•’’‘ ‹ 
endstream
endobj
-48 0 obj
-<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/VOQWLP+TeXGyreTermes-Regular/DescendantFonts[55 0 R]/ToUnicode 54 0 R>>
-endobj
55 0 obj
-<</Type/Font/Subtype/CIDFontType0/BaseFont/VOQWLP+TeXGyreTermes-Regular/FontDescriptor 53 0 R/W 50 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
+<</Type/FontDescriptor/FontName/NBGQYH+TeXGyreTermesMath-Regular/Flags 4/FontBBox[-872 -1774 3584 2274]/Ascent 2274/CapHeight 662/Descent -1774/ItalicAngle 0/StemV 83/XHeight 450/FontFile3 54 0 R/CIDSet 53 0 R>>
endobj
56 0 obj
-[57[500]83[500]101[500]107[500 500]122[500]]
-endobj
-57 0 obj
-<</Length 16 >>
-stream
-
-endstream
-endobj
-58 0 obj
-<</Subtype/CIDFontType0C/Length 1107 >>
-stream
-
- µà÷X›’Ž|‹šù)w÷iáøš<Œ{•»øìƒûH0}—–’œ• ”|küYjƒt{‚|‚}ˆaŠ||˜vøèÕøUù›üPû'œƒ϶˜Â÷mûZüèÌ|}¯gçø®Ç÷ÓÚeÓ0øD÷o¾{ºnªw¡x—_žк¤°ÁÜKÃ/Y_zkgmp|quOš‡Ô´¸¬Ê̸_Lg|grrmmo|Gs~Æ¢‰‚£ˆÉu²RF7RJApw’£fHmz’zt|}vh¶uÑØÚ¥´ºº´¥ÅÎ|‹×ø¢Õ÷æáøo÷~Rf~‚^ûƒ÷<÷Däè²×Ùï:Ø#TWucfki|kzD †í³¯«ÐßÄR7=].72ûFûQø|}¥ù¥£ë÷˜ëøp÷Þ÷a0÷!ûTazhfQSeûû û¬û ºS_°¾sž¶œ®¯ű÷÷ +‰ûe_ 55_ö÷d÷h¸÷á߸ûûe
-ñ ™ŒŒŒ”ŒŒ¹ §–¡ŸŽŒŽŽ— ùfø—
-endstream
-endobj
-59 0 obj
-<</Type/FontDescriptor/FontName/OLVTUK+TeXGyreTermes-Regular/Flags 4/FontBBox[-526 -281 1306 1055]/Ascent 1055/CapHeight 662/Descent -281/ItalicAngle 0/StemV 83/XHeight 450/FontFile3 58 0 R/CIDSet 57 0 R>>
-endobj
-60 0 obj
-<</Length 782 >>
+<</Length 799 >>
stream
%!PS-Adobe-3.0 Resource-CMap
%%DocumentNeededResources: ProcSet (CIDInit)
%%IncludeResource: ProcSet (CIDInit)
-%%BeginResource: CMap (TeX-OLVTUK-TeXGyreTermes-Regular-0)
-%%Title: (TeX-OLVTUK-TeXGyreTermes-Regular-0 TeX OLVTUK-TeXGyreTermes-Regular 0)
+%%BeginResource: CMap (TeX-NBGQYH-TeXGyreTermesMath-Regular-0)
+%%Title: (TeX-NBGQYH-TeXGyreTermesMath-Regular-0 TeX NBGQYH-TeXGyreTermesMath-Regular 0)
%%Version: 1.000
%%EndComments
/CIDInit /ProcSet findresource begin
@@ -3107,23 +2831,22 @@ stream
begincmap
/CIDSystemInfo
<< /Registry (TeX)
-/Ordering (OLVTUK-TeXGyreTermes-Regular)
+/Ordering (NBGQYH-TeXGyreTermesMath-Regular)
/Supplement 0
>> def
-/CMapName /TeX-Identity-OLVTUK-TeXGyreTermes-Regular def
+/CMapName /TeX-Identity-NBGQYH-TeXGyreTermesMath-Regular def
/CMapType 2 def
1 begincodespacerange
<0000> <FFFF>
endcodespacerange
-0 beginbfrange
+1 beginbfrange
+<0011> <0014> <0030>
endbfrange
-6 beginbfchar
-<0039> <0035>
-<0053> <0031>
-<0065> <0037>
-<006B> <0033>
-<006C> <0032>
-<007A> <0030>
+4 beginbfchar
+<0016> <0035>
+<0018> <0037>
+<01C8> <D835DC41>
+<0E5E> <2212>
endbfchar
endcmap
CMapName currentdict /CMap defineresource pop
@@ -3131,53 +2854,47 @@ end
end
%%EndResource
%%EOF
+
endstream
endobj
-47 0 obj
-<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/OLVTUK+TeXGyreTermes-Regular/DescendantFonts[61 0 R]/ToUnicode 60 0 R>>
-endobj
-61 0 obj
-<</Type/Font/Subtype/CIDFontType0/BaseFont/OLVTUK+TeXGyreTermes-Regular/FontDescriptor 59 0 R/W 56 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
-endobj
-62 0 obj
-[636]
-
+22 0 obj
+<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/NBGQYH+TeXGyreTermesMath-Regular/DescendantFonts[57 0 R]/ToUnicode 56 0 R>>
endobj
-64 0 obj
-[667]
-
+57 0 obj
+<</Type/Font/Subtype/CIDFontType0/BaseFont/NBGQYH+TeXGyreTermesMath-Regular/FontDescriptor 55 0 R/W 52 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
endobj
-65 0 obj
-[29[500]44[444]48[556]51[444]56[333 500 500]60[500]67[278]73[278]76[833]78[556]82[500 500]85[556]97[444]99[389]101[500 500]106[333]108[500]110[556]117[500]122[500]]
+58 0 obj
+[29[500]44[444]48[556]51[444 500]56[333]58[500]60[500]67[278]73[278]76[833]78[556]82[500 500]85[556]97[444]99[389]101[500]106[333 500 500]110[556]117[500]119[500]122[500]126[556]]
endobj
-66 0 obj
+59 0 obj
<</Length 16 >>
stream
-
+
endstream
endobj
-67 0 obj
-<</Subtype/CIDFontType0C/Length 3057 >>
+60 0 obj
+<</Subtype/CIDFontType0C/Length 3407 >>
stream
-
-Ã÷G£¤÷(÷7÷|øªŸ¢]Ž~˜µøÓûksΆ”„]ûK¹`m›]û9 û%€û×(ôÀ¬›½ºJ¹˜¤É’@ûï…z~¬twv€uVrÇ÷÷¦ÆŬªse™ûF}Ó÷O°÷4ª¤÷ø>÷s™Zbmy`emœ­wx«ƒ­‡Ñ÷…Þ|¹l²²k\ Sû7(û&û&Ý+÷ܼªéÌû÷?û÷ Ž³¼¨{l“xoXûµ‹£ø·÷[ªÒ÷Ä÷øøãÆQ´6HWs_puh„b5R_Äûá`€]†s÷ª£E—Ì÷Îâ·4÷™¡¯–„†‰…„‚|‡€l¥s­°¤¤°ƒÈN÷(ø-÷ø Ù°øjù8ûÖ*ûíê„´…·}äoÀRIS__Stp—©cp«`m˜qgqrhVÅhä÷9÷ ï÷!óKÛûªe–l9¡Ü÷ª v÷$÷øEw÷Ÿ÷%û#÷#høo÷$÷LøE;P>ûû;I/O,ûÐ÷Œû$÷%÷$û#÷ûeH÷e÷½ûb«÷÷ â¦÷lÀ‚ª§ã<÷÷÷fÚq
+
+P
+Ýûê}ËKÒø«¤÷&÷÷û÷´ø|¶| ˆˆˆŠ†}„“œ÷™à?¿ûû?X@a£s´³§£­™†˜~›‚•ˆ‘‘ ¦›¯Æ¤pNBû g\yer^muh_N¹^ËŹŸ½ÂX–¡x¼¶ª›´±ûWÄXlpwsmv¦³Åµ´Û¡ûF}Îøª¤÷!÷÷øBæyafq}b4Tâ÷ò«Ê¿›šƒ€‘‚‹‹aYŒœu±µ¥£²ÉH»4û'"û%ûä)÷ØêÕÅI}Ãu¢ø
+Ã÷G£¤÷(÷7÷|øªŸ¢]Ž~˜µøÓûksΆ”„]ûK¹`m›]û9 û%€û×(ôÀ¬›½ºJ¹˜¤É’@ûï…z~¬twv€uVrÇ÷÷¦ÆŬªse™ûF}Ó÷O°÷4ª¤÷ø>÷s™Zbmy`emœ­wx«ƒ­‡Ñ÷…Þ|¹l²²k\ Sû7(û&û&Ý+÷ܼªéÌû÷?û÷ Ž³¼¨{l“xoX~«ù¨§÷ û÷÷9÷û÷ Tøl÷Oâ`É Ïë­³´Ëä?Ãû û2E"@³TîPRxt~qr¨no|e_%àG÷÷èÛ÷ û÷ñ\ƒtj_Ô7¶]Âú¯¯ºÃ«^=…ü-HjbU(NgÀä–ª³Æ÷B£kAûµ‹£ø·÷[ªÒ÷Ä÷øøãÆQ´6HWs_puh„b5R_Äûá`€]†s÷ª£E—Ì÷Îâ·4÷™¡¯–„†‰…„‚|‡€l¥s­°¤¤° v÷$÷øEw÷Ÿ÷%û#÷#høo÷$÷LøE;P>ûû;I/O,ûÐ÷Œû$÷%÷$û#÷ûeH÷e÷½ûb«÷÷ â¦÷lÀ‚ª§ã<÷÷÷fÚq
-Äg£Ö÷÷6÷( ø ÷ƒ÷@êûPgtQlÜÐûSs·„•aü‰bƒ‚[ƒs÷¥ NŽzŸÎ÷!\»¥~·÷Ûó÷(û(}ûoPRjn¢±|÷‡’”›—˜$¡Ÿ¢—¡¿£OûûF‹£÷Ä÷%g£Þ÷@øFø¸i¬\YepH\°ÝûQs¶…–~cûºb€_ƒs÷ž£N˜É÷Q¿§¶¬“”„{–@pžš‚¥°¥§²û}}­ø8¬¦ï÷ë÷ý÷Òe·'´G¨o¤­¬§¤±¦¥€v¡ w–xš`¤÷%u|……†~…‚{–ktt0IM7I´]ð`Ðm¦rkdmq^E]¸âvoû9¤ –‘’”“‰‡•¨¾€§æÊÉå vø¯÷øqù8ü4_ûr¤Ëž£ Â÷cû\ü¯ê~¦÷þ¸÷Ÿw§÷0÷÷,øo÷r÷ BÙûku‡~m°÷'ÞÜ÷&©¥ûxMu?Wû>PûûûAçû÷ ÷æî÷û,Oû
-mZty•žz¬ÔèÉ‘Ä’‘“™™΢Tû3ûµÒ÷ú·÷=wÓ÷÷àïr–ew{}vo€œ³÷Áé·-÷=rN5c^JTp¿ûØJ¶cÐγ©Ý´‹÷øM÷÷À÷ør÷gsCn…%û+÷6÷.ÚÖ®Î×ö>×û
+Äg£Ö÷÷6÷( ø ÷ƒ÷@êûPgtQlÜÐûSs·„•aü‰bƒ‚[ƒs÷¥ NŽzŸÎ÷!\»¥~·÷Ûó÷(û(}ûoPRjn¢±|÷‡’”›—˜$¡Ÿ¢—¡¿£OûûF‹£÷Ä÷%g£Þ÷@øFø¸i¬\YepH\°ÝûQs¶…–~cûºb€_ƒs÷ž£N˜É÷Q¿§¶¬“”„{–@pžš‚¥°¥§²û}}­ø8¬¦ï÷ë÷ý÷Òe·'´G¨o¤­¬§¤±¦¥€v¡ w–xš`¤÷%u|……†~…‚{–ktt0IM7I´]ð`Ðm¦rkdmq^E]¸âvoû9¤ –‘’”“‰‡•¨¾€§æÊÉå vø¯÷øqù8ü4_ûr¤Ëž£ Â÷cû\ü¯êûµÒ÷ú·÷=wÓ÷÷àïr–ew{}vo€œ³÷Áé·-÷=rN5c^JTp¿ûØJ¶cÐγ©Ý´}½Y÷(ømÜ÷¯÷&@÷0øh÷Š¹|¶n®v£z—c˲ž¨ÆáN¾%(@Y$T ȱ¬¢¿ʲcLIhh,mzÞn¬z¯iˆªn^[Ce]Osx–«jH²dm›mepsiUÈgç÷;÷÷÷&‹÷øM÷÷À÷ør÷gsCn…%û+÷6÷.ÚÖ®Î×ö>×û
÷ ¢ŒŒŒŒŒŒ­‘× ©é”ŒŒ‘ŒŽ“š øˆù
endstream
endobj
-68 0 obj
-<</Type/FontDescriptor/FontName/LEVJOC+TeXGyreTermes-Bold/Flags 4/FontBBox[-586 -341 1305 1118]/Ascent 1118/CapHeight 676/Descent -341/ItalicAngle 0/StemV 83/XHeight 461/FontFile3 67 0 R/CIDSet 66 0 R>>
+61 0 obj
+<</Type/FontDescriptor/FontName/UWVXZI+TeXGyreTermes-Bold/Flags 4/FontBBox[-586 -341 1305 1118]/Ascent 1118/CapHeight 676/Descent -341/ItalicAngle 0/StemV 83/XHeight 461/FontFile3 60 0 R/CIDSet 59 0 R>>
endobj
-69 0 obj
-<</Length 1020 >>
+62 0 obj
+<</Length 1048 >>
stream
%!PS-Adobe-3.0 Resource-CMap
%%DocumentNeededResources: ProcSet (CIDInit)
%%IncludeResource: ProcSet (CIDInit)
-%%BeginResource: CMap (TeX-LEVJOC-TeXGyreTermes-Bold-0)
-%%Title: (TeX-LEVJOC-TeXGyreTermes-Bold-0 TeX LEVJOC-TeXGyreTermes-Bold 0)
+%%BeginResource: CMap (TeX-UWVXZI-TeXGyreTermes-Bold-0)
+%%Title: (TeX-UWVXZI-TeXGyreTermes-Bold-0 TeX UWVXZI-TeXGyreTermes-Bold 0)
%%Version: 1.000
%%EndComments
/CIDInit /ProcSet findresource begin
@@ -3185,23 +2902,23 @@ stream
begincmap
/CIDSystemInfo
<< /Registry (TeX)
-/Ordering (LEVJOC-TeXGyreTermes-Bold)
+/Ordering (UWVXZI-TeXGyreTermes-Bold)
/Supplement 0
>> def
-/CMapName /TeX-Identity-LEVJOC-TeXGyreTermes-Bold def
+/CMapName /TeX-Identity-UWVXZI-TeXGyreTermes-Bold def
/CMapType 2 def
1 begincodespacerange
<0000> <FFFF>
endcodespacerange
0 beginbfrange
endbfrange
-24 beginbfchar
+26 beginbfchar
<001D> <0061>
<002C> <0063>
<0030> <0064>
<0033> <0065>
+<0034> <0038>
<0038> <0066>
-<0039> <0035>
<003A> <0034>
<003C> <0067>
<0043> <0069>
@@ -3214,12 +2931,14 @@ endbfrange
<0061> <0072>
<0063> <0073>
<0065> <0037>
-<0066> <0036>
<006A> <0074>
+<006B> <0033>
<006C> <0032>
<006E> <0075>
<0075> <0078>
+<0077> <0079>
<007A> <0030>
+<007E> <FB01>
endbfchar
endcmap
CMapName currentdict /CMap defineresource pop
@@ -3227,50 +2946,50 @@ end
end
%%EndResource
%%EOF
+
endstream
endobj
21 0 obj
-<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/LEVJOC+TeXGyreTermes-Bold/DescendantFonts[70 0 R]/ToUnicode 69 0 R>>
+<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/UWVXZI+TeXGyreTermes-Bold/DescendantFonts[63 0 R]/ToUnicode 62 0 R>>
endobj
-70 0 obj
-<</Type/Font/Subtype/CIDFontType0/BaseFont/LEVJOC+TeXGyreTermes-Bold/FontDescriptor 68 0 R/W 65 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
+63 0 obj
+<</Type/Font/Subtype/CIDFontType0/BaseFont/UWVXZI+TeXGyreTermes-Bold/FontDescriptor 61 0 R/W 58 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
endobj
-71 0 obj
-[28[667 556]35[667 556 278]39[334 334 278 278 722 500 278 278 722 556]50[667 556]53[584]55[611 278 556]60[556]62[584]64[556 333]67[222]69[222]71[500 556 222 584]76[833]78[556]81[778 556 556 667 556 333 333]89[278 584]93[556 355]96[722 333 667 500]103[278]106[278]108[556 722 556 556]113[500]115[722 667 500]119[500]121[500 556 534 758]126[500 500]290[556]533[222]]
+64 0 obj
+[28[667 556]35[667 556 278]39[334 334 278 278 722 500 278 278 722 556]51[556]53[584]55[611 278 556]60[556]62[584]64[556 333]67[222]69[222]71[500 556 222 584]76[833]78[556]81[778 556 556 667 556 333 333]89[278 584]94[355 191 722 333 667 500]103[278]106[278]108[556 722 556]113[500]115[722 667 500]119[500]121[500 556]126[500]]
endobj
-72 0 obj
-<</Length 67 >>
+65 0 obj
+<</Length 16 >>
stream
-
+
endstream
endobj
-73 0 obj
-<</Subtype/CIDFontType0C/Length 4779 >>
+66 0 obj
+<</Subtype/CIDFontType0C/Length 4288 >>
stream
-
-e‚¥Þ3¢Ãù,i›²Çç?vË1sÈþ 7 G n Æ õ
-Q
-~
-ë P g   ò * \ l Ž ¿ ÷ - j Õ3®JZŠûç» v÷oÙøDwù!û”ùmû û˜ýmîØ÷o÷­Öûo&÷½û|÷ ÷àL|Ôø(صâ÷˜Þø«Ê‰‚‡‹†n{š¥÷¸èG½ûû=Zû †ßË’±¨ÙÖµoYuhv|Iƒû
-|y‡k~Nrl\K,ÍSõÎ̧¼¹c”¯n´œ˜’¦û&÷G@?[:Je¢Ä°£ä˜ã—§˜»‹Ý÷Ý÷|ÝÚè÷ÚèNè¸ù÷dãcÀ.¯ͪ®ÁÕõ=Úûû¼ým÷Ýt÷ßã÷ û÷×A`a$ûH÷|÷HØò¶aA«ûØE`T3ûw÷÷wã¶TDL|Ùø"Ù÷RwÁÞ÷¿âøŸ÷ ÷>5ðûCXpPd÷¨8ýmÖÖN³ÀnÔ÷å÷÷>4†û M:03QÛ÷ ÷ÅÛã‡èÇ:û ûéŒvùw÷°wûùT÷ýû±ûhÌù¿Ì÷ Ø÷¨ûhÌ|Z}š¿÷IÞq¼S¥È£ ´ç÷I¿™š¼šÌ]Fc[8û;.xjPFÆži/û;8³[Ðû±ûhÌù¿Ì÷Ø÷š÷tÐR—x­ç÷;Þc»E\J›½™|WûI9¥YÃqSrqZ8ûIW}|Y{Jºѳ»Þ÷;çž­Ä—ûéûhÓù±ÓËÞ÷ŽûhÓ$ù±òÓûNþAûéûhÓù±Ó÷Þ÷eûhúAûNCòý±$CòyÝøíÝ»èù9÷ž+ûuQKûû%/÷÷J÷Oã÷ ÷!÷ÇXû¢ê÷4n/ßû4ûqûûFûiûi÷û5÷j÷Fïé÷R¡û |Øø$تâøq÷H77}`iD/TÒ÷÷ÁÕæÑ·bB•ß÷;Êû û!/û
+
+
+ñ  A “ Ë ý  P ˆ ¾ û  f »ûç» v÷oÙøDwù!û”ùmû û˜ýmîØ÷o÷­Öûo&÷½û|÷ ÷àL|Ôø(صâ÷˜Þø«Ê‰‚‡‹†n{š¥÷¸èG½ûû=Zû †ßË’±¨ÙÖµoYuhv|Iƒû
+|y‡k~Nrl\K,ÍSõÎ̧¼¹c”¯n´œ˜’¦û&÷G@?[:Je¢Ä°£ä˜ã—§˜»‹Ý÷Ý÷|ÝÚè÷ÚèNè¸ù÷dãcÀ.¯ͪ®ÁÕõ=Úûû¼ým÷Ýt÷ßã÷ û÷×A`a$ûH÷|÷HØò¶aA«ûØE`T3ûw÷÷wã¶TDL|Ùø"Ù÷RwÁÞ÷¿âøŸ÷ ÷>5ðûCXpPd÷¨8ýmÖÖN³ÀnÔ÷å÷÷>4†û M:03QÛ÷ ÷ÅÛã‡èÇ:û ûéŒvùw÷°wûùT÷ýû±ûhÌù¿Ì÷ Ø÷¨ûhÌ|Z}š¿÷IÞq¼S¥È£ ´ç÷I¿™š¼šÌ]Fc[8û;.xjPFÆži/û;8³[Ðû±ûhÌù¿Ì÷Ø÷š÷tÐR—x­ç÷;Þc»E\J›½™|WûI9¥YÃqSrqZ8ûIW}|Y{Jºѳ»Þ÷;çž­Ä—ûéûhÓù±ÓËÞ÷ŽûhÓ$ù±òÓûNþAûéûhÓù±Ó÷Þ÷eûhúAûNCòý±$CòyÝøíÝ»èù9÷ž+ûuQKûû%/÷÷J÷Oã÷ ÷!÷ÇXû¢ê÷4n/ßû4ûqûûFûiûi÷û5÷j÷Fïé÷R¡û |Øø$تâøq÷H77}`iD/TÒ÷÷ÁÕæÑ·bB•ß÷;Êû û!/û
²Æ÷»yÝøñÙ»ãIè÷íãGèXù÷\åSÍ(¦ûK¼3¢k¨ÃÕÌÂí÷ÍV,ã÷#(Þû<û4(3û2ºSër÷I[¤çsµfR;O\ûûGÐó3û@÷8÷@÷Mïã÷û |Øø$غâ÷‚âø_÷'Ù_²#¤;žG›n¡°»¶ªÏίnTãòŠGÅû û<L*9µd÷mÙxÅ}¢zeZZnB@aÛ€3û ÏU÷÷ßÈðûéŒvùw÷°ùmTûýÂûé„ÔøÏ÷$wàÞ÷’ш€~Š{g•°÷ëáÏ5÷$8û$DGÒüV¯mÌŸŸ§L‹âøµØø9åø“ø‰÷ .ãûû%7Aû@†ã÷ ’¼½âÛÇR?Sj[Lg/Wû(7`Hƒû0ølâü ”Å«°â¾ïÁîÀ¾ÕâòyÝù-wàèø
-èù÷rø.ü)DOû û>¿õø.üû(õ/÷A÷?÷é÷&L|ÔøfwÌÞ÷Þøvø 8ûµ SE4Ia³Ê÷ÿ8ü 4ÌSñؼ¦Ð¼:LûE½øÖûE½üìYû  vø wøzø -û(ü=û ø=-÷Lü æò vø wùXø -#ü,$ø,%'ü, ø,/÷,ü éðø/õü/ê» vùmwùû–ø
+èù÷rø.ü)DOû û>¿õø.üû(õ/÷A÷?÷é÷&L|ÔøfwÌÞ÷Þøvø 8ûµ SE4Ia³Ê÷ÿ8ü 4ÌSñؼ¦Ð¼:û  vø wøzø -û(ü=û ø=-÷Lü æò vø wùXø -#ü,$ø,%'ü, ø,/÷,ü éðø/õü/ê» vùmwùû–ø
÷Š÷÷ûûPû²ûO÷²û÷†û÷û–ü
-÷÷\÷Ä÷[ûÄû  vø wømûI÷£÷D÷‘-ûûRû÷R,÷Cû•ûMûŸê÷÷]÷û]û ûnÝù(wørø 1û%ü,ûø,2÷Eü¢k8f}z}g}y@‚œœ‡¡Æ»¬Ö§û ‹ÔøÔø]ÔûÙ÷Ëø ÕüB÷¸ûÍü @L|ÔøÑÙ¶å÷°åø÷é÷Š=÷û.û-<ûû‚ûƒÛû÷,÷*Ý÷÷}1“û]]1).\é÷V÷Vºæêêº/ûR6 vø\Ï÷ÔãÞ÷CÞø˜ø\Ï4Ý®Ÿ±’Ž‹ŠžÐx€Œz>]_@2ûCÝ®Ÿ±’Ž‹ŠžÐx€Œz>]_@2EGÑü\Þø\÷Cü\Þø\÷ vø\ÏÚó[ÔãÞ÷CÞ÷CÞÞø˜ø\Ï4Ý®Ÿ±’Ž‹ŠžÐx€Œz>]_@2ûCÝ®Ÿ±’Ž‹ŠžÐx€Œz>]_@2EGÑü\Þø\÷Cü\Þø\÷–ü\ø 8ü éøï.ó##û  vø\ÏÚó[ÔãÞ÷9ó-ÞÚ÷–ø\Ï4Ý®Ÿ±’Ž‹ŠžÐx€Œz>]_@2EGÑü\Þø\÷–ü\ø 8ü éøï$ó##û  vø\Ï÷ÔãÞ÷CÞ÷–ø\Ï4Ý®Ÿ±’Ž‹ŠžÐx€Œz>]_@2EGÑü\Þø\÷–ü\ùm8ýmL÷„Óø¿÷„Óü¿Cü!øšv÷|wËè^¸P÷1ùð`.#» Qpg†eǬ¹Û
+÷÷\÷Ä÷[ûÄû  vø wømûI÷£÷D÷‘-ûûRû÷R,÷Cû•ûMûŸê÷÷]÷û]û ûnÝù(wørø 1û%ü,ûø,2÷Eü¢k8f}z}g}y@‚œœ‡¡Æ»¬Ö§û ‹ÔøÔø]ÔûÙ÷Ëø ÕüB÷¸ûÍü @L|ÔøÑÙ¶å÷°åø÷é÷Š=÷û.û-<ûû‚ûƒÛû÷,÷*Ý÷÷}1“û]]1).\é÷V÷Vºæêêº/ûRû  vø\ÏÚó[ÔãÞ÷9ó-ÞÚ÷–ø\Ï4Ý®Ÿ±’Ž‹ŠžÐx€Œz>]_@2EGÑü\Þø\÷–ü\ø 8ü éøï$ó##
è ÎŒŒŒŸ¨æ ¸œ›ŒŒŒ’ ÷áøÿ
endstream
endobj
-74 0 obj
-<</Type/FontDescriptor/FontName/ARIICQ+TeXGyreHeros-Regular/Flags 4/FontBBox[-529 -284 1353 1148]/Ascent 1148/CapHeight 729/Descent -284/ItalicAngle 0/StemV 93/XHeight 524/FontFile3 73 0 R/CIDSet 72 0 R>>
+67 0 obj
+<</Type/FontDescriptor/FontName/ETFSJX+TeXGyreHeros-Regular/Flags 4/FontBBox[-529 -284 1353 1148]/Ascent 1148/CapHeight 729/Descent -284/ItalicAngle 0/StemV 93/XHeight 524/FontFile3 66 0 R/CIDSet 65 0 R>>
endobj
-75 0 obj
-<</Length 1618 >>
+68 0 obj
+<</Length 1527 >>
stream
%!PS-Adobe-3.0 Resource-CMap
%%DocumentNeededResources: ProcSet (CIDInit)
%%IncludeResource: ProcSet (CIDInit)
-%%BeginResource: CMap (TeX-ARIICQ-TeXGyreHeros-Regular-0)
-%%Title: (TeX-ARIICQ-TeXGyreHeros-Regular-0 TeX ARIICQ-TeXGyreHeros-Regular 0)
+%%BeginResource: CMap (TeX-ETFSJX-TeXGyreHeros-Regular-0)
+%%Title: (TeX-ETFSJX-TeXGyreHeros-Regular-0 TeX ETFSJX-TeXGyreHeros-Regular 0)
%%Version: 1.000
%%EndComments
/CIDInit /ProcSet findresource begin
@@ -3278,19 +2997,18 @@ stream
begincmap
/CIDSystemInfo
<< /Registry (TeX)
-/Ordering (ARIICQ-TeXGyreHeros-Regular)
+/Ordering (ETFSJX-TeXGyreHeros-Regular)
/Supplement 0
>> def
-/CMapName /TeX-Identity-ARIICQ-TeXGyreHeros-Regular def
+/CMapName /TeX-Identity-ETFSJX-TeXGyreHeros-Regular def
/CMapType 2 def
1 begincodespacerange
<0000> <FFFF>
endcodespacerange
-2 beginbfrange
+1 beginbfrange
<0056> <0057> <0028>
-<007E> <007F> <FB01>
endbfrange
-63 beginbfchar
+58 beginbfchar
<001C> <0041>
<001D> <0061>
<0023> <0042>
@@ -3306,7 +3024,6 @@ endbfrange
<002E> <002C>
<002F> <0044>
<0030> <0064>
-<0032> <0045>
<0033> <0065>
<0035> <003D>
<0037> <0046>
@@ -3331,8 +3048,8 @@ endbfrange
<0055> <0070>
<0059> <002E>
<005A> <002B>
-<005D> <003F>
<005E> <0022>
+<005F> <0027>
<0060> <0052>
<0061> <0072>
<0062> <0053>
@@ -3342,7 +3059,6 @@ endbfrange
<006C> <0032>
<006D> <0055>
<006E> <0075>
-<006F> <005F>
<0071> <0076>
<0073> <0077>
<0074> <0058>
@@ -3350,10 +3066,7 @@ endbfrange
<0077> <0079>
<0079> <007A>
<007A> <0030>
-<007B> <FB00>
-<007C> <FB03>
-<0122> <2013>
-<0215> <0027>
+<007E> <FB01>
endbfchar
endcmap
CMapName currentdict /CMap defineresource pop
@@ -3361,52 +3074,52 @@ end
end
%%EndResource
%%EOF
+
endstream
endobj
20 0 obj
-<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/ARIICQ+TeXGyreHeros-Regular/DescendantFonts[76 0 R]/ToUnicode 75 0 R>>
+<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/ETFSJX+TeXGyreHeros-Regular/DescendantFonts[69 0 R]/ToUnicode 68 0 R>>
endobj
-76 0 obj
-<</Type/Font/Subtype/CIDFontType0/BaseFont/ARIICQ+TeXGyreHeros-Regular/FontDescriptor 74 0 R/W 71 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
+69 0 obj
+<</Type/Font/Subtype/CIDFontType0/BaseFont/ETFSJX+TeXGyreHeros-Regular/FontDescriptor 67 0 R/W 64 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
endobj
-77 0 obj
-[28[722 556]35[722 611]43[722 556 333]47[722 611]50[667 556]55[611 333]59[778 611]63[722 611]66[278 278 556 278 722 556 611 278]75[833 889 722 611]81[778 611 556 667 611]89[278]96[722 389 667 556]105[611 333]109[722 611 556 667 556 944 778 667 556]119[556 611 500]123[637 921]126[611 611]]
+70 0 obj
+[28[722 556]35[722 611]43[722 556 333]47[722 611]50[667 556]55[611 333]59[778 611]63[722 611 333 278 278 556 278 722 556 611 278]75[833 889 722 611]81[778 611 556 667 611]89[278]96[722 389 667 556]105[611 333]109[722 611 556 667 556 944 778 667 556]119[556 611 500]123[637 921]126[611 611]]
endobj
-78 0 obj
+71 0 obj
<</Length 16 >>
stream
-
+
endstream
endobj
-79 0 obj
-<</Subtype/CIDFontType0C/Length 4436 >>
+72 0 obj
+<</Subtype/CIDFontType0C/Length 4458 >>
stream
-
-:
-\
-•
-  > b Ÿ Ö  B ~ ¦ Ï 0 ¹`ûêï v÷'÷ø]wùSûùmû:û—ým÷-¼÷'÷¥»û'2÷¤ûRê÷±I‚÷÷à÷§÷ ÷O÷ø œr¢„š§÷À÷@Ãû&û&?Mû‚÷Ã’¢ÐÁ¦ygRa‘ES xW])"ÕYåÇÂ¥¾¼oŽs˜{z÷{:c]D\n³´¡šÅ–»”°’‘›“ï‹÷÷Q÷÷9÷Ý÷*÷¡÷$û÷$¸ù.÷fÓdÄ9»Ó¹§µÉò5äû,ûÙým÷Üt÷>áå÷ û9÷ËVfnFû7÷9÷7ØаnU ûÂNejBûG÷Q÷GÔ±jM€‚÷ ÷Ø÷ ÷HwÆ÷ ÷€÷ øÓ÷›÷-6÷û"H[rUi÷—û ým÷ É]­ºrÏ÷í÷÷7û ‘)ZLFD\Èòí»ÉÑмL'ï÷ø‡÷·÷*ùA÷û&.‚Pa.ûGä÷3÷5Òå÷
+
+L
+n
+ã  , P t ± è T ¸ á B Ë)rûêï v÷'÷ø]wùSûùmû:û—ým÷-¼÷'÷¥»û'2÷¤ûRê÷±I‚÷÷à÷§÷ ÷O÷ø œr¢„š§÷À÷@Ãû&û&?Mû‚÷Ã’¢ÐÁ¦ygRa‘ES xW])"ÕYåÇÂ¥¾¼oŽs˜{z÷{:c]D\n³´¡šÅ–»”°’‘›“ï‹÷÷Q÷÷9÷Ý÷*÷¡÷$û÷$¸ù.÷fÓdÄ9»Ó¹§µÉò5äû,ûÙým÷Üt÷>áå÷ û9÷ËVfnFû7÷9÷7ØаnU ûÂNejBûG÷Q÷GÔ±jM€‚÷ ÷Ø÷ ÷HwÆ÷ ÷€÷ øÓ÷›÷-6÷û"H[rUi÷—û ým÷ É]­ºrÏ÷í÷÷7û ‘)ZLFD\Èòí»ÉÑмL'ï÷ø‡÷·÷*ùA÷û&.‚Pa.ûGä÷3÷5Òå÷
ÜÀf-¡÷#÷<~ûæû8ûbûû!û€û~÷û"÷_÷I÷ é÷;”I‚÷÷à÷­÷ øž÷OûSyopUD`Äôî¥ÒãĦpD›÷÷3Úûû5-(ûLûFè*÷4÷æÜ÷˜‹÷&÷x÷&ç÷*÷†÷&û*û&÷*ø
÷&û*û&ï‹÷øs÷Ø÷*÷Ä÷*ù=ø÷lîQÐÆZF¤ûû±ým÷±÷ХƽÄÏ«î÷û*Šû4S<ûûøs÷÷Ã<û5€‚÷ ÷Ø÷ ÷Hw¨÷ ÷€÷ øµùmû û—Áh\¤Hû)û û7û-ßû÷#κ¤¹®M÷Ÿ)[NEE[Éîï»ÊÑÒºM$¸‹÷÷Q÷÷9÷Ú÷*ù÷ü÷Q÷ñ÷ûñ÷9ø ÷ü£ýmI‚ö÷è÷öø¡÷Ž÷N-÷û3û/,"ûIûAé(÷-÷ íÂõªûd_|XIa©ô‡÷þû%èûkÖ”®´Éǵd>’€ v÷Î÷÷9÷Õ÷*øÞøð÷ü”ým÷*÷Î÷Ó÷ûÓ÷9 vøHèêôå÷ ÷ÍøHè8À§—™¥—›Š‰—ôqhŒx.^_0J?.×üH÷ øH÷0÷÷+÷÷q÷µ÷*ù[øû¸û÷:05O2û 4ð÷*÷1Øä÷ÝÊk6¨÷!÷*yûêûDûfû#û)ûwûq÷$û0÷YíÍ®ØÃ'€ûnå÷ ÷ ÷Ø÷ ­÷ ÷~÷ø±yøÂû8Ëa]§Mû+û
-û;û<ã"÷ʱž¿¿;JZ^EVh¡´€û%3äJ÷(÷7éÔ÷û÷°)XOBI]Çíñ¹ËÏÑ¿I'ï v÷ß÷÷¥wÏ÷*÷µ÷*ù%ùmû*û¥ûµ÷¥û*ým÷*÷ß÷µû߀ vøB÷ ÷HwÎ÷ ÷V÷ ø±÷þ÷AÈ%FYoPd÷Ÿû ým÷ ÷Øɸ·Ê½¯pBûÞûì vùmwÊ÷*÷iùmû*ýmûì vø°wà÷ Î÷ û÷ Ð÷cø°û ü°(÷"øñ÷ û û I÷øùw£÷*÷6÷*øz÷]ø¤û*ü¤TnmWRs§ÎÆû*Nû%ç?÷÷)àØ÷ûìûn÷ùwà÷ Ñ÷ Ð÷f-ùû üïl€€m‚…ŒŽûˆ§®‰Ÿ⯯ã0ùO÷ û û ï vùmwÕ÷*ùaûÖø3÷·÷ÎûEû±ûÔ÷Ôû*ým÷*÷ˆÖÙ÷ƒûÖI vø°w÷ewÆ÷ ø¸ûY÷ä÷L÷`û3ûEûfø#û ým÷ ÷EÃÈ÷û‚€‹÷øðwÛ÷*ø×÷ûñøðû*ýmûì vùmwÎ÷ ÷cùmû ým÷g vùmwÍ÷*ø.÷*ùœùmûvûüØûøØûtým÷*øÌ÷üÌ÷*÷øÌüÌ÷Ÿ vøB÷ Ç÷ ÷@÷ ÷@÷ 8ùÌøôKÉû
+û;û<ã"÷ʱž¿¿;JZ^EVh¡´€û%3äJ÷(÷7éÔ÷û÷°)XOBI]Çíñ¹ËÏÑ¿I'ï v÷ß÷÷¥wÏ÷*÷µ÷*ù%ùmû*û¥ûµ÷¥û*ým÷*÷ß÷µû߀ vøB÷ ÷HwÎ÷ ÷V÷ ø±÷þ÷AÈ%FYoPd÷Ÿû ým÷ ÷Øɸ·Ê½¯pBûÞ÷c÷÷¾÷c÷û¤ûûì vùmwÊ÷*÷iùmû*ýmûì vø°wà÷ Î÷ û÷ Ð÷cø°û ü°(÷"øñ÷ û û I÷øùw£÷*÷6÷*øz÷]ø¤û*ü¤TnmWRs§ÎÆû*Nû%ç?÷÷)àØ÷ûìûn÷ùwà÷ Ñ÷ Ð÷f-ùû üïl€€m‚…ŒŽûˆ§®‰Ÿ⯯ã0ùO÷ û û ï vùmwÕ÷*ùaûÖø3÷·÷ÎûEû±ûÔ÷Ôû*ým÷*÷ˆÖÙ÷ƒûÖI vø°w÷ewÆ÷ ø¸ûY÷ä÷L÷`û3ûEûfø#û ým÷ ÷EÃÈ÷û‚€‹÷øðwÛ÷*ø×÷ûñøðû*ýmûì vùmwÎ÷ ÷cùmû ým÷g vùmwÍ÷*ø.÷*ùœùmûvûüØûøØûtým÷*øÌ÷üÌ÷*÷øÌüÌ÷Ÿ vøB÷ Ç÷ ÷@÷ ÷@÷ 8ùÌøôKÉû
÷$hù ÷o÷QÁû¥û¡  l À¼®ØêÅcA÷ ÷.û
âM÷8÷,ßÇ÷€ vøð÷÷÷*øêøð÷üÜû÷qüð÷*øð‡î÷éè÷%wÞ÷ ÷Áí‰}ƒŠf‚–»÷®Ùè=÷%û û%F.ÐûÔ6¸h窤ŽŒ¤ï÷øùw×÷*÷ª÷*ù"÷Šøwû*üw3^a--^µãøwû*üwû@÷5÷;÷;÷á÷@€‚÷ øBwÅ÷ ÷_÷ ø±ø°û ûØK^aGOm«Ì÷áû ûþû ÍG÷Ô¼¦À³DIûQÐøÖûQÐüìF¸ vùmwùùmû+û3ü¹û6ø¹û+÷Šým÷I vø°wø¬ø°û(ûüû øû(÷Qü°÷'÷Ö vùmwú8ùmû3ûü·û
-ø·û(ûü¶ûø¶û3÷bým÷÷ øÍ÷üÍ÷÷0 vø°wù’ø°û%9ü:øû 9ü5øû%÷,ü°÷$áøÜü÷%¸ vùmwù!û~ø÷u÷ùûBûû„û÷„ûF÷rûþûzü÷B÷÷‘÷ û‘I vø°wø«ûH÷¤÷D÷ û<4û73÷7û<÷Dû ûHû¤÷<ç÷<æû<Iûoòù$wø®ø°û$ûüû øû.÷]üLjXedZ€ƒŒy"ˆ —Šœ鼜ò°€‹÷øs÷øÖ÷üøøs÷ü¸ûø ü üsûû‹÷÷Î÷øh÷û¦÷÷Î÷ü8û÷ûŸûÎûš vøHèêôå÷ ÷>÷ ùøHè8À§—™¥—›Š‰—ôqhŒx.^_0Jû>À§—™¥—›Š‰—ôqhŒx.^_0J?.×üH÷ øH÷>üH÷ øH÷¿ vøHè–wà÷ û ôå÷ ÷>÷ ÷>÷ ÏùøHè8À§—™¥—›Š‰—ôqhŒx.^_0Jû>À§—™¥—›Š‰—ôqhŒx.^_0J?.×üH÷ øH÷>üH÷ øH÷ÊüH·ø°û ü°÷ øñ÷ û û € vøHè–wà÷ û ôå÷ ÷>÷ Ì÷ÍøHè8À§—™¥—›Š‰—ôqhŒx.^_0J?.×üH÷ øH÷ÊüH²ø°û ü°÷ øñ÷ û û € vøHèêôå÷ ÷>÷ ÷ÍøHè8À§—™¥—›Š‰—ôqhŒx.^_0J?.×üH÷ øH÷ÊüHùmû ým
+ø·û(ûü¶ûø¶û3÷bým÷÷ øÍ÷üÍ÷÷0 vø°wù’ø°û%9ü:øû 9ü5øû%÷,ü°÷$áøÜü÷%¸ vùmwù!û~ø÷u÷ùûBûû„û÷„ûF÷rûþûzü÷B÷÷‘÷ û‘I vø°wø«ûH÷¤÷D÷ û<4û73÷7û<÷Dû ûHû¤÷<ç÷<æû<Iûoòù$wø®ø°û$ûüû øû.÷]üLjXedZ€ƒŒy"ˆ —Šœ鼜ò°€‹÷øs÷øÖ÷üøøs÷ü¸ûø ü üsûû‹÷÷Î÷øh÷û¦÷÷Î÷ü8û÷ûŸûÎûš vøHèêôå÷ ÷>÷ ùøHè8À§—™¥—›Š‰—ôqhŒx.^_0Jû>À§—™¥—›Š‰—ôqhŒx.^_0J?.×üH÷ øH÷>üH÷ øH÷¿ vøHè–wà÷ û ôå÷ ÷>÷ ÷>÷ ÏùøHè8À§—™¥—›Š‰—ôqhŒx.^_0Jû>À§—™¥—›Š‰—ôqhŒx.^_0J?.×üH÷ øH÷>üH÷ øH÷ÊüH·ø°û ü°÷ øñ÷ û û € vøHè–wà÷ û ôå÷ ÷>÷ Ì÷ÍøHè8À§—™¥—›Š‰—ôqhŒx.^_0J?.×üH÷ øH÷ÊüH²ø°û ü°÷ øñ÷ û û € vøHèêôå÷ ÷>÷ ÷ÍøHè8À§—™¥—›Š‰—ôqhŒx.^_0J?.×üH÷ øH÷ÊüHùmû ým
÷ Ú£ŽŒ’Ž’™ ÉŽ•µ”Œ‘ ÷áù
endstream
endobj
-80 0 obj
-<</Type/FontDescriptor/FontName/JUPTUS+TeXGyreHeros-Bold/Flags 4/FontBBox[-531 -307 1359 1125]/Ascent 1125/CapHeight 729/Descent -307/ItalicAngle 0/StemV 93/XHeight 540/FontFile3 79 0 R/CIDSet 78 0 R>>
+73 0 obj
+<</Type/FontDescriptor/FontName/PFIKCO+TeXGyreHeros-Bold/Flags 4/FontBBox[-531 -307 1359 1125]/Ascent 1125/CapHeight 729/Descent -307/ItalicAngle 0/StemV 93/XHeight 540/FontFile3 72 0 R/CIDSet 71 0 R>>
endobj
-81 0 obj
-<</Length 1470 >>
+74 0 obj
+<</Length 1484 >>
stream
%!PS-Adobe-3.0 Resource-CMap
%%DocumentNeededResources: ProcSet (CIDInit)
%%IncludeResource: ProcSet (CIDInit)
-%%BeginResource: CMap (TeX-JUPTUS-TeXGyreHeros-Bold-0)
-%%Title: (TeX-JUPTUS-TeXGyreHeros-Bold-0 TeX JUPTUS-TeXGyreHeros-Bold 0)
+%%BeginResource: CMap (TeX-PFIKCO-TeXGyreHeros-Bold-0)
+%%Title: (TeX-PFIKCO-TeXGyreHeros-Bold-0 TeX PFIKCO-TeXGyreHeros-Bold 0)
%%Version: 1.000
%%EndComments
/CIDInit /ProcSet findresource begin
@@ -3414,10 +3127,10 @@ stream
begincmap
/CIDSystemInfo
<< /Registry (TeX)
-/Ordering (JUPTUS-TeXGyreHeros-Bold)
+/Ordering (PFIKCO-TeXGyreHeros-Bold)
/Supplement 0
>> def
-/CMapName /TeX-Identity-JUPTUS-TeXGyreHeros-Bold def
+/CMapName /TeX-Identity-PFIKCO-TeXGyreHeros-Bold def
/CMapType 2 def
1 begincodespacerange
<0000> <FFFF>
@@ -3425,7 +3138,7 @@ endcodespacerange
1 beginbfrange
<007E> <007F> <FB01>
endbfrange
-55 beginbfchar
+56 beginbfchar
<001C> <0041>
<001D> <0061>
<0023> <0042>
@@ -3443,6 +3156,7 @@ endbfrange
<003C> <0067>
<003F> <0048>
<0040> <0068>
+<0041> <002D>
<0042> <0049>
<0043> <0069>
<0044> <004A>
@@ -3488,52 +3202,53 @@ end
end
%%EndResource
%%EOF
+
endstream
endobj
19 0 obj
-<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/JUPTUS+TeXGyreHeros-Bold/DescendantFonts[82 0 R]/ToUnicode 81 0 R>>
+<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/PFIKCO+TeXGyreHeros-Bold/DescendantFonts[75 0 R]/ToUnicode 74 0 R>>
endobj
-82 0 obj
-<</Type/Font/Subtype/CIDFontType0/BaseFont/JUPTUS+TeXGyreHeros-Bold/FontDescriptor 80 0 R/W 77 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
+75 0 obj
+<</Type/Font/Subtype/CIDFontType0/BaseFont/PFIKCO+TeXGyreHeros-Bold/FontDescriptor 73 0 R/W 70 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
endobj
-83 0 obj
-[28[722 444]32[541]35[667 500]38[200]41[333 333 667 444 278 250 722 500]50[611 444 500 564]55[556 333 500 500 722 500]62[564 722 500 333 333 278]69[278 722 500 611 278 564 889 778 722 500 500]81[722 500 500 556 500 333 333]89[250]92[500]96[667 333 556 389 278 500 500 278]105[611 278 500 500 722 500 500 722 500 944 722 722 500]119[500]121[444 500 600 827]126[556 556]289[1000]532[333 333]]
+76 0 obj
+[28[722 444]32[541]35[667 500]38[200]41[333 333 667 444 278 250 722 500]50[611 444 500 564]55[556 333 500 500 722 500]62[564 722 500 333 333 278]69[278 722 500 611 278 564 889 778 722 500 500]81[722 500 500 556 500 333 333]89[250]92[500 444]95[180 667 333 556 389 278 500 500 278]105[611 278 500 500 722 500 500 722 500 944 722 722 500]119[500]121[444 500 600 827]126[556 556]532[333 333]]
endobj
-84 0 obj
+77 0 obj
<</Length 67 >>
stream
-
+
endstream
endobj
-85 0 obj
-<</Subtype/CIDFontType0C/Length 8909 >>
+78 0 obj
+<</Subtype/CIDFontType0C/Length 9069 >>
stream
-
+
m
-¹  ‡ ¦ ò 0 P ¹jÎA²,v¼6·NnÝgÎdèDkÝô;mØAQ¦…£(¡á?êÏXìý<wû‹ž÷Y´ø5wùVž^Ž•hÕûøÌwûdüKû&|[ˆx÷Zž[w˜§—Ž™˜¹÷ ÷š´+—o’r|‚…€ƒ‡„ƒ‰gx‡÷•û{÷÷§DÄRÅø£°ãFÞ÷(ܬøN³¥}z†|t„™·÷W¾†§}¢±v`ŸNX[}torv{nrtžw££ Ÿ¡ŠŠ’‰”Š“’¦«¡³¼¦nUNû.Mzƒ`euw}ijL¶_É·´ ¿ÈVw´­ —±®û/Þl†‚v~T}soƒvho­¶Æ´¯÷ ·¥÷NÍÍøŠ÷£U«dqzlvv”zº2y’^]lvK]Ák²¥œ—ª  †‚œ\䄸¹ª Ë¹÷,‹žx°÷µ³÷—°xž÷ñ÷†ñ:÷øå÷H·y³l¨m¦p—J›¿˜ •£ ¤¡š°´÷2ÅûAû¬x߆—€AüPA~~8ˆx÷âÙÒ ­°¯«Ÿ¸»ûŠUvdctuykbƒIZ}”«÷Œ칆|¯Äs¦cLv÷É=V_-,÷y ’”š·÷È[2|«ø Ê÷8š·wÐß÷wãøh÷‡÷?é'NQgZw÷Ɔa|pƒ\~nƒ{Œ‘‹’³”‚aü›làjÛ÷ñ÷÷#3]û[K9W^¢¤÷²º¯¿Ù½=ûûÏûvùÆwÎÍ÷û0ùÆIýÆûJû0¤ù”¤ã×÷¿û0¤5j{œ®ù4ª˜˜«å¤ûgýÆûJû0¤ù”¤÷=×÷‰û0ùÆûgrᬛzhý4l}~l1r÷,}·øò³§÷ù ÷yDAIm8OU®aP¼jå÷÷Iè÷ ÷%žvc³«kšožJ¢‚÷vvv…{x}Ž‘{›ZZ“Z><nYN?Lb,ûû_÷û÷[÷î¹ÜÈDÓø¨¤Øø0÷'}”E[gsR/LÛ÷óÂÑܯ˜€f•‘un“z¡¥ ž¢ÃEº7\[yjcU^mF8ûÚ.÷¶±™§­©£Ÿ¨«Éû€÷÷Œ÷Ü÷÷Tø&ªq¥mmrqln¤r¨ª¥¤¨ûûªq¥mmrqln¤r¨ª¥¤¨ûû v÷ó÷0²÷W˜½h²^hstik¢x¯‘’ŒŒ‘’Œ‹‹“‘…ƒkofUf”xά¸ÈÇ‹žx°øà°xžóñø÷ ùA÷âåmÙTÂÐGû¯ûû¢œxÚ„”‚AüPC~?†x÷°÷ô¬ÃÉÌÆ°äìû„û
+¹  ‡ ¦ ò 0 P ¹jÎA²,v¼6·NnÝ_Š{•ñŠ¡è=Æ…îþS²2¾PÕNŽì—|™Ø û‹ž÷Y´ø5wùVž^Ž•hÕûøÌwûdüKû&|[ˆx÷Zž[w˜§—Ž™˜¹÷ ÷š´+—o’r|‚…€ƒ‡„ƒ‰gx‡÷•û{÷÷§DÄRÅø£°ãFÞ÷(ܬøN³¥}z†|t„™·÷W¾†§}¢±v`ŸNX[}torv{nrtžw££ Ÿ¡ŠŠ’‰”Š“’¦«¡³¼¦nUNû.Mzƒ`euw}ijL¶_É·´ ¿ÈVw´­ —±®û/Þl†‚v~T}soƒvho­¶Æ´¯÷ ·¥÷NÍÍøŠ÷£U«dqzlvv”zº2y’^]lvK]Ák²¥œ—ª  †‚œ\䄸¹ª Ë¹÷,‹žx°÷µ³÷—°xž÷ñ÷†ñ:÷øå÷H·y³l¨m¦p—J›¿˜ •£ ¤¡š°´÷2ÅûAû¬x߆—€AüPA~~8ˆx÷âÙÒ ­°¯«Ÿ¸»ûŠUvdctuykbƒIZ}”«÷Œ칆|¯Äs¦cLv÷É=V_-,÷y ’”š·÷È[2|«ø Ê÷8š·wÐß÷wãøh÷‡÷?é'NQgZw÷Ɔa|pƒ\~nƒ{Œ‘‹’³”‚aü›làjÛ÷ñ÷÷#3]û[K9W^¢¤÷²º¯¿Ù½=ûûÏûvùÆwÎÍ÷û0ùÆIýÆûJû0¤ù”¤ã×÷¿û0¤5j{œ®ù4ª˜˜«å¤ûgýÆûJû0¤ù”¤÷=×÷‰û0ùÆûgrᬛzhý4l}~l1r÷,}·øò³§÷ù ÷yDAIm8OU®aP¼jå÷÷Iè÷ ÷%žvc³«kšožJ¢‚÷vvv…{x}Ž‘{›ZZ“Z><nYN?Lb,ûû_÷û÷[÷î¹ÜÈDÓø¨¤Øø0÷'}”E[gsR/LÛ÷óÂÑܯ˜€f•‘un“z¡¥ ž¢ÃEº7\[yjcU^mF8ûÚ.÷¶±™§­©£Ÿ¨«Éû€÷÷Œ÷Ü÷÷Tø&ªq¥mmrqln¤r¨ª¥¤¨ûûªq¥mmrqln¤r¨ª¥¤¨ûû v÷ó÷0²÷W˜½h²^hstik¢x¯‘’ŒŒ‘’Œ‹‹“‘…ƒkofUf”xά¸ÈÇ‹žx°øà°xžóñø÷ ùA÷âåmÙTÂÐGû¯ûû¢œxÚ„”‚AüPC~?†x÷°÷ô¬ÃÉÌÆ°äìû„û
b7:\lnXQ4c”«øª–“´áÌ{i»ÙU´5û
 µà÷X›’Ž| v÷;ËøQw÷¸Ù>Øèøl÷;Ë%øQ_ûÎüQK÷­û;Ø÷;=Ëû„P÷„÷ë}³÷Ê÷®³«÷ø ìùY÷äû“y¶ˆ—ˆ—ƒš‚‘t`û6kNpCû7'÷÷Né§æ·¼¼·É¦Ïüxg²©o›p¤N¢ƒ÷gux…y}v{Ž’yš^]“^û\û#û'û`)¦@ÃPFÎëe÷á÷®®³÷_Æ—˜Å|ûnÄ÷ʤ÷j²§§ÑnÞ<Ç÷Xئ§4
‹žùž÷·øñùóžB}™ÒøPÒ˜˜Õ‘žû[ûqüû{øûZx݆˜Bü*$}x8…x÷ž>z¢ðø'÷üº™÷”øÑüY8~<†x÷›‹šø˜„¿áß÷Lß÷Lß¼ù›šqm~²÷b÷
dÇ>QXqQUÄyi¦U_o}L8Ö„ÜXxi€T|zŽ˜“Œ–¥”{[û‘U}|SŠ|÷ršV|–²÷®‹“—’’¼¢¤¶œ®·¡hEûmS€€R‡|÷tšRŒ|œÉ÷¶©¬¹Äp8ûgRƒƒQ„|‹žùž÷·ø3·ùWùžûx±ˆ™‡š‚Ÿ}”gMûåüøxû?x¶™ƒ\³üM$}x8…x÷ž>z¢ðøøNüºœø¢Ç•°ž˜™•™±|‹šø˜ÂÛß÷DߨøyšZ—¼÷yé_ÃA]lzKGÚ„ÐZyi€T{zŽ‘•Œ–§”|ZûŒR€}X‡|÷hšX|—¯÷­¨¸»¡—¬¼£lIûeL~zY‡||Šv÷—¶ø§©ç÷„ìø_ø÷9/÷ ûû 2&ûûÓ:÷
ç÷÷%5dûZ@C\R¯©÷Š©Ã¯¹Õ¼?ûûJû0vùéw»á÷Äû5;Êo®pÖs΀×ïô˜Ý¦É§É©¯ÓÅ‚›A[mqf]D4h'û û°)ã%´[¥u¿kûJû0vùéw÷[á÷±÷‹÷fì3ñb»q¡W«{ÛL¦h§@£H–?'#~8pNoLmgCQ”{Õ»©¥°¹Òâ®ï÷ û€÷Ñ÷÷I¶ªq¥mmrqln¤r¨ª¥¤¨|ûmœ÷RÈø§£á÷{ßø|ûm™T—ƒ“µøê€Uk¦]m”dû+ûû$ûÍ2éÅÂ¥»·ûPSy|D†zä÷ìs‡~ƒxujllp•Ÿwk¨vÌÍ÷
-ÀÕàɪjH÷,‹ž÷³°÷®°xžññ÷~÷¤ù'žeŽw•n­ûb÷‘Θ©—¬¦«¥žµº¶~°q¨´e8¥-û¨ØxÖƒ•€DüE8@…x÷©ž>~˜Ó÷YÃ÷‚ûÈOø|Yvagx]qh…+‰÷Š$§–“³÷Å`-ûJ‹š÷ïíI—×ßP÷ãø+¬vŸiantDZ熰Vug~Px{Ž™”Œ—¤”{_ûŽY„„K|÷„šGŽzšÄ÷u«¶½¦‘”†–@}›–…˜£šœ§´}¯øù´Òá÷}ðø÷<ÞTËûÓ"Äa·Âµ°É¸µxg®ªk™q›P¤u÷ivu‡€z{“y™fg“hda{qkdkx`T<·S÷PÓd¿c¤e”}wrIY]B1MÂ÷Yt©ûh¡žŒ—™š–œ‡„ž|±³ƒ³÷ãÚòû¡ø=¡¾É÷9Ñ÷ð÷
+ÀÕàɪjHDƒöø·©ϾXä¦öªç`ø2ø±~¯t¢®hP¢U/EM8cœuª£œœ£™…—|œì™†”“«¹©¼Ç»VH]~TsToKxZZŠ_œ–Îœ³°º¹Ã‹‹™ «¼˜¯´ûüq©r¤nmtskn¡u©«¢¡©ûãøXv÷‰w»à÷ù¡xtsxyt{š)œ1 ’³›×”Ǩ÷,‹ž÷³°÷®°xžññ÷~÷¤ù'žeŽw•n­ûb÷‘Θ©—¬¦«¥žµº¶~°q¨´e8¥-û¨ØxÖƒ•€DüE8@…x÷©ž>~˜Ó÷YÃ÷‚ûÈOø|Yvagx]qh…+‰÷Š$§–“³÷Å`-ûJ‹š÷ïíI—×ßP÷ãø+¬vŸiantDZ熰Vug~Px{Ž™”Œ—¤”{_ûŽY„„K|÷„šGŽzšÄ÷u«¶½¦‘”†–@}›–…˜£šœ§´}¯øù´Òá÷}ðø÷<ÞTËûÓ"Äa·Âµ°É¸µxg®ªk™q›P¤u÷ivu‡€z{“y™fg“hda{qkdkx`T<·S÷PÓd¿c¤e”}wrIY]B1MÂ÷Yt©ûh¡žŒ—™š–œ‡„ž|±³ƒ³÷ãÚòû¡ø=¡¾É÷9Ñ÷ð÷
½t¬N¯û
-Ô”ššÇ÷ûžü)|ø |}¥ù¥£ë÷˜ëøp÷Þ÷a0÷!ûTazhfQSeûû û¬û ºS_°¾sž¶œ®¯ű÷÷ +‰ûe_ 55_ö÷d÷h¸÷á߸ûûeà‹šø&¬÷a§îß÷Oßøø×~j†gŠOûP¶‘¸±˜£ªœ¯ ¯§ž~i£–z•”†÷™µ¯_¥O^c}so£xb™S?QrYgma€g…;FjÏû×K€~S‰|÷pšS~™Â÷Ý÷OûÍB‹F…|÷pšQ‚”Ö÷Í÷¬û÷Æž©±¡˜np›—‚œ£¢÷Ì‹šø&¬÷d¤îß÷Oß÷Oßø"øÒ{l„h‡QûQ¶‘¸±˜£ªœ¯ ¯§ž~i£”~—y…øüÒšS€˜Ë÷š퇎„_nˆcû1¶‘¸±˜£ªœ¯ ¯§ž~i£ož˜‚œ š›¢¶Y¦>MZ{jg‰Žˆˆ¥wc—S?QrYgma€g…;FjÏû×K€~S‰|÷pšS~™Â÷Ý÷Oû×K€~S‰|÷pšS~™Â÷ÝáëˆVûœG„‚M†|´‹šø&¬÷d¤îß÷OßøšS€˜Ë÷š퇎„_nˆcû1¶‘‰¸‘±˜£ªœ¯ ¯§ž~i£ož˜‚œ š›¢¶Y¦>?QrYgma€g…;FjÏû×K€~S‰|÷pšS~™Â÷ÝáëˆVûœG„‚M†|´‹šø'«÷Õ‰¦ðß÷Pß”øšU•¿ø솃Š‡~… ‚y|†‚†€Ž}Ü–on‘q^]sdom`d‡3DkÐûÍA‚O‡|÷tšR‘}—¹÷ç÷PûâZ|{W‡|ÎøVûP¿ó ½·¡—ƒpdož˜‚¢“ŽŒ‘øy÷]¼ú|÷]¼þ|ZûJøEó÷w÷²÷’ø~ªtŸg…„ŠŠ…„‰Š‹‹ƒ…‘“¬§¯Á°‚žHj^NOX®e¸®£¢­ûJøÐó÷G²÷nøß½h²^hstik¢x¯‘’ŒŒ‘’Œ‹‹“‘…ƒjogUf”xά¸ÈÇ
+Ô”ššÇ÷ûžü)|ø |}¥ù¥£ë÷˜ëøp÷Þ÷a0÷!ûTazhfQSeûû û¬û ºS_°¾sž¶œ®¯ű÷÷ +‰ûe_ 55_ö÷d÷h¸÷á߸ûûeà‹šø&¬÷a§îß÷Oßøø×~j†gŠOûP¶‘¸±˜£ªœ¯ ¯§ž~i£–z•”†÷™µ¯_¥O^c}so£xb™S?QrYgma€g…;FjÏû×K€~S‰|÷pšS~™Â÷Ý÷OûÍB‹F…|÷pšQ‚”Ö÷Í÷¬û÷Æž©±¡˜np›—‚œ£¢÷Ì‹šø&¬÷d¤îß÷Oß÷Oßø"øÒ{l„h‡QûQ¶‘¸±˜£ªœ¯ ¯§ž~i£”~—y…øüÒšS€˜Ë÷š퇎„_nˆcû1¶‘¸±˜£ªœ¯ ¯§ž~i£ož˜‚œ š›¢¶Y¦>MZ{jg‰Žˆˆ¥wc—S?QrYgma€g…;FjÏû×K€~S‰|÷pšS~™Â÷Ý÷Oû×K€~S‰|÷pšS~™Â÷ÝáëˆVûœG„‚M†|´‹šø&¬÷d¤îß÷OßøšS€˜Ë÷š퇎„_nˆcû1¶‘‰¸‘±˜£ªœ¯ ¯§ž~i£ož˜‚œ š›¢¶Y¦>?QrYgma€g…;FjÏû×K€~S‰|÷pšS~™Â÷ÝáëˆVûœG„‚M†|´‹šø'«÷Õ‰¦ðß÷Pß”øšU•¿ø솃Š‡~… ‚y|†‚†€Ž}Ü–on‘q^]sdom`d‡3DkÐûÍA‚O‡|÷tšR‘}—¹÷ç÷PûâZ|{W‡|ÎøVûP¿ó ½·¡—ƒpdož˜‚¢“ŽŒ‘ûJøEó÷w÷²÷’ø~ªtŸg…„ŠŠ…„‰Š‹‹ƒ…‘“¬§¯Á°‚žHj^NOX®e¸®£¢­ûJøÐó÷G²÷nøß½h²^hstik¢x¯‘’ŒŒ‘’Œ‹‹“‘…ƒjogUf”xά¸ÈÇ
ñ ™ŒŒŒ”ŒŒ¹ §–¡ŸŽŒŽŽ— ùfø—
endstream
endobj
-86 0 obj
-<</Type/FontDescriptor/FontName/GFOIKA+TeXGyreTermes-Regular/Flags 4/FontBBox[-526 -281 1306 1055]/Ascent 1055/CapHeight 662/Descent -281/ItalicAngle 0/StemV 83/XHeight 450/FontFile3 85 0 R/CIDSet 84 0 R>>
+79 0 obj
+<</Type/FontDescriptor/FontName/OXEYMR+TeXGyreTermes-Regular/Flags 4/FontBBox[-526 -281 1306 1055]/Ascent 1055/CapHeight 662/Descent -281/ItalicAngle 0/StemV 83/XHeight 450/FontFile3 78 0 R/CIDSet 77 0 R>>
endobj
-87 0 obj
-<</Length 1819 >>
+80 0 obj
+<</Length 1826 >>
stream
%!PS-Adobe-3.0 Resource-CMap
%%DocumentNeededResources: ProcSet (CIDInit)
%%IncludeResource: ProcSet (CIDInit)
-%%BeginResource: CMap (TeX-GFOIKA-TeXGyreTermes-Regular-0)
-%%Title: (TeX-GFOIKA-TeXGyreTermes-Regular-0 TeX GFOIKA-TeXGyreTermes-Regular 0)
+%%BeginResource: CMap (TeX-OXEYMR-TeXGyreTermes-Regular-0)
+%%Title: (TeX-OXEYMR-TeXGyreTermes-Regular-0 TeX OXEYMR-TeXGyreTermes-Regular 0)
%%Version: 1.000
%%EndComments
/CIDInit /ProcSet findresource begin
@@ -3541,19 +3256,20 @@ stream
begincmap
/CIDSystemInfo
<< /Registry (TeX)
-/Ordering (GFOIKA-TeXGyreTermes-Regular)
+/Ordering (OXEYMR-TeXGyreTermes-Regular)
/Supplement 0
>> def
-/CMapName /TeX-Identity-GFOIKA-TeXGyreTermes-Regular def
+/CMapName /TeX-Identity-OXEYMR-TeXGyreTermes-Regular def
/CMapType 2 def
1 begincodespacerange
<0000> <FFFF>
endcodespacerange
-2 beginbfrange
+3 beginbfrange
<0056> <0057> <0028>
<007E> <007F> <FB01>
+<0214> <0215> <2018>
endbfrange
-77 beginbfchar
+76 beginbfchar
<001C> <0041>
<001D> <0061>
<0020> <007E>
@@ -3602,6 +3318,8 @@ endbfrange
<0055> <0070>
<0059> <002E>
<005C> <0071>
+<005D> <003F>
+<005F> <0027>
<0060> <0052>
<0061> <0072>
<0062> <0053>
@@ -3628,9 +3346,6 @@ endbfrange
<007A> <0030>
<007B> <FB00>
<007C> <FB03>
-<0121> <2014>
-<0214> <2018>
-<0215> <0027>
endbfchar
endcmap
CMapName currentdict /CMap defineresource pop
@@ -3638,226 +3353,31 @@ end
end
%%EndResource
%%EOF
-endstream
-endobj
-18 0 obj
-<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/GFOIKA+TeXGyreTermes-Regular/DescendantFonts[88 0 R]/ToUnicode 87 0 R>>
-endobj
-88 0 obj
-<</Type/Font/Subtype/CIDFontType0/BaseFont/GFOIKA+TeXGyreTermes-Regular/FontDescriptor 86 0 R/W 83 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
-endobj
-89 0 obj
-<</Length1 2025/Length2 15806/Length3 0/Length 17831 >>
-stream
-%!PS-AdobeFont-1.0: TeXGyreTermes-Italic 2.004
-%%CreationDate: 7th October 2009
-% Generated by MetaType1 (a MetaPost-based engine)
-% Copyright 2006-2009 for TeX Gyre extensions by B. Jackowski and J.M. Nowacki (on behalf of TeX USERS GROUPS). Vietnamese characters were added by Han The Thanh.
-% Supported by CSTUG, DANTE eV, GUST, NTG, TUG, and TUG India.
-% METATYPE1/Type 1 version by B. Jackowski & J. M. Nowacki
-% from GUST (http://www.gust.org.pl).
-% This work is released under the GUST Font License.
-% See the MANIFEST-TeX-Gyre-Termes.txt and README-TeX-Gyre-Termes.txt
-% files for the details. For the most recent version of this license see
-% http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt or
-% http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
-% This work has the LPPL maintenance status "maintained".
-% The Current Maintainer of this work is Bogus\l{}aw Jackowski and Janusz M. Nowacki.
-% This work consists of the files listed in the MANIFEST-TeX-Gyre-Termes.txt file.
-% ADL: 750 250 0
-%%EndComments
-FontDirectory/TeXGyreTermes-Italic known{/TeXGyreTermes-Italic findfont dup/UniqueID known{dup
-/UniqueID get 0 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-17 dict begin
-/FontInfo 9 dict dup begin
-/version(2.004)readonly def
-/Notice(Copyright 2006-2009 for TeX Gyre extensions by B. Jackowski and J.M. Nowacki (on behalf of TeX USERS GROUPS). Vietnamese characters were added by Han The Thanh.)readonly def
-/FullName(TeXGyreTermes-Italic)readonly def
-/FamilyName(TeXGyreTermes)readonly def
-/Weight(Normal)readonly def
-/isFixedPitch false def
-/ItalicAngle -15 def
-/UnderlinePosition -100 def
-/UnderlineThickness 66 def
-end readonly def
-/FontName /MJPNET+TeXGyreTermes-Italic def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 78 /N put
-readonly def
-/PaintType 0 def
-/FontType 1 def
-/StrokeWidth 0 def
-/FontMatrix[0.001 0 0 0.001 0 0]readonly def
-%/UniqueID 0 def
-/FontBBox{-484 -270 1370 1070}readonly def
-currentdict end
-currentfile eexec
-ÙÖoc;„j—¶†©~E£Ðª%9.ì¬>XJ‘ٚмD â"e?¤¸€›&¤oLH:]~•n¦X%„lþÞ¹”­ÏôdQ@ãa~M~EAËŸV.U‚›MØ€ª¾")éJŸ¢Y§4Ò›º‘º UËêC9¼¿ù2Îÿò–"\ªºÜ¡w¥Ô1·rlxؽØнtÿùŒaÂAÙ*Ó`¢†ËJpÁ¿枺è>âlÓéE¡«»fÀ§bù
-ð%îô¸šÒDCuà® =wB2Õ¶ÕC8vŸ†‹5;ð”#¥Ìá‡ééãòÇ¿j­>üqòï“`az ü8ƒ0£³  `&sDìûyd´9ؽxL¤IËHØj]uLN¹|éÓMÄ”ÃÖÔAOä ¹
-Hñ´­Í91„5Øʃþ'#Öß@Ð.ž’™ò\ðý xe@ÿá*‹v“$ãŒïÆvÖiŠÏ~Sr96nЀ<ûãcB‹zÊ`ƒÁ%×2‡R¶kš@ñsÉ#=À'ù†Ý‰±Ȉ29¹ÿ>7Ì EAÑbªðë):^Ž@}BFºªðÙql<çoøñÿ»Ù¹‹Õ},::ÓB4~êøX¿“7DSœ2­<<ß[´8ûE—Y‡|Qç ~
-Û"a¯^Œ¹h`ãnhâ¥_3 i:- M«L^žÙ‹Ö*® Ñ(ì8Ï‹ÀO;Ã8° -ë IÒÜØWExÙŤSV0µ#Y&;3^@{’‡Ü:Vøùª‚ æ}‹!U3õÖ¼ep3ý#Ÿgl3[žÞ _¤½¡ÕÍ.‚Õí%Cµeni夻F>nß;î=Ó}À´P2Øg˜ÿ5ØB^˜öÕŠõbÒvË›¡«½-õî?Y%C[­ÎmwL'…°ÿ
-¨eŠcO–Ÿ/Ž; ðBëßdî.±q;ö˜€/(’Ss©zMy5ÞZ¢¤š@³‡ ;¢ÃØ»÷0צ ,ì¥ÍŒïåØ2&¤JŸtDbýë´À`†[Ñd{·g¿.°:û2Í®?»“‡—ˆù‹bÇëü×ÛŠª:I•™t¢@#cÕº wdÍ<Pš[Qâà¤è þå"Pƒ‡ƒ¥Öæ›KXïÍÖ¾Zø¿¼œv™ ÝÆT[Š+H Ljmo+³F/Î4KJÍ+ùsÎÂUeíUÿzN&ÍlÉ;ô›o³”c5ƒ¨£LäÇõ„ÓpžßI•ù.ñäp§´Ï]—½§äA£ü²›Fï]ß›=!C/fá÷wMKÛ¼šøn¹{¯¼yó>4{£È9.áEšÑ~‘½xUšÐoÉ»…N2=O!£ÃÒõ®“ÿ.i˜òÄ´õüüº[·›‡ZÒ­ÓÔ÷½\‰÷éXµ„)ƃ1â‰O³ N;7q v'—g®#1—ç*pÈŽbRî
-Xr¶É–ÄNq/‚§ ÄiÒQEy©s¼#³Ñe|žËÚµ"áô¯H¿
-×:÷®j“ б\Ë¿ÚÿúýYRœ}aâÕÊŸºLzª´.ÉLX ‹ «(TE@
-àÕç³Ë}6„.uhõúëò(tàF‚Ï
-äP›šÏLQÞ¿jã’“§±,Pƒðɑ̵îÒ5„w%gµ±™zÒþX¹Cߥ­û¼‡š:s!úÚ)’wØОŒî‚8e\¡ÔÔ2bZ-W\rô¡ ­b›ŒÛ?{ÒwÙ¢š;ê–¼0Do£O‰í7îÜo0¿'øWÿüÇ¿€ñ6:úºòŠ §ÑvØ —ÊÇSYm#Øb¾[É0X¹É•˜«cØÝï¯Å‰=øĘ( ±¡ÿ­dõš%)’¿öí7Åì,Ý£¬l ÖD¹û˜–t`3¸ÙhðršZ´»g¹º5äàU^f…àªÓ¢hZ‚ŒÈ»+ÆB©íµ¹œˆ»ø6ø쥣*‘ÍÓAá?ƒD<k4/LF_”p¶HC°õØRhP¨`j~òcW½'”ŒjØi;‘ ¼Ä 0/Å9h:ÈÒQ=µñU)]8´„ }p7_3hQ‡‘–2÷­cõqa”õã!ÛÀÅ"ûÚP<€Q6%:Þ'Š·²[
-Ó®À6uk~õØíP û€™…ûÙ£éa$£´Üô}k‰Ê÷Å3U¥çÀž!Y=LÝ2d¬1ÅE…Ÿ¶6nâf5ŒÖ˜9uó$Môÿn, |é8Jôºz/ÑŸg+ÍMö×
-Hì$/ Áì/°j_ŠÛºRMìãFs½v7˜‘ý@iЀr%&ߌ¼™ºÂÉJ–3ê¿ÜàVN«•¢ê7-±j±Ñ0Ÿ­{C4
-¼ùšÄ³Ò3´¨ÇÅØ60ã:—h)
-¥ü^ËXS*÷wÉ~”m€[Ç…€§ïy—F|%MtÕ "D‹ ‚‡ê8pΤ'ZîÂCÀPÖJMÅÀõÚ7Œ© æüÈÅÙíÐÈc
-½,Ž ×ÃciÓ]>Z<8ì„®I´B¯A&¢?¹Ö“`x÷ù!}wv¸pYhOç
- gÙ,mï> U!}µ’³ùjc s"ÆÉLJNR¿ßQp˜"–-9£
-=]C1—œ‘LÚÍŽR­7×­=4‡ÿ¤kTÓ0ZF†ŒØ\r$ÒÍÀ(ä ÂÓÝ6üÌF€„,¸‹êœið®Ðx·ß –\X3ƒÚ鯽î÷{ÁhmùÞÖAÇ¡uþ«ÜmýöÝÖéÈ£¿mìï¥G‘ç9‘€º:ÑaÀ>’ô`^eC5˜»˜µ‚ë*÷…0š†»@áW·ØòH¼ñxkC,CóÇ6qÿGŸ´ýÿÈ›X#ê”—BYAì:Œ‹hg<-%`Ì’öïô2«ócLŠ¾–MÈ6±ÿÿõЗÌlŽ¿ê8H Ïe/`..–ˆÝ†,ýÀ÷±#šE$Ì|³Ú 9Tã£èÆO u,LjŸÆŠëò_1E–«­,õIÿå‹ýÿ_Ø•L J‚3Ì|Ó_²Ö5ã?#`'
-ö„Ò/Jê@ˆ{K€î œÆov5BÒBáýY€Î¬²‘k†”>ÍEDhû´|w'Ee,—Å'oB¸Y¹ë:Æ/1ù¡5éÉò@å”d)³Pw ¦moÙ&ÔÕ²ùÕÁß3ÀËðnß}óN¯ãm1ÚÞ]0ò{jÍv6ú¿Íέߗ1u`D¸Z¼‹pá”H›ÐdåÍŽ«¼ÔHŽŒfóö
-—;S I×W4Zi*I ÊŽç­#Zñõ ©…ÒïX—ÜÇïHÑÁµë"Õø=j)Z¹àôU‘ßÿˆ®Òl¬‘l±ü¡Áq·±ƒíø
-V‘@­Ò4Œ¨8³¡Êh¢,ZQ4ËÅa
-Bĸ0žy¾¢Zž+äÑ BáˆëhjXšRÖlÔÓ¾{iŒ²d9ð†}“T‰ 7—voÏ÷×LdŠ½²Ù1÷ŒË (I_ÀÀ†ß[Ôª‚vÖγb
-%¼”°DÂUæšóG¹Ü&k@–b÷çG²,^s³‹ryùÑ•‡ãH¿z½—óOÖ¾BYpøÃ];I$
-4ˆ×ÖgÔ€ŽŸÈò‚åýä´5H+W¼)7"B4  Dá4:aÿ7|\Íô[Dþ¶úCI¡€Ð´» õ‚ÔYH4ój3ö+NW0©:‹ÄùŽ¥ )“A¹ßžœÆ~~ ¬üÑ°GyILPYXÖb!«….‡¯Ä,ÿXt0ö[©ß„¿ÐLðu÷
-‹¹[õ>‹£þHÍ>$¢0,À#a¨l
-_
-ôßšˆÈ x>\áB­ÚÃõj‡8 û‚À¯s"Çø”/nÌN‚ÔÏŽo‡²¢Úüig>¾Ä]@œ›ù_ðú˜Š÷‰áÚxW£Ð€¸‰ø;<­
-_
-ôßšˆÈ x>[3Z÷~œ9k`¬QC“-b½tT×Ä¡“’=JHc«Î†I6ÚÉ‹Á
-_Ƭ‰R˜Ùõ l¶ô.,~0Ë%ƒ’<‡‹ÕëÄ&»Ë
- Ô Ü‹ç\eiRp@FÕ0«Œyã ±Ae}'Ùà.Ù=
-: 
-8–ù¸åÜ“„lÌŠÎרÝ2«›{È÷C:
-¹bõ!G ›J ĵ§sð~?סtÄ#f¨™wf/]HTÉ!µú/¹0Sºb Tؘ‘yºW AF?ïXb¥O]²ˆ@<7>\ÝYbYšãº n澃7s3]V`°MPL•ô;¤UÞóÌܾ—¸Á•ß+CÂÁ¹‘àEt;¦²!\˜ËU™)ý ^ŠR§½²Çã³*jÞ¥O"qýüYêêJ3°îÏWö«q/gÁÖÞŸ€Ôݤ:ŸãOäúµD@­³)?»FcÞDÙð3%–M‹f†\/˜­¡+=ó®èس…GŠ²¬ÓS˜˜A^C½m¶§¥ Óº>A¼ÛÕLï,Ä|a>Mk…ÚÞ(ÀÆztøjãV‰è!}wv¸pYhOç
- gÙ,mï> U'1Ùæ1ºU* ³ù¦ XçM 4UŸÎ€L›:‚‡žÛ”>IÂ&—~´‰f“»p§¬›)9±râò-Æ,˜\E«öµ
-‹µ4
-y–×0ùþ/;“üAw]ôòˆÇQ}­0
-UWÁà‘;_Y.Št³ey_vGk
-õk± â‰Ç©™¤3 Ôʪ[H%²0²dÉbûRúç»{캒2R¡âàÜñfág.é¹1’É*°6} t½½\j™¿÷JlÐN€þŒèü$3#ê• H˜ÒV›<´ý²§%ÍsÎ,fa‡ÝÖx¥¦¸R‹Ÿ+€<A.ZS É\+‘\ƒ-Ö‹fsFªw‰!tÌ•W­ä
-Hª­>®f»îyá›ÿúãúŠc-¢ã¼'ùGl¶™)_2OiÍ œ‹rù_ÕÎá§ì*x”ý /öÜ~.«Š%RÕj£Ä|ÍŒncžt~ØäDeÖQÒ#oˆ?Bìã9¶”±$2A{¥Þïò~Žh}­ V<pøŠ¼¬ð"¡I {§`c&ˆZlʬ"ÕEK,±ÇÄ·un´ë誌E9Žº˜EâMº]L$•5e•s¼PO{Ù­~ÊÌÞÃô0u.W×Äàm}È?U~Ï]è7H7
-]ëø#ð˹¸ˆ”&ßÂq_7Ž@°W9å¯?œRÞØÚNK‰¨ŒÚ½(_K¦ýd›âL$å¡4Ǹ¬gçÇÏ™KèÞ†r wÐ žj$„•I¡`'ÑÈ!:0
-a6ÖáTpåžšèéÖ£ái¡ +áå£!ûÖT,cŠš2{Æ«n+Gaú„0ä:¢yòXû?t%Iº¥pù[—® Å{²BÏMZ ¬‹²·'HÐí?ºBÈ6±ÿõËœ9& ñÚ°ºZ@”mU x1¢î%K)öŸï'
-Úf±
-‹A£µk”“ã·Ç£¾š³ý ’'ê¾aR”¯ÅlUNåÒ½Xý—„¼ÜÃÔ˜µè¤híAxÌ݇¾Œ!ë:š¿÷©ÄkUb.˜æ²å(ù‰¯w¿¯mB_ÒÝü÷D‹ý20ˆÌGÈ"‘vp0¥Ÿ¿ðf+“² cUÝ
-JÔµùñ?‘o
-`û› JŒ¸;ÚcE!ÍuKQ„NÚP®rÍPïáíßI_£Òtw8kf×lèÍ]çå¦}B  mj™Ž¹ŠIÎÒºXV°üv&Ô.{e¬zÜF
-3eÞqîýJkyaj>W-¡çÏ‹;.ãÙs 
-a›3KÝ~¥L[ÛÇB)oîÙ&ƒdélI¤®¦ÝRw•à̼–‡TŒì~\RšøhŒ»T=?ÉŠÒYÍÍé6T»‡©H*XŸq”šÙ¯.¡“X›¨žø)+‰«B7ÜU@îPÒ~Ðî>äãr"ëj¡µ&”X’¾2ùoêÉÞ8*ê:ük"T«û|sy‘‚úu¬«ÇTlÎÐqGôYò™ÞØ@×¹I·—$‘.‘ÙgÄ–d¶fɬ‹:,d=”£k/ÇKS©é)ÀO¯ª™ ö=¿aL”¤X(Vº!(›ñà.Hn”F@Å=r´S`\y­ˆç©ûîÂ+”LÇïVð¼CƤª£
-i+Ö ò5Oë¿5­¿Ï6e–õãÜKì0k‹º(KŠÈ7$zz˜ƒúbUÚG{‹=$ûý…ܤ´/_Lz­F?òïò þÆ”..›ùÉÒ¨'ýö-Çø”áe£ûé‡B¾…G¬5/ç€rS?‰
-Æù@îN’
-ÿ–:Ü£–ë&ÒùÚò–Š8߃´aÔÏѱ¤YvU*êÒ!ýr ì¸Snct(÷m5ÒEÖç1Ç:&k1eÅW‘¬gßšß®rµ§8ãX\ûßF¬ ú±OaÕ7‚2¸ Ã9­Ï6Ãv­ëíJAºß/šQºÿG…ºøügciGîBñ ¸<¶E¿ÁH³>}K}ÃqƒgÅ+ƒo0þÊt ¼|^b
-?ò˜liáŒVr%¡lL×n°…Ê”Dª®BÐöMŒ•¨`®œÊ­30@Å
-éß"Ñà™šKòéÆ„âÈ Q²JªÍñ)²»„:2 ÄüˆHwУXzö—t@Z­j]·ÎOÊ—![Å'ƒ1¯º¸R¿˜ŠÖM hÃÞ e§rœGK)“4U0Ú4hc
-ðY§Üïø˜· ‡£ûÍöGõ”®_ïl7só5§Ì *ÛAÎÊ1Î8PoóW”Ð'Î4*f¤Â|çs˜&Mœ"ñn@J6—Ãhäàš#ϪvÇ.•ª+–7j;ƒ7›‹ŠË¬ÔÍr>Ñêù¸ŠÖ©Ìµö÷/ÀaL%Ûvírzg¬çÔ9Ìá#$~„Z€Ý™d9cpÓ¦ÛÍ×dtÉÊš¥‹5ÇNÛCbÝ\ ÇŸe“›¢aJsæÍ
-†PíÖ÷äòƬÀ×:Ï8ò=÷võój—G‘jÚ/ Ã@=MüÄJ’2€ Ǖ䛾±¹W
-Q²ùm0.ø‘<k¶èÅ¢âÔ®&8Z¿lÈ*ñŽWp5ÿ4•49”*nMÆ·Rˆ•¥k¤»í I* ýŽ=ÄÇ ~J•Ìs1ÆKۣ喒YìF…ãÅ3kdp—l“a¥ÅaÿÃ’køoˆ§éf
-¨%=VJ6é`%½§r²¿º„¨L›Ä >!Qêaõ8…~éÜC‰¥Y‚)†Æ¸Ÿ<M¨oô¢©*üum­Â ¢kËŒ ŠÊlŽ”öÜu3Ž 7Qó«k~Û²7ítzÑn|>2ôåN™ÁÛ‚¬$[Q4ç~3Zw
-Ù 9ã97]`¤~\ô½ƒè¶ b+ñ«R_þ¢_i™Ç3ñ>O‘·{"áXº+ã8aኯ:HÇ)åÄ\¨7Ï-pþ‰w•wˆÀG"£[͇/f5zÍH H¢ºf%ü`‰Xžp.yº‰‘ã§ÐÖýŠsƒðhºvP™¨k×èWK<â£~»ptô¤ù>…pwYê+a½kþaØ”rTt|ù„‰Ý`bªCTŽä:–M#ðwSÐÎNÒ­a˜¤sñüqÇ»™Ã¥+ÄÝu²§°I!ðµ5ÆkH«E¥…°Õ ‹m,høÊéà7(•I+!õŒSÊ“BÃ*5¶Œöã…(DBupbfæ û¿Kè /Io í Td\;ð äŒG †ç!¯Êæ¿1Ï’»d<‡Ý”Ê+±…¼Ó|x ÷Ÿ\}_6û%/5ûP³7 ”Ъüî\…Áf—^ÖûîE…8tÝ‹éö䫤ÓCx‘@u·£ÙB3©i
-¦–­!Z+`f~%´ åøϹ¯+Ê­UŒgJ­Ö”qÎk šðà÷$
-f:£c:;vWžV¢écªËžtHQI8#iùõ–pôiÆ5-eŸ¦óp?ÇšVî¬g?Ö¹CTÚª)òlùÊwyõ’znÂÿSùˆ!p2•31Úwa± Ðpè@ZÚ>ð0æ|{‹Í€;LžÒÊPÌðIÌùÁTCãmYšmhmíQ£ÀV€.$oßí,ù°öFVn
-® H ±HÅPNDY®LèQ«´Ÿ›íð
-fˆÉOöñ«Ö¨ÉATà·9‘Eºz¹ÕwTÖC¨ì{Rb²d’
-0X«ñg›3ÕL ˜2ãZÿLߢï?õìnM& ±’!¤½nJg‹Ø…}jA°qõã ,Œˆ%±4TŽ:ŠÕ9 TÎW_ŒpN«¨ Uø¢ã>(4JzžÈòÍf£>xB’ <ïÙ† XN µ]Õè-Ÿž¦¤,‰T1–û¢ˆ”ÒÀ¤5ìÄlƒö½]¤ñNvÄXxŽl(<m†<Î/Sé¿+Ë-‚äëkÁÒc£÷žÇ“phgãœV¶Ì gaAΦ'·kŒÙ¡jüWÇÕ°#ÀG£½MNõ].à•ï8‚(45›¶lgÊÿ
-óäÓ“ËgN®§èü§•D±¢÷VØÊâ5¥ŒdÚ¼c8©
-À5<qDXQ‹×„Ÿ =;LƒÄëÕŽÂj-&ÐÿŽ°fÃ}é¢þ;؃Šcçk¢åFvø&×Èïàéæš}cÞ72dG:ÄYíx–*Њ wóx®¢“”¤p
-(S?âñEbk»4Xàÿ÷¸"⨆å5sn§%]ă<ËÜþge¹R(­ôù¬v!
-½a¶dêæ7z—Œ!ÍH+8û"ÿ˜Nr
-Ϊ€Ä§t Ú/{oSà>2“ƒ ê•q³
-Ÿtâµ''÷»Û˜#=ïu-˜¾Þ½'7é}èº4§ÏBV-Gp@»Õ¬#Ãônw髉‰ñëT
-P@?šôÆ”Á$ãÀ4S”Ò¬¨3óÉ’;öŠpi¢g…šÔÆþ¦¥‘_K¶7ªgì¸X¢ñûåh
-@vp@Vméöð_¾XBéM¾?‘ØÜÃý¼0êõõnkº dµ¹.™ß÷Û*jüwñ×öÏhh]†÷§»B=|!S,QQ'›ÿØÎ &õw)£¤‘ET&PA
-p|ÓJ—ê»uæ/¿0Kp9f_Kôîr½À˜%ãÀâx£«“Y¨x¦N‘9›‚Ȫ
-.R•ƒ+2›¼Ušä66Ç8Æò<ôóJœí„”)h´ M‡}1œØ`y$3Ãßî{\'ç¾8¬îÚKIX´þ{zÊ!pf;PiO>'3dcyzÓpº)²ÆV´¯%£jbeej+²cmõ?’ôãh@ñþ†€i‚PùÍìþåàâC¼2pÑחئ1”XmÑæ¡ë2ÍRý™½Ã¾Lº›…H™½°Yë‘œ'(¿‡-+Z’¤øŠ5¸Gä–é|P3LoÝ/’ÈhTék{Å -<ËŒ)Ùó-ò< ó:ߥšJ5‡.{ñ•T”]~ÑŠÝd §®„2Dê“>
-zþÇ¡”¹ƒ8\ DLH·óå êEÙäËËÊ°÷¥k)·úÊr‚ŸÎ¬C
-Tª±Ã%iã=ýö
-˼Y/œ•›i”†tú?w“_$é»´
-¿¿ËpŸTióù£^Þm`†åjWÿ4YõŠ24q#|)Ã
-¢¬Ê) \]ùWÑ\&:ë{¡Ü+ ¢Ý!Qk@€j²gX3§!Ñt¦[Qãè© QœÁN¥¨V´¨ûŒýÇ} ;KÖ! ‹B˜Ô Åð7ƯX@m¦ø|ÕVvBÏgD“PÍmé;zg]µ·õ©2µâ†D`ÿÍR#]×Â×ÈÌ%yiËEh!9ø_ÔOE ô„» Ÿ¾¨IX5a³÷“Ôìß›¬N˜q¹'´KójrMAHI¶=AŸKE»‡%kÀŽfýç¤BÈÒ
-Z#2‹‚.ì^‡ô™ ¦9œÄГ®–óW§ EF`ˆ©ÿR5»3T¼Þý‘
-Ÿp|4˜§S(.GpsŠçŽHµ~0ÜÀ"²nêíY±ˆÜð(8¨Î|òÎ àcMižl)°P|%ÙžC®³ªNÛЬMôcc™8¥¢ctÒëÜ ¿_V
-blYÞÂF éoè,>qŽ3Vû±ü+B³˜ šLìƒÐ?P.}¿ +¥X´ë'W’+Ækk8'()Ä›wÚVØÃEšï“V”žÒ½B¬É)ö­®ï^{­mtB'}UæËËT'ØG,#‡Û]%t¦5åv<+aÒµ()8=B}£ì])z±Cš©ÎÚˆqéñe~–ÜC
- žòJ^×gôÕ3¹¿x-I€ïĆ6–þïrãQçºÞOn9{Ü{M†$k0‘a'êŽPïÊ44³ú´†þ{Âä1î?a†øW²û/@;ï
-_q2ã\Q .ðÕ…ió^$£€ï¨$kÈÌ}™Ä$YÑÒµ}iž^¸.Ëp½ÌÈ,`7b6Âa’§2fÍDÛü½™2ìû@»7·ï1mz½üÂWtéØ™äEâš12 ,ª]Ë×iÀF¢
-òD ˜µš­àžX´èE­Ù4w'<%ænÏö;1-k»úª¿*¸‹êœið®Ðx·ß –\X3‚!0»b>ŒuÜøŽ²FCDžr˜Sž
-Gð~vEâý¿µ=û@w@5R3£¦[LLÔÂ*5¾ºcxS<óˆfWz5õt»¨&Aócl‚ç£ø˜ÜíWž ypʆœåùŠþ¼‘©=WúÌ…þ¹™s€8r[V³€‘u Y>vïð"=¹¬¦¼;„œLAù¨½Ú•aP‹êúLgev¿ªíã  Q]¢#«’è©|,â¼Ò´Zاâ׌óÑø?/Ç )‰ò:¤¼ˆ"õ¬¹PV6uVu”W MVvù9Åeßbv\µ~Ê!b½)ðé&¡+«_`ª'ûryú –`˜uO2e³Å«\¢—Ù`â¨à7)¬«_ÃÙ 0 IÐóè~™±ÔÑZjkJŽ~.NÓ¯
-2?JÜ2Š }¨|ìávàÊô®8F
-VóŸŽeÌFL:ùÞⳃcF%ç%cùk2”WR¶$qÅM41±%®¤Çðy£½OØ
-ÆñÌŒÂ8q?^Ëû´u§ü UMÚÄH'÷ïƒpÊ
-endstream
-endobj
-90 0 obj
-<</Type/FontDescriptor/FontName/MJPNET+TeXGyreTermes-Italic/Flags 4/FontBBox[-484 -270 1370 1070]/Ascent 668/CapHeight 668/Descent -206/ItalicAngle -15/StemV 84/XHeight 441/CharSet (/N)
-/FontFile 89 0 R>>
-endobj
-91 0 obj
-<</Length1 742/Length2 741/Length3 0/Length 1483 >>
-stream
-%!PS-AdobeFont-1.0: txsy 3.0
-%%CreationDate: 12/14/2000 at 12:00 PM
-%%VMusage: 1024 24296
-20 dict begin
-/FontInfo 16 dict dup begin
-/version (3.0) readonly def
-/FullName (txsy) readonly def
-/FamilyName (txsy) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-/Notice (Version 3.0, GPL) readonly def
-/em 1000 def
-/ascent 800 def
-/descent 200 def
-end readonly def
-/FontName /LATGSE+txsy def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 0 /minus put
-readonly def
-/PaintType 0 def
-/FontType 1 def
-/StrokeWidth 0 def
-/FontMatrix[0.001 0 0 0.001 0 0]readonly def
-/FontBBox{-22 -944 1227 866}readonly def
-currentdict end
-currentfile eexec
-ÙÖoc;„j²„¼ø°Aw-åÍßᾉYň5t&× {hLšGÒqB`d­Ë—PØ©†ÑÖ|*îøÎx\ÁœÞ–HŸt
endstream
endobj
-92 0 obj
-<</Type/FontDescriptor/FontName/LATGSE+txsy/Flags 4/FontBBox[-22 -944 1227 866]/Ascent 685/CapHeight 720/Descent -150/ItalicAngle 0/StemV 52/XHeight 441/CharSet (/minus)
-/FontFile 91 0 R>>
-endobj
-63 0 obj
-<</Type/Encoding/Differences[78/N]>>
-endobj
-22 0 obj
-<</Type/Font/Subtype/Type1/BaseFont/MJPNET+TeXGyreTermes-Italic/FontDescriptor 90 0 R/FirstChar 78/LastChar 78/Widths 64 0 R/Encoding 63 0 R>>
+18 0 obj
+<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/OXEYMR+TeXGyreTermes-Regular/DescendantFonts[81 0 R]/ToUnicode 80 0 R>>
endobj
-46 0 obj
-<</Type/Font/Subtype/Type1/BaseFont/LATGSE+txsy/FontDescriptor 92 0 R/FirstChar 0/LastChar 0/Widths 62 0 R>>
+81 0 obj
+<</Type/Font/Subtype/CIDFontType0/BaseFont/OXEYMR+TeXGyreTermes-Regular/FontDescriptor 79 0 R/W 76 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
endobj
23 0 obj
-<</Type/Pages/Parent 93 0 R/Count 6/Kids[16 0 R 25 0 R 28 0 R 31 0 R 34 0 R 37 0 R]>>
+<</Type/Pages/Count 10/Kids[16 0 R 25 0 R 28 0 R 31 0 R 34 0 R 37 0 R 40 0 R 43 0 R 46 0 R 49 0 R]>>
endobj
-42 0 obj
-<</Type/Pages/Parent 93 0 R/Count 2/Kids[40 0 R 44 0 R]>>
-endobj
-93 0 obj
-<</Type/Pages /Count 8/Kids[23 0 R 42 0 R]>>
-endobj
-94 0 obj
+82 0 obj
<<>>
endobj
-95 0 obj
-<</Type/Catalog/Pages 93 0 R/Names 94 0 R /Version /1.6 /PageLabels << /Nums [ 0 << /S /D >> ] >> /PageMode /UseNone /Metadata 49 0 R>>
+83 0 obj
+<</Type/Catalog/Pages 23 0 R/Names 82 0 R /Version /1.6 /PageLabels << /Nums [ 0 << /S /D /St 1 >> ] >> /ViewerPreferences << /FitWindow true >> /Metadata 51 0 R /PageMode /UseNone /PageLayout /TwoColumnRight>>
endobj
-96 0 obj
+84 0 obj
<<
-/ConTeXt.Url (www.pragma-ade.com) /ConTeXt.Version (2011.04.23 22:29) /ConTeXt.Jobname (functionref) /CreationDate (D:20110425023932+02'00') /Trapped /False /Title <feff00660075006e006300740069006f006e007200650066> /ConTeXt.Time (2011.04.25 02:39) /ID (functionref.2011-04-25T02:39:32+02:00) /Producer (LuaTeX-0.67.0) /ModDate (D:20110425023932+02'00') /Creator <feff0043006f006e00540065005800740020002d00200032003000310031002e00300034002e00320033002000320032003a00320039>
-/PTEX.Fullbanner (This is LuaTeX, Version beta-0.67.0-2011042502 (rev 4195) (TeX Live 2011) kpathsea version 6.0.1)>>
+/CreationDate (D:20140310152409+01'00') /Title <feff00660075006e006300740069006f006e007200650066> /Producer (LuaTeX-0.78.3) /ID (functionref.2014-03-10T15:24:09+01:00) /Trapped /False /ModDate (D:20140310152409+01'00') /Creator <feff0043006f006e00540065005800740020002d00200032003000310034002e00300033002e00300038002000310033003a00320030>
+/PTEX.Fullbanner (This is LuajitTeX, Version beta-0.78.3 (TeX Live 2014/dev) (TeX Live 2014/dev) kpathsea version 6.2.0dev)>>
endobj
xref
-0 97
+0 85
0000000001 65535 f
0000000002 00000 f
0000000003 00000 f
@@ -3873,90 +3393,78 @@ xref
0000000013 00000 f
0000000014 00000 f
0000000000 00000 f
-0000040686 00000 n
-0000040487 00000 n
+0000033811 00000 n
+0000033612 00000 n
0000000015 00000 n
-0000372990 00000 n
-0000361049 00000 n
-0000354080 00000 n
-0000346495 00000 n
-0000393301 00000 n
-0000393585 00000 n
-0000079295 00000 n
-0000079096 00000 n
-0000040790 00000 n
-0000127690 00000 n
-0000127491 00000 n
-0000079388 00000 n
-0000171380 00000 n
-0000171181 00000 n
-0000127772 00000 n
-0000213917 00000 n
-0000213718 00000 n
-0000171473 00000 n
-0000256528 00000 n
-0000256329 00000 n
-0000213999 00000 n
-0000298839 00000 n
-0000298640 00000 n
-0000256621 00000 n
-0000393687 00000 n
-0000334382 00000 n
-0000334183 00000 n
-0000298932 00000 n
-0000393460 00000 n
-0000341431 00000 n
-0000338718 00000 n
-0000334508 00000 n
-0000336838 00000 n
-0000336872 00000 n
-0000336943 00000 n
-0000337714 00000 n
-0000337936 00000 n
-0000338862 00000 n
-0000339051 00000 n
-0000339112 00000 n
-0000339185 00000 n
-0000340371 00000 n
-0000340593 00000 n
-0000341575 00000 n
-0000341764 00000 n
-0000393248 00000 n
-0000341787 00000 n
-0000341810 00000 n
-0000341991 00000 n
-0000342064 00000 n
-0000345200 00000 n
-0000345419 00000 n
-0000346636 00000 n
-0000346822 00000 n
-0000347203 00000 n
-0000347327 00000 n
-0000352185 00000 n
-0000352406 00000 n
-0000354223 00000 n
-0000354411 00000 n
-0000354717 00000 n
-0000354790 00000 n
-0000359305 00000 n
-0000359523 00000 n
-0000361189 00000 n
-0000361374 00000 n
-0000361781 00000 n
-0000361905 00000 n
-0000370893 00000 n
-0000371115 00000 n
-0000373134 00000 n
-0000373323 00000 n
-0000391248 00000 n
-0000391469 00000 n
-0000393043 00000 n
-0000393761 00000 n
-0000393822 00000 n
-0000393843 00000 n
-0000393995 00000 n
+0000373594 00000 n
+0000361486 00000 n
+0000354479 00000 n
+0000347565 00000 n
+0000342145 00000 n
+0000373927 00000 n
+0000068139 00000 n
+0000067940 00000 n
+0000033910 00000 n
+0000115952 00000 n
+0000115753 00000 n
+0000068228 00000 n
+0000160856 00000 n
+0000160657 00000 n
+0000116031 00000 n
+0000199271 00000 n
+0000199072 00000 n
+0000160935 00000 n
+0000238880 00000 n
+0000238681 00000 n
+0000199360 00000 n
+0000275509 00000 n
+0000275310 00000 n
+0000238959 00000 n
+0000314171 00000 n
+0000313972 00000 n
+0000275598 00000 n
+0000336477 00000 n
+0000336278 00000 n
+0000314270 00000 n
+0000336832 00000 n
+0000336633 00000 n
+0000336576 00000 n
+0000336867 00000 n
+0000339063 00000 n
+0000339132 00000 n
+0000339649 00000 n
+0000341061 00000 n
+0000341289 00000 n
+0000342293 00000 n
+0000342486 00000 n
+0000342682 00000 n
+0000342755 00000 n
+0000346241 00000 n
+0000346460 00000 n
+0000347706 00000 n
+0000347892 00000 n
+0000348234 00000 n
+0000348307 00000 n
+0000352674 00000 n
+0000352895 00000 n
+0000354622 00000 n
+0000354810 00000 n
+0000355117 00000 n
+0000355190 00000 n
+0000359727 00000 n
+0000359945 00000 n
+0000361626 00000 n
+0000361811 00000 n
+0000362217 00000 n
+0000362341 00000 n
+0000371489 00000 n
+0000371711 00000 n
+0000373738 00000 n
+0000374044 00000 n
+0000374065 00000 n
+0000374292 00000 n
trailer
-<</Size 97/Root 95 0 R/Info 96 0 R/ID[<A25360E66E1FBB6C1DC90333A8EB6722> <A25360E66E1FBB6C1DC90333A8EB6722>]>>
+<</Size 85/Root 83 0 R/Info 84 0 R/ID[<7DC07EF4EA4F2E78FB66B06103F35447> <7DC07EF4EA4F2E78FB66B06103F35447>]>>
startxref
-394605
+374776
%%EOF
diff --git a/Master/texmf-dist/doc/luatex/base/functionref.tex b/Master/texmf-dist/doc/luatex/base/functionref.tex
index 02e9c03b054..2243d51bc4a 100644
--- a/Master/texmf-dist/doc/luatex/base/functionref.tex
+++ b/Master/texmf-dist/doc/luatex/base/functionref.tex
@@ -305,6 +305,7 @@ in the same format as \type{\pdfximage}.
\presentfunction{callback}{stop_page_number}
\presentfunction{callback}{show_error_hook}
\presentfunction{callback}{finish_pdffile}
+\presentfunction{callback}{finish_pdfpage}
%***********************************************************************
diff --git a/Master/texmf-dist/doc/luatex/base/luatexref-t.pdf b/Master/texmf-dist/doc/luatex/base/luatexref-t.pdf
index ba79f06a680..07a4d0ba1c4 100644
--- a/Master/texmf-dist/doc/luatex/base/luatexref-t.pdf
+++ b/Master/texmf-dist/doc/luatex/base/luatexref-t.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/luatex/base/luatexref-t.tex b/Master/texmf-dist/doc/luatex/base/luatexref-t.tex
index fab5bc3bbcd..3857585c8cb 100644
--- a/Master/texmf-dist/doc/luatex/base/luatexref-t.tex
+++ b/Master/texmf-dist/doc/luatex/base/luatexref-t.tex
@@ -23,7 +23,7 @@
\setvariables
[document]
- [beta=0.76.0]
+ [beta=0.79.0]
\starttext
@@ -138,7 +138,8 @@ There are three new primitives to test the version of \LUATEX:
the current current value is {\bf\the\luatexversion} \NC\NR
\NC \tex{luatexrevision} \NC the revision number, as in \PDFTEX;
the current value is {\bf\luatexrevision} \NC\NR
-\NC \tex{luatexdatestamp} \NC a combination of the local date and hour when
+\NC \tex{luatexdatestamp} \NC (deprecated in 0.78.1, will be gone in 0.80.0)
+ a combination of the local date and hour when
the current executable was compiled,
the syntax is identical to \tex{luatexrevision};
the value for the executable that generated this
@@ -158,13 +159,6 @@ The official \LUATEX\ version is defined as follows:
minor version and revision, separated by dots.
\stopitemize
-
-Note that the \tex{luatexdatestamp} depends on both the compilation
-time and compilation place of the current executable; it is defined in
-terms of the local time. The purpose of this primitive is solely to be
-an aid in the development process, do not use it for anything besides
-debugging.
-
\section{\UNICODE\ text support}
Text input and output is now considered to be \UNICODE\ text, so
@@ -446,6 +440,43 @@ The behavior documented in the above subsection is considered stable
in the sense that there will not be backward-incompatible changes any
more.
+\subsection{\tex{luafunction}}
+
+The \type {\directlua} commands involves tokenization of its argument (after picking up
+an optional name or number specification). The tokenlist is then converted into a string and
+given to \LUA\ to turn into a function that is called. The overhead is rather small but when
+you use this primitive hundreds or thousands of times, it can become noticeable. For this
+reason there is a variant call available: \type {\luafunction}. This command is used as
+follows:
+
+\starttyping
+\directlua {
+ local t = lua.get_functions_table()
+ t[1] = function() tex.print("!") end
+ t[2] = function() tex.print("?") end
+}
+
+\luafunction1
+\luafunction2
+\stoptyping
+
+Of course the functions can also be defined in a separate file. There is no
+limit on the number of functions apart from normal \LUA\ limitations. Of course there
+is the limitation of no arguments but that would involve parsing and thereby
+give no gain. The function, when called in fact gets one argument, being the index,
+so in:
+
+\starttyping
+\directlua {
+ local t = lua.get_functions_table()
+ t[8] = function(slot) tex.print(slot) end
+}
+\stoptyping
+
+the number \type {8} gets typeset.
+
+
+
\subsection{\tex{latelua}}
\tex{latelua} stores \LUA\ code in a whatsit that will be processed
@@ -493,6 +524,7 @@ is easier to keep the code in a separate file and load it using \LUA's
\directlua { dofile('mysetups.lua')}
\stoptyping
+
\section{New \ETEX\ primitives}
\subsection{\tex{clearmarks}}
@@ -957,7 +989,7 @@ this is used without any patches to the core, which has some side
effects. In particular, Lua's \type{tonumber()} may return values in
scientific notation, thereby confusing the \TEX\ end of things when it
is used as the right-hand side of an assignment to a \type{\dimen}
-or \type{\count}.
+or \type{\count}.
{\bf NOTE:} Also in \LUATEX\ 0.74.0 (this is a change in Lua 5.2),
loading dynamic Lua libraries will fail if there are two Lua libraries
@@ -1027,7 +1059,7 @@ function as normal. This change is new in 0.37.0.
-The \lua{f:read("*line")} and \lua{f:lines()} functions from the io library have
+The \lua{f:read("*line")} and \lua{f:lines()} functions from the io library have
been adjusted so that they are line|-|ending neutral: any of \type{LF}, \type
{CR} or \type{CR+LF} are acceptable line endings.
@@ -1429,10 +1461,6 @@ both \ALEPH's \OVF\ files and traditional Knuthian \VF\ files.
Like \luatex{find_font_file}, but for map files.
-\subsubsection{\luatex{find_cidmap_file} (new in 0.73)}
-
-Like \luatex{find_font_file}, but for cidmap files.
-
\subsubsection{\luatex{find_enc_file}}
Like \luatex{find_font_file}, but for enc files.
@@ -1598,7 +1626,6 @@ The list of functions is as follows:
\NC \luatex{read_font_file} \NC ofm or tfm files \NC\NR
\NC \luatex{read_vf_file} \NC virtual fonts \NC\NR
\NC \luatex{read_map_file} \NC map files \NC\NR
-\NC \luatex{read_cidmap_file} \NC cidmap files \NC\NR
\NC \luatex{read_enc_file} \NC encoding files \NC\NR
\NC \luatex{read_sfd_file} \NC subfont definition files \NC\NR
\NC \luatex{read_pk_file} \NC pk bitmap files \NC\NR
@@ -2051,6 +2078,55 @@ routines, but that needs lots of adjustments in the web source because
exact definition of \type{indicator} is not given here.
\fi
+
+\subsubsection{\luatex{show_error_message}}
+
+\startfunctioncall
+function()
+end
+\stopfunctioncall
+
+This callback replaces the code that prints the error message. The usual
+interaction after the message is not affected.
+
+\subsubsection{\luatex{show_lua_error_hook}}
+
+\startfunctioncall
+function()
+end
+\stopfunctioncall
+
+This callback replaces the code that prints the extra lua error message.
+
+
+\subsubsection{\luatex{start_file}}
+
+\startfunctioncall
+function(category,filename)
+end
+\stopfunctioncall
+
+This callback replaces the code that prints \LUATEX's when a file is opened
+like \type {(filename} for regular files. The category is a number:
+
+\starttabulate[|||]
+\NC 1 \NC a normal data file, like a \TEX\ source \NC \NR
+\NC 2 \NC a font map coupling font names to resources \NC \NR
+\NC 3 \NC an image file (\type {png}, \type {pdf}, etc) \NC \NR
+\NC 4 \NC an embedded font subset \NC \NR
+\NC 5 \NC a fully embedded font \NC \NR
+\stoptabulate
+
+\subsubsection{\luatex{stop_file}}
+
+\startfunctioncall
+function(category)
+end
+\stopfunctioncall
+
+This callback replaces the code that prints \LUATEX's when a file is closed
+like the \type{)} for regular files.
+
\subsection{PDF-related callbacks}
\subsubsection{\luatex{finish_pdffile}}
@@ -2066,6 +2142,19 @@ use is final update of \PDF\ dictionaries such as \type{/Catalog} or
\type{/Info}. The callback does not replace any code. There are neither
arguments nor return values.
+
+\subsubsection{\luatex{finish_pdfpage}}
+
+
+\startfunctioncall
+function(shippingout)
+end
+\stopfunctioncall
+
+This callback is called after the pdf page stream has been assembled and before the
+page object gets finalized. This callback is available in \LUATEX\ 0.78.4 and later.
+
+
\subsection{Font-related callbacks}
\subsubsection{\luatex{define_font}}
@@ -2657,7 +2746,7 @@ there can be holes in the sequence.
This function returns either \type{nil}, or a \type{table}, or an
array of small tables (in the case of a TrueType collection). The
-returned table(s) will contain six fairly interesting information
+returned table(s) will contain some fairly interesting information
items from the font(s) defined by the file:
\starttabulate[|lT|l|p|]
@@ -2668,6 +2757,8 @@ items from the font(s) defined by the file:
\NC weight \NC string \NC a string indicating the color value of the font\NC\NR
\NC version \NC string \NC the internal font version\NC\NR
\NC italicangle \NC float \NC the slant angle\NC\NR
+\NC units_per_em \NC number \NC (since 0.78.2) 1000 for \POSTSCRIPT-based fonts, usually 2048 for \TRUETYPE\NC\NR
+\NC pfminfo \NC table \NC (since 0.78.2) (see \in{section}[fontloaderpfminfotable])\NC\NR
\stoptabulate
Getting information through this function is (sometimes much) more
@@ -2938,17 +3029,15 @@ this part of the documentation are not yet finished):
\NC lookups \NC table \NC \NC\NR
\NC gpos \NC table \NC \NC\NR
\NC gsub \NC table \NC \NC\NR
-\NC sm \NC table \NC \NC\NR
-\NC features \NC table \NC \NC\NR
\NC mm \NC table \NC \NC\NR
\NC chosenname \NC string \NC \NC\NR
\NC macstyle \NC number \NC \NC\NR
\NC fondname \NC string \NC \NC\NR
-\NC design_size \NC number \NC \NC\NR
+%\NC design_size \NC number \NC \NC\NR
\NC fontstyle_id \NC number \NC \NC\NR
\NC fontstyle_name \NC table \NC \NC\NR
-\NC design_range_bottom \NC number \NC \NC\NR
-\NC design_range_top \NC number \NC \NC\NR
+%\NC design_range_bottom \NC number \NC \NC\NR
+%\NC design_range_top \NC number \NC \NC\NR
\NC strokewidth \NC float \NC \NC\NR
\NC mark_classes \NC table \NC \NC\NR
\NC creationtime \NC number \NC \NC\NR
@@ -2974,6 +3063,7 @@ information (quite a few of these are only present if nonzero).
\NC boundingbox \NC array \NC array of four numbers, see note below\NC\NR
\NC width \NC number \NC only for horizontal fonts\NC\NR
\NC vwidth \NC number \NC only for vertical fonts\NC\NR
+\NC tsidebearing \NC number \NC only for vertical ttf/otf fonts, and only if nonzero (0.79.0)\NC\NR
\NC lsidebearing \NC number \NC only if nonzero and not equal to boundingbox[1]\NC\NR
\NC class \NC string \NC one of "none", "base", "ligature", "mark", "component"
(if not present, the glyph class is \quote{automatic})\NC\NR
@@ -3170,7 +3260,7 @@ values are both strings.
\NC version \NC number \NC \NC\NR
\stoptabulate
-\subsubsubsection{pfminfo table}
+\subsubsubsection[fontloaderpfminfotable]{pfminfo table}
The \type{pfminfo} table contains most of the OS/2 information:
@@ -3243,7 +3333,7 @@ The \type{panose} subtable has exactly 10 string keys:
\NC xheight \NC string \NC id. \NC\NR
\stoptabulate
-\subsubsubsection{names table}
+\subsubsubsection[fontloadernamestable]{names table}
Each item has two top|-|level keys:
@@ -3333,7 +3423,6 @@ The features subtable items of gpos have:
\NC \ssbf key \NC \bf type \NC \bf explanation \NC\NR
\NC tag \NC string \NC \NC\NR
\NC scripts \NC table \NC \NC\NR
-\NC ismac \NC number \NC (only if true)\NC\NR
\stoptabulate
The scripts table within features has:
@@ -3391,61 +3480,6 @@ type:
\NC data \NC number \NC \NC\NR
\stoptabulate
-\subsubsubsection{sm table}
-
-\starttabulate[|lT|l|p|]
-\NC \ssbf key \NC \bf type \NC \bf explanation \NC\NR
-\NC type \NC string \NC one of "indic", "context", "lig", "simple", "insert", "kern"\NC\NR
-\NC lookup \NC string \NC \NC\NR
-\NC flags \NC table \NC a set of boolean values with
- the keys : "vert", "descending", "always"\NC\NR
-\NC classes \NC table \NC an array of named classes \NC\NR
-\NC state \NC table \NC \NC\NR
-\stoptabulate
-
-The \type{state} table has:
-
-\starttabulate[|lT|l|p|]
-\NC \ssbf key \NC \bf type \NC \bf explanation \NC\NR
-\NC next \NC number \NC \NC \NR
-\NC flags \NC number \NC \NC \NR
-\NC context \NC table \NC A small table that has 'mark' and
-'cur' as possible keys, with the values being lookup names. Only
-applies if the \type{sm.type} = \type{context}.\NC\NR
-\NC insert \NC table \NC A small table that has 'mark' and
-'cur' as possible keys, with the values strings. Only
-applies if the \type{sm.type} = \type{insert}.\NC\NR
-\NC kern \NC table \NC A small array with kern data. Only
-applies if the \type{sm.type} = \type{kern}.\NC\NR
-\stoptabulate
-
-
-\subsubsubsection{features table}
-
-% handle_macfeat
-
-\starttabulate[|lT|l|p|]
-\NC \ssbf key \NC \bf type \NC \bf explanation \NC\NR
-\NC feature \NC number \NC \NC \NR
-\NC ismutex \NC number \NC \NC \NR
-\NC default_setting \NC number \NC \NC \NR
-\NC strid \NC number \NC \NC \NR
-\NC featname \NC table \NC A set of mac names.
-macnames are like otfnames except that they also have an 'enc' field \NC \NR
-\NC settings \NC table \NC \NC \NR
-\stoptabulate
-
-The \type{settings} are:
-
-\starttabulate[|lT|l|p|]
-\NC \ssbf key \NC \bf type \NC \bf explanation \NC\NR
-\NC setting \NC number \NC \NC \NR
-\NC strid \NC number \NC \NC \NR
-\NC initially_enabled \NC number \NC \NC \NR
-\NC setname \NC table \NC A set of mac names.
-macnames are like otfnames except that they also have an 'enc' field \NC \NR
-\stoptabulate
-
\subsubsubsection{mm table}
\starttabulate[|lT|l|p|]
@@ -3458,9 +3492,6 @@ macnames are like otfnames except that they also have an 'enc' field \NC \NR
\NC cdv \NC string \NC \NC \NR
\NC ndv \NC string \NC \NC \NR
\NC axismaps \NC table \NC \NC \NR
-\NC named_instance_count \NC number \NC \NC \NR
-\NC named_instances \NC table \NC \NC \NR
-\NC apple \NC number \NC \NC \NR
\stoptabulate
The \type{axismaps}:
@@ -3472,16 +3503,6 @@ The \type{axismaps}:
\NC min \NC number \NC \NC \NR
\NC def \NC number \NC \NC \NR
\NC max \NC number \NC \NC \NR
-\NC axisnames \NC table \NC a set of mac names \NC \NR
-\stoptabulate
-
-
-The \type{named_instances} is an array of instances:
-
-\starttabulate[|lT|l|p|]
-\NC \ssbf key \NC \bf type \NC \bf explanation \NC\NR
-\NC names \NC table \NC a set of mac names \NC \NR
-\NC coords \NC table \NC an array of coordinates \NC \NR
\stoptabulate
@@ -5005,10 +5026,10 @@ copied.
Creates a deep copy of the node list that starts at \type{n}. If
\type{m} is also given, the copy stops just before node \type{m}.
-Note that you cannot copy attribute lists this way, specialized functions for
-dealing with attribute lists will be provided later but are not there yet.
+Note that you cannot copy attribute lists this way, specialized functions for
+dealing with attribute lists will be provided later but are not there yet.
However, there is normally no need to copy attribute lists as when you do
-assignments to the \type{attr} field or make changes to specific attributes, the
+assignments to the \type{attr} field or make changes to specific attributes, the
needed copying and freeing takes place automatically.
\subsubsection{\luatex{node.next} (0.65)}
@@ -5039,7 +5060,7 @@ such node.
Returns the currently active list of attributes, if there is one.
Note: this function is somewhat experimental, and it returns the {\it
- actual} attribute list, not a copy thereof.
+ actual} attribute list, not a copy thereof.
Therefore, changing any of the attributes in the list will change
these values for all nodes that have the current attribute list
assigned to them.
@@ -5205,12 +5226,12 @@ This function also accept string \type{id}'s.
\stopfunctioncall
This is a lua iterator that loops over the node list that starts at \type{n}.
-Typical input code like this
+Typical input code like this
\starttyping
for n in node.traverse(head) do
...
-end
+end
\stoptyping
is functionally equivalent to:
@@ -5236,12 +5257,12 @@ end
\stoptyping
It should be clear from the definition of the function \type{f} that
-even though it is possible to add or remove nodes from the node list while
+even though it is possible to add or remove nodes from the node list while
traversing, you have to take great care to make sure all the \type{next}
(and \type{prev}) pointers remain valid.
If the above is unclear to you, see the section \quote{For Statement}
-in the Lua Reference Manual.
+in the Lua Reference Manual.
\subsubsection{\luatex{node.traverse_id}}
@@ -5469,61 +5490,79 @@ The also functions replace the former variables
\luatex{pdf.pdfmapfile} and \luatex{pdf.pdfmapline}.
%***********************************************************************
-
\subsection{\luatex{pdf.catalog}, \luatex{pdf.info},
\luatex{pdf.names}, \luatex{pdf.trailer} (new in 0.53.0)}
-These variables offer a read-write interface to the corresponding
-\PDFTEX\ token lists. The value types are strings.
+These variables offer a read|-|write interface to the corresponding
+\PDFTEX\ token lists. The value types are strings and they are
+written out to the \PDF\ file directly after the \PDFTEX\ token registers.
-The corresponding \quote{\type{pdf}} parameter names
-\luatex{pdf.pdfcatalog}, \luatex{pdf.pdfinfo}, \luatex{pdf.pdfnames},
-and \luatex{pdf.pdftrailer} (all new in 0.47.0)
-still work, but are obsolescent (since 0.53.0).
+The preferred interface is now \luatex {pdf.setcatalog}, \luatex {pdf.setinfo}
+\luatex {pdf.setnames} and \luatex {pdf.settrailer} for setting these properties
+and \luatex {pdf.getcatalog}, \luatex {pdf.getinfo} \luatex {pdf.getnames} and
+\luatex {pdf.gettrailer} for querying them,
-Note: this interface will almost certainly change in the future.
+The corresponding \quote {\type{pdf}} parameter names \luatex {pdf.pdfcatalog},
+\luatex {pdf.pdfinfo}, \luatex {pdf.pdfnames}, and \luatex {pdf.pdftrailer} are
+removed in 0.79.0.
%***********************************************************************
-
\subsection{\luatex{pdf.pageattributes}, \luatex{pdf.pageresources},
- \luatex{pdf.pagesattributes} (new in 0.53.0)}
+ \luatex{pdf.pagesattributes}}
-These variables offer a read-write interface to related
+These variables offer a read|-|write interface to related
token lists. The value types are strings. The variables have no
interaction with the corresponding \PDFTEX\ token registers
-\tex{pdfpageattr}, \tex{pdfpageresources}, and \tex{pdfpagesattr},
-but they are written out to the \PDF\ file directly after
+\tex{pdfpageattr}, \tex{pdfpageresources}, and \tex{pdfpagesattr}.
+They are written out to the \PDF\ file directly after
the \PDFTEX\ token registers.
+The preferred interface is now \luatex {pdf.pageattributes}, \luatex
+{pdf.pagesattributes} and \luatex {pdf.setpageresources} for setting these
+properties and \luatex {pdf.pageattributes}, \luatex {pdf.getpageattributes} and
+\luatex {pdf.getpageresources} for querying them.
+
%***********************************************************************
\subsection{\luatex{pdf.h}, \luatex{pdf.v}}
-These are the \type{h} and \type{v} values
-that define the current location on the output page,
-measured from its lower left corner.
-The values can be queried % and set
+
+These are the \type{h} and \type{v} values that define the current location
+on the output page, measured from its lower left corner. The values can be queried
using scaled points as units.
-%\starttyping
-%pdf.h
-%pdf.v
-%\stoptyping
+\starttyping
+local h = pdf.h
+local v = pdf.v
+\stoptyping
+
+\subsection{\luatex{pdf.getpos}, \luatex{pdf.gethpos}, \luatex{pdf.getvpos}}
+
+These are the function variants of \type {pdf.h} and \type {pdf.v}. Sometimes
+using a function is preferred over a key so this saves wrapping. Also, these
+functions are faster then the key based access, as \type {h} and \type {v}
+keys are not real variables but looked up using a metatable call. The
+\type {getpos} function returns two values, the other return one.
+
+\starttyping
+local h, v = pdf.getpos()
+\stoptyping
+
+\subsection{\luatex{pdf.hasmatrix}, \luatex{pdf.getmatrix}}
+
+The current matrix transformation is available via the \type {getmatrix} command,
+which returns 6 values: \type {sx}, \type {rx}, \type {ry}, \type {sy}, \type {tx},
+and \type {ty}. The \type {hasmatrix} function returns \type {true} when a matrix is
+applied.
+
+\starttyping
+if pdf.hasmatrix() then
+ local sx, rx, ry, sy, tx, ty = pdf.getmatrix()
+ -- do something useful or not
+end
+\stoptyping
-Note: this interface will almost certainly change in the future.
-% not implemented yet:
-% \subsection{\luatex{pdf.seth()}, \luatex{pdf.setv()}}
-%
-% The function calls for position setting,
-% associated with \type{pdf.h} and \type{pdf.v} are
-%
-% \startfunctioncall
-% pdf.seth(<number> n)
-% <number> n = pdf.h
-% pdf.setv(<number> n)
-% <number> n = pdf.v
-% \stopfunctioncall
\subsection{\luatex{pdf.print}}
@@ -5685,7 +5724,7 @@ pdfscanner.scan (<Object> stream, <table> operatortable, <table> info)
\stopfunctioncall
The first argument, \type{stream}, should be either a PDF stream
-object, or a PDF array of PDF stream objects (those options comprise
+object, or a PDF array of PDF stream objects (those options comprise
the possible return values of \type{<Page>:getContents()}
and \type{<Object>:getStream()} in the \type{epdf} library).
@@ -5708,10 +5747,10 @@ next operator, and processing continues.
The \type{scanner} argument to the processing functions is needed
because it offers various methods to get the actual operands from the
-internal operand stack. The most important of those functions is
+internal operand stack. The most important of those functions is
\type{}
-A simple example of processing a PDF's document stream
+A simple example of processing a PDF's document stream
could look like this:
\starttyping
@@ -5731,7 +5770,7 @@ function Do (scanner, info)
pdfscanner.scan(xobject, operatortable, newinfo)
end
end
- end
+ end
end
operatortable = {Do = Do}
@@ -5747,17 +5786,17 @@ end
\stoptyping
This example iterates over all the actual content in the PDF, and
-prints out the found XObject names. While the code demonstrates quite
+prints out the found XObject names. While the code demonstrates quite
some of the \type{epdf} functions, let's focus on the type
-\type{pdfscanner} specific code instead.
+\type{pdfscanner} specific code instead.
-From the bottom up, the line
+From the bottom up, the line
\starttyping
pdfscanner.scan(page:getContents(), operatortable, info)
\stoptyping
-runs the scanner with the PDF page's top-level content.
+runs the scanner with the PDF page's top-level content.
The third argument, \type{info}, contains two entries: \type{space} is
used to indent the printed output, and \type{resources} is needed so
@@ -5778,7 +5817,7 @@ Of course, this is not a very useful example in practise, but for the
purpose of demonstrating \type{pdfscanner}, it is just long enough.
It makes use of only one \type{scanner} method: \type{scanner:pop()}.
That function pops the top operand of the internal stack, and returns
-a lua table where the object at index one is a string representing
+a lua table where the object at index one is a string representing
the type of the operand, and object two is its value.
The list of possible operand types and associated lua value types is:
@@ -5809,10 +5848,10 @@ decoded), and it treats the stream data for inline images as a string
that is the single operand for \type{EI}.
In case of \type{array}, the table content is a list of \type{pop}
-return values.
+return values.
In case of \type{dict}, the table keys are PDF name strings
-and the values are \type{pop} return values.
+and the values are \type{pop} return values.
\blank
@@ -5837,7 +5876,7 @@ to the \type{Do} operator is always a PDF name object.
The \type{done} function allows you to abort processing of a stream
once you have learned everything you want to learn. This comes in handy
-while parsing \type{/ToUnicode}, because there usually is trailing
+while parsing \type{/ToUnicode}, because there usually is trailing
garbage that you are not interested in. Without \type{done}, processing
only end at the end of the stream, possibly wasting CPU cycles.
@@ -6237,7 +6276,6 @@ tex.eTeXrevision
tex.formatname
tex.jobname
tex.luatexrevision
-tex.luatexdatestamp
tex.pdfnormaldeviate
tex.pdftexbanner
tex.pdftexrevision
@@ -9315,21 +9353,22 @@ Valid fields: \showfields{glyph}\crlf
Id: \showid{glyph}
\starttabulate[|lT|l|p|]
-\NC \ssbf field\NC \ssbf type \NC \ssbf explanation \NC\NR
-\NC subtype \NC number \NC bitfield\NC\NR
-\NC attr \NC \syntax{<node>} \NC \NC\NR
-\NC char \NC number \NC \NC\NR
-\NC font \NC number \NC \NC\NR
-\NC lang \NC number \NC \NC\NR
-\NC left \NC number \NC \NC\NR
-\NC right \NC number \NC \NC\NR
-\NC uchyph \NC boolean \NC \NC\NR
-\NC components \NC \syntax{<node>} \NC pointer to ligature components\NC\NR
-\NC xoffset \NC number \NC \NC\NR
-\NC yoffset \NC number \NC \NC\NR
-\NC width \NC number \NC (new in 0.53)\NC\NR
-\NC height \NC number \NC (new in 0.53)\NC\NR
-\NC depth \NC number \NC (new in 0.53)\NC\NR
+\NC \ssbf field \NC \ssbf type \NC \ssbf explanation \NC \NR
+\NC subtype \NC number \NC bitfield \NC \NR
+\NC attr \NC \syntax{<node>} \NC \NC \NR
+\NC char \NC number \NC \NC \NR
+\NC font \NC number \NC \NC \NR
+\NC lang \NC number \NC \NC \NR
+\NC left \NC number \NC \NC \NR
+\NC right \NC number \NC \NC \NR
+\NC uchyph \NC boolean \NC \NC \NR
+\NC components \NC \syntax{<node>} \NC pointer to ligature components \NC \NR
+\NC xoffset \NC number \NC \NC \NR
+\NC yoffset \NC number \NC \NC \NR
+\NC width \NC number \NC (new in 0.53) \NC \NR
+\NC height \NC number \NC (new in 0.53) \NC \NR
+\NC depth \NC number \NC (new in 0.53) \NC \NR
+\NC expansion_factor \NC number \NC (new in 0.78) \NC \NR
\stoptabulate
A warning: never assign a node list to the components field
@@ -9350,7 +9389,13 @@ Valid bits for the \type{subtype} field are:
See \in{section}[charsandglyphs] for a detailed description of the
\type{subtype} field.
-
+The \type {expansion_factor} is relatively new and the result of extensive
+experiments with a more efficient implementation of expansion. Early versions of
+\LUATEX\ already replaced multiple instances of fonts in the backend by scaling
+but contrary to \PDFTEX\ in \LUATEX\ we now also got rid of font copies in the
+frontend and replaced them by expansion factors that travel with glyph nodes. Apart
+from a cleaner approach this is also a step towards a better separation between
+front- and backend.
\subsubsection{margin{\_}kern nodes}
@@ -9984,6 +10029,173 @@ The \type{type} can have one of five distinct values:
\NC 116 \NC the value is a token list in \LUA\ table form\NC\NR
\stoptabulate
+\section{Two access models}
+
+After doing lots of tests with \LUATEX\ and \LUAJITTEX\, with and without just in
+time compilation enabled, and with and without using ffi, we came to the
+conclusion that userdata prevents a speedup. We also found that the checking of
+metatables as well as assignment comes with overhead that can't be neglected.
+This is normally not really a problem but when processing fonts for more complex
+scripts it could have quite some overhead.
+
+Because the userdata approach has some benefits, this remains the recommended way
+to access nodes. We did several experiments with faster access using this model,
+but eventually settled for the \quote {direct} approach. For code that is proven
+to be okay, one can use this access model that operates on nodes more directly.
+
+Deep down in \TEX\ a node has a number which is an entry in a memory table. In
+fact, this model, where \TEX\ manages memory is real fast and one of the reasons
+why plugging in callbacks that operate on nodes is quite fast. No matter what
+future memory model \LUATEX\ has, an internal reference will always be a simple data
+type (like a number or light userdata in \LUA\ speak). So, if you use the direct
+model, even if you know that you currently deal with numbers, you should not depend
+on that property but treat it an abstraction just like traditional nodes. In fact,
+the fact that we use a simple basic datatype has the penalty that less checking can
+be done, but less checking is also the reason why it's somewhat faster. An
+important aspect is that one cannot mix both methods, but you can cast both
+models.
+
+So our advice is: use the indexed approach when possible and investigate the
+direct one when speed might be an issue. For that reason we also provide the
+\type {get*} and \type {set*} functions in the top level node namespace. There is
+a limited set of getters. When implementing this direct approach the regular
+index by key variant was also optimized, so direct access only makes sense when
+we're accessing nodes millions of times (which happens in some font processing
+for instance).
+
+We're talking mostly of getters because setters are less important. Documents
+have not that many content related nodes and setting many thousands of properties
+is hardly a burden contrary to millions of consultations.
+
+Normally you will access nodes like this:
+
+\starttyping
+local next = current.next
+if next then
+ -- do something
+end
+\stoptyping
+
+Here \type {next} is not a real field, but a virtual one. Accessing it results in
+a metatable method being called. In practice it boils down to looking up the
+node type and based on the node type checking for the field name. In a worst case
+you have a node type that sits at the end of the lookup list and a field that is
+last in the lookup chain. However, in successive versions of \LUATEX\ these lookups
+have been optimized and the most frequently accessed nodes and fields have a higher
+priority.
+
+Because in practice the \type {next} accessor results in a function call, there
+is some overhead involved. The next code does the same and performs a tiny bit
+faster (but not that much because it is still a function call but one that
+knows what to look up).
+
+\starttyping
+local next = node.next(current)
+if next then
+ -- do something
+end
+\stoptyping
+
+There are several such function based accessors now:
+
+\starttabulate[|T|p|]
+\NC getnext \NC parsing nodelist always involves this one \NC \NR
+\NC getprev \NC used less but is logical companion to getnext \NC \NR
+\NC getid \NC consulted a lot \NC \NR
+\NC getsubtype \NC consulted less but also a topper \NC \NR
+\NC getfont \NC used a lot in otf handling (glyph nodes are consulted a lot) \NC \NR
+\NC getchar \NC idem and also in other places \NC \NR
+\NC getlist \NC we often parse nested lists so this is a convenient one too
+ (only works for hlist and vlist!) \NC \NR
+\NC getleader \NC comparable to list, seldom used in \TEX\ (but needs frequent consulting
+ like lists; leaders could have been made a dedicated node type) \NC \NR
+\NC getfield \NC generic getter, sufficient for the rest (other field names are
+ often shared so a specific getter makes no sense then) \NC \NR
+\stoptabulate
+
+It doesn't make sense to add more. Profiling demonstrated that these fields can
+get accesses way more times than other fields. Even in complex documents, many
+node and fields types never get seen, or seen only a few times. Most functions in the
+\type {node} namespace have a companion in \type {node.direct}, but of course not the
+ones that don't deal with nodes themselves. The following table summarized this:
+
+\start \def\yes{$+$} \def\nop{$-$}
+
+\starttabulate[|T|c|c|]
+\HL
+\NC \bf function \NC \bf node \NC \bf direct \NC \NR
+\HL
+\NC copy \NC \yes \NC \yes \NC \NR
+\NC copy_list \NC \yes \NC \yes \NC \NR
+\NC count \NC \yes \NC \yes \NC \NR
+\NC current_attr \NC \yes \NC \yes \NC \NR
+\NC dimensions \NC \yes \NC \yes \NC \NR
+\NC do_ligature_n \NC \yes \NC \yes \NC \NR
+\NC end_of_math \NC \yes \NC \yes \NC \NR
+\NC family_font \NC \yes \NC \nop \NC \NR
+\NC fields \NC \yes \NC \nop \NC \NR
+\NC first_character \NC \yes \NC \nop \NC \NR
+\NC first_glyph \NC \yes \NC \yes \NC \NR
+\NC flush_list \NC \yes \NC \yes \NC \NR
+\NC flush_node \NC \yes \NC \yes \NC \NR
+\NC free \NC \yes \NC \yes \NC \NR
+\NC getbox \NC \nop \NC \yes \NC \NR
+\NC getchar \NC \yes \NC \yes \NC \NR
+\NC getfield \NC \yes \NC \yes \NC \NR
+\NC getfont \NC \yes \NC \yes \NC \NR
+\NC getid \NC \yes \NC \yes \NC \NR
+\NC getnext \NC \yes \NC \yes \NC \NR
+\NC getprev \NC \yes \NC \yes \NC \NR
+\NC getlist \NC \yes \NC \yes \NC \NR
+\NC getleader \NC \yes \NC \yes \NC \NR
+\NC getsubtype \NC \yes \NC \yes \NC \NR
+\NC has_glyph \NC \yes \NC \yes \NC \NR
+\NC has_attribute \NC \yes \NC \yes \NC \NR
+\NC has_field \NC \yes \NC \yes \NC \NR
+\NC hpack \NC \yes \NC \yes \NC \NR
+\NC id \NC \yes \NC \nop \NC \NR
+\NC insert_after \NC \yes \NC \yes \NC \NR
+\NC insert_before \NC \yes \NC \yes \NC \NR
+\NC is_direct \NC \nop \NC \yes \NC \NR
+\NC is_node \NC \yes \NC \yes \NC \NR
+\NC kerning \NC \yes \NC \nop \NC \NR
+\NC last_node \NC \yes \NC \yes \NC \NR
+\NC length \NC \yes \NC \yes \NC \NR
+\NC ligaturing \NC \yes \NC \nop \NC \NR
+\NC mlist_to_hlist \NC \yes \NC \nop \NC \NR
+\NC new \NC \yes \NC \yes \NC \NR
+\NC next \NC \yes \NC \nop \NC \NR
+\NC prev \NC \yes \NC \nop \NC \NR
+\NC tostring \NC \yes \NC \yes \NC \NR
+\NC protect_glyphs \NC \yes \NC \yes \NC \NR
+\NC protrusion_skippable \NC \yes \NC \yes \NC \NR
+\NC remove \NC \yes \NC \yes \NC \NR
+\NC set_attribute \NC \yes \NC \yes \NC \NR
+\NC setbox \NC \yes \NC \yes \NC \NR
+\NC setfield \NC \yes \NC \yes \NC \NR
+\NC slide \NC \yes \NC \yes \NC \NR
+\NC subtype \NC \yes \NC \nop \NC \NR
+\NC tail \NC \yes \NC \yes \NC \NR
+\NC todirect \NC \yes \NC \yes \NC \NR
+\NC tonode \NC \yes \NC \yes \NC \NR
+\NC traverse \NC \yes \NC \yes \NC \NR
+\NC traverse_id \NC \yes \NC \yes \NC \NR
+\NC type \NC \yes \NC \nop \NC \NR
+\NC types \NC \yes \NC \nop \NC \NR
+\NC unprotect_glyphs \NC \yes \NC \yes \NC \NR
+\NC unset_attribute \NC \yes \NC \yes \NC \NR
+\NC usedlist \NC \yes \NC \yes \NC \NR
+\NC vpack \NC \yes \NC \yes \NC \NR
+\NC whatsits \NC \yes \NC \nop \NC \NR
+\NC write \NC \yes \NC \yes \NC \NR
+\stoptabulate
+
+\stop
+
+The \type {node.next} and \type {node.prev} functions will stay but for
+consistency there are variants called \type {getnext} and \type {getprev}.
+We had to use \type{get} because \type {node.id} and \type {node.subtype} are
+already taken for providing meta information about nodes.
\chapter{Modifications}