summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/README183
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/README.mfpic139
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/changes.txt75
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/data.dat2
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/forfun.tex2
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/install.txt62
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/lapictures.tex2
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/mfpcard.pdfbin91291 -> 154513 bytes
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/mfpcard.tex16
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/mfpdoc.sty20
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/mfpguide.pdfbin298572 -> 381856 bytes
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/mfpguide.tex10
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/mfpic-doc.pdf15714
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/mfpic-doc.tex (renamed from Master/texmf-dist/doc/generic/mfpic/mfpman.tex)1444
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/mfpman.pdf15226
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/pictures.tex2
-rw-r--r--Master/texmf-dist/metafont/mfpic/grafbase.mf376
-rw-r--r--Master/texmf-dist/metapost/mfpic/dvipsnam.mp32
-rw-r--r--Master/texmf-dist/metapost/mfpic/grafbase.mp490
-rw-r--r--Master/texmf-dist/source/generic/mfpic/grafbase.dtx910
-rw-r--r--Master/texmf-dist/source/generic/mfpic/mfpic.dtx379
-rw-r--r--Master/texmf-dist/source/generic/mfpic/mfpic.ins11
-rw-r--r--Master/texmf-dist/tex/generic/mfpic/mfpic.sty13
-rw-r--r--Master/texmf-dist/tex/generic/mfpic/mfpic.tex197
-rw-r--r--Master/texmf-dist/tex/generic/mfpic/mfppatch.tex7
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
26 files changed, 18812 insertions, 16501 deletions
diff --git a/Master/texmf-dist/doc/generic/mfpic/README b/Master/texmf-dist/doc/generic/mfpic/README
index ff9292a13ce..42a2aa57bb0 100644
--- a/Master/texmf-dist/doc/generic/mfpic/README
+++ b/Master/texmf-dist/doc/generic/mfpic/README
@@ -1,34 +1,34 @@
%%% File: README
-%%% A part of mfpic 0.9 2006/05/26
+%%% A part of mfpic 1.00 2009/09/22
%%%
MFpic defines a command group \mfpic...\endmfpic (optionally in LaTeX
an environment, mfpic) and drawing commands to be used inside this group.
When TeX (or LaTeX) is run on a file containing those commands, a
-Metafont (or MetaPost) source file is created. When that file is correctly
-processed by Metafont (or MetaPost), and LaTeX or TeX is run again, the
+MetaPost (or Metafont) source file is created. When that file is correctly
+processed by MetaPost (or Metafont), and LaTeX or TeX is run again, the
result is a figure in the TeX document at the location of each
environment.
See install.txt for initial setup and brief installation instructions.
See mfpguide.pdf for a short tutorial. See below for a summary of
-features added since the previous official release (0.8a beta). See the
-manual mfpman.pdf for more detailed instructions and descriptions
+features added since the previous official release (0.9). See the
+manual mfpic-doc.pdf for more detailed instructions and descriptions
of features.
-This is mfpic version 0.9.
+This is mfpic version 1.00.
LEGALITIES
----------
All files of the core mfpic distribution (listed below) may be
distributed and/or modified under the conditions of the LaTeX Project
-Public License, either version 1.3b of this license or (at your option)
+Public License, either version 1.3c of this license or (at your option)
any later version. The latest version of this license is in
http://www.latex-project.org/lppl.txt
-and version 1.3b or later is part of all distributions of LaTeX version
-2006/12/01 or later.
+and version 1.3c or later is part of all distributions of LaTeX version
+2008/12/01 or later.
While every effort has been made to make mfpic useful, it comes with no
warranty, expressed or implied.
@@ -37,139 +37,102 @@ MANIFEST
--------
Here is a list, plus explanation of purpose, of all files in the mfpic
distribution. Read it *before* trying to process any of the example
-files. These, and the files generated by TeXing mfpic.ins, constitute
-the mfpic distribution to which the LPPL applies.
+files. These, and the files generated by running tex on mfpic.ins,
+constitute the mfpic distribution to which the LPPL applies.
The four files marked with * below are the only ones essential
for using all the facilities of mfpic.
-All the *.tex files in the src directory (except the plainTeX file
+All the *.tex files in the doc directory (except the plainTeX file
mfpcard.tex) require the LaTeX style file mfpdoc.sty. The mfpic manual
-is mfpman.pdf.
+is mfpic-doc.pdf.
+
+Source files:
+------------
+*mfpic.dtx Contains mfpic.sty and mfpic.tex
+*grafbase.dtx Contains grafbase.mf, grafbase.mp and dvipsnam.mp
+*mfpic.ins The unpacking script: run tex or latex on it. It reads
+ in mfpic.dtx and grafbase.dtx and produces the only
+ required run-time files: mfpic.sty, mfpic.tex,
+ grafbase.mf, grafbase.mp, and dvipsnam.mp
TeX/LaTeX code:
--------------
-*mfpic.dtx Contains mfpic.sty and mfpic.tex
-*mfpic.ins The unpacking script, run tex or latex on it. It
- reads in mfpic.dtx and grafbase.dtx and produces
- the only required files: mfpic.sty, mfpic.tex,
- grafbase.mf, grafbase.mp, and dvipsnam.mp
-*mfppatch.tex patches and bugfixes. Not required unless there are
- some
+*mfpic.tex Basic TeX/LaTeX code
+*mfpic.sty LaTeX2e \usepackage wrapper for mfpic.tex
+*mfppatch.tex patches and bugfixes. (Not actually required unless
+ there are some patches.)
MetaPost/Metafont code:
----------------------
-*grafbase.dtx Contains grafbase.mf, grafbase.mp and dvipsnam.mp
+*grafbase.mp MetaPost macros supporting mfpic
+*dvipsnam.mp Color definitions for MetaPost, input by grafbase.mp
+*grafbase.mf Metafont macos supporting mfpic
Documentation:
-------------
+ changes.txt Summary of 17 years of changes
+ install.txt Basic information on installation
+ README This file.
+ mfpguide.pdf Precompiled tutorial (usletter paper size)
+ mfpic-doc.pdf Precompiled manual (usletter paper size)
+ mfpcard.pdf Precompiled reference card (usletter, landscape).
+ mfpdoc.sty LaTeX style used by the next two
+ mfpguide.tex LaTeX source for mfpguide.pdf, requires mfpdoc.sty and
+ the mfpic package.
+ mfpic-doc.tex LaTeX source for mfpic-doc.pdf, requires mfpdoc.sty.
+ coil.mps Figure included in mfpic-doc.tex
+ mfpcard.tex reference card source, should fit on two sides of
+ either USletter or A4, rotated. Plain TeX.
+
+Examples:
+--------
+ pictures.tex Running tex on it produces pics.mp
+ lapictures.tex Running latex on it produces same pics.mp
+ data.dat Sample data file needed for above two
+ forfun.tex Example of \mfsrc: running tex on it produces fun.mp
- changes.txt Summary of changes
- install.txt Basic information on installation
- README This file.
- mfpguide.pdf Precompiled tutorial (usletter)
- mfpman.pdf Precompiled manual (usletter)
- mfpcard.pdf Precompiled reference card (usletter landscape).
- src/mfpcard.tex reference card source, should fit on two sides
- of either USletter or A4, rotated. Plain TeX.
- src/mfpdoc.sty LaTeX style used by the next two
- src/mfpguide.tex LaTeX source for mfpguide.pdf, requires mfpdoc.sty and mfpic
- src/mfpman.tex LaTeX source for mfpman.pdf, requires mfpdoc.sty
- src/coil.mps Figure included in mfpman.tex
-
- examples/pictures.tex Run tex, produce pics.mf file
- examples/lapictures.tex Run latex, produce pics.mf file (same)
- examples/data.dat Sample data file needed for above two
- examples/forfun.tex Example of \mfsrc: Run tex, produce forfun.mp
This distribution, the latest updates, and some past versions, should also be
available at my web site:
- <http://comp.uark.edu/~luecking/tex/mfpic.html>.
-
-IMPORTANT NOTE
---------------
-A minor (I hope) backward incompatibility has been introduced:
-
-By historical accident, the MetaPost macros of mfpic (grafbase.mp) have
-overwritten the primitive MetaPost commands "dashed" and "clipped".
-With this version, these commands are no longer overwritten. The files
-written by mfpic have not contained "dashed" for over 6 years, and have
-never (I believe) contained "clipped".
+http://comp.uark.edu/~luecking/tex/mfpic.html
-However, if you learned enough about grafbase macros to use these
-commands, or if you try to run mpost on old files created by mfpic, you
-may need to change occurences of "clipped" to "Clipped" and change
-occurences of "dashed" to "Dashed". If you run mpost on files created
-for Metafont, there may be occurances of "clip" that need to be changed
-to "Clipped".
-Also, if you have been delving into mfpic internals, almost all internal
-commands have been renamed.
-
-NEW FEATURES since Version 0.8a
+NEW FEATURES since Version 0.9
-------------------------------
- -- \arrowhead{<shape>} adds <shape> to head of a path.
- -- \arrowtail{<shape>} adds <shape> to tail of a path.
- -- \arrowmid {<shape>} adds <shape> to middle of a path.
-
- -- \zigzag, \sinewave, \coil: three new ways to render a path.
-
- -- \tlabel now allows a list of points even without mplabels.
-
- -- \border: a closed rectangle tracing the lines of the border axes.
-
- -- \startbacktext, \stopbacktext: Between these, labels are added in
- the background; all other elements of the figure are on top of them.
-
- -- \axisline{<letter>}: the line (without arrowhead) that
- \axis{<letter>} would draw.
-
- -- \griddotsize: a length command, the default size for dots in \grid.
-
- -- \vectorfield, a field of arrows determined by a formula in x and y.
- -- \plrvectorfield: vector formula is in polar variable r and t.
-
- -- \globalassignmfvalue: a global version of \assignmfvalue
- (\global\assignmfvalue didn't work with mplabels).
-
- -- \globalsetmfvariable, a global version of \setmfvariable.
-
- -- \norender: a prefix macro that cancels automatic rendering.
-
- -- \everymfpic, \everyendmfpic: commands to add to the start/end of
- every mfpic environment.
- -- \closedcurve = \cyclic (a possibly more easily remembered name).
- -- \closedconvexcurve = \convexcyclic
- -- \closedpolyline = \polygon
+ -- Color functions cmyk() and gray() produce colors in the cmyk and
+ grayscale color models, if the MetaPost version is at least 1.000.
+ Extensive changes needed in grafbase, almost none in mfpic itself.
+ Also cyan, magenta and yellow now predefined to be cmykcolor.
- -- \randomizepath: random changes to the nodes and controls of a path.
- -- \randomlines: connects randomly changed nodes with straight lines.
+ -- Color functions makecmyk, makergb and makegray force the conversion
+ of their argument to the indicated color model.
- -- \arc has a *-form that produces the complement of the arc that
- would have been formed otherwise.
- -- \arccomplement, used in front of any arc, produces the
- complementary arc. Arc need not be one produced by \arc.
+ -- Command \setfilenametemplate to set the file names for the graphics
+ output by MetaPost. Does not support putting the system time/date
+ in the name, even though MetaPost does.
- -- Loops (\mfploop, \mfpwhile and \mfpfor) are allowed outside mfpic
- environments as long as no drawing commands are used in them.
+ -- Commands \mfmode and \mfresolution to set the Metafont printer mode
+ and resolution, if pictures are to be created by Metafont.
- -- \mfpbarchart, \mfppiechart: versions of \barchart, \piechart for use
- outside \mfpic..\endmfpic. (Actual drawing must still be inside.)
+ -- Commands \cbeziers and \closedcbeziers. The cubic equivalents of
+ the quadratic \qbeziers and \closedqbeziers.
- -- Somewhat better cooperation with babel. Also better handling of
- filenames with special characters.
+ -- Command \pshcircle produces a circle in the hyperbolic geometry of
+ the unit disk or (star form) the upper half-plane. If you don't
+ know what that means, don't worry, it's for complex function
+ theorists (like me).
- -- \useraggedcaptions (option raggedcaptions) sets multiline captions
- (from \tcaption) raggedright. With centeredcaptions both sides are
- ragged. \noraggedcaptions restores the default justified captions.
+ -- Command \brownianmotion simulates Brownian motion.
- -- centeredcaptions option corrected in LaTeX.
+ -- \mfpverbtex is now cumulative when used prior to \opengraphsfile.
+ -- Better(?) handling of the filename argument of \opengraphsfile.
---
-Dan Luecking <luecking at uark dot edu>
+\sig
+Dan Luecking (luecking at uark dot edu)
Department of Mathematical Sciences
University of Arkansas
Fayetteville, Arkansas 72701-1201
diff --git a/Master/texmf-dist/doc/generic/mfpic/README.mfpic b/Master/texmf-dist/doc/generic/mfpic/README.mfpic
new file mode 100644
index 00000000000..42a2aa57bb0
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/mfpic/README.mfpic
@@ -0,0 +1,139 @@
+%%% File: README
+%%% A part of mfpic 1.00 2009/09/22
+%%%
+
+MFpic defines a command group \mfpic...\endmfpic (optionally in LaTeX
+an environment, mfpic) and drawing commands to be used inside this group.
+When TeX (or LaTeX) is run on a file containing those commands, a
+MetaPost (or Metafont) source file is created. When that file is correctly
+processed by MetaPost (or Metafont), and LaTeX or TeX is run again, the
+result is a figure in the TeX document at the location of each
+environment.
+
+See install.txt for initial setup and brief installation instructions.
+See mfpguide.pdf for a short tutorial. See below for a summary of
+features added since the previous official release (0.9). See the
+manual mfpic-doc.pdf for more detailed instructions and descriptions
+of features.
+
+This is mfpic version 1.00.
+
+LEGALITIES
+----------
+All files of the core mfpic distribution (listed below) may be
+distributed and/or modified under the conditions of the LaTeX Project
+Public License, either version 1.3c of this license or (at your option)
+any later version. The latest version of this license is in
+
+ http://www.latex-project.org/lppl.txt
+
+and version 1.3c or later is part of all distributions of LaTeX version
+2008/12/01 or later.
+
+While every effort has been made to make mfpic useful, it comes with no
+warranty, expressed or implied.
+
+MANIFEST
+--------
+Here is a list, plus explanation of purpose, of all files in the mfpic
+distribution. Read it *before* trying to process any of the example
+files. These, and the files generated by running tex on mfpic.ins,
+constitute the mfpic distribution to which the LPPL applies.
+
+The four files marked with * below are the only ones essential
+for using all the facilities of mfpic.
+
+All the *.tex files in the doc directory (except the plainTeX file
+mfpcard.tex) require the LaTeX style file mfpdoc.sty. The mfpic manual
+is mfpic-doc.pdf.
+
+Source files:
+------------
+*mfpic.dtx Contains mfpic.sty and mfpic.tex
+*grafbase.dtx Contains grafbase.mf, grafbase.mp and dvipsnam.mp
+*mfpic.ins The unpacking script: run tex or latex on it. It reads
+ in mfpic.dtx and grafbase.dtx and produces the only
+ required run-time files: mfpic.sty, mfpic.tex,
+ grafbase.mf, grafbase.mp, and dvipsnam.mp
+
+TeX/LaTeX code:
+--------------
+*mfpic.tex Basic TeX/LaTeX code
+*mfpic.sty LaTeX2e \usepackage wrapper for mfpic.tex
+*mfppatch.tex patches and bugfixes. (Not actually required unless
+ there are some patches.)
+
+MetaPost/Metafont code:
+----------------------
+*grafbase.mp MetaPost macros supporting mfpic
+*dvipsnam.mp Color definitions for MetaPost, input by grafbase.mp
+*grafbase.mf Metafont macos supporting mfpic
+
+Documentation:
+-------------
+ changes.txt Summary of 17 years of changes
+ install.txt Basic information on installation
+ README This file.
+ mfpguide.pdf Precompiled tutorial (usletter paper size)
+ mfpic-doc.pdf Precompiled manual (usletter paper size)
+ mfpcard.pdf Precompiled reference card (usletter, landscape).
+ mfpdoc.sty LaTeX style used by the next two
+ mfpguide.tex LaTeX source for mfpguide.pdf, requires mfpdoc.sty and
+ the mfpic package.
+ mfpic-doc.tex LaTeX source for mfpic-doc.pdf, requires mfpdoc.sty.
+ coil.mps Figure included in mfpic-doc.tex
+ mfpcard.tex reference card source, should fit on two sides of
+ either USletter or A4, rotated. Plain TeX.
+
+Examples:
+--------
+ pictures.tex Running tex on it produces pics.mp
+ lapictures.tex Running latex on it produces same pics.mp
+ data.dat Sample data file needed for above two
+ forfun.tex Example of \mfsrc: running tex on it produces fun.mp
+
+
+This distribution, the latest updates, and some past versions, should also be
+available at my web site:
+
+http://comp.uark.edu/~luecking/tex/mfpic.html
+
+
+NEW FEATURES since Version 0.9
+-------------------------------
+
+ -- Color functions cmyk() and gray() produce colors in the cmyk and
+ grayscale color models, if the MetaPost version is at least 1.000.
+ Extensive changes needed in grafbase, almost none in mfpic itself.
+ Also cyan, magenta and yellow now predefined to be cmykcolor.
+
+ -- Color functions makecmyk, makergb and makegray force the conversion
+ of their argument to the indicated color model.
+
+ -- Command \setfilenametemplate to set the file names for the graphics
+ output by MetaPost. Does not support putting the system time/date
+ in the name, even though MetaPost does.
+
+ -- Commands \mfmode and \mfresolution to set the Metafont printer mode
+ and resolution, if pictures are to be created by Metafont.
+
+ -- Commands \cbeziers and \closedcbeziers. The cubic equivalents of
+ the quadratic \qbeziers and \closedqbeziers.
+
+ -- Command \pshcircle produces a circle in the hyperbolic geometry of
+ the unit disk or (star form) the upper half-plane. If you don't
+ know what that means, don't worry, it's for complex function
+ theorists (like me).
+
+ -- Command \brownianmotion simulates Brownian motion.
+
+ -- \mfpverbtex is now cumulative when used prior to \opengraphsfile.
+
+ -- Better(?) handling of the filename argument of \opengraphsfile.
+
+\sig
+Dan Luecking (luecking at uark dot edu)
+Department of Mathematical Sciences
+University of Arkansas
+Fayetteville, Arkansas 72701-1201
+U.S.A.
diff --git a/Master/texmf-dist/doc/generic/mfpic/changes.txt b/Master/texmf-dist/doc/generic/mfpic/changes.txt
index faedb731f78..9b50e3ed4b9 100644
--- a/Master/texmf-dist/doc/generic/mfpic/changes.txt
+++ b/Master/texmf-dist/doc/generic/mfpic/changes.txt
@@ -1,5 +1,5 @@
%%% File: changes.txt
-%%% A part of mfpic 0.9 2006/05/26
+%%% A part of mfpic 1.00 2009/09/22
%%%
Summaries of changes.
@@ -814,3 +814,76 @@ REVISION 0.90 01 Jun 2006
Uploaded to CTAN
+REVISION 0.94 09 Sep 2009
+
+Added support for cmyk and grayscale color models that have been
+available in MetaPost since version 1.000.
+
+0.95
+Added support for filename setting: MetaPost 1.0's filenametemplate
+or 1.2's outputtemplate. Command \setfilenametemplate.
+
+0.96
+Added \mfresolution and \mfmode to set the resolution and/or mf mode
+(only for mfpic's metafont option).
+
+Added pseudohyperbolic circles, \pshcircle and pshcircle().
+
+0.97
+Changed all commands \setmf... that refer to variables in the .mf/.mp
+file (e.g., \setmfvariable \setmfarray, but not \setmfpicgraphic) to
+\set.... Added Easter egg.
+
+Store all 6 arguments of \@mfpic in macros \xfactor, \yfactor, \xmin,
+\xmax, \ymin and \ymax. Use these macros in \mfp@setconv instead of
+passing arguments. Same with \axislabels. Document them.
+
+0.98
+Added \cbeziers, \closedcbeziers and grafbase implementation cbezier and
+mkcbezier. Fixed bug in documentation of \qbeziers (no optional
+argument), and in implementation (less than ideal behavior when list is
+empty).
+
+Changed name of \assignmfvalue to \assignvalue, \globalassignmfvalue to
+\globalassignvalue. But recognize old names.
+
+Command name \setboolean is used by other packages: revert to old
+\..setmf.. commands (and for good measure revert \..assign.. to
+\..assignmf..).
+
+0.99
+Change forceclr so that if the argument is an unknown color of a
+particular model, it returns black _in that model_.
+
+Correct cmyk -> rgb conversion part of makergb to include the blackpart.
+Correct cmykgray(g) (now cmyk(0,0,0,1-g)).
+
+Add \mfpprelabel and \mfppostlabel, then remove them. When \mfpprelabel
+takes an argumemt, it doesn't work with \\ as the line breaker; it needs
+\cr.
+
+Add \brownianmotion (mfpic) and brownianpath (grafbase).
+
+Make \mfpverbtex cumulative before \opengraphsfile.
+
+1.00
+Rearranged the handling of color and color conversion. Added makegray.
+Corrected bug in rgbgray. Added rgbtogray, cmyktogray, rgbtocmyk and
+cmyktorgb. Added colorchoice.
+
+Improved the message from assignmfvalue (incorrectly invoked figure
+number if used outside a picture).
+
+Simplify non-grafbase code in dvipsname.
+
+Rewrite \mfp@useMP to check for both supp-pdf.tex and supp-pdf.mkii
+under pdfTeX (sufficiently recent pdftex.def will do this under
+pdfLaTeX). Also have it check for both epsf.tex and epsf.sty under
+non-pdf, non-LaTeX (though both files should be identical).
+
+Rename mfpman.tex/pdf to mfpic-doc.tex/pdf.
+
+Prepared release mfpic100.zip, placed on personal web site.
+Prepared mfpic.tds.zip for release.
+
+
diff --git a/Master/texmf-dist/doc/generic/mfpic/data.dat b/Master/texmf-dist/doc/generic/mfpic/data.dat
index c93a1732c12..a8713ed42c0 100644
--- a/Master/texmf-dist/doc/generic/mfpic/data.dat
+++ b/Master/texmf-dist/doc/generic/mfpic/data.dat
@@ -1,5 +1,5 @@
### File: data.dat
-### A part of mfpic 0.9 2006/05/26
+### A part of mfpic 1.00 2009/09/22
###
# A file of data to plot a function curve
# ("#", not "%", must be comment character when this is read.)
diff --git a/Master/texmf-dist/doc/generic/mfpic/forfun.tex b/Master/texmf-dist/doc/generic/mfpic/forfun.tex
index 75dca0bd47f..1875c18d7be 100644
--- a/Master/texmf-dist/doc/generic/mfpic/forfun.tex
+++ b/Master/texmf-dist/doc/generic/mfpic/forfun.tex
@@ -1,5 +1,5 @@
%%% File: forfun.tex
-%%% A part of mfpic 0.9 2006/05/26
+%%% A part of mfpic 1.00 2009/09/22
%%%
\nopagenumbers
\input mfpic.tex
diff --git a/Master/texmf-dist/doc/generic/mfpic/install.txt b/Master/texmf-dist/doc/generic/mfpic/install.txt
index c20b18c76e2..886d65f1785 100644
--- a/Master/texmf-dist/doc/generic/mfpic/install.txt
+++ b/Master/texmf-dist/doc/generic/mfpic/install.txt
@@ -1,16 +1,20 @@
%%% File: install.txt
-%%% A part of mfpic 0.9 2006/05/26
+%%% A part of mfpic 1.00 2009/09/22
%%%
-This is version 0.9 of mfpic. See README.txt for a list of files and a
+This is version 1.00 of mfpic. See README.txt for a list of files and a
brief description of each.
Generating and installing the files
-----------------------------------
+This sections is unnecessary if you just get mfpic.tds.zip, copy it to
+your local texmf directory , and unzip it there. You can find it on
+CTAN: /install/generic/mfpic.tds.zip
+
-- Put mfpic.ins, mfpic.dtx and grafbase.dtx in the same temporary
- directory and change to that directory. Run latex on mfpic.ins, which
- should produce the five files
+ directory and change to that directory. Run latex (or tex) on
+ mfpic.ins, which should produce the five files
mfpic.tex
mfpic.sty
grafbase.mf
@@ -35,11 +39,12 @@ Generating and installing the files
-- Copy grafbase.mf where Metafont will find it. For example,
$TEXMF/metafont/mfpic/ .
--- Copy mfpguide.pdf, mfpman.pdf. mfpcard.pdf where documentation is
+-- Copy mfpguide.pdf, mfpic-doc.pdf. mfpcard.pdf where documentation is
kept. For example, $TEXMF/doc/generic/mfpic/ . Optionally, copy
- src/*.* and examples/*.* either to the documentation area or to
- the same place as mfpic.tex. Also optional: copy the two .dtx files
- and mfpic.ins to the source area ($TEXMF/source/generic/mfpic/).
+ the .tex versions of these, plus mfpdoc.sty and coil.mps, as well as
+ and examples/*.* either to the documentation area or to the same
+ place as mfpic.tex. Also optional: copy the two .dtx files and
+ mfpic.ins to the source area ($TEXMF/source/generic/mfpic/).
-- Some distributions might have a copy of the file grafbase.mf in the
directory $TEXMF/fonts/public/mfpic. If so, delete it or replace it
@@ -47,12 +52,8 @@ Generating and installing the files
version, put it someplace where mf and mpost will _not_ find it and
arrange for that package to find it when necessary.
--- If required by your TeX system (MiKTeX, teTeX, fpTeX, XemTeX, and
- TeXLive all DO require it):
-
- *************************************
- * UPDATE THE TeX FILENAME DATABASE! *
- *************************************
+-- If required by your TeX system (MiKTeX, teTeX, MacTeX, and
+ TeXLive all DO require it): !!UPDATE THE TeX FILENAME DATABASE!!
There is one optional step that may be useful (if you only wish to use
mfpic to produce MetaPost pictures, you may skip this): find the file
@@ -64,7 +65,7 @@ Find near the end a line similar to
Replace, if necessary, the string "ljfour" by one of the modes listed in
that file. At minimum, select one whose resolution (DPI) matches your
printer and/or the configuration of your dvi viewer. If you make such a
-change, regenerate the mf.base file (fmtutil on teTeX, fpTeX or TeXLive;
+change, regenerate the mf.base file (fmtutil on teTeX or TeXLive;
MiKTeX Options in MiKTeX). On some systems this may be named plain.base.
Read mfpguide.pdf before trying anything further. If you are already
@@ -88,28 +89,27 @@ area to the documentation area of your system.
------------------------------------------------------------------------
If you desire to remake the mfpic manual (and why in the world would you
-be wanting to do a daft thing like that?), make sure mfpman.tex and
+be wanting to do a daft thing like that?), make sure mfpic-doc.tex and
mfpdoc.sty are in the current directory or where LaTeX can find them.
Make sure that coil.mps is also where LaTeX can find it. Edit, if you
-like, the paper size option in the \documentclass command in mfpman.tex.
-Make sure mfpdoc.sty is where LaTeX will find it. (The document uses
-Times for the main font family, LuxiMono for a typewriter font, and CMSS
-for a sans serif font. Packages mathptmx amd luximono are required.)
-Then run pdflatex three times:
+like, the paper size option in the \documentclass command in mfpic-doc.tex.
+(The document uses Times for the main font family, LuxiMono for a
+typewriter font, and CMSS for a sans serif font. Packages mathptmx amd
+luximono are required.) Then run pdflatex three times:
- pdflatex mfpman (Hundreds of undefined labels messages)
- pdflatex mfpman (Labels have changed message)
- pdflatex mfpman (All resolved)
+ pdflatex mfpic-doc (Hundreds of undefined labels messages)
+ pdflatex mfpic-doc (Labels have changed message)
+ pdflatex mfpic-doc (All resolved)
Now page numbers should be correct in the index, so run makeindex:
- makeindex -o mfpman.ind mfpman.idx
+ makeindex -o mfpic-doc.ind mfpic-doc.idx
-(or just "makeindex mfpman" on many systems) then run latex two more
+(or just "makeindex mfpic-doc" on many systems) then run latex two more
times:
- pdflatex mfpman (mfpman.toc now has index added)
- pdflatex mfpman (Document toc now correct)
+ pdflatex mfpic-doc (mfpic-doc.toc now has index added)
+ pdflatex mfpic-doc (Document toc now correct)
You can use latex instead of pdflatex, but you won't get clickable links
in the result. (I was too lazy to make that work.)
@@ -128,11 +128,11 @@ this compulsion passes.)
And finally, if you forgot:
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ **************************************
!! UPDATE THE TeX FILENAME DATABASE !!
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ **************************************
---
+\sig
Dan Luecking (luecking at uark dot edu)
Department of Mathematical Sciences
University of Arkansas
diff --git a/Master/texmf-dist/doc/generic/mfpic/lapictures.tex b/Master/texmf-dist/doc/generic/mfpic/lapictures.tex
index ec637dccaeb..0b5303289c6 100644
--- a/Master/texmf-dist/doc/generic/mfpic/lapictures.tex
+++ b/Master/texmf-dist/doc/generic/mfpic/lapictures.tex
@@ -1,5 +1,5 @@
%%% File: lapictures.tex
-%%% A part of mfpic 0.9 2006/05/26
+%%% A part of mfpic 1.00 2009/09/22
%%%
% Magnify to same scale as pictures.tex :
% (Use of \mag is against the law of LaTeX, but Bugs Bunny set a precedent.)
diff --git a/Master/texmf-dist/doc/generic/mfpic/mfpcard.pdf b/Master/texmf-dist/doc/generic/mfpic/mfpcard.pdf
index b645f027e42..3eee3ae8b99 100644
--- a/Master/texmf-dist/doc/generic/mfpic/mfpcard.pdf
+++ b/Master/texmf-dist/doc/generic/mfpic/mfpcard.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/mfpic/mfpcard.tex b/Master/texmf-dist/doc/generic/mfpic/mfpcard.tex
index 3f1a16a9a39..1cbd58fb29d 100644
--- a/Master/texmf-dist/doc/generic/mfpic/mfpcard.tex
+++ b/Master/texmf-dist/doc/generic/mfpic/mfpcard.tex
@@ -1,5 +1,5 @@
%%% File: mfpcard.tex
-%%% A part of mfpic 0.9 2006/05/26
+%%% A part of mfpic 1.00 2009/09/22
%%%
% (Ask your driver to print so that longer dimension is horizontal.)
\newdimen\paperlongside
@@ -199,9 +199,9 @@
\title{MFPIC Quick Reference}
-\centerline{(Copyright 2000--2006 by Daniel Luecking)}
+\centerline{(Copyright 2000--2009 by Daniel Luecking)}
\medskip
-This information was prepared for version 0.9 of \prog{mfpic}.
+This information was prepared for version 1.00 of \prog{mfpic}.
\section{Preamble commands}
@@ -408,7 +408,7 @@ followed by a number for the tension.
\def\secondkeyfrac{.55}
Curves are not necessarily `closed' even if the start and end are the
-same. The following are closed (may be filled), as are \cs{rect},
+same. The following are closed (can be filled), as are \cs{rect},
\cs{polygon}, \cs{circle}, and \cs{ellipse}.
\smallskip
@@ -456,7 +456,7 @@ same. The following are closed (may be filled), as are \cs{rect},
\def\firstkeyfrac{.45}
\def\secondkeyfrac{.55}
-These turn any path into a `closed' path (result may be filled).
+These turn any path into a `closed' path (result can then be filled).
\smallskip
\describe{Close with a straight line,}{\cs{lclosed}$\ldots$}
@@ -468,7 +468,7 @@ These turn any path into a `closed' path (result may be filled).
\def\firstkeyfrac{.4}
\def\secondkeyfrac{.6}
-These filling prefixes turn off drawing of the curve.
+These filling prefixes turn off automatic drawing of the curve.
\smallskip
\describe{Solid fill} {\cs{gfill}\oarg{\meta{color}}$\ldots$}
@@ -500,9 +500,9 @@ These filling prefixes turn off drawing of the curve.
\subsection{Subpaths}
-\describe{Subpath by fraction of length}
+\describe{Subpath by fractions of length}
{\cs{partpath}\marg{\meta{frac1},\meta{frac2}}$\ldots$}
-\describe{Subpath by node number} {\cs{subpath}\marg{\meta{m},\meta{n}}$\ldots$}
+\describe{Subpath by node numbers} {\cs{subpath}\marg{\meta{m},\meta{n}}$\ldots$}
\describe{Cutting by another path}
{\cs{cutoffafter}\marg{\meta{obj}}$\ldots$,
\cs{cutoffbefore}\marg{\meta{obj}}$\ldots$.\brk
diff --git a/Master/texmf-dist/doc/generic/mfpic/mfpdoc.sty b/Master/texmf-dist/doc/generic/mfpic/mfpdoc.sty
index 46c2077ca96..75b57d8c6ff 100644
--- a/Master/texmf-dist/doc/generic/mfpic/mfpdoc.sty
+++ b/Master/texmf-dist/doc/generic/mfpic/mfpdoc.sty
@@ -1,7 +1,7 @@
%%% File: mfpdoc.sty
-%%% A part of mfpic 0.9 2006/05/26
+%%% A part of mfpic 1.00 2009/09/22
%%%
-\ProvidesPackage{mfpdoc}[2006/05/26 v0.9 macros for mfpic documentation]
+\ProvidesPackage{mfpdoc}[2009/09/22 v1.00 macros for mfpic documentation]
\newif\if@chapters
\@chaptersfalse
@@ -21,16 +21,16 @@
\pdftrue
\fi\fi\fi}
-\newcommand\mfpversion{0.9}
-\newcommand\mfpdate {2006/05/26}
+\newcommand\mfpversion{1.00}
+\newcommand\mfpdate {2009/09/22}
%% Text size:
-\textwidth 5.5 in
-\textheight7.5 in
-\oddsidemargin .5in
+\textwidth 5.5in
+\textheight 8.0in
+\oddsidemargin 0.5in
\evensidemargin\oddsidemargin
-\topmargin .75in
+\topmargin 0.5in
\advance\topmargin-\headheight
\advance\topmargin-\headsep
@@ -142,7 +142,7 @@
%% examples:
\newenvironment{ex}
{\par\addvspace{1ex plus.2ex minus.1ex}%
- \parindent0pt
+ \parindent0pt
\vbox\bgroup\hsize\textwidth
\leftskip\leftmargini
\def\ {\leavevmode\null\quad}}
@@ -152,6 +152,7 @@
%% verbatim:
\RequirePackage{verbatim}
\def\verbatim@processline{\hspace{\leftmargini}\the\verbatim@line\par}
+\addto@hook\every@verbatim{\predisplaypenalty\@M}
%% other:
\newenvironment{display}{\list{}{}\item[]}{\endlist}
@@ -210,6 +211,7 @@
\let\email\file
\let\mail \file
\let\dim \file % TeX and Metafont dimensions
+\let\kw \opt % MF key word like numeric
\edef\otherbackslash{\expandafter\@gobble\string\\}
\DeclareRobustCommand\cs[1]{\mytt{\char`\\#1}}
diff --git a/Master/texmf-dist/doc/generic/mfpic/mfpguide.pdf b/Master/texmf-dist/doc/generic/mfpic/mfpguide.pdf
index 2bed5cc99e2..70e2e9cf3a0 100644
--- a/Master/texmf-dist/doc/generic/mfpic/mfpguide.pdf
+++ b/Master/texmf-dist/doc/generic/mfpic/mfpguide.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/mfpic/mfpguide.tex b/Master/texmf-dist/doc/generic/mfpic/mfpguide.tex
index 1a12dbfc49b..402a2859704 100644
--- a/Master/texmf-dist/doc/generic/mfpic/mfpguide.tex
+++ b/Master/texmf-dist/doc/generic/mfpic/mfpguide.tex
@@ -1,5 +1,5 @@
%%% File: mfpguide.tex
-%%% A part of mfpic 0.9 2006/05/26
+%%% A part of mfpic 1.00 2009/09/22
%%%
% Tutorial on mfpic
\documentclass[letterpaper]{article}
@@ -149,7 +149,7 @@ One thing you might notice about figure~\ref{fig1} is that the ellipse
is positioned quite a bit above the base line of the text. This is
because \mfp{} reserves the amount of space specified in the arguments
of the \env{mfpic} environment. These arguments are
-\verb$[72]{-1}{1}{-1}{1}$, which means the each unit in the picture is
+\verb$[72]{-1}{1}{-1}{1}$, which means that each unit in the picture is
72 times the value of \cs{mfpicunit}, that is, about one inch. The first
pair of mandatory arguments, \verb${-1}{1}$, indicate the
$x$-coordinates run from $-1$ to $1$. Since these differ by 2, they
@@ -207,7 +207,7 @@ sit on) placed at $(0,0)$.
You are no doubt thinking: ``The ellipse doesn't really match the
text. What you need is some macro that measures the text and produces an
-oval with similar domensions.'' For that we have the \cs{tlabeloval}
+oval with similar dimensions.'' For that we have the \cs{tlabeloval}
command. The \cs{tlabeljustify} command in the example below is to
communicate to both the text placement and the curve generation
procedures that they are to be centered at the point $(0,0)$. (We'll see
@@ -324,7 +324,7 @@ all the preceding macros; therefore the text ends up on top of
everything else. The \cs{tlabeloval} command also has a \mbox{`*-form'} that
does everything \emph{except} place the text. Finally, ovals are not the
only thing that can be used to surround text. See the manual
-(\file{mfpman.pdf}) and below for others.
+(\file{mfpic-doc.pdf}) and below for others.
Here is a more common use of \verb$tlabel$ commands: labeling a graph
and axes. In the following example we have given \cs{tlabel} the option
@@ -1150,7 +1150,7 @@ Anyway, here are a few examples, illustrating the use of \cs{arrow}, and
some of its optional arguments.
\begin{verbatim}
\begin{mfpic}{0}{4}{0}{4}
- \arrow[r-5]\circle{(1,1),.5}
+ \arrow[r5]\circle{(1,1),.5}
\arrow[b4pt]\arrow\polyline{(3,2),(3,0)}
\arrow[cred]\reverse\arrow\polyline{(0,3),(2,3)}
\arrow[l 5pt]\rect{(4,2),(2,4)}
diff --git a/Master/texmf-dist/doc/generic/mfpic/mfpic-doc.pdf b/Master/texmf-dist/doc/generic/mfpic/mfpic-doc.pdf
new file mode 100644
index 00000000000..615b566057c
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/mfpic/mfpic-doc.pdf
@@ -0,0 +1,15714 @@
+%PDF-1.4
+%ÐÔÅØ
+1 0 obj
+<< /S /GoTo /D (section.1) >>
+endobj
+4 0 obj
+(Introduction)
+endobj
+5 0 obj
+<< /S /GoTo /D (subsection.1.1) >>
+endobj
+8 0 obj
+(Why?)
+endobj
+9 0 obj
+<< /S /GoTo /D (subsection.1.2) >>
+endobj
+12 0 obj
+(Who?)
+endobj
+13 0 obj
+<< /S /GoTo /D (subsection.1.3) >>
+endobj
+16 0 obj
+(What?)
+endobj
+17 0 obj
+<< /S /GoTo /D (subsection.1.4) >>
+endobj
+20 0 obj
+(How?)
+endobj
+21 0 obj
+<< /S /GoTo /D (section.2) >>
+endobj
+24 0 obj
+(Options.)
+endobj
+25 0 obj
+<< /S /GoTo /D (subsection.2.1) >>
+endobj
+28 0 obj
+(metapost, metafont, \usemetapost , \usemetafont .)
+endobj
+29 0 obj
+<< /S /GoTo /D (subsection.2.2) >>
+endobj
+32 0 obj
+(mplabels, \usemplabels , \nomplabels .)
+endobj
+33 0 obj
+<< /S /GoTo /D (subsection.2.3) >>
+endobj
+36 0 obj
+(overlaylabels, \overlaylabels , \nooverlaylabels .)
+endobj
+37 0 obj
+<< /S /GoTo /D (subsection.2.4) >>
+endobj
+40 0 obj
+(truebbox, \usetruebbox , \notruebbox .)
+endobj
+41 0 obj
+<< /S /GoTo /D (subsection.2.5) >>
+endobj
+44 0 obj
+(clip, \clipmfpic , \noclipmfpic .)
+endobj
+45 0 obj
+<< /S /GoTo /D (subsection.2.6) >>
+endobj
+48 0 obj
+(centeredcaptions, \usecenteredcaptions , \nocenteredcaptions .)
+endobj
+49 0 obj
+<< /S /GoTo /D (subsection.2.7) >>
+endobj
+52 0 obj
+(raggedcaptions, \useraggedcaptions , \noraggedcaptions .)
+endobj
+53 0 obj
+<< /S /GoTo /D (subsection.2.8) >>
+endobj
+56 0 obj
+(debug, \mfpicdebugtrue , \mfpicdebugfalse .)
+endobj
+57 0 obj
+<< /S /GoTo /D (subsection.2.9) >>
+endobj
+60 0 obj
+(clearsymbols, \clearsymbols , \noclearsymbols .)
+endobj
+61 0 obj
+<< /S /GoTo /D (subsection.2.10) >>
+endobj
+64 0 obj
+(draft, final, nowrite, \mfpicdraft , \mfpicfinal , \mfpicnowrite .)
+endobj
+65 0 obj
+<< /S /GoTo /D (subsection.2.11) >>
+endobj
+68 0 obj
+(mfpreadlog, \mfpreadlog .)
+endobj
+69 0 obj
+<< /S /GoTo /D (subsection.2.12) >>
+endobj
+72 0 obj
+(Scoping Rules.)
+endobj
+73 0 obj
+<< /S /GoTo /D (section.3) >>
+endobj
+76 0 obj
+(Metafont and Metapost Data Types.)
+endobj
+77 0 obj
+<< /S /GoTo /D (subsection.3.1) >>
+endobj
+80 0 obj
+(Numerics and pairs.)
+endobj
+81 0 obj
+<< /S /GoTo /D (subsection.3.2) >>
+endobj
+84 0 obj
+(Colors.)
+endobj
+85 0 obj
+<< /S /GoTo /D (subsection.3.3) >>
+endobj
+88 0 obj
+(Paths, pictures and booleans.)
+endobj
+89 0 obj
+<< /S /GoTo /D (section.4) >>
+endobj
+92 0 obj
+(The Macros.)
+endobj
+93 0 obj
+<< /S /GoTo /D (subsection.4.1) >>
+endobj
+96 0 obj
+(Files and Environments.)
+endobj
+97 0 obj
+<< /S /GoTo /D (subsection.4.2) >>
+endobj
+100 0 obj
+(Common objects.)
+endobj
+101 0 obj
+<< /S /GoTo /D (subsubsection.4.2.1) >>
+endobj
+104 0 obj
+(Points, lines, and rectangles)
+endobj
+105 0 obj
+<< /S /GoTo /D (subsubsection.4.2.2) >>
+endobj
+108 0 obj
+(A word about list arguments)
+endobj
+109 0 obj
+<< /S /GoTo /D (subsubsection.4.2.3) >>
+endobj
+112 0 obj
+(Axes, axis marks, and grids)
+endobj
+113 0 obj
+<< /S /GoTo /D (subsubsection.4.2.4) >>
+endobj
+116 0 obj
+(Circles, arcs and ellipses)
+endobj
+117 0 obj
+<< /S /GoTo /D (subsubsection.4.2.5) >>
+endobj
+120 0 obj
+(Curves)
+endobj
+121 0 obj
+<< /S /GoTo /D (subsubsection.4.2.6) >>
+endobj
+124 0 obj
+(Bar charts and pie charts)
+endobj
+125 0 obj
+<< /S /GoTo /D (subsection.4.3) >>
+endobj
+128 0 obj
+(Colors in mfpic.)
+endobj
+129 0 obj
+<< /S /GoTo /D (subsubsection.4.3.1) >>
+endobj
+132 0 obj
+(Metapost color functions)
+endobj
+133 0 obj
+<< /S /GoTo /D (subsubsection.4.3.2) >>
+endobj
+136 0 obj
+(Establishing mfpic default colors)
+endobj
+137 0 obj
+<< /S /GoTo /D (subsubsection.4.3.3) >>
+endobj
+140 0 obj
+(Defining a color name)
+endobj
+141 0 obj
+<< /S /GoTo /D (subsubsection.4.3.4) >>
+endobj
+144 0 obj
+(Metafont colors)
+endobj
+145 0 obj
+<< /S /GoTo /D (subsection.4.4) >>
+endobj
+148 0 obj
+(Modifying the figures.)
+endobj
+149 0 obj
+<< /S /GoTo /D (subsubsection.4.4.1) >>
+endobj
+152 0 obj
+(Closure of paths)
+endobj
+153 0 obj
+<< /S /GoTo /D (subsubsection.4.4.2) >>
+endobj
+156 0 obj
+(Reversal, connection and other path modifications)
+endobj
+157 0 obj
+<< /S /GoTo /D (subsubsection.4.4.3) >>
+endobj
+160 0 obj
+(Arrows)
+endobj
+161 0 obj
+<< /S /GoTo /D (subsection.4.5) >>
+endobj
+164 0 obj
+(Rendering figures.)
+endobj
+165 0 obj
+<< /S /GoTo /D (subsubsection.4.5.1) >>
+endobj
+168 0 obj
+(Drawing)
+endobj
+169 0 obj
+<< /S /GoTo /D (subsubsection.4.5.2) >>
+endobj
+172 0 obj
+(Shading, filling, erasing, clipping, hatching)
+endobj
+173 0 obj
+<< /S /GoTo /D (subsubsection.4.5.3) >>
+endobj
+176 0 obj
+(Changing the default rendering)
+endobj
+177 0 obj
+<< /S /GoTo /D (subsubsection.4.5.4) >>
+endobj
+180 0 obj
+(Examples)
+endobj
+181 0 obj
+<< /S /GoTo /D (subsection.4.6) >>
+endobj
+184 0 obj
+(Functions and Plotting.)
+endobj
+185 0 obj
+<< /S /GoTo /D (subsubsection.4.6.1) >>
+endobj
+188 0 obj
+(Defining functions)
+endobj
+189 0 obj
+<< /S /GoTo /D (subsubsection.4.6.2) >>
+endobj
+192 0 obj
+(Plotting functions)
+endobj
+193 0 obj
+<< /S /GoTo /D (subsubsection.4.6.3) >>
+endobj
+196 0 obj
+(Plotting external data files)
+endobj
+197 0 obj
+<< /S /GoTo /D (subsection.4.7) >>
+endobj
+200 0 obj
+(Labels and Captions.)
+endobj
+201 0 obj
+<< /S /GoTo /D (subsubsection.4.7.1) >>
+endobj
+204 0 obj
+(Setting text)
+endobj
+205 0 obj
+<< /S /GoTo /D (subsubsection.4.7.2) >>
+endobj
+208 0 obj
+(Curves surrounding text)
+endobj
+209 0 obj
+<< /S /GoTo /D (subsection.4.8) >>
+endobj
+212 0 obj
+(Saving and Reusing an mfpic Picture.)
+endobj
+213 0 obj
+<< /S /GoTo /D (subsection.4.9) >>
+endobj
+216 0 obj
+(Picture Frames.)
+endobj
+217 0 obj
+<< /S /GoTo /D (subsection.4.10) >>
+endobj
+220 0 obj
+(Affine Transforms.)
+endobj
+221 0 obj
+<< /S /GoTo /D (subsubsection.4.10.1) >>
+endobj
+224 0 obj
+(Transforming the Metafont coordinate system)
+endobj
+225 0 obj
+<< /S /GoTo /D (subsubsection.4.10.2) >>
+endobj
+228 0 obj
+(Transforming paths)
+endobj
+229 0 obj
+<< /S /GoTo /D (subsection.4.11) >>
+endobj
+232 0 obj
+(Parameters.)
+endobj
+233 0 obj
+<< /S /GoTo /D (subsection.4.12) >>
+endobj
+236 0 obj
+(For Advanced Users.)
+endobj
+237 0 obj
+<< /S /GoTo /D (subsubsection.4.12.1) >>
+endobj
+240 0 obj
+(Splines)
+endobj
+241 0 obj
+<< /S /GoTo /D (subsubsection.4.12.2) >>
+endobj
+244 0 obj
+(B\351ziers)
+endobj
+245 0 obj
+<< /S /GoTo /D (subsubsection.4.12.3) >>
+endobj
+248 0 obj
+(Raw Metafont code)
+endobj
+249 0 obj
+<< /S /GoTo /D (subsubsection.4.12.4) >>
+endobj
+252 0 obj
+(Creating Metafont variables)
+endobj
+253 0 obj
+<< /S /GoTo /D (subsubsection.4.12.5) >>
+endobj
+256 0 obj
+(Miscelaneous pair expressions)
+endobj
+257 0 obj
+<< /S /GoTo /D (subsubsection.4.12.6) >>
+endobj
+260 0 obj
+(Manipulating Metafont picture variables)
+endobj
+261 0 obj
+<< /S /GoTo /D (subsubsection.4.12.7) >>
+endobj
+264 0 obj
+(Metafont loops)
+endobj
+265 0 obj
+<< /S /GoTo /D (subsubsection.4.12.8) >>
+endobj
+268 0 obj
+(Miscellaneous)
+endobj
+269 0 obj
+<< /S /GoTo /D (section.5) >>
+endobj
+272 0 obj
+(Appendices)
+endobj
+273 0 obj
+<< /S /GoTo /D (subsection.5.1) >>
+endobj
+276 0 obj
+(Acknowledgements.)
+endobj
+277 0 obj
+<< /S /GoTo /D (subsection.5.2) >>
+endobj
+280 0 obj
+(Changes History.)
+endobj
+281 0 obj
+<< /S /GoTo /D (subsection.5.3) >>
+endobj
+284 0 obj
+(Summary of Options.)
+endobj
+285 0 obj
+<< /S /GoTo /D (subsection.5.4) >>
+endobj
+288 0 obj
+(Plotting Styles for \plotdata .)
+endobj
+289 0 obj
+<< /S /GoTo /D (subsection.5.5) >>
+endobj
+292 0 obj
+(Special Considerations When Using Metafont.)
+endobj
+293 0 obj
+<< /S /GoTo /D (subsection.5.6) >>
+endobj
+296 0 obj
+(Special Considerations When Using Metapost.)
+endobj
+297 0 obj
+<< /S /GoTo /D (subsubsection.5.6.1) >>
+endobj
+300 0 obj
+(Required support)
+endobj
+301 0 obj
+<< /S /GoTo /D (subsubsection.5.6.2) >>
+endobj
+304 0 obj
+(Metapost is not Metafont)
+endobj
+305 0 obj
+<< /S /GoTo /D (subsubsection.5.6.3) >>
+endobj
+308 0 obj
+(Graphic inclusion)
+endobj
+309 0 obj
+<< /S /GoTo /D (subsection.5.7) >>
+endobj
+312 0 obj
+(Mfpic and the Rest of the World.)
+endobj
+313 0 obj
+<< /S /GoTo /D (subsubsection.5.7.1) >>
+endobj
+316 0 obj
+(The literature)
+endobj
+317 0 obj
+<< /S /GoTo /D (subsubsection.5.7.2) >>
+endobj
+320 0 obj
+(Other programs)
+endobj
+321 0 obj
+<< /S /GoTo /D (subsection.5.8) >>
+endobj
+324 0 obj
+(Index of commands, options and parameters.)
+endobj
+325 0 obj
+<< /S /GoTo /D (subsection.5.9) >>
+endobj
+328 0 obj
+(List of commands by type.)
+endobj
+329 0 obj
+<< /S /GoTo /D (subsubsection.5.9.1) >>
+endobj
+332 0 obj
+(Figure macros)
+endobj
+333 0 obj
+<< /S /GoTo /D (subsubsection.5.9.2) >>
+endobj
+336 0 obj
+(Macros that render)
+endobj
+337 0 obj
+<< /S /GoTo /D (subsubsection.5.9.3) >>
+endobj
+340 0 obj
+(Macros that append \(arrows\))
+endobj
+341 0 obj
+<< /S /GoTo /D (subsubsection.5.9.4) >>
+endobj
+344 0 obj
+(Macros that modify)
+endobj
+345 0 obj
+<< /S /GoTo /D (subsubsection.5.9.5) >>
+endobj
+348 0 obj
+(Lengths)
+endobj
+349 0 obj
+<< /S /GoTo /D (subsubsection.5.9.6) >>
+endobj
+352 0 obj
+(Coordinate transformation)
+endobj
+353 0 obj
+<< /S /GoTo /D (subsubsection.5.9.7) >>
+endobj
+356 0 obj
+(Symbols, axes, grids, marks)
+endobj
+357 0 obj
+<< /S /GoTo /D (subsubsection.5.9.8) >>
+endobj
+360 0 obj
+(Symbol names)
+endobj
+361 0 obj
+<< /S /GoTo /D (subsubsection.5.9.9) >>
+endobj
+364 0 obj
+(Setting options)
+endobj
+365 0 obj
+<< /S /GoTo /D (subsubsection.5.9.10) >>
+endobj
+368 0 obj
+(Setting values)
+endobj
+369 0 obj
+<< /S /GoTo /D (subsubsection.5.9.11) >>
+endobj
+372 0 obj
+(Changing colors)
+endobj
+373 0 obj
+<< /S /GoTo /D (subsubsection.5.9.12) >>
+endobj
+376 0 obj
+(Defining arrays)
+endobj
+377 0 obj
+<< /S /GoTo /D (subsubsection.5.9.13) >>
+endobj
+380 0 obj
+(Changing behavior)
+endobj
+381 0 obj
+<< /S /GoTo /D (subsubsection.5.9.14) >>
+endobj
+384 0 obj
+(Files and environments)
+endobj
+385 0 obj
+<< /S /GoTo /D (subsubsection.5.9.15) >>
+endobj
+388 0 obj
+(Text)
+endobj
+389 0 obj
+<< /S /GoTo /D (subsubsection.5.9.16) >>
+endobj
+392 0 obj
+(Misc)
+endobj
+393 0 obj
+<< /S /GoTo /D [394 0 R /XYZ null null null ] >>
+endobj
+429 0 obj <<
+/Length 2117
+/Filter /FlateDecode
+>>
+stream
+xÚí[[“›F~Ÿ_Á#ªŠ:}¿ìKÖ±ÇNR›d6VU¶ÊÎ#!‰ - çßïé!hò:ëñLÕÔpœn¾ïܺO7öVöÞ\áêøýìêÛ׆z„#Æ%õfK2ˆò¤ÆáÍÞ;ÿçɳŸÊ âJÙçƒ3Rܯ'SIüøOýÝÿ—‡wÂ%R„î_úÛdJöo¢y±Ë¼¼Š’ò8³ï{J#¥7¥HhZ¾uí~È(ê5nÿËÝžf  '
+ÆÊßî¢b]Jý9,‚ešåU,·oÒ¼¨úÌ<‚‘Á†¸• )Å=(Ö¥¼÷³&$F÷y .
+™…"üû=ìûé-°°oÐ@Ϩtí d¹ ÐWZµG16ßÂ¥åó³#@ˆˆa
+M2™Œ±ÿcRd¢ýt±›Qêú[ëµ÷nÊ(£ž>ÕÈÑ—ŠΡ»®ëUCÈ5˜ü¾ž
+’O¤k[djÞîV}“’i.Æé|œhãY_zY2á—
+]qžJoÄéiä—å
+Ï`“D!lµØ4gDÁÐ¥®Y~¿©RŸ“¹«ÃÀ‰í—(!Ýl|d|P¨Ó—ÓÌrÎ¥T9ÝoOBàa Í‚eßxœÀéÁ' Î>¼Ç
+z¶ ÄeÓwYTô#È ˆ¥‰ŸøÌãüw„ÀeÔÿ¹ LÒS}¬üÝ$Žˆ¿PÑ CŠwíŒé®åÖùŽ0XÄi_LàªG#wZàÀ؆ë/{ôSuó¦z81¦¶öÚe”‚Xý·ótkKž®ÎøÛ.óžÈŸêŒõ%?<U]LYŸ'ˆ˜ÚÊû
+<5vUoƒ˜¨Úµ«îÏ&Œø/\qÿµûÿ«»ý‹;Ÿê¿ ;„„‡×fk«í=]ÑH_Þ‘›FGÞžîƒÓÃ|ü« öÕnÅýûm&R¬”ðÍ™3÷ÄÕÄ[y« È¿ì6aÍóÖªƒmeÝ–9åO[ëÍÈ"««Ä/Ó8íA”jö\#U#3# Ŭ.ßص$A±Î¿©tühqO­ú·i
+uÒåJ2ö• ÜΊìeý©WÅÇÙ:¬–/ór-LOF´2>ù„u0¼vc¯£¸Cäu2áØÿei²±‹zº“öæë4¢^zÇ.°à ×µÙ¤ÕÒ·ôößá¼JÉùSO‹J˜ÙÌÕx¡µÓdppþM®V.*Ž’p^ëu ÉÊ*|;G•ô±«)¯¦NQ-t/J|î&5«Ð
+nÓ]±G3߯®t>iµÛÔ‹ýŽtùÑ»¸
+‡‹7QÐޠИg”ˆ°ÓEn-žÞbË6…–XzúöÇëÙÕ*>‰G°öˆ7ÕÄ›o®Þý½üð“‡3Ú»sm<[L·×Ø‹½·Wÿ¬w¤Ø$  ‚ ›H U¶gŠ\ÁÓ=h—&ò憔S|7dK¤Y=VzÂ,Ò¤ÚšBƨÞ"à=U˨†_˜7•H(Ú³)äЃ^)»E¶ßÿ°µÉÓ}9IïÚ'AßS*á(«ˆvÖ®‘Fªvàƒt{׈ù–v‹ìïP\‰ýû’.v}6eÁ¤±s‡1â-»$še9ÚÝ+w“¬&bò¢Ù×QF ¢FØç¡”*Ôö™¯Ó]¼(›½ ËcÚÍ=Œa¿HË;Å:ªºìŠušM„+rØ/’j狽
+endstream
+endobj
+394 0 obj <<
+/Type /Page
+/Contents 429 0 R
+/Resources 428 0 R
+/MediaBox [0 0 612 792]
+/Parent 438 0 R
+/Annots [ 395 0 R 396 0 R 397 0 R 398 0 R 399 0 R 400 0 R 401 0 R 402 0 R 403 0 R 404 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 414 0 R 415 0 R 416 0 R 417 0 R 418 0 R 419 0 R 420 0 R 421 0 R 422 0 R 423 0 R 424 0 R 425 0 R 426 0 R ]
+>> endobj
+395 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [107.004 561.539 178.007 570.516]
+/A << /S /GoTo /D (section.1) >>
+>> endobj
+396 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 547.547 170.595 558.451]
+/A << /S /GoTo /D (subsection.1.1) >>
+>> endobj
+397 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 537.649 170.645 546.496]
+/A << /S /GoTo /D (subsection.1.2) >>
+>> endobj
+398 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 525.694 172.857 534.54]
+/A << /S /GoTo /D (subsection.1.3) >>
+>> endobj
+399 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 513.739 170.396 522.585]
+/A << /S /GoTo /D (subsection.1.4) >>
+>> endobj
+400 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [107.004 489.898 160.204 500.777]
+/A << /S /GoTo /D (section.2) >>
+>> endobj
+401 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 478.029 362.262 489.151]
+/A << /S /GoTo /D (subsection.2.1) >>
+>> endobj
+402 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 466.073 312.442 477.196]
+/A << /S /GoTo /D (subsection.2.2) >>
+>> endobj
+403 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 454.118 363.835 465.241]
+/A << /S /GoTo /D (subsection.2.3) >>
+>> endobj
+404 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 442.66 312.608 453.286]
+/A << /S /GoTo /D (subsection.2.4) >>
+>> endobj
+405 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 430.208 285.421 441.331]
+/A << /S /GoTo /D (subsection.2.5) >>
+>> endobj
+406 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 418.253 426.745 429.375]
+/A << /S /GoTo /D (subsection.2.6) >>
+>> endobj
+407 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 406.298 399.144 417.42]
+/A << /S /GoTo /D (subsection.2.7) >>
+>> endobj
+408 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 394.342 341.663 405.465]
+/A << /S /GoTo /D (subsection.2.8) >>
+>> endobj
+409 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 382.387 353.645 393.51]
+/A << /S /GoTo /D (subsection.2.9) >>
+>> endobj
+410 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 370.734 420.175 381.555]
+/A << /S /GoTo /D (subsection.2.10) >>
+>> endobj
+411 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 358.477 256.145 369.6]
+/A << /S /GoTo /D (subsection.2.11) >>
+>> endobj
+412 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 346.302 207.187 357.205]
+/A << /S /GoTo /D (subsection.2.12) >>
+>> endobj
+413 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [107.004 324.518 293.044 335.397]
+/A << /S /GoTo /D (section.3) >>
+>> endobj
+414 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 312.429 226.814 323.333]
+/A << /S /GoTo /D (subsection.3.1) >>
+>> endobj
+415 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 302.411 175.915 311.377]
+/A << /S /GoTo /D (subsection.3.2) >>
+>> endobj
+416 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 288.518 262.091 299.422]
+/A << /S /GoTo /D (subsection.3.3) >>
+>> endobj
+417 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [107.004 268.638 177.439 277.614]
+/A << /S /GoTo /D (section.4) >>
+>> endobj
+418 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 256.703 243.591 265.549]
+/A << /S /GoTo /D (subsection.4.1) >>
+>> endobj
+419 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 242.69 217.15 253.594]
+/A << /S /GoTo /D (subsection.4.2) >>
+>> endobj
+420 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 230.735 289.697 241.639]
+/A << /S /GoTo /D (subsubsection.4.2.1) >>
+>> endobj
+421 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 218.78 291.909 229.684]
+/A << /S /GoTo /D (subsubsection.4.2.2) >>
+>> endobj
+422 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 206.825 288.711 217.729]
+/A << /S /GoTo /D (subsubsection.4.2.3) >>
+>> endobj
+423 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 194.869 277.234 205.773]
+/A << /S /GoTo /D (subsubsection.4.2.4) >>
+>> endobj
+424 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 184.972 206.809 193.818]
+/A << /S /GoTo /D (subsubsection.4.2.5) >>
+>> endobj
+425 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 170.959 277.224 181.863]
+/A << /S /GoTo /D (subsubsection.4.2.6) >>
+>> endobj
+426 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 161.061 215.028 169.908]
+/A << /S /GoTo /D (subsection.4.3) >>
+>> endobj
+430 0 obj <<
+/D [394 0 R /XYZ 107 721.862 null]
+>> endobj
+431 0 obj <<
+/D [394 0 R /XYZ 108 684 null]
+>> endobj
+435 0 obj <<
+/D [394 0 R /XYZ 108 579.946 null]
+>> endobj
+428 0 obj <<
+/Font << /F92 432 0 R /F93 433 0 R /F103 434 0 R /F88 436 0 R /F105 437 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+488 0 obj <<
+/Length 1852
+/Filter /FlateDecode
+>>
+stream
+xÚí[KwÚFÞûW°„sâé¼K‡Øi{êÄÇГEÒ…ƒÑ©TI¤q}gôâ1µqxƒ3â»w¾ûØ{èÁÞÛ‹×ã‹ŸnîI 8§½ñ¬‡ Óž0WEo<í}ìŒÍo
+]$iwz¹Y£—w;éÅL‚)ÛàGoÄÇ+½õ]¶ë;d€S²-%+#htù6šú³ÇZÙ³¹.v<,: +!O ØRýwÀœïÕ3Æ@¡ŠÓy raiÍ Ã J š¶Ñ¬¸Æ^6wôVQö‚ënv¡µ™¼×Ã1_ˆõu’zÁ«Š§ÃPçNFIßá´DÝèv²¾-Œú[UŸxn‰’âw3à¨ÌÖU’D¿]&üÄ6l»¶=¡t·ræÆn®±f%eÞëpª“š2w3%Aøì€oDœDŸ+Àkú|“xvŸÿ]zÄ‘Ñîu¬éÁÂjJͽ©øÕJ±ƒ`õ^'^ºz7 ü8^½{ÙdÞ ñâ+¾/2|…LŮù>¸^’C%57l«©:Ú€È*E«`ö«·ˆí%ÆøË~Ý ÜÖˆ—Öè¦N©lº;wA”eFeM0pvHv3@|e€¶’;Y⢣ÿOèBY™J1[€$üŒôSuÀ“4â©­Ÿô5ÓIè¥ò2oÍ »T,9d=г¯í¼(¹ô7ﳶ‰tèŹ‚:k
+IÏÔ¡§¬ŸŠšOGzMg³RiK%ÑyNí8CâŠg‡Ë¤HŽ”
+.“$Z†ÓVØ%§§…¢êèbÉ’FÞ
+¢¸³n…géØ„! n³ÀgÄȦƒ?œŸqû…½jQ¸š~±lí…]ú*¿§ÍÂ8[¤U·ኜGqà‡n8-!{ÑèCpvÒîâ’›_" ýãë†ö†^P^¡ÌaÞ°)$‹ò}Q\kð)ŒíäiŸb½gçŸbê¶PqyŠ=:|8"À˜l-$4L´—5·r Aß@D…I|ïsSùæxãN¾‡Ïh¢vÁDƒ<X![?èÀ u´L+ÑOÖ3°q¢Ó´)¯ýÃ#·;¿Êi’á%d^èÇË`—K ”ß@ãõ$Á“:-1ùQT´½‰iòN„Áûùš/ƒ(ŠÝ¶)¡N¿÷’·÷K# ¬Ü¹N#8 ’³óbTëÉÆ ¤5œØ ŒÊyŸ–툳›=Žu8õ'în'˜`Õ¥µ¥@(º•¨)Ú“l"òjògX4ßzú :ÌÜP K|Þ>ª8Ô|Ià¼ý¦*düì§Y”<8s’½ÄÝ°&Uµc¹XxÞVå÷;j Œ£„÷E¸ê¹ß¬Ø²Ç RíY”×Üד€rI,û(cÂWw>»›)òÂ~ƒ}f¹Ñ)ov%v$EÕ&9<%Ž=\&J
+é‰f7 àÿÑÏ"ÒÄ t§ù÷ÌE7ùC‚·çM\¥È¶
+mû1«>·{ý×ÒOªœqºŒã(É\
+¡çCóü`š/[Ýží|­_n0ÊÖÃp(ºÖõßÞZž™fmceø&ö8*Êì!oäÊ·j½{›xñÜŸðûá$XÚ”ÛɈϦ佪MeV´àí s‚CunèfmŸ<Ñ>ƒ
+endstream
+endobj
+487 0 obj <<
+/Type /Page
+/Contents 488 0 R
+/Resources 486 0 R
+/MediaBox [0 0 612 792]
+/Parent 438 0 R
+/Annots [ 427 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R 444 0 R 445 0 R 446 0 R 447 0 R 448 0 R 449 0 R 450 0 R 451 0 R 452 0 R 453 0 R 454 0 R 455 0 R 456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R 462 0 R 463 0 R 464 0 R 465 0 R 466 0 R 467 0 R 468 0 R 469 0 R 470 0 R 471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R ]
+>> endobj
+427 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 672.942 288.302 681.788]
+/A << /S /GoTo /D (subsubsection.4.3.1) >>
+>> endobj
+439 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 658.929 313.767 669.833]
+/A << /S /GoTo /D (subsubsection.4.3.2) >>
+>> endobj
+440 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 646.974 267.551 657.878]
+/A << /S /GoTo /D (subsubsection.4.3.3) >>
+>> endobj
+441 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 637.076 253.932 645.923]
+/A << /S /GoTo /D (subsubsection.4.3.4) >>
+>> endobj
+442 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 623.064 236.238 633.968]
+/A << /S /GoTo /D (subsection.4.4) >>
+>> endobj
+443 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 611.108 244.039 622.012]
+/A << /S /GoTo /D (subsubsection.4.4.1) >>
+>> endobj
+444 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 599.153 378.115 610.057]
+/A << /S /GoTo /D (subsubsection.4.4.2) >>
+>> endobj
+445 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 589.255 208.363 598.102]
+/A << /S /GoTo /D (subsubsection.4.4.3) >>
+>> endobj
+446 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 575.243 220.458 586.147]
+/A << /S /GoTo /D (subsection.4.5) >>
+>> endobj
+447 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 563.288 213.444 574.192]
+/A << /S /GoTo /D (subsubsection.4.5.1) >>
+>> endobj
+448 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 551.333 350.868 562.237]
+/A << /S /GoTo /D (subsubsection.4.5.2) >>
+>> endobj
+449 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 539.377 302.868 550.281]
+/A << /S /GoTo /D (subsubsection.4.5.3) >>
+>> endobj
+450 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 527.422 218.027 538.326]
+/A << /S /GoTo /D (subsubsection.4.5.4) >>
+>> endobj
+451 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 515.467 239.576 526.371]
+/A << /S /GoTo /D (subsection.4.6) >>
+>> endobj
+452 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 503.512 253.175 514.416]
+/A << /S /GoTo /D (subsubsection.4.6.1) >>
+>> endobj
+453 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 491.557 249.867 502.461]
+/A << /S /GoTo /D (subsubsection.4.6.2) >>
+>> endobj
+454 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 479.602 282.913 490.506]
+/A << /S /GoTo /D (subsubsection.4.6.3) >>
+>> endobj
+455 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 467.646 230.699 478.55]
+/A << /S /GoTo /D (subsection.4.7) >>
+>> endobj
+456 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 455.691 224.253 466.595]
+/A << /S /GoTo /D (subsubsection.4.7.1) >>
+>> endobj
+457 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 443.736 274.734 454.64]
+/A << /S /GoTo /D (subsubsection.4.7.2) >>
+>> endobj
+458 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 431.781 300.327 442.685]
+/A << /S /GoTo /D (subsection.4.8) >>
+>> endobj
+459 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 421.763 209.389 430.73]
+/A << /S /GoTo /D (subsection.4.9) >>
+>> endobj
+460 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 409.928 222.619 418.775]
+/A << /S /GoTo /D (subsection.4.10) >>
+>> endobj
+461 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 395.915 371.619 406.819]
+/A << /S /GoTo /D (subsubsection.4.10.1) >>
+>> endobj
+462 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 383.96 256.692 394.864]
+/A << /S /GoTo /D (subsubsection.4.10.2) >>
+>> endobj
+463 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 374.062 193.459 382.909]
+/A << /S /GoTo /D (subsection.4.11) >>
+>> endobj
+464 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 361.988 230.839 370.954]
+/A << /S /GoTo /D (subsection.4.12) >>
+>> endobj
+465 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 348.095 208.074 358.999]
+/A << /S /GoTo /D (subsubsection.4.12.1) >>
+>> endobj
+466 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 338.197 208.612 347.043]
+/A << /S /GoTo /D (subsubsection.4.12.2) >>
+>> endobj
+467 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 326.242 267.222 335.088]
+/A << /S /GoTo /D (subsubsection.4.12.3) >>
+>> endobj
+468 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 312.229 300.327 323.133]
+/A << /S /GoTo /D (subsubsection.4.12.4) >>
+>> endobj
+469 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 300.274 300.327 311.178]
+/A << /S /GoTo /D (subsubsection.4.12.5) >>
+>> endobj
+470 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 288.319 349.861 299.223]
+/A << /S /GoTo /D (subsubsection.4.12.6) >>
+>> endobj
+471 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 276.364 251.172 287.268]
+/A << /S /GoTo /D (subsubsection.4.12.7) >>
+>> endobj
+472 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 266.346 236.288 275.312]
+/A << /S /GoTo /D (subsubsection.4.12.8) >>
+>> endobj
+473 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [107.004 242.625 172.956 253.504]
+/A << /S /GoTo /D (section.5) >>
+>> endobj
+474 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 230.536 228.228 241.44]
+/A << /S /GoTo /D (subsection.5.1) >>
+>> endobj
+475 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 218.58 215.387 229.484]
+/A << /S /GoTo /D (subsection.5.2) >>
+>> endobj
+476 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 206.625 232.921 217.529]
+/A << /S /GoTo /D (subsection.5.3) >>
+>> endobj
+477 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 194.67 270.082 205.574]
+/A << /S /GoTo /D (subsection.5.4) >>
+>> endobj
+478 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 182.715 344.361 193.619]
+/A << /S /GoTo /D (subsection.5.5) >>
+>> endobj
+479 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 170.76 343.036 181.664]
+/A << /S /GoTo /D (subsection.5.6) >>
+>> endobj
+480 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 158.805 247.636 169.709]
+/A << /S /GoTo /D (subsubsection.5.6.1) >>
+>> endobj
+481 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 148.907 299.201 157.753]
+/A << /S /GoTo /D (subsubsection.5.6.2) >>
+>> endobj
+482 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 134.894 249.847 145.798]
+/A << /S /GoTo /D (subsubsection.5.6.3) >>
+>> endobj
+483 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 124.877 281.847 133.843]
+/A << /S /GoTo /D (subsection.5.7) >>
+>> endobj
+484 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 112.922 232.682 121.888]
+/A << /S /GoTo /D (subsubsection.5.7.1) >>
+>> endobj
+489 0 obj <<
+/D [487 0 R /XYZ 107 721.862 null]
+>> endobj
+486 0 obj <<
+/Font << /F92 432 0 R /F103 434 0 R /F105 437 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+510 0 obj <<
+/Length 705
+/Filter /FlateDecode
+>>
+stream
+xÚíØMo›0
+ÎÎÇûåe>ú Mö
+endstream
+endobj
+509 0 obj <<
+/Type /Page
+/Contents 510 0 R
+/Resources 508 0 R
+/MediaBox [0 0 612 792]
+/Parent 438 0 R
+/Annots [ 485 0 R 490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R 496 0 R 497 0 R 498 0 R 499 0 R 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R 506 0 R 507 0 R ]
+>> endobj
+485 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 670.884 241.539 681.788]
+/A << /S /GoTo /D (subsubsection.5.7.2) >>
+>> endobj
+490 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 658.929 325.722 669.833]
+/A << /S /GoTo /D (subsection.5.8) >>
+>> endobj
+491 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [121.948 646.974 253.394 657.878]
+/A << /S /GoTo /D (subsection.5.9) >>
+>> endobj
+492 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 635.019 236.009 645.923]
+/A << /S /GoTo /D (subsubsection.5.9.1) >>
+>> endobj
+493 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 625.001 253.982 633.968]
+/A << /S /GoTo /D (subsubsection.5.9.2) >>
+>> endobj
+494 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 611.108 293.294 622.012]
+/A << /S /GoTo /D (subsubsection.5.9.3) >>
+>> endobj
+495 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 599.153 257.319 610.057]
+/A << /S /GoTo /D (subsubsection.5.9.4) >>
+>> endobj
+496 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 587.198 210.834 598.102]
+/A << /S /GoTo /D (subsubsection.5.9.5) >>
+>> endobj
+497 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 577.181 284.158 586.147]
+/A << /S /GoTo /D (subsubsection.5.9.6) >>
+>> endobj
+498 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 563.288 290.385 574.192]
+/A << /S /GoTo /D (subsubsection.5.9.7) >>
+>> endobj
+499 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 551.333 237.683 562.237]
+/A << /S /GoTo /D (subsubsection.5.9.8) >>
+>> endobj
+500 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 539.377 238.799 550.281]
+/A << /S /GoTo /D (subsubsection.5.9.9) >>
+>> endobj
+501 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 527.422 234.664 538.326]
+/A << /S /GoTo /D (subsubsection.5.9.10) >>
+>> endobj
+502 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 515.467 244.318 526.371]
+/A << /S /GoTo /D (subsubsection.5.9.11) >>
+>> endobj
+503 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 503.512 240.433 514.416]
+/A << /S /GoTo /D (subsubsection.5.9.12) >>
+>> endobj
+504 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 491.557 254.63 502.461]
+/A << /S /GoTo /D (subsubsection.5.9.13) >>
+>> endobj
+505 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 481.539 271.317 490.506]
+/A << /S /GoTo /D (subsubsection.5.9.14) >>
+>> endobj
+506 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 469.584 196.149 478.55]
+/A << /S /GoTo /D (subsubsection.5.9.15) >>
+>> endobj
+507 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [144.862 457.629 198.66 466.595]
+/A << /S /GoTo /D (subsubsection.5.9.16) >>
+>> endobj
+511 0 obj <<
+/D [509 0 R /XYZ 107 721.862 null]
+>> endobj
+508 0 obj <<
+/Font << /F92 432 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+515 0 obj <<
+/Length 3788
+/Filter /FlateDecode
+>>
+stream
+xÚÍÙ’Û6ò}¾Bo¦ªFX‚àé—-Çvlï&¯=•lUœªP$1C‘4;³_¿Ýè ÇV»j_$  4}wƒîê°rW/®\þÿææêoßJW­¤Ix«›ýJºñ*Œ|áªhu³[ýìÈõFº®ë¼*»f-c§ÚõY—Wåú—›ÐîD$¡âfwµ‘¡ðUÌ[…ÝüÓq-çîï´)ñÎöBIÞs³Ž]§:­7ž:‡ªÃAàtGM|§Sí«fÀ‰$r%b‹•½d߯7¡ç|k~_ït^™ñSÜy%a™»j+¼yqÅÈTä)Dæ…B*¹”r`n´ü;;I(Bå­6“姪íŠ;¢¼êù,Õž
+Ùâ’Êh,ÐEÝ?Œ„ô¾.ÀKGTÖ¥šÌ"«šºŸ¤(ˆÐ¾â/CTEj `c† ßV–(&9ü¯%™\ZÁ6Êî93ò")Ü@Í5ý'L'ò˜¡ü˜mY£M)H³j¿T÷†Âs?Çš×Ö¼ý”püh@µ½£·þ£:òû_V[
+oVjù¶í¯{m žl§O”åˆ+®à¡´IB` âðOùžDxa0˹L×LfE¯N3ìÅ ¤ŸŸVe«ß÷ ëŠÊ,<;j^R¯êu1ZŸe@xÉÁjDçÆ
+­¦þH4xá€mALŽ ƒ`Ä×ZAdiÅáOG‹€-£¦+—À¸²Ý5 ‡[® šÜ&èüîhPò»1.c'‹ˆœù’жyN5TR[ÛÒ~ Ɔ‘ðdôêL±ti
+¢ŸG1
+»·w¯Œaò”ÊǦ?‘~Gñý;–¾¡öNÌ®ME‰S`ÃÁ€ðl%$àJ‚€Îæm‚hÄõm="!Ïc/ÿt2TX`ªX€É$ñ®iÙeÁ¯3}>
+~¤éÓª(L 9p€: …çwÀq2å`Ký1Þb‘ŸFàÀF˜èb¼Žk)Ø.4aPê´1ÆÔÕ¦É<àw¤ûÎZ⚜ᚠ–³æ…œJ#’ü´hŒ£ØYv™·GCÌ)á‚Áë£x†.Cq£a]UÝÒ(¥¿ßª-Ï;úÿF7Í 'L½&<&W€'oÀ?]ÓðÅa7vÉ¿Á„œ¯Ñn˜Q„ŒHÏ.¶ù¸M™·)›Š)6¥Ø<Ô©UÍy‹R«€UYÚ49±ÊçËXb쨼澀7ÔGøÇcE°£.j»›o”ÏlQÜóDHM=ÿŬÌ^ídÞÑuÖbö$»-éƸлƒÆó|¢Yþ#.æ  û¥sÊù]ÀP×^öÎÞ¹ÌCÌ Ó¶µ”RÀ’Î ]‘Q5CÂk:|¨›[ûrâ ¨oSÛÛ3ÓU&<‡
+uŸûU÷OFæõÐ-‚1­¶„ß® ò@À͹¨¼ål+„ì1ùbÀIÞ6cHȘ$ÁdÐFCTÏKLãþŸ¥Lîw½ÎnÉkâQšª7ŽÆ Éèç…I"ðRÓ–|¸ëJD|Þ,M‹–=e¥|-2:³Ä/@*ºä2΋™ØN½!¬Åhš¡mn>0þ 2öp\*ÁMˆ¶qI°Ušz۔ד†/º
+c¸¤¨µ@ä7¬¥o²fy…òŠ´» ±x«Íýsh^½pq®<CÒúæù“gß?_º©GMJúÐñRBí†t_B)mzÇnÀâá˜öáÄ\ð19f°ƒõP R]LÆÈŒrX· ¢{B ÒñßëbEN:n±¯ÃÏ” (ér©ìù‹*°0ŸõEÈbË
+jԔšûë$z£”þ˜Æ{ÔûZ¨%|»Þ_¿Qü$¼iZ»>^’hˆ0$zÚCá-vÝïËÌÈKÆZj¸³‘ •—íÀuhÒý6mõ¤ÿ„ëÅ÷› |üE*¡J
+h†¹Òça¶2¶A_(½ïóƺ*¶ÖdzO%ÇO&ç$md¬T¡Æç„Á”²eîÏ)»Tž€®íî.кù¡, D÷Þ!ÇÑ}IêN%ÝȈ=¾HìñŸ»Xb$qx‡sö‘È`8§ýÒ Q âäü{°‡Îž/f à>’økÜS¡ ïݲ|êÉG)VõC{Pºç7Wïùk_i>p–2‘
+VÙéêç_ÜÕ@0
+Èþh–V2ˆÍÜ]«·Wÿ¦o¥¸
+éœÕty.ªÿ+H Ù
+endstream
+endobj
+514 0 obj <<
+/Type /Page
+/Contents 515 0 R
+/Resources 513 0 R
+/MediaBox [0 0 612 792]
+/Parent 438 0 R
+/Annots [ 512 0 R ]
+>> endobj
+512 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [216.762 639.128 222.939 651.892]
+/A << /S /GoTo /D (Hfootnote.1) >>
+>> endobj
+516 0 obj <<
+/D [514 0 R /XYZ 107 721.862 null]
+>> endobj
+2 0 obj <<
+/D [514 0 R /XYZ 108 684 null]
+>> endobj
+6 0 obj <<
+/D [514 0 R /XYZ 108 669.411 null]
+>> endobj
+10 0 obj <<
+/D [514 0 R /XYZ 108 357.165 null]
+>> endobj
+14 0 obj <<
+/D [514 0 R /XYZ 108 202.35 null]
+>> endobj
+518 0 obj <<
+/D [514 0 R /XYZ 122.346 117.465 null]
+>> endobj
+513 0 obj <<
+/Font << /F103 434 0 R /F92 432 0 R /F105 437 0 R /F118 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+523 0 obj <<
+/Length 4327
+/Filter /FlateDecode
+>>
+stream
+xÚµ;k“㶑ß÷Wèò%šª‚]•rmì]ǹ³½ñNÙ¾JRu‰1–D…¤<žŸ~
+ |ÅŸÜ5Åú¶hK±;ôkæ°¦Nñë„q*L_ìW<f<¯Ja¶, ZýVÚ}±;3¡.ï'¼†ÍQöe¹*WÜ®÷ÛnUëˆVy&‰Vi"2Õ¯õÝÕ"Õó·ô{seÔü 4Õü=~ ß¹™@%É„•=*÷ÕvËëÞ–üì6¾qhêeÙ¶useí\LQ`¡#LšÍJ‰ÜZžr·>Šn¹]ùûÄú©‰ëϳjq13?¶L =ïj†¬ª¶kªÛ+-çǮ侶Ú¶%÷sÏwüCJýû•²ó²Üým秩˖ÇìënSíï\¬»²axÁ]ñ¯ÚCŽ‡UÑ•×ñ:ñÝÂ#?Ú/\短?Þ:
+«ÝX†ßÑï{Öo©ýÕª::K—¸øݱáµaÅbÏHÜzü×õ9 A•Gž(b¹¬wøÚãí”Ó.sá¤~$átúâ°ZOI¸„M÷šäÑο]óó¡>r$~‚J 2›}‘œH³^¯±!6\—“+Y¡ÒüÅTª8DÀ«SÔ)¿Tþ *®
+¸ÈrÃð·î=‹À¿ÀœyØYIòíÿ‰¨b2M®3`5&ÁR¾™Ø°ËZpõ©Ø
+MÉ‹IÉ´¼ÈùX!GÆ7¬J-FH,Mrw5AÉâî
+ä©Ú ~%þæy6‰'Y2l_ó³lšºiŸÞ¶JÀ­H{l¿Få7ÿ)âý÷~³
+q›{ž‡ýög±Ý›^¤¾ÉOüŸIÃIQÕÿ»ÝDEnõ)kÐ_½êÙ¡p¦„2±ºS‚g´pŽq¦y2oË’!…ï
+|d!MÀ0¦»ß&3Ù
+
+UÐóï\°Ïô©}êç•Uq£‘ó ‚'‡Qté3N¿÷eU„+«%R•|NÄI·¡9/0r1É`¤²/¯ÚÜ—Ð$—WmþTy5ƒ=ò¿ÓŸn¹XxÒQâ<\ÆÇ ÕúÒ &îÁæq-5•ãZªÍC}mHÙЋ¯™öË«Ì€oh>a}¾S‘ŸÔLSΰ8B4˜¨ÏÞ£gQ!5TH͹šG…Ôü©B*¦)£+ó\ÇXŸ+¡¦q Öð%ÔÜg›òìL =¼Ó묟ŸŠÐyþ¨„šgã* Çç—g§%Tè¢ä×€-f£a{¹šNîûnÚ³K°dø¹eUš8ºBá_A"ÜäLLQfÓ—"©Eg*¨hní…l’ÅR ;rº'ÚÒ
+gW¯Ê/þ„÷¿·ëz?eä²\HÓ³ø¸áš\"rsRx<DH¸†*®¯;NUqS-´~šš!óQjC S…*.%¼}~˜/Ç@£¯âƽ«:¤Ç/¯âb=Óªâz£f>Vŵ\ÅÍFIl+ŸU°}{óêß[…ÿñ™)ð·$ùr÷êïÿ”³tüu&……sOÃvý9z—³íìë¿õ²p6‡
+(
+ü©l*`¨Jý(o6}¡… ×ÿCîåqW¦‚Ç×ÈMÏýü ækäüw¹+üçBÿuÁ LzEÀïÀ7#Ž¥.v(=ø=R3öØ"» ¶U§£ DÚ'¦àã÷%;l
+‚=JªCV´Ï}
+Õ~ïsSÐù®„°iÄTdYâ+ãà%H¼»Ÿƒtzý÷ÕÍ›ï_Wûuý½Ïõa² q
+4²)5;ÿ¿©UR‘÷Ê'Ÿ¤
+pr>dZh²]YævኼKç_Õ»CS‚1n£ˆžÇ°aÎ-ÿ‘ <=cc»ÌáIþ…?{Ó,7æú¾ì(°ª›_/«kÿ
+løtÔÉ]…·¸¸/!ælcøg4n¼’À½àîý}ŽìPWû®ÿûǪt{ a½Ñ†ZEÑMQÛ e½¶ÜtÝá‹×¯ïïïŲ+ö¢nî^_p˜aÄ Ž EW’Ù"Í\$ŽT/‰wÏ©²z}vÔ×Ñœí…,LÂ~RÆ|+—=ÃøEXfBí¸ }Zo€BþW)þ·?—(½,…À8óvº$4¤þ¯{¾ ç7%ø*øG¨¦ •*—°’®o«½]yé(øqWמÛ®€eç—Ê'ä?•T]ŠùïDþas Ø×ⶠJ%vrÆÿJ0fœÃxt§'2ÿ )JÃ
+endstream
+endobj
+522 0 obj <<
+/Type /Page
+/Contents 523 0 R
+/Resources 521 0 R
+/MediaBox [0 0 612 792]
+/Parent 438 0 R
+/Annots [ 519 0 R 520 0 R ]
+>> endobj
+519 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [495.502 475.641 501.679 488.406]
+/A << /S /GoTo /D (Hfootnote.2) >>
+>> endobj
+520 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [334.309 168.185 340.486 180.949]
+/A << /S /GoTo /D (Hfootnote.3) >>
+>> endobj
+524 0 obj <<
+/D [522 0 R /XYZ 107 721.862 null]
+>> endobj
+18 0 obj <<
+/D [522 0 R /XYZ 108 623.462 null]
+>> endobj
+525 0 obj <<
+/D [522 0 R /XYZ 122.346 162.734 null]
+>> endobj
+526 0 obj <<
+/D [522 0 R /XYZ 122.346 134.02 null]
+>> endobj
+521 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F103 434 0 R /F88 436 0 R /F118 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+529 0 obj <<
+/Length 4028
+/Filter /FlateDecode
+>>
+stream
+xÚÅZY“ã¶~ß_1o–ªfhàéTÊ•Ä^gãÄqÅS±«²y $H¢W"eÏ¿O_à5ÐÎdwSy‘
+’<r›>ý¼¯ûÆC¨ ƒ(K\7¡íR·m¹9=ÊRõÙvDz:põT¾[«pe½l|Â>•æA
+gÃŒˆæüûì­2îé‹ß3¿ãö²ºô݌ş½”Ç÷Dz:óWïú­¥ZÜõ0)IƒP‚AKuû³g©È‰Äïmê“åUŠjç ú7¯¹:íóPvÇY§ª8[n˜ò>LyûäD³T@Ϩ|⃶„¹ëðä÷GY´Øv}q"Ý
+ò8áUÞÈAçsñÈ…ŒÞ•ûµŽW{Ûت“ :·„]«xõ[g«¶\«U]-æ:XÙ5}µ-:+ã]GdË’ÐúØvöÜ\ƒíHïǺçL61y’éA:rÙ`Ìü„K¯à¨µº_ßEšhùžZ¾õéIÄÝÔsê+8ü‹rÇ‚Û¾ÿ–ÿ÷5³0•‘›&ÿa‹Ý°½Æ³-­ iVøI¶t.*”‰É)¤«cý0ßήv{/Û
+Ò<¬–Ÿn€Y6·Ä$…4;¢é‚É
+ìkSnÝ⬞ϻΌñû@$F›‘GÃÁV¶a“†ÕÍ£Gwã,³Á>ÿõkú½_µúéìkj`-þNôÚãš’À˜xtà|~¹ âpaô ¦"zD‹ñ‚‚pÅçóÀŒ
+ÂÔõió’˜@Ç?ÄçÁôDô œm¤Q àˆEm¿¦€ª"u3iþ)qŽ>X²?uì#¡ú‚¨¾™ÑNåöX÷§—«ÁtAe#¶õùr²½å*{-( ÛTŸ™¹3tÓ•ÐLFßœ,· YÄ‚iÜDóbÛ¯¥*°¹ìd¬t#³N-HWOÛQ0‹¶íÏ´ãyO7£ë;,5Y~ה؇õPÆÍT·ÎEccÉ—"سbû˧nL¥­O¿à+±í(ÉÃÁ¿x8(Mô‚>4õÙoÜÌaŽb›8ˆ“tªb¼4@š,ç;|ƒT„éŠÐ!üW55
+ÚiSðßXòP"oÿEßÕç¢C[‚ãdcðA6VºŽnŠmca»Òæ·4:‰Àœéç,L6¨8ž¹Ïh%A%ÏOFsãIp*LI쾚A;ñ18©…' À
+p<m]}Á•S
+èQ »+Ùö°õžÿ þCz$kL³!‹õK_ºæj0ƒ½j¹B¶Cìý£’öå©»•UH» †}“¨iB¬1¬Ï’¡²™¢„»SGÁ÷HF¨¡KcÏŇ`œË= ÇéøSm¥¿Ã <rûàw±8Pb5ÙÜSâ7h/eNÖÔ$anHè›óÁcˆ\ƒþž¹MàQ£B
+è_àÝ£i\LDo Œ×Ÿ:t“ƒö™¹C=Áßo¨ü'&ÅC–ds©c¡l¸V*•Äf%šN5Åø¢,:5Pýãþ×
+a­zÞúDù`¢èT`êbÓ²R£G«¨ÇûºBªZ¾Bë#"Ô7¥ÇÈ'ãXepû°ÒŒk,»*T¤–îÝ¢B–@2
+Öÿ̨a6 glð+rÿ ðbvºVÌÒt5ÿûÃP•b¼•|D¼˜.žŠ$­IQ0oæqNÆ~¨D¨)žÂ*+ðíboª³7u Ò9Wç%
+[b1S3È8Å"“aïÓg'+2RÓ|4S`¸gü^˜|™½qXk´Tز-*ÙQßTL="!p•p$σD-Àõž[ƒ|¹+p>ñt —Q¼?À[|Ô7NK¢D‚ah¤¥±ÐZËh
+öP4d{,ª{nø@ÐþÏåáعù¹ãf_Z©Õ€MÙ¹dÁ£%w Z°mÊKÇUdЦèàH=®q}qJ è†DŒäÝ6uwô(C
+Å,ý4P>5:ZèDÅÑGªž™åÓ2æ{>1@˜ ;µ‹<ɘʲMSKRm{´[±`Óô™S —[òÈûJ¡-¼ñuӤöɘä*Õ0N= ãÜ<Ƀ¤äàŸ½5$íE~ÝÄà× ùàCÒA8VqwùPh9ÔVæ}hêêpûþ À)év
+@´•ÌºØKò2ŸdK”dI¦Î9Š’ô3<]E+CO-v\9Ô•uƒšº?¹ó0C±©Q)Æx$wN!àÚWöTV ªe<T‡’&*¶ßÂ1¸Sh9SÊ?„#GÚ²!a0³Õ'¦awËŸè´±K·GreßYIð0rÆ)ž4G
+'C,äL Þ稗*‡‡ÊdíǵåRXYbÞôÑk„½F Qì6C@Dò[WŒ×U°¡YˆžçGæ
+­Äù¨Öw—*N>ca7\o«ëæÝ—¼äX»ÛJ#w”T`–ç±8Kß•†ž]ið°Z†óÑÅá{n^â$GàøÜÍK̘yß8¼b}5^p¤Ϭs±mêÖÙ„Bð…ñ/Û¶Ç]¦Ž[à)Ã2Ë—%
+îÁøⳎb=Ø Äa|ìƒz8]’‚ƒÐ<eL¦ƒp¼êú(·‡³›U¾^ö¸¦xšÎù8×ÞTó«HÜ®Û=Ö$/”RЀ×…/˃̤ÏßÀÀɇAd÷eÓ /S}àAçÏmΗÞì
+ž‡>,1ÂÎB§sYɘͣŒe‡ †ÁW,•Ž>8vÎA*¶ußl…
+¹QÑÎ{êI2Ôku ™äD¼Ç«²`<]¿àß™, p_3~ú…s•É"YIÉÙˆ«'ØL€Èü¥ãÁè¹Ô‚ ¤hZ»)ªöTpÂÖ
+endstream
+endobj
+528 0 obj <<
+/Type /Page
+/Contents 529 0 R
+/Resources 527 0 R
+/MediaBox [0 0 612 792]
+/Parent 438 0 R
+>> endobj
+530 0 obj <<
+/D [528 0 R /XYZ 107 721.862 null]
+>> endobj
+527 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F118 517 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+533 0 obj <<
+/Length 856
+/Filter /FlateDecode
+>>
+stream
+xÚ•UKÛ6¾ï¯Ð­°fù½› I·hÚ
+Z9;Û½ˆ…¬ µ¦š•**oX¦–üø ýWÒqZq‚'ô"9€RÚJL Ýu·Æi!t
+( ÕbÁž`.$Ù‡áÑ#.¦­GácâéüHãZû êy¿÷¾É.9NÓŽ¡Ýµ}=e›?½ïŸEd:–œ‘çàCogÜŠm É´ð%¯È·z·ï|ªÞJZÊ•*VœSWU˜Çq›  WþÁÕ¶.#_£Æ£¦i7¥¨ÈÆßO¨zðÙ¬@sԳñí:”võ—ÈÚŸ€þñ1ëô¾kÛ‰&Ú\Q÷=ë;0憌P°®ŽérMÆí¦mÝ7¸×Ž¨>Œ>krª ¿)9ñ!´ýjRàÿ
+·FX먬àRã$¾N;pœ”(ÎÔ—¢à~Zغ ÜYùà3Z®G®ÉÎ×ý‰Æ¾«Û72#mà†é«ÝÎ]çÔÂƳ>Ķ"-ëH¨¡%±ŠÖB‘â„®`ëZäÅØ=š ÜÈÌœ,-®b†~©;'w4© 9]¨¨LG„q8„tDÀ"^®Îÿ‚s•@Ÿ¹IµTWq¹Å¿ŸM)i΄ŠB©9Uó踻0$L2‘«uFRÂü€¿Ä`ß@=Ëî’Ñ8ÿG8נצ‚+.ž÷:×ìršD{Mžîy^wávH)È]79¾<¬ù2ëƒBSá òÉy¼Ãþ2j`XŸé?\`¬)“r¸B¶†¥®ìÊ©RΰôlqIá•c³ãJ ò¾Êå»$ß'ùK%TTJöOS*dv¥ï`¿ÆûW‡¶î§1îcš]Qêjx’4…Ö7©èTµ}—H½9£Œ4_]zäUry
+›¶é*¹%ßžð%6e©vö»÷¤¶8É_Á¬àz9ÓŽê¹úêòYQó„
+endstream
+endobj
+532 0 obj <<
+/Type /Page
+/Contents 533 0 R
+/Resources 531 0 R
+/MediaBox [0 0 612 792]
+/Parent 535 0 R
+>> endobj
+534 0 obj <<
+/D [532 0 R /XYZ 107 721.862 null]
+>> endobj
+531 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+541 0 obj <<
+/Length 4099
+/Filter /FlateDecode
+>>
+stream
+xÚ½[ے㸑}ï¯Ð›UU0Aðû4íèžiÇx½a×Æî†íSTâEÊ$ÕÕõ÷{™à­¨¾y¼/"€@"‘—“ (Ø<m‚Íoy¾}|óÛ÷:0­UÇáæñ¸ÑA¶IÒH&Ý<6Ù†w:‚í/}ÙÔºûÛãïû>7¹Ê“0¡o‚̓NTd2þâñd[{÷`‚d[øBgïÂxûñNÇ[ÛU¦Û†‡ä}#Ï“¦HUžÚ‘e4H
+1•›âwI¸}ï~ÿ¿zûÁ•·B]˜+ _^Šý/Å“U<HíìHÌÞ
+=év_ÔÜg'Kè¯mm\njîô\ö'®ÙÛ¶/JùäÒ6D ñ%P¡ŽPp,f>–( âí¾9Ÿ‹úÐÝóëî. ¶×ž_®õÁ¶\üy“†Æ±D•`aZE™ìÕ+Ë7* 3Ì?özt¤E*
+SªOsÃõï¤>‹hСú¿™ÚìÞ‹ÐMÜ¡BQuÐn…ìÎ/®¬ÇO]¡ë±Ö¢=|fQq¢Ì?³¤äë–äÕA¼ÉT”dnê\…&öbòWm",D¤e…†²iŒïÎ’ ¹v›n£Ldæ›^´w:Û>]϶î!}aoÿÜœ‰1i2jU3oS–<ªè fû“ã*Þš#©Ò‘»€ŸR[ó³?µÍõéÔ8!Já=Í~œ;Ùþät”žåyFMõ­UÙõn-Á|í ‡¦¹‰±P’u’ ’iiáú'[‹¦£î`»}[ºEr+á0`Ùrñrm/Mç4þдÖ Ū:®>/\»“Öcsõ”TEoe¬R¦c2,#áeÊní:GMgŽz2³ât{´ÔÝv\]0Çí¾·ÅUÜ3Ûžlq(ë'é¹³UC}Ÿùõ©­Þb†F˜A•uq¶÷³vÌYa1uÑ¿á\ìÁñ•½ÁŽÐ a¶-ü,Èš|¤ÀÀbWYiçIPëC/98ÙJ3 –Ä/£´M?dê¿üP{Ã0´õøÙŠÂ…y¦â(úz•Ë”N†îžvÖ8˜4Èæ ©Ò\o‹sã–ƒbjÈàSqº95WM·/`Ý«Ê7ðóRtlÝrÍGC6~è5džp
+$´Ê°²™Eê®{
+Dá9ÎáyìÙ²PÂ#k›ø‹`
+ˆBð•ÔÁXT•|õKͦ]º<³O:ûA DMy½1S\¼¤bDÜðÍØ-áN¨´tÆ’&ªH' ÈY ã|ì(Tq:èäýÚˆ0cB†<ÂÆ­Ž…_g¯Æ2@cé…Cw4Þ î+OÃïò•ó!×dä†T˜Ž•Ñé'#yDý­c—Bm¾­GJ’Ü8ÁàlŒ´™L¯|:LGüY&.-)@¬ïßÙ
+:Ø­ùØLåKûÎý>ÞŽ€´D@”¨‡j×֖¸ ksfº6ÒŸ§k+üPÎ0Û!J )ú Èû\°£!“tÛ]쾤áöôžL3h}Q+®wf½÷§¢~ò™:C÷¶–Œ:Š•C#× ½¯=ûTv:4Üþ÷Õ` ›§ÃªóeÝA}Ÿß̇íʧ1Ç*ÓÙ2÷C†Æà“Ržœ"M2>®¨gs
+&•M6DHˆ¤\ã’¦+)ÞÈ)ʾ .ï'âòï·ÅàÎ$_Hù¼4­ cR8{iÜξV¿TCèâuC5ŸGÊ›!ÏEŸQ¼7…]˜szÕæÌ5pfr0‰†c5q4&±…¼O¨t«Å{kptEÝKçbMiu
+Cãe/4’È6.<Çcíà*¢é£Åaœ^Æiuèqk4‹FþÃ(I˜{³³’ôS¹Î7“N^aîe±=?Å…ÆÛ ~?B:ý±ÅYp^ßÚ}qí¤ÍmohÆÎ}y–à—"¸èèuRË@ë
+ÒÑË+&SAåõXn:I‡õÖ!dή¿uÖ™ øÏkÛ<Ç‹ŒºÐàN•Bö2wS¹ÓX3¤>Ún$Ò§˜æØ€ÈxðÝõry¸Ž·ò0š‰™øô@’ Ž /k
+Ú¢8ñìd0Rœ'¯R–±Ã.•·¯ŠÖ»â›ð)ËÏoh"C)½®‰_âdf.ÜHa
+ãoÏи7†üž´CÝ|nD
+ÑÆý_Í:hìGžø¬ƒÜÎùh—áô&c®s‰iIG³|²aȃZòç–‹r€O­”©†‘±}_I†N0‘ñ' Š\ðŒ§ŽÙeº¦æìj´6ð8õ› |ÒäS÷üʈ2àÔ:¥þø’ê¬dÚXWu YÃ]åY2ÝžÞµŠý³ñŒdÄ,Ž<¥ñòe,N‘Jo£i´¨åPíD÷—än_t2ÇÀ:ZoëÙ(¤ù"À?ÈŠu<ÎÜâ%*Ï WÃ#oü¾&<sCjD’–ÂhÛ6}á¯]ªµÿ¸–”•Y‰_C8‰øWÊ:ŧô¨µnn¡u8¬"fÙ9ÑåS݈µ4.ÝÁ×qbà9^…AHõ2^ƒ•Ä‘鯎g*Í XÍÊ¡sÙz.³ÀxCÅvròœùŒ5*‡[
+endstream
+endobj
+540 0 obj <<
+/Type /Page
+/Contents 541 0 R
+/Resources 539 0 R
+/MediaBox [0 0 612 792]
+/Parent 535 0 R
+/Annots [ 536 0 R 537 0 R 538 0 R ]
+>> endobj
+536 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.045 356.09 212.491 366.994]
+/A << /S /GoTo /D (subsection.4.1) >>
+>> endobj
+537 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [391.607 237.061 413.525 247.965]
+/A << /S /GoTo /D (subsubsection.4.7.1) >>
+>> endobj
+538 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [422.276 117.51 436.722 128.413]
+/A << /S /GoTo /D (subsection.4.7) >>
+>> endobj
+542 0 obj <<
+/D [540 0 R /XYZ 107 721.862 null]
+>> endobj
+22 0 obj <<
+/D [540 0 R /XYZ 108 684 null]
+>> endobj
+26 0 obj <<
+/D [540 0 R /XYZ 108 444.135 null]
+>> endobj
+30 0 obj <<
+/D [540 0 R /XYZ 108 277.659 null]
+>> endobj
+539 0 obj <<
+/Font << /F103 434 0 R /F92 432 0 R /F105 437 0 R /F88 436 0 R /F118 517 0 R /F121 543 0 R /F123 544 0 R /F124 545 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+549 0 obj <<
+/Length 3694
+/Filter /FlateDecode
+>>
+stream
+xÚ­ZKs䶾ûW(§Œª$˜
+N"·Kytõ¡ÙŶl*•dþ`o_ÿÙ°.à<­ í1K6w ÿÍÄæ'Z4AQ#“•Jµ7Ã}7VoYyj;áø ÓÍǹš½LIv ÿ€ƒPŽÍ
+›ÅæÔíš9Õ[
+&XB±Khm9°B÷û>\ #÷O½Äˆžˆ¶\Os|‰ÁÓL™9‹;ƒÊoT~{>·c¼“„hÏ;˜½i`gd%e¾<ÿ¢ò3*c ¥+Ÿ- ÆÉǃà‚ƒ²z®6Àþ%yšøáfíOSÌåWèä^îòïq[áý@Ž glH7¡µƒÓß1ˆçìBŠláxsœwObb÷¾˜XÛâ‚Az¹ÕÏ“
+ööÖ8c¶ÂI˜¿ÄÒS=r¿·UsFðã …’?c«i¢Ê¥È3þGÊð¨Ä€'~Å+xDÓ}>/ä ©ù¢ «ôž„!ÍlNìq1W¤ºÞÉE4VC4`Ò¥8FŒPFFŒ oÄø1c5)2aŸ8¬+AO>M
+‚ÿµ¼òWµ(M€Ëz©BEI¯vlö'ªpN ærÆdJ¹’u~ÐdÆ%2v½Œ•i>„!*‡Xh@çÍ$NC'ã{²3z±–^œJʺÉL0™Ý¸‘~% §S–qz¶û¦î(4ÁáD·ç×ÞE/»F‚¥QH7øWJY‹Ùk#AŸ%¶È¨1&ê¤kh0t}÷(ÿÌuÚ‡zÚO2íŒ>ðб]Hô&Š4œá(š3¬pËù3%Ägq%þžãVS­J0Œöïço¨ý], .Ábìœ+»ãK6Ëp
+ºñ[ŠF&Úö°m'0å<ÛÈÎßJ”+Þ};IšQ•¬kõ´fû+'Ìy.b
+b¶ÙõͨDP÷Lê;™”`7wI.ëÇ!Ô…ƒTBªDé4‹(ž. =(³ŠšŒVúÀð Så‘yu‹uÅü)7a„$Ké;Ê |­ÅYô˜>¶T®2ÝÛä9G øAI¤à{üEÀïƒ@ÅqÏí*ä—J&iÝ´rñ¹Œ¡j֌¸ÏEß‘ZùºâÏ3»à¢Ÿó
+\uºº
+ëbÌGÀóùk‡&Ëepù ãD·”R1Ë ÝYt&¢9÷=,F±qI‘Áy¸aéëæ2¶O—©TÐ;³'Î[âö`À/Kñ²Ï§x³¬—¼`›Á•ÖÙlq1‹¼o³ÊÀUê/ã×õŸäHY¢ùtN—U¯’ºïU©¨‘:¯“nŽõ0 |5ü³¯†FX·È‚£
+Ç`pYwï÷ò¸L
+‹â¾ÿÅŽ»ž‡²[h´Ò5Yñ:ÞŠÙO‚ºó>/)£ä^Q[:X‰ä½‚ß™L?«Z,Q{ç§Ø(Ým4–¦GþgÏ€”Õ؈°,³ù%Ê.z&zpÀ/" P¢ü¦
+‘2(0~¿7ïŠËÁô²¿ ~å±tgZWÂwÓKÅ Ry²’FpÁ
+ž{lšÂ²V5J>†›\­˜3“¬‘O³"˜äò鯠Ê"_>ý¨øŠ•f¸‘±ÿn.²ÜÊýg‡~;\fæ2˜»f¬”¿eÌçÈÍXù¼ò”ÃiûÀ”k„d¢†ªÁËŒ\âÄÆÕâ,_SWƒòZs8NOñÛª\r#,P®Ä ØGˆa%c·U¹ð¶£Åïþètyf`if¾=Y„kóµE¦ò"_è|%èîü6_ _ºÜÇž!_22/ñ#V¸µùoœÝÿëÛ¯þL§·D
+endstream
+endobj
+548 0 obj <<
+/Type /Page
+/Contents 549 0 R
+/Resources 547 0 R
+/MediaBox [0 0 612 792]
+/Parent 535 0 R
+>> endobj
+550 0 obj <<
+/D [548 0 R /XYZ 107 721.862 null]
+>> endobj
+34 0 obj <<
+/D [548 0 R /XYZ 108 639.9 null]
+>> endobj
+38 0 obj <<
+/D [548 0 R /XYZ 108 425.231 null]
+>> endobj
+42 0 obj <<
+/D [548 0 R /XYZ 108 282.292 null]
+>> endobj
+547 0 obj <<
+/Font << /F92 432 0 R /F125 551 0 R /F105 437 0 R /F103 434 0 R /F121 543 0 R /F123 544 0 R /F88 436 0 R /F118 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+555 0 obj <<
+/Length 3723
+/Filter /FlateDecode
+>>
+stream
+xÚíZK“㶾ϯÐÍœªL
+Ê™IªÞF¹ª_A85B†=Ëâv-µ £Àà«7¡"N¥W|¤üh­’DD¡Z­u$R/B‘x!ÊÑ»J‰H&Ï qJÝ$"6f¾V¥ë(I5¯5¤ñ¬§¤er”ÙÛh_“ã”t\ët¤õHj:aËhµ–±ÐÒ‰íËxoo×JÇÁñ\vÅ­ Ê¢²ÜÓÏÈOÍ;»Ã‡(¸´`à^FF¤°#þ;Gd¥(aÒoNWó4‡üV…Áo·2,Ï•—%!g-÷y¡Ù
+7pÈ»UÍv«â`o·÷+Ôß,òòÈb‘‚­¥Y37UÝsœ6ƒï{ÞÐFÑJµ¨ùRD^¿XX¡id@xxkCsF"‚ ßd÷íúÓH­FÝ?-I9ØÉøk!u¯qÛúxÌ«©Ç îR¸jVÜøÛ77³%FÀÌn,ˆ¾fv9U0p_"3š,6Ò­¤ NüÜ->ЬŠ»ïÝpѶgÔ-„1Øü§Çl°àáïö-v¶mA8*õ|Êq*¶ ‚Q°Î¤WT[ÝF sESWGP,ž ùàÙÚC}.wýZ¬g_7N(B†zäDæ´ìÒP„TæµvbÆîÉó‘–ãs]•ONdÝë^šÇ¢µ—Ë»üžlíù¾µ¿ž{©ü†êáÜØÖíÌfBÆI‰ä‘H‘ʹUulR¸íøÞgÇ­¢âd‹ys+ÓàáÌ‚=õÞ,JT‡`T¯÷<J.šÅE°‘& ˜ÐZ…"T±6æåhÓäÏ{í`ööXó2aØQlÞh^¦›&à’gÃŒyiy%ÊHÃQÆ…ØßQˆÁ!ÄÀе“ˆì –“fñ$ÂÀ,³Sq„!a ¥Ñ‡Nð 8!š"MÇA]iFñ‹8m„0`s†Š–­E§™Ð`'{©«;Ty·`¼ÜBÿ‡Æ:x,ˆm¶üÏ< ~Ø°%éÞc,IÓ@0™·%=˜¬ EìÚCSð8Á–guö;¼ŒöûOÌGîÙõR†&9ß×΃‚AÄRN=èÖžÐþ£Ô‘†F™·Ôe‚žÛ®@—Ä«†±Íü¥4 h
+­aô
+¥XûO&ûOœ£çsΑødOˆÞš cIEÓÿgÃnüÿ°ûßvÓ—ÃîÎÞŸ–h¢îéømA‘ô˜(vÍÙ^É•Œ>•ê>/ÛE²©„d>~>ÒJC¥µé$Ô KfBI. !AÏÅ·ëDïè÷=üÊà;j¹d³ä“šeÁcSt–›9ÿ5¹ó®Ð.ù7Žõ™´ Ú¤Mð_T{L±HS¨ÃS¾bºJ†"Ž‡·¬–xÕà…YƒÑ”ž4Yl´àEºâHèrZk†Ù™šùÛ‹*/Áút_Ù{„ gô8Y v<Ø
+P!|¼‚dL,0Õ»LÑÙßÝ»rP"
+\’.ëœÓ¥(âL¨Á!c$Á÷OM}Ÿß£“Â'Ü ^
+'`$âx ·EÓ\Ç8:L
+çÚìö£ÃÉpHp~߃Ǿ½æ©³T¤Ð5óÔÙ+Êq¥Íoµ šöéx"–A].¦±Š^çc‘8¾B3IDëiÊY-îª ^pÛ艓™ÛþaaË9p¤ÞÑ.¿§]~f¯%$”½Ís),ÌÁZÆÞ-Ù
+„hRZ:Õà–*[õ ÁôZv©Úð‘+ëŽÅ·dxðeI»CÞ1ç2ßZnæü×]*Žºl¾=p‹¡Kÿ]Y´]?À”6ŽôÔ”iÍ­³äFh /Ù«aoÏ\8¤„•è¯gTr,*oeÀÈK»¢ý8Eõž&øÒjxçnж‡ºðSÞ[NJÐJ‹mçrç˜"ðQ-œ®°µ]ç¾4NHÆÏ` Ù¬AÍa>d~©R
+²6
+ªÖÑw…“L}òE®(&ç—ú$ bD¯¥sÏÒ qQnFAaÞfÃ(}Ynq¤_½¡’[Ç#%ººªwM2q¢„¾‘k’Éx™®ƒ£ ty¼EÝãÒBO„êQN\$üHñˆj­±$znÃZ$R.Kðë²Ø} n®´ÿZX;{©áĸíÛãÄÛ·<9Ö*y ,>⽂ÀŒ‰¯FØçbÔÒù2$ð¤q˜M…ÄÙpšâ))ùxÈxËHuÓÌ«nŠª;ÔsæL ¥® ¼?®Ë,oÝëKoHäÝœ¬iopÀP~mëäpMâ2Š>/00Å X¿"®Í•r¢™gל žC$¥Äq–u®†ZàÅ…~+âV,'bQ,R
+„éíñæÃ/ájÊ 9JWôÚq%㔞ÃU¹úñæ¯ý¥~¼íjØÚ%‰3 ¦DŽ/ËÎá ¥­ŠúÇ—µv'êVt|øêÛïáî½µe˽šû}€ j¢Äã¦ôù[-# r?yW×<GY
+îÚ§ø ½Q&B ~´9qZ<@äAð¤Næèx,pIwª†·‚`öHý‘ž\Àï.oÔýÓgXÛk—Ä.!X$ÏÞÃñÑŶ©æ»“úÜñí*_™_˜Ë@<I®Ü®Á5¾%0»]55„ù?Æ¿ªüõ 
+endstream
+endobj
+554 0 obj <<
+/Type /Page
+/Contents 555 0 R
+/Resources 553 0 R
+/MediaBox [0 0 612 792]
+/Parent 535 0 R
+/Annots [ 546 0 R 552 0 R ]
+>> endobj
+546 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [247.921 643.975 254.097 656.376]
+/A << /S /GoTo /D (Hfootnote.4) >>
+>> endobj
+552 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [407.71 167.497 422.156 178.401]
+/A << /S /GoTo /D (subsection.4.1) >>
+>> endobj
+556 0 obj <<
+/D [554 0 R /XYZ 107 721.862 null]
+>> endobj
+46 0 obj <<
+/D [554 0 R /XYZ 108 684 null]
+>> endobj
+50 0 obj <<
+/D [554 0 R /XYZ 108 600.673 null]
+>> endobj
+54 0 obj <<
+/D [554 0 R /XYZ 108 493.599 null]
+>> endobj
+58 0 obj <<
+/D [554 0 R /XYZ 108 422.391 null]
+>> endobj
+62 0 obj <<
+/D [554 0 R /XYZ 108 267.497 null]
+>> endobj
+557 0 obj <<
+/D [554 0 R /XYZ 122.346 138.577 null]
+>> endobj
+553 0 obj <<
+/Font << /F92 432 0 R /F125 551 0 R /F105 437 0 R /F103 434 0 R /F121 543 0 R /F123 544 0 R /F88 436 0 R /F118 517 0 R /F93 433 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+562 0 obj <<
+/Length 3368
+/Filter /FlateDecode
+>>
+stream
+xÚ­ZI¯ÛF¾ûWè6 uzasÉœ<Ax0“ñ&@2Š¢$©p±óò맪«š›ùì7/¹ˆÍbw³XëWÕ’›ËFn¾{õ‡W_½Iô&I›‡óFÉXhl"¸&2Ú<œ6¿lõî¿ÿüêÒv:Óˆ0
+`7åv¾ït²mòôTÖš?Û8Ð"ò“÷¼Ÿ´›H„ZY7ADr˜ñ«2lùôvV
+«C?]ìF&ÙÆ8õ•äÏskX3aÍ! EG›ƒ DÌŸöpÍÛWÇÛúÞuÕÒÍ­¸\;·ëöÈÏû6?Ѩ8ïip®ä;e·¿§·{™ïiUwåe¿J©›¶o.}î)¿-­hQÞ4~Ç´ò/ã9UÍ{d •ŽXæáD"‰¤rª&®J$ÖÒ—þ{wõö[÷û°3jû†jû£#üà~ß9Êðã(ºÀ
+ØzPßA+³=î´ÜöÞÛǺ'êÇ’Ûº/Ot[pK$ƒ{oÜnüÍ
+7lÔ¶ÒÕôªKM¬¤W°"9!â ¨²²?å4Á©©M~K‹ª¨.të•Ó
+ºÛ¨h¨žØˆã)Z‰8ˆ›•&¨Òr…_VnÕh¬0Œ01ÂÊd®¤·(Nm3´¤e[ÓÍPo†HéøIÆ÷À~
+÷•¸’.ÿšHÞDÚëJΧDàýàõ
+ÛFÄ:þÆYÎ4ÀS˜
+Úù‡†®Å™×™É:«D R¿rÌQñü C;êOê2_ÙHi¡ÆHWŒÁ+A¿ÑÔš hXÃ&/Š¶k÷¬ÝÁ™P¡`¡ i{°IzÒvEY’ýè8Y8ù5Å}È`EÄ!Wǒ݈ä­@™z+ÐouÁèõ`X @7¥é+ÞÍ™_DñÑÝû¸„DŒlx¢Îàµ@î+ø•˜`¤jt©?³"°ÄAâWÏQÛÕ÷;°IN@J£ ±hÛž‚B¬|HÆá-oÛô’;•á÷Rx€ëáA°óEóV0Œ¦™ w䴄ì¾Ý@q^…€NªkÞ3 Õ)g61¼­pJaÔðž[Þ¥çºZc(BÇÑÜßö´µ·R’…”®–]ÈÁ¸¸!ßV³±ÁÀK†^‚<£á©%iTŸýbº¢*xŠ[Ðð­ŸU–Ã3LÝnî`!iå9o=¤Ñ³§œ¾ñrÉO¦€fÆÑÖîc³ívj[øÆ :ÖìfÛN^~"Ò¯ÒÊEw¥‰yáü|EW6ÊÚçéÊÈÁÆëÕÍÀ£T0Ý뎯ßÖíÚ†&6#¢UÄ8À Dz!HøØûˆ?Pë¾»÷,§Žž^vv ©vÏ¡ \S)3¬s§öˆâƒÙVõXÇ—çkÌkØNû¹”C­$…À3§ðÑ{à`É6T§¥šùçU÷ªi:‚<šDSÜ qiTç›R5±^B_HÄcöD2ÎXƒ¾‹­ˆ“šX]jDÄqPœž“÷›¦¾hŒ”é-86ôVŠxOÐ"sŽ9Š&¥Dn³k~ã)˜Ü£²¬1W|\ éZZà%ùBH3 éß?ÒA–rŒ¨ÞÜg¯ƒ< æõ×$âÛeâ'ßÓ–åQT
+>öžŒOšü·>oÝ&+ª58ëçUM_=GÕ&šb|q Ð?Hæ9ç^¦¤ËÉiG£©v˜à§¬Š_!˜GùOËΙü•R ÄHÛó{ïM}ê3WCà-iG”Hq i£j»Ò 0Hð0
+³|>Sû~aK7Îί@¸×]0bÏ#~ë9-,sv™WHºvû¸ -–¯Fcè4#½¥è8rõ8\‡bouÐBžÅÈŒnðãÖì
+‹Dpœ/46&vŸ€… šó¬aêb¾¡!·}Û |0GÇØÈ}}€-ûI’]5~(ݬ™òXßAfMz¿¶ç¢\˵Q Ih@
+,
+„‰!@lÖj˜x3‚~
+^?l¹E¢Ãx4,|\8Pr]Wß[K; "½îf;$àu€—+OTÆHjì²Á'2px ®Êµî‰±P'/ìK„£îÎÐÓ¬(‹ 4„a¥ £ÃTɦèfª?¸KúHQ¸}UdÌp^Ѯښè>iH€![—êvþ–ýªõïÉ6gé´ý±Í³ƒ¯“"@HáëSæ{…QnšË†?}÷jó‹«µ Zj qbÞ—óÐRQ¹# Ðǃ "¶–Øa6˜vÂMöô„Á¦d«©ÒÛNùŠõRŒk5T©kŸàØþ?h¶½Ž%3#b9–ÁÀŽg±Mo<JÚu#{h9&fÖù‚ *«î›Œ7x“¥¤‡××ÂE×ÑØÐþ³¬o\5 7é`‹y5ŒxqSW—u{S€…í—r¦±‹oÕ•c(\Gå:0"ˆ>…åhRRÊí»¬¾SÆm~êKLºŸ¾^ÎQð;ªß’˜jM¸v\k'ÑØFú 0¥–x›]ÓêÂëHCÊÆbõsuëŽ9—£$Ç@:{N¸Ùï¤ÂÆ gøűYóÕÛ~‚¯·’IM¨/½Ö±åø¼¾ðó
+©”Õ à€{M>xÚÕÜvq¯\+p#ÅÑ_ROc÷343uì™ BVˆk}mOŠ¶Áò·ŽÓGæúZ—§ök÷-¯u`J¬ ¢«E…ìfÞN9âj¼Á(ØÒª&:Ý€±_”VëxVMÐgl#J§mno)uÄÛ%>!À¸¬3 ö¹Àס8Zìʇ?Ê4š‹áµ‹]ñ6?£´á³qpãZǾu #*Tð!ZîD´YwH±IiN#0ËS À€æ¤ëߦ¥ ùôE$÷DÙûØèßûà•Œ}kúà@$A°(ËŠ–°xÜyœœb‰jH ñ°oønzJën*^]ñ65 Öq)!cÂpå“(7æ:OX›µ½gÂ$ÛÌ®÷¨PÈH?þ‚è©ØãäØe‰òà¡×ÐŽ+> @ÈÖð,ª²œDó÷¾±z¬œ&2\IsÉÁ ë†(PÏM^ˆ7§Ð« B5)B³hÐüg;KÃÎü%oð¨Èi¸®DS¸smDùLÍ”¦–ÜL;ç‹\eAúÉ‹[&fQÐrï†ÎùçöîÃ}+É‘? Õ¥MQ÷¼àž6
+endstream
+endobj
+561 0 obj <<
+/Type /Page
+/Contents 562 0 R
+/Resources 560 0 R
+/MediaBox [0 0 612 792]
+/Parent 535 0 R
+/Annots [ 558 0 R 559 0 R ]
+>> endobj
+558 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [125.29 468.169 152.189 479.073]
+/A << /S /GoTo /D (subsubsection.4.12.8) >>
+>> endobj
+559 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [271.197 232.578 285.643 243.482]
+/A << /S /GoTo /D (subsection.4.1) >>
+>> endobj
+563 0 obj <<
+/D [561 0 R /XYZ 107 721.862 null]
+>> endobj
+66 0 obj <<
+/D [561 0 R /XYZ 108 582.182 null]
+>> endobj
+70 0 obj <<
+/D [561 0 R /XYZ 108 449.141 null]
+>> endobj
+560 0 obj <<
+/Font << /F92 432 0 R /F125 551 0 R /F105 437 0 R /F88 436 0 R /F93 433 0 R /F118 517 0 R /F103 434 0 R /F121 543 0 R /F123 544 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+568 0 obj <<
+/Length 4181
+/Filter /FlateDecode
+>>
+stream
+xÚ½Ûrã¶õ}¿Bo+ÏÈ(. öm›f;Û™´Iã‡Î4™ %Ñ»©Ô:þûž À›á•·ÙöÅ@àààÜ,W+¹úËéÿt÷æï•4+¥Dn­^Ýݯ”t«4K„4Ùên¿ú×ÚÜü|÷×?¼Ïõl–ÚhX„¦|7LÉ…ME3”ÐÚ†ßÞܦz}wcÔú4Õú=þNí¿ùAZdN’‹$OÂ2E½a£µ°6¿ŠM:ÅFØèõ÷l~ü6™Èâ—ùsÑ7·ÚJ˜%ë§sÙ‰ÉÞy
+;ÂG·*•"596DbücUïJøZëu †Zírë‡Ë©¬ûŽÇš{:5]?¬ XdÒŸ+6·ãÑ÷÷ÙÔúµ¿‰ ¥0f Ú¾-n”]?Võo¼kN' w0ó¸v€ƒú&†\E®ø|æò5]¾
+äž!˜8a“Ç`;B`ëiUÕ}ÙžÛ²/÷©ú·7Ö®;\juk€2&W@tº>^äÒ•÷—ãÍ­‘„?ý~¬› 'Çœ¯9•ý¨€ƒÅ¶¹Dén´pù×9f÷0°æ®¶8÷ÀH´ÿ‡Ú#{¨:Fpw(Îpr?–þ·:úSí«nwé:îàa¸…l„_#«y”Ó$3ò왡ÌCfŽœ;1 Ž_íÜ*ÎÝ]Î禥sãþß~Bn,k 4vEw)ŽØ6x—-C»Cs9î¹=Þ&öÓήiÚ}U}Ù1
+•›ùßE¸
+$ÀÚ•ó‹¦bÎNJ¸lPÍç²=Ux £ 
+¹€9ªEöAྺGè}Ù’F#±?¶ˆý7ܦkÆ þ²°AëTTõñ‰Û[?JÜÖ%}”ÀäþF­Üéªßxˆ#ñX
+A/t\RWþ‘OèÜTa§"uY8a V¢­vJ j«ççm"+Y‘ç\Tmd¸»lTäWWAºÑn[JÐpâ?I+#<`ÀVgWË÷ÅòãçìF2²S7[ªMœ¢ù¸é¹è1B8‘f¯'ĹÚõÖ!Ë{KΞy2³•T&œ®n‹‰ôüERÇ/Ûä.|Ab÷«öaÅü姵ɴ¡sƒW@ñTy½fé»à.¶ÈDªÁy™LÿPG]‘çæëÝà@Q/¸ê:6í 6NÏ¥F )%:h´ù§Á>pÓ6‚dcK{]×ùOö{ô#"7bœÈäpm»ÓÓGdóϱ;h¢D¹‘ax2R ¼ØÆX!Sý*a=7²Ñóƒ)o
+ ±õ€¶-×’ÙB ñù£ÿ;5ì2XùöñsXàŽ‘ ßú{Bº¼¨`äÚûÎà±ôà ¦¬ê‚qÜ•]W´O7©]{ƒ’ˆ<Iæ6ù÷ÔÕô
+îvàAKnËž6Zó¾,ºaØ°{êX2AW¦fˆwÞEpNqjÊ]°XÓÎvß—Ý®­Î}5Ú½á`^ÕG2†Ü·G~ašš¶z¨¢ZHŠÄ¥£ºÕ ÙïjÜù‰;]ùë¥äˆ'õQ @™4wXD q©÷
+­#û•>ôÈÖç¶Áu>U{BŒçðÐ¥ŽÇúy‡08:!<Ò;#Uæ–°ü,€Š-Ç»… ~fºîŠS
+Lpêͺ½0E Éd@ø4Ä\Ö,}u³†åÉ/Öð離Awߟ4æ³kôUº½2å
+HPM+6˜ß›Vrzâ\ŽW/‚È)¡óÿSÔª…­9›ã– lLóQÐ->¢a0Îrú
+ ÷—zH`ÿ=ÉŠfõå%ª¶5*¶ñêàï•°ñi4icí è½zÆÚò æCiVì—$Ò-L)LµjÀ˜{¨ìö1ܲœG;A-›ecŠ°‡‘]¦WÈx`ã\´°'ά^« Õ3 •#ßë1NÙÀ96ã•é¦,&$ÏÈõ¸:§ ,zÞ Öϱ)Îà1œëz`6<^j))F›Ñï}¸j$yÊJ}á9bŒ"¸]8T_N[:³c½€¿)ºðÁž[nÏV _2þð‰Ï” ˆ…~´ˆ¥J ðLš~”ðmXlF—1wøªèפBƒEijé"üŬÿtSþà}s,'PUD€Ws·²[$Ñ“ˆ–¤Ð j+Œrÿóœ˜Igö6â
+9æbâê7œ%¶àì@oä•Ó<óµ­E2¦ŒúW­}nªº§µ/þ¡æ“ÜS&c×3´êÃQ1Šê½c…¸ÁTp6
+k™ÛýàSáÆ¢F¢ÐTÚkŒ—Zó,—8_G¥ÂeW™lºNÈêO†y<˜Ç»i#÷–ƒa^umf¨©ñ)p#­ý¿U 2«~—T/èHÄ\_M˜ƒ/¢2ø:ÈÆ×ç8BÅæ©xâÆÖ—æ&¬I•:_Ú›óœZû‚à7‹Ù÷¾>nµ…vr sX0JnÌ3 ÆfÁ}¡Øõã8¬s»çyþyì4Ë_ýO&$#Sn®®ñôÂÚÌ‚®çç~´È#„Éel+a®[à»XF*ý\Õ"±?¹‡§È*0aPz’{•´á…Æx¿>*ùÒ-Ž/åF¾@ˆO9ÍmàNßS<[‘‹] %ÊÛÁ¬B¬Ê+‘R/ò3Õœæ‘î¹ÅA~êƸã?*+Ÿ²€6›<n7ƹë¹b
+y3|UäæC‰©p%ˆþÓ#y5æ6ñEExÿàSèغo†wb|Õ5 È0ÜåeCd§}d÷ = ¹Ãeÿ­§ò⣳¹§2— Ê6$‰·ÅXi"Þ$fx:Äð"ö|GIÙ¯”FK§Ï–6¼éÓ$ Ø«Ìâ^•Ã9žìÚ‚±¢:q­`—àZA“]+,ƒù©,7˜§tùÜi$ÊÑ¢ž‚IÕ'Š²L$"Ðþîû 7†D ½‰)ZùOƇ=ÐùIJã]+ Ð.úÖÃfÂJ÷E%XˆWGGå…÷©ÈƜګ‹ÙÙ´ò‘LPV¦ó¸e²¤Ïd/y¦ä¨ì‹Ï7MfÌê_&Ô¿Lö¢w
+$•.û"÷´»–JÚ×»§ñ5r§^¿Æöê/8w™HsÝǶXyÎWOœ€’Ò‹/–˜¸·¾¨|e­Dº8øâL&YĬf𔹳-ûÇ’\.èÈq7j(þÙc
+ôTQv–u„ÆÜ¢Z¼ø#=›e öÇb^PG(¦q›6$e}¹‘§cm[-a‚Mδb1óxñ T~h؇4 ÏBà¿ðÛàí[îžš}yô¹ ìOãÂ,óh¼Xõ\8¯Ràeå/‰_â¼ø%îsâ—è/’¾ÝÕÀîºäDQÉèYâï0“ׯñ1¾†ÍõU ¶6y;µ$ÜB
+. i…[ã;þXM_dã3e¹Ð&*ùÁÊä
+qQ:×ç
+?(‹º,÷>ïeå³bÆDe…,–ô/Ç!'"/IâoQëIñôªÀ ¢àðÈcÐ]3Ìvt× Ï’ñå–ks ž‰u¾’š/µÞ
+endstream
+endobj
+567 0 obj <<
+/Type /Page
+/Contents 568 0 R
+/Resources 566 0 R
+/MediaBox [0 0 612 792]
+/Parent 535 0 R
+/Annots [ 564 0 R 565 0 R ]
+>> endobj
+564 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [405.746 582.715 411.923 595.479]
+/A << /S /GoTo /D (Hfootnote.5) >>
+>> endobj
+565 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [143.257 427.298 149.434 440.062]
+/A << /S /GoTo /D (Hfootnote.6) >>
+>> endobj
+569 0 obj <<
+/D [567 0 R /XYZ 107 721.862 null]
+>> endobj
+74 0 obj <<
+/D [567 0 R /XYZ 108 684 null]
+>> endobj
+78 0 obj <<
+/D [567 0 R /XYZ 108 420.224 null]
+>> endobj
+82 0 obj <<
+/D [567 0 R /XYZ 108 253.375 null]
+>> endobj
+571 0 obj <<
+/D [567 0 R /XYZ 122.346 159.879 null]
+>> endobj
+573 0 obj <<
+/D [567 0 R /XYZ 122.346 131.165 null]
+>> endobj
+566 0 obj <<
+/Font << /F103 434 0 R /F92 432 0 R /F88 436 0 R /F118 517 0 R /F105 437 0 R /F11 570 0 R /F93 433 0 R /F131 572 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+576 0 obj <<
+/Length 1986
+/Filter /FlateDecode
+>>
+stream
+xÚ­X[³Û¶~÷¯Ð#5#¡¸ð†N_âÆnÜi\O£ô¥éÅIl$R%)Ÿèßg/
+5mýR];V©[“K‘ð«RÂfÙŒÂãÞÉ’ý=²Å\ ÙǾ¥çc¨G€·"-¦ Wâx¬ZópdúHC²9DŒ)s‘ ÿ¸Ka&I§j`­×*K\?4w7xd^“)Qê)”þ Y
+á}fnÕ{û®†`æ›_ªËõì†Ç­Ð fùU6©›¾†‰f÷®«vËžÅÄ©ËÔ{6gÓŽ~rZ$Ú\Ïäµ;ß]Ë_òäØWWÒ„³<nm=B<x6;ˆáznZG†ÃÊ×®®nƒãOÏ~]˜Làr~;ò¢À]
+²5å²]@­äm&±Ã ‘ɨå·ðTTr"Ä
+4c9õàØ:ÁÔN¹c’Za5ê<tQàT>¢4º!Ö¤h8siÝ°øý‚•r4ê—:-ž¯'ÖîÏ‚ñM8Œ¾$ºâ¡§ ?òÞ1ÿ3ÛmÅ’çƒó°.óÿ €ËäB§úE²¿Çq@›—Qø»øFMk8^/êñ|Âÿ\
+endstream
+endobj
+575 0 obj <<
+/Type /Page
+/Contents 576 0 R
+/Resources 574 0 R
+/MediaBox [0 0 612 792]
+/Parent 578 0 R
+>> endobj
+577 0 obj <<
+/D [575 0 R /XYZ 107 721.862 null]
+>> endobj
+86 0 obj <<
+/D [575 0 R /XYZ 108 640.274 null]
+>> endobj
+574 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F11 570 0 R /F103 434 0 R /F118 517 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+583 0 obj <<
+/Length 3154
+/Filter /FlateDecode
+>>
+stream
+xÚÅÛ²Û¶ñÝ_¡G„
+ä8κÃY«T¥0àEeþLàejVð7¦á±4ãÖæ¹Ò¥…ÅtÔ<­ÿþÂ\Á©Þwõö»¬3Ÿá‰_ú w‡pør`ü±÷wv]b}lÚÔ2»é¶Ç°²ne'<47&“óh‘ʨ—¡EåÌV¥Jó’ÅgTªsR0“¦ÌÃkmSÞæç×I–$›½Ñ¿,Èõv†ÀÎÔ"’îÛãÛ+¦‘ãzðÀ§Š"òAüv^ß|*‚ã¿׺Qšx*¦X“ÀM9Us„N¨gHÓ˼S3€boÊÜCçÞÑqÃÄæF¯eûþ"Ç?õ1â<·½?9ž¹=øf+(ÉŒ{LHDeMæZ:%4SWfý¢ÅVÃz¤!ÿ±>nÆ ¨Öž?@eO=O˜Ûƒ ’í€0ÃÑ×'éͤ‘&kÙmvp^ÍÍeÅ—€>סñ 9pye?'Ì£>,[ˆ< †M&h=™ªªŒ–ïOïÁ_a(¯D£‹ê¸€#SEq­!¶ºz×\DÈzvb&ž˜{ЋPCÛ<Ö×oôÚ+ÜÍ.’Î48…È ÜœòÄØÊœ )x¦"¯)¿p­rpZ2yçöõå8,ù”B•Y=З
+‡OÁ+ðê!uäQØ}²PiZEd` ξi²š­À¢ °>Òb®*r÷ûËâVà ÍxXq«Wö<¼ùÐ~x¢,ʽCUR< ž½ªÖ÷OáçcM׺57;?ð¤z`
+¬…ýÓO‘"ÛcÒ‚²RY™Î•àÄÖXŒŒÞM4À&ý¬<£R6Ú€!ãF|c©WstÝG
+¨c3‚Îb3„à}£üˆ&ShŠ=w:ÒîaM–
+ÝÇ·Lºs=¨s3dj]×…îÉõ}ýàB Q³<¢•ÄÈ^©ÒR‡zÞàŒ…ˆg-òøCÃu©V*8 9¨T¡'ÎÌŸ!Béêó¡ßæŸÅ¼OI)Á™W1N<,ù´Yˆ÷þèi£t=L³èò¦!é/ Aí-ãÆ^Yò/A6 >Ôhh–¼9¢¸ªÿPéáè{7ò¿äaÁa§èH3eµ”õB],Çâȶóx à"Q– å£ágX̼æõ=›BYÍýî3ú½»±zý”œ/;âÑï×¹[ 5-Ucß-í¦•NÍ6{9Ùì?ï߬Pyr}èÄ(Ǣľܑ< öÁlt
+Á¿ñgŸBõùÃ1+ZŠ¥ÿWÿžÒD™EQ¡iÓ˜1÷g·möoC:T(cÊ¥Èí1enƒk{ˆ¤šôºM0µ;Ö9ì^ª‡fKñ„j‰èh5&›~í‡ESBÊŒ˜Õi8ˆ!‘˜¾O˜ôàö: ‡{Úüû=JZ*[¼k–æ$«?èVßGpÄ‚Å[?RlzìŒÊ
+ž!`IûfGQÕh¹(¢CЉåZwtÛC¢PÆÅAÅÝ»³«Ã3Né.mrtiäùÅ&:$ò
+:›¥åuñ— 3æ8[$½:a
+ä%;w\õoüEÒ$ ¿—¬-†™Óô©Š!1MäœBTÕ+þ|ŽtrVQ±ÏÝ r½Dv¤Ð‘ê]ÈÇ‹"¶HTVEÕ;íÁ÷-7eÞ,¢v!“ènüù­| úÐ’IºviYtiyô¡i
+VËž‘AüˆùfºvÁ5:ñ»Èó†×r’ŒÀ·þ";K&',EÑ‘T|qòó'²ÎQ5U /WØg/SüêóÈ¡
+Ài¤`ÎIŨœŠ«Nc)ëä†úŒKÖ¾_’G
+6>‰&<ÖAg!ž1c ‚÷¾]D–(;>CP8’JµÄ‚ª]•¤bDÎ! ÷œä1]+Ë ^˜h‚ïÝð8E­Û!ÀÅZi|Mή4ëÑ-F¸®»ÊÎ(#Å|¯y8 sÇý‘N%Ì•GbI¼¡w¬‡€ñ£üŽÓV›‡H!ÏØÎA{lNÍPcU¤g
+âȱXdòòú) òˆÚ©ÙŸ]Vº‚ë Üm‘«²¬äAVÏ&=»{ò?¤ŠÍ®
+endstream
+endobj
+582 0 obj <<
+/Type /Page
+/Contents 583 0 R
+/Resources 581 0 R
+/MediaBox [0 0 612 792]
+/Parent 578 0 R
+>> endobj
+584 0 obj <<
+/D [582 0 R /XYZ 107 721.862 null]
+>> endobj
+90 0 obj <<
+/D [582 0 R /XYZ 108 684 null]
+>> endobj
+94 0 obj <<
+/D [582 0 R /XYZ 108 415.026 null]
+>> endobj
+586 0 obj <<
+/D [582 0 R /XYZ 108 392.904 null]
+>> endobj
+581 0 obj <<
+/Font << /F103 434 0 R /F92 432 0 R /F105 437 0 R /F8 585 0 R /F11 570 0 R /F118 517 0 R /F93 433 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+590 0 obj <<
+/Length 4523
+/Filter /FlateDecode
+>>
+stream
+xÚ½]sã¶ñý~…Þ"Om„
+„
+Âoji¶§©ËñÒzF ô«éž¹•÷´ËÖñ–NEbÔ”4E×÷VÐe :xZA—™%HÁb'¨ïÛ¦/y”•»Øêš=÷M5tx€€XžÒ' •€ì*»éâxœMû ½ Áîè=lº/7Ö&’Mô]…œ.Öcs¤Fß>r£¡§Ã‘Þ
+z¬«vmï ´*Ë]8 Ê½+[´ l×€êx‡j·£Ö}ÉãP÷á³ÜíªƒSуõ3¢üáj„ŽŸo¾Ä~Ÿ ²L>-WÕËpy¶z•‰L5éD¦'Î ª=< +2à•LEƒúñ@} ‹#1 t“¦c
+ÎfmK^î¶,\$¥€ -ËITeÃË6ô‚7§~
+ïèÔMAãÀ¹ÐöØ`àã¸f¡Ú%9æ¯^‡5GùP‚3“fq³Hdf`p½ß‡à }6É2ZƒÃ6ŽÇ¬¸Çr8Ñh
+*Âl ÒRz£ XuÍîØ—!Éúß pË@Îv2‘Ha_WÛHpL™•kŠ&QŸ½úØ`®£7
+^î€8aõȶE}ïoÀ,ç
+ìžxsðÎf´Xjâž+gÉ›kµºRÑòسöC©Í”Ý ™0³bc`ÖŽÞQãs‚–PðTÄƦČLm“Ýðjüî‰}cmaÛo¶M(`ã¡ê¶×“¾”Óéè—׎¡F'CxW.Øç±Ï.زYü¡Úá:òÒn{꬘>œCAŠ¬úˆ^*YŸH—Ýž‚
+¸É²í‹Šò] ¦9¥õ%Ý6mÿ}9=®tlmñiÑaGZ(3 ±9ÌF “èÎ]+2•Š=PŒ–Û
+NU£dØ56¿5Éq€z2ÐóJ ÿÃZñmÍ©‹Í¦BöçüD3Ë{PFmœú8ž-A蘞v®ß%­Æ)’q^„¢Ú˜7!w<„4Â"”â| {m«5¶ ÇæãÜÇæ'Z+Å{­¾Ä‹ µ´eŽ’ÕØw£’ÇÛP…–álèkÒ›°:aah·DDè]5¥•æ)4¿¡ùÃy4A˜lTT÷§‡Õ7e·n«•¥=`…\Uq&[G±­ PܘyuŒ ^›N7è`p_îø"›eÙŒcC&¥ÛiFX e¼ÍÒß…lu¥Á˜Vãmïx‘Q|yBóö›]$98òiÎHÇ> ßi$Eë7f–;\îN'âÄ&°¡Gmˆq´ÎÏ!¯¡i²×á4ˆ¦¸ã¬5yxø,8I9ñk„Cø‰”ÇdÖ¶@iý£¤o}3†“-[b}ÉÁ{:´Íš„«f²a?“¨dl,ŸYM¢)Îo¹
+‰ÿ…û
+xV_ïßüøs´ØÀà[ðû`‡í–šÝâ‡7þT ös– ?¶ÔÒÿ©: IvbÛÓÓ‚ ô£.O<xÖÀ {jýkfÓ}©ð¦éJ²×9Ýüg®<÷‹¯§¾û×r£]¤`Kƒô–Bºÿ@~܃- ÷ƒè€™J±–¬þÑ-
+endstream
+endobj
+589 0 obj <<
+/Type /Page
+/Contents 590 0 R
+/Resources 588 0 R
+/MediaBox [0 0 612 792]
+/Parent 578 0 R
+/Annots [ 579 0 R 587 0 R 580 0 R ]
+>> endobj
+579 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [332.003 633.183 338.179 645.748]
+/A << /S /GoTo /D (Hfootnote.7) >>
+>> endobj
+587 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.276 465.477 144.453 478.575]
+/A << /S /GoTo /D (Hfootnote.8) >>
+>> endobj
+580 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [478.503 125.179 488.465 136.795]
+/A << /S /GoTo /D (section*.6) >>
+>> endobj
+591 0 obj <<
+/D [589 0 R /XYZ 107 721.862 null]
+>> endobj
+592 0 obj <<
+/D [589 0 R /XYZ 108 684 null]
+>> endobj
+593 0 obj <<
+/D [589 0 R /XYZ 108 266.249 null]
+>> endobj
+594 0 obj <<
+/D [589 0 R /XYZ 122.346 138.479 null]
+>> endobj
+595 0 obj <<
+/D [589 0 R /XYZ 122.346 128.694 null]
+>> endobj
+588 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R /F8 585 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+600 0 obj <<
+/Length 3548
+/Filter /FlateDecode
+>>
+stream
+xÚ½ZY“ܶ~ׯØÇ™ª]†
+m¦W·Ç«wÑþF…q¸ûzÿÛïèƒ4P©Qø£S F3ÿº¿IôîÏÞ/üecÒH¾¢ßïè÷ ü* Œý[ú}7-2s•$Š"·H€3®L+›Ü *ƒ£¯BÙÈ€NÀÉÒ 4t¢ “m•íù\4ÇýŽó]jÇûIˆ/,ì]ÛYæD
+wýÐvòB4mÅ’
+Ó É?»»ä w·à}±¹€¹º%1¡§ê0Zt]ÑÜ“j”!5ÞÞ&)/ŒämÕ÷#ŠG˜Õ Õ ˆñR †SÕ܃ë‹áÆ[»×ñîš-hÇÖABGñ$RžktÏÆͲÍ>
+wª®mζx%r!Ø!oÞ–­œabÍ‚ 6‡ž;³ˆDËíA(91¥~^†D‘å‰s‘DÂÖž€‰²I&Ð%™@»” õcy’—˽<*z‰Ý’7v2T4HìѽŸvBËÂȹx¿WáN>émãVM_­7w.Ovƒ«0G®ªŽ»—±»´DªžÛsQ5õ#÷I¤!,\ìu(»—7~y'cìg}bÀc3TeQóco‡ñÂ݃¾¿ØÎöLg…ß4››YÊ4hÝ
+>OÈ•OàlãF‡ÝK‰„[ðÆ
+ŠC;ü‚—J¢ Tñ ý~vßµã¥gj‹¶pœzž¾
++ :2»K]”Ì¥¡!€Ïƒ7n
+®#ÁÚôö"@l­S KQ¼ªgêOé”IrWVIAÍÛa³ØG°p:¹£Ef»D‹Ä’˜‹[+D9åš.û*¼\ËËuRȵŒW+Dâœ]1îc…Ø…É;Õ²êÊÍ2¿‰ƒ8Iç3ÝïZ¨{®mK J¡ïm‘ÙgôNƒÛ4ñÒ†êGÔ-0–á)ã+:Áî&DI¯‹CÕ& ÷’?²p‰Áxfzé‡þìe"‘Úá‘u¼ÓÜ°kH0Q¼ÇwI"À?Þ! +î
+Ø8»ß:w•æ~!]à÷Þ¤;¡§º€‹M„œ=O} „/ä¦%†”¿|¿ÜBÁì0ìÕŽ9†¸<áL>ÐyÇ'Æl—€€ãx…a[w¡2…‰¹¦´Tnº ›K ´=ÜêGþìÓ{D}›ŽÛ˜s H[âË«ÚQ¹@1<=qA|í*
+åŽÚ?é Ÿ±Øž¡0i‚~ÊÆ‚
+ˆ&ZÕ1žñêß{^ýÝó^Ò³pÚ\;—‘ÊbÅ–j€ûlìÑò/\‘KN"±ÛÈÃóBEÚIôQ[S0\’@Ëx—4TÁŒ””X\vÑIßÝ À^X*Ú#+l(‰W%Že]6suÙŒ!‡ ^a8{’y<ñëps”ƒM?ð¦6%œ‡Ê·:¤/õÝl×géqÍÙ{u´wXç+ÆzðØåî(…äŒΞëA8uìXHý&û7*W^Ë ¡Ø³ÛÈüÒm#‹YÌÞ
+zÑÄW ³x õ(^ Ê€{·ûŒ‹™Ð_þåG:ðÝC…'ü{&Oæbáª>Iî3RËbOWY5x OÝ/G5ÏýÊŸ·ïVµ™Äp "Àg/°çK“-d
+¸jþëâŠwçö XŠ‘S*‚w·þ¸’«§¢ç`?[O
+6³Š7·¯þŠ«-¤
+endstream
+endobj
+599 0 obj <<
+/Type /Page
+/Contents 600 0 R
+/Resources 598 0 R
+/MediaBox [0 0 612 792]
+/Parent 578 0 R
+>> endobj
+601 0 obj <<
+/D [599 0 R /XYZ 107 721.862 null]
+>> endobj
+602 0 obj <<
+/D [599 0 R /XYZ 108 651.512 null]
+>> endobj
+596 0 obj <<
+/D [599 0 R /XYZ 108 558.45 null]
+>> endobj
+98 0 obj <<
+/D [599 0 R /XYZ 108 409.648 null]
+>> endobj
+603 0 obj <<
+/D [599 0 R /XYZ 108 382.173 null]
+>> endobj
+604 0 obj <<
+/D [599 0 R /XYZ 108 346.308 null]
+>> endobj
+598 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F103 434 0 R /F8 585 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+613 0 obj <<
+/Length 3668
+/Filter /FlateDecode
+>>
+stream
+xÚÕ[ë“㶠ÿ¾…¿Å;³Ë’”(Qé§Ësš¹<zçNÛ¹ËLd[^kN–IÎÞ6“ÿ½
+!Ó½X 3å -¬¸? ÄMbnÄ 4 E4÷oNDd*CÏ‚T,‘Ò½yç¡­X¨ÝøKC­§Lš:J™êRÊ/Ü~Ë¢æ¯Ì}À-E ÌLa¿þµùûr0Ñrš‚…
+#= X¥åì^
+–„}ò­Â}•—íË[0à>PLEm-U¡‡S˜Ž:ùšü?™‡Œá{‰ä>æFd~üÕG„3É“¼„,›±è:ˆe@-@LÁÇÍ,îùRÈ„gƒIG9Ž¦ ;$+;ǯ<ǯñ+~¿SCâ¿ŸÂ>œ~üx‚„I§îß<Æ—°£Æx.I3¿¨Ó[¡æ x¢çÍ.-nż §uÞ¼³«¬l3©³5u¤-ý¶Û ñÜØ­#³ÏVù[Î%ÍŽçy9™]ä%Pm¨§ª×YG}ŸæuÃh`AïÀÌ}›W%0ˆ^íÞÚ1¨„%Êê:­o…ž?vÀ­omžü1;h¤ë˜Eƒ ¨”8™§¨Íç鲩ŠC›Qï:f‹Û­Q,L[gmVïò2kÜH÷FºÃ1šfÔ7†Ec4¸è:³Í-XPz(ZÒ^,khÏ0
+K*DMñ¼¦FÃA fæ—f
+c¬†!X¼ªíÓf¢ÅUµÛ¥åÚˆ¶BסSÊ&/Š¶>øƒò;-nSc#Ñ|™e%µò¦9þ ýb´5ÈiÏÍ·"÷0K0ê~±!ó‚f÷Þ )d(!Ö«gkŠìoÒ¢ñò1)©+'Hp£Éåxˆ”Òña9ÕHX…G`†ZûºZV>Àö9´ì±5 ­òzUdÝí–ZF 8Û­´‘Õi“­=,h®w¶€MÜœø^Û ?
+̧;ÄЗÃÆ_Ûîg¼V{4OóF§xÈ› ½^fòô‰d|ÌÈ qåT«øY±Ubp­•e™®Þ=ÔÕÁYôq© ˆ¾ÁG>«fÔxes` $ÂG$,hN&0{ºóE
+Š¸Šné°wwhìr-íj=äè½ i•äõÁ#
+GÃH`Q†ƒ¼0áÀt÷ÖƒsêìÓ‘ƒ>樥4u ´ÐPÛÂ@ƒ( yçÑÀϨ¯ xa ­…ñ¹‰ƒ>5ÃæÑÑ儾€¤ ò³qÙà(¥n£¾þù
+òÆÕ"uL¹Ö ö÷ÔæJ­Æì½,ð54éq›Ës%Ãc‘31$
+ qÁÃK\j4¨§>£V,éa»‘ØSBã UgùÍ6ÝgŒHÚ2Hl)µ¼Ž0–°w’‘)v‰ïÙ°÷ ^Uä«¡9P©c€6ÛÊ<X
+HÄ(ôØX…MÔ ’
+±crzÊ
+å<³~ÕR¿ÿê…H UÑ%éÿ¸Öë5{X#NM£¬@1þ"…ƒ¤ÒfDÈ+Pôt Å©G“"¢ •iHkÈþ'7+@ßûŠLRG«ûd‹{m !ßïÒµí7§4±±]θ=.ü飔!ëOHO¥¸2ñóôQÓí ɵÈê%°æWiIISEii]eÖùAÐòÀ;íß·Âä/È'§+ÍU£&(©ó©:ÔÔK>Ôvÿd7ó'Œ LiçƒéÓêÐе(io9IS;´8 ††Ær;ç"•
+¦âäŠcy4ÕpOàýªW
+endstream
+endobj
+612 0 obj <<
+/Type /Page
+/Contents 613 0 R
+/Resources 611 0 R
+/MediaBox [0 0 612 792]
+/Parent 578 0 R
+/Annots [ 597 0 R 605 0 R 606 0 R 607 0 R 608 0 R 609 0 R 610 0 R ]
+>> endobj
+597 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [220.089 562.427 226.266 574.749]
+/A << /S /GoTo /D (Hfootnote.9) >>
+>> endobj
+605 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [269.332 424.368 291.25 435.272]
+/A << /S /GoTo /D (subsubsection.4.5.1) >>
+>> endobj
+606 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [354.663 345.589 376.58 356.493]
+/A << /S /GoTo /D (subsubsection.4.4.3) >>
+>> endobj
+607 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [460.399 229.521 482.316 240.051]
+/A << /S /GoTo /D (subsubsection.4.5.1) >>
+>> endobj
+608 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [479.761 217.192 501.679 228.096]
+/A << /S /GoTo /D (subsubsection.4.5.1) >>
+>> endobj
+609 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [463.417 193.282 485.334 204.186]
+/A << /S /GoTo /D (subsubsection.4.4.3) >>
+>> endobj
+610 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [226.275 181.327 253.174 192.231]
+/A << /S /GoTo /D (subsubsection.4.10.2) >>
+>> endobj
+614 0 obj <<
+/D [612 0 R /XYZ 107 721.862 null]
+>> endobj
+102 0 obj <<
+/D [612 0 R /XYZ 108 684 null]
+>> endobj
+615 0 obj <<
+/D [612 0 R /XYZ 108 660.46 null]
+>> endobj
+616 0 obj <<
+/D [612 0 R /XYZ 108 553.802 null]
+>> endobj
+617 0 obj <<
+/D [612 0 R /XYZ 108 290.018 null]
+>> endobj
+618 0 obj <<
+/D [612 0 R /XYZ 108 173.143 null]
+>> endobj
+619 0 obj <<
+/D [612 0 R /XYZ 122.346 117.465 null]
+>> endobj
+611 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+624 0 obj <<
+/Length 3553
+/Filter /FlateDecode
+>>
+stream
+xÚíْܶñ]_±³U»0 RyÉ%'ŽSñºœª$ÜÎ -9&9Zo\þ÷ôð˜Åì!­\~Ð 6€F£Ñè  <ۜɳ¯_|yõâ‹7™>³"K’èìj}¦¤ZGg)¼3™ž]­Îþ½ˆÎ/•Œåâ«óÿ^}CR¡R£°ƒ–Âè°QËïÎ/½øvòdÈßÏ/M¹/éù =_ÃSb,_Ñóûa‘ª$*Šü [œ #›ÌUŒÐÒÍì‹7@1`ˆkÃ¥±©&‚B$¬›—†Ê`(`ÃXH«<Ò‹óKéE[tûbÙ—ç:^¼?Wñ¢¨nÏ“jµx»f<ÖNð$©ˆô@Ýn_å×ÐÚB×.0ªÉ€¡Cë²ãqËš(Ö8òH`xS\Xæ5]ÁXç³Îb‘ƱGûe¢WÁ•2±¾Uß0Jœr¹¾e
+n¶EëÆôõ0£¥åܨ/7¿8"aÂEåx}®åâà*Jb×Ù¥щ•>»TJd@%~Euð.
+‘f†á¯ÜFúlþ 4†o¤©¬7üA¸
+æv‡®çÒ –DjGžÜß~¹ ×-
+}¼º%îA^Òh¶¤³Ù¦¤Gû X •Ùg“Áè~Œ"E0™8AÈë¼^Í™F#ÖÐðH7ôÎÚÄqxªFƒ>Iž{»é'¨‡{§Štý-xœð&@¸€‡ªg ÛÂxA¶¾›}Q3%~ÓÔyÅû¼ß:NlÛæ°Ù2¸÷HÉÅÂí…²ÎýÁà’S€ÃÔ¾oÁ€isâ?ÐhÎü¦]³k
+æÚÑ/ïÙ¶`„õlÛ’bqJÃOg>* f&À»*sZ³Sq<R k³Ç*ˆ#*€ïRËXD*¤àÎÑÂ*„lÓígÛôGõ9”
+ÝHëÒ
+©ò­JGx^u —~‚~~ÖìG€ÂiŠÓ4È,I¢Òvý£-ŸÅôÃlÚsýrä,ÈNòÜ&ð„œJ‘Dö SL”d‚”ÇÚ‚ÿ Í`7ÚÏêñyÌ_P™Á‚dŠU™É¼.CA1*›*3í“*&Z¾Xƒ@‹A—4¯7•«Mt®[þØ6mù¿¦îÑïĶìªCŨ¥|UW®(ë„åmŽi¹÷”0ÃÖ8.+%àYä=Ëd’ êœÓé£\*ó<±Vôp¬¥Í áȈ@°ÇÏ— øØ`kN1Ê€±‹U™S
+ܘ bŒ}Ó•}ÁµË¦­‹¶üÅÆuùÎ5˜J ¶G……kßrf› ¢t ÖÍÁem
+êñ(¼X•.Ý>1H–'¿í^ògQº '”]–JÍÚ½‡Yà—›…K0ÖwL¬’4KG@q~’ø´\æ]9pj¶Eµ_*®Æä5ßÕ NäÆA·¹C3Í=@p× Ôõ€Énïº×·A½¡ (óø É‘Qú–„Î3RÈËáÒj0]é€Ôm}R¼ðyhè öÁ°Sº>oƒ¨8_étÏ1Æ:„LP<ƛŰAgék+¤VÇ[⦨*‡¹ îYÐÎñ fº¢îBÌÕ(D³ô>0Øm9dȦøç[˺PžJ“õ¶'Ö[Å”¢~äz_äuz´–Ämœº¶ì[êÁ2Xïë0Ý(¢*œ»…`g,2ùºg šÉ;¾*ú¢ÝÍa· A×·ÜÒuÉÜ~%îx÷® œ,þJ³Å𘃷)ílßœoL(ŽgXD f) â.GrS§
+XQì‡Ì"lYó{ePdØø
+Dw‹>HÊ0LîNÀ!kr–þIi?×/<c“O|ü®DëO1)k„¡k
+hŠµ¤ë++†*”¸xkŠ& Ö€P˜çÞRåý˜“Ž‡\ѹ1{N‘9B'ìt(ºms¨Ü¹ŠQ˜£œ‘šÂ¸?rôŠ:þdC…%ŠlÈ]"ø0\ÊF§þà'g²A¡w}Ô„Sl #Æ£ºVK˜À8s
+$ˆ°úÝ­MHÿÏ&ô©Y;LH?âörOC/˜µ›†ý)s×MFPÛøØû¦B³Ò.ƒ+ÁlÄÙѯmh:FêÓ0åH§vð\˾+*Ü­™!Ï­DÃ×X½Á 4þ5í,¼$w Ô/$v+vL±ÝM‰ñ*–Hw‚»N·JñâU<wº_»ûF-^‘çýf~— WáÄ#à÷HYÞ–ùuåÇïºrÃYõÌëÓ̸†ÕÁÝækÖAtš4~²ù@ó8CâRú>Nä<qìöUq1»ùyò¨QJ^F”¥Aï8þí׿æ·ôÆÕ—
+—“ Š úB$äÈh@%óœ @ààÜüHH’’xî¡ ÂÌ>'«ù´ á”ìí¸<(vh‘»PxÊ~•eb<£@¢b¯ œóES÷äOÝ›Pwɘ!8qi2ç1›)rœTÙ»™a-BïØCdc`ú¼W?eúúÄôÕCÓOhO!81ý;2Óü®v"²$w„`ìÝ°g‚yc²²mŽL¹q§P.„ìóÖgVѽteŸµuÞ&$ÔÓ;¸3.àaðãCã#zôù¶i ÎyðŸƒñ¸¦‚"C„ó†Éè»óÞÃKè³Q1^Ä‚AÃí¶šsæPÚLîw×Üú\ð¿—ÖÞRDã)ÝÇjït4Usí=¹€®]î/ã9§•Ê×.Ÿ¢!žŠŽ#>çìu=O8ìrŸÔž¥˜'XZ•]_Ö³«ïN¼àY7ý5ø˜nàzèàq–¨¿Ü)9›'; Rè(£›Ä‰ÔÃÐTÐSÏËôc«ÀÒDZŒ&æGhîWàŸôü ÿ‘ðjòGÂw´4?ø°úo“¼×÷ÓŠW*µøšÊ?L~zx=[êù_ “ý
+endstream
+endobj
+623 0 obj <<
+/Type /Page
+/Contents 624 0 R
+/Resources 622 0 R
+/MediaBox [0 0 612 792]
+/Parent 578 0 R
+>> endobj
+625 0 obj <<
+/D [623 0 R /XYZ 107 721.862 null]
+>> endobj
+626 0 obj <<
+/D [623 0 R /XYZ 108 639.206 null]
+>> endobj
+627 0 obj <<
+/D [623 0 R /XYZ 108 570.311 null]
+>> endobj
+628 0 obj <<
+/D [623 0 R /XYZ 108 500.46 null]
+>> endobj
+629 0 obj <<
+/D [623 0 R /XYZ 108 357.901 null]
+>> endobj
+106 0 obj <<
+/D [623 0 R /XYZ 108 181.873 null]
+>> endobj
+622 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F88 436 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R /F8 585 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+635 0 obj <<
+/Length 3563
+/Filter /FlateDecode
+>>
+stream
+xÚÕZ_㶿OáG/pfHŠ¤¤ô)hZ$[ @’ÙÒ®…È’+ÉÙuùîáP¢$Ó»>¤EÒ["©áp8œùÍ ùêqÅW_½ùüþÍ'ïS¹JXjŒZÝ?¬O˜”jÃÊãÕ}¾úq­î6‚k¾þâîçûoì1q$ðÉY$c fGþýncäúo“_jùönÅʽ|n¿±¿ïàW
+›È(fDŠ%n]?‰H›ê\•uÏyÖgeU|p,D«X ¤†i?ÛžF è‡D,1zñç²*êìPˆE‹u4 -±ÃHÌ #~eâil„áLKð
+µªuÖn˾ÍÚ3uâ=ö{ Ü +{7g• t³öN$ëÇÓ¡¨û·A­Ž–D£^?•ýž¶{è %ê¶Û, ¬Åö¼+Žvol2‹ÿ ãGétP7t ˆð)Ës×Dt\sß Ý,Çrןڻ(^C$£”%J{³g¿y÷œŽUÑ-™r,UYß­cc0sÓ"9k«>>v&ÒœÉX\ŒiÆ5žRΞËô®€#sI[',J„·9šßr $¸"ÅÀ-j s‡Y3ÎÑ6&Ì$£ƒ™ý•“çÈy·Ï&Þ-¹õnŠ3>.燉Çú>°X¼ö®ðm€œf*ú?³Ô~°Ô¾vžÏ:Iô›‘íëïlÇ_Žq"@0Úú#§üÖRþ'Óë¯&Ó_N'[8Q!3m$hæt‹îÇŸ
+rç\2"ç›ÑO|3=l³Ý/OèT²6<þá˜õ嶬Êþ|g4è6D{zêG¬ÐÎgHÖ‡¦õ
+ _0›#JzˆMÙw6DÑÖ1 {Œ›}“žXö<.ˆ’ …p0ZvMÓæ%H½wç®/ŒFÝûQ„
+uu²t2b©dÊÚæÉyÈ‹knOBS•Úc‰ÿ´ÅðàÎåɽZœ æuì¿·Ôáp£×‚ð2"ÚïlDÙJ¬&Í?Ðwy ûÓ9|wqü"Ðý øˆ+ö2ŸI”ÎþÐRê²/³ª
+ð(™} !^pbRESØëÞí³ãL(¡Á&ÝÁ¾ø}¢3à‘Næ;`.RŒ'‹ö@>QB(“¹vŒñÿÊI9Ó‰œI
+ä)d¨$Ã,Êpš²]Ûe ·_ÅÚÀ˜ˆ0Ò¶dH0ƒ¡
+Ý ~a#ÁÀ)-v ëv]ÉLÑ„•iÈ$HÅtäó@Ž¦ 4Íb™Î 18ðVzyœ9㸥==¶~>=Ð4z„ÑàôŸn›}FÀ ©EfáŸuUR}‡.kÝ ˜¡GUFÆ 7´ž_0gÕ¹O‡ïN­ƒ4oݧ Œ„Á[ÞаºqôÚ¢;66¾‡—¾&)0)òLßXuéBpÈ,Ḹ"Brg»ÑÆC$A]S•9=âBh$*¤Ïidíþ熞jˆ»kz’$ê#,HÄ„˜‚“
+«ÛùùÍ ÉeÜ›7×Ò
+
+Ü©Ojü …·±iÑ€-Eâ#%xQàœI…Cñtž€K“¿¶ÇBNh4ôš—¨õbÛØ ‡»è€ÑB×ÐŽ9ßâ˜Pápºà¯KÈܪb¯Ôb´(Œnƒ& ÄÍcõR •2î9ÜýÂ.Jö‹–f<™BTdÈ:[œÛ 2ä€/V`’³êÐt½3‚é
+€Žœ)Ùÿ6a)s4‚“jΚTxò«SÞÔawã–žÙ4ÆB$µ&”‹ìqW>£p³Xdéèe[S³.JòØÓ³]áF5® Ð÷ÞÖ1ñÅ‚£+„ýà.±®‡Sn\:%a¿£ã?œ÷#t“ Þ:ã÷®Nôé5´²ÈŠ“¸?TÛ¶ùc
+:à˜Ö³`¤+óâ•t†œ M©ÅËÂÀléÍ/]¶xoÿ1©)}ÎœÅrÐmº¤ü÷PR g`áàï-_ˆ‚ä¢^ù÷¤i½
+ýñÔºæÑi=”$ Õ'÷©Ý ¦œ>6YcãZ.¾ÎˆGAÀºô.å•›i4 ]ëÒˆÛšS•Óœ#ŸÎ≠N¾‘IÌ´Œ.åy‡˜%ÞÅ<8°Hšgó7 U ænôJŒÙï«÷™í½®ÙÕßÑ™ýXý‰’¦¯ž òûÐK雡î•ÎâÆI;õ87„Œ0g“\\€Äó´è鎫Çë= ]É ×“¹žŒ^ý)ŷѪ'CñÛžËÃé0/E•
+ZÒM’»®Õh’òb×´t
+‡öd)(“cÇ9‹¥\Aß­n·oÊ]1.‚4¢ãdq. —ÖQªÎ7_uU—w¿ÇLÚ…¥xwÿæ?k×hL
+endstream
+endobj
+634 0 obj <<
+/Type /Page
+/Contents 635 0 R
+/Resources 633 0 R
+/MediaBox [0 0 612 792]
+/Parent 640 0 R
+/Annots [ 620 0 R 621 0 R 630 0 R 631 0 R 632 0 R ]
+>> endobj
+620 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [342.48 642.491 364.398 653.395]
+/A << /S /GoTo /D (subsubsection.4.6.3) >>
+>> endobj
+621 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [230.132 606.999 252.05 617.529]
+/A << /S /GoTo /D (subsubsection.4.7.1) >>
+>> endobj
+630 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [291.044 469.515 305.49 480.045]
+/A << /S /GoTo /D (subsection.4.4) >>
+>> endobj
+631 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [313.29 421.32 332.717 432.224]
+/A << /S /GoTo /D (subsection.4.11) >>
+>> endobj
+632 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [214.37 120.22 236.288 130.75]
+/A << /S /GoTo /D (subsubsection.4.4.3) >>
+>> endobj
+636 0 obj <<
+/D [634 0 R /XYZ 107 721.862 null]
+>> endobj
+110 0 obj <<
+/D [634 0 R /XYZ 108 601.27 null]
+>> endobj
+637 0 obj <<
+/D [634 0 R /XYZ 108 578.69 null]
+>> endobj
+638 0 obj <<
+/D [634 0 R /XYZ 108 403.577 null]
+>> endobj
+639 0 obj <<
+/D [634 0 R /XYZ 108 226.406 null]
+>> endobj
+633 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+648 0 obj <<
+/Length 3567
+/Filter /FlateDecode
+>>
+stream
+xÚí[͎㸾ÏSøh3IQRrÚ f³@²@¶f÷ Û´­Œ,9’¼ÝÁ¾{ªX¤D©ééîLÏ"‡¹XI‹d±~>–£Åa-~xóööÍŸ¿Ïù"c¹Rrq»_ÄQÆ8—‹žy”.nw‹K¹ZÇQ-ÿ¶úõöGóAÊâTÄø˜à)P3=Z­_þÝû¥š¬Ö"•öå­ùýÑü¾ƒßcùÖüþ< 2r¥‹¥tƒ0챌,rW§Xû&²33r À€Ñ9‹rxJ–ÙY}WuÍjÍa^>âå/QÄ—VSå©Ø¶Í 1³n¤ÊËËä0ð/±›¦Ýév`|Wd,RÜu=·Íî²Õ Ð5Ûêm_Ô‡Ê|w,·Ç*—{ê²k‹Uœ,ïjWoiüVvå¦z N–`´ìŠ“-ÝØ„‹¶Ž…bY’@!f9< _ûæÒB?ž-ý‰L'-aËeæOº¸/»ª¬u`ÚÐYdÃ
+uDû¡»²?6—ž*ŽºØuP3|Ï—ïm}i?(è±­šNï¨Ë¹è¶±ÞÙææRÙ¢.ºÒ,ôÜhªVŽ^‘G=0Kž*%“iâ$Ÿ­ä¶9€3Ø%ËåfÅ£%Î_ìÌGLHþ\aR0`4Šˆ—¾9}¹-*\
+gm?éú¶ùˆÝ@US¨Ø;6~3c·ô©Þl}³Ÿu<—ÛþâxCA.Üjø³T4Ëîu{‚“›‹b˜‡'QƒÂ¹há„B§Î64!É
+xl‰z’•ÊïÎCLYÍ´.®!lô¸Œ]ˆï,f<W8ß_°„ê¬$¯±›ñ«°ò­Ê×,…¡bP°ªê ÙÊKÆhïe}îÍÄ‘w+†(nà`tme¬Fç.¤hSQúõÍ„O=£ÁÞ¢-@îPùRaOëïaEz=ÒA…µWƒ»WÆ0‹GË ¡˜»›/'Ñ>M‚æ´ê\úrÐ?“Öw˜'þÒkóØ—NÛÍ¢t‘€  óŽÊ¡DCL¦l¯Œ †5>–ÐÊʈÂ^|ïŽå¾×AG,Ž8ù(õXt‘.w!—†3 SÃ@Æ æÜÅ©DFŒ§_G¹LxJY.†aº³Þ–Ü`¼apæ–}:x"Ù¨û-®cq>†Ü”¥ñ j.uÙ;” ƒŽK¬·M½£eÿL°´FL!Vâ)ƒšiaÖ°^}Aá¬ñŠ9‚rø°ÞØå¤ë¾»¡ºKGÞZ†^ >ÙRCOçÛ&*L 
+6`¦²!¨0Ö¡w;6”&î1¶ìq
+;½O‡#™ôa(ÌõwZ׌ÞÞjên™Š$iÓ|•õ(Û²¹t!œÓ­Z–ûœg¹ƒ¹sÏe4ìAÙ«Ì]s@ÅÄË„÷Á‹5ËïÈ5›“U«‹Ýƒ¥†Z»©uø¨%àzÈgÞPÎpÒ3¹`Éüò§°žùv~|„dÌøáà‡¶Ü];MÉ‹Ï&RC;: „ ïN-:#ªoPYD‹ö° Â?x³ø`æg“$[[ÖîX»
+*/1çÛ
+~¡ ößVð WÐâ·ƒWVI.Iü|ίÜôĘò–?¼Â"~f?_ÀÊÿé~>ºÏƒ’YbïóÒá>¯CS*Êí¨|®Š­©N–Ç¢;º TÄ„$|*ñŠ-ÚÒ„+Øâ%¼á[?éoèèÛ²Þ•ÛÂDØdòÈü¾£×=‚BçSD.›/J–¸’Œê(
+Í}Ñ¢
+Ý»¦&økh‚é­œ•aÿª«›ó¯ëƒIVC¾÷“Féö$JhOì<ßïC,%Òçéé{ùW™Yi§cnOïëf6™[³«ÿ¯AÒyg$Ë$"´Cõ¿l¼•e,‹Ò9²A^› ²ê5\Çq¾üªe@–!+ûÒ¤ž†¨G,5(ÏA/ý*æT;z^:½ÃTšÃ:wä hŽœâW“ØðF‘«—àmHíÞGŒó—àmcz+·é­PØBÄ­ ú ÌMÐd‹5Ï9¬ò,d¶H£w40OÙø+ºuvy°Î¤Hæ©kS.ÇÛ~;@2¹Ë˜„.>ȇŸ63òe9hŒjß6q¡!:Ûc£m&XÙ´–|L[òQy.M¸Ý™K,x2C]®xnU< %Ǭæ÷ =[}Ö¤Añ­°Ýš}oðL¯j§»²5ræƆèËAd9iÓÝ®EñMfà
+³k‡ÜÛS1d$s“¡‰]iñžV×[×d³v›K_¹DbIº[Ïg¼@¸¿F`¯„©±d¸‚.3Øõ™«kÁ#M“ÓG‡ç>˜Çš3ž OÙY”31üéÀ&ýŸ‹ecÄà@`vµ¸’ ¨G€/Éx
+z˜S³v@ôŽ*͸PJHMà·†ÊÏ?¤¦§u"±è:"6xc«jÛF
+¨ùî-!8ržJWXlqLÞÀ6 ¬dä$¢°ûYÖÛVŸÌ©£êÝ´ÝÞPúD¼ù ¦•¤yª0ÉŠËøËDÿÒš]"s&ceÒw1ÜšõOk¾Z«§¨ÏTŠéq©û²¢"ºøÂÂÛ_!dî öAæßݾù/ê&Ãt
+endstream
+endobj
+647 0 obj <<
+/Type /Page
+/Contents 648 0 R
+/Resources 646 0 R
+/MediaBox [0 0 612 792]
+/Parent 640 0 R
+/Annots [ 641 0 R 642 0 R ]
+>> endobj
+641 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [270.919 352.309 282.874 363.213]
+/A << /S /GoTo /D (section*.21) >>
+>> endobj
+642 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [344.337 187.094 358.783 197.998]
+/A << /S /GoTo /D (subsection.5.6) >>
+>> endobj
+649 0 obj <<
+/D [647 0 R /XYZ 107 721.862 null]
+>> endobj
+650 0 obj <<
+/D [647 0 R /XYZ 108 545.544 null]
+>> endobj
+651 0 obj <<
+/D [647 0 R /XYZ 108 344.464 null]
+>> endobj
+646 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F118 517 0 R /F93 433 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+656 0 obj <<
+/Length 3580
+/Filter /FlateDecode
+>>
+stream
+xÚíË’ãDò>_áîˆvQ/½¸Áìî4§ƒl«Û
+dÉ+Étbþ}3+SÏ.O»çDìÅJU•²2«²òY–‹»…\|ûâ«›Ÿ¿Lô"IÚÅÍíBÉXhm<-n¶‹×K{µR2˯¯~½ùÞ} …h)ŒŽ
+z T¬aÔXu#âNs|áÓ-"
+»~Ixàös0Æxô¨æ(é5üƒ§6è5ß*}È›ëÕpÔ«’Y*ò’[×YQá&Þ÷ @
+)
+D¬ô\”Ú6sK-qËÊÀ[7|`Ÿ2; ª-¼‰ÝYX–PJÒ󚞤¯¨„|3‰ðѨ7ÌtGS$b«dMÖâ‚J^{3ZûP˜Þ(&©·&ˆÌƒ Ó`qrŸéš`yã#EI¡B}9)‡ÊK Œ1ñ“¤ôBÌë§t(BL…†p –=«Ï.a¬„NÂËé.ÎÈø¯áú -±ˆõ'&¥>CJ$"e?1-íÚ">›è‚Ú+[iQ<!^IÞcò‰ŽÅœt˜G(ˆ |¤?œ%9
+Ø 5Ý 8¹Ë¦€ìZŠï¥í„Ùv¦Ãõñ˜,Ýì
+–äÀ\Á‚ºnºÏÚ]^o ¸‘ÈfÛÌf˜ÀOp`†‡Ù¨›ÍÇ<²FCfL—H Át•ƒú°_ÐûM7„2î+:­ôÂt7ôF Ök
+(½
+XGæ5³JÌÙ}Òc¥¾ÏÒòl(†G£zÍëö@%úÜÀèp8—¥„ áq2ÞE—8„XñKÞÌs»;%SFŽØ\â æötÓÁ8œFåØ%ÓU ÓªŒø‡¾ÈŠåUˆk¿tàKWuíK³
+Æ&+°Óø‹u¾!ó6®î5ÔDEŽq†|:Èw¤A{ÉD_¢¸“àEO+îY¤àe UTär—âëUû˜=Ví=£ÎAô2Î<x„#'ç®Î·¯½)‘1O{6MþGæsm,بg¤A}4èp2›¾T=OÉJs9-×¾ŒÛØÍzš’Ó‡¡¤Ïj&BG걧Š›è*do+C°ã‘þGmepÉVÚòV‚v‹O‚ºHÛ6ßd¾}´ˆtòÿ}ü[í£±"ð;<“Xóõ&îŸ{$ßèy©¢V+=µ†ß?(ÍæpªúÎ’üÜúÈ"ùÝ¥ô¢ ·Ï–Òü’dVœéÏïëØ!ÊÙÖtÑ],I8d1cËïü̆ð³>QSwi†“wm÷»óo’|‹Z78˜pÈèÝEß0ÈÝ}À÷ñelØCD›
+îòÙ0¼÷§^†À,ˆ?ŽÞšù¯‰ÊÌR äŸÚ°‹ÍGWD qºeÖ-³Ž‰ˆ ëvÂ:tëžzƒ4®ˆûQTÍÔ«A$Ýtlns.¾u”N3$M£\Ëïá\óÒ¬OšV¶3ŽgšìÃÆG,N.(&‹I
+÷Ø»p:§ù'΋OöŒˆ’س`X¤]W펠®$%¹øÅ<‚oºªn f÷·ÒÝU}ãæM™'ó*m-8“üý!+ï·Oæ;˜´/-ìvÓq@¬gbÊE+¬càYËJwÕ¨N&—YŽ·T»A˜œç~ºß›,"j¹Ï·nÅŒt7Wñ¹Ù¥å]v–5=ÖûsÂ89äÚ:ºRz˜Îëèë4–áTÝ!YJŒ˜‹R·‘ÚØåO¨tM°¬öyK-ÀãžÚ²²Íë¬8}A÷YQ¬¶Y“ß‘õ„wuzØ5Ô}l(}ç:¶UùÖa'^§§Ž;We±)-öUÓy{ÔÍ7´=UMV—Èê÷<_7>ŠÜ·æÄf© ÀÚSˆ€ÎõèÞ364´Ð!z󚆡ieŽh*ò+µt'ßîAÌð
+×MEК»èÂCWÏÈFE(¢ÈrxºÿqHÏŸ±øúúµ;B£?e EF¨qÀÍìô¼£vD¿gv0q{&ç¹·Õ}Ù;òNï.sª¦VH¼‹ÛÊúòUÖU.ø'ŽsÿDšë”iÅb_ÕÙTMaøJ+”Ö`^aWàa«ÁÒþЈôò_Nª¿sð׎5„=3Oõìð@çýÕ‚òø
+endstream
+endobj
+655 0 obj <<
+/Type /Page
+/Contents 656 0 R
+/Resources 654 0 R
+/MediaBox [0 0 612 792]
+/Parent 640 0 R
+/Annots [ 643 0 R 644 0 R 653 0 R 645 0 R ]
+>> endobj
+643 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [333.828 642.938 360.727 653.842]
+/A << /S /GoTo /D (subsubsection.4.12.4) >>
+>> endobj
+644 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [139.382 630.983 149.245 643.747]
+/A << /S /GoTo /D (Hfootnote.10) >>
+>> endobj
+653 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [169.26 141.728 181.215 152.631]
+/A << /S /GoTo /D (section*.18) >>
+>> endobj
+645 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [156.147 104.164 178.065 114.4]
+/A << /S /GoTo /D (subsubsection.4.12.7) >>
+>> endobj
+657 0 obj <<
+/D [655 0 R /XYZ 107 721.862 null]
+>> endobj
+658 0 obj <<
+/D [655 0 R /XYZ 108 559.875 null]
+>> endobj
+652 0 obj <<
+/D [655 0 R /XYZ 108 358.847 null]
+>> endobj
+659 0 obj <<
+/D [655 0 R /XYZ 122.346 136.394 null]
+>> endobj
+654 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F11 570 0 R /F118 517 0 R /F93 433 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+662 0 obj <<
+/Length 4077
+/Filter /FlateDecode
+>>
+stream
+xÚí]oä¶ñý~…ߺnmFü)5h¦È Hݧ$º]ÙV+K[I{>÷ÿÞ%‘Z®w}g= gqIŠç{F—œÝœ%gyóÍÕ›¯Þæâ,c¹ÖêìêúŒ'Bxæ‰9»Úœý´Rç—<I“՟ϹúÞ¾`7’ã "aRXÍÎüÛù¥«¼¿Ôó×óKi”ûñýû½ýû-üå°0¶¯ìß¿O›ÌPi͸Rã& gœÉv–ùØÉsì}“¸“}õ †”Î$®p)3é !˜Èszég.Õ¶înºjóÑm+ÏrØVh|I¥Ìˆi‡[šÁyæM‘,Óé8£;çɪ/·‘¥8ìžêqbå–
+@ –ºˆ¬‘²$ãG¡™6)š›ºŒC#S¦¸9š_-Æ/a3fà Áò4qˆ,ºuCbš° ~ :¨MÊÒ\; utW<<ÐÏê\°fÓ@­ÛbXß>¦ïª&†å Vɬ?ŸR=HŠ‘U@´¤‰|Už9F}é«âe8pC†._’è ñœÉܼê nG³D=j› Ð\Æù åö­š¡ÿ)²¡ÑLðôt öÕÊÜŠå³f;ŽÁ_bŒÏƵø¿žšô”ûDh¤Lr³w«“…á©zÅ„œvú9ID]÷`´èd5Ü–Ô¸éŠí-6ùê¾n©s]uë]]tô • Í(Îùª»iµ¡‘®ØTEMíºjÊžÅN#Å´™èÁ×­1 ý
+ì¾éÊ·u±.{Ú± Ç¦hןÁhîÊ¡ì"Ô:6‘üeX8€8X€â\fQ× Ô¹CYb–"e:]]v¦ÈÒ•½hi`£ u b×=òy»«Ý
+-P@z›@ 7Þ–› šµë£òÙ¬|o/†ú 6áàûGSW$ËÝá&BQš¥:¤“4Ø^ÎxIÀ”iÛh¦JúmÅ›¡›½ Ÿ°l23GPWcu.4ô`ái"5ŠUO­;§HªÆu CîâÏŠ¨í(°,¡aû]Y·@ö¶MV¶¶­]›ó){ä¨QâTúAï;n ©#¶˜HŨ’S>$¬yTQg?ÝPÔbb¡‘JÅó,Þ½8ÙV¹ ˆú¡Ün||õî!fóKf¤y9d!&¥ 5BY’À›Ñ¼¿4(_#³— LÆ¢SýìÍ4ÉCªú¶X#=…4B›ÖZb&]]wíD)êùÆç îóB
+ œ§³§B3ê…ªL<”Óc
+!×"ÈÚ²ˆ¨ºo y> ÂÀè`Ûz#Ôtü8¢Øõz ‰#Q†Ì æ÷ýí´ä±)Wq6U`Ì&Æ qŸ'D[ ÁæÊóE¦‰E¹:È¢àíðìe"S‡í5F09näD"ÔrìÈ'väDL»>¶-Œ ó2AØÃŽò#8
+Úï`ÀôÖ(ÿö‹=…þp®SÒ™çLaêSÊ…L¢Õèv®Ç9üP‚Jp–éA½-ÀòµÅœ‹}XiᜎP6CÕ¹¶sÂóƒ壧óàú&\QIÙã
+ëaÛNÒ<ÈD= `"¢èºÕÒ½Ë Ø™”žÅW§Œ8v‡q·9Æ€©nl¡tÒ¾Ùœ“‰%¦ýoËb³ÌTûùrg†UcªcžT<ýt ‹É(fæ ŠÜhæý@‰'L«la8VM5T6Û7”™î[n‡Èªp‹BÉEhïX,³âoñ‚ⶈ%í¥tCýJ
+ú¢¯wͺnmAZöÁg
+Ëw Ñ8pÓ¨4} cÅ0¾ðîÁÓÌڤî¡Q¶JE-‹ß$‘u¤.WÃÛÖ¥v&Û¿|è«Üs8ç+»´çû‡GïŸg’iÍ¿ÿL½pêÓ£÷ï+N
+Э¾Ä_ؼÝì…8ƒR &³Å7?Ù“ÚWí{Ø1C)¨ÿ·ÊC;m®ƒëŸ¤“R€Tñª `Ðe—¡E&%¶È¤´M—o³TËM¯–iŸÆPÀšY¸?FížO·OíÂÏ4ÔÔ{€Úÿ½ Xi~m}”ÚÁ0ÄO1Ú¶ºŽœ³dŽtQ+6ñ¢@6{á.ž¡©•§¾©ÃqS+÷­»S¿#:Â8’Qö¶šåv€qŽÅ'bò`•¬:GAºD~F|Jàäqs
+#\Ò_RÒ_ÄMEßSv0¹jhÌ%áÅl*`ïqSQH–'âq~1ù ¦â„áCa»¢ËG³ÙÇJ$+Ë!]»Ù­Kú8b‰(#€Ë2ùž½óÅÿâ?Äy,“§xtúˆG7Û(‹I_{Cj”lL|Lr[•¶vO™RI‚R¤™Õ¨™¡q[ ±óD=ŽVû¨wŽå"s>üǘ@N2ó$3èbÈŽ*sD1è£5ñ ±BÝç'^@#Ý…Øœ—lÑk(¹p@,É’+ÕiDï_)Æùd¤]Å Ï’ôD½Ç¢Lõa ÊÖ©ì冧á붮ɠ©æÚê1¼9¥FêìÆ‚’6b~ç‰ä~æw€1dÐþ÷Áÿ0pð:/Ö@ºJÑ÷kWñþ£-{¿pó‹+ïþ‹ÇÁS\»U¥Ÿ[ÇÊ#ëªRº>øNË/ÜéÇnT¼'ÊÿÖòbª¶|Ȫ¯u¹÷vÏIüÛ0ö¶3Âm³WB5ª¶49Á Î…Ð<ªÚ<ïjN6ú Êd‹Í§\çdXKEƒ×æº5®t>*z¬£ÓyèÀeÎËG×+¬^Óä)ã¸{?ó}èý|$…#ö;2ìowC_mÊï@•]ïÖ,êKs—é÷ßEàçwE7~®±¤ +ˆ'T8« |ÃX5‰j)’°Ëÿ
+ŸOïOú >„ ®~ZsIdoe8ãÊïÀ$üèå‚š„`¹¹m¹®Ü§18@Füi«ùÛ°ÀrpUiö…|+ÇgÏ¡ZŒÉ7$øsXZP–Ÿ»fSâ@SÒš'ˆw©ìùñ¾,A,Ý¿|d"½€¿~d©½~ž‚8ÂÒd›Ö·oþÖ|ñºõ—ðð_á«Ç:¦`ZÁeo½AÚæwô°ZðL¤L%é‰ï[UôñÃÓ_üÜéÅ?þž¤÷.æÛ«7ÿd‹ßX
+endstream
+endobj
+661 0 obj <<
+/Type /Page
+/Contents 662 0 R
+/Resources 660 0 R
+/MediaBox [0 0 612 792]
+/Parent 640 0 R
+>> endobj
+663 0 obj <<
+/D [661 0 R /XYZ 107 721.862 null]
+>> endobj
+664 0 obj <<
+/D [661 0 R /XYZ 108 684 null]
+>> endobj
+665 0 obj <<
+/D [661 0 R /XYZ 108 399.675 null]
+>> endobj
+660 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F8 585 0 R /F11 570 0 R /F124 545 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+668 0 obj <<
+/Length 2949
+/Filter /FlateDecode
+>>
+stream
+xÚí]“Û¶ñÝ¿BR+!ø @²3팓ºdÒ6S_Ÿœ<ð$Þ‰NTHÊ'ÿ½û€¦|çøœI'y‘Àåb±Ø]ì!· ¹øû³Ï¯ž}ö·\/2‘;—,®nJfBëd‘Â.ÓÅÕnñj™¬6JZ¹übõÝÕW4!*5
+'h)ŒNaþkµqzùÁ/Cþ¹Ú˜4ñŸÓïWôû~Æñý¾Œ‹ô\9'T’„Eb,Œ„•M€Z"ô™ô;#9Ð lL–
+i$"óÛºÚ—«6Éò¦>ꕶËûêx‹ »¬Z~Õ1Ž]¶ÅÇþVJ]vk†7å©)ÛòØ•;~}ý†_MÃ4=¥û}Ýz
+‡z[tU}l¦‡Ã¿²ËÛó¡hžJ{*¶rudØ©’\l”¹µ¼¡m]7»êXte+FÒè¥z¹&.3¤<-倈:1Lä[e’Ó¡y]n»º¹©`§¯´°§î»·BÛµ–?½¥õ¿ƒö³fÝý1—ð ~zÛ€þ¤\þåÏü¯~Šš(–T.…%3á²h^`\‚~õ`<gvy*ÉìL.¬ÖAù_’åü›~¿ ‹úz`]/gø0R$
+?=³‚IÞ?ôƒ­¾dƒ~¬~ÿÊ ƒõ¿¦1s÷M˜CK«d“Zá¬#AÉ¡N¶U³=”¯<§f°—D
+×óº÷TU6Ü®È\ÜíMÝÜÝ !íDšÄUͱ‡„\Àøîí %AÁúñÜ´§r[á™â31C Í8õ [‘â¬Ý) Ø Ï
+£¢Àsn”¤C}{ƃˆOwÅ/ OM½;oKVðëBðÃË®h:røt_uûkÒÒ
+ ¼zÙ7þ-F0’/fX×9xä¸ý×è"ʦEQÑ‚R¤k¯
+(âNê0êö…ŸQKò
+T•$Ô¨IŒç’ñ÷µ¼´¤Fžì·8#r¥ÖFùf• °¹´12¥>ÁŒ'²¾ïF4 sƒ]yC…ÛùÐam(3/½âÊFT¶ô³²AÙBðIÙv_Ÿ»8ËÏ¿öÓãê[ìÄÍÙÎÆ¡Ç>áérî‘|@E}·‚ªV õ}Sìªs;Gψ¼o ^äÉ=t0ä)º®ú†YbÛtƒvBŸ3ìȽȕ]ÌTÙ6Ccê”:jàã]dá§ÚÒ1‚eÓÔÍ*‘Ë5c\¯´\ž;?»c¤ÊSƒcTžºr'üeÇ>=—.óqÛwf´ ZkB£Ö†ÅšÁÔ—¹„Ù–Ç6 öìpc“Á§º:z 샱¡¥ºZ¾™QŽÃ›¹ì“kØäQÃçcÕ¹
+3ÎÔl©­&ù1Ðj×Þ³]˜z!û9vÙ<‰‹Ê{OÃvÙ C!´ú=Æ™$£h¸Þ±«à¤
+@Ñ8ÝŒ)šØ¹`⩉qâk>ö:à‡Äµg!¬ˆK‡ˆôα;fXôõI¥A`¸Áë=rd„÷³0ºƒ¼¬ø b1×ô'‡7M}7y;pŒÚ—™ƒ·m¹­ÙCšÞkâ°ÝŒL׻ݩm¦.„sySÛ†àMq`*“<رqB0iPy\Ÿ•SŸ:/‚45’Ãís‚þ€÷tÜÒçÔoBŽ1<b3g°|„ÍÙ3¨ðUL¢ BI.‚ÇÿiûIŒz±ðAœPøà¸jGóÆ…¾>ø+ fæd[ßaõ;·«ÿžc;Ã0†_PßM‚]1OäŠ>6ÙùáiòÚ¾-àw ¶×>Aœq-
+ÝG^;û€¶þ¯ùÖß3S&{÷ëS(‚èÂ,¶ò…Ëüë?Ð þ@2
+pç…ïÇ™$…tjÚ†D)¶BI Ï[þïï:Žu„íGû8ol…uiÿÙȲÄAärÆR NÓú—\0À}zq‡QÝíˆõ4¬ÇÛ¸™îËÇxÀ‹¢Wy.ôô>TXË×X#Sò<"pŒ¸[¡û`¹r¤%Dáö¼„Þð¨ò³9 µÕõÁ£Pê‹È&Î —DTgsE‡6ˆ
+
+endstream
+endobj
+667 0 obj <<
+/Type /Page
+/Contents 668 0 R
+/Resources 666 0 R
+/MediaBox [0 0 612 792]
+/Parent 640 0 R
+>> endobj
+669 0 obj <<
+/D [667 0 R /XYZ 107 721.862 null]
+>> endobj
+114 0 obj <<
+/D [667 0 R /XYZ 108 637.479 null]
+>> endobj
+670 0 obj <<
+/D [667 0 R /XYZ 108 613.485 null]
+>> endobj
+671 0 obj <<
+/D [667 0 R /XYZ 108 177.47 null]
+>> endobj
+666 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F124 545 0 R /F123 544 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+675 0 obj <<
+/Length 3307
+/Filter /FlateDecode
+>>
+stream
+xÚí[K“㶾ûWè(UâÁ×ÑNÙ©uUâCæ¶ëG‚f˜pH-Iy¼I忧Ý A53k¼ëÄh¼@¿ðŠV·«hõ—¯¾¹þêOßåj•‰<IÌêú°’Q&”2«¾y”®®÷«÷k³ÙÊ(ŽÖÞüxý½k
+™j‰ T$´J¡7Wó‡Í6Që¿¿DùÛf«SÙoÜï÷î÷[ø•Ð1¦¯Ýï߇AF®’DHcü k¬t#ëÜ•DêWÏÌuC*Á¶:KE¤ $ŒÈxZ·¶¹·}[î6[•DëÎÖÝF®­ ìõez_´}YßB.Î×Ǧ¬{*hD²ÅîŽ(E»#RÙ1¡§|ï;ûEªí˜Úí®DŠÝsõú¶²TÖ´D
+Æ+êý¬7[ï‘1\Žhµ•RäqLsóÍ`×/±ç%âÖ¨ŠŽIMmiQ¥9,ô¤+·ZÓBlT´ÞšöžHǶٟvFЊùBò®¹?VöÞÖÐâ‘`i¥®ïL•Ý'ê®·ÅžzÁeEâЛ[ULìm·kË\-ÌÞت٨xý°Iâµï©wóØ.Mddv² ­–á0+Ú•í®âô¡mîgżü.,xßÌê…4©ùh@ `ª‚ÔôôÁ$™FqÆÍ΄Î%MìƒÔZ¾ï~ü7+dßD"1™×“;îOfa‘Håk-שÒT!Ï *âˆ3ZIÈ̬‚JåóZdIì»Zè&Q&ŸåW?ǯœð+Ïð¿¿`CÇ“.>.t‘€)K|…³\ 5þÃB&P&3)÷Âp|­0L˜Ý-.›QæYfßbÉÂ-Ž…Ì_¶Å/Éä9~Ÿe7yŽÝ ·ê7Èó{Ü.sÅ/ßc/`v#·+ YüîòM—ìE-.ίºŒgy‰Hî~ß"yA7øù„á—»Áùç°©÷‚Ét‡û?B¢/&$úµüªËÈî<i‘š3†¡ýCl¾L±y£À%OE®Õ²,|üCþdae
+&Á¤c¡aôqç÷c_6uQùÃûFfëÛâ 20ä0î=³Û5íˆ< MÅÐÆP‡
+ÀOøcÛqª5 "TAÕZ"¸ö˜©é7S§2/d:ˆÈÞ"Ó·­µOêÞÝ©µ{Ïr_îªf÷χ²³´ÅÊH¡Ìl‹‹¶99Øo-&v`klKi‡&báF®‡r‡`
+ʼ;\QâÐpÇÚÏ¢µW³žÐtK:¢2ñ©Hk=pƒâ²°é‰Hòô×süzßwžãªäõnjúô¹kÚò_MÝ;çùª„]­½|dÀo<“‡²¿[Ú®H¤ù¥uüWìVn†uF¿§#º7Xà Uud½²‡~¡C©DªUh5 Ãe1PTÿ52?tvÈÎíÁMÖ”‰ð“±aƒ¼N"J|ˆâ(°•WÃúÔãJÑ Áƒ~ʪ"¹â¥uT¹PÃ:â­ÉÃR¤£M.ÒlvŽæ§òˆùª¬¹ù.z Q Z#$;ƒ‰¡ æYñ¾+`…ZM, Î[Pù×ô©iQ61x¶£"òTøŠêÄÙE£¯Áb#ß|ë³t¨p0ÚñôÙ}›XÄ2›êîhÿ§×@.tyÌKš‰ÌèßJ©_`ÐtœJ½`!¾4òËŒ4ž¦A{Ò|º_ï§a8Ãiƪ<;HXæq ƒˆÛÛ†‰ĺ.@}†«Ì<#Oá*qø°°a& ÷ãr è\eFÛÜ’"Û=q8NÌEv A¬çž_ørF¾Þ¿3¢ {à=¸§Ç+n!å<¶Ã¶“l¥LÎÎ6Ž€éø3^E=u<qS áÂ9´Å¾<-E±váßÅÏöçyÄÑ7‹ƒ%îˆé¢åuBs$OBsW““½:6]9qL óÙJ­Á ÏÌþÏ‹g‡ÀÏ?—ïYÁ;Ê’ ²<xJ’/G2~{_˜\ç›à9 i¬MøØe×Ôû«šåÞxD뻂;q ]ÿ“•À"|/c¹‡ºhÇó ÍaÙÃátr¾]åOøv¬Ãä*ºY­ ì}#ÂO¹s2ض…ˆÃD(‡X㟪œz*äy+|ìá$–Ü5j?}M±xXÒÝ&ÛÉS‘ºroŸ|?rÅNÁŸ’kÝ4Î
+ÇÑ ‰˜~°-7.ë] ÒèÞaõOô•Yä¡!V|Úƒ)%ŒœmÇûâ:0èEBœÞ¢žïxïIz„©=ÌêlÛq=¡Q~…Î5,n‚Ã>‘šºúD) 5ñ;tÁ1§KfeHŽž8)°~jþÂÉEꉙ¶÷.)]XëÕ약`RãLp“šº¸q¸”?$ˆ®‹ô'³»;ËÝ“õª/`“
+=[6lÂÑ µ}Ó.;ð)Éà[ûñT¶–ç„yyï#E6?9©8öFé0ÎcuN_”µ¶/à°÷ eË’Z€¦;P¯å"|RsSVeÿ _k‰WHìî"!W<‚?üà‹63=xÅçb°ïl!Ã6|ЉTs|ì<#V8vi»²ìîGnX£/Çs?›ÒY1…Áä¥Á ùæx©SJ0tjf¨X:w‡T–$-ÈQ^þÆ'ÊX¤é°‘þ“Þ/!sþC¢‡¹Ñ¶=Ñܶ ¢’•“ìK©žå¦ÐsážkVTroû»fï_P@P+g¸
+Üá]Èb’õ×M Í…”¤ž;_×RMFÐb2¼Û;“åîb¿Žu×Së)Ürr 1 (ó-õXž~+ëû!sv?5wKLNno|Ŧ¶3“zxðØa¶ñšA*ìÖ_c%û‹XIpi×ntº¶v;<E>{ד 2¬—Ž¨‰ß²$ Ì#’)èòÃ]Iï¨Óõ±è:·\ žlAðo¹ pETk¹2Õ.Â.õUuC2îþ63"š0>ˆÀý û`oø®vOU}â·ÆÓ ©„8¯È™âx¬ zuzgÂÇ©l³L¾F(Ú E.¢$Ÿ^þµ8OŽÑuœŸ½Ä«Ü|ÉiÆtÀp_ç%ñá;Èõ@Â#D,ú¥XI¡ڌ2‹±5ã©Ï «:jÓ®œª=Áw¶‚rמ dÀw˜O&gg
+|ƒ.#¿¡,+!+a„D–€
+ /Ûrà7ëÐ…öÎ{ê·ìi¤àJ!USߺ +d¡Ý]ùâ‚ÿF¤ w•ÏþañHQ“Œ5ÉÎ+jbÂ;èe=¢d¼¥ã+Cì”t3áKCL¸KCLLµ¶ºSmE’×Ö$ B2¯˜¦Ïj›j‘Fzá:P)(«",>ç•UXžbàM‘²Bv¦¬j†åA~TV¥Geº
+ýÎbš´U1®§ÌX‹ôsAƒ_§­ˆ|šTMŸ^}‡«àYîA?„Lé-×¢ØçàÓgÅ^ŽïáÂ{¥àÓõcëðdG#üPFçDAm–³,fþv:À‘³Yà
+%|žœtwêøßmŽ§"S³üÝ!ü·#F`7]S” .~Ýÿ%çµGïÀCÆ™‡Ä)¬)uWTó¦ûâ¹zǹQÃ:t긨\^7ü×Γ;ËqãLÀÈPÁ@î°k8bÐן*À!„¯Ç^¬c=þCTþé'úÿ¢Aä„ýx"¿§Ï\Çæ‘ÐrØô`xo"Òñ¾‘ag=³8@@|±ðnø0ãwÜ=@Û03Xý[:i>iڇϑjÉôà™w‡ÀÊÐÝùï·×_ýúûú
+endstream
+endobj
+674 0 obj <<
+/Type /Page
+/Contents 675 0 R
+/Resources 673 0 R
+/MediaBox [0 0 612 792]
+/Parent 640 0 R
+>> endobj
+676 0 obj <<
+/D [674 0 R /XYZ 107 721.862 null]
+>> endobj
+673 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F124 545 0 R /F123 544 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+680 0 obj <<
+/Length 3730
+/Filter /FlateDecode
+>>
+stream
+xÚí[Ý“Û¶¿¿BoÕu,„ø ¦Ó‡¦gœ™¤ÓøÚ>Øž â8¦H™¤|¾Éäï.ü$ÝåÎnü" ,°Àîo?,nÁ⇋ï®.¾y‹…a±Öjqu³àaB¨EÏ8ˆWëÅ›¥º\ñ –¿|wõ£ý b<’?“"‚ÑlÏ\®´Xþ4ú¥–Ÿ/W2R®òýýÑþ~¿Æò•ý}ÝO2P¥5ãJu“0ì±Ì,ã®Ql½Üʾy ÃJ‰#¬¤‰X 3n]o¹TM–¶Uý››T.b˜ThüDL+Ó¿¡œ›QÉŒ»©o ¦DOw6â…gˆ†?œŠÚKÎùüTÀÒ¦Tè®Ç‡ÑI‘‘4+ÎB˜Ùvâ~RZŒ:%W?Üð¹|B¯x½ýd¿÷“ ìâNxÓ…Lrw<¯6y÷†ëåÛ ·û:£Ú6Ië
+‹ÑrWWë}š¹níÆõ CMåꆺö/Ó¼N W¾ËÛkÍÊ6sŸ$íì“]•—­gõ2Ðl¸‚G§>wEäìpNöî-ïGHÊ5‘T'ë|ßøÆÞËðá4»0êM‡÷K,áàç,Ýq¸©«íåJI›‰…¤¼…í?œTÃ)2ú¹íc.Ùd‰šiÓËõ¶š,B-“K¾,oA/, (ù–£ ý/¯àq†1ZÌw~»dIãØS;>m³¤;·¦Z^Òs]òpy[gÔ¿mó´¨Ò÷wy㾜2Ý® p׸቎u^ÃEÍ+Z¨å.©“¢È
+¬…´åÐꆘŸá–öWïÓöê+ù”7Œ¼²<„:)7U½m¨˜Ð[XSco)k7ÌGWš Ù_•Ÿ«6óP 3¢ëó­O@Â.Ü –}ŒŒ˜ ÄXx†ã°vÁÇã%uúf÷îìx›äRËÈâl²ýp½µd\Now“l±@#äÝ6 Ú¼ †khßú6Í
+ÕQGRP­×]^É°‹§‹ðè±x4úà*¢þý˜¯-ÄzÜ]rP“÷n 7ô¬«6is„¢Xk»ö7+×>îƒB`:ø Êé`e}‡)vÄ…M°#Á `J̬ˆ¤®öhø-ó?V½Å†–½ðæ{Z³{½µ;ÍIÑTÔtQKZgI›¹ñ®ïé%€}
+Ö=;~êÝßèø–|ù7ë 9ušCË•gFe@D„ç ô¯³]‘¤nUm·¼f—¥9â^+ð¡¡È›–JV‡Ât‚¦A:Q}—äuCE«(ÜÈäÓÐœÍ5UöaŸ£ùˆ?IaíW)»I¥”ä”HmÚ&åíÞN xëÒ¤¹˜'%ê?¦»YŠ•¯6 o7>æ‰H2ãÜÃ
+™d@°½SõÍ>íPAã•:Š39¸×ìñªŠ{€>ØÔÂÜõ‰FѦûo¥’D
+4›óf¢7"ªðLpÎ ¼`Àh92B?‹<¤c2€U›^·S8å.Ðî3†t0\94I1tMÙ<Vk‡4Á=ææ1[Ãl8·5ý}â2<$ÄÙRçvG†ý0wuN1ŒÞ¨<ê× 8ª U*k¯‰ÒB]»ŸØÀ_
+ˆFý,p€–Á#Šµ„v^ð£Ö¦©ÒÜùp::>P¾-ñÍ%Ș]V_WEž’–½ÍªmÖvê¹SÉ}L¤y߇AÆ/6Iq³Ð[f̧C&Á€xÓlhï|aPt&~„ƒÞy`<NLôBá¼jGªh÷<"äwÇ;ÙfŽP&»èsl ûÏ^Õ>–X¿=}éÿlÐgƒzx ÉoÌ‚lˆ9÷¦Šh9ÎÑ.^…>éÊ€çWœÝDÛ³Kr7hâsg 8Ñ`9=7Ÿf9 ʈiÈt!»&Û¯«ér”3 ÀúÌH#­dd–¹SÒ°P|ÎËw\1"Ëq4BÿmAMAäwƾ]˜B댺Ë#3°<ê³m1a
+gb&Õ£tvðd8ü181=Øt`ec¦rÚ \Å‘`]¤
+Oè}hXZÎ*`Wrãq¨¤÷)(¹7Ïð/¤¯çìë9[q%ÁºUžsf“ú
+50)Fã×Ãöõ°=lîÉP²H„¹6ÖQÆ㿲AÍF,l4º8Ћ„Ͷ²ÒÁ2þ …J­Kûp÷‰MtÕåºØoº˜>V(ö;ÿbܽ" Þ¹è‚ÀCÂel(Tžðü•Èý“k-éÙRJ U\kó­ëãF(Gø®¦¦ ¬ÛÌ<þ§T“ëz¿k)xk,æ/Ýø¿¦Ø@uãh¨ê®yßìúÆŽ°Í4ÐõýÕÅ—nÉñÀ nC¶Ñ"Ý^¼y,Öð &c³¸³Ý¶ [ÅâõÅ?û‡
+endstream
+endobj
+679 0 obj <<
+/Type /Page
+/Contents 680 0 R
+/Resources 678 0 R
+/MediaBox [0 0 612 792]
+/Parent 688 0 R
+/Annots [ 672 0 R 677 0 R ]
+>> endobj
+672 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [271.355 619.701 281.218 632.465]
+/A << /S /GoTo /D (Hfootnote.11) >>
+>> endobj
+677 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [210.215 550.775 237.114 559.621]
+/A << /S /GoTo /D (subsubsection.4.10.2) >>
+>> endobj
+681 0 obj <<
+/D [679 0 R /XYZ 107 721.862 null]
+>> endobj
+682 0 obj <<
+/D [679 0 R /XYZ 108 682.406 null]
+>> endobj
+683 0 obj <<
+/D [679 0 R /XYZ 108 611.422 null]
+>> endobj
+684 0 obj <<
+/D [679 0 R /XYZ 108 528.483 null]
+>> endobj
+685 0 obj <<
+/D [679 0 R /XYZ 108 353.715 null]
+>> endobj
+118 0 obj <<
+/D [679 0 R /XYZ 108 214.651 null]
+>> endobj
+686 0 obj <<
+/D [679 0 R /XYZ 108 193.556 null]
+>> endobj
+687 0 obj <<
+/D [679 0 R /XYZ 122.346 126.376 null]
+>> endobj
+678 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F124 545 0 R /F11 570 0 R /F8 585 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+691 0 obj <<
+/Length 3351
+/Filter /FlateDecode
+>>
+stream
+xÚíZ[ì4~?¿bÞè–º½±çr¤}X XVb^V€D¦Û=‘Nš$}†Y´ÿ}«\åÜÚs9pxà%qlÇ.—ëòUÙÑÍýMtóù›oßüí³\Ýd"O’øæöp#£L(ߤðΣôævóí*^oed¢Õ'ëïo¿t?¤B¦Zâ*Z¥0šëùõz›¨ÕW“'Õüs½ÕiÌ»ç—îù)<% Œå[÷üf˜d¤*I„Œc?‰À7:‚™uî+•ÆÚ7¯Ì Ã
+#Ó#µ¹0f°%§üOéõ‘$1^ÙAk-Q¸kN'$>°}[•I¥ 1r»èÖƒcÚ
+“Ψiöâ³ÉÎM‹jÃãò.wgûkkt ™SvmíâTdfPŸgÌœtfN…Íœ°6èVkº”­ÛQãýIÕ¤Ú†*ï,}WE»– <n•fèyí›Ì'Ú ü6¤{ ÌƒÁJ ao=1{KR}©zj™n4´»©Ï¦Ô§h?Ù{ÌŸó\’!}8Ú:‰¤Hó$"&ÿË1ù Wþ$´¢l긽 ¯šbo÷ú¸[«håÔÌDQ@içí<q*Žè¹÷Lh‰V‰þ°Þ TUƒ y µÆ_È'‰ SJÀÐIdC.2\¦wí™o¿,2ü•§êEÛ>˜äúr
+Œ"!f¸ Ñ7å¿ÖnS EŠ—Fh™zÃày ËèZÈO4•ˆÁs¬ÕŒ}ÝrkúóOýñேF¸y²h Ô›ê<»Õoh/ONÿ
+º0
+UlBÓÍœðã³é×Í6ÃC”þä"Õû-Rþ®‹”¯_d(…=ÃŽ¯Å6êyl‘œ¼Æ6ÎM=…6ðå  '磆<¥™›}£'^ÆðÙ„ûÓ;N(;w‹sؽ š/Ït§« &ÏÛÍè|øeb†A™•3ñˆ+°¼·¾Í‡$*‚87Ož7ÓÙxh0qÕšƒÖÏÎlðó¡\Ë•^ðQT]C¥céøiÇÐÀ‘Å测P)ð%Ö×ౡ0qºÄ|Ãjpwð Ç[ü« ^å¿×kœšé’…â—hLöß¹ƒr¨ŽñƒN†°‹ ªU.t< ú÷«p13wÐ4èñt×?`T@¥}ÛTLÍ‘Rt<uyìM¼P'sa€ÏálHaÒ,ŒçðDN§rõ¹­më€mbV(©—2hœž‰á·ƒ½øî–=]ð̽ÆÊ ]©"þb{3맆ÓQ_íõ|:)® Xp–g³#‡½ƒGpè¦Ï‡»L9Ÿ)8|úDn^êH¨|†=Æ¥ÀÆÎî(lhlÄ %G0§Tý2Æ™ˆ›ÎCåcC…ëaã‘T<R9ˆ˜Î²¯Ïö ¸4·,.güökOÉtQJqþ_+¹ú¹ñ5Pµò·Ã¼„@Ç®8Yª*º±éz x²šåÙ»ü
+endstream
+endobj
+690 0 obj <<
+/Type /Page
+/Contents 691 0 R
+/Resources 689 0 R
+/MediaBox [0 0 612 792]
+/Parent 688 0 R
+>> endobj
+692 0 obj <<
+/D [690 0 R /XYZ 107 721.862 null]
+>> endobj
+693 0 obj <<
+/D [690 0 R /XYZ 108 555.009 null]
+>> endobj
+694 0 obj <<
+/D [690 0 R /XYZ 108 451.971 null]
+>> endobj
+695 0 obj <<
+/D [690 0 R /XYZ 108 328.166 null]
+>> endobj
+696 0 obj <<
+/D [690 0 R /XYZ 108 209.361 null]
+>> endobj
+689 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+700 0 obj <<
+/Length 3321
+/Filter /FlateDecode
+>>
+stream
+xÚÍÙŽÛFòÝ_¡·hQo_¼bìƒM² °I°ž—Eb ‰‘H-Iy<äß·ª«š×´æˆí /d³Øì:ºî¦\Ü,ä⛯¯^üíëL/R‘ű]\mJ¦Bk»HàžÉdqµYü´´+%#¹üòâíÕwîƒD¨Ä(ü@Kat«¹™?\¬b½ü×èJï/V&±üðÚ]¿sׯàª`a_¹ë›É@U e­G"pÆÂHÀl2Ô¡/$sæÈ`ã+“Æ"I#X‘lSÂ]õh3»¯Gìf‰tìšLhe<ÒWŽâsÄÄ?Cý âJWnÎ+/ ¸þƒ@?º‡o½4üJÊ­¤C+9ª€BSCüe0Ö‹•JEGDÝÏÊØë¼Yïò¦û‰y1#¡DR¤Ê³²ãeU:šaD
+‹ñŒ¶ƒuË
+Ÿîè©ÊE{bEëXÄÒÌtﬗ…ÓÞÔòjZRA¶hãñŠ:<#¢^›ó†É?‚¡
+EJˆÈ³‚˜
+¥Âãm–žú‰Beio /ÏiJ<c.©¤GÊÇÈx‰NÀ©ÞÂ<ȯd4ZU>ªÄù‡swâ.¶ö wX“œݾ¦»‹üò JxÂ;TÓ|O‰ÒÂ3{ݨwÈ;äÑ+.0)}ÚÖüàû0Ü”9Örm_ŸF.´;ÓKb¡ç–×Îò° Ùú‚ÄÇíMÑ®›òØ•¾ViŠ-Ùä(vŸ©Â+38·]ЛDCû SÀ—®Õf¾{ÊzœT´>¡È÷õM}j9µSI
+ÅĬf}Á+Mõí…ÇsÚw HDõ0€=S]î §ªäïvå ÃpÇ@¶ë_!cuÛsI3\˜ù“ŠÁÛÞÝ×ÕØõaùýßCKL;ÅUÀçC"GÖ,CN%z Š˜éê >Ü-õÉöq’Íœd}ÎD‘sµ£
+ZBNÑ@:;ý˜l9Ít|XEâ"CÄÁÝÅÜ`Š
+åAèJe‘0æñÌ*~þaØ=™™32Ã\×<{ö’@•r×w4)PÝmáÚªIÆl"ÔK€(–ÀN
+nÁ³{asý=ä&”ÅÃ&*þX`‡À‡ÌÖ\IPü¡iþ‘¸2™ˆe6%Šþ]Ñ2ò?‚ZHÿ›žzâQ¬q2í NßäðŒøßÑÛÁï
+endstream
+endobj
+699 0 obj <<
+/Type /Page
+/Contents 700 0 R
+/Resources 698 0 R
+/MediaBox [0 0 612 792]
+/Parent 688 0 R
+>> endobj
+701 0 obj <<
+/D [699 0 R /XYZ 107 721.862 null]
+>> endobj
+122 0 obj <<
+/D [699 0 R /XYZ 108 684 null]
+>> endobj
+702 0 obj <<
+/D [699 0 R /XYZ 108 662.864 null]
+>> endobj
+698 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F8 585 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+705 0 obj <<
+/Length 3856
+/Filter /FlateDecode
+>>
+stream
+xÚÕ[[Û6~ϯð[m`†åEªomÑ]t·E3‹>¤*[œ±Yr%¹“ÙEÿûžÃCI”†žqš4è"E‘yxx®9|u·â«¯_|qóâÓ—™\i–%I´º¹] ®™”Ñ*…gÆÓÕM±z½Ž6ׂÇ|ýåæç›ØR&R%ðÉ™’)Œf{~·¹Näú[ø®üƒý}µ¹Vi´þƾü‹^þi_^ÚßïíÔ<Í2‘•Hñx˜…a•âã©*eŒµ/¸[Ú§/d!J´Â®•NW$“YFý$T´Ûçm¿ÍÛÿºyÕ*ƒye‚_Åœi1Ì°§Bh¯‡b: «O‡À ¸'CŸÒ2£n6Êvy×iÌ’,Y] Á²8žè½kóãþïNo2Ñ»/»¾ùâo^÷?y°
+1qp–ƨ™NOoöfs-y¼þ‰sywjí[´>件 Í’d,FB|]Ì¥,MFEÿ ìA÷P7õFÄë‡C>‹È~ÝÐð1Ke6t¾
+ŽÇ⩇¿S gÙ’×Eh\0aY¬ü‘}v``ƒ ±ûüÍFðµéˆç9Õ‚
+´‹( ;øÏ]Þ»î# ‡œÊgÄe©R&£…ØÿVŒ>–Hž3#ŸÀtQ¶¾mÚ‹'áÞUÍ…îÍ}Ù%F€ ›–FÒ(ÐM¶ûC hù¡1¤©“h3ýfÆdñ;»wòCs Ŧ@ÎJP4ˆ?˜¨Ü‰P”QT Ï‚4²56À…>Vgüºô‰œ?T[5·%èH2J‚ÙÆL¦èë„{š /ÖH0*ß =
+s‹¡W~ªlÄ›ø!½÷A“)R²<¢¯wÿ9ÀûÕ#d_îöT<˜¼vó>A4-+\çÜ5 IÏæ”—7νd ‡ZÆ‘qá1…c¸ý EŒuEóÈùf#GÂð¥5¿@¿ s¶¡×w§ÃÐaà–—µ‹3ûÁaÄg‚f*SL¤ÙåRzi€²ÐL{jæ¨oó¢<u¡ñ€éå$‹Vâ‹IBù÷ølD/̨<nÄêÍHûàä&«9Ûõa¬þÍökJ'£¶¹änPDxbr÷™œ¦+ûYµ”Bº:ƒ^­fĉbvH‹º€„9*_•õÎeODi/·ƒ—ÚLó¶T•ïúS^UôVÀâÀ‹h}o¿O—ávjê±»Mˆj—Uèšô­sýËžž/ ‡×ÎÔÝ@nãT.°ª½ñr>Ú¬Ò*æñ¶–”cjPåÛÊPKs껲0 ))ÊQ¡ÂÔ5ü^¶MÛÉèãW£±Ä>÷¥M[¡äøÖa~g+ ÚqÓÝzàk–r ¾*™€MeòyDÕ³w““«q‰1.¼£ù\T‡W W¼HöòÎ`dÈ#/2ä v” |©!|¢RŠ„âŒÏ‘¢gâk$i‹²Ù+Ÿö ô¢,ˆ¦|IĮʻ=ç¡W× ÍCêÅc¾{“ß™O6q¼R¼»„§ãòTˆ2‚Hº¼,sÖƒsO± ÖpðôBuî¼NG-ȇ°„rvq$þ9ƒ¡;ãHÃk‡|e.
+´ %ë¡°ÆF9Mm#[xÏ]½ýÂÛöa(s4µÑÙ¥,ÍÀ¥ –:R'G/7£û«¥‹´g”’Ë\‰3™ŒNßPÉìiç@i^Ó\ Úe´¾à| UŒ:ó„zô[A¶4)øûYÀ'Ó
+Í´Œ·ÏAÁã*´Z£\uÁµe<óŒëLȑχçè`´¦›0"'KTöÔ¢¢qÕÅÖ6ù„Ï€!‘ô3Aƒ
+ðöX5…)Bàðtr-d`hºÃsH°õ`&µsjQ”Ý< v#zemãrG3Yy­¦XV¤Ë.¢5—èâaeuJf'[ƒ†QMNïE‰lÙ™ |1™%—£€Ï:sõ˜ÌnD<ðu]®¢ïZ,$GªIröÍ©*ˆaÀÉš8¸u,ÍéõHGbP18[Ûhsh&eG
+6çØgе3óáx¸¥K’Å–Ž»4ðìé3OuÙ£ÅÃhóŒ¶!™žŽ…Ã
+Og
+£ºœÇ#Á¢É{tûò¶j
+äfJŠ¹¦xëp™7”0 l¤G ÿh‚˜@”ñh둺­ãNc^¶!ìøu†æRƒMPÉ”çü‰«é4ðm` ðÕ*þçfa2ø;as± 5Ÿ6ÆáþÎéGÑz²±é´yš´Ÿs)Ù»Xûbú9¾¯TM IÓ–ÿA¼’à$ o¼Ó1×
+­hË´´ ˆÈÜ%Æ/Ì.?jŸº}Nðp¥&œ*-Z§tÁˆŠÐ\TîŒ !T÷1'D*YÉù†=Á{mjn·!ãd´‚À\)÷f ÑP"Î?]ðWp·8¤IÖý=š_×\¼Ú`±‚ÎA¨ ªbq.os–Tv
+\;š6·_1jz‰34-½l[:¢)û¼#qEßÜj%²±Ôš[•§©ï&vJ±D|nj–N §wÒ9’ ø.·8w!<QXü‡Þˆ étEû6uóÌïððf#µ$|ï{F †cÌî ½6êáh¨”wôüÅämõðI€S¢DQú¡ä.™œµƒñ’¸K¼³äAøÖZ©ÊÛ§8^ÿB@cˆdüâ“Ë{?šÁ'Í
+ á+äU`^¼¼ ±Ñ"Ÿ{_–‰é@Ã;Œ´§s…E„tGAry'í!\IFÝ~¤pú¼“Ϊ9ºÃZ{ÐÛaAioZZ‘ÁCBcb¨[ìÞª¤û›Ø~€mL!óÑ ¯H4‚¥ç,ãÜ%°ŸOñeNüÐÓyM—U9] ‚âoÀŒ¡ôá^Glœ? þÆåõæÌVª˜É'?~¼é!4î¨ø±ÆÆEzÂ?ŸÐp© Ws ·3X Ÿ°ˆê[<«9VfŽçëøâ_~NÆœÉØŸ¸¸b1ü?JÙ#9½`€;ºt¬pGµ Ózq)á𦦃 ÅÊã½±˜ —kNuî¤V®ÅU´æR ѵ­±87—öP½øn[ UU¾Vtãp
+þ›%†P!õìÎñƒwÄ3ךÔÏÞ׫ÆS´·ÀYñ
+b£é>Ý3ú‰d¡/8.éK¬,Glô`Gíé<<‰0»åx&,}t)¬ P(`9þ±ùJ?ël‚ƒ oﶘ¤?9¨R‹P¸ë=ï ~O5aFCÖ ¢É0]‚D¸Šlf4Áçá}ÔÓÅ]<üüe¸5¡Ð?í‰l§¿$Áçdëx4³uã ϯn^ü[áòÄ
+endstream
+endobj
+704 0 obj <<
+/Type /Page
+/Contents 705 0 R
+/Resources 703 0 R
+/MediaBox [0 0 612 792]
+/Parent 688 0 R
+/Annots [ 697 0 R ]
+>> endobj
+697 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [349.638 586.406 364.084 597.31]
+/A << /S /GoTo /D (subsection.4.5) >>
+>> endobj
+706 0 obj <<
+/D [704 0 R /XYZ 107 721.862 null]
+>> endobj
+707 0 obj <<
+/D [704 0 R /XYZ 108 684 null]
+>> endobj
+708 0 obj <<
+/D [704 0 R /XYZ 108 566.605 null]
+>> endobj
+709 0 obj <<
+/D [704 0 R /XYZ 108 389.001 null]
+>> endobj
+126 0 obj <<
+/D [704 0 R /XYZ 108 247.492 null]
+>> endobj
+130 0 obj <<
+/D [704 0 R /XYZ 108 234.212 null]
+>> endobj
+703 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F103 434 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+712 0 obj <<
+/Length 3822
+/Filter /FlateDecode
+>>
+stream
+xÚÍ]oä¶ñý~…ß²n׌HŠúHž.A.½ ù@Î@ $yÐîÊká´ÒFÒÆ5Šþ÷ÎpF¥¥ì½;§( XI ‡Ãùnpµ¿
+®¾}õÕí«Ïߤê*i…W·wW2H„RáU Ï4ˆ¯nwW¿¬Âë˜`õõõo·ßÙb!c-ñ­b€fgþx}©Õßá¿äöÏöÿ»ë‡«·öåzùÞ¾¼±ÿ²_Ðð¸ÊˆV¤D˜~3®tŠ NúNaï«€·öù@ „Q¢ÂNbè¡Hxc¿Â®äZ¨u°^ä°t
+K«?4F$©ìWY_ߨX­Šî[rµ­Ǻʫ®¥‘MÞ=äyEƒõeÕŽ’º›üØä-|ST{(ókeV\K³ÊË–fÕw4¶ÅÞǬZS÷!Û×#ò˜—eß>ŒK!qní)Ej !¿)³í{U´úÇ}q-W]NoEKÏ&‡Î#÷ª†Å1ßÑÐ摈3%«T
+X!êɃ Ööoœ¡±JÇ“ì‘)-&†p¤ÞmVqcYoº¬¨!³**êmÚ5YIƒ×2XeíÚ‹t¢„Ž<Hˤo´ JNK4‹î>§F[ŽeÞvÄŸÒ™êé'ß;”Æ• Th3°ö7Vn¯µ\½$CYY’(Eоõ ¨SŪ’•mMd¸ÏZš$îl-9,¹­‘ƒ8ñs¸xºz ÔHè¬)² ì’@Ú1ÏÍ1°ÃQd·‡Ç÷¸ÈS‹…ZD‘ô.fÏÅ.H² ï±ßg×*àNf[F™Ûå¿¢‚n)bOÏè–Ž3²¸6­ÂP¤zÐ<
+v o¨Vo+zf»]Ñuµö\‹P™"xx¯?\//ë@Dz²Ï%µ1u ¼ Ú9Ð.¬%mv!¬Ð‘ìE´`aüA ±BPÉå;Ü7àèl³2_Âí4€HÀá™0Ë’'àU›3ØKÈÆ„*tØ
+M(˜gÛÜ£™ÆÙ{x8hÕ,6ºF…]Ö«ÂFQíŠmfýP|Ýe ìL«Šmz!¦ÔµÉ­smW!‰IR¡åÊ4¨N‡¼)¶_ÿÐã®n¨a1]S[ÎÆ,Æè–°³'¬>þº¯D¦¼™ÊU•ÐqÂ>ܦ3@Ð4ŠžŽ•= ðSUd®¤ûˆåµO™ŠDá¾ÆYV“„
+Ï\Ä ÷ì]Rª+§ûŸ~¯t”ǯ}7 î<Ø
+ )?(.Í"羪Œ <½ix[7y‡ÈaÙu –Z†gáÚ9ŸÇFè‘ŸÆçàªêI€Ûw§j‹GÞâ«žiœ@zÇ¥Eå5–lµk,ï6Y›‹ÃñÙD’ °½¥œ#C>ø'ÁÜd‘] –l±YÑAj… »†Yýæ¡y¨wy‰"€ßu &€¶]ùHí1ÏÞƒÍ\Óä¢ã'¬Üó£/ª| ú!kyÉšž§6pè›Ö¨Ã' |RužÃQÓy®äS8
+R'ÉË(Q4*Ž÷…Ëv÷ÖBFñœÏ[Ïxý,ÛÑdh‚ÉÝ(3½Š3½‰N™„°‹ðåwÁ™E§,&Á:`Ó îÏ6&hÖ­V@›èYb‚‡ k!H$#Ù1¨ ‡…¼Cš@ü¥\¿”ªsO“À4›1ýXäåΟ)…zÜ3Õ{äbµ8ÆD±{ΰV7¸ {àã®ä@$;šÿ~b*b°W¢»c'aŸ}9OÐô·›O@ü>+-ºK*r+8Ÿê¨±z@ì¬Tˆ`wÚRGÛ½zb‰‰?sig̉rV#ã ¹ù¢ŠÆÆ« 9·÷YGCÅB/ÄürúaÌÌ /a<µ¦¶¦Çæe QÂ%&ÍB—Áüyš1V½št‰#Ò±šñå„xÁŸA>!žAH–
+=
+ëÞ—ýu3Hä]Þ‚ó•qx0®2¹à@#¶¢C|>’±®©—Ó>oš¼`yteˆÀ˜©®äìÍ&¸LcJÓ~áu|0Jt.²O8.ÏóÇúÿÆÒ]Š J½­ˆR‹¶&”B%úå\—Oö ZB£«©w×dÈ,Ô{̺û–O¶á®bÛA¸Â½”N·îÍoºb{*3öSÀÇIŸWËЋòP`D„­l»Í·=&/ND,;ž©Š‹€EÓ1 Þ@PØå¼\Qµ]ží襾óÕýàóà²+ZŒ$­,سxÆoMxbj§ç"ؼ2óR‰<¥’‰sB~g"E„óó$çr¼‹Ãv»ÉSªùm¹§]OèBƒW˜>¥ '¸`’@{¬ËòpÆÎq´ËEèJêÞ‡ØÄ–VcêÁ£€Æ"Ká-ÀºŽÁ%êcý¬jö›E»;¹•ÐøAÉ |¨.‡±ùhû–2Œâ©ýï3&XSè‹yk¯ýeeÙ&ê›úHe‰Ø—ŸüÒŸuN@¢pƒØ'‰Æ{=VÑÙºJsª°¬:«²dÌ€ ЕÆ0f“<̉WÁ¯JE’ÚMVíó5o³¿|¨)t4Ï6·5
+¹²×ú ô9Uï+ÚqÅÎÚ4…îFÈU èý5Ït?=gw§àþÇŽØLP¡ã9è> œ»[”‡RC`?=Ë(p¢§îJÉI
+6U„¨ô(R\ãQyšçõi| øÛ^K…®d4Íj
+ÊBOwe96™ß9PIHÅV½"ðÔÕG¿ üÌh´7Zy×ó·íïªÀDWüJÍá=£n·Ž¯}”ój{¡ûjê°"žhæ\hðuÄß«1g²Øgáà8.úeÙip+5'Òž8áË4ÒJ‰×½_Va¡vÒlöX@BM 5)xæMS»Ò½'ÍÂ…iº¬ªêŽw ¥#¨ô²G ¸Ë&ÐXG"Ôüú‘-¡¢:y<欔FGfz ˆ7úÊÝBŠ„LÏîOS‘HÆ_}xÊ¡?}@û]íUuîmý,¥GcÑ/e—E>èw×Ö´t5ÌUÄ«վ¹}õ_. zÙ
+endstream
+endobj
+711 0 obj <<
+/Type /Page
+/Contents 712 0 R
+/Resources 710 0 R
+/MediaBox [0 0 612 792]
+/Parent 688 0 R
+>> endobj
+713 0 obj <<
+/D [711 0 R /XYZ 107 721.862 null]
+>> endobj
+710 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F88 436 0 R /F118 517 0 R /F8 585 0 R /F11 570 0 R /F93 433 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+717 0 obj <<
+/Length 3388
+/Filter /FlateDecode
+>>
+stream
+xÚí]sã¶ñý~…Þ*·6B
+…?Ä Ó"s«ïiçéhŠd©ò@­«6°
+ç°™‡±´«L!SKá´707K’°v·
+Á1§¿\IÂRÎ-\j€k×æ¿-Â
+0&¸‚(s]æ?soÚüþKÌ9­–½ùZêý½
+ÚqʶH´]Oýý¢>ÖÍá
+—ÔÊ’6¶µ•iй+$ÕÔåì/h6„éeo¿;zçôËV˜•·È ;Ð.µoì3xŸ±ÏPd'‰ç½§è Ö4“cüáò­ÝøèéæL˜e‚EÊêä›s #UÂ>³J«CJËð8ÈÖÁ ¿Üü´Œ¶¡†¿·©zÚšÓG’–™ë:´ž-gqijtª gI%—UŽl%~Q&ð•€Lì ‘§5³ÁÄàË€­~GŽûŽvp‰ÌqCgsB?J3N#[×î§eÔ,NÌ,è.JhiÀ(Ó k¬Š–0
+8}s2:ÈmØY:ÍžÙ÷ýhßoÎï‹öt2‘)(ÓÊ¡·-,Fy×QËæu‘LÌ"â눾Ò!_Ñ‚ìDi¯o,ïf0PúyâÏ8Ù2ñ&9ˆ½}^ïŠå|.5ð¤œï-¢†g‰C ÏÙш“:8Ô5‡‚z?–Ȉ؇¢{¬D®r =Èø×ó)0&4ñ)ººéŸ? !T׶¿¥þ}ÞQG^SÇXÂ’Î`ër­Sv²²7îB±“1ø¨%P3O9j Í|FrôLï8Ð!_›·žIÅò/æy;bŸãLF1NÇÛ.ÆiB ö܈,Èn£—?Ú]$¸;4ïOž=¹Ùݵ]p5½“\Œ$*™z9æ*~
+Ü?†ü2~9/×,°Ž
+‹‚ ŒŒ½8Ê!‚§Þ™”YÎ÷ºmÐ…áÙ²319á"Ôг)¶`nR<8âsi.^
+ÒÓ;õæë…§ytã '¯_Hw4±46œ¥m9‹ÉSC–Ÿ3›®y'ÐÓÎÁ8 :QÃi¬FÆ£ÔàLF$c¤yË)„ވũše­§‹!Ëñ9¿½†`N™¦ŸKŠ*`Á õíÚrc`ìž]sª œA40¹ŒÓG¸ ÓOeÚ)¤ÇVB#o[rèѤê®Ï„ÛâdzïÎüº„>a“oT„%¡A ;‘Eдü­0ÿqÔ~ü¯«"&Y4ˆ É9þ ã ÁÍ4y0(Ò\ÏÓè¨ èDJ-»ü`[îlJ;á6Õ­•fÏ­l^F¹,…²©á’±Yü¡Æ|HU¹ß, Ú_MHU¹L
+4Æ
+>Ï¡CÆì›ôå hƒ¸e½qd¨%ƒiŠ¦{_N1Í`Õ˜·|Ž`™š,ZQuá’=/>a#ÿ`
+[ ‡·…™^òùòβëNÅP}j‹: † JБS…ë=€OÈ·Œ5á™G¥)U=É( mkšŒò}qÄ¥f‘ŽWIb5SÈi}‹ØH³å±¥
+ô¤M’ú6e·>u9ŽðMîHš9–Ħ¯AÃñÖv–uÙ—0Û®Czÿk‚)Áož) L‹t¨‰|’#`®ê ž¦K,Þ™ØÏC ”
+
+Cë¹)t&{<.«_V›•Ýn‡t®Iö>e+d`3½@¼(ú4ÓJ~Ô¬,&µe4
+Ä4¤F•HÓëÜÔ³P€±?´&û“Ý>Ftј¿îìëÏo3`
+endstream
+endobj
+716 0 obj <<
+/Type /Page
+/Contents 717 0 R
+/Resources 715 0 R
+/MediaBox [0 0 612 792]
+/Parent 688 0 R
+/Annots [ 714 0 R ]
+>> endobj
+714 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [255.037 118.791 262.011 129.695]
+/A << /S /GoTo /D (figure.1) >>
+>> endobj
+718 0 obj <<
+/D [716 0 R /XYZ 107 721.862 null]
+>> endobj
+134 0 obj <<
+/D [716 0 R /XYZ 108 454.606 null]
+>> endobj
+719 0 obj <<
+/D [716 0 R /XYZ 108 431.578 null]
+>> endobj
+715 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+725 0 obj <<
+/Length 3339
+/Filter /FlateDecode
+>>
+stream
+xÚÍZK“Û6¾ûWè¶R•!
+W <³ YÝV?®ÃÍ• ¢`ýjóóÍ¿èƒDÈDKü@B«f£‘ßn®bµþ~¥mO¿ï7W: ×oéå¿|C/×ôû}ÁÝã*#[±a¹UŽXé A’:¢J‘ú"°[sÏ/®e¨V̤bœ –Nà3 )âXñÇß4‡¢z Û”‰\¿¿ûò§ Pû¼+›ú%ó
+ìr«
+ðÂW2‹¬Hd™†i,lùþ–{­Èn[(ì¤ÝÏ»š#?saÅ‚”c_ïYøv(̾-wÈ=Ž+kÇ‚¼ ©TÙôd”Kaú)h>Ê‘˜W‘&îrÛà wL´ÊjÕ01o-±<_ªâ "bצQË‹T¡ºßÄèih”8 Eag8¶Í™iÝmiÜR̉r‹êQ³¦;±Ê™·™®Oýy°›ÒÚ~Í"À
+Î |àP‰ñAHÆ
+úÕó6!ðzœ3„Û`
+RP%A=zÔ×-w±#y6LD
+l:ÑŸ˜œMÊWÈ•M¬p­Ö2b@H_•MÅ•|L9³@Œ ÎìMD¨ÕôÝ¥ïF¡Tä{`<÷9ˆ¢‰ÒU#F€9d¡ž{BFa0Š0 œÍA‹ -”ëiâÚ”4tú”Tˆì£ç
+—P˜‚“›-wúŽ$BÀM’<ë@’OÍ
+ÜaØÍ ×3ɯΠ{-òÚVoÐm㳯 É›[6DB¹¶õ™Ý¢@o?*ís_@zY’
+à´„¹h°­uyºí¸s(Ê#2t„ìºÞ[X)À÷óx²+º»+K*Ð\9Ʀ²A
+hT:æ&жÜKQ)ü¨ÊsÉ¥è+P»¢î¶ÜëÒ¬ŒËåX×ÁÑï;ôÎTºÆŸ¶M±ÑS"ÙzNUÞt˜|"BÑ
+ðöóU
+òéT$Ñ€¬‡› àÂÜ×]þ‘Ù;4…¥2P &G¤#r»Ÿ¶¼TCì
+qšÔìùf,W _jŠX¢Ÿ¥TCs°ŒûŽßWÆ2_OëÁ8#CÖøÁu¯F]9¿î¸Â-V{Á½_V¦ÙÎ?€¸„§GY.ïÚ"Fmñ$ñÃÍ2˜œÌÂŒ¦ ´Ž´5¦Žñ
+endstream
+endobj
+724 0 obj <<
+/Type /Page
+/Contents 725 0 R
+/Resources 723 0 R
+/MediaBox [0 0 612 792]
+/Parent 729 0 R
+/Annots [ 721 0 R ]
+>> endobj
+721 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [363.072 236.354 384.99 247.258]
+/A << /S /GoTo /D (subsubsection.4.5.2) >>
+>> endobj
+726 0 obj <<
+/D [724 0 R /XYZ 107 721.862 null]
+>> endobj
+720 0 obj <<
+/D [724 0 R /XYZ 285.662 607.507 null]
+>> endobj
+138 0 obj <<
+/D [724 0 R /XYZ 108 456.592 null]
+>> endobj
+728 0 obj <<
+/D [724 0 R /XYZ 108 433.178 null]
+>> endobj
+142 0 obj <<
+/D [724 0 R /XYZ 108 323.278 null]
+>> endobj
+723 0 obj <<
+/Font << /F92 432 0 R /F142 727 0 R /F105 437 0 R /F118 517 0 R /F93 433 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+734 0 obj <<
+/Length 3389
+/Filter /FlateDecode
+>>
+stream
+xÚÝZÝ㶿¿Âoµ]V)Jº>%i.Ý¢i‚d‹¢¸¨Ö–×jeÉ•älEÿ÷Îp†¥åÞ]ô¥/ÖpøMÎÇo†N6›dóÕ›Ïïßüö]™n
+Q£7÷ÇL
+‘¦z“÷LòÍýaó~«w·2É’í×»ïÿh;äBæJb‡4Jæ0šmùÍîÖ¤ÛßÛß;ûû~åöoçÏ–óÕîVåÙöÞþ`+¾D–Þ¾»s €÷Kçêá÷{¿ˆyÕe"tiÜ"Œ“¨¤Ø¦%¶}“ðnm§:¥;Ý–…HJµ¹UZ¼ÓûS½»Ma]ûþ|®ºÃH“Áîa6m
+…Ren¶¤Òã©:Ô~]óJÁa*×Æ‹ 'á0áăáMÛ¾ªçàØEžÁGþ¿(…”sWh<Ö¼ñú0Öû©é;{%›áqCÄw_½Ù¼·í´ÈDº8&[¡·Ç~ ‘¦SÝ0y®«®éq9Äx‚…bçÍm* ‘éÍ­”¢Ì2ZÐeè×=.î­¢ÏØœ›¶¸`Ï H¹íÄÂ]ïL¶½¡âÃ.M¶×‰
+°’GkÆŨ‡æ¸K³íê»}-ˆI— ÄI’ãDÁ.í3÷>xœñ\ÁNh¬~b&œÍÛ_˜q´›M–Û|:USÓÿ´“ٶƽ©‚V¨òmÕuux&æa¨°ÍS'¨LKîªï7ÔåÔãhO‹1ubšNCSLöÔötmqÄ=Õ¢–yBŠšç¢È¼’|¨ÔýNÉígVÓ¾µŒoXÓs‘; •n¨šÏ~?ñ
+ŸNÍþD+kæ•Z1Q)ˆ›ZÉɾÇM§—m¯xâJGÏ6ãQ30ªkúëhïxË#ÖxÄC Â\ßp߉¾³P@£z¨Æš%A@Âï«>ð|ÍÏvíHÝìÀÜúp
+ñûþÕ #Òd¥@ïìï·VSȽ}?-…*½Ç8Wû¡APi¾í/ zxÿ*-¶ϼkXÈÜõV§¾³ßcD-¸ƒÙÝÐ ¼yžÂÎý–jÀfZÞs%ÆÓNÂMv±QF‘;]‡Ž8Uçí8ÞÇê¨9°HÑenDæf©èm?¢.)mÂuA ¶n¿N‹,MŸqªæñ4Q©m:Ôd$iÝ@ìí€x@ÚßÆ$0H’…Óni5HÂ6þÞ3¹IÐ·Ý -™ÖÙ"G-u*ÒP\íü`kÆš iÉÓåþ+k,Êl 5÷óH<0fx&daijv¢÷П¹ç|lXrÆŽdŒ[nxšŽÇ©.äó`¨¾#Ê ^²ž
+Ð%?hÛ[A.¡â{HUo颻"ûF¹¯,¨"Ë^›öÊu8ôûë¹îÈy@¹áNŸ„Ì  Ìä4#Ãâ'Jí¼¨ ±kaeà¡éÜ2a±|+úœ3‰E¼¸¢ç;·«*fÐ7¿UW«„H\Ç+¸PîöÀ-'p0V‡y=d#Â]8qÇHŸÎ^ÐÓÂŽ» q“þÔ! ×dᵋ:“QAò¡öÍÀ´ÔFN™×÷5 „VØxߌuûü–Ê„¨‚¥KÎÚ#½r­Z£I˜|i &H¼;oº ÈkÄ­(‘Þ¦]@öox)ÑQ!)J-ô×é•Q!,2&:ê‰Øè:yêÝÔØø˜
+ H¨ÈöŒaS´¥ æÒVýˆ
+È:PßçqªÏb•>Y¡qèR䦘…É ìø®q@{6ÒXìGñ¡\ àúBúÙ FA
+ïƒÆÊ°‹0ˆ›ënŽë½/W&ȶAÁ!g1+X=f:ŒÝÂ-ô^¢•qðs@/ 6ëÚNĆ ìuÖ ´?®\6™Ö¸fÉ Àfµ´Æ°‡õcß6ŒS!Þâ%rž/h=g"ácæ"Z®ôä3ì;ñÂ`|È^ä%—re/”Éá$FkOK["“Í’×nªºG—@£j$vИ´]Pýý̧#ú@lỖQ]nI2³ÜfŠ~*(M7 âÁñrþAÎèñJi´ŒÝ½&ç†_çܨ]wç ÙT5-'À¾¸ M‰¶öBž9X¡Q,aŠ³hÄ‘Œ—úhæ³·†ºH·@ì]( jÖÄBÍSC–ò…H¤(Ìœ®€-=ÅS*‹¹Ïjf ì" 4*\´µ“Û\ÐT -Ô:ÞB4îç.¯R I"À/ÍçOà¶ë¼6`¹¤—ˆåÙR(ƒz½?uÍž•ºœÑ›=ñ²°J\z
+Ã…ÝúΛç_`´ÀeˤXƒœ2e£…”{k)¥Ç8À Œ«uãt6ZXÐKùÂoR?"œ,¤KX_ú‡Ž[âZ®“X.Ñ]²C-íkÓ4Tpš®‚®ˆãП‰ª¨é¥ÙOœ¿2ÃJã–dðEèRSC{¹a?‘ÌJº n
+¨?ÿ–›U⽹ĆK„.Ì"ïþº.H­„JÔ:%²H»¢2¤b~Œb]˜žd°-]b™C=Zdd©Ò¦4í¤Èe]@†µ`XZº’ŸÜÉuñs’d9á—ëpq–6¥9ׇ„ítâB; l‚Ù1‘ðI
+dÙô»&ã…_Êó ˜b¿ùÐ؜ѵ$× U7Bäx®^„ȼxÆã üÒg觊3¤–k½GàÝ,ó¦Z×ô$€4£‰y(|¬âªãª‚TÈ»£røÙ €o8ÜË"X‡xøx:zFöJæ.ë ÔO†EÈ2Ÿñƒm÷<N2¼Gþ¼vÛª{¢b@߶ÀO±úÈŸ>-ô8KrøPôú—žÕ~9óì¿&>°þTšÜ¦ L^ú˜@SaCZò?O¾ˆ¤<Ä
+óò]
+x#@çêXSÁ¦,
+ûNGDßqÍÓ©¶€?éëû5˜2_¼ðó ª9ò°ôv‘9¡.Œ_R×OD¸b³ùo!sg³U²'ï63Du$³›MGÝ0\5
+endstream
+endobj
+733 0 obj <<
+/Type /Page
+/Contents 734 0 R
+/Resources 732 0 R
+/MediaBox [0 0 612 792]
+/Parent 729 0 R
+/Annots [ 722 0 R 730 0 R 731 0 R ]
+>> endobj
+722 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [389.12 670.884 411.038 681.788]
+/A << /S /GoTo /D (subsubsection.4.5.2) >>
+>> endobj
+730 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [337.348 539.9 364.247 550.804]
+/A << /S /GoTo /D (subsubsection.4.10.2) >>
+>> endobj
+731 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [414.109 354.097 436.027 365.001]
+/A << /S /GoTo /D (subsubsection.4.4.3) >>
+>> endobj
+735 0 obj <<
+/D [733 0 R /XYZ 107 721.862 null]
+>> endobj
+146 0 obj <<
+/D [733 0 R /XYZ 108 615.99 null]
+>> endobj
+150 0 obj <<
+/D [733 0 R /XYZ 108 228.817 null]
+>> endobj
+736 0 obj <<
+/D [733 0 R /XYZ 108 169.913 null]
+>> endobj
+732 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F103 434 0 R /F118 517 0 R /F11 570 0 R /F93 433 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+741 0 obj <<
+/Length 3447
+/Filter /FlateDecode
+>>
+stream
+xÚZY“ÛÆ~ׯà›ÉÊîsàò›[¶R–•’Ö©¤l?`IìH0
+³QÏ7›ëĬ¿§ßWôû~õú_å¢ü¸¹¶i¼¾¡ÊOÔð’Üúå+ßh¿Rù­o‡ßw#×y¤\žx&ÌÙ([Ûû¾ˆd·_¿„]À(—dG]癊r»º¶Ne²Õßµuõ¶nºr7¬“Ã:&ÁΨ4Êý:‡âýFGë²Û\›(]Gþ6§RJ§¢ßc)YWǾ‘^ü‘%&ÝÒõí£tÚíªã}0 Y×Õ±dBWnt¼¾?”Ç^F•ýCé×ì÷Ò­<îN ¬Ûá>V×qª’öªµÊã˜7ÐÜÁIiÇc°€œ(.¾:ÎÚºS¹­Šš+Û¢#²]?ì˶\˜†KÀD'%dúÏbÛ×LV=oygÕ±»bBQ×| Ó‹³Æ)k_¸3«Ò4ö}wM) Ur06IQŽ¦'³ÝÇ{<Hz>Q,<ž¤„7i’+„Ò]Û¤ËvkøË<*ZW;•;7]õ¦[Ø®FU4áno/ïÖ©(NG ݶ°¶u·Kß®:TuÑbÅ"c ëe‘J¢ô™§ }ÝÐ÷Š×à»Þ–§^–Ù½p!_šO8B½Á/ŸöùAnMÓïId êAW¦ó\iØåäðvmË>°âVø|÷»õ«²Åj¶ÞžÛدTÜüíB¯T„CL]žFdê4ˆ’5™ßìëÀ(Ýl¬Æ©ÀV½$›ÀÔÝ,[¢¬¤ò«M¯;^úXôçõ ¹}@S<r I|·ÍñXnûa£¢æÌ8*Ûö{%§rÜ-ÝùµÎr•$Þ@$Ï’5«\<X]0“щŒ$íT—]Ï5\—
+‡Æ“Ê»‰×¿G‘ÙVlÌ2M’qneŠ#K’ô_–V§*šªÇÄ5 ÎûºiËâƒj™Zɪçî fè‘+÷²Ìýd¿Ë$ð®t43#mYtͱ¸¥á Ü Ǿì«-VShîÎu¯¸í]s€–C‰¶ëû—z(ÇÛ‹ÖW<´!o
+šn#)Í §&ÿ
+]¬Ê’A2q¦…it¢"78ójAZ@°â¡Ã=\&&1·'«üê+O‘ÙX£ÒòÍb“˜u‘4R‘™ýms8\PJ§U
+¥@²»²ŸžKÈnœ)›^[WŠêη_>!"ì­ÚûÞþøbõõsʨxšx&-¬v+óžÄ„>nÉsNÎdÉúd1 Îé¹Ðv?‡Ä²‰ywb´@:°|\%lß8Àí{6ža÷]‰–èXÑ!…ì­tY`ÚDÀ­ÍÃëÁ%Ën­ ͎ܸâÙoXýáQ@Vr
+òÊr=fÀG8ˆÌwÕÝ##ãÔJòha¢˜iX2^érX’Œ'Ä!DêÄÚ5ø‚º"IL8W4j^ëRN'^qgÑT¦WìýÜúȆ‘xS²ÐÐu“Í¡ŒàZ'
+™$^1å•ô%w¸“n’è…ÒÌÍCGI.f™Ï²@Ð
+’HÁ…Ùç» ›AÕ»¦ý˜©(/>3fÓè‹Þ –#V›ýÀºC¸þ¡j›#Åü¨êÙlzŒ"ñˆÔ]3M$: ¤— „Ô!‡Só0‰#¥l¶w¦Îóò \;­tš‰9 atî.ãf83fTŸì` ÇcÆoÌYàèÚsë/ˆ JîݱìPþ òÀÖ(ç§tjí=Ÿ>äÌí3—ó›<~Ï'ÖpÝã-pN¥q<…‡¢ßî/È:Î1¦ûâãk†‰ræέfŒìž¤Âœ“  »øØãfçÕÁ‘¾p£C'ØrN”{«õÝKw æóTeó4½öðÏ—Š«7žþ°oj)Þ 9‰
+l{É
+ÚhX{@¬]iJSïo—CiƒøkìEã+ÏønªÒÜzPÅôÌ™U@þç³P»¾,v\¡wÃÜç[-É5fEÂ6Þ¹Œ.d#s»EDŒ$wËY¬Hå#ìûŒq)ôøŒGž˜<lNQ
+1_âMq
+endstream
+endobj
+740 0 obj <<
+/Type /Page
+/Contents 741 0 R
+/Resources 739 0 R
+/MediaBox [0 0 612 792]
+/Parent 729 0 R
+/Annots [ 737 0 R 738 0 R ]
+>> endobj
+737 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [270.251 575.243 292.169 586.147]
+/A << /S /GoTo /D (subsubsection.4.2.5) >>
+>> endobj
+738 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [420.235 467.646 447.134 478.55]
+/A << /S /GoTo /D (subsubsection.4.12.1) >>
+>> endobj
+742 0 obj <<
+/D [740 0 R /XYZ 107 721.862 null]
+>> endobj
+743 0 obj <<
+/D [740 0 R /XYZ 108 459.794 null]
+>> endobj
+154 0 obj <<
+/D [740 0 R /XYZ 108 368.305 null]
+>> endobj
+744 0 obj <<
+/D [740 0 R /XYZ 108 345.26 null]
+>> endobj
+745 0 obj <<
+/D [740 0 R /XYZ 108 275.13 null]
+>> endobj
+739 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F8 585 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+750 0 obj <<
+/Length 3636
+/Filter /FlateDecode
+>>
+stream
+xÚ½Ù’Û6òÝ_¡·HU3qðÊ[²'ÞÚ$[‰öaËvÕRgÄ2EÎ’T&ÞTþ}ûc³c¿ÍÐh4ú­nWÑê»gßlŸ}ù<7«LåIâVÛ›•Ž2eŒ[¥ÐæQºÚV/×ns­£8Zÿ°y½ýMH•N­Æ Æ(«S F#Ú\'fýWú}A¿ÏáW¯ÿ5ÃüH˜ï6×6×[úøž:¾E”[?á
+èD6ÊÖVãØg‘ìöËç° ˜å’Ìâ¬k­­Šlºº¶F™<çÙ¯´uwE7ÜÃñwYË®rXË$8+ŽT¦ýRG u6aU–Ä~ÄM·ÑñºØë
+ç²ä“IòCWžHûÕiæ3ljhiíTî,¬âHN<t>NéÌ­fƒLò„òh–ÍÿÅòSŸ¥SI–¿kEŸä,çDD0ŸTuW׉UÕ°=jÅQoe_n® 8úS±ïÚ^àöPݼex8Ê€›¶®Û‰×÷UsË(”
+C;}×µ‡ó~Ð6µt~F7H× ·Õ xÑ„6n .¥ù¸õyd HÁ¥*‹F1Œ¬ÃŒâtÍb°±U±[žr9”]ò)œdú Õ‚ùD¥°gP4‡¦€5Eöñ¾òƒ¡J?š¡þØžëÈ3·ë]É-¸âJNÃ}Y6øaÖãphÅíö(SEu"•)eàЭE¾ËZH ›½Öë’©÷Å©äÓÔ‘QÑ…ÍîÛsGZm€¤`Œ¨‚×h8wNšÝ_qßy8üÑ pB§üdO¯­šÁ¯á{«~1
+VèŠýPµMè2\N>%‹²ÑÕ Îùl»ê¶jŠšÑuÙܲ™Ùh£òÔ,#]Q·héÖ¤`ÆW Б#P6‡^P·´ ,´€z› ÿ¦b Y@nì\¼áz’~±,¼¸ ¬—ç*z„³H}ŽúC¼O!CX¾íÊ\™—vÒ·DCq’._$£°N¥™ŠÒti½}ÙñÚ˜ÕZ2Á‰ýDFmW¢é²Ã
+—Ï4ŸôA¶ Î
+Šñ#‡’D‚ØaÛË&Ö>gH‚=Á^2þƒte×únܪbð… [®ßŽ3B©«Q‰ýˆ:ÿ=E¤}TÝŠÈ÷§•<†ÿ|Õ{‘¼Ù‰apÓ)cµ”ýž?X>ÌI%ÊtªúÔûŠ¿*Q¬J¼—WÞF4¯åvv.ÀñÈBt7˜€JÖ8;½œTäPß]–>âekö/Ýùd’­_E‘i\·f¾è€2U›²!
+@╲õ¾êöu)k]{öã$°-Ysn¸²ûŠ)úŒ€Û™Ïhµt›1×@Y²†ÊJCg¥ø“LwNÊó+©UF‰L7pŽs>IP lxì¸Ø•L¸½¯êš×iZAr mm¤éŒH a_AÈù|àC¨;)Eƒ>íÄÉ`©NU]9ÈvuI‰Ó.`L»ßŸ»‹(±sRÚAK^”~iJˆœ/“A¼NS«›i@`o"X°o “`Ñ0X°IŠÑŸO o.z¦Ã ÞbáʹŠÑõÌ®KŠº.ëYd^ÔPÆöc®°ú!ì2â4¾¼ÃÒQù
+ªy0Dj44t,µÊiwy_ÅY¿¿¢b…°Ù˜QØ|‘QXoYöÝû+;Z¨õ
+@WçŽ,H—Ã$\.¨É:»²‡Ô”a*†‘
+…›®=Mr’.S¹¹¨,äæHçœ1bûkEµìý[p³¼«Ñ{ úB­i$ò®s{°u™&ŸÑ—Lm¹¥xXõ˜ âç–)ºI'é ·<ãðîÜI‡Ô±Ü³jBZ
+ ëƶwëéZÌaÜÞèl}{Æj[úo‚wö‘Ué”à/>´gE‡®¸ .Rú2uyÅQ_ÒEv‚åO<ðU³éhÕÝ®øù»g«—4 F-n™’¾b:÷Çjd°+ÿs®:ò–ðE‘Û]ßÖçA–ÕøYWl4Áûú
+á1Ë7ÈÛ„¥r™Ç
+­œvè >O’bñuq.–$HN)s. àÛç;q.]‰¼!cŒ.:¡wîRÀÊ\9R¤JšGè¢GeK8\›$¡(AOTôàeIqðûT4°K¼ÿRŒøžUa~ßë“ð$æ$<IÄj
+F½÷µ:†8Ÿ‡’ ¬R¶Å0¹
+¨!¦= |Õ]ÙM—h8éŒá!4 œ‚ÞJbѪ#ñF
+endstream
+endobj
+749 0 obj <<
+/Type /Page
+/Contents 750 0 R
+/Resources 748 0 R
+/MediaBox [0 0 612 792]
+/Parent 729 0 R
+/Annots [ 746 0 R 747 0 R ]
+>> endobj
+746 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [169.209 384.75 191.127 395.654]
+/A << /S /GoTo /D (subsubsection.4.5.1) >>
+>> endobj
+747 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [230.854 152.668 252.772 163.572]
+/A << /S /GoTo /D (subsubsection.4.4.1) >>
+>> endobj
+751 0 obj <<
+/D [749 0 R /XYZ 107 721.862 null]
+>> endobj
+752 0 obj <<
+/D [749 0 R /XYZ 108 684 null]
+>> endobj
+753 0 obj <<
+/D [749 0 R /XYZ 108 459.132 null]
+>> endobj
+754 0 obj <<
+/D [749 0 R /XYZ 108 305.019 null]
+>> endobj
+748 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+762 0 obj <<
+/Length 3728
+/Filter /FlateDecode
+>>
+stream
+xÚí]sܶñÝ¿Bo>u$”
+þÊÕß&?:ÈW—×:1«÷ñµëx‰ xõêµ
+ªðWI¤†JW?
+—]9„ÞWÎàT?Ða¼M³ß£¶Æsi™09 ÑfG-G©i×:o×Üç,ʬ³9š®êù‹€­CÞu“]À?½½›MMñn^mÛýÝ0 ÏûÐIf4SêGžúò!õ#&9É6‡öŠ€(O\ó¼MÞ–ÛcMÇŽÙ
+:ßw{>ù±+§¤Rž]2‘¤v~GyQ‡aaÏ¿ ÎMØÝO´Sðù6ŠÔím~µ À`(x¨Ó!"Al“¥É”JäŸm²ø4øyž8Ýç<°±'·¿§/¦(ûÿ€­3t%:cœÃ­7|è(/T0°h‰[–i—îÂFQ AË!K_´zü:±&#¤ ß&¥P¦»^á]^ÍdZë¹Ñ徆~ïÑgiZtµq$OQ+ðt—wó)k^xÁ™WŒøÈ“žmʹ>Žt7‡èÝ£sð(§=÷átźÓé<§jcÐÙèÛUg -[üħôâÄç—L•a*~Üà›ÓkWfšãG=JÆöÝ]æppI°u dçöÄ°=È@ïl):ªÏŠ ®:>©)@"v­ÍœD‡¶DyûÙÙ©nðQ½5ð¿ër““@Žõsœepù`oŠb0T3rY—Ëád}´dèƒv{šhpŸKT ÓI“È;‘‹$,ö‘[¸4¦šcXG‹XÏ\¹®Gª4´;4èöëgNSD–bêõ“×âcé¶Ê)Qð@ªÏÑÓ$ØQXQ³•§xUóÈ‚Æ#F< >7agÂñ
+xŽ±T
+´0Nôœ&'r>øN$ÉÎ,#ÅÙ¨#9¬¼Ö‘Z½Þû×.½£€Êêö®'¨§^@3cVi|/ý¸ó¶#AOԇǦ¬êð%ÁGtwyÁ0„9ªFá½¢Õ¾Ç$mA£¶ôP²Æü>èzFÿS™\A,ñ0év‚ofQÄU°j'²T>X‚’0ªÁâç^ b§ÕÙÃö~¬d¿vuÏivG”²›'tf5‡IŠ,¯ëÁ"ø¼sƒX¼ì—JO5>@È"¼ +¤‰²yê¿à0cy¨cU¿©U Dñ±.æ¦iÈéò!–V­ôç~PH÷ ¬p‘Ÿ¬FFž%¶”¸®ä£´RY¾ÒÂIÿ¦ÜÂAÛCÃÖäµ,\ýXÈUÃlodëíÔl.…É(eÎÒž³ÇÝ¿Í„\–…¿GõtΡ@£ýàP-i·³N7eã§?U’‰$^ÔŸ~Î`·¦ÊÛ©Á.vÜå…çiç)’Pî}¦W›ä¢$We{(ñ¡É±Î[ïm÷uÙ±œókÇGŽÂ=à¹Ç 3Zò—]Þ«Œ3Å÷|„/ÕÜ)5?êE<vU©eq@Ç€ŸtU§˜ïߤî]Ó¼ÿ>q>^ÌÕ±Õ•»jSµriã¡,óKÄÙ`zŒµ)©’X1”ýäxöò çmýÈrWÔ䲚ënÃø¦9ÿj|!¡¤ž ¿W¶3–~L3*Älà£ã̈|Sñ+¨°#`GU3½¢åÍàkîùfáR³¬ELxiÂÏ“$ÄbfiG3ý ù|a™ß¹¥<ÔuRĤ×ÊS«öSUN
+"ƒ­ó&b®/q ÙeÐ=ÕòXS†™¬øðBƒe`|“©w¡M:FÅÐvÕRøÍégø “¬©_Pçs¹EΈ¹p\,â1—ë GrŠ×42ß0l]ö÷䫆LI=Ÿ¸é%©`d‡Pßùµ3´Öë¨I‹ûê›õ¡Ç?aŇKÎ=ƒ–ó|`&ðÙo‡Oè™;~òs\÷ÖŠ Ž5V±³š¸r¹†c7#ÿ}yóì_ô±ªm
+endstream
+endobj
+761 0 obj <<
+/Type /Page
+/Contents 762 0 R
+/Resources 760 0 R
+/MediaBox [0 0 612 792]
+/Parent 729 0 R
+/Annots [ 755 0 R 756 0 R 757 0 R 758 0 R 759 0 R ]
+>> endobj
+755 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.552 457.731 425.47 468.635]
+/A << /S /GoTo /D (subsubsection.4.5.2) >>
+>> endobj
+756 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [232.701 433.82 252.128 444.724]
+/A << /S /GoTo /D (subsection.4.11) >>
+>> endobj
+757 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [323.017 386 349.916 396.904]
+/A << /S /GoTo /D (subsubsection.4.10.2) >>
+>> endobj
+758 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [318.953 292.572 340.87 303.476]
+/A << /S /GoTo /D (subsubsection.4.2.1) >>
+>> endobj
+759 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [313.969 116.802 335.887 127.706]
+/A << /S /GoTo /D (subsubsection.4.4.1) >>
+>> endobj
+763 0 obj <<
+/D [761 0 R /XYZ 107 721.862 null]
+>> endobj
+158 0 obj <<
+/D [761 0 R /XYZ 108 684 null]
+>> endobj
+764 0 obj <<
+/D [761 0 R /XYZ 108 662.893 null]
+>> endobj
+765 0 obj <<
+/D [761 0 R /XYZ 108 366.228 null]
+>> endobj
+760 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R /F123 544 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+772 0 obj <<
+/Length 3593
+/Filter /FlateDecode
+>>
+stream
+xÚÍZY“ÛÆ~ׯØ7qSäƒΓ/ÉrUâ”´©TJV•gÉY10
+Æ CèEØöE [ûâ,zÅia¯M‘¨$L¯6Q¬rÙ×O:ŠMÛ6÷kv¿-ͱ©w¿ S0%ô€ÎE¡2(É”»Ö\ëdußáÔÁÊÔüßœûª¬íÚQw<Ð|°+ÎÝHó¼kªr÷‰Uè0Q¸þÈ2øï§ «Êîø«;˜“Å¡`ß:Q!¬e£µ*’„Ǹµ[sî¬o¥À§ Ýd²,Ϫ¢\É°£ƒå„ +·ÖÖ\ªì]Ï¥ædë5ïeåVZåz¨)O<“§t ?1ùÎ"Cjä~ökÀÿÛªéìN1‡Â0T±^pè ¬]éªìøÿÔt]y[á1ë"£‘¼·Ò¥ÿEøÃUÍîËþÀýAZ”uWî¤l[‹ú’?þuîzîuªÌÖ.ºuÈ.þg°mW6²7K¶Ú6UÓú˜½Ñ Kq¼ ³ýeß6g/Ã`øx:?*œ»³©ªà'è+- µ±3GË$8ÏÌ9Œ“ ¢ ÒÐ[Ïl ðqLfÓ2f½ãi`¾z6s82ë'LQ\}sÀ“ÄÒÖÔÜèÔ6»óÖ-Wh•5]YïY2tª°ˆæ|jmw®zÅ‚ôõYd¼ª*‘¶ƒé]IîÔ’@þÊ_G³mE"kk`Àesl»?·ö¢y)’nqƒ¿Ò.·çÞ‰9vk;·¶WX 0é`Ž°Á/g€ùp’R
+˱i¦ºÖ
+´«¬3:U…}ªå`¸dK°8Ja”]
+ô;ZS£«Id#=ïü;T/òG ËÒ]'33†Ê8òW2€Üµ„}.¹ôþœI‚ÌÈ>9îÌ(tŸ[ÖoFWvðѦÚÏäϼÀ~Ê—lºâm‡ãƒ§#Õ^OÔ6Ïþï<ä O'‡pfsáÚ$0Oá•æ Q¶EžG©³;^wìi–^DoÊÊ$êQF•¤Ù,Ï5
+5í=`lyç3B¡ÐÿU¸‚4ž
+î‘ðlεc€ð©;”wKž¸“Æ2®X‚‘Í(SYva‚šã2€–ˆVÔ1¥Û<ýXSDñ²D?0ó­z{<1ÈȲ‘øHL‡DýÏv¶@ÀF—“=HšñàÓý(Qy’>yÖéïñ8æ™2˜ÏÕÛŸM%«k˜š?É‘…Ï`^KÙ-$àþÅ74;Q-ÄÍ"\œE¿1X@ˆNq™S/Xº/ÑQ¦iYû ¡ëÙ—GË=ÂÕ÷<™½
+àa6ex×£[æñóCè4´ì µ&&¦°‡‡¥ÒÙ¥yEP
+ªÙsî^ΰK¶{>‰ÞŽytk)ÍpÉEäÉH§qEñ!ÊéÒòšWHpÀ':FE*-é;ö©K8¡žj!@×àÕüù‘²ÅùcÐÒ}¶2Ng+=וíºƒN¦lÝ-KIÑ¥† èèùnݧ55~¾K§Ðy.UB2×Ó˜ö0\”­%l.¢xnó(
+=Óx ç&e²);fT}pc”'§8@~'ÍÜ S!‘>H<PI09†–ñÜåòp%½[
+[æÂ+¨Q’Í‚ßß!¨áS‚š>!¨á“‚šÄ c'—kJ~Î4ž÷ž%D‰ˆd: iþÄ]ï[s:ðç¹.ûÍâÉ…R–L/”d(F£LEU±ãC:¹j“µn'—˜H!·†ˆrl®UB¸)ÆÍÈûûüË,w™4˜¡Ç‡¯¾ÿÍÝS훚®©6*Yoèvjyi 5ü¹Þ¨l¸ÅZ.r~Õ?ÌdÚ-Ï¢g×aWbž;¹7’ûx@ׂ/"åÂø) ÆÉf® ìÜçÿ@P mÍmƒç>d¶\ÒÜ3Iœ*gËIèŽö©”õóu£Á¤ëgëpýøù纞w{îÉx²Qÿˆ—ê{‘ yœZ
+]³HlÍ"ˆ'Çß„píñÐùæ:§¤¢äQ
+‰§ú_ö¼—«(j[YÓúãÁVé‡e~z-!à~ÈB.ߘðs‰EÞ,S˜Eúì+zÍAÚâ‹;úQüy»ŸÀ¶A¶G5X~<
+u¸œÈ«…J³HÞ©_‘Áê-8¶e“0>qÀÔ9Æý—'‚@š¨HË£­à}ãø­È~‡†OÒÇî/ôzìýþÞ“ñÛ³o|þ%é,‡éxU5f‡Î¾›’;~»xþ'®†›Ê]’Üã ‘.3±0y „=ÜŒ’2–ü'vÛÈ£Å7œ½ÀY;o`»IÀ…¢K 4C@}ù
+.
+rI»Üy.ͯ¨(v"ª©*Å7uÎi­iW8ZFÔ­Ò#L¹‘Øga:øœ£ê½¼N’U碣BEÉâ9‚9÷ÍÑôåÅFÏ%>Ïe¤±üŽRCøèI†Öþ¼Ðš‡:™½ýt÷$Yt%*¿6É5ÝÄàÿ<˃áåÔ±[wÅÚ’|C‰\øß5>AES^ä»›ÿ9“ËM
+endstream
+endobj
+771 0 obj <<
+/Type /Page
+/Contents 772 0 R
+/Resources 770 0 R
+/MediaBox [0 0 612 792]
+/Parent 729 0 R
+/Annots [ 766 0 R 767 0 R 768 0 R 769 0 R ]
+>> endobj
+766 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [189.844 394.067 216.743 404.971]
+/A << /S /GoTo /D (subsubsection.4.10.2) >>
+>> endobj
+767 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [343.954 187.082 365.871 197.986]
+/A << /S /GoTo /D (subsubsection.4.5.3) >>
+>> endobj
+768 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [262.93 116.802 289.829 127.706]
+/A << /S /GoTo /D (subsubsection.4.10.2) >>
+>> endobj
+769 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [314.733 116.802 326.688 127.706]
+/A << /S /GoTo /D (section*.107) >>
+>> endobj
+773 0 obj <<
+/D [771 0 R /XYZ 107 721.862 null]
+>> endobj
+162 0 obj <<
+/D [771 0 R /XYZ 108 239.704 null]
+>> endobj
+774 0 obj <<
+/D [771 0 R /XYZ 108 155.245 null]
+>> endobj
+770 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F8 585 0 R /F11 570 0 R /F103 434 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+783 0 obj <<
+/Length 3239
+/Filter /FlateDecode
+>>
+stream
+xÚÝZÝ㶿¿Â6°ËŠ’¨ú6¹ÃhS\\´E’­­]«‘%×’³¹ùß;¤,j¹»Þ`s(úbSCrÈg~2YÜ-’Åû7X¿ùÝ»B-¬(²Ì,Ö· ™X¡”Yäð_$ùb½]|»4«k™¤ÉòãêûõŸ¨C.d®%vP‰Ð*nÔò«Õu&—_µü’~™ò‘Êè—k߯®un–ï>Pý{¢ý~?å+*3ŽxžbnD‘§~D|”‚Ú`Û7‰:ÐIeØéºH…Êóŵ6žÅ¡ý¦“²tâ~9·È×$"¥e©¾X©bùw(ꉀ(õN0w“YMÓ€þZ‹k¥Db³ùNj³=–÷ߺñôdÞ:Æf~Àã)í´‰°Ù¨ŽM×tÇ%…ÙÔ±©!›±Å÷~  ‹T$VúoAG2á? ^S›BdÒ,®e
+";•y,W2]Þ÷«k¥“å°«¸ÐŸnúêߧªøûP;,É婯Û;&–®m×Ô[.v§¡©ÛJð×;d Òsã–ûWHü©Üšê­´ãÿ›ŽÇH–[7«`˜Íéø#R+ÏoË wå°¡u
+m•ï±?õuSñÿ©¯¶‚‹ë£m«Û,Tyj\ãÛ¨}HY™ªßÆÐ!2¡Ósƒ>¦˜Š› R¦ƒMy
+sUœ]­Š*ŒÈSí–%åºõÊ‚¹€¯È̲/W*YúÅEʱ:TC=Ô]{Å2L,ðÈTDíréÖ“Æf·]Ót+6DÖÊ=÷{0šž¿j÷_6}Y ø%ór¡ßƸŽ‹4°¬²ßÁì2Ó©H³Ñ£vz­ -Ò¤J\»aøµ\a뜽 3;Ý4
+³|Ø+…|ÃCÓ V*&IŸe¥æ¬Ún[õ±©ÁÂ%Å™m2ô±U–¦vÊù®j]äü´Ì0„5‹.¨€YȘ6cQ%K  ½`³÷Õ!æ34Œý‚˜›‰L„ÌÔçŠoékÆ7¨
+#F3ð[Ý-ÿsÄÎÒå°’0%9Uü>Tm?»Tõ0œäµc0Ü×›*àa°wÞÖå¾BŽÕq•¦ÃʺĆmwÜ—M󉿚jâÀýüZǵãf¸«7?´Ð@.{¦€(mFìû]= —jÙÊ+:õ ¼øç
+­¡;qÝÁve{ç: 4[,ñêa7”4ê¡ŠÑêcû"0ÆϵA#Vn…´£#/+i—w§=X†`Y?8MtG0v'tǤ}ÉÆàÕè˜#µ1"ÍehvÞ.Á·ÎTRKËÚ;Ú±l ì¯áÊ·"Cf.è2¹vj8çjË­n>qŦl6§v !Ld4Z4òò
+"ØþPmjÜWt¸CÊšÙ0ì#Á-#qpÑ.Ûyexb=—k÷?Vþˆû³lNî“7î¤~MHÇ<ƒDëåò@Xc„5j1!ÿà Zƒð½Û ó%D+39?¼4U;
+V~åÄhá$Gh!f ÐÙŒhÝb'XkuÞÖÂÉ:j,Ð9<h€b€©”UBÉ"¢xÄ)^ñ*ÓgŒÄ•zªø
+g£@˜[Õn¦£Ù\ñ÷=Äú*6’ÅdhqñPu?Å…ö´¿©Ž¨¾Ö:©ÊB…»¤—/Ëá*ÙYâ'…Kã<Ftt5m{hIm;&í‚ RF.‡cwðÍGkÁчYCpݽàvkO{¢ƒ¥1PH”ÿ®ln¹Ä:yVШüBϦ…Ô£gÃøG6)Yùƒó?¦f^ôõbÁØE•Ï€ ²‹pù¼Émké
+ó‚s¤0Å
+ ŸP_±5‘JÃÃÌ/Š1g×·é$•ÒòP¥‹`FÀQïaºˆx¸óQ™" ŠÖÙo„ýf—¼ÆÊç.yUhЇ®n‹ó×¢Í<BâÆÓ±>ƒ°:Ž¡.6îÞ"õ÷ý©£0»I\©å€òß(Éõk.Ѓû_gðDrØÇ&›êà%jM/Tk<$ª< -l$&Ò•kôv$¸þlñ"e¯@V±;LdA¬HÒ1V@Í¡a¨…ä’IN0& L«ÊMT#ÒÂö?§‚p¡c(\ #Õ4á<Ý KêS¤DâÓÉCŒ^pݨÞ{~‡»3‘%*vœÏì9ä“p`p$”úEÁ KÁ
+‘$áªuÍ'¼mü9¶½¦Ïèöš±
+endstream
+endobj
+782 0 obj <<
+/Type /Page
+/Contents 783 0 R
+/Resources 781 0 R
+/MediaBox [0 0 612 792]
+/Parent 791 0 R
+/Annots [ 776 0 R 777 0 R 778 0 R 779 0 R 780 0 R ]
+>> endobj
+776 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [230.341 491.332 252.259 501.714]
+/A << /S /GoTo /D (subsubsection.4.4.2) >>
+>> endobj
+777 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [344.32 277.525 366.238 289.4]
+/A << /S /GoTo /D (subsubsection.4.2.1) >>
+>> endobj
+778 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [308.834 218.83 330.752 229.734]
+/A << /S /GoTo /D (subsubsection.4.2.1) >>
+>> endobj
+779 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [375.399 194.919 397.316 205.823]
+/A << /S /GoTo /D (subsubsection.4.6.3) >>
+>> endobj
+780 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [315.348 182.63 337.266 194.506]
+/A << /S /GoTo /D (subsubsection.4.6.2) >>
+>> endobj
+784 0 obj <<
+/D [782 0 R /XYZ 107 721.862 null]
+>> endobj
+166 0 obj <<
+/D [782 0 R /XYZ 108 684 null]
+>> endobj
+785 0 obj <<
+/D [782 0 R /XYZ 108 660.364 null]
+>> endobj
+786 0 obj <<
+/D [782 0 R /XYZ 108 589.38 null]
+>> endobj
+787 0 obj <<
+/D [782 0 R /XYZ 108 482.531 null]
+>> endobj
+788 0 obj <<
+/D [782 0 R /XYZ 108 387.637 null]
+>> endobj
+789 0 obj <<
+/D [782 0 R /XYZ 108 316.653 null]
+>> endobj
+790 0 obj <<
+/D [782 0 R /XYZ 108 257.624 null]
+>> endobj
+781 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+795 0 obj <<
+/Length 3771
+/Filter /FlateDecode
+>>
+stream
+xÚå[Ýܶ÷_±oÑw¬D‰úЇ¤ShÒÚ @Àº•nWµVÚHZ;vÿ½óEJÚãÏ°—<ÜŠ’ïáÌo†¼p³Û„›oŸ|}ýä/O ½ÉU‘¦Éæúv…¹Ò:Ùdð-Âls]m~ ’‹«(4aðüâçëRƒLEYaªXgÀj~sq•FÁw𫃿Ó/SžSúýré·Wq–OŸQù·Dû~ŸåJ¿p=ÎCÌUdÆö¨€ÖÐ 6X÷I(S£F4Ò)6º*Œ2¼Š•Ë´®÷Íxq¥#¼iÚ–S?…¡Æ 3iP å–rÑ´¯9qìÛ·mÓÕ¶í´çêcß6±x¼ätÙUŽAÇ5¬šnm›qª«õ€ÒàÆÖlûÉ—Ò¤?ZŽÛf¸Ðap…k
+óèñ«#Ñ÷$}üª\ÚŽîÉ— Ï¢?|< a“BüÜ–«¬_ù·<KòØr§Ê-Bí–f0*ŽD½=E!ïyú¡æÔ®îà ¢v1Q€bÍdî‘sÓ¾ì¼Ë’˜åºØ“ÁôlTq®ÂÌ͵ aªò¬ø±ž{¿ãÐãü^ƒNº\˜¥" É,Å° ±ãû/2&Oé÷ßd^ØýÍÓÎØiúI›à¶d]ÊÕ6ïD3]Á¢«Ôäk…+Ót;h’‚^ëXŹ¯ë[Þ4 N£«ÔL—œ`݉ÉŒT›-ëq*oÀ`ì9[òµJŵW}ËÞrFl@jµ8T.ox-ñ§^©ÚT,È<xcÀnútWªUl²Ï£W”ª$týlËŽEvÒ µÅY¼åÌXÿrª»­‘±o[ãrŒ¶~ʼnSWq Û2Úy^Ä&„ÊW ;„e3ñ·ÛÝtÛ©Aq‘u´ÍH@ŠDéðL>J´Ø¯ñ§GÜ
+ykèàúS7‘±z‚ 9Ü » 'ž‹¯ž©8ÓŒ uª"@z±J#Ù‚H?èÜŒW:Ö„M&n›g‘rUDçðÕêÖˆá|Ï®–Iƒ.,˜\,YÓBÄ[þ‚ɾï%×(™H³¬W<  5ØÀ<|‚Ãm¢ü|Ô天bú èï0¬w¢Í™:—32žíi[ŽÓ¼õœjDS;|Û±±È㮕ž/oP릳:3Üõvu¯ï:NM éÚ˜gÆçLþIôG9öé™—÷.ìúPdà ÆùÚ'üžÌ©WÖŽÎO@šÛÌt¢Wc°K¢?oêZ
+«÷§««K®‚8éd´‘p#ÝðQÁT#%EÝ‚,v§AjÊíÐKÑÓsüÍêi6:‰*ÀŒ¯=”Óà g^ ©B‰(Âà¶oÛñÔ›‘‹%Pòƒø]9ŸD ð”‘ÐõÒü80kúÓؾåB7y®"±:(Ø–'²…•O¤-VH¬
+È7’·Sì˜,ú¤@ å yÙ# =ŒfnÌEqÝÒIPdéq‹£¸Åk·˜#­àìDˆÅOŽ‚ï]°6‚»ò•ä*+œH³!:XÒKî~>Ö0Db°¿¤ =-c0Æ‚Då‰Þ,Èÿe²´â NàŠÛ²éÓŸ ð-¹b>ƒèª9
+Ž;ÀÇî?$\)Î_ïeŒbt!Õ×i8YÊ­Plå…僕ˆC0ŽgN*~VîíÛ35æìaU›«¸X¨ÚwÍî]¹óéÙ$TéìÚ½_ÏŽS9L>Ÿú7ÑÇ
+?&jYÛÈÖz ‰J?EøôñÆ7­‡E–=ùCƒ¸åáø b¸¾0çj öˆ ûxB ˜Ý3yF1Å_¿)_×?úfª™í„Þ›gºxðøÙþüqü?ß‘ø€üéÏêàPe‰ÀÀÜÞ|ÖT"½
+l;€d/#¹´F `”öBêÏŠ`HàS´8TàBÑç' ͹ò_.$‰s«–ÎÀCøü¯ÜíôAìö©´í›vû|·`YÃ4_B«ƒüÈ*Êxèyw Kª8%
+’Ko#¾±ÇûR@ˆó%Â_}Ò’êÎM"êO‡9½•·HÒt:¨O=^ò`vyRp‹ ÞÛÁ¬FÎñ üÞö§SK7óc},Ñ«¸ùå̺HSœvƒ0,3 Ö¿ëÞwÛ‰‚@—{9» )ù:¤ÆA âr¹N'äÜì
+çòT=¢ nÞɸj› •~Þ—;©w:M+1¢Z+3w¢Š‹÷ØT©PÀë‡QÓÃ×±¹{»}Žó,û,°i}$—Lf?ŒôzYäÈ 6CÅI·œ>œ“g*“ÏàƒÜ?þK‰¬é„À),9|å¦8Љ—Ǻ|õ…´íW ô"Rî1¡+zÉâ>_¿p
+
+`ÝT\ä›7Tí
+¿îázë*­nNÓä»iÄ7ˆÅÊ)¹óNk±íÿÕ´¸À
+endstream
+endobj
+794 0 obj <<
+/Type /Page
+/Contents 795 0 R
+/Resources 793 0 R
+/MediaBox [0 0 612 792]
+/Parent 791 0 R
+/Annots [ 792 0 R ]
+>> endobj
+792 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [233.179 483.727 243.042 496.491]
+/A << /S /GoTo /D (Hfootnote.12) >>
+>> endobj
+796 0 obj <<
+/D [794 0 R /XYZ 107 721.862 null]
+>> endobj
+797 0 obj <<
+/D [794 0 R /XYZ 108 638.695 null]
+>> endobj
+798 0 obj <<
+/D [794 0 R /XYZ 108 451.538 null]
+>> endobj
+799 0 obj <<
+/D [794 0 R /XYZ 108 369.032 null]
+>> endobj
+800 0 obj <<
+/D [794 0 R /XYZ 122.346 134.146 null]
+>> endobj
+793 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+809 0 obj <<
+/Length 5752
+/Filter /FlateDecode
+>>
+stream
+xÚí\Ýsã6’÷_¡·ÈU6$@æêr·™$[»{{Éä)—ªÐ2ms#‰ZŠŠãLÍÿ~¿î@J¦<žÔÜ>\íÃXD³Ñè ?
+÷züOkã #X«6ý̼6Je4¯µÎ*Xc²,ÚõÜŠ°*ËK÷¯ñ¯ñÿcE`æ;LiÈ
+¸Yž΢mr_ThÛ€7›Ù\/VÀ7EY¢™Û<‡ È´5šÐá›*r ñiuq}úòú¤óõ)ñëÓѯOÙ»>•@:PY8,ŽDÅdÖ)ÇqLæ¬+¼tbVLVäV‹Ä«1Å;>‘Ì'ïŽû>§~ÊÀ)‡Ï…x¸¸» 5y¥!«R²n&m+•‹â
+j ôFM[TàouÁzs¬áÂÀ¡‘Úè}$²áXÿÒ^]0C¾˜`x«|Æþ,G`¡MžX`ø<±8¶Eê!Œås_-"Œ•—à>Žß"÷ÜA˜
+ VN'Ç6É@èÒ†ä•)ý"v‡fœÓU
+
+É–ÄFÔ>²Á°T#†+‹¢ŒýsLO£FÈ) òR L
+.’
+æ¦Ù"’t
+ ä™~‘ˆPm!Y
+MÌ /”6PÒ¸%Wg]5J¬‘:áD½$*Auã8Q¹‰•QýÂë©…BmŒ"»”Œ ™Jã
+
+sH‚Œ¥±àFrNËC%K„¹àuJX›\:yŠ~ºª\K"mʵPÄb—Pêi–ayEáœêÇ@ÅJ;idrð
+î³–¹—åN»Šdá™À1r2¢R)¯XŸ
+)_)ca–²—`§´¾˜¸ ™öë‹ïæ6Øÿ{v7}„^ÇûëÉÎ}<ÑŸž´!IAÖ‘ä„Ojxh.¯­6˾¹¥½¼í†½€ö]8­ x¬Wá^ Î!@FgòêíC3{̇Ât<Ò:{ä^q\ˆ‰v|t$¦ÃÓˆĨÿ Úv[u»!<ëp CÐU·ún½x”žR°p±nÌñéOë®ÛÑiËÓg—×FÑ=ôÍþ°¦Ãe—íz-Лð6)žíýCÓ jn›Nˆnº¾¼¿×÷÷ÍmP<½z›pêím=tý“4ëþR—ËûæÙnHƺýÒœšÊs×hLë— 6ýº[·«vÈm»î3ÈÖAeú}@IÝÜi ŠU¤böõÓàÅ£Ú—§1ã©âü)+xÉÝëyùˆ³ÚXaûAKõ^~Ûíìq&mÁ¤£W:‡ÿ­½ÿ­¾Ÿ!oɹÉÉf´Ìs^y•ö?|(üzyÛ ¦Ì`žD°év'‘ÄeÛç`ßmè$Ó.»-õªÌ’Wƒ†.ü>„W[™¨Ã•ÀÏØ^›Tûq}"¼™åèxÂkžÁQθ¾ ³?„'r«áå±Ä¤‚Ý^^‘‘Óe»¼é†¡ÛìÉ#åÝ…à‚ëîc 1S²fy=¿üænFæœB¢ùgh¹Á‘æÀݮ۷ÃäìûJMÜíN V
+€æ¨ ˆ‘xÚuë§u»mÞÑŠQW¨Rh\QËÚØ|ÖË9jià›u½úùå¡ùڔΊßÙÝpEÿ
+xív2mÀ7JéÕM »©o´ÛH3
+œ3쩬|™»k«øÀæ¹)ï¼ï>ÕÜßíÎNš#.³W‘ëaJ´y«ŠÓ”w^T¶ïÇÑ;;W~ÏÚÖ5üãYÍ9ú*¾l`SUæÔ³úHHŸ_|^£ÐλÝ/õúkE|P܆9 î:+‹ò9é3v?&Êg£}FçIGGb~U¦,ÑTaS *cy HHR¼ªÃCÍ»³x}ˆ$¨B!7”Š
+V9ÙuñËÃVÞÄm—XòãI`Ó·1ò’2 À8Ó¸xsrÁŸ7ž_àŸnßX ‡d…Iîðˆ×›}³rûL€oZÌ ÊQ©QóÎwLú¸;|kHe¨ÙFRÍêaÓα'ðú²åŠ,NíJ†Cb`®”4ž.ìF{þ%}hP»XÊÊ7 ø¯Tºh¼œqVpo>-Ú¤é÷t+êX]}³ßuÛ[šŽóNþû!’¸»PxÐCÈ“]L…ñ@Iºôê>TþšÌ¼Ë¤ý×n`jn9\ê¥$Ôxhöa”4UñÜ%Ñß··Í C·ÍïäЉÂL“¾M¹ô}'¿¼wåòåSw€ìm‡ˆ¶iâS`<O“8ÒêÀTÞΕ2š¼±ÏwÚÍñæ_Y˜'ŒthÿãØÛ«ŽCå!Úæß“ƒ 2Wß»¿ŽþAùâØ3ÞÅDú¦fc©´ÊlQŽ¾éþKföã·#—ÿá=QÞ6šÛ×™q¯ÿÀêÇ8йïš>¿„ÐJ~ôò󹊿È3:KûÈ©8þÈÉ©ô‘ÞÈ|h\<¸´oX¡ü¼Ù7ÿ8ÈÚÉË9©§2¿æð£c0Þ8‹Î8†¿MÃwçƒÏŠñè¤NÙGíð0·Ó¬x NŸÖªÇó¯á·*ºfu’“?>´(ë¯Q=N=À^ M3Æ[¶k NxÊæù*,¢ç,dsþjúyn_NíCãÖ»]ßýÚnꡉâqˆË‹ f†±á_~ö²{”‹ã"Ð}_?]Â)½EWüN«ý¦î÷'[ß)\KH‹ILD
+åòd„y$˜ië€åÑæ<a‡Xk·¿²ÛD÷íæ°®‡´ÿåyµÓbéf<űÓz…« K¯Æι
+ ~&®ÂÆ`&M_Ë>!ÂÝ$­éŸäŹ(âŠéôj·ûöv.w5tÙ:Í™!½&Þ‡ÚÑûØʉJÛ$v¬š]ÀÂá¡´8ÝÇyƒÉ¯Êã‰sàÕµêBì¤'Êâ9Ø£lŽß6M|„“öRž
+
+~uÁK®Pó åÌÜ"¿R;9 † çp£ã]
+€
+endstream
+endobj
+808 0 obj <<
+/Type /Page
+/Contents 809 0 R
+/Resources 807 0 R
+/MediaBox [0 0 612 792]
+/Parent 791 0 R
+/Annots [ 801 0 R 802 0 R 803 0 R 804 0 R 805 0 R ]
+>> endobj
+801 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [270.319 210.811 284.765 221.715]
+/A << /S /GoTo /D (subsection.2.2) >>
+>> endobj
+802 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [305.049 210.811 319.495 221.715]
+/A << /S /GoTo /D (subsection.2.3) >>
+>> endobj
+803 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [262.967 174.945 284.884 185.849]
+/A << /S /GoTo /D (subsubsection.4.7.1) >>
+>> endobj
+804 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [333.6 116.802 348.046 127.706]
+/A << /S /GoTo /D (subsection.2.2) >>
+>> endobj
+805 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [364.389 116.802 378.835 127.706]
+/A << /S /GoTo /D (subsection.2.3) >>
+>> endobj
+810 0 obj <<
+/D [808 0 R /XYZ 107 721.862 null]
+>> endobj
+811 0 obj <<
+/D [808 0 R /XYZ 108 684 null]
+>> endobj
+170 0 obj <<
+/D [808 0 R /XYZ 108 486.389 null]
+>> endobj
+812 0 obj <<
+/D [808 0 R /XYZ 108 307.306 null]
+>> endobj
+813 0 obj <<
+/D [808 0 R /XYZ 108 249.163 null]
+>> endobj
+814 0 obj <<
+/D [808 0 R /XYZ 108 155.154 null]
+>> endobj
+807 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+817 0 obj <<
+/Length 3807
+/Filter /FlateDecode
+>>
+stream
+xÚíÛŽìÄñý|żD™•v›¾¸}AÊCH8„H)ðàñî8xƃía9‰òï©êª¶ÛÞžÝ9À! ñ2®¾U_ªº®=rõ°’«^}pûê½×…^å¢HÓdu{¿R2Z'« ¾…ÌV·ÛÕ—ëäêFI+ן]}}ûW7 *3
+h)ŒÎ
+«ÓÕIDÎûúJ™¤ß•ÛêKžÆ¬
+˜zÁ
+0X!óÅû@ %é£àãOhê~“ÂÚM²ºQVÅ›½ÝÕýÕÎ享Ûª«TÜ—›®EPñ¨zØUÔ‡z·•ÚûY3Œ9ÝõÕ·§ê0PæiûjKð±v=ÖÚ¶C/¼õ8¶u¹¯`Ü ¬œàê•(¬¥Õ»iSËÓ€hªû©iâÏ"“Ž?ÓB˜¤ðg÷ÉÈ“z}{eÔúŽÙ^»Š¿ì© ñé±&yÈxß]i».»º¼kª(Q‘ä3æxÜFÎÙ욶ÒWwoÛ&bE¦ËŒÈ
+C\‰@{êöP6T*»+•¯N{ÇéXÓ«Mý•”¯ V 4RCK¹q÷ kïªá±ªTø
+äèà'ØTxµxp{mj†È8.¿&ðqWov|v°¸ Ûêþ
+¤Byjð^
+òu–ÿnÞRv¨„³$QLÉU÷°"à³^1›LÓ‰[ Û5 ãRÅÊH™…:·ËLž eœ]f3åí²˜Ù¢ c¦Ÿ½!Ú™-ê³%›ˆB'Ò9y~£“d]Cµ?:c
+Jî<ዺoZŸjw °Õt›Žõ÷ãaCñ¡«‘D ò1hÎ5S¬ÎÄFÆw5iCw1ÓT¦˜kz@Ñ6§Á­Üä¬K[‚Ë+-‘ŸÀ@Åy±ê¡:T]9†òî+H#€õº©UúVPÛÕ¦t ,D
+Y€ŸÜ7lGyÐœ‹EÞ
+t˜,F¬vR'wÆ
+6Žv|žy;>ϼÅí »œ5pàA¿ tíV6{nˆÕÍSZF+£hŠ‰c#’bd¶m[9_TêõÞ~´¡°€üSXz ¥§ó ¡2”6›ªq-™~꡽¸:w0 ž8ÐhËëhÒoR“?ŒuõäÈà—Œņ#V!=²È¼Au–¤ ]ô£#KÓ¦é@uê£l¶
+±‚÷gåÂï½õÆÐÙ #t6Ùq¡8ÃÔS¬…‚'Ex?5³!V‡²NKfE„jØÀ­ž²›@t Ø.d²¢Á×òDÞÔcÆçù§Ð´!s–T¨½¥YX‘¦‹ ãŽMÍŠêü¦hD!;WttÀ ìÅ;«¡Ý,* ¾ï™oç&
+Ìý)À3ógu™\Ç™ÖÌS!§ëð«ß‰Š1ö2@†Û÷ÄHðòä²$Ù¶à6çKn}6,™À§
+›Ìì`w©¢úl~«¡A6ŸkÊ5c)Ì5_Gyõ黽ª E”MÙô0ïͱY–b4]éÒä妊¤Â-fÉmJyÏÙ˜ oYq2#µ”p“ò3v¤Zf²õ³™ìTX“>¡éå™ìÂ<¯Šš‚æ|*[G$<%>ŸJêù©ÿÄBrn"‹dRj 2¥_¯ô/LQ;e)_^îÛˆÑ'«ÕÏ®6îà&2 oÍîœæžÙ©¼å3Ъ(.ç¬B$E>ó›uã„š[ùΙÀ©öYJgyó
+€BD,K©Gãëæ/œ\¯ö¹ÙÙÙs+i9Í*Óð\¤]¾ ‚vÚBeãâ6ÐËùuPÃs ªýËù¤ôuïXp¾CEÝë~ç,tWIà”#Àpˆ€±tõ–'$Ò¾SˆänÆ
+ü‘§.ˆm <Fp`‡<ú|{Z>±/ýÛaB‰Ùýéß0ç×5ý«)¶7¡dcÔ^>϶üÏ2;¾}˜F×/xgE–礖Ôi±ØàQˆo`¸Z9ýiêýÈv;ÆYò<~$E¶ ÔlÔ°£ øC ƒÅ”gïŸîÃLÿtü2'nÆ}˜UÀ£:Jš8>äd¦p ¤Ï¶:´ƒ—œý"¯vëIÂ#ÇçòK\ßÿdš€C
+endstream
+endobj
+816 0 obj <<
+/Type /Page
+/Contents 817 0 R
+/Resources 815 0 R
+/MediaBox [0 0 612 792]
+/Parent 791 0 R
+/Annots [ 806 0 R ]
+>> endobj
+806 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [495.133 583.836 504.996 596.6]
+/A << /S /GoTo /D (Hfootnote.13) >>
+>> endobj
+818 0 obj <<
+/D [816 0 R /XYZ 107 721.862 null]
+>> endobj
+819 0 obj <<
+/D [816 0 R /XYZ 108 682.406 null]
+>> endobj
+820 0 obj <<
+/D [816 0 R /XYZ 108 491.87 null]
+>> endobj
+821 0 obj <<
+/D [816 0 R /XYZ 108 349.156 null]
+>> endobj
+822 0 obj <<
+/D [816 0 R /XYZ 108 230.785 null]
+>> endobj
+823 0 obj <<
+/D [816 0 R /XYZ 122.346 118.773 null]
+>> endobj
+815 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R /F8 585 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+826 0 obj <<
+/Length 3581
+/Filter /FlateDecode
+>>
+stream
+xÚµZ[sÛ6~ϯðÛÊ3J
+°Ž²+_åÂ[æÇÀ2Z‹<×vï‰*:DZ¯"#®ãÿïÎA,0KœÂ»0˲ÈD¥'K‹ÜÈî©ãq[Ž«íïf]}RÀº*Å7âH¤qn×Ýò)sop–&nLt*“ÅvØfÓ‘Èc'‹ÚÌ6cgK툳8ùâJL£äù\­º¦ëCóH¡Ò'ÙqÓ|² yS$"Ê¥ð=Ø¡ŒøOÂ_`Â¥ŒS0  #Ÿ”@:pª÷v¢D¡2»Ä`çaFµœÁt·Η‹(r*­°¥8Y”ü7ܵ]‹
+¼ÛÁJ’‰ë¾DÒÚÔmešu;{{Õw𤅫5“öå8V}+øéb4ï™÷+œ÷¶\ÍÆme)w¦UA9æ…˜²”¢H’ißýcûNܾ7]Ót§
+vEœB𸺠­“Dté ¶yÞ‡¡n¯yfÞ4hS÷ÍbH}['›1š
+8³/Ûu`0Î<˾‡Í…æû»À' *è‡?Óí;”:‰TCà¶Ý¡Ys»íú]Ù i j¬˜z*Óÿ'ʪêïÌ›û²‡i`xš,Θ¬Ó»m…aÆsW½áÿ²A3.Çz1˜žÞ¬Xžªº ¿¬›òª©xRôXOÁ‚´C‹"¶LyƒÃ¶\cèvè-p¼3ê3Es@¯$+`àXÜR÷]ó¹\wã8õ´Ü3v{CØ0¡l;°Ìž‰D‘jó’\ìJðeî!_ÅáÍ®F¦±E±kÉsts
+‘¯$uÎT7ÒL™YÛ)G ô^ÇÄžâÁuݵƒé…M†lOFRÄÓyXÆnºY‘Ü7²$±3U0«[¢âÅ;\Ûˆ¹)÷Ü Ê-÷¿ó䩤‹räç¦*×Lçõ)ØB_[·›Öè?£]빘¬êvƒH(
+bYV¼q™Ò>€zU;rhOˆc¶
+î0Šx‚g?XOs¬šŽÎ<zÖâ,á L0ê |ïYàLJµ—Ñ!fod¬s#vÙ2A^QQÌåö>Àk*"íüú)f
+€ üÌDõ82š®`â/‡Ñn-ypk‘H£'÷(-I‘Ìåv´G­µý·' ÿ]7ÝjÛžÞ@iœLÌN3ÿ9zA‹8·•˜Ý¾©tÄúlFk<óMeXÑLƒ¶ö…‚]9l«5Ñ!¥­B\bDÎ!SõÉ] !=°¬hVˆYÕýª©¾`¤ŒÎ"‚K2´Xn˜:0©¬{§€bõ‘àL‰{snóZÜžŽl37lPÀaÄú˜à§lTÃñ¾©WV‰^ä!ГÞnÍL^>Úƒ ¶˜dUïÅþ—fŒ¶`þ6tLbÕÙÕ~ó2F ±Úן¼ïcФ ˆ1zž¾Qù/»E’ä—H¨2V~uåŒGlÈ@s[DƒÆþÐTª¸›¹hq@A#ØŽÉáì 0f¸kÇò–‰ö ™CIRVx‚r_-wݺFuT†Æp0_ª³…ŸˆBÜ3ÌóyH*­†PRÁA&~ê†úí,†j1ºô†êÊ$ÎÈW‡p‘9™¦Ä\Ìaþ_oê¦ùâÄ'*hrLÄæ¾kîÐ|¿*Ý2SpœéÔº!øÅ…~É©(iªæÕð›m½ÚðrÝr¼õ\¾¶Ü¡l¿`M1s˜9ç?§á®•±Lï×çIha-ƹ ‡$Õ 0
+½'w«˜Gå5ÙôÅòW#é¢
+ˤ·«j?†Où(Vósf§©‰ƒK„æ@„®á°‡JážÂE|]1ežðCé,^ye¾Wò>[n‘E"£ô%P·p^Ö®’IJu”Q™r.·‡ŽØÈ\ŸØP³¹÷TG„‡U9TGý¦„  sƒrô†9÷ùî…óËR@â”ÎbM/$‘Ddªðn ä™ãË쀥yì8ÇÇfà~>„€ë
+ÃŽÀd„Iêî0ÐUGîë#°_
+@ÚARðÎÁ¬ĦæÚU0–§©H§ò™ASþˆ˜>ϸ[ !õÓíýI¡´ôNðS&n!{ùx|M$’Ü1{b¶ÈÕ‹˜ÃÌ>ƒ× ^Ž¬_5£[¼;t‰*€Ï8¼<j
+D™ªç³'5:G¹“_㳦P]ÜÿŽèü¨¯ÇÏßú®é(×ø2O§jÙ’s…}èË áHêç¼õ@ú£Ø„ýSôÁyƒ½ º\ž_'cÄíyc€@hÃ)¨äÛxÏÑY•MwŒ‡
+ï½ìË]™Nèr'S"ÿªN•<õéPò¸OéL>ßÞ^îSO²säR;A—š×HgÕ“3?Ý
+4HáÁ^Æ ²"Ì_yDd¿›R9øÉ
+endstream
+endobj
+825 0 obj <<
+/Type /Page
+/Contents 826 0 R
+/Resources 824 0 R
+/MediaBox [0 0 612 792]
+/Parent 791 0 R
+>> endobj
+827 0 obj <<
+/D [825 0 R /XYZ 107 721.862 null]
+>> endobj
+174 0 obj <<
+/D [825 0 R /XYZ 108 588.942 null]
+>> endobj
+828 0 obj <<
+/D [825 0 R /XYZ 108 517.649 null]
+>> endobj
+178 0 obj <<
+/D [825 0 R /XYZ 108 413.35 null]
+>> endobj
+182 0 obj <<
+/D [825 0 R /XYZ 108 243.701 null]
+>> endobj
+186 0 obj <<
+/D [825 0 R /XYZ 108 195.692 null]
+>> endobj
+830 0 obj <<
+/D [825 0 R /XYZ 108 172.219 null]
+>> endobj
+824 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R /F103 434 0 R /F8 585 0 R /F147 829 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+834 0 obj <<
+/Length 4746
+/Filter /FlateDecode
+>>
+stream
+xÚÕ<]s䶑ïû+tO™¹h⃠éd]•øl×^]¼®¬üÊ^ÕQJÃ2‡“KJ*ÿ=Ýø @¨ÉrªîE‚`£Ñhô7]Ý_EWß¾ûÓÍ»ß}“±«”dRŠ«›»+¥„1q•Ào%W7Û«¿­ÄzC£8Z}³þß›ÿV$„&œª2Â9hjäëd«ïà/]}¥Ú7êïõ÷£êÿNµ?­7<«?Ž°Õà>’*2 þû
+’ 1qƒKç,åÁ]Ù÷UÛ˜¸7ƒD$Ô"»Ó#(M½!ÀÉn9û»M‰ä˜hœ’ˆŽg§
+¬Žszå!ïûr«ÛÛª+‹˜W=[l¥z7± x–sh›m»qJ*S‚ x úõãÌ­=/ºV#¡Î¡Fp£vaÃyF(É>
+Óq¦²A¹÷sյ;lZ1[U(ÒbªxŸë¶€ã­šJ8௖{0( ¢Åý}¨”ø @´²%^åUß֥˜éúãm_þt¸¡•sÁˆL™;á%ƒ.ŒïNøq†÷3ä¸À@~õ«9"ßjÅÀøæ¸;„ašî˜Ø2À?öOwEóÏô×üQóf’Ä<ƒyaAfÚÿT/b¥ôÊë6Ã?Cûî8èzÄþ>é‡C¥nÞ–µUbøø€gÑ|’"ÞŒ½•Ž š’Vj¤NK2¥ý(®"Ã>è¡ŸŽ ·×úñ©=êF‘›Ç¾ H΀̎apÐ`×\©ÓS|cNF¢j~³#átÔÌÛ¾ ¶•ox`z
+BÐ`(iC«’` É“E=^?>³¨ˆ¾nY/[Öãæ1´¬˜0áY„zÿ%#YšN÷ÿã¡ìòA ^§aÁ‘‚”,êã6¼ç@æXî·!z(¬Ç£
++ná˜I!gFš1q0ëê®Ì·¨;:v8Æ;õ ­RÜ°ª¼Û†TIÊãÉ›¨’üÃtä³»#ú2ˆ}€Ž""©£@’fR¡àíFñ³‡Xúrë®nÛîõpF|Š²ª}ûÝcɘÄ2¹£ü¶?+m¯Ã6dÆIe3ßô§nX25ÄaG£ï¾
+“û…`Š¶ 0ûº½¿
+†ÄQyÉØ…z_¿Ú*î¾+Ëþ÷AµÂR½sÏ%°rP‹¥‹Jï}HLDDdãÁd±\|ºª›oÀÒ²(›™‡S ©¬CÏsËÆ2p¿³m—D?X’.R¦{
+I3I²ŒŸ jŽ{Îc h¼äL0Ó ±Ý>Ù%Àñ¾ÖØ{kx
+ðógÁÁJ“A
+ ÁS '—ò7S‡)“î84Û
+I—
+Ïx:–$¦DðÌà"ZJä (Û¶õè‚OCÉà¢9~¯Â>—˜þ"„ Øwñå±ígÛ*&ÁŸÅØ…;{»¬û2H éI?Ô³¢/¦8Sú¸\Ø(Q"ýCÇñs¹š9'×";æ¾’0Á[Òý®
+ËNÏ¥´¡*À-ㆧSýî/eí"/Q8òYOÓ?¹¤#?Qú+íñde’ðx¤#&ö¦FŸ¶O¸,>?Kž¹¼UðGøá?ür_¾ĸõx–;.XÊ—a+^:…zQÐòË÷³*Øú1Eè¿j÷‡º*r]bÜ3­Ô£V¥Ð¸-õ¯U¤j¸Ðú
+ºs3À©zšò˵î|ØUÅN7«~òq_v•Ê)Üö.¤Ìb0‹_ÐfA“" ÄPpàáx¤3º|sRp6þÒÈÙšQÙzè± Nxm²H.ÆRE.|£¢íð{B!õRåp`4øYuÛëo3Øá¡,ƒš• 8i©“å=˜¿
+‡°½àÏ2yÙç²Ù.Aƒ‰¥H}g0„y¨$‰AÏB%Ïåö"ÏâP k˜MëãÐîAÈè÷è®þx
+Œëx‚?®‚‚†‚sÒ‘Ø÷]~w›÷åYÁp­§1²_Á7Xå¼ø1¿7x…†–³…‚U˜¡Ô 2*µ¦+ÌWïÇLú+I•S¬4ß{^_…„›ÏŒ”VÀäÛ.ÇMzÐÉDâF 3|é
+MÓ€SjðE£mò
+Ã'ºõlÔ„¡.s;;ä¯<'.CZ´Ã+Á,ÄÕËâÕhyìXôë>íhºè>åͽ.¡:¬ƒ¿^XøÆ@8ÔG3L;]•c<(è1hûáÿ×%%¦‹mû7€2äoƒËðz(Ž.eq³IKÑ(êê2€.…§¹ÁdÝ%‰¢™ÝèX„%éÈ"ØFÁß.ßÂþ÷D?}j÷åøÞnagb/¾ö…9Bîì*Ä¥Zs7óZ÷k¥ FsTCÐuèÚí±˜bë—ZJd‚Õcå£cï gÚN8S#óï‡,–qsò0ÿžžU,¼\ØmAb¯$ÌÊ‹
+=3"rUƩǘ Ç<ØDqVÍÏaâðˆN^"Í<@aú\ÈG(L–)¢Wl |´èøN3!m,G°0›¡RáÁÔÖCc·cåPv·má|p[o‡IÃö¹ZÀpäø"°'Zw¯U$œû²õ-À
+ƒù–6X¢H…Ÿ'ǧ|©ËbBÕŽ„¹0u¾Äœç«#&!¦|‰;gptra#)IãÔ»°£žf.Ö÷Ïè&hÎ…qdЈèi½yg¶<JàT¬æ¡h'{­T+IÀòZ&RúbÀˆlÜãa¹äOºð¶Q˜½ÁigÐlŽû[åkvU¿¶-õsHWçÁì³S¶¥Wð {J>mun
+
+;
+3¼Øº5ïGbýüÑ]´pBjŒd/¨LzŽ<âbòØk×ý`è>†/ø,OÕ_D31Kšcª1 ÜÜ"¾,§CÛWÓ«ØØkÕnõ÷=Xõív\&ÑÍ}©J(Wux¶Ï4ü½ã^
+CŒ«­\ö×nÎ6Š{}[¹þÊF;°øPþtÔBR(Ûž'ÜÞ×뻳Ðñ©4o†pÂÁÖf^$ƒr':”®CφғT;ÇC¬n“Ž•’ïp`tÕÝ_éÆ_¾}wõ75 xòÏ l=´z­o
+ãÒ#5b8âRLMsãÅÕy“cêy4,4µLQôMHc0dÆHˆÅÁ4ý·H¯”j[J]i \ŒYýpìm_.ÔZ)-mM”L”l¦ƒ>ê~¢ÒöÇŒ8åÁȉ>µ#š!¯tÿ±BWšOµ¿[­ƒ:/N{AB,€~•ýejwN”xA±ã> á!‰tžCxîë H&^@’~(a0^\e 沇¼Ó%Z¸k·f£Õ)ímuW”€ÇCCÿÁA•k^T,Á£téPCTâ+bô£'å°þeÈ;U… orb°ÀG.
+¬”©;°Ù 6ï•LÃ2ójHÿ^£{ûâ,ÂR¼@…¾~?=ôŽÍPÕ+pÎÖtUìÜ-6>-Tˆ—3õ×; êæU<þƒ†ù~JßúH‚÷"´ß- ^˜¨¿œ[bW˜ª rX©.`’±2Û%šò­rk¥ã”&¾ ¿Š·®õP8 îõ®HNÐNð"e2¹lDýë®|•áÿ¿ˆ»ˆ›jIH†‚W“DÆ/:—ñËQ]fmžùöýýúæÝ¿
+endstream
+endobj
+833 0 obj <<
+/Type /Page
+/Contents 834 0 R
+/Resources 832 0 R
+/MediaBox [0 0 612 792]
+/Parent 791 0 R
+/Annots [ 831 0 R ]
+>> endobj
+831 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [451.289 162.79 473.207 173.694]
+/A << /S /GoTo /D (subsubsection.4.2.5) >>
+>> endobj
+835 0 obj <<
+/D [833 0 R /XYZ 107 721.862 null]
+>> endobj
+190 0 obj <<
+/D [833 0 R /XYZ 108 237.759 null]
+>> endobj
+832 0 obj <<
+/Font << /F92 432 0 R /F93 433 0 R /F118 517 0 R /F105 437 0 R /F8 585 0 R /F11 570 0 R /F124 545 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+839 0 obj <<
+/Length 3801
+/Filter /FlateDecode
+>>
+stream
+xÚíْܶñ]_1o™Mv`HÆ•Ç–\JÅGâÍ“íî w—årDr²Ú¨ôïéF¼s¬´’å8U* 4®îF£/,ŸÝÎøìëg½zöÙ‹TΖͮnf‚'LÊhÃoÊãÙÕjöã<ºX®ùüÅÅÏW³b&b%l‡”)%a4 ù¯‹…‘óoá1ÿÒ–¯ìÿ/íÿßÙúomù‡‹…Š£ù]9ÿª¾_LD©þûÀ4‹Täþng€y¤ŸùÊÖ¼Lóu`¥X’(?
+ƒþ©–é<âûŒ;tÙN)t’;-„äŒK9[¨ˆ%WM›o蟤ó¬Îq >ß5ùŠQÝw¥«ÛdTs—]H>ÿ÷…Ðs×ÔVÔ’cÝëm^›¼l©í¾h卑½sàMñŸœªª·55X¥Œ4‹ñ{»#!’ ìÞh;Œ# ãLÑáðÀ —´¢¦(—ù€hiÌ-Ñ$ >øK—çŽ^JX®Ànži<K]¦R&EÇ!›¼Îׄ˜eU.°Ò'fqd€b‚¥Zh™/ÛÆRÚãRÏ·UQúÊeU×y³­ÊUQÞ:8¤Lj¾q=<½¡èhƒ¥»¬ áYJÍLÚ–¢ ì'aFwÛ-4Å*¯›áüz~í&ÏÜ6Uå§^îjख़‡øØÌØdëu^hºÀ¹J‹1b>‹fTp[\Hí÷'°¯¶……Úr¶„­dKl~¸0Úr‚àiÙµôÑVÜ"é`Aa™í,‘îÎ;tÒlú¥“¶ÌóUˆWM
+"&~f5 -; üáBñüj·Ù²hÝÚ«Ú3®d
+%Ì>ͺBÌÝ(å}”ôUXîÕb¾­«eÞÀù»eÔò²\ÖyÖ/Ã7á 9ðXåúö ÿ]¾ÞRÕ/‚Ïó|;é6D%Àn€uQæ—TìIY;ê/:éV6V@
+¥¿ë$Ïmmï¨èUÞ r \›:ñkzØßj"¾ù/ðEò~u
+L‚ÁróéJžÂÜ>'ÂÄ2h5´ @ßðv4 ìh %ª¿‹V¶mA<×T·¬ªzU€VåšòW»Ì*(¡ –TßQ¾EVÒ>n­HÆcù9y"’CÌsfhw8´¢™ŽŽÆVP%ž¨ ñ€­§´žšJû'ôÖñSé›Zî…[˜´ÝS¤¤{Ê€î)ÉÁmaÊœ*FãL"+xÀ_-A{H•Ú]=HjÕ àÍ2r‡ÊÃøÆå!NžFd¾« xªsKP'&±×¦j½ÿ õ>â~·Fö1Ad
+5麤lÂwŸŠê ¦{Xï²UíÜ»(m¼Î…{´w+úèXFßWªÉAç]¹!JW¹ªòf2Z“m\é†ÌÌÉΙž‹¢Þ†’ÝṂl3¿ÆeàÑ2k¬)¬sӻͅò©5P5ÐfG0²§vz\e77–«z…o©HÀEÿF/ä{7ÓË*Ž™6Ýa {2ðaƒ8Û‘1Æ>æµ ÍÖrÒhÛM[gÅí]ë®ÊÖÒ=¹5>A„ž?;£)•žÃö¼PŠéÔô™-«¯7ÛSËn@[èx+µæþe×l7åëlù‹å¢¬¶¶T¹}h`À¦DÍU~ŒdŠ›aÚ^˜dª—hI&û<Ÿ³hæSï%3Ówd–’*e¶¶Ï¥ñµ„Û»ñÒ
+Mí—#_ìžê³º=l@x›„cáºÓŠ/`Y[Õû¯4¬q<·;ΗxìUz~õì•ËVøÇ lÊZQËͳæ³4Àéf*Mf÷l3:±ß|¶žýðìÝ_AР¥ÅáôãûþĈa~Ë$fcX=’%©??5Ò‰x#¼Eÿ@Õ7¹½ Mô€EÒ‹rû7âù7ÝD@ÖØ؉Òn‘ŽMž»Ð‹ ÉA\Èÿ}…«Àj•µ¤ã#¸>ì+Ïb•< †ÅøRž¼åQ¦XaRŸÍ- ½såçKÚR÷ÔFè…ª¼i€È…å¹ÀŒ&aq<dc¾¬çóó©-½°ù 4åkì‰=€S8qŸ€òÂ"ïûÁŸ«ø2ü**íŸ}e«Uu
+endstream
+endobj
+838 0 obj <<
+/Type /Page
+/Contents 839 0 R
+/Resources 837 0 R
+/MediaBox [0 0 612 792]
+/Parent 847 0 R
+/Annots [ 836 0 R ]
+>> endobj
+836 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.943 413.74 188.806 426.838]
+/A << /S /GoTo /D (Hfootnote.14) >>
+>> endobj
+840 0 obj <<
+/D [838 0 R /XYZ 107 721.862 null]
+>> endobj
+841 0 obj <<
+/D [838 0 R /XYZ 108 578.919 null]
+>> endobj
+843 0 obj <<
+/D [838 0 R /XYZ 108 487.837 null]
+>> endobj
+844 0 obj <<
+/D [838 0 R /XYZ 108 373.307 null]
+>> endobj
+845 0 obj <<
+/D [838 0 R /XYZ 108 218.603 null]
+>> endobj
+846 0 obj <<
+/D [838 0 R /XYZ 122.346 127.433 null]
+>> endobj
+837 0 obj <<
+/Font << /F92 432 0 R /F93 433 0 R /F118 517 0 R /F105 437 0 R /F128 842 0 R /F8 585 0 R /F147 829 0 R /F124 545 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+853 0 obj <<
+/Length 3863
+/Filter /FlateDecode
+>>
+stream
+xÚí]sã¶ñý~…Þ*g$”
+ƒ÷%’¥ä8÷E`Ñe^Jà%¡ñ¥5 „X¬CÉb‹«vŸgÅA ò ¬¢Ô2¿àjù>ͺòô2méAQ €Z€DjØM&"ÞCòåõ¡Êº¢®°G$\V¤úÉiµñ­È5KBgÅ}Ù\g¾õBÅ”Žú©+‚÷*/ª¹:ìò¦Èh¼‡Ë§¾¦áºÊ=“Óæ‚Ç˪:kžpH Î¥‚÷cð¸±n¼'æL„ºŸÓyQ,ˆ¹{ÝË﫲øé‚ËœúÝÖ4ärßäB-ßõ¡¥GÕ˜Þ.Íšº]9o©å&¿ÆÅÒCÙN
+H¸'x‰ ˜ Tгûn_æ+!Š€J…¦í¨S•¾ÊËéëÖ‘5£ÌqïJ&¹
+uOþe]ïíÐõ :+y׸.ZíùÀ`âpŽÔG a7Sh"´ÁÖPƒz|ë¶á¨x˜•zTmçz¾­»üóÙqAa
+wÈÝÛ*¬ ø8ì{b†=ÿºnMLðmnÑ/øx=ÿ,Ïuo|BØeºiÂ:ù­ú㥰úoHaý£CÿzŽndÎØ6²×äèôyN±8ùUsœãm9‹¼õ¯ªäŸšãŽ@Öç@&†Sd8õ Î9“Ãpo=›8>ï§g¸yÜ÷ç˜=.¿E bÍ"Ž&?\ghýßKŠˆ†‘6q¾›Cczc|Ÿì›zsÈì´bƒ±p¾,²´¤‘&oegçRÐô(ü`õH÷_²09—ˆRDà‹æù¬„épÀáíÖ„·Ú­=nä$$L˜˜Y‹“عVt…ß&0
+­€Ñ/FȸZbVcþÀ„Sa|KÁÒ|Œ°52XÚ§»ƒ ïb«6ÁhhQ\Ë
+@ùd}ÓòÚf1´±Û|å¥ a<’Ƭ•ã»Å"‘L3*°¸%ƒÖ"II„nXÕ†#°ôº-¶4lMƒ@ÇGvŽvb}øÀÄ ÑZ6;št*VâiqÏÕ €›&ÝoilZ9»DpÞ€³;_´.Q³`Ý‘€ˆtø3ÄY+.>uÔQBÌb|‰˜2•‹ŠÎä5Zúì ‹ÓeƒÌ@íé°æZ¸`¿+ñ
+ÿêæ¤aQ­zLnœ62#Wy–Z XaAîîàMR®‹µ1KxäZÃ×}u…­aÔûëiW@Ùt[½4‘ c>{FÛ›tk×çÇ«<Iûù³d !™û`•˜²ˆ¶¨l‰ÊFÑ¡pûp*S:FtÚ7çW˜»ªàúZ‰Ç&áåzŸwHD“Œüj–Ìï¶=æ&% ·ÝÉHqbØcL äïò2;4ïr_èJ,‰Ä󄮞|–`q›ùŽ,“#=c|çHº|ïƒD³±ðåy+*ñò¢F0=Ziç¿ç-ÖEwçY,LXü$°|¡šDƒ§Àm¨FôzÈ°¼T“H’"5ô`4ÛðAJƒåDД4„kú4Ñ0 ·õ.§ÖC¶xĦ0$èËÈ|^ñϳœ9?e:ÿáÔÑÞ9%
+¶Å04~\* ”YirÛlàö‹&ß]ð¥±l‘ 6½Ž$4ž™°º XNµËÁÇ+ª£!D¯zL«¦_2›Ÿ¨—Õ OM1®)ç3c/‹¦íV´Pawª›MÞ¸ ÕW]Z¸€¸
+{CÖ;–êð2€hg*Öž¬
+íàw2-M¸¢„'ÅŽ§ošxEKƒ¦ú_é¼9틬#‡FKc?‡6øíÔ0t¨ÃS¶V¬˜v¿Û]â>ƒ?dœ«±¸ÜÈs´$V´Q4œôŠ ûpŽÒÎ\˜–V\¸/b>œ8J»âº·EYÒB×u9ù„³HÎòÎiY‚,¶~wÕ„}lÈþªÿÖÇQb½IRT&‰¯ûO>4VÔßÔ 0Í»˜¹¼À é¤{ð'ß;8k;{mƉ87µ²kÒë]]æM:l‰·j“à4`b³u åÚÍŒëE YüxóâZ‡ŠÛoþ|åWÓ£ér°Cõ@A,9?) ÒŒ’(ŠRoæÑ΄Œ¥†o¶pxj“Ù™cÂ:›<4Ûå÷ešõ³¨
+endstream
+endobj
+852 0 obj <<
+/Type /Page
+/Contents 853 0 R
+/Resources 851 0 R
+/MediaBox [0 0 612 792]
+/Parent 847 0 R
+/Annots [ 848 0 R 849 0 R 850 0 R ]
+>> endobj
+848 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [263.729 504.035 285.647 514.939]
+/A << /S /GoTo /D (subsubsection.4.4.1) >>
+>> endobj
+849 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [161.798 494.137 183.715 502.984]
+/A << /S /GoTo /D (subsubsection.4.4.2) >>
+>> endobj
+850 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.442 253.26 388.305 266.358]
+/A << /S /GoTo /D (Hfootnote.15) >>
+>> endobj
+854 0 obj <<
+/D [852 0 R /XYZ 107 721.862 null]
+>> endobj
+855 0 obj <<
+/D [852 0 R /XYZ 108 486.478 null]
+>> endobj
+856 0 obj <<
+/D [852 0 R /XYZ 108 304.157 null]
+>> endobj
+857 0 obj <<
+/D [852 0 R /XYZ 122.346 117.465 null]
+>> endobj
+851 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F8 585 0 R /F124 545 0 R /F128 842 0 R /F147 829 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+863 0 obj <<
+/Length 4093
+/Filter /FlateDecode
+>>
+stream
+xÚÕZÝä¸qß¿b^ô
+åýeü7¹p k9}ácÓÏ/p(Ë¡¸­¤´k‘¼Gµ¬Ìî±é›±în¸¶?ÃÔöXÅ‹¬gÓL³oo/sU^çc= ƒÌ{:ýaâ†yp¼Rõ¡A›ÿ‘+§¶ëÚX×Q:D1 ãÏÿ36õ4ôõ}÷$Ÿ›®S\|‡âçýrOX€Š®Ø`OõéÜ5 ¼´4»öß´Hi™€¥F+Mmh‹¥×Äïdâ^?Šx€¡¨uE5¶yu¢ríUûôpn÷Hÿ×H2²{¬ªÒÂoô8R?ð{ÓC+Ž¼8æ.Ss
+ 
+±˜Qv•†`ÚÉ˦õ-jsÎ^b¶ä“ ‚Ù ÛX’ :iòõáÐgÎxÅQ¯-ò•k–´°Æš Іöt9q…ô8Gûv C‚S$C…c#à%èç©ö—j™®eÀÇv1¦=7Ý?-³Á7©2[L\×I¹{¼œ^ ñïE±l³MÔT©,ñ  ll›C
+¶¿V7¯<
+!dbËMÂÙ¾ô ã±”‘³̺Í!ÀŸ
+½V‡¾ÇÐl—qa¼1…r۞윑<ìø¢Ž˜¤Ræ5šÿ:m{vž™‡'ÄX¦ïŽ>f‚È`Ð:Ó2ô3£ØÙ­ÂÏèOXd€g¥yß5õÈEðŽâ5 B‡V$¾ ÷2t¦›°„(¥,_³’~ÊÃè„N. †&ÿ-ÓåþË¡ôƒhR™MäÇs f0+qT&[Î,7©k°mn^ y^aÔ6gXz9f>Õ
+A¶½p…Ó d´5J ~Ë ÚDDHn×Àˆo{ÄêOÀ¦ª°!{b½ ±»Á%»­¿½bÅ"ØÅ°L³äÁåÊ@øm1:`WjðTÓ¦Ãêú¡›°Ox‡uô6Å_^¸ ÞYYûÕ™Z¾u¸‚Örð›œÇÐyŧ×ðË°oèÌZåk-R¾M >pÃFÆüJã×dP4œXÅ»ÒÜ»ž¥‰ïéAasû˜9âè{¹ˆÃ<G®_
+ùº´PI™oœ]R€n/}½tß»R:;vY+e–ØÇ)XSÆMi†7_D«±õBgñXjûCsnàöûÑúebö°Pß(`/eèsh¦ýØžgºÿJþõºÔ;ùar7±°+ç®nËT™l“Ìýš|TúR>*õ).,ÕËFßœ$ÉÜo¾^·I~ Ž
+~;©¬àÏê¹X%_èäiÜU$,ñõŽo瑳£ÔêSˆXëj0Z“Ë¡„ÿÌKr‘¦'ïvž‚ë²[´Û1T±Ùê’€´ð ³³X“eƒÜ­Í|L€e@ÍØîk¹rè#aÛÔCUB8Ö² &¹ZÈþ
+ÇÝÅrhê”W>:€FÑû`|E;59ç¼ð\÷¡›žÓq¹äèŠ/E.ö,ª¤ærñ˜Xbû¬¸âo*,y«cøÄ85Ì<o¢°,SiRŸq^h"bÕ*XbBž“ÌÃ:¬8¶è![j]A ³ÙJÁj¥i
+endstream
+endobj
+862 0 obj <<
+/Type /Page
+/Contents 863 0 R
+/Resources 861 0 R
+/MediaBox [0 0 612 792]
+/Parent 847 0 R
+/Annots [ 858 0 R 859 0 R 860 0 R ]
+>> endobj
+858 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.718 515.841 164.617 526.371]
+/A << /S /GoTo /D (subsubsection.4.12.4) >>
+>> endobj
+859 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [424.05 343.353 445.967 354.257]
+/A << /S /GoTo /D (subsubsection.4.2.2) >>
+>> endobj
+860 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.303 164.025 174.221 174.929]
+/A << /S /GoTo /D (subsubsection.4.2.2) >>
+>> endobj
+864 0 obj <<
+/D [862 0 R /XYZ 107 721.862 null]
+>> endobj
+194 0 obj <<
+/D [862 0 R /XYZ 108 425.719 null]
+>> endobj
+865 0 obj <<
+/D [862 0 R /XYZ 108 405.081 null]
+>> endobj
+861 0 obj <<
+/Font << /F92 432 0 R /F93 433 0 R /F118 517 0 R /F105 437 0 R /F8 585 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+868 0 obj <<
+/Length 3479
+/Filter /FlateDecode
+>>
+stream
+xÚ½koä¶ñûý
+F°‘Ô3ý”¦wéé]€:h$@¹Z­WˆVÚ“´çsƒûïõ\®×vý`/5¤†3ÃySþÅÝ…ñý«¿Ü¾úúMª.‘FQpq»¹~"”
+.bøMýøâv}ñ³\ÝH?ô½7W¿Þþ^ˆ…Œµ¤R¡µl´ò§«›Hyïà¿ô¾£ñ-ýKÿßüÿyu£ãÀûvxAyÐôDRÈ íÑÿè ú?аêw¾%ÈÛÉ6ß;¶ÑZ$‰î±x? Uê×¾ò­¸–¿_¿±
+±°þFJ‘†!/Bá¾:’FàëQ¸ÀIišˆH¥Na´Ob&aà~na¤Â×Ét‹ìÐ|<'‰8J†ÃF‚wúén…ºPleÉS¨ˆ ûl¼Þ]WTw,A"‡aÄØMY˜6oaµƒ[¨7³LcŸÌ2Ð"ð½ùYÞúÿãÄ"¿sð¢PȃÐv&kê–7궦ã‘)ËÏ゚(ì’Ckîò9Y …V!(Eä:C-A(âñÀ¿™yĬgV«¥€?ˆm T´xm®Ã0tÿÝa—7EÆô#Y߸XS¡ü™I®L“mMÓåàÚ…/i"çi·{ÓuySUê§a¬˜1Ó4æÁ…2~¨Ï¢T3QäòœŒèXeȱîôZc5Å|õa…O•ˆ´žûŒi~³ê•Õ» jÅãšÀ‡:Cò,=ø†Õâ†?^ÉÐ˳®>©‰¦Ø1u «ü¿EÞ´_H;²²nóõ#HçÎèi§i‘Ö»ý¡Ë×í½¿µô!V<ŠùFCðôÕRúã'qÇjŒ™Äsd±Û°0^. ÒXÀ.¤„ûí§"
+¤C´çÎíE×ÕÇüE¿/ä…,Ƈ¬ûb/4Gy’åÀY%ÏÄv‚Yí‹ ‰žiQ§ØÔ¡£sF„lÏ?bÝdÕ)"_âK
+-g…S›w§v
+ô!øk“7BòDÒ Ib6Ž^:$AQ’Î{é¯íí––öíMõ5\ÀݺrkªcéÆy-’‹läi}Èz~š|j‹ V=iM† ´rÙIÚ¦"Jƒjù˃!F_ ë E€X9f6ÄþåÀìkËÉŒÍùM¢“M%F+¶\F}†@™8œ!QäO#¼ ãß&Œ
+;30
+J®(ŒŽ|ñÙR]0Ö1BFc„¼±I–IþÂWîû"ñ¨X’Rž 6ÀPb<øZúîÑÙöi Eî™ësÖ~:aâŒGp|¾î‡Œ}]š†h‘Ŧ0šæË”(¤½;å,$Ð&Œbó ,º1bvãaVs¾Üå­`ÈíÖ®Zç|åz(;Ì" ×Â_$ÀYw‡Bê§Þ8AÁ“ jï=ÊeLm
+L«ë³‰ï§~Å”Œ=Ø?ŸB1œýÃ1%€Aé ÒY4êÑ,Ñ?Œ·™YÝ€ØCîoë…¨fiƒÚœnM…ósãÂ?Š…¯Õü~ÿqÃ8kóolL¹u+$Ä“Ä‘!º¼[k£Ö!ºÍ
+3b­¯Âì¿,ø‰ü(¬°~ äGuo¡
+B€}¡ã$
+ 3•»*O'‹;°®‹dìMá$>M]ÙvLÑÿZ#+ëÌ”K{ëoûCßã!ßm>Çhì‡Y×.î{ÛêÍ?ê*oOô ˜e ‚ßÎœ“}A:i}‹¢•’²% õß>Ïèk„e¦¥:à\جb—šôj…fñÀ`öývbReâsѵv—žFïë–z²v+öû8ÑÖPØÔ&Êâ7ôø¹»Oé(¶]ÞŠ½ÔTP6Ÿp'1˜E2ýä*鋪»£¾nù a1$yóÄâ‘‚¸ŒW÷)`ïŒåœ6åfA8nþ•É”‡¾Ï¹0D-üp0DW  …æ {oê<
+"‹
+1Ûû‹ Å\\ߘު `é­ é{z¹±Bp½v””îvµOÊßµô
+€ÑR$J¦m‹¥¢ØÆúdéLˆ“0©†ÐãþÆ÷“#o¸ ké“áý1Í‚€ßÕ ‰Jö˜Uæǹ-ƒÖy›5ÅŠR.zœæ†
+NÙ±i<žbi\§8U uì÷ÏKÖD<f T¼Ê¾ªg
+endstream
+endobj
+867 0 obj <<
+/Type /Page
+/Contents 868 0 R
+/Resources 866 0 R
+/MediaBox [0 0 612 792]
+/Parent 847 0 R
+>> endobj
+869 0 obj <<
+/D [867 0 R /XYZ 107 721.862 null]
+>> endobj
+870 0 obj <<
+/D [867 0 R /XYZ 108 515.29 null]
+>> endobj
+871 0 obj <<
+/D [867 0 R /XYZ 108 468.298 null]
+>> endobj
+872 0 obj <<
+/D [867 0 R /XYZ 108 270.05 null]
+>> endobj
+873 0 obj <<
+/D [867 0 R /XYZ 108 213.594 null]
+>> endobj
+866 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F103 434 0 R /F93 433 0 R /F118 517 0 R /F8 585 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+877 0 obj <<
+/Length 3237
+/Filter /FlateDecode
+>>
+stream
+xÚ­ZYã6~Ÿ_áÅ XèfDRÔ1oÉîäXd'‹MX Ƀ,Óm!¶dHòvAþûV±ŠºB÷LûbQ¼ªX¬ã«’ãÍã&Þ|ýæˇ7ŸU¨M.Š4M6‡Œs¡T²ÉàYÄÙæa¿ù)J¶÷26qôÕö—‡¸™™–nA!´V°››ùãö>UÑø•Ñß\ûÁý~ë~¿wý\û‡í½Î’è‹qŠþ>n?ñ“J!“Âoÿ¯
+µ 7Êý…áš>e4N² €v¹ç8rª{GÍ‹íŽå¥ÇsÐò:|ÓpÊŒÊøV…n:2íþn¤Ù0;©¸íŠï÷ßG¬¨ÀÄŠþ(+‚¶{8¢¦aë\?’µNR‘©|)ë²ïëGd<\ÉO{¾ ÏÜÕme=^϶¨ÎâT‚ydòœÞÑv»­Š£+ï]ûgOÏ}ÝWeG×NüHŸŸœ‹yÞ¦ŽKZ$•ˆóby²oA´JYáB8EWWå‰ú÷åPÒ
+3 ¹A<^ËxÀ@n`^†P‰fô±Î¹í5l
+\cÇãÉàÃ×0ÊRqg|ÈÂݾoV,·×áre¦ûzo‰íz6dšƒ7ùÒ$ËÝÌ=ÂäfnwÔC÷–ÏA
+ 8̓ç¾vêP;È„NYá ·hiÀ<¡XsÞf˜O2NÅáqÀP sA!¹8µÃà)•[ø©›~¹-â\ë)ÐÉÌ" B97þ¡œùC“’$šÊ.ªçMŽàܬ¦ì˜Â•r&híìðdVî\çJ/0PÀû®Ý¡_¶´8O0cE‘Ý pÛå"xÑù%CÖ~pÑíÎiIÝ^{ê€`Þ·M/èíŸmgça–AþÆJÓ° ®¤ºkEY:ö0 KuD }}¢~¸_TlFÝX5‹g.7s!•A-¾0†¹‰
+€ªr!ª¸ŸXrzŽÚb‘Øè†Òì }_lØEf"›òü:¨<óm~ù=´ÉÂ_|œ—]l¤„Ì>ÎÍèGÿim!…N3F:\©aì®
+gÅ®™ƒq΢ šŽW׎zx>El•¼ŠkØEôòp )/ªû¿\”^‰fqð’çda+ÒPàÛÃçP®¢DšsÛíÏ-h­Ëù¤éé8ýX"ºí‹IrÖ
+’ª9=5{‹áÃ…|õZé4˜E¥™ÅùØ|ðmί¢*>K¦4ê7 -yÔü"¨Ã
+K[£e^Ê:RÀÁÅS‰×¹H$É"šÌÑ—pÀ2Ö.×óÞÔËg–À !†±‚ÒI §5Í~éœÇ”ž æ‡–ž—ÎUs£·sYu­Ï’|Úáí\#½š³'¸Y918X!ÑÒ»ú†WÈáÉ&yÇr)›÷¤“ Æ€H]ÿâî q¬Œ×3jQê4Mëy´+qñ¯Ú×lÁD½—¨ÜÈ—Ï<cªß­(9Ê Übæ·jOõþvC@YO3Å7 ®?ÚýÝj¤Ýžš{‡ðx‚*qG ‡c×^Ô_ò²vp1š¤MÀ_ýš †ÆfÌ=_¬C0Ðþ"¬FÈ…;~Åu¼QM_×Ó©V W ±‡Š|ØJ¾•tcþ)Ý¥44«pâ¢ù—äÒ5¼O<G)=:^\‡C:‰bÂ^¾!ah1ŠßÑܲ’b^ÅÆ9îÓ;ËÊW´’àÜ*6Õ¾ÌQùBÈŽ-
+}lç(¾w· xu`c¼ºª=JÝ“«ºQḴu3|d¦›ø—¿¤g¡–Œ}B ˆBœÑ/á°tNׇZ#‘ Ïhª/œŠÂ<e>Õ âw
+¹¨——þPƒÍ9¡ÙÛŽ>B¼|,©´Pù¢ þç)@[¶N˜­6/½/șȵ žœ6%YÔ^8Õ€öptŸsÈI]y¿:¹æF¼“ë>d¸æÚ™$íÝÓ6ýPvF˜7hAœ¬~¥&Ö ŽÎ>ÿ…Ík&_ζf†Ú‹ "¤lc¹ôù¦R¨ ù†}­7…PSù‚ÞÀ¼äzSdz®7ÈöµçÏ$ƒ?ÈLoü燛z“Š¼Ðkú!½1"™
+CüíÃß;×¼&K€ÉféŠFmÐp ØêŸÏ»ö„áßè’ìEnåÍÖhxéKÖŸ&
+&8©CœíéugùËÀ|ã‘WHeÕŸ?;°á«cØ€à|ì©Yè×®°Ñ£¯Ì“È]ör-s†»8}à•ßšJ^‚Þüªįc0ú8]jÛK1 RÄ\Êéý
+övדõì—õ•pµ”7%òX­>¤Ïj^øG­’>yéy:†ýu°¸œcµaˆ`H&…pÅzØufÇïˆìº¸Š4QŸnf´¦oÇx¼ÃÏR)^ñû)D–¥S!Ì»­ܶZU-¬m|¥¢¿²¥ÿéËéû‡7ÿjý9
+endstream
+endobj
+876 0 obj <<
+/Type /Page
+/Contents 877 0 R
+/Resources 875 0 R
+/MediaBox [0 0 612 792]
+/Parent 847 0 R
+/Annots [ 874 0 R ]
+>> endobj
+874 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [210.106 156.877 224.552 167.781]
+/A << /S /GoTo /D (subsection.5.4) >>
+>> endobj
+878 0 obj <<
+/D [876 0 R /XYZ 107 721.862 null]
+>> endobj
+879 0 obj <<
+/D [876 0 R /XYZ 108 581.41 null]
+>> endobj
+880 0 obj <<
+/D [876 0 R /XYZ 108 407.946 null]
+>> endobj
+881 0 obj <<
+/D [876 0 R /XYZ 108 289.575 null]
+>> endobj
+875 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F118 517 0 R /F93 433 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+887 0 obj <<
+/Length 3411
+/Filter /FlateDecode
+>>
+stream
+xÚÍÛŽë¶ñý|…ß*k–]ûÖ¤IzŠ\Šf‹H
+TkÓkáÈÒV’s²òï %Q2}vÓ$@^,zH‡œûr󸑛ÏÞ|tÿæŸz“‹"MãÍýq£d.´Ž7| ™mî›o£x»S2‘ÑçÛßÿ&dBeFÑ„Bä:l4òÏÛ]ª£àWEŸPûsj½Ý™,vÝ_Òï_&dóêq*t6!û8°\*b/Wû;­pOí·ôûAx™¯Ë#L®G,hS2Ë£8Á±o¤;šTÀ$â¤]¡„*6;‹ÜËÛãÌ•*:¶6tÔ·gˠΖ}ÛÜ1ø¹½0ôÐ2 iÔÕ»­’‘eðpr³öˆàòRñPvCÕ<Ž³7°žk7ù;`Q_>3Ü­¨£÷„§qË ­‡ŽAï«áÄÀ·¿Ù©Xq _%Š$áîÛ·¨AZ Ò5‡SÙpë¡.÷ï€
+qšäˆsa
+Å4~§L|>>áÙ ÏOöGÇxãñ0M…LÌÈø“Cªroˆy:I`s9°(Ç$ÇT!ÒX~šDpÆ‘™«q€;48á
+@Ÿ¦mv ¤*‰·ITÊä÷øߺ—óè@,‰s
+&ӆшŒ¬H¤Û¯
+¬ •ÇoÐÍgŠ'î„w¡Ø„Pþ?tã˜áq»(çáÉÆôÊàlBAV|­æk&1ã&íë.Ä$ˆ Óü÷̤‰î“&Â#&©5(}™INÃ\2Z(™¾~·ˆ,À&-Eœ™ß3›f—|š)‘Oñ«ø”~0Ó»+Ll\ª“{y¬
+òB]?àˆé»-ü>^Îlb7DE #b­ü@`%:r8½™RôÀˆتh$B܃ µðïÙ§öÀ„¡ß@؃åÿì?
+§ÒB¨bòýlÕ`C>3=}ÀNY
+¯Á¸ÓEq#ƒV©ÈbíK
+èKe"’4óÊBˆ’ÝpNOýÀÀ%ïB)$öðàºê]…ˆðåû\ˆÑ;šgïÊ ïä]i†£Á!!ó€±w‘,ÏjD có$êOí¥>p›‚ø6ºn¢ ¾4 cšw°,Y7u8uíåñ4þqˆ8Ñc4Áè5J-„IwÞ
+!•ô€û~\Í ·)àá=qZ£
+!óuZÓ`̱•I¦ˆÍÌ
+¿`Lzך@A¿.ÆR£áš_HSãX$Ù:×uáu ˆÆ'ËVÙ./@ÅPëhè/ ½CÕ6H"`\,À]®ÒˆÈU5i{ÝzÏ°©Yt®EüXïbUŸ¸!9Ÿz’óåmÉ) éμO46®:ÔU\PÌlžQÈ `YcA6$íI,æ
+å/v`°Ñ3›H™®¦Êfp¤`*½ýðiT,CÓˆ½ÈZ_#tœ/³2®œ›|aúã¤5wÒš¯Q3¥6§‚·ðX7ß: àtÑØ_”Ö©Hõ¯vR&›
+`°§Þôfá®·EHr?.ÊÁö¦^}Ü|¨0³3©*Yù[Ö›µ…Ë0àæºò™•àz­4E>ºÇ´ÍÄâ-|CȤ8Oò;Ú¨R%EšN§°??¿Û¾€4†ÈMå «–GÿÂZXœª‹¨‹3Áþ¦ˆ5×VBU,¯ÞËñy™,:—v•6ˆ Ú}Y»9­i ¦gú TžÀ\{µ `èW—¡¯ön¾Eq.þ•®’¹wʺvi;šÂÿ^8n¹FÍùü&tôÏ%"äì9ä•/摃Uçç“8\0(ÑNÒÙC,DØ…„ME®¡<¶Í–9Ûœö‰Œ?!~_áY˜$‰N®¬ÎÕ9ìkZî±ÓñÝqÇŽ¤ºü9—Ï£%’X]a]{¸ì)t&G_Ù®Cㆠ* _[‘"¹6/‘×y *Öñ|¤\ËĵŽþÕäÈ#†6Ƕ;»±íjÎã„
+ÜQ¹½±sÝw‡ØæUÌðaÇ‹R sU¿‹œ˜ßŸ(¶&!¦‹hÚúЗ†á˜ï¥B qÖ·^H ©à¸‚5œ
+n7kµ ¾Ä6 ›ÒzIWð
+•á>@Ý4ôÖ1ùídÔaïÒm]S íB÷Âè'
+Ýó•xÖ¡íìXû×cý©êaGÖxYðtƒ\N-æYUs¨öåÀÍ|JR±Mé‹Ì½<–åÜK¡Õò|«&(!$U½ö^%ñ¯%ÝíÚ½ªÐpÌ¥“ÅÝËzé4Ê,–¾ÌÆõçæÍHYºÎ`H€ ÚƬ3ÃnHˆrº¼ub·±·á°¥Hç«æ¥YÕ.mÄß@Óý?g
+ÿÄÍÂzºBºjΉ^¾×çc(JI@‘ÍÒ@#õ¥;@H\Ü…ò‚#¸s»,îJÙLw½ìm
+N._Ü…*'Ùt
+Ô¼Ó\ ;?¦)au1~xL”
+‹¹ÒJóa9Ÿo¾¢2âI&¯M¦ª% ÖGzº¼F0¾QZtgž9ÄN‰\æ¡G1…r‘hï™êgnÍÙ}¡]¹^¡V”hZËßg~Uà»Ïýe¬0^^B»‹E©'}-…»H¢-Uf‚ðIW»Ç"……{ÅyÍ‚ÑMzÓ/37`çh³íB\W¾!þeå00×s™¼i»ÕƒQ8ÿ
+endstream
+endobj
+886 0 obj <<
+/Type /Page
+/Contents 887 0 R
+/Resources 885 0 R
+/MediaBox [0 0 612 792]
+/Parent 847 0 R
+/Annots [ 882 0 R 883 0 R 884 0 R ]
+>> endobj
+882 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.153 553.49 382.599 564.394]
+/A << /S /GoTo /D (subsection.5.4) >>
+>> endobj
+883 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [418.005 424.14 439.923 435.044]
+/A << /S /GoTo /D (subsubsection.4.2.1) >>
+>> endobj
+884 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [124.996 340.827 146.914 351.358]
+/A << /S /GoTo /D (subsubsection.4.3.4) >>
+>> endobj
+888 0 obj <<
+/D [886 0 R /XYZ 107 721.862 null]
+>> endobj
+889 0 obj <<
+/D [886 0 R /XYZ 108 651.084 null]
+>> endobj
+890 0 obj <<
+/D [886 0 R /XYZ 108 521.734 null]
+>> endobj
+891 0 obj <<
+/D [886 0 R /XYZ 108 332.982 null]
+>> endobj
+198 0 obj <<
+/D [886 0 R /XYZ 108 231.133 null]
+>> endobj
+202 0 obj <<
+/D [886 0 R /XYZ 108 213.893 null]
+>> endobj
+885 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F88 436 0 R /F103 434 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+894 0 obj <<
+/Length 4561
+/Filter /FlateDecode
+>>
+stream
+xÚÝ;Û’ë6rïþŠy‹¦2
+pÓQæ6qŠc¿ˆ„8_~ ›†¯âÔYü
+h*mã»Gk”ÉsþúG€ u±-ëd%{—ÃJ&¥ E*G|<Bk7b•KÇ-ÿéÒit¬’‰.•L³À§IýˆŸ~v…扔NÍíè| mIʼný,*ã)9ýY,Æݼ„±0oÀè¡ÿòë 2¢BŒÊ{m>†ec };^ÿƒ#@²’Xe°ê£Ö*O’¿gɺJÅ70ô\T’𱮂H~E.ÿj¬½4`ç>ÅàTeîW08ÍTåÂàtÍà>´8Q™Éoçð¹èîu²)NýÌnÚÌR&W™ÅõU‰|é ZißÍU÷I”‡W×F9mn_Þ-–7·-/ëÎ3¿êïÀ5éˆ~€ ĹY0„°›f|F¨,NQ•ÕâõžŽe_‚@¤Éæ\;jÆàg¡ ¯‰Æíd€?þŠà±r±¹›ÿ›'
+k{‹\j  ©LK¬ñsÈ )—gw³AUHÀmn tI–lªp×ÀG¼yo ]W{†2%N”À‚’Ð?À"(†Æ©$Éncj±æhÇvíéT4{Å«x-„uvEðm)(ÞëM‰h1GñÍ‹¼9ƒÂ¿à»¦Ä}¨«F@ j ØePð » *p¬šgöÄ}|Öµâª#°í…{ý±½Ôû yŒrÛрì­ƒÁ‰£Ñ8ÑÆpÒÙ® »•µ¶uÑüÌMÚŒ’MÀB( æ²Ñp ø5R@oºòÏ—ª£IÝŒü’„Á!eöUSt/Ück§S0Ìy|«½s“½S<ùˆ yþ€´
+eü=R½N²ýêïZfêàßF»„÷îÑäà"½”Ÿs[5$úb&?!
+…ˆ©h’ç¦àà Û•5|8¹1†’³ÀxœG£ô`Œ)ÁÉó|É·åX0+ˆ ìkàeÆû4þ#Åñ“¹ç º†D¥‰ûÛ„-öö"ÍßuØòÊ[¿Ê“4œ‘
+ÑøÉ,jàˆ´<^!ô_Dz d#ðøæ,«x™ed’e¸u–áe ìXyØh!åsÎ ¡±ÈÄaàV¾>´uÝRIH
+먲¤øÈT꥛þBÇû)ôFF½VŒG“:•¹U û†4ÜÍ
+¤©9¯‚6?7-×CX8HH% Í7¤$E×€l*~A‚7r4šMZl{ Xx`'CÙt䛦å> -è—bðw|îBßð‰ÃhQrë\xG«ó>?r›¡ø‘&îxnå¦íØ»ynECÈFBãÒû Æ¡k§ÓøŒ ¿\çØ…Û|ã†Ï¿Æ¹ZúZ
+ ¤6ú5Š£ K2S, ¶v[ÁLEÖ)\
+—v#2m…w—3δgÓÞ<,⮽t=…ð×}ÚK»Îs,Bí­ÀPòéÝYÊŸ–– ‚~àð¡,é¡làS$›´{løÄŽ¡Þ›agòfŠÿ.®j’ߎ—'›»+.
+Îg*ìÿ¶ê–Si2ØgÙqr…H,+s ÛaÄ_5ä±ß´üÄŠ5[ŸLC í2{%™îÿiY×ë/»£ÈS%’'õþÈ/)Û“?óB"RZªg%SLz\?—Y•~¹bÕYÓ¤¦q”IøG~Ø(¤°˜êgsç§|µ3Wi¶:5æØB(‚+
+*Ãt4ÝGøôÁ( ;…¼D2œž¤)Îfuº½¼ÂÚºÚ!¹Â.éÊâg<ÅŽäؤƒlTÍ„dXÎéf©Ù2VrZeÙâðÿ‚‡Ð.Qκ¥)—Ó^XdUÞZsm­)nçKíB‰–v*‰Ó×ÇɸnàüÔ¤’ÐÓðÂÀÐ1 0EÃ¥+e–w]ä<ø‚È /ØŸ dÌ‚Ê~±7„èù:kÆc]q­ƒ»‚üqˆ0C~ó½‰d*‘YŠðDx_"naA•ßÀ×åE+Å3ÿžÄ-’C{jHH`#ªï!H„Z$dð„¼x@ãr±¨ éŸã¡
+mÕÀ7v W !'Œ¡1º†Êj 6‚p|•˜ ]²98Ô{½¡ rV¥n
+ ñ$;{ˆ—wˆâúDb@†aÔݱý‘µÌ9;9ÔPØdr¶“Yåò•œFÀ›“dÏ íÚöÄp¾é†SPÕ ( ˜±ÿN&8úÉ·å±ÀâôûjüFÞLBO— µ¯¤L×q"Žëu¼rìkS•!eè*FÈz•D¿ÉvÜfƒ'ß*®•ž«ÆNá¨$šÊ3+mS¾Òt÷yŒÍWœ%‰_X×Qõôê¨y2Æ:\÷äÙ)J”›vus#t0˜«ÄØ[c{3Uÿ¸€+|è*,`3hú@‹ãéÌy;”w¤ ^+LÞrIÒœ)´.ÇY—‘U¬¢éÞÅ3¤agáA;ñ‚íe8_|=Ïê¢õÀ.ÕFi‹w+Ù–QÄ"#Nð„Ëüµb=ÝD"´qý®+šç’;lW4hÚˌǣô†w§Å})n×v'*‘C–ÿ°6T£]€<„̨¶rî…-uFG o©]ëx;(
+ô ÷$
+ï 0™ ð-pÉx’é®örWE^íY
+b’ ¼¶:ÒÍRûö}ÙÕà ÜæåÓæ'I ‹_™Xi „ -u0$K’H²ç
+endstream
+endobj
+893 0 obj <<
+/Type /Page
+/Contents 894 0 R
+/Resources 892 0 R
+/MediaBox [0 0 612 792]
+/Parent 897 0 R
+>> endobj
+895 0 obj <<
+/D [893 0 R /XYZ 107 721.862 null]
+>> endobj
+896 0 obj <<
+/D [893 0 R /XYZ 108 684 null]
+>> endobj
+892 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+901 0 obj <<
+/Length 3668
+/Filter /FlateDecode
+>>
+stream
+xÚÍZYã6~Ÿ_á·•7W$uî[f7 f$Á¦˜äA¶é¶vdÉ+Éééûß·ŠUÔÕtÉ$Ø‹—Éb±Ž¯Š Ww«põå›··oþúE®V™È“$ZÝV2Ì„RÑ*…o¦«Ûýê}­od‡ÁWëŸnÿiÿ
+™jiÿ‹LÅ0›ùÙú&QÁ[ø•Áç¶ü•-·¾ÑiÄÝ_Ûß “«G‰Pé0Ùß=Ë%"RÙ|µoí
+·¶üÎþ~c[h™ï<Ëh-t¦Ü,h“ašQŠcß„Ìû§þ¤ü° RG«‰Œ9Ók?¯e˜ýúF“ŠŽ¾Ûb÷á®m.5·÷G}ì©v*xøùlŠ–‡4ô=Nf¥–sÓöeSóÔ¦-:³´38ØZ”d© Î\¤yNôý›ŸMûÐWÅÖT¿23ôd_I"ÂX;fyR™M†h‘%éÜâlJsXK¤1³âsÛ¬‰äjÒüÃÍ®ÙϺ
+MFnÖÒ·\7q#þ;ääLòX¤)‰Œ…– ü¦6x¢qpn›meNX‰‚û²?RóéRõeUÖÆ·¤”À»E‘Ä:Ïê:q’º¡Í^v´^,zj1ÅîHmvQÛÖèÛMÙR箩{S÷< Ôº¾ì/½á†‚Fuæ\´Eoi‡mÃáÅ1|¥ÈcÞ>ÊÜY  $Áí±ì¨t*>¬%HWËž¾ûò°Vqðcª°…I “`w,ê;ÃmG?»ÒHÈlÆ®-È&n´ûPž=LK2‘„ñÿfåд´)Hq:WÚ%SZw垉(ècÏcØ!÷íšÓ 1EE
+@3WbZèT€z6 "‘*9¥¢.>ò50|<ó‰¢ZÎæÀÙ¿¬ã¥A%áäPm_M­Uû†Î¤¦jk÷Wv½iyÙŽÜrŸç#^äAéæ캋5=Ð[òLVâ|›Mr&ðõ½!Öê¶æsÖZƒ—J&
+UÑõ®©¬ï¨¸5pÎf1²Øõ—¢â­%l
+xÑp„_`J"°GeÛÔ'0;Z <ð·çoç¾ÎtèÑÌdjj#¨õë¦7ŽÈ‚ÿMîÌî…$J ¯P°[Š€*Àk3Ž1£n”ŽˆøÞ·­ÉzAcAŸmóqÃ%4²öÐuĶC[8É
+­òhÞ7ubb»†¾5ÙÄ‘gŠc kÉ—.ìŽÍ¥bĸuà¯mö—×[ŽÄˆxîcÂk\H¥ˆÂ×°!y:ÈD¿LE„xJÿ÷ÚxŸ·l–½I¥àU)Fm&%Ñ„Cð‘çAsF
+>Mà¨n
+Nj÷à$T,.ƒïÄ,(¹8%ì·ê_kKákÅcÏsðÄÖ?*K±c:ÏJÀ¾’|HC¼G†úì„V0l0º÷¦åù‘{¶àåÁ6ÏeÆ
+š2ð´(
+*¿«ÝЊw<M?7›ÄÃÃ…Wn2™G‰Å}ñà˼h«ApmsZ$Ã\Þ—2aÔ4f°ŠîRW
+.éì¹Ôòh•£v@ŽØ—êú¶Å¤$Do)'["¥o
+2COxégT–%ó_t=çÙ
+(ŽCMÏÚ6ö½L˜1‡Ç‘ÀÅæWXãÓ$wã ®ÄnÙêb^úp©øXv´ÙO‘­ÀÙüñQøš+‹÷Ÿ Ùóû®O†óýéWoæ Ó€¯xÏ®
+ ædlHnGK_¤
+£¢ÕdÐËo~f©fòåñní!Lx&?!½Ãb›O‘ã{ŽÓÉŒru…òøÏâtü§Õ‹è}¥d¸+-yÞ¿ûój?>~ÐøÒÿ(Fç"’²_¯èIüñ•"wp8¦…ó0Ž^FJ­„N,oðÚâm¤ZMšà9Ç
+b«?E€ïl†<ÃÃss š‹ÎÊÅû#×r¼'Çó嶲ö-Ÿã»zÏå_ç͇Ç`ncµ¸4Å/ë]uÙÛYk‡±P|àÆ ô†Z‹ÝŽ2§X¹"l€…Ã13ò|þ¯Ç“iÎ ÇEšÈå^+Cw’¾ÜÞìq=Z‹ MLß™sï6l/Úa—ÃÖ÷æ`ã|—MØ;O¬˜1Ï>ê°ï·‡+ö|LkŒäêi¼3~t‘r~h†ôÀkîºöš.aK®¾-ñ¥r"¡ÆËû çç{eŽFqýwK:évŸ‰±-üTòÑ[ÚÏoßüß̘
+endstream
+endobj
+900 0 obj <<
+/Type /Page
+/Contents 901 0 R
+/Resources 899 0 R
+/MediaBox [0 0 612 792]
+/Parent 897 0 R
+/Annots [ 898 0 R ]
+>> endobj
+898 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [359.372 211.694 381.29 222.598]
+/A << /S /GoTo /D (subsubsection.4.7.2) >>
+>> endobj
+902 0 obj <<
+/D [900 0 R /XYZ 107 721.862 null]
+>> endobj
+903 0 obj <<
+/D [900 0 R /XYZ 108 662.606 null]
+>> endobj
+904 0 obj <<
+/D [900 0 R /XYZ 108 487.431 null]
+>> endobj
+905 0 obj <<
+/D [900 0 R /XYZ 108 392.973 null]
+>> endobj
+906 0 obj <<
+/D [900 0 R /XYZ 108 167.55 null]
+>> endobj
+899 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F88 436 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+909 0 obj <<
+/Length 4345
+/Filter /FlateDecode
+>>
+stream
+xÚÍ[Kä6’¾ûWÔeÇY@¥F¤ÞsÏÚ»=ðÎ ÐØ@Û€•JV¥ÖJ)WRvu¡Ñÿ}ãEêQÌîtwæ’¢(‰ŒÆã‹ 3¼y¼ oþë›ïî¿ùó…¾Éƒ"Mã›û‡æÖñM×"Ìnî÷7o6ñíV…I¸ùñö×û¿ÓY ²HÑEëF£7ÿz»Mõæ;øU›ï©ý#µ_ßn£,–Çÿ ßÿtƒM³Çi 37Øß<Ó¥A¬óålÿ¢î©ýŠ~ÿI=<ÍkÏ4QD¹¶£@›
+³|çøî7¡‡>*à#âG ‚4PQ|³â Éìº~oúۭΓMùîV%3Üñíx0ÜØ›‡[nÊs3rG=È_OMY™ÕGM¹3 7»ó8Ôûõ å;;LÙî¹Q™v4½Ù|ûº#JÒÍC'$ð]y<5Fˆtp\`ß*IbùÇ¡Zõ(×… ÊÒÓ<¢%Šƒ8Ž­tߌկn &iê0ˆt<[ƒÆLd2%*K(LªòÙxy¨ÜiÎ;ÏŒ@UٶˆÎ3˜VAZ8ýxö¦§Á&É”½p
+‚lÊêÆñ¾7ßæ†%]„që–¯`K@þ¨*^šmún,Q¥ä=ZFlà2ò‡UsÞãRâÛvö<Ð@å© C]Ñ(Üy*ûòhÀýÜ&‰eÌ­2³Xeô4Û,
+2 !7r‰Iì\bɼÐ7ò#wc_·?ú Éé‡ñÛ;~øÛ`ª®ÝËOÙø°T°·½dÔšÛê|ÂS7ÔVNЯî¸[ó­Œo"¾$äsŸý¥EæÅõŠU$¡3P±Q¥ü­".ø€ÍÐáµ ÉAHÏÜÛ›rÏýçÓ9Ô~?ð£rä%ß!_÷ôùcoŒ<nÉ*ñY×J') ö\0 GàG,#¿@ÌD^Øpß¿ûð¦ê‹ð×÷ïjX±Jx”Úðž—ñƒ
+Rð„ïiý>D<ÂS!8íYL÷™ª¼³EÌ2wj È™wãGL WvЯëW—´-†ùõ½o0PƒiIg3·:DsñÒM/~šžïøç›Q%,ÜK¥Î‚(ÓÑ)·*HBYÕÐ7_Lá{öÖoº$§åxþ²ÙâùlÀŸ%»ÄêÒw_b5^L®®šük±ªþ
+NÅE‚ÿ¡4…“¥ûÛHQV£ xÚL†&Ìp<!ä%3’ÜÒ.Í!Ò&k>Ñçù-§§³¦¤€Œ0‹0fà¥êNSžù®{ð8š4h”}=ŸõQlšIîFÂø†d™²:8éÊáM=PüÄ6©¢S¼y
+p¡nLÀ££ÕâèÇ’½‚°F2n²ßÀwÀ°™"KÉ2ÙÖHTru¶ ähbóµ‰Z$ÑÊ‘Ì“ÂVG’‚60më
+-qikÄ
+3±"Ž—s,. ?sƒ™BŒ9œiY ¯”—J·pà <÷?`ýø¥#T³²)£bWøÃlïwýþæ[‹‚`߬2Ž5] >øÎR³gRdµçãŽ6 Ý=ð\¡¡ h¿zþ„v;´ð+HÜW-%5cr•<rMÖˆ ÜLûØ—§ÃðP7¾Œ \ʄ‘¥¢U)kœŠÄŸàóãV½ A蘂¢Òl*º!¨©+‚b4Ạ³Áð$6žÄ†Ä ö*jmñ3þ½ˆ‰k‰~ž¨´NXTؘD…w¼‰¡Är„¸^ìJ%Îax³R£›ƒmq® f[æ‘‘J³·Ï“,­‚li¶ÈÏ
+wk÷×´µ¹,ÅÅešKE§„9»ã¦±5f¿ñÒ×Gq°¶©R|Ù½
+kÜDµ±øÅ"è'ÆŒ|è2dU\ÈU‹”%ŸcÍùÕ©ñç[s2/
+æp¯õ’{çSt§Ì°Í ìëO#!HBͯM˜à³r¿¦ØÇç évvdeYcUAªt·mnø÷5’$È 5?L aйVœì0KŠçaRÉ1P-çæ0<·|ToLÍ«IѶµŸø!¡Mn/¸KÛ˜Q´PcËÔ*OCüñ(0Eçr’´@w ³V<iHYÎqæ<t> Mwv”€_¿?Hÿ±£â§¦tC×–»FžT‡®æ© <8”§SMÛ3¥9Àª¡6<–«e®°”Û|qó¶,\E¬è ï±Ùù,ÑužnýäN#¬ÐäÐQñu2¬<HÂe- ©ƒÈ3Qöp.=@ùL{cë·d*ߎ›/(êùÉÈIR²å‘©<›ÖGàW1‚#y.` Ïq—­âÓ…uŠ¹=á
+]—ÉÖ*˜þ~ÐfªŸ?¾a˜h@°Ù¼ø„´¸³C059»§zf`r=*/nÙäÓ…hûª
+endstream
+endobj
+908 0 obj <<
+/Type /Page
+/Contents 909 0 R
+/Resources 907 0 R
+/MediaBox [0 0 612 792]
+/Parent 897 0 R
+>> endobj
+910 0 obj <<
+/D [908 0 R /XYZ 107 721.862 null]
+>> endobj
+911 0 obj <<
+/D [908 0 R /XYZ 108 590.874 null]
+>> endobj
+912 0 obj <<
+/D [908 0 R /XYZ 108 507.935 null]
+>> endobj
+913 0 obj <<
+/D [908 0 R /XYZ 108 245.669 null]
+>> endobj
+907 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F118 517 0 R /F93 433 0 R /F88 436 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+917 0 obj <<
+/Length 3731
+/Filter /FlateDecode
+>>
+stream
+xÚ½ÛŽã¶õ}¿Âo±‹F¤î}Û¤Ù E’ɤ °Y ²Ì±Õµ%C’3;Xäß{nÔm8»nÒôaÆÔ!yxxxîd°Ú¯‚Õ—/>»{ñé«Ü¬2•'I´º»_é SÆD«~ó ]ÝíV¯×ÑæVq°þzóæîï4!U: 5MÈUfbÀF#_nn³þ þëõÔþšÚ?lnÃ4’îoéÿßdãêQ¢L: ûܳ\¢"“ÍWûŽV¸£öWôÿáe~ð,†*̌â€6¤Ù:Êqì‹@˜óé+Ø4ÌŠ’,ÄYÀƒDé0Z݆‘Ê„5? ªËãeg÷mq>Te7,˜Ã‚&Á©™V&OÜ‚?±¾ÙÜàhS[nÔÖî:nö ÿvU_dÜýÆÄë{FeÔ:0*C‡ût>[˜“­íÑGIˆÖnô_g~~ãy¦t
+'2T'Áw€-íNð<2ðŽ6ÆF¥:…M¨4aþ‚z@­#³š€rÄ‚É2Â8UqœÏqiE"f$¶€…@ ÈNl0Ø9ÐIs'/O6°@n Æã²jl[ï6¡&#¨É²áC“Çñ©ˆD±
+´ž>\õ_ CØ$ ÞW(@¿"Ç­£ÿñlox-Úcåö궣ùà±ÿ)/XWóTq:ç›0Ìܱèi[ÆŽ…N£„ó)ßx•«0|Ç« WØ)|îá‡Ñ€zp'uÓžŠã„Å$ÉLCÇ-dH¯ëâÄj ®<Ø“åö±z»ÑÀÆ?7:Ê`¿ƒá‹Sžv>BÀÀ¤S¤Ã13c‚ØÖ;?î<º†²)
+Î÷Âù˜dÊí­ÝWõ{ØýožíÇ(ŠÑ”ãœÀ ­ 7’ÙI>‡Ä)ÿ€r×\ŽH»‰Ö[0ˆo±˾V6;iÑyR«Ob‘“Ì›šYœ,̺áî®áßAt(6&ÃÀ@3ìέb;Gæ~ >|!}vö»Š½”ÅD×ñž
+ÔÁ,dÁÌ­ÿšjÇ î²ßÛNW† “›…Iç¦ëªí±ê7 ÓŠ»ïØ9Ñ̳ Û[Ës
+YýÔtÒâÈ ÷B ï Aç¢j;n’ÑD
+kä‡WxaÇéþ\•>
+üô$*ÉòÒ3 {óÞƒDrº«™#l–Ú¢Ö¼ë=x£D¥Qt=³|>ô ’hƒA,˜¬$ã‘ßAÏ@l#î
+~BI7"£â(ál#Zfz5ÿijËb£×²ÂÖó/©4â…¤ªoN Dï4ë¤ÔX1éo›ž;З"pke™¦¾ç˜ {Ù |Zä SC<¯ò0b#Wøxé³*3ît%,P‘IŸá€™qà“M¯…‹èùÑÙÚeìÊ&ÉÓØÉ ‚G!s —Za‘kSh}ÐL¦­l†Iâ­â,£S²åF ·`
+*D'SZ7šCYpŠFP_\ßCEžz.>=†LìÏ w$`±žñY)˜•ÑL?ž C3ÓkZŒ|IE)¹Ð*ÍŸdºfô%°­Á–ôÕ‰3—I€T†jcŸpìf`VÍP9+lŠ÷‚î!~ rg‹(dÛ6œá!Œ1*‚ÀöòE†8œÐ¤HÒH$é1l:„"þ3mí‚X¸[0Ð%H§c ÀˆÓ>gKxÇÀx½³÷¢_Ž=:ÛcÞ Lñ
+|M´¹~Û¿_dnòÌ0žŸá„ÍO#¥zæÿë0À Ž1 [‡8\ke¸A#C‚nµ¶;Û²Ÿ”bŽ’ÕøjXÎÐÙµªŸ+MøýÈ+bN”?*J‘´Ã×ýåDy{¨JÙ
+ü,
+"¡W
+Ž.n¸ô?¤Ü¯K˜Se¥Ö‹©é`|½L²E)dðýE,Veu›á¹ñùMþÆ„I|½å ‚Áòô;׎8_©Î¤ðEŽõfXº‰ ÆÌ! ,´IøeKæqSî$hïû[nòñ@£EvûïK×W¨È,Ú &š¥zqvÏJ瞃9tÕIðw,H•1J„¸Èp!§»BÂAµœU½ƒ#”äîw@7ZÄ è㢚l&ìŸÕLBm(}þ·Å~owrZ¾{¥$Vc VuŽP)é¦àBõ"fµ"Ä%•˜L4FC ÉUÁJÕB°ÏcÊzXKƒ)u“f˜AØ+à.„+¯ªš"uð•B…ÍSZžg8®ÔŒåkQª°èÖM™¾f5ÂpÁè`Ä–DÞór#F†ÕQŽX¡ëº•Ç/É ÍžnË€ëÊÆ4ÿãç.ÔŒÁ÷Á:3ì¥c8ªŠp±Z* kÝoƒêP<õ?gŽqÛaÊu '^;UQxµÍJÆÍ ÿÃD²œó±*骒s€>Êî:†RpD@Ë
+q"j’ø v ’ª‡¸ï¾ÂSðm4'Lž¹“SÃ5ØBc9VÝ^l™Cèè'&â`]ªºô{!äæ#··2æaò)WS|8_ä‹‚%JŠ¥¸Myéøý© Ví~Åï¿|±zMƒ"ààìÍ–ä Œ‚“ojn+½I°ØKläו­Kéçx xüþ&é2]f|õ3™ÔÙl>iP|^ Uœ{$ë¶á5ä%+¡ ÁèèAh˜HV U[z5*ÓÊ‘@™y‹ÕL=¼Yä'ð?´¼eüÜc„Ã|zò?’Éý~£óõ?'÷Gò”‘ï‹Üùo´Ü&ý8{è8p†|É(î¬YHwS^ÍUJa>äH–/æZßõRLŸ”|¼HÛ¢lÞ*Y\Ï®¿4yóúp£ƒi€M¤âñ…è·K¿û¶kXoû}”$*ï>Ε÷œ’\léˆîC®æ‹{;™¢FEϽÆDÙ¢qLzÀ$™Œú wÐ&`¥”ÏþE „CÙüÊLî{“tðÉü%0Ø”×J©+ê£Á:ÙRÈc¬lòT'“'¼|%
+endstream
+endobj
+916 0 obj <<
+/Type /Page
+/Contents 917 0 R
+/Resources 915 0 R
+/MediaBox [0 0 612 792]
+/Parent 897 0 R
+/Annots [ 914 0 R ]
+>> endobj
+914 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.582 192.227 177.009 203.131]
+/A << /S /GoTo /D (subsection.4.11) >>
+>> endobj
+918 0 obj <<
+/D [916 0 R /XYZ 107 721.862 null]
+>> endobj
+919 0 obj <<
+/D [916 0 R /XYZ 108 445.866 null]
+>> endobj
+206 0 obj <<
+/D [916 0 R /XYZ 108 176.95 null]
+>> endobj
+920 0 obj <<
+/D [916 0 R /XYZ 108 154.271 null]
+>> endobj
+915 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F88 436 0 R /F93 433 0 R /F118 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+926 0 obj <<
+/Length 3500
+/Filter /FlateDecode
+>>
+stream
+xÚíÉ’ã¶õ>_¡›¥T !®¹Û5);IeTÉaì*SÕbB‘
+IÍb—ÿ=o·†¦»=N*•Ê…¶‡‡·Þê~å­¾~ñùîÅo¿JýU¢Ò(
+V»ãJ{‰òý`Ã?õâÕî°z³6[í…Þú›Í÷»?ЀXéØhªÄa6êùr³üõçðÕë/©ü •_o¶&¤ùôýý0Ù¸z)?&û±\¤?™¯ögZaGåWôýAx™×ŽeŒQ&ñí,
+pÓ^œ¬Cû¾ð„84(…A~„ƒ€‘Ò&XmM ¡Ì¹¨ûÍÖãuʨ”¬ó¬fй9”Ƕ¹àBwÊ.wlŽ‹¶üÚ¾Ýèp](®¿<öEË}íôЩ9K÷¬Ýèd}E$:îVàð÷YÞW²nÖñÿØ´ãbD8Q I%†Hy*0ÆÒä;Øh_eû¢È7¡„í¼ÕZ¥aÈC
+._š²–~e' ¢=—}_î¸^7ýlxUv½ââwÀ£¯AØLö81?µ›; t2écT œwÉÊÖ1ŽTbbÛ©t&V&Ën¡(è­lÿh "[†ƒ9»xÒWI² 2nÑX¨¼D?}{ïS*Íbk )"ÛãîÓ±øàÆ”ÏcX S
+Á¡Ðeg)u^5]qàZYóßfyÑÝqÅŽFñ¡u’évtˆújPGç H HˆaÕ9Ð2)¨@ÏL¬ÆèÌ\Ú¢ëʦv!¥h¿Õ@3´ÍW[m}“(¤ ¹Äùê{ÀË*øž^w׶m®õahtÏ×3ñµŸ¨0 Ÿ¤%L¬Â8šÊM{¹T%’œ°i™þÇ í  k]Á¸§« Uv«U”È®ãN/Õ«I'‹ÒÖS¼Æ«š¡M{(Z&¬ñ} Yd•$BÔ
+‘¥§)$þk¤–îëL§zëAOàšKH†b
+¶Kê‹}É–:À,:Í]Gû‡‡3 …ŽÈópê¼v87Ša ?máÚ±P‚ŽMÁ…îRä%œàçY'`qä­UL‚ihš,äÏÁ߉¯ÌÈà7E%z¢¨Ä‰Ê0Ñï¿ò8C߬ÿ¢Ávô!¨ç?¸$Æàf@ŸÝŽ‡‹¡ŠÇŒâg²ºPùJI%\£¾ÈdI±j[£S‡-‡>©?îTËFRËé\~‡º‘ø'åèÿ9&QjÕ0ìœÉþ©&sFELŽ^:ÊO2`ÊÁ‰ÌS½ Ô5³É ”ÉÚV{ã¡T±êçl÷Ä0, k9µz • `œ”ë¼p±DÐÞ U߼ͪ7®Š<;ý§«ò3VæŒÁd˜§ç)¿wá2¤Ç…ŽÃ1 x–ãÉã™Ûï?=sûœôøG¨òÓ§c¾Ø÷7èbÆ]?ŽÍÏâgÇà€×8óKæŒEÅkxs”LÀJ)×%J)ÏÇu8û!þI¥‡¼Bsð Ü!Á:—UÖNósͽJÊübGˆ¦žÞäລä/'!7æ7%KYTUyéÈAmg£žï Ϫü*™k†É\wT±ë”üç1„¯mòš8¯¥s)\$¥ÿwå²P:§*Ðvs™nÉt:N6ÕM0fjz±ûÒôlg‡ó!K°/&Žÿ=êgqE—úJ›Ðáv$O³—˜ŽolƒzL›åm‘‰Gb(ÂAð¡˜{æVã3ÅCÿºÑZS–S­‡>¿’ ŒŠŸ#鿘‘Òã]o%L!;‚-׌¶æŸÝ¹m.ÌüÃùÀXƒT鹂¢'K¢…­cfû¨ [
+©ÈŒËrÄ‘òuøÜ€…ÂAÀTù~òSö?`Ê¢¥)@¸wÔY¥Œ}§éiÓ­Ùj+L8¿ž&g§Íɼ¼ÔˆWÂOç•è)¼òŒÓùït{BOùÑ#ÇI]#ð[Bó ŽOáõ<û=ÉÌïñf÷)žü(Nü Ï›ÜcIk¨~T†k¾9îí]sÁSØk‚ÙÖy0>v×âlo'cÙYð¢Y²ª3gáN`µ4Ú•#ðlhŘŒ3Ô­Erbào'Mƒå"¹jhv˜ÜDÆ‹žœ?Ãl|<“EÛ¥J”[ì¨Æì*Vw§¢öC¢‹\:½ÓÁèýI<ËÃÌöPÏnŒ4ßÁÏFšTùÛ&áȉ@—Í2ŽN“ÃZm3 8X.»çÇ )bï¶X-² õ`… ú½ö6 ÀÑús²ÈC+¹v©P¥ã¾ùt­ô+kêÅ‹oÀdòH`qK¯ô
+:
+3Ó¦BŽ½~X¯kÒ—÷ÒÒ#BwÓÞ±ô^î Ë1¦ç'¸DÍÆýSƒ%÷ ËVƒ#‡wf7<†[Ûà #$=š½²Í m@÷Õ
+endstream
+endobj
+925 0 obj <<
+/Type /Page
+/Contents 926 0 R
+/Resources 924 0 R
+/MediaBox [0 0 612 792]
+/Parent 897 0 R
+/Annots [ 921 0 R 922 0 R 923 0 R ]
+>> endobj
+921 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [401.494 515.467 415.939 526.371]
+/A << /S /GoTo /D (subsection.4.4) >>
+>> endobj
+922 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [433.384 515.467 447.83 526.371]
+/A << /S /GoTo /D (subsection.4.5) >>
+>> endobj
+923 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [339.022 114.053 360.94 124.957]
+/A << /S /GoTo /D (subsubsection.4.7.1) >>
+>> endobj
+927 0 obj <<
+/D [925 0 R /XYZ 107 721.862 null]
+>> endobj
+928 0 obj <<
+/D [925 0 R /XYZ 108 400.025 null]
+>> endobj
+929 0 obj <<
+/D [925 0 R /XYZ 108 318.496 null]
+>> endobj
+930 0 obj <<
+/D [925 0 R /XYZ 108 152.847 null]
+>> endobj
+924 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+933 0 obj <<
+/Length 3697
+/Filter /FlateDecode
+>>
+stream
+xÚÍ[Ks䶾ï¯Ð-£* L<{Û$»®M%ñ–WN\eû@Íp4,sH™ä¬VqíO7 A
+³ùç¢Á‹@£Ñ¯Prq{‘\|ùâÏ×/¾xcÄEÎŒÖêâzwÁ“œ ¡.2ø5Ivq½½øn¥.×<I“ÕûË®ÿf?ÈÏ$·&¥€ÙìÈW—™\ýër­ùê-ü«Ú¿_^®e¦ wjúë8×´¸JYægú:²–fJ?àµæ»Ö{[žVä´bjWäØ„•Øþ7¶é]ðÅ_"¤d ÓZúµÞEˆI™’Êðáßk»À7¶üµýû:²€ÈYšŽ»e—k!…ÊW)DZ/w@_¼á‰¼0ð•ÐøÕšgøm.ÖR±ÜËñ€8 âR¤«Us óÁÍ–
+_—Ç>h ¶c²„ÎQ–dÜ4ñJX^ñ9¯æTÁ^´˜˜Um†cwÉóUÉÆ…Â-¤À[£°À$w{¸Þ—} äétµi ¼§Ú¶”¬>\òtåúoʲq#÷Es[n©²ëÚ•hp×Wmã&¹ëª¶£âÐÒoÂ$ãŠÊ•›¯í¶ål˜†Åph;Wª«/yâÛ‡}‰û>¬9g&Mik¸-3àrŒ¥ÀvΔ?ÃWNI–‹æšF]Ûù¨Æö ¸ètÚs%.‚æoÿt™¦«ÞY
+â§tn àš‰\û#ûžKÕÊ›öc„ç¥r?ö
+6«´-•®Šºo©ip¿E]·(‡÷®y_ÒÈ„°¤¶vçgñ“Ôí¦ìYB3ÐÁ¨ôù^ô û>ID]ö~Þb N٣Ш#b¹É»jÛ¤d‰IýØûª®-O×2O˜2¹;RMÝ ™
+ü':\ž¦R=××@NbD£“š¼Ð@tž1ÁåcšA N‘<Sà?€d n3ÏÅÏÏtÃ2>zX/Ð é2W«‚~P.¡ Á2¤Éd±+fvMtÈ_cw³JÃgJó»›®e›Þ4e¹2l’ÓæÐcáïý¾Úì‰he°©ŸÙ¦€WwÖ/ƒO¶Ã_õãLQNaûæ±=ƒÚ«ˆü
+ŒxšÍÙ€=™‚ «†}l·€²)ªxZª§jçF·p½G“©ô`‰ºü¶°£ijDø† àK·±³â)蔜ÌJÓWÛ2BŒ
+¶TÊßÍŸ,cŽÉÀ^-èkëíè‘áHñ»rd“ÅT‹l0
+a­1¶‘U‡B4€ÚuÜÿ!Ì ©Ÿæ}β)Ø™
+VF{cÕ†Ûk™sÈ^‡‰wKì}×íѹy®žSM
+Øà” ]E¯‹exkõ,h™3pþË- ÀÍÐû¬cΤ|dÏéžOžÒ%I"î3?Ãî[Âs5Y»1šÕŠü 
+êåOÇ¢¦A6¼>ò„BÓªÆ÷öÕ\³:J°d™Fu™¶Ì»ò+ª!(ª†Äêã°@€ Ö7”Ó6KJ.:Š·þà>‡ÙjíP¾yˆ_¹ƒÔ}®[BO9R7qe£(te] Õ”EpÍÈßÖçcN/I¬‘ý5NëË"^ûðÄù`ä[O—rØêñEbs–]3Ýføë‹mëãœjŠ­+ùtH[¤×‹cŒËu—ÇÃ"ïÁIÀháÖïbñ#ÚŽóMÇ@~ÌphÕ'íÆ8â‡è5aò!šÉt”&–!`Xíú¦\ï:ûhäàSø³©ã)©Ï7kȳ²Ùz¶¹LVΙ‘Û!?leïì†âÆßß"Õûçüû3ü}$Q}.ÕüÉ€$&’ðÝ‹
+áµzR4ôRªÌç/èՔ«vD\Wn*ôTîâ \ ÐÙÝW}R¯¦ T@šš….’ù¬%[{v‰q†Ñ5G¯“9ÓÓKÈðP¦­Š“Ϙ­píñôã °êÇÚOÑæ2á‰b’Ÿ› ·´Tƒ;xÆ–
+Ð¥“­wC bf
+ž’©Î¤˜ß#×9·?WDƒÍÎbac_õuîipbßS¸,Â-2áöë…ï ŒùøòD¼/æÏzoÊÛªùÙ+À§ˆŠå2L¨ž§b&_ªØr‰#±ð)}Ã<RTLÈ…n½²üq­m˜Úê°·~öV
+sëüœ¸Wefñ&¨§¹+÷Kk™Å#BÛ³/Ž¸ïu8yËÌ™W\bö¸©Ò­¾#¢–íoÛ]
+endstream
+endobj
+932 0 obj <<
+/Type /Page
+/Contents 933 0 R
+/Resources 931 0 R
+/MediaBox [0 0 612 792]
+/Parent 897 0 R
+>> endobj
+934 0 obj <<
+/D [932 0 R /XYZ 107 721.862 null]
+>> endobj
+210 0 obj <<
+/D [932 0 R /XYZ 108 684 null]
+>> endobj
+935 0 obj <<
+/D [932 0 R /XYZ 108 624.174 null]
+>> endobj
+214 0 obj <<
+/D [932 0 R /XYZ 108 367.299 null]
+>> endobj
+936 0 obj <<
+/D [932 0 R /XYZ 108 283.144 null]
+>> endobj
+931 0 obj <<
+/Font << /F92 432 0 R /F103 434 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F88 436 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+939 0 obj <<
+/Length 3563
+/Filter /FlateDecode
+>>
+stream
+xÚå[Y“ܶ~÷¯Ø·pª40N~SlÉQ;)kª’”å.³Ã˜CŽ R«uÊÿ= 4xÍb´+ïHNÊ/<@hôñuhЫ›+zõõgÜ|öùËŒ_¥$‹cyµÙ]1šÎåU÷Œ&W›íÕ÷‘\­U4z¾úaóg÷CBX"˜ýS’rhÌU|ùòÕjÓè[¸òèÅX}jŸ "S1ÔßT$ãñPá;×Ðswµ²èµ{~éžÿæž±Î7îú:Ð¥Lˆ#‰dµ,ËÒHq[÷3êYñùKFÅUAïð×:KHšª«µ$ø@µ¬ ÀŠÝJy­WkŒÙ¬µymv+®¢¦=225I¯ÖLÁ|k_6M»-ë¼³ˆ,ê\ðsÞ•Mmlauû¼ÃÏ?®´>âÛ1oóªÒ¾Ue­ýeª·¾“Ân‘8ÆÒu<‰âéÀ§|·bi4ÒÑ·b*ò4šÀø℈XÍmÿÚìµñ ”õÚþ,U‚¤™
+o¯›•`Ne™SSîÕÕwà›LI<ñ­˜ÔbdV&SϬ+™;ÓéhÕ­®îÞpžxUá2*Í3ü´sƒ€‡cÞí‡Âë§Qï«ÖM7UE­ 
+ŒGÆ08‹qBÇù† ÙUù5èÕýqETœ Uÿ°R*2ظåx¥}—yÕÔ:Ô—´ÐÃ]ùÑÊ8Ä4Ež-;³R´œÈ `Š%r).”Îß\^¹ç/ñ”ˆd¤êØ6V9Þ–[íÇæõÃ
+„àìDCŸkˆ¯Ñj|hµéÚ²èÀ`ÅË­!¸‡²®u{hL‡ßu]T±ètKx2Ä|ŒÅ—/€3€íîÆàb%2e’„Ò"ŽyÙZP!8¦W;oäqJ¡–h #wþ5S
+ÖÖB¬ÁzÍâGå$‰ŸšÝô)(%@:º¨ÃîXg RŽÐ)) eÛÔ]w{xU{FOÀ‰.Ñò¯3, Ǿ‰Pa6:²@;ë"§Z–®
+",Š0
+Ž~
+´!F¾•!Êlc_£Kìdg4ýï¹ÞU·M_{Ž6mySÖ'ÜSS95s¹Ñ,£l"&Їˆ¤~Ójm‚.bÍ!(QéÒÊ&‘àèB‚IÈûÞP Âf£FCÂ%Ù45<+˜‘¿„è
+žšÉ
+%ž/̼¶ÔúY]ÚÙuu·”KŽ7 VœTP„»`¸Í!8cO£zªtb˜—²ø¾tÞÏ#°ô“ˆ‡Íw”fâ±{“¥¨S0£ã
+rbé)Õü„êøÄ›š°ÐmbO6²
+Ú¼è@ÿ}ÂÑ°41d•[mt‹sáigëºÕùæÌÖ—µŸi¤”Û"X è˜kÜÏG[ƒ7펅mÆåFAQÑàA ¾•ãÝôzû _°Sxð\Æ ¹XŒµÝ8ì}Hmò]»L6x0ýµÑ?õ˜qÿY^±èÆ&p÷ â‘ó‡îƒ¢·e·/}ª“ÎѦìAe¦ÞŸ¨$x!ùpê'ñ”9&‘š9Eg3èÀÁLëÑ'‰fV RýªÆû1o»²è«¼µ5Ÿaa¨Wû)¼ò;|¨µCxr¬†ûµš)O¾ÜîµÍjô ä ¹*[*Ç ýŒN.@áÒuL3'K0~ov~§?¬LoúÖ¿5}gÊ­ž×fÌ1/|èFã!>ós»ŒžKbàšÄ´óî6ψÁîð&3¹;åÒñ
+é HÛÃÝ9ßdk-4N i‹`r.á~mšusézMo°s4àQù¤9¸,x*wx7nvŒ<m¤_S£@” 
+ñ ˆ}
+l1dBjnBBD˜ê‹ç2
+4OáÍîSom¶5?Æa¼¾YŒòþm}〆†r_ÃqÆ5qZs:E#¢[=44PcGE—ãqœH“AÑÍŒÛÆèÖ?Ú¾S{FG—CQQôàêB,Øìài¸›òPZ{žš“>}Eî­wì$±èn™ó»<€´ò¢m ¾ZËÊ}û·ºªÃóˆ—›éðÁÔÃl5 4“ˀ½¶_
+óEpžedš¼^­S›"Ïxýšç¤PyÃÞô`ÈÞkt>ô8.qoŠCÓdê4ØI”ûÚÝèY_uï›DÁ4OðÙqµó#¢d
+¨.𫧠˜/ËÚ 8V²ÃnìVº}²Ò°woÍ‚
+p[æë؇cÛlûÂÿqë¬Çÿƒ}}ëö/Zÿco¬Îº¶Ê›½¯íróÞ¶ïåÔs>ÁË)™="|vÚnð`ë‰Ùé™),¤Ûà‹éÀ[ ºóÈzt,îkúÙ:xîË¡ÓÉ-xÁæ‡c…ÉóµÙþäÓë…Ûî[‘=+à~É~‹e6ªsËôžFŸ\/œ@H²Ïí«Ñõ%*j‘í<‘¸Þo°¸¯áÑ`9j¥­ëϺá[é?;çï9¾ŽË–®Ð™0Ü3Š_y—îË[—0–Ü mãñ°Ä}iñÿ‹áÍ7;œ© ñ¦œ°ÑňžB ƒ±Ä·J=Òû²)éeð¾®Ò‡x“SÂ*wþ'ÎýÁ÷aí¿ûÓ‘¶¼¿þ·.Æ/rÊ™FA}Ó–?70?«¦Fö¦§Ç'¦ì½
+€š‚Ñû¸s¢ˆHe;Û2óŸ¶dqPu¸¿Ø|ö_dñ¥Ž
+endstream
+endobj
+938 0 obj <<
+/Type /Page
+/Contents 939 0 R
+/Resources 937 0 R
+/MediaBox [0 0 612 792]
+/Parent 943 0 R
+>> endobj
+940 0 obj <<
+/D [938 0 R /XYZ 107 721.862 null]
+>> endobj
+218 0 obj <<
+/D [938 0 R /XYZ 108 684 null]
+>> endobj
+222 0 obj <<
+/D [938 0 R /XYZ 108 613.973 null]
+>> endobj
+941 0 obj <<
+/D [938 0 R /XYZ 108 590.501 null]
+>> endobj
+942 0 obj <<
+/D [938 0 R /XYZ 108 513.973 null]
+>> endobj
+937 0 obj <<
+/Font << /F92 432 0 R /F103 434 0 R /F118 517 0 R /F105 437 0 R /F11 570 0 R /F93 433 0 R /F124 545 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+946 0 obj <<
+/Length 3044
+/Filter /FlateDecode
+>>
+stream
+xÚÕZYÛÈ~÷¯˜—  uØlžÎ“c¬wÀÞE¬ â ¡ÈÖˆYŠÔ’ÔŒÆü÷ÔÅKÃñŽÇÀ>Ì°ØGuuuuÕWE¹W×WîÕ÷Ïþ´}ö‡W‰w«$ ý«íþJ»±ò<ÿ*‚gâFWÛüꎿÚh7p«nÿL"¥#£q‚çªØf4ðի׫Mè:oá¿ç|7 ù{Fù±éÇo*ñÂ~À_ˆÑ úLµóŽèWDÿH4yCÿß-,éGÊ7ƒˆjµ1:Ib'08ö™+ª I L‚ÅaÒ&‰Th«ñU<ª” è¿¦ÿî¤Å%M÷”D.íÉ÷•ï›/ÝÔëa¤ç|âG¾óÓÊàqø ,‡“~¸Øýd#°v-í+„,Áë
+µà9ÝÁ2qjìÊ œ›¢>·Ø¢Öf]Q˸[–mvn[›Ëô&­Ú}ÝSÚrc½gÈû¡&<ߨ(Š{U¼CÁÿەѤMšðD¬¡íÂÖü´:lV×M^Ti'²¶wmgŠ_¶‡º%q®6^bÀÂAZ%èã˜fMò{ÚI÷¨‰=lßÝqZÇ“Å#¦ýây³Ò“ÞÕõ‚ &T£I“~`SÚZ^"­rn«a±†É÷®ë]ŸÛ®´³æ¦Ý
+Æž;~Ékž[ÕÒÒêÚ2Í犜³îœ–“Ó[Å®#cn‹²dÕh7QžD7ËkqgNeZ€1x+„°†®¨ÄL°!Ýw(>’EÕ5u~ÎP!<ëv¥]§æ—^ßHƒý0Ñvu3 '• ÑØs;´JQr$n
+4ð8 »¶D‡rw q_—eŽfâ2æV
+¼vàózóbŠ§¿Ø™›¹3×Qò-ÌhV¤xó/*tyw¬€<¤´,–¶È" ¼Olÿáz€F£Ü,ðܘÄS:öçj
+ ÞÊ
+ Ì¥õÀ½½;îê²È`
+W“n‰}¤Ù_äL³•#uLï˜(S
+²HîdÆ™Yjo¹%åG/{uûƒÛ™{UÏÁ‡ 7=ÿq_ïþ³tuàò¶ü°ïΊOƒ­x¥íañb†
+¼æ7ðn§¾Paog& Täûós-=èm[˜gÔèÇhR@{ÎÄ)ÁA,h´©Ü ™j7;77ö#Nv×.êm´žÑéû…Ýi/R®LÎ@‹ÜÍ…ÜpýÎe7ßԱ΋ýÝ
+
+ƒLËÌS|Pb…&óå"ÙÒŽ‡äµ•9€å|8 æîÜ"ÐsÔ@ÃP;âØð•O&³'aÎBSŸ/¯¥¶Þò!G1\¶‹“dñh#±BGÎËBk¿ o ŠÄãÐêL±†Ik~ok1ì èé`H!ËR^ƒýÇ4—®›¢-0ÎÓ˹*m+c%mš‹¹àbÇ4/vÒÓɦ Ó;»'-!]K›ä2H’âxM©Vp@NAxIº_ž6‰ÇQu¿š¬PÉrÇع>mÕ­{†i'k·Òñ–.ÇÒ¾0r7tvMšQ˜5n$
+%¤ƒŸžÅH#}ˆ+hŠ žÅÄÒúx~‚ l>„~òcâ úèÁX@û*¹ D?Vä»# ïHÄè¸öïpy£§z*î©€=9àž5–Š'Ø–òÀY¶ÈX.êSõ¸ïî1xÔ{³ ¸Ò¼-ZaXÖfbgàÖÙœËM£ð¼; <Ú$ˆ
+Ï]ZuÜÜW–±Gê^8x‚’°‡sèàx%"QožØò`MdØ5ßP¿† š¤eÐÊ8o=ƒJâ
+O¶9®ëÌU„æÆñGµ˜u—)I~°}ú—öçýlþCfÔN³­IÙ\¹ûH8÷’DE‘yR<÷ÀŽÂi@XÊ9ÑÀ¢'%ôp]âI1ì)‰Þ<&!•ÞÁ˜/S»ãÝ¿ö÷)»ËÊ"û¨”º¿_AÆáºÎïðc¡ë¼ãÉ”u™Æôo±b‚\ó@j>-ZoµÑž;ò[ß2‘7©PE'-4}ýw@5Ùay82§+í¹·B€Ÿm
+I¥/øËü—‚Zînk&½<2M£îêJ&Õç®,*ÎÃ/­}<‡7w[¸UÕ5ŸÅ©.ïpeÕ¬áoȦ/^Ýõäe2öþIÒAÎQäÏÓo/Û;u)àu]}Ž|÷ŸPò_Û^Ã{”skgª~TÄáµS%^T#¼µ÷¨ ¬;ùÅ^œ…T2dcÞ¤ª1¾CYcréÞÖÝ’“€!±@ÿsp= d²è”’„€<¼ö%G¤ÅCç¼kÒ{nhiÓãJ;ýK‡…br¤8­.($â”LYóy÷šû‡ï˜ØQ,&`^dTŸÎÀ
+è—£¸ìðu_qÝSZx V4”nF¡ÁäWX—c ‡ïd]TÒ™š,ù)ûñ e‰ÇŸOxÔŠ.ÏŽÍÆ`ôE!ˆ
+9F*>¾ü8ÀŸ ¾?%€@: ¢a•€J›+îBíà3å‡
+endstream
+endobj
+945 0 obj <<
+/Type /Page
+/Contents 946 0 R
+/Resources 944 0 R
+/MediaBox [0 0 612 792]
+/Parent 943 0 R
+>> endobj
+947 0 obj <<
+/D [945 0 R /XYZ 107 721.862 null]
+>> endobj
+226 0 obj <<
+/D [945 0 R /XYZ 108 684 null]
+>> endobj
+948 0 obj <<
+/D [945 0 R /XYZ 108 624.932 null]
+>> endobj
+949 0 obj <<
+/D [945 0 R /XYZ 108 405.376 null]
+>> endobj
+944 0 obj <<
+/Font << /F92 432 0 R /F118 517 0 R /F105 437 0 R /F93 433 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+953 0 obj <<
+/Length 2774
+/Filter /FlateDecode
+>>
+stream
+xÚíM³Û¸íž_á£<c³"©ÏÞ¶M&I·³y·Ýh‹¶µÏ–\IÎ{žLþ{‚¢>,?;Ý—´ÓöbA
+Žu,ë:_!9^v(³i =|_Ùñceø{6öTÃ<Î ]€¥CªïtÓäÅ&`£jýˆìvI#벬²¼P¶ã•*êMYê!äúPÚÎØ©b«k‹¾ÓÓtêsÝè}3*·Ø ´4ð3ie‚ý¬R(åSM’+zÀn“3-è½Vg§¡¾+w.=´"!Àò"X)bVt¶d¤¨I—>ã‘í TeB~B o>XÊÖØ,sj„üüüüå³™Nõ÷Ø_ø¸e „ù‚#üå*LÕ;uvÔ¬²úüEÝ]dãP6[Ò$³±öä)ßïâÖ5pçèáŒÂ6 óuv½ Ï«¹ð½“B>Àõ0"ü€ñ„[áF\‡Üa·\¢É2Ñ 8rËÖëZÎNm—50&,J’¡–q_À¢O{U ¥Ü†„Èph­)õ½¼¡{ n§áv–§¦Î3MÈÒTMS‰‹¢×6 "LœØà8ï}Ê«²8@ÀA£¡UH†oˆ.¼=e, sî,
+c±q¯+"É”‰îè¿.ã+ÑOsî{eõغ{Ó­k€áFÀÀ¾w²îm4€øÚtŠëy“—ÅÄ|Š¢Ë0f’‡C+yoŽ%îõT\SsZç` 8'T›t²wž=¥&0ÒÈi3'5¡‹•¨ ›È‰=ŒüÎ;Šµ ¯O *dʃ€ÉHö™2!kŠ'8ø“Á‰d?”•e¤u^k8·¢Ð[Øã]Ä=[²j¤ðñÜ,2]Ñ6úöl¬ Þ)äÝ™±Ÿt³¬s¤7¸oŒ0æ½ÜÐSe™#š˜Ã®O稶2^[Yê§èrÝt:[ÍËÃ<- ø±(ç"
+—UwCPMïÛJw–˜;-‘–ï¤ö–¯²6®P3zØMŠ¡VÃÀ⇽4ßç·ôÕä)0ŠùËælgîÐ}¥#U5}€à’„±1¬€0ÒS £o?#r%@Ab’M:ŸŒ !åÁ=†¾lq8À›¤,á]ê’´!ðÑÛ ¼}Ì°w9l‘ð½M¹ß—h¿6Ž%¼KéˆDEˆ]‰£ÆIÁµ­÷ØŸm^Ž(pÒßNÏkp´1L”8|ôgÕvFÀÏïÞÌ~1qNèA&e‡7†³.Ëòz}‚”µ §Fvxæ¨Ã†c§œVØTÖz2@'׎Æå >0.Óé‚ñT¸(×StŸŸž¦1ñ6áÈ"’,ᣬáÁ¨=Ž.ö††™Æ†){;F~Eª€Eƒ†ù}âãµÆ~àm]ie£T›³½ÀC>£¯h ŽÕciy=Ívñ%LþÃÄSŸddiHývª‚¬èlá°óŠ@c´ó”[““Ë)Î\zsìúÑ0m™]L­vgq.hÙ^F‡‹É^°H6Np¥„É”oÈÌgk²gpmNcw¢Û3“êPq‡qœ ›Ö¥Xùd”cIäê
+qbj'öF@BºnWônª€ð´Ä’‰rJj$ÈM
+ØßLŠQ£.y¯ÚW_vímq4·…QWUî·«†Õ.$A­I€*eµlðU1šYVù6/ÔžM÷}.]wXÄšêÂ&`N›„:æwìöŽWSy*çKüÛE©èk‹RÞ!tÕÉ+ݲ¯Ve[ž>–yÑL¬øLFÉëWX†VØ?f&7ÜÿY¿P ›Ú9°S—1"Þ×nÛ›|x ö:µŸ°X,o'Òѭ›¼¥©è†¦x
+9TüB%mJS‚¥i§+ÄD]ñÔ´ j[P·×š^<ë]•µíÉóö€á—ç pš…F³ll¢©+šg¼ûÓÄmÍÞ{9¸nƒ bË›(æim9Wô0M?óÏáS>b£Ïb÷¿®¨Ÿ¼àbò0™|}r=v1~w È­PWýØt
+Ñ£‘‡]û?‚¼¾ëßEK‰[%†³Vqûÿ_nþ=èæy‚¡Hº®á ÍmǨオ:XHÕ“gƒ/Žøý[Ügb!®q–r¸'}#Â?vìò½¾O{<õñ-õYÝÜ«¾‹u|xóOØܼ‡
+endstream
+endobj
+952 0 obj <<
+/Type /Page
+/Contents 953 0 R
+/Resources 951 0 R
+/MediaBox [0 0 612 792]
+/Parent 943 0 R
+/Annots [ 950 0 R ]
+>> endobj
+950 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.718 447.114 152.164 458.018]
+/A << /S /GoTo /D (subsection.4.4) >>
+>> endobj
+954 0 obj <<
+/D [952 0 R /XYZ 107 721.862 null]
+>> endobj
+955 0 obj <<
+/D [952 0 R /XYZ 108 403.403 null]
+>> endobj
+951 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F124 545 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+958 0 obj <<
+/Length 3350
+/Filter /FlateDecode
+>>
+stream
+xÚ­ZYãÆ~ß_¡7KˆÔa³yðÆÀìAò%R#")“”gdžÿ{êj^ji×Ç˨Y}Tu×õuõx«ç•·úû›ÏžÞüùmꯕFQ°z:®´—(ßV1ü¦^¼zÊWÿ^›öBoýéæ?Oÿ  ±Ò±Ñ8Á÷TâÃb4ðíÛw›]ä­¿‚¿þúóaø¸¾oT;þɱ`¨R?²¾¥…>¥¿¸¨^Gí·ÔþšÚ<æKúûƒe«À "ªÍÎè4MÖaˆcßxr4)…IÀ&íÒX%I¸Ú™@%r es=ÝŸ
+ntÙYZYnjᘀsÁq+©Šüó÷ÚmqèþÎr§·; ½Å/½¥ö/ƒô£ ÚÓ°ÈTz`÷®æß}ÓŸ¸uȺb)2ËêçŠ>õ ~Þ\÷U‘óG)+uåOÅbñaï=Ïo»…[ít¤•øÐÐ* C ¹ov~*“°Q5?\¿­|Çž[‡¦­-µë³×n1uËÍ—SY åœ+MË’·ì‡Æõr±ÜÚòùtWÜœ7߯v")—‚u Ò ˜ÏB5¿ïYU\2ÐέFÁ*<Z’V´œË*kñ#X÷Óœ´
+‚™9=dŽ©íà-¯»ßøÞúÚ3Ǧ®^…l”ùédº8„
+“™j_ê‚ôÜ„‰5¡ÀC}Ó™ Ë÷‡â"gvGщQ±ä~u+Úw*Weþ Û#ºüºîìÜ-R±‰V£‰!WYÝßÛl
+ÿóyÝfñqË[{)7àaN†>8n8ݹ\0æÀq_ÇÍÎkªÔ²åÞ#:hvè›v†‰pä7â¤8`_ˆ{sWÏv öøÑ6 æ Û8ÏÉ a 2
+Xõh{˜Ó³4FEÉÂ
+ÁªèQˆO”e§X
+¦xƒ&(Ëþj© †n €3ÁTžÇ»ŸJ¿å…¤†’ÆO
+rÕé ŠDÊ‹¾hÏð™ó7e&!kµƒ|n¼Å5I€ÄmäõápƒôaôT¤ÍmŠ•‰}3ºÿN«ÐvÚãu¬&ƒÜ0Á„Ñ=ÌÖ!sˆ?(±ÿ!‰ý™Äþ"q¹ô1J.[ø„ÛõÚ½
+aTÙÔî©Ö/uê©°Æ,éNqŸñµ”h 1vÐY{v)êœrRLBU¼ë¹MÏ—¦ëÊ}…5=$@Z­y5Ñ–ž¨S[»ÔsµË\±ÑU¯ãúÞkk üC5`@k ®¨lŠ­ øyшáÛãÏü1e†•§C§Ç‚Ñ
+­‰dv• %¾zÉè\¼ðbÙ3t-ý
+1¤ÛÞ©ëÂÍ}êaƒVî8Y¨ 2ÊïÀȢϸ,‰_ãœð+wýwX²h?aRf “~ì©0ä¼6FEÙ8雲häYï…NA°kž_€ån¹7s#OÀúv'}‹"‚ºÂ‹êÏÞE¦ÒÉc²Ž)„;§Cf¶L]bºj|TãÅ¥ìó÷ÙùÂa4ˆ)ÿ¸ô˜à­e†½rW…ÅSA2)±¸VwÐRw*!‚å,ëL€¥GÞ[‘s
+¶®”Å‘XÊ¡UY'ÝdZ6ÌG¸×E˜íC †×Gù$‰Ã_å4FEÑ¢R·:7ôZbáUüÇ]=ŠLêNƒ?OÎÍuÏHáŽ6Ö#¶ÌxR¼1à.Ld´‡-@{Ü5K a`ó´¸­YTÑ–ùÁ
+å G –àý)=²áÈ©è
+n.2Ñ,´Áw yäI2…£
+xD†Ì¨ïçcYUNÅóe3õ~ÁÞ<ëNà­Ówü¼Žîfœ<T6~"Gç'ö^Š)A|?±^Ì,‚tØ÷}Åã¿Í¼`Ÿ€kHømù\ÖYµ˜Â3F öÅtý-ÈM`¼X. Í "Ç¥ñSªÞˆ¶…‚VWUò4èÄ _ÎñBrŒ
+ ´À Oï¼ „€ë¼’ƒaÍ´;/ø•€/ñ@ìPñ÷À‹ˆ+®ˆ§Ók÷oQ>\A‡ù\ö€z’š{x›¡0øl‘ú!Œçº²;ò'X zÄXØ üå·lÂ÷àê8¼è*ÒLDY3&Žvƒ]phKR¥ÃEÙXÿš
+«b¾®ÈöÙµw9Ì ¿D¡{ u6×Jœ§±7ÖÑf׋Zæ ¤ýíwE½Çò»±¶ ˜ðµt}Òõs!}\6HmøJgá+D¿tœ¨1 ”–‹ñ,pœš9IRð‰ûë_/x‡¯^]z´VO…ÏÔ²H!!7U™3‘îýÖ\á[̱¹&é•“ô6+Ã8
+endstream
+endobj
+957 0 obj <<
+/Type /Page
+/Contents 958 0 R
+/Resources 956 0 R
+/MediaBox [0 0 612 792]
+/Parent 943 0 R
+>> endobj
+959 0 obj <<
+/D [957 0 R /XYZ 107 721.862 null]
+>> endobj
+775 0 obj <<
+/D [957 0 R /XYZ 318.135 178.677 null]
+>> endobj
+956 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F118 517 0 R /F93 433 0 R /F8 585 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+962 0 obj <<
+/Length 3130
+/Filter /FlateDecode
+>>
+stream
+xÚÅZ[ë¶~?¿bßêv‘º§OipR¤Ài‚Æ@ 4}míZ,’Üͦèï73$u±œ³IÚk4$‡ÃáÜåàîù.¸ûã»?lß}öUnî2•'It·}ºÓA¦Œ‰îR<ó ½Ûîþ¾‰îu›oïÿ±ý/H•NCÍ 2ç ¨ñÌ/î³ù ÿ¬7ðnÞ3¼åß÷“9ßyŠ# Qª":ŠŠfÜ…&Pi®2Nû.°Çøì+„w9(˜„(<†Yª‚0©ÌBiMçè:Ø]q*‡²ë•ça¤Ü=êX…Ú®ÝË®¼µË,p*š{o^é-Úœ=9­š‰¬ò4Y™Dé,v§øÀ"øŠ¿eÑ|Íð—+ ™\ű?ÿ˱Úe£áhù¹ôe'¼ìÁ™°Øª§W;¯•g»ŠÊŽcôÞÄ›'®UZÌ~è„ZÁVtH¬Ò0 UÇÂJA®i¢êZ½Ëâ ³úê§R ¶³˜cq.•,øÐöƒ}’'N×—28“0†ŽÅ½ 6ÿ¢;°$weÙXfÊ~ßU»ò`©;pð*cUãIó±{žDγo›¡$¢?‚¥'Vèy*ö]Û LkåîyDĜěA숳˰6—Õ‡º`Â+OoŸK,éäôN,@G*¢¹ì?Œ*¨µÈ OÑ
+‚dns₶÷¡¶^JŒðþý³õU×FåJ{Çô}bÝdý¹l~O`°Ù‹æ¹ìOFGHà$¹ švLÙýó§ßWkqé/E-8¹$cBxµô—DëºKíXbuªßƒiAÅJ'òï>)›<PÙRÊ£BÃ?º[M75Ñî‰Szk›ÚNì¥ ‚ÀÉGI’(³\¥™åéé\íלbKâ´"‚ÞT]Û@Õ†^È‹Ž$›¾,Zx(僅H‡^*v&˜}ã Ïu»+j%/ÛcÕËìÊîõ§%Ú‡¨Fz.xŽ¾ê‡²Ù3éϱ&Œec1C²-
+ÚËX±"€4QQªóçqº´bÚ˜¯Ì5C0Ú²Ã~,q‘oâ„•KL"¶cžaÕeZ%yöiN‘(ˆÝ‘úÝ} ->¬­óAžä*Â8RQÏ;€ïIùŠƒÀÄÓqoòkS­s·’ÓØïƒÛŒ¥ èT ù¦<²9Š/Þ¢§LÎ݉N ÄÈ÷:Œ&NEë [a¨¢Ô{qX©F2Ƚù|•6-ȧ¤ËæpËeE×h¨ —eow„Ù"b52fS[
+/Æ„N,À,è=Ö§ôâü ÖÙž$*ÆIÞÒAâ¹k/çªyîåu‘h0[1±3µbÚ»‘'«–’¹ßµ'{²}{BÎ|ð\#Í_„rGŒÈ (]ÊÉ'µä²MY)’]½ JÁ?Vý©èîu¶y®D›Äp×®3Eboôô>d!e½r›!P`ÜÔÑ‹w _¤ w½`­äJ÷õ[ã4ÖM#Äì3“„4#]é"üMî$S™I®jZöT6©­l"\Îm7Ëu[yþ@VYž}|ȇÈA9[@Fµˆ£¾ØŠ\±E1R5ÎTÖJ.§ Z™ÞîÊI‰f/%Å–y&—­_J4šÖ9s°õÐhm´ƒ¤9@['µ¦p:A¾!ÙÉF¾Lvœ¼BŠÞæJ`}¹(/`E®¢xyºZ„/»ùuúZd¥æ°aã ®[¢…®F‰ÝUS UQ£Ò; ¬VÃ|ö2¾1´À.S¯®Ì=ö©Ûâ@¬3;½G’k9z®ÆÔV0"ˆ‘YY#5I}±cT¢Ò³ŠÁO—™eAõ7O²1Vgðê:»J•Ý͈hÏUHjMM¨EñE²™…° 8\¿›Y›‚Eæc5FL’`Ú!{tT©EEdïÁP]6ÏìÅ0Á¦»WY r±TÿÚkÓ>õÂÙ† ØR²óÖGvHq\ƒÔžÐ­ùq…*¬+ôZ4:ý˜`:òüºN%ðTzÄ`'¯ÊÊðFæ£BJõÄc¶R²ç_ÔðœlSºæÊ
+àƒ‹µO"-Wò³ìÚ®‰QP™ë® ‚þõ´kkp'‡ Æáëï9ŠÿÄÌX¯Û5ÎMŒ3úâan(ÓKRÂÒ
+Aá8ýVBp7jA³iñÖHÂ_ê‰;¡colÆh³h,9ÊZ %uâ¯ÕÜvaföAaI†zß(Gôu f-yªêzè.k:O†F¿PæŽæSQ÷kDFa®z5º§.“5Gž·%²´l׶uIß襩Îa
+;%QJžå”/.L£
+‰ÚBùƒÜР&-¢ìŽè·—Ûgv@ìX´mÈ-¥˜á¾4¤¾úG ›§Ù›µ$”rg °Ù²
+ò"´\Š_:UÉÇ¢9…`œ÷ˆ­‹¤gS>‹Ú¾IöÉKäÆâ™WîÓ_v§j7î£ïâg:â¾ ~Þ[Ûyldëañ—Fq*<×Â"@4,&?QôE‘^«âu¼ôå`ѬlŒ%1½ñ=ØÏv2ܺ¸PK…}FƒŪE/\€+·žÌ,–ö 8[^ ‹îæʦ_tË/Má}‹k›ï^]ϼê{ª³L™ñSÒÛâãòë‹ï!\o)²‹•“VÂ"VæjdⓆÊéÿñÜóýöÝ"@@°
+endstream
+endobj
+961 0 obj <<
+/Type /Page
+/Contents 962 0 R
+/Resources 960 0 R
+/MediaBox [0 0 612 792]
+/Parent 943 0 R
+>> endobj
+963 0 obj <<
+/D [961 0 R /XYZ 107 721.862 null]
+>> endobj
+230 0 obj <<
+/D [961 0 R /XYZ 108 684 null]
+>> endobj
+964 0 obj <<
+/D [961 0 R /XYZ 108 467.96 null]
+>> endobj
+965 0 obj <<
+/D [961 0 R /XYZ 108 396.976 null]
+>> endobj
+966 0 obj <<
+/D [961 0 R /XYZ 108 349.903 null]
+>> endobj
+967 0 obj <<
+/D [961 0 R /XYZ 108 291.308 null]
+>> endobj
+968 0 obj <<
+/D [961 0 R /XYZ 108 161.525 null]
+>> endobj
+960 0 obj <<
+/Font << /F92 432 0 R /F103 434 0 R /F105 437 0 R /F11 570 0 R /F118 517 0 R /F93 433 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+971 0 obj <<
+/Length 2893
+/Filter /FlateDecode
+>>
+stream
+xÚ½Z[Û¸~ϯð[m`†+’â ‹>d¤hÑm‹]¿u T¶åX,’œ™Ù¢ÿ½‡7I”©±6ÙäŦ$êðð\¾s¡’Õ‡U²úÓ›¶o¾{¯ÈJ"ÅyºÚW8‘ˆt%à_%bµ=¬þ¹N78aÉú›mÿb^ ŠÍ 1Åš™ùvóÈÉú'ó«Çxý#üÒõ;3Þšßw£9?÷RRB=E¤g¬(IPØßdBß}“¸m|÷Ø
+)—TSx¤R „¦0H‘t›øÓô”uûÓÓá¿nUºR°*áfU†Q~“±M¡Hræg´Å¯y„ N‘JS?©pdî2ÿë0Ðxd¥L­1C;ö·§¢Ý<ÁÖmÞ™_w§ÜÞ*‹*÷·ŠýÇ*oÝÜk›샢²wÜ;|mdQTìís¶oêÙG[O÷ÐdÌÖOn__rG&«Ýö”z*‡Ú³–5F:°+GŒ‘bÌîåZeÇ aëc¾ï `[»û0lÀвƒ¢*º"+íÅ'ýfV^ý³6&cÌØK/å±Ý%"iÂPšô³,E»5ÃJ>·¤ùo»º±?ø†‰õD¡„xò?‹·Ö¿ÝPìä½¹ñwóû7ç&·œ¦Qʧ¸µzJcd­Ôx³¿ÔåÇ t·|ž
+¬ée†
+ee€hQ÷öÃÑKjb‡zFÔT"œö:ÝVn—KYän#]=ÙÈ%kl¸ˆoxLqOô9²¬
+q,îÁw,Ö£fCæ}š¾îÓà°R·>݇ü³|:åO§lðéÔ¥´zÐû4ŒO§lx8õiMsäÓpi|ÚÑ‹ú4‡²…,±[ˆAlR¼Ìn!#Llp,í 
+j¸K+ ƒø‚——^?ëŠ:^hó^^ÇÒà÷k•^‘Ù[Jà×b0 åʰÛIHYæ‡?V·_Ö8Ðe/ç<Z?
+–Ñe»RçbT °C“ô’Ùl…í‹€·:{5(Éñ!äUã(O†ULŽá8ˆaT²)¿I“B÷Ö™Ê<Kr8@§¡ŒÚ"ÀëŸ;ûŸ•mí0[§!¦S3òÈ@Ê»òAœ”i¢´”cy¸D\ôù¯ù
+Ùá¶÷H^A¨“†BŸj 5HÁt¥Û <Àö†ýW³p•0}¤Íµm$”—|ßšk¶åˆ3“ÂÊ?çQÇ­ÍI
+´ÒC•0päÊ$ÝusâΕÌ)¥Ã–*¿™X°(f2èA]ʺ›©q(ƒ4÷õù âigÎM$åÜ–ú‡¬=ÅÛuaPˆjSƒKØâjí%ÛçÑn3”lÚÿË[›ËQS_'í’ZÇ|°Ïæâøƒjó{9júK[³º™«º`lÚÙwß0;p\ìòî)ϫȹµ‹ˆ–¼Ë7Ž&U.Ùá¸È®‘.Ô|)M ÄT¨ù!Þï¦éíA£PClšè †T~.mKúœ¹ d‡ÿ\Û.ÈVT/lŸÏ·ªÏ‚ 4“ε—6á²—¶½Ð q±ÎÜÃóu²#û
+N3û0oÁ¿ïÂж"a`r)’B’´!‰ó<ûä’5.Ň‹^ëZ,þÕ“›™L2í¿7$ C³6nÖ®îNÑž¦œØÒEç!cŽMNëZ
+endstream
+endobj
+970 0 obj <<
+/Type /Page
+/Contents 971 0 R
+/Resources 969 0 R
+/MediaBox [0 0 612 792]
+/Parent 943 0 R
+>> endobj
+972 0 obj <<
+/D [970 0 R /XYZ 107 721.862 null]
+>> endobj
+973 0 obj <<
+/D [970 0 R /XYZ 108 682.406 null]
+>> endobj
+974 0 obj <<
+/D [970 0 R /XYZ 108 635.333 null]
+>> endobj
+975 0 obj <<
+/D [970 0 R /XYZ 108 588.259 null]
+>> endobj
+976 0 obj <<
+/D [970 0 R /XYZ 108 541.186 null]
+>> endobj
+977 0 obj <<
+/D [970 0 R /XYZ 108 482.157 null]
+>> endobj
+978 0 obj <<
+/D [970 0 R /XYZ 108 423.128 null]
+>> endobj
+979 0 obj <<
+/D [970 0 R /XYZ 108 292.369 null]
+>> endobj
+980 0 obj <<
+/D [970 0 R /XYZ 108 209.43 null]
+>> endobj
+981 0 obj <<
+/D [970 0 R /XYZ 108 150.401 null]
+>> endobj
+969 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+985 0 obj <<
+/Length 2630
+/Filter /FlateDecode
+>>
+stream
+xÚÍZ[¯ã¶~ß_áGX3¼ˆ¤ i±l´AÖE dû Ûò±°²dHòÙœùïáP7›>·-ÚìÃ/ÃápføÍp¼|q·à‹ïßüyýæ›÷©\$,5&^¬÷ Á&e¼°ðM¹]¬w‹Ÿ£x¹\óèÇå¿×u ,V · a:5ÀÍQ~·\ýäþb[D?À_½síµûûnBóqà8Š[KÕsdH±P’3›Š~P'8ú†ûc|óıIrX©Ä2®bhÄ,ñ‡ø$Tܲ]Þž²m>ì›Â¾Ò¸“Ä,aÐL$š­E»\)Å£]qÌ«¶¨+êæm—mÊ¢=ä~¾;äÔ@öEuGMÞ}És¿fWw=³&[
+}ñ›‡‘‡“k~ic¦mÜ~8Hà J1;R³mS3â½îå+ª¢+²Ò©u¥¤b8¬„`©ö‡¾_JeåH°:h ”’°`°»8u!j&ã¹%¯L'L¤)2c’ñ„»¬ùœ7·Îi8K­ì9¿ qk&bª³²¸;t·Y®´`œ§—öÏ[Ô[,H™-µ7uwÀ–ŒŽç²+Nåß0 
+\°êHŒýRð(ÛvuÓ¾¥yíS{€Ñ¬8ÿ)°õLk†’ɼeöbù|‡î ¾ ðŸ (üç=Ñ&D²j‡§IzIf{IÉ•<û0:x˜ø±õxštVd˜íp㼃>$¥»çÛ®À[v0ƒû9Ã¥QWÙ©©qò¾Øå4
+†ˆ“ËüÅU
+lô‰sÙ´=èýSÇç×軪M»‰ñ&C'óÕT’¡ºŒ…7¹/Tõ±¨2? /óy1ê~ð’dë¹@ÓçSŸü樻_`‰ŒÓèKS@Š[ùNU7lÁsˆ¨ãb[ÜçðÐè³’`žæL­‚ Y?„.šicŸzÞXqͬ}õci¼åÈ-û¥ho2Ô S#yÝË™½
+Ë]þËó^¦ Ëu¯Ô6ß®<ˆB¼áâ"¬GWB—0½s™ ç2Sç2ÉH5i²žß0¿=7C]v9zy•{2S¦›>æJYfæõX²[¾Ò4BÀ£–[©T¹”ú¶Ô÷Y6¡áO™Þ»"àcyY§6Ú-`Ø¡!­ô†„¤¨X+Ä&ÙJZå Ú8æn“#£w·#ëí×ú¹z ¡åmvô´C0õÛâÝÇo1\yðÈØÎõäÞJ2£M¶ýüŽ£œˆ0f„ÈRlŠ²è¾¥1WÑJµßN‚¶`¨ñƒÄ§¥N]a‰¹’ M3mèú§9´FiH)¸Á¹LËÝ;x¬}…ÏñX
+Ø×ùòl{x,ÏH9 5üYiÆüézÊSý¯«›ËÄޟ׻ ™Âö ½Wâð{%ß+ȾڅJÀð¸ß—_W6L)ýxR¥„d&µ×°¿|û=xz(¶ÏoÊÓ±ýP案Éœ“ÃgDô,
+endstream
+endobj
+984 0 obj <<
+/Type /Page
+/Contents 985 0 R
+/Resources 983 0 R
+/MediaBox [0 0 612 792]
+/Parent 995 0 R
+/Annots [ 982 0 R ]
+>> endobj
+982 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [291.62 573.958 313.538 583.929]
+/A << /S /GoTo /D (subsubsection.4.5.2) >>
+>> endobj
+986 0 obj <<
+/D [984 0 R /XYZ 107 721.862 null]
+>> endobj
+987 0 obj <<
+/D [984 0 R /XYZ 108 682.406 null]
+>> endobj
+988 0 obj <<
+/D [984 0 R /XYZ 108 635.597 null]
+>> endobj
+989 0 obj <<
+/D [984 0 R /XYZ 108 564.878 null]
+>> endobj
+990 0 obj <<
+/D [984 0 R /XYZ 108 518.07 null]
+>> endobj
+991 0 obj <<
+/D [984 0 R /XYZ 108 471.261 null]
+>> endobj
+992 0 obj <<
+/D [984 0 R /XYZ 108 424.452 null]
+>> endobj
+993 0 obj <<
+/D [984 0 R /XYZ 108 377.644 null]
+>> endobj
+994 0 obj <<
+/D [984 0 R /XYZ 108 155.464 null]
+>> endobj
+983 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F11 570 0 R /F8 585 0 R /F93 433 0 R /F118 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+999 0 obj <<
+/Length 2976
+/Filter /FlateDecode
+>>
+stream
+xÚÕZÝܶ÷_±oÖwŒ(ê³ovb.Ò4¨/E¦@y+Þ­’]i-i}qŠþï/JÔZk§EÑ´/·Ô‡3¿™!/Þ<nâÍoŸ½¼{öÅë*Ù”ªÊóts÷°Ñq©’$Ýð[ÅÅæ®Þü%J··:Îâèõö¯w¿£ …Ò…Ñ4¡RÆ$ÀFþa{›'ѧqc£âÊ{±Â(WU2ñùj{›$ÑŸ¶…±·¹Ž¾!Æ_ÒßWDùjeS)žÉwŸ[å-1z%2ãß·k’CSû)j{kt’eQVáÐg±hò‹× !˜”æ¥ÁI °Te Ë­IU)zü^›ôøpjv{×<îÇi­
+ÖJr/VU1ÉwÃ#–œSU•“8ǧ¦÷+ o3­bPü­Î”Ñ"ÇÝÞ 4çQÝ];4];ð÷0v½t[í¥-SÛ¶57xMjv2ÇOø>Ž“Ç3³Ê¢]ïìèdÚý‡‹±ÇnÖ½Û¹v<È€]w<Î[QíE¤)üjUeoŒT±¢…¤»ð:sí6£÷Mßµ°÷N4)RÐIƒ*(²è([âÉõ{{ú½c"í¾›vt½dèØ1uow?nu¹~á=wð€4²MíçË"°ë†Îˆ§nhF8Ž¦}œVƒýlny ¼Ûœ7Â
+ÌÊè±·§}³Âñnu¡³*²½Œ::ÛŽÜ$Yà—¶càxêÛ®=|øô‡ëªTy™‡ÆçÚúšÒÓR™x²e8Ì#[
+|èîíξ7,¬{dš{w¶‡IXÖ@
+Î[–Ëg$Ùl¡Ðæu á-4 Ò4„Á@oøë~›ÄÑy £*b¸,S™ž@å÷„¯éï·„ošVÍΙŸYwnàÅÚNí@šþ‰>–M‡%¶­?Eè:û1Á>ŽŠ›/†ykó <wÒ›.*A®…ÞX„É,½uƒ«îmûèêþzì»óIl,V<¡é{wp[Xä=.N$ýéãižö±>“¸Piùoª³,&è«)X"@#k‹®¡5Èþ&“˳H1ÉÃ`(+1¹2™^* –Øñdæ=#EGÍ÷Y!AÌŠ©¨0$Ãkîzj<^_øXyœV¡ ö½»âb±Êg]*^ìM ›~Ù^l«½NHñcpS8ÛáÔµ5žúš|…VIš…òm®‹gÀsòbÍ VFe‘ ³Çˆ<–Ž°ŠºÝîÌZFö –ɶ%§YM‹¿Þ§‚AQ]‰7¼JàJ°ü°ïÎý¤Eç…îDd’ŒH×>ôÐP‚¾AÜ1E<¹pÇ^À ’,¿×,¾ÃY®Š®n³
+RÊKë'±ÿ?õ¼ûßÔóåÅG©Iv™tPÆoÀ%æ
+ü:Ú]ß Ü>û!ö
+}¾¼e÷x(ç„¥Ï ¡q°Ì3yê'ªçþ#~ŠORd^ìø Ý)Tчî̺kŸo56üù#¥
+ºÁSž¸r€V(oB·M7Ü¢ø¸Ækâcâ€i4þÌ—J…ƒAÓA …LƵTÑ" ·€ûŒ—We|Ý‘”ïQ8ßðM_Ÿ±†Öî_£­uëEgÕdæ‡>›{à®ÒjN|›F:'™ØÖíÇ’m‡PM=),cï›Cƒ¤‘2
+,Ls…ã0ñ"K«Àâ7·Ñy~‘·IúþÐ0cŸ*Ìî²Ò\æ󚇃7×rjC|]äÔ»á„/5°etq-u6pãå‡V¨LŤ¯8TP•"Œi‚B…¡¿Ú¤þ¦¯…±••g¯†ð /« Ïí0¤è܇],µJ}_vmË
+t³D+ Y»JâÉëæ}ƒÏÌbÂ`à@%ÎÇŠ-¡ÜN¦éTÂÄî~´TªÀDÖR/4‡¯pkbAn_ÄSëêšÇ·ç#Þ ˜"òÏËèo ؇ùèoZÔ \I´Š
+‘ðÑwƈÁQ\Ãgùê+B<ÁH€"ðë® ^Í/U´Ë÷N`á3‡“ƒð³©¬§°¤Õ•!HfªœêS7TøŽt†4åzÞ
+¹bRå¿Vº­cHU««éög¥×0±(“ÿ–øÙ'Ón ±"Ç[yp,Mø0X¦SÞ=÷]˜B+Èe̜ˤєÉPÇÊia”¤
+endstream
+endobj
+998 0 obj <<
+/Type /Page
+/Contents 999 0 R
+/Resources 997 0 R
+/MediaBox [0 0 612 792]
+/Parent 995 0 R
+>> endobj
+1000 0 obj <<
+/D [998 0 R /XYZ 107 721.862 null]
+>> endobj
+1001 0 obj <<
+/D [998 0 R /XYZ 108 682.406 null]
+>> endobj
+1002 0 obj <<
+/D [998 0 R /XYZ 108 563.602 null]
+>> endobj
+234 0 obj <<
+/D [998 0 R /XYZ 108 493.823 null]
+>> endobj
+238 0 obj <<
+/D [998 0 R /XYZ 108 480.543 null]
+>> endobj
+1003 0 obj <<
+/D [998 0 R /XYZ 108 457.534 null]
+>> endobj
+1004 0 obj <<
+/D [998 0 R /XYZ 108 268.409 null]
+>> endobj
+997 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F103 434 0 R /F93 433 0 R /F118 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1007 0 obj <<
+/Length 3365
+/Filter /FlateDecode
+>>
+stream
+xÚÝÛ²Û¶ñÝ_¡·P3:Þó'vêNë´‰ÚÉ4ÉLy$ê&!“”í“Lÿ½{o²“Æ™vú"‹°Xì Ww«põÅ“§Û'?/Ì*WEšÆ«ía¥Ã\¯2ø/ÂlµÝ¯¾ âõ“0x¾þ~ûGš)Eš&*Š ¬F˜_®oR|5àMŽTX8´O= ¥ª0Ã:Ÿ¯oŒ þ¾Î"À½Iuð’þŒ~ŸäsÏ&Q¡tœ¹Eþö¾]¾¦…ž Íøûµrhj7E­o"m’$HCD}
+'?~‚IqšG8 «h¹‰Œ2EÁ³¿ÓQ|Ø5ÝùX7ÕϲW´*`/“â´$Qù¸Ù=chOP"•§‰Ã8Ö]ïYF¥‘Cªe™¸Lê0þ…«›,QEž
+ pÅ=«nÃH3éÙ¸5«)*·'’MóH9øÙñyf‘ÝWˆYÄL)z€DÒ–õ^»Ë¯ µnWW Õ °ãT²°!ä8 ,GmúÖʲ¦xä…›ÏÄÅ(µ¨»ãs·l²ñɉ;_ê1ÐIIB•æ¹¦A…[¼íۻɌ0:¨'vE´!¬(Øú©j-·PLIÌûµÈJÑÜžÿù”¸o³w*‡‹’)⑶:–oéà{ðyÐvlX¶ù³«}s_qå4’-À:ÃÏà /yŒeÇCÓCÓD- œÊQº— £(´]ÏвÙs”ËrÛ{Ø™ œ6 {¸dÍ(8–nAb‹O|AÚvÈîuÀ¢©Ç&­”8µ€ÆH]"fM]“L¥fâÜw·»£E“)¶njd•™Á?~!ð…þ4üy–¿‘Üñ«ß´ÉÜSF¡ÊÈå?v”ƀеÒ8ЊsW\&¶å²¡Ed9 4öx´xyo†É粿WÜÜ:´‘ånY]Ä°òà ;fl>½aÁ¡Ö±*âØg°L1Ê–)†5 ^³@z÷-ÙŽ»n]Å]$ïÁM&‹­á¸°N3Á¸›k#¨¨ÒÎCÿvmÂà‚Ç‘F0|'T_Ìk2= #fb°¸VAŸñ¢&眧ªDE9
+•.톻¢p"!áu ‰òÇòêb’¥€Lиû\@ØÌEZe É7 Ùi>d耬èWÓ¯™@ŒäïO' q‘…Z.9 G»iM‰ð?(5~1É·— òÄÚÀ&!û«‹lð!€à>ÉøS¬[ä2´kÛ7<z_¢!|ÍÃCÖ;ŠZ`‹O2â 2À9ǯDöQ³†DꊠeqÎ{ØAT=«)ˆÍ˜'ÀYz¦»³'9ï¾n%E .úMôm61&ÖOÐD™2 ÕD –,3
+Ýá¯2#)8îÁŒ|´N’@Êlç¶BN¾å%Rš{è b0•Qlû£âîÄñŒ±¸s<T=»—ŠY÷Ðôå[^*Y¸m]ЂÎ×»’Š+D \”µ+nÜŠ9$9žš®6
+?SG¡z¿ÐïËìà^FÛ#\±§ºç~vþá)ƒ»]ÕsãöÁˆ0!æOò˜1´Y¥s¤h’ÖMÝ×åñø ·
+|M³bî¯4¿/™Xs‚ÿ Œ{ÅÍ/)e‡¹>lÜ!ÑØ(e€Ê`”>QŸõ [·i«sÅ% _YƒpVmyG}"š^QRi؆*½œVBo5ì°¨q1œIŠqxlzBŸ%ù¢Fε?@ãÇŽØLj
+±{‘¨$ð
+À‡ö|&AtÕE“˜á€
+endstream
+endobj
+1006 0 obj <<
+/Type /Page
+/Contents 1007 0 R
+/Resources 1005 0 R
+/MediaBox [0 0 612 792]
+/Parent 995 0 R
+/Annots [ 996 0 R ]
+>> endobj
+996 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.02 622.272 159.938 633.176]
+/A << /S /GoTo /D (subsubsection.4.2.5) >>
+>> endobj
+1008 0 obj <<
+/D [1006 0 R /XYZ 107 721.862 null]
+>> endobj
+1009 0 obj <<
+/D [1006 0 R /XYZ 108 684 null]
+>> endobj
+1010 0 obj <<
+/D [1006 0 R /XYZ 108 566.605 null]
+>> endobj
+242 0 obj <<
+/D [1006 0 R /XYZ 108 464.045 null]
+>> endobj
+1011 0 obj <<
+/D [1006 0 R /XYZ 108 336.788 null]
+>> endobj
+1012 0 obj <<
+/D [1006 0 R /XYZ 108 231.348 null]
+>> endobj
+1005 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1016 0 obj <<
+/Length 2766
+/Filter /FlateDecode
+>>
+stream
+xÚÕYY“ÛÆ~ß_Á—”É29ÁÌà´Ê>c¥’Ø‘VIª$U €$J@ VZ—ÿ{úÂ
+FÕ¶K§€ßA¾YØÃWAâ€W­˜mz$¼NчfO„mñã¥l EZó‚ÉÞOeVö'‘ÅÅDÈâተ]7¹œ†Ò‚·Y¸ÉN[ñüI¥fƒè#RÓ£ûyTjúJjÓùPy±s:Ÿ.œ‘(c;Ñ"V%ë§{þŠëðu£ÁF&Ï é6ËŽÉîÛ¦>ly¬nø[´mÓÎÉÄoçŸMOÆ)íúao¶ “ýýFÃø„²¿©ûLöä
+W”ÕyÀ-€‰´'£F Ðð÷PôWÈATGèD€>¬\˜Ç^#‰&ûñ
+D ¶Áƒ¤eÍßš®žµå¹ç>:øSÑme}/œ‚ÎÏð!6àÁH!}¹+Ì2YOý¼Mqä~·äøÙñ¤Œ‡6­:§Ìî’ayÊø Ä0v©Ð)úÕôk&#V‹g¤žD!u?Pž§ÇŒÁÄë¿‚{‰‚õ'YÀíÆjJ d'8À§ ·HïKÖð½d ¼v ߉& îÑ!;´Xí»6[‰6
+“BÆà
+ê& L‡¿„ºÕ>«òÿ_æé-qï{*ôãÿîKü­Ç3´n¿NÑÍYc!”½Œ-ƒâkÏü'®8»@iº³º¼{Æñùl˜õ‘ß©½†`ü±CB£šÑF5Ù¨™Ø(ðœI@7õˆgÐóm™‡KÇxEÉÜЫ
+µÄ~¨dO$ ¿É‚/NUƒ¨Y`ÃÑþcÚ§•öü¹ö±²ý@jöTêG ‰,À¼À™ÄYËà8I¨ù­ã¾Âð|>Âj˜ë "¯¡ÎRO .>ḮP<öe‘¥—n±"”àRc¬ß: Uý:ý–Hå  Æò¬è8%ƒqºš´¯—
+B;a W‚eéPŸš
+‡±Q¤Án̵ÒK SƉâðÈ   ™vSÀ6& 5aèä͘ ÂÚ÷œç1#˜ÞCÆÙ7.‡Îw †Š1Miñm¶¼Úå•ð2.ÕL%ù„©Mû‚)9{^N?ª8Èš«DY.™4"îX
+¦uäµÏÊZºôBð½za¸á‰ŸæÜóB›pm"™(nÞ²M¯vÜ^Bás‚Eór/º/Ú¢F
+ìÕ+LJz³ëÇÊ‹œVwH–/Ræ6üxèðM¬1õ‘üÄЃpë ±¬&e‘Åì™õZ¶9»:Ì‹‡ƒ0–DWØENb}<Ñ}ѹҕ¨(6³T<Ë1Åx1úEÝ5•´À)wƒö]ù¶íPikê2n4‚Îù´ær8n‡-ø[ŠO£z–ÇÈ‘ãÎàPל½'#ºÁÍ>šì^jŽGíûMˆ¹=Ĉ§à 8#ÕC"ºä{a< ÊŸòxPojÒ“˜ç‹ZÁ`•ºˆ
+=˜¾v…ë0>†Âä_@»Xç
+F§ˆRº²Í.UקƒûÇa¹ôWÿ—¿ü‡·ª$Þñ_çÓE¼ÄÐy0ÄwÆTTLÛþ‘¿ç0hJ’GGwÌ
+Ԣ뚼�
+endstream
+endobj
+1015 0 obj <<
+/Type /Page
+/Contents 1016 0 R
+/Resources 1014 0 R
+/MediaBox [0 0 612 792]
+/Parent 995 0 R
+/Annots [ 1013 0 R ]
+>> endobj
+1013 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [337.248 440.817 347.111 453.915]
+/A << /S /GoTo /D (Hfootnote.16) >>
+>> endobj
+1017 0 obj <<
+/D [1015 0 R /XYZ 107 721.862 null]
+>> endobj
+1018 0 obj <<
+/D [1015 0 R /XYZ 108 663.039 null]
+>> endobj
+246 0 obj <<
+/D [1015 0 R /XYZ 108 523.851 null]
+>> endobj
+1019 0 obj <<
+/D [1015 0 R /XYZ 108 502.88 null]
+>> endobj
+1020 0 obj <<
+/D [1015 0 R /XYZ 122.346 223.885 null]
+>> endobj
+1014 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F8 585 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1023 0 obj <<
+/Length 3799
+/Filter /FlateDecode
+>>
+stream
+xÚíZY“ã¶~ß_1o¡ª4.‚¤ßÖöÚÙT|”=Iœ²] %Q3Œ)’!©oíO7<í1ëØ)¿ˆ 6>¾n€_\_ð‹ÏŸ||õäŸ%ò"f‰1úâj!x̤Ô<]\í.¾ôêRðŸ­~¼ú³ý b"RÂ~0¥$P³#¿Z]|3Œ›VŒ'ý°§B†%r óéêRÊào«HÁØK#‚/-áOìï3Ûó©g•0¡£žÈ_ÏÍò­%ôÌñŒ¿ßú8‡¦è?a«K%dFâÐ'ÜIÒ~“À7Òà7 /Íd_\*ÍâQŒ Df…ý•“ž^ÈŸL¸N"n¹Ö!ã|àᛉž®t\ÙæsÛM‚úØŒtðÅ0R %¬0%ì#Žÿj2þŠÆƒÀµC“MêùØ~õ—ÉäNZÀ6ˆK›XÙ¥³2 €"Ü,Ç?¥Û¬;ì_¤MžnŠì•[¤šÈ,2LŠ°_ä£-âÉÅb3ŒèîêÌCF‚àÝ ÜÇâŒÌk/‚3aä›óR¦/R°0JÎòb•—iq|fFÁàØÇ(a:6Ð, Ãù†Ö¿oèÿφ^Õ&-ÎÚ©à†E£7ú}_%û*9ˆ¤ÛWãÛ×ú÷}ý­ïëÂïËã!kò­×ÿ
+£~E2<¯[æCù<@†‰OÈ°Nó
+¼XÀ,ôpâüÛ¥‡è¥J$±žë¬/‹ô‡$@bx„.!a”°<Šÿ+—¥cÛ7›ŽY4¦/V2 âAÁI Y5A=°!‚"m;êÚWdžZiã>H7h™yÚåUÙö#ú¸»qq›žlðŽZ·ywã(•ôEZ_’#ˆ#¦õÂÔMU¿‰[
+6ùQC];§ÅgêqKÈW…†Ú¶Áô`ëb/€³r—]z³Zª]»8B‘ž…ž÷ ?6l½ÁðS»—Ä,™œV€"ûFOK‘ ´ L/ò¦*YÙ‹oãl•™c#/ÀŸ/Æ¡âsoQÒÖýk7j"Uü¦"lòñ°°Fê¼Hø®›êX£›T:xî«®€ $ïxÓÇ@$SosTeqçõ’XwŸÁ—mU–ßø<åiˆtbHŸ!Cx¥ˆÄA‰NÓC'Æ}G¥,Ñ›;J†ïËîn/¾Î}&b…T-÷VR$,Q¾×—*†@§’ûU*Çýö\ÙB~Öù’ФP~€» VùñrH®¯›´vé4Ú{‘õÅQQA.àÎS¼‹º„¨?8„ŽtSÙëÉò²
+þi/o óVåË?ð.È 9Ïܪfˆˆ–,¸Y¦1ä†÷2ÕùL¤×Ñc%ãf ç@´âñèòKLìé})ã®ñQ41¤j‹ü'”±Ý£(ø—WÅ9‹F¥J›¦º½±7 ÷›•×Þ„> æï¿úÑ'Xsz>žá}Çï,&ÇDËQu…þ(p‚€VÚ×Ýúh WåðÅVL±UÄ{šTÝŠD„Y£þ}á\b=5íq¿Ï_žÅ¢Œ(z#„Àò䗺Jy^á¥oÎÜá½kFÒ–º;wáDq:„À!<r,]Þ¢xK È·9ÝI‚¾Cºs_xR²gôJ; JÜ°e±¦LN¡ ë•|™i2Æ|[A¬¼Ÿ&»ƒ ðÛjáv•…þh€é`>‰;ØðÙ¡î¥CýÒ ý6•€„ßÇï^´’ƒƒjïÊ.}Iüì«f“[ m”·–óŸSöá?p¥sÊοh"_à¡2†l×5Ú–½ß •HàlG£¾t‰þMo.º»pøW¾§çæ¡H… üa+’#Ù) ko4Ä‹ÀæÑNaÔânòàÄçžöÝ=ký)˜Àز¼ ãMÓßê•C[$NlÕ…MÍŒš^wK©b׳>£´oñššŽMRTc%ˆ…:CO$k[T_Œs¬LYμ'Ï®žüœ¨H5
+endstream
+endobj
+1022 0 obj <<
+/Type /Page
+/Contents 1023 0 R
+/Resources 1021 0 R
+/MediaBox [0 0 612 792]
+/Parent 995 0 R
+>> endobj
+1024 0 obj <<
+/D [1022 0 R /XYZ 107 721.862 null]
+>> endobj
+250 0 obj <<
+/D [1022 0 R /XYZ 108 684 null]
+>> endobj
+1025 0 obj <<
+/D [1022 0 R /XYZ 108 663.138 null]
+>> endobj
+1021 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1029 0 obj <<
+/Length 3004
+/Filter /FlateDecode
+>>
+stream
+xÚÝZë“Û¶ÿî¿Bß*M%”
+KQ†" Ã)ÙW(uU“n Þ|ÊAÙfI3Mw<V [ËmÕ‘â;7ÃûMÞ¤‰Mµåñ†¤ÖÙØÓ@ÓE›fõõŒß}ýböÖE(¦Öm$s42;p¦Hw9oØ5mu੺®PWd>ÁoLŽä”³ho|Ö"„ ¶ÁÃíÅ7KU
+-t‹ˆE IŠÁ¦ªkÓ«rkßNí X>X„›8Ç€ 5DA5æ@Ø—=|DH‡'ˆð›þôà¦$•Ð %¹¶¾eŽ+ºò2˜'GÑA¯"ŽY‡ñD‡cÃÛš¾žwû–&vd\óÖS!³P$Y8xz="j%²$v+]ر´×·¼{EZs´«ö{ž‰‰a ásÊæ¡#´˜X¨P¼M×ÜýÝò‹ª¸¿Ã#º÷°º¡Œ™^Hô ‚b`R1iF`¹MS\—S¶ =*øjž× Ô8玪ñO¢Æ)ÏñxÖ€¡qªGñžöz˜3 ¥ Vþ¹À
+NDŠRÂÄhÖÇd´´ç­U‡£PàÙ Òq0øï4
+™Ž¡E,¢¬"ëÊ…Þ)þ€¡¢úØ)1h’)àhmèj]ÃF]<¯NæÇÑTÑnvô€$ébI7”_1:S‘ü˜&?X R7×àDQä…×ë4­@=$ 9
+ö)ã#°[0e“—Ì)ìíóÇje¥ÇþsØUëû<-‡¤¼“iò8WfÊ €‹»ÖÔ?+¹PvÌ)Ý@±z˜sj°˜;3Á2@ ³Ä±\JßCº »lSÔmìB-Ed—Òcݳ£ÙâóÑÆ'@‹HÐÉ2@¡éƒ“
+­ ®Êð¢q•‰¡rÌ¥s h5wò”|]¯]‡À54`k+I%9ìÆâ«\£qy+ˆâ7$mE8ÃåxZ옼hÔ¼©‹ ŸM–€;œDÇHÇazëé.`Wd ŽP%3¢9éáÚ5®¢'q-–^+cØ;I\þÖ+³ŽD49èÔ§}“÷5![TÖù†Ð[Ëìôjó¾+jì…Q$Hc‘¤éTv†gûRÕÞØ#ÅÈ_bKKsÌÆ+I«9ÔkÛòð‹+Eš‰Ý‘áô€±‰Ø'à$"h£>.ã —¡°omò¦*—nšùãb«@dÑzÏ„‚9ÉN40Ô§Sí˜^t>/Üex]µÞ!x²ÌF¸P%1E¸þeäú:Q.š€ó$ä¬ô´<%
+“×°Êúþ,¡Íý &/y> Õl4}µ$H›8YÓÈfû$füHcJÝ0°©;‰Ñè()~˜RÊÏË«‚Tè,üï ¼jÚÛ=sxbfND@j[? M fáª?}ž8°RIÎÖUx]J–MÒ×Ú\åïà+7¦m€§Öú¤Þ8Ùaš"cˆôj›ês?‚ H]a6©·-ìóÕlØ”O/ÙÚÛ£·Û9}´dëÉÜûXalôd^>ô™ @’òÌɾhZ%
+Ï3N„J= cüyÇŒ
+îr(LJ·8tû6/MÕ5îKîPíqí¾£ë¸ª§žeðË5ø H”¯¿çòëÕ=÷ïäiÿnù°¯P_ïé}8„¾Sˆ”H“>H_yû9#ñö- Ø"ý•úéDúWú DèDÎüe,ph9^…>rJÄCùÒWõæ}g¿P¾-öú¼.††
+W»ñú¼um"üÊEs6¯‹rø£Aùôoø¡ô|Ã?VûÛ}Qš»+¹¼RË+½¼
+Ÿl"üéOgóm£<éŽD…RF±4ö}ÊÒðÇ!^Óðª]ÕÕ4"=º¹tT†ïöö`ûü@²:¢;òÿ²àÁš×ñ/Iô"]ûF.7²<ßbmoJf m#3êHáDcŽy·†ŸÓ§ \`ÿÐÃ9/¤/(8ZßÒ5w1p¹ûâ0ŠXÚÇ|cÃ.¸´'ÓEãµr•¤">HNÏñ­ü~yu¦-ˆøC³ìŒÙ¯4¤—X†`ßïBí°`TÁHù¶ËRØMO#ˆØ<`ÀÌ‚Qî ,1d¹Û‡æêÛ3ÕBY£­|ÿ=
+”
+endstream
+endobj
+1028 0 obj <<
+/Type /Page
+/Contents 1029 0 R
+/Resources 1027 0 R
+/MediaBox [0 0 612 792]
+/Parent 995 0 R
+/Annots [ 1026 0 R ]
+>> endobj
+1026 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [372.043 635.019 393.961 645.923]
+/A << /S /GoTo /D (subsubsection.4.4.3) >>
+>> endobj
+1030 0 obj <<
+/D [1028 0 R /XYZ 107 721.862 null]
+>> endobj
+1031 0 obj <<
+/D [1028 0 R /XYZ 108 501.99 null]
+>> endobj
+1032 0 obj <<
+/D [1028 0 R /XYZ 108 303.753 null]
+>> endobj
+1027 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F118 517 0 R /F93 433 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1036 0 obj <<
+/Length 3923
+/Filter /FlateDecode
+>>
+stream
+xÚÍZ[³Û¶~ϯ8o‘&J
+œÄ¦h´Ã7ZMr§&@© £ÑZˆC1˜Ú¾ª¶1tÍøµño€ÕLöÜ€vö$-¥¦£"§*ÇS]¬©Ôd‹a.sÒ­ô¼¸™-_”;æ®Ü Œ?/¹Î8€FÆ Z5w«ù ¤hléÍÓ
+‘ðï|4˜ÂmÀD˜Ã6ÍÂòGì NïÇ4WdÅ(òeVOZl·ÜêØ
+®ý¾¨ólŒ&(ç.2Ê
+l˜D#„•<ëŽVÜo:ˆu(!|62¹Ð#ôÔ¦šš{/ôþ0"^/„U3Òfã²ây|Ëèní~á¿>
+ÕK}çÉøXåÂx{¼¤cq:8_ĉEK~C*ä|ñW˜9Ñ÷úÄc6©ä
+–æÉlÜ3·G3³&õ'jÕßü¡µ1ù¤Ir ³1•I·WÌBÉt^ˆà!¿²AͲ‡Ö °n<
+øâ‰!dñŠYÁ=ãLŽ×B›û[¿*^W—ÀP][›tžî‡¹2€™ü Ѓ¬Ë}Õ<TêFÜwË7 @N«»L'Ö
+då·iÛ¤T åE)îJ8´íqÈûH"4G|ò„QJkíÓø±X¥ÿ¯BÔ¶ÿ±¤áX~ˆ u„…”öG”öà3i?|äoæÈÝbbÝ—êmº-N“Ç+MstÂ`ÖÛù‹K·"&çàÞlâBLƒ“®ãÈcç\ïéÝ£“ö]ØYŸ+w 6&˜E
+}˜þåúWx”Ä\|ý.PKƒÔGp·×O½³ùo¼CüjÊ×îÚ†½½Jgù?Ù¯d/~\ÊÈô|j¯¤">xîªttWÕÞ[¥!ŸyŸùwDž…*yXÈÓ9f<Oí\Ê=ûrw®«žUž½Ë¦„ Þí©ì
+—ášc~}ç¦Ýž76tëºO?5z§–|Žå¶*<äiÙš›_Óì¹þàµcºQ¢pÔˆêsÈpù­JÃäh”EêO?EöKˆO:.îœMÌÒQqOÞfËLPéV_ò\q–DÆññÀH =àY¼N÷OúÑ{Iç+˜ÌW\˜oünó 3¬RÐ ”2ãÆ\›ë)èQQ£ ?{ËÛt*”zV%:ˆ~¤½*1Y¼õV6úÚnO„é=k¤à=küïlïñ$“ûÓDAÕÈíÃœÎOµY9¼ª:P’AÊ;;;Ñ7¥3¯TO~©Þ^ãÎ  €ñU9<ʃ-=XC×—²;C£*2´¦²ê‰Ø—x9p ‹ç™¹xžÑùUF'ŒÚOúïÊáÜ5}¨ ¢£Fšú>Å8=3zÙ6“0˜‚ðÓ²äÐÅÉP]ö±5¿ƒ¦ÏïŒc9 :÷I‘ÿKÛ¼ë8ZËûÚB&@0Çs]ÕÁ·C´åÚhÒt¼áíPP¨:‘¤,~¯ÍP÷†÷E¼>_ï‚(€üŸô.ÈEcPûà(ÚÙ”E)÷×ÿ"Š‚ãAàò.¿·¼oiÒ%x_™¤ŠI™À¿áÉ1w$ëĨíý–ö3@µéä\øÂÃ=xRþ¿c“;ö0eŠ»üá¯C ¼Ê4–Ü¿ %e,s³HŒžîh­áËßïÆŸþâIø|r…S+hf§³Îb`B+!<oÒ.;³ÿ¯?û/Pd°
+endstream
+endobj
+1035 0 obj <<
+/Type /Page
+/Contents 1036 0 R
+/Resources 1034 0 R
+/MediaBox [0 0 612 792]
+/Parent 1038 0 R
+>> endobj
+1037 0 obj <<
+/D [1035 0 R /XYZ 107 721.862 null]
+>> endobj
+254 0 obj <<
+/D [1035 0 R /XYZ 108 211.422 null]
+>> endobj
+1034 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F88 436 0 R /F93 433 0 R /F118 517 0 R /F103 434 0 R /F8 585 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1043 0 obj <<
+/Length 4135
+/Filter /FlateDecode
+>>
+stream
+xڽ˒Û6òÛRµ„
+»ÖÔQÓùÚö®„ï:‚÷V\y·ôhN£ÿw(SwqC½…}©° Á:ý»Â«TCýÕa§›"£~ÿï}£Û¶¨+F3þXqν´<ô8×7–ErB®s–(E„ni
+çñdŽdq¨z6ÂÂ0öI…ýœbØ‹qFȤö¢L›½ R#‚X„üAäqê¨z,¤å”º©©oßÔù!ÓÔ½¯‹ª³“k;Yo:Ê¢ÒœÎÂ.lW}èÚ"׋WZÃÕÍ6žFnšzçdJX ¢¹ŸÈ®Œ„Ä)KbœfÊ·Œæ]Ê„³˜‡(ƒ,°»Úµ&ì•òÔ’|¶¤p,0“I <´éj‹ˆ­z¯›´3ûOF–mM-Ô
+˜œZÛ}Cºx)ýåºÍšboà™²SÀg%€5çó°màÔœ2$Aä½Ä‰óZð;<Ÿ­†vO¨3ûb"°?Ÿ^,¤œpܱÁ—<
+À Û ¡Š?XËžè]»"Ÿn¿åfjÅ m²µåÒäEŠBð02\ìU]–5*ÝÔæéL Ç$p®HQˆ‡ B’…6}ÜÝ
+Ÿð¶éˆÿðüùÍ×>¼¦K˜vârI¾¶¯Ë[ÜÔ4ŸÞ¥mæÕ™Z›5qü“Ë“¾<Œæø¾ry)&Õ°ùÏ­éš¹'²k}Úî´kœøàERT°n˜® a(©Óú.¡À{Ó2;”i‡F̌оÃé[K½fÛ%)eû-†|±“&¡$ã\œ¤ê× U¯OR%¬ÉkÝ®iù!—GœŠŽ:ÁØ ¦Q©…çÏÜ!AØQ+x«P™ º®¶‡–Z•.(°À0Z›&ÝÑq5’$òСo :ˆ¬ „:wºÛÖ9µ‰¹Q`æT9±6êM[Ô‡Ù×ÚÎ7¢µ¶HÖ®8:„3\x“쥭ë¸òXûîŒ+,ž8v„{´YŸçpgô7.¢ 'Œ¿LrƒÂõviÖÔXeá}}[TéÆÍŠû^Úv}hѤD3¨Ìa^ʲäÛz
+Z…Bt,„<_§m‘¹ü·bBò/SoˆYÈ“Vk»üàózµ1k¢9·ô?dsóˆ
+43ؗܘJ%«ÏM"ý0¥¬hlðõ¡Aznå=¬+ŒLÚ#×Öõ¿/L
+|$ß/I Ì›&ï@{oªÖÚ@åuí{vCƃ4CÌrÂêÊ0!4šH€µq„p—ÕA Ñœem½3Ìë¡2ªoÜcÜ—_̱BÐ7#Ò*-o[s‚ÂÉîni*x> aô¶ñ….s›‘âøËŠFŽÖ‰'“ÜÁiE¥X(n¤®jδäµvQ,3²1êlñ$/Ö9žƒ’k096HÀpm0zá(i¨›á¬\‚G”½Æ†TôV •á™Ì4tŠ<Æ©ýþQ?ØGÝì!ßoélÇξjAÏe&2 OÏÊÖ)•RE,•Óe…AMÇÂ0‘ß‹ $*\X}£^RÀÿÆ)x6gº¸×¤y‘V%‰G%º±Ò¾q]—#ÅxNG°r‚`¹ ]Cx‘Óó ïkz¶©BÐË”‰žÉˆXkš,œôýš#R²‹?­»?u±”ÞSB؃ßfC‰©K@#Á’ñtãª_bßUVP‡¦™ýöHMùÑäâp˧®éƒû4q¬Sš}hv_èÕÞ28»¹[OKøâ(ç§ú³)…8ye”¦Ûîî§4‚D)x0¥HÊÎ}áIìÂœf( HQw·X3'è!5£¬n´àã…Î
+K¬LôàÂRÛï,–,ˆƒÅ2ñ©UNTŸ–åiÜ!{Þ§NÌ2f‘ÎQ‘¥¹ÆS6̃üîÄj‘¡¾‡ “E´óAÿ½§˹5U~S ®@‹´\»…RM2&µúéér
+!N¡…çIr/q¯ð³«¸r¼õa²ÑcÑêÏçÒ¥€ëÑÂàÍvÂ¥°ï\#s ;GáÄìôjFÚ;ׂEꎒ§Öxç û¥ò1èÊy áÕ»GËý•G(ãŽ:s~ùÖ[¡"'gcÈòù—ôFæC‹ÈêU­¯‹ƒ±˜)Éû#I|õ@6÷kÀéßÔÍ.í+s‰âà2ü0¹«è÷<;7t
+ÿýþ"
+ZgÄA3^I³Ðóû¤
+øœ¦þ±‚Ÿg“þ—CÐTá­Ÿ&W‡_;ÍЄœ~J19­íŠRt9ïÙ݇ó×Ή«H2`r”¯r)êPûJNó‡_Šúç˜ ÄsBSõ5ð@l]üÀzÿªhde±w1„ÎŒÉ' í
+FpŸðü"PçÀ…Æ-ô ¶¸§„f£3ˆU6¼Toú÷EÖš¾¸ë¾|!8ÇmaŠàJz»Ô&Ú/^.3ß$(º*=X'7ìT¶‰¦”[б¤°grT ^7÷6õ?Œ`KnñÄš†S1Äv6€‰LÝš›f…ëw@gîæÒYÛ¤’çÝ£NñéA§ñ ?Ù_ö® cŒŸá
+df*šD^°¢OÜ{zb¹0™¬žñ
+endstream
+endobj
+1042 0 obj <<
+/Type /Page
+/Contents 1043 0 R
+/Resources 1041 0 R
+/MediaBox [0 0 612 792]
+/Parent 1038 0 R
+/Annots [ 1033 0 R 1039 0 R 1040 0 R ]
+>> endobj
+1033 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [412.213 635.019 426.659 645.923]
+/A << /S /GoTo /D (subsection.4.3) >>
+>> endobj
+1039 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [125.437 564.035 152.336 574.939]
+/A << /S /GoTo /D (subsubsection.4.10.2) >>
+>> endobj
+1040 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [350.24 435.906 372.158 446.81]
+/A << /S /GoTo /D (subsubsection.4.4.2) >>
+>> endobj
+1044 0 obj <<
+/D [1042 0 R /XYZ 107 721.862 null]
+>> endobj
+258 0 obj <<
+/D [1042 0 R /XYZ 108 237.899 null]
+>> endobj
+1045 0 obj <<
+/D [1042 0 R /XYZ 108 221.267 null]
+>> endobj
+1041 0 obj <<
+/Font << /F92 432 0 R /F93 433 0 R /F118 517 0 R /F105 437 0 R /F8 585 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1048 0 obj <<
+/Length 3342
+/Filter /FlateDecode
+>>
+stream
+xÚµ]ã¶ñý~žUÖ,II”t}jšK‘
+Ôð$ öɃˈEˆá(1Fž7‚yßÒåÂLì7«OÕ©ƒkÐÚL ï…&o&ÁŠ,»4á(+ºÓ L
+è8Ö±q–pAö=fÉdßÿá‚m‰ø ‰£(Ðÿ^ì<TFž$ÙäJƒw_ ç®- ö{ƒô< ¡#Û ¯beµ])ZêFÛÔ(;Ëh&Ðꌚ»Œ:;/ý¬~:…K_F?$ i¼¢QoòBhÇú@º
+ŒN:9/RR#%ÞD*†LQ:úŽ¹AâI»¿ÞF™ç'+}uBÊn”k2ÝZK{ÝÑ27׬6ë7F‰j­ß¸º¶¨ìöñ¹²ºº¯ÇSnµ•Lily1vÎ`äçc] ·ðÛÖwÅÜeøÆ ÿ0»áoßp<+`š6 ¥UY˵ŒBCÓ’Ú¤í¸òù¼×‰5j´¶éú &y \î =ÕÓ¦Ö
+Óe‘K²4vÖ‡ÀReÓ4lM§Cg")ά¨(~+À%’û2à,»Î€ö÷”Ç›ó Ë8‘!ÚaêÐ5&õ§jˆr™¦Áµ3tahaø'Lñ•¸iy:7ÖÛxcfFrã’‰Aï_Éc'úÏ—ñt8קüÉ¡+ÅxÞŸ½ÜˆÎÁ%Å“‹¼;‘]&RóDöí\¡©o-×dÖ|9ÔVpÁ0þ¾˜Cðÿ…®2½£ihÊuK_üãup5 ùx¼Ð³JÛmh¸C]lÎGú¯òâH­¦+lb =OòYýg™!…’ñéþ@®-Û3¸ £ñ›*T{%ݾânnj™¨-Û¡:罉ô`®Ùˆ ÖY,t(àÆ•]_Ö­¶Wº:œ×½)ˆÖ¦tª½!ÍN«mÕxg몳0}VS5^ Pq^«Ó"ÃÁ+
+eñîàå/Xô©²ÖoBOÁ¿ëíãqïR ÑWøŠç‹Ê—^f£¤¶=[:¶“F pÀJ ’Œýè+hLHÌ`èëÐ3ÎþBÇÖôÅBâå$§
+ï7‡Ÿ|¦Yp&”¼_áÞnÕNB–Äá—Yg¸ô”¥ñ*å÷å(´Œ+)Q ìæ[óRè!½÷ôúWöèmó)Ç4^uð=4aA;y•BB¸f×"A™¨ÚÒŠ…¯&hƒ:tÉÜY„< ìŽé‹Ž:j…þA‡Þ+Ò)Ôâºúòd¦l<]8FC¤¾ÐXdܸÓqƒÎ3¯;ú¸/gw9Ï+$C|ÄÆ«Ì"êB ºïÚU#t¤ÓŽ}m2 mO…­õ˜Â‚¶N±HÖW3Û7ËF ™ê1oHÍU,“™ ?é¼)3à\ôõx1›9±vâŠkç_ÒdÝzµ#‹!J¼ÚñŠ yCg£Ïªž‘Äçz° ˜²ìuçª7¾“›²I^Œ™ÍµÅÍV{´ [×­q¨ËÊB'×ÉײaN7ïƒÝ ¹` ‹Ö…ƒÇØË0b©BFÙ”
+rýÁdñÕX0jáã¥mjFÙí×DÎ’0~ãYAJp,ή]ñŠ‚¦(¤ÎUU€€p +ÒIãaÜ=›âè‚}0IìÃIF (
+ªÆWà 3ˆV_¡ú¤x½xWÔècô‡Vôê ¿—
+ÍË Žkv4JurÌË’ö…ú1‡vä𻉶–%™îz&îˇÙð ÌÖ ÷Þ4"Œ’¦Bc7ú?ÐȦp«n‹æRZºrƒ;Dv££ÔÒHÆ{²ƒX¦¿×Ëz»[éz¯]ú°{÷‚‹€
+endstream
+endobj
+1047 0 obj <<
+/Type /Page
+/Contents 1048 0 R
+/Resources 1046 0 R
+/MediaBox [0 0 612 792]
+/Parent 1038 0 R
+>> endobj
+1049 0 obj <<
+/D [1047 0 R /XYZ 107 721.862 null]
+>> endobj
+1050 0 obj <<
+/D [1047 0 R /XYZ 108 614.785 null]
+>> endobj
+1051 0 obj <<
+/D [1047 0 R /XYZ 108 436.204 null]
+>> endobj
+1052 0 obj <<
+/D [1047 0 R /XYZ 108 366.587 null]
+>> endobj
+1046 0 obj <<
+/Font << /F92 432 0 R /F93 433 0 R /F118 517 0 R /F105 437 0 R /F11 570 0 R /F8 585 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1056 0 obj <<
+/Length 3261
+/Filter /FlateDecode
+>>
+stream
+xÚ½ZKã6¾Ï¯ðmeÀfDRÏr˜$3Á™Ix»Hö Ûr[ˆ,9zL§1˜ÿ¾õ $JMwz’ì^,ªD«Š¬ª¯JöWw+õõ‹/v/>{ªU"Ò(
+V»ÓJú‰P*XÅpMýxµ;®~ò‚õVú¡ï½^ÿg÷ ½ kI/¤BkÜhæwëm¤¼Æyc-üt˜öÒÁ(©ù|µÞ*åýsk˜»¤÷ŽI¿¯ˆò•c
+Ä“üÞ*?£WFfüýÑ%9 åðŠXoµTaèE1N}áKšeÒاeÀ^Pi²Úê@$ÆŒoGé•·[kiTûžß™õ‘²¥HA
+!Ç ¡ 1®Å¡ë›¬JïýZ…^Öپ̒€ý9_ËÐ{à ÏTÞµÌù‘‰uÅ×îlú¦É«Ž©ÖÊËZ&§é’N*ˆ"‚Y„T£©.§kqÉîr—2ZÈPójøÞû¢©«
+
+•Dò?K´]ÖtûìðK—ÿÖ9ÖчÆ3?Úw¡8Æäó̶¾>Á5‚ƒ5¾ ˶ªXò$ÁáæÐø¾(KísžÖÂ6‚ÐËp#ð‘p>'‘s³ ¾§ÃÀ»çÕ`tcb¢êÌ“MD¦›^DìóêØòh²žœ9xâ´)èU—‘‘ôháìxÔèêI TÙâŽg1oA
+I»sßnFNl9H;IÌ-WT‡²?R,Š¼ŽÛo¦¦=Â'EefœÍT”æÈó¬pÍDÙ0é¡îyâ¥o;&­ vø5L±L?!Œ$j´3ºìc–2¾ÿ‘XNRŸP¹“Që†Ël5D%å~=+^ëQ׺ïÚ‚÷Ç%8Ñ8–”•¦é'9¼„uÆhù™3Ɉ8Jÿ°· sÌàHC2²›@[gnMžutŠàfïT3•"Œ´-ÒS–L
+ŠN³(Þ®(Äy"NM®}eèI Vù_,‚Ô&‰­É/2
+ÜÝÙˆÍÌ[¬¾‰
+c…±Ë¤<j¬Û(5µ«&ÛÜú âÎþ§íÀ_Å„RƒPJaËC0éåS|¨©+
+¾ÄVt¤F 8Áq>îü§–ÙQA?»q fa/ÐÉsÃâ “ÍPCñÃ'j©qôïÏ]!€Á³ñKY´‹²«ËÛ·i`Z¥¨~j
+endstream
+endobj
+1055 0 obj <<
+/Type /Page
+/Contents 1056 0 R
+/Resources 1054 0 R
+/MediaBox [0 0 612 792]
+/Parent 1038 0 R
+/Annots [ 1053 0 R ]
+>> endobj
+1053 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.086 575.243 196.985 586.147]
+/A << /S /GoTo /D (subsubsection.4.12.4) >>
+>> endobj
+1057 0 obj <<
+/D [1055 0 R /XYZ 107 721.862 null]
+>> endobj
+262 0 obj <<
+/D [1055 0 R /XYZ 108 441.828 null]
+>> endobj
+1058 0 obj <<
+/D [1055 0 R /XYZ 108 348.674 null]
+>> endobj
+1054 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F88 436 0 R /F118 517 0 R /F11 570 0 R /F93 433 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1063 0 obj <<
+/Length 3383
+/Filter /FlateDecode
+>>
+stream
+xÚíÛŽã¶õ}¾ÂÔÃð"RR€h›Ý š´³Ó¢@6²-ÛBlËÑ%ÓÁ`ÿ½ç𺙞™ÍîP /MQ‡ç~#ùl;ã³ï®þ|wõÕÛTΖÍî63Á&e4‹á™òxv·žý4®o×|þöú绿Úb&b%ì)SJ4»òÇë#ç·Ýº`Åxê—ý)
+–jM_ÝírZW6»¼¢aópò“zîòlí߶uîöÉèQ7ù锯éÏo×RϳªÈ–ûüë­—hŽYK@J2;¤Þ 6§MY=îóßò=0™óù7ôPôÀ]i$éћ­L?X‚gÂÈ1½zUT«}þø”“/8<Ä¢þµjð¿Ýg>8–]
+ ékvUÙnw=…v–öÞ·¹ã‡ZÐS/è}L³ãš)Mwÿ;@$ÆÚë6òj¢Ü÷E³#µÙò%fh
+í—ÏÄLÅT$gÔ­su¸úég>[ÃË¿Î8SI2»·K³ˆ¥ ~¶Ÿ½»úGç)ûý:P”ø-ç˜Ù ¦ôˆ%‚®,bTîS󠆈Y™
+(U©7H
+”>´”uшûoèË‘2‘cÆÁ¾†ÁH“ÖÂLýKA9þÉÁâ«|ÿ@ÿŠÅBØËÏ#£äišUŒ ÈëÚÓ”Ci
+·¶H3p²À
+”NÄ#¯ƒ '¹,€Šº ÔUãàض2~í'NnYQ¶5A‚|µq ʶ© `ãwÆ
+§ª>)ŽµWÓË J÷Zm(I¼° ñæ,òølè…5ÓÌíÒÇßs.„»àn¼~Néõ›@œ±0ñéÏ{1îh_[”»°$ ™¢Ài“Š$ÇíÞgYÓ¿÷Rª1ÇP]¨.ò´§®*Y Fþι
+$¯<ÇØ
+ø© DâA>UÞƒw]-|²íT@2ƒš¥RÆú2•à&ã
+9¾ˆÆGÁ”lþݦ™ß»›¡”+lSNr›àY¨dF<IÎM¢™âé¥óðá±Åèlч°ªDö¡ XÿI¡¿ x¦µdÒ-¨we»·N7êÂï& h×µ ‘¯«âh]`yA—)첪uÀJ7³±!z_»ÅPÀ´P»%„ú,—
+J¾Ñ ú
+gn궿BÃÏ¿=lV‡õãí×ßÜ~%_tÏæ’_¹ 1âΞô‚¨Œ;£K1U(ŒŽYÔßA{Æ¥N“*ÞÃ:J[ú$lì³t4lkÕë]®²ýþ!œªÞ1‘ :Šˆž¡É.èM]Ò+[~""TÕ§zØ¡W÷î麻Ô9¡“$.!:¦c%¯WVTTrªÇW ¡
+ØÆ'ÌÞWEcíÿ„ܘÀÔ±§éSÛ'ªo6f5æ‡S?ܽ` I|¸CqL©akÀ*e¸ý¥ÉÀð:Ïi§º]ÖÀ}Ü¥œj;£ÁíwW³Ÿ,º%S#ËW ì‘L\É°™åºUJùP£*_·«<ØõL$lÓ!z %a u¿`ù@wÙ~ÃhHÕ™ò^G¾ÿ#)¶©W¦uÍ.Èhƒ·PÒç°ê“Jwà`UI¹P‚ƒóãLšÞ&C4%_øCшM/;
+nÏw8Ýkí’ÞX'ÆÝŸ JÉY¬;’´I9À!˜àŸú†ß˜h¤f“Â$Àl÷d`8*VMkË ƒ±Å¦-¸ldÐöå2Ǧ¶Åoµ+ý÷Å%¹IÀ!í@û ™áÞ™èóƶîÐ$„Ûì¡t¢¹rã"©ÀEÊDèöD
+‰ƒGU/?j{VðÉ3÷ zi-s`zîhê’Wãy Çy®ñ%ùc­˜œ––àµ]E£i¥%•?Á·¶Ò’.Ùå®Ò²ËªÖÍÚ6<•þu•®ÍhfRú(9Ü«+}`}WÞ(ßVV]yÓamëM(ë…H Ô ·x<ÿ¾¡§/8%7óg>6­M íâ8=ÃĆžþtxÚ¥ýïOŠ.ª3J¿Ï PDz«Ò%S¸Áº´àþ 
+2n¨ | ›¤“ôêÔ5Ïê›7wWÿOña‘
+endstream
+endobj
+1062 0 obj <<
+/Type /Page
+/Contents 1063 0 R
+/Resources 1061 0 R
+/MediaBox [0 0 612 792]
+/Parent 1038 0 R
+/Annots [ 1059 0 R ]
+>> endobj
+1059 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [478.097 242.461 504.996 253.365]
+/A << /S /GoTo /D (subsubsection.4.12.3) >>
+>> endobj
+1064 0 obj <<
+/D [1062 0 R /XYZ 107 721.862 null]
+>> endobj
+1065 0 obj <<
+/D [1062 0 R /XYZ 108 399.636 null]
+>> endobj
+1066 0 obj <<
+/D [1062 0 R /XYZ 108 201.243 null]
+>> endobj
+1061 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F8 585 0 R /F88 436 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1070 0 obj <<
+/Length 3075
+/Filter /FlateDecode
+>>
+stream
+xÚ­Z[Û¶~ϯð[mÀfDŠ¢¤ }èi²Å½äl¶=Ú>hmÚÖ‰-¹ºt»Xìï ‡¤$‡Îh^,jD ‡Ã¹|3r4ÛÍ¢Ù·/þsûâåU.fË•’³ÛíŒGBÎR¸æQ:»ÝÌ~›ËÅŠGI4¿Züqûy!e<¹y!gq,€›™ùÓb¥ÄüÆÏ1ŽY”»i_)– Ïçõb%Äü—EÃÜ•âó ãoÌïCyX$Η©còós«¼3ŒÞX™ñ÷]Hrr÷
+[¬b.’d®rœú"²š4ïäðŽPøèK²DYÅ’eVëúx,ªÍö–Êy·×ŽbѲ dXWª,FiÎD»…ç±ÔÕæ¸=êúäÅ–L2¦xæ¦Ûµh©ûòp ¥vºÒMÑi¢öñ‚Gó¢©ÊjG³Žºm‹fôøzë¦Çgóå¼líu·BÁ`÷q
+:ã0à,O©ª›#>7¢Å‘ ¦Hé[Ýi_´DªêŽ(5ÌjîËÖN-š¦¨vÚrØÖ ‘^ˆ©nŽeUte]-Í)áñE³f7£Á=¯”Å©0ºiÂpƒ‰ËÓ0àX%ïðÂ…cä Ÿ?vÜÎLLHå:ŠÄÁî•Ž7µ®«®(+§?Rt,"‰3E—r¨JsÌඨFÃÛ ¦Æ™ŒÄØÔÀÎúª+a%Ëó Ø[CƒÑ]£‹÷4$»±rШèìü=Ú¢Hæ-x2G@ê©.+;¡´×z½î›ÖnâÍßÅñtЯ&ç3œÓtk«<e(+8‡œ'Ã[Ý·MYÜôcÕuS®ŸožEôd´MÕjÕâÜM€+š³>no^}uóR|Œ‘Ñï#Æ(šù]ùô 5¼Ñèu÷ø;„áhÁ…/é¤Ü,ã$=Yï» ØGÃÄ[&Á”'zºÝ£kÇ"…“]€‡èfÓx^÷t‡‚-Ð$wígw{kg’Fv.Àå†
+ЃŠ½/•!]Ox=…â¬Í’<™n Ì+ Ñw]Î5è3ÓXÁŸ¨7AqAùLÂ>b›7ÎÁdÓL|F-fÏjQ}\‹J2Àh¢Å[ch2öÉ?lò1}Rð!2­‹ŠØ‡F
+òC 
+?GôV²ÒÊÕŽ‹]Sڠإ Ì8tÈ’‚ÊY*Î,qSnñý­n4ȱ‚Dƒ„âÐIn»!Êæ¤Ð *s=»jê#=¤h†I>Ël<‹ÃÁÖ’ýb‘$ó–øØB™ò”f‹÷ •Ì—ô›7šž–VʺÂd†”º²bTgPÑ^
+'›zG]¦Ñ­¾¹éצ‰Ž³+;0vKºê¦h¥> öìFúæðý
+endstream
+endobj
+1069 0 obj <<
+/Type /Page
+/Contents 1070 0 R
+/Resources 1068 0 R
+/MediaBox [0 0 612 792]
+/Parent 1038 0 R
+/Annots [ 1060 0 R ]
+>> endobj
+1060 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [382.726 658.929 392.589 671.693]
+/A << /S /GoTo /D (Hfootnote.17) >>
+>> endobj
+1071 0 obj <<
+/D [1069 0 R /XYZ 107 721.862 null]
+>> endobj
+266 0 obj <<
+/D [1069 0 R /XYZ 108 335.971 null]
+>> endobj
+1072 0 obj <<
+/D [1069 0 R /XYZ 108 312.977 null]
+>> endobj
+1073 0 obj <<
+/D [1069 0 R /XYZ 108 195.651 null]
+>> endobj
+1074 0 obj <<
+/D [1069 0 R /XYZ 122.346 117.465 null]
+>> endobj
+1068 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F118 517 0 R /F11 570 0 R /F93 433 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1079 0 obj <<
+/Length 3789
+/Filter /FlateDecode
+>>
+stream
+xÚí[ëäÄÿ~Å~@bFší¸Ûí¶„Ž\‚M ‚Dxf<»3öÄ[N'þ÷Ô«ýZ{›‰|ÙiW¿ª«««~UÝ\Ý^WŸ>ûèæÙŸž§æ*Q©söêæp¥ƒDc¯bøMƒøêfõÝÊ®¯u«çëÝü•:ÄJÇ¡¦©
+C£QË/Ö×ά¾êÛUúf. äTjúq>^_³úÇ:¡íµÓ«Ïià?ÓßOˆòñÂ$aª´ý l–¯i O„güûõçPÔ¾‹Z_‡ÚDÑ*°é³@$I}RècöyY+סU‰ˆñ¾hîòV¦íª­ð7Zí+þ.J¡ßå\±ëê:/[æ¤ Y—„¼G‘Š¡(,çb×ó=ð`bàÀ7Ê˵ V/‹º*O8,OÚð\­0qÊ~\ë`• +Å1—ßÃî7¹Ð³mµÚKü“CfrUËŠ€˜RkmWËÇ˵‰VY]d[89…¡
+M­Ò(ò‚jï–n•˜~ÝßëÐâÚOÙm¾°|›¨$L|cä6nuÎ`h*eu½j¸|i†³ÑxBì=—æ ”³ÉTOVßÜ—F†eQò”¥ô‡Ç Xx'¡¥yQãDZÚeÇ㫵‹V¦TeÎ"7±Q:ÒS‘ï2T@8ã·ÇjK=ékWQ#ä«hù—ô~³²‚Ùkþo.S.IUlj
+Ót¼xžµÉÛÓá¥ã¡ðPiÝŸÅA+a²¦Û6ù®-ª’Î%6
+®êÛ+.|õ鳫兀`”œ]J«%^¯Mb +©“ã¬iŠÛÙ=vùka61;ÇÁóêC MB•¸¾Å íâfSq$V㢃±újDþöú”íêµVÕÂä`uì ¨bQÇ“ÿ¼´(íÌ£+p¾Ågϯóµ V?ë%–"eÃø ,‰He7ÕÖÑœƒ H.l€ùc¢ù™}ôèÀ©8ÐìÃdÜ£,¹Ù>à"søËûpþc~Ó}x€óÒ 
+(Rµ"9rÉàzwÕ锕ûfil‡õØ N¶pa²Øª8î%ã.:×D&~è[A¥éךղ‚ÿtM‹%·ÊŽm^—Y[ ŸgðÇMšs~<åm£<¾
+ÁZoÚÔ±º]ŠèŒŠ­à¯È†¯~ö¬]¬ •tùmåŠÊ,CÕ])bú¢ì×Ï7ÀFüÔŠIÖ1H:dx :¸o=ù[‘yWnd—bˆ¯@7&»Tîdã!ªZá­ól¿,S\Oü0¢HÀ®=N$n¡”^
+&xR
+ü-ù7? Ò`àÍšº³´ }ç’ßÔ–ÁKý¼öÌ6ÄA/¾ûâxäåu€õùXuÏd:ð{®«}·“¥Ë‘@dž-L¦[<>u}” §Nñ÷sT²Jœk\v:ó÷&›2dif 5BÛP9ЙÞeR Zv§¼.v¯›Ÿ_Æ`ÁÔ§= ‘¥Ÿ_ç?³pø²iÏlkÙ6?¢ÆéA•yýNþï†{½Ï?2Ü;‹Èc‰÷à£ο6ƒëóô9Rð0ÁsŠ…˜P Qĉ5àÚ GßÌþdHþ†ãXñàñª-NùfÉŽ&V¹ÀŒÑÈoÙ’º!©'z “d»ÿv¥«p:œ@-.ÈPÕ±
+“4ˆÞÝxŸª$œIœ™1zì*ð³:,±i5dëzõYâ=5öMïQÎK¹2‹=ÂiÞ7K˜šNU±P¹Ú,Ù£•Nú¦ùHÇÂØЄ`* 
+a¯§©DPl§–Q235ÃJáƒl
+*†SG²»ËÊ[b>ö ŽG[ä=˜¼²Ô no˜˜ù.E½çN¼2ˆ’U’ÄojmaÞ
+-žxÃÄ 3a%ñ4ì€Ðbþœ(Ó nðfVËÐÆÜ$ÓüðÁ¼«¸|s×5Ò‘²ôð AvY‰¤S«Âp&hÚß(Âœ„ìDțІi°kµ4̘¸hËa¸
+ƃ ô.׌îÃ+&ÝðʱCW—R¬(Í ô¹\)#lýèu'%²Yð›Ô2(–†ôÀ`¼@öÀÅlÌ„aïCq0a€]ðf)QÑgÙ{ôÔ¹¸Å“¿°(YÍYR ÉæP!k^•»»º*«N²`e&OAû°ùlaœ$¨&¿d1cÀ6ÑS­x›!ú§ †q&*”ãN—Ûd'ä50½z@±¢^ªZªAïK.UåNhEéë¤9¶x£Én>þ¸•úâëžÀx$L’J¤÷èªúGÅtNmO$‰qM*“γ®ˆÕB«ç~XèÎ\Ò”qe£kEïz¬nû˜ð‘ê¸ £aÒ½]7 ½œ51ìe0Ùýꜗ·uv¾kÅâ3’éÀ ÏÊ°åG.H`ñ!%ç€ÔÜ®ž?VêÎÐ*–7DPò~HGN[Ä<.Ôåå®êÊ6çÈÛ n¾ñ]YÙLñ;PØ| …‚P$ñM’Àú4Å~ù¥D¹fHq_T(€*ªyÏ Uá<z•”ŒÏaCÑ ZD} 4hºÝÓÆ¢Qœ:GògpœFV¨w·Ð· É#º¹`äQ0ÒjšjW°7¢^•Ðùgx-uŒÖçSˆ X|ÍE\áê”gä’` 8®÷¹¨tà±´ž‹“«iá—Âÿ‡xúž¾}Å¿}Þ?˜Þåðƒ1—ð}æ
+YçbVÉ–Jß8§äÒYø¿ÄF¦`º¨uU`©ÏÍ™ì\`§N•ƒ7zD`b‰(Ü¥|ì|4 Gu:/]ùàZÓé‚ Ê™ ˜¦gCD¡Õu%¤€òì–{Å+O-Ê!Ù dŸ‡2}Fˆ|—+ÔþHLo*aékx«+JñÍ3|m]äÍÔ ŒRÙcÉZp9üa¬áøœsËlè pb„Ir%òž:ì¥Ô¿ƒ™ßDO2 V97¤;>â uuâÒ7ë g¿æï¿åo0«˜ò—
+mÖ½˜c°b*ž½7̇Ç_="ƒ3ûìê.C;Ó¿ ³ˆˆhÄþJ Ú2¾¶ô`»ÍʶàTVD³$PÌ©'.¨‰6Ê…³—B|ý%éà ù‘E ¹Q
+¡ñ\¶’h±~aþ¦ò»lÄÇÁ·$ ÄÓ+ »—>|Ç
+endstream
+endobj
+1078 0 obj <<
+/Type /Page
+/Contents 1079 0 R
+/Resources 1077 0 R
+/MediaBox [0 0 612 792]
+/Parent 1082 0 R
+/Annots [ 1067 0 R 1075 0 R ]
+>> endobj
+1067 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [452.596 646.974 479.495 657.878]
+/A << /S /GoTo /D (subsubsection.4.12.4) >>
+>> endobj
+1075 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [214.65 529.792 234.078 541.668]
+/A << /S /GoTo /D (subsection.2.11) >>
+>> endobj
+1080 0 obj <<
+/D [1078 0 R /XYZ 107 721.862 null]
+>> endobj
+1081 0 obj <<
+/D [1078 0 R /XYZ 108 639.402 null]
+>> endobj
+1077 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1085 0 obj <<
+/Length 3724
+/Filter /FlateDecode
+>>
+stream
+xÚÕ[Y“ÛÆ~ׯà›ÀªÝ1fgÞìXrœª8kã¤Êv•@\"
+Zý¶¼ºÎ4Ì­®MªLj¹áÍ¡ìKä‹48uåahÞb. ŽÅ¶k{®9¶»jÿŽË‡ƒ4ß·uÝ®MÜUÍ-׊áÀ•i ä¤&(º‹Û=—TSÚ+.…5­u¸ ‹7k2kÑpék d¹žóÎt¤ò(º8=úD1ƒŸpô¢«ŠM]bIT ×ܪ틤-ïêpÚ¢çZ òSÕžûú7è`Šן{ܦçÜŒ‰U6-òõóœ  U”g ë×<OÑŒ“”=!á°dh9?tÕ‘SBJ®n›’KK7TÅLœ( ã’dt¶&Ž.ÏuÒÅ+:i
+*&›ïo.3žm&™Š³QÑAãž'VÓKa¦‘ú˪Á+pZ!G‰£u¬møÖ¢LrçV‚bÐõOW5 íz൪m¸ú®".…É™ÆLc!g2Ê:t»Bs"§Õ¥~±UqݧiYù¬26¾ L0‘2L#“1ù<4J"Ð[£M{h.£IFúÈ iPDH͉£xƯ—KHDAj×ÿB£¦½@è¥sW¦ùŒžÌœYT=5¤é¨P0GK‚ïÅHÜ—¥k^+ †Ô´:Ér—#2¶ôA…DC6®w ½d‘¤= C] C½Ö¨ÄhÊžv.÷yjû¾b :Õ×¹?5h4Ö¨ÚÃUw»âÄ·_=t`SC|”€V›mU¢…ÿtvaæg›ª -üÔ\N,ä„/“3rBîæà¸oWÖN¹bë†4$¤îeÃ) nW.;M͘v ÚSr뇓$!B¢%ñœ³Éd¹@æ·d/ p#• BwœBÕIMº²¤¶àÏöÜý„¨äœÜ¡8Ó Q=·½B_Ю2_WÝË}‘SKi‰šåöÜÉÀ¨HÚóð° ;k‚Ña%²º‡ï›†µóHÛ{ä»›è=VdÑZw¶²Çþ‚Î^%¬š) XrÔRN{¬«¦ì?<oûCµ<CY ”ù­¡L–…DÈû®~.QMx!a¢ŒŽÿ/;¿òaK–ÉÆ=¾œ»²"s¹ƒƒí}kÊ¥èOUu»¡%ˆ §Ì…ÜØ<8‚L¶ ÉV §Xʬ‰€j;*vHm¨C§Sý®rõ|´\CGÒË°-—Ã7íŽäÆ2”Å¢‚³ “¨ä†[g38aÉN\ù·a—ræG–XÝæ:è«ã‰aª¶mÓ€\÷œC4„dS:%ÖГ³éÜ]Á: s´Š+N3 ‘1%ú£e¤©öÔAQ÷­(nZìb‡x
+ÝLקn»²t›kvãή™ŒÖ`Œã‚Œn×aô hÓ¦M‡,26ÝÃÚpéFzüÙSL
+)+öü5ã¾&‡P'·spF¬©àÜD¿ŸX³Æ Žñ}IJ d²…c©xh¦>çäë‰] 7±Ës&ÙiÓS=ç ª0 "I:„lÜ\b0w|a#Ù’™Ä0˜ƒ/ãLìùËZ3á±<Y¯Ä9†Ú?ñù”“êÖQ\ÉèìãpòÝ‘¢ƒoÁŽ/¾sýÐ:cêꯜùf°†þضä„Ò¡P‘k]Ûƒ×Nò~ðÏœqšâ þwk­·sØúl—Ïäño«m<2ß-9î÷¬–¾07§®Ýgl†Vü_\ÌÎïú÷¦ò(WÙdI6]{×TEslžú<¿LA’§„b >Êf³øå/óúÖã+Xå[Gªtœ<ºø#.„4£Á«(µ¿Îë_2V)©å…SIê&¶óà ä(Œ„I#qw,œ‚93¸ã©ahȶ Ù[qù€˜«H¤˜¥û c3òÂ|ØN«TG‰µôûõ÷âDiYäX²eKÁ\Ø‹-ˆØ¶,w‚3å)_¨d 2#ÒÛlô½!½«º1ÞÙ‚.[0"UœeW{1JÊ«êeQ÷£y{7ª'۴ݱ¨wr×CqA“[Y«emK©m ÎLÕ` MºÊœUÇôæWž
+dT|Ì©0ý
+F¼ñR0x8»œO~Ùj—óF ‚Ó nÚögOø`8IgÎ1]{ŠÓ‡2æÊ…ØnÅë,•²Q.^bÈ«¾Ù› "rÄÑ'ÖI {6—Ñ©áø;”él!Ó3ø‚æ ­Ë[Ÿß§Ozsû¤Õr>—êʼn0"n) ¢Ò\Õ¾ 
+
+²_'—ÒÞ§-$øc\ÓØM&‘8h#·phm'Þ»y‡w§RLÄ~Fí¾”çÕ&ËeÞ, v]«Â·»W\E¬ßž¿Ûöx¤-@kš*;A‰“Œ‡Î$¶àÍC‰<çƒÔl
+ns*¶o@ãÉø¼=HÔm±ÃËEÊÜàM„{<>K\8:ÌÀ3Õßó5òÉ×ÀÐæ—ΆYbLSqDc|jJX4›?‡¤† ×i"ÿ©HðÙ.˜=Ç¿À O–ɦ*LFñCNÊáÐîú C€"í<Ò¹óöZÞ,<Ò»H§WÜ•¼Ã5Z¹fêç^ÌVl‡³ÇÙÛgz˜©‡uù…ÃûÛ1ñ8
+endstream
+endobj
+1084 0 obj <<
+/Type /Page
+/Contents 1085 0 R
+/Resources 1083 0 R
+/MediaBox [0 0 612 792]
+/Parent 1082 0 R
+/Annots [ 1076 0 R ]
+>> endobj
+1076 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [174.251 574.451 184.114 587.215]
+/A << /S /GoTo /D (Hfootnote.18) >>
+>> endobj
+1086 0 obj <<
+/D [1084 0 R /XYZ 107 721.862 null]
+>> endobj
+1087 0 obj <<
+/D [1084 0 R /XYZ 108 684 null]
+>> endobj
+1088 0 obj <<
+/D [1084 0 R /XYZ 108 542.695 null]
+>> endobj
+1089 0 obj <<
+/D [1084 0 R /XYZ 108 377.046 null]
+>> endobj
+1091 0 obj <<
+/D [1084 0 R /XYZ 108 246.287 null]
+>> endobj
+1092 0 obj <<
+/D [1084 0 R /XYZ 108 199.213 null]
+>> endobj
+1093 0 obj <<
+/D [1084 0 R /XYZ 122.346 125.08 null]
+>> endobj
+1083 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F11 570 0 R /F1 1090 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1098 0 obj <<
+/Length 3950
+/Filter /FlateDecode
+>>
+stream
+xÚµZY“ܶ~ׯØT4Sµ‹
+»> ˜“¼Lj» ð+*M®nt(fã_í_Úß¿Ù¥_ò®Ü¢),ªbœ@%Œ캢†ÄfsßÔ=•ö婨»²©¹¥oð?Þt}Ó«.ôùf«¢MV E'¨âîX¸Y«ªÁÖ·e} ª²£éz×'oN§¬ÞóbÇŒÉ8B]ÔÁ®nT*Âæ¥H£ˆh§ @x2X#Ïz"¾›{ú‡w™ö$ˆ% upaœhäI
+Lÿž*Ƚ‚]Ë·r{’›s ¥‚kÑxQG”¦¡C_í93œZWôY¤Å$÷%“èF
+¥ªÉ
+m`øX|¼·:
+ÓX]‘!ƒ(ÔÃiGÓZ¬~vø$Âø¹€ÅB4èzvcqŒ…O)ð÷ဟ
+ë¼TÙÍ|öÄìèÓ}IÒïÓ¥8Á$þOÕ%_nF iÂÐ#522VO§¶?M$£øW¦Ë ¿H¤^æË|Þ<Í}¹´ŽK½ÃqÉDLCF¿¥BËÝÃ`]|•u^ ¬IJƒÑØs¦$N P6ö‡o
+6¬¼çC_øÃh£E Í*$››Z¡‰‘)%B/a¼
+)¬„Ôч"P£Œ:ÝÛ0¦!4™µˆ~ƒu}Ÿqk-°¶2kËv ;¤;y‰MÖ¸BSYOã| L#‘&rÎ@ÐëÚ2¯Cê=”ˆ
+%׉"=&D“iÀÿ±‘A }À9ö 9‚¾¾jÚÀ®‹w# e‚à4eo:·ä€†›I:q©9×M….‰þÉK¦¾ÒdºàðäD01ÿ9³.U"†ˆdÁ»®@Œ×7ŒÅ1ªrÑ£}ën%eƒ =–WË`€¢ä‹/„2JDëŠnpî¶ZòmW|¥ƒ5wþ¢ G‹‡ÀDY§hë0†º&²wèä†Þ‘ëvA¹cI¹ì7÷^^ÂÈUxes\¾h2£?ÑNˆg¶Äù<3Ôû‚ô·¡Ä„1CKR„íç¶É‹®ã{!05\Ÿ7Œ“l.Ïa|N…B¿Ì%d߃FôÔPrÇ1 0nßÂR½6Qd4”æ LÔÛ„ â+¥ÃÍm$\¨id{É÷LP矕ԇPÇ ˆZh9*ÁÉ*¢¥¦qôíŠ{¼zó,æ?”ɇY/tS£˜¥@óÀ&„qº„~Œ¨L0¿¨K7à,À3 ˜Rv!&`×…ÉKºC6ëIŒƒ@PÜl;žÚ¹HAm·÷½=aƒÁ‰;¬NÁ›ê×Úãc™û‰&ÑÖ«k—²Ç?=P¨!£hsöÎ…a… ãvf¨b<ßQOfÌ &ßâN›ÝƒÛ‰lFͺïäé O5Q 06î-t5 ³¡ÇýÔ›Ù¬â<
+†%‘;Û3B¶«
+ÆÄ6Y \J@Å9íÐ »®È{N{û㛧ðÅ)„™9¶Ìˆ½ÙåÀ仉W0ŸYr?h…X?OG­n2_4Î5üc¡+Æ´xï?F¿CSIî8ГµOT›´p^ôÙãžMÓõ>ƒ.Á<Œ¥9“¢ÙéßÚ‹,]š«Ú²÷¦Ô
+E\
+´HÃUàÀZæ^¦Ø»–3ÂáYRû²I íƒX¨r€—,r†8ÜÝá+æ€ÛÑè*‰¿dîŸ}F8z2Â× >=F]çþ`“¡Ž-*5:z7Ì>]¬<ßXQÖy®RÓºÃùµ´
+ð1]5.c u3ƒÌÁO‘Ù…ÊùÍ<µ'÷©M„9) ¿ ¿n$ÒûÞ‡I€£hz.ÊÓ©wM'ç HEˆtMû(A‹ŠlOõ6¦ž3b†P;F´*˹¾ÎùDoX#‰Íö˜DìVb¹J›Ðeˆ/`€¨/0¶‡ñ9³<·%¤D.äl1.0¡;¾³£%´‹ø ð¥&3RšH„f•gû‚W 7}‘ä{0»’µ|‘œ¥MpÂD“W!x=¦§ \ÝRýÛÍX·ÊæA¬ÆŸÊìEA<‘ÈVå„ø€¦¢žžÐó8¹T.~#›Š0×ùorxvÎveUö£Éz¾µ CÛîde `ÓÉ<’u#> &G0±4uÉfé¬`ã(ëðË…:”‡ºi‹=t Z_æ8¿£?Ê5òû˜1uC̲Õè}AÝÖènóc‘¿žßÜ{èŒC!£ôÓÉÉ#1Èì2´tæ€ä›r4œÊ‹»gÿu?°Â
+endstream
+endobj
+1097 0 obj <<
+/Type /Page
+/Contents 1098 0 R
+/Resources 1096 0 R
+/MediaBox [0 0 612 792]
+/Parent 1082 0 R
+/Annots [ 1094 0 R 1095 0 R ]
+>> endobj
+1094 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [459.127 457.399 481.045 468.302]
+/A << /S /GoTo /D (subsubsection.5.6.3) >>
+>> endobj
+1095 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [359.743 302.835 381.661 313.739]
+/A << /S /GoTo /D (subsubsection.5.6.3) >>
+>> endobj
+1099 0 obj <<
+/D [1097 0 R /XYZ 107 721.862 null]
+>> endobj
+1100 0 obj <<
+/D [1097 0 R /XYZ 108 650.703 null]
+>> endobj
+1101 0 obj <<
+/D [1097 0 R /XYZ 108 484.185 null]
+>> endobj
+1102 0 obj <<
+/D [1097 0 R /XYZ 108 425.262 null]
+>> endobj
+1103 0 obj <<
+/D [1097 0 R /XYZ 108 294.609 null]
+>> endobj
+1096 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1106 0 obj <<
+/Length 3309
+/Filter /FlateDecode
+>>
+stream
+xÚÍÛŽÛ¸õ=_1À>¬˜áŠ¤®ûP ÛM¶)ºtf‹Ý•mz¬®%’œdäß{nÔÅC#“´}±¨#òððÜÏ¡£«‡«èê‡ßÝ¿øæua®rU¤i|u¿»ÒQ®Œ‰¯2xQvu¿½úÇ*¾¾ÕQ­^_ÿóþÏ´ S:³šÊZØhæÏ×·©Yýuœ7ClUTøi/ˆRU˜Ï÷׷ƬþvY˜{›êÕO„øôûŠ ß6±…Òqæ‘üú©]îÑ+¡ïB”ÃPû%êúÖj“$«ÌâÔ‘pò›×À!X§¹ÅEÀ°X%@Ë­U.|üMÛøعcÙ¹zw¬6]yÜW›²©½*`S“²R•Eã¶{ž¢u>›cUž&~ÆoQd®)kÀf­Êë§V‚lA0"KýŒ#&·°˜Xà QVË‘î÷U,1ñjÓÖuÙlñ%Yy`yÚºªMy8<2¨j®ãhõöÚD«ö÷k­œ¬Y»]Û¹mºˆ•žÄ†lìÝ0ga€Þøor¿fhy÷ºä=y˲¹ÖÉJcÉ
+È0:º+U XCMÚxƒböm45|霨š“¯ÈOÆ
+–uÍl“ {lË¡ä %: ð ÉêP®NñŒ7» ×HR¥ÓÏv&ñðO,Þ2!Y%Sé'Õ¤ºHå¡o´‚Aõ,lųđŠm¾dÊ av¶
+ µ³P9
+ËŸìANÖîvpÈP@É5wúO¢Lå fxb´+¬]yàY<¡O¡xBsÉÚCŠ‘G eý™šaU¬á÷è Y4d}…h(Êa|_N8´8áºå*µv© ·ÃåE|èôZ¦»˜ØFNRz8
+‹QÞ(•ÊLÙ¸`| aLTfŠYV…ä^²cMÊö|;NŠ¥gdX·³Ò2Á|³FG+§!H"¶qˆÃhiã4]¾|¦9OÇ«vpºúØöCàd:VE‹ÑÈ¢_{×aK!ˆV½$©QvÕàx¸i·20~Ó´rûïS?‚ÊÖNŽVµÝWÿù¹‹kM~.¥€¿q}Ï+aWŠñ0€üAp!OIãfÚÏÑôÜõÞœ÷<l>§Ê$|³æ[“®ÛžÛ Š?H‚&¦pÉÄ:žëPY»¡¼ tkR]ÐEOƒ:t'Ù󂡤VÙ¼l¸k›‹æÁ Y—3£Lºä g£‡žB$TQÀò0,ý
+BóÀŒÅì2ds¼¹´Á·‹ŽÏ¥Î1Nз@5 ú1‹êïϵŠ\³u»Š²Ž
+à|æ‡è#‚vU¨<eìÍ©>_õ‡,b¬J© ½C'û,¸oôÛg›¸ýd$×ò"Šr»õŒ®š b‹TÆ¥÷m‚=—bé{~lI.… {Pj±Å_d/P"Z=©_’¬zÞhæ`àmÌòb.O1Š^CýpªÁ†e’¸=ËηîPÕ~!Š˜-Σ—)\åð2À†n«fd¥ÆÅRÜoЃçzUSp´){ê«äZìGþIx‚ÅBÅ\óËhL¼Æù6¼Qz€4üÁÉf§†â#À¸¤–†Š?«(š¦õ.dú…Šl1/*<Êîœ0ö
+6SzÉ
+¡Õ çz¦Í¬0™Å‘•|^1ø®­e²í×üºä ¯ÜK‰†¿¢«XeÞðŠ³º>—ž<׎×ÏéY?ʳEõÀÑ=K,ÃƈÊ
+1´WôK3s5ÿ](õùäBû!ÿ‹ [²æDZUŽûY-­6 nÓÿDûp'ÐÚdÑóÎW¯Þ—õñ@Š†]¦p«rÛ8Ytj‡C¹v‡À&b•õ’¨ UíH
+°úFIóy£"ËTÙU®Á€òx¶Ð>àÈ23ÛG ú é9ø„e¹yl!³Âï3ÊXÄû3u+aPWû‡>õ´à«²3Q ®>’ƒ°˜Ë¶ü<õ¡Ö”Éij 2þe&ã»Ë2öOU…ä+mÔÿfZÄ3ñQ6ËF
+endstream
+endobj
+1105 0 obj <<
+/Type /Page
+/Contents 1106 0 R
+/Resources 1104 0 R
+/MediaBox [0 0 612 792]
+/Parent 1082 0 R
+>> endobj
+1107 0 obj <<
+/D [1105 0 R /XYZ 107 721.862 null]
+>> endobj
+1108 0 obj <<
+/D [1105 0 R /XYZ 108 682.406 null]
+>> endobj
+1109 0 obj <<
+/D [1105 0 R /XYZ 108 587.512 null]
+>> endobj
+1110 0 obj <<
+/D [1105 0 R /XYZ 108 528.483 null]
+>> endobj
+1111 0 obj <<
+/D [1105 0 R /XYZ 108 445.544 null]
+>> endobj
+1104 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1114 0 obj <<
+/Length 2636
+/Filter /FlateDecode
+>>
+stream
+xÚÍZIwÛF¾ëWð6à{$‚ÆŽä$ïNì8c)™yçÐ[$ž°
+ÖŒî¾Qô »5H*KO¹lò{T=T…þ¢*¾×7Þú®ÄñôÞ¯(,ê¦QkX÷$$RùŽ„h™éñcÆò/d9ZÞž”_U¶Ú¡ÚZ¥(ŸWÈÑXš+Yj`ïTÓÔßCÙ{NbÇQ8•þKý{½ö8C¯a}ÐíŸuûzA>Š{JiµW’Š^M…¢J¸qJ<†žµÏ@!m»Ð·>9ŽûÅL“éÁð¾ê:µ§Á<+yôYŸ:i¤“Úp¤¤ö†–Œ2AÏj²Ÿõ­$DÛ%ëýäNw„ôœ0ZSalÕM8A''Kê†Qæ'¹:ì˃âíÚøU2=Ò|ßJ¬
+8n¨92 œ¸¡¥|£,e×åªËTk<Ôºc»~2½à¢æ;âW5ÚžgŒd%6äÆ'µcƒ\HÕÆA»Æ8æ"¯Â í0Hþ>>J5ø´¤Ï= 1
+³œ=Üè
+;h‘eÖվǕ¶÷Õfídê" íŽ$цtð³æt¶ua½n”â&±“¸L FÍboêòz¤*µP븘E Á!4ЬLóC Â`Š`‘wMÖ™9ƒ V±í‡±§áÀƒ°äFF“Âó»TÖÈÅ‚|WÀ’"1µ¤B¦M…6@ò9å]VÈNí%8
+MÁ¥Îhòk
+žnÑ8ßž ô=g YLjÀeÀ̯Ád<Æ „'"ëÝI¥·UЗEЕEÐÓ¹|UzäÖÙpê²n âID”GéELòi¼<Ùÿ†Ésnè/äzæhLí)%XÀ.–V2 !Ø7!Ħþ%-Œ9Ôíy'«!±JY¨–šúd™òÒ7•ºÕR“
+@·XØjf>,øVd‡‰¹×/œî>Õgº  ì0òú߯·~0ñÁáˆ
+endstream
+endobj
+1113 0 obj <<
+/Type /Page
+/Contents 1114 0 R
+/Resources 1112 0 R
+/MediaBox [0 0 612 792]
+/Parent 1082 0 R
+>> endobj
+1115 0 obj <<
+/D [1113 0 R /XYZ 107 721.862 null]
+>> endobj
+270 0 obj <<
+/D [1113 0 R /XYZ 108 684 null]
+>> endobj
+274 0 obj <<
+/D [1113 0 R /XYZ 108 667.127 null]
+>> endobj
+278 0 obj <<
+/D [1113 0 R /XYZ 108 422.839 null]
+>> endobj
+282 0 obj <<
+/D [1113 0 R /XYZ 108 375.542 null]
+>> endobj
+1112 0 obj <<
+/Font << /F103 434 0 R /F92 432 0 R /F105 437 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1118 0 obj <<
+/Length 2698
+/Filter /FlateDecode
+>>
+stream
+xÚÕÛrÛ¸õÝ_¡GiÆÂâBàö)›&iÚ&Ý®Ýét6û@“Ä EjIÊŽ¦ÓïÁ7C¦ìd;ÛñŒ ‚ç†sÃðb»À‹wW?Ü^}÷6¦ â0 ·›ÁQ,"xÆ8ZÜf‹Ÿ—|µ&˜ãå«Õ/·Ö "D"FÔŠ‘ €Lþ¸Z‡Dÿ§Ë7züQÿ¨ÿ¿×ÿ_¾Þt{XÈQ;ŒW WØ2üÝ[!1ÀÒPÁ®™ˆf $,·i!“˺9íïVkUEc@)S«A\ŽÒ'µT/ëV
+l  z+ÕØ?»/Ušë9 ‚ú"<zl@>M>šÃÎÆÊllŠ'®PC*Õ0^þXTmÛ’›öTÈÆ*iEù²SèeÊa×GŠ:
+¬=$öç–w›Ðîêê¸õâd€’’)JîC92ª^F­:&(¤6¸cÉhZ«È[ÏFN ¬/?
+CH3$ÿQfÒ›A!¡ÃI{TòˬÈKé=(CuÑ©$–]¢êÜ. UÝÛL—ºlTâ›8Ø|o$]‰æ?ˆc[ ú±*3•Ëç'¯tïáƒí@x-šáA7ã1:Žè
+Ý­ƒÒ‹eÒ˜g^fyš´2Cêbå.w_ì3)íBû^éEµ+¢Ú$j¸O>¯VZVPZËj`+<=Þë•–¿áLn)›ç}Þäwy‘·'Kg»‚T˜—MkßÍʇ=©OÍw ü-ÔLªIµ¦B,?aŽoõfÃKsLSÙ4æE-B1™Û™N(õâ’°´·pÂm‹“yyÈÛ[mqWÇöp´kõÀ3Ë›C‘Ø5™TïóT"`Š˜É·Ê&«cݱ䑩˶2ßîZ×0
+µÝ†IZN÷§Ïf´¯2Y¸ÂD–“Æà(“g¾õÉÎeH
+Ù’™´æî
+þ¦ÿßØTê=íñ¾à5ŽW7¹k¹Z(±Ò2qGubÝ‚LŽ×}Éþ½Ï¹M8MÛš Š38ïߺæ
+Á%¼Ãs<XCãè¬LpÞÁÁcmŽÆs,yj´ý .èÅBýËËŽÉÅ<üåŒb£‘Z΃ºÒãñ“Å …£‡.Øg‹A
+¦Eâè‚t¨¼ˆ{ò˜˜œ÷GûëÃÄô½ŠóGG ®NŸx)ú\ â·!Sdx¼PÂâkõGzøiQu#bÀ;­“Y­w9ÿëtNþ¯t>Õ!w#áÒ ,×õˆ/QâH‘
+:æ“a¦ó ÒEžª®•šw4,nl{[jª»5ÓM×y´‘¹9AîI5>5äæd9ý
+|twY¾¶ºêáÑL×æí kóñ|×F€îèÛ÷>JÏõ}5u§VgÒþ¾"Ý©z0s?¶h¤ë: º@¶ýƒQh%s×uE¨;»ßº'–ÿ Ê€–¯
+endstream
+endobj
+1117 0 obj <<
+/Type /Page
+/Contents 1118 0 R
+/Resources 1116 0 R
+/MediaBox [0 0 612 792]
+/Parent 1082 0 R
+>> endobj
+1119 0 obj <<
+/D [1117 0 R /XYZ 107 721.862 null]
+>> endobj
+286 0 obj <<
+/D [1117 0 R /XYZ 108 502.979 null]
+>> endobj
+1116 0 obj <<
+/Font << /F92 432 0 R /F88 436 0 R /F105 437 0 R /F103 434 0 R /F123 544 0 R /F11 570 0 R /F8 585 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1122 0 obj <<
+/Length 3082
+/Filter /FlateDecode
+>>
+stream
+xÚÍZmÛ6þ¾¿Âßê=¬y$ERR€; ×$mŠ¶—v]\¶Àɶ¼ÖUo•ä&Û ÿýf8Ô›—Þup®_,Š¤FÃáÌ3ÏPæ‹»_|qõõÕ__År±ØµXï‚GLJµáóp±Þ-~Zêë•àš/Ÿ_ÿ²þÊ>2œE„Ù‰o®WFØ_¹|iÛßÚö ûûÚþ~>½ŽF³8î%†§\q§°Ã\ipî*‹”€FÀdhè™o'jÆ!·j†,Õ|nUøÆ)ÒOÅj ³ƒ~ö ¯8‹~ÂK+èÖ®ˆV÷½mÓzÉëIÏ?í¯Õòêåúê·+”Äb!¤d±R cWeÛâê§_øbƒ_-8 âhñÖN-"P,Œ5´óÅíÕw´“°I`He@wÜÊ^šÌDŠt­«¬ìºû:å°§JÀvdÍ6OQµ‚ÅZŸLýÔ¦jÛÙLs2Sº™·Uží^dIQ•»GEý¿“æq-”›ú&?¶NÔnâºÉ’ò™©Æ[œ®0ìçwIó¨àh*xª
+nS0õa¡ì6­DÌ´pïÓÌÆçËÛ:ÝfI~½’€ŸWe›íÒ&é2hQß¿iI­Ú¬¼ó¸³!\¹êÝõ?Ç,ÐzêÏ<6.R^ nÛôÚ·’ b¡^Ã<š¬¤ÔLŠ
+g½Kõ5µ+·½|F×%½mëÆê&­´”–öªÒkáòuÒ¦ÍWi§èögHÚ†sºyñæ5Ü‹ºëvMÐ*Ò¤tM©\S3+·‡´ÅH 
+ÒGW*)๥‚Ièm›ÿ¤ÛŽz-JâõàF­w3ê|îM)è„sß{5ÐR1Pr¯´žL1Ôß%E§½òA‰»´DBBëPK‹ÕJ÷ž†]MºMËÎ&… (ø2¡PxýÈïç{¤H®¡ YΊé‹= 4¦'rQ>fþ$ø/ïWÁ‡÷á¸0ýá½þ@H™0òáSûciùÆû•búFÝ0ñáý;z¦†‘¼ÄÍÞÑ;VB†ŒKýð-i¹³êù¹’ÅÙÊUŠTp
+ºq&¥›®Ÿ2DÝC‰—ÊÅ–˜2Di¦ð™ÏX8`˜vãSòglyÂ7<2fs|z
+­âæ#TA.è1.R»A›¿û£FÈ1pÃ(p;7 Ä80AÇ'^e+ÌQF9ô2Á o—í¨QV VÛíÑ ÚcúŒc¶¼¦>‹gpÝ"w 0˜ÎD}C}}Z¶7EÚPýsNÄ«Q|0ˆÇ=“î+úKÿCCQפìïJ[¾ÃÝ”+R#ðfY@½“”Y}ÌWåZ);jìš ýaÔ³>mÐAÓ±i3@@ß -âúm:ˆo¢ÇxïŠOi1É)|¹Í³º¶n, kB—â¸=P«-’<'äCiÌÝ¡Qƒ!ÝNÁm<4hã¡qHóú<½í%8’I?Á­ßL¸õíyn Ù{È=HèBçAôu6qsp j‡´”¶3† ƒYÛOF_Þˆ: 
+»UÐ Ô«eçvq✪0è°s¡%’‡3Pu®Á²žzG*¦Ô€9O™Ø±åÖ#Ð@A2Ññ|UNÎWý¢téA² m·¬ÖT1@^‰±XÐêN¿p@ÙcåI÷Ÿ]Ãwþ½Éîœ!­Øφª8^>wü?
+ñKW×{Nõ
+‘Å-w{?²AàC27'!5‰i»ÍªmÅ!ó‹‹È$ð ê†[tj¼~0(¢Í
+^ËŠ_³ÌwÄ1=’ïó`=”è·š~<£ÒÀÑǺjÛl“ßé'šÇLŠpöž"kϼê `üaÑ׳_W‰&­¥¼š.²ž
+1á᩺Š-7
+„žæ1Ÿ`/÷©Â§="Tâbj<Á=TÇ|G
+ÛÊ-pßÙá>¡Û]Ö¤xª{O½mš4Ûƒ­ÃapsïƒW€`cÿDÏò?Ž{3ÒaíNÁ jÁ7|<iÒðÑó¨aèÿýzñcY:üÂ^û…fÃäq©ø©ðž®®JÖˤ®›ªnè+#Ž8.bI9ÃRã©\i¿¥á̽Ǭ@Lu$?MEH¢¶I¹ò~ {¹¾ú/ÆS°™
+endstream
+endobj
+1121 0 obj <<
+/Type /Page
+/Contents 1122 0 R
+/Resources 1120 0 R
+/MediaBox [0 0 612 792]
+/Parent 1124 0 R
+>> endobj
+1123 0 obj <<
+/D [1121 0 R /XYZ 107 721.862 null]
+>> endobj
+290 0 obj <<
+/D [1121 0 R /XYZ 108 554.386 null]
+>> endobj
+294 0 obj <<
+/D [1121 0 R /XYZ 108 285.256 null]
+>> endobj
+298 0 obj <<
+/D [1121 0 R /XYZ 108 270.073 null]
+>> endobj
+1120 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F103 434 0 R /F11 570 0 R /F93 433 0 R /F8 585 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1128 0 obj <<
+/Length 4000
+/Filter /FlateDecode
+>>
+stream
+xÚÍÙ’ÛÆñ]_Á<…[µ;šgÞäDv”r$'ÚT\•ø €$"`
+¢Äád‘SI:neße»‡¬/Õñ49-†Ð×w½—hzøÈkåîÆèmv®…¢J~«º–AÝGZS5§ó°Fž ŒŠuú”¾Ý5ú̇*?!=¯¶/›²Ëêú#Î\4±rpœwƨ4 yôî<T5r/D–†ºíæ½ Y H£h¨4–Ãß
+í(_‘ÿ™þ¾š‰üï ž‹ùûâƒHÅ
+Ú†(ˆ¶ín"iU‹¬
+a 2y>îPWŽ „)ÙÅëOþ:ë<|H]\ëG
+V&&áýújýÈ¢@3ª<[ g¢ëFvgãd±»cÕ_›]ƒ|B­xêûCIz
+àpèJeûønûC{® nx¸T]•‚}¬†CǶdb’% \p‰a .uÔnfèoý^½Æ
+Soœ"Ù"ØŸ:C™íɽ@£§7Ý~ÃÀŸÅgÌ,ŒÓ˜€ ‰ŒØ“~ÊÇ€Ö
++K,£º’ŒxÁ_£ŽÓp™Z¸+XaÀHÇ'´rùL^éÈŠc–w­,›ù5q£¥È¦³NÅqºdÅ`+Tåtø9D¡ê8{aSÃA¦K-ðE‘°úÔ*01¬ñ”
+£Á†#o¾œ þ'¸‚^ãéú~QËþ±œâ…Ž;°C„öj`DQæUA&‘=#½(FS¬–Žx‹6×%K&¯ÅmàUµùo¶èJØf/Â6ZnÅõAž2MnÀBG( ±)w/WhH•ÂͬÆ¥·k2ã€ñŸ'È©ŠÒäâÌÂÄŸY˜\ÑÚãÉyÊFÎs)s-ÈŒ&»2™|\-‰§‚
+b<³¿…Á?ž1¾@è¡œ<QYx܃ml¤Ì„ÿ¢Ó…‘Î^Xl.Fk”>pɘ5 ŠþF3ØJ6½f"0Ç›¸ÌnãþÆ™…¼“SçFŒ‹„Ü÷üñÖ÷²Æ·ãDã|VLÐ;‚ßÊ|Ow|'TÝAzgÒاú+Nlåâ¿ó$Ñ’Og5¤T£´¿ÿ©é~;S‡7³ƒº_÷$ÆŒÂO¶Î91Ù
+EE—áÖÇü-T&¸ãªfqŠÝ¶ÿ€8´ç* $¢Óã©.‡ÓÄÕ]̮ČQåðX®º[GÊšä'öþålïo¯ï=ÒGXïL¬‚À=?«oy£túàéÇ(ÈB.e W›°Wq1Ç{ ä ?OÌEA¤Ä£ùá<‡Ã²>y ÏŽAb}®Ê6¯
+ÙÀ,}¢Ùk–be·¼D4OÛN¨ªÖ ·‹ìgúDM™¬O!p¥»ݹ¦„>»jÈ KZÏ£Lèš2Q
+n)Æ@t1õ±*Šº|:õÚÖð FÖùØÑé€+¡0âÕ;Æ´ò[QŽMÛ)x?ÞKÔu/] ,)ÊÅn‚¥tBû†ñc9^µ)„&áª<Y£M7~^I<ŸÖvÇOCÿ&3ZlWqÛ›†›–¨h‘¬Ý^Œ÷ú‰HG9—‰–‚…\Ĺۓ vü{Ê°úM3.Á»^7k½ /V6ÍV4Д „þAj¨ef†U\¬qL/6äÑ¥‘8Ÿhä6²>³[† 'øyW“N®&¿ZK´š¢çŸ¼–ž.%ßÎnª¿&ø/3þf1­Ý=bH‘.ïß
+³¦â#+^Ô!} ºŒä^ß¿ø§¼¾4øocCˆqí&?¾øÛwzS@Ú"—&›Gêvܘ0¡o½©7ï_üiü„¶G>ŸMbøI”MæÏ5Ÿ`
+endstream
+endobj
+1127 0 obj <<
+/Type /Page
+/Contents 1128 0 R
+/Resources 1126 0 R
+/MediaBox [0 0 612 792]
+/Parent 1124 0 R
+/Annots [ 1125 0 R ]
+>> endobj
+1125 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [149.902 611.108 159.765 623.872]
+/A << /S /GoTo /D (Hfootnote.19) >>
+>> endobj
+1129 0 obj <<
+/D [1127 0 R /XYZ 107 721.862 null]
+>> endobj
+302 0 obj <<
+/D [1127 0 R /XYZ 108 545.604 null]
+>> endobj
+306 0 obj <<
+/D [1127 0 R /XYZ 108 193.316 null]
+>> endobj
+1130 0 obj <<
+/D [1127 0 R /XYZ 122.346 124.851 null]
+>> endobj
+1126 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F88 436 0 R /F124 545 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1134 0 obj <<
+/Length 3790
+/Filter /FlateDecode
+>>
+stream
+xÚÍ[Ý“Û¶÷_¡™>T7sB€$Àôéòa·i¸ñÍ$$”IS¤BR9;žüïÝÅüι;7mg<'p‹Å~üvAG‹ý"Z¼xöÙí³Ožgb¡Y–¦ñâv·à‘fBÄ ¿Y¤·ÛÅËäjÅ£$ZÞ\ýtû•}A1®$ÇDÄ´€ÉìÀWW«”Û¿bù¥mmÛ_Ø¿³?õ¾î'8i²ÌϨ4y9†?yŒÀà8Õ¯d³”kh&à5ûÒ\ƧƜòÆw§b³oòӡؼw«ÉE«‰”ö›2q¿Ü†p˜q#™N?âÇ(¥©ò£ Ì&%S‰ôC 7Ù„ãÉd¿áˆÅŠÇšqCƒ³,I†M´¦û½ è”I¥þ»ü§sþ…*wü§ÿ{ǽÛÁV‚ìs8¶ôɾU¿aŽ—‰€FÊb©iäíÁ\­˜À®.ËúJ$Ë»¢Ú ´Œ´5»+ç²óä»*º¢®Z?Qâ+Å"÷Û½T‚
+|RÞ¼Sk¨é‰†Øø†äMÝ4àPÐá#´ë}Uüj¶nŽ‚8Áù¼²_#I,!ÖÙ®—Ó.£ŒæzŽ›¶£`"’@~<•žÛ®îy¤!~7vÃÑt§N®°ÄD”!}M#¦d^œ2à”û!ÎÍß9KÇ1víæçsðàü“Rq± Þ¹ßÊL ]YŒAï½à`c¬´C*#ìû…Ù”pj/Ü1~{.Í{–á÷7Ûד¢7^ ‚®Q0e½ÁíW8îä +q+YšÚØ“
+7» ð° Ïh{˜d…HX"ù%"¿O´Ç'ˆöCÑpY*>&þªI˜ ° áñóÞì:„92Ζ͹ª,Þ•±vFÔM}<æÕ6ˆ ÑK«ìc`ìuÈy31`crÞÏí_J<}‚y9µÈXõSÃvÚ`øŠX*ù˜éi˜XÁĺߧõS ™¶«­ÓtÒ²2:d'ÙT¥œÅ£œy¦—¥ÙuØBÿÞTžŠ®iVðHX×çjkÏÉ
+·»âŠ/+H29¥HË1;¡ÈT”«!MT:ââ|]š¿€“U%µ“ŒºÂÔh®éãŒH[7í^,D)“u1§Â¸Œ¹èˆVT]ÝÇN„,–M¯Ôø@JÍhÐwˆp.] ׂűz’3vyÿæ¶6­SEÈÝ•œY¸uö<vr„Æ&o]+,¿D²,T ¿`Ѻ%kú=ÖÛb÷ŽÚ¨œe½ÉÁæH‡&¼ÍΘ'S 'wÛ
+ü¦¾Xþur„Ã."e‘ìâ”oÞä{ÜI–X|‹¿„o±U¸ß^¥l¯^ŒMÅöôï×­CZuM´kš¢
+§BÒ–]c+É!Fèd*#«`
+>áqã1n¼åÃX?2ßÀ‘Ê¢=XÔÌ[pEué"BpGgz²¡@5ˆ ñ‘''cÉ$K¢™±|~È«½=8ý.È‘>X€IõÞ¥Ø:Z A°n‹w _\šjzÐe ‡°5h× X×6¯@Ê.Ý$ÀþxÅLêY»'„b¥õqZ¥5%£@*±”TZÿÞC44`"Q&$gà-uP&ˆ¹ŠÕŸ½`—ÛÝŸ¯°=ê£d—ºmÁÖRó¶_Ä­ZQø_¬@
+Q_÷‘¨¹âz¹‡¹ê\ò•—`”çýÁ'T=L•
+º$ä£7ž ù‰7XkmÆkKX»…Øሹ-8ânŠM0³õÙ„‚ü0›yzòVqh¬òGL Þ¥D„2ëûBù]Â
+º ˆ#"Ê.\ÆâB(H&Ç;ycšóäª-Ž™æ¼ápÑ~Ð~¼7Xû¸{„„Elô1T
+Í]ü Ö>ð~¯ë¨6õÐÛλÐúíjúÍ}mÙ‘®ìê¨8Bt*%EËwõ¹ í^pƇJÎÇm?…|7ßï£ÑµSþÛúè8® ˜c“R6/0À0Q$ç Ãº†,@“+®_ܤL)ý貈³Á‘­Âb¦Ê Û!±É;ùÒ,õ'ø…Ó©©OMac+öx¸Œmë†}Å ãÑ/Î"1ƒ—cð˜eñ LßRŽ—Œ¿¢°Ïc””t‰-ÐÊ“‹‚(¥„.°{rLøäÒHxk¯ÀX¯»¼èçZ»¡CQyüÞ½éçj²£éG2»bòMÈøÒ´VŒ³:AèôC%lÄï|Ž£?´:–^ƒ +ki‰¾2…cA·ŸºžwвÎu"o’Bº¨þ#Ö‡ 
+?·šHµ>w'‹E21RKa#Ÿ…}ø@:*îƒ{¿h˜ÔzkˆDÖ˜Z”b¸–·,Ä ³°âÓÚ³5¹Ú»&š«Éo6/V×6‡¶oãN°í•ÏÕ
+4“(
+õº?*ì UcÂ_%Šg§'þ”`]JqrÏ)i:ûÔ«‡d¸\éO ïvã=Rì‹ÔÐp§ä€ÄQÏ«$·ð¥êAy»€‰ÕÌ·¡/ã
+ÿÛú/ÖZGñW;¶62Ü«Úý5ë¿­ij¸‹ë‹ $ª ÷žÎ@x
+É1ãò©v—ÅÓ«-'µGxÄtbÝu0ÐBÊ¢Ô£b‹
+mN5ºÀ`Y.f1Ÿé©4®(ï<Ô·'˜¼—‹}©ÁŽ¯Ýnl¾k›G“ÛbµX.I¡…'÷dÂ
+ ­êò+N
+<‹ýÆG&ãr…„­Å‹ù{_0ŒÜ†×·þ³sL°«5ˆ;¤oþþ.jt>ÿÄË
+endstream
+endobj
+1133 0 obj <<
+/Type /Page
+/Contents 1134 0 R
+/Resources 1132 0 R
+/MediaBox [0 0 612 792]
+/Parent 1124 0 R
+/Annots [ 1131 0 R ]
+>> endobj
+1131 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [465.554 135.029 475.417 147.793]
+/A << /S /GoTo /D (Hfootnote.20) >>
+>> endobj
+1135 0 obj <<
+/D [1133 0 R /XYZ 107 721.862 null]
+>> endobj
+1136 0 obj <<
+/D [1133 0 R /XYZ 122.346 117.622 null]
+>> endobj
+1132 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F93 433 0 R /F118 517 0 R /F124 545 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1140 0 obj <<
+/Length 3591
+/Filter /FlateDecode
+>>
+stream
+xÚíÙ’Û6ò}¾Bo¦R#„
+_uÎcÝR×Yº4Ëšª.ct±lÁÁ`k# xð.·I‰cBÔhj€Ô È’˜L)€jbKÁð]ü3Mð}s•M iøã5!<^¬Œ<ônüž‹¼ŽMlÏ`¦ÍÜ
+¯uI&m†p1ðê{‘cpPpë#žpÔ(BOÍà7L³…=ÞoYò¸ØíãWt¼/„<a·/W7<â\A’Y|EQUINæøñ:iù†z,ŠW m)™O7t^ÅÛúWn²%uçiçov‘Öà`®âåV0àyÍÏUR-ËôŠ, ‰ú—îÏîLèìË”¬"4Ém@W6M
+v»€Ðh¿+jÑÀ:JÛD2±1
+L±
+;#~ïm± ”Êÿm~U4ùj‚éö3âftÇ«$ã÷¢ur0käù8<INë/¹™VSëChÚ=aCÃÃåÉÙ
+í}BiϤZHyàDÑDi5²IZ‘MBèØÜÆãjáK™ì³x‰þ;q ‡¯(òbCðcŒ®ã
+%$XUÁ=ÙË*”ìÌJMšoø[Õ€Ý+Ó_ù˜‚gÛ£[8Ù¤k·†€#_’‘ààð,]iÕûÚÚ—3<®º³r3ãÆ«ggaµ4F„ '2[mQr”.:´Q.Œ8ÆÚ(°áàTq‚ž;!i˜Êx œƒ£8˜ñ üØX´SÐÁ>XµÁoõ¶Ä »Œñ&ù=ôM”ÚHNæZ<J0`šëšŽµÖ¦: §à ¶ga|ñAè07²ššÍ„
+ºˆ‡Ói˺µ•ã‰@ÙÝŽŸd`h5'YŃLºâé–èK\.kîbeZl­¡qitœ«(EDzÒÒ¶à7<Î:t~
+¤³>À\QˆX
+¤QJSz::ÜÊèb,æáÙØ&ZÛCÈtØöé®÷S8„×güÒ)â…ß;ýcF¸¡¼;7ÓT¨{PÎuŠ›¾3)|´X¥M5LaÎÍü.Qæ6ÖÀ¶ÊÞ½ž$ÈïS‡›,‘SÄBöâö?%ÆŒˆQ§ˆ‰îNÌtj^ÖVäáBK8Ç˲˜Âëyp8†j·ÏNêÇXóî"ÇÉ% µ0vƵVgRÁx³A§Û¡IMRÞ)iùe‚^§™OHîXåNðùþjw>Ë¿Ÿå'äsËÁ“Êû'ĤôÓ>x‘ºM!pè3}ä6%eÆWÜ¢D¡ô0˜{]4[óÇ}‘Å%7—EQ®Òœ²Oô)NËŠ‡2
+í`F M³@Ä€¬9r°4 ãó£¾êœ!UÁO{öY©ucØšÜÞM9gr¡á¬ŒÂNa»YférÖB7º/º,ÍףÙçÃk¥©õÂíc]‹qO·'0v˽¶iQÙæƒóïª,öûö†Ž¢¥ãÝ€yæÓœç`–¯Ú w”¡>–|p¾<–h?üŽOð}ášO`«ÌŒ¬ù³l•ù=[%ÿ®NÁÜÉÊþUý÷
+'Š&à ¯Æ‘YšWu¯ºKì©‘žôÇÆÖ÷”F¢½Žä?N#ÿ±QÚÿòÏ Ó2¤&;¼îÒ·Jw)ÄNm¢ãDºÂÇz3yŸ0FÞÅx"
+åÝÃÕO…1>ˆVp×0f”øÓ)8_š@§áÖi–MÅ#eé‡á0]©’Û²pLæ(
+Ûœ˜G+ž‚aŽîðÇI8Ê5’pt™OI¸Ñ•úË ‘—®ìñB«­Ð{4E†Ýt½.mÞÎS§òyò ŸÇTÚ|ÞduSÕUtu¹¼ãò´0RoT‰÷E“5#Œ î¡”»Ë hÂÀ¹tð
+›FJÂ+ÚÇõvJé@Mü‘\C¹àXÝ{åÔ€°¬¾iËJ<²ý^ôÖbØ­.ã¼àÎ^ÔqmÞ­÷[wÎ~oÓúDö;ìk0¸à)d¿og²G5Ê~o–YŸÈ~GªóWÉ2>qÀÀÚÖ0¥vïE{]ÜÈÒ·xsDUgüŸW ?©*'ç6Ïù
+t`·5±;¯”‡j>¾Õ­>mâ²ÈÚmµÚÉIôngø9¨ô0GÊ¡ ¨¥Ì©tÎvêă;ô—óø‘N“ ßžnÈ1¥Ù ŸE²MKûËÿøkš¯¨j§OÀ·„•;[05%Y œ­æÓz±,ÕJjgF×6©1¥û¬)©~Œ}cïЇ…R±Õƒtähuh÷pt/öäòì{¿&±ä{&£ˆÜËÝÙ÷?º³|x1ƒ ;
+g×ÔmÑYHïî,›½>ûwW;nÐ[ØJ8ƒ5×2R€ï\ÈœÉ!JÀTšfmõwÛ”Ê"5Èìl-EW¸ñpXÑì]ôçäöÚkóÐg¸þÐ7`TˆµØø £>¼vÕ£zýá¿X.c´]qÆe#4~”¶è£.:>ˆ¿Ïk%tïQ¹5¬p×9°™ì lmŠt²bS,ZÍeĺëIW™ðì\N{Í
+Ÿ.ž>°½ªqo‹¿Ú'Ë4ÎÚl˜æÐäÃ7í)¿˜¶ÜÅ´Ø=ç§çÂÈcu ÎClÅ-vÆ¥Øþ»ø†U³Ùp52NÀ2Ébp˜T1²M÷ lo‘yj}þ¾¼‚q4Lõ ›'ˆa4‹—¶¬xN”pÁØ Àç¾-sž…|å<øx ’-øMÇ..ìx衯±¬áÝd†´Ü8oï…öÐî”w\è]&ãëǼèB"kDi× v(b†jÒM>ðºëÁ nÏzi4ÞÑGñÞ1£˜ùäÿ>À€ýu¿^Ë
+endstream
+endobj
+1139 0 obj <<
+/Type /Page
+/Contents 1140 0 R
+/Resources 1138 0 R
+/MediaBox [0 0 612 792]
+/Parent 1124 0 R
+/Annots [ 1137 0 R ]
+>> endobj
+1137 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [262.861 449.684 272.724 462.448]
+/A << /S /GoTo /D (Hfootnote.21) >>
+>> endobj
+1141 0 obj <<
+/D [1139 0 R /XYZ 107 721.862 null]
+>> endobj
+310 0 obj <<
+/D [1139 0 R /XYZ 108 635.612 null]
+>> endobj
+314 0 obj <<
+/D [1139 0 R /XYZ 108 622.332 null]
+>> endobj
+1142 0 obj <<
+/D [1139 0 R /XYZ 122.346 199.152 null]
+>> endobj
+1138 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F103 434 0 R /F118 517 0 R /F93 433 0 R /F124 545 0 R /F11 570 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1145 0 obj <<
+/Length 1935
+/Filter /FlateDecode
+>>
+stream
+xÚ¥X[¯Û6 ~ï¯È۠Ѭ‹-»o]ÛÓvX×aKë0(ŽrbÔ—ÀvzNúëG‘òíÄ9]»›¢)Š¢H~”ƒÅí"X¼~òÓæÉ7‰XÄ,‰"µØì<ˆ™j¡áz±Ù-þZ†«5Â`ù|õ÷ægœ ×’» "`±
+éh$}Èö ãšîû^ygËý¥ö‰|nÊv*ï8WåÏÍ9Nä‘sMþ|aÏùÑÝž/ì9?jÏ— ý_Ýï— ý_ýkÍ”0)tyÕÏIͱͪ²Ï—!”b"îÒÅP„< k³€÷BN_n¶6ŸÑ&ヤ©í
+r,\–•ÏH¸em]þÌ.¤Á˜(/Ô>byÂdÄ¿Ùôöªí ãCåh+2ݬD°üìU¶£ ¤Uù1d–¶$r—µúÒèÔÖ"L@ý›Ç/£ú'µ@ûƒS\p¦â˜„žÏYg Ej$µÁeS
+ðSÃæ<µXÊËp+öi±›3J²@F»îV<XšÆ­=v¡«Ôø<Š}S§_Õ¿¯jÒæ¦ÎÚó
+üþ”8îä‘ø “•D^ñpiëÆ…2¦á;÷SèUú¢>7aÀT"¦†~³#vE”vçM½;dé"Dr_Oý5tPÇÚ¶°G¤‹LAÊE x—(ë¶yŸÚcKãÌ¿Íñhá ýÀϲE–V99$À
+3[?žÙ e¶þ?™ÝÚâ˜;¼ÆQwÄGsë9*‰žUÛÔVxƒ`'Æ…f¡èëé;ì³nðI}Y×]îBÄ,½3 sîO
+ßyevÖŸÖÊùøÐÉäüN=šô“ÛÂåŠ!À[Ÿ%aâÜöÄ}ï «2|ê-|Oú~Æ
+Bt€H #±zÁ'+
+¸äg?¯d>š6ÛæÖ«Æ–‚–ó¬mÒ:£fÈÏš«
+©¾³-TrŒÏŒVyfÉ
+ÊqÀ½=:rI\Îh…Ûˆˆúh|ùß|. WãŸnQ<E¾d
+endstream
+endobj
+1144 0 obj <<
+/Type /Page
+/Contents 1145 0 R
+/Resources 1143 0 R
+/MediaBox [0 0 612 792]
+/Parent 1124 0 R
+>> endobj
+1146 0 obj <<
+/D [1144 0 R /XYZ 107 721.862 null]
+>> endobj
+318 0 obj <<
+/D [1144 0 R /XYZ 108 432.747 null]
+>> endobj
+1143 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F118 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1245 0 obj <<
+/Length 1604
+/Filter /FlateDecode
+>>
+stream
+xÚÅZKsÛ6¾ûWðhÏD
+­6¦0<Ødì£ Ñ´®5³q‡3;]ý¢Nyí<ô`æÐeXf¬,D·uT•@Àhj:M›–ÁØ)‹ö¡Ô¬>›$pfJø*¯Õ ìR1œ–ˆŽ3ArFƒlâ/€óâ/Yò¯güãEûÕ$r³Ìkž&lì^($08œJÁ !¾"ö P&"çD-–਷YäÜUL[
+÷Žî Ž®{Ê7 y¥æM1€áÌ{Èb°tD"«˜H®lê®Å.P òO“UÝW*Žs0«g0hä­²JVÁÌd5²EµmyÚTš-‚áT‡PCñødM˦üΓmý]E%F€ÐÉe¬¡„éˆhýaÕK9r‡ªu¾O
+¹ö¥w¨ïƒ8OHiüÒGøÔÂxÂ>_;AÅjXµºEK.”àGc•Èwºé±a¨ ‹o†
+l„"mn”ûC›|è¥c#ÃÒxG¡²[ØØ]€ÇFmƒ>ó>Aªü¶oÅ$qU¢h
+vSÒ÷‚X]³s€ø3D(O¬:³þÌÎìÙÑ[íÅL£×5{<íÄA[’N-³™ÐÁ
+u0UVëÀ¨QÚuP–<i]·åþÌmùù¢ÆªIo*jtMú‘ÂNÖ½‰ëöÏìÍ%BÔióZð‰¨7MRó×c‡·µh܈ˆ½õÀšn€Ã±Ü¯;ÌÕ—ÝV|é̶.F­ئz
+endstream
+endobj
+1244 0 obj <<
+/Type /Page
+/Contents 1245 0 R
+/Resources 1243 0 R
+/MediaBox [0 0 612 792]
+/Parent 1124 0 R
+/Annots [ 1147 0 R 1148 0 R 1149 0 R 1150 0 R 1151 0 R 1152 0 R 1153 0 R 1154 0 R 1155 0 R 1156 0 R 1157 0 R 1158 0 R 1159 0 R 1160 0 R 1161 0 R 1162 0 R 1163 0 R 1164 0 R 1165 0 R 1166 0 R 1167 0 R 1168 0 R 1169 0 R 1170 0 R 1171 0 R 1172 0 R 1173 0 R 1174 0 R 1175 0 R 1176 0 R 1177 0 R 1178 0 R 1179 0 R 1180 0 R 1181 0 R 1182 0 R 1183 0 R 1184 0 R 1185 0 R 1186 0 R 1187 0 R 1188 0 R 1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R 1228 0 R 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R 1234 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 R 1241 0 R ]
+>> endobj
+1147 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 646.605 154.426 656.986]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1148 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [127.228 634.845 139.183 645.031]
+/A << /S /GoTo /D (page.20) >>
+>> endobj
+1149 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.172 634.845 154.127 645.031]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1150 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 622.695 189.993 633.076]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1151 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 610.934 149.345 621.121]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1152 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 598.979 169.669 609.166]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1153 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.658 598.979 184.613 609.166]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1154 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 587.024 169.669 597.211]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1155 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 575.069 164.588 585.255]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1156 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 563.114 169.669 573.3]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1157 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 550.883 189.993 561.345]
+/A << /S /GoTo /D (page.70) >>
+>> endobj
+1158 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 538.928 189.993 549.39]
+/A << /S /GoTo /D (page.70) >>
+>> endobj
+1159 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 527.248 164.588 537.435]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1160 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.309 515.293 144.264 525.479]
+/A << /S /GoTo /D (page.16) >>
+>> endobj
+1161 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.309 503.338 144.264 513.524]
+/A << /S /GoTo /D (page.16) >>
+>> endobj
+1162 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 491.383 179.831 501.569]
+/A << /S /GoTo /D (page.57) >>
+>> endobj
+1163 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 479.427 174.75 489.614]
+/A << /S /GoTo /D (page.47) >>
+>> endobj
+1164 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 467.472 164.588 477.659]
+/A << /S /GoTo /D (page.16) >>
+>> endobj
+1165 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 455.242 174.75 465.704]
+/A << /S /GoTo /D (page.17) >>
+>> endobj
+1166 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 443.562 169.669 453.748]
+/A << /S /GoTo /D (page.17) >>
+>> endobj
+1167 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [188.2 421.369 200.155 431.831]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1168 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 409.689 164.588 419.876]
+/A << /S /GoTo /D (page.24) >>
+>> endobj
+1169 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 397.458 164.588 407.92]
+/A << /S /GoTo /D (page.24) >>
+>> endobj
+1170 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 385.779 159.507 395.965]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1171 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 373.548 184.912 384.01]
+/A << /S /GoTo /D (page.13) >>
+>> endobj
+1172 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 361.868 164.588 372.055]
+/A << /S /GoTo /D (page.41) >>
+>> endobj
+1173 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 349.913 154.426 360.1]
+/A << /S /GoTo /D (page.17) >>
+>> endobj
+1174 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 337.958 149.345 348.145]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1175 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 326.003 154.426 336.189]
+/A << /S /GoTo /D (page.16) >>
+>> endobj
+1176 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 314.048 195.074 324.234]
+/A << /S /GoTo /D (page.71) >>
+>> endobj
+1177 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 302.092 159.507 312.279]
+/A << /S /GoTo /D (page.40) >>
+>> endobj
+1178 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 289.942 174.75 300.324]
+/A << /S /GoTo /D (page.40) >>
+>> endobj
+1179 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 268.219 164.588 278.406]
+/A << /S /GoTo /D (page.60) >>
+>> endobj
+1180 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 256.264 164.588 266.451]
+/A << /S /GoTo /D (page.61) >>
+>> endobj
+1181 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.264 243.812 188.238 254.935]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1182 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 232.354 164.588 242.541]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1183 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 220.399 154.426 230.585]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1184 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 208.444 154.426 218.63]
+/A << /S /GoTo /D (page.20) >>
+>> endobj
+1185 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 196.294 179.931 206.675]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1186 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [182.919 196.294 194.875 206.675]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1187 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [164.055 184.036 171.029 195.159]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1188 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.317 172.081 133.291 183.204]
+/A << /S /GoTo /D (page.6) >>
+>> endobj
+1189 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 160.428 164.688 170.81]
+/A << /S /GoTo /D (page.6) >>
+>> endobj
+1190 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 148.668 195.074 158.854]
+/A << /S /GoTo /D (page.61) >>
+>> endobj
+1191 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [213.605 136.518 225.56 146.899]
+/A << /S /GoTo /D (page.59) >>
+>> endobj
+1192 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.362 124.757 210.317 134.944]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1193 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 112.607 189.993 122.989]
+/A << /S /GoTo /D (page.59) >>
+>> endobj
+1194 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 646.8 395.266 656.986]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1195 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 634.845 410.509 645.031]
+/A << /S /GoTo /D (page.60) >>
+>> endobj
+1196 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 622.695 410.509 633.076]
+/A << /S /GoTo /D (page.15) >>
+>> endobj
+1197 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 610.739 410.509 621.121]
+/A << /S /GoTo /D (page.60) >>
+>> endobj
+1198 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 598.784 405.428 609.166]
+/A << /S /GoTo /D (page.59) >>
+>> endobj
+1199 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.634 586.749 415.59 597.211]
+/A << /S /GoTo /D (page.11) >>
+>> endobj
+1200 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.781 574.476 405.736 585.36]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1201 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 562.919 410.509 573.3]
+/A << /S /GoTo /D (page.63) >>
+>> endobj
+1202 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.744 551.158 359.699 561.345]
+/A << /S /GoTo /D (page.36) >>
+>> endobj
+1203 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 539.008 390.185 549.39]
+/A << /S /GoTo /D (page.63) >>
+>> endobj
+1204 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 527.248 400.347 537.435]
+/A << /S /GoTo /D (page.44) >>
+>> endobj
+1205 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 515.098 410.509 525.479]
+/A << /S /GoTo /D (page.59) >>
+>> endobj
+1206 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 503.338 374.942 513.524]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1207 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 491.383 395.266 501.569]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1208 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 479.233 400.347 489.614]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1209 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 467.472 369.861 477.659]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1210 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 455.517 385.104 465.704]
+/A << /S /GoTo /D (page.36) >>
+>> endobj
+1211 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 443.562 364.78 453.748]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1212 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 431.607 380.023 441.793]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1213 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.011 431.607 394.967 441.793]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1214 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 419.457 374.942 429.838]
+/A << /S /GoTo /D (page.59) >>
+>> endobj
+1215 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 407.696 364.78 417.883]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1216 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 395.741 395.266 405.928]
+/A << /S /GoTo /D (page.71) >>
+>> endobj
+1217 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 383.786 400.347 393.973]
+/A << /S /GoTo /D (page.71) >>
+>> endobj
+1218 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 371.636 369.861 382.017]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1219 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 349.913 395.266 360.1]
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+1220 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 337.958 369.861 348.145]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1221 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 326.003 395.266 336.189]
+/A << /S /GoTo /D (page.44) >>
+>> endobj
+1222 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 314.048 374.942 324.234]
+/A << /S /GoTo /D (page.57) >>
+>> endobj
+1223 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 302.092 395.266 312.279]
+/A << /S /GoTo /D (page.57) >>
+>> endobj
+1224 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 289.942 395.266 300.324]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1225 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 278.182 380.023 288.369]
+/A << /S /GoTo /D (page.15) >>
+>> endobj
+1226 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.011 278.182 394.967 288.369]
+/A << /S /GoTo /D (page.42) >>
+>> endobj
+1227 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.955 278.182 409.911 288.369]
+/A << /S /GoTo /D (page.43) >>
+>> endobj
+1228 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 266.032 410.509 276.413]
+/A << /S /GoTo /D (page.44) >>
+>> endobj
+1229 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.265 253.775 359.239 264.897]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1230 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 242.122 395.266 252.503]
+/A << /S /GoTo /D (page.45) >>
+>> endobj
+1231 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 230.361 374.942 240.548]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1232 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 218.406 369.861 228.593]
+/A << /S /GoTo /D (page.16) >>
+>> endobj
+1233 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 206.451 390.185 216.638]
+/A << /S /GoTo /D (page.57) >>
+>> endobj
+1234 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 194.496 374.942 204.682]
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+1235 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 182.346 380.023 192.727]
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+1236 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 170.585 369.861 180.772]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1237 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 158.63 390.185 168.817]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1238 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.395 146.675 354.369 157.301]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1239 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.744 134.72 359.699 144.907]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1240 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 122.765 385.104 132.951]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1241 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 110.615 374.942 120.996]
+/A << /S /GoTo /D (page.56) >>
+>> endobj
+1246 0 obj <<
+/D [1244 0 R /XYZ 107 721.862 null]
+>> endobj
+322 0 obj <<
+/D [1244 0 R /XYZ 108 675.93 null]
+>> endobj
+1243 0 obj <<
+/Font << /F92 432 0 R /F103 434 0 R /F105 437 0 R /F88 436 0 R /F118 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1350 0 obj <<
+/Length 1537
+/Filter /FlateDecode
+>>
+stream
+xÚÍZIoÜ6¾ûWÌÑj†‹HJÇ.IТ(ŠÆ·¤ŽD-µ6Hί/¥Q’±†‰ä Éef Kïûøøvî²ܽ½ùåáæÕ›ïB1ìÒ‚!À8ØqõA¾{HvïoéÝ=‚Þþ|÷ïÃÓ  NÐø† ÄJØôàßw÷ MŸøöõôû¯é÷oÓçïÓç¯'ÿ}÷EàW„QEŸ%†x|ä΄_½QDÔà Éøð=‰0@ˆªgº dYm/¿È”|ÌÆWX~–ÿÓ$©?á®ËvÇÿ¼½Ù½¿ÇjÅx~vˆ(=¯“¸©k”‚0Bx™Á,LÏ é’^G@íÙV|º¢£,|•¶iÓyÂ3î߉Jg ‚ˆã­
+@—ÌÂŽØ’BëLŽ£øhÍ *(*‘y«€1 œQ(›¦õõ:{bð1/J%„ÎJhÅ‹®óVqV W€U,dÔ"ž:“ìž/xG@=µÕVt0 ;×ÁHÂÄÀjë.Œ †RìeékŠßfŠO’b×ñ¡{’¾! ·¤ðû¶,jé› SRH™j1zc:~”Ž! xipâìÐÉ»é•JÄ]³¦ÑheE
+?i†¾øä?© Ý&5#…±+ñ•­m¡-áÛ¦¨‡Þ»5uœ’Œ ”'}3XÖ§¹*RJYû((wÖæbˆsï„ÏÝþnìálv­‰3íþÄ oE,},pù½d„h¤âa°£ŒHø‚ÑÇÄdüšö ©Ùs)’K]5Œ®µ#GaZüá[¬¿ÏE+}×OmÖó‹y´ÈkDŠ~h.”4á5[ÖЀ¯j›ÊÛ
+~†»V,hèÎB¦Š€i`ÅÛ°xaŒ†KtvÆÈ]Ñx‡Î*¬Ý¡3Ç#¾ïæ¾a2kº/dWÿag_,âX´ãÅþQ{ˆ<åÿ­6D–} ]i_gt=ñDîY:Qéx¥»Î‹Y–ÎqfCwð"Ü9†(H½¯sËÍs< ˜« §½*óÃÎåØ,zEn<'
+uó±+c§J¾ÖflåCµ×–xVZ[ o¦C·‰Â¡.ßÐÎ.ž9¼~¸ùÜÿZ
+endstream
+endobj
+1349 0 obj <<
+/Type /Page
+/Contents 1350 0 R
+/Resources 1348 0 R
+/MediaBox [0 0 612 792]
+/Parent 1352 0 R
+/Annots [ 1242 0 R 1247 0 R 1248 0 R 1249 0 R 1250 0 R 1251 0 R 1252 0 R 1253 0 R 1254 0 R 1255 0 R 1256 0 R 1257 0 R 1258 0 R 1259 0 R 1260 0 R 1261 0 R 1262 0 R 1263 0 R 1264 0 R 1265 0 R 1266 0 R 1267 0 R 1268 0 R 1269 0 R 1270 0 R 1271 0 R 1272 0 R 1273 0 R 1274 0 R 1275 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 1302 0 R 1303 0 R 1304 0 R 1305 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R 1322 0 R 1323 0 R 1324 0 R 1325 0 R 1326 0 R 1327 0 R 1328 0 R 1329 0 R 1330 0 R 1331 0 R 1332 0 R 1333 0 R 1334 0 R 1335 0 R 1336 0 R 1337 0 R 1338 0 R 1339 0 R 1340 0 R 1341 0 R 1342 0 R 1343 0 R 1344 0 R 1345 0 R 1346 0 R ]
+>> endobj
+1242 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 671.407 159.507 681.788]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1247 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 659.646 174.75 669.833]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1248 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 647.691 169.669 657.878]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1249 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 635.541 169.669 645.923]
+/A << /S /GoTo /D (page.67) >>
+>> endobj
+1250 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 623.586 179.831 633.968]
+/A << /S /GoTo /D (page.51) >>
+>> endobj
+1251 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 611.631 164.588 622.012]
+/A << /S /GoTo /D (page.12) >>
+>> endobj
+1252 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 599.595 179.831 610.057]
+/A << /S /GoTo /D (page.66) >>
+>> endobj
+1253 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 587.721 174.75 598.102]
+/A << /S /GoTo /D (page.68) >>
+>> endobj
+1254 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 575.765 179.831 586.147]
+/A << /S /GoTo /D (page.68) >>
+>> endobj
+1255 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 563.81 174.75 574.192]
+/A << /S /GoTo /D (page.63) >>
+>> endobj
+1256 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 552.05 159.507 562.237]
+/A << /S /GoTo /D (page.65) >>
+>> endobj
+1257 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 539.9 189.993 550.281]
+/A << /S /GoTo /D (page.13) >>
+>> endobj
+1258 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 527.945 174.75 538.326]
+/A << /S /GoTo /D (page.13) >>
+>> endobj
+1259 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 515.99 179.831 526.371]
+/A << /S /GoTo /D (page.47) >>
+>> endobj
+1260 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 494.878 164.588 505.064]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1261 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 482.728 169.669 493.109]
+/A << /S /GoTo /D (page.60) >>
+>> endobj
+1262 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.309 470.967 144.264 481.154]
+/A << /S /GoTo /D (page.38) >>
+>> endobj
+1263 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.615 458.295 174.57 469.199]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1264 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 447.057 169.669 457.244]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1265 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 435.102 169.669 445.288]
+/A << /S /GoTo /D (page.36) >>
+>> endobj
+1266 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.658 435.102 184.613 445.288]
+/A << /S /GoTo /D (page.37) >>
+>> endobj
+1267 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [129.637 423.147 136.611 433.772]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1268 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 411.191 164.588 421.378]
+/A << /S /GoTo /D (page.40) >>
+>> endobj
+1269 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 389.609 149.345 400.071]
+/A << /S /GoTo /D (page.24) >>
+>> endobj
+1270 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 377.654 164.588 388.116]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1271 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 365.699 154.426 376.161]
+/A << /S /GoTo /D (page.36) >>
+>> endobj
+1272 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 353.744 149.345 364.206]
+/A << /S /GoTo /D (page.36) >>
+>> endobj
+1273 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 341.789 169.669 352.251]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1274 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 329.834 195.074 340.295]
+/A << /S /GoTo /D (page.73) >>
+>> endobj
+1275 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.063 329.834 210.018 340.295]
+/A << /S /GoTo /D (page.78) >>
+>> endobj
+1276 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 317.878 149.345 328.34]
+/A << /S /GoTo /D (page.36) >>
+>> endobj
+1277 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [208.524 305.923 220.479 316.385]
+/A << /S /GoTo /D (page.70) >>
+>> endobj
+1278 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [208.524 293.968 220.479 304.43]
+/A << /S /GoTo /D (page.70) >>
+>> endobj
+1279 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 282.013 195.074 292.475]
+/A << /S /GoTo /D (page.63) >>
+>> endobj
+1280 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [208.524 270.058 220.479 280.52]
+/A << /S /GoTo /D (page.62) >>
+>> endobj
+1281 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [208.524 258.103 220.479 268.564]
+/A << /S /GoTo /D (page.62) >>
+>> endobj
+1282 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 246.147 164.588 256.609]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1283 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.452 233.875 159.407 244.654]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1284 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.309 222.237 144.264 232.699]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1285 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 210.282 164.588 220.744]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1286 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 198.327 179.831 208.789]
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+1287 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 186.372 169.669 196.833]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1288 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 174.416 174.75 184.878]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1289 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 162.461 164.588 172.923]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1290 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 141.43 159.507 151.616]
+/A << /S /GoTo /D (page.57) >>
+>> endobj
+1291 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 129.475 149.345 139.661]
+/A << /S /GoTo /D (page.37) >>
+>> endobj
+1292 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 117.519 174.75 127.706]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1293 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 105.369 174.75 115.751]
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+1294 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 671.602 374.942 681.788]
+/A << /S /GoTo /D (page.57) >>
+>> endobj
+1295 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 659.646 385.104 669.833]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1296 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 647.691 374.942 657.878]
+/A << /S /GoTo /D (page.57) >>
+>> endobj
+1297 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 635.541 385.104 645.923]
+/A << /S /GoTo /D (page.57) >>
+>> endobj
+1298 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 623.506 390.185 633.968]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1299 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 611.826 380.023 622.012]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1300 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 599.595 385.104 610.057]
+/A << /S /GoTo /D (page.24) >>
+>> endobj
+1301 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 578.369 390.185 588.75]
+/A << /S /GoTo /D (page.73) >>
+>> endobj
+1302 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 557.257 374.942 567.444]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1303 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 545.302 374.942 555.488]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1304 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 533.347 374.942 543.533]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1305 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [377.93 533.347 389.886 543.533]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1306 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 521.197 395.266 531.578]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1307 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.254 521.197 410.21 531.578]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1308 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 509.436 380.023 519.623]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1309 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.011 509.436 394.967 519.623]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1310 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 497.481 390.185 507.668]
+/A << /S /GoTo /D (page.41) >>
+>> endobj
+1311 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 485.526 369.861 495.713]
+/A << /S /GoTo /D (page.37) >>
+>> endobj
+1312 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 473.296 400.347 483.757]
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+1313 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 461.616 364.78 471.802]
+/A << /S /GoTo /D (page.15) >>
+>> endobj
+1314 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 449.66 369.861 459.847]
+/A << /S /GoTo /D (page.17) >>
+>> endobj
+1315 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 428.159 380.023 438.54]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1316 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 416.123 380.023 426.585]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1317 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [418.877 404.249 430.833 414.63]
+/A << /S /GoTo /D (page.44) >>
+>> endobj
+1318 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [408.715 392.293 420.671 402.675]
+/A << /S /GoTo /D (page.44) >>
+>> endobj
+1319 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 380.258 374.942 390.72]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1320 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 368.578 390.185 378.765]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1321 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [364.909 356.623 371.883 367.248]
+/A << /S /GoTo /D (page.5) >>
+>> endobj
+1322 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [365.96 344.17 372.934 354.854]
+/A << /S /GoTo /D (page.5) >>
+>> endobj
+1323 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 332.712 380.023 342.899]
+/A << /S /GoTo /D (page.60) >>
+>> endobj
+1324 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 320.757 364.78 330.944]
+/A << /S /GoTo /D (page.61) >>
+>> endobj
+1325 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 308.802 369.861 318.989]
+/A << /S /GoTo /D (page.61) >>
+>> endobj
+1326 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 296.521 364.78 307.034]
+/A << /S /GoTo /D (page.53) >>
+>> endobj
+1327 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 284.697 410.509 295.078]
+/A << /S /GoTo /D (page.43) >>
+>> endobj
+1328 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 272.742 410.509 283.123]
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+1329 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 260.787 410.509 271.168]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1330 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 248.831 369.861 259.213]
+/A << /S /GoTo /D (page.67) >>
+>> endobj
+1331 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 236.876 380.023 247.258]
+/A << /S /GoTo /D (page.51) >>
+>> endobj
+1332 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 224.921 385.104 235.303]
+/A << /S /GoTo /D (page.51) >>
+>> endobj
+1333 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 212.966 364.78 223.347]
+/A << /S /GoTo /D (page.12) >>
+>> endobj
+1334 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [408.715 201.011 420.671 211.392]
+/A << /S /GoTo /D (page.49) >>
+>> endobj
+1335 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [423.659 201.011 435.615 211.392]
+/A << /S /GoTo /D (page.59) >>
+>> endobj
+1336 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.634 188.975 410.608 199.313]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1337 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 177.02 405.527 187.358]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1338 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 165.145 385.203 175.527]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1339 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.192 165.145 395.166 175.527]
+/A << /S /GoTo /D (page.8) >>
+>> endobj
+1340 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 153.19 385.203 163.572]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1341 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.192 153.19 395.166 163.572]
+/A << /S /GoTo /D (page.8) >>
+>> endobj
+1342 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 141.154 395.266 151.616]
+/A << /S /GoTo /D (page.59) >>
+>> endobj
+1343 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 129.28 395.365 139.661]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1344 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.354 129.28 405.328 139.661]
+/A << /S /GoTo /D (page.8) >>
+>> endobj
+1345 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 117.325 395.266 127.706]
+/A << /S /GoTo /D (page.12) >>
+>> endobj
+1346 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 105.369 385.104 115.751]
+/A << /S /GoTo /D (page.56) >>
+>> endobj
+1351 0 obj <<
+/D [1349 0 R /XYZ 107 721.862 null]
+>> endobj
+1348 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F88 436 0 R /F118 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1454 0 obj <<
+/Length 1689
+/Filter /FlateDecode
+>>
+stream
+xÚÅ[ËrÛ6Ýû+´´g*„
+"-Š‹ZSFÑu´x’¥0'Áêœ ß|" Ý2ªš·»²ñ©ÔPUMÂè8°Í†{çsÔ6Ÿ®yŸN?‰²cš¨JÑuŽ¾_<VDôú°g¢ÌR!Ò£oIGÖ§½çÀV"mvíVÔZ9QÝœ¢ÉDȧ®¢ ªÚv„ïÕáx9Ï#It¿DúÆOüúDš´:•Õø:¡0‰^¤Û¬öÍopà–ßôðUŪ&U¶z¬l"„m:ãÐiðí\2tsÉ=¶Ô
+;O»Ôwí»¯½æ9k=½ÿÙúÏßÏù@ŠEdEzŸFs>c…¥KЖ¦xA± ÞŽ}ÓÚB|¥vß$L/|!BŽÎ°ê@l•™›ñ,3§3ôB”¹o‚‰cá^Ö6# ¯Db¦"!cqæ7Aë „`…zìfã 0tK+ñ•eÛ’U¹®6Àÿá!|¨­¯ùA›Hpj
+6̆Þr”
+‘Ö9ßË@ªé0ZEÓE
+]$Ihs+30QÐ]ä,ãõ¶,Ò™©û=VC@Ó}2ÝPÒðî5™Â™®×$ض’ðé†:ß— ·wâ k·ÛhÁnóhYâêó
+«´·+ ‚µ‡=ëç MY¾y¾iªËóë/Ùz;Æ0°Å>Ü¿ý~Ág~}g^k?¨®æHÕŠçí¨s!³‹9÷*€I¸\Æ[#pEˆ`œ{WQl–í¤P­
+endstream
+endobj
+1453 0 obj <<
+/Type /Page
+/Contents 1454 0 R
+/Resources 1452 0 R
+/MediaBox [0 0 612 792]
+/Parent 1352 0 R
+/Annots [ 1347 0 R 1353 0 R 1354 0 R 1355 0 R 1356 0 R 1357 0 R 1358 0 R 1359 0 R 1360 0 R 1361 0 R 1362 0 R 1363 0 R 1364 0 R 1365 0 R 1366 0 R 1367 0 R 1368 0 R 1369 0 R 1370 0 R 1371 0 R 1372 0 R 1373 0 R 1374 0 R 1375 0 R 1376 0 R 1377 0 R 1378 0 R 1379 0 R 1380 0 R 1381 0 R 1382 0 R 1383 0 R 1384 0 R 1385 0 R 1386 0 R 1387 0 R 1388 0 R 1389 0 R 1390 0 R 1391 0 R 1392 0 R 1393 0 R 1394 0 R 1395 0 R 1396 0 R 1397 0 R 1398 0 R 1399 0 R 1400 0 R 1401 0 R 1402 0 R 1403 0 R 1404 0 R 1405 0 R 1406 0 R 1407 0 R 1408 0 R 1409 0 R 1410 0 R 1411 0 R 1412 0 R 1413 0 R 1414 0 R 1415 0 R 1416 0 R 1417 0 R 1418 0 R 1419 0 R 1420 0 R 1421 0 R 1422 0 R 1423 0 R 1424 0 R 1425 0 R 1426 0 R 1427 0 R 1428 0 R 1429 0 R 1430 0 R 1431 0 R 1432 0 R 1433 0 R 1434 0 R 1435 0 R 1436 0 R 1437 0 R 1438 0 R 1439 0 R 1440 0 R 1441 0 R 1442 0 R 1443 0 R 1444 0 R 1445 0 R 1446 0 R 1447 0 R 1448 0 R 1449 0 R ]
+>> endobj
+1347 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 671.407 184.912 681.788]
+/A << /S /GoTo /D (page.73) >>
+>> endobj
+1353 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 659.452 174.75 669.833]
+/A << /S /GoTo /D (page.59) >>
+>> endobj
+1354 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 647.416 164.588 657.878]
+/A << /S /GoTo /D (page.66) >>
+>> endobj
+1355 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 635.541 184.912 645.923]
+/A << /S /GoTo /D (page.45) >>
+>> endobj
+1356 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 623.586 179.831 633.968]
+/A << /S /GoTo /D (page.45) >>
+>> endobj
+1357 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 611.631 159.507 622.012]
+/A << /S /GoTo /D (page.68) >>
+>> endobj
+1358 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 599.595 169.769 610.057]
+/A << /S /GoTo /D (page.8) >>
+>> endobj
+1359 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.913 587.418 164.887 598.541]
+/A << /S /GoTo /D (page.8) >>
+>> endobj
+1360 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 575.765 164.588 586.147]
+/A << /S /GoTo /D (page.68) >>
+>> endobj
+1361 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 563.81 174.75 574.192]
+/A << /S /GoTo /D (page.48) >>
+>> endobj
+1362 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 551.855 164.588 562.237]
+/A << /S /GoTo /D (page.68) >>
+>> endobj
+1363 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 540.095 149.345 550.281]
+/A << /S /GoTo /D (page.61) >>
+>> endobj
+1364 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 528.14 159.507 538.326]
+/A << /S /GoTo /D (page.71) >>
+>> endobj
+1365 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 516.184 154.426 526.371]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1366 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [148.257 503.732 155.231 514.855]
+/A << /S /GoTo /D (page.5) >>
+>> endobj
+1367 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 491.948 149.345 502.461]
+/A << /S /GoTo /D (page.53) >>
+>> endobj
+1368 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [176.862 469.916 188.817 481.792]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1369 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 459.012 159.507 469.199]
+/A << /S /GoTo /D (page.72) >>
+>> endobj
+1370 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 446.862 174.75 457.244]
+/A << /S /GoTo /D (page.51) >>
+>> endobj
+1371 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [203.443 434.907 210.417 445.165]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1372 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 422.952 190.093 433.333]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1373 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [193.081 422.952 205.037 433.333]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1374 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 410.997 174.85 421.378]
+/A << /S /GoTo /D (page.6) >>
+>> endobj
+1375 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 399.041 169.769 409.423]
+/A << /S /GoTo /D (page.5) >>
+>> endobj
+1376 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [188.2 387.086 195.174 397.468]
+/A << /S /GoTo /D (page.6) >>
+>> endobj
+1377 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [193.281 375.051 200.255 385.389]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1378 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 363.371 164.588 373.557]
+/A << /S /GoTo /D (page.33) >>
+>> endobj
+1379 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 351.221 154.426 361.602]
+/A << /S /GoTo /D (page.69) >>
+>> endobj
+1380 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 339.46 169.769 349.647]
+/A << /S /GoTo /D (page.6) >>
+>> endobj
+1381 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.447 327.505 149.421 337.69]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1382 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 315.355 184.912 325.737]
+/A << /S /GoTo /D (page.63) >>
+>> endobj
+1383 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 293.968 195.074 304.43]
+/A << /S /GoTo /D (page.11) >>
+>> endobj
+1384 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 282.093 185.012 292.475]
+/A << /S /GoTo /D (page.6) >>
+>> endobj
+1385 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [164.082 269.836 171.056 280.959]
+/A << /S /GoTo /D (page.6) >>
+>> endobj
+1386 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 248.831 169.669 259.213]
+/A << /S /GoTo /D (page.63) >>
+>> endobj
+1387 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 236.876 159.507 247.258]
+/A << /S /GoTo /D (page.40) >>
+>> endobj
+1388 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 224.921 184.912 235.303]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1389 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 212.966 164.588 223.347]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1390 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 201.011 159.507 211.392]
+/A << /S /GoTo /D (page.63) >>
+>> endobj
+1391 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [127.228 189.056 139.183 199.437]
+/A << /S /GoTo /D (page.56) >>
+>> endobj
+1392 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 177.1 149.345 187.482]
+/A << /S /GoTo /D (page.56) >>
+>> endobj
+1393 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.362 165.145 210.317 175.527]
+/A << /S /GoTo /D (page.60) >>
+>> endobj
+1394 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 153.19 164.588 163.572]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1395 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 141.154 164.588 151.616]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1396 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.309 129.28 144.264 139.661]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1397 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 117.325 164.588 127.706]
+/A << /S /GoTo /D (page.44) >>
+>> endobj
+1398 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 105.369 169.669 115.751]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1399 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 671.407 390.185 681.788]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1400 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 659.452 380.023 669.833]
+/A << /S /GoTo /D (page.48) >>
+>> endobj
+1401 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [342.663 647.496 354.618 657.878]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1402 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 635.541 369.861 645.923]
+/A << /S /GoTo /D (page.40) >>
+>> endobj
+1403 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 623.506 374.942 633.968]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1404 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 611.55 405.428 622.012]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1405 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 599.676 380.023 610.057]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1406 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 587.64 385.104 598.102]
+/A << /S /GoTo /D (page.41) >>
+>> endobj
+1407 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 575.765 410.509 586.147]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1408 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.744 564.005 359.699 574.192]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1409 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 551.855 364.78 562.237]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1410 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 539.9 390.185 550.281]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1411 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 527.945 380.023 538.326]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1412 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 515.99 400.347 526.371]
+/A << /S /GoTo /D (page.44) >>
+>> endobj
+1413 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 504.034 410.509 514.416]
+/A << /S /GoTo /D (page.56) >>
+>> endobj
+1414 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 492.079 405.428 502.461]
+/A << /S /GoTo /D (page.56) >>
+>> endobj
+1415 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 480.124 385.104 490.506]
+/A << /S /GoTo /D (page.56) >>
+>> endobj
+1416 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 468.169 380.023 478.55]
+/A << /S /GoTo /D (page.37) >>
+>> endobj
+1417 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 456.214 405.428 466.595]
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+1418 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 444.259 390.185 454.64]
+/A << /S /GoTo /D (page.57) >>
+>> endobj
+1419 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 432.223 374.942 442.685]
+/A << /S /GoTo /D (page.15) >>
+>> endobj
+1420 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 420.348 380.023 430.73]
+/A << /S /GoTo /D (page.15) >>
+>> endobj
+1421 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.049 407.871 390.005 418.775]
+/A << /S /GoTo /D (page.13) >>
+>> endobj
+1422 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [392.993 407.871 404.948 418.775]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1423 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [423.958 396.357 435.913 406.819]
+/A << /S /GoTo /D (page.73) >>
+>> endobj
+1424 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [438.902 396.357 450.857 406.819]
+/A << /S /GoTo /D (page.78) >>
+>> endobj
+1425 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 384.483 385.104 394.864]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1426 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 372.447 395.266 382.909]
+/A << /S /GoTo /D (page.66) >>
+>> endobj
+1427 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 350.61 380.023 360.991]
+/A << /S /GoTo /D (page.60) >>
+>> endobj
+1428 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 338.655 380.023 349.036]
+/A << /S /GoTo /D (page.60) >>
+>> endobj
+1429 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 326.699 374.942 337.081]
+/A << /S /GoTo /D (page.59) >>
+>> endobj
+1430 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [389.422 304.479 396.396 315.602]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1431 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 292.826 405.428 303.208]
+/A << /S /GoTo /D (page.71) >>
+>> endobj
+1432 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 281.066 395.266 291.253]
+/A << /S /GoTo /D (page.71) >>
+>> endobj
+1433 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.634 268.836 415.59 279.298]
+/A << /S /GoTo /D (page.45) >>
+>> endobj
+1434 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.744 257.156 359.699 267.342]
+/A << /S /GoTo /D (page.15) >>
+>> endobj
+1435 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 245.201 400.347 255.387]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1436 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 233.051 395.266 243.432]
+/A << /S /GoTo /D (page.54) >>
+>> endobj
+1437 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 221.015 390.185 231.477]
+/A << /S /GoTo /D (page.15) >>
+>> endobj
+1438 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 209.06 410.509 219.522]
+/A << /S /GoTo /D (page.69) >>
+>> endobj
+1439 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 197.38 374.942 207.567]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1440 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [382.354 185.425 394.309 195.611]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1441 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [377.054 172.877 389.009 183.761]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1442 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 161.239 405.428 171.701]
+/A << /S /GoTo /D (page.63) >>
+>> endobj
+1443 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 149.559 369.861 159.746]
+/A << /S /GoTo /D (page.37) >>
+>> endobj
+1444 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 137.329 380.023 147.791]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1445 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.011 137.329 394.967 147.791]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1446 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 125.374 400.347 135.836]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1447 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.335 125.374 415.291 135.836]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1448 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 113.418 385.104 123.88]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1449 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.092 113.418 400.048 123.88]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1455 0 obj <<
+/D [1453 0 R /XYZ 107 721.862 null]
+>> endobj
+1452 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F88 436 0 R /F93 433 0 R /F118 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1558 0 obj <<
+/Length 1400
+/Filter /FlateDecode
+>>
+stream
+xÚÕZË’£6Ý÷W°lWÅ$@ˆe2¯J©TÚ»I2ȶ21BxÜÓ3¶[KbÊÉèj|Ïáê¾¥0Xaðñá—ÅÛ
+È0ŽƒÅ*€!ÅAªïY˜‹"øô˜Ìæ0LÂÇŸg/~ë~˜Fðð‚´°îÅ?fs »+z|ß=ÿÞ=¿ë®¿v×·'ÿ}ú&ð;ƒ' Ë^$’øðÊCØ~óAÑ/ǘD‡—çQ†
+ŒA˜Dqè… p¨©Ú$ ¼•ÁˆôÂæH3€ä;ƒ†îXÍs|“[ááuø^Ø+49-‚˜à©,à(Ì >¤|í°“é¾“e€/EÃ
+_Õ£ÌBõøžåJH_ïCŽÞ×°/-«rÓÚÇ HQv#~|ýQ˜_Ѳ¤{Þè¸æ•)fÄ ™(öˆ,…,Ø`4¶#B܉HIŸ}WÛ¬>Ç¿º)Hç°i–£fÔ‘…q%¬²ÂØJ eÍáº=Øi‚8kbÅKVÑ­ÉIq²ÝH!=7ü`LsGôkœÛÖ¥¹¼€!Ø‘û+*½0•íj)DÉhåkHئ¼ÀrQüUy1Æॼ0j¡j·LkŒ§…K5åÒ3Íê` Íwð<_KZoŒZ   ßË—zt3ï•œ.%Z
+~k"ÝõÂŒ$ê»8w#É*= ("®¤XÕpQùz1Šœ½x?”‹l
+¡6UÔ×ýbûêáI”¼xËe^z;?Œí#ÿŽÓ­0ÈlÌo ßd~þÓ—–Êû}þ“î‰}M ÜdúøB—=ÕÚ¸øv}hl_8êÝ*îŽ!›âî€ÊQ"O„‹‡¦žWc«%Í?+¶W¾åfLk^%ê+¬–þ‚Ãåý’Œ3¤Kã3Ò©°®yµbtk$À٠ƈŒZñ·Ç$r¬Úå@²ª"×)ùóv)Ê¡*°‹SU½°Wû*§µ2· vóÚÌm^«Xc*ÿ{G¾Ñô°ET8©AÔ†ª|ã;)wÉ7f
+ÝÎ(I«f%äv ²¶3r‡÷J{m¥
+endstream
+endobj
+1557 0 obj <<
+/Type /Page
+/Contents 1558 0 R
+/Resources 1556 0 R
+/MediaBox [0 0 612 792]
+/Parent 1352 0 R
+/Annots [ 1450 0 R 1451 0 R 1456 0 R 1457 0 R 1458 0 R 1459 0 R 1460 0 R 1461 0 R 1462 0 R 1463 0 R 1464 0 R 1465 0 R 1466 0 R 1467 0 R 1468 0 R 1469 0 R 1470 0 R 1471 0 R 1472 0 R 1473 0 R 1474 0 R 1475 0 R 1476 0 R 1477 0 R 1478 0 R 1479 0 R 1480 0 R 1481 0 R 1482 0 R 1483 0 R 1484 0 R 1485 0 R 1486 0 R 1487 0 R 1488 0 R 1489 0 R 1490 0 R 1491 0 R 1492 0 R 1493 0 R 1494 0 R 1495 0 R 1496 0 R 1497 0 R 1498 0 R 1499 0 R 1500 0 R 1501 0 R 1502 0 R 1503 0 R 1504 0 R 1505 0 R 1506 0 R 1507 0 R 1508 0 R 1509 0 R 1510 0 R 1511 0 R 1512 0 R 1513 0 R 1514 0 R 1515 0 R 1516 0 R 1517 0 R 1518 0 R 1519 0 R 1520 0 R 1521 0 R 1522 0 R 1523 0 R 1524 0 R 1525 0 R 1526 0 R 1527 0 R 1528 0 R 1529 0 R 1530 0 R 1531 0 R 1532 0 R 1533 0 R 1534 0 R 1535 0 R 1536 0 R 1537 0 R 1538 0 R 1539 0 R 1540 0 R 1541 0 R 1542 0 R 1543 0 R 1544 0 R 1545 0 R 1546 0 R 1547 0 R 1548 0 R 1549 0 R 1550 0 R 1551 0 R 1552 0 R 1553 0 R ]
+>> endobj
+1450 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 671.602 154.426 681.788]
+/A << /S /GoTo /D (page.17) >>
+>> endobj
+1451 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 659.646 154.426 669.833]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1456 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 647.691 184.912 657.878]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1457 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 635.541 174.75 645.923]
+/A << /S /GoTo /D (page.54) >>
+>> endobj
+1458 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 613.623 159.507 624.005]
+/A << /S /GoTo /D (page.51) >>
+>> endobj
+1459 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 601.863 149.345 612.05]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1460 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 589.713 169.669 600.095]
+/A << /S /GoTo /D (page.54) >>
+>> endobj
+1461 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 577.953 159.507 588.139]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1462 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 565.998 154.426 576.184]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1463 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 553.848 164.588 564.229]
+/A << /S /GoTo /D (page.43) >>
+>> endobj
+1464 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.362 541.812 210.317 552.274]
+/A << /S /GoTo /D (page.17) >>
+>> endobj
+1465 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.362 530.132 210.317 540.319]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1466 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 517.982 164.588 528.364]
+/A << /S /GoTo /D (page.63) >>
+>> endobj
+1467 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 505.946 195.074 516.408]
+/A << /S /GoTo /D (page.17) >>
+>> endobj
+1468 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 494.267 184.912 504.453]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1469 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 482.311 195.074 492.498]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1470 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 470.356 179.831 480.543]
+/A << /S /GoTo /D (page.72) >>
+>> endobj
+1471 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [182.82 470.356 194.775 480.543]
+/A << /S /GoTo /D (page.78) >>
+>> endobj
+1472 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [208.524 458.206 220.479 468.588]
+/A << /S /GoTo /D (page.72) >>
+>> endobj
+1473 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 446.446 184.912 456.633]
+/A << /S /GoTo /D (page.62) >>
+>> endobj
+1474 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 434.491 174.75 444.677]
+/A << /S /GoTo /D (page.62) >>
+>> endobj
+1475 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 422.536 184.912 432.722]
+/A << /S /GoTo /D (page.62) >>
+>> endobj
+1476 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 410.386 169.669 420.767]
+/A << /S /GoTo /D (page.62) >>
+>> endobj
+1477 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [188.2 398.35 200.155 408.812]
+/A << /S /GoTo /D (page.72) >>
+>> endobj
+1478 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [203.144 398.35 215.099 408.812]
+/A << /S /GoTo /D (page.78) >>
+>> endobj
+1479 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 386.67 189.993 396.857]
+/A << /S /GoTo /D (page.62) >>
+>> endobj
+1480 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 374.52 189.993 384.902]
+/A << /S /GoTo /D (page.62) >>
+>> endobj
+1481 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 362.76 169.669 372.946]
+/A << /S /GoTo /D (page.38) >>
+>> endobj
+1482 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 350.805 174.75 360.991]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1483 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 338.849 169.669 349.036]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1484 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 326.699 169.669 337.081]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1485 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 314.939 149.345 325.126]
+/A << /S /GoTo /D (page.37) >>
+>> endobj
+1486 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 302.789 174.75 313.171]
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+1487 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 291.029 159.507 301.215]
+/A << /S /GoTo /D (page.56) >>
+>> endobj
+1488 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 279.074 149.345 289.26]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1489 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 266.924 169.669 277.305]
+/A << /S /GoTo /D (page.54) >>
+>> endobj
+1490 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 255.163 179.831 265.35]
+/A << /S /GoTo /D (page.57) >>
+>> endobj
+1491 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 243.208 164.588 253.395]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1492 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 231.058 169.669 241.44]
+/A << /S /GoTo /D (page.54) >>
+>> endobj
+1493 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 219.298 174.75 229.484]
+/A << /S /GoTo /D (page.42) >>
+>> endobj
+1494 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 207.343 179.831 217.529]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1495 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 195.387 184.912 205.574]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1496 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 183.237 179.831 193.619]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1497 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 171.477 169.669 181.664]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1498 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 159.247 189.993 169.709]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1499 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 147.372 154.426 157.753]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1500 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.309 135.612 144.264 145.798]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1501 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 123.656 189.993 133.843]
+/A << /S /GoTo /D (page.48) >>
+>> endobj
+1502 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 111.506 184.912 121.888]
+/A << /S /GoTo /D (page.48) >>
+>> endobj
+1503 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 671.326 400.347 681.788]
+/A << /S /GoTo /D (page.69) >>
+>> endobj
+1504 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 659.646 364.78 669.833]
+/A << /S /GoTo /D (page.53) >>
+>> endobj
+1505 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 647.496 374.942 657.878]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1506 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 635.541 395.266 645.923]
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+1507 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 613.623 380.023 624.005]
+/A << /S /GoTo /D (page.49) >>
+>> endobj
+1508 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.744 601.863 359.699 612.05]
+/A << /S /GoTo /D (page.66) >>
+>> endobj
+1509 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 589.908 369.861 600.095]
+/A << /S /GoTo /D (page.37) >>
+>> endobj
+1510 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.744 577.953 359.699 588.139]
+/A << /S /GoTo /D (page.65) >>
+>> endobj
+1511 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 565.998 369.861 576.184]
+/A << /S /GoTo /D (page.46) >>
+>> endobj
+1512 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 554.042 400.347 564.229]
+/A << /S /GoTo /D (page.50) >>
+>> endobj
+1513 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 542.087 395.266 552.274]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1514 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 529.937 405.428 540.319]
+/A << /S /GoTo /D (page.50) >>
+>> endobj
+1515 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 517.851 405.428 528.364]
+/A << /S /GoTo /D (page.47) >>
+>> endobj
+1516 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 506.222 400.347 516.408]
+/A << /S /GoTo /D (page.47) >>
+>> endobj
+1517 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.335 506.222 415.291 516.408]
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+1518 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 494.267 390.185 504.453]
+/A << /S /GoTo /D (page.50) >>
+>> endobj
+1519 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 482.311 390.185 492.498]
+/A << /S /GoTo /D (page.49) >>
+>> endobj
+1520 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 470.356 374.942 480.543]
+/A << /S /GoTo /D (page.46) >>
+>> endobj
+1521 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 458.206 385.104 468.588]
+/A << /S /GoTo /D (page.47) >>
+>> endobj
+1522 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.092 458.206 400.048 468.588]
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+1523 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 446.12 405.428 456.633]
+/A << /S /GoTo /D (page.50) >>
+>> endobj
+1524 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 434.296 385.104 444.677]
+/A << /S /GoTo /D (page.47) >>
+>> endobj
+1525 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.092 434.296 400.048 444.677]
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+1526 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 422.341 390.185 432.722]
+/A << /S /GoTo /D (page.47) >>
+>> endobj
+1527 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.173 422.341 405.129 432.722]
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+1528 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 410.58 369.861 420.767]
+/A << /S /GoTo /D (page.17) >>
+>> endobj
+1529 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 398.625 374.942 408.812]
+/A << /S /GoTo /D (page.71) >>
+>> endobj
+1530 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 386.475 405.428 396.857]
+/A << /S /GoTo /D (page.54) >>
+>> endobj
+1531 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 374.44 380.023 384.902]
+/A << /S /GoTo /D (page.14) >>
+>> endobj
+1532 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 362.565 380.023 372.946]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1533 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [363.857 350.805 370.831 361.43]
+/A << /S /GoTo /D (page.6) >>
+>> endobj
+1534 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.744 338.849 359.699 349.036]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1535 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 326.894 369.861 337.081]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1536 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 304.976 400.347 315.163]
+/A << /S /GoTo /D (page.42) >>
+>> endobj
+1537 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [423.958 292.826 430.932 303.084]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1538 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 281.066 390.284 291.253]
+/A << /S /GoTo /D (page.5) >>
+>> endobj
+1539 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.273 281.066 400.247 291.253]
+/A << /S /GoTo /D (page.8) >>
+>> endobj
+1540 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 268.916 390.284 279.298]
+/A << /S /GoTo /D (page.5) >>
+>> endobj
+1541 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.273 268.916 400.247 279.298]
+/A << /S /GoTo /D (page.8) >>
+>> endobj
+1542 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 256.961 390.284 267.342]
+/A << /S /GoTo /D (page.5) >>
+>> endobj
+1543 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 245.006 369.861 255.387]
+/A << /S /GoTo /D (page.51) >>
+>> endobj
+1544 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [413.796 232.97 420.77 243.308]
+/A << /S /GoTo /D (page.7) >>
+>> endobj
+1545 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 221.29 390.284 231.477]
+/A << /S /GoTo /D (page.6) >>
+>> endobj
+1546 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 209.06 364.78 219.522]
+/A << /S /GoTo /D (page.43) >>
+>> endobj
+1547 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [423.958 197.105 435.913 207.567]
+/A << /S /GoTo /D (page.43) >>
+>> endobj
+1548 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [408.715 185.149 420.671 195.611]
+/A << /S /GoTo /D (page.43) >>
+>> endobj
+1549 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 163.507 395.266 173.694]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1550 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 151.276 390.185 161.738]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1551 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 129.634 364.78 139.821]
+/A << /S /GoTo /D (page.16) >>
+>> endobj
+1552 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 117.679 369.861 127.865]
+/A << /S /GoTo /D (page.37) >>
+>> endobj
+1553 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 105.724 369.861 115.91]
+/A << /S /GoTo /D (page.17) >>
+>> endobj
+1559 0 obj <<
+/D [1557 0 R /XYZ 107 721.862 null]
+>> endobj
+1556 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R /F88 436 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1575 0 obj <<
+/Length 335
+/Filter /FlateDecode
+>>
+stream
+xÚÅSKOÃ0 ¾÷Wä¸J4‹Ó8MŽ<¶ AoƒCÄ£L 4­“XúëIÓî¡QÑiëÅqTç{¸6#ad\¤A¨9QTK)HúF€)ʹ ‰;5KHúBÆ= #`ÈzçáSzã$’ÊœQŘ/¼ # >òÞÀç·>¿òñÚÇË­¯kÀ‚X"Õz…¨°, X-¸?tB\±*.‹£Xs
+€.TÕr!ËüÙL_×ðÚÁséá‘¢LVðgÜ•‘yFªä~qÄaä-ìX@5â.ûÌ,Þ R¥a_âo5Xƒ‚©ùZtç¿dïÔ¿Í¿Íì¤þå.û)ýs§
+ŠIV˜ìXÿ1æ¿ètúŠÿø÷mç ~
+endstream
+endobj
+1574 0 obj <<
+/Type /Page
+/Contents 1575 0 R
+/Resources 1573 0 R
+/MediaBox [0 0 612 792]
+/Parent 1352 0 R
+/Annots [ 1554 0 R 1555 0 R 1560 0 R 1561 0 R 1562 0 R 1563 0 R 1564 0 R 1565 0 R 1566 0 R 1567 0 R 1568 0 R 1569 0 R 1570 0 R 1571 0 R 1572 0 R ]
+>> endobj
+1554 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 671.602 154.426 681.788]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1555 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 659.452 174.75 669.833]
+/A << /S /GoTo /D (page.54) >>
+>> endobj
+1560 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 647.691 154.426 657.878]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1561 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 635.541 174.75 645.923]
+/A << /S /GoTo /D (page.54) >>
+>> endobj
+1562 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 623.586 154.426 633.968]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1563 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 611.631 174.75 622.012]
+/A << /S /GoTo /D (page.54) >>
+>> endobj
+1564 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 589.713 149.345 600.095]
+/A << /S /GoTo /D (page.16) >>
+>> endobj
+1565 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 577.758 154.426 588.139]
+/A << /S /GoTo /D (page.17) >>
+>> endobj
+1566 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 565.803 154.426 576.184]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1567 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 553.848 174.75 564.229]
+/A << /S /GoTo /D (page.54) >>
+>> endobj
+1568 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 541.892 154.426 552.274]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1569 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 529.937 174.75 540.319]
+/A << /S /GoTo /D (page.54) >>
+>> endobj
+1570 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 507.939 154.426 518.401]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1571 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 496.259 154.426 506.446]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1572 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 484.304 154.426 494.491]
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+1576 0 obj <<
+/D [1574 0 R /XYZ 107 721.862 null]
+>> endobj
+1573 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1665 0 obj <<
+/Length 1604
+/Filter /FlateDecode
+>>
+stream
+xÚÅZ[s›F~÷¯àQž©7{Ó6NÛišŒãN§“ôÁJ¢A€[±}V ¶±´+´ ‰^
+;F?#B£*~bçY*iD"Þ±ó“R
+Úîˆ] BÆzÐ_ÓZ‡Í
+Q
+D“á³ÝæÚaª¸‹2“cL¤•––A)†Ð°Á§¡þmÕL0Å|Y¿)?$h›¬ÀƒÃÛe¸Û.{§Ù.£øäÉ/wwÂÚ Ã³ívÙµÚû­Û4£áöÅöý•zÿF½Þ–||s¥ŒJà0ÀûÛhqQ}©ãJlF&;ÂJ$ªW"k-B'AEÓœývž‰¤Š6c—ð!LK¸Û* a›ØR.ÜÑèôA¸[úèi9¶É7ôàK‘ýÞ*æ˜SÌ-i–JöUÔÄ«Ñà¾xfD·ò9ßÍçʬhNm[ìíÜ{ôÔ“ºöÓE“‰vîeåòÔµ£ý%Zõ[‰?dz“øÕw¼~¥.›¤M4~âOG®õ*JÄ©b¾õèÃ:Üñ°NsR³=)úCº|ˆ–£Ñ™{N¦¬Ã±ªÃÑ‹:üuïàMM®™â~Gø¶=Öî‘:¹„±k-S}Öp0ûG¾!½c‡=ýriÒÃ@Ú†
+endstream
+endobj
+1664 0 obj <<
+/Type /Page
+/Contents 1665 0 R
+/Resources 1663 0 R
+/MediaBox [0 0 612 792]
+/Parent 1352 0 R
+/Annots [ 1577 0 R 1578 0 R 1579 0 R 1580 0 R 1581 0 R 1582 0 R 1583 0 R 1584 0 R 1585 0 R 1586 0 R 1587 0 R 1588 0 R 1589 0 R 1590 0 R 1591 0 R 1592 0 R 1593 0 R 1594 0 R 1595 0 R 1596 0 R 1597 0 R 1598 0 R 1599 0 R 1600 0 R 1601 0 R 1602 0 R 1603 0 R 1604 0 R 1605 0 R 1606 0 R 1607 0 R 1608 0 R 1609 0 R 1610 0 R 1611 0 R 1612 0 R 1613 0 R 1614 0 R 1615 0 R 1616 0 R 1617 0 R 1618 0 R 1619 0 R 1620 0 R 1621 0 R 1622 0 R 1623 0 R 1624 0 R 1625 0 R 1626 0 R 1627 0 R 1628 0 R 1629 0 R 1630 0 R 1631 0 R 1632 0 R 1633 0 R 1634 0 R 1635 0 R 1636 0 R 1637 0 R 1638 0 R 1639 0 R 1640 0 R 1641 0 R 1642 0 R 1643 0 R 1644 0 R 1645 0 R 1646 0 R 1647 0 R 1648 0 R 1649 0 R 1650 0 R 1651 0 R 1652 0 R 1653 0 R 1654 0 R 1655 0 R 1656 0 R 1657 0 R 1658 0 R 1659 0 R 1660 0 R 1661 0 R ]
+>> endobj
+1577 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.309 637.086 144.264 647.273]
+/A << /S /GoTo /D (section*.25) >>
+>> endobj
+1578 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 625.131 149.345 635.318]
+/A << /S /GoTo /D (section*.16) >>
+>> endobj
+1579 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 613.176 169.669 623.362]
+/A << /S /GoTo /D (section*.17) >>
+>> endobj
+1580 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 601.221 169.669 611.407]
+/A << /S /GoTo /D (section*.74) >>
+>> endobj
+1581 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 589.265 159.507 599.452]
+/A << /S /GoTo /D (section*.17) >>
+>> endobj
+1582 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [188.2 577.31 200.155 587.497]
+/A << /S /GoTo /D (section*.155) >>
+>> endobj
+1583 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 565.355 164.588 575.542]
+/A << /S /GoTo /D (section*.73) >>
+>> endobj
+1584 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 553.205 179.831 563.587]
+/A << /S /GoTo /D (section*.73) >>
+>> endobj
+1585 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [238.91 541.445 250.865 551.631]
+/A << /S /GoTo /D (section*.138) >>
+>> endobj
+1586 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 529.49 169.669 539.676]
+/A << /S /GoTo /D (section*.36) >>
+>> endobj
+1587 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 517.534 159.507 527.721]
+/A << /S /GoTo /D (section*.24) >>
+>> endobj
+1588 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [228.648 493.429 240.603 503.811]
+/A << /S /GoTo /D (section*.133) >>
+>> endobj
+1589 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [269.396 481.669 281.351 491.856]
+/A << /S /GoTo /D (section*.32) >>
+>> endobj
+1590 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 469.519 189.993 479.9]
+/A << /S /GoTo /D (section*.32) >>
+>> endobj
+1591 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [228.748 457.564 240.703 467.945]
+/A << /S /GoTo /D (section*.132) >>
+>> endobj
+1592 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [208.424 445.803 220.379 455.99]
+/A << /S /GoTo /D (section*.30) >>
+>> endobj
+1593 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 433.653 159.507 444.035]
+/A << /S /GoTo /D (section*.30) >>
+>> endobj
+1594 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 421.893 169.669 432.08]
+/A << /S /GoTo /D (section*.76) >>
+>> endobj
+1595 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 409.743 164.588 420.125]
+/A << /S /GoTo /D (section*.27) >>
+>> endobj
+1596 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 397.983 169.669 408.169]
+/A << /S /GoTo /D (section*.33) >>
+>> endobj
+1597 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 385.833 174.75 396.214]
+/A << /S /GoTo /D (section*.134) >>
+>> endobj
+1598 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 374.072 169.669 384.259]
+/A << /S /GoTo /D (section*.70) >>
+>> endobj
+1599 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 361.842 169.669 372.304]
+/A << /S /GoTo /D (section*.36) >>
+>> endobj
+1600 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 349.887 169.669 360.349]
+/A << /S /GoTo /D (section*.36) >>
+>> endobj
+1601 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 338.207 169.669 348.394]
+/A << /S /GoTo /D (section*.36) >>
+>> endobj
+1602 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 326.252 179.831 336.438]
+/A << /S /GoTo /D (section*.75) >>
+>> endobj
+1603 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 314.297 154.426 324.483]
+/A << /S /GoTo /D (section*.11) >>
+>> endobj
+1604 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [238.91 302.341 250.865 312.528]
+/A << /S /GoTo /D (section*.136) >>
+>> endobj
+1605 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [177.938 290.06 189.893 300.573]
+/A << /S /GoTo /D (section*.105) >>
+>> endobj
+1606 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 278.236 164.588 288.618]
+/A << /S /GoTo /D (section*.71) >>
+>> endobj
+1607 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [203.443 266.281 215.398 276.663]
+/A << /S /GoTo /D (section*.134) >>
+>> endobj
+1608 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 254.245 169.669 264.707]
+/A << /S /GoTo /D (section*.38) >>
+>> endobj
+1609 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 242.371 159.507 252.752]
+/A << /S /GoTo /D (section*.72) >>
+>> endobj
+1610 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 230.335 174.75 240.797]
+/A << /S /GoTo /D (section*.74) >>
+>> endobj
+1611 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 218.38 164.588 228.842]
+/A << /S /GoTo /D (section*.12) >>
+>> endobj
+1612 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 206.505 169.669 216.887]
+/A << /S /GoTo /D (section*.11) >>
+>> endobj
+1613 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 194.55 174.75 204.932]
+/A << /S /GoTo /D (section*.29) >>
+>> endobj
+1614 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [238.91 182.595 250.865 192.976]
+/A << /S /GoTo /D (section*.137) >>
+>> endobj
+1615 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [228.748 170.64 240.703 181.021]
+/A << /S /GoTo /D (section*.132) >>
+>> endobj
+1616 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 158.879 149.345 169.066]
+/A << /S /GoTo /D (section*.13) >>
+>> endobj
+1617 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 146.649 179.831 157.111]
+/A << /S /GoTo /D (section*.14) >>
+>> endobj
+1618 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 134.969 159.507 145.156]
+/A << /S /GoTo /D (section*.26) >>
+>> endobj
+1619 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 123.014 189.993 133.201]
+/A << /S /GoTo /D (section*.98) >>
+>> endobj
+1620 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 110.864 195.074 121.245]
+/A << /S /GoTo /D (section*.98) >>
+>> endobj
+1621 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 651.283 395.266 661.47]
+/A << /S /GoTo /D (section*.97) >>
+>> endobj
+1622 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 639.328 395.266 649.514]
+/A << /S /GoTo /D (section*.96) >>
+>> endobj
+1623 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 627.373 374.942 637.559]
+/A << /S /GoTo /D (section*.34) >>
+>> endobj
+1624 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 594.496 390.185 604.683]
+/A << /S /GoTo /D (section*.60) >>
+>> endobj
+1625 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 582.541 374.942 592.727]
+/A << /S /GoTo /D (section*.53) >>
+>> endobj
+1626 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 570.586 374.942 580.772]
+/A << /S /GoTo /D (section*.54) >>
+>> endobj
+1627 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 558.63 395.266 568.817]
+/A << /S /GoTo /D (section*.52) >>
+>> endobj
+1628 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 546.675 364.78 556.862]
+/A << /S /GoTo /D (section*.51) >>
+>> endobj
+1629 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 534.445 374.942 544.907]
+/A << /S /GoTo /D (section*.62) >>
+>> endobj
+1630 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 522.49 369.861 532.952]
+/A << /S /GoTo /D (section*.63) >>
+>> endobj
+1631 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 510.534 390.185 520.996]
+/A << /S /GoTo /D (section*.58) >>
+>> endobj
+1632 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 498.579 369.861 509.041]
+/A << /S /GoTo /D (section*.61) >>
+>> endobj
+1633 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 486.899 369.861 497.086]
+/A << /S /GoTo /D (section*.67) >>
+>> endobj
+1634 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 474.944 374.942 485.131]
+/A << /S /GoTo /D (section*.67) >>
+>> endobj
+1635 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 462.794 364.78 473.176]
+/A << /S /GoTo /D (section*.55) >>
+>> endobj
+1636 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 450.839 385.104 461.22]
+/A << /S /GoTo /D (section*.82) >>
+>> endobj
+1637 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 438.884 390.185 449.265]
+/A << /S /GoTo /D (section*.56) >>
+>> endobj
+1638 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 426.929 385.104 437.31]
+/A << /S /GoTo /D (section*.65) >>
+>> endobj
+1639 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 415.168 374.942 425.355]
+/A << /S /GoTo /D (section*.67) >>
+>> endobj
+1640 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 403.213 385.104 413.4]
+/A << /S /GoTo /D (section*.59) >>
+>> endobj
+1641 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 391.258 369.861 401.445]
+/A << /S /GoTo /D (section*.64) >>
+>> endobj
+1642 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 379.303 364.78 389.489]
+/A << /S /GoTo /D (section*.144) >>
+>> endobj
+1643 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 367.348 374.942 377.534]
+/A << /S /GoTo /D (section*.66) >>
+>> endobj
+1644 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 355.392 374.942 365.579]
+/A << /S /GoTo /D (section*.67) >>
+>> endobj
+1645 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 343.162 374.942 353.624]
+/A << /S /GoTo /D (section*.59) >>
+>> endobj
+1646 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 310.561 369.861 320.747]
+/A << /S /GoTo /D (section*.48) >>
+>> endobj
+1647 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 298.605 390.185 308.792]
+/A << /S /GoTo /D (section*.49) >>
+>> endobj
+1648 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 286.65 385.104 296.837]
+/A << /S /GoTo /D (section*.49) >>
+>> endobj
+1649 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 274.695 390.185 284.882]
+/A << /S /GoTo /D (section*.49) >>
+>> endobj
+1650 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 241.818 380.023 252.005]
+/A << /S /GoTo /D (section*.41) >>
+>> endobj
+1651 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 229.863 385.104 240.05]
+/A << /S /GoTo /D (section*.135) >>
+>> endobj
+1652 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [428.94 217.908 440.895 228.095]
+/A << /S /GoTo /D (section*.44) >>
+>> endobj
+1653 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 205.953 400.347 216.14]
+/A << /S /GoTo /D (section*.153) >>
+>> endobj
+1654 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 193.998 405.428 204.184]
+/A << /S /GoTo /D (section*.153) >>
+>> endobj
+1655 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 182.043 380.023 192.229]
+/A << /S /GoTo /D (section*.41) >>
+>> endobj
+1656 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 170.087 395.266 180.274]
+/A << /S /GoTo /D (section*.42) >>
+>> endobj
+1657 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 157.937 405.428 168.319]
+/A << /S /GoTo /D (section*.46) >>
+>> endobj
+1658 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 145.982 385.104 156.364]
+/A << /S /GoTo /D (section*.45) >>
+>> endobj
+1659 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 134.027 385.104 144.409]
+/A << /S /GoTo /D (section*.135) >>
+>> endobj
+1660 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 122.072 410.509 132.453]
+/A << /S /GoTo /D (section*.154) >>
+>> endobj
+1661 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 110.312 400.347 120.498]
+/A << /S /GoTo /D (section*.154) >>
+>> endobj
+1666 0 obj <<
+/D [1664 0 R /XYZ 107 721.862 null]
+>> endobj
+326 0 obj <<
+/D [1664 0 R /XYZ 108 675.93 null]
+>> endobj
+330 0 obj <<
+/D [1664 0 R /XYZ 108 663.681 null]
+>> endobj
+334 0 obj <<
+/D [1664 0 R /XYZ 323.435 621.644 null]
+>> endobj
+338 0 obj <<
+/D [1664 0 R /XYZ 323.435 337.434 null]
+>> endobj
+342 0 obj <<
+/D [1664 0 R /XYZ 323.435 268.967 null]
+>> endobj
+1663 0 obj <<
+/Font << /F92 432 0 R /F103 434 0 R /F105 437 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1757 0 obj <<
+/Length 1393
+/Filter /FlateDecode
+>>
+stream
+xÚÅZMs£8½çWpLª6$„Ž™|íìfv¦2>ìÖìdƒbQ'ñüúl#Û l.@ѯÕjµžž°­'˶îÏ>Î>Ý1dQÀÁÖhjA›„°ååwf{ÖÈ·~ž»—Ðvíó«‹ÿF¨<
+@el˃tÂc­yÚô†¯l5ÀÇ" |Óø#Ö"þ¤FÓlÀÞÇ|6$ü|¬o—ü°[òg’ÏÒ©/'<òV=… 2ÖàD¤ÃÇ.ðë+¥±-ü÷ðh€Ô=Ø•…§¨Aï‹ô'Cz°fÖ<8Ò((H‚‹µBWd!o Ô•Õž—$â¡F"˜g+áËÿj:֙ýºŽÔ/¿«çŠ3lò
+Éü[ä÷°±n©˜ˆh¦+Ç
+À|üÌw”Äv¼”vã¥iÈý`ЂF~0Ī\ßž-^Æ"ÖEÁd]P˜rJVä±Ý´ˆT´èº‰1࢕ßýù¦¨Ðã–¬’Ó%Dϯ.rS£¥Ââx¸¢Neû«eKE£Šßï¶l~­ZbV½úeÕ¤xUý<6p¯$‰£†è:.pÉÁÕíQ€Jc[96"m*sŽ 0%}—ƶ²k"„ôÓú¾iöQ†
+cÁÌ×ÚkU³öt†Aà¸Mëg$¥Cc¥äñ±˜7.›خӓ•1–6X:—b>󇊀ÚÄ5›””vRðºŠ3—M‹rÎ ôƒ]Ó(8Cå]©ÞôŒ¾yßôz PBsâ·”œ¡b±t$ljƒÑ¾ï¤Ž~„¾+8ÒÃ8šWq´ÍÒ†«ôOC}®q«‡ºtµÞ  Á„` !¯ ÞJ%))ÜßÊè­Ö(B9#Ûgtµí.5¶ÇÛ»Ñ[.ö¶‡þZc%»ü³~ì·‘
+endstream
+endobj
+1756 0 obj <<
+/Type /Page
+/Contents 1757 0 R
+/Resources 1755 0 R
+/MediaBox [0 0 612 792]
+/Parent 1352 0 R
+/Annots [ 1662 0 R 1667 0 R 1668 0 R 1669 0 R 1670 0 R 1671 0 R 1672 0 R 1673 0 R 1674 0 R 1675 0 R 1676 0 R 1677 0 R 1678 0 R 1679 0 R 1680 0 R 1681 0 R 1682 0 R 1683 0 R 1684 0 R 1685 0 R 1686 0 R 1687 0 R 1688 0 R 1689 0 R 1690 0 R 1691 0 R 1692 0 R 1693 0 R 1694 0 R 1695 0 R 1696 0 R 1697 0 R 1698 0 R 1699 0 R 1700 0 R 1701 0 R 1702 0 R 1703 0 R 1704 0 R 1705 0 R 1706 0 R 1707 0 R 1708 0 R 1709 0 R 1710 0 R 1711 0 R 1712 0 R 1713 0 R 1714 0 R 1715 0 R 1716 0 R 1717 0 R 1718 0 R 1719 0 R 1720 0 R 1721 0 R 1722 0 R 1723 0 R 1724 0 R 1725 0 R 1726 0 R 1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R 1732 0 R 1733 0 R 1734 0 R 1735 0 R 1736 0 R 1737 0 R 1738 0 R 1739 0 R 1740 0 R 1741 0 R 1742 0 R 1743 0 R 1744 0 R 1745 0 R 1746 0 R 1747 0 R 1748 0 R 1749 0 R 1750 0 R 1751 0 R 1752 0 R 1753 0 R ]
+>> endobj
+1662 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 671.407 184.912 681.788]
+/A << /S /GoTo /D (section*.106) >>
+>> endobj
+1667 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 659.646 164.588 669.833]
+/A << /S /GoTo /D (section*.43) >>
+>> endobj
+1668 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 647.496 179.831 657.878]
+/A << /S /GoTo /D (section*.106) >>
+>> endobj
+1669 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 635.541 174.75 645.923]
+/A << /S /GoTo /D (section*.106) >>
+>> endobj
+1670 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 623.781 164.588 633.968]
+/A << /S /GoTo /D (section*.41) >>
+>> endobj
+1671 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 611.631 174.75 622.012]
+/A << /S /GoTo /D (section*.106) >>
+>> endobj
+1672 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 599.676 174.75 610.057]
+/A << /S /GoTo /D (section*.106) >>
+>> endobj
+1673 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 587.721 164.588 598.102]
+/A << /S /GoTo /D (section*.45) >>
+>> endobj
+1674 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 575.765 195.074 586.147]
+/A << /S /GoTo /D (section*.106) >>
+>> endobj
+1675 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 563.81 169.669 574.192]
+/A << /S /GoTo /D (section*.45) >>
+>> endobj
+1676 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 551.855 179.831 562.237]
+/A << /S /GoTo /D (section*.106) >>
+>> endobj
+1677 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 539.9 179.831 550.281]
+/A << /S /GoTo /D (section*.106) >>
+>> endobj
+1678 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 527.945 179.831 538.326]
+/A << /S /GoTo /D (section*.106) >>
+>> endobj
+1679 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 515.99 179.831 526.371]
+/A << /S /GoTo /D (section*.106) >>
+>> endobj
+1680 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 504.034 179.831 514.416]
+/A << /S /GoTo /D (section*.106) >>
+>> endobj
+1681 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 471.353 184.912 481.539]
+/A << /S /GoTo /D (section*.116) >>
+>> endobj
+1682 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 459.397 164.588 469.584]
+/A << /S /GoTo /D (section*.119) >>
+>> endobj
+1683 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 447.442 164.588 457.629]
+/A << /S /GoTo /D (section*.125) >>
+>> endobj
+1684 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 435.292 169.669 445.674]
+/A << /S /GoTo /D (section*.125) >>
+>> endobj
+1685 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 423.257 184.912 433.719]
+/A << /S /GoTo /D (section*.126) >>
+>> endobj
+1686 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 411.577 164.588 421.763]
+/A << /S /GoTo /D (section*.121) >>
+>> endobj
+1687 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 399.427 179.831 409.808]
+/A << /S /GoTo /D (section*.128) >>
+>> endobj
+1688 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 387.666 164.588 397.853]
+/A << /S /GoTo /D (section*.115) >>
+>> endobj
+1689 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.362 375.516 210.317 385.898]
+/A << /S /GoTo /D (section*.131) >>
+>> endobj
+1690 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 363.481 184.912 373.943]
+/A << /S /GoTo /D (section*.130) >>
+>> endobj
+1691 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 351.606 174.75 361.988]
+/A << /S /GoTo /D (section*.108) >>
+>> endobj
+1692 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 339.651 179.831 350.032]
+/A << /S /GoTo /D (section*.130) >>
+>> endobj
+1693 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 327.696 174.75 338.077]
+/A << /S /GoTo /D (section*.109) >>
+>> endobj
+1694 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 315.741 195.074 326.122]
+/A << /S /GoTo /D (section*.124) >>
+>> endobj
+1695 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 303.785 179.831 314.167]
+/A << /S /GoTo /D (section*.122) >>
+>> endobj
+1696 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 292.025 184.912 302.212]
+/A << /S /GoTo /D (section*.117) >>
+>> endobj
+1697 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 279.875 184.912 290.256]
+/A << /S /GoTo /D (section*.127) >>
+>> endobj
+1698 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 246.998 159.507 257.38]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1699 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 235.238 154.426 245.425]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1700 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [203.343 223.283 215.298 233.469]
+/A << /S /GoTo /D (section*.102) >>
+>> endobj
+1701 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 211.328 159.507 221.514]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1702 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 199.373 189.993 209.559]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1703 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 187.417 159.507 197.604]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1704 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 175.462 189.993 185.649]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1705 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 163.507 154.426 173.694]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1706 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 151.552 154.426 161.738]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1707 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 139.597 149.345 149.783]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1708 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 127.641 159.507 137.828]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1709 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 115.686 159.507 125.873]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1710 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 671.407 374.942 681.788]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1711 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 659.452 374.942 669.833]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1712 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 647.496 374.942 657.878]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1713 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 635.736 374.942 645.923]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1714 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 623.781 374.942 633.968]
+/A << /S /GoTo /D (section*.103) >>
+>> endobj
+1715 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 590.904 364.78 601.091]
+/A << /S /GoTo /D (section*.15) >>
+>> endobj
+1716 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 578.949 364.78 589.136]
+/A << /S /GoTo /D (section*.16) >>
+>> endobj
+1717 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 566.994 390.185 577.181]
+/A << /S /GoTo /D (section*.19) >>
+>> endobj
+1718 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 555.039 374.942 565.225]
+/A << /S /GoTo /D (section*.19) >>
+>> endobj
+1719 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 543.084 374.942 553.27]
+/A << /S /GoTo /D (section*.16) >>
+>> endobj
+1720 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 530.853 364.78 541.315]
+/A << /S /GoTo /D (section*.21) >>
+>> endobj
+1721 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 518.898 385.104 529.36]
+/A << /S /GoTo /D (section*.22) >>
+>> endobj
+1722 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 506.943 390.185 517.405]
+/A << /S /GoTo /D (section*.21) >>
+>> endobj
+1723 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 494.988 395.266 505.45]
+/A << /S /GoTo /D (section*.21) >>
+>> endobj
+1724 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 483.032 385.104 493.494]
+/A << /S /GoTo /D (section*.22) >>
+>> endobj
+1725 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 471.077 395.266 481.539]
+/A << /S /GoTo /D (section*.21) >>
+>> endobj
+1726 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 459.397 380.023 469.584]
+/A << /S /GoTo /D (section*.21) >>
+>> endobj
+1727 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 447.442 374.942 457.629]
+/A << /S /GoTo /D (section*.19) >>
+>> endobj
+1728 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 435.292 395.266 445.674]
+/A << /S /GoTo /D (section*.8) >>
+>> endobj
+1729 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 423.257 410.509 433.719]
+/A << /S /GoTo /D (section*.22) >>
+>> endobj
+1730 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 411.301 380.023 421.763]
+/A << /S /GoTo /D (section*.22) >>
+>> endobj
+1731 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 399.427 385.104 409.808]
+/A << /S /GoTo /D (section*.22) >>
+>> endobj
+1732 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.634 387.472 415.59 397.853]
+/A << /S /GoTo /D (section*.23) >>
+>> endobj
+1733 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 375.516 369.861 385.898]
+/A << /S /GoTo /D (section*.7) >>
+>> endobj
+1734 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 363.481 400.347 373.943]
+/A << /S /GoTo /D (section*.145) >>
+>> endobj
+1735 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 351.801 374.942 361.988]
+/A << /S /GoTo /D (section*.19) >>
+>> endobj
+1736 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 339.846 374.942 350.032]
+/A << /S /GoTo /D (section*.19) >>
+>> endobj
+1737 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 327.891 400.347 338.077]
+/A << /S /GoTo /D (section*.23) >>
+>> endobj
+1738 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 315.66 395.266 326.122]
+/A << /S /GoTo /D (section*.21) >>
+>> endobj
+1739 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 303.98 369.861 314.167]
+/A << /S /GoTo /D (section*.15) >>
+>> endobj
+1740 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 292.025 374.942 302.212]
+/A << /S /GoTo /D (section*.19) >>
+>> endobj
+1741 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 279.875 369.861 290.256]
+/A << /S /GoTo /D (section*.15) >>
+>> endobj
+1742 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 267.92 374.942 278.301]
+/A << /S /GoTo /D (section*.19) >>
+>> endobj
+1743 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 235.238 385.104 245.425]
+/A << /S /GoTo /D (section*.49) >>
+>> endobj
+1744 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 223.283 380.023 233.469]
+/A << /S /GoTo /D (section*.8) >>
+>> endobj
+1745 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 211.328 369.861 221.514]
+/A << /S /GoTo /D (section*.8) >>
+>> endobj
+1746 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 199.373 380.023 209.559]
+/A << /S /GoTo /D (section*.49) >>
+>> endobj
+1747 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [352.825 187.417 364.78 197.604]
+/A << /S /GoTo /D (section*.8) >>
+>> endobj
+1748 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 175.462 374.942 185.649]
+/A << /S /GoTo /D (section*.8) >>
+>> endobj
+1749 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 163.507 374.942 173.694]
+/A << /S /GoTo /D (section*.49) >>
+>> endobj
+1750 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 151.357 395.266 161.738]
+/A << /S /GoTo /D (section*.49) >>
+>> endobj
+1751 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 139.597 380.023 149.783]
+/A << /S /GoTo /D (section*.49) >>
+>> endobj
+1752 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.744 127.641 359.699 137.828]
+/A << /S /GoTo /D (section*.8) >>
+>> endobj
+1753 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 115.411 380.023 125.873]
+/A << /S /GoTo /D (section*.49) >>
+>> endobj
+1758 0 obj <<
+/D [1756 0 R /XYZ 107 721.862 null]
+>> endobj
+346 0 obj <<
+/D [1756 0 R /XYZ 108 498.306 null]
+>> endobj
+350 0 obj <<
+/D [1756 0 R /XYZ 108 274.147 null]
+>> endobj
+354 0 obj <<
+/D [1756 0 R /XYZ 323.435 618.052 null]
+>> endobj
+358 0 obj <<
+/D [1756 0 R /XYZ 323.435 262.191 null]
+>> endobj
+1755 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1848 0 obj <<
+/Length 1618
+/Filter /FlateDecode
+>>
+stream
+xÚÅZßs£6~Ï_áGg¦Ñ!!<ær?ÚN§w“¸7Ó¹öA6Øf‚•ÉÝ忯„€`I\òBH‚w?Úý´»ÂYìÎâãÅÛÕÅ›!Z $/VÛt€^øâgèø‹U´øºô.¯ ã9ËëËW¿Ëø
+Bz^Û?c÷
+çØ>
+gr^ë8¿ciÝ$|“Æ
+÷ž‚žéâq÷µ±¾ûw =°,²å~Ê¿Š{éÿî¿Ê_ö듶û‚rÛ¥Ÿr>¸ô+žÐl§\|B€ã¹s‘_ëâÝu
+b ;WÈ„&HS=ïÒs¯v[šUÑ@€Âs3ÄQÛAQðŸ
+§?O1A7@"í=Â>¦â1TkhIM‹":Ô
+¡5DœRÕ±v­LJ­Éé”sÕäT:gé="­D %uNyî‹‚Fš¦ÏÃ`eçÏT1ÔÆzDT@ÖŒG1Pîíæ@Fé“<µ±÷ƒƒ[4µ1†ñõÐc"0fâ°]3–Æ4³ebjçî0AN0lXʸe–Nhgé)bߊ¹zJõÓ88ÅÓ„”ÎlTÆÔ
+ÝTx|y
+endstream
+endobj
+1847 0 obj <<
+/Type /Page
+/Contents 1848 0 R
+/Resources 1846 0 R
+/MediaBox [0 0 612 792]
+/Parent 1850 0 R
+/Annots [ 1754 0 R 1759 0 R 1760 0 R 1761 0 R 1762 0 R 1763 0 R 1764 0 R 1765 0 R 1766 0 R 1767 0 R 1768 0 R 1769 0 R 1770 0 R 1771 0 R 1772 0 R 1773 0 R 1774 0 R 1775 0 R 1776 0 R 1777 0 R 1778 0 R 1779 0 R 1780 0 R 1781 0 R 1782 0 R 1783 0 R 1784 0 R 1785 0 R 1786 0 R 1787 0 R 1788 0 R 1789 0 R 1790 0 R 1791 0 R 1792 0 R 1793 0 R 1794 0 R 1795 0 R 1796 0 R 1797 0 R 1798 0 R 1799 0 R 1800 0 R 1801 0 R 1802 0 R 1803 0 R 1804 0 R 1805 0 R 1806 0 R 1807 0 R 1808 0 R 1809 0 R 1810 0 R 1811 0 R 1812 0 R 1813 0 R 1814 0 R 1815 0 R 1816 0 R 1817 0 R 1818 0 R 1819 0 R 1820 0 R 1821 0 R 1822 0 R 1823 0 R 1824 0 R 1825 0 R 1826 0 R 1827 0 R 1828 0 R 1829 0 R 1830 0 R 1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R ]
+>> endobj
+1754 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 671.326 184.912 681.788]
+/A << /S /GoTo /D (section*.49) >>
+>> endobj
+1759 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 659.371 169.669 669.833]
+/A << /S /GoTo /D (section*.49) >>
+>> endobj
+1760 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 647.691 179.831 657.878]
+/A << /S /GoTo /D (section*.8) >>
+>> endobj
+1761 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 635.736 184.912 645.923]
+/A << /S /GoTo /D (section*.8) >>
+>> endobj
+1762 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 623.586 179.831 633.968]
+/A << /S /GoTo /D (section*.8) >>
+>> endobj
+1763 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 611.826 169.669 622.012]
+/A << /S /GoTo /D (section*.8) >>
+>> endobj
+1764 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 599.595 189.993 610.057]
+/A << /S /GoTo /D (section*.8) >>
+>> endobj
+1765 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 587.721 154.426 598.102]
+/A << /S /GoTo /D (section*.8) >>
+>> endobj
+1766 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.309 575.96 144.264 586.147]
+/A << /S /GoTo /D (section*.8) >>
+>> endobj
+1767 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 563.73 164.588 574.192]
+/A << /S /GoTo /D (section*.8) >>
+>> endobj
+1768 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 530.934 189.993 541.315]
+/A << /S /GoTo /D (section*.9) >>
+>> endobj
+1769 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 518.978 169.769 529.36]
+/A << /S /GoTo /D (subsection.2.5) >>
+>> endobj
+1770 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [193.281 506.943 200.255 517.281]
+/A << /S /GoTo /D (subsection.2.8) >>
+>> endobj
+1771 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [188.2 494.988 195.174 505.326]
+/A << /S /GoTo /D (subsection.2.8) >>
+>> endobj
+1772 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 483.113 174.85 493.37]
+/A << /S /GoTo /D (subsection.2.10) >>
+>> endobj
+1773 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 471.158 174.85 481.415]
+/A << /S /GoTo /D (subsection.2.10) >>
+>> endobj
+1774 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 459.203 185.012 469.46]
+/A << /S /GoTo /D (subsection.2.10) >>
+>> endobj
+1775 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 447.167 174.85 457.629]
+/A << /S /GoTo /D (subsection.2.11) >>
+>> endobj
+1776 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [208.524 435.292 215.498 445.55]
+/A << /S /GoTo /D (subsection.2.6) >>
+>> endobj
+1777 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [188.2 423.337 200.155 433.719]
+/A << /S /GoTo /D (section*.9) >>
+>> endobj
+1778 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 411.382 179.931 421.763]
+/A << /S /GoTo /D (subsection.2.5) >>
+>> endobj
+1779 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 399.427 174.85 409.808]
+/A << /S /GoTo /D (subsection.2.2) >>
+>> endobj
+1780 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [193.281 387.472 200.255 397.853]
+/A << /S /GoTo /D (subsection.2.3) >>
+>> endobj
+1781 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.362 375.436 205.336 385.774]
+/A << /S /GoTo /D (subsection.2.7) >>
+>> endobj
+1782 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 363.756 174.85 373.943]
+/A << /S /GoTo /D (subsection.2.4) >>
+>> endobj
+1783 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 351.606 190.093 361.988]
+/A << /S /GoTo /D (subsection.2.3) >>
+>> endobj
+1784 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [213.605 339.651 220.579 349.908]
+/A << /S /GoTo /D (subsection.2.6) >>
+>> endobj
+1785 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 327.891 179.931 338.077]
+/A << /S /GoTo /D (subsection.2.1) >>
+>> endobj
+1786 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 315.741 179.931 326.122]
+/A << /S /GoTo /D (subsection.2.1) >>
+>> endobj
+1787 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 303.785 179.931 314.167]
+/A << /S /GoTo /D (subsection.2.2) >>
+>> endobj
+1788 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [203.443 291.75 210.417 302.088]
+/A << /S /GoTo /D (subsection.2.7) >>
+>> endobj
+1789 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 280.07 179.931 290.256]
+/A << /S /GoTo /D (subsection.2.4) >>
+>> endobj
+1790 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 246.918 179.831 257.38]
+/A << /S /GoTo /D (section*.18) >>
+>> endobj
+1791 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 235.238 184.912 245.425]
+/A << /S /GoTo /D (section*.123) >>
+>> endobj
+1792 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 223.283 184.912 233.469]
+/A << /S /GoTo /D (section*.120) >>
+>> endobj
+1793 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 211.133 184.912 221.514]
+/A << /S /GoTo /D (section*.57) >>
+>> endobj
+1794 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 199.373 179.831 209.559]
+/A << /S /GoTo /D (section*.120) >>
+>> endobj
+1795 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 187.223 164.588 197.604]
+/A << /S /GoTo /D (section*.111) >>
+>> endobj
+1796 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [213.605 175.187 225.56 185.649]
+/A << /S /GoTo /D (section*.140) >>
+>> endobj
+1797 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 163.507 164.588 173.694]
+/A << /S /GoTo /D (section*.113) >>
+>> endobj
+1798 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 151.357 174.75 161.738]
+/A << /S /GoTo /D (section*.118) >>
+>> endobj
+1799 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 139.321 189.993 149.783]
+/A << /S /GoTo /D (section*.123) >>
+>> endobj
+1800 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 127.447 184.912 137.828]
+/A << /S /GoTo /D (section*.4) >>
+>> endobj
+1801 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 115.491 189.993 125.873]
+/A << /S /GoTo /D (section*.84) >>
+>> endobj
+1802 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 671.407 400.347 681.788]
+/A << /S /GoTo /D (section*.84) >>
+>> endobj
+1803 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.744 659.452 359.699 669.833]
+/A << /S /GoTo /D (section*.111) >>
+>> endobj
+1804 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 647.496 369.861 657.878]
+/A << /S /GoTo /D (section*.111) >>
+>> endobj
+1805 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 635.541 395.266 645.923]
+/A << /S /GoTo /D (section*.114) >>
+>> endobj
+1806 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [418.877 623.506 430.833 633.968]
+/A << /S /GoTo /D (section*.18) >>
+>> endobj
+1807 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [418.877 611.826 430.833 622.012]
+/A << /S /GoTo /D (section*.20) >>
+>> endobj
+1808 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.634 599.595 415.59 610.057]
+/A << /S /GoTo /D (section*.18) >>
+>> endobj
+1809 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 587.915 405.428 598.102]
+/A << /S /GoTo /D (section*.20) >>
+>> endobj
+1810 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.634 575.96 415.59 586.147]
+/A << /S /GoTo /D (section*.20) >>
+>> endobj
+1811 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 564.005 405.428 574.192]
+/A << /S /GoTo /D (section*.140) >>
+>> endobj
+1812 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 552.05 395.266 562.237]
+/A << /S /GoTo /D (section*.140) >>
+>> endobj
+1813 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 540.095 405.428 550.281]
+/A << /S /GoTo /D (section*.140) >>
+>> endobj
+1814 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 527.945 390.185 538.326]
+/A << /S /GoTo /D (section*.140) >>
+>> endobj
+1815 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.553 516.184 410.509 526.371]
+/A << /S /GoTo /D (section*.140) >>
+>> endobj
+1816 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 504.229 395.266 514.416]
+/A << /S /GoTo /D (section*.31) >>
+>> endobj
+1817 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 492.274 390.185 502.461]
+/A << /S /GoTo /D (section*.20) >>
+>> endobj
+1818 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 480.124 390.185 490.506]
+/A << /S /GoTo /D (section*.20) >>
+>> endobj
+1819 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 468.364 380.023 478.55]
+/A << /S /GoTo /D (section*.112) >>
+>> endobj
+1820 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [408.715 435.212 420.671 445.674]
+/A << /S /GoTo /D (section*.39) >>
+>> endobj
+1821 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 423.532 390.185 433.719]
+/A << /S /GoTo /D (section*.39) >>
+>> endobj
+1822 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 411.577 390.185 421.763]
+/A << /S /GoTo /D (section*.39) >>
+>> endobj
+1823 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 399.622 395.266 409.808]
+/A << /S /GoTo /D (section*.39) >>
+>> endobj
+1824 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 387.666 390.185 397.853]
+/A << /S /GoTo /D (section*.39) >>
+>> endobj
+1825 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.634 375.516 415.59 385.898]
+/A << /S /GoTo /D (section*.40) >>
+>> endobj
+1826 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 363.561 395.266 373.943]
+/A << /S /GoTo /D (section*.39) >>
+>> endobj
+1827 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 351.801 400.347 361.988]
+/A << /S /GoTo /D (section*.39) >>
+>> endobj
+1828 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 318.924 385.104 329.111]
+/A << /S /GoTo /D (section*.35) >>
+>> endobj
+1829 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 306.694 385.104 317.156]
+/A << /S /GoTo /D (section*.35) >>
+>> endobj
+1830 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 294.819 395.266 305.2]
+/A << /S /GoTo /D (section*.142) >>
+>> endobj
+1831 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 282.783 369.861 293.245]
+/A << /S /GoTo /D (section*.35) >>
+>> endobj
+1832 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.634 270.828 415.59 281.29]
+/A << /S /GoTo /D (section*.142) >>
+>> endobj
+1833 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 258.873 390.185 269.335]
+/A << /S /GoTo /D (section*.35) >>
+>> endobj
+1834 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 246.998 400.347 257.38]
+/A << /S /GoTo /D (section*.35) >>
+>> endobj
+1835 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 234.963 400.347 245.425]
+/A << /S /GoTo /D (section*.35) >>
+>> endobj
+1836 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 223.008 385.104 233.469]
+/A << /S /GoTo /D (section*.35) >>
+>> endobj
+1837 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 211.052 405.428 221.514]
+/A << /S /GoTo /D (section*.35) >>
+>> endobj
+1838 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.391 199.178 400.347 209.559]
+/A << /S /GoTo /D (section*.37) >>
+>> endobj
+1839 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 187.223 405.428 197.604]
+/A << /S /GoTo /D (section*.142) >>
+>> endobj
+1840 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 175.267 390.185 185.649]
+/A << /S /GoTo /D (section*.142) >>
+>> endobj
+1841 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [428.94 163.312 440.895 173.694]
+/A << /S /GoTo /D (section*.141) >>
+>> endobj
+1842 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 151.357 385.104 161.738]
+/A << /S /GoTo /D (section*.37) >>
+>> endobj
+1843 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 139.402 385.104 149.783]
+/A << /S /GoTo /D (section*.142) >>
+>> endobj
+1844 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 106.72 405.428 116.907]
+/A << /S /GoTo /D (section*.83) >>
+>> endobj
+1849 0 obj <<
+/D [1847 0 R /XYZ 107 721.862 null]
+>> endobj
+362 0 obj <<
+/D [1847 0 R /XYZ 108 558.001 null]
+>> endobj
+366 0 obj <<
+/D [1847 0 R /XYZ 108 274.341 null]
+>> endobj
+370 0 obj <<
+/D [1847 0 R /XYZ 323.435 462.635 null]
+>> endobj
+374 0 obj <<
+/D [1847 0 R /XYZ 323.435 346.072 null]
+>> endobj
+378 0 obj <<
+/D [1847 0 R /XYZ 323.435 133.673 null]
+>> endobj
+1846 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1923 0 obj <<
+/Length 1496
+/Filter /FlateDecode
+>>
+stream
+xÚÅZ[sœ6~÷¯àÑžé*HH=¦Iœi§I;ñN§3ið®XÓp+høßWh1Ù‹H0ÎË‚7ì9Ÿ¤sù¾C|oçùÞû«Ÿ×W¯nò"À(ÅÞ:ñ „°Ê+óCo½õ>_“›ô‰ýúæŸõ¯ê!€a
+$ ¡èŒ]¢àI¼ÏD••böF·à¼~Y|ϳÙÂò¤J7„€ˆÁç†1`QÿDo[“ÍùÔÄUÁ`xU0@À÷i·,úEá¯7¼›2ÏåE…Q@¶P˜uÆ.6øI)x­ÁQ„áB8:c—8’ªÍ;ónØ%]à–t
+¹!mš‹‚DÎ(d”Þ þmZÐìÂÎØ‚¢lÒJã= €Ð©±@ÇzÀÁØEv¨â;Ð(ðI°T8»Ø…!I³,‰³fb$ŒŸÞ¨¨÷|nñ!t¤øÍÊj¾)‹$Ýíknh.ˆÑ…šKgL£Ùç¼ ³*-vsSm,ÔL©ÖpQËn ­{D2¤©‰Œ%š²ué>/eÕmKÎìLG™~”k(«C°Êµ±C0åÚbü»oDš<ÍM‹1¦Ñ3€(“D†Äì¢ÎÙˆ†W3£qÌ¿!EVÅâa¡s ¾ë9´ ^vè‰{Eýõþ­22të½ûb°*Ø"r Ä}£/pD"a1½óB6‡:Ýt*HúP´”ΘJ§µ‡;>Å¡è0D‘tõ¢]> Ô';º‡êw’þöHÒ³ÐW’2¢úŽyPí¿¨öUâë×ê«ê«·íWäDóÿy¤ù?ݬ¼þ½ÿºþÐÛ{6±V÷w:´Â@Ü&¹¼²#•¿Éʆïê¸zh$âs9„nDí¤ŽsL@ˆ˜¥¶T²ÒdÑJ/“‘A¹!í’´ºV“¹×£5§ÙžãA£Ç™F%—/ƒÄŠ"ŽÉ
+endstream
+endobj
+1922 0 obj <<
+/Type /Page
+/Contents 1923 0 R
+/Resources 1921 0 R
+/MediaBox [0 0 612 792]
+/Parent 1850 0 R
+/Annots [ 1845 0 R 1851 0 R 1852 0 R 1853 0 R 1854 0 R 1855 0 R 1856 0 R 1857 0 R 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R 1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R 1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R 1894 0 R 1895 0 R 1896 0 R 1897 0 R 1898 0 R 1899 0 R 1900 0 R 1901 0 R 1902 0 R 1903 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R 1912 0 R 1913 0 R 1914 0 R 1915 0 R 1916 0 R 1917 0 R 1918 0 R 1919 0 R 1920 0 R ]
+>> endobj
+1845 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 671.602 184.912 681.788]
+/A << /S /GoTo /D (section*.83) >>
+>> endobj
+1851 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [188.2 659.452 200.155 669.833]
+/A << /S /GoTo /D (section*.83) >>
+>> endobj
+1852 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 647.496 184.912 657.878]
+/A << /S /GoTo /D (section*.86) >>
+>> endobj
+1853 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 635.541 184.912 645.923]
+/A << /S /GoTo /D (section*.88) >>
+>> endobj
+1854 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [243.991 623.586 255.946 633.968]
+/A << /S /GoTo /D (section*.5) >>
+>> endobj
+1855 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [208.524 611.631 220.479 622.012]
+/A << /S /GoTo /D (section*.81) >>
+>> endobj
+1856 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.362 599.676 210.317 610.057]
+/A << /S /GoTo /D (section*.81) >>
+>> endobj
+1857 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [188.2 587.721 200.155 598.102]
+/A << /S /GoTo /D (section*.77) >>
+>> endobj
+1858 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [188.2 575.765 200.155 586.147]
+/A << /S /GoTo /D (section*.129) >>
+>> endobj
+1859 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 563.81 179.831 574.192]
+/A << /S /GoTo /D (section*.93) >>
+>> endobj
+1860 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 551.855 159.507 562.237]
+/A << /S /GoTo /D (section*.151) >>
+>> endobj
+1861 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 539.9 189.993 550.281]
+/A << /S /GoTo /D (section*.83) >>
+>> endobj
+1862 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [264.315 527.945 276.27 538.326]
+/A << /S /GoTo /D (section*.110) >>
+>> endobj
+1863 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [193.281 515.909 205.236 526.371]
+/A << /S /GoTo /D (section*.85) >>
+>> endobj
+1864 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [188.2 503.954 200.155 514.416]
+/A << /S /GoTo /D (section*.151) >>
+>> endobj
+1865 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 492.274 174.75 502.461]
+/A << /S /GoTo /D (section*.68) >>
+>> endobj
+1866 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 480.319 179.831 490.506]
+/A << /S /GoTo /D (section*.76) >>
+>> endobj
+1867 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 468.088 189.993 478.55]
+/A << /S /GoTo /D (section*.151) >>
+>> endobj
+1868 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 456.082 195.074 466.595]
+/A << /S /GoTo /D (section*.89) >>
+>> endobj
+1869 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 444.453 189.993 454.64]
+/A << /S /GoTo /D (section*.90) >>
+>> endobj
+1870 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 432.303 174.75 442.685]
+/A << /S /GoTo /D (section*.90) >>
+>> endobj
+1871 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 420.217 195.074 430.73]
+/A << /S /GoTo /D (section*.99) >>
+>> endobj
+1872 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.795 408.393 174.75 418.775]
+/A << /S /GoTo /D (section*.90) >>
+>> endobj
+1873 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 396.438 179.831 406.819]
+/A << /S /GoTo /D (section*.90) >>
+>> endobj
+1874 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 384.678 189.993 394.864]
+/A << /S /GoTo /D (section*.76) >>
+>> endobj
+1875 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [142.471 372.447 154.426 382.909]
+/A << /S /GoTo /D (section*.78) >>
+>> endobj
+1876 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [213.605 360.492 225.56 370.954]
+/A << /S /GoTo /D (section*.80) >>
+>> endobj
+1877 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.362 348.537 210.317 358.999]
+/A << /S /GoTo /D (section*.80) >>
+>> endobj
+1878 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [193.281 315.66 205.236 326.122]
+/A << /S /GoTo /D (section*.2) >>
+>> endobj
+1879 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [223.667 303.785 235.622 314.167]
+/A << /S /GoTo /D (section*.101) >>
+>> endobj
+1880 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [193.181 291.83 205.136 302.212]
+/A << /S /GoTo /D (section*.3) >>
+>> endobj
+1881 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [188.2 279.795 200.155 290.256]
+/A << /S /GoTo /D (section*.2) >>
+>> endobj
+1882 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.957 268.115 184.912 278.301]
+/A << /S /GoTo /D (section*.160) >>
+>> endobj
+1883 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [213.605 255.965 225.56 266.346]
+/A << /S /GoTo /D (section*.161) >>
+>> endobj
+1884 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [167.876 223.283 179.831 233.469]
+/A << /S /GoTo /D (section*.91) >>
+>> endobj
+1885 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 211.133 169.669 221.514]
+/A << /S /GoTo /D (section*.92) >>
+>> endobj
+1886 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.119 199.373 195.074 209.559]
+/A << /S /GoTo /D (section*.94) >>
+>> endobj
+1887 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.038 187.223 189.993 197.604]
+/A << /S /GoTo /D (section*.94) >>
+>> endobj
+1888 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [157.714 175.267 169.669 185.649]
+/A << /S /GoTo /D (section*.95) >>
+>> endobj
+1889 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.552 163.507 159.507 173.694]
+/A << /S /GoTo /D (section*.87) >>
+>> endobj
+1890 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [152.633 151.552 164.588 161.738]
+/A << /S /GoTo /D (section*.87) >>
+>> endobj
+1891 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [259.234 118.4 271.189 128.862]
+/A << /S /GoTo /D (section*.152) >>
+>> endobj
+1892 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [137.39 106.72 149.345 116.907]
+/A << /S /GoTo /D (section*.69) >>
+>> endobj
+1893 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.634 671.326 415.59 681.788]
+/A << /S /GoTo /D (section*.163) >>
+>> endobj
+1894 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [439.002 647.416 450.957 657.878]
+/A << /S /GoTo /D (section*.152) >>
+>> endobj
+1895 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 635.541 395.266 645.923]
+/A << /S /GoTo /D (section*.164) >>
+>> endobj
+1896 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 623.781 369.861 633.968]
+/A << /S /GoTo /D (section*.139) >>
+>> endobj
+1897 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 611.826 374.942 622.012]
+/A << /S /GoTo /D (section*.139) >>
+>> endobj
+1898 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 599.871 374.942 610.057]
+/A << /S /GoTo /D (section*.150) >>
+>> endobj
+1899 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [418.778 587.721 430.733 598.102]
+/A << /S /GoTo /D (section*.147) >>
+>> endobj
+1900 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [378.229 575.765 390.185 586.147]
+/A << /S /GoTo /D (section*.101) >>
+>> endobj
+1901 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 563.81 405.428 574.192]
+/A << /S /GoTo /D (section*.165) >>
+>> endobj
+1902 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [439.102 551.775 451.057 562.237]
+/A << /S /GoTo /D (section*.146) >>
+>> endobj
+1903 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [428.94 539.9 440.895 550.281]
+/A << /S /GoTo /D (section*.149) >>
+>> endobj
+1904 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 527.945 385.104 538.326]
+/A << /S /GoTo /D (section*.149) >>
+>> endobj
+1905 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [439.102 515.99 451.057 526.371]
+/A << /S /GoTo /D (section*.148) >>
+>> endobj
+1906 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.472 504.229 405.428 514.416]
+/A << /S /GoTo /D (section*.150) >>
+>> endobj
+1907 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 492.274 369.861 502.461]
+/A << /S /GoTo /D (section*.139) >>
+>> endobj
+1908 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 480.319 380.023 490.506]
+/A << /S /GoTo /D (section*.156) >>
+>> endobj
+1909 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 468.364 380.023 478.55]
+/A << /S /GoTo /D (section*.158) >>
+>> endobj
+1910 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.31 456.214 395.266 466.595]
+/A << /S /GoTo /D (section*.100) >>
+>> endobj
+1911 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.744 444.259 359.699 454.64]
+/A << /S /GoTo /D (section*.28) >>
+>> endobj
+1912 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 432.303 385.104 442.685]
+/A << /S /GoTo /D (section*.10) >>
+>> endobj
+1913 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [429.039 420.268 440.994 430.73]
+/A << /S /GoTo /D (section*.162) >>
+>> endobj
+1914 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 408.393 380.023 418.775]
+/A << /S /GoTo /D (section*.100) >>
+>> endobj
+1915 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.148 396.438 385.104 406.819]
+/A << /S /GoTo /D (section*.79) >>
+>> endobj
+1916 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [408.715 384.402 420.671 394.864]
+/A << /S /GoTo /D (section*.159) >>
+>> endobj
+1917 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.906 372.722 369.861 382.909]
+/A << /S /GoTo /D (section*.104) >>
+>> endobj
+1918 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.454 360.767 410.409 370.954]
+/A << /S /GoTo /D (section*.143) >>
+>> endobj
+1919 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.068 348.812 380.023 358.999]
+/A << /S /GoTo /D (section*.157) >>
+>> endobj
+1920 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.987 336.662 374.942 347.043]
+/A << /S /GoTo /D (section*.100) >>
+>> endobj
+1924 0 obj <<
+/D [1922 0 R /XYZ 107 721.862 null]
+>> endobj
+382 0 obj <<
+/D [1922 0 R /XYZ 108 342.808 null]
+>> endobj
+386 0 obj <<
+/D [1922 0 R /XYZ 108 250.236 null]
+>> endobj
+390 0 obj <<
+/D [1922 0 R /XYZ 108 145.823 null]
+>> endobj
+1921 0 obj <<
+/Font << /F92 432 0 R /F105 437 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1925 0 obj
+[1000]
+endobj
+1926 0 obj
+[612]
+endobj
+1927 0 obj
+[525 525 525 525 525]
+endobj
+1929 0 obj
+[556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278]
+endobj
+1930 0 obj
+[388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8]
+endobj
+1932 0 obj
+[510.3 548.5 472.1 548.5 472.1 324.6 531.1 548.5 253.4 282.9 519 253.4 843.5 548.5 531.1 548.5 548.5 362.8 407.2 383.6]
+endobj
+1933 0 obj
+[277.8 277.8 777.8 500 777.8]
+endobj
+1934 0 obj
+[493.7 530.7 456.7 530.7 456.7 314 513.8 530.7 245.3 273.9 502.2 245.3 816.2 530.7 513.8 530.7 530.7 351 393.9 371.1 530.7 473.6 702 473.6 473.6]
+endobj
+1935 0 obj
+[549 494 439 521 411 603 329 603 549 549 576 521 549 549 521]
+endobj
+1936 0 obj
+[600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600]
+endobj
+1937 0 obj
+[586 586 891.5 891.5 549.9 366.6 549.9 916.4 549.9 1028.9 830.4 305.5 427.7 427.7 549.9 855.3 305.5 366.6 305.5 549.9 549.9 549.9 549.9 549.9 549.9 549.9 549.9 549.9 549.9 549.9 305.5 305.5 855.3 855.3 855.3 519.3 733.2 733.2 733.2 702.6 794.3 641.5 611 733.2 794.3 324.9 519.3 763.7 580.4 977.5 794.3 794.3 702.6 794.3 702.6 611 733.2 763.7 733.2 1038.6 733.2 733.2 672.1 343 549.9 343 672.1 855.3 305.5 524.9 561 488.8 561 511 336 549.9 561 255.5 286 530.4 255.5 866.5 561 549.9 561 561 372.1 421.6 404.1 561 499.9 744.3 499.9 499.9]
+endobj
+1938 0 obj
+[500 500 167 333 556 278 333 333 0 333 675 0 556 389 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 214 250 333 420 500 500 833 778 333 333 333 500 675 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 675 675 675 500 920 611 611 667 722 611 611 722 722 333 444 667 556 833 667 722 611 722 611 500 556 722 611 833 611 556 556 389 278 389 422 500 333 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444 389]
+endobj
+1939 0 obj
+[600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600]
+endobj
+1940 0 obj
+[536 536 813.7 813.7 499.9 319.4 499.9 833.1 499.9 833.1 758.2 277.7 388.8 388.8 499.9 777.6 277.7 333.3 277.7 499.9 499.9 499.9 499.9 499.9 499.9 499.9 499.9 499.9 499.9 499.9 277.7 277.7 777.6 777.6 777.6 472.1 666.5 666.5 666.5 638.7 722 597.1 569.3 666.5 708.2 277.7 472.1 694.3 541.5 874.8 708.2 735.9 638.7 735.9 645.7 555.4 680.4 687.3 666.5 944.2 666.5 666.5 611 288.8 499.9 288.8 611 777.6 277.7 480.4 516.5 444.3 516.5 444.3 305.5 499.9 516.5 238.8 266.6 488.8 238.8 794.3 516.5 499.9 516.5 516.5 341.6 383.2 361 516.5 461 683.2 461 461]
+endobj
+1941 0 obj
+[556 556 167 333 667 278 333 333 0 333 570 0 667 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 278 250 333 555 500 500 1000 833 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394 520 0 0 0 333 500 500 1000 500 500 333 1000 556 333 1000 0 0 0 0 0 0 500 500 350 500]
+endobj
+1942 0 obj
+[777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 500 500 611.1 500 277.8 833.3]
+endobj
+1943 0 obj
+[556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444 444 444 278 278 278 278 500 500 500 500 500 500 500]
+endobj
+1944 0 obj <<
+/Length1 1404
+/Length2 5893
+/Length3 0
+/Length 6848
+/Filter /FlateDecode
+>>
+stream
+xÚuT“ë²6U:Ò ½%ôÞ«ôÞ…„’@5ôÞA¤JG¤w¥ (R•*Eº €"íF·ûœ³Ïÿ¯uïÊZÉ÷Î<3ó>3ó|agÑ7âWt@ØCÕp?H
+å!%(èëë+
+ÿ ¬ý€ð§9
+wPF¸»Cá(/â_÷S!¡Lßýÿ ׎ð…£ÿ>9ÂàŽ¿h8x{šÀažÞPM•?Œ‰øß6'(
+
+”@=P?ˆ³à¯ÆþÐßNÐ/3†CÚápÄЀÁ¡˜b´Ø
+@!½¡AèÿtüóD `Àêƒÿ;;Æ uü댙?æ°bÖ
+#F"ðÿ†šAÿR´Ôæíþß^M#E¸“Û¿ óRƒùAôa(ˆó_{ô÷0éÝ`p¨> öëàÿåÃÈâŠy¯xa¦õÛŨêŸ%Uá„Ã/ù ‰ŠÀH$ØŸ3|ÌI€atê
+p!YÏ85i'öÓöP•ø?kà^²óÖ|B©˜1Aà„Øc'8gn¤°±_Ðskë×Õ
+Ñž°/·Ý£·É‚›òMýüN}7¢ËÅjŠV£qªÉ4J'ÍÅ^¢lT/d.ub©´ñ˜ëÇlµÌ1¿3¬ÅJŸH½”»7ô‡,ž-ñ—¤•
+Õ<ç5jÂc,˜'d†¯~ˆ.ƒ0Ç:úû$‰
+Ðœ‘ÀÈL oJ'ðu\ˆÌê÷r›Ö·>µ3î–ßÊŠÞæÖ1ŸËv™™:[Üä0¼B×°…|\èÜâÜÕEŠ1¾iH±O*r-µ ÿðlbp»þŠ®ðÖËg·GWw9_*Ä2€iW…[Ðä‡:Z‹©¡¶§ç¶ó¯ÔÁ‹Æ=Š¸öØÃñ£@Ë
+%ôzi1™ÃÌF× ¡û§™µërç
+ýûŸìi èiÿÅl5,† V)âÚ9ÕÂUÿ—ü›Vdð¯(hÁª ¿Ê†@æ×ì<ŠÃ6Syà^ÁZ¾¦Ê\ö`U%gIJäñ/§*ê1F7^Ü› õÀ¾S9ÙC &sýùG}0Á!«ÊvÓtˆf…1…'È+ñ­6lUnÁ"¿+ç¶yoí»ñúšÓɨî¸î^)Ç[Uæ”:½ {äÅá\TåÁ¨Á~‰¯¶Ž!¼•v‡ë>4¬y¼ã¸,›NkɸŒnôÒì®[cmdlá‰}öX‰Â_°ÔyÖ‡§˜&6­‹‰zÍÞža“D¯rÞh'½)§¹ÛÙ´ùdpé•%¯XÙ¶5ןprºïFï-….òÏd49\,™=´âÓõJãïq>Z‰s¬RXÍÍñ™ûTeyYçB¢«ÔhQFs(àÿvb&ÜN$ŠŽM|}‹ZúÎö¬Å…MU²] t„¾hl°Œ¬‡ß ü†UijÄçS'¶0ðI`ì~/pf^nbòÓ>·qˆrÏçÌ)WÖ'…™iÖ
+<†&³|É3b±ë2wØDúDíýT_a#¤TgP™Ð:‘blR1Yѵm|?/œä*+VdpºØËžŸk‰Äâ3¨*öË–6ŒIèèM'yMÍßX­=µç[dtÏó´ÅÓ§ŠIfYÆ×Û —vtÆFÖÙ1 ¿“§¡K@ù©m•øÎ!…¸Ç™ã˜f×ù×põ|Dq({üCž%„KlÚÙƯ±g'^Ÿ}Ãö ŽFc}a!yðFÆë‘,€²Rrl¿}hк\0ÜWRÏ>YmhMªÓâÑe? Þe$¯BÛNrØÏ8"eî®#qÂïÝ;¦>zõ³ñqüâ‚I
+8É ]ß|ÙFdTòà0ýd2ÙpÚ1u¯õJµÏ:·öº†]ÏêóÌ$kDZjã‹•Á‘áû ɹ»®XÝÑg¾/3†m>Ã|©g>‰ßéw]6°9dë:|hy)_-þ¤^)0ëb'óËÔ›pßNEoï×rhãñöëÝ7‡«{èGg5„“ kf(Ú¯:ÔÑE°a\ÔÅßy­ùn‘yXÚH<ïé/i«ñ…¸ÙªÞÞ›»xùb,T‡íÎÙìÔû†Þ¾VªšÇ²6âT<yÉ3ȃ+
+ Cg=üQt„QgÖß³G•ü!¾äÙtùäƒÃ.
+hKËû÷³ò©ÛTÍD&„Á4ÛoUÃïÞÜZJ+Pí2¤ù¨v"â$3³Ýqký£ÒNû™å®uŽ-SU”¨sx>²5ú&ƒê“¢HZ‡Ô¾•}ñ8ó°–çî€i‚!RzVùb;Ûºg–
+)—ƒ âfq’²—b-7ïZ¬¿`èÈlÞ–Ço¾¥ûcÆtRsb>
+J—ÀÕ6ñÄJ‡†®þ Oª¸TÊûNã7D&Cö·Wž ÏX?ãè,ÞÿòaN`ûè>îñÊ8³:Âêԟڧᡀf¾Q'oê$­Ë˜I³¶olË#GïôΑ²WÁîÅ ŽLý^êG:cöãÜ;†B«¯äjý…âdñ^DŒ1t˜ÜÌ8Â+†îïÎ]|mÃ’ˆVà‘á‘oYßd9IIØó/´ÑwN¾¥;3^5¢~ëÚÿeiAítÐX¯“Ül8ôI0œj§—øØÖüÍÜØzG÷.Ò›SqÙÃJÍ;rÛ΂@Î3`öÕ\½SÌáKì÷nKŠ4²ž#º*r(YÞuÌ5axúÉÑÏ<ã¶%oö¿ØÆDõ¹<Hàߜം—Âýiõ,ŸHé­_MÉ›$§W†”§v H«!Á«•xåA©‚¶d¹ü+ã*…œˆF–»zëœ à Úc§
+Ù¤ÏæXLüÆ¿ß„ºÈšÈŽ•©xn6h=]Nã(ð–Ü>ÇõÌS‘‘Z´Ô%P®jÛw w]‡DBÖ¯ðÙ?øÙTÍÆIãÕÖô¾Â%=¼ÕµÞoÍ6ô.$ûhùAj:©ßíar÷郰3øl
+Ï»øÄ;ÇOÞÞ–Ü~ž^¿™uG|†ÚòDÙâôöFRShÛ[½Þ•J)>–çi—&4QÊ÷x>8[©‡õ±c‹$méEw³ñ–ú?Êc—34䧔b{c®ÍÞcQ@[’úF%Ρª†ÏjéÆEummŒZ‰ñNQiX¬Óˆ9$|¼¡§Kª”!9“a>ˆ¬9¼îtf÷‘<áDÑ,š0)Ñ”5— dpDüT»ö˜*û8Å'a–°±›Õzº«ÖöN­0,ûÑK~ƒRU³ÎqÕÆ€ Q¯6ã*
+C`äb|uƒÔù½Å Þ$ÏvYzHAî)~èR­‰}Ožµj…A`¿¼¶+¢±4Y¯¶tê
+6¤–ï—1Ê%
+Ïe­áé6ÊL‡¾«^«RzP¢nð©b©×‡ç…5³¢=ÙÔß
+}‹nÎ,`ùœûº Ø@ÜrÆÃCöÏXj-²²rgXG.#Ô–] GsZ§Ç6øjÛ¹®²'dkzÛƒ/àÖW†b¼é–ðÉF¥P òÏë÷,ž%ÿ</43w£ÓÛN!¯µéEW¸¤¿lpÌʈµóLßØ‘µÔËâúÂ[yi·«ADÜ.Jü8o‚)FÜÁ™ð5NÏL•éGPóôTä^žP å¸
+ט™U¿ JØ ÎÕB¶PT¨õ¯n&i«—²RØ’%Qî8Y»<aÙlL®V.]î[\Z‡ô4m1*fÖ§/„ï.hSBÂ:TÁÒkõ¤2È9£xä9xψfÀ|vM©8q¯(³£%K­÷Zû*©7soOáµ%Èú„ŒñåÜVQ£p²—ucx}®ww“Èw8@:EFkÿ©ùâñ`òO)g‚Cw™ªX®â¯½ÕÞíU®õa»ÙbÅ<:ÀM¢™ôN)…G‘Ã>­äõR`aÉ,¦¿­‘¿ä/LÑ9}P^ó®wA`æÌ#µ»õûôà£W}ÙBŒ0[~ò‘rï^¿šj‚ÏPÐXË 8äaâÁs±7¦Tc;§Dt[ÍâAf¨ª«ò$q÷ãÓù@•ø¥œ°§“Á°`¯ªãƒ–Ü8 °Íš]ðs)×{‡ù1þ©¼¨ëp:°.>ÅN$] (9½©a­­ìóYs+Ù5ú BÀ¯{/aC\^¨<ãÈ©ÍùY›Û3k·ëóÒ1„²`ᶨAÇ<>Ö-út¥¿ªà.›ÂDðb!%‚*ú\‹ªx´Rô¾-'¦9¡0¥þî6B‚e¹æ?ï…0¸R‘¯ê‹åt†HØ1_¿`±¼~qV¼n77Þ14`*/`d°wtØÊCU±™^¯y,ã½súS)=òGÊĤó÷«Ë¨e/}áï»òË›bO–„S°ù7*»È~41»æ†c–ÄE:µ¯t¾d­0€xäxÂTÔ[DC5(Ì'9½^<¤÷}Ísô#«8­od]úÎκWM›¾Ò|7À¡‡b¿ŸÒÑOÔOï=uJ¾$ uqtœû1"‚욺¶áÅäU§Z:¸! ~›Á“s¥¿“ë“ÎSæjC(zŠ¥r.¶™$_í·)¼‚þÈþ|¼Nõ[E ÌôúeѵËàûŠº¶òtý'Lº~VOI¾Œ?ƒ‡PêÏ~
+ÒuË1Éz‘Íõ¤˜SÕ÷ó‰ÚËN¢•U·u<ï%NU*$(lsƒÙûºüYs& î±®àŒ¨6ãW¶§òbXÆÐ-R….@¾¶d%Ô±0{À?úWK½‘.Óÿu91
+endstream
+endobj
+1945 0 obj <<
+/Type /FontDescriptor
+/FontName /WAXMEH+CMEX10
+/Flags 4
+/FontBBox [-24 -2960 1454 772]
+/Ascent 40
+/CapHeight 0
+/Descent -600
+/ItalicAngle 0
+/StemV 47
+/XHeight 431
+/CharSet (/radicalbig)
+/FontFile 1944 0 R
+>> endobj
+1946 0 obj <<
+/Length1 1493
+/Length2 6296
+/Length3 0
+/Length 7302
+/Filter /FlateDecode
+>>
+stream
+xÚwP“i×6‚ UŠˆ -(°ô$ôÞ{E!„
+
+ïu‡"\ ¶xƒ_¥CêJ†
+ °ÇÓ€û!ìáør,ÔÀaÀý|þSño‰ Ø!`8€-Ü$ÿ':†Ûÿ)ãûAx,@øñ@???Yá'Ì…tñúÇüW‹÷L”•´”øSþ[©¬ŒòøŠ…Å@
+‹‰  Ô‹?xI àÆ/¯Üó×Ì€BHïÀsöØ£0ä?-&
+løÔw¥øî·èyÁn{»2÷´[U42–.Æ{±nÖ7³èñÉ6øº–Q£âíáºtà[å¹d¥ÛçŠ*ö«ðnsû²øŽ6.% `Ï}²ÙË(Ôy«bf¹;bŸ­œ0ÞŽ L?ÿÙÉ^ Û^T¹{Y`ÌÉ–÷Ùa&@Ÿ]ïMüôÎuÓ±ñ¾‚
+Bùßå[Ó ´E]•@CgF"S-|ôý>íü ­+tR´K¡ˆ«#zÉ+ŠÔŽ~‚×fx⨂è ûƒ7Å´)-îµäEóŽ×0O|¡l+“ $’zò){kOÄùæn¶ÜUv‹vkö Û ”õõoÊ,¦E '½AƒWwÌn±a"\iÌÉzµÝÙ@ÝSÇ$ð†$qmÛ ï´xÄè?¯×”ßWõÛÿF:““Ðs7åjÛ—ú°Ó½Ê`‡²«$`Ûö–lí§P_›vÇØRÛ‡¼/=îoÃ,¸ANÉßjÍ $¼Žȯ¥;27…p?ô£CŸ ŽmÚOÝ@O§¬É{˜]D½M7vבF»‹¬Ö±pŪ:>BoßÔ„3„P“Ôo\_F–r˜qÜVdäÑ#ç|û1¶‰™ß¼[H¡ƒ¡¢ÖÊ$˛׈éfO{‡OÀÛü£Ó´ã—¨?›5Ô
+ QÙª§ÙÏ"‰Ú=åìßiÖX°[AÔ^:eõGùùO)VV6™é4s.’+Þ泉èÚ½¼¬MÓÃÙ@»FŽÆ
+𷓇 r›ö-²ßœt~Äs:7»ÌsYï¹rZÑdH- vç¯Þp†ê>¼9{œ¹öyxí&=2?2n2W}ÚÇòb¨Íž$ìã—ü
+ŸHݱ-îˆÎNòó©å’ϕ ò
+צWê!ùïûQ_<2Ç—¤ÉÃÙ²à-ÛäÀ²ÈÖuV–—Œ ^§_š¯ú…ä‡ãÖ¦Í ‚[oIì¸áBíOü:éÖF“y«Ã$/›§xÝ “ÍÆÖ ;¥Üo[
+n¥áê¤|d’Óºè#? Ì/¯z¢âŠZX s•û=FÏÜ°ûäãÈ *Eu徇jÉ7E¸ážÝÕn¢M(ÂîîèýEÅŽR4%BD†¥6P¹§E‰~zÊÖ··OI4z«B¶±fMN¾'ÿãõjT®ˆåZóëÁ¯¢€·Ñ×H83L†Y %µ9b†Â÷D¤sš˜ûeïjŒú€.`¦ZLÕDâ<Ö½[G‘¸P»€€à¹§ú[aÂV0té@t÷Bn›õ &ã¹»×L•ã}¾—š:j|-÷Þßô¸ÖpSo«PD€¯¡;Ê]ÌOèi±TÉê¼[âжzÚ«ð»™~ñDâO„ýt‚A_­M«†ŸÇ\™–ŠwúF‚vœ•#zÏ]¾Ê{$ΛoÊ~Ô¼[Ý{ÙÓîÅ5¿€uAά[Y¶ô< ÞΪ†F¶8™º¾«NEÍÝ9Î+úL¢ã$¢Ç{ u³NJ|Y6cá†OkjÉxJ>É VR™°‡¨ m×ß(Êu©HÁ7¸Õ-x¢É ~„Ç—( 3Æb¢¾¤·µZïU†^¡³7 5›K¸\–Wöà4w˜ë L¬ä®Û§|=VvÜ0ùž,°FpA÷®é½§¶ŸEÍs-†@†œäÕ&œkj9Ì{:uãÛ÷%˜¤Ud-ôÂ]N š,ýȱs¯¬n¸IoïÅl¨ÒåÙì(T¨û°¯; Ê*ceÙ»%pN¿’;åf²Æ¤ X±!L(E(Ó7ªuisDÝ;™³¤=Àä=P‡È彸§Ûb>+™y­‡_M¦&°ŽëdÆ6Å9©êÇÝ/”çÛF§Ê¯iž…µÆ/Ò‰,½x‘7ZsM׃´™ØŽIøÙû™¡¡ù Þ³Cöé5tiïìµøæ,ì™äõèDÆy¹Ú¾?©¤Ir{ZÙhÀCÜa)x#†‰-wK»‹\“—cxßÀj(vPøÂh«ë”s¦ûÌx(gèQ`p.Á ö#â6³tÊ;kÝ;
+ }7ôU*׌õ&Û“TÓò)Wi{G#V)W¿‹ð½sºmÖ•£º)¹͹3ËѤµ00Õ|~scZ7IÆú!¹aª¶gckj×Ý~ž÷Œ ®Fnë× µ-ýí§hˆ¤RŸ‰×}¼a >)÷÷
+kHž¸—â›ÙšÄSà š·PʳñM¹öLÖ¹íyKnoªsñÒÞés¶J×è9Åyë"¥?ÖÞuÞkï¤#à4‚“¹N¨ZUÄvÆ¢ý¿U~‹¤ 1ŸMR:“tUòþ°ÿ)û²]»¾Ì­• F’ÑIJvôBÛAÚõf&’«Iúoóªãº|e
+¯-V2Û¤ä,+JEs¤£,u“ 4+#Ågj?nò½<4‘ T½¹š„z±ý8×!¶RÕÔñã…pr»ü³Ï:žn"]Å‹¯­q¥¬Yño}GÍÞqE€
+‡äÖÔ«Z“…¶…ï/bꊥóxX5åËáëÓw†æê&dªß÷½{âçj–½!ø½AoIiØkƒµõ‹ÏùpÖ…mV¤·N¶ Ór—Õ#:B¨ Õ^=Ksù=ïh©ac{é
+ñ­gîÑÍûNç´±
+éy'³ƒJ¬ãMkbBeXév«>fMáÊе
+.õµ0zº•s‚;Ň{pÒ™MA8î=ð&°/ÁV6,%iöÌù¸ê³@²1šŒÊοòèM/ÑòçbI .ÚHôpÛë­Þ&½ïÒã)'ȳWœ0ã€-f1Ž§‰¹­ ”¨ÓŠ¡©þ+ªdã·%e(>Þ©¿ØÅ^fÍ»¿Y-ç ò­ ¡>pNáx}ë÷™Xk«¤6Œ?þ£fRU$÷ƒ¢kw]\剄†C\Kúñkfiêce9)Îý+ßû¶9³øšÄöOú1ÔûÁdìðr™õÁ«cf=Bevþ‡ç µô¥a2‚¢yEðJcq¬'¢:Êô©eÂPsÕ³ä
+š)ô'‡"ýK^V S–Ù³Xa7ׯç
+¹Bï‹uOd|ö÷!-¢A4ay¯•êlOÐ,’´;o-vÛ-z¾ÔrT“ë .(¶J´Â
+Oüh}‡¡
+›[–˜T‰»¯¢œ¿½^M/7‡‰µIÝ¡Ïvq«à¶šëÈЇ3çè¬'ƒêX?+”Ž¡Á©‡ß)îǦï\¥¿NksÇßø‚]NgîBAíxM‡9+‹»Ž7²cÉ)LÆiñ.è9…i'Øúx×äq¹[0q¡M>ðäP‰¢"ÉD²·¯χÆR²S©¸8—Ú*" ùw‡dŒb¹‰‘Â^#aU !ýØž¯ël¼×1…ß~&ys)&7­&Ýî1“;Ê ££HÊë*ï’ÓÚ߈,Õî³ùö:Ùœ×Ès{>q#ž¨Û“LlThÚ±ì6i«ª&ÓfÞP?!¬Áÿe ƒv1årXóv`±´Ûe†Þ~G/¹úsuÙ»yoCøwùî<kZ › ½¶b:ÎJØ«¶•ºm7Ûú
+ëOW\ʹ\¼÷@™Pì§$Õ;*ú¢:–s;k
+j·¿!ÇSnm.9ßžËÛKT4Î?ñÕ¦à½ØÓ´¼ÌLBï'<æn¢ *Ë0˜ºmU”uVô5åù·Äòóoûh_&4eB8×µô–¼¢ 2%Dz¬¾ÕM·óälÄoö'ਮ K:°!
+ÖIdmS²óZ.‘/ç1Fð³ÉÈQe]Ö˜yøÐ[’Fƒæ«åŒtÞ_y£¸LÚP’ Õ ˆx•zƒþö@-Ü÷4}϶ê#[%N7\r´”6á;2¾ÙnÀÆ»àöv•F=G–jGX(çY[ÜÚC=Mõ¾Äz­Gî"‰æŒ?­jÌ@j5LÉoˆñ±%Å’×}j9O똗ÏLˆŸ?ê\x,n@î¤<½,©ªòiU•øy,A‹EÜž—jò‡Ž+®f%Ö·m£¡©¾¼´Z6‹Ô](ÔÚ‹}!(¤AßéWRä^óR|ñ…áãx„$”°3<x„½IáI‘²»Ï?ÄÀ'Ѹ­9b}d(»ÇvÇ´C.ÕÍ8OŠ¥Ù™cOR5ãj‚íœÍЫn^Fc²}lKžr{‚Ùî—hŒÐûUßmùê ˘ثäE~w5Zà)×ÍL]6sˆ~ré3,¬¡îà«CüÔ¬¾·‰<^(5æbáÖköŠ-¼«R”Lf{¼Ü\ËO¦äq]§üð€¥"!›¬PM|…ÕÅ .K"z~¤7`}Ó
+‘áÿGº{ë©‚¡¹ÓbèÛÜ¢¥ä‡/)Ò}«aº4—Cöê!—ió¾zû÷ÓÒf_0ëžÜ “˜(®Ðà¿×9˜§S³Õ±)×LÊÇ=‘x&éÿ0<þvúØbo‡KÊ+Iöëìµ=/šµO›J^æ³ð8Å^Ø®ò1Èùâb˜`cI ºKÓvuý¬¬i«Ayx,ùð1;û#u¦à4Á²®™ºcÚ‡Þ(±àþâÙguvåD4j“N¸»èƒÞ“ô–=ÔmR
+§‚xm¾?I34ìkÜàùqåP4IŒ1¥î~ið|H½ÞB*‚•TLƒÏFᑺ^ÕbWÀùäÃrÜ&ºÓ~zItNÐ.Ö ¦¶+/jIø¢Ó½Eg¡KîÕìFV¯ÜÙÈÙ¥øSÄ€ø‡ÙÖ"ùpü‰ÚõÆ^­–mñ#S-ÈKÎðØóa¯¬á_“.i¦¢-k¦0Ç\+Fî™…Çê]sÒ-¯h Š68o÷G‘r¨J—DÓ„rñ^¡‡2.géy&õ÷ݲÖM;Q`yeGÇw">Ú¶’ðäùÜ*Š¦¨¼#ÙÆÇ"tÙ]Œ5;h+»Wg¥kÚæ;jÔù’òŽ¿IQ.$8z:þhý\…©’‰úrêãÞ
+p½²óHBbõÉui‚Í©›+H¸¸L ÄÞ@:jf'Ùw™#ÇèÉÍðvúõ”~X¼•Z’Dæ— aî2Òv9®q05ÿÍšÏðéX–VTUƒJÕ¹«í+iÚ~­ñ¼V#¶ð/a99M©û3§•‰K•Wvuyõ¼3Z»:: ®v×NM‹§‰¾áû2xZ
+òZ­Iןý¡Ü.Ÿ
+endstream
+endobj
+1947 0 obj <<
+/Type /FontDescriptor
+/FontName /ZUBAIA+CMMI10
+/Flags 4
+/FontBBox [-32 -250 1048 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 72
+/XHeight 431
+/CharSet (/comma/greater/less/period/slash)
+/FontFile 1946 0 R
+>> endobj
+1948 0 obj <<
+/Length1 1451
+/Length2 6269
+/Length3 0
+/Length 7242
+/Filter /FlateDecode
+>>
+stream
+xÚtTÔ[×>!HˆH‡Ä€t)!ÍÐÝÍ
+"Š’’
+C ‚ %)!)ÝH#)HJ|cÜ{ßûþÿk}ßšµ~sγãœgïgN6cA%g„#„€£B"2
+Š€Ëü‡ƒ
+Fc1U0맋€´¼`
+‚ô†8~èÝ!¿™ ‘pLÜ ¨ß¸1ÂíFB
+L®>@>57ë˜é)™4æçt/^“9D“ú†À¤÷³ÛgเߔO y""V· Zq{˜¶%²¿=*©ÚÕkœ¦ƒùPÚ†]†Iê]:~x¾»›Çà&¦æÉ“¦Öü0{6žÛP¶R5†Þ/¡R-ôcÕI\ÿÖÁ‘/®©Þº<VÚcóÀïî‰t®Ð¶Y‰i]‚D®!ÛÒf¬`ïZUh§rXD›ô¡óÚÂaQ‘²Í:Âìd·Ä'Z¹ëñ©ðì‡F!/›Pú)êJ±x¯ŽGZ‰om™({³¹WÇ“››Ü9]ìmzuæ#€ÑTåäΟÐm×^—‹
+œ°WÍoex¢Hûð :D´¢Aÿ˜çZú™Çœé+Sø·ìºªÍ¾]0*ß469ιå?Ó:ö¹w‘íÓà"G
+>ì ÛØbHêþÜžG1.15³¦>J•“LåiÃ!s›=W”o]m¡–ïÛÔ
+xh<Ù™¨°ÓOòèAÓä,€DVN¯—0Þóá*ÜzS–©î\ ý•þN'wâOÏy½æ™›ÞiåhÀ’>%àú ¾Ž·Óˆ; ´êUW'»îæW÷6Åjó‘Èú¼÷iGN‘‰|§©WÛ²“æ’„]Z3` œj¢Ù2,fJ¼ÆÊ:Â+rÚm *ŒJ¦RîÜQL¶4àS)Ï­Úq 8ˆ0‘(çNøí
+ºŽýï†Yed&—ÞaY'$nD‹IÆ0d°[ÒiM’í·„ðGü°
+ð´ qV¼uTpgàž^Ôp¬öܬ!Ùܦ¯ÃI°PÐ)!éø#½ý˜W¸²ó_ò/Š[~lá&–Ü8›ã«‘ûø*ûÙb;U8ÕôJZ®J=žLEÍ!Âl=Çm¾¡«“Æ0©”0hh[¤ æÀ$4°Š‰ÕHIoZÅ¡¤£p¹KXÈ6‘“æ'2zOó7;QCO«Y ]®¥Û1›ÏDp‰ŠûPÂüIW8†EÍw¨*|f">nêK;^æ.³ë¿zIÕÝkÞÊ¢´~åà‡ydXNÝõÔÆðYËMfjBû-nÍNpèlŸ«ë–iÌiòV¯V[*¾Œˆß(etÓ™ŸvÖiyÐNµeé ª/gº–{4nepú¤„kª–³¹ñhwH;¬i„\ãwE•<®•¡b¹æÄ<š3wé29½Éº€Wª«ñ,Ë­žq­œaÝ’{x
+ÜòΤõ·2xx.En†¯¥“MKJÄ“¬HR±šõi •¤¤J9@T57µkw/Íq¶þõ>í–ƒNY®-Ñ8Ï4÷}{ÀY4¥÷ÂŽÎÜtíJŽxÒwà Ž`*¤»Òå6êuËÇý=¸Õ>_JÝ£nÔÁ."ÚQ1à‰ß()›Š
+kl
+ Ý×eWæV¶§¨wb®R=®+!¯º\ðCøn^Ä|ûD6[ЬÃÓí U.s¦NÌÒ¨¡Å{B¹×«ä=hͼ’zâàΡ K¦oŠãpš"dò ûï›ðéÐ"²Fý³E´’ <9ö¹ý,­}Ä”+ubÕýLÚñ²q,o¶
+´•£fw%!mYËžÔÈ?]ƒ}0ôxÉX”<ÄÛù.ã¤*O8Nöª1÷5»÷2Kè+Zåw¿Rû½ SãQï–í«¥™2ôÄ{\Øñôž ÷ûÝ̲™r ž7áãK^¡h˜Ž
+0É¢ ÑËøœÄóÉX›ççüP…¥Ø Š1S®°õ> ¤ ÏX´—T¬H+Yw²;üŒçÛPK-¤ËpYØÝCOB[
+×üÈÛ:5> ŽÑH.™·z?T&îgô¡½mµõ{!µ)`íS²å³Í¯8'løšDÖËC/´9לòÕÊj6Y~¤ÝQžèÑ´½bL<ÜÚª¥p»Þcm©ã†±\~pßyá–
+.® ¤NQ
+vŠ‰\‡!Ìq+uyöâ ‘8Õ¯oM9Œ À-îN9ˆÂð¼™Kj¹5aYçÁóålË•gÙC-Ý›OsÕÊ^ìÜéó
+¨WqHËÌRë^ÃàÎægJKäufÕƒC™ø¸Ig–«Fùø3€$%4ŵ AL‚
+£Pëý©î£ÍÙC¾DšÑsÃî/zŽ.üSõ³á™v⸉צÄõþƒû®_]{ÁK¼*AYƒ)r­T§~35˜â¼S¾z¼N×ÃKq QÛ–ñÔÞœ´±½T»æO¢"ý…éÖþýkGù‰‰Rò›¼óöS4à ™xµ%JRì몑Fr¢èsÝöŽï'¨åW!?îIkZ|OtÉ-LÄ_¸ì?ÿÁO5ñÊBmóuòN¡¯_ØšZÙù´¦Œ¥®7MZ²”1­ìÜ"cæú<¡´¦u¿h%úÃû:"ÊIÊ;ÉzÙË’ÞÆŒ&–oMÑ—ê<¿ï{½½ª†ÓÏ}¸yÔz ¢s6S×à_¥EÑ«_äÍÛ ×zV¶^é:Äu{ÔN^|rbÅRì®ZˆV¼&v¡LM{¹¦;®(—WÎÜÍaI·>Zþr,§ëòþÈü–™ªÖHàóÚZ ò Á×*ȘNº&Jk¤.ôçx/rŸÉÄ°ÕkÝê{b’U}ttj³Êx~d7œ„Ï̈O*›BÜøÕ jÓö€LÃkXòÒ°ý|àw†¡X§£¬ï­šÇ¬bû¬Æ=2˜»Ž[Sœ5h­'W…廳õ/·Ó™‘f³¡- ¾¶oÞÖËó.ì¼l®² eœàK oX¯f€doèqpSA clÊõ ›5÷4†{¿°6)˜Èl)ŽƒvèVõ.I¯[4ψ”Ëóֹ͛†6ˆ»¼©V»ÅO ¿5Áãµ3&d‰€û F[éÕ¨Ñ ¨à~/;"µ$3"€Tù· îŠÕ¶!y7ŽÞº¸°ü"áOºoŸæÛ†ošËm‘XÕ®®Hn:zCR“Ô†5%|uúPþL¦ËÌþ^—üÈ+i>M‘ Ú¡*ö€q¢1ÓIÿߺ¼–@é.ø=ysݼj Ñ·Éœ™æ§Ÿúð–îºRÅ|¢ñ–™w¾{+ÿ}Ù4M´ÛUÏÒüôz‚Lð½b"‰6¾ºTü"{I á@Þ
+æt`µç
+Œx”Û¦3RiL“/â‚q¯Ý¢$¶?ºkL*Úv‡áɨõ[çêñ¤3­t›é·´,%L{´N›“ô!g'ä„ŸÐwƒÓ”V‘14¥Mƒ¥ =ZÞ-Ú¬¸Ä{•ýÏÌfÒI^œ¥†WZOÏÊ™6[È0]y09¥àÄÈ9_N¼¥W7­l,!yÖü7“ÉÞ:Ú–þÖuÍd½~fÉαмˆpŠ§‚ðȇ°øx—&æQÒb„µ²¤ÕÒ?_.?’‹ù\VÉYS妃pth‰à]
+PO‰]]”r½¤Ï¼{{Îy¶o#íÉê7u‰ðÚ5B²ÒÏfNI{ž-^hìÕ;§ûç›}Þ
+_BÊÊEk¿#”}±ª
+¤9
+$Et”NyÃéwÇ;¦_Ôð
+endstream
+endobj
+1949 0 obj <<
+/Type /FontDescriptor
+/FontName /GIGFZE+CMR10
+/Flags 4
+/FontBBox [-40 -250 1009 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/CharSet (/equal/parenleft/parenright/plus)
+/FontFile 1948 0 R
+>> endobj
+1950 0 obj <<
+/Length1 1676
+/Length2 8106
+/Length3 0
+/Length 9212
+/Filter /FlateDecode
+>>
+stream
+xÚxTÓý÷?RÒH¤stwK·ˆ4cƒm´H7Hw Ò! Ý Ò‚tI# ‚þ¦O|ŸçûÿŸóû³}îëÖûÞûºï팅Q×€GÞfRA‘<ü¼@ €¢–)?
+òx,,†`$ôŽÇb ‚#À0¨Ä?,á k$
+S²F¢ µ`PÀ#w€_À/"Á/*€@ñ¿ ap €’µØ Å xƒ‚x,Š0Wo8ØÁ‰Êó×#€Ý–À/..ÊýÛ ï‚ƒm­¡
+˜=ÒÓ 
+Ú¢ÞøÿÏKðÛåÿÇý_QþWúÿ÷‰TÜ!ßzö? þ½µ âý§ŠÏîHÔnhÁPýoSÐ ­²»»ü·ViÚy¨Šç<üB¼@¡?p0Bì²Ó#mÿàÒ_Ã@倀¡ ]üëÞAyÿ¥C­ž­3ênA Fö[BmÖ¿ó*Cmav¿VP@X` ‡[{ã¡€’„¾ü¨]µyý¦8€
+C¢\
+p‡ Á®¨ÞüÀçŠJ ³C]_¿âÚý­A%w…¸#þ‚Ÿnm÷›¿À5ÛÖG…ù½¨Iü%ÿ¾ü@ /-ÞâÌV2ÄéMHûu<'ÏÖÖêZgd¼é@„0’uþ¥¯£&v¦ê”›‚•]ÕƒÑ4Ý…²°÷sÏh8®Ç½žöd®¤ªå!Ñ”6Nxò‡¿ž÷8€èí`Ô¢i‘$Ç ztDVf˜flI&s7¡¢½‚;¯· o;;OÄ
+#£ºïóˆ1w4qˆŠ<!ûQUAøR±,%ž‰ªÈ%ŒuÃJtåûtÁ`[ {ƒƒ¶bà=çïÝë`ÂsÒ¹½+g´–›Y†_ù4'F:rפ1+°TÛ¡]Ž¤W Bòú0)èXuK?µ¦a%¥W¦šèc°Ÿ ZlO>¸¶ŠÍLà0O‘†ˆ }z¥ ¢ ¡wµ7ùp#• £f!ÓUÇÐftZs}ÈÍûåÕ
+`÷ÅÄ0öW"ø"FJ`=Ù$0åEs´oÄÛ„Èj| (80cŽnŽ"©û¦êzrÙGû‘¬µ––ïÑíFQŠØw]ÁåO|uDÞzËújž옛¸Ñ(iµ`E˜
+­–œ‡5“˜Æ;+x¬«|¢y+°a)Ðr¯ª¥ ¦–â‹ÇOé5EuxŸ­«ÝêYŒàúò›‰6~¦ròYñaFKÜ4úÅwÖätƒÊOŠ§þš$èúŽü¯éUrmN‹«&ü¸Â!Š×æ€â¢¥^vœZûYX0—ýăl­ƒC†:¿+ˆ,­-çJÓQ•…¿~å¶y¹KØ&ñ ¸$D£\gxê£ú½˜7Óo¾ï<ø¢OòÃ9m"™Ñõî4}È]Žýa9’ó] Ùô=£—Ù¾Ï6¾|Ñó³ÜR)…`¤tž‹yaVÒ`N!ÕLäK{«Ö%ë?¯Lþ Pl¹l «K[òhÍýœ(Û[—Ì ™œ]+=º,Ã2¸QRÑù”©âkcJ&å{ýûúŠ) E˜ÙzJŽxT„Ór–ܹC£ÙDΤ±6öyõk] ôòº ÏÅL²b;õa5gvÛ+Á`¯ïñôQß FŒtÕëì}5ÆËÆÔ¡øGc¦Õíù‡|Ÿ=zâ&Ìò[¾/Ð7k²èäËd¨‡%‘J­è²½xôjtÉß#a–{¹žÉѨDKö¢î@v-É•s.DÔƒpžRzI—á·¡J”$W¨(lq"˜i¸U'fß öÖ+nÑá©'¨ŠNoO±†â†¨â~KÔ÷yEv~n¿ç>iA¢ä¸|!µYà›‘±®2º?ç÷­{p1!`Ϧxî½²^c9ôzúµœ¹-½XR-”ZÔ-˜jûŽFijŽ4åá
+¹9#@bé2„û£.L9z…rÛ}&ƒ“PÇ Ãì#Öç«oMã »ÓOamAóÌM¬1[çgæ$b”¸Í&D kHH_üúºG&£áV€5Á9úZåÑâdÝE`‡S¾dÜnÊ»šA$ž¼ðY†ˆ‚4ÉRt)Ãp§*#®v¢)ôýU™9Ö¿ŸoÄûÁa¹¼éT®hÚL0áÛ2[ëqWèðÒFýô§Yßrí² ´cGÄ×ò½“\
+~u©{ÎuK}Ø«ú‡ìf',Xˆèò7·Ÿ]BÚÐbƉö Ï\‚aÓo?— Qémµ’W…ä{ç=KŠûàÁ@zÌõ<¾0¾?Y¹ÁöÅÌ›EŒD­Áƒy¾ªK:ŠäB(Æ(3lQW±~ÏCûh‡IUÄ¿ø3Áv^®y¾<e|wL2׳öÍãÙÓÕ(ÕÒJˆh†=É}Ÿxžå¡ôwU&_¶r¡Ñ°ÇZ€bö®})µaÇT>|Ëu‹>Sš}OBžµD*Ý¡â!úºT>tmŒ¢~bð­ù\~h-¼'¢îíÕB³üfrKOÒY;®v›o†fè…×*  Õä¬ •ÅÛw¢y:@­ÆÏ!ŠSfŠì;bÒ-ü¬¯è3–w‘’Fúœïˆ <ë*’±ûéäm˜Ø×`ì2´¶FåVòÎAq„*á<áx¡»5óŽ¸Ïݶ-Þ~äóÖ„ô°»%0:ÎÃ4ñ˜AøĬzt>Ì©ÚèPã’ÌË)¿•—kìšË†¿fîÍ)~ŸzDIóXï †`àU£.vÑ~ÖÁ&5iÚ±ŠâùÌÏwM“'é,ü0Í.ü´ö"Õ×\±\†ù†
+®ãdç+X+Úô]§¨íï‡cEcU°3±¸ O=‡±®Ùœüd„A¼sQ9ã½µøšÆ‘Ï/Þþ¼¹v!¸±'0g¹ÿ™—©Ø*¾­Ìòµ^˜ÖŸzÓµûràý66"]Ø›÷qpíÔØkŽÓmÚÃüC´âK;~¼犊wQNý+
+ph @ÊrÕ×tk n‘MqÖe&z{,>!Ó½iYx\H]Ð+ˆT÷öw¾âÅœ~9`–ô°.Xé¡òLP¢«kµ
+gEé—Ú•tc¸Î´Ý8Tz¯d
+Ã^<˜³šæóc‰/;2C활c+štöèc±ä}≬։N’\t¾ämÀp\ŽÉò‰}5œû5zÑ—ŒÙ|Ÿœ¿“§ûÀ =ºœ¸W7kØžLÒ—¿¤9¾JøèàølÏB \zkV|"ÊYnèe<½¿bþíYZêC¬¯ÂÆ!öï¢öÝtý®n¦žIÿŒÉDýžéÖy¦Û‡µ‹È?-¡á·¹•Ä‰GÇåà*À]ÃÝ#ýÌ©B@˜Dq8H4ëË,~âqjuCÚ-±?ïŸJ) ÍpË(° ©Ÿ½Ö…ÎËDë Âw¤¦ê"Ô x Úœsq=;z«—«©]O üiy²/?å/X²®G¾×¥@o|ñœùD\¹ •"ÞI/Ú\P±›ãëy·Ú’HXðªHåÈaº«N(G!cw3ë³|iéZ‡Û›‰“Q"†Õî•÷B ØQôá…ñ“Gü¯uíÌàVžsÏ ä‰\l´ß¥} /,1KøØãaõ ¿½¡ö{,åE—¿×•*óÏ<š¢ý ^¿ü–ñ{ï’›J)—':UÆ2’mkj3‚¤TõØ3RÞaàí(çÅâÛñÄêÔke—[\ŒÎô!°mîëÓfUwIËýøJæ1ã[—ÐéˆÜ8„‚Ðä'Ó”±¢ÚîuŽØŒ3ålÂ])ïëlmwëdìý¢ÒŽÞâÁct¤v}QDà q³³¼ºy8¥Ö5‘£AÁöOÓÔEhuP,VFÜ,k)§Å º¡¶[94¢õ7¬MÃϤVÇ
+Ó®:éßSÖþÜ_,çJ¶%¬
+h”ÊîÍæò!•a´(îÊhÙ‰^¢×þáË&[±v–jýñÚÝtBôÒ±n'ózRè¹àc™Gù>²‹J‡ÒÚסw:l t±¾n”6¦ì2L‹bœ»ÑÃcÎ¥Þ‚×°õ¨k´e@Ày¤ÚF/Aœ’çz˵ya
+šÏ–Ý·“´å 6,§N%ÜŸ¥EcáÔòS£í£ÎØ+Ê•T´{µ–~wîÚAUÃßé6O…„š¸+Â6A‡L9Te»ZW|šÚêÊYÅq‰õ#Û’!“¤€£v–½å[VQÃ=-­V¼†º·AÖÆê‘+ÅÕ-Am´FÍ'ˆ:OC]wß
+D{ëD͵nn4ONUY¾QtZ­Ê£k]¦6ñ°0®Šö)ÓN(™,°‚=ålGC“©Y/éàŒ-ÞCÊnªÎ±zýåHÒj–|g[~GM¢þõË5S5:þ¤†õ6µ!ßfÏà!} Ó÷™T„Üx/™UJgRՔό©e]Ï°½ß§µÜ×]aQ‘n êTǺ\¼ÌWÕXÐu¬{®]oÖŒ©>b¹ ˆsbHá³2e»ƒ+5šsxÇJõ­¬Ì?÷ˆ­ýví#³•Ÿ>.Qöÿ§¥$ëÚÎöÖç0÷G¢‚9þÄûõgkû]þK&¾ÙZÓ+‚²óq±eZgæ_%L¨$ï“x0ć§ß}¼.y7D!7²ä1Y¯îšº¤l£aa€÷^‚â3Æ¥‘ùæëàDé÷£~Ü»M®ïŽ
+€h!e¼¥«Ã87m1:Ÿ[t häáµù¶Æëâ”›ó;O/®ò†i5Ñ‚óu“XE‘H"ôKwUI ¡çïcé%›Ü9˜öê$¿-¤¤öztŒžÜ|Q|^'Ûõ(¸/Q…IĈ·(³ƒ…~Áµ¬¡7¤b™®x/}xŠØ[9 ö‚=2_›/g|çy#¢ó‘×/:7
+wX7Âê'~ÇžÃú¬&®¡+
+çyÊGÕòͱܴ}‚üj,-­Uv'JdIðÆ*€àt¢
+¿xÜ¢+3 u¸ÀUWÙ‘íE&/ÄcéŒÛ: (º˜}ªÐ• t6ùæ\TPÖ>ú¸š-øÍ]1E6y¯”QÉ›yí%1M˜ÓbžP8\?ã! õiê{$Ûã;rq.eÑÚíM,œ »1ßó³—–¾pª{ƒ§Ä¹mó/È‹ì¨=¨¢MÑðLS/0xÂ\É.ö23”ûusDUda&út‰Ä×Ϫ˜²z’¢rbÆu^\H*XèÅé”% ~íâT¸'XìmÃ`nZU$Üÿ™g©ƒúa5ƒÇÎܽjäÇ#N®Ç×_´¥U
+È•]èÞŸªi¸COüÙqÃ<ªØæ¤ ÷v¯m¿Âr_@êýõXê &ñg$moyÙDvmÕ£üe:r…,Z êA+{È↬à°Ù§Ô-|6ïûδŒUÈG€Â?ǹœÕ·LÄeìSýÊš
+ÙTN’ {Ö(i…I4€ïñåšáCµ¡Ù¡í–ùq=ŠI5͈Ú)vµ+Ä;êéá5+án§—@áþÄÛòþC;¦¤òW6\;=:aæ j¯Ol"žg"ß(w)iÐë`Sõ„Ûg±;ÈyšÛgŒöšíû??ˆáWùºGoA$/èQ‰;´®“å1UMÛ(pÇÏçÛ–aóÊ·QàâÇû6/³î˜eùxO$Î2c‚ø+—œg…Óìôå?[±„ÊùÆKßõ6‘é:‰Ø”ù–P½ã-·=ð³ÅhíÎï¿úÔ$‡l}SO¤¼lDË Œ¬^q­'wåÊÂgŽSpxìò1—:Ü7÷Ÿ¢õŽ¡o3¥û_±¹<#g”Yü¬¥ìke1û:ùÇlo“N\KÎÜ7býÒÞz"¯·»8 z8ž
+“ ëí··m¹YLóå,›“KÉ–ÚtuïÙ§Êów{F÷#]á¥ÎZøMrXr½ Öî—‚)龑H¤ÁÕv? ]à!Ç.Ÿ«þÐõÊbw9Ów¼teP¢ð5Wÿb ¢äÉ5ÎýÚ–’/éŸvl"ôÞP_œÔ@Hóœ.ñTÔ>ØThÄ+ëÏYxÉ4|žjßÏ
+ٹٸ¢PÞÇæÞ
+*ÜçØB
+äj£½°)ânƒîpÕOÊ–Ÿ^*Q?Tª®ay’ðó›þƒ¦àd„›Mlùkœƒˆú¥¼Ë L‘Ù2A›ç¢ªƒôK÷\2û9Ã-æ*‡L
+eyz.­Ì1쵶@%Ã$¸ÉëÒc¡1/’(S´›3õ^/¢ýLó–W:Zd¡±|,Þ·|âÀŠFXúøˆ™·Hb¼€,âz:Óbø{žÑ"Ó£¿¸C6ÖãÛk…º =q•ön¥Éó·/‚0Œ£UÝòG½^Ýϵøî»:>ÌñÄc3r:áåÙðEKc2ãö,:Z~è÷ÀZúëfi7æðÙԣ徬jH áäÛQ1Æ;ûµR¤°‹Æž?®¬¾!P}2¾¸Ó7R]ÐëÖtr®[ßã`H䩲Ë¡.®7(w¸,ÑÑÛ-Q!1ÙhÞ¼:wQœJkx ~½Œ~PSy§¡öõe÷!ÞXL<Bý‚‚ÔšÒJò­p^¡—x“¸ô¯¶qdhö>
+/\ÅÆd«ÑO0ÁŸ–É*(hÚl¯®ƒ‰zYBÇR&õxâ×p›Ú©¤Ö? Þ¾þdtÞ°'..œŽ§«IIn–¹ŽSÚBJú}×­: ë EÞ×R"¬E’†»ËZ‚6áCFtP5a í7Y.{ÝUÚv.Å© âÆ«ìˆð4aOY*ß¾;„-Ã~ZUèÃ|¥ìõß±J(ùg@w«^™f
+Ú<ÿa¥_‰U|H ´èn:¡Ø¦ 0 7I.>W› ¡'?k ö uqU¯^P8ZafÊ‘hä9«¥§iÅ7¿àebZVmÚÍ–•tKtsëŸÓ*AúVë Y6,A×Zô¢û?F¿ ®©mx˜S99{®6΢ ‘J;˜á¢ç%¼ÛʾÁQž¨³fõêb.ˆWçžÿZˆyŽThpm’‘hu;ÚPæîH
+³q÷L¨•HõõaƒžÞÌÈD‘¾^…^õ±a-IUK } »øœFÜñ³Ý¬.³q.c‰·áº-Ûs ³ôJ§cª/§z!CÝç´¹’Ÿ2˜Ôt-–Ö5ÕøÆú
+ÃÝö­uF·|ùòž3o%3ÝÙðUɃBíñÅ!ïÃç$©¬¹ñ\`«Z;rteš‘¼®IMþ7%dŽ£§y?Ýyݶ¨†wTÓeD<£ì?jd2`Qó‚Œ|~N×Gc~Q©&±žrˆàzü½|MMû½ÃÐu0 ~|Ã'îXŸfzá6,XÖ-ùm1ÑëÒ¼vþ ¸ðº |fgìÞŸ_ü¥ÔˆÊÊ „±‡Sá@õ8ýüí·N!ÊUqùw~ò…îÎõcœs°L£4©‘3ª«jãçS‰›íäk‡Īó×=›Å5߆vãs+{(hãØi ñ>óÒw­H›r¹ChõŒ ¦áUàR†›‘ÕIúEM#Óæ°_¯×Úã#ÓÁt9zKš&J±ÊÕã!FØOœZNb JUF$Óž.¶-NÕ²_¡…Ûó©à¿%ŠåßrH<ÉIÂ
+'ÇXm‘W÷Æ#o¥ª.F¾¨Z½ÅaÊL=ä|§KÑ6õ¶ð -À¦ÑgÜ»Ç.H*#%“"”óü…¨,ßLyÏýyF•–q"6 Úñaý;ŽÚͧ58íÁêv,° úp¹TjNgï‡V¿–YÈ̸h|¸Ýƺlâ!ewðžÉª1‘>Ç62w›uæUDŠ9&øªÛ‚s
+AŒv†@姯ŠÇ¢zon¶Å®wŒª_nôøïÑNïP±ˆ‹ áªxÚsQè2f÷5E_o½Ÿ
+›éÿ¼mG?­¯€ˆÌÚxÝLÎá½î©{ÛmiC;~”Ö£„Øݦ¾ØøÖ¨ñ…#H¸}:Þ¼XØÜX¯¦…Ôf¾£V­P­œö8¯Iþ¼ÓñFü‰½?§AK³«lòél–…!"Pxî YN®ŸÕ
+K AŽe¹„D±í‹á÷«üŸÿ+àà
+endstream
+endobj
+1951 0 obj <<
+/Type /FontDescriptor
+/FontName /NYAJTN+CMSY10
+/Flags 4
+/FontBBox [-29 -960 1116 775]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 40
+/XHeight 431
+/CharSet (/A/M/S/angbracketleft/angbracketright/asteriskmath/bar/greaterequal/lessequal/minus/multiply/periodcentered/plusminus/radical)
+/FontFile 1950 0 R
+>> endobj
+1952 0 obj <<
+/Length1 1406
+/Length2 6092
+/Length3 0
+/Length 7046
+/Filter /FlateDecode
+>>
+stream
+xÚtTSí²6M.¤¤×„Þ¤w DiRB  „PRD@Š€ô"E‘ŽH“¦ôÞ‘&Ò¤ŠR©ÂE?¿sÎwþ­{WÖÚÙ3óÌÌû¼3Ïæå21Uƒ£ÚhV$T
+þ uõD_æC½¡HW¨Ã%à÷Ñ¡
+a‚öDþúÞ
+Q] øép'äa~‹>o®‡—•É3º#ŸNßê®’ƒáS«·Ö*d ÈÏJÞ‰ÆÞŽ¹R8Á›çðt’™›+Ê~Uˆv×—zâàÇ8mÎȧ~‚0Yàv¬ä œÕ¢ÄããIÿù2ˆ„g+ ‹3;áíàN}#EŸiWT³ps:((†·0ØÅ0ÐÂõEÁÚP– 芙‘×ä lª±è  ÍZ5³wªrÿL5Í,ìè㣭ó̸¾ Óv­7‚ô0# {Ç‘ùáÖ–fˆ,?|þR5bíßoí¸LJ¶Ì0W§>¯ù3Â#LÌö}M®5 ß%³˜§×á2²í>î»ækö¶»Të«I~r:õ5ºüŒ×²¼} •tRwI+ä›ðHï¶ Z÷±Ìjßþ æ±·v.õ%oÐ*MÎàÔßLJ­ÖÏ5i¤@OÚ¶ŽÓ–ðÅŠ¡Œ€*=J$Q6'ª¯Ä Rá膪þøKÕ±&ímü!pÄúa›]IÞ)œæ†“pÕÉç›uÊŸ£ˆ&¬žF@ƒêëRÍÙ¢Œè£t¥-ÅgW”¬ªºó7òó"ºñYµ†^X óåÆê‘·KmLþ ŒùDœBÍìì~ϱ.ÒȺ<‹—Qý¬¯¿B»]ÅÉ4Ý ¸ÚæÑP¼’Ù¸Ih}ëu\Ù‹›%ËÖƒl‰36¯nÜO´o³zï×ïÛ[SQÙbΧi0¾‰—ÉG[»Ú8©È-ÏÖôÐ$ð8°9a¡¥c z0å"f÷s86wv@—³vµk»uÔí×7®òu«Ÿd\³|™J?¨¼=G)†Y¥+‹wwÄ5[dTK×s6Ÿ*Úl‰W4;ŒŒŠšª}ì{e0Aè–åúÃvŽÏ|.˜)z¾ÇQ÷l÷§›vçõùRö§5©-¬³“é}’ñÚ÷õÃ_Ȫ2BdÕæÀ§Æ&TQbŠçãctû…‘á•ÙŠUOŽ²é×\º,-´¦½J9ß<—îirÿ¯®÷¦`)/Ê ÀxVœ+ë~ëm¬†¯›>1)µëe½Mécù¶#%#{õ©Äkì軾þ”Ùç15Y*Îßӣ겖΅fØ x‚ÉàÝ/ì£x
+N‹¶y[ÜóN•{œÆü¸â¸Éª*ŸÒs³53D&¿œæÅÞÀërµÄÈpëZ Ç¡vy°údz<¶1á -у¶Ô¯V9ÄäŸg.ø“ãËéðqcÚi: K™æ½!§G#ŠÒóYù&nj½Â¹w¦ûýçûŸ?É„1rF0ÛKÚB¨ÈrL¼Éø®¿zµÒ¶U–`shjšY¢ñBƒÈ¶Bú§üïj_–„UzÔ?ó¬Ïõn©>©R(0ç_!ŒÀ;WïÒ)¡`Å<„ä…'O2Z"ƒ‰¨ÃÔEî=%,Zç»4\ªÅéµ×4c¹xRl¿£L3fkÏW#\>ÎOì–~ÂNnÀOm°<NɯœC“¥µhb$¢
+Ü z>Áóã{‹÷¹×ÊÛ²··a›AC¯IJñøëè#PõFÔ£éà˜ŒõóÝ¥ç$E3wæ(ŠÓŒ¼ˆ…å/f©¥di¢ýt¨ÆÚÏ(‹B(Û[£¸Ëýû—©ÐÆívIe0«s6õüµªuVÁjœóÍÇ‹ªÐçß”UV•øueîa†dü‹>ËÖ‡;_³¦˜mB
+œÔk\‰èfbåoÿÔÞÒ¯Pᦵv·i'Ÿ½Òï>ìó¾-w¸õIÑ^øm¹à‘ÉDÿ¼õ͆á*ÕÁ'‰Lg
+ÑŠ/NòÌ/x-’ˆxÞG(09ôÉ»¯ÔhÛÂ3Ô‡9¦ôMðe¬E!B_¤¸²bÇü,ñìùÁµ?É˯V|éÓ•š¨ÝèvL†p;²Åp© SÏ-
+ùž˜6wjõ|&·)’0 Þ
+ïÄ“!¢ØSq”ãdW‡^s|ð#%‘‹©Y»‹½VVêŠ&´
+oÃØa²SX”Y ÂÚ?#1„÷0пà,˜z¢¹MAè"zòðjXç¶q˜Œ÷¿W~¼ªÃÒè.R¤o ¬{Þó–ÓºÎFI¥·½ELÇ7Û`§Ls5„d¶e¿òyÕ’çëC{Áüöòƒ±Næi…+QŒ_[’ilÈLimFµõ^Bîùîfº89dë&¯Š (µ-ï”f±‰ÅŒ¤òæ»{´”|Wf *S¶Ýô÷™ÅÙ>‚Ù`2—eÐ/ëÂkòz?–au!s?G¦ÉÆŠ£Ë!6rÇ<ô~õuê‘hC e0î¦cëë2~€öQW ÐÁÞc¡h*Ú“’,Üóc¦¾‘?ìuSFái¨´Îý¡ ÷íõÙÀ–D4û¼”?jÅÆÁÓŸ¿¥Wauj®VS’®,Å,Lö“ @Úká¦>dÿ¤<Q7’_®Èr©ŽUO7:‚;« ¡~str5{ñ.Ðäl; ÛÉð¬Pß·:YnºwÜ”íÃ’Ó]\¿½×ü…5C$+gmáwÞÍɶȸ³‡²íw'1¨Ðp#}ÎÚ­óè‘ýôŸ¹Úå÷ʪȫ¯ì7»´¤¾½þravM¸†Äq}rÔ³<y'5Z°ä(-å[Û"I‰þžå½L¹šíVPÛObø }C£
+¸¦W…Ž»+Ó¡pðVÛNsƒ#¬nt<Só¶‚\ÉÉõ~ìNj‚´e…ÁÈͳÕ=›Ïp2ÕÈü`;éI]ÏÅÐÓƒ9†î-ñýåÆèÁ{wØæ½Öœ>%ýÌ‹žúz-_Ê5y4iUõ¸¢ÅÎXo¡A–%sDoKäï'
+Ç 1ûR:²æ½ä<¡•Õ_›Ú;
+›o=¬1{Z¼ÂŸsÕÇÒðÙ¡öÅ8잉ÃÕûÝ!xïÉ€y•íGCþ¬+zãå\a”õѦ%<ã"/8B‹¶Ås7Ôñò·—Cø´ÒˆåÚªÓ{ÎÀ¤>·³¶¥RßÏvŠd-" ",í„ïm,…c=¾ƒò…êžÞodmõŸkTúèr{McT5<Õòy8kŽ¦MãÀ‚›×Óða™Ó@ãM-1ˆC­ÍdÃý ;ɨ;Ïj¾²ä×°J™nrDZ3æWÖní.QQQ£ÃõS›·ñµ04˜[ ‡mê’ö©®E ËÂ;ž¯õ‡y˜G‡CöY*æÊ™²<™xI¼9„¸ÁJƒÄi~›ÓË.òFzw¯¤uKÇ:OÎS‹ÞMŒ:þdÈá0ÁÐ&RádŒâ—cè;ë-)ÉÅt]k"œ_‘ýü!ˆ±žÕÄÏò jÕ p]g+/û!{Ì7ì y§šÂ}‹5ÉÇ}Ø%“!qÒÙtX­ÈP4z¥Æ¶ÀƒZiD`ç[ÐI›´N+yBîš]<tØ–œ•ÓŽž*ìZ
+áÆq e^Ùycî`|~?Þ‘8e='´ÄùÁ‚“xºoSÞ+£±/Ýã·%Tö4¾Òß
+)¥¿áNh©Gb`zÜ)Ò<~¨–¶cj2ÈIbr©thÁ_M̧\ül‰6Ž|bÒá:÷‚º „qðöªÏ®æåRT©\&¥º³\|97Ü­I²¨©¤œýx¬™5"^U††ÐbÞHM'Nª²ÛKRÛ’Ö½+¤é« ¶³¤ šŽ¦Âu°›&H‚ ÏÒ rìç£nnÑÁµÊ+ ·:m²tÊÍÛ_UFÔnô¶´î °×®®¿jmê¦.q]§:¨b=N_ô퇙ÉP1G­í"ò¿¶µpIâ_U·„8]K#"ž%® d„äA iÑ¡‘9¥#Ž ™N9Mç»vÂØ$Pž„ Ún¡èhgö`úUnBi‘¿‰Ð­âT³iÓU¸纫Ѧ÷qt.}Åô>o½ìº
+ ™Ù€ Ì’/ìZÜ:nŠo,ÝÚû^íåø}ùÙ¿©ѳ¦e•>:—’½tA²þÇŸ3Æ«„³_ç©ÑöŒ±bž-7ËðéŽ&iÈO¹a®tÈbªh¿éó*DìëcÎ_+}(uÒ±m﬩¾_ák²Ill°üq‚…©mÑòÄò¡æ@"÷Q}½Šc,GêlÆB MËOèÈuɳ,þeaÈCD€ìÁýß#yíæ'SÄý‰€dz/²Á´$äÊUg<2y#, û“‡ò¡M^HØšçÐ'ý`2˜UÀë6ú+<½ÖcȨiÄîòw܇x§U‹ÍÝŠ×%Ôüµ—,¥~˜“¼7cÓíOÓ_*ÌÞ¼AÏ›Uè`ÝBc¬Ò±×¥Ècê±ÐУU.ý\…;Û|5 Xqò¥žÌ×X‚$ þ»ð¨ ƒãïž1,¸[j‚>×õ·°$‹’^1¦´’Lé‡
+0›æ ˆÓ$_ýI¹»•F_wf”qö–YH0ég`õfð$4Ž©1txªµ‘xÕ,¬Rz8ùP4PöQèÕ‰nÆѶL!¦z=—q8PoC¸ZTÚ‚%~ÌNrªlƲréU—QrmÍz;øÉFÐ
+ˆqÅ1ôi°Ø/µîw#xÖôŽÏ"°wE¾k_±ýÐuÔêœDçð•®¡uþ;3Z¼CóâJÖðCÉà]³’Õ’Uû€'"œEÞÃGœ)ßì§S[‘EÍq¡~tòÄT-ñó¬%Òû£•ÊEêÝKfªã“Qg²‡£×Z¾ûzÏö_³;4j ïIê}QÎKQt–^—¬LçXÅ–B'ŒO.H{ h•¾]bò⎤9Å3Žèß+|Dæ˶lOQzs´1¦”JðåYN½E(º’ç ‡œD¥Ú&±4­HC™ùf#]ÊÛÒ¾b À]&~U(ùF‰«vy­ÛOAêʵ¥E™~†T£¯c–H̱Q¯Öl=žJ¥k ²6¼ô˜ïft•fÇ×ý?õÞ¥B —m\m˜| J{ºÞM{ÀåHdXP±÷2 b}d—¹ËUöp €ì6I¨5Óz´=¦Í.¼/]0g§aÐj#Šd
+;c®Æà TV_ûh¬—ÉQÔ™”’Ås+îÀ{%é¢Á¶ª©*~c{hg›9õ¢3¨@Fr­ºÌ)›Æ ½÷Òé yì3__Qç/ÇlÙ~YªNNðaÖgB­”½q¡÷P<¯DÚ%áãý§MZ?Å3Ëþç«®
+endstream
+endobj
+1953 0 obj <<
+/Type /FontDescriptor
+/FontName /PFXUMS+CMTT10
+/Flags 4
+/FontBBox [-4 -233 537 696]
+/Ascent 611
+/CapHeight 611
+/Descent -222
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/CharSet (/t/x)
+/FontFile 1952 0 R
+>> endobj
+1954 0 obj <<
+/Length1 726
+/Length2 6780
+/Length3 0
+/Length 7373
+/Filter /FlateDecode
+>>
+stream
+xÚmreTjÔ5Ò ]Ò0€twKw·ƒÔÀ 00twwŠ(ÝÒ Ý-©ˆ2t*Ýáë½÷½÷]ßZßzþœ³Ï>ë쳟ÃD¯äìäaàëåãâãæê+éëóŠòòy¹
+´Á¡@ymª–2UY˨ u‚ºá@O+8̨³†:¹CÙ€6În@ø? ÐÚÙ ûK“;÷ßœ¼ n„Ù¸9;5 d•´µ €Šò<ò@°¨¡ò§ÝÉÃ]üjíîþ×vœ@ÿ"8ø¿Èê¿è¿ª›Ï?7€Y{
+v„Á}ÿ¿äÿe¨z€ÿ˜!ëdûÇ>Þ ˜»Ì
+ÑyüñÛ ÿãÓ߸1ôŸÏÑ„B`žŽÿôCÿ˜òç[!ÎNpßÿùg—¿òèkÉjjrüw—¬!0'[ ¾ÇCÁnÿ€¿Ë:`Ø?'ô¯˜O
+È÷¹&Øà æ|ÍËý×ðþõþÌþ%'çìãÏÅÏ'äàçò ‰ˆ
+fçÔ©¹–K*ó%XVtô¡üHù2á¤ÌfÆB”eò„Ýà¨%˜µ‹,úe%}³þ9º sÌDaaWTê² :bmûâ¹2dùÚf6mÙLžuvÝUVNµc>)׌ë·9¬œÍØæÏþNªEùJÙª¹ç_Á=ÍjrWb'¸¶ª³ÚRÕ™ˆ%yGÙw²¼k`d²¡õ$èØå±Ô2sû¡2žÒ»åÆòe¼Í„õQõã–ÏGIß*уQFÁ«z^Ð,þùÔ´VÅÔr[ä18h’ÞN:žÁFèã°#ÊGÌ\5}ûªý'+x·˜º“.ë%"‰9ñkªò;tõBÆòqÏ‹
+J&îÚ«ÞªŸ. DocSŽçUòz§¿"@¾hq™‹á¼=³%³Ûm¿oèšeB“aîÉ;Þ¼}J?;ÜËDP |_G[Ív¬/ï¿Ìºà÷y}»æ¯ÄX½à©3³wý^Þdºž“Ã`ó*©)&#«uÉ@"êÓuOj
+æËŠqŸ¥ÿÚ>“b}Žœ7ð*n`¸²LøIýAºds1èhŸ“Z±ÆÐÁVëц¸:KvTW§WyóòÜof:ùs"ÆöãÕ&íhût4jŠh Ç
+mŠJh ǘ¨Ï"yõ뫤¡“¶Õ?b«\_©¾æõ,‘<
+¦
+HTÇ>:þÝ·¿2‰ã0û$â1 o”¨I.ór3+п@Ùz~w?°I7™^Šö üäýòøÛç!YVu!¹¢ÎZ„$‚ÚÞU¾*KÛ¤œkÏê„cË mŸg ]*nIl)ìAŽô0ÐÒ1D@%ñdѶ¥}ºÇŸ$‰M"OÇsüí Α É•3*Ê(XÇXÌT¾s®@ÚŠÁö˜’²:vv³Æ Ã/ ‰lZu|ÑuŒÒ`EÃ÷Ä»çâìßš­dT=ÅrºžU˜DÞš·¯;q¢¬UQê¹Ô»§AÓ™Ê'¼ô/¿Ô¶xÅ÷‡‘hŠ.è";£+f”_áüŽ<ÔŠ¹%³]õ“eÁø˜CÍÓŒÄá5I àÂÙ–[:yLvïá.«˜7OcåcëêÀå\ lŽÊ)ç
+ä}×!°]_‹Ý=ÿÓïrÎXÞлî,Y{Bk –¶„ôL£O?iS\ìJM6mä 18³~3[ÇN®Ý¾4´qþQ=~b4¨kÃÝ›ê ÍØíüêöû 5Fñt;N1[drÄÛ퉠W\3Ÿp䉸Šò}En×–2&4÷j$Ç>zsýå…_†“xº~n‡~§ÔE
+ë”dm
+fªÚš.¸5úžË`@‘€¨52‡IovžÓÜ'BJë!Ï [ ÜüæsÚœLü<t¹7ù#ú«<±Ï¬£1.ú§|Û èIÜmÁ‘­ß:ÜÞÒw¢8r;õ.e¸`1?£­
+ì»-P€ë^Xu|WÉq³v;ä´ÁϱlªÄ÷?P¤´pÈÖ
+&ÑðjŸè̤÷E›j7å|mcyµECƒ¶”†
+N_ê¯Dòªsm²ýè|p{ÅdÅÏ/W2{¸ÒL¦]É¿+¹U³¬ó+.Ž€¢/`ašÂÚi«i’[mOevmÊžGIü.µC'Õ!RJcÇY hÒSñA÷ùèY®GG‰ý˜¹SRörž'ÉÜg€Pß]:V£ÔJñŽÁY€å+®9¬ÛDñd÷À©Êɶ‡…¤ì@ËùåSY×!Ü-äGU¿ ëëR¼àÊÆ9/îç»oHðYʀѾuFw—'ÍÓ“·…‡¼Ö¥„&½ þj_{GŸÂØíkôÒ‹Þö²‰ÔcGH¬áý¾TJÕù ' Ôy+Åä}Ù¿dv‹¯aš)¿ÜIèAˆ^ª¼*¬vœhtØÙ{ö®fÝæòýZ4€×ñÙEb†rÈmD¾ÀPÊulµ?¡jÍ€èi°N^íX|)Ï® ¾P]º{¦«@÷QHg~‚–´ŠwJ_:“qö]B3I¯^_ØkQ0ßøEL6þîki¸—hˆ4Cµ-€ËP* AØ ¡ÌbóÑ~iì–!âzíW\Ú&#çp‚â/„åŠCL·¿âÚIšÞ¥‰DÔÇ.–ì¤÷ÍK’—Ú>9¢€é´wÉÒojc¯ioòäx<Ip`eMÛ &PÕ®>ð£D9ÙÇ»z }"¯AÅ=õŸÅß2¯p]‡ùÉŽô箥‹Ñ˜5`T–ECôî{1†Véiý¨Ã`ëò3­#Þ߉»'/˜¨>šDpùX…ÞÆ•œuß³¢D. ç%µü !Ž™µ#OØ /ÐÞ Œl«Iæ³”­àªhÀdò;¼DG°hœ¨Ÿ©¤ðâk¹–îÁ#¶
+½qð±'ÚD
+(Ú3!Dlq>
+öBqàz“Zûd‹Çý‘¬ì›Êû`n^ƒr´:yú¤²U›Ý³(¼Ý¶½cÜuK ›ÁŠŽ‹m˜¸ÑpuVsϼ7²‡ß¥Ä¼…‚}iÛY§dr}oõ9f) Ê´‘ÏY¸[¸Ï¤Õì ™Å&µœ– 
+=¤„”¸ñêÉÙ„xDÇö™»ø×t:ž–Oû¼þÑ)Èâ,¹ßaÓnRžE›ãïë—N,N!õTa,!_íAúM÷u©}Ƀ¥ÖnÈ›|®¯0(ò­Ž¨^ÄŸŽ3ç-ùc"ëÐ*z·ö
+­ÔN±y—ÄP¨³æmRP§fXš2¡JÀûª/EôO„¦çd6í`ßô{[ž¾~wˆ©ï3gѤÐUߺö?ôÔøtÚ•’!‘žÉžË"óD$Á„Gn³ £Þ‘c)VÙ¨ˆP|:|+„:†ýB ²!X&•U )lŒú  ‹zªu UúH2Ž½þbFÃØ•ÇÏxÖ¶|%ÜÁFÙ §ûº‡7ãÿ9ÒE t$;¸ØÌo­$óÈ[6ââŸì¯,h^Dn‘Yl`–„€tL4Êýì?me5â$S*Vb¦íÁ|Õ7&m¢¯œ¾c/V+#lÈÅÞ>Låý&[cêÉ~ü´16¶Ú)óTäR'+ËÑÄùf&m}m:gùiÄ¿ýØŠ·S æëdr·(Ì¿ÔRÑ Ü¿GùUjÑ=í{Ôâþ¥V¤w“­ Çtk ž‘„㺠-NŸÞ£Ó«åÅ¡šôC]¯Âž½R¥Î= …bø³j®C_mo.Ýâø)–E¨G¤æ4:²Œú
+¤í៩ÀäêSWÞEþEI-l6iú6>–/÷ úQ÷Ëi q,~ß:&nŠ‰t⬢çºo^ÔÁîtrÒÁ¼ (Lå9/ÄÁ̱G§,¶ÆÑŽSa|½î< „0†h¬¿’B”fÅ2½‘7m5¿/v¬Š.á ×áùLqíß8©‚Á
+OžÜ_VM¥å{%ØF¼˜åmÇ¥FV´ƒÎýš˜LµŠ›KkI̺IûéHö¹©å á#ðºßŸV,È®³U7Oc2µ>¾±±¡ +…åǃ۬†¿/ûFp×2Fv(˜Õ…b<o@{x.µ¤_­JþËúí¶,í)îï×í]MÛ©š¾PZ"€š€¾Í3Ahœ±ÍØc6Ñ?$ò Mˆª+=âˆVÇf<³Hk*­0ÅìÊ;ã¬8Á'•7:}™ÚÝW¥–刨ÈæV™[DG:Ʋ¢2£GéË]‘yœ;¶1ì³€ Ê¤¢!±V«"N9›nI'|ôþþcíÉæÊ µz¢ëçÂpÉöVbÉoqë6»;-©˜aåuæ åóžXÊô8m{s¥ÐwÈÌ4 :!qe?lŸ? ||‡uÃw«d•ytðãx"9Ædæ2!^yÞZá%‰D8ŸÀ.ü%Å’Ç°+é½!O€qtî¹´ˆv°ÛWÍd^Êñ¹ߧʨ:¬Üý¨ÎìUc.NœÄ
+ãf_S,È÷&·ÏÊÞœV0#*5¿ÚÝ>C­"÷1â—M¢ÆÃÏ+sn¬õǘÕTÓ+Ä[R¸9Dâ+ ¬ úñ²{1 #(}d4ʼn9Kiq[PjÈ!’{Ï<l®«ú ©óyüŒçë’éÚ³¨åFø ÔqhÀA"n?%G–,„òNJé&JO ÔÍéA«àÄélÑWö¸)2-U‹òM9š.^Ú»]Jc$W¦ÙÅ.²Æ$¤Óuë]àÜ{åý¾©±æÙ¢s®]—¯Ú ¡S°Ýß…vœ(Y+4ºµG}ó½%~tô¹UÖ$ùÉõœø涪€V›Ä;ö \A…(-Cñ7ÒRXÚòˆî`Ou¸¡Ñ5ø„GK{izH¨ƒJØHc§œ^›‘©û¥™yTÁí×Ê»Hø¸ÎWÎÖ§Ìæ":`KJÄ9+üåX(Ý´ñr_Nje(KZ|®‡vŠ Mî·L‡!‘wΘ6ÐÑD¹ÑâF]yêÇGË…«‘½Þ}¿Êš*Dù7²‡æêŸÎE¢­fOCF»c›AŠÒÆRO¼7i2óú•Ý­Aë'8dƒá—¤Hîü€b¬éj–_GÊdzÒŒT“×â|-Ñ–iâ…’w©T7"[²¿Ø­õ“é6T)((· PU€{ó¹»Ê´}ƒyQ‡qŠ<÷¡—´SÓj>¿—{¾pO­š½5î’þþl¾? ä¸ù[ý¼OîyØgÜ£®­ƒ6‡yšFƒºÊ/ùœ‹ÌøØ¡5Ÿê–)/¿ýVÙÛ±®åÏS6Ɇ–-\þ©Yõ
+wÍý —3vÁÖý í<
+endstream
+endobj
+1955 0 obj <<
+/Type /FontDescriptor
+/FontName /SNVAMM+SFSS0800
+/Flags 4
+/FontBBox [-215 -320 1577 913]
+/Ascent 712
+/CapHeight 694
+/Descent -194
+/ItalicAngle 0
+/StemV 50
+/XHeight 444
+/CharSet (/a/e/f/g/i/m/n/o/p/r/s/t)
+/FontFile 1954 0 R
+>> endobj
+1956 0 obj <<
+/Length1 726
+/Length2 8503
+/Length3 0
+/Length 9107
+/Filter /FlateDecode
+>>
+stream
+xÚmvePX°5‚K!¸îîÜ=0 0ØÀà,Á
+êù (`ãæâpòr
+ú–*@ƒøqÖ ékB)FY .¶!'jve¹7EvÊyõ¢wHªxµŽN­ð×À~ì£ÍKç»ÓZvK7ùLÔò瑶­ï3¯v7E—‰Ó^"_.zí=~³þ
+$ºã"Ì–.µ j÷á&$OµЋ¢`5ŸÜ·'ÉT¿‚Õø»ÏfÇã&(߆6“u­Jø axÅ°v†ÌŸ¾K¡.uº‡*ñ½p$ïÞÀ9™2“Úhmõ‹¸Ó=ÕCƒÙ"ru¬¢_ŠòÍNíhjÛû -¥N?x8ÃÖDœºËÍë5}Ùm/,ÆÃ$ž½líh^ÃSåõTÅ­Ó€¦Ê91¸—ììßezYOdåè‰Ë*ÝT»Íê_«…t : Mõï_“â{d††£“kW;ò<hÇÆÞ’b\™K-ôƒ<zº¤õ'§+bÚÒ‹©e9ao°ÝJÖöŒž|åÎÔ€»„¼žyVVßš ÃD=a¾Wº.ðcVŒq³¼æýàÖ,«Ïo|s¬ØZIß4š „}Ì ÊmÞH|ÛÁò¸)oiä s¹)]’Îùn:°Ì»¢í¢œ;A}žk÷ºÇÒ7ÈU£¥ŽÑžz[ŒŠà¸B?gzÌ.ÊŽMœk‘RŒáÕì›hÏ÷`qÙ.ZêÑh27#èÁíÜ^»±^ ?á'÷óDïð¡#Í´æV‰œôÑ50ïÌ"Bò?;©
+ÏÖ×Hš)éË=½C{ Œ@ÜWµòpäs"ví_¦WOQl§eYMä“E¤G1lßœïÙ¿o.
+ýq6EóOœ³¼Ai‹ÂõÄñøn9Ìó¥‡CÆY»oÍ)µ)6©°Èµ>;Ö¸–ômÞvè¼óª]ä¸ÌËðeÂ8Aèvnf{21OõÌâsT» X2æ‘4!êêpÞ€‘V8ÿÙ¦býª“D̨AûÃ~nùÎvg ²Ÿ&íÐ Ôq0o
+Z¡§>Ãó½%¡ ŽÛ5¼ð‘Ë_<ÕL-t¥~Okàu€ žùDir’pÚrüñËõ«ì­fNÕïÇ.$òOÈè§ /«h †."—ë6´÷Q8¸êÁAY›¯^Aáã) ÛöIB1dçß™—û™9­±Îj-b—9YÙOô¨"xUìÏd¥Ff…hãâZØ"Î&©qXø~逰>%p7ylÑ d@†ëë øä¿Á{3
+O¬»?àxI”«k[DÕ}»ÛŒdþ+šìL[ÕPí0úüî®2&­ÄJ§4“ݲlEpaÄ΢Dñ°7¹t×;P¹0üðL Ý%Kø­Ýå©ö¾äJBXi¼Ày‚U0³h ÎcíÄÌ‘¨U~Osç2]VOD&šì=Ñ–e
+É÷BG­ÃõSéuïª1Ë>å$ü·©<OôC.šÙ þO)tÞ¤Áës |rÈðRÎ|ÊÉ‚Úe=ÚÙVY/¨’ª«±¸1ê4ßaÅ-æV;›Ž*×ç‚{ D²ú̾ (W§ª3 K¡™î4ÕÄ„EOˆÜˆ9å®ß™E£FæäˆGÚ†ûµü£°%…OtÂ׸tôÍ®¹wÛl ¤ÉŽãæô⡪,/¤¬âñ1ýZüqÖéXw¼Ëã8›ÉÝxð+Û,½’ìÚZUYOe®][£?kÂhé1®Úªí*X Ã©úcŒ×°ÆŠVÃjÅ¿õá–ÄYB'î’S”@±NŸ+pLJþ®¼=fÕ¸¥#"½êñ³P?Ñ/Ž[Ïœ¥Bʹâ\,–&8œUã¸×IEÀ$¥ôýß9¥Eõ·ï¬¤Mcý }Išl©ݶª›µ@­ S5ÖäU¢N›ÎUh|Ý[çØ¡ äÓaâØnz"ç`ÔÊöŸªÄ¸‹¹{š
+ŸZ?¼†ÂÉíkŠ¯Èòe…»ù#_D¢wßëSÖ`[®ñæ]q¡6Ñ,’ÇçÃ}ËÇ5Ž0¹‹«œR­}L,ü”úÉÙk’úæ—¹#æâ´ysô¸1íWÝÎ%g6¡è›ÑOÐV*|=Ö‘ll±kbªCkt-N œ´ƒ(¿®AÏUëÖ0ÿÜ‘f$:fþêÌ} ëgNóCˆÂ5÷à¨ôÜ-#ËÉ“é–Â>q¢"aaš½È :¤A3Ù ä+õI-¯r!g ºÞÇùP‘ØÛÈê·–ëÛR;¶‘¤i|T÷ Í°ÙŠ~Vù^Oû.¢ú©ûfÀüðcÆ
+
+ØuÐ+°Sêga)ÿ4ÿËÄ÷ ÓòÜ'n +`þÁ·4_ ªI.M¢µÛöü}Bø&¥Ï†ÇWCŸ5‡ˆâÙ´f÷ b².QûS¹ô½óî~ÖLb0muŒí»µ uyî¶&È0EW²³Ôd”ˆa¨H¬ï•ä»`™Œªb7Q¢ƒ^ éÌ-é]7WÃ-¾ßXWB‹ÑÇ,[ž£²°?Áú–à—Û¹&FÄÁ²¯h¾é>ÇžÈF2mLJòâ}·`NÙw…yÑ®ºÒ‚aS˜ aÒ?ø,/s6>uÊó‘i±èÿ¬`l&¹íöC âÑ~={Ñ;XÜ©ƒ‹&!l+väc>Î]CK| y²ß[éK–¤Gúu¶è¦eÕœ`µ0Yi^~g"Vy¾KcK´
+Üqü;&Ò|Ñ•¶²f4gË)nù¡¹× qR’iF^³LY¿÷
+ZWl2†5Ž[œSñ·Y=¯–¿µ"¦O?Ý
+›y䛶½¿¨«ˆwßüQÛ¾ßy#u¤£å͹ÌÍôÔJ´
+à{Š-SÇXª¾wÓ„}¢G‹´sÊy¯vlÓq’¾ºˆÐÔü©ƒüH
+÷…ÔqËñó^;ßþÛ¹f$™•Ÿ™ÎñÓú‡ÑÎîÙñJN†Þ“:òa_ò&{Rwô)ÛKÖÏ¥:Ë]Ü)ë/8?:‰³Ó"MÊaqt×Oã/Ý›nþé@‰Ã0…)ÖÇm^9`PÀ%y‹Áëæ/%vv,ÓášÆ lp2)¡Ø³ñZ<¤•ñfZÑ®¦+å{ÑDéòÈ’d|U͆®Ñ
+.>»Â†á;ÙÎms]º®m\.¾Èø¡9’Œ%\¬NÁE9åø„„%É×à®0§bhÆ»ºÁb%ØÀ¸IMËêŸÉ)/äÅ|l{Šá—º»Ä¾4{#Y…ŠS}ŒŽoßÙzêΓìÝy#UFë½úñ²ët³
+žHØKœâ¢|ÈBàÜ6_ƒl3(îè—ܧm ÆúNXÖ‡,Y9ÈÇB>q¢+Ípro…’5»(üÔf§î#¨?{‡6z`ú’¦ˆ]]÷ÜSLEEo…ÆHü ‚ßçÆcÚ¶7úWØÕåˆu£V¹ô‹Š•VõnÌ]ñÕ…_ʵ éF¿­ƒrŸ|ØÃïÙ;B…ËwwkÛryO§]óh¹gàØŠs»ž
+£nY5ªé_èé~Ç辈è^õä,y/Á¡¨zf ŠN¾Cµ^Ÿ%di ,Åí>cæQw>×i…·Ñ1c‚Žg~e~†|iF+pcx–;Ôß#[ÒK«¹x0ËÓ-¤È½‡¨ 4ñ®µíý°RßÕJÓU´ì“‡X_ù,Hâ㬠:¸ŸÑqE)P&W‹»êÐf?ˆo '¦(lÅ^FÉ\ž.€V ¼ä¼f«®¬ \6îxÔ>ÂÅJ.megJ\e¿«;Lr»ñ¢3ÇÅ
+óMzz,N9Õ8þ¶OY5‡¤™«ÁL¨ýæ+zò Î/Cù]jT¢Üs{¡„#½8ŽgÄ]h3–ÍQ…ky‚Õ󤼃Q/voQ§á¢˜²mFÖ‹ý…õ‹÷-Ä^cHÚ¨™à(²Ù®Y¯H²ÂÒ¼y ÚXb àM¢Þb³½¢ò°Næ¹ßKÊÙMÙßb§•aúýKD´üwM±ÛÕÌlƒëµ¬©-ŒÇ!-¥ÅüBêm§÷Žxy©é_­®9Õ^%¼F¡.’ YË4øä{v®}”ìz
+<Ö»5Çßf‡˜Ò‚¼©è /ï'ähñzoÕŸaÌ=$”È•íôºH¾ÛaV1Šc®Ô™ÖPsVP8…Ÿ©¢ëÞ]G&ÌîUþAqËT÷Mñ¢õ™, ñ‰xgŸ)Ì}ƒûàÍU=™Ëðâ/lrùœ¶$¤@†èØ|®T`Êwó0KåÅÙ§©æЩ©#â‘×¢ Uª£î >J®¹ÁUU5ùE÷*»£ªýR[±®Eì÷ïÙl`µµ_èâ›v-—b[ìü#â/Æ <cÀ½è”k!]˜ªž  
+Ô|úH}2/*•8Ò®º“Ø5"JßþlUnHVÝõ'2ãÙiûÁˆ-„—´‡“­6+„Yða˜!]g{&òÙ°Û|ͽ¤¡9Áпà…î­+›áB¯ß{CDg¡L÷†¢´sŠ«N䣇 -©Fm펲òwéqGcÓÝÝÄ3QI[k¸€¬l’ÙÕSÙUÞÏ÷eo¸N:÷—Y:UÌÏÉëKWþýÇâŒÚ:?6Ò–jËd»M·ª$CÞʪ$µ=$°Ô÷ç]¾…iГØøÄÆèþ3Bƒkˆi’tÅ«8þ£x´>r†JâóÆ„úCÔ¹DÛ'*†ñ‘yßø¬SO¾ÔCψ!8ÙÃø¥6Hƒ ß2´P¡‰©Ä45‘fOiÈ&¯}‡¬$Ú§@ˆšä3ׇúÞ@ÇhŸoúï~ئžg§Ü¼Ÿ8Xß=ƒ¯Ó{X8έ_ÑóhÇß—âÈ)°"ùÕûmìz„Þ½ŽÅKFy\O@¤ÇGkyqÓvH‡SnD£%]ÁŒ­Ýù¡±#‹ƒ'Î_z~Ò—ûx™¶wx°BæPa8ïM£Á'œ¼bqÔ£ø·_OL] ’Ð3Õ†n"ßz¦Y¶ºQ”©üË*‹ÁËÀ4qWÉ"yCo&&6_y^Tw·¸Ü
+íÞ¼
+GæÄÓVϲ/™cÖcÖÝržÂ{+«¶Ó41
+ps>Os”b3rº—g‘« Ã8dêw„7]ûšŒ5ëêj¸$GRD¥´zú¶‹ïÜ|>«qR¦ÂýÈÝ¿¬y$<“b|‹DíîÑÞÆ$¿d!àýýõ;Kˆs ÜñU²6βcUg|Kh3ù„ “Š†ñj»LX¶ÁNi³‰IþœF4²å;ÍÁe>»†Fú“÷€¶ZmZÇ=+Èɧ0k®?bºDúÜ~ƒE(¦Gí`=­"ÒÂÉêH ?“ØÀ:ÇOÊ¡ÞÛ dá³¾µ3£^ì ÚŒC<"Ûì¡Þæ€ex„cž­²!l‰(ð ß—ßë2ˆ/¿á?NáÆëPc9’ê»]ÂùN0
+G“B©XKÁ@ʶG´´êyò*È(8ðœ
+g<{SR€¨k¯<Û6
+½†hiËõ õ·?í‚RSÌ»ÕÛ8z˜äÅÓ_“ø›‡Ö× lšX“€ú=ÿÜ™<ÞÖÁÅ÷ʹ,{ïëѾ\^°õüê/‹=m*ï5Š¿‰½¿@DÊíh¸º7ìJÏ“œ€ŸÀrÕÐh¬0¹]ü‰—–QÁúümOï“0 EbÝ!EPzø3
+Ïl9_·Oá29çR‘¦¢¨xüf¾qn/Q¨ØoÚpæ6שGûeì·ªô9Ç‘–yjsz!IB§"H+Ó»S¹F¹†ôç›dxÌüNpò}êRP@ Å+;Å:“ üõ|ãÅ`ñŸ¦Ø¨º¿9ä_›¦•˜ËÿvÇÇ;áà²hƒ™}ߧ£ìö5wܾuVüQƤ%²ŽƒžEë[òí´#è-¾K€Œ1pÌ#•Hûím¦z}¢0°ƒ@¡«¿&‰Óö¡ðne'{Xº[KÝèU|åã«I²VÛ~A!‚SDžЛ­6½†„ä^ªÍd‰ûäqú“æè$ª[Œ'ZúÄŒ :¡½t9É»îk諉ýÍ—P¹Ïë%8»z³\€Šs9©š¤Sâã<"[fAú˜È°¨$™ï1ö}¬¯¥á¤‹³3xœR}÷ìvÛÔP†6OÜ2ž¹È£·u:WöFB’{»²vÆ.xmÜdþ—'ßù%‹®IÍQÉ+s§ÔFc ¢xU%Ò~ÜNùÛŠ”°t`yiÀÉϱÊ&¤ñßp×¥¨çäZï¦x= koÏ¡FÐo—Á" ­µüKâÇ­}üßÌ©PÈoîäLXéµ’3vÒ.JPEÕ'.¦V~ç¬\Ö–„ÎPîºÓµýf oÖL:8ý² Âóv¸å˜˜p•¶ÒIÆŸQ@Øg19ã.öU3ýâ“öqçǵ7}eœä+À:d½|¡ñ5*s‹­i¦~}CoüY¼LT`ˆ•B´»²fìò°R¿=ùw¢‚¦ù£Í¦·/WãÒšµóEâ¡fô÷É¥Oì,Aõd3ú3î×ôyªJo $6‚”ér7çí•K–Mh?åpÇsK#·¯{ÝiŽ-XòÕK«Ì/¾¨Ø/Wª9£f¶ÏîhÊf`}uVb9uooߺ:ôôx^c…ÿ$Q›Q#ÏׂÖÈõoÌèðË%?T­àÔ²›û¸°Ë@§M Ùüõ9ø"GÍ¥1ãz×ÇÖT:œû”[jZ,K«ñÐAJz½Â¶É"-ìv°Vj°­Fy¦†Ø¢¦Håÿ
+endstream
+endobj
+1957 0 obj <<
+/Type /FontDescriptor
+/FontName /YOUTUR+SFSS0900
+/Flags 4
+/FontBBox [-209 -321 1528 907]
+/Ascent 725
+/CapHeight 694
+/Descent -194
+/ItalicAngle 0
+/StemV 50
+/XHeight 444
+/CharSet (/a/b/c/d/e/f/g/i/l/m/n/o/p/r/s/t/v/y)
+/FontFile 1956 0 R
+>> endobj
+1958 0 obj <<
+/Length1 726
+/Length2 9155
+/Length3 0
+/Length 9756
+/Filter /FlateDecode
+>>
+stream
+xÚmweP\í²5$¸;Üep'¸w—×ÁÝ
+ 3£ÿhÚš˜ƒíÀÎ
+ @>C\ÜXœÝ„Yþ6©@
+mlÊ^5P˜ÄƒPFÇbÈ# Š(Ë-ýª×ŸTòDžÁh~²3ûsyéš¾²¤Ì0Æ™™s\-çT"„) Œ1.mí†ÅØHXš½±—¦7 ÅÊÐ}Cí0VaLY…柙Š<l/Ï ÞB9§þdd•_踮seùƬìƒ;E(›µ`ºòÃÓ±fÒÒï2ö½ü#þAP+€…§vÙ»±v¬-Üa»«Ë,ÓÎ8ÂY–{ÅE0pÆàíбwg«ÒZò8/ÁkE¬ï¼¢€Ü£xºN™/ëÕÌÏ,mÚË<38öÔô›øÀ£Ýçƒø•â½7îïR«r >ñÚ>­÷øáµ$xt½ü‹”)ËoEì'*óïf>j n§˜´Áˆ¤l®½!.dH5'¤½Û— +7òèOW§qä].ãÕlúV„«#
+!cWÉ«1ÁÖÜŠ±okÈõQÇþvsy:bºaéxçÒÂå!K ÇRn`göϧ[õ ¬lI·GšÀ–$•Ön“÷Ñ+BÇ{—þèû3MKx]úF84
+ÖüäòÐ
+ëmñ¡wxÞš7ÉÌd$¾1R¢gÐWpHí¯oã4Ðúl$Ì÷Üâ‡%µÇªÿêØÁ¼Ÿ1Ñü
+[ÚÆ®m‡½$ xÍãUö•Þ„kÂ略0Ãú›(‰ÛGŒ^³'AÌs¯¨¬Â–bh¡!…¸ò°ã
+ãq‡pêjíþ­   ò²Nä«£‹t±yoeÃG!S§\%dP˜‰a÷…²ˆS8Ñ'³Ç'n)e3¹Îþœ‰žü&ûQÀæ~\¢S°ÙÙ+p—Ç~ªžj'Ô"WC“‹&XùɧKÇ÷ %? Ï(Í$uY¨¶ó¡ôË‘²†GG)Ío»äʸSÊ€Oô¦
+ OýfYÈ"Ë-­7üéܪ”A¥=‹ üx]º?íG‡Â9[Ör˽†¦>,‘:êoy\õ]˜¡dCXär$%æ¦f¯–2¸¯ÏT<
+FK šv
+ŽÓ”Ë΋e\ẨLeá:v©È’—±i\.®oD%Ì\±*IÅ~¾Ïˆ¯Uˆ%½’JýÕ›/6ëþ
+)n#°â'|·/L4æ0óU ÆDÛ~"ú;þúí'ç¤/ðÉ–9<ÓP‹óS¤­ô²˜¸¨0X`Ö!ªy~Ó•Èø‰Ô- e°Xs…m¶kGñssÜO³¨–¹
+·ì¶¤x0ÜQ—*ôk!²,y`¡Ûm=7ÜQå•¿ÔZªé¡\ITü¾*ÓˆüóÜœ¹­›5G€­;”)º: ˆ÷[=|Z¬ËßlæüzñvO°žÊýÃOéOt×bIÝ‘%àK6µ8ºµ…É…nùçþà•>e<ª¡2ê“jµ­×ClÛÔâf:ô™aã¾Í ‹àøTÓF?±Ü
+®Ü1õçEgêͯ?Ñú#µJp ƒH©]£°„h㧴ršÆX: %1¿¥µªNgþ,âæp!íVÙñÎ5™» —/¯$ݱépŸKÕÌ`fF3t·±þò[äÓt¬‹ço™}tÌ
+‰þXR™iënŽ®"@ÝæùÑɯ›ž^4·Û½+ß¿Ñëh;q4y¹g=º*&¬’eñðá÷†Œb+eÿž$:CLš;z=qË5ÜýÀÒío–&xá+lÒÒK¥T8hJC«Òcú^X±R…ϹW"a©\WLN>M¥é¼„Ž¢º1ñªè¡+ª°Û–,!^ýF€QÖÓ8óÖƒ~õ íY±JØó–™ JŠÊa‘=´,Œg«†ü»¢¨û!<IèSê<ÓØ;Mš;ÿƒZT…ÔYC°Õ콌6¼_·Îip?Úý÷÷©˜¼¦¾BÅqpVò.©’EôÖÈ.}ä4 ìÎ6d¢öµ.ZN}>!kŒ5fÅ;‚pÁÙwÌçe¾tV¯yj½ÛJ»’ªÓz`2gOâ &ãé–Ìz”ü(¿½µõ8)·ß%£[áy{¼)&'PQÊ¢ŠÙùÝ)Gu¶¦Ä•×6ý©öG¥EâòÜå·ÕaJW=dø—G²„Ñré¦WíÂÇ9;úc™Žâ_•Ceþˆþ•|kø1ËÛ»£¹CM³ƒæXÊ—Û³Q•!¡?$qÔ2P‡(ÿÜúå¤röš¢|©|.·•>V˜‡H¼U^tl„ǵ¥–o.FŽÂé,ŒF¡ÿûØmpÛ1cþkJI©kSE„cãúûBM£:D8Bk¤mmžæ1à‘Ãx7ùd’¦Nåš(}V‰^Å:#‘xJUÆ{m¸l¥!¬éÎ É—Ó`¡Ÿ©|>s•ïýþÍY4Ÿ»…¾Dž4a±G•„ßùƒî§–}ã'Lšobë [¡0‘US_e Î €ÂŽ^©+l¿÷HPg†ÔCUhå-"­Ë£–Ò˜6¦rt4²Æâ}í§l¬—Ä‘s‚¼E~죲–Vd‰Š§˜Æ“ùÈ”¼[°l©ä=߉¾[Ýœà†´&“…×êÁJqc¡Î·ˆÐºmfmíöqÏGÓê.©â¯ŽÑ¡2í¨ª“Áyö­Êï}™Þ´æz;“u5Ṫ9>b wWqn–Ò.dLñ¤ìR ñÊQ_­wÿÈ tí‚ý‘ŽY°óMõgz»ÅĪéqA•n[t›ÍŠPi|Vs—s˜”2®è ]–+±MôÀ}ê–l æÇJm“nNTÊÐG·¤´zµŠ.A¾9Íø
+•±eÞaL
+Ÿeª¹rqàŒB§ž ¥ÊLøSÊ®uAgYÄàjZS¬kOíáfàA
+MˆÙŸ:H\'èëÁ›¡†'oä“Kê…mÑN<9(›uâöÑ6¡ß[f˜˜(=n tÀ”÷á­Á‰©ugq®À{¯¨œ8ú®B.’5ገWŒ¾ÔCbùûsçu
+æ5ó`U"åñµTx,W=
+[¢N<’Syq¿;V™°/Jz‰:Ƕ¼¨hI•¨èñ3˹å|<ÝÜÆ„Ãû1›ÇæÕ™+´äv<£‡„>ãà—%…Ltž¿tAçœ4èöq®Ï÷Ý`‚7½±ùQ•h‹
+J“ED¥Q´D+e5¶ïW/uWÄ`ê++¢k¹
+x p-91ÔQ|`Ïþ—¾ ç½GßHý•ýãx•ÉõÕ—Ÿd1Ûsž£k°ö+ÛV!ãØOV~¹jßPÇO]q² ˆ^"K5ÊȬóª1$~i·¼÷9gæbñSD2ªâØöR¬óWǒѾßJÜŒn©Åq è8ØÒõ}À6wœà:oì¦ZC|É¢½›«E,®[ÏönƒžuÿD e<6$ˆD£9cro /uOÆÎã‰Âæ4Œã?)xŽ¨§1ƒa\e¿ÈݨKgèžú
+¼Ñ•
+5ƒ!™™²eÃê[1#í<87ë3øb–’“ú06Á††# 3@ÉDž2D;€NÎÞ·e_„ÀrfŸH·ý8k0±®f¥T`vE>À&²ÿ¡'N4¥–ÕäÚe½Æ[“·¦¢Ü
+§y390^HÆÒñqÚô0x›„h-ë_D¶¡»í`v×-"ì“cpÌŠi“¯”·}`trÔ^Ik4iV Ñ©L]"§ÑtR¹ûŒº,Έ²/~-¡Éàcfý¦¨ì` =ŧ'3þÚB§±ü}êþ“ÊIŽøEk¦°év¯þãnÃh+åœÛb¶ÐŸ=Š7#Ê™À¶'ÚÆ/‚çüûK? F³‹6@’ue-Ÿžy ©’T«‡¹ðÐMí±¯¿$Ë=3ÓʤÓ!u± £uþj¤;ÏÙ¯e˜úé~u¬¥àëÙјá.ú9N—™³Vgý’ÜVÕ¯²4ÿ.£~4ߌ+½¨§ëáåÉ‹ÌΞÕm‚u}hÓÏOŽcÕÕ²*h5×_ªýCGE©‰õpjDHÆN©ù„í¯Å; »ÄùUH^9’ð%)  !Ì™³±J¹"~2‚á]ÄÀ8næ°}‰FoÙç7„;Q“ìFMV¸×%õ…‹w=™ìv.i¢XýEßï-j<˜»:˜àèKâ‚÷ܘóƃàî6üÍ}+CÃÄ”ö¶éŠ©›·V¨¾2;Ä<#4 VÌ/èņyϱf,³5ܘЭÌãâÛÏûQ*4±ÂÓÂ,ä9a¯ÄÙš7[á±Ui¾¹aû­kç]}H3ÇÑ–£ø‡·<Hõ¬}Ðå;~œÈ£,‘=þÐq=.Ó¼´]¥` r0DÉD·ÜÊJp¸Z£+UgñË­b™®¨º,Ó
+Ù®°½·
+Š¡™2ÚÔ·Ò³C&Ÿ®×M~`¿Z²}æ(yÏ Ùæé8F¥ÍµåäŽIb„M)_M¯‹ì—=r1eÃí…I|îK¡ŠzÄõ{Ûœ ŠRýí
+QKl_ü†{ó]w–õŠÅsLŒ¿£çï¬O‰Ã¿d—t¦›½jY}­>Î"séþ@!ÉòAó—äý€Üµy Ñ ‡I_¢)¼"¾jò=uöTúûÏÊß d¥{GÎ ï ·ùHv¶ZâÜ;¢ Es©6gT¨sEƒÍéC0zAÃ*z-=cLÞQíî ÍWdôXyZúŒþ¾
+{ó=Õ_æGÉ=,YƒÜ`x—ÔpÄHOsHدºðz ·OÝËíû.´–qb¤ÐÛã@b¿—˜=¨û9i™êqÃX³<¢; ßaŒÏ%”ZHÒt«Šîêuõ‹0Y7v¿De<o]?1gd`/Î¥­í´r  ¸Qɲ¼¤”qéHµj qÛqÔe¢–—(d¢AØW0®’ÝâZÕÀ“R47¶üY½î(¤ýtß°j·SÉ°´¿gÞ·ˆ3­qyÁƒ[YÞç»ì:ž¤ú÷ºT¶A¿Ž€3}G~LÌr‹œò" Bß@gËrŒOþU-gŒè‹¹ñØTT’I¸Ö/pÀž„ù—Ž¯Å©Zsïf4ú¥—cž_D>oñrà牣¨¼Ää
+aÆ•ccŠMeèÄß鉧Š¼UxåæˬイIbý²MOÄ{SOYÞ3F
+±¶ÝÙžçËnó=ˆÙŒ(6z11Ý`?=ÙÚv÷¸A#™ì}‘“9˜DtoÖ²j~6{Àw;}¬sX_åòs]jðEÿx˜\°å0<…æ¡:éƒqX²Ö.„Ã?ÔÉ׬BG1tOtÌô‘§ … ”vêS‰<,/ž(Ñ.”_|wá±äóù•‰DÃóOËW_R)AÛŸÏwbÅÍ–Ê0îIàì,ãý>j+k;FAÔYûœF‘³g:2¶™[¿ ên"¾”ç' ÑDxÃ?†Äš]X
+wY¹+(bÌ8¡,¯0ŸJ¾ÜþBÜÂ];lN»î%B•Š|ˆmVKÕN¬Ì½][Avžnôª ;”ú©œÛËCDŸ—ª×ûž¢@3Ø~Î@G piM+‡WHrµuá®0KÚ©“àÂ#†pýr-Þ=5»”ù™÷ôK²Åë‚i‹sQ*ÔºÎ"XÔ¯+cFßlžš¿¥Fjl5þ™†áó¯Ç3˜ñF<< ®Z
+‚CO!&.§0ÖK¦`ZPýwî©9EÎ+—ÿÉ *]OYù
+ „ ¿=ºU×á’×5º `÷4ÚÂî l1RT¡%xûº¤»6yqúûÕ%¬ÍGûºƒf„A[Ÿª–øf›.S¼Í·‰–Õ ÃåX÷^$Ÿ`é¸xЗЫ¿àŒ“o}䨄;Ì@oÕ¾4x¶Úü0c²iAm±AJ†/v\—ƒ7œ«Â9F‡¿æý4•“‹t‰Œì€în“„Äåœ.jA;¨;”"æ_¿×ŽX;’Ÿ‰…<ÅÓ.îåÈ´Ödª™.{Ý<‡$ˆªã²‚ëvÇî±Ã?ç¥`*öèˆÆ2¹©–X¢" ›¤RÔ‡îÈ:G ]«ç 4Õ±‰üb= åïF#¿Œ±á»YíPàp  Ø\ñXÛ–³UÃB½íû¸xÆuöŒÆØ›7 »Ø™!]—é-Ê}r€W(H±¹}ƒâý‘bVòQAøƒE´'bkNBSë¯ò©õ¡Ó½³žMû Æ]º"1a¿FTåýIón ­TCˆd»ºÑÅÀ.Le°'Oø( {d"3å8ç<>t‚QöëqîâMy&ǯ?ïñ(~‚Õn̆/¡ì²Ô³û)øUÓ¶½íîß÷®ž§E¤äCïö¢ž¥|t«'{w[[pS˜¡cÿd©¨~4)N‡-S®Ç•ò2X^Vâ1ðßÐ?õÝ«ííÝ5~Óýµx+¾5Ïëoót°±JÖ6Ío(péAßz±Òfﺈ, Þ¸+Új5Ü´ž÷&t€žæUÚªˆâS%—ð1%õƒ kÚ=—SÝz"’`U\Ü=ìú
+ºV´Ìv†l´%ùõ¹(m,´k3ps}t©bXãRÿ <L–½¦–€.EmŒ—Ï/4Ã)cO—‹é*2ã)ÖïØœ†{8Ûn-ɦ”ô}èMÚuÐüCæÛXZ•&¯?8²ÆUW9{ø‡ø„¯I¾¬Hü}SšjÙbÃ6­É Éïd1è8æÜ1 F,~"œðÒÊÇ@ø>™×èXÕA­À¸Éå‘DJb7k’‰µLü¨­u³ªó´×¢° 4HMÏŽÚ£êtí1°ÑQxú;&n§< ö XÌ…/rÓt—nwC]6WÒm+ÍÄ6@ù—ÅY‡.õ#ý{âÑÙÌ0‘˜“öIûyE~3Ejèü{wƒÁh÷F‚Šçgv^i~C„¾Ûü…F„$:àòÌ5'Ž)ô€Ñ8âë)ùÿ
+endstream
+endobj
+1959 0 obj <<
+/Type /FontDescriptor
+/FontName /WLZZUN+SFSS1000
+/Flags 4
+/FontBBox [-201 -321 1483 901]
+/Ascent 722
+/CapHeight 694
+/Descent -194
+/ItalicAngle 0
+/StemV 50
+/XHeight 444
+/CharSet (/a/b/c/d/e/f/fi/g/h/hyphen/i/k/l/m/n/o/p/r/s/t/u/v/w/x/y)
+/FontFile 1958 0 R
+>> endobj
+1960 0 obj <<
+/Length1 738
+/Length2 18122
+/Length3 0
+/Length 18654
+/Filter /FlateDecode
+>>
+stream
+xÚl»Œ.íÒ.<¶íyƶmÛ¶mÛž5æÛ¶mÛÖsç÷Þg'ßÉŸN'ÅTÕU•tÝÝi2"q{WU/G3&:&zFn€Š¸Š&###€‘ž†ŒLÄÙÌÈÕÊÁ^ÔÈÕŒ af
+P1s01˜™`È
+aPÙ›d%ÿq·wuáþÇÚÌÄÅó_ÕÑ\ÿ‡²5úÊø¨ÿÑ:{þ‡¢‡ab˜Z™¸ŒÍ,¬ìaþ…›”½¹€ý?bS7ÇÿªþIÈåŸü
+3Vk.öÀ¾ÅŇUª,öŸ—
+¶=zeYR§~ñqÓ¹U'=]‘þGôYm¾].¾WG3­ñ÷ÁÎÏØÓ^‚h?CÙ§ï0s’Ùò$È”ˆúü1`ûå:¡W»ï?ª]Ê ²kòNl_ÂœFmTu„© -ïQÜ}W¨ô7pŒôd©Hš$éz8 ¹ÊѬb¼¥½÷³šHìi$Þà2®`O9IusK׺¼%U³Óœ hžkæ£YéȬÁçs qyEÓå2‚I–¶¶Ó¥I/ðçå*¨Ò§ª Ñ¶B”/Jæm€öç?8V·¶‚
+G¯½ø»x“dVì%5
+Ì~Í8赆¨aºŠ0¨ìÍÎíȳÊë¨Ír9sÊÞÑ@Ž´ÂX}KIZÁ=¤ìÈŒá¿óv%dÀfœ4ª¹Å†vÇä O±ò…žïóÉõ0w˜åü“´›ÖÈ º´^¢
+b F¹“:?_lÅv7îச6Ño5à†jUJû{ÿq§rC¢:e¨Ø7ëÚÁÿÃß8?,Î¥†ÈJd^xg0¾GÀS$R8P'ˆ2˜B~c®v’a̳<ð©¥dd@ë˾'Æô^óÚe‚…™Õ.Çr ò¹bTRéI,M_å‚àlY¨ïöÓÆ‹õüðD‹®ô&“oqð`}0Ü%¿]$ú·œß?zC|6l"Hü.R¿n‰Âœ¢ÛäÝŒX^j@N.7Ô.f©É‰’a…êˆ?¢±Jœš½Æàâ%Ž:Ûa½¸œú¢›r¦ÿ²öû™;¨N¨D jÕälaLa96ŠÛsøS1ÿ6ôñÉE§"ƒ ¶yÛÈc!ñtðÄÒ¼™bŒ»2˜Å@4Aœ3tä¯:|Rq/aÝÙ’vHVÇ€Orª´`Ê66~`ˆBòG.V¸cÐò“t>ð#>ˆ#¹Ù!q=IŬpƒTd„YX­¼Ë}Ïså~ôÅȲüˆô3Ô´èóÐziÿ)Ó{âAÿ\u¾äëƒcêx]«†é¤´¢âh ,“û¢Än
+ ¶M—‘SSŽ¶k°ÖH4«·¾'šÃ·7R¢WÔçM®ÝÍ.뮓…Sáÿû ‡¸d³›™¦Þ€‰Eˈžt›K¦^ú45„[ê:õ¹†9^§s]ÒH rw ÷=ÇÇâè¯ïuW¯ à7H+…¯JÝÇQ³óΞ°¬Z/¥‡Éî´…Àý7{"Ë®ô¬ÕàOc%ê§Ì–t· ¹ú^ïJðdé'¯
+‹¾¨þò+¼E8ðq|µ¸vÓ–nª©¦æ·1ãûtÝ2Ü´½‡ £5¢ršñt¤µ ÷xpǹÐ6BÚPخߵ滞Eö¦CÅ
+7‹Å,Š|rÿlwî_Ñ¡iX–ÂÌ¥£Z¼ZJ à«Œ]\7PÒ8^ìQ‘ü÷¡…@¨ëŸr˜Ö§›«Ú¥;¢X-d¯‚ô+Æ‹¡²QŸ˜7-â…u~=ç»h(
+k›u&
+ëgšn Rc4niAû/{§“ŸOùÿ%ô¬6AÀ“#î¿óUìÃñ‹k¹ˆ? „¿?bnÉS±šÕ^ü‹Þ¹ˆ§nî%÷§aK·ÌÓƒù%Èy­¼eaåO†^ò0W¬á€dVÿ‘r
+‘hÐ
+­CÅñÓœÒXªÄsákUG §
+ ý×ðÞ•DzJŸ´!ÿ^Šx’l–­£Uÿ»ÎáŒ<È:Ü^ÂÛJ)|v™>‚ÜFêbò¶Œ¾°ú†Þ֮ç˜#Ÿ[FÌsçvÅ/òR˜´yøD¶mõ°Jp‘œ6ÔĨýv¾•¹ÉôE²]-<Ñp›s{šç¡Kr‡Iã…[Žf„3'Å«„þlÛx‰•x Ú<‰P»àhvÜÿíã•Çᔎ~+,Eloé˜Qž³"1ù.êÂ-¡ƒ
+È£¬å®ßñ6YDªÅ…ì<>7<€E[:½.ã
+!…e
+Å´}þÓ¼}RtÊËYº¥_RÊbù² z‘ô’àŸ„Ù´ö¹oܦ¨N.ð®½5™XýLŒâÍ_:$ËmoáÛœHcEçzgÜ8n’…´$(Íõ÷T·—:1S±+Áéêû¼Ë[1\Ø û¹`Z݈™,³V­æ7ÅÉê"?ïó^&+á'Wnq5IYH |ôê:Õº‹²¢‘˜€b¦E†ì¿>Ó2eËèÏ„‰\ ½V§[üI¼ª,(Ôͦ
+ÒóÕ._ãàèQÁ#€”·Ù<Î*}æÊVŸ„0É·ªh>|ÏÙ:NÊ5I©ÇPC“·°@øÌÑ¯ï“ ¦6añÓÒë[‰NcÕø1ï,X/TÛaµ}Ã
+ÔêƒzñC¼WŽXn+`øÐÀÉF-w¥Îr½FÜ4V5)`±ŽÏдÓrQCŽë«Éôyì
+ÈXKï~üqXpÇl3ëÅmÛÏ—,¨-‚/˜ç½´i?#?q£˜¡TŒQ$,¢Åxñ¼Â¤ÔÌ¥£³C”îõÂ.ÜXÐ…U¨Á>궾””v BIù* Ÿ’"Š‰â¢.ÎÁ¶ïz¥±°D‘X»h¹+ºÒc‹ìú5rŽ¿Ò!@áfe³dkw‚~;•Ñ€G aoyò4k2ìãÐÌ,®5în7y‹]Ôö…ŠºzÙÁ,òl!:´xJüšeN N‹fF¥ÞVá–tÝÇìèª+uD:S߶L;ÎLÎiã‹Ž1°w?nã"c”ŸEUåhv¶8­»x ÝoI¿ú\±LJ¾‚y`qÿ°@B&VLi.9ƒÂU±úL›LÇëÄ› ©Ö̹ޘù~sͯ%ýÐÿ’Š©ñèzö?x'ø®Z¬;~yÄXÊ®ˆ‡Œá»zYè]»Æܱµ-’ê†H¬¬{ §1ß)W‡´c|PÅ’âå–ô7‡–«ÉþÝB.q¡}oÿ`3KÞ7ÙÉu¹¹â†¤)W°2o¶¿ôáÃ
+6]éÈNl€HƪCàñ–ÔgùÁíÿ’•­K$Ñ®¤¬´v«¸ß¿ƒ®°Ø¤ëЉìÛæýˆ´R"Ì ef„(,K¤>RM7š.·ÅCz|<n›âm©¼Ò6Ôù2aPÜ^ïwñÒÉ×¥¿õcÕâm¦Úãxc ôÐ5e–7_”b¸Ñ¿ŒXÂPË(Š%ýW#Òû€ð[ïÏ’^àŒžýöÖã·µ r":-pÙ½Éè×⚇fôÇ2ÃA^ œ)E¶Aòà Z÷1zÓËL2öç3gÚ3½¦öÌrÈù}ß±T¢ß/'HÏNkž±ƒ‡O§Æ'ënt`Ngã#€gh¹×9¦ÿgÜ9¶iEš gÅůÇfÐT
+(ç%¨#O†ü» ¹Ä¿ÓÚßúíœ:@j»Å®ŽåsXí±¯(¯g™šA<eŒ_6xrçd DG*þž`-°y­iÐ;B?-ô×»ªe¾‚ÊŽs³€¥ È¿6ò„L/Ç6n­„kø‹ %!^1¥ âª>½,ëÍn)OãT×Ñ÷ââ˜|{×Öü¾íDx…î͘B$@EØO0X¥êȬĩs1ºýêÏÃb2àü¾‘!b䔿©«é0ôp:–ÁIM
+RË>1c‹×vˆþ°!j2Íï.ñ;ï
+5¯L Ð%’ˆd³©ôÆU½1_TUEmoªÀ.)KÑí ŒnÒyT¡›!Á€$<%ÍÓ•ëÐo_¥uz'ØoÛÿÐÏÖ ei‘F‡wd0{vq+,kqRKæ¹ÃC`:(Ó’w£¥Çc'Òœ8¦3„¿8–·/³!\•’ÚËd¨\ß1·‡¾Ö#šŸ®{¹e<V)Ò—ŸYŒ›#!J_ ñºŠS˜š‰‘ÌÍ-Ûów îq‰,r£¦ì±îÁ€ó´J#TßÈ‚AsI© EànVÁ ¹•Ê‘¸ósŸÏBÝ¢V<dŽ#n>ÿ¢îÏÞþŽ:©BO‹dÓÉ”á@ õƒ…§ë¯/¥ºGˆd¢»ËòÐb‹T¾=î}å&6~¸‰“NÒ•³…#D/ŠŒ¸V«-ºïR;Zg¼ÊMTÝÓA5fCÓ‡ÿàG!Z潸þìÉ.qx‘¢e/âDÛ^Q®…ëù:ѧê`:œ«5ôœh
+:0PÃ3üÍÄ~åz»iªc>_½™
+L×h}+PpîÇE6£¾–7Ó…=½@{ ¸"k(ï~2êŽÄ3Q±Áb» y¤!ä×MÛƒ:Jø¨QwgsêI¿rüñ^mê,Yó
+±M…q²äzÀpqW¡ÔpqÚÂK¨‰))žÏFŒ}«Ç àÖ/ .»Æ-tOÜdéÿ‹:›|<Wœ€½a?-e×D¿u
+fÏ>²¨õSO9%*°ØCZ…™0Cž1@ ¶“ÉâË" ò•e‚D%­ ï,î<Ç”Œƒ\Pé®È{NªDBW7‹ýO52þ
+’U´#ýoÖ‘—Ç
+B2õŽäK<u’ÜfÝÑ<’•Î÷Á‰ˆYª/Dyx*<Ãçý Š:j{:ÕËd€Zâ{h4‘¸Æ¨Ž€»p,‘Ä­
+œ¬Þ½–‹`r–騡»I³l¡3Äû_,ߪgrÌ´°£­91ð£[;ïb _Cè¼–Që“Ñ´O¦5–k«uÖñìŸÛiL 5ñP È‚µæ‹ÀtÖÁÝÍʇo<#W‡ Tžb^k°ÏFÁS)Šß}·Õ9Ð'i\¥´ìAÍå’Þ/‘»»ð;%ÍW4jWD[¿Š³êa.ÂéGäF'þšâù•ÏÐÿÉ|ÔNýΆAë[š6€A´v#ÓpöYG;ðæµn2[±cªPÎIŸò ìmŒèçè¼$¯•KÛ/!:B Ma¿\7 5,ÊR*%NõxV C§¼ÉCv.h×£~=2Ôg¸è?\RìðH0µ´«¶¼6æÛ–lõk{Á=õ´ðöðÑ$^ò“ˆ%î×YwÕ«Rë~Ù–[iN§§NvS+Ã;üÆkʶÁZÔ¦
+J“g-Ôú† ?kç\'͞ŹQûÍMÆ•o-Õ×ï[ M‡C±>õ5 ïœåÜæ- >6PÞ ”;Cl¾ÂÜÖå´^…‰Xæã8 ÄÃbCv àK
+=Û%
+6LåÍ‘ËÐß' ÷;RDfýhnÛÄâü…á{?ã^„íl‡”ðuÊÓ•=Ýæ¶Owºú™ÙŠÐæò|ñ_ü«v!©‚øCþq°EŠ«‰å¦š¿ú¸ ó ¿Ï¶CÆFªaùæ$ÖœÏ=2M¾Ò‘ø¿Tì¢üeDØ‹’²¹Ù—$ôUÑJS!úÕzQâ!"¨ÌõÈ„‡hs²ÈÉ ]„6: ‹©™f¸ 4 õ­Î4GÅžËRç9"2 ÷ JÃÝjø BŽ;Ai»„GD‘lÃψ6+…Gáú&YxMÇ~SòáîÄŒ2›D?øôž4…xý§¤®²H‘kg_õ¢H¤E'a wY"Å
+ð^¢þ¿õ5¶ ÅŠhd¬z#’Zw“'¿'4õ`Ò ØaL
+õkX5~öÔ;½cR·j9ÌEèz+ÒØ!‚NÔ²Xµ±^)¹´Ö~¤÷q¿¢ÔwXgÛìžFxšSR'±ü >¹Ê|ŠÍ’êh"ÒšÄqŸ{÷<Y¤ n¿ßÈÖEË» ©jÍdx¶Ö•ÞcjZåjÄñ¡ ==ðH`áIQ›Ê&Þ*À›%ZÚÙç%0®ÿúLB!h…L²º[(5rßÀÕ£a†Ê¤ ìMPŒ%ž×ôuÅ,ÊÌWÊ@é>,õ Gó38¥FŒ0ñ³ð†kz :¯´;6ÿ:.7­ÎúéQ=O³$ì¾øª3´@¿aþÙðIíÑ›¦RÌùž,0'QéñøT(S±H®‰Â:(ÿ™å²ˆ €‹`Ïñú
+
+YÒµS½Ðô7V›<\-¿Œx[–^¥oW›’¶ )¨^|Žg¢nóɲ¡´”¶T(`H÷ –ÊùÐ2•¬'"ÏRÖkÅ)ðÏÉS%‘·N,þèÏ_¤óK},'Hííhñ÷‚ÏÈ \%Æíºqªˆ2p2È<ªŽ¬l‚ŠC"3õŠæëO3er¡ ’ZØ7pç<-˜`™mC,^ëé½f|¥ßñÏ
+5£É5y¸’~í¿;œk¸¾õúѧ]­»j* £¨ofû´Ï¬¦•t;­Ê @ÏÜ,„Ùèâp¬ç`:ƒ2-CŠò&
+¦îj«ÒÙyü§x ãŒÌO‡š£B Éã’ˆâƒØQùyyY0OwC»‹«_s ©B½òbn}Q¶õH£r*wÓ¥r[îøm²"Ç\­ùùêטÀ}±*ì”J)œŒ–ŽØŠÈdHÓÈQÀÎïì­v;,@B¬¾\bS_<ºŠâ5Ä&éRIÒbyÞñw›3Çpº›Fò6¶ ê5;‹`ˆú¿x!4@«;*«ðÍ&ÇÞy)˜ónÊ_äoÓ'~œ ú†(·À•{ ™GwÑœ>´n̆w«9&úíQY!¸Ÿ#D˜'¶¿œQsœ±¶·Í&y}ƒì§–ª‚殕+ Ò#®âù–§ÿ"­1t ñš£9ÿ- j‹ç×ûóî"‘ŠG2ñD³9ÿá²£»Õ ¢d§f»ó’Ç,p0Þ¿]Ð-ÁîZwj:œå?8Ìe…ñý#l…b#Ù³›}ó7ʶÓ=XÌùh€¼ŸJ™âáQ1øãÍY9!½i¶ $Ò„˜H—Û3S€ä1t@Dh½€ZŠÀC¾Ï(—­÷IêyÙZq€|oa–Ÿ®håƒåcºƒ°ê9uC*ב¼4Ø!“.³D¼b”{XPjxLD}sw÷WÓë;xÚ‘¬;øÖ6{vàhˆà¢ÎFòkÐ`ª­°âóC0¤~ÀMyò4<t%§È}éj«“ug® K#NôrŽ…¤‡¾KOºš®9°NÖë?›¡­YNó}eïYî±N ¢l†þ!¶¶¤–è|¦àNà”Ô“âÛ­ÇÜ+JºíÊÙø
+†Îsµ¸Vs"ùñŒrÙív?Å™jd(¼VÚÖZ–a\"܇IЖr|#£lß&ÕK×—fbòrõíK¸Ð‘ÚóÃ…uúÀë§ñèuÑk”§ž5¿Ô¶&·KGO>4zG%Oôº1Ôl¯±Ç*‘8õa 5yDÖ’÷p
+xòWî£ûù’v™ i&¬zXÎÒí¿;Çï½K`© % ’PÈÇIÙPÏ—àŒcPÁt¸ž-ÿzBa¯áÅʪ‹VJ¦ó.sm ¢3L'»Ý©V5Ø…ýÐïùEj•GºZ«8è­à‹­¡7Ä…fÊuÞª©RUš(ø»›£Á_¯ô‚¯D%&¦Æäj‚¢cãN'PquDÛ±$¿ÄÖ\U)jßÿ«–“-®«Wß°h’RUu-|œYl|îï%xéÙ4Cªé¾NK©¡s^.=¡;XÆ¸Û Êí0qÛ7*D*"¥ °T«Jõ/÷ºüM–þjãjUí!Æ80_búrá ¢ªlغ÷~´yŒ… 3²Ìšyh…Ú`õ´n8=…Ër‘Êq,øæ’VšI$¥•š…d ý8ë!`üòUÉcc¨ 3Aö’J÷¾<ÈåÓÀ`¯ÍõE†4Äß±:ù¶$Ç·x4è¿ÚYŠ 'If ÂÐI¾õ Å«$F,ƒ9œþÄ»è¸Z#¼¶W“ܤêãå–{ç.·$áèÊÐÀF„ƒÓj·>ÞÛ½uP㊱ãXcã¶÷œ1€Êý(#83X©^ôó3KšÜz.ÑÔsȇP÷õü@w òÝ¥¬K±½7vÕ[·tl‡oü:—)¢!Á^Ø3÷EŒ­uÿj¼m¢n±ÎGÎ2q6ï n€ãÿr™RPMìGž¦ç9rHÉÉJ:Nƒ©&¥¢æšëP¹ëñi’6.IþÄ@GÚÀ|ºö¤[X^¸Á&±ìÀ‹4êÁž¿K\£
+ôôœu&]‰µ–›ÿA$±ÌêMUɦ;ù<À¶êÕϘñžËc!í”üÁ ÍYÊüöôŽí=añ´æáÊäàèE° €~Bk„ƒå‰ ü´(‚XuØÝÀË/ßFÛÕMzŒ…á(L¶G%φ˜ *:—åG¡“6ÄT¦l ?•¦B÷ Ä€ˆ ¬!±¢¾he|"ßd\ÝYÔ€‡ÁË_Ô—ž‰O™k.GŸçÇ
+Ç •Û©îªçX=‚\‘5zRvÿaƒq˜ÁÉÝ^pæLðBÀz†í{›"ƒnUÃÊųHìnïaÐ Ë\Áïv•ñûßë0žòÿóö-#ªG4|çéùì©oXP^Ã<cDw¸úØša²…§‚Õ’ð¨ÔÚ& 0J”Ã1µæƒ0—èRÿßúKÙ^IãìñE£(sƒ”8ÑLF¤Ã¥9ñª¨û‰Û!¤9L’2
+¿óšÚ»Çæ懌Ä,¸BWáÌ·è"(™'y¼«ŠO¡”þˆNUR¾lº>R­iYDeœã¢ôÚëC>&ð£•JL‡¾y°ÉxºàÄ‚µ°m·B~"
+\¬ÅnV 5jÙÏe*­î[¦KÉ@ýÎÂEòª”v$YåsrÇݯŠÇí±!Qؘˆµæ6£4p@}9qVµGwf]Iæ¼A/d;¥l®ý‘:œ$š zT¶I…ÍŽ†;övZÍ-«Mמ°ßÙx„ÁõÝ0Fþ® éB’}ý=6¸šå®mN¿†ñ ?^8ÕÛ¥cû¢‘qþ<½ øK†?è®Î@áIGDÕ„¡a¸0€ú<ø×<ó\锉ATÞoéí æ„k-¦·¯ËôQVN¦íêyïP­!x@¶º&U+®iÜæ¸yS§ ¥|7V>w¶“¾ßA
+èÑkµ¤ÚÁ¾m]¿$,§)ß._ iÅdDìf?üÑŸ'?í#̽Ápôkd‚Ž8+•Ÿ½Z]£Cü"%:—²F½Dœö-Ç”Ggœ]
+'Î%:">q½[è9Ó©Yªxز˜Áœ¸*4ò¨Ûµ€ÿ>Ö\¾[ED]Ú¼1µèɉj8öH¬/IöÑQ«mƹë«oöIYKVÒLˆ¬–G¾üDîöâÇ<´o1ã8P®u>º,Hx¯»ô¶ó¢.G`õUvf•¿l†Ë8û©s|×EßÿД-éø`ô?F.ûÞóÊLÃüzÑÝ’îm(2)µ|¡Ñ«q£¾”Z®-RŒ¡Úø|z»þ1ºÉ05Æm,!æ ÄMé1 »iïDLlvi“ËDˆêx`€Ë^¯ý.4ó5ËêG…üŽ!†€Sª‚ s8ËG_?ÌûÓ{fó c6†~8-³Gü^ÕÝý¯åÓÓdhܾ‡Ý¯X-}HG¿RÙ~$²""ÞÛP1ùKryã#ÅúÜHYiJÒ{Ïb=ž5zêÍL&(›õ¬<‚Ô;éi$
+©Î£¡šèR3(Nú’{±ýb3|t0ˆ’zM7³¾ÆqÂ#ì
+YÑÑŠ¿iüÖ¼“о~7çŸh·õµÑ™?{?L}–.<ªÓ{&HqÄ?=Ÿd›ðÑÖx|51»7áj‹Ì7NÅ_ÁÌÖaëNþ©"’¬d»S¾åëóí ½Xi"ɳf9úÛbÂ|à™’§Q“`w+
+‚Й!§uí*úÔè½ã‡yò±LT•‚mÅÌ·9ó·íâ%ñ&Å2)¯¿Æ-g>`h|Œ"]^Ä<
+WÊj™ ö¥<(/ñ]D»Y£,/f;`TÊMuƒí©Åÿ1ZR~[>žgÉ.Èh¸È‡Š¦åª~ýè‚A¢‚'¦~C6oM¦æÄ,èéMoíÝ(&"aÒøirêÎÎ,K‰/c‹Ì dĽ;ÕꌻÄð1/æ4•Ÿ±föþ,]Z ,áL®û¨™©£>aÚªGd˜ýt®xMM•Ô=ç[+¶ºR{* ¹–(I±|ì¬S‘Ñ»ñ)òpP´±/QëLïøԹÙgeBÖŒ˜â‚=0Ó5ñ´ûU hòó{i]mƒKR-¿¼ÒaÛKÿ¨ÔW ¥K€þõLñvŸh²­àÝ×'E|—ÊÒñ,Aû,vÄììR1Ù™/RïþÉeØ
+ûó_ƒDndžž”\ï»?ÐÃÄÙÄêÈ†é½ 4GZ@Ö¨"ˆ0–áç¤S@bRå˜T5áø‚¬ò0øÄø[#*!³–W75ŸÄ†Ö óŲ·†5%ñ~"c]VþKÉPs;ÕÆ⑵¡åYÖÒ^*óög£§UêiÔÑ.yû:¹¡¬l ÖTÎdÌp×ÖV|ª¾ªætŠún!0Ç ëò/8Á€KúßјÁ…ªŽ˜ó„ËiF ØÜL7‚ÔôäýssSÝtŸ£tBê¯*/°œ~áÃh»×=Âmjõo]°«˜Ÿ, •6»”Γð¿Ãr&Vx ‰ÀYŠ)wï·eÕÊ=´K »‡ðd>­¦ŒôŒáG-,ÅèÂ’”±‡ôŠý‰¢#Hywìß5Ûc<ìà‹Vô‰d}p鹶F±åáêÊk¸*]W^!Í t¬Û—u+3ú&L01ˆ™vQLÔ·²Š/6©]»9| ¿É—Ù-…‚'Ú¿B*~_³²ÈÕ‡ûyùôöä‚G[B»™V爄¾ëyyŒvö~Èy¢#Vð”d",?ÚX¼ƒÀSl3n_\¾æ^ ë·DhN…¸Ë(ËØ纈„"×ËúXb»»˜”À‰ÚÙ(ðµÃQGéŸå“ÉæÚe9´ÃRy“õƒìÞ(MíÛÚЊA¯Ãà^£u™9éç ´b™&v·zèÈÛ/ É ú?hµ³J Jd‹Â< h⟞û£b¯ ôÉ^J*ÏöÀ¥mBdš³î:= Îà oAç{„ä•ÝhE8·Ù:ßey%ãðZ‚aWŽ¯‘½p;¼Vy8™RÎ#œxŸ «`%uqW<?ⷳà óôL´@qDtWðV V†Š…Æ Šn/ £æt.ÉÒ¤2ÚvÜÃã-êãö˜
+g w²Yïã©Mv¾Žù’¨w¡ýêË–Á>Çiu*ÍqîiJÞ‹š}xï5°‚ûß«“ÙÊJ^.K±!QJàÚ ³o#:ç8Ô‘A¥ˆ›§ù5m•T.ýl.}Ý ïa%m›„OÄûD\øÁÝãôOw2ž>éé$gdûKíV³˜qO4nR/_é†V(¼SöЭ|F„rEƒ7ßÛ¢(CÖÕãÎÀUE;ï>¢œìQ—%ýT$t ¡ýyz9·å³+Ã|÷ïýˆø•ÜOåŠu±Ã»²=&áäËIuFš{hN¿˜#Âç[F¯N×ñ
+W¡?„2YF0iPÓ‡Œ÷¯î ó<¬ÒïP‡6Ð'ãG¼N‹‡)[!ÞáT9€ð1® S Ë|˜¢eúmo^z´;K¤è²ô™”Ç¢*ÁJ
+e7'‡šø©Ò±?oƒs0†Mï°ØLK½t7Æ¿é쨆DïbáÃð’t¹{2®Î¡®ˆÇÿÒÄP’^üÈÞjû6/'ùv rgSÖxqS‡äÖe&n}º–û DÁŽíWš; ¨± ΡÁþõ+ÍEä.é”—àîçîEn.< þJz.™ÖpÍÀïÖub—6Ë­>ŸªŽCó?PO©}/=mæ.*}¾tðéìv ÅÐç#Ê]o¾ð‰sÏJ¦HÂVGñ01&µ©:ÉÒÕ!ÞÁ5H^€æ –õèÊåã«=[ØܶhBªƒ%™f‰2=AïàpŸûq+AoŠ;Ål¢ÉØɘ-®€åä}ôq*«°«S‰ä³± 6·*-‰B/Áb¨.YŸªðžßœÇ@é-Sã¸6Öý(DuHn[¶C¦U5Bk-“‹¥Z|·#úJ¬¨/N„Ã>õ„EÑŽ0@?~¨Xöý¸Ž· ˆõ¼Å˜«"õ§t¾°á¥«R‘䶈1]žBÁ<Îa;iE—à©öd|ëˆ1}Lú‚-ÌÌh<Ô[?’‘6êÍZB`™ß‡áoª7N Ð7KXç#ÍkäMM‚äüòSÝ-qÝ#£1¬u’«RãÑxŠ_‹íi6ímqš{¾vê DHˆÃ ®è†ÂZÔóûB=ìêvŠÓ•` i(õ˜~ $ö6‰»š”ûÏI:©=\I…k´(Ša¨ÿÞ™©l0é‹$·ÔH ×Wº˜«]^ÚžÈK
+² 4ÐTuì
+?Ì4Š$øõ¯¯D{É5µÙy³êÒð41É9ÅÉ„`ÈumÂÌ/lé¼é.k‹‡pR¥9è@„ùÔƒõZI¢%³nænƒßþ.pM"®6_]Þ¦á¯L5˜S¿¼š›þD¿®è3¢Qþüîë}v
+­™H®º¾Ñq ‰å3¬’â Fç`´‚’Õ£à›1¤äÁÎt¢z­È³«¡ÍÆVt¼W3]F(žåBî§æ£ì.vüqQÑ—î9B‚ Y%óƽŕe±¹Glu\‚NzÓjÙ÷Íaw;Š=ˆäŽJ\ûc·n%u–Ô~¤‹5êÔÂàYxS‡¬ª(*»”zû>X˧Ö3!(ÎÇw±› ö”ÏJ€@ž´³rѼÐ%ê:{Æ¥1”%d¡+´‡LÉ@SzÄQN:¨Ì'±Ê/g5¬)"$™>]¯$ªžZµ/~ÃÜžûfB”á 4ãƒ3Æ™‘øYçµÌ)ºmÎõÊÒÊ.±!“z4#5ê¸ôÓ/9&.VûWÊáèWÔÞ…ÃÐ$Í ó\JÑùcÂ0šC«ã}¤¤ k›Àl=½w RTûŸed?‘°BàªÍ¹o Ëg/î/õÃ÷fñ·†ªOl‰ýó¦™2xÂû`²d~A6{F6òn!B¨’µ“07Á/KÝ O@üǃb¾ïõŠjxüU$% ðóßù5A˜øoþÒx;"Êuàꂊ¾êÐÔÐxíB€½3#—ÇÐTÐÄáuHM@
+“¼¢– šN+ f™¨OûÕر®úuUS0›0é#zO™^qtÉcvÒ »¯O9¡ª=o¨éP·èUko«WÄÒè”bwËvw‡mZ[–~®ƒ‹íˆƒ©E¡Î•þé·éòÖ%ÆA(t«¬q‚Yº¡&\,¨`¹
+BM|7ÂÎ3nèZ቗\ûÓ.ýàÀ^ýøô5>GkegÂœ äpã„2iŠÞF§j)*‘"[{è6¼Î‘zk}59³@ÕDž
+¯|9
+
+^kLÍ/Ô„QœKIá“—VsГî]ËhSn†¬¿‚e'ÃÔ_´6 Iz/Xi(ņ¾ÛÑ‚^02ÁôSÆ£¡™¡a·ögæ½Î»]ÞÝÉ'¡æS¦¥DÒS¯öâ>â
+ÂýÉûùѨŠì¬)a„;¾Y”Ù| Ïx0å[/J@Ú¿³EvŠÊlqð‡é¬†¤òé=?L+gik¹Dºz‘ )ÒÅK9kã5$Ã,à4DZ0íói¯QòMOŒ}"Š¼÷gÖº ZúV|ã=³6ˆìÏ¡ìh³üò¦'‘[ñãV¯7íüÕN¯ãÄí§°å¥WÔ‰£³Ñ¶Òß ww:ÖÓ àÆK¯
+ð‚êBK,ól¡ï­›Wdc!hð0”|r"_¤œ/"¨P<
+s…®Ž˜t¼Ų̂$qXÐ…e³~g‘ â4ê„ü ¨5åðE·NYä¬cЬ`èKÊ{7—’ByöSòøAEA<b[
+Òª%ê
+­<ý0 žÖ? ^žª6L¡ß©«¤Ô½„Â5½:H6]ðv¼º ¸€>3d+¥©D¸W¦Û?%šWuì?R8óñWÉ-UåVoÏG°tǵjžMñÀ&ž‹§ qD"æÛÌOö·äJPÓº[ k×mÞ³,õÑwŒ È'VEÙûœ ^$ì‚$'¿W<ïÚ••Î§¸ox)ý«MãŒL‘^ëÑi¶Tßøë¨Ö™LÅð䯊–ý–}ÆW;·öãŠø ¬‘ªî×e vŸ7'/döÕVNîÜ1ؼø¨nŽá•"åE2^¼–EtgÜ )7ùË£iÒXI{sÏWš»amþEņ±,†æ<+Ø*çªÕ÷nØ€yÔ q°“92¨’ïEUø ÉƒÁËÈ8»Æ¿˜J7ÒÔòå“Ì‘©–aÃÁIdæžTÓÝŸ
+©RçÍ
+è«Œa<„Ø÷פìËœ´¦Ã÷³Ëê‹ì OçXôÍÛÌ3Þ¯HGéÕÈ´QØízÁ,[YrÚÎn+× ¿Qëý`©#d¿Û¶iìRO
+endstream
+endobj
+1961 0 obj <<
+/Type /FontDescriptor
+/FontName /SSMHHG+SFSX1000
+/Flags 4
+/FontBBox [-235 -336 1930 930]
+/Ascent 721
+/CapHeight 694
+/Descent -194
+/ItalicAngle 0
+/StemV 50
+/XHeight 458
+/CharSet (/a/b/c/d/e/f/fi/g/i/l/m/n/o/p/r/s/t/u/v/w/x/y)
+/FontFile 1960 0 R
+>> endobj
+1962 0 obj <<
+/Length1 1552
+/Length2 5609
+/Length3 0
+/Length 6391
+/Filter /FlateDecode
+>>
+stream
+xÚµ•w<Û}×Çm5‹R³ÄVJ[­Ú£önµÑˆ „±)5ŠÒZµ©½[Uªj«})µ÷¬½÷ê“^×}_u_Ïýçóü‘¼ò>ßó;çó9¿óû…›]ÏPPÁ
+e WE9bÁB »
+Ã
+"\Tp+=f À€ÿ6v´‚£‘G¸ÊñË@PRòGF¶˜½#ÜÅ )òçÜÑꟚ±wÿOÅ@M5%ÿ|þÌу"1FžNXQÿò ²ú~UPTDy
+ø7kC1h„Àë{~yþ×ç7=þGGÊ
+áh@Ñh¨')[RXL à  °Þ=
+b‹Ú\AQ
+bM#® Ö‹ýÄšA^A¬ ‡ßˆ}-
+be8]A¬ ç+ˆ•¾‚X.W;nÌĪr½‚XUnW«Êý7
+cUy\A¬*Ï?ñ?–æŠFÃ1¾Ö°»ÿo¶F`08Ü#BÁ¤ƒìS’0eôémÝÊæM `ü¶`§ü
+£œ,ÿT½_bèŒTñ“óÒ`¡ÊÞ»—5žƒ«N šü‹í 7‘¼õñðÍL_ÎÛYÔ“<µ‹@H>EÒši„÷Öw­i‚‡â “ÅÙn}HÞ9Ñ­ÞZôµ­£ÛþœnYþ´\‡N”Oa å‘tŸ©*qhʲW×xb—y[:¾¶µÖï6.0 ¼‰$á–†Ò?[eñ|‚Þ¯xbþù¸+#¢c¯÷,ÐíûeJÜ€|’„Žt4€÷ǘnyQl‰*†âÆ t÷!ßò8«Ñfôg§TýWçsMÉT³^€.”{5êf¤Ò¾5×i“Q9†Ódp¬|Ãçðñb©zÉgÔƒ,²ÅŽtÄ
+áö‰hò{ú5nQWDÌåVH´f/âƤ‰3YQ¶Æ è#ÆÚÙßÕ¸ÒUE¿‘â=h1c}!1µ`±œÜhLækœÔ©YŠ¿ö2—u’|rÛ8ŠÉ0ÿs*Qâ
+xÞ$m·õ2‘µ•,NoÓJ¶·Þ¼¸Q=|˜im-s…Ùbq†K×çïÓk”õn4 ¬8-µ4Þ/j!+l%x™±ò³ømÃ3:[}«jP9_jÅî'-ÁdÂÆÖwÃ3a7ªI†^ÆHmæÊA3ô™/5C‹y7Ó¨§—så¸> N†=s} £Û±Ñ` ×Ø߬n.á´ÝĘ©ƒ÷㻶
+¼ HMQul¢
+È#¶Ï~â’ôÀäöºPîY«oT:Ÿ=t/gÐĦeñpcø5™®›®™)šå†ÊædÂ8GW¥ ^ÕüxäP´ih²ßrçµw§·Š‘<Šó+_l»ì<¢%"­›ÁÅ+·7¯ŽÊ<]ûö¸È:c¸‡EüFÛ ž OG̵ýlÂï¶êKJp\–lÿz>/^ŽØ1÷ŸׯË?
+ôÑLëÜtðn~¨mY‚Œ§ºY7 þ OûùrÔúäˆSMõgiè÷ýŸ],¶ÏHÍÛ½*SfCnôU,¨20Ú{£Ë‚ÏÊ
+ý‚6ƒñÅ8ù‰ŸÉ·»Ì:ÌLÊ †ìдÌSã3ÊÚKÐÖ¸,ÕsÀ¨Y’£Bt<Å_Ê&6
+®ÏíŠXÚ|²÷"œx}š[uIxö<:´Q‹'Bú›—ÜtsÖ¦Ÿ;Õ¤™u·zƤ§DCŒØ¢K¬û(±ˆ˜·Éßó0ûCòõEœæð ;‹}ZejV–Š›N‚E|œn£\TàëS!ÞÓ‰C¥†á.º¹éþC-/æyÁŸrê„,º`Õhß“ˆ{Õwú£z"½Žƒ½¼¿òuwaG‚Ôh(O’SÌëJÖ¦7Öõ·Ó
+ì {vyš;xõ€˜já¦?hÐWj”Æ$bv`Ž_eÔá\PÍd¹§8CÀêY¥@{1J%z€S0"L]ÙÛz[“Û‘fDØ3q˜¢o²LbLÙÿÕuŸˆn[{zòNB0tb¦X„#Ÿ7/["zJBâBèõ®±7.ÕŸ¯þþL>é…¤±—×üMvv„e>ì
+ß.ÂñØä
+e¥ ž¯jRßÅ”Üí#âjasåm‘›;ŸÐ½v
+›©ç¯ Uºïh.é9ñ2{ܘÖzHOÎl¼…v6Kq;£ñ‘‘õK¾ìζòc½½‹¿äh£ ý”%–\;oüEðÁ×O´Ò£”2Ñ;‡K.ít¬]áE\Œß«N'"µ(>P%®j×9øÌhXŒz/ÑuáõéG‰PوЮß\ÑÌ'r‰G,¤`´†'†\aÒÏóX¼ÆúxÜcV‚†’ö4Éx±T¾4·©=´+ñÖOÀ>µ˜>’BÇVo±·é&#`Š…4"þáõ­ö@ ›Â!Q9RÔ,;w;1¢ß%AxòÁ¸r®x pND\ˆIŒ™14+Š·éȃíáþdëY¢ü=±ë˦šaƒ?'TfÏï¥Wny­Ë¾è­.©9ÑâλÍÆçþµóT$çè§2lú.€“J^Oáï›ÚÈ­áâRŽñòYØëq® RÕ•üý$ÛyMÆ$ĭЮÕ5‰°ö°Ý’`Þ¯O(—œ¸Óžñqï¹q?mU¥”H;²™E˜aÈsT¯Š¦)¡ÀF—D2=›j.wJLYU†v¡ômóíSêURö¸~ëõ”®rjå9““@¼Ç>ÍómñscŸt|~}®Â/oÂ^ª²3WÏf¼)õ‰‹y£Â Vâ¬,Z—,Ý—e^RÿÌú[†(AL:ä¼×X•ä)û¹|“ôÃm©êwtŠt‚¦s\ŽìŠI©ç
+@:Ü$‘ŠúxÜ).YAf;6OLRb•åœ/á4ž<<š5s‡dÈ£JaÁ“·j!â~§=¯@û‘åx$I\‹ §¼C¤±ºN¶„²Çóx®ýL…T8áúÄ„ã[!ý-}›Zîè(­³íó‚þÖYŸÎñÍÔ·O݇SòŸlifwËH¼®jÓÐHÓž’ .öåƾŽ™·H½·"WÐýñ3ò›ßS„%G$F‹6šŒÈËò½ŒÚü'›ó©dÈ,¿{ë«. TŒ‘Ø;ˆ'ùC$ñóÄÎê5Ï<©`ßh¿üšá›<¹áÅŸ­l“ Òêíd} ÛU7D] ÝÈÄzæW¿À_ØÌQr§¨HáTSkãñõ^p?Ì—­§5æ`¨š P;–Ÿm•rU¬`>}DDçRtÈL
+®i¶¡ŠbÖÖõ­‹u¥?âË;˜î}7QBTöÅÞ¯¼“‹u?OÜb:Õèq%U 4Ù(­ùñ¨njÔxcLÒ>ÿÉ% ëBº-Í=,¡mÃr­ß+#ô"sâÖ(ÛõiúÛ‹M7°úmWÕyCÀó»öR 9çÍ¥:t6$%'R9
+óÒX“j¢—ÔEޣ̿dþñ‰EÐ3(/œ=ˆ\”ÅÇ­§úx+ÀpéøÔ«}’M;¿6f3ˆ5Ÿ2Z½²{ôjm41Õq6¨gÆR+åòÍŠWÇ`Œ³[õ_~0úƒBÔ³—ü>ÊÏãq„6z§;µžP°:?µ®ËX—åñà|çlI™/Ï[bp`½5æãœ4kŸi¸|Yð÷ÏÒÌ~2ô…r¹6L6›{u¹ÿÎú¦{°¶û«EæÃåLδ~¦±°éí­
+îûã]‚šÙ:fÂ…%Jò™ƒå;3¼Aješ­D€COÞ¬½V²»GM¦S,Û>gÔ1‘qδw«ŽÏI sˆ,¸‘ÈóQ¨Ã«±€)ûüDæ­Kè’ôo`:aZ–’nu¯%ôÙÏ›ÁRa¿Âkf­ó|Ò0Í}p¥(RÛgX“9gjl­þÚÇtkûÈ\ç†jz¤@Õ=(²x^ŒG_¤ ¥c´
+Rν®§×-j«§/ç6þäwÿTàÛ7v<¸esg¼ØØÐlâ´ÎZ”Ôû²y\IöÄ{Ç•Ú ð@#¼N=“Ÿ{ÍK÷ûýÃæÑ) æÿ!Έ
+endstream
+endobj
+1963 0 obj <<
+/Type /FontDescriptor
+/FontName /JGNEEC+LuxiMono-Bold
+/Flags 4
+/FontBBox [0 -211 714 1012]
+/Ascent 756
+/CapHeight 726
+/Descent -185
+/ItalicAngle 0
+/StemV 146
+/XHeight 530
+/CharSet (/A/C/L/R/a/b/backslash/bracketleft/bracketright/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y)
+/FontFile 1962 0 R
+>> endobj
+1964 0 obj <<
+/Length1 2434
+/Length2 11381
+/Length3 0
+/Length 12577
+/Filter /FlateDecode
+>>
+stream
+xÚµ·e\”íú.L7HHHÝ)ÝÝH—t 0ÔCwIK—„HH#Ò!Ý ÒH‡ t¿ãZÿýàZïÞßöþ0ó›ã¬ã¬ë¾î¡¥TÓd•°›eÁŽVN6A€²›'Hìp²q¡ÑÒJ¹
+ìä岶üõ‹Á‚ñ_j€¹@d ´{
+qq³øØ`ñ¿uÔÖÐeffû†ÿ›q¡X‚,
+ŽVЪ9þ-·tsú_:w ‹+4 €ÚF
+ý ²
+úS€•Ÿÿ¿TZ6 ;G «+€ÿõ¿T@GËÿNº
+ò+Áíéke¦÷_ÂØjÇ›¼föœ¶™¶:ìéÛSGŸHý¨;óp–éZø˜·ƒÙ‹03öuc|Ž§•WÞòrèl¯¨k¾G"kyí‚r|ÅHížø’æÒ Ëß"­:ÿv- nUþÞ>]ÒîÕ%}Ï`_oû)bç sN*­¡Êe2ÄËÔå¼ÆÔ Žäz87fðnì.Ä}úqÌ«±ŒŠ¶L¿ƒ—8"FJª”…`âÍ\Ò0ìþ ×:Jøæ”eƒ›òò‰ÿwÜݶ/S¨
+0oñçÈì“2}﬽)ùF¹hÂÅb6-5M‘w8©5’ÞÙ.k_ۉؖ%…ë½&QöiÉ=á‡~ÍŸ‰»Ùí´,SÕÝܯۧèNÞ©†Ú›³ý\(Ïæ_›ŸI Œ‡Õ™ ¦kµ,âÌ9Ê_2QáTœd'—Iwâ6©6±—a93ßùÑQçÓùÒ²ež;¬™¡R¨§{÷Aºf ólÉk6æý±¦ls=ú ÀÑ:£tî—CpLxÐ^úË‚ÌwÒ8«Bòx3m.oüg*Iâh}º…Å›ìsŒÎ}£µ^™°íç|<|¼˜wN‡üª“*¥ðûåC«E8KØ=N2[¹¬ì;Fþ¸n*õö)Ýn‘®¬daP"W1<k€KÕ»x/ȹSPÁH…Ie´L0ê[¾¹ n·_[»ü rtÍA^Æ;
+,#m.ʈ=³/;=\g}üm]Zt·£8+‚4ÜÂÄÇÞ,þ 'Åä쪠žc$¬+)±_+$k¬íð¯4<v ³ÇÌ¿ñ‡ŸÐz´£"?¶f¦½Krˆ‰ä>Ëskîȳ¬XÁ~´¶º~w²qZ{¥¹çã‚|Œ¶^I[° %¶ù%G!
+}ïOa–MӫјLÑ-
+)š¨ú†Í±y6Ü`¦–“<> )AóâæÓý\AdJYDˆákW‚M‰<4ìÏIá[/;-£˜i«¸|¿ÁCðztÁ݉%VeA8¿­Øæ³þZgL1|á[C†¬s»¬³é¾|jBG§¥€×ñ‡ßÏs3 ’ž.q3M5 •MÉÁƲ[øóñ3XÅ„¥ÉÂ%\ãˆúª*œ;sCWŸ/J›NSrO{~µ×nSÕ ø­/¸UÅ\W
+‹ž•ÕõÚèVÙQ²À|±ê½‰ÍøY,ô(›Uh)6áçÈG¯ŽrE'Ó^§ÊrE3Òuš[Ó˜%­*cÙyðM¹9¾€•0•…èøÞrù¥!£7Õ¾‚j »ŠX¦'_w}…o£ªH+cæsÏ;ቃ†%=ž'‹„¿ÝàPñ¶þ¥å ùÆíÎøM3R˜Œ€˜jýN²"ƒ‡›Y«Iz-6©QzúpM=Ä—á«!~aVkïwú¯‰4ðUÅø€P9!²i8õLT'ä‘ñ¡ÛJv¦òo^ÅKW!ó7e&gn¶Ò©WÕžãk&Æ‚ý¾‹ŽX“Lãƒhäß#ÆÉŽÄôDúco¤ï­}ÒeGP±ÜXGaa­º<Ãk8Þ~N&Jaa,›IL†øÕFÀž_]›þRuË/í–8•(J3–nÅå‚—/@®`s7ž41¸Âx­5Ê­4ØêÉ-'¹+´ÀèÓÔ«ŸØPj¾ù "‚6Ê.ªÞ˜d趬ž8>ñ—Ž Ÿ+Âfâ½cïm²SiÇžÉî+à;x³gB+ˆÌS4à½^Ê®?9(æor&kgR¦©C8¥h×6Û‘®ÃZGº1ñ£f\ Fçr±Âš…F}Õ$–Š÷“ŸÿMocxzÔæ&¨hh+[D{IQ±º3ßæÂ,“Ó¿""ÕÒoD®ã¼ƒoÓûÎjú §óè˜`©6Nا׸¬Gf†Ì¸ ù½ˆ~^KÂ77|¾·¦”w³ŒŸˆÂœ;/?¢ˆÎ(ßžGIJ!E‹ÎpYßÑ}d
+g¸dp—b÷©£hµŠ¼#›pÔëë+¿IŒÜÏÏ-ÑO™]TÄsdùå³ùIµRîµ”E©Æá}Ì—Bâ¨ÍY¾R³¤º"úã6Æ:]»Xþ‚W1É+MÛ»x>J™½tìÁŸݤr°>VkÌõ‚‰ ?î@hÍ»Ç!¶¢5óXÛ‰¸s·&+rÛgÃVŠˆFøÊq „éÉß•¿É
+£ƒxiî<§AÕ“ Êè-C~yFÔF¸Ö• ¤òîé:Ê{¿slVë
+!¦fÖÝuÁ¢™È.wØ6Ùi: ü:ËÛ/c` Ziæ¥G¦G5²¥z-’ïdð*L·üAûgB“A |²áöHÎ&>…÷OX“2rª#¾þE9Q ‚ï~ß¾dÞL™C/%´ã›;_fï´<
+‡BªKíŒYÍoì×ÂP¾IfJúj«ÓÍèg!K046ˆ¾Óøé±hÙq.SÂÜ×A"`œ@JlòaÓs{Ó\\ŠÀ(»×Í÷˜þ'g -ñ©¸DRfMS ¿ǶèÖ«û‰(²
+
+U_[FºezD6Ý-¾ DüjSiênÒ#‡iµÈåà9ŸåÉP%O4¶œÕž–—\"ù” /ÖÄE£!ô¸'詆ÕVb4Õ¼lÇèôÒˆYR?.ó§!/³Éý
+hPÁ£ 8÷6 søuÃ$r†\%Úð.÷Ü ûÝ:‡S1„˜÷k_ŽäçlËzv,¿8ƒý£%Ô µNd AvB%¼KIÊ9‚ø®ÚÉ•û’rŒ"»Ä ÆzQ šKúñ7É4F  –A ~|–M?a ªw>¹‘?lå
+XÜ t$q¦P@Þss¥¾Ò Þ´‚£w•½/œ† =Ùe‘L‰U&š.9Û‚Ù5<
+J‚Ò´¬DŠ)ì\´•r+q¨Ì}W&§,ïö‹ÆÝôßj4*Š3ÆʤÕ'æY‡"Þ*b5S{õ6¯ [“ZÎÞ{·ÆU|±š·˜höV+´¿ˆh–e¦f0°*»sβÉ[–v¶Ž³–Ê[ µ>pdŒ…!÷¿ÎDÔzp\â¿õß6ÝwÿX)©”‚ݬ^òuÙ˜&GÌ ICØÀô¯õÖôòþÞ­¡Ùª¤ýBYÊȾ½õ…ãrŠ8 S/[ëõæc²¥ÁÁD¬g¾ò²Óž~„àEC6ÿ=OK$ùãÈR;Bƒ”¶O55BçS¸ÉÈY=™(‚ý§ E9¾L¼õßçu´ùË%ªÀ‰
+Þ/Š\ªEOuª-Uü"æ¢ò(må¿{á°z`“´)pù çZ¾ˆµn1ªü ÛJ6èïúÅyu j4å¡&x 6_&ù˨˜'BŠç>a*¡bðÐSÃ&|¸ÃuÇPæfõvk4å–pÓ$4?‚¹ý2?˜ ‚:îÃU]·ŸCã“ae{‰„ד(eÚÕËO‚ÊkM+³†*^sˆÇš—Å æÒå¡Ý'dü¼u+¬île0Û®ÜaM{š/0U9“c»jVൺ§ä Wðj[¦è"7µçf¯tn)Â^„]FeO3šÖ˜u½CÞag',µî×]·xä3/–LN2Œv”t}ì¼­çÁìÃc†£âÂxݪȸÕ6±ò4€x?ómÛßÇú9ωří@Þêd«/ô¾DëóüÔ–>,[h@¦ÀÖÄ æ½ëžyc©I#ÔcÔ­¤ãh½;öµÔ)è¤ÐØ7©%$äcù¾Z¿ –"²»rã}É™ã¦gRËaNÇ6q½b2?ðXÄTT×vG×¼òýýöºQàùá— yˤ31sYÕñ¯¤<
+vôwÍú1m¹)DÚ?ðÊbž‹ÝÒEÂÔÙs€Žó=…ۉ•IGNÚ›Jƒu˜ǯrš•¶VééÉô±ëÅég®I˽œtiËMˆ?Õ}–"ü¿ê«S2÷ÙÛÎ{ÁXÞru¾mY÷M‚[ß’N$æãUÃ;O§à;èå÷}Å»à—E¦3uþ•Üh\½uûØuÄbý(þ}jƒes…\DZἧpû8¢&ãQKëh²6'çA†¾+‰Åž®uñ 83,U-U‡g,Ý/¿Qckjæi;–c
+ÿôÄj®Voà¦hMµ'øfر šP8ñ=áÏWþ,t û"Q)r¹ŒØ§ÚmccT…§ b@k‘åâ`®P Máq1ÁW+„·É´Ãþ†ñ²5Oƒi`eÛ'RÂäV“*ò¤Ïy“o¦¶›dô2¥UûÑÓ¹ºm´–ÏNñº°½
+ÕÌ@A˶rÆI9Ûj
+¼wÙÚ~pø®§`·8 êã™±WÿrÏ:L;4µ¼8 ùe+&®—À‚EãGwã/‚ð°æ¼ë(WÞ´°} °ç®Å4»îw2«ú˜&‰m"€ÜËì=œ°bu¯@”âp¼+y¥Jy狹±óÍ|?“úe´y áÀÊ䙆—¿(½U]gsgϯ
+gaß'RU–E ¿|¶¤bÝ ÜŸ›Ú9K`—ˆá6åX5(Vj ºÆgÂ25ZGÙÈi_½ðÁg´GÍÐe~ÁóÈò+¯"_ö-–P7aÇW™ºvm®‹í˜Õþæá=ý¤4¾AlªŽó
+Õvä¦Ç=W¬SH¾žµ­Û9ÏF.ÝC¬'*g[›ÃÝñ¢ è%rj¢1± U'1â.¡œÊPz°öݦ;' Ü‚\UáñÁÊ¿·=Ô{ËnVåP ÅTáŠMùWÔø
+'”×· œLóS<V½Þ\ç­ô2ÍN¹më(/—TÖ¤vÝ œnç,è›”Ð(Öδá¶\^<}*l@ÃÊ?ýF³r­=5ð}õ%êuÖár4Rפd)×PÑÓZz^ ý—÷7(Qö÷ÁŒ·>&>³ìcÅ dÑE «È®×‘Èt.MÀ%…´êµpNÇä•O
+ÂV¤Õ‹ô7.ŽÙlÁ' ÝÒV³<_ðw $ØIÅ>ôÿŸ©Ý·E‘p©÷÷ãñÚ\c”ãÝ©„ ¡nÔȔʗ_a'Û¦_ç*î˜IÔã$!eΤvïV ‡/âoÆÙ‚IJFñ'$[Ú)Lú{R}£†5%ÏÝ[D !጖Êõ_ç´õÌQ~‰Hä"õSs¼´ãj¬M|«c=µð°Aé©ÎŒ§ï“Š^\j-¤™)ŠlŒ‹*ÓqÜŽþDqÖWár82½ ÒE0EÇÍ.HŠõq{4Õ§sMÖ¦kõ”¸8}ûaÙ–iœ€ZÕ4×4$£OFJ±zOªàÎë!(ëܹdâ,y¼Ã˜D ;’ŠÔÙ ³Ýyä$/\Ó Y>=ìøT½§ßß}DVX¿hÕøD|]À-­Î§‚’õA`œ%1 ƒÙŽáJ])j£õ”!?È¥Ú$½×þ×KÔW—Æ™ð3øõþ¼éuÓâH/p©\ŠqK ¬ûQuL‰¿TÆۚݶÍTlCŒU)NY>ÊñÅŽ»w*çà¢Èå
+MS¸¢ œéüªÿ¬AÌÿÂ/nW51r;Ôå‚œ7`Šûz…UÞ­ 6F“Íãîþ\¤#$æaÙJ\_Êœ¾ºíTZfÁ›/»‚—ZrÝM事ïãÒpxzRó—ÅÞ —*×5xÕÝO´)jHV|¶ ¡XȬ¬º L…a8–6<ÇÕYÞ^Çx‹BM™¾{~¿wø19
+óCÓm‡«êĉ;¢~!2õ‘y%«_œ+À¸BüÒ'ëK±}°UߺPàîé÷Õ-G© Ø¥‰éù’ëö†ézG%¤C –Z7¿!Áý£ÖÀò„u óå)–í´œÏ\fðª®Eˆ‰üwQ„_Eì[ʼ
+z8ó+ú,tÒ—ÐG „¹°Ä%ˆ.™¥® ÇÝQŒZ˜Óú
+“Nµ{x{¨ê"ÀÍDD¡®ãW C‚î|B/÷áXRâ ûóT8·Bå>=þúV‡.2ÎR¬€¦ù[`{XŸ[p…2µc3tHûØŒWfâ[Égpop¿Üc:Ѭ:arQ³/õŒ¶£î|;,f{3Âã)Ùm ¼Ô„äÛ]©¬â­~DgãáAV4M¡ª‡E{]…â ©›…¾òb<ºMÊ;³“&õÛ}mt-±^„¹gú=.&ÇRÃÒ–êWÆ(NY‚è(ö÷ LL“ÇúüYÍ‘
+ E,ʶ­CW2»Ç‰0º2ÒmoÓºi0Ö=’²…ç"¹¯¶"Ÿå)7ô5¹¦F[Žƒ^zÞ©ý˜¦ßµâº «=5³Ý/‚EŒžçwçdy Ä0ø2Õ‚ÑçaY MíCRì>[ií¶¶q™=6ØU;^éR~Ejuµ¥ö¬}ùÞÁkàúC_¬ð7y#¦ËpYÉãÀv-bþ— #|9=S]|µMQÜ‹zúqµ§5óA2ÆZ´‚pÉÍQ“&KÂðöEÚJ[Yä=:“$¢Ÿ¯ꬱӭŽàjåsOgéèLaù€jRI€~ô²ˆì¦–bîÕì†öÏaÕÞ¼¯›;¯Ð^Z/íõ´<EXnmæínŸ…§#NŠQØîfÚm÷DG¡ø£×Öë{ˆá%¨‡I_òh8`TŒ!‘CßÑ(ðôºÊ+œÁÞXŒ„B
+Ä4SgËÚ?
+êgå%X6H˜™åŸ^´"©¬Xk"¿ý]3oÁtpʈ!fÈrÄ4[ª¢;#Ù&Žæ½ú­}Ä^ìžÀ%À¯‡MDù%]ò#_y•Ô,®«fœq“¨Ð]1O±F½ÆŸÝˆqNý2±zr ;eúÝÏÕñш)r oŒþÌ6&±f`X…^ˆù.™Õ˜<8àãþï†èˆ5Ù„jHÙÛò†±¸¯òÊ0&/qx+µ^Æ2‹Txº›Z7K_/5
+»äë$FTŒ½1Þcÿ7ûWRΑ™tBAëÔÉr?öc³2ÈTÝéEÐ’Ð{]ÖD„öûo \Áñ1<Š'¬í|/~^iˆÀh«¦âä£}ÙRß+:{pÞíþ€0è±™´¯¯§õ¾e·2™ œ¿êþÊ/SÝv ²ÍdO‰'™Y¿v5BÐæÏwÅÌ®é9Ì2ù(¨B"ßí\ÌÑÀ²þŸ-ʇqb„yeýÉhOuÞˆÙ¦óÁ¹Ü&C0IØ]‡¤Ÿa÷‚Ý?72„Ü×2P{TqÎuõ‡nõöÖ×(™Ù äEVüH|­‹PÒÏYŠÒÍˉ6<JÁÕ¤¢vó¹]¦Á#µ°çKït]j£r_YÝa[¡¾]úÊÔITÜ,9ÉÛLþÅYOm
+Ë(˜+䇸A=ú•=æ@‡ås¥°Í­ŸZÝ>ãÒcÓ™ _K²òN>u+»{Ô”HÄ©~€ùƒäTQN2Ùy©t¢]+Á‡Ó×EÁ\†ï'ÍtßW:u3ª¢…Á>øȵsÀ¦€ˆ
+÷áe£çÊ•½^²CŒÃͯ5XEp ÀöÞhëIFÍ,M(*é².†Þ~áw'̃Žcþi;â0ÑkHóz‘ú›Í ”ó«ÚH
+K7Çò&E\2Y12õT7ó›42ñ¹Ê)&³ku4 †¿@×õ±M†{d¹Ÿ™
+ SÍšpl[\FÛ^n‰\îðK@:ëÞ¥»K·1;¯¦ZfS´Þ»+ÞBlWœð 2vSDr×&úz¸¢/£Cö„ Žbð²ªÔÜßc „d-$MžëJíÏÃ}õø=ÙK±¬ªz‹Xk?u.µ";ÿÃKÅ]ü•ª~Öõ¤¾ÿ9[_n Âûú´ž"ÛŠ_ÑÄ‹HÞ›éCQ±[¿×a&z®½v¿þn8¶Îä²z/hz$üæ¼»_f%C•=ó:¿5wD‘®v×$ç§ÅÖy»‡ˆ•ÆZsÂõœmÈá€ø‘7ŒÙ*3í×dm º ÷|Gõž£_i‹g ™% ªù÷=6[[Åkú —uY75¸¦înc©úÉï
+äf?눨Ê'¼›'ß¹<|ÜÛñ¬Ùq&!Škñö!ðÈì‘Mù-“ôsæ“ñÕ1UÅY œ¯Þ´ôh\éå‘bkvWmVj.-·õ¢ãÖ€mLj°e€@0L.òê $Í¥hÁ9C“_ßÏ&¾‘½ ÿ]ûzjŠ|ãTõy† ~Îøø'ûœ£åÙüt‡eÎé”aY¯•\gÆÃïEHÊ ·±÷ìm›1™´£”Œó|orÍSG°¨ÉFÍlωFE®j
+:¤_L†¬ ‚ßÛØäíΪ¯µá$ Mè÷ ´5x±I{Ø4‡k¡zú¶DµE)óÙâ23넶˜Áz€äÆy%y…¨**õ ›E )"綇õ<jÙÐœ~rP»'” Ѥ?™ˆÒ¢½àSî{Õ˜‰-ž-ðÂÀH¯qù+âzÞ¤"úí
+@>Iæâ•%QÒ?C]ræý[u +q÷ï²ôÔcJˆ_ä
+A·».ÖÜjöT>×|•ñJÅ3äïÕýEÅ*sÙ¦)É,ë‰ð!Zh Ýï ¥ohš@Û–0jJ³ØB°:Å!üÉÁMÞË·Â![7œTÅ–0?ñU5v?;g<UpÒ¹jMª™Eãøýx1æ­à&%B<NûôÁ¿§x
+Ç ½.ÜF¯m°*‹¬ÏÖ“[•hîK(aeÜ~• 8ú¦h12ö^šù0] °üúÖàœÿ yÌaËÁô\ÝL^ú•âÉƧâpÒ“TÇot]‰àÛvÝÓš‡Õ²ë„ŒvUçõKä¹´C¢b^cªñ[¬}–nTj;&ŸI?þf·HÚý4[ì¥Zû=&"Þ¿P’t¼:Pi,÷­aaÕêȱqrm.
+¹j#û£Êxn„øŽxÿö«Ÿ›)R+a+Ç^ê7'V+Ý„èçÂÂhíeÁ=ÝbôîÂ÷ƒ…5©3ÅË_0ª¥Œ6zbàˆgˆäâ’á5Ã(U_˜]÷ëû¹h—Ëþêœé¶Ä‚¼i¢þmÛ•k{ƒCJEbtÖ*´Å•v^ð
+£ÅîŠfñ…
+ÖñÔ“üÎŽ4^f²Îô©µ¸A”šyG6“bîb@A <Y%6·r¤žºGEÁs'µûŠéÜk ô¨ÜÒþ(3¢xdþØõ œ"¬ Ð“OÖ‚_áÓûq4~6ÆFŒwVCê2rÙ€Ë]÷Ù8—‡íRô(Q³`³Eù2/×Æ”V:ñãPà…mæ‰÷û­LRŽ 'iYáåh% ¦ßáyí/«“[aý]N|IzÃĉrYèѽ5ÆD¬ ¯O×¥Ðdá¶~çžËã37¶,"fØùè»Å~}ù7À•œ7N| ‡¤Óý­Òí'©Ë=Ü´þèéÜ+„â€×r3™›#i×I¿)Ň¾šbi(
+Vû2cNÉI¶Æ+Ü– =ð£<î´´÷açľw9ßj#T¶¦œ~Ù2>²Á_H²ß”¼ÒtàÑFË@ÑÑPy¨<NÔä¡Ù€*O5*=ÉáÁ—ÃóÌhÒyšŒÞ.ÿtLÜ žÔ…9ºëmíR¿ÃÓÕØCˉQêeùqÔðbÑRt°A˯·Bo±j‡{ÿg­ÑhÂŽÚ¾²öêµÆCâ(ðë¤
+×NZ>m<5ó´ef©~º`s.÷(+’z¶¦©v?úYªç>5àbW ªØb÷šÑZ-
+d§Â!hȾi¶±žýé¡_j4°"¡mˆÕˆÛ@B».Žÿ©nÝrã€<%v%»×Ó7ø}AzÕ†—?f '’h:„ T®HÄš®È-’F£ø¦™Îg¤q9É'|kSpªîð%HytÌ ö§H4KᨧB±¾
+ÉL>ÿœ
+ºB 0.°{¤u3ÄuùAX³h¥¨åLRBR‰ˆóAá P2V}õ{í,ƒûj‚Ùâ¬e~UoÕ©ÄÌ Óàà`±–¢Á#»T×pòXFâyïX s}>º“FG,7ñ~¨›­i.Ôû¥^¨&&‹… ¸¨îD½-Û¨[d¦M1u×bÝöÃWP¿P’pO5oÜp˜Rö\3:è»ì¸\ûçl§³ a<w<ëŒÔèîh^ñ‡žvÕt’UN[„ë™&EÁÊYý©1zî_õù(Žb_× ˆ’Ä (5{Yyz*M _ÅY~ y£íe‘²D*dÝÐÁC [Óýª1•™{0YoV}âç-Ï©xžÈ¤íuï~Ÿ@Ê™p\ýÄÝ•¡¤ÊiFñ7¢Š²Í7Zè‘᧧ÿÙ,—¢Ý)°AŸFÂÒÒ⡧*exú95 ž‹BœD4 o‹µ,gжÖï—„vÃ
+׿ø[ýA¢òM-j³ ñJv$HÓn…WsæÍ
+endstream
+endobj
+1965 0 obj <<
+/Type /FontDescriptor
+/FontName /BKYDRG+LuxiMono
+/Flags 4
+/FontBBox [0 -211 600 993]
+/Ascent 779
+/CapHeight 732
+/Descent -187
+/ItalicAngle 0
+/StemV 98
+/XHeight 530
+/CharSet (/A/B/C/D/E/F/G/H/J/K/L/M/N/O/P/R/S/T/U/X/a/ampersand/asciicircum/asterisk/at/b/backslash/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/dollar/e/eight/equal/f/five/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/numbersign/o/one/p/parenleft/parenright/percent/period/plus/q/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
+/FontFile 1964 0 R
+>> endobj
+1966 0 obj <<
+/Length1 1601
+/Length2 936
+/Length3 0
+/Length 1724
+/Filter /FlateDecode
+>>
+stream
+xÚ­T{XLi/bÛIØìÆã²>%•š[%M%µµ©4‰•ÅéœošSgÎ9Î9ÃŒt!Ë>ë±DˆÝ\ʽV.»dº(,rËX›äÖŠÐãQ±%»ßLȶû‡}Ösžy/ßïý½ïï{?§aQJq
+‚ ‘Q_„F„
+T ¨à M&Ò¼að
+£Ð`Ìþ)49Š¤!Ð<; öðPt‰Å¨I<‰6MÚËÛ‚4ѵ¤‰™¿4tú¤ ‰Ñn{ Í)QHg!FÏ"V¯ú˜Äo @` £Éb¹ ±Px¢uRÈÐG.Kù—jf$y§= 8RâPË2¹¹ñW¿NëË.0iœ!LWÃc”7À8Ó‹P=dÉrt¯ ¨3í†H%4# #€Õ
+)¦™6ÜÛHƒ %`&·èoи–ãÐ3?hX¯móN@¨ƒ¸èš‘Áý'®ß˜%ä÷ßRq6(®´XÞ½b ›{ f[Nú>ƶ~ÙMÅîÙ/ö/‘Vú¾üIåÛ~7ldÝ©b{ÊÙ ÿ08Åѵ$磚GG»Õ-’Î̵Íj˜º2¹±*¼Öjº·,¶îÖÙÉÑ3w¼è9¤ò¨'gÝøÌ5ÝqnNúÇÃ[ØÞ©øº¿ýäXßB »ü­F|Wÿ¬ÅùÄé“å†'=JîrÛüí‡N~XÿÔµ†­ô³¹¦ã=ƒ²¸§º”ÖmÚ+¬Eê}½Â&Þržg,xrƒÛ¾©=maßúÀAÄY>±>¯Þ¦›sbò)‹ßüŸ–gŒ±H/XE]¬W^4VG·ö
+ïw?Rßv6îáâ’ìèȱ+¬7Å­¾”4|ÀWJ1ÛìšâaûƒØú.î•vîòýóv³6Ð}ªU4Õ¯]}eĹÊeËK­¤ßh[Öù—å)ó}ª‹.+—gLú¹8-‡ÖìµÇN­LwýšoŸIJ5Ô¶µŽ¯ìqÙUœs8o¾UÀàM6k8ÿGˆ±ÞC3V%éîÕ\:\ïœö©íCýèUc«+4U¡µínû, µv5ÿYÝ°}¬ñë{’‘Ó’?¿Þœ·eÿ‚ÂCü » K:L½ª¡ÌÒ¦iÁóÜqN>{ÊáuÚä#76†Ø5Xeö¾œÚœ‘\khº`?ÄïéHËt]Ó³'3®µuó³OƬUß¼¡pAvw—úƒ^–ìö—šÙou¬ï²mO½²‚üÂWãø¥Ñclg%Ä5´õ:—¦IÓ„Ñö@Cíˆà3m¾nxî'7_m>8ç³Êg·óƒ­{?N,¯{1¦N3÷ʹ›^w|ïøT¢:¦âp¨h¨½qê/߯LlÇYΘloUå€]ƒl£P¼ðüjwQU£íóKM–^ŽiâÀÖ#'œK+».·´·´gÅ9ì ÕK¤îy¹Â,e³Ž†Ÿõ. Ötg·.ÜãWPxÁü°ÆÏ‘ýÊ_*ykˆoïÌ>^=øÖ×úk@Þ0rNåáš%Û?ŒðŸm›SôMxŸ¼~v‡EÖvíp`Äô6§üÜQmýH[Ê= ˆ»p%s|¯Å§= ž.}z®X¹ò^¼Íé2ã^嶾ªïÅEëCoñ=ã·õËÏ?ÉSU˜8¾×ÆK}æ»J&èOÅßskÁö¶6ºQÞ>ÜãƒÛÅÞ,›1ïúùÉø£k+b¾SϹ¹­fûôèÌÅÙ6ã2[ñÞU%¿†ï’ôü ÞMóW
+endstream
+endobj
+1967 0 obj <<
+/Type /FontDescriptor
+/FontName /IZMDER+StandardSymL
+/Flags 4
+/FontBBox [-180 -293 1090 1010]
+/Ascent 504
+/CapHeight 687
+/Descent -237
+/ItalicAngle 0
+/StemV 0
+/XHeight 0
+/CharSet (/Delta)
+/FontFile 1966 0 R
+>> endobj
+1968 0 obj <<
+/Length1 1669
+/Length2 2368
+/Length3 0
+/Length 3236
+/Filter /FlateDecode
+>>
+stream
+xÚ­Ty<”û‘,)Š“­×–u˜¡0dß·á`šy‡aÌŒwÞÑŒ J©Èž&E‹%YÕ9IB¶-¶ÊZä!•¥(ußÑÙn÷þqîçžægù}Ÿåû<š’‡Ê’@ÝÚQ)0
+£‹6¼`…€ƒ^¬H
+á(0H
+ãH:
+#Q¿Áªî?Gê?@é?Bè?BçÿGæ·„üÙzÿi3¿Å±cÉn¸H„Úß}T2pù_\$‰Ìú»Þ¾à×ôvƒ¡ 2úÖìãÚ-)¡HÿQXÝÆhìW‰nGb‚Œˆ82ÒœUý
+„È$
+ˆ¸Ú?
+oǬµ”çˆfBæ33„+>†
+* ỉ¡®›\õxEñïë¹Fifê-‘=Ž#+ÚÊåkjß•.|˜ºlÖw|BWËí<¸P|¾â@Í z dŠSXÚTÓÑùŠì-Ԍ˚ãùÆ쟆9Vö’Sk³7tÇ-$°GêçI+˜Î¹¯9Èœÿ6ðÙG~SiŸ’wöN~^Ís\Y¹Ï WMöÇeK¥û˜$_šÛqÆÆ\Ù‰ Ù·ë(™0 z‹‡zW‘†(Â9ó®~“ÀBŸxõÔÈv»ûM´ñEK­ùO®G¹—rEMP'”¶MêPª<®)é½ä¯<s¦Ò¡ï(1ˆøÅ“#V¾Õ¼rÚ Sý,v¼lzyr®³Ú¹ÔDhÁo`øÐvÉ ‚ߎ–¼à‘*8È =˜7kža"`/ÉKᵸ«´Š§ ï«’u²ËMQ©}Ýê í0\îˆçw™Ü4ñ˜¾ÜiðrÙžá ±æ¾2‚ïõf-VªbxVé.™AÁL }5ñ¦2bÊ÷.’ë6¦š¹Æ´ÔÆÕ&Ú° ÙRI™lL…rºPëU·èåtåí1[3¤h(Åæ0Þµ§;ôÌ…XÞ—^{±cÇ]2õÖñ?å-PKVî1ƒæ{Gƒœš>ÕwYƒ9×^±ÞVNXt7z»¢w=äXÌ÷–j´ýá€xw­H•Ëù?—ºïÁhTíûŸÛ—4—²µE1DÙeÇ]23Öl•atž¡Ä¢X±ÖaÏ;>÷OÓ½†1 öCAK¥“¾òæU<ô~p%Õx °ÔÖöXŸfô´
+w㬹¡ûÎ, ×̾™(ßqKÒTÇçö¥·{w‹›±Iÿ8ñžÔÙ5›ê“ÇÝv¿1^˜’4þÞÑ¥áIŒ8-:½MÔ_yæÎÚæt®Þ˜óñÒ0»gqƒÞXzVZìy™ü7r+qø8¹T†½j†þÓ_í™ÛÃÃ7<Ý"Ë'žõÂ|êš»’î£êî G¡ê©ƒ¶›>…W™ ÙÚíÛ¿¨ò^r MßËMœq¹œ=;ºñíd‘3U»ß|2gÊr|›©ŒçKÌUφHEV‘C
+ÇûNÇ­VJ©3›ÓðØ LHú¥æõ—æ%k‹ÝÙ!˜Þˆ¦jÁùK~f¯Å¹]OŸé”L».ÏÍ9* U=tÍÞ‡ø‰ I%Ë?>„Íûœ~<ºÉœ.AÏaÖ6UÞ–[2Ý&’v×¢BcÂøQ³ït¶êJ¤JRʵŽ ¬—¯g´ö'ϻʬkÖlÌ—<K®Û”¢ly+Ï'¨8ÛÄór¼Í/Š\÷­\} ™sÅδ=ôyðeÈ¥±…ø*ס·4}–àâ¼ëXçÅÖ­ý¨¼SÒ:‡55fgG½•Rôd·Qí¨õŠä¼û‹ ÑDíÒ
+xxózŠmÔPÛ)컇ÛƺŽuæK\e.Ž§xȉ¾±¨`jÍW/ßùâfQÈ,jç÷ûQÁ1¸å ŸijjfÈYši€—ïH¤VÿdØÙ['’C}e¡ñ²F&…Q'ÄG9Š MdCùE[“õ7&¨Õ}~±ç¨Ø“Ñ0Uà6ÖjÍ!áñès³§ŒYÿ¼Kô‹Ò½ùYvcãR
+¡óþͶ!öµn!BhÓ®uM‘We×ãô#s«;ÚJ¶Û¸^úu÷½dMÿºÁÏ —R¡ÀÞ¬å;ö ÝÉi7M.t–`gÞäáÏ·:¼³›®2³%Žúß\V |Ç<¥hñ)zOÍuÓ<aˆ_!h„Åñ®R·]ÉRM­òoà\šù‘⾨ÂN8mÇ»M¶Êó1BÊ^»ü©õ\]ç‰CuÕ5e\®³ÚúùÕ*s‰ñ|°ãÙ~ù|—{fí5L¹ F ¤~šµÇDèK«ô•¢Ä¡ƒÁÓ¾»¤ÓGú¨“wÉ
+Ÿ$ÆÜ©Éé’*™‰6[\ï­ôI,MÌ8²^èâMc¹«+ÅŸ9Ö_êöm½]à\þ(ç½üP ÜÕ'v ïGíàw=·Ô–òá•e®b/õ¾ü
+endstream
+endobj
+1969 0 obj <<
+/Type /FontDescriptor
+/FontName /DZNPDL+StandardSymL-Slant_167
+/Flags 4
+/FontBBox [-180 -293 1090 1010]
+/Ascent 504
+/CapHeight 687
+/Descent -237
+/ItalicAngle -9
+/StemV 0
+/XHeight 0
+/CharSet (/chi/epsilon/pi/theta)
+/FontFile 1968 0 R
+>> endobj
+1970 0 obj <<
+/Length1 1626
+/Length2 14310
+/Length3 0
+/Length 15152
+/Filter /FlateDecode
+>>
+stream
+xÚ­¶ct¦]·%ÛUP±mVlÛNî$wl›•TlÛ¶mÛvRq*vçyßîszœ¯¿?ÝçÇ5ƵçZsí56‘‚2 ‰­@ÌÖƉŽ‰ž‘›Phmäì¨dk-gË%C' 0~ÉÙàÈÈ„
+`cò_áQõ/ð "²b‚4ÿ‡åú/C…¯!pRq·ûÂö?K‘µ5ùÃ?a„„lÝ=é˜Ø9 éXX™¾îÞ .vFïÿCÊbúϳ¬¡“ÐPû«nF¦Uÿ?¿ÿ<éþ—0¢6ƶ&ÿŒ²“¡Éפý‡àµ±³ƒÃÁÿºü_Uÿ¯ó¿f
+ÓÇš4¶¥ÉšVnRû¦3ôÓTjÐï.VW=ÜZË&ªèFY?‰(:WŸÌÕŠÛC4 ,âƒÔǤ•B¾¨Æô<F6:A„Ž=ÀÍp0²1Ô@J±TÔ´P†™õ| ûBG
+x”ÀOlÕ¨FTåŽ7ÖHáqþÛV67]ÕÌÉš¬;Öpm =õp+Iãά‚nóó'îçràwúñgP¼…ÂYš ‚1da@9s€þ=ã«èOü2[DE»qj.³u6BmN´x={éf¨®Æ^¬þMÌ,Ð] yþprJÎErÊŸ ô½âuÔN¯²¬òÀ%´Äœãu•
+94LⳄëökTùâî‡9âžÄJ†Áè‹n¶ó'ú
+:ƃdšôô¢-½~?Uµ«1Õ¶@ÅhŽˆÛÍN3(—ÚÚÊCpù©Ü¡ÍÕ½ëùßüÿÎÕõYK=º½róÏþàu¬9¬(µ]ççÕÏfÑóƒœjaëtÜ°{¼Q–诧R5M‡
+‚ƒËù½¹í·1Íé6©~BôÓ¿Èí߃šÞ *@Ý"í]×X~pïå¨0 úšãÞÂ6„)ø;þÙлÂH
+av$|*&™nØTŽ+…~%0¤(-ÂþµwyÞ0ÔV é|êtÚð}5ù(Ôû°rëÊ™ÜM„yÛ¬“ˆAVZUW½Ï=˜ã<G†™ÇN&Ÿ[;×ö›¯Ú‹F ·Ü -¹Fñ¢Ž|2wšr?'>&­Ä™c/Þ3]—à=‹&ÖÁwìÀ Þ{
+ãúÝÛâP>¤~¨CƒV™¤rÉí­3nÝf’„2ßÇ6%ö]—ðŠÉ›[¿Wü£ÊZ ç¤Ý$“ L"
+õU‡ühŽ!ëQ‰ØIJFv¢¿="®µR‚õÄî×zÄ;É“l74ÔRY¥ªMÿF$Ter è¿úõû]SK)ÿªcä8¨ªr+w©‡MÓËÊÐ0½ ÿ«"ÛE[×Py)v¼,ÌhaÄFOxæN® V€Jçpõãuž·Sšµm’ƒUïqEÊ’f¦õÓÒÑi`TDÙÍFô¤'ZúrÅU\¯€µM䲞ƒy¦)ð ‡v
+õÊzÜÂ^/¶.º~C÷\NÑBXa.©ã»Oº.Ô†ØãLJe‹j^a ·vrÔ9 LÝÕì1X”ñŒïaʺ
+·Ã<*ù·ß©<ŠX:â†Îüeš)cigw‚Ò<`ˆENP$egðî˜Ç²hmX TÑ"ô oÝöA—Ȭå^zÛšÔFä’³©¤Œ™r¤Š{”$K°OиÌê´ŠzFƒ:µ]L±W©@y‹eV6d_üH@1ËižÑBÏôX•é÷<øÛEK0†ƒjJR ðe;u`$¬*¶÷«¤Ç9(bÁSÝaù‘o5Ò‚žkÕâa„Écí¹ÇˆqŠ×£©>âü˜ !ÀÊ<_¯î·>š#6;,Sp -8’+~õ‡k¶k´èu°›#½v¾–‰4< /‰Ëk ¾1"©þJý²ò„Õt³ÅçÒˆ $ÐÞbÓSýǵô3gµK©Ï¦@óÃó¬^ìÄsKÆgªª«±´ÒuK ߕΘb {M{
+ƒsÅ-ìS•Ç–¤ÊLí®ñ_i©cÔ]2£˜ŸLe=BÚõ¿œ¥Ž{ý1vþ˜ß(on98=N=îçAP$ë|õ=«$+-§ä̧0È',}‡t&_…ý§Rç>J(,¨ÐM¬¿ß¸xL™²u…oþ ¿À‡
+L ï0?óÇ¥LY +ôgÙ´‹ëk©5¿"·Ä¿»ž„è‘–öÌ®üRØ2
+êþ.´olœx %V‹éÊx&Ðì—+Ôÿ‰ÓÍÝPAqÇÏ0CÇ´Ìïúïª67Ù\XŸ`(眄njóÛnš.ðn<.ˆm-¹ û™²jË)-X’w‡FßV¦ÆwX5|ãž4ç¸ÛÃO¬8•æ½}þ˜ÃŒ«Jnı?2öèµ(€Œ³¯(Lu‰å÷‘!47EC˜6Ni$<ó‰ïÏVaüÏš®‘$kVË݆ôÛ½Qwh¿ÿ¸ÍdúnÿÝèüè&Ð9Æ;SŸ–\ó‚þø;þÂáÙ+¦Ü”"Íi3Ò|0]MðCBmV’mBíígh‚ÓŸSÖE­¬3)³”G®E=œVòÃHÎU‹: ¹\‚•c šÕoŽ6z¢ŠÐys£b>Rp[}aç£8b¬r†iAê>1ÇÄ-¤ú(4ÞoûšLÔ59¬˜3Ûªx.nA-v˜-üý©Þ¹šˆ‡ü-êZÞßqî')9Ú$££àµ¼°:1sñß½%î>ì‹B2„Þî„Z蟰/~íj\¬ýr%f[ö‡à½ø Áœ’Ùc}΃… ÊÆ^[®
+-ðHú ¾AîLü…ÇôM‹Áš
+©npbNÖ;vcmôu
+B¯6=9©GâœKcõK@W;ÖYŒRÑñÃ*Á r‰ñ¼ò‚Firº¬?½wSÂþŒ8lJKH×Ão $­ßÝ8Ç ~·ú ×æWz½‚œ`_ŸÌÓ¥!5ílË mE'P°Y ¡¥o-û€9•m}™ÌÍB>å‰5<Ly‰ê†Üß Þ *z´ ÍIÔCŒŠCAâ—êÛ¦o‘0ÐUfî3õd2Œâ_yÅ 1-Öýzi÷ø>k?g Î&’I±È\x >—%cå€7IKÓ]ÍHC5yÒ4w!Lµ±¿£‰ÖàéþNÈFjD1¯5ïÖ?¦îÇP™™Ã¤cez"*×i¶YÓk~¾Y+g%d’íi ‘ÑSüñpúiVÍöì
+búƒø`‹Â&½v^S9ŒUót–þÆwWÈsúƒ‚ŒŒ@G9aìöþGõÒµ RJ8ƒ„“7N<JVUTq³ŠÌê»™ÔÎkÝrJKwòln¹ñ‰]úG8$KÎÁ”¸ÿÍ3e-«Ü±ò¶ÖPQ»Â­¶ÅvǼyq¢û§Vd—Dx8‰V† Á/;´ý™?ŸAÍ' 뙵 Ú†FøkM¿Ö«!N¤ˆ=mvFyúŸbŠŠlOŠoh-¸kN/+mãß±Óä¦ ¤—wä‹è@î?/rUŠRóaÞ˜rõƒ²…tb¶=ÏH)ßL ϺÓ]Ù8óîÅH™4ý׳4‰¸±‚[GÆ uOüm:™Û!Ädóoþ*$3¥&ñ¿î¤c1T„i§ “µÍJ®œ¨š3¾Zˆ¼nX#B;3£Ï@æ6AßÆÙ©'-» n0Y[°Í†ç¾Õ‚ñ°ÎÿKŒÜ^løÊý~tîY$bªö·´S§z8X«Œl2YÁúgŽpÈü¥¯bcpQGßÑy%ò¢Jôlô½óq,·Ò•U•×ÄàŠtÉ;^û†U ÿÓ‹é«/ûNŽ%‹uø(Ý,íƒ Ô|wÝüæÃ9õZÀrÒ¡PMà$*ïŽÇÁÊXU¼s„°Ãˆ©€¹"$dO2µ:šÇÚçÚVºÿ½Táä-Æ)ǶŸ&N±4÷³ ×î}d’ÇæþÖæ_„Ù·ÂQß½øæ 5bYz &²JL† vYF¯Ve2®qA€s-e#ÇpÓ‘a<ýwéþ¸æ‘r3êªUÐû
+|B8¢(ñÔc}Ìuº:XbRoÿ¢|¼¬ªþv|kèŽ_h¼0¿^
+UÚ̈́ƹ?ìر½që!Ì‘W2œ^>µftéFÒàȦc­ñýØèîÅCùIÆ¢ŽŠžîȯ*ȽåÀ6—@”{Žù1šÖÓ oZ‰²0(j‡¹W†uù Nú½8²Óv¾c”ƒ4RôG¾ÂðÍÀC?ç=¥5:Îôm÷†RsC_`ò+\«Fƒ¸K¨­»±Ï.0I°UИëú*þBéš9@/a)ÍkB±ÿÔ‡Ê%6–B§v(À£f!ë ìñ÷ötlG
+:[ÝQ@ŒÕE ìK¥þ®à*Çïž?åʺRËî< ³t­$›¦;M°oYܺìԒǶ‚úË7Oß¾•T"l6ó éýL¨S\ ÜPª–˜a
+ U,Û¹À¬Û ¢n–§?à1ÌHíìz<Ç®ÝÊÇ“*"Ì Qû[°'nå¹AN˜aEg=ã9,16áÐñgP“j"qÒ“Hã«»Õ¦ø{âã&HL{'¤cðû¼2
+:úïá»tM(ƒÍÄ·Îôw'­…”g½Ovž‘g‡Ìèo&Ü({Oý§Ê&zô¾µ¾… @…>0 ìÐ@MA¤`™×k¡Kß­7['¨‚ƒÄ+°CDïèg«“‘gså¥ ûMÔ_§*RHyAxIT1\ßϬÔxc÷àµêÃ*f>´
+ XsNæ¿ 5òS+rð# *<\'ËËà»  û¦’2…éÛ86xv‹sжýdË©ÙWÙøcT÷)¡Äcünqz~ØÅg/š)“â¯xxýSi¬‚Éñ% Ëñö­[F«v¶Â:,fªQä£èÕy#놤 òxZ3´”jÏé ‘Ô1qãšÅ#×ë,Ì›À]2Xù Y³B‡æG£!qû9œa:‹ô¦O¡Œöª%ÏN×p@•6Õu›ôŸ„¨ 0ý¢8Ôßs
+N˜‰Rf”Îe1ïãç7Þ®§[/L#ÁsÁ+ö 1œM(ëí1Éw®‡äè|¾_#oH{ä+²;ÁÉо5kžD韒BTPCËba陪ŸÂG¼yÄSÛ^bàŒ?›‰¼n`\ªkºtÙ ›Û”.ƒà4r*­?"¼ 5:F*@ŸŸÉ÷„< ïŸžÌ~"`»D*${ŽàGÝâ/)ÕD‘Ú­)Pj-FUS]ÍÃÞ‡öh6~ÄÉáÙRn•ŒÅh®¾ÀÀ¦oô¼ÖëÈöi“Žð2à„¦ Ž"¿ÇæC‘Uyeý`mÿqÄ@o$(>Ôéù6·2TR¡ÿîìKº;»¹fciüÞˆÊzþ˜ÿ Hᓽ„6ìBba#8SIÙVsSvH¡|ë…–¡*ŠKèsÔnëdÑÿ»’l}
+® ¬ŽìS±l‘¢¤“Û$
+#edd£1äKï“É+—æd±íXUóÔ§ïůvèŒ`#6åø|ç?àK¶ÔÅ-QÄ-gýR2J 0D鶰(êØ•p<÷®ðSùC«­™¹ÝŠ¦RžeX3ˬPHå3ËÅì©~“¡q<èöŽÙÞÜ*Τ1±ûz‡Æ£2¯ü*Ž‘›f"‘˜][âBL÷‹±cÛ›,zïãB{œE “³lFI NMšMêVܔߛúö}?àQ¡?®z§{kÌ_õLZŒ8A–+↹IÜÊ™“|ðLí\ޯز[¯h³L,À™‘k ­Wž¥;9´6oªÊIÒ<[÷Í°}†^Ñã—ÕKë•›4ÃG»§OËë=Åk¼;Þ0µéV· ˆ&iþšp´
+ÛO4Ñ ·YC™¡d“S!ñü÷í=!ÿÎÞwCPîfB÷úaã©Gë9³ºSÓ‰—Èzx²ò쀦.xÚã0r&WÓZ¾íVie‹d~Š)°@!²àíε‚MÏ©uÈ€<F‡|,èLºiØ 3oWÏuI3ÀŸXøÕ"¤tžÒÄ›¥ßÙ‰<×3?˜¥¢›3Ã0Dñô¯®Êw!qX%ÒF^LƒÑ£ãèJÚª\y€(åJg‰V©˜+ÒHY ç`€)°vNˆ>I#ƒcy¡ð¥#Ïó¯Òø1{~ÓÞ{|-J)êqø ó65Ë¢h¦ðÙ*±`ºžu–àíP»qE9䓧zŽoµB{gþu=$¯“«kW€°@×ïÔ[ú…ó—«$Ñ­9%Cû®z$dƒÞI‘œe¦>5fšñÇKO Ç1NONÒ‹ÏhôÏšëþæƒV$§˜¢ˆzq°3ÃéèOÄ4s$Wk~5•=?Þã3z˜´k»ÌðjFÉà
+ሑ(e@a|® ×õ'
+HIŸ
+Ÿñig`îòshZMW8¢£ú")D»:Ü{›vü¿­*áJžJÏÓ¬–'ZŽ@õS‹»TcfC&’ÐÎ}óÛ< ¨
+Îv½¦Ž'ÛòÁµ‹<s¿®gÀ&4ƒSàó.h RÞª^åW{Ýyc.×)r‡ä‰”\bšö¸Ím2Ö
+ih. û£à»`°ÈòT£Ç^#Ëàì•ïñÖQU¸k›ëÕÅŸì ËŠüÄzJ=1"3*˜Cê×jt9
+åiUø]„¯`iu=hœK²zZ’+rhå»?x{Rý
+Þ{! ÅhòÆ›V{ùØMcܶÂ÷ÓkI©¶‘š™Ï쇮Z±ÔÇ® ñ©Î1+ܨÄÚn¯¥21X¥Æ6 à±C=,l¬ PUÔWòû…¥‹‚–QtÒëá”B¬±‡šÍš@ÉIøæ•»6é#0Þɉ×GƘJ3ySÂs¸¯®=9,ñµQ§Ñ·˜¶Z"ꛡe\³‰¢]QQSo‰.ˆFœ¡ÆBØœ¯
+‚FeÔC=<ÒÆέ‹­Î·1xËgá%¿sˆo4R§È Îy¶ˆgﳶ멢K =˜[“\×G¿k'a
+]íÔN×N‹u`'¼]å’Y™ç÷L"âÑ2òÆàC˜“
+;K=‡èæê'kp¶«ª%ú]=böeê(X7Gïà¼GEæ8¹×mþ¾Re•È§Ë´’ú›\Ää}F),êñkÒraz»Âd˜$^¤¾|ß{Žêì9òæðª sSQö)hEå(¦Àoç§Ë½©ŸëÌà#Dä …«U¬:åJŠ”r¨ãk‘«®`@4¨ž¼]S%G–LÚè="ò~ÇuX:TP‡‡*êÍü ±Ö0XayÖÉÑÝhãj+ª9`Ï3È7§kUX¥g†è=føø^u
+òÒ¿r¢íòZ ²Ø"Þ%_.À—
+©ò¬nOX5Æ®ôl¦Âå]÷¸ºÌJ©;-¬ÓœþqÓúsÿ\ºo¯™}È Ð&¢¨ ýÛýHÃäÝ]uÄâu2–™ö% °DÛ5äoþMÂd@BbnŠþ)¼·[0NL‡º©¢?H”‹î’Šhãz mñУ™h¨hT*YšÌPfÔwA.ü;DŒJìå˜#7ÀòÎÿ\|®#«yE«N¢³ ³2mõä7ŸzVohÏÙ;gžÓ»XF!ÈÏQÉÝ7ÐnjöPù¤¤ŒçÖá3¦G+3TF’Èù€jR{Àu¥%ZéJ&G6†Æ!±&BõþµW²{åú±y=i‹—”¤Äö´†õÂÑG¢Xû[êJÃ=r´RYª
+iFLë‚ÌZr¾ØPž wrS´¼›‰»àd`¹Pr‹NêdEŸ”!cTNrµÝÖUÂI +Iž)3%t[†Ÿ˜B ) µ¹½=ïɪ¦C‹‚~ó´bð‹"£ŽÎ‘é¾¼F 9+ÃûºR»cvÅË­7—|\SU—[À_ÛLœ¡’v¬û)‰P¹]~ ¾Q‹&fßž¤… lE¯Kn<ò§?­bàÆøÞ€fÆ
+{®ýÇ{ ‚6Áº
+´nÖIw´¢ø&¢=þu0üMøÍþ+NhåºéÉBN^F·=!Íé¤VIlG°QÈåsjYÑXÉc;Ž;¶N¹Í+Š“jTïa2¥Ø 8)goË€Ì~ðuæëÃ?. /÷°ö0Ui¥tÒ_Ïn]í8äŸã`RŠÄÅ$¿h‚bÔÄ1‘<˜æP˜ß,;#BË.Ặޔ#†yHK&ÅI3{¬-x •ÝšáÉCI¯®?í‚ŠäM¶ÔÞp73k¯$‹Bƒñ:BrC,òˆ·òLjÓ^×ðBL*£Q!Æêä?ÓKAO=G¤ÈXÎð+`½t‰adPñ_i<ÒHr(SL²7S¢>‘TþŠ#…‹S¨ãT}m¾Öší Ap×ÆÀ %/0PK׈¬Sͱã÷Í€^Û6a å¼d aôIÅP2u,èѹ6§Æ»&,g÷oëõçÛªwñ»Zp‘ª>@3¶„¼v&H³”4r¡‰B™Q-‡¦¼Ý>Z%»â®°ÉêÉcuGÈB1ZÈɺJ.2a%òNЊ_ÝsØ3ñÐ §j$E‘ø¢ï ŒfeÒÅ]Äê1Íñ‡Ì›ÐÀBÁ!Yd!×ݵåüFb3à»Ý"’WÆÝBçÀl2¹ÓT $8´ÆNæ P
+f¶SŸn/f¿æVO
+¥m[}ñ ߯^µ^Ò*PØ©R¾/Ó‰Nßç”#ÑߨaŒ é¬GeN›ñ‰ü½c`Ë$ˆö=öà”ÍqŠjkžØç†"™g5PvçrSn‰™oô~ÁOභrS~ÖÙK»m oŠ†fŽM›&"ÛØ¡
+µ8“Û€j#!’îzéý²»Y¯ò]EÙ¼Pz6®©íl•ËÏ7°o¥«ÝVW…¥ê9ïÖ Æ0LºJäVÈ–dÌÑ!Á|š@¥(¹Qxdfx»…*F´)æð¥æF.þ™Væpe¦]3t;OZÁVlÍkÁ匜O ¿.Ýwë±K¾£¸½Y|½Ù‘æ“QKè£~ÃÏÐùÇQPÃm’Ø‹—°ëÄ/ºV¨<›¬”£k½iÕV)픺ÍPóêQ!'µåA¼5ÎD
+Æj*2‰qúàêÌõ¦¹N«ëÃe/ÙDUŠ‹°
+<#PµÑEjh´Ê åINÚcVÎóÞe2-r¹I3®Í—=1 ˆ Ž8¡ì¿Bç:-‡ÐZ/ÖD”š[†Ÿ=7bQÕFI·§vbïñ»£ìâ÷:‹c`7A¥­Há)žâ;ãä·ùÌ <Ëã›QH[Ìœ­¢æʆÇ-ñàz¦[õÉXeìE s99Ëpa&â%‰@¢dÀâBec1£&åUý.Sýû>ÿ·à’ªÏšbÜ­wý°©CÊý€·ø)²Oðýu1æçŠôýBjÀJ‡Û¾Œïm‘\ÈUKì/$D~amí¼ô3bðÆçX EÙ9µ=â’ö⯡w8ËË°‹ÃHŽ$aDZð?3ËØn²~­Â„
+rÂTß×'O[’1¼¸8=,7¿±P*1 ] æ©Æ@d‡x]U¨LõËj0Pk…`h‡I%ìŠb6ûÖ¸¡ª|7[ð7„ðL)±›^îÇ,°(
+Én섲˜@]mNèÐ7“RО­MOòQ5·Õ@µèýˆk2l;ÐO§ê”n0
+Ù(ÄŸ7ê¥ãd IÉ·ÌÏ$ÃôA‘_L‘gRÔtÛ_%Ú/GV¯ÚëEVRg˜o3ˆ¯ÅV¡gxÎÁÇ«4Îþ•¼
+endstream
+endobj
+1971 0 obj <<
+/Type /FontDescriptor
+/FontName /XDMFAH+NimbusRomNo9L-Medi
+/Flags 4
+/FontBBox [-168 -341 1000 960]
+/Ascent 690
+/CapHeight 690
+/Descent -209
+/ItalicAngle 0
+/StemV 140
+/XHeight 461
+/CharSet (/A/C/D/E/F/H/I/L/M/N/O/P/R/S/T/U/W/a/b/c/comma/d/e/eight/endash/f/fi/five/four/g/h/i/j/k/l/m/n/nine/o/one/p/period/question/r/s/seven/six/t/three/two/u/v/w/x/y/zero)
+/FontFile 1970 0 R
+>> endobj
+1972 0 obj <<
+/Length1 1630
+/Length2 20113
+/Length3 0
+/Length 20961
+/Filter /FlateDecode
+>>
+stream
+xÚ¬¶ctåo³&Ûvv:¶mÛFÇ;ÉŽítlÛFÇfwlÛFG³ã¼ýž9sfwæËÌù°×úÝUu_uU]u×Ú”d*ꌢæ¦@){WFV&>€ÈÎÔÍEÍÁNÉWQ héøkçD ¤wš¸‚ì%L\|
+ 3 ½ `áà °ý÷`æ`oú§4¦¿X¢.
+-åfk«db÷w
+¨uèñψØå­2~« ejžæûèðZúíøþKŽîp´Ç–º' xYHäGNÛW„¾Eõ“›þ0ˆÙð;ræ™vŒÏբ”‹ÖáÞ¤ªšaÙ ñôOvg¸«?´äîEXŽ(ßÌÒã±;ÑšÁ0ê‹ŸQ%Ÿüy¤ê¹îûEHŸOÉo‚û-õ7YŠ«—±ó}“Ùô‹;·KõRN›v-z²¦‡7áë²)ÅCÜ.&kæ;‰å§(ø‹È²i¼¼Çexb[I’é¸øŒ†œaCç²ìÙ*×úy£_†Mö*oñ¨9zY:ƒ¼„sû]‹FDfp1[/,Ñ\F‹…-SUW+Zp†›£@˜RR%Z¤>`¬2eO¤4Ö𧫠œ`7XFÆ@Cî™
+ã° ’1–õÈ#êÞI€EDD×:Œî,æöE­‚#Nx_€
+œ–°×…›ucó·_£B$ÄX¤5Ã,>Áj4ûl='=§mrÆ·5nÀ ýAƒùpI1â=Q>n«é«K­ªbŽ¶¥¦óIß3;æë\½:ăO÷¢c‡Ë‚öœà%tyõæÀÎ$T‘¥\lú†Kq‰
+{b˜,HxBr£aà òØZÏ"R€¡UWðíŠÙZf8m 53§dgøµ}}!y{ :¯æs6ƒ·~•4ïÏ)qÊ°½/m{ rôú£íªvX5’‚Ãf.þ‰ùìÊ4Ø$$fd,ÑX—†äLD;ˆ&‡¼ åk5]ûË•€!jó 3̧°-“**ùÞVkdŠ°$⌆1£>ÏÓâ'~ú°š½a&ÅvÞV«óáŒùáSN-mpî!< j÷ÍÑo}öÈC»R×ð¦ßu+xúË”¹DöùYé¢ÎûÈ(v’ɧEBcª|Ëc¢éå+Mf•W%ëñ¦Ýqã£&Xæuà4õÜ¡ù£·é.­ÖImªOìVSY¿J*ŸŸ~]eµr Ùnÿ•ö³hÆ;– *Ž›ä–<Ë;å1'HÐýº¥QV÷J`0™Õඅâú›b ý¤ØŠ"·\ØQeá;ZJQ‹nS›üuƒ€~“ŸòÔeFY‡Ú>ú£3\U™ôñRmè‡zŽ4xÈ[×#Ø÷ªùâ¥SÝ!DojÒãÄU%G«)% Wû~8®ahaVf>C<-˜úäO  q ÷¹ rë3ªäuáØý²›½êäº8¸*
+qL½ ›u§ÙjéfcŠôòÉH„]˜÷ŒÖéóþfØœ`„DüÓGÁ0d‡è ²9x&lYˆIɾZ‹5j~°6Ø’à6¬ªõ…ªÅk&Þ¶4.• ÷![EPExà—Œ%¯ñ‰.4¬€Â^•¼Êù³Åzôv¯OîÀ`§ßĦµ¸òH‡ƒ[Ðn©©<H¢ý»GMôÝÓøíôzDÛÓt½°©‘ƒ‹h¸;Ü’Ps“%1úlÍêCä,<ë[ºeÅÃ6S
+¼Ni{ýf˜4µ”®æ°¢§ld6L[ÉËÙ¥ñc—|*]A4ˆ ‰ÅÓú‚ÛM_-ÝXð‚‘‘hÏÃ^g¨œ3÷ù¼þòáQ¾»GxTh;]>Ûæ„
+ú~bD÷‹ ªÒ~:ß@ àÄ=VbGÝGŸ£RMÉì!ko7±4£ó™/g£‡ÖDÂŽxÈðû?þPH¦Â@bÅš[ýÌ—ð‡iŒòノ{ªýº1Ð~rìáR
+O
+CÄ$`…“õ„'og8.ÁÚÄW„‹Ý¿¡ >q
+SÀ'ößÅ­§*Cèk¯}8êyoáÒ:p‘Q˜ëÕH3Ùóð/{êõž»ÈÙNrGÿþí¡ÄÜà¶â; w)ÂôO'ÊÀ3AÖÀœ8¥û•YÆ8\}§Îšl…dÿØç„Ť{1™0.ì!w4F)!çR*²,&ûŽñ±O¼d¬å”¦j:K‘ÇìxðKïŦÓË7éFæ®Ú€Ë¶À‹¨*VŸÊÙBu…öŸ„QQá^JBÊiKMðpyšdQ(Ø\-Q;Ÿ'¢å˜¨XF’Ôæ/Ú#52¹_†]²…Ÿñ|î6Nå6–­Åq‘^Ù´.œž]1¸U”ΑÂÜLÆ,õ£’”sn$×~eó‰¥yCšt;öóB­Üò«( uÒ•sbièÊ97sÅš ´­Òk|ÅU3)S¥,ŠÀEÂ¥eغҫTx±¼ÀO¦»·5Ç7!-wYp—¡]´øÛž)YåâÎPªô)J‹ÎBöÚ„úc¾z¬nMx ­ÚjõµRyLCÐuÃYö]$Ä&iÖ{XÙ$pÔžþΓ¸rK¢˜ ·Í<‰2v§¥‹‹ Ì~¹)ðw‡ÀmäQÇlGù´³”R?bÓÃ'çxëÉ
+e;g<ÖÆä½ðAZàÁ¾×T#à›„É´.»p)´@…¬JvS\gVv±ø»ê^ÆÏy_©ô(²×ú4·¼>«²å[½•¹¯HOdiŽå¸)ddÃøÁ…%Û'zz³ÔT$uj.e8PÉòM®ð_TðDKþ\á‡Õ
+숩i ‚¢cEêà(Að¢w·ô<¾ùÉ}s—5rùõCçk×Æ…£¤y>³¸O*$C£nœënN˜8å™’¼\Äæà*·
+†
+-?¶³‘­~
+÷¦¡¦e7D”_£v 30lzäéÂ×Thç Ô/¬°yq<ûø
+
+hò{(/ŒC{šË¥U-‹‰W©Ó °mÙ £‰Ÿõ1¿k;w.q'.i ±|ÿü>¦„ ÿµô„е=H†TUyõ•óí»A7f
+Ö^› Ú<7¹O,>Ú".ªæ HCéoÏÕ¾l6%4&{§Ù+»sÔ°Q4fC-øÓÃv‚¦՗…§ÕÑØãNκ[Ã!;(©„ê$Ãþ¾bÉOB´™ÃÆ<óvçñ ÚÔkY?Uƺ;2#0«…_˜|BlÿüηdªñHy¸w@.G"GéýGƒ¾ 6Œ±hö[QÑ®<›'?Ošgw0î†lLÓBîó\´Ðš~›¸oHå¶X‚.¬Åp57&¿j<:ù"8ÞÒr’Š‚ŠË]ÿVfâ–¦~©/HrÖUh…û›Üë|º¸Oã©Ä¯™} *ÇýýÐêîDebããÖe’f"'U¹5UöV÷Ž_‡<7ÁŒÔX ë"£7*OXÝp†gEÒ›Z%EvKxh‡þ7­Ë‡¬ªsí{+à¶æ˜Ô~c!!Â!ðL“r<Zlÿ†ê%)iƒ+YÏøròð•«?qÖôiõÀ$Ù¦“ÈáK
+¨.êãÃa» ï
+ôêÅ.±?̹ýpz@Æ_¯ÂN/Np ÌM…$â±WF +›íG½V0oSª¿ xìúY˜ƒ‚k5ên@tqAÎá*üª£â.Z9Í uJ/Í(ó‡­úê+u1S«zMÛ
+«çT4ù°c6çlœ€àM^¬±wx`·‚¿Jz¥Â·q‡bÑ3),Í»+“s.=´þ8¤œ<~4²qØ%¨Ÿ~:¿m¤ç ɸËçˆè?9ITPÂN!|¿³øV~ªÝì9Ñ;ïRÒ?…½èˆÒDﮄšÒL˜‹ÜžÀ˜NlîŽ baÇëh×x‚ã‘$›L:_KŸ)¸«‰6¿‹Ö픺ÿ í¸r—iç[5øÔ²¼tW¿¬€¢ûm‚ðGÜô±ò,­0?škDÖà`*žësMê<äåds
+óÜzÏ8ÊT(;÷%Ö![þi9m+ÐÉÏ Ûò̓ )uºñ¸£ ô¡þý/äÍÉ1  [Q>M¬‰Vy﹫gZÏÒ%užÙ"íÇ&¸a¸sX
+•ÅUAˆÎ¸®Ó D–Ǻå¯Å7†ç+prÚü&­Ù^teBåsŠB\…§¥f£àKë;«–¡ûªQáàFˆß£()q鹌 ²ÍÅM*/þÅÎK3ÀœöÎ"st$k΄ì2åo/
+C׎¸¢"håñQ¹ûýšb;Ò>?–™óªrèƒ,Ãt[¶a¢¬+nÇæØh`'U1k:®98­ä1ÁþFœöU‚¡œ-'üCÏåÕržYSÖÄŠ S4; ®ÍDòËCgÉZd'öeêÛÉg½ñn;œ,Ï…¨Ò˜Š‡¿PX2“ ÅÈ‹ÎhDnlÿh{áD
+M~4Fa<uI¥Zn ¥ú2Øn´ ãwKµTÈ®›êøMv,40€ À`¶ÓðÐü“˜“Ù·˜OUî7_:båbç£Ä¤‡Ïü”hØ«¨ÁxÊ • 
+köåDug»÷‚Õ¾;‘dÀÛÚÄ:y'áV½ ‘Ï»Îr`š\üUµ²à1›ù=9 èöuÇŒ#ì‹…b yÏÁ.~VÁú€w•ÿc5&{y O)Ì€Œœ¤ÿÏyæo
+`í‘‹v3®9°—ZìJl˜BFRÒ¹J&®Yœ+ÂyVVóŠî—}?C.Àëx.ÂŒ||cŪY#B.ôSDÒñ;“ æÁAr•Ç6.«aŠ}Ü—²é‘Ŭ"î’QHç=Œ™7Q·˜- ÂÈùB‘™¢»ª£áWƒÇW R)t’ÅžE%á
+²2w=¥Þwz€³E—Ñ%¥/$ÏÍ
+Ç5Zr)ËÎ-Lç=}()º±aÈQ³6¢m#snÖ\ óûNA³bÇ[ÿGFŠ¦TòÄ·¦¢Í gJóvøâۥĵüÐþ.?£>NœØ‘`Õ›‡á"å8c“>º—-Áœoº4d#^>¦üc¶9*Af!J`«€,dßí¹¬»Ê~frŽ¤§oR )~ƒ_¤ÁÕ?ž‘»&›âèÆ.‰ßÕ¤G™^HáNÃEºE ƒ,œcø´Ù_Ú?sûO¶IDò»nï $EÊÞ`Z*H«Ë²:.Á…
+Ô>"Ñ. RTÙ¹Àeºp¤ßÏ’S«¶µñ„õ):.¯Q®&&gñà×–B`/·'>»†¤ïžH:ÔòÎ÷$yÏço›£Aln‚Ðã°¥2͆ÊÔÇ÷<íÐ[ªÝ¨‹Ó,È`gGeàÄ ¡ù¿V‡TʳG]Õ.¨­.p?`ÏŒ˜V̽à¢Ú¹R»øª%áN=­Ò\åƃ¿ <3MN?BëAò ÝÉõ²¶Ø]ÛâxôÀ•båµQ‰7ך×kL–æžâE;Oü\JªÆ«Ç¦Q¤Þ‹Å’L÷·1{ WMŠø_ÁZ¸ d–Ï.°VNób×G’¨¼IK.Úôý+5ööÏö„É«ðë¢÷¥,Šð~ÚÄ@°—óO{KÔ‰Øh«¢[›ÊÒ!¬dëwi¾K[Ôz™ªß/kÄG²¶7;8sö¡µ½Ã­†cK¿Ð÷§†>=;Úì…†cU þø%õÆ…Ó&l[Ð3ä@Œ"wá½)©±Ë$y_Z¶ç¼ü¼e€äµMd H÷Æ~î½J´¿Í—QknlÙ
+
+
+†Ö™’^¶2P~YWŠG×¥­:2¼(yaÑÅ&ýPáÃp°ó^&†ëbÁ;Xnfì#.ñY,HaÍt¢îP–糈ßÑ«ÿÉG3÷„äDXêsôüŒœ=N Çi ùðz‡Dò†ƒÓ`œxQ½s4–ñBÖú§¼z‹§óxUÂqvÂbå^¦Àé©t–¿ y™í`ü"ƒ4X¯¶AnÂqÓ[º’«Æ’?—c!V‚ H‰L|Ö””°¾ßIÔfÏ-VØÖ¯1–Iúw€ xᕽK—¼(R¥ï«ƒ$>_9̵iŒNä6©¦>$¯‡Hs1¿äacÎ~_œÆ6aœJP™d 3|Ш 2¹S ®šÃh<T® >"y&}èï9ž*kcÃAzL"ç–„¦@keÂÞïÂdÔ†Ÿ,,Ž©Kµ^
+ö{¹Ÿ²*üÖŽžŽEMÿë\i«<ŒJË0oK†P. ,q)ÜbÙ™ÀX_ (A3 ømdIÛ€1”`âÃZ–¸úC„µ8ÄÝn:N—²±7#O$¯¶WE)sŽ®gØ 5,vi/´¸Øµ~¾ͼ†¼ ; ‡¹›§tg­®!&
+±¡á³ a‘`3½›oÙ&ÌÈš£J Òú;œ™­~?ÊæNЂÎpg1>Vô»ŸÊÛ¦4ɲLTY(à… áãqϬô%cη¯²o‡VáÍçõ îðŒªIƒgîÝ´ï{¶Jw Kè¨î™áã(}ØøÅðç%dÎF †¼­Þ'ØŸêJò1‘Ò˜¦$W9Äå;C“UsþÞ-ã™ÙB¹CF0<£±Œ*’Î=ãêÖUºv¬à‡ÂD=˜héËÙv•¡}“•Ða­øEÝëzflNð?L£óE®ªwWd³ôvplêL©9îr`γjº\nÍÓíäb:»§a4Äóex€7³{Š?æ"ÊJj¢@—ÙÂÔ`×™}"ôÅSî´s…ü%V[v9TŠCìŒ
+*ö¿}¯Uð<µ{K+oµu˜švÔ› ‰#Hi±¯þ%èV{Ð5ÃfÙØ­èy$áÊŽM̽½±]'ˆè÷áO¿æ"ÂÞUúœ)ÈxîúN*º=øÍo®±¼Jm5vO¦ãì¤k©‘oa¨Èú9ëŸïãTÙQjÓ%Rª/X¶Õµšç‰s6—¬€z|ƒTÛdíËÌ%ËêøN°Ìhe9-1@ÿkW–ìÊÀÝ/šñ#ب»È“¹ëèŒU»K•m:GߟqËn ‡‘\‰›.=e£ôÑ“™C÷$þ%ð¦Jªâ' 6þ(8ÐDx±³ ÃoǤ¢†ƒœÜD˜É3Fë å³òS!Ü9ùîÓ~mWK›â¦šA¨“¿2Or¥øÓZaŽÎîëF3D¥’Ð/ A+\*óÐõ€Ë…¥{7­jyÆO$œ |o¿—@5†o²P9;Œ¢¬2£]âäg¹èÜsÕSuˆo˜`‘C>$?tBvuá¥óôoŽ­WÈ™aoøðãœ^°-‘¦dÀwÚ
+-Ö%¼Û`UqG² hÏ“ä¸s¿ëwl×â@ñ¥ JÀç©L /— üù˜Ne] õåÇÕ
+­ÙX£ŽÂžì—ÊŠIëe”JiéÇdŠ²n•€“·,¬ Eÿùë˜+^ŒŸ‡àí£ c%N¥*J[÷ÁHpé–Æ6üŒBïe¾ï²ó䱚‹2hȳ‹øPÎœ+)ÏB;4 ¸û'åá\Nh|s&½BñI÷Ɔ„0¨@qÎ ÌpRè!]’‹¾65Õž'm¢œ¡ÞC2Qííö2ä¯R÷Â]:íñ1ÈšT7tS+)Ž·jóÌ=£=3e%«©9õö€ëÇà…ªtë+?d´DüC“'¸ßlwDºÒLí>da­U[aHþ‚&×âp˜î\h~Í“ó6‹ÌŒ¨óŠ¿~èb!×,ŽK›Ü_TdD³H(€?vœ-œ•xlèÚo`®'þ¬Ô¿žŒÖ˜SPpoÍ\²V„ñ‹ÁùæUó–ãPi/Øî£òºúÂuD-·¤ÞÏd<0ï?Û³GO9ñ¦˜@`^·2¶ú¤EçÎ_åäo&,ËÉR‚C2Ò…ü’ûuW'(,>‚v®‰{«ô^gA‘Èß÷^v›½.¯Þâà*ú¡[²ÛŒý}A_gV·Ñw*b^»ó7ÃèùýÃÇÃsOäk[Ý;(‡]—«­™åè× Øz$ÎXÿ|ápÝRŸlk•.‹N*VVºá­’€â£PÏU—7:߈¨6ߘ€ô|ýVNá X>†“T±sòÃtæBùϦ=Vd+ù–Ë÷:©‘J;)ìÖt¼8¼Óî LðáðÊ<yq™ZsØhèt})Ê%<V]¿ñP•¼¦¹B fœG˨¢ö¡#@“å<Ž}ú­®T³Ž'M±»k@PÇ<Öy …_›h°r1vÑêôûÖ„Z” QÕq=Ñú‰å’
+HßFF‰ »ÞòwN3ä0H8Ìïk‰J#¢_ÆÅú½©"¯
+ÏE09‹Ñ±&nñeaÙ=gòĬfgÁŠ¬³e!Ï!.TºŸÕpœ¬’¤¹i„2éõY³–[¿‰¡÷º/â 6Ü™ÕfnK¢qL^³˜YøŽ²gÌld»¿Á•‘ö§÷7¯TV4/KW;ý4q3‹v˨£ ãm è9B´Ï(Üy DÑæ³dÝB6ñâ¡Ý%Á¨JÈ>¡^î'°­/!ß®‹}\`Ôûö®°Ûêñ};¯¨@§Á ç{i¶¢û±yì¦çIx‰¤]öŽ\îýžw™óG*c Ç’7«Ì û 0‚ΧÜôd‹<=© ïò„?HQb‹ —lØ:=øг>„“Bšæ÷ÓÌ#4îyütùÈŽ9Õ~ËÕ+D<Õ9‚™½5¢¥¿Ø,¬–Å¢éÜ`oÓ g¸Šÿw‘N]ø²6ƒQ‡Ê¡4fﺟÁ‹oÚ˜Ê)@Ó0ç@­ÇüKdåbølªç§Kö#aË^»—bq~ûr<‘C†åæB+>"ûûï®_Ó¨b=lx| óƒÈ‰Šqjî-i"œYQnð#·ßSÍ­¥Ò
+GNõ8ñ_γº“ŸZÔ®>ˆ´„‡“_¨1X
+ÐÚ¨:aðfu <Æ4¾î¶žyï…ªóºÞ:aa÷(Ù¼Eñ!>ŒBpÍDN}KAˆ—RœL\1PíšÉr2Á¿nA·¡~ü,ø!äù¨4µ¾óh–à¤!F´«ûˆxÝð§©ÿG%ƸTòÄÌ{p&ëŸLTÊ☾¼lô=ó?)ð™>ÆåbÎö$‰n¯†ÈFrÄ^ÑÄïÊóëlËîŠGXº&>uŠ˜Íß'Ì7|97Ò$M¼ubX„RÀ:-b[µkcƒ ž°‹y×PK-_-ʼOǘG¾œ™–þZÿ ×ûÆöžƒÜß?¦ `±ˆÔjªËóq¶
+§±@N´jìÓáŒû|Çxžø:„$+|Ù+Ã*¹>uØ3ÌÂ)4ÕcO“ÌÛ‡dü°x^òZÆ‚u;ãt°{÷N0Ò—ü‹•ŽOŠ£ãd•Úñ®(qÅRMk¶FeS­øñ¬²²]<»5ð&ô€^dUŽÓsi`h©áGUñhÊx‡xF"ý/LÒä­ÁÉ
+GÍ–¯07+×få¢,z3U\]S!^,ÝÉ®™–úá•ø«*HF‹œ”NpáP!óßý‘ê¶ÇNÞì.éXʼn֟`-ù&á-´ë‘´œQLÚ›‰5DÇÆv&ü)/ÎMeD´B ~<e"³¿1áúT&ÓB©•t<ŒŽÂíLHøࣕw’ÛT2_+RТóvwB­ÄdÛ_¬O½@
+§dŸ~¸,ZOµ¢¬.e2e‰Ü³ >‰ýÄaçð‚"›ÕOà“B–ýJdí\4³“{îŠr(wNëåŸÍ;ÀCm߇‹~ÜJOÝ.¥ÝÁâ£7"á^ÖË…B•RE-úÈQ©±c‘[áÈfðùü½|'Ìïåç¢ûÞEóêüß"”("3ÔK-žQ»ÎöÔ·XNüX||þmቭ¥³›×f‡¨šk¸´²ëvj;Ý]YZ·ùØøŠBhô¼éØ2[¦RRø,ê`šWC×Ôc[p°ßÐ kŽ¢ñ‰Ø¯"„Öy Y‚ù‰øUNFë\òâ½®îØAÔg#bÉ@ìЮ§ÊaêXðVšìÖLq; Úm7€á…/=Ã#ÑÚ#4§pŸqÞˆ9ÄxÞ¢†v»š˜nùç­Ü>å%£.˜,mÞt >÷,«ÿ1žÉc2“û¼3`2Œº?f“r£‚¢~
+´Ð]X‚!Â5ëIÀá ÀÛÈ%ß~“Óݘø‰ü+×ÛþJ™²¢®+¾.‹íbãyÙ.ÌØ7¥Ù×;i+SËzøŒq¶ó™–þ@áÙ«/ãó\‡~&YèÇ–c„ã*Ûrq<µ)áj|áHv…–ɳW[Ì£½ºÈþ°ó³KÈ{¶|¯RSÔ
+Õ*Ã8ºEâ‡+û¬•­sÝ
+Î6èƵ¬G…ÑžZ‹iþ.£­m -NÓÃÇN¤øeÃ4œD.˜#C­ ¥ûêþ¶Z‚âp)î¢Utû9{/ÚÈãì;pGÀ^“T‚á®ÒÜÕŸT’#Zî¥{ìàçf&|Ò7dÏ¿5b4ß}”àÕ¢_Óç rkScl&ê,Ò´÷ǘ¿ {ü˜àS‹‹B®4ÓƒÝîsjWìè;?wÖ¸RhNo˜FÅ íïI+ŠU§S¼Sr™Q§%߇—>P_Õ_&:dK÷‘¢‹<©0…GˆÖ"ËyÌ0Î~%P/ç2ŠùM¤!Uš}þ’LÒÅ=›!ne„öédUá-J!‰4Æ’Å®žÄ'¼8dÚc*QV2Ƕ9œ³ ¹Aœa§²ûôH{ùó}Å8퇈ìí5$~˜ çCTV#ñrU‘ÀM r˜Î¨*3ƒÎePbÅVôæ‹Yømñ‹¦gÞ fdÆiO•j˜n ¨pÔÂ-ül
+ +$Ù®
+%°EbóÈ ÛóÇjž÷È^q뜘¡h)MPìp¿EäûKüˆÎ‡µ˜o† òÑr.ˆ÷Ȥö1n$ä
+ÄéèàÔç¶4pß=¨%ûâ{U¶_©ûlßtƒÜj‚åÖÙWs+ScÁ¯~ìlúOGGðë½éÔ·†*Väq誈»¨Ý¿õÞo`f©ÈEN3ɯ+ü-¯…®g륒+~+Š'gÛæëÆ1t"Ì¢÷{¥Qõ¦Ã|›oà›Jäß\‡‡àiCû<?æM‘•°„§~Ÿt`àÆŸ`nlHjç\ 9Dšß/Ú:G$ë'gáv—׋•"}KÎ1ÇÁ´VTó @ôpc:vi5¬©|{µÕª ynnþò·§“½åÈ‚®·o Q«žÄL¨¨ÚꙂºÛk×k[ц.:è¬Ä4€R£÷y1‡ë¨b9ÇŠN¥ÃNisûu‹› WÖèá¥$Æ×}¸kfŕ댦´5lŠy&‘²šÄ¥ ¼íÈÏ‹%·!ØaÕõn%l‰Ù:·E[^¢„‘t§1âÁùê$5µ(}ŽÄoB¬  $Ò
+ç¾c\¯«”Ë@¡›½xe7>Ùk¬ïðoÏʤIÖ y‘ëYÉ’=›ß›]×&©?̘¹Ç!{½:Qf5’¿[]¤CjfòM!OÑä2"’.]aÄÁ  YóŠ\ØcŒê;
+RK÷
+°øÀ–ý48?í,ÙtrlV—–gë!Éa¹ý¾´@w‰PÁ3P^ —l>hd´õ“Ý1jáA4=¯_¥  ڹ‰íëiÀ3.#´H¸øó1AÚ•í’ýRõ Ý Šzˆ+kÄ—goòNˆíìÉ %Ž›O²I®b¤"ÍTÈ[jHcWîptÅNIH±= »¾íïøˆÄMmps<ß(¨=*ÏÞœ²W Ëký=úVÞ}‹¤E ¤=ø§(Jã90Ölí Bˆc+k—3y›wi=ä!³¾ |F_5¬4ò¦m¹g«ÂXü+R{pAÆ2©è5±ù€½ÿX Ÿ/·ÿÍí鎉¶òÌ*t6à´é–,¯<,‹òÎ1Ó­ø+l³“ëÏ{šfØ›C@G‡Nžhc}ÎÃù'·úi»u¥0·p%{TTóbW MÅþ ǃä Èe ryÑ&#så«RH*+îÿ{ Uk·ëĹÂöä[ £f9ݧá×Tÿf÷«–ÁêÀÆâî…™2I%·[æË|UÑ‚¹<bºDP?9d¦ÇI¤S¯ã«
+ï³S,ЦIí•4ZÇ M
+PýýÏ™/®M«“lÄ8ìqsÕÏ«Mº“Sðµ4®Ÿ›5éÝ7Ϫ‚cj¨¦Æ¬â`”ûM¿ß»Tè/V$d+:·žé*Ø·¶”õÅ]fPUÉÜôq&g£}5z×1¿ù¡rlC«ŸØ ÑYé‰VZ“¼ýš:ƒO‘‰7ô‰ám¢†‘í…-^MÂ!b¹#}*Y lÓ‹Bñ/‡©© ÊFüÿÞ!ïS‹¦×XÝ®Lãœ;Oª!]4´qC ’AªÔë‘€ÞS‡’DHO‰rb-0ô
+Käês4ÇÁ QGZp˜GWRžoEÒ¼‘Îë«ŸáEùY(VÞů€õ§}Šò¡.Ài|ܱ¼Ä°f~i°—‚ª¿seS6'RaYÇç¼LÃÆ+lŠPOºk±z\Ÿ„6uƒ÷ÿÅç&ÖÃ¥_@*SÂWtƒ¬x¤ ¹uC-)¥ñ‹,<¸ÍbH±Ôä
+î
+¿8x
+ø5©,ø¿=ÐY/(æ±¾'
+g¼Ôà0±F …W¢ï:€œÈÔKgö©`Ô «ê‘Ó8¡Ù¹ìCßlëý‚}½çª³5¦GoIæÐä›To„eV½cÍÏð´LUux‡–ÀÏÔL\ üËUÚ©È5k.ýȯqf¨§Ç'xJ:ܶMj©µúÛÁ—ôpÙù°žVßaª³Ï'ÌT«*ÍtM«JRi×çÖµ”`i7¡ k¶XÔÊ^c“Ë*“ªüìå{¥ÕÓᱶ:¹*ÖÒÈ7À÷²š»y"bE~w$×4Fº¢òwL¹3–8²ÎRX?Wß Ñ613¾SîÉ`üØ5#˜”âR=0¾ûdµÖ’.ã8º]}÷¤ªä[
+à/éVé¼· &šÓ‹«•
+—…¢•Zx¥©ØP¨´+ ¼iþ¸t 勤ˆÑ?Úbot¯”}¸_å{šãÙŠL í ±«OT”ãD ¾\È8¥¶ÊÔu!"W-ט.2>#Ué­™¬ºÚó¿åÌâ‡#Éõ¶/0«ÀY:“sèâ¾Ã3™;þ»U¥þg}/*C‘NÀ`xí-GÅçØš€ð(T’*ÏRÀvìBö¦.¦|ÍK9„ÚHŠJÿ/4ŠëÍ€¢ ,=¹÷†xÁàŒ¾½FÄœ&qN¯ßm›x
+ç˜QLEÞ#cÇù«rð…‰ãÝÙC¼·€EÈ“§©ì/Û_KOå´`ë ®,¯:îÆû·˜€h&p²ˆQQä8ÛÙ°7Ž†Íó[Ó¢ðÞˆ–šÐ´Òžð%î ‡_·Þ#¯öÙ›Hèò‘ià™îÍ¥V²¶`Ŭÿm1Üø7wyÎh'áÑ$x¡åõt©GñyýwB‡ :∸¿„Ï÷€d„PB”?±2G¸ÿã”ER‚ªg+’–^.ºÂŒÛÍ-ç
+ÎÁ곿ÊIÝ$6LßZ²îNºyÚùð,Ðo§˜Bâ–õLßÌ6>•é†e…‚-éÕ{¡±Øž5!+àî„…Y‰ƒ v5ôK1¤WiÇÔð½z°‚vÃWʺû+Œ*µèI…­ œA>^P¬ºã´Qm˜?Ưzu̸{R²i
+|Q«pÂ;GÕÔŸþÈkº´h«¤êgáËÙùlgžRí{E°ó«æþkhÄiÒ6¹ºw¬ø{1œô•ŽéÁ »‚qŸk3¦Å^¢»ÄœÆ«“9Î…éÏʼûíBDž}½ªI5”¦´b»Y ‰ºÀ‚ƳÇ{L 0ð~‰í ¢ª4YÎÚLÃÌ7Æe dnøp %Ð![Îî´»$Xx¦Ùd1ÿ&BZ9—«YÌyKUÚvâoCqeŽ9^‹
+>kÚq)gäžz ö†ƒuvSUÿIû°pu`X<‚\TTðT0̉ ˜ýÇ£dƒW(¨b@'‘yËV³àoCEè;˜ÙÞ¯®ÌrFk ¥,à-AKÃ4Kñ…̵íåi½™#™‚æ¦a£»|gðÿN‚Š†wù4ô­eÅÇ»lÞ´Ñj1Ús@k¼ÔéÔ/)U€q4¤ÉÀ ¦$X«ç+Ÿ¾«­k¹öiÇ–.zÞvp¤h‰°ÒÚÇΞ¼D§VÀÞ?¥©äÕ^§;·ÿ’Ms¥'ß*ëxõr)?Í46D×Q±›*ß’†ÏìÙ}uà°û’&xiT(œ¹\É$F3ÿ‹
+(ú}w¿d÷Á‚ï+±þòY¢uÖÛÒ aÉcDüÄ@ÁÆÕdœå™C·¯sžïä#uðV€Œör³êZ¡>'¾ìªÛ÷VH4È…üXâHÈlå÷º“ϹU?ý²ôŠÔØ-(kçÑp—Rã0D=Â’Þ«âÄ#"}Æ3þ‘Q°°²ÒÞ\ÿRªBHåÿ_˜¬)•5HIùD5Mš´¯‰’lì³kk”ö|
+Ñ7Ë–˜|$ Á@§ø#ecû“í0~Mï…áq4 “ÞöÁÀü>‰r)1KBæ~ÓKBEƒºµ}¸%F”H÷]góÒ-F=§&f«š$ca‘ãxD‚ W w»Žúоã`þe¼e‚=QÕ“ì7e¥xùCÉ¡Lyì:
+ï®É©-ÝÄ¥SòȸgÍYºŠqÎã0së={ÕÝù 3…=,TåÁ¿¢ÈÍÛΠjÙ*éf §û¿~ì nÊz‡
+U<|Ul1ظçhwlŽâì¥-ò_BI %t75È¿äÈ%ýÉîyô¸œò•žoU2ËË~²]l«®Àëاi þwjÉ ·8µç¡J[àe€;˜¬“öÖ¿ ðÓˆYËð«'¬[¯š …‰ßa‚üãûE¡å”³«ÔerÐ<(ýwp?§/di-EÛ#ФúH~‚£  1í\Å>ã ŠL€ïaaKc¢\áKŽK$> í<ªæ–ö*+wп8Æ• 9Ñc.;ÿƒË°išQ³ εh•ÝmöJ[Ñ—hÔ¯mÂþni
+¦·Mº½4ÃI…¤ú²j­ æl’cîë‰hiá"¨ÎýÅÄ5ê˜SÌÖ"*~^§iõ5Ì\0øþ­RA£é‡£„@‡+îÙ (!7<—GòW®Í?£è:nžôõ‡§ü#ñörÐÛqaû&ž·Ò[Z‚%d¥
+¯íÔ2®ÞÀ]ó´¹M…§«Lû£~\¿1£ŒÿãmUš¥Ü}KoEŽY=¦?Þ½¿…Q¯Þåíº€”80¹¶¬æˆ‚¼ .Ðlx΄&hv+Æꇣ®+ªôÏ<ê‹Õà~îã‘23ÕÜo¢Âä*#ä'8.­.»zà›xBF(ñ1‹7½–ÉP³pü¨C£|½¯hZ@IÍ÷³@@¾!/zîW5„•ÄêDp¿rKL) (*3Ë– 4 U‰ ¯Ú‡j°nl‘p…¥6²‘©
+ð~}}IÂäå”iÖw# B%jÕ{–@Rœ‚JV÷¨Pî¸8;*Gä
+endstream
+endobj
+1973 0 obj <<
+/Type /FontDescriptor
+/FontName /GYRAIT+NimbusRomNo9L-Regu
+/Flags 4
+/FontBBox [-168 -281 1000 924]
+/Ascent 678
+/CapHeight 651
+/Descent -216
+/ItalicAngle 0
+/StemV 85
+/XHeight 450
+/CharSet (/A/B/C/D/E/Eacute/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/asterisk/b/bracketleft/bracketright/c/colon/comma/d/dagger/e/eacute/eight/emdash/endash/exclam/f/fi/five/fl/four/g/h/hyphen/i/iacute/j/k/l/m/macron/n/nine/o/odieresis/one/p/parenleft/parenright/percent/period/plus/q/question/quotedbl/quotedblleft/quotedblright/quoteleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/v/w/x/y/z/zero)
+/FontFile 1972 0 R
+>> endobj
+1974 0 obj <<
+/Length1 1644
+/Length2 7915
+/Length3 0
+/Length 8749
+/Filter /FlateDecode
+>>
+stream
+xÚ­WuXÔm—¦[@:†îéîîn†af
+P‚yúÃÁ Wo
+¸€!@€’ž¾…†®€CM× „ှ#ìÐ;¡ 'À@þ:
+€
+¦ÆæÜÿ}ÉòAî‡ÍNPìñ_.ú÷cámìï üg<3˜ó?¿ a~€@^A1q
+fæìÊ{¸ÄÖò˜ûëS~ÛwÒwÍâLi¯`XŠ ˜~]60´-ºÁ¢m†ãüøÉÆì›FÆrîIâ”ú!¼•¸…¤*g—íÍöÏsöî¾ÞžŽ#Ì®MZîì\V)ÊäÆ$o{øiÓ/Ì+ßLj÷ÓoÌ*¾1y@{ýŇå,~•T0}_˜t§€º! ÿÅ1AëÉAT$~¼PA¢,àҘ±¦muëÝY±ù½²’iñ`ü­ÚØ/ji̢˿šrÈ«wOeZF¾vV7'N7°0•{,RM#Ǫ"K+_6Pš´&_øÒ¶Å;˜G¦¥Ü8íSuÖ®>o¯ ÷¥àÖ“˜S/iyy ·H®Ý¸sì+Ñx¹ui´”¥Z
+ÅÒ·÷½s˜Øriuñm+Ÿhl°
+_QG=T_ò¨eŒÓ@²ž$Û6tXµµ§©ˆ>}0)g?öíc­VÑŽM¯…zû>J±®l¼nNˆH²åî-á”ceOm-Uì¶õjíÛfŔ̎±õ$)ºLÀùŠu6_9“Ü”Á‘~1î„“ñ=U$š¨gvü ÈwÍ
+sÜ
+ƒtéQ¿lˆÓ6<Z“ ꓸÉwa<ÏòjcÒ-nÀ
+ùÂõl" ÉP¯¤­ÿå «èWVO%û­rxÐB[±‡‡øÌè’!A‡ä¶Äu’ì ÌõœìTw…P›
+ 3ÚV{ƒÜï?vŠû&f—¿U‚¡g-ùÌ&3ˆºKF\láOÈb¶_»vCAÏ‘¤íæÃÔx›I¤6¹0ÚW¢­ƒHnïÎW š_h­t\Є<¦ñÚSŸ,È[•è°|pø³‡Y?•êñGóIX…µœã~f²Ì^…éRèìhoZ]öÖòyy‹„mØí`˜rš£KKù¸d*ødÃ:ÅvmŽA¤Rå°„0Xq
+–V/¶ö&ÀâÁñ\xÒ³Ù!fKæ±Ö¾|m±‹ÿ–_üâiÀFÚË¢HÜ`åÌ>)Ê®E7˜H%]xÎÁ`¾Ø:S“jZ¦}ññZúW’k •¸Åùü¼¾ªÂ±×cÔëhea££C¡;›Ð ÔV,ÿ0ŸÑù”ÒhÚÖÓ}= _ ác}{a,³‘íªºŽ 7G kÂ'£fšÊ9ýÕœ%ª^E%³½aAŒbäž(žµrg%zµ«Æt®o-ñ N¿æäÐ_¯|yôEÖiG÷e„8åü-4뙄â9\F5¡!:älŸ‡0áå)³8Ήtµ85*šeG]ÿ)oZýóÃÖ”MT¥Ó§p˜Âé$6ÇØ*oì:þ²ÊVo.Òâóy°|‚ B$Aòi"4|‹"0|óu¢]G)»ýYWéç »û(± Ô´‡˜Äí²Ú¢>Ô«i•öÔäõʧF&Yóçïwæ8°›YŽˆw"·²”.i?Ö‰ØÀœˆøº‰áÐø£«àÁß$Úêðö“.Ú$—×R(½¶à˽Ôj!
+áß%Êï-Hå³"×W–n?ýŒ—`Å*ýYØŸG…
+Ž°×>çí}¯¦ùñˆ
+'é4ãªþü£øjöù}K–Ð"¼è¼nMÖ Õ ¸mïóuÖ¼f”^t~q÷=,R*BPSÁ‡Ï`]¶®<{t>‘U“î háØ#ö^ühö~Ô”,CcHËÑ”\¤Mø €µÛ¡íj­\q»ŒíôÚ5îÓûÞ¯7—uÂñÅèõáqWYfËáç³°®
+‡-ÿ<RÑ— ¥Øy!aÛ½ #±¢  }ÑˇÊ[9…»>Ïw¡[Zº+´;
+´Óä­M¾'«=H·œàÆGßµdžÂJ6{Àº.y,Ÿ'ê¯×“;OÑ5ð"||èÙéOcÍÞ—éà,°b´ÿì‘=ÇYóÐÔ{¥ä%þžñI©z‚×Dï’ dRŸ+Ðï®h“<¨ÜKÎñÝh8Rxôfnh`¦VÌ „Sš½?\íæìbÌ1m>üL õipgs¤FØ$zÞ¬öã!ÁN‡õÒ|£Ÿ–;ü¾šßfΣÊrìs'¡Å}d§bŽâþêjeÇ™v
+ +Åm2®Ç®Œ¹DbŠ?eß$Óåê«Ã’"Ï—}ŠÌb!BPÍÉe‚ Ëå¨õb†ûä‚c%'<Ží.-‰\št¼¸nĨõ.ÐÉŠ¹.t@{w¤ÞyÓ ¹ÙU`N)%ÕÙHš›÷]É°¹åáBJØ&‘X†§ùÜÇlŒæ=_v…yKHŒ³Ö\%AW²kÎjÜ–(OC
+çIP{¿ˆÑZçù4«ky7E7Ó
+ÊàXYe£¤Ã<›…i±Ÿh¿M`Ý&qÅ(èN*~H²Ûª}ýz:ù$)°Ï·ÊñCÀYåùË2\³æòQ²Œènr;1p†,P/zdùÔJÞ½wŸY6ÛʶCÊ“_íѸ ;‹×ÌŒ¾G<?‡í/VUZ/>´è³³³$J]aW”ä ÇÁ1k Sû×uü²72g—Ÿ¬Ž*¯«öU+8aò>0pº¢î‡ÓêÇ5üt>¹¨Õ© ^h<y;HÀ‚L;©N[wvHUr#ÂG ¿îiPˆmh*­êöœ£ÇG!Ñ·•­>öpâñeißË`$ṿµî‡ÍØb¶½ÄÂft#j$2ënò­‡~Z•Vácóž3þw¾T7E {ê5: üÆÀ–Awä }¤è^ú˜`¯ç{!ç7ßb´d¨0íù7ì¼/~“5ÔjµëÛã†Zêµ.²]>âemÍ«ÝôWÐg†³=/Œ~ðé
+ã,·–£¶8Xñì0CˆvŸ$È“ª'ç€-ðëMÕܪW(©To=঻«‹é¼í—á6õ ô5j\®Œø¢±°tÅø|5¹ç‰ ´,ŠPÞEeôœ¨mÕ¯Œ?¢nž³‡C~}qËøT{¤… âØæðÆȃyX&yr\m¦á(7Ohäl=}µóçÑç~ÙÑf(Û<
+F!m#Rê»í'f ðë†)áºg®“ºVÉusƒÌK•ø°ÉÚ?ãj>{†Äù®ØXKÛ·Þ÷Òcý Ní§e%<2Æ3»F›±ýý !Vþ87‡›rík>ãEBz…נƯk¦lÛÏ(œf%ë-•ŸWdyìò~jR‹¾aÒ§«M5i˜•;Ò…%Emôxhø‡ìòÀ žË
+ SØÃóĶn¥G_hèÇ4eÐ&3•ÂéY5©!ÕDR6´N+Û‹TÄ€4º%QÉçq«Ù*Q8
+Æ[èE«ÏÚ²Ôÿ§¿D³8ó-¥,8T~•Øæjx¸ðËË­
+1<.Ô¼Éz®ÕÙÆòד­œ'Q*EËå,—Æ\Û™ƒVsÜš
+û?µ¾»9#\Ëä}lü $Áœýžœý—ªHlCÂyî+™ ·ôÅãv‰¯äØÕ|#sß0OúP%мOó„>Ò—õ8z­N@SUpŠ
+Žpôt“‡°º*òÞq!†)—ã–Åoòb¡‚W“ç¹V¨ê«†¤¦T›¸m™¡‰ò^]M̓†Ô:ƒmµ:›Ã诖›}wT®½põ %~敬Žgœ4½w1”k<j#нøêƒêóüÑÜÈ©Üþ¬àúi×CqêjòîË6# ";®¿>háE7»Tjãè¹³,ÚFZ䦆/ŸwQvÞÈ®äÆ"ÞïˆÚ Øê]¯n!ìu‹Y„ûiëö­Bô1J_&OÌ1¯»4Y$‰™:·pˆ8ˬC(êÕĸüÒ¦.ŸâŽS|¼_}¹
+o"½§ÕCoè“é;/ªåùŽvìVȇ?é}–Š‡Öžý"œª¼‰y²m9Ž¶ÿ¬^yÍ~ˆor™þ±š\æ¯Ôæ·PÄÛ5O}Êò
+ ¡ÂWZ
+÷ÅÉ:g£ ]9 /û$ŽìÝ$¶
+0W·7e±¼¸»¬#?åE W¸«>–§³ÈÝèºj,é
+2o÷%ºñŠÂ‚º í7]Û^£;)¥~ÿ« þhœÜŒ"t÷“  ¾Îv$/ÕB%FSÑáõnlqñ̪bìÞ Œö'ý=;>BTÆ•>O?r ’‰Oüþ¥#._w¤ßkf\1Á1í1®zòÝ+â"­QI”ó×¼Î2Qåà4·¾¥%Ã]'܃kuÓá3+ô’•Ö
+»žêtïf•¼l`CbP1ÊzÜ,Z™÷ýøàͨ¹¬ª8n` w>23?ô2 Ukè§nqH{Y9Uä:SðS–Ò¾ÁT™î·zËJrå_ÜÜ>ÒŸQF‘gÍÓrî6TKŒ”ú>­ñF‹_µô™ \’,ºtbËy<úeA#ØNav³˜7ÒšòÍÖT(å…ÄEæ\úb„3#½¾äÚ‚öH2MIõ¢ƒèïøY¥½x(RÔ¬>bOjÞÑÛuÊËøu
+9?@£qƒ->š”ÉfæÙ“3…‡ÏV–ÙØñH÷ŸU½ž½K¼+FàÒ*F;«y9Ùfª^yrw»]sËqÇ‹`qÇݘ@çI6š‚" õ4Œy¬ê—&˜‹Œ¨"ïÐHˆª
+’õÝX¼ZPɾ‰|?ÍaÂ^ÑÒáj…• =0ž>M-ªî›¨eÇ·²¦•KÎÀ×O¶á‘mÃGΟ&÷’Á´º'A9­§˜»4#±ÃÍÿ½œÞ$·ïÖ¬ü¨„&s—î|…/IàÌ:Ü¢·ßP+áO7¸öÞMO”ÊZ,¬¥º¶ -cvÍcŠwàLCwWŒf¸øÑýÚQK•-‰4ç%ýGÆîðä(ÃÓ÷`é‡Ï1JŸ½ÞüÁWc*©JÊe.¡G…¡FÏmeì]*\d°ð´q¨¨Žhb»Õ%œz0¤èX¡•ËQ@¹ÿ#À€' Òeœ³bWCg=̉§Â­Ce7)Y%#HkŠåY‚Aq0âJ-ïð`¼á×ó"è«‹¢¼4îYìXžÞjKw~ŒDŸög‡éœsDaˆpX" •e¬Y‘½éʽŠ‘ºù»Ïɧ»uE|:ugjÕ@áy½á%ÄÜI ÖK¡÷ ¯<^F¹Œ”AÇxè[é¹ì‚’‹Ùhg‚Ê-#Êm{Iyv^Ifl¥õóHŽ}³ïgë¹[*§F4˜(+3-úCN´ÓÞŠÅϤMƒ7aß>(ºáNzJ”ÇMkŽ…ùhׯ{\ŒÝ3äåï¡ÓfØ^¹5 ¶~IƒŠÌ3—|¥Œùõ è@<ÛËÒ:D=Þz8¦ŒM¡´4“~ø½Og 1è—›Ôš§«ÿ~›ÈEäá%WXî¡°÷dú•7ro
+endstream
+endobj
+1975 0 obj <<
+/Type /FontDescriptor
+/FontName /AVITXQ+NimbusRomNo9L-Regu-Slant_167
+/Flags 4
+/FontBBox [-168 -281 1000 924]
+/Ascent 678
+/CapHeight 651
+/Descent -216
+/ItalicAngle -9
+/StemV 85
+/XHeight 450
+/CharSet (/M/S/a/c/colon/d/e/fi/i/l/n/o/p/t)
+/FontFile 1974 0 R
+>> endobj
+1976 0 obj <<
+/Length1 1647
+/Length2 13596
+/Length3 0
+/Length 14454
+/Filter /FlateDecode
+>>
+stream
+xÚ­wcx¥Ý²mб­N²b۶펹bÛì¨cvlÛ¶m;»ãtxó}ûì³Ï³ï=Î=?Þ÷ygY£ªæ¨YÏZdDŠ*tB&vF@q;[g:&zFn€¼…‘‹“²¼—,2ÐÌEÊÙÐð‰±Á’‘‰8 -ìlE Ü
+´¶³·Ú:RüU€@€³9`ja ˆ((jJÉK
+`jç°þÇ`lgkbñWiNôŸ\BN
+Ñ1±Ñ³ýÃlá$ná4Q´p66˜ZÞßv5[ £µ…-ðSä¿Ï÷Ó‰‘ñß0Us c+Û¿Ô`û´5ù÷>uû»9Mu) )šÿfÚþ½Yñ³+œU=ì€ÿˆ¤!ggòŸ‹¿¨„…íÜ^tLì\
+g.š&JL´¥1β÷å­;¼ÿ‚µÁxÎ0ømVPåê!â é/5·:8)GY°3W7f&ìÆ9Lpë~×m?ƒ!ÈD¢×,eä%[~Aíh,kÊ.Q—h!!ÝɆmC=Ú&)ÿŒúÔ>‘T«Æàþ·‰ÍüY†áº\¥q)jÊ$Ò@JXÂ=52l
+8cŒ³éö¹îè˜j²u³ä×)
+”„(­
+ˆ7²4™xg³|Z@çìïñ¬çIÆ•¨s
+yÓŸøÌ.#9ð:²žŽßÂ)åŒxW¶­*ŸÐ(KãÁç\•_(þüNÆV§]4ª’Kv"€Jq¡Ú&±¶ ~3,0\ßÿ@OgKî$w绘]f[Ý75–_^ù\Mäó=@Ý÷Ò–+AgQâŽ7)â蔽ÿY\pµêÃ;K*™Ü–wñ½úxvm|…˜{ÃZWàI!+"0 Oy­<ú’ûö„ÊÑì3ú–.~´ïð9à dìhÊ’>}NKfCÛ¥Õ~­£IŽd\n»÷~þbdÇí|ÊDÝÛœ,›:p‚…͈—Á“¢PWBÓ­Ê5AÞˆ¯Zþ«{¹Ög’Þè
+vªkÁä4}P‡Þ#EÉQRh“SWÁþù•ðìБèË
+ëÚñÄ9¾Lž
+¨^8¿x~èeMrxör1ÿ馨i[°”ÆŠ¿Û–Ù' pæe›náîàâ´Ý*°µ^œnþ
+k®ÚxØƧ†¥a7ónè` „¨–nåcȲ¥:!ô+¬¬ÜÔJrªË#¡G‰$›ej_OÊ]__iM¨NË2ì]0xA6µGmÄéP”‚¤gN–_®¾ðþÔèIý1 Ï`ÄÙu„G••¢˜ÉZðs3
+¤¨f=S–_à%(B©ø!Ó­ŸÀäKJQß·t÷˜SHiè_^ÁPŒ‹ÐñIF/¹;ù”¿…@Ò2¤»-Q$çÛoMƒ¤µ…JE`‘ºÁ
+$·ÛcœA”Öðâw ó ¶ñãz õ÷u°Èƒ„·Ûve™±¬lø`§iQKÑzXE8 Neï—Ö¦Y@ï¤MRHM».4î¢ýŶ@
+dTÞŒdDBȯ‹¢x^øoŠì霈 «4h&ÜÕ'U¡¥TÅ_®·' Üû‰ˆ“Û_ŽÔö·®ôpt΃=kµ½é柼‚EÈfÊÓ8mÛ]¿Íã5[äA:!Qq°8¸™O”´<Û{põO;EŽQéÂDg„•á[˜Eƒi'[÷ê.ÅcÙO^VÜïŒ>!][µ•{‰Ei¡á¢!\¬VПãìè\Cx”}íGm,+Ê
+8…p ß-ëQ`ãRvSyÚýrgbw„ž# ¸):l…œ)Ö§/²ýzÛö?M:zD|7ÞH0©]ê&¯§òr9âµr!C‹‹¶üàV¯
+“tÕè”hûXN™§ q?zŒÙ »×Üœ &ãk£âéÌË>Ý’* ÄqYßZúî×=/Èè·­lÑ Wö «*¸I–y¾ü‡jøÖ½!Hã%Ù.PÏùñ`:´°µ¿VéÃw5‘xsª:Un÷–¬”:Õt¡ËÃÃ0rcú7ƒü Œcç\ŽQïpgn¿¾/òWª$hÛWÎ^Y¦à¦ãxY*7nkÑ×9£|Ë¿g½Á|1Ï$­Wø¤)!¬òn¼w¡@ü*;_e¤% စ³_r÷TezvtiPM#™Ï(^“ zái?®NÑP¡èjÌü»4üR6‰àka0Í;«ÝæФ–3PÚáÚTñîÓ²ãnÏåSvßu6 6U=//Tó™Iöá ÙìRiv3 Zp"¿ÀH|¸îv¨Ü”þ!/ Ö}!4š´Î(=÷Iä4¡Z|žì|ôx
+7ÿ£Nݲ-3п4€H?v†>¦‰,Ê£´ókå~.ûñCö²mÖ"o¦Ó[/P˜Ÿ $³X¾6ý7o&Ä&‹5D›7¾Uw9*ü£â{É Ÿ’t™¬üõ½Àö|•Aa•MY /ø"lí­zŽOr©£÷¼A‰ch’>v¶ÞáïÎ+m`aÉâ;œ`>Ú¾`lø
+±ü¢k ôT¼*ÁCºŠ‰É}ƒ
+°æÄo"/cÕrG…aýP$ÔÊž=#’ß k¢æÙ¬™ð¿/Ì8ôŠë$íhÏ>4WðRS ^ ›9gwÞë³×`¤mx=œ"NŽU78ínë&/nÆ|§¨h]ì!³u|Ë=Ät¶>pD"‘!/”·°™¨Ÿæ{°LŽ¬XUÞ¹g©â‘m\¢#ïýR–u0×Ü3ŠÁòX´ËÌ"
+ÏíIJp’tc:±q· k´­:¨‡‡^á·ªw¯¡Õ¨cªÞ7=¤¥‘ŠsVßa¢±…­Ïß(¾ÖwíÝ.—Ü:úñ#ôvB[Òƒ[M@OÔiÓT¾5iÞB0iÿr:XŽbï¨Ú|I[¤!î”Æ ¸Þ7ò™–ö‡'Ë ”M€Á ‡õ ŠÙð<Råæµ4ÀoÍ–mÁúïÊ÷› m=Ç’ Ë¥¬·"µˆøWlýXD7L^(Òæߕ5!ÕŸ™ƒJfhM¸Ÿ^W$gCqbçôÁ‚m`Hzsò2ܘ‹¸gN‘qm1Ža]ÈÏÚRfE4t‘n½Lµ–L,G–0u‘/mya´yæwœ#M2fNÙb‡’6/‚:¤KjS™FS\W›¤'TƯä±0BR&‰iùšHý|­fîíÖ,ÞãË1ËBâQ ‹ˆ|2C!¶:4È–QEä¿«UZd¾IŸœ¦Ë;ÇäRõû°/lÚî†u/{²D|sš¢G>Ä­KYï…?®%ÔCþÝb Ñ¿æIönsµç ´ÃÜw“SP¬#K€ùÍ:ú]½Ÿ¦õ÷ {GŽÇByºbgñc
+kù=ò’€’™gV'Z
+é0´^å²W¦YHѬIÝ%¡ZÅE•ÂS´Sê–ÏJ¾QÑʺn˜OÖË1u8/ÃÅÈËÏ¢~o @u¼œ¤º¨ÓOGm$ÒZ>±‡À|cÌîý¨Ëð‡5“ò’–Dm+/âCÔV»·ÎY‘÷BùF·=‡!“ì²döÛi™¯ùÌ…€"ºÒà‹;5†›ñÑð‹ÇÍX´àìiú¡f ¹¹Âí«ÃþöòªèÛ‹#\Í
+o×îzâ‘nIX{2ô^5<lkñS·¾§³
+ìÑvý/Fpƒ^þpº’£|¶ã›¹ ”÷jx4kr¢áb72w~É™O늚} åºá ѳgmŒ«H³æܘ ’š”™~W–]ò=ÐgÛ…qýƒ*7 —8Z=Ž¼—IÈ åÀŽK‘­r|Må‹…bèÜ,žMz„×0-Ò1Å}X¯"Cç1±ç»nCÝŽPFj|îüží…‰~Ã"±Ø4zýÕ*rø’tº»†uú•úº1hg !è"êg_±{¢R½â௟VTÙCÃyey>.Ç6µº¹èl!:P£|˜¥å°˜9ÊA#pëù|õ®äºöýî*_ÂÓLfù3î›0˜n°CDÎ ØgÏÓþ˜´1iƒË…(éÐ/ǼÆ÷X¢ñê@ïÈrÅJÅŸÌßX˜´FZgýì0F¨ÁÊuk´!qê·)¥ª‘? ´Ö ƒÈrRp*G]wÌ dÒÊú (F2Iþ¼AbìPYBHúsÖ˜5§Û%NÆîHŸtO_fz"]]u9,@­9½pqüùÇœõÄqðOƒTâ3¸î×…c_\à¾û»Fù†)Ov™Ù®ßÄ£¥× £(o³?)чôÁ ˜^¹ÇÐõr)’É × êÑ“žr¶ÇX·ÍXYQ;ÀùÆæÛ~&'bž¤j°j¢_A\?Ú)í>&Ö1£ùúWÍXƹ)ÄìÐë§~€—ûbX§ºhú;ú}¥J…™0Š¥­!)"3w¯æ[þ‹£¶7Çü,åe”ˆ'õ ŠPКX怄ßYGh™ƒc ¤ºæ
+]Š/ñ³B÷åÂâF!6¿qì Þ#+'Æý3-L›RèE¬™“¥8ížE>WH…Þ÷t}¾n˳’\eª±ëì“.Ì9(¦öîK}Qãü–A%+aˆ_BV’ÜÞÕI§~BkÌk^| ¸¡-ôæT4ÜŠëeòÞ×+Éñn&(‰KÑ®áˆÓ_ùùiœèÝ|mýë gÝ÷ÑJì…H•Ý®œ˜;÷º
+
+Ð’$Oa‚M_Ù¨•)æ—ŸnŸŠé·³*¢¸Å`çÔ<õßùÃ0W"û÷{÷“w„]l2îÖöw“X#,?ᛘ•|ÔKV£&å‹ò`îûMiú‘e¨QHxù_ì•Fü,¡&²¿SMòpRԆÇò
+QÁÍ•]žƒ:?â*òf=—Œ jšþyjT†âÌ>pNí§bÝ+™0«}ë|Í(XñªòÊŽ†áJMQt¯\§†Å¥›]ÓùÞI ¢Û¡VQÒ
+´)Ÿ^Ð/_
+ Gù>~Š*¼žŸOÕT® ¿[𤲴±8¾—¡¹ýiQÄc1–d± ä–jßÝ’–
+ãìy%•¥'-ÞòÓëý骙]š&7#³b{ÿ]ßCJë·î¼¿qeB»ä<¾ÚÏ\ ß®¾äd®ºµ èPrÔ+¼ 6úxÙfœ¡P;½:Ò,š†å µ/rÛ½ÙðšjÅ)['¦; ØvG
+·0ôsn‘&=‡¦ËÎpÆQpLK‹
+GÒß³J¯ºÉqÙR÷†™fh®â"a¢i¿&ØÜDÉk]šÅªFã˜Û?‡V{ÓÁFYâ#/</øý=4)+ï„–î¸)&ÚY?<DÉ$¬´¶šË‘G'åq¢åá÷#d‹Sίc{ƒW_Þ:£è©J<>+E1ñƒ"šÕÜ¢WÏäâ'¹îâͱ§¯|)Ñ[Ï^
+ºö=Žûѱr<-îÞV{üt´ÝÖù®Ü5‘m öŒ¶#Ä{øø¼IÀ™Š”¸H öæ~-°äAHüV6“.¿ã¢Îj…µf´è{£$ù‚Ç´hý•vÀ8&N-‚5“êéè¶þ—6¾Z
+õ7ð»þÐ6FåIÿtŠóƒ?¼¯ã„<ºj"¸¦‚Ýa¶.H_?H<‹9̼C:P¿+‘ˆ)€­¯
+ñC‚~PÀïûŸ 剎£ KØz*º HÂzÆÔËKöƒ2Ê
+ƒ¬›§ ¦|¿·Ýè"Ï$(ž^åÛK®Qg§\l4 s"ÞÛ4ŸûO¾–‚H‰ÄIÝg“ÎûK¤ÕŸ„†JŠ!wUmÆÒÚNŒ¢K|ßzžÓmÇ<H w¶U4r~8Oòø3Nóšö¡“;Š½BòºÖOI.ö¢4Û7)ÌT‡üy x˜¨< ¤€‡ÂAVÚõÃ…üXp@ã5K¨àq-dAú¢¦QªRZÒcPÖï©{/ß2Ö”íWÔ,­M[CJžêºF0Ô¥Gn: ½caQæ® µFõK~膉SoÔòj”jt¥d”ùv‘¾À ¨¯Ÿæä! ÔMÓ”ÞÉ¡@d ˜ÈF„V-å& ôØ µ:ò?UÆl •¸kŠÈ ÜÈc‡ º¸®‚Tö–nIÇ2fÅG5϶NÒÅH—3hl›Ë­¼Hðjµ?ž13
+zh,/2lh©R-~íOíc{ÒW“[ùuà®ñ¥ÿ¨ô\€d´¥©'-¤µ:™9rA€ÚÎpuѯù 1ӭ웩´¢…%61ñ4Tc J|žÍ¹§]f”A‡j9ÇÖò‘ÕÄ€þSFRR#ÊqNOÛÌ|§7ÿ¤aüØ×f|ãGÞ«é õûHÚRn\Ëéeb¢IXkÌìxFÜ®å”féöîΆÍfÈq$pý¦œ ”Ë r3SÜ/{ ]™!YNl_ŸXŸ¶´ÝÀKX@‡"ÀŽk1­yÖ±S¹âašö¯e.¶Àgš±žkHl¾tqÐ`²+-mÖNïtEÇiÝU‘Á´¥ò‘“¥ <“³£hCŽ?ö6›(;&¼ýÞ©é;=w/„Iì}d–M˜ËrÊ O¡fHȳ_˜Ë^›%”î!—¶`3·0œ¡ Ùcûé:=LÝ5ˆQš6:øµìVá𞦣——mÁ†¸åÒäíElÜ|È;žuËþ‹¼õâl+èÎÜ|²YºxQ99÷$à}xäÃ=ˆÜØÌT—‘(¸a2šÑªïì-Foq#?–§^–Œbµ+Ê´ªÄúß0S^•¶R^ØRÕöYH½¾`
+\ˆ4é‹vkì< Q4PôÒ;¸ÝÆã¨S˜µÁ p™ùÉÃÜ×û]Îk0ˆâ[ŸOd~ós:8Ní¬µ+fõV¸Ù‹øƒåÐÈ;€÷{/1\f÷í¤3ª&$hÌ{Q
+„[´…,¤`jâ» —XŠº]wH+“‚&SŒ“”ˆ¶ü†ÀŸÚŠ rçkŠ%ã[s¡ZvqH»aѼå!Sº~z÷éµ9vMº ŸLy\#èÌÒm­YbœX©A•—WÝ«À7¨™u}ó›•F‘~«L@-7º<µuýõD;mßˤ¡'²+´“v‹n×ë©]ïDíDÔ
+t‰àZ?àÅuS»ÆñØu}Ù˜I±SŒ¸õ`J¯¤DB=Ť:y. HÈÛ•ñØA¦ðÇX¿1…_Ð^„‘@A÷ šK\úRÛâ…©|ª%ðDc±´Z¼õCø½Å’_håU+•‚ÓJ$fâ Q&ó­È¯ýš×Ú*m_Š¿5D”ù*ù¸¯êji¼·öîVç´”KÑ·ó"¸‹t öŒí¡ÀšLÌžýwÄŸó… ï³p…AéÙåhÃm2«[-D|û‘Ûì<k–Hy˜dpxᎦúK[>صÍo÷3`¹GIvG!‰î{´ƒ²öY)ÁÍC½¾MÑoÍóšXºBvïôŽ>/áJ:Y…þ›g"bóC•¦Î…Í^§çܽÙh˜QÉĵšsúa`` Êþ¯p­³÷T¨vÔ8C? &£.þˆáqâýYñQì=˜ëÕX&¬$"ÉM›Æ‡5€ã¢©ˆÍéʳS,^É0à+waáÄíµ*;‘C‘õG ›¾aÙ_?48H‘0º)(Ž8íÌžüØíû¬®G°{cIç¸zaá÷ݲm"åö~Çq¢çÖXŸåâ èZ›‰–N"ó¿Ù‚»^ß+iRK(„‚¾•é‡Bìý®0ÙômÕ'8hT‡ƒ­ùÜšª*îŠEšýyX>³|N×–^‰3¢sqcÖ¯zÀ½ìS?=UÖDîvU%8á?ªRFŒí²Òã&Igl[õÒÌÌûJò Þ×h–jhI¿áÓâG´.ùp’æÝý1c¦*Qôá¨såÅ"±`ù-×ç#‰>õW­›}ÚðqÆNÜÆ8Êi ¶´Ií‹«{vIQ“îK[x³¶W­»1g}+J_´Py[†‹`ðj½.^ÖNŽ‡ÍÓHôö›sÙÌ8³Ÿ2LŸõÀ]±ñÐSóû[\éý¶0جDô`1·#› Úù  8-˜ÇÒz^£¯g:¡Õ•gêmâõºÈî³4.!1h‰¾×Ü6j,#”+#%¥Ê=û|d¦­Èú… WëÌ’ ×|#g©¬têµÖ¥.û9ÈgYz5a­A_F»É&\É; ƒ!nÀ¬àÆ-YâÛÔÊûNè…o[¯Eë£ýŸ‘‹‰q"{À4óÜ%wh½©j ¶TÌÑdðAáÿUîñ¹˜'ò^\ëO)²XœîŽ(.k“„5—›’¿vMxícrºÅý–Ú %5ó‘Áf{ªÌÑÉzýùσ5ÔG–(Â;ý»pªöèzÊï/fVþj½¿æhÅôDUç¢v£‹s–z÷~´z LYîua3[§´=•éc©ËÏ€Óní¹@ƒî0ß“°Î²!Û]ôhX^®'aý¹þ%úxâç)ëBT¯ôSûÀ°ð%^M›hÌZ]Àá[Ug JÀgJ¢ÚGÖ{Nõhé1
+£·Š±¤o‘Šˆ냲Hp-n¯¿•¹D¡Ù z´£4vâ\ ¶pö4¡¬jyÖqÍÚ»éxQ}å£ì€Â”À‰_¦r›CG‘ @7‡÷æ=zPAÔ@j8Ò®G~Ÿ^m`Ÿû{3ôÏûl滑f† Î˜Mt¦÷sºú(ž&Ѥû½Æ-«¸(±K^¶¹--N̤įFsgåá:º'½P÷9 "èíge{‹–ÃQj1Üvœ†ë TvéÛê½Â¸êŠ¤ZËúßn–ã»NxtŸ Òغyb””W;èÒ[á)åö÷k§ÉÅ*:{h~{‚ßèCZ°ß­µ¨ƒra½SNø¼©ùô3»ã8oüŠ© [†&+t©|=(±GCß…Þ“S{t¹9gà”¾w)dÕ"‰¢ÄÝÛd^(FÚ
+úþ‘± ö/ÕÜÕ…u1¬4Î5î:=5ÉD§TîÐp“€J¼{p:rdÉ‘¼‹ÌtÑÈ  ­Ü–Ó˜afÜ‚!’Ð~FZ¸6<æñE|@çâÀ‹™(ãàåŒÁsùÝL$êƨêWhËNaÞWáÖ‹bž9¶Ê’x?Œ1“c€^¶3«A²ÊÔþu%G¢”Ô‡rÓ2ŸÂ¼3”û‡0t÷Ê¡
+Šù)ÛGŸ²b0‹Ðl…ÔåW]Q‹Æ Hú(‚œ%žß´F;³ÌÁØÍO»Ï¢o0ßf^¾Š*^´7Eà¶:ͨ¬ÌcƒÕÈÃ;O8½Ï9êÓnì'%Ó!¡[, á¿M¸†¹?ýîiýâáŠÖ˾l!ÇÔìØŠwÍÉ«±¤¿ºuBs9üÝÐOŒÄ‹¼}«ë(Ûð¶u©OlµÛºÝÃùì å(’§J1láS€2üD¿P®|Ÿk"
+¨©£ÖÕ$éó|µeæ)ðãÏ×c 2´ÞOÿqëBi8Ç'E]Ô`cTÈo^ejù5Ó_u_T¯dªmem™Ýód§éuÅÔx¯ÇŸôø[`u„/{Ko³-ÈÚÇŽ½JXŠù0¯çC~VÅkà ½aȸ¥~ºÞKªùj¹‰ÞM7VŒ@`]tQ½çÅJcr®úhB´{«o{ê"´Ú¤·åÕã
+cãâeç”à¶9ä`Žs4»K
+º^ùZÈC²-ß&Á{"#}– úâui?„Ÿš'±œôì¹Æè<+J´”F UKõe®¹ì¶Ù×o9‹–Áâ›õ‡Ö¼„_Y³N¸wYØž€&
+;E’ÀVˆD(WË$ó2¥D_yKgôõùVøvF°.·²#eTI]Sa ·½YU"˜ˆâ8ql¼äÁ_h—l |ܘ¾§êb¤5ÃŒ»“•Eß-0"Q‹çò„;§•o@ÙPïA³‹Û0 ªÞTǫƵ-Õù©TÓùñÚïdåðL¯˜ÐÚ'•H7ìÖ‚ÿ”§ºÎwêÔWÀy,ÜVx‰"@EéúëK•X*±©ßVô¶0çãu‚VÆGŽ4¥íä“£XÔ®ÏiÎ+ë~
+Fà›J£ovÛ幟{Cn$çZTžÙog,I¤¦ïÊj‰Á{ë÷;2e¼Ž±‰ìE;%»uìºU{Y”Lëjñhù+á™k-ÛríTo¯~‡R'Áx|æ²a›A4'õjrù.8wf°ö)+žªâ»8YP÷âìM‰› /k.±¿—§ûañП–]@ýùÁlÑ„£|‡kØã°z`…õ±Òã‰ýÂ%Ƚl?[ë½¥ü’­åw}Bôr)‡ ÜZšÊ­„vlrë«…W9ÁûRðÕ;2Œ
+ÙŒéå;³I.p‘•mHÞJq!]Ác]oØhkæöÕwX>^œ¸ eÂÁI¸™ôWÊö6Ωw§añç][ô{ŒBüpP6AEâûÔ8ºûEyjѤڄBB&lÒlGÉÒµžbk éÊ6t~–õ4—¥|€V› ,ù¼‘Ø•$¾Žs40PÜÝpšÐK“ÒÝ %Pl¨£6…Cý„¹à½+2W_S@/h«¬!o¶›
+àõ‘(|aNwÒË FÌÊþb¨¼>Ì’Z>9…ìXÆÞx1Ò_=x°¼í/ Ìñqý#* ¸ L;3'y/ÑqšŒÇ@ûžüú¤™rR²Ò]ë£{úÃr‘žCU ¬j°GÖÔªóà´®
+‡tHZOˆ©]50£Ü79æÁ²Îá›ùà¼Ô&3ЪlWßK^Ž÷tµ$Ï6Ý]÷ußµüPF^’Öšnå'C›×oÏÓ…y"à ;'²D šyÈ® 5²pÍUvRIáÈtIêâÇ_
+¬ÔGÉû|Z»QI?Ò4•øÇ^V#†§^ukƒYâÌ‹ùZ:æ,Cf65„$ÔÀ¨ç¹ÜI¡<ÅwºÅJi5ÓAÄ>ð¾yÿ„ïî,ÿv>{6V0·ok«Øhƒe+"¬€óDÌö=©×cKÅFÍt½þ–‚sæ5ÈÑT½¬êtüÑK²T4”ŽúQ+ÂHITnDÒÂ$2éˆõr’åó§#q9!„‡—OB›ªè·SÈÂäx…h¤C;=å<¢>üo´ ø'œÖÙaà÷üê IÂ3
+»³¡áøEŽiq
+þ¥j
+endstream
+endobj
+1977 0 obj <<
+/Type /FontDescriptor
+/FontName /MYVIGI+NimbusRomNo9L-ReguItal
+/Flags 4
+/FontBBox [-169 -270 1010 924]
+/Ascent 669
+/CapHeight 669
+/Descent -193
+/ItalicAngle -15
+/StemV 78
+/XHeight 441
+/CharSet (/A/B/C/D/E/F/G/I/L/M/N/O/P/R/S/T/U/X/a/b/c/colon/d/e/f/fi/g/h/hyphen/i/j/k/l/m/n/o/one/p/q/quoteright/r/s/t/two/u/v/w/x/y/z)
+/FontFile 1976 0 R
+>> endobj
+1928 0 obj <<
+/Type /Encoding
+/Differences [2/fi/fl 33/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft 125/braceright 134/dagger 147/quotedblleft/quotedblright 150/endash/emdash 175/macron 201/Eacute 233/eacute 237/iacute 246/odieresis]
+>> endobj
+1931 0 obj <<
+/Type /Encoding
+/Differences [28/fi 45/hyphen 97/a/b/c/d/e/f/g/h/i 107/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y]
+>> endobj
+1090 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WAXMEH+CMEX10
+/FontDescriptor 1945 0 R
+/FirstChar 112
+/LastChar 112
+/Widths 1925 0 R
+>> endobj
+570 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /ZUBAIA+CMMI10
+/FontDescriptor 1947 0 R
+/FirstChar 58
+/LastChar 62
+/Widths 1933 0 R
+>> endobj
+585 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /GIGFZE+CMR10
+/FontDescriptor 1949 0 R
+/FirstChar 40
+/LastChar 61
+/Widths 1930 0 R
+>> endobj
+433 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /NYAJTN+CMSY10
+/FontDescriptor 1951 0 R
+/FirstChar 0
+/LastChar 112
+/Widths 1942 0 R
+>> endobj
+829 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /PFXUMS+CMTT10
+/FontDescriptor 1953 0 R
+/FirstChar 116
+/LastChar 120
+/Widths 1927 0 R
+>> endobj
+572 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /SNVAMM+SFSS0800
+/FontDescriptor 1955 0 R
+/FirstChar 97
+/LastChar 116
+/Widths 1932 0 R
+/Encoding 1931 0 R
+>> endobj
+551 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /YOUTUR+SFSS0900
+/FontDescriptor 1957 0 R
+/FirstChar 97
+/LastChar 121
+/Widths 1934 0 R
+/Encoding 1931 0 R
+>> endobj
+436 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WLZZUN+SFSS1000
+/FontDescriptor 1959 0 R
+/FirstChar 28
+/LastChar 121
+/Widths 1940 0 R
+/Encoding 1931 0 R
+>> endobj
+543 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /SSMHHG+SFSX1000
+/FontDescriptor 1961 0 R
+/FirstChar 28
+/LastChar 121
+/Widths 1937 0 R
+/Encoding 1931 0 R
+>> endobj
+842 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /IZMDER+StandardSymL
+/FontDescriptor 1967 0 R
+/FirstChar 68
+/LastChar 68
+/Widths 1926 0 R
+>> endobj
+545 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /DZNPDL+StandardSymL-Slant_167
+/FontDescriptor 1969 0 R
+/FirstChar 99
+/LastChar 113
+/Widths 1935 0 R
+>> endobj
+434 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /XDMFAH+NimbusRomNo9L-Medi
+/FontDescriptor 1971 0 R
+/FirstChar 2
+/LastChar 150
+/Widths 1941 0 R
+/Encoding 1928 0 R
+>> endobj
+432 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /GYRAIT+NimbusRomNo9L-Regu
+/FontDescriptor 1973 0 R
+/FirstChar 2
+/LastChar 246
+/Widths 1943 0 R
+/Encoding 1928 0 R
+>> endobj
+517 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /MYVIGI+NimbusRomNo9L-ReguItal
+/FontDescriptor 1977 0 R
+/FirstChar 2
+/LastChar 122
+/Widths 1938 0 R
+/Encoding 1928 0 R
+>> endobj
+727 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /AVITXQ+NimbusRomNo9L-Regu-Slant_167
+/FontDescriptor 1975 0 R
+/FirstChar 2
+/LastChar 116
+/Widths 1929 0 R
+/Encoding 1928 0 R
+>> endobj
+544 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /JGNEEC+LuxiMono-Bold
+/FontDescriptor 1963 0 R
+/FirstChar 65
+/LastChar 121
+/Widths 1936 0 R
+/Encoding 1928 0 R
+>> endobj
+437 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /BKYDRG+LuxiMono
+/FontDescriptor 1965 0 R
+/FirstChar 35
+/LastChar 125
+/Widths 1939 0 R
+/Encoding 1928 0 R
+>> endobj
+438 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1978 0 R
+/Kids [394 0 R 487 0 R 509 0 R 514 0 R 522 0 R 528 0 R]
+>> endobj
+535 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1978 0 R
+/Kids [532 0 R 540 0 R 548 0 R 554 0 R 561 0 R 567 0 R]
+>> endobj
+578 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1978 0 R
+/Kids [575 0 R 582 0 R 589 0 R 599 0 R 612 0 R 623 0 R]
+>> endobj
+640 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1978 0 R
+/Kids [634 0 R 647 0 R 655 0 R 661 0 R 667 0 R 674 0 R]
+>> endobj
+688 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1978 0 R
+/Kids [679 0 R 690 0 R 699 0 R 704 0 R 711 0 R 716 0 R]
+>> endobj
+729 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1978 0 R
+/Kids [724 0 R 733 0 R 740 0 R 749 0 R 761 0 R 771 0 R]
+>> endobj
+791 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1979 0 R
+/Kids [782 0 R 794 0 R 808 0 R 816 0 R 825 0 R 833 0 R]
+>> endobj
+847 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1979 0 R
+/Kids [838 0 R 852 0 R 862 0 R 867 0 R 876 0 R 886 0 R]
+>> endobj
+897 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1979 0 R
+/Kids [893 0 R 900 0 R 908 0 R 916 0 R 925 0 R 932 0 R]
+>> endobj
+943 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1979 0 R
+/Kids [938 0 R 945 0 R 952 0 R 957 0 R 961 0 R 970 0 R]
+>> endobj
+995 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1979 0 R
+/Kids [984 0 R 998 0 R 1006 0 R 1015 0 R 1022 0 R 1028 0 R]
+>> endobj
+1038 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1979 0 R
+/Kids [1035 0 R 1042 0 R 1047 0 R 1055 0 R 1062 0 R 1069 0 R]
+>> endobj
+1082 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1980 0 R
+/Kids [1078 0 R 1084 0 R 1097 0 R 1105 0 R 1113 0 R 1117 0 R]
+>> endobj
+1124 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1980 0 R
+/Kids [1121 0 R 1127 0 R 1133 0 R 1139 0 R 1144 0 R 1244 0 R]
+>> endobj
+1352 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1980 0 R
+/Kids [1349 0 R 1453 0 R 1557 0 R 1574 0 R 1664 0 R 1756 0 R]
+>> endobj
+1850 0 obj <<
+/Type /Pages
+/Count 2
+/Parent 1980 0 R
+/Kids [1847 0 R 1922 0 R]
+>> endobj
+1978 0 obj <<
+/Type /Pages
+/Count 36
+/Parent 1981 0 R
+/Kids [438 0 R 535 0 R 578 0 R 640 0 R 688 0 R 729 0 R]
+>> endobj
+1979 0 obj <<
+/Type /Pages
+/Count 36
+/Parent 1981 0 R
+/Kids [791 0 R 847 0 R 897 0 R 943 0 R 995 0 R 1038 0 R]
+>> endobj
+1980 0 obj <<
+/Type /Pages
+/Count 20
+/Parent 1981 0 R
+/Kids [1082 0 R 1124 0 R 1352 0 R 1850 0 R]
+>> endobj
+1981 0 obj <<
+/Type /Pages
+/Count 92
+/Kids [1978 0 R 1979 0 R 1980 0 R]
+>> endobj
+1982 0 obj <<
+/Type /Outlines
+/First 3 0 R
+/Last 271 0 R
+/Count 5
+>> endobj
+391 0 obj <<
+/Title 392 0 R
+/A 389 0 R
+/Parent 327 0 R
+/Prev 387 0 R
+>> endobj
+387 0 obj <<
+/Title 388 0 R
+/A 385 0 R
+/Parent 327 0 R
+/Prev 383 0 R
+/Next 391 0 R
+>> endobj
+383 0 obj <<
+/Title 384 0 R
+/A 381 0 R
+/Parent 327 0 R
+/Prev 379 0 R
+/Next 387 0 R
+>> endobj
+379 0 obj <<
+/Title 380 0 R
+/A 377 0 R
+/Parent 327 0 R
+/Prev 375 0 R
+/Next 383 0 R
+>> endobj
+375 0 obj <<
+/Title 376 0 R
+/A 373 0 R
+/Parent 327 0 R
+/Prev 371 0 R
+/Next 379 0 R
+>> endobj
+371 0 obj <<
+/Title 372 0 R
+/A 369 0 R
+/Parent 327 0 R
+/Prev 367 0 R
+/Next 375 0 R
+>> endobj
+367 0 obj <<
+/Title 368 0 R
+/A 365 0 R
+/Parent 327 0 R
+/Prev 363 0 R
+/Next 371 0 R
+>> endobj
+363 0 obj <<
+/Title 364 0 R
+/A 361 0 R
+/Parent 327 0 R
+/Prev 359 0 R
+/Next 367 0 R
+>> endobj
+359 0 obj <<
+/Title 360 0 R
+/A 357 0 R
+/Parent 327 0 R
+/Prev 355 0 R
+/Next 363 0 R
+>> endobj
+355 0 obj <<
+/Title 356 0 R
+/A 353 0 R
+/Parent 327 0 R
+/Prev 351 0 R
+/Next 359 0 R
+>> endobj
+351 0 obj <<
+/Title 352 0 R
+/A 349 0 R
+/Parent 327 0 R
+/Prev 347 0 R
+/Next 355 0 R
+>> endobj
+347 0 obj <<
+/Title 348 0 R
+/A 345 0 R
+/Parent 327 0 R
+/Prev 343 0 R
+/Next 351 0 R
+>> endobj
+343 0 obj <<
+/Title 344 0 R
+/A 341 0 R
+/Parent 327 0 R
+/Prev 339 0 R
+/Next 347 0 R
+>> endobj
+339 0 obj <<
+/Title 340 0 R
+/A 337 0 R
+/Parent 327 0 R
+/Prev 335 0 R
+/Next 343 0 R
+>> endobj
+335 0 obj <<
+/Title 336 0 R
+/A 333 0 R
+/Parent 327 0 R
+/Prev 331 0 R
+/Next 339 0 R
+>> endobj
+331 0 obj <<
+/Title 332 0 R
+/A 329 0 R
+/Parent 327 0 R
+/Next 335 0 R
+>> endobj
+327 0 obj <<
+/Title 328 0 R
+/A 325 0 R
+/Parent 271 0 R
+/Prev 323 0 R
+/First 331 0 R
+/Last 391 0 R
+/Count -16
+>> endobj
+323 0 obj <<
+/Title 324 0 R
+/A 321 0 R
+/Parent 271 0 R
+/Prev 311 0 R
+/Next 327 0 R
+>> endobj
+319 0 obj <<
+/Title 320 0 R
+/A 317 0 R
+/Parent 311 0 R
+/Prev 315 0 R
+>> endobj
+315 0 obj <<
+/Title 316 0 R
+/A 313 0 R
+/Parent 311 0 R
+/Next 319 0 R
+>> endobj
+311 0 obj <<
+/Title 312 0 R
+/A 309 0 R
+/Parent 271 0 R
+/Prev 295 0 R
+/Next 323 0 R
+/First 315 0 R
+/Last 319 0 R
+/Count -2
+>> endobj
+307 0 obj <<
+/Title 308 0 R
+/A 305 0 R
+/Parent 295 0 R
+/Prev 303 0 R
+>> endobj
+303 0 obj <<
+/Title 304 0 R
+/A 301 0 R
+/Parent 295 0 R
+/Prev 299 0 R
+/Next 307 0 R
+>> endobj
+299 0 obj <<
+/Title 300 0 R
+/A 297 0 R
+/Parent 295 0 R
+/Next 303 0 R
+>> endobj
+295 0 obj <<
+/Title 296 0 R
+/A 293 0 R
+/Parent 271 0 R
+/Prev 291 0 R
+/Next 311 0 R
+/First 299 0 R
+/Last 307 0 R
+/Count -3
+>> endobj
+291 0 obj <<
+/Title 292 0 R
+/A 289 0 R
+/Parent 271 0 R
+/Prev 287 0 R
+/Next 295 0 R
+>> endobj
+287 0 obj <<
+/Title 288 0 R
+/A 285 0 R
+/Parent 271 0 R
+/Prev 283 0 R
+/Next 291 0 R
+>> endobj
+283 0 obj <<
+/Title 284 0 R
+/A 281 0 R
+/Parent 271 0 R
+/Prev 279 0 R
+/Next 287 0 R
+>> endobj
+279 0 obj <<
+/Title 280 0 R
+/A 277 0 R
+/Parent 271 0 R
+/Prev 275 0 R
+/Next 283 0 R
+>> endobj
+275 0 obj <<
+/Title 276 0 R
+/A 273 0 R
+/Parent 271 0 R
+/Next 279 0 R
+>> endobj
+271 0 obj <<
+/Title 272 0 R
+/A 269 0 R
+/Parent 1982 0 R
+/Prev 91 0 R
+/First 275 0 R
+/Last 327 0 R
+/Count -9
+>> endobj
+267 0 obj <<
+/Title 268 0 R
+/A 265 0 R
+/Parent 235 0 R
+/Prev 263 0 R
+>> endobj
+263 0 obj <<
+/Title 264 0 R
+/A 261 0 R
+/Parent 235 0 R
+/Prev 259 0 R
+/Next 267 0 R
+>> endobj
+259 0 obj <<
+/Title 260 0 R
+/A 257 0 R
+/Parent 235 0 R
+/Prev 255 0 R
+/Next 263 0 R
+>> endobj
+255 0 obj <<
+/Title 256 0 R
+/A 253 0 R
+/Parent 235 0 R
+/Prev 251 0 R
+/Next 259 0 R
+>> endobj
+251 0 obj <<
+/Title 252 0 R
+/A 249 0 R
+/Parent 235 0 R
+/Prev 247 0 R
+/Next 255 0 R
+>> endobj
+247 0 obj <<
+/Title 248 0 R
+/A 245 0 R
+/Parent 235 0 R
+/Prev 243 0 R
+/Next 251 0 R
+>> endobj
+243 0 obj <<
+/Title 244 0 R
+/A 241 0 R
+/Parent 235 0 R
+/Prev 239 0 R
+/Next 247 0 R
+>> endobj
+239 0 obj <<
+/Title 240 0 R
+/A 237 0 R
+/Parent 235 0 R
+/Next 243 0 R
+>> endobj
+235 0 obj <<
+/Title 236 0 R
+/A 233 0 R
+/Parent 91 0 R
+/Prev 231 0 R
+/First 239 0 R
+/Last 267 0 R
+/Count -8
+>> endobj
+231 0 obj <<
+/Title 232 0 R
+/A 229 0 R
+/Parent 91 0 R
+/Prev 219 0 R
+/Next 235 0 R
+>> endobj
+227 0 obj <<
+/Title 228 0 R
+/A 225 0 R
+/Parent 219 0 R
+/Prev 223 0 R
+>> endobj
+223 0 obj <<
+/Title 224 0 R
+/A 221 0 R
+/Parent 219 0 R
+/Next 227 0 R
+>> endobj
+219 0 obj <<
+/Title 220 0 R
+/A 217 0 R
+/Parent 91 0 R
+/Prev 215 0 R
+/Next 231 0 R
+/First 223 0 R
+/Last 227 0 R
+/Count -2
+>> endobj
+215 0 obj <<
+/Title 216 0 R
+/A 213 0 R
+/Parent 91 0 R
+/Prev 211 0 R
+/Next 219 0 R
+>> endobj
+211 0 obj <<
+/Title 212 0 R
+/A 209 0 R
+/Parent 91 0 R
+/Prev 199 0 R
+/Next 215 0 R
+>> endobj
+207 0 obj <<
+/Title 208 0 R
+/A 205 0 R
+/Parent 199 0 R
+/Prev 203 0 R
+>> endobj
+203 0 obj <<
+/Title 204 0 R
+/A 201 0 R
+/Parent 199 0 R
+/Next 207 0 R
+>> endobj
+199 0 obj <<
+/Title 200 0 R
+/A 197 0 R
+/Parent 91 0 R
+/Prev 183 0 R
+/Next 211 0 R
+/First 203 0 R
+/Last 207 0 R
+/Count -2
+>> endobj
+195 0 obj <<
+/Title 196 0 R
+/A 193 0 R
+/Parent 183 0 R
+/Prev 191 0 R
+>> endobj
+191 0 obj <<
+/Title 192 0 R
+/A 189 0 R
+/Parent 183 0 R
+/Prev 187 0 R
+/Next 195 0 R
+>> endobj
+187 0 obj <<
+/Title 188 0 R
+/A 185 0 R
+/Parent 183 0 R
+/Next 191 0 R
+>> endobj
+183 0 obj <<
+/Title 184 0 R
+/A 181 0 R
+/Parent 91 0 R
+/Prev 163 0 R
+/Next 199 0 R
+/First 187 0 R
+/Last 195 0 R
+/Count -3
+>> endobj
+179 0 obj <<
+/Title 180 0 R
+/A 177 0 R
+/Parent 163 0 R
+/Prev 175 0 R
+>> endobj
+175 0 obj <<
+/Title 176 0 R
+/A 173 0 R
+/Parent 163 0 R
+/Prev 171 0 R
+/Next 179 0 R
+>> endobj
+171 0 obj <<
+/Title 172 0 R
+/A 169 0 R
+/Parent 163 0 R
+/Prev 167 0 R
+/Next 175 0 R
+>> endobj
+167 0 obj <<
+/Title 168 0 R
+/A 165 0 R
+/Parent 163 0 R
+/Next 171 0 R
+>> endobj
+163 0 obj <<
+/Title 164 0 R
+/A 161 0 R
+/Parent 91 0 R
+/Prev 147 0 R
+/Next 183 0 R
+/First 167 0 R
+/Last 179 0 R
+/Count -4
+>> endobj
+159 0 obj <<
+/Title 160 0 R
+/A 157 0 R
+/Parent 147 0 R
+/Prev 155 0 R
+>> endobj
+155 0 obj <<
+/Title 156 0 R
+/A 153 0 R
+/Parent 147 0 R
+/Prev 151 0 R
+/Next 159 0 R
+>> endobj
+151 0 obj <<
+/Title 152 0 R
+/A 149 0 R
+/Parent 147 0 R
+/Next 155 0 R
+>> endobj
+147 0 obj <<
+/Title 148 0 R
+/A 145 0 R
+/Parent 91 0 R
+/Prev 127 0 R
+/Next 163 0 R
+/First 151 0 R
+/Last 159 0 R
+/Count -3
+>> endobj
+143 0 obj <<
+/Title 144 0 R
+/A 141 0 R
+/Parent 127 0 R
+/Prev 139 0 R
+>> endobj
+139 0 obj <<
+/Title 140 0 R
+/A 137 0 R
+/Parent 127 0 R
+/Prev 135 0 R
+/Next 143 0 R
+>> endobj
+135 0 obj <<
+/Title 136 0 R
+/A 133 0 R
+/Parent 127 0 R
+/Prev 131 0 R
+/Next 139 0 R
+>> endobj
+131 0 obj <<
+/Title 132 0 R
+/A 129 0 R
+/Parent 127 0 R
+/Next 135 0 R
+>> endobj
+127 0 obj <<
+/Title 128 0 R
+/A 125 0 R
+/Parent 91 0 R
+/Prev 99 0 R
+/Next 147 0 R
+/First 131 0 R
+/Last 143 0 R
+/Count -4
+>> endobj
+123 0 obj <<
+/Title 124 0 R
+/A 121 0 R
+/Parent 99 0 R
+/Prev 119 0 R
+>> endobj
+119 0 obj <<
+/Title 120 0 R
+/A 117 0 R
+/Parent 99 0 R
+/Prev 115 0 R
+/Next 123 0 R
+>> endobj
+115 0 obj <<
+/Title 116 0 R
+/A 113 0 R
+/Parent 99 0 R
+/Prev 111 0 R
+/Next 119 0 R
+>> endobj
+111 0 obj <<
+/Title 112 0 R
+/A 109 0 R
+/Parent 99 0 R
+/Prev 107 0 R
+/Next 115 0 R
+>> endobj
+107 0 obj <<
+/Title 108 0 R
+/A 105 0 R
+/Parent 99 0 R
+/Prev 103 0 R
+/Next 111 0 R
+>> endobj
+103 0 obj <<
+/Title 104 0 R
+/A 101 0 R
+/Parent 99 0 R
+/Next 107 0 R
+>> endobj
+99 0 obj <<
+/Title 100 0 R
+/A 97 0 R
+/Parent 91 0 R
+/Prev 95 0 R
+/Next 127 0 R
+/First 103 0 R
+/Last 123 0 R
+/Count -6
+>> endobj
+95 0 obj <<
+/Title 96 0 R
+/A 93 0 R
+/Parent 91 0 R
+/Next 99 0 R
+>> endobj
+91 0 obj <<
+/Title 92 0 R
+/A 89 0 R
+/Parent 1982 0 R
+/Prev 75 0 R
+/Next 271 0 R
+/First 95 0 R
+/Last 235 0 R
+/Count -12
+>> endobj
+87 0 obj <<
+/Title 88 0 R
+/A 85 0 R
+/Parent 75 0 R
+/Prev 83 0 R
+>> endobj
+83 0 obj <<
+/Title 84 0 R
+/A 81 0 R
+/Parent 75 0 R
+/Prev 79 0 R
+/Next 87 0 R
+>> endobj
+79 0 obj <<
+/Title 80 0 R
+/A 77 0 R
+/Parent 75 0 R
+/Next 83 0 R
+>> endobj
+75 0 obj <<
+/Title 76 0 R
+/A 73 0 R
+/Parent 1982 0 R
+/Prev 23 0 R
+/Next 91 0 R
+/First 79 0 R
+/Last 87 0 R
+/Count -3
+>> endobj
+71 0 obj <<
+/Title 72 0 R
+/A 69 0 R
+/Parent 23 0 R
+/Prev 67 0 R
+>> endobj
+67 0 obj <<
+/Title 68 0 R
+/A 65 0 R
+/Parent 23 0 R
+/Prev 63 0 R
+/Next 71 0 R
+>> endobj
+63 0 obj <<
+/Title 64 0 R
+/A 61 0 R
+/Parent 23 0 R
+/Prev 59 0 R
+/Next 67 0 R
+>> endobj
+59 0 obj <<
+/Title 60 0 R
+/A 57 0 R
+/Parent 23 0 R
+/Prev 55 0 R
+/Next 63 0 R
+>> endobj
+55 0 obj <<
+/Title 56 0 R
+/A 53 0 R
+/Parent 23 0 R
+/Prev 51 0 R
+/Next 59 0 R
+>> endobj
+51 0 obj <<
+/Title 52 0 R
+/A 49 0 R
+/Parent 23 0 R
+/Prev 47 0 R
+/Next 55 0 R
+>> endobj
+47 0 obj <<
+/Title 48 0 R
+/A 45 0 R
+/Parent 23 0 R
+/Prev 43 0 R
+/Next 51 0 R
+>> endobj
+43 0 obj <<
+/Title 44 0 R
+/A 41 0 R
+/Parent 23 0 R
+/Prev 39 0 R
+/Next 47 0 R
+>> endobj
+39 0 obj <<
+/Title 40 0 R
+/A 37 0 R
+/Parent 23 0 R
+/Prev 35 0 R
+/Next 43 0 R
+>> endobj
+35 0 obj <<
+/Title 36 0 R
+/A 33 0 R
+/Parent 23 0 R
+/Prev 31 0 R
+/Next 39 0 R
+>> endobj
+31 0 obj <<
+/Title 32 0 R
+/A 29 0 R
+/Parent 23 0 R
+/Prev 27 0 R
+/Next 35 0 R
+>> endobj
+27 0 obj <<
+/Title 28 0 R
+/A 25 0 R
+/Parent 23 0 R
+/Next 31 0 R
+>> endobj
+23 0 obj <<
+/Title 24 0 R
+/A 21 0 R
+/Parent 1982 0 R
+/Prev 3 0 R
+/Next 75 0 R
+/First 27 0 R
+/Last 71 0 R
+/Count -12
+>> endobj
+19 0 obj <<
+/Title 20 0 R
+/A 17 0 R
+/Parent 3 0 R
+/Prev 15 0 R
+>> endobj
+15 0 obj <<
+/Title 16 0 R
+/A 13 0 R
+/Parent 3 0 R
+/Prev 11 0 R
+/Next 19 0 R
+>> endobj
+11 0 obj <<
+/Title 12 0 R
+/A 9 0 R
+/Parent 3 0 R
+/Prev 7 0 R
+/Next 15 0 R
+>> endobj
+7 0 obj <<
+/Title 8 0 R
+/A 5 0 R
+/Parent 3 0 R
+/Next 11 0 R
+>> endobj
+3 0 obj <<
+/Title 4 0 R
+/A 1 0 R
+/Parent 1982 0 R
+/Next 23 0 R
+/First 7 0 R
+/Last 19 0 R
+/Count -4
+>> endobj
+1983 0 obj <<
+/Names [(Doc-Start) 431 0 R (Hfootnote.1) 518 0 R (Hfootnote.10) 659 0 R (Hfootnote.11) 687 0 R (Hfootnote.12) 800 0 R (Hfootnote.13) 823 0 R]
+/Limits [(Doc-Start) (Hfootnote.13)]
+>> endobj
+1984 0 obj <<
+/Names [(Hfootnote.14) 846 0 R (Hfootnote.15) 857 0 R (Hfootnote.16) 1020 0 R (Hfootnote.17) 1074 0 R (Hfootnote.18) 1093 0 R (Hfootnote.19) 1130 0 R]
+/Limits [(Hfootnote.14) (Hfootnote.19)]
+>> endobj
+1985 0 obj <<
+/Names [(Hfootnote.2) 525 0 R (Hfootnote.20) 1136 0 R (Hfootnote.21) 1142 0 R (Hfootnote.3) 526 0 R (Hfootnote.4) 557 0 R (Hfootnote.5) 571 0 R]
+/Limits [(Hfootnote.2) (Hfootnote.5)]
+>> endobj
+1986 0 obj <<
+/Names [(Hfootnote.6) 573 0 R (Hfootnote.7) 594 0 R (Hfootnote.8) 595 0 R (Hfootnote.9) 619 0 R (Item.1) 603 0 R (Item.2) 604 0 R]
+/Limits [(Hfootnote.6) (Item.2)]
+>> endobj
+1987 0 obj <<
+/Names [(figure.1) 720 0 R (page.1) 516 0 R (page.10) 577 0 R (page.11) 584 0 R (page.12) 591 0 R (page.13) 601 0 R]
+/Limits [(figure.1) (page.13)]
+>> endobj
+1988 0 obj <<
+/Names [(page.14) 614 0 R (page.15) 625 0 R (page.16) 636 0 R (page.17) 649 0 R (page.18) 657 0 R (page.19) 663 0 R]
+/Limits [(page.14) (page.19)]
+>> endobj
+1989 0 obj <<
+/Names [(page.2) 524 0 R (page.20) 669 0 R (page.21) 676 0 R (page.22) 681 0 R (page.23) 692 0 R (page.24) 701 0 R]
+/Limits [(page.2) (page.24)]
+>> endobj
+1990 0 obj <<
+/Names [(page.25) 706 0 R (page.26) 713 0 R (page.27) 718 0 R (page.28) 726 0 R (page.29) 735 0 R (page.3) 530 0 R]
+/Limits [(page.25) (page.3)]
+>> endobj
+1991 0 obj <<
+/Names [(page.30) 742 0 R (page.31) 751 0 R (page.32) 763 0 R (page.33) 773 0 R (page.34) 784 0 R (page.35) 796 0 R]
+/Limits [(page.30) (page.35)]
+>> endobj
+1992 0 obj <<
+/Names [(page.36) 810 0 R (page.37) 818 0 R (page.38) 827 0 R (page.39) 835 0 R (page.4) 534 0 R (page.40) 840 0 R]
+/Limits [(page.36) (page.40)]
+>> endobj
+1993 0 obj <<
+/Names [(page.41) 854 0 R (page.42) 864 0 R (page.43) 869 0 R (page.44) 878 0 R (page.45) 888 0 R (page.46) 895 0 R]
+/Limits [(page.41) (page.46)]
+>> endobj
+1994 0 obj <<
+/Names [(page.47) 902 0 R (page.48) 910 0 R (page.49) 918 0 R (page.5) 542 0 R (page.50) 927 0 R (page.51) 934 0 R]
+/Limits [(page.47) (page.51)]
+>> endobj
+1995 0 obj <<
+/Names [(page.52) 940 0 R (page.53) 947 0 R (page.54) 954 0 R (page.55) 959 0 R (page.56) 963 0 R (page.57) 972 0 R]
+/Limits [(page.52) (page.57)]
+>> endobj
+1996 0 obj <<
+/Names [(page.58) 986 0 R (page.59) 1000 0 R (page.6) 550 0 R (page.60) 1008 0 R (page.61) 1017 0 R (page.62) 1024 0 R]
+/Limits [(page.58) (page.62)]
+>> endobj
+1997 0 obj <<
+/Names [(page.63) 1030 0 R (page.64) 1037 0 R (page.65) 1044 0 R (page.66) 1049 0 R (page.67) 1057 0 R (page.68) 1064 0 R]
+/Limits [(page.63) (page.68)]
+>> endobj
+1998 0 obj <<
+/Names [(page.69) 1071 0 R (page.7) 556 0 R (page.70) 1080 0 R (page.71) 1086 0 R (page.72) 1099 0 R (page.73) 1107 0 R]
+/Limits [(page.69) (page.73)]
+>> endobj
+1999 0 obj <<
+/Names [(page.74) 1115 0 R (page.75) 1119 0 R (page.76) 1123 0 R (page.77) 1129 0 R (page.78) 1135 0 R (page.79) 1141 0 R]
+/Limits [(page.74) (page.79)]
+>> endobj
+2000 0 obj <<
+/Names [(page.8) 563 0 R (page.80) 1146 0 R (page.81) 1246 0 R (page.82) 1351 0 R (page.83) 1455 0 R (page.84) 1559 0 R]
+/Limits [(page.8) (page.84)]
+>> endobj
+2001 0 obj <<
+/Names [(page.85) 1576 0 R (page.86) 1666 0 R (page.87) 1758 0 R (page.88) 1849 0 R (page.89) 1924 0 R (page.9) 569 0 R]
+/Limits [(page.85) (page.9)]
+>> endobj
+2002 0 obj <<
+/Names [(page.i) 430 0 R (page.ii) 489 0 R (page.iii) 511 0 R (section*.1) 435 0 R (section*.10) 618 0 R (section*.100) 935 0 R]
+/Limits [(page.i) (section*.100)]
+>> endobj
+2003 0 obj <<
+/Names [(section*.101) 936 0 R (section*.102) 941 0 R (section*.103) 942 0 R (section*.104) 948 0 R (section*.105) 949 0 R (section*.106) 955 0 R]
+/Limits [(section*.101) (section*.106)]
+>> endobj
+2004 0 obj <<
+/Names [(section*.107) 775 0 R (section*.108) 964 0 R (section*.109) 965 0 R (section*.11) 626 0 R (section*.110) 966 0 R (section*.111) 967 0 R]
+/Limits [(section*.107) (section*.111)]
+>> endobj
+2005 0 obj <<
+/Names [(section*.112) 968 0 R (section*.113) 973 0 R (section*.114) 974 0 R (section*.115) 975 0 R (section*.116) 976 0 R (section*.117) 977 0 R]
+/Limits [(section*.112) (section*.117)]
+>> endobj
+2006 0 obj <<
+/Names [(section*.118) 978 0 R (section*.119) 979 0 R (section*.12) 627 0 R (section*.120) 980 0 R (section*.121) 981 0 R (section*.122) 987 0 R]
+/Limits [(section*.118) (section*.122)]
+>> endobj
+2007 0 obj <<
+/Names [(section*.123) 988 0 R (section*.124) 989 0 R (section*.125) 990 0 R (section*.126) 991 0 R (section*.127) 992 0 R (section*.128) 993 0 R]
+/Limits [(section*.123) (section*.128)]
+>> endobj
+2008 0 obj <<
+/Names [(section*.129) 994 0 R (section*.13) 628 0 R (section*.130) 1001 0 R (section*.131) 1002 0 R (section*.132) 1003 0 R (section*.133) 1004 0 R]
+/Limits [(section*.129) (section*.133)]
+>> endobj
+2009 0 obj <<
+/Names [(section*.134) 1009 0 R (section*.135) 1010 0 R (section*.136) 1011 0 R (section*.137) 1012 0 R (section*.138) 1018 0 R (section*.139) 1019 0 R]
+/Limits [(section*.134) (section*.139)]
+>> endobj
+2010 0 obj <<
+/Names [(section*.14) 629 0 R (section*.140) 1025 0 R (section*.141) 1031 0 R (section*.142) 1032 0 R (section*.143) 1045 0 R (section*.144) 1050 0 R]
+/Limits [(section*.14) (section*.144)]
+>> endobj
+2011 0 obj <<
+/Names [(section*.145) 1051 0 R (section*.146) 1052 0 R (section*.147) 1058 0 R (section*.148) 1065 0 R (section*.149) 1066 0 R (section*.15) 637 0 R]
+/Limits [(section*.145) (section*.15)]
+>> endobj
+2012 0 obj <<
+/Names [(section*.150) 1072 0 R (section*.151) 1073 0 R (section*.152) 1081 0 R (section*.153) 1087 0 R (section*.154) 1088 0 R (section*.155) 1089 0 R]
+/Limits [(section*.150) (section*.155)]
+>> endobj
+2013 0 obj <<
+/Names [(section*.156) 1091 0 R (section*.157) 1092 0 R (section*.158) 1100 0 R (section*.159) 1101 0 R (section*.16) 638 0 R (section*.160) 1102 0 R]
+/Limits [(section*.156) (section*.160)]
+>> endobj
+2014 0 obj <<
+/Names [(section*.161) 1103 0 R (section*.162) 1108 0 R (section*.163) 1109 0 R (section*.164) 1110 0 R (section*.165) 1111 0 R (section*.17) 639 0 R]
+/Limits [(section*.161) (section*.17)]
+>> endobj
+2015 0 obj <<
+/Names [(section*.18) 650 0 R (section*.19) 651 0 R (section*.2) 586 0 R (section*.20) 658 0 R (section*.21) 652 0 R (section*.22) 664 0 R]
+/Limits [(section*.18) (section*.22)]
+>> endobj
+2016 0 obj <<
+/Names [(section*.23) 665 0 R (section*.24) 670 0 R (section*.25) 671 0 R (section*.26) 682 0 R (section*.27) 683 0 R (section*.28) 684 0 R]
+/Limits [(section*.23) (section*.28)]
+>> endobj
+2017 0 obj <<
+/Names [(section*.29) 685 0 R (section*.3) 592 0 R (section*.30) 686 0 R (section*.31) 693 0 R (section*.32) 694 0 R (section*.33) 695 0 R]
+/Limits [(section*.29) (section*.33)]
+>> endobj
+2018 0 obj <<
+/Names [(section*.34) 696 0 R (section*.35) 702 0 R (section*.36) 707 0 R (section*.37) 708 0 R (section*.38) 709 0 R (section*.39) 719 0 R]
+/Limits [(section*.34) (section*.39)]
+>> endobj
+2019 0 obj <<
+/Names [(section*.4) 593 0 R (section*.40) 728 0 R (section*.41) 736 0 R (section*.42) 743 0 R (section*.43) 744 0 R (section*.44) 745 0 R]
+/Limits [(section*.4) (section*.44)]
+>> endobj
+2020 0 obj <<
+/Names [(section*.45) 752 0 R (section*.46) 753 0 R (section*.47) 754 0 R (section*.48) 764 0 R (section*.49) 765 0 R (section*.5) 602 0 R]
+/Limits [(section*.45) (section*.5)]
+>> endobj
+2021 0 obj <<
+/Names [(section*.50) 774 0 R (section*.51) 785 0 R (section*.52) 786 0 R (section*.53) 787 0 R (section*.54) 788 0 R (section*.55) 789 0 R]
+/Limits [(section*.50) (section*.55)]
+>> endobj
+2022 0 obj <<
+/Names [(section*.56) 790 0 R (section*.57) 797 0 R (section*.58) 798 0 R (section*.59) 799 0 R (section*.6) 596 0 R (section*.60) 811 0 R]
+/Limits [(section*.56) (section*.60)]
+>> endobj
+2023 0 obj <<
+/Names [(section*.61) 812 0 R (section*.62) 813 0 R (section*.63) 814 0 R (section*.64) 819 0 R (section*.65) 820 0 R (section*.66) 821 0 R]
+/Limits [(section*.61) (section*.66)]
+>> endobj
+2024 0 obj <<
+/Names [(section*.67) 822 0 R (section*.68) 828 0 R (section*.69) 830 0 R (section*.7) 615 0 R (section*.70) 841 0 R (section*.71) 843 0 R]
+/Limits [(section*.67) (section*.71)]
+>> endobj
+2025 0 obj <<
+/Names [(section*.72) 844 0 R (section*.73) 845 0 R (section*.74) 855 0 R (section*.75) 856 0 R (section*.76) 865 0 R (section*.77) 870 0 R]
+/Limits [(section*.72) (section*.77)]
+>> endobj
+2026 0 obj <<
+/Names [(section*.78) 871 0 R (section*.79) 872 0 R (section*.8) 616 0 R (section*.80) 873 0 R (section*.81) 879 0 R (section*.82) 880 0 R]
+/Limits [(section*.78) (section*.82)]
+>> endobj
+2027 0 obj <<
+/Names [(section*.83) 881 0 R (section*.84) 889 0 R (section*.85) 890 0 R (section*.86) 891 0 R (section*.87) 896 0 R (section*.88) 903 0 R]
+/Limits [(section*.83) (section*.88)]
+>> endobj
+2028 0 obj <<
+/Names [(section*.89) 904 0 R (section*.9) 617 0 R (section*.90) 905 0 R (section*.91) 906 0 R (section*.92) 911 0 R (section*.93) 912 0 R]
+/Limits [(section*.89) (section*.93)]
+>> endobj
+2029 0 obj <<
+/Names [(section*.94) 913 0 R (section*.95) 919 0 R (section*.96) 920 0 R (section*.97) 928 0 R (section*.98) 929 0 R (section*.99) 930 0 R]
+/Limits [(section*.94) (section*.99)]
+>> endobj
+2030 0 obj <<
+/Names [(section.1) 2 0 R (section.2) 22 0 R (section.3) 74 0 R (section.4) 90 0 R (section.5) 270 0 R (subsection.1.1) 6 0 R]
+/Limits [(section.1) (subsection.1.1)]
+>> endobj
+2031 0 obj <<
+/Names [(subsection.1.2) 10 0 R (subsection.1.3) 14 0 R (subsection.1.4) 18 0 R (subsection.2.1) 26 0 R (subsection.2.10) 62 0 R (subsection.2.11) 66 0 R]
+/Limits [(subsection.1.2) (subsection.2.11)]
+>> endobj
+2032 0 obj <<
+/Names [(subsection.2.12) 70 0 R (subsection.2.2) 30 0 R (subsection.2.3) 34 0 R (subsection.2.4) 38 0 R (subsection.2.5) 42 0 R (subsection.2.6) 46 0 R]
+/Limits [(subsection.2.12) (subsection.2.6)]
+>> endobj
+2033 0 obj <<
+/Names [(subsection.2.7) 50 0 R (subsection.2.8) 54 0 R (subsection.2.9) 58 0 R (subsection.3.1) 78 0 R (subsection.3.2) 82 0 R (subsection.3.3) 86 0 R]
+/Limits [(subsection.2.7) (subsection.3.3)]
+>> endobj
+2034 0 obj <<
+/Names [(subsection.4.1) 94 0 R (subsection.4.10) 218 0 R (subsection.4.11) 230 0 R (subsection.4.12) 234 0 R (subsection.4.2) 98 0 R (subsection.4.3) 126 0 R]
+/Limits [(subsection.4.1) (subsection.4.3)]
+>> endobj
+2035 0 obj <<
+/Names [(subsection.4.4) 146 0 R (subsection.4.5) 162 0 R (subsection.4.6) 182 0 R (subsection.4.7) 198 0 R (subsection.4.8) 210 0 R (subsection.4.9) 214 0 R]
+/Limits [(subsection.4.4) (subsection.4.9)]
+>> endobj
+2036 0 obj <<
+/Names [(subsection.5.1) 274 0 R (subsection.5.2) 278 0 R (subsection.5.3) 282 0 R (subsection.5.4) 286 0 R (subsection.5.5) 290 0 R (subsection.5.6) 294 0 R]
+/Limits [(subsection.5.1) (subsection.5.6)]
+>> endobj
+2037 0 obj <<
+/Names [(subsection.5.7) 310 0 R (subsection.5.8) 322 0 R (subsection.5.9) 326 0 R (subsubsection.4.10.1) 222 0 R (subsubsection.4.10.2) 226 0 R (subsubsection.4.12.1) 238 0 R]
+/Limits [(subsection.5.7) (subsubsection.4.12.1)]
+>> endobj
+2038 0 obj <<
+/Names [(subsubsection.4.12.2) 242 0 R (subsubsection.4.12.3) 246 0 R (subsubsection.4.12.4) 250 0 R (subsubsection.4.12.5) 254 0 R (subsubsection.4.12.6) 258 0 R (subsubsection.4.12.7) 262 0 R]
+/Limits [(subsubsection.4.12.2) (subsubsection.4.12.7)]
+>> endobj
+2039 0 obj <<
+/Names [(subsubsection.4.12.8) 266 0 R (subsubsection.4.2.1) 102 0 R (subsubsection.4.2.2) 106 0 R (subsubsection.4.2.3) 110 0 R (subsubsection.4.2.4) 114 0 R (subsubsection.4.2.5) 118 0 R]
+/Limits [(subsubsection.4.12.8) (subsubsection.4.2.5)]
+>> endobj
+2040 0 obj <<
+/Names [(subsubsection.4.2.6) 122 0 R (subsubsection.4.3.1) 130 0 R (subsubsection.4.3.2) 134 0 R (subsubsection.4.3.3) 138 0 R (subsubsection.4.3.4) 142 0 R (subsubsection.4.4.1) 150 0 R]
+/Limits [(subsubsection.4.2.6) (subsubsection.4.4.1)]
+>> endobj
+2041 0 obj <<
+/Names [(subsubsection.4.4.2) 154 0 R (subsubsection.4.4.3) 158 0 R (subsubsection.4.5.1) 166 0 R (subsubsection.4.5.2) 170 0 R (subsubsection.4.5.3) 174 0 R (subsubsection.4.5.4) 178 0 R]
+/Limits [(subsubsection.4.4.2) (subsubsection.4.5.4)]
+>> endobj
+2042 0 obj <<
+/Names [(subsubsection.4.6.1) 186 0 R (subsubsection.4.6.2) 190 0 R (subsubsection.4.6.3) 194 0 R (subsubsection.4.7.1) 202 0 R (subsubsection.4.7.2) 206 0 R (subsubsection.5.6.1) 298 0 R]
+/Limits [(subsubsection.4.6.1) (subsubsection.5.6.1)]
+>> endobj
+2043 0 obj <<
+/Names [(subsubsection.5.6.2) 302 0 R (subsubsection.5.6.3) 306 0 R (subsubsection.5.7.1) 314 0 R (subsubsection.5.7.2) 318 0 R (subsubsection.5.9.1) 330 0 R (subsubsection.5.9.10) 366 0 R]
+/Limits [(subsubsection.5.6.2) (subsubsection.5.9.10)]
+>> endobj
+2044 0 obj <<
+/Names [(subsubsection.5.9.11) 370 0 R (subsubsection.5.9.12) 374 0 R (subsubsection.5.9.13) 378 0 R (subsubsection.5.9.14) 382 0 R (subsubsection.5.9.15) 386 0 R (subsubsection.5.9.16) 390 0 R]
+/Limits [(subsubsection.5.9.11) (subsubsection.5.9.16)]
+>> endobj
+2045 0 obj <<
+/Names [(subsubsection.5.9.2) 334 0 R (subsubsection.5.9.3) 338 0 R (subsubsection.5.9.4) 342 0 R (subsubsection.5.9.5) 346 0 R (subsubsection.5.9.6) 350 0 R (subsubsection.5.9.7) 354 0 R]
+/Limits [(subsubsection.5.9.2) (subsubsection.5.9.7)]
+>> endobj
+2046 0 obj <<
+/Names [(subsubsection.5.9.8) 358 0 R (subsubsection.5.9.9) 362 0 R]
+/Limits [(subsubsection.5.9.8) (subsubsection.5.9.9)]
+>> endobj
+2047 0 obj <<
+/Kids [1983 0 R 1984 0 R 1985 0 R 1986 0 R 1987 0 R 1988 0 R]
+/Limits [(Doc-Start) (page.19)]
+>> endobj
+2048 0 obj <<
+/Kids [1989 0 R 1990 0 R 1991 0 R 1992 0 R 1993 0 R 1994 0 R]
+/Limits [(page.2) (page.51)]
+>> endobj
+2049 0 obj <<
+/Kids [1995 0 R 1996 0 R 1997 0 R 1998 0 R 1999 0 R 2000 0 R]
+/Limits [(page.52) (page.84)]
+>> endobj
+2050 0 obj <<
+/Kids [2001 0 R 2002 0 R 2003 0 R 2004 0 R 2005 0 R 2006 0 R]
+/Limits [(page.85) (section*.122)]
+>> endobj
+2051 0 obj <<
+/Kids [2007 0 R 2008 0 R 2009 0 R 2010 0 R 2011 0 R 2012 0 R]
+/Limits [(section*.123) (section*.155)]
+>> endobj
+2052 0 obj <<
+/Kids [2013 0 R 2014 0 R 2015 0 R 2016 0 R 2017 0 R 2018 0 R]
+/Limits [(section*.156) (section*.39)]
+>> endobj
+2053 0 obj <<
+/Kids [2019 0 R 2020 0 R 2021 0 R 2022 0 R 2023 0 R 2024 0 R]
+/Limits [(section*.4) (section*.71)]
+>> endobj
+2054 0 obj <<
+/Kids [2025 0 R 2026 0 R 2027 0 R 2028 0 R 2029 0 R 2030 0 R]
+/Limits [(section*.72) (subsection.1.1)]
+>> endobj
+2055 0 obj <<
+/Kids [2031 0 R 2032 0 R 2033 0 R 2034 0 R 2035 0 R 2036 0 R]
+/Limits [(subsection.1.2) (subsection.5.6)]
+>> endobj
+2056 0 obj <<
+/Kids [2037 0 R 2038 0 R 2039 0 R 2040 0 R 2041 0 R 2042 0 R]
+/Limits [(subsection.5.7) (subsubsection.5.6.1)]
+>> endobj
+2057 0 obj <<
+/Kids [2043 0 R 2044 0 R 2045 0 R 2046 0 R]
+/Limits [(subsubsection.5.6.2) (subsubsection.5.9.9)]
+>> endobj
+2058 0 obj <<
+/Kids [2047 0 R 2048 0 R 2049 0 R 2050 0 R 2051 0 R 2052 0 R]
+/Limits [(Doc-Start) (section*.39)]
+>> endobj
+2059 0 obj <<
+/Kids [2053 0 R 2054 0 R 2055 0 R 2056 0 R 2057 0 R]
+/Limits [(section*.4) (subsubsection.5.9.9)]
+>> endobj
+2060 0 obj <<
+/Kids [2058 0 R 2059 0 R]
+/Limits [(Doc-Start) (subsubsection.5.9.9)]
+>> endobj
+2061 0 obj <<
+/Dests 2060 0 R
+>> endobj
+2062 0 obj <<
+/Type /Catalog
+/Pages 1981 0 R
+/Outlines 1982 0 R
+/Names 2061 0 R
+/PageMode/none/PageLabels<</Nums[0<</S/r>>3<</S/D>>]>>
+/OpenAction 393 0 R
+>> endobj
+2063 0 obj <<
+/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.10)/Keywords()
+/CreationDate (D:20090930121457-05'00')
+/ModDate (D:20090930121457-05'00')
+/Trapped /False
+/PTEX.Fullbanner (This is pdfTeX, Version 3.1415926-1.40.10-2.2 (Web2C 2009) kpathsea version 5.0.0)
+>> endobj
+xref
+0 2064
+0000000000 65535 f
+0000000015 00000 n
+0000036067 00000 n
+0000708110 00000 n
+0000000060 00000 n
+0000000090 00000 n
+0000036119 00000 n
+0000708040 00000 n
+0000000140 00000 n
+0000000162 00000 n
+0000036175 00000 n
+0000707956 00000 n
+0000000212 00000 n
+0000000235 00000 n
+0000036232 00000 n
+0000707870 00000 n
+0000000286 00000 n
+0000000310 00000 n
+0000041378 00000 n
+0000707797 00000 n
+0000000361 00000 n
+0000000384 00000 n
+0000052143 00000 n
+0000707671 00000 n
+0000000430 00000 n
+0000000457 00000 n
+0000052196 00000 n
+0000707597 00000 n
+0000000508 00000 n
+0000000576 00000 n
+0000052253 00000 n
+0000707510 00000 n
+0000000627 00000 n
+0000000684 00000 n
+0000056424 00000 n
+0000707423 00000 n
+0000000735 00000 n
+0000000804 00000 n
+0000056479 00000 n
+0000707336 00000 n
+0000000855 00000 n
+0000000912 00000 n
+0000056536 00000 n
+0000707249 00000 n
+0000000963 00000 n
+0000001015 00000 n
+0000061074 00000 n
+0000707162 00000 n
+0000001066 00000 n
+0000001147 00000 n
+0000061127 00000 n
+0000707075 00000 n
+0000001198 00000 n
+0000001273 00000 n
+0000061184 00000 n
+0000706988 00000 n
+0000001324 00000 n
+0000001386 00000 n
+0000061241 00000 n
+0000706901 00000 n
+0000001437 00000 n
+0000001503 00000 n
+0000061298 00000 n
+0000706814 00000 n
+0000001555 00000 n
+0000001640 00000 n
+0000065565 00000 n
+0000706727 00000 n
+0000001692 00000 n
+0000001736 00000 n
+0000065622 00000 n
+0000706653 00000 n
+0000001788 00000 n
+0000001821 00000 n
+0000070629 00000 n
+0000706527 00000 n
+0000001867 00000 n
+0000001919 00000 n
+0000070682 00000 n
+0000706453 00000 n
+0000001970 00000 n
+0000002008 00000 n
+0000070739 00000 n
+0000706366 00000 n
+0000002059 00000 n
+0000002085 00000 n
+0000073324 00000 n
+0000706292 00000 n
+0000002136 00000 n
+0000002184 00000 n
+0000076926 00000 n
+0000706163 00000 n
+0000002230 00000 n
+0000002260 00000 n
+0000076979 00000 n
+0000706089 00000 n
+0000002311 00000 n
+0000002353 00000 n
+0000086831 00000 n
+0000705961 00000 n
+0000002404 00000 n
+0000002439 00000 n
+0000092268 00000 n
+0000705883 00000 n
+0000002496 00000 n
+0000002545 00000 n
+0000096789 00000 n
+0000705791 00000 n
+0000002602 00000 n
+0000002649 00000 n
+0000101657 00000 n
+0000705699 00000 n
+0000002706 00000 n
+0000002753 00000 n
+0000119002 00000 n
+0000705607 00000 n
+0000002810 00000 n
+0000002856 00000 n
+0000127574 00000 n
+0000705515 00000 n
+0000002913 00000 n
+0000002939 00000 n
+0000135436 00000 n
+0000705437 00000 n
+0000002996 00000 n
+0000003041 00000 n
+0000140139 00000 n
+0000705307 00000 n
+0000003093 00000 n
+0000003129 00000 n
+0000140197 00000 n
+0000705228 00000 n
+0000003186 00000 n
+0000003230 00000 n
+0000148429 00000 n
+0000705135 00000 n
+0000003287 00000 n
+0000003340 00000 n
+0000152504 00000 n
+0000705042 00000 n
+0000003397 00000 n
+0000003438 00000 n
+0000152620 00000 n
+0000704963 00000 n
+0000003495 00000 n
+0000003530 00000 n
+0000156978 00000 n
+0000704832 00000 n
+0000003582 00000 n
+0000003624 00000 n
+0000157035 00000 n
+0000704753 00000 n
+0000003681 00000 n
+0000003717 00000 n
+0000161399 00000 n
+0000704660 00000 n
+0000003774 00000 n
+0000003843 00000 n
+0000171074 00000 n
+0000704581 00000 n
+0000003900 00000 n
+0000003926 00000 n
+0000175914 00000 n
+0000704450 00000 n
+0000003978 00000 n
+0000004016 00000 n
+0000180529 00000 n
+0000704371 00000 n
+0000004073 00000 n
+0000004100 00000 n
+0000192512 00000 n
+0000704278 00000 n
+0000004157 00000 n
+0000004222 00000 n
+0000201364 00000 n
+0000704185 00000 n
+0000004279 00000 n
+0000004329 00000 n
+0000201480 00000 n
+0000704106 00000 n
+0000004386 00000 n
+0000004414 00000 n
+0000201537 00000 n
+0000703975 00000 n
+0000004466 00000 n
+0000004509 00000 n
+0000201595 00000 n
+0000703896 00000 n
+0000004566 00000 n
+0000004604 00000 n
+0000207055 00000 n
+0000703803 00000 n
+0000004661 00000 n
+0000004699 00000 n
+0000221817 00000 n
+0000703724 00000 n
+0000004756 00000 n
+0000004804 00000 n
+0000234498 00000 n
+0000703593 00000 n
+0000004856 00000 n
+0000004896 00000 n
+0000234556 00000 n
+0000703514 00000 n
+0000004953 00000 n
+0000004985 00000 n
+0000253356 00000 n
+0000703435 00000 n
+0000005042 00000 n
+0000005085 00000 n
+0000262106 00000 n
+0000703343 00000 n
+0000005137 00000 n
+0000005193 00000 n
+0000262218 00000 n
+0000703251 00000 n
+0000005245 00000 n
+0000005280 00000 n
+0000266301 00000 n
+0000703120 00000 n
+0000005333 00000 n
+0000005371 00000 n
+0000266355 00000 n
+0000703041 00000 n
+0000005429 00000 n
+0000005492 00000 n
+0000269978 00000 n
+0000702962 00000 n
+0000005550 00000 n
+0000005588 00000 n
+0000280856 00000 n
+0000702870 00000 n
+0000005641 00000 n
+0000005672 00000 n
+0000292139 00000 n
+0000702753 00000 n
+0000005725 00000 n
+0000005764 00000 n
+0000292197 00000 n
+0000702674 00000 n
+0000005822 00000 n
+0000005849 00000 n
+0000296419 00000 n
+0000702581 00000 n
+0000005907 00000 n
+0000005937 00000 n
+0000299985 00000 n
+0000702488 00000 n
+0000005995 00000 n
+0000006032 00000 n
+0000304362 00000 n
+0000702395 00000 n
+0000006090 00000 n
+0000006137 00000 n
+0000312476 00000 n
+0000702302 00000 n
+0000006195 00000 n
+0000006244 00000 n
+0000317616 00000 n
+0000702209 00000 n
+0000006302 00000 n
+0000006361 00000 n
+0000325510 00000 n
+0000702116 00000 n
+0000006419 00000 n
+0000006453 00000 n
+0000333377 00000 n
+0000702037 00000 n
+0000006511 00000 n
+0000006544 00000 n
+0000354750 00000 n
+0000701919 00000 n
+0000006591 00000 n
+0000006621 00000 n
+0000354805 00000 n
+0000701840 00000 n
+0000006673 00000 n
+0000006710 00000 n
+0000354864 00000 n
+0000701747 00000 n
+0000006762 00000 n
+0000006798 00000 n
+0000354923 00000 n
+0000701654 00000 n
+0000006850 00000 n
+0000006889 00000 n
+0000358052 00000 n
+0000701561 00000 n
+0000006941 00000 n
+0000006992 00000 n
+0000361604 00000 n
+0000701468 00000 n
+0000007044 00000 n
+0000007107 00000 n
+0000361663 00000 n
+0000701336 00000 n
+0000007159 00000 n
+0000007222 00000 n
+0000361722 00000 n
+0000701257 00000 n
+0000007279 00000 n
+0000007315 00000 n
+0000366368 00000 n
+0000701164 00000 n
+0000007372 00000 n
+0000007416 00000 n
+0000366427 00000 n
+0000701085 00000 n
+0000007473 00000 n
+0000007510 00000 n
+0000375120 00000 n
+0000700953 00000 n
+0000007562 00000 n
+0000007614 00000 n
+0000375179 00000 n
+0000700874 00000 n
+0000007671 00000 n
+0000007705 00000 n
+0000377650 00000 n
+0000700795 00000 n
+0000007762 00000 n
+0000007796 00000 n
+0000394839 00000 n
+0000700702 00000 n
+0000007848 00000 n
+0000007910 00000 n
+0000467369 00000 n
+0000700583 00000 n
+0000007962 00000 n
+0000008007 00000 n
+0000467427 00000 n
+0000700504 00000 n
+0000008064 00000 n
+0000008097 00000 n
+0000467486 00000 n
+0000700411 00000 n
+0000008154 00000 n
+0000008192 00000 n
+0000467549 00000 n
+0000700318 00000 n
+0000008249 00000 n
+0000008298 00000 n
+0000467612 00000 n
+0000700225 00000 n
+0000008355 00000 n
+0000008393 00000 n
+0000483883 00000 n
+0000700132 00000 n
+0000008450 00000 n
+0000008477 00000 n
+0000483942 00000 n
+0000700039 00000 n
+0000008534 00000 n
+0000008579 00000 n
+0000484001 00000 n
+0000699946 00000 n
+0000008636 00000 n
+0000008683 00000 n
+0000484064 00000 n
+0000699853 00000 n
+0000008740 00000 n
+0000008772 00000 n
+0000500407 00000 n
+0000699760 00000 n
+0000008829 00000 n
+0000008864 00000 n
+0000500466 00000 n
+0000699667 00000 n
+0000008922 00000 n
+0000008956 00000 n
+0000500525 00000 n
+0000699574 00000 n
+0000009014 00000 n
+0000009049 00000 n
+0000500588 00000 n
+0000699481 00000 n
+0000009107 00000 n
+0000009142 00000 n
+0000500651 00000 n
+0000699388 00000 n
+0000009200 00000 n
+0000009237 00000 n
+0000514202 00000 n
+0000699295 00000 n
+0000009295 00000 n
+0000009337 00000 n
+0000514261 00000 n
+0000699202 00000 n
+0000009395 00000 n
+0000009419 00000 n
+0000514320 00000 n
+0000699123 00000 n
+0000009477 00000 n
+0000009501 00000 n
+0000011766 00000 n
+0000012146 00000 n
+0000012298 00000 n
+0000012455 00000 n
+0000012612 00000 n
+0000012768 00000 n
+0000012925 00000 n
+0000013077 00000 n
+0000013234 00000 n
+0000013391 00000 n
+0000013548 00000 n
+0000013704 00000 n
+0000013861 00000 n
+0000014018 00000 n
+0000014174 00000 n
+0000014331 00000 n
+0000014487 00000 n
+0000014645 00000 n
+0000014801 00000 n
+0000014959 00000 n
+0000015111 00000 n
+0000015268 00000 n
+0000015425 00000 n
+0000015582 00000 n
+0000015734 00000 n
+0000015891 00000 n
+0000016046 00000 n
+0000016208 00000 n
+0000016369 00000 n
+0000016531 00000 n
+0000016693 00000 n
+0000016855 00000 n
+0000017017 00000 n
+0000019903 00000 n
+0000017344 00000 n
+0000009568 00000 n
+0000017174 00000 n
+0000017232 00000 n
+0000695844 00000 n
+0000694395 00000 n
+0000695668 00000 n
+0000017286 00000 n
+0000695021 00000 n
+0000696558 00000 n
+0000696725 00000 n
+0000020065 00000 n
+0000020227 00000 n
+0000020389 00000 n
+0000020551 00000 n
+0000020708 00000 n
+0000020870 00000 n
+0000021032 00000 n
+0000021194 00000 n
+0000021351 00000 n
+0000021513 00000 n
+0000021675 00000 n
+0000021837 00000 n
+0000021999 00000 n
+0000022156 00000 n
+0000022318 00000 n
+0000022480 00000 n
+0000022642 00000 n
+0000022798 00000 n
+0000022960 00000 n
+0000023121 00000 n
+0000023278 00000 n
+0000023434 00000 n
+0000023592 00000 n
+0000023755 00000 n
+0000023917 00000 n
+0000024075 00000 n
+0000024233 00000 n
+0000024396 00000 n
+0000024559 00000 n
+0000024722 00000 n
+0000024885 00000 n
+0000025048 00000 n
+0000025211 00000 n
+0000025374 00000 n
+0000025537 00000 n
+0000025689 00000 n
+0000025845 00000 n
+0000026001 00000 n
+0000026158 00000 n
+0000026314 00000 n
+0000026471 00000 n
+0000026627 00000 n
+0000026789 00000 n
+0000026951 00000 n
+0000027113 00000 n
+0000027270 00000 n
+0000028652 00000 n
+0000027490 00000 n
+0000019403 00000 n
+0000017470 00000 n
+0000027432 00000 n
+0000028814 00000 n
+0000028971 00000 n
+0000029128 00000 n
+0000029290 00000 n
+0000029452 00000 n
+0000029614 00000 n
+0000029776 00000 n
+0000029938 00000 n
+0000030100 00000 n
+0000030262 00000 n
+0000030424 00000 n
+0000030586 00000 n
+0000030749 00000 n
+0000030912 00000 n
+0000031075 00000 n
+0000031237 00000 n
+0000031400 00000 n
+0000031562 00000 n
+0000031782 00000 n
+0000028376 00000 n
+0000027590 00000 n
+0000031724 00000 n
+0000035855 00000 n
+0000036350 00000 n
+0000035723 00000 n
+0000031854 00000 n
+0000036009 00000 n
+0000696020 00000 n
+0000036288 00000 n
+0000041012 00000 n
+0000041166 00000 n
+0000041558 00000 n
+0000040872 00000 n
+0000036464 00000 n
+0000041320 00000 n
+0000041435 00000 n
+0000041497 00000 n
+0000045964 00000 n
+0000045794 00000 n
+0000041685 00000 n
+0000045906 00000 n
+0000047184 00000 n
+0000047014 00000 n
+0000046077 00000 n
+0000047126 00000 n
+0000696843 00000 n
+0000051611 00000 n
+0000051767 00000 n
+0000051929 00000 n
+0000052310 00000 n
+0000051463 00000 n
+0000047283 00000 n
+0000052085 00000 n
+0000695188 00000 n
+0000696386 00000 n
+0000695506 00000 n
+0000060706 00000 n
+0000056593 00000 n
+0000056254 00000 n
+0000052479 00000 n
+0000056366 00000 n
+0000694854 00000 n
+0000060860 00000 n
+0000061417 00000 n
+0000060566 00000 n
+0000056762 00000 n
+0000061016 00000 n
+0000061355 00000 n
+0000065188 00000 n
+0000065350 00000 n
+0000065679 00000 n
+0000065048 00000 n
+0000061599 00000 n
+0000065507 00000 n
+0000070263 00000 n
+0000070417 00000 n
+0000070920 00000 n
+0000070123 00000 n
+0000065861 00000 n
+0000070571 00000 n
+0000694106 00000 n
+0000070796 00000 n
+0000694687 00000 n
+0000070858 00000 n
+0000073381 00000 n
+0000073154 00000 n
+0000071087 00000 n
+0000073266 00000 n
+0000696961 00000 n
+0000082011 00000 n
+0000082319 00000 n
+0000077094 00000 n
+0000076756 00000 n
+0000073521 00000 n
+0000076868 00000 n
+0000694251 00000 n
+0000077036 00000 n
+0000082165 00000 n
+0000082766 00000 n
+0000081863 00000 n
+0000077259 00000 n
+0000082472 00000 n
+0000082530 00000 n
+0000082584 00000 n
+0000082642 00000 n
+0000082704 00000 n
+0000086774 00000 n
+0000091085 00000 n
+0000087004 00000 n
+0000086546 00000 n
+0000082917 00000 n
+0000086658 00000 n
+0000086716 00000 n
+0000086888 00000 n
+0000086946 00000 n
+0000091239 00000 n
+0000091400 00000 n
+0000091561 00000 n
+0000091723 00000 n
+0000091885 00000 n
+0000092047 00000 n
+0000092615 00000 n
+0000090905 00000 n
+0000087156 00000 n
+0000092210 00000 n
+0000092322 00000 n
+0000092379 00000 n
+0000092437 00000 n
+0000092495 00000 n
+0000092553 00000 n
+0000100806 00000 n
+0000100967 00000 n
+0000096847 00000 n
+0000096388 00000 n
+0000092754 00000 n
+0000096500 00000 n
+0000096558 00000 n
+0000096616 00000 n
+0000096674 00000 n
+0000096731 00000 n
+0000101128 00000 n
+0000101284 00000 n
+0000101440 00000 n
+0000101887 00000 n
+0000100642 00000 n
+0000096998 00000 n
+0000101599 00000 n
+0000101714 00000 n
+0000101771 00000 n
+0000101829 00000 n
+0000697079 00000 n
+0000105788 00000 n
+0000105942 00000 n
+0000110203 00000 n
+0000110366 00000 n
+0000110674 00000 n
+0000106273 00000 n
+0000105648 00000 n
+0000102000 00000 n
+0000106099 00000 n
+0000106157 00000 n
+0000106215 00000 n
+0000110951 00000 n
+0000110521 00000 n
+0000111071 00000 n
+0000110047 00000 n
+0000106386 00000 n
+0000110835 00000 n
+0000110893 00000 n
+0000111009 00000 n
+0000115650 00000 n
+0000115368 00000 n
+0000111210 00000 n
+0000115480 00000 n
+0000115538 00000 n
+0000115592 00000 n
+0000119175 00000 n
+0000118832 00000 n
+0000115802 00000 n
+0000118944 00000 n
+0000119060 00000 n
+0000119118 00000 n
+0000126966 00000 n
+0000122874 00000 n
+0000122704 00000 n
+0000119316 00000 n
+0000122816 00000 n
+0000127121 00000 n
+0000127752 00000 n
+0000126826 00000 n
+0000123015 00000 n
+0000127284 00000 n
+0000127342 00000 n
+0000127400 00000 n
+0000127458 00000 n
+0000127516 00000 n
+0000127632 00000 n
+0000127690 00000 n
+0000697197 00000 n
+0000131738 00000 n
+0000131336 00000 n
+0000127904 00000 n
+0000131448 00000 n
+0000131506 00000 n
+0000131564 00000 n
+0000131622 00000 n
+0000131680 00000 n
+0000139755 00000 n
+0000135548 00000 n
+0000135266 00000 n
+0000131864 00000 n
+0000135378 00000 n
+0000135490 00000 n
+0000140255 00000 n
+0000139623 00000 n
+0000135686 00000 n
+0000139911 00000 n
+0000139969 00000 n
+0000140023 00000 n
+0000140081 00000 n
+0000144468 00000 n
+0000144298 00000 n
+0000140395 00000 n
+0000144410 00000 n
+0000148220 00000 n
+0000148545 00000 n
+0000148088 00000 n
+0000144619 00000 n
+0000148371 00000 n
+0000148487 00000 n
+0000152442 00000 n
+0000152223 00000 n
+0000156436 00000 n
+0000152678 00000 n
+0000152091 00000 n
+0000148671 00000 n
+0000152384 00000 n
+0000696200 00000 n
+0000152562 00000 n
+0000697315 00000 n
+0000156597 00000 n
+0000156758 00000 n
+0000157151 00000 n
+0000156288 00000 n
+0000152818 00000 n
+0000156920 00000 n
+0000157093 00000 n
+0000160959 00000 n
+0000161121 00000 n
+0000161571 00000 n
+0000160819 00000 n
+0000157291 00000 n
+0000161283 00000 n
+0000161341 00000 n
+0000161457 00000 n
+0000161514 00000 n
+0000165566 00000 n
+0000165727 00000 n
+0000166117 00000 n
+0000165426 00000 n
+0000161709 00000 n
+0000165889 00000 n
+0000165947 00000 n
+0000166001 00000 n
+0000166059 00000 n
+0000170216 00000 n
+0000170377 00000 n
+0000170534 00000 n
+0000170693 00000 n
+0000170854 00000 n
+0000171244 00000 n
+0000170052 00000 n
+0000166243 00000 n
+0000171016 00000 n
+0000171128 00000 n
+0000171186 00000 n
+0000175214 00000 n
+0000175377 00000 n
+0000175539 00000 n
+0000175701 00000 n
+0000176030 00000 n
+0000175058 00000 n
+0000171384 00000 n
+0000175856 00000 n
+0000175972 00000 n
+0000277275 00000 n
+0000179666 00000 n
+0000179828 00000 n
+0000179987 00000 n
+0000180148 00000 n
+0000180310 00000 n
+0000180930 00000 n
+0000179502 00000 n
+0000176182 00000 n
+0000180471 00000 n
+0000180583 00000 n
+0000180641 00000 n
+0000180698 00000 n
+0000180756 00000 n
+0000180814 00000 n
+0000180872 00000 n
+0000697433 00000 n
+0000185040 00000 n
+0000185489 00000 n
+0000184908 00000 n
+0000181056 00000 n
+0000185195 00000 n
+0000185253 00000 n
+0000185311 00000 n
+0000185369 00000 n
+0000185427 00000 n
+0000191612 00000 n
+0000191769 00000 n
+0000191926 00000 n
+0000192088 00000 n
+0000192243 00000 n
+0000196890 00000 n
+0000192744 00000 n
+0000191448 00000 n
+0000185615 00000 n
+0000192400 00000 n
+0000192458 00000 n
+0000192570 00000 n
+0000192628 00000 n
+0000192686 00000 n
+0000197394 00000 n
+0000196758 00000 n
+0000192870 00000 n
+0000197043 00000 n
+0000197101 00000 n
+0000197159 00000 n
+0000197216 00000 n
+0000197274 00000 n
+0000197332 00000 n
+0000201711 00000 n
+0000201194 00000 n
+0000197532 00000 n
+0000201306 00000 n
+0000201422 00000 n
+0000694540 00000 n
+0000201653 00000 n
+0000206836 00000 n
+0000207113 00000 n
+0000206704 00000 n
+0000201877 00000 n
+0000206997 00000 n
+0000211279 00000 n
+0000211785 00000 n
+0000211147 00000 n
+0000207265 00000 n
+0000211433 00000 n
+0000211491 00000 n
+0000695355 00000 n
+0000211549 00000 n
+0000211607 00000 n
+0000211665 00000 n
+0000211723 00000 n
+0000697551 00000 n
+0000216057 00000 n
+0000216219 00000 n
+0000216381 00000 n
+0000216771 00000 n
+0000215909 00000 n
+0000211965 00000 n
+0000216535 00000 n
+0000216593 00000 n
+0000216651 00000 n
+0000216709 00000 n
+0000221273 00000 n
+0000221436 00000 n
+0000221597 00000 n
+0000221933 00000 n
+0000221125 00000 n
+0000216951 00000 n
+0000221759 00000 n
+0000221875 00000 n
+0000226031 00000 n
+0000225631 00000 n
+0000222071 00000 n
+0000225743 00000 n
+0000225801 00000 n
+0000225858 00000 n
+0000225916 00000 n
+0000225973 00000 n
+0000229633 00000 n
+0000230021 00000 n
+0000229501 00000 n
+0000226183 00000 n
+0000229790 00000 n
+0000229848 00000 n
+0000229905 00000 n
+0000229963 00000 n
+0000233787 00000 n
+0000233943 00000 n
+0000234104 00000 n
+0000234614 00000 n
+0000233639 00000 n
+0000230147 00000 n
+0000234266 00000 n
+0000234324 00000 n
+0000234382 00000 n
+0000234440 00000 n
+0000239620 00000 n
+0000239396 00000 n
+0000234754 00000 n
+0000239508 00000 n
+0000239566 00000 n
+0000697669 00000 n
+0000243640 00000 n
+0000244090 00000 n
+0000243508 00000 n
+0000239759 00000 n
+0000243801 00000 n
+0000243859 00000 n
+0000243917 00000 n
+0000243975 00000 n
+0000244033 00000 n
+0000248999 00000 n
+0000248655 00000 n
+0000244229 00000 n
+0000248767 00000 n
+0000248825 00000 n
+0000248883 00000 n
+0000248941 00000 n
+0000253082 00000 n
+0000253471 00000 n
+0000252950 00000 n
+0000249138 00000 n
+0000253240 00000 n
+0000253298 00000 n
+0000253413 00000 n
+0000257326 00000 n
+0000257483 00000 n
+0000257639 00000 n
+0000258032 00000 n
+0000257178 00000 n
+0000253597 00000 n
+0000257800 00000 n
+0000257858 00000 n
+0000257916 00000 n
+0000257974 00000 n
+0000262334 00000 n
+0000261936 00000 n
+0000258158 00000 n
+0000262048 00000 n
+0000262160 00000 n
+0000262276 00000 n
+0000266529 00000 n
+0000266131 00000 n
+0000262487 00000 n
+0000266243 00000 n
+0000266413 00000 n
+0000266471 00000 n
+0000697787 00000 n
+0000270148 00000 n
+0000269808 00000 n
+0000266683 00000 n
+0000269920 00000 n
+0000270032 00000 n
+0000270090 00000 n
+0000273261 00000 n
+0000273534 00000 n
+0000273129 00000 n
+0000270274 00000 n
+0000273418 00000 n
+0000273476 00000 n
+0000277337 00000 n
+0000277105 00000 n
+0000273674 00000 n
+0000277217 00000 n
+0000281199 00000 n
+0000280686 00000 n
+0000277475 00000 n
+0000280798 00000 n
+0000280910 00000 n
+0000280967 00000 n
+0000281025 00000 n
+0000281083 00000 n
+0000281141 00000 n
+0000285004 00000 n
+0000284313 00000 n
+0000281339 00000 n
+0000284425 00000 n
+0000284483 00000 n
+0000284541 00000 n
+0000284599 00000 n
+0000284657 00000 n
+0000284715 00000 n
+0000284773 00000 n
+0000284831 00000 n
+0000284889 00000 n
+0000284946 00000 n
+0000287973 00000 n
+0000288655 00000 n
+0000287841 00000 n
+0000285130 00000 n
+0000288134 00000 n
+0000288192 00000 n
+0000288250 00000 n
+0000288308 00000 n
+0000288366 00000 n
+0000288423 00000 n
+0000288481 00000 n
+0000288539 00000 n
+0000288597 00000 n
+0000697905 00000 n
+0000296082 00000 n
+0000292373 00000 n
+0000291850 00000 n
+0000288793 00000 n
+0000291962 00000 n
+0000292021 00000 n
+0000292080 00000 n
+0000292255 00000 n
+0000292314 00000 n
+0000296598 00000 n
+0000295947 00000 n
+0000292500 00000 n
+0000296243 00000 n
+0000296303 00000 n
+0000296359 00000 n
+0000296478 00000 n
+0000296538 00000 n
+0000299709 00000 n
+0000300167 00000 n
+0000299573 00000 n
+0000296725 00000 n
+0000299865 00000 n
+0000299925 00000 n
+0000300044 00000 n
+0000300103 00000 n
+0000304477 00000 n
+0000304187 00000 n
+0000300306 00000 n
+0000304302 00000 n
+0000304417 00000 n
+0000307826 00000 n
+0000308168 00000 n
+0000307690 00000 n
+0000304604 00000 n
+0000307989 00000 n
+0000308049 00000 n
+0000308108 00000 n
+0000317073 00000 n
+0000312535 00000 n
+0000312300 00000 n
+0000308295 00000 n
+0000312416 00000 n
+0000698027 00000 n
+0000317231 00000 n
+0000317395 00000 n
+0000317735 00000 n
+0000316918 00000 n
+0000312701 00000 n
+0000317556 00000 n
+0000317675 00000 n
+0000321654 00000 n
+0000321298 00000 n
+0000317874 00000 n
+0000321414 00000 n
+0000321474 00000 n
+0000321534 00000 n
+0000321594 00000 n
+0000325286 00000 n
+0000325629 00000 n
+0000325149 00000 n
+0000321806 00000 n
+0000325450 00000 n
+0000325569 00000 n
+0000329371 00000 n
+0000333161 00000 n
+0000329715 00000 n
+0000329234 00000 n
+0000325769 00000 n
+0000329535 00000 n
+0000329595 00000 n
+0000329655 00000 n
+0000337764 00000 n
+0000333620 00000 n
+0000333024 00000 n
+0000329867 00000 n
+0000333317 00000 n
+0000333436 00000 n
+0000333496 00000 n
+0000333556 00000 n
+0000337928 00000 n
+0000342276 00000 n
+0000338206 00000 n
+0000337618 00000 n
+0000333747 00000 n
+0000338086 00000 n
+0000338146 00000 n
+0000698152 00000 n
+0000342851 00000 n
+0000342139 00000 n
+0000338333 00000 n
+0000342432 00000 n
+0000342492 00000 n
+0000342548 00000 n
+0000342608 00000 n
+0000693958 00000 n
+0000342668 00000 n
+0000342728 00000 n
+0000342788 00000 n
+0000347169 00000 n
+0000347332 00000 n
+0000347795 00000 n
+0000347023 00000 n
+0000342991 00000 n
+0000347495 00000 n
+0000347555 00000 n
+0000347615 00000 n
+0000347675 00000 n
+0000347735 00000 n
+0000351729 00000 n
+0000351313 00000 n
+0000347922 00000 n
+0000351429 00000 n
+0000351489 00000 n
+0000351549 00000 n
+0000351609 00000 n
+0000351669 00000 n
+0000354982 00000 n
+0000354574 00000 n
+0000351856 00000 n
+0000354690 00000 n
+0000358111 00000 n
+0000357876 00000 n
+0000355096 00000 n
+0000357992 00000 n
+0000361781 00000 n
+0000361428 00000 n
+0000358264 00000 n
+0000361544 00000 n
+0000698277 00000 n
+0000366152 00000 n
+0000366550 00000 n
+0000366015 00000 n
+0000361933 00000 n
+0000366308 00000 n
+0000366486 00000 n
+0000370673 00000 n
+0000370953 00000 n
+0000370536 00000 n
+0000366664 00000 n
+0000370829 00000 n
+0000370889 00000 n
+0000374904 00000 n
+0000375302 00000 n
+0000374767 00000 n
+0000371094 00000 n
+0000375060 00000 n
+0000375238 00000 n
+0000377709 00000 n
+0000377474 00000 n
+0000375457 00000 n
+0000377590 00000 n
+0000380479 00000 n
+0000380630 00000 n
+0000380781 00000 n
+0000380932 00000 n
+0000381083 00000 n
+0000381233 00000 n
+0000381384 00000 n
+0000381535 00000 n
+0000381686 00000 n
+0000381837 00000 n
+0000381986 00000 n
+0000382137 00000 n
+0000382287 00000 n
+0000382438 00000 n
+0000382589 00000 n
+0000382740 00000 n
+0000382891 00000 n
+0000383041 00000 n
+0000383192 00000 n
+0000383342 00000 n
+0000383493 00000 n
+0000383642 00000 n
+0000383793 00000 n
+0000383943 00000 n
+0000384094 00000 n
+0000384244 00000 n
+0000384395 00000 n
+0000384544 00000 n
+0000384694 00000 n
+0000384845 00000 n
+0000384996 00000 n
+0000385147 00000 n
+0000385297 00000 n
+0000385448 00000 n
+0000385599 00000 n
+0000385749 00000 n
+0000385900 00000 n
+0000386051 00000 n
+0000386201 00000 n
+0000386351 00000 n
+0000386502 00000 n
+0000386652 00000 n
+0000386802 00000 n
+0000386951 00000 n
+0000387102 00000 n
+0000387252 00000 n
+0000387403 00000 n
+0000387554 00000 n
+0000387702 00000 n
+0000387853 00000 n
+0000388004 00000 n
+0000388155 00000 n
+0000388306 00000 n
+0000388456 00000 n
+0000388606 00000 n
+0000388755 00000 n
+0000388906 00000 n
+0000389056 00000 n
+0000389207 00000 n
+0000389358 00000 n
+0000389509 00000 n
+0000389659 00000 n
+0000389810 00000 n
+0000389961 00000 n
+0000390112 00000 n
+0000390262 00000 n
+0000390413 00000 n
+0000390564 00000 n
+0000390715 00000 n
+0000390865 00000 n
+0000391015 00000 n
+0000391166 00000 n
+0000391317 00000 n
+0000391465 00000 n
+0000391616 00000 n
+0000391766 00000 n
+0000391917 00000 n
+0000392067 00000 n
+0000392217 00000 n
+0000392368 00000 n
+0000392519 00000 n
+0000392670 00000 n
+0000392821 00000 n
+0000392971 00000 n
+0000393121 00000 n
+0000393272 00000 n
+0000393423 00000 n
+0000393574 00000 n
+0000393725 00000 n
+0000393876 00000 n
+0000394027 00000 n
+0000394177 00000 n
+0000394327 00000 n
+0000394477 00000 n
+0000394628 00000 n
+0000397681 00000 n
+0000394897 00000 n
+0000379496 00000 n
+0000377810 00000 n
+0000394779 00000 n
+0000397832 00000 n
+0000397982 00000 n
+0000398133 00000 n
+0000398284 00000 n
+0000398435 00000 n
+0000398586 00000 n
+0000398737 00000 n
+0000398887 00000 n
+0000399038 00000 n
+0000399187 00000 n
+0000399337 00000 n
+0000399486 00000 n
+0000399636 00000 n
+0000399786 00000 n
+0000399937 00000 n
+0000400088 00000 n
+0000400239 00000 n
+0000400389 00000 n
+0000400540 00000 n
+0000400691 00000 n
+0000400842 00000 n
+0000400992 00000 n
+0000401143 00000 n
+0000401293 00000 n
+0000401444 00000 n
+0000401595 00000 n
+0000401745 00000 n
+0000401896 00000 n
+0000402047 00000 n
+0000402198 00000 n
+0000402347 00000 n
+0000402498 00000 n
+0000402648 00000 n
+0000402799 00000 n
+0000402949 00000 n
+0000403100 00000 n
+0000403251 00000 n
+0000403402 00000 n
+0000403553 00000 n
+0000403704 00000 n
+0000403855 00000 n
+0000404006 00000 n
+0000404156 00000 n
+0000404307 00000 n
+0000404457 00000 n
+0000404607 00000 n
+0000404757 00000 n
+0000404907 00000 n
+0000405058 00000 n
+0000405209 00000 n
+0000405360 00000 n
+0000405511 00000 n
+0000405662 00000 n
+0000405813 00000 n
+0000405964 00000 n
+0000406114 00000 n
+0000406265 00000 n
+0000406416 00000 n
+0000406567 00000 n
+0000406717 00000 n
+0000406867 00000 n
+0000407017 00000 n
+0000407168 00000 n
+0000407319 00000 n
+0000407470 00000 n
+0000407621 00000 n
+0000407772 00000 n
+0000407922 00000 n
+0000408072 00000 n
+0000408222 00000 n
+0000408373 00000 n
+0000408523 00000 n
+0000408674 00000 n
+0000408824 00000 n
+0000408975 00000 n
+0000409125 00000 n
+0000409273 00000 n
+0000409424 00000 n
+0000409574 00000 n
+0000409725 00000 n
+0000409875 00000 n
+0000410026 00000 n
+0000410177 00000 n
+0000410328 00000 n
+0000410479 00000 n
+0000410630 00000 n
+0000410781 00000 n
+0000410931 00000 n
+0000411082 00000 n
+0000411233 00000 n
+0000411383 00000 n
+0000411532 00000 n
+0000411682 00000 n
+0000411832 00000 n
+0000411981 00000 n
+0000412130 00000 n
+0000412280 00000 n
+0000412429 00000 n
+0000412578 00000 n
+0000412728 00000 n
+0000415834 00000 n
+0000412939 00000 n
+0000396644 00000 n
+0000395025 00000 n
+0000412879 00000 n
+0000698402 00000 n
+0000415985 00000 n
+0000416135 00000 n
+0000416286 00000 n
+0000416437 00000 n
+0000416588 00000 n
+0000416739 00000 n
+0000416889 00000 n
+0000417039 00000 n
+0000417190 00000 n
+0000417339 00000 n
+0000417490 00000 n
+0000417640 00000 n
+0000417790 00000 n
+0000417941 00000 n
+0000418091 00000 n
+0000418241 00000 n
+0000418392 00000 n
+0000418543 00000 n
+0000418693 00000 n
+0000418843 00000 n
+0000418993 00000 n
+0000419144 00000 n
+0000419293 00000 n
+0000419443 00000 n
+0000419591 00000 n
+0000419741 00000 n
+0000419892 00000 n
+0000420043 00000 n
+0000420192 00000 n
+0000420341 00000 n
+0000420492 00000 n
+0000420642 00000 n
+0000420792 00000 n
+0000420942 00000 n
+0000421093 00000 n
+0000421244 00000 n
+0000421395 00000 n
+0000421546 00000 n
+0000421697 00000 n
+0000421848 00000 n
+0000421996 00000 n
+0000422147 00000 n
+0000422297 00000 n
+0000422448 00000 n
+0000422598 00000 n
+0000422749 00000 n
+0000422900 00000 n
+0000423051 00000 n
+0000423202 00000 n
+0000423353 00000 n
+0000423504 00000 n
+0000423655 00000 n
+0000423805 00000 n
+0000423956 00000 n
+0000424106 00000 n
+0000424257 00000 n
+0000424408 00000 n
+0000424558 00000 n
+0000424707 00000 n
+0000424858 00000 n
+0000425008 00000 n
+0000425159 00000 n
+0000425310 00000 n
+0000425461 00000 n
+0000425611 00000 n
+0000425762 00000 n
+0000425912 00000 n
+0000426063 00000 n
+0000426213 00000 n
+0000426364 00000 n
+0000426515 00000 n
+0000426666 00000 n
+0000426817 00000 n
+0000426968 00000 n
+0000427118 00000 n
+0000427268 00000 n
+0000427419 00000 n
+0000427570 00000 n
+0000427720 00000 n
+0000427871 00000 n
+0000428021 00000 n
+0000428171 00000 n
+0000428322 00000 n
+0000428473 00000 n
+0000428623 00000 n
+0000428774 00000 n
+0000428924 00000 n
+0000429074 00000 n
+0000429225 00000 n
+0000429376 00000 n
+0000429527 00000 n
+0000429678 00000 n
+0000429829 00000 n
+0000429980 00000 n
+0000430131 00000 n
+0000430282 00000 n
+0000430432 00000 n
+0000433279 00000 n
+0000433430 00000 n
+0000430642 00000 n
+0000414824 00000 n
+0000413053 00000 n
+0000430582 00000 n
+0000433581 00000 n
+0000433732 00000 n
+0000433882 00000 n
+0000434033 00000 n
+0000434182 00000 n
+0000434333 00000 n
+0000434484 00000 n
+0000434635 00000 n
+0000434786 00000 n
+0000434937 00000 n
+0000435088 00000 n
+0000435239 00000 n
+0000435390 00000 n
+0000435541 00000 n
+0000435692 00000 n
+0000435843 00000 n
+0000435993 00000 n
+0000436144 00000 n
+0000436295 00000 n
+0000436445 00000 n
+0000436596 00000 n
+0000436747 00000 n
+0000436895 00000 n
+0000437045 00000 n
+0000437195 00000 n
+0000437345 00000 n
+0000437495 00000 n
+0000437645 00000 n
+0000437796 00000 n
+0000437947 00000 n
+0000438097 00000 n
+0000438247 00000 n
+0000438398 00000 n
+0000438547 00000 n
+0000438698 00000 n
+0000438848 00000 n
+0000438999 00000 n
+0000439149 00000 n
+0000439299 00000 n
+0000439450 00000 n
+0000439601 00000 n
+0000439752 00000 n
+0000439903 00000 n
+0000440054 00000 n
+0000440205 00000 n
+0000440356 00000 n
+0000440507 00000 n
+0000440658 00000 n
+0000440809 00000 n
+0000440959 00000 n
+0000441110 00000 n
+0000441260 00000 n
+0000441411 00000 n
+0000441561 00000 n
+0000441712 00000 n
+0000441863 00000 n
+0000442014 00000 n
+0000442165 00000 n
+0000442315 00000 n
+0000442466 00000 n
+0000442617 00000 n
+0000442768 00000 n
+0000442919 00000 n
+0000443070 00000 n
+0000443221 00000 n
+0000443372 00000 n
+0000443523 00000 n
+0000443674 00000 n
+0000443824 00000 n
+0000443975 00000 n
+0000444126 00000 n
+0000444277 00000 n
+0000444428 00000 n
+0000444578 00000 n
+0000444729 00000 n
+0000444880 00000 n
+0000445030 00000 n
+0000445181 00000 n
+0000445330 00000 n
+0000445481 00000 n
+0000445632 00000 n
+0000445783 00000 n
+0000445933 00000 n
+0000446082 00000 n
+0000446232 00000 n
+0000446381 00000 n
+0000446531 00000 n
+0000446680 00000 n
+0000446831 00000 n
+0000446979 00000 n
+0000447127 00000 n
+0000447276 00000 n
+0000447427 00000 n
+0000447578 00000 n
+0000447728 00000 n
+0000447879 00000 n
+0000448029 00000 n
+0000448180 00000 n
+0000449170 00000 n
+0000449321 00000 n
+0000448390 00000 n
+0000432251 00000 n
+0000430769 00000 n
+0000448330 00000 n
+0000449471 00000 n
+0000449622 00000 n
+0000449772 00000 n
+0000449923 00000 n
+0000450073 00000 n
+0000450223 00000 n
+0000450374 00000 n
+0000450525 00000 n
+0000450675 00000 n
+0000450826 00000 n
+0000450976 00000 n
+0000451127 00000 n
+0000451278 00000 n
+0000451489 00000 n
+0000448907 00000 n
+0000448490 00000 n
+0000451429 00000 n
+0000454155 00000 n
+0000454310 00000 n
+0000454464 00000 n
+0000454619 00000 n
+0000454774 00000 n
+0000454929 00000 n
+0000455082 00000 n
+0000455237 00000 n
+0000455392 00000 n
+0000455547 00000 n
+0000455701 00000 n
+0000455856 00000 n
+0000456012 00000 n
+0000456167 00000 n
+0000456320 00000 n
+0000456476 00000 n
+0000456630 00000 n
+0000456785 00000 n
+0000456939 00000 n
+0000457094 00000 n
+0000457249 00000 n
+0000457404 00000 n
+0000457559 00000 n
+0000457714 00000 n
+0000457869 00000 n
+0000458024 00000 n
+0000458179 00000 n
+0000458334 00000 n
+0000458489 00000 n
+0000458644 00000 n
+0000458799 00000 n
+0000458955 00000 n
+0000459110 00000 n
+0000459265 00000 n
+0000459419 00000 n
+0000459573 00000 n
+0000459728 00000 n
+0000459881 00000 n
+0000460036 00000 n
+0000460191 00000 n
+0000460345 00000 n
+0000460500 00000 n
+0000460655 00000 n
+0000460810 00000 n
+0000460965 00000 n
+0000461118 00000 n
+0000461272 00000 n
+0000461427 00000 n
+0000461582 00000 n
+0000461737 00000 n
+0000461892 00000 n
+0000462045 00000 n
+0000462199 00000 n
+0000462354 00000 n
+0000462508 00000 n
+0000462663 00000 n
+0000462818 00000 n
+0000462973 00000 n
+0000463128 00000 n
+0000463282 00000 n
+0000463436 00000 n
+0000463591 00000 n
+0000463745 00000 n
+0000463900 00000 n
+0000464053 00000 n
+0000464208 00000 n
+0000464363 00000 n
+0000464518 00000 n
+0000464673 00000 n
+0000464828 00000 n
+0000464983 00000 n
+0000465138 00000 n
+0000465292 00000 n
+0000465447 00000 n
+0000465602 00000 n
+0000465757 00000 n
+0000465911 00000 n
+0000466066 00000 n
+0000466222 00000 n
+0000466377 00000 n
+0000466531 00000 n
+0000466686 00000 n
+0000466841 00000 n
+0000466997 00000 n
+0000467153 00000 n
+0000470171 00000 n
+0000467675 00000 n
+0000453262 00000 n
+0000451576 00000 n
+0000467309 00000 n
+0000470327 00000 n
+0000470482 00000 n
+0000470638 00000 n
+0000470793 00000 n
+0000470948 00000 n
+0000471103 00000 n
+0000471258 00000 n
+0000471413 00000 n
+0000471569 00000 n
+0000471723 00000 n
+0000471879 00000 n
+0000472033 00000 n
+0000472189 00000 n
+0000472344 00000 n
+0000472500 00000 n
+0000472656 00000 n
+0000472812 00000 n
+0000472968 00000 n
+0000473124 00000 n
+0000473280 00000 n
+0000473436 00000 n
+0000473592 00000 n
+0000473748 00000 n
+0000473904 00000 n
+0000474060 00000 n
+0000474215 00000 n
+0000474371 00000 n
+0000474526 00000 n
+0000474682 00000 n
+0000474838 00000 n
+0000474994 00000 n
+0000475150 00000 n
+0000475305 00000 n
+0000475461 00000 n
+0000475617 00000 n
+0000475773 00000 n
+0000475929 00000 n
+0000476085 00000 n
+0000476241 00000 n
+0000476397 00000 n
+0000476553 00000 n
+0000476708 00000 n
+0000476864 00000 n
+0000477020 00000 n
+0000477176 00000 n
+0000477332 00000 n
+0000477488 00000 n
+0000477644 00000 n
+0000477800 00000 n
+0000477954 00000 n
+0000478108 00000 n
+0000478263 00000 n
+0000478418 00000 n
+0000478572 00000 n
+0000478726 00000 n
+0000478880 00000 n
+0000479035 00000 n
+0000479188 00000 n
+0000479343 00000 n
+0000479497 00000 n
+0000479652 00000 n
+0000479807 00000 n
+0000479960 00000 n
+0000480115 00000 n
+0000480270 00000 n
+0000480425 00000 n
+0000480579 00000 n
+0000480733 00000 n
+0000480889 00000 n
+0000481044 00000 n
+0000481199 00000 n
+0000481354 00000 n
+0000481507 00000 n
+0000481661 00000 n
+0000481816 00000 n
+0000481971 00000 n
+0000482125 00000 n
+0000482280 00000 n
+0000482434 00000 n
+0000482588 00000 n
+0000482743 00000 n
+0000482896 00000 n
+0000483050 00000 n
+0000483205 00000 n
+0000483359 00000 n
+0000483514 00000 n
+0000483668 00000 n
+0000486825 00000 n
+0000484127 00000 n
+0000469251 00000 n
+0000467776 00000 n
+0000483823 00000 n
+0000486980 00000 n
+0000487135 00000 n
+0000487289 00000 n
+0000487443 00000 n
+0000487597 00000 n
+0000487751 00000 n
+0000487905 00000 n
+0000488059 00000 n
+0000488212 00000 n
+0000488365 00000 n
+0000488519 00000 n
+0000488676 00000 n
+0000488834 00000 n
+0000488990 00000 n
+0000489147 00000 n
+0000489305 00000 n
+0000489463 00000 n
+0000489621 00000 n
+0000489778 00000 n
+0000489930 00000 n
+0000490088 00000 n
+0000490245 00000 n
+0000490403 00000 n
+0000490561 00000 n
+0000490718 00000 n
+0000490876 00000 n
+0000491034 00000 n
+0000491192 00000 n
+0000491350 00000 n
+0000491508 00000 n
+0000491665 00000 n
+0000491822 00000 n
+0000491976 00000 n
+0000492132 00000 n
+0000492288 00000 n
+0000492443 00000 n
+0000492599 00000 n
+0000492755 00000 n
+0000492910 00000 n
+0000493066 00000 n
+0000493221 00000 n
+0000493377 00000 n
+0000493531 00000 n
+0000493686 00000 n
+0000493841 00000 n
+0000493997 00000 n
+0000494153 00000 n
+0000494308 00000 n
+0000494463 00000 n
+0000494618 00000 n
+0000494772 00000 n
+0000494927 00000 n
+0000495080 00000 n
+0000495236 00000 n
+0000495390 00000 n
+0000495546 00000 n
+0000495702 00000 n
+0000495858 00000 n
+0000496012 00000 n
+0000496167 00000 n
+0000496322 00000 n
+0000496477 00000 n
+0000496632 00000 n
+0000496787 00000 n
+0000496942 00000 n
+0000497096 00000 n
+0000497251 00000 n
+0000497405 00000 n
+0000497559 00000 n
+0000497714 00000 n
+0000497869 00000 n
+0000498024 00000 n
+0000498177 00000 n
+0000498332 00000 n
+0000498486 00000 n
+0000498641 00000 n
+0000498795 00000 n
+0000498950 00000 n
+0000499105 00000 n
+0000499260 00000 n
+0000499415 00000 n
+0000499571 00000 n
+0000499727 00000 n
+0000499882 00000 n
+0000500037 00000 n
+0000500193 00000 n
+0000503146 00000 n
+0000500714 00000 n
+0000485914 00000 n
+0000484214 00000 n
+0000500347 00000 n
+0000698527 00000 n
+0000503301 00000 n
+0000503454 00000 n
+0000503609 00000 n
+0000503764 00000 n
+0000503918 00000 n
+0000504073 00000 n
+0000504228 00000 n
+0000504381 00000 n
+0000504535 00000 n
+0000504689 00000 n
+0000504845 00000 n
+0000504998 00000 n
+0000505153 00000 n
+0000505308 00000 n
+0000505462 00000 n
+0000505616 00000 n
+0000505771 00000 n
+0000505926 00000 n
+0000506081 00000 n
+0000506235 00000 n
+0000506389 00000 n
+0000506543 00000 n
+0000506697 00000 n
+0000506852 00000 n
+0000507007 00000 n
+0000507162 00000 n
+0000507316 00000 n
+0000507471 00000 n
+0000507624 00000 n
+0000507780 00000 n
+0000507933 00000 n
+0000508085 00000 n
+0000508241 00000 n
+0000508396 00000 n
+0000508551 00000 n
+0000508706 00000 n
+0000508861 00000 n
+0000509016 00000 n
+0000509171 00000 n
+0000509326 00000 n
+0000509481 00000 n
+0000509635 00000 n
+0000509788 00000 n
+0000509943 00000 n
+0000510099 00000 n
+0000510254 00000 n
+0000510410 00000 n
+0000510566 00000 n
+0000510722 00000 n
+0000510878 00000 n
+0000511034 00000 n
+0000511189 00000 n
+0000511345 00000 n
+0000511498 00000 n
+0000511654 00000 n
+0000511809 00000 n
+0000511965 00000 n
+0000512121 00000 n
+0000512277 00000 n
+0000512432 00000 n
+0000512587 00000 n
+0000512741 00000 n
+0000512896 00000 n
+0000513051 00000 n
+0000513207 00000 n
+0000513362 00000 n
+0000513518 00000 n
+0000513674 00000 n
+0000513830 00000 n
+0000513986 00000 n
+0000514379 00000 n
+0000502379 00000 n
+0000500801 00000 n
+0000514142 00000 n
+0000514466 00000 n
+0000514491 00000 n
+0000514515 00000 n
+0000693228 00000 n
+0000514555 00000 n
+0000515007 00000 n
+0000693830 00000 n
+0000515135 00000 n
+0000515273 00000 n
+0000515321 00000 n
+0000515485 00000 n
+0000515565 00000 n
+0000515813 00000 n
+0000516367 00000 n
+0000516843 00000 n
+0000517227 00000 n
+0000517793 00000 n
+0000518368 00000 n
+0000519017 00000 n
+0000519968 00000 n
+0000526937 00000 n
+0000527166 00000 n
+0000534589 00000 n
+0000534843 00000 n
+0000542206 00000 n
+0000542457 00000 n
+0000551790 00000 n
+0000552137 00000 n
+0000559304 00000 n
+0000559526 00000 n
+0000567019 00000 n
+0000567266 00000 n
+0000576493 00000 n
+0000576752 00000 n
+0000586628 00000 n
+0000586907 00000 n
+0000605682 00000 n
+0000605950 00000 n
+0000612462 00000 n
+0000612779 00000 n
+0000625478 00000 n
+0000626064 00000 n
+0000627908 00000 n
+0000628139 00000 n
+0000631496 00000 n
+0000631753 00000 n
+0000647027 00000 n
+0000647425 00000 n
+0000668508 00000 n
+0000669143 00000 n
+0000678013 00000 n
+0000678290 00000 n
+0000692866 00000 n
+0000698616 00000 n
+0000698736 00000 n
+0000698857 00000 n
+0000698965 00000 n
+0000699047 00000 n
+0000708219 00000 n
+0000708423 00000 n
+0000708638 00000 n
+0000708845 00000 n
+0000709033 00000 n
+0000709205 00000 n
+0000709376 00000 n
+0000709545 00000 n
+0000709714 00000 n
+0000709885 00000 n
+0000710055 00000 n
+0000710226 00000 n
+0000710396 00000 n
+0000710567 00000 n
+0000710741 00000 n
+0000710918 00000 n
+0000711093 00000 n
+0000711270 00000 n
+0000711444 00000 n
+0000711618 00000 n
+0000711805 00000 n
+0000712016 00000 n
+0000712226 00000 n
+0000712437 00000 n
+0000712647 00000 n
+0000712858 00000 n
+0000713072 00000 n
+0000713289 00000 n
+0000713503 00000 n
+0000713717 00000 n
+0000713934 00000 n
+0000714149 00000 n
+0000714363 00000 n
+0000714565 00000 n
+0000714768 00000 n
+0000714970 00000 n
+0000715173 00000 n
+0000715374 00000 n
+0000715575 00000 n
+0000715778 00000 n
+0000715980 00000 n
+0000716183 00000 n
+0000716385 00000 n
+0000716588 00000 n
+0000716790 00000 n
+0000716993 00000 n
+0000717195 00000 n
+0000717398 00000 n
+0000717588 00000 n
+0000717812 00000 n
+0000718035 00000 n
+0000718256 00000 n
+0000718484 00000 n
+0000718711 00000 n
+0000718938 00000 n
+0000719189 00000 n
+0000719464 00000 n
+0000719733 00000 n
+0000720000 00000 n
+0000720267 00000 n
+0000720534 00000 n
+0000720803 00000 n
+0000721078 00000 n
+0000721345 00000 n
+0000721492 00000 n
+0000721610 00000 n
+0000721725 00000 n
+0000721841 00000 n
+0000721962 00000 n
+0000722088 00000 n
+0000722213 00000 n
+0000722336 00000 n
+0000722463 00000 n
+0000722593 00000 n
+0000722728 00000 n
+0000722850 00000 n
+0000722972 00000 n
+0000723094 00000 n
+0000723188 00000 n
+0000723228 00000 n
+0000723393 00000 n
+trailer
+<< /Size 2064
+/Root 2062 0 R
+/Info 2063 0 R
+/ID [<2CC5733293B73571013CD3AFE7B4FF18> <2CC5733293B73571013CD3AFE7B4FF18>] >>
+startxref
+723710
+%%EOF
diff --git a/Master/texmf-dist/doc/generic/mfpic/mfpman.tex b/Master/texmf-dist/doc/generic/mfpic/mfpic-doc.tex
index 5a0e1955663..bee22641385 100644
--- a/Master/texmf-dist/doc/generic/mfpic/mfpman.tex
+++ b/Master/texmf-dist/doc/generic/mfpic/mfpic-doc.tex
@@ -1,5 +1,5 @@
-%%% File: mfpman.tex
-%%% A part of mfpic 0.9 2006/05/26
+%%% File: mfpic-doc.tex
+%%% A part of mfpic 1.00 2009/09/22
%%%
% Documentation of mfpic macros
\documentclass[letterpaper]{article}
@@ -9,7 +9,7 @@
\usepackage{mathptmx}
\usepackage[scaled=.85]{luximono}
\renewcommand\sfdefault{cmss}
-
+\newcommand\sgn{\mathop{\mathrm{sgn}}\nolimits}
% Fake chapters (really sections):
\usepackage[chapters]{mfpdoc}
\pagestyle{mfpdoc}
@@ -99,7 +99,7 @@ compatible with \MF{}.
\section{Who?}\label{author}
-The original \Mfp{} (and the core of the current version) was written
+The original \mfp{} (and still the core of the current version) was written
primarily by Tom Leathrum during the late (northern hemisphere) spring
and summer of 1992, while at Dartmouth College. Different versions were
being written and tested for nearly two years after that, during which
@@ -144,7 +144,7 @@ in the accompanying file \file{mfpguide.pdf}. If you use \mfp{} to
produce \MP{} figures the process is straightforward: run \TeX{} (or
\LaTeX), then \MP{}, then \TeX{} again. If there are no errors, then
\prog{dvips} or other DVI-to-PS converter can be run to produce
-viewable\slash printable output. You can also run \prog{dvipdfm} to obtain PDF
+viewable\slash printable output. You can also run \prog{dvipdfm(x)} to obtain PDF
output, or even use \pdfTeX{} instead of \TeX{} (or \pdfLaTeX{} instead
of \LaTeX{}) to get PDF output directly.
@@ -166,14 +166,14 @@ Typically, you just type
\begin{verbatim}
mpost pics.mp
\end{verbatim}
-(or possibly "\verb$mp pics.mp$").
+(or possibly "\verb$mp pics.mp$", but try \verb$mpost$ first).
This produces files \file{pics.1}, \file{pics.2}, etc., the number of
files depending on the version of \file{pictures.tex}. You then
-reprocessing \file{pictures.tex} with \TeX{} to produce a DVI file. This
+reprocess \file{pictures.tex} with \TeX{} to produce a DVI file. This
file can then be processed with \prog{dvips} (for example) to produce
\PS{} output which can be printed or viewed. One can also process the
-DVI with \prog{dvipdfm} to produce a PDF file.
+DVI with \prog{dvipdfm(x)} to produce a PDF file.
If \pdfTeX{} is used instead of \TeX{} on the second run, you should be
able to view the resulting PDF file immediately, without any further
@@ -189,8 +189,8 @@ should do whatever is necessary (perhaps nothing!) to insure that \TeX{}
looks in the current directory for \file{.tfm} files, and that your DVI
drivers look in the current directory for \file{.pk} files. There may
also be some setup needed to ensure that the \file{.pk} files are
-created at a resolution that matches your printer's. See the discussion
-in \file{mfpguide.pdf}.
+created at a resolution that matches that of your printer and of your DVI
+viewer. See the discussion in \file{mfpguide.pdf}.
If you want to test this process on the supplied sample files, edit
\file{pictures.tex} removing the \cs{usemetapost} command (or edit
@@ -261,7 +261,7 @@ There are also somewhat subtle circumstance under which you can skip the
second \TeX{} step after editing a figure if the file has already gone
through the above process. Delineating the exact cirumstances is rather
involved, so it is recommended that you always repeat the \TeX{} step if
-changes have been made to any figure.
+you have made changes that affect any figure.
What makes \mfp{} work? When you run \TeX{} on the file
\file{pictures.tex}, the \mfp{} macros issue \TeX{} \cs{write} commands,
@@ -327,24 +327,26 @@ distribution, and will be used to implement minor corrections when bugs
are found. The user should \emph{not} modify this file unless
he really knows what he is doing.
-\section{\opt{metapost}, \cs{usemetapost}.}\label{metapost}
-\index{metapost@\opt{metapost}}%
-\index{usemetapost@\cs{usemetapost}}
-
-Selects \MP{} as the figure processor and makes specific features
-available. It changes the extension used on the output file to
-\file{.mp} to signal that it can no longer be processed with \MF{}. There
-is also a \opt{metafont} option (command \cs{usemetafont}), but it is
-redundant, as \MF{} is the default. Either command must come before the
+\section{\opt{metapost}, \opt{metafont}, \cs{usemetapost}, \cs{usemetafont}.}%
+\label{metapost}\index{metapost@\opt{metapost}}\index{usemetapost@\cs{usemetapost}}%
+\index{metafont@\opt{metafont}}\index{usemetafont@\cs{usemetafont}}
+
+The option \opt{metapost} or the command \cs{usemetapost} selects \MP{}
+as the figure processor and makes specific features available. It
+changes the extension used on the output file to `\file{.mp}' to signal
+that it can no longer be processed with \MF{}. There is also a
+\opt{metafont} option (command \cs{usemetafont}), but it is redundant,
+as \MF{} is the default (for backward compatibility of files written
+before \MP{} existed). Either command must come before the
\cs{opengraphsfile} command (see section~\ref{files}). They should not
-be used together in the same document. (Actually, they can but one needs
+be used together in the same document. (Actually they can, but one needs
to close one output file and open another. Moreover, it hasn't ever been
seriously tested, and it wasn't taken into consideration in writing most
of the macros.) If the command form \cs{usemetapost} is used in a
\LaTeXe{} document, it must come in the preamble. Because of the timing
of actions by the \prog{babel} package and by older versions of
\file{supp-pdf.tex} (input by \file{pdftex.def} in the \prog{graphics}
-package), when \pdfLaTeX{} is used \mfp{} should be loaded and
+package), when \pdfLaTeX{} is used, \mfp{} should be loaded and
\cs{usemetapost} (if used) declared before \prog{babel} is loaded.
@@ -360,13 +362,16 @@ file. It effects only labels on the figure, not a caption added by the
handled by \MP{} and can be rotated. It requires \MP{}, and will be be
ignored without it (\MF{} cannot handle labels). Using this option
without the \opt{metapost} option may also produce an error message
-either from \TeX{} or \MF{}. The commands forms can be placed anywhere
-and they affect subsequent \cs{tlabel} commands. When this is in effect,
-the labels become part of the figure and, in the default handling, they
-may be clipped off or covered up by later drawing elements. But see the
-next section on the \opt{overlaylabels} option. Labels added to a
-picture contribute to the bounding box even if \opt{truebbox} is not in
-effect.
+either from \TeX{} or \MF{}. The command forms can be placed anywhere.
+If used outside an mfpic environment, they affect all subsequent
+\cs{tlabel} commands; inside an mfpic environment they affect all
+\cs{tlabel} commands in that figure.
+
+When this is in effect, the labels become part of the figure and, in the
+default handling, they may be clipped off or covered up by later drawing
+elements. But see the next section on the \opt{overlaylabels} option.
+Labels added to a picture contribute to the bounding box even if
+\opt{truebbox} is not in effect.
The user is responsible for adding the appropriate \mfc{verbatimtex}
header to the output file if necessary. For this purpose, there is the
@@ -378,7 +383,6 @@ preamble of \LaTeX{} code take care to make sure \MP{} calls \LaTeX{}
purpose, or an environmental variable named \texttt{TEX} may be set
equal to \texttt{latex} in the command shell of your operating system.).
-
\section{\opt{overlaylabels}, \cs{overlaylabels}, \cs{nooverlaylabels}.}
\label{overlaylabels}
\index{overlaylabels@\opt{overlaylabels}}%
@@ -406,6 +410,10 @@ simpler to code, so I experimented with it and rejected it as a default,
but now offer it as an option. With this option, \mfp{} labels have
almost the same behavior with or without \opt{mplabels}.
+The commands may be used anywhere. Outside a figure they affect all
+subsequent figures, inside a figure they affect all subsequent text in
+that figure. The commands and option are ignored under the metafont
+option.
\section{\opt{truebbox}, \cs{usetruebbox},
\cs{notruebbox}.}\label{truebbox}
@@ -424,6 +432,11 @@ is used in an \env{mfpic} environment, it affects only that environment,
otherwise it affects all subsequent figures. This option currently has
no effect with \MF{}, but should cause no errors.
+This option is almost mandatory if you wish to use \prog{dvipdfm(x)} to
+convert \TeX{}'s DVI output to PDF. Both \prog{dvipdfm} and
+\prog{dvipdfmx} have a tendency to clip \MP{} figures to the stated
+bounding box. Thus, anything running outside those bounds is lost.
+
\section{\opt{clip}, \cs{clipmfpic}, \cs{noclipmfpic}.}\label{clip}
\index{clip@\opt{clip}}%
@@ -612,7 +625,7 @@ inclusion code.
\clearpage
-\chapter{\CMF{} Data Types.}\label{types}
+\chapter{\CMF{} and \CMP{} Data Types.}\label{types}
Since the arguments of most \mfp{} drawing commands are sent to \MF{} to
be interpreted, it's useful to know something about \MF{} concepts. In
@@ -623,24 +636,27 @@ section can be read when the user wants to manipulate more complex
objects.
\CMF{} permits several different data types, and we will mainly be
-concerned with six of these: numeric, pair, color (\MP{} only), path,
-picture and boolean.%
- \footnote{For the curious, there are a total of eight
- types (nine for \MP{}). The other three are string, transform and pen.
- \MF{} also permits expressions that produce nothing, which is sometimes
- called the vacuous type, but doesn't allow for (or need) variables of
- this type.}
-
-A \emph{variable} is a symbolic name such as \mfc{A} or
-\mfc{incenter}. Any sequence of letters and underscores is permitted
-as a variable name. Numeric indexes are also allowed, provided all
-variables that differ only in the index have the same type. Thus
-\mfc{A1}, \mfc{A2}, etc., might be variables which are all of type pair.
-Quite a lot more is permited for variable names, but the rules are
-rather complex and easy to violate. \Mfp{} has commands for creating
-both simple variables and indexed variables (called \emph{arrays}) but
-the casual user can get quite a lot of use out of \mfp{} without ever
-creating or using a \MF{} variable.
+concerned with six of these: \kw{numeric}, \kw{pair}, \kw{color} (\MP{}
+only), \kw{path}, \kw{picture} and \kw{boolean}.%
+ \footnote{For the curious, there are a total of eight types (nine or
+ ten for \MP{}). The other three are \kw{string}, \kw{transform} and
+ \kw{pen}. \MF{} also permits expressions that produce nothing, which
+ is sometimes called the vacuous type, but doesn't allow (or need)
+ variables of this type.}
+In \MP{} version 1.000, a tenth data type was added, \kw{cmykcolor}, and
+the \kw{color} data type can be referred to as `\kw{rgbcolor}' when a
+distinction is necessary.
+
+A \emph{variable} is a symbolic name, which can be a single letter such
+as \mfc{A}, or a descriptive name like \mfc{origin}. Any sequence of
+letters and underscores is permitted as a variable name. Numeric indexes
+are also allowed, provided all variables that differ only in the index
+have the same type. Thus \mfc{A1}, \mfc{A2}, etc., might be variables
+which are all of type \kw{pair}. Quite a lot more is permited for variable
+names, but the rules are rather complex and easy to violate. \Mfp{} has
+commands for creating both simple variables and indexed variables
+(called \emph{arrays}) but the casual user can get quite a lot of use
+out of \mfp{} without ever creating or using a \MF{} variable.
\CMF{} also has something akin to functions. For example, \mfc{sin(1.57)}
might represent a function named \mfc{sin} receiving the parameter
@@ -650,20 +666,20 @@ can take any number of parameters and return any of the data types that
\footnote{Including the vacuous type.}
-\section{\CMF{} numerics and pairs.}\label{pairs}
+\section{Numerics and pairs.}\label{pairs}
-\CMF{} has numeric quantities. These include lengths, such as the radius
-of a circle, as well as dimension units such as \mfc{in} (inches)
+\CMF{} has \kw{numeric} quantities. These include lengths, such as the
+radius of a circle, as well as dimension units such as \mfc{in} (inches)
and \mfc{pt} (points). In fact it understands all the same units that
-\TeX{} does. Numeric quantities can be constants (explicit numbers) or
-variables (symbolic names). In fact, \mfc{in} and \mfc{pt} are symbolic
-names for numeric quantities.
+\TeX{} does. These \kw{numeric} quantities can be constants (explicit
+numbers) or variables (symbolic names). In fact, \mfc{in} and \mfc{pt}
+are symbolic names for \kw{numeric} quantities.
-\CMF{} also has \mfc{pair} objects, which may be constants or variables.
-Pair constants have the form \mfc{($x$,$y$)} where $x$ and $y$ are
-numbers, for example \mfc{(0,0)}. Pairs are two-dimensional quantities
-used for representing either points or vectors in a rectangular
-(Cartesian) coordinate system.
+\CMF{} also has \kw{pair} objects, which may be constants or variables.
+Constants of type \kw{pair} have the form \mfc{($x$,$y$)} where $x$ and
+$y$ are numbers, for example \mfc{(0,0)}. Pairs are two-dimensional
+quantities used for representing either points or vectors in a
+rectangular (Cartesian) coordinate system.
In this manual we often represent each pair by a brief name, such as
\meta{p} or \meta{v}, the meanings of which are usually obvious in the
@@ -672,18 +688,26 @@ either a pair constant or variable. The succinctness of this notation
helps us to think geometrically rather than only of coordinates.
-\section{\CMP{} colors.}\label{MPcolors}
+\section{Colors.}\label{MPcolors}
-\CMP{} has the same concepts as \MF, but also has color objects, which
-may also be constants or variables. Color constants have the form
-\mfc{($r$,$g$,$b$)} where $r$, $g$, and $b$ are numbers between $0$ and
-$1$ determining the relative proportions of red, green and blue in the
-color (the ``rgb'' model). A color variable is a name, like
-\mfc{red}, \mfc{blue} (both predefined by \MP) or \gbc{magenta}
-(predefined by \mfp{}).
+\CMP{} has the same concepts as \MF, but also has \kw{color} objects,
+which may also be constants or variables. In recent MP{}, colors come in
+two flavors: \kw{rgbcolor} and \kw{cmykcolor}. Constants of type
+\kw{rgbcolor} have the form \mfc{($r$,$g$,$b$)} where $r$, $g$, and $b$
+are numbers between $0$ and $1$ determining the relative proportions of
+red, green and blue in the color (the `rgb' model). Constants of type
+\kw{cmykcolor} have the form \mfc{($c$,$m$,$y$,$k$)} where $c$, $m$, $y$
+and $k$ are numbers between $0$ and $1$ determining the relative
+proportions of cyan, magenta, yellow and black in the color (the `cmyk'
+model).
+A color variable is a name, like \mfc{red}, \mfc{blue} (both predefined
+rgb colors in \MP) or \gbc{magenta} (predefined by \mfp{} to be an rgb
+color if \MP{} has version ${}<1.000$, a cmyk color if the version is at
+least 1.000).
-\section{\CMF{} paths, pictures and booleans.}\label{paths}
+
+\section{Paths, pictures and booleans.}\label{paths}
Most of the things that \mfp{} is designed to draw are paths. Examples
of paths are circles, rectangles, other polygons, graphs of
@@ -696,19 +720,20 @@ names.
Normally in \mfp{} we want to create a picture, usually by rendering one
or more paths. It is possible in \MF{} to store a picture in a symbolic
name without actually drawing it. However, because of their complexity,
-picture objects require somewhat more care than paths or other data
-types. Do not expect to use stored pictures in the same way as stored
-paths. In fact, one should use picture variables only in those command
-that are explicitely designed for them. In \mfp{} to date these are only
-\cs{tile...}\cs{endtile} and \cs{mfpimage} to store pictures, and
-\cs{putmfpimage} to draw copies of one. There is also \cs{tess}, but it
-is used only to fill a region with copies of a picture created by
-\cs{tile}.
-
-The boolean data type is one of the values \mfc{true} or \mfc{false}.
-Boolean variables are symbolic names that can take either of these two
-values. Usually these are used to influence the behavior of some command
-by setting a relevant boolean variable to one or the other value.
+objects of type \kw{picture} require somewhat more care than paths or
+other data types. Do not expect to use stored pictures in the same way
+as stored paths. In fact, one should use \kw{picture} variables only in
+those command that are explicitely designed for them. In \mfp{} to date
+these are only \cs{tile...}\cs{endtile} and \cs{mfpimage} to store
+pictures, and \cs{putmfpimage} to draw copies of one. There is also
+\cs{tess}, but it is used only to fill a region with copies of a picture
+created by \cs{tile}.
+
+The \kw{boolean} data type is one of the values \mfc{true} or
+\mfc{false}. Variables of type \kw{boolean} are symbolic names that can
+take either of these two values. Usually these are used to influence the
+behavior of some command by setting a relevant \kw{boolean} variable to
+one or the other value.
\clearpage
@@ -742,9 +767,9 @@ value. This is useful for commands that have two optional arguments and
one wants the default value in the first one and some nondefault value
in the second. An optional argument should normally not contain any
spaces. Even when the argument contains more than one piece of data,
-spaces should not separate the parts. In some cases (perhaps most) this
-will cause no harm, but it would be better to avoid doing it altogether,
-because it will cause wrong results or error messages in some cases.
+spaces should not separate the parts. In some cases this will cause no
+harm, but it would be better to avoid doing it altogether, because there
+are cases where it will cause wrong results or error messages.
\section{Files and Environments.}\label{files}
@@ -775,8 +800,17 @@ file and open another, and even to change between \opt{metapost} and
\opt{metafont} in between. If anything goes wrong with this, contact the
maintainer and it might be fixed in some later version.
+There may be limitations on what can be used as a filename. As of \mfp{}
+version \mfpversion, we have tried to permit \cs{jobname} as part of
+\meta{file}. Thus we permit \TeX{} macros, but they should expand to
+non-special characters. Permitting macros makes it essentially
+impossible for the filename to contain the backslash and brace
+characters. Also spaces are problematic. However other special \TeX{}
+characters (for example: tilde, underscore and percent) can be used,
+though that is really not recommended.
+
\begin{cd}\pagelabel{mfpic}
-\cs{mfpic}\oarg{\meta{xscale}}\oarg{\meta{yscale}}%
+\cs{mfpic}\oarg{\meta{xfactor}}\oarg{\meta{yfactor}}%
\marg{\meta{xmin}}\marg{\meta{xmax}}\marg{\meta{ymin}}\marg{\meta{ymax}}\\
\ $\ldots$\\
\cs{endmfpic}%
@@ -791,8 +825,8 @@ These macros open and close the \env{mfpic} environment%
in which the drawing macros make sense. While many \mfp{} commands can
be used inside or outside this environment, those that actually produce
visible output are required to be inside. The \cs{mfpic} macro also sets
-up the local coordinate system for the picture. The \meta{xscale} and
-\meta{yscale} parameters establish the length of a coordinate system
+up the local coordinate system for the picture. The \meta{xfactor} and
+\meta{yfactor} parameters establish the length of a coordinate system
unit, as a multiple of the \TeX{} dimension \cs{mfpicunit}. If neither
is specified, both are taken to be 1 and each coordinate system unit is
1 \cs{mfpicunit}. If only one is specified, then they are assumed to be
@@ -804,17 +838,16 @@ The \meta{xmin} and \meta{xmax} parameters establish the lower
and upper bounds for the $x$-axis coordinates; similarly, \meta{ymin}
and \meta{ymax} establish the bounds for the $y$-axis. These bounds are
expressed in local units---in other words, the actual width of the
-picture will be $(\meta{xmax}-\meta{xmin})\cdot\meta{xscale}$ times
-\cs{mfpicunit}, its height $(\meta{ymax}-\meta{ymin})\cdot\meta{yscale}$
+picture will be $(\meta{xmax}-\meta{xmin})\cdot\meta{xfactor}$ times
+\cs{mfpicunit}, its height $(\meta{ymax}-\meta{ymin})\cdot\meta{yfactor}$
times \cs{mfpicunit}, and its depth zero.
Most of \mfp{}'s drawing macros accept parameters which are
\emph{coordinate pairs}. A coordinate pair is a pair of numbers $(x,y)$
enclosed in parentheses, with $\meta{xmin} \le x \le \meta{xmax}$ and
-$\meta{ymin}
-\le y \le \meta{ymax}$.%
+$\meta{ymin} \le y \le \meta{ymax}$.%
\footnote{These inequalities can be violated, usually causing
- something to be drawn outside the desired borders of the figure.}
+ something to be drawn outside the designated borders of the figure.}
We will call these \emph{graph coordinates} and refer to the numbers $x$
and $y$ as being \emph{in graph units}. Things like the thickness of
lines and the lengths of arrowheads are required to be expressed in
@@ -822,7 +855,7 @@ actual lengths such as \dim{1pt} or \dim{3mm}. These will be referred to as
\emph{absolute} units.
One can scale all pictures uniformly by changing \cs{mfpicunit}, and
-scale an individual picture by changing \meta{xscale} and \meta{yscale}.
+scale an individual picture by changing \meta{xfactor} and \meta{yfactor}.
After loading \mfp{}, \cs{mfpicunit} has the value \dim{1pt}. One
\texttt{pt} is a \emph{printer's point}, which equals 1/72.27 inches or
0.35146 millimeters.
@@ -842,6 +875,10 @@ bounding box (\MP{}) will be affected, so you will have to be sure to
reprocess the \TeX{} file after processing the \file{.mf} or \file{.mp}
file, even if no other changes are made in the figure.
+The value of these 6 parameters to \cs{mfpic} are available within the
+environment as macros: \cs{xfactor}, \cs{yfactor}, \cs{xmin}, \cs{xmax},
+\cs{ymin} and \cs{ymax}.
+
\begin{cd}\pagelabel{mfpicnumber}
\cs{mfpicnumber}\marg{\meta{num}}%
\index{mfpicnumber@\cs{mfpicnumber}}
@@ -941,11 +978,13 @@ macro, this will be explicitly stated.
Some commands depend on the value of separately defined parameters. all
these parameters are initialized when \mfp{} is loaded. In the following
descriptions we give the initial value of all the relevant parameters.
-When \MP{} output is selected, figures can be drawn in any color.
-several of the above mentioned parameters are colors. \mfp{} provides
-commands to change any of these parameters. To save repetition: all
-special colors for figures are initialized to \mfc{black} except
-\mfc{background}, which is white.
+\Mfp{} provides commands to change any of these parameters. When \MP{}
+output is selected, figures can be drawn in any color and several of the
+above mentioned parameters are colors. For example, \gbc{drawcolor} is
+the name of the default color used to draw curves, \gbc{headcolor} is
+used when drawing arrowheads, etc. To save repetition: all special
+colors for figures are initialized to \mfc{black} except
+\mfc{background}, which is \mfc{white}.
\subsection{Points, lines, and rectangles}\label{points}
@@ -1077,7 +1116,7 @@ specified order. The macro \cs{lines} is an alias for \cs{polyline}.
\index{closedpolyline@\cs{closedpolyline}}
\end{cd}
-The figure macros \cs{polygon} produces a closed polygon with vertices
+The figure macro \cs{polygon} produces a closed polygon with vertices
at the specified points in the specified order. It works exactly like
\cs{polyline} except the last point in the list is also joined to the
first. The macro \cs{closedpolyline} is an alias for \cs{polygon}.
@@ -1095,7 +1134,7 @@ different ways: either pair of opposite corners in either order.
It is occasionally helpful to know that connected paths like those
produced by \cs{polyline} or \cs{rect} have a \emph{start} and an
\emph{end} as well as \emph{sense} (or direction). The path produced by
-\cs{polyline} starts at the first listed pint and ends at last, having
+\cs{polyline} starts at the first listed point and ends at last, having
the direction determined by the order of the points. For \cs{rect} the
sense may be clockwise or anticlockwise depending on the corners used:
it starts by moving horizontally from the first listed point.
@@ -1129,6 +1168,7 @@ Moreover, \gbc{Kay} will equal $5$. The name given becomes a \MF{}
variable and care should be taken to make the name distinctive so as not
to redefine some internal variable.
+
\subsection{A word about list arguments}\label{list}
We have seen already four \mfp{} macros that take a mandatory argument
@@ -1305,7 +1345,7 @@ changed (see below). The commands may be repeated as often as desired.
appendix~\ref{mpconsiderations}.) The command \cs{axismarks}\marg{x} is
equivalent to \cs{xmarks} and so on for each of the six axes. (I would
have used the shorter name \cs{marks}, but that name was already taken
-by e\kern-.16em\TeX{}.)
+by \eTeX{}.)
The \meta{numberlist} is normally a comma-separated list of numbers. In
place of this, one can give a starting number, an increment and an
@@ -1491,7 +1531,7 @@ The last argument is as in \cs{vectorfield}, except it should depend on
the literal variables \mfc{r} and \mfc{t}.
In either case, the arrow is not drawn if the starting point would lie
-within the margins set with \cs{axismargins} and its relatives.
+outside the borders set with \cs{axismargins} and its relatives.
The following draws a rotational field, omitting the inside of the
circle of radius $1$, where the arrows would be excessively long, and
@@ -1531,36 +1571,47 @@ specified in the mandatory argument.
The optional arguments produce circles according to the following
descriptions.
+%
\begin{description}
\item[\oarg{p}] The \textit{Polar form} is the default. The data in the
mandatory argument should then be the center \meta{c} and radius
-\meta{r} of the circle.
+\meta{r} of the circle. A negative radius is a mathematical error, but
+it is accepted. It produces the same circle, with the same sense, but
+the starting point (normally \meta{$r$} units to the right of the
+center) is \meta{$r$} units \emph{left} of the center.
\item[\oarg{c}] The \textit{center-point form}. In this case the data
-should be the center and one point on the circumference.
+should be the center and one point on the circumference. The circle
+starts at the point and has an anticlockwise sense.
\item[\oarg{t}] The \textit{three-point form}. The data are three points
-that do not lie in a straight line.
+that do not lie in a straight line. The circle starts at the first point
+and has the sense determined by the order of the points.
\item[\oarg{s}] The \textit{point-sweep form}. The data are two points on the
-circle, followed by the angle of arc between them.
+circle, followed by the angle of arc between them. This circle starts at
+the first point and has a sense determined by the angle: anticlockwise
+for positive angles, clockwise for negative.
\item[\oarg{r}] The \textit{point-radius form}. The data are two points on the
circle, followed by the radius. There are two circles with this data.
The one that makes the angle from the first to the second point positive
-and less than 180 degrees is produced.
+and less than $180$ degrees is produced. The sense of the circle is
+normally anticlockwise starting at the first point. Using a negative
+radius is a mathematical error, but this command just produces the other
+circle with the opposite sense.
-\item[\oarg{q}] The \textit{alternate point-radius form}. The data are
+\item[\oarg{q}] The \textit{alternative point-radius form}. The data are
the same as for the \oarg{r} case, except the other circle is produced.
+That is, a circle starting at the first point, proceeding anticlockwise
+through an angle greater than $180$ degrees to the second point, then
+along the shorter arc to the first point. Again, a negative radius
+produces the other circle with clockwise sense.
\end{description}
+%
These optional arguments are also used in the \cs{arc} command (see
below). The \cs{circle} command draws the whole circle of which the
-corresponding \cs{arc} command draws only a part. The sense of the
-circle produced is anticlockwise except in the case \texttt{[t]}, where
-it is the direction determined by the order of the three points, and the
-case \texttt{[s]}, where it is determined by \meta{$\theta$}: clockwise
-if negative, anticlockwise if positive.
-
+corresponding \cs{arc} command draws only a part.
\begin{cd}\pagelabel{arc}
\cs{arc}\oarg{\meta{format}}\marg{\meta{specification}}\\
@@ -1599,7 +1650,7 @@ the point \meta{$p_1$}, and covering an arc angle of \meta{$\theta$}
degrees, measured anticlockwise around the center of the circle. If,
for example, the points \meta{$p_0$} and \meta{$p_1$} lie on a
horizontal line with \meta{$p_0$} to the \emph{left}, and \meta{$\theta$}
-is between 0~and 360 (degrees), then the arc will sweep \emph{below} the
+is between $0$~and $360$ (degrees), then the arc will sweep \emph{below} the
horizontal line (in order for the arc to be anticlockwise). A
negative value of \meta{$\theta$} gives a clockwise arc from \meta{$p_0$}
to \meta{$p_1$}.
@@ -1607,50 +1658,50 @@ to \meta{$p_1$}.
\item[\oarg{p}] The \textit{polar form} draws the arc of a circle with
center \meta{$c$} starting at the angle \meta{$\theta_1$} and ending at
the angle \meta{$\theta_2$}, with radius \meta{$r$}. Both angles are
-measured anticlockwise from the positive $x$ axis.
+measured anticlockwise from the positive $x$ axis. If the first angle is
+less than the second, the arc has an anticlockwise sense, otherwise
+clockwise. A negative radius is a mathematical error, but the result is
+the arc on the opposite side of the circle, as if both angles were
+increased by $180$ degrees
-\item[\oarg{a}] The \textit{alternate polar form} draws the arc of a
-circle with center \meta{$c$} and radius \meta{$r$}, starting at the
-angle \meta{$\theta_1$} and ending at the angle \meta{$\theta_2$}. Both
-angles are measured anticlockwise from the positive $x$ axis. This is
-provided because it seems a more reasonable order of arguments, and
-matches the order \cs{sector} requires (see below). The \texttt{p}
-option is retained for backward compatibility.
+\item[\oarg{a}] The alternative polar form differs from the polar form
+above only in the order of the arguments. This seems (to me) a more
+reasonable order, and matches the order \cs{sector} requires (see below).
+The p option is retained for backward compatibility.
\item[\oarg{c}] The \textit{center-point-angle form} draws the circular
arc with center \meta{$c$}, starting at the point \meta{$p_1$}, and
sweeping an angle of \meta{$\theta$} around the center from that point.
-(This and the point sweep form are the basic methods of handling
-arcs---the previous three formats are translated to one of these two
-before drawing.)
+This is the fundamental method for drawing arcs. All other methods are
+converted to this or the point-sweep method. Even the point sweep form
+is converted to this one for angles greater than 90 degrees.
\item[\oarg{t}] The \textit{three-point form} draws the circular arc
which passes through all three points given, in the order given.
Internally, this is converted to two applications of the point-sweep
form.
-\item[\oarg{r}] The \textit{point-radius form} draws the circular arc
-starting at the point \meta{$p_0$}, ending at \meta{$p_1$},
-with radius \meta{$r$}. Of the four possible arcs on two possible
-circles, it produces the one that covers an arc angle $\theta$
-no more than $180$ degrees measured anticlockwise around the center
-of the circle. To get the similar arc on the other circle, reverse the
-order of the points.
-
-\item[\oarg{q}] The \textit{alternate point-radius form} is the same as
-\oarg{r} except it produces the arc that covers an angle $\theta$
-\emph{no less than} $180$ degrees measured anticlockwise around the
-center of the circle. To get the similar arc on the other circle,
-reverse the order of the points.
-
-For both options \oarg{r} and \oarg{q}, if the radius is less than half
-the distance between the points, then no such arc exists. In this case,
-the command uses a radius equal to half the distance. The difference
-between negating the radius and reversing the points is the sense of
-the resulting path: it always starts at the first point and ends at the
-second.
+\item[\oarg{r}] The \textit{point-radius form} draws an arc on the
+circle that \cs{circle}\oarg{r} would produce. The arc starts at the
+point \meta{$p_0$} and ends at \meta{$p_1$}. Of the two possible arcs on
+that circle, it produces the shorter one that covers an angle $\theta$
+from $0$ to $180$ degrees measured anticlockwise around the center
+of the circle. A negative radius is a mathematical error, but the result
+is the short arc on the other circle with a clockwise sense.
+
+\item[\oarg{q}] The \textit{alternative point-radius form} is the same as
+\oarg{r} except it produces the longer arc, that covers an angle
+$\theta$ between $180$ and $360$ degrees measured anticlockwise around
+the center of the circle. A negative radius is a mathematical error, but
+the result is the longer arc on the other circle with a clockwise sense.
\end{description}
+For both options \oarg{r} and \oarg{q} the angle is computed and then
+the point-sweep method is used. If the absolute value of the radius is
+less than half the distance between the points, then no such arc exists.
+In this case, the angle is just set equal to $\pm180$ degrees (as if the
+radius were changed to half the distance).
+
\begin{cd}\pagelabel{sector}
\cs{sector}\marg{\meta{$c$},\meta{$r$},\meta{$\theta_1$},\meta{$\theta_2$}}%
\index{sector@\cs{sector}}%
@@ -1698,13 +1749,37 @@ points, such as \cs{polyline}.
The effect of \cs{plr} is to apply a \MF{} command, \gbc{polar}, to each
point in the list, producing a new list. This \MF{} command can also be
-used separately in any situation where a \MF{} point is required. For
+used separately in any situation where a single \MF{} point is required. For
example, to connect the point $(2,3)$ to the point with polar
coordinates $(1, 135)$ write
\begin{verbatim}
\polyline{(2,3),polar(1,135)}
\end{verbatim}
+This last circle-producing macro I wrote for my own use. It produces a
+circle associated with the hyperbolic geometry of a disk or a
+half-plane.
+
+\begin{cd}\pagelabel{pshcircle}
+\cs{pshcircle}\marg{\meta{center},\meta{radius}}\\
+\cs{pshcircle}*\marg{\meta{center},\meta{radius}}%
+\index{pshcircle@\cs{pshcircle}}%
+\end{cd}
+
+This produces the circle whose hyperbolic center is at \meta{center} and
+whose pseudohyperbolic radius is \meta{radius}. This all takes place
+inside the circle with center $(0,0)$ and radius $1$ (the \emph{unit
+circle}). The \meta{center} is required to be inside the unit circle and
+the \meta{radius} is required to be less than $1$.
+
+The star-form is for the \emph{upper half-plane}, which is the set of
+points with positive $y$-coordinate In this case, the \meta{center} must
+be in the upper half-plane and the \meta{radius} must still be less than
+$1$. If you are not versed in hyperbolic geometry, be warned that the
+actual diameter of the resulting circle is on the order of $2y/(1-R)$,
+where $R$ is the \meta{radius}. This can be quite large even for modest
+values of $R$ and $y$.
+
\subsection{Curves}\label{curves}
@@ -1732,7 +1807,7 @@ The special value \mfc{infinity} (in fact, usually anything greater than
about $10$), makes the curve not visibly different from a polyline. The
higher the value of tension, the sharper the corners on the curve and
the flatter the portions in between. \CMF{} requires the tension to be
-larger than 0.75. The default value of the tension is $1$ when \mfp{} is
+larger than $0.75$. The default value of the tension is $1$ when \mfp{} is
loaded, but that can be changed with the following command.
\begin{cd}\pagelabel{settension}
@@ -1785,8 +1860,8 @@ curve will also have increasing (resp., decreasing) $x$ coordinates. The
the curve is drawn. Generally, the larger it is, the closer the curve is
to the polyline through the points. The default tension is that set with
\cs{settension}, initially $1$. For those who know something about
-\MF{}, this `tension' is not the same as the \MF{} notion of tension,
-the tension in the \cs{curve} command, but it functions in a similar
+\MF{}, this `tension' is not the same as the \MF{} notion of tension
+(the tension in the \cs{curve} command), but it functions in a similar
fashion. In this case it can actually be any positive number, but only
values greater than $1/3$ guarantee the property of never doubling back.
@@ -1915,7 +1990,7 @@ The first required argument contains the center \meta{$c$} and radius
data: positive numbers separated by commas.
Since this command never actually draws anything, only defining the
-wedges, it makes sense to have it available outside the drawing
+wedges, it makes sense to heave it available outside the drawing
environment. Starting with version 0.9 of \mfp{} that is the case, but
the command name is \cs{mfppiechart} (to avoid a name clash with some
other package's \cs{piechart} command). The command to draw wedges
@@ -1944,18 +2019,165 @@ units). The \texttt{m} stands for \emph{move to}, and \meta{trans} is
then the absolute coordinates \texttt{(\meta{x},\meta{y})} in the graph
where the point of the wedge should be placed.
-\section{Colors.}\label{colors}
-\subsection{Setting the default colors}\label{defaultcolors}
+\section{Colors in \mfp{}.}\label{colors}
+
+\subsection{\CMP{} color functions}\label{mpcolors}
+
+Because of changes to color handling with \MP{} 1.000, we will have to
+give two descriptions of some operations. For brevity, we will refer to
+\MP{} versions before the addition of the \kw{cmykcolor} data type as
+`early' \MP{} and the versions afterward as `recent' \MP{}. Early \MP{}
+actually ended with version 0.642. When development resumed, beta test
+versions began with 0.900. Any version 0.900 or later qualifies as
+`recent'.
+
+In early \MP{}, the only \kw{color} data type is a triple of numbers
+like \mfc{(1,.5,.5)}, with the components between 0 and 1, representing
+red, green and blue levels, respectively. White is given by
+\mfc{(1,1,1)} and black by \mfc{(0,0,0)}. Recent \MP{} has the
+\kw{color} data type (refered to as either \kw{color} or \kw{rgbcolor})
+as well as the \kw{cmykcolor} type. A \kw{cmykcolor} is a quadruple of
+numbers like \mfc{(1,.2,0,.3)}, with components between 0 and 1
+representing levels of cyan, magenta, yellow and black. White is
+represented by \mfc{(0,0,0,0)}. While black can be obtained in several
+ways,\mfc{(0,0,0,1)} is the simplest.
+
+\CMP{} also has \kw{color} variables (and \kw{cmykcolor} variables) and
+several have been predefined. The colors \mfc{red}, \mfc{green},
+\mfc{blue}, \mfc{white} and \mfc{black} are built in to \MP{} and are of
+type \kw{rgbcolor}. Colors \gbc{cyan}, \gbc{magenta} and \gbc{yellow}
+are defined by \mfp{}'s \MP{} support macros to be \kw{cmykcolor}. In
+addition, \mfp{} defines \gbc{cmykblack}, \gbc{cmykwhite},
+\gbc{rgbblack}, \gbc{rgbwhite}, \gbc{grayscaleblack} and
+\gbc{grayscalewhite}. These give black and white in the indicated data
+type (grayscale being a numeric: $0$ for black, $1$ for white).
+
+All the names in the \LaTeX{} \prog{color} package's \file{dvipsnam.def}
+have also been predefined by \mfp{} as color variable names. Since \MP{}
+allows color expressions, colors may be added (as long as they are the
+same type) and multiplied by numerics. Multiplication by a number
+between $0$ and $1$ darkens a \kw{rgbcolor}, but lightens a
+\kw{cmykcolor}.
+
+Moreover, several \MP{} color functions have been defined in
+\file{grafbase.mp}. These have the same names as the color models.
+Strictly speaking, it is never necessary to use these in recent \MP{}.
+However, since \MF{} and early \MP{} don't have a data type consisting
+of quadruples, and \MF{} doesn't have one for triples, these functions
+allow the same \mfp{} code to be used for all three figure processors.
+These functions are defined to convert to a usable data type, (which may
+be ignored in \MF{}).
+
+\begin{cd}
+\mfc{cmyk($c$,$m$,$y$,$k$)}%
+\index{cmyk@\mfc{cmyk($c$,$m$,$y$,$k$)}}
+\end{cd}
+
+In early \MP{}, this converts a cmyk color specification to \MP{}'s
+native rgb. For example, the command \mfc{cmyk(1,0,0,0)} yields
+\mfc{(0,1,1)}, which is the rgb equivalent of cyan. In recent \MP{} this
+produces the \kw{cmykcolor} with the given components. That is,
+\gbc{cmyk(1,0,0,0)} simply produces $(1,0,0,0)$, the cmyk coding for
+cyan.
+
+\begin{cd}
+\mfc{gray($g$)}%
+\index{gray@\mfc{gray($g$)}}
+\end{cd}
+
+In early \MP{}, this converts a numeric $g$ (designating a level of
+gray) to the corresponding multiple of white: \mfc{($g$,$g$,$g$)}. In
+recent \MP{}, commands to draw paths or pictures in a particular color
+will accept a \kw{numeric} parameter instead of \kw{color} or
+\kw{cmykcolor}, so in recent \MP{} this command simply returns the given
+numeric $g$.
+
+\begin{cd}
+\mfc{named(\meta{name})},
+\mfc{rgb($r$,$g$,$b$)}%
+\index{named@\mfc{named(\meta{name})}}%
+\index{rgb@\mfc{rgb($r$,$g$,$b$)}}
+\end{cd}
+
+These are essentially no-ops. However; \mfc{rgb()} will truncate the
+arguments to the 0--1 range, and set an unknown argument to 0. An
+unknown \meta{name} is converted to \mfc{black} (in the appropriate
+color model if \meta{name} is an unknown color variable, otherwise rgb
+black).
+
+\begin{cd}
+\mfc{RGB($R$,$G$,$B$)}%
+\index{RGB@\mfc{RGB($R$,$G$,$B$)}}
+\end{cd}
+
+Converts an RGB color specification to rgb. It divides each component by
+255, and performs the same truncations as \gbc{rgb()}. The RGB model
+consists of a triple of numbers between 0 and 255. Originally, the model
+required they be integers. However, since they are converted to
+fractions anyway, it doesn't matter in this command.
+
+\medskip
+As an example of the use of these functions, in early \MP{} one could
+conceivable write:
+%
+\begin{verbatim}
+\draw[0.5*RGB(255,0,0)+0.5*cmyk(1,0,0,0)]\circle{(0,0),1}
+\end{verbatim}
+%
+to have a circle drawn in a color halfway between red and cyan (which
+turns out to be the same as \gbc{gray(0.5)}). In recent \MP{}, however,
+this would be an error, as one cannot add two different data types
+(\kw{rgbcolor} and \kw{cmykcolor}). So \mfp{} supplies conversion functions.
+
+\begin{cd}
+\mfc{makecmyk \meta{clr}}\\
+\mfc{makergb \meta{clr}}\\
+\mfc{makegray \meta{clr}}%
+\index{makecmyk@\mfc{makecmyk}}%
+\index{makergb@\mfc{makergb}}%
+\index{makegray@\mfc{makegray}}
+\end{cd}
+
+In recent \MP{}, the \meta{clr} can be a known color name, a constant
+of type \kw{numeric}, \kw{rgbcolor}, or \kw{cmykcolor}, or the result of
+a color function. Then \mfc{makecmyk} returns the \kw{cmykcolor}
+equivalent, and \mfc{makergb} returns the \kw{rgbcolor} equivalent (a
+\kw{numeric} \meta{clr} is interpreted as a grayscale color). Unknown
+colors produce a black in the appropriate model. Then one can use
+%
+\begin{verbatim}
+\draw{.5*RGB(255,0,0) + .5*makergb cmyk(1,0,0,0)}\circle{(0,0),1}
+\end{verbatim}
+%
+And if one didn't know that \mfc{RGB} returned an \kw{rgbcolor}, one
+could also write \verb$makergb RGB(255,0,0)$ to be sure to get an
+\kw{rgbcolor}.
+
+The first two commands are never necessary in early \MP{}, but they are
+still defined: they simply return the given color if it is a known
+argument of type \kw{color}, or apply the function \gbc{gray()} is it is
+\kw{numeric}, and return black for an unknown name.
+
+The last one \gbc{makegray} converts any color to a numeric, and then
+returns either that number (recent \MP) or that multiple of \mfc{white}
+(early \MP). In \MF{}, all three pass the (presumably numeric) argument
+\meta{clr} unchanged.
+
+All three functions return some kind of black if \meta{clr} is not some
+kind of color, or has an unknown value.
+
+
+\subsection{Establishing \mfp{} default colors}\label{defaultcolors}
\begin{cd}\pagelabel{drawcolor}
\cs{drawcolor}\oarg{\meta{model}}\marg{\meta{colorspec}}\\
-\cs{fillcolor}$\ldots$\\
-\cs{hatchcolor}$\ldots$\\
-\cs{pointcolor}$\ldots$\\
-\cs{headcolor}$\ldots$\\
-\cs{tlabelcolor}$\ldots$\\
-\cs{backgroundcolor}$\ldots$%
+\cs{fillcolor}\oarg{\meta{model}}\marg{\meta{colorspec}}\\
+\cs{hatchcolor}\oarg{\meta{model}}\marg{\meta{colorspec}}\\
+\cs{pointcolor}\oarg{\meta{model}}\marg{\meta{colorspec}}\\
+\cs{headcolor}\oarg{\meta{model}}\marg{\meta{colorspec}}\\
+\cs{tlabelcolor}\oarg{\meta{model}}\marg{\meta{colorspec}}\\
+\cs{backgroundcolor}\oarg{\meta{model}}\marg{\meta{colorspec}}%
\index{drawcolor@\cs{drawcolor}}%
\index{fillcolor@\cs{fillcolor}}%
\index{hatchcolor@\cs{hatchcolor}}%
@@ -1970,111 +2192,62 @@ curve (with one exception, those drawn by \cs{plotdata}), whether solid,
dashed, dotted, or plotted in symbols, will be in the color set by
\cs{drawcolor}. Set the color used by \cs{gfill} with \cs{fillcolor}.
For all the hatching commands use \cs{hatchcolor}. For the \cs{point},
-\cs{plotsymbol} and \cs{gridpoints} commands use \cs{pointcolor}, and for
-arrowheads, \cs{headcolor}. One can set the color used by \cs{gclear}
-with \cs{backgroundcolor} (the same color will also be used in the
-interior of unfilled points that are drawn with \cs{point}) and, when
-\opt{mplabels} is in effect, the color of labels can be set with
-\cs{tlabelcolor}. The optional \meta{model} may be one of \opt{rgb},
-\opt{RGB}, \opt{cmyk}, \opt{gray}, and \opt{named}. The \meta{colorspec}
+\cs{plotsymbol} and \cs{gridpoints} commands use \cs{pointcolor}, and
+for arrowheads, \cs{headcolor}. One can set the color used by
+\cs{gclear} with \cs{backgroundcolor} (the same color will also be used
+in the interior of unfilled points that are drawn with \cs{point}) and,
+when \opt{mplabels} is in effect, the color of labels can be set with
+\cs{tlabelcolor}.
+
+The optional \meta{model} may be one of \texttt{rgb}, \texttt{RGB},
+\texttt{cmyk}, \texttt{gray}, and \texttt{named}. The \meta{colorspec}
depends on the model, as outlined below. Each of these commands sets a
corresponding \MP{} color variable with the same name (except
-\cs{backgroundcolor} sets the color \mfc{background}). Thus, after
+\cs{backgroundcolor} sets the color named \mfc{background}). Thus, after
\texttt{drawcolor} has been set, one can issue the command
\cs{fillcolor}\marg{drawcolor} to fill with the same color.
As previously discussed, all these colors are initially set to
\mfc{black} except \mfc{background} is set to \mfc{white}.
-\subsection{\CMP{} colors}\label{mpcolors}
-
-If the optional \meta{model} specification is omitted, the color
-specification may be any expression recognized as a color by \MP{}. In
-\MP{}, a color is a triple of numbers like \mfc{(1,.5,.5)}, with the
-coordinates between 0 and 1, representing red, green and blue levels,
-respectively. White is given by \mfc{(1,1,1)} and black by
-\mfc{(0,0,0)}. \CMP{} also has color variables and several have been
-predefined: \mfc{red}, \mfc{green}, \mfc{blue}, \mfc{yellow},
-\mfc{cyan}, \mfc{magenta}, \mfc{white}, and \mfc{black}. All the names
-in the \LaTeX{} \prog{color} package's \file{dvipsnam.def} are
-predefined color variable names. Since \MP{} allows color expressions,
-colors may be added and multiplied by numerics. Moreover, several \MP{}
-color functions have been defined in \file{grafbase.mp}:
-
-\begin{cd}
-\mfc{cmyk($c$,$m$,$y$,$k$)}%
-\index{cmyk@\mfc{cmyk($c$,$m$,$y$,$k$)}}
-\end{cd}
-
-Converts a \opt{cmyk} color specification to \MP{}'s native \opt{rgb}. For
-example, the command \mfc{cmyk(1,0,0,0)} yields \mfc{(0,1,1)}, which is
-the definition of \mfc{cyan}.
-
-\begin{cd}
-\mfc{RGB($R$,$G$,$B$)}%
-\index{RGB@\mfc{RGB($R$,$G$,$B$)}}
-\end{cd}
-
-Converts an \opt{RGB} color specification to \opt{rgb}. It essentially
-just divides each component by 255.
-
-\begin{cd}
-\mfc{gray($g$)}%
-\index{gray@\mfc{gray($g$)}}
-\end{cd}
-
-Converts a numeric $g$ (a gray level) to the corresponding multiple of
-\mfc{(1,1,1)}.
-
-\begin{cd}
-\mfc{named(\meta{name})},
-\mfc{rgb($r$,$g$,$b$)}%
-\index{named@\mfc{named(\meta{name})}}%
-\index{rgb@rgb($r$,$g$,$b$)}
-\end{cd}
-
-These are essentially no-ops. However; \mfc{rgb} will truncate the
-arguments to the 0--1 range, an unknown \meta{name} is converted to
-\mfc{black}, and an unknown numeric argument is set to 0.
-
-\medskip
-As an example of the use of these functions, one could conceivable
-write:
-\begin{verbatim}
-\drawcolor{0.5*RGB(255,0,0)+0.5*cmyk(1,0,0,0)}
-\end{verbatim}
-to have all curves drawn in a color halfway between red and cyan (which
-turns out to be the same as \gbc{gray(0.5)}).
-
-\subsection{Color models}\label{colormodels}
+If the optional \meta{model} argument is omitted, the color
+specification may be any expression recognized as a color by \MP{}. It
+is highly recommended (for portability) that one use either a predefined
+name or one of the color functions of the previous section.
When the optional \meta{model} is specified in the color setting
-commands, it determines the format of the color specification:
-
-\medskip
-\halign{\quad#\hfil\quad&#\hfil\cr
-{\slshape Model:}& {\slshape Specification:}\cr
-\opt{rgb}& Three numbers in the range 0 to 1 separated by commas.\cr
-\opt{RGB}& Three numbers in the range 0 to 255 separated by commas.\cr
-\opt{cmyk}& Four numbers in the range 0 to 1 separated by commas.\cr
-\opt{gray}& One number in the range 0 to 1, with 1 indicating
- white, 0 black.\cr
-\opt{named}& A \MP{} color variable name either predefined by
+commands, it determines the format of the color specification as in
+figure~\ref{fig:colorspecs}.
+
+\begin{figure}[hbt]
+\halign{\quad\texttt{#}\hfil\quad&#\hfil\cr
+\omit\quad{\slshape Model:}\hfil& {\slshape Specification:}\cr
+rgb & Three numbers in the range 0 to 1 separated by commas.\cr
+RGB & Three numbers in the range 0 to 255 separated by commas.\cr
+cmyk & Four numbers in the range 0 to 1 separated by commas.\cr
+gray & One number in the range 0 to 1, with 0 indicating
+ black, 1 white.\cr
+named & A \MP{} color variable name either predefined by
\mfp{} or by the user.\cr}
+\caption{Color specifications}
+\label{fig:colorspecs}
+\end{figure}
-\medskip
-\Mfp{} translates
+\pagebreak[3]
+\Mfp{} translates the command:
\begin{verbatim}
\fillcolor[cmyk]{1,.3,0,.2}
\end{verbatim}
-into the equivalent of
+into the equivalent of:
\begin{verbatim}
\fillcolor{cmyk(1,.3,0,.2)}.
\end{verbatim}
-Note that when the optional model is specified, the color
-specification must \emph{not} be enclosed in parentheses. Note also that each
-model name is the name of a color function described in the previous
-subsection. That is how the models are implemented internally.
+Note that when the optional model is specified, the color specification
+must \emph{not} be enclosed in parentheses. Note also that each model
+name is the name of a color function described in the previous
+subsection. That is how the models are implemented internally. One sees
+from this that the optional argument is never necessary. It's there only
+to make the \LaTeX{} user comfortable.
\subsection{Defining a color name}\label{colorname}
@@ -2086,7 +2259,7 @@ subsection. That is how the models are implemented internally.
This defines a color variable \meta{name} for later use, either in the
commands \cs{drawcolor}, etc., or in the optional parameters to
-\cs{draw}, etc. The name can be used alone or in the \opt{named} model.
+\cs{draw}, etc. The name can be used alone or in the \texttt{named} model.
The mandatory \meta{model} and \meta{colorspec} are as above.
\medskip
@@ -2097,11 +2270,12 @@ the \LaTeX{} \prog{color} package. In particular a color defined only by
Conversely, \LaTeX{} commands will not recognize any color defined only
by \cs{mfpdefinecolor}.
-\subsection{Color in \MF{}}\label{MFcolor}
+
+\subsection{\CMF{} colors}\label{MFcolor}
\CMF{} was never meant to understand colors, but it certainly can be
taught the difference between black and white and, to a limited extent,
-various grays. Starting with version 0.7, \mfp{} will no longer generate
+various grays. Starting with version 0.7, \mfp{} will not generate
an error when a color-changing command is used under the \opt{metafont}
option. Instead, when possible, the variables that represent colors in
\MP{} will be converted to a numeric value between 0 and 1 in \MF{}. When
@@ -2136,11 +2310,11 @@ same effect as \cs{gclear}.
\section{Modifying the figures.}\label{modifier}
-Some \mfp{} macros operate by \emph{modifying} a figure: if you want to
-turn an open arc into a closed figure by adding a straight line, you can
-write: \cs{lclosed}\cs{arc}\marg{(0,0),(1,0),45}. These are always
-prefixed to some figure drawing command, and apply only to the next
-following figure macro provided that only other prefix commands
+Some \mfp{} macros operate by \emph{modifying} a figure macro: if you
+want to turn an open arc into a closed figure by adding a straight line,
+you can write: \cs{lclosed}\cs{arc}\marg{(0,0),(1,0),45}. These are
+always prefixed to some figure drawing command, and apply only to the
+next following figure macro provided that only other prefix commands
intervene. This is a rather long section, but even more modification
prefixes are documented in subsection~\ref{transformation}.
@@ -2148,39 +2322,40 @@ The combination of a modifying macro, followed by a figure macro, can
usually be thought of as a new figure macro, to which further prefixes
might be prepended.
-More precisely: all prefix macros have an \emph{input}, an
-\emph{output}, and a side effect. The input and output are alway paths.
-The input is the path that is output by the \emph{following} prefix or
-figure macro. The output is either the same as the input or a
-modification of it. The side effect might be a drawing or filling of the
-path or the addition of an arrowhead.
+More precisely: all prefix macros have an \emph{input} path, an
+\emph{output} path, and a \emph{side effect}. The input is the path that
+is output by the \emph{following} prefix or figure macro. The output is
+either the same as the input or a modification of it. The side effect
+might be a drawing or filling of the path or the addition of an
+arrowhead.
We list here a classifications of prefix and figure macros that is
useful for understanding the \mfp{} system.
\begin{description}
-\item[Figure macros.] These\index{figure macro} have no input; they must
- come last in a sequence. They output the path they were designed to
- produce. Examples are \cs{circle}, \cs{rect} and \cs{polygon}. If
- they have no prefixes, or are preceded only by appending macros (see
- next), they invoke a default rendering of the path (usually a
- drawing as a solid stroke) as the side effect.
+\item[Figure macros.] These\index{figure macro} take no input path; they
+ must come last in a sequence. They output the path they were
+ designed to produce. Examples are \cs{circle}, \cs{rect} and
+ \cs{polygon}. If they have no prefixes, or are preceded only by
+ appending macros (see next), they invoke a default rendering of the
+ path (usually a drawing as a solid stroke) as the side effect.
-\item[Macros that append] These\index{prefix macro} pass their input
+\item[Apending macros] These\index{prefix macro} pass their input
unchanged as their output. Their side effect is the appending of
- some object such as an arrowhead. Currently only the various arrow
- macros are appending macros (see subsection~\ref{arrows}). However,
- \cs{reverse} (which technically modifies a path and has no side
- effect) is coded as an appending macro so that it will work
- correctly with arrows. Think of it as `appending' a new direction.
-
-\item[Macros that render] These\index{prefix macro} pass their
+ some object such as an arrow head or tail. Currently only the
+ various prefix macros whose names begin with \texttt{arrow} are
+ appending macros (see subsection~\ref{arrows}). But \cs{reverse},
+ which technically modifies a path and has no side effect, is coded
+ as an appending macro so that it will work correctly with arrows.
+ Think of it as `appending' a new direction.
+
+\item[Rendering macros] These\index{prefix macro} pass their
input unchanged as their output. They have the side effect of adding
or subtracting ink from a picture in the shape of the input path.
Examples are \cs{draw}, \cs{dotted}, \cs{gfill} and \cs{gclip}.
-\item[Macros that modify] These\index{prefix macro} output the result of
+\item[Modifying macros] These\index{prefix macro} output the result of
applying their intended modification to the input path. Examples are
macros that close the path if it was open, macros that apply a
transformation such as a rotation, and macros that return only a
@@ -2196,7 +2371,7 @@ useful for understanding the \mfp{} system.
It should be pointed out that the closure macros will leave already
closed paths unchanged, so it is always safe to add one when uncertain.
Moreover, if the path is not closed but the endpoints are identical,
-\cs{lclosed} will close it without adding the (trivial) line segment.
+\cs{lclosed} and \cs{bclosed} will close it without adding any path segment.
\begin{cd}\pagelabel{lclosed}
@@ -2246,13 +2421,14 @@ until those are discussed (subsection~\ref{splines}).
\index{makesector@\cs{makesector}}
\end{cd}
-The modifying macro \cs{makesector} can be applied to any path, but it
-make sense only if that path is an arc. It appends line segments from
-the center of the arc's circle to the ends of the arc, producing a
-closed path. It is useful if one doesn't know that center of the arc (a
-required parameter of \cs{sector}). It works by selecting the first
-point, a middle point, and the last point of the following path, then
-calculates the center of the circle through those three points.
+The modifying macro \cs{makesector} can be applied to any path, but its
+name makes sense (and its action is predictable) only if that path is an
+arc. It appends line segments from the center of the arc's circle to the
+ends of the arc, producing a closed path. It is useful if one doesn't
+know where the center of the arc is (a required parameter of
+\cs{sector}). It works by selecting the first point, a middle point, and
+the last point of the following path, then calculates the center of the
+circle through those three points.
\subsection{Reversal, connection and other path modifications}%
@@ -2265,7 +2441,7 @@ calculates the center of the circle through those three points.
This modifies the following path by reversing its sense. This will
affect the direction of arrows: bi-directional arrows can be coded with
-\cs{arrow}\cs{reverse}\cs{arrow}$\ldots$, where the first \cs{arrow}
+\cs{arrow}\cs{reverse}\cs{arrow}$\ldots$, where the leftmost \cs{arrow}
prefix applies to the \emph{reversed} path. The order of endpoints for
the following \env{connect} environment will also be affected.
@@ -2298,9 +2474,12 @@ the \env{connect} environment, and the segment added by \cs{lclosed}.
\begin{cd}\pagelabel{partpath}
\cs{partpath}\marg{\meta{frac1},\meta{frac2}}\dots\\
-\cs{subpath}\marg{\meta{num1},\meta{num2}}\dots%
+\cs{subpath}\marg{\meta{num1},\meta{num2}}\dots\\
+\cs{trimpath}\marg{\meta{dim$_1$},\meta{dim$_2$}}\dots\\
+\cs{trimpath}\marg{\meta{dim}}\dots%
\index{partpath@\cs{partpath}}%
-\index{subpath@\cs{subpath}}
+\index{subpath@\cs{subpath}}%
+\index{trimpath@\cs{trimpath}}%
\end{cd}
These macros modify the following path by producing only a part of it. In
@@ -2314,6 +2493,17 @@ two numbers should be between 0 and the number of B\'ezier segments in
the path. This is mainly for experienced \MF{}ers and provides an \mfp{}
interface to \MF{}'s `\mfc{subpath}' operation.
+The \cs{trimpath} macro takes two dimensions separated by commas and
+trims those lengths off the initial and terminal ends of the following path.
+Alternatively, it takes one dimension and and trims that length off of
+both ends. If any of \meta{dim$_1$}, \meta{dim$_2$} or \meta{dim} is
+missing, it is taken to be \dim{0pt}. This works by finding the points of
+intersection between the path and circles around the endpoints with the given
+dimensions as radii. If the path is shorter than either dimension, it
+will not intersect either circle and nothing will be trimmed. Similar
+problems can occur, at one end or the other, if the path is shorter than
+the sum of the dimensions.
+
\begin{cd}\pagelabel{parallelpath}
\cs{parallelpath}{\meta{dist}}$\ldots$
\index{parallelpath@\cs{parallelpath}}
@@ -2382,23 +2572,14 @@ the value of the \TeX{} dimension \cs{headlen}, initially \dim{3pt}. The
optional parameter \meta{rotate} allows the arrowhead to be rotated
anticlockwise around its point an angle of \meta{rotate} degrees. The
default is 0. The optional parameter \meta{backset} allows the arrowhead
-to be `set back' from its original point, thus allowing e.g. double
-arrowheads. This parameter is in the form of a \TeX{} dimension---its
-default value is \dim{0pt}. If an arrowhead is both rotated and set
-back, it is set back in the direction after the rotation. Actually,
-except on a straight line, a better way to set an arrowhead back might
-be something like
-\begin{ex}
- \cs{arrow}\cs{trimpath}\marg{0,5pt}\cs{draw}\dots
-\end{ex}
-See subsection~\ref{misc} for the \cs{trimpath} macro. The optional
-\meta{color} defaults to \gbc{headcolor}. The optional parameters may
-appear in any order, the indicated key character determining the meaning
-of a parameter. The key letter \texttt{l} for `length' can be replaced
-by \texttt{s} for `size'. And, oddly enough, \texttt{b} for `backset'
-can be replaced by \texttt{f} for `forward' so that arrow tails (see
-below) can share the same internal code for identifying the meaning of
-the parameters.
+to be `set back' from its original point, thus allowing (for example)
+double arrowheads. This parameter is in the form of a \TeX{}
+dimension---its default value is \dim{0pt}. If an arrowhead is both
+rotated and set back, it is set back in the direction after the
+rotation. The optional \meta{color} defaults to \gbc{headcolor},
+initially black. The optional parameters may appear in any order, the
+indicated key character determining the meaning of a parameter. The key
+letter \texttt{l} for `length' can be replaced by \texttt{s} for `size'.
There is also a star-form: If \cs{arrow} is called as \cs{arrow*}, then
any part of the tip of the following curve that lies outside the
@@ -2470,10 +2651,12 @@ head will be filled, otherwise its outline will be drawn. Thus
\gbc{Diamond} has been left open, while \gbc{SolidDiamond} has been
defined to be closed.
-It is possible, to get an outline drawn with the inside erased:
-just place the solid version with color \mfc{white} and then the outline
-version. This can produce a pleasing result. But recall that the prefix
-macro nearest the figure macro is executed first. For example:
+It is possible, to get an outline drawn with the inside erased: just
+place the solid version with color \mfc{background} (usually the same as
+\mfc{white}) and then the outline version. This can produce a pleasing
+result. But recall that the prefix macro nearest the figure macro is
+executed first. For example:
+%
\begin{verbatim}
\arrowmid{Circle}\arrowmid{SolidCircle}[cwhite]\polyline{(0,0),(1,1)}
\end{verbatim}
@@ -2632,7 +2815,7 @@ subsection~\ref{points}. A node is one of the points through which \MF{}
draws its curve. If one of the macros \cs{polyline}\marg{$\ldots$} or
\cs{curve}\marg{$\ldots$} follows, each of the points listed is a node.
In the \cs{datafile} command (subsection~\ref{external}), each of the
-data points in the file is. In the function macros
+data points in the file is a node. In the function macros
(subsection~\ref{plotting}) the points corresponding to \meta{min},
\meta{max} and each step in between are nodes. The optional \meta{size}
defaults to \cs{pointsize}. If the command \cs{clearsymbols} has been
@@ -2772,9 +2955,9 @@ path might be open and may need to be explicitly closed, for example by
\cs{chartbar} (and its aliases),\\
\cs{circle}, \cs{ellipse}, \cs{levelcurve}, \cs{makesector},
\cs{piewedge}, \cs{plrregion},\\
- \cs{polygon}, \cs{rect}, \cs{regpolygon}, \cs{sector},
- \cs{tlabelcircle}, \cs{tlabelellipse},\\
- \cs{tlabeloval}, and \cs{tlabelrect}.
+ \cs{polygon}, \cs{pshcircle}. \cs{rect}, \cs{regpolygon},
+ \cs{sector}, \cs{tlabelcircle},\\
+ \cs{tlabelellipse}, \cs{tlabeloval}, and \cs{tlabelrect}.
\end{display}
The macros of this section can all be used to fill (or unfill) the
@@ -2859,7 +3042,7 @@ This rendering macro fills the interior of a closed path with large
dots. This is almost what \cs{shade} does, but there are several
differences. \cs{shade} is intended solely to simulate a gray fill in
\MF{} where the only color is black. So it is optimized for small dots
-aligned to the pixel grid (in \MF{}). In \MP{} all it does is fill with
+aligned to the pixel grid (in \MF{}). In \MP{} \cs{shade} only fills with
gray and is intended merely for compatibility. The macro \cs{polkadot}
is intended for large dots in any color, and so it optimizes spacing (a
nice hexagonal array) and makes no attempt to align at the pixel level.
@@ -3054,7 +3237,7 @@ variable \gbc{pi} produces $\pi$, accurate to roughly 5 decimals.
(\CMF{} and \MP{} provide accuracy only to $\pm2^{-17} = \pm
.76\times10^{-5}$.)
-The integer functions \gbc{gcd(m,n)} and \gbc{lcm(n,m)} produce the
+The integer functions \gbc{gcd(m,n)} and \gbc{lcm(m,n)} produce the
greatest common divisor and least common multiple of two integers
\gbc{m} and \gbc{n}.
@@ -3118,8 +3301,8 @@ $y(\mathtt{t})$ enclosed in parentheses and separated by a comma, with
the literal variable \texttt{t}. Alternatively, the last argument can be
a \MF{} function or expression in \texttt{t} that returns a pair.%
\footnote{There are very few of these. \CMF{} provides \mfc{dir t},
- which is essentially \mfc{(cosd t, sind t)}. \Mfp{} adds \gbc{cis
- t}, which is the radian version \mfc{(cos t, sin t)}.}
+ which is essentially \mfc{(cosd t, sind t)}. \Mfp{} adds \gbc{cis t}
+ which is \gbc{(cos t, sin t)}.}
The default \meta{spec} is \texttt{s}. For example
\begin{verbatim}
\parafcn{0,1,.1}{(2t, t+t*t)}
@@ -3229,7 +3412,7 @@ shading. However, drawing the boundary is often needed:
\shade\plrregion{0,90,5}{sind (2t)}
\plrregion[s]{0,90,5}{sind (2t)}
\end{verbatim}
-shades one loop of the 4-petal rosette, and then draws it..
+shades one loop of the 4-petal rosette, and then draws it.
\begin{cd}\pagelabel{levelcurve}
\cs{levelcurve}\oarg{\meta{spec}}\marg{\meta{seed},\meta{step}}
@@ -3274,21 +3457,29 @@ example, \cs{mfpicunit=1cm} and no scaling is used), then
set is reasonably smooth and \oarg{s} is used, then the result will
match the actual curve to within .005cm, which is approximately .14pt,
which is less than half the thickness of the standard pen used to draw
-it. If you \emph{only} intend to fill it, you might want a little more
-accuracy. There is a lower limit: there should not be
-more than 2000 steps in the curve. In a figure 10-by-10 graph units, a
-level curve without too much oscillation could be about 80 units in
-length and a step size of .04 would produce about 2000 steps.
+it.
+
+Be warned that there is a limit: there should not be more than 2000
+steps in the completed curve. In a figure which is 10-by-10 graph units,
+a level curve without too much oscillation would probably be less than
+80 units in length and a step size of .04 would probably produce under
+2000 steps. This should be accurate enough for most purposes. If you
+\emph{really} need more, the value of the \MF{} variable
+\verb$max_points$ must be changed. This can be done with
+\cs{setmfvariable} (see section~\ref{variables}).
As a special case, if \meta{step} is 0, the maximum of width and height
of the figure (as given by the arguments to the \env{mfpic} environment)
is divided by 100. For example, in a 5-by-10 graph, giving a step size
of $0$ will actually select \meta{step}${}= 10/100 = 0.1$.
-The algorithm used will produce incorrect results if parts of the curve
-that are distant (as measured \emph{along} the curve) are closer than
-\meta{step} in actual distance.
+The algorithm used will produce incorrect results if there are two
+points on the curve closer that \meta{step} in straight-line distance,
+but much further apart when measured along the curve.
+The algorithm used will produce incorrect results if two points of the
+curve that are distant (as measured along the curve) are closer than
+\meta{step} in straight-line distance.
\subsection{Plotting external data files}\label{external}
@@ -3344,22 +3535,24 @@ and `\cs{polyline}\cs{datafile}', and no difference between
`\cs{datafile}\oarg{s}' and `\cs{curve}\cs{datafile}'.
Here is the full list (omitting aliases) of \mfp{} macros that allow
this usage of \cs{datafile}\index{datafile@\cs{datafile}}:
+
\begin{itemize}
\raggedright
-\item Numeric data: \cs{piechart}, \cs{barchart}, \cs{numericarray},
- \cs{dashpattern} and
- all the axis marks commands.
+\item Numeric data:
+ \cs{barchart}, \cs{dashpattern}, \cs{numericarray},
+ \cs{piechart}, and all the axis marks commands.
\item Point or vector data:
- \cs{closedcomputedspline}, \cs{closedcspline}, \cs{closedmfbezier},
- \cs{closedqbeziers}, \cs{closedqspline}, \cs{computedspline},
- \cs{convexcurve}, \cs{convexcyclic}, \cs{cspline}, \cs{curve},
- \cs{cyclic}, \cs{fcncurve}, \cs{fcnspline}, \cs{mfbezier},
- \cs{pairarray}, \cs{periodicfcnspline}, \cs{plotsymbol}, \cs{point},
- \cs{polygon}, \cs{polyline}, \cs{putmfpimage} \cs{qbeziers}, \cs{qspline},
+ \cs{cbeziers}, \cs{closedcbeziers}, \cs{closedcomputedspline},
+ \cs{closedcspline}, \cs{closedmfbezier}, \cs{closedqbeziers},
+ \cs{closedqspline}, \cs{computedspline}, \cs{convexcurve},
+ \cs{convexcyclic}, \cs{cspline}, \cs{curve}, \cs{cyclic},
+ \cs{fcncurve}, \cs{fcnspline}, \cs{mfbezier},
+ \cs{periodicfcnspline}, \cs{plotsymbol}, \cs{point}, \cs{polygon},
+ \cs{polyline}, \cs{putmfpimage}, \cs{qbeziers}, \cs{qspline},
\cs{turtle}, and \cs{pairarray}.
\end{itemize}
-In addition, \cs{setmfarray} and \cs{globalsetarray} can be used with
-either numeric or pair data.
+In addition \cs{setarray} and \cs{globalsetarray} (with the numeric or
+pair data type) allow this usage.
\begin{cd}\pagelabel{mfpdatacomment}
\cs{mfpdatacomment}\cs{}\meta{char}%
@@ -3551,10 +3744,11 @@ patterns should be names of patterns defined through the use of
\MP{}, or defined through \cs{mfpdefinecolor}. The symbols can be any of
those listed with the \cs{plotsymbol} command (see
subsection~\ref{points}), or any known \MF{} path variable. The colors
-can also be \MP{} expressions of type color, and the symbols can be
-expressions of type path. Within a \env{mfpic} environment, the changes
-made are local to that environment. Outside, they affect all subsequent
-environments.
+can also be \MP{} color constants or expressions, and the symbols can be
+expressions of type path. In recent \MP{} these `colors' can be
+\kw{numeric} (selecting gray), \kw{rgbcolor} or \kw{cmykcolor}. Within a
+\env{mfpic} environment, the changes made are local to that environment.
+Outside, they affect all subsequent environments.
Using \cs{reconfigureplot}\marg{colors} under the \opt{metafont} option
will have no effect, but may produce an error from \MF{} unless the
@@ -3808,10 +4002,15 @@ file, preceded by the \MP{} command \mfc{verbatimtex} and followed by
\cs{mfpverbtex} command must come before any \cs{tlabel} that is to be
affected by it. Any settings common to all \env{mfpic} environments
should be in a \cs{mfpverbtex} command preceding all such environments.
+
It may be issued at any point after \mfp{} is loaded, and any number of
-times. If it is issued before \cs{opengraphsfile}, its contents are
-saved and written by that command. Therefore, it should occur only once
-before the \cs{opengraphsfile} command.
+times. If it is issued after \cs{opengraphsfile}, its contents are
+immediately written to the \file{.mp} file. If it is issued before
+\cs{opengraphsfile}, its contents are saved and written when the file is
+opened (successive uses being cummulative). In this case its contents
+will precede the boilerplate \TeX{} code that \mfp{} writes. If you wish
+to redefine some of that code, you need to use \cs{mfpverbtex} after
+\cs{opengraphsfile}.
Because of the way \MP{} handles \mfc{verbatimtex} material, the effects
cannot be constrained by any grouping unless one places \TeX{} grouping
@@ -4068,8 +4267,9 @@ file, \mfp{} detects that the \file{.tfm} file is missing or that
the first \MP{} figure file \file{\meta{file}.1} is missing. In these
cases, the \env{mfpic} environment draws only a rectangular frame with
dimensions equal to the nominal size of the picture, containing the
-figure name and number (and any \TeX{} labels). The command(s) used
-internally to do this are made available to the user.
+figure number (and any text placed by \cs{tlabel} and its relatives
+without \opt{mplabels} in effect). The command(s) used internally to do
+this are made available to the user.
\begin{cd}\pagelabel{mfpframe}
\cs{mfpframe}\oarg{\meta{fsep}}%
@@ -4090,8 +4290,8 @@ dimensions \cs{mfpframesep} and \cs{mfpframethickness} are \dim{2pt} and
version is preferred around \env{mfpic} environments or verbatim
material since it avoids reading the enclosed material before
appropriate \cs{catcode} changes go into effect. In \LaTeX{}, one can
-also use the \cs{begin}\marg{mfpframe} $\ldots$ \cs{end}\marg{mfpframe}
-syntax.
+also use environment syntax: \cs{begin}\marg{mfpframe} $\ldots$
+\cs{end}\marg{mfpframe}.
An alternative way to frame \env{mfpic} pictures is to save them with
\cs{savepic} (see previous section) and issue a corresponding
@@ -4120,7 +4320,8 @@ affine transforms.
All affine transforms are restricted to the innermost enclosing
\cs{coords}$\ldots$\cs{endcoords} pair. If there is \emph{no} such
enclosure, then the transforms will apply to the rest of the \env{mfpic}
-environment. In \LaTeX{}, a \env{coords} environment may be used.
+environment. In \LaTeX{}, one can use the environment named
+\env{coords}.
\medskip
\noindent Transforms provided by \mfp{}:
@@ -4203,7 +4404,10 @@ $S T z$ usually means to apply $S$ to the result of $T z$).
Finally, some of these may not produce what the unwary user might expect
if the \env{mfpic} environment was started with unequal scaling. For
example, in such a case a rotated rectangle will not have right angles
-unless the rotation is by a multiple of 90 degrees.
+unless the rotation is by a multiple of 90 degrees. The reason for this:
+the scaling given by the \cs{mfpic} command is applied last and
+slanted lines subjected to unequal horizontal and verical scaling will
+change have their angles changed.
\subsection{Transforming paths}\label{transformation}
@@ -4414,7 +4618,10 @@ the previous subsection do it.
For \MF{} or \MP{} power users, \cs{transformpath} can take any
`transformer' and transform the following path with it. Here, a
\emph{transformer} is the same as in the previous section. Examples are
-\mfc{scaled}, \mfc{shifted(1,1)}, and \mfc{rotatedabout(0,1)}.
+\mfc{scaled}, \mfc{shifted(1,1)}, and \mfc{rotatedabout(0,1)}. Note that
+using this last transformer with \cs{transformpath} is almost like
+\cs{rotatepath}\marg{(0,1)}, but it does not compensate for different
+scales.
All these prefixes change only the path that follows, not any rendering
of it that follows. For example:
@@ -4589,10 +4796,10 @@ the ratio of the width of the arrowhead to its length; \meta{tension} is
the tension of the B\'ezier curves; and \meta{filled} is a \MF{} boolean
value indicating whether the arrowheads are to be filled (if \mfc{true})
or open. The initial values are $1$, $1$, and \mfc{false}, respectively.
-Setting \meta{tension} to `\mfc{infinity}' will make the sides of the
-arrowheads straight lines. The harpoon heads are arranged to be exactly
-half of the full arrowhead. The \meta{ratio}, \meta{tension} and
-\meta{filled} values are stored by \MF{}.
+Setting \meta{tension} to the literal keyword `\mfc{infinity}' will make
+the sides of the arrowheads straight lines. The harpoon heads are
+arranged to be exactly half of the full arrowhead. The \meta{ratio},
+\meta{tension} and \meta{filled} values are stored by \MF{}.
After \cs{headshape} is used, the symbols \gbc{Arrowhead},
\gbc{Leftharpoon}, and \gbc{Rightharpoon} take on the new shape if used
@@ -4746,7 +4953,7 @@ These dimensions store the height and width of the figure created by the
most recently completed \env{mfpic} environment. This might perhaps be
of interest to hackers or to aid in precise positioning of the graphics.
They are meant to be read-only: the \cs{endmfpic} command globally sets
-them equal to the height and width of the picture. But \mfp{} does not
+them equal to the height and width of the picture, but \mfp{} does not
otherwise make any use of them. As they are not to be changed, grouping
is irrelevent, but when \mfp{} sets them, it does so globally. These are
set even if the picture is saved with \cs{savepic}. If they are needed
@@ -4782,7 +4989,7 @@ setting is \cs{medskipamount}, producing the same space as a
\index{closedcspline@\cs{closedcspline}}%
\end{cd}
-These figure macros use alternate ways of defining curves. In each case,
+These figure macros use alternative ways of defining curves. In each case,
\meta{list} is a comma separated list of ordered pairs. These represent
not the points the curve passes through, but the \emph{control points}.
The first two produce quadratic B-splines and the last two produce cubic
@@ -4813,6 +5020,10 @@ do not uniquely determine the control points so extra equations are
required. For the first version, the extra equations give the path zero
curvature at the endpoints (a \emph{relaxed} spline). For the closed
version, the extra equations are those that close the curve smoothly.
+The portions of the spline that connect one node to the next are
+parametrized cubic B/'eziers, they are computed so that the first and
+second derivatives (with respect to the parameter) of adjacent curves
+match at the common node.
\begin{cd}\pagelabel{fcnspline}
\cs{fcnspline}\marg{\meta{list}}\\
@@ -4821,12 +5032,13 @@ version, the extra equations are those that close the curve smoothly.
\index{periodicfcnspline@\cs{periodicfcnspline}}%
\end{cd}
-These figure macros use cubic spline equations to produce a smooth graph
-of a function based on a list of points with increasing $x$-values. See
-\cs{fcncurve} in section~\ref{curves} for another way to do this. As in
-the computed splines, above, the spline equations at the nodes do not
-provide sufficient information to compute all control points. In the
-basic version, \cs{fcnspline}, extra equations produce a graph with zero
+These figure macros use cubic spline equations (as in
+\cs{computedspline} above) to produce a smooth graph of a function based
+on a list of points with increasing $x$-values. See \cs{fcncurve} in
+section~\ref{curves} for another way to do this. As in the computed
+splines, above, the spline equations at the nodes do not provide
+sufficient information to compute all control points. In the basic
+version, \cs{fcnspline}, extra equations produce a graph with zero
curvature at the endpoints (a relaxed spline), while the periodic
version uses equations that make the first and second derivatives at the
last point match those at the first point.
@@ -4879,22 +5091,48 @@ know that if you are a power user). Quadratic B\'eziers (as in
\LaTeX{}'s picture environment) can be obtained with the following:
\begin{cd}\pagelabel{qbeziers}
- \cs{qbeziers}\oarg{\meta{tens}}\marg{\meta{list}}\\
- \cs{closedqbeziers}\oarg{\meta{tens}}\marg{\meta{list}}%
+ \cs{qbeziers}\marg{\meta{list}}\\
+ \cs{closedqbeziers}\marg{\meta{list}}%
\index{qbeziers@\cs{qbeziers}}%
\index{closedqbeziers@\cs{closedqbeziers}}
\end{cd}
-These figure macros produce quadratic B\'ezier curves, the equivalent of
-a sequence of \LaTeX{} \cs{qbezier} commands. Note the plural forms, to
-distinguish the first from the \LaTeX{} command, and to indicate that
-they can draw a \emph{series} of quadratic B\'eziers. In the
-\meta{list}, the first, third, fifth, etc., are the points to connect,
-while the second, fourth, etc., are the control points. The open version
-requires an ending point, and so needs an odd number of points in the
-list. The closed version assumes the first point is the ending, and so
-requires an even number in the list. The curve will not automatically be
-smooth. That depends on the choice of the control points.
+These figure macros produce \emph{quadratic} B\'ezier curves, the
+equivalent of a sequence of \LaTeX{} \cs{qbezier} commands. Note the
+plural forms, to distinguish the first from the \LaTeX{} command, and to
+indicate that they can draw a \emph{series} of quadratic B\'eziers.
+
+In the \meta{list}, the first, third, fifth, etc., are the points to
+connect, while the second, fourth, etc., are the control points. The
+open version requires an ending point, and so needs an odd number of
+points in the list. The closed version assumes the first point is the
+ending, and so requires an even number in the list. If the number of
+ponts is wrong, no error is produced: the last point is simply repeated
+to get the required number.
+
+The curve will not automatically be smooth; that depends on the choice
+of the control points.
+
+\begin{cd}\pagelabel{cbeziers}
+ \cs{cbeziers}\marg{\meta{list}}\\
+ \cs{closedcbeziers}\marg{\meta{list}}%
+\index{cbeziers@\cs{cbeziers}}%
+\index{closedcbeziers@\cs{closedcbeziers}}
+\end{cd}
+
+These figure macros produce a series of \emph{cubic} B\'ezier curves. In
+the \meta{list}, the first, fourth, seventh, etc., are the points to
+connect, while the second and third, fifth and sixth, etc., are pairs of
+control points. The closed version uses the starting point as the ending
+point, and so needs a number of points divisible by $3$ ($n=3k$). The
+open version requires an explicitly given ending node (so $n=3k+1$).
+If the number of ponts is wrong, no error is produced: the last point
+or last two points are simply repeated to get the required number.
+
+The curves will not automatically be smooth; that depends on the choice
+of the control points. Cubic B\'eziers are how curves are represented in
+PostScript files, and how a number of vector drawing programs represent
+curves.
\subsection{Raw \MF{} code}\label{mfcode}
@@ -4945,6 +5183,7 @@ box with yellow background.
\cs{setmfvariable}\marg{\meta{type}}\marg{\meta{name}}\marg{\meta{value}}\\
\cs{setmpvariable}\marg{\meta{type}}\marg{\meta{name}}\marg{\meta{value}}\\
\cs{globalsetmfvariable}\marg{\meta{type}}\marg{\meta{name}}\marg{\meta{value}}\\
+\cs{globalsetmpvariable}\marg{\meta{type}}\marg{\meta{name}}\marg{\meta{value}}\\
\cs{setmfnumeric}\marg{\meta{name}}\marg{\meta{value}}\\
\cs{setmfpair} \marg{\meta{name}}\marg{\meta{value}}\\
\cs{setmfboolean}\marg{\meta{name}}\marg{\meta{value}}\\
@@ -4952,6 +5191,7 @@ box with yellow background.
\index{setmfvariable@\cs{setmfvariable}}%
\index{setmpvariable@\cs{setmpvariable}}%
\index{globalsetmfvariable@\cs{globalsetmfvariable}}%
+\index{globalsetmpvariable@\cs{globalsetmpvariable}}%
\index{setmfnumeric@\cs{setmfnumeric}}%
\index{setmfpair@\cs{setmfpair}}%
\index{setmfboolean@\cs{setmfboolean}}%
@@ -4959,33 +5199,45 @@ box with yellow background.
\end{cd}
These formerly internal \mfp{} macros can be use to define symbolic
-names for any \MF{} or \MP{} variable type. The first two are
-interchangeable; you can use either one with or without the
-\opt{metapost} option. The remaining four are abbreviations. For
-example, \cs{setmfpair}\marg{X}\marg{(2,0)} is the same as
-\cs{setmfvariable}\marg{pair}\marg{X}\marg{(2,0)}. Note that these
-overwrite any variable with the specified \meta{name}. For certain
-internal names, \MF{} will issue an error, but usually the variable is
-silently redefined. For the four abbreviations, there is no ``mp''
-version, but they may be used with either the \opt{metapost} or
-\opt{metafont} options.
+names for any \MF{} or \MP{} variable type. The last four are
+abbreviations for the first used with an appropriate value for
+\meta{type}. For example,
+\cs{setmfvariable}\marg{pair}\marg{X}\marg{(2,0)} can be abbreviated
+\cs{setmfpair}\marg{X}\marg{(2,0)}. Note that these overwrite any
+variable with the specified \meta{name}. For certain internal names,
+\MF{} will issue an error, but usually the variable is silently
+redefined.
+
+The commands \cs{setmpvariable} and \cs{globalsetmpvariable} (note the
+\texttt{mp} instead of \texttt{mf}) are just alternative spellings . You
+can use either spelling with either the \opt{metafont} or \opt{metapost}
+option.
The \meta{value} must be a constant of the appropriate type or a \MF{}
expression returning the appropriate type. It can also be (or include)
-other variables previously defined.
+other variables previously defined. The \cs{setmfcolor} command has been
+enhanced so that in recent \MP{} the \meta{value} can be any of the
+three types of colors \MP{} allows: \kw{numeric} (for grayscale color),
+\kw{rgbcolor} or \kw{cmykcolor}. The data type of \meta{value} will be
+examined, and the variable \meta{name} will be declared to be a variable
+of the appropriate type. The same is true of
+\cs{setmfvariable}\marg{color}.
As an example of their use, since dimensions are numeric data types in
\MF{}, the command
\begin{verbatim}
-\setmfnumeric{my_dim}{7pt}
+\setmfnumeric{my_spc}{5pt}
+\setmfnumeric{my_dia}{.8pt}
\end{verbatim}
-would set the \MF{} variable \verb$my_dim$ to the value \texttt{7pt}.
-After that, \verb$my_dim$ can be used in any \emph{drawing} command
-where a dimension is required:
+would set the \MF{} variables \verb$my_spc$ and \verb$my_dia$ to the
+values \texttt{5pt} and \texttt{.8pt}, respectively. After that, these
+variables can be used in any \emph{drawing} command where a dimension is
+required:
\begin{verbatim}
-\plotsymbol[my_dim]{Triangle}\rect{(0,0),(1,1)}
+\plot[my_dia,my_spc]{Triangle}\rect{(0,0),(1,1)}
\end{verbatim}
-will plot the rectangle with small triangles spaced \dim{7pt} apart.
+will plot the rectangle with small triangles of diameter \dim{.8pt},
+spaced \dim{5pt} apart.
The knowledgeable user may realize that \mfc{path} and \gbc{picture} are
\MF{} data types, and may want use them in \cs{setmfvariable}. It is
@@ -4996,7 +5248,7 @@ most \mfp{} commands produce would be meaningless to \MF{}. You can
store the path produced by figure macros with \cs{store}, and store
pictures in variables with \cs{mfpimage} or even \cs{tile}.
-With the obvious exception of \cs{globalsetmfvariable} command, these
+With the obvious exception of the \cs{globalsetmfvariable} command, these
commands define the variable locally. That is, the variable will revert
to any previous definition (or become undefined) at the end of the
\env{mfpic} environment it is defined in. It is in fact local to any
@@ -5008,14 +5260,14 @@ A warning about variable names. \CMF{} and \MP{} allow multi-part
variable names like `\mfc{arrowhead length}' or `\mfc{X.r}' The part
after the first space or `.' is called a \mfc{suffix}. In \MF{},
variable settings are global unless explicitly made local. The code of
-the \cs{setmf...} commands does this. However, \MF{} syntax forbids this
-localization when a variable name has a suffix. Moreover, if you
-localize a variable, \MF{} will localize all variables with that name
-plus any suffix. Even more, localizing a variable renders all variables
-with the same name plus suffix locally undefined. The command
-\cs{globalsetmfvariable} simply omits the localization part, so suffixes
-are permitted, but it cannot `globalize' something that has previously
-been localized within the same group.
+the \cs{set...} commands does make the variable setting local. However,
+\MF{} syntax forbids this localization when a variable name has a
+suffix. Moreover, if you localize a variable, \MF{} will localize all
+variables with that name plus any suffix. Even more, localizing a
+variable renders all variables with the same name plus suffix locally
+undefined. The command \cs{globalsetmfvariable} simply omits the
+localization part, so suffixes are permitted, but it cannot `globalize'
+something that has previously been localized within the same group.
For example, suppose you use the example code in subsection~\ref{arrows}
and define a custom arrowhead path \gbc{myAH} and the corresponding
@@ -5065,19 +5317,21 @@ reason, the definitions it makes are global.
\LaTeX{}-style environment called \env{patharr}---as in
\cs{begin}\marg{patharr}$\ldots$\cs{end}\marg{patharr}.
-\begin{cd}\pagelabel{setmfarray}
-\cs{setmfarray}\marg{\meta{type}}\marg{\meta{var}}\marg{\meta{list}}\\
-\cs{setmparray}\marg{\meta{type}}\marg{\meta{var}}\marg{\meta{list}}\\
-\cs{globalsetmfarray}\marg{\meta{type}}\marg{\meta{var}}\marg{\meta{list}}\\
+\begin{cd}\pagelabel{setarray}
+\cs{setarray}\marg{\meta{type}}\marg{\meta{var}}\marg{\meta{list}}\\
+\cs{globalsetarray}\marg{\meta{type}}\marg{\meta{var}}\marg{\meta{list}}\\
\cs{pairarray}\marg{\meta{var}}\marg{\meta{list-of-points}}\\
\cs{numericarray}\marg{\meta{var}}\marg{\meta{list-of-numbers}}\\
-\cs{colorarray}\marg{\meta{var}}\marg{\meta{list-of-colors}}%
-\index{setmfarray@\cs{setmfarray}}%
-\index{setmparray@\cs{setmparray}}%
-\index{globalsetmfarray@\cs{globalsetmfarray}}%
+\cs{colorarray}\marg{\meta{var}}\marg{\meta{list-of-colors}}\\
+\cs{rgbcolorarray}\marg{\meta{var}}\marg{\meta{list-of-rgbcolors}}\\
+\cs{cmykcolorarray}\marg{\meta{var}}\marg{\meta{list-of-cmykcolors}}%
+\index{setarray@\cs{setarray}}%
+\index{globalsetarray@\cs{globalsetarray}}%
\index{pairarray@\cs{pairarray}}%
\index{numericarray@\cs{numericarray}}%
-\index{colorarray@\cs{colorarray}}
+\index{colorarray@\cs{colorarray}}%
+\index{rgbcolorarray@\cs{rgbcolorarray}}%
+\index{cmykcolorarray@\cs{cmykcolorarray}}
\end{cd}
These enable the simultaneous definition of variables.
@@ -5092,12 +5346,14 @@ the given points in that order. And then
\end{verbatim}
will draw the lines connecting these four points. The index may
optionally be put in square brackets and may be separated from the name
-by any number of spaces. If a numeric expression is used instead of an
-explicit number, square brackets \emph{must} surround it: \gbc{X[1+1]},
+by any number of spaces. That is, \verb$\polyline{X[1],X[2]}$
+and \verb$\polyline{X 1,X 2}$ are the same as \verb$\polyline{X1,X2}$
+to \MF{}. If a numeric \emph{expression} is used instead of an explicit
+number, square brackets \emph{must} surround it: \gbc{X[1+1]},
\gbc{X[2]}, \gbc{X2} and \gbc{X 2} are all the same. For all these array
commands, the variable \gbc{X} by itself (not followed by any digit or
brackets) becomes a numeric variable equal to the number of elements in
-the array. Except for \cs{globalsetmfarray}, the arrays are defined
+the array. Except for \cs{globalsetarray}, the arrays are defined
locally if these commands occur in an \env{mfpic} environment, global
otherwise.
@@ -5107,6 +5363,10 @@ used in commands that position text unless \opt{mplabels} is in effect.
Variables may be used in the \meta{list} parameters of commands,
but they must have been previously defined or otherwise known to \MF{}.
+Since arrays must all be variables of the same type, one cannot mix rgb
+and cmyk colors. The \verb$\colorarray$ command requires rgb colors (for
+compatibility with early \MP{}).
+
Several commands in \mfp{} define arrays of objects that can be used in
other commands. The main ones are \cs{regpolygon}, \cs{piechart} and
\cs{barchart}. These arrays are always global (either because their
@@ -5174,8 +5434,8 @@ obtained with $\mbox{\meta{num}} = .5$. If the \meta{num} is a pure
number, the parentheses can be omitted, but they are required if it is
any other numeric expression. Values of \meta{num} larger than 1 or
less than zero produce points on the line that lie outside the segment
-from $p_1$ to $p_2$. This operator can also be applied to
-numbers or (in \MP{}) to colors. So that \mfc{(2/3)[3,6] = 5} and
+from $p_1$ to $p_2$. This operator can also be applied to numbers or (in
+\MP{}) to colors (of the same type). So that \mfc{(2/3)[3,6] = 5} and
\mfc{.7[green,blue] = (0,.3,.7)}. See section~\ref{colors} for a
description of colors in \MP{} and \MF{}.
@@ -5206,6 +5466,27 @@ take the fraction of a path length as a parameter.
The \gbc{pathpoint} command is not a basic \MF{} command, but is defined
by the \prog{grafbase} macros that accompany \mfp{}.
+\MF{} pairs can conveniently be viewed as complex numbers. So
+\file{grafbase} also contains some functions useful in complex analysis
+(my research field). In what follows \gbc{a}, \gbc{z} and \gbc{w} denote
+pair variables or constants, and each function interprets them as
+complex numbers. Also \gbc{t} denotes an angle in radians. There are
+both numeric and pair valued functions, the type of each is noted after
+the description:
+
+\noindent
+\begin{tabular}{@{}ll}
+\gbc{Arg z} & The principle argument of $z$ in radians (numeric).\\
+\gbc{Log z} & The principle logarithm of $z$ (pair).\\
+\gbc{cis t} & $(\cos t, \sin t)$, same as \gbc{dir degrees(t)} (pair).\\
+\gbc{zexp w} & The complex exponential, $e^w$ (pair).\\
+\gbc{sgn z} & The signum, $\sgn (0,0) = (0,0)$ otherwise $\sgn z = z/|z|$ (pair).\\
+\gbc{conj z} & The complex conjugate, $\bar z$ (pair).\\
+\gbc{Moebius(a) z} & The M\"obius transformation $(z+a)/(1+\bar{a}z)$ (pair)\\
+\gbc{pshdist(z,w)} & The pseudohyperbolic distance between $z$ and
+ $w$: $|z-w| / |1-\bar{w}z|$ (numeric).
+\end{tabular}
+
\subsection{Manipulating \MF{} picture variables}
@@ -5225,7 +5506,7 @@ interior of closed paths. Actually, a tile is a composite object. After
\gbc{Nick.ht}. These are needed by the \cs{tess} command, below.
The units of drawing are given by \meta{unit}, which should be an
-explicit dimension (like \dim{1pt} or \dim{2in}). The tile's horizontal
+explicit dimension (like \dim{1pt} or \dim{.2in}). The tile's horizontal
dimensions are $0$ to $\meta{wd}\cdot\meta{unit}$ and its vertical
dimensions $0$ to $\meta{ht}\cdot\meta{unit}$, so \meta{wd} and
\meta{ht} should be pure numbers. If \meta{clip} is \mfc{true} then the
@@ -5270,7 +5551,7 @@ a picture:
This take the name of a picture variable and copies the picture at each
location in the \meta{list}, which should be a comma-separated list of
-coordinate pairs in graph coorcinates. The picture is copied so that its
+coordinate pairs in graph coordinates. The picture is copied so that its
\emph{reference point} is placed at each of the locations. The reference
point of a picture created with \cs{tile} is its lower left corner.
@@ -5306,17 +5587,18 @@ center point $(1,1)$. One can then write something like
to get a 4-by-4 chessboard: the picture \mfc{Jan} copied with its
center at each of the listed points.
-The behavior of \cs{tlabel}\,s in an \env{mfpimage} environment depends
-on the setting. If \opt{mplabels} is turned off, then labels are added
-by \TeX{} and are \emph{not} included as part of the named \MF{} or
-\MP{} picture variable. If \opt{mplabels} is turned on and
-\opt{overlaylabels} is also turned on, or if the \env{mfpimage}
-environment is between \cs{startbacktext} and \cs{stopbacktext}, then
-the labels will be saved and placed when the \env{mfpic} environment
-ends and \emph{not} added to the named picture variable. Thus, to
-include text labels in the named picture variable, you must have
-\opt{mplabels} on, \opt{overlaylabels} off, and \env{mfpimage} outside
-any \cs{startbacktext}\slash\cs{stopbacktext}.
+The behavior of \cs{tlabel} in an \env{mfpimage} environment depends on
+the setting. If \opt{mplabels} is turned off, then labels are added by
+\TeX{} and are \emph{not} included as part of the named \MF{} or \MP{}
+picture variable. They are placed on the current picture as if the
+\env{mfpimage} environment were not there at all. If \opt{mplabels} is
+turned on and \opt{overlaylabels} is also turned on, or if the
+\env{mfpimage} environment is between \cs{startbacktext} and
+\cs{stopbacktext}, then the labels will be saved and placed when the
+\env{mfpic} environment ends and \emph{not} added to the named picture
+variable. Thus, to include text labels in the named picture variable,
+you must have \opt{mplabels} on, \opt{overlaylabels} off, and
+\env{mfpimage} outside any \cs{startbacktext}\slash\cs{stopbacktext}.
The picture created by \cs{mfpimage} is locally defined. That is, it
becomes undefined at the end of the current \env{mfpic} environment. If
@@ -5327,24 +5609,28 @@ the command
\globalsetmfvariable{picture}{Dan}{Jan}
\end{verbatim}
would make \gbc{Dan} globally defined to be equal to the current value
-of the picture \gbc{Jan}.
+of the picture \gbc{Jan}. Note that picture variables can consume a lot
+of \MF{}'s memory. Copying one variable to another doubles the amount of
+memory, at least until the end of the \env{mfpic} environment.
You can use \cs{putmfpimage} inside a \env{mfpimage} environment,
provided the picture being placed has been previously defined. Nesting a
-\env{mfpimage} inside another has not been completely tested and is not
-recommended. One can use the \LaTeX{} environment construct
-\cs{begin}\marg{mfpimage} $\ldots$ \cs{end}\marg{mfpimage} in a LaTeX
-document instead of \cs{mfpimage} $\ldots$ \cs{endmfpimage}.
+\env{mfpimage} inside another has not been tested at all and so is not
+recommended. But if it works, the inner image would be local to the
+environment created by the outer one, and so would be of limited use.
+One can use the \LaTeX{} environment construct \cs{begin}\marg{mfpimage}
+$\ldots$ \cs{end}\marg{mfpimage} in a LaTeX document instead of
+\cs{mfpimage} $\ldots$ \cs{endmfpimage}.
\subsection{\CMF{} loops}\label{loops}
All the \mfp{} loop commands create a loop (in the \MF{} language) in
-the output file. The \MF{} commands in that loop are executed repeatedly.
-From the point of view of \TeX{}, however each command occurs only once.
-Starting with version 0.9, these loops can be created inside or outside
-the \env{mfpic} drawing environment. If outside, they must not contain
-any drawing commands, but can contain commands that set variables,
-perform computations, etc.
+the output file. The \MF{} commands in that loop are executed repeatedly
+by \MF{} or \MP{}. From the point of view of \TeX{}, however each
+command occurs only once. Starting with version 0.9, these loops can be
+created inside or outside the \env{mfpic} drawing environment. If
+outside, they must not contain any drawing commands, but can contain
+commands that set variables, perform computations, etc.
\begin{cd}\pagelabel{mfpfor}
\cs{mfpfor}\marg{\meta{for-loop header}}\\
@@ -5358,7 +5644,7 @@ This creates a for-loop in the \MF{} output file. The \cs{mfpfor} writes
the start of the loop and \cs{endmfpfor} writes the end. Any code
written in the output file between them is executed repeatedly by
\MF{}, according to the information in \meta{for-loop header}. There are
-two types of header possible, illustrated by the following examples.
+two types of headers possible, illustrated by the following examples.
\begin{verbatim}
\mfpfor{center = (0,0), (1,0), (0,1)}
\gfill\circle{center,1}
@@ -5369,15 +5655,15 @@ three given points. This type of header has the format
\begin{display}
\mfc{\meta{variable} = \meta{list}}
\end{display}
-where \meta{variable} should be a simple variable name and \meta{list} is a
-comma separated list of items of the appropriate data type. In the
-above, \gbc{center} needs coordinate pairs, but in the following
+where \meta{variable} should be a simple variable name and \meta{list}
+is a comma separated list of items of the appropriate data type. In the
+above, \gbc{center} is equated to pairs, but in the following
\begin{verbatim}
\mfpfor{radius = 1,3,4}
\dotted\circle{(0,0),radius}
\endmfpfor
\end{verbatim}
-\gbc{radius} needs numeric data.
+\gbc{radius} gets numeric data.
The other type of header uses a stepped variable:
\begin{verbatim}
@@ -5405,11 +5691,16 @@ Note that the index variable (\gbc{center} and \gbc{radius} in the above
two examples) is a temporary \MF{} variable. If \opt{mplabels} is turned
on, this variable will work as expected in the \emph{location} parameter
of a \cs{tlabel} command, but if it is used in the \emph{label} part, it
-will be interpreted as \TeX{} code and printed as is.
+will be interpreted as \TeX{} code and printed as is. The index variable
+reverts to its previous state outside the loop. That is, if it existed
+before the loop, it regains its previous value after the loop, and if it
+was undefined before the loop, it is again undefined after.
The single word ``\mfc{upto}'' can be used as an abbreviation for
``\mfc{step 1 until}'' and ``\mfc{downto}'' for ``\mfc{step -1 until}''
-in for-loop headers. Spaces are not significant in for-loop headers.
+in for-loop headers. Spaces are not significant in for-loop headers,
+except to distinguish the keywords (e.g. \mfc{step}) from variable names
+that might be use (e.g., for \meta{start}).
\begin{cd}\pagelabel{mfpwhile}
\cs{mfpwhile}\marg{\meta{condition}}\\
@@ -5470,7 +5761,16 @@ command will break the loop at whatever point it occurs. Example:
\end{verbatim}
This will draw rectangles with $R$ equal to $10$, $5$, $2.5$, and
$1.25$. On the next execution of the loop the condition \mfc{R<=1} is
-true, and the break occurs before the next rectangle is drawn.
+true, and the break occurs before the next rectangle is drawn. Note that
+any \cs{mfpwhile} could be encoded with \cs{mfploop}. In fact, the code
+written to the output file by
+\begin{display}
+\cs{mfpwhile}\marg{\meta{condition}}
+\end{display}
+is identical to that written by
+\begin{display}
+\cs{mfploop}\cs{mfpuntil}\marg{not \meta{condition}}
+\end{display}
The command \cs{mfpuntil} can also be used in \env{mfpfor} and
\env{mfpwhile} environments to break the loop prematurely when the given
@@ -5485,8 +5785,29 @@ be used. For example,
\end{mfpfor}
\end{verbatim}
+Just to be clear: in all the examples, what is written to the figure
+file is a \emph{single} circle or rectangle drawing command, bracketed
+by code that causes \MF{} to execute it several times with different
+values for the variable. From \TeX{}'s point of view, there is only one
+drawing command command.
+
\subsection{Miscellaneous}\label{misc}
+\begin{cd}\pagelabel{mfmode}
+\cs{mfmode}\marg{\meta{mode-name}}\\
+\cs{mfresolution}\marg{\meta{DPI}}%
+\end{cd}
+
+When working with \MF{}, the code in \file{grafbase.mf} needs to know
+the resolution at which to make the font with all the figures. If the
+wrong resolution is assumed, the figure may end up appearing wrongly
+scaled or have other problems (especially with shading). If your DVI
+viewing/printing program and the file \file{modes.mf} are correctly
+configured, nothing may need to be done. If not, as a last resort, you
+can set the \MF{} mode or the \MF{} resolution in your \file{.tex} file
+with these commands. If you don't know what that means, ask a guru, but
+then you probably shouldn't be using \MF{} at all.
+
\begin{cd}\pagelabel{noship}
\cs{noship}\\%
\cs{stopshipping}\\%
@@ -5508,25 +5829,27 @@ locally, one can globally copy it to another variable with
\begin{cd}\pagelabel{assignmfvalue}
\cs{assignmfvalue}\marg{\meta{\TeX{}-macro}}\marg{\meta{MF-expr}}\\
-\cs{assignmpvalue}\marg{\meta{\TeX{}-macro}}\marg{\meta{MP-expr}}\\
+\cs{assignmpvalue}\marg{\meta{\TeX{}-macro}}\marg{\meta{MF-expr}}\\
\cs{globalassignmfvalue}\marg{\meta{\TeX{}-macro}}\marg{\meta{MF-expr}}\\
-\cs{globalassignmpvalue}\marg{\meta{\TeX{}-macro}}\marg{\meta{MP-expr}}%
+\cs{globalassignmpvalue}\marg{\meta{\TeX{}-macro}}\marg{\meta{MF-expr}}%
\index{assignmfvalue@\cs{assignmfvalue}}%
\index{assignmpvalue@\cs{assignmpvalue}}%
\index{globalassignmfvalue@\cs{globalassignmfvalue}}%
\index{globalassignmpvalue@\cs{globalassignmpvalue}}%
\end{cd}
-The `\texttt{mf}' and `\texttt{mp}' versions of these commands differ
-only in spelling; either may be substituted for the other in any
-document. This command causes the \meta{MF-expr} to be written to the
-output file for \MF{} to evaluate. The resulting value is then written
-to the \file{.log} file of that \MF{} run. On the next \TeX{} run, if
+The commands \cs{assignmpvalue} and \cs{globalassignmpvalue} are just
+alternative spellings. You can use either spelling with either the
+\opt{metafont} or \opt{metapost} option.
+
+These commands causes the \meta{MF-expr} to be written to the output
+file for \MF{} to evaluate. The resulting value is then written to the
+\file{.log} file of that \MF{} run. On the next \TeX{} run, if
\opt{mfpreadlog} (see section~\ref{readlog}) is in effect, the macro
\meta{\TeX{}-macro} will be defined to produce the resulting value. For
example:
\begin{verbatim}
-\setmfvariable{numeric}{s}{2}
+\setmfnumeric{s}{2}
\assignmfvalue{\val}{exp s}
\tlabel(1,2){$e^s = \val$}
\end{verbatim}
@@ -5546,7 +5869,7 @@ command defined by \cs{assignmfvalue} is used in a tlabel with
\opt{mplabels} in effect, then \opt{mplabels} must be in effect during
the \cs{assignmfvalue} command as well.
-The `\texttt{global}' versions make the definition of the
+The `\texttt{global}' version makes the definition of the
\meta{\TeX{}-macro} global, surviving the current group. In particular,
it can be used in other pictures. The plain versions create commands
that are only locally defined. Past versions of this manual stated that
@@ -5554,9 +5877,8 @@ you can say
\begin{display}
\cs{global}\cs{assignmfvalue}
\end{display}
-to define the macro globally. This turned out not to be true in all
-cases, and now it may not be true at all. If a global definition is
-needed, use the global versions above.
+to define the macro globally. This turns out not to be true in all
+cases. If a global definition is needed, use the global versions above.
Because of the asynchronous nature of the definition process, using
\cs{assignmfvalue} with the same macro name more than once in the same
@@ -5584,15 +5906,12 @@ conventions and so any errors are my responsibility.
\begin{cd}\pagelabel{cutoffafter}
\cs{cutoffafter}\marg{\meta{obj}}\dots\\
\cs{cutoffbefore}\marg{\meta{obj}}\dots\\
-\cs{trimpath}\marg{\meta{dim$_1$},\meta{dim$_2$}}\dots\\
-\cs{trimpath}\marg{\meta{dim}}\dots%
\index{cutoffafter@\cs{cutoffafter}}%
\index{cutoffbefore@\cs{cutoffbefore}}%
-\index{trimpath@\cs{trimpath}}%
\end{cd}
These prefix macros modify the following path by cutting part of it off.
-The first two take an `object' (a variable in which a path was
+They take an `object' (a variable in which a path was
previously stored using \cs{store}) and uses it to trim off one end of the
following path. \cs{cutoffbefore} cuts off the part of the path
\emph{before} its first intersection with the object, while
@@ -5602,27 +5921,12 @@ object and the path intersect in more than one point, as little as
possible (usually%
\footnote{\MF{}'s methods for finding the `first' point of
intersection do not always find the actual first one.}) %
-is cut off. This is completely reliably only when there is only one
-point of intersection.
+is cut off. This is reliable only when there is only one point of
+intersection.
-The \cs{trimpath} macro takes two dimensions separated by commas and
-trims those lengths off the initial and terminal ends of the path.
-Alternatively, it takes one dimension and and trims that length off of
-both ends. If any of \meta{dim$_1$}, \meta{dim$_2$} or \meta{dim} is
-missing, it is taken to be \dim{0pt}. This macro is essentially
-equivalent to applying a combination of the first two commands, using as
-the objects circles which have radii equal to the given dimensions and
-which are centered at the endpoints of the path. Consequently, if the
-path is shorter than either dimension, it will not intersect either
-circle and nothing will be trimmed. Similarly, if the result of the
-first cut is too short the second cut may not cut anything off. If the
-path intersects one of these circles more than once, it is not really
-predictable at which point the cut will be made.
-
-The first two macros can be used to create a curve that starts or ends
+These macros can be used to create a curve that starts or ends
right at another figure without having to know the point where the two
-curves intersect. The third one can be used on the result to produce a
-curve that stops a short distance before the point of intersection.
+curves intersect.
\begin{cd}\pagelabel{random}
\cs{randomlines}\marg{\meta{maxshift}}\dots\\
@@ -5651,6 +5955,26 @@ done in a way that preserves smoothness at each node where the path is
smooth. Values of \meta{weirdness} greater than 1 are probably too
weird.
+\begin{cd}\pagelabel{brownianmotion}
+\cs{brownianmotion}\marg{\meta{start},\meta{num},\meta{scale}}%
+\index{brownianmotion@\cs{brownianmotion}}
+\end{cd}
+
+This figure macro uses another kind of randomness. The path starts at
+the point \meta{start}, then proceeds in a straight line in a random
+direction a random distance. The random process used is a normaldeviate
+in each coordinate, scaled by \meta{scale}. This is repeated \meta{num}
+times. Thus, \meta{start} is a coordinate pair in graph coordinates,
+\meta{num} is a positive whole number and \meta{scale} is a positive
+real number. In rare cases, the random distance can be quite large, but
+on average it will be about $0.56\times{}$\meta{scale}. The size
+(bounding box) of the resultant path can also be, in rare cases,
+quite large, but it is usually on the order of $\sqrt{\meta{num}}$ times
+\meta{scale}.
+
+The path produced is technically not Brownian motion, but rather a
+`random walk'. However, for small \meta{scale} and large \meta{num} it
+approximates Brownian motion.
\begin{cd}\pagelabel{mftitle}
\cs{mftitle}\marg{\meta{title}}%
@@ -5732,6 +6056,37 @@ creates the actual filename from the above two parts. It should also be
completely expandable. See the appendices, subsection~\ref{graphics} for
further dicussion.
+\begin{cd}\pagelabel{setfilenametemplate}
+\cs{setfilenametemplate}\marg{\meta{template}}%
+\index{setfilenametemplate@\cs{setfilenametemplate}}
+\end{cd}
+
+With the \opt{metapost} option, when you write
+\cs{opengraphsfile{figs}}, a file \file{figs.mp} is created. By default,
+running \MP{} on it results in files named \file{figs.1}, \file{figs.2},
+etc. Recent \MP{} allows the output filenames to be modified. As of
+\mfp{} version \mfpversion, you can do this to some extent from your
+\file{.tex} file. One needs to define a template that tells \MP{} how to
+construct the output file name from the `jobname' and the figure number.
+This is done with the above command. In \meta{template} you can put any
+plain characters, plus the two special tokens: \verb$\_$ and \verb$\#$.
+Each figure's filename is constructed by replacing these tokens with the
+\MP{} jobname and the figure number, respectively. For example, with the
+jobname \file{figs},
+\begin{verbatim}
+\setfilenametemplate{my\_-\#.mps}
+\end{verbatim}
+will cause the figure files to have names \file{myfigs-1.mps},
+\file{myfigs-2.mps}, etc., instead of the defaults. \Mfp{} adjusts the
+definition of \cs{setfilename} accordingly, so that the correct
+filenames are used.
+
+Do not use this command unless you know your version of \MP{} is recent
+enough to have this capability. Under the \opt{metafont} option, this
+command is simply ignored, but \mfp{} has no way of checking the \MP{}
+version on its own.
+
+
\begin{cd}\pagelabel{preparemfpicgraphic}
\cs{preparemfpicgraphic}\marg{\meta{filename}}%
\index{preparemfpicgraphic@\cs{preparemfpicgraphic}}
@@ -5741,8 +6096,8 @@ This command is automatically invoked before \cs{setmfpicgraphic} to
make any preparations needed. The default definition is to do nothing
except when the \prog{graphics} package is used. That package provides
no clean way to determine the bounding box of the graphic after it is
-included. Since \mfp{} needs this information, this command
-redefines an internal command of the graphics package to make the data
+included. Since \mfp{} needs this information, this command redefines an
+internal command of the \prog{graphics} package to make the data
available. If \cs{setmfpicgraphic} is redefined then this may also have
to be redefined.
@@ -5775,7 +6130,7 @@ with the \cs{opengraphsfile} commands reading of these booleans.
\end{cd}
This expands to the current \mfp{} version multiplied by 100. At this
-writing, it produces `\texttt{90}' because the version is 0.9. It can
+writing, it produces `\texttt{100}' because the version is 1.0. It can
be used to test the version:
\begin{verbatim}
\ifx\mfpicversion\undefined \def\mfpicversion{0}\fi
@@ -5866,9 +6221,8 @@ But mostly, he'd like to thank Tom Leathrum for starting it all.
\section{Changes History.}\label{changes}
See the file \file{changes.txt} for a somewhat sporadic history of
-changes to \mfp{} (through the previous version). See the file
-\file{new.txt} for changes since the previous version. See the file
-\file{README} for any known problems.
+changes to \mfp{}. See the file \file{README} for changes added since
+the previous version, and for any known problems.
%\clearpage
\section{Summary of Options.}\label{summary}
@@ -5940,13 +6294,13 @@ all later environments.
\section{Plotting Styles for \cs{plotdata}.}\label{styles}
When \cs{plotdata} passes from one curve to the next, it increments a
-counter and uses that counter to select a dash pattern, color, or symbol.
-It uses predefined dash pattern names \mfc{dashtype0} through
-\mfc{dashtype5}, or predefined color names \mfc{colortype0} through
-\mfc{colortype7}, or predefined symbols \mfc{pointtype0} through
-\mfc{pointtype8}. Here follows a description of each of these variables.
-These variables must not be used in the second argument of
-\cs{reconfigureplot}, whose purpose is to redefine these variables.
+counter and uses that counter to select a dash pattern, color, or
+symbol. It uses predefined dash \mfc{dashtype0} through \mfc{dashtype5},
+or predefined colors \mfc{colortype0} through \mfc{colortype7}, or
+predefined symbols \mfc{pointtype0} through \mfc{pointtype8}. Here
+follows a description of each of these variables. These variables must
+not be used in the second argument of \cs{reconfigureplot}, whose
+purpose is to redefine these variables.
\medskip
Under \cs{dashedlines}, we have the following dash patterns:
@@ -5969,21 +6323,22 @@ Under \cs{coloredlines}, we have the following colors. Except for
\mfc{black} and \mfc{red}, each color is altered as indicated. This is
an attempt to make the colors more equal in visibility against a white
background. (The success of this attempt varies greatly with the output
-or display device.)
+or display device.) Four of the eight colors use the cmyk model
+when the \MP{} version is at least $1.000$.
\medskip
-\begin{tabular}{@{}lll}
-\textsc{Name}&\textsc{Color}&\textsc{(r,g,b)}\\
+\begin{tabular}{@{}llll}
+\textsc{Name}&\textsc{Color}&\textsc{(r,g,b)}&\textsc{(c,m,y,k)}\\
\hline
\vbox to 10pt{}%
-\mfc{colortype0}& black & $( 0, 0, 0)$\\
-\mfc{colortype1}& red & $( 1, 0, 0)$\\
-\mfc{colortype2}& blue & $( .2, .2, 1)$\\
-\mfc{colortype3}& orange & $(.66,.34, 0)$\\
-\mfc{colortype4}& green & $( 0, .8, 0)$\\
-\mfc{colortype5}& magenta& $(.85, 0,.85)$\\
-\mfc{colortype6}& cyan & $( 0,.85,.85)$\\
-\mfc{colortype7}& yellow & $(.85,.85, 0)$\\
+\mfc{colortype0}& black & $( 0, 0, 0)$&(0,0,0,1)\\
+\mfc{colortype1}& red & $( 1, 0, 0)$&\\
+\mfc{colortype2}& blue & $( .2, .2, 1)$&\\
+\mfc{colortype3}& orange & $(.66,.34, 0)$&\\
+\mfc{colortype4}& green & $( 0, .8, 0)$&\\
+\mfc{colortype5}& magenta& $(.85, 0,.85)$&(0,.85,0,.15)\\
+\mfc{colortype6}& cyan & $( 0,.85,.85)$&(.85,0,0,.15)\\
+\mfc{colortype7}& yellow & $(.85,.85, 0)$&(0,0,.85,.15)\\
\end{tabular}
\medskip
@@ -6040,7 +6395,7 @@ was clipped to a much smaller size for printing did not help.
In \MP{}, the limit on numeric values is only 8 times as high: $32768$.
However, that is independent of printer resolution and is interpreted as
\PS{} points (\TeX{}'s `big points'). At $72$ points to the inch, this
-allows figures to be about 12.64 yards (11.56m).
+allows figures to be about 12.64 yards (11.56$\,$m).
\section{Special Considerations When Using \CMP{}.}\label{mpconsiderations}
@@ -6052,18 +6407,18 @@ working \MP{} installation):
\medskip\noindent
\begin{tabular}{@{}lp{4.2in}}
-plain \TeX{} &The file \file{epsf.tex}\\
-\LaTeX{}209 &(No longer supported, but plain \TeX{} methods
-might work)\\
+plain \TeX{} &The file \file{epsf.tex} or \file{epsf.sty}\\
+\LaTeX{}209 &(No longer supported, but plain \TeX{} methods
+ might work)\\
\LaTeX{} &The package \prog{graphics} or \prog{graphicx}\\
\pdfLaTeX{} &The package \prog{graphics} or
- \prog{graphicx} with option \opt{pdftex}\\
-plain \pdfTeX{} &The files \file{supp-pdf.tex} and
- \file{supp-mis.tex}\\
+ \prog{graphicx} with option \opt{pdftex}\\
+plain \pdfTeX{} &The files \file{supp-pdf.mkii} or \file{supp-pdf.tex}
+ and (possibly) \file{supp-mis.tex}\\
In all cases &\raggedright The files \file{grafbase.mp} and
- \file{dvipsnam.mp} plus, of course,
- \file{mfpic.tex} (and \file{mfpic.sty} for
- \LaTeX{})
+ \file{dvipsnam.mp} plus, of course,
+ \file{mfpic.tex} (and \file{mfpic.sty} for
+ \LaTeX{})
\end{tabular}
\medskip
@@ -6073,14 +6428,13 @@ searched by the appropriate \TeX{} variant. If \MP{} cannot find the
file \file{grafbase.mp}, then by default it will try to input
\file{grafbase.mf}, which is generally futile (or fatal).
-In case \pdfLaTeX{} is used, the graphics package is given the
+In case \pdfLaTeX{} is used, the \prog{graphics} package is given the
\opt{pdftex} option. This option requires the file \file{pdftex.def}
-which currently inputs the files \file{supp-pdf.tex} and
-\file{supp-mis.tex}. These three files should be supplied with
-all \TeX{} installations.%
- \footnote{At this writing, the file
- \file{CTAN/macros/context/cont-mpd.zip} contains these two
- \file{supp} files, plus a few others for working with \MP{}.} %
+which currently inputs one of the \file{supp-pdf} files. Early versions
+of \file{supp-pdf.tex} will input \file{supp-mis.tex}. These three files
+should be supplied with most \TeX{} installations.%
+ \footnote{At this writing, these files, plus a few others,
+ can found at \file{CTAN/macros/pdftex/graphics/}.} %
Older versions had some bugs in connection with the \prog{babel}
package. One workaround was to load the \prog{graphics} package and
\mfp{} before \prog{babel}.
@@ -6098,7 +6452,7 @@ for drawing objects is completely different between \MF{} and \MP{}, and
so one cannot always expect the same results. \CMP{} support in
\mfp{} was carefully written so that files successfully printed
with \mfp{} using \MF{} would be just as successfully printed
-using \MP{}. Nevertheless, it frequently choke on files that make use of
+using \MP{}. Nevertheless, it frequently chokes on files that make use of
the \cs{mfsrc} command for writing code directly to the \file{.mf} file.
While \file{grafbase.mp} is closely based on \file{grafbase.mf}, some of
the code had to be completely rewritten.
@@ -6187,7 +6541,7 @@ above versions of \cs{setmfpicgraphic} (except \cs{includegraphics})
make this information available; the definition of \cs{getmfpicoffset}
merely copies it into these two macros. What \mfp{} does in the
case of \cs{includegraphics} is to modify (locally) the definition of an
-internal command of the graphics package so that it copies the
+internal command of the \prog{graphics} package so that it copies the
information to those macros, and then \cs{getmfpicoffset} does nothing.
This internal modification is accomplished by the macro
\cs{preparemfpicgraphic}. Changes to \cs{setmfpicgraphic} might require
@@ -6228,7 +6582,10 @@ command.
As \mfp{} is currently written, \cs{setfilename} must be
\emph{completely expandable}, which means it should contain no
definitions, no assignments such as \cs{setcounter}, and no
-calculations. To test whether a proposed definition is completely
+calculations.%
+ \footnote{But appropriate use of \cs{numexpr} (in \eTeX) for
+ calculations is probably OK.}
+To test whether a proposed definition is completely
expandable, put
\begin{verbatim}
\message{***\setfilename{file}{1}***}
@@ -6246,7 +6603,8 @@ This author has personal knowledge of only one mathematical article
which definitely uses \mfp{} to create diagrams, and that is this
author's joint paper with J.~Duncan and C.~M.~McGregor: \textit{On the
value of pi for norms in $\mathbf{R}^2$} in the College Mathematics
-Journal, vol.~35, pages 84--92.
+Journal, vol.~35, pages 84--92. Oddly enough, it was McGregor and not me
+who chose to use \mfp{} for the illustrations.
There are at least two major publications where \mfp{} has garnered more
than a cursory mention. The most up-to-date is a section in \textit{The
@@ -6365,7 +6723,7 @@ produced appears to be compatible with the current \mfp{}.
\let\oldcs\cs
\renewcommand{\cs}[1]{\leavevmode\mytt{\llap{\char`\\}#1}}
-\InputIfFileExists{mfpman.ind}{}{\mfpindexheading}
+\InputIfFileExists{mfpic-doc.ind}{}{\mfpindexheading}
\let\cs\oldcs
@@ -6386,8 +6744,10 @@ produced appears to be compatible with the current \mfp{}.
\item \cs{axisline}, \pageref{axisline}
\item \cs{belowfcn}, \pageref{belowfcn}
\item \cs{border}, \pageref{axisline}
+ \item \cs{brownianmotion}, \pageref{brownianmotion}
\item \cs{btwnfcn}, \pageref{btwnfcn}
\item \cs{btwnplrfcn}, \pageref{btwnfcn}
+ \item \cs{cbeziers}, \cs{closedcbeziers}, \pageref{cbeziers}
\item \cs{chartbar}, \pageref{chartbar}
\item \cs{circle}, \pageref{circle}
\item \cs{computedspline},\\
@@ -6416,6 +6776,7 @@ produced appears to be compatible with the current \mfp{}.
\item \cs{plrregion}, \pageref{belowfcn}
\item \cs{polygon}, \pageref{polygon}
\item \cs{polyline}, \pageref{polyline}
+ \item \cs{pshcircle}, \pageref{pshcircle}
\item \cs{qbeziers}, \cs{closedqbeziers}, \pageref{qbeziers}
\item \cs{qspline}, \cs{closedqspline}, \pageref{qspline}
\item \cs{rect}, \pageref{rect}
@@ -6482,7 +6843,7 @@ produced appears to be compatible with the current \mfp{}.
\item \cs{slantpath}, \pageref{shiftpath}
\item \cs{subpath}, \pageref{partpath}
\item \cs{transformpath}, \pageref{shiftpath}
- \item \cs{trimpath}, \pageref{cutoffafter}
+ \item \cs{trimpath}, \pageref{partpath}
\item \cs{xscalepath}, \pageref{shiftpath}
\item \cs{xslantpath}, \pageref{shiftpath}
\item \cs{xyswappath}, \pageref{shiftpath}
@@ -6637,7 +6998,6 @@ produced appears to be compatible with the current \mfp{}.
\item \cs{setmfnumeric}, \pageref{setmfvariable}
\item \cs{setmfpair}, \pageref{setmfvariable}
\item \cs{setmfvariable}, \pageref{setmfvariable}
- \item \cs{setmpvariable}, \pageref{setmfvariable}
\item \cs{settension}, \pageref{settension}
\item \cs{setxmarks}, \pageref{setaxismarks}
\item \cs{setymarks}, \pageref{setaxismarks}
@@ -6658,21 +7018,20 @@ produced appears to be compatible with the current \mfp{}.
\item \cs{barchart}, \pageref{barchart}
\item \cs{bargraph}, \pageref{barchart}
- \item \cs{colorarray}, \pageref{setmfarray}
+ \item \cs{colorarray}, \pageref{setarray}
\item \cs{gantt}, \pageref{barchart}
- \item \cs{globalsetmfarray}, \pageref{setmfarray}
+ \item \cs{globalsetarray}, \pageref{setarray}
\item \cs{histogram}, \pageref{barchart}
\item \cs{mfpbarchart}, \pageref{barchart}
\item \cs{mfpbargraph}, \pageref{barchart}
\item \cs{mfpgantt}, \pageref{barchart}
\item \cs{mfphistogram}, \pageref{barchart}
\item \cs{mfppiechart}, \pageref{piechart}
- \item \cs{numericarray}, \pageref{setmfarray}
- \item \cs{pairarray}, \pageref{setmfarray}
+ \item \cs{numericarray}, \pageref{setarray}
+ \item \cs{pairarray}, \pageref{setarray}
\item \cs{patharr}, \cs{endpatharr}, \pageref{patharr}
\item \cs{piechart}, \pageref{piechart}
- \item \cs{setmfarray}, \pageref{setmfarray}
- \item \cs{setmparray}, \pageref{setmfarray}
+ \item \cs{setarray}, \pageref{setarray}
\subsection{Changing behavior}
@@ -6689,8 +7048,7 @@ produced appears to be compatible with the current \mfp{}.
\item \cs{mfpverbtex}, \pageref{mfpverbtex}
\item \cs{noship}, \pageref{noship}
\item \cs{pointedlines}, \pageref{coloredlines}
- \item \cs{pointfillfalse}, \pageref{pointfilltrue}
- \item \cs{pointfilltrue}, \pageref{pointfilltrue}
+ \item \cs{pointfillfalse}, \cs{pointfilltrue}, \pageref{pointfilltrue}
\item \cs{reconfigureplot}, \pageref{reconfigureplot}
\item \cs{resumeshipping}, \pageref{noship}
\item \cs{setrender}, \pageref{setrender}
@@ -6713,6 +7071,8 @@ produced appears to be compatible with the current \mfp{}.
\item \cs{mfpframe}, \cs{endmfpframe}, \pageref{mfpframe}
\item \cs{mfpic}, \cs{endmfpic}, \pageref{mfpic}
\item \cs{opengraphsfile}, \pageref{opengraphsfile}
+ \item \cs{setfilename}, \pageref{setfilename}
+ \item \cs{setfilenametemplate}, \pageref{setfilenametemplate}
\subsection{Text}
@@ -6726,15 +7086,15 @@ produced appears to be compatible with the current \mfp{}.
\subsection{Misc}
- \item \cs{assignmfvalue}, \pageref{assignmfvalue}
- \item \cs{assignmpvalue}, \pageref{assignmfvalue}
+ \item \cs{assignmfvalue}, \cs{assignmpvalue}, \pageref{assignmfvalue}
\item \cs{fdef}, \pageref{fdef}
\item \cs{getmfpicoffset}, \pageref{getmfpicoffset}
- \item \cs{globalassignmfvalue}, \pageref{assignmfvalue}
- \item \cs{globalassignmpvalue}, \pageref{assignmfvalue}
+ \item \cs{globalassignmfvalue},\\
+ \cs{globalassignmpvalue}, \pageref{assignmfvalue}
\item \cs{ifmfpmpost}, \pageref{ifmfpmpost}
\item \cs{mfcmd}, \pageref{mfsrc}
\item \cs{mflist}, \pageref{mfsrc}
+ \item \cs{mfmode}, \pageref{mfmode}
\item \cs{mfpfor}, \cs{endmfpfor}, \pageref{mfpfor}
\item \cs{mfpframed}, \pageref{mfpframe}
\item \cs{mfpicversion}, \pageref{mfpicversion}
@@ -6742,6 +7102,7 @@ produced appears to be compatible with the current \mfp{}.
\item \cs{mfploop}, \cs{endmfploop}, \pageref{mfploop}
\item \cs{mfpuntil}, \pageref{mfploop}
\item \cs{mfpwhile}, \cs{endmfpwhile}, \pageref{mfpwhile}
+ \item \cs{mfresolution}, \pageref{mfmode}
\item \cs{mfsrc}, \pageref{mfsrc}
\item \cs{mftitle}, \pageref{mftitle}
\item \cs{newfdim}, \pageref{newfdim}
@@ -6751,7 +7112,6 @@ produced appears to be compatible with the current \mfp{}.
\item \cs{preparemfpicgraphic}, \pageref{preparemfpicgraphic}
\item \cs{savepic}, \pageref{newsavepic}
\item \cs{sequence}, \pageref{sequence}
- \item \cs{setfilename}, \pageref{setfilename}
\item \cs{setmfpicgraphic}, \pageref{setmfpicgraphic}
\item \cs{store}, \pageref{store}
\item \cs{tile}, \cs{endtile}, \pageref{tile}
diff --git a/Master/texmf-dist/doc/generic/mfpic/mfpman.pdf b/Master/texmf-dist/doc/generic/mfpic/mfpman.pdf
deleted file mode 100644
index a80f7d35cc0..00000000000
--- a/Master/texmf-dist/doc/generic/mfpic/mfpman.pdf
+++ /dev/null
@@ -1,15226 +0,0 @@
-%PDF-1.4
-%ÐÔÅØ
-5 0 obj
-<< /S /GoTo /D (section.1) >>
-endobj
-8 0 obj
-(Introduction)
-endobj
-9 0 obj
-<< /S /GoTo /D (subsection.1.1) >>
-endobj
-12 0 obj
-(Why?)
-endobj
-13 0 obj
-<< /S /GoTo /D (subsection.1.2) >>
-endobj
-16 0 obj
-(Who?)
-endobj
-17 0 obj
-<< /S /GoTo /D (subsection.1.3) >>
-endobj
-20 0 obj
-(What?)
-endobj
-21 0 obj
-<< /S /GoTo /D (subsection.1.4) >>
-endobj
-24 0 obj
-(How?)
-endobj
-25 0 obj
-<< /S /GoTo /D (section.2) >>
-endobj
-28 0 obj
-(Options.)
-endobj
-29 0 obj
-<< /S /GoTo /D (subsection.2.1) >>
-endobj
-32 0 obj
-(metapost, \usemetapost .)
-endobj
-33 0 obj
-<< /S /GoTo /D (subsection.2.2) >>
-endobj
-36 0 obj
-(mplabels, \usemplabels , \nomplabels .)
-endobj
-37 0 obj
-<< /S /GoTo /D (subsection.2.3) >>
-endobj
-40 0 obj
-(overlaylabels, \overlaylabels , \nooverlaylabels .)
-endobj
-41 0 obj
-<< /S /GoTo /D (subsection.2.4) >>
-endobj
-44 0 obj
-(truebbox, \usetruebbox , \notruebbox .)
-endobj
-45 0 obj
-<< /S /GoTo /D (subsection.2.5) >>
-endobj
-48 0 obj
-(clip, \clipmfpic , \noclipmfpic .)
-endobj
-49 0 obj
-<< /S /GoTo /D (subsection.2.6) >>
-endobj
-52 0 obj
-(centeredcaptions, \usecenteredcaptions , \nocenteredcaptions .)
-endobj
-53 0 obj
-<< /S /GoTo /D (subsection.2.7) >>
-endobj
-56 0 obj
-(raggedcaptions, \useraggedcaptions , \noraggedcaptions .)
-endobj
-57 0 obj
-<< /S /GoTo /D (subsection.2.8) >>
-endobj
-60 0 obj
-(debug, \mfpicdebugtrue , \mfpicdebugfalse .)
-endobj
-61 0 obj
-<< /S /GoTo /D (subsection.2.9) >>
-endobj
-64 0 obj
-(clearsymbols, \clearsymbols , \noclearsymbols .)
-endobj
-65 0 obj
-<< /S /GoTo /D (subsection.2.10) >>
-endobj
-68 0 obj
-(draft, final, nowrite, \mfpicdraft , \mfpicfinal , \mfpicnowrite .)
-endobj
-69 0 obj
-<< /S /GoTo /D (subsection.2.11) >>
-endobj
-72 0 obj
-(mfpreadlog, \mfpreadlog .)
-endobj
-73 0 obj
-<< /S /GoTo /D (subsection.2.12) >>
-endobj
-76 0 obj
-(Scoping Rules.)
-endobj
-77 0 obj
-<< /S /GoTo /D (section.3) >>
-endobj
-80 0 obj
-(Metafont Data Types.)
-endobj
-81 0 obj
-<< /S /GoTo /D (subsection.3.1) >>
-endobj
-84 0 obj
-(Metafont numerics and pairs.)
-endobj
-85 0 obj
-<< /S /GoTo /D (subsection.3.2) >>
-endobj
-88 0 obj
-(Metapost colors.)
-endobj
-89 0 obj
-<< /S /GoTo /D (subsection.3.3) >>
-endobj
-92 0 obj
-(Metafont paths, pictures and booleans.)
-endobj
-93 0 obj
-<< /S /GoTo /D (section.4) >>
-endobj
-96 0 obj
-(The Macros.)
-endobj
-97 0 obj
-<< /S /GoTo /D (subsection.4.1) >>
-endobj
-100 0 obj
-(Files and Environments.)
-endobj
-101 0 obj
-<< /S /GoTo /D (subsection.4.2) >>
-endobj
-104 0 obj
-(Common objects.)
-endobj
-105 0 obj
-<< /S /GoTo /D (subsubsection.4.2.1) >>
-endobj
-108 0 obj
-(Points, lines, and rectangles)
-endobj
-109 0 obj
-<< /S /GoTo /D (subsubsection.4.2.2) >>
-endobj
-112 0 obj
-(A word about list arguments)
-endobj
-113 0 obj
-<< /S /GoTo /D (subsubsection.4.2.3) >>
-endobj
-116 0 obj
-(Axes, axis marks, and grids)
-endobj
-117 0 obj
-<< /S /GoTo /D (subsubsection.4.2.4) >>
-endobj
-120 0 obj
-(Circles, arcs and ellipses)
-endobj
-121 0 obj
-<< /S /GoTo /D (subsubsection.4.2.5) >>
-endobj
-124 0 obj
-(Curves)
-endobj
-125 0 obj
-<< /S /GoTo /D (subsubsection.4.2.6) >>
-endobj
-128 0 obj
-(Bar charts and pie charts)
-endobj
-129 0 obj
-<< /S /GoTo /D (subsection.4.3) >>
-endobj
-132 0 obj
-(Colors.)
-endobj
-133 0 obj
-<< /S /GoTo /D (subsubsection.4.3.1) >>
-endobj
-136 0 obj
-(Setting the default colors)
-endobj
-137 0 obj
-<< /S /GoTo /D (subsubsection.4.3.2) >>
-endobj
-140 0 obj
-(Metapost colors)
-endobj
-141 0 obj
-<< /S /GoTo /D (subsubsection.4.3.3) >>
-endobj
-144 0 obj
-(Color models)
-endobj
-145 0 obj
-<< /S /GoTo /D (subsubsection.4.3.4) >>
-endobj
-148 0 obj
-(Defining a color name)
-endobj
-149 0 obj
-<< /S /GoTo /D (subsubsection.4.3.5) >>
-endobj
-152 0 obj
-(Color in Metafont)
-endobj
-153 0 obj
-<< /S /GoTo /D (subsection.4.4) >>
-endobj
-156 0 obj
-(Modifying the figures.)
-endobj
-157 0 obj
-<< /S /GoTo /D (subsubsection.4.4.1) >>
-endobj
-160 0 obj
-(Closure of paths)
-endobj
-161 0 obj
-<< /S /GoTo /D (subsubsection.4.4.2) >>
-endobj
-164 0 obj
-(Reversal, connection and other path modifications)
-endobj
-165 0 obj
-<< /S /GoTo /D (subsubsection.4.4.3) >>
-endobj
-168 0 obj
-(Arrows)
-endobj
-169 0 obj
-<< /S /GoTo /D (subsection.4.5) >>
-endobj
-172 0 obj
-(Rendering figures.)
-endobj
-173 0 obj
-<< /S /GoTo /D (subsubsection.4.5.1) >>
-endobj
-176 0 obj
-(Drawing)
-endobj
-177 0 obj
-<< /S /GoTo /D (subsubsection.4.5.2) >>
-endobj
-180 0 obj
-(Shading, filling, erasing, clipping, hatching)
-endobj
-181 0 obj
-<< /S /GoTo /D (subsubsection.4.5.3) >>
-endobj
-184 0 obj
-(Changing the default rendering)
-endobj
-185 0 obj
-<< /S /GoTo /D (subsubsection.4.5.4) >>
-endobj
-188 0 obj
-(Examples)
-endobj
-189 0 obj
-<< /S /GoTo /D (subsection.4.6) >>
-endobj
-192 0 obj
-(Functions and Plotting.)
-endobj
-193 0 obj
-<< /S /GoTo /D (subsubsection.4.6.1) >>
-endobj
-196 0 obj
-(Defining functions)
-endobj
-197 0 obj
-<< /S /GoTo /D (subsubsection.4.6.2) >>
-endobj
-200 0 obj
-(Plotting functions)
-endobj
-201 0 obj
-<< /S /GoTo /D (subsubsection.4.6.3) >>
-endobj
-204 0 obj
-(Plotting external data files)
-endobj
-205 0 obj
-<< /S /GoTo /D (subsection.4.7) >>
-endobj
-208 0 obj
-(Labels and Captions.)
-endobj
-209 0 obj
-<< /S /GoTo /D (subsubsection.4.7.1) >>
-endobj
-212 0 obj
-(Setting text)
-endobj
-213 0 obj
-<< /S /GoTo /D (subsubsection.4.7.2) >>
-endobj
-216 0 obj
-(Curves surrounding text)
-endobj
-217 0 obj
-<< /S /GoTo /D (subsection.4.8) >>
-endobj
-220 0 obj
-(Saving and Reusing an mfpic Picture.)
-endobj
-221 0 obj
-<< /S /GoTo /D (subsection.4.9) >>
-endobj
-224 0 obj
-(Picture Frames.)
-endobj
-225 0 obj
-<< /S /GoTo /D (subsection.4.10) >>
-endobj
-228 0 obj
-(Affine Transforms.)
-endobj
-229 0 obj
-<< /S /GoTo /D (subsubsection.4.10.1) >>
-endobj
-232 0 obj
-(Transforming the Metafont coordinate system)
-endobj
-233 0 obj
-<< /S /GoTo /D (subsubsection.4.10.2) >>
-endobj
-236 0 obj
-(Transforming paths)
-endobj
-237 0 obj
-<< /S /GoTo /D (subsection.4.11) >>
-endobj
-240 0 obj
-(Parameters.)
-endobj
-241 0 obj
-<< /S /GoTo /D (subsection.4.12) >>
-endobj
-244 0 obj
-(For Advanced Users.)
-endobj
-245 0 obj
-<< /S /GoTo /D (subsubsection.4.12.1) >>
-endobj
-248 0 obj
-(Splines)
-endobj
-249 0 obj
-<< /S /GoTo /D (subsubsection.4.12.2) >>
-endobj
-252 0 obj
-(B\351ziers)
-endobj
-253 0 obj
-<< /S /GoTo /D (subsubsection.4.12.3) >>
-endobj
-256 0 obj
-(Raw Metafont code)
-endobj
-257 0 obj
-<< /S /GoTo /D (subsubsection.4.12.4) >>
-endobj
-260 0 obj
-(Creating Metafont variables)
-endobj
-261 0 obj
-<< /S /GoTo /D (subsubsection.4.12.5) >>
-endobj
-264 0 obj
-(Miscelaneous pair expressions)
-endobj
-265 0 obj
-<< /S /GoTo /D (subsubsection.4.12.6) >>
-endobj
-268 0 obj
-(Manipulating Metafont picture variables)
-endobj
-269 0 obj
-<< /S /GoTo /D (subsubsection.4.12.7) >>
-endobj
-272 0 obj
-(Metafont loops)
-endobj
-273 0 obj
-<< /S /GoTo /D (subsubsection.4.12.8) >>
-endobj
-276 0 obj
-(Miscellaneous)
-endobj
-277 0 obj
-<< /S /GoTo /D (section.5) >>
-endobj
-280 0 obj
-(Appendices)
-endobj
-281 0 obj
-<< /S /GoTo /D (subsection.5.1) >>
-endobj
-284 0 obj
-(Acknowledgements.)
-endobj
-285 0 obj
-<< /S /GoTo /D (subsection.5.2) >>
-endobj
-288 0 obj
-(Changes History.)
-endobj
-289 0 obj
-<< /S /GoTo /D (subsection.5.3) >>
-endobj
-292 0 obj
-(Summary of Options.)
-endobj
-293 0 obj
-<< /S /GoTo /D (subsection.5.4) >>
-endobj
-296 0 obj
-(Plotting Styles for \plotdata .)
-endobj
-297 0 obj
-<< /S /GoTo /D (subsection.5.5) >>
-endobj
-300 0 obj
-(Special Considerations When Using Metafont.)
-endobj
-301 0 obj
-<< /S /GoTo /D (subsection.5.6) >>
-endobj
-304 0 obj
-(Special Considerations When Using Metapost.)
-endobj
-305 0 obj
-<< /S /GoTo /D (subsubsection.5.6.1) >>
-endobj
-308 0 obj
-(Required support)
-endobj
-309 0 obj
-<< /S /GoTo /D (subsubsection.5.6.2) >>
-endobj
-312 0 obj
-(Metapost is not Metafont)
-endobj
-313 0 obj
-<< /S /GoTo /D (subsubsection.5.6.3) >>
-endobj
-316 0 obj
-(Graphic inclusion)
-endobj
-317 0 obj
-<< /S /GoTo /D (subsection.5.7) >>
-endobj
-320 0 obj
-(Mfpic and the Rest of the World.)
-endobj
-321 0 obj
-<< /S /GoTo /D (subsubsection.5.7.1) >>
-endobj
-324 0 obj
-(The literature)
-endobj
-325 0 obj
-<< /S /GoTo /D (subsubsection.5.7.2) >>
-endobj
-328 0 obj
-(Other programs)
-endobj
-329 0 obj
-<< /S /GoTo /D (subsection.5.8) >>
-endobj
-332 0 obj
-(Index of commands, options and parameters.)
-endobj
-333 0 obj
-<< /S /GoTo /D (subsection.5.9) >>
-endobj
-336 0 obj
-(List of commands by type.)
-endobj
-337 0 obj
-<< /S /GoTo /D (subsubsection.5.9.1) >>
-endobj
-340 0 obj
-(Figure macros)
-endobj
-341 0 obj
-<< /S /GoTo /D (subsubsection.5.9.2) >>
-endobj
-344 0 obj
-(Macros that render)
-endobj
-345 0 obj
-<< /S /GoTo /D (subsubsection.5.9.3) >>
-endobj
-348 0 obj
-(Macros that append \(arrows\))
-endobj
-349 0 obj
-<< /S /GoTo /D (subsubsection.5.9.4) >>
-endobj
-352 0 obj
-(Macros that modify)
-endobj
-353 0 obj
-<< /S /GoTo /D (subsubsection.5.9.5) >>
-endobj
-356 0 obj
-(Lengths)
-endobj
-357 0 obj
-<< /S /GoTo /D (subsubsection.5.9.6) >>
-endobj
-360 0 obj
-(Coordinate transformation)
-endobj
-361 0 obj
-<< /S /GoTo /D (subsubsection.5.9.7) >>
-endobj
-364 0 obj
-(Symbols, axes, grids, marks)
-endobj
-365 0 obj
-<< /S /GoTo /D (subsubsection.5.9.8) >>
-endobj
-368 0 obj
-(Symbol names)
-endobj
-369 0 obj
-<< /S /GoTo /D (subsubsection.5.9.9) >>
-endobj
-372 0 obj
-(Setting options)
-endobj
-373 0 obj
-<< /S /GoTo /D (subsubsection.5.9.10) >>
-endobj
-376 0 obj
-(Setting values)
-endobj
-377 0 obj
-<< /S /GoTo /D (subsubsection.5.9.11) >>
-endobj
-380 0 obj
-(Changing colors)
-endobj
-381 0 obj
-<< /S /GoTo /D (subsubsection.5.9.12) >>
-endobj
-384 0 obj
-(Defining arrays)
-endobj
-385 0 obj
-<< /S /GoTo /D (subsubsection.5.9.13) >>
-endobj
-388 0 obj
-(Changing behavior)
-endobj
-389 0 obj
-<< /S /GoTo /D (subsubsection.5.9.14) >>
-endobj
-392 0 obj
-(Files and environments)
-endobj
-393 0 obj
-<< /S /GoTo /D (subsubsection.5.9.15) >>
-endobj
-396 0 obj
-(Text)
-endobj
-397 0 obj
-<< /S /GoTo /D (subsubsection.5.9.16) >>
-endobj
-400 0 obj
-(Misc)
-endobj
-401 0 obj
-<< /S /GoTo /D [402 0 R /XYZ null null null ] >>
-endobj
-404 0 obj <<
-/Length 3237
-/Filter /FlateDecode
->>
-stream
-xÚíœY“ã¶ÇßçSðQªòÀ8 "/‰³ÞõQq¼±§*©²ýÀÑpfkD…’öøöi<D­£Ö›Œ×µU«cZÆ?4
-F¨²Û÷ÜSIä”h©pƒ§‘w4ÖQm*xÂèÒZt‹ã è?€<H¤z$‘V;Jc‰”t)˜´ Úà\z¥è°,wS.5#Ežõ>##‚³@‹m™ì‹ýÉs‘L·@Odº FnÒ<¦‹9Ä1?GirR‰òØÚx e
-g¤>=ÎH}ÆŽl}ò(ΘrâÌ5Pu$‹³<‚ó®ÙCâ®n}&¯-×ï¢Y\B;Ÿ•ÅÁ3¸­ß},žvv<‹çŒgá¢YÜÚ êvY| î³Êâˆ
-Ù÷¼Áà¸S“%Lª¿@? ZÙ@Õ)Á•^
-Ftq ü‡  «# kä(M*RÒ…—2…Y¥@A &žS}„Ó¦|xèZ:Á¥_ò3fÚÀåÛ@°°SçÌÞ×õ1—EN„NO·MI£Èzý"×ð¼ ¦±„ÞT1Ôø7ΫHÀ¬XÀ‡nlÀ:†*¦Ëe9Uh›Ï𛓭gµ8Âê]u „î"Û"$)¤:'7
-µ7ñL›£媜ÃÊ°Ù¾
-kÄÔÕ}ÖĹ*˨·<‡ª‹3'ϘC×]ÒpCôvÓ@¯Ý´5‚ ¦¯P°ð©Ì@ßvŠétÕz¤ÓU¹I(x!Ï°¾ù‘,lÂmz,M7¥Ý|÷>rÖù¦¦?›º:@z­³UÄ—&¹â§ùZ»k/omlË]$?
-ðŸ3Oö¿)c•<¸hr²³ûåº\}(gëúm­èAçŸ íÃ`2àbJt°Aá‘0& jàù€³",¼®Ãa᥻RÒ¥}N
-räjK0 =îèÐ{¿ºäfÖT®³Üæ«:2S’ÊÝ[< &ðyu†_äJù)wWÝÈýP¦ÜiIÚÛ¡I>…»¡ˆj=àiÕFn¬jEït1—Ò-ìÚîȈlß´Ptöã¢ÞؽØnôûU5ÝëÀiN 7(d
-U°A#銻4ŒäÝm“‘¸'‘xì(Í RR¿±¦8ec Œ8D dcMk`ƒ‘ä#ÓŽýCæ,î²á üõ¥{Ââf.Øì ÷€Å+÷ÿ÷îë¿»÷7ý–ü^XÊ6qYîÊvÏ¿–³÷›ò\@é2TmŠ|°Áëß5È@“ÚÞÃvsœØëæÉ^ßÚ8íýÆx­"* N+Ζù€½¡ÊëýSÕ,Ûу&›rÙDäÖ`<¨ÿTî`ƒÖšœ@v=¨õsÝÝ—H˜F]ŠÀ4;ŠiSVÒ…ã/É9þ Gkã‰åûz@ì)b¼cí%õE½ªclBXœ³lz$x´~V;ô°zŸÌÆÓˈ¦=ˈ¦cGi–‘’.¼+Àµ ¹Æ—­gY|´ì»)wÛÏBÊ=x¶°ËÄ·u½ªÊÈÖV»u@ • êÝ^`mPÚíCžÇöI( Õ˜
-F¶<ëœH;¶öD
-ñ6x.ƒHXò9Anh5ÅÉݲ7OwË`ã$èž|µ\MzÉËõ\ÒÙ›eS¯Ÿìó›ÓáAB×5QN‡‡`ƒÆf·)KÈ>ÃØ~Cª³!úõ Ñoì(•ëlHQ—Îk¸&…Äo·6ºö¡ÀõÓSž÷®oÿ]-bŒ1X\«ÞC”±`ƒ†bç)*/BùÔ~Iñ‡hÛó‡h;väøQþ¢„²÷Ãù©üIE
-e“>¬¡‹"‘ô‚Qkøsiƒ$¯ë%$¶0YX-×Uû¾K‚ PYÎÙlý`äd£V£<Ë!D6jy4N»Üà…>ˆóïÐ
-4 ªôX!ªŒ9¬d+¤¨K±¢Â!blZ¬xÀê ÏÎÛ9ƒÄÖ’ÊÛz¿kIÛ¶§P¸ÇÃþÉnÚœ‘Àí9Ldƒh¦„4䎰AÈÏŸ0D•ž0D•±#GXtkVÔ…„1æO\­MK˜h {gÏïèÓÕ»e˜½=•Í¯“$öàîBÞEò—&š©lI$y4Ü–®a¸Ïž.L•Ž.L•±£4]XQ—ÒUPB9ž¿Z›–.èz±l«®fr)³Z­–€ÔfíÞ ÑûŽ_Ïô6híõÌa¿›ë™ D£ž0D£±#@O”0¤(·Êº®l©=hɸú®~ú…fw`òí%oá=%̘ °RíwþóêêÇ«Œèöàyð´~{È®”„T”Ã0ªåè~ˆßji7þYÈÁ‘Sþb'›9Õ¹µP·÷WÞ¸œÙl—õ:œ='éÎ}R¾“ÚÓœ
-B) ¨9QáÒÅÁ¹OÝ•+Æ0n‡¦?éhc‡ü÷~'„+ºÿ™óÜ›úÓIçBõÁ„R "Åè\({='Z«Q0^½Upù—= ¤ºÛOâÏ a”õ§q ÁÜšl¿^.J¿ëÕ}ç‹z˜+Hwà »f1Š0­ºÛXý…;¼u¸€6o÷ÀlëýêΗx[ù×meë²ïvµ}¥³Ýã2DUîwu3WÊv3ûÅëp¦•ý
-endstream
-endobj
-402 0 obj <<
-/Type /Page
-/Contents 404 0 R
-/Resources 403 0 R
-/MediaBox [0 0 612 792]
-/Parent 452 0 R
-/Annots [ 417 0 R 418 0 R 419 0 R 420 0 R 421 0 R 422 0 R 423 0 R 430 0 R 431 0 R 432 0 R 433 0 R 434 0 R 435 0 R 436 0 R 437 0 R 438 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R 444 0 R 445 0 R 446 0 R 447 0 R 448 0 R 449 0 R 450 0 R 451 0 R ]
->> endobj
-417 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [107.004 543.539 178.007 552.516]
-/Subtype /Link
-/A << /S /GoTo /D (section.1) >>
->> endobj
-418 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 529.547 170.595 540.451]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.1.1) >>
->> endobj
-419 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 519.649 170.645 528.496]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.1.2) >>
->> endobj
-420 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 507.694 172.857 516.54]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.1.3) >>
->> endobj
-421 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 495.739 170.396 504.585]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.1.4) >>
->> endobj
-422 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [107.004 471.898 160.204 482.777]
-/Subtype /Link
-/A << /S /GoTo /D (section.2) >>
->> endobj
-423 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 460.029 253.839 470.712]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.1) >>
->> endobj
-430 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 448.073 312.442 459.196]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.2) >>
->> endobj
-431 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 436.118 363.835 447.241]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.3) >>
->> endobj
-432 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 424.66 312.608 435.286]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.4) >>
->> endobj
-433 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 412.208 285.421 423.331]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.5) >>
->> endobj
-434 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 400.253 426.745 411.375]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.6) >>
->> endobj
-435 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 388.298 399.144 399.42]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.7) >>
->> endobj
-436 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 376.342 341.663 387.465]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.8) >>
->> endobj
-437 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 364.387 353.645 375.51]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.9) >>
->> endobj
-438 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 352.734 420.175 363.555]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.10) >>
->> endobj
-439 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 340.477 256.145 351.6]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.11) >>
->> endobj
-440 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 328.302 207.187 339.205]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.12) >>
->> endobj
-441 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [107.004 306.518 224.97 317.397]
-/Subtype /Link
-/A << /S /GoTo /D (section.3) >>
->> endobj
-442 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 294.429 275.45 305.333]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.3.1) >>
->> endobj
-443 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 284.411 223.217 293.377]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.3.2) >>
->> endobj
-444 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 270.518 312.531 281.422]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.3.3) >>
->> endobj
-445 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [107.004 250.638 177.439 259.614]
-/Subtype /Link
-/A << /S /GoTo /D (section.4) >>
->> endobj
-446 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 238.703 243.591 247.549]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.1) >>
->> endobj
-447 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 224.69 217.15 235.594]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.2) >>
->> endobj
-448 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 212.735 289.697 223.639]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.1) >>
->> endobj
-449 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 200.78 291.909 211.684]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.2) >>
->> endobj
-450 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 188.825 288.711 199.729]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.3) >>
->> endobj
-451 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 176.869 277.234 187.773]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.4) >>
->> endobj
-405 0 obj <<
-/D [402 0 R /XYZ 108 690.907 null]
->> endobj
-406 0 obj <<
-/D [402 0 R /XYZ 108 666 null]
->> endobj
-416 0 obj <<
-/D [402 0 R /XYZ 108 561.946 null]
->> endobj
-403 0 obj <<
-/Font << /F94 409 0 R /F95 412 0 R /F105 415 0 R /F90 426 0 R /F107 429 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-455 0 obj <<
-/Length 3413
-/Filter /FlateDecode
->>
-stream
-xÚíßsÛ6ÇßóWðQš©qÄ/’xLÝä~Ì¥Éľ§ë=°2kN–<”Ü6ýë
-¦_Ru"ö­öKf_|ŽÇ-$©¤»,HÎcWÚ£nP^ÈË¿aD./(ËóÅåcûÓ’ÊE³ûÊrýIʳHûÄ_/]`T’\•ÈòBjë¿õ_B©ßKõoò×(ÄB‰."(Ä^†x¬È„˜ñ$}ÀTO¥DIùdü„6^1ŒŸ“ñø¿oëvyÁd¾XÝÕíao_×ÛûâaÝ„w—tq˜BZú«ô'!u2ÐQV1Â8ú‡€ñ; {Œ2£@ˆÑXQG™HRLñŠ’\O¥Œ1¢„ÐŽqF(;’䜗±”qÍX®á¹Ümví~Z
-¢¨Ê"ÅÓ©ÅÉ`ëeIJ–ÈúsEçÏKà·à¿…±¢Î" '057²\W'R “qpêRàUs8¬·_l¢;ܹŒwÓÜ.©N…›ƒK»Î€äi
-,‰ä<‹|H¤@+íS`äèKK F2£±"@05—2SÇÒuž“ñ”1C“‹Q½«k13JD%\©úÎÕµœ.Þv…î§î]¡kË`¯¡7Êõ+_쮺,;SRRÐ,ò|ʦ£cÒXŽîE%Õc¼‚¸^AàÆŠ
-8dj\ñdàÌò;/0pNÆ'pß5?ä9Ûö3qÝO»žÃm}ßL(,
-"õ7"²<¥ÐÉ@÷XiVütàÞ3§ðb T1ª±"€057§•ºH’#æd<bršÓÖÛÉ|\è4¤Q·³é‡¾çÍÊlñ¾›‰CsŠÙYy8ã*RÊ,ò31ãv"p,L»##yYð” \J¯±"
-·6þ°»Yß~.?L.üòØ6Óe3ã’0ý½‰l&æ]+cB¯­«¡cg8á‚0ð@ÇŠ:ðª$xÀÔÜl(*"ĉlèdxýº÷r³ÛkÂ,o»[×ñ«wÓROp’ë…idmŠœ“.1ɈÐ_¯Ø¥—ˆÜ1Ö@ük ~cEk*É05—5^èë‰âÎÉxÖ˜cís³Ôk`»ÑÑîëÍ7¾¸Ûn›Õa½ÛúÆó’.\ïy§sa ì—"k“WµùÐT^–„R•E®NGïdàxxU褭ãùcQ#¨€Œ™ð<‰
-
-ÖLT˜ ’ŸHKNÆ£âžoÛvg`ù9±!V^”Y¤=±!fe  ~C,váuCl€qÀ„x¬¨Ã&ñ¦†åXñärŒ2"K‰Ë1'cñ“®ûÜloš¶/Ç@FÍ"SS ô‡idQ ü9·Í‹c‚ØAlÇŠ:“»²ÈÔܘçäTïÍŠ8ûÂ컶6åÏà vº€ý'ÓÔYä@Ÿ
-VüF¢TÊ1W¸Šÿýãve{ ãoŸ6»îXH¢ÿZéRQõêÒýW+s í¿Æ~_ÿ…1PÂ8V¨¦ææ:‘“J³s“qÜ…2´áyÛ“8ÙQb„₱Ė’•ùS±GçÐwE ŒÀÆ€©¹Œ±ŠT•ÂŒ9Ϙ¯è};E˜¨l‰L%ü•+Ñ?¾ÁûsF ~¿
-iNÆòUº"íŸõæÚ°B»¬ºd6­Ð˜"eγÈÞ%'ò'Ób§ÎödŠf`Ds¬¨û§ÀÔÌÜÆ'9ùÍË8öŽw¹m
-'L–Yd(•Þ0žƒØ™³Y AÅ´GÅt¬è8zÈÔÌC‘]¶,*Œž“ñè±éÓ}ûǶÝ=noNãXrRò 8ýP‚•ú‡b_ØC (F/£±"#™ÜkG¦fΪ¼P„RgU/cñªÜ¬zU/Y¾ø)œ¸õ3ëçæqýtrR’šN›œ”|ßýù©;ù÷îõåôq]²Œ»Ï}Z¯m3½•"œÓ,×”\'ïÛÁñàŸo?…#@
-Â1VÔAšÜ‘G¦æB*õt*qÎËXH•ƒÔabY|ßÖ÷©Íø¼":qg‘•ÄÁ+]ñû¢±+¯£ Aˆ† ÄcE†É25C=ݲüD®t2Cšë€hòÞÞš3I]Ãαx½ärÑÖÛýí®½O-Bh—ì"“‰zÐÊ@¿|=¹uöõ ˆi€Ät¬@LÍ]Šp½
-'êA'ã!4k‘2A7ØuÌѹ.îج§F±ªHÅŠþ!Ã]«‹Ïúà¾û¯ûCs?=†™[öÃHÇ0sÇ>/e9ÇŸH
-¾½ùÉT~õvÕ¸Õñ¿ö)JMC¹<‹Ì&›ÎFúæ›Î±ogÛtFÑìDÑ+2Ñ,’­djæÄË*IÃ÷Ex ¯ô®6ëm“|"/ÃÇŽ=ad }¿Ôí¿.uìö@ˆÇŠ
-UÀ„j¬¨Ã5¹DF¦æâ*‘'žÖñ2=®ÂâzÙ6õÁj^(QÅ)╺}“ám§˜W[Ž¶ëúÇÔ)·1çøæ ´ß<‰ý|7OP8œ cE
-B5VÔ1šìP!S]1¬—0éçTÍ»yüÆÿ
-endstream
-endobj
-454 0 obj <<
-/Type /Page
-/Contents 455 0 R
-/Resources 453 0 R
-/MediaBox [0 0 612 792]
-/Parent 452 0 R
-/Annots [ 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R 462 0 R 463 0 R 464 0 R 465 0 R 466 0 R 467 0 R 468 0 R 469 0 R 470 0 R 471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R 496 0 R 497 0 R 498 0 R 499 0 R 500 0 R ]
->> endobj
-457 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 654.942 206.809 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.5) >>
->> endobj
-458 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 640.929 277.224 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.6) >>
->> endobj
-459 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 631.031 175.915 639.878]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.3) >>
->> endobj
-460 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 617.019 278.529 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.3.1) >>
->> endobj
-461 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 607.121 252.607 615.968]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.3.2) >>
->> endobj
-462 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 595.166 232.702 604.012]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.3.3) >>
->> endobj
-463 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 581.153 267.551 592.057]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.3.4) >>
->> endobj
-464 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 571.255 260.746 580.102]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.3.5) >>
->> endobj
-465 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 557.243 236.238 568.147]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.4) >>
->> endobj
-466 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 545.288 244.039 556.192]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.4.1) >>
->> endobj
-467 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 533.333 378.115 544.237]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.4.2) >>
->> endobj
-468 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 523.435 208.363 532.281]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.4.3) >>
->> endobj
-469 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 509.422 220.458 520.326]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.5) >>
->> endobj
-470 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 497.467 213.444 508.371]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.5.1) >>
->> endobj
-471 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 485.512 350.868 496.416]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.5.2) >>
->> endobj
-472 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 473.557 302.868 484.461]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.5.3) >>
->> endobj
-473 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 461.602 218.027 472.506]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.5.4) >>
->> endobj
-474 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 449.646 239.576 460.55]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.6) >>
->> endobj
-475 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 437.691 253.175 448.595]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.6.1) >>
->> endobj
-476 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 425.736 249.867 436.64]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.6.2) >>
->> endobj
-477 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 413.781 282.913 424.685]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.6.3) >>
->> endobj
-478 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 401.826 230.699 412.73]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.7) >>
->> endobj
-479 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 389.871 224.253 400.775]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.7.1) >>
->> endobj
-480 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 377.915 274.734 388.819]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.7.2) >>
->> endobj
-481 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 365.96 300.327 376.864]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.8) >>
->> endobj
-482 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 355.943 209.389 364.909]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.9) >>
->> endobj
-483 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 344.107 222.619 352.954]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.10) >>
->> endobj
-484 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 330.095 371.619 340.999]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.10.1) >>
->> endobj
-485 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 318.14 256.692 329.043]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.10.2) >>
->> endobj
-486 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 308.242 193.459 317.088]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.11) >>
->> endobj
-487 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 296.287 230.839 305.133]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.12) >>
->> endobj
-488 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 282.274 208.074 293.178]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.1) >>
->> endobj
-489 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 272.376 208.612 281.223]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.2) >>
->> endobj
-490 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 260.421 267.222 269.268]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.3) >>
->> endobj
-491 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 246.409 300.327 257.312]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.4) >>
->> endobj
-492 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 234.453 300.327 245.357]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.5) >>
->> endobj
-493 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 222.498 349.861 233.402]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.6) >>
->> endobj
-494 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 210.543 251.172 221.447]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.7) >>
->> endobj
-495 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 200.526 236.288 209.492]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.8) >>
->> endobj
-496 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [107.004 176.805 172.956 187.684]
-/Subtype /Link
-/A << /S /GoTo /D (section.5) >>
->> endobj
-497 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 164.715 228.228 175.619]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.5.1) >>
->> endobj
-498 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 152.76 215.387 163.664]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.5.2) >>
->> endobj
-499 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 140.805 232.921 151.708]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.5.3) >>
->> endobj
-500 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 128.849 270.082 139.753]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.5.4) >>
->> endobj
-456 0 obj <<
-/D [454 0 R /XYZ 108 690.907 null]
->> endobj
-453 0 obj <<
-/Font << /F94 409 0 R /F105 415 0 R /F107 429 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-503 0 obj <<
-/Length 2120
-/Filter /FlateDecode
->>
-stream
-xÚí›]sÛD†ïû+tiÏe¿µ{ ¡a`hË´a¸
-ÿXƨɴ¥ÄÒ<»Ú<£Ù ¼üõ3æß>kß?‹_^>ûüÂÊÌ«uvù® @8—}ËëŸVçë_.¿íd9a¹hešHn!dûö«õ™æ«—ð•­.»ëçÝõËîÚ½ò¦Ñg†£CªªZɳç—}±ŠJt,m
-,¬°¨Ê"柯AÍTÂ"ÀŽÌzŸ‚cP#v P#vL!P#©–BÝ.›Ù#½ÓkÔÂ÷ί›bw[]9ðªíÕÝýfñyó4…eQ¦Dót´œ¾yFåœRóDü8Cü›ê83IÎT ׋ÊB3Ôøz1hgy»^L®ü µ+f|?»ˆúå7Ý×óy§äP³dþ'Š­Ÿí·¥»x]îîª~7yëǵW›»ëÙï…
-ÌfÑÀæX; :xn,1LÿQ`û'á>‚,æM,fÎ4P‡¬M!‹¥·Fý¾­QIÕhk l¿¬¼ üÜU‡vwsß”3~#ºhH3ÈkÐZ8ìbã£ZžAÿrˆ›rˆ›Ó@rHª…³±Ê90¢ÈyM@Ž{ä^AÏjt»¦¾iŠÍ~>S¢ ª(Mb*v´›8 «×¸–d ±q` ±q¨µÑÐ$kHª¥3²¦DXÏÈ^ãX3þç›íu¹fjõçxμª7˜[÷Ÿù—wí™Îš­üΤŸvw°YB[ÜÏO\`«’sEµÍ‡ë5è
-¹ïÞ>øÙÃX*çË0Øk²¨‚yOó´L®Úí´•y
-̸<ĸi ¼äþKµtÆšHóÈ"Ík<xý"í¢ºi×e^›âª©ç¦P„2‘EYk4§AKé×hQ)§»FC܈CÜœBˆCR-%æ%Y£yM .¬Ñ^8Êü³ð¯)aBmRͶûƒ!_²±Ùn€Õ7¶¨¨“hlˆqfˆqÓ@fHª¥»OƉÊŽ™×ÌŠY±Û•a ö3L½EjS¯¹Zý±‡ØüÀ—n‡4é_§Aëå¶)&Õûô7W¼W¦¼TK»¥Dã÷2¼$À%Q¸6õuõîaÞÃ4\dC¶D s¬¢¾ƒ D;îÚ
-7Ä‹Ãæ5ý1,]ŸåSØ~o#Š»ûTs°T¤ys´žp×s²g±˜›vˆ›Ó@vHª¥Ø1M¬x¤ÇyMsØßÛ›ž»«ú®n7ÌœgQžÄ s§A‹ Ï®ÅŜгk˜eˆÓ@eHª¥”Q˜ òGš›×ô”qGÙWåÏ”òmÏYÑ4ÅC¢·Y"Ûá ™½ÍiÐrú¹4*ç›bã€bã4‚’j!nÂ
-B9ÞÔ‚¦ÇM¤šÚÛò¶Xs˜T«:q{ ¦J!²([âlÖiÐ’Âál\Ò)ô4̸2̸i Ö8›|úKµðöR÷œ‡Æ÷¡AÓC&dÕ]9}¨§Ü®e ZSo7åö0ïp9…Y2‹ÒÎis´4ž·2ÉF¥=ñµÛ1¼§¼«¦¼TK{˜nZÇËkz¼”ÃërOÝf³¿ÄbVNdQüùŸ
-{ ZìrG>ñ‰òïãˆ>àˆ> „àˆ¤ZŠ£Êá·ýH·óšGíp|Qí¯ææ°ÏY7¡Ó É9W£äÿó—âqzàqzáIÕ>6yÆuûç$ɇŠÚ÷iüÆ_¢Ãê°
-endstream
-endobj
-502 0 obj <<
-/Type /Page
-/Contents 503 0 R
-/Resources 501 0 R
-/MediaBox [0 0 612 792]
-/Parent 452 0 R
-/Annots [ 505 0 R 506 0 R 507 0 R 508 0 R 509 0 R 510 0 R 511 0 R 512 0 R 513 0 R 514 0 R 515 0 R 516 0 R 517 0 R 518 0 R 519 0 R 520 0 R 521 0 R 522 0 R 523 0 R 524 0 R 525 0 R 526 0 R 527 0 R 528 0 R 529 0 R 530 0 R ]
->> endobj
-505 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 652.884 344.361 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.5.5) >>
->> endobj
-506 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 640.929 343.036 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.5.6) >>
->> endobj
-507 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 628.974 247.636 639.878]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.6.1) >>
->> endobj
-508 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 619.076 299.201 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.6.2) >>
->> endobj
-509 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 605.064 249.847 615.968]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.6.3) >>
->> endobj
-510 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 595.046 281.847 604.012]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.5.7) >>
->> endobj
-511 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 583.091 232.682 592.057]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.7.1) >>
->> endobj
-512 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 569.198 241.539 580.102]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.7.2) >>
->> endobj
-513 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 557.243 325.722 568.147]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.5.8) >>
->> endobj
-514 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [121.948 545.288 253.394 556.192]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.5.9) >>
->> endobj
-515 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 533.333 236.009 544.237]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.1) >>
->> endobj
-516 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 523.315 253.982 532.281]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.2) >>
->> endobj
-517 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 509.422 293.294 520.326]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.3) >>
->> endobj
-518 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 497.467 257.319 508.371]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.4) >>
->> endobj
-519 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 485.512 210.834 496.416]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.5) >>
->> endobj
-520 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 475.494 284.158 484.461]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.6) >>
->> endobj
-521 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 461.602 290.385 472.506]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.7) >>
->> endobj
-522 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 449.646 237.683 460.55]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.8) >>
->> endobj
-523 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 437.691 238.799 448.595]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.9) >>
->> endobj
-524 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 425.736 234.664 436.64]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.10) >>
->> endobj
-525 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 413.781 244.318 424.685]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.11) >>
->> endobj
-526 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 401.826 240.433 412.73]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.12) >>
->> endobj
-527 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 389.871 254.63 400.775]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.13) >>
->> endobj
-528 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 379.853 271.317 388.819]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.14) >>
->> endobj
-529 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 367.898 196.149 376.864]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.15) >>
->> endobj
-530 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [144.862 355.943 198.66 364.909]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.9.16) >>
->> endobj
-504 0 obj <<
-/D [502 0 R /XYZ 108 690.907 null]
->> endobj
-501 0 obj <<
-/Font << /F94 409 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-533 0 obj <<
-/Length 3721
-/Filter /FlateDecode
->>
-stream
-xÚÅZm“Û6þ¾¿Âß"Ϭy¢¨×~¹I“4I/¹î%;íÍ4©,Ó¶YRô’tï×@€²d)›í5›Y“àPråŸ\I7^…‰+7Ze§+wu
-oFâ³½7£îF„†yÈÈyÊHÄ Ëb¶®÷ÕxÝÙaÙ>K« ô M%Ã<¸Ø©j»âŽ$Uõ ¯ÚÓ¯• ÖE^Æm@lú¶kR<]A-OóýÚÃÞ.×Ò±sõ]mç=é N×I˼=µDâÓ£m
-ÑhªTûN—v…”KeÕ]“hbP?˜ˆ1ƒ#ÏIm¡n*dõcÞ™´DÛ©Ax!™AõФõ1ϨRmÓY×ÚŽ†}œ~’$†éü¸<@Ã@É‹zõí0)„ˆ»ÞCN‚Q!ZÅÂcÔPPU@²ËwRùm­³<-æ`à»"ôcîùhŽ‘,pñ‚NÆ( ]ƒgͲT~($@ÞT˜9l^©ÄétÇr,ó½&J«õI屮_KPÞ†+ ‚–hÛÀ,`Jò€m·4`
- ¢ Úþîˆù<3LÄp&;]køWfÌÖVgi#[®ïF¶×Ùò
-?¦{îñœQ%b/F1Û>·,fß Iúþ¢ôý‰R,H+±²`YX=•(@ èûǼ©Êiƒ‹²Bs%Zµ©WµÈkû±^䧼3Š}ZT­º¦6Ij }A¨i^¤[=’øÀ¾HÜ5)êȧwžÁAŽ"QVÖ¡áõ®êÇçbOÉ@Ppž…ž~ vQÑ\Fç–º*€ñ»²:!fRÖ7¤¬¬<° ˆÚ%èÅún:UÑgïI9¤7ª?Q[†]_2Ãí5ÕèV”NVõM«™xc¦I<8ʱý½$Ã`•gâ“uèZ$q…ù°X^æ
-ÞVH
-7³ù6*ñ„Œý nîðÌç•ÂD¾M¿«Á<[¢§ô³Ó'òNe`ƒ¢Ï¸?.½ ÿ”I„c¯ƒgÍV´|še,¶-U1M*¨Ç“ªlõ‡”ºÜjdŒ9;jî']Õ &àOÝ|ià“f6 ”­¦ÌØøsdjlÅHÍ0Ce# S¢\\d¹ÅâOGš(DbËýèé#0¸µ»æ±ö½)ˆFï:"ÝMPòÚxób’‰øœ FÈ)˜S ±ÏÖæ˜oÐ0žŒ¾vD(^L5s8Ï5N3=œzÃÃiõåGS*¹¡S5ù!/éÝAÛ³]¡©Ø]=L!¥Gð@úï†A@À.¾¿lÂ,eªÃ!dÕ"ÍBâÙÊ°ÒÀe‰ê€•ºÉOiƒ?JW‡:ºæ±$å±€ø
-¢ØcÓŸ8­àn¿xÙèJµÄ \*Jœs
-º‚²+
-endstream
-endobj
-532 0 obj <<
-/Type /Page
-/Contents 533 0 R
-/Resources 531 0 R
-/MediaBox [0 0 612 792]
-/Parent 452 0 R
-/Annots [ 535 0 R ]
->> endobj
-535 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [216.762 621.128 222.939 633.892]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.1) >>
->> endobj
-534 0 obj <<
-/D [532 0 R /XYZ 108 690.907 null]
->> endobj
-6 0 obj <<
-/D [532 0 R /XYZ 108 666 null]
->> endobj
-10 0 obj <<
-/D [532 0 R /XYZ 108 651.411 null]
->> endobj
-14 0 obj <<
-/D [532 0 R /XYZ 108 339.086 null]
->> endobj
-18 0 obj <<
-/D [532 0 R /XYZ 108 184.192 null]
->> endobj
-539 0 obj <<
-/D [532 0 R /XYZ 122.346 138.516 null]
->> endobj
-531 0 obj <<
-/Font << /F105 415 0 R /F94 409 0 R /F107 429 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-542 0 obj <<
-/Length 4159
-/Filter /FlateDecode
->>
-stream
-xÚµisã¶õ»…š/‘gl,qñÈ—Ì6›M6m’í®§i'íLi‰²ØH¤Âcÿû¾ A‰öjŽgLð|
-ôxÓWUYÝñË_âèDá7ÆïR˜4¥ïžŸâÕ@¿ ÎesCô1¨ÁI¦ ü­§F-Fè?xٜRBê`såJ”U{º.37nÕyW´Œ¶Ûÿî[Mñ{_6ÅšßþEj£åò«ã†6ʱ‰<fQÂ
-`Ñ<Ÿ*+Œ¶pÈÃ÷tÆÓãÓ‘02ösŒûœ=ÁÉ>Ïã@Õv3¨¬H”GuuD¬]ÞuE3G®‘Œ›ºy”k¤´W…,‘œÁ6ÉG°˜ÙüµÒ™ˆ«™µ4ò®É7·y[ˆýætÖŠ4“S2<¶ãrì4KH¤2jáÇËëXÁrñÿÍ¥–°éëX._àgúÿAnfO6%NBD÷ånÇSÞº94õªhÛAR‘kïú¦hg©  ¢´Ž
-ñ3TH…Nåù|µ~WÚ*ßÏ#›!iUëójD"“§ ú: èÛG š€ìÊG :°º£,0³µËyž2Zè8™ðÔ{­&UÈs—¤‰ô²o P2k~éj~®Ë¶k
-ª8B%…_°RoØ
-"Õ 6ÈŒÀy’$[q4Ƚ¼+Éd1ßîŠg‡¦åw»sýußúNðË?/¥DÐÑLÎθ¹N4:š®§ öbP¸è”9¤ÐÚ†J×vëµ4P
-ôVbåÄ%|ýðé(q›¸Â—”HÀb4‰÷ V£.TŒ×@[æ:c›GØNNÙ¿F#Xäk7Û†Œ
-"j­ÍY ŒyéGD´¦x>†â€7üÞ6a“³×3»³™‡l\tôÿ
-ªQ-ñüÈ ¸ž»¢c€;öÔ»ã0„61IZC´êÀYg  ÞÕtÐ÷¬,¬têüÌŠß ä?rïÉJöuàé ˆò¾÷W våІ%ÝàGm¸’HíxâÝŽâ¢Ç3 * M$!nÚŽgae`¥§¶†xûL…Š¬ »Èr´NÐLŸÖleS—cÎtQøòÿ´\°®L?šwÉ2ï«ìò§‰šH!õè¼Y)s  3 ;¸Ñx¢™!O;€ò»‚_6M½?5)àf©ý(·2²ž3Ø}ÅI¼ƒ&ñ,<ɾeúq.K >&k…œ9Ž"Ø+;
-«4 ‰¬ý4·Ç¤>2 ¹âeÕ ?`,d
-
-_µ Kö­£JOï¸4”61'Ç´±\ã
-Ä“c‘xÍí²k¹á=DKäµyy
-^rqÕGÂ?$ób¥ÎscãñÞe–é–Ì´ÔJ< {
-`ÿ6pg¹‹E!Ã_IPdot³Å—ôë‘!¢´ËçÍj{„)^þTtä©ÔÍonKA± u×g±á°é÷%^èãvU€3Èѵ¿Ê
-Co\Z'ŽÅ*ÀH÷C]VÝpA{ôôn®T¶>—w3TNA¶]wøêÙ³ûû{±êòJ niîž½ïçÄ,‰Œå¼øƒå‘™ý)ÎŽ~Çó?ýpè
-endstream
-endobj
-541 0 obj <<
-/Type /Page
-/Contents 542 0 R
-/Resources 540 0 R
-/MediaBox [0 0 612 792]
-/Parent 452 0 R
-/Annots [ 544 0 R ]
->> endobj
-544 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [495.502 418.323 501.679 431.087]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.2) >>
->> endobj
-543 0 obj <<
-/D [541 0 R /XYZ 108 690.907 null]
->> endobj
-22 0 obj <<
-/D [541 0 R /XYZ 108 566.144 null]
->> endobj
-545 0 obj <<
-/D [541 0 R /XYZ 122.346 154.394 null]
->> endobj
-540 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F105 415 0 R /F90 426 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-548 0 obj <<
-/Length 4029
-/Filter /FlateDecode
->>
-stream
-xÚ½[YãÆ~Ÿ_¡·h€Q›}ðJNìu6†M<ˆxý@I”ĬD*$åÍüûÔÕ-R¢vfíE0€Ø÷Q]õÕÑ=zÁŸžé(›%y¤ò(­wÑl Å_ßi©^`ýbÐàOwŸ½ÊÝ,Sy’Ì78€2Æ…A×?Íõ=ô‹£ù_î~ü+5O•N-67‘Ê Íþv¿0Ùü‡Ðè<¦QqžI«Ï±~fãTei,eËî¾z ëŒ#÷Ám`ýÔ6r˜ÒÊ6fIœ¨ÈòÞWû=,/Oçusoâù{Ìdó]qo¢ù/÷:ž—\]pÅÛ(2{)Zû}¹æmi˜/S.Éx’|°±cµêÔa¶Öbc!¸•âñïõ|Wuœáo:ïwå€ÂyŠc­´ñS|{¿HÌü+ú}¼·zþ$õüü~¿£’ÇëU¸\™<—FÛk꾨êªÞòjpT±.»U[ûª©eÍæÜOqaì-G¾Ò*cO‡þÔ–Ø%³óMÓNPÎe*ƒ#ŒFT_þ÷zÝ rjÔƒAÿu¯u4oN˜sóº„Ó¡ò¾áo{ª¯™•Æɧ!¤Ž=!›zŠ/`ª,~[¤Òêþ¾êwšXe±–¦‡f]þþûØrGw=pšÛ{–éÊžÊfNåÖŒŽêtD‚‚d¿ñþGY¬9÷ÔœÚ+ú%páƒô3D?= Ÿ™¤œ}èPÔ§bÏÓÒéÁ·+KN삨j×òíA|Ô%nX ªâYb ˆ AWµÛ'þ1@ßz1hî‘$U¸) «ÔÙi¼²6W.N{YÒdj®3KŒ‡aI5oøñ>ƒ£v8zºObâ>-NüûÔõB›§cy¹DYi\'
-Ð|¸Æ -ÁmƒÆ´Ø1›ÛH9„é<!’(ºÍõ c¨Ó:EÆ°µ÷.òÛñç|ê„
-þ‹¶¯V§}ÑJ¾­ê¾ÄŒËI&„yN«ôë¦D3Õ*É=òìÿ½²úù`cY2Mœ¯éºj ”çišC H˜ Ù}õîé&Ñc¾(Ñ/#ú ñm¢ûFC¢ÿî­¶Nàvö.¯êã©Ç¤öçò»ç†~ *êØ6ëÓŠ@=ÏáH®)›¤Ðmzýæ0!ýV%Æ\©¡l^Ôk?8å¿~ÅÙa‚Ça£º8”\0<¨È%³
-DÚNðj ÆM”w$ñë¥ÈÅØ
-˜fÒL°5¡öõé°$ö„¶‡â‰Ké¼õ_mÝ6e[ÖýˆAg°~°LþÛ—uJøb¬mÙ‹Ù
-7w­ÐŒ¶*M<ü¦ -ÈŸ”WØLÆÊ‹,=P^ílFe <±Qø#à^Žlx›a/žsã
-Û°ìI»‘8âf£Ñ.—%)\òr½ODZá»ôv/m~XƒçP‹Öc
-i7V79Iý† çmr˸4ÐI?cƹ½Œz€„øðeíkcî"= åÌ òü/‘ ì+‹®öÑOdÛ”2îû¶©·\<œ @“_=˜é7hqv9‰½Ï‹Nü"O.­Î•Ñ㧳‹‚òp“3
-÷Ñ*™sTYˆwE­@Çð"¡-W=ˆ»w®ŠàQywJblrbAåÆÛݲB’¸Ñfb
-ðíJ“\Ï%X  š¤/Ý[cÒûë:1ւá{=pîÝ…ËofçÒ¦';ß9%ƒušO1ùìÚ¦£Èã¯ÁºsPù: ÄvîèxÍFVe^WÃ-l왹‘Ö~ˆ çßߺò4 O6ÆÐé‘"ñ~ü%‡ !‰˜ºé˜ŽÆtcèz€¢Æ;3{D€NáتKœºh V—½®ù;¸p[ W‰kÆ ÆzHuŠ§å%_ƒ<¦É»ËšI^° iP«Ó-aÌڜ$ UHŸÕ:dD—K ùØœ$P0lËÑ—C_:„ÛByRméçöÝ—RRË0òú`00)¸ZL‰œ"Í—NÝ£:•k÷)¤mx·>-‘}&úf0Ñ÷7'…¼;‚+:€oøäéÈM³©àD*š‹HãQMªëºÓ²ßK‡UÕt€Ø+)9Õk
-¶AÃ÷»Šìb—CºTìM÷]uä":i**AS­¹ùÑ‚á›1$
-ŠUÛx6HRðŠÇ`^uÝ ÷–z
-â‹^D ©×„°`©ø’ƒ]Ëk«Ž>¼œDé[u.» d_#3*J>Å+Â8Þ^òî•’‰1•/ÅÞ ^ŠÝV21X‡zt߇›ô{æIRM ›~€Å²\e6}î®N9RÎÚ ÷ü¼Ï‹øhÁñC¿ã‹îOÀðŽüSzêÔrªÃ[ïGWAJ(º|±* “£_SH·FÚb$UÌ3jèç»I#cbò%ž»‚±ßöºB‡jÿ„ÆçäVð|¢üEmE\}øœr«¢½pǪ~ao
-endstream
-endobj
-547 0 obj <<
-/Type /Page
-/Contents 548 0 R
-/Resources 546 0 R
-/MediaBox [0 0 612 792]
-/Parent 452 0 R
-/Annots [ 550 0 R ]
->> endobj
-550 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [334.309 628.974 340.486 641.738]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.3) >>
->> endobj
-549 0 obj <<
-/D [547 0 R /XYZ 108 690.907 null]
->> endobj
-551 0 obj <<
-/D [547 0 R /XYZ 122.346 144.929 null]
->> endobj
-546 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-554 0 obj <<
-/Length 1719
-/Filter /FlateDecode
->>
-stream
-xÚ­XKÛ6¾ï¯ð-2°fIŠÔ#—" ’v‹4 )Ðô ÛôJˆ,¹’'ÿ¾3œ¡-Çêf XÔœùæ=Z5“ð§fJf³$—"—él½»‘³{ ÿz£x{û‹Ñ_–7?½ÌÍ,y’Ì–[d ´6'&ËÍ_‘šÃ=+£ßæ/÷ÇS¡Òk)2 ¬ñØ›ùBgÑûÓ¡3O-lžñ©ŸqÛTd©ešAÚÍ‹å §•æA5pJDƬÆ,±‰1©°nw»¢Ùô·óEœåÑÆ}R7nC¯UC϶q¼ØÂ3—Ñ0WQéh7jדz
-äfÂ$™–(› à}WlWEïÄn{2Å —ÍEš„“m7ÅLƒmÓ+^û ^Vd9„{Y²u±ruOkЛ4X{Ðg¨Úì€^
-©C¶í«õp
-âwàÿ$|AU„.é'°äÂØ„¯T=‰ªXÛbˆmÝz¸½Ü8–Õº$Òºð"Å8´)~ äSœ]øÌG¨†ruìªa@­ð£À?K7aÙT
-œ“ɶOã˜OP) †>»pQªvüQŽœ<õ22‘ņ9ü1_$
- ü‹Àtb00I—’/´°bÚ¾ka¾ØM”q-­0yÈÆ©ù "˜š¾êÓs˜öTwû¶&*U*Ôõ¡¤=¼µë{z!üZû–qýº´q·¥§7<9J5‡$ÜØTXZwUS |f冣ó–sNQyÞvX.‘€½~ë­©1V°éл9_ ¥+h×U*´J8ÿ%´7 S
-4¢l*nàŸ,|Ûs|¬‚li;ìNÜ‹CO¦¸…Õ®øˆ¸ÝYÖÓ5Óö¾®ÖÕ hŒ¤¦6Æ QªU
-£HæéÏ¿—m7”Ô¤Uâg$Óø‡Öh¾,t‹°áý
-‚€‰«b¨Œ' –É#ñÜ—+øl¸ùÏ> Ýú¯žŽ^%Æ߸àê, /X©è~1á“‘i¬D23‰Ì„1oU~|ôKö ¬¼@Ö9¡2‘Ú·‡ÎH–ó<ö”³™Î`ÒX$±y˜[º61õ+hfÉOýé´l5!{¿CÂÈN—c)’ä;S%'§[_8ÙsNä¤vP¶ÓìÛêå~Ô<»¬£guß2o;â hUø*ö²g‰Ðpucš±Ü–¼/¥H¡*ŸÉﮑâW˜Ô„†wcå„ëÞß«ÌìÅhz}å×ÏF“ìë ››0Ñg8Ø owŽVÜÔpù S¬è*zH6×{aUý@«¡«ÜfhŠ£ù¡qÛÄ¡ÑmªMód®²ˆ…Qoé>rX™L$yv9‘TCIeú9Ô•œB7I°ùƒµiW¨¬ÿ„ÿÀOœÿ
-endstream
-endobj
-553 0 obj <<
-/Type /Page
-/Contents 554 0 R
-/Resources 552 0 R
-/MediaBox [0 0 612 792]
-/Parent 556 0 R
->> endobj
-555 0 obj <<
-/D [553 0 R /XYZ 108 690.907 null]
->> endobj
-552 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F90 426 0 R /F120 538 0 R /F95 412 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-559 0 obj <<
-/Length 4010
-/Filter /FlateDecode
->>
-stream
-xÚ­ZY“ÛÆ~ׯط`«vá9p>J.ÉVÊGÊÞT’Šó
-~>÷eSwáíþúÍ»<ºÉÃ<±ø…º¹×IÙŒÆ?]ënï­J‚Â:wkâàíŽ×76L+iÐßê ‘âÑ s¤ažSVC¦Â)~¼½OLðŽþÿ þëà=•¿]òfòPgþ»s±ý½8¸çF;·`% ¶EÍŒl¤·¿´µÛÉÈšËþ(Ã]Û¥4ŸÛæ™ÀQ¡Ñ°Û~gaþåéÛæt*ê]wÇÕÍ­QÁ¥çÊ¥Þ¹‹QðÃd'ljh+´ X’£ŒOèõrÙ6ÌLscˆ«(ŒLŠÍin©ù­4gô­ÿd>ð àÄž„cÜ,U××N†ÃëüÊÊzüš
-] -Zé^[H›ýâõ$Ÿ³"¨Aæ³0J2¤˜‡ÆÆ"¿i]:'ⱜ=1´V³¬€Ó1ÛĆ6²³c.Ú[‡ËÉÕ=ÈšIãà×æä¸4ˆšIEÔ°u#½ÈÕöH[ ÝÍÕfÏ]°‰B¡æÞþØ6—ñÍ'É¡&¡³k¶Óé¿'•Ä2à-Õ—«²ëi5j¶ v©½¢©a¥(Þ((ÇÒÃ?W‹^àë¶m ËD•®¹ VBfÙ
-­K{nHpBnø±i…êÎFUWNÅ÷o¤wß\<?|_ôN(’ò$³å$´œ]Ùm/]WÒöűdâTö ö®
-Þ{·íÝ.䦙GWìÊú #7®jpì#Wåh븥÷ßñÙsc]œÜݬæ¬`-u‹êDNÅ6yJp6HÆdA¹çßmÉü6±ØTNúy(ˆíáʾi¥¬,Š+£äM?dþC®¼®½qz„zül©w&ÏÂ8Š>Wó²P'~°ç›ŒFª²Ù^Ô êA2qjh%Pì Zy“«ÙÉÔÜ;=;¨>–Uå;ø÷\tœidÎòLTO}é«ŒË/,G~éòQ¯e‚ïg^ ÿÿº\|‡9yò‰ïº¶FEÜñâFNÔH!ס¶ïä`w`oΨõAÃ:?Ÿv5…ƒšmê(´*86ÎIœÞŽ0ÁŽÂ<š;¼÷(A‘ Šlð›R¦Z ›µöŒîÏå6Üî+[òy³MÞé#/ò¢0MÙó,rŒÐ²‘yËúL6šþ{édØÆíÉä`ká¿í3Œ(|7ì÷Öu›èø×­Ö*h.ÜËfš·-Ê
-X$Á
-™²d2‡ß^¿#s¥Û³v‰kP^ôêçÍVŸÔ¾b¦{Ô„Þg·²{
-ð;ÕÖh¦­V´_k«Zª)HàLMòǦî] 0@&È(
-ƒU Q¬–Ó„†gýA
->4ŽFA<€‹ÃÞ}\ž pMeÑ*–2˜jEœ¾ç¶G„¦$ŽV<=vŠ8BSW•‡cOð˜(‰›°^a (´4²$„¢"š×"y¯A]ŒNgù5¢ îþ}Ï¿túð{.Zi!†f€`ä$s—f_E+ã9
-€ƒÀ'i3âRɇ¿×lÌeÔ#+îd¼§»k@¼B¯-ñ·(
-ca(`OexkL¨ý
-íä(Méd„„A|D¹ý
-éÈ„qêñÎŒGM½,ân‰ì
-¨ãÐjöuˆD·gkBˆ÷fâü–þ?ÜZÆÛZðöÏ‚±±åaÕyÄ€Ίú@AÓa.š¢ž1Diµ^è±p*ؘvüQwvÛ¿Ür÷[ÒW×ZÈí¨ÔøõöX€Ñ5ÐÞgˆçÍÌÈ2të]-‘­Ñ^ÝŒ„+ 5i»ôlèŒÕègДÍG\žÎ+ê
-Åçç6ŒU>³6>·‰‹Á³Åp6 [Šeü®I[}íÁó¯° Â$‹f9&&û›Šø~8@ü^»ÊJÑR×ç!ôUÅúŽ§2¸¨²Ÿ.RƒÁÚ]
-a {•|.êÕW;|†XÎUÝsQ¯ùäêæjqfù‹1tñl’ÌbèoѾ"œ×š/;,&ìq
-nÃÜ¥ZO’V® °]´ã¢¿È¥±5%=ë^ÈûáBë1äDZŒuBî €~ÝpÙ*$š$O\7âêJ—¸Í$9l³1V¿ãv‚‹X(øg[ø¸
-Æ;Ò"lGÛíé¬Øg°âA‚ðtzOh=p±×ˆiˆß
-â_ƒû&õ‰oŒDùp_FßO†/á÷I†ûé
-à‡8#7!¶ü2æ寀Ÿöá½l?gËøT:Ÿf›Iô'F@ŸîÏ%½—²­w®tð{3€.RùŸ‘4(®àÈT˜_áoÛô…'rn6Î jþß3͘÷YÄÊF*VöžâS,ÆpÀz°-¼QžSÉÅNXÝÈ{‚òP7­ó—é
-¸IæÖ3. k­å„€f)^¬8H3óòRÞM–ò“t®iOë1“Ïú Óóy3 ,^¢ óïCì¡‚Æ!ƒ¢ít%fýžÜ
-!›_žðË©˜Þ‰í.[çO‹]ÛRŠ'×uŒ1¡ß•ØBǾmN\bÀ‚W©J'Ÿ÷¦ ¾jÚ% SaÿùI4fÒ?}™Þ_&ˆIñJ—`kªbëåÒ€þ©ë×U|QöÈ©8ù—QÑìÁZ”Ð ž„œ
-׻˦tu¿fä£,̲i سs\"Çl¢o~Y!3ð†§Ä
-ßËÅŒb`úRzF_w7rM…ÁÔEø Œâ'¾÷ÈpøsQ’ûr@¤ý+hÖX“÷AP"¦'I3n 5e’&Û©3~‡…Íù|[•ç3ãA~0”Â
-I1Ž˜&(xd\Î<h#ä*~ÀE µŽ}”K´+oïøƈö:‚7œ†ÁÔ…¼i“dOÔ’÷ý[É6@Åÿ®š$€ÿ=pn>¸¶*nÂ>U¡0à±Yäª6$yÇ'R0Éþ@¡,pƒøl¤‰Îå¶çã‚
-^ —krþ|>i˜e>›«¼ñ’ü Ö>rÁÍŸ<Åt»\8QöIüßsºÍ†ÍnÀÇU5ȇ­òHós±äßpúAØ%ߧm 8?Zäû
-|Æ¿œâÿ/Dº
-endstream
-endobj
-558 0 obj <<
-/Type /Page
-/Contents 559 0 R
-/Resources 557 0 R
-/MediaBox [0 0 612 792]
-/Parent 556 0 R
-/Annots [ 567 0 R 571 0 R 572 0 R ]
->> endobj
-567 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [484.742 362.374 499.188 372.904]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.1) >>
->> endobj
-571 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [426.019 231.016 447.937 241.92]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.7.1) >>
->> endobj
-572 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [422.276 123.42 436.722 134.324]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.7) >>
->> endobj
-560 0 obj <<
-/D [558 0 R /XYZ 108 690.907 null]
->> endobj
-26 0 obj <<
-/D [558 0 R /XYZ 108 666 null]
->> endobj
-30 0 obj <<
-/D [558 0 R /XYZ 108 426.135 null]
->> endobj
-34 0 obj <<
-/D [558 0 R /XYZ 108 273.298 null]
->> endobj
-557 0 obj <<
-/Font << /F105 415 0 R /F94 409 0 R /F107 429 0 R /F90 426 0 R /F120 538 0 R /F123 563 0 R /F125 566 0 R /F126 570 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-575 0 obj <<
-/Length 4032
-/Filter /FlateDecode
->>
-stream
-xÚ­Zmoã6þ¾¿"÷é aER¢Ä~k{Ýë½mï Ú~m%Qk[®$o6ÿþæ”d)Ù¤(ÄIñe8óÌ3Cé‹þô…NŠ çå“üb³“\ÜAõ¿ßhi¾ÆöëQ‡/oÞ|öÖ§…òÎ]ÜÜâ
-ö”$._9ì÷æë›(Þ,IŸ•>¶/IßÃ4V¤á2§Ë’ß4‡¾¬Ìh“UsØ=réÃ¥ÉVå®Þâ£^Q¾ÐŸnpY0Tª´±pä*÷–FûšRU¤æb¨ý™‡Ü—›¶é®ø¡¿¯ÚŠ‹uÇ£ÞU‡ª-wa‡F~«jË¥Û¦åžå t8[WÐÆ\®²x, ïuÙ×û¾úEeJ¡ç±­Êýz'k){ùÝííåÚÚT9ŸÁ.µòYFï¼»E¥ElN\(·[),¬,3Êä/\WáÌ|]0n#3~ßÊ•Í ½eU¡Á.UZð‘~1º˜*ô¹‘ƒJae‹ç§ÏÎæÞ4[YM_þq©“•<mÊ6Ô7ü»µûUwå.ÃÊ}N'f2h!ûýÏåµ3°
-¿ŒÀ‹ ƒ¨qÞûj'Ó‘¹Â/
-ñ úˆñwŸ«ƒöG–žgžæSÀÛ4§b…óŒUð»ið>¶’ÆÓñŠ @‡ºj‹9 â7»úx¬¶Š{ý„\÷÷ü$È ¥æ(Àeô<„ÝP.oyOÎ Ñ:ÈæÊh^å?I—ÑMü¡7p"f"‘‘¤##IA1IC¡²ÆŸˆ€¶\…(L}¤Gu,W¥?˜ì¦âöÛ¶Ùs%ÛŠÑõ܈5%?Šf+®üé¾:,5Ëüÿ‚ÌÀw÷x@¸Ãdº5š´5îŠH/òK,‰ Bé|ƒHo[ v¤,Jä\F§Í·ü[÷Š ¬àV85¾—ñ€Î=åùšÀCêØ,uëê~´*®c¼”mTsà Ûw „˜}y áÅ"dѺYMQÉSœySž:"㤮fŒÊØôeñ¼´?u=Äô< Ž; žÓ#ûðt–xKR‰CàXPW¯ë]Ý?r&KÐÒ«MMLª[ÄÛ[Dq°`k@2S0¨™9¡˜›Ý‡È
-È´ãS#ì V¢-ÃØe?‘µN3ebÌûµ~;¢ÖÖàaLpˆ@æ¢/ÙEâÛ&•n²¿*ånYel®´ü?hÌ‘î"ËM~¦60üÅxêùáfmNý‚o÷èÐ^éÛ“à^kþžÜNZ‘zBi‹öº©ÉRi· ÿ2㮎ƒ ¨Ð•û* q'I¶V7­8^¢³z9°·&µ•°
-c3ÂZz*;þ6k—@#ÐY<žØâ²Í¦‰*&¢W<Ç7 êÄÃH3Z<ù+n}@žÍ Á@j^ϲŠàUê°?öŽ²¿ˆš6vˆdÆjà&²™±A#X’Ac fÇσM ¬>bÀŠ »¸>†×=ÿÞ—O⬠ᴠ·‹YW°.i@"ÐÕ¼š¨\ÆhüPWƒ|)@2Á7šÌ†ÆDW€•¤Ø™˜ Õ2Ïb¶ïzáÔ¤s
-u÷ J<•
-)aèÈÍžå„¿üCÖK{ÚõBÝD‚‡ÛˆÐ2Q¦viЂ#ëÈÞÔ‘Ž5‹‘:…˜ŒˆçÎÀéøišåí(·òŽÊ_-„¾˜Œáq8ºd5%XSîöMןÇ€Nl‘œõkâÆ5‹ÀmtªÒ̾0œ2¹™ŒÓ
-Ðá¼}mrÿ…ûB«"q/¼ÿÈVa2ž"=lwK2ÉrЙâ%韜îy&2‘I6 ølŠAÀh]¶’m¿O5W²ª^XgaTr–¡åLB¶ú#)çDPµ.70™i·\ƒápÙ—B¨døg:zwÚ“ªÈg&–òF acÁÅ)kƒÅüó2ËV²³‰[‚jÅ$—KDÇeQmUvÍáZ¤åœý4;Vòm“†!vU?Lð%^ÿ=€é²`g.—MF ‹‘ÿìD²`%q“Ð9Ö„<R6Ê#A¤Ó
-… bÒ ´«ÞVg}Б”‡»<N<T¬‡–<¼UIôÜÏyx£ríç—˜)ã)N´åÍ·*`2ÛdêÁn˜©Ø±wô)¨Ý!VK¨Á˜÷€Š{ñ5?fº ¿²°]„Æ
-eM± L<ö(‡Y˱ ûQãúÙöÃM
-ÄÐ,B2ZÇßwHòÕ÷„Y€a [PÃ:=GèDÏŠ¤_qXg ê}ÓWŸsQœHÂIsêÏ?mI jjOD#û²}”U†ü>¼ëB`Æ8íä:½î)U§Có%r×xeÐW-DŒ™ÚÅÀ!_…@Iq§þ±aÝ ºK/Þ¯æËì7€êRh€éPû÷|Ø ]Г‡š—öLk…æšlš1Ä› ÌCD&o]ÁLÞÒÅÝD8NsÛp„}HV]%²œ±à.D%îAï¿Fx’(÷A^0_@oékŒ°+úéUÉ~Ãöî¯ôÀoŽ_à|›][Z@E—èI40JªƒšÀ™¦H V•º
-_>È'LjÌyP-¤橈F˜j,^„w.Fí‚OœT§YˆÍ–cÂýCXõm¸4zXrŒ}i[bø’Söê,¥ÜË÷U ª~µ?mÃPŸ¬Ó¦ ⥌•Š ðÐð%ã(,¯Uûcÿø¸1XLüò+!P€ÕŽUÛ çbWåï7,h^üÕ›æñq‰™˜CEYð´6Ï”ËÝÙeîèÓXx2óÇò}(Sr¡—üu
-Ã$•¯–1`sƒäŒ¹OR Ìw¶ÕvƒYm€WäCµ/|»áTïæ^˜ºŠ£—„ÜKÃêD+§ý«rX/°ÌÏ$à´Jët’ÌŠ$ ‚ðýi×CJ¶Žas˜Šã§”XüTÔ§0“O5dˆÅ«´ÄÅ,¢ä†ûŸ»ÙL¼0,
-9¼ðá_=´uÏwŽÅê—}óÝo\}[ÉB=âY;•ç5Øg‘?gHqv¯LDŠ0oß4<é®Þ×üy• ô
-`ðmÇšÓÝ}^’nGº#ÃV¹ˆó øa-­ ³V¬ÚWå¡»ârG®;”áÆ?
-síA—Y/«ŠÒFý×ÖÔ emðÌb¶' +U§6ÙX_n/†ÚŸ%Í5—´¶”è{ڬ⠜ˆŸs‰UI@?Šã/&Ó丫_Œƒ"Q6€Én9 š™/ê®ÆŒ'[ÁÜ>®S ˜²ø]¼õ8˨áÿñW«
-endstream
-endobj
-574 0 obj <<
-/Type /Page
-/Contents 575 0 R
-/Resources 573 0 R
-/MediaBox [0 0 612 792]
-/Parent 556 0 R
-/Annots [ 580 0 R ]
->> endobj
-580 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [247.921 165.178 254.097 177.579]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.4) >>
->> endobj
-576 0 obj <<
-/D [574 0 R /XYZ 108 690.907 null]
->> endobj
-38 0 obj <<
-/D [574 0 R /XYZ 108 609.945 null]
->> endobj
-42 0 obj <<
-/D [574 0 R /XYZ 108 431.141 null]
->> endobj
-46 0 obj <<
-/D [574 0 R /XYZ 108 324.067 null]
->> endobj
-50 0 obj <<
-/D [574 0 R /XYZ 108 205.039 null]
->> endobj
-581 0 obj <<
-/D [574 0 R /XYZ 122.346 159.727 null]
->> endobj
-573 0 obj <<
-/Font << /F94 409 0 R /F127 579 0 R /F107 429 0 R /F105 415 0 R /F123 563 0 R /F125 566 0 R /F90 426 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-584 0 obj <<
-/Length 3763
-/Filter /FlateDecode
->>
-stream
-xÚí[K㸾ϯè[Ô@›+’%å6ÙÌ$d±ƒ¬ƒÈæ –i[Yr$y{‹ü÷Ôƒ”%›ý —`1@›¤¨b±X¯ŠyÃ?y#ãüƱ(âì¦:¼‹ov0ü‡wÒ=^áóÕlÂïÖï¾ùX$7¹(Œ¹Yo‘€P*™ˆ¬7ÿˆÔí?×úæ£TÙlž&K€(NèËÝîVFvSÁßò8Ö];ð;sÒi&RS¸WîMX"FIœˆ ºüüG©“Ó`‘2Eš·+éæJ¤Ú¼nÛ½†l–AK»×L3I‘FN|÷a=‰4“g%ŽÏC/ˆ:JR)Q$@$5"Ö,ñõÞ‚…‰ªîp(ÛÍàze‹,ºwëa8Ù ·á™L£Ç‡½í­à¡O[ž^·C½±Ó´IB¹HLŽ<¨8:ögsØëjÈĨʄ6ÒͱímG?Õ}×l;2íØF¸7ì»S³a`ný{»íz‹ÔoV*3’ )E‘¦Di\3(êw>ñb=»fiæþÜœüüÖ}c{«Òhk+Çw×6Žçz¼sCÀGÿP6´³Ë÷˦q[>ÜöߧI&?ƱÚz;¸3Y‡dDÒ0Rär!‹¶"*é¼ñ,bíºå_dŒe+óhwâÓÀ‘N_%ET†ä©c‘¨×É‚,–òždzž·’Y.Œ.àXc+Þ™wz¦IJ$ÒÌœÇÙs°9Bg,arÙ…¥ÃJÓ¶QäêI2™ù‚h!E’¾…èÂ}„iæFèÌL¾ãJ¦+²ÒxØ`w’mþÛ¸CW2‹§f¬›ºÅ³…SÅ•@$´ô¶I`òýcÐ`Œ(^m0y‘º©cÇD÷å­ûFUuL’ã#äËñ‚
-­*ÂSÁY ±{Än=?û9“œÒô~=°Åè¼l…mÆг®½CõO¢{0aléßÀƒ5í[~Èg)xpÍÖ”L~# جæép2%gu€ OÁÒ#x@dz_mìöV‚ÃÉÿ–•žU/p˜E¾ãç•sŸ`©\ºŒÊÑü“ÜQNà¼ÊÁ ýë4Œ5:$Þ0Œð†¡Ñ”(w7¯ø×Öè¹]_ÁÃbšbú4ì »uXUuý¦nwŽ›Ž!<Í+ ÑʈLÉ€†`«gxñ
-EYyBs©Ð†Ð%:¯I쳋DGNŠ1ãðü½_ãð¯qøÿ$ç/Åá½?íôPÝtú†øHjKÔÆþd3;I¾Šâ¶l†É\
-5Å°`À•å5qóyÄõ“3 ˜è‰øå¿»]}¤¿Ÿá¯Œ>QûÛ€]BÊy-Šè¡¯Ña³äŸ¾t>ÚS?ãÐÚžHo Kz¿u –z(I+hÀ›¨’±HÓÜË¢évV5¸™IÂ`gM8Š±>Pܹ^äY$ ¸jé2l¨Û² Ó&Ž~oïC€RQw± ØÙÐÁì†aL–‚3×s‡(Fû³×™YüH
-Lºü°¯qGH¶éJŠBW2H ¡&W‹gûî¾¼G/„=<fCFGE/ÅBÈAm)”¯~þ2€jº£í‡;~ÀBAZ*áHB£–ÇSß’D Ýùgü»«‰$ÅTì—LccñÛÚI‰8È)aãi8£c" [PfRyÕ:ö5ÆQ· 2“
-“¤ ¸ì ß·ÎëbgÉ9Žx|­[ ™@ÿÅ;Þ
-õÊVe ™…­‚‹œÔŠÃ.SímõÅaTØÍ;_$ÃiíN¸ÈEë '\¼ä„«Æ–·:Žúè?îA¼ …&”c¤™ˆyƒEÚý
-MãÓ¦¾,Á¸§ βe4GFwÜ› VµïêÊzÇÀ)Q¬F—§N&`†[{ì8º3'¥Ì/
-Ù4 Ä×)ø9ënb‚d¢Щ̼ÍÁ…a·Yñ–Íæ"‹gi?iÇ¿€{¿)T׳üÎ=FͼT<ÝËÍf‚<õM_b¨z˜ô«ÝúUÝW§Ã A[YÎWY K.*t(ÍÕVâ*½p<é îL¿ÖYࣦ|™p¬å R³ÑãÈOʾ¶ã#ªA×±/–P òH‰!=ó»s3ºË ; žñitõi2pXKü³Ô@†6
-Òìõá4Nò—Ä•&ú•ÒÅ„ó®çÞ1ó<6óEÒ¸½y÷‰ç¤â®ö;/Ì ŠDÀ=—ÝÂ/iM}@Ö ÀûÓŠZ‰Èu”Ú/?tM½ù<–N"ûŸë}*óBFÚ3.Ì'×#`ÆűºÈšú >²ad•eéSô™P$c0¹¸>„¸3…$n.Naóz¾î<°–æÇ
-%ÐéfÅ–‹@¥…Raàö ‰+$ª|²W‘ÉdÈß Ì>4œiA«|âÄät½z(Ÿ•˜Ûs_JéœBéöEÎð„÷ÀsYÚ›çG§ö\›»FdÞMØæPI*r
-"+ä[+kÛ:¼U¢öVbmÇ5¯ÌP:¨ã"EºHÿÚnøBË]ókƒDήV¨¶å^€`2T7‰Á¼ª°òÝÉCCO€©; üäPV}7ðCëa´n«æ´±~&‹>Ü®@«?Óßp(wõ5G˨”àÅÓ-å4=wçµ@˜WºSëqV®Dn®Ð5d¹=1ºÁåmßS¼'; åŽÖ…øêhOñÆx/´` :¬>¶¿A.FáÛ&NivÛáh«rºG^°v$ÿ<KÛu¦Ø*3ÈTn •Îù†ó} Á€t
-Ó4gM;ÆÚ¢Áá ’'þà†s€JçÑ¿GR0‘WÞ;ÆØÚmª·åÀGlòåG ¾o.TNœ5äš Èã©'䫸8ˆƒ„îî® ¨®ÉWŒöïùÒ.´%èœ:Ä‘é$0åàg 㥟£¢]_÷uÅ£n«L¥d°€³;·'Ð^,6oüG,¤Âk°%äø#GÒYE³Gà‡RÕîR ~9… Ö#0z¸Cc…m ¬ƒš¶ff[#Š[~Tr·íÚÙþGœªÖÚ—#´»ŸÑ>æöŽfBzQJœP½™®¼V:Ó,R÷®í‚ª,^¡‘üÒ`ËžT ÚÇrt-F‹Øj-Õx¡Eç¿÷n9’'¼¢%ð"óZñ0ŸM.õmš—'Þµo:;LfOÛ?ŸsË#åçytݧ7#-¤YÈ3ºüNªÈÿ²x¡1•’´7ˆWu­àÎ:0EÁG ~7vt¸{T—úLôeui0RM‰b~ æù ¶Ü+€‡šª¬N箨H5Cku¨ÊD¦’ 6¢:çÈ.] 8†0•/0œ~Ãs~ðÛóìÇéÌbtµg±å.)&íÑ#ð7|_U(
- ™ç°©ò&7ܹ3¬C™KŸ)ô»Ï»¸ËUÊ‹H‹ÿù¡0BJŠ²š*Z³ÿ‹Ê›É
-endstream
-endobj
-583 0 obj <<
-/Type /Page
-/Contents 584 0 R
-/Resources 582 0 R
-/MediaBox [0 0 612 792]
-/Parent 556 0 R
-/Annots [ 586 0 R ]
->> endobj
-586 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [407.71 188.725 422.156 199.629]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.1) >>
->> endobj
-585 0 obj <<
-/D [583 0 R /XYZ 108 690.907 null]
->> endobj
-54 0 obj <<
-/D [583 0 R /XYZ 108 621.9 null]
->> endobj
-58 0 obj <<
-/D [583 0 R /XYZ 108 514.827 null]
->> endobj
-62 0 obj <<
-/D [583 0 R /XYZ 108 443.619 null]
->> endobj
-66 0 obj <<
-/D [583 0 R /XYZ 108 288.725 null]
->> endobj
-582 0 obj <<
-/Font << /F94 409 0 R /F127 579 0 R /F107 429 0 R /F105 415 0 R /F123 563 0 R /F125 566 0 R /F90 426 0 R /F120 538 0 R /F95 412 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-589 0 obj <<
-/Length 3182
-/Filter /FlateDecode
->>
-stream
-xÚ­ZYã¸~Ÿ_á·Ø@›ËCÔ±yÚ,f‚ M°Ó@dó Ëj[Yôê˜ÙίO«(K–º·÷À
-l?ñAšcɇ…Ó­œ)–¨°Ñ¥Äóôù“kVÎI¡Ó`ïîÚW®á‹ÐƆžhÁkT4`_!km5[ ‚aÄÈ+Z^Z™Fî)¼L¿¨^„24ü.¬ªëqŽhp§6¹s  Ê’¹£ÍNÏ{,é–§SyôÁ
-©é0àÃ*äs[ªa²d’WŒœç•cÈ&Õw©6HE§”Z²q~-µÌ¹Y‘fc¬XÜ}¯@w±Å,jÁÙS¿îCë.…byîL)ÒyBgDb‰«~®º¾£çœVtŽêRò ŽgëÚažø²ˆåZZ8Köz,ÿ0‰åß¿ËA†rŒ¦£…ßvRZ€1½¶‘öICýbÒH!ž1ŸpÁkÞutåªyríc9D*fߌø“#{‘´·€Œ bÔ<\+µ!׉¾üyy  ÛÑÑ—±~<W1§ßx{tMI”Ã3QF÷DbáŽåòTžÀAsòT3§¶üi(;Ïd¡ÞXƒWf¯KýÃDêßóäšzM’ÜÄN‚Måû©`¯u^ ùù—÷4"­J˜–¬ ]i%Òx”úÁM¥®”šIYóž×Ö‡¢ì=’.pD¹2œ£ëÛ¡
-¿—MG¸þ"˜ºòiñ½Ë ç±=xw_šGy½¸YwÆtN†iˆím
-;týx> Fá)JΘ)––E‡Œ¹få„39¡»‚ÈÚüzz%k&)$–ôYùbÀ̬Q²ýÄ©¿R¾ös¼h´(œ®<B‹¹L€)»ä0±£ ©oú; Ì ©€±1dF$çï
-”¦ÚÓ†?L‹v^½Ÿ,_¬w,qkˆ´Z,jce²ffºù²OÀk^ßòŽQ€´‚ÊA_GøÀYqXqáÊê Ýsy+f!òä.OÕ­@nÆ¢xŵéDÿo †×ÝPsMͨ›±ìô`Ýx¤PwsT€‘$p ;S·OÁ€;#f
-a˜±™w|þµK½™™$»käc¿ƒ>…à\ßVeh‚0éf£´´&²E+©É‚à³ßØ‘1󺹣¼âÞàù+›€Ú‘üm-o+7ð ×¼ ß#f’êy©v‹¨ðŽ
-`G(ʯiÈ!Å(…qåÇÕ&  ý’Âò—2ßmÜÂøï‰Þú=ùöÊä”jN;ý¶H”¡éÛ¡d–Ô‚AôstÍŸv
-|9D+¬™[þÑ_+'õ9×î=× ×ºÌ;¶þÝ–—]˜ö©añÆ–:ì›Yè¹ó²û7õ­îZU^½(n%^f`:۵⿠úOÈ«…¯¶"2€¶' |á;W®‘-ãq—PzB~˯«_~b þ —ßÁg+Ô¤enë¦~57o‚Ç6_ûLê¿|¨_Ëì©jòúbÖ8ª¢–…x>vÛ‡L$rþu ­zÅ c‘&É[»‰÷€6ûÌB­€Å`i°Ïª%ôψ Ä>´'}âà‰a!Qc ¼™kI}ýê™"'tÆEÅ­”ÛøI±(ÞûÚré“0r‹‘S…^ Nÿ 5~[ŠiÞ~kO3š6ÅŽeW´Õ¡dðì«;€œg¥¦í{GÊ›%¿Ð «÷“å‹vÔ=Kî€-vN#CbŸ°ZD°æõýîMÛ_ €ï]Ï@݇Ë7HTvK!zà&Ù¬›£ñÅ-¡AP¾Ùz=RþÁ»¥€OÑ^ÕõÀ°41À¾hïÙiþŸ(†ûbøQ
-SAcßáóß7©Ãg&.e"Öø? ¹a—Сs«oðS(õy€z,ñ2hÊ*ý»ôë¿íû$”ŒŸÁ—_2íªDË©ê
-yƒ´¸w“ŒGz˜~9'Ýd±PJ¯“ÉîrÍÿ"ò~’
-endstream
-endobj
-588 0 obj <<
-/Type /Page
-/Contents 589 0 R
-/Resources 587 0 R
-/MediaBox [0 0 612 792]
-/Parent 556 0 R
-/Annots [ 591 0 R 592 0 R ]
->> endobj
-591 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [125.29 486.035 152.189 496.939]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.8) >>
->> endobj
-592 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [271.197 250.444 285.643 261.347]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.1) >>
->> endobj
-590 0 obj <<
-/D [588 0 R /XYZ 108 690.907 null]
->> endobj
-70 0 obj <<
-/D [588 0 R /XYZ 108 600.047 null]
->> endobj
-74 0 obj <<
-/D [588 0 R /XYZ 108 467.006 null]
->> endobj
-587 0 obj <<
-/Font << /F94 409 0 R /F127 579 0 R /F107 429 0 R /F90 426 0 R /F105 415 0 R /F123 563 0 R /F125 566 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-595 0 obj <<
-/Length 3786
-/Filter /FlateDecode
->>
-stream
-xÚ½ÙrãÆñ]_Á·PUÒd Ž¼moj]ådë!Uv@r$"K4
-[¤—Üg9¬:Mª—ÓÊ«z`©5ë~O ».Û[“¯ŸÎÇP÷5<tlº~Ø8SEÆô$ÊS™`Äœ©xOø¿£ö7s„l®àÁëvmyküú¹ªŸøÌms<–õ®‹H š`Å ¾™£b­*ŒŸ òåã–äÊ'ñá$:qskÖ¤ªîC{jCvwŒXÕÿáÖûu‡{­î0ÅÈl¹2ØæÜ…ÇóáöÞiC[â¹µ@6÷ºæú=±
-•aßDz­ÊÍ!̹ì¼ÊlœV‘úðá·—ã¦9T[Öå1ü¼ÝËÄ.F&Ù*W LÑ€Vy LÞÌ„{-¢ÏoÚ¥ `ýàÂ1<AO» ¬dÜH1BojÔ·Á3ürÝxÇ @¡‡í"¥,0`Òë
-z“ÿ…ãåHõ=yƒ×3°¬qñŠ=i\¡ÇB^SŒÁ§ú‚e;]E„Qûú’a ¶06UÍÝ« Ð nA `ÊÜ;«Î°–m‹›•/ÝyÌ}att‚º\'Y¦lê®ý6ÌÌÒKx
-m O ŠZœeë§Ð3ä‘9h–üÃ2 ’a˜ Ëp¾ŒÌü<$ɉõ¿)åËï€AÊpÊ8^ô/÷ˆX´¿T.¤FÈòô+ä÷²„4õ~%àÿgZåóè§Ù3¸<aMÀÆ8o„nùí7¶z™ùx®‡°ûo‘ÑÈRì°¨—¨KöÕŒ¢ö£Ôå3’Ô¥ìÊû¨«b\ñ”6@ºLÙ;Ë3d±‰Î'&#aÈG"²ÜC÷¹[@+èË_°Z0ü¹Ê†¾ ÛP‘Œ1›¼¸,lœÊáäºB”1c鼎‚û§ÁVY;Ÿñ6t9]ç …œ@×C£ ¶Ö‚ æ™\YÀvy÷~!ë/0¼ÃY¤îÞjп«êÂÛxÅÈnQ~—ûu_~Àô*0¸Œ!v ÖßÑ0Rt€ ¼èâ‚O`”v‰+™0SrQ"/£å¼”•ìwÒ×Kn›$QÖ'«Ä¥Ê¥æ3Y@œ}?š>Ë.[NWÓù¹9•ÞFͲ€8gv
-8TˆT ª©Â˜»_Ç.MЀØ&Q-$u쮲1Œ…–ë‘Niƒ7æ•3Ù»!Içà!uYîür.ë¾ê«€Õ+Å°LŠ¹ YÈἓÎ!ÔOýž,èI6”ºuܘ2 Ò–»ê,@ò®)' ð³­Ú-ÛÉÂç@ñd+,H“(MŠdÕ1ÔG° çš+ÐdL°µœ—¡ÉÐÅW-˜Kì%
-Ñ@6ð€ãÚ·^²ÃòQEàÔÁ¾§¦ª{ÚWñÆï„šGªm{îU}¤“³ž#=ƒj!Ð`‹ƒ´SÎá,D?5V$™'£ƒG̦8É
-¤ ")‹`)cp¾ãý'ƺÙz×*¹|”Ì|$A4ȱ pN‘aièeùÀ~÷9vÕó$6ÈÂrp ŸÏ3’Œvåè0‰rtHÀ„³zWKMbÇ|"H‘×Kß“|áJÁ°ø¨RËb¶)ϲO‰îa‡èXj8㪃&ŠÄœ<ÆÂ).^²Ì¹p^œc'ãKÎï_û3C%C²õÄ“™sÃs0q2%‡KÆ:K£~J1óŽ÷ŒÉ'4%&_IÊr€±\%ÓáïD`/yO HÕ..¼Êè?*Ö#jnåÂu—bE¸TmFº¾y¥‡Xö×Å|>dëî3ë_–×ÛdœLÍXƒ¿‰—ÿ YoX8Åfáº)šÓ:Všg3 ï``ŠâyµÏÇ↠„ûë-U‚Ñ$Rný¤Ãð)–ò® |¦ŒÛY}§—é‡|3ÑþR;Ãý£påL.ÉãÀ}t<X (ÅþŽŒ‡¥ xt{ýæµ»Rà!àD ¡’ÚF p
-aßðéؼZ5 £L!Uwz-dÒ9~É—ÇLíbÌc‡þZÌ$ÃO‹Ë‹Ü~aȵye½ùdÈ•)­ÓÏ…\(Pɔʉœ
-¸HšNÏ…ÐzjC O†3QçÀK*êãQñßñÇ
-ÂG±JÊ—KOÍ)}D ¼»…$Ó+J?ùx˜›(ÄE1|-„ÜØ4ýžqƒ8o~ÖÚÖñenó2³“¹Vö3/ïGÎ׿ˆ
-Kü¸œëL‘­‚Û0qô!ÊðQÇ´~­Hïñ{<'¯™ñ]r q¬à¬Î-†—w¸•rhÈTnRU~ƒ¼ à¨TÓÖJ°²ú±¹XKð¥Yʯ¹2iþۿňLÁv“+£S"y GlL[®ië Ú«Ÿ"ñmYwä y½.@ãj5§kX
-ÒQ,`%©ÿ­‘Æ@I®
-;}FÃgûáÃ-”y)ÊA×E›jã÷¤òÍîL•
-òŽJéCæ?|8åÂøЙmH
-¥½_¶ ÷Xƒ¿ø°‚:b
-endstream
-endobj
-594 0 obj <<
-/Type /Page
-/Contents 595 0 R
-/Resources 593 0 R
-/MediaBox [0 0 612 792]
-/Parent 556 0 R
-/Annots [ 597 0 R 601 0 R ]
->> endobj
-597 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.686 564.715 399.863 577.479]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.5) >>
->> endobj
-601 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.257 433.208 149.434 445.972]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.6) >>
->> endobj
-596 0 obj <<
-/D [594 0 R /XYZ 108 690.907 null]
->> endobj
-78 0 obj <<
-/D [594 0 R /XYZ 108 666 null]
->> endobj
-82 0 obj <<
-/D [594 0 R /XYZ 108 426.135 null]
->> endobj
-86 0 obj <<
-/D [594 0 R /XYZ 108 271.241 null]
->> endobj
-602 0 obj <<
-/D [594 0 R /XYZ 122.346 190.073 null]
->> endobj
-603 0 obj <<
-/D [594 0 R /XYZ 122.346 161.359 null]
->> endobj
-593 0 obj <<
-/Font << /F105 415 0 R /F94 409 0 R /F120 538 0 R /F107 429 0 R /F11 600 0 R /F95 412 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-606 0 obj <<
-/Length 1692
-/Filter /FlateDecode
->>
-stream
-xÚXKsÛ6¾çWèHÎØ(ðyŒ›¤q§M3rjz€(Hb+‘*IÕñ¿ï¾@S–Ò´Ï‹Åb±ØLJ¥õ"?½ÐI¹È«DUI±¨/’ÅØ?¼Ð²|‹ë·3»å‹ïÞTé¢TUž/–T ŒI'%Ëõo‘a_–D?Ç¿/$ñB颸1Êêt£Üëø67Ñ2¶:z ¤ŽÞãú}Gœe|k‹4z›
-d@ç’ßÒâ‡IÿdNž¨R—¢ÿæòüTUÖÈò{RrO
-¿Sð÷#ñ%šMüÀV°‘ïˆõŠYw3‹ù÷'â}ó WŒÕI¢²,sT|kt™¥‘NPôÅëå†,Iÿ5J¸~%Á¢‚£¬„i‘g¹J¬„HÙÉžI‚“癘3^Uàr¥l–ÍB§ŸBgf¡ ^²‚33R­LšŠŽ£wà ÜÂzlêñÔǺŒüÀ×®™XuÝÞ»vP—ßV™î®3J+²»FØX”Q·Á±ŠÆgƸkÚ혱ŽÜxyÉTÙ¢œ|ðtµól¹ôD5 ¡l>pí‡fÛúµÙ ·w±Î¢æº^¬#w(¦_v‡ãÞ‹­|‘`RvUQÝô5Þ0»÷õèÚ[4œbÀ;%zG«
-"‡–mE6-¢üÒ#™GÇnÿ¸íÚ°²íÝ‘B© ›S[ƒÇÆĘÃb8î›Ö“é0»óµ; êyþ ãèƒ<ùWb aÉv<_˜9¹;?x¶ó J×3ûS’˜ýžnšÈsº"Èè"YIJ¸¥]{¡q™©¦©àˆLLzà -Ïcíà° à"k4Ô^9%öÿK›¬ûêîp
-šÐ9[¨'[D²íàê>ÆË—Fd©ÒU1Á%­¬Ê’ê,y^îÇ]wÚî
-߯Ÿ,»„‡™Ï/øÔõ[ÑÛŒ¬®¥:ªiy„,D^
-3ê˜ÄwzPcžuã„zF‡F °Úý‰pìyæyhŒáÇ%a$Èïxòä=ÅŒOÎÙ.éFµ$,êEGÓB¢Ú“ok?mcbåw“ÿï†["=Ù3àszù6LðNŸ©<~¹IÀXz¿—ö
-endstream
-endobj
-605 0 obj <<
-/Type /Page
-/Contents 606 0 R
-/Resources 604 0 R
-/MediaBox [0 0 612 792]
-/Parent 608 0 R
->> endobj
-607 0 obj <<
-/D [605 0 R /XYZ 108 690.907 null]
->> endobj
-90 0 obj <<
-/D [605 0 R /XYZ 108 666 null]
->> endobj
-604 0 obj <<
-/Font << /F94 409 0 R /F105 415 0 R /F120 538 0 R /F107 429 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-611 0 obj <<
-/Length 3467
-/Filter /FlateDecode
->>
-stream
-xÚ½ÛŽÛÆõ}¿Boå« g†×öÉmíÖA’¶É `(Wš•ØJ¤BRYoƒü{Ïmx¹öÖNšûÌ™s?‡£W!üôJ‡Ù*ÉC•‡éjs¼
-W;èþË•–a›'P. ¬ã0Z­G+ÿx{õÅ+Æ+­UÇ«Û{Þ;NThÓÕíöM]¯u†ÁíÞ]¯M_›æZgAݪëw·_~ñ*V¹Ê‹«ÃÕZ'*²­ýº¨®u<ÂÂÈõ=—í™`SEµmûa¿]ªò”aI•ÍzÚíz˜àýÿþuðšêšƒa2ÇFÖí‹k?!$NŽ:ue]np<Ø®êàNÔ·m–ÊÖUuç¶Üø×¹íø…À_V\~5º†M £S¥c»Ò*Ê«/æ0[•™Ð×ϹÅ9«HE&Áî4·ÔýRº³È¬†Þnøô‡²ÛÓ„µM¥3 K…¶0«ýñÌ×:Þ5Åæß×: ß:FŸÛ®vžÜ@¤k ¸}_7\Ù6¢ô¡¬vÜQÈ‚²Ùü⢒äcW^›XhQ!œW/o{öÔ¡U¡ÎW‰6*N̘ƒgœìç®G“…›ÓU¦¢$#²¡ŠtÒïˆ8x«mÄ0þü6ŒÃð&„Bßè_æ$YCË×:VafÆÜÔߺ®(Cd]ÝHAâ²;#ÅÁ€Æ'®gFÙ<{ÞõG“Ÿ¾¾Ÿ4½þ›Ó»OÂÀ÷{W¹ŒÈ& ˆÒPŽdËdýÝn_uÜY¶2õXv P7ÜbôAåÎy«¸ÏÂ?ðWoKk.ÛúèxÅf_—pâFš¤zÆgôP¢¨„"# ]o
-fè,¸ØÖ´¥dáƹ$ûÕœÛu+®EøLn×ÿn7äöñé#ŒP¥u›š¬0\±®¤“Yát(7%ê²ü&KTœë ЮíP‘‡2Ò€s¤¼p’ g[‚í±$<ÈÜS(½ €éÈöˆ’Seë·ahšVNfy4#¥ZVîb¨úsBï5.•æÊ\2b[þÇ-h•PõzçFàØ—›‘ëdâ)–,C&/‹Å»®Í¾¨vh°q‡ˆ<wÜ ôÂT²`خʮ,
-vÌÛþp*ë¨5ï]ÑÀÈUá”,Š¨h>¹¦XsÇS'Õ±Ûï×Ä!
-ýS G§‹›6öù¢ƒkѵ¡™p6‡‰–²"ÆÚ« âibÿD pd$?8N¦Š«²&ô#öÊ ©?37»*0Óý³éþ)†¥óû±0[+6EqãEÅåÈ…·—LF‹öõù€úËF
-ßÔÝ’îÈ >ðÝduä]B¨ ž44ŽÚX‹y™“Mµù-Uï2fʦ3M3TýÖ²rzL¿y
-š
-–5²…$ˆLèV<PÞ3 È€vqh\±}ä3SÙvø½;ÚZ4˜…À11$Ý…)Ñs#5Òj”
-UAéxÅ­oÝɳY:hÎUÕ÷’âËE“¯l˜«4|ΗIÒz†±>ÙAþ" "0heÉYV³Õl
-áðε@}p˜®¥wú²Pâ8MÐu¦ŽžüÎ…¤Ê9"™Lrã¯þ’8 Þ{b“ipBÄÇ•K@ýç|"h„ °š:ò©)újtÅ ÷ œ[ðû@«‡^m÷©ÌñŽà˜Þñð;Þ×ÕÒf¡²ýòçZUsj0£<–‡ƒ¿GZ âÑ]Í‘iÖ`Ð)ì•eäÞpP”€Mç‡D[iüÒO™ë®*º«®¹ˆ©(#Š1\¹ÛwSGºÂï‰>Û§"»CÑùM/¹|!&Ë”Iò>@!Eófn#m¬â$}¦?ð¾í²èÚª¬ÿ¸ð1Cûn
-*<×+yüÉ3½’w?&ïeµ°E®l’>7(ý|Š÷ xÐà»ëgRã“að—xüt<Ä¿?J˜ØªÈ¤Ÿ“!HztÕö cߨD›OR&R`âDÓc–“”
-tm0¹Ì†Â$£ï¯ÓÇFEƒš^†Â@XØ+Þ Wãò½†… ó<‡x
-*cñ 5»W¾½Øð³×£éôbcüPhØSŒ…t~nJ{FÍÞ‡ø9K§ Ìcs /ü”Þ€
-a¶Ä€e Œ¬c`:¥-錖ޥ­M?åû댉 †¸OâöÞ(Øè#×þy«ß‰¯W>-@=­Ñ;{˜<-nä Ïë† $໡@(m“‹çuøƒÊ~†qeizsgãQ*âÝ¡÷ÿÔ«àõxqoÿΉ=hŸD¥)=«Ì€6Æ,*ŸÑÅÁQ¾@š è;'犻ä¦(qFåa’è"?s-S=ÄŒw¢wvv>.Iú³fúÇ?yÂh=Á^ TKô²h€w­Â(_<X>§T›eÅjz='SèŠú|+;ìáÏø/I6×t
-endstream
-endobj
-610 0 obj <<
-/Type /Page
-/Contents 611 0 R
-/Resources 609 0 R
-/MediaBox [0 0 612 792]
-/Parent 608 0 R
-/Annots [ 618 0 R 620 0 R ]
->> endobj
-618 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [332.003 152.17 338.179 164.735]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.7) >>
->> endobj
-620 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [478.503 122.164 488.465 133.781]
-/Subtype /Link
-/A << /S /GoTo /D (section*.6) >>
->> endobj
-612 0 obj <<
-/D [610 0 R /XYZ 108 690.907 null]
->> endobj
-94 0 obj <<
-/D [610 0 R /XYZ 108 666 null]
->> endobj
-98 0 obj <<
-/D [610 0 R /XYZ 108 401.793 null]
->> endobj
-616 0 obj <<
-/D [610 0 R /XYZ 108 379.793 null]
->> endobj
-617 0 obj <<
-/D [610 0 R /XYZ 108 202.865 null]
->> endobj
-619 0 obj <<
-/D [610 0 R /XYZ 122.346 135.465 null]
->> endobj
-609 0 obj <<
-/Font << /F105 415 0 R /F94 409 0 R /F107 429 0 R /F8 615 0 R /F11 600 0 R /F120 538 0 R /F95 412 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-624 0 obj <<
-/Length 4227
-/Filter /FlateDecode
->>
-stream
-xÚµ[_s㸑÷§ð[ä:!
-“Kó÷4ÔÑ/Ï÷×»£WŽS˜ÕŸè÷ÛɤBÍÅÔ.S¹·2¶‚‘ŠèÕ{Þ|ûç’ô³|Åö%¾0‘¾Þf0[b™§Ç®Ýž6Ìh³ÕǺ¯×{yiOÃñ4p¹ì¤²«~>Õ]µå·¡åçšZóUÝôwzUo+Åﻊ—ª¯ÒÌ# &)”+ŸÔ6=<ëMdJ¤Õåm!ý妓éÊ}/¥¾z.ŽBÒN(Ý·›rÏdlÚÈê¶uSDÐíƒIJZ«Â9š¡í‡ê
-œÛY0 ðH3hëT‚û¯òÂŽþ–šÛ±öø£m}¨š¾n›yv©J´>g$ñ’m.Q^OŽ9 ýAlªhìø¥î™úþXmê“ÄÀ‘Ó«{®\·ÈEZt'‹ÊŸî4p¾ âªÜÚÿð°ÚÔÒaµ©Yi~E¢BUnvÜ2Ù j‰ÚhYT‹$âS/°D{§ò(ƒWð$)F¦à Èœ®mö¯\Ó6Õt^3eÍ=·
-që Ì['­—imhŸ@ÒâÖ;Ý:ÅÃÁë¦c+Ñ1]Õ÷ÕVTf–(ÎUfZ6ÉÄÂ"jöþGcòÐÖ²-âè³mÏ «@¡PÆx©·„6Ú³~‚¾Bǽ|²öøÉ^x@>ì×à/\î×tG¿®:ßÚ0W’piiLÐkïÐ[~™(X–¾ÀÁŽý6-àçD‰ÿôN
-<þŠ™2ù*6â2¢5uÛÓ¶
-l\\y'S›¨˜/ß< ƆsÖ–Û‘C# 5´÷¢ñû¥X<8׊
-X´ˆvœFHBš Y}D¹(÷§j9âïb¢pY%œgOÌ¢¿„ZBKC•G(\÷²€VrnÜË…-ÆØV8ÑÇ®n`g~s—¢ç@êâØBÕkÐ ¥sÇLÜŠëbüZFпÍ1%>[³ÙÑYO‹‡°’Ut0à—¨±š!µ@íCZ¨TσÄv¿dŠ‡sêï0̯W˜Ç“S¯lrm:6$q£6§±%‡•¬ÚãP· …¬ zæÛ¥AMc‹(›Ù·ó¼Š–¼Ê=7®ïL²: bÆPçsÞ´èP:R’nÑžß9§æÎòqNòX¢H¶fN4øJHÛÑ6€.> ÒO¬
-?¿Ñ¤”­À|+‡´9ùå³1g1y|"zÁ)M!»4ÍmL¦Æ„ûê8F4γ&ÌÔé:X?2QÀX/bÌzïÌ\(ÄhûÄRå
-¼‹óܘ2à#f¤ä¯|´h]3•ùP†§èm,ùÆã¢÷2Ç$’<avkÍ¿†@d¿B³Yð~d EÈ·Y§¬?so0þh±ß',Ëd[(øükˆfüfTãœ/xï‡l¼Ð  ¨” 2¦¬ï¹ /î`Û (¼Ä¯`C Â.ùž4éd¼ž3@P3È0]uìÚ kT+<Ãv¾ãa2P¬©¾ê’‡åh>í=ŽPˆe¦œOæL—Yë c—…Ï*ÁñáéW{Žêpü¼„û`,е!†Š. 4b1$KG=›}pÄlå¶
-ðîÌŽ ¡³–©ÄòÉ=ˆÌÌts´åÿ"tð‘»öòŒ²˜½×îÌc™Q6áÿ[¹SEÐΚ΄vði§iì9¾Ä€×57Ú¬Jìêéëç†8,& æ Wjik¹IúdÄ÷®–ÄÅ*‹Zå * è‚Èã3ý|Ï3€øƒ:"öÏF÷zµ‡L„ÒéÜ!áKLºŽV²Ý†v¡ ¾Ôc2/ö jøV5$¾/K‹6ºLa‘­^^¤âwÂÈt¨ u‚2°ݦ†öŸZh?¨~³?ÑáÈ¢a€s›eÌ'—M¶ú€ÀÖFÔ„ûŒXº²éõ007&° áV¦Ⱥ—ú8ÈR¬Ï†ç…ÐD} ·Cê`küêùt k>Ô*s–KgÔô»Ö¸[o°ÿAzN¹ W¢èrhŠ°òÜHëUö뀭,é·¦ŒÛ åuäTÒ ·FSpˆé«À\¨àTפǺÙT²E“ö§–®KÙt¢‹áŽÐ¾ŠŸœ/œ|€TϾ_ äbhåa¼S8¹ ÉÎÄ@LqmÛœu{îÊãŽÀr–øˆz”gC“t¢? wÃåºÅÉ‚uÇ*‘ªÚïûKÐÜp1ðKâD¬f8üâurš'‹$(à– ÎƒœÀiè«ŸOU³‘z&
-Q|t€gX)\\ÒSx½É~Q»IJ*"n¿‘k„ceüµwŒß6îsÅÄšIò6®_ÖìEm#k$Ô‡ Á«ƒåp9r½Ð_ۢϒ½E¼tý/—Ë¿Ë“«ïGQpfŽéªa£Т’ÆKý?I‹Â/˜ãS\N*’RƶžÒJ™¤•2¼ 'ø&ÀJ´£(‰Nx¶*-ÃkÙÏ¿ÚìªÍO øãGzµ…í¢¿“Xg×CŸ;÷Ê ­¢
-BI*=»wŸ!Ú×E›èßé½iŒ?
-endstream
-endobj
-623 0 obj <<
-/Type /Page
-/Contents 624 0 R
-/Resources 622 0 R
-/MediaBox [0 0 612 792]
-/Parent 608 0 R
-/Annots [ 626 0 R ]
->> endobj
-626 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [138.276 509.088 144.453 522.186]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.8) >>
->> endobj
-625 0 obj <<
-/D [623 0 R /XYZ 108 690.907 null]
->> endobj
-627 0 obj <<
-/D [623 0 R /XYZ 108 333.771 null]
->> endobj
-628 0 obj <<
-/D [623 0 R /XYZ 122.346 181.929 null]
->> endobj
-622 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F8 615 0 R /F11 600 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-631 0 obj <<
-/Length 3475
-/Filter /FlateDecode
->>
-stream
-xÚ½]ã¶ñý~Å>z]V$õÙ>]‚Kš iƒÞ ÐôA¶¹k5²äJòímùï/J”-û6W 0`RCj8Î7¥o"øéå7i©"Ên6û7ÑÍ€¿}£eøÇïƒ _=¼ùÃ7E|“«"Mo2&‘<lÿ±Šoá½$Z}}ûχïiz¦tfqº‰”5àÆy»½OÍê‡àŸ!½½·Y,_Ñÿ÷ôÿþ5 Åþý¿—)JS¥ãX–P8~c#XÖÓoÞ=ŒÛL¢ø*püŒ ú¹ŠÓ\Øp“&¹J¡Å5~Ñ6v\÷²<T›OBerS
-Éw¥˜0 šÉú%ŠL× -»®lž\ÏCmÇàÁï0šhà–¡kÙÕ÷G·#æcÏ H\"Çž%îjž@Ùx¯áÖÝšdõáV'+†…ã¹Ï•óÍÐÅÈÊ×ÜÆÑêCÕµÍÞ5¯ôs„:½Û´8ñ
-^æ€óØÜLПqm½ziLľ|áθ‡à:~ÄsÃöػ֠¯ÖÞHræœä,RQâ)jìÆ\Ù< 0
-cñ%…Ê ïò~
-‚ïîoÊ£Ÿ€&\Š
- &¶«C]n˜FC^=ÆeàNé[®«^
-:ƒ˜¸#mÁy-·õ–…68»_8hÊŒuINnm¶Ìtq2žäÌÄÊi` `>‡„ÐËõëœü’›µF’0¶UÜý “2´
-<°s{± I’ÎÞƅÞTŠ RÌwK¾®BÛÂ-~ä—®î eË°÷Áû2qÕ>Õlr®%Z­!<丘3Ò!)ƒˆQÛqb*ŽÞW2úyA. ž§àu ÅI¨îÎí!‘.Ø;i¨»ÈsïƒÉ Wdb©ü¤Síø„%A}g°Ðv‡}{cé²5DE’³¤ûz6J [ù3~ìÚ=cʃŠ„¥6J’×on´‡dCc\û§å·½ä˜³å×q«çïƒSo[¸ 0C #ebýjúíÿDüô‡«K8¿Æ„ð8\88“Ì$¯¸iò“I^à ôŒáªèáÅÀï?ÈQ·Ç›K¯äjF=w“_bBœªÔ¯dÂ4ù
-d’gBÙuíóuõC&¼’æLm̶Úg6ÇÖ®ÈÌ'£µ£ò?d2[:ì`"{PüÀwB*-—Ö shû¾ZSñ V˜jÜ'.¿Rø²ÐÖkØ8´˜@÷¶?Ë 3Àa¿ êƒQhL>«C±¥RI+¸_n 8Èm¢Ôif$Ð×
-éµ²šš¦²š¾PV³¹c¸Í¯åÓylÁŒ1Ï·„ðï„ðm°ù¯€ô\–~//—©(σˆ¶»9bˆõ:JÛ
-
-…þüKœÞ*äÏy
-©:ÍźÕÇÉê ox€ãè'sØe'ÚNäµKŸÀň÷kJ—ÊÇÓý¹\ªàÊÒ—Žè8›û;@Šw,Á…ÜÅMµç
-endstream
-endobj
-630 0 obj <<
-/Type /Page
-/Contents 631 0 R
-/Resources 629 0 R
-/MediaBox [0 0 612 792]
-/Parent 608 0 R
->> endobj
-632 0 obj <<
-/D [630 0 R /XYZ 108 690.907 null]
->> endobj
-633 0 obj <<
-/D [630 0 R /XYZ 108 666 null]
->> endobj
-621 0 obj <<
-/D [630 0 R /XYZ 108 572.751 null]
->> endobj
-102 0 obj <<
-/D [630 0 R /XYZ 108 422.931 null]
->> endobj
-634 0 obj <<
-/D [630 0 R /XYZ 108 394.521 null]
->> endobj
-635 0 obj <<
-/D [630 0 R /XYZ 108 358.655 null]
->> endobj
-629 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F105 415 0 R /F8 615 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-638 0 obj <<
-/Length 3623
-/Filter /FlateDecode
->>
-stream
-xÚÍ[mã¶þ¾¿ÂßâÖ,I‘””oykÐàÒ¤9mq ²-¯…“-G’³Ùùïáz±h{7 â
-yŸÏ¸]j–Jé¾{˜°ÕL%®óeÔ3%•^bÊ#ý¦Ÿ dü—NÏ¿³/ÄÛ/W$,¥piß t Š0 ªâL'r¶’q%í€ïE¤ŽUqhß9±t/v¤™6ÞÀvŽ£ä–?­¦øo>e!K;*B Y|ÿK€gÂÈ+2(fDäúÕF±¤î4Á½Ç4×–†OÇPL$jÖ“\’Óœ­à€,p"nH)¯K)‡RŠß.å™ –òcØ:‚÷¦Ì@õ*õªýujÕ`O)Sµ«Y$K÷yÝ =jÀxÓxÞì³²ÄÇd¾)š®uÚ¼Î7Ô‘µÔÚîrz°öØPgsÌ×Å{Î%QÇóâ@uY4-5U[j©êç̲¢n,ý7Õ±-ªCVZ¶pF
-Š`©&åfõ½Hæ§=HX
-~:ýÃ7ÆP¹13}7ê"NçN=áólÕTå©Í©uS€ L‡^ÛÕ'vä ä}qÈß“Ó÷›"ÛCß½˜×Ô`×QXž°VŒ:—]c¾½SÉNeKz3 ¤5Û^oVT%'…Ž–‚8À <‹BÂ/l»b ø¡¾õßôQ?¥©Ujð–©w—÷(y DÍYgïĺ8m6ù`­8“‰÷wòØN‚¡Kuñfè§ê \ñù.»—|þîיѴ䲴¶i…*ªÚ½mGºãóuµßg‡MЕ§†Å"é¾Sƶ(˶>ƒÂ½îv™µ 3_åùžŠ¦9YÙàù=ÄUgÆkÍÓ»éä@%5²…ÉÐc÷ÝåH%!@ëóuDÑ·YÙ„d7L
-uæÜFJ‰Ò¼cVÊ”a$A^')¨DÂ<èµ$¬Á±®6§uNÍÕ©-a?mèm]Ôë6QÞ}ÔîèÉÎ_¸!fy5ù†QßÒ­«M
-aÃØáࢴÄ6ƒ„œHVçŸ{fÁµ)*‰˜ŠtÈ5 P„Äù«Hà¶ñ»Å€AÀoâÆú‡'²µ…ÁHóaªo
-˜ñLÓfÏvhJ¦hý‹ÑÖù 1fÞìªfz]9Š&/·‹ÙÏÇ2;dmU?ßCûu“§úBCóx¨Á`ÍRq¿‡>"®ÕÁK…F`›ú„ߊÃõ·~&<ÙôÇèþ#—Ga…‰ÿyØä~ý±f!9@(1.0ìäGÙ>çUÊë¦Õ0í±ÁÖQj_Ñp!ß•NŠP½!M!å_™û0bˆë9–àá"ušÛ9º^<òÛzPµñu *´ ‹;Ð}«¬¢˜î<}Ö\QžŒ˜áâœk
-W‡"6 qOX¢¼‰^‰n°]ž)gƒªILI!ümŠŸñ!™£Yº&»¹±
-n¬#¿RuA6€\ñíTÙ„QÙ/T÷øu*L@w÷^'EÑø(µ}< ̦JÄc ÷§QÆFyÈÝi½ºBx:T-}²r]tÊGmÅaÄÒù|]щXìÐ}Ý®·rÜAà¼O
-šÕ6L%@’CuNtfŸ@ôîà\j¦©µC« cKïtz©:¤Š ¨ßOîú¬‡ýñÔ]^§Í\BBœ¼49‚ïdà”Fq{
-Ù¾6· +£¢|ÈÆaY¸:3…Cº–}„ìÓv—~¢Ì—º2‚EûKžœ¹Ï=ñ¢§ž×3†sO•
-gik
-endstream
-endobj
-637 0 obj <<
-/Type /Page
-/Contents 638 0 R
-/Resources 636 0 R
-/MediaBox [0 0 612 792]
-/Parent 608 0 R
-/Annots [ 641 0 R 643 0 R 644 0 R 646 0 R 647 0 R 648 0 R 649 0 R ]
->> endobj
-641 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [220.089 544.235 226.266 556.557]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.9) >>
->> endobj
-643 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [269.332 404.067 291.25 414.971]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.5.1) >>
->> endobj
-644 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [354.663 323.37 376.58 334.274]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.4.3) >>
->> endobj
-646 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [460.399 207.111 482.316 217.641]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.5.1) >>
->> endobj
-647 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [479.761 194.782 501.679 205.686]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.5.1) >>
->> endobj
-648 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [463.417 170.872 485.334 181.776]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.4.3) >>
->> endobj
-649 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [226.275 158.916 253.174 169.82]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.10.2) >>
->> endobj
-639 0 obj <<
-/D [637 0 R /XYZ 108 690.907 null]
->> endobj
-106 0 obj <<
-/D [637 0 R /XYZ 108 666 null]
->> endobj
-640 0 obj <<
-/D [637 0 R /XYZ 108 642.364 null]
->> endobj
-642 0 obj <<
-/D [637 0 R /XYZ 108 535.514 null]
->> endobj
-645 0 obj <<
-/D [637 0 R /XYZ 108 267.704 null]
->> endobj
-650 0 obj <<
-/D [637 0 R /XYZ 122.346 153.465 null]
->> endobj
-636 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F11 600 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-653 0 obj <<
-/Length 3529
-/Filter /FlateDecode
->>
-stream
-xÚí]ã¶ñý~Å>ÚÀ.Ë‘”ô!I/Å¥HS ûP éƒÖ–×ÊÉ’#ÉÙÛòß;Ã!eÊæ~änïò,`Q$5盳â‚߸<¿0g·«Ý+~q Ý%üðŽ_E¾¾~õ—o‹ì"g…1×À¤Ì& ×ëÿ,²%|§ùâ›å¯¿sÓ-VátÉ™’`ã¼–WF.¾~©çŸË+e3ÿòµûýÎý¾†_`±}í~œ–˜02†‰,óK0¿P–U…ï;_½¾ž¶©yö(püŒ
-Ú9ËLîÉpa´a\ ~*Ûwu;®«Í{£¾(
-½¸§—¦Â—Û¥Y”º+”…J
-Vhí>½vCˤ~f åº_ûî<“ÇÞä\ÃÎw;"¼±ŸmÐ6à®·Ýa<߃’¬aQ Þ”«·CSÛ/ŒY0õ¤„˜”9y-hƽžËª5›"y“ÞÓèxÒx‡ÝMÕ#›Y|‹#ŽãaÈñÀ»r·oªKbi3™™1A¹+ü Sp
- #µÃ9Ÿ‹-œnŒÆL³~å4›¸TiaÎ SöDïÌ
-»Ã0R+M+ ³¹Ž‹Äà’Ø8-b Œv:hFàß´~Á.,Ø9詹*‡j¸<ANñQ̤°Oj’lR áÄ
-\ læ‘'4Ú©àìûn}Xa0Ð!ˆhÁDa ‚¯î{×È{ßUíè§nún—pC hy•}—‰g(‰„øÍÝ 5qIðGfxbè‘z-‘=Žæ<îutunTL` ”$Ì3=?zû urÊXm^pò%ö‡ØVã
-­¬6ÄáØîÙ¡©“Œ–‹(ܳÛW- Cßv-Dn`_Bl@ûßöÝávK³Æ
-ØA±1^±¹K5l!{ÞÀÛ0T=8õ&ÌŒívÔ-=7ÝÁ§Ór :o~äëÚ§mû*dÕœ)ï‡/赪}fÚ>C­nƒ©ð"Úöâ>`>;מˆlb”àA´f*ƒ¯]
-Ú5»Õªê#õ€©«f¿944Œù^ì|Ûv¸•;ß»ESLÄB~ÜJÙÖÞŒ¢›:nAý4ص'ò}JWHªZ?;%1±^ÒB\)8ËÅ™_ëôÂùÅ ˜#;]Ì‘“.p‡^&¸_ÀþA<†±ìS`˧9¤eZ›ºo :…~Õ$q¾7g\ŠI¸«šÆCR"
-X]2Tí ¦D¶‰³àxûFR†ÄVÁL8£>/JÖÇÓØŸmž>[¡%è<ù¬³½RGK;OT:úâ–!ôvœBwlx__Ð BV'þD‡ÉùKî3G~hTî¶-†„þÕ%5g
-þ¸ˆuÄ@„ôð=ÕXõè>“k…]7÷'¨‘„RssCiå cDG6Ü&®Å€òXF`gLÙåñÍ4‚¥ó‡fæôžúnü˜ÎÕÛ»:Œ;@¼C°mL± ˆ£ô8‚Øâ¸Ð¤¸ÔLò¤1-èr3w̱A~<`#ˆŠÐ·ëþ, ÿh¶?Ãå¼\‹Ö6"bÃKìÎ…õÿX¯özª/𶫰d¢ÁÁœdj‰¾u¿ÿr%Co\û›$á­ ò¶£¸Ê­ˆr5V[Â¥ÖÝàÅ5Ó'ÚÛk]®åzí}Ozy[•ëÁ]Q¹þ±¯hnæI}7”„­Û–HˆŸ·Î4©
-=Ž?q
-=¼|CkfÔè"ôÒÒì~^â…ä8Á®û€B( 5çúrµrå)·dÏÜ]£æÇ(Äsìd"§1°•«COøÐ=úó&”Û‡SR†ÃÁ?·r©=ì’Î’ÐO•
-M®ðû,ž2_ÃõÑ8
-ð?n:®OF\»ö‹8šR-¤ —['f&ø¤3¡Ì²O_3@ðD9YT€åƒƒàDeü„œqØ4ËÂs`ZñùÌFBÇÛø ÅÇòÉ.¤^^!o;rÔ¹;‹]}w8£ýµ¨s˜Ï•r°º˜/m[ -{ùJì“‚Ê<x˜õ8T Êa¡œ‡JU]áUIýT^Iíáà\9´9ï{­ÉƒÄ±»#IüÐi…B…¨7ò‹…Å
-"=ó‹_ûòy%_MŽ²8–Þ»ÁT/§ÀôWDªìëò¦ KC}Kk¬4ÛúnšØük·IÙ ‹Ušú÷Ù‹±r1
-lã‡ÖóÁÊù®ÜrE0A¡òyî´/‘wþ
-È€cÙ‡ü'z’¾r«ÞÁMJ––°DñLÉ:N~D²ü¤Ó
-œKøQø£/Q² !ñ-{¦}ßõ%;ˆ%–`ƒ’õåÓý
-ž[¼G}GÕ^:i€4ÓõZÒŸ89Úñ€=°“Õ›Ûƒ¨Ê ÔC*Û¼këzo|Eæx}’D))'ÝÎs »2¤ªgÿo7ÐZ×ȹÄvVîÙÒ ·”m7Ρƒ?êÿÇ'|ÀÖ¨Þ|UŸí”³2ˆ¡q™îÄ‘)W| üC¼³Í
-endstream
-endobj
-652 0 obj <<
-/Type /Page
-/Contents 653 0 R
-/Resources 651 0 R
-/MediaBox [0 0 612 792]
-/Parent 608 0 R
->> endobj
-654 0 obj <<
-/D [652 0 R /XYZ 108 690.907 null]
->> endobj
-655 0 obj <<
-/D [652 0 R /XYZ 108 664.406 null]
->> endobj
-656 0 obj <<
-/D [652 0 R /XYZ 108 570.376 null]
->> endobj
-657 0 obj <<
-/D [652 0 R /XYZ 108 501.755 null]
->> endobj
-658 0 obj <<
-/D [652 0 R /XYZ 108 432.178 null]
->> endobj
-659 0 obj <<
-/D [652 0 R /XYZ 108 289.894 null]
->> endobj
-651 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F90 426 0 R /F11 600 0 R /F8 615 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-662 0 obj <<
-/Length 3846
-/Filter /FlateDecode
->>
-stream
-xÚÕ[[ë¶~ϯØG/°VEJ¢¤ô)—“ m“É äA¶éµYr%9»îAÿ{çBJ”D¯÷´h‘â
-‡³Ã.×°À,ÌA*â@äʬ3 Wú~-aG‡â^†«ßîEbk:­k,‰UQµ÷b¥‹Ý…¿÷͹]0@„iÉÌ°€Wöýý+­‰·õÙre2 ”L̸c±m›ŽÐŠÞ”Š_ïÅ°Ô‚Wq,ê]Ñ7íÅÔ³ÕÓù¨k3jÛÔ]ÙõeýÄßÍÞô¬íˆMÙ·@9[‹HqAAyªÏÇnárAÃñwÛ4í®¬‹^ó÷©(ÛîË>-´ìøss±CŽÇ¢ øãñ [3´°Ø rÞt?6­6a†rs4}™-TØB]i¡YB막×Ϊd”­*`
-—ˆ#ð[öúعUùªéáȸwüê/'ëÇ_™AýAôÌhÚÕ5õÓÕÝIoXYTÕ…«J‡o{2øI×ÚYïæâÙ
-LV§¶yj‹#N%cØ×˧ƒ)n47!O¹Äâ>¶¢^—,.8xÏíM=t<W;nëÊã‰Õ­Þ[ Ø7ÜL%Qs€æK¯Ûº¨¸æç0”•Y¾±Ãfß"àÆÇCÙy¶Y]85]Wn* á‘éÚ(ŮѦki•†Ëû¦ªš{˜ñyІgâò±Tw=(ø (¤¥ Ò`šc•‘šJtÒèéÏ"ŠOMu©ÊZ¿7:Œ:„A&L׃!&ñ=
-2eUžÄqAAÈ ‚w)=ëqIüsiU’ Vð0ãÕÖZ€ç$ßC{-3¤h,Á$DÙbÇXƳۗ•o÷¹
-’ÁcÝÚ>KH]õ’Pir‹ ê:`ý!lÀn$§~ÏdsÉvÿ—í.*aOÅ;ŠSÖ,ìAhÏUÅDŸJd{Ç~jÐ+¬…&Éž3ê…ým]«ÿ~.[2Ð8]ÓÉšB—q»*3 y‡TiMMÙæT™ ¡°Ó°
-G§fÍÔJô tîŠ'Ó“D ͽÁ§Zr¥iêΛNoûìÕ óDqÄ©ºKâ<Y†°†›Ú§;.|ç Û{ít_  9IBA
-¢ÅÜ
-:†Â{¹lŸ×gœbÈG;XvÔý¡Ù1‹lA*`Í€ÙŦ2,%óJíÆ—Ò¹É$á¥Ì½"q[DÖbɸSœFÄèa°váB±’](–è”áeÇý
-À¹—­>‘Porö÷
-ÁVÓ™^†=m %pbµ3µLÊ´¤¾†Ä©Üö€£t¥=€/ʃ,N”O#Þ½àbÙ‡¹«2«¢ïÉëâ:ZŸÍLT®ªôÒ{ìbJ¦b¡Î²*ÈÒÔ¡Z¼”H®:ÓÉ‚hð:(×UXF"
-Û>¯Ï8#d¶-ƒ¨)æ€ðK
-(زQu÷“ǃ"dêžü
-Ö.: `“9”¡ÕU ‘ùÓ‹&”#jz<ßÒÚ&A*svÃöÀo&ƒ¦ºA/ÞcŠ½I‰Zï3™ªÄBu€Ïo™Ø@˜ìl<E“?ÔU9¤åì4=eѱ8Öøe*~`~Ñô |¡Ôj{nÍÅ ðöëzƒ
-MŸ×'œ²‡Ïâ#æ7¥ÅðL ¿AÁúþÂuÇ3X©ìI¥
-¸AÉÈæ÷Õ¦í=~B)ºr|÷N
-É—ì6‘„Fjöf ÛM~'NÆ«þ!¿•|Goo܉‚E˜ù¾ªg¶E§§ãD.ÖÖæn€ï¿:ݘÝJî0"sB*d8èvr£_uåqÀ|vâ8]¹Ó¯çp¤c,€.'Nç·P€àå``?ìQ^*GäOé¡òºî{=öMjp׃*9½÷ý¢iGžyü¸M{®Ÿ®ˆ½‰\Jƒ¤áÔ1ÞÎù—Ã{DûÖj’¼–WÀ¹Dò1k<¼w*ìS._ºOÌ ÜkîW‚ Üp¿óËíË[HmÊÀ“™ ‚„‰H) »VøøÏf><7(óìåûm!<ž¾êaÓlÎð÷—Û”h•~I<–xáeÞ¿øÈ&øÅ.`ºH?\íÛæÈ3±]‚ª¦òM ®$’ÉÎ×ÅD×Øß>\ïÏUyÉcyûz
-¬r³‰ó¦6s…•µæ;Aªgj1ÉÝqó˜#A wóXXkóXÔôè¿ åÄ"}Cú7
-ÂØ*Ötø"P‚·NÆÃlà´Öo‡MÑz9¾Š•æ‘›$à…¿|)d^á|Ìu6Eûš†ìvÓ±óû ¬:¼*úrK |º^¥úÁ²Žs’›fäBè_×[ýFïXf÷ªš¦à:â|̧R–Ð܇|ËÅT<[òZ51õ¸‚sÿhR3ž ,‡ÒDí®¨•Ê‚d¸v
-Š†¸bÈ’ÛÚÆMÕf6^xÚ·cÂŒ^ßV—åÃd\vÛ™.£«-ë™Ë5ßì–|sòÓnf í6˜ç1㚀җŒÈN9 ÿ·=¾!
-endstream
-endobj
-661 0 obj <<
-/Type /Page
-/Contents 662 0 R
-/Resources 660 0 R
-/MediaBox [0 0 612 792]
-/Parent 670 0 R
-/Annots [ 664 0 R 665 0 R 667 0 R 668 0 R ]
->> endobj
-664 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [342.48 546.035 364.398 556.939]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.6.3) >>
->> endobj
-665 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [230.132 510.543 252.05 521.073]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.7.1) >>
->> endobj
-667 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [291.044 373.059 305.49 383.589]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.4) >>
->> endobj
-668 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [313.29 324.865 332.717 335.768]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.11) >>
->> endobj
-663 0 obj <<
-/D [661 0 R /XYZ 108 690.907 null]
->> endobj
-110 0 obj <<
-/D [661 0 R /XYZ 108 666 null]
->> endobj
-114 0 obj <<
-/D [661 0 R /XYZ 108 504.815 null]
->> endobj
-666 0 obj <<
-/D [661 0 R /XYZ 108 482.234 null]
->> endobj
-669 0 obj <<
-/D [661 0 R /XYZ 108 307.121 null]
->> endobj
-660 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-673 0 obj <<
-/Length 3070
-/Filter /FlateDecode
->>
-stream
-xÚÅÙŽã6ò}¾ÂoëÚ\Þ’g“Edlú-“Ù¦míÈR¯$§»äßSÅK‡ÙGv’Y4ТÈRU±X7ÍVþØŠÑ|¥ J
-š­vçwtu„é¾c~yƒë› À‡»wÿ¦«œZ¯îˆ€p.#’»ýOkyß)ºþÇÍÏwßYðŒ°L 8§Dð p#Ü7Í×ßOþ»™ÝlD&ýËûÿ;ûÿ#üg€Çwöÿ‘DäHk¤ô$®¯²¢ðs,ÃÉwïâ6•/Jׯ¤À`œ©s/†•V9ÑðDŸ˜åcÕ×Uc~õ<ªU<Z1(JræÙ9¹eÆé¸.H®•_o³AT×X„ ™¬òh¦\!í׳’ØœpÖ†1R(yݶÝÞtQ˜‘“¤®ˆ`nkw'Ó8!%×egjý‰R~¼t~ú\wãáTfß•7L­¼ÿ%ä¦Ú.ÎÜ°µéÝ[@
-ÅH¼OEÌÚïN¦ônäDÜÞx·Ñ_¶½Ù UÛ,}GOj©4'ªhân©;®Üàß 7ðŒ®mÒ¦
-´È‡À¢ö—éÞ¼ƒ3)›cm §jwºõQààž!ü4·ÓèÀÀ8ûj[?-öåÙã*'´œ„&9l~*„C{AËãùzº‹Ù~%xZùFÇ’‘Ñô/j!jy{Ü*hïÎƾkç ·/x/ÝcW·½u>0¾/ÑJìbã§v.>㇦ì+ˆ‰Vðº5"Êͽ:KsIC¦ UÓ]âÉ\ïÒP
-
-㬤N
-T–r¹ð O K)+ AÞ9O¿ëª­ñÑé5Ýq¦õ>*
-×ÄH÷tÞNçöðüšU"Lí^­“PW5„¯àɃ·ÍßÐ(ü"Ö)½G^¢qÜK _u7ʳºôª 2ÓéìÛòÑô¿ÖÛnH$zM°ÿ[GØ%NH6¤@èÓÌ­S7¨—1è$¤äÒºMxܛ ^ԺêÉ⦾=8¸Ñ1Mó\&9„ÏØcÂÁܧõeŠˆ H
-˜À”:á~rn¯œž?¹•àA\€Bm‚`èîêÃrXÅŽ@·)ã·eëKtd1%´m„ðŠê‹éØýÈÂI½Kn§Èåj„IW¶à#E¬
-Éæ\÷É…xûÑ$mŒG“£ »¢åÖ݆š_¿À5X(÷ Ówa}D¨ñEp¢0ê &ƒë
-›ä ºt‹
-GX쾡G…¤Ò=*Ú(ÿ@*ôâ2ÈWå¼7†¼‡oµ̃k ©YkÛ.¤ZX¶d¢x½£xU<çmJ‰DNXžM0?¦QÏÚÊ©¤T5ŸæØOÏàᤈ-ÑgšÊšäY6Û¬yí‡Õ±™v‘Îþ‚kü¥Í<ßû3Ô²ö—D³¬@P×÷E0QîN•“{¹d•Vë'—KÁp
-Ò7,uãfã}Ž]ó&ÎÛ4«w/6þN
-endstream
-endobj
-672 0 obj <<
-/Type /Page
-/Contents 673 0 R
-/Resources 671 0 R
-/MediaBox [0 0 612 792]
-/Parent 670 0 R
-/Annots [ 676 0 R 678 0 R ]
->> endobj
-676 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [214.37 559.813 236.288 570.344]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.4.3) >>
->> endobj
-678 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [270.919 228.909 282.874 239.813]
-/Subtype /Link
-/A << /S /GoTo /D (section*.21) >>
->> endobj
-674 0 obj <<
-/D [672 0 R /XYZ 108 690.907 null]
->> endobj
-675 0 obj <<
-/D [672 0 R /XYZ 108 666 null]
->> endobj
-677 0 obj <<
-/D [672 0 R /XYZ 108 422.145 null]
->> endobj
-671 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-682 0 obj <<
-/Length 3298
-/Filter /FlateDecode
->>
-stream
-xÚíÛ®ã¶ñý|…ßjG¬xÑ-}j‚¤Ø
-1ÿðË PÈX½…òrÚØúX4íŒ,J$Yö 'žÐ¯ÎTR(0Q ¥È¢¨SØÃg…½Daq§°ãg…½ßÛ|VØû)¬þ¬°÷SXûYa藺ü¾hœÎfŽ"‘fò… #¡™cF/åôÍêìq³½”…?˜Ù\dÕÍ$ĤBKŠtÖÛXØL¼<åÛºjŽ–çc¾åîCÞ<ؙƫ’ºÚcåçs]ë"o-aä÷+-mÃÃíXÉn¼(wÅæy GËŸW
-H/¶áíhD6Ú²ž
-èçNE¾my׈ñj?dk
-e~½RPßúÀƒÛ
-öÂé†j¨ã”?øiô­íÙ’‡ÄVÎhÕ¾µå°kg›¢v{̳À«€]ŠSQÞù™ŒÎ:¾8d¬må™ÒÊèœòW2DËa+ÇO§qòía?”[?Ä3«K{,J·O U0¸5,xþûqF.2~³ˆ€“$Õ˜´ÓP}· à_½üÞc=t_é¸:»I.ñdå(᤿ò¤žàqž^oDÈ•3Ðò$9ÝH¨RRðŒ›IB¡Ò¨çÀ®±ÖýÌõg€®¯Þ˜f&t LjºðÙsw*`,Øh<S&¢XÈ4é1Ae‘éòº¿<
-äh6}c€ï¾ªPK›o<´çåFpìøC-¨‰;ùïpóU—㎈ñe_‚èdÇdUÝÚše~²3ÒDHÉ$È}Lä©øêåU.7ÈÉ¥¥F{Èrë9ȱîŽ*4òcmóÝcƒàcU21±+‡|kⵞ¦/¹6i·Q¸”À…·ÁÚß.ƒËú7
-V‡¡C”ŽÐA%:@¾ŠW®kåôqç#hì9¯Ùû%Úä¼Îu¼àVÁÖ«’¾ÆöÛCÑÜrWÉcäÑè‡e¤9RŒŒÒ´yÝ’7E»õW&ô!g嶶`|¹,[?²¢  Ñ¡ñÆ“ðÛ‰÷о:òUÒͳÈó}~:ícŸ&C ‘V¶0\|{>m¦bL¸Ay¦^Š[_ÆÅ¡sø%P« QEöL¤Ï¥l‹#‚r©æ2¥Ù
-YmJ|e—œ bíõ\C0Ea§ØSZ»sGå,¶ñ˜„G…rsdI½›†f"vÚëe|.yìœ=@.®0êš¾òõ‚ßrÔÁ¹%Ü ½Ð{P» Ú°Ñ\6 «”b " W™…NêgcÆzèÓ˜aDÒåì 3 S2‘hÙ_|&L!œ§—r;šâS}Uù%Ô®×`ÃÆvšç/¥8XÜl: æøè™®t™!øÝVLN-¤W:IOëÕc=t/d#ÊíæŽd*⌎ž § Ãå¹JÒÔM0ÎÜr½ìOŠH^ árÿnh©”Ô_¼‰jÊ6¿gøÀqÊ\è} »À¡¶~²+©
-D*Õ _Þضõ¨oê ›¨›/Á÷µ†Ë,‹_Óô¿Û=ÒènÇ!P“˜FŠð×™ôÞT$Ý»p( ûÊQcÛ§Êî ÐæÓ•Ý?´æ}®æ8
-ÌG¿ÆG/ˆÝË×@2Î{ (Â7‘ÒÃ{ã·› NØ@˜dàè“%­Dx½ܓϳÅܧmS]ÚG¨Dpô^J¥{;{îEr¦P­3ÈÅÂᙪʣݷÿ‡h± Y´²v™Ö¼hÉÓTTG¤­æ
-O©Èº³=¿s%„0iGeSµmuzF?Xªˆü‹
-
-endstream
-endobj
-681 0 obj <<
-/Type /Page
-/Contents 682 0 R
-/Resources 680 0 R
-/MediaBox [0 0 612 792]
-/Parent 670 0 R
-/Annots [ 685 0 R 686 0 R 687 0 R 690 0 R ]
->> endobj
-685 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [344.337 508.63 358.783 519.534]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.5.6) >>
->> endobj
-686 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [333.828 383.88 360.727 394.784]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.4) >>
->> endobj
-687 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [139.382 371.925 149.245 384.689]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.10) >>
->> endobj
-690 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [156.147 129.064 178.065 139.299]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.7) >>
->> endobj
-683 0 obj <<
-/D [681 0 R /XYZ 108 690.907 null]
->> endobj
-684 0 obj <<
-/D [681 0 R /XYZ 108 666 null]
->> endobj
-688 0 obj <<
-/D [681 0 R /XYZ 108 300.538 null]
->> endobj
-689 0 obj <<
-/D [681 0 R /XYZ 122.346 161.293 null]
->> endobj
-680 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-693 0 obj <<
-/Length 3556
-/Filter /FlateDecode
->>
-stream
-xÚí[_o붿Ÿ"oS€˜IQ»§vh‡è
-léSÛÅVb­²dHrsÓ‹~÷ÃCÑ”MǾMn¶C€ˆ")òððüý‘æW)üñ+žW¹I™IõÕró.½z€ê¿½ã®y틠÷ïþü•É®
-fòüêö`Bd~ÛÕIv ß©4ùëõO·ßØîšq-±»H™ÆÆ~ß]/r‘|ü§š¿_/¤ÎÜËöÿ7öÿ—ðŸÃ°X¾µÿÿé§ðå9ãYæ¦`Ø~%S˜VWÇ V¾ûòÖ/S¥Ù³\Àö Ìi—Å…`&ÍUÎRI\ø{7^/Ï’²i¨°ì6wu[Žu×T³)¾æiRÑÛPµƒ+þü»ïzz©®¹JÞ—›mSÝÐz9ÐQ°,/ìä…fy:­îG.³¡Ë÷õ°)ûŸ‡ýoºv춿yVíÉæ9+r1}™*ÎhƯ[zŽëj¢hYÕpC嶳l]HnXƈ gF);JÕ÷–îL'›jÊkž<Tô^ôÜöÝj·¬VŸÅ“Â^B,áÇt dKקlW±q`e^
-º¶©îÇãq$îÚ4ÎC}-Tò òÚÑ «ÇBž åÆUõÕ°kF˨/Ý‚V]ŒòÂsOÂ]7ŽÝ昈L2žæç#ýH}ý°Ž­F1•ë™à/¤‘Ll„;tk—¥L²-{XØXõCdÎ<cRMsÖíP¯ªÈ”’¥yvŽvã»t»ñÄ@(­r½­
-% Ýmª¾^¢è¤`¹À|•}]Þ5Õ@UÈ][ Kæ;µS¿ˆÂ‚AJ8o:k´´>gS–Ó¾ÜN»Ó¹ß³5ëµÊÛèpeÎFÓÁ47»ŠE5‰`Ø€ð0ܻ̇¾^ýàèS'è[GK‚'šø0Ô¿VÇCð̆ÎƤ=⧑Rƽ“>EƒW½¡ÚF†Ð`å…4ܯXZð )xz9¿‘óâ^Íg"?íÕ¶«ÛqˆìX^W‹?ÀŽ©ó;–ýáv Œ”VÚíXîw¬)DZ^V‘íÊÓÂü»þ3Û%3¦xv¤`kÔ°¦n«áà ì´æsZ‹œe&’úË«‘úþS“ú¥J?åÿõ"xÁ¶f'‚¢ƒ¼R6Ö y:2ŸK¬úã€GŒuR A <rHÅF÷îžÕ>«ëŸ¨õÔJ±×5DEË5½QT…ÓTôÃHß-;ÿ0wõ4uKí0ª Y*7èrÅ¢jîî÷ƒ2 U¼ºÌcH#—ó|bDHf]¶«!ÑZvSålÉð>¥ðvÉÙá’¡"Xrf—|D¥H!&V¯o@fae ”ŒH¹–·ª)éõÎWOä—
-…7 ·+êp÷tLÏBÀöÅ\ç_Ï›.MK3ÓÒŒRï1I)a¨Å®huPAñ?ÄÆT?íÏp‘A²Ä< µøœY„ð8o[õ,)šÛÃd1­1ejÉ „#z°ÐïA,yb·Îä Î0¬Ï}ò )Z2–[ø@'Ý™&ãàOÓt[Äænö<# E fÄ|o—]ƒ–Cf™• |ZËL‘aMK¯4f­Ó„ÖÑXG”©”y{ÌhÀÛiŠ%°¡Ûl@w£SÀš²Ãý£€ÒËÔå…Xb³:[ µGwúŠˆžÚ®µ(Æf šû‰üy¦%áûxð~v·#£A–åü(²Ü‡*QÉLuÄ]dÂåXXw}ý+²³ˆªN䳩fRŠ€­¿\:·ŸÌù!à÷4WSÛU}·{X{÷Mn­0ŠLXÐ)d+mmŒk°B’p‚b%™6Å1·$ÈÉ]7®©4T£«³rO;£ò-¬ÆÊhŠä×ËŸ¡é û8µ¶X~p7_Ìjˆ,c„8÷¶jWg@GÙç»vz˜4sÙ$ù–iÒƒûÛlªv…+ÆžÂ$U ´÷S'D°]ûÚ€*<Ö+Ë/‰€}¼\—íCujU"ÒÇö
-ÍÊsÎ2÷ø^F¯ œ>&=yúËÒù#˜Û/©ðÐM ì}ßm\#f5±ü,Œ!Ïæ´çõs.+Ÿt]4GÌ
-q1 —&öÏ9C¾vÀs٠óƒ×)@0zÆ…oNß&®NPö^á°%¦pFÙçaöQ"|(5ä±H -±<‹ª`ŽÝG gá–‹ÁŽÙyÌ`fê‡?iWž®º™ /^zîöÐâôŒÓ!•œ¢q¯hœÄf7D¦ä‚q¡_Ë<ÅИ¦A”^\ªë¯a´è—8‘4ëË‹…ë"Jð÷Z—¤Næ ˜!ãu›åwy8H¯äDÅ
-ÄaBè"Y—[{¢ŠåÑZMtð^Ò#¸mo±ÛF<KYÙ'w†‡¾ZÓa\1¹› %Îú'E½àå'uŽÈv| DÎd¿ÃKºâA¡óÓu®Èòë ÉÁ_þÉ9ä´OÍë)5ïw®Æâ aï,æñ.h,m`õ´B!ßÌl9ÌÁ:7KóD¢§Þ„S€KÉE³ÓÒÁýó]çò„0ÈÂþ¨0dbLå1«Ó/v'ê9‘Ðþ·ctkŒ' øéÂæ|e½ºªò×ܘW’Œ‘-ÅƳ¢|Üõ®Þ­Ïš#ÈÁ+ôâ.Ïñp› Ÿ`<ƒ0²ý…'ö¨è“`›m}ÔŠ~9ã^¥Ï6öð@=-®LÎÀ½ÆÎÒé&]Ððo©óö
-endstream
-endobj
-692 0 obj <<
-/Type /Page
-/Contents 693 0 R
-/Resources 691 0 R
-/MediaBox [0 0 612 792]
-/Parent 670 0 R
-/Annots [ 695 0 R ]
->> endobj
-695 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [169.26 380.072 181.215 390.976]
-/Subtype /Link
-/A << /S /GoTo /D (section*.18) >>
->> endobj
-694 0 obj <<
-/D [692 0 R /XYZ 108 690.907 null]
->> endobj
-679 0 obj <<
-/D [692 0 R /XYZ 108 597.218 null]
->> endobj
-696 0 obj <<
-/D [692 0 R /XYZ 108 372.227 null]
->> endobj
-691 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F95 412 0 R /F90 426 0 R /F8 615 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-699 0 obj <<
-/Length 3498
-/Filter /FlateDecode
->>
-stream
-xÚí[ëoÜ6ÿÞ¿Â×W›å[Òw@¯—Zôhü­íeWö
-WIŽmýßo†CJÔ.÷‘¤iZ ²â›Ãápæ7CZ\pø'.Ï/lÁYÁ³‹åýgüâŠÿõ™ðÕ×X5øÇÍg_|Sè‹œÖ^ÜÜâ
-cÜœ7n`^,–mÓv”|è«¥nCQW>ãD<_”_çç†TÝ{ÞÀ†æLÛÜ-\èŒKJi†=ÀÆe²ˆX€cov XµCj£˜;oÛz3˜Åp–óbd7æ¸örõ¦^†4pxˆYâ8§¸`<Ëf¬#"ÍÀ/¿_· 5¨Â)ýI(}×Õ«¦ÞT}‚JÅ‚
-äV3îöWŠ¹êú7' @ÙX-#ê#õ¶?ŸxžÉiª€MÛøoà4f-í`“²ýPvƒc2æn»öžšWårMe®ÑÔy ˜ –O„‚`0 É ñŸéb|y¢ûóÐ[êi~±Ï,Âô o]•˜C‚oPÈ9ñ°1|ÔyýœÃȱ¨èõÕš9G  Ç†zÛ ðj5¢Ï™±LMVè'ÏD3AUŠZ&œ$ Ü’snÏGÈu1—‚ŒZ##F.¸ŠxÅ:¹â"c’g®øù=V+qFT‘#ÝØzrGêãwam¿ÎWÏ)«ŽQö1ŒÚ¡Õ\}ëz¹öBh=SsÓ¯Ûg9šJÎ^@v[ÖÝ¥ä‹ë7¸Â²y¨VTï6ñiÛU½S®®qí¿ äQÖ]º©‡ªsF24HW—¯š*åûIð0åxR“GL;=Éæ®RÌÄaÙŒ¡ #ªn.s¾xÞÖKÐå@øsXD9Pê ç¬ü•_YÌ!ÒÞ6cJËkqØ€a\@™9ïz_¸Y6­sÓ•;&ôÝ–T4ñ¾™sö0ÑWPW¡Ã«g_O¥ÉbC¢)ûÁ·š[ke\ŸûÃiʯڶ©œ&ƒÌD<ðÊï=×þKÖÓÆgùɹbÖŠcŸëγ9±ñ‘õ¢((âˆnéK‹r
-³— "‚KKÂ¥"Bg§#0ÇBòJœ&‰P¢ÅBÔ8Âëý
-Àdê7^ö;-ŽÁD ä[Oï°+X–}uEI¯Zæ“d‚e#ý0 (“êeSïøhþe&é6!Shß1›yX?,T£ÞfAq½¡~¤Á `´õXzäIÅ
-.‡¬8 òÂ⇓ ¼Áˆ€Û"ȸsUŒSÌÈŽ®]=,+wê÷ØäýtØ¥¬ØEz O‰G»ý”<Eã8âkÙ£¾ÖhÆQ£’B½"'„ ¡¦ š ÚWGÚ×WáâŒ!ÿG“mÕÁ¶BÁºD !‡J¼pö)OYs¦xâÊ•çÙùèå€rÏO(÷ì¨r·G•;:Ás‹ +‚S"YÞGweÎö‘‹RÁÕ<–5s#ñ*&¹ÙZ3!¬ºILýT6ñÛ”±N¹¹kª½+ѱú¶mÛB0ïq¼]‚þÑA;öT·‡Ž ¿gt3
-^ÿ×ÝKwÁ㢸Т`üýèâ=ñ Ú^GÝ%üÎý-gtIh„s¿õ*Árî8õþtWR}ueð2$-ݘ׀L‘Gа7äoÒ­vìoºàéÎd Ðrà¤ÈÞ7ĉ㒠[VÛ0¯ÿŽFÀÅ’·U¸CmgR©‹È¶™Ó f£+GlÛä·°mpÊ3{®u#…“Á¬|nŽ2É,®Ö¼v8*›àIf‚õžc~('3i½ñÈæàÊÑÕõ¼(¦°«ˆ'XÓÔÕXŽ4Õ~@?YÜ{1©7ž„¾ò$8"uaßLW}åSÝÃ`n })QÐ]žwsðó/-”Ô±æráq99³îDÑõ‹^tíPN·&:D¯(×Þ×Ã0Ž0„Ñ6ìë•ÏÒÕIT¿¬»e³SÙ•«ú¡§´¸"(®=ö=yí‚ ‘Ùl!ë|ÃÁ\81Ë=nÁ«žvswEIâ°Ì.¶²­–teâŠ<¦bÑÖ+\øž¨`³L¾§Ê½·á)M^Œçå˳zçóÎò„"r~qàVM2 ‰™á‡ü?öWdȇÜáU…u›jÅ™¥-8eæ<S5>l
-B£ÔCPèÛáç·LØI±€ï/o™qb# è1œÌ]´c翸rÒMS)nØõóÕ²î Ì8KÞÅÝ©¿¿nÊ%Y¦Ïéã í…4LssVog´Þ>½k·›”ºýýoôMM¥E‘°šjO™HåU²
-
-Ã9'P~çŽ,μ-—4¸!?P·b?|ExË4/˜Îõ™2=5>"Ó¾ÑwA¬Q¦A´%ÿ…0Š'3_
-©¾¾ƒv=eÇâU9”¾Ì¹é˜r÷£Øwæ,ÔŠÊêMØ7Â÷J%èægñ {'jS•z´Êîå{*f›:ßÆ°¼8÷eÛ2¡¥"Çþ#¿«ëR³ þŽ!sPVì9HžGË? 4³c˜›š}BìçòÈ2“x/êy4¼RT¢nW}¢Фá4¡Hî6 ˜©ÉGâ¥:N¥ˆ©”i*Íǧò]x©>œ—^2h–½·LŠFÿ§h|
-Ñ°iUô:ñ— QÀú¬÷¶¸ÓÆ=ã;°åÝŸ[þ‰µÁ¯o#ñ5ÈÌ WF[þú#o¹>½åúÓo¹>½åú²å;^Vó'vÕûë€!ï^cøp1ùZôÞÑ]R9¡ —Ë¥‹€ÜwUo¼B›UÕ/»ÚÍš
-šä…eBÈÔßa*wkUü›l«
-endstream
-endobj
-698 0 obj <<
-/Type /Page
-/Contents 699 0 R
-/Resources 697 0 R
-/MediaBox [0 0 612 792]
-/Parent 670 0 R
->> endobj
-700 0 obj <<
-/D [698 0 R /XYZ 108 690.907 null]
->> endobj
-701 0 obj <<
-/D [698 0 R /XYZ 108 621.951 null]
->> endobj
-118 0 obj <<
-/D [698 0 R /XYZ 108 301.506 null]
->> endobj
-702 0 obj <<
-/D [698 0 R /XYZ 108 277.893 null]
->> endobj
-697 0 obj <<
-/Font << /F94 409 0 R /F95 412 0 R /F120 538 0 R /F107 429 0 R /F8 615 0 R /F11 600 0 R /F126 570 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-705 0 obj <<
-/Length 3298
-/Filter /FlateDecode
->>
-stream
-xÚí]sܶñÝ¿B§Ž„$Á¾Å´ãÌôc¦zsò@ñ(‰“»ã™¤"»ü÷îb$ÁÓÙ±â¤õhF.–ØÅ~a±
-‹‹xS™¶ÒºpÈÊÛãs^¸L(yŒ³$fqÄ@ÈÁˆš «™€ÞÍCMã" 05KSi¥óÏKlÚ]Ù’|s×v{/cÿ†Ê˜öòlzB`pÓØÖw—<Ù”»䆺ôf[%šÃì­}y€Þ¶û@À
-CLZotêÖ
-#$ ’Ÿ@ÃFHh‘“@ƒlZ¨M_î-¨)Œ8Ä2ì™FAª„©Ô‘²fÆ "»u¦+ÐXÀûª>&䦅VG¾$tÊr]LÌŽÜæ„ÉÀkâfEå>™T-Í7íqhÚC¹Ã'=Ùvô„`—zhìú–°ûzK0ZÃõš<´bYᲉï¹Tv5˜ÊÔÚ²ªÝï­×äà–iÒS~¡aµ°A œÂMœ.¨¼(d@׊iAZjÆ¥˜‘6RƒÝËqû{Û•¨¦'“ïºØ’'›§‡Öè
-“ÕÞ?ׇ§}Yu¸€ÚÅi‹VÒ)¥˜Ê§‚¾LÃO„x¹´¯MB<ãž
-\%(Ø"S†
- ¸mÀ[hŸ)6·¸
-ÿ ©–»Çº§n·³œlþ(º¯[x±kÐeRp U£%e¾xÀò-CÁ¾WT—&KLïe.£À@σlܯWɉ“fãvÇï$)á¬}"ºØ×úŠ¡Û_”윾+{ jmÕ¶B¬PÓ}?)M&F¦îl6l°Ë)‚€„ƒÃ„”ö¸«q3Ršƒadèó†4(‘±+Û8ôC]n ÓT ÂÑŒX±±­ûªkn‘ÁãÜÈÜ`ƒ5àåT‚øÊlÏÉ!zâ`³,êP "Ä°K©¶¿áv4Å\Ð$32õ4šòù)N[ÿ`‡›ùÍt,4ÁŽÏïÚÁ ¨Ìu¡Xš(“èÉŽV#Ês ãÕǧ
-È¥<Í%¹äq.Óà2‹‡ùóÒêõl–%˜¿¨XvööøIúþø×–P Ç”ñâ=žcmÙ‹r2)~=c[QäÊqkú‘[ˆœIÁ£ÆVþ^Œíe$ô‰F”oD¿YKçg˜úÇDÿ¨±ec«~‡Æö™V¨/ ï\¡fz,`ây|¾&$_"!ù\Š_n”>q‘°¯%ÝW»øÂvñùs‡"g…Qu¿ûªîÿ1uÏŠšZÀ4õ¬¦i÷´áqe²<®t‡ŸãN,Æ•-ªªíÆ=öbc=Þrð8T(0$ûÕx!8ØÞ3wS¤ø¼Cxæ6ÒIbî
-Ï!ñù…­øž JÔ6õ %Ù©­LûKó)xÖÉ3›—‹k`î +çÎNËÔ®B$¥ØPéË/¡q1Æg©aË_¤_$ÕœOrÌ4i‡-5ªÕMgpÝ8G<‹¶M*Ý à št:=;žxÛûóf¬ûf<wöàníÔuo糯Ëþ±«·ŽÕKèãÑ#+NN:¹Õ>šŠ¬S(6ÌX £GSÝ›ôÛ;ÌæáÍÝ5Lµ[HnOØK¬Ÿ^ÍÞ´¿–î
-endstream
-endobj
-704 0 obj <<
-/Type /Page
-/Contents 705 0 R
-/Resources 703 0 R
-/MediaBox [0 0 612 792]
-/Parent 670 0 R
->> endobj
-706 0 obj <<
-/D [704 0 R /XYZ 108 690.907 null]
->> endobj
-707 0 obj <<
-/D [704 0 R /XYZ 108 449.567 null]
->> endobj
-703 0 obj <<
-/Font << /F94 409 0 R /F125 566 0 R /F120 538 0 R /F95 412 0 R /F107 429 0 R /F126 570 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-710 0 obj <<
-/Length 3918
-/Filter /FlateDecode
->>
-stream
-xÚÕÛnãÆõÝ_¡G°¦œ oykŠ¤H€$hc »û@I´E„"µ$ï"è¿÷œ9g¨!5’]»haÀÎÎåÜ/#¹ˆàO.d”-’<y”.6û›hñÝ¿‘<¼Âñ•ðíýÍ_¾ÏÍ"y’,îp¡”'¹ß¾[š[ø.Ž–»ýpÿ£O…L5‚«Hh•ÂÜ÷Ëí*QËŸ¼ÿÔóóíJ§†_¾µÿ´ÿ¿ƒÿ¦Åö½ýÿë¸Ä¸£$Ò^BàøBG°¬Î¹O)ì¼ùî~<f™«X0ð}žAC‘]B”‘ÌYq""}B–T1ìÍ$cká
-)‡†fK›éŠmuìsÅÂ
-[öir°¥Í­‰øÛŽØÛ
-´æ<‹ÇŸÔ Di;ç—ͳ2ÖŽ]gÅÐVd
-!zœ ³qjÔø¼ˆÝd˜¡á@옿J/@™Æ"ÓÏ@}Ý
-x>MÕää÷·Ù¨ Ëa¦ûj_‘ÙBýMHŠ˜Š ¬
-Xo‘æ¨cÈy ÉŸÙæçà6Sù‚m&Wü+*φ,™û–Ìcç`áÀÉÁÂ7Œ`ñ L ºù–ÞɇÂÖp!{¥€—³kŠÝŒÊòJ[åùWrDB¨Ž¯q„^œ@V7ÙÄ' EÏ)²Ï¡ÓêôUNûBÆŠ¯1–º~ÚYiL~2šQdô”å‰ež2¸®JÈ™ÕyÛ»¶¡Ø=€¥‘ŠšÞF;¾3KõªºwÎ
-zp2€·þ@Ï®8½oƒ;Y‰òX“@âû:@lPæ"‰òÿÊ¡f 5s'É dÔ4x &YV6÷aÆF[‚ÂÈwd3yxoqÝEÝ·Ôµ.©gÓ•|;ÌÏ$ •-aÛñ~Sðe œ‹—æ@Ñv5<Ñ¡ìvÅ¡§Þ‘ çiž1ßB¹ ®œÿZº,Ìqݳ£<÷8`짺ƒ÷Œ«ÃÐ+ü¬Ð0ŸÒÞEƒ Î.|+€˜fþâçîÃ\_r6ÑéÎù
-«2¦¨ÿEyKôKGx!ÓÂIê~–ãBoß«žÒiî±/ŽõôÒջ߲q)´1¾iÛn[a}¥9öôˆÜæק9²CÝý÷ŠBIaÎÝgÒT&`¸ž©‚ÿ™ÌÛ§³¢¯OgáE£»0N'ù/Äiüeõùÿï¡Å)ÃÈ øü,9Éø]ѧA]ó7µÆŠ¸ïoÚ JŠÌóY!äI¢Ô tA¦ÎçVJäcpn/W÷æòÔÂ@tîNüÓøüiŒ–Ë¿Úæ÷ö3ãÏjìàÙZ&YýìP‚uƒC]lø,ƒ;TÀ$˦B_šîß)0É6EŸ°OÔ¨g yÒ3<TTß`H™+žŸ”f*|ZëÁËÖTÂÀªh]ÒE·ì©.¡—˜’)šG¾Ø(U›¢W½Ðg»ý=ÙúìÉÞv×èGѽ³sº©T|,Ÿ%þÂÉø¿ÜP®žÄ¥ðªGº¸­µ½¸M…Þ\ƒDÄÓ‹.þ‰P·ècÍÍ}öj4¬G
-endstream
-endobj
-709 0 obj <<
-/Type /Page
-/Contents 710 0 R
-/Resources 708 0 R
-/MediaBox [0 0 612 792]
-/Parent 718 0 R
-/Annots [ 713 0 R 715 0 R ]
->> endobj
-713 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [271.355 330.842 281.218 343.606]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.11) >>
->> endobj
-715 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [210.215 261.915 237.114 270.762]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.10.2) >>
->> endobj
-711 0 obj <<
-/D [709 0 R /XYZ 108 690.907 null]
->> endobj
-712 0 obj <<
-/D [709 0 R /XYZ 108 393.547 null]
->> endobj
-714 0 obj <<
-/D [709 0 R /XYZ 108 322.563 null]
->> endobj
-716 0 obj <<
-/D [709 0 R /XYZ 108 239.624 null]
->> endobj
-717 0 obj <<
-/D [709 0 R /XYZ 122.346 159.513 null]
->> endobj
-708 0 obj <<
-/Font << /F94 409 0 R /F125 566 0 R /F120 538 0 R /F95 412 0 R /F126 570 0 R /F107 429 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-721 0 obj <<
-/Length 3245
-/Filter /FlateDecode
->>
-stream
-xÚí[[ë¶~?¿bßj6+ÞtIŸš ) MÑl I€hmy-T+9’|6Û ÿ½3œ!MYÚ=›6 ú°8ÀšRäp83üfÈ#oø'od’ߤE"Š$»Ù=¼Knîü§w’›·Ø¾:||ûî÷Ÿæ&EšÞÜp
-í7:iuÁ4¥‘øîÓÛ°L›˜¥€íKR(`N·,©”(`ÒÔ¦"Ñ$…ÛcµÞ*)WÕa­ìêPíF¬«Uw ¦% – “æ8‚UÂê”9üVjsjú°¶0Lc´ä^õ@ã[žNÍ‘ÊHòE†_šB¤Zñ—_i¢µ\ýÑ ö³é
-÷WEe»p¦’ÑéBØ`:sö×µ,VÌùë Æ*²LºÙ üú5íÎýûêžÆF;gAùüÑ}äU²¬cÕèƒf£¨\dA?ê¶âQ¾ûi>€L@fê6ŒH¥·‘S$-©‹‘m¥° iy2ŸÃ8'véòŸi8ºfCX‘[~ŽKõ2—*æRþç\Ú)—±±Æ\~&“ËÏ|0½ GáÏtÌJzê7P‹žvM½[P#“ˆÔäojô¦F5¸ˆGïLšàÏs.  ~bõ›.½éÒE—®ŽXiµÈ”Å‚‹S92
-'¸[I?ÃC×!°Â¾§’J
-2œª]Ã#(Ýó˜ˆÐ† U½Ï¾€¾ôW%„´ÑH6Šmd_õkkW.€ÉWŸôëP3ü~O ÿŽ©-ýŽkfG(Cdð4|Ä}x
-‘Þ#²®z"íŽe{_ñÈ{
-ñìO‚Z]hè¨M9Ž(,ƒŽœª~|¢õ0+\«ú"¾=µÞq/§Û…už0vÝjø˘!½\¤Jþ¡(@hmcí¦e©HÃ:‰$ÜóväJçûUÔ-l ÑKîG¡;vÀàÚ
-‚-â1ïx Œp›¦jâ#~l“1ä` L$Øw IiÎ+Á’›õwh#¨¹)ÚuµwvV ƒÓF ¹P*Eí¨0œw;jgãÚ-iç•R‰‚MQQâ†ÏBäÁ¥lÞ£z”}]¶ÌfÙ÷Þº vŒ¹Ø(M9Ä âU2Ûw,Ø*O§1Ç¿^ Q³È)4O¼ñh7 6tA½Ë¬DÖ¦½OôzND:¢ç¹ Ç€Ì^ÒVå´UFÚªžIœXë“«­üWí-0h`°ÓŠ8Á²÷¨\Š$óª“.a… SÃ÷*μA0V¶üÛÔ%“pë²{V„\Ø‹:ÇXÂ#lhÎìdWi™xñ:á²Y8í­(ԇµôUØHN±QÌp&2ëIÝ‚ÚèsÕî|‚a
-/ŒPy`¨{\Háaî{„³¶à¼ b‡S`vH=ÈÃyײ¡f²²æ¼d·25àóÀú¡nkpäså3Âê,J Õ-m‹F¤§ÆvÀӦܹŒ$Øåy8ƒ/{b §$Ýxt^û¾¯Jô€U0v§OØ÷®;³Ë„=ìiÕƒˆ$ƒUwšaá}=ÔwÄC§6§¢û
-¸YD½¸ÍÒ»Êjˆ…SŠ²Ú…^ëû#AÅ\
-ªÝúÑö)湉o‚ÌO4ŸqêÀn!”œK’Ë{<Ví«H‘S¬BÒù‹“Îç®üÉ‚È£ãÔûÙ¦+÷Õ~C•;DÄÎ<lâz(í¼3&1%¯‚4î]öÙ¤œ¨ ëDgÝ4» £Ä¯èÜKGŠI@Lu"ã«.tæC5²ÀbCø¦ÈÔ+CÔöü°]fB†|燪¥(¤áH³{ÑóÕT®Ô%auà;
->ãøÜk&R®7e
-’¦ÑÍSHñ. 'š‡¨‹8ÂíÌd¿È8îþ±–nƒ<×-‘9ȬO~]NFÆz‹½¬5Y¬±ñõφÅÀw^±0ñ"µÂ\] º]·|…⵸/w•zôƒ1/Àô¦úè¹+ ÂëÂW]9DŸ¿rð¦wɆÀ•e(ËÄ‹‡PWQ›š|“¼p3“£ÏІ}Æ:§¬Ê)˜ÁE8‹f`#ÌÆþû<ðwd¸¦Ò_öËKiŸÄÝZ¨"ï]û¾úñ-Qø–(üIçÀFZ̓ΤKÏÝ`dRÈà&ß”éM™H™2-B”>K*¼èŠbÌâM¡~3…’¯P(ûÿu‘ˆ¾äˆ§k 3ºÆ€Z¸ÆaáŽé9‘vÈ8䨹O} _N·Òã(*uÜä’ëο”:—K`C ”AŒG†˜×ÅX&,ÌL>{Ÿƒì9ô6`²Ãmâ_œ´îéæ;lò¡,Þ´°ÉP'—¡(@ üfÂJºdúj¸Ü…9˜}ÑRÓ]…ä{©Vm…9æ²çfÊuóÁ‰%Óª\^>¤½ÐÑ^èúÇÆ RPÄðž¦nwýZg«
-8£» b\|©žAmãgCÄ¥U¿*èhÕÄçíû7ç3p”".ì4mGiÿpgV¸û„A|ÕrŸ(˜Cúxt:ZØ(¬c:‘IŸhU…¹žñŽS‰œê.ø¾êœf\ð¹i!dxœRÉ“WŸEôÒ”îk0/ˆyþ)¨è«ðçîQTNi6ø9œ[…–Ó¥Î9&]6D&½Ë§ >c,:ÚÑ©/~ û\á£ÂŸC^k…IamÞIþ¸”ÖÕʆ§Š~ÿ™¥ë»AäòÜ·A¥©tÅXö{Œ/„©…QÙU6Ñ!ø)
-„£ Îý¹ìËv¬.L DIœGjøIûºX7Ëf¯11>i0Ë+«¿$)ŒÏˆ]ϬŒ3†&”ã÷/‹i& ]÷óL(qصÏ!›ˆÏÄÿ€¸¼œL…”Ñ3ÕŠÎ_£ÌJ˜>¾‚ ›…‰âöiyýšyâƒ>„ÆÏ-Lý‚…Éßhaòµ ›£” ä{%LQ/Áˆ¨d€)&²qmõä±…&”BÅè^ÑÒ™gõÄ…[¿²ð•6:­Ž^\à3a¤|~x¡{é —ÔörŒ.Br«|tå\6âm
-endstream
-endobj
-720 0 obj <<
-/Type /Page
-/Contents 721 0 R
-/Resources 719 0 R
-/MediaBox [0 0 612 792]
-/Parent 718 0 R
->> endobj
-722 0 obj <<
-/D [720 0 R /XYZ 108 690.907 null]
->> endobj
-122 0 obj <<
-/D [720 0 R /XYZ 108 596.564 null]
->> endobj
-723 0 obj <<
-/D [720 0 R /XYZ 108 575.164 null]
->> endobj
-724 0 obj <<
-/D [720 0 R /XYZ 108 385.794 null]
->> endobj
-725 0 obj <<
-/D [720 0 R /XYZ 108 284.746 null]
->> endobj
-726 0 obj <<
-/D [720 0 R /XYZ 108 161.547 null]
->> endobj
-719 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F8 615 0 R /F11 600 0 R /F95 412 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-729 0 obj <<
-/Length 3794
-/Filter /FlateDecode
->>
-stream
-xÚÍÙŽ#·ñ}¿bÞV‚GLóê#‹<x{³| ž—À6àžVÔX©)÷±ãIàO‹ìC¢4Z¯í ŒÈ"»X,ÖM.¿‰à¿áQzgË¢ä¦Ø¿ˆn6
-!¨ïðpBSƒ1ûõTÔ!¢ä,A›¯™ä$qw¤ø©\üEbÓ7%õöyÑj‚دû¢´ÓÈ®
-ƒ‹w0”nm
-ûrGU2 ž]°ô]eó;œ»ØÈ®çlsd¿/M"d?”:°Wc©
-˜x؉1‹#9¿s¶¾J½’¹<â8±KWñÛ%Ó&™öÂœ7åÃ!åï«uéóP4JgºjKn\,Ú§ÚÐN÷¶Ê©ô yVßxŽ%îøœqú²tZJôù®5„??!áA·%HMãæÓä7˜FY½ÃžSN7nž=Ø£1¿faËHŽ\&p
-üH§&´¾uT Zç]Nö‰CZ9xOú”d+ ši^g• ÐÖ^ŽjLRÉA q7j¨ÂÙÚï-Í@v•Ô¬Ü¬ÚPÿ€ xá ô­­f*WöX]–ëÖa24tïÑAvº.‡…ž ÍX¬å\9UqºO‘°Tz¹ £@çªÆÔ˜‰X#*ß õ >VhP°åøA…XœþFÌÃiÍü R7­S‰ø[ÍSÜÿY€@ˆäµ×Oª“âô+-K±é#ÕÿÐàþÜW Z‡õ-A&¦\y[¯šG[àõW1ˆÍ »µ2AÂJÇôºár0¢Xy£°ï[[ØÕCŒýš ¦ïÜÉ-(U“õPÖ¶~cö®cœJBóïò¯ “>xtL!m
-˜`z¸µu'6¼Ûõçú’>
-vp?NXˆC¿“8bÜ‹5}¾*‚ =·m•3kmWÙr
-®æ‰…iB2Âá4òÛééDø+{G±»_ñp*8bÍÀìæíκ5MõoSwî¢
- ®Àì®ïûŽ@?¼cx
-n[̶Tpìüêšàõ™û\žø O!6äÔµ6bÕ–àâÇðF$âÑyeÔRúÌIДpr-ÉÎ(K+I´ È+?gC×|Î5{㣰½¶ñ7Õª§k”y±%ÆfZÛÒ¥²Õ5º;ÁÀ!eròB£én:ø‡ÊÑWÕ]Ùš²ó´çnÀŠ›¡<É¢K§éE‡çÊ°£ËeØèôgú†ãÕ3øâ„ *Nïòò¯P»)#M´=§„ßßècôŒ¨æ·£ûÀŽÆëÖðŽ0sŠ§ {™$îÑ ƒwÜE1Af²™øÞÀjg`q/P¨íRAm™ãjæzÈ®rL¼Ú!“ÔÃ+“U31hÅ"MÙvóûbBb
-Q¶ESèѹà{¯ÝÎ}p8[æà€dšž·¦ $‚þ 0~{u ä?C„øþy\.(p„æu¾3Ó·ÌߤþÏŸ½F/”&óÇ7"MÝÁ¤‰wo
-p}äFL‘ûg3œNkÐÕf_Õä–ÁÚ?ѯ«0q—?Û懫 ùŽzèÁö%½¥ƒna mí5²àî}âkJ÷5øŽ²¨sþqx
-¼£Ô/›m«À…P–¸£Ì“
-endstream
-endobj
-728 0 obj <<
-/Type /Page
-/Contents 729 0 R
-/Resources 727 0 R
-/MediaBox [0 0 612 792]
-/Parent 718 0 R
->> endobj
-730 0 obj <<
-/D [728 0 R /XYZ 108 690.907 null]
->> endobj
-731 0 obj <<
-/D [728 0 R /XYZ 108 584.829 null]
->> endobj
-126 0 obj <<
-/D [728 0 R /XYZ 108 516.396 null]
->> endobj
-732 0 obj <<
-/D [728 0 R /XYZ 108 495.425 null]
->> endobj
-727 0 obj <<
-/Font << /F94 409 0 R /F95 412 0 R /F120 538 0 R /F11 600 0 R /F107 429 0 R /F8 615 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-735 0 obj <<
-/Length 3463
-/Filter /FlateDecode
->>
-stream
-xÚÍ[ëoã¸ÿ¾E¾ƒÆ¬(R¯ú¡w¸+z@èæÛu£m%Ñ­,¹’¼IºØÿ½3œ!MÙŒãí.‡bjÄÇp8ß µò*òJ&åU^%¢JŠ«õöMru俼‘üz‰ï—A‡ïnßüñÇJ_•¢Êó«Û;œ@¤©ö“Ün~^èk—%‹ï¯ßÝþd»B
-»§‰Pisc¿\/ótñ·à/Qþ~½T…æ‡ïìߟìß௄i±}kÿ¾õKxŽò\H­y ï¯T˪Šii†Ä7?Üúmf‰>+|“BkÚmÉ4,šg¹HIáö¡¾^¦e¹¸ÌzjúŽYÍòT¤²d¶è½L“C%JؽNÇk!·ÓÆK¿ÎE¡œ¬Ç‡~ßnˆ¡Uí~§ÇºŽðU¢(3ùï$INç†ZrIÓ™Žç—«ÅŸé±«¯e¶¸¿Îfj®ÓlñŸ™‡H0힇úÐa둨“å¦j’%K¶ßÒRÓµ\@'<ì¥Ì ¡`;K)E•e–Å_ÚÚlšîzƒbÖ›ûújöwôKK@ce¦ôî ÌÍ/™Ó´óyµDž{kwüd¶»¶¾!JÃëôÝñ:ë3LÜidÒP›©FiêjñØLN5@ûJ¡óÒZR*´Ìq·B«’NJ* ÓÚ –7òf)ô»Ÿ>òp(,Ȧ(S>ÀoÁ`erø9]M&BW®û§SuX‚ɉ¼bv*Ûô¶cºÄËÛý‚í¼¼›T=‘_q7ªyRÍØYÁ&` I¶x0×i²ø@jä¬;ðb4[nuûíÊî^[ìe¼¡&ŒèŽÆ‚™¥Ã8õ±k[zàåœÑ@ßféU0(c‚†5‹ˆ3I”ȵs7ÏÔ£ ÝEê]óŸN…R‰L«Àâq}dY™ægWÉϯ¢ý*§,ZŸ8¦PJQHå5ádþTnuá­(õœ·pêPç§ÎoÈ©²YZÎ\ÑãCÓâ9Jɇ±^÷ÖZ ýØ؃Õ=:xxGÃÁÃ<4¬_ÄyûîÜBfr]¬G‚;OhIî:×;ʱhÒ¼2u1áQ¹çÙYád.
-¥³3ª›«³‚G̃Ý~=­9>Ü>8ï¾5ï¯átk~lØù×f|æˆÃÍÍ`p>fð @DA¨òÁeæqï\TZ÷Ûš±ïDÄ).«BT°¿¥,{pôÀÖýÂÂ#ƘˆR¾‚^œ@À!žN fùÀÌx
-gøDç^dgòÙ±#›÷ƒÙ=ü^ÙÌ<› SÿûgóÞtÓïçЂsž€/IçL(YX›£(XÏý~`ÂÖ¬‡>²H^€u\„z~º ¬›>èdÉøܧû{ÞŽ‘©5ÈTê`j§›‘©3Q¤Î-ÞÄæ‚ðQ…SñÁ¼:•Ý<:½Ô‚<&SÁ¤N)_™¶îâ>{0ö˸’‡=KŽ|NIÏ‹
-8WY &‡E#b*E’9`^vKÑâ
-Ê• Êå¢ß¡£7-‘¡£ÙÖDÄ "™{ÏðšI\â[N„37IË•Íá€WCcc½m·õ4f)Ð@wàk3Õ³A¾ˆù-;jUˆTÏ•ü—¨}(Y9÷ßPé3¿HZ^“×m¿F{ÿØŒ1ý`)ÜÕ¦‘0kŒ7‰Æ»à¯Å€Ýæ3-¯À‚f¾}ˆ€*»Ôƒ}F™Ü=`´Š¢«C]Ù°¦èŠ°+ünÈÞ†ºæÎób4Æ Ì…Â5<YvUkRYØ4&Tœ'ÝÁƒµAí[×cSß!Â3ûvb(Ÿ3ü´Ø“ž§˜7”…u÷çu•¼‹Ô|2¡“Ѐ‡fý@Ímm:^ó%ž+Ú3<YYpÃ=dJ¿ý7¨&ï9hT%xuX¹ü˜{]×WhÇQ¨X@‹ñ'¬-p\PÎða¨ÿ³+fl†ªrÎ-£0e‘–iºqy ê˜#ª”Eu¡r^.æzY•›b >˜M³#sŠ Yyid—±‚ê>—ÆSAm]m”äÎ)-ɆgìŽÄZÛìH»oœ0¢5š±åaÎø-kJ?6G÷UXx³™)Ï5Ö¥&·èêÙ×Ù¶fŒ¨ñù¶éÖ¸7U
-@íì•’›X­IªD$³bÓyh¬
-šG½-Z…Nu‹³ºÚ,,¾ Gq¨ ÆpmÖS‚ζ6ûRÄy¹\›·o¯ú‘Ã-ß¡Z›s‘2ÍUP™E2£S@c
-<ðÎêýr|0»ÚµuY|w¨Ë"Ý¢;›™üå‹:*ÐùB-ÄÞï\°? ô›Y/\ ã7lB-}W3”0LG^à”¸L „Õ³›ËDåY€­”Õe­l±s&PæôáàáÖ‡E𺘧-‡ì_)©‘cFÕ*g"eqy±øôæ¿Ÿig ®Š‡‚ŸÅ"v9°*AM£JU‰SËVîø‹­/ðug€<~G$˜VRĘ«D ‰+¶nb è51ï"é'X̙ߜ[i¤¥ÆèQ@;¥ƒ Oç³ûØ-z*§JclWURŠ ‘X,…ôlϯ/h¾0߈¹ÿðé<'ov6O„Ùâµ
-Âq8±Ô¨éO»¶ßÔ›H) $è(§ %ï˄KwŸ´GÎöKMp»ªº¡îTK²_P@‡~ϺãôŠJð6UuE)µÀß&c®‡ °#Î.èyÓ DÖu¬Ž¦EZå†Å×â³:_ËÃ/;käe®/´¿ÏD s%IUyôY%I}GG+–¢!îèR .‚RÞÆC]Øày솚½tÅ’b%ò|~ˆþ\fµ%{çLÍ}×LãqiìȾRHgÔ9 Í|éÞÛÅ‹5<-….ž6wSÌ$ÒJ¨TÎL"àŸ2cla¾tzHÉäIñ•ûléDéãÃF®V,oC?;Ó A ÏþHFÛ’NKp‹Å¼„qÈE>÷îÇ_¢=Ž‡`«²ßæêió]þâ»'›#ÅܲöqJêÀ߇YF>v.Žô0ô^Y(âW’ïñgØ>gè‡æ¿XlÉg—‡o4fÚ]Š4¿´ø’Ì/d‰¡ÏRõL¡ZKÁ‘'9ºÇÿPåGìþ[Ù`¼øŠe
-endstream
-endobj
-734 0 obj <<
-/Type /Page
-/Contents 735 0 R
-/Resources 733 0 R
-/MediaBox [0 0 612 792]
-/Parent 718 0 R
-/Annots [ 738 0 R ]
->> endobj
-738 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [349.638 445.826 364.084 456.73]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.5) >>
->> endobj
-736 0 obj <<
-/D [734 0 R /XYZ 108 690.907 null]
->> endobj
-737 0 obj <<
-/D [734 0 R /XYZ 108 543.42 null]
->> endobj
-739 0 obj <<
-/D [734 0 R /XYZ 108 426.025 null]
->> endobj
-740 0 obj <<
-/D [734 0 R /XYZ 108 248.421 null]
->> endobj
-733 0 obj <<
-/Font << /F94 409 0 R /F95 412 0 R /F120 538 0 R /F107 429 0 R /F11 600 0 R /F8 615 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-743 0 obj <<
-/Length 3304
-/Filter /FlateDecode
->>
-stream
-xÚµZYÛÈ~÷¯˜·HÀ¨Ó¯¼Ûq°Þ]x&H€õ>P"GbL‘IyVYìOU_jŠ-¼¶acÔ$»«ª«ëøªHvCá»a4½‰3J2šÜ¬¶/èÍn¿}ÁÌã>_x^>¼øë›LÞ¤$‹ã›‡G$@8—ŽÈCñËLÎa]Dg¯æ¿>üSMOKN甞
-%[ÿ =Ð÷ÖÔ°ë°bÁ©žîúÍš¸"2YxìD¸à)MÔƒAÞu-¾'L;}Hkª< ."0øIÅ>¬òF´'KëúøKmE2n£`´cˆ|­¯ê2È"
-öp%€¤ üRVšt¿éÁšËÕ€™GFž‘-L)~êOÌS ,tfz.>§œð”{Úš «Qýí#+ãV¶V‚<P D`ÅòÛ×c“Î8a"AmŽÀ†Æ&_'ÃPe…“S)ebÅìÖpnË)ñÈÛ)(\Àûðöe€@æ5tž!°Ú¢>M©p@K”_GeÝ!´œƒAâÀ¦ÓÈkñ€–ÀˆØ¬˜9œ~f™6Š(ˆ·-‹€|@–¥ž¡€Î]ƒkt®œPà¾C™7
-ì$s¢Ü•:y¡54zãÆÅÚ­6ì¤ýPWÞ,‚ N¢d\‚ßè44#µi~¾Bü,˜öW¡ºT
-ÃÐK¡0|µ×÷sû¸ëÊ~×6‚œÓÆgœ¤ÎußÛv‚ê<
-¾ÔÃÜõq`‚¶Cpž¾w‹ºrµÐ‡ n?íº©þ‡8\`-Õ›_ýcd^!ã9`.êº6_•‚"@Ð^Ñ…üÞ5~€VÒì"¿°¡…ùQOxÃÕXCWí0
-¾ñ·ÙcÓaYvfj]}B|l2@šMŽ-.ð!vK"ø~é2êr«áøX.5—
->¥úžª¢ñÛgx£+Ñ`ÊfP|Ò)ÓÄgëÎ-7àP—õ¾Ôj§UóPõËôz4ß¡ò 4Â5ÿ¶ñ _Üxæ¨ÔNélí-TÌY¸–VðEŽô
-ÿÂZˆx|jT@Ml?Ï!’$s!9Ð[øw†CD¢8ñ,ö0• _ê%_+§õ+·‘L丅"p'Ö)!9£\·÷Þ;¹â¥Z»rš›&C¨8by‚wÕ¹¤ótQb˜|j±'ŒðÈÊÚ…
-lŠKq¡ï Í<ÚÙM^ICÙî”õlé 8e]·O¢‡çYòæOÊá:ùÜ6ÆŸä¸p«; '!-J×7>—ÆàCQ»C
-£ª|OÕwlœ€!ĉøXñáuDï«fURrL"~!'Om@˪ńžnä¤ãHó³§Í{C<D7v@¾®Åû“Æ™8AGª”³z=C,×FPº+ŽÝçí¾
-®\. A }!bó¦YǶWPH{ªöJDµq sÛµá~,olð
-È׃ŽÓ-"”_Ôè%š°{χ:Œä[¨ nÍfU>Ê2ýÆõ\×eÁ!bŠxüÍ„5hv{ZÆ(·5½CUÖE(CðÀêy8<ºy³©VÛN:éâ÷¯L-ª?à
-¸?MuPà
-„CÂ~¦®êùý‡·/Ϲ½OîCê÷sn÷ö+Ýþå3üϸ­À2#{ÆmQéyà”Ì «ŠKo8'œŠiøŸöðÈÛ)‹öà<÷Z¿AbïÌ×~q±¾4 8¸ñß}oÚc«¢T9Ü+·V¸j·»¶)í'ƒK³–Cæ™ 1#k³I2›×ä‹uø…û¨ 8880)ù5§ DH“à(K3þS&^𧆠îOF…¸y«©ó´+ìÞ-À9ªo(à®Á4å%ßF+Åve|!§ŸTãÑYLã¡/ª…ú´Ê{ðaècÇ
-endstream
-endobj
-742 0 obj <<
-/Type /Page
-/Contents 743 0 R
-/Resources 741 0 R
-/MediaBox [0 0 612 792]
-/Parent 718 0 R
->> endobj
-744 0 obj <<
-/D [742 0 R /XYZ 108 690.907 null]
->> endobj
-130 0 obj <<
-/D [742 0 R /XYZ 108 633.877 null]
->> endobj
-134 0 obj <<
-/D [742 0 R /XYZ 108 620.596 null]
->> endobj
-745 0 obj <<
-/D [742 0 R /XYZ 108 597.609 null]
->> endobj
-138 0 obj <<
-/D [742 0 R /XYZ 108 352.896 null]
->> endobj
-741 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F95 412 0 R /F105 415 0 R /F11 600 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-748 0 obj <<
-/Length 2943
-/Filter /FlateDecode
->>
-stream
-xÚ½ZÝ“Û¶÷_¡·J­„ øå>9NìºÇ™X3ÉLœJ‚$Ž%R%©\¯žüïÝ€"EÞœ:™›A
-Ý8Ò’ÐJ„±ßNîHtÙA~ àBµRjI„B&Ê͘P0"mÇ«Ý겕«tF^ÖÕ(%ÍÕ2]]6v°¡oü~õÄ6ƱHS˜ƒþ†BÇ!Í\îmmg‹ §YEhjëÚM>SÓìp¸ç¾¢\”§ZðÌ–3Nï,þþ:SáÔVÿáHE,m.¢²¤'~Æ]~8ðMu.ÖYãøiö-‡3•Lwç#°W»™¥ŸìºùòƒÖ‘âñ*+vvÎýYA&²Pi,¢TCC‰4d9œ‹ïªÑãÎ>øâzÜD$€C? {Óà)Öe13ÒK¸±î†-eII¯>«C¶þ8\Ü…‘a«bD,+6¾ÁÏ® ¨£
-ÇFyn\_éI»wR6`¼F+fúõˆ¹ÉžóØUÙ=®²÷¼uÚqÎÎ0 ß$(\‰G  Ž‚~ƒ~{€ÒØ9§PëÇÀC›é[zᮯé÷šôí¶¸œ8ÐcÔll)ëÊ{’~ê\²NA’'´¹ì0ôxq { otšÇrcGhhn1yÌk¶!“œpVŸì:ÿ ¥&ýHŽuYöZ†“mÓäÅÎ÷Ñ­>‘ ÁOž¶±­ŽyAZœz-mY³ÆIbëœÒp ‰S\ëÃüÚè-=£è@„Ï„À¶Úíqƒ½&kÚ[”ÓsÔ)§ïG)¤ËÕ¶7„ÂÆáå¾²¶õü+[9?Wî˜"«óónÈ;ϯ|D8eUÖF®Õ½—Âñ˜ÕbÈï±Ò5.ðq
-ËàD¿Óë#œÑô¨|‚ùWèµÊsõ;ùGæMú%彫Ðf:ögý]Ñ“úç1J2gæïòfßS›¼Øä¨Ód™÷ç=qnÜQA‚ó€Då‰-½¸W˜xè÷¶uœzºœ
-¦£ý¾ã[ßSÏr$Ä‚¬#Ôq Dªü‚E
-=ˆ‰@0$WÒ žEc/:§{Í,"î žfv_Ñï÷Ä×j¿†Ú âYóêÓE`Õ @µ‹^: À=›¬{;"@Àá­²_äõ0/JHã%Õ€úÔPéú!pfà¤CÞ†Î:“†g~’Çg[ÈKèÄ~F°ôË'5`%Ô(¡ÇÀ’ÖD§‹•òÂk}+MûïsŠZ8Ídl«AœÁ›¶Ú™üðVý¤ÁV?]p!mVàn5¡CñÔŽ‘û®¤ü-U°cŒ‘AªÁ@pŸå®@P7ã
-ù®øÙÝÐ
-õåÝÀCEP,ë MÂrßh·¸ðFf|ÀÊ|[•˜·qmËW9SEi¿Ê Óµœ’K Ô
-TâŒ*:ç!V\íJ5O¡
-§–®b݇øŒ7~Ä¿\2!C»så–æíÁº5œ<é¦v‰œcph0©íi‹ãiAÅÂÞ¦Ëss¢’›“ÅÜ‹V®xwaA£¡Ê(“åT#†ý› §ªœûvg(CÙp‹ì žÝ¤É¸œÆx±,€]$Œ DŒø0œ(a’ø*-ìjyÚ9”óM 2h¬’Š&3Úàn„Å—ÞŸFÒ¤¤ÕÆ èð::†l()¯ 'ȉ³¼Å7?Á6ùú|ÈœD²ŽØFeT‡û¾´Æ„”€;
-ŽaWäÿµí=–çeЫ¢èÞLùi¾Âq…,BôBuFe
-#ï:iÈr¼$ëuKò×[F×ñžåÁuŒ‘ñÎo`\.^t¯|± R;›ËËK~"Ä)6 À t±vùû
-¯‹Î Ÿ»×¶jÀò辺 7Ñd_DÈλ½ûÆ
-¡\鱧
-¨xÓø<.r/
-endstream
-endobj
-747 0 obj <<
-/Type /Page
-/Contents 748 0 R
-/Resources 746 0 R
-/MediaBox [0 0 612 792]
-/Parent 718 0 R
->> endobj
-749 0 obj <<
-/D [747 0 R /XYZ 108 690.907 null]
->> endobj
-142 0 obj <<
-/D [747 0 R /XYZ 108 558.957 null]
->> endobj
-146 0 obj <<
-/D [747 0 R /XYZ 108 331.251 null]
->> endobj
-753 0 obj <<
-/D [747 0 R /XYZ 108 307.821 null]
->> endobj
-150 0 obj <<
-/D [747 0 R /XYZ 108 197.816 null]
->> endobj
-746 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F142 752 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-756 0 obj <<
-/Length 3903
-/Filter /FlateDecode
->>
-stream
-xÚ­Zëã¶ÿ~Å~‹ ج(ê™~JÓ»ä
-\䶊$@µ’v­ž,9zÜžSôï¼(S–Ö‡Å+r8Éáo²¾óàOßi/¹‹RO¥^|—_ywO@þæ•–á=Žï†¿Ü¿úÓ›4¸KTEw÷(@ù~0 ¹/~Þ[x/ô6ﶿÞÿØc¥cƒì¾¯ŒŽA6ò}¿ÝGþæ¯ôÿ-ýÿõæå;úÿÍvoâ`sOÃßé5“Þ¼%Ú7Dû;ýÿ‘(¯©ý~RaÒ ÒHTP Å3^ºñä|õú~Z{è7·Ç׶&…‰ŒlÍ]FÊ3¼-á„ÙŒÞ4ã±ìªœ;ÏU]sëA†«f(»SWeÁ„¬—'?žºìÌ­ºÜúáæãV‡›R„d¼Ô²¢jž¸ó G_Šü~|èË|¨ÚæzÉŽT“Ö°*êžî¸ñ£³–{ï°/6áZ$Ù‡
-•¿˜ÛD*ŒRwîÅ–[žÛ3^ Âaýú¥í{»ÏC‹JÝíŸð4Z«4 IBv:uí§ê˜ øšä4¡AÇ…dJÐ}Û𳆎›yÖ—=7ñ Š.Ã{æÓAVá+²þp!>ÊËcÇÜï˜pª³|ÁujÁjú¹¸þ||hkx åÍVó‹çùu-R|Pe8`‹M §l
-6Cœž^Ù+¹R# 8dlT¶ó’éeŶ92E–>Ïê5…S¥}sks]|¿µ¹‰sßNaf/Šv‹yƒ@éðö¬?8³¾qÖXyÁ´mlß^0›ßˆƒd4Bu¸(‰‰ŠâdæWÉ{Š—æé\‡ã
-ãð3yŒåÞ;심âZäËyŒöÀH|wîe#<7g ` ¬ÅðÑ"*˜KEÍ
-ÚE‰
-‹¤ý¡ë‚g»ŽÈÄŽbNâ¦áþj0 X™)1 •òºÌºXUÅS#¢Â ÃÞ€¾9àé”ç[T¤úŸçmÞµ€
-qƒõ&Ç,ïZ,A@zÝžÀܨ¶ƒ¹ÿy%¡‚›ö$ÓÒ–Ñ(/™Phso¬fÀ UL>·#7ž·N«xͪ•æHUŸ0«hÃcY—3©j†V˜x$¯[,jqÄC/ª?\ 0`¶XL ôtQ–ñÒѬz: ÜâώyYq Qxˆ Ì`y+æ–*òŒcn5«‡MX¿ѧ{œWí8ËÂ@‡ûAøŸåëÀW~”8\˜ÿžciZˆ]YVK2
-q¸Jây`Ë[~îÙ™
-ôfu<$H$µãç^Ø8‰kÓ ΄ó¥€dh ì“øÃÇÖ¦ö“ôùäd»+`6%W5ô²[<;µ¤8‰ØiWN½)¤ìsPCÅd.ƒ<3~À šäÖ-Ÿƒi;îM±vGÒ0åˆÀ½\Þ7T3Ï(Þc
-l˜ø­QYÃw”˜8EÞ¼êËúü%÷)¶‘{ãôâ  =
-#V1¸œQäP\øˆl>%3S Ù˜ªÏеhÁÅ[<5Ñ”nPšÅ$Gyþ2 ò°‚öºUy1ãG8Ž¾v¬¥ZÃßÉ_
-ëѼ°¾‚ö S‡3¸ÿM¹Z„‹§D~bC¶{=”ù¡©r†ÔÀ†²ô#-`Èlî(ßÌ=£
-ä®×Š§(©„#)}zº NÕ°µ@ãÔ¹“ñC¾ó«T…Km
-þdŒLͳÛcxóS'Y 1M
-endstream
-endobj
-755 0 obj <<
-/Type /Page
-/Contents 756 0 R
-/Resources 754 0 R
-/MediaBox [0 0 612 792]
-/Parent 762 0 R
-/Annots [ 758 0 R 759 0 R 760 0 R 761 0 R ]
->> endobj
-758 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [415.648 652.884 437.565 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.5.2) >>
->> endobj
-759 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [389.12 509.422 411.038 520.326]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.5.2) >>
->> endobj
-760 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [314.384 378.438 341.283 389.342]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.10.2) >>
->> endobj
-761 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [270.094 192.635 292.012 203.539]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.4.3) >>
->> endobj
-757 0 obj <<
-/D [755 0 R /XYZ 108 690.907 null]
->> endobj
-154 0 obj <<
-/D [755 0 R /XYZ 108 454.528 null]
->> endobj
-754 0 obj <<
-/Font << /F94 409 0 R /F120 538 0 R /F107 429 0 R /F90 426 0 R /F105 415 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-765 0 obj <<
-/Length 3334
-/Filter /FlateDecode
->>
-stream
-xÚÕZKs䶾ï¯ÐÍ3•B€ïÜâd×V*›MÙò!åõ"9ÖrÈ ++©ü÷ô $8¤´ëÜRªF³Ñ
-
-¤x¾—îLŠœoÞÞOk½àÕ­ <K á*yi÷|åév0Œ”çÏ;Ûs“‚B¾láe@Þgy·×É®í÷·¶q8e·ÎmQŸ¯Õ©V©Þ8“¬5ž•&°3³"i¤R-”¹?•} ›äƒ>{½‡Ë8pw8 ½+û†j¡·G~f—Ký\5Ø‹‘»êx j†²)Jx¥`.ë£ç™<ª¶þöj–ªÁ™aé°†HÁJ4¬( IÉK6œà$uîÞþš/uÙc/Úe]Éä3ìiÛs›÷‡óºíKK”ÊâÑêÈ”jàçÓ^{»L$·—²9¼&›–ÏÄŒ)¬¸ËšþØvg^)®Æ[¬¤óžuHÑ“];Ð;¡67ìäض†Üå0v ·ÛõpD]20¯qFt¨GnNÃ8Šû‰½»£• îDÒ)Ûo÷)%SšVÞîJ<Ê_i¨mÛN€ãX¯^ÉË¢Dcб¨‹­yÂN‚½°%A×®Û!Ìôe)|-ÎÊZÁˆ>0}V¸êÖ‡Ö.VA³Ù¸XOû OØJãGQéØG2o th»Ý¤ Y»L²^Z+þ‚Έ…-ÔzìǬæƒñxç½]Ñe¨è 7A*60÷m]ÒºI[ì·G+Ê9TàA”Å<;î‰ì¯Øûª¬×„»c™£¹*v8ˆÚ:Šae‰ŠâWÑ·­%ôÿÉ ýiŒÁÅOUhŒ„Ý¿Rˆþ !Ú†nM¡{
-íì•€¿ï}o÷Ç=lŠ{ Ìá}
-b·0QcÈ ”N9ˆÝáÙþ®?µcv˜ÝCÉ´K‹ñ¨àNKÁ FÙ•Ä,Æ®äñÉa੪k¦ÖåÂ/p0«»2+žg¥Ì"Æ&?eÍcYDM1PhVÆUUxz 8lÀaé™há®ÏŽ%b%®¢à¡¶‘‘§SÙp f.»!«Å,ïÛ®tœ¨C×80+FCK&“Ø@IC¢OÓÜÀuÂÈö û€›2‹÷£øî=»žÍð
-e®ð~-Bp°ÕÖq9~Y/1T^¢¿~…q ÂtµÀþÿy‹H¦p‚,0Ðœ,à˜6å"r"’Æ S3‘Q
-ɦçÞJ/.5€xO&
-.Ìè€
-ž}u®ê¬PÒnÌ•@˜÷â¯ÚV¼,çEòçåe…{*¡4ц‚<%ˆS@MÏ-x.Ù ¢«gqû4U:ŒeÏ">ÑÌ5ì1ðøö£êUeÇÝ|ì… 61 €¿-®ª_!M öã{S¾·þßï}r
-&ëb”f,
-ú È8ùdR&)L¢•ö–Am²z;Jv˜øÂ~œJ€›LÁÒF=(îüØžKLŠª3'¶@:µ8ßS9Ï:AfeÀAÊZ=ž¦=UýÉÎFcŽÑº€f­¦%@£”~G‰Mí¡Eǽ”pb”G×FÀMñÞh òFS®Aát'
-wîUUÑò¼>ã• Y¿¤Ky&îƒìÆØÛ’ÅtoÝíÓ!Råq3¿Ò–¦“—„M¼˜LxÑÞ{F[Œ¦@Í]‚X’‚[:ÿ„¡Â½ûFAå°¦âʦ‘Š‘™+FWZ µ©cT8g¹VÖ7N°U,ùžƒê;Û.ž–Q~°¸Š!ƒ¥»Ý÷¥àêïŽ%º¼êIÎÊ]îK†ØŠ8uíøxšß\;½ŽcHz­Ún+±ÈiQtwbS&eü(ªN<G´K¹.kæµ:Nk`HN‹ìÚ33±lR#qR/ɹYšøìrÆ0AÊ™L^ïyë§*Hì­WšôÁ›½f#
-úpª²c“Vå‡ôÆûËI–«±ºþîYŠyu)îäŠWBI <Û® èM^djK7HÊøái°±à '†ÓÉÕ¢°ý¾
-­3Kr2Rk?¸3,
-ÛÖÓ`¶bܸ3ŸÞfR—NJQ*ƒ¢éӢǿ€¨¨ŽDº¼ØØÑ@D>0}úH†t*¾Ñ­™ÚCÈÑò•YL¡
-ŠNÃ_ÿB¯(þX‡ORÖÇoò¹b
-}%õ#ùÞ.l3GW _µ(:²à
-ŒNƒ6ÿÄÌ(³°u4b¯º¼–Q¾ÝöY –:’ºü°ùK¼Ÿ+û±.ã¯èSé^꾊›wò…n*`ƒø}%öUR/ní·<¬BOø¹?5Œ;®¢c7`ª:ï”´¢ëOS>êwå?G€ž³bs.QÂÆ Ž[˜ÆƒœU/jÛ¦
-à?Œb~Ó6hÙÍиí>õÜ¥Ôž}YOeÌPÛ¥hb†˜DQîK·ahøç
-²â¢¨… ÇÛòÛG˜ SËÇM®Ù;\Ƕ®yÓQ2u,ÐFÉâ~—’«®±U†ïס¼þÝbþʼn-ÆÅ@™(éíÕít[Êa„¥V¿Ðò ‚kD›­{È'Pì ü*ú
-S
-endstream
-endobj
-764 0 obj <<
-/Type /Page
-/Contents 765 0 R
-/Resources 763 0 R
-/MediaBox [0 0 612 792]
-/Parent 762 0 R
-/Annots [ 768 0 R 769 0 R ]
->> endobj
-768 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [270.251 371.868 292.169 382.772]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.5) >>
->> endobj
-769 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [420.235 264.271 447.134 275.175]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.1) >>
->> endobj
-766 0 obj <<
-/D [764 0 R /XYZ 108 690.907 null]
->> endobj
-158 0 obj <<
-/D [764 0 R /XYZ 108 599.335 null]
->> endobj
-767 0 obj <<
-/D [764 0 R /XYZ 108 540.431 null]
->> endobj
-770 0 obj <<
-/D [764 0 R /XYZ 108 255.992 null]
->> endobj
-763 0 obj <<
-/Font << /F94 409 0 R /F105 415 0 R /F107 429 0 R /F11 600 0 R /F95 412 0 R /F120 538 0 R /F8 615 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-773 0 obj <<
-/Length 3354
-/Filter /FlateDecode
->>
-stream
-xÚ½Zm“Û¶þî_¡o•fN(ð5ßœØN®'Gí´Sw¦”Il(R%)_\Oþ{w± ”x>7q:7s
-þËùßÊwöÿ׋¥ÎâùÊ6cI/‰ôêÞÒ¾¶´?Ûÿo,奭ÿèYð£q‘2 f‰tTÌu„=Ÿ½\ù½'QüQÑ`û”h
-XH{ÑÄÅ,MRi/Œ°ÿúb‘½ DVd8‹.D¢³ûÒní/N
-*CûsÇ_ÇôëŽê'Ó«a 3ÃI\ò=7:
-‘«&ô}Vv¡XÄ*ErVhŽˆœÇjv¡þõŽ¯š~0å–>,âYmDOŠ”SYua[Â[æÑh˜¼‹[´bS
-ÔVA„Qøèîq8íŽË÷4)B–ç!Í2ü
-O@™€ª{ÒšòxªÍu¼+#-"YÌbˆ’4°ļ×ê» :ÛøwŒ|œ«LýŒÎ6ëMݲW²¸{a[×f_5X¿ÒDB¦á„>wï̇·7«; …¼Ãº¼S¾ÀyþË#ËÚú} VÿúG~¬¢ú/’fF¬^G„Ê
-
-ª±ÂÅ`E~Å´8 .8P†>—i¤‰À-ÂÁÓaGâW¿2df†Ê YÊ\M\C”NÀô2vq%•ð2½,¹ÇRf"Žâ‹ Ën@¯óçL'‰ÜAÊa"¨XMÜu¸År#o§Q0Mî
-D*>¼ˆ šcOgu† wä̶]±<.Ùi'Ÿã#3Àwâ4 ˆQÙïcÁ!Ï©ÈüõÑïfÀ ˜óylX~œ·LhÏõ–îk¾qàuä|\£°˜><ÓÐGD÷žK<ÒB¹Ë•vŠ‚5òÐÜqèÊ…Š8õR÷4Êßrzìœî*rtr›öÜYåUšoå†*¿ %•Ñ.
-Œ‘%RÖ¸øy ŽxK°<Î7\χsªº Õ¼êÅaו”î¹æËÿ‡BEþ­‰…üµ]áŸM'¹6Ížì,/ÒÙõ=¿E;Ö
-SawT±GŒˆÍz& TRš* +ŒØ‡ eV‰5ìOÃÉß Í™JR =0Ã)àIAÐÇýîv­¢‘Ê?ÓÉ=Á³;¹ŠYÝw¦lªÈ
-¸œÐ¬T
-õ¤ïû "‡þÄ9Å–‹(ËFw›4]`8Fz¨Ý…\û»:Ô¬ AÓ8k¯\Ø<é¤J…NÂ| GOÄvw4'sì<`¯%jãÁ ><
-05G­TÊŸð´ wd“ÌoâVíãV]PniKõÎ ç®ááå¸gîÜþhBî»6=è5Õ­§Ä
-1cNœR½zä¡Ã))a@¹>„>k-ÒJ¹ƒ8,‰¿j?…öŸ~Xã"õàjÓyäPH‚·ÜÙxhS¾ãë'£ÕO`/þ8{Eà&‘Ê×îàÚ†êâHîˆg›‡^îDxí ÓÂ
-ìPmOáÈiýÀÇKumÚ¶ÛBÈ6˜Þ>%äóïÚÁ|A pÊ##Ñ»m›'Ú¦=ü¦ÒÓ€‡˜ò˜»ëúnOþÁºá³A>ߟ9ý„í»©›y¤E–ÄA@²mÏëÚl»òaÊ[AT"£bœßˆ’¨· Ä(E—Б¥‘3„²@¿%13LMÝ~F•7a"™{/ƒî·?¤¸šÒþB$BÞ¬ Wq©e¸ömêšû||Å«‰xÿòŽvÿp¨6ªvæß窳ˆ_öµËußÖg4[–׶‚êé™>ëŠ,}ÊófàT}¶T&Ò”èub„Œ0£™RPµ=siñKæ³Â
-X­*‡Ž~0€UØKKÕ "sÓÁ k(&Ð|ÿÁò¶EXEÓïÊmuæïÚôn=}ÝøH 7Š<O?{Ìv}ßóºÖÉ
-£Ñx‹q¢àùf8“Ê"Þv „ÿö•³°{sö Gv  ãs’³! ôaõ+q塀“’¨)Ÿ;I!-¢ç'$Óó1ÐÎ=°bU¨[3¸·vìcµúlMYóŠü™[×µTij´q¨ìÁ+X¥Q)>O6°IŒòuø†t ¼ÄâûƵV;*ùwA©ÿ ßr,·Üf_•¡lyÐÕÕ0M|Ë%s¥2 žàíHE"}š©süôýÛiÕû ’ÞÄR¨l 4çfdËÁó6ÝÌ»Ÿ vøK(שd_ ç,nßYóY¡ƒTSþIÛŸ& ÿ¡¹jô
-endstream
-endobj
-772 0 obj <<
-/Type /Page
-/Contents 773 0 R
-/Resources 771 0 R
-/MediaBox [0 0 612 792]
-/Parent 762 0 R
-/Annots [ 779 0 R ]
->> endobj
-779 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [169.209 194.578 191.127 205.482]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.5.1) >>
->> endobj
-774 0 obj <<
-/D [772 0 R /XYZ 108 690.907 null]
->> endobj
-162 0 obj <<
-/D [772 0 R /XYZ 108 666 null]
->> endobj
-775 0 obj <<
-/D [772 0 R /XYZ 108 642.418 null]
->> endobj
-776 0 obj <<
-/D [772 0 R /XYZ 108 571.543 null]
->> endobj
-777 0 obj <<
-/D [772 0 R /XYZ 108 386.903 null]
->> endobj
-778 0 obj <<
-/D [772 0 R /XYZ 108 269.183 null]
->> endobj
-771 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F11 600 0 R /F120 538 0 R /F95 412 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-782 0 obj <<
-/Length 3541
-/Filter /FlateDecode
->>
-stream
-xÚíkã¶ñûýŠývÚÂføÐ3ß®è%¹iŠd‹¶¸;àdI¶…•%C’³Ùùïá e½voƒ$ß&9¤fÈáp^¤º‘ðS7JÆ7a"E"£›ìôJÞ
-NcNUàÌJqó¾\›™¾
-­¸ëðªò6}x¿«.Åǹ–€ÓïYMÁÓÓ¾l‹Ü~xNÛþœöÇŸåFcðÛ_V6‡’Ôýü4µÜH(ÔFý²dÑրʎPã„Â7ÉHãhPJ$ˆXƒiਥ¾0TAí€%q1 ý
-©…hÒû¢ŠeA9HÀp
-_WX=*½î²ëHMÍM±6JĘd84 °¶ÔÕn¨òýÈ0»ÑÛÑpç·\Oþ ¥õ[„/n€”ˆ¢pL{á
-¸1ÏSœ!âõ« ¯¾¨`ñ5zªcëÃ[§ë‘
-ý}ÿq)`&™4#&ÖK‘†å A›³9 Þ;‰ùq¡ˆä¯3&¸³ì±ðU¢'<½;^¬ë⻽IœM÷‡]â™hy%'BÆŠItÍ©X™…>¹óE Ü·Í‰ÈЦ¨¨s‚Xηž‹˜?8€¡sjpZ¬ÎØ·„/K+„¾uáSðjvËyëX f*:ë6-G'mJ‹ÄÄÎTemímbµ)–½Õ±®N[ÕìØtEMuw tƒÿ€îo¨¬J‡³¦A)5»ž§Ã£ê‚öÍ6¿aÿÙéßÂB6n2ŒÎÏ¥b$uQä#&Þ rÇ.Çà¥cØ•‡ºü ¥ÛÒ;«W¥,˜q|bttÉë"
-ÞSž3Ð&`m ŠwõÔE6
- ¶žš­NbÏŒÈï­eÇÓ“®t” 3ÒIˆ”˯ȗœ¶…vkéç<Þ¥ó8ÓýiÛ\jî&ç€ÃÉåä.Ž«⢱éi„Òú2?O1&w™b¡£iØp€¸
-ˆzzb šN3àÐWˆëì¼¹
-6Á¯dt ‚á^G¾LsÅÞ»=áÄc‰íùNˆô}âí´,t€ýÂfS¡Ÿ
-ƒÊŽÉ·Å¹JéN¡«t#t»—ÒíÊÿ¯yµoj¼ÇZ“ç/´¨›Ëá¸yÂìIð„Ö.ñý„šÆ9D:N¼O¨ŒAi¿¦&­9NhÍqâÖ –%çŽÕeãæmÙ¯ÅnÃs+i¨‘ is&ß5Tò]v<2Ü‘bJ¶ê¨5\mÑŒÙ?¢0w²šä´p¨¹b¯P{kä4]œà…*]œ’g÷¤y¾ÿþ‘dÝO®ic'ëëw³×SÊ·«Ë' ï-_ ”œüO+dñÕ5Ï'|Þ-:i_ìÝÚ¥Ž•„ñäb…³t³;Ѓä:º¸6ÖÁ9¬y] ­¬a*8»ªœ%ù†¯Õp½ ¨Bº1±žkOÜ…ÊpÕÒ—g³èÙ7•‹÷‰º}r2ò©uzÙ¥žEã
-¨UeÑQ­¹ô]™¸2÷s
-º±¾à¨ãÿH@Pï
-endstream
-endobj
-781 0 obj <<
-/Type /Page
-/Contents 782 0 R
-/Resources 780 0 R
-/MediaBox [0 0 612 792]
-/Parent 762 0 R
-/Annots [ 785 0 R 787 0 R 788 0 R 789 0 R ]
->> endobj
-785 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [230.854 511.22 252.772 522.124]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.4.1) >>
->> endobj
-787 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [169.251 270.03 196.15 281.905]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.8) >>
->> endobj
-788 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [403.552 162.767 425.47 173.671]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.5.2) >>
->> endobj
-789 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [232.701 138.857 252.128 149.761]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.11) >>
->> endobj
-783 0 obj <<
-/D [781 0 R /XYZ 108 690.907 null]
->> endobj
-784 0 obj <<
-/D [781 0 R /XYZ 108 664.406 null]
->> endobj
-166 0 obj <<
-/D [781 0 R /XYZ 108 457.671 null]
->> endobj
-786 0 obj <<
-/D [781 0 R /XYZ 108 436.7 null]
->> endobj
-780 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F95 412 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-792 0 obj <<
-/Length 3896
-/Filter /FlateDecode
->>
-stream
-xÚí]ä¶íý~żu¶ØQ-ËŸy»$wéi$[Åå€xg4;îyìíÉæä¿—)Yöس›Þ)Šà€Y¢DŠ")’âÊU
-òµ
-òÅ«;·÷8ˆ®²ÇçX“"³W ›Í#X$ND ˆ5¯od¼nZÀªÂuÐØPë®/Ú›0Xoö0$×Gêí{¼‘Ìy;™uÐÅŽºEÇc Ýkú.v;Í0ž×-/|àáSѨUò»¶@
-kA ÿ8½EkaŽº¨;äˆGdv¸‘RäqlvXÖ
-ˆñùsjõ÷Aþ„+ëØ‚¦ÜæbËþÞëmqî4}¸9æëXlÛ†Áà€©T”-5u¥ºîE‚¨Ñêî\õÔBiÊM¯4$µà¤qÃ4©`È}SU B=ZšßÐ&ƒÑî>4ç™#•©ˆ€ Ñv=rüâè(Lj­CAh¶ç–cþÔ¼q挑`lýˆÄmYÜW ú=Ø NóGw¾ï4dSOõ\…‘¤Z%a
-ÇrV‘ý®¿±"ì?Rö-šËÂݡ㥔Qð1ÉGkBü¿¥ ‘H¡/Êê÷;áÿUšö"6!ÂŒ&„àûýׯ„O ÉG(‚ï^mÂ4‘Ä0æEÒ̺;hŒ^T’¸xE%)Å+ØÙQøeZmOƒ˜’{Ó.xlWîÑIÜëBªšmƨcȪ1q6i:µ‚zîL}GµD¥½#ÈίcÚ‘Ìžì=zç~â+SLn¼É¢¶‘œu¬9´4§SÛœ ZéuÅ];Ý•@X­ybƒ¶“ õiY];º¨ôn²6sÑ‘fˆ
-0¶Ž¾Ï‡QÐ.ëùÉr‘ĹѪ¦Ù+O@â €­´ QâŨ 0ÏfVˆòU¦ ò©ÀŒ¡7øe”4Y’³PÈ Ü
-<»4òq_Æe sãd!—ÑþIHÒ”„Ä0^ï>£. ¥}  lÑŽÔçm^é"è/ËâØÔ»™8;†`ÆBmhqkEÆWœÊ¤Hd6’š—DYe÷þr]ˆ
-“ȺÛ¾<LöIfƒaö
-°NOµ÷ݘ +17Æϸb#8Oqå+Ÿàä
-sýÁ¸@ÈVþÌ$í#¸4ÃrrãÊÌåe.ÒŃ»…·!g³e5›Â
-À v{;fCÀ%á2â)brém[˜dCmUa3>!?)xF
-Ó^aNö(eAÇ›“HÐmjß ûA3É@fe€:½€ÇÈG0Ó QÖ] 2½ãOÝ”“ÅQù"¯Œóàͳ‡ì¡>6ß1ÉÑÒû‚÷ˆ3¾áÀdÁõ35SàbŠÓÉu6Ü¢^
-Žðí‘(¨‡ªÐ°eRÎØàô)}˜g¸I*]PăTNÆ+|~îmïÖ¤šˆzÄ lštµgaRA0SâFÍZÃýÚM“.ûpnÙöŒgØ ™Æ RÝöÜ[±£ žój®s˜PaƒŸ-¹]a*Ä!þå±ì~yÀä~T -¼LÜŠu__ö—¡MPÉF‰ßnX¼3O0Mõ÷g¼‹ƒÛÀX}lË[‰íãµIE„‰ð|âÜK¿¨ 2.
-“.+>˜>e#Xž×P';Nå_ô„0Æ+™Ê€]eœáy1Øož[®DÖÛ€îŠÓÄÊV¦"À¹£@YeerKgsÞ¡'ìÀA£¬KˆPD
-Rq¨ëÎG#:XéÙЯõè ÙõmÁN%|OÄX¡Ýñ+O”¸Óp±æ5Lд[MŸ}*„ŒëÂýT>yöE&±»í°Ðï¨M]±aŸåçéTaè4Xó<…EÇù{3St›‘ª47ö>ýjèãÜÛc"T —Rüœ=75ÂÉrp„e5ÃÛŸ2¬u쨳ZRÒPdiüdµòUJ"”ìG2ÞÀ{Å¡, ¢…ô3#'“üuÁb1¯Ñøa
-8)áJ<{Á.\as·ímFÆ^Ù³/¾$0™¯Ë¾’¯¶îEisáÎ‚Ó ùßÀ5ÒÙbã–rgî¹Â‹6l !ãd*T‡¹€mCÁZdŸÔæ^xò¤9|ޟ𼥕ÐQ»w¨9t2íæh®(ªhÂEãy ö=5 KºÔ5WÞbœ=õ sr6”aÚÂìÃDì"#‰=Û¢Ó¶OSWcåˆg[­ž‘p–ÝáÎÖÑü;õ)KÊæ,UîþÎã¡*Ü» ·l ób?aŽ;Oè,xnaË 3Á±]Û·…Ä^ÍÞaØàbª¹A¼àðz4G_wvŽ§ ÔQÎQìbgˆøÝ3´–bË$9‰F,ŒÍÔªüTm­
-Õ“mÊì*›P e"rÎh¦Ê(˜Äfê‹Ê.Lt_•qJo—aó-üs¼mLr×áÉûy—Záe¿þXЪ/;"dáùVW—OþË«¾EQÙà!«”þ`É7æƒeœ\çzù!ÕÆCáôT9¼/æ‹ö‹à|—8Xô]@O]!Àoï»ÄW}—ÔMï\%Vå{*1 ÈçD…¯l‘ÓjøK ï®Ég?ôÃ…ídÑ©b‚3³XÝ©CÛd{”Íâà _ÐgqP*ƒu}}ã%qà³äYäïÎ4²Ãœ‰4Wý ZÉœ£]l°"›>z=§ï/>𓼌­>õÓù§ÁìO *FüÉ.™OV¬9'PÃciÉ ÂÐÙü›sm7ͼéå~Ê{¾ØFZ©oíÚ¨T¤éô†iŽÓòŽj½ŒóÌÃA¶ÊÁe’³1Ê\•ÞÀ¿ ‡bê
-endstream
-endobj
-791 0 obj <<
-/Type /Page
-/Contents 792 0 R
-/Resources 790 0 R
-/MediaBox [0 0 612 792]
-/Parent 762 0 R
-/Annots [ 794 0 R 796 0 R 797 0 R ]
->> endobj
-794 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [323.017 617.019 349.916 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.10.2) >>
->> endobj
-796 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [318.953 524.088 340.87 534.992]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.1) >>
->> endobj
-797 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [313.969 353.281 335.887 364.185]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.4.1) >>
->> endobj
-793 0 obj <<
-/D [791 0 R /XYZ 108 690.907 null]
->> endobj
-795 0 obj <<
-/D [791 0 R /XYZ 108 597.495 null]
->> endobj
-790 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F95 412 0 R /F11 600 0 R /F125 566 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-800 0 obj <<
-/Length 3309
-/Filter /FlateDecode
->>
-stream
-xÚµkã6îûþŠù¶è,Éò£÷©wí¶{À=°Cqh T“h£ŽÚN§ƒbÿû‘"åرç±w-ˆ)Š&M‰âK#obø“72ÎoÒ"EœÝloâ›= ¿z#yzƒó›Á_nßüé]‘Üä¢HÓ›Û{d ”J&·»ï¢dï™8ú°úáöož<2ÓH®b¡U¼‘îËÕ&•Ñ?àWE_ø_Â|ðð{ÿK³_­6:K¢wïýüW÷oÿûÁc¾ôð7ƒ¼áó²D™ay¸(•êHk¤|óåí ¨‰“g×ç—Ö¡
-ðJÃòß7üM`³àýGøŒf–}fQÀªe£îú¦usaZÁY­f s²èI*y¹,Í_&~ÁU³m¹aÌ0Fñ.¤tî*<y™Š¾‡ðØ9?
-£0ôÐL»¿!àÃ8ZñfD=TS†>^ æZ²’FdI6= ‹æY‰×Œü–ÄF
-Z‹[ÚZ\ ¿µ°tÂa»î|ä5#oIÓW®ÞûȲ£§\ÓÜŒ\‹ôÓ?‚?EI}÷–Mœ‘*£ ;ŸØQÖ;ö¥ÄÔCìD½C'wõ‚îÞg?ÒØÕ»·¨5ü×"çžl2mP¦E6Äeä¹`¶pÎBVÃÓRŽ|xWÉÓ^~;›¾/¿ì?x!š'éøûÎuåºîj]N¶l
-'ÛÿÌ€·’ú—b^ãR’©K™¸ƒ1q¦¦oj`ÁÊìÜ÷q¬j·[“hˆ »Vt*Í1œlÑSô¯Þ ì¥`–€±?a¾ájBû¸hŸâ¬æàòŽ P|Óv×ZÌ*K^ñƒqÖÛ]YïiDV\„t0eß "³`‡ÚdBgÅÿk‡êy;LŸµCõ‚šdšfÀåR¤òj‹¼º™ñþý솜‰"è÷* ICÔvßÚÓ°çºìe¢w¸>S…9‡ƒ_íñD¾Ýwc xù,“Â)í`Om³;o}ª
-3—aPÄçƳºl UP¸¡ˆ÷÷”V=b¦„@ëN•Ýº;.e°Éƹ,k¿ÉiðtÒÞ5h8¡Bð )î÷\@’
-™gWª²^Èf´*œØ'í!É!ÒÁ¢¾ÊFÄOÛC zÆðƒiŸp›Ä§Äšl)L¾r?é(š˜Ó4Zd¬û8K'àŽ‰¶UÓù*
-`ÈÁýs’Ý\öŸ&ÇuÓ‹l1„TU`\Ö”¦ËÄ· Æ~»ÊãÈ{ù,:r˜aÄz’ïsÜÊW$¸øøîLá^rÕýfeŒóÑ—B@ÛÔÌÿxîzUGÅ9ÂËDd 9, üúÎMw³ %Z…ØVYªõB*À‘Vl_^jïîj'Zï}÷˜7ÓD3]{×ZüFq=ö¾¾ÞÊù19ô§–âã+Ð…ø™#ÄDó#D‹uq¬x~ç:9-8¼¥ëÁ“~¿È,$‹X® öôâ8ú
-æ+†|
-)÷šT?,ô@ý;饭 ]×ØžÙÔÔÕ#÷FÀÄý7J퇃/‰rM½-x’>Uå¶ì ÓŽ| O­K¿ÒÈ $l"hD§æ×\$‘Ýp´Û¶á÷Ëa2p ÛîÞ €Š1GLLô¸³ÂÇøE+›sW=r| æR‚aíÐAqÐ+9Ò¢SÛ–»«Å‚u£ÐBäƒm×ÍØ´'Ù4CÜ`[pxÌs*NYn؇î¢Ç
-èTšïg£Æ¶¦ç´{ã­„kÙ(+€¯¬÷9§º€Ùq U®%W—pj¨Ú€}õs¹HópE ÞEø_3‚%_Ý~1;4 dƒ¡
-¥ ÚÏWªˆ¾Pîjñvv!©·5æÂ[Ɖ¤ß-\'‚*yúʦඩšv¡'(!=|¡%æ˜;J#â¡ ú²ŸL
-n:]rÝ/8«BG®CÅ€Ï#~>S£‡Ò sGÞ@Ë´œ~é8ä‘‚F—”f[ÒW… mèy×£\ï"f{n‡±5˄ع=„4mVÈQWÍ—´=8¶†ïEFärÜÀÀ]ÇçÀÿ*ýÊ…:\‘Žj:tø\Î݆2nš~
-ÁÛãvعjÄÁ&ÙÖR……c,âw%Iõ–Þ¹þÁ¹úÉH´uü•VÂÿå’„ži2jhÀàäê®oj®vá>6áë9$.}»?5'º¬K¢]i$aâ/EëˆÔ\G(XiT¹‘/_V3Cßâ,·?Õ|yê¿}^C>ÊÞ÷ŸTÔüe„–2¬‰ ‰Ëÿwàˆj$ Úl½çw©žE(´«Ô7JŽÿßláŒÍï?‚s‹ÎG"Ö÷÷ç#Õü¨Õ{Ö¾i±&Ez^ÚêA}OIëJ16I„Éäd‚ý¿*Bë8bˆkm <°3µ¦IîÀÇJBd‰I~²ã‰»G¦¶þÏ÷Ö ]Œ!W ¢¹OŽÿŠÒ‚ý¹jÞ³Îo
-(\åâ¿pèz4ñ_Ëål(
-endstream
-endobj
-799 0 obj <<
-/Type /Page
-/Contents 800 0 R
-/Resources 798 0 R
-/MediaBox [0 0 612 792]
-/Parent 762 0 R
-/Annots [ 802 0 R 803 0 R 805 0 R 806 0 R ]
->> endobj
-802 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [189.844 593.108 216.743 604.012]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.10.2) >>
->> endobj
-803 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [343.954 368.952 365.871 379.855]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.5.3) >>
->> endobj
-805 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [262.93 297.968 289.829 308.872]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.10.2) >>
->> endobj
-806 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [314.733 297.968 326.688 308.872]
-/Subtype /Link
-/A << /S /GoTo /D (section*.106) >>
->> endobj
-801 0 obj <<
-/D [799 0 R /XYZ 108 690.907 null]
->> endobj
-170 0 obj <<
-/D [799 0 R /XYZ 108 421.573 null]
->> endobj
-804 0 obj <<
-/D [799 0 R /XYZ 108 336.762 null]
->> endobj
-174 0 obj <<
-/D [799 0 R /XYZ 108 282.341 null]
->> endobj
-807 0 obj <<
-/D [799 0 R /XYZ 108 256.812 null]
->> endobj
-808 0 obj <<
-/D [799 0 R /XYZ 108 185.828 null]
->> endobj
-798 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F8 615 0 R /F11 600 0 R /F105 415 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-812 0 obj <<
-/Length 3545
-/Filter /FlateDecode
->>
-stream
-xÚå[Ý㶿¿b½Àš?%èC’æ‚+Ð&¸lI´¶v­V–\I¾Ë5ÈÿÞIS2×ëë]Û‡â€5?FCr8œßÌÇo2øÇoxVܘ2ce–ßlö¯²›'hþöwÝkì_G_Ý¿úÝëRݬ4ææþ0!T`r¿ýq¥ná;­ÞÞþ|ÿGKž3žK$“"ÞH÷ÍíÚðÕŸá¯XýÁþ¥–·¶üÆþ¥Þoo×2W«×olÿ·¶í/öï[Ûò-ÿÆ ÓË+síÆcÀE#WR!å«oîÃBu¦.ÊûSr(a éäpc´a™$L»FËŠÕSs+ôêÝ-׫º£¦Íq :U«nK…íPaóû¦{†r5ÝòÕ®kFÕ×ØÛD<Õ›]×lª–ªC]}7Þ¹Î]5¹±ªvsl«©éÝàÍè>¨`ŠŽW[wOÓîV¯>P}ì= I Öœ³Rk»6ËBd@¶¯qqïi4ÁWMW?bËOY&6 ̾î\->:Žõ0R[ÿèø´½eCµ}µÙG³&ÍÓÎqyË3`5åÔ;Þ·Py‡zsëæ21"û¡®]kM›~¿‡©¹uÀì­âpØÛ‚)Sà†Î—ü—êP UÛÖí$4-(€)˜VÒiZÂpÆãÃXo¬ð
-'$gtÅHÁ¸°:E]ÃÓ ÞFêç©×ù™
-.YÚ£ÈgckÎàÄcŸ)¼§¹<₲sY®¹’Ä—,ÏEé¶wõöG'M}â¬2fTá¤é¤ÍEv"¬0þ\;õ=c"”=®nKóŠ™Ü¯YVð+ç0ªM˜‚`¦ÐWNág×ÏÓSøÌ*¨ø9SÁu vƒÁ暉¢´ÝïìiÕh!ºm=m*³¡§¢·;Ž6…Êc=Oþ°@KÕöÄ¢t6Úì‰ úC½iðô×[F-÷žh ¦OﱨÁm›-ƒ)@;ŠÂJ¥fGFŠæ5R¹q¿¡óZª=¢Í¡².ɽ‚ Ãdn`–ƒð‡°C±B‰›Së_ݨ ,~t'x±yZ3nüöx}†eoÍLŸïܺfjÀ¢|H©|©JG¯Ó9GÜã`o˜[aÕLÖÐ@êi‹°¥«é}MÓ„“^&xédnN2eÄ$v¬6î×õË vGŽ2Çæð½—9ØPs+s™”¹ô2·£6{‹ω]ÂDË…Øã‰Ig, ;·;¢Ês¢/X®ÌLjÞ.ÔKÄk)6VÁQ$2¿ U/~Ír+›“Ê?Ô´?@¯á ~ ÂCM¿M·A´¯·Tí×@Åm=ëypV£ãtÜìæ-üÜâ6GøÕý>aöàˆÂõ'T=gFx‰“>h\|ãæ4æŽêïÁ ©£€XD^^7L3†a¨Ð÷µЛ)3¦…™ Úî~¬òUu8ÔÙG¬Z‡_â©"¯ínNÐ[;Òöô»s ùxø1Ø9îˇ¡?ø/‚¶à¦Ùˆ9€íÈè›ûèû¿I¸lÕP“G²«ÚG*‘\Ê8­‚~Ù¢IÆ¥·hˆ Ià/ ÓV¹¸ßOÓ§ãþØü3¹Bþ£¨o®@ý—¦`>ê…µÛ)ÔsÔ—'ÔsÔ»ÕOî“€ðÒ#¼ˆqòÝ{¢ÂKÚ ÛeÁ8f臓+?SìzΈ`"8íž4Ì
-û Mä;É“À…à
-@S”®÷Ñö‚KÇ$ó‡R^…ëÀôÞ/˜t›HÜËzI$P%À‚×_mÿv'‹ÊÐZaº ƒ)8ØÕ‚ŸŸÎ)?›³Ô``ó0çGG±4Á‡¶Ÿ@RæÿË
-Œ€T/e›<õ:"?Ëý,YR¶ â¼³± šU}–mò4—G\0
-Ñ—ôÑ×Ï ‹d²üüÎå, Ö3ŠJÎwºdbvÞ}Ó=ãZØ}°ì  ÓÙż$÷üÅ‹ ì8E6?‹B5(\¥ÉÁ?É?nl.K©ÍeYr©#Yº£˜öÀ°(­ûz1ê«Ä˜Ä^‘ç,³[ˆà+g§»ë·õ˜@`ôbKþßCàÿ-ü™Ëðw=úÁš ‘Ì}fz†O™ ø=‡–2
-k:›§±þ.O1–§bøêµmø.Ü£º¨mIAXTøŒ¼5a S®r_Œêoé×­Ì,WæŽXÊhsU²,›éWß~h›®þ5a¢ìmÒÌYCìRʹA™û}¹ qH3(uŒÎ¸îÔ¼fÞð•—'æçû;¥µ=^Ê.•)
-g.àz¦®õÓö>Ûó1ÁÄ‹y’«ƒ™}õK*ÖfFÏ¿–¥°öÌ©°'š}†˜Ì?RÅj(×Q*ÖÁ‚õyQK¹¿¬Ä-T¼*åA‘*ùgð…/&Nh…<#Í-4ÑP2×qˆ`Y%r)¢§eNPÁT¦²w¶¹Ìg¹Y‹Lm] ‘ ¸vJ¦Bì´ÃŒ£Tbõ€ù»'
-³ÀãÑBƒ²VµҔ¾ä™Àaî÷©µYÊÛl8Ð'ü”
-endstream
-endobj
-811 0 obj <<
-/Type /Page
-/Contents 812 0 R
-/Resources 810 0 R
-/MediaBox [0 0 612 792]
-/Parent 824 0 R
-/Annots [ 814 0 R 818 0 R 820 0 R 821 0 R 822 0 R ]
->> endobj
-814 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [230.341 629.496 252.259 639.878]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.4.2) >>
->> endobj
-818 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [344.32 415.86 366.238 427.735]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.1) >>
->> endobj
-820 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [308.834 357.222 330.752 368.126]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.1) >>
->> endobj
-821 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [382.382 333.312 404.3 344.216]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.6.3) >>
->> endobj
-822 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [308.025 321.023 329.943 332.898]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.6.2) >>
->> endobj
-813 0 obj <<
-/D [811 0 R /XYZ 108 690.907 null]
->> endobj
-815 0 obj <<
-/D [811 0 R /XYZ 108 620.723 null]
->> endobj
-816 0 obj <<
-/D [811 0 R /XYZ 108 525.886 null]
->> endobj
-817 0 obj <<
-/D [811 0 R /XYZ 108 454.96 null]
->> endobj
-819 0 obj <<
-/D [811 0 R /XYZ 108 395.988 null]
->> endobj
-823 0 obj <<
-/D [811 0 R /XYZ 108 209.433 null]
->> endobj
-810 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-827 0 obj <<
-/Length 6115
-/Filter /FlateDecode
->>
-stream
-xÚí\[ëÆ‘~Ÿ_¡·h€nß›4°»X;ë
-ä .Î¥õ×÷6ºågŸsû¯ö'þûC>åò—e½‚^tU}Z¯Â,Æ»´žzÞ}úTõÊ}”N¡­FÁºª¾è2Ã2[)Ý€m>TÊŽlÓ˜»®\¨™oVUN‡EîDø}­­[·Ãë¡=ºãþïëþDÕü]ÀÑåéÁNöÀ¿ÿZµQ‹Ä2sá9µ¯œ“9ןºÂ–ÒS×U …-ŸÜc`X~¹Ù¯:)ºý ¥×öÞ¨åw÷Ú/¹Í/‡~—z^7«o÷Ý0<HpíÒ¸mß+¥66§Ó6M±í÷/ÝñÞ©eÙî×Rí*Oq3ͯýñ4éC»ÏØ0 ^h{Ôºj|`
-÷çÝ»îˆy­rËáüòÒ 'e—Ÿ? ´ßwRx¯:¥Þ ê^/™.ª2¦<K”‡lN¯2!!Íí.•¶ÝþåôúWÁd©aßuë4Á©O¿í·´zw=Ùæ¡M%ª<Sµî†Í±#ÎÙ˜XˆvñصC'5žƒ
-…³(¿ûž~ëå‰)Kå´™
-œõß#ýÈH﫺ÊëŒùÁù€ïé„ÝLÝò1›Íœ–ÀYº²…Ó*UëÑjiW~n6þ1úÊÚš­¡IÇí÷lâX‘‹Ž%jYŸ¬ìµì‹m½ëº}²
-íȾ[?HËæ$ðU›:¼K:\ŽA6û¬Õ7IëÓ/çcZe9iWÇþÒ"d;Z±qŽöTJWçc1ÓuC†‘¤ QËç~»íïa+ßÒ´!ÛG-6d^¤ÖJ«ÐM€}Ð8büw›þ<l¿—Æ5$m™˜ ÷›íVú¯ÚóæÉ$Øz½´¿KõLç>ÏÅz íŒáúí†uÞÁ¾{¢X W/!Ąܱ=uh'~hÅkÅl6IÒo‹ëi–O÷V/ÿƒ‹Ÿ±gùû‰út+d®®b“%Z\‡ã•pO3*<|¯aƒ.¹Á‡_éÌb„þ J\EI¶ä¬úÝaKÒ²ÙW!'†Yû
-ÛQXovðå6=ûs.ŠÆÈ,!Ñð›pá,%õÒ˜‰fB¥=vRP37ÂÃ/|¸Ð$·<ó:'÷=váߓ#Ds³¥Æ參A«ËOÞùFUIÓÓkÂ/w”6iÖÓñœ!Ï ’;O ˜
-Þ¿Q·
-0[@Èg`r’
-dêúS}è-ÅDkéøî{·y¶Ý®­¤œ°àÐ~ÝÉ ÿPÔ™€xjqß]&ŠÂF±¨h”ÛÕéLW„RãÒ2HŽ@R¨An„ðS®€Q–+MÁÚ{Z'¯gi)´]K¹Û'YyOÐZ•Ë%Ð¥HfiIJ`›ååæR1ñûž¬Æœ÷db¥Œy£‹û1÷çÒø^ÜÎU¶ØævÖ{ Uã?Ûÿ¹8“ &]i3#çlF7G’HXÇ"°3~K«`Ý?7>øÚ‚_ÓdC/øaWä©8 T’GèðÍ¡k¿ýUÕ_¯æL7æ§ÌƒoD¨Ç'-rßù+º¯dôS¹ù¡;{i†¹žáš5•-wîÿ4wï#|3Ʀ;Öì °kÿ¶Ùw™HM¬tí6ì)1,¹Z(Éõïd¦È“u`…“Tù¦¥k´ÆyÝeþQÃ];ÀÕÈVçÑÇÊ}!’SÛÇ7×Ï3 …ÆöñçÃPig~ä
-MøyU†²~R•C?l¦çôAн¡äˆøfÄžûlr=M%–óåÚy:c%½?£
-Å%Ô•ÅrÊù‚xxHç7jæÄÔt¦ƒîÉí§E6û½H Ù‚œ• î#AŽ©7ùÞ0F«S—ZDŸøå®ëN)WrÁÑÖDC…åç'é'F’ì Ésrj3ìxÄ/3Ë…d8äõ "ò˜DþžõŒˆ—§®“'IxD2‡+©Ïûá û ˆéP ý(Ó36ÉUÍO½Óz£W»¹¹oPõp0ÙÌߔ֮ò>ðm|€ÙÊ!äª?~;¬ŽÝû¯~â£Î_.K¹,ý×x(`”ªbð
-ND}³‘rÊ@«Ã/Rþ‹”ÿ«?ªä5ŽÏäénsá7¢º“$
-*æÜQÜE@é4H‰½†ˆ)È—Q͘>!ÝÓJí±?³lš<ÙËÄ!Ù (Ý«ÒŠ”+yz-¨ïõC·i”òÉuB˜65bÕfa”­¢ùÕînñ×En¥¿%5þÂZÆ@ IŸJñÿ‹~¥ãmZØÝÔÚ-LÕÔu¬»±dƒL#B@í£t°èêÁF#.GÝÂÆ®ÐßøºFÕYGád¥­ÑÔ§¡ŸK«»ÇëÆÇ«Áד?^¯þxÞã52(jp Ê,¦ŠØz\ÇTÁ„ù<ˆQ1•wVûEÁ•Ò& u.ÍWm—cog¿FàÃ["^ïžïˆMQiЪT
-L´qæItű.DÐ`­èb³È3`-Wû¼~½‹<@@Ç€3²ÈH¢®è’3“‘ëD6‘™ë™ y|âR™?s1#¹œ¼ÞÙ@g´¦VŸv7©kµYPz¡µT7µ­é´bë £¡IT\ðÄK„#TZ5²Æ‚·¾jb”½àúêÎj: ¹GÔuãË ¾
-Ø$;YÃW’j2›  Žch îRå©ã"§¼Ò ›²
-Y<ÃF,á:˜’ ÐD »ÌÁžr3.Cþ€vµŒaLÀðºVaQP%UG·µ™š\gÁ¥KfI™$³m²NælFed}ÂõjwÒžEPYij>À»)âF€óJ|ÖñÛ¯è-¶á‹Æg˜R@`‹hƒk
-á\½(“°w­ÇuÀ:C#¸ãàL\l)šÒ1Že
-ÑL´W–#°@±†ÌL‡\“ŽŽ²ºjÄ¥†‹Ûì˜PdæàKkA8vËC TSLÌo`SÂÜäÐ)’õÓµÌʱ$Ü&§eFv1¥‘îgæ2çŸÞD¬t“F[B
-
-endstream
-endobj
-826 0 obj <<
-/Type /Page
-/Contents 827 0 R
-/Resources 825 0 R
-/MediaBox [0 0 612 792]
-/Parent 824 0 R
-/Annots [ 829 0 R ]
->> endobj
-829 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [233.179 601.571 243.042 614.335]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.12) >>
->> endobj
-828 0 obj <<
-/D [826 0 R /XYZ 108 690.907 null]
->> endobj
-830 0 obj <<
-/D [826 0 R /XYZ 108 569.465 null]
->> endobj
-831 0 obj <<
-/D [826 0 R /XYZ 108 487.126 null]
->> endobj
-832 0 obj <<
-/D [826 0 R /XYZ 108 250.012 null]
->> endobj
-833 0 obj <<
-/D [826 0 R /XYZ 122.346 135.465 null]
->> endobj
-825 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F95 412 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-836 0 obj <<
-/Length 3234
-/Filter /FlateDecode
->>
-stream
-xÚ­ZÝ“Û¶÷_qo–fN(ñÁ¯tú6q’N›fìËS’S$qB‘* ú|ñøï. H‘’îǺ°\
-ÇW†¿?¼úË›TÝ%,¢»‡-
-`B¨^ÈÃæ—…ZÂsa°x»üí៖=f<–È.&E ²‘ïÛå*â‹áW,¾±¿ÔóÖÒ?Ø_ýn¹’±Z¼ùÁŽgû~¶¿omÏ·–~×Ï×//V,C7)BDr!#ä|õíC¿Ñ0PWõ K€Š%#–•IðÔF,'µq0%Vo2`ŠGwž ×÷+—ê°=ù§àó')?㟈©Ï¸X½âœ¥aسnjÓè¿ñ£¹ÄÑdy]ÖͧFoH Äœ,£7Hëò©,*ýéW8Âà^2‡]Üc”¾‹ä­. ì§^—YþûÌäQÏ›×Eù gáoŸäÑÜãP2l
-ç„ÉŽæóå…½hQºÚXýöv’‚X»\ OÄðDÂð€ÈŠÁ†™ý ´pÖýn`ÝiŒBdb”Œí{k’_[óüfÆ 'K
-¢Å“Пú_~s#)Kžµ ¯}8§KÒ´ß?g’•"Åh>Šñ”ìôÍ’‡‹º"ÕÂì5áâØ5ǺÕ-u×[ê5ûÂõ´:7E]ÝS+£áMÑš¢²ÔèZCÔÚÉ=dM=EåeºŽ_ƒ@캦gÌ›%_Ô-5×Ú<jíľ¯ºz=r ´—¬Ú,W"–‹÷y «ß¼¦Ö13û–!­ðè}QfŸ¢ºÑåÑ6]SµôŒ©©³0-­ÉØéÎɪ‹Ê'¨Çj‹à¤v
-Orí󧼜sõsBñ–ÑNtáäWÙÁ­ÿXvíWç€B
-+÷ª²W£röN ­½,2pïhÌ̵ î‚Î9ÐÈ‹&‡ý番˲8¶ú (µÔt™wÍý*u(ìý®1¶ÕÍ8¡c¡õf§/sòQeÓèÖé²–\[ÕJ)Sj
-wîê/a× hl*A¾HÌîâš^¬üK§h-5z Sfà•.~YN(^,î¢ùÇœñ Ì'¸ß²ºódƒ×²ò¦öÈT›¹ˆÌY&“õΟðH,sŠ‚p´6Èð$e§Ó ÄѼAT‡MÄ•ø—p¥Hc+©;Ï*ê D=‡@GG­©Ñ£çB—g£)Ð]eG`Ú’Ò=šÏ­€›nŠF›ñŠz
-2ºáG—«BŒ=SûˆAr_˜E;®ïR>ÃhŠùóŠ…ýVþ¤;Ž“Áià”ÙñØÔ‹Cf´ß•Z0D ·¤=&;šQG»§B¶8#»&{ZÂ}wÚdg>
-¹>:NC®e¡eëíì_Ê ¦³÷.fä"!RˆÄ»Ck²*×Ëd
- ÒnÐãdz¢†
-¥m‰+«æ0#ä‰ð°ð›:8
-2&ÓU€ÙJ¹<\ò/1
-iÊÂ,~L^hPm1’ÚÔ•£²uÝÏ_´ÏF?Åqü ßIÜ?
-¿T£±TÎ/ÆÃ:Q<ò‹Øôu" iíDS˜Š 7æ9XÕ\l‰ì9†Þ Û}õ(ú'ú<ÆÐaèóŠÀUú±¯
-endstream
-endobj
-835 0 obj <<
-/Type /Page
-/Contents 836 0 R
-/Resources 834 0 R
-/MediaBox [0 0 612 792]
-/Parent 824 0 R
-/Annots [ 840 0 R 841 0 R 842 0 R 844 0 R 845 0 R ]
->> endobj
-840 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [270.319 289.746 284.765 300.65]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.2) >>
->> endobj
-841 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [305.049 289.746 319.495 300.65]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.3) >>
->> endobj
-842 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [262.967 253.881 284.884 264.785]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.7.1) >>
->> endobj
-844 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [333.6 194.852 348.046 205.756]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.2) >>
->> endobj
-845 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [364.389 194.852 378.835 205.756]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.3) >>
->> endobj
-837 0 obj <<
-/D [835 0 R /XYZ 108 690.907 null]
->> endobj
-178 0 obj <<
-/D [835 0 R /XYZ 108 575.947 null]
->> endobj
-838 0 obj <<
-/D [835 0 R /XYZ 108 387.569 null]
->> endobj
-839 0 obj <<
-/D [835 0 R /XYZ 108 328.541 null]
->> endobj
-843 0 obj <<
-/D [835 0 R /XYZ 108 233.646 null]
->> endobj
-846 0 obj <<
-/D [835 0 R /XYZ 108 174.618 null]
->> endobj
-834 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F95 412 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-849 0 obj <<
-/Length 3730
-/Filter /FlateDecode
->>
-stream
-xÚí]ã¶ñ}…_Šz5KR¢>
-ô¡iséÈG/ @’­­µÕ“¥­$ǹýïá iJ–wÝô®½Á+rH‡Ãá|‘V j¡d¶Hr)r™.Öû¹Øø³ÅÍ+l_>¹¿ùÍ«<^d"O’Åý#"ZÇÉýæ»e| ãŒ\¾¹ýáþsÛ=*°»–"Ò)àÆ~ŸÞ®µüþëå킼±å×ö?µ~v»ŠÒxùêµmÿ̾µÿßXȧ¶üŸÏ“—Æ"O Ï'
-üÄ´¯ié»íŠw·‰AN`õÞaºâ1Äï¡g@ų­ÛýÓaÀíÃÚCíjɵÙã‹©—Í+9s§£h63øVQ¦D¢âs®^\¯Jy½P´~¼ÕÀ·úPöT· ƒ/ð¾ç1OEWìKà8wY·]‹&´Í†{·ôÅ PÙr mÈp «KœâÇ[e–e=ž¤xhLGšýjÜvÜUC)¦ê8Ρt¾HÀ^¨T£Æ¥¦n» Â›@9»Þ« »SЩˆ
-Ø"ÙOO%
-ÈÚBØZO›q:old;gc)R©®Õ9húÜ«Ýb ÄEWR¡+k`HpßÜÚ,î‹çØx06­N>ƒ*W
-ÂNœS^Ÿ0Ƽhds¡×ë©k7Z¨»$¹‰A‰¤ÿöƒŒ‡t¦W:
-±„3 *Ñö•ÚÇÉ
-õ^¦k¯Ë¢˜;À‰ÞwÀ-Q{ÆË¢ŽSÏQ >¡/›@O¨º¦‡å ‚‘€™i*?”;:fU‹J€mçtCµ>Ô×',CÕçðvgN÷a³ç
--j„<ÂY»O•“^è °.š¦¨üPºå¦Zƒé¾£º•s,m‡ ÄJ'¼ó AöÅ[4Œ ié»=
-ð–’Ìõ©æü©
-&Ô{¯Ptþ*TV'
-¢/Ÿ ‹r¿Ú#±R›œb‚ú
-ª5•ós»–Ž\í;Û¶±ÞL‘OÛ‚rÄU»5PpV¿§ª5û¹”¨28 ž×ÎM>QÁg(¬ 2Š~u?…~¡Ì0GhÞ¿) 7Ä wšq"2\!/'v‰Hpç³øšD$ù§Y&29Ðç’“1¬Kç3²yÁ®¢è”ŸÔ‘~>? AµOù)9—¡´Éç8H™
-úÜ"p×ò€@9g€Á.Åæ}ý;š¯i›Tªà `”G‰.äQ2 <ºb’{ÂÙ@é#hœÏº¨Ç ‚&κîç$ȳ`
-ƒþõn&”Š%00»R¸ •]ÿtŽ)‚3ú¢Œ'áýÆ$¨ dü%B Ü­ç-²èÊ n†Šªä¥£îÖnlH„^§}ðÀR!£¸aYbòÓF–Vbê“ÃJlña%V
-N r܈ Š±ÄÞ%”Ê¿Ð(Ù«¬[SéûC0VSRü›b-úS±”ŒÁåºB
-JNÝÚít®æy(iõÊ1\¨Öo{݆U4læv›l¥bÅ_k
-°€É­QçKn«J0qè·Ú³3g–F‡GZPRãyб$gkì¼À5îæMâ;c›’šÜ{vnGœžO8usyÄ~ ->”ñ´Ùçœrݘ?¸£ª³ÐPœÜ?ÄÆÍytBJnŸ–NO6ï÷©É4"~î:&J¦ûxít=kQcxoÑÅhX0\䜎 „’zÄì÷¨G~¬ˆ½qšl
-XG»)ð•‚¾³ä‚Çhü=ãKd^¯#§Tê稜 6c™çbwÁ$/sþ]
-¸ÄànOB Î^¥lýC· |˜òÈÖ·¯ñ…ĆÁž óéýÃ|¹n:Ú=Q¨Ùmá]µÝ îâ=Kî^1æÑ» mü5¦{¤ãÞÉc> íñ-¯JSr1óžOǬ Î¾}×FÄb?Þ>÷;“X%nŽ6û·ŠÍÜa¹õÿª„D”[ß$Ÿx ³GAw6]ü<öØ]ë@¦°ò˨Y¤ý?fŠÞ. 3(hþuê•Ò|BðŒ8s§VžçÅ×(ÍÇ,Îã-Í€áZäq2·er¡…ɱåo7ßý èñùQž-ŽPÔç‹ý2™…Q½¾ùææÏ“ð(tæ¢$|°lDžÒŽƒÕÌÒ…Ò™ýñÈéYôèÖ'q
-¾£ö} N"Rðul):Ϥqƒß"uÊÝømríˆÇ%‚Žg£±5›{IïéPøŽ~aâ°á› /2—ˆqÓõçKJIL>ÎÍä`OÇÓ#@ûå$~P^&ýë@cŸ¬{s.©GÒxz=#½Pžˆ”¹ö29]‚Ú/0Ëæ§ãÍP£ËåNËïÎÇF"÷ú)ÕÀ»àͧˋ&’-N2§g¸ƒìbÉ[àß_É¥¤Ï¦lÚÁ)õº`¤|ÄÆqGÎýÁžT T¢æOêJ§BÆù\c”OTò¿
-endstream
-endobj
-848 0 obj <<
-/Type /Page
-/Contents 849 0 R
-/Resources 847 0 R
-/MediaBox [0 0 612 792]
-/Parent 824 0 R
-/Annots [ 851 0 R ]
->> endobj
-851 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [495.133 617.019 504.996 629.783]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.13) >>
->> endobj
-850 0 obj <<
-/D [848 0 R /XYZ 108 690.907 null]
->> endobj
-852 0 obj <<
-/D [848 0 R /XYZ 108 525.06 null]
->> endobj
-853 0 obj <<
-/D [848 0 R /XYZ 108 382.36 null]
->> endobj
-854 0 obj <<
-/D [848 0 R /XYZ 108 264.002 null]
->> endobj
-855 0 obj <<
-/D [848 0 R /XYZ 122.346 135.465 null]
->> endobj
-847 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F11 600 0 R /F8 615 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-858 0 obj <<
-/Length 3416
-/Filter /FlateDecode
->>
-stream
-xÚ­ZYoÜ8~ϯð£ tsEQçìS6‰'^ÌΉ`2²Zí¢–’zc#Øÿ¾ulÊ¢ÛÎn`À’x‹Å:¾*¶¼áO^È0¿H‹PavQí_…wÐüó+©»×Ø¿vüãæÕß®Šø"Eš^Ül‘€ˆ¢Ø¹ÙüÄ—0/ ƒ«Ë¿nþIÃ3!3Eà ¡T´qÜï—ë4
-~…ÿ2xCï7ôÿšþÿFí¿Òû§ËµÊâàµo-qËK*…Œ MüÃrñDÄ*ÖÝ¿uX#2«ÞP˵³ÄÏË%”y®4 ³‹D…Êqä«w7VpIŸ•+ö/ä*á=qš“¤¢H1PIR*ìg©â]9U;ËXŒÑÞŒŽ2ÍØg>™‘TBI;HÝ?E+!œ;lFØeœ%?Ƈ®ï.e<ìaÉ›¡Ä¦¯zhÛt5½ÆAÓÍfWC?ŽkZ¶ÞpÓ¡œ¦zè]Oü4«ÖH÷¾¬¦ö¦]­)÷5¯QŽž½®óBÈ" –¢H»çáÌž³çm߶ýe;".A•o<k$¡R:m_Bü86ÝSåÍÀ m†§%§i Ï™=MVF¡CWäibúaiÖn<,)©Pä±QýfÉ`*T’êî²Û, ÈTäYöBVª¾í‡%HŠ(}š¤ZË‚î  ô‚sqñ=Š˜$¨¢"wý±Ýð{×û²EEÁ¯ÛšŸÇ±ÖýÿFñÔöƒÍŽ‡r@22€i¬¸gb5ž¿žÂMÍ–Ÿe‹
-[NÍiĨ{½hy…ÐýeÓ–·­nF»dáÄ!,H{”1™¹»ÅqWn€5´/4 ðJïµ6º< èèèY$8w€­‡¾ýflúiÒQÐw<hêºaË e׃6ê©ŸÃ0j[Kq_‚Ýò+Ù%Œ(Û}?Nši1'+…¦¯—2 J²8QwoÊx >’Ÿ€çD3iL dýwMߺw‡š<ê'C)bë˜ËãÔïá€*R‡…¦%™ˆ®‚‘hG^Rï%¤u[¸ηÜÿÞ‘yªÅ’åÄßm]²t2x5í»KP‡¡wv3Vâ‹RZN)ñE§G7²)„"‚ȶ–¹H³ÂYp‚þ'λÒÁ÷ÿŠŒ ¬Idbï{Šp¯û³{m F]Œ<á7½5Ðqu)‰P¦ãù/—`F7<î£3΄íSËGÏŠË£]ßY&ÉRdÁðcÝmj2ßÅáƱPÖSѹä¹>Ö¼C^2à3oRPaÄ¡9pm/Ð^ò°»ºßã´ih*nÙÔc54‡©!‹‚‘MGªmæä6(-Ás®»Å™Dy‡b|ü¿¬pŽ(©Ï•Á*VN7ž}ƒWƮ̶›‘ULe)hœ™â¾.É°€IËæXñ®%Gk™·Í„»&í‡Ïªp6 e(Ââì$m r6 ½€¸jèŒS?Ôš78»±æצóEa`%4QøÐTÓq¨=Ñ%™4ÊÏžyhÐ3èfWL¿n´„÷ÛÞõ8 ƒþ‹‹ÁœíÚÄ)TM93`íÀ"¦$Ђ°ÎŽ (XØÐáÖ±-=¶î gÐKNžÄôºúD¿j{ŠvLoÚ ~½† xT/<XDçUzŸž<¹Œv­MnâEvsí"fY%AXaQÌTòÂK¿Lú6
-ò_†ÊQÀ*To~ž8˜b ½Ue7§S²¹cÔéE`RÖ¨GôûÛ¦3»ˆ†.Cc$lvõ}©”ú`‚Yת*{ 8ž{ Âÿ1È æÑàýÄz¬´…€ïÌI&kÏM$º8µþÁ̺+þ¼}ৎH¼à ªI©D%Ž®Yc÷ ÛXDNðZ7|^1ó¦F%A;"ùǤ&ÄBò`35 p`U1xÏY–Òlð¼Ã$(}aYI‘Äï·˜½öÛ‚Mͬún_wÓŠi¨>aJa¿YÙ áV/^w&êÑ°Ž[o‡²"†6Ò@hDøm2GÝŒÊ*¸ñ·ãôì¶B‘†Ïì àV(ð„. x´?öyÚ˜A»¶¿ÅCÀwÌ‚÷Ä8#ðäW¨¦„âÜTNÀÚzÅåv2j3ÛU†¥±Ô§cßÈ»•ã®ÞP;¤¦µÇSKtŸ6Êè"MÎ*ÈaÐÜ@§B·|R5CÕÖßÐ7†«Ðô¬•ƒí¥æ[ÔÆ¢S@£*™IE‹”8×јâ÷S Öi³(ráÖ³½6®
-Ã¥Ê7™_§ç»:tàqt˜õèÉ.À)ÈÄI¾ð\{:ô)ƒnµ«@å tüÉ[Äaãé£÷Íg`ŸwÛ¦mÿwþ”4èз¨¸B$=kAô2ôÌ
-eIý_…|€úö`懾b>}o¤Ð‡óú…»ìí²¾—ƒ·c÷¥cÓhëT Ç»8[¹jC‚±9á¶MS•S½9Õ0}¨ 0Rfošï—»ËD’™#mºGŒž‚cZ/ó$ÂË¥SøŸ¾s)öÀ¶ÊŠÅ T$ñS™Vê¼Ki½]è
-Ô"Ìå÷òý>ÜÔÀåã{ƒÿU¾©­a­Ø<¿ÙPàa¤zfcÉÙ%båtBß[Íôlé³£<-~Ä"V-ÌF·:l{v™‚ü¸IÌãLf/²Î¥t9”û’Ï
-¤êù³”äü¯o’s†¢2ùB…ú^Cy†¹œØðÚɬ&é–-V,jº?Õ²_ÔÉ”Hä™›ìeÎ ÜnÖ rkª/óÇ%Ú €(qËâ3°”(${*O^¨!ÏÛúyÎ 7ž1þÐ'Ј¾X£ e4m‡Z·9ZN= 2
-eA¼v0‚rè¿1Ćz:z½éá`–Ø>þÍ%þVµ
-endstream
-endobj
-857 0 obj <<
-/Type /Page
-/Contents 858 0 R
-/Resources 856 0 R
-/MediaBox [0 0 612 792]
-/Parent 824 0 R
->> endobj
-859 0 obj <<
-/D [857 0 R /XYZ 108 690.907 null]
->> endobj
-182 0 obj <<
-/D [857 0 R /XYZ 108 587.38 null]
->> endobj
-860 0 obj <<
-/D [857 0 R /XYZ 108 516.087 null]
->> endobj
-186 0 obj <<
-/D [857 0 R /XYZ 108 411.788 null]
->> endobj
-190 0 obj <<
-/D [857 0 R /XYZ 108 242.14 null]
->> endobj
-194 0 obj <<
-/D [857 0 R /XYZ 108 194.13 null]
->> endobj
-864 0 obj <<
-/D [857 0 R /XYZ 108 170.658 null]
->> endobj
-856 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F11 600 0 R /F105 415 0 R /F8 615 0 R /F147 863 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-867 0 obj <<
-/Length 4443
-/Filter /FlateDecode
->>
-stream
-xÚµkã¶ñ{~ÅöS½­ÍŠQRš ¦¹àŠ6 š Š¢W ZY^ ‘%G’oo[ô¿w†/Qý¸Ý-XQ=‡óæÑ›þÑ¥72‹H%7Åî³è溿ýŒšÏ+ü¾òüáî³ß½ÍÄMJ2)oî6€0&»õ?â~G‹··ÿ¼û“žšp5<#œ3€ã~º]I¶øþÒÅת}§þ¾S¿Wýß©ö·+žˆÅWîlñGÜá")¡"3À˜OÁ…ùügæ`vÖ;ÕóΛâÛùœ“4å_g1<ÑŸ}sçGâ,]ñ{ˆ®LÄ ]od,IÄ5M‡m ³Á\›CS UÛà]T½î5Ÿé¢Ïwf`Þë÷Ëáioµ›É¯¢EyKãÅÇ}Wö=€&zÔ߶ù ?WT^×í-‹åÚ ÓvG“øèE‹±ÑDŒÇµq [ÛØê”EÞ’ÊØ|ßÍe°©BåöÉ}—„JËf€=|¿Yñ˜/Ž©)Éà‰ßvm‡ˆgÉÖ>tàŽ ü€ô0†mÞx¼”%?•„Ev‚¿(nùÆpPCóé[ËbŽ¡îæˆ
- B@¿¾ãEoð9ÔMdh|@Ôò®Êïõ§é{KeOôë_ÛÃö~Ò£û}™ÿ\5KýZ ¦{ÛêµnmÓW½ù
-09,cß6k¤ÿ1Å©L ¥é+PègnÉyÑDÔ™Ó¸­Œ4ã¡œN¶¨=¨UIŽØwåR·ûv†u’ÄÉÐW—a8)Ê0ÓTgyýPÞwyUè×)˜Áù~ï$—bñnc˜”eJ„LÑI³2ø=åb³.7sìXF"fUv[‡ÎÌRð[—fÆ&0¶ãXclö€û| *µ³” JµU×6»²P$ÅTKà˜im
-Ϻ-àôªOêàC—‘vÐ
-ƒhqK+%Ò` ˆVn€–¨j£%j«‡úÖýá¾/9
-<ˆ ðbüE>ipix oü™ôG¡L "bøHšøàýEq0
-C¬ÇjØêÖ¿Bˆt¨¤8µ¿7à$Hæ{u'Žç¤ö* ñе‡=˜oD¿¾OÕÊL8=RÈ©-eÌ‘Œ¯º+s…ë'ó>?PØm¼ÿ{ûÖ”wë¹2HaàÝ¿\Ĭڲ”uÀû
-;g¥‚ö¶aÆvVÑÂêÁ
-ð¤éĵÒÁ×XgNfqWü•4Zʤcûf]!±r#ëCQÕ)ëÆ’Ä#
-º;c ÷ó
-µ¥¶Òˆ·½ c_v÷mÁoüæ88H­vËÕ¦îWˆpGG1¹}–2àÜ““/”~9ÃKA€¨Ü^‘Õ4ÛÌjŽ)(•—€ý~ ÜUs­_lÑ4{/¨ù¹-«ÎF{&Ò0È31ÖZK¢n.D=0 ц*ä¨ð2ÀÁð„ót=G ÐŽ0ÖÍO°ß¥,¿ÆÉOð߆Ž÷…·’4N=ù· :ÈiæRJñ¼ŒN–3ð;Æ|DgÕËê‡il `CCÀjîGT‰­î.Úɶj×úÏ‹)½ƒm$.îæp²àLº€°Qp½žÇ”–Ç‹æ€,y¯üPxUHxàú%ìÍ
-ç ¡d‰3+Ö¥Wa
-vÂëJ‹b¨#>±}Ô‡ÈëR?¿ê(´jfWÍ®Z/™™%ÃÓÓézPxÙ<õÅZ0GĦ;D4|u Lañ¼‚y‚d¿/‹Jé߬ÌgÓLðäRG°† c®‚RaLZ8J™Šô4",ÙÛïC–Hï
-0í°X:WÕÂTCoç.™ÀK¬¿­a‘;8%D÷ªì6œ¸@¤ƒ
-þ'?Žt|Z~Œ:Kûs$$ººøÁ ]üxrž„77úƒ*·Ôq™B: ãuyá⑾
-£ã@í<h>yÆG‰ÉGºœ&s
-
-5âPŠN‰A¬¤‚mƪ6õ–Ô­–qu/G !%›2q6‘¦$u§á¡XãÉÙ-›°Pܳ\NÖ"%Çu±CxÍrw¼ÑwÊl%à’€¾"ÆÇèZ†—˜TŒ®êõí4n $øR—y?‡·C%›Ý²Y°Ý¡ª½Íè¹Ä™S²ÊtBrJ$g0œÀcEç Ž®H5çÓ]ÖpÀ
-÷A^†®—¦Àñ•ÙTÐádwt&à'—F ‚x6âË%¨È¡ìvU£ xÜ–x™G¿äúá_ž•æÖ­tÑQÓÝïÚv0@ñxç½…1Ë* Î•KªÈåVVþá=é¿+‹:˜zme8ôµæÛ¾­ŸÚÆ™?)VJ¦³B¸\E±tNU
-A«×T±Â}ÏXªØÀü$ûÿî´TÅä&ñq¥›wÅdñ–®N‡b¨Yß+LpbëÞ|wô#úýûñú—…¨ b$»¶¢æ IÄu$±÷h Ú¡àv 㹜8YýtGybNM2
-sqL(9a„¼íÛ¾š^ªÅßX7Gà¥^|ö`¬Öº“ë Þª;Û„èæ;Ó¥oã0¬³}¦áïwû' !üÿ
-endstream
-endobj
-866 0 obj <<
-/Type /Page
-/Contents 867 0 R
-/Resources 865 0 R
-/MediaBox [0 0 612 792]
-/Parent 824 0 R
->> endobj
-868 0 obj <<
-/D [866 0 R /XYZ 108 690.907 null]
->> endobj
-198 0 obj <<
-/D [866 0 R /XYZ 108 195.848 null]
->> endobj
-865 0 obj <<
-/Font << /F94 409 0 R /F95 412 0 R /F120 538 0 R /F107 429 0 R /F8 615 0 R /F11 600 0 R /F126 570 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-871 0 obj <<
-/Length 4005
-/Filter /FlateDecode
->>
-stream
-xÚí[K“㶾ϯÐ-šdãEŒ+ǯZWüHvr²}àHœ–)RKRžÝlíO7^IH£Ù*—];
-ºÏ$7Rk$á$™};åzÒÁ`³}r}Nq2–M˜ÀmÛÙÍÒ«_¬„2ÂZ1ÂMt÷ò’%Ë×»ºh
--¦‡óÓÞš¿v{‰yºÆÍÄÂ^ZÞ^2º,öõ`÷$ TH2"Yf7åÞn/§Á®‘ ÔÚ´÷»r#%)uû_Í÷]‘¸6å®l6½»]Ãàf»Ûw»¶/'+s­[XJ±îZbDÄIDžDô}£û*T¯Ý¾îÛî >§Ë¢»dÙòn¿-›Áõh†¢jzÓ>Üw¥}õ×Kž,‹z_ö‘¥æ’¤ ?S\Ûª‰IœäR—Øæ«ùë ¡2}äûîõmñ:ò}EÏNí–äîâ ËsEÐå.:õFøÈÜúrWtÅPnÌîÜØ Õö£·ª hJÔä´è#
-ö»·/÷¾ùkÓº,7sµT9PÖô9ô€º_üŸ
-÷e½3¥_Ø”ånBB!â‡3Z]5å•©:l<Ãä}gºš^[H¸FÇKºr³_XJ­Z7°,I­W™
-çLŽ]ßèg-sàŠýº«nœˆ‹›Ç9X ¨ûL*è{ ‰È­¢1C+`~·ïF]®AÆFzãÕ¯°jZh;…ŠÑšaœdµë÷^{ãàø©ÕÑ›˜æ»]]¡3Q°cNÒ4óA'Ê#ø×Ùâ8eŸ€žÑ|Â!~~€¦ø™sx¨ŸH¹AE’ãþJx›ìT¾8ôzlªqÂü¨°Ôé‰
-œ¨Ì“ÀT–‹Å¡×±‰ª§M4 ô‹È:À¯åéd#*ñȆ»É½{CÒ° >Œs;ƒ¡RGx`FéI•ÈÂåsO }l§ßÍ-ÑŠ¥ «CC„çÊZݪŸxÒFÀÁ¡%ïC/
-cm>øÜ6‡TàËYÆcÁÔˆîŸÚˆ£Ê­W†ŠÃØ)=x_äÎÍpejO€âvßf€ûþ¦î­ý<èȕʵ{Ǻ$i¸Ø4 žcpšÏlRÔR3š ø*tš'¢½‰Ða²ìMv¦¬.¼Üé[›Ù¾\
-Ê?ÏI¶r½WAw—ú低RKMꓳg)F5ƒæÍt‰},ÈСp8ãøTì=AŽ% ñü@äX&ÔrÌü Lÿ8ñ×ù“O#‚ šq:'®ÓêfW„ˆÍ1\‚xø âÁÜ‘ð|Ÿ‰gÆuüY7˜ej0§Þ3‘$ÑWØÈž…q×u;ŒuÝ_9j½ïŠ›¶¶-·]»'4°œp‚L†#¡3:Gïáÿ§ñ·ÓñÛYüåcú5Úù(—óçÏ?hþü=æ?ÎÀ‰E
-Ò„0&ìH Zuw„DP¢dö{$*>‡WspKÎÙó±ˆ'‚ó'Nô<!Ï Éó’¿y5o»ŸJ">Âȇ’ðÓ" ÿ”ÇØ`—€](áÙ4ìB ¯ ÚƱNÃy¨²mb¹›Ú™ºuÛv›
-ðšm”#—Ö=M0ÉwfºÈJ.Ù©;NhÊŸºSUWcÉÆ*¢žr‡‚ë=z‡’Dž¸DAX=à€
-
-ÇÀÐjL³ …•UÑÜÕömYôû/mßèË‘2ñ?›¸”xt)ÒeYF˜`qÎÔx½/3OÝ…4Nøœàù<d8ÿ•“;uKÞˆí›_—c6÷ŽI¦¡ÒQÚœõ7‘Cá–rÛv5‘p=>|åB¹Ùy¼3²ÅŸ!G| ïT•wrN%ÊóxgÐù8ïtÆä
-ò=µÝ­múpÿ×cf„%œä
-ö‘“ÌJÊ%3K—Ì,]h^ÿâžnK— .틤ý!‚MYúÖÜSª9g€Oœ«ûÒ†ÖGfü“ïëÙD׺hoî:“1\mÊàL(’¦‰~Ü»µ ÞTéå<Wš¡ü+³—ö…W.½ù 
-8MUÔõ›ÈÇØ_&ô­ÛÞú'=x¬atxü&À.Ž F\ˆ–ðXÝÈì‡àgëŸÇòòRÿ+b³‰É
-ú$>¸µÆ%Ÿ•C:hB%¨_ºXåpöŒ2©«iš“9<¦Ú¸ù¤2€=>ÓÊt&ÒSM”þm}‰œOvS9 + `Ë<Ö(rܨ á¿Þ Êm
-endstream
-endobj
-870 0 obj <<
-/Type /Page
-/Contents 871 0 R
-/Resources 869 0 R
-/MediaBox [0 0 612 792]
-/Parent 882 0 R
-/Annots [ 873 0 R 879 0 R ]
->> endobj
-873 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [451.289 652.884 473.207 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.5) >>
->> endobj
-879 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.943 336.474 188.806 349.572]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.14) >>
->> endobj
-872 0 obj <<
-/D [870 0 R /XYZ 108 690.907 null]
->> endobj
-874 0 obj <<
-/D [870 0 R /XYZ 108 501.165 null]
->> endobj
-878 0 obj <<
-/D [870 0 R /XYZ 108 410.549 null]
->> endobj
-880 0 obj <<
-/D [870 0 R /XYZ 108 296.486 null]
->> endobj
-881 0 obj <<
-/D [870 0 R /XYZ 122.346 144.929 null]
->> endobj
-869 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F8 615 0 R /F11 600 0 R /F17 877 0 R /F147 863 0 R /F126 570 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-885 0 obj <<
-/Length 3771
-/Filter /FlateDecode
->>
-stream
-xÚíksÛ6ò»…>Ê G<Iö®éµ—^;7¹GÝOI>Ðmó"“
-IÅñxòßoH„d¹é+½L;^\,°Oì®é"‚ÿè‚FÉB¥I£x‘ßžE‹kþöŒÚ鵞_{ þzqö§g©X$$Ujqq¥ÆDäbób)Îá;-Ÿ¿ºøÞ, ¹YžÎÀÖë~<_+¶|ÿÒåצ}aþýÎüûO3þÜ´8_óX,¿ê?`Ëozà=.Š*R ü_óÍ%\Øéè°s»^˜‘ï¼-¾oÁ9Inaø:•<Z
-ªWžýí¢¿8‰£÷ªçg÷J¡¡{± %"Yb6{I¹¸ì¼zañ’‹ð2G’ÄÌýç)‹†€·’v¾ÝùI¹ë)-#Ä«‡
-$>|­pö%( AÄGY"ñÏ8
-¿¿,º»¢¨†UFyQ¸P1Ö]×M¶»Ñ{Kµ¬¯ð¡êÆÝ9–5v®öUÞÁí95þ ]¸…m‘×ÕÆB©ìà¦.Ú À6»µ­«º 챫·Y3Þvkûí²[¥¬™¢¬°}YwF
-˜þó¬-ZMüx¢”!.º×Ê)\¶[ئ>gry×âX¿¬'šîôHÙ)Ü]·ëfS4øiÝàPYåM‘µšXsÎgŠoÎ]•~AL¤rò çúÎ(èL õÇøøUn–mkÍH£ã¶]“•×7µv  !ÔèB·¥!p
-°jû‹ü59¡àD¦ƒ¸c†"ñj
-õĤh®ü Púe£¹òÑPOüû‰æZí©m ’3ÆmŠ·EÓð0x¹B&&>%wòÏÄÇÙ‡2ñcú±«ƒïkç5cÆsÔn“àéT™‡Jâncö™ ®VÞ”—î9¬ H…Ív >{ÜúŽ0S‚ÄL.D6%ÕÎ-Î4× lüÇs…Ýâõ°Ú冽èÔ I AfÉR–Ð<Þ¾3ÇÛ®8ºYë½·—ui¤çNŽèòÊ}Ûí‘brÍ
-LFGüTZçñ0}A.H {ó$!1—Ø­^{Ëg—>éHÌf{'°È㛿®ìšã;N
-Axz<¯‘ʦÁŽC¹ ™‚wå®îîÆ„Ùb›ÃÕ¸»@-ú3<%lì{‘%1r ¿ÿÝcNI.#‚¿:PGåò{Yc"ÂкÁ`o1úšs-íìíÞĨu«6auhaÀGã•—pÍ|Ó"ËÐ11e<˶X…¸"J íóD¾ã¸y¿vÏ"اóñ~$¼[¢qÌÊFcð1:d:£Ü>Ô°Ì8ê ´,68yy?¬Y
-ª]°'^W“ÍM}
-$¡K{þ>ª;–;ý(Ó²Œ$õ mß4GÞ†²þ”Hv[P7}…êárÔ';ŸæCú~8<ÈüÇ 2F{Å`>ÔQTÅÏêÜ Š#fP‹vL / xCg‡¾Ñ8ð[Õ6²¼Û›tyˆÿ8H°;¦tüfÎÉœ&áe©ÔoËËûj«³wõÖ'==4G®M‡’&t÷¹'BŠt7 ¯oê½³<`ödÊš•r“hmÞj«m‰Á·\¸ù>7í¡þÊ+â^yÓÌ ôå¤^†•3ôµrÖ–¿°Ð~ö?°%N£j¢ù‹$NÊÆL™qHžŸNåãnlr¼le–ÀéÝ»>EÕçh¼ª¯hÙd÷mÈ¡%¢¹8ªpBêiï…±®*¬+ýE’Xý‚ˆ†ŸÛSE)¼ç¶M™Ñ„ÃÐHFŒ À~\¼ƒCÚ9½¼´u z(¯oo ùð;Ú!a úÌ\;™ªêJG?1øeF¬ùl± !׳2xíÇ«y %â£^ïš'@9*Boᓪz¸¶b!/vºP99† ¿xÅ ˜:
-Ý°Kà:wwãóÃpfKzL'XmBSðÓ#‡À‹Ý«
-Û®Ø0P¤/¤y4͆åg¡«`Dõ^ÚcˆÀ[æ 8Ðew?ÏÿDž
-ÅXR/6‰± ðå~ šëê…­ªÃ¦vÛôVÎÃ@†?[O%–KÍ”¦+Œ|Àp[ßÚ‘#Ž<nMÑId‹ÙÜŸà/Sv˜ÿ|àóøàÃñÇ1ŸÏ >@ƒO\sqîvÁÅ.
-¼›H^6ú¶JQ§6ÇÙ|óäb®ºë¶
- ‡b ”ë•»²Ê=+÷©=spõ@€’ŽÑ‚i*Þœ½x-6°âû³ˆð4YÜA¼†4]À¥wè1ìoÏ~8û÷ä¯í)Éøíá<qâª+“N{j/>Q4M­ .ÄKÿÊ:Äuµn»¦tžäØÊ—¦ò g=xLÅÒ¼0S@܉ü—_̶Վsü•gÕ¸ªQ— [oñòœA¿›Ö”šd†+xÜnÎÝN[^Wæ/=`ûÇàl–¶X³1û᨜T†)·fð¸Nxh’›“7ñ?ZÛ1
-endstream
-endobj
-884 0 obj <<
-/Type /Page
-/Contents 885 0 R
-/Resources 883 0 R
-/MediaBox [0 0 612 792]
-/Parent 882 0 R
-/Annots [ 888 0 R 889 0 R 892 0 R ]
->> endobj
-888 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [263.729 397.537 285.647 408.441]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.4.1) >>
->> endobj
-889 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [161.798 387.64 183.715 396.486]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.4.2) >>
->> endobj
-892 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.442 142.45 388.305 155.548]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.15) >>
->> endobj
-886 0 obj <<
-/D [884 0 R /XYZ 108 690.907 null]
->> endobj
-887 0 obj <<
-/D [884 0 R /XYZ 108 666 null]
->> endobj
-890 0 obj <<
-/D [884 0 R /XYZ 108 379.794 null]
->> endobj
-891 0 obj <<
-/D [884 0 R /XYZ 108 193.533 null]
->> endobj
-893 0 obj <<
-/D [884 0 R /XYZ 122.346 136.999 null]
->> endobj
-883 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F17 877 0 R /F8 615 0 R /F147 863 0 R /F126 570 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-896 0 obj <<
-/Length 4113
-/Filter /FlateDecode
->>
-stream
-xÚÍÛnä¶õ=_á—¢cÀV)R×
-þÅW±*®²RE¥Ê¯ªý'êêÀ_Ëð-Žß>¿ûä_•ÉU•Yvu÷€"­änûn“\Ãw©Ú|uýãÝŸhzŹ¡éedŒÜ8ï¯×·™Þ| ãÍ©}GßÒß?ü[j}kòdóÆ 7_xä~/YÅI)Èÿ²\<“Èð7„ÖÐnÕ;‚¼ –øz¹„1QQÁÁ×ejÔ&Ñ8ó“/ï<áR•<KW_£k ¡ëU–f‘2LÓñ8 ý±Ûâ’z3íjl˜Í¡oº‰›ÍµN7?]Çé¦îxÚýát>J¬ Ë(IÜ]ìxB¬ÕiœNÍãc]oWpäQ™;'—Ï¢¼ˆeø`»Ÿêá:Q›ÞŸåóà›a{sÚ,6]ý£m›IN±?Ž×ñFN{/˜†£L·“Ç52ÄíØ8-"•!?ÇQ™¦¼$]Dãq•I2½Ã]m6U¿ßÓ>±óá:V›~x?rékt Ù¡Ú5Ý#ƒ‡æq7ÑT;ȇC¿_’O«<Êãò…+H_¾sù
-òHîÝÔ´¼¡fâߺ«€­àZäHŸ;Ùü ”F™%l†Í¾c’ê4ŽÒ"Ÿ¯.M6m}âÅ–AÕqà>JMj6o'†Ã7´†¦¥Ùó/n‚xÚ–¿ë€ÖÄ×
-Ì;®xwXÁ§‘Nœ{Ã蚎Eât‚háP³`‡õ%L¨l[[ÑÛÉIÓ`›4 6ÐËsÄ€Ö8 Ýuîµ0e¼aìýÚA4ˆáÉò¿[q/bÅÙk£*0´cÓ¯ˆ».‚ÈéÒ5e—¯)¯íèɹÄqu¥éÜG û
-3Ô Ýtaƒr‘Ø!UDñ™CöVÂéǺ£×RœJ6¡Ù Àèsy‡¥&ýU!„×>ú³1ñVª~
-P ¼¯<›{7ìOÚý¡ÅˆÉÕ£¯Xˆð"àq@ LMÔ´<J† qµçz°uÖk´ª€xENUeÊœ{Œ¸Àgˆs)0à˜ÜI y»°P×óvFÐ0Þã doDZvÎ¥hÍnë<‹Ò9?ýj¼P̬bé¶ÿÙòx%pŠ£†’åã@¤£²Ð^Ø–Ö0ʽÑLáæ¾a¥ MJÅr ±ë8†â1£‚È: 4ME)
-Ézwsž«L@“ÌS‡œÛ#‹’§Ä÷ðAôD<ŸgâßÓ`èßgäþ!쥛A·ß84FՃúo¦O¹=>rN'~Øõ²‘{<­>ñ-Â$ Wª”â*˜QVï<îµDV˜´Ó[BMþ-þ 9´êÅêöþ (‰ZÇ&9Ð7³/Ï%@¡
-c–ÉRæQÞAÈs3V?ãså|mÒŸÈÓ>Q£“,v[WÓ
-#@ïßÎ>†ƒyùœ„§ãáxÅ âÆÅÏÑGŠýçj±:8'«taùäWqÁb‰U´h‘.߭б2ØÛ‹î;ßÀNŠ :MGqC5q—³œ@ ÏŽŸ@^í0Ih@üP:÷­Œgœà."á@Û]YÂK/†!µ½½˜ƒ{ùš;‹{—Ò¨kyœ¸HÃäß,jaL]š •Ìåà‚ȵT\¬L¤Œù¸ñá±³LÞYÄ –舎4Ó,/0mtƒ’2™{ƒG“D³ mäm>|‡À7 {¥õºçqz”ÿ’:£ažú%µ¿sSÁúòÃý7üÁ„õÍ5¦ ®Á}Ãà¯ÞÒgß(¾_MXQ–¥tX£cßmídš¶^Ëš©èÿš5û×™rÈ7]}±â<yeRèß.ŸÅx‘Þᘠ‰¶B°LÏú/íöù–þ%©F2E‰Ï¾d~·Çî´ßgß©Œô Ô »ÐEÏØVC¿²“\ÀåA¶ÀqÓŠ@yñ5 ¬AGÆnùgæȦøÜá{']º(*=e)5ºù#g/µ¸äáÄKü !Êѯæì_ÂUçYí£ ¥êο`æ:JÀð?€ËS¢#ü{tŠ¥è‰[g lù1#ž]MÉc9:9G0co„îéZgþÍaž6/À -Š×ߟ/òëÙÉã'Èx¼w¯Ôg¥= Ø•d`Zò(å꯸ñ]PèãfßÓÅ>ç(IG:Z”%IBÜ [”¹9ϯdÐñ|ÅF.K¦HL#än­zèÖ˜’0ü¢ÄÖ«•ë¥
-–½}’Ò›5×Ü€aVNã–˜Àbøatò©´Å9Aر\ûrèۧǾ³R+s°zÐTý²ö(€ž­ñ^Æøüº}ëBümXEäwú”`Á‹vËD<kéü8‰£Ô;Á( ¨VÄÀ¨àN<±üGžc DŽù™Ù8¹‹šCb¬<q©7
-ó§ËëÆÔ¾Î^”^fóœÿ¤Òð÷2 oÂ
-}þ*€E8òUÓ5SCÁÍ
-±5Ü{ù ¿…Ïu7Œïþþ§5le”¨°Æá9“‡õlþšI(¹û³Ï÷˜dQ¼7ËZRx[l*ðnkn£Â¥XK†Ž”¬¨}˜8U¥ð+©‡[{¼L€Éê ~CNƹr)<§ø3†Ü°Ä˜
-EøŒï
-ü_Îþÿ¼–¬LRwå’XO%Ê
-=/±ëÖòjqÏ0O«ÈµG^õý°m:®#a¢
-+œ,w]¹*¶ß²3%µRXR@œ„=ª¼áYÈø;¹²3ÇG´ƒ4šÇÄÿÓ
-endstream
-endobj
-895 0 obj <<
-/Type /Page
-/Contents 896 0 R
-/Resources 894 0 R
-/MediaBox [0 0 612 792]
-/Parent 882 0 R
-/Annots [ 899 0 R ]
->> endobj
-899 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [424.05 254.354 445.967 265.258]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.2) >>
->> endobj
-897 0 obj <<
-/D [895 0 R /XYZ 108 690.907 null]
->> endobj
-202 0 obj <<
-/D [895 0 R /XYZ 108 336.232 null]
->> endobj
-898 0 obj <<
-/D [895 0 R /XYZ 108 315.838 null]
->> endobj
-894 0 obj <<
-/Font << /F94 409 0 R /F95 412 0 R /F120 538 0 R /F107 429 0 R /F8 615 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-902 0 obj <<
-/Length 3652
-/Filter /FlateDecode
->>
-stream
-xÚµkoä¶ñûý
-F‘5`3"%RRú)M/ím´R PYKÛB´Òž¤=Ÿä¿w¤+®Á¼3Ãá¼IyÁŸ<“QvfòHäQzVîÞDgwÐý—7Ò _áøÕlŸ®ß|þužœe"7æìú¥’ÈõöÇMrët´ùúâçë¿ÑôTÈ4¦é¹ˆc°qÞ÷WFm¾ÿróµ¯éÿ;úÿ-õCí]\Åi²ùr\ 6´)d’;àß­‘k‘ĉþ;AÊc½¦žw3Y£ˆc‘e±ƒ!`u®ãh“Ä8óÍÛë‘q:Jžä+Ž‡øš¢ØñõÌh#¢˜yº+&ßÜXþÝw¶´[»u½n´h.¤Þ¸ö–‡ûiÍOQ¤>òWÙîvE³í/ù³oýìbp]·mÇ ‹P?»}mÝPá`Ômïi(Ýœg=øC½iþÀί¤¹Ö´#
-$å¡î™Ùø‘‰Ädt`ZÆqû''5ãÃ涊۪¶¿BämShü6žØÄÈÎ?KÇ#CB®@ Då z®ïm€Ø(Ö3<Þ5¦$*õ²í˜ û×fs_\ÈMÏí¢iá<:þ8ôÄO­7U³µ{ ÿš‡èð`€Þ´ÈÝ‘Åе°¶/»j?Tm#¸ó‡‹,òúg?x¼ù,JËÅÞûÃMoKr,ÈRÇ">3*%R(©<ÐÝqãŸscAs¯f“×b½
-÷[–y°])X“ù¹×E«UÓ» ™mî;@•$¨á8PW~
-J$þî[&Û´¯ŽÛÀÌ ¬ïª²¨¹çÃR¬#ûz»/ºb ͇O4\ˆ¸…¦;Kä6€'*E{x¿Ž0f~tv_`v†l °ÂÍ‚ŸÎÞÚÎ6¥åÏ¡u£ ÿ:vÛ®Ám`ª<·ÐzÖM¥ 0‘,ä¸j´ÐSÝ.°òÒ€…QZ‹8•Njö2mÙZ¼t""3JW3UÓ»=<àÑ»x’vmÇv÷*Žrp}^å h¦£ŠãxvTü½'Q°™$ºf'‡Ÿärà÷á¾l¿î_rˆyÃk[¿”Ûn´HðU¸Îvpßî×å=·ÀämnG°Ž4–¿õI—m×%m³­š;v,x¸ô‹‹±ÇБDÃǾ¨HvÙUbpåÆv=´ ÿ29ØbfŒk ú¶­ëÙø
-âÁ)ð
-£šlc·g
-2ì'ú©—#phúU?`Â5ɳ̕HS Ä©æ€ØÞÒ
- 춶£"غÚýØð^/uÅuhôÞ3-+*`‚T2óe¬çòò\]žÇ—çÉo¿"vl*¬#¾ÐEj¢„2ÓE*¡¼¦Ê¶v¶h\Ó]Y¦ËŠøÜ÷–Sðî8„¦ûZ·‚|0ƒz g™/MÕa³"Í¢‡-ÒSi?蜸IÂDÕê ËÍÖ­lyôΆ ­Ì!†ÓÐsÊùgº|É-núx£ÐÛµ»‘êÎÑ}rC^>¦ýpŒEà7–?í¯ñx¸(IbòÌ!€P©Ï<ÏÕ 6íP
-Ʊ:ÏdÜ&R@{¡{;Òlú£™è¦%Û¸Id'è–¯qC«-²„HÅÅ¡Yµ ö)aã6“g¶I›S›ø*+ñ·OÉx]Lh×–x÷±ånºK”
-6¡³¯ƒ‹"´.ü d@Î] k‹¢î”ßÑfë’ãϽŀÅÌ#$tP‹{$º¬4é†Ðq³l9Úl/¸çš<²1›­åÛÎC=ðÈ"¾Áº(6ìãBÙ¯2~ÙÕf¡Ùñ[L™Â蘇"@äÍ£¿7‹…>ª,Ð=|yòŽzqý=¾ pÜ”ƒîªfº=÷›ÌfÇa ˆîxÆx€O‡¯ݸœíîxø'–û\Q
->øŸ($k
-endstream
-endobj
-901 0 obj <<
-/Type /Page
-/Contents 902 0 R
-/Resources 900 0 R
-/MediaBox [0 0 612 792]
-/Parent 882 0 R
-/Annots [ 904 0 R ]
->> endobj
-904 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.303 617.019 174.221 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.2) >>
->> endobj
-903 0 obj <<
-/D [901 0 R /XYZ 108 690.907 null]
->> endobj
-905 0 obj <<
-/D [901 0 R /XYZ 108 412.321 null]
->> endobj
-906 0 obj <<
-/D [901 0 R /XYZ 108 365.866 null]
->> endobj
-907 0 obj <<
-/D [901 0 R /XYZ 108 173.287 null]
->> endobj
-900 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F105 415 0 R /F95 412 0 R /F120 538 0 R /F8 615 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-910 0 obj <<
-/Length 2983
-/Filter /FlateDecode
->>
-stream
-xÚ¥ZmÛ6þž_±@Pœ ì²"©×|k{I›C›8p@Û´,ÛBmÉ'ÉÝ,Šü÷›7Ê”­Í Š,j8$‡ÃáÌ3£Õwüé;åwi©"ÊîÊã‹ènäï_hé~Àþ‡€áÛÕ‹¯ßñ]®Š4½[mqeL<N²Úüºˆ—0.‰o–¿¯þEì™Ò™%öBYk`näûÏò!5‹wð«ßQ{E¿oé÷g¢¿£ö¿—6‹ߌÌâŸãä£,©V:.dò_nOTlcéþ‘f‡5Œ_uE”·Áßß.a­Ês+s(]$6ZÄ1r¾x½—DñGõŠý7zÕÐÎUœæ¢Ø»4u¥-ö›¶ñ¹¯›ÝÉÕݦںóaÀUa¾­U‘$S¶æ|¬ºº 8i'ì„O"VE BèDYÍç¶ÚW°#me{<ºfÃ&R@}T¤éB9 Îý®ê‡~xÁ/èÖíR'‹?ñGH›ª/»z]-õbã)Û¥Ž´
-¶mÇ \_xÜà7ÃÝ<¦tjíõ•’@ÏìÓ$`ÕÅõ>?©Ó(V™öæQÃ.-L»´Z/ªÿë¥ÁmÂ;T ìmà®v;#D©¸°×BüõRƒuFÑâ¥ù
-ÙUØ4ÅÂuK/vpØÍÐ+î~»wÐÉçmsx’ÞGÜUë­-!*,h]±$)ŒÃg†gƒ¯‡º©¸ÕW'×¹¡Úpÿú‰Éûz¨ú“+«{& ûºg–Çúp±ÃØdaº?d–ªtpü²ô–Ÿ+Õ¹Š2”Te`p(èkêˆU›» õ¿ÿX&ÉBÄÕÄKÝPîå8îldTaôdÿÝùP‘J“̯Ãù—, C‹"sÀ­$9œ£ÛÔx•vü~¬Ê½kêþȬMÛÝÞJÐy‰£é™ŽÍƾþùG¡´ütL•¤õÒD‹ó0Žìd¬|»Âùß—Õi¨Û¦uX•N¡oƒUddßà 
-¢(ô†~ ¢Ów·æn
-•hoîu3T]Û¶°[·Ù +²y Ðv¤oà';)hTà‰M„®Üs‹ [¨sæÍóø–Ÿkáh›p^`ìÝVºúzS)n‚øHM±SL|ôÔQÅ9Ð
-çÉúø–lS`Ä€.ÈÍâÛÀÏ‘® @oYèKÞ„{nžªnïN=î„ õìiဿð§mæ°ƒxr Ú"I#¢\éD”ILí•ØìÄž•®¯ÅKû IOµâH­c½ÛâÑâTe&Ÿ(Úõ}½k8yVÇÓð$¤iÌHÈqÌ…y¸™þ\!ïyªÀ3G‹Ú?{Á*u_ºŽ›ee>QˆtOË4Y(±pÁQ>uÔü­IÅòà$ºÓÑŒ
-ñ ØäàÈ-#XG [u;„¼ØûX{îâq:Ôe=Ì!P€ àOd‡_Í <³H7꼿çyå"¡$û¶íEb×´«¼ˆG:
-ñu‹™¨ÀÝ}>Ù~n®djÏà ”xøÓ+Y3àdmæ
-üθêÈ3•fÓÏ=MÛ¬®Á’¸á2NÏÍ°ä¯Þ½3ÆKh¼w ûÊ üŠ ¯T¾7f!£/Ö ]SY7¿™³YƒE-éƒ×-Z(T4~ÿ$߇ˉv.Ïoà\¹R/Nª Rš|ÿ0ÖOú1F\H±,pº£_ößä ù®åç©£
-î{~;º²k}Þä)[Çz׫%Ÿ‚ƒ½;xñ¹²/î¬Ðaô.|Æ4ª`y€ÅšÉ@ÕÑ´ òšmt8£O¢O=ayMâM$Í'¹|¼0ŒŸ¨·s8øQFmj¹µIJƒ”§¨çÛ'á¸ÔÄï¯V“,à„,"õí¡Þ<›È‡©Ä¯‘Ä¡Á'¸·~_mî'<ب» ³o¯ C5”jäíÚónÏLNhí@‘šlJ ^ý^æ õÂ}pO'ù¶”ŒWhj‰Ò¡óÝÍ’äs ‹™¯ªè\0¤„õª D}þ u!Å=ì—• À•˜ëäü>Ó3½O=ûcõGãþ¢ÎT1B¯Ð™Ý[5Þ ?[òÌ…(‚²ˆ(¡D_W‡| +ŽMCOí+¥¯¬åJsMO.4êj¦ä‘#ÕÚÌýׄ¥zZÐñçº
-endstream
-endobj
-909 0 obj <<
-/Type /Page
-/Contents 910 0 R
-/Resources 908 0 R
-/MediaBox [0 0 612 792]
-/Parent 882 0 R
->> endobj
-911 0 obj <<
-/D [909 0 R /XYZ 108 690.907 null]
->> endobj
-912 0 obj <<
-/D [909 0 R /XYZ 108 666 null]
->> endobj
-913 0 obj <<
-/D [909 0 R /XYZ 108 455.783 null]
->> endobj
-914 0 obj <<
-/D [909 0 R /XYZ 108 282.319 null]
->> endobj
-908 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F95 412 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-917 0 obj <<
-/Length 3422
-/Filter /FlateDecode
->>
-stream
-xÚÍZYë¶~¿¿Â}ó
-•j"Ï…ÖðFºïïvI´ýþ«í_¨ý@ÿ?Òÿo¨ÿkjw·Ó©ÙþÉ¿mÿê™ûµ$J(“[æß.'…ÑÆÿƒ¸Ã‘›õz>S|¹œBk‘eÚòðvk¹51R~øüÁ .–æU¹âøB®
-Ú™0If»IbW’Ód?(mmÝvå±®š²Ç×N)‘DZ'yj«fxäX ‘õmS¿Ü$êÏ’BR`-‘Ø€Š…V½óp.A±ÞÚË¥hŽüÒdG°/ºµÝLçH2§±%?cïˆ&<# Šâ€éSݸÁ%C†+K:´¼Z`Ë×o¶]y§¶Í±ìªæ‘{`GÐucS*Ò"ʲ`Ç®x^Î¥"Ùs5œyZZçŒ[ mÔD $ 2é¶}ª¶Áv -î=Ü©xûr¨A0ô<œ»v|<3YY=ž-ݱ:ÝEñöTveã^EÞöµ67ÝÀû…»:híëâð#7
-È…ÊÒP°`V
-V áh^ŸÂ4Éd¾ÅçX†²ŠªîùŽ›p´8 cQ[J´ÍþÌ`KCÙ5ý=?ú£ß![‚†µq~
-…Ûë
-©ã±lÊMº±.Ý8"ì+@³lVq$²™YÆî'œÑæªtª·€×°ÿ¹á~8V—¢Ïðv„
-v_–6VT}?:×ö)ÂõúxB£ŠC–˜
-ûÓÔx[4ýla6ÇEõ«xüÂèôÖqru¼›x Ø0£3¥CGÕêñXÚ^ÆCŠâdSÕ¾ª+TêË]d‡!JS‰×4U`Ãê·Žs©öiª£Þä‹´qÎòFšªáðJàÔ X-ÒTGóú|™)h œÀ—B &#'Åv¸ó™¡?ta
-Ä}6½gËŽÒ„X®¡2™r‘™ÍO¹ïÐvñŸZ¶X™r|"ëtÐã£?ô"ÊǾYeAÚÚ’
-MŲkJEÙ¨ŒN“®ð!¼w]ã…Ð-„YN˜ka" ™¶—kÀª‘_#ýÈ{à5äÁuõ_ÊáÜy?öí-)
-è™Ù6
-‘¤ÓêÌ ;ÿ"°ó¯oÙy,…Ì”ŠF¦¶(ÖU\£.¾òO3ïçØÉ6¢Æò¶öåÒ-cü–Êün ¹yâË tùóYWdWDv¿”e_×kk‹´T¾óH¥ƒ
-cp¼lêM׫ÇÔ…³4áØœÆË©q+±{P ‚;ÿ…+
-ñ†¯Ã¨ƒ]TP»jžˆ,Ò¯yjDE%ºXLd¼<¹ˆÓZ «|ÁN.^` uÖv&a@ëß‘
-endstream
-endobj
-916 0 obj <<
-/Type /Page
-/Contents 917 0 R
-/Resources 915 0 R
-/MediaBox [0 0 612 792]
-/Parent 882 0 R
-/Annots [ 920 0 R 922 0 R 924 0 R 925 0 R ]
->> endobj
-920 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [210.106 533.302 224.552 544.206]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.5.4) >>
->> endobj
-922 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.153 356.132 382.599 367.036]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.5.4) >>
->> endobj
-924 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [418.005 226.782 439.923 237.686]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.1) >>
->> endobj
-925 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [124.996 155.425 146.914 165.955]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.3.5) >>
->> endobj
-918 0 obj <<
-/D [916 0 R /XYZ 108 690.907 null]
->> endobj
-919 0 obj <<
-/D [916 0 R /XYZ 108 666 null]
->> endobj
-921 0 obj <<
-/D [916 0 R /XYZ 108 453.726 null]
->> endobj
-923 0 obj <<
-/D [916 0 R /XYZ 108 324.376 null]
->> endobj
-915 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F90 426 0 R /F95 412 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-928 0 obj <<
-/Length 3831
-/Filter /FlateDecode
->>
-stream
-xÚÕ]ã¶ñý~Å>zÑ]V¤(JjŸzi’^‘¦²@\îA–åµYr$9{› ÿ½3œ¡DÙô­/@Š,’¢fÈùž!WÞDð'od”ݘ<y”Þ”ûWÑÍ# þJòë{|ïMxýðêÏŸåú&¹17[ ”Ò‡ÍÛ•¾…ï’hõÅí»‡Úé©il§ç"S ÀÆy»½7jõ~åêSÛþ¶¿¾½Sͯ¿´¿Ÿ@M˜µ*u >9Ge„VÙÓWúƒm¿±¿ÿžP Ö3q,âL1 «’Qš¯´Á™¯>}˜È”DúƒTÄ÷gTX€I›ŒÉxc’\Ä&·È¾•±ÞTÛâØŒ‡¦Úî~FÄ
-ó\¦Â(ŸçCõý±jË*@T+ÍSw²ö‡[™¬xÿ#B¯†bÏCûªhq£¶³«zžð-Øäúùjî•Q"Vñ™Ø_É&€,A@âlU tÅ©]¬ñ™F7†±î(öÉ‹·u¦E”›kT¬;ÄCÁeÂDj¨'ºÚáö¸_“üÚ—áõH€²”Ö2g^Ð0ýÈð–Õ“Ç ˆcž-hüT;˜6¿*JnµÕ-°í‰:å±' Â-4™‘ƒ™RhÁÒ"Eÿÿ(ÖU3
-‘ÑLöøB1ÐxV¨À—A롪–sµ5÷>ai­HÃehaWw<Ö:SªàS›˜f<nR5ˆá3¦<É‘1dߌàœg ë ¨ó°«–{>¡o;?&´¯ÓÈž¾ŒÔ\‡ä‹­òêPô£ãùÅY¡çV¬Ì¦®:
-t‰däG‘Žd“$¦‘•$juN¸U
-qáÒO’Úz¬ÂPñËfÊî±­tþ«p‡5ô@S‚»p¾í¬~ñ§–ò·( ªÊåY«Lxš[5Ù!ìÅs°9„4Ò‰ñÛ°·¸’£¿"±vïßo=³em>¸Ãô
-óSÊrd'·Mh‡±/ÖQSmÇpÔL´|–ÏQZkˆöïhÜ¿ ´¯w£ÓÒI5Ñ:»®¯ì ¢i¨?Q_PŸ2f¦¿:[ªNSœ¿g©:OTÜ€x@n¹X4ì9¤Ã9É=©†úÉ.Ó5¿šqÛÍÁ“BØ”Sj»…°@ÃO|Zžq+t¸•.$"š©úr§"‡ã8œ`µü fÕn|ŠLGž˜TåBÙëqžÏiQ&é´ï[¥Ò'¶u0†áô0½æÆâ+N¦ µæ÷(¿ØR¼ïSëõµÜ w;ŽN»¬C.1ÖRdSœóº D*ÝÖsÍu±»TŠ ÝðÝyånïØ}øg{k6B^{Òl&0°t’ãÕl¦O<×O¡àt›qf×vUà Yì¡z4Ý'¡¬€ ‹ivš89ÃùLêL¶?§\¾_dË)+NŠ×Ïš¦³U.K|Ã_ÔåäRG+Fl՞˵¸‰xÜoŸ©†NÝ:jLV›…ï6 ]ȋǾª8
-À•àº|8Õ]#ºñë\âñ
-ÌwST³9ßš½Ò…y}Å*Ž={ žÚëZØ™Ï=°g/*˜â³ Ç|àuV2àv¦Âû¯ªFeÞµ?ØdÕSê„ø—u4Ãb÷5_u7ÆòË.J†ÅeÆööQÎŒ‡¿.‹pñܱ4Õ,wY@ Åyb·wÇQ, NF+ñ(ĬÀñCÕã\tƒÿ2G"M*ª Z­þD8zárñ$öþ¿Ûà?ËäFH©BÿmÛ{ìÞ‹ÿQ@‚
-endstream
-endobj
-927 0 obj <<
-/Type /Page
-/Contents 928 0 R
-/Resources 926 0 R
-/MediaBox [0 0 612 792]
-/Parent 932 0 R
->> endobj
-929 0 obj <<
-/D [927 0 R /XYZ 108 690.907 null]
->> endobj
-930 0 obj <<
-/D [927 0 R /XYZ 108 666 null]
->> endobj
-206 0 obj <<
-/D [927 0 R /XYZ 108 564.152 null]
->> endobj
-210 0 obj <<
-/D [927 0 R /XYZ 108 546.911 null]
->> endobj
-931 0 obj <<
-/D [927 0 R /XYZ 108 463.962 null]
->> endobj
-926 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F105 415 0 R /F90 426 0 R /F95 412 0 R /F120 538 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-935 0 obj <<
-/Length 3713
-/Filter /FlateDecode
->>
-stream
-xÚZY“ã¶~ß_1o‘ªf
-3§™²¹gõçÛ©2•Úâb¦÷GjM¿ Sà¬7S$‰J
-+<¬Êè¼\¥9Ž|óåc“Ó饈ý1)–0‹ÅZU¦ÀÄeJ'¹_s’æ«ãÔŽMÛœj^¬
-²§ Ú2]=7
-ØHZx¨½•Í*Œy¤6cɤW’±w3õÇ?¬[ ¼/€±éNŠ—÷Ê 1
-û7õHÊÛî4ö]ë÷ÄÄÈ x¿Òšï¡ˆï!ïÁ,÷À“OpnC¬3•Ø¥ó]?cµ}w»W¨ÂxÓjNC³«yd!8O€´(X‹¾5ÔXuW
-<–¢þzåhgåhˆöÔ‘kq¨µ¨Ã/¡™³~4ttÓi'ƒºýUçS_Ü$Œ„>°`dÄÄ]Ó×[\áýÕ†sµ=àVÏH³cÊžmá#Û’©mž×¶aJ|ˆŒœ°ö«wx†5Sû®;2f"£b
-*æ·ÝXÿI<óM}¨ÖõeÍñ}',?ã@f›¶²²]³ÇsD C£){žyWBC¹2…÷«/vÁ «œþýh‘Å}½ð·ª QVáƒÎs³ÅÐ'Wh—ÇmR¡žò¦…JʈžæzŽñJ½ðå™2!t?žA…Qbx fÕ"¤EÑ¡t>béΨ…<yø”÷ZÎh;ÞGv—ÊÙäÓ‚rë’`ÑmËÜŸûf¬¹:0ÜÔù€m3ÖïeŒYìÝ©T{°½4 ÉáqÀN¹ ×ãEd”*mŒ yê»é,¢ïæ# F7¶ðº¸‚qm[Š„L`Ù2j…(‡T¢LÜ'ü8`õ?(Oãñq ñ2¡ã$î{IînÖšc³ \q꾯NO5¿0|@c|9¶pÔÅÚ—Aï:§¨øõÛ®?"Ô¯Ú—uæV÷L•ÑI
-ÉçUpºt£äC-$kÓ“HÖ¾oNÛšiu_ ä8‘ÞÓúžÈd©—½XÈ–©â¢ò ¯Ž¦¼ý„šH€æ…yo×$ä°ÊÁ/’Ÿã¡ê-‹[XË…€õž_g'Ò(ÒöÒ]ù²XÁ®å1†É1òÉœ†ã¹œq¯<ªãçáBç‘rîúѯX“˜ëŠÈ¶„ÜYÖà0_8jÿŸHÔÍÍ2HX|¸|ˆ(?$R™—8çP@É©˜”»<VqêÛnWßÎh±Æë ¿‰lgô–ô[¤r‘稟N%†çâ+HëÜw dÙð/-@ oðp_¹|0ï*ÊOIt ÁÈ<üÌœÑ2•œ)uÅHJ»X"ۇȺ附2p¡òsô©c3Nc-|+¦5ÄÚxùÀš˜aÅïªЉ5ff`káôñµù)Y9F¹[ªÒ#‘5/[mœI-zÝ`ò’Ñ¥¤6 ŒT¦ókY¡2½ˆÈ4W€?›D¶¦Ô˜WéËiЮøAv'}à‹ÌSK‰ûÒ“½UBæ—[³XúÂ8"+O@Îá¤&I-A ¡0
-
-endstream
-endobj
-934 0 obj <<
-/Type /Page
-/Contents 935 0 R
-/Resources 933 0 R
-/MediaBox [0 0 612 792]
-/Parent 932 0 R
->> endobj
-936 0 obj <<
-/D [934 0 R /XYZ 108 690.907 null]
->> endobj
-937 0 obj <<
-/D [934 0 R /XYZ 108 405.502 null]
->> endobj
-938 0 obj <<
-/D [934 0 R /XYZ 108 230.3 null]
->> endobj
-933 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F90 426 0 R /F11 600 0 R /F120 538 0 R /F95 412 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-941 0 obj <<
-/Length 4023
-/Filter /FlateDecode
->>
-stream
-xÚÍ[[Û6~ﯘ·Ú€‡Ë‹®}kwÛEÝn±™‡i€Ê¶<Vc[®$gf6Èßs!)ÉâÌ8™t±0¦x=<<<—'êJÂ?u¥dv•äRä2½Zí¿’W·Pý÷¯”m¾ÆöëA‡ïn¾úËyt•‰<I®n68Ð:ò“ܬßÌ¢9Œ‹åìÇùÛ›P÷T¨ÔP÷\d:†¹±ß·óëDϾƒ¿jö=•¤òëùµI#Ûüýý›ŸÊ¯%B§nª¿N—JD¤³ÑJ?Óì7T~Eÿå—ÀU'K#L¦í¨R2ÍgQ†=¿úþƳ)–Ñ“\Äö a.X)J2ËÆ«$ÎD¿¸Ø¯ÊDÝ®X–»z³iËîƒ%.¾Ê8Ú_ªt²Äm¹]iÙw0"K¶»ò0B³âÄv©ìC²†S| Р¤P‰¾†÷açÙ¥4`;H¥‘"FéT"ãÃŽuuèÚò 5’¦TƒhEÏPšŒ)ͤÈÒÔRš )-ºm˜Ð8Y®þׄ¦±Hó$ÀR”ÁÿBé~úñ×p¨Y¬êXÅÊçf[ίuÏ~•R7mÇ«z®fû}qXÛïâÔ–-—‹ÝŽ íiÙ–œÊC E%™P‘Ôž7SªL&béö½ªiU»TWão4k·ÕÆRÖ9zy6*6Õí¶ãžË‡
-.¿²ìd-=W_œi4c6<¡3þ]kÐIR dqW<LI†ƒµ—MSï­šÙZ½C·š‹õÆVíŠU¹/]5ª´ÓaW¶íÙÐuÚ
-mî*‰Epñ0·ò?у¬Žh†W›À)èDƒWîDx<ï:ÁU #x¶ÃwáñÎ"Tç›êí4rÂßðHÎöª€lê,±þ€ÇnR»Á¦«V¤4 Æ™V(vÅ»¹’3:mø$./¸Ì" …*Ä&\çæ)†DÑhC¸m) °ðµ­wíÛº©þSºå‚Ë7[×ÛÿºÏ}]ZÊ;;Ͳ´Nq.œIF¦l©øÔªìÄK?TÝYÒ ¶­é[ֳв-l—eYÚqë¦@V“r‚†¢ãjÒõT'§pÚý®Q6Ýb¸~
-â³&€ck® §Þ•üem4³2gS"G§¸UŽ>Ø[^‰< ÍÏM…†BåÌ<0·N~Z2^Ø
-Óª„ŠÆ>
-$Ã×ÙŒQm6LÀŸ®mʶŸŽ†k¹#Úxl(ø'—\½æ—¨¦,m3ºÑ .“ËŒHfhÖीÈ£°î?¾Y5¹|ûÅùæ‚ãú¨Q3çQÅ>ÂHH@~ ³ûh¡°’ §ûœ¯À]µ=_“ÊSwÜ5+ï»
-Š Æc¨gXh<¼`!Xc]^£G¶7RÑl/
-
-LFšÔ£©áôDhøËÅX£÷Œ0Ó/£|žÌQ‰}ÇÏÒfVó0aôk˜ÍlWµ6ÊpRú”øñÛgô>ŒRä .ÝmËb e.L~až öÈ›UËØò
-Ep I>up2Ê]ôÞFv°%¶Ñv1
-!0ŒîÖ\G©GúÙÀD—c
-zq
-'Hj“ˆ$½pã‘¿5=¶<Œ5]ðYv–Nå8v}`igT‚cïoüZ<¶¯…Õ÷í 7½êøw]YEÓ´\AI!ø%‡ÀÅ\¸MÕHZh^e§côùn>ÏU6»=ÙL Ì&`˲…ºoøtü8Eå)oÙÓpŠ…¦;ÃôsŸÅóf ­5¨*·¥¦Ï6jÖ}¶’Kj<ã[CÖtaf>‚æ¾4H‘(5ñÒö›ãû²Y‚Æ{é;(¿o@ eñ‰4NÏ^7ÔU_ûËõj¿
-Ü…Ë@µ%bY‚ËdËàÖ¶J|M¯mÏ87¹OwO=œIMO>µ½.@e®Æ a¼1á#;Vš$]ÔRu‚ ßZJ©uð–s~½Å©½ïœãzàQƒ¸XZ2z5>ô¹ý€‰äì}ÕÔÔ6­]‚¹ÝšWr{¨,!ÓªÈõˆ=Îaf"þÿ?| S:””h([mÐð_E¼gå
-endstream
-endobj
-940 0 obj <<
-/Type /Page
-/Contents 941 0 R
-/Resources 939 0 R
-/MediaBox [0 0 612 792]
-/Parent 932 0 R
-/Annots [ 944 0 R ]
->> endobj
-944 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [359.372 484.72 381.29 495.624]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.7.2) >>
->> endobj
-942 0 obj <<
-/D [940 0 R /XYZ 108 690.907 null]
->> endobj
-943 0 obj <<
-/D [940 0 R /XYZ 108 666 null]
->> endobj
-945 0 obj <<
-/D [940 0 R /XYZ 108 440.575 null]
->> endobj
-946 0 obj <<
-/D [940 0 R /XYZ 108 285.905 null]
->> endobj
-947 0 obj <<
-/D [940 0 R /XYZ 108 202.966 null]
->> endobj
-939 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F11 600 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-950 0 obj <<
-/Length 3556
-/Filter /FlateDecode
->>
-stream
-xÚ­Z[ã¶~ß_á—66`³"uïÛ¦MÚ ’4ÀN‘
-VGhþ×+-Ý;ìß|úðêoŸçÑ*Sy’¬‘€2&ˆ<¾_G˜ë/7?>|AÃS¥Ó†ç*31ÐÆq¯7»Ä¬?…ÿzý•¿¤òÛÍ.L#éþšþÿs 5¬%ʤžÔ?æK%*2Ùd¥oˆú•ßÐÿÿ Kળ%ÂP…™
-v¥ƒ4_G9Ž|õÙÃÀ¦8ˆ>ÊEì_âb …ÂÅU'*™ƒEs>Ûú°Ù™(\_Ú²Øèuypõ‘[lUq¡»',™uYo¢`ýÞµM}.ë¾S<àMÏß³}æqû’\×]KYÀöÜgëŽ×ϲjãj™lû²18O‰9Ú¨8Ô¯ˆ“Ÿø̾]ÌpX“©8öó\ÇkT=”‡­ßȧ­va¤U
-gBúŸQG¤²È¬n­ß-­Cw Õ!úäú“«…EñÈ4šì¼ç¹pÛ·¡Ê/A¼3h¡ƒ«4Îîö¥W·ÖïvÅùÐÍW4à£R/.n~i¸`2v
-áúß ^ÑS‰ÿY‡[4ÇÛ™(¢…æ÷ÛÌ]V(ñâëLxo}WV !Hñp?PqjÀià3*–tƒ]o¸D"†…æÚ_®=—SI»íÁ鎮®úd¦°PúBëɶJ‹Š6èŠþJk]CWLÄóPâÚµë3Œ3úfúBcX|¡Ñ.è\ÎÂx³<çÇ ªÞ²Úå*“ F²USØŠW"áJƒ¢@£œ€{œìééäè„ØÔs™QtÀØøMëšvJT¤ƒS²ªjðüñTS•Í…G§*LÓÿËá‚1•y‡Ö^çk2!X@—\D­ç¤sïN DG*e¢hª )T6ƒk Ùo×ÙŒu6]²%ÒúGt6¾é,nýkÖÙÛ9UÐ `i6¯3`°íb+z+F6 ÄŽñ Á*fš Œ¹Ì<—t¡(à—´VšN2ê§% ¢Án¤Þnü寕]”ë<fâä¦[¹Z÷èí=Öëš³,ÌüO
-Ññ—8' ½±†œ¹D Œ‰Š[H¢æ "P:Ì?iæW£#ˆëƒq\k"«*ÂV*
-ÆXsšK/8ˆãŒœ?ñÔHA¥S”$¤3w}sÅáT(½ÁÀµ:{9 ã ÞÔ °«ÎÄßgÙ"]’l¼ƒž“+l @Ç
-?wûÌg€_Ô*˜4% p7ì_yKdÖž\WÞ6"ˆ:9
-Ûèûa(lÁ‰Y0u­úÎ'¼+¿L-ùȳÌP§·ì•»\Ú°Ý~
-6Õéo|È$ÉFtdžªxàKÜãµIÀDšE_ûnH"Õ“ÔY ûĦaŸØ¼Ÿ? i„ÛQòg¼ Å éz”Z„Õ¿Elí³¤QàS`Gw{žþùB65ÂTy[9R´(ŒœAk%U7b‹”(jžHïŸkžûrxÕ+}* Õ œÌøjƤdÒc§ÏGÞòåD³ª^Sê¦=ÛŠž“!4=y²K‚†ÚžY; ÜàßKî'“îí%úáqŽ¿86aF©Òߘ©‰§˜h‘n˜)£Gy2Þzß:0²= ¢ÇÖÖÇRú—,ÜXyï´¸œNGY„À ಩¡§lJ”IzA(ÅÐBàêw?PÜûºã^ˆ[h%üÍòä²åNA®™€€¾Ü;zcÂ…¿¶W¶»Q£Ì8¿´/®þ
-ßOæf5¥Ç½àîwO@øД]ý æùå´”ý >×µáyz» Ä‘²§Û­À·µâ4ñÏ:Ô^Ip¡Éï¼&¡7!†ñ%”núÔÉ(ûðqääzJCõõpCøËŒ±q€N4 £,œÉOŒ¹¼ÃbÓ^Ö~ïP¥ÒŸ€ÄQ–“Ÿ{AóO§bÐO×ø G0,ÎÅtL•§r€”-¥[}ìtïñÞþóÍB©l•'Jk³ôs¹ÂQÇÿ
-endstream
-endobj
-949 0 obj <<
-/Type /Page
-/Contents 950 0 R
-/Resources 948 0 R
-/MediaBox [0 0 612 792]
-/Parent 932 0 R
->> endobj
-951 0 obj <<
-/D [949 0 R /XYZ 108 690.907 null]
->> endobj
-952 0 obj <<
-/D [949 0 R /XYZ 108 513.098 null]
->> endobj
-948 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-955 0 obj <<
-/Length 3995
-/Filter /FlateDecode
->>
-stream
-xÚ½k“ãÄñûýŠý†7µV4½>„£HBÁ’JP…l˶‚,¹$™½ ÅO¿FYÚ=BêêÖ­™QOOO¿[ê.„êN…é]œ…A&wÛÓ›ðî
-qå›O6E¡}•‹8?ã"à‚lœ
-ïâ(BÃ,ü^Ûoós_6õwBXt—at¶( R%tyZépœ7A;Öœò÷O»9
- {gFÖ”‚Ã'ÉÇñ°@B~„X櫲.îU´Z¤#â4û
-WÈ:Nù¶m|*«
-! á¼ÎûÈÙæUõÌ£›¶Èâ¥(ü¼u,·GóVöMïœ.nî©Ü­Ìs"øn-Dú‡¢;Õ`ºèN¿y+÷<€3sÎ$`5•÷-ÌKRØMûêKxI‹ßo‹b×-XDFÿï­’OõØ‹¾<!cÝy
-ãcÚyÓ6?Ý«pE8tDªNpµoÚÈ¥ã j(šnÁÒ(e‚(Œþ C:e
-íëvbÐéXcÄ:œÞðt4Ø „Ý;»b|È/•²+ú¾¬ÝÀ:¡±Ò7žø7ÊÉÚd:Pfj@­. ¯lþük™º}Xû#³Rf
-Þ¥——Š|+”4€¸E½¾¤@z¦'ÞØ¢³—Ùbb{«¡ C§<}Î.³cä'på™tžÈ]> Û¢€ëTx
-†ÈªìÌ“€“TÓà³ùÝöìì‡@Â}ZkjŒŒi/ùî˜Î k˜R÷Òfº´€áweMá68D!€‚_ù‹¼•h—¼¢7– a!¨ÅD
-x…ðG‡ZuKA† òùBÆ2µlRsÅ'˜`]DHâjXDWêH
-“XZ—´‘WFõÇQ”ÐKiÃì´|X:¤ê¾$¼p¬©‚ìcáL²G†2¼ûJé¾X\Â(¸Ò VF´Ëx£•ƒ ‚ÌÑÚ©YÆ3›|ç‚çNk¢Û¬1ãQ²Ÿ«r[bÀjw0G)[Ç£Ñ`Á‰y†‚Æ6²æ‚Þ‡^0™¡¬o2ñÿ‚{„ˆHeWi(oÁ7ÒQœó6w†X+3àu“ivRôO‡ Ê*Ï
-„\$YˆÀɪ0›E]A‘8î­c²ß9PQDIzg± B²=ÉT{¸càk¿#«×Þrבñ²¬)JêÈÀ•Ì¶• •ñ·ž·dÍë^!r©2œ n„˜« ÌtÔeQoežCk
-¹ðã¢É‚„b;²8I•oŠª!_èVÅ!œèÖÂp‹â/ê p:½±'óÃw¿³QD™á… nmVý¶¦™CÎË…ê)–®†^ҸðËï£àåþðÁ çü~u.UÅÎÜÏ(:´.Š‚4C â”ý‰Ç‰ðq4‚;lÁQÉpl»=)%‹“!à'éæ È~-N\¯
-C/“û¼Üi
-¹@\NA}©ÍÆ3 ›²–uââ&+}_ìø˳Ãë˜ö€ bÔòM³Ôq±T¿­QòŠñŠ_m‘DƯA!J ºñØ{Ç9*5Ü–¼äÒijfáØﳇï>ldn´ƒ¿o÷çÅÝõ­_)PD6ÏŠƒ¡âÀA—v•g½êò“@šUMÇ¥f½âL¯6-~ÏðÀîí±åç÷"üVÇÉd€ùt•l­¨»P…‚@à ¼É9ISÄ…œ¶è:Î gt¹> ˆö†¶YKgÒÀØiľEtd½CáZ.0ëž]‡™Áº<ðób¡JC€”Ùì€I ¦H<©'”çsU²%VÜ*!ŠàdþÊbÁªK]ù¯Pd3H)çžõZÃÌw³Ž d5ì%Jt!Þº”±ªƒÄNUŽm¥uFÛRÔ³…AôX”bÓf#.G•wSߟÀÔPBÞJ}Ä„ £@™ì–kJ!cµÓd˜E ·éáæ̉¹ªÇIËÎ~¨Ë“iÔIŸ…ˆ9Ø^{àç¡ÿ1vŒïV©¡1mÐRgÅ­Ì«Nú#Ùa¼E}[óoq:÷ϼ`Ü Æ›ó’³v¿CiJv<3ñ8!~´tqµ>=vO§˜ùc®¼ºL:¤ZêŒó9,‰âÐã‹88}›´z&+óC] Nªñ sqJÔPÛ.Ôpýã1±
-Y&Ô…y𔻚ÿ–Û¯Ôuoc,iÏâGI~´ášÐÉ9ÚE*4ï&ë†çú ƒXü†Ð›b¹ás$ˆ]H*pÄûÚ ¤™Ç8¦Œ%ä)Næ¢5;Ä¥ky_4ŠÇñ¤QÁ݉êýó‚]5A¬í¼–-’i ßvPŸÞØèºOë­+Š ˆISÎ>z÷,KÛfw¡oñ)çŸ}›Ÿäê&àwt=ñ€&±A€Pïöó²•HzrˆŒ„q`?‡Ajˆø¯æ'¸ôþÅÜeWPÉšû)áÀÿëz¢ò87rhŸsÙÿ.6`¬o‰P´›G"èŶŽ…YüÀG@›|‚“Ò÷øäR$ú‚Füd͸&šº‡‹êÜ8Ûü¢ZCÔ?Mƒ‡{|±'ö(Ê_9ÅÜ©Š¤!Gw^l‹£p¸ƒÈî÷î=,VñÌP¨ô.ϸŠew]7´x€ bº„*A¯W,eñÚ[=«^!äz¥mK\1þ¾³r¥[óúvØCŒ§ûI x²Ÿ±€ÞxNYýúÎW(ù¤Ñlg‹i’}ý¤²æõý®9Ÿ„ßum”ZÝ¡ànÉʸfD3ô¤W²JŠolxýM‹•\4\ýØõ`U`néÙG8HŸ°¬äëWxrº†‘? °«¶}ÂÇ â¹ôüÐœøû(
-endstream
-endobj
-954 0 obj <<
-/Type /Page
-/Contents 955 0 R
-/Resources 953 0 R
-/MediaBox [0 0 612 792]
-/Parent 932 0 R
-/Annots [ 958 0 R 960 0 R 961 0 R ]
->> endobj
-958 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.582 410.419 177.009 421.322]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.11) >>
->> endobj
-960 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [401.494 154.618 415.939 165.522]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.4) >>
->> endobj
-961 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [433.384 154.618 447.83 165.522]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.5) >>
->> endobj
-956 0 obj <<
-/D [954 0 R /XYZ 108 690.907 null]
->> endobj
-957 0 obj <<
-/D [954 0 R /XYZ 108 664.406 null]
->> endobj
-214 0 obj <<
-/D [954 0 R /XYZ 108 394.792 null]
->> endobj
-959 0 obj <<
-/D [954 0 R /XYZ 108 371.764 null]
->> endobj
-953 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-964 0 obj <<
-/Length 3278
-/Filter /FlateDecode
->>
-stream
-xÚíkoä¶ñûýŠýmáeEQ¢¤|KÛKpES.NZ PY+{Õj¥¤½GùïõXÉ>Ÿ/ Z 0à%‡äp†œ7¥7>üéö“M}•úñ&?>ó7w
-m ºKøA›°¯²›¢B&‡3Ž"ŠT’j™|%ãÑd\ùÚÊðAv
-üqܨÄF2Þ"óÙ~‰Dà+‘Yå’ˆ)’+f´ì˜½Œ»û­öJ`ºƒ³ûâv«á²ÎU/ço¼¾Y;ŒÀW±uråŸVNAG*Íœ‚þ
-nÝ6-7˜†d¦xÉ…â-< ”$ü>=±Ò“øa=qH>gºÊ[¦VȽ¡RЭ½{ƒÍ¦ÝóÀ?VT̹¶Žl‘zß-7Fï38˜Ïdg9Ùs·XÈ&eÝõE&6M .àGûfYÀ`Jx{TjXïô:u²™:1ǶKrЛ‚!ù¡éH!pIðc&ÜÏÕ(º Ñ]Ï}§|ÔÉKt
-ýžÝ´cëz!‹¤|Ī½:k[6ÿ+b‡zÅfžzê.œ :Ÿ ï@à´'kØ2¨•‹ÃÝeÀrÏ|ó:«¾_
-–_4ãGPÞÙŒÁQ˜¹lÎHš¢øq…²öXè–(BÅÑhp
-òãª3Kô#)8ee»BU‰‰y
-ï?&À=¼]?3ðù!*~f%Ô1xú$™Ié\nhžÄ;­l“~Çp"|„*¥–fbBLà‘2:–@†$<Œ½|?¸;“c ÐÕ¼mx€'$ 4DzÊZÞãÊ0DÛLœ:lÁî,/N½lÝ3|ðïÍj™]Uå‰Ì›b
-°k·zpˆ y4àGLÿâöe&[& ”6ÑÒ»›€Œ§1„¹<U%Ùvƒ¶šâ7)ë¼-2 4 Êj¼/
-VA¨!ÕÄ$nk&W3À1í8+ÌRCòÄôIÏC?—ýÐáðò©ÿb û§ÄjT¬ø„ت@G•^ ,-…¬<ù¿súŸqNöÂ9n‡¢­;'‘š
- ðGû§ÍNDl3Xk‚ÉÛüêò}š<ØËÃcoâ¿+X‰|؇ofZ8"óÔp%sšJ´’L£_O£è¡«”€z“hzl¡Ñ³ªâ,Ã÷='µ4”ƒŸ-¸ôãKUa\é{§¦¬˜¥ yH§ÓÙ»cY<bï[0áÈ»wèÎÜû•Àjt[G:ãy@“"øu‘®“¡!ò€v)V5 /=eºáÇ¿ŽÝ¨°DlRÖ-ªéuTRÁSܽ> ')Ç$w.šC!
-¥pŒÔ$I†_}Å¿oeN[„B„‘#d‘§¸¤:Û&œÏB;«:ÁJKá9ÉÔ®h‹›ãot©eAœ‰õïU¦‹Hƒ5k<»)õ°£¤Ú®"³Cij,Ÿ#µT:ÜÝ÷Ÿf}~A <9‚DißQ0Vƒ£i5H1è*8L
-Ø‚«ƒ '•&D5UjÖîË·Tj'ÓfGÓ¶Fâ8…´ç@I·Ærs—R0q±—aw’—˜¦0oJR~¬‹g-$(\L®¾·žý¢Æ· #½H5V°òl„®r0'á5çç–‘vW¼o {Oî0&ÒѨ õé͹ÚsûFÈ<5]ÙOJ°Š‡±êŠÃtÁ1Wq°ÿï¢m® N0œ &)Š'ÄbßB
-\H‘âÀ(xŸaã¶gØz^¬±@gž+ÆJüÀþ¥ìBüÀoMæðnKx$æJfa}l¾`Ê
-‘ºœŒÔÛpHòÑÇ(xQ[‘¼3[ê0útdÝÕ“µeĺáß×eWÞ`-BÆ‹[¼½[81Y{ƒLŸ/^ª2ª²º].¿®¨»ûŠšƒÏ©™ 0׉ïKS•øÓÄñ§ˆf³¼}÷þÇ_À;ü¼bìJ±ËDhkn!_¾=·Pzh
-ÈÆŒŠF˜é«è 0ŠË1ª¤øZ±â2‚DÅ‘}¬HUè;ÿË~1·%>(î];Ï=;{_E‰}dfòø³ Øc%É™ù'c¬LYÎïQ(ÄÝ Ôk/£F-OHmIH ³ƒPÑ’î|ÓÁ‘âm\¼L›Ð¯•l‚ÔW!ØØü(Cí݆¯&ïÔnön2}ñV}‰’¾8P±Z¼Š›ˆ_Y&È/ãnÎÃ;^ b7!G9¹D8 -Ø€Ä Òü’”o2Òýám|¨+½*ÎÝ:ùˆ ]‘×]àõfüÛÁ ¾,óþLqZ±–ûaŠiÓð"û+ÈÂA
-~D÷Üq/¼£Ñ+1ʯÏ©-©ôMò!ðë+£tÈíRP6í¾¸˜vS,i86­´ªrxø²ÑàIæOR™´‰:/ÈÂ0z “X¾PYË ¨ ?̹&ÔÑhúT quÂà$ 6#ôïŸm£È[‹C5ðdªˆ]öº¸iÞ®¼=Â=…É´Œï’Ö0r9Q(i(¹2x‚|­I,H4É{áâz\’KUÀ@…â—”yRB=4 ÞLÀçn-| ,œÅðäæ<•ù
-ƒFù©³1ôÐÉ)Uê—Îl.d
->R'æÉ64f}/ôAoFè64VÖK ^5£³½€5Í,¡ËA®¥´ƒ ŠOá·››É ȳR* À/ºÓš¢BŒ0|)e?žÒÕOÒÂAR>MÞ‡Ú’±°HŸ†ÄüÍ
-er}ÛT 늟ÎES½ºÏßfÇSU|¾v[F« W î{ìÞ6ÍJš‘ØÉÓªìB)#P’qwͳ[eŵ'‰eÊb™<ÁµóÞûfxì6"™¹ÃúØÕšw UêÛ§øžásA*¶ÉSåXçž;ÅU¿§ƒð)Z³î‰­ b¾Ï´¯º{3Tà¦:†œÅѤZ:êD%‰£ºž=¶Ì¥,%[8rw¼]¥ä?&ZÒóSG,Ahì"'h í¹ g„X<–‚èÊfؾPâ!PŽ1øåj@Ùœ»ê{¼
-Î|^ñzP„æ×HxѼ»|},œÓÐP„ºé§‰|ȉüò‚4!Í`2júlAH
-endstream
-endobj
-963 0 obj <<
-/Type /Page
-/Contents 964 0 R
-/Resources 962 0 R
-/MediaBox [0 0 612 792]
-/Parent 932 0 R
-/Annots [ 969 0 R ]
->> endobj
-969 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [339.022 287.335 360.94 298.239]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.7.1) >>
->> endobj
-965 0 obj <<
-/D [963 0 R /XYZ 108 690.907 null]
->> endobj
-966 0 obj <<
-/D [963 0 R /XYZ 108 573.308 null]
->> endobj
-967 0 obj <<
-/D [963 0 R /XYZ 108 491.779 null]
->> endobj
-968 0 obj <<
-/D [963 0 R /XYZ 108 326.13 null]
->> endobj
-218 0 obj <<
-/D [963 0 R /XYZ 108 280.262 null]
->> endobj
-970 0 obj <<
-/D [963 0 R /XYZ 108 220.601 null]
->> endobj
-962 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F105 415 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-973 0 obj <<
-/Length 3645
-/Filter /FlateDecode
->>
-stream
-xÚ½Z[ã¶~ß_1oµ1+ñ¢K߶i¶Ý¢IÉm‘äAcËc!²äJrv§Aþ{Ï…¤)›žqš 0`‰‘‡‡çòC¦w üÒ»4)î²2e’ß­÷o’»'¨þó›Ô6¯°}tøãÛ߿+õ]!Ê,»{Øâ
-x@{”Êäı"9s{¿îíÆo¤ï#µ(J·‘@¸ö :+°Ëª"OJ (a)¨çw©Òcõc |øÉjNƒj#r?ñ.B™Efl;lXWíëËQ”¹q²ÙDÃQé?GÈH‘fòF2ênj†¥Ê1H#T¦mÏýHŽŒ&ó€•5o ©Í¢ïö0|„O¥H•¹u…—›gDR¤¶ùžäf%•eYØÍ*©ÉI÷åø©F»u¹=õ« §ÒJdÆm©Uøë› ¶JäbÇ•M÷Äå©ç'é¾*Òž `çBÀÜ™˜B÷ô‚·–¯4ª(>˜o¼çBÕmìËÅ
-v¥æFk?†Š‹m½”ÆjYË\MËL¤FÏ”²ß‚îåÌ0vNê,‡`nµ“1¾õÒà3|í?ù£§¡?€W‚‹ï'~VíØÛ·3‚±n¨« ñ lŠò lJ3Dy & ÉóWy›ê«¼%bFG=Õ
-‹æºÞsÝÇ]³ÞÙ×e
-T[k)qÓïºcÛ6ÛçÀ•9‘
-¡Æ² zGÿÈ9ïw¹Øï{~·4f+µ¨·¸—`¤'[b‰ÏÃPõÀ›Ì5mÓÑ›‰XT?Œ\$㟸eÛ¡>ͦ{>®—ñpUvÁ;á“gE®Rr¸©]çWôÿ%Õ<D´°
-æâûÎoãh—´®FŒÙ=—J”¤Ã'ëtÅF‘zZ®Rª|!HMˆ1ÁÛ}¹hý¼Qè‰Øj=UÝÓ‘àçÀu[´NÜ‹q( ÔÀ cÓwv¤úßǪåW¼Z8ï]¿o:×alþc=%
-ÙSj€>nÛ@0ªÁÉ™êû=¿YoB@õãó©ùR 4bMýŠDd¯
-¥.¯gL2¡}ŽªÙ21ã¡^7hÚíI‰Yô´Sõð±í2Λ
-˜)çJÇæ°=¢?Ò9‡‚Úž§`…÷g‘­(sÐÙŠÓ2Ãe$€¤?™¢Ñxš€ß“Õ±¸å5ºlr†¾)¸ž¯&&Y¦&Ñ·.(°®ï¹”nMö
-™d¿Pd>?\ WOY8£ S†•"ñæêÚ¡cÃHvÅ>g§
-V
-ÈI– Ì¢‡ Ì3Ü”¾•´ª­:
-.(SA9hy‡+$ÑP:zÌ«
-|Ta{Gô>+Ïôþêy&ËÏÏåa`ds[Ó,°#tn9‰Æ{ri8ͺ:L>H˜q,¼qÄáÖ.Žã“ íøËRÈ*wä
-û*{?ñõ¢þŸ áœ
-ö> ¤K{·ÒÎÅôþk–D?ÝŽü"µ€Y‰P’—G¦¨Ëñ³®Äg²»)3™1È?X€umèÆ Y9s/oñV¤Â\ËL*” ¥Âöl i
-E®
-endstream
-endobj
-972 0 obj <<
-/Type /Page
-/Contents 973 0 R
-/Resources 971 0 R
-/MediaBox [0 0 612 792]
-/Parent 977 0 R
->> endobj
-974 0 obj <<
-/D [972 0 R /XYZ 108 690.907 null]
->> endobj
-222 0 obj <<
-/D [972 0 R /XYZ 108 505.558 null]
->> endobj
-975 0 obj <<
-/D [972 0 R /XYZ 108 421.402 null]
->> endobj
-226 0 obj <<
-/D [972 0 R /XYZ 108 268.914 null]
->> endobj
-230 0 obj <<
-/D [972 0 R /XYZ 108 199.051 null]
->> endobj
-976 0 obj <<
-/D [972 0 R /XYZ 108 175.579 null]
->> endobj
-971 0 obj <<
-/Font << /F94 409 0 R /F120 538 0 R /F107 429 0 R /F95 412 0 R /F90 426 0 R /F105 415 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-980 0 obj <<
-/Length 3516
-/Filter /FlateDecode
->>
-stream
-xÚåYsã¶ù}…ß*ÍX($ò¶mwÓm'i¦öLÚÉæ¢ ‹Dª<Öv2ùïý>)B¶ÖG’IÇ3"€Àw_€Ù…?vÁhz!%Š&ùî ½¸î/ß07¼ÀñÅ`Ÿ®ßüñ½Š.R¢¤¼¸^ã„ó¨_äzõÝ,šÃw1½ý73=!,8S’rX§½ÿa¾tö5üòÙ»~r¿6$J…›}=],&ŠK7üO³È[ó‹ ²Ù•i¿7혶ó•ù½šn%$82_¦”šÅg¾ywÝ%¦Ñƒ4ÃñÍl$Í.d, ‰CMij:+›uUïšù‚íöu5gñìS±Ò+Û³¼P@%¸JIìéóU.Ÿ}cþ`Úî¿ê÷ç’°Ñ/ì8XSÉ',ˆ”ŠÐH˜‰™ˆêªÍZý“[2>,Q"£Ô-¹qKsú ‚¤2vãÿ~/‰ž•E
-6Z>@¸!ÏŸ)sßÿödN‚)Uü•dn¸÷ódî#¸ã¡ù+œ—Yéõœ°Ý¶…)ì´mL#'üÕlãÓ T
-Ž¾°R)Q¯·:o³eÕµ/eÑ¿
-@¶—Î#1µšÀBl`itq˜òr–óós'{!8v–@ÌÒG\ú#¥ˆïDʉV»q°-Jí»@n6^æ &·M€
-B‘¦¯O†xJ†Sš“O•$Mä ÂÉÏf×gj saÜؖ®ê³Ã¸ÿ}ág Êi8§ Â(Ž{0¯²÷ Mh©˜DÌG/Ǧ-èxh1„9¬HS5a~³)Ö![ Óc™œéÉ?…èñèÜèqŠP“TyÑ»BƒQûØÆ|ÂXˆTÕ!á$fñóÏðY<‚Ô8FñMžmõs0Ÿb`”žÂ
-ÔZûiu´§/Ïœ6Ù×xÏïìÛ.ËëÊ-ˆz•¹ö­9E-ó5¼Ñꃢdn7’´Ñ(NyóE(ÔWŠô±üÕ|‘‚ŸÑÌ~ ¤()Lõ¶°k:Ð`ç&w:óûz_fÎpvBÓ¤ßpzSıßïջ:°nÛ>û@^&øáFêIL ÝHQsîS$à?ûk}Ö`¾/Jƒ§ŒÑT
-
-Wá9± Âð
-N;5•>w_&óËÌ/ôpw›ûzŸG¨G≰? Ò¸/AÔ’höÍ3´y¤Pµà£¿ÝÔîk;KÅbÊ^¢ÆðG0î¤{´ÒÒ{Sìi|Í_nÝ´UÑä]Ó ‡cS‰sŒ"ºµ'‰k„E«ô%²ää“S<û}ÓêH±ï×›ªÑ.ÏP‚ðqšá½€
-endstream
-endobj
-979 0 obj <<
-/Type /Page
-/Contents 980 0 R
-/Resources 978 0 R
-/MediaBox [0 0 612 792]
-/Parent 977 0 R
->> endobj
-981 0 obj <<
-/D [979 0 R /XYZ 108 690.907 null]
->> endobj
-982 0 obj <<
-/D [979 0 R /XYZ 108 645.362 null]
->> endobj
-234 0 obj <<
-/D [979 0 R /XYZ 108 278.697 null]
->> endobj
-983 0 obj <<
-/D [979 0 R /XYZ 108 220.117 null]
->> endobj
-978 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F126 570 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-986 0 obj <<
-/Length 2682
-/Filter /FlateDecode
->>
-stream
-xÚÕÛŽÛºñ=_±/Å‘›I]Ó§4HNS 9Íž§¦he‰^«‘%W’ã5ûï )K¶œnƒ¾AVCr8çnyçÃ?y'ýä.J}‘úñ]¾{åß=Àôϯ¤]^áúj„ðÇûW¿Ÿw‰H£èî~ƒ„RÁ@ä¾ø«,`_è{o»ÿ3¡ÇBÆÑ•/¤íýû‹Uä{Ÿà¯òÞ Èm¥Eh‹}M,©Šìò_ˆÈú‹¥÷™à÷ÿB0ã|¤¿Ÿ¯ bhÇœX¬´LÓÔ Ä|õî~Jèß•YàÃZ€D2A™¯¾LAÄa$|}±Ú‰¢„d¬}ÈèÎ!!_¤º¾iÍÓ¾ß>ã¨Ê«¦3‚­ùfà ¼¶38Ìí7óôžÄ_úð‘K„å–?BIA($ã%VÀi$T éèõb¥@¨›…ô½,ï—¼kÂ2pœhie9ðzM^Ãý“Ôâ•Îð£¼}k¾ø¾ZHï‘'vYÞ6ŒÒo³ž¡¢1v[ÝôÛ²~`Ü~@4–Û¦ªš…
-½£Å‘Êe!CÏðƒðcoßósMÈe/ø`×àæ€Ùá@J‰H¢
-9øGVƒ¶+›Úòì®vÜ–ùvÆFã@h?}‘†àuïHFßYrÊ?£I  ðÚ—èD ‡  #¯áqV*ôÙjðËëyD:(èe Ò`jp¿Ô¨Ýaì: 4›™k!˜jü2×L\P$·&^Þ¢›ÈzÃÃŒW»-èÃ6« Ò³#1«3‘a÷Æa²Âcé8¯rHÚQëMQ6‡ ð=í d•j¸×D ojkÛÉX“•o-ɇÀ Ý
-Ù˜/¬…Øßÿ°áC ñB-…– '†ì¬ÁÐS<(áØ‹ û¶)9yçÐEœæðS¤àk:#è‰pn}ºæ^Á¹¡RÿA2ÑÿL24’ù’Ygì‘s§‘ƒ)­Õ³cnÊ:Éi
-(B
->,O™e€| €fk)}á‡ÑÔ$¯™lSc‚C £¢)v#vÖNðôm†Ìë%OqÆ0Þ‰.ne³(LC?™˜9y¿•RœÜáB1_`º4ó<zù82ÐóxšØkñ†˜xÖ3^Ü3:PãZ¬í‘ÌC6&§˜²ª¯¸ê…Ï :CÇfÌðÒdÏß©ÆXÌ兀‚& 6“ýßRz²áÅXg¡4VÓ”·¤¶¶ýÍ 3íã†'Ã…ÁÒp
-R§T“f“ÚiåÔN£%Þ¨cxº*Á¤±úꇒÁPÂŽªqÍi<u¦ÌËžŠD­Îf¡5WÚv·q
-DvB·Ê›6ý³qEf ¼u–EHsfò¦i!Íáf*Œû6«;²ø%#–^ ´'ò-¤~6÷[È0ˆx»¯qäeìÚ.£æuçek_WÜ;×6mL?¼Ø‚¸ËNƒˆnŒ2 |á‚#äÛE£CrjHàÂÒ©«š¡mzÏSÚúÍ<<·öy|ä’”¬¿úso÷Ëá-2EÖmÇ&t=Ƀg|ÈxÏ·˜J1¹K#z;÷£«NÑÌG ÿX2ñ˜
-endstream
-endobj
-985 0 obj <<
-/Type /Page
-/Contents 986 0 R
-/Resources 984 0 R
-/MediaBox [0 0 612 792]
-/Parent 977 0 R
->> endobj
-987 0 obj <<
-/D [985 0 R /XYZ 108 690.907 null]
->> endobj
-988 0 obj <<
-/D [985 0 R /XYZ 108 547.166 null]
->> endobj
-984 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F95 412 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-991 0 obj <<
-/Length 3315
-/Filter /FlateDecode
->>
-stream
-xÚí]ã¶ñý~Å>ʀ͊¤DIò¹â
-¤ ’E_š>ȶl+gKŽ$çÖ òß3Ã!©/Ú·×Û» h±Àš"‡Ãá|q8þÂàaú ²eaò°9½
-öÐý·WÜ ¯p|5
-¢Ì‹ÃàËÅ¿ÿ®ÁƉà"d©
-iš *úÐ;}êšâ¤³|zi‹Ý_%p<§Y2X~!Â6ˆ¶ò=…¡¡¸×‚;/Bq˜ùŸSZÂÿîPT´üê@™,D2ßïtšXÅîq ¿(¢b—qZÒgWï “xUø"£_È ¿¼¨4:׌Çrèt&Ñ;E ‡˜ïÞTêª% G‚ßR?YÈ›SYȸsA÷ž1à6ëÎ^³„É;+—‚¾u±3óñ!C2)ø(Ó/£Ã¤aGÆŒÍqÒÌ$KóÕÚ¬q”õRNã “
-!e¾€‰À8Oª†‚Ïb×QkS7•íÕïéùµÌE®.©I:¥›Ú©ÀŠMMYÂGk\ÎçÂÔr5‰zèÐD̯#sú€`ëéÞA•ŽÇÏ&¹Ä"µRœI™«×T•Àࢡ*Ý["dε. ç (HB«/)¸Ô <Î;NX&“lVäÏf­¶ecJ
-4zÚTD§ðvIt‚^ºÆB>W ¨¾A˜´”…É$M`ô¥­p•¾‹ŸLQKϸá1“)ˆ$žÊ</m7>¦¸½„ÁåOW"Q£³É#̈ÅéP˜×{ÒL ª ê®}KÚ<]AAœ:!e4¨Ön8Åà.›$‚#ð6-.K˃a÷öìß#¾y³$T³,¶K²Þ(ì´Â Ë;ª;ÕsMç4iQ¥“þµÅŸ“(ç™×|¥x¢8›1Ñ«¤.~ÕÞ52~6lîÎ
-bÓñÍy¤’B8•«’ h¸+~™LýX%C{0OB$!lˆ$ð@@ÅR‡†B ü±º@$–Íò™ýfÀ
-endstream
-endobj
-990 0 obj <<
-/Type /Page
-/Contents 991 0 R
-/Resources 989 0 R
-/MediaBox [0 0 612 792]
-/Parent 977 0 R
-/Annots [ 993 0 R ]
->> endobj
-993 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.718 557.243 152.164 568.147]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.4) >>
->> endobj
-992 0 obj <<
-/D [990 0 R /XYZ 108 690.907 null]
->> endobj
-994 0 obj <<
-/D [990 0 R /XYZ 108 513.805 null]
->> endobj
-989 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F126 570 0 R /F11 600 0 R /F8 615 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-997 0 obj <<
-/Length 3423
-/Filter /FlateDecode
->>
-stream
-xÚ­Z[ã¶~ϯ˜·xP+J¢.éC‘›&6 ’Z [ ²%ÙÊ’+Éùï=7Ò”-Ïn.X`MÞÉs>~çpô]ÿôŽŠ»¬ŒTåwÛÃ'Ñ݈ÿü‰–ê¬|ñøÉï¿,Ó»B•Yv÷¸ÃT§~Çúï«ôú™hõÝý?ÿBÍs¥ó„šÊ”Œí>¿ÈâÕ÷ô?–õê-üŸ¬ÞPù‘ä\æ6?øñüôi®Ò8‘ñÖß%q¤òR‹Ìd(üäÍ£_“‰ÒW—ŒõWKÖP.Tš´ˆ8Ve
-£˜LE ¯ùNÒ÷c[uÓ±šö^Ñ¥…›B%…SÊŽ÷1lPÕÉok+íú;Ïf4F¥tÆ™fÁ)éTÅ9—V¥1¾ÙËÏUh´ÛVLý‚&i© ,=ú¸Ej¯yÐÍ}­N4÷Ú¬Þo÷U÷ÔˆÓ¾áÂзNÖïD‘8:­a­Ú¸£=yFgÄÕUW/ ‘©"wÆø²8‚v#lû~¨mWMͨ¶å!‰ŒÊ£øê†f×6Ûû“%*1…Ì04ÓièpÉI)ÛF«ƒ†~`¡=TO"†-™·ÛõmÛßÇfõl»'®Ã9×\û¼o†æ¢Gk;ÕÍÔ ø¬ù{óÂ-°)ÙW¶r±¶co»i”%™ó’bØÓÔù~aÓS•iwjÇ
-á¹–@PcûÓÒÆÓfçƒ-×âCvR·ŒùKÜ gmÄ怬 Væ*ö¤õ­;cˆA-¡é—$ø–þÿFÔ+3„è(K{YšH«Â|`¢ï‚‰~¸90©ØÙûQ€™à7^Æf—®Bw[rËN•§*MÝ ²Å`‡Ÿª£;Ðm” ÞÁž¾pÕ?ý€Íð)‹„F€_å‘Ê`ÂóP0Éì‚ÏÁ !û+H…šBC¡¦ ³t9è+°Õ5«EZ Ì]V2 ¨²WtL4Ì8`å3åØÓi"©"R™i×$š[.IÄR•ìER(“Ϫ7ï«Ãч¼xÙ,`¦RÏßÈ#ëkí“H¥Eæ¡pºRˆ%ƒì-`T-$Õ]”²ßŽõùNYÀl4oÏ\×Õ¦?MLˆoŒ_@äÃp·C@u–ÏPøói@Jû<6\¼€9’¹»Ë}×¾øNÒ…Í(K&$Ÿøãls#×,ìú‰;Í>
-pU€³o9L(VßW|]bY8Ü3ƒ}‚{©½èÂCà°x)‡S¬E‡®>x}+yÝ(‡u?yyÄóD‚¶Û”-Ư7.­oéŠ ÝØ-p7¹ò@Bøå+3JštuË Óz®6«ºÙ“áxÞ’û¹Ø9^ðó¼ â¼_pø÷¸Þ]C@Xt ‡K¯‡
-õx²Oü¦¡$*pò- Ì6”‹r¦jj~¢èüç/#Ž fñ "ñ àµÖyØE¸»¢TÚÌ°çõ©Ò„ÂfgíìuS\÷ÈÈC–±æB%½üM Xæè»YýŽÐ Ÿ8ò«â>¸Cœ—êwò+s=7®§L6Zq¨(õC‹†_Àz®æ™ô&AûìO­8Pï⥳=
-Éë.reHWÃèo¡g’²³BÏ ñmôt>lf ˜hl¿!hþ•ðŠ#*D1aOÔqÔ[:,g0X(Z:„ Ú€;›….Ò°!Œ€¡žÁU Ÿ¸ºéåˆhû²`Îu(Kçg(#Œå
-È_µ†L%ž¸~ŠÝ!º 'ʹeì$/b8 ?‹(ÐëßÅqNçEç÷þ@cS
-endstream
-endobj
-996 0 obj <<
-/Type /Page
-/Contents 997 0 R
-/Resources 995 0 R
-/MediaBox [0 0 612 792]
-/Parent 977 0 R
->> endobj
-998 0 obj <<
-/D [996 0 R /XYZ 108 690.907 null]
->> endobj
-809 0 obj <<
-/D [996 0 R /XYZ 318.135 296.066 null]
->> endobj
-238 0 obj <<
-/D [996 0 R /XYZ 108 247.28 null]
->> endobj
-995 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F95 412 0 R /F105 415 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1001 0 obj <<
-/Length 2656
-/Filter /FlateDecode
->>
-stream
-xÚÕZYÛÈ~÷¯˜G ˜é°O’yKÞ`lÖÈ
-H€8”ĦH¤<ž,òßSG7©Ç–ìaõU]]ýu]²¼KàŸ¼“IvçòDäIz·;¾Iîž ûOo¤~Àñ‡Ù„?nÞüîûÜÜe"wînóˆ „Rfd²ÙÿceÖ°Î&«wënþLÓS!SMÓ3as¼qÞÖN­þJ‘–«á¯^½%zCýLóœŸG~ãö&FiÏOàøV‰HséûlŠoÞnÆ3ÙÄ|öÈ8;r{jä;gH4·èÊõƒVjU·»¢frhý÷P HéUÙ¬M²úXums\Kh÷<°]«dux~;ÊŽÉ F:'l¦á&àPšö{KFdFÝM½çUO]{>UÍSÏÍCÜ?®¥]y!›ÖËó¸VvõXî@/bÛð”~מJÁôÏíÑ/ܵÇcÑì{ÚýA¦4o"·–Dx—Þ´C±­_Ö*7pú¶/‘´^ØÙ—Cè*¹§øTõÇ¢[ËlõT5=ÂV|Ý®!Æe¤ûÔ
-­Âå¾—Ú u±-ëã-i@Z¢üÄSÑÇr(»d”¼ëîP4O^º-è{½Ö'd&oÒ:®? Å°Å…üÿ<E™@ðŸ.´öãˆs¼s-ýSøž:~¢¿ñâê&™rW‡d)x(Õ࿽ÿOm7€ÈEãG¯øý°–ɪ,O¾÷P™ÚµM_õ –Ùƒ6Bj¹8È ‹X1Æ? $ðƒ0C°=sß$'·ýjßò·Ý–ˆØnù+IaÇ<»í!Àªðî¹9½2äßÔ/,À­Ú—1 I'2,ËññTí®Õ¯@ýÚú9ózꃢt.\ª.5Eïï¨ó<œÒ_×3+Òß
-!™Ã3á3¤‹&3 Ž"¢Ï×Aarf*Ÿ€W6¿xì+vñ µÈ\Ÿù5{å×|"ŠſYÁ#'£»u£Œ€Ð縜ƊT忹œ.#·¸xV¬Ëç}DJ «Kc)/l&ØnEÕŒ¹Íä$JåSÁˆZe…¡ª?„XúØÖñ\í)•’ùXÓvGz‚@³y=w U"-¯1)DîýѱÒõŒn¿ÜVïc³yòÌw0çlR[W{&[ßµ/úÃdÍò`Íò¹5Ë—æ%Í¢eôž»=}!º·¤§
-TPdî-ÊŒ¥zûr&&àÅÕ2M¼(FqÞ(gÅ(-F9¡µ{M²Cá+‡Ú:áÒtñ ©(iÓEÔ­mÆI›ò5b
-”$ ¦7#›¹ÏÄŽQ¤ðŠ_õ}à]û‹2õ¹)F›êÕ”ïS±ºêCR Pøæ¼Rf™Pão7·øÁË<Æÿz;ŽuƒOœ¥ú Ÿ˜‹qÿ]¢¼Á%Æò_—ÑäKØÓÝü÷°ÿ•? I»Í£É²õHW© ¹¬]…ÄÐQAÀ£÷“Ü8‹ì÷|ÙPêF›‡
-jçÿYÿ¯Gî„”*öE4ÕWfÿ>9ù€
-endstream
-endobj
-1000 0 obj <<
-/Type /Page
-/Contents 1001 0 R
-/Resources 999 0 R
-/MediaBox [0 0 612 792]
-/Parent 977 0 R
->> endobj
-1002 0 obj <<
-/D [1000 0 R /XYZ 108 690.907 null]
->> endobj
-1003 0 obj <<
-/D [1000 0 R /XYZ 108 572.874 null]
->> endobj
-1004 0 obj <<
-/D [1000 0 R /XYZ 108 501.89 null]
->> endobj
-1005 0 obj <<
-/D [1000 0 R /XYZ 108 454.817 null]
->> endobj
-1006 0 obj <<
-/D [1000 0 R /XYZ 108 396.222 null]
->> endobj
-1007 0 obj <<
-/D [1000 0 R /XYZ 108 266.439 null]
->> endobj
-1008 0 obj <<
-/D [1000 0 R /XYZ 108 219.365 null]
->> endobj
-1009 0 obj <<
-/D [1000 0 R /XYZ 108 172.292 null]
->> endobj
-999 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F95 412 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1012 0 obj <<
-/Length 2749
-/Filter /FlateDecode
->>
-stream
-xÚµZYã¸~Ÿ_ÑoqÝ ñÂ"»Àn ›»~ˈlËcedËäíî òßSÅC¦lªíI2h M‰T©XçWE±
-ìQó ,%–ê‡õþ}ø·ÿ…égœN|·üðÛlñ`ˆUêa¹E„ób$²ÜümQ<Âs’.þúø÷åÝrM˜n¹!Ò* ë¾}|V|ñ“ûc¶øþ‹Å÷n¼t÷ýدùy¤7¾¾Ð¤à"Ð#8ÿ 8%Ú²pO¼ùáûå¸'I‹w·ŒóW[f06¤P&ìùAIE¨ðûýÈD±«ÊMSF-pèw\[
-SîÂ[4Õ#[> ;Ùn'ótQv]ûÈåâYd»ò‘Á@võæ€<åXœlˆKA¬ˆbÄí Ñ—ëÍN´ Ëöåºk‰Ã22Sê¡.ñ ²U6'÷ʇgAQRƒ(±R:" ˆkv,a"Úˆ8™J žjý‚Â3/ˆ
-7¼ÃÀ/˽œZð~;‘Gîå\«íûûPd KHhÓæE+ aEÔ
-ÐýP®ÄM¦X8=û¡‡;ÅL
- YT±KK¹ñ’Ù8k¿ ´ Ó(K<“B¸›g\NÂmÙôè¡æB´ÜÑâL-A´!çK%ú§j Q£;¶m&IJ0S~k·œEú©þ´›'¦ ,Ò< Àà22Ä„ñI
-É~­ýtþÎúÔýâ³Â7A‡Mng,©ÃoéúËÂÛ´´°×ºs:Wú’„Õ,+åýãØcàç¡Dö-‰\Óá/nüç0™ #”F¾VmÛTåÁ¿4õ¥4lê5˜àL7 ¦Âíü…7JXu•¤‘û®
-«Z¿h®Gi…+Ië\”àšNcå3t§*Ã(¼8ãæi¶c{¬$Æ2 š˜ ïúV&ÀȪ¸0˜“ lV…ÀBö”þª¹ˆÄ¡c½°…ˆYÝ,sYÀ÷Çj=ÔÈ·ÑæíQIªàm?£NWvf°í ¿¾#¡‹Ó*0ýœŠÀׇ-
-8SÚ”¨"Òû'÷R7Aûò3ÂÅ ú8A‘¢€ðh'ƒuVT¾˜&:¸þµuöCWb²ðO5õ¡Âì‡3ËhÔ1¸»ã£úlØ`õåá“7dÌÜ3×À8hðµ\Í[ Q6Û,“z±=5¾Š¥Ód›2N<¦]F‘*NDKýuÀé¤2KÈ<]?­á_ßÅX&ÍÄn(“ÔWÝ)cÐìCáÑ…Žƒ«Ú7~¼z»Šç†AQÁß‹çÌÅsžÄs–çÀ“V2:ázšZ¾ÝU®´ä‚H•vÕÆR(ƒÉì\§øDªÅ©¯6®à“±àS‹þm¿j›™ÊÒjy¤–
-uy/Xf 0æ¿¢ëÉîË7?(7ÿ<õƒ{?ÀMb’…$®qÝtmÏIŸcƒUO{»QÌ>çz1{œòm&÷§õ.½£,l‘%Iû—c³ëw™¬‘Zë!ß½‹Í»sz¯ÄÓ£»*óæ=&„÷ß«„éN Åý*‚óÈE*§òx¬Ê.€yí£Š2‰œ\I9WcÁ„¬sé‚ßØgãEhàÁ=‡àwW>r\Íß9–]ÀØp}
-Ÿ-㣻°²rñÇ —ñÞ¡óbšlqØ…U«vØå:HL¸ìÅVÜÑ៾<åÖÁSØ9`¥‹Â ÀÞ©lÞÃ|BuÓH I¬vÂa=çþˆÝùuDý®í M‡zF†3ÐôaW¯?CŒè“dΫÃe‰}r¿
-ó–B•"‰4ïtJ/Ã>Æ©j¸Ñi¹+ô·Ã,±gÉ Xµ'%.ösÀDá€Ào`¿@=ào8Qî0¥ùkba°®º¡ôö«*(«ÜAuXæ}gö(S@µ%ÕE8Ìç@A¸¼}zgõ}i ×xtìrÞóù`Dk5)o]:t¶¬£-ë’¯™Ð4·£Yõ®ÆjVôž¸ó?7šº¨ÉŸÆh(äôýnùäI¿ìê&«Ô‰¾Ó¤$¤“±‹ê6o,R{—’yÒpÍn•Q(ˆ£xYn«€¨«á&ñdÎ`Œ¾ß`Ä ÆÎ#ð»Bc¨A/# <þ=þjîC¡w;Œd˜éן_ÜAPB Î#Ô£«ºÁ6kxd৕D©kø¹›ÓÊüùª(&_DÀåx¸*B"›#¶ሠt‡ n„ øÉ=Fñîs “ž
-endstream
-endobj
-1011 0 obj <<
-/Type /Page
-/Contents 1012 0 R
-/Resources 1010 0 R
-/MediaBox [0 0 612 792]
-/Parent 1022 0 R
->> endobj
-1013 0 obj <<
-/D [1011 0 R /XYZ 108 690.907 null]
->> endobj
-1014 0 obj <<
-/D [1011 0 R /XYZ 108 664.406 null]
->> endobj
-1015 0 obj <<
-/D [1011 0 R /XYZ 108 617.333 null]
->> endobj
-1016 0 obj <<
-/D [1011 0 R /XYZ 108 558.304 null]
->> endobj
-1017 0 obj <<
-/D [1011 0 R /XYZ 108 499.275 null]
->> endobj
-1018 0 obj <<
-/D [1011 0 R /XYZ 108 368.516 null]
->> endobj
-1019 0 obj <<
-/D [1011 0 R /XYZ 108 285.577 null]
->> endobj
-1020 0 obj <<
-/D [1011 0 R /XYZ 108 226.548 null]
->> endobj
-1021 0 obj <<
-/D [1011 0 R /XYZ 108 179.475 null]
->> endobj
-1010 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1025 0 obj <<
-/Length 2653
-/Filter /FlateDecode
->>
-stream
-xÚÍZÝÛ¸Ï_áGX³")RÒ}¸¹b \{¸¸h¦²-¯‰È’!É›l÷¿ß ‡Ô‡%;Φ¸öX“Crø13¿ùPø"„ÿù‚‡ÉB§!KÃx±=¾ O@þËî†W8¾LøÓúÍ~H£EÂR­ë=2`BD“õîßA´„u* ~ZþgýW;=f<–vzÂTª7Îû~¹Ò"øÙþÅ6~„¿2xkÛkK§6Íy×ñë¶b éø1_H²8厦R$¾y»îî¤Âèæ•q|reí„E:qw^h¥Y(é¾ï¹ŒvYý!¯›C¶Ë»S¦pJ{k ÌbáNô@ã#ŽKbäV˜§C{•ÝJq†)HG1Éé ëCÞäË•Œxp̶uÕP{SµG=­9/ÔkùÌ1¸”Lðtp{‚æ”mgŽ¡R&üÜ9æecªÒmë¶ÙVeÓfeK½ý’‡A¶m«ºy Šr‡à=W.‹•çûÇé¶Ã·Ò4œô£1‹ÇKG¼C¸©þnÊy¸q"ñ?«P+©5ã\À{s–*edzr‡WHü†ÛÁ™Üw5wƒèúZ¼Bêɧ{yÏ_Ñ?€ ó× Þ|Ûš¥PÁó’« Ñ*x á¶Âß48Õ>›]N Úeº%¥ÉIÈI€òcp¯Óämkʧ†zûª&n ªÝvuVÐh1 nEµw|@YøJI°ðÔÉCÛÛü£Üåõ
-EçÂßy\Ð)‹Ô¦¯¦›vúeaˆ¸·KsÞ4¨k°ë(‹T0Í5 eÄ!îÒPý´ Æψö³WƒéÞ3õª~ÁÒz&¦˜¸Ü[rÁhÉ€ÙÄ)ø97w¼dÔù¤‹ç\ ˜`¹ñ”%Ý£žªâC¶«Ú+pËÁ´£È~â@u0âé±›ƒn
-Ó€4yঠhmù[ÍÄÎ&o?æyy1e æ î‡:¨£Q<#µÎM¾Ã–3íÑ,’ÿÌí»‹ôê8¼þŒñ)wž†‘*­qÒ-Ó„ì<£-dÅÙ53û'œií1O3B!E4Œ*¦w
-÷ ì¤rþ0â¦D
-‡þíTÔÈìT™²mæ,P€A2Ä°mu<ûæn€‚8h 82——j{ýrš—ã¦*îqïÌÑÈBHÞÍ@ï÷¿ E#d~p,­Ò`‹H@¢¤ä}H$“¡¦a×:°!I’€Ç5{ØÁ °ÈÏé‘G:äÁ…ôfî]!ë‘i2æ©
-p÷°ÿ™ªø̱ÿ}l›Wúß’©.–V¯„7…;u¿{o_?MðMNâ§lÉÞÝa§Ó;ì¦Ì=Ã:ÃÈý£± ñu(‹QÑ@sìEfü–d:T~ ù®ýá¼8(q0_Ê‘fß#"ŒãÕ7z R/›£ÃÓ½ j Õü4c£:É #?ŠÁg>¡3‹„Íz¾Â@ð¸­T C wê¬=ÌZ)ðèüyè6“€º-² $Òÿ‡¾p§)¼z”\´˜ùÇÁû0u㊠G0ªÀ¦•Ø©8·õ‹ì‰é´¶ß[),ˈf_‡š®˜Cjïêeu4eæ†!Á7È‹Q÷±u«ºÌÛ;’ibÓæønŸZr÷kñhé:KsØ‚Œ&½PǺ¨ÈåQØðqÅ\¤
-@{U²$R¥%VqˆÔk“Æ`FÜÜ^ÚØ#­òڞ뮞ô]ŽÊ]ænsë#FÓ¯K^ʘéQ¥–Vƒ6Î<3Zû ‘­d*m<!ÕsVÌÊN‡·e9(Ÿ*U^æÔÌxè`@F ÆÂIVbQ›$%lQy[Ä2¨–X_¶MW[£™Ü,g7?#;ºVçÝÎhæøk:ëUŒâÑÙœF¤Q°É¶>Ú|Ç( <ðfc
-Ó¾|G4[K]’„S†ÈæHµ%BÌ°äÜæSØ©J,Ùã [CÄÆ0B†.å`ØêOCÏ‚œk@¯Ü&%Ð]»’`8ºÅ­Îól{¸1¤!ë>Äw ãi.¿¦‚a[Õ—a¸»®·wá"…½J0äl‚!»™—»iRî.ü¦:±fRª[q uOBWgjû=h÷ŒÃÙÆ—ö¡ÈgÜ4Db¼‹ê¾è¦gÎ
-­Mî(>"÷ëxà—ÔÂͳҳ-Sz®Ž
- r‡›…¼43šÇ1“Ý'
-tgÓ3J
-ĵ3òHèû
-¸°ÿS]OøÍŸ]~hÅ7“Ò?¥˜ùÆJF5ø =Ñ<¹
-endstream
-endobj
-1024 0 obj <<
-/Type /Page
-/Contents 1025 0 R
-/Resources 1023 0 R
-/MediaBox [0 0 612 792]
-/Parent 1022 0 R
-/Annots [ 1028 0 R ]
->> endobj
-1028 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [291.62 602.634 313.538 612.605]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.5.2) >>
->> endobj
-1026 0 obj <<
-/D [1024 0 R /XYZ 108 690.907 null]
->> endobj
-1027 0 obj <<
-/D [1024 0 R /XYZ 108 664.406 null]
->> endobj
-1029 0 obj <<
-/D [1024 0 R /XYZ 108 593.422 null]
->> endobj
-1030 0 obj <<
-/D [1024 0 R /XYZ 108 546.349 null]
->> endobj
-1031 0 obj <<
-/D [1024 0 R /XYZ 108 499.275 null]
->> endobj
-1032 0 obj <<
-/D [1024 0 R /XYZ 108 452.202 null]
->> endobj
-1033 0 obj <<
-/D [1024 0 R /XYZ 108 405.128 null]
->> endobj
-1034 0 obj <<
-/D [1024 0 R /XYZ 108 182.154 null]
->> endobj
-1023 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F11 600 0 R /F8 615 0 R /F95 412 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1037 0 obj <<
-/Length 2889
-/Filter /FlateDecode
->>
-stream
-xÚÕZmÛ¸þž_áo‘5+Rïý–\’"ÅõzhöŠMj%®­Æ–IÞ½mÑÿÞy£,ÉònZ ‡Öä‡óò ½òáŸ^i?]Å™¯2?Y‡Wþj äß¼Ò2¼ÁñÍhÂÛÛW¿ú…«Teq¼º½Gʘp`r[þÙ ×°.ò½ë¿Üþ–¦'J'MÏTàó~¿ÞÄÆûÃ0ëÌ4P~&“Þ\2‰Ufwë1Þ×I
-0KÜYnx|Â1TYêD¸=Ve¿»d¶‰´òáj6:Rf nw¶³p ~ì•ÕÁÖ]ÕÔö#¯ë›V†ú4DNjçuÉy;¢5÷³Ÿ}ßlOŽOÑÚ¼·kí•Ü¿{šM?4pomaë~ÿÄ[Íḷ½-T°Ñ „T¯µÊ¢ˆŽEj¸Ô€IÁrD[¶^‡¾÷PµM çîáÞM‚>*<~y9)¶ÝåÇŽ;w–Çé¨Ð¯êÞ¶–Äjß0u—_ÖÚ÷l+Ëšv:!¯J&Tµl'®è.°ÓtUWQÕÛa78ÍjÃ'à£ÆtÖ]”zÛ6?SÜ…›]ëÈ{â^NWeÞÁæuÏ4~ï„\N¹iêýÓ¯e8\ª[g©ŠÓxds¶.¯è;LUà;ó…;<°Í °ûæ.ßïEºÎöÝ°ç[öë)ß³Ì (>×NÓÉMóñá ƒiB›·Ññ`šZî ~‡ q–©xæÛS?Š$YBGW2wÔßQøø@¤°òQ¢Õ’™ÄE¨²±ïX7"_B´|Û°÷![ÑžôòÚÝüœ:;]ÜÇDê7ÝùPçExÙ¤0†*… 8V 1Xb4t±Ëë­-o¸·m›Óq0¿
-6¿¨ÚÖîíÚDÞn ®#+îÖÆ÷NÂüqþ5קñ¦ÿ‘:ÓÄE9±•„}½+ÙVt ­NNG†Ò£­Å‘§˜êÂ^2R– bDz¢,Ø ò~<:0R´WÝóÙÄž˜ŠQ»µÂ Kž÷X¹à<õ+0n?ÌF~ÕåvÙ­|zT¼ÑÇ{æ~¶¤æ­W[[²
-WÍ‘å•Ú啼Ÿ$Žýëuy’_ªp"] S÷”²‰O·¤¾rŶDŸÌÍ©^(@ êë!¸>ÌÙD/Hã8“\K\£ºOq}ñ‚JƒôRÂÓ ðŠFŽðwðoã+ß°¤¡ÒK\K\¸ÞFâî›ò{^“£!å§лºÜׇD˜MâÔÌ0_Ñ_MÍ”Bõ§ @£ˆý#ÁŸïGPè‡Qüi)F‡p
-µ)¤ÜhÐØ×jûÙ/ºâù.Š&c'Ðbó% mT;‹¨¤BÎ þÉG}§1 å,öMgËëÒR„‰~qi3À3ó&iÿ¯´Züoiuö‘j`Í0CòÔ?¤ª£¢m:árˆù`C D$×}êxj% –9I t
-¥nìÞH  êªnóžªf!¨ÅðÛ–¶uÃǼ°­¹&ÒçšH6;ÆaØ])µ„u\ÚT5—a#"«7òÜœ¼ëì0²?lµÝÝ0aT,Ž³éDqêH†Y÷í:„x½—ÃËð$ ±X—€ „ÊnR0%ô>B ´‘¶ë¹Ó“%5ÜÜů§¼ÝÞ îÛ ;XÇ]I߉+oŸ¿Ì³8Ý]ðñ¸žK¼'Л<~ÐÆÇ-›úõZCé‚02ó¾Ô &´Gî=2Ö‡ÖHT“ÑSÐ PêƒßoäCWÐì¹3X
-ÆÇ8º"öœ½qï¾m ȉŸrZ ¸¯a)˜V6üËhÆNuõõdé[¨¨ìï™ ›@¡¾5‹a³–°$eüÜ·9¯Å ÚˇdåS@£…
-ÊÅÓF m8Éø£^±9vøªZÌy7L‘yñD
-ü¿€spÉ…ÿLPÄ ü þJÿÌ
-endstream
-endobj
-1036 0 obj <<
-/Type /Page
-/Contents 1037 0 R
-/Resources 1035 0 R
-/MediaBox [0 0 612 792]
-/Parent 1022 0 R
->> endobj
-1038 0 obj <<
-/D [1036 0 R /XYZ 108 690.907 null]
->> endobj
-1039 0 obj <<
-/D [1036 0 R /XYZ 108 664.406 null]
->> endobj
-1040 0 obj <<
-/D [1036 0 R /XYZ 108 545.602 null]
->> endobj
-242 0 obj <<
-/D [1036 0 R /XYZ 108 475.823 null]
->> endobj
-246 0 obj <<
-/D [1036 0 R /XYZ 108 462.543 null]
->> endobj
-1041 0 obj <<
-/D [1036 0 R /XYZ 108 439.534 null]
->> endobj
-1042 0 obj <<
-/D [1036 0 R /XYZ 108 250.409 null]
->> endobj
-1035 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F105 415 0 R /F95 412 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1045 0 obj <<
-/Length 3383
-/Filter /FlateDecode
->>
-stream
-xÚíkã¶ñûýŠýVØeERÏ|Ë%—öŠ6i·(š P­L¯•ØÒž$ßÝ&èï¼(Q¶v7AÒ(‚ÖCrH‡ó¦ôUúJGùUZDªˆ²«êø"ººƒîß½Ð2|ƒã7ÂËÍ‹ß~VÄW¹*Òôj³Ã”1ñ¸Èfûõ*^ü$Z}¶þfóBÏ”Î,¡ÊZk#Þë›Ô¬¾±¦E­Š
-Aúør‘TƯñéúƘÕß̛֙T¯>§E?¡ÿ¯¨çÓË l¡tœÉ}z‡¯h‘WB+þÿjb€´LPë«M’®Rˆ/^mF~&Qü$»qü‚Ýà\Åi.ü¾J“\¥ð‹›½Ñ6ÞUM¨÷ƒ–\@$IT>R¶çqm¢ Áª<MdüP÷ÃåÚ( £Ô²DH.‘Êø¿püê&KT‘' ?ZI2RzﺺÝÖÕS©Jlñ_¦˜nsœâ«Uš
-Ê°¯ñvL^¬>îùùŠ¿¸0U{¼? mÔbﯹUÞ¶k¬Þá?‡}E4MÕàPpÞp¶IÓnŒm[ß%H 3´I½õ Ÿv([¨œUí² ÀÒð`uL:–¢0ÀR@ø•Óp£<
-æåLº…/âDjD½æå.ÿaèJi\D*ŘÐõš"S1ÊoÀÔÿÂz£‚ h:@ß»®eµtu K‡]x?øKGFÀ5[æ 7߀חÅ;w(?¶ÜAǾ:@Òײí¾>¸³%½‹àVÀHî
-Çs?Ú—GÒïÌa: —ýR¼“«$)B‰ÂG©Ë,xXðEЯ
-‚;t' b\°!ÚebûŒ™Å1gFÄdÙªä·ç_!É]g£!XòO¨ZY(F„³(ã:U–åÏßrñö ¹Ð6;“ Üe
-â‘ÒI.0B‹å"
-ä"zT.l~!oŸ‹1öbø¨iç¹X°]³ZeÈß (ëÂçò€¬è¿¦ÿ&è1’é¿ Rè"“‹¢Ñ~X­)sþåÒ¯ƒäü<£ž¬
-¬`2¶ºýÆ’98H2ô®Ãf1A·Ž#ŠŽ`t_¢±{Çâ\PÄXW¨9;‘Yˆ3H gŒ^N6¬…)‚öˆX¡‡z¨ –—+ÆÇfL[à “Ø·tG@ù¶îܘÝåäÑA<Äã&´þX>Þ³™2s D7Æ*]‡$Bökn)%H3Ï0²«<´u„Õ[n°ßeÈQ(˜²rbWÓ^\½.
-•¤^©ÿDüýÿspýŸ\rÄ€ÅÍ=G¼oâÛð
-)M€ƒ6éL¤Æ|î\á 壧ü)F'wîÎoÖI²BΗ㉸E‰ƒýCáÃTZi»ï7/ŽiŠÇ½c²Æ縴B3”²0ÕÞpƒ¶“Q¬E€Ç(©¸B”À QUÙ0p+ö„¤„9”r*,ňàðº)3uÍ\æ iBnC–ß‹ÒµT=Ù‘S¥Ô´–D¼ŒëØÜUî£GÒÒ\iSús뾯]÷õBA:(g<WÝ«Ó/TwSÈ Ÿ)îúño
-Ì:R:5?¿ÀÿH¤$®#Ô…ôÂ@rD÷Çr­L‘þ_°ìgÕäÑ£ç¹TÒ°‚
-&Ø1„”  6ý¶åšt²jï¤(\¥Wÿ\àA–+3ÆJáeÖ\Áþ_*‘R Î&”ˆß{[>gÕ6 Ä­bÄ1²ÎÍÌD‘!ÔÈsñaä’–P–
-^îŽÞ2É´225ØìÏ5~3?¸`/l©,ýÏÚ‹¥Š
-pPåcr—œk좟?j’
-?ãÛÕç-=nçÖ¿­Ç«ûé+å¡šø0Îï÷–Ëìð»ñ
-Ù~QœÙΖÃjˆ4*ª.òY¼–MÏrl¦Ø"óØíÑßÂw1&Qfz)p]íú…úC¢ãí}ܳðP8::y*|ÝL´-X€B¥Æ>cÒŸlÎ.i4"×g¯ŠòÄ:v×ÝözÙIq´X¹¡RbÀÎ- Éò禧laº5]ø\ãš{åƒBð³øEVví©côD
-­lœÛö~˜§´[AkNÇ[~ Iåã°dâôÕ²Ÿ %¯Â>yQI1_qôLÍùyp×¾?驼HÆdžù'Á'fü"¶’ò9øµÄ tZ@£r…ÁÂ9æQ7ᆑñØ
-endstream
-endobj
-1044 0 obj <<
-/Type /Page
-/Contents 1045 0 R
-/Resources 1043 0 R
-/MediaBox [0 0 612 792]
-/Parent 1022 0 R
-/Annots [ 1048 0 R ]
->> endobj
-1048 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [392.394 616.488 414.312 627.392]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.2.5) >>
->> endobj
-1046 0 obj <<
-/D [1044 0 R /XYZ 108 690.907 null]
->> endobj
-1047 0 obj <<
-/D [1044 0 R /XYZ 108 666 null]
->> endobj
-1049 0 obj <<
-/D [1044 0 R /XYZ 108 561.083 null]
->> endobj
-250 0 obj <<
-/D [1044 0 R /XYZ 108 459.045 null]
->> endobj
-1050 0 obj <<
-/D [1044 0 R /XYZ 108 337.051 null]
->> endobj
-1051 0 obj <<
-/D [1044 0 R /XYZ 108 232.135 null]
->> endobj
-1043 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1054 0 obj <<
-/Length 3115
-/Filter /FlateDecode
->>
-stream
-xÚíkoä¶ñ»Å~)¢E½,z&臼sAš¤wNàî€ÊZÚN7’Ö>ûpÿ½3R+­t¶“\› ¬ù‘Ãys†bÅáO¬OWqÆYÆ“UQŸðÕ% y"Üôç7#€OÎNþöE®R–Åñêì`R†Ã"gÛçA¸†ï"|±~yöµO˜H”ϘRÖF¸ïÖ›XO¨Ã¢ŠñÌ}<_$f™ôk|¶ÞHü¸N@nb|kýÔþ~nG>›o 2&ÂÄ-ñÃý;<³‹|îpÅßg CK¸Øz£„Œâ –xòùÙ@ψ‡÷’ç—ÈÁ>j w˜­â(f\ äb3û+ì¯(ÇŒ§£Sf ®FŒs1Y¦Á¿
-þ1"ÞÙZ KY ìÄßïFT>CøЛ¸ù™£–ÝLÀ)RÆ)n·ýd"•²(Žì¦/„
-ë‹®-Þ8ä¢ÃIU`žEWn=ÉG
-nÚ²wcýÕ Ø.ÿË#ž€Õòú´-[]ôÕ­ÃÏÊ<js&ÓØ}vP=y¬zÂiØ·N/gÛ‡HŸßÿç²Ò§´ý¾+›K §ûù*+0ð‚%™²ŸYÅ]…, åê0úÓg¡ð²ŽFì˜a¥K„çBaê I)ØÉd"¦uÞl­ñ ƒoÊY+TpÞêüUG£7eU6sÆ+ŬŽ)«Ów³Dæ•·šÐÛµ ¤íõZD†ƒÙ~ 4˜îp¥10<CóNSíåŠOGžÀCoFàÞ$L%’hë—Ä8QijC8Œ˜l<s<fi»AÂd(†…¬ß¨jÓõt~ÒLñ1L€w‹99”ï­<?qn{Fi {F^é¶mŽÔ½!q†-ë¼hMçDJ °áD¤@ZB\¯%Ì«µà&®/p¤¹  £ö'ºÈ÷Ý€7¸L~KÒ#Ç,J£Gö#èmG«ƒÄÓØ®5…î:ÝQמ˴k‘—ûZ7}wJÓqÒkIŽPcÊXjˆD€‚Ê#³ÔÚHM„G ²:‡s^ç°ý‚‡Æ´²54ˆÄ€o©GHÀt£õÖøN0ê|eÖPÓøK¶È•Súˆ `À“Î/Ÿ÷4ivºÍû€þWÙo[åZ]ï>VáÑùäÌ»¼Dä“40eAýmÞçÔ³^x0{Â×y½C3º`ÿÐoB´x0€;S‚Q™@0”ƒ}_Z) 8®SìÛkýà:„c_0$´ëZö$É1oaÆñZo¡]6ïèíhÁ¨yFJ¼ÚH°®Ù W±soÈÍ Ýê¦@óǹ] ÿ÷ÎWs qGCu "ôáhŽŸÞƃ‹n$L¼A¶®Æ-]ö®1ÖÚÝ…Ù÷4]\åÍå;8 Uª ß=€C¾Ûéfë÷¦ ;]£\yKñþ4’ÆÂTVŠ#i…íßKÑ‘
-A¯3Õ5qÊÏ˪ì}Èpes¤SB~kXhã$—£YW‚Ñ/1‚ÖÎ;{_
-Ö•
-¶¯ÕínësSÙ<,ô]Ýp
-¼xôËj÷rÑ(¤#ÜoÊÊí[vÝ^S3wˆé¶5CVWÆÁ9æ°1“…“ûnŸWÖîËÈÉœÍ/FÜ‘˜8 碪’ ++Ÿ%V)è7Ù[Fóš)/×0ê†@At¦ªx:@·žvKƒÆPÿ…”ªÞÁoHãC*Ö árßΪ’I 27tKÃÖõ(kå¶4b¥sž:ôÖÏwç™±Œ¥á/3bʽÁðIÜ0°Ø¯gß!Ì%ï.ÙÄv.ó…³8‹'Þêléõ Ä™HÞp7}1”îê}ד‹'ßÚôt±^Ò綃¶š*_|PXïiÍd³wŸÙ»°¢@Q hªw)á~½{l¡!eÉp×"ç€ÅÓΕÈq¿oßA쨼æÊ ™}2ªéqP²Ècó‰qâkye‹E˜àôE;nË‚¦õ™Ò¢Ú£þQ•¼þAdÇJÝù7Né̾«Ü…‘öΊ)øieË OBøJ‚+Ä™ŸOž¿ä«-@|}™ÊÒÕ ´!βU}"ðò‡i
-Û¯Nžüóèù¨€ˆ‡óxü¤Ó·®þ‹o…7«Ñ–éÛbíO²Ô=¤ø¡Ùz:ÐóKײ-ö5
-›+ÍYÂz‹1~5Q¿éÀŠÜð9°«öŽ¨®¸9­/8RzÚç­[|ö`ä¸*z
-endstream
-endobj
-1053 0 obj <<
-/Type /Page
-/Contents 1054 0 R
-/Resources 1052 0 R
-/MediaBox [0 0 612 792]
-/Parent 1022 0 R
-/Annots [ 1057 0 R ]
->> endobj
-1057 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [337.248 582.802 347.111 595.9]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.16) >>
->> endobj
-1055 0 obj <<
-/D [1053 0 R /XYZ 108 690.907 null]
->> endobj
-254 0 obj <<
-/D [1053 0 R /XYZ 108 666 null]
->> endobj
-1056 0 obj <<
-/D [1053 0 R /XYZ 108 644.864 null]
->> endobj
-258 0 obj <<
-/D [1053 0 R /XYZ 108 365.593 null]
->> endobj
-1058 0 obj <<
-/D [1053 0 R /XYZ 108 344.622 null]
->> endobj
-1059 0 obj <<
-/D [1053 0 R /XYZ 122.346 145.935 null]
->> endobj
-1052 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1062 0 obj <<
-/Length 3546
-/Filter /FlateDecode
->>
-stream
-xÚ­Z_“Û¶÷§¸·H3J€$H¦Onc7îLRO|mÓI2 %ñî؈¤JR¶/7þîÝÅ. P„Îg×s3G
-ÚP—›=/9Ù{ BO¬öÓçãX¨Ü»ÓLƒVØCä02ú0;ŒsÒ +•Ä'ëC‚Ïoƪ·‹”ã*L7N?‰í-š’Ü0Û`F|*µQh„`}÷¼œŠ¼£•ñ™rîzœ^¾«ÛÛÀÚ¨vç äF“×
-<ë»»
-m›%=œíÒk F©’bÑWÿ=Ö}µûú’¤y*’4{šx“/[€d-à°ïÆá¾ÙtûŸHÈ¿<\ƒ*¡´·ûêÎé«íøð3ÄŒhÁC®°-WÛµ2¶wõ~O{Ç©Eê ¤_âj,¾z¼#ù Mi?)œ2Ðëp(·Õ. 6*ŠÀ=®™Èâ„g”‡²ù'’”JOTàÚ¸1°ÈßÚ­àݾÚÝV%øØÍžG@Ízj5å=6pGå¾þÇQÃœÊL‰XÛ0w(aÓ3VU Ëê7{ÊQ؇z;û* «à/´5¦²Ÿ{& +ʾŒg*¬±C,*YˆV$ÞXx¦%qkF‚ŠÜjÙŽô"¦èLC-Ð&Â(@¹¥Ý§sðo'ÎÑç6“àG=ß„„_ñšh¤ø,÷CÇ‹÷GÇFɳìs
- 6ÖtÃ8“:¸¦Âù‹OºRÅ\è("§€°è 4‘¨sPìd{MOãES•mm<ÿ@€Nfì&Â%ÿ—óÒ^ì´Ü¿–ÒðJo„1 1Œ]Ïr³ödZ=*îwG›{zžŒÖìŒÖ´MÔ Ä3ATO\šYyîâ!¾çú„Á‘æÉÕfšå$`·ƒÈÚ&ÇÖšQŠ+yÎmæSªD¤‰|ª³pÇÕõDÙó!ÇK¡ ŸúX‡L„•8ga£ºL ˆN÷þOt632Ínƒ ¼­»ã@”¬m«ÃHØ çÜwûžø»Ýwˆ[¸Œ fSsY9žæêdGø¶«P‡ÚêÄ:í2˜ªI0$ åb±ï¶€¨î—:5ê ÑøÚ8lÕÊ&‘8tøžaœA8žëùÃŽÆ,Ê6/ž B娓7Q³X¡!%éB¦¿5¡û­Ýðá&M <r›ùf•(P 50³Æ§KÅ&gɘÎ]‚ʺ èS&ri´æmÝw- ù‘h×ö9ÐÓqËÝ­ Æ«³yÆÈàycpΖGÍù0Ó=')‹Ÿ½G™Hó/‘¼cè¶{¼í»ãÁ²</ Žœã¹Z+‘º4w=#²Ž %džLNïµ!öÊ0,2ÚÔÓ$‡`»¿yÌTÈ4õLqÛµ-d#Ü÷П?ä#ODû>í"í4¹sXÁüÖ§žê.=§ö$6§\^¦­#85•k Bzœ«s00™Ø‡Ÿ'Ô ”×q •MÙR­qžÏ(-ÒOD—Œ#WÚ7Ž³ é’ØÛ¾<ÜQ=À¾âðN¢)´õU‘rŠÓ#º¡ŽrÓGjž¹ÞB/Ú\"8P‚J¦æYE
--‹?Ó`˜Õçù¦¿8,{Üë¼öVzsq% èNbå´ùæ¸ë5&æaa¤Fœì(П†÷}ýÊÖœL¶ø5X&™Ã eßwïîª|¶Ž"ÈÞÚÛP2žK¡œp¾"Ú².®¥ö<~ýGJcLñúŽÙæýC«äj4G;Š:ÖcÒÉsLAäŒ'±Ì"KÖÄxbü'P
-tCö˜'BkËÓp¼¹©ßl
-¢Rƒ+..kK¨ÞáBòGœ'{IùjuB7X.§Zt`ÁMÎRp‰º ÍQç±¥\û öõ¶÷÷4Þ”;þ
-”Z¢À½rîVØ4 º¨ö_\@(ŸBwž0
-!‚~
-1®C’¶âžAö ²YÅÝ°Ÿ/v]Å­ñ®&Ï’Bjq>‰¿PÑH;À0Ü·cùžx¹éúM½óx¤–IõïæªÃ Hì æVI©ÛÀãCMë®d÷!µÑŠ`Í6P÷‘
-Öêð´?<<ï{¼'¥ÜáÞî¯C¯«hj@Ù‡¡¾Åmbq‰ûhLÛº6àpÌôpánñô›Þ\R=Øjâ."½`F beŽÃVàõžÊâÈ‹»Qô„sŽà<¥ùÍÄ$ >á$ižy?Lˆë8@Tm6"rÿñÍk¡¤ýG¢Ï·#‰fà„}tkVôn~ÏÏ
-èiòMß5sDg"wiàû• ÕÝ10ÜoSèI$o«Êyg-í¢)ˆ©z¢&?bF<ésÌè}…!ÁωÖDŠÛOû1Ï ªù¿ 46u‰ÿ¦ Õ$´”‹ Æ’ÙŒÑ 3üVüÓÅÀLPûz Ⱥ£öÔ{›µÌw3’$‰½øPʆ,éVìäd…~¢¸öÌäC5¹ulªgkØTPÓýTN Üûï>õ435i÷w B«­æÚbJBwÈ,‰:dÕ@žŸ¦”^ø‘«| ú
-$Ѿ[›ruàÆ5GX¦1¿Ú‹rJ棌oõVÔYnG×p ¸¯¥÷³ …ÏÚnÍqUMšm<™¾Ýwƒ£†üÚUj¦Øõ;—•R¿q™×z` s¸Ë·–R!ÜŸ_`i7?¥,©Ô9hýÉ=A
-žªbæ9=‚Œšº–4¿2ÀÇÃión®€ø[žÉÙ ÿMÓØù›Ò˜K€—€ˆ¸”zA‰ÐŽ'Þ“@‹Âˆ}‚Ð ö¿¥äp¬ ÐÊ’“„Ž^]²Ð› ÕøH¨
-endstream
-endobj
-1061 0 obj <<
-/Type /Page
-/Contents 1062 0 R
-/Resources 1060 0 R
-/MediaBox [0 0 612 792]
-/Parent 1022 0 R
-/Annots [ 1064 0 R ]
->> endobj
-1064 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [372.043 315.689 393.961 326.593]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.4.3) >>
->> endobj
-1063 0 obj <<
-/D [1061 0 R /XYZ 108 690.907 null]
->> endobj
-1065 0 obj <<
-/D [1061 0 R /XYZ 108 185.48 null]
->> endobj
-1060 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F95 412 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1068 0 obj <<
-/Length 3442
-/Filter /FlateDecode
->>
-stream
-xÚíZÝã¶Ï_±6j³"©Ï¼¥Í¥½¢Mƒf,äA–å]¥²äHòm‡ûß;ÃR’Eïm’k‘ŠVüòÎç”7üɤ7qˆ,HnŠã'ÁÍ=4ÿåÉÝ[ìßNüéö“?~‘…7©Èâøæö€„R¡#r»ÿn®áwQ°úbýÃíßÌðDÈD›á™ÐZm÷Ïõ6V«¹Q#Q-‚Œ}¶$‹LYŸ¯·J­¾]'Fnc¹úÒý³ùÿÊ´|¾œ@gB† “øæù¾6D^ñZñÿמCIòÄz«¥ŠâUâÀO^Ý:~FAø,»Ã
-7ˆ,%»†¿»lH¿©ò¡j¹õÐvž‰²PÈ@º™@4–s©H„n2AÔþJk§iãe·ƒÕ†z«¯„>À첫
-> ÌJÏNã ’É»*ß¡[ ‹5ß¾=r ŸkWö½Ù¶Uk¹ê©ˆGG%T¹RÜ‹O*ã&Æý6ðíXG"Š-ÿQs‰2‰ ®ê§³‘,ﺼø÷ZÂ^ŠëêÊŸÎ¸Ä®Ü Öø4IšÎ6ûPáFéªhGÔ&¨$ Ñ µ¶MýD¥]I]´Wl©xLî5
-ø&Eç3÷´£\ˆT‹Ç%¿ E¨P awÚ4¿âæ4T7cë݆&'bé”W•Ú}yѵ¦7" ÀF<wü²ŒC©j,)îí>Î)åWwª FÑÐðßÜ궞j^Û…TQcöT£ôùŽ­JðrÙLR®ºÄ¹²*•ä,L•O)
-O§rIBÆ"ÊlôPù9!ñγn^¶†7yç¡ !‚ø_­ ®úÁCB ë÷¬ÁF-6ª !\ŽÒEX‡'vúÿ‰}D'FNèYMËÀ@º û£>7—a¾—i¿£ƒKÀO¸` š¤sUwíÄ¢¢yùqqkÛ¶§¶j†Þ³°êÅâc>~Éß8P¿ÆºD
-ôñ±Ž’=Œ3{¯åMRù ùœÂdÁ¿¢­Ûøß÷̦®0/’TÆ¿Di/à ©ÁúéÄà2³ QÙÛ¤¯SÂ1ûªŽçzÈÈW홃½iÞÁ)ä¾Óä²ÔæRš1³Ì§ºÜprÊS¨ÁèÀ¦^„FM_G£ì ¥ùº{Çp“œÂMˆ-¹úŠ
-Šzn[ÜÈÃ!Ï!FJ¤‰U‘;1•+_Þ ¨_IÀößé÷ SôS
-’bç±ïB)%b’»„Rù¼fAl/ò¾a>¶Ö6Ùª0ƒñù`Ñ=ÈW­X?köŽdsUîÈà´~¡ÜƒŸ‘;ää®­Ÿêª)ßÞÉÍÚÜéÍ]øîeäcU#wÒdµïrdÄ#ÕˆGi¼Bº=µmÓ”ÅP5÷nŒÑw(Ú3â%T!
-ªÜ>ðªÙ“ÂRõ˜?Ñí U²Ê'êØñøÓy°?¤oÿLÁø ŽCüfkìz03è„ç¤ÚÈ‘)ð\šiëU_B@Ÿ%÷píí‘*¼s½jò#—vO– n€+ìœLÙ˜,¤{Ê ²UPy͹oÀ4¨¨%(*^¶A –Ûªš~(sÄ2²‘:Í:Ì‚9xjzxyŒíe#ö…å öe8Z“… uÖgÏ.ò›BP`^œuèÏ]מ^_5ørlð:¡ á~ d<Ÿ1)1¸.íˆ(ð@æ¾”„Ϭ…&8˜Ö“§BÅÎÑòâ½RÅ£dâ‚Õs,q•-h5CrPèA!WGḎ6¢yP™îÍpDÃ;”sle@²ß\PÆo9|VV+H3·¯Å†‚²ûÙñtÕЗõVî¬iê8´,7À§Öî'N•ð7ûê¾â_Ø ¦*„¨KF3M[wu¦@§a·h¢tft Ûœ®aeRã(ô È
-ýa<!vªÊâì•ç\ƒiø|\šˆ$TÓ{²¼»F-‰C íüÖÆ“‰‹iz®v¶½Æìÿ¹Nã9¤‚ª¹Ê¯Ì)ìéP$Á¨‡¸-?÷#FTuîA
-jÌ}F¸‡@HŒ§&lyÂ!qš|h•»x_Fà”Ng~ðª‰Eœè—9*P g…Q½ 0¯0ÍfO O×iš{9Ü•¦Î`™±»l<0Z™Ž!ŽkéKGåiž xѦ«+÷åÖšð˜.„­!»üéŽÌÝ× öÔÿ6™†lÇ1 ýÎBd9"méð“™x1¾ùƒÈï¹éxÈr:Ò<™æ±Üß{l…`LÃtLð´$ >ø€†Ø*˼'ä$}ÑãÄÃÁ^R ÏLÑS£Á^ÆN½2‚!¨|»NÁM3í¢p‰Ô,öËr»ïcÉ‹(ÍÐ5ö ”ÊY ÷Ï}®½„ÒA°2f E{®÷TÄ ÆcnÒ‰[›<µ×éñ…^¼e“¨-°VKö›×ÇS,ó=Y1˜÷ˆ›Q,ôâ6ãû±k#ÄŸÉð—üÀª¤vþRÚ>–ôÜAúž^Ø—GàÃ[ßÅX”
-íÀ
-ŒºÚ³ÝNγE¯¥«û³q‰b©ž)2TJåÓB:'ÿ)÷
-endstream
-endobj
-1067 0 obj <<
-/Type /Page
-/Contents 1068 0 R
-/Resources 1066 0 R
-/MediaBox [0 0 612 792]
-/Parent 1071 0 R
->> endobj
-1069 0 obj <<
-/D [1067 0 R /XYZ 108 690.907 null]
->> endobj
-1070 0 obj <<
-/D [1067 0 R /XYZ 108 534.896 null]
->> endobj
-1066 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F11 600 0 R /F95 412 0 R /F90 426 0 R /F105 415 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1074 0 obj <<
-/Length 4101
-/Filter /FlateDecode
->>
-stream
-xÚÍ]Û6ò=¿bßêEmV%JjЇÞ59äpý@w[ШVæ®uµ%Ÿ$w³-úßo†3”(K¶“&Ö9ç{†Œ¼
-àŸ¼’Az¥³@dArUìžW0üg’§W8¿ò
-"évE ûR.¢˜é’`‰Õóy<ŽÑmYñx…¡Ð™G’œG¥Çªw¤æø4¨9»•MÝÏýÀc”‘d`(±¿ždIFj%€…𠆞Q\jÑZ¦’_&‰§ywyÓÆD=ÒÀç<9#jÌPÂÝýþ4N 4è]7YM
-{Å =áKÆÖ–.Ê®åÙm™·¦µ|¶E~h O²M¦‹ûz»­Ñµ<’ÇÑõ´ôMWÓØ)êq\‹…ûú¼6¯ƒ ¬ÌÀ³Ôíž³EcúI¤EÄ­%
-Íì‚»ö€N»ºdìgWtÆ>]qÆØýa£[S=¶L,’0ó<6Ø4ñ[G‹6ßÊç4?V"K“Aà—C‚ l·+.X~c–<ÜåÅ/×sº5 æz®§¼+·e÷ô|Dd¼¨˜ÈhAß1Æ‹ÝŠ©ç¾ ò\ k¸&³c+w®ù¶1œæÛíLh`]Ê×” Ô•kñ•k3Î(s÷ Y!—ÒPÛK[¦B'™ëHŒ°¥ýz#1÷«¿öÁYÂõs(gxÅÍ_lýåpñ/;ò¥}þÆë;S{û÷•J¢Åw×*`ÈW®¡ŒãôÁ¿íÐw}§ÙuiÉï³oûŤ×îõ´ôe ™%ÜG§ÎEkîÛÉF¡ÞKúFà×Þæn¯•äÎúËÉÒ·³Á! *Ö{Óä}k¤Ûäì-öM½>.7±ÁvÜ(鵡ĞàάËÜ«&Ú(p ×viŸÀû¼í=ÖÔ¤V)x• kÄL¤<îJyž%Aêâf&ò»Vàŧ –C{n®Ïça@7ùÓ Ž
-j§³=xRŠ7rº¨ ¥ä©Ë÷çRž§2ô© 穌ރÊ73–¡Aö+V¦)I–qKz™Æ .KzÈédzgÛ;)÷‡iŒ£5¼PJµo œ’v"þÝ£³=¦FW{ÍÛ›‚‘»'ú— ½åÁÜ3zYÓñ‡¨œ¹sKäœ&êT¨ÐõSªz¦Ð_©T‰P§cÏ\áaU&…æe3Hxƒ@¦‹Øi…É<õíp¢ÀÈ^RW ß;jzqvlñ5<F§R±ŠÁZ\‚ŠbM¯È»¾[m·Ë}þª£±Æt‡¦jgze6hˆvNÃР¥UÍp}pÛ–•qCt€0µA­!EL>¢zËwVïQïªÃð8—=r8
-?ŒNùfŸ§Ó·BA¼½uì†4dwØæ4Úç$, Í6œ˜P:¼=ðä¬îƒ‡Ñû³>õ}—ý}:Ý4XT q6R¹ÒùôAF†ZZz;~s+AìQúÃx{¬Õ§[<…QiD
-> OòØ|ñÍœ0]ß¡'²ž#ÊÌ#V+,Æà \_”V|RZZ¤Òeö_LO«€ÃÉÊç3¥šHÜê± ¼º§ýõŸ•ˆ¤?hûhÚ7nËëÔ?ODRr¢lhX")ýòˆ+ cŽÆDz£@¨T¸(lÔQjqgèÛÅ»²ƒ8°ä‰ëRÕŽ^Ð÷8`ð¡1ÿ=@|o¿¦<H°¿­dw€_Týçᢦ3ïƒ9Ž#” ˆ¯ñ=ïÎK|¦W{~ºôjËñÙ¦&†-û¢k°N^·Tæ{ zñ›ijšå,œ†‡$\S„
-žPõq*ßï“kÿˆ3cûâsO‡ƒ×Íw•[h¡•<WºQMé
-Ò›“¥¤ðRúgâQ¸‰z[£­Ù[ð~ÃÄZ•˜iÙ)‘ô}7¤=üLÙ
-G-õv°¢GÔ/€¸
-®2ö.Pµ]ݘ }úç„´5†nwUV.4bß|e.à€s‘RW!ï$»pôÊŸ€c”p q
-'‹ÇR¨È_{zžB ç£qnÂ^Œ"kÃ_×ø±/|‘)îû:0F—²ú9w’JC9Ù ¾Ëñ>)$ÀoË]Þ™íÓ.ÛË o_=FýÉu/˜žáäçj’Ã{M6ºëŠh{tÇŽòØÛ çÍ7S³ØWHþ¢&¨u“ãÔ#o~8g·{q™·r8zç;™Á´¶¥Tùnb3]áãù˜
-üš{DƒQ°(©\‡AHðÚB½¦WbnY°Š/Ù%Î#&Q-•á­i.‰”¶ž9n„$YãýK¯R}Åÿ‰g&ïç/}žØ»ÄÓºx}¬ÌßíϦ[sO?BE¥`\Œg—MÝÒÁÅ$|¢¶<ÜÓ|7´à`ph™Á 5~ìGEqhì1#«ÜSßQƒ·¢>l׌Çð‰ËMWn·K>ç¡ðKÌvÆÇH¶¶}”‹vCØÂDÚÈÂ÷;£y{@sûœTl[?ðÍ^,¼‹â
-endstream
-endobj
-1073 0 obj <<
-/Type /Page
-/Contents 1074 0 R
-/Resources 1072 0 R
-/MediaBox [0 0 612 792]
-/Parent 1071 0 R
-/Annots [ 1076 0 R 1077 0 R ]
->> endobj
-1076 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [326.647 312.909 341.093 323.813]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.4.3) >>
->> endobj
-1077 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [125.437 241.926 152.336 252.829]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.10.2) >>
->> endobj
-1075 0 obj <<
-/D [1073 0 R /XYZ 108 690.907 null]
->> endobj
-262 0 obj <<
-/D [1073 0 R /XYZ 108 460.919 null]
->> endobj
-1072 0 obj <<
-/Font << /F94 409 0 R /F105 415 0 R /F107 429 0 R /F8 615 0 R /F11 600 0 R /F120 538 0 R /F95 412 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1080 0 obj <<
-/Length 3337
-/Filter /FlateDecode
->>
-stream
-xÚÅZÝ“£¸ß¿bÞ‚«Æ
- o»¹½«Måö¶nçò’ËÆxLƒ ðM&©üïéI€-Ï:»{IMÕXH¢Õjõǯ[È»þä ³;‡"Ó»òð*¼{„îï^I3¼Æñõl›‡W¿ÿ6ï2‘k}÷°CB©ØyØþ5ˆWð^ß®þöð'šž
-™F4=Q¤€6ÎûaµÖ*øÑÍšˆF"ÌͤחD´È•¥ñÍj­Tð—UÁ̵–Á{"úGúÿ–z¾¹\ Ê…ŒSC⧗WøHDÞ^ñÿGÇÐ’æ±ZGR%:Ð'¾zûà䙄ñ‹âÆqŸ¸sX'2â¾Ó‰aÄ¢Þu=¬–äAÑ®d<óC7î+Ó_v‡CÑnùág8•áTîÍ+ïCÂZ™ˆuÆ¢‡½k»÷Ÿe‹~<ãÞmÚ1Ãa†VŠuËT‡Óf¨Ê±îÚóÍG‰*ÒŽØõwÜøq&
-;{=›~!Žs’¤}"êbíT
- Ûš»¾óòŠg„HJa"yóã¾M«øe%à²ý¦±ë – ŸÓÎœÿX)ß­•Ž˜)Ež$´JSµ0¾V`YptüË?pDÅ¡áÌ“ÔIÈXäq¼ ð
-þÙC]Îl+O‘NžÀ‰YSùÞ™©
-V‘$Và8ÐäØ=¼7ƒ>†´Ì— Ý›•W* Nã’½mõsª¶2\oÀVTÒÑœó(•Qj5û»™é³ù–Úo€@f8¶Nâ‚K8X°æ$_œÄ¡(ûÎ!« f »8ZC¾›:Irc6>ÐÒïŒÛ»`
-C0‚<~Õ®büZ÷]{¨Úñž{‹¦á‰Û¾À-ð°ÃíÀ<µc_›SÚ¡á“N¬„N³™•{ØV"u¨X0Í×Zàv”S„+¤ô,L׆ç‚Ùë—ax OMÑsß±.ÇS_q\ˆBàU.õäi_3`T¶_FÁ¦âŽÓPm¹‡$
-±’üŠÔ%α¿¯Ë_€B4‚ÆÊ@VNòY.’Ôú?@Àøç~¼ké|Ž³¯*u æí’ܱ’îØèáו“ëëbÓø^‰DÙ÷q3â8ÃeþeXsdPöU1Ò)ÁCa:Ÿ*¶•©§=à„K^Ñ°ól!ïO°ˆ!ÎbÑÅ9öê ÂOTµÈÒÅ^÷,%"qžG°Ÿt<Tˆõ¦ÑVÕ–ð"´ /&3¼¸\7Õ‰çšS ƒŒ¥³H6ìH¿j:Òê½Ái*–pt—(,WQ¬¸I&¿K×´l<ÖHûW­ZîÚ<û"ši姢Õíha!üE¸$V¬æ°ïNÍÖph˜/ DzÿcS—õh6\ƒ8ŸŠå·Mm/Ï!e ˜¡Ý<z4
-k¦ì=²Ë±sž¢8îër¸ši½k/Òx½8>ÌÇÇ«#™Òy*ØÙÒ~¤¬bŸ©5Fì>M -{Ÿö`ÙS²çñ²kè^ÀÐ4Ÿ°LÔ<•K$e[ówÔÄCü¦Ž
-ÉX&Ó‹2ª Fè {挧f¬‰9KÄ—Þ7EÒ9W‹M¾÷à• 4.ŽÏð“7›n"8 4µ^#zÈ—ÛÆì›ÇŸ¹›ï¢”ÁrÜWp×ti-/ îmukhØã½¾†ùŽ p’.b€E0SÛ$ [Ç,îÏÓ¦thÕD_-¯ã£LoI\óü"qEºïMq>´y2<,ñ±]ž»®1Ù:—. «Ä"…ýšJs0¥!Ž0IR¡Ã¥¦‘*p-¶˜yû9é½/2™èôYÖi<ìŽõ¡xôÁo­EøÉ*°…D~è Á'qQð3no¹÷¶£©_A¢“Ž®§CkJ‘ªÌ—À†Éì,zÚ›í–Z$ø-øgÂsa²¼°âYäœÃ<œS]¼L_ôÀoU൶š®´i-<ÕíôöeÊ):Áÿ6’[fMÄ ßÁpXÔ)¤ÈK-ž
-­©)´rv¯S6´õPáWhC§ÌµAã´®ßÖ-9%|>u?p“ÁsÊanš]Òl®Ý¦&ÓÅ'Üš*gꂶ¹*~~ã˟橘î<B‡íŠ^ý*Jƒ
-¢6ýRäÆ7¯|§c†rqs³WØrÛ®Ìú€-‚j*6þVAèžì@_9ð0±° Q˜‘éJxÊäé<!gŸÂŸv5^_`SxCtš_cÖ.Ç0 ã7mªÒT»Ñú¾¾}£8ÿ>¿kÍ5hò}šÑb³ÿ
-endstream
-endobj
-1079 0 obj <<
-/Type /Page
-/Contents 1080 0 R
-/Resources 1078 0 R
-/MediaBox [0 0 612 792]
-/Parent 1071 0 R
-/Annots [ 1082 0 R ]
->> endobj
-1082 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [350.24 652.884 372.158 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.4.2) >>
->> endobj
-1081 0 obj <<
-/D [1079 0 R /XYZ 108 690.907 null]
->> endobj
-266 0 obj <<
-/D [1079 0 R /XYZ 108 611.29 null]
->> endobj
-1083 0 obj <<
-/D [1079 0 R /XYZ 108 592.561 null]
->> endobj
-1084 0 obj <<
-/D [1079 0 R /XYZ 108 414.957 null]
->> endobj
-1085 0 obj <<
-/D [1079 0 R /XYZ 108 236.376 null]
->> endobj
-1078 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1088 0 obj <<
-/Length 3313
-/Filter /FlateDecode
->>
-stream
-xÚ¥ÙŽã6ò}¾Â2`+⡃٧ìÎÌ"A2d¼‹,’<È6»-Ä–¼:ºÓÌ¿o‹¤)KîîÁ¢6Å£Xź‹d‹þØ‚%Å"SI¬’|±;½I÷ÐýÏ7̯q|LøûæÍ7ï•\±Ê²ÅæÄœKd³ÿ-’KX—&Ñûå›Ìô<f¹0ÓU,Ø8ïãrñè?ëTĉ²“¾›ÉbÅŒ·Ë5çÑ¿—¹€™ëŒE ИÿïLÏÛéBÅLæÄ¿žßá“òÎâŠÿ?Í` -fÄ˵`<Í¢,ljoÞmüy¦‰|ö¸q|rÜ ÚE,³Âž÷"K‹8ƒ_Üìw&äéî\Ê{ý›Å+](ÀË’&qáð:Ð0ãÉe\ÄE–Úñv)òHßû) 4­²`B¬B0|žYŸÄ,ã/à‘Ùñsµ«Ë“žB"ÎÓ×¢ñeº~Í€Ž @#Vibc¸¯rœ&cƤ…ò“aø{óÿg#ß[ùšÒÀá¼ÔìÛ%K£ò±ªïABAvÍéTÖûnŠV^Àáäϵ†mÌùÞ™g¼®÷Ž÷žŠË™ËXI'–Æ‚‘bnU™ýæQY7ýA·Ôù¸dIT>ÑGßÐŒ]«Ë^S_I?À ~h5?,9ÐÙVåö¨cßìü}[â)Ð!`îh¿ª?TµÝî ç*“X‚¤ÓÙܦu-R 2å#Îêz)“è¡j›ú¤ëØ!ê¾­¶KžD’Å¥õ’EMOm$ç!>¦c7´-®¾––e K¯“U’œçQÇ“\Ñž+Ú·-‰1™k¤<°7ä
-,I.;úê8£LœƒÏpvlr^æD„q*Çôx¨vÄ–‰¿' ¯ 5’GUßQƒ”>ÖÔKGˆˆÓ)BWgŽb1-ØìÈEà¡·²àÈ4íi;ÜÛ}[}§AwwvÙ¹©Œ€fÙÓ Ë76‘íä«Täëhxä/çþî+<¥n]/«:”&”s_5uy´R¾¦ˆîcåXdåbs¸%pU7#¬
-u¡P%«Y1# )åP¥M¬ø6­NRÚÓù¨¿½XÁS‹DHda4|ÒÔõeîL@$ÀE°ÌÁ›ÄDH [1¤äÏ?”µ‰ \@rWÝUÇ#þ¶z×Î`@!
-(çh¥ã\‘€¿32.$_\zµ€êýô4¸‰9C¦6#Ài¬|8WÕ»ã°w•k{O££Ž:(O˜d69[ŒR*l–‚Ù2 å:TÁù`z63"‚gîD¤ùz'àJË«´íƆ?~º¹!¤ÒRŽ“+¬ÆÈIš
-Ê÷3ò¹xòõâ&y7³-ŒŠjêCfO6ÌŠÀÙ4º=‚òÑí\D(|“-Ñ°‰«Ëc×Ð~—½%ì½²H´ÔQÝÙIdBgŠ  pjÄ“g­@.oÁ‹$·ºÔzÎÞ('yX²®‘Ý–»?{ý׌ÌçtÌɼ?Ô±é±Ê‹Èæ|"¤ò‰·+Âך
-‹KÕ˜)h Ö^©¯Po{8 üf.>‰¯¬Å«UÛ‹ø¥|\Nµ•1Q…a;GèKê3û0ñ¼áœT`¶à6»òhj[ðáê&û˜vÜJ+•Ó…Êvlõ² d¨ýJ긪oT{jP,‰!¨Œ³t¬r4[‰qÍsÌLˆÜ½ë¹m„¿Q?Šiƒï1TV$ßîXkmEe)TVëaÎÖN¹?6Ûò¸¢¿²-˜6tsV“3" “ Ÿ§»W4ÉT”ŒE1ζ!·é´KÙ†m9{ÕÔ“, ä7)$±i,Ž‰ µ÷ jüæivö:˜îîØ‚,e ÒܱŠ’©Éæ
-âÁB…›OSC;çù-¯
-ŽÜÚ€€{ÇAßÈto'áƵ³üÙ$<5Õ€‘‰ÆPÊÆæÿ,™94t®‰UüœÝP|<6+qUÓ˜ñ"Î.Wpµuk9V#f}eÆ^å+…·Êèú¹mPæ*H!1t¢y¸!èÝj*å>d$?–dqÁ¯®3MÚ—£Ù4ñ$´Î
-ù2Õ2(e»“4@ýM#|x,1¼Bt,@¯ª½6UKqŽéFè¸)˜.ì•&üÈ"Zt‘pÚ{¢†LFxp
-é¡È?Y*lO¥qØì/^WÂ’ ǤÉÏÙØÄ_òìuõ
-^Y¼®Àž%±Êù•é2ü†ø¾pa€ˆØügæ?zrûTæ§é+„ì¦Cä-xØjÊ/îÅ˵E‚ø^>úûèðÍÊÅ/ÁÒ\)@0¡H›¾3)­`—$4@I€¼z‹ö5WÞ
-”À1ëØ@Ð`¶@í!·ï»<5FL°ë2Ã/óX@$³È±ímþ\ÕŠÐeAՊߨZùˆþXÖ÷°žbÜ›p°– ^¾ög¼·'<N%&A÷—“¢SZ¨qúñUÙ
-p•Â±Ý Î
-R:†^ÝdÐCŠ}¦š‰]w™äv7P¶í>›ÜÌp–šx ¦¾o›“ƒhW»Û¦(,€®‡Ê8œÇq/ÙC®ÀgìqEËtilêþ^´µª–‚(Òñ«o¡Efä ó~rðÝì ¦él»6îŸ
-Ô;Ã-èü„‰)yÁÌ]`¿Ý³«L%†@ëW4Ç`<tâÉZèä^2f-óy¤0O2¬WÄÝÛ™ÁKbç7ªA‡É"{1c™òï‘‚§8w&1Ë JÌ`Ô¢°¢Þୌٺ´Œ«Å øª¦4–ç¾`F&û:µ/ rLCǼ<ƒI]˜—&Áác*†bÇ.èt?Í8Ü«‰³nïšöä€Ö–˜Ä^UL’ŒbBËØl:%r!øž„d@
-endstream
-endobj
-1087 0 obj <<
-/Type /Page
-/Contents 1088 0 R
-/Resources 1086 0 R
-/MediaBox [0 0 612 792]
-/Parent 1071 0 R
-/Annots [ 1091 0 R ]
->> endobj
-1091 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.086 312.149 196.985 323.053]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.4) >>
->> endobj
-1089 0 obj <<
-/D [1087 0 R /XYZ 108 690.907 null]
->> endobj
-1090 0 obj <<
-/D [1087 0 R /XYZ 108 666 null]
->> endobj
-270 0 obj <<
-/D [1087 0 R /XYZ 108 226.555 null]
->> endobj
-1086 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F8 615 0 R /F11 600 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1094 0 obj <<
-/Length 3125
-/Filter /FlateDecode
->>
-stream
-xÚÕ]ã¶ñ}…mÔfER¢¤yH›K‘
-‘%G’o³(úß;ÃÊ”%ï:¹Ý
-–_¯~¸ýÖN…Œµž
-­ÀÆyß­6F-ÿ9Ì:Õ"HyÒ—S F¤ÊÁøjµQjùïU¬aæÆÈå{ ô/öÿùjº€N… cñ¯çWø`¼c\ñÿà ÆÐ’üXm´T‘Yš'Þ¼»èá³äÆ÷rKh'"4 Ó{a¢Dxâb¥÷w‡»¦ý/c-RÀÊn# „ FëÞKœ&h‘˜ˆßˆ•
-–›ªi@TàßC‘íŠv
-Ö(‘„!V2XIìÿ¦ßƒtH¡¢R¤Qä£g¹Æ{!¥[åo–ð_Ûÿ¿[†|Ã|žnJuîåÍ~ŸÕ»n†8JùÌ&6I$tà4µ‹zG@ÊP¤@˜ >5}qûPv@Í@-ó¶ÈúÂvô2£±3šÃ‹²¦7ýC1!CDjL’ËÛ•–,ÿD#R­÷vävŠh˜9@ͱ?{Zöc¨ª„Ë­ÃaDà¾Òš¿=‰ßt‹(qbðØ–¼yÚ›] ë³–nîhhxW5+¹tTÎqHÅ1øHŒ^àP–EÅç8)‡“ÒKøXPëK@ ^ÉhùDý¼ÙñøÞõ}QS¿ägÿ
-^nÍm.|õŒ¾ƒêØÍl¤Qê›d­¤OUx„å©e !·û‡¶à „n
-¢g8„dCŒ÷ÅŒÕ!aºÎèTe×Ï€PB}ÙÀlÒP$J[é3Š6üh-Ì”»¡å•Øü2¢ø¡\@Ø=4Ç
-mP6¨ 'Æ%‰\v%é}B±t Ú‘:Û»éÎ/¨…„óM)ëïÃúÍî9Æ ôñNŠCæl-̱«Ù– 8à !À¾†ÈˆCx3RªA²Ã¡m@ŽžvYŸ±Ž^
-j~Só 3|¹mP¹IÃ×3+#gb·-6µS¯¥À·;·UÅŽ5<o¬3ð:deÛ±Ï٢ǴÑ: šÜŒg|sÁ¹„1<Ãë¼Ëiîe÷ÂsÎü‹3¥ž‘k½g¼Æ)"ß5Ší<·á»$€ÇÑ%@ýNäÌoÐ,Æmž!ñ”!õq_´e~’Á€ti=BàÖ±¢¦´'iâÁ»QœcÛÇÎF®ÀF¾®/Rø:û§‹E’+oò3<åIgL­ŠOE5⩦âL-E‘ñîKž™>(Ì0ºû©í±Ï«Ù0ä-ð\ (ÎWÔÉ3`5çNm1DÎ2yC(s¾Už9kXÝÅýD‘ <p9QèàaðŽ; –(bhÒïN³£´nu,˜zMãÑšú1uÑ1Ø~Jî‡P4DR¬H¤±NP…Ò<R<ÿƒÑ°i•Pâé0u£…E¥H ¼éýéæû‚ÅDýÛ›@è$Y<BäH³¿ƒ{"¹WÝ|¸ù‡§
- kãsé°“ßr Â3RÊb¥×SÔ±¡x
-70O¤0&ÌÁ'|æ kã›bîô0Ø}}Î~dëRœûk3th5Ï`%0ЖöKƒS"I“_œz
-Ví§A)ÐmØÅKXìŠ
-¡)È™—Ðpá Ùÿ)55ÉKù3l¥™ÙŠ„ˆ1ˆŸ Õ¦p£øªX=2Òo«C0臸:ÑËŒŸÛ4
-:³æC9>CV¬_A„äó”SRhš€ú-Äç‘æ#ày5~èø(Øœ0hˆý°C>#†caOó0öÍÝŒSEø›Q«d׫“¼Ð$cUö^:PŽØucƒ2oزr ÏîÇ’‚OìÀ¹¥l‹ê‰§ÜÍ¡¨ÏçJòÜVuúꃈ]çö’Í$"C …J¯¶3×ZÝK#—ï0æ,»—È2à N69ÌiG°%ñ¸ Òóöë±Y¢ŒKNa‹/4\8 PùœƒÅOǬâ‰ÍêõÔ¥ízÀy†u*ôf¾¢µK¼ÚP©³§˜ é¤IßV} 
-jFÃ(J½
-½_I¤±O"A†ø•›™3{¨§ãGÕØt{[?‹OÒhxÇ-.ñÀ`ɳꦧƽ-ñµîÛ9ƒ9ž ß4–9«k 2·n#Ûâ!ÃdЧ²iý]Ìù•Uæç¬6¦mƒ7æž±
-G‰= ¯µ{÷+à€ï•Öô–Œb^zæ,œÜ¥×mɦšÔÙThY›
-OWW£^S[¿­¬s_Øú–72
-†[¾©'<w9€Ì\ô`^¼+`>7üˆB5Š?&·À»ÁLùtGzEHâF}âËyòܦQ<Îå~f&QŽ í±>?ßuÑ9ØŒßm êœS€:´Ù~©÷ ~¤C¬ Ù2QèÊDÐ(ëû~èªsÁ ©ä6GOÀa&})£ ¬
-õó¥v‹x8]L„"7 ³Ì£=ŒÒß´¬¬J[Y ըĉ©;ÞyÇ_3´bhÚ¬Vº7
-öš$òõ8éâ™t›-'
-F©È6’mýh¡6ûƒß˜£Y*¢S¡£#Ðý±­­EŒ›z̓îõûµ­[âñ‚;¶\ÝþH“­ÕÒ®Öy€Ç2ïpË$œTg|‘FïšHÕäXʯgÎÎÖ™†cgŠe—}a½¡_+Íæo”€[ôn”ô@¹¹Œ¥N ºIÆ7{Öw¨p`§¼£*léú\8=vvãø¦>b§Ç zЈ È( :ì¤vÛ3&´¨òjÉ[®Ö–¨~‡¶ ò#1:šzK©n€a®]Š8¥$ú;ûB[0›§Ñÿ¸“Ø¢`|„ï¨Dg\±ÔâºÜq·’nœn,|%…
-FC@PßWÜf™ÚQï£Rz†1q²|< gŸhhàD˜
-CÛf÷´2‘=S¢×º0öJ^nî2£²áêÌmE· ‡šÄ«]W´Ñ$ÕÔ!‚KäÓ¿ç$‡²ÔI4Ùyòû“pîÊÇ;Š]gÊíÉ"5 åj®8¥Ó³ªÕÿO
-¤ì
-endstream
-endobj
-1093 0 obj <<
-/Type /Page
-/Contents 1094 0 R
-/Resources 1092 0 R
-/MediaBox [0 0 612 792]
-/Parent 1071 0 R
->> endobj
-1095 0 obj <<
-/D [1093 0 R /XYZ 108 690.907 null]
->> endobj
-1096 0 obj <<
-/D [1093 0 R /XYZ 108 666 null]
->> endobj
-1097 0 obj <<
-/D [1093 0 R /XYZ 108 196.149 null]
->> endobj
-1092 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F8 615 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1100 0 obj <<
-/Length 2825
-/Filter /FlateDecode
->>
-stream
-xÚÕY[Û6~Ÿ_áG3$Eê´ tÛL‘"i²“éb¶²-µµ%W’3;ä¿ï¹²dÉ“Ùž, X¼òÜ>©™„Ÿš)™Ì¢TŠTƳÕþJÎîaøÇ+å¦8¿èüõîêÕMjf‰H£hv·ABkÓ1¹[ÿ˜9¼gep3ÿýî'"…ŠC"OEjàtæ‹H·Õ‰i(dꈾ3‰Dª=æ ­ƒ¿Ïã(‘
-~&¦ßÓÿùa¼@˜
-ebÇâ—çWøDLÞ8YñÿÓ„ÄÐRî1_„JÛ(ˆR$¼zsק•æÙã6æh„F$’ ÍÀ!©´c#!ÓvðN„‰>I)ŒŠfžåûM…¦ÉÛýæsVÙr—?•Ç}^«/O ¸àöË“–_PrXh¡”H­íÞÛoÛ^Á“2ø ?Ó+)T¤G/Õùª}ú ,B^Kx¨k~ Gn¯Ã[º¼Þj¿~º}ýíí+Í4‹ ‹äåÚ ×©'õ>ÁFèJ ›hzén›×9¨*µAÆ((«ž-¤1¾jca:‹}Oú¿¡ÿdo¹–„ƒ—`LüÞªÚï³rÍ«µn¥å‰Ü09ëțǦÍ÷Y[¬²ÝîqÌ;’"L¼ƒ¬¶Yyï7ÂÛø<׸)Rî5Ï4O¥b[4<’Ï• þ•í;ÇäÁÆ6›k ¼`:ç£×R‹m®wöuÞTu›ãޤƽÑs] ÒAvè…ÁC]´°°
-NYÅÝ–ÞwÞ«ƒ»y¨ÈµùÜ•‹?»ÉÑÙˆ0&qŒ²¦)îË}^¶,ÖIÐù\89†#-„(¯¸Î'
-“ú…Ж›<gÆÍqÙÀ<÷§Ù™MBËËòL}?ãÆm?8âʼnڇßÓn‡ )ú
-0òp*òœøŒ¢ N?·æ+C¨§ƒ]VhlèÀ°ó0«ÊZnÕùú¸çÍÄ'dôGw;>ÚD€ý¹éå#3Üf»à&x.6t°«ª=»·–9?Ù¬I¾Õ‘í“èÚí”Ò#+L—r.Häó…ó‹¢¼÷›vK6´ãUF‡è<‡¦Ø#wǼᾖ×Î¥"æ6ð(s0.KOh'±Fz=–W‹ØúíXÇŽ ù© ~ZH?ËÏ+D[ÁüH È¢§‚ÍïZ:9«öXçL·ªŽ»57!…F–y^ò;Ùj[ä§sso\P˜)R«^zØTõ„›&.<á±q"J
-"XO2OÈžâFŸõvÁ‡•yYÎdˆ¨..Ø5cŒÝ‘»Y$e:•ýe[ìžÆ,­„ÌàdB²P$‘í+×…C6a,¢0}F´>Ÿ/ã÷I$4%z”<úÿ:^†0=«é`Àb4>Cë ˜-àÌeµ~Ä–E¦gÜÐâ‰-‘HµtïÕù!Ï(4b4ËÑF»R€[ ¿¢ãè…:N†ç3@7
-!¹M·Â×Ë‹kX!B7X7‚"–ŽÕðÀØ¥1_Æ&hñ¤(;aÇ»Ä`E@_z°às.l!z¨äüF c^p™û¼ÌkðIîenš¬ª.Ù`<¢ÉîÉ`šâD¤Æ}P0€‰â~áîP T 7_V€Ùð¶ UÐadÆ60rlÐêqh›5<DšÁF….ñP4þfuV¼æILÊ4 ‡zp|óz_”Úçõ9T †Æ:„0
- Ä¤_AÉžzÑ#÷ð5a¬x–VD‘ƒYñháT ›eO3µÜɾSDqÇ—›6  ±· ±ßLþDhu× ©wN#òÒ­Æy«Îa QU\”È ,Ⱦ¬¤ä ¸y7mß
-B¾~‘CS¥#붲K<
-D jgÐZ×jù{(ÄŽ]ÞѵS@Ci¼{?w[³‘ŸÎÿ„¬ÆÜ°8O¾`AúçÄ ®e¸å—\ˆ<6xä?q¿R"‘ú?¸_›¥›\%çû–{à .c&Øëä`.nÂPXžå¾`X¼ýëùVMl
-ˆüqv7\â톟Ց|_§oT&þ9ÇÛ¶ëTe>M i=5ÑÔ UBð´t-ýóê×ßål ?]IÂÁ?@bAšÎàJmãþîêÓÕßÎ>û«Ð
-Fý®UòqÀÅ’Ò‰H\áûô@ã‘0
-`¨ZWý´Ç¿Ðàzð3¯kpk1©i¸êà÷‹IM/t|©PÁÐzÿbndœ
-endstream
-endobj
-1099 0 obj <<
-/Type /Page
-/Contents 1100 0 R
-/Resources 1098 0 R
-/MediaBox [0 0 612 792]
-/Parent 1071 0 R
-/Annots [ 1102 0 R 1104 0 R ]
->> endobj
-1102 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [478.097 580.527 504.996 591.43]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.3) >>
->> endobj
-1104 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [382.726 418.896 392.589 431.66]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.17) >>
->> endobj
-1101 0 obj <<
-/D [1099 0 R /XYZ 108 690.907 null]
->> endobj
-1103 0 obj <<
-/D [1099 0 R /XYZ 108 539.256 null]
->> endobj
-274 0 obj <<
-/D [1099 0 R /XYZ 108 220.91 null]
->> endobj
-1105 0 obj <<
-/D [1099 0 R /XYZ 108 199.799 null]
->> endobj
-1106 0 obj <<
-/D [1099 0 R /XYZ 122.346 135.465 null]
->> endobj
-1098 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F11 600 0 R /F95 412 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1109 0 obj <<
-/Length 3877
-/Filter /FlateDecode
->>
-stream
-xÚåZëä¶ ÿž¿b?È 0£êaKvŠ Hš»"ò@rm4-âõxwÝÎØS?î²8ä/)R~÷v¹
-hQôqÝPóhRWÜ&Öõ W^nu¼Éš2»FÎ^LÊa´Yˆ©»[Y³–"ÑSMÁeŸ²ÛâråQ"“pWœŒÍ9¶¾”5MvßRùÁðŠâÉ`ø5|·2–6JfgpóÃÈn…+,VÆÉÓ—ŒQ)ÏÙ+ˆ_R.VŽujx¿µñfG”Q*V3)窘ËÛc}í?ôµ¼>£p­ìè×küfpÒapµi¨>ÝQ¢< OåaÒt²t¶-ºÓÍËÀáB
-JFB©`áF5„Úþº-ò®¬«¥µ‹b#âT_YÐå44jjn¯¨ðÝÄö…ÞûI÷ û·déÝPZDƒ;4hétð sú¼yÈ#€+ÒÝ'‰#8¥¢AÈYÛ–·JøدY¾ñ8ˆ³Î.‹7ì›–«+Ú_xeŠ笄MFò3OŽDé«‘úãþ”åÍ6Ãp9¬‰D4ìj¹vP&Ãþº2o2±ú‘ygñÕó}±Õró˹Y™J,"ãž:6Z H[Z>Nv)íóï#m·*m÷ÞIûÛßUÚñ€<¦áJZá¤ú_ú£*n™Š ]Ãð ZÅ7 ýü.ôoß©Ðçæ¯R
-aH
-AdH°Ðmì@e°ê£‹= ªúpNúÝ©¨4È“ë¡yõ¬KœÇúv%ü‚Èf !Hzž%žb×‰È lÕ‰{"ÛšµÑl“š¾òªë6ßø=·a¯ÝbÐó_:ª‘M†°!v©7Êi´f”™ú#}Üwĵ ægªÏ"=5Ú§=é­Na›2,c ¼*Gˆ„l_„
-Á3‘ÎÇâãåF+ ѼJA?SáÌ,Ò[ÉgRßý¤³ßðy >!Rvà@×,H~]jÊà œšö×ך ›¼ÀjshŒ(ýúºøå 6Câ·|سëâˆGMí4ªÜ닶ø‘Ü|B?Ì §ðázÑÚ¯d¯0n&µøìó…K{VÒš7Ú;åížØ;µê"€œÁŸúÓa’M[ÝWT&÷l¶øÚ+gca¬"+gV­œ¬òì½Å!žô†¨&îpîÊS±[qI$¬Ô“ŠïÒiha‡Œ®×Ï4ËÿÓ—>Fó'*k~é“ ¾ég°±I*ãv! ™ŠÄÌc'Êi5j>U뛕YÇJ )DÒ¹iW¦ ¦J†Ž¯P¾+>3nÀ!í'zNBßHO,})
-±[1M`ŠU:2˜(] Ð,ÅvzE]€C †eè³#)äuÓ€¥Šð›qýXdmh
-R¼©ûÆ'¡|(òò„§+çc–”±ñõ/W|¢+<x{°2Ù5ÚlÌÀÂ` fíj<rjÔs¶âÙ>£gÀ|õÌ3 ¦nãÉZêÏ<C¦{DÐÙËbü:òæ–²\;2_ÂïH=ô á/ÿaàŽ – 3àWY e³^Kƒ!ÁmÍaüVãÛ‰ÕøþA«á&(¼!S /"'¿MáàAPõKîx£¨åa~CóWlgðÊ€Ü Ï@>‘dÓƒa¶‹Ÿ‚°vô9…,P˜x&n
--ã°l(ÂÞ’E°F¨tÝ󻬺-Ú ´“ýÅÚÌZåƒ:TiÆYø¤lT¤eAPÀß=8Z<XðÀúšÇ ‚ç‘ê€i†›Š‡¦ìFõöœI*ˆ˜:Î+Y'œNg˜Âû Ì{Wù±?HQV 1†~µêsœýyU\è.øw-“w©ÁnøI'AŠ K ~—R‚aá2iÑPn-Ðw¡OA,<ú"*ìçO?ýô#Aåw}»£¢¿0€ß<«ðRÐ :„1ó#KØ-Æ»4/cƱ@ñV³%Ú+˜ÄãÕ2ê
-½õÜ ´Sßò}Xˆ=‚e'Å‚ýY ÞVv”IΔéñ±Ãuõ¨
-Q1ZioÛ}‘ÂŽ*}»LMù,/2äüåË°_žç„ÁDH¯ò»¦®ê¾¥¦*ã2—ÝcX Ì}¶ ŒD+æàbÅž;À]ñÛ¹—Ô¹7 jÃ\ØÑLg‹m³ÎTêA夂 ĺáœËŠJ>a›3¹¬B3<Ã_™(oÚ{ð„çä¡O_û Ÿ?R…´©è¬êæß‚ªtËë–¤C†Ãm-S¡Ó¹$JÄ&R¬¸Èàè€ØŸCÉáì@."
-‰„È'¿ùÃ#S†èyìR’^ó~`5{£cØR9Uú\T·Mv¾koʵ7³'
-;bMyD¯@QšŸLÅ·klœn„môgèäø‰”‚;Ò‘ò(n† (­†Ä¢Êë¾ê
-
-¸¿}Š%y,h&¥C²Ï(à•7KØæd$Ñý’Àªùׂkp2ç}$¨Òªöã°üT˜ETÍ¢8¨5‚š{°8 Ôöù•¦fLPÞÉ_Á‰šX¡LÙ-pP¼œpü¶­ó’¼%Ö)Áåc+¬ŽïÉ BQÄÂsô{G‚×h?Ü•~ÆÒlNEæaƒ a –ül7Í¡h†‹8š'–Âä뱆Z}Vbù‘á ôë{ú1ãL.gÏéªSóÏù`çc¼ÇóÁûË OJ缃
-†R䲦"S2X?%yƒ]lÛž°·dc©‚ÁVr ÔÖ?nŠ=§I@ É<#0“ŽÁ9ú½R~j€\ ½EF"Å¢Á•BÝ04åwu[ø›_ ¯æ¡]"Þ>0vé4=€C,{‡„!15<p%à
-ó†PŠÕë&"NÔ{‡Z/ʼn,`-œŸ±¬ ð»–ÅŠ
-endstream
-endobj
-1108 0 obj <<
-/Type /Page
-/Contents 1109 0 R
-/Resources 1107 0 R
-/MediaBox [0 0 612 792]
-/Parent 1114 0 R
-/Annots [ 1111 0 R 1113 0 R ]
->> endobj
-1111 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [452.596 617.019 479.495 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.4.12.4) >>
->> endobj
-1113 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [320.208 511.799 339.635 523.674]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.11) >>
->> endobj
-1110 0 obj <<
-/D [1108 0 R /XYZ 108 690.907 null]
->> endobj
-1112 0 obj <<
-/D [1108 0 R /XYZ 108 609.45 null]
->> endobj
-1107 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1117 0 obj <<
-/Length 3492
-/Filter /FlateDecode
->>
-stream
-xÚÕkã¶ñûþŠýv6àeE=(écšäÚ Ú´ÍmÓI€È6×V#KQÎfSô¿w^¤dK÷@r9 X`=‡äp8/JßFð§ouTÜš2Re”ßîN7ÑíкÑÒ}‡ýw‚?Þßüáe™Þª4æöþ¨8N“ûý7«t ã²hõrýÝýDž+'D^ª$‰7Òým}gâÕWjdš¨¨¢OæLŒ*cÏã³õ]¯¾^ç PÞ½ú’˜~Jÿ?'Ìgó ’Ré4ÿ|û ¯‰Éç²VüÿzaÅ
-‡V2ë­{Þõ¶nêáym2PÒùqG0¦P (²?îÝy誇Áöÿ‘­dãV è`–ÈVŽÂ0ŽF‚DÆkO·ý÷œ1æ ^Xr0Òÿß¹03“k§Áè„Ÿ9³»R« Žo*™q—[ n¶™k¥ÃIÿ_lÓ(“³m}}z¬†ã³H… ÞµÃ}}šÜ†n'î0%³tŽxF=Ÿ%UºHoG’wIb³°Ð‰$>ÐBãß¾Ðß~dÖeÊßÿȦJÉ’x»Rf¿z‡àÇebŒ!2•è»*‡æ*Ñ«ÇÞ~EñÏÜ:U»¾swûúá™avU
-–$\$;.ùT“ºÀ<¼òĬX 7Œkì‚ì
-ÜK39ûÉ%¸_
-xÇ ³Êô9 n.“ª,“o˜&Ö*ü¢æB‰àS‰(î|5ŸÞ dß‘ÆBgÛ ¢ŠI®²ÔÇ
-Øqr¹s¶Ói rª1¹ÃFB)ÔjÏ0ˆïT·Ü£/r ‘3Â~Ï=Ÿ40ª­†zL@Ê¥62Ù cGñËVXÑpSR¼Ä±ß<ÇjXºÇ$‚žºZ³b
-6z™igÑkX!ª†‹J4ä}OÈ…ûçû³§ùêSX
-¤†„50ÂÖè+öè¹üûT7 CÙÑ°iàø)> †QJóýŒÑ]™zæ
-š‡šÂGÚíf1ÊÓ&~Ïe<ÙšÊB{8@·°ˆÁƒè>¼äAÄ&}*—
-³qR„òkœøà
-Ä+aÝe¤è Õ½r×j9‰[5KÀ]Q€G¬½¢\Ú(Ê©v^‰½Z/êú"Oyïê]Õ(F½Z(`DÁÚ栗F%Y>͹Áº6¢¤”tpÔÐ^¹ÿI„
- YÀ?œ2:aÖtcàᣊ¦æž‹ˆ‘”Š'Óq¸#V?.U|ùóeú†ï>À1ä“á…^¸©‰Êƒû–l`£é ßz8ié ¬<ž,'™& æŽî,"Ž!’5>ÁšA#™ZEîåÀH<%^»žµT¶1•òWÝùp¤¯K`GîÑV?È eΙex4Äи˜ü‘
-¦žØãåUÜþz­5¨[s¶.$ws™Y\fË&¡ê| 
-ÃÌ+é+w‰ðV^±ÒR
-P(XÛ·éÓ~ªóH™¢Xz–‹àŽd%öüxóÍwÑí(¾¸‰ í(nŸ
-Âq»¹y}ó«oO5ø°ZÓg½L•9»)H`
-endstream
-endobj
-1116 0 obj <<
-/Type /Page
-/Contents 1117 0 R
-/Resources 1115 0 R
-/MediaBox [0 0 612 792]
-/Parent 1114 0 R
-/Annots [ 1120 0 R ]
->> endobj
-1120 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [205.972 499.624 215.835 512.388]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.18) >>
->> endobj
-1118 0 obj <<
-/D [1116 0 R /XYZ 108 690.907 null]
->> endobj
-1119 0 obj <<
-/D [1116 0 R /XYZ 108 621.128 null]
->> endobj
-1121 0 obj <<
-/D [1116 0 R /XYZ 108 336.361 null]
->> endobj
-1122 0 obj <<
-/D [1116 0 R /XYZ 122.346 173.206 null]
->> endobj
-1115 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1125 0 obj <<
-/Length 3668
-/Filter /FlateDecode
->>
-stream
-xÚÕZëã¶ÿ~ÅöÓÙÀ™II”ÒO×æ’^— ·mZ4*ËÚµz¶äêq›EÑÿ½3œ!MYÚ='iQ ¬ø¾†óøÍÐò&‚?y#£ì&Í#‘Gæ¦<¾ˆnî¡ùË’»7Ø¿ ~yûâç_äñM&ò4½¹½Ã „R±Ÿäv÷—U¼†qI´úbý×ÛßXr#¤Ñ–<Z+˜é¾ZoRµúÆS'Õ"Ê™èõ|’TäÊÍñùz£Ôêk£r“ÊÕ;;é¯ìÿ7¶åóù:26<Åž_á½ä ïÿ¿_Ø1”$ë–*IWF!á‹7·žŸI?Ën쟱[B9qš1¿oÒ$‘&^'u|¼êáPý“·•Üä°-{Ž8F9Nî©_ªèL E–&Üo'™Ï!‘DŽ5Ïn)œã_ž5~ü&‰E$ ÈR"”Œ-Ù·]=TÀ¦$[ {[ÈWýÐÕÍý|ý ˜üüÒ+Î §g÷hD¬ýíycgÁÈ Ò)#´t„¿÷2¦V·k-­
- R¹/NCÕQE)n=Á!©$3Ãmw-S k­@$Tl¯¤§æöŽ»÷u/€5rA/6i§Upê\¤yæÕu8þŸª+تµLVßó$`FuüßUX¸ÿ$6ØKÌBW“Ã9„ɵ%|cÛc‘ÅêæÜú'½kËñX5 €UCœìböhuhï©àÕɘ>"µÅª­ýO‡º„c>r½Y¸¥@CŒcJ`Ôt4iœy_ƒGÚè\¿ò‰‚Ý‚hÒŠÇ¢ìZ/×Gn-ÜqÊâ@Å{ ’«ñÄý];ºCÕƒÔ­e¶º·œ¢µe,ò¼–jH\Þ×M‰LHƒ«pãö*âÅ«ˆýUÀ »oøê#ÈÝŽ*öÀ(€c¥†] ›è붡jgåñ¾îAÁûWÔF—…þ¼#?Œ):îèy¸¯¶Ö8z Z¶ðxª6Äð8cÕ>󻯆ØFe9¯œe«]WྠçuY¹ÀoOe{<ÚC@›] ¾#,oåË'žòp q
-Â_Ð@þ¹“!5'*¡ÔŒ½à§à6É…9sî°ÒS7”háÅ»æM-HœÔBf?^äÌ`”ùUßÑwWõ L;2ÃÄt#Ô yþÔq¦M¼´€ \ÖB[@hà¶Bd‡eˆO Ú,Iël•DO³Â:œÁ$ˆšÈy\»TCm=\˜ â¡üúÐó¬[vÔ2:¶›Z†-g$À–C§…Ïî9ì—yì—]€oèéÚ#•
-ú ªó°WTô¹˜ ›‰¶Ð­·ÇÇE8g‚)@ñhÝ$–H@ èRd®sò¸çGа#Ÿ¨ï÷‹àI%³)žDöG`oŠµŠØÒjB úóZb¶a|‰÷b¥:>4-ƒ*¬¡8â÷±»žŠ»¶ê›—˜áá°e[•¢—ÀQ•IóI¦è:P\æ8ýP»­ÝYù©¹6ž¬@B 㠸ɟÙ̈mAÉãÍa@\a
-ém £»Æ¶èë’öðʨåTtg #”D¯Î¿3Oan@Í·ë Í8ÓwhݘŽsûêè³–ÿy*Œ6›¹­f¹¢¾§ ¹‹iŽw'8ÏüüFdž¼68öu×6¨P|»[Î4õdd(.¦Xµæ´&ÄÓ)ÅÓÞY®~(ºa’
-‹
-)/‡qå|" è"ÑŸˆ‰Ógbb)•È/Ò£ëœ2ø%ë’™jµN? «éþðšZ
-ÐiKßÓ¡(«‹9‰M¨¡XÏàƒÙ/Dj‚0Mo 
-ÀMÔß_>CÅ
-6Ù“2*ÂnøÅ Èãr(
-‘Èà±\ˆâBÒ
-¾²Ò#œØæó þðkoŒR%@ÅÉr¥cN
-ÙG;h}Ýà©âY^óÔŽ}¨5õã÷ôjÍÓBK'ùG«y¸‘ŠÙ…ÀÂÇ2û!V
-½3 AÚT ô?N/Ÿãˆ­yð¤gð·½EhÐN™qZÈ1a”^ ã˜ÔCOù]ÏS;(¨ïõÝÀù¬žÿ&"ÿ^ÁÒ3ƈ!ý!¼OòÞ#ÙTééÓPE{D˜F{ -dmÊßÿ~Åæ ϯ÷= :IñTJFð;
-¶;øA)ø‹ÏúI¬œß:¨N¿M±Ã–\}*…‡V_úŸÖ†HF­~=INxþPåÎ\ò¯^¦ÛÆ7qjzà5P›§BJµ¤l:G™
-:þ ¾hk*
-endstream
-endobj
-1124 0 obj <<
-/Type /Page
-/Contents 1125 0 R
-/Resources 1123 0 R
-/MediaBox [0 0 612 792]
-/Parent 1114 0 R
-/Annots [ 1131 0 R 1133 0 R ]
->> endobj
-1131 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [459.127 324.177 481.045 335.081]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.6.3) >>
->> endobj
-1133 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [359.743 169.714 381.661 180.618]
-/Subtype /Link
-/A << /S /GoTo /D (subsubsection.5.6.3) >>
->> endobj
-1126 0 obj <<
-/D [1124 0 R /XYZ 108 690.907 null]
->> endobj
-1127 0 obj <<
-/D [1124 0 R /XYZ 108 664.406 null]
->> endobj
-1128 0 obj <<
-/D [1124 0 R /XYZ 108 617.539 null]
->> endobj
-1129 0 obj <<
-/D [1124 0 R /XYZ 108 517.332 null]
->> endobj
-1130 0 obj <<
-/D [1124 0 R /XYZ 108 350.914 null]
->> endobj
-1132 0 obj <<
-/D [1124 0 R /XYZ 108 292.091 null]
->> endobj
-1134 0 obj <<
-/D [1124 0 R /XYZ 108 161.538 null]
->> endobj
-1123 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1137 0 obj <<
-/Length 3247
-/Filter /FlateDecode
->>
-stream
-xÚ¥Zێܸ}÷W °«¦‘ÔuØY;pïñl  š{F±. Im{`øßS7ª¥nÍì¬Ó%²ÄK±êÔ)Êú*„úJ‡ÙU’‡*Ó«]ó"¼ºƒæ?¿ÐÒ½ÅþíLáÕÍ‹?¼É£«LåIru³Ç”1Ñ4ÈMù¯ ÚÀ{q¼Ùüûæ/¤ž*ZRÏ•µÆF½Ÿ7ÛÄŸ´NƒZæ¢ôòrDåÆñãfkLðMjAs›èà'ôOô÷5µüx9Í•ŽRâ—§gxOƒ¼–µâß÷++IË j³µÚÄIZT|ñúf²gFOšû×ÌÃ<VÌ}•Ä‰
--›úPì>wf4qp軎ƒUél‰‚¶ãž]튖ÅOÅ?ŒÒ_ºÑõÍFU+c÷"ÜvǶ¬Ú;ÿô™…nÏ3Lzw}q¸¯vüPìa<«‘«AžÛ]},]©Ð6°ë­Ö*c65tºÙiä)îÙÄÊä™÷Àúû7:™·ràþµÉV&WaÉ{­s%¬Àä–\‰Tµû®oŠ±êÚëeŸ v]ÓmÉͽ+ݯahZ'o¢5yØh[Ôü´x-„‘…°A,4ÐÆ·q¤ldÛŸÓä9MMña£uàøI˃² –Š ƒ´zU·µS¬úvÏ&ÑàJ™Š’Œü|G'b“_µ76ûCµóÇwaÅ,R&õÖgãä3{”§ué õ^¯AG£EÖƒìç^Ö ŽzÚ)YÄD¡Šl¶0É-ê
-¸?¸$zfX´×©;ÔùÄkH3•X+еÛã
-†è[À‰­Ô‡CFtwì7:†ª=ÓhŠ]ß «!©,ŠgF ÔõçËÝG°ÀÜŸ5žÊÊp)Äu~9ÚÃÊh±JM~ʸÞG¢V…“‹=;jã|µ)Ñ–Mm“RÜ2Ö¦€Æ€»µ^¢÷ãP¢Žf”΢Õá ¤ó›ƒ·ÚÃîšC7Œ—;Ó‘ÊÕçÁòËàzÌ.I|ª†{NVð@š€ƒõÕè¸iו"÷ÅÈRQþ÷8Œ2@Åd:'{«pC=7òˆ>ë@À"cëA&Þ¹aà×`VJ¾ ‡iöJòÀ´ŸÓApVßuÃÈÒ'8ä{!ÅÌXüÈi5%Ç_Çaçv£â†NÐ)À# éhæ]°ÊÆźýð¬ÉiÁýü²Ò±?Ê|ëá‘Xe³ür²}×>6Y¶6{qj”I¶Û½©Ì‚H!lŸ  Ä ȊðW u ¬Óœ…1y$mðr¡™JS¡m·
-¶ÉÊh{\êåp©V $ú×¼Úȉ j €ñzé½ïŽué÷7²pë<°æÊØd¬»û¢½ãP‰¼Cƒ0`Ç©££IQ¢Ž„È‘æøKþXˆWˆNéÑûûK>ùÎ$é7º8ž¨Èļp‰kšÄá±Ê¦6ײ^L§ÒÇö±‰ÊL¼p$N î@–DlXÚuíP £kG~þTQR›ÔÖXÂií謑ÐcØWõš €G…>+Mž*xZ”Ó²(ò¼ƒàí-bD‡”XÃ[H½6–aw™§>’Vl–'`7›qätñÿóWH °›ÑUvǾw³÷¾ ¡Ô‹§tùû|AO%ç^9“æc=V‡ºòôôöu
-;~9ι*J˜%Àª×üTI? yyÜ9ÑùÏŠ9¡ú…rÍŸT®Ø.Îí×ú½@WnT’™3²»+Žþ9Æãp¹9lðéªDÅÒ[qÄœ{Ñ.“/ èSº¤eN+ÍñÃyͪC¨Æu~9BeÙ¢n]¹.`ÝíL™jس`ÀŒ“L#žÒþçsG¤ Ñ–n_m¶P_àV8l†Æsí/áWlÚW+µ%OЛó—þ˜†<¨Â)”:Íà›¹kÞ,Ão¡]lu¢LdŸG(âÈ'
-®Åå8‹²ô'Uµ}¨R%å#ÄMž/ý]GçšÛ5е`ê4ú†8ƒzÑêÉwã8XÖÇòt^Õa¶Ýè,¸;6ö¢8‰ ™GPéö¾±tuÕ
-ˆ˜+Ìwl)¥äà[Ýéí•šPg*L¦£f¿‚¹
-m>«5üpýùºPlªô²RƒfxY&@ªË3r„ÃÌï»F”ý¹~Ï‹c¼æ¶{)Ûð¯¸(ž¾wá
-ئ0IËõðyS_‡¾Ò í ”4E|TiÎÁõš:°X3W§ÖÊ:=Ûœù<ðÃPÁ@ «¼›nq*«åÚƒo$¢–›•‚-QÖÆók¾,xý¹h5ù<¡ÍWIo›YòëâÖÕ—XHúöt釜ËX5ŽLã#
-¹Ìgwiª¢È³ XNq‹í¯ƒœtX™
-P+5§©´Ì°NÛè¡þüÛE-Žù3Ý*‚ÐTw÷#‹ž›Z@¦tyD£k¹nÇ¿ÇáòfʃØ.Aíì`=¾ý,·l6[´°™
-8
-qñÝ4B Ç"ñÃÀZ¢-ÔQêYË WàRöIäÝRuÒŽE% yS¶ƒˆ´{TiÂï!©…à08R -‡×,ÏÖ@=^¹ÃË`ö<n¡Ø×îꎣ7âD…¿·}Á)î! Î
-u¬¢MÐǬ‘L`Œ¸5>õHv!—AÂÍÒ§Bî¹X
-ÅÜ|—ŒEÅÓµéÿÛ1PR}±{‡—…=X(â&
-ø•P1'æ`ŒÿСƒ}W˽¥|1Ìã üaÄmÑã‰Ú<W6Zú­8Ðœ¢:@ Ro“ŒìyÔ{¦ü8õöJÏ…LW%N5>|§¿|§¿>¢=öyùnþÞ—‚hú]-¼ûõµA«½¶düõ1{·¿ vxR2ÂÆ—k·åéˆ 鎤E;Ú|ŠSc³KôAFŸ ¦N³g€ÏDwáÕ9’€ÅpÝû¾kXò¸„*£_&„~Un³BáGçŸ £„N¡ÊS¨p<ø+ ÂB“eðK+7Œ|ëo+/ñ#†
-endstream
-endobj
-1136 0 obj <<
-/Type /Page
-/Contents 1137 0 R
-/Resources 1135 0 R
-/MediaBox [0 0 612 792]
-/Parent 1114 0 R
->> endobj
-1138 0 obj <<
-/D [1136 0 R /XYZ 108 690.907 null]
->> endobj
-1139 0 obj <<
-/D [1136 0 R /XYZ 108 608.74 null]
->> endobj
-1140 0 obj <<
-/D [1136 0 R /XYZ 108 549.711 null]
->> endobj
-1141 0 obj <<
-/D [1136 0 R /XYZ 108 466.772 null]
->> endobj
-1135 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1144 0 obj <<
-/Length 2753
-/Filter /FlateDecode
->>
-stream
-xÚÍZY“Û¸~Ÿ_¡·PUðæîÓø¶×Ž7žÙ$•õ>PFb ¯åáñüût£ðåuòrÕ°   ¯Y¬8ü+ÁãU˜p–ðhµ/®øê﯄þì%!<>l£•Ïn¯þúJð`%K‚`u{G¼ƒq/ZÝ~u‚õVpÎëµ8u-ËC¶—íú·Ûw´2aIèáB¾ÚŠù^L˘0 ÷÷eµÜyÈåá( Yv-£õ‰?]0OÐòÛu̪Xo½ tpuÕçzͳ{ø8]E£Ý)-ï‰LóœˆêÎ|Ó“kYÕ¹Ô³:z¾H›®¨ú[½©$.9Ddå„m蔲£36÷´D¿™ßU ^XÝQ îØɶËÊ£EÄ’%á& ˜‹s>¬·¡ë¼R†¿Ây«èççtcº®^—–°µp§E…Á&êå”DìÒý=Qûª(äZ8J)jä¤çHêøZƒ˜²}Ÿ§MþH#ƒð õ ž¨‡Ôu·¾Ë’8ž\úµ¥€%Ý5°kà<’€HÝ;l ä¥ÆO™–}‘–vzà´ýñˆÂ«ÊvCße[Ë}Š×3ÒÕÖ>—i©D€úzÐÝ\ðOX…Ñ¿Toמ
-bΑÈæpjÕuò@ƒyVêQPgÝw© )SÀY "y°[)AŒ¶§tøÚ€ø€i»`¶ŸyÀ»L8¢Ç„ pPZ
-c§n*ÀÚ8YR5ÌÑÇIF./ ßôH׉ɥ‘±L÷'2TâTpàÆ.1VήŽ#‰hû]—Ë.“­0×8g®ŸLn·¨u¡=pкXÔzÈ<ϘˆIlÈ%¬3*»F‚GÖÖ3»ÆzäÂ1Y$ÿ%&ØÝK98qJGÒnÊríÒVCø‚–Xf`ˆíI œ´Æçe›µ?’‘‹0d lJR ÕÖÏšGÐÕÖM„óº‘R“t ˆQâ:ð·JÅíé0¬-Z V…¤…¨s|¡Ñ>DóÌÊ}ÞkØØ  ìñ¡É:ûÍ ˆ3?ŒxŠÜȨRx~·Okôªsœ€EbbFEºo*4PŸwY‘vÒB§ယpE-ö}ß4$éå
-C6ˆ Y#ôiµí²<ë§Lê^/:6i}Ò3³rKð lK+¹Ír»{Ü¢:üq°ST¡ðYâû“ûüò€N…γª,•CE‘ve|—6Uñൡ?á¡û,7ôýáTiÂDI4ÿM& †ƒvÌ ®à­áw¸®3®p肺ÈÄžÂH÷5ÇÔÑT̸…;É)K»¾y¸º)XaË®ÉvkÌ
-ßÛ‹ñÝœ0!ë4èŒæÍ®¯Nü%á‰ÈyßËý=!”ˆ&õ¼ŽêxCH©ˆ”û“¦æ˜†óP›†ÖÓ¨PåNj’æ
-ù3^Ÿl£Ù›v|¤¡…ÏîŽÙ<%ç°¥%–L"‡ÄCä`ôýÚL¤ès0¤ŠØ)ÓB¶4¦6N÷zê›JÞ+Ñ¥
-Š»¼iÉÖ¹Mµ$e˜YS•…æ‰y%¶C§}¬L ¬oM>Ÿ•XJé&ÚÇ‘L Šþé‹!žQÜ”ûß4†¦ &³Ãh„Ö= p5!H§Ï?bab®ô³N¼‡79÷¹(FË~Xoý`†{
-}ÛÙ³vƒ'_ÄuH‚ãhÜo©jYRã.Ë—¡¹ÖLê’øPmM«ô·%¶DÓ.³µJljßHVd 68AÝUåRxʘi¥ð’óƒDØGj&þ¶Oýò)¦¢¿µe«¼S)oŸwŠ–´â'OÑʬïûçµ¢Ø?U1[<ÓÀÌT'}7Næ‡Óšï²>ZH‚v¨ót§¸«­°¨iŸª\*óvÂ8`‹ Í»­ž1lY]fj4=ZòIþÞgùn|O/R¿í=YŠ+¾˜iìnømÈZŽéõÎYSZ.]ÌÁ÷§qóRÿOÂå ¼™VíiøQ
-N8ôM/ÚñVsŸ ½S_” âi‘ÕNkšœ‡qyX²:× ¯
-T_d“§k7vÉcǪýÛ¦G+/ÙI•¤çËøôŒsãûÎ ø&Õ)MÃs–Р“ck÷ÜÏcæÆñŸ´Ð1ÐÏÖõYìÆVËê§Õ¦G»Ø‘ƒW(ì¯OtnX
-몯ÿSç¾ÌôÿK´ó$% !Étÿ+Ê>†ï”|ŒysÁ8Taz
-nùó=ðÿ#œïñ­ádÿ
-endstream
-endobj
-1143 0 obj <<
-/Type /Page
-/Contents 1144 0 R
-/Resources 1142 0 R
-/MediaBox [0 0 612 792]
-/Parent 1114 0 R
->> endobj
-1145 0 obj <<
-/D [1143 0 R /XYZ 108 690.907 null]
->> endobj
-278 0 obj <<
-/D [1143 0 R /XYZ 108 666 null]
->> endobj
-282 0 obj <<
-/D [1143 0 R /XYZ 108 649.127 null]
->> endobj
-286 0 obj <<
-/D [1143 0 R /XYZ 108 405.83 null]
->> endobj
-290 0 obj <<
-/D [1143 0 R /XYZ 108 346.759 null]
->> endobj
-1142 0 obj <<
-/Font << /F105 415 0 R /F94 409 0 R /F107 429 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1148 0 obj <<
-/Length 2008
-/Filter /FlateDecode
->>
-stream
-xÚ­Yã4ø½¿¢©45>â¼-°À"í
-Ø"XÜÄM#Ò8ä˜Ùâ¿óùHš´ngVB#ÕŽýù»/{ÈÃYœ¬££Çëì´Âë–X·½ÕûÛÀ7»ÕWߧá:Ai­w
-ø™“nñaf%˪²±\8‘ 0J4XBOBÇÆ'ÂB w:4e6±<¡ä â@<¸¶`KJ9Ÿ0ÖêNB"’h=;óAm¶lÐÊ®oˬ/UÝ!wr&à–¤``£$åNB)64Úîù´q ªîu"KaMðs#Ð!g÷Äv>¹ï!þ?E—à·A½!A/[™gB6ú0À`¨ƒ–ÅÈœiEQhÐfãWÕì”lèd&kGÉ÷I‡ Šè=µ9ˆívP›ùÄ<Ÿ³±ÁÃDJPÈ“{L8ˆkÛ½„z´ã(‰,÷ï`=F‚LN¢ÎíGÙéÀí¸Rwe.í\Ô¦ˆ£înX?ÆÜÁÈzâà±lU}åIA¦#Æ —½õ°î¨†*·sàWÚÙ^TëæýQúxà ÅÑ,xúу®8 !½’1Ã9øœ™…0S˜¤(±&Èå<r(^½F?p`(úv×lÄ°Áïù€ƒ¸ô3⃨:ùª
-Ðä¬óû¡s†QY6´/(tŸ Âã+×ð*òVBB#f¾Ðtè2RŠ8q)
-uoŠqðs¥ú~J ûçJvN5ʃI=”ÏÓ6˜{®žä¢òP5bš^Äq8ï>Bˆtžš8f$1p¿¥¯”ÑEÑmº‰,šÒGæ3R%IphÕÉÎT­½:I°Îã†ð@Úõ^¹ñè
-Ll¼1ï-ïÝ«‹Ï­>¿ß\b‚D~F¦ÐÈëw›Ýì çW3ÿàiU ËãéxË|…:EŒ9É¢zãP‹ìü‡ËW B©± ƒè Õ=¯þø¯ó^ÿ´‘€îÌ1"iº>­(¤j¥î»Z}\ý2{sض3tæÝh™DGš€øEi€˜$4ÀûÆ£†$B|Òp§ªÒ5lÚ‡¼ý“;à«ÄQbûæ!|™šqÖîe"Ñ‚=‹ó*"ªï¾T¶$ñÀ^Mjk"ã É…~røËÈnó1—½ž4¿Aš})i'öœ„9á/¥¯ù£„)Õ·³×òEÚmb³dä‹ì;6{Áä2{´¡£+—Þû9“M?Âú¸$1>¿ùî+‘ýåyפ‡G݉úР ¤ô¨²YH—ÚB<1mÇ÷•Óå3˜¨Ì#Ô$ -qgDzÎËLô2Gö{w,Ç3¦úEËž€T~Òêк)ÖãIüµ!XkÖ¬ÝĪј(Iþ=ÀõÛ‘µãcÙ•û²*ûgG¤Ø@Í+ëÎÑvx:º[ùÅy/ AÒïP&5}ÂïÆêÔ Y&;w•ÒÝŠ­]÷†“Lóz;^¾
-¸ËöÕ³+†e¼(~jè›a¼_ºËe^vM%žÇ×!ñQ_V2‰€5rUp²N#(ŠÔ÷?fÙÆa•rƒ
-endstream
-endobj
-1147 0 obj <<
-/Type /Page
-/Contents 1148 0 R
-/Resources 1146 0 R
-/MediaBox [0 0 612 792]
-/Parent 1114 0 R
->> endobj
-1149 0 obj <<
-/D [1147 0 R /XYZ 108 690.907 null]
->> endobj
-294 0 obj <<
-/D [1147 0 R /XYZ 108 457.083 null]
->> endobj
-1146 0 obj <<
-/Font << /F94 409 0 R /F90 426 0 R /F107 429 0 R /F105 415 0 R /F125 566 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1152 0 obj <<
-/Length 2873
-/Filter /FlateDecode
->>
-stream
-xÚÕkoÜÆñ»~Å} Uè¶û^ÒE 8vœØH\·RжR<Þ‰-g’Y5üß;»³Ë㉔N±´…qw8œ÷Ì™-(üc Fã…N(I¨YdÕ ]l
-ŒÓ9"šh®ï'ò@Á²/¬¤D 5oŠâˆ`›6­7¿µhµž~Ž‹_#[!ç©®¹×jÙ1á*J$öYáÊ#ÂÝ´y^ÿæ±ñ!²‹¿(\|¥è„!ÆÜa—êˆèªt“×}úf¬Žæ×…Ñ©FM.9¶ê/2L}DºÙ)SÑMú?b›ê1¢Ã£ˆñVV2GÄx“—esÊUtý_·ÓÇô¤ýi?’¯†’=v¨?׫¼Q7„³påwLÈmSÔ}¾*‹:ïf®asi½š¡‡:¦¸JûÔQ횺¼™Ò4PÛ35ÔöK.DÔ_å¸X7AÝE½APwS]6e‡›´õˆ»._\¾„ ´uZÂanŸ§Ù•=v±äT
-µ/ãѳ¢ÍÊüÀÔô!& ˜mÓu369 rxÞ”Åêy‘V Æ•»ðEÀÿ°óæ|¦ô˜oÊݽ(wFZoÊ{iê1·Ç¥`zŸ¶÷‘ÇdÇ|Xå¨qp—¨B–!Q9Š¸1…`°Í³"õ¾þ ÜÂM›öà0àTÞgþvüéçÎÆÔ‰•3c£r·ÍVjdæl(ø(P„ÛÅÌ-˜Ÿ
-'™ƹ‚¤`5¸ÃYŸbdgƒ¬RQQm¡jHárµ‡´y×ClvWvÈE=¹€õ=øñlÄË°QÄãwE¼9]ñ`åC:
-,RŸ1ò
-ªH©ÂWnú€2ø)nmx\ãrfB̸Õˆós–íÂPRç'¶« #:7NaÈûça:}4_1ìÑ¿ýãLqL jcNïîÜ6WOP‚éºÇþ7‰*[‚mËv
-ßÍÀLwµË0ß²Y…°XB‘.øƒÔŒ9ÂMåh¦Ig~7ƒ¬l‚ѯ¥pdÂ}äT$ÂLY
-k~ ¼¶6â€Kc¡lA¾Ý™6£ŒA£¬,¶Û0¾sÕ‰Ïá£Úe~&ØUv$É¢0÷ =2õ…Åäéu;4X  Àâ*/·wVú/g*N¸Nߌjìó;klû›ú~\-Œ ÑÙ­}C!Œp½¤ c <¨xa_tˆä†ã{¢EpRsUlìIOp'@-1AŒ°<h=1˜;RNÅþ4熤Áo ÂëU¾…
-"w¶m´m“ &°•¥¶&µ³·¾$X_‚ý˜}Z\hI{g1Z† „;é{¸$Rʃÿ…t§ØíCx9ŸÐÒИ˜á;Ý5p†NCT Š?Rà-Ü€{H±WÄ$½,ÀÒÖfú÷oN•Šüçÿ¸,6x{O”Eß„Æ€O}; ÀtÅ­lj¸·ÿÀÍÈú02·éó,ÀB'Œ.…†Ð…9;åðÚ[t.=™ô²Ùyw÷З7i»êöszfûDßÖOÊs¨œp$5óŸÞDbÎèÅ
-endstream
-endobj
-1151 0 obj <<
-/Type /Page
-/Contents 1152 0 R
-/Resources 1150 0 R
-/MediaBox [0 0 612 792]
-/Parent 1154 0 R
->> endobj
-1153 0 obj <<
-/D [1151 0 R /XYZ 108 690.907 null]
->> endobj
-298 0 obj <<
-/D [1151 0 R /XYZ 108 381.689 null]
->> endobj
-1150 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F8 615 0 R /F11 600 0 R /F105 415 0 R /F95 412 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1157 0 obj <<
-/Length 3859
-/Filter /FlateDecode
->>
-stream
-xÚÍ[ÝsÛ6÷_áGyÆB € Á{K{M›Î5ýˆ;íLÛZ¢,6É’Tô¯¿ý
-B+ÄW·
-õýë“ÈƤЈÍà êvº•Õ³Ÿ¼Ó/3Ú)S¬JºYo`~4'q™@Ë>-òìQ‘dz"]I3s4ÀDÿ€È­:3ÿ‡—uÌH<ND&ã0—uCqŸ§GÁt+¤ñ7(›ÅzÓƒhäbÎÙ¨‚h26œÀlédco¾qWΉ‰T€WN|b7ãç¨* 3Y–óŽ1Ñð’7—¼ZϬÚf‡0B«íËî7+-p¬ãÞ8®!Xpc•wÅøís˜‘à…Læƒé]›ona±o¦ÛÐÄ•žÁÌú¯²éª|ÿôbÍîÐ9g\oõ¡íŠë¹˜¤…Nü›ûMS®æ¥Z¥¤?& ó$/•UBGr¤N¼l×|bÙMíbʼI"ûlÏÎ{nzîc0‘
-ðkFð@Kæ_'¾†ã:÷èUœ>uôi,Ï<z¿­»5zK§ ²dèçÜ]—-F¦U_·y¤+òvµ-ük§® |]2Þ‹aMÁ¢dIê:ÅmÔHuÚb®ˆ°§2ñ |ê ÌB›˜…_v[1rI,–Ãä#“8Y7†q.äMÓÖM[æ½pbµçâ•xñBå–©zÁ#o6qðƒ±þ'P7N…‰ýB«¼Zz9ZaM<’cU#rJÙwU(…$sܧ!V0©L¥ÓF ÑðšWí9…‰6\nùaç¨)Ýï}Ii"­Ä·k7¥j
-OÕ“”Aõ-ÈÆçh„|>TXUàÚŽ<I!Øé<Šàm¾«
-nø$³¹¶>`Ô†óÎÑTóï®Î×S‰)«L'¹Ø¸¦ùõ¨"Çw.“Cþ8xBÜw0¾0ÒcÂ’>«ú§¼×»-
-ʃŒˆt&ºéLàœ–g¤å{¥¦t¦€/£œ³Èë
-%b3ÙÚï§8¼Çßò:x|^ö<°.V®î *á|₇ápï?š§Ñv„•­Ý= W»“
-F>Ë)$C¨wgd¬?#cgm /êìËx¾cxlØ„'€ì$°ÎÔ`ëaΨ>¤ésŠŸcÒæ
-dx¾:¸Á`Z*ßÊ{gÁ&*µãR×€f±Â|è\ù¶ð•nr
-&]¨
-̇xè¶èA8÷ÅLÜ”i"”´3þ:`ü탌g@ø¤P<ÚJı~a_3‡tàØÀGé0:Bñä×apÖa,cÙC¾š
-+Ç…›OäC²FÈî*VØèrÆö1„×î°ë;rÆÑ,È„yÆþˆÏ¼XWç` £œ$øãcMùÓ"âOᘛ¬
-rQx|X­Š®sjŸdæ´®Ck+“-š¶dkVÆÎß¼§J¤±zÜL½®ºÙ[pd2} °á•åQ®Tš¹Ð–-þ8t(Cîäÿ:Q=$y²eªéÂú¥={¡LîÃî·!‹€“ÆLÈJµØ èãYp!‡VÛú=ŠÂ%lX3ÂᣪPöH­}~œ¬èÛ~ks’fŽkG€0’È;–ߤŽ÷›®]Í
-èëä;&u P
-ú0èR¢½ƒo ¶ÀúèÑkÒñÂxW¢ör›ª‚I¼  n7m 6¶ç îlÞºwœv«±-b —ÔÎÈ Qôõ__9cÐd°H4ºG \oUp J{¤nÏ·—ÐÍw»z…×vrá&¸kdÂJ¥k¢È9aÅ}µÇa1Ü#Gê;áyÈ‹ê(Z†Ž¾©wïóuÝÏ›_úäM6|«Á ®¶s·%œÂØ‘¸ðº Ré¿ÿL¥¿ßS ¢ Ä·€`Âö<‰%®üÛµî½Ûš>6Á¥êÚÍÚƒÀ¯Ý¼¹è(JIOƈtàzY8:Z:Œ;¾Óþ–° Rã’¾šKÓñåÚûŠ¿SÄ·Pã^Pà@{&8¼üI!æ™·Ú©HÓ_å Û²ÿx•Ê€–û-_&xOÍŽ|ç© eÎø©ÐQòBppŽ>ÁûÏøExÃêô¿ô9&ëeÅÛq†¾£ê{Rèù¯N¾®I©÷¤™
-×üÀ©æo8æêgXÌzÈ……E/-ÂÏ°#K ‰B©9¨ßà÷#GIá!N_öÇt6m‘sA…7æ/¶­qfù7DqȈOnÐð;xi
-oß ˆÙz9Û
-endstream
-endobj
-1156 0 obj <<
-/Type /Page
-/Contents 1157 0 R
-/Resources 1155 0 R
-/MediaBox [0 0 612 792]
-/Parent 1154 0 R
-/Annots [ 1159 0 R ]
->> endobj
-1159 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [311.012 433.512 320.875 446.276]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.19) >>
->> endobj
-1158 0 obj <<
-/D [1156 0 R /XYZ 108 690.907 null]
->> endobj
-302 0 obj <<
-/D [1156 0 R /XYZ 108 666 null]
->> endobj
-306 0 obj <<
-/D [1156 0 R /XYZ 108 650.653 null]
->> endobj
-310 0 obj <<
-/D [1156 0 R /XYZ 108 356.053 null]
->> endobj
-1160 0 obj <<
-/D [1156 0 R /XYZ 122.346 156.081 null]
->> endobj
-1155 0 obj <<
-/Font << /F94 409 0 R /F105 415 0 R /F107 429 0 R /F90 426 0 R /F126 570 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1163 0 obj <<
-/Length 3196
-/Filter /FlateDecode
->>
-stream
-xÚÅZÝÛ¸Ï_áâ*kV¤DJº>¥—äšâ.\¶h^´m 'K®$g³]äï|²´V’݇Ã.lrø¡™ápæ7#ËUr%Ãte²Pda²*ÏÂÕÈß?“nxƒã›É„¿\?ûÓ«,^¥"3fu½Å „Rñ¸Éuù¯@¯aƒçë_ÿ¦'B&NW¡HlÓÞ®7Fѧ ^Ò碼 Ï×ôù}òè»q»ñé‘Ñ"ËÜ~IŠž½¼Ù×aüYép|Iº öœt+£#–lŸžjv¿„Z^­7QySrcØÛ[[LêìZéàýZêÀv½#yÃ}~<ÚÆms[ û‰º²„µ¥Eš:ñ~U¡‚ëu$A½¨•WDø‰>ßåzÜg”#6"ŠŒÛèk­ƒÞ3sÌ‹j¸ãžEN?»¶´N®íZ†AÞ±h}Û6¶óçÃË¥%<5Óo­?ÇúÛ ëï>ɺ¡œq.pÒj…"’zöœ×Í?0éäó*|‰H¥7µjXoTª‚ªw߇cÛ yãÈÃZ-7›v°Žˆê¢–Í‹=·Žý% Õîڲ®íý
-ØÇ­îlªÝúvëÇÝ m†ªsím[×-šÝ-Ø)k*‰…T3Eõö?'ÛVÀIÂé¾nøÎ?è{àþÈZDÏ46_hܸIï+²ò[äµdRÞû)È“ŽÇºòãnfî¢
-2ŒÀ¤²•Î`¸¥‰gXð<w3™L^B‚ÇHElR22°ÅXšqGääÅeÞïm‰­Ý¶ªklt¶îÁ}„áUˆ^\ep…}y%±ÿñÒò6JÑîi„Šy÷ë=š^¤M—%µ²:R(´ùÉ<£= uÕXîBLÆ3®k?9Ì›]MÆýk²[lUýÕyA×;*ât¡ŸíX!jly5ÎoÜŒav‚†¯fF¦®°«Ý*`«Ò(Rý²²ËÑZožS¹E^Ø®AtX× î²*±uÈE_G×ÖæniµEûÞÚŽ/ÝŽÜmÝvn} ¬užÝ¼Y0Ï›:/~E‹VàQQOaœz[
-¦½pÌó­1Ò! ”-´(NÐëH\º/@D×€´qð}Õ §¼æÑ#i¨ýе,kÉ#%»ŒæÁêCU–µ½ÜzA²öÔ”yw·6:Àƒc1ä±¹Ïë-·xlè™p[•^"Ž4uíFª¦¯JËmï
-±=3PèÿÔÌûs@CéØaƒz ÚxT-ì[íöƒ;“よxu”qá]3“YðzRžCF“8¦æàœÑÝúl—ÐFcv‹È8h|bÎÐm·¾=:–¿y7ð§Œ`¹žùs£!Ê¥ØìãÝ*/…oÌí[<ºöT—Ü-ZÜÐíÊ$Ç!´`,Ø>ØkÔŽó½æ0‚Ë÷+S®–Á%Ìôi&íÈÎï/ @ŠÐ#€Ÿ)ÈOÃþ_çh3Jb×y3Pü@í¿OÂëìºôÙ1¢dboÆàñ5È/³ÜÌ64EP$ zèûꦶLGCCzÑbülíæ9zmTètVŽg€„é&ð;ì[ 8„FÄ]—÷UÁĪ)êFüªmÜ<ö.´ëihù
-uÒÒì6ˆ¥Ð±Oyôv8lUá—^< Dj·‚Ò ¯ƽƈ,š„¼e±bÛR± RàF¶§º¾û# œÐYyžsT±;
- ô'B·@鶨0v`§¨ºâ„^¬ç[pôòóÃKíüþE“Åç|Ñ÷«‰vý­»Ôq*täÁvwj<‹{ÇõÈTH?›a s¿]8—TA~¡Òñt
-€W¿ ×¼:}¸ŒÅc0P†â.†Í’HÇgÎ2Êád.Î<<®ö¼Q·À›LHEâ'y’©â¾åSPI"Ä B"âŒE8Ö9ex69¼•2"QL‘dœp¼$zLä3õŸK|f tÂ&ˆ¼Àí7òs±Ç~{Ó~¸ÿF~\RºEÍó×&ž&JÝg9°§mŸ_î§ 7}sžsí„Š•y„¬*Ì€ãHjr®oZVXp¦Ùy˜ÓŸŽX
-à¼ú7óNùÔ? è3«¸<€[?êœY­È!²Êc³÷ÞÖ€œ1Ç/¶…v õ.]G-T¤cJHEsr8 ôO0©c É„K²Kôšé—…Ï>+|¼(|üIáÕ´rõ› oÎÂÇÞø
-£ýâ‹¥±À¥žlðéB¦Ÿä/ñ [Ô`ß;»øùTÛ{!?âõ½‡èý;÷ V¦+ï|ˆ[r±J$ä[~C P? ”‡fÂe$Œ¡Èe"{ùt-  ¥óñÉÒ
-ÌæspÞ\l›*ÔÄà=æï;ó› "Á8WX9Ë‹bª„_r˜h!Ç õqFCMy…=KˆZMŒ÷€¿p ¸Ž„òøw%Üã*JU5½báóÊ1âxXÕ›sš¤æÎjûgN‰'Éò˜Õ`’5ÆÍK¹R¼”æ)&%Î ¶ãœŒ<ȱ².¯\Ž^5\Ë<H¢¸í-élÁ‚;ÿXz1.S%â8ùªZ˜‘~]ÙÚÞÙ]’ÀÁÏë]•{5;¾W-r†tÙ²Ö4l!“'YC,¢t¬ ô“—´ðﯱ¶Ç]4ƺ-°:èìfÊÚ<cu,ò«âÆ¿%gßл+Åyö‰4X Sbsíè †…Póâ×|çÁÃ_œåKÕ†Ï(çó÷oIp¬†­Ü›TžÔöî™lW<î*·îÕåÂU4ÌR¥/ÙìÆ/™
-LÈ:ÅŸàoSNGÄ\𭌲©*a¢ÿAá¯)Ð*·I^Ð[‡Ê½>†µ˜ÚàŸ\ä¼õ’³Î¤H§v¡–º°Sɳ§eãÎ"ÂRSA¿ÛçÍŽ_ITþB©=ÊdO,µ>€ßþáæÂx~é)>– zp?måÞñÂHë¾oZÊ6²] :
-¡–({!üŒ
-endstream
-endobj
-1162 0 obj <<
-/Type /Page
-/Contents 1163 0 R
-/Resources 1161 0 R
-/MediaBox [0 0 612 792]
-/Parent 1154 0 R
->> endobj
-1164 0 obj <<
-/D [1162 0 R /XYZ 108 690.907 null]
->> endobj
-314 0 obj <<
-/D [1162 0 R /XYZ 108 507.072 null]
->> endobj
-1161 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F126 570 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1167 0 obj <<
-/Length 4262
-/Filter /FlateDecode
->>
-stream
-xÚµZk“Û¶Õþî_¡o–2+”
-ÖÏ7ÿ¸ÿšš'J'››@¥†ÆfÞlcCÿõúKúÿDùýEÿ_Ю};7ÎnãHe™Œ—dØàÉ—÷ãò£ üäî°~iwŒOËÕƨ,„A¢X–w÷Mí6[ØòúÜt]¹«èË®[—wMÍ5MË…÷¬óº/ëúÆ·Þ»ïƒÀÀX´) HU§4k*k¬lë{mÃÎõ§‡sYÚü|,‹ñ Æ…¦VE&’§òpìy¾»ž·+òJˆyUÉNÊ¢ JáÀ«­IŒJ2Ü×*‹"óþXvÐ8K×ðËK6Áe~(“zFÈÖÊÞU°O²®›þvÍQ¤lJŸœ?4Íž»”{—+&>gŠ¯Ka‚¼bZó0‘±,¡ÓÓ±
-£TÆ}Môr"j^°nÖcb¥­–~O7Q´–ãnp><å¹Ê w¦reÑì¥"ïºáä¤OÌ{&÷G'Çj@UÂù±våÏÐÛ†îdkAi°9.³"O©ESwe×;œéïËþÈ5ÜHEÓ´û²Î{¨û
-C¿Ás5GÜß;°2 Ñíú}[ŠâÈÊ©R0‰y„R¤*ŽõÈÙ½»ca¶`£’çèü$ ü¾/ÉÌ$¨´ y#E6B ë ÜFGëŸzî”w2Œó =E:xý·îN:Õ{nËúäªp-(ÒÓÏR•µ_XÜwµëº;é
-ß$Îp*|
-LmO0š¿(c+ Ôœö®+5WÁHzÝ”…ãϲ޻³ƒd^ -šüåÍB ¶Óªœ+Ĉ+&ÞoRU._Œ>4ã Õý;]Ѹ'fjíXÔ`¬šwöå˜×‡%knÃÙµµÀ,«¼ƒcfÁÀ­k‡š‹÷´–0T©Ž`AàŽ,µý’é*;z¡~Çp kÁ£žŽkz=¢ 3XžeTo¨ü–Ê÷· #h¯ÞQZ£‚+‹Cê,
-Áoe£Ùb½„‰\3bC„QÕ°õcË™y‹Íòó¹mÎmI> ¸¸K?¦Ik0HgäÒö«#­3·ÓÑ!Ë«ã
- b4#^|®ïxøžý9Lϸ{& üB„P"”&U7>‚›&ÿ•CD†qÍT:š¡?ØÈÌD y8BuøÁ¢i>‚æÒD£IÀSkÀÕ
-uxx·ëH
-±H’±fŒ=ÈL"Ňó àaª³
-Á’çN¸l©S ¢š<Š;Q_sçkebÏTlb Є5ƒÀI&s'™Ë-° pÏhw>~4™ÛiÆõF©D©„¥œM J× …D®SvcÞx­¦ ÈJ}¦d%A|/àÊpÓñSw·Î6„ðþq
-–ÀŽ!µëbh[0¿dÕSCÑ4x²»%
-AG’|†ßHƬ˜ÈiŠn)ƒªPOxx®œäÏ ‡C&þt†SÊw QKG
-J”ŒÊzÇÝ8R¥=\^ËnKñ-Ö€Ó ðj’’Ĉ
-ù£n>ŠÕFÔŒ.¥ É\a B[òeLè\W-%˜ŒQöú@¯×¨¿KÃ4Ó—=Ò°õ^–€4!Ú-†*§*næãa‚²(õ’é{ÏÝÃû£ã†BJþApßt>¾ÆÙ¨O3¾Á7£"æ[åD#ÑB\%ªu
-8„Âձǖá.ÔäKNÅR4"p¤w ù>LîGvÙV2›n(üX:‰È'+±cè„Ħ¾Z&,üTÖ” ÆjÙE9i¶`@aµÁ˜­TUsøM«U<æeá—¨0«8x†4ËwçÜuF‡2SuEï…} F¿’CðÀÖç«IU:ØyÙ½ã[Ü`tY<f•ÀÚÎ×€Ø-î/Ž/ýÚàg ¾öå$”šYúÙœ"ðÜŽI¦q½oFßlj´IÕ·›bâ¶Ú«qàH5æ|@jõxá½ýO&e-a÷7»¡T³—Î?úPÑ&áúOÿu?¹ýzCåç‹¥ÿoäúl!†Ì”Ñ–Âr%³K͈Ý$
-;æB<»¶kXráë]ÍÙ¨Êín¯‰äPIªN9œü+ ß?oáÃG©ÞAñúvȬ‡ÎÝ:xC„?âgë{ÎbG‰¶ŠÖqNcÇ2Œr" tÁk±¿º¥G­G_âs/‡ Í?›²ÄwÎÏuòµ Ö-1݆ºÈëÙTÉú…T¾VüýºøŠq>há¡iŸ-áØÎ<vú¦ž¡\Þ<VOæy5¸¹¨ŸKþå›J(`ÂZœ˜ª[eTfÏ7nÙÄ¢ƒYíʪXTÂ, !'€6.mÊkò¢©*Þ»^RE÷@DûŒ©8Ó5•â/y›sÈÅ4üÞ˜83‚/3pIöúnÓ¾M
-S4ià!Ô©¤ÖÔ°"߆/¬JÂ5‰à‰«{¡~Ç“Õ¢ÌQ¨Ù1å฼ÆÜâlpÚc*„2¥Ðþ5X7WÉhMÓuŽ‘1|¾uþ°ýi:Ï€ï@¸ÊœÎ+]¿ÉýÏXLÔíe›×ï¸øƒ’j—SH­˜öªç߽늶ÜQ.$H™ÉüÆ
-lY Îiƒa û‰ÑÓA¦l–ð»’pñ]I8âC˜1}ÑñeÌŽ/‡qãPòf:Ni”©¸÷|è>€Íûiž‰ï*|â2•D ãYöÐ6'1åB;”Øe¤¾Ät ™ÖÀ(=}Cñ1–|ûì6Q™®ðiC
-‘Ü‚¢+.kþÿÉßÿ¬öÐâë'œvºzå
-*³¥JKI·IÅ¿×ÌnÛ
-endstream
-endobj
-1166 0 obj <<
-/Type /Page
-/Contents 1167 0 R
-/Resources 1165 0 R
-/MediaBox [0 0 612 792]
-/Parent 1154 0 R
-/Annots [ 1169 0 R ]
->> endobj
-1169 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [262.861 194.369 272.724 207.133]
-/Subtype /Link
-/A << /S /GoTo /D (Hfootnote.20) >>
->> endobj
-1168 0 obj <<
-/D [1166 0 R /XYZ 108 690.907 null]
->> endobj
-318 0 obj <<
-/D [1166 0 R /XYZ 108 368.341 null]
->> endobj
-322 0 obj <<
-/D [1166 0 R /XYZ 108 355.061 null]
->> endobj
-1170 0 obj <<
-/D [1166 0 R /XYZ 122.346 154.394 null]
->> endobj
-1165 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F90 426 0 R /F105 415 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1173 0 obj <<
-/Length 2542
-/Filter /FlateDecode
->>
-stream
-xÚíZ[ã¶~ß_áG³âURÞ¶íÎ6E»)š  ÛŽL…èV]2ã òß{x‘Lhg›’ À¢ÉÃÃÃsù5xÁ^á(Y‰4Bi¯²òM´z
-„
-ñóä)Óü-×K)x´@Œ&fØÝAm¶Óu)³¶ðd 0úh2û¦8góÚOqõ‘Ÿ‰ëŽH‡xÄ͘_!œ°ÕiÈgœEÐ7DØþ³”’#8ƒ_FÈ™ …uúJ7zY§ø· Sü éÔÁgñ+HR8:=–a8KÉy—Š‰ÆóÎzÒЩmõµ}fuµaÑúGåTÛk"[7u!Û±¿nwy%{ç‹ÌÛn΢…d³ÕëƒG)ÂnAh”r>†ŒÁ²©Ç®»Ñ”dÝÕ¶§7Þn†”¥¬v]hËœ£$yæñÙÐþ¨–Û7Y.™›ÅŒìsNǬȳ%+¨ J_ŪÈ+Õ„‚)Q<ÅÒ]h1Š›skê¼êÏp·ø¨ZeÆ Fg‡°kë¦1gÀgßÖ¥gèilö
-×vZgéÒ>öuQØÓË«; tJ†V¹q÷õÐ{Sâµ±4Ç=wÜN ×9k2}?°25²?|
-<Aøf`dðÍÀdˆ‘™–À4öC—C5ôÌ2äÌÿ'ýoðZB?²oeÕ±”ýÄNg„N¹ ÷Ê)PǵÐ1bð}Ƈ<C0=Æ<£ ÑI½ô¢z ÿIcÆÁ²BÉ6°D62†ý{•É0ª§`ØIêñ{Ì}]ÛF‘ÿ° ®t°µöy¯ì3;Ôªl[kê×û¦ÂŒ0§©ÜyÂŒ/[…
-[.ÁßÌÎ-«‹ñ$š³9†}N7S”ÇÏr°·½~×.Q¹A“AØS}k:MÙféYU=è*M¿›*ÍŒ‘–Ðòvg)j;m[šœW»<[ÓËÚ2~”­-íþCö9:ºÙðPìFëœbåÞ]œü¥£¶šbhe1Fó¡Ò¶ì쌿Îöó¤}&Ÿó›Òäi£F|3Š£-’:ÃL¬?(/kØŽ¥ F ¿¹¯ë®usɉ`V^nÕ¾PYß¹(†™›ãè–|fª–²uìü©†îȧ‚ŒÑlÒ™á]& åïÈfƒÅið!ß϶og8?M¬GAž–¼ýá…¬úùpM97üØ=Êf6ÜPÎ ?.„9^æ¸æ¸椗O îŸ.qÿ´àþéÄ}#f ×ߦ» Ù˜°ÄX
-5Bê¥i-²—¦!jÀ¦©>`Ó{±aH÷hTdƒ{J‰âÙñ@j—\á’gN„!9 Ạ<‹àKÜ\î³rÌ‘só£NˆÒ gqáD9y|À\î»6{·0bÀÉûãÔ{c)Œ
-“/òʶÝ]q§Ï©v´Åc6EˆuåÂuèׯÅ>K;eSìÎIj“™…wŒ•&3=…GÓª¾w5\9d‡³[éM>eðX7®ZÈÝS62ùÛ‡‡ªÌ5€¨æ90ïÇaí'뇡TU V´nù|ξ̻¦JxI„óýN>åÝAÉ”‹K
-
-óFÍw‡YÞ¡‘ñ©
-š\ñ5‡ž‚ƧŒxý$ìnȼ+ŸiHµ)þÌuFù²zçt%Ž
-Ù``?è—§À•›ôS³KéZf –βʣíþhÇX±  ¤­!žÛ„1£‚œ¥ÍÁ\ä
-}×Ð/G("ñèëå¾É3Ô«§à ¡`ø¥ÏŽd2 p‘ý½ì*÷/Æ #îwÕvüöÈŽÄLm€/žiŽRjµA)1…\gi3¸ïîù£³¡øãúv”ÇÀ˜Šntµ®çnŽêòn×Uá¨öZaü8®gå•“'?k ÙPv½¬2s;–@4v¹;Á}R7Üw}Þ£ùaØOQؾ:ƒ¸‹ ÝÓ™HŸ¸LiEI7e—·æ¿ºŽ#/kîcÒR ­Ö­]­“ ;€çF>û4ýt©€"‚„þšLâuütËI
-endstream
-endobj
-1172 0 obj <<
-/Type /Page
-/Contents 1173 0 R
-/Resources 1171 0 R
-/MediaBox [0 0 612 792]
-/Parent 1154 0 R
->> endobj
-1174 0 obj <<
-/D [1172 0 R /XYZ 108 690.907 null]
->> endobj
-326 0 obj <<
-/D [1172 0 R /XYZ 108 204.372 null]
->> endobj
-1171 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F95 412 0 R /F120 538 0 R /F126 570 0 R /F11 600 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1177 0 obj <<
-/Length 792
-/Filter /FlateDecode
->>
-stream
-xÚUÛnœ0}߯ୠe]ÛàÛcšK/Ršª!R¥¶ªXÖ›EÙÅ+.Ió÷_ lˆª*B2f<>žsf<ÃC"‚eÄF
-‹¨Ü/ptæ÷ –—v}9qx—/Þ^ª,’Hqå €(ÍF|ý=f ìc8>M~柜»@D¤Öb$)@[·/É’S7’øŸåÜÝxæF¿z3§§œ!¥ž$Öaq‘á3œý“]‰ü4°‹8㧞ÙÚ”ý^×]²¤RÅ+]Õw~zh̺/õùÏ«„ĦÑ&!,~°ƒn’ Ç'~µÛj?àŠ®2µ7UõàSµ~¶/ê¾Ø ó'?©‹AÆÅá° ¶Î<ƒ/ÍZ[I€ì’¤s$¦±B–>˜„²øQÛqˆÕ-x˜TõÆ4û8…8ÍgƒP<‘‹eHf2ä#wg§H
-ç#Á¼†Îl¡üFë7{[¯L_¯ÇLЙD2íe
-VŸ ¯Mý&!2î‚c{ïwïƒÏ£WÎFÞù•ÒÔ-K@6@!a3”¨s,¸ÁîÂh]ê¶õÑ`‹ä¤â¢âX¨ªÛÎôî(š !»g–,S<D"¸½­õ 0cˆò¡øÎÿKkŠ8rä:
-`O*ˆ‡¶
-endstream
-endobj
-1176 0 obj <<
-/Type /Page
-/Contents 1177 0 R
-/Resources 1175 0 R
-/MediaBox [0 0 612 792]
-/Parent 1154 0 R
->> endobj
-1178 0 obj <<
-/D [1176 0 R /XYZ 108 690.907 null]
->> endobj
-1175 0 obj <<
-/Font << /F94 409 0 R /F120 538 0 R /F107 429 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1181 0 obj <<
-/Length 4017
-/Filter /FlateDecode
->>
-stream
-xÚ¥\Ms#·½ï¯ÐQª2‘0_8:¶“r©T²·8Ší²–"’òZI忧1`z€nK—«d­øôóØ@7€Gɇ
-þ“²êZS Su›×ÕÃ'øñŸ?H÷òʾ¾B€?~üð‡?™ú¡¦m>¾X¡TH>nÿùØ<Áï5Õã÷Oÿúø—Þ Ùi W•èP[ØßžV­¿ÊǟƯòãøõçñëã×éÕº]·0ÆñõÊ>üô1 ¿©êìÓiÓ>¬T}ãé!”rx¬Áµ{ô‡¶‘¢²c±-zûàUõøóa;üö´R Áñeúÿæøúº>l/ß¹Ÿ®Oòqw<\¦ÃKÓ7§õyý:\‡óEÄO3Æk¥JçF
-ÁSQ"JW§ªô°<˜Neq˜$©Kc¡;$Ëùø•˜,•¨û–•Þ /;®j8ðjF§b, -j
-¡S–„6¨¬“¨m/Z(@ˆ(ÕÁaòÑ""&óµh›ºô!:7¢ßm•f> d—L‡IÂÑ™s¼n—™O¿í vyë]ŸØ
-ßô
-4™w|ŠV¢1¶ )^wwL
-ž1]Ö„IÂÑrôèì†9ȱ»_ÇU*Ç çå@ÃËÈ13eäˆÂÑrt°µ–ýBÛ…ì‡CªJ ÛýN±ªÀŠÞÃËžò†*½Bp²'Ĕ㞵O×-@ÁF1¥ª8LŽVfXß.“d¿~öDª4Àgø L¼ìo‰2¡WNˆ²¤´qëžê”;hk!Ê„IÂÑ¢4R˜j™*ûÝa¸·Mó|…k+‚³k+¢ì¸µ1ñkkŽ–DÚež¼®ÏŸv‡»óÄ1–æÉ çó ’ÅçÉ̔ɓ(-Šê R÷±(_.÷õ®ž®¬wEh®wÅã“=×»""¾w£ÑzT­@Óæy½ùòé||;l7ÇýñœŠÒK¡ ØÑ!áeÇzC^ÍèT•%áx–(­²1(j*ŠƒÄ±HM´©…DÇaÏëóæóú|½w-ñ|…k ‚³k ¢bû4Äį%q8Z’^ Ù,ɧóúôùnI_©$3œ— 1#ÉÌ”‘$
-GKÒUBÉy×÷¼Ù/Ãö››ùº‡fèn¦O肇éKÊQC­`УãÀÄiú„IÂÑŠ
-ï¡œ½‡Â$ÊðtÉ„ˆØ{¨8-‡RB£¤çãñr½÷¢Á“Þ4 8{Õ€ÇGÜʹ‹ÄÄ_6Äáh=$<©F]Éñ¼Îw§‡c+MΧ ѵºô˜‰øôˆ‚‘r(?êçFþùúõ@¯E•ÆÓVg+ !±~¸*‚˜øJ‡£é[Ñ ›[«Èi&E)ÛÚxÆ­ ‚³[<HB·mALüÖ&G‹ÒÖ¢•A“ ß•GWXef4[dÐøZ¶ÆÌ<|‰‰cUKk†j”h›©7Þ O+ùxx’×á<l7kûÏ“ýçîhJÔœÖÕñê@k¨ÚãÖg¯šØá,GuÒ PµÄQ‰ždÂ$Áè\¥b¾Øw7ÐÒß*#[i¦x0Ÿ(apªaóijdÒd(9‰W
-6Üõ¤ø»óf?|sÅuÕÀ3g q?UDĘ8 ²…kNN¢rëÈJÅh^‹ytªâ¤4¼ËH´U=Ä%öÃú|y}>R‡«e;ÏY¸ƒApvƒ‡ÙQÎF×8.yàl17¢-‰˜õpÚ
->¥ß8eãF”Ì0Zô]ŸL‡IÃE%CÀ)Çì{þ¤ºÇñ}ZÁw䛫lÅÏ…¶Ô÷VW1¡WNtKJ潯D¥ŽK¼÷&‹ÒW¨ډ²;¥HØÛhþÊEuBKxn™ã&ô
-Á wÜ’’®–**ü""ìq&‰F. öHÕ Ó/«Æx¬qß¡±§+;4FhîЯ¥*fkQÉši1I0ZŽ¦:ùšúLë|»Ûˉ¾w‘¬¿«‚dj+Èóâxô
-ÁubÊQž¤‚(UCY«qàDIÂÑúÔvªšDŸÃ¯Ão›·ó¯„8FŠºáwnÆ /{â‰ãÐ+O3'¢«k²µW ”ÄSm& Gk£µ•Žµá’¦ÌâI =!ÎzBð8[Ö‚˜b]¤„L—V]ŒHÝèUk×?ƈ¦eïTx·rt>—áì\Ó=,ÜU©Û£³Î'{× Z“up{LÞÂTYZ¸'Q^_ž‡ÿ쨣®±9]`RÀΩÈÌí°9/÷’ŽÞ÷Ö0{©rVnÉZ¹ƒ‘•{ätÜ¿3¬H"+wP$ãäŽÇÖ®a5ɹgQrFn¯JdäžDù÷”$—;E)2t{M2~î%]>K2vî HÎÎô@vb$HvÖ¼5ð›BÛ³GgmÏ1%½
-×ÐÕ×ZfmÏ“·=]–¶çQ–ñžóò²£vÄãm8ëIJ±[]höàœÿ9"gOš+Ðõ4&k€ö¬Z+»onîâÍëû—_ª¦š”ªbLi®1^ðÁû 9@ó:çWâ÷¡ŽšÒßÿñ¿¿ß„ø $zÄ@Î’®ë
-ýßõÇ”´;Â&MWgíß’w‡9¹¿7GÊø÷(êºÇTäüvà¬ó;"ßI]±·µ]¥²ÎoÉ;¿ƒ‘ó{4ͬÏçõ;sÁ
-m§‚°ÌõíÑY×wL9®¡uÚ
-ÝlÖõí1y×wÐ$r}š [[Y¸34Å7ª°·°£+2}{tÖôSŽ·3 UãíÚ—ñ|;HÞòDA¾êI”üf¹¬)ò‡$cÿŽ¹r뚌û{îBrîo¯Jìþ†-òaØ\™‹Mö´M·Z˜^À=:k
-ÜÙ8cýö˜¼õ;h¬Õ£ô÷RcDe³¶È÷íÑYãwLÉÈaÏ%¡›Ë9¿=&."bkG¹Uø˜QÒÎÔªe—Ê ’··‡5AB1¨Õ¼&p Wa‡áèJ;ŒÎwh„-ßaÌL™#
-G+{½ªGgato‘w>„)ìÈJW…ί
-h|Dõ«ÂÌ”Y¢p¤Ú(!5Ê·ëñåeýr¥ŽË:.OYØq!8ÛqáQv’ë¸ßqÅáhUúJÈ®‹Ty^`+woÇå9 ;.g;.<LJ–±BDlÇ£EiíßfA©Â4 e—g+츜í¸ð
-¡;OÜ>ÉÇñ£ÏðÍÛ'âT«}=ÕR­ ”·÷¯½BprÿŠ)IîøyQØ¡#"òÒb’ht¦h{_9oÔ¶ÃËúm=í÷×LGYZf8_Ð(ë–­3S¦:DáÈ£>¥ZÑ5ÓFèÇÝúõxàúïöV_å©
-û*gû*<:ê¤oê™ßWÅá葵è Ê‘#ýg–Ê6$ž­pC‚à솨”n³˜ø IŽ¤R°:($È•í3‹®í=aáµ=‚³×öxŒD›é®äm‡#5‘¦}“äzÙýçî“ROW8mœ6x„Ä>ÞM ÄÄO›8­Èøù—E–\NëÍÝ-¦ç+l1œm1ñ)I¦Î1ñ-fŽ–¤m¡‚´X’ëýGž­p%Apv%Áä6¿’ÄáhA`y¨”D‚¼=ï‡íyýõΕÄ®$ή$xŒZs+ bâW’$ѦÙíù¿ŒnÛ´óúÅ6jÄÒ*á».ëÓF¾Û&1‹^!8éÔL¦,8.Ñ£M˜$$Z
-)Q’éQä˜óTeŽ9„æsxlDr87"J?ÿmêè˜Óµ0†</Ôã_ŒB/ü
-e‰
-endstream
-endobj
-1180 0 obj <<
-/Type /Page
-/Contents 1181 0 R
-/Resources 1179 0 R
-/MediaBox [0 0 612 792]
-/Parent 1271 0 R
-/Annots [ 1183 0 R 1184 0 R 1185 0 R 1186 0 R 1187 0 R 1188 0 R 1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R 1228 0 R 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R 1234 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 R 1241 0 R 1242 0 R 1243 0 R 1244 0 R 1245 0 R 1246 0 R 1247 0 R 1248 0 R 1249 0 R 1250 0 R 1251 0 R 1252 0 R 1253 0 R 1254 0 R 1255 0 R 1256 0 R 1257 0 R 1258 0 R 1259 0 R 1260 0 R 1261 0 R 1262 0 R 1263 0 R 1264 0 R 1265 0 R 1266 0 R 1267 0 R 1268 0 R 1269 0 R 1270 0 R ]
->> endobj
-1183 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 628.605 154.426 638.986]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1184 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [127.228 616.845 139.183 627.031]
-/Subtype /Link
-/A << /S /GoTo /D (page.21) >>
->> endobj
-1185 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 604.695 189.993 615.076]
-/Subtype /Link
-/A << /S /GoTo /D (page.31) >>
->> endobj
-1186 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 592.934 149.345 603.121]
-/Subtype /Link
-/A << /S /GoTo /D (page.31) >>
->> endobj
-1187 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 580.979 169.669 591.166]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1188 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.658 580.979 184.613 591.166]
-/Subtype /Link
-/A << /S /GoTo /D (page.32) >>
->> endobj
-1189 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 569.024 169.669 579.21]
-/Subtype /Link
-/A << /S /GoTo /D (page.32) >>
->> endobj
-1190 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 557.069 164.588 567.255]
-/Subtype /Link
-/A << /S /GoTo /D (page.32) >>
->> endobj
-1191 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 545.114 169.669 555.3]
-/Subtype /Link
-/A << /S /GoTo /D (page.32) >>
->> endobj
-1192 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 532.883 189.993 543.345]
-/Subtype /Link
-/A << /S /GoTo /D (page.70) >>
->> endobj
-1193 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 520.928 189.993 531.39]
-/Subtype /Link
-/A << /S /GoTo /D (page.70) >>
->> endobj
-1194 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 509.248 164.588 519.435]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1195 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.309 497.293 144.264 507.479]
-/Subtype /Link
-/A << /S /GoTo /D (page.16) >>
->> endobj
-1196 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.309 485.338 144.264 495.524]
-/Subtype /Link
-/A << /S /GoTo /D (page.16) >>
->> endobj
-1197 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 473.382 179.831 483.569]
-/Subtype /Link
-/A << /S /GoTo /D (page.58) >>
->> endobj
-1198 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 461.427 174.75 471.614]
-/Subtype /Link
-/A << /S /GoTo /D (page.48) >>
->> endobj
-1199 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 449.472 164.588 459.659]
-/Subtype /Link
-/A << /S /GoTo /D (page.17) >>
->> endobj
-1200 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 437.242 174.75 447.704]
-/Subtype /Link
-/A << /S /GoTo /D (page.17) >>
->> endobj
-1201 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 425.562 169.669 435.748]
-/Subtype /Link
-/A << /S /GoTo /D (page.18) >>
->> endobj
-1202 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [188.2 403.369 200.155 413.831]
-/Subtype /Link
-/A << /S /GoTo /D (page.26) >>
->> endobj
-1203 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 391.689 164.588 401.876]
-/Subtype /Link
-/A << /S /GoTo /D (page.24) >>
->> endobj
-1204 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 379.458 164.588 389.92]
-/Subtype /Link
-/A << /S /GoTo /D (page.24) >>
->> endobj
-1205 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 367.779 159.507 377.965]
-/Subtype /Link
-/A << /S /GoTo /D (page.29) >>
->> endobj
-1206 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 355.548 184.912 366.01]
-/Subtype /Link
-/A << /S /GoTo /D (page.13) >>
->> endobj
-1207 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 343.868 164.588 354.055]
-/Subtype /Link
-/A << /S /GoTo /D (page.41) >>
->> endobj
-1208 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 331.913 154.426 342.1]
-/Subtype /Link
-/A << /S /GoTo /D (page.18) >>
->> endobj
-1209 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 319.958 149.345 330.144]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1210 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 308.003 154.426 318.189]
-/Subtype /Link
-/A << /S /GoTo /D (page.17) >>
->> endobj
-1211 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 296.048 159.507 306.234]
-/Subtype /Link
-/A << /S /GoTo /D (page.41) >>
->> endobj
-1212 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 283.898 174.75 294.279]
-/Subtype /Link
-/A << /S /GoTo /D (page.41) >>
->> endobj
-1213 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 262.175 164.588 272.361]
-/Subtype /Link
-/A << /S /GoTo /D (page.61) >>
->> endobj
-1214 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [181.264 249.722 188.238 260.845]
-/Subtype /Link
-/A << /S /GoTo /D (page.6) >>
->> endobj
-1215 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 238.264 164.588 248.451]
-/Subtype /Link
-/A << /S /GoTo /D (page.25) >>
->> endobj
-1216 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 226.309 154.426 236.496]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1217 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 214.354 154.426 224.541]
-/Subtype /Link
-/A << /S /GoTo /D (page.20) >>
->> endobj
-1218 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 202.204 179.931 212.585]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1219 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [182.919 202.204 194.875 212.585]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1220 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [164.055 189.946 171.029 201.069]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1221 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [126.317 177.991 133.291 189.114]
-/Subtype /Link
-/A << /S /GoTo /D (page.6) >>
->> endobj
-1222 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 166.338 164.688 176.72]
-/Subtype /Link
-/A << /S /GoTo /D (page.6) >>
->> endobj
-1223 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [213.605 154.383 225.56 164.765]
-/Subtype /Link
-/A << /S /GoTo /D (page.60) >>
->> endobj
-1224 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [198.362 142.623 210.317 152.81]
-/Subtype /Link
-/A << /S /GoTo /D (page.23) >>
->> endobj
-1225 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 130.473 189.993 140.854]
-/Subtype /Link
-/A << /S /GoTo /D (page.60) >>
->> endobj
-1226 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 628.8 395.266 638.986]
-/Subtype /Link
-/A << /S /GoTo /D (page.23) >>
->> endobj
-1227 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 616.845 410.509 627.031]
-/Subtype /Link
-/A << /S /GoTo /D (page.61) >>
->> endobj
-1228 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 604.695 410.509 615.076]
-/Subtype /Link
-/A << /S /GoTo /D (page.15) >>
->> endobj
-1229 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 592.739 410.509 603.121]
-/Subtype /Link
-/A << /S /GoTo /D (page.61) >>
->> endobj
-1230 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 580.784 405.428 591.166]
-/Subtype /Link
-/A << /S /GoTo /D (page.60) >>
->> endobj
-1231 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [403.634 568.749 415.59 579.21]
-/Subtype /Link
-/A << /S /GoTo /D (page.11) >>
->> endobj
-1232 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.781 556.476 405.736 567.36]
-/Subtype /Link
-/A << /S /GoTo /D (page.26) >>
->> endobj
-1233 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [347.744 545.114 359.699 555.3]
-/Subtype /Link
-/A << /S /GoTo /D (page.35) >>
->> endobj
-1234 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 532.964 390.185 543.345]
-/Subtype /Link
-/A << /S /GoTo /D (page.64) >>
->> endobj
-1235 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 521.203 400.347 531.39]
-/Subtype /Link
-/A << /S /GoTo /D (page.45) >>
->> endobj
-1236 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 509.053 410.509 519.435]
-/Subtype /Link
-/A << /S /GoTo /D (page.60) >>
->> endobj
-1237 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 497.293 374.942 507.479]
-/Subtype /Link
-/A << /S /GoTo /D (page.30) >>
->> endobj
-1238 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 485.338 395.266 495.524]
-/Subtype /Link
-/A << /S /GoTo /D (page.23) >>
->> endobj
-1239 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 473.188 400.347 483.569]
-/Subtype /Link
-/A << /S /GoTo /D (page.23) >>
->> endobj
-1240 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 461.427 369.861 471.614]
-/Subtype /Link
-/A << /S /GoTo /D (page.52) >>
->> endobj
-1241 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 449.472 385.104 459.659]
-/Subtype /Link
-/A << /S /GoTo /D (page.35) >>
->> endobj
-1242 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 437.517 364.78 447.704]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1243 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 425.562 380.023 435.748]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1244 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.011 425.562 394.967 435.748]
-/Subtype /Link
-/A << /S /GoTo /D (page.32) >>
->> endobj
-1245 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 413.412 374.942 423.793]
-/Subtype /Link
-/A << /S /GoTo /D (page.60) >>
->> endobj
-1246 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 401.651 364.78 411.838]
-/Subtype /Link
-/A << /S /GoTo /D (page.23) >>
->> endobj
-1247 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 389.696 395.266 399.883]
-/Subtype /Link
-/A << /S /GoTo /D (page.71) >>
->> endobj
-1248 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 377.741 400.347 387.928]
-/Subtype /Link
-/A << /S /GoTo /D (page.71) >>
->> endobj
-1249 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 365.591 369.861 375.973]
-/Subtype /Link
-/A << /S /GoTo /D (page.23) >>
->> endobj
-1250 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 343.868 395.266 354.055]
-/Subtype /Link
-/A << /S /GoTo /D (page.59) >>
->> endobj
-1251 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 331.913 369.861 342.1]
-/Subtype /Link
-/A << /S /GoTo /D (page.34) >>
->> endobj
-1252 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 319.958 395.266 330.144]
-/Subtype /Link
-/A << /S /GoTo /D (page.45) >>
->> endobj
-1253 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 308.003 374.942 318.189]
-/Subtype /Link
-/A << /S /GoTo /D (page.58) >>
->> endobj
-1254 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 296.048 395.266 306.234]
-/Subtype /Link
-/A << /S /GoTo /D (page.58) >>
->> endobj
-1255 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 283.898 395.266 294.279]
-/Subtype /Link
-/A << /S /GoTo /D (page.34) >>
->> endobj
-1256 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 272.137 380.023 282.324]
-/Subtype /Link
-/A << /S /GoTo /D (page.16) >>
->> endobj
-1257 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.011 272.137 394.967 282.324]
-/Subtype /Link
-/A << /S /GoTo /D (page.42) >>
->> endobj
-1258 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [397.955 272.137 409.911 282.324]
-/Subtype /Link
-/A << /S /GoTo /D (page.43) >>
->> endobj
-1259 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 259.987 410.509 270.369]
-/Subtype /Link
-/A << /S /GoTo /D (page.45) >>
->> endobj
-1260 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.265 247.73 359.239 258.852]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1261 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 236.077 395.266 246.458]
-/Subtype /Link
-/A << /S /GoTo /D (page.46) >>
->> endobj
-1262 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 224.316 374.942 234.503]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1263 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 212.361 369.861 222.548]
-/Subtype /Link
-/A << /S /GoTo /D (page.16) >>
->> endobj
-1264 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 200.406 390.185 210.593]
-/Subtype /Link
-/A << /S /GoTo /D (page.58) >>
->> endobj
-1265 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 188.451 374.942 198.638]
-/Subtype /Link
-/A << /S /GoTo /D (page.59) >>
->> endobj
-1266 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 176.301 380.023 186.682]
-/Subtype /Link
-/A << /S /GoTo /D (page.59) >>
->> endobj
-1267 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 164.541 369.861 174.727]
-/Subtype /Link
-/A << /S /GoTo /D (page.34) >>
->> endobj
-1268 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 152.585 390.185 162.772]
-/Subtype /Link
-/A << /S /GoTo /D (page.33) >>
->> endobj
-1269 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [347.395 140.63 354.369 151.256]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1270 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [347.744 128.675 359.699 138.862]
-/Subtype /Link
-/A << /S /GoTo /D (page.33) >>
->> endobj
-1182 0 obj <<
-/D [1180 0 R /XYZ 108 690.907 null]
->> endobj
-330 0 obj <<
-/D [1180 0 R /XYZ 108 657.93 null]
->> endobj
-1179 0 obj <<
-/Font << /F94 409 0 R /F105 415 0 R /F107 429 0 R /F90 426 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1274 0 obj <<
-/Length 4003
-/Filter /FlateDecode
->>
-stream
-xÚ¥]ÛŽã¸}Ÿ¯èÇn fDR×Ç\6A‚ ²ó–̓ږ»±Û†í™Åîׇ’x)‘Ue® ô ÚgNQGÅb‘ÒñʧÂü'ŸdÑ>Õ]!º¢yÚž>Ooæ×ý$íÇ›ñó
-Ñ*C=Âþõ²©ÕôS>ÿ0ýüçô›?O?ÿ6ýüÓôsþôGOç£ëº]gùZ=>ýðÙ¿*JöêÆÏ“«“æï­(ëv¾<%:Ù=ÕU-
-=_ÞOR—»kÿóö|<_ý˜:3¦é+s‰ÒéwñˆdÕŠFz:sþäúö4ÿåßPü¼h§¿ŽAUD­[Q›
-QN Ù`÷¡’N±˜$®ˆR2‡ËmX-ÈÌ–«‡GÓr„á)Eªáy1–±p-¤™uÄøØmÏÃöŽL—J´=_j-ó±c| ˆEo
-¶Hé¬D£::´¨Uà{”3zàH>,)ǸRb5ªê Œ$ÄŒIÂá’TÒ,8],É©[Ÿ–271œN0ʺ!$01I…ÃUÑ0bDªÏçËÚUÅ1f®*
-ŽÇö‡ãñ;ÎO-[Þ”`jF€Áч§†žQ¨H‰öI·µÐö̉‘àQ©œm¹2EhR08Mˈ¸hÑL™45KsæEZ47¢œ.3]!Ûq~4üeZL®XÎwݔ­¦ûx‘ÏýËF># ƒlÌàè†A›–\kGø¨úÍàM@#ÅoA8M¥Ð•¹ÌM•°8^j%Jpì·ÿú±½Îk[Ç—Ù*
-ƒRŠ½L‡IÂá÷¿î̯À|ÛìµõÁ‘eÖ
-—æò]ÒXæLiš” •‘&1ÒDÑpiôØ¢ÄYski½ö¿¤ºŒ;¡†n?LRæcÇû¨ÀÌè €£… RN§YezC ª„q‘ú2A’`¸0ÊÜ~pÜ „ùÖ_ýëquÎXæÌœ h2gÀPkEæL br&Š†KcÂÖàØóíÚ_Þ¿£ww|™½;€“½;"Ý»&ºwÃ%G=²kDc¿üTTÅ,…Tqìùf«ïÚ ‡Dú:Q0}Y-J³Z¸á<~Z7¢7
-…+¡›Å‹‡£—óáã~[û\Û1f>×pò¹6¤$ß Lôsí8.ŠZN³V­¯!*{½¶Pºv¨úQÝPèì¥2+Àøú
-ø0ÑHõr m´4{¬ñíßèµÿ÷þö~$_s'Û_mFܵ:óµ‡fßû)§b’쯵Ʉ®¬Øÿ†ñß+½øÿÞß·ï¿u­«¹˜ç½öïÐìkÿ1%þtgT­Uc^ûwþµ¯‡VBªf©õds,)¤&M'”ÉGGø@‹Þ
-àd}…c”d}Lt}ÃášL‡ O·û™>}jé©Ó‰¢|¦ÎŒÞ
-˜©3c’p¸$ºžš°…$o×þ´zêXÂÜ©àôÔcL_0ðS'01S'
-‡kûÓþrºœo÷µS'˦㠈)ñ'ƒ~ê0¾€0u8_€Ó¤ìLA ñ±¿ßÛaí¢ãè2
-»ÄýcØãïäL¯ ÔÕ°T¹j8­,I5£.""
-C+:³CʼL‹~wI9ímUZZѶ™“„ÃozՊ®áãMﯗ3ö¾_)§6¯ñl±è €§‚D”Ä}ŸÖ œ
-b1|¸ˆ¿ÌÎTo£hæeZôƒ¸KJü¾—…AIÍ^¦Ã$áðû Ó}?Ÿ¿üöÚ77=y~ßGq~Ž˜’šísÄù9|ņ‹ˆÈä.Æ7ûó.Ó¢ù¸%1ÛÇu¬á¯r†ð¦¿äE¦•ãðm8Nž¬Æ(϶â#ηSNoçJª1âŒ+¾1b+^“ȸr¤;ÙW/µ™r]¡2­+ÍzIbJê°Óûºd­+“„Ãþ•QÃÛû}¸šýø{ÀV›%FÑËB'tÛfz[šõ¶Ä”ÄÙ^7šýXk‹…ðÎ'Jäl!öáyâY¾Î["©TVÔi8ãlñ‡áœ³Å+œ“§þúå¶v¾äY?ü|á¬1å$GKÍÎúáçK¤®ÌÞ4¼»}ê¿ —áº>îÛóédþHÅéjQiòx¢”h›ÀÌ‹ãÐ
-c™ªp– ¯Jd™UöFâÁ}ž*Yn ¯
-ã–ˆ§Ö¤!UaÜAÎ-áU‰ÜÔ—f–Ø,D(±ŒG"¦Ä¿~Ë—XÆ$J,ç’ð‚D. ú óÚ’<o„oK8sDL‰»¡k98w„oKXw„—$rG8IvkÆæÙ#üÃXÎSšØ­œ=Â?ŒeíNh °š`ß0•·çüJÌbJükÝ*ËüJ̼‘ÁaÒcÛ_Æ/I¸}ÁlÎy;â<³ƒßsf‡˜rJ•‚Úsf¿#fÃEDøeªRÔfï•y™ÍÇ(§Â™^¦6(É{:†÷tø ˆ<Sì†×¯oûÑe†$€ª«è0ÁµÌ´v84kíˆ)Ño³¤–¼³Ãaxg‡&rvaîׯkÛ±<o‡k<8kGDHˆRŠjTŽ1v8 oìð¢,³&×~¿ö]–,k‡?$b¼!*ǸT(sUŒ·ÃAØPKòQÃxДw}îTŠ º œþçØÓgÉ_ÞŒ`+þVGΕé^›Æ»?®½×YÆ•p³ãJLÉßnÆ·î7-"âïxÞUú[ÎÆ]R²7»Hw×9oŽ¿í**yïÃøÈ0³ÉG¯`<¶çø×/({¤ÂWE÷¶aÏÙ¨¶ž_¹Ÿ´è×ø¶ç¾ónH:p
-endstream
-endobj
-1273 0 obj <<
-/Type /Page
-/Contents 1274 0 R
-/Resources 1272 0 R
-/MediaBox [0 0 612 792]
-/Parent 1271 0 R
-/Annots [ 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 1302 0 R 1303 0 R 1304 0 R 1305 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R 1322 0 R 1323 0 R 1324 0 R 1325 0 R 1326 0 R 1327 0 R 1328 0 R 1329 0 R 1330 0 R 1331 0 R 1332 0 R 1333 0 R 1334 0 R 1335 0 R 1336 0 R 1337 0 R 1338 0 R 1339 0 R 1340 0 R 1341 0 R 1342 0 R 1343 0 R 1344 0 R 1345 0 R 1346 0 R 1347 0 R 1348 0 R 1349 0 R 1350 0 R 1351 0 R 1352 0 R 1353 0 R 1354 0 R 1355 0 R 1356 0 R 1357 0 R 1358 0 R 1359 0 R 1360 0 R 1361 0 R 1362 0 R 1363 0 R 1364 0 R 1365 0 R 1366 0 R 1367 0 R 1368 0 R 1369 0 R ]
->> endobj
-1276 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 653.602 169.669 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (page.26) >>
->> endobj
-1277 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 641.452 159.507 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (page.57) >>
->> endobj
-1278 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 620.19 159.507 630.571]
-/Subtype /Link
-/A << /S /GoTo /D (page.22) >>
->> endobj
-1279 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 608.429 174.75 618.616]
-/Subtype /Link
-/A << /S /GoTo /D (page.30) >>
->> endobj
-1280 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 596.474 169.669 606.661]
-/Subtype /Link
-/A << /S /GoTo /D (page.52) >>
->> endobj
-1281 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 584.324 169.669 594.706]
-/Subtype /Link
-/A << /S /GoTo /D (page.68) >>
->> endobj
-1282 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 572.369 179.831 582.75]
-/Subtype /Link
-/A << /S /GoTo /D (page.52) >>
->> endobj
-1283 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 560.414 164.588 570.795]
-/Subtype /Link
-/A << /S /GoTo /D (page.11) >>
->> endobj
-1284 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 548.378 179.831 558.84]
-/Subtype /Link
-/A << /S /GoTo /D (page.67) >>
->> endobj
-1285 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 536.503 174.75 546.885]
-/Subtype /Link
-/A << /S /GoTo /D (page.69) >>
->> endobj
-1286 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 524.548 179.831 534.93]
-/Subtype /Link
-/A << /S /GoTo /D (page.68) >>
->> endobj
-1287 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 512.593 174.75 522.975]
-/Subtype /Link
-/A << /S /GoTo /D (page.63) >>
->> endobj
-1288 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 500.833 159.507 511.019]
-/Subtype /Link
-/A << /S /GoTo /D (page.66) >>
->> endobj
-1289 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 488.683 189.993 499.064]
-/Subtype /Link
-/A << /S /GoTo /D (page.13) >>
->> endobj
-1290 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 476.728 174.75 487.109]
-/Subtype /Link
-/A << /S /GoTo /D (page.13) >>
->> endobj
-1291 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 464.772 179.831 475.154]
-/Subtype /Link
-/A << /S /GoTo /D (page.47) >>
->> endobj
-1292 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 443.705 164.588 453.892]
-/Subtype /Link
-/A << /S /GoTo /D (page.23) >>
->> endobj
-1293 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 431.555 169.669 441.937]
-/Subtype /Link
-/A << /S /GoTo /D (page.61) >>
->> endobj
-1294 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.309 419.795 144.264 429.982]
-/Subtype /Link
-/A << /S /GoTo /D (page.38) >>
->> endobj
-1295 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.615 407.123 174.57 418.026]
-/Subtype /Link
-/A << /S /GoTo /D (page.28) >>
->> endobj
-1296 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 395.885 169.669 406.071]
-/Subtype /Link
-/A << /S /GoTo /D (page.26) >>
->> endobj
-1297 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 383.929 169.669 394.116]
-/Subtype /Link
-/A << /S /GoTo /D (page.36) >>
->> endobj
-1298 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.658 383.929 184.613 394.116]
-/Subtype /Link
-/A << /S /GoTo /D (page.37) >>
->> endobj
-1299 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [129.637 371.974 136.611 382.6]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1300 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 360.019 164.588 370.206]
-/Subtype /Link
-/A << /S /GoTo /D (page.40) >>
->> endobj
-1301 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 338.482 149.345 348.944]
-/Subtype /Link
-/A << /S /GoTo /D (page.24) >>
->> endobj
-1302 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 326.527 164.588 336.989]
-/Subtype /Link
-/A << /S /GoTo /D (page.25) >>
->> endobj
-1303 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 314.572 154.426 325.034]
-/Subtype /Link
-/A << /S /GoTo /D (page.36) >>
->> endobj
-1304 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 302.616 149.345 313.078]
-/Subtype /Link
-/A << /S /GoTo /D (page.36) >>
->> endobj
-1305 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 290.661 169.669 301.123]
-/Subtype /Link
-/A << /S /GoTo /D (page.35) >>
->> endobj
-1306 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [183.119 278.706 195.074 289.168]
-/Subtype /Link
-/A << /S /GoTo /D (page.73) >>
->> endobj
-1307 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [198.063 278.706 210.018 289.168]
-/Subtype /Link
-/A << /S /GoTo /D (page.78) >>
->> endobj
-1308 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 266.751 149.345 277.213]
-/Subtype /Link
-/A << /S /GoTo /D (page.36) >>
->> endobj
-1309 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [208.524 254.796 220.479 265.258]
-/Subtype /Link
-/A << /S /GoTo /D (page.70) >>
->> endobj
-1310 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [208.524 242.841 220.479 253.303]
-/Subtype /Link
-/A << /S /GoTo /D (page.70) >>
->> endobj
-1311 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [193.281 230.885 205.236 241.347]
-/Subtype /Link
-/A << /S /GoTo /D (page.64) >>
->> endobj
-1312 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [208.524 218.93 220.479 229.392]
-/Subtype /Link
-/A << /S /GoTo /D (page.62) >>
->> endobj
-1313 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 206.975 164.588 217.437]
-/Subtype /Link
-/A << /S /GoTo /D (page.25) >>
->> endobj
-1314 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.452 194.702 159.407 205.482]
-/Subtype /Link
-/A << /S /GoTo /D (page.26) >>
->> endobj
-1315 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.309 183.065 144.264 193.527]
-/Subtype /Link
-/A << /S /GoTo /D (page.19) >>
->> endobj
-1316 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 171.11 164.588 181.572]
-/Subtype /Link
-/A << /S /GoTo /D (page.19) >>
->> endobj
-1317 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 159.154 179.831 169.616]
-/Subtype /Link
-/A << /S /GoTo /D (page.59) >>
->> endobj
-1318 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 147.199 169.669 157.661]
-/Subtype /Link
-/A << /S /GoTo /D (page.19) >>
->> endobj
-1319 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 135.244 174.75 145.706]
-/Subtype /Link
-/A << /S /GoTo /D (page.19) >>
->> endobj
-1320 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 123.289 164.588 133.751]
-/Subtype /Link
-/A << /S /GoTo /D (page.19) >>
->> endobj
-1321 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 653.602 374.942 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (page.58) >>
->> endobj
-1322 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 641.646 364.78 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (page.37) >>
->> endobj
-1323 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 629.691 390.185 639.878]
-/Subtype /Link
-/A << /S /GoTo /D (page.26) >>
->> endobj
-1324 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 617.541 390.185 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (page.59) >>
->> endobj
-1325 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 605.781 374.942 615.968]
-/Subtype /Link
-/A << /S /GoTo /D (page.57) >>
->> endobj
-1326 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 593.826 385.104 604.012]
-/Subtype /Link
-/A << /S /GoTo /D (page.26) >>
->> endobj
-1327 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 581.871 374.942 592.057]
-/Subtype /Link
-/A << /S /GoTo /D (page.58) >>
->> endobj
-1328 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 569.721 385.104 580.102]
-/Subtype /Link
-/A << /S /GoTo /D (page.58) >>
->> endobj
-1329 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 557.685 390.185 568.147]
-/Subtype /Link
-/A << /S /GoTo /D (page.19) >>
->> endobj
-1330 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 546.005 380.023 556.192]
-/Subtype /Link
-/A << /S /GoTo /D (page.25) >>
->> endobj
-1331 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 533.775 385.104 544.237]
-/Subtype /Link
-/A << /S /GoTo /D (page.24) >>
->> endobj
-1332 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 512.593 390.185 522.975]
-/Subtype /Link
-/A << /S /GoTo /D (page.73) >>
->> endobj
-1333 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 491.526 374.942 501.713]
-/Subtype /Link
-/A << /S /GoTo /D (page.19) >>
->> endobj
-1334 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 479.571 374.942 489.757]
-/Subtype /Link
-/A << /S /GoTo /D (page.29) >>
->> endobj
-1335 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 467.616 374.942 477.802]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1336 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [377.93 467.616 389.886 477.802]
-/Subtype /Link
-/A << /S /GoTo /D (page.32) >>
->> endobj
-1337 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 455.466 395.266 465.847]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1338 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.254 455.466 410.21 465.847]
-/Subtype /Link
-/A << /S /GoTo /D (page.32) >>
->> endobj
-1339 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 443.705 380.023 453.892]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1340 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.011 443.705 394.967 453.892]
-/Subtype /Link
-/A << /S /GoTo /D (page.32) >>
->> endobj
-1341 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 431.75 390.185 441.937]
-/Subtype /Link
-/A << /S /GoTo /D (page.41) >>
->> endobj
-1342 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 419.795 369.861 429.982]
-/Subtype /Link
-/A << /S /GoTo /D (page.37) >>
->> endobj
-1343 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 407.565 400.347 418.026]
-/Subtype /Link
-/A << /S /GoTo /D (page.59) >>
->> endobj
-1344 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 395.885 364.78 406.071]
-/Subtype /Link
-/A << /S /GoTo /D (page.15) >>
->> endobj
-1345 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 383.929 369.861 394.116]
-/Subtype /Link
-/A << /S /GoTo /D (page.18) >>
->> endobj
-1346 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [418.877 362.473 430.833 372.854]
-/Subtype /Link
-/A << /S /GoTo /D (page.44) >>
->> endobj
-1347 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [408.715 350.518 420.671 360.899]
-/Subtype /Link
-/A << /S /GoTo /D (page.44) >>
->> endobj
-1348 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 338.757 390.185 348.944]
-/Subtype /Link
-/A << /S /GoTo /D (page.29) >>
->> endobj
-1349 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [365.96 326.305 372.934 336.989]
-/Subtype /Link
-/A << /S /GoTo /D (page.5) >>
->> endobj
-1350 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 314.847 380.023 325.034]
-/Subtype /Link
-/A << /S /GoTo /D (page.61) >>
->> endobj
-1351 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 302.892 364.78 313.078]
-/Subtype /Link
-/A << /S /GoTo /D (page.62) >>
->> endobj
-1352 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 290.937 369.861 301.123]
-/Subtype /Link
-/A << /S /GoTo /D (page.62) >>
->> endobj
-1353 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 278.655 364.78 289.168]
-/Subtype /Link
-/A << /S /GoTo /D (page.54) >>
->> endobj
-1354 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 266.831 410.509 277.213]
-/Subtype /Link
-/A << /S /GoTo /D (page.43) >>
->> endobj
-1355 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 254.876 410.509 265.258]
-/Subtype /Link
-/A << /S /GoTo /D (page.59) >>
->> endobj
-1356 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 242.921 410.509 253.303]
-/Subtype /Link
-/A << /S /GoTo /D (page.27) >>
->> endobj
-1357 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 230.966 369.861 241.347]
-/Subtype /Link
-/A << /S /GoTo /D (page.68) >>
->> endobj
-1358 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 219.011 380.023 229.392]
-/Subtype /Link
-/A << /S /GoTo /D (page.52) >>
->> endobj
-1359 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 207.056 385.104 217.437]
-/Subtype /Link
-/A << /S /GoTo /D (page.52) >>
->> endobj
-1360 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 195.1 364.78 205.482]
-/Subtype /Link
-/A << /S /GoTo /D (page.11) >>
->> endobj
-1361 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [408.715 183.145 420.671 193.527]
-/Subtype /Link
-/A << /S /GoTo /D (page.50) >>
->> endobj
-1362 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [423.659 183.145 435.615 193.527]
-/Subtype /Link
-/A << /S /GoTo /D (page.60) >>
->> endobj
-1363 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [403.634 171.11 410.608 181.448]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1364 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 159.154 405.527 169.492]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1365 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 147.28 385.203 157.661]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1366 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.192 147.28 395.166 157.661]
-/Subtype /Link
-/A << /S /GoTo /D (page.8) >>
->> endobj
-1367 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 135.325 385.203 145.706]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1368 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.192 135.325 395.166 145.706]
-/Subtype /Link
-/A << /S /GoTo /D (page.8) >>
->> endobj
-1369 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 123.289 395.266 133.751]
-/Subtype /Link
-/A << /S /GoTo /D (page.60) >>
->> endobj
-1275 0 obj <<
-/D [1273 0 R /XYZ 108 690.907 null]
->> endobj
-1272 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F90 426 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1372 0 obj <<
-/Length 4155
-/Filter /FlateDecode
->>
-stream
-xÚ\Ks㸾ϯðÑ®ŠâÁ×1M*9¤¶’¹es%Ú£D–´”<^ï¯OƒÈ&Ð aY[åõŒ¾ùøØèn
-&–ψ‰ÌÑ’4Fè¢Â’§îzû<®N°ž3sù 8»|ð0MÉ-ÄÄ/ŸÐ-K­„.e(ËíóÒ­Í=ž23÷ 8›{ð( U\^AL|î ÍѪÀLu»t–óùB,ŸBT¦a1(ácOwG‡Þ x¬H@9,Ÿ–Êy¥”Øp¬ˆÃDæhEÀ®1 ?é»íþx~]f=cf˜Ep6ÌâA6”{ÖÖ—f"2#׃S†Ö
-d ¶,¥®„iFùß^`;òxyRí#Hbß?ÉGRˆ¶­jR•J[´ùýRÅ¢7NÖ*˜’QFÃÃfÉXÛ¶h_QF”zá+ï§Ûá¸:û8¾Üì3Ãù샆H,Ÿ}f¦Dö ÌÑ’H%ʺĒ@éö|ë~Y½|cîò™áüòAƒ4 W¥ &¾J ÍÑ¢=EÊÇ·Ãq}‘2ÒåzÉ„æd_Õ°>2ñ$\di‹ÃÀ–±ª°‡\û],….†õÇI¡¡ácOvG ‡Þ x,F@9¨¡¨L§M‹ Çr8LdŽÖ£®ì.k–ãv¸‘¾‘•[fžÑlþEë—~g>û¶h-*Ë
-ùÆ¡ïÏÄÙ€.EYÕ¼ˆë‰íž#zƒà„KÊa/¬©j4¶KÈ1@bcAÞ5¥‚PÕŽy÷rÜ>?mTýØÙ¤{„¤{%4½A¢f5­PPv{Þ{šŒè ‚š,)ÇËH#”6Ø.¡Éˆ‰¬Ñ> ¡1fö‘Ëùù¿«ã‡#Ë3œh|¥aãÇÌ”ˆ¹@ðÙŠÒU¶oÝþ§¢,œ%£…;.
-yÔ<¦Š‰'¦PÒœÏLG‡c)¼ …$Ò½(‡Wu-šržÑ½æˆÞ 8±Ó\RZ»*Þ€7€R&vš#&2G;hQCœjNÝÇËþð¶:¢;ºÜ>Ãù˜ŽF˜ê3S"ªæHEt[Š
-è"×í÷îrØ­-
-=cfQˆàlQˆ9º/U"&¾( ÍÑ¢4€Fçy§ó®;ݺ¾ÛﶗÛá|"b|[AÎÖ‡ª0[fæ´8½AðHœr(Šb»­0
-›¤qÈ­L-EêePæØmûëçÛóùH¨……’%ë2>ö¬÷®OFôÁ‰ë“%%}IÔ´¢h+l—,#掵%=ËÖˆ¢nrgéÐi»åpb(§+Lr–£~ÙŠ¦X,‹ãá2v¯=§ó”™çtΞÓáQVT¬h 0BDd¬°˜È-Š±©L"Q†š°£VCf
-Õò!¬2iW™£½&FôÁÉ…‹)igU•
-¶ ã0‘5Z¥Ek°³ôÛ××TZi*¡k~;Ö•¡ã½ZÔ0ÖN†LIÐÖî/l—PfÄDÖhe¤mƒ]¦ïN{êò9ï ÆóežÄ 8{ƒ‡¨5wƒ˜øØÐ-IQˆBcg¹~;\Öî¸=[æŽÁÙ7 uþ?l§»ã‘r¨¦œ‡=äÖ¿wÏÏçÕÇ—ž13Ð"8hñ +.Ð"">ÐFÖ‚S¥•tÛËó“j?ú'ùHvêØ=f¥’OÁfø‡}d3šv™ önCd”Üj[HhŠvŽ
-Â0:¹<½¿uýa·íûíçÚ›UÏ™y³ŠàìÍ*fe¸›UÄÄ߬†æhY ü¿Ð“,çKwzí·—o×ò;¯\÷¬™å:‚³å:¨”\˜ÈD<ÔÍ¡9ZX-l·'aÒõ TÇ
-S²u‰‘öj¹¯&xt²i?¤PTÆÂnf¸XNuí{LºkÒ&èÚ¿º”aÙ€¢+(7+“Ù²ïÑÉ–ýr¸â‹Îµ­sÁR-û“nÙŸ$ ZöA’n϶ß—$«g–$Ñ´RÞ‘$ѵ?K’êÚŸ$ ºö/Ç3á!ª¦`÷~|m2›õ8Ù« 8*^µ­p •lÕ÷˜t«þ¤EЪoµØooÛÕî‘Õ¨?»G¢Q?¤ªWúG¢QvT£¾—$lÔ·’œÎûîJïo
-¶NÓ5læM™Ù©ïÑÉNý’q{Š
-û0´}`ŽóŽ,½AðX–€’~çØ]g¢X•£E‘Õð•' Q^ÇãËöxíÖæGš™cf4›cÐ(ãƒé)ÇÌD‰X£UB®­ÛXÛ~´¶dõ¤™%+‚³%+'¥ËXŽ"&¾d Í‘ºèV ¼åzøµ[[ yÂÌ
- ÁÙ 1ÖÄ`ˆ‰/ÒBs´&„pÖ MŽÿÛîÏ«H<_f¤Ep6Òâ!êš‹´ˆ‰´¡9Z°+¥Ž$¹^¶»ÕËÇ“f.g—gÉîø¿|Bs´.e-d»
-uñ—U¨xÂÌBÁÙB‘Z>c‚˜øB%4Gk«B _ù|=ŸÖž—xºÌógÏKð©:e< ALüyIhŽVDk¡ÌÂK>é;ÏÌ€âørÊ ç
-"_º!¦D@I™s[>­ì»ã¸ôÝOE¡~yÚ¨²x|Ûîú3¹<
-SMÿîþò°è ‚“ËS3×Ôò(Š&—‡Å¤ÍDLdÔöK3g9‚ÓV—„Ã^¥‰Ã¢í,RÉ9zLÒZHD_ÜãWòåMÒ£ïØ]RÓŒ£¿l†w;’Ót˜È½®¡Õ¸©¡ï.Û¾Þ¥t©Wªd!E%ÙD`[l›‰ç¾#Co<–' ¤ßJ5P²Æ†cy&m. ¢§©[ºÍ¦Cß±»¤¦;»T%ÓÓt˜È骭a›‡Î8ßoü·¤ /ÔI~joðê‰òÞ&tDoœˆ;KÊ¡©¥¢J2õb"v¡#&2G«R—ðWó‘ÖÏÏ»ãùÚí×æ<Ï—™óœÍyxˆqŸÏgˆ‰Ïy¡9ZÛdX´H’î×C×_WKâør%™á¼$hˆ If¦„$9Z’RŠ²œ·Ÿ?sÍ`yµ¢§Ë¬œ­ñã/\ôu bâkÅÈ\FJµ¢ÒãU~«ðI>R/V
-þL«-d´‰ô^=1¢7NKJò½ ûz¾ÁV‰Xb‘%ÚGd-ªf¾mì·§ýùíðkGw!çí==iæÞÁÙ½'g-¹½'bâ÷ž¡9Z—ÂF‰*Ð…;üÌË;Ž27ïÌp>ï QƪLygfJäÀ©Š„Š·F_÷Ôw»óéåðúµÙ17¼µÌvÌÙGRi9ÑÞ«VGôÁ‰juII ÛfÔ²ÕØ0Q­Ž˜È­ Ì´‘Vfm¡§Ê»lChî¶ Ø~º»4DÄß·…Öh-ª±Â›µx9‚ÛçóûmíÍç̼9@pöæ
-bâJhŽVÅ~Õ&å•=ÐÊ:ás|™|3š=ßC$–Ž;º›yøÓ½À­†¶
-XŽëû[g_i¿N¯+o—<iÞíBs·Kx”UËÝ.!"â­9Þ.éZ4 yX ‡ïº@üà.
-endstream
-endobj
-1371 0 obj <<
-/Type /Page
-/Contents 1372 0 R
-/Resources 1370 0 R
-/MediaBox [0 0 612 792]
-/Parent 1271 0 R
-/Annots [ 1374 0 R 1375 0 R 1376 0 R 1377 0 R 1378 0 R 1379 0 R 1380 0 R 1381 0 R 1382 0 R 1383 0 R 1384 0 R 1385 0 R 1386 0 R 1387 0 R 1388 0 R 1389 0 R 1390 0 R 1391 0 R 1392 0 R 1393 0 R 1394 0 R 1395 0 R 1396 0 R 1397 0 R 1398 0 R 1399 0 R 1400 0 R 1401 0 R 1402 0 R 1403 0 R 1404 0 R 1405 0 R 1406 0 R 1407 0 R 1408 0 R 1409 0 R 1410 0 R 1411 0 R 1412 0 R 1413 0 R 1414 0 R 1415 0 R 1416 0 R 1417 0 R 1418 0 R 1419 0 R 1420 0 R 1421 0 R 1422 0 R 1423 0 R 1424 0 R 1425 0 R 1426 0 R 1427 0 R 1428 0 R 1429 0 R 1430 0 R 1431 0 R 1432 0 R 1433 0 R 1434 0 R 1435 0 R 1436 0 R 1437 0 R 1438 0 R 1439 0 R 1440 0 R 1441 0 R 1442 0 R 1443 0 R 1444 0 R 1445 0 R 1446 0 R 1447 0 R 1448 0 R 1449 0 R 1450 0 R 1451 0 R 1452 0 R 1453 0 R 1454 0 R 1455 0 R 1456 0 R 1457 0 R 1458 0 R 1459 0 R 1460 0 R 1461 0 R 1462 0 R 1463 0 R 1464 0 R ]
->> endobj
-1374 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 653.407 179.931 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1375 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [182.919 653.407 189.893 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (page.8) >>
->> endobj
-1376 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 641.452 179.831 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (page.12) >>
->> endobj
-1377 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 629.496 169.669 639.878]
-/Subtype /Link
-/A << /S /GoTo /D (page.57) >>
->> endobj
-1378 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 617.541 184.912 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (page.73) >>
->> endobj
-1379 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 605.586 174.75 615.968]
-/Subtype /Link
-/A << /S /GoTo /D (page.60) >>
->> endobj
-1380 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 593.55 164.588 604.012]
-/Subtype /Link
-/A << /S /GoTo /D (page.67) >>
->> endobj
-1381 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 581.676 184.912 592.057]
-/Subtype /Link
-/A << /S /GoTo /D (page.45) >>
->> endobj
-1382 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 569.721 179.831 580.102]
-/Subtype /Link
-/A << /S /GoTo /D (page.45) >>
->> endobj
-1383 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 557.765 159.507 568.147]
-/Subtype /Link
-/A << /S /GoTo /D (page.69) >>
->> endobj
-1384 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 545.73 169.769 556.192]
-/Subtype /Link
-/A << /S /GoTo /D (page.8) >>
->> endobj
-1385 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.913 533.553 164.887 544.675]
-/Subtype /Link
-/A << /S /GoTo /D (page.8) >>
->> endobj
-1386 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 521.9 164.588 532.281]
-/Subtype /Link
-/A << /S /GoTo /D (page.69) >>
->> endobj
-1387 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 509.945 174.75 520.326]
-/Subtype /Link
-/A << /S /GoTo /D (page.48) >>
->> endobj
-1388 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 497.99 164.588 508.371]
-/Subtype /Link
-/A << /S /GoTo /D (page.68) >>
->> endobj
-1389 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 486.229 149.345 496.416]
-/Subtype /Link
-/A << /S /GoTo /D (page.62) >>
->> endobj
-1390 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 474.274 159.507 484.461]
-/Subtype /Link
-/A << /S /GoTo /D (page.72) >>
->> endobj
-1391 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 462.319 154.426 472.506]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1392 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [148.257 449.867 155.231 460.989]
-/Subtype /Link
-/A << /S /GoTo /D (page.5) >>
->> endobj
-1393 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 438.082 149.345 448.595]
-/Subtype /Link
-/A << /S /GoTo /D (page.54) >>
->> endobj
-1394 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [176.862 416.095 188.817 427.971]
-/Subtype /Link
-/A << /S /GoTo /D (page.27) >>
->> endobj
-1395 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 405.191 159.507 415.378]
-/Subtype /Link
-/A << /S /GoTo /D (page.72) >>
->> endobj
-1396 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 393.041 174.75 403.423]
-/Subtype /Link
-/A << /S /GoTo /D (page.51) >>
->> endobj
-1397 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [203.443 381.086 210.417 391.468]
-/Subtype /Link
-/A << /S /GoTo /D (page.6) >>
->> endobj
-1398 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [183.119 369.131 190.093 379.513]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1399 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [193.081 369.131 205.037 379.513]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1400 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 357.176 174.85 367.557]
-/Subtype /Link
-/A << /S /GoTo /D (page.6) >>
->> endobj
-1401 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 345.221 169.769 355.602]
-/Subtype /Link
-/A << /S /GoTo /D (page.5) >>
->> endobj
-1402 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [188.2 333.266 195.174 343.647]
-/Subtype /Link
-/A << /S /GoTo /D (page.6) >>
->> endobj
-1403 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [193.281 321.23 200.255 331.568]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1404 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 309.55 164.588 319.737]
-/Subtype /Link
-/A << /S /GoTo /D (page.33) >>
->> endobj
-1405 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 297.4 154.426 307.782]
-/Subtype /Link
-/A << /S /GoTo /D (page.69) >>
->> endobj
-1406 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 285.64 169.769 295.826]
-/Subtype /Link
-/A << /S /GoTo /D (page.6) >>
->> endobj
-1407 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.447 273.685 149.421 283.869]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1408 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 261.535 184.912 271.916]
-/Subtype /Link
-/A << /S /GoTo /D (page.64) >>
->> endobj
-1409 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [183.119 240.192 195.074 250.654]
-/Subtype /Link
-/A << /S /GoTo /D (page.11) >>
->> endobj
-1410 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 228.317 185.012 238.699]
-/Subtype /Link
-/A << /S /GoTo /D (page.6) >>
->> endobj
-1411 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [164.082 216.06 171.056 227.183]
-/Subtype /Link
-/A << /S /GoTo /D (page.6) >>
->> endobj
-1412 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 195.1 169.669 205.482]
-/Subtype /Link
-/A << /S /GoTo /D (page.64) >>
->> endobj
-1413 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 183.145 159.507 193.527]
-/Subtype /Link
-/A << /S /GoTo /D (page.40) >>
->> endobj
-1414 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 171.19 184.912 181.572]
-/Subtype /Link
-/A << /S /GoTo /D (page.30) >>
->> endobj
-1415 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 159.235 164.588 169.616]
-/Subtype /Link
-/A << /S /GoTo /D (page.30) >>
->> endobj
-1416 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 147.28 159.507 157.661]
-/Subtype /Link
-/A << /S /GoTo /D (page.63) >>
->> endobj
-1417 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [127.228 135.325 139.183 145.706]
-/Subtype /Link
-/A << /S /GoTo /D (page.57) >>
->> endobj
-1418 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 123.369 149.345 133.751]
-/Subtype /Link
-/A << /S /GoTo /D (page.57) >>
->> endobj
-1419 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [413.796 653.407 425.752 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (page.61) >>
->> endobj
-1420 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 641.452 380.023 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (page.25) >>
->> endobj
-1421 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 629.416 380.023 639.878]
-/Subtype /Link
-/A << /S /GoTo /D (page.25) >>
->> endobj
-1422 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [347.744 617.541 359.699 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (page.34) >>
->> endobj
-1423 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 605.586 380.023 615.968]
-/Subtype /Link
-/A << /S /GoTo /D (page.44) >>
->> endobj
-1424 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 593.631 385.104 604.012]
-/Subtype /Link
-/A << /S /GoTo /D (page.34) >>
->> endobj
-1425 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 581.676 390.185 592.057]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1426 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 569.721 380.023 580.102]
-/Subtype /Link
-/A << /S /GoTo /D (page.48) >>
->> endobj
-1427 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [342.663 557.765 354.618 568.147]
-/Subtype /Link
-/A << /S /GoTo /D (page.22) >>
->> endobj
-1428 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 545.81 369.861 556.192]
-/Subtype /Link
-/A << /S /GoTo /D (page.40) >>
->> endobj
-1429 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 533.775 374.942 544.237]
-/Subtype /Link
-/A << /S /GoTo /D (page.19) >>
->> endobj
-1430 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 521.819 405.428 532.281]
-/Subtype /Link
-/A << /S /GoTo /D (page.19) >>
->> endobj
-1431 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 509.945 380.023 520.326]
-/Subtype /Link
-/A << /S /GoTo /D (page.19) >>
->> endobj
-1432 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 497.909 385.104 508.371]
-/Subtype /Link
-/A << /S /GoTo /D (page.41) >>
->> endobj
-1433 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 486.034 410.509 496.416]
-/Subtype /Link
-/A << /S /GoTo /D (page.20) >>
->> endobj
-1434 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [347.744 474.274 359.699 484.461]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1435 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 462.124 364.78 472.506]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1436 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 450.169 390.185 460.55]
-/Subtype /Link
-/A << /S /GoTo /D (page.26) >>
->> endobj
-1437 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 438.214 380.023 448.595]
-/Subtype /Link
-/A << /S /GoTo /D (page.15) >>
->> endobj
-1438 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 426.259 400.347 436.64]
-/Subtype /Link
-/A << /S /GoTo /D (page.45) >>
->> endobj
-1439 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 414.303 410.509 424.685]
-/Subtype /Link
-/A << /S /GoTo /D (page.57) >>
->> endobj
-1440 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 402.348 405.428 412.73]
-/Subtype /Link
-/A << /S /GoTo /D (page.57) >>
->> endobj
-1441 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 390.393 385.104 400.775]
-/Subtype /Link
-/A << /S /GoTo /D (page.57) >>
->> endobj
-1442 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 378.438 380.023 388.819]
-/Subtype /Link
-/A << /S /GoTo /D (page.37) >>
->> endobj
-1443 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 366.483 405.428 376.864]
-/Subtype /Link
-/A << /S /GoTo /D (page.59) >>
->> endobj
-1444 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 354.528 390.185 364.909]
-/Subtype /Link
-/A << /S /GoTo /D (page.57) >>
->> endobj
-1445 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 342.492 374.942 352.954]
-/Subtype /Link
-/A << /S /GoTo /D (page.15) >>
->> endobj
-1446 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 330.617 380.023 340.999]
-/Subtype /Link
-/A << /S /GoTo /D (page.15) >>
->> endobj
-1447 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.049 318.14 390.005 329.043]
-/Subtype /Link
-/A << /S /GoTo /D (page.13) >>
->> endobj
-1448 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [392.993 318.14 404.948 329.043]
-/Subtype /Link
-/A << /S /GoTo /D (page.28) >>
->> endobj
-1449 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [407.937 318.14 419.892 329.043]
-/Subtype /Link
-/A << /S /GoTo /D (page.29) >>
->> endobj
-1450 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [423.958 306.626 435.913 317.088]
-/Subtype /Link
-/A << /S /GoTo /D (page.72) >>
->> endobj
-1451 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [438.902 306.626 450.857 317.088]
-/Subtype /Link
-/A << /S /GoTo /D (page.78) >>
->> endobj
-1452 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 294.671 395.266 305.133]
-/Subtype /Link
-/A << /S /GoTo /D (page.66) >>
->> endobj
-1453 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 272.834 380.023 283.215]
-/Subtype /Link
-/A << /S /GoTo /D (page.61) >>
->> endobj
-1454 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 260.879 380.023 271.26]
-/Subtype /Link
-/A << /S /GoTo /D (page.61) >>
->> endobj
-1455 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 248.924 374.942 259.305]
-/Subtype /Link
-/A << /S /GoTo /D (page.60) >>
->> endobj
-1456 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [389.422 226.703 396.396 237.826]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1457 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 215.051 405.428 225.432]
-/Subtype /Link
-/A << /S /GoTo /D (page.71) >>
->> endobj
-1458 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 203.29 395.266 213.477]
-/Subtype /Link
-/A << /S /GoTo /D (page.71) >>
->> endobj
-1459 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [403.634 191.06 415.59 201.522]
-/Subtype /Link
-/A << /S /GoTo /D (page.45) >>
->> endobj
-1460 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [347.744 179.38 359.699 189.567]
-/Subtype /Link
-/A << /S /GoTo /D (page.15) >>
->> endobj
-1461 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 167.425 400.347 177.611]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1462 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 155.275 395.266 165.656]
-/Subtype /Link
-/A << /S /GoTo /D (page.55) >>
->> endobj
-1463 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 143.239 390.185 153.701]
-/Subtype /Link
-/A << /S /GoTo /D (page.15) >>
->> endobj
-1464 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 131.284 410.509 141.746]
-/Subtype /Link
-/A << /S /GoTo /D (page.69) >>
->> endobj
-1373 0 obj <<
-/D [1371 0 R /XYZ 108 690.907 null]
->> endobj
-1370 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F90 426 0 R /F95 412 0 R /F120 538 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1467 0 obj <<
-/Length 4117
-/Filter /FlateDecode
->>
-stream
-xÚ¥\Ms㸽ϯðÑ®Š‚àç1û‘­äJÍÎ-›-Ó¶²²¤•èÙ™Àf³»‰áÔVy§¬§×àCh
-’[”q‰¹h€,‚-§¢~ýÑ£ô/¯ÝcsýæYÙ+Ò:p­eƈÞ8‘sÊ>®Î–™aT^§00‘#F‡ˆ˜ùÊÎïvŽ|L‡^‰;§ú;]ÎWe
-ù1fnÑãy]¨´H§m®—óù´ìõÂ.ìeÊöziT›À·"‡Cï
-GËbl‘^á,¹4Qæ¹Å…ÝQ¥ýØ3®U #zàd•)Qrª7Ê~¾™˜ˆjaÄ,ÂÑ¢èÌŽ‰*ˆrk>·—Ã~ëæÝÓEnޜݼÎûPjó˜øÍ;G+bÿ_h3)²oŽÔ\’ ârz˜J™~…wd+z8ôÀ—z JfØXÕLVÃÀK=fŽÔ#«mÏçÕ\fÔ$J8+OWb
-ô8žoíÓÖãé"G €³#¶0­¹˜øƒÃÑŠØ%¤Ì¦À[»ïÎ׭˯g‹\~œ]~aÓ”Y~»üâ`´yf§r íïíiß~{M>î“=_äÖÀÙ­7lbf¸­7`â·Þ8-I–ªÊÀ éšã±ùr¸ÙÂõåp"J×Z«,çGO]Û²°
-Ä+Ú8ôÀ—Ú Ê¡t]œÏ¤‰E¥^hã1‹p´6v%©ªióx¾>µ\Y©#ŽÕf‚óÚ€¶.Ëú ÍÄ$hƒÂÑÚèJÕé<o¤¤)í^Yç¬0vk¥íÇžum»?¢w
-ÓäðÜm6ž,rØ
-tAVˆQ—ÿ½ßºÃó×ͺD¹&]—
-²µtï×ÓÆ ‘8?‹¿‘ì,ˆ¹nw—’›%\ˆˆn¯v³X-Èõ&nŽ3³„X2³`Êá”›}³K2³„X4³AúT§¹ï'éê¸SKÏyj àì©%l&ñRõx܈ØSKŒ%/mgLuÚû­Ý·§®½¶Oîò(Út¢U¡Ùú<K3Uçyà^9îtè€/;%9Ÿd©Å›Æ].ųˆF«c—”z&Î[Û5ÏçS·õ¶È1F^Mhö®4‘ܲ¤}JrË’©9EËal}·Ôãr¾m×ÃQÆ
-2ÁyE@+sV’‰HÐDŒ6'b«Òþ.ò)ý¥QÒo§
-endstream
-endobj
-1466 0 obj <<
-/Type /Page
-/Contents 1467 0 R
-/Resources 1465 0 R
-/MediaBox [0 0 612 792]
-/Parent 1271 0 R
-/Annots [ 1469 0 R 1470 0 R 1471 0 R 1472 0 R 1473 0 R 1474 0 R 1475 0 R 1476 0 R 1477 0 R 1478 0 R 1479 0 R 1480 0 R 1481 0 R 1482 0 R 1483 0 R 1484 0 R 1485 0 R 1486 0 R 1487 0 R 1488 0 R 1489 0 R 1490 0 R 1491 0 R 1492 0 R 1493 0 R 1494 0 R 1495 0 R 1496 0 R 1497 0 R 1498 0 R 1499 0 R 1500 0 R 1501 0 R 1502 0 R 1503 0 R 1504 0 R 1505 0 R 1506 0 R 1507 0 R 1508 0 R 1509 0 R 1510 0 R 1511 0 R 1512 0 R 1513 0 R 1514 0 R 1515 0 R 1516 0 R 1517 0 R 1518 0 R 1519 0 R 1520 0 R 1521 0 R 1522 0 R 1523 0 R 1524 0 R 1525 0 R 1526 0 R 1527 0 R 1528 0 R 1529 0 R 1530 0 R 1531 0 R 1532 0 R 1533 0 R 1534 0 R 1535 0 R 1536 0 R 1537 0 R 1538 0 R 1539 0 R 1540 0 R 1541 0 R 1542 0 R 1543 0 R 1544 0 R 1545 0 R 1546 0 R 1547 0 R 1548 0 R 1549 0 R 1550 0 R 1551 0 R 1552 0 R 1553 0 R 1554 0 R 1555 0 R 1556 0 R 1557 0 R 1558 0 R 1559 0 R 1560 0 R 1561 0 R 1562 0 R 1563 0 R 1564 0 R 1565 0 R ]
->> endobj
-1469 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 653.602 159.507 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (page.30) >>
->> endobj
-1470 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [166.919 641.646 178.874 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (page.26) >>
->> endobj
-1471 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [150.769 628.974 162.725 639.982]
-/Subtype /Link
-/A << /S /GoTo /D (page.27) >>
->> endobj
-1472 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 617.736 154.426 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (page.37) >>
->> endobj
-1473 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 605.506 164.588 615.968]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1474 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.577 605.506 179.532 615.968]
-/Subtype /Link
-/A << /S /GoTo /D (page.32) >>
->> endobj
-1475 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 593.55 184.912 604.012]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1476 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [187.901 593.55 199.856 604.012]
-/Subtype /Link
-/A << /S /GoTo /D (page.32) >>
->> endobj
-1477 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 581.595 169.669 592.057]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1478 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.658 581.595 184.613 592.057]
-/Subtype /Link
-/A << /S /GoTo /D (page.32) >>
->> endobj
-1479 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 569.915 154.426 580.102]
-/Subtype /Link
-/A << /S /GoTo /D (page.18) >>
->> endobj
-1480 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 557.96 154.426 568.147]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1481 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 546.005 184.912 556.192]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1482 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 533.855 174.75 544.237]
-/Subtype /Link
-/A << /S /GoTo /D (page.55) >>
->> endobj
-1483 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 511.937 159.507 522.319]
-/Subtype /Link
-/A << /S /GoTo /D (page.51) >>
->> endobj
-1484 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 500.177 149.345 510.364]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1485 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 488.027 169.669 498.408]
-/Subtype /Link
-/A << /S /GoTo /D (page.55) >>
->> endobj
-1486 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 476.267 159.507 486.453]
-/Subtype /Link
-/A << /S /GoTo /D (page.29) >>
->> endobj
-1487 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 464.311 154.426 474.498]
-/Subtype /Link
-/A << /S /GoTo /D (page.22) >>
->> endobj
-1488 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 452.161 164.588 462.543]
-/Subtype /Link
-/A << /S /GoTo /D (page.43) >>
->> endobj
-1489 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [198.362 440.126 210.317 450.588]
-/Subtype /Link
-/A << /S /GoTo /D (page.17) >>
->> endobj
-1490 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [198.362 428.446 210.317 438.633]
-/Subtype /Link
-/A << /S /GoTo /D (page.18) >>
->> endobj
-1491 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [183.119 416.215 195.074 426.677]
-/Subtype /Link
-/A << /S /GoTo /D (page.17) >>
->> endobj
-1492 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 404.536 184.912 414.722]
-/Subtype /Link
-/A << /S /GoTo /D (page.18) >>
->> endobj
-1493 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [183.119 392.58 195.074 402.767]
-/Subtype /Link
-/A << /S /GoTo /D (page.18) >>
->> endobj
-1494 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 380.625 179.831 390.812]
-/Subtype /Link
-/A << /S /GoTo /D (page.72) >>
->> endobj
-1495 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [182.82 380.625 194.775 390.812]
-/Subtype /Link
-/A << /S /GoTo /D (page.79) >>
->> endobj
-1496 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 368.475 174.75 378.857]
-/Subtype /Link
-/A << /S /GoTo /D (page.64) >>
->> endobj
-1497 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 356.715 184.912 366.902]
-/Subtype /Link
-/A << /S /GoTo /D (page.62) >>
->> endobj
-1498 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 344.76 174.75 354.946]
-/Subtype /Link
-/A << /S /GoTo /D (page.62) >>
->> endobj
-1499 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 332.805 184.912 342.991]
-/Subtype /Link
-/A << /S /GoTo /D (page.62) >>
->> endobj
-1500 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 320.655 169.669 331.036]
-/Subtype /Link
-/A << /S /GoTo /D (page.62) >>
->> endobj
-1501 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [188.2 308.619 200.155 319.081]
-/Subtype /Link
-/A << /S /GoTo /D (page.72) >>
->> endobj
-1502 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [203.144 308.619 215.099 319.081]
-/Subtype /Link
-/A << /S /GoTo /D (page.78) >>
->> endobj
-1503 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 296.939 189.993 307.126]
-/Subtype /Link
-/A << /S /GoTo /D (page.62) >>
->> endobj
-1504 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 284.789 174.75 295.171]
-/Subtype /Link
-/A << /S /GoTo /D (page.64) >>
->> endobj
-1505 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 272.834 189.993 283.215]
-/Subtype /Link
-/A << /S /GoTo /D (page.62) >>
->> endobj
-1506 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 261.074 169.669 271.26]
-/Subtype /Link
-/A << /S /GoTo /D (page.38) >>
->> endobj
-1507 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 249.118 174.75 259.305]
-/Subtype /Link
-/A << /S /GoTo /D (page.23) >>
->> endobj
-1508 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 237.163 169.669 247.35]
-/Subtype /Link
-/A << /S /GoTo /D (page.18) >>
->> endobj
-1509 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 225.013 169.669 235.395]
-/Subtype /Link
-/A << /S /GoTo /D (page.18) >>
->> endobj
-1510 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 213.253 149.345 223.44]
-/Subtype /Link
-/A << /S /GoTo /D (page.36) >>
->> endobj
-1511 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 201.103 174.75 211.484]
-/Subtype /Link
-/A << /S /GoTo /D (page.58) >>
->> endobj
-1512 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 189.343 159.507 199.529]
-/Subtype /Link
-/A << /S /GoTo /D (page.57) >>
->> endobj
-1513 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 177.387 149.345 187.574]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1514 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 165.237 169.669 175.619]
-/Subtype /Link
-/A << /S /GoTo /D (page.55) >>
->> endobj
-1515 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 153.477 179.831 163.664]
-/Subtype /Link
-/A << /S /GoTo /D (page.58) >>
->> endobj
-1516 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 141.522 164.588 151.708]
-/Subtype /Link
-/A << /S /GoTo /D (page.35) >>
->> endobj
-1517 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 129.372 169.669 139.753]
-/Subtype /Link
-/A << /S /GoTo /D (page.55) >>
->> endobj
-1518 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 653.602 390.185 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (page.42) >>
->> endobj
-1519 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 641.646 395.266 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1520 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 629.691 400.347 639.878]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1521 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 617.541 395.266 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1522 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 605.781 385.104 615.968]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1523 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 593.55 405.428 604.012]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1524 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 581.676 369.861 592.057]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1525 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [347.744 569.915 359.699 580.102]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1526 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 557.96 405.428 568.147]
-/Subtype /Link
-/A << /S /GoTo /D (page.49) >>
->> endobj
-1527 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 545.81 400.347 556.192]
-/Subtype /Link
-/A << /S /GoTo /D (page.49) >>
->> endobj
-1528 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 533.775 400.347 544.237]
-/Subtype /Link
-/A << /S /GoTo /D (page.69) >>
->> endobj
-1529 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 522.095 364.78 532.281]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1530 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 509.945 374.942 520.326]
-/Subtype /Link
-/A << /S /GoTo /D (page.30) >>
->> endobj
-1531 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 497.99 395.266 508.371]
-/Subtype /Link
-/A << /S /GoTo /D (page.59) >>
->> endobj
-1532 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 476.072 380.023 486.453]
-/Subtype /Link
-/A << /S /GoTo /D (page.50) >>
->> endobj
-1533 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [347.744 464.311 359.699 474.498]
-/Subtype /Link
-/A << /S /GoTo /D (page.66) >>
->> endobj
-1534 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 452.356 369.861 462.543]
-/Subtype /Link
-/A << /S /GoTo /D (page.37) >>
->> endobj
-1535 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [347.744 440.401 359.699 450.588]
-/Subtype /Link
-/A << /S /GoTo /D (page.66) >>
->> endobj
-1536 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 428.446 369.861 438.633]
-/Subtype /Link
-/A << /S /GoTo /D (page.46) >>
->> endobj
-1537 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 416.491 400.347 426.677]
-/Subtype /Link
-/A << /S /GoTo /D (page.51) >>
->> endobj
-1538 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 404.536 395.266 414.722]
-/Subtype /Link
-/A << /S /GoTo /D (page.26) >>
->> endobj
-1539 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 392.386 405.428 402.767]
-/Subtype /Link
-/A << /S /GoTo /D (page.51) >>
->> endobj
-1540 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 380.299 405.428 390.812]
-/Subtype /Link
-/A << /S /GoTo /D (page.47) >>
->> endobj
-1541 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 368.67 400.347 378.857]
-/Subtype /Link
-/A << /S /GoTo /D (page.48) >>
->> endobj
-1542 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [403.335 368.67 415.291 378.857]
-/Subtype /Link
-/A << /S /GoTo /D (page.59) >>
->> endobj
-1543 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 356.715 390.185 366.902]
-/Subtype /Link
-/A << /S /GoTo /D (page.51) >>
->> endobj
-1544 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 344.76 390.185 354.946]
-/Subtype /Link
-/A << /S /GoTo /D (page.50) >>
->> endobj
-1545 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 332.805 374.942 342.991]
-/Subtype /Link
-/A << /S /GoTo /D (page.46) >>
->> endobj
-1546 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 320.655 385.104 331.036]
-/Subtype /Link
-/A << /S /GoTo /D (page.48) >>
->> endobj
-1547 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.092 320.655 400.048 331.036]
-/Subtype /Link
-/A << /S /GoTo /D (page.59) >>
->> endobj
-1548 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 308.568 405.428 319.081]
-/Subtype /Link
-/A << /S /GoTo /D (page.51) >>
->> endobj
-1549 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 296.744 385.104 307.126]
-/Subtype /Link
-/A << /S /GoTo /D (page.48) >>
->> endobj
-1550 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.092 296.744 400.048 307.126]
-/Subtype /Link
-/A << /S /GoTo /D (page.59) >>
->> endobj
-1551 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 284.789 390.185 295.171]
-/Subtype /Link
-/A << /S /GoTo /D (page.48) >>
->> endobj
-1552 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.173 284.789 405.129 295.171]
-/Subtype /Link
-/A << /S /GoTo /D (page.59) >>
->> endobj
-1553 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 273.029 369.861 283.215]
-/Subtype /Link
-/A << /S /GoTo /D (page.18) >>
->> endobj
-1554 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 261.074 374.942 271.26]
-/Subtype /Link
-/A << /S /GoTo /D (page.72) >>
->> endobj
-1555 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 248.924 405.428 259.305]
-/Subtype /Link
-/A << /S /GoTo /D (page.55) >>
->> endobj
-1556 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 236.888 380.023 247.35]
-/Subtype /Link
-/A << /S /GoTo /D (page.14) >>
->> endobj
-1557 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 225.013 380.023 235.395]
-/Subtype /Link
-/A << /S /GoTo /D (page.71) >>
->> endobj
-1558 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [363.857 213.253 370.831 223.878]
-/Subtype /Link
-/A << /S /GoTo /D (page.6) >>
->> endobj
-1559 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [347.744 201.298 359.699 211.484]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1560 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 189.343 369.861 199.529]
-/Subtype /Link
-/A << /S /GoTo /D (page.24) >>
->> endobj
-1561 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 167.425 400.347 177.611]
-/Subtype /Link
-/A << /S /GoTo /D (page.42) >>
->> endobj
-1562 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [423.958 155.275 430.932 165.656]
-/Subtype /Link
-/A << /S /GoTo /D (page.6) >>
->> endobj
-1563 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 143.514 390.284 153.701]
-/Subtype /Link
-/A << /S /GoTo /D (page.8) >>
->> endobj
-1564 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 131.364 390.284 141.746]
-/Subtype /Link
-/A << /S /GoTo /D (page.5) >>
->> endobj
-1565 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.273 131.364 400.247 141.746]
-/Subtype /Link
-/A << /S /GoTo /D (page.8) >>
->> endobj
-1468 0 obj <<
-/D [1466 0 R /XYZ 108 690.907 null]
->> endobj
-1465 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R /F120 538 0 R /F90 426 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1568 0 obj <<
-/Length 1261
-/Filter /FlateDecode
->>
-stream
-xÚ¥˜Moã6†ïù:&@ÅòC¤Èc?¶E{(ŠÖ·mŠ­8BÄ°6»¿¾”D‰c’c0‚ðÝ÷=N&aµÿXÁ¨.”¡ÄкX¿ÜÑbk¿ýósÇe^Á÷«»o2U¡‰QªX=õ„ój6Ym>ßËûÿ$½ÿîáïÕ¯ƒ¼&¬½œS¢¹µîe¿?”ŠŸìþÓðùÛð‡Ï_†Ï†ÏñôÏÙnNJcœŸV½àîÓj._ÒêâÓõçÑÓ1ûµ&•Òããqb˜)”T„Šññþb¢z?¶/û]óØîŽsUÆV5<¤²†õô”ß„E1¥‰¶Ç“¥ÍÛbüâøœºòé%Ì¡åøÂÜZ-Ì_·ÓDii(UE¨}
-§.<&Xö¹u˜ËiE„007"3i¢´4{ïY}Ö)§Ã{ûøøöqóõq–¹×ÇËñëªTèõñF®O–†ÒNû¥{Ý&n%•V(¡‰°Ç“ÙN]yŒ#°ìs+_[«ª Žy8M—ä!"\ñs¯ï/í¡[oÚ§æ}wŠé0ʈB›…SC$Ÿ/Ãqâ¨#6ဦŠR™±¯LÀØøþ8M”–F£ím£ê;é(­ˆ¨ñ™k*Âíñä{m²ŒêÈ“åÜAcdžÝ€Qr²XI–£¸íU3ƒù·]ŸÞO]»ÛÜ:X&ËÌÁäè`UrO«'&˨‰âÒT¤Bx*ÛC·Ùu¯mâG”D†C¤¶Ç“ã5(£ºò”sË>—™Ô¸­eƒ“ã¶×Dqi(\Éüúh>ºã­ãv2Ë·@ŽŽ[XSظNø¸ ãÒ<˜²k™ÇñÜœÖÏ·.oÎ,swójtuÕ‰Ùܼ º¸Iivà(*=‰—æðÏñfÎ-…—ã,@Lc0¼N#K⨠'
-Ð8®›]{+ g– ëQ :)Þ%$¥AhJ” Iì›Óó­StrÌœ¢@ŽNQX¤”ØNø ãÒPì´ºLvÍëéæîÍr»cVãÝá«Ã»c¶Á»ã<) Âþ†\kXÔÎ1·;¼ïPä…îðNº#ˆKC±¿'kî×±/ÇÿšýÍíáÜrûÃËñââð ÂÒ8ìïÆÞ–Ç¢qŽ¹=âåx€"/ôˆwºÐ#A\
-³k8X<¾,ÙÃ&³Ì= ÈÑ= Ö‡ïaÀ ßø$a ¡”y‹ÖÉ-óÎ
-´Ç¢ýcrËÅáå8P :B€Ž#Kã¨%¡†8–ŒÉ1s„
-q0ɉ¬ûKcBILÎ袴M¤u’¬0ýþ×`N
-endstream
-endobj
-1567 0 obj <<
-/Type /Page
-/Contents 1568 0 R
-/Resources 1566 0 R
-/MediaBox [0 0 612 792]
-/Parent 1271 0 R
-/Annots [ 1570 0 R 1571 0 R 1572 0 R 1573 0 R 1574 0 R 1575 0 R 1576 0 R 1577 0 R 1578 0 R 1579 0 R 1580 0 R 1581 0 R 1582 0 R 1583 0 R 1584 0 R 1585 0 R 1586 0 R 1587 0 R 1588 0 R 1589 0 R 1590 0 R 1591 0 R 1592 0 R 1593 0 R 1594 0 R 1595 0 R 1596 0 R ]
->> endobj
-1570 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 653.407 174.85 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (page.5) >>
->> endobj
-1571 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 641.452 154.426 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (page.51) >>
->> endobj
-1572 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [198.362 629.416 205.336 639.754]
-/Subtype /Link
-/A << /S /GoTo /D (page.7) >>
->> endobj
-1573 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 617.736 174.85 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (page.6) >>
->> endobj
-1574 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 605.506 149.345 615.968]
-/Subtype /Link
-/A << /S /GoTo /D (page.43) >>
->> endobj
-1575 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [208.524 593.55 220.479 604.012]
-/Subtype /Link
-/A << /S /GoTo /D (page.44) >>
->> endobj
-1576 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [193.281 581.595 205.236 592.057]
-/Subtype /Link
-/A << /S /GoTo /D (page.44) >>
->> endobj
-1577 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 559.953 179.831 570.139]
-/Subtype /Link
-/A << /S /GoTo /D (page.20) >>
->> endobj
-1578 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 547.722 174.75 558.184]
-/Subtype /Link
-/A << /S /GoTo /D (page.19) >>
->> endobj
-1579 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 526.08 149.345 536.266]
-/Subtype /Link
-/A << /S /GoTo /D (page.16) >>
->> endobj
-1580 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 514.125 154.426 524.311]
-/Subtype /Link
-/A << /S /GoTo /D (page.37) >>
->> endobj
-1581 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 502.169 154.426 512.356]
-/Subtype /Link
-/A << /S /GoTo /D (page.18) >>
->> endobj
-1582 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 490.214 154.426 500.401]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1583 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 478.064 174.75 488.446]
-/Subtype /Link
-/A << /S /GoTo /D (page.55) >>
->> endobj
-1584 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 466.304 154.426 476.491]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1585 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 454.154 174.75 464.535]
-/Subtype /Link
-/A << /S /GoTo /D (page.55) >>
->> endobj
-1586 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 442.199 154.426 452.58]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1587 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 430.244 174.75 440.625]
-/Subtype /Link
-/A << /S /GoTo /D (page.55) >>
->> endobj
-1588 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 408.326 149.345 418.707]
-/Subtype /Link
-/A << /S /GoTo /D (page.16) >>
->> endobj
-1589 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 396.371 154.426 406.752]
-/Subtype /Link
-/A << /S /GoTo /D (page.18) >>
->> endobj
-1590 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 384.415 154.426 394.797]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1591 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 372.46 174.75 382.842]
-/Subtype /Link
-/A << /S /GoTo /D (page.55) >>
->> endobj
-1592 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 360.505 154.426 370.887]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1593 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 348.55 174.75 358.931]
-/Subtype /Link
-/A << /S /GoTo /D (page.55) >>
->> endobj
-1594 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 326.552 154.426 337.014]
-/Subtype /Link
-/A << /S /GoTo /D (page.35) >>
->> endobj
-1595 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 314.872 154.426 325.058]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1596 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 302.917 154.426 313.103]
-/Subtype /Link
-/A << /S /GoTo /D (page.53) >>
->> endobj
-1569 0 obj <<
-/D [1567 0 R /XYZ 108 690.907 null]
->> endobj
-1566 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1599 0 obj <<
-/Length 3816
-/Filter /FlateDecode
->>
-stream
-xÚµ\msã¶þ~¿B}3%J¼ð¯m’¶Ó4™Ëu:¦d‰¶ÕÈ–#éιüú,I€Xa±$"'“Ù'?yvùp±Ø@ÊU ÿÉ•,ÛUmKaËfµy|S®îáë¯ÞH÷ç¢ÿ{
-˜çE¿Kw·¾DwË6ƒº­0²vêŽ÷ã«áó_ÃýxïïnÌÍ×Ã?ÞÁuù›ö~øý|ë$¸ œuÛ³@×
-Q2‚4€Ò6LqbŽ
-¢@†ðØ<¬çÛõñÚ¼áè2óF@³yù§*6o¢™¼Y£ZÀ¬Ù¶!86»ãfß]7[nÞp>o UÉæÀ4“7"sT ©…UUãðøüñÜmOÏé)¶©…’G\ÊÕ€¨`H)l…ˆ÷‡S·]¢—e-XÉ•²»`H”²¯Jç÷à" ‰àao´&z+m‡Ú:ð¹=$¶EÔ6Ѐ”«ýô©ûióñø)¡E ÍJ£f¤†f¥õ‰ K<Ãi¥0›ýU¥5$Xïæ‚Â] 8•8¢bZÃ-  XÙaˆ9ª2¤Å²ŽEþ¼ÙïÝ„kYiv”7V”ÚxÊ…AîÀE@Ó1~I˜–C¶ÐÕB:Â$¶EÅ€ ì[ÕI nèÑ /ÜØL!€æÆrcÌäÞò`îÑ‚'G3¦ä‡s—…˜’ã¹ÇsTÝ
-V$nzÔéR˜¶þõÒææ…‹ëƒvÊ(ïØ‚¬#¶`*ê3z¥…¦P#›TQ‰MQA˜”`†mÞäìÙ2'gg'gì`b争1ñ“slŽŠ±8‰±]Ÿ×w»ýµ¯§Ë«Úš«Ú°FqU"⫶ØÕB¶Bµ!0ºý~÷|ê®mp<]fƒƒàlƒƒ=TŠkpßàÄæ¨P'i":&[äE†£ËŒŒ€f#ù—%>2ÑLdDÖˆÚ¡ƒµà椪íL«§‡&Êó-µz#º@ðD«wI9LI‰VP•Á†­Þˆ!樭F¢Ðøø´9ï×.yº¼Ð@h.4°¦äBñ¡[£Z@õizëN‹ûõÓùm¯§ËÔ" Y-|Û‹ˆf´ˆ¬Q-úi~NZ×ϯÐÂÑejЬÈ¿-ÑŒ‘5ª…©EU…¸xØ·Wháè2µhV äߌhF‹ÈÕB˜tB\ì»OÝž™LòÖÊ<cæZ‚³keØI~­ 1ñke±9*ˆRPA„à角SNQï(P=ÙR:¢ OT —”òr•*pàˆ(Q€bŒ*!¡–jCh<ÞÝv?ﺬa’Õáð„t)nâ,t½ÞÁ…6Ç¡ §ND™žª•±¢­-6L{‡!戾ÊÂh×
-é{¸ýÿoÐ>>>gòăÈBÃîZZëÑ‚';.)‡­g“Zíhmƒ '—;z 1G5mkÑ4aãôy}\¿b#ÄÓeö Îö ØÃT4ö
-h¶BÞ%6\xøR(²Ee0Zh´·yÞ¯o»=wX&oÝsfî£#8»‘ŽÝ¬$·“Ž˜ø­ôØ•DKRò¨»5ŸHek„cŽsA.š
-rIÈèa(›Yåý¹Õa‹
-¦‚8̼9Уnͪ²ZHÕÎ>®¡Üã_“Ç5Œöé8~COb¨›ïÆÇ5> ÿøëðpÆ»·Æö_ôß¿GÏÛ„§qÆçsz¢ÄÙ?0k[åãÀ'°Ž?œ6Çî%ÝD—||C’ïçêjXH\ZTðèÁ©¾eoWWt`õUS‹ ÓÛé0Ä\2¾!háÞÔè,Çé¡Û^ßž-3¾œoì fã1ññ›K ™­T¡ßÎçWâØr p^äàŒ iFÈ\Z(?üóc£ o÷Ýö¸~¹rVð„™³‚³³öQknV@Lü¬›Kku
-T$A“¤ó}š®´h•œ¸äpèÁ©%#G¿`×R`¢r8 1—–CBÊAÿÜC-¾>^=f[î˜ p~Ì uÍŽ™À43f"siAJhæÐú$²{þµ;_ýq[ª‰l)@Ftà‰
-ÁÙ
-ûÇ×cˆ‰¯@bsi=úY =ásîN§k§]Ï•9í"8;íb÷êš›v?íÆæÒrTr@Or¼.…8¶Üà|
-AΤÀ4“B"siA´…JÔŸ^'ˆcË$ÀyAƒ3‚¦A"siAT#Ú&DÈÏ»ûŸ×÷W âØr p^ä`"£zAÓŒ sæÜ6.¡j±zv›@ÿ®ÛïЫ»¾E~Ë€0UBNF¿/Çͥ˗M‰vz×Ô;ïÏø–©ñ5Rª½ù7|£Ñ{ÀОƒ™èej£BÂü§­I¼pêxx¹v>RÖkëÜùÁÙùÈc†h’Ü|„˜øù(6—^ªÕ¢4òR‡n}õú‘'Ì,õœ-õ±Zq¥>bâKýØ\Z“FŠ²­/5yÜm¯-ã<_f‡àl‡]LI2–hˆ‰/ãbsiI*PGar^ïöW‡‰#Ì “
-˜åÖmDž˜U/)‡Íw›Š¢²¿å)1«Žb.à ˆ²¡.ßð’äyÇ—;æœóÈEzuóifÌGæÒ’”JhcðkUž’'Vh$¤*t µ{Ú²dó' ®'ßæåõèÁ‰¼1å>ÈùÓתÖbÃD^!æ’òJ[
-H8èU"çÃÝÝúîœz:nxˆä÷ûõÞv¢\ÚÿÑ‚'ö/){»M⤠*l7±ý;@ˆ±´& |¥M¤Émww8rGÙ÷¢ôûΦ¶ç‚(] 8%¢L‹b†Ç›$6LCÅaˆ¹´,p¥¦Aû¯Kמ.3]#8›®±‡|ºFL|ºŽÍ¥©Œ¨Tè
-×?tܹݬ£ž0ó肳G'° MܱÄĈͥ51
-ZàöâAÈý¾Û?¯ÏWÇ™;xœ<ÈÍDžõƒ'0Í žÈ\Zèåj©±,ç´$y3»ç˜ٜٱ‹T?k#&ú DS»EY”ôÁ‚þ}×%þÃ/²«ˆ
-endstream
-endobj
-1598 0 obj <<
-/Type /Page
-/Contents 1599 0 R
-/Resources 1597 0 R
-/MediaBox [0 0 612 792]
-/Parent 1271 0 R
-/Annots [ 1601 0 R 1602 0 R 1603 0 R 1604 0 R 1605 0 R 1606 0 R 1607 0 R 1608 0 R 1609 0 R 1610 0 R 1611 0 R 1612 0 R 1613 0 R 1614 0 R 1615 0 R 1616 0 R 1617 0 R 1618 0 R 1619 0 R 1620 0 R 1621 0 R 1622 0 R 1623 0 R 1624 0 R 1625 0 R 1626 0 R 1627 0 R 1628 0 R 1629 0 R 1630 0 R 1631 0 R 1632 0 R 1633 0 R 1634 0 R 1635 0 R 1636 0 R 1637 0 R 1638 0 R 1639 0 R 1640 0 R 1641 0 R 1642 0 R 1643 0 R 1644 0 R 1645 0 R 1646 0 R 1647 0 R 1648 0 R 1649 0 R 1650 0 R 1651 0 R 1652 0 R 1653 0 R 1654 0 R 1655 0 R 1656 0 R 1657 0 R 1658 0 R 1659 0 R 1660 0 R 1661 0 R 1662 0 R 1663 0 R 1664 0 R 1665 0 R 1666 0 R 1667 0 R 1668 0 R 1669 0 R 1670 0 R 1671 0 R 1672 0 R 1673 0 R 1674 0 R 1675 0 R 1676 0 R 1677 0 R 1678 0 R 1679 0 R ]
->> endobj
-1601 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.309 619.086 144.264 629.273]
-/Subtype /Link
-/A << /S /GoTo /D (section*.25) >>
->> endobj
-1602 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 607.131 149.345 617.318]
-/Subtype /Link
-/A << /S /GoTo /D (section*.16) >>
->> endobj
-1603 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 595.176 169.669 605.362]
-/Subtype /Link
-/A << /S /GoTo /D (section*.17) >>
->> endobj
-1604 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 583.221 169.669 593.407]
-/Subtype /Link
-/A << /S /GoTo /D (section*.73) >>
->> endobj
-1605 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 571.265 159.507 581.452]
-/Subtype /Link
-/A << /S /GoTo /D (section*.17) >>
->> endobj
-1606 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 559.31 164.588 569.497]
-/Subtype /Link
-/A << /S /GoTo /D (section*.72) >>
->> endobj
-1607 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 547.16 179.831 557.542]
-/Subtype /Link
-/A << /S /GoTo /D (section*.72) >>
->> endobj
-1608 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 535.4 169.669 545.587]
-/Subtype /Link
-/A << /S /GoTo /D (section*.35) >>
->> endobj
-1609 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 523.445 159.507 533.631]
-/Subtype /Link
-/A << /S /GoTo /D (section*.24) >>
->> endobj
-1610 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [228.648 499.34 240.603 509.721]
-/Subtype /Link
-/A << /S /GoTo /D (section*.132) >>
->> endobj
-1611 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [269.396 487.579 281.351 497.766]
-/Subtype /Link
-/A << /S /GoTo /D (section*.31) >>
->> endobj
-1612 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 475.429 189.993 485.811]
-/Subtype /Link
-/A << /S /GoTo /D (section*.31) >>
->> endobj
-1613 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [228.748 463.474 240.703 473.856]
-/Subtype /Link
-/A << /S /GoTo /D (section*.131) >>
->> endobj
-1614 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [208.424 451.714 220.379 461.9]
-/Subtype /Link
-/A << /S /GoTo /D (section*.29) >>
->> endobj
-1615 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 439.564 159.507 449.945]
-/Subtype /Link
-/A << /S /GoTo /D (section*.29) >>
->> endobj
-1616 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 427.803 169.669 437.99]
-/Subtype /Link
-/A << /S /GoTo /D (section*.75) >>
->> endobj
-1617 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 415.653 164.588 426.035]
-/Subtype /Link
-/A << /S /GoTo /D (section*.27) >>
->> endobj
-1618 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 403.893 169.669 414.08]
-/Subtype /Link
-/A << /S /GoTo /D (section*.32) >>
->> endobj
-1619 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 391.743 174.75 402.125]
-/Subtype /Link
-/A << /S /GoTo /D (section*.133) >>
->> endobj
-1620 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 379.983 169.669 390.169]
-/Subtype /Link
-/A << /S /GoTo /D (section*.69) >>
->> endobj
-1621 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 367.752 169.669 378.214]
-/Subtype /Link
-/A << /S /GoTo /D (section*.35) >>
->> endobj
-1622 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 355.797 169.669 366.259]
-/Subtype /Link
-/A << /S /GoTo /D (section*.35) >>
->> endobj
-1623 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 344.117 169.669 354.304]
-/Subtype /Link
-/A << /S /GoTo /D (section*.35) >>
->> endobj
-1624 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 332.162 179.831 342.349]
-/Subtype /Link
-/A << /S /GoTo /D (section*.74) >>
->> endobj
-1625 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 320.207 154.426 330.394]
-/Subtype /Link
-/A << /S /GoTo /D (section*.11) >>
->> endobj
-1626 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [238.91 308.252 250.865 318.438]
-/Subtype /Link
-/A << /S /GoTo /D (section*.135) >>
->> endobj
-1627 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [177.938 295.97 189.893 306.483]
-/Subtype /Link
-/A << /S /GoTo /D (section*.104) >>
->> endobj
-1628 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 284.147 164.588 294.528]
-/Subtype /Link
-/A << /S /GoTo /D (section*.70) >>
->> endobj
-1629 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [203.443 272.191 215.398 282.573]
-/Subtype /Link
-/A << /S /GoTo /D (section*.133) >>
->> endobj
-1630 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 260.156 169.669 270.618]
-/Subtype /Link
-/A << /S /GoTo /D (section*.37) >>
->> endobj
-1631 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 248.281 159.507 258.663]
-/Subtype /Link
-/A << /S /GoTo /D (section*.71) >>
->> endobj
-1632 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 236.245 174.75 246.707]
-/Subtype /Link
-/A << /S /GoTo /D (section*.73) >>
->> endobj
-1633 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 224.29 164.588 234.752]
-/Subtype /Link
-/A << /S /GoTo /D (section*.12) >>
->> endobj
-1634 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 212.416 169.669 222.797]
-/Subtype /Link
-/A << /S /GoTo /D (section*.11) >>
->> endobj
-1635 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [238.91 200.46 250.865 210.842]
-/Subtype /Link
-/A << /S /GoTo /D (section*.136) >>
->> endobj
-1636 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [228.748 188.505 240.703 198.887]
-/Subtype /Link
-/A << /S /GoTo /D (section*.131) >>
->> endobj
-1637 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 176.745 149.345 186.932]
-/Subtype /Link
-/A << /S /GoTo /D (section*.13) >>
->> endobj
-1638 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 164.514 179.831 174.976]
-/Subtype /Link
-/A << /S /GoTo /D (section*.14) >>
->> endobj
-1639 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 152.835 159.507 163.021]
-/Subtype /Link
-/A << /S /GoTo /D (section*.26) >>
->> endobj
-1640 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 140.879 189.993 151.066]
-/Subtype /Link
-/A << /S /GoTo /D (section*.97) >>
->> endobj
-1641 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [183.119 128.729 195.074 139.111]
-/Subtype /Link
-/A << /S /GoTo /D (section*.97) >>
->> endobj
-1642 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 633.283 395.266 643.47]
-/Subtype /Link
-/A << /S /GoTo /D (section*.96) >>
->> endobj
-1643 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 621.328 395.266 631.514]
-/Subtype /Link
-/A << /S /GoTo /D (section*.95) >>
->> endobj
-1644 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 609.373 374.942 619.559]
-/Subtype /Link
-/A << /S /GoTo /D (section*.33) >>
->> endobj
-1645 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 576.496 390.185 586.683]
-/Subtype /Link
-/A << /S /GoTo /D (section*.59) >>
->> endobj
-1646 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 564.541 374.942 574.727]
-/Subtype /Link
-/A << /S /GoTo /D (section*.52) >>
->> endobj
-1647 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 552.586 374.942 562.772]
-/Subtype /Link
-/A << /S /GoTo /D (section*.53) >>
->> endobj
-1648 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 540.63 395.266 550.817]
-/Subtype /Link
-/A << /S /GoTo /D (section*.51) >>
->> endobj
-1649 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 528.675 364.78 538.862]
-/Subtype /Link
-/A << /S /GoTo /D (section*.50) >>
->> endobj
-1650 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 516.445 374.942 526.907]
-/Subtype /Link
-/A << /S /GoTo /D (section*.61) >>
->> endobj
-1651 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 504.49 369.861 514.952]
-/Subtype /Link
-/A << /S /GoTo /D (section*.62) >>
->> endobj
-1652 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 492.534 390.185 502.996]
-/Subtype /Link
-/A << /S /GoTo /D (section*.57) >>
->> endobj
-1653 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 480.579 369.861 491.041]
-/Subtype /Link
-/A << /S /GoTo /D (section*.60) >>
->> endobj
-1654 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 468.899 369.861 479.086]
-/Subtype /Link
-/A << /S /GoTo /D (section*.66) >>
->> endobj
-1655 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 456.944 374.942 467.131]
-/Subtype /Link
-/A << /S /GoTo /D (section*.66) >>
->> endobj
-1656 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 444.794 364.78 455.176]
-/Subtype /Link
-/A << /S /GoTo /D (section*.54) >>
->> endobj
-1657 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 432.839 385.104 443.22]
-/Subtype /Link
-/A << /S /GoTo /D (section*.81) >>
->> endobj
-1658 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 420.884 390.185 431.265]
-/Subtype /Link
-/A << /S /GoTo /D (section*.55) >>
->> endobj
-1659 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 408.929 385.104 419.31]
-/Subtype /Link
-/A << /S /GoTo /D (section*.64) >>
->> endobj
-1660 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 397.168 374.942 407.355]
-/Subtype /Link
-/A << /S /GoTo /D (section*.66) >>
->> endobj
-1661 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 385.213 385.104 395.4]
-/Subtype /Link
-/A << /S /GoTo /D (section*.58) >>
->> endobj
-1662 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 373.258 369.861 383.445]
-/Subtype /Link
-/A << /S /GoTo /D (section*.63) >>
->> endobj
-1663 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 361.303 364.78 371.489]
-/Subtype /Link
-/A << /S /GoTo /D (section*.142) >>
->> endobj
-1664 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 349.348 374.942 359.534]
-/Subtype /Link
-/A << /S /GoTo /D (section*.65) >>
->> endobj
-1665 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 337.392 374.942 347.579]
-/Subtype /Link
-/A << /S /GoTo /D (section*.66) >>
->> endobj
-1666 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 325.162 374.942 335.624]
-/Subtype /Link
-/A << /S /GoTo /D (section*.58) >>
->> endobj
-1667 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 292.561 369.861 302.747]
-/Subtype /Link
-/A << /S /GoTo /D (section*.47) >>
->> endobj
-1668 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 280.605 390.185 290.792]
-/Subtype /Link
-/A << /S /GoTo /D (section*.48) >>
->> endobj
-1669 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 268.65 385.104 278.837]
-/Subtype /Link
-/A << /S /GoTo /D (section*.48) >>
->> endobj
-1670 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 256.695 390.185 266.882]
-/Subtype /Link
-/A << /S /GoTo /D (section*.48) >>
->> endobj
-1671 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 223.818 380.023 234.005]
-/Subtype /Link
-/A << /S /GoTo /D (section*.40) >>
->> endobj
-1672 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 211.863 385.104 222.05]
-/Subtype /Link
-/A << /S /GoTo /D (section*.134) >>
->> endobj
-1673 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [428.94 199.908 440.895 210.095]
-/Subtype /Link
-/A << /S /GoTo /D (section*.43) >>
->> endobj
-1674 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 187.953 400.347 198.14]
-/Subtype /Link
-/A << /S /GoTo /D (section*.150) >>
->> endobj
-1675 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 175.998 405.428 186.184]
-/Subtype /Link
-/A << /S /GoTo /D (section*.150) >>
->> endobj
-1676 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 164.043 380.023 174.229]
-/Subtype /Link
-/A << /S /GoTo /D (section*.40) >>
->> endobj
-1677 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 152.087 395.266 162.274]
-/Subtype /Link
-/A << /S /GoTo /D (section*.41) >>
->> endobj
-1678 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 139.937 405.428 150.319]
-/Subtype /Link
-/A << /S /GoTo /D (section*.45) >>
->> endobj
-1679 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 127.982 385.104 138.364]
-/Subtype /Link
-/A << /S /GoTo /D (section*.44) >>
->> endobj
-1600 0 obj <<
-/D [1598 0 R /XYZ 108 690.907 null]
->> endobj
-334 0 obj <<
-/D [1598 0 R /XYZ 108 657.93 null]
->> endobj
-338 0 obj <<
-/D [1598 0 R /XYZ 108 645.681 null]
->> endobj
-342 0 obj <<
-/D [1598 0 R /XYZ 323.435 603.644 null]
->> endobj
-346 0 obj <<
-/D [1598 0 R /XYZ 323.435 319.434 null]
->> endobj
-350 0 obj <<
-/D [1598 0 R /XYZ 323.435 250.967 null]
->> endobj
-1597 0 obj <<
-/Font << /F94 409 0 R /F105 415 0 R /F107 429 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1682 0 obj <<
-/Length 3559
-/Filter /FlateDecode
->>
-stream
-xÚ¥œÛr¹†ïýº´«Bd0Àp©Ýõn6ÙCÊ«‹¤’\P$e±L‰ IÙ–Ÿ>˜š t!k«T^©õ7ø±Ñ8ÌOÉ›Êþ'odÕß´¦¦ênOoª›öÛ?½‘îdzáç3ðÝÝ›?ÿhôM/LÛÞÜ= ¢®u¹[þëmóÎþ^S½½}÷Ÿ»¿ŽáÂëJôµ•ÂþþnÖÖãWùöýøõ·ñ;?Œ_¿~?~~úG ÙUÛcœ^ßoÞß…á7•f_ÝðóäÕIûï^è¶w/ï¦mZQ©é¥ý[*ýßûÅf{X-ÃpŒÎøêt#ºÚçOx4²éE'ƒœÍ7ýdÿñfúÇ~
-žhÏ>¤C‚CÒV&YÛ^´>Jße“dKYh-*ûzûùórû´þ¶ÚÍ)N
-Déµ² ¢gˆ¸èO‘ É!o—21ö§]§L\L’.e¢j!ë1Ù¬ŸW‡”Hk‹­«I"¦QAò =á)$Iém”la┈‹IÒ¥Dì4—¨’ÕÃfµ8æk¤ˆ“,%Ãi"`”MC‰J ”.%2´I jdõyµ?¬2-¤­îé¢Dk;Œ—;×C¦èÏ4‘SÉ!¯ªÒ.¢Dcj˜8ÓE¦˜$]B£1­¨[PÛãüH´¦½‘$Û¹z Þ+žâ¢g <‚$‰òèl”j`∋IÒ¥@lÛRU€ó Åî  %:KËëÃ1EÏ@xÇ©$…ÃF5&Îà˜b’t)Ž®ª‘
-$†Ó@À  Q‰Â¥ŽwÚÜheײÚßø5Õ[1~5àßþ&ðphºñæn¸Ãó+/¼ýûiüz7~ç/ã¿Ý½ßÉ{2SÆ1mÇ—v &ž«ç_ׇÇÕ|¹Y=_zÓ ¥ý…Z•Þ4€pò¦ÁÇŒ¨zê¦(Ñ7 8]Z©•E<ü¯#²œ³4Êöƒ^®p?ÂÉý a††Ûë%z?ˆÓ%4ìIBT2.øËíñ°þvñ½‹—+¤ÂIp„ y’J4 œ.¥awŸUÓÐØÍ« w‚^®l'¢© _ŽÅ´ËBôNgKYØc·¬be|ܯ—du”u/YØ9@8Ù9à(3D\W
-!Ý9€3WPº”†=xKSÇÅ#1[ÊV|¯X¸âƒprŇƒÌ”‡[ͽâãt){ö®Ác0r™-,'WZ1œ.0B¦<¢S(]JÞºë>žžvëÅb¾;®·Ï‡Oë]Š¥o…ê:‹1B5Q÷ =á)$9>Lî_êÊFÕ&N°ø˜$]ŠÅÀUÝžby\­?>/îªN²´«Æpº«‚Q¦DBWJLWEéR"ö®:T(/Ïëã…ו^¯ðº„“וpˆMG]W%úº§KpÔö®%*/ëåå)¯XØVA8ÙVá 3õáZ&P¢Û*N—±GqÝÆúØm×ÏÄ.¤¨>¼^a}€p²>àéú
-LŠ¥<B4#‘>ÃD“Ë]J [ÿ ’¸”jÝ¥Ô÷饔Míùü>^>ý>^D}HŒi¿½³­ýíí;«sç=jªÓîâjŠ¿õ‘ã%ÖðýÍ_]¤6îW!ïæo¾ºá<o¾v»Íë]úž«F4-½í´»þÆnÖ¥±þö쥗‹žðô@’ã[¡rW”0qú¾»˜$]2 †
-é«xéu¿Ý2,UOIÊjvAì‹)zÂ3,N%)6JÁ¼cH’,%aWľQÄb»Ý/%eÄ´0a³1­ž—”»/©+-”2a`<U=á U,9R­“Ärp™Ô0qz°q1Iº”kcìÊ+ìi½ßo÷O7§V:Ýb8=ÝÀ
-‡]¯XWµá]ÕrV¥æËÐxéú°9Í0®"cµfÕX’
-¤ÌX€pÆj,ÉáŒÕk¬@¹z2ö\ ¤ÈZ0Öj,yc­Ž@8ku
-)rXG ŒÃKžÂ8¬#Îa€ —õ·ë*¤Èd0&k,yc²Ž@¸t–GÛë›Fv¢¯ø{¶Îݳý‘3 ÏD&Jÿ÷`ßû±_ ùëô% ÙªÓ« n7>þáót÷ð Ó¬\]‹®Ó%r“5í¸¦ûö–hþ
-n
-§Á¿Á»ž^ýIm7¹²Î¸Þr5,Û6•}G+SºáäÐÇ yeKm½Ä鲓S)ÚFŸ˜
-q€p(Ñ8pº<ŽÎˆxUOóý'âæ®"m^Ê
-ÕöïÏ0qÑ3ž2A’#“ä ‰ê}§L\L’.ϤíD§c‰Ü@Êú·W+ìß œìßp€ ®7%ºãty McK
-ØD·ù&RÄ©•‰á40À̬ñ@¢¥ËÑv¶*u⼸‰8­Ò&Ãé&†' ÙD¢ÓDPº<%Eßõ'8æûÅ°Šöt±K•ŽzçzÈ=á™r*I ÔÛW”2=dŠIÒå‘
-·ÂD%f…Aéò<ìJßÅ›´¯×5I¬´y„hºyÄÑ1Í#è0Íã4W…=ðˆüu¦×kJË–'KŽ.  D—N—çÑnrð—V®ª ¯VX œ¬8@º<€]l:÷¤]¶µ=-°Úû«´Ÿ\ñŸh‰Aï™?¿2ý-%ø úv¿ß~>‹ué«ÌŽXœKŽz®¦ŽXœ<±Xx(^`²¾=WûõáÓ¥‡ð2x8„sp,I$Ü›ñ€Û½²t‡p#ú.»ÌEüÁÿ
-endstream
-endobj
-1681 0 obj <<
-/Type /Page
-/Contents 1682 0 R
-/Resources 1680 0 R
-/MediaBox [0 0 612 792]
-/Parent 1766 0 R
-/Annots [ 1684 0 R 1685 0 R 1686 0 R 1687 0 R 1688 0 R 1689 0 R 1690 0 R 1691 0 R 1692 0 R 1693 0 R 1694 0 R 1695 0 R 1696 0 R 1697 0 R 1698 0 R 1699 0 R 1700 0 R 1701 0 R 1702 0 R 1703 0 R 1704 0 R 1705 0 R 1706 0 R 1707 0 R 1708 0 R 1709 0 R 1710 0 R 1711 0 R 1712 0 R 1713 0 R 1714 0 R 1715 0 R 1716 0 R 1717 0 R 1718 0 R 1719 0 R 1720 0 R 1721 0 R 1722 0 R 1723 0 R 1724 0 R 1725 0 R 1726 0 R 1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R 1732 0 R 1733 0 R 1734 0 R 1735 0 R 1736 0 R 1737 0 R 1738 0 R 1739 0 R 1740 0 R 1741 0 R 1742 0 R 1743 0 R 1744 0 R 1745 0 R 1746 0 R 1747 0 R 1748 0 R 1749 0 R 1750 0 R 1751 0 R 1752 0 R 1753 0 R 1754 0 R 1755 0 R 1756 0 R 1757 0 R 1758 0 R 1759 0 R 1760 0 R 1761 0 R 1762 0 R 1763 0 R 1764 0 R 1765 0 R ]
->> endobj
-1684 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 653.407 169.669 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (section*.134) >>
->> endobj
-1685 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [183.119 641.452 195.074 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (section*.151) >>
->> endobj
-1686 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 629.691 184.912 639.878]
-/Subtype /Link
-/A << /S /GoTo /D (section*.151) >>
->> endobj
-1687 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 617.541 184.912 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (section*.105) >>
->> endobj
-1688 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 605.781 164.588 615.968]
-/Subtype /Link
-/A << /S /GoTo /D (section*.42) >>
->> endobj
-1689 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 593.631 179.831 604.012]
-/Subtype /Link
-/A << /S /GoTo /D (section*.105) >>
->> endobj
-1690 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 581.676 174.75 592.057]
-/Subtype /Link
-/A << /S /GoTo /D (section*.105) >>
->> endobj
-1691 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 569.915 164.588 580.102]
-/Subtype /Link
-/A << /S /GoTo /D (section*.40) >>
->> endobj
-1692 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 557.765 174.75 568.147]
-/Subtype /Link
-/A << /S /GoTo /D (section*.105) >>
->> endobj
-1693 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 545.81 174.75 556.192]
-/Subtype /Link
-/A << /S /GoTo /D (section*.105) >>
->> endobj
-1694 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 533.855 164.588 544.237]
-/Subtype /Link
-/A << /S /GoTo /D (section*.44) >>
->> endobj
-1695 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [183.119 521.9 195.074 532.281]
-/Subtype /Link
-/A << /S /GoTo /D (section*.105) >>
->> endobj
-1696 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 509.945 169.669 520.326]
-/Subtype /Link
-/A << /S /GoTo /D (section*.150) >>
->> endobj
-1697 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 497.99 179.831 508.371]
-/Subtype /Link
-/A << /S /GoTo /D (section*.105) >>
->> endobj
-1698 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 486.034 179.831 496.416]
-/Subtype /Link
-/A << /S /GoTo /D (section*.105) >>
->> endobj
-1699 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 474.079 179.831 484.461]
-/Subtype /Link
-/A << /S /GoTo /D (section*.105) >>
->> endobj
-1700 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 462.124 179.831 472.506]
-/Subtype /Link
-/A << /S /GoTo /D (section*.105) >>
->> endobj
-1701 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 450.169 179.831 460.55]
-/Subtype /Link
-/A << /S /GoTo /D (section*.105) >>
->> endobj
-1702 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 417.487 184.912 427.674]
-/Subtype /Link
-/A << /S /GoTo /D (section*.115) >>
->> endobj
-1703 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 405.532 164.588 415.719]
-/Subtype /Link
-/A << /S /GoTo /D (section*.118) >>
->> endobj
-1704 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 393.577 164.588 403.763]
-/Subtype /Link
-/A << /S /GoTo /D (section*.124) >>
->> endobj
-1705 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 381.427 169.669 391.808]
-/Subtype /Link
-/A << /S /GoTo /D (section*.124) >>
->> endobj
-1706 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 369.391 184.912 379.853]
-/Subtype /Link
-/A << /S /GoTo /D (section*.125) >>
->> endobj
-1707 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 357.711 164.588 367.898]
-/Subtype /Link
-/A << /S /GoTo /D (section*.120) >>
->> endobj
-1708 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 345.561 179.831 355.943]
-/Subtype /Link
-/A << /S /GoTo /D (section*.127) >>
->> endobj
-1709 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 333.801 164.588 343.987]
-/Subtype /Link
-/A << /S /GoTo /D (section*.114) >>
->> endobj
-1710 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [198.362 321.651 210.317 332.032]
-/Subtype /Link
-/A << /S /GoTo /D (section*.130) >>
->> endobj
-1711 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 309.615 184.912 320.077]
-/Subtype /Link
-/A << /S /GoTo /D (section*.129) >>
->> endobj
-1712 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 297.741 174.75 308.122]
-/Subtype /Link
-/A << /S /GoTo /D (section*.107) >>
->> endobj
-1713 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 285.785 179.831 296.167]
-/Subtype /Link
-/A << /S /GoTo /D (section*.129) >>
->> endobj
-1714 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 273.83 174.75 284.212]
-/Subtype /Link
-/A << /S /GoTo /D (section*.108) >>
->> endobj
-1715 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [183.119 261.875 195.074 272.256]
-/Subtype /Link
-/A << /S /GoTo /D (section*.123) >>
->> endobj
-1716 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 249.92 179.831 260.301]
-/Subtype /Link
-/A << /S /GoTo /D (section*.121) >>
->> endobj
-1717 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 238.159 184.912 248.346]
-/Subtype /Link
-/A << /S /GoTo /D (section*.116) >>
->> endobj
-1718 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 226.01 184.912 236.391]
-/Subtype /Link
-/A << /S /GoTo /D (section*.126) >>
->> endobj
-1719 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 193.133 159.507 203.514]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1720 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 181.372 154.426 191.559]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1721 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [203.343 169.417 215.298 179.604]
-/Subtype /Link
-/A << /S /GoTo /D (section*.101) >>
->> endobj
-1722 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 157.462 159.507 167.649]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1723 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 145.507 189.993 155.694]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1724 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 133.552 159.507 143.738]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1725 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 653.602 405.428 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1726 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 641.646 369.861 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1727 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 629.691 369.861 639.878]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1728 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 617.736 364.78 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1729 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 605.781 374.942 615.968]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1730 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 593.826 374.942 604.012]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1731 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 581.676 374.942 592.057]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1732 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 569.721 374.942 580.102]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1733 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 557.765 374.942 568.147]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1734 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 546.005 374.942 556.192]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1735 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 534.05 374.942 544.237]
-/Subtype /Link
-/A << /S /GoTo /D (section*.102) >>
->> endobj
-1736 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 501.173 364.78 511.36]
-/Subtype /Link
-/A << /S /GoTo /D (section*.15) >>
->> endobj
-1737 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 489.218 364.78 499.405]
-/Subtype /Link
-/A << /S /GoTo /D (section*.16) >>
->> endobj
-1738 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 477.263 390.185 487.45]
-/Subtype /Link
-/A << /S /GoTo /D (section*.19) >>
->> endobj
-1739 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 465.308 374.942 475.494]
-/Subtype /Link
-/A << /S /GoTo /D (section*.19) >>
->> endobj
-1740 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 453.353 374.942 463.539]
-/Subtype /Link
-/A << /S /GoTo /D (section*.16) >>
->> endobj
-1741 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 441.122 364.78 451.584]
-/Subtype /Link
-/A << /S /GoTo /D (section*.21) >>
->> endobj
-1742 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 429.167 385.104 439.629]
-/Subtype /Link
-/A << /S /GoTo /D (section*.22) >>
->> endobj
-1743 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 417.212 390.185 427.674]
-/Subtype /Link
-/A << /S /GoTo /D (section*.21) >>
->> endobj
-1744 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 405.257 395.266 415.719]
-/Subtype /Link
-/A << /S /GoTo /D (section*.21) >>
->> endobj
-1745 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 393.301 385.104 403.763]
-/Subtype /Link
-/A << /S /GoTo /D (section*.22) >>
->> endobj
-1746 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 381.346 395.266 391.808]
-/Subtype /Link
-/A << /S /GoTo /D (section*.21) >>
->> endobj
-1747 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 369.666 380.023 379.853]
-/Subtype /Link
-/A << /S /GoTo /D (section*.21) >>
->> endobj
-1748 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 357.711 374.942 367.898]
-/Subtype /Link
-/A << /S /GoTo /D (section*.19) >>
->> endobj
-1749 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 345.561 395.266 355.943]
-/Subtype /Link
-/A << /S /GoTo /D (section*.8) >>
->> endobj
-1750 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 333.526 410.509 343.987]
-/Subtype /Link
-/A << /S /GoTo /D (section*.22) >>
->> endobj
-1751 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 321.57 380.023 332.032]
-/Subtype /Link
-/A << /S /GoTo /D (section*.22) >>
->> endobj
-1752 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 309.696 385.104 320.077]
-/Subtype /Link
-/A << /S /GoTo /D (section*.22) >>
->> endobj
-1753 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [403.634 297.741 415.59 308.122]
-/Subtype /Link
-/A << /S /GoTo /D (section*.23) >>
->> endobj
-1754 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 285.785 369.861 296.167]
-/Subtype /Link
-/A << /S /GoTo /D (section*.7) >>
->> endobj
-1755 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 273.75 400.347 284.212]
-/Subtype /Link
-/A << /S /GoTo /D (section*.143) >>
->> endobj
-1756 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 262.07 374.942 272.256]
-/Subtype /Link
-/A << /S /GoTo /D (section*.19) >>
->> endobj
-1757 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 250.115 374.942 260.301]
-/Subtype /Link
-/A << /S /GoTo /D (section*.19) >>
->> endobj
-1758 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 238.159 400.347 248.346]
-/Subtype /Link
-/A << /S /GoTo /D (section*.23) >>
->> endobj
-1759 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 225.929 395.266 236.391]
-/Subtype /Link
-/A << /S /GoTo /D (section*.21) >>
->> endobj
-1760 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 214.249 369.861 224.436]
-/Subtype /Link
-/A << /S /GoTo /D (section*.15) >>
->> endobj
-1761 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 202.294 374.942 212.481]
-/Subtype /Link
-/A << /S /GoTo /D (section*.19) >>
->> endobj
-1762 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 190.144 369.861 200.525]
-/Subtype /Link
-/A << /S /GoTo /D (section*.15) >>
->> endobj
-1763 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 178.189 374.942 188.57]
-/Subtype /Link
-/A << /S /GoTo /D (section*.19) >>
->> endobj
-1764 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 145.507 385.104 155.694]
-/Subtype /Link
-/A << /S /GoTo /D (section*.48) >>
->> endobj
-1765 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 133.552 380.023 143.738]
-/Subtype /Link
-/A << /S /GoTo /D (section*.8) >>
->> endobj
-1683 0 obj <<
-/D [1681 0 R /XYZ 108 690.907 null]
->> endobj
-354 0 obj <<
-/D [1681 0 R /XYZ 108 444.44 null]
->> endobj
-358 0 obj <<
-/D [1681 0 R /XYZ 108 220.281 null]
->> endobj
-362 0 obj <<
-/D [1681 0 R /XYZ 323.435 528.321 null]
->> endobj
-366 0 obj <<
-/D [1681 0 R /XYZ 323.435 172.46 null]
->> endobj
-1680 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1769 0 obj <<
-/Length 3793
-/Filter /FlateDecode
->>
-stream
-xÚ¥œÛn¹†ïýº”4Ó<õáÒñ²Á"¬•
-~ÊvDþëþñéü†etòÊ͈ ç3 o%#‚ÓJFDá(
-(OÆÈ€‚­àÔÖŠÅQkÑZ=ûmàðêÉ)ŽÈ’ÁÑ€JV80Åá5$Å¡«¡‰ 8ÒÅŠZµ|j4¢–³×Vf ⩉±0äò¢tøÈ(‘£†D£ ”VÐ?û{®ëÎ\B¼]îäü‚F˜(ÓœV–(¥!•°µ 4ØN+s–x¿ÜYäü,ACLà˜fIpZ™%Q8Š£„Ò¨OÿýÒõ—çÆè–›³šÏŒ0¼•Ä˜}Vòb‹p0 L§
-¥Å§sr!É©“W^µ@j®ZàÁ%0øJ€ŒøjG£ êÊ…œ9Üôûîø˜*ìp![ÙùÑÂØL~[ÓcA˜ Cnr4¢mk517FI‹’¨Œ¨­O fZäTLN™HÎTàÁ±Ȉ=¨ˆƒQ V‰ºmG ÉI‘×hN>™&’³&ßh"'¾ÑŒÃQ ÐC6Æ ±ø9‘×hN^™&’³&^ªDŒM$râÍÕpn¿j œRBVf:Ÿ´åµ¾¶Ë?疟й%Ì;7k€¬œfÍxy3œLÞ Ï*ÇÓËߺ6׿̇›KÑ/Hêã,>¹Bå>h!}þo© ô?]ÿúíùötx½¸²•ðó@˜ÜÒä|móšâœVª[Ž$4ì%D)B²y~xÙß%Hˆ•µ_ÃÌ‘³ßÖâ?ª $O¬þKK·J-{5´È(¹ì9 ‰FiÀ~»´õLc q¿»ýòøÐ^3½‘Bµ|åoPu=Ûn@ñêÉ)”ÈÒÅ­iÜV(Ûช×h
-ì¾e©PÎý—XP•äOi›v˜ƒ“ë¯.œ2‰,&0÷¸`”`2jH4ʶÒĉÒwçK›æÉ1³kFr¶mƃ¬S;—Ê2JôÍ£†D£<`.Û(GöÇîp1ï˜Ë#Èyh<`´Â#ŠFyÀv\é(?Ž§ßûýùâzòÌ\iœ]ið0)W`"#£ÄB3jH4J¶äª‘˜H¿ëî§Ç‹3Ä;æfHó‚Ù°ŒV2$ŠFyÀž\«Ð‹Ow»ãy×ïîﺗóþtLt$°|YÍî;UÙ
-«fãu,^\ 5¡&×_-•-%ŽJ LŒBý¹®%†²Ú¢e.5Þ5w© r~©AM´h°¶JÛâÀÉõ×iH8E5c£Œ¡°MZÞqÕd™y\…äìqe•:£i¡Þ £ä!Óh|ì¦ÂYòürènw© É+%“cf)Ar¶”àAZ®” #¾”ÄÑ(ÊÍ/œ §ßvý¡ûÆAÉëZ'ÛÌ®ÉÙ®´âºVdÄw­q4
-¶òþdddÒwkŵ©`òÉXÛÙv‹É(.‚:da˜\Ui„†‚lhmõ’8åûyÛb ®{¿½=}½xÒxÇÜIäü¤Aƒ¬ØIŒV&MòPðGÇÆŒ©¥
-ÇM4$£†D£``z¹GvËóîÜ=œŽç‹—ÞÑ1wåÕü†hÙuw¶YYv—¡
-Ø¶1‹—ÓëÅ,&ËLHÎÒÀ£dq #žGiÜX»
-(âª8ª©
-4ËM3[nQÕ’'¨,-‡Dk)ץ㸠(ƒ„K3‘œ!y}:ì;¨ #s‰ÌjH¢m8³ c)M£´ð#ÚŽ—î }çñbÞ2—Gó@Ð(µáˆ#I,ÉÄÂC—-÷§3› Y…ÄûeÖ‘ fË`*?Æ
-|ø"ÅJÓh¬+(Cúî÷—Ý‘¹rgwﺂ¬Ò“Ý ¯.œâˆ,´ªºƒvXêâ5$\šH]ÂÖpòx8ݺ«ÉóóÃo]¿ïnSdSÅÀ¢]êj²^‡3‰‹ &l"á©P4*èÛE%d&I+ Æ6BÚÐ}>u继ßï/No—›*AΧ
-áJª§•T‰Â¥‰˜
-š’Ðz>íº{X~_vé»ý’¯%V¹¡yà &^] 9eY2åÄ·7 L™x —f¢¡ú˜%÷&˜ïJÜÅÛ»Jf\±óžX¼º@rŠ%²Lw%fØÄH˜Î¯!áÒX”ªi£ûÊ/Ï·»þÒ•x²Ì\‰‘œ]‰ñ(¥bVbdÄ®Äq°4Y
-­ f2,Åço‡ËSÅ{æ¦J󩂆i,›*Ái%U¢pI,¦mÌÞËùÛËÅmýd™™*HΦ
-%¥âó
-ì w}òùY^ªxÏÜT r>UÐ0WR%8­¤J.ÅÑÊ(U^º}éÙÊd˜y¶‚äìÙ
-c"Uü¹ râÏVâpi&FÁä’ *9¼©Ñ|®´î=Ó乕*ƒ¸@êD¦, ¹D‘T8l"QF ‰–†¢¥(Ñã<åå­P¼g&” f¡ A®@ F+P¢hi(Ð@–v‘)çÝñuºôºt2Ì-´AÎZ4F¥ÙBœV
-m.ͤ¬‡ÇZˆÉW¦Oɬ(Þ0·¢9_QÐ%{Z‹œV*J.ÉDµVH³È“oob2f2Ar– #Ï9ñLâpi&5Êwt}ù=Çd—yÏäì=!Ïœø{ŽÕpþ©~T¼þTDú§"éS Ek:§üóðÜãúíy?¢ßž·x0òqþ÷§rx12ý[Ô_ñ/׋^ŒX¡¦Šú‡Ûîîócúr¼gúÍáͶå÷&­¨¡ü*˜zóiФ.<±7YZu°J.TµÁ{“QCÂ¥óÛýÎ5tç®|¹<oÎ{ÃÜ9äüœGc¤Læ9œVæ|.ÍDUB£›¼‡ýáð6&Þ0—IóLÐW˜§&Q¸4˜AÆèå}ï[6k“afälǘ`âûäÄ÷q¸4Øü›¦YÜø¾-O¼anž9Ÿ'hŒ+yœVò$
-—d"açoµÆ÷U÷»‡ýqÇ€É;š\3œ=ÂUì¡!rââpi0°ý·5º©9íç·L É0s!9;ðù „œø ‡K3½….òÎÃ{nJÞåæd™y¹‰äìå&eŠÊps‰ŒØËÍÕ`¾½’š$£3Ú+åÛ«ïRí•5íâ%î?¡þ*ÑY}˜û¨©›úðÞèë®<ŵ¢v…HgÕß=uý™ù5N _ÝÓ^;üš™Úlo£Fu䉸´>?“šNî'CNôù9T)9BíH¶zø~èÿ2®@õ
-endstream
-endobj
-1768 0 obj <<
-/Type /Page
-/Contents 1769 0 R
-/Resources 1767 0 R
-/MediaBox [0 0 612 792]
-/Parent 1766 0 R
-/Annots [ 1771 0 R 1772 0 R 1773 0 R 1774 0 R 1775 0 R 1776 0 R 1777 0 R 1778 0 R 1779 0 R 1780 0 R 1781 0 R 1782 0 R 1783 0 R 1784 0 R 1785 0 R 1786 0 R 1787 0 R 1788 0 R 1789 0 R 1790 0 R 1791 0 R 1792 0 R 1793 0 R 1794 0 R 1795 0 R 1796 0 R 1797 0 R 1798 0 R 1799 0 R 1800 0 R 1801 0 R 1802 0 R 1803 0 R 1804 0 R 1805 0 R 1806 0 R 1807 0 R 1808 0 R 1809 0 R 1810 0 R 1811 0 R 1812 0 R 1813 0 R 1814 0 R 1815 0 R 1816 0 R 1817 0 R 1818 0 R 1819 0 R 1820 0 R 1821 0 R 1822 0 R 1823 0 R 1824 0 R 1825 0 R 1826 0 R 1827 0 R 1828 0 R 1829 0 R 1830 0 R 1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R 1846 0 R 1847 0 R 1848 0 R 1849 0 R 1850 0 R 1851 0 R ]
->> endobj
-1771 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 653.602 154.426 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (section*.8) >>
->> endobj
-1772 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 641.646 164.588 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (section*.48) >>
->> endobj
-1773 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [137.39 629.691 149.345 639.878]
-/Subtype /Link
-/A << /S /GoTo /D (section*.8) >>
->> endobj
-1774 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 617.736 159.507 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (section*.8) >>
->> endobj
-1775 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 605.781 159.507 615.968]
-/Subtype /Link
-/A << /S /GoTo /D (section*.48) >>
->> endobj
-1776 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 593.631 179.831 604.012]
-/Subtype /Link
-/A << /S /GoTo /D (section*.48) >>
->> endobj
-1777 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 581.871 164.588 592.057]
-/Subtype /Link
-/A << /S /GoTo /D (section*.48) >>
->> endobj
-1778 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.309 569.915 144.264 580.102]
-/Subtype /Link
-/A << /S /GoTo /D (section*.8) >>
->> endobj
-1779 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 557.685 164.588 568.147]
-/Subtype /Link
-/A << /S /GoTo /D (section*.48) >>
->> endobj
-1780 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 545.73 184.912 556.192]
-/Subtype /Link
-/A << /S /GoTo /D (section*.48) >>
->> endobj
-1781 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 533.775 169.669 544.237]
-/Subtype /Link
-/A << /S /GoTo /D (section*.48) >>
->> endobj
-1782 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 522.095 179.831 532.281]
-/Subtype /Link
-/A << /S /GoTo /D (section*.8) >>
->> endobj
-1783 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 510.14 184.912 520.326]
-/Subtype /Link
-/A << /S /GoTo /D (section*.8) >>
->> endobj
-1784 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 497.99 179.831 508.371]
-/Subtype /Link
-/A << /S /GoTo /D (section*.8) >>
->> endobj
-1785 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 486.229 169.669 496.416]
-/Subtype /Link
-/A << /S /GoTo /D (section*.8) >>
->> endobj
-1786 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 473.999 189.993 484.461]
-/Subtype /Link
-/A << /S /GoTo /D (section*.8) >>
->> endobj
-1787 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 462.124 154.426 472.506]
-/Subtype /Link
-/A << /S /GoTo /D (section*.8) >>
->> endobj
-1788 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.309 450.364 144.264 460.55]
-/Subtype /Link
-/A << /S /GoTo /D (section*.8) >>
->> endobj
-1789 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 438.133 164.588 448.595]
-/Subtype /Link
-/A << /S /GoTo /D (section*.8) >>
->> endobj
-1790 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 405.337 189.993 415.719]
-/Subtype /Link
-/A << /S /GoTo /D (section*.9) >>
->> endobj
-1791 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 393.382 169.769 403.763]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.5) >>
->> endobj
-1792 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [193.281 381.346 200.255 391.684]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.8) >>
->> endobj
-1793 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [188.2 369.391 195.174 379.729]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.8) >>
->> endobj
-1794 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 357.516 174.85 367.774]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.10) >>
->> endobj
-1795 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 345.561 174.85 355.819]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.10) >>
->> endobj
-1796 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 333.606 185.012 343.864]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.10) >>
->> endobj
-1797 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 321.57 174.85 332.032]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.11) >>
->> endobj
-1798 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [208.524 309.696 215.498 320.077]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.6) >>
->> endobj
-1799 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [188.2 297.741 200.155 308.122]
-/Subtype /Link
-/A << /S /GoTo /D (section*.9) >>
->> endobj
-1800 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 285.785 179.931 296.167]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.5) >>
->> endobj
-1801 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 273.83 174.85 284.212]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.2) >>
->> endobj
-1802 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [193.281 261.875 200.255 272.256]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.3) >>
->> endobj
-1803 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [198.362 249.839 205.336 260.177]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.7) >>
->> endobj
-1804 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 238.159 174.85 248.346]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.4) >>
->> endobj
-1805 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [183.119 226.01 190.093 236.391]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.3) >>
->> endobj
-1806 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [213.605 214.054 220.579 224.436]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.6) >>
->> endobj
-1807 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 202.294 179.931 212.481]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.1) >>
->> endobj
-1808 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 190.144 179.931 200.525]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.1) >>
->> endobj
-1809 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 178.189 179.931 188.57]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.2) >>
->> endobj
-1810 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [203.443 166.153 210.417 176.491]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.7) >>
->> endobj
-1811 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 154.473 179.931 164.66]
-/Subtype /Link
-/A << /S /GoTo /D (subsection.2.4) >>
->> endobj
-1812 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 639.13 395.266 649.591]
-/Subtype /Link
-/A << /S /GoTo /D (section*.18) >>
->> endobj
-1813 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 627.45 400.347 637.636]
-/Subtype /Link
-/A << /S /GoTo /D (section*.122) >>
->> endobj
-1814 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 615.494 400.347 625.681]
-/Subtype /Link
-/A << /S /GoTo /D (section*.119) >>
->> endobj
-1815 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 603.344 400.347 613.726]
-/Subtype /Link
-/A << /S /GoTo /D (section*.56) >>
->> endobj
-1816 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 591.584 395.266 601.771]
-/Subtype /Link
-/A << /S /GoTo /D (section*.119) >>
->> endobj
-1817 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 579.434 380.023 589.816]
-/Subtype /Link
-/A << /S /GoTo /D (section*.110) >>
->> endobj
-1818 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [429.039 567.399 440.994 577.86]
-/Subtype /Link
-/A << /S /GoTo /D (section*.138) >>
->> endobj
-1819 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 555.719 380.023 565.905]
-/Subtype /Link
-/A << /S /GoTo /D (section*.112) >>
->> endobj
-1820 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 543.569 390.185 553.95]
-/Subtype /Link
-/A << /S /GoTo /D (section*.117) >>
->> endobj
-1821 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 531.533 405.428 541.995]
-/Subtype /Link
-/A << /S /GoTo /D (section*.122) >>
->> endobj
-1822 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 519.658 400.347 530.04]
-/Subtype /Link
-/A << /S /GoTo /D (section*.4) >>
->> endobj
-1823 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 507.703 405.428 518.085]
-/Subtype /Link
-/A << /S /GoTo /D (section*.83) >>
->> endobj
-1824 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 495.748 400.347 506.129]
-/Subtype /Link
-/A << /S /GoTo /D (section*.83) >>
->> endobj
-1825 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [347.744 483.793 359.699 494.174]
-/Subtype /Link
-/A << /S /GoTo /D (section*.110) >>
->> endobj
-1826 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 471.838 369.861 482.219]
-/Subtype /Link
-/A << /S /GoTo /D (section*.110) >>
->> endobj
-1827 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 459.882 395.266 470.264]
-/Subtype /Link
-/A << /S /GoTo /D (section*.113) >>
->> endobj
-1828 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [418.877 447.847 430.833 458.309]
-/Subtype /Link
-/A << /S /GoTo /D (section*.18) >>
->> endobj
-1829 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [418.877 436.167 430.833 446.354]
-/Subtype /Link
-/A << /S /GoTo /D (section*.20) >>
->> endobj
-1830 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [403.634 423.936 415.59 434.398]
-/Subtype /Link
-/A << /S /GoTo /D (section*.18) >>
->> endobj
-1831 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 412.257 405.428 422.443]
-/Subtype /Link
-/A << /S /GoTo /D (section*.20) >>
->> endobj
-1832 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [403.634 400.301 415.59 410.488]
-/Subtype /Link
-/A << /S /GoTo /D (section*.20) >>
->> endobj
-1833 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 388.346 405.428 398.533]
-/Subtype /Link
-/A << /S /GoTo /D (section*.138) >>
->> endobj
-1834 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 376.391 395.266 386.578]
-/Subtype /Link
-/A << /S /GoTo /D (section*.138) >>
->> endobj
-1835 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 364.436 405.428 374.623]
-/Subtype /Link
-/A << /S /GoTo /D (section*.138) >>
->> endobj
-1836 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 352.286 390.185 362.667]
-/Subtype /Link
-/A << /S /GoTo /D (section*.138) >>
->> endobj
-1837 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 340.526 410.509 350.712]
-/Subtype /Link
-/A << /S /GoTo /D (section*.138) >>
->> endobj
-1838 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 328.376 410.509 338.757]
-/Subtype /Link
-/A << /S /GoTo /D (section*.138) >>
->> endobj
-1839 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 316.615 395.266 326.802]
-/Subtype /Link
-/A << /S /GoTo /D (section*.30) >>
->> endobj
-1840 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 304.66 390.185 314.847]
-/Subtype /Link
-/A << /S /GoTo /D (section*.20) >>
->> endobj
-1841 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 292.51 390.185 302.892]
-/Subtype /Link
-/A << /S /GoTo /D (section*.20) >>
->> endobj
-1842 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 280.75 380.023 290.936]
-/Subtype /Link
-/A << /S /GoTo /D (section*.111) >>
->> endobj
-1843 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [408.715 247.598 420.671 258.06]
-/Subtype /Link
-/A << /S /GoTo /D (section*.38) >>
->> endobj
-1844 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 235.918 390.185 246.105]
-/Subtype /Link
-/A << /S /GoTo /D (section*.38) >>
->> endobj
-1845 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 223.963 390.185 234.149]
-/Subtype /Link
-/A << /S /GoTo /D (section*.38) >>
->> endobj
-1846 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 212.008 395.266 222.194]
-/Subtype /Link
-/A << /S /GoTo /D (section*.38) >>
->> endobj
-1847 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 200.052 390.185 210.239]
-/Subtype /Link
-/A << /S /GoTo /D (section*.38) >>
->> endobj
-1848 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [403.634 187.902 415.59 198.284]
-/Subtype /Link
-/A << /S /GoTo /D (section*.39) >>
->> endobj
-1849 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 175.947 395.266 186.329]
-/Subtype /Link
-/A << /S /GoTo /D (section*.38) >>
->> endobj
-1850 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 164.187 400.347 174.374]
-/Subtype /Link
-/A << /S /GoTo /D (section*.38) >>
->> endobj
-1851 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 131.31 385.104 141.497]
-/Subtype /Link
-/A << /S /GoTo /D (section*.34) >>
->> endobj
-1770 0 obj <<
-/D [1768 0 R /XYZ 108 690.907 null]
->> endobj
-370 0 obj <<
-/D [1768 0 R /XYZ 108 432.405 null]
->> endobj
-374 0 obj <<
-/D [1768 0 R /XYZ 323.435 666 null]
->> endobj
-378 0 obj <<
-/D [1768 0 R /XYZ 323.435 275.021 null]
->> endobj
-382 0 obj <<
-/D [1768 0 R /XYZ 323.435 158.458 null]
->> endobj
-1767 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1854 0 obj <<
-/Length 3985
-/Filter /FlateDecode
->>
-stream
-xÚ­\Û’ã¶}߯˜Çݪ!@\ÈGß“Tì¤ì)Wª’<hg¨YźEҬןIM4š„µ)WÉ»£³§¡£Fß
-2`ˆ9*H¥„T“s¼lŽ·Õ¢*…®-«…®€Ód+Z èÁ©%ãP¶K¥è!ÄUö¶t“k¼ìOï7ûk{;l©­¨œcEiQ™‰wE”] 8%¢L;ˆ*¥$6LT bŽÊ⤜äÃîz;Aü8$6 Ç…ýR Û)ð­í—] xb¿Ì)q€2Nì—CÌ9Lc…²“—¶gˆ§O6—Ä®±™b£©FÊEtàT‘ˆ’Q¤”´Ø0UdÀsT‘Z‹ª´‘"L†ÉTd ÌUd‚óŠ U.(21-(™£Š8ÛTbE˜°š•p]^ÂEh.áâõñ ñ 7¶Fµ€o¼jfÞ±A,¤oø²X÷h »ë‘sÍ=ztà ÷˜Srî[ã°á„{ôbŽJ¢á¯zæç]ûy!d ÌÝ0œß0h•Ê°fbZØ0‘9ªHe»ò"(r|=´—Ý“v3dàÌu’ Î; Z¦ådbZp’È•DiaªÉIΛ[§æ¤ÝÀ—™vœM»x‰–M»ˆ‰O»±9*‡TÂ8ƒä¸Á~¹$"j)¬®±›ͨ–gjÏ,Ùr $,º”ãÚ–¥ èÁ‰´1e'mE ƒZÚjl˜x†˜£Ò– ÙTÐð¡(/Yõl™¹j³©jZ\"…L5Ò,$ª¹)¢‚†iíä`Ku^c3CgC¼H¾1DL|c›£‚8ë¿
-Äy´X°åûÝ€ï×ÂtÈ”oE÷Ú ?ËîµfG_¡Ùü~û”ePéOÝ\è‹îõ‡n:ôšõs$øIåôÛ/Ñ)ü3W½ý¹ûAÿ[÷úc"Ú`Ußs Ù¸ùØ£}ÞïŽíõÞ«¡C¯«*7Á"8›`ÆÛÕ†K°ˆ‰O°±9êß•/ªGIž7×¼"YUX Ì¬Âœ­Âð*5[…!&¾
-‹ÍQE$˜WRä¶9ŸvÇÛõtÜ'¶=ì% +JÝ€ËÙ‘uE”] 8%¢dDi
-Z¨iXQ&¦Q"sTèU=ÃA¨}k?ÝÛáÆÌÁÙ/R×\“ƒ˜ø.'6G‘
-6šÂ®vçÄY ÆòqœÑè‰mí,°Gž8 œSv_“@)±áÄa`!æ¨e ÑÍß|!ü™SàÌ옜í˜ð2ùŽ 1ñSlŽH¢
-
-—@»V™ôèÁ•Éœ2½}T (í&
-“BŒQMŒÆ I®¯‡ÖÇ×óîør÷ÞéIs·ÎˆæwδJ˦߉gaßÌmQ9t)L3·^ ÉI•­YÇ/óxÁÙ㠼ĪæŽ7¼›£r¨ZX=©q8A ïK´{K‘0³™Ðl!‚V¨W‡L<|Ù¢RH+l<ãv:óû$/ñÎÌÄ‹àlâÅËLl•!©"&>ñÆæ¨$dÜ4—ëg-ÿy½ÞvÛßîN1=gn†Ñ|‚™©ùü2ò,¤—¹-¢t:¡£À^ŽÓv 1ä^ œ™‚ଃàe&*÷áËGL¼ƒÄæ¨$µ‘M$ɵ=ßM_f4Ep6šâ%j6š"&>šÆæ¨>f¡pzÛûÞÏÜ04sÇ 8»eð:äö bâ7MlŽjb¬hÊ&Òä3\dàËu‘ λZâ‚‹LL .™£rø)¦™¹HwÒ‘Ô#+ãÆÌ”‹àlÎÅ‹ä›ÄÄgÝؤRl&ÿx=.!™Quà̪œªh™‰:$DÕ‰)–DJ'ÊÒߎD<ǯܠRþ^±!·ë_¯ÉBeùue`á¥Ê¼[Ћ—ëcÊôœ±âÆÒíú€Y¾]?êÝ°ïô.t ‡gTYJa%;¯× ^YÙÌ»ö½x×>¦LϦuÿ ©ïÚÌò]ûQžè¾}'¿ÜÅjÓíYÏѪ¥¦Ê¼zЋWïcJF(cïÞÌ¢9¯Œ­Á%(¤]Æ =ܱø–Þ±¨ T‡¶¹¿ñ×ñùõö§þF¾vñµÿ‘™=¿ó3º‰ñã;(χûý»ß×1ÅãÀº}‰^kzýbº¶Ý éëv·o™Ûþë²NªݶZ+Z¸˜ÐôŸvGz’zZ#¬ÓÈ*ý¾Hl+¹Líº‰æïÛËæÐ2ÏÖîô©ù>žmùHZC«^6õ¸ºqtàT݈²sp’»4”]¥•Ø0ÕwÀsi•Æú¦ibZ¿0ÉP-_ôNf½“õËZ÷ZÛyíˆNz-"ä½Ö_œx’^ë!±­´¨P¬Vh<q:·Ç¥Ü ò4¯‰¶’#ëš(=º@ð„*sJN- ÄxĔХÇ,š ÑÛ@¨s¥ÉˆÞáéÊG½5$€PUöù]l}db«m‰­›O»kßþ2•<[ƒuuøûÛ¥0åÚõœ€.œŠQ¦ ùÊ£mƒ ÓlÀsi'•µ0fšù©û­ýtË ­³•9Ÿ¿&¾ItàT’ˆ’‘ÄwÈ^¸‰‰J2`ˆ¹´$¥g®ÑXqs¹½ß<ý’Ö¥› ° NéÍLœ+²ôà¡©*sÂN”&@wݳ†XKŠ¢Á«¬®f³V^“®éS¼&þÂy3r®‰Ò£ O¨2§äd<Ä”¥ÇsiYj1mò•ÛÓæ|ÛŽ÷nŸÀ—¹}œÝ>x‰¦ä¶bâ·Ol.-‰+…«T4adîðm.$’¦®F¶AtàTˆ2}²ò·µÁ†© †˜K âŸOp.¹2¤8^‘*:=Ò­)Ò£ O(2§ä”²ØpB‘³ln(
-ãf÷ë‡äñÔ[šaËÜÒÃêr·ôç·4úÀ‰ô¶ôÄ´°¥#si+èO%ö¹ëåéÞÚ6eÖ¶ÎÖ¶x}|m‹˜øÚ66—ÖC)a-v¸Ûî–ô·¬ih Ëœ†"8; Å+tŠ›†"&~›K+"KáÊi*ylÝ>ïw+2Ðå*2ÁyEÐ
-™˜‰Ì%‘M-œQX‘ëæcË?%¿Ö#ÂÌÁÙ¯‘ÞÈ ý/bâ{äØ\Z“Ú
-‡f×ç}¢gQ¥¨;}óÿ:=2­ˆÑƒ „¦ZÌ »_½¤R±ËA ADTŠC¬¥¥€\Yk5.9¡ÍKã/3#8›Æñ¥áÒ8bâÓxl.-‰U¢®‘w\ÚóæÒv}Kwç$µu2‡n;sè†àìÐ /—”0PCLüÐ-6—–RvƒÎ$Ùh’b]fˆEp6Äâ&ÂÉ>bcsiE*Hÿ΢§êþûÚŸÚ»÷ÐÀ—»‡&8¿‡ÐבÚ˜öPd.-‰r àì÷˜ù‹ZGþj äóN#ªº)×òN.<‘wæ”L.î~¶KŸCm¤èò/¹‡#ªî[ôÆÿ
-endstream
-endobj
-1853 0 obj <<
-/Type /Page
-/Contents 1854 0 R
-/Resources 1852 0 R
-/MediaBox [0 0 612 792]
-/Parent 1766 0 R
-/Annots [ 1856 0 R 1857 0 R 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R 1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R 1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R 1894 0 R 1895 0 R 1896 0 R 1897 0 R 1898 0 R 1899 0 R 1900 0 R 1901 0 R 1902 0 R 1903 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R 1912 0 R 1913 0 R 1914 0 R 1915 0 R 1916 0 R 1917 0 R 1918 0 R 1919 0 R 1920 0 R 1921 0 R 1922 0 R 1923 0 R 1924 0 R 1925 0 R 1926 0 R 1927 0 R 1928 0 R 1929 0 R 1930 0 R 1931 0 R 1932 0 R 1933 0 R 1934 0 R 1935 0 R 1936 0 R 1937 0 R 1938 0 R ]
->> endobj
-1856 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 653.326 169.669 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (section*.34) >>
->> endobj
-1857 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 641.452 179.831 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (section*.140) >>
->> endobj
-1858 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 629.416 154.426 639.878]
-/Subtype /Link
-/A << /S /GoTo /D (section*.34) >>
->> endobj
-1859 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [198.362 617.461 210.317 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (section*.140) >>
->> endobj
-1860 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 605.506 174.75 615.968]
-/Subtype /Link
-/A << /S /GoTo /D (section*.34) >>
->> endobj
-1861 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 593.631 184.912 604.012]
-/Subtype /Link
-/A << /S /GoTo /D (section*.34) >>
->> endobj
-1862 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 581.595 184.912 592.057]
-/Subtype /Link
-/A << /S /GoTo /D (section*.34) >>
->> endobj
-1863 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 569.64 169.669 580.102]
-/Subtype /Link
-/A << /S /GoTo /D (section*.34) >>
->> endobj
-1864 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 557.685 189.993 568.147]
-/Subtype /Link
-/A << /S /GoTo /D (section*.34) >>
->> endobj
-1865 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 545.81 184.912 556.192]
-/Subtype /Link
-/A << /S /GoTo /D (section*.36) >>
->> endobj
-1866 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 533.855 189.993 544.237]
-/Subtype /Link
-/A << /S /GoTo /D (section*.140) >>
->> endobj
-1867 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 521.9 174.75 532.281]
-/Subtype /Link
-/A << /S /GoTo /D (section*.140) >>
->> endobj
-1868 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [213.505 509.945 225.46 520.326]
-/Subtype /Link
-/A << /S /GoTo /D (section*.139) >>
->> endobj
-1869 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [157.714 497.99 169.669 508.371]
-/Subtype /Link
-/A << /S /GoTo /D (section*.36) >>
->> endobj
-1870 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 486.034 179.831 496.416]
-/Subtype /Link
-/A << /S /GoTo /D (section*.140) >>
->> endobj
-1871 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 474.079 179.831 484.461]
-/Subtype /Link
-/A << /S /GoTo /D (section*.140) >>
->> endobj
-1872 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 441.397 189.993 451.584]
-/Subtype /Link
-/A << /S /GoTo /D (section*.82) >>
->> endobj
-1873 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 429.442 184.912 439.629]
-/Subtype /Link
-/A << /S /GoTo /D (section*.82) >>
->> endobj
-1874 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [188.2 417.292 200.155 427.674]
-/Subtype /Link
-/A << /S /GoTo /D (section*.82) >>
->> endobj
-1875 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 405.337 184.912 415.719]
-/Subtype /Link
-/A << /S /GoTo /D (section*.85) >>
->> endobj
-1876 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [172.957 393.382 184.912 403.763]
-/Subtype /Link
-/A << /S /GoTo /D (section*.87) >>
->> endobj
-1877 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [243.991 381.427 255.946 391.808]
-/Subtype /Link
-/A << /S /GoTo /D (section*.5) >>
->> endobj
-1878 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [208.524 369.472 220.479 379.853]
-/Subtype /Link
-/A << /S /GoTo /D (section*.80) >>
->> endobj
-1879 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [198.362 357.516 210.317 367.898]
-/Subtype /Link
-/A << /S /GoTo /D (section*.80) >>
->> endobj
-1880 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [188.2 345.561 200.155 355.943]
-/Subtype /Link
-/A << /S /GoTo /D (section*.76) >>
->> endobj
-1881 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [188.2 333.606 200.155 343.987]
-/Subtype /Link
-/A << /S /GoTo /D (section*.128) >>
->> endobj
-1882 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 321.651 179.831 332.032]
-/Subtype /Link
-/A << /S /GoTo /D (section*.92) >>
->> endobj
-1883 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 309.696 159.507 320.077]
-/Subtype /Link
-/A << /S /GoTo /D (section*.148) >>
->> endobj
-1884 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 297.741 189.993 308.122]
-/Subtype /Link
-/A << /S /GoTo /D (section*.82) >>
->> endobj
-1885 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [188.2 285.785 200.155 296.167]
-/Subtype /Link
-/A << /S /GoTo /D (section*.109) >>
->> endobj
-1886 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [183.119 273.83 195.074 284.212]
-/Subtype /Link
-/A << /S /GoTo /D (section*.109) >>
->> endobj
-1887 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [193.281 261.795 205.236 272.256]
-/Subtype /Link
-/A << /S /GoTo /D (section*.84) >>
->> endobj
-1888 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [188.2 249.839 200.155 260.301]
-/Subtype /Link
-/A << /S /GoTo /D (section*.148) >>
->> endobj
-1889 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 238.159 174.75 248.346]
-/Subtype /Link
-/A << /S /GoTo /D (section*.67) >>
->> endobj
-1890 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 226.204 179.831 236.391]
-/Subtype /Link
-/A << /S /GoTo /D (section*.75) >>
->> endobj
-1891 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 213.974 189.993 224.436]
-/Subtype /Link
-/A << /S /GoTo /D (section*.148) >>
->> endobj
-1892 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [183.119 201.968 195.074 212.481]
-/Subtype /Link
-/A << /S /GoTo /D (section*.88) >>
->> endobj
-1893 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 190.339 189.993 200.525]
-/Subtype /Link
-/A << /S /GoTo /D (section*.89) >>
->> endobj
-1894 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 178.189 174.75 188.57]
-/Subtype /Link
-/A << /S /GoTo /D (section*.89) >>
->> endobj
-1895 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [183.119 166.102 195.074 176.615]
-/Subtype /Link
-/A << /S /GoTo /D (section*.98) >>
->> endobj
-1896 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.795 154.278 174.75 164.66]
-/Subtype /Link
-/A << /S /GoTo /D (section*.89) >>
->> endobj
-1897 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [167.876 142.323 179.831 152.705]
-/Subtype /Link
-/A << /S /GoTo /D (section*.89) >>
->> endobj
-1898 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.038 130.563 189.993 140.75]
-/Subtype /Link
-/A << /S /GoTo /D (section*.75) >>
->> endobj
-1899 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 653.326 369.861 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (section*.77) >>
->> endobj
-1900 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [429.039 641.371 440.994 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (section*.79) >>
->> endobj
-1901 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [413.796 629.416 425.752 639.878]
-/Subtype /Link
-/A << /S /GoTo /D (section*.79) >>
->> endobj
-1902 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [408.715 596.539 420.671 607.001]
-/Subtype /Link
-/A << /S /GoTo /D (section*.2) >>
->> endobj
-1903 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [439.102 584.665 451.057 595.046]
-/Subtype /Link
-/A << /S /GoTo /D (section*.100) >>
->> endobj
-1904 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [408.616 572.709 420.571 583.091]
-/Subtype /Link
-/A << /S /GoTo /D (section*.3) >>
->> endobj
-1905 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [403.634 560.674 415.59 571.136]
-/Subtype /Link
-/A << /S /GoTo /D (section*.2) >>
->> endobj
-1906 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 528.072 395.266 538.259]
-/Subtype /Link
-/A << /S /GoTo /D (section*.90) >>
->> endobj
-1907 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 515.922 385.104 526.304]
-/Subtype /Link
-/A << /S /GoTo /D (section*.91) >>
->> endobj
-1908 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 504.162 410.509 514.349]
-/Subtype /Link
-/A << /S /GoTo /D (section*.93) >>
->> endobj
-1909 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 492.012 405.428 502.394]
-/Subtype /Link
-/A << /S /GoTo /D (section*.93) >>
->> endobj
-1910 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 480.057 385.104 490.438]
-/Subtype /Link
-/A << /S /GoTo /D (section*.94) >>
->> endobj
-1911 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 468.297 374.942 478.483]
-/Subtype /Link
-/A << /S /GoTo /D (section*.86) >>
->> endobj
-1912 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 456.341 380.023 466.528]
-/Subtype /Link
-/A << /S /GoTo /D (section*.86) >>
->> endobj
-1913 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 423.189 410.509 433.651]
-/Subtype /Link
-/A << /S /GoTo /D (section*.149) >>
->> endobj
-1914 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.553 411.234 410.509 421.696]
-/Subtype /Link
-/A << /S /GoTo /D (section*.149) >>
->> endobj
-1915 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [352.825 399.554 364.78 409.741]
-/Subtype /Link
-/A << /S /GoTo /D (section*.68) >>
->> endobj
-1916 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [403.634 387.324 415.59 397.786]
-/Subtype /Link
-/A << /S /GoTo /D (section*.158) >>
->> endobj
-1917 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [429.039 375.369 440.994 385.831]
-/Subtype /Link
-/A << /S /GoTo /D (section*.149) >>
->> endobj
-1918 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [429.039 363.414 440.994 373.876]
-/Subtype /Link
-/A << /S /GoTo /D (section*.149) >>
->> endobj
-1919 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 351.539 395.266 361.92]
-/Subtype /Link
-/A << /S /GoTo /D (section*.159) >>
->> endobj
-1920 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 339.779 369.861 349.965]
-/Subtype /Link
-/A << /S /GoTo /D (section*.137) >>
->> endobj
-1921 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.987 327.823 374.942 338.01]
-/Subtype /Link
-/A << /S /GoTo /D (section*.137) >>
->> endobj
-1922 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [418.778 315.673 430.733 326.055]
-/Subtype /Link
-/A << /S /GoTo /D (section*.145) >>
->> endobj
-1923 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [378.229 303.718 390.185 314.1]
-/Subtype /Link
-/A << /S /GoTo /D (section*.100) >>
->> endobj
-1924 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.472 291.763 405.428 302.145]
-/Subtype /Link
-/A << /S /GoTo /D (section*.160) >>
->> endobj
-1925 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [439.102 279.727 451.057 290.189]
-/Subtype /Link
-/A << /S /GoTo /D (section*.144) >>
->> endobj
-1926 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [428.94 267.853 440.895 278.234]
-/Subtype /Link
-/A << /S /GoTo /D (section*.147) >>
->> endobj
-1927 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 255.898 385.104 266.279]
-/Subtype /Link
-/A << /S /GoTo /D (section*.147) >>
->> endobj
-1928 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [439.102 243.942 451.057 254.324]
-/Subtype /Link
-/A << /S /GoTo /D (section*.146) >>
->> endobj
-1929 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [357.906 232.182 369.861 242.369]
-/Subtype /Link
-/A << /S /GoTo /D (section*.137) >>
->> endobj
-1930 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 220.227 380.023 230.413]
-/Subtype /Link
-/A << /S /GoTo /D (section*.152) >>
->> endobj
-1931 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 208.272 380.023 218.458]
-/Subtype /Link
-/A << /S /GoTo /D (section*.154) >>
->> endobj
-1932 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.31 196.122 395.266 206.503]
-/Subtype /Link
-/A << /S /GoTo /D (section*.99) >>
->> endobj
-1933 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [347.744 184.167 359.699 194.548]
-/Subtype /Link
-/A << /S /GoTo /D (section*.28) >>
->> endobj
-1934 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 172.211 385.104 182.593]
-/Subtype /Link
-/A << /S /GoTo /D (section*.10) >>
->> endobj
-1935 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [429.039 160.176 440.994 170.638]
-/Subtype /Link
-/A << /S /GoTo /D (section*.157) >>
->> endobj
-1936 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.068 148.301 380.023 158.682]
-/Subtype /Link
-/A << /S /GoTo /D (section*.99) >>
->> endobj
-1937 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [373.148 136.346 385.104 146.727]
-/Subtype /Link
-/A << /S /GoTo /D (section*.78) >>
->> endobj
-1938 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [388.391 124.585 400.347 134.772]
-/Subtype /Link
-/A << /S /GoTo /D (section*.156) >>
->> endobj
-1855 0 obj <<
-/D [1853 0 R /XYZ 108 690.907 null]
->> endobj
-386 0 obj <<
-/D [1853 0 R /XYZ 108 468.351 null]
->> endobj
-390 0 obj <<
-/D [1853 0 R /XYZ 323.435 623.687 null]
->> endobj
-394 0 obj <<
-/D [1853 0 R /XYZ 323.435 554.945 null]
->> endobj
-398 0 obj <<
-/D [1853 0 R /XYZ 323.435 450.613 null]
->> endobj
-1852 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1941 0 obj <<
-/Length 489
-/Filter /FlateDecode
->>
-stream
-xڔˎ1E÷ù
-/‰.\~{Éc@°@z,P&"ˆ2ÍÿSvǸ:DB‘¬(uroùºl’>(Pᢄ(½ØWRìéç×+,å!Õ‡x>®ž¾ŠFˆÎ‰ñ! €R¦ŠŒ÷ŸÖvCÿ³rýlóe|›qèu•„ H:aï7ƒSyÅõ]^ßå_^æõM^_äu®~¬rÕ]; 1½ˆ Xݵ}+Í?w—êlwHßÊö„³¤ž·öµyÜMLJÓa»?=};lkW‘ºÊ› *ºÒÕ“¾)Œ”÷U–|çÒy/æ/Ú(ôÐà¡ö’É׫ÞXI¢LëË)3ã™’N²f2ý<ïxZ‚ ד0š4}»‘D¡‡çIt’y53¶DéÖ—þŒ03ž„V€ê2ÓáûBÊ‚‘¶ ¢“2–z’Ùý¸_V2œ W# Ô.ÚÚÕH =48´“L¾Îñ©Ö}hy¦…av<Tz'Ð_Æk:N‡é?Ò Ct*V¹izhpžF'¹|ÕÐi°QµÆ<Â0;žFzcñ2b¿w§¥wG[°4ûWo[
-endstream
-endobj
-1940 0 obj <<
-/Type /Page
-/Contents 1941 0 R
-/Resources 1939 0 R
-/MediaBox [0 0 612 792]
-/Parent 1766 0 R
-/Annots [ 1943 0 R 1944 0 R 1945 0 R 1946 0 R 1947 0 R ]
->> endobj
-1943 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [193.281 653.326 205.236 663.788]
-/Subtype /Link
-/A << /S /GoTo /D (section*.155) >>
->> endobj
-1944 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.471 641.646 154.426 651.833]
-/Subtype /Link
-/A << /S /GoTo /D (section*.103) >>
->> endobj
-1945 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [183.019 629.691 194.974 639.878]
-/Subtype /Link
-/A << /S /GoTo /D (section*.141) >>
->> endobj
-1946 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [152.633 617.736 164.588 627.923]
-/Subtype /Link
-/A << /S /GoTo /D (section*.153) >>
->> endobj
-1947 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.552 605.586 159.507 615.968]
-/Subtype /Link
-/A << /S /GoTo /D (section*.99) >>
->> endobj
-1942 0 obj <<
-/D [1940 0 R /XYZ 108 690.907 null]
->> endobj
-1939 0 obj <<
-/Font << /F94 409 0 R /F107 429 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-876 0 obj <<
-/Length1 1601
-/Length2 958
-/Length3 532
-/Length 1781
-/Filter /FlateDecode
->>
-stream
-xÚíTkTSWž¶Xh4*"VSIä‘#pDžDšB)\’“äêͽ—{o4Ñ*PÀGUP†N¡Pd–¸Ä¢-b+è BgDP[j¡Rp|tF‹
-tN‚––ö‡³ê¯YÍZÉÊ~œo{g÷×±ÞAj*†S$ç-ñûƒX#Õ£Ž5飀XŒ|âù<w÷bN‘¡ýRg
-WA’…B ¡@Œ@E‘jÜLšõAXA,À
-Òæ !£ÇYý8 ´ FrP 8
-ऊ0¨Í_ƒ„@h†BzC`
-ŠåXƒÓ@U¡á£<9Æ™k³8
-Jƒ2Քʠ‡$g‰!å0œdœ¹V*jœ¥ Ì„j#0šÁ-4 ,NjÇxj‘8dYƒ°ÍÓëü¨{Œ¦ “å4eÉúαÐøð$¾¨&1jq’'2_RC‰xÔ¯6ÐOcë càÉ…"˜š" PC OMq¨*<ƒª>ÏOÔç ésô¹ÈùëÄ/ÈØèÿÓfŽÇ 7D4¦GÒ>}
- 3»y?VÝ1Ëc€†õÔ¶ì„F¨âu^¦TÙk
-‹‹¸Ã¯–5·†&ž9-y©9‡®:¢¬(Ï8D5¦në–U§ Õäømó9nºÔO÷DÎí=wzáÑø'x{¯Ó¦Ù¦rÛësxö¾-z³Š_4¿s㎨/¬üÄ+z¿l}#æÍýC/ÿ¾­acsç;aÆìuåÓÝГ7«Þ«Í³?9õèï¦Þ×?0ç}ß=ðøô|KóÙÆ{šz=Kó^qXgÅŸ³##­Ô10!î€üåN‡‡EçÝ–U´Ð#‰Òœ»Yu+ 6Gwýí¨±7Ù¹‹êX÷ï̲ü|ë¹]ÿÞ[}\<«dæ¿£^þ ÙyÇ1ªÒy"oÚVù–Ö
-ÒjØůG¦è’Ãf45žÙ#ÈÊJŠH5:uuþýÐpÐîKâ3!}ž6ÔÙ%”;|"<å^3“ýÙHÕëxZ¾Þµ°úÊfÇÓü«¯MÜ9»ôÑ?«²öΙä•9ýö{GúoG²Ðí×óñ¾eåZñ5ÏÝ×+ uŸ]šça›Ë+i§§ñ®´½oÜ6R<¯Ô;Z˜•·«S(g‰–eǬ²<Qé:ùF^°kÓ£„÷®´—­\ªYêUuËTqж(×Ú%&å<ך?¹>R*Ø-L\±¤}Q蹯ºÝ¿»gËÔ--.¦ØXÿ³zôbN®V6Ü´nòþ¥¶&š
-°ª\wqé
-ï7ÜWÔ¼+\´É6ù¯9_ezǧ\´ºV÷ý‘¤O3S”[— º8/é
-ùÜ!MºoŸ¹ý…Œ)‘õ/N™¹„ñÜàq);,Ã.ë馽"¬Kþ1cÿÙÜŽUEçV¸>‰µ¸~´_*N¶©–Ê6ƾvÍê˜Û¾Šà–^¾4ô¾þ{i
-uñ‹âÜ‚aQ˜_‡~‹áøÞˆÛIßöQ ⲿþv7uëÎvMÂÕ¢mSßrQätOÌ¿B9î|õ­–ņÔo=wüòT» åáµäêŒýQ¹—sÖœÊz¼fçY¯ ¹rÖáHû÷‹¢ª>r|q_ÅêÀ e¿¼OŸË˜w¯ùfýRÒ#F°Üߪ®Î!=ȶ|s}[ÞíIB‡šÎ‚Ss;ÓÿÐÕx¬!óÂc®ÐuñW©v»& ¥Z×Noöõ8Õ>ßÃcÙ>¿<?ûpiË‘RþêˆC×—ÊÝÚä•3«zí¦(]ëD߬=Ÿh'þ•Þo
-endstream
-endobj
-877 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1948 0 R
-/FirstChar 68
-/LastChar 68
-/Widths 1949 0 R
-/BaseFont /GZTPEX+StandardSymL
-/FontDescriptor 875 0 R
->> endobj
-875 0 obj <<
-/Ascent 504
-/CapHeight 687
-/Descent -228
-/FontName /GZTPEX+StandardSymL
-/ItalicAngle 0
-/StemV 0
-/XHeight 400
-/FontBBox [-180 -293 1090 1010]
-/Flags 4
-/CharSet (/Delta)
-/FontFile 876 0 R
->> endobj
-1949 0 obj
-[612 ]
-endobj
-1948 0 obj <<
-/Type /Encoding
-/Differences [ 0 /.notdef 68/Delta 69/.notdef]
->> endobj
-862 0 obj <<
-/Length1 756
-/Length2 1218
-/Length3 532
-/Length 1774
-/Filter /FlateDecode
->>
-stream
-xÚíR{<”é§%L)¥ÂC¦™s1d¬v]Æ®ÑË.‘]syñ23ïxghF+I²›ec]¢-Y¹‹•ÛY¹ N»·ã’T„\Z»Ñ®Èž¡íœÏ±žó×ùœ÷yÿx¾¿ß÷ù>ßçû<Xý&¶„9"|‘ Ñ”Hö OO"M ; kBLŒð˜"ˆ
-ˆVV$`+@É Ts’ìÇ`=" p`àí¯“,-Ba6“LQÄ“i°™\à°aH$1¶\.p__!îBÃ!Ž)†H˜-,(æcÌÖ=9ñ`ù¦Ì ¼m…C¨Pf
-à7l2“„Ï•
-endstream
-endobj
-863 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1950 0 R
-/FirstChar 116
-/LastChar 120
-/Widths 1951 0 R
-/BaseFont /DJEKSX+CMTT10
-/FontDescriptor 861 0 R
->> endobj
-861 0 obj <<
-/Ascent 611
-/CapHeight 611
-/Descent -222
-/FontName /DJEKSX+CMTT10
-/ItalicAngle 0
-/StemV 69
-/XHeight 431
-/FontBBox [-4 -235 731 800]
-/Flags 4
-/CharSet (/t/x)
-/FontFile 862 0 R
->> endobj
-1951 0 obj
-[525 0 0 0 525 ]
-endobj
-1950 0 obj <<
-/Type /Encoding
-/Differences [ 0 /.notdef 116/t 117/.notdef 120/x 121/.notdef]
->> endobj
-1952 0 obj <<
-/Type /Encoding
-/Differences [ 0 /.notdef 1/dotaccent/fi/fl/fraction/hungarumlaut/Lslash/lslash/ogonek/ring 10/.notdef 11/breve/minus 13/.notdef 14/Zcaron/zcaron/caron/dotlessi/dotlessj/ff/ffi/ffl/notequal/infinity/lessequal/greaterequal/partialdiff/summation/product/pi/grave/quotesingle/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 127/.notdef 128/Euro/integral/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/Omega/radical/approxequal 144/.notdef 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/Delta/lozenge/Ydieresis 160/.notdef 161/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
->> endobj
-751 0 obj <<
-/Length1 1644
-/Length2 7937
-/Length3 532
-/Length 8813
-/Filter /FlateDecode
->>
-stream
-xÚíveXì¶6ÝÝH ÝÈШtw‰t 1Ì€€t#Ý!!݈4ÒÝ *!Hƒ¤€„€ôýöÞçzÏwþœ³}×7fžu?ë^q¯g]Ãʨ­Ç+c³+ ^ ÿ€&ÄÙÚ® sÖ„‰«óê‚íÜvaVV97°ƒÊ[!ÀO
-÷Ô"\W ME2?ŽçŸÙÈóXƒ@…Î…1ÇåÝ#;pì‰)…ÞNÇÕZ)’°F‰tÔ(
-Ï=µ||­ÉIPžN‰Yó`2ù:M1Ù> >ÐâAa2AÝÖâ³”?§ÇM¡=ñÌÙêÊCp9$®øT¼!¦i3{5¥~ºÚF3dú-KØÖU´ÄÎj4ÿæ~âÝÆ^Œ~üŠÖ"i ®Þ9 !ðèbkTä4[‡ì"µÑ™´å¹ÞK±÷oô‚g·B C«üjéóÔ²ö¾?ãþ5 fIš‡B%`O‰»Ïä¾=ªÛJ]Ç·Æ eëXeûîÚ>„åZùi\À§–TšÐRÜø£‘h
-sCË{…¶«6A½-WŒ¶†ÉÚQºÏ¢|ÍMÇÌ–ö5"úƒT:+¥²ÔŸ\ñ6Ú‹‘fæÐKŠ,¡ý
-\µI±É­xç𸪕õ[ÿÖó7q‹?RÆ?5¿ˆ-íÿBòÄ–,ôÅ/bZ—ÂgïH“?íÉ;üîÚPtyÈR'Á#Q%W|j'LÆóíiˆ­vFy¤S
-cõm¼0Á­ì¢ü)P|DÁÚ|hÃÕgÙ]“æÈ)vSî#×vþpaìmÓ£ú¸KÁâdýQC(Ïë:´s>“÷½9ÌÅA]ÖËñapP²?pS=«Ž¯ŒØc¾—S“ßú¼¥6ÒuSn-ë3®4äæ¸ò‡Åõ9VÿM*åúøÆNßaȳV¾îiq®2ô8¶¸ž
-/ +‚$þfóò½üU*Ê»GÔI² Oþ-±o<2HZ¦[‹h±äW¡öxEUNjߢj`…WMQû$”qÊ$X7ÑjSÒ"ž§öÝnߥÄcÒ(›wŠžìæœE–—'É~ºNöµ’pÇÒÙã·ES~ìóÑîJÂèsL±ET„Iú•ýh]Œz¤®ð‹kGÊ¥tô
-º#Æ^Š…—’{wM¶ý/²Ów’ÏÌ3ÞŸŽáA©½”*Ò ™åéø Hf"dݪKäÀwcJòþ¨Ø³ï˜q#™+˜¶7l¯µ³/¾)S¸9¿'lñí8Ë•¾î  ÁÕa'ã5(˜?ë²:^—˜°G- kì¢å[šá¶ô†¦(PdGÈ 1•—Ž]CçÞË;šœÖëÁÜ•dúOd.âOºkïò}ÞQˆ™¯xåÐe¡ÝykbìGufSb둨q[® «7¯ßOfÖQŸµ½U!nzö!€.à$ß
-÷I?½^ãS¸H¢U9ȘŸ‹#(Ü“"@†í|+)lùñúÉ¥g›}‘~AÁ.ìÌÆÿçžAð†4LPfš}¢ôö1WÜ*ÅÒÍX"™ŸØ8;%ÕK¹æzšÁõÁçõ 7jO5ÁñI.Ë«ç—oÀ2Úht¢)hŸ\Écè‚t" T‘|ƒMɲl"®âÜÕ¥JºÁeMLQtÓ÷F•lú1½wÓ†Žw ’1 ¯H…éäoÈIGk¹†NùŽ SJQ
-Ú'›¸†¦‚NÅ|*¥ë›7§š[ø‰¼´%j‚q?®‚K ¢D+½GØàÈW&+‰zq«ì§«UX˜íªçøà?¦ºŠDÇ9öí–|A1<¾I±šZ±®ÊQõ×5½ám5Ï;|‚ ÔyÞÇ»}UüÅúÐÍ•íTd0ÞPŒ l5;@ùÍ“ p2©Ï­)lPKJ†J/)×—íx|}Ëò ‚°:î>âÕàÆJ£?¿ ÂÆái!í³5cß_î¼lI!Ç oš_jo›.Qõö<ø
-»#þ×Àžl+· Èêi¼)æ½q±ý;|,•[±é2U¡àÅUy‡WZ ö§^7s(“•’×e¨!ýzRžrÛv¸,©‘Fl?‘òÕOQA…/CûÉæ¨6Ks?ÉÆ«7=ê­‡td~jöë–¸l÷n„‚œ"Æ‹ÝÅo£X àÛq±w¾º=Í’ÞÜJÝx)÷÷0}]õH› ÚÒüaÎqJäµ;ŸcQ
-}«Ï ,Öp|œÌÝ™ÎV'ÌGj÷wl•¤}DoÛpZK ©¡¦‰í R¯üÂÛ³¥-êA¸°ûµ³™§¤Ua#Ù2 ò™Ñ*É­î,£ÕnþÍYç¦lñŸ¼õ NÞ/ƒˆÙhmöNؘ¿f¼RSR¡U/ò롽déÐÅ|ËE—UEW(Ó²†ŸÚŽ7oƒ1„Ù8&aõš¸3µº*œÉ
-íRTv¹ú@‘âCÎá‰A™1XW
- )嘣þÖÁ(%Åü¹àÀ•˜)"è{ûFïm³Ó¢¦”¡µÑ ã‘VêE„ûØwë!ÁïžÎË`µêr}¼]ÿ”-êÐ_)BbMN2~Ýö*Wkø°ÀtuÎzÅKlk˜î˜l’è%µN*ºÍ/µO¹‘ ¥_œšFfº³/SM¢94Á—Ešdß$èMö 9¤cö«Öjˆ¨êë­WgÉ«eS>¾Õ±7œ_Ma\¿T4Mω}çï¡k;Kk¬WÂ(E!K?õ$u)í‹(¡Ä8µ»©rý%±(×FS+QüÞÄ":¥ÏˆšˆYÔ›ÿÁúÂPä½^t¹]ŽèjôqMžºabŸYª¹WcW³TõNsÚwL[¾»ŸC ëå„ñN Ã?EóÃ2ºÎŽ’Ë6úãbüžš±ÇúãøS”L{Ð|ÆNÔ3rfþL?è>!éåKGÄyÏË4MfÍ•Š…7Q"¡HDVPÌ1‹y%ÃÚp?3Ê>ð僼A6%cCº-½s ¼¨Ãu¿­øÙ8?îõIG6û+†GõS®³@¯G·'<ÜsÏbpýd+3 ¯ÔLÊ5õŸÞ0æ PGE]L7•Hk »„8ãÇiáIíæïEõÞiÆ¡:zÇâ&‰23:¡‹éÅHŠŽÙò_¦^Mi©¼€®Š‰E~¦ôÌ¢UŠ–öªéHyi5MÚ>fF)b ìyŒ“©—Ì…ÌîŽ@Ù\ä ³8Õ1ÅWã:]èEó3[ŽF©Íbz–Ñ
-6{§ªEœÙÄ¿VÏé@® K
-G“ƒíqËz£×$½a‰‹òl]]5iò« Z'“ÑD¢¿:êrM_ á^‚šT\SÞN%ßZõpjeDdS…6=ìJÑJ2”-$•ÃØ\Év‚`ÒE2æÙñö|c‹ªù“Ao$¾ynï{uü@!'ÃÿÁ#§8å%T€_kjªàqq,?z£õ†m×y*FÇá}§ë€TbÈ…á%àgãðÆñ¨j<ã§$ìÖ¦ö±\ˆÄ€WxˆÅ
-ƒ²’†@±jÚHÚ°å%»øwMáB$¾ÕÄoÇWl³•&kBêM~ìáëñJȶáPÈ ‘ͳŤ aIE-‰]Ç? +²¼]o†Š? R±\ÝÃîR.bô©{§áç5¼ŒÖh‚‚ÍÔcÔSöѽ„f
-W+~9 èÀWŠm>
-Ñ[ø6Q"rµ¢‡()}¾*Ñn Q5›joÁ³,ú&´R¦-Ìö8<¯žæYẃ\ìbЇà
-:ƒ
-{7\P;EPÎd½‰›³¨6;r—qÅ¢¥¸
-gåµ\/‰ÐO¨_™@fkJ±”4{Bßµ¨‰…ó ²"Åä€ÐÚ~*i:ÿæU(CïBM"j¯þ–ŒüzÀ_ÆÍèžî‰01ÃqRµý”Î6âá›òõÐMï”Ûóã¬À*æ Ö™@ðð ô±ÕL¿ßkª=vTÁ¤âúé|¡½~IQµ¶X¼NƒÔV¦·Aa÷Ó‰™«ŠDÞ(Á—4À$±GxÉ9|°Gœ›4ìì-u)Ü
-Ó{ÒnÛ­êaû[â›Î9–oôgÚb.üÚ\ ØZwwž&i•i辯-RÞ*76p~©9n#ãÙ#
-Ò *X˜e&ˆdŸHi Ž/.•Êî#þ2‘ùmIÙªƒ,Øv\
-endstream
-endobj
-752 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1952 0 R
-/FirstChar 2
-/LastChar 116
-/Widths 1953 0 R
-/BaseFont /UONNBI+NimbusRomNo9L-Regu-Slant_167
-/FontDescriptor 750 0 R
->> endobj
-750 0 obj <<
-/Ascent 678
-/CapHeight 651
-/Descent -216
-/FontName /UONNBI+NimbusRomNo9L-Regu-Slant_167
-/ItalicAngle -9
-/StemV 85
-/XHeight 450
-/FontBBox [-168 -281 1000 924]
-/Flags 4
-/CharSet (/fi/colon/M/S/a/c/d/e/i/l/n/o/p/t)
-/FontFile 751 0 R
->> endobj
-1953 0 obj
-[556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 889 0 0 0 0 0 556 0 0 0 0 0 0 0 0 0 0 0 0 0 444 0 444 500 444 0 0 0 278 0 0 278 0 500 500 500 0 0 0 278 ]
-endobj
-614 0 obj <<
-/Length1 807
-/Length2 1423
-/Length3 532
-/Length 2003
-/Filter /FlateDecode
->>
-stream
-xÚíR{8Tëfi*wM©Íš\Ba3B¥!Óã2ˆ!1—…Ř5ÆÌ4ˆ»¢\2‘KDd$‘ÒîØQ‘.¨­N›£bæPBÛ.j¶ö®óœöŸçüuž³ÖzÖóýÞßû½ßû¼¿ÏãåcNdÂt³yæ8 œ=àL¦à°
-o>áqéo}×W¤<ÉVdUv¹Å˜ 6|¨k©J•¤úûåëb´ð¾GšHŽ9QðxN*•Šã[Ö¼“ãF8Þ§¼R»Öôhú5^ѳwðnuõlGÑä­W¥^&;}eË~Á(´ Û
-S ¶$1Ë/ýûck E½ ¦:Ã&}`¿z^ÎÒ)I‘é*W6=›‚[ùšÊUJrçö¾×9®ÁhÕ·¦¼0Ó¦È_WMWW»ø©ýŽdG!îäJW¡t¹¦k¥IŠâu]Bz&Ñ÷]2È‚‰Í-­˜ßÁƒ•Ã!Ö›B"Îî~RÌ)‡k37ΪÄÏù3ve­n¹ ‡MPËå•fîÙk¨„YÕi€ì>ÔŽÇ©NŸöÓ%&¡6pó>%ðwˆƒ‰‰•±(è¥ú‡H'Sy’'}…Zû­­^£ÅèâËzîní4×R/kÇÔs§¬8 ÉÐÞ@¯¾c ²¼—ìûÍFšðRÆàʹ >MIJ¤äáä<aê}|Ø:WÇÒb”YÚÊš_Z v›´N¹JÕÃE­,H¯5š‰ k[·×w%Ä;ÌUyŽÛuŒö jhm/Þ·ZÄ\VS”çÇz4©b8á_¡Ðô‹½$u…ã­Ã&\B–ƒo@¹‹ 9Î µ­s¾Íí6´tÀlvëWÌŒ)=ç.ÎWÈ­øúOñÕwIú‚×åŠWê"4Ô
-lóG’§”µ]½ÿÄ_jU†ý½ü2?pËe™È¬¦Í@¹D÷”|fMQÌ•gÓ'½®Žžj9pãvw¾kVwîQ]´zL5¨¤>K÷×NÐF}§k"{9{3qMFCê gE—•C­:oƆÝcdü*ßú½pB ” ±=ã$ª‰zkÌ5‚¦.ä®ÝoØ—-³Ø¤Õ­žekܦ~ê…‚²Áš#ç;}aýÊÈaà(jµ2Rc»2}K½Jd[“MàYU·}} ŸŒˆë6ÉEêuï.£Ž^¶ÁÝnì;Ôa+G‘2Þ¬¾1ê,ëùÔ‘±}ãúz“¼ã9˜§š–¶^=¥u!¿‘|ö}ûê]¡Kætqyrb¾æHgIse,ÄnòÔUµ£©§Ð³ýÁN¾Gó¡«;Ïcœïﱉ):Ž'@ž:Ã3#ÍO<Š8÷Øq:!Çuéžç\ÛÕsK¢¨ŒÃÅå]yF·Ä&Íô"äq©Ç~–4
-endstream
-endobj
-615 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1954 0 R
-/FirstChar 40
-/LastChar 61
-/Widths 1955 0 R
-/BaseFont /UMCBLM+CMR10
-/FontDescriptor 613 0 R
->> endobj
-613 0 obj <<
-/Ascent 694
-/CapHeight 683
-/Descent -194
-/FontName /UMCBLM+CMR10
-/ItalicAngle 0
-/StemV 69
-/XHeight 431
-/FontBBox [-251 -250 1009 969]
-/Flags 4
-/CharSet (/parenleft/parenright/plus/equal)
-/FontFile 614 0 R
->> endobj
-1955 0 obj
-[389 389 0 778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 778 ]
-endobj
-1954 0 obj <<
-/Type /Encoding
-/Differences [ 0 /.notdef 40/parenleft/parenright 42/.notdef 43/plus 44/.notdef 61/equal 62/.notdef]
->> endobj
-599 0 obj <<
-/Length1 809
-/Length2 1292
-/Length3 532
-/Length 1873
-/Filter /FlateDecode
->>
-stream
-xÚíR{8”i–×F»›CɦíS„91ð9Å´S‘ãÛÌ;LfÞw¼†‰Ø„Z.²-.9¯c¸:8´E) »YEaZ‡„j+)§PêÚ¶ë³~ß_ßµïûÏó»÷s?÷uÿ~xw/c[6ºvD¡1™@¶
-´Æ’Ëzº&cBcÛHU~dëŽfàüsvK‡÷<Lûuþ¹ZˆJ‹[5ý²¦ÕßIµšû;Cû>ˤ'ç2îeZ½]E2q†ÚqäìÐMRï3ô^ÊÚ´»{ò2Ü—V:™ÞÖ õ®ŒÊÃw èÃ:™«;]âe8ïuÙ=³¡<_U¶gåT¬µ®iÞ×Ä·F®©ñˆS ­¹M±:EÔ¥ã=ƒæðz)ŠSþoÞ ¼~Ÿ¬Õ4Ίґ[_%¿×Ð<Û&Rßð™Á-’–R×1‰Žrò±ÐÖÆy@e{òMþo6CÑ ³ àM¿÷Fwé1])÷‡ÅÿtžcŸá¹zÉ ?‘ÝçòõPÁ˧7š’³)Žö¾A—™=†­•¯îP¯<ªè/©wt,Ô«WF{‡í4u¬Õµ-×®±õa‚TéµNQÚó+ÑjÔù¹´œÎ·–£»%uc%´1J£G6„¦ž3·E™¿Pht­ ß6¯</i[·õ4›mìq:´¢Ìµ,‘/~E_•^N¯yIVÈ‹¾2e[ßÂÉÅÒ@µ¾kìô6ƒ›øÀ_*_ פ¹¿)"`>6—›š ©š‹Š¤\þ&jéü®ÓºÄ³¨8êxìø«Óßâ,T†z‡éZ‡ƒ1ïãgz"TTêoùJ‘Çå™ým¸ôá#WŠT#t­¼Ïn±nÒª¾úpv»‡1E•ÃŒ"ñ| “V ÍãÙ üJ <[c¤Õ
-Ö—®—0Ô¯»L­G$ ‚äDG!þ§…ó…{ˆ1#½Û/Ðt„n³ˆ×—ZÞ69ù~ÅÙÉŒõ#ÓØáœ.g³‹y©l›¾|÷}3ùóVƒwæ#¾Sÿe,©ý÷ŸMÆ{_¯ô MNX¡M‹×övÅæÇ…ÃÄæ°/iØUœ|²ö`Õòd-±ç#9þ÷ûÎvÆÖ¥Þ³¨´îþñ™êoãt[‹åNý}ꘛ‹Œ¦î§P>'j3'¼ 7z)º Ov9!z/ÿ…ÈÊTÃÙþÉX©ƒó‰WN Ñþi×)¸»4BŽòj·Ô‚Ø×ù/ÔÆO*Ô&¥„ý »c® -²è™_š]aÞõV_'€*°)Ì$ÄO…»ÆÄy¶lÎèCýH\©î° ÷Zd¥‰rÌ-Õ§rÝ-ôX'ïɺ*—Ÿ“ŸQO 9÷õèDg%¶µGkR»_§†pisgŒƒ«ñsªÜÅžß2¢ã¯ ùŒ·{ oKL¸¹°sN¡•V|Í*<“?ܲµÈzõxîV…i_@‹!Î…¯ìxÔ5Øàày[™§m™ö”‹ŒkŸÊôYÕx~aœ ¬“ú»Ì4ë¬Ñ™” ©Zy¡š_€³Wýý]Çì•*Cmÿ
-‹¯Þ—mjuçÙŸl»Fãóó5|ûO})3~–kI×CŸÔn)IùÊ­6ðHé†ê©¢SšUW¼‡V¨n«|­›ÒP<9¸[4•wW}3qáé
-endstream
-endobj
-600 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1956 0 R
-/FirstChar 58
-/LastChar 62
-/Widths 1957 0 R
-/BaseFont /CRXXPT+CMMI10
-/FontDescriptor 598 0 R
->> endobj
-598 0 obj <<
-/Ascent 694
-/CapHeight 683
-/Descent -194
-/FontName /CRXXPT+CMMI10
-/ItalicAngle -14.04
-/StemV 72
-/XHeight 431
-/FontBBox [-32 -250 1048 750]
-/Flags 4
-/CharSet (/period/comma/slash/greater)
-/FontFile 599 0 R
->> endobj
-1957 0 obj
-[278 278 0 500 778 ]
-endobj
-1956 0 obj <<
-/Type /Encoding
-/Differences [ 0 /.notdef 58/period/comma 60/.notdef 61/slash/greater 63/.notdef]
->> endobj
-1958 0 obj <<
-/Type /Encoding
-/Differences [ 0 /grave/acute/circumflex/tilde/dieresis/hungarumlaut/ring/caron/breve/macron/dotaccent/cedilla/ogonek/quotesinglbase/guilsinglleft/guilsinglright/quotedblleft/quotedblright/quotedblbase/guillemotleft/guillemotright/endash/emdash/afii61664/perthousandzero/dotlessi/dotlessj/ff/fi/fl/ffi/ffl/uni2423/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/hyphen.alt/Abreve/Aogonek/Cacute/Ccaron/Dcaron/Ecaron/Eogonek/Gbreve/Lacute/Lcaron/Lslash/Nacute/Ncaron/Eng/Ohungarumlaut/Racute/Rcaron/Sacute/Scaron/Scedilla/Tcaron/Tcommaaccent/Uhungarumlaut/Uring/Ydieresis/Zacute/Zcaron/Zdotaccent/IJ/Idotaccent/dcroat/section/abreve/aogonek/cacute/ccaron/dcaron/ecaron/eogonek/gbreve/lacute/lcaron/lslash/nacute/ncaron/eng/ohungarumlaut/racute/rcaron/sacute/scaron/scedilla/tcaron/tcommaaccent/uhungarumlaut/uring/ydieresis/zacute/zcaron/zdotaccent/ij/exclamdown/questiondown/sterling/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/OE/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/SS/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/oe/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/germandbls]
->> endobj
-578 0 obj <<
-/Length1 726
-/Length2 8463
-/Length3 532
-/Length 9083
-/Filter /FlateDecode
->>
-stream
-xÚíuePJ·-îNpÜÝÝÝ :ÀÀ`ƒ»,X‚Cpww Ü‚K‚ëÍwÎ=çÖ­zÿÞ¿W¯ûÏ–µ»×^½«šžZÁÅÙCÏ×ÄÍÎÍÁ%ÐUÐÕåæâpqð¢ÑÓËBA–`g9KÀdй¸y
-€üí
-Pw±Aº–Îî‚mÿZ:!¾ÿGð#”=,ÿˆ!íl÷G>®¿C`w°ÈF ìñGo[KÈþŠ‚þ~u ØÓéïzÐQþ<«‹3Ä÷¿¯üÓË_rªHë«éh²þ;¥å­]lÀÎv
-|}Y²Ý[—ªC•UàYCOºÎ³r*„>ÞðÇÓiN) (]ü°Ø¦<\@Îuؤ»]é*ö’ ~ýzÿèï-T¾Ïh(¢»'•@þ’úñýOzÂVšŸVCi%Žrá ÈÑrv5'‘ ·Šx[H?aB©²ûòúXF¬àC¡1¯-=SòÌ¡u.ú)ñøÑÀYÔm2óúA.A¬‡8‹O
-.0·öç%,ÝOûÚjØ[û”¤K( ¶5 kBŽy§!Õ$yGr¾Lý#…‘ážç+5¢bY)N_;G0#ìÂ+Ó'¢î\É®%Ô‰;èŸ-4-hñ~|Õ¬q¿œã'ÞM"ÏG›ÙxƒpœŸÊs)ՉѠpºI\ðd*îëáØƼ6ø¥ñ…ÞBZΓŸ±AèõˆW£´'‹º>1gaÚj˜1É8¯<y©ê¥<¸V‰ÊOÖò&ýè\Û0ó+T#–ÔæGí±•ðg~çF–åx‚¸¥CŽGM4CRƒ@Xm ÃÆ~ò·bΣÍ,uKOtZì¨Øß9ƒED*n9¥'Íó‡Šk€{ ¸ÖW#ÐLâEý~6W­âr&F^XOIû¯D¸¯úåÔÛLåÉZÙ›£ñ«¸Û©Â@£A/Å0î¼ØÇe§qÆ33ä¸ý6ÅÅIápê¾T(çh©ãÕ°×'SŠö½W4/—&ùX¤´xŽZÁÙ7˜pK$°­¯×uät@É–äÕw©gÑ«Ä Í>¿êôššüéz™ìÞ…z²F“r¹³ÔrKrM³¯­Þe°áNÅ7-±{­!ߣ«½ +ëûë¥÷*6
-|Í
-5⿉Ââ+±&ß1?ÌrˆŸ¸RKÛ¯A‹$âKIkÓÙëŒÐJ/ ªî_欴JhëÏ A-Kå£xËB1ÞF„ÔÁÅëÎGHJqÛ,ëÄ'qÙxЀŠ8?l[E__ñ[?ªz²q P+±”&»®Ûwø ÄŸÁ;2a©"Yä´¶ýF½¦«»™’/Ú¾1;"Ë*Xu#9&z‡¼
-ónm·”þ<™®Úà¬2¶ÝN9 «’DUëÅmæKäÀ
-̺ÄÞû­l/T§¡K÷Œœ1 ¶
-§P„M›OOœÝHë‘O2!îpyÎ(b6«BÏOÙ>0O x“‚i“üÄYídD¬ZmN0æìÎ|ÖÙID*­ g¬›Ÿidw¨˜À‡©µïb8Ýu ÏË{S[.^aÙ>áî¼TeKÆ>Àðk^¬Jüû4H?g yçtZ½ Låp³c|˦÷hü†ªºÀ(ç½Ð󉹤>Å=iq‡š+"@ÏÙËõÛzQ ›­9üšê| T‚¼BÝàz{Ñ3ÄèÝ4b–½nXB7î(€{Û󦟾g|Ñ1±¬
-Ö—•Æ‘+e´˜|–ê,,zcÑmHR„·SkZÄÒvÅŒdžÔ1ùš¥L'š(MÝ0?ç¹›ßö·Ë$D@H¨Nƒ/‹`–1íÊÉ '—Èuè¤+íZFX)•Ì£¸ˆK‹yàkyÐü8º3 -ïi^ëúÜz§‹ÕPÓÊ2Â>§:PÔHÁ4[”Ì gÉÃ0ýTWÕì´ºÎfɘLeuëòø^·€¿_OgÓ%ñÇJ¨ðFOÌ”D`Ï7ñ?)mj "÷á_‚ª,Ä=¯Ð¡„„1×K\ð ÃaElµ»Kwy‡´oRÁ¶*÷Fj1xå U-G(Îmz$YW V½´7Ô¨¬›ZqÁ•ùV¢ÍªFþÊÃÑqfïÄŠ—÷SuRiquwÿ…Rôãû÷ÝÕIb *€w´QÅ¡z(L2˜¦”1Á=“šŠ«'ñ5ÒD¡» üMè÷ØÜÐõ=u%¿#dóÚœÃrÃêzΦ UÉMè3²B´pnUd5¢®1µ„óGíH~ˆ–d*ž-ñ;Ë3ȳ.aö×åQ˜ öÛ>ûÍ¥†3Û"™$ÚïÓ4þM‹ Öbc§‡Ë1õE³:õÉHQgùw,¡ÓŸÕ³¯` ºˆ³†B¡¶±=žß-Ûõ/fIHoý,]÷ì/Û*2Ôrwã¢õéRàyò:š1ûµ¸Ÿg!¼ù õz¯™
-NÂ%¨÷®’hKY0%,qJ¿%_Q¢ï 5¬¬Ãƒ 1# Škžý"'S_ éèµH"ß[30xÆýª_MY¼(¨Ü§àâ \ñâ¶éâÎ
-}áu7
-ø:Å=€ÓÓ6ÚÉcäº0FË -ßòçì*2ÎY:™îaûß2ŒZ¥þi iC쌾@Ã×Ø ê³‹(âÄ 6]–Kaûpfn“=÷ƒUEÓËP§G8„¹€Í˜>,ÈK¹Íƒ_Jà”ÉÍ¡´@Îäϸùbk>ª0Š—æÝAB ²Ëï[°˜LKPÕ¢ôeeÒîãò&nvÀmò³L’ €5>‹ÅºÇœÁ“µ(’Wìû›¤¼°þ„¨ÝîUÎôL(Tš½QmÀ!!ùcZ§i­ÝÑhÕÛÏëÚ¨DÌéK»¦‚ã&rˆH Ÿ4oe3 Ðßò d2Ê9Æ&À7ðGvõªU1{¥u4mš^4ÿhcx*~~é:€`#Ä:bV(¥º´8ÓKá¢Ð½!ÄH\¤ ·!tº|Eç‡ÿ…OQYúò£ì—v’é—ò®aì½\ùj¸í„MNìP…öóûŠòWêßVÚ]­‹­w]-ZÓÃv©FN´¶«¯VàŽaõl†Ë
-kRo˨MZk¥ú,G§ZÊ #Í×wfUÏAã .‘f:Ö‚ßÏæÖØR$ó{t¡l•ðÅŠç!DZù²BHVúþ¢5ïÔÐUÄ8^¨N8nžáÈÄ5 (¢¾€z¥"‹ú<UdÅYÎ~iùVw!V°®™ÈËj¯ò<(JŽ¥¬gטÁ°3Æ÷GÛKµ¬'‘gÉë1eTnSE{ŠÑ–ÌrËÑj´­ÄB9ŽÛ ?¸õ4ùFRèÌ®)3!#Ža¿ž`WÕÑ$UBŸX;Ø2¬ KhÜêaš1N¢†qÔ?³>¿ë€÷ן8¸ÜˆZÞQüÜŒ\ZWTýdH¶
-‰&­*'ÑUtÛ®–’¹‡kïq¢=Ç+Q¡‰éãí„bq9˜™Œ~-ÿf|ë˜ô[å¹m~Ù•)­¶ËÛ «Ù óQ–eÂ×ý„º÷®%Öx¥”=c`Ü*¥&8="È;ƒóÁžB²gl†4‘ƒSkäÍ‹¤iô–‡al:³ØݽÈe”/qA^hâË&E~Ÿ€[´oÛÕPM푲S:‡ûR) ¦¦VÊô¢Òš+nâæîFÖ7F
-›TéBYˆ¥KÖ
-ÏO$¨*PæmjÙøðŽ†ïx×Ó$ñ”fCpN(„c©À&¹ì
-õAxeè|^^&¦Š×âæHv©*ø¦3òUM©|+ZÔJún¾‹²09‹|…>ÕÎpy"ß™î¬bú†ÃÓâ¿óîú[¶! rCrLaJèeÌßs8µ>e;6‰1SH *ó->¾ÒÊ„°ž¥yDÏeüÌH4×5“†µ™Õ•J`Ïâ\ÒåϠǘC÷ÂÔ,TÞê†ÊßÖ*»7GzkØnŒK˜÷ïôU[ÂWÝdêuÅ}Ï×s[šp`Ò²­Ç½tyì9S9^éFgQ+A¤ä)ÇÐ)¦¼Ï­¢4®NfbLâîßÈ“FË×úö1‰{_ÃM¼ä'¸*.—¼øŸÔw_ù4Ìg¸®¥ ÚâCÔó¨ä¹CÛo¦¯f )
-n§\Y»(Ÿ’ðƒÂ5`d$W2Ù¤^ùñg>áwŠFG`þïÆëâh†tü¥Ê$häºûs‡á}]t+ò*ièðB:üÛ^0S*§î}gw‘bŸ_‚%…L"&­ä!æì3DÂ
-ê²{¥´¶&ÂuôgGãk„u¨¢9O¶Z¥¡ój}&þã0øïÏÔ6Zu^c©>Y÷·bÕx³ÓÓWöm4ý “OÑZµˆf:OÈǬŠÊ„LßÖ.ƒmƒ
-ž†‰ì{G×Åc”Æ*¹;¿ù¤%p·èÆM¢]KßvˆPjͺº
-Zà#¼hÒÊbÇÉÁ¯˜¸ l¾è:êxØq…‡—Jj6ÅÄw4[¤ì 2¦ðUä£¼Ê ³j×r¼^FéÂöÁi•GPtå b3Ú~mþ—×lF-¾1$ã1)ÙÝi§ÙXö˜éçÇPf£‰ ÏŸµOzø3HjyÝULå‡7‹ëdnÓ[â=ô—©›Ñø
-Ë]S\KÝDî]yÞ‹D°¨„Î ÈC9®í—¼)0gã­oB&¹'cƒ§: çAÿŽ7eú]䧤‹÷&ü.„ž ½ð%Ëïþ…˜ÈØvuMÌÈD»EÔ8,(ß
-D?jˆ—èæœ{Ozró‡’­Õ]§Š· !~'˜ÏCð´RÆ(Xh¢©8‹¼ËÇëõòŽù´KX×ØdW7¢[&†Ÿ§l¥åB=o›8µM¦ÚËkeeÐà0³n úsü{^G ,V£Ã10œ!mM¨Ìx)}7§HÏ„DY{ØÖz)ï…\oö‘ÏaË⦙ ù†uWß_åôªùMäME·ú5g.Å­q‡ê&¶CƇTÌü”l/ƒ~÷ç¹:^N k°ŒÍâ$³éÉ’¡®{ÖEÀ ¾ÊãMIû•„Ãwge
-Úç[Êý²<kóy:¬G~¨W”ˆÄ•ê
-íð‹f,q†áq—ݼîT2²î!æ;Áœ;ïwÞVZö¨¤>KX¬Ù>Ã+§ÆëÜø>l 0žÅ/sÅïå‹™ÙÌú÷åv77íô£·¹Òà<Ù?zU”%óŠXÔðׇƨyI-¬;±¢Þ’„1ÔIvw±ó÷¶4óÓºžZ>OS ÀI=7¼‘$&8ùêVÌ;è»|ÌG£Ù;n£{ Ü,?ˆsäŒæÎßn÷JÏš©M“Ý=Ò&Û ”}£øñÒÑÇRõ ¬“páþ-Üe‡¡¸e%-TI;­„í'Ë£Ã+/WƒöpÏ{Nš@ÁÇÀö…X>4øô[®7`¾³;3ÃÁ¤ÌÛ¹1´CŸè›Ê/â?Õ‡õɲ9P°Iµ‡íp¸<?„ž‹êIª7(òyã"ÓQtÃKwúJŒ™Å»3›–jª•F~ôãd*ïè}¿òLóÌ—Òûˆéë׶ÿṡMNaj÷Õ¡“Öôø+õ¢îÚ1ÅëtÛç<׈F‘—Tšç^6ô®Ûj’[K FÆK“ÊSLŒeû™eðÍ}%”¯Ñ:]†G’Û+ç‹k‘ÙÝ£ÿx
-–9¥9Üwy󔽪gŸ?µ|êð 4)çIνkQ(‘)¼O‚Ø4Cü8±ô& ž‚ Bõ)ÜSvÊFáp¹…Npѹ[´73#€Ä#2§¬Æ¼f4:šÒ«óœ`Ëç²oäÙf‚œlÕk"ଂ|Á+P Ny×Õ}ðeºBÞÓ0z_¨ P†Ï·<Æ•*m1¿G–ztÿéèI¾Kß^¿½äœþôFO×ÿ•µˆ­;V¨å>W¥)€›é&þmÔ QÅCÔ„¿'¤‡—/Ûå
-gºI.Eä„k2¼fëBn„ÔîÖ­·‘`*ë ìjŒ•yý¶1;-eÎÄHÝc´oo~o',ýu‚ A¼‰›ÖÌe¼D­Ñ(Æóì$âàÂ;ŠqÊDŠöƒ¨þ»ù´.ŒJz¿8h)ú)Xa{.M·â¸t†Ã8‘lNrz_7²ñ~5f®;^_·Àû™ßµú }Ž£=N‰p0°)aåÞ’À:º„óæ7èSO0¾C Þ£J›×œç}ã÷"×[|8G“yWÈ…æ•_yÌaÊ‘«w±ª}ê gb@dŠƒU6ÒÐE+„³?µ„8øžj†ü6,æ=ê;"¹ˆóYí/=Ý¿YÉv›4hF2 )ȉ¬77éûãØÌŒÎj5Ð74ûô3½µÑLŒ™Úå¿Š¡~<‹¸X®åÈ*ÎÀUdÏÒ"¦çiË>>ÖIøZVZÒQÚ ¥yQ:CÊeL.^%@SC
-è1"bîçÞå3TìaRÏwGŒï©`´ÎZýT¾=›*÷øši|ÉÒÑk)°2@œÅGqñ‚†Á«4
-7nå/ŒtÃb}§”fã¤%ökáS“`ÃñŒšÖáÃÊuï%Vaþ1VᮠݹûæôÉoBœdêK²—d•â8ûgeÓ=ñDO·jZZ²ö¤H*ß}¨ì¼¿¿Ê/pî?#¡al¸s `"¡Ní¼u#^R’Fã(ìrÓôê)Qñ ðNî:HTv#ÂGºpŽwˆórðŠ#z†ã†L%kw+«r,öíôë:}´ÿ6ù@øÕw!¯…#×ô~G8[¶»w_A=CýÇpÜ÷ÏAÝç>¥þðO)ñ½?%ÆçL5D
-´>Q"Y<Lç~˜ØÂç´øI‰†-â°°@4 üêç*PÎÊÛì)®¼öœ¿*R¨QŠ ¼•®Ä{Â<f3@²Ã¯•šÈp†
-qÅ^uîÙ),t$’FMàv øQ*JiWÎ)”ª£M…ì­Ú€$¹^}ú ݲÌhøK³f Î8íîÈ&T¹–¦ôvÂôðLTÅ66£Nàâ1‡ ¶ë–s„ƒ&¬kž0ô¿ù®šlW‡,MÔÔ|¬Ì÷ÊÛX爰ÁIÕQóÙoµ
-¹dÏ~ñAâüu™[u>”þ ø9Èto¶÷ö3ã‡WI \Å=D½É°ç½ m©ýáxÔCàR03¡Eïç6tc7%½Š¾Œ7™â?˜ÎÝs Ú~8d®£#T?6àÄìÏ‹´ô­lu˜æבŽñŠ4‹]’‹Õ¾!üRûÃZþ•O¿)uåÞ|;¹WQƒÙn3²¾Þ~F];½àá´¼ûãÙÑÇ ÑúÔѪ?Y©#;‰ˆÖŠÐ „éMbYé€d£D“¨ÈGdW´·‘vƉ»ØœóØ ˜ÕC©%ê­{±ŸFãö…¦Ú3DŸÐyõäÚ8Ç>ÅŽG&ŒÈªSqÐLj22  ˆáû„ì4è/’þÞØ[ÖøFÌ!I¾¸âUX8‹Ï@SD!êp€†¬”‹G·'5?IáÞv°r÷àÀ}N!Wa]xêìjñ Áf…]h«šÇ†VÁs"Ÿ·Íb$¶+í‘é·½b}Œ%Aƒ¶eÚ£Q-z›Ýû²ýkKWÂW¶žðÜ]–° p–"•¾ÔîåVxqcÉ—OiéÐm8ö¶³Öˆ8Ø¢UéÂÎm£ÈrÏg 1!hAùÒ•_Ÿ,i4óiеÆÝæÇî2²Ù-ìƒ!–ƒ. Oh7.ÀœõM4½Ã—ƪm;A–z‘mn_¥†Þ>Íâê¯oæïýF­äuéã·öÐôÓ¨äÒœ£Ä+ýi6á¤å?¨"ß HzQ{9–ûºÙc&÷{`máËL%OØCÂü~ûiE‹•„Ÿçd|pvµÛ_És­\}¯·;¹'R?OPúúѵa•¦¦èË:ý~Bg–J›1°kb‹ ¬ÿVñë`„<dýâ¥Õ“ŠxšÀÜÈõ¹ÐþÿÿO` YB=\œ,¡Žhÿ)…1
-endstream
-endobj
-579 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1958 0 R
-/FirstChar 97
-/LastChar 121
-/Widths 1959 0 R
-/BaseFont /JAULRO+SFSS0900
-/FontDescriptor 577 0 R
->> endobj
-577 0 obj <<
-/Ascent 725
-/CapHeight 694
-/Descent -194
-/FontName /JAULRO+SFSS0900
-/ItalicAngle 0
-/StemV 50
-/XHeight 444
-/FontBBox [-209 -321 1528 907]
-/Flags 4
-/CharSet (/a/b/c/d/e/f/g/i/l/m/n/o/p/r/s/t/v/y)
-/FontFile 578 0 R
->> endobj
-1959 0 obj
-[494 531 457 531 457 314 514 0 245 0 0 245 816 531 514 531 0 351 394 371 0 474 0 0 474 ]
-endobj
-569 0 obj <<
-/Length1 1669
-/Length2 2390
-/Length3 532
-/Length 3281
-/Filter /FlateDecode
->>
-stream
-xÚíUy<T‹WÙK‘%Ëåز3cÙ®ìdIvÊrÌœY2æL3g4SÏv…H˵o-DR¢´Ü ]!\…p»hÓ¥’¦wèn¯÷þ¸ïsï_ïóæ™ù-çû[¾¿ßïh¨xùèÛáÈ ¦#ú8¬àƒ€t"È$úp£Ü,ÕaM1öLD¨0ÝD À—ÂvÀàÌÍÍ1€=Ìà2©d
-øy
-rõt´œ=ý
-µ¡`^0 a˜T Q½œ>ç‰P@d%6‹Šš˜„za;
-¢#«6µ" •Îˆƒ¬ÄŠ€
-Æ`RWÓ`³¨tòïèLˆŒ’CƒX,Å^éÎïu¨d0hÜÕ§áU¯ßr ",ˆF2ÀàŒÐ˜(‰™JÇ®Œ€+8ìg=‘ÍøÕ 1W¤õË@h£y€D˜NãDˆ„1ô„4* õ'X5øûHý(ý[ý[èükd~IÈï­×ú¯6óK'6æ F¡Ôþz
-ÃáÍ>;{¡¬#¾\`©Ê&þ&¬@ÙÙÁà€>n+ÍÇÜ].s,ú…ÃÆü‡¸«H¸ßeaR9À.,ºs8uå»ü7òŒ#
-‚834
-_®I6¨ë¶à]ãöÏ0>Nn×™ºÛ$CÓl< ½(UŒQÓn.“ÝrÃLwêÃÐr±ÜÙ€ô/º?áÆcý§Æ»vz‡ž]üªû†1Søå[íxµè²x)õE†x,áÛÚLé›ëø$/žš™ÝrìÙÛEÍ;ím­¯š't‹2×kXFó‹mI‹ß[¤`ìWé,8$ÿ>·CÝít;ƒ·Ë$ùUâÕÀ㱞Ã÷ê8SaJÃðC3¿7 ÅÙÙB:ÃÏ?–V]Ó²“+x‡|;LÔ( SJ«‡Ï(‰`$SœvY*ªw´ ÿ,º9õc߬æƵ:Êø‰œ!—ë–mâig{iM?¾>©(r³qºø}¶˜/«Æ<¬Ph"Ž³÷„eO¢ØŽÂf›ó¸á’¤Ô.BIZWíÇ™ü׊Ë ‡Æ¦†$ï­a}½Þn{8%ÌQ¦¹ñöQ­ÄÄ×àűå1›>ÚfõcoÛ?Ó=ÿþÆÕMÁeò-ÚßiÔÌz'õòÊ70œ÷©æT Æ*4‰UîþA$]­héQybéQ½©Kݯ?ðf~Ì÷lÙª~™¼uÊ­ŒŒýA7kôL¥·ßXS⦠·Wlv°;“ÊË7.’ël33
-@/_9C·$ï áw×ϨŠOdÚ©6/;’cÙSèBrÑ+Ÿãž>/‘{DHÙ;|Ñùˆ˜xÃv­,-›]þÛz¬*udÕ^=¸ñ`»2×ÇÇ¢5
-½ºâU¾7^ñÞI{6iWÔÖx®üg¢û\üõwjøלжŠ‘ë|˜l3é/ozÿi¥=\»¿dÿ½µbôC)@Mv¹•?µ›+¬&­ H+½P
-Ïë¨bÊÔ9çU‘U¥úû³D|§Y ±à÷ßmâÓh¶½yÅ+3ôpÙ²‚îekÓ¬c³^ç$.á‚rƒN#Wç¹ë´ ¢^Îß–­?æ„MÞ’%üìïéús÷:ÒC\¯âÅ›¾¯ŠÔŽ8êî?cå#À¾uü˜Ö‚v¬´M8sÑ–Ê/n;ÖÆýž)Z%#zâBýQÍœ¸ wÖ8ö=¸Uã™øÔwôÀæCåyÖÊlÊž”ù%F„Ö:Iç늮…M©‡'¶GÔÛFÅ6Æiå_áS¬ÚAÓº? Ã+”Ò/mÑ©ønPåMA«4sÑXG÷–²Î’™H·àÆ2¸NíÑ á=£OM¬OŸ4¬`8”¨ÉËçO(t/›ÛEgßïÿô¾!‹eë]_8—lø4ñ®üfuÈ* ÑsÑ¿Œ©Öq؀᷒ב+/éë?•Ç·óªËY·ÎµüÅ(åè!¿Œµp‚ªŸwÏK¹¯I£¦ÿ°VÛ©1VÓÒèlÛ’
-ëTBœ2.TßÔü"3‚ôˆöʨcÜTUfxbƒøˆä•
-rŽÏ8w_¤)“¥£,ø“­ÆÅe8î·|žpä]ÝܧW´¤ÛÚ9†žŠÞï/x2…ç \ñ«èl\›'0õãù‡»/—ÊÉ6x,È2ˆOFm;ÙÑ–O)xâ,1e‘T¿ç¹øÝ«s j—¬Ç­©üç$U[ÌézŽSÀµK¾õN|×nœ;”.‡ßû|C컙朷Ë+˜¿µTIC¹Þ’Ï*¦=‰.U¶[S§qw÷r\HñBþÝGöU1-y%dîÖ/š54Øú³xñ­g>Üí™
-¹&i]2,aß)د¥Õ…½gïƒA’Ñ–®_ó@C
-endstream
-endobj
-570 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1960 0 R
-/FirstChar 99
-/LastChar 113
-/Widths 1961 0 R
-/BaseFont /GIPYNT+StandardSymL-Slant_167
-/FontDescriptor 568 0 R
->> endobj
-568 0 obj <<
-/Ascent 504
-/CapHeight 687
-/Descent -237
-/FontName /GIPYNT+StandardSymL-Slant_167
-/ItalicAngle -9
-/StemV 0
-/XHeight 0
-/FontBBox [-180 -293 1090 1010]
-/Flags 4
-/CharSet (/chi/epsilon/pi/theta)
-/FontFile 569 0 R
->> endobj
-1961 0 obj
-[549 0 439 0 0 0 0 0 0 0 0 0 0 549 521 ]
-endobj
-1960 0 obj <<
-/Type /Encoding
-/Differences [ 0 /.notdef 99/chi 100/.notdef 101/epsilon 102/.notdef 112/pi/theta 114/.notdef]
->> endobj
-565 0 obj <<
-/Length1 1552
-/Length2 5631
-/Length3 532
-/Length 6438
-/Filter /FlateDecode
->>
-stream
-xÚí”wTSû²Çé‚R¥©„Þ[èC¯R¤×@„–Ð š€ˆ(J•^•*ƒ€ô
-H“.H/Ò ÅϹ÷îy÷¿÷î?o½½VöÊgföÌwfÏo³1éð=€Àm¡*p7/>!~A)€–·LîçÁ]
-Ì
-Ñ…yÙ90 @ÿ0ºA .07¨.Üö«'
-ÿýÇ–ýéÀÿE˜°¿H `÷'a@
-:\C€€ã5Ä4 »†Î×£Âåbd¸þ…˜Ï‚€Û5ÄÈ€_CŒ Ä5ÄÈp¿†×#ÃóbÆíu 1ª¼¯!F•Ï5Ĩòý U~×£
-ù;þ˲Øy{x@ݼ~ÿ¬avÿŸlÃ0(ÔjG<5·“wJNKñª ÉìP2oû(t£+QXõ(/'¤ Þœµ YlsQÁ_=$uÕ€ü²¸\Öà^éùxÇ…£%º“}ÅÂÕšC>ËÞ(γ&`UHš²i°;¦5k&&h´²8 §oUpo¨Q؃p÷„+„Å''„Šõq+È.©2ŽúY5EEîÆ&{ÂÚÉ1GGowWg˼ÖežŒ8"6i\Rög!î òfºïÔS;‡¼Yr
-øsštÙ ˆ²šJȺ´Mt·Tt²•Qn›«´ Ùýþ‰@Ã,NœxR‹»Ö®®³Tþ‰š»ªaíö4@Tí«€Í„$Þèq†ö®á¹Á'îÛB#N§“üÇ y’ÎÁ¤>K ɯ˗±¦ôвêkŒ»vÌÏ8n„ÈuFzç(=äðÛµ\ pOÙPÚÍzÓõQ‰Ìõ5-ŸÜo%ohEÆUÏÐ&Êhí´ïµ„T,h ïœU2:»š8zmì~¥¤‹}ßlm/n–_’»¢÷Œoúþ=¦0¡|—•!|N3—ävЪYT~yÚ©p Dq\)¡îþ‘rÒ=
-3ó6£3L‰¡ ئ4׶Ò9­ÒŠÊJKÐ{zïÉäô¦jóŒŠËf¸^ÄÒg”­< (š¸Ð}Ú2-ö”¾˜;]À?gñ ™¹yœóâû¶¼ç¬ë­È— a*<&c”käCEÉM¸n¤ÚøZr:ÕöJM»TXE—œòÁññÕ«Ê3¥%ô‚4’eo™¦¡"ŸÓžÉ)£›bV¤7­J &hCi—ëÍ„îLâ!š3oü àÚý4…9 “L2$²#í&>ãäæôà©…ÞiÖÄ~}ÏE0á‘C¼©©VÒŒ}¸Ï
-yS(½†cÒh·ÂÓ(Ò9xøzåöäU ³ÕdÀii¢nÕ§ g± S¥†¤ŸGµ–¨ý;¿¢šCšûÃ|ÏK›C–È(èî¦gLó¦&;ò<nPÛ ùqòpa~b+RPîýù“‡tq™¸OŸ$ˆo݉#C6FÅÎõÜZ!©ÝŽëà0ªÊj"Å˾gd!SqýêW sû
-¼òàs>¨ï–?ÜŠÝèL^šä9Ïþ’_dõ Œôz¥Ò%À,ýe…Ú­+¦•Ò?aa9­vœh×?ø4v¢¬cAçXaŒs/(¶#Ê(‘ZèískI³¦µæ'KÌÊ"%©fÏÆ÷êóS×σ™ÜmÆ™5›/RャÖúÐ tVÚÀO
->yžV؛ڮ'ÒÇ;[ÖVüÚeñÕã&^o
-“ê”T•7Š3gcVüfæplÂyuÔ’£e©T9£³eËMå3Ô¦šª/ÀöìÈ:'·Óú¡x×^Ó¹Ô9‹1Jm´Jv€B‡‰¾¼q Y9õCί¡2 dǃÙ_©îEoÈ
-?\'~L…^>ÿ¶•©€2Y6/Ù3&fN±æ%µnÏ»6Þи•UkÔæ!ÿÑÇÍj£ÇÒ¶-5ð±½Òݾ“»´5ñ{_ûù›U
-:bÄЄPTÃþðû›á’³ÖÔöO¢D²—‹ÕëIù)C@ù¹LA Ó“é²| 'Šq¹ÅëÒàwç®ß’3åz–í¶±ùŸoüÌ \Ç/"=¦Ú×I—¼uéô£G¢s|Á;!œŠ“TÄö Ÿ·1•st¸
-âîõØüØâ¿—^˜(ò%RÏ0Í”¡Þv8Ò³2µøälÑ„í(@³rl—ïí'­š—_ÎAÚÃåÑЦ°ÈA}¹í©ñmÙ3Dˆ|¡Ø1|-‡Íùúû—ÁEI ‹—î¡ZŒm§ú«mîþÇw(/ ¾ ºœh(¯ÝÐzî‡CåÜ°ðYûD<æ qe·ËmIŒûFR)?m óLfI‰/a¿–NjŒËM±
-áõ~¢€üƶO¸›¥ ÓD@r‚£.NÈÃݹÞ;®´›¶É8Ý [3–v ¤E?›}óÔo•— ×”õD´ºŸÐfP¶*·dþ!*“ÊRR˶q} Qqòç 5¿A
-‘Œ‡ƒqBOUÍ:ù'oóß.šÀéd’ØG$iêG›… 7Ó0‡âæÝctîÇwä.܇nó\Qß{Þ~vþú¾–SÔ=Q«Á 8“Ã(5ǧÒ3N@I÷ÍûŠM!­ÝJh©4gFççouÊà”ë€&KôÊ‚`ß Ç-QøhFÅè;2”­HøĽ­CN½·ÕBbL(¤ÛçI
-ö$H<=ÅtíAÌ}_('Û5 ÉÞ¥¡n&/ve
-E½VzI<aÊ…S÷a´òKR†bÎkÑÌ"Ž6•Ù d¾È¾ÓY·•™+¨”(xK?¦4Tu*~™&o¯¡+*ñŽ <5ù|{Uä0j±Nr‘„ä$æÝa¶ŸâI0ÅupÎ<Ç%¢¡ö±½¡%®™j„” ÍgÉ•!6u7ö—œ_ª¾IAÂ;GÄî\ ºslJ`wkÚ&º!räãŽÕœ²lmìE¼eäÊëóÐL&ÂåY¯ÜÞsѾÃõ܃Í
-öˆHm£Ú¯µ øÚ;
-6WÕñ¹3?¦ägÖ •âí—⢰»eñ(S•ŠÜ“Ø›ýÂDVÜ;!·¤™±Df* ÷ ôpŽj1þˆ”Ã{R<Ä04Å¡{¨ 5à7³l7‚Kp¼þ¯¢KÉgFßφÊ› ðñú3—
-/¶™¾¨•ßê-ˆ$ퟦú8¯aý2UÜ[öÞá8„±FöÛ}–Ÿ§a¯‘Êw‡JŒ®¶v=ES{ðfë•ÌÇ©ë†
-„A±4eô—6þÖt”é¯ôn
-ÖOÑ1%ö…ôNçé—2ÿ|ÜùØ¡¯Yé{E+
-z™²Ç;Üë›±¦€+¢§ÜårYÐkI§ŒE¯Ùø«(ÉÏh’ í-£€û˜/.²ô-IVó}Ž~ãú×"ÏD>.Nšõr ѱAm¥Æ"Ñ5oçãŒ^6c§‚Ž^Ë„†]Îâµï£b™ÄwrsyßØ­¬×uÌ­”Yö2þ¦0ë»2“èZzõ¹ÈaøeàZÛÁbŽ2Eþ{›±/]Ï86Vâëíc´ré“݆Æq•2wœÄÑŽ³3¢w¥›5BYÅ>o‰L¯NÑì”q¦/-H¹88˜ô<.¥
-qó,ºŸÃÃ@’7ËÜJW"F–„v>bx§PQŸmr³}œW·CxéQ]Ý–ÑûüÑìH¡r %ýf/q1Ôç(……ju+4¤]] Ä,ß(eµÔû%Ô’ *ÌÂÐ×Wml2¾Xn±Qƒ‘żú”ŽQ+ÁÊ3Ü–G!ëre˜‹\ÐUI/Ýyª±àóðìC9Öìv™ÄaTHEc•ìNnÑž%iMÄq–O˺3£;Ôe©Ê8GUD¡b;';jYTP¥pÔ¨Ç×.|JVÁ1¡ŸÔc­xø [}ÚJ9ª:1Ÿýü´ã=©£ïg´G÷Æšõ2@§ѧvcU½oÜÛ¾3´[øûßlB±9€®Vž}¯&œ\Dkc!ü}qÏ
-‡›é!T*««Þ2Ò‰†¦ØWËü´‡!ÁÏXk^D<Ïô÷æ
-zœu[ÀbåT†oêh·s_B*½Xƒþ^kŠiàc@"Á”Á|-¥+m³0AßfùÛÓG¼É_aŒïv&á“y+Þ,þ¥ô]Ûæàyš#öÐVíïOåªYŽ¤Z™ £iöL\W‚|\°‡w —{§AæÏX*ì‡Ã¥óòF¥oèŸî ŽëÉ5:?‹ßð™#s²kDi;G zÕÊç’•?è~oøÌ€ÚË}ý
-U*GÉRÄûfM0G%/ƒImj°6i|„Ú/H´±Uj²<%Ø}U åbÍja
-®ó² 1¤4¤ô<"áô4‘oúmM’öòÛžÑi~8fZñ†8œàÍ_íxU£RÏTÒ£Ò$|ðóÖ¢û^¹âqàè ’н~&²E2™é,A§•ù ¶0Û²æSü›:Ñ@½'ÌòR³ ûê8ƒ¥ li³Ñ|QšH×·éD³Š=¥ä¬›¢Ó|²cñýÇ4¾x{ :¶`ÌÜ×jªmïN·°o2©(5zds¨ÙØæ¨}4ñ«™—³È
-v2WÇ!óu¼-Öæ&)IrPy ¨^˜þógp]³*αªu1Vý‹§æó2ÒߌR½ç_Œï¾V½ÝS|)Â+Ö1ѵòóPúêcŸw¸ŠÊÚ¨5ó9¿X¸÷À‚רcß‘ÖuÁA¢DœTM™z–¾iûÚ›(J'¡SSÙoÊzB
-öp&þ/käXÄ
-endstream
-endobj
-566 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1952 0 R
-/FirstChar 65
-/LastChar 121
-/Widths 1962 0 R
-/BaseFont /RZMYCH+LuxiMono-Bold
-/FontDescriptor 564 0 R
->> endobj
-564 0 obj <<
-/Ascent 757
-/CapHeight 726
-/Descent -186
-/FontName /RZMYCH+LuxiMono-Bold
-/ItalicAngle 0
-/StemV 146
-/XHeight 530
-/FontBBox [0 -211 714 1012]
-/Flags 4
-/CharSet (/A/C/L/R/bracketleft/backslash/bracketright/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y)
-/FontFile 565 0 R
->> endobj
-1962 0 obj
-[600 0 600 0 0 0 0 0 0 0 0 600 0 0 0 0 0 600 0 0 0 0 0 0 0 0 600 600 600 0 0 0 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 ]
-endobj
-562 0 obj <<
-/Length1 738
-/Length2 18090
-/Length3 532
-/Length 18730
-/Filter /FlateDecode
->>
-stream
-xÚlyc.ÝÒeÛ¶ûiÛ¶mÛ¶­Ó§­Ó¶mÛ¶mÛ8mÎ{ïûM|‘Œ\¹vþ¨ÜEF$î`ïªêåhÆDÇDÏÈ PWÑdbdd0Ò³À‘‰8›¹Z9Ø‹¹šq4ÌL*fŽ
-•ü'ÝÞÕ…ûŸh3ÏuG pýÉÖè$ãÿ‘þÇëìù‰†‰ `jeâ
-06³°²‡aøoRöæ
-ý'ûŸR€ŽØÔÁÞÖëÿü§¯—c•ÖRÖÔ¢ùŸ‰ø·[ÌÞÄÁÔÊÞ âú¹FΦÿcø·[ÑÈê?ãô_(ÿ/
-Û7÷TÔ‹²o¤ $Èí.µšç˜7#Án·c>Ø"¨"u2ôÌ÷IÀW«ìËPÁýrW¡Úåaž k?/fÆÌÔà Éþ³,›ÐmüùBIøê¯öæ¹47j혉ɳp½9N•½u´CŸÂ' ÙÍ-´ˆ`==¨StUáÉòûygï.­÷LÏ°1u!Ø¡
-ïeÂ]¹=˜>ÿh»íÎó‹Dìv¨«ÈûŠIC” ñøûu8Z$I RÛý
-±Æ·ß³˜‡ÕÄ®§¿jý¸zs{Ò›AJË(ôM’ŽÐðK'¸(S9/ž°†+¢Çz’v½c8å[—òa{ZA,’ÔàºÊ"©% R˜4ãEÃ
-¥P¢œ=­Tnó_M•¥œxŒªmE›— lДPšs‡Înç™/UÑàº-çAÁòøØ)î ¬rŽL¿X<íClG rŠgn"7—ëÚ¸¢]¬Êž±çÊ­&`hsh@05XÓº26²7¸OÒj>7œ&ýŸC“ ŠŸ¿$ÿ©«‰k­Múý16 ”Ò
-{<›53û*ò›£ú-[€ˆéÁ3f?ë—=¤/ô¥m j¢µ»-cN
-pYžÆåØ>¡-æ«’¯eqíLHH.âëÔ‘[ZJ•‡¡ª`GÁ†p,p¤æÊŠ÷uø"˜º]úû¤LUAr6È^{¿ðt_€E–{~š¿{l•K ;‹Ïã;qµñ²õ\®`2ÚðzY9Ó&í/ª¢2˜@Mîhü_1G3,¡öþ„æÝòþV ï=/í(n5š‰
-‰!GÖ ÇåK„# ìt(½d܈ïïÈå™iäMMì\?“ÇÇç‘ŒU?xBˆŒ]‰ðãQ=¿šÑ]K Ö™û,fÓ•ŸP¸2^™öÀS±‰=e—›]M=ÕÎWE _yO=z[┾YH곩iF¦{6
-;îþˆ ¶î‡0ë3tZliel¨2&$r?¤½?&žKjü#Í(ÚÌÌ`À \ÓæõjØëÒ¿.‚¹Ø›±ÛNÐ
- ò„9 ÞEÙéå_¯8 éçʹÎÒ\Éà½æ±_|¦ä` ’á´£­LtMGXfî3%[R°BH
-W_2Ûm;d™}`Í Žsâšnßƒó“ ® -Ýl|€
-•½;£è’…q&EwyIrÇz<¯Þ`vÞe~}VN/ôÝY´ŒW«(bÛÛöIß|ŸÝAƒŠ²OŸ”¼CaÍ «š7Õ>8ëâh¼K‡Lê/3’Û†¼„ê{¼÷dá
-•BêóÃó•7(µ­býGJ%?Í6Êë
-e¢»5Ç+ Y[¢ýøI‹Ž½×t-jAYú±<r•ÍÒñ²œ¯ð]÷r²úñÒsûÕùj»ÀcGšæä"褲-žÓ2Àí·m ­^=8½OÃNíhRX¯¢C*RôÚ{ ëökãÈÒg0fäùéÈ9ö›«2®RuÑdçè%Öƒ+Ëa3qÖèmÚ …$°#\|õÖ o¤¤a"†Í4ÎÀ§E߉Ÿ
-šªc÷X3»KD™L4ÎÁ‚%Ïmr½w©V£6ŒžvÈ©勳 €1üA¡¢þ¼¤’—zlOÓU¤÷]Ò–ÍïsÒ Š¨t(8 Ú”£ôøž>”çŸ6ÂÚ›¨†‘xƒË¸Æ/¸IûPúhºCC¨YÍœ^Ñâ8TÇHÿVCkàb‡„Y™B>åç{ëÛ~afNÇíE©[Û h’‚Ö¬rñÃC5žÏ÷¼B9« Û"Ô$mgçOMC>hüà‰VVÖ{]@!!Í&H|Fœ äõ.óPÎñºÿ•FÝk/Ê;HVÐÙñç‹0úP{d{Æ•dÖ_‚Êû€n~WlKìØ+¬Ì#odÓaßÈæhÝÓ!A›‚Æ_
-Ý™{Ìe>Ú2wµ¼ší µ]Õk†W12fTlWȉC>`ßmDî8)N…´ ? äNo+\›pùÈágEìì2ܼ'eÓŸˆôHíšùþNÑ7R ÿï~Á ¡Ã}Ó›\‹Pv%a’ D"¯êîéº
-·»-É"M° .ßæqM÷Qö]Âz¸}7Ôv«^H îE*¶RÞ'ñ¨ÄÂo­L|Lì}|Â1hÔþ=?wF?ñﶆ9}˜ÜG~F˜£¦ÅŽ
-fkŸôøÇaÔÖìUá æ)Ñ6ò<ÒéÍ$¨ô7š;¯hÎüV½e§ç™úù¥Õ*²è¡[¦qW¢ÔTÌ0fº^nG¦å÷£L¾¨À™Ê¤ØT5mjÙ¡âQ#¹7XÆú‰S}Ñ"6/äά¶lqF¼Yüˆ,X™œÄiZ¼¹Å¼N0²#2”#$¶7\’óoK×ùLF“>£†çÑs7n•ÚL”&ícKjx"ØâˆÓØOLÝË‹u50“®?å™oébé_÷;¤*Š•Ò6eÇõyÕ•Eh½,Qvë¬|^wúIÙÎÛñ½°Þ²8}N8j#}ký0*Â:!-4}/¿äqÌÏŽ_f¼ô‹^0è@Ñ÷Ú‹A㧠ä %±\áügúõÅóÀÙláG©©µ%Äê¿r<F €¥q²Ô0BÑútW’ž]‹3裡ÂWë@Ž%ÔM¦íVª'`È,ŽŒ`ö‘m™ßKî5Dwœ>¿^ýØü#Ÿ›! É‘YQ­ÔÄ-íUÊ’¶Ö˜§â¢ºbDÏ×ìx•òŸ•´lÇâãvý4ÄHoÙà‚Z)edð˜Pm$\YЩ|‡Z
-A à}åùàŠ2¹½'h i$–›"…)è1°´Kíé~j $6‰Ñ»˜ôòÇïV¢% Âî €¦…\TÑYÊÀY$œ®DQþJ%¬¡¾(Ùú;8Ót(ÃÃç˜m²íu>šð?êjå{RO|Fà䣬*PÓ¥åÃ~ó¢¢ìC-ìý=²Î¹ßË@'ú½ÖN™k[s÷© ¸¹v³Hë-Ô©ÍMTWZ do ~ €#òŸ)O8PR6}ÆTŒðù…¤A2Šmò×&ý“'\BFć°‘ý‹k±»Ž‚Ö(Çš–èïߥ-ÞÉ¥‚}*L
-ûeÊ<†qmTE°Šì-€ø5yÈ’pìRÇ{ºH¤À½ÒÃ
-8ÖŪͭ¢ø½ºƒ–>Ï•ƒI5Ít¡‚h ¹nì¨Fþ¥LétqI?éôgÅzxOì%_É31¡&£K¼on†x %M¨TûÉÙäÄÀ2tžGPnéw
-°W¬×—‹‹Éæ±q©;ƒ•t—‰+ûÃbÍ‚=-~ ý}âÃ$:ëWÔÓ3‡m&àöPò¬¿µ™¾/ÀÖ/}'Y•ºšò¶Xãe›—a’’{ß\òjjLýÓKY°¿Ch‹ôƒB¹˜4fñ7VVð+T@¹NŸ-;÷ù
-¤‡¹Ö‘nÁ­-•ëÌV‚;">„H:µÕF«t¢Í)‘–Ȭ«ßÔÃcIÔs±LþRm«ÐõÖ‰Xëúî:(›–©Õ·<cìûOëè6@\ó ô£€
-šÑˆ“Ì\(ñ~~JY>ÅÙ˜°›±÷^¥ a=êQ•4ÊâAårX6ßu]E©nŒ·¹i&h²Ž¡e‹_HÉRŽâ{eÔjÐJ¥ÕT?˜fw÷lty[ÞjîãŸxéýœd(¶¹öûˆGS¬ïŽü ªÒkUÇ<Ò©-qÝ÷Ûýª¯hHͲurJŒ ÖÒ¾£Û/§¹IW>¬Ê{ e×´Üç‰=Š˜j` D2„í-&NZ %| GAnTÁÿÈY«5×æ:‘w¨c¼È[usfŽ6m×·©? ú€Ç¦?¦-¯›©Û•ûªìÕwˆÛÒœÅs£®S þÁ«¼Ï–ßOmé»\?ŒT˜±¢¡tj4”îi칊t2ƒ´B|i{†Ôí*Œ5~ÁÈ[›s̲ïnTfü¤sa†4ÞŠixÓN3Åd÷Ñ\XõîMYqLKX£­¼ÕÿÎOW3iÌûNí'Õqt²ØoP úD®®¹½jí³–ßÁMD§Ê¼AÌëÜ§Ô ¯µ¾‘¿-[‹<Â!»×¥lç줚ᢠÍydv±%š{ŒÐaI^&XšL bò>³0{÷úóaê¥6>ÎêZ»û7µÄ)cdÉ’Kû͈ô¸.®„Þ5Уkß÷æü§x"qs/­™ÂwæÒì%¥k;$UßͬÔ`oín[ Ž¼ÁÝÔ\§;£S—½êÖ·àoÆà \Ô^BC
-7åÓÕ â¨BöÕ‚XH§¿)¼&l3—šù> -écÏœetihÞÂr¶~]§ÅfPŽ(>þ0§ß¼3Åsç0D?V¿Œ^˜º/S0%&Û¥c °¯£‹ñ‚ÂQË-ç#¡‡Í™9¨q‹ÉÙVË—¹ƒwKé„øP³/ñ¡–@ݵ¸Ž4Gj­–Ðk=ZìïX@:èdI…­¸n/Ù‚‘?À;›YÖEáÛ¶¨W¾+ÓŽ(ÏF¥
-W,o˜ˆ@i½õ䧨ÄEÂ;ÒDzì;¿0‰ E+Óß«ß70ÃR÷Cd ¬ +w/EèÍ7
-O»SÀcïŒñoGörÁ¦Ôl¶˜àÙ}ÝjUìó…Ô}¤p Ï$u~Wíúñ`2Tëb{ãá·Íë²àôé¿Âv5J‚€ã’ËøÎ~/sÁ5“°® & Vâ2ÌQ,/ÞHßu
-7Ô…ÊDÍÑrîÐké<gïˆ/*Aš§! 0Ìt0íNG7„xÔ·Iøµò­‰<ç°Â-¿‘ÎúOïSH\÷‰€öï#Þògù/Ô++RZÓõƒ¼SNUUëy³Y“>Eس÷œrä.3{‹|È"ž,Õ¶c+ïdû–™w¼ß…mŒeqëNõÓShþÄ„"§:ßÌ®¹
-‘¡:ú!B(Dh"wûGÐ…Š+UŽ¡?rF/5<ÿ½Ï£q26ÀcÉá¢5‚q»þöÁÎóY8C›²«–³Úm˜„ϲ­á£C9Ûþ&¹DËø™(Q¶>^ÏM
-óÃj ¡"káOPF~[¢‘'Ëôoš^io4eã(Èü— )gúx¢(®VrÌìÙŒÕ%Á@1è¤é°]beç~f.ùá)ÃÊ:yÏê¬ðûŠ9e+œû¥cW« —¡™¾@>?í#\ SÈ
-ßK:½ŒðÑæ«÷]-g­ÖæÙ¤Rú0
-YxÄÙ÷×v³°qq)Lù¿è!Ë& ûÞ;Y‘zë7ö{5g-í7jûÓÄHöQx2ÿb7ðnNPœd¦¡¿‘ªÐ(:óýÒRå2§Y@«Ï„œ0LE¯]B°ë@çôüVB?6¶õ•FÐqJÎú€{]í“U±!|‹m´
-Ü”ÜÍDºPm¯»<,7è ü„Ö"zá`DðÉx”Á þF'ªÿÃ"žýnÅŽ?2ÚÀªuÎbðl 4¶¢þðÀ)@ç@¥;Õ)|Ò5ø”Pá—3 õ$œÕXM7Lâ2"¿`P‚³$ƒôQf
-ÌÚÄûÕJq[J™
-Š‰>:Îu‹½à ‹MµzN’õø% »KÈá윜n†器
-¶pŸ˜¥ E?Jì¹:°½8ODµ0TAµ–„öá~tÑꔥU”ÿf™Ä°¢&A¨~¸žߵͦVÈ…Ñá=LØ„mlV±Á ™Å^nñÐk»Ò†¾Ø‰pƒ¬ÀM©ØÁ~Ý3vÞå–#½ Xè3’ ð¿Î‘[?²ííj4jÚF7b‰lÂVu‹·E‚ÓÉœ]Ü
-WôœJ°³; plÚ$«äBï/ùë4gí¬*ÒÇ¹í© ø‹9vÄÓ íöÛ§ÿÌ9™ŠÐM= “éwlxñ›Áº×Ç>N}}îs¥ˆBî²ÅÈ$CÄùÕV4¼ÐØ¡#÷1~liYBCÇ&N‡Œ°'ÃìÜÊÎùá[}²1דØ7ƒ¤1ÀÕ¼MoÏÄeÖTkfÜ[cÙ*Äcak¤!rW³ó¡
-Çù›•=Á½1œ2•;ø.ùµéP©æÔÛ5Š’ÿR|ìàÌÐëW+³
-ãh Ÿ­mTÜߺõTº‹Ž–±æ¡f}"‚
-›REx×á
-ó¢’`ÆþÉrè‚‚úÝ'
-eß«$»³2õöëðÃ+ ­ÉJ KnÓê7Û CbƒµZlñÅò‘²T8ì3nþS4¼¼‘Da^¤`8¥ŸŽPúTvÀÉÄì˜ãϦBªˆahKé„ IÒ'.ª¢§W|®ñnuÿÏÉ!…ëµ]3 ÞjݲQ¡øÏÞEÕQ\>#Ët™º\¯“XU›@Þ–?}¢
-T&§ã~^p*ì‚@H/%¹ÈÌzûKËm´Ð׊„³•„BÌÚŒ#J Ü8V¾Ã¯ªí’È%1ìwb µæ§üH5Ñ+v _wéiõ–UÖŒ8£áåÈ ih]Ž¾¬Ž¬Ï4ÆërQ‡ÍG`äËÞØQ3Òã,„„é3èå*=[T)g´¯µ0G¿z²Ø¢\Cß…%zC¾§rËÛÓ#»„ãÀ<Mƒ…õݳO¼ÔÝg¬£Â\O•dó@ËìàúÅâG„5Óïââ³ýT¤>õA­šw!)c¶HGwÔ¾ê¡ M)‰àÿZö…´îMÐœ ÏOL¼ª<©4,9 Ü=Ø€÷1Ó}I<Ìàçô¾ «Š³çh•ÉˆCß‚ÁÇU¯ËcA*™OS>…pPX‚CŸ3®/'CgŽ’4OÝòi‚Öu¿KzOCú¼_-û)àšEÆÅäN§‰œ4¸tFn\¹Y±êå¹}’‰ÚËå]Ü÷5ÞÍŠ¦——¿òóçjN'–¨ ÕþùèóòNê«•,H
-Ï¿>'ØRîLX}TÙVЙӫžŽP›?Ž’IFªC 6«0W«L…£7†µErHª ¸ÅwÝÎK•É‰žkB¡câÃÏ[r´ß<¬ÝÝÍMtX"§óÃt©¢‰åF3'!á¯ÀE‘KÐÄŒGáÓª Pó?`Æ®ù¥çsw2´þ4¬·räƒX?¢Ç]¡Éu™"U6d>y´™V¸øƒuXu”EÐÑ#»Oó•‹Ë´¢âújý"Ÿ?¥Ÿ¨JEÂáËXèÛD”3Æþ‹5F
-;šK°-9‘…óÞ‘‡µzÝžÊ.´!4›RŸoÏY$šcnW ©Æã,Yô2 M$¸„tm¹x ¼Â'^’`4¢Ã^xxçûèCu&šG!ž@e5s’
-¶sAyBiµçJ¶™‘·œ¨^u
-lZ%òµd•¦t9ºéHBÏÃ~´(BOÛí¸5CÂ=Mß'¬ã¾ røÛpòt
-8ÌúÅ•Æ$œßWœìª^%™¡(a#›ââL!$²y¤•òkûÒ¶á›!ëR–t!ðÍ]Ò¸Ï5æsèî6Y¼%8·ðéßAˆ bñ ÂPª°£Ç_´[,ÛªB2K ½‰4eabI]«ò½ï¬ú5Ǽu}îÑ™lÔÆ–Õ£ù¿ÿœ%Ç´vÜufÿE,ú…>g뇤`m^Ï,ت 2GÇ¡ –u ¿ë•Ë"æ
-‘gÏÖÖňrΟùCñCyïœêIÂ3‚— ݱ’-^W Ô`üe’(‰ Û±juJegb¹Î©˜?³€Ef:92Çü%µ\‰ê‹Bºãö«a1šðá8iû\î
-!TþÛM1‡ÒÙ*!`ú¸m±µ˜¥v%®9^!3·f€RÇæ“ì<[°´â*Ý©Ïà^ÿÇ Ù’×ˆÏe(¥}H&b.N0k±X7ýëÁnÄd:Çž@XÀd7?vQÝyÍT»¸™c¡G«|qýÑ•§áœÊâwo‡®`ò«ÒxõËÜ4ÎG}Û-Ò6(CëË–Z_Þ›óY}Š·u¸òrëbžøÐ<Oªq™V Áø÷Ž
-}÷ôÑ÷Å–Û?o¦ï]x>°òB¨òƒ_ÑÅÂòÝÁ¡êϲ¢eüý…EÍPôkT¹{ önË$*ó9ö b¿¤I$´'R¼v”’䞺£:6n­™i¿š5&‰Ök¢‘~å‚ÙuÝr›±Fœùwê $¼§-þ(Ä…>pMÿ´ >À…Qú¤ßŽØ­i¢l)NAå 2tšÞd'ªMÆÛÁ —>µQyÃ#˜úÔ÷S?ÄÆdâ¨Ê*@«sHZ¿8nU›I½Ëtºö9’–Ðjø’€ÎŽdºÀC dŸ‚Ü sžÀÄHË•»—ýdõˆ_õnD5É©Q„«¥œd¤*ú|ÿ å½
-x,[‡ß6r£ÓðïÅîª_ì5’R‹@Bw½÷E¤–uŽ“Ô[·éŸÏÒÃ>ÂxifÐÂ`fÙŸöZMȪ5ë…S±èžt»bJBÅU=ZLLdrpK«;³²s¿û…: 0#·Áª ¡\Ý( x N“Mr³Mâ"zœXĺ…%³ƒÄ›2Øü—ce¬få…ªS:5Ép2乬J{¿GL`ÐŒB$ø3J~rPl„û¸R=8lNýúýwm„î‚•{»áÄ¢„Dè…óh(& ©"-¯£säÏr=V;éOÉ ^Ãæv4d›]$„è@0ÙOò,NƈéÞ =Ç WÅŠ)cdÐ&?m@%EÇ éÝ|ƒ›‚+'ï …¸pjZ>&îB¿n¼eZcJd·GûÌŽ9'EñAÓŸXNùýÂçéÔŧCéCsx]Y¢ØLOw+T^¬‹Û}cE@³]~Oõ/8`·ØìïϨqËdØ3uµÑî ˜ºûOË­Y‹S K¸…ät3X¼b)‘
-ZîSŽŒIs9ñÏÊ*|`//C† Êù M;®D…Œg{kn•9Î6•È¤›Íq!¶àiç§Ý:HbW=Ü ÇftLØ+J.XÅ}a‹œ¶ÇfìöïX÷'àã°øÊê‹‚š›B6C..Ë^!»C±¹¢¢úvÖâ߆@’áå‡óû}Á…hRÙ^vè;ÉLþE§ž~x *u)Ó¾Œ$ç“Ú\‡»Ž€òÜYBÂyƒ1ë-ؼØHØp±¼´ÂõÕ!ñ$¥\£Eü0J÷•’ÀädÈdµöX[ñkLhù ­>o ¹°sMS3˜
-jošÉvR5}I[hÛ²‚ň'¦ÉÑ^6VŒ·8/ÏH Õ eü”=Wi<ûq”ÐñnãO˜xãö2;¹¡¶í~îÐ[¾ U¢éÌIŸîa Žû‘–Ö'¼ôUÀ»;[Sú*ˆ’‹ÊGæßGXÜq Dè4×&ª×O;U-Šñ64÷/ƒ°œ¬umÒæ–,Ô·ÀS% Ïð×yCÿû_j[òuﯜ…>Æå÷JÈP`$–dŽž¨Ì›•|J:„\HW`Ó©p€É÷ëj:s˜î…*…€ðTòzÞóTº|]/h (¬Ô¼…]ô˜ýÊ#Ï'±œÛã10 j\—€8HŒ%ËMÔr,ÔW)Ôx
-&E-¨}D¤Œµ59VþÍ–õS¥ôIÙ¬^§z]sÓb‘@o–OžÑÅWØ^¢éʳÙE™ÜÍ-ÏVgÌŠÐÈ›çŠÅ‹»¨Ú˜fïb´’°¥"Ò #ÃÃè²6k8] ï¯Z˜nÌ;wíT]׶ óZΛ£½ÐäA‰²¬á  ]QCøCfhoᣜ±û
-ÖXg;
-þ</so,7Óè8'_<Ð\
-ל»Ð¨šF³ ¸¶€a ™tŸŠT»oW¶,¯:¶e;2‹/ªÙýÜK /ЄŠyê‘Ž¸{PXòUÝŒ6f³á¤‰xî<ß·€±22ÒQæÇŽ»ÁÜGÒ;ûiÖRÒ*·Çƒ·‹Ü[¹û~݉vY +O.ôF-­)YºÝ+µ]Ãë™4Ùuƒ„E¹,W€yÍ â¶æëùò¸úQS S½…‚Àd­¹ÅŽ*À¼F^ò|ûŸÝ¹Ã"Çß‚_Ü<ÃeºX-’m\P󵟉¶P:4¶W™ ,”5 æ'4"Ö¨Ú¤Â*P,½a­<?2ûLèiªm×µ·Ý\ãWîùGr{þM¸ÍÛImkšG&aLųàX/sØ1'™¼†÷%+lÝ: KMòO³ò)ŒvÚ‘¬EJÑÖÅÓ’ã[ Í½ÜÊÎ$µ²ðXÌ—yeÙ”áÍ´$Ã-#ê¯(ëA*ªÐ€«wº±_,úˆÚÛÒ´ôÀ˜ü‰y
-ÏŽv§qÁ`$ÚªÂ_ó,Á¨?/÷?åfI¬í[éŒ}rì0áª,½O˜{ˆ«-¯ÍŠ3ÃôÉšv$æ;ñPXrÀzÑ/ûœJ\V7ãC¤Wæ²9u𫬠cîÙ}=%üž þÉðž¡"Ýå=£ÅËìÆ#®-iVóFtº~t«0aó÷š[‡ÈÔgq9orc2ãúB^3»Hª¬˜åmG Ï1EO9 ¾o [Ø\sÓ­°”m^§rHᙩÁïžM$8˜ô"Oa•HX·dNÅ‘·a Sϲ5:(ˆÜ•`¾d'nHé·Ä"nî)ƒ÷PäúÍÅ J_OÅ>ÓpÖU]ÛÙ|Ý„sòÕÏS2ÙÀt¹­îZÉòšÝ ±VE4!2%ð¿Û½½h"áÙdîõh¨³Š!,*²s[ÿÊÀú ssOdæ
-ÌûŠï¼Šð­EÓŒ¬ìjØzît7ÉYðùÍï‘×®7¯ÛVp \=:Mˆ"ÂO^jãÛYê©%=1%í{C¥Büv¶>PdÜ#ZÚ¹–ÌÑædœžÕ£õéNïm\¶Õ†ë6»CB¯Ì]À¥ì¾Wïl)õ£HºPăà’Úwy¤üò€H¨ž,–8ØèFŠIy ^Íb€•©ED’Éå©Ô³ÖPV÷ËãÒNS«H­C·¨(BmR RÙ]VÓ¬þÄ¡§i2NgŽx@2L,<n)^NgÝäú9] ïn´l†;äkJÍ|:è@FšÇ7óe2uÇ* Íx4mÒ ƒ÷ó,÷Ãûr‰Xðˆ›‹I÷&NXœbM&ýjQ™ÿ.Là:•üÀ»a O_5£¬@´¿òçõ^øÜñWx!äWŒB`Y0´–q9 ç•‚“÷:ƒ»-·WËvQî¹NêHå¹A¢Ó¹æ/ÂâaÑg{ºmX³ Ôkw+Ä空:„ã²L¹ì盕#ìO…eŸ|:U„ró*ØŠ3€¬úò“¾RzKýaõýA€Tž{GסääoAÁä׃+bH!†Æ
-H'dm°,¢_ÞÀ;YIÛªnŸÐ·3xA„}
-;[àób‹=Œ@ä,òŠ#bÖìÛ ¡²‚µ·kÞ锻Öà± _4 „¼“ìÔጫrÿ >¹—p€ŠAÌâB'.%¥WcIí}Luz/_UÞ °hx²âAúÄ{¥‰«kq¦ÙÃOë馬;e~ؤª6Q8ÜÓ=Ê@·`”š-k‘'vn®î°\¾wõa% ŠöÇmŽó@½úëK£d' N²PèoŸÝù†¥»Ït4Ù^XxW '®m ¬@¹ Ip°ßí=¾À‘”Wï)=j ÇÕã°~à`ÂTÎ!­ÝÃLªƒ?ƒÎ]´Â~Ù´ƒ#xô®Ch/PUuuX#ðÙ ã0”9õÕ[rnÈ©TwnbU¢pº~¯ž³G‚
-BÐ@=‹'ÅU@©® T,ŒÎH8ì ÖkXÆ×æ´ÆŒ‘ÐþtzšñkoÐö³Ž¬ðFf)é™îÀ„ZlÄ$ò°µö …i”;ÕŠW=f®
-;ø·0rºä‚yÄðü}à¯ÒÚ’§=Š—ý2êÿØÞU, zÏlS‰VÖ,¿RàG8÷èŸß5
-.6¹d
-a¤“ë¥SÿÆ!´ëEN c
-ÇÁæàw Ö°ÿÂìtHzHˆH
-ÙEèÎ(ƒñçy Æ!ÙÈ¢¥.m¯x¿- œ¬øwÛÝNÅMæJ†óìX`œž¤¹` ‚mºIî¡Òö©çœ×æ¼´úÞÕÉm@e{b(Ü:tW»zDlùx8á7¦…˜°SÂf¶,NðÁš¥NP™.ŸE{)îuÒ˜¸r÷­â£º{,”[TùïÎb 5©Nª‡#kžN,Ü^ÃÓ@iHsÿuéØ
-/¦ZM_b”´XDR°«ñÓ1aDA¯È‹Z¤aÆKLÁ}ב³ŸÈ>æ¤çÜ9Z—¦MCþì«nü>`DüÚÇKç¤#@$šxf—£ »ÓÑ–h:l±À—ú€£àƒÿVÐ åmÀ¸n6Ãá¸ÞŠ'ÉͲµ*%îu†é"ô·/Ð>Ni $L‹ˆÖªŽ€¨ÇÚ÷êÒ|‰ð§„6ôÇÇjXVPØQ–,AðJ2\Åì ·K‰&yÞÚ­PÛ☣˜ˆ,1k¤Ú¤uµþÜØX”‰©ùú¸S@Çh‹ƒ’ú¾þ 'þ7ò†a›¤ŸÂ ª"¶¦Åa¦
-⫈!ò|¼¬r¾Ø­¡j3TùZ»a`!ñ<&•±2½âKšTúRþ†ÊÛaÒ1òíVÏÒ†ÑÇm¥ßWÉ?¾§E¨
-pòÞ¼*ÛȃŒM
-_Ý
->Ý8 ²œJ! j¿Í+,Æ]К¾ºó.píàVŒ ›!Èf%v®¡j€÷ã6¨±âÿEK7“qfÂC
-£öꌢ¢„t×J€Ü$Ǩ»æB~³™š5VÔö”ìf0òp±èduä ÷dÛ7ºåÀ©CD¡æ©.ɽ›åŠm‹M‘ãƶS4¿ÍÁ.ñì(5*ÑJî!.-"]½&"ÁÈ.ïÍTdõ£"M×xtR¡²Ï·„X&@‹¬!ÓMnð³Í aó­÷‡uárR›š~´p5È8šî ”=µèO £µ×ÿ‘#3m᥌aÔQÙ…&¯¡öý>þ†ûf_y·~ùô(ëç·ñg; §°›¯ÀÜ
-¼Æ»7)L¢5÷òø Ž’ºlߪæ}-²@1ÃP%æJlRjU
-W]²¼Ö°¿#Ú 8¬.®ˆ3eZ¬vÄÇÊвh$ögœþµÜsº ‘ë¤ù[õ²aí"#ð—_\ÕR€Icyñt&Æ3 š®XÿãíCaå]´n£Ž
-øÕ¯òš{*9p“G¶ÿµŠb¡sÞþ`„O?’ÂPŸíR¢ýxŽ‚/@0š¡¤O–km4ÊQzí0£¸©iV*ÈS¬_˜h=hýj‰ñÒ4È 9Û%¬z]y>^ñxð©ù|ŠVAÉQbà$Hqç*o´-1»INý–+Îè`‘â Ò«ÝÆ/Z~ã¦Nw ¢,Š’Ë»°0¯܈Ù›¸‚Sœx)dîߟH›tg—ÄÔ,Ó·`ŒÊw˜nÑ­[àŸg
-h³õªªØ0dn3h\/-eñöÚŒÇ\°7TÅenv”6Û† »Iƒk®,Jð¹yzU'ºõ¾U‰âýÃÛœâý9iŒ¥˜-<P´›qS`͆y‡3Ýþ3Nt†~u‹ÌSêsxg¸o[ølËc„¼ªž÷D­úDœVt:ù ÓêXÒ¿|íå™ó53ô¦?ÚÚ¨óbg¥ßØi¢å: ÇQ}줗såÈÐK¡‰ñY“™ŒÇ¹f¶ÝGïË#LûžhëQ®ŒÅëTÖs¥×¡cŽ¥X}€ºAPŵãŽé¼‹äËr(W·)¡-lçˆ-\*J~­<[ ”dë…ëÀGÊéèG–šÞ{T.ý÷Ih§÷]®ŽÖí–à›Í-è<×ï!,·¨F`í@/r-ýlÔðP(Eûu
-û#5uåþÛ›Á5{¯úRwF´=ÅÍf{ZSßEÆ×#C Ç ¥SP¨Iy·s%r ÁÎySSž>ÂìV81a)¢Ï¡<Á†¯§™ À•k‚ÎØP.F
-endstream
-endobj
-563 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1958 0 R
-/FirstChar 28
-/LastChar 121
-/Widths 1963 0 R
-/BaseFont /DJYRXY+SFSX1000
-/FontDescriptor 561 0 R
->> endobj
-561 0 obj <<
-/Ascent 721
-/CapHeight 694
-/Descent -194
-/FontName /DJYRXY+SFSX1000
-/ItalicAngle 0
-/StemV 50
-/XHeight 458
-/FontBBox [-235 -336 1930 930]
-/Flags 4
-/CharSet (/fi/a/b/c/d/e/f/g/i/l/m/n/o/p/r/s/t/u/v/w/x/y)
-/FontFile 562 0 R
->> endobj
-1963 0 obj
-[586 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 561 489 561 511 336 550 0 255 0 0 255 866 561 550 561 0 372 422 404 561 500 744 500 500 ]
-endobj
-537 0 obj <<
-/Length1 1647
-/Length2 13357
-/Length3 532
-/Length 14219
-/Filter /FlateDecode
->>
-stream
-xÚíxep›Û²¥™cˆ™ef昙™efËìÄ3ÅÌÌÌCÌÌÌ 13S<>ç¾ûîÔ™?óÞ¯©Q•TßÞ«{u÷^½»$Q(©2›9˜
-Vv&®.*v
-<r *@ Wi±-àã@  uƒ¬ìÅŒAÀ/
-`e°ððð P
-’
-Â{yüŒ¥õôy\€Š‘ÝÓ"ÄÖ²JNö"|úÊ1ÖRÎœG&3ßòåe×·Ûã$¹».çÎ¥ry±«3AHã"ÿX|¡&¥›Ï¥×‹œÅ&êÂ÷‹ƒ®[fH÷E&)U$v¹*ðŸ|ê³áÏn;# ÂÇ6¯âõ?‰ÒÕÍHDa""FÙÂiÔq»(®Š3ìõýi´P]6å^{È?6ú¡µ²»ò¸Â‡ø1¨©ôù!’2åœWŸã.&½sé]VáôݽVm‡ŸjéãeúÝâ8­^Uô‡±à¤xŸÈg±ëQ
-gÿ6Rm€æZ"ÝU¼ÚúE;Ct›òYû0U(onQ‚[«LÕß5­/óv}£>ÏãÑ/
-¸Šœ[kò4è&•½ÁN| +Ññ>Óvi4-³ÆÆ" í)ÍIÚÈ7j:ÏvÁ\æpcIëw­eü7ÓéÖvV[Åæp‘8É@ŠCH¬µ…@˜µ&  ?\‘¨î/_ttÜžš›ø^3aÞ{]» µ´ÛîåˆÚR,£º*ÍÖe³ûªôiþaA±5èΘ‡í.½D™‘>Úøµr ×ÚÁ0ÚOβFö™%—X‰,PäÞæÅmÐ2‹¦v‰èÜ¿¸R5¨áq·ïǪ,Ø;Ê=ÒÈQ6r¸RŠîô#&J§Õ¼<Áš>Ïј#(|bÝ®´’зçE”Ñdd»½œ™É¼¬½|£Ù<‡Ô?²|SPzRø³Â,q¥ô‰¹ýÎZ:/–rä×I²0Bgwëòbäȼyœ¤¦¯ÅýÛ ¡%|~å)7˜ÿåë·?møÏXÖp?È
-3übWsX¶´òÕÀe.‰wbïhŒyÓŒ~ª2ò§¶t¢RBãê7LT+ë?®¨ ‚«Få Ž2Úcj{=‹®ÚÜ#ŸVášX%ÁdCWϪÛ4~EÒõjíð„÷9õ·s¬.Šö›ù‚¤²©ï"ÄÎH$ö$|jó„uR¨ &ïß è5Ÿ“1÷¶XFæÎzjØàûà™¸ZfßžÊ9Nt‘Oó¶.‡Æ¿±Êy@ÒÅýì¦ñ¢\Ê;Y8^
-ëyºCî(™Éà¿+RÚ9’)²‚dî}ªÔˆáŠIOòŒÖ5òâlzËÑÂu2+šñÙ7O+ì^@ß4Óð
-
-%P«Ê`—@€¡]¸Ãä?yÖþ{'ò,ˆÓ×èOùœÒ/ádîWzÉbŽMbPGI£;¢Ð7ÙÓFMcj¦9Èto¨óËÕ5ׇŸ‹¿Mr¯+Ñ-Ñ·Á$S‰ö{-1^nëÿ™äî Œ±5Žì¦ZíGt_,'(
-åjöR`T/±¡Âq·úúÜé\îòa«Ø>jÃЯƒâŠ?rð‚Šk&Ú5
-:ÉQPé«Ó®âf&÷/7î·
-8r~Äß—[ÔÖKï”öþbÒ„d^ʽÖ¯ÞW¾ÌúllÂÿ.Ä’´9ôÉ߆ny’°•s¿FÊŽ Hm¬‰Ž®й¥Nã²â.HI—\•ŒgM9Õ¬µø
-üÏðs­¦#ƒBöšs&Ž|7‡
-Þ,… UL!U:‚’êº<Q#¼àRY.äH¡´¿Ï›f`ª&?†¦;ôÅÅu¤¨Ñ²yáåvyݹ‡-õ¸hØ»›±ÉÄ\ØR;½j§%SæÆ™8²ÿnòTù”NFývîqùϾCX}A¡·Òj—5%Ù‡·k¹Š4)VªPdÂâ=]±$—25ä;Ò…`Œ‹àbGwxlÒ'CÛc hhÁ°ÄÕ¨
-JÁÌÇ“lGÈ¡Óñoo`äŒÅ…î8V/ØñÇ7 [ë/¡xu¸Ç…–¶Véa}FYú O‘YýX1èÄݨrÞ§. ÛñÚK–œ©¾„_Rä_yO4U
-«:sÛPqÉ@¯*Ö‹.cŠûa¦Ì^pƒpÓÚw0&ŠxW9ô2O›ë:+GÖܤìæ£ ®B£r/ T}Eô‰ÄÆLI%˜Ý_ƒ£²ÛjÎ0`*>K'Æè<-Lå=œOIÖÛ‘>Ê)Alú>èúöÖ¢¡æÀ!@çÉÀ2s‚‚ÉNgÊtÀ!i×yV_WúJb?å]£ a&Ù×éLˆ™/ÓH÷‡|»U ¤– éåìm—ˆX[XÈäCÍY­‹~ÅZµÇv½ÝIË(Ï
-ÀǸÒ5Àøm®bÄ2ÙÍ ÆòC|t» Ïi’`16`¶Ž£AÉN¹©¥©´“œ¦çeœ'OÌtv«zè>ã¯θXï+R‰Ç{ÜJûV¾šêy?t‘‚ÌpÍt:O'8’±èÞ&™SW¬˜a͆¡øH„"2,·‰²_€a†[ÆÚè`üÆÆ ®º`éëtetåäù·8Ó¯`ð.îÑþCD46?Só- hñThˆÉL.¥–$©Bú­ždO”Há!µšaóüNTÈØÕÓ'‰UÉø챩ïß¼¢ûºàæΛßëŒì! ›˜$Rg%fžiœëY¾_Á#^4ÙyÑŸ†O`hhk“¬AIÌ[³ÈÚ½½ {²Zò™ÃÝç”C6'Ň›BGC&¿õhxfEú¦óˆ˜dsÁ„+"ÍåÎÄ$©uÒ|êËFeà3óòÉŠÌ]él(ð´6U‰øílìVÉãŒ^‰b\’Ø”žVÓú]rw\úI$ª‘Þâ Vˇ¼KýTÃwy1aèÇجªK©‡–ÇÏ®;´&Iæë{à×ÂÓ…UåSÈ_LFf»¨âFÅò)¢œÊV¾¢R5¤Aç23þðŒC˜4ƒ\5áK¹ù32H¬sc|D-Ržrµ®
-XéÏU1"-½ ·_…[@/,,Ô’9|Ká•\MKa,N눃A„³ Ðù~NÑ÷¯v0æÁ!Ú’´ bdÉH¼¿Y{ÁV|Øß/@4U1¢Œ…iÃCº¯(Sgj‡ÌW¾æη/äU÷ZÕ}lEûsôåô3åp­2;ŠtƒuÓ 6¨äÖ†š˜¹0·ž —CËtûOçp2hËó˜çmNqòm ‚å‘f(R4µmfìo«Úé`"
-‘õO´%Ù-𡈩˙ž…D²ý©dîìun‹›š±÷ÊBŽ1qsg½æÓ!"+-2]ÍÉΫ¹ÌoO¯?¸bªVà~Ä¢~ guië·ãÁ &Š\À·tI“¹V2eÌ‚Wü1Éw Å‚u¸þ©g¶ñ…AŸ"3ð.¹ÀœŽt.7* s!£‘ÈâR´UnË×’?&2ð7 Èb-ˆ´G³Áf1Â!%M.:ÞªRºÔj/§_"o ¥XY¹]}çÊ. j¿Àß¡W:ÏVçË°Yš«ØµÎï7íÈë8`Ê~⼞ü'Æ×JŒ"ô1ô\, CÎzóȳ÷`¢T²
-1tø¼‹v0»Rß60~0\O3L˺°¼½Ó1ÊGí öƒOâÞªäp‘§.Zuh½g_ °.¢¨~7º`‰/º[Xv‹ƒÊ3´ÐcìºjKé¥kxF‹ÐÑj›°ŸÐú…: 7ÊLi£$Krø Õ\:IÚ™“ú5:‚]k©úö(í#' z¤ø™,Ž ‡$•ã¤Àäz¶ò¸¼G`ØÉ:‚”6&jûØëùΫŸ$#F0g1Þ‘Tœ>Kæ­é¿Lµ™ 0ݯÁ¹ÖCeå.|c$CJMÂ|å|߬1k3pÀÊë—
-½‰I̳ST+Øà2 ðn>?LA]ŽzSTíÀÆVŠ¸R;L@bJÇ°è2âÒ±OÎìO “üž‰ú‰+ÈÃ@s‰×$ÛðíZ+ú÷/"Žù° õTäIɸVŠ<5`±çÏ£r¾MWá3|W˜,r)ËFCê ^ bFµ¹®ìÂK¶%ÊÞÔh¼}k©UÔü+¤Æ”ÈËø®ïý ÂÜa[tÈW² ùî몱Eke5åþzQîGYµ<îcòØN;0ç‘Ý1&ƒ#_Ç[ÛW¥HŠ :ŸLS2{Â蟺ža ²‡™™üi/ܧ£î©Ë4’S¡²xÕ“…tE~Y¸Õ’;â–Ñ;ÇH<ë¦òÄ×T€ë÷Ælçù³ÊMPµB@‡Ô½«„û£¶DíYë_ïyìªÂ]H¢qy‡?IU/×#•ûÖòÛw,ª˜[`íT6Œ>cR0-ü à'‘ygA+¾š@&ã¯í ý±g“tž©ëÛ×92—îU»N§fxÛÅx‘¾
-Öƒ‹øV÷8¡,‰ã}2“Q€Õšt|%ú¶™HÖsùäé ´¸x¬ ?µŸ˜é™“Ùæ¼lÆ#ÇÄPo6-}‡ EïÁÜ9E¬øH?&¾±›w‹w@¿ïÈhà ÎaFó¥­
-W±Äˆ3KÀ{Ù i÷1Eœ.;‚†*ÚoöEÀŽxui³x¤Çp¤f*ºÓ8»î ‘ƒ”‡6g)ëž<Ê´Ji©¼8ÀUÐæÃG ŽÈΰ? à"ÎÔ²GéøfÌ—&•ê—Uå=‘æÕ8v=ÐV'[2h^‹•ŒÒb®“ÙÀšÇÙŽ›þÃW­©$–xXáp}c½ÓþÅÎÏ‘Í/bŸ4öGÞ˜"V%ø1…&žݹm4Ô©êÒ|¾*”ÿ¹NÔÈ[Emèüé JQòV'º* yÊ~÷ /Ï‚ISO¥%Q]Oò¬Â25â&›òÊVî'‚[ˆ§=˜ÛOÜX¼ŸïÅ)ÞtK§ÃÚ£Ocj„5‚VÇÉ‘Ðà¼"›[m*.Àþ¦1!›ÑPóªq›-ëaú9ŽV+yxñGl'kc¶cDôŽ}t—’¾ÈäypÇ/‹§vOúG.x¡d¯>ØÎu¨f‡Ë Ô˜¶±g9’se;™¼¨˜6Ú¶SñŒ5I&̈;Ù.6§ti nçô¸Ê¬0 £‚„ÅG0ïËà-¶EO®AQïÖ ýÕ9=‹â
-ƒo<øôº¡aV׌äë‰UÞS6$$TJG¿v(êØ@«Hæß•€€¢¬†kœöé4“~ÑÆ2Â_S†¿Jd.Þ³Løa¥•Q.W¹;Œle]C·‡Á›ÙA5Í«Gùa²N`Ž,|+KÒíù¿‡˜=]Š„³ûO:ž¤Ë¶ËoÆ:]lo7b)•àkeÝX%üfëTG‚­ÍöUçôÐpP{î‹ÛŸw†ÚíҎǬ|7NR[ÁÙò‹ÊFˆÎ‘íïȉmA
-ü ùƒÎ¬WÜG‡¶½?±®¤[?ï<¨öð˵x÷ËD[qzZ˵Cnúá
-6#Í›¶çË—%£p ‚ *вJýŽ$1V©¤sP1T^{$=í±Fæ§î¦™ñ “„ÅПÐZ[ã`/Âg6+eî»Sæ-^7¡k1ÓœÜ+Û/Ï·´NuO‘OáúíX‡"äŒ?å^25žoZ(Ewƒ2~‹Gð–‡Ê6Áp2 HKÍé^0+ê…„Ø6¹,»Ï.7 _¦æ$ì»6dK¼:†œV¯ƒGN¡Á ¼Ÿ±õlÓ¤l¿ßËáGîøýjÈÚ!nCÛóFåÒc}
-ì&ââž}©O%[ ¨hÏçGÅ]µNwYÄëIF²m
-Æ}íB
-›dá›Ö^íªl$„0ÄLšív
-‡VˆìKÈ¥‹!¼<†uG7ʘª$°­¶Mâ¡Q¹YD4€ .ûZm¥Üy5&qÑ€ÛIÃxÍ,>3n¶Õ
-õø(ˆ*·ûy0Òˆ¦ã(w%U¿¦±küŽ„Ý çß”0éÕNkx!¨àgqmâÂQ<ÏÇûc ÑLd89é©áƒp>¾÷5Å;r…§S–V£ç
-§[fˆLVļšñ`•S;ÿ)³i= kUå kh6$d€ªáÙYô.÷›Þ
-,\˜ÃQ$Ü+_,½ª–(Î~CT´'ž‹ öÌg¹ÎÆBÂOK:0(7j*'w0—ó±>Ù½v.dµ”˜îK‘e^¯ë´ØÍ¥"µ¥H÷y Ó5—ÚDóò^‘ËŸÙÈíFºžŠcªagƒHMIe²×QËr©è;Î÷2ä¹~Uôh cêJX\¶¬8Dd1À]:ìªzJ5ؽB:W]/Æz`"i'©òwnr-˜´{Ž_þ8Æ¿órw+E ²ÿ°,ve§;)Ыµ8‚ŠYý¿H¸ñðð,f¤ÈÀaØΈ6ê~Y­JöÒõå"³½ã÷fsݽ¬:ø¨—{‡Tòü\CÞ
-]cšk[øtZž×º1J;3àM(„8Y“r:º
-®y@GÄ5£¶»n¡:&ü7è °ËM°|$B$¯“
-‘qæ'¨@¶[Âœ Ê®©‹\+žÐ¡J¤f Áè¬2m1ß;4í¤„²ÕÿGÓ B‘*ܺN]ñ¶î«pÇûvá
-~®]p&e§ £{O2> ³S¾µo­p”2ºÕ¿TbËr<OË
-) ŸKH¢kÎ㽂â¸ál ÃoaAšÚ–ƒ†k- ”õŸ|Ï%‡¡–]™`^+É>%Š¦“ æHÉ5(£§išËZz ‹d¹VÊá#ê*UŽÓL¬þBë¾æžV]†6\˵ fgð:qlàòZ+²s>ªün¶=-÷…–žL}pß2
-¹£â]š|g£å át•²¬èï[ÿrHiÙÇuê©X2!Ü™rú2جê'ÒQŸuCÌ"ÑhÊ.)Äoå²Óè"Ì@„™*eÏä÷o /öo®2k õ‰ßðÃ=õ˜›7¤þ“j¾CírܬIì=ƨ(Ò¯D¨T^\îñÄÏÖ0Ö؆1sÔuµ;Ò0Ð_Tì_)^†U$;%DXÛæ£vôºnjoºAÜ–3ªñ_¬qâ€ÉQP6*tgÇ!„mô;p¢¶[a$ú*¼b²™Š%¼Lóædð騡ÎÝO¹˜VÿßüYòÉ–qÈbËÄ„ã×ëé§ncŠj uŠ{ÅLQ‚5VëNé2BÌ4™þ~À^dç<ÐB¶óÛ–óÝzÉ †’Á<s$Qµf«Ø#ƒçp:ßÅÉ D™ <u÷~ÅJž!Ë‘å|K÷M®pr®¿xåÅ&ë"ºEï*Ù'MÇx4:võŸ‹uq2—ò! õ7n·2 &…+˜vEŸ÷…C+‡¢50ø,žÐ²ßÙˆ¸;J,E7òåXHL[pQݘK¦¯x#)…ã!Úk"€œ'ŸD"¶|èÓŠÌ°TOÌê#À…a¼ÊÕ(Tì0…ÐOO"‰®.Öû¦t€êåv)Š§Ì¿µëwzÀ±h©xÑ! —¬Ì´E¿ù—/’ C^
-!AêQúU…Fžª­ }Ù;Ù3 ¡)„»BtH?uœ<ylqdÀh´ç)JßGÊ «IôÈMËØ-!½@E 5qÊM1î¾Ú{­ ‹×,c ]œ´ºÁóE %'`oVUÝzüs®ße‚â
-Ôͦ3ç7¨òp|ƒœ¦ïÆäƒáNdÍÍ‘©À&(×|¢0ØÞðƒ,  {ƒ••ö‘—}Ę2ÿºó¨ã˜¼§± ¶1 ¯a'×w.A½t¶‡Ðu|7Ü×à…;ѧ VWÓÙBØ]&I¶•XÈpÑÖtë«j·f*‘˜G#_nYT–¼ðç^Æ) Š%ùo;<Z•NS—ó€Y}¸?¹Å`[“'Èçʆ#øÑ…Žv\ùƒÌÉ¢¡–xj>IakÁ¹3`9Šv¨ÂÇóí}”ÁÕÑ?D›+u™{>[Jx Œ¥tˆ1šÈ•§„OaYQM¶’U¸eÞŠ*¯Û<[š­ÑAîå˶zÇ߸Hí]tVáð\77÷Æ"t¦¼ãü¦eå•ñSZ LjÄX¹E01‰“îSS¢dqg]¶þÀw[D7s©Ü<Íwj®cCo~uô2j©ñ<+V!©¤Bôb£ú“f=YUrAí_ø£h}uNv.}™ ý=‹ÙF2®ŠOz8‹¢E-ä ½
-¡a#ö¸ëTf"K‡én›û¬FņX¦´Êk ØέñsNl¥×/Üwn¤c,ô —ìÛ#Í#<ûçðÕ
-²ãôFøâë³±êùc[{ ¬øiÃïò;$±œGØtwK ®u?²]n§ù˜²Da.ò x£e©˜uæ:ä·åBçñü3Œ™€–N¹Kh•sXäJ•U8X²hÚNw£&4êónrÊIyh@ů.i¿í¯ì<S–Èq—Ó(lßOÕÛÊžU5.à^û
-Cuû9• ±lm—ÅSÇ“’L^Žã<ØÛ¨¸ÛÑàð4í(æm\¤¸Ì Úÿ1kh9~qˆùãö^, m¤8kS_ĵÂW;D“bÈDÓ–]O6v! ß^Ý ßÜüÙÇ(yÁ sÀ:êwî˜[pïë$³öÄm£­›ruUZöiÛŠHšž÷÷Íc²#¥ç;ì`²šös—$‰òíümäõø–Ñi9`p4†Â*Ù€aÐnvA»Ã?
-gûûÙ‘öc:AžéçìKÿ”ŒÂ,ÂJÜ5†ï|.¼N²t›|¦.Ès9
-ÃFÈÂ2°ÖÞÝd Žî:ŒqÊð¿ôÚþ46F·tŒ°¯¾â]]\ôúmصÓÅßÝ$Ý{‡ÛiáÐ>q¬˜èÕ˜ -gŸpâÌ#ž*3ñ$¢¤•#øXCÄØݵ©Oúåì-p$r¿ Ìx›¢9¤¸2âÜ̆a ~Ä'¥;¨9¢¹¡ìGž‘4qç–cÚ.çÁàê½dJ» PŸ&\þäã¶GvçAgj¾NçóLö½H HùÃÚ&¦Y†z;¦¤JWyý.¢ÀÎy´?ûäÍÜ ÔpO@œ
-Å %:L
-÷²”³Ë–&0>[î%á9ê4FÙÇtº/XfÝrÍÓ_ºU¬õŠ
-•¾­éšN5¾ÌÛBgÊX·X}÷\"ÊÛ+7̘?ÅÄ~>Ö2­à"‘.ceÅL"*±Ë¿pÚPÏx7“ÿCËîÙR‰Þ»Ç^.P}¢»'“ãy¶Sî˜x¯œÜ&œ
-«”{2ÞYŽ1¼·ãZ x3L D+ºqî~ûÉfY™ô ,é}”ßß¾°Ÿ¦Àû!MJa·]]rWd²‡8ðQ8+ÿ[;ç—±ù‹6ÖÒžð2máf“ÁJ/Ú qI€ù¹NîT8øîÈ2Üö¼í¨# `¹|`[ä6âŠõJ É€‰×ÇL¸dÑa,*‚‘²Jÿš´[²é£U[E1ìâÌÊûyr\u™õˆvÊ:2£òPt·Ð­¿ fÎÂÅ8)%Z§š
-¤¦P~Ót;{û¾âò¢Wî„#NˆmYÖu
-9dy ñ¹ÆáV'
-fD„¯Î¿ùEÑÀå’™ØQ(n9íëø¶‡ê…hE¯Ñ NIªýøÚ2ùÊ©Í’On^ôcZª(l™ƒ»ÑOf3ôÃJí5ßÑ€8.@r$¼wñ’r¥6‰ÛÉZO)xˆ%ä]ÊKr³sî>±o9áÍå$§ß–¦ï\†ÉôÒ¢5KAË€°\ŠS›pVbƒCˆMØÓ¬ö6m ¢ú.ÿ8ÂY½Ð=90QŸUä§ö´S]Ç´,œd‹cD%ÕKBie1Òw&`ûËÿ÷@ÄR燪PãªÄ÷ÁøŠºﳃØKù‚Ã^Ξ{ $LJQñÓ´ÜU™TÙªï
-À.ƒ[ß–Db|òÖŽh­ÅÔ‡
-iFb$Ä›%Q×ÞÆBÛ¼² äÆAÉ}-|EÂ] wcY¢o«™\åíu5\b™às#IùÖsê8G¬Ú·÷C. Ü•Á•/ ¢ä6r·+Ž8Ówú'tø¸_dGWÐ.Ÿx´zŒ6*ùø¬ -±“»D%xåL«V7.
-Ò,ŒÎ'Ræm' øä‹`«Õ·0\š‹)¤m-i±U`œ1Mo¶i±„ÔùÍ}æ_ôïääWœ=™ôïDƒQT~F^p-­*º•óÔ,WP2€#˜»(RäŠ_54t1ûr]7×ÕsÚª‰Lˆzø'ûŒÐ²q -uÛã©´_!9—C¯«E‚5&)âÕ×®ó±sÞ½€ê7Æ"-èapí£áÿ¸ x1‰…ÏOœÆÎë¾…ü!¼íìðMèÚʲËF­Cˆ›Ö,Á·ûE¸AtCh2Mucúé–bNÙÔÄ_™¢¼ê+P-„¾Ë­É|œÖ¤ô&åÇl%¤cå¸u¢jÄ®/'÷Äøç©ÜŒ§½ŒŸ,¡î´¯óp¥{àì*ÐYÆx!pAlïrX¿{›ÀÚ#—à<¡¨SÛeË#lfÂÔ¿z^¿`P?ÓS è3š"?ÕÏÝUFVnR€ïazb Sxù;à'ê>)®ýʈ HBÖèí÷¨íSã7í?š%ç!–²”®[‘›\]¥28='¯K}ÀN–h•ý†¯ÁÝë
-m6¿ak´³`Ô[ÄJ6…$ŒëæÞ’‡¸0‹bñ†‡yE_õÌÓ³gz!@û¾™Œ€d¸ÚÒ³w.æ"|:ŠT…Äy¾Î·ðwmŸ€o¤eÞfbTV=Èl‡ ëµjpÉKS¼Èà—ïÚ€N¢OÛøâŽ7ëËzd†·z+ö0ªjÖ¶VgªÇ4jŸçŽË˜<¢¼öÅ V¤–‘ÊrZća—÷ÅøJ딋Œ“=09ò*ÐqÑœb€_£0¸š¶ƒû1JûÌZõqµGshíy?±ð)¢þA¹7­Ðÿ•žf|þ°N9ÕJÁäó~'1z24ľçfõÓÅñ+€Œ<㉡†BéÅžwY×Þýë8¼þ8&W• A,«Fï|˜—}N0ìz²D¹…ã7lU"á¨(| ª€˜°”@_eV˜¥¯Bi…´î[Ÿ\ì'Þ)í¶öûôG&ßëï%¾:<!Ȉ`·œ?s¨˜I¨)¹^˜J~
-G¸Fb)øÖ è™½¦ÅR™ø‡{}'pë.åØ’|¼K’A“ƒøm)쬊ïw +–q‡ætïVQ¥k¤_(fwÚ¯ƒ@6 7ª˜±J’{¢ÎDÍJ¤$D~ì0ÖGÜ›/eV“Ò«Í;òPrRÃt»¯=uÖÙ÷9ÖÁLïñ&«p2Jù’<7Šà†<öðâ
-‹ÝðŠnUG¹‘Ó¾R'ПOÐ}ù,A$—[R¬is†Dº“l6t‘µ»ñLÒÝ3fÈI\¡ƒ‡ÃVðC&CŒ³á;ὺáSbg™§dàÅ„ˆæ˜2 Là÷B·—?oÿÍ]OT.9¾^I£î5
-‹À¯p’šD¼nBS×ã,M·Ó©hjõ­Òm…Y±ÑŸev„ô䦆—…½¶».ÇüÅ/~!]';ãeü¢¦w$z}·Ô¨UE¥TÖ¼ÒöMc/ P‹O5ûrM´æ}¨ QFÈìSÛÌÀÍZ%ø¼ºL@¸hÃñ°Á,wr?“ÁX¼&BoòRÛG¨å8÷]yÛGǘ¬bzÖ€þÅ|•^Ä3تGÏ4wð®_þºI¥Y0‚ò}`YÙsë ,¾üòæÜ£6®Äü¤V9ªd* ìA¹\tVä]3¼/º~ëÈ€ÁØw¾¾Ÿ;©±­°Ø¡1½ÌP%mM¶âhæCR§0éB££$’vž@OÃL­õtŠOÄîi¶| ÞËv |R¾¯µ
-yQÄ£|^rU°vBÖ_Ô†¤1¯qù
-§eCS™¦B=(,< ÓIµöã×".ý‹¤ƒ+¨ãNQiÝ 9>øSº–!I1·ú3q¥Ô°½H„µœ³“B7†E,$½Ð¼C›ëóá=Ó  qôÂ&”KQø”®ÐŽc]W{í0Ư'ÂæðA3ëû®Š_¾p Z9)—[¦>> ý ¯ñ\–*ÿ%$ÖušH=(Œs˜‘|.ÙC¼©µÝɨ§Qf w1ª<CSß¡ó6-(E¹í‰C7Æyj7Q¯§+H³å9CR×mN¯3†âÅæµ[èÜ&;uËŸ@ÞP›Á£”DÑÀb˜ÌkÒT—µñæµ;‘4ãz5i§;NJxHÌMô{M5ë §Ô‡p¢Ýo\Æ:£˜»RÀ<2kºr+NgƒûÛ#ES=ÿÕ¶˜œÈq›ya¶xVnl<úf°>µý™3õë§×;
-æÿâ áÿü?A`j 4v9Ø;Û ü&k~
-endstream
-endobj
-538 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1952 0 R
-/FirstChar 2
-/LastChar 122
-/Widths 1964 0 R
-/BaseFont /PEEUGU+NimbusRomNo9L-ReguItal
-/FontDescriptor 536 0 R
->> endobj
-536 0 obj <<
-/Ascent 668
-/CapHeight 668
-/Descent -193
-/FontName /PEEUGU+NimbusRomNo9L-ReguItal
-/ItalicAngle -15.5
-/StemV 78
-/XHeight 441
-/FontBBox [-169 -270 1010 924]
-/Flags 4
-/CharSet (/fi/quoteright/hyphen/one/two/colon/A/B/C/E/F/G/L/M/N/O/P/R/S/T/U/X/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z)
-/FontFile 537 0 R
->> endobj
-1964 0 obj
-[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0 0 0 0 333 0 0 0 500 500 0 0 0 0 0 0 0 333 0 0 0 0 0 0 611 611 667 0 611 611 722 0 0 0 0 556 833 667 722 611 0 611 500 556 722 0 0 611 0 0 0 0 0 0 0 0 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444 389 ]
-endobj
-428 0 obj <<
-/Length1 2433
-/Length2 11403
-/Length3 532
-/Length 12610
-/Filter /FlateDecode
->>
-stream
-xÚí–eT\ÍÖ  Ü]Ó¸»»»;Á­Æw'!¸$¸»»{ð Á‚'h H Xé÷Þû½äÞùæ×Ìü™5½½xvÕÙûÙUÕçZJ mVIk°%PììÎÊÉÆ!Pñð©‚Á
- 
-d t{è
-`G' @ÑÙŠ úåæñ°ú+±À꿽PWKŸ™™íß*üŸÌ íÀdå°Ú‚œQØÿê_ÑÙÚ5Ç?ãÖ.ÿ5æ „¸A +€®‡5ØÙÑ` ´AaW»ƒ¬€
-4%//À
-eyl%nŸ–™î^G˜;<!cô±n8Â¥´Q§¨ ¸Ü”övS°Òü¾6‚­iJè±ÝçËw—‡%¦ÝÑ>GúÞÀ“|²
-‚ÛUU¾¼¦O÷’OöŸ¿>Ì:mþºŸ•Tr.Ì¢›`µi@šCqÁ+×W7°¦^¹.c®Óš‹ü’Ýhßm|;óÂù>5|u$©hŽ= ¼#ý·åG•OR}à]ÒÚüH­¾p÷–ë~€'Å‹V–‰> µÝK1#‚éi„c¬}®=HµGR^@Zâ(öël}çÂñÉñ“ÕÓVüÍÖ¸4þëZ–•àCg“ÞU«‡ Ƚ]õký c‡H%3îÝÛ¤¡¢Ÿ?øW°¡Ãfv|˜ÀÇuÑo#6ûùð´ox5fWæ#6 ÉIWN BÂãe³Ñvt@ðöhâÀÿ†Mr àb©þ[­>_ÊÞ×ÁṲ…É8¼©å3@0å‰ãÔé4 àxñÝÞ³f†1âÔÄ­ÞU‹êaºv$‚ú>xÒGÞúþöÁP9HCá,"—)r-«TÐð;C˜ts†M-ð¨<Xo®ÎIE‰ÙlÉ~®iÅýñµ§©›‡c• š½IíB^œŠUn£ð£.yB"D¦Þ1™]fî=Wnàt×° ÁžפÁ5®Ë]F}ÙKöaõá7Äè蜿=c¡9¹íãUÆ;‰M”L"Åö#ª/Ri·Apøˆ¢R‚õÞù]B¤6Ì'äù𪗅?n
-jL2›È¼îÐÇ?pZpX+?„sôcÑÝøö¤î 3Ô
-­×yMæRÞ+ÏJ°©ílœ–ƒÒ tµX—Ú;CÆñ¹íÝš“ÙŒ-B¯䘎Çé¨×"a4­ùo0'xªŒ”åÉ.GY6—oM
-ßq9ÃØ®÷Ý(V™ór\ G¸TqÄX Ó.جF+ú¶YÉ¡ÙlVý˜@4üæbÃ,Ê=廜kDLƒ[3C;ÿ*k&É4ÞªG˜Fy‚KkpòvâtXÏï> Jf<á%Ó»ß| ø¼Vzã'D\}H×®ºÉÎÊšë·!H~²h9íOø„É«dÞ¨
-æct¬?œÅ•2©Enœ,šmÐb/i[¹^/±mmÄÄt»‘J´—Ró:ˆ5±ìR­£3ºcô|G°\1Ò‹ôT6Yæé-=¬ÂÔÝ.NÒÔ?Ò†W¼«W4E“‡ÿ$n¸œOÁDïЭ÷m‹Y5ðõEšwoë½›mF›Üž
-²§Ý"Øþ1× OCñ…rL¦Ø6, ë‹
-«\ÖÞôYº_¡Ù·“Ëš
-ÑÕ"ßµrœÍütêÆê/ÕZSßË4•Èá}õ–ùƒ1È?ÿ’žŽ=>@¨4i‹Nº3XJ½b1!Èfô‘Š¦˜õñ1ßÂQSàh ^Ž$ ¿_•Ú²ÅÐÉIâ}E\ÑõÌÑtŽîèÁš‚Z ußÝšw_¹Ù&†±V ½´I¡-çê~Ýx!ëÂj<-}.y qÓO›[•‘§}î%2VBÅU+Y÷Pg³r@±ÙÏ kéEÅR+íµ»¬78¦«G7ÔbDV£%™óÙ%­rÙ ÷ê<ZJ‚ß`¯Ó-?®5åœÕ£˜9Â:ýj¯å¯zýP‡ò*W>,Ü1ýÇÎO7 Íx”ªj[‚߼8ð<s?:ÍðC¥öÎfñ%ù2JÒ¦\“kDÓ .ewmŒ§ŠÂ×+;têÝ5¡Ó±—LøR_\= ¿LÏ€0‹FmiÌãóWÂÈ uH‰:¬[·ˆ§¹½
-•¬$Vy‹†ä‘ýnk¸6e±îðîtŸôGà~“Lû!"¼ïejú»¨üa`éË×_´ÜˆÞ[ÎíÊÚ¼]–˜$¥lEwgBShnlàâ÷Ùf!¿\ômÀS ÛóF‹H6›»Ë>â7ûX'/Ì>üI1qç%¥ÿžØ9kÍ'š !ŽÑ/àaEûßSÊîø/ý¦ÖðÑhÓ«>ê³ Á
-c|©óYˆû­’KW<“Žs¯é"å¼Î®iÖׂX^œÀ,”J$•b•—UÜ ½ QsÄm"kÉH¸gK‹öæß@µZ¢®PêlÉ8Å|DY¦dpîþVSòi"¾‘QörtðÄÈ® V6{åT·RvÙô~eŸû"'[„àuõ—˜«óyzï¦í’«ÃÏN˜ÓÂNѺžG¢m¶ªTæ ÒQÜM\—±?Œjª]«Qo ÈeË«!ljñË‹u(Ì9ßj3XP\ú{š©Z´½Å߸ Æ-[¯”{Åp2…öüt["F†›Ù?CLb]èÿ
-´<
-Çþ9÷¥ê3gá¬Ãé9_›Ù00[<ä;0y˜üw-|M´g1B²Y[å•P`Ð!OÇ·³ .Mõëbßä…߯6&"5<*M†Œú6Œê˃ÝÖ}6¯˜wÌQ¸x…1ȵ×ø>£Çá­•ÜϺÄSYƒvcÌ°À¾¬¼¨º›œ(ý¼§û]ÙèCi¿b¦k›„Yd[{ƒªÁ2ýMî4bcJ­ÎåŒßÜ%ïZ`6hÆKóýß?±^ŒËCHÈ
-f{uœ÷˜ñ¸y© fAn±ç“¼Ò²@J*üD,½Óïì`´“)Ž¾îåØ.¼nï†<FËZËû©„‹¥µ‹lÍo™Ñ‰Ui¦õ¤·co§¿]dò\°VŽ2|_ºLÞÍ1ýú=ª<¶Ãõ*§æ½Ã(ü^Ÿ4SºÖüQŠ`Êþ÷2]õm!#ØÒÏÓs_ýbäNRÞòaT Ÿmžpõ×/rðcƒÌQ¼é$P?‹@ȪÎRB‰Ë5,·M'5¨ÞÇEi¥W¸~L‹9.7cVÁ{;8çw{uÌ3Á=ôKÇJªÙÄØ]{š×5G¸ïëпÝxOAY¼ÑZS,Z£¸açOJeR†&ÍÙÌåM=âVI|óö¬;°Y<‡ûÄæ½äÜË'çø8]å·5%Å|§¼¤Ü9Tj¼Öò€]•Þùˆr×ì8†"ü‚0¥àœ'͉-‰áü,®ûD€ÓÄW)?µBÁ)¾â==¾ò©XÙ3µsvéw§ßtÒÐE*
-ÀÅdô9Sȶ#E™ô Bn6ÛWe‚2dµS+WÂUgIŠ^˜òTQ:ˆ‚öÞa­²iõ•Üþ|«g‡èZBý¹õŠs³lZð{Á¼¹WÊ»>¤Ý­[å¸K˜¨*û S,úÈ1‰Oé'ð+íSeLçbzR³ä“&ðfyU ¼ í¨Vì X3îW]ƒj>&¥ëÂS´ÄY=s,)\ã5d¥?ÑÝít®¬“üqsCÑ£©[›CÂ˱à }I^ÍåGN,{Dþn1Rˆ¯ –7%ý˜=×ô-W¬Ï 0*4¾F‚dí«&7èÛé°ù ¬l®ö¼ ýðÊãP2-Î\¸Vp
-¤Yùv#ø‡íõXú’"9­-BÉQ?ÝÔ¹Ìl¯aЪÏÀT'šEÉÉ®×B^]}!p™•ç9žŽ
-É·» uÚQgæ]ó1¤öfþ„Nxc˜Ñ¬ú>ŒâU‹·Üê˼ϪÇRGñ>Þ‘s窌*¯ ôªOh²7‘‹N~½=cpµ TõÖì}g†V`qz÷Â;õí9G¾
-ÌsxÄcekçAé¤lŬ1­ÑÉ#ÑbNž" {þL R¸øy¯¿˜­zk§Æ¹µ›?R#Ž8¯{ÁL5©ÁDcY†Ö¤u½$ÄO@{±±®_Ý—“n¨óa¶[À‹Ú>/(.ddPú­3NÊÈÕSÃz~DX§qóù Ð/’
-Fˆ$ê²­ws[›Æ_ÇÄì½Êyàa.æýò>cr¼¥ g -eavµ¥Ð/©Í'éhG‰Ùãâ£yóãªºå™ ¡Pš†]Þáýãpå¨ÊPxµ«ßL¯I›3}[?ðžÇQäMŽÉ›/§{"_qˆX¥ö !QBÃ4‡Ê%T 0öR¿.'À\µ"ÛŸEäaIq®y<¹èXbèï‹UsσOªªJ~Ÿ–¢£_*­
-7 "Rˆå晀k_”ñà»T.Ïó¤ÅÔu.”Q®àvº°kû?±3e×7~eqÔôÞFB‹Z#kpZüÀv‰Ìö‚´¡(mÃ"Ä<T™(LýŽH¨Ñæ°kkôè>]e(*Àc]®¿Žü¥Æ'x\ÎÚ„³Ø…H£ß{ù_‰sV¸ª-:2L¯é‘¿®¤\Ê/h¬Â ÖÔ-ƒIú»Zº˜íqÉͽc`õPz,s*¸‡tój¸*÷³^„''/ òÛÜϤÏ
-•í%_“.1Fnòÿ~}Õ ÂЋ·]ãNáøzHc»¾°H´«ó §ƒÔÙ#š=÷½èªÞ×úò’½¶rdɽÁšŸS|~'QÂ,ð/•DÅ%“J ByQòÞ!Ò£lK5®&1öMeŽY!'8lØÏR%:§Û¿lk§;$ØÜ"—;·ñû” bâíÄ„7ž[÷z ³õÕvÝÊd[ãñ—yðëସUºTæ¬t¸SöØæox@DО[ýr¦ÙæÜ/˜‘†+Ow‚oï³—õ<îWC|íËFS.’‹¤qº{vå!ÑXÕîV ¬ ˜ß“3öO’Å96VÔƒ~¬¼ÉHys%‰0x‡_’?OÄ_ÛôEt¥•=?Åî–„HÇ$‚Ô,ʉ™y‰¹×:K`Å3óÓ²°Æ“>MùÛuª¸g¦½Ã·ÜìoÄBÚì à~à÷†Ué C€©¡ ³bœ­bž[7{1[0÷.öEcÑŠ3˜øL‹†›aÈÆòQ¯•ˆæ~׳/Êsž?Ãåi(ášsŒS’¯ÎóIÅ4Ì“Èé|á°’eé«ŠpM/vEÍÖáýŸL›m|£‰‡j&56Üf¼5ý)ùªB9ÎEMH¼UµTÆUj™œk' ‹õ\A@åU¦ýeÎòrÙÇ°V·(ådmÇ2MØ·|ï
-A_íäOÙÒ¾‡³~½Ž—ØdyK1uPª R€r³­‡¬»¸Šz0kZ˜öšÚ7x«½ìƒÓŠi)#˜ËlÙ˜Á¾™;äz†^x»µ®E»ˆÒ±2¦iŸ2ØÁŸåb/ßÝ>åÞ5
-Ò‹²Ïµ}vÞ_¢–š•÷õêË]nØLßëb9ü«Ãž.ÌäýÙКŒé˶IL‡ø½Ü:ôDÍeµ.©³J†ëåúÛMÄÑJ½Ž!uà§
-û]¯h¦ŠKóÁ8yM¿Ä}”!#ŠïXß>žàšòæ½ö¸š#j5^&4Öf ·Ž¢ž.l|ÿ6àEw{"B%Áe,üð]V¡GdCpf¾s~Hwj|y."Jâ¸û¼\ jcœèÿîhù©¢@b—ºÈ×h|}œ€·¡u-¡œ,X¥Úo•¢¯kã$ï&àÕÓˆçšÄÜ䃀‚Û#£AF>Ç븣žähêænærÅêSlt§µ6G…b½GšÎ6ê'µ âð–Tý<¢vÁ䔯¤×°ùxXJŽ»¹ ߆u’ý`'ßßä:°Ã6Ä…lд˜1© _6¯mÿòª\’q -a
-1½ŸÒ³ €O:^ú×]B
-EÉ~üwö
-P½¦ð}sh*öS´iümÐdãºhèúØ<é\,9t<·f8w7yQp7xzí*¦â2<óü~lðëÌ
-à”ßî}€hwj:02©šâÙ)iþ$`èè»Ö@PpœiÔRîD®ãÈÀä÷Úxµ•h0p§ ŒØÁlùâ*çD6–7R3y¦ê!:šžZ–
-œ<«l~´éŒû€úð[QæñŽÁ}œ&ìʵ”­kßBè
-íÐ,ÎIû[²mø¤ð*st ®îaAº!Ù\•ìÈä÷ÒS»ò
-i¥¤ñÁ?dQÁ¿ŒÔYà_ˆâÁ’آ˼T\=˜-J`4¢±Û2Ž‹(÷}Ë«Õ÷ÒøP¥nWÄ53z/ÿòØ6ËDuý!¯ˆ’ÉÄYk½µÉãŸåšfw<„v€Ým)6v™˜"Ö{3–ìýŠ^ö!¤²ö¸¹brî°ü`à“±ÔAoýNþ^É‹xÿæ怶ÍêŒf<_oŸã¶À¤GR ¯¦àð~°såF\”q_˜ˆÖ ô%*‡G—,½×–îpI*-%»|íLÄakŸy€Wv!Îݵ>'»I²gã<ñjSªâmNŽ»Ñјn(½”í4Z:·µzÐàMƒk!RVƒPÑu°8Ü¡Žb{Ü€ò)†Bª9þË~?¹\‘ÝîAÜùbäŠH%·ï꿘²Ž¦³â¢0î<Öü]Íh’¶³B—E2y½Ó2†>=­\Óa.â’™­_T$¨«cwËh‘U¿u¥[D ¯…èÇl^t˜æ²’jÐ.wUƒMë« “:Œ3ètÓ ½ 
-!û ¦ª,‡…~•|oóßG(¬ú$%´:±Ÿyh ¢J¶wc ^VÛ¹# ®Ñ„iˆµ¬ÄÞ©ñàxŽ};i8sêLÆEd#<?¦&-ƒ!¢ϧ=Q|±—o@–g£Ð¨n›clÅ«? º/õ”ùÒ€×JÙ´íÅôF>×”nš7ŠWÓÈa6AYÀ;„Û[Y*ŸÏŒM9éu]K¡òí/¿jFÂ1`³].²ÉDšÌäOîØG.¸‘ÜJ;ÊPØxÞtª†¾<§U
-§$XrPPpíãkNËkt-“܈Àõ%íkFPùù–¦±™:$MDβ̘ÈÛG[vŠOb}Q›DL.¿±æÂJ£»à8S4`BLç¯Öú*
-BéÛûÖ°ÐúGºUWÎÇa©B³ðFÄpÃœgk/Mç×ÉwÜÙlè››8À.ŒïHRfóüðZ‰w;J?¢ý©îì>¡|ÿI”ZEÈ!òÅEãŽQBR Z½lê¥~/5Í£]ç½;"ñéÙL°Y¨’nÅÐd^ ÆÒ­V•n,RÝû_Y¥îsžæ¾*¿õ‘È?ÔMl^
-¡I'T·#Ý“
-endstream
-endobj
-429 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1952 0 R
-/FirstChar 35
-/LastChar 125
-/Widths 1965 0 R
-/BaseFont /RBBIJD+LuxiMono
-/FontDescriptor 427 0 R
->> endobj
-427 0 obj <<
-/Ascent 780
-/CapHeight 733
-/Descent -187
-/FontName /RBBIJD+LuxiMono
-/ItalicAngle 0
-/StemV 98
-/XHeight 530
-/FontBBox [0 -211 600 993]
-/Flags 4
-/CharSet (/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/at/A/B/C/D/E/F/G/H/J/K/L/M/N/O/P/R/S/T/U/X/bracketleft/backslash/bracketright/asciicircum/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/braceright)
-/FontFile 428 0 R
->> endobj
-1965 0 obj
-[600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 600 0 600 600 600 600 0 0 600 0 0 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 ]
-endobj
-425 0 obj <<
-/Length1 726
-/Length2 9515
-/Length3 532
-/Length 10132
-/Filter /FlateDecode
->>
-stream
-xÚívUTœÝ%îA4îи»»wh qw·à<hp ‚»»»4!¸{`rÿ;÷ΚµæmÞfÍ÷½”ì:g×®z842NŽîZ>Î vvV 
-¶¶qÐ[0ühÛ›Y‚À®
-°ÿ·°pr´ÿ‹“ë?=A®î‰Y¹:9
-Pv²¹:4ÍÝþ*â
-¶úÔÌlïóÿO„¼»Ù_1Ä­ÿÊüwì&öYªÝÿêmefÿW§â: Gd öpøw=è¯(Çjéähïó?¯üÛË?²ÉëK)ÉK3ýw þIK;Z8Y‚­šî5sµüoàŸ´šøß+ô2ÿY)
-¾Ô{î8jÕI™^¹«ÓM
-ÞÃyÄ\ÛmA^ê‡åöb¿ñ¾ ÷­§?/¾ò•8:Í])WÄÑ´Ôø3ü&8•š3óô»^©°yÄ()ëšß }YÂTy6|w~7ã9lˆkô{cç$œ4H­Ó§”8\Ö(ãäM“º> /FãÛXÓ<'¨›ËÆŽ—×=u%LÈ™)ñ"­U íê:Ÿ]þip5‘þ/)úž¡oa—…Ë5‚BÙ)[mCèáÖa•ã‘pÎ$w¢þÊ„­4LUM©p>œl©Ö¸]Ïrî$}.@™Yz°_ËsÉ”I«-ð$à(;7gÃj ¹ Ïñ'Çïl®DS«Åuïó²5#J»,NÙ g=Æq.> ¦U:³¶sPÅ?k´CB-aëø½øÏV.¦÷…GÛ³g—Ê?áŒðÈ+·‹’<y‰…4Vf5éY25Û~¨DþìúM½ó»À~»Ds¹ô~¯Ú½Hþø¦IÓÏŸ<X9¢“v$ï„®r¡Å:Œ±H_ëûˆ—M~±?!ïñ©N×pmÈ»’L(Þ- š*öB ®ç˜Baæ§ÔMTì~Û,³ÞNÅ›FÀÇö_VÇÄúÑç!žãdR‹º“7÷rµt¯ø0—fRí±PRÑØßnHeœiå¼U´g7M)DbR5æ‘»(O”!Z£ýQgùaºèè+P-™;«¢†;çÂ16¥œ4-°£´[+¾FSXŠºnëDxGT™ðžÍØ›–~žëä¹$ï«žLYe– ‹6ÇþeüwÐ0Ëé\Å…(Òq¡Ïõ&ÖJ‚ê‡ØÏ؉zz“m¿F˜«4ù;ÇôØRÞq¾3ÿg,Ègšê!yŽÖê¯ÙÁ¯g aÚÇðP«',þXöQ«Ë7š,Š€º›~4nyo.-P ÍÑim¼›ãc^Á=½êQo?N!™Iø£As+Æjïú……˜A58èã°¤.@˜Ôঢ÷ÀÏÍïŽg*0ª¥@q»êlëP€]`‰ü‹
-´ðËU¢¿Ð{\Ã9œp\к÷™žaèÙ÷­
-‡ÖJoŒcd5ã÷öÛÍ?é'*d»¿›RY‰ùÕ?¯ D6¡š„Uï›Ù§J>n½X9w6K¹­­ÃÄÆÏæmdÜaÀÊö~“©ÇüšH
-6÷‡¾ù|¨˜FˆÓ—Fÿ ɸ¨èÚ-I<6µ4ñh/‰X^BîÖ”¥ô`滤¬-×…À…×Ó/¨¿{ÅéjþJfÁ^Æ`3ƒVTû)iû;¶ðÄ©âœþdÔbåT—cý9ë’ýÂþ¥é²pÜHìgF¤ýœ˜oÉmQUÐÅÎÆ”Ã8®ÞÉ\Ú}Z£Ñ´X¡g?»Ü ±È꜑4ø‡.øiÔ Z¦×`f)±™¼ýov>å#vÜasÜÄrké@}Àûjºëôiì.Ž©CráÙ°”}2
-Rîåé¦êÆÊH
-mΫC0OŠ²ÿADiÚO-&¹%l‹Éý9+Ëû)¥›G: ú!æÝ>ZÀÐÖ_'Tâ©Çmq‹xDz3üÉ¿–
-[çrŽÔéÈÆ¿Ô³]ît¶zaòã!0Ž6oØš@ÎÔvvŠÒ2ç‚¿ T|qd<1ÎÞ›øÆT DMHvØûácàÛ}e…ì€"ºi žÿHMeÊ;"à‘S
-. lˆPBè…)2“-»b–ÝÉ81•Ñ“x*ŠÈ¡E z¶Çý†*n¶®Åc² Z0`–1{ò‰:xþ thèJ}3ë>4`@z46ò«u ˜Ó­ù¾‚MÇ9=$]JÔ!!êõ»Ç—Õ\f£ÞDô3†»Ø7 äg$•­¥›UúaÑgJÍP‚óî)²§ÇÏú4_âùU6W‹ï>úÙ$|¸¨Jª Áý4žYÐìð[Ä(jì9ÎbpiÐ<¬ºéËRÚ²â$¬þ
- Ù†Tçájƒí(ã#2ôCBÃ9»Œ¢d0
-NxŽ\˜1î‹$³øgI±øÔ+Ë-[§8˜íWÕ”é¤ v!ÈåÎfJïpè¾#®” eEeY¶Ïv«pÿ£¨
-’óåÉ]g)\m)ñå$aJ‹7a…|vFò—@pK›+ Æ«GåUò-î(t¬×ݶRZ4—ó$(äKþoÑc¾Æß™%¥ÂoíQÓ0Ç¡š“ÆÒFŒÞa?§MÉêàÖýGæ˜mßá•~xŒê!síK±æÚRì50—ÁÅ…¥öhÖË1[5
-Û9žä–âôú:Êò Ñj»4nôÃС¥ªQßÔ{«<F©¯,i@TO
-Uµ†h¯k E
-t¦3RŦ–î÷'šFTMã¼·‚çé><†£á¯6ŸnÚ¼çöo>YdžîÅ3Yl‹Ë´ãÂwÐ2Ò¦k°í+8ß4y#ÚÉTiôz~±ZFœA9úÂh©A1œ#ÄìßÂ݃_L¡„ |"tŠíeóÌàþvv$Í”ÁËnž¯¼WŒ=4Ò [ŒJ#מ—0§"¼§2XÛëþ0_ŠµåØ¡VmA—²§h¸Þ
-&,Ä›ÝëQMÐÉÅÙûƒr×`(4GÍóá}N”ª¸%…¯¤nËUhð 0©Q™·…]ì?ך€3h¥~
-D®žo_+oس¾÷N"ÏÓ¤E°Ø˜Á(|¢†á¤uld}Ú5&Ì„bøÝXM+X»û¨XŸ×ØÒ¦¹Y  ÷†>¤×1Cß¡/{gâ
-æyd,‚x¤ïl[A±˜½t éì8Ñ¡9^>$øºµòØà‡©Ž›Ç´ÂÔè/½ â‡T—Í¡›†½¯Z®Ÿa‰ŽPÑO•\ÞxÚÙN°cÊ1€ÎôÈê×ë}@ñÑÊ1­ABx”¢ˆ«µc£ð3LÑöIã{Î Jaž)âpK­íW´ëXT*]o¶ÌõÛþ*
-ª®wœŽ~É ^QÊÓ¡®Î—“xtr”+Ørd:¦ ̸ïÜz¡pÔ ”2Ž‰Ÿ:·¶%öŠ¸+çc@ñÇ[jÆû~”*:5~ 5=±²øªº•š[K°ú •úÀ¡ÝƒÑ$ù{áJi‰*†‡÷w*öŒ_‚¼Ëì¿ã9±7<çrÛ \ü³¸ÂŠˆçŸs#¶ÑÍ–b^G¼ŸòúLP£¾ç¸ïÄ4ÄñÛ•æ±5û´bÑ[zͨtéä=n’6 1Àó°³Tº>üÙžp6¨]M—~ú×ê;ŒÚÀ‡ÁGûcàHl˜~þ’-þ÷õqõøín=ÈkýycBBvs´}¥?'äú£v½¹.¯ÄÁa%JMd Ûo‰¥¨Ó0
-ûcÑ7‰ÆáåÜØÑV‰èÝb/èY‘–[s oãÖµ°_6ß¡Fé$tú;ý©ŽÛÿã‰õq­ ?Túµ.?~"Ý#gñˆ’Ú.‰ › è9*ù ãB“¤ÚTo6@®%s÷Å*:«¿êWù¼˜°:N8A›Èçm䧨À
-õ[àsêïJˆ8ä7ÓaKƒR8ç¼NPp…ƒ
-Ø<ü¼= Ï16awëO¢ LÀrõŠGÝz‚öͪ¸(F@Ñh`‡ë“À׃ûÈv¢T9œµÈ;_Dás6ësm'L»|oKÆ×Á:» N£¬¬®Æ»Ç7œÑªîøSBgß¼½”Þ(¼œœQ?mäf»à¢I÷`–¶X7‹`ÝÆTŠè0™ª8 yg<ZÅêlÑÅ÷Ð×a“½Ü$Û˜<k|?uô“ d¯ûE œ
-á2å-üb‚õʇÇr£œ4+Öùlp4^KŒÐP;G¹”u3xª««áî«/‡¨#ó›¦\õ“8+Ф·ï䧵twf¯‹ P§5,ŠÎ8z‡šë1Y?ñè|Ûþq®]v[µ‹ô ÕrâÂÐ{+5¥*ÑMâZŽ«¬Èš;¹q>bwKªjþÍæ•]è’¨²ˆ7ÊßI‹xÞ†Lyá7Þ0̦Zá‰bÙdIi/õòkÝÃÓ{ç;Óªi‹›x¡Ql׈wÙkL‹úwú1†ƒß uŒÞAI Þ¼ 9Åýzâ!$!ñ%a7½Ë”êâr%=ìýN„ =ÝñD>ž÷WÓÌt„{Æ+7îž0PÖ«¿/×û)ú¥‰ÄtÁ
-4s½4D[IÌcO‘2OQKPÀG—‹Ì7|¨±û¬.¿¹ñ;OÒJnmãþóŠL-o% ²¦_Å%Ü],јÐÆ™ØO&ôdžR©Öo„²µ-ô/^"AÜS‚¸œ‚Ìõ¢ÞϺ íBÇÝ%Å|^Fßöÿ˜çx´_ Ãp|D±
-r«v†ÿ:ä¯eçL8.MÓ"ÍbG2Gd2[­w 6Ð{äç£åÏKÎɨ ÉóvYüê±Fëf&ožÄ>|i´3‚hñjH&÷öÚD!+¸á ¶g™›Çd|³Òf)ñ1—‰ø·)wUº”¤ã|ögàżdåCáúàj~O î89楿£axª9ÑW_‹,¾—ä’݉/=w„±­aµsÌùd1«¥0£·™–œ›Æ¿›C!’"‚jKõÓMê^ŸÄ#ðuƒÖoš@º>q5)Õç
-ã=Ñ_ïkFl[Ž†òÎ/0¥%_)Ú ® L~„ð;™Ó$Ênûf˜÷óÊ’¿Pxzô}2ý:ŒÿP37¯7Ë1!|D>… ÷“‚¹J÷béíÂZ\^¦Æ[µõ½qq&ƒñ‰?†…ù$§ïQ¾š¼™6ô£ìö½µ­éQIÞ¯ñ9ˆ‰¶$™|Èì鉵zPsUÿ·§’7=“ ¢JRZÃoYá7¾á
-âRù!›yÙVüÞh¸ùÙÚ‰ö{_HïEZéÞšT0ÎÀâ¹úò¦úœ\ñòÉ—mcù[”T”Ž(*mNµÄ4 OÙů˜zýèõáVwí‰+Éî©)é¦mLÉÚÃ#Wݧj­º‘™?FÍÎdî§x
-Ò¸3}…Q©EªÎ®=!…N÷µLõitOñ¥ •õA}¿w™âBþjbªÌc#M!ª2%Vwz èP£‡3矅ç2!ﶵÌw¿¸zOÛMŒ‰î¡Dó/œVíÁËôxƒ
-ÂÖU’¹)–ƒ;ìJ°›„ÔP·«?ÿ‘ʾú·#ß ]eƒ=€ìƒÈ¢[ 7)0êï&L‹GTAZèwç®@6²~_y]–ÁUVúͺç.á|mÀ'6©Ê­…-ªJ(|ƒ¨
-¹[<äx@–1¬ÀB»_îû¸÷á }'|N iÆÙ^ŸµL®)ôõgûë`È…ië+tià:{ËB+ÊlOI¶ÑªÔV9ZF‚Y$ ³€e{Bq ŸìÞ‘ÆO’T½\xM#-éì¡Š\W !7ÿÙÉZC'³Ï‹§ƒ’:Ã>m|mfÀ7ylÄÐs9”“„vo@]a®;‹ð5_AÓMÞ²ÃoÍYÈš¶?¡ ä8Ì‘“á,˜A1ŠìK*¤1}‚‚»aƒ¿¦14ê‹—QÏ´Py×pÄ}¦i†5L÷)OeEåV¬Ž&xÑ%Žt±Pàˆlm˜™qF°Çžð㹟ð ²%ꊦ— ¼9gúú‹Œ-D‰oÍ,Ž@ ÊÐ+D3N‰ŒOTÔ¤T:Föi^½-håôÁíÞ9 1Ž¨<³…‹ÉoóŸéó?¬áí›r
-ÅŽ9´.F§!Y keI;-Ò@¢žfÛ匥Õ àxÛ:gÅÌÑßXö[²årèÇ+UÊq零<"¹{âx€ôV{Þß²pf+åÊ“wÎmµ*† ëõx‡Ì¼Yæ'²¤_¦,'”‘g£Ê.Äap•E=Î
-endstream
-endobj
-426 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1958 0 R
-/FirstChar 28
-/LastChar 121
-/Widths 1966 0 R
-/BaseFont /IZDLIE+SFSS1000
-/FontDescriptor 424 0 R
->> endobj
-424 0 obj <<
-/Ascent 722
-/CapHeight 694
-/Descent -194
-/FontName /IZDLIE+SFSS1000
-/ItalicAngle 0
-/StemV 50
-/XHeight 444
-/FontBBox [-201 -321 1483 901]
-/Flags 4
-/CharSet (/fi/B/G/R/a/b/c/d/e/f/g/i/k/l/m/n/o/p/r/s/t/u/v/w/x/y)
-/FontFile 425 0 R
->> endobj
-1966 0 obj
-[536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 666 0 0 0 0 666 0 0 0 0 0 0 0 0 0 0 646 0 0 0 0 0 0 0 0 0 0 0 0 0 0 480 517 444 517 444 305 500 0 239 0 489 239 794 517 500 517 0 342 383 361 517 461 683 461 461 ]
-endobj
-414 0 obj <<
-/Length1 1626
-/Length2 14192
-/Length3 532
-/Length 15062
-/Filter /FlateDecode
->>
-stream
-xÚíwePeÝ’%îNávÑ­pwww¿8ww)¤pww‡Â)Ü­Ð*܆ï{Ýý:Þôü™î_s#nÄÙ™;W®Ì•{Ç9”¤Jª Âfö&@ {  #3@ÁÊÎÄÕYÅÞNÁž[ŽAhfø°³#PRŠ:]¬ìAbÆ.@€&Ð 4°²X¸¹¹(¢öžNV–.
-³2‚œ4
-jì{üÓ"6¹+^jC›¦xÞÚ<Ž^weh÷Fz±m?÷¤
-]öæó Ï
-°‰ZÀn$ 
-K›vïøm&Ƶ1˜¢ó±ý§Ÿ`‰rßñzèqõF§·„¸õV¥~×ó»¥åîQ¨Ab$£Pó´ÆÂ÷0 ÿÊÛì…|åAªêÿ)ì$Ê7¤œSoÓ†ˆÕ#]¾žá©0øÊ$FÕ¼bf•Ž•qúÈÿ´[…J“ÝyÑ­ÕkÚÓª‹eXþ3w.&ÓÁÞ¼dy
-K]OSÛšÆ{Í­†p­i»:õ |
-ÎJ<èw/éô©Ï•“Ë׶IßÌ ʺ«4‡à­î!ÌÎq7rÊl"S½Óïb¤î_e¬¶­¤H„f ü¤ÈúP–“·e’lÂâ2ê¹
-Wí2ný
-‚Ïá;IjEŒ¢Aàû\³˜‡IHL™»]¿EÉzUBÑJ¦[‚‘¸LDxɈ¯äǤ—^@*a›Â%ë+­¤]‹Ûd,âšêðd|ïÝ"àÕ.&nPB,~\ÍLYQqåÈŸwbJÛw¸Ák5‡'r¦ˆŽ-%n‡÷ðUûE×g6ß~F?¬X *'×s{aF{£›=¤Q›0HÔ×é&•W½®ÀÉ^Ø ƒ
-›!™nÔ”ÜKbF¾F–W “&á%lWQy(~›[bhNç'£ù"3š†ænm|Kp×qñÎŽBÙ'X‹ƒÉbñæ!:ˆÑ|Úáyáââ–ËŸ0qNtXÏ£ ¬"¥®±ñxÝIJ„âxi:ÐtÄÙA[À([š@ÞÓmL89o]~ ö2•ãâW<Ž?$ML°o 9²Û05‡Ù2U#¶<É ‚¢1ѶÅAß4kK„RÔ¿°;Å"¨%åšc×èìòOèàëKz„Tăqmz‘Òhµ—$’›ò4­ætÂÊ{Hy¥–Z»¼On†½Ù›„û´¸…øÜu¥|ÕÆ(òÒ(a©5ÏñËã–
-,JË‘±OšA»T‡uâr€ ‚É!aÝé@iõsQÑåîtYv“–&ê®Á±s÷¶\þ@ÄWÒ­+lªÖæôàÊw$¾P%䤘(ðZ仑CïÆœ9–à…\È“y½${hJ³~î-J»´39=„Ï&ìÉäÕ£æA‰.»cꎠӕåì`©)>’¯¦\’ëFбfJ†â`PÖ]L O>–“Û‘tàÍ‚8#¼o 92j”…MBTD^Ê[yÍ…B1² i”#O¼ˆÉÖ¡cD¦ÁFÙ;C:êU§ˆ/Û$±8‡‚&‹ã†~»ÜÔ;çTÞM”z¬[¿…­kznC•0å×J’F=8èîY¤ª{Ãâ7ñÂ*›Ïîøæà³N¶‹äí¿î«;#Û=ã-ͳ±p)ÚY¸Í—’³ì¤Ñ¾%‹‘uÍ7C•(”éšt‘ ›²‰)x¹Ñ.àˆ¹H¯¨´h$Jáùu롦®’REžtf:Ó˜»!뾿Æ\9²òò.NÜVVJ®ééì¿PÏvFû­®€!úæ,V«DÓüØz ‚»Í ̢ͷq­ƒè&¨áñ €…®eðܶß›¡>ÇNÁQ'=¨…½-·gwõ»ð-¸1G_ýJêg¦]’²æDšÀ„oB0HÍQÔà}€ª*Õç|4Í×%D 2ÛÉÈV¼`Œv1Œ Ñ™‡õ ´¼ À´ç¡‡òŒ…"’9RÓÜ!“Ëøò{L)|eSìéܼBB#2uÉúèZA¾ñ`ÅÑ%Aç[,qŽàõØi6=QÈÊ0Ï&Jj6BÒ©š•gõ”¡†AÌå{Û‚ʾ:ìyY
-ÑçO'J0QDkÓt!U‡0RùsÅ9¶jÙÐÁ´VÂÚ†pOg¾D׊°êýŽÏÐÄ” ’Ä\ 4IƒÏô‡JRá¡1.·c¶R´î(’3ÛŽ$»à‚'I¹U–dDZ*™BwâQšŸ³@YeÚ©”½z£o1³v!yô=“*΂ ¶•WåN=Ü}s³ C“Èó ß1stôW^X1¡œ¼2ìw»ËbJ[ŵCÂK1&zÏ3`e½°mI)3[ qV»·¹É¡¬Öòi`5L°Û '§¬½öï”Ìñ]ªá÷ðŠ¼
-°aRlW[ ¯Ð⨠Á£%ƒ!-fÜ7æîo®ÅY—EÝ“@ºž»ú³ªóÞ„ÓW¥#w¶@“UÓ­H°_xbf®qƒ-¸„A€[ŸóëU ÌûÚñØM6çš4Pd…ñQ~mƒ >€sSXËÌ¿›“4g îGD)~‚¶:"?HûÂýG¦äÐCû!§{Ñã}+°Mz £ÌBÀ™* ž‰Ç©Çð — 9DuÚäq8²ú½î@äÒóAÿªPÈ
-ñK,‡…•CC¿èX˜Æbà%Û»--‹ ½ê¯ðˆì©Þ‡ë׋
-8øìa•2Ah:þjïÏH¥‹’}b{)ì¢M(åšIÊ)Ôtä/_)Œ–ó7˜ûÒbÑwex?cw“žn¬M8
-áL`ã±ÑhEò&ƒ.¯†Xž½ú‘H«µk8Ÿ¬ß}Ø’ûÁˆDBN¯ôº?‚, ,4‹Ô~vÁì d𠺈´0¾ [³’ ¼LxÉVñ³íR-­¬À‘qŽð8jdLŸ¡aàòI¬®
-Š?J)áuu¡ðÛAðÚ(7¹?)ì›ÆCqòà"À¾€q„=a£¹VU«áwmíÂÖe«7ôÇ!($¾$Úe‰+ÃÌJ8§œÊët« ²Ë3ðÎÁÛù¯šoõ{’i Ò¶[š˜»e¶=âÕL‡s2qãFƒ;˜`Õ— 5ýœ‚0q\Z2–‰¹edp—I;#‚,e¦Oc'I›>RtW¥¶é¦¹Õ‘=‹­XsÂmð\•£ü£èÉ„PgLw`?=5±ÁŽ­ËÈÑô1—{yÆíâñÉO¡ÎMf¹&ÖÑŸ#99±UŸ—á„qYê´W@ñþM¤ü™fì˜Á6Šrz¨žäG¸úk€$¯;lhý«Ò\•¸è»Ü—ûDKpø›štA È×yL¼¶Ð}a·äkQu þŸ?øUºTWìàQªOþ°z„ü–ðÂJ+s;Ãm1Xž¦´p¯h—š4ÂÔêR»V¶ï¶B°ˆÕ™6A_|ÈÌöØ,x,%¤>{Árchâ”à¸Úûý€ÜÅêš—e ½Ànó¢ñ.UE£3 »âó¹ßµ\kŸïÎO&>G™6@Üsí3q8á«ŽûÍ«åÉ ˜1™p¦ãYcìí¾Ö´; fÏ b*´‡=©¡äžK•)ÿ"zï".Íêúl84«–ç«ÏžI„ÝóÞ"€em¸].>»”Â9ÙDxWŒÏƒ¢üT‚t•Ô…P…)bŠ R`J¬ÇA°Ç¡,ÑßìajÇNŽ²'håt¼V{Î)ÖÁdÊÄ"Ø-\jî´h ñxÍøÄC䀦JÜR:ÃïQjÚr ö*'6Ú[<Ú‘ýyàEv(ÐëÀÌO;°£ü˜`Øf*\IõYò­ÑÒUŒäèÓg×ëÄhÀñIO@m1s¹><Ƭ\ìȯªz~¢‚ÏG*®³¹¡~k=–“®°'É•¢Üy/!‡ ~~±Iá
-¡Ê¯É
-²‰Á,Ï<Á%,™ÖŒl àí…6HÞ:ÂQ¡Á0öW,n€Õ™tø´"2ÀÚé_¦á€i‹N‰e`ñ¤.e ¢ÍPÓÇÞÆÑ$po¤|{¶ <†¬™‘§¾=
-V¾ƒê¾j™zTl¾sßÕùD¸ýѬ•úéX¡o_¦<ÙiüO²j¥'Ÿ¸Ä`£NŒ7ÑJi¾Ö¢ÊƒxmEÈtaæÉ°îû}=èdâ"cõºêÛYS²æ—𕱷u§!IÇê
-J¹Qˆï
-p¾j‘&Žo
-`ò‹>K"÷
-‹™:V£‹°úD$lKa×´–ÀóÖ;—Ó‘®-ÔŸŸÌ™Bþ—ûP…œýXH>^AúpÝñŒó:wìñd×G÷ð l¯ >Ýs¯V:¼`Wl¹b”SSc7e›ìMœ´Æ`îå
-ŒÝÀZ
-˜³ËeT×Õó¢’CÂfI ªø¬-tqéúRRN&¢sŽ8«ô®ÿ«Ç:ÄAÖ陃Uw±*?z&pnãè{±Ï=$mB˜±î/û™˜'Ógü £L‡z9êeD|!²dòÊ@Ë´\›6 ëõªœJ·­ 2Ý5-žÅ71Ps†~ëjýÍåÝæû†A¯ —Ð÷Ì_7ökï‹;>*í‘ JçtHOm©NS
-e/,]É᫹EQAž¸#KNvd2éj÷ ÆK¤°I¡YºiôÂû(Bc*„qI¬ò ‹_°Ùm )/2£ðýÙytS×@|
-Èz×2-’LØŸ/¿iÒX­q…s!Ìiݵ‡K)N›w§™Cž+öŸ[ôº›V›¾¹´Œ¦ (82©µ…˹u?›& 㜫0•2í!›å”ù˜·ævÈõ®M‰€D{c/M(º*“Å®·±K®Ü{˜Û4¡ÙkÞFP„"N?«@S ÑÍݸXÅ÷`%xÖ)ÒÉòÆ]t[ ™QÍp‘³ÕU¬ 
-ó§b“!]Žcè÷C¡±ìÒ¶~›j_Óú%Ý ïÂ"ñ92†‰Îo3,NŠ)OË·Ä»ÌPsØì B¦ö5Žµž¬±;sK%éOرÆZc£]ZX8kõÁÒsYãcüë¤Y¨üÍ7 Õ ïœ¢Utáb–íôå%‚J%Îbõä&, ¦µJ`"ÖöŸG§¦êëãUÍ÷cAvÙùöÔ‘çÝ~9k¦gEäQ=ø9ïõ"\5Úª
-«)]H š10#° ‰éˆPý”¾ïÛñ¿êá®#­,
-ò¿·™RAŠ»‚<y,EÅÚáFÿ¤T;”šÖÁàÂÕWDåþªüAýô¸§ñsŠ>I(«ÑËê=ˆ[½¿¦÷(όږq†ŠÜŒrfSÝpxõ–Q
-ç%€†ŸDø¸¾ž?jæYsÀy_½þ
-Æê— xAººBPé'¢…>‰×:V¶¤…˳»S=H¦’(á ¤×2„êb=;¤)a²—™üýæRU(©—–þ¯€Y,â°Ä_b 4sÕ9§M¯ãú«™Ñž#ÔQ¿wWnÇu‰÷éÜ«Qf
-B¨ŸOç &<Ái—wà?1nˆ%/Õ1G
-æ‰íHšÓ¢¢¬Ð
-Q:ÀÀžå½ËÏH¼ä¸0Ï%5.9v¹)Ùþ¸×æ0JèÍM“Óüò1#ÆM[øê`¬—Úq±ÌNú%ƒBã%!y…êqÔ“ù~² ¹8T`;éªc µˆù'd:ÄÀ¼IY¢XMÓ´‰}c4¼‰nQĬ¹Ø+Þé•Ä ¦Ëg\í N¿ùùØö8,Oš–Ùeár·ò | ƒ7É)ÎýKlP6·µuDåÚR¬ÜåKX¼]VÆ.A~EŠäax Û Tç,Êvd¬»î¥PÈÔÍ[r§þ´ŽM韄¥ª?‹ß…]k–­•°j±ªø0­:dœ2šœæ~!SÍ Ed³‹cg4º­zÃ6 tçÑ+Â-úÆ)Ò¯ZÜWb!TѿƪtÃ1©Îû5éÿ¯Âtî “Ãúx0Åu„+
-iåô„ÚL³ê=”"ÉŸe§¬<»o<‹-ÚÝD‚~y4FÌyÙ¢íàÖuÅìÝÐá>°ÍhååÄ#_²È"íõä¡Ì®¦KEÌ. »¯C ÙHúÇ@›7ÁZW@¹ ¶ÙRSxLù9Á CÇ,sPm.Ïü€·¼C#÷nÚ95h¦Ø”ò`ÖÏ;ãÔžÑعAêâôuuµÖ1¿`~N6€bócëMF¡„Fï ²a\ý“ˆŒé áå™RÙž…Tþ#!¯øJ,ÖÚÿ›-…J…Lk‡BÛûc‰!·ò÷ÚoE%ØXÿß6ÉÊ<Å°Ž
-•ŽëÈ×C,»§jåǹ'Ê?7ñ]’„xÉZ#|SÌ6ºz*íók0h™¡$6åÌtðy¨"G.ôøÙÏ›‘;/²S0!gõ2œÝŽ¦ú¡8ŒÖró"~?û˱H¬ç_ð8#`?¸Ä"(€ùdÑB‡ÕßpÒ}‚Dÿ¦€#W.|ïU½7o<¤Ÿsh|Gö®—J€ŠmµQZ›c¹ø•láž.ëc./™ÄçV72lÈÆ –õ–¯úAyókÙ—£XKþ2}ʇôö1e‰³ÚI:“1¥ÈªÜ£x+ÉŠGÄ°ÙÓàÌ·î ¿®æùÓNLBìòêNRå?*Ž:¨0ê_Éø‡FŠ¾r|Ç|CrŽl¯vàûbnøm[ž]‹¨Ô×ÝŽÒ¶97£
-H¡à‰Zšý…µžŸ!Gä©Áü+p4B¯¬ G(IJzÎ ü´oãD'‘½äiüÇôì;×x±cN‘b¦¡÷"X·;òÁÞcT—dÿ|¢@\õà {u°$õ{ˆ‡-Í·+¶Œá·DÕ\ï¬Wá«mhÍ‚öû.ëßð†<}‹¿)êýŬýñeâö'”ί^èË^ü\Jíj|˜¸r°
-°Ž7‡?^r@ \Ìz¶7÷¾çìóIiØzáì$Çï=t"Ž¾Giî&‡~/ço’JÏÅ$ÜL“íðX£Ÿ§«fåú¢}E-RäÓÛ,GÛqøÐá á @êÅs®Ý§—4ô9ÿxŽµÉ‰†+ä¡¢€Éô'ÊÜÀ@AĸIÆI1Œoí#[‡?¡ÏcBB]qŠo‰Énbn™ZÅãzshâ 6e ¶Ÿ6&ÙBÆ
-‚Å¢ýo…Ÿ\ôBãúLØŒ*˦԰~4"²DZ¸_¤U“ß ï0to,ò…:?¼k3œ NÆÄß#¸àtýx1ýÖJÊ £'u0ÈBÅfÿb-ɹE—Þ,³àÜËzäóIˆí››M¸i2í
-- LÒþY°Ók\A8Ì‘1^d?i
-ø•œsKñ½[òÒ¯rª´¸šeç¼AœÉ‹ÑLPd™h‹ÏQ>ºÛ”‚¡ôé™Üè}UCû,ÖkT:ähÆ
-"÷‘™_GN¾¿²‡@™ÉšãRbpĸ©Ù¥¿Vß ßñ³TM7¬×ÏËáèðëeóÙ> ·c \Z²÷¸ñO‡§o+é _}÷óÜXó¨À{'@ÄK·š’Çü³m’A¨I Fvcâ—È}Tûþv”( DÑsĶs¯åW¤Sñ& 7Â2´0QQp Î_~ò#WÑ„kÄ's
-Š¥mM,¤1Zݪ•›ûøíÄcðL¥™XÉÕŠ÷«€°:i4;ž>.M[ÍúJåÞðO¸sPý‘çóË‹>Aª"áõøÏŠÐÆ1%Ç™ßqíÐÃA„Yé8¿Q6hÓxìdÃ)£SŠâ?…m‘óýv·TÎŒ9 GËô>sE ö; 0¦žTp¼îô¥<MR¡û|$J•(àïç¼MWùÇqU²â;¨e¾,Q÷wÈy°Õ‰
-u<ÄÊ”*Üõ¾ú¾‰sp»÷Àë¥rï(ú|%ñ"hÅ…¨“$
-E¦ˆc[¿ò²çFõÍèi”°ˆÒØäz13•ñBPWT*Vf°||ÝbäÚëãei÷>þívÏiž;•}§Í*ê±w7’g¦*k'"ˆ¿ûCîÏ.‰Šx³¢³°o°LžÑ{¶ûlŸ­¾4œãg¤ywŽ}zAÝ¿wpöÌV/ãƒ\ü6¶ÀÚÂGQ÷^ºÍãm'™JZ§p‘àtQp5ºÀw4[=Úæ\ð8Ǹ–‘x‡–:.,’¬iÆí£¡'õ©ºD(Îò·|‡‚zC¯£À¨äÖ „VÃSÙ"¾†–+”;,xû#"ßfÃIüÜ)Ñ>&Â*´è¿|§F-Pá3æÅÛ„ŠDÿ"î¤# DÇéž¾SòðƒŸh…J=Œ a§Ý‚×±ÁkâÙËJ?^‰JNnDX Á­[Qì•¥s7CÒɧ§;oŒ]k›þA”‡:[Ølf
-ÛÕ &fÒïÞ/5ŸÕ‰ðP’'þ¡ÁŠ¼˜qOkÂS䛕òãʪ)zΨuO-û)}ý)vH9F5£é¢wûT¿w.RÛ—í4+;ž. ð Q ñ ûÐïüà#¥}ŸÍQ“·ÃÔø0‰}ÊäùêÁªÍËâçWŽ ª ÷:‹¦Üp“ðpê=ú R†5UÍлÁ™bJÍ×ņNÞÓIÚù„£7äµD«{øù¦’Ú‰\aTGï4 ¨§Þ°
-Ò¹üÈPrRÌÜo91àš,cí¤…ùðˆó’^¾Uµ>A[>Zg÷@Ý@ŸëEC.7‰þÝe6† ‡#HC îŒ#©°‚ã‡9/ù/ð³‚}O·qÃüæNR$ÃÞzv‡¦±ìFÀÔ¼ýŸIúdŠíë‚\’oÆ¿+ð¦¦\2¶¿¼7«0Q2+“³EÁzI=„lçŸMèºë
-êp-¬ÄÝöÑ+tm!"ï7<8›Z–êF= ïÃùz·}(QQ(m”©E‚z1ÅݘPÌ·®ô5.
-?QDÕ™¸œ· ž˜8›Oƒœ•oSE°‡rôp‘<Ì©*£¿¢ÈÅÓdiUz›ãBé†f^ӺǨ¿#ú Ø"þ7OeðqÛÙTG=%Ögø1TÇ廆‰¥=ÇÁ”øBì¶æÊRéefÅÉ-÷‡kJ~Ý.$&åø¾aÒ±$–çÓ£þó­2xoÞù®$µèç”Újä”cŒ3ZжÏkˆ©bXAUï{kE©¯½œNP¨xhÊ>y,îåK0kùâÒ.5Á.$ÕkYb¸׋r(…ØŸxl)ªbÜû®šTˆOFnMWVâôQø£yʬN)Œ€Xù@µ‡õ×ÒïÊö×4š#—J¨ÈN]8úo‘â !U¢%"ß] µô|þøÅ|r~?fzLË£7ÇñVŸ);óscËâ*šÔRâƒ9à=ðþ^ú°Õum¯‰½q‰HàFB½o×[Îi†sDŠ=ó  ê«ïÀ­Ëµ%I×_ çR
-å½\ÓksfÀåCðÚpé¼Ñ¯0`1ZÔ
-Ñ®J†ã›ˆ%ä-“cÕÕNÅk4òJ^wÜö9jírtÔ&t„¼Ó\}z(í6ŲÏÄê×ÉVhQÏ:Ê^…Æ÷n¿¤ù’Þ Y• =æf9Þ‚Pmrè¸+6è1µýVØ·£±:HNBõ©7¯°rɆrXdüÀ³A¨2ÎÊÇþ óÌ÷"
-ØØ×9Š6I½Ã¡Ó:È?T}q£q`äÚ*4F,û\Ö[Ü@Щ»%s@vDîËÓãï¸ä³™µa¬6ôS"`×Ã.þüÌ—To³E?"Á æOê)öÁÓÈË ¬E\Zyµ¥[tH
-ÆaÕë%mâ¼»U­ÈŸ%ñ ?uƒòZ°˜Êƒb•ø™4ÇêѹgŽå'ã$Ûr!Љ çÕ ntzßù{¤­ÓWGÕE¤-’OI^Z#<qÏbïz»(¦0ývS[Ž§Â‘ÊíMºß½Þ0}%œ ÒãÅ’Æt z²›ÍöÛ ä¥€' è ¡
-&ÖîìPÒ BaãwæÛ>?§~õ?åõ*I&M‹GŠ›ÌGsÞ}|b×$¡]›f*ÜxÝm•‘èªÀî>Rw6¼ˆüi½ZŒÀ"Ý¿ǶVÝ`Vq£ø¤ˆé&)#ó©eÆÖñMLëSgq`Ï”–61c¿
-:B™[¶RÖacgé¶yÕC×BÂÌgœ©@íŒzÈäm;¹Ìf"Q…ÔÒ`ù‡°nzÒwo\FY!õ|[ +!ù´
-t r@Å·h“Ž‚¡j–<ï2éÒ !†@€Þo‡c™2 E Vžg…Èdâíò·5­’Š#¥X9B:6úãßtW }LÄÁdª%¦É,1²ÃR¬5fö$d—tu‰m¸¦”öÈfƒÍÒKa˜MÔK|á?¸ùÏߌ²$¸$~2P²|ÕígªxLrÛ_ã¯qõÓÒZ½EÙc ƒCD º<¿H.û¯r\*(kOŒiú c>¸~¿-.uxZr½8îô42ñFèÖDâÜK±~u'm²HÇD¬Z ù–6TÇ€g…cƒ÷»‰Ì
-‚MCÁÙ[št¯gת—\
-OJ×±–¬• - ºCöÂW—š‰‘® jÒ¿J’:xM‹ïJw¬K^GYñAg¸ãÇiDÇ1+Ž…|ÄRb‰øµÇN•óš ï¬Ð0_ú½b?aO'žä]y׼̢­Aä|iüô7ø‹è¾V¢¬¡Äâ=‡ÑQ›a/àkn)oÍ6ç3§#QÊ%•àjDÁëãzž½ŸmN©o!Wf{$E{š†—„²©¢˜žÍf·žIP~æuYJ¼¤Lü¥éÎ6ÌaX|Šé1ôÌ­üó| ·
-Ãì§P£Oî)ŸR0Ë1ö¡ùûX Ã6ëje8FǼGæ« ì€ ìž¨K“R‡†Ãªî’j*òØé»>×1\¿Öh9l±-ü¡M9Äè®Ñ$&㨧È1ÊÓ H”¤9ôL|ãVõ~ŽqèÜÎ9Ô F1|ìÃÈÜŠ³Áˆ´ŒæjuR•G‘°'i¾¸÷²†™Jáâ3È­&…qÃPíwg™{ulSÄ~ί£rëÚ­0ßæÄI1râv[oÖ¿ö¤u Ùvmÿs’ÛÚþî j¡ãæ«@»h]½­%öL™¬qû"?'½ä+ŒÚ°>ݵ°í?º©Š;éí+ž$7øºù×,
-_h³O¯T.†ÉìþŒ :V
-{~@_¾KLÏéÛâ3"·àÛJ)[¡AŸúÄ—f-‰ãVJŸAî]»S–ZÈçÎle
-m0ÏJœ¶¡±ƒËìœÑJ¤fMŠŽ2TbNç‹Aæ¯Ø?‰ïidó8Mé¤, =ý_ÍaâiîºýŸ×î'pm7x䲕@˜ÝÉ{ÕÃ#ž°óE¤»ÆHè6ï]é?Á í¢'4cëäÊ‚k¤¸ÇÔÌ%õÇpj ŽAˆ‘iýº²
-}Üwâ­œœ°¸k™'b¸D¶£ËUš9A.9OE–C¬JsGå)RêG 99@´ŒMË6PWj Î/'Âö{ƒwTœÐlemfÒK–¦šïÁ
-endstream
-endobj
-415 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1952 0 R
-/FirstChar 2
-/LastChar 150
-/Widths 1967 0 R
-/BaseFont /HJCFNW+NimbusRomNo9L-Medi
-/FontDescriptor 413 0 R
->> endobj
-413 0 obj <<
-/Ascent 690
-/CapHeight 690
-/Descent -209
-/FontName /HJCFNW+NimbusRomNo9L-Medi
-/ItalicAngle 0
-/StemV 140
-/XHeight 461
-/FontBBox [-168 -341 1000 960]
-/Flags 4
-/CharSet (/fi/comma/period/zero/one/two/three/four/five/six/seven/eight/nine/question/A/C/D/E/F/H/I/L/M/O/P/R/S/T/U/W/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/endash)
-/FontFile 414 0 R
->> endobj
-1967 0 obj
-[556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 250 0 250 0 500 500 500 500 500 500 500 500 500 500 0 0 0 0 0 500 0 722 0 722 722 667 611 0 778 389 0 0 667 944 0 778 611 0 722 556 667 722 0 1000 0 0 0 0 0 0 0 0 0 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 0 444 389 333 556 500 722 500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 ]
-endobj
-411 0 obj <<
-/Length1 1006
-/Length2 2590
-/Length3 532
-/Length 3289
-/Filter /FlateDecode
->>
-stream
-xÚíTy<T{'Ê–1ä)ÛÌ`¬—ȾF¡‹ÆÌÁdfa$Kx¯uB7[–ÈZÙJÆ*K–¸T¶Be¯DDDé=uïí¾·÷Ï÷ýëý¼çüsžï÷û{žïyžçy{ŒŠžâ šQÈt”*J0¶Å¸ 
-‰Àñ¯'hÀqR@¼*?
-à 8:à zÈüˆ¯Ž,É^@ëwÏðû“
-
-©ŠD¢ !tÿùäöC1S2Ž‚'½5´&€¥R±AüÐAF2d rŒP%SèÐ
-UôþºëP±¿šh
-Qµf§»,4´ 6ˆ¢DŽ<1Nüx…ÏîáŽ85[Fõ‡ÔZŸ o°é·ûÌ &ÃI;÷eŸsp«ágÚmí`Ý›oóÓX>÷®nªyþ<NÿW/ T˜hPÁTàA¬ünZ˜QÙoŠM³
-bÝãœØg{<gO•EúÍpJLrÉß­à.*¹gkÜ|y¾Ü~§âûßହ”[MgÅ’‹Ýý3丌ò;ï‡DòúçpvëÒ•m4¤vT+îô^xˆ|š’ýx͹ZñÅÕÒ癫sõÌ1Öü…îu6È0Ží¬Òdm¦ ¾þà|×%äÃZtï‘\NBÔÏØ(ùx„2ÛÚ¢œÅÞùڒê£( a7'™LÔ1ÐÆŸ´¹‰k?ót-‹rêYJÁÞÉ*æ¬û†eåîK /FûN‰I¢ª~Ù?lȽ:¨VسîƒÓáâlß°ÚXÓ/«ÅÃ{.ÆìÚ¸S·¨NöäwŸ{›õ¡Ì,z¡ïÌíWAÃ]¤Üú£uÁ’Pf3ú|…,š0Òw3²B;pBéÅzÞs¿¥O
-øUÉXŸõ‚ö|= ½{N&Z‚S×=­«ž–\'ÐRo`⻬•Dàò×]áËN]—47ŠJÞ"e*ßS|6z!ýþBéÚw‹=†8R ÏÌ8ÝÀmöé×Sc
-5ÐOªºL€G’â»ÅH3²DàM¨(¦­H^†–lµ¼”ƒÃ‹#±¤Æ«$í¡!»E„g +¢dã$ÃB!C+*(Þ¢A2×W–7¦*§- EœÖMë
-ãœCŠq_äT™S¨ñŠ¨Ý~õö®˜í±ƒÌŸ¨ˆ2aAD™kÌÚ3K<³¯Ÿ#Dkë…¼dãÑX
-O<3]·z~g°ž¾üú^‹gzLÛ2öhºq‡Ôºu²HŒ(†ëv+ÚðèÏ©1§¢ZÞÙ´ºÞ%*Å´®Iš•ÇÜNäHê}”Ï×:ôe%kÅÃn’š¶WK•)ÿËRí®´¬nCc¹î
-Ÿàâ}›ÀÞP>E÷ɽK¥ ÷ŽkÕEÞÇx°?÷›“6 r´|rt%ÚN"'F3›tŒÍãdk±LwÕ‚£HPðÁÚ›·®h0¹ƒ ŠC<&l9#Ã
-ÙuÞŠ«¬ñ™ø&|ï²xÖ k“á³å—žûY© _'‡û¶U>ÔNâM—­6æ™÷sJÐá6x•È|ÙAùðÔ¤uÃ2ípŸÒõ ½»¼zgÖ é‘>¤áPÞ¤;Ò\5 U9ï”Ì“?¦1õƒ5§T5’‰óGiÅ:£#O‚nl¥Î&_X¯²qÉß38ø6C-ÆÜ&¶XÑ%[Æ“›ù^^Z¾n“ßES5ìrÙù¶FbŸ K»v[„S}nºÂ6Ÿk CíU/ÆÖ-8üVêîÁoŒÖH¤ôÙ‰ûÜêðf°uTýê´`&¯I®+áquH^ÅdwûjLöÓ¯Þ‡ÄO¬·´†kÚi—_A×™GŒê1ªN.D¯‡¾…´æ^(Ë^,én÷ìÄŽhõ
-™ƒÑêÙ(ë7ú°HKeßJStµ‘éâÁbå
-endstream
-endobj
-412 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1968 0 R
-/FirstChar 0
-/LastChar 112
-/Widths 1969 0 R
-/BaseFont /ZHSJUO+CMSY10
-/FontDescriptor 410 0 R
->> endobj
-410 0 obj <<
-/Ascent 750
-/CapHeight 683
-/Descent -194
-/FontName /ZHSJUO+CMSY10
-/ItalicAngle -14.035
-/StemV 85
-/XHeight 431
-/FontBBox [-29 -960 1116 775]
-/Flags 4
-/CharSet (/minus/periodcentered/multiply/asteriskmath/plusminus/lessequal/greaterequal/A/M/S/angbracketleft/angbracketright/radical)
-/FontFile 411 0 R
->> endobj
-1969 0 obj
-[778 278 778 500 0 0 778 0 0 0 0 0 0 0 0 0 0 0 0 0 778 778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 798 0 0 0 0 0 0 0 0 0 0 0 1201 0 0 0 0 0 606 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 389 389 0 0 0 0 0 0 833 ]
-endobj
-1968 0 obj <<
-/Type /Encoding
-/Differences [ 0 /minus/periodcentered/multiply/asteriskmath 4/.notdef 6/plusminus 7/.notdef 20/lessequal/greaterequal 22/.notdef 65/A 66/.notdef 77/M 78/.notdef 83/S 84/.notdef 104/angbracketleft/angbracketright 106/.notdef 112/radical 113/.notdef]
->> endobj
-408 0 obj <<
-/Length1 1630
-/Length2 19703
-/Length3 532
-/Length 20616
-/Filter /FlateDecode
->>
-stream
-xÚ¬ºspfo·&vlû‰mÛ¶m[OÔ±mÛèØNǶŽÙéØÉ׿÷3gê|3ÿÌœ?vÕ¾®…kÝ«jWmrb%Uza3Gs G =3@ÁÚÞÄÍUÅÑ^Á‘[Ž^ÅÜÒ ðWÎKN.êbn ´vt3šó
- RWѤ¦¥¥ûOÉ?&
-³65wp5§X8º
-
-`al÷·gÿ’«;˜™»ØY;˜ÿåö_mÐ331ýš•µ©­Ã?$°ÿ[eî`ö_+øK׿ògÔPPÒQ× ýß,Ø*ý š—ÓßÜþG5òŽfÿóðŒˆˆ£'À›ž™ƒ @ÏÂÅü÷þýMˆ›…Í÷ò_@Ìÿy–7ºX{tÿÖÍÄü¯êÿÇóŸ'ýÿ#î`êhöÏè¨ÌþNÛÿü£6usqùKò¿Àߪÿãü¯¹77÷47…]_q4å ±ÉÈÎÖcåL‰éô1ƒ„:•7©•Ô:öúgDìqW½×…24Ïð|vx-Ÿ;}ÊÐõaÚQö¦™ÿ.Ä÷%¥î/BÙ¦èâ¤=
-b4(GȼЌñ¾^’Û…Ðá`Ò8ú5¥¬bPöþ`¦‹Õúú‰:€Ô½(
-ó4$Ç–n–¤8T¦Ô£•œßp¬(…®Q(Àïû¦ÈÖ˜kg†äº²#uõ¼^UúÊÑÂ%)Z(4è¬}¢&~/,ŠŸ$ɆŠöÑщµ©M
-ÐBQl—qÕ‚æ­µäda~g VÏ„¢.÷’p¿›W~þ–Ñø9ßæ’€âMÒøæ6Îuk
-i½ç¿ã"œ€-Zföìûµ´ :×æäwMì—RþŠLE¹vZótmß—xýzÒc‡Ü´•5ê³s*Y)?véIF¨ÍOqùÝÈÚX¹¨V•|•ã,´grÇZ3?é÷%‰¬¥æï-³r5õ. ý{D¹“Žì»“Çø÷´—Õ¯﹆Oբܖ^7øÙ 1¬EüR­xõÌ "†0–ºê9%Lt „§´®9}Ȥ½ŠD/}„‘ ÚSåF(í{­ 9ù£”I¥'Ëkq/ñ¹iðiªrÜ9jaUaHE{+£C²êÕÀe/' ¼dÒ×ÛÖñ›¨yO7µyCÞÆúÞÅŸVÀ¦°ÎzPúCmðú(²¨…æ‰<Å)·æ¨xd°('¸Žh
-©£DcYúgѽGÕ³O˜l*æ ¢Ç>ïR º}qߥV‚«7÷ %rà#qVyô¡
-§\Ý­`'aÀJ`P3z¬oŠ"X‘”¬é´±Îò¾ƒ6Q
- UžÅ•„j¥×Ê[§·žv=â§|;Ã\¶¤]H?­~w˜¥' ¬ ±¶õ±k é t¢×,v o&¢ÊÁÎ’œñ½ý‘B8`Î$Lp[ iù’Í¢t<„5bV4§.½Éðàr“ÜÐO+Á>Фt’ØÑÒºdij<Éqû¦™î_½ÍpT>΂
-ˆÈùô+úV^5ÄÍ×z-ù“¤SƒËŠ™æ:8¤¶b€’ýôM~"hÍ<y1ñ›9wN÷úø1’ÄÛ­scÃe@0]ŸZgËDÀ’AAqÀ²½^Ó:ìiŽÔtBÃIµ1eÙfñé¹ÐØíH`®Ç%âžãʹ~ÌÌiZ`ÓºT©Íã]"ìgHëè^ [¿V«PsíDËíªc_Ö]æfã¢Çàu¯.ã8¬áyí7íe,?Ô«$m‡ïrœÉÔ5M–/´·aYYéÜqð€‡?X¹mMm´áå­½ŠsÌ,/Pz”D
- >&€ÙŒ H“§²â¦ä·YñO¢©¦Öä4†µö¹­£!:—†'ë'îß\=È»'3G~G  ÌYÇ°z?¤,Hƒ|NZR¹’TÐðÒ£Ÿ§lx„
-è·šœ:[U_
-rAQŽ—r<ÞÓr ‡q~#žóôtÈ>è—|Õ³²` Ý·Óå i”;¼[„àY¬õ¯žn”ÈÔêÿâ:-FùÑëb•
-WÑudBif ·0ë,&Ý°.XC ³½g, z€[0—Iz'y¤™æg“Qd'èjÚ#N±“îJ6?×½b®†¤2GºŽ—@ÿk#+•Ÿ‡L®ê»qöîè¹vI²üF9×xì¨Ó·ìâSlþÅóËØj]OÞ©T|@ô¢‚î9¦ B·ÎWý1hŸžDˆiÚ?™t´’¢k\ηÉÉs†Ñ|R³Óì–™ÝofXÍUñoÙf{EÓFë–öH¿Aw¸?ƒ7û l¥· ²ò?TåV¾iÐðžU#nK …of_L)¶N_%ÆZn|å‡i¤¸MÁ
-Æ3È ¤5‰g(Î'f!»döQ#gt­Ö´´)ù§~Óg£lØF DÛNãûUÏ(ŸÝ'OÒê圚>,a±+;Ä…`ò¼?¤ù´­ŸÍiÇMÜžD>œçÆÊÃ=%]Ú-@@ä2çí¿“ì·QšXFdïC‡ŒÕl±‹Uõ ùÌ#§Ô¾¹œÙ}—ן‚n!‘4øjšŒOé¤[óFâ n8õX¸4AÒQUtñ0œ‚¶‹/ðEÛöPøÀÎÚ S·Ê&4S¶”V Ô¾%'Ëü´Zœú™úÑ¿-³FWlÚçõN¬³!Bô÷8A¡*aÃIm
-ÞK¯²jå¦I»‡0^¿ËÖ«}™TÙ™Z¯gÁdõctˆãy¼;bïÔ}Ž¯ùøúܤ‘§¡‘ݺƒ6ûCšäµâÞsB¨ÅÞÃgíF1yÃÁ|.Ê"®jV†W²Q”Sî6êG’†î<#ÁÛYZð• <¸ðç6M¦= îÚ-aõ b3Ekß
-GC]8xá¼¹wz¹4_×N:ŸÍókÁ"6ùn±>=ƒßLÙVE–¨üqÿÒ‘õÁiÅL°OnJËë0I9)
-ö¥(Ï&/‘Ô~Ô
-ﵦ«M3çë Ì
-Û¯óÒl¹»¯ w¡q£j|“%.Pp­^´mòÅÀzS°Ó^KÁd¾àýØóŽ"{I8óï…·½6qć±²QB8™ }q Iî×Z˜>ØOŠ$’]Jˆÿ,Rœõe<xNã-îÜÜŠôÝ»çP:ÞÌy<!Ý2O%–šjb ÃÊ«Ú2éUĆuÚ³B N×tƒÉL„¡äë%Œ‰rD|À,^9ÃÃ>HI@í)øS@–Õ3•¶í&v'„ù»7<èä[Özl2,N^·¬ôwv†õ¤Ì„Ë»§Ø:J4×ïpãüd|_õ™çÊlk¦úŒ.Ó t K«ñè˜Ê¥;eŒ]éÔFºÔF6p9C þ,ºÂñ~âJ%ò·oÌ•¬RŠzà ܛE߀C¼„(ôQÙÈÐ]ì¬FÛÂyÃBæ?88A°ÀWùïCûKFäb„j£šÝŽîžØë™sʵdH˜³ÛYs¹Ëg+ݼº!„ÚÛnÌ]ó.yÙ[&÷ÑÛÓâ!$(1MʼñÝq<ê´ÎNyüï¾rŠúüŒ†Z•Õ5
-\a¸WXw¶°oÇÙõ
-»âÜKÔµŒSã‘`#™xMšgm¶j÷ﵿ¢ÁžL)ûM</6DINŒ©yV3–DŽµ3oS „/èœ8B%¸lø½sN2q°´ºJWP r‰)0ÚæIõ¸Ôò±ûm¦Sÿ$Kš›‡e±
-Â#ÓÜŒ·‡÷sj ü[£º¦
-9”'“šHc_–ãPÅn¾÷-Q‚iýˆ½vºTÖÊl1VñÙ!dëjØØU,!ì¼"”-xÌç—@††¸eD7¯ZƒÖü6-PÊÝ5{qÆG£Ô‘ºœ4_Xí‘´þfãM-pB’µŒ„’„ÁJçÍht^v @ sE¾ÿ='ÔS¯§8„½¶‹Œ7¿5•“Cx²¥×\o~Ðx⯬÷GÛÊËE¸¥óÛ¯ÔY,Ž_Ñ澬ÁŽ-›6û_7kyŽvŠW[B/¼lîÞ%z²8z2}(' n•
-G­Ò]j÷IÞÏ"‚Gi—¸,Ò aŸ1šm9Eûü¶&”^ïFO"´=p?yÁÝbÕdACâjx¸ú^ˆôÃøV<Z²®e˜ºA¯1å í-üëºXéÔ!‚ö{üÌXF«ûMq¥t£hÚ}ÊON!³ÍSAôú‹?G¸rgí2Àg¶«áæOÀžôK¥DÓšòȸ73oå©•¯ðpvL´xVCȨÜ@1NqÏ$ÁÝ—+ÁêJ‚‹DVKGÓ˜iîÁP:])5œ ß“èïfÚ o|Ô+ëÁüi½ÌÓWq`^L)$ì±2 “O»=ÅLy¹®/*AŸÃgwÞ8;A×Ä„&±0H™i!˜î^ÙWÝ[óû’èDe9Xyy¸ïÞ¯Î#ïHÙ ÚʾG†Ê™ˆÝn8³ÞK;hV¹Nt«q&]*¾âPñ&„žDzzC:AjM’ùŒžÛåÐr‘´LÕ'vœ&ooŽXUí§(›· «Z
-×|»Ë©Ç+=ÅÆÝ0ãAiúÃ@ò]»Öƒöf_J ÈWàwqèÖhœØŠwÉõX_o!ÍHoo¨©z»uáý\¦76ŠrIHë›#-±±çú»•# F0Ójew;'hqh˜¸,¼õΘÄ裇qˆržöëÎ…[Jc1¶¤}Ú.t·k”Òk˜§;“ÖYD}äÏhDj+ÖUr°ð¥ø·„<iˆ™•º¦óDn짗*¸œ1æÙ%Ø+vÁwFcO¨_Ôç/ ØcŠoÅßÞ „¬%ä%,yÇäè`^×ì*Ö|“Ù¾§ ™¬Ëû5‡x9¼å×Ü]Ü 7û(öÄ*“@buqûÀºãÜvo¡]|‡¨P*ÐF~ïÔ1<sO8Dfã@ÆÖVïp[Mjd~G@K3Xšèˆ .`ë·Wº^9
-ÌfP@­#åw$´è…ëq2–vÇÎ+ç—‰¿¤FÝ3$–‰žo™9N¥4èÃæÇÁ&³à/øc½%ÆCÿÄ·¶>ÿÐŽžº±™Îñ ~4˜IcÖ˜uzÕN=vó2ˆ°*]#Ô?ÆÌ:þL§â AŠ­Ö4.¸çF,äÁ(ÊÀó,—` ‚SËv2‹ãnŒŽy„àQtjé‹Æ’×·
-œ»nVmí…HƵ²¾4nrÈ1S®)º-GFæ…Ó’öïÝ1vvú©ù*Ý´/:ñ‘äÎæð"UÄ*›M©®a– sêÞG ¹¾7 ç¹
-fš.CIf…Ñ"«g¨0$gâ§ÿœ5“À
-mO3ÈŠ/ÜÇohÌÞqÑ)òB›5˜½rsœ‰¨1mî “Íë1#!⪸PC¿ú¬Çîþ2ó’ïM<îÿMŒÁZý ÉôÌÖØ^Ĉ.ªH.œCíŽ#n¡ü>ezAº:ÆGÊÏŠA»‘îO÷Ë¢»4Z¡Ïè·µ-k&BÈè}_©PÎ$eIYݪnîíê¤4Ö4¹”`²iÓx±VÚï¸NÕ¢ûÐÂ2îW£#ú:˜{ò*íúV‚)xgìà I0NÄ»4Æ™ûxWPÖn® VƇEA(\>þF1•Z¢ýÇzíiúe"½é“?ŒwþÓW{nûœcSWñºÞ¥tz^ÙõbK*§þý2;‡"éÓ|*sEoœåÍÔyqéh.‘ë*–t±ñbuG† póZuÅn)ÙhÂÄŒMmo¬ ÇÍÌH*/jK\ã
-º¡Í­­‹¡äÌ­y_]ÌÒ3©Q[RŸÌGà×û „V
-§…+sG´ƒ™\–w¦îSÝ{óü|ý2˜˜d9ˆ£„‰’™?g±ÕÑã­x»|±´mhsüš‡S™ß­¥÷z¡þ‡ÅWÙ¨BY4£ÿn>Euœ§üÆH³‡ûžiC ö›˜[½:ˆpþ¸¼p=´+±»„ô)«~ñôæ0xWÿ˜hHywIv[ìgq\£°S5òkcÆ[[óŽ¸:|Gœ;Èa‹åt„cÇ:¸–°»‹V—ÌléŸI?G³¾JxCÂ…n²67©›ã¡˜wIï_‚kcõ|q¨%'CÆÛ7õegÝ2…£¡h_Š!QíFÚí¢É5mù00];IôÖçMáâÒ?®IêÈLâ;tLÄ:Úñ} 1Ìç…»NÇ_ÐéùE8ß -X>6g—@ª\Èø$–ïU„©Y¬¥Z1æa6i«Ì æŒ œçÂwã7|ÇÝ}¼)xG¶oñ97°6‚ŸbN°Ô´Æ†²äˆ”y¤ö„HT('9š¤…ü¸CKJIórAR\O¡'§  ÊÎÎ~Õ%_m'|ó[ÁwR˜3ä›DÊîÜ[Õ` êô"°Jçü|B |(¼*KˆŸ€˜®}ÏÆïzmœ<±b8;ÆÓ`¼¸ücX£Êg_GgÈVì6÷÷ÈM<¹Æ`»ÕÐÉæ:q¼•F ÐfbG¹A±}vW)°E»1k¼Ü-ó‡GlwB©7dúò \uµëõ'7Öø©÷–7°î9àjŽšÉcyËKQ¸‚YEÇÙmüðMBuzs_å« «k- ·ÚmàÅÔYԨрž%ÁÐá\tÜ¢¬¥·Ëz§*'옽“]íƒoŽ€MÃ]—9 \·ÜmoÜtZúQù,­ªAlx|`Æ?­(Ò›¦àVàù..‘‡œêµX€—ïß;«ÐŠãj—à×$XUÂϤ7œ R % ØNIkßä̓4W1 ŠUðR(tjY™t« Ü¯aËü³Ô[ êL5l ¡'M"(©¤3GMyò1Àðo¶¤[Y~VáWÍ®þ¾Ô佇ÿÂ
-ûÑF.ŽôÞ <}øXÛ (ð1`韭/©ýø­…Θ×
-cÕV IüëÎb†3^Óc^˜Î`dFÈP˜ ¬<Iúñ“wÄÂÞZc¹™<:ÕQMŠI6ø˜ÉÆdS<ñϺªãüûŽF7‘`ŽÑBµeͪ¶ëÒWnP0ü3”ÉjP–ÑqÝ“ñk⟎Shãæ’r ü–'áÚd²ï)äGn¿î7Cò®Ò&+‹†³yjúŒç½iE¿Uç ÒYùdÍØð†ÞÙÅjøDo(ÉÕp¸n Õ,^UÈʆŸ‚bn­„ Ëí±Ú_xà?F¨9/OZ¥ëOóµ
-¨»ÊZ
-ôoÀ"ž¼òTš÷ªu)HG—Æ -u5U :6bªÞ’[ZÈMô_%xáå|€ŸOÎB‘\_)à¿íLŽ zCÃ3qB$·5Ûü‘ÃÌÁÙçî•‹o!ä{d“$Ò€ U\2tl~$ÊàžAã{¶bŸFZEøüÓÏcpÖ‚­ùY¨ñ ôö16ÕÍ&
- ßÎà $,6ÓDñt’æ¡ŸiU;þÓvXþ
- £‰ÓP¯ÓIØ2ºsgœ~©Ö„:ét´g\N º22
-Ö3L‹îèYAQà~'@˜·HÄ•m}ào\´ÔÂùæ}ɳ/?jëu®.6⽓„pCïdã³Û¾žá‹@Ò0áæ£`o ÿåÖó¡mz ›·ŠD’BWä1Àc°F'¾à¨ÞÏŠŒNAwã²dk›"Ìð¸S܃æþÔ:éq;aé@T’QÁ1ïD•šßðB*"=ä?ÍDNµÁ› lÛœ%F˜rç•žš`Ñy
-d€•ãrö†ÿ<sI»™c™¹°»ÂL¹fêV¸Ó»¢kzÔÓisßØüú¡òŠ±x& .ªt6­TJMqWvñÅ­õ¢[æ7Q¢ÓÙû"-rZT\)²6ÒȪãÊBnÞó©<FB¸Ý¢æeBó@r
-€ØÂßã‡~Øß#éý…᥋bQ°O
-RÖ¨ü‚ððø´×ǽ½ªÑÏžŽ(
-‡8—¦ÏËÑ_cUÉI\Òëß+b.bü(<RSnÖí¢ÅðÍÄ,vƽœ ,Áf‚¦­[!»>6è»"; µcûœ.ôJõÖŠtvðãÜ(Þ ctëæW'rVG›f¯ñà1Ôÿ.¨Ãµ*‘¯9¿2ú 6Âbøs({é3=~³s0,Ùž6X2m³·Ê!ÑXQVÙ˜æ!)À¹Œ5›-ÔâŽ]¸&»""j¯$ÁlNÕN|%ìü¾ml¨²uÕ£­m}ÁBžš{]9&%íJe9[*4è ZEhàIhoªáG.··eòïFé)9öõ§<¶$´à‹O2Ä¡¸+o©›,Ïh=/ø‘SUá[¬«J;9ŒÜÍHÝéQüñ’й4› A›ÃzÙÌœ¤¿ÏÄOÑùšIŸÁð@œTϼ¡]KY—,ÝHºÓÓ‚|g÷ªƒ)ùôÆþjÍž†(Ÿ¬F=•ÙZI`ú8‘}"µÀàüçÁ/ÁæàÆð]I ìuñ)be©Ú±L¯ñk<V‹É™zóm7—‰š-oB[F­Î®p^îÆá$^(kªe;õ5üŠ´Ž/ö»¶L=ZŒúCÜQãÄœ³HÑ“Ç1sr|¨à欯æ’B™C•_Q¸vs#ÞÀl³MX¯kº¼ï;A+°Ž¢‡5:z+Zßœ¡ƒˆ ¼¨T²ÜøÚŸ—RÏšŒÊUëk&ˆÅ ¹„øð(kQ'ŒÕ8ðÎ’• -»y«MZåäy8FžÙ ·z³æ̲¦½1íÁÊO{2Âû؈/NcqIäB}Gã!n.z6˜ ˆT fûv¤Ô¦öèT鞘ÅUzóLk²aóO­Ì=Ý"&Eö–yKkþ‘‹_¸µ#·­l›ÆÅä?a9gŽ§äâyc™˜RÝ‹{,u±L{12Cªöøù›¿½ñ¨YV£ Ì8dr$ˆ"ŸFš¤wKêGN>j¡P/H£Â?†pÍ|½Šìdu}áç(1 '*8ìëÃAaÈS—„Pº¤ô‚ ŠXé³|Ð%ÈßFÄ"™­åÈ2xªýÓó&‚˜E(¹û†£e¶ÃzÕ3(`]}ÙšØk\a6Ò'?Š]ûß7,÷LêŽÌl÷Ó1/ãµDˆa``ä~«<o½ÐO»\k¼òq¼Xk…p'¾`V:èyÛ J­¿^¬Ü·˜´Î ÙØuÞQ{W"ø©´Côs‘m«©'œÄYÖÂfËℾÛ7¿>å «@¨<NN•«A.ù j™ÙÊÖùS íCÕûYÊjë*–Û¾Ph·–ÌqêMNïÈ‚¯9‚' p— *Öµ, 2òi™Ç VV3u‚læ·Ý¦Ð¤ žÖ÷ãŠgàÛ;“ƒ…ÕÍC†ørAU/Q‰"ůÑÞ«_HÕ°½ç^&Ѳ91ÕfmØYÎâwöŒË
-%Ö{f~F©Å[ÞŠ!’>£C¢À¦Ãkc "3eI“Fv»vís²ÌÞYoÑðªóædÝe©Ý]¯%«:»µ¥ýÝQ=$tß]R6›>§l‚­y:²ºLÉ<œL I*`~éGluuÂP§{°öñ½¶²…ç\Ò3O™ƒÖ¼-ŠAÛIA]3;dF¶©];¹\µ'Ò¦õèrIìûñúÉ@TÆŸXƒ —”^ˆ› >¡agS·ãã¦è§Uß7Îö¶<_ g%vqð³çLØDüTðŒŸÂ°á=BïÀÚRc€ˆé
-ÌÚýÎÂ$”¼NÌ/¼kÕ†}T•@'—Û£FqÀ) áØOv’` «aèùŽ°ìJ„È­Ý éí4‚ô4ñÑDdÉì§&á1ˆ\Dåìwü¹°;Ù3+Ë|må\èÞ¯ô×tùÒ…³õ!—‘uWÁò ûá¬ÕºftÆâÈS)V¶p?Á¿Û_t`•-f½«'¸Ê»#2ó-n‘”Ó­,~îkcâr~YÝë~ïS@¿Ý½{MwÕúòtÎÖôÀÞ ¤Séý¤•WoóÜèz/©®[}mšMÐ^ûyª³€-¸üBÂ)·^vÕã\«#·ÈβÙ'ÔÒÒ67HçÎržën>
-„ch·¢UwÉ”©;M3žú®H‘(Ì*d U¸Â±ÔПR?1ªƒ_ûˆp!Hˆ)[PïLÄ¥´­·ž&ƒ½Ï ßC:mßñJS'˜Ü åT„t쨡/.öó}lÜ24?12ôç):qOæ£RÄ­£8”…{îã4Î8­Ù48Ôô«ðêEøØÜ #jÈÂÃë
-gùlËÎ’å¸Q˜M
-—9ãÝX´ê6r±¤°± ¾¡Wdƒªô|?a€O]JÚÔb2ÏøªÒDýy4ñµaZ õcœ3ÕèÄTã¦?>´ÉÔ³5æ ÞÆm±›Þ|:iÿÔUeŠ¯T£¼£×ð„Ow¥ßˆq¹Ly|oÅØ”S°<@œù€Õnzwë©Ï8‡´@ïÙN7ÔCáv=4ÌaZÌlùJÏ·—Q;BIƒ›'œÙÕä1üÜ¥«áL™¬pæûÚl„ ÂÏGC¿_ñó²šQ=»c}°s¡ºìrÂ8Ô³†)çÍ©V†AkÚß ú3€¬±Ÿ²ïI¾£—á[-8px
-‰tt|Ø°H±ÐÕ¥fsxöŠ(ÿ)”v¦¸Ži6 8¤ž`ö¼á NMÄ&\}<‡)zðÖÓ—ÙFGkWöåX{H¹özPF;Z»MGøÆ
-¶Ç
-‘Í‘Õ3Ä~-Õ2ôj´îi\}ƒå“¥/Š¿Ù.& m?ÿ®b,;«j0Œâ«›^JsÁ6DõŽÌ¹ ‡dpö;$̘I“ΰ‹[Å÷x§£¤nLNùdÁÁ߃å‚omYJŠ³Ž™'é‰èÉËT „ÓÎkÆgæÅM:˜T(H\k„D ÊC|¥©?‡œôNÚ}­JÙŽï]"*sr÷£Ô~éG­qÕùM›¾¦4dÂoüŒèÙ‘ ?ù̹рš¾õùPM=©mÝÖ«JóÂéxzÎ÷í#PÁQÝQ [ý¸j=œä8·Òˆanø¥|÷çÆLEX+ôGXD ±ÕöÛ`…ýàÒ*]¨
-„jšWÞ°úœ1,jŸ§¿©eH‡“âwü¨4A ºÏóÖw=}@Ï¢ç
-SQX,;k@h°ì ƒ”Ú¢~ÐzÊ®Vµ
-K›rX Ñ§FÓKÎj4\[/Ñçf€‹Jê:b²“W:äA}±Z˜·\UÅ*gL¥mÚH,R†7xæLJf ©ð`˜e™»l½¯Ì…í7-6rxKN‹è'Â$£ëõ_)û™~¥íM.ñÜ\ÿÓ#FÄËÆuˬÁ¯KZS‘3Ë°Ÿ$cÞƳÿWVÀÄX n0Æ~#û±¥ü¹-àíS§3x “ @ÃÞ2áVÅâ–å\|PÆq¬r—Ê»Ž\°Ü~–m#¶)'` , €•´ÛûMT̆~¼Â1£þòÃëñá·s¬Œ4(rŽKÍz=8ê×
-®¼m£•-EjψŒ€³æcíæΆcÔoºýX…Â5\’PˆÔã®?×ïÔG·4 èä"±JR{3M¬ÀB±-8wÝ¿nµ€ìûà —Ä6!³Ø)ñ`/?=~2ký…ï’ÜZk2FÞÊVþ;|øšu™„ûÔêæžb­÷ÔßAäↃDB¢ô&4{q¿JÎãRÊÙ_s#ÜÌ®y‘HCP¸ë¤)xé Waw.…¯¯# éÐfIî%gíjú(Vì:“÷rççÃ3vUgîxu …µ9–T/ [Ég“Åû
-vÔtUÝ|×tWKƒJtRöÃQ Ø^!•’
-Î3.u‘Ú¥zzF?8á)L>Î(ß¿
-¬¿ý\¿•0Æ5bt(Cˆ']Û
-PõóI1JÓh‚5Òö_¬Mì©iá£ç#É ™®,Ý@W`³J«_©xIªü\ý´A©Åù|)A+±Ke Õ¶¾õxÕ
-7UÝ+ çÁ`\ùžmc#/XbÕf—©lH4ýäm’/<â’WÞSêkäÄæ R¤7‘êYoŽ™"x {èxE­ï
-Ô"y(luý#2Ä14ñ»,'—`S}éÚC©F‚(mœòM´Ä`Âè¹,$(ý"±uX?J„íÝiJ‹ÿ Å
-ÆXB9¡ D3ÜSB±»x'àâr*žbÂo¨àcê­#š>ÁdÒÏ®Õ×jRþ’žŠò "%Laž˜­Œ®-´sMåÎfLñZÐ-†Ð±õNºëªo;õ|½ÿ„rpŠWÆL/±£9·CBs’'ë'çYè>~NJØÊÜe Áë6'GY©!µiV§œe³°\âW
-³.K$&N$yú½D¯oMžOÌvŪæO0[
-ÞOL¥cªF®g[ú4U=?­èÁÒ­°Åo±ÃÜÈ— 9`¹uH¡0{0e&e=Í—RÄ rQ½Àsƒ›;±•¹tPÉ™ |gzúÎ G.^ehàóЛOgLtoz¹ØP¢cU}Bû$œ
-2tˆŸ1³>.iÊ™ñ±.*{L—‚Ç[K|ÆÈwÜ­1V"¾DÏêêߎnf¶º>­üª²AÍü-Em9³g§åOÁ´R¢ÒYX¹]š¨ì1ʳ0 %âèI~˜y,=¾L–=ÑbZKï5I7°Ž³Få/öWù¢@­!‚ Çb8ËŸƒé2Íé×”<þ¿\G`™}Î’ÌlX@³ßˆÙ¶|]µRëúAVõÊe)¡ç÷ Lû}ˆ¿K£¶SÀü0Ïå×›*~¹ØíP´e™Ê,|“8
-²lé‰Ã›|M›íÞ:¸Ý žÊ¿ ÷^v#)zˆ(¤L\ON¬¦s£í):>ülj`ûLVD Ö„×ôÒÔe Üð6€¸k:QoñaWBÞZ—¼y!ëîUéŠE…¨f¦)nîÙ#‹UBf¾˜·Ìþô¼VÞý†rÖÛfÆJ¹¡J¡ R çT‘Fu‹¶Æ,ˆ?x ¡Ü–‡ÜÿUŠé)] µƒ~:î‘RKÒ‡t‡Æ‡RŠ;±bµ
-®±Å:i`2L ©"Ÿ,ŽfDM›÷˜
- OÇ£öl™5˜<³q†öŠ­g9‘G†:lP,+ºWÊøw—ÍòåÔÜñ ñÚ±{€Ë64±‡Z4X­„Xª#ýÁ8v0›ä ¯Ÿ‡ÏJ³§•$Oü,qL€‡Â%&.Bš^¡±GôŒõÚtJÄ›`URì{¿Îª˜i$W£eû±‹SA^{e<¦R þãŠ?wLrk>Õ«ÎJ's%À_`¨l±"}ã¨<€¬¹Z’ÈÕHS%ቾiAô²~º5vEúó[wR{ÉDŒðïHÎýÓ7œzçÒUÈÛíE&üo¾‚HîL)¥§ŠcTÔ]ì“¥ßÁñ.fàÅu³ @ÑĦ1eælLÔôrlÿ¿væú`
-£‰V%…•¡HÁ™Kÿ£8ãÃõ OɈ/]ûÝæñäm’Âfñý„%ˆšØ–£ª…“ÐDø ÷uõ’̈ÏjÓúUzòÏ"çÙV®jbÉjs3 hKµK…àü¤Wʶѷ›èh.Ÿhô‰¶èø¶8ü¦Ô…Ë΃‘ô€$¢ðÀmÚž
-S½B‡BôÖIn»cf?úZ}‹©s¸¦™ !û>^·ŠÎ’š^,ÑDlµo(h÷f0C¬kk#ðJÊ뻨kÉý¨僚½X~¨â4ÅóQ í‘Öc­–Ö…(¯ 9y(€î‘m—mÌ4„òhÛ€îN²áÞvi‚ËHgRåø¡ÓB3jéäì±ë‡
-ÕJ‹n¥˜ð Å„àFtÂL¯÷õÌÔ=ƒbºÓFOü3þËÿ!¸*§ýw÷y]¾Û-µ— àöÄ)üûÜQaoÏ—¹"ïKzîê•[êésÅ#Ç2< „<ˆÕ‰k —6§­×¬ho_àHý±V&(Œ Â!äÁ~§:!èéCxVšÈúC,ÿpÍBr„|X™) È+®{'’Ý1SL쥭ŸobŠ±êf©†ö¯p„„ç%r‘IËŒ-s ý:º YzÎ/v<~Kâ”vAЬ¤c4[õuw×_
-ëþ}JõÓ;åüÁ½{]¹¢pƒŸñ²fx:yD¾¯¯Š‹x“bóËó$~Hšó»I¸iLð%±žI°8<½y]ì<âU·GãY„çrQäfd;2_Ö†r²üQ´&æÅ_btg%/y‘m¢½Ýâ_š\–ðˆ\G-'Oߺp>Ųeg`z`8 ÀpÑUüÚg)@–3æ!󂢬ï?=ö’ ÇÛ¢6$ù:k Uó0爔j/12•∠Ò/ÈÚtæMÕ™¿J"Öí#iÖü»>ܱQ(눕pR\‡6‰ìõHÿHuW¢i§‡(ãÅ r'›J_›oÇSJ,ËN{õ»D JÙ*ø ùðBÕ•·ëëwZ“º}‚ŽûÚÒa£ßÜ,ø©–“½Ÿç Þ´=w1öX:î{ß}Ì#,à@ëÕB1˜°B¹=ŠÄÈwÍ}Žó÷ò†º4I^FŽqʹŒ¼.# -¿à³VÄ6HOj/ج˜ÕM aƒ&¡”wË·ÿ@oñhi=+©ƒ³˜¹ñ rÄ|ù2ù’{Ãzá/Å´.ß~®fKAÎÓ—zì`4‚»Î‰¿D ›6Æù2‚;4ÌN¿ŠÍ›•ö®âxò6(XdaSûÛFU—~r£í º3ƒÞfÐ[âUém%ñRˆIÐéÍ¡áDR¶& Šœ¦/Š^s§08¸Ê8 —”…__^+öû"Ð(ê6劼ʕÅPë!iÆšÞaœ§;|7Ìvt¯!VÀq^­ËvtÝ;™²Wؤ®Y ÎF_ë³%[«ôFgßÖÛœ'íõ"rÿÝ'Av•ü,ŽdØ
-GÛÞÌc0É|ôZï{ŒœÍ’£¨P("KvEq¶îh¿’
-+ùòýéÉÙ¶f0f¢Ä`+íí”ÉA/ãÃUß7¬‰¾¶ãç‚qa×”™»絎 š bK5éº"N’Öð—e~SPNy1'cMü9dS«µ›Ž2„Íóð­Æñb65$‡ìϽC…ÿ7 èûÙèì
-d@kÐw™Ç¬{kª }憅¨Õ©°6X + QžÔÛ\>¢Šn€·¹mÜ¡$°ÏJÝÍ"÷œM?wkž.ùêï8Sˆ¾rm^Þ‰Ø#ë=Áƒž43дU†Ðœ?ºD¾#lo™Nîz²%:’àÕûŸ¹—È}†)7gšo\.nA‰Y¬héî;/ Üyí¹èh?ê¤ÛO½-ïºR!É-u¹¬UÉ\³„ª8™°¬Ÿ®¡¢(ÏøR°“ úc½{×X§D¿/„Õ–¾u™}óP+Œ¿èÇIïñŠb: b6R4[R´£ÙÅ_H9øF·ŒÖö}¾ËD}ð¥„bݳpŠŠ¿4QMêl›=•h,H†Å§³ˆ®f:0€Õ6ê¯þ¤J/Ûiø—DãÂB"túâ0Âh#ú¡]Ô mIÚG]ËrXEÛÍöºº½eú5r>|{]$MA‡’ñ’C_5ÞžH¸ñfmÉJ¼&Qv
-ž´‰’âÌŠâ i¾i ¯_žÛ8© Ä4xÏÅ­”ÁÉ„Ì’ÌZ$¿J"àôš¦Ú› †|ŒdvŽR‹þ„И m¬Ú·5EíR'Ïϯrbù£”†] Y4웈ˆ
-›•ô#Ç’U¥H^#ütÌtëv/p¬k¨`¤f)9t…[´OXhΘÃ÷ÑŒK/):¤ëó8ÁF>8~ÀÒ_<a] we¦ŒÖ! uë¤ñà†ÓšèGö§M}á¥{o‰Yw5¸ÑÁMÈ
-FFgñUž[·tL%Q‹-¨´s —÷¾å\RÚõ»ÊZþ`g8òè¼ëx*Â0Šë#«ˆªJ‰!RòGèDéCF·Ï5ð— 'ÎÿUcõþÀí|!ü cÒL¯Í~²j?àá2èGºúòEç$gÎ\RR¢ì»ìÌv¸ð|r‡›$x-þ¸k8Š4³Šj hƒæÞÚFmÖœM]<¹¿¥«êSMµMRúË^U'J‰Kßkœó8‡qZÀRJem¬z’=HôÍïð€µâ@O=wª¤‘HäT
-¥8€6C”²ù':Ÿ ¢ˆ±Ö)M' 5òa/‰Evöüít¶ê½éX
-¯ðH!+€!Ì©-5Iì$-»d˜ðeXÝ#7þ¾ÕΛŸò‹©5eºn§Ú3’6!ãݦHup§…X3V<}$ÅéØ™_AÔÞåãn»wQê·Ê©ÀEÀ¹£¥ž¿@’ ÕÁñ™™RçˆLà¼VÜqÄYÔ
-endstream
-endobj
-409 0 obj <<
-/Type /Font
-/Subtype /Type1
-/Encoding 1952 0 R
-/FirstChar 2
-/LastChar 237
-/Widths 1970 0 R
-/BaseFont /VNPZUV+NimbusRomNo9L-Regu
-/FontDescriptor 407 0 R
->> endobj
-407 0 obj <<
-/Ascent 678
-/CapHeight 651
-/Descent -216
-/FontName /VNPZUV+NimbusRomNo9L-Regu
-/ItalicAngle 0
-/StemV 85
-/XHeight 450
-/FontBBox [-168 -281 1000 924]
-/Flags 4
-/CharSet (/fi/fl/exclam/quotedbl/percent/quoteright/parenleft/parenright/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/question/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/bracketright/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/dagger/quotedblleft/quotedblright/endash/emdash/Eacute/eacute/iacute)
-/FontFile 408 0 R
->> endobj
-1970 0 obj
-[556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 408 0 0 833 0 333 333 333 0 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 0 0 0 444 0 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 0 333 0 0 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 0 0 0 0 0 0 0 0 0 0 0 500 0 0 0 0 0 0 0 0 0 0 0 0 444 444 0 500 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 444 0 0 0 278 ]
-endobj
-452 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1971 0 R
-/Kids [402 0 R 454 0 R 502 0 R 532 0 R 541 0 R 547 0 R]
->> endobj
-556 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1971 0 R
-/Kids [553 0 R 558 0 R 574 0 R 583 0 R 588 0 R 594 0 R]
->> endobj
-608 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1971 0 R
-/Kids [605 0 R 610 0 R 623 0 R 630 0 R 637 0 R 652 0 R]
->> endobj
-670 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1971 0 R
-/Kids [661 0 R 672 0 R 681 0 R 692 0 R 698 0 R 704 0 R]
->> endobj
-718 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1971 0 R
-/Kids [709 0 R 720 0 R 728 0 R 734 0 R 742 0 R 747 0 R]
->> endobj
-762 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1971 0 R
-/Kids [755 0 R 764 0 R 772 0 R 781 0 R 791 0 R 799 0 R]
->> endobj
-824 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1972 0 R
-/Kids [811 0 R 826 0 R 835 0 R 848 0 R 857 0 R 866 0 R]
->> endobj
-882 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1972 0 R
-/Kids [870 0 R 884 0 R 895 0 R 901 0 R 909 0 R 916 0 R]
->> endobj
-932 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1972 0 R
-/Kids [927 0 R 934 0 R 940 0 R 949 0 R 954 0 R 963 0 R]
->> endobj
-977 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1972 0 R
-/Kids [972 0 R 979 0 R 985 0 R 990 0 R 996 0 R 1000 0 R]
->> endobj
-1022 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1972 0 R
-/Kids [1011 0 R 1024 0 R 1036 0 R 1044 0 R 1053 0 R 1061 0 R]
->> endobj
-1071 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1972 0 R
-/Kids [1067 0 R 1073 0 R 1079 0 R 1087 0 R 1093 0 R 1099 0 R]
->> endobj
-1114 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1973 0 R
-/Kids [1108 0 R 1116 0 R 1124 0 R 1136 0 R 1143 0 R 1147 0 R]
->> endobj
-1154 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1973 0 R
-/Kids [1151 0 R 1156 0 R 1162 0 R 1166 0 R 1172 0 R 1176 0 R]
->> endobj
-1271 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 1973 0 R
-/Kids [1180 0 R 1273 0 R 1371 0 R 1466 0 R 1567 0 R 1598 0 R]
->> endobj
-1766 0 obj <<
-/Type /Pages
-/Count 4
-/Parent 1973 0 R
-/Kids [1681 0 R 1768 0 R 1853 0 R 1940 0 R]
->> endobj
-1971 0 obj <<
-/Type /Pages
-/Count 36
-/Parent 1974 0 R
-/Kids [452 0 R 556 0 R 608 0 R 670 0 R 718 0 R 762 0 R]
->> endobj
-1972 0 obj <<
-/Type /Pages
-/Count 36
-/Parent 1974 0 R
-/Kids [824 0 R 882 0 R 932 0 R 977 0 R 1022 0 R 1071 0 R]
->> endobj
-1973 0 obj <<
-/Type /Pages
-/Count 22
-/Parent 1974 0 R
-/Kids [1114 0 R 1154 0 R 1271 0 R 1766 0 R]
->> endobj
-1974 0 obj <<
-/Type /Pages
-/Count 94
-/Kids [1971 0 R 1972 0 R 1973 0 R]
->> endobj
-1975 0 obj <<
-/Type /Outlines
-/First 7 0 R
-/Last 279 0 R
-/Count 5
->> endobj
-399 0 obj <<
-/Title 400 0 R
-/A 397 0 R
-/Parent 335 0 R
-/Prev 395 0 R
->> endobj
-395 0 obj <<
-/Title 396 0 R
-/A 393 0 R
-/Parent 335 0 R
-/Prev 391 0 R
-/Next 399 0 R
->> endobj
-391 0 obj <<
-/Title 392 0 R
-/A 389 0 R
-/Parent 335 0 R
-/Prev 387 0 R
-/Next 395 0 R
->> endobj
-387 0 obj <<
-/Title 388 0 R
-/A 385 0 R
-/Parent 335 0 R
-/Prev 383 0 R
-/Next 391 0 R
->> endobj
-383 0 obj <<
-/Title 384 0 R
-/A 381 0 R
-/Parent 335 0 R
-/Prev 379 0 R
-/Next 387 0 R
->> endobj
-379 0 obj <<
-/Title 380 0 R
-/A 377 0 R
-/Parent 335 0 R
-/Prev 375 0 R
-/Next 383 0 R
->> endobj
-375 0 obj <<
-/Title 376 0 R
-/A 373 0 R
-/Parent 335 0 R
-/Prev 371 0 R
-/Next 379 0 R
->> endobj
-371 0 obj <<
-/Title 372 0 R
-/A 369 0 R
-/Parent 335 0 R
-/Prev 367 0 R
-/Next 375 0 R
->> endobj
-367 0 obj <<
-/Title 368 0 R
-/A 365 0 R
-/Parent 335 0 R
-/Prev 363 0 R
-/Next 371 0 R
->> endobj
-363 0 obj <<
-/Title 364 0 R
-/A 361 0 R
-/Parent 335 0 R
-/Prev 359 0 R
-/Next 367 0 R
->> endobj
-359 0 obj <<
-/Title 360 0 R
-/A 357 0 R
-/Parent 335 0 R
-/Prev 355 0 R
-/Next 363 0 R
->> endobj
-355 0 obj <<
-/Title 356 0 R
-/A 353 0 R
-/Parent 335 0 R
-/Prev 351 0 R
-/Next 359 0 R
->> endobj
-351 0 obj <<
-/Title 352 0 R
-/A 349 0 R
-/Parent 335 0 R
-/Prev 347 0 R
-/Next 355 0 R
->> endobj
-347 0 obj <<
-/Title 348 0 R
-/A 345 0 R
-/Parent 335 0 R
-/Prev 343 0 R
-/Next 351 0 R
->> endobj
-343 0 obj <<
-/Title 344 0 R
-/A 341 0 R
-/Parent 335 0 R
-/Prev 339 0 R
-/Next 347 0 R
->> endobj
-339 0 obj <<
-/Title 340 0 R
-/A 337 0 R
-/Parent 335 0 R
-/Next 343 0 R
->> endobj
-335 0 obj <<
-/Title 336 0 R
-/A 333 0 R
-/Parent 279 0 R
-/Prev 331 0 R
-/First 339 0 R
-/Last 399 0 R
-/Count -16
->> endobj
-331 0 obj <<
-/Title 332 0 R
-/A 329 0 R
-/Parent 279 0 R
-/Prev 319 0 R
-/Next 335 0 R
->> endobj
-327 0 obj <<
-/Title 328 0 R
-/A 325 0 R
-/Parent 319 0 R
-/Prev 323 0 R
->> endobj
-323 0 obj <<
-/Title 324 0 R
-/A 321 0 R
-/Parent 319 0 R
-/Next 327 0 R
->> endobj
-319 0 obj <<
-/Title 320 0 R
-/A 317 0 R
-/Parent 279 0 R
-/Prev 303 0 R
-/Next 331 0 R
-/First 323 0 R
-/Last 327 0 R
-/Count -2
->> endobj
-315 0 obj <<
-/Title 316 0 R
-/A 313 0 R
-/Parent 303 0 R
-/Prev 311 0 R
->> endobj
-311 0 obj <<
-/Title 312 0 R
-/A 309 0 R
-/Parent 303 0 R
-/Prev 307 0 R
-/Next 315 0 R
->> endobj
-307 0 obj <<
-/Title 308 0 R
-/A 305 0 R
-/Parent 303 0 R
-/Next 311 0 R
->> endobj
-303 0 obj <<
-/Title 304 0 R
-/A 301 0 R
-/Parent 279 0 R
-/Prev 299 0 R
-/Next 319 0 R
-/First 307 0 R
-/Last 315 0 R
-/Count -3
->> endobj
-299 0 obj <<
-/Title 300 0 R
-/A 297 0 R
-/Parent 279 0 R
-/Prev 295 0 R
-/Next 303 0 R
->> endobj
-295 0 obj <<
-/Title 296 0 R
-/A 293 0 R
-/Parent 279 0 R
-/Prev 291 0 R
-/Next 299 0 R
->> endobj
-291 0 obj <<
-/Title 292 0 R
-/A 289 0 R
-/Parent 279 0 R
-/Prev 287 0 R
-/Next 295 0 R
->> endobj
-287 0 obj <<
-/Title 288 0 R
-/A 285 0 R
-/Parent 279 0 R
-/Prev 283 0 R
-/Next 291 0 R
->> endobj
-283 0 obj <<
-/Title 284 0 R
-/A 281 0 R
-/Parent 279 0 R
-/Next 287 0 R
->> endobj
-279 0 obj <<
-/Title 280 0 R
-/A 277 0 R
-/Parent 1975 0 R
-/Prev 95 0 R
-/First 283 0 R
-/Last 335 0 R
-/Count -9
->> endobj
-275 0 obj <<
-/Title 276 0 R
-/A 273 0 R
-/Parent 243 0 R
-/Prev 271 0 R
->> endobj
-271 0 obj <<
-/Title 272 0 R
-/A 269 0 R
-/Parent 243 0 R
-/Prev 267 0 R
-/Next 275 0 R
->> endobj
-267 0 obj <<
-/Title 268 0 R
-/A 265 0 R
-/Parent 243 0 R
-/Prev 263 0 R
-/Next 271 0 R
->> endobj
-263 0 obj <<
-/Title 264 0 R
-/A 261 0 R
-/Parent 243 0 R
-/Prev 259 0 R
-/Next 267 0 R
->> endobj
-259 0 obj <<
-/Title 260 0 R
-/A 257 0 R
-/Parent 243 0 R
-/Prev 255 0 R
-/Next 263 0 R
->> endobj
-255 0 obj <<
-/Title 256 0 R
-/A 253 0 R
-/Parent 243 0 R
-/Prev 251 0 R
-/Next 259 0 R
->> endobj
-251 0 obj <<
-/Title 252 0 R
-/A 249 0 R
-/Parent 243 0 R
-/Prev 247 0 R
-/Next 255 0 R
->> endobj
-247 0 obj <<
-/Title 248 0 R
-/A 245 0 R
-/Parent 243 0 R
-/Next 251 0 R
->> endobj
-243 0 obj <<
-/Title 244 0 R
-/A 241 0 R
-/Parent 95 0 R
-/Prev 239 0 R
-/First 247 0 R
-/Last 275 0 R
-/Count -8
->> endobj
-239 0 obj <<
-/Title 240 0 R
-/A 237 0 R
-/Parent 95 0 R
-/Prev 227 0 R
-/Next 243 0 R
->> endobj
-235 0 obj <<
-/Title 236 0 R
-/A 233 0 R
-/Parent 227 0 R
-/Prev 231 0 R
->> endobj
-231 0 obj <<
-/Title 232 0 R
-/A 229 0 R
-/Parent 227 0 R
-/Next 235 0 R
->> endobj
-227 0 obj <<
-/Title 228 0 R
-/A 225 0 R
-/Parent 95 0 R
-/Prev 223 0 R
-/Next 239 0 R
-/First 231 0 R
-/Last 235 0 R
-/Count -2
->> endobj
-223 0 obj <<
-/Title 224 0 R
-/A 221 0 R
-/Parent 95 0 R
-/Prev 219 0 R
-/Next 227 0 R
->> endobj
-219 0 obj <<
-/Title 220 0 R
-/A 217 0 R
-/Parent 95 0 R
-/Prev 207 0 R
-/Next 223 0 R
->> endobj
-215 0 obj <<
-/Title 216 0 R
-/A 213 0 R
-/Parent 207 0 R
-/Prev 211 0 R
->> endobj
-211 0 obj <<
-/Title 212 0 R
-/A 209 0 R
-/Parent 207 0 R
-/Next 215 0 R
->> endobj
-207 0 obj <<
-/Title 208 0 R
-/A 205 0 R
-/Parent 95 0 R
-/Prev 191 0 R
-/Next 219 0 R
-/First 211 0 R
-/Last 215 0 R
-/Count -2
->> endobj
-203 0 obj <<
-/Title 204 0 R
-/A 201 0 R
-/Parent 191 0 R
-/Prev 199 0 R
->> endobj
-199 0 obj <<
-/Title 200 0 R
-/A 197 0 R
-/Parent 191 0 R
-/Prev 195 0 R
-/Next 203 0 R
->> endobj
-195 0 obj <<
-/Title 196 0 R
-/A 193 0 R
-/Parent 191 0 R
-/Next 199 0 R
->> endobj
-191 0 obj <<
-/Title 192 0 R
-/A 189 0 R
-/Parent 95 0 R
-/Prev 171 0 R
-/Next 207 0 R
-/First 195 0 R
-/Last 203 0 R
-/Count -3
->> endobj
-187 0 obj <<
-/Title 188 0 R
-/A 185 0 R
-/Parent 171 0 R
-/Prev 183 0 R
->> endobj
-183 0 obj <<
-/Title 184 0 R
-/A 181 0 R
-/Parent 171 0 R
-/Prev 179 0 R
-/Next 187 0 R
->> endobj
-179 0 obj <<
-/Title 180 0 R
-/A 177 0 R
-/Parent 171 0 R
-/Prev 175 0 R
-/Next 183 0 R
->> endobj
-175 0 obj <<
-/Title 176 0 R
-/A 173 0 R
-/Parent 171 0 R
-/Next 179 0 R
->> endobj
-171 0 obj <<
-/Title 172 0 R
-/A 169 0 R
-/Parent 95 0 R
-/Prev 155 0 R
-/Next 191 0 R
-/First 175 0 R
-/Last 187 0 R
-/Count -4
->> endobj
-167 0 obj <<
-/Title 168 0 R
-/A 165 0 R
-/Parent 155 0 R
-/Prev 163 0 R
->> endobj
-163 0 obj <<
-/Title 164 0 R
-/A 161 0 R
-/Parent 155 0 R
-/Prev 159 0 R
-/Next 167 0 R
->> endobj
-159 0 obj <<
-/Title 160 0 R
-/A 157 0 R
-/Parent 155 0 R
-/Next 163 0 R
->> endobj
-155 0 obj <<
-/Title 156 0 R
-/A 153 0 R
-/Parent 95 0 R
-/Prev 131 0 R
-/Next 171 0 R
-/First 159 0 R
-/Last 167 0 R
-/Count -3
->> endobj
-151 0 obj <<
-/Title 152 0 R
-/A 149 0 R
-/Parent 131 0 R
-/Prev 147 0 R
->> endobj
-147 0 obj <<
-/Title 148 0 R
-/A 145 0 R
-/Parent 131 0 R
-/Prev 143 0 R
-/Next 151 0 R
->> endobj
-143 0 obj <<
-/Title 144 0 R
-/A 141 0 R
-/Parent 131 0 R
-/Prev 139 0 R
-/Next 147 0 R
->> endobj
-139 0 obj <<
-/Title 140 0 R
-/A 137 0 R
-/Parent 131 0 R
-/Prev 135 0 R
-/Next 143 0 R
->> endobj
-135 0 obj <<
-/Title 136 0 R
-/A 133 0 R
-/Parent 131 0 R
-/Next 139 0 R
->> endobj
-131 0 obj <<
-/Title 132 0 R
-/A 129 0 R
-/Parent 95 0 R
-/Prev 103 0 R
-/Next 155 0 R
-/First 135 0 R
-/Last 151 0 R
-/Count -5
->> endobj
-127 0 obj <<
-/Title 128 0 R
-/A 125 0 R
-/Parent 103 0 R
-/Prev 123 0 R
->> endobj
-123 0 obj <<
-/Title 124 0 R
-/A 121 0 R
-/Parent 103 0 R
-/Prev 119 0 R
-/Next 127 0 R
->> endobj
-119 0 obj <<
-/Title 120 0 R
-/A 117 0 R
-/Parent 103 0 R
-/Prev 115 0 R
-/Next 123 0 R
->> endobj
-115 0 obj <<
-/Title 116 0 R
-/A 113 0 R
-/Parent 103 0 R
-/Prev 111 0 R
-/Next 119 0 R
->> endobj
-111 0 obj <<
-/Title 112 0 R
-/A 109 0 R
-/Parent 103 0 R
-/Prev 107 0 R
-/Next 115 0 R
->> endobj
-107 0 obj <<
-/Title 108 0 R
-/A 105 0 R
-/Parent 103 0 R
-/Next 111 0 R
->> endobj
-103 0 obj <<
-/Title 104 0 R
-/A 101 0 R
-/Parent 95 0 R
-/Prev 99 0 R
-/Next 131 0 R
-/First 107 0 R
-/Last 127 0 R
-/Count -6
->> endobj
-99 0 obj <<
-/Title 100 0 R
-/A 97 0 R
-/Parent 95 0 R
-/Next 103 0 R
->> endobj
-95 0 obj <<
-/Title 96 0 R
-/A 93 0 R
-/Parent 1975 0 R
-/Prev 79 0 R
-/Next 279 0 R
-/First 99 0 R
-/Last 243 0 R
-/Count -12
->> endobj
-91 0 obj <<
-/Title 92 0 R
-/A 89 0 R
-/Parent 79 0 R
-/Prev 87 0 R
->> endobj
-87 0 obj <<
-/Title 88 0 R
-/A 85 0 R
-/Parent 79 0 R
-/Prev 83 0 R
-/Next 91 0 R
->> endobj
-83 0 obj <<
-/Title 84 0 R
-/A 81 0 R
-/Parent 79 0 R
-/Next 87 0 R
->> endobj
-79 0 obj <<
-/Title 80 0 R
-/A 77 0 R
-/Parent 1975 0 R
-/Prev 27 0 R
-/Next 95 0 R
-/First 83 0 R
-/Last 91 0 R
-/Count -3
->> endobj
-75 0 obj <<
-/Title 76 0 R
-/A 73 0 R
-/Parent 27 0 R
-/Prev 71 0 R
->> endobj
-71 0 obj <<
-/Title 72 0 R
-/A 69 0 R
-/Parent 27 0 R
-/Prev 67 0 R
-/Next 75 0 R
->> endobj
-67 0 obj <<
-/Title 68 0 R
-/A 65 0 R
-/Parent 27 0 R
-/Prev 63 0 R
-/Next 71 0 R
->> endobj
-63 0 obj <<
-/Title 64 0 R
-/A 61 0 R
-/Parent 27 0 R
-/Prev 59 0 R
-/Next 67 0 R
->> endobj
-59 0 obj <<
-/Title 60 0 R
-/A 57 0 R
-/Parent 27 0 R
-/Prev 55 0 R
-/Next 63 0 R
->> endobj
-55 0 obj <<
-/Title 56 0 R
-/A 53 0 R
-/Parent 27 0 R
-/Prev 51 0 R
-/Next 59 0 R
->> endobj
-51 0 obj <<
-/Title 52 0 R
-/A 49 0 R
-/Parent 27 0 R
-/Prev 47 0 R
-/Next 55 0 R
->> endobj
-47 0 obj <<
-/Title 48 0 R
-/A 45 0 R
-/Parent 27 0 R
-/Prev 43 0 R
-/Next 51 0 R
->> endobj
-43 0 obj <<
-/Title 44 0 R
-/A 41 0 R
-/Parent 27 0 R
-/Prev 39 0 R
-/Next 47 0 R
->> endobj
-39 0 obj <<
-/Title 40 0 R
-/A 37 0 R
-/Parent 27 0 R
-/Prev 35 0 R
-/Next 43 0 R
->> endobj
-35 0 obj <<
-/Title 36 0 R
-/A 33 0 R
-/Parent 27 0 R
-/Prev 31 0 R
-/Next 39 0 R
->> endobj
-31 0 obj <<
-/Title 32 0 R
-/A 29 0 R
-/Parent 27 0 R
-/Next 35 0 R
->> endobj
-27 0 obj <<
-/Title 28 0 R
-/A 25 0 R
-/Parent 1975 0 R
-/Prev 7 0 R
-/Next 79 0 R
-/First 31 0 R
-/Last 75 0 R
-/Count -12
->> endobj
-23 0 obj <<
-/Title 24 0 R
-/A 21 0 R
-/Parent 7 0 R
-/Prev 19 0 R
->> endobj
-19 0 obj <<
-/Title 20 0 R
-/A 17 0 R
-/Parent 7 0 R
-/Prev 15 0 R
-/Next 23 0 R
->> endobj
-15 0 obj <<
-/Title 16 0 R
-/A 13 0 R
-/Parent 7 0 R
-/Prev 11 0 R
-/Next 19 0 R
->> endobj
-11 0 obj <<
-/Title 12 0 R
-/A 9 0 R
-/Parent 7 0 R
-/Next 15 0 R
->> endobj
-7 0 obj <<
-/Title 8 0 R
-/A 5 0 R
-/Parent 1975 0 R
-/Next 27 0 R
-/First 11 0 R
-/Last 23 0 R
-/Count -4
->> endobj
-1976 0 obj <<
-/Names [(Doc-Start) 406 0 R (Hfootnote.1) 539 0 R (Hfootnote.10) 689 0 R (Hfootnote.11) 717 0 R (Hfootnote.12) 833 0 R (Hfootnote.13) 855 0 R (Hfootnote.14) 881 0 R (Hfootnote.15) 893 0 R (Hfootnote.16) 1059 0 R (Hfootnote.17) 1106 0 R (Hfootnote.18) 1122 0 R (Hfootnote.19) 1160 0 R (Hfootnote.2) 545 0 R (Hfootnote.20) 1170 0 R (Hfootnote.3) 551 0 R (Hfootnote.4) 581 0 R (Hfootnote.5) 602 0 R (Hfootnote.6) 603 0 R (Hfootnote.7) 619 0 R (Hfootnote.8) 628 0 R (Hfootnote.9) 650 0 R (Item.1) 634 0 R (Item.2) 635 0 R (page.1) 534 0 R (page.10) 607 0 R (page.11) 612 0 R (page.12) 625 0 R (page.13) 632 0 R (page.14) 639 0 R (page.15) 654 0 R (page.16) 663 0 R (page.17) 674 0 R (page.18) 683 0 R (page.19) 694 0 R (page.2) 543 0 R (page.20) 700 0 R (page.21) 706 0 R (page.22) 711 0 R (page.23) 722 0 R (page.24) 730 0 R (page.25) 736 0 R (page.26) 744 0 R (page.27) 749 0 R (page.28) 757 0 R (page.29) 766 0 R (page.3) 549 0 R (page.30) 774 0 R (page.31) 783 0 R (page.32) 793 0 R (page.33) 801 0 R (page.34) 813 0 R (page.35) 828 0 R (page.36) 837 0 R (page.37) 850 0 R (page.38) 859 0 R (page.39) 868 0 R (page.4) 555 0 R (page.40) 872 0 R (page.41) 886 0 R (page.42) 897 0 R (page.43) 903 0 R (page.44) 911 0 R (page.45) 918 0 R (page.46) 929 0 R (page.47) 936 0 R (page.48) 942 0 R (page.49) 951 0 R (page.5) 560 0 R (page.50) 956 0 R (page.51) 965 0 R (page.52) 974 0 R (page.53) 981 0 R (page.54) 987 0 R (page.55) 992 0 R (page.56) 998 0 R (page.57) 1002 0 R (page.58) 1013 0 R (page.59) 1026 0 R (page.6) 576 0 R (page.60) 1038 0 R (page.61) 1046 0 R (page.62) 1055 0 R (page.63) 1063 0 R (page.64) 1069 0 R (page.65) 1075 0 R (page.66) 1081 0 R (page.67) 1089 0 R (page.68) 1095 0 R (page.69) 1101 0 R (page.7) 585 0 R (page.70) 1110 0 R (page.71) 1118 0 R (page.72) 1126 0 R (page.73) 1138 0 R (page.74) 1145 0 R (page.75) 1149 0 R (page.76) 1153 0 R (page.77) 1158 0 R (page.78) 1164 0 R (page.79) 1168 0 R (page.8) 590 0 R (page.80) 1174 0 R (page.81) 1178 0 R (page.82) 1182 0 R (page.83) 1275 0 R (page.84) 1373 0 R (page.85) 1468 0 R (page.86) 1569 0 R (page.87) 1600 0 R (page.88) 1683 0 R (page.89) 1770 0 R (page.9) 596 0 R (page.90) 1855 0 R (page.91) 1942 0 R (page.i) 405 0 R (page.ii) 456 0 R (page.iii) 504 0 R (section*.1) 416 0 R (section*.10) 655 0 R (section*.100) 975 0 R (section*.101) 976 0 R (section*.102) 982 0 R (section*.103) 983 0 R (section*.104) 988 0 R (section*.105) 994 0 R (section*.106) 809 0 R (section*.107) 1003 0 R (section*.108) 1004 0 R (section*.109) 1005 0 R (section*.11) 656 0 R (section*.110) 1006 0 R (section*.111) 1007 0 R (section*.112) 1008 0 R (section*.113) 1009 0 R (section*.114) 1014 0 R (section*.115) 1015 0 R (section*.116) 1016 0 R (section*.117) 1017 0 R (section*.118) 1018 0 R (section*.119) 1019 0 R (section*.12) 657 0 R (section*.120) 1020 0 R (section*.121) 1021 0 R (section*.122) 1027 0 R (section*.123) 1029 0 R (section*.124) 1030 0 R (section*.125) 1031 0 R (section*.126) 1032 0 R (section*.127) 1033 0 R (section*.128) 1034 0 R (section*.129) 1039 0 R (section*.13) 658 0 R (section*.130) 1040 0 R (section*.131) 1041 0 R (section*.132) 1042 0 R (section*.133) 1047 0 R (section*.134) 1049 0 R (section*.135) 1050 0 R (section*.136) 1051 0 R (section*.137) 1056 0 R (section*.138) 1058 0 R (section*.139) 1065 0 R (section*.14) 659 0 R (section*.140) 1070 0 R (section*.141) 1083 0 R (section*.142) 1084 0 R (section*.143) 1085 0 R (section*.144) 1090 0 R (section*.145) 1096 0 R (section*.146) 1097 0 R (section*.147) 1103 0 R (section*.148) 1105 0 R (section*.149) 1112 0 R (section*.15) 666 0 R (section*.150) 1119 0 R (section*.151) 1121 0 R (section*.152) 1127 0 R (section*.153) 1128 0 R (section*.154) 1129 0 R (section*.155) 1130 0 R (section*.156) 1132 0 R (section*.157) 1134 0 R (section*.158) 1139 0 R (section*.159) 1140 0 R (section*.16) 669 0 R (section*.160) 1141 0 R (section*.17) 675 0 R (section*.18) 677 0 R (section*.19) 684 0 R (section*.2) 616 0 R (section*.20) 688 0 R (section*.21) 679 0 R (section*.22) 696 0 R (section*.23) 701 0 R (section*.24) 702 0 R (section*.25) 707 0 R (section*.26) 712 0 R (section*.27) 714 0 R (section*.28) 716 0 R (section*.29) 723 0 R (section*.3) 617 0 R (section*.30) 724 0 R (section*.31) 725 0 R (section*.32) 726 0 R (section*.33) 731 0 R (section*.34) 732 0 R (section*.35) 737 0 R (section*.36) 739 0 R (section*.37) 740 0 R (section*.38) 745 0 R (section*.39) 753 0 R (section*.4) 627 0 R (section*.40) 767 0 R (section*.41) 770 0 R (section*.42) 775 0 R (section*.43) 776 0 R (section*.44) 777 0 R (section*.45) 778 0 R (section*.46) 784 0 R (section*.47) 786 0 R (section*.48) 795 0 R (section*.49) 804 0 R (section*.5) 633 0 R (section*.50) 807 0 R (section*.51) 808 0 R (section*.52) 815 0 R (section*.53) 816 0 R (section*.54) 817 0 R (section*.55) 819 0 R (section*.56) 823 0 R (section*.57) 830 0 R (section*.58) 831 0 R (section*.59) 832 0 R (section*.6) 621 0 R (section*.60) 838 0 R (section*.61) 839 0 R (section*.62) 843 0 R (section*.63) 846 0 R (section*.64) 852 0 R (section*.65) 853 0 R (section*.66) 854 0 R (section*.67) 860 0 R (section*.68) 864 0 R (section*.69) 874 0 R (section*.7) 640 0 R (section*.70) 878 0 R (section*.71) 880 0 R (section*.72) 887 0 R (section*.73) 890 0 R (section*.74) 891 0 R (section*.75) 898 0 R (section*.76) 905 0 R (section*.77) 906 0 R (section*.78) 907 0 R (section*.79) 912 0 R (section*.8) 642 0 R (section*.80) 913 0 R (section*.81) 914 0 R (section*.82) 919 0 R (section*.83) 921 0 R (section*.84) 923 0 R (section*.85) 930 0 R (section*.86) 931 0 R (section*.87) 937 0 R (section*.88) 938 0 R (section*.89) 943 0 R (section*.9) 645 0 R (section*.90) 945 0 R (section*.91) 946 0 R (section*.92) 947 0 R (section*.93) 952 0 R (section*.94) 957 0 R (section*.95) 959 0 R (section*.96) 966 0 R (section*.97) 967 0 R (section*.98) 968 0 R (section*.99) 970 0 R (section.1) 6 0 R (section.2) 26 0 R (section.3) 78 0 R (section.4) 94 0 R (section.5) 278 0 R (subsection.1.1) 10 0 R (subsection.1.2) 14 0 R (subsection.1.3) 18 0 R (subsection.1.4) 22 0 R (subsection.2.1) 30 0 R (subsection.2.10) 66 0 R (subsection.2.11) 70 0 R (subsection.2.12) 74 0 R (subsection.2.2) 34 0 R (subsection.2.3) 38 0 R (subsection.2.4) 42 0 R (subsection.2.5) 46 0 R (subsection.2.6) 50 0 R (subsection.2.7) 54 0 R (subsection.2.8) 58 0 R (subsection.2.9) 62 0 R (subsection.3.1) 82 0 R (subsection.3.2) 86 0 R (subsection.3.3) 90 0 R (subsection.4.1) 98 0 R (subsection.4.10) 226 0 R (subsection.4.11) 238 0 R (subsection.4.12) 242 0 R (subsection.4.2) 102 0 R (subsection.4.3) 130 0 R (subsection.4.4) 154 0 R (subsection.4.5) 170 0 R (subsection.4.6) 190 0 R (subsection.4.7) 206 0 R (subsection.4.8) 218 0 R (subsection.4.9) 222 0 R (subsection.5.1) 282 0 R (subsection.5.2) 286 0 R (subsection.5.3) 290 0 R (subsection.5.4) 294 0 R (subsection.5.5) 298 0 R (subsection.5.6) 302 0 R (subsection.5.7) 318 0 R (subsection.5.8) 330 0 R (subsection.5.9) 334 0 R (subsubsection.4.10.1) 230 0 R (subsubsection.4.10.2) 234 0 R (subsubsection.4.12.1) 246 0 R (subsubsection.4.12.2) 250 0 R (subsubsection.4.12.3) 254 0 R (subsubsection.4.12.4) 258 0 R (subsubsection.4.12.5) 262 0 R (subsubsection.4.12.6) 266 0 R (subsubsection.4.12.7) 270 0 R (subsubsection.4.12.8) 274 0 R (subsubsection.4.2.1) 106 0 R (subsubsection.4.2.2) 110 0 R (subsubsection.4.2.3) 114 0 R (subsubsection.4.2.4) 118 0 R (subsubsection.4.2.5) 122 0 R (subsubsection.4.2.6) 126 0 R (subsubsection.4.3.1) 134 0 R (subsubsection.4.3.2) 138 0 R (subsubsection.4.3.3) 142 0 R (subsubsection.4.3.4) 146 0 R (subsubsection.4.3.5) 150 0 R (subsubsection.4.4.1) 158 0 R (subsubsection.4.4.2) 162 0 R (subsubsection.4.4.3) 166 0 R (subsubsection.4.5.1) 174 0 R (subsubsection.4.5.2) 178 0 R (subsubsection.4.5.3) 182 0 R (subsubsection.4.5.4) 186 0 R (subsubsection.4.6.1) 194 0 R (subsubsection.4.6.2) 198 0 R (subsubsection.4.6.3) 202 0 R (subsubsection.4.7.1) 210 0 R (subsubsection.4.7.2) 214 0 R (subsubsection.5.6.1) 306 0 R (subsubsection.5.6.2) 310 0 R (subsubsection.5.6.3) 314 0 R (subsubsection.5.7.1) 322 0 R (subsubsection.5.7.2) 326 0 R (subsubsection.5.9.1) 338 0 R (subsubsection.5.9.10) 374 0 R (subsubsection.5.9.11) 378 0 R (subsubsection.5.9.12) 382 0 R (subsubsection.5.9.13) 386 0 R (subsubsection.5.9.14) 390 0 R (subsubsection.5.9.15) 394 0 R (subsubsection.5.9.16) 398 0 R (subsubsection.5.9.2) 342 0 R (subsubsection.5.9.3) 346 0 R (subsubsection.5.9.4) 350 0 R (subsubsection.5.9.5) 354 0 R (subsubsection.5.9.6) 358 0 R (subsubsection.5.9.7) 362 0 R (subsubsection.5.9.8) 366 0 R (subsubsection.5.9.9) 370 0 R]
-/Limits [(Doc-Start) (subsubsection.5.9.9)]
->> endobj
-1977 0 obj <<
-/Kids [1976 0 R]
->> endobj
-1978 0 obj <<
-/Dests 1977 0 R
->> endobj
-1979 0 obj <<
-/Type /Catalog
-/Pages 1974 0 R
-/Outlines 1975 0 R
-/Names 1978 0 R
-/PageMode /none /PageLabels << /Nums [0 << /S /r >> 3 << /S /D >> ] >>
-/OpenAction 401 0 R
->> endobj
-1980 0 obj <<
-/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.303)/Keywords()
-/CreationDate (D:20060526140543-05'00')
-/PTEX.Fullbanner (This is pdfeTeX, Version 3.141592--1.30.3--2.2 (Web2c 7.5.5) kpathsea version 3.5.5)
->> endobj
-xref
-0 1981
-0000000001 65535 f
-0000000002 00000 f
-0000000003 00000 f
-0000000004 00000 f
-0000000000 00000 f
-0000000015 00000 n
-0000040323 00000 n
-0000692087 00000 n
-0000000060 00000 n
-0000000090 00000 n
-0000040375 00000 n
-0000692015 00000 n
-0000000140 00000 n
-0000000163 00000 n
-0000040432 00000 n
-0000691929 00000 n
-0000000214 00000 n
-0000000237 00000 n
-0000040489 00000 n
-0000691843 00000 n
-0000000288 00000 n
-0000000312 00000 n
-0000045306 00000 n
-0000691770 00000 n
-0000000363 00000 n
-0000000386 00000 n
-0000057035 00000 n
-0000691644 00000 n
-0000000432 00000 n
-0000000459 00000 n
-0000057088 00000 n
-0000691570 00000 n
-0000000510 00000 n
-0000000553 00000 n
-0000057145 00000 n
-0000691483 00000 n
-0000000604 00000 n
-0000000661 00000 n
-0000061828 00000 n
-0000691396 00000 n
-0000000712 00000 n
-0000000781 00000 n
-0000061885 00000 n
-0000691309 00000 n
-0000000832 00000 n
-0000000889 00000 n
-0000061942 00000 n
-0000691222 00000 n
-0000000940 00000 n
-0000000992 00000 n
-0000061999 00000 n
-0000691135 00000 n
-0000001043 00000 n
-0000001124 00000 n
-0000066477 00000 n
-0000691048 00000 n
-0000001175 00000 n
-0000001250 00000 n
-0000066532 00000 n
-0000690961 00000 n
-0000001301 00000 n
-0000001363 00000 n
-0000066589 00000 n
-0000690874 00000 n
-0000001414 00000 n
-0000001480 00000 n
-0000066646 00000 n
-0000690787 00000 n
-0000001532 00000 n
-0000001617 00000 n
-0000070665 00000 n
-0000690700 00000 n
-0000001669 00000 n
-0000001713 00000 n
-0000070722 00000 n
-0000690626 00000 n
-0000001765 00000 n
-0000001798 00000 n
-0000075307 00000 n
-0000690500 00000 n
-0000001844 00000 n
-0000001883 00000 n
-0000075360 00000 n
-0000690426 00000 n
-0000001934 00000 n
-0000001981 00000 n
-0000075417 00000 n
-0000690339 00000 n
-0000002032 00000 n
-0000002067 00000 n
-0000077681 00000 n
-0000690265 00000 n
-0000002118 00000 n
-0000002175 00000 n
-0000081900 00000 n
-0000690136 00000 n
-0000002221 00000 n
-0000002251 00000 n
-0000081953 00000 n
-0000690060 00000 n
-0000002302 00000 n
-0000002345 00000 n
-0000091114 00000 n
-0000689930 00000 n
-0000002397 00000 n
-0000002432 00000 n
-0000096505 00000 n
-0000689851 00000 n
-0000002489 00000 n
-0000002538 00000 n
-0000105931 00000 n
-0000689758 00000 n
-0000002595 00000 n
-0000002642 00000 n
-0000105985 00000 n
-0000689665 00000 n
-0000002699 00000 n
-0000002746 00000 n
-0000122744 00000 n
-0000689572 00000 n
-0000002803 00000 n
-0000002849 00000 n
-0000135161 00000 n
-0000689479 00000 n
-0000002906 00000 n
-0000002932 00000 n
-0000139692 00000 n
-0000689400 00000 n
-0000002989 00000 n
-0000003034 00000 n
-0000147702 00000 n
-0000689269 00000 n
-0000003086 00000 n
-0000003113 00000 n
-0000147760 00000 n
-0000689190 00000 n
-0000003170 00000 n
-0000003216 00000 n
-0000147876 00000 n
-0000689097 00000 n
-0000003273 00000 n
-0000003308 00000 n
-0000151281 00000 n
-0000689004 00000 n
-0000003365 00000 n
-0000003397 00000 n
-0000151339 00000 n
-0000688911 00000 n
-0000003454 00000 n
-0000003495 00000 n
-0000151455 00000 n
-0000688832 00000 n
-0000003552 00000 n
-0000003589 00000 n
-0000156499 00000 n
-0000688701 00000 n
-0000003641 00000 n
-0000003683 00000 n
-0000160622 00000 n
-0000688622 00000 n
-0000003740 00000 n
-0000003776 00000 n
-0000164735 00000 n
-0000688529 00000 n
-0000003833 00000 n
-0000003902 00000 n
-0000169682 00000 n
-0000688450 00000 n
-0000003959 00000 n
-0000003985 00000 n
-0000179035 00000 n
-0000688319 00000 n
-0000004037 00000 n
-0000004075 00000 n
-0000179151 00000 n
-0000688240 00000 n
-0000004132 00000 n
-0000004159 00000 n
-0000195772 00000 n
-0000688147 00000 n
-0000004216 00000 n
-0000004281 00000 n
-0000204383 00000 n
-0000688054 00000 n
-0000004338 00000 n
-0000004388 00000 n
-0000204498 00000 n
-0000687975 00000 n
-0000004445 00000 n
-0000004473 00000 n
-0000204556 00000 n
-0000687844 00000 n
-0000004525 00000 n
-0000004568 00000 n
-0000204613 00000 n
-0000687765 00000 n
-0000004625 00000 n
-0000004663 00000 n
-0000209588 00000 n
-0000687672 00000 n
-0000004720 00000 n
-0000004758 00000 n
-0000224305 00000 n
-0000687593 00000 n
-0000004815 00000 n
-0000004863 00000 n
-0000241274 00000 n
-0000687462 00000 n
-0000004915 00000 n
-0000004955 00000 n
-0000241332 00000 n
-0000687383 00000 n
-0000005012 00000 n
-0000005044 00000 n
-0000259441 00000 n
-0000687304 00000 n
-0000005101 00000 n
-0000005144 00000 n
-0000263566 00000 n
-0000687212 00000 n
-0000005196 00000 n
-0000005252 00000 n
-0000267705 00000 n
-0000687120 00000 n
-0000005304 00000 n
-0000005339 00000 n
-0000267821 00000 n
-0000686989 00000 n
-0000005392 00000 n
-0000005430 00000 n
-0000267879 00000 n
-0000686910 00000 n
-0000005488 00000 n
-0000005551 00000 n
-0000271973 00000 n
-0000686831 00000 n
-0000005609 00000 n
-0000005647 00000 n
-0000283022 00000 n
-0000686739 00000 n
-0000005700 00000 n
-0000005731 00000 n
-0000297197 00000 n
-0000686622 00000 n
-0000005784 00000 n
-0000005823 00000 n
-0000297256 00000 n
-0000686543 00000 n
-0000005881 00000 n
-0000005908 00000 n
-0000301504 00000 n
-0000686450 00000 n
-0000005966 00000 n
-0000005996 00000 n
-0000305358 00000 n
-0000686357 00000 n
-0000006054 00000 n
-0000006091 00000 n
-0000305473 00000 n
-0000686264 00000 n
-0000006149 00000 n
-0000006196 00000 n
-0000318582 00000 n
-0000686171 00000 n
-0000006254 00000 n
-0000006303 00000 n
-0000322572 00000 n
-0000686078 00000 n
-0000006361 00000 n
-0000006420 00000 n
-0000326749 00000 n
-0000685985 00000 n
-0000006478 00000 n
-0000006512 00000 n
-0000334089 00000 n
-0000685906 00000 n
-0000006570 00000 n
-0000006603 00000 n
-0000354875 00000 n
-0000685788 00000 n
-0000006650 00000 n
-0000006680 00000 n
-0000354930 00000 n
-0000685709 00000 n
-0000006732 00000 n
-0000006769 00000 n
-0000354989 00000 n
-0000685616 00000 n
-0000006821 00000 n
-0000006857 00000 n
-0000355047 00000 n
-0000685523 00000 n
-0000006909 00000 n
-0000006948 00000 n
-0000357486 00000 n
-0000685430 00000 n
-0000007000 00000 n
-0000007051 00000 n
-0000360804 00000 n
-0000685337 00000 n
-0000007103 00000 n
-0000007166 00000 n
-0000365296 00000 n
-0000685205 00000 n
-0000007218 00000 n
-0000007281 00000 n
-0000365351 00000 n
-0000685126 00000 n
-0000007338 00000 n
-0000007374 00000 n
-0000365410 00000 n
-0000685033 00000 n
-0000007431 00000 n
-0000007475 00000 n
-0000369115 00000 n
-0000684954 00000 n
-0000007532 00000 n
-0000007569 00000 n
-0000373999 00000 n
-0000684822 00000 n
-0000007621 00000 n
-0000007673 00000 n
-0000374058 00000 n
-0000684743 00000 n
-0000007730 00000 n
-0000007764 00000 n
-0000377109 00000 n
-0000684664 00000 n
-0000007821 00000 n
-0000007855 00000 n
-0000396780 00000 n
-0000684571 00000 n
-0000007907 00000 n
-0000007969 00000 n
-0000478325 00000 n
-0000684452 00000 n
-0000008021 00000 n
-0000008066 00000 n
-0000478383 00000 n
-0000684373 00000 n
-0000008123 00000 n
-0000008156 00000 n
-0000478442 00000 n
-0000684280 00000 n
-0000008213 00000 n
-0000008251 00000 n
-0000478505 00000 n
-0000684187 00000 n
-0000008308 00000 n
-0000008357 00000 n
-0000478568 00000 n
-0000684094 00000 n
-0000008414 00000 n
-0000008452 00000 n
-0000496027 00000 n
-0000684001 00000 n
-0000008509 00000 n
-0000008536 00000 n
-0000496085 00000 n
-0000683908 00000 n
-0000008593 00000 n
-0000008638 00000 n
-0000496144 00000 n
-0000683815 00000 n
-0000008695 00000 n
-0000008742 00000 n
-0000496207 00000 n
-0000683722 00000 n
-0000008799 00000 n
-0000008831 00000 n
-0000513731 00000 n
-0000683629 00000 n
-0000008888 00000 n
-0000008923 00000 n
-0000513790 00000 n
-0000683536 00000 n
-0000008981 00000 n
-0000009015 00000 n
-0000513849 00000 n
-0000683443 00000 n
-0000009073 00000 n
-0000009108 00000 n
-0000513912 00000 n
-0000683350 00000 n
-0000009166 00000 n
-0000009201 00000 n
-0000531923 00000 n
-0000683257 00000 n
-0000009259 00000 n
-0000009296 00000 n
-0000531982 00000 n
-0000683164 00000 n
-0000009354 00000 n
-0000009396 00000 n
-0000532045 00000 n
-0000683071 00000 n
-0000009454 00000 n
-0000009478 00000 n
-0000532108 00000 n
-0000682992 00000 n
-0000009536 00000 n
-0000009560 00000 n
-0000012945 00000 n
-0000018016 00000 n
-0000009627 00000 n
-0000017846 00000 n
-0000017904 00000 n
-0000679314 00000 n
-0000658400 00000 n
-0000679139 00000 n
-0000657513 00000 n
-0000653939 00000 n
-0000657350 00000 n
-0000653137 00000 n
-0000637777 00000 n
-0000652962 00000 n
-0000017958 00000 n
-0000013301 00000 n
-0000013453 00000 n
-0000013610 00000 n
-0000013767 00000 n
-0000013923 00000 n
-0000014080 00000 n
-0000014232 00000 n
-0000637264 00000 n
-0000626845 00000 n
-0000637098 00000 n
-0000625916 00000 n
-0000613017 00000 n
-0000625750 00000 n
-0000014389 00000 n
-0000014546 00000 n
-0000014703 00000 n
-0000014859 00000 n
-0000015016 00000 n
-0000015173 00000 n
-0000015329 00000 n
-0000015486 00000 n
-0000015642 00000 n
-0000015800 00000 n
-0000015956 00000 n
-0000016114 00000 n
-0000016265 00000 n
-0000016421 00000 n
-0000016578 00000 n
-0000016735 00000 n
-0000016887 00000 n
-0000017044 00000 n
-0000017199 00000 n
-0000017361 00000 n
-0000017522 00000 n
-0000017684 00000 n
-0000680571 00000 n
-0000029225 00000 n
-0000021636 00000 n
-0000018142 00000 n
-0000029167 00000 n
-0000022112 00000 n
-0000022274 00000 n
-0000022436 00000 n
-0000022593 00000 n
-0000022755 00000 n
-0000022917 00000 n
-0000023079 00000 n
-0000023241 00000 n
-0000023403 00000 n
-0000023560 00000 n
-0000023722 00000 n
-0000023884 00000 n
-0000024046 00000 n
-0000024203 00000 n
-0000024365 00000 n
-0000024527 00000 n
-0000024689 00000 n
-0000024851 00000 n
-0000025007 00000 n
-0000025169 00000 n
-0000025330 00000 n
-0000025492 00000 n
-0000025648 00000 n
-0000025810 00000 n
-0000025972 00000 n
-0000026128 00000 n
-0000026285 00000 n
-0000026443 00000 n
-0000026606 00000 n
-0000026768 00000 n
-0000026926 00000 n
-0000027084 00000 n
-0000027247 00000 n
-0000027410 00000 n
-0000027573 00000 n
-0000027736 00000 n
-0000027899 00000 n
-0000028062 00000 n
-0000028225 00000 n
-0000028388 00000 n
-0000028540 00000 n
-0000028697 00000 n
-0000028853 00000 n
-0000029010 00000 n
-0000036105 00000 n
-0000031526 00000 n
-0000029325 00000 n
-0000036047 00000 n
-0000031858 00000 n
-0000032015 00000 n
-0000032172 00000 n
-0000032334 00000 n
-0000032496 00000 n
-0000032658 00000 n
-0000032815 00000 n
-0000032977 00000 n
-0000033139 00000 n
-0000033296 00000 n
-0000033453 00000 n
-0000033615 00000 n
-0000033777 00000 n
-0000033939 00000 n
-0000034101 00000 n
-0000034263 00000 n
-0000034425 00000 n
-0000034587 00000 n
-0000034748 00000 n
-0000034910 00000 n
-0000035072 00000 n
-0000035235 00000 n
-0000035397 00000 n
-0000035559 00000 n
-0000035722 00000 n
-0000035885 00000 n
-0000040608 00000 n
-0000039979 00000 n
-0000036177 00000 n
-0000040265 00000 n
-0000040111 00000 n
-0000612322 00000 n
-0000597801 00000 n
-0000612143 00000 n
-0000040546 00000 n
-0000045425 00000 n
-0000044962 00000 n
-0000040722 00000 n
-0000045248 00000 n
-0000045094 00000 n
-0000045363 00000 n
-0000050068 00000 n
-0000049662 00000 n
-0000045552 00000 n
-0000049948 00000 n
-0000049794 00000 n
-0000050006 00000 n
-0000052138 00000 n
-0000051968 00000 n
-0000050168 00000 n
-0000052080 00000 n
-0000680689 00000 n
-0000057202 00000 n
-0000056355 00000 n
-0000052264 00000 n
-0000056977 00000 n
-0000597304 00000 n
-0000578286 00000 n
-0000597138 00000 n
-0000577796 00000 n
-0000571065 00000 n
-0000577625 00000 n
-0000056503 00000 n
-0000570638 00000 n
-0000567055 00000 n
-0000570458 00000 n
-0000056660 00000 n
-0000056821 00000 n
-0000062118 00000 n
-0000061484 00000 n
-0000057371 00000 n
-0000061770 00000 n
-0000566713 00000 n
-0000557343 00000 n
-0000566547 00000 n
-0000061616 00000 n
-0000062056 00000 n
-0000066703 00000 n
-0000066131 00000 n
-0000062287 00000 n
-0000066419 00000 n
-0000066263 00000 n
-0000070779 00000 n
-0000070148 00000 n
-0000066885 00000 n
-0000070607 00000 n
-0000070288 00000 n
-0000070450 00000 n
-0000075598 00000 n
-0000074801 00000 n
-0000070934 00000 n
-0000075249 00000 n
-0000074941 00000 n
-0000555142 00000 n
-0000552985 00000 n
-0000554979 00000 n
-0000075095 00000 n
-0000075474 00000 n
-0000075536 00000 n
-0000077734 00000 n
-0000077511 00000 n
-0000075738 00000 n
-0000077623 00000 n
-0000680807 00000 n
-0000082188 00000 n
-0000081396 00000 n
-0000077848 00000 n
-0000081842 00000 n
-0000552543 00000 n
-0000550257 00000 n
-0000552381 00000 n
-0000082010 00000 n
-0000082068 00000 n
-0000081536 00000 n
-0000082126 00000 n
-0000081689 00000 n
-0000091056 00000 n
-0000087125 00000 n
-0000086661 00000 n
-0000082353 00000 n
-0000086947 00000 n
-0000086793 00000 n
-0000087005 00000 n
-0000087063 00000 n
-0000091288 00000 n
-0000090832 00000 n
-0000087276 00000 n
-0000090944 00000 n
-0000091002 00000 n
-0000091172 00000 n
-0000091230 00000 n
-0000096795 00000 n
-0000095144 00000 n
-0000091440 00000 n
-0000096447 00000 n
-0000096559 00000 n
-0000095324 00000 n
-0000096617 00000 n
-0000095478 00000 n
-0000095639 00000 n
-0000096675 00000 n
-0000095799 00000 n
-0000095961 00000 n
-0000096123 00000 n
-0000096285 00000 n
-0000096733 00000 n
-0000101004 00000 n
-0000100544 00000 n
-0000096934 00000 n
-0000100656 00000 n
-0000100714 00000 n
-0000100772 00000 n
-0000100830 00000 n
-0000100888 00000 n
-0000100946 00000 n
-0000106159 00000 n
-0000105082 00000 n
-0000101155 00000 n
-0000105873 00000 n
-0000105238 00000 n
-0000105399 00000 n
-0000106043 00000 n
-0000105560 00000 n
-0000105716 00000 n
-0000106101 00000 n
-0000680925 00000 n
-0000110048 00000 n
-0000109423 00000 n
-0000106272 00000 n
-0000109878 00000 n
-0000109936 00000 n
-0000109563 00000 n
-0000109990 00000 n
-0000109724 00000 n
-0000118670 00000 n
-0000114564 00000 n
-0000113540 00000 n
-0000110161 00000 n
-0000114332 00000 n
-0000114390 00000 n
-0000113696 00000 n
-0000113852 00000 n
-0000114014 00000 n
-0000114444 00000 n
-0000114502 00000 n
-0000114169 00000 n
-0000118786 00000 n
-0000118327 00000 n
-0000114690 00000 n
-0000118612 00000 n
-0000118459 00000 n
-0000118728 00000 n
-0000122860 00000 n
-0000122516 00000 n
-0000118937 00000 n
-0000122628 00000 n
-0000122686 00000 n
-0000122802 00000 n
-0000126619 00000 n
-0000126391 00000 n
-0000123012 00000 n
-0000126503 00000 n
-0000126561 00000 n
-0000131511 00000 n
-0000130759 00000 n
-0000126760 00000 n
-0000131217 00000 n
-0000131275 00000 n
-0000130899 00000 n
-0000131333 00000 n
-0000131054 00000 n
-0000131391 00000 n
-0000131449 00000 n
-0000681043 00000 n
-0000135451 00000 n
-0000134991 00000 n
-0000131665 00000 n
-0000135103 00000 n
-0000135219 00000 n
-0000135277 00000 n
-0000135335 00000 n
-0000135393 00000 n
-0000139808 00000 n
-0000139464 00000 n
-0000135589 00000 n
-0000139576 00000 n
-0000139634 00000 n
-0000139750 00000 n
-0000144009 00000 n
-0000143490 00000 n
-0000139946 00000 n
-0000143778 00000 n
-0000143836 00000 n
-0000143622 00000 n
-0000143893 00000 n
-0000143951 00000 n
-0000147934 00000 n
-0000147532 00000 n
-0000144147 00000 n
-0000147644 00000 n
-0000147818 00000 n
-0000151513 00000 n
-0000151111 00000 n
-0000148087 00000 n
-0000151223 00000 n
-0000549725 00000 n
-0000540605 00000 n
-0000549540 00000 n
-0000151397 00000 n
-0000156557 00000 n
-0000155637 00000 n
-0000151653 00000 n
-0000156441 00000 n
-0000155793 00000 n
-0000155955 00000 n
-0000156116 00000 n
-0000156279 00000 n
-0000681161 00000 n
-0000160796 00000 n
-0000160099 00000 n
-0000156684 00000 n
-0000160564 00000 n
-0000160680 00000 n
-0000160239 00000 n
-0000160401 00000 n
-0000160738 00000 n
-0000165021 00000 n
-0000164383 00000 n
-0000160948 00000 n
-0000164677 00000 n
-0000164789 00000 n
-0000164847 00000 n
-0000164905 00000 n
-0000164963 00000 n
-0000164515 00000 n
-0000169796 00000 n
-0000168769 00000 n
-0000165147 00000 n
-0000169566 00000 n
-0000169624 00000 n
-0000168925 00000 n
-0000169740 00000 n
-0000169086 00000 n
-0000169247 00000 n
-0000169408 00000 n
-0000174649 00000 n
-0000173899 00000 n
-0000169922 00000 n
-0000174533 00000 n
-0000174047 00000 n
-0000174591 00000 n
-0000174210 00000 n
-0000174371 00000 n
-0000179325 00000 n
-0000178179 00000 n
-0000174789 00000 n
-0000178977 00000 n
-0000178335 00000 n
-0000178498 00000 n
-0000179093 00000 n
-0000178660 00000 n
-0000178822 00000 n
-0000179209 00000 n
-0000179267 00000 n
-0000282960 00000 n
-0000184420 00000 n
-0000183103 00000 n
-0000179477 00000 n
-0000184073 00000 n
-0000183267 00000 n
-0000184131 00000 n
-0000184189 00000 n
-0000184247 00000 n
-0000183429 00000 n
-0000184304 00000 n
-0000183589 00000 n
-0000183751 00000 n
-0000183911 00000 n
-0000184362 00000 n
-0000681279 00000 n
-0000191323 00000 n
-0000190742 00000 n
-0000184546 00000 n
-0000191029 00000 n
-0000190874 00000 n
-0000191087 00000 n
-0000191145 00000 n
-0000191203 00000 n
-0000191261 00000 n
-0000196062 00000 n
-0000194764 00000 n
-0000191449 00000 n
-0000195714 00000 n
-0000195830 00000 n
-0000195888 00000 n
-0000194928 00000 n
-0000195084 00000 n
-0000195240 00000 n
-0000195946 00000 n
-0000195402 00000 n
-0000195557 00000 n
-0000196004 00000 n
-0000200578 00000 n
-0000199999 00000 n
-0000196188 00000 n
-0000200286 00000 n
-0000200131 00000 n
-0000200344 00000 n
-0000200401 00000 n
-0000200458 00000 n
-0000200516 00000 n
-0000204728 00000 n
-0000204213 00000 n
-0000200716 00000 n
-0000204325 00000 n
-0000204440 00000 n
-0000538380 00000 n
-0000536320 00000 n
-0000538215 00000 n
-0000204670 00000 n
-0000209646 00000 n
-0000209418 00000 n
-0000204894 00000 n
-0000209530 00000 n
-0000214635 00000 n
-0000213884 00000 n
-0000209798 00000 n
-0000214341 00000 n
-0000214024 00000 n
-0000214399 00000 n
-0000535999 00000 n
-0000533928 00000 n
-0000535830 00000 n
-0000214457 00000 n
-0000214186 00000 n
-0000214515 00000 n
-0000214573 00000 n
-0000681397 00000 n
-0000219581 00000 n
-0000218666 00000 n
-0000214814 00000 n
-0000219291 00000 n
-0000219349 00000 n
-0000218814 00000 n
-0000218976 00000 n
-0000219403 00000 n
-0000219461 00000 n
-0000219137 00000 n
-0000219519 00000 n
-0000224421 00000 n
-0000223954 00000 n
-0000219760 00000 n
-0000224247 00000 n
-0000224363 00000 n
-0000224086 00000 n
-0000228818 00000 n
-0000228292 00000 n
-0000224559 00000 n
-0000228586 00000 n
-0000228424 00000 n
-0000228644 00000 n
-0000228702 00000 n
-0000228760 00000 n
-0000232374 00000 n
-0000232034 00000 n
-0000228970 00000 n
-0000232146 00000 n
-0000232204 00000 n
-0000232258 00000 n
-0000232316 00000 n
-0000237012 00000 n
-0000235990 00000 n
-0000232487 00000 n
-0000236784 00000 n
-0000236842 00000 n
-0000236146 00000 n
-0000236896 00000 n
-0000236303 00000 n
-0000236954 00000 n
-0000236460 00000 n
-0000236622 00000 n
-0000241448 00000 n
-0000241050 00000 n
-0000237138 00000 n
-0000241162 00000 n
-0000241220 00000 n
-0000241390 00000 n
-0000681515 00000 n
-0000245679 00000 n
-0000245395 00000 n
-0000241601 00000 n
-0000245507 00000 n
-0000245565 00000 n
-0000245623 00000 n
-0000250500 00000 n
-0000249922 00000 n
-0000245818 00000 n
-0000250214 00000 n
-0000250272 00000 n
-0000250054 00000 n
-0000250326 00000 n
-0000250384 00000 n
-0000250442 00000 n
-0000254504 00000 n
-0000254276 00000 n
-0000250639 00000 n
-0000254388 00000 n
-0000254446 00000 n
-0000259557 00000 n
-0000258706 00000 n
-0000254630 00000 n
-0000259325 00000 n
-0000259383 00000 n
-0000258854 00000 n
-0000259499 00000 n
-0000259012 00000 n
-0000259169 00000 n
-0000263682 00000 n
-0000263042 00000 n
-0000259683 00000 n
-0000263335 00000 n
-0000263393 00000 n
-0000263451 00000 n
-0000263509 00000 n
-0000263174 00000 n
-0000263624 00000 n
-0000267995 00000 n
-0000267535 00000 n
-0000263809 00000 n
-0000267647 00000 n
-0000267763 00000 n
-0000267937 00000 n
-0000681633 00000 n
-0000272089 00000 n
-0000271745 00000 n
-0000268148 00000 n
-0000271857 00000 n
-0000271915 00000 n
-0000272031 00000 n
-0000275207 00000 n
-0000274979 00000 n
-0000272216 00000 n
-0000275091 00000 n
-0000275149 00000 n
-0000279134 00000 n
-0000278729 00000 n
-0000275333 00000 n
-0000279018 00000 n
-0000278861 00000 n
-0000279076 00000 n
-0000283079 00000 n
-0000282790 00000 n
-0000279286 00000 n
-0000282902 00000 n
-0000286550 00000 n
-0000285957 00000 n
-0000283219 00000 n
-0000286071 00000 n
-0000286131 00000 n
-0000286191 00000 n
-0000286250 00000 n
-0000286310 00000 n
-0000286370 00000 n
-0000286430 00000 n
-0000286490 00000 n
-0000290150 00000 n
-0000289494 00000 n
-0000286663 00000 n
-0000289610 00000 n
-0000289670 00000 n
-0000289730 00000 n
-0000289790 00000 n
-0000289850 00000 n
-0000289910 00000 n
-0000289970 00000 n
-0000290030 00000 n
-0000290090 00000 n
-0000681752 00000 n
-0000293791 00000 n
-0000293012 00000 n
-0000290277 00000 n
-0000293311 00000 n
-0000293371 00000 n
-0000293149 00000 n
-0000293431 00000 n
-0000293491 00000 n
-0000293551 00000 n
-0000293611 00000 n
-0000293671 00000 n
-0000293731 00000 n
-0000297435 00000 n
-0000296901 00000 n
-0000293930 00000 n
-0000297017 00000 n
-0000297077 00000 n
-0000297137 00000 n
-0000297315 00000 n
-0000297375 00000 n
-0000301683 00000 n
-0000301028 00000 n
-0000297563 00000 n
-0000301328 00000 n
-0000301388 00000 n
-0000301165 00000 n
-0000301444 00000 n
-0000301563 00000 n
-0000301623 00000 n
-0000305656 00000 n
-0000305007 00000 n
-0000301810 00000 n
-0000305298 00000 n
-0000305413 00000 n
-0000305144 00000 n
-0000305532 00000 n
-0000305592 00000 n
-0000309830 00000 n
-0000309411 00000 n
-0000305783 00000 n
-0000309711 00000 n
-0000309548 00000 n
-0000309771 00000 n
-0000313717 00000 n
-0000313481 00000 n
-0000309957 00000 n
-0000313597 00000 n
-0000313657 00000 n
-0000681877 00000 n
-0000318641 00000 n
-0000318054 00000 n
-0000313871 00000 n
-0000318522 00000 n
-0000318200 00000 n
-0000318358 00000 n
-0000322810 00000 n
-0000322213 00000 n
-0000318794 00000 n
-0000322512 00000 n
-0000322350 00000 n
-0000322630 00000 n
-0000322690 00000 n
-0000322750 00000 n
-0000326808 00000 n
-0000326332 00000 n
-0000322937 00000 n
-0000326633 00000 n
-0000326693 00000 n
-0000326469 00000 n
-0000330459 00000 n
-0000330167 00000 n
-0000326960 00000 n
-0000330283 00000 n
-0000330343 00000 n
-0000330399 00000 n
-0000334271 00000 n
-0000333505 00000 n
-0000330598 00000 n
-0000333969 00000 n
-0000333651 00000 n
-0000334029 00000 n
-0000333814 00000 n
-0000334147 00000 n
-0000334207 00000 n
-0000338945 00000 n
-0000338357 00000 n
-0000334398 00000 n
-0000338826 00000 n
-0000338503 00000 n
-0000338886 00000 n
-0000338667 00000 n
-0000682002 00000 n
-0000343183 00000 n
-0000342646 00000 n
-0000339072 00000 n
-0000342939 00000 n
-0000342999 00000 n
-0000342783 00000 n
-0000343059 00000 n
-0000343119 00000 n
-0000347939 00000 n
-0000347047 00000 n
-0000343297 00000 n
-0000347519 00000 n
-0000347579 00000 n
-0000347639 00000 n
-0000347699 00000 n
-0000347759 00000 n
-0000347193 00000 n
-0000347819 00000 n
-0000347356 00000 n
-0000347879 00000 n
-0000351737 00000 n
-0000351382 00000 n
-0000348053 00000 n
-0000351498 00000 n
-0000351558 00000 n
-0000351617 00000 n
-0000351677 00000 n
-0000355106 00000 n
-0000354699 00000 n
-0000351864 00000 n
-0000354815 00000 n
-0000357545 00000 n
-0000357310 00000 n
-0000355220 00000 n
-0000357426 00000 n
-0000360863 00000 n
-0000360628 00000 n
-0000357673 00000 n
-0000360744 00000 n
-0000682127 00000 n
-0000365533 00000 n
-0000364943 00000 n
-0000361002 00000 n
-0000365236 00000 n
-0000365080 00000 n
-0000365469 00000 n
-0000369174 00000 n
-0000368939 00000 n
-0000365661 00000 n
-0000369055 00000 n
-0000374181 00000 n
-0000373646 00000 n
-0000369302 00000 n
-0000373939 00000 n
-0000373783 00000 n
-0000374117 00000 n
-0000377168 00000 n
-0000376933 00000 n
-0000374309 00000 n
-0000377049 00000 n
-0000378359 00000 n
-0000378183 00000 n
-0000377309 00000 n
-0000378299 00000 n
-0000396838 00000 n
-0000382559 00000 n
-0000378460 00000 n
-0000396720 00000 n
-0000383479 00000 n
-0000383630 00000 n
-0000383781 00000 n
-0000383932 00000 n
-0000384082 00000 n
-0000384233 00000 n
-0000384384 00000 n
-0000384534 00000 n
-0000384685 00000 n
-0000384834 00000 n
-0000384985 00000 n
-0000385135 00000 n
-0000385286 00000 n
-0000385437 00000 n
-0000385588 00000 n
-0000385739 00000 n
-0000385889 00000 n
-0000386040 00000 n
-0000386190 00000 n
-0000386341 00000 n
-0000386490 00000 n
-0000386641 00000 n
-0000386791 00000 n
-0000386942 00000 n
-0000387092 00000 n
-0000387243 00000 n
-0000387392 00000 n
-0000387542 00000 n
-0000387693 00000 n
-0000387844 00000 n
-0000387994 00000 n
-0000388145 00000 n
-0000388295 00000 n
-0000388446 00000 n
-0000388597 00000 n
-0000388748 00000 n
-0000388898 00000 n
-0000389049 00000 n
-0000389199 00000 n
-0000389349 00000 n
-0000389498 00000 n
-0000389648 00000 n
-0000389798 00000 n
-0000389949 00000 n
-0000390097 00000 n
-0000390248 00000 n
-0000390399 00000 n
-0000390550 00000 n
-0000390701 00000 n
-0000390850 00000 n
-0000391000 00000 n
-0000391149 00000 n
-0000391300 00000 n
-0000391450 00000 n
-0000391601 00000 n
-0000391752 00000 n
-0000391902 00000 n
-0000392053 00000 n
-0000392204 00000 n
-0000392355 00000 n
-0000392505 00000 n
-0000392656 00000 n
-0000392807 00000 n
-0000392958 00000 n
-0000393108 00000 n
-0000393258 00000 n
-0000393409 00000 n
-0000393560 00000 n
-0000393710 00000 n
-0000393859 00000 n
-0000394009 00000 n
-0000394160 00000 n
-0000394310 00000 n
-0000394460 00000 n
-0000394611 00000 n
-0000394762 00000 n
-0000394913 00000 n
-0000395064 00000 n
-0000395213 00000 n
-0000395363 00000 n
-0000395514 00000 n
-0000395665 00000 n
-0000395816 00000 n
-0000395967 00000 n
-0000396118 00000 n
-0000396269 00000 n
-0000396420 00000 n
-0000396569 00000 n
-0000682252 00000 n
-0000416238 00000 n
-0000401051 00000 n
-0000396966 00000 n
-0000416178 00000 n
-0000402025 00000 n
-0000402176 00000 n
-0000402327 00000 n
-0000402477 00000 n
-0000402627 00000 n
-0000402778 00000 n
-0000402929 00000 n
-0000403079 00000 n
-0000403230 00000 n
-0000403380 00000 n
-0000403530 00000 n
-0000403680 00000 n
-0000403830 00000 n
-0000403981 00000 n
-0000404132 00000 n
-0000404282 00000 n
-0000404433 00000 n
-0000404584 00000 n
-0000404735 00000 n
-0000404886 00000 n
-0000405036 00000 n
-0000405187 00000 n
-0000405338 00000 n
-0000405489 00000 n
-0000405637 00000 n
-0000405788 00000 n
-0000405938 00000 n
-0000406089 00000 n
-0000406240 00000 n
-0000406390 00000 n
-0000406541 00000 n
-0000406692 00000 n
-0000406843 00000 n
-0000406993 00000 n
-0000407144 00000 n
-0000407295 00000 n
-0000407446 00000 n
-0000407596 00000 n
-0000407747 00000 n
-0000407898 00000 n
-0000408049 00000 n
-0000408199 00000 n
-0000408350 00000 n
-0000408501 00000 n
-0000408651 00000 n
-0000408802 00000 n
-0000408953 00000 n
-0000409103 00000 n
-0000409254 00000 n
-0000409405 00000 n
-0000409556 00000 n
-0000409707 00000 n
-0000409858 00000 n
-0000410009 00000 n
-0000410160 00000 n
-0000410311 00000 n
-0000410462 00000 n
-0000410613 00000 n
-0000410764 00000 n
-0000410915 00000 n
-0000411066 00000 n
-0000411216 00000 n
-0000411366 00000 n
-0000411516 00000 n
-0000411667 00000 n
-0000411818 00000 n
-0000411968 00000 n
-0000412119 00000 n
-0000412270 00000 n
-0000412420 00000 n
-0000412571 00000 n
-0000412722 00000 n
-0000412873 00000 n
-0000413024 00000 n
-0000413173 00000 n
-0000413324 00000 n
-0000413474 00000 n
-0000413625 00000 n
-0000413775 00000 n
-0000413926 00000 n
-0000414077 00000 n
-0000414228 00000 n
-0000414379 00000 n
-0000414530 00000 n
-0000414681 00000 n
-0000414829 00000 n
-0000414980 00000 n
-0000415131 00000 n
-0000415280 00000 n
-0000415430 00000 n
-0000415579 00000 n
-0000415728 00000 n
-0000415878 00000 n
-0000416028 00000 n
-0000435281 00000 n
-0000420589 00000 n
-0000416352 00000 n
-0000435221 00000 n
-0000421536 00000 n
-0000421686 00000 n
-0000421836 00000 n
-0000421987 00000 n
-0000422138 00000 n
-0000422289 00000 n
-0000422439 00000 n
-0000422589 00000 n
-0000422740 00000 n
-0000422891 00000 n
-0000423042 00000 n
-0000423191 00000 n
-0000423341 00000 n
-0000423490 00000 n
-0000423640 00000 n
-0000423790 00000 n
-0000423940 00000 n
-0000424091 00000 n
-0000424242 00000 n
-0000424392 00000 n
-0000424542 00000 n
-0000424693 00000 n
-0000424844 00000 n
-0000424994 00000 n
-0000425144 00000 n
-0000425294 00000 n
-0000425445 00000 n
-0000425594 00000 n
-0000425744 00000 n
-0000425892 00000 n
-0000426041 00000 n
-0000426191 00000 n
-0000426340 00000 n
-0000426489 00000 n
-0000426639 00000 n
-0000426790 00000 n
-0000426941 00000 n
-0000427091 00000 n
-0000427240 00000 n
-0000427389 00000 n
-0000427540 00000 n
-0000427690 00000 n
-0000427841 00000 n
-0000427991 00000 n
-0000428142 00000 n
-0000428292 00000 n
-0000428443 00000 n
-0000428594 00000 n
-0000428745 00000 n
-0000428896 00000 n
-0000429047 00000 n
-0000429198 00000 n
-0000429349 00000 n
-0000429500 00000 n
-0000429651 00000 n
-0000429801 00000 n
-0000429952 00000 n
-0000430103 00000 n
-0000430254 00000 n
-0000430405 00000 n
-0000430556 00000 n
-0000430707 00000 n
-0000430857 00000 n
-0000431007 00000 n
-0000431158 00000 n
-0000431308 00000 n
-0000431459 00000 n
-0000431609 00000 n
-0000431760 00000 n
-0000431911 00000 n
-0000432062 00000 n
-0000432213 00000 n
-0000432364 00000 n
-0000432515 00000 n
-0000432665 00000 n
-0000432815 00000 n
-0000432965 00000 n
-0000433116 00000 n
-0000433267 00000 n
-0000433417 00000 n
-0000433568 00000 n
-0000433718 00000 n
-0000433869 00000 n
-0000434019 00000 n
-0000434170 00000 n
-0000434319 00000 n
-0000434468 00000 n
-0000434618 00000 n
-0000434769 00000 n
-0000434919 00000 n
-0000435070 00000 n
-0000455274 00000 n
-0000439607 00000 n
-0000435408 00000 n
-0000455214 00000 n
-0000440608 00000 n
-0000440759 00000 n
-0000440910 00000 n
-0000441061 00000 n
-0000441212 00000 n
-0000441363 00000 n
-0000441514 00000 n
-0000441664 00000 n
-0000441814 00000 n
-0000441965 00000 n
-0000442116 00000 n
-0000442267 00000 n
-0000442417 00000 n
-0000442568 00000 n
-0000442718 00000 n
-0000442869 00000 n
-0000443019 00000 n
-0000443170 00000 n
-0000443321 00000 n
-0000443472 00000 n
-0000443623 00000 n
-0000443774 00000 n
-0000443925 00000 n
-0000444076 00000 n
-0000444227 00000 n
-0000444377 00000 n
-0000444528 00000 n
-0000444678 00000 n
-0000444828 00000 n
-0000444979 00000 n
-0000445128 00000 n
-0000445279 00000 n
-0000445430 00000 n
-0000445579 00000 n
-0000445730 00000 n
-0000445881 00000 n
-0000446031 00000 n
-0000446182 00000 n
-0000446332 00000 n
-0000446482 00000 n
-0000446632 00000 n
-0000446783 00000 n
-0000446932 00000 n
-0000447082 00000 n
-0000447233 00000 n
-0000447383 00000 n
-0000447534 00000 n
-0000447685 00000 n
-0000447836 00000 n
-0000447987 00000 n
-0000448138 00000 n
-0000448288 00000 n
-0000448439 00000 n
-0000448589 00000 n
-0000448740 00000 n
-0000448890 00000 n
-0000449041 00000 n
-0000449192 00000 n
-0000449342 00000 n
-0000449492 00000 n
-0000449643 00000 n
-0000449793 00000 n
-0000449944 00000 n
-0000450093 00000 n
-0000450244 00000 n
-0000450395 00000 n
-0000450546 00000 n
-0000450697 00000 n
-0000450848 00000 n
-0000450999 00000 n
-0000451149 00000 n
-0000451300 00000 n
-0000451451 00000 n
-0000451601 00000 n
-0000451751 00000 n
-0000451902 00000 n
-0000452052 00000 n
-0000452203 00000 n
-0000452354 00000 n
-0000452505 00000 n
-0000452656 00000 n
-0000452807 00000 n
-0000452958 00000 n
-0000453109 00000 n
-0000453260 00000 n
-0000453411 00000 n
-0000453561 00000 n
-0000453712 00000 n
-0000453862 00000 n
-0000454013 00000 n
-0000454163 00000 n
-0000454314 00000 n
-0000454465 00000 n
-0000454616 00000 n
-0000454766 00000 n
-0000454915 00000 n
-0000455064 00000 n
-0000461220 00000 n
-0000456731 00000 n
-0000455388 00000 n
-0000461160 00000 n
-0000457102 00000 n
-0000457251 00000 n
-0000457402 00000 n
-0000457552 00000 n
-0000457701 00000 n
-0000457851 00000 n
-0000458001 00000 n
-0000458152 00000 n
-0000458303 00000 n
-0000458453 00000 n
-0000458602 00000 n
-0000458753 00000 n
-0000458904 00000 n
-0000459055 00000 n
-0000459205 00000 n
-0000459356 00000 n
-0000459506 00000 n
-0000459656 00000 n
-0000459806 00000 n
-0000459956 00000 n
-0000460107 00000 n
-0000460258 00000 n
-0000460407 00000 n
-0000460558 00000 n
-0000460707 00000 n
-0000460858 00000 n
-0000461009 00000 n
-0000478631 00000 n
-0000465205 00000 n
-0000461307 00000 n
-0000478265 00000 n
-0000466044 00000 n
-0000466199 00000 n
-0000466353 00000 n
-0000466508 00000 n
-0000466663 00000 n
-0000466818 00000 n
-0000466972 00000 n
-0000467126 00000 n
-0000467279 00000 n
-0000467434 00000 n
-0000467589 00000 n
-0000467744 00000 n
-0000467899 00000 n
-0000468055 00000 n
-0000468208 00000 n
-0000468363 00000 n
-0000468517 00000 n
-0000468672 00000 n
-0000468826 00000 n
-0000468981 00000 n
-0000469136 00000 n
-0000469291 00000 n
-0000469446 00000 n
-0000469601 00000 n
-0000469756 00000 n
-0000469911 00000 n
-0000470066 00000 n
-0000470221 00000 n
-0000470376 00000 n
-0000470532 00000 n
-0000470687 00000 n
-0000470842 00000 n
-0000470996 00000 n
-0000471150 00000 n
-0000471305 00000 n
-0000471459 00000 n
-0000471615 00000 n
-0000471769 00000 n
-0000471924 00000 n
-0000472079 00000 n
-0000472234 00000 n
-0000472389 00000 n
-0000472542 00000 n
-0000472696 00000 n
-0000472851 00000 n
-0000473006 00000 n
-0000473161 00000 n
-0000473316 00000 n
-0000473469 00000 n
-0000473623 00000 n
-0000473778 00000 n
-0000473932 00000 n
-0000474087 00000 n
-0000474242 00000 n
-0000474397 00000 n
-0000474552 00000 n
-0000474706 00000 n
-0000474860 00000 n
-0000475015 00000 n
-0000475169 00000 n
-0000475324 00000 n
-0000475477 00000 n
-0000475632 00000 n
-0000475787 00000 n
-0000475942 00000 n
-0000476097 00000 n
-0000476252 00000 n
-0000476407 00000 n
-0000476562 00000 n
-0000476716 00000 n
-0000476871 00000 n
-0000477026 00000 n
-0000477181 00000 n
-0000477335 00000 n
-0000477490 00000 n
-0000477646 00000 n
-0000477801 00000 n
-0000477955 00000 n
-0000478110 00000 n
-0000496269 00000 n
-0000482373 00000 n
-0000478732 00000 n
-0000495967 00000 n
-0000483239 00000 n
-0000483395 00000 n
-0000483551 00000 n
-0000483707 00000 n
-0000483863 00000 n
-0000484018 00000 n
-0000484174 00000 n
-0000484329 00000 n
-0000484484 00000 n
-0000484639 00000 n
-0000484793 00000 n
-0000484948 00000 n
-0000485102 00000 n
-0000485258 00000 n
-0000485413 00000 n
-0000485569 00000 n
-0000485725 00000 n
-0000485881 00000 n
-0000486036 00000 n
-0000486192 00000 n
-0000486348 00000 n
-0000486504 00000 n
-0000486660 00000 n
-0000486816 00000 n
-0000486972 00000 n
-0000487128 00000 n
-0000487284 00000 n
-0000487440 00000 n
-0000487596 00000 n
-0000487751 00000 n
-0000487907 00000 n
-0000488061 00000 n
-0000488217 00000 n
-0000488372 00000 n
-0000488528 00000 n
-0000488683 00000 n
-0000488839 00000 n
-0000488995 00000 n
-0000489151 00000 n
-0000489307 00000 n
-0000489463 00000 n
-0000489619 00000 n
-0000489775 00000 n
-0000489931 00000 n
-0000490087 00000 n
-0000490242 00000 n
-0000490398 00000 n
-0000490554 00000 n
-0000490710 00000 n
-0000490866 00000 n
-0000491022 00000 n
-0000491178 00000 n
-0000491333 00000 n
-0000491486 00000 n
-0000491640 00000 n
-0000491794 00000 n
-0000491949 00000 n
-0000492104 00000 n
-0000492258 00000 n
-0000492413 00000 n
-0000492568 00000 n
-0000492722 00000 n
-0000492877 00000 n
-0000493031 00000 n
-0000493186 00000 n
-0000493341 00000 n
-0000493494 00000 n
-0000493649 00000 n
-0000493803 00000 n
-0000493958 00000 n
-0000494112 00000 n
-0000494266 00000 n
-0000494421 00000 n
-0000494575 00000 n
-0000494730 00000 n
-0000494885 00000 n
-0000495039 00000 n
-0000495194 00000 n
-0000495349 00000 n
-0000495504 00000 n
-0000495658 00000 n
-0000495813 00000 n
-0000682377 00000 n
-0000513975 00000 n
-0000500231 00000 n
-0000496356 00000 n
-0000513671 00000 n
-0000501088 00000 n
-0000501242 00000 n
-0000501397 00000 n
-0000501550 00000 n
-0000501704 00000 n
-0000501859 00000 n
-0000502014 00000 n
-0000502169 00000 n
-0000502323 00000 n
-0000502478 00000 n
-0000502632 00000 n
-0000502787 00000 n
-0000502941 00000 n
-0000503094 00000 n
-0000503247 00000 n
-0000503401 00000 n
-0000503555 00000 n
-0000503709 00000 n
-0000503862 00000 n
-0000504016 00000 n
-0000504170 00000 n
-0000504328 00000 n
-0000504486 00000 n
-0000504642 00000 n
-0000504800 00000 n
-0000504958 00000 n
-0000505117 00000 n
-0000505274 00000 n
-0000505432 00000 n
-0000505584 00000 n
-0000505742 00000 n
-0000505898 00000 n
-0000506056 00000 n
-0000506214 00000 n
-0000506371 00000 n
-0000506528 00000 n
-0000506686 00000 n
-0000506844 00000 n
-0000507002 00000 n
-0000507159 00000 n
-0000507317 00000 n
-0000507474 00000 n
-0000507627 00000 n
-0000507782 00000 n
-0000507938 00000 n
-0000508093 00000 n
-0000508248 00000 n
-0000508404 00000 n
-0000508559 00000 n
-0000508715 00000 n
-0000508870 00000 n
-0000509026 00000 n
-0000509179 00000 n
-0000509334 00000 n
-0000509489 00000 n
-0000509645 00000 n
-0000509801 00000 n
-0000509956 00000 n
-0000510111 00000 n
-0000510266 00000 n
-0000510420 00000 n
-0000510575 00000 n
-0000510729 00000 n
-0000510885 00000 n
-0000511040 00000 n
-0000511196 00000 n
-0000511352 00000 n
-0000511508 00000 n
-0000511664 00000 n
-0000511818 00000 n
-0000511972 00000 n
-0000512126 00000 n
-0000512281 00000 n
-0000512435 00000 n
-0000512590 00000 n
-0000512745 00000 n
-0000512899 00000 n
-0000513054 00000 n
-0000513208 00000 n
-0000513362 00000 n
-0000513517 00000 n
-0000532171 00000 n
-0000518129 00000 n
-0000514062 00000 n
-0000531863 00000 n
-0000519004 00000 n
-0000519159 00000 n
-0000519315 00000 n
-0000519470 00000 n
-0000519626 00000 n
-0000519780 00000 n
-0000519935 00000 n
-0000520090 00000 n
-0000520244 00000 n
-0000520399 00000 n
-0000520553 00000 n
-0000520709 00000 n
-0000520862 00000 n
-0000521017 00000 n
-0000521171 00000 n
-0000521327 00000 n
-0000521483 00000 n
-0000521638 00000 n
-0000521793 00000 n
-0000521946 00000 n
-0000522101 00000 n
-0000522256 00000 n
-0000522410 00000 n
-0000522565 00000 n
-0000522720 00000 n
-0000522873 00000 n
-0000523027 00000 n
-0000523182 00000 n
-0000523338 00000 n
-0000523493 00000 n
-0000523647 00000 n
-0000523802 00000 n
-0000523957 00000 n
-0000524111 00000 n
-0000524265 00000 n
-0000524420 00000 n
-0000524576 00000 n
-0000524731 00000 n
-0000524886 00000 n
-0000525039 00000 n
-0000525194 00000 n
-0000525347 00000 n
-0000525502 00000 n
-0000525656 00000 n
-0000525811 00000 n
-0000525966 00000 n
-0000526121 00000 n
-0000526275 00000 n
-0000526431 00000 n
-0000526585 00000 n
-0000526738 00000 n
-0000526892 00000 n
-0000527047 00000 n
-0000527202 00000 n
-0000527357 00000 n
-0000527512 00000 n
-0000527667 00000 n
-0000527822 00000 n
-0000527978 00000 n
-0000528134 00000 n
-0000528288 00000 n
-0000528443 00000 n
-0000528599 00000 n
-0000528755 00000 n
-0000528909 00000 n
-0000529065 00000 n
-0000529220 00000 n
-0000529376 00000 n
-0000529530 00000 n
-0000529686 00000 n
-0000529842 00000 n
-0000529997 00000 n
-0000530153 00000 n
-0000530309 00000 n
-0000530465 00000 n
-0000530621 00000 n
-0000530777 00000 n
-0000530931 00000 n
-0000531086 00000 n
-0000531241 00000 n
-0000531397 00000 n
-0000531552 00000 n
-0000531707 00000 n
-0000533841 00000 n
-0000532829 00000 n
-0000532258 00000 n
-0000533781 00000 n
-0000533002 00000 n
-0000533158 00000 n
-0000533314 00000 n
-0000533470 00000 n
-0000533626 00000 n
-0000536233 00000 n
-0000536208 00000 n
-0000538613 00000 n
-0000538578 00000 n
-0000538716 00000 n
-0000549978 00000 n
-0000552844 00000 n
-0000552771 00000 n
-0000555409 00000 n
-0000555370 00000 n
-0000555531 00000 n
-0000566948 00000 n
-0000570930 00000 n
-0000570871 00000 n
-0000578089 00000 n
-0000597548 00000 n
-0000612658 00000 n
-0000626478 00000 n
-0000637516 00000 n
-0000653509 00000 n
-0000658110 00000 n
-0000657836 00000 n
-0000679899 00000 n
-0000682484 00000 n
-0000682604 00000 n
-0000682726 00000 n
-0000682834 00000 n
-0000682916 00000 n
-0000692197 00000 n
-0000700846 00000 n
-0000700887 00000 n
-0000700927 00000 n
-0000701108 00000 n
-trailer
-<< /Size 1981
-/Root 1979 0 R
-/Info 1980 0 R
-/ID [<EBE87E14798328010A4E5247DF8DA056> <EBE87E14798328010A4E5247DF8DA056>] >>
-startxref
-701375
-%%EOF
diff --git a/Master/texmf-dist/doc/generic/mfpic/pictures.tex b/Master/texmf-dist/doc/generic/mfpic/pictures.tex
index 3906ef38e23..17dec8f4e73 100644
--- a/Master/texmf-dist/doc/generic/mfpic/pictures.tex
+++ b/Master/texmf-dist/doc/generic/mfpic/pictures.tex
@@ -1,5 +1,5 @@
%%% File: pictures.tex
-%%% A part of mfpic 0.9 2006/05/26
+%%% A part of mfpic 1.00 2009/09/22
%%%
\magnification=\magstep1
diff --git a/Master/texmf-dist/metafont/mfpic/grafbase.mf b/Master/texmf-dist/metafont/mfpic/grafbase.mf
index 470e3e7f346..2532e17cc3c 100644
--- a/Master/texmf-dist/metafont/mfpic/grafbase.mf
+++ b/Master/texmf-dist/metafont/mfpic/grafbase.mf
@@ -8,19 +8,22 @@
%%
%% -------------------------------------------------------------------
%%
-%% Copyright 2002--2006, Daniel H. Luecking
+%% Copyright 2002--2009, Daniel H. Luecking
%%
%% Mfpic may be distributed and/or modified under the conditions of the
-%% LaTeX Project Public License, either version 1.3b of this license or (at
+%% LaTeX Project Public License, either version 1.3c of this license or (at
%% your option) any later version. The latest version of this license is in
%% <http://www.latex-project.org/lppl.txt>
-%% and version 1.3b or later is part of all distributions of LaTeX version
-%% 2005/12/01 or later.
+%% and version 1.3c or later is part of all distributions of LaTeX version
+%% 2008/12/01 or later.
%%
%% Mfpic has maintenance status "author-maintained". The Current Maintainer
%% is Daniel H. Luecking. There are several Base Interpreters associated
%% with mfpic: plain TeX, LaTeX, plain Metafont and plain MetaPost.
%%
+%%% File: grafbase.dtx
+%%% A part of mfpic 1.00 2009/09/22
+%%%
if (known grafbaseversion) or (known grafbase):
message "Grafbase (" & jobname & "): You have loaded grafbase more "
& "than once! Please make sure that it is loaded only once.";
@@ -29,7 +32,7 @@ fi
boolean grafbase; grafbase := true;
string fileversion, filedate;
-fileversion := "0.9"; filedate := "2006/05/26";
+fileversion := "1.00"; filedate := "2009/09/22";
message " Loading grafbase macros, version " & fileversion & " " &
filedate & ".";
@@ -56,7 +59,7 @@ def checkversions (expr g)=
fi
enddef;
-checkversions (90);
+checkversions (100);
if unknown base_name : input plain;
elseif not string base_name: input plain;
@@ -64,17 +67,14 @@ elseif base_name <> "plain": input plain;
fi
boolean METAPOST;
-
-if known color Geamparalele din Babadag:
- METAPOST := true;
-else:
- METAPOST := false;
-fi
+METAPOST := known color Geamparalele din Babadag;
+numeric metapostversion;
if METAPOST:
GBerrmsg ("wrong compiler.")
"This file is for Metafont. For Metapost use grafbase.mp.";
fi
+metapostversion := 0;
if not boolean debug: boolean debug; debug := false; fi
@@ -174,6 +174,8 @@ enddef;
boolean showbbox; showbbox := false;
let color = numeric; color black, white;
+let rgbcolor = numeric;
+let cmykcolor = numeric;
black := 0; white := 1;
def withcolor text t = enddef;
def _wc_ = withcolor enddef;
@@ -185,54 +187,77 @@ currentcolor := fillcolor := drawcolor := hatchcolor :=
background := white;
vardef snapto expr t =
- if unknown t: 0
- elseif not (numeric t): 0
- elseif t < 0: 0
- elseif t > 1: 1
- else: t
+ if numeric t:
+ if unknown t: 0
+ elseif t < 0: 0
+ elseif t > 1: 1
+ else: t
+ fi
+ else:
+ GBerrmsg ("Improper expression type.")
+ "The argument to `snapto' must be a numeric.";
fi
+
enddef;
-vardef gray (expr g) = (snapto g)*white enddef;
+vardef rgbgray (expr g) = (snapto g) * white enddef;
+vardef cmykgray (expr g) = cmyk(0,0,0,1 - snapto g) enddef;
-vardef makeclr (expr r, g, b) =
- gray (sqrt((2r*r + 4g*g + b*b)/7))
+vardef knowncolor expr clr = (known clr) and (iscolor clr) enddef;
+
+vardef grayscalegray (expr g) = snapto g enddef;
+vardef gray (expr g) = grayscalegray (g) enddef;
+vardef cmyk (expr c, m, y, k) = rgb (1-c-k, 1-m-k, 1-y-k) enddef;
+vardef makegray primary clr =
+ if knowncolor clr: clr else: black fi
enddef;
+def makergb = makegray enddef;
+def makecmyk = makegray enddef;
+vardef iscolor expr clr = color clr enddef;
-vardef rgb (expr r, g, b) =
- makeclr (snapto r, snapto g, snapto b)
+vardef forceclr (expr c) =
+ if unknown c :
+ if numeric c: grayscaleblack
+ elseif rgbcolor c: rgbblack
+ elseif cmykcolor c: cmykblack
+ else: black
+ fi
+ elseif numeric c: gray (c)
+ elseif iscolor c: c
+ else: black
+ fi
enddef;
+vardef named (suffix c) = forceclr (c) enddef;
-vardef cmyk (expr c, m, y, k) =
- rgb (1-c-k, 1-m-k, 1-y-k)
+vardef togray (expr r, g, b) =
+ gray (sqrt((2r*r + 4g*g + b*b)/7))
enddef;
-vardef RGB (expr R, G, B) =
- rgb (R/255, G/255, B/255)
+vardef rgbtogray (expr r, g, b) =
+ togray(snapto r, snapto g, snapto b)
+enddef;
+vardef cmyktogray (expr c, m, y, k) =
+ rgbtogray (1-c-k,1-m-k,1-y-k)
enddef;
-vardef named (suffix c) =
- if unknown c: black else: forceclr (c) fi
+vardef cmyktorgb (expr c,m,y,k) =
+ rgb(1-c-k,1-m-k,1-y-k)
enddef;
-vardef forceclr (expr c) =
- if numeric c: gray (c)
- elseif color c: c
- else: black
- fi
+vardef rgbtocmyk (expr r,g,b) =
+ cmyk(1-r,1-g,1-b,0)
enddef;
-color red, green, blue, cyan, magenta, yellow;
-red := rgb (1, 0, 0);
-green := rgb (0, 1, 0);
-blue := rgb (0, 0, 1);
-cyan := rgb (0, 1, 1);
-magenta := rgb (1, 0, 1);
-yellow := rgb (1, 1, 0);
+vardef rgb (expr r, g, b) =
+ togray (snapto r, snapto g, snapto b)
+enddef;
+vardef RGB (expr R, G, B) =
+ rgb (R/255, G/255, B/255)
+enddef;
def list (suffix v) (text lst) =
v := 0; for _itm = lst: v[incr v] := _itm; endfor
if v = 0:
- GBerrmsg ("no list to process!")
+ GBerrmsg ("No list to process!")
"An attempt was made to produce an array from a "
& "list of expressions having no valid entries.";
fi
@@ -420,8 +445,10 @@ def setnumeric (suffix name) = save name; name := enddef;
def setboolean = setvariable (boolean) enddef;
def setpair = setvariable (pair) enddef;
def setpath = setvariable (path) enddef;
-def setcolor = setvariable (color) enddef;
def setpicture = setvariable (picture) enddef;
+def setstring = setvariable (string) enddef;
+def settransform = setvariable (transform) enddef;
+def setpen = setvariable (pen) enddef;
def settension (suffix tn) expr tens =
setnumeric (tn) if tens > 0: tens else: default_tension fi;
enddef;
@@ -447,6 +474,64 @@ def setsplit (suffix s) expr ss =
setnumeric (s) emax (1, ceiling ss);
enddef;
+def setrgbcolor = setcolor enddef;
+def setcmykcolor = setcolor enddef;
+def setcolor = setvariable (color) enddef;
+def gsetcolor = gsetvariable (color) enddef;
+
+setcolor(rgbblack) rgb(0,0,0);
+setcolor(red) rgb(1,0,0);
+setcolor(green) rgb(0,1,0);
+setcolor(blue) rgb(0,0,1);
+setcolor(rgbwhite) rgb(1,1,1);
+setcolor(cmykwhite) cmyk(0,0,0,0);
+setcolor(cyan) cmyk(1,0,0,0); % Maybe these should
+setcolor(magenta) cmyk(0,1,0,0); % be rbg for backward
+setcolor(yellow) cmyk(0,0,1,0); % compatibility?
+setcolor(cmykblack) cmyk(0,0,0,1);
+setcolor(grayscaleblack) gray(0);
+setcolor(grayscalewhite) gray(1);
+
+def setoutputtemplate text garbage = enddef;
+
+def romannumeral = _romannumeral (true) enddef;
+vardef _romannumeral (expr prefix, X) =
+ save Y, _tmp, U; string U;
+
+ Y.m := X div 1000; % thousands digit
+ _tmp := X - 1000Y.m; % hundreds digits and lower
+ Y.c := _tmp div 100; % hundreds
+ _tmp := _tmp - 100Y.c; % tens and units
+ Y.x := _tmp div 10; % tens
+ Y.i := _tmp - 10Y.x; % units
+
+ strrepeat("m", Y.m) &
+ romandigit(prefix, "c", "d", "m", Y.c) &
+ romandigit(prefix, "x", "l", "c", Y.x) &
+ romandigit(prefix, "i", "v", "x", Y.i)
+enddef;
+
+vardef romandigit (expr prefix, bot, mid, top, n) =
+ if n > 9 : top & strrepeat(bot, n-10) % shouldn't happen
+ elseif n > 8 :
+ if prefix: bot & top % "ix"
+ else: mid & bot & bot & bot & bot % "viiii"
+ fi
+ elseif n > 4 : mid & strrepeat (bot, n-5) % "v"--"viii"
+ elseif n > 3 :
+ if prefix: bot & mid % "iv"
+ else: bot & bot & bot & bot % "iiii"
+ fi
+ else: strrepeat (bot, n) % ""--"iii" for 0--3
+ fi
+enddef;
+
+vardef strrepeat (expr st, rep) =
+ setstring (_sr) "";
+ for i = 1 upto rep: _sr := _sr & st; endfor
+ _sr
+enddef;
+
transform ztr, vtr;
def setztr =
if debug:
@@ -552,7 +637,6 @@ numeric label_sep, labelpath_sep ;
label_sep := 0; labelpath_sep := 0;
def verbatimtex text t = enddef;
-
vardef newgblabel (expr hf, vf, BL, r) (text s) (text pts) =
enddef;
@@ -703,6 +787,7 @@ vardef csc primary X = cscd (X*radian) enddef;
vardef degrees (expr t) = t*radian enddef;
vardef radians (expr t) = t/radian enddef;
+
vardef invcos primary X = (acos X)/radian enddef;
vardef invsin primary X = (asin X)/radian enddef;
vardef invtan primary X = (atan X)/radian enddef;
@@ -714,12 +799,6 @@ vardef logbase (expr B) primary X = (mlog X)/(mlog B) enddef;
def logtwo = logbase( 2) enddef;
def logten = logbase(10) enddef;
-vardef Arg primary Z = (angle Z)/radian enddef;
-vardef Log primary Z = (ln (abs Z), Arg Z) enddef;
-vardef cis primary T = dir (T*radian) enddef;
-vardef zexp primary Z = (exp (xpart Z)) * cis (ypart Z) enddef;
-vardef sgn primary Z = if not (Z = origin): unitvector fi Z enddef;
-
vardef cosh primary X =
setnumeric (temp) 2 exp (-abs(X));
if temp < reallysmall:
@@ -787,6 +866,20 @@ vardef atanh primary y =
fi
enddef;
+vardef Arg primary Z = (angle Z)/radian enddef;
+vardef Log primary Z = (ln (abs Z), Arg Z) enddef;
+vardef cis primary T = dir (T*radian) enddef;
+vardef zexp primary Z = (exp (xpart Z)) * cis (ypart Z) enddef;
+vardef sgn primary Z = if not (Z = origin): unitvector fi Z enddef;
+vardef conj primary Z = (xpart Z, -ypart Z) enddef;
+
+vardef Moebius (expr A) primary Z =
+ save _D; pair _D;
+ _D := (1, 0) + (Z zscaled (conj A));
+ (Z + A)/(abs _D) rotated (- angle _D)
+enddef;
+vardef pshdist (expr Z,W) = abs(Moebius(-W)(Z)) enddef;
+
vardef polar primary p = (xpart p) * dir (ypart p) enddef;
def id (expr x) = x enddef;
@@ -798,8 +891,10 @@ primarydef x**y =
fi
enddef;
let ^ = **;
+
transform T_stack[];
numeric T_stack; T_stack := 0;
+
def T_push (expr T) = T_stack[incr T_stack] := T; enddef;
def T_pop (suffix $) =
if T_stack > 0:
@@ -1221,7 +1316,7 @@ enddef;
def store (suffix fs) expr f =
hide (
if (not path f) and (not pair f):
- GBerrmsg ("improper expression type.")
+ GBerrmsg ("Improper expression type.")
"The second argument to `store' must be a path or pair.";
fi
if not path fs: path fs; fi
@@ -1510,7 +1605,6 @@ vardef gendashed (suffix pat) expr f =
picture _v; _v := nullpicture;
_d0 := 0; _t0 := 0;
dashit (_dpat.start) (_v);
-
if _n > 0:
save _m; _m := ceiling sqrt(_n);
for _j = 0 step _m until _n - 1:
@@ -1778,6 +1872,7 @@ vardef axis@# (expr len) = headpath (len, 0, 0) axisline@# enddef;
vardef borderrect =
rect((xneg+laxis,yneg+baxis),(xpos-raxis,ypos-taxis))
enddef;
+
numeric inside, outside, centered, onleft, onright, ontop, onbottom;
inside := -2;
outside := -1;
@@ -2080,12 +2175,27 @@ enddef;
vardef turtle (text t) =
setnumeric (_tu) 0;
- pair _tu[]; _tu0 := origin;
- for _a = t: _tu[incr _tu] := _tu[_tu - 1] + _a; endfor
+ setpair (_tmp) origin;
+ pair _tu[];
+ for _a = t:
+ _tmp := _tmp + _a;
+ _tu[incr _tu] := _tmp;
+ endfor
if _tu = 0: NoPoints("turtle", _tu); fi
mkpoly (false, _tu)
enddef;
+vardef brownianpath (expr start, num, sc) =
+ setnumeric (_brp) 1;
+ setpair (_tmp) start;
+ pair _brp[]; _brp1 := _tmp;
+ for _idx := 1 upto num:
+ _tmp := _tmp + sc/(sqrt 2)*(normaldeviate,normaldeviate);
+ _brp[incr _brp] := _tmp;
+ endfor
+ mkpoly (false, _brp)
+enddef;
+
vardef mksmooth (expr tens, cyclic) (suffix pts) =
if pts = 1: onepointpath (cyclic, pts1)
else:
@@ -2190,7 +2300,7 @@ enddef;
vardef mkqbezier (expr cyclic) (suffix pts) =
pts1
- if pts=1: {0,0}
+ if pts=1: {0,0}
else:
for _i = 2 step 2 until pts - 1:
..controls 1/3[pts[_i], pts[_i-1] ] and 1/3[pts[_i], pts[_i+1] ]..
@@ -2205,8 +2315,7 @@ enddef;
vardef qbezier (expr cyclic) (text t) =
setpairs (_qbz) (t);
- if _qbz=0: NoPoints ("qbezier", _qbz); fi
- if _qbz=1: onepointpath (cyclic, _qbz1)
+ if _qbz=0: NoPoints ("qbezier", _qbz);
else:
if (cyclic and odd _qbz) or (not cyclic and even _qbz):
_qbz[incr _qbz] := _qbz[_qbz-1];
@@ -2215,6 +2324,45 @@ vardef qbezier (expr cyclic) (text t) =
fi
enddef;
+vardef mkcbezier (expr cyclic) (suffix pts) =
+ pts1
+ if pts=1: {0,0}
+ else:
+ for _i = 1 step 3 until pts - 3:
+ ..controls pts[_i+1] and pts[_i+2] .. pts[_i+3]
+ endfor
+ if cyclic:
+ ..controls pts[pts - 1] and pts[pts]..cycle
+ fi
+ fi
+enddef;
+
+vardef cbezier (expr cyclic) (text t) =
+ setpairs (_cbz) (t);
+ if _cbz=0: NoPoints ("qbezier", _cbz);
+ else:
+ % Need 0 mod 3 for cyclic, otherwise 1 mod 3
+ setnumeric (_mdt) _cbz mod 3;
+ if cyclic:
+ if _mdt <> 0: _cbz[incr _cbz] := _cbz[_cbz-1]; fi
+ if _mdt = 1 : _cbz[incr _cbz] := _cbz1; fi
+ else: % need 1 more, duplicate next to last
+ if _mdt = 0:
+ _cbz := _cbz + 1;
+ _cbz[_cbz] := _cbz[_cbz-1];
+ _cbz[_cbz-1] := _cbz[_cbz-2];
+ fi
+ if _mdt = 2: % need 2 more, duplicate last 2.
+ _cbz := _cbz + 2; % add 2 slots
+ _cbz[_cbz] := _cbz[_cbz-2]; % fill them
+ _cbz[_cbz-1] := _cbz[_cbz-2]; % with last node
+ _cbz[_cbz-2] := _cbz[_cbz-3]; % orig last slot = orig previous.
+ fi
+ fi
+ mkcbezier (cyclic) (_cbz)
+ fi
+enddef;
+
vardef fcncontrol (expr ftens, X, Y, Z) =
Y if (xpart(Z-Y) <> 0) and (xpart(Y-X) <> 0):
+ xpart(Z-Y)/3/xpart(Z-X)*(Z - X)/ftens fi
@@ -2262,6 +2410,7 @@ vardef qspline (expr cyclic) (text t) =
fi
mkqbs (_qs) if cyclic: & cycle fi
enddef;
+
vardef mkcbs (suffix b) =
(b[1]+4b[2]+b[3])/6
if b < 4: {0,0}
@@ -2290,6 +2439,7 @@ vardef cspline (expr cyclic) (text t) =
fi
mkcbs (_cs) if cyclic: & cycle fi
enddef;
+
def init_spline_eqns (suffix pts) =
save _spl_pre, _spl_post;
pair _spl_pre[], _spl_post[];
@@ -2434,9 +2584,12 @@ vardef arcpps (expr begpt, endpt, sweep) =
enddef;
vardef arcpp (expr small, begpt, endpt, rad) =
- save full, ang; full := signof (rad) 360;
- if 2*abs(rad) > abs(begpt - endpt):
- ang := if not small: full - fi 2*asin (abs(begpt-endpt)/(2rad));
+ save full, diam, chord, ang;
+ full := signof (rad) 360;
+ diam := 2rad;
+ chord := abs(endpt-begpt);
+ if chord < abs(diam):
+ ang := if not small: full - fi 2*asin (chord/diam);
else: ang := signof (rad) 180;
fi
arcpps (begpt, endpt, ang)
@@ -2466,30 +2619,37 @@ vardef ellipse (expr center, radx, rady, angle) =
fullcircle xscaled (2*radx) yscaled (2*rady) rotated angle
shifted center
enddef;
+
vardef circle (expr center, rad) =
fullcircle scaled (2*rad) shifted center
enddef;
+
vardef circlecp (expr center, point) =
mkarc (center, point, point, 360) & cycle
enddef;
+
vardef circleppp (expr one, two, three) =
arcpps (one, two, 2*cornerangle (three, one, two))
& arcpps (two, three, 2*cornerangle (one, two, three))
& arcpps (three, one, 2*cornerangle (two, three, one))
& cycle
enddef;
+
vardef circlepps (expr one, two, sweep) =
save ang, full;
full := signof (sweep) 360;
ang := sweep mod full;
arcpps (one, two, ang) & arcpps (two, one, full - ang) & cycle
enddef;
+
vardef circlepp (expr small, one, two, rad) =
arcpp (small, one, two, rad) & arcpp (not small, two, one, rad) & cycle
enddef;
+
def circleppr (expr one, two, rad, small) =
circleppr (one, two, rad, small)
enddef;
+
vardef pathcenter expr p =
save a, cntr, n; pair cntr, a[];
n := length p;
@@ -2539,6 +2699,54 @@ vardef ninepointcircle expr t =
circleppp (medianpt 0 of t, medianpt 1 of t, medianpt 2 of t)
enddef;
+vardef pshcircle (expr disk, ctr, rad) =
+ if disk:
+ if rad >= 1 :
+ if rad > 1:
+ GBerrmsg ("Impossible pseudohyperbolic circle.")
+ "The radius of a pseudohyperbolic circle can be at most 1.";
+ fi
+ circle ((0,0),1)
+ elseif abs(ctr) >= 1 :
+ if abs(ctr) > 1:
+ GBerrmsg ("Impossible pseudohyperbolic circle.")
+ "The center of a pseudohyperbolic circle must be in"
+ & "the unit disk.";
+ fi
+ onepointpath (true,ctr)
+ else:
+ % compute Euclidean center and radius (and a denominator used twice
+ % in calculations).
+ save _r, _dnm;
+ _r := abs(ctr);
+ _dnm := 1 - _r*_r*rad*rad;
+ circle ( (1 - rad*rad)/_dnm*ctr, rad*(1 - _r*_r)/_dnm)
+ fi
+ else:
+ if rad >= 1 :
+ GBerrmsg ("Impossible pseudohyperbolic circle.")
+ "The radius of a pseudohyperbolic circle must be less than 1.";
+ onepointpath (true,ctr)
+ elseif ypart ctr <= 0:
+ if ypart ctr < 0:
+ GBerrmsg ("Impossible pseudohyperbolic circle.")
+ "The center of a pseudohyperbolic circle must be in"
+ & "the upper half-plane.";
+ fi
+ onepointpath (true,ctr)
+ else:
+ % compute Euclidean center and radius (and a denominator used twice
+ % in calculations).
+ % Euclidean center at xpart ctr + (1 + R^2)/(1 - R^2)*ypart ctr
+ % Euclidean radius 4R/(1 - R^2)*ypart ctr
+ save _y, _dnm;
+ _y := ypart ctr;
+ _dnm := 1 - rad*rad;
+ circle ( (xpart ctr, (1 + rad*rad)/_dnm * _y), 2rad/_dnm*_y)
+ fi
+ fi
+enddef;
+
vardef barycenter expr t =
save m; m := length t if not cycle t: + 1 fi;
pnt0(t)/m for k = 1 upto m - 1: + pnt[k](t)/m endfor
@@ -2613,8 +2821,10 @@ def plrregion (expr sm) = tplrregion (sm, default_tension) enddef;
vardef tplrregion (expr sm, tn, tlo, thi, st) (text _ft) =
(0,0)--tplrfcn (sm, tn, tlo, thi, st ) (_ft)--cycle
enddef;
+
numeric tolerancefactor;
tolerancefactor := .02;
+
vardef mklevelset (expr sm, tens, X, Y, t, a, b, c, d) =
save _inside_;
vardef _inside_ (expr U, V) =
@@ -2741,6 +2951,7 @@ vardef qbclosed expr f =
enddef;
vardef makesector expr p = (pathcenter p)--p--cycle enddef;
+
vardef arccomplement expr p =
if cycle p: onepointpath (false, pnt0(p))
else:
@@ -2899,6 +3110,8 @@ vardef colorGheadpath
f
enddef;
+path cut_path; cut_path := (.5,0)--(.5,.71)--(-.5,.71)--(-.5,0)--cycle;
+
def tailpath (suffix sh) = colortailpath (sh) (headcolor) enddef;
vardef colortailpath (suffix sh) (expr clr, sc, rot, pos) expr f =
if (sc <> 0) and (known sh) and (path sh):
@@ -3014,6 +3227,7 @@ vardef randomlines (expr maxshift) expr f =
fi
fi
enddef;
+
vardef parasegment (expr d, segs, f) =
if d = 0: f
else:
@@ -3149,7 +3363,7 @@ def setdatasymbols (text lst) =
__type[__type] := _itm;
next __type;
else:
- GBwarn "Improper path in setdatasymbols().";
+ GBwarn "Improper symbol in setdatasymbols().";
fi
endfor
if __type > 1:
@@ -3253,6 +3467,7 @@ forsuffixes S =
SolidDiamond, SolidStar :
S.tip := point 0 of S;
endfor
+
vardef gcd (expr n, m) =
save a, b, r;
a := emax (abs(m), abs(n));
@@ -3270,11 +3485,9 @@ vardef gcd (expr n, m) =
enddef;
vardef lcm (expr n, m) =
- n*m/gcd(n, m)
+ n/gcd(n, m)*m
enddef;
-path cut_path; cut_path := (.5,0)--(.5,.71)--(-.5,.71)--(-.5,0)--cycle;
-
numeric pointtype; path pointtype[];
def defaultsymbols =
setdatasymbols( Circle, Cross, SolidDiamond, Square, Plus,
@@ -3282,43 +3495,6 @@ def defaultsymbols =
enddef;
defaultsymbols;
-def setdatacolors (text lst) =
- save __type; color __type[];
- __type := 0;
- for _itm = lst:
- if (known _itm) and (color _itm):
- __type[__type] := _itm;
- next __type;
- else: GBwarn "Improper color in setdatacolors().";
- fi
- endfor
- if __type > 1:
- save colortype; colortype := __type;
- color colortype[];
- for _j = 0 upto colortype - 1:
- colortype[_j] := __type[_j];
- endfor
- else:
- SetdataWarn "colors";
- fi
-enddef;
-def getcolor expr n = colortype[n mod colortype] enddef;
-
-color dBlue, dOrange, dGreen, dMagenta, dCyan, dYellow;
-dBlue := 0.80blue + .2white;
-dOrange := 0.66yellow + .34red;
-dGreen := 0.80green;
-dMagenta := 0.85magenta;
-dCyan := 0.85cyan;
-dYellow := 0.85yellow;
-
-numeric colortype; color colortype[];
-def defaultcolors =
- setdatacolors(black, red, dBlue, dOrange, dGreen,
- dMagenta, dCyan, dYellow);
-enddef;
-defaultcolors;
-
def computepie (suffix dat) (expr sign, ang, cent, rad) (text data) =
begingroup
save _tot, _max, _toobig;
diff --git a/Master/texmf-dist/metapost/mfpic/dvipsnam.mp b/Master/texmf-dist/metapost/mfpic/dvipsnam.mp
index 1bc8d9f64c9..0529714a4d1 100644
--- a/Master/texmf-dist/metapost/mfpic/dvipsnam.mp
+++ b/Master/texmf-dist/metapost/mfpic/dvipsnam.mp
@@ -8,34 +8,34 @@
%%
%% -------------------------------------------------------------------
%%
-%% Copyright 2002--2006, Daniel H. Luecking
+%% Copyright 2002--2009, Daniel H. Luecking
%%
%% Mfpic may be distributed and/or modified under the conditions of the
-%% LaTeX Project Public License, either version 1.3b of this license or (at
+%% LaTeX Project Public License, either version 1.3c of this license or (at
%% your option) any later version. The latest version of this license is in
%% <http://www.latex-project.org/lppl.txt>
-%% and version 1.3b or later is part of all distributions of LaTeX version
-%% 2005/12/01 or later.
+%% and version 1.3c or later is part of all distributions of LaTeX version
+%% 2008/12/01 or later.
%%
%% Mfpic has maintenance status "author-maintained". The Current Maintainer
%% is Daniel H. Luecking. There are several Base Interpreters associated
%% with mfpic: plain TeX, LaTeX, plain Metafont and plain MetaPost.
%%
+%%% File: grafbase.dtx
+%%% A part of mfpic 1.00 2009/09/22
+%%%
if unknown grafbaseversion:
- vardef snapto expr t =
- if unknown t: 0
- elseif not (numeric t): 0
- elseif t < 0: 0
- elseif t > 1: 1
- else: t
- fi
- enddef;
- vardef cmyk (expr c, m, y, k) =
- (snapto 1-c-k, snapto 1-m-k, snapto1-y-k)
- enddef;
+ if unknown mpversion:
+ let cmykcolor=color;
+ vardef cmyk (expr c, m, y, k) =
+ (max(1-c-k,0), max(1-m-k,0), max(1-y-k,0))
+ enddef;
+ else:
+ vardef cmyk (expr c, m, y, k) = (c, m, y, k) enddef;
+ fi
fi
-color Apricot, Aquamarine, Bittersweet, Black, Blue, BlueGreen,
+cmykcolor Apricot, Aquamarine, Bittersweet, Black, Blue, BlueGreen,
BlueViolet, BrickRed, Brown, BurntOrange, CadetBlue, CarnationPink,
Cerulean, CornflowerBlue, Cyan, Dandelion, DarkOrchid, Emerald,
ForestGreen, Fuchsia, Goldenrod, Gray, Green, GreenYellow, JungleGreen,
diff --git a/Master/texmf-dist/metapost/mfpic/grafbase.mp b/Master/texmf-dist/metapost/mfpic/grafbase.mp
index 225150795f1..b231060dd5c 100644
--- a/Master/texmf-dist/metapost/mfpic/grafbase.mp
+++ b/Master/texmf-dist/metapost/mfpic/grafbase.mp
@@ -8,19 +8,22 @@
%%
%% -------------------------------------------------------------------
%%
-%% Copyright 2002--2006, Daniel H. Luecking
+%% Copyright 2002--2009, Daniel H. Luecking
%%
%% Mfpic may be distributed and/or modified under the conditions of the
-%% LaTeX Project Public License, either version 1.3b of this license or (at
+%% LaTeX Project Public License, either version 1.3c of this license or (at
%% your option) any later version. The latest version of this license is in
%% <http://www.latex-project.org/lppl.txt>
-%% and version 1.3b or later is part of all distributions of LaTeX version
-%% 2005/12/01 or later.
+%% and version 1.3c or later is part of all distributions of LaTeX version
+%% 2008/12/01 or later.
%%
%% Mfpic has maintenance status "author-maintained". The Current Maintainer
%% is Daniel H. Luecking. There are several Base Interpreters associated
%% with mfpic: plain TeX, LaTeX, plain Metafont and plain MetaPost.
%%
+%%% File: grafbase.dtx
+%%% A part of mfpic 1.00 2009/09/22
+%%%
if (known grafbaseversion) or (known grafbase):
message "Grafbase (" & jobname & "): You have loaded grafbase more "
& "than once! Please make sure that it is loaded only once.";
@@ -29,7 +32,7 @@ fi
boolean grafbase; grafbase := true;
string fileversion, filedate;
-fileversion := "0.9"; filedate := "2006/05/26";
+fileversion := "1.00"; filedate := "2009/09/22";
message " Loading grafbase macros, version " & fileversion & " " &
filedate & ".";
@@ -56,7 +59,7 @@ def checkversions (expr g)=
fi
enddef;
-checkversions (90);
+checkversions (100);
if unknown base_name : input plain;
elseif not string base_name: input plain;
@@ -64,18 +67,37 @@ elseif base_name <> "plain": input plain;
fi
boolean METAPOST;
+METAPOST := known color Geamparalele din Babadag;
+numeric metapostversion;
-if known color Geamparalele din Babadag:
- METAPOST := true;
-else:
- METAPOST := false;
-fi
if not METAPOST:
GBerrmsg ("wrong compiler.")
"This file is for Metapost. For Metafont use grafbase.mf.";
fi
+numeric metapostversion;
+boolean has_cmyk;
+boolean has_filenametemplate; % e.g., filenametemplate "%j.%n;
+boolean has_outputtemplate; % e.g., outputtemplate := "%j.%n;
+if unknown mpversion:
+ % prior to introduction of cmykcolor and output filename templates.
+ % Latest such version was 0.641.
+ metapostversion := 0.641;
+ has_cmyk := false;
+ has_filenametemplate := false;
+ has_outputtemplate := false;
+else:
+ metapostversion := scantokens (mpversion);
+ has_cmyk := true;
+ has_filenametemplate := true;
+ if metapostversion < 1.200:
+ has_outputtemplate := false;
+ else:
+ has_outputtemplate := true;
+ fi
+fi
+
if not boolean debug: boolean debug; debug := false; fi
def GBdebug =
@@ -143,6 +165,7 @@ enddef;
boolean showbbox; showbbox := false;
+if not has_cmyk: let rgbcolor = color; let cmykcolor = color; fi
def _wc_ = withcolor enddef;
color currentcolor, drawcolor, fillcolor, hatchcolor,
@@ -152,54 +175,123 @@ currentcolor := fillcolor := drawcolor := hatchcolor :=
background := white;
vardef snapto expr t =
- if unknown t: 0
- elseif not (numeric t): 0
- elseif t < 0: 0
- elseif t > 1: 1
- else: t
+ if numeric t:
+ if unknown t: 0
+ elseif t < 0: 0
+ elseif t > 1: 1
+ else: t
+ fi
+ else:
+ GBerrmsg ("Improper expression type.")
+ "The argument to `snapto' must be a numeric.";
fi
+
enddef;
-vardef gray (expr g) = (snapto g)*white enddef;
+vardef rgbgray (expr g) = (snapto g) * white enddef;
+vardef cmykgray (expr g) = cmyk(0,0,0,1 - snapto g) enddef;
-vardef makeclr (expr r, g, b) =
- (r, g, b)
-enddef;
+if has_cmyk :
+ vardef grayscalegray (expr g) = snapto g enddef;
+ vardef gray (expr g) = grayscalegray (g) enddef;
+ vardef cmyk (expr c, m, y, k) =
+ (snapto c, snapto m, snapto y, snapto k)
+ enddef;
-vardef rgb (expr r, g, b) =
- makeclr (snapto r, snapto g, snapto b)
+ def colorchoice (expr clr) (text D)(text N)(text R)(text C) =
+ if unknown clr: D
+ elseif numeric clr: N
+ elseif rgbcolor clr: R
+ elseif cmykcolor clr: C
+ else: D
+ fi
+ enddef;
+
+ vardef makecmyk primary clr =
+ colorchoice (clr)(cmykblack)(cmykgray(clr))
+ (rgbtocmyk(redpart clr,greenpart clr,bluepart clr))
+ (clr)
+ enddef;
+ vardef makergb primary clr =
+ colorchoice (clr)(rgbblack)(rgbgray(clr))(clr)
+ (cmyktorgb(cyanpart clr, magentapart clr, yellowpart clr, blackpart clr))
+ enddef;
+ vardef makegray primary clr =
+ colorchoice (clr)(grayscaleblack)(grayscalegray(clr))
+ (rgbtogray (redpart clr, greenpart clr, bluepart clr))
+ (cmyktogray(cyanpart clr, magentapart clr, yellowpart clr,
+ blackpart clr))
+ enddef;
+ vardef iscolor expr clr =
+ (rgbcolor clr) or (cmykcolor clr) or (numeric clr) or (boolean clr)
+ enddef;
+else:
+ vardef gray (expr g) = rgbgray(g) enddef;
+ vardef grayscalegray (expr g) = rgbgray(g) enddef;
+ vardef cmyk (expr c, m, y, k) = rgb (1-c-k, 1-m-k, 1-y-k) enddef;
+ def colorchoice (expr clr) (text D)(text N)(text R) =
+ if unknown clr: D
+ elseif numeric clr: N
+ elseif rgbcolor clr: R
+ else: D
+ fi
+ enddef;
+ vardef makergb primary clr =
+ colorchoice (clr)(rgbblack)(rgbgray(clr))(clr)
+ enddef;
+ vardef makegray primary clr =
+ colorchoice (clr)(rgbblack)(rgbgray(clr))
+ (rgbtogray (redpart clr, greenpart clr, bluepart clr))
+ enddef;
+ def makecmyk = makergb enddef;
+ vardef iscolor expr clr = color clr enddef;
+fi
+
+vardef knowncolor expr clr = (known clr) and (iscolor clr) enddef;
+
+vardef forceclr (expr c) =
+ if unknown c :
+ if numeric c: grayscaleblack
+ elseif rgbcolor c: rgbblack
+ elseif cmykcolor c: cmykblack
+ else: black
+ fi
+ elseif numeric c: gray (c)
+ elseif iscolor c: c
+ else: black
+ fi
enddef;
+vardef named (suffix c) = forceclr (c) enddef;
-vardef cmyk (expr c, m, y, k) =
- rgb (1-c-k, 1-m-k, 1-y-k)
+vardef togray (expr r, g, b) =
+ gray (sqrt((2r*r + 4g*g + b*b)/7))
enddef;
-vardef RGB (expr R, G, B) =
- rgb (R/255, G/255, B/255)
+vardef rgbtogray (expr r, g, b) =
+ togray(snapto r, snapto g, snapto b)
+enddef;
+vardef cmyktogray (expr c, m, y, k) =
+ rgbtogray (1-c-k,1-m-k,1-y-k)
enddef;
-vardef named (suffix c) =
- if unknown c: black else: forceclr (c) fi
+vardef cmyktorgb (expr c,m,y,k) =
+ rgb(1-c-k,1-m-k,1-y-k)
enddef;
-vardef forceclr (expr c) =
- if numeric c: gray (c)
- elseif color c: c
- else: black
- fi
+vardef rgbtocmyk (expr r,g,b) =
+ cmyk(1-r,1-g,1-b,0)
enddef;
-color red, green, blue, cyan, magenta, yellow;
-red := rgb (1, 0, 0);
-green := rgb (0, 1, 0);
-blue := rgb (0, 0, 1);
-cyan := rgb (0, 1, 1);
-magenta := rgb (1, 0, 1);
-yellow := rgb (1, 1, 0);
+vardef rgb (expr r, g, b) =
+ (snapto r, snapto g, snapto b)
+enddef;
+vardef RGB (expr R, G, B) =
+ rgb (R/255, G/255, B/255)
+enddef;
def list (suffix v) (text lst) =
v := 0; for _itm = lst: v[incr v] := _itm; endfor
if v = 0:
- GBerrmsg ("no list to process!")
+ GBerrmsg ("No list to process!")
"An attempt was made to produce an array from a "
& "list of expressions having no valid entries.";
fi
@@ -379,8 +471,10 @@ def setnumeric (suffix name) = save name; name := enddef;
def setboolean = setvariable (boolean) enddef;
def setpair = setvariable (pair) enddef;
def setpath = setvariable (path) enddef;
-def setcolor = setvariable (color) enddef;
def setpicture = setvariable (picture) enddef;
+def setstring = setvariable (string) enddef;
+def settransform = setvariable (transform) enddef;
+def setpen = setvariable (pen) enddef;
def settension (suffix tn) expr tens =
setnumeric (tn) if tens > 0: tens else: default_tension fi;
enddef;
@@ -406,6 +500,92 @@ def setsplit (suffix s) expr ss =
setnumeric (s) emax (1, ceiling ss);
enddef;
+if has_cmyk:
+ def setrgbcolor = setvariable (rgbcolor) enddef;
+ def setcmykcolor = setvariable (cmykcolor) enddef;
+ def setcolor (suffix name) expr val =
+ if boolean val : setboolean
+ elseif numeric val : setnumeric
+ elseif rgbcolor val : setrgbcolor
+ elseif cmykcolor val : setcmykcolor
+ % this should give a suitable error message:
+ else: setvariable (color)
+ fi (name) val;
+ enddef;
+ def gsetcolor (suffix name) expr val =
+ if boolean val : boolean name;
+ elseif numeric val : numeric name;
+ elseif rgbcolor val : rgbcolor name;
+ elseif cmykcolor val : cmykcolor name;
+ else: color name;
+ fi name := val;
+ enddef;
+else:
+ def setrgbcolor = setcolor enddef;
+ def setcmykcolor = setcolor enddef;
+ def setcolor = setvariable (color) enddef;
+ def gsetcolor = gsetvariable (color) enddef;
+fi
+
+setcolor(rgbblack) rgb(0,0,0);
+setcolor(red) rgb(1,0,0);
+setcolor(green) rgb(0,1,0);
+setcolor(blue) rgb(0,0,1);
+setcolor(rgbwhite) rgb(1,1,1);
+setcolor(cmykwhite) cmyk(0,0,0,0);
+setcolor(cyan) cmyk(1,0,0,0); % Maybe these should
+setcolor(magenta) cmyk(0,1,0,0); % be rbg for backward
+setcolor(yellow) cmyk(0,0,1,0); % compatibility?
+setcolor(cmykblack) cmyk(0,0,0,1);
+setcolor(grayscaleblack) gray(0);
+setcolor(grayscalewhite) gray(1);
+
+if has_outputtemplate:
+ def setoutputtemplate = outputtemplate := enddef;
+elseif has_filenametemplate:
+ def setoutputtemplate = filenametemplate enddef;
+else:
+ def setoutputtemplate text garbage = enddef;
+fi
+
+def romannumeral = _romannumeral (true) enddef;
+vardef _romannumeral (expr prefix, X) =
+ save Y, _tmp, U; string U;
+
+ Y.m := X div 1000; % thousands digit
+ _tmp := X - 1000Y.m; % hundreds digits and lower
+ Y.c := _tmp div 100; % hundreds
+ _tmp := _tmp - 100Y.c; % tens and units
+ Y.x := _tmp div 10; % tens
+ Y.i := _tmp - 10Y.x; % units
+
+ strrepeat("m", Y.m) &
+ romandigit(prefix, "c", "d", "m", Y.c) &
+ romandigit(prefix, "x", "l", "c", Y.x) &
+ romandigit(prefix, "i", "v", "x", Y.i)
+enddef;
+
+vardef romandigit (expr prefix, bot, mid, top, n) =
+ if n > 9 : top & strrepeat(bot, n-10) % shouldn't happen
+ elseif n > 8 :
+ if prefix: bot & top % "ix"
+ else: mid & bot & bot & bot & bot % "viiii"
+ fi
+ elseif n > 4 : mid & strrepeat (bot, n-5) % "v"--"viii"
+ elseif n > 3 :
+ if prefix: bot & mid % "iv"
+ else: bot & bot & bot & bot % "iiii"
+ fi
+ else: strrepeat (bot, n) % ""--"iii" for 0--3
+ fi
+enddef;
+
+vardef strrepeat (expr st, rep) =
+ setstring (_sr) "";
+ for i = 1 upto rep: _sr := _sr & st; endfor
+ _sr
+enddef;
+
transform ztr, vtr;
def setztr =
if debug:
@@ -530,7 +710,6 @@ label_adjust := origin;
numeric label_sep, labelpath_sep ;
label_sep := 0; labelpath_sep := 0;
-
vardef newgblabel (expr hf, vf, BL, r) (expr s) (text pts) =
save _lab, _ll, _ur; picture _lab; pair _ll, _ur;
_lab := makepicture (s);
@@ -702,6 +881,7 @@ vardef csc primary X = cscd (X*radian) enddef;
vardef degrees (expr t) = t*radian enddef;
vardef radians (expr t) = t/radian enddef;
+
vardef invcos primary X = (acos X)/radian enddef;
vardef invsin primary X = (asin X)/radian enddef;
vardef invtan primary X = (atan X)/radian enddef;
@@ -713,12 +893,6 @@ vardef logbase (expr B) primary X = (mlog X)/(mlog B) enddef;
def logtwo = logbase( 2) enddef;
def logten = logbase(10) enddef;
-vardef Arg primary Z = (angle Z)/radian enddef;
-vardef Log primary Z = (ln (abs Z), Arg Z) enddef;
-vardef cis primary T = dir (T*radian) enddef;
-vardef zexp primary Z = (exp (xpart Z)) * cis (ypart Z) enddef;
-vardef sgn primary Z = if not (Z = origin): unitvector fi Z enddef;
-
vardef cosh primary X =
setnumeric (temp) 2 exp (-abs(X));
if temp < reallysmall:
@@ -786,6 +960,20 @@ vardef atanh primary y =
fi
enddef;
+vardef Arg primary Z = (angle Z)/radian enddef;
+vardef Log primary Z = (ln (abs Z), Arg Z) enddef;
+vardef cis primary T = dir (T*radian) enddef;
+vardef zexp primary Z = (exp (xpart Z)) * cis (ypart Z) enddef;
+vardef sgn primary Z = if not (Z = origin): unitvector fi Z enddef;
+vardef conj primary Z = (xpart Z, -ypart Z) enddef;
+
+vardef Moebius (expr A) primary Z =
+ save _D; pair _D;
+ _D := (1, 0) + (Z zscaled (conj A));
+ (Z + A)/(abs _D) rotated (- angle _D)
+enddef;
+vardef pshdist (expr Z,W) = abs(Moebius(-W)(Z)) enddef;
+
vardef polar primary p = (xpart p) * dir (ypart p) enddef;
def id (expr x) = x enddef;
@@ -797,8 +985,10 @@ primarydef x**y =
fi
enddef;
let ^ = **;
+
transform T_stack[];
numeric T_stack; T_stack := 0;
+
def T_push (expr T) = T_stack[incr T_stack] := T; enddef;
def T_pop (suffix $) =
if T_stack > 0:
@@ -1118,7 +1308,7 @@ enddef;
def store (suffix fs) expr f =
hide (
if (not path f) and (not pair f):
- GBerrmsg ("improper expression type.")
+ GBerrmsg ("Improper expression type.")
"The second argument to `store' must be a path or pair.";
fi
if not path fs: path fs; fi
@@ -1371,7 +1561,6 @@ vardef gendashed (suffix pat) expr f =
picture _v; _v := nullpicture;
_d0 := 0; _t0 := 0;
dashit (_dpat.start) (_v);
-
if _n > 0:
save _m; _m := ceiling sqrt(_n);
for _j = 0 step _m until _n - 1:
@@ -1643,6 +1832,7 @@ vardef axis@# (expr len) = headpath (len, 0, 0) axisline@# enddef;
vardef borderrect =
rect((xneg+laxis,yneg+baxis),(xpos-raxis,ypos-taxis))
enddef;
+
numeric inside, outside, centered, onleft, onright, ontop, onbottom;
inside := -2;
outside := -1;
@@ -1945,12 +2135,27 @@ enddef;
vardef turtle (text t) =
setnumeric (_tu) 0;
- pair _tu[]; _tu0 := origin;
- for _a = t: _tu[incr _tu] := _tu[_tu - 1] + _a; endfor
+ setpair (_tmp) origin;
+ pair _tu[];
+ for _a = t:
+ _tmp := _tmp + _a;
+ _tu[incr _tu] := _tmp;
+ endfor
if _tu = 0: NoPoints("turtle", _tu); fi
mkpoly (false, _tu)
enddef;
+vardef brownianpath (expr start, num, sc) =
+ setnumeric (_brp) 1;
+ setpair (_tmp) start;
+ pair _brp[]; _brp1 := _tmp;
+ for _idx := 1 upto num:
+ _tmp := _tmp + sc/(sqrt 2)*(normaldeviate,normaldeviate);
+ _brp[incr _brp] := _tmp;
+ endfor
+ mkpoly (false, _brp)
+enddef;
+
vardef mksmooth (expr tens, cyclic) (suffix pts) =
if pts = 1: onepointpath (cyclic, pts1)
else:
@@ -2055,7 +2260,7 @@ enddef;
vardef mkqbezier (expr cyclic) (suffix pts) =
pts1
- if pts=1: {0,0}
+ if pts=1: {0,0}
else:
for _i = 2 step 2 until pts - 1:
..controls 1/3[pts[_i], pts[_i-1] ] and 1/3[pts[_i], pts[_i+1] ]..
@@ -2070,8 +2275,7 @@ enddef;
vardef qbezier (expr cyclic) (text t) =
setpairs (_qbz) (t);
- if _qbz=0: NoPoints ("qbezier", _qbz); fi
- if _qbz=1: onepointpath (cyclic, _qbz1)
+ if _qbz=0: NoPoints ("qbezier", _qbz);
else:
if (cyclic and odd _qbz) or (not cyclic and even _qbz):
_qbz[incr _qbz] := _qbz[_qbz-1];
@@ -2080,6 +2284,45 @@ vardef qbezier (expr cyclic) (text t) =
fi
enddef;
+vardef mkcbezier (expr cyclic) (suffix pts) =
+ pts1
+ if pts=1: {0,0}
+ else:
+ for _i = 1 step 3 until pts - 3:
+ ..controls pts[_i+1] and pts[_i+2] .. pts[_i+3]
+ endfor
+ if cyclic:
+ ..controls pts[pts - 1] and pts[pts]..cycle
+ fi
+ fi
+enddef;
+
+vardef cbezier (expr cyclic) (text t) =
+ setpairs (_cbz) (t);
+ if _cbz=0: NoPoints ("qbezier", _cbz);
+ else:
+ % Need 0 mod 3 for cyclic, otherwise 1 mod 3
+ setnumeric (_mdt) _cbz mod 3;
+ if cyclic:
+ if _mdt <> 0: _cbz[incr _cbz] := _cbz[_cbz-1]; fi
+ if _mdt = 1 : _cbz[incr _cbz] := _cbz1; fi
+ else: % need 1 more, duplicate next to last
+ if _mdt = 0:
+ _cbz := _cbz + 1;
+ _cbz[_cbz] := _cbz[_cbz-1];
+ _cbz[_cbz-1] := _cbz[_cbz-2];
+ fi
+ if _mdt = 2: % need 2 more, duplicate last 2.
+ _cbz := _cbz + 2; % add 2 slots
+ _cbz[_cbz] := _cbz[_cbz-2]; % fill them
+ _cbz[_cbz-1] := _cbz[_cbz-2]; % with last node
+ _cbz[_cbz-2] := _cbz[_cbz-3]; % orig last slot = orig previous.
+ fi
+ fi
+ mkcbezier (cyclic) (_cbz)
+ fi
+enddef;
+
vardef fcncontrol (expr ftens, X, Y, Z) =
Y if (xpart(Z-Y) <> 0) and (xpart(Y-X) <> 0):
+ xpart(Z-Y)/3/xpart(Z-X)*(Z - X)/ftens fi
@@ -2127,6 +2370,7 @@ vardef qspline (expr cyclic) (text t) =
fi
mkqbs (_qs) if cyclic: & cycle fi
enddef;
+
vardef mkcbs (suffix b) =
(b[1]+4b[2]+b[3])/6
if b < 4: {0,0}
@@ -2155,6 +2399,7 @@ vardef cspline (expr cyclic) (text t) =
fi
mkcbs (_cs) if cyclic: & cycle fi
enddef;
+
def init_spline_eqns (suffix pts) =
save _spl_pre, _spl_post;
pair _spl_pre[], _spl_post[];
@@ -2299,9 +2544,12 @@ vardef arcpps (expr begpt, endpt, sweep) =
enddef;
vardef arcpp (expr small, begpt, endpt, rad) =
- save full, ang; full := signof (rad) 360;
- if 2*abs(rad) > abs(begpt - endpt):
- ang := if not small: full - fi 2*asin (abs(begpt-endpt)/(2rad));
+ save full, diam, chord, ang;
+ full := signof (rad) 360;
+ diam := 2rad;
+ chord := abs(endpt-begpt);
+ if chord < abs(diam):
+ ang := if not small: full - fi 2*asin (chord/diam);
else: ang := signof (rad) 180;
fi
arcpps (begpt, endpt, ang)
@@ -2331,30 +2579,37 @@ vardef ellipse (expr center, radx, rady, angle) =
fullcircle xscaled (2*radx) yscaled (2*rady) rotated angle
shifted center
enddef;
+
vardef circle (expr center, rad) =
fullcircle scaled (2*rad) shifted center
enddef;
+
vardef circlecp (expr center, point) =
mkarc (center, point, point, 360) & cycle
enddef;
+
vardef circleppp (expr one, two, three) =
arcpps (one, two, 2*cornerangle (three, one, two))
& arcpps (two, three, 2*cornerangle (one, two, three))
& arcpps (three, one, 2*cornerangle (two, three, one))
& cycle
enddef;
+
vardef circlepps (expr one, two, sweep) =
save ang, full;
full := signof (sweep) 360;
ang := sweep mod full;
arcpps (one, two, ang) & arcpps (two, one, full - ang) & cycle
enddef;
+
vardef circlepp (expr small, one, two, rad) =
arcpp (small, one, two, rad) & arcpp (not small, two, one, rad) & cycle
enddef;
+
def circleppr (expr one, two, rad, small) =
circleppr (one, two, rad, small)
enddef;
+
vardef pathcenter expr p =
save a, cntr, n; pair cntr, a[];
n := length p;
@@ -2404,6 +2659,54 @@ vardef ninepointcircle expr t =
circleppp (medianpt 0 of t, medianpt 1 of t, medianpt 2 of t)
enddef;
+vardef pshcircle (expr disk, ctr, rad) =
+ if disk:
+ if rad >= 1 :
+ if rad > 1:
+ GBerrmsg ("Impossible pseudohyperbolic circle.")
+ "The radius of a pseudohyperbolic circle can be at most 1.";
+ fi
+ circle ((0,0),1)
+ elseif abs(ctr) >= 1 :
+ if abs(ctr) > 1:
+ GBerrmsg ("Impossible pseudohyperbolic circle.")
+ "The center of a pseudohyperbolic circle must be in"
+ & "the unit disk.";
+ fi
+ onepointpath (true,ctr)
+ else:
+ % compute Euclidean center and radius (and a denominator used twice
+ % in calculations).
+ save _r, _dnm;
+ _r := abs(ctr);
+ _dnm := 1 - _r*_r*rad*rad;
+ circle ( (1 - rad*rad)/_dnm*ctr, rad*(1 - _r*_r)/_dnm)
+ fi
+ else:
+ if rad >= 1 :
+ GBerrmsg ("Impossible pseudohyperbolic circle.")
+ "The radius of a pseudohyperbolic circle must be less than 1.";
+ onepointpath (true,ctr)
+ elseif ypart ctr <= 0:
+ if ypart ctr < 0:
+ GBerrmsg ("Impossible pseudohyperbolic circle.")
+ "The center of a pseudohyperbolic circle must be in"
+ & "the upper half-plane.";
+ fi
+ onepointpath (true,ctr)
+ else:
+ % compute Euclidean center and radius (and a denominator used twice
+ % in calculations).
+ % Euclidean center at xpart ctr + (1 + R^2)/(1 - R^2)*ypart ctr
+ % Euclidean radius 4R/(1 - R^2)*ypart ctr
+ save _y, _dnm;
+ _y := ypart ctr;
+ _dnm := 1 - rad*rad;
+ circle ( (xpart ctr, (1 + rad*rad)/_dnm * _y), 2rad/_dnm*_y)
+ fi
+ fi
+enddef;
+
vardef barycenter expr t =
save m; m := length t if not cycle t: + 1 fi;
pnt0(t)/m for k = 1 upto m - 1: + pnt[k](t)/m endfor
@@ -2478,8 +2781,10 @@ def plrregion (expr sm) = tplrregion (sm, default_tension) enddef;
vardef tplrregion (expr sm, tn, tlo, thi, st) (text _ft) =
(0,0)--tplrfcn (sm, tn, tlo, thi, st ) (_ft)--cycle
enddef;
+
numeric tolerancefactor;
tolerancefactor := .02;
+
vardef mklevelset (expr sm, tens, X, Y, t, a, b, c, d) =
save _inside_;
vardef _inside_ (expr U, V) =
@@ -2606,6 +2911,7 @@ vardef qbclosed expr f =
enddef;
vardef makesector expr p = (pathcenter p)--p--cycle enddef;
+
vardef arccomplement expr p =
if cycle p: onepointpath (false, pnt0(p))
else:
@@ -2763,6 +3069,8 @@ vardef colorGheadpath
f
enddef;
+path cut_path; cut_path := (.5,0)--(.5,.71)--(-.5,.71)--(-.5,0)--cycle;
+
def tailpath (suffix sh) = colortailpath (sh) (headcolor) enddef;
vardef colortailpath (suffix sh) (expr clr, sc, rot, pos) expr f =
if (sc <> 0) and (known sh) and (path sh):
@@ -2878,6 +3186,7 @@ vardef randomlines (expr maxshift) expr f =
fi
fi
enddef;
+
vardef parasegment (expr d, segs, f) =
if d = 0: f
else:
@@ -3013,7 +3322,7 @@ def setdatasymbols (text lst) =
__type[__type] := _itm;
next __type;
else:
- GBwarn "Improper path in setdatasymbols().";
+ GBwarn "Improper symbol in setdatasymbols().";
fi
endfor
if __type > 1:
@@ -3117,6 +3426,7 @@ forsuffixes S =
SolidDiamond, SolidStar :
S.tip := point 0 of S;
endfor
+
vardef gcd (expr n, m) =
save a, b, r;
a := emax (abs(m), abs(n));
@@ -3134,11 +3444,9 @@ vardef gcd (expr n, m) =
enddef;
vardef lcm (expr n, m) =
- n*m/gcd(n, m)
+ n/gcd(n, m)*m
enddef;
-path cut_path; cut_path := (.5,0)--(.5,.71)--(-.5,.71)--(-.5,0)--cycle;
-
numeric pointtype; path pointtype[];
def defaultsymbols =
setdatasymbols( Circle, Cross, SolidDiamond, Square, Plus,
@@ -3147,39 +3455,57 @@ enddef;
defaultsymbols;
def setdatacolors (text lst) =
- save __type; color __type[];
- __type := 0;
+ setnumeric (__type) 0;
+ % First, just count and store the known colors in the list
for _itm = lst:
- if (known _itm) and (color _itm):
- __type[__type] := _itm;
+ if knowncolor _itm :
+ if __type = 0 : def _datacolors = _itm enddef;
+ else:
+ expandafter def
+ expandafter _datacolors
+ expandafter = _datacolors, _itm enddef;
+ fi
next __type;
else: GBwarn "Improper color in setdatacolors().";
fi
endfor
if __type > 1:
- save colortype; colortype := __type;
- color colortype[];
- for _j = 0 upto colortype - 1:
- colortype[_j] := __type[_j];
+ save colortype, _tmpstr;
+ colortype := 0;
+ % colortype[] is an array of strings:
+ string colortype[], _tmpstr;
+ for _itm = _datacolors: %
+ % Each string is the name of some color variable
+ _tmpstr := "colortype_"&romannumeral(colortype);
+ setcolor (scantokens(_tmpstr)) _itm;
+ colortype[colortype] := _tmpstr;
+ next colortype;
endfor
else:
SetdataWarn "colors";
fi
enddef;
-def getcolor expr n = colortype[n mod colortype] enddef;
+def getcolor expr n = (scantokens (colortype[n mod colortype])) enddef;
-color dBlue, dOrange, dGreen, dMagenta, dCyan, dYellow;
-dBlue := 0.80blue + .2white;
-dOrange := 0.66yellow + .34red;
-dGreen := 0.80green;
-dMagenta := 0.85magenta;
-dCyan := 0.85cyan;
-dYellow := 0.85yellow;
+numeric colortype; string colortype[];
-numeric colortype; color colortype[];
+setcolor (dRed) (1, 0, 0);
+setcolor (dBlue) (.2,.2,1);
+setcolor (dOrange) (1,.34,0);
+setcolor (dGreen) (0,.80,0);
+setcolor (dBlack) cmykblack;
+if has_cmyk :
+ setcolor (dCyan) cyan;
+ setcolor (dMagenta) magenta;
+ setcolor (dYellow) yellow;
+else: % rgb colors seem to be lighter than the cmyk equivalents.
+ setcolor (dCyan) cmyk(.85,0,0,.15);
+ setcolor (dMagenta) cmyk(0,.85,0,.15);
+ setcolor (dYellow) cmyk(0,0,.85,.15);
+fi
def defaultcolors =
- setdatacolors(black, red, dBlue, dOrange, dGreen,
- dMagenta, dCyan, dYellow);
+ setdatacolors(dBlack, dRed, dBlue, dOrange,
+ dGreen, dMagenta, dCyan, dYellow);
enddef;
defaultcolors;
diff --git a/Master/texmf-dist/source/generic/mfpic/grafbase.dtx b/Master/texmf-dist/source/generic/mfpic/grafbase.dtx
index fe734cbcc84..9d7c4bd010b 100644
--- a/Master/texmf-dist/source/generic/mfpic/grafbase.dtx
+++ b/Master/texmf-dist/source/generic/mfpic/grafbase.dtx
@@ -1,4 +1,7 @@
% \iffalse
+%%% File: grafbase.dtx
+%%% A part of mfpic 1.00 2009/09/22
+%%%
% -------------------------------------------------------------------
%
% Copyright 2002--2006, Daniel H. Luecking
@@ -16,7 +19,7 @@
%
%<*driver>
\ProvidesFile{grafbase.dtx}
- [2006/05/26 v0.9. Metafont/post macros to interface with mfpic.]%
+ [2009/09/22 v1.00. Metafont/post macros to interface with mfpic.]%
\documentclass[draft]{ltxdoc}
\usepackage{docmfp}
@@ -110,7 +113,7 @@
%</driver>
%\fi
%
-% \CheckSum{1369}
+% \CheckSum{1465}
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
@@ -137,12 +140,13 @@
% \file{.mp} file that, with the help of these macros and \MF{} (or \MP),
% can be used to create pictures in the document, especially mathematical
% pictures. There are two versions of \grafbase, one for \MF{} and one for
-% \MP{}. As they are more alike than different (96\% of the code is
+% \MP{}. As they are more alike than different (95\% of the code is
% identical), we document both here.
%
% This file documents the \grafbase{} source code. The user manual for
-% \mfpic{} is distributed as \file{mfpman.pdf} produced from
-% \file{mfpman.tex}.
+% \mfpic{} is distributed as \file{mfpic-doc.pdf}, produced from
+% \file{mfpic-doc.tex}. An introductory guide to \mfpic{} is available
+% in \file{mfpguide.pdf}, produced from \file{mfpguide.pdf}
% \end{abstract}
%
% \StopEventually{\PrintIndex}
@@ -181,7 +185,7 @@ fi
boolean grafbase; grafbase := true;
string fileversion, filedate;
-fileversion := "0.9"; filedate := "2006/05/26";
+fileversion := "1.00"; filedate := "2009/09/22";
message " Loading grafbase macros, version " & fileversion & " " &
filedate & ".";
@@ -228,9 +232,10 @@ def checkversions (expr g)=
fi
enddef;
-checkversions (90);
+checkversions (100);
% \end{macrocode}
+%
% We try to make sure that the macros of \file{plain.mf} or
% \file{plain.mp} (where \mfc{base_name} is defined to be \mfc{"plain"})
% are available.
@@ -250,7 +255,7 @@ fi
%
% Of course, \MP{} natively knows about colors but \MF{} doesn't, so we
% use that to set a boolean \gbc{METAPOST}. We don't simply check if
-% `\mfc{known blue}' is \mfc{true} because `\mfc{blue}' is certainly a legal
+% `\mfc{blue}' is \mfc{known} because `\mfc{blue}' is certainly a legal
% variable name in \MF. Instead we check `\mfc{known color X}' for
% some unlikely \gbc{X}. In \MP, `\gbc{color X}' is either true or
% false (\gbc{X} is a color or it isn't) and therefore always known, so
@@ -260,28 +265,60 @@ fi
% base name \mfc{color} and suffix \mfc{X}.
% \begin{macrocode}
boolean METAPOST;
-
-if known color Geamparalele din Babadag:
- METAPOST := true;
-else:
- METAPOST := false;
-fi
+METAPOST := known color Geamparalele din Babadag;
+numeric metapostversion;
%<*MF>
if METAPOST:
GBerrmsg ("wrong compiler.")
"This file is for Metafont. For Metapost use grafbase.mp.";
fi
+metapostversion := 0;
%</MF>
+
%<*MP>
if not METAPOST:
GBerrmsg ("wrong compiler.")
"This file is for Metapost. For Metafont use grafbase.mf.";
fi
-%</MP>
% \end{macrocode}
%
+% \MP{} now exists in a couple of slightly incompatible versions.
+% Versions 1.000 and later (beta versions 0.900 also) have native support for
+% \texttt{CMYK} colors with a \mfc{cmykcolor} data type. It also
+% supports grayscale colors (i.e., \mfc{withcolor} will accept a numeric
+% expression), and has the alias \mfc{rgbcolor} for \mfc{color}.
+% It also has a means to set the name of the output file: the
+% \mfc{filenametemplate} command. In versions 1.2 and later, this is
+% deprecated in favor of setting the internal string variable
+% \mfc{outputtemplate}.
+% \begin{macrocode}
+numeric metapostversion;
+boolean has_cmyk;
+boolean has_filenametemplate; % e.g., filenametemplate "%j.%n;
+boolean has_outputtemplate; % e.g., outputtemplate := "%j.%n;
+if unknown mpversion:
+ % prior to introduction of cmykcolor and output filename templates.
+ % Latest such version was 0.641.
+ metapostversion := 0.641;
+ has_cmyk := false;
+ has_filenametemplate := false;
+ has_outputtemplate := false;
+else:
+ metapostversion := scantokens (mpversion);
+ has_cmyk := true;
+ has_filenametemplate := true;
+ if metapostversion < 1.200:
+ has_outputtemplate := false;
+ else:
+ has_outputtemplate := true;
+ fi
+fi
+
+%</MP>
+% \end{macrocode}
+%
% \DescribeRoutine{GBdebug}
% The \gbc{debug} flag is for developers, who should set it before
% inputing \file{grafbase}.
@@ -551,9 +588,12 @@ boolean showbbox; showbbox := false;
% \begin{macrocode}
%<*MF>
let color = numeric; color black, white;
+let rgbcolor = numeric;
+let cmykcolor = numeric;
black := 0; white := 1;
def withcolor text t = enddef;
%</MF>
+%<MP>if not has_cmyk: let rgbcolor = color; let cmykcolor = color; fi
def _wc_ = withcolor enddef;
% \end{macrocode}
@@ -580,110 +620,244 @@ background := white;
%
% \DescribeRoutine{snapto}
% This truncates numerics to the $[0,1]$ range, but also returns a value
-% ($0$) for unknown and non-numeric input.
+% ($0$) for unknown input. It used to do the same for non-numeric input,
+% but that should be an error. It would have made at least one of our
+% bugs easier to find if it had produced an error message.
% \begin{macrocode}
vardef snapto expr t =
- if unknown t: 0
- elseif not (numeric t): 0
- elseif t < 0: 0
- elseif t > 1: 1
- else: t
+ if numeric t:
+ if unknown t: 0
+ elseif t < 0: 0
+ elseif t > 1: 1
+ else: t
+ fi
+ else:
+ GBerrmsg ("Improper expression type.")
+ "The argument to `snapto' must be a numeric.";
fi
+
enddef;
% \end{macrocode}
%
-% The \mfpic{} handling of \LaTeX-like color models relies on being able
-% to convert those models to \MP's \opt{rgb} system. Because of the use of
-% \gbc{snapto}, the following color functions will return \mfc{black} for
-% unknown parameters. In the \MF{} case, they are all converted to
-% numerics through \gbc{makeclr}.
+% \DescribeRoutine{cmykgray}
+% \DescribeRoutine{rgbgray}
+% Now we deal with all the color functions and utilities that enable
+% \mfpic{} users to use colors without knowing what they are doing.
+% Since colors now come in three flavors, we start with gray levels in
+% the three models. In early \MP{}, the \gbc{cmyk} function will return
+% an \opt{rgb} color, so there is will be no difference between these
+% two. In \MF{} \gbc{white} is a numeric and \gbc{cmyk} returns a
+% numeric, so these can be used with \MF{}, and both produce the same
+% result.
%
-% \DescribeRoutine{gray}
-% The simplest is \gbc{gray} which converts a numeric to a multiple of
-% white. In \MF, \gbc{white} is a numeric and equal to $1$ so this is
-% almost redundant except for handling unknowns and out of range values.
+% \DescribeRoutine{grayscalegray}
+% The grayscale version should return a numeric in recent \MP{}, so
+% it needs a different definition for early \MP{}. Thus, it occurs
+% in the conditional code. Oddly, its definition is the same for \MF{}
+% and recent \MP{}.
+% \begin{macrocode}
+vardef rgbgray (expr g) = (snapto g) * white enddef;
+vardef cmykgray (expr g) = cmyk(0,0,0,1 - snapto g) enddef;
+
+% \end{macrocode}
%
-% \DescribeRoutine{makeclr}
-% This is defined to convert a triple of numerics to a color, mainly for
-% \MF. The formula has three desirable properties: it weights the
-% different color coordinates approximately like some color luminescence
-% models do, it assigns different graylevels to the eight colors that have
-% components 0 or 1 only, and it is biased toward lighter grays. Of course
-% it takes \mfc{black} to 0 and \mfc{white} to 1. In \MP, it simply turns
-% three numeric parameters to a color triple in the obvious way. It does
-% \emph{not} truncate the parameters, so if that is necessary, use
-% \gbc{rgb}.
+% In recent \MP{}, all the color functions are essentially no-ops. In
+% early \MP{}, they all return an \opt{rgb} color expression. In \MF{}
+% they all return a numeric. It is easiest if we simply separate the three
+% cases and write the code for each, rather than load all the functions
+% with three-way booleans (often containing nested booleans).
%
-% \DescribeRoutine{rgb}
-% To simplify \mfpic, we have the nearly redundant \gbc{rgb} which
-% converts a triple of numeric arguments to \opt{rgb}. Rather than make
-% it formally the identity function under \MP, we define it to handle
-% unknowns, and truncate out of range values.
+% For all three engines we require a deginition of the color functions
+% \gbc{gray(g)}, \gbc{rgb(r,g,b)}, and \gbc{cmyk(c,m,y,k)}, conversion
+% functions \gbc{makegray(x)}, \gbc{makergb(x)}, amd \gbc{makecmyk(x)},
+% and the boolean \gbc{iscolor clr}. The first three have to return
+% numerics for \MF{}, colors for early \MP{}, and the associated color
+% type for recent \MP{}.
% \begin{macrocode}
-vardef gray (expr g) = (snapto g)*white enddef;
-
-vardef makeclr (expr r, g, b) =
-%<MF> gray (sqrt((2r*r + 4g*g + b*b)/7))
-%<MP> (r, g, b)
-enddef;
+%<*MP>
+if has_cmyk :
+ vardef grayscalegray (expr g) = snapto g enddef;
+ vardef gray (expr g) = grayscalegray (g) enddef;
+ vardef cmyk (expr c, m, y, k) =
+ (snapto c, snapto m, snapto y, snapto k)
+ enddef;
-vardef rgb (expr r, g, b) =
- makeclr (snapto r, snapto g, snapto b)
-enddef;
+% \end{macrocode}
+%
+% \DescribeRoutine{colorchoice}
+% The \gbc{colorchoice} function (like \cs{mathchoice} in \TeX{}, after
+% which it was named) returns one of four bits of code: \gbc{D} (default)
+% if the first argument is unknown or not one of the recognized color
+% models, \gbc{N} if it is numeric, \gbc{R} if it is \mfc{rgbcolor}, and
+% \gbc{C} if it is \mfc{cmykcolor}. These arguments have to be \mfc{text}:
+% if they were `\mfc{expr}' \MP{} would try to evaluate them, with
+% possible errors since some of them apply functions that are not relevant
+% to the other types.
+% \begin{macrocode}
+ def colorchoice (expr clr) (text D)(text N)(text R)(text C) =
+ if unknown clr: D
+ elseif numeric clr: N
+ elseif rgbcolor clr: R
+ elseif cmykcolor clr: C
+ else: D
+ fi
+ enddef;
% \end{macrocode}
%
-% \DescribeRoutine{cmyk}
-% This algorithm for converting \opt{cmyk} values to \opt{rgb} values is
-% the one used in the PostScript header file \file{color.pro} (distributed
-% with \prog{dvips}).
+% \DescribeRoutine{makecmyk}\DescribeRoutine{makergb}\DescribeRoutine{makegray}
+% In \gbc{makecmyk} and all the other `\gbc{make}' conversions, the
+% default is to return black in the appropriate model, numerics produce
+% gray, and cmyk or rgb is either retained unchanged or converted to the
+% appropriate model.
+%
+% \DescribeRoutine{iscolor}
+% A variable is taken to be a color if it can validly follow
+% \mfc{withcolor}. This includes boolean, though we hope no one tries to
+% use it.
% \begin{macrocode}
-vardef cmyk (expr c, m, y, k) =
- rgb (1-c-k, 1-m-k, 1-y-k)
-enddef;
+ vardef makecmyk primary clr =
+ colorchoice (clr)(cmykblack)(cmykgray(clr))
+ (rgbtocmyk(redpart clr,greenpart clr,bluepart clr))
+ (clr)
+ enddef;
+ vardef makergb primary clr =
+ colorchoice (clr)(rgbblack)(rgbgray(clr))(clr)
+ (cmyktorgb(cyanpart clr, magentapart clr, yellowpart clr, blackpart clr))
+ enddef;
+ vardef makegray primary clr =
+ colorchoice (clr)(grayscaleblack)(grayscalegray(clr))
+ (rgbtogray (redpart clr, greenpart clr, bluepart clr))
+ (cmyktogray(cyanpart clr, magentapart clr, yellowpart clr,
+ blackpart clr))
+ enddef;
+ vardef iscolor expr clr =
+ (rgbcolor clr) or (cmykcolor clr) or (numeric clr) or (boolean clr)
+ enddef;
+else:
+% \end{macrocode}
+%
+% \DescribeRoutine{colorchoice}
+% In early \MP{} \gbc{colorchoice} is a three-way choice, since
+% \mfc{cmykcolor} is not an available data type, but numeric can still be
+% interpreted as a gray.
+% \DescribeRoutine{makecmyk}
+% \DescribeRoutine{makergb}
+% \DescribeRoutine{makegray}
+% The \gbc{make*} functions are simpler in early \MP{}, though not as
+% simple as in \MF{}. Ditto
+% \DescribeRoutine{iscolor}
+% \gbc{iscolor}.
+% \begin{macrocode}
+ vardef gray (expr g) = rgbgray(g) enddef;
+ vardef grayscalegray (expr g) = rgbgray(g) enddef;
+ vardef cmyk (expr c, m, y, k) = rgb (1-c-k, 1-m-k, 1-y-k) enddef;
+ def colorchoice (expr clr) (text D)(text N)(text R) =
+ if unknown clr: D
+ elseif numeric clr: N
+ elseif rgbcolor clr: R
+ else: D
+ fi
+ enddef;
+ vardef makergb primary clr =
+ colorchoice (clr)(rgbblack)(rgbgray(clr))(clr)
+ enddef;
+ vardef makegray primary clr =
+ colorchoice (clr)(rgbblack)(rgbgray(clr))
+ (rgbtogray (redpart clr, greenpart clr, bluepart clr))
+ enddef;
+ def makecmyk = makergb enddef;
+ vardef iscolor expr clr = color clr enddef;
+fi
+%</MP>
% \end{macrocode}
%
-% \DescribeRoutine{RGB}
-% This merely rescales numbers in the range 0--255 to the range 0--1.
+% \DescribeMacro{knowncolor}
+% Once we have \gbc{iscolor} all we need to do is add a test for
+% \mfc{known} to get this boolean test.
+% \begin{macrocode}
+vardef knowncolor expr clr = (known clr) and (iscolor clr) enddef;
+
+% \end{macrocode}
%
-% \DescribeRoutine{named}
-% These last two, like \gbc{rgb}, are nearly redundant, but they convert
-% numerics to gray, and convert other non-color variables and unknown
-% color variables to black.
-% \DescribeRoutine{forceclr}
-% The difference between \gbc{named} and \gbc{forceclr} is that the
-% former requires a suffix parameter (that is, a \emph{name}), while the
-% latter takes an expression. It may be that the latter will never be
-% needed, but for a time it seemed there were cases where we ought to use
-% it to force an expression to be a color.
+% These are the \MF{} versions. Everything pretty much returns its
+% numeric argument or $0$ (black).
% \begin{macrocode}
-vardef RGB (expr R, G, B) =
- rgb (R/255, G/255, B/255)
+%<*MF>
+vardef grayscalegray (expr g) = snapto g enddef;
+vardef gray (expr g) = grayscalegray (g) enddef;
+vardef cmyk (expr c, m, y, k) = rgb (1-c-k, 1-m-k, 1-y-k) enddef;
+vardef makegray primary clr =
+ if knowncolor clr: clr else: black fi
enddef;
+def makergb = makegray enddef;
+def makecmyk = makegray enddef;
+vardef iscolor expr clr = color clr enddef;
-vardef named (suffix c) =
- if unknown c: black else: forceclr (c) fi
-enddef;
+%</MF>
+% \end{macrocode}
+%
+% \DescribeRoutine{forcecolor}
+% \DescribeRoutine{named}
+% This is only used in the \gbc{named} function to force a color. In
+% \MF{} the tests are all `\mfc{if numeric}'. In early \MP{} `\mfc{if
+% cmykcolor}' is the same as `\mfc{if rgbcolor}'.
+% \begin{macrocode}
vardef forceclr (expr c) =
- if numeric c: gray (c)
- elseif color c: c
- else: black
+ if unknown c :
+ if numeric c: grayscaleblack
+ elseif rgbcolor c: rgbblack
+ elseif cmykcolor c: cmykblack
+ else: black
+ fi
+ elseif numeric c: gray (c)
+ elseif iscolor c: c
+ else: black
fi
enddef;
+vardef named (suffix c) = forceclr (c) enddef;
% \end{macrocode}
-% And then the standard colors. Using \gbc{rgb} ensures they are defined
-% in \MF{} as well as \MP.
+%
+% \DescribeRoutine{togray}
+% \DescribeRoutine{rgbtogray}
+% \DescribeRoutine{cmyktogray}
+% \DescribeRoutine{cmyktorgb}
+% \DescribeRoutine{rgbtocmyk}
+% These are used for the conversions. Strictly speaking they do not
+% `convert' as they all take multiple numeric arguments rather than any
+% sort of color. As \mfc{rgbcolor} exists in both early and recent
+% \MP{} as the same data type, we need only distinguish \MF{} from \MP{}
+% \DescribeRoutine{rgb}
+% in the function \gbc{rgb},
% \begin{macrocode}
-color red, green, blue, cyan, magenta, yellow;
-red := rgb (1, 0, 0);
-green := rgb (0, 1, 0);
-blue := rgb (0, 0, 1);
-cyan := rgb (0, 1, 1);
-magenta := rgb (1, 0, 1);
-yellow := rgb (1, 1, 0);
+vardef togray (expr r, g, b) =
+ gray (sqrt((2r*r + 4g*g + b*b)/7))
+enddef;
+
+vardef rgbtogray (expr r, g, b) =
+ togray(snapto r, snapto g, snapto b)
+enddef;
+vardef cmyktogray (expr c, m, y, k) =
+ rgbtogray (1-c-k,1-m-k,1-y-k)
+enddef;
+
+vardef cmyktorgb (expr c,m,y,k) =
+ rgb(1-c-k,1-m-k,1-y-k)
+enddef;
+vardef rgbtocmyk (expr r,g,b) =
+ cmyk(1-r,1-g,1-b,0)
+enddef;
+
+vardef rgb (expr r, g, b) =
+%<MF> togray (snapto r, snapto g, snapto b)
+%<MP> (snapto r, snapto g, snapto b)
+enddef;
+vardef RGB (expr R, G, B) =
+ rgb (R/255, G/255, B/255)
+enddef;
% \end{macrocode}
%
@@ -717,7 +891,7 @@ yellow := rgb (1, 1, 0);
def list (suffix v) (text lst) =
v := 0; for _itm = lst: v[incr v] := _itm; endfor
if v = 0:
- GBerrmsg ("no list to process!")
+ GBerrmsg ("No list to process!")
"An attempt was made to produce an array from a "
& "list of expressions having no valid entries.";
fi
@@ -732,6 +906,7 @@ def map (text proc) (text lst) =
enddef;
% \end{macrocode}
+%
% \DescribeRoutine{knownnumericarray}
% Checks if a suffix is the name of an array. Requires \gbc{arr} to be a
% known positive integer, and all the variables \gbc{arr[n]} to be known
@@ -898,7 +1073,7 @@ enddef;
% \end{macrocode}
%
% \DescribeRoutine{xprod}
-% A binary operation between pairs $z\sb1$ and $x\sb2$ that returns the
+% A binary operation between pairs $z\sb1$ and $z\sb2$ that returns the
% cross product $x\sb1 y\sb2 - x\sb2 y\sb1$. This gives, among other
% things, twice the area of the triangle with two sides $z\sb1$ and
% $z\sb2$. It is used only in \gbc{mkconvex}.
@@ -1078,25 +1253,36 @@ enddef;
% This is are mainly to save space in \mfpic-generated files. In \grafbase{}
% itself the \mfc{save} is often inconvenient, but it turns out there are
% many cases where it \emph{is} used; enough so that we have abbreviations
+% \RoutineIndex{setnumeric}\gbc{setnumeric},
+% \RoutineIndex{setboolean}\gbc{setboolean},
+% \RoutineIndex{setpair}\gbc{setpair},
+% \RoutineIndex{setpath}\gbc{setpath},
% \RoutineIndex{setpicture}\gbc{setpicture},
-% \RoutineIndex{setpath}\gbc{setpath}, \RoutineIndex{setpair}\gbc{setpair}
-% and \RoutineIndex{setboolean}\gbc{setboolean}, together with the
+% and \RoutineIndex{setstring}\gbc{setstring}, together with the
% common uses \RoutineIndex{newpicture}\gbc{newpicture} and
-% \RoutineIndex{convertpath}\gbc{convertpath}.
-% \DescribeRoutine{gsetvariable}\gbc{gsetvariable} is the global
-% version. It has no abbreviations, but it is occasionally needed for
-% \mfpic{}. The only difference is the lack of a \gbc{save}. None of these
-% commands take the value as a parameter. That should follow, and is picked
-% up by the ending \mfc{:=}.
+% \RoutineIndex{convertpath}\gbc{convertpath}. There is also a
+% \gbc{setcolor}, but that has such a different definition that we reserve
+% it for later.
+%
+% For completeness, we also include the remaining two abbreviations,
+% \RoutineIndex{setpen}\gbc{setpen} and
+% \RoutineIndex{settransform}\gbc{settransform}, even though they are not
+% used anywhere in \grafbase{}.
+%
+% \DescribeRoutine{gsetvariable}\gbc{gsetvariable} is the global version.
+% It has no abbreviations, but it is occasionally needed for \mfpic{}. The
+% only difference between it and the local version is the lack of a
+% \gbc{save}. None of these commands take the value as a parameter. That
+% should follow, and is picked up by the ending \mfc{:=}.
%
% \DescribeRoutine{setarray}
% Then \gbc{setarray} is the array version. It takes the same parameters
% as \gbc{setvariable}, but what should follow is a list of expressions in
% parentheses. It calls \gbc{list} to read each item into
-% \gbc{name1}, \gbc{name2}, etc.
-% \DescribeRoutine{setpairs}\gbc{setpairs} is an abbreviation for arrays
-% of pairs. There is also has a global version
+% \gbc{name1}, \gbc{name2}, etc. There is also has a global version
% \DescribeRoutine{gsetarray}\gbc{gsetarray}.
+% \DescribeRoutine{setpairs}\gbc{setpairs} is an abbreviation for arrays
+% of pairs. Historically, it came first.
% \begin{macrocode}
def setvariable (text kind) (suffix name) =
save name; kind name; name :=
@@ -1108,8 +1294,10 @@ def setnumeric (suffix name) = save name; name := enddef;
def setboolean = setvariable (boolean) enddef;
def setpair = setvariable (pair) enddef;
def setpath = setvariable (path) enddef;
-def setcolor = setvariable (color) enddef;
def setpicture = setvariable (picture) enddef;
+def setstring = setvariable (string) enddef;
+def settransform = setvariable (transform) enddef;
+def setpen = setvariable (pen) enddef;
def settension (suffix tn) expr tens =
setnumeric (tn) if tens > 0: tens else: default_tension fi;
enddef;
@@ -1127,7 +1315,6 @@ def gsetarray (text kind) (suffix name) =
enddef;
% \end{macrocode}
-%
% The next are slightly different, but seem to belong here.
% \DescribeRoutine{setbbox}
@@ -1148,6 +1335,111 @@ def setsplit (suffix s) expr ss =
setnumeric (s) emax (1, ceiling ss);
enddef;
+%<*MP>
+if has_cmyk:
+ def setrgbcolor = setvariable (rgbcolor) enddef;
+ def setcmykcolor = setvariable (cmykcolor) enddef;
+ def setcolor (suffix name) expr val =
+ if boolean val : setboolean
+ elseif numeric val : setnumeric
+ elseif rgbcolor val : setrgbcolor
+ elseif cmykcolor val : setcmykcolor
+ % this should give a suitable error message:
+ else: setvariable (color)
+ fi (name) val;
+ enddef;
+ def gsetcolor (suffix name) expr val =
+ if boolean val : boolean name;
+ elseif numeric val : numeric name;
+ elseif rgbcolor val : rgbcolor name;
+ elseif cmykcolor val : cmykcolor name;
+ else: color name;
+ fi name := val;
+ enddef;
+else:
+ def setrgbcolor = setcolor enddef;
+ def setcmykcolor = setcolor enddef;
+ def setcolor = setvariable (color) enddef;
+ def gsetcolor = gsetvariable (color) enddef;
+fi
+%</MP>
+%<*MF>
+def setrgbcolor = setcolor enddef;
+def setcmykcolor = setcolor enddef;
+def setcolor = setvariable (color) enddef;
+def gsetcolor = gsetvariable (color) enddef;
+%</MF>
+
+% \end{macrocode}
+%
+% And then the standard colors. Using the color functions ensures that
+% they are defined in \MF{} as well as all versions of \MP{}. In early
+% \MP{} they are all \mfc{rgbcolor}, in \MF{} they are all numeric. In
+% recent \MP{}, they have the type correspondimg to the name of the
+% color function, with \gbc{gray()} being numeric.
+% \begin{macrocode}
+setcolor(rgbblack) rgb(0,0,0);
+setcolor(red) rgb(1,0,0);
+setcolor(green) rgb(0,1,0);
+setcolor(blue) rgb(0,0,1);
+setcolor(rgbwhite) rgb(1,1,1);
+setcolor(cmykwhite) cmyk(0,0,0,0);
+setcolor(cyan) cmyk(1,0,0,0); % Maybe these should
+setcolor(magenta) cmyk(0,1,0,0); % be rbg for backward
+setcolor(yellow) cmyk(0,0,1,0); % compatibility?
+setcolor(cmykblack) cmyk(0,0,0,1);
+setcolor(grayscaleblack) gray(0);
+setcolor(grayscalewhite) gray(1);
+
+%<*MP>
+if has_outputtemplate:
+ def setoutputtemplate = outputtemplate := enddef;
+elseif has_filenametemplate:
+ def setoutputtemplate = filenametemplate enddef;
+else:
+ def setoutputtemplate text garbage = enddef;
+fi
+%</MP>
+%<MF>def setoutputtemplate text garbage = enddef;
+
+def romannumeral = _romannumeral (true) enddef;
+vardef _romannumeral (expr prefix, X) =
+ save Y, _tmp, U; string U;
+
+ Y.m := X div 1000; % thousands digit
+ _tmp := X - 1000Y.m; % hundreds digits and lower
+ Y.c := _tmp div 100; % hundreds
+ _tmp := _tmp - 100Y.c; % tens and units
+ Y.x := _tmp div 10; % tens
+ Y.i := _tmp - 10Y.x; % units
+
+ strrepeat("m", Y.m) &
+ romandigit(prefix, "c", "d", "m", Y.c) &
+ romandigit(prefix, "x", "l", "c", Y.x) &
+ romandigit(prefix, "i", "v", "x", Y.i)
+enddef;
+
+vardef romandigit (expr prefix, bot, mid, top, n) =
+ if n > 9 : top & strrepeat(bot, n-10) % shouldn't happen
+ elseif n > 8 :
+ if prefix: bot & top % "ix"
+ else: mid & bot & bot & bot & bot % "viiii"
+ fi
+ elseif n > 4 : mid & strrepeat (bot, n-5) % "v"--"viii"
+ elseif n > 3 :
+ if prefix: bot & mid % "iv"
+ else: bot & bot & bot & bot % "iiii"
+ fi
+ else: strrepeat (bot, n) % ""--"iii" for 0--3
+ fi
+enddef;
+
+vardef strrepeat (expr st, rep) =
+ setstring (_sr) "";
+ for i = 1 upto rep: _sr := _sr & st; endfor
+ _sr
+enddef;
+
% \end{macrocode}
%
% \section{The \grafbase{} Coordinate System}\label{coordinate}
@@ -1211,8 +1503,8 @@ enddef;
% by \gbc{unitlen} gets us sharped coordinates. For \MF{},
% multiplication by \mfc{hppp} converts to device coordinates, while for
% \MP{} sharped and device are the same (the printer's PostScript
-% rasterizing engine---or \prog{GhostScript}---does the final conversion
-% to actual pixels).
+% rasterizing engine---\prog{GhostScript} perhaps---does the final
+% conversion to actual pixels).
%
% In \MF{}, \mfc{currenttransform} (via the macro \mfc{.t_}, defined by
% \mfc{mode_setup}) takes care of the aspect ratio. In \MP{} the final
@@ -1554,7 +1846,7 @@ label_sep := 0; labelpath_sep := 0;
% expressions, it will actually place any picture, \gbc{s}. If you feed it
% a string or path, it will convert it to a picture (with the \mfc{infont}
% operator or the \gbc{picpath} macro).
-
+%
% The macro \gbc{newgblabel} takes 6 parameters. The first three
% parameters could easily be condensed into two if \mfpic{} support were
% all that was required, however I thought it best to make it general.
@@ -1789,6 +2081,7 @@ def textovalx = xellipse (true) enddef;
def textellipsex = xellipse (false) enddef;
% \end{macrocode}
+%
% \DescribeRoutine{xellipse}
% In \gbc{xellipse}, \gbc{aa} and \gbc{bb} are the horizontal and
% vertical radii of the resulting ellipse, while \gbc{ww} and \gbc{hh}
@@ -1904,6 +2197,7 @@ def TruncateWarn expr s =
enddef;
% \end{macrocode}
+%
% In addition to \mfc{sind} and \mfc{cosd} which take angles in degrees,
% we define the remaining trig functions \gbc{tand}, \gbc{cotd},
% \gbc{secd}, and \gbc{cscd}.
@@ -1935,6 +2229,7 @@ enddef;
vardef cotd primary X = cosd(X)*cscd(X) enddef;
% \end{macrocode}
+%
% These are the inverse functions, which return an angle in degrees:
% \RoutineIndex{acos}\gbc{acos}, \RoutineIndex{asin}\gbc{asin} and
% \RoutineIndex{atan}\gbc{atan}.
@@ -1958,6 +2253,7 @@ enddef;
vardef atan primary X = angle (1, X) enddef;
% \end{macrocode}
+%
% Now the trig functions that take angles in radians:
% \RoutineIndex{sin}\gbc{sin}, \RoutineIndex{cos}\gbc{cos},
% \RoutineIndex{tan}\gbc{tan}, \RoutineIndex{cot}\gbc{cot},
@@ -1979,6 +2275,7 @@ vardef csc primary X = cscd (X*radian) enddef;
% \begin{macrocode}
vardef degrees (expr t) = t*radian enddef;
vardef radians (expr t) = t/radian enddef;
+
% \end{macrocode}
%
% And the inverses (\RoutineIndex{invsin}\gbc{invsin},
@@ -2007,19 +2304,6 @@ def logtwo = logbase( 2) enddef;
def logten = logbase(10) enddef;
% \end{macrocode}
-% \CMF's pair variables are a decent replacement for complex variables.
-% These give some of the more basic functions of standard complex
-% analysis: \RoutineIndex{Arg}\gbc{Arg}, \RoutineIndex{Log}\gbc{Log},
-% \RoutineIndex{cis}\gbc{cis}, \RoutineIndex{zexp}\gbc{zexp} and
-% \RoutineIndex{sgn}\gbc{sgn}.
-% \begin{macrocode}
-vardef Arg primary Z = (angle Z)/radian enddef;
-vardef Log primary Z = (ln (abs Z), Arg Z) enddef;
-vardef cis primary T = dir (T*radian) enddef;
-vardef zexp primary Z = (exp (xpart Z)) * cis (ypart Z) enddef;
-vardef sgn primary Z = if not (Z = origin): unitvector fi Z enddef;
-
-% \end{macrocode}
%
% The hyperbolic functions: \RoutineIndex{cosh}\gbc{cosh}
% \RoutineIndex{sinh}\gbc{sinh}, \RoutineIndex{tanh}\gbc{tanh},
@@ -2074,6 +2358,7 @@ vardef coth primary X =
enddef;
% \end{macrocode}
+%
% The inverses of some of the hyperbolic functions:
% \RoutineIndex{acosh}\gbc{acosh}, \RoutineIndex{asinh}\gbc{asinh} and
% \RoutineIndex{atanh}\gbc{atanh}.
@@ -2100,6 +2385,42 @@ enddef;
% \end{macrocode}
%
+% \CMF's pair variables are a decent replacement for complex variables.
+% These give some of the more basic functions of standard complex
+% analysis: \RoutineIndex{Arg}\gbc{Arg}, \RoutineIndex{Log}\gbc{Log},
+% \RoutineIndex{cis}\gbc{cis}, \RoutineIndex{zexp}\gbc{zexp},
+% \RoutineIndex{sgn}\gbc{sgn}, and \RoutineIndex{conj}\gbc{conj}.
+% \begin{macrocode}
+vardef Arg primary Z = (angle Z)/radian enddef;
+vardef Log primary Z = (ln (abs Z), Arg Z) enddef;
+vardef cis primary T = dir (T*radian) enddef;
+vardef zexp primary Z = (exp (xpart Z)) * cis (ypart Z) enddef;
+vardef sgn primary Z = if not (Z = origin): unitvector fi Z enddef;
+vardef conj primary Z = (xpart Z, -ypart Z) enddef;
+
+% \end{macrocode}
+%
+% \DescribeRoutine{Moebius}
+% A less basic operation: the Moebius shift which takes the disk $|z| <
+% 1$ onto itself. It is a hyperbolic geometry analog of shifting points
+% in Euclidean geometry. Its mathematical definition (all variables are
+% complex numbers):
+% \[
+% M_a(z) = \frac{z + a}{1 - \bar az}
+% \]
+% \DescribeRoutine{pshdist}
+% Related to \gbc{Moebius} is the pseudohyperbolic metric. The distance
+% between $z$ and $w$ in this metric is $|z-w|/|1 - \bar wz|$.
+% \begin{macrocode}
+vardef Moebius (expr A) primary Z =
+ save _D; pair _D;
+ _D := (1, 0) + (Z zscaled (conj A));
+ (Z + A)/(abs _D) rotated (- angle _D)
+enddef;
+vardef pshdist (expr Z,W) = abs(Moebius(-W)(Z)) enddef;
+
+% \end{macrocode}
+%
% \DescribeRoutine{polar}
% \gbc{polar} converts a polar coordinate pair $(r, \theta)$ to the
% corresponding rectangular coordinate pair.
@@ -2125,6 +2446,7 @@ primarydef x**y =
fi
enddef;
let ^ = **;
+
% \end{macrocode}
%
% \section{Coordinate Systems and Transformations}\label{systems}
@@ -2146,6 +2468,7 @@ let ^ = **;
% \begin{macrocode}
transform T_stack[];
numeric T_stack; T_stack := 0;
+
def T_push (expr T) = T_stack[incr T_stack] := T; enddef;
def T_pop (suffix $) =
if T_stack > 0:
@@ -2451,6 +2774,7 @@ enddef;
def mono (suffix u) = cull u keeping (1, infinity); enddef;
% \end{macrocode}
+%
% \DescribeRoutine{andto, picand}
% The bitwise and: in the resulting picture, a pixel is \emph{on} if and
% only if it is \emph{on} in both \gbc{u} and \gbc{v}. \gbc{andto} is
@@ -2465,6 +2789,7 @@ primarydef u picand v =
enddef;
% \end{macrocode}
+%
% \DescribeRoutine{orto, picor}
% The inclusive or: in the result, a pixel is \emph{on} if and only if it
% is \emph{on} in \gbc{u} or \gbc{v} or both. I've written these so that
@@ -2488,6 +2813,7 @@ primarydef u picor v =
enddef;
% \end{macrocode}
+%
% \DescribeRoutine{xorto, picxor}
% The exclusive or, also called the symmetric difference:
% in the result, a pixel is \emph{on} if and only if it is \emph{on} in
@@ -2502,6 +2828,7 @@ primarydef u picxor v =
enddef;
% \end{macrocode}
+%
% \DescribeRoutine{subto}
% The nonsymmetric difference: in the result, a pixel is \emph{on} if
% and only if it is \emph{on} in \gbc{u} and off in \gbc{v}. It is
@@ -3357,7 +3684,7 @@ enddef;
%
% \DescribeRoutine{stored}
% The macro \gbc{stored} performs \gbc{store}, but passes the same path as
-% its return value. This is used by \mfpic{} to implements the \cs{store}
+% its return value. This is used by \mfpic{} to implement the \cs{store}
% command, allowing it to also be a prefix macro
%
% I don't know if \gbc{store} needs to employ \mfc{hide()}, but it seems
@@ -3366,7 +3693,7 @@ enddef;
def store (suffix fs) expr f =
hide (
if (not path f) and (not pair f):
- GBerrmsg ("improper expression type.")
+ GBerrmsg ("Improper expression type.")
"The second argument to `store' must be a path or pair.";
fi
if not path fs: path fs; fi
@@ -4007,7 +4334,6 @@ vardef gendashed (suffix pat) expr f =
picture _v; _v := nullpicture;
_d0 := 0; _t0 := 0;
dashit (_dpat.start) (_v);
-
% \end{macrocode}
% The parameters to \gbc{dashit} are the name of the part of the dashing
% pattern that is being drawn, and a temporary picture variable. The
@@ -4228,7 +4554,6 @@ enddef;
% \end{macrocode}
%
-%
% The \mfpic{} command \cs{dashed} is now implemented by making a
% dashpattern from the two arguments and calling gendashed. That is the
% definition of \gbc{DASHED}.
@@ -4324,6 +4649,7 @@ vardef colorshowcontrols (expr clr, syma, symb, size) expr f =
enddef;
% \end{macrocode}
+%
% \subsection{Double-line drawing}\label{doubleline}
%
% \DescribeRoutine{doubledraw}
@@ -4585,6 +4911,7 @@ vardef axis@# (expr len) = headpath (len, 0, 0) axisline@# enddef;
vardef borderrect =
rect((xneg+laxis,yneg+baxis),(xpos-raxis,ypos-taxis))
enddef;
+
% \end{macrocode}
%
% Tick marks can be on the inside or outside of a border axis,
@@ -4921,6 +5248,7 @@ def polargridpoints (expr dsize, rstep, tstep) =
enddef;
% \end{macrocode}
+%
% \DescribeRoutine{beginpolargrid}
% This calls \gbc{getpolarbounds} to compute the bounds (on $r$ and
% $\theta$) of the smallest polar coordinate patch that covers the graph
@@ -5037,7 +5365,8 @@ enddef;
% the upright rectangle with those points at opposite corners. It might be
% noted that if the corners really are lower left and upper right, then
% the path is anticlockwise, If they are on the other diagonal, the
-% path is clockwise. The path is a cycle (closed).
+% path is clockwise. The path is a cycle (closed). The starting/ending
+% point (needed for arrows and the like) is the first point of the two.
%
% \DescribeRoutine{triangle}
% Produces a closed path joining three points with straight lines; first
@@ -5230,20 +5559,46 @@ enddef;
% \begin{macrocode}
vardef turtle (text t) =
setnumeric (_tu) 0;
- pair _tu[]; _tu0 := origin;
- for _a = t: _tu[incr _tu] := _tu[_tu - 1] + _a; endfor
+ setpair (_tmp) origin;
+ pair _tu[];
+ for _a = t:
+ _tmp := _tmp + _a;
+ _tu[incr _tu] := _tmp;
+ endfor
if _tu = 0: NoPoints("turtle", _tu); fi
mkpoly (false, _tu)
enddef;
% \end{macrocode}
%
+% \DescribeRoutine{brownianpath}
+% I needed the following to illustrate Brownian motion. It takes a given
+% starting point, a given number of steps and a scaling factor. It
+% generates a sequence of random points, each one being chosen randomly
+% using a Gaussian distribution centered at the previous point. Strictly
+% speaking this is a Gaussian random walk, not Brownian motion. A true
+% Brownian motion would be a limit of these, with \gbc{num} tending to
+% $\infty$ and \gbc{sc} tending to 0.
+% \begin{macrocode}
+vardef brownianpath (expr start, num, sc) =
+ setnumeric (_brp) 1;
+ setpair (_tmp) start;
+ pair _brp[]; _brp1 := _tmp;
+ for _idx := 1 upto num:
+ _tmp := _tmp + sc/(sqrt 2)*(normaldeviate,normaldeviate);
+ _brp[incr _brp] := _tmp;
+ endfor
+ mkpoly (false, _brp)
+enddef;
+
+% \end{macrocode}
+%
% \subsection{Smooth paths}\label{smooth}
%
% We added an optional parameter for the tension of smooth curves to
% \mfpic. It used to be implemented this way: functions that implement a
% tension parameter set \gbc{cur_tension} and called \gbc{mksmooth}, which
-% uses that tension in its formation of a path. Since \gbc{mksmooth} was
+% used that tension in its formation of a path. Since \gbc{mksmooth} was
% only ever used in this way, I decided to change its syntax to include a
% tension parameter. Only the functions \gbc{tcurve} and \gbc{mkpath}
% actually call \gbc{mksmooth} directly, most other path building commands
@@ -5276,6 +5631,7 @@ vardef mksmooth (expr tens, cyclic) (suffix pts) =
enddef;
% \end{macrocode}
+%
% \DescribeRoutine{mktenser}
% This is just like \gbc{mksmooth}, except the tension value is preceded
% by \mfc{atleast}. At this writing only \gbc{mkconvex} uses it (as a
@@ -5313,7 +5669,7 @@ enddef;
% the flatness is infinite and the curve is forced in that direction. We
% measure the flatness using the square root of the area of the triangle
% made by the given point and the the next two points. Those three points
-% lie on a line just when the area is $0$. Using this measure of fltness
+% lie on a line just when the area is $0$. Using this measure of flatness
% can be disputed (two triangles can be equally flat in terms of angles
% but different in terms of areas), but it has the advantage that if the
% points are subjected to an affine transformation, the weighting is
@@ -5453,22 +5809,25 @@ enddef;
%
% \DescribeRoutine{mkqbezier}
% \gbc{mkqbezier} requires an even number of points for a cyclic path,
-% an odd number for a noncyclic path. The \mfc{for}-loop ends on the last
-% odd index. If \gbc{pts} is odd and \gbc{cyclic} is true we need to
-% manufacture another control point for the connection back to the
-% start. We take that to be a repetition of the last point. If \gbc{pts}
-% is even and \gbc{cyclic} is false then the loop ends at \gbc{pts-1}.
-% Again we need to pick a control to connect to the last point, and again
-% we use that last point as the control. In these two cases the last
-% link is a straight line.
+% an odd number for a noncyclic path. It does not check for this, but
+% the calling macro \gbc{qbezier} does. If the parity is incorrect, it
+% repeats the last point in the list. This has the effect of making
+% the last link a straight line.
%
% \DescribeRoutine{qbezier}
% The \gbc{qbezier} command takes a list of points and creates an array
% from then before calling \gbc{mkqbezier}.
+%
+% \DescribeRoutine{mkcbezier}
+% This is like \gbc{mkqbezier}, but needs a multiple of 3 for a closed
+% cubic bezier, one more (the endpoint) for an open cubic bezier.
+%
+% \DescribeRoutine{cbezier}
+% Like \gbc{qbezier}, but calls \gbc{mkcbezier}.
% \begin{macrocode}
vardef mkqbezier (expr cyclic) (suffix pts) =
pts1
- if pts=1: {0,0}
+ if pts=1: {0,0}
else:
for _i = 2 step 2 until pts - 1:
..controls 1/3[pts[_i], pts[_i-1] ] and 1/3[pts[_i], pts[_i+1] ]..
@@ -5483,8 +5842,7 @@ enddef;
vardef qbezier (expr cyclic) (text t) =
setpairs (_qbz) (t);
- if _qbz=0: NoPoints ("qbezier", _qbz); fi
- if _qbz=1: onepointpath (cyclic, _qbz1)
+ if _qbz=0: NoPoints ("qbezier", _qbz);
else:
if (cyclic and odd _qbz) or (not cyclic and even _qbz):
_qbz[incr _qbz] := _qbz[_qbz-1];
@@ -5493,6 +5851,45 @@ vardef qbezier (expr cyclic) (text t) =
fi
enddef;
+vardef mkcbezier (expr cyclic) (suffix pts) =
+ pts1
+ if pts=1: {0,0}
+ else:
+ for _i = 1 step 3 until pts - 3:
+ ..controls pts[_i+1] and pts[_i+2] .. pts[_i+3]
+ endfor
+ if cyclic:
+ ..controls pts[pts - 1] and pts[pts]..cycle
+ fi
+ fi
+enddef;
+
+vardef cbezier (expr cyclic) (text t) =
+ setpairs (_cbz) (t);
+ if _cbz=0: NoPoints ("qbezier", _cbz);
+ else:
+ % Need 0 mod 3 for cyclic, otherwise 1 mod 3
+ setnumeric (_mdt) _cbz mod 3;
+ if cyclic:
+ if _mdt <> 0: _cbz[incr _cbz] := _cbz[_cbz-1]; fi
+ if _mdt = 1 : _cbz[incr _cbz] := _cbz1; fi
+ else: % need 1 more, duplicate next to last
+ if _mdt = 0:
+ _cbz := _cbz + 1;
+ _cbz[_cbz] := _cbz[_cbz-1];
+ _cbz[_cbz-1] := _cbz[_cbz-2];
+ fi
+ if _mdt = 2: % need 2 more, duplicate last 2.
+ _cbz := _cbz + 2; % add 2 slots
+ _cbz[_cbz] := _cbz[_cbz-2]; % fill them
+ _cbz[_cbz-1] := _cbz[_cbz-2]; % with last node
+ _cbz[_cbz-2] := _cbz[_cbz-3]; % orig last slot = orig previous.
+ fi
+ fi
+ mkcbezier (cyclic) (_cbz)
+ fi
+enddef;
+
% \end{macrocode}
%
% When calling \gbc{curve} or \gbc{tcurve} there can be a problem
@@ -5513,13 +5910,13 @@ enddef;
% ourselves. By default we choose the two controls so the \mfc{xpart}s
% divide the $x$-interval into three equal parts. This makes the B\'ezier
% $f(t)$ linear in the $x$-part and so has the added `advantage' that in
-% each segment, $y$ is a cubic function of $x$. It is not a spline, as we
-% compute the controls locally and allow them to be modified by an
-% additional parameter.
+% each segment, $y$ is a cubic function of $x$. It is not a spline, as
+% the computation of the controls uses only the two nearest points, plus
+% we allow them to be modified by an additional parameter.
%
% Another concern is what direction to place the controls. In
% \gbc{mksmooth} we ask the direction at a given point to be the average
-% of the straight line directions to adjacent points. We now do the same
+% of the straight line directions to adjacent points. We do the same
% here, though it is not clear if this is best.
%
% Finally, we permit a tension of sorts by dividing the distance to the
@@ -5536,14 +5933,15 @@ enddef;
% Following discussions with Stephan Hennig in \texttt{comp.text.tex} I
% came to the conclusion that the method used ought to satisfy the
% following: if the data are xscaled or yscaled, the control vectors ought
-% to scale the same way. The current version does that.
+% to scale the same way. The current version does that, the previous one
+% did not.
%
% \DescribeRoutine{mkfcnpath}
% This produces the path, calling \gbc{fcncontrol} to produce the controls.
%
% \DescribeRoutine{fcncurve}
% This is the \mfpic{} interface; \gbc{fcncurve} calls \gbc{functioncurve}
-% with the default tension, which \DescribeRoutine{functioncurve}then
+% with the default tension, and \DescribeRoutine{functioncurve}then
% takes a list of points, converts it to an array, and calls
% \gbc{mkfcnpath} to build the path.
% \begin{macrocode}
@@ -5622,6 +6020,7 @@ vardef qspline (expr cyclic) (text t) =
fi
mkqbs (_qs) if cyclic: & cycle fi
enddef;
+
% \end{macrocode}
%
% These cubic B-splines also require a list of `control' points. Each of
@@ -5685,6 +6084,7 @@ vardef cspline (expr cyclic) (text t) =
fi
mkcbs (_cs) if cyclic: & cycle fi
enddef;
+
% \end{macrocode}
%
% \subsection{Splines with computed controls}\label{computedsplines}
@@ -5729,8 +6129,8 @@ enddef;
% \DescribeRoutine{relaxed_spline_eqns}relaxed splines they force
% the second derivative to be 0 at the first and last point.
%
-% The macro \gbc{mksplinepath} simply assembles the points and controls
-% previously computed into a path.
+% The macro \gbc{mksplinepath} simply assembles the previously computed
+% points and controls into a path.
%
% \DescribeRoutine{mkspline}\gbc{mkspline} issues the
% common equations and then either the closed equations (\gbc{closed =
@@ -5791,6 +6191,7 @@ vardef dospline (expr closed) (text the_list) =
enddef;
% \end{macrocode}
+%
% The above computations produce a $2$-dimensional spline. A $1$-dimensional
% cubic spline would be a function $f(t)$ with numeric values rather
% than pair values. Such are often used to interpolate functions. That is,
@@ -6078,9 +6479,12 @@ enddef;
% the angle $\pm 180$, which produces a half circle.
% \begin{macrocode}
vardef arcpp (expr small, begpt, endpt, rad) =
- save full, ang; full := signof (rad) 360;
- if 2*abs(rad) > abs(begpt - endpt):
- ang := if not small: full - fi 2*asin (abs(begpt-endpt)/(2rad));
+ save full, diam, chord, ang;
+ full := signof (rad) 360;
+ diam := 2rad;
+ chord := abs(endpt-begpt);
+ if chord < abs(diam):
+ ang := if not small: full - fi 2*asin (chord/diam);
else: ang := signof (rad) 180;
fi
arcpps (begpt, endpt, ang)
@@ -6146,10 +6550,13 @@ vardef ellipse (expr center, radx, rady, angle) =
fullcircle xscaled (2*radx) yscaled (2*rady) rotated angle
shifted center
enddef;
+
vardef circle (expr center, rad) =
fullcircle scaled (2*rad) shifted center
enddef;
+
% \end{macrocode}
+%
% The next four implement different ways of specifying a circle.
% \DescribeRoutine{circlecp}
% The first produces the circle with a given center passing through a
@@ -6178,24 +6585,29 @@ enddef;
vardef circlecp (expr center, point) =
mkarc (center, point, point, 360) & cycle
enddef;
+
vardef circleppp (expr one, two, three) =
arcpps (one, two, 2*cornerangle (three, one, two))
& arcpps (two, three, 2*cornerangle (one, two, three))
& arcpps (three, one, 2*cornerangle (two, three, one))
& cycle
enddef;
+
vardef circlepps (expr one, two, sweep) =
save ang, full;
full := signof (sweep) 360;
ang := sweep mod full;
arcpps (one, two, ang) & arcpps (two, one, full - ang) & cycle
enddef;
+
vardef circlepp (expr small, one, two, rad) =
arcpp (small, one, two, rad) & arcpp (not small, two, one, rad) & cycle
enddef;
+
def circleppr (expr one, two, rad, small) =
circleppr (one, two, rad, small)
enddef;
+
% \end{macrocode}
%
% \DescribeRoutine{pathcenter}
@@ -6283,6 +6695,64 @@ enddef;
% \end{macrocode}
%
+% \DescribeRoutine{pshcircle}
+% Here is a couple of circles maybe only I need. They are the
+% pseudohyperbolic circles in the unit disk and upper half-plane.
+% One supplies a point that must be inside the unit circle or above
+% the $x$-axis, and a radius that must be less than $1$. Some degenerate
+% cases will not generate an error. We code this with a boolean that
+% determine whether the disk of the half-plane is to be assumed.
+% \begin{macrocode}
+vardef pshcircle (expr disk, ctr, rad) =
+ if disk:
+ if rad >= 1 :
+ if rad > 1:
+ GBerrmsg ("Impossible pseudohyperbolic circle.")
+ "The radius of a pseudohyperbolic circle can be at most 1.";
+ fi
+ circle ((0,0),1)
+ elseif abs(ctr) >= 1 :
+ if abs(ctr) > 1:
+ GBerrmsg ("Impossible pseudohyperbolic circle.")
+ "The center of a pseudohyperbolic circle must be in"
+ & "the unit disk.";
+ fi
+ onepointpath (true,ctr)
+ else:
+ % compute Euclidean center and radius (and a denominator used twice
+ % in calculations).
+ save _r, _dnm;
+ _r := abs(ctr);
+ _dnm := 1 - _r*_r*rad*rad;
+ circle ( (1 - rad*rad)/_dnm*ctr, rad*(1 - _r*_r)/_dnm)
+ fi
+ else:
+ if rad >= 1 :
+ GBerrmsg ("Impossible pseudohyperbolic circle.")
+ "The radius of a pseudohyperbolic circle must be less than 1.";
+ onepointpath (true,ctr)
+ elseif ypart ctr <= 0:
+ if ypart ctr < 0:
+ GBerrmsg ("Impossible pseudohyperbolic circle.")
+ "The center of a pseudohyperbolic circle must be in"
+ & "the upper half-plane.";
+ fi
+ onepointpath (true,ctr)
+ else:
+ % compute Euclidean center and radius (and a denominator used twice
+ % in calculations).
+ % Euclidean center at xpart ctr + (1 + R^2)/(1 - R^2)*ypart ctr
+ % Euclidean radius 4R/(1 - R^2)*ypart ctr
+ save _y, _dnm;
+ _y := ypart ctr;
+ _dnm := 1 - rad*rad;
+ circle ( (xpart ctr, (1 + rad*rad)/_dnm * _y), 2rad/_dnm*_y)
+ fi
+ fi
+enddef;
+
+% \end{macrocode}
+%
% \DescribeRoutine{barycenter}
% This is the average of the three corners of the triangle, or of any
% path. If \gbc{t} is an open path with length $n$ and the nodes are
@@ -6295,7 +6765,7 @@ enddef;
% don't recall if this is the center of any important circle.
%
% The centers of the various circles associated with triangles can be
-% found with \gbc{pathcenter}. Or by intersecting vasious lines: the
+% found with \gbc{pathcenter}. Or by intersecting various lines: the
% \emph{incenter} (center of the inscribed circle)is the intersection of
% the angle bisectors; the \emph{circumcenter} is the intersection of the
% prependicular bisectors.
@@ -6319,7 +6789,6 @@ enddef;
% \end{macrocode}
%
-%
% \subsection{Plotting of functions}\label{functionplots}
%
% In these macros, if the boolean argument \gbc{sm} is true then the
@@ -6470,6 +6939,7 @@ def plrregion (expr sm) = tplrregion (sm, default_tension) enddef;
vardef tplrregion (expr sm, tn, tlo, thi, st) (text _ft) =
(0,0)--tplrfcn (sm, tn, tlo, thi, st ) (_ft)--cycle
enddef;
+
% \end{macrocode}
%
% \DescribeRoutine{mklevelset}
@@ -6509,6 +6979,7 @@ enddef;
% \begin{macrocode}
numeric tolerancefactor;
tolerancefactor := .02;
+
vardef mklevelset (expr sm, tens, X, Y, t, a, b, c, d) =
save _inside_;
vardef _inside_ (expr U, V) =
@@ -6552,6 +7023,7 @@ vardef mklevelset (expr sm, tens, X, Y, t, a, b, c, d) =
enddef;
% \end{macrocode}
+%
% \DescribeRoutine{levelset}
% This is the \mfpic{} interface. It checks the \gbc{t} parameter before
% passing it to \gbc{mklevelset}, making sure it is not zero, it passes
@@ -6603,6 +7075,7 @@ vardef lclosed expr f =
enddef;
% \end{macrocode}
+%
% \DescribeRoutine{sclosed}
% This closes the path in the manner that \gbc{mksmooth} creates a path.
% This will change the first and last segment of the original path. In
@@ -6626,6 +7099,7 @@ vardef sclosedt (expr t) expr f =
enddef;
% \end{macrocode}
+%
% \DescribeRoutine{bclosed}
% This closes with the basic default \MF{} Bezi\'er. It is a smooth
% closure, but it does not have the same direction at the endpoints
@@ -6641,6 +7115,7 @@ vardef bclosedt (expr t) expr f =
enddef;
% \end{macrocode}
+%
% \DescribeRoutine{uclosed}
% Same as \gbc{bclosed}. Retained for backward compatibility. There is
% a tense variant only for \DescribeRoutine{uclosedt}consistency.
@@ -6649,6 +7124,7 @@ def uclosed = bclosed enddef;
def uclosedt = bclosedt enddef;
% \end{macrocode}
+%
% \DescribeRoutine{cbcontrols}
% This utility is for use in \gbc{cbclosed}. It converts Bezier segment
% key points of a path \gbc{f}, to cubic B-spline control points stored
@@ -6726,6 +7202,7 @@ enddef;
% computed by \gbc{pathcenter}.
% \begin{macrocode}
vardef makesector expr p = (pathcenter p)--p--cycle enddef;
+
% \end{macrocode}
%
% \DescribeRoutine{arccomplement}
@@ -7057,6 +7534,19 @@ vardef colorGheadpath
f
enddef;
+
+% \end{macrocode}
+%
+% \DescribeVariable{cut_path}
+% Additional clearing path, almost the same as plain.mf's \gbc{cut_} (no
+% \gbc{cut_} in plain.mp) but rotated, and scaled differently. The odd
+% scaling is so that if yscaled by the diameter of a dot, and the dot
+% happens to be digitized to a square shape, then the \gbc{cut_path},
+% centered at the center of the dot and rotated 45 degrees, will encompass
+% the whole square (theoretically).
+% \begin{macrocode}
+path cut_path; cut_path := (.5,0)--(.5,.71)--(-.5,.71)--(-.5,0)--cycle;
+
% \end{macrocode}
%
% \DescribeRoutine{tailpath}\RoutineIndex{colortailpath}
@@ -7263,6 +7753,7 @@ vardef randomlines (expr maxshift) expr f =
fi
fi
enddef;
+
% \end{macrocode}
%
% \subsection{Parallelling a path}
@@ -7424,7 +7915,6 @@ def setdatadashes (text lst) =
forsuffixes _itm = lst:
if knownnumericarray _itm :
copyarray (_itm) (__type[__type]);
-% __type := __type + 1;
next __type;
else: GBwarn "Improper dash pattern in setdatadashes.";
fi
@@ -7489,7 +7979,7 @@ def setdatasymbols (text lst) =
__type[__type] := _itm;
next __type;
else:
- GBwarn "Improper path in setdatasymbols().";
+ GBwarn "Improper symbol in setdatasymbols().";
fi
endfor
if __type > 1:
@@ -7566,7 +8056,6 @@ Diamond := undo_cycle SolidDiamond;
Diamond.clear := SolidDiamond.clear :=
(right--(1,1)--(-1,1)--left--up--cycle) scaled .522 yscaled 1.44;
-% As arrow heads, these have their "tips" at their center.
Plus := ((0,0)--up--down--(0,0)--left--right) scaled .65;
Plus.clear := (right--(1,1)--(-1,1)--(left)--cycle) scaled .65;
@@ -7629,6 +8118,7 @@ forsuffixes S =
SolidDiamond, SolidStar :
S.tip := point 0 of S;
endfor
+
% \end{macrocode}
%
% \DescribeRoutine{gcd}
@@ -7655,23 +8145,11 @@ vardef gcd (expr n, m) =
enddef;
vardef lcm (expr n, m) =
- n*m/gcd(n, m)
+ n/gcd(n, m)*m
enddef;
% \end{macrocode}
%
-% \DescribeVariable{cut_path}
-% Additional clearing path, almost the same as plain.mf's \gbc{cut_} (no
-% \gbc{cut_} in plain.mp) but rotated, and scaled differently. The odd
-% scaling is so that if yscaled by the diameter of a dot, and the dot
-% happens to be digitized to a square shape, then the \gbc{cut_path},
-% centered at the center of the dot and rotated 45 degrees, will encompass
-% the whole square (theoretically).
-% \begin{macrocode}
-path cut_path; cut_path := (.5,0)--(.5,.71)--(-.5,.71)--(-.5,0)--cycle;
-
-% \end{macrocode}
-%
% \DescribeRoutine{defaultsymbols}
% The command for restoring the default symbols.
% \begin{macrocode}
@@ -7687,50 +8165,73 @@ defaultsymbols;
% \DescribeRoutine{setdatacolors}
% Finally, for \MP, we do a similar pair of commands for setting
% the colors for the \cs{plotdata} command, and for
-% \DescribeRoutine{getcolor}getting the next one.
+% \DescribeRoutine{getcolor}getting the next one. The odd indirection
+% (\gbc{colortype[]} is an array of strings, the names of variables
+% having color values) is because \MP{} now has three different data
+% types for colors. Arrays must be all one type.
%
% \DescribeRoutine{defaultcolors}
% These default colors were tested on screen and on an inkjet printer.
% The adjustments away from pure colors is based on a compromise between
% those experiments.
% \begin{macrocode}
+%<*MP>
def setdatacolors (text lst) =
- save __type; color __type[];
- __type := 0;
+ setnumeric (__type) 0;
+ % First, just count and store the known colors in the list
for _itm = lst:
- if (known _itm) and (color _itm):
- __type[__type] := _itm;
+ if knowncolor _itm :
+ if __type = 0 : def _datacolors = _itm enddef;
+ else:
+ expandafter def
+ expandafter _datacolors
+ expandafter = _datacolors, _itm enddef;
+ fi
next __type;
else: GBwarn "Improper color in setdatacolors().";
fi
endfor
if __type > 1:
- save colortype; colortype := __type;
- color colortype[];
- for _j = 0 upto colortype - 1:
- colortype[_j] := __type[_j];
+ save colortype, _tmpstr;
+ colortype := 0;
+ % colortype[] is an array of strings:
+ string colortype[], _tmpstr;
+ for _itm = _datacolors: %
+ % Each string is the name of some color variable
+ _tmpstr := "colortype_"&romannumeral(colortype);
+ setcolor (scantokens(_tmpstr)) _itm;
+ colortype[colortype] := _tmpstr;
+ next colortype;
endfor
else:
SetdataWarn "colors";
fi
enddef;
-def getcolor expr n = colortype[n mod colortype] enddef;
-
-color dBlue, dOrange, dGreen, dMagenta, dCyan, dYellow;
-dBlue := 0.80blue + .2white;
-dOrange := 0.66yellow + .34red;
-dGreen := 0.80green;
-dMagenta := 0.85magenta;
-dCyan := 0.85cyan;
-dYellow := 0.85yellow;
-
-numeric colortype; color colortype[];
+def getcolor expr n = (scantokens (colortype[n mod colortype])) enddef;
+
+numeric colortype; string colortype[];
+
+setcolor (dRed) (1, 0, 0);
+setcolor (dBlue) (.2,.2,1);
+setcolor (dOrange) (1,.34,0);
+setcolor (dGreen) (0,.80,0);
+setcolor (dBlack) cmykblack;
+if has_cmyk :
+ setcolor (dCyan) cyan;
+ setcolor (dMagenta) magenta;
+ setcolor (dYellow) yellow;
+else: % rgb colors seem to be lighter than the cmyk equivalents.
+ setcolor (dCyan) cmyk(.85,0,0,.15);
+ setcolor (dMagenta) cmyk(0,.85,0,.15);
+ setcolor (dYellow) cmyk(0,0,.85,.15);
+fi
def defaultcolors =
- setdatacolors(black, red, dBlue, dOrange, dGreen,
- dMagenta, dCyan, dYellow);
+ setdatacolors(dBlack, dRed, dBlue, dOrange,
+ dGreen, dMagenta, dCyan, dYellow);
enddef;
defaultcolors;
+%</MP>
% \end{macrocode}
%
%
@@ -7985,22 +8486,19 @@ numeric gcode; gcode := 0;
%
% \subsection{Dvips names for colors}\label{dvipsnam}
%
-% In order to make \file{dvipsnam.mp} useful outside grafbase, we repeat
-% the definition of \gbc{cmyk} here.
+% In order to make \file{dvipsnam.mp} useful outside grafbase, we give
+% here a definition for \gbc{cmyk} when \gbc{grafbaseversion} is unknown.
% \begin{macrocode}
%<*dvips>
if unknown grafbaseversion:
- vardef snapto expr t =
- if unknown t: 0
- elseif not (numeric t): 0
- elseif t < 0: 0
- elseif t > 1: 1
- else: t
- fi
- enddef;
- vardef cmyk (expr c, m, y, k) =
- (snapto 1-c-k, snapto 1-m-k, snapto1-y-k)
- enddef;
+ if unknown mpversion:
+ let cmykcolor=color;
+ vardef cmyk (expr c, m, y, k) =
+ (max(1-c-k,0), max(1-m-k,0), max(1-y-k,0))
+ enddef;
+ else:
+ vardef cmyk (expr c, m, y, k) = (c, m, y, k) enddef;
+ fi
fi
% \end{macrocode}
@@ -8017,7 +8515,7 @@ fi
% Declare all the dvips color names to be color variables, and define
% them as in \file{dvipsnam.def}:
% \begin{macrocode}
-color Apricot, Aquamarine, Bittersweet, Black, Blue, BlueGreen,
+cmykcolor Apricot, Aquamarine, Bittersweet, Black, Blue, BlueGreen,
BlueViolet, BrickRed, Brown, BurntOrange, CadetBlue, CarnationPink,
Cerulean, CornflowerBlue, Cyan, Dandelion, DarkOrchid, Emerald,
ForestGreen, Fuchsia, Goldenrod, Gray, Green, GreenYellow, JungleGreen,
diff --git a/Master/texmf-dist/source/generic/mfpic/mfpic.dtx b/Master/texmf-dist/source/generic/mfpic/mfpic.dtx
index daab8c0d9b6..fcc42f917cb 100644
--- a/Master/texmf-dist/source/generic/mfpic/mfpic.dtx
+++ b/Master/texmf-dist/source/generic/mfpic/mfpic.dtx
@@ -1,7 +1,10 @@
% \iffalse
+%%% File: mfpic.dtx
+%%% A part of mfpic 1.00 2009/09/22
+%%%
% -------------------------------------------------------------------
%
-% Copyright 2002--2006, Daniel H. Luecking
+% Copyright 2002--2009, Daniel H. Luecking
%
% Mfpic may be distributed and/or modified under the conditions of the
% LaTeX Project Public License, either version 1.3b of this license or (at
@@ -19,7 +22,7 @@
%</driver>
%<sty>\ProvidesPackage{mfpic}
%<*sty>
- [2006/05/26 v0.9. Macros for drawing with Metafont/MetaPost.]%
+ [2009/09/22 v1.00. Macros for drawing with Metafont/MetaPost.]%
%</sty>
%<*driver>
\documentclass[draft]{ltxdoc}
@@ -103,7 +106,7 @@
\end{document}
%</driver>
%\fi
-% \CheckSum{4902}
+% \CheckSum{5116}
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
@@ -131,8 +134,9 @@
% produce the picture. The picture is then included on a second pass
% through \TeX.
%
-% This file documents the source code. See \file{mfpman.pdf} or
-% \file{mfpman.tex} for the user documentation.
+% This file documents the source code. See \file{mfpic-doc.pdf} (source
+% \file{mfpic.doc.tex} for the user documentation or \file{mfpguide.pdf}
+% (source \file{}mfpguide.tex}) for an introductory guide.
% \end{abstract}
%
% \StopEventually{\PrintIndex}
@@ -166,9 +170,9 @@
\ifx\mfpfileversion\UndEfInEd\else\expandafter\endinput\fi%
{%
\catcode\lq\.12 \catcode\lq\/12%
- \gdef\mfpfileversion{0.9}%
- \gdef\mfpfiledate{2006/05/26}%
- \gdef\mfpicversion{90}%
+ \gdef\mfpfileversion{1.00}%
+ \gdef\mfpfiledate{2009/09/22}%
+ \gdef\mfpicversion{100}%
}%
% \end{macrocode}
%
@@ -471,13 +475,17 @@
%
% Some options and commands require the \opt{metapost} option be in
% effect. We define an error message for the case where it is not in
-% effect.
+% effect. Rarely, we need a similar warning for the \opt{metafont}
+% option.
% \begin{macrocode}
\newdef\mfp@noMP@error#1{%
\mfp@errmsg {Metafont does not support #1, use MetaPost}%
{Metafont doesn't support #1. Perhaps you forgot to turn on^^J%
MetaPost support by using the metapost option or issuing the^^J%
command \usemetapost. For now, I will ignore it.}}%
+\newdef\mfp@noMF@warn#1{%
+ \Mfpic@warn
+ {Metapost does not support \string#1, it will be ignored.}}%
% \end{macrocode}
%
% This next is like \cs{mfp@useMP@error}, but it is not so specific.
@@ -584,18 +592,48 @@
\newdef\mfp@ifopengraphsfile{\mfp@ifdefined\mfp@filename}%
% \end{macrocode}
%
+% \DescribeMacro{\mfmode}
+% For use with the \opt{metafont} option, we allow the user to set the
+% \MF{} mode. Example: \verb$\mfmode{ljfour}$
+%
+% \DescribeMacro{\mfresolution}
+% If modes are too esoteric, the user can at least set the resolution.
+% This should be a pure number representing dots per inch. Example:
+% \verb$\mfresolution{600}$
+% \begin{macrocode}
+\newdef\mfmode#1{\edef\mfp@mode{#1}%
+ \mfp@ifopengraphsfile%
+ {\mfp@afteropen@error\mfmode}%
+ {\mfp@ifmpost{\mfp@noMF@warn\mfmode}{}}}%
+\newdef\mfresolution#1{\edef\mfp@resolution{#1}%
+ \mfp@ifopengraphsfile%
+ {\mfp@afteropen@error\mfresolution}%
+ {\mfp@ifmpost{\mfp@noMF@warn\mfresolution}{}}}%
+% \end{macrocode}
+%
% \DescribeMacro{\setmfvariable}
% A useful abbreviation for a common requirement: declaring and setting
% a \MF{} variable. I have decided to change it to a user-level macro for
-% power users.
-% \DescribeMacro{\setmpvariable}\cs{setmpvariable} is another name for it.
-% It takes three arguments: the type of variable, the variable itself, and
-% its value. Example:\\
+% power users. For consistency, \DescribeMacro{\setmpvariable}\cs{setmpvariable}
+% is an alternative name for it. It takes three arguments: the type of
+% variable, the variable itself, and its value.
+% Example:\\
% \indent \cs{setmfvariable}\marg{numeric}\marg{shadewd}\marg{.7pt}.\\
-% Since it \mfc{save}\,s the variable, it must not have a suffix. This is
-% not a big problem since mostly it is for internal use. We document
-% that fact for power users and advise ordinary users on the naming of
-% \MF{} variables.
+% Since the \MF{} code \mfc{save}\,s the variable, there must be no
+% suffix. This is not a big problem since mostly it is for internal use.
+% We document that fact for power users and advise ordinary users on the
+% naming of \MF{} variables.
+%
+% Since \MP{} has three (or four) data types for color, we have to write
+% the command `\gbc{setcolor}' to the output file instead of
+% `\gbc{setvariable (color)}' so that the datatype can be determined
+% before declaring the variable. (Unlike the other data types the
+% \grafbase{} command \gbc{setcolor} is more complicated than
+% \gbc{setvariable(color)}.) For simplicity, we do this with all data
+% types. For example \cs{setmfvariable}\marg{numeric} writes
+% `\gbc{setnumeric}'. This makes spaces significant in the first argument,
+% so we strip them off the ends with \cs{MFP@sp@def} (defined in
+% section~\ref{optional}).
%
% We have abbreviations for the most common internal uses. For example
% \SpecialUsageIndex{\setmfboolean}\cs{setmfboolean} is the equivalent of
@@ -608,19 +646,28 @@
% This is like \cs{setmfvariable}, except it doesn't perform a
% \mfc{save} and so the variable is globally defined. Also,
% suffixed variables are permitted (but not numeric suffixes).
+% Here, too, we have to write a different command for setting color.
+% Thus, me need to test whether the first argument is `color'. Here again,
+% spaces are significant.
% \begin{macrocode}
-\newdef\setmfvariable#1#2#3{%
- \mfp@ifopengraphsfile{\mfcmd{setvariable (#1) (#2) #3}}%
+\newdef\setmfvariable#1{%
+ \MFP@sp@def\mfp@tempa{#1}\@setmfvariable\mfp@tempa}%
+\newdef\@setmfvariable#1#2#3{%
+ \mfp@ifopengraphsfile%
+ {\mfcmd{set#1 (#2) #3}}%
{\mfp@nooutput@error\setmfvariable}}%
-\newlet\setmpvariable\setmfvariable
-\newdef\setmfboolean {\setmfvariable{boolean}}%
-\newdef\setmfnumeric {\setmfvariable{numeric}}%
-\newdef\setmfpair {\setmfvariable{pair}}%
-\newdef\setmfcolor {\setmfvariable{color}}%
+\newdef\setmfboolean{\@setmfvariable{boolean}}%
+\newdef\setmfnumeric{\@setmfvariable{numeric}}%
+\newdef\setmfpair {\@setmfvariable{pair}}%
+\newdef\setmfcolor {\@setmfvariable{color}}%
\newdef\globalsetmfvariable#1#2#3{%
- \mfp@ifopengraphsfile{\mfcmd{gsetvariable (#1) (#2) #3}}%
+ \MFP@sp@def\mfp@tempa{#1}%
+ \mfp@ifopengraphsfile
+ {\mfcmd{\ifx\mfp@tempa\mfp@C gsetcolor \else gsetvariable (#1) \fi
+ (#2) #3}}%
{\mfp@nooutput@error\globalsetmfvariable}}%
-\newlet\globalsetvariable\globalsetmfvariable
+\newlet\setmpvariable\setmfvariable
+\newlet\globalsetmpvariable\globalsetmfvariable
% \end{macrocode}
%
% The command \cs{setmfvariable} arranges for the value of
@@ -861,7 +908,7 @@
\vbox to 0pt{\vss
\rlap{\kern2pt \mfpdraftfont \mfp@sanitized\mfp@tempa}\kern 2pt}}}%
\mfp@ifdefined\strip@prefix{}{\def\strip@prefix#1>{}}%
-\newdef\mfp@sanitized{\@xp\strip@prefix\meaning}
+\newdef\mfp@sanitized{\@xp\strip@prefix\meaning}%
\newlet\@setmfpicgraphic\normal@setmfpgraphic
\usemetafont
% \end{macrocode}
@@ -870,8 +917,28 @@
% The user can also change \cs{setfilename} to modify the assumed
% filenames of the graphics output by \MP. The default is the output
% file's basename (\arg1) with the picture number as the extension.
+%
+% \DescribeMacro{\setfilenametemplate}
+% The user can also tell \MP{} what kind of filename he wishes it to
+% produce. one uses \verb$\_$ in the template as a placeholder for the
+% \file{.mp} filename (the name used in \cs{opengraphsfile}) and \verb$\#$
+% for the figure number.
% \begin{macrocode}
\newdef\setfilename#1#2{#1.#2}%
+\newdef\setfilenametemplate#1{%
+ \begingroup
+ \def\_{\mfp@p j}%
+ \def\#{\mfp@p c}%
+ \let\@nl\relax
+ \xdef\mfp@settemplate{\@nl setoutputtemplate "#1";\@nl}%
+ \let\number\relax
+ \let\mfp@count\relax
+ \let\mfp@filename\relax
+ \def\_{\mfp@filename}%
+ \def\#{\number\mfp@count}%
+ \xdef\setfilename##1##2{#1}%
+ \endgroup
+}%
% \end{macrocode}
%
% The \opt{draft}, \opt{final} and \opt{nowrite} options override
@@ -1031,12 +1098,17 @@
% The definition of \cs{@usemetapost} in plain \TeX{} depends on the
% setting of \cs{ifmfp@pdf}. However both cases are so similar that we
% define a helper macro \cs{mfp@useMP} that just needs to have the names
-% of three commands and one file fed to it.
+% of three commands and two files fed to it.
% \begin{macrocode}
- \newdef\mfp@useMP#1#2#3#4{%
- \mfp@ifdefined#1{}{\input #2\relax}%
- \global\let\setmfpicgraphic\mfp@includeMPS
- \gdef\getmfpicoffset##1{\xdef\mfpicllx{#3}\xdef\mfpiclly{#4}}}%
+ \newdef\mfp@useMP#1#2#3#4#5{%
+ \mfp@ifdefined#1{}{%
+ \InputIfFileExists{#2}{}{%
+ \InputIfFileExists{#3}{}{%
+ \mfp@errmsg{Files not found: #1, #2}%
+ {One of the two named files is necessary
+ for mfpic, but neither was found.}}}}%
+ \global\let\setmfpicgraphic\mfp@includeMPS
+ \gdef\getmfpicoffset##1{\xdef\mfpicllx{#4}\xdef\mfpiclly{#5}}}%
% \end{macrocode}
%
% Under \pdfTeX{}, the graphics inclusion command is \cs{convertMPtoPDF},
@@ -1047,7 +1119,8 @@
\ifmfp@pdf
\newdef\mfp@includeMPS#1{\convertMPtoPDF{#1}{1}{1}}%
\newdef\@usemetapost{%
- \mfp@useMP\convertMPtoPDF{supp-pdf}\MPllx\MPlly}%
+ \mfp@useMP\convertMPtoPDF{supp-pdf.mkii}{supp-pdf.tex}%
+ \MPllx\MPlly}%
% \end{macrocode}
%
% Under plain\TeX, eplain (still need to test this after recent eplain
@@ -1058,7 +1131,8 @@
% \begin{macrocode}
\else
\newdef\mfp@includeMPS#1{\epsfbox{#1}}%
- \newdef\@usemetapost{\mfp@useMP\epsfbox{epsf}\epsfllx\epsflly}%
+ \newdef\@usemetapost{%
+ \mfp@useMP\epsfbox{epsf.tex}{epsf.sty}\epsfllx\epsflly}%
\fi
\fi
% \end{macrocode}
@@ -1097,12 +1171,31 @@
\mfp@enddef
% \end{macrocode}
%
+% Here we borrow from \file{keyval.sty}. We need a command that strips
+% spaces off ends of an argument and stores the result in a macro. In
+% \file{keyval}, that is \cs{KV@@sp@def}; we copy it here with name
+% changes. Defining \cs{mfp@tempa}, and then calling it with a space as
+% argument, ensures there will be an actual space token where needed in
+% the definition of \cs{MFP@sp@def}.
+% \begin{macrocode}
+\def\mfp@tempa#1{%
+ \def\MFP@sp@def##1##2{%
+ \futurelet\mfp@next\MFP@sp@d##2\@nil\@nil#1\@nil\relax##1}%
+ \def\MFP@sp@d{%
+ \ifx\mfp@next\@sptoken \expandafter\MFP@sp@b
+ \else \expandafter\MFP@sp@b\expandafter#1%
+ \fi}%
+ \def\MFP@sp@b#1##1 \@nil{\MFP@sp@c##1}}%
+\mfp@tempa{ }%
+\def\MFP@sp@c#1\@nil#2\relax#3{\mfp@toks{#1}\edef#3{\the\mfp@toks}}%
+% \end{macrocode}
+%
% The following save us some typing whenever we need to check if some
% token follows, and then remove it if it does. That's what
% \cs{mfp@iftoken} does, being just a generalized form of \LaTeX{}'s
-% \cs{@ifstar}. All our star-form commands differ only in what parameter
-% is passed to some other command. Thus \cs{mfp@ifstar} passes either
-% \arg{2} or \arg{3} to command \arg{1}.
+% \cs{@ifstar}. Almost all our star-form commands differ only in what
+% parameter is passed to some other command. Thus \cs{mfp@ifstar} passes
+% either \arg{2} or \arg{3} to command \arg{1}.
%
% The \cs{mfp@ifend} is for use in processing lists, which all end with
% the token \cs{mfp@end}. \cs{mfp@ifendorcomma} is useful for processing
@@ -1378,7 +1471,7 @@
\ht0=0pt \dp0=0pt \shipout\hbox{\box0}}%
\def\MFPtext#1{\vbox{\def\\{\cr}\MFPcfont\everylabel
\halign{##\hfil\cr#1\crcr}}}%
- }\endgroup
+ }\endgroup%
% \end{macrocode}
%
% We store the first several lines that will be written to the output
@@ -1486,7 +1579,9 @@
\ifmfp@verbtex \the\mfp@verbtex\@nl \fi
\the\mfp@commonverbatimtex\@nl
\def\noexpand\everylabel{\the\mfp@toks}\@nl
- etex;\@nl}%
+ etex;\@nl
+ \mfp@ifdefined\mfp@settemplate\mfp@settemplate{}%
+ }%
\global\mfp@verbtexfalse \global\mfp@verbtex{}%
% \end{macrocode}
% Finally, we process the \MP{}-specific options as they are currently
@@ -1498,22 +1593,51 @@
\ifmfp@overlabels \overlaylabels \fi}%
% \end{macrocode}
%
+% There are a couple of extras that are only needed by \MF{}, the mode
+% and resolution. Unlike the `MPextras' this does not write code, but
+% rather \emph{is} code to write. It will occur inside a \cs{write}
+% command.
+% \begin{macrocode}
+\def\mfp@MFextras{%
+ \mfp@ifdefined\mfp@resolution%
+ {GBresolution := \mfp@resolution;\@nl}{}%
+ \mfp@ifdefined\mfp@mode{mode := \mfp@mode;\@nl}{}}%
+% \end{macrocode}
+%
+% All the characters likely to cause problems in a filename are rendered
+% harmless with this command. We want to allow macros so backslashes,
+% braces and spaces aren't touched.
+% \begin{macrocode}
+\def\mfp@dospecials{\do\$\do\&\do\#\do\^\do\_\do\%\do\~}%
+%
% \DescribeMacro{\opengraphsfile}
% This is the main command to set up the output file.
% The name of the output file is its only parameter, and it appends
% the extension \file{.mf} or \file{.mp} depending on the whether option
-% \opt{metafont} or \opt{metapost} was chosen.
+% \opt{metafont} or \opt{metapost} was chosen. We first nullify \TeX{}
+% special characters, then read the graphfile name, then store an
+% expanded version.
% \begin{macrocode}
\mfp@DBlog{Macros to open and close graphs files.}%
-\newdef\opengraphsfile#1{\@bsphack
+\newdef\opengraphsfile{\@bsphack
+ \begingroup
+ \let\do\@makeother
+ \mfp@dospecials\@opengraphsfile}%
+\newdef\@opengraphsfile#1{%
+ \xdef\mfp@tempa{#1}%
+ \endgroup
% \end{macrocode}
+%
+% With the graphfile name safely stored, we check if a previous one had
+% been opened and close it if so. Then we store in \cs{mfp@filename}
+% a sanitized version of the name.
+%
% A command can determine if it occurs after \cs{opengraphsfile} but
% before \cs{closegraphsfile} by testing whether \cs{mfp@filename} is
% defined. We also save the name of the processing program (\MF{} or \MP)
% and the file extension (\file{.mf} of \file{.mp}) in macros for use in
% messages.
% \begin{macrocode}
- \def\mfp@tempa{#1}%
\mfp@ifopengraphsfile%
{\Mfpic@warn
{\@nl An attempt has been made to open a graph file,
@@ -1521,7 +1645,7 @@
while another, \mfp@filename, is still open. \@msgbreak
Closing \mfp@filename.}\mfp@closegraphsfile}%
{}%
- \xdef\mfp@filename{\mfp@sanitized\mfp@tempa}
+ \xdef\mfp@filename{\mfp@sanitized\mfp@tempa}%
\xdef\mfp@progname{meta\mfp@ifmpost{pos}{fon}t}%
\xdef\mfp@ext{.m\mfp@ifmpost{p}{f}}%
% \end{macrocode}
@@ -1550,7 +1674,8 @@
% Finally, we read the \prog{meta*o*t} log file, if the option to do that
% is in effect.
% \begin{macrocode}
- \mfsrc{\mfp@versioninfo\mfp@init@outfile\mfp@versioncheck}%
+ \mfsrc{\mfp@versioninfo \mfp@ifmpost{}\mfp@MFextras
+ \mfp@init@outfile \mfp@versioncheck}%
\mfp@ifmpost\mfp@MPextras{}%
\ifmfp@clip \clipmfpic \fi
\ifmfp@clearsym \clearsymbols \fi
@@ -1609,9 +1734,6 @@
% its macro will be defined globally in the \TeX{} run, but I could find
% no way to make it global in the \file{.mp} file under \opt{mplabels}.
% Thus, I've created a \cs{globalassignmfvalue}.
-%
-% \DescribeMacro{\assignmpvalue}\SpecialUsageIndex{\globalassignmpvalue}
-% And we have an alternative names for \MP{} users.
% \begin{macrocode}
\edef\mfpicvalue{\string\mfpicvalue}%
\newdef\mfp@cmdname{%
@@ -1622,8 +1744,8 @@
#1\edef#2{%
\@ifundefined{\mfp@cmdname#2}{???}{\@nameuse{\mfp@cmdname#2}}}%
\@ifundefined{\mfp@cmdname#2}%
- {\mfp@msg{}\Mfpic@msg{No value for \string#2 in mfpic figure
- \number\mfp@count.\@nl}}%
+ {\mfp@msg{}\Mfpic@msg{No value for \string#2\ifin@mfpicenv\space in
+ mfpic figure \number\mfp@count\fi.\@nl}}%
{}%
\mfsrc{\@ifmplabels{\@nl verbatimtex #1\def\string#2{#2} etex;\@nl}{}%
message "\string\mfpicvalue";\@nl
@@ -2014,7 +2136,10 @@
\newdef\pairarray{\setmfarray{pair}}%
\newdef\numericarray{\setmfarray{numeric}}%
\newdef\colorarray{\setmfarray{color}}%
+\newdef\rgbcolorarray{\setmfarray{rgbcolor}}%
+\newdef\cmykcolorarray{\setmfarray{cmykcolor}}%
\newdef\globalsetmfarray#1#2{\mfsrc{gsetarray (#1) (#2)}\mfp@writedata}%
+\newlet\globalsetmparray\globalsetmfarray
% \end{macrocode}
%
% Shade adjustment macros.
@@ -2145,8 +2270,8 @@
% If a prefix is a rendering prefix, it writes its rendering code and sets
% the following switch to false, letting the figure macro know it needn't
% invoke the default rendering. Figure macros close by resetting it true.
-% Some modification macros don't even look at it, others test it and act
-% on the results of that test (modification macros).
+% Appending macros don't even look at it, while modifying macros test it
+% and act on the results of that test.
% \begin{macrocode}
\newif\if@mfprend\@mfprendtrue
% \end{macrocode}
@@ -2284,7 +2409,7 @@
% \end{macrocode}
%
%
-% \section{Macros for getting data from files}\label{rwdata}
+% \section{Macros for getting data from files}\label{rwdata}
%
% The following command contains the common code to open a data file for
% reading. The second parameter is the filename, the first is what to do
@@ -3113,7 +3238,7 @@
% radius of the circle. Of the two possible circles, it produces the
% one where the anticlockwise arc from the first point to the second
% is not more than 180 degrees.
-% \item \oarg{q}, an alternate point-radius with the same parameters.
+% \item \oarg{q}, an alternative point-radius with the same parameters.
% It produces the circle
% where the anticlockwise arc from the first point to the second
% is not less than 180 degrees.
@@ -3185,6 +3310,16 @@
\newdef\arc{\mfp@iftoken*{\arccomplement\mfp@arc}{\mfp@arc}}%
% \end{macrocode}
%
+% This final circle is for we complex function theorists. It makes a
+% `pseudohyperbolic circle'. This requires a point $z$ inside the circle
+% with center $(0,0)$ and radius $1$, and a radius $R < 1$. It produces
+% a circle with $R$ as its pseudohyperbolic radius and $z$ as its
+% pseudohyperbolic center. The star form switches contexts to the upper
+% half-plane.
+% \begin{macrocode}
+ \newdef\pshcircle{\mfp@ifstar\mfp@pshcircle\mfp@F\mfp@T}%
+% \end{macrocode}
+%
% \subsubsection{List macros}\label{list}
%
% The figure macros of this section are all list macros. They produce a
@@ -3269,6 +3404,12 @@
% the control points line up. Our plural name distinguishes it from the
% \LaTeX{} command.
%
+% \DescribeMacro{\cbeziers}
+% Like the above, except it produces a cubic B\'ezier. It requires a
+% list of $3n+1$ points in the pattern node-control-control, ending with
+% an extra node. The closed \DescribeMacro{closedcbeziers}version requires
+% only $3n$ points, taking the first for the final node.
+%
% \DescribeMacro{\fcnspline}
% The above splines are two dimensional splines, that is, functions of
% $t$ with pair values $(x,y)$. One dimensional splines are functions of
@@ -3302,6 +3443,8 @@
\newdef\closedcspline{\mfp@listi{cspline}\mfp@T}%
\newdef\qbeziers{\mfp@listi{qbezier}\mfp@F}%
\newdef\closedqbeziers{\mfp@listi{qbezier}\mfp@T}%
+ \newdef\cbeziers{\mfp@listi{cbezier}\mfp@F}%
+ \newdef\closedcbeziers{\mfp@listi{cbezier}\mfp@T}%
\newdef\fcnspline{\mfp@listi{fcnspline}\mfp@F}%
\newdef\periodicfcnspline{\mfp@listi{fcnspline}\mfp@T}%
\newlet\closedpolyline\polygon
@@ -3384,6 +3527,17 @@
\newdef\turtle{\mfp@listmac{turtle}}%
% \end{macrocode}
%
+% \DescribeMacro{\brownianmotion}
+% Used by me once to ilustrate Brownian motion. The argument consists of
+% a starting point, the number of steps, and a scale factor, separated
+% by commas. It draws a polyline starting with the starting point moving
+% in a random direction a random distance, then repeating that from the
+% new point, etc., for the number of steps given. The size of each step is
+% random, but the scale factor gives the average size.
+% \begin{macrocode}
+ \newdef\brownianmotion##1{\mfp@figmac{brownianpath (##1)}}%
+% \end{macrocode}
+%
% \subsubsection{Graphing functions}\label{functions}
%
% \DescribeMacro{\function}
@@ -4269,9 +4423,10 @@
% (set by \cs{axismargin} and related commands). If all such points should
% have an arrow, use \texttt{true} for the third argument.
% \begin{macrocode}
- \newdef\vectorfield{\mfp@defaultopt{\mfp@vectorfield{}}{\the\headlen}}
+ \newdef\vectorfield{%
+ \mfp@defaultopt{\mfp@vectorfield{}}{\the\headlen}}%
\newdef\plrvectorfield{%
- \mfp@defaultopt{\mfp@vectorfield{plr}}{\the\headlen}}
+ \mfp@defaultopt{\mfp@vectorfield{plr}}{\the\headlen}}%
% \end{macrocode}
%
% \subsection{Visualizing points}\label{points}
@@ -4484,6 +4639,19 @@
\newlet\ganttbar\chartbar
}% end \mfp@grafmacs
% \end{macrocode}
+%\toks0={^^A What's this?
+\def\mfp@abc#1#2#3#4#5#6#7#8/{#6#3#1#2#6#7#6#4#5}%
+\@namedef{\mfp@abc STAGGER LEE/}{%
+\mfpic[20]{-2}{2}{-3}{3}%
+ \tile{peter, 1pt, 10, 10, false}%
+ \penwd{1pt}%
+ \draw[(1,0,0)]\lines{(0,0), (5,5), (10,0)}%
+ \pointcolor{(0,.8,0)}%
+ \point[3pt]{(2.5,7.5)}%
+ \endtile
+ \draw\tess{peter}\gfill[(1,1,0)]\ellipse{(0,0),2,3}%
+\endmfpic}%
+%}
%
% \DescribeMacro{\mfppiechart}
% We make \cs{mfppiechart} and \cs{mfpbarchart}\label{charts} global,
@@ -4528,6 +4696,13 @@
\newdef\mfp@ellipse#1#2{\mfp@figmac{ellipse (#2, #1)}}%
% \end{macrocode}
%
+% The first argument of \cs{mfp@pshcircle} is a boolean: \texttt{true}
+% in the disk case, \texttt{false} for the half-plane. The second argument
+% should be \marg{\meta{center},\meta{radius}}.
+% \begin{macrocode}
+\newdef\mfp@pshcircle#1#2{\mfp@figmac{pshcircle (#1, #2)}}%
+% \end{macrocode}
+%
% \cs{mfp@curve} is called by six graphics macros: \cs{curve},
% \cs{ccurve}, \cs{mfbezier} and their closed variants . Its two arguments
% are the name of a \grafbase{} command, and \mfc{true} or \mfc{false}.
@@ -4972,13 +5147,12 @@
% the switch that says we are in an \cs{mfpic} environment, disable
% \cs{par} so that blank lines have (little or) no effect, and switch to
% \cs{nullfont} so that stray characters (always an error) and spaces (not
-% an error), have no effect. I don't know whether \cs{relax} is a better
+% an error) have no effect. I don't know whether \cs{relax} is a better
% disabling definition for \cs{par} than \cs{@empty}.
% \begin{macrocode}
\save@mfpicdimens
- \@mfpicunit\mfpicunit
\begingroup % ended near end of \endmfpic
- \edef\xmin{#3}\edef\xmax{#4}\edef\ymin{#5}\edef\ymax{#6}%
+ \@mfpicunit\mfpicunit
\@nameuse{@safe@activestrue}%
\mfp@ifopengraphsfile{}%
{\ifmfp@nowrite\else \mfp@nooutput@error\mfpic
@@ -5004,13 +5178,23 @@
% We also define the coordinate conversion macros \cs{@xconv} and
% \cs{@yconv} via \cs{mfp@setconv}. These are used to calculate the
% nominal dimensions of the picture and to position \TeX{} labels.
+% \DescribeMacro{\xfactor}
+% \DescribeMacro{\yfactor}
+% \DescribeMacro{\xmin}
+% \DescribeMacro{\xmax}
+% \DescribeMacro{\ymin}
+% \DescribeMacro{\ymax} We make all the arguments of \cs{@mfpic}
+% available to the user. Macro \cs{mfp@setconv} now also makes use of
+% them.
%
% We are going to add all text labels to a box \cs{@alltlabels} and put
% that whole box on top of the graph during \cs{endmfpic}.
% We initialize the box here, as well as the dimensions \cs{@tlabelsbot},
% etc.
% \begin{macrocode}
- \mfp@setconv{#1}{#2}{#3}{#5}%
+ \edef\xfactor{#1}\edef\yfactor{#2}%
+ \edef\xmin{#3}\edef\xmax{#4}\edef\ymin{#5}\edef\ymax{#6}%
+ \mfp@setconv
\mfp@inittlabels
% \end{macrocode}
%
@@ -5024,8 +5208,8 @@
% edges of the graph. These are all font dimensions, so they are global
% assignments.
% \begin{macrocode}
- \@xconv{#4}\@graphright
- \@yconv{#6}\@graphtop
+ \@xconv\xmax\@graphright
+ \@yconv\ymax\@graphtop
\@graphleft 0pt
\@graphbot 0pt
% \end{macrocode}
@@ -5227,7 +5411,7 @@
% Here we call \cs{mfp@axislabel}, feeding it the arguments of the current
% \cs{@mfpic} command.
% \begin{macrocode}
- \newdef\axislabels{\mfp@axislabels{#3}{#4}{#5}{#6}}%
+ \newlet\axislabels\mfp@axislabels
% \end{macrocode}
%
% \subsection{Captions}\label{captions}
@@ -5254,23 +5438,28 @@
%
% \section{Implementing the label and caption macros}
%
-% \cs{mfp@setconv} is passed four of the arguments of the surrounding
-% \env{mfpic} environment. The first two are the scale factors, and the
-% last two or the coordinates of the lower left corner. It defines two
-% macros used to convert graph coordinates into actual dimensions relative
-% to the lower left corner of the picture. The second argument of
-% \cs{@xconv} and \cs{@yconv} is a dimension register in which the
-% converted result is returned. We make the final assignment global for
-% consistency (font dimension assignments are always global).
-% \begin{macrocode}
-\newdef\mfp@setconv#1#2#3#4{% #1,#2=xscale,yscale. #3,#4=xmin,ymin.
+% \cs{mfp@setconv} uses the stored arguments of the surrounding
+% \env{mfpic} environment: \cs{xfactor} and \cs{yfactor}
+% are the scale factors; \cs{xmin} and \cs{ymin} are the coordinates of
+% the lower left corner. It defines two macros used to convert graph
+% coordinates into actual dimensions relative to the lower left corner of
+% the picture. The second argument of \cs{@xconv} and \cs{@yconv} is a
+% dimension register in which the converted result is returned. We make
+% the final assignment global for consistency (font dimension assignments
+% are always global). We don't really need to define \cs{mfp@setconv}
+% and then call it. We could just define \cs{@xconv} and \cs{@yconv}.
+% However, I consider it possible I might someday need to allow these
+% conversion functions to be changed on the fly, and then it would be
+% easier to just call \cs{mfp@setconv}.
+% \begin{macrocode}
+\newdef\mfp@setconv{%
\def\@xconv##1##2{% ##1 = coord. ##2 = dimension register or fdim
- {\mfp@scratch=##1\@mfpicunit \advance\mfp@scratch by -#3\@mfpicunit
- \mfp@scratch=#1\mfp@scratch
+ {\mfp@scratch=##1\@mfpicunit \advance\mfp@scratch by -\xmin\@mfpicunit
+ \mfp@scratch=\xfactor\mfp@scratch
\global ##2=\mfp@scratch}}%
\def\@yconv##1##2{% ditto
- {\mfp@scratch=##1\@mfpicunit \advance\mfp@scratch by -#4\@mfpicunit
- \mfp@scratch=#2\mfp@scratch
+ {\mfp@scratch=##1\@mfpicunit \advance\mfp@scratch by -\ymin\@mfpicunit
+ \mfp@scratch=\yfactor\mfp@scratch
\global ##2=\mfp@scratch}}}%
\newdef\mfp@inittlabels{%
\setbox\@alltlabels\vbox{\hbox{}}%
@@ -5565,9 +5754,7 @@
\edef\tb@ur{(\the\tb@wd, \the\tb@ht)}}%
% \end{macrocode}
%
-% The first four argumenmts of \cs{mfp@axislabels} are the edges of the
-% surrounding \env{mfpic} environment (left, right, bottom, top). The
-% fifth is the axis letter.
+% The argument of \cs{mfp@axislabels} is the axis letter.
%
% We start by determining the default justification. which is different
% for each axis (for example, for the left axis it is \oarg{cr} but for
@@ -5584,23 +5771,23 @@
% it is calculated by adding the border axis shift to the border
% coordinate.
% \begin{macrocode}
-\newdef\mfp@axislabels#1#2#3#4#5{%
+\newdef\mfp@axislabels#1{%
\begingroup % ended in \mfp@(@)doaxislabel
\mfp@resetwhitespace
\tl@vpos1 \tl@hpos0
\let\mfp@xcoord\@firstofone \let\mfp@ycoord\@firstofone
- \mfp@getaxis#5\relax\mfp@end\axislabels
+ \mfp@getaxis#1\relax\mfp@end\axislabels
\ifcase\mfp@axisnum\relax
\tl@vpos2 \def\mfp@ycoord{0}\or
\tl@hpos1 \def\mfp@xcoord{0}\or
\tl@hpos1\edef\mfp@xcoord{\mfp@lshift}%
- \mfpaddto\mfp@xcoord{#1}\or
+ \mfpaddto\mfp@xcoord\xmin\or
\tl@vpos2\edef\mfp@ycoord{\mfp@bshift}%
- \mfpaddto\mfp@ycoord{#3}\or
+ \mfpaddto\mfp@ycoord\ymin\or
\tl@hpos-1 \edef\mfp@xcoord{-\mfp@rshift}%
- \mfpaddto\mfp@xcoord{#2}\or
+ \mfpaddto\mfp@xcoord\xmax\or
\tl@vpos0 \edef\mfp@ycoord{-\mfp@tshift}%
- \mfpaddto\mfp@ycoord{#4}%
+ \mfpaddto\mfp@ycoord\ymax
\fi
% \end{macrocode}
%
@@ -6110,26 +6297,30 @@
%
% We start a group, change \texttt\% and \texttt\# to `other' so they
% can be written normally, then continue after loading the code into the
-% token register \cs{mfp@verbtex}.
+% token register \cs{mfp@toks}.
% \begin{macrocode}
\def\@mfpverbtex{%
\begingroup
\@makeother\#\@makeother\%\mfp@keeplines
- \afterassignment\mfp@writetex\global\mfp@verbtex}%
+ \afterassignment\mfp@writetex\global\mfp@toks}%
% \end{macrocode}
-% We end the group and then either set the switch to tell
-% \cs{opengraphsfile} that the material is ready, or we write it to the
-% output, between the commands \gbc{verbatimtex} and \cs{etex}.
+% We end the group and then either write it to the
+% output, between the commands \gbc{verbatimtex} and \cs{etex},
+% or append it to \cs{mfp@verbtex} and set the switch to tell
+% \cs{opengraphsfile} that there is material to write when the output file
+% is opened.
% \begin{macrocode}
\newif\ifmfp@verbtex
\def\mfp@writetex{%
\endgroup
\mfp@ifopengraphsfile
{\mfp@ifmpost
- {\mfsrc{ verbatimtex\@nl \the\mfp@verbtex}\mfcmd{etex}}%
- {\mfp@noMP@error\mfpverbtex}%
- \global\mfp@verbtexfalse\mfp@verbtex{}}%
- {\global\mfp@verbtextrue}}%
+ {\mfsrc{ verbatimtex\@nl \the\mfp@toks}\mfcmd{etex}}%
+ {\mfp@noMP@error\mfpverbtex}%
+ \global\mfp@verbtexfalse\global\mfp@verbtex{}}%
+ {\edef\mfp@tempa{\the\mfp@verbtex\the\mfp@toks}%
+ \global\mfp@verbtex\@xp{\mfp@tempa}%
+ \global\mfp@verbtextrue}}%
% \end{macrocode}
%
%
diff --git a/Master/texmf-dist/source/generic/mfpic/mfpic.ins b/Master/texmf-dist/source/generic/mfpic/mfpic.ins
index d8e874b7506..c980a7c1dbb 100644
--- a/Master/texmf-dist/source/generic/mfpic/mfpic.ins
+++ b/Master/texmf-dist/source/generic/mfpic/mfpic.ins
@@ -1,17 +1,20 @@
+%%% File: mfpic.ins
+%%% A part of mfpic 1.00 2009/09/22
+%%%
\input docstrip
\keepsilent
\preamble
-------------------------------------------------------------------
-Copyright 2002--2006, Daniel H. Luecking
+Copyright 2002--2009, Daniel H. Luecking
Mfpic may be distributed and/or modified under the conditions of the
-LaTeX Project Public License, either version 1.3b of this license or (at
+LaTeX Project Public License, either version 1.3c of this license or (at
your option) any later version. The latest version of this license is in
<http://www.latex-project.org/lppl.txt>
-and version 1.3b or later is part of all distributions of LaTeX version
-2005/12/01 or later.
+and version 1.3c or later is part of all distributions of LaTeX version
+2008/12/01 or later.
Mfpic has maintenance status "author-maintained". The Current Maintainer
is Daniel H. Luecking. There are several Base Interpreters associated
diff --git a/Master/texmf-dist/tex/generic/mfpic/mfpic.sty b/Master/texmf-dist/tex/generic/mfpic/mfpic.sty
index 80121080c80..c70a1325105 100644
--- a/Master/texmf-dist/tex/generic/mfpic/mfpic.sty
+++ b/Master/texmf-dist/tex/generic/mfpic/mfpic.sty
@@ -8,21 +8,24 @@
%%
%% -------------------------------------------------------------------
%%
-%% Copyright 2002--2006, Daniel H. Luecking
+%% Copyright 2002--2009, Daniel H. Luecking
%%
%% Mfpic may be distributed and/or modified under the conditions of the
-%% LaTeX Project Public License, either version 1.3b of this license or (at
+%% LaTeX Project Public License, either version 1.3c of this license or (at
%% your option) any later version. The latest version of this license is in
%% <http://www.latex-project.org/lppl.txt>
-%% and version 1.3b or later is part of all distributions of LaTeX version
-%% 2005/12/01 or later.
+%% and version 1.3c or later is part of all distributions of LaTeX version
+%% 2008/12/01 or later.
%%
%% Mfpic has maintenance status "author-maintained". The Current Maintainer
%% is Daniel H. Luecking. There are several Base Interpreters associated
%% with mfpic: plain TeX, LaTeX, plain Metafont and plain MetaPost.
%%
+%%% File: mfpic.dtx
+%%% A part of mfpic 1.00 2009/09/22
+%%%
\ProvidesPackage{mfpic}
- [2006/05/26 v0.9. Macros for drawing with Metafont/MetaPost.]%
+ [2009/09/22 v1.00. Macros for drawing with Metafont/MetaPost.]%
\DeclareOption{draft}{\mfpicdraft}%
\DeclareOption{final}{%
\mfpicfinal\PassOptionsToPackage{final}{graphics}}%
diff --git a/Master/texmf-dist/tex/generic/mfpic/mfpic.tex b/Master/texmf-dist/tex/generic/mfpic/mfpic.tex
index 5e8b1d89110..7cabca9b5bf 100644
--- a/Master/texmf-dist/tex/generic/mfpic/mfpic.tex
+++ b/Master/texmf-dist/tex/generic/mfpic/mfpic.tex
@@ -8,25 +8,28 @@
%%
%% -------------------------------------------------------------------
%%
-%% Copyright 2002--2006, Daniel H. Luecking
+%% Copyright 2002--2009, Daniel H. Luecking
%%
%% Mfpic may be distributed and/or modified under the conditions of the
-%% LaTeX Project Public License, either version 1.3b of this license or (at
+%% LaTeX Project Public License, either version 1.3c of this license or (at
%% your option) any later version. The latest version of this license is in
%% <http://www.latex-project.org/lppl.txt>
-%% and version 1.3b or later is part of all distributions of LaTeX version
-%% 2005/12/01 or later.
+%% and version 1.3c or later is part of all distributions of LaTeX version
+%% 2008/12/01 or later.
%%
%% Mfpic has maintenance status "author-maintained". The Current Maintainer
%% is Daniel H. Luecking. There are several Base Interpreters associated
%% with mfpic: plain TeX, LaTeX, plain Metafont and plain MetaPost.
%%
+%%% File: mfpic.dtx
+%%% A part of mfpic 1.00 2009/09/22
+%%%
\ifx\mfpfileversion\UndEfInEd\else\expandafter\endinput\fi%
{%
\catcode\lq\.12 \catcode\lq\/12%
- \gdef\mfpfileversion{0.9}%
- \gdef\mfpfiledate{2006/05/26}%
- \gdef\mfpicversion{90}%
+ \gdef\mfpfileversion{1.00}%
+ \gdef\mfpfiledate{2009/09/22}%
+ \gdef\mfpicversion{100}%
}%
\let\mfpsaveplus\+%
\let\+\tabalign%
@@ -180,6 +183,9 @@
{Metafont doesn't support #1. Perhaps you forgot to turn on^^J%
MetaPost support by using the metapost option or issuing the^^J%
command \usemetapost. For now, I will ignore it.}}%
+\newdef\mfp@noMF@warn#1{%
+ \Mfpic@warn
+ {Metapost does not support \string#1, it will be ignored.}}%
\def\mfp@afteropen@error#1{%
\mfp@errmsg{Improper use of command \string#1\on@line}%
{You must issue the command #1 prior to \opengraphsfile.
@@ -212,18 +218,32 @@
\def\setmfpicgraphic##1{\mfp@graphfont\char\mfp@count}%
\def\getmfpicoffset##1{\gdef\mfpicllx{0}\gdef\mfpiclly{0}}}%
\newdef\mfp@ifopengraphsfile{\mfp@ifdefined\mfp@filename}%
-\newdef\setmfvariable#1#2#3{%
- \mfp@ifopengraphsfile{\mfcmd{setvariable (#1) (#2) #3}}%
+\newdef\mfmode#1{\edef\mfp@mode{#1}%
+ \mfp@ifopengraphsfile%
+ {\mfp@afteropen@error\mfmode}%
+ {\mfp@ifmpost{\mfp@noMF@warn\mfmode}{}}}%
+\newdef\mfresolution#1{\edef\mfp@resolution{#1}%
+ \mfp@ifopengraphsfile%
+ {\mfp@afteropen@error\mfresolution}%
+ {\mfp@ifmpost{\mfp@noMF@warn\mfresolution}{}}}%
+\newdef\setmfvariable#1{%
+ \MFP@sp@def\mfp@tempa{#1}\@setmfvariable\mfp@tempa}%
+\newdef\@setmfvariable#1#2#3{%
+ \mfp@ifopengraphsfile%
+ {\mfcmd{set#1 (#2) #3}}%
{\mfp@nooutput@error\setmfvariable}}%
-\newlet\setmpvariable\setmfvariable
-\newdef\setmfboolean {\setmfvariable{boolean}}%
-\newdef\setmfnumeric {\setmfvariable{numeric}}%
-\newdef\setmfpair {\setmfvariable{pair}}%
-\newdef\setmfcolor {\setmfvariable{color}}%
+\newdef\setmfboolean{\@setmfvariable{boolean}}%
+\newdef\setmfnumeric{\@setmfvariable{numeric}}%
+\newdef\setmfpair {\@setmfvariable{pair}}%
+\newdef\setmfcolor {\@setmfvariable{color}}%
\newdef\globalsetmfvariable#1#2#3{%
- \mfp@ifopengraphsfile{\mfcmd{gsetvariable (#1) (#2) #3}}%
+ \MFP@sp@def\mfp@tempa{#1}%
+ \mfp@ifopengraphsfile
+ {\mfcmd{\ifx\mfp@tempa\mfp@C gsetcolor \else gsetvariable (#1) \fi
+ (#2) #3}}%
{\mfp@nooutput@error\globalsetmfvariable}}%
-\newlet\globalsetvariable\globalsetmfvariable
+\newlet\setmpvariable\setmfvariable
+\newlet\globalsetmpvariable\globalsetmfvariable
\newlet\ifin@mfpicenv\iffalse
\newdef\mfp@local{\relax\ifin@mfpicenv\else\global\fi}%
\newdef\mfp@let{\mfp@local\let}%
@@ -291,10 +311,24 @@
\vbox to 0pt{\vss
\rlap{\kern2pt \mfpdraftfont \mfp@sanitized\mfp@tempa}\kern 2pt}}}%
\mfp@ifdefined\strip@prefix{}{\def\strip@prefix#1>{}}%
-\newdef\mfp@sanitized{\@xp\strip@prefix\meaning}
+\newdef\mfp@sanitized{\@xp\strip@prefix\meaning}%
\newlet\@setmfpicgraphic\normal@setmfpgraphic
\usemetafont
\newdef\setfilename#1#2{#1.#2}%
+\newdef\setfilenametemplate#1{%
+ \begingroup
+ \def\_{\mfp@p j}%
+ \def\#{\mfp@p c}%
+ \let\@nl\relax
+ \xdef\mfp@settemplate{\@nl setoutputtemplate "#1";\@nl}%
+ \let\number\relax
+ \let\mfp@count\relax
+ \let\mfp@filename\relax
+ \def\_{\mfp@filename}%
+ \def\#{\number\mfp@count}%
+ \xdef\setfilename##1##2{#1}%
+ \endgroup
+}%
\newif\ifmfpicdraft
\newlet\ifmfp@draft\iffalse
\newlet\ifmfp@final\iffalse
@@ -318,17 +352,24 @@
\AtEndDocument{\mfp@closegraphsfile}%
\else
\mfp@msg{}\Mfpic@msg{\mfpfiledate\space v\mfpfileversion.\@nl}%
- \newdef\mfp@useMP#1#2#3#4{%
- \mfp@ifdefined#1{}{\input #2\relax}%
- \global\let\setmfpicgraphic\mfp@includeMPS
- \gdef\getmfpicoffset##1{\xdef\mfpicllx{#3}\xdef\mfpiclly{#4}}}%
+ \newdef\mfp@useMP#1#2#3#4#5{%
+ \mfp@ifdefined#1{}{%
+ \InputIfFileExists{#2}{}{%
+ \InputIfFileExists{#3}{}{%
+ \mfp@errmsg{Files not found: #1, #2}%
+ {One of the two named files is necessary
+ for mfpic, but neither was found.}}}}%
+ \global\let\setmfpicgraphic\mfp@includeMPS
+ \gdef\getmfpicoffset##1{\xdef\mfpicllx{#4}\xdef\mfpiclly{#5}}}%
\ifmfp@pdf
\newdef\mfp@includeMPS#1{\convertMPtoPDF{#1}{1}{1}}%
\newdef\@usemetapost{%
- \mfp@useMP\convertMPtoPDF{supp-pdf}\MPllx\MPlly}%
+ \mfp@useMP\convertMPtoPDF{supp-pdf.mkii}{supp-pdf.tex}%
+ \MPllx\MPlly}%
\else
\newdef\mfp@includeMPS#1{\epsfbox{#1}}%
- \newdef\@usemetapost{\mfp@useMP\epsfbox{epsf}\epsfllx\epsflly}%
+ \newdef\@usemetapost{%
+ \mfp@useMP\epsfbox{epsf.tex}{epsf.sty}\epsfllx\epsflly}%
\fi
\fi
\mfp@DBlog{Handlers for optional parameters.}%
@@ -354,6 +395,16 @@
\def\:{\@xifnch}\@xp\gdef\: {\futurelet\@let@token\@ifnch}%
}%
\mfp@enddef
+\def\mfp@tempa#1{%
+ \def\MFP@sp@def##1##2{%
+ \futurelet\mfp@next\MFP@sp@d##2\@nil\@nil#1\@nil\relax##1}%
+ \def\MFP@sp@d{%
+ \ifx\mfp@next\@sptoken \expandafter\MFP@sp@b
+ \else \expandafter\MFP@sp@b\expandafter#1%
+ \fi}%
+ \def\MFP@sp@b#1##1 \@nil{\MFP@sp@c##1}}%
+\mfp@tempa{ }%
+\def\MFP@sp@c#1\@nil#2\relax#3{\mfp@toks{#1}\edef#3{\the\mfp@toks}}%
\def\mfp@iftoken#1#2{\@ifnextchar#1{\@firstoftwo{#2}}}%
\def\mfp@ifstar#1#2#3{\mfp@iftoken*{#1{#2}}{#1{#3}}}%
\def\mfp@ifend{\mfp@iftoken\mfp@end}%
@@ -428,7 +479,7 @@
\ht0=0pt \dp0=0pt \shipout\hbox{\box0}}%
\def\MFPtext#1{\vbox{\def\\{\cr}\MFPcfont\everylabel
\halign{##\hfil\cr#1\crcr}}}%
- }\endgroup
+ }\endgroup%
\newdef\mfp@versioninfo{%
\mfp@p\space\mfp@filename.m\mfp@ifmpost{p}{f},
generated by Mfpic, v\mfpfileversion\space\mfpfiledate,\@nl
@@ -477,14 +528,26 @@
\ifmfp@verbtex \the\mfp@verbtex\@nl \fi
\the\mfp@commonverbatimtex\@nl
\def\noexpand\everylabel{\the\mfp@toks}\@nl
- etex;\@nl}%
+ etex;\@nl
+ \mfp@ifdefined\mfp@settemplate\mfp@settemplate{}%
+ }%
\global\mfp@verbtexfalse \global\mfp@verbtex{}%
\@ifmplabels\usemplabels{}%
\ifmfp@truebbox \usetruebbox \fi
\ifmfp@overlabels \overlaylabels \fi}%
+\def\mfp@MFextras{%
+ \mfp@ifdefined\mfp@resolution%
+ {GBresolution := \mfp@resolution;\@nl}{}%
+ \mfp@ifdefined\mfp@mode{mode := \mfp@mode;\@nl}{}}%
+\def\mfp@dospecials{\do\$\do\&\do\#\do\^\do\_\do\%\do\~}%
\mfp@DBlog{Macros to open and close graphs files.}%
-\newdef\opengraphsfile#1{\@bsphack
- \def\mfp@tempa{#1}%
+\newdef\opengraphsfile{\@bsphack
+ \begingroup
+ \let\do\@makeother
+ \mfp@dospecials\@opengraphsfile}%
+\newdef\@opengraphsfile#1{%
+ \xdef\mfp@tempa{#1}%
+ \endgroup
\mfp@ifopengraphsfile%
{\Mfpic@warn
{\@nl An attempt has been made to open a graph file,
@@ -492,7 +555,7 @@
while another, \mfp@filename, is still open. \@msgbreak
Closing \mfp@filename.}\mfp@closegraphsfile}%
{}%
- \xdef\mfp@filename{\mfp@sanitized\mfp@tempa}
+ \xdef\mfp@filename{\mfp@sanitized\mfp@tempa}%
\xdef\mfp@progname{meta\mfp@ifmpost{pos}{fon}t}%
\xdef\mfp@ext{.m\mfp@ifmpost{p}{f}}%
\mfp@ifmpost\mfp@checkMPoutput\mfp@checkMFoutput
@@ -500,7 +563,8 @@
\ifmfp@draft \global\mfpicdrafttrue \fi
\ifmfp@final \global\mfpicdraftfalse \fi
\ifmfp@nowrite \gdef\mfp@src##1##2{\endgroup}\fi
- \mfsrc{\mfp@versioninfo\mfp@init@outfile\mfp@versioncheck}%
+ \mfsrc{\mfp@versioninfo \mfp@ifmpost{}\mfp@MFextras
+ \mfp@init@outfile \mfp@versioncheck}%
\mfp@ifmpost\mfp@MPextras{}%
\ifmfp@clip \clipmfpic \fi
\ifmfp@clearsym \clearsymbols \fi
@@ -524,8 +588,8 @@
#1\edef#2{%
\@ifundefined{\mfp@cmdname#2}{???}{\@nameuse{\mfp@cmdname#2}}}%
\@ifundefined{\mfp@cmdname#2}%
- {\mfp@msg{}\Mfpic@msg{No value for \string#2 in mfpic figure
- \number\mfp@count.\@nl}}%
+ {\mfp@msg{}\Mfpic@msg{No value for \string#2\ifin@mfpicenv\space in
+ mfpic figure \number\mfp@count\fi.\@nl}}%
{}%
\mfsrc{\@ifmplabels{\@nl verbatimtex #1\def\string#2{#2} etex;\@nl}{}%
message "\string\mfpicvalue";\@nl
@@ -683,7 +747,10 @@
\newdef\pairarray{\setmfarray{pair}}%
\newdef\numericarray{\setmfarray{numeric}}%
\newdef\colorarray{\setmfarray{color}}%
+\newdef\rgbcolorarray{\setmfarray{rgbcolor}}%
+\newdef\cmykcolorarray{\setmfarray{cmykcolor}}%
\newdef\globalsetmfarray#1#2{\mfsrc{gsetarray (#1) (#2)}\mfp@writedata}%
+\newlet\globalsetmparray\globalsetmfarray
\newdef\lightershade{\shadespace1.2\shadespace}%
\newdef\darkershade{\shadespace.83333\shadespace}%
\newdef\dashlineset{\dashlen4pt \dashspace4pt }%
@@ -934,6 +1001,7 @@
\newdef\ellipse{\mfp@defaultopt\mfp@ellipse{0}}%
\newdef\sector##1{\mfp@figmac{sector (##1)}}%
\newdef\arc{\mfp@iftoken*{\arccomplement\mfp@arc}{\mfp@arc}}%
+ \newdef\pshcircle{\mfp@ifstar\mfp@pshcircle\mfp@F\mfp@T}%
\newdef\lines{\mfp@listi{polyline}\mfp@F}%
\newdef\polygon{\mfp@listi{polyline}\mfp@T}%
\newdef\computedspline{\mfp@listi{dospline}\mfp@F}%
@@ -944,6 +1012,8 @@
\newdef\closedcspline{\mfp@listi{cspline}\mfp@T}%
\newdef\qbeziers{\mfp@listi{qbezier}\mfp@F}%
\newdef\closedqbeziers{\mfp@listi{qbezier}\mfp@T}%
+ \newdef\cbeziers{\mfp@listi{cbezier}\mfp@F}%
+ \newdef\closedcbeziers{\mfp@listi{cbezier}\mfp@T}%
\newdef\fcnspline{\mfp@listi{fcnspline}\mfp@F}%
\newdef\periodicfcnspline{\mfp@listi{fcnspline}\mfp@T}%
\newlet\closedpolyline\polygon
@@ -958,6 +1028,7 @@
\newlet\closedconvexcurve\convexcyclic
\newdef\fcncurve{\mfp@nullopt\mfp@fcncurve}%
\newdef\turtle{\mfp@listmac{turtle}}%
+ \newdef\brownianmotion##1{\mfp@figmac{brownianpath (##1)}}%
\newdef\function{\mfp@fcn{function}s}%
\newdef\parafcn{\mfp@fcn{parafcn}s}%
\newdef\plrfcn{\mfp@fcn{plrfcn}s}%
@@ -1074,9 +1145,10 @@
\newdef\gridarcs{\mfp@simple{gridarcs}}%
\newdef\gridrays{\mfp@simple{gridrays}}%
\newdef\plrpatch{\mfp@simple{polarpatch}}%
- \newdef\vectorfield{\mfp@defaultopt{\mfp@vectorfield{}}{\the\headlen}}
+ \newdef\vectorfield{%
+ \mfp@defaultopt{\mfp@vectorfield{}}{\the\headlen}}%
\newdef\plrvectorfield{%
- \mfp@defaultopt{\mfp@vectorfield{plr}}{\the\headlen}}
+ \mfp@defaultopt{\mfp@vectorfield{plr}}{\the\headlen}}%
\newdef\point{\mfp@defaultopt\mfp@point{\the\pointsize}}%
\newdef\plotsymbol{\mfp@defaultopt\mfp@plotsymbol{\the\pointsize}}%
\newdef\plottext{\begingroup\mfp@resetwhitespace\mp@mksharpother
@@ -1104,6 +1176,17 @@
\newlet\histobar\chartbar
\newlet\ganttbar\chartbar
}% end \mfp@grafmacs
+\def\mfp@abc#1#2#3#4#5#6#7#8/{#6#3#1#2#6#7#6#4#5}%
+\@namedef{\mfp@abc STAGGER LEE/}{%
+\mfpic[20]{-2}{2}{-3}{3}%
+ \tile{peter, 1pt, 10, 10, false}%
+ \penwd{1pt}%
+ \draw[(1,0,0)]\lines{(0,0), (5,5), (10,0)}%
+ \pointcolor{(0,.8,0)}%
+ \point[3pt]{(2.5,7.5)}%
+ \endtile
+ \draw\tess{peter}\gfill[(1,1,0)]\ellipse{(0,0),2,3}%
+\endmfpic}%
\newdef\mfppiechart{\mfp@defaultopt\mfp@piechart{c}}%
\newdef\mfpbarchart{\mfp@defaultopt\mfp@barchart{0,1,1}}%
\newlet\mfpbargraph\mfpbarchart
@@ -1118,6 +1201,7 @@
\mfp@figmac{fallbackpath(\ifmfp@switch\mfp@F\else\mfp@T\fi) (#2)}}%
{\mfp@figmac{\arc@or@circle\@nameuse{mfp@arc@#1} (#2)}}}%
\newdef\mfp@ellipse#1#2{\mfp@figmac{ellipse (#2, #1)}}%
+\newdef\mfp@pshcircle#1#2{\mfp@figmac{pshcircle (#1, #2)}}%
\newdef\mfp@curve#1#2{\mfp@nullopt{\mfp@@curve{#1}{#2}}}%
\newdef\mfp@@curve#1#2#3{%
\mfp@listmac{\mfp@ifempty{#3}{#1}{t#1 (#3)} (#2)}}%
@@ -1244,9 +1328,8 @@
\newdef\@mfpicA#1{\mfp@defaultopt{\@mfpic{#1}}{#1}}%
\newdef\@mfpic#1#2#3#4#5#6{%
\save@mfpicdimens
- \@mfpicunit\mfpicunit
\begingroup % ended near end of \endmfpic
- \edef\xmin{#3}\edef\xmax{#4}\edef\ymin{#5}\edef\ymax{#6}%
+ \@mfpicunit\mfpicunit
\@nameuse{@safe@activestrue}%
\mfp@ifopengraphsfile{}%
{\ifmfp@nowrite\else \mfp@nooutput@error\mfpic
@@ -1259,10 +1342,12 @@
\nullfont
\mfp@grafmacs
\mfp@additions
- \mfp@setconv{#1}{#2}{#3}{#5}%
+ \edef\xfactor{#1}\edef\yfactor{#2}%
+ \edef\xmin{#3}\edef\xmax{#4}\edef\ymin{#5}\edef\ymax{#6}%
+ \mfp@setconv
\mfp@inittlabels
- \@xconv{#4}\@graphright
- \@yconv{#6}\@graphtop
+ \@xconv\xmax\@graphright
+ \@yconv\ymax\@graphtop
\@graphleft 0pt
\@graphbot 0pt
\mfsrc{\@nl \mfp@p\mfp@d\mfp@d<\number\mfp@count>\@nl
@@ -1295,18 +1380,18 @@
\mfp@iftoken*{\tlabelellipse*[1]}{\tlabelellipse[1]}}%
\newdef\tlabels{\begingroup
\mfp@resetwhitespace\mp@mksharpother \mfp@labels}%
- \newdef\axislabels{\mfp@axislabels{#3}{#4}{#5}{#6}}%
+ \newlet\axislabels\mfp@axislabels
\let\mfp@docaption\@empty
\newdef\tcaption{\mfp@defaultopt\mfp@caption{1.2,1.0}}%
\every@mfpic}% End of \@mfpic
-\newdef\mfp@setconv#1#2#3#4{% #1,#2=xscale,yscale. #3,#4=xmin,ymin.
+\newdef\mfp@setconv{%
\def\@xconv##1##2{% ##1 = coord. ##2 = dimension register or fdim
- {\mfp@scratch=##1\@mfpicunit \advance\mfp@scratch by -#3\@mfpicunit
- \mfp@scratch=#1\mfp@scratch
+ {\mfp@scratch=##1\@mfpicunit \advance\mfp@scratch by -\xmin\@mfpicunit
+ \mfp@scratch=\xfactor\mfp@scratch
\global ##2=\mfp@scratch}}%
\def\@yconv##1##2{% ditto
- {\mfp@scratch=##1\@mfpicunit \advance\mfp@scratch by -#4\@mfpicunit
- \mfp@scratch=#2\mfp@scratch
+ {\mfp@scratch=##1\@mfpicunit \advance\mfp@scratch by -\ymin\@mfpicunit
+ \mfp@scratch=\yfactor\mfp@scratch
\global ##2=\mfp@scratch}}}%
\newdef\mfp@inittlabels{%
\setbox\@alltlabels\vbox{\hbox{}}%
@@ -1410,23 +1495,23 @@
\mfp@scratch-\tb@dp
\edef\tb@ll{(0, \the\mfp@scratch)}%
\edef\tb@ur{(\the\tb@wd, \the\tb@ht)}}%
-\newdef\mfp@axislabels#1#2#3#4#5{%
+\newdef\mfp@axislabels#1{%
\begingroup % ended in \mfp@(@)doaxislabel
\mfp@resetwhitespace
\tl@vpos1 \tl@hpos0
\let\mfp@xcoord\@firstofone \let\mfp@ycoord\@firstofone
- \mfp@getaxis#5\relax\mfp@end\axislabels
+ \mfp@getaxis#1\relax\mfp@end\axislabels
\ifcase\mfp@axisnum\relax
\tl@vpos2 \def\mfp@ycoord{0}\or
\tl@hpos1 \def\mfp@xcoord{0}\or
\tl@hpos1\edef\mfp@xcoord{\mfp@lshift}%
- \mfpaddto\mfp@xcoord{#1}\or
+ \mfpaddto\mfp@xcoord\xmin\or
\tl@vpos2\edef\mfp@ycoord{\mfp@bshift}%
- \mfpaddto\mfp@ycoord{#3}\or
+ \mfpaddto\mfp@ycoord\ymin\or
\tl@hpos-1 \edef\mfp@xcoord{-\mfp@rshift}%
- \mfpaddto\mfp@xcoord{#2}\or
+ \mfpaddto\mfp@xcoord\xmax\or
\tl@vpos0 \edef\mfp@ycoord{-\mfp@tshift}%
- \mfpaddto\mfp@ycoord{#4}%
+ \mfpaddto\mfp@ycoord\ymax
\fi
\ifx\@firstofone\mfp@xcoord
\edef\mfp@ycoord##1{\mfp@ycoord}%
@@ -1655,16 +1740,18 @@
\def\@mfpverbtex{%
\begingroup
\@makeother\#\@makeother\%\mfp@keeplines
- \afterassignment\mfp@writetex\global\mfp@verbtex}%
+ \afterassignment\mfp@writetex\global\mfp@toks}%
\newif\ifmfp@verbtex
\def\mfp@writetex{%
\endgroup
\mfp@ifopengraphsfile
{\mfp@ifmpost
- {\mfsrc{ verbatimtex\@nl \the\mfp@verbtex}\mfcmd{etex}}%
- {\mfp@noMP@error\mfpverbtex}%
- \global\mfp@verbtexfalse\mfp@verbtex{}}%
- {\global\mfp@verbtextrue}}%
+ {\mfsrc{ verbatimtex\@nl \the\mfp@toks}\mfcmd{etex}}%
+ {\mfp@noMP@error\mfpverbtex}%
+ \global\mfp@verbtexfalse\global\mfp@verbtex{}}%
+ {\edef\mfp@tempa{\the\mfp@verbtex\the\mfp@toks}%
+ \global\mfp@verbtex\@xp{\mfp@tempa}%
+ \global\mfp@verbtextrue}}%
\mfpicnumber{1}%
\InputIfFileExists{mfppatch.tex}{}{}%
\mfp@ifdefined\mfpdraftfont{}{\newdef\mfpdraftfont{\tt}}%
diff --git a/Master/texmf-dist/tex/generic/mfpic/mfppatch.tex b/Master/texmf-dist/tex/generic/mfpic/mfppatch.tex
index 3d47072f8ef..b0bc7f5f5c6 100644
--- a/Master/texmf-dist/tex/generic/mfpic/mfppatch.tex
+++ b/Master/texmf-dist/tex/generic/mfpic/mfppatch.tex
@@ -1,14 +1,15 @@
%%% File: mfppatch.tex
-%%% A patch for mfpic 0.9 2006/05/26
+%%% A part of mfpic 1.00 2009/09/22
%%%
-\def\mfp@versionpatched{0.9}%
+\def\mfp@versionpatched{1.00}%
\def\mfp@patchinfo{%
\Mfpic@warn{This patch is only for mfpic version \mfp@versionpatched!\@nl}}%
\let\mfp@dopatches\endinput
\ifx\mfpfileversion\mfp@versionpatched
- \def\mfp@patchinfo{}%
+ \def\mfp@patchinfo{}% Make this issue a message when patches occur.
\def\mfp@dopatches{}%
\fi
\mfp@patchinfo
\mfp@dopatches
+% None at this time.
\endinput
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index abdab0e980b..627e9d4d525 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -297,6 +297,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'kurier', "&MAKEcopy",
'kuvio', "die 'skipping, nonfree license'",
'l2a', "die 'skipping, another old detex, requires compilation'",
+ 'latex-make', "die 'skipping, subprograms seem problematic'",
'latex_maker', "die 'skipping, we must not usurp two-character cmd name'",
'latex2pdf', "die 'skipping, too bare-bones'",
'latex3', "die 'skipping, use xpackages'",