summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-02-18 00:19:53 +0000
committerKarl Berry <karl@freefriends.org>2008-02-18 00:19:53 +0000
commit957aeb141e1e62fc19b0aedb3bc36ad058226250 (patch)
tree8fb60c82c7d6811bcf6ea09b7d9d575093c959bd
parentb769336d7ffd1dc4d9b838487a070b86eab16060 (diff)
pgfplots update (17feb08)
git-svn-id: svn://tug.org/texlive/trunk@6666 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/changelog.txt31
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/manual.examples.tex443
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/manual.pdf11284
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/matlab2pgfplots.m332
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/matlab2pgfplots.sh80
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgf2pdf.sh24
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfmathlogtest.tex174
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.bib (renamed from Master/texmf-dist/doc/latex/pgfplots/manual.bib)0
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.examples.tex899
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.importexport.tex44
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.install.tex (renamed from Master/texmf-dist/doc/latex/pgfplots/manual.install.tex)15
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.intro.tex (renamed from Master/texmf-dist/doc/latex/pgfplots/manual.intro.tex)0
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.pdf11875
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.tex (renamed from Master/texmf-dist/doc/latex/pgfplots/manual.reference.tex)404
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex (renamed from Master/texmf-dist/doc/latex/pgfplots/manual.tex)38
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex884
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/todo.txt403
-rw-r--r--Master/texmf-dist/tex/latex/pgfplots/liststructure.sty2
-rw-r--r--Master/texmf-dist/tex/latex/pgfplots/pgfmathlog.sty262
-rw-r--r--Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty2385
-rw-r--r--Master/texmf-dist/tex/latex/pgfplots/pgfplotshelpers.sty13
-rw-r--r--Master/texmf-dist/tex/latex/pgfplots/sciformat.sty861
22 files changed, 17578 insertions, 12875 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/changelog.txt b/Master/texmf-dist/doc/latex/pgfplots/changelog.txt
new file mode 100644
index 00000000000..a225e8a6d98
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pgfplots/changelog.txt
@@ -0,0 +1,31 @@
+Changes since version 0.92:
+** UPGRADE INCOMPATIBILITIES **
+- Warning: I have greatly improved the legend placement.
+ If you have overwritten
+ \tikzstyle{every axis legend}
+ you will need to update the legend!
+- renamed 'manual.pdf' to 'pgfplots.pdf' to allow
+ 'texdoc pgfplots'
+- any \axispath commands need to use the 'axis cs' coordinate system.
+
+Improvements:
+- introduced a data scale transformation:
+ know, pgfplots is no longer restricted to numbers within
+ TeX's limited precision.
+ It can produce plots with numbers of order O(10^10) or O(10^-10).
+ [now even for non-logarithmic plots]
+- fixed a bug which did not allow scientific notation for normal plots,
+- improved default tick placement for normal plots,
+- enlargelimits option is now relative and has a better user interface,
+- legends are now TikZ matrizes, which fixes some bugs and improves their
+ flexibility.
+- Added the 'legend columns' option.
+- Added the 'legend plot pos' option.
+- Added the 'hide axis' option
+- Added the 'scale only axis' option
+- Added the 'xticklabels=LIST' and 'yticklabels=LIST' options
+- Added anchors to axes to allow horizontal/vertical alignment
+- rounded tick labels to \prettyprintnumberprecision digits
+- Added 'grid=major|minor|both|none' option for grid lines
+- Added '[xy]minorgrids', '[xy]majorgrids' options and corresponding styles
+- Added '[xy]majorticks', 'ticks=major|minor|both|none' options ticks
diff --git a/Master/texmf-dist/doc/latex/pgfplots/manual.examples.tex b/Master/texmf-dist/doc/latex/pgfplots/manual.examples.tex
deleted file mode 100644
index 07ebbd804ec..00000000000
--- a/Master/texmf-dist/doc/latex/pgfplots/manual.examples.tex
+++ /dev/null
@@ -1,443 +0,0 @@
-% main=manual.tex
-
-
-\section{More examples}
-This section contains a catalogue of different \PGFPlots\ features by example.
-\label{sec:examples}%
-\begingroup
-\subsection{Legend position}
-\begin{lstlisting}
-\tikzstyle{every axis legend}+=
- [at={(0.03,0.03)},anchor=south west]%
-\begin{tikzpicture}
- \begin{loglogaxis}[
- xlabel={\textsc{Dof}},
- ylabel={$L_2$ Error}
- ]
- \addplot plot coordinates {
- (5, 8.312e-02)
- (17, 2.547e-02)
- (49, 7.407e-03)
- (129, 2.102e-03)
- (321, 5.874e-04)
- (769, 1.623e-04)
- (1793, 4.442e-05)
- (4097, 1.207e-05)
- (9217, 3.261e-06)
- };
-
- ....
-
- \legend{$d=2$\\$d=3$\\$d=4$\\$d=5$\\$d=6$\\}
- \end{loglogaxis}
-\end{tikzpicture}
-\end{lstlisting}
-\def\plots{%
- \addplot plot coordinates {
- (5, 8.312e-02)
- (17, 2.547e-02)
- (49, 7.407e-03)
- (129, 2.102e-03)
- (321, 5.874e-04)
- (769, 1.623e-04)
- (1793, 4.442e-05)
- (4097, 1.207e-05)
- (9217, 3.261e-06)
- };
-
- \addplot plot coordinates {
- (7, 8.472e-02)
- (31, 3.044e-02)
- (111, 1.022e-02)
- (351, 3.303e-03)
- (1023, 1.039e-03)
- (2815, 3.196e-04)
- (7423, 9.658e-05)
- (18943, 2.873e-05)
- (47103, 8.437e-06)
- };
-
- \addplot plot coordinates {
- (9, 7.881e-02)
- (49, 3.243e-02)
- (209, 1.232e-02)
- (769, 4.454e-03)
- (2561, 1.551e-03)
- (7937, 5.236e-04)
- (23297, 1.723e-04)
- (65537, 5.545e-05)
- (178177, 1.751e-05)
- };
-
- \addplot plot coordinates {
- (11, 6.887e-02)
- (71, 3.177e-02)
- (351, 1.341e-02)
- (1471, 5.334e-03)
- (5503, 2.027e-03)
- (18943, 7.415e-04)
- (61183, 2.628e-04)
- (187903, 9.063e-05)
- (553983, 3.053e-05)
- };
-
- \addplot plot coordinates {
- (13, 5.755e-02)
- (97, 2.925e-02)
- (545, 1.351e-02)
- (2561, 5.842e-03)
- (10625, 2.397e-03)
- (40193, 9.414e-04)
- (141569, 3.564e-04)
- (471041, 1.308e-04)
- (1496065, 4.670e-05)
- };
- \legend{$d=2$\\$d=3$\\$d=4$\\$d=5$\\$d=6$\\}
- %--------------------------------------------------
- % \addplot plot coordinates {
- % (1.60944,-2.48752)
- % (2.83321,-3.67031)
- % (3.89182,-4.90531)
- % (4.85981,-6.16490)
- % (5.77144,-7.43988)
- % (6.64509,-8.72625)
- % (7.49165,-10.02171)
- % (8.31801,-11.32467)
- % (9.12880,-12.63347)
- % };
- %--------------------------------------------------
-
- %--------------------------------------------------
- % \addplot plot coordinates {
- % (1.94591,-2.46843)
- % (3.43399,-3.49197)
- % (4.70953,-4.58327)
- % (5.86079,-5.71278)
- % (6.93049,-6.86963)
- % (7.94272,-8.04829)
- % (8.91234,-9.24515)
- % (9.84919,-10.45743)
- % (10.76009,-11.68282)
- % };
- %--------------------------------------------------
-
- %--------------------------------------------------
- % \addplot plot coordinates {
- % (2.19722,-2.54068)
- % (3.89182,-3.42861)
- % (5.34233,-4.39638)
- % (6.64509,-5.41393)
- % (7.84815,-6.46903)
- % (8.97929,-7.55482)
- % (10.05608,-8.66643)
- % (11.09037,-9.80004)
- % (12.09053,-10.95252)
- % };
- %--------------------------------------------------
-
- %--------------------------------------------------
- % \addplot plot coordinates {
- % (2.39790,-2.67548)
- % (4.26268,-3.44917)
- % (5.86079,-4.31187)
- % (7.29370,-5.23369)
- % (8.61305,-6.20135)
- % (9.84919,-7.20679)
- % (11.02162,-8.24414)
- % (12.14368,-9.30872)
- % (13.22489,-10.39672)
- % };
- %--------------------------------------------------
-
- %--------------------------------------------------
- % \addplot plot coordinates {
- % (2.56495,-2.85506)
- % (4.57471,-3.53179)
- % (6.30079,-4.30404)
- % (7.84815,-5.14269)
- % (9.27096,-6.03371)
- % (10.60145,-6.96818)
- % (11.86054,-7.93940)
- % (13.06270,-8.94206)
- % (14.21835,-9.97183)
- % };
- %--------------------------------------------------
-
- %--------------------------------------------------
- % \legend{$d=2$\\$d=3$\\$d=4$\\$d=5$\\$d=6$\\}
- %--------------------------------------------------
-}%
-{%
-\legendpreset{font=\footnotesize}%
-\tikzstyle{every axis legend}+=
- [at={(0.03,0.03)},anchor=south west]%
-\begin{center}
-\begin{tikzpicture}
- \begin{loglogaxis}[
- xlabel={\textsc{Dof}},
- ylabel={$L_2$ Error}
- ]
- \plots
- \end{loglogaxis}
-\end{tikzpicture}
-\end{center}
-}
-
-\subsection{Font size and line width}
-\begin{lstlisting}
-\tikzstyle{every axis legend}+=%
- [at={(0.03,0.03)},anchor=south west]%
-\tikzstyle{every tick}+=[line width=0.6pt]%
-\begin{tikzpicture}[font=\large,line width=1pt]
- \begin{loglogaxis}[
- xlabel={\textsc{Dof}},
- ylabel={$L_2$ Error}
- ]
- \addplot ....
- ...
- \end{loglogaxis}
-\end{tikzpicture}
-\end{lstlisting}
-
-{%
-\tikzstyle{every axis legend}+=
- [at={(0.03,0.03)},anchor=south west]%
-\tikzstyle{every tick}+=[line width=0.6pt]
-\begin{center}
-\begin{tikzpicture}[font=\large,line width=1pt]
- \begin{loglogaxis}[
- xlabel={\textsc{Dof}},
- ylabel={$L_2$ Error}
- ]
- \plots
- \end{loglogaxis}
-\end{tikzpicture}
-\end{center}
-}%
-
-\subsection{Changing line specifications}
-\subsubsection{Using another, predefined list}
-{%
-\begin{lstlisting}
-\listcopy\blackwhiteplotspeclist\to\autoplotspeclist%
-\begin{tikzpicture}
- \begin{loglogaxis}[
- xlabel={\textsc{Dof}},
- ylabel={$L_2$ Error}
- ]
- ...
- \end{loglogaxis}
-\end{tikzpicture}
-\end{lstlisting}
-
-\listcopy\blackwhiteplotspeclist\to\autoplotspeclist%
-\begin{center}
-\begin{tikzpicture}
- \begin{loglogaxis}[
- xlabel={\textsc{Dof}},
- ylabel={$L_2$ Error}
- ]
- \plots
- \end{loglogaxis}
-\end{tikzpicture}
-\end{center}
-
-\subsubsection{Defining new lists}
-\begin{lstlisting}
-% will cycle through these three elements:
-\listnew{\autoplotspeclist}{%
- red,dotted,mark=-,mark options={solid}\\%
- black,dashed,mark=pentagon,mark options={solid}\\%
- mark options={fill=blue!40},mark=diamond*,blue\\%
-}%
-\tikzstyle{every axis legend}+=%
- [at={(1.03,1)},anchor=north west]%
-\begin{tikzpicture}
- \begin{loglogaxis}[
- xlabel={\textsc{Dof}},
- ylabel={$L_2$ Error}
- ]
- ...
- \end{loglogaxis}
-\end{tikzpicture}
-\end{lstlisting}
-
-\listnew{\autoplotspeclist}{%
- red,dotted,mark=-,mark options={solid}\\%
- black,dashed,mark=pentagon,mark options={solid}\\%
- mark options={fill=blue!40},mark=diamond*,blue\\%
-}%
-\tikzstyle{every axis legend}+=%
- [at={(1.03,1)},anchor=north west]%
-\begin{center}
-\begin{tikzpicture}
- \begin{loglogaxis}[
- xlabel={\textsc{Dof}},
- ylabel={$L_2$ Error}
- ]
- \plots
- \end{loglogaxis}
-\end{tikzpicture}
-\end{center}
-}%
-
-\subsection{Changing the ticks}
-\subsubsection{Placing ticks at $10^i$}
-\begin{lstlisting}
-\begin{tikzpicture}
- \begin{loglogaxis}[
- xtickten={0,2,3,4,6,...,10},% place tickmarks at 10^0, 10^2,...
- ytickten={-6,-4,...,2},
- xlabel={\textsc{Dof}},
- ylabel={$L_2$ Error}
- ]
- ....
- \end{loglogaxis}
-\end{tikzpicture}
-\end{lstlisting}
-
-\begin{center}
-\begin{tikzpicture}
- \begin{loglogaxis}[
- xtickten={0,2,3,4,6,...,10},
- ytickten={-6,-4,...,2},
- xlabel={\textsc{Dof}},
- ylabel={$L_2$ Error}
- ]
- \plots
- \end{loglogaxis}
-\end{tikzpicture}
-\end{center}
-
-\subsubsection{Placing ticks anywhere}
-\begin{lstlisting}
-\begin{tikzpicture}
- \begin{loglogaxis}[
- xtick={12,9897,1468864}
- xlabel={\textsc{Dof}},
- ylabel={$L_2$ Error}
- ]
- ....
- \end{loglogaxis}
-\end{tikzpicture}
-\end{lstlisting}
-
-\begin{center}
-\begin{tikzpicture}
- \begin{loglogaxis}[
- xtick={12,9897,1468864},%2.5,9.2,14.2},
- xlabel={\textsc{Dof}},
- ylabel={$L_2$ Error}
- ]
- \plots
- \end{loglogaxis}
-\end{tikzpicture}
-\end{center}
-
-\subsection{Annotating plots}
-\label{sec:annot:plot}%
-\subsubsection{Example: Placing Data Cursors}
-\begin{lstlisting}
-\tikzstyle{annotation}=[fill=white,draw=black,font=\footnotesize]
-\tikzstyle{annotedge}=[->,shorten >=3pt]
-\begin{tikzpicture}
- \begin{loglogaxis}[
- xlabel={\textsc{Dof}},
- ylabel={$L_2$ Error}
- ]
-
- ....
-
- \addplot plot coordinates {
- (13, 5.755e-02)
- (97, 2.925e-02)
- (545, 1.351e-02)
- (2561, 5.842e-03)
- (10625, 2.397e-03)
- (40193, 9.414e-04)
- (141569, 3.564e-04)
- (471041, 1.308e-04)
- (1496065, 4.670e-05)
- };
- ...
-
- % remember this coordinate under the name 'bad'
- \axispath\node[coordinate] (bad) at
- (8.61305,-6.20135) % = (log(10625), log(2.397e-03))
- {};
- \axispath\node[coordinate] (good) at
- (12.14368,-9.30872)
- {};
-
- % place a node above 'bad' and draw an edge to 'bad':
- \axispath\node[annotation,above of=bad]
- {Bad!}
- edge[annotedge] (bad);
- \axispath\node[annotation,above right of=good]
- {Good!}
- edge[annotedge] (good);
- \end{loglogaxis}
-\end{tikzpicture}
-\end{lstlisting}
-\begin{center}
-\begin{tikzpicture}[node distance=1cm]
-\tikzstyle{annotation}=[fill=white,draw=black,font=\footnotesize]
-\tikzstyle{annotedge}=[->,shorten >=3pt]
- \begin{loglogaxis}[
- xlabel={\textsc{Dof}},
- ylabel={$L_2$ Error}
- ]
- \plots
- \axispath\node[coordinate] (bad) at
- (8.61305,-6.20135)
- {};
- \axispath\node[coordinate] (good) at
- (12.14368,-9.30872)
- {};
-
- \axispath\node[annotation,above of=bad]
- {Bad!}
- edge[annotedge] (bad);
- \axispath\node[annotation,above right of=good]
- {Good!}
- edge[annotedge] (good);
- \end{loglogaxis}
-\end{tikzpicture}
-\end{center}
-
-One remark: the \lstinline!\axispath! prefix is necessary because neither axis nor plots will be drawn until the $x$- and $y$-limits have been determined. All drawing commands are postponed until \lstinline!\end{axis}! (unless you explicitly provide the options \lstinline!xmin!, \lstinline!xmax!, \lstinline!ymin! and \lstinline!ymax!).
-
-\subsubsection{Example: Slopes of line segments}
-\begin{lstlisting}
-\begin{tikzpicture}
- \begin{loglogaxis}[
- xlabel=\textsc{Dof},
- ylabel=$L_2$ Error
- ]
- \axispath\draw
- (7.49165,-10.02171)
- |- (8.31801,-11.32467)
- node[near start,left] {$\frac{dy}{dx} = -1.58$};
-
- \addplot ....
- ...
- \end{loglogaxis}
-\end{tikzpicture}
-\end{lstlisting}
-\begin{center}
-\begin{tikzpicture}
- \begin{loglogaxis}[
- xlabel=\textsc{Dof},
- ylabel=$L_2$ Error
- ]
- \axispath\draw
- (7.49165,-10.02171)
- |- (8.31801,-11.32467)
- node[near start,left] {$\frac{dy}{dx} = -1.58$};
- \plots
-
- \end{loglogaxis}
-\end{tikzpicture}
-\end{center}
-
-\endgroup
diff --git a/Master/texmf-dist/doc/latex/pgfplots/manual.pdf b/Master/texmf-dist/doc/latex/pgfplots/manual.pdf
deleted file mode 100644
index 85af37071f4..00000000000
--- a/Master/texmf-dist/doc/latex/pgfplots/manual.pdf
+++ /dev/null
@@ -1,11284 +0,0 @@
-%PDF-1.2
-11 0 obj
-<<
-/Title(Introduction)
-/A<<
-/S/GoTo
-/D(section.1)
->>
-/Parent 10 0 R
-/Next 12 0 R
->>
-endobj
-13 0 obj
-<<
-/Title(Licensing)
-/A<<
-/S/GoTo
-/D(subsection.2.1)
->>
-/Parent 12 0 R
-/Next 14 0 R
->>
-endobj
-14 0 obj
-<<
-/Title(Prerequisites)
-/A<<
-/S/GoTo
-/D(subsection.2.2)
->>
-/Parent 12 0 R
-/Prev 13 0 R
-/Next 15 0 R
->>
-endobj
-15 0 obj
-<<
-/Title(Files in the Pgfplots-Bundle)
-/A<<
-/S/GoTo
-/D(subsection.2.3)
->>
-/Parent 12 0 R
-/Prev 14 0 R
-/Next 16 0 R
->>
-endobj
-16 0 obj
-<<
-/Title(Assigning the TEXINPUTS Variable)
-/A<<
-/S/GoTo
-/D(subsection.2.4)
->>
-/Parent 12 0 R
-/Prev 15 0 R
-/Next 17 0 R
->>
-endobj
-17 0 obj
-<<
-/Title(Installation into a local texmf-directory)
-/A<<
-/S/GoTo
-/D(subsection.2.5)
->>
-/Parent 12 0 R
-/Prev 16 0 R
-/Next 18 0 R
->>
-endobj
-18 0 obj
-<<
-/Title(Installation into a local TDS compliant texmf-directory)
-/A<<
-/S/GoTo
-/D(subsection.2.6)
->>
-/Parent 12 0 R
-/Prev 17 0 R
-/Next 19 0 R
->>
-endobj
-19 0 obj
-<<
-/Title(If everything else fails...)
-/A<<
-/S/GoTo
-/D(subsection.2.7)
->>
-/Parent 12 0 R
-/Prev 18 0 R
-/Next 20 0 R
->>
-endobj
-20 0 obj
-<<
-/Title(Restrictions for DVI-Viewers and dvipdfm)
-/A<<
-/S/GoTo
-/D(subsection.2.8)
->>
-/Parent 12 0 R
-/Prev 19 0 R
->>
-endobj
-12 0 obj
-<<
-/Title(Installation)
-/A<<
-/S/GoTo
-/D(section.2)
->>
-/Parent 10 0 R
-/Prev 11 0 R
-/First 13 0 R
-/Last 20 0 R
-/Count -8
-/Next 21 0 R
->>
-endobj
-22 0 obj
-<<
-/Title(A first plot)
-/A<<
-/S/GoTo
-/D(subsection.3.1)
->>
-/Parent 21 0 R
-/Next 23 0 R
->>
-endobj
-23 0 obj
-<<
-/Title(Two plots in the same axis)
-/A<<
-/S/GoTo
-/D(subsection.3.2)
->>
-/Parent 21 0 R
-/Prev 22 0 R
-/Next 24 0 R
->>
-endobj
-24 0 obj
-<<
-/Title(Logarithmic plots)
-/A<<
-/S/GoTo
-/D(subsection.3.3)
->>
-/Parent 21 0 R
-/Prev 23 0 R
-/Next 25 0 R
->>
-endobj
-25 0 obj
-<<
-/Title(Cycling line styles)
-/A<<
-/S/GoTo
-/D(subsection.3.4)
->>
-/Parent 21 0 R
-/Prev 24 0 R
-/Next 26 0 R
->>
-endobj
-26 0 obj
-<<
-/Title(Scaling plots)
-/A<<
-/S/GoTo
-/D(subsection.3.5)
->>
-/Parent 21 0 R
-/Prev 25 0 R
->>
-endobj
-21 0 obj
-<<
-/Title(Drawing axes and plots)
-/A<<
-/S/GoTo
-/D(section.3)
->>
-/Parent 10 0 R
-/Prev 12 0 R
-/First 22 0 R
-/Last 26 0 R
-/Count -5
-/Next 27 0 R
->>
-endobj
-28 0 obj
-<<
-/Title(The axis--environments)
-/A<<
-/S/GoTo
-/D(subsection.4.1)
->>
-/Parent 27 0 R
-/Next 29 0 R
->>
-endobj
-30 0 obj
-<<
-/Title(Markers)
-/A<<
-/S/GoTo
-/D(subsubsection.4.2.1)
->>
-/Parent 29 0 R
-/Next 31 0 R
->>
-endobj
-31 0 obj
-<<
-/Title(Line styles)
-/A<<
-/S/GoTo
-/D(subsubsection.4.2.2)
->>
-/Parent 29 0 R
-/Prev 30 0 R
->>
-endobj
-29 0 obj
-<<
-/Title(Available markers)
-/A<<
-/S/GoTo
-/D(subsection.4.2)
->>
-/Parent 27 0 R
-/Prev 28 0 R
-/First 30 0 R
-/Last 31 0 R
-/Count -2
-/Next 32 0 R
->>
-endobj
-32 0 obj
-<<
-/Title(\\addplot[OPTIONS] PATH)
-/A<<
-/S/GoTo
-/D(subsection.4.3)
->>
-/Parent 27 0 R
-/Prev 29 0 R
-/Next 33 0 R
->>
-endobj
-33 0 obj
-<<
-/Title(\\axispath...;)
-/A<<
-/S/GoTo
-/D(subsection.4.4)
->>
-/Parent 27 0 R
-/Prev 32 0 R
-/Next 34 0 R
->>
-endobj
-34 0 obj
-<<
-/Title(\\addlegendentry{name})
-/A<<
-/S/GoTo
-/D(subsection.4.5)
->>
-/Parent 27 0 R
-/Prev 33 0 R
-/Next 35 0 R
->>
-endobj
-36 0 obj
-<<
-/Title(Legend appearance)
-/A<<
-/S/GoTo
-/D(subsubsection.4.6.1)
->>
-/Parent 35 0 R
-/Next 37 0 R
->>
-endobj
-37 0 obj
-<<
-/Title(Legends Options)
-/A<<
-/S/GoTo
-/D(subsubsection.4.6.2)
->>
-/Parent 35 0 R
-/Prev 36 0 R
->>
-endobj
-35 0 obj
-<<
-/Title(\\legend[OPTIONS]{LIST})
-/A<<
-/S/GoTo
-/D(subsection.4.6)
->>
-/Parent 27 0 R
-/Prev 34 0 R
-/First 36 0 R
-/Last 37 0 R
-/Count -2
-/Next 38 0 R
->>
-endobj
-38 0 obj
-<<
-/Title(\\autoplotspeclist)
-/A<<
-/S/GoTo
-/D(subsection.4.7)
->>
-/Parent 27 0 R
-/Prev 35 0 R
-/Next 39 0 R
->>
-endobj
-39 0 obj
-<<
-/Title(\\logtologten{ARG})
-/A<<
-/S/GoTo
-/D(subsection.4.8)
->>
-/Parent 27 0 R
-/Prev 38 0 R
-/Next 40 0 R
->>
-endobj
-40 0 obj
-<<
-/Title(\\logten)
-/A<<
-/S/GoTo
-/D(subsection.4.9)
->>
-/Parent 27 0 R
-/Prev 39 0 R
-/Next 41 0 R
->>
-endobj
-41 0 obj
-<<
-/Title(\\prettyprintnumber{NUM})
-/A<<
-/S/GoTo
-/D(subsection.4.10)
->>
-/Parent 27 0 R
-/Prev 40 0 R
-/Next 42 0 R
->>
-endobj
-42 0 obj
-<<
-/Title(\\axispreset{key=value,key=value})
-/A<<
-/S/GoTo
-/D(subsection.4.11)
->>
-/Parent 27 0 R
-/Prev 41 0 R
-/Next 43 0 R
->>
-endobj
-43 0 obj
-<<
-/Title(\\legendpreset{key=value,key=value})
-/A<<
-/S/GoTo
-/D(subsection.4.12)
->>
-/Parent 27 0 R
-/Prev 42 0 R
-/Next 44 0 R
->>
-endobj
-44 0 obj
-<<
-/Title(Axis options)
-/A<<
-/S/GoTo
-/D(subsection.4.13)
->>
-/Parent 27 0 R
-/Prev 43 0 R
-/Next 45 0 R
->>
-endobj
-45 0 obj
-<<
-/Title(execute at begin plot=COMMANDS)
-/A<<
-/S/GoTo
-/D(subsection.4.14)
->>
-/Parent 27 0 R
-/Prev 44 0 R
-/Next 46 0 R
->>
-endobj
-46 0 obj
-<<
-/Title(execute at end plot=COMMANDS)
-/A<<
-/S/GoTo
-/D(subsection.4.15)
->>
-/Parent 27 0 R
-/Prev 45 0 R
->>
-endobj
-27 0 obj
-<<
-/Title(Reference)
-/A<<
-/S/GoTo
-/D(section.4)
->>
-/Parent 10 0 R
-/Prev 21 0 R
-/First 28 0 R
-/Last 46 0 R
-/Count -15
-/Next 47 0 R
->>
-endobj
-48 0 obj
-<<
-/Title(Legend position)
-/A<<
-/S/GoTo
-/D(subsection.5.1)
->>
-/Parent 47 0 R
-/Next 49 0 R
->>
-endobj
-49 0 obj
-<<
-/Title(Font size and line width)
-/A<<
-/S/GoTo
-/D(subsection.5.2)
->>
-/Parent 47 0 R
-/Prev 48 0 R
-/Next 50 0 R
->>
-endobj
-51 0 obj
-<<
-/Title(Using another, predefined list)
-/A<<
-/S/GoTo
-/D(subsubsection.5.3.1)
->>
-/Parent 50 0 R
-/Next 52 0 R
->>
-endobj
-52 0 obj
-<<
-/Title(Defining new lists)
-/A<<
-/S/GoTo
-/D(subsubsection.5.3.2)
->>
-/Parent 50 0 R
-/Prev 51 0 R
->>
-endobj
-50 0 obj
-<<
-/Title(Changing line specifications)
-/A<<
-/S/GoTo
-/D(subsection.5.3)
->>
-/Parent 47 0 R
-/Prev 49 0 R
-/First 51 0 R
-/Last 52 0 R
-/Count -2
-/Next 53 0 R
->>
-endobj
-54 0 obj
-<<
-/Title(Placing ticks at 10i)
-/A<<
-/S/GoTo
-/D(subsubsection.5.4.1)
->>
-/Parent 53 0 R
-/Next 55 0 R
->>
-endobj
-55 0 obj
-<<
-/Title(Placing ticks anywhere)
-/A<<
-/S/GoTo
-/D(subsubsection.5.4.2)
->>
-/Parent 53 0 R
-/Prev 54 0 R
->>
-endobj
-53 0 obj
-<<
-/Title(Changing the ticks)
-/A<<
-/S/GoTo
-/D(subsection.5.4)
->>
-/Parent 47 0 R
-/Prev 50 0 R
-/First 54 0 R
-/Last 55 0 R
-/Count -2
-/Next 56 0 R
->>
-endobj
-57 0 obj
-<<
-/Title(Example: Placing Data Cursors)
-/A<<
-/S/GoTo
-/D(subsubsection.5.5.1)
->>
-/Parent 56 0 R
-/Next 58 0 R
->>
-endobj
-59 0 obj
-[5 0 R/XYZ 124.8 716.02 null]
-endobj
-60 0 obj
-<<
-/Type/Encoding
-/Differences[0/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/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/exclamdown/equal/questiondown/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/quotedblleft/bracketright/circumflex/dotaccent/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/endash/emdash/hungarumlaut/tilde/dieresis/suppress
-160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 173/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/dieresis]
->>
-endobj
-63 0 obj
-<<
-/Encoding 60 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F1
-/FontDescriptor 62 0 R
-/BaseFont/IBBKJS+CMR17
-/FirstChar 33
-/LastChar 196
-/Widths[249.6 458.6 772.1 458.6 772.1 719.8 249.6 354.1 354.1 458.6 719.8 249.6 301.9
-249.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 249.6 249.6
-249.6 719.8 432.5 432.5 719.8 693.3 654.3 667.6 706.6 628.2 602.1 726.3 693.3 327.6
-471.5 719.4 576 850 693.3 719.8 628.2 719.8 680.5 510.9 667.6 693.3 693.3 954.5 693.3
-693.3 563.1 249.6 458.6 249.6 458.6 249.6 249.6 458.6 510.9 406.4 510.9 406.4 275.8
-458.6 510.9 249.6 275.8 484.7 249.6 772.1 510.9 458.6 510.9 484.7 354.1 359.4 354.1
-510.9 484.7 667.6 484.7 484.7 406.4 458.6 917.2 458.6 458.6 458.6 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 576 772.1 719.8 641.1 615.3 693.3
-667.6 719.8 667.6 719.8 0 0 667.6 525.4 499.3 499.3 748.9 748.9 249.6 275.8 458.6
-458.6 458.6 458.6 458.6 693.3 406.4 458.6 667.6 719.8 458.6 837.2 941.7 719.8 249.6
-458.6]
->>
-endobj
-66 0 obj
-<<
-/Encoding 60 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F2
-/FontDescriptor 65 0 R
-/BaseFont/YQTXGK+CMR9
-/FirstChar 33
-/LastChar 196
-/Widths[285.5 513.9 856.5 513.9 856.5 799.4 285.5 399.7 399.7 513.9 799.4 285.5 342.6
-285.5 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5
-285.5 799.4 485.3 485.3 799.4 770.7 727.9 742.3 785 699.4 670.8 806.5 770.7 371 528.1
-799.2 642.3 942 770.7 799.4 699.4 799.4 756.5 571 742.3 770.7 770.7 1056.2 770.7
-770.7 628.1 285.5 513.9 285.5 513.9 285.5 285.5 513.9 571 456.8 571 457.2 314 513.9
-571 285.5 314 542.4 285.5 856.5 571 513.9 571 542.4 402 405.4 399.7 571 542.4 742.3
-542.4 542.4 456.8 513.9 1027.8 513.9 513.9 513.9 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 642.3 856.5 799.4 713.6 685.2 770.7 742.3 799.4
-742.3 799.4 0 0 742.3 599.5 571 571 856.5 856.5 285.5 314 513.9 513.9 513.9 513.9
-513.9 770.7 456.8 513.9 742.3 799.4 513.9 927.8 1042 799.4 285.5 513.9]
->>
-endobj
-69 0 obj
-<<
-/Encoding 60 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F3
-/FontDescriptor 68 0 R
-/BaseFont/BLCJKX+CMR12
-/FirstChar 33
-/LastChar 196
-/Widths[272 489.6 816 489.6 816 761.6 272 380.8 380.8 489.6 761.6 272 326.4 272 489.6
-489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 272 761.6 462.4
-462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.3 734 353.2 503 761.2 611.8 897.2
-734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 489.6 272 489.6
-272 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6
-544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8 435.2 489.6 979.2 489.6 489.6
-489.6 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.8 816
-761.6 679.6 652.8 734 707.2 761.6 707.2 761.6 0 0 707.2 571.2 544 544 816 816 272
-299.2 489.6 489.6 489.6 489.6 489.6 734 435.2 489.6 707.2 761.6 489.6 883.8 992.6
-761.6 272 489.6]
->>
-endobj
-70 0 obj
-<<
-/Type/Encoding
-/Differences[0/minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/arrowright/arrowup/arrowdown/arrowboth/arrownortheast/arrowsoutheast/similarequal/arrowdblleft/arrowdblright/arrowdblup/arrowdbldown/arrowdblboth/arrownorthwest/arrowsouthwest/proportional/prime/infinity/element/owner/triangle/triangleinv/negationslash/mapsto/universal/existential/logicalnot/emptyset/Rfractur/Ifractur/latticetop/perpendicular/aleph/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/union/intersection/unionmulti/logicaland/logicalor/turnstileleft/turnstileright/floorleft/floorright/ceilingleft/ceilingright/braceleft/braceright/angbracketleft/angbracketright/bar/bardbl/arrowbothv/arrowdblbothv/backslash/wreathproduct/radical/coproduct/nabla/integral/unionsq/intersectionsq/subsetsqequal/supersetsqequal/section/dagger/daggerdbl/paragraph/club/diamond/heart/spade/arrowleft
-161/minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus
-173/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/spade]
->>
-endobj
-73 0 obj
-<<
-/Encoding 70 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F4
-/FontDescriptor 72 0 R
-/BaseFont/DKHFIY+CMSY8
-/FirstChar 33
-/LastChar 196
-/Widths[1062.5 531.3 531.3 1062.5 1062.5 1062.5 826.4 1062.5 1062.5 649.3 649.3 1062.5
-1062.5 1062.5 826.4 288.2 1062.5 708.3 708.3 944.5 944.5 0 0 590.3 590.3 708.3 531.3
-767.4 767.4 826.4 826.4 649.3 849.5 694.7 562.6 821.7 560.8 758.3 631 904.2 585.5
-720.1 807.4 730.7 1264.5 869.1 841.6 743.3 867.7 906.9 643.4 586.3 662.8 656.2 1054.6
-756.4 705.8 763.6 708.3 708.3 708.3 708.3 708.3 649.3 649.3 472.2 472.2 472.2 472.2
-531.3 531.3 413.2 413.2 295.1 531.3 531.3 649.3 531.3 295.1 885.4 795.8 885.4 443.6
-708.3 708.3 826.4 826.4 472.2 472.2 472.2 649.3 826.4 826.4 826.4 826.4 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 826.4 295.1 826.4 531.3 826.4
-531.3 826.4 826.4 826.4 826.4 0 0 826.4 826.4 826.4 1062.5 531.3 531.3 826.4 826.4
-826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 1062.5 1062.5 826.4 826.4
-1062.5 826.4]
->>
-endobj
-76 0 obj
-<<
-/Encoding 60 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F5
-/FontDescriptor 75 0 R
-/BaseFont/CRIGBN+CMBX9
-/FirstChar 33
-/LastChar 196
-/Widths[360.2 617.6 986.1 591.7 986.1 920.4 328.7 460.2 460.2 591.7 920.4 328.7 394.4
-328.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 328.7 328.7
-360.2 920.4 558.8 558.8 920.4 892.9 840.9 854.6 906.6 776.5 743.7 929.9 924.4 446.3
-610.8 925.8 710.8 1121.6 924.4 888.9 808 888.9 886.7 657.4 823.1 908.6 892.9 1221.6
-892.9 892.9 723.1 328.7 617.6 328.7 591.7 328.7 328.7 575.2 657.4 525.9 657.4 543
-361.6 591.7 657.4 328.7 361.6 624.5 328.7 986.1 657.4 591.7 657.4 624.5 488.1 466.8
-460.2 657.4 624.5 854.6 624.5 624.5 525.9 591.7 1183.3 591.7 591.7 591.7 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 710.8 986.1 920.4 827.2
-788.9 924.4 854.6 920.4 854.6 920.4 0 0 854.6 690.3 657.4 657.4 986.1 986.1 328.7
-361.6 591.7 591.7 591.7 591.7 591.7 892.9 525.9 616.8 854.6 920.4 591.7 1071 1202.5
-920.4 328.7 591.7]
->>
-endobj
-77 0 obj
-<<
-/Type/Encoding
-/Differences[0/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/numbersign/sterling/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/exclamdown/equal/questiondown/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/quotedblleft/bracketright/circumflex/dotaccent/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/endash/emdash/hungarumlaut/tilde/dieresis/suppress
-160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 173/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/dieresis]
->>
-endobj
-80 0 obj
-<<
-/Encoding 77 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F6
-/FontDescriptor 79 0 R
-/BaseFont/AJODVX+CMTI9
-/FirstChar 33
-/LastChar 196
-/Widths[314.8 527.8 839.5 786.1 839.5 787 314.8 419.8 419.8 524.7 787 314.8 367.3
-314.8 524.7 524.7 524.7 524.7 524.7 524.7 524.7 524.7 524.7 524.7 524.7 314.8 314.8
-314.8 787 524.7 524.7 787 763 722.5 734.6 775 696.3 670.1 794.1 763 395.7 538.9 789.2
-643.8 920.4 763 787 696.3 787 748.8 577.2 734.6 763 763 1025.3 763 763 629.6 314.8
-527.8 314.8 524.7 314.8 314.8 524.7 472.2 472.2 524.7 472.2 314.8 472.2 524.7 314.8
-314.8 472.2 262.3 839.5 577.2 524.7 524.7 472.2 432.9 419.8 341.1 550.9 472.2 682.1
-473.8 498.5 419.8 524.7 1049.4 524.7 524.7 524.7 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 643.8 839.5 787 710.5 682.1 763 734.6 787 734.6
-787 0 0 734.6 629.6 577.2 603.4 905.1 918.2 314.8 341.1 524.7 524.7 524.7 524.7 524.7
-850.9 472.2 550.9 734.6 734.6 524.7 906.2 1011.1 787 262.3 524.7]
->>
-endobj
-83 0 obj
-<<
-/Encoding 60 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F7
-/FontDescriptor 82 0 R
-/BaseFont/VUQQRW+CMBX12
-/FirstChar 33
-/LastChar 196
-/Widths[342.6 581 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5
-562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 342.6
-875 531.3 531.3 875 849.5 799.8 812.5 862.3 738.4 707.2 884.3 879.6 419 581 880.8
-675.9 1067.1 879.6 844.9 768.5 844.9 839.1 625 782.4 864.6 849.5 1162 849.5 849.5
-687.5 312.5 581 312.5 562.5 312.5 312.5 546.9 625 500 625 513.3 343.8 562.5 625 312.5
-343.8 593.8 312.5 937.5 625 562.5 625 593.8 459.5 443.8 437.5 625 593.8 812.5 593.8
-593.8 500 562.5 1125 562.5 562.5 562.5 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 675.9 937.5 875 787 750 879.6 812.5 875 812.5 875 0 0 812.5
-656.3 625 625 937.5 937.5 312.5 343.8 562.5 562.5 562.5 562.5 562.5 849.5 500 574.1
-812.5 875 562.5 1018.5 1143.5 875 312.5 562.5]
->>
-endobj
-84 0 obj
-[5 0 R/XYZ 124.8 414.11 null]
-endobj
-87 0 obj
-<<
-/Encoding 60 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F8
-/FontDescriptor 86 0 R
-/BaseFont/BUJDGT+CMBX10
-/FirstChar 33
-/LastChar 196
-/Widths[350 602.8 958.3 575 958.3 894.4 319.4 447.2 447.2 575 894.4 319.4 383.3 319.4
-575 575 575 575 575 575 575 575 575 575 575 319.4 319.4 350 894.4 543.1 543.1 894.4
-869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.4 901.4 691.7 1091.7 900
-863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.4 602.8
-319.4 575 319.4 319.4 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.4 351.4 606.9
-319.4 958.3 638.9 575 638.9 606.9 473.6 453.6 447.2 638.9 606.9 830.6 606.9 606.9
-511.1 575 1150 575 575 575 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 691.7 958.3 894.4 805.6 766.7 900 830.6 894.4 830.6 894.4 0 0 830.6 670.8
-638.9 638.9 958.3 958.3 319.4 351.4 575 575 575 575 575 869.4 511.1 597.2 830.6 894.4
-575 1041.7 1169.4 894.4 319.4 575]
->>
-endobj
-88 0 obj
-<<
-/Rect[123.8 401.05 203.91 409.97]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(section.1)
->>
->>
-endobj
-89 0 obj
-<<
-/Rect[123.8 379.14 197.67 388.06]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(section.2)
->>
->>
-endobj
-92 0 obj
-<<
-/Encoding 60 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F9
-/FontDescriptor 91 0 R
-/BaseFont/CJDJON+CMR10
-/FirstChar 33
-/LastChar 196
-/Widths[277.8 500 833.3 500 833.3 777.8 277.8 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 472.2 472.2 777.8
-750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8
-680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8
-277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6
-500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4 500 1000 500
-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 0 0 0 0 0 625 833.3
-777.8 694.4 666.7 750 722.2 777.8 722.2 777.8 0 0 722.2 583.3 555.6 555.6 833.3 833.3
-277.8 305.6 500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8
-277.8 500]
->>
-endobj
-93 0 obj
-<<
-/Rect[138.75 365.24 204.26 375.99]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.2.1)
->>
->>
-endobj
-94 0 obj
-<<
-/Rect[138.75 353.29 219.59 364.03]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.2.2)
->>
->>
-endobj
-95 0 obj
-<<
-/Rect[138.75 341.33 286.23 352.19]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.2.3)
->>
->>
-endobj
-96 0 obj
-<<
-/Type/Encoding
-/Differences[1/dotaccent/fi/fl/fraction/hungarumlaut/Lslash/lslash/ogonek/ring 11/breve/minus
-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
-128/Euro/integral/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/Omega/radical/approxequal
-147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/Delta/lozenge/Ydieresis
-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
-99 0 obj
-<<
-/Encoding 96 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F10
-/FontDescriptor 98 0 R
-/BaseFont/ISFSAG+NimbusMonL-Regu
-/FirstChar 1
-/LastChar 255
-/Widths[600 600 600 600 600 600 600 600 600 0 600 600 0 600 600 600 600 0 0 0 0 0
-0 0 0 0 0 0 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 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 0 0 0 600 600
-600 600 600 600 600 600 600 600 600 0 0 0 0 0 0 600 600 600 600 600 600 600 600 600
-600 0 0 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 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
-100 0 obj
-<<
-/Rect[138.75 329.38 319.16 340.23]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.2.4)
->>
->>
-endobj
-101 0 obj
-<<
-/Rect[138.75 317.42 340.88 328.28]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.2.5)
->>
->>
-endobj
-102 0 obj
-<<
-/Rect[138.75 305.47 410.76 316.32]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.2.6)
->>
->>
-endobj
-103 0 obj
-<<
-/Rect[138.75 293.51 267.3 304.37]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.2.7)
->>
->>
-endobj
-104 0 obj
-<<
-/Rect[138.75 282.03 354.09 292.41]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.2.8)
->>
->>
-endobj
-105 0 obj
-<<
-/Rect[123.8 259.64 258.45 270.5]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(section.3)
->>
->>
-endobj
-106 0 obj
-<<
-/Rect[138.75 247.69 212.17 258.54]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.3.1)
->>
->>
-endobj
-107 0 obj
-<<
-/Rect[138.75 235.73 281.16 246.59]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.3.2)
->>
->>
-endobj
-108 0 obj
-<<
-/Rect[138.75 223.77 240.82 234.63]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.3.3)
->>
->>
-endobj
-109 0 obj
-<<
-/Rect[138.75 211.82 242.64 222.68]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.3.4)
->>
->>
-endobj
-110 0 obj
-<<
-/Rect[138.75 199.86 219.06 210.72]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.3.5)
->>
->>
-endobj
-113 0 obj
-<<
-/Encoding 70 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F11
-/FontDescriptor 112 0 R
-/BaseFont/FARVFN+CMSY6
-/FirstChar 33
-/LastChar 196
-/Widths[1222.2 638.9 638.9 1222.2 1222.2 1222.2 963 1222.2 1222.2 768.5 768.5 1222.2
-1222.2 1222.2 963 365.7 1222.2 833.3 833.3 1092.6 1092.6 0 0 703.7 703.7 833.3 638.9
-898.1 898.1 963 963 768.5 989.9 813.3 678.4 961.2 671.3 879.9 746.7 1059.3 709.3
-846.3 938.8 854.5 1427.2 1005.7 973 878.4 1008.3 1061.4 762 711.3 774.4 785.2 1222.7
-883.7 823.9 884 833.3 833.3 833.3 833.3 833.3 768.5 768.5 574.1 574.1 574.1 574.1
-638.9 638.9 509.3 509.3 379.6 638.9 638.9 768.5 638.9 379.6 1000 924.1 1027.8 541.7
-833.3 833.3 963 963 574.1 574.1 574.1 768.5 963 963 963 963 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 963 379.6 963 638.9 963 638.9 963 963
-963 963 0 0 963 963 963 1222.2 638.9 638.9 963 963 963 963 963 963 963 963 963 963
-963 963 1222.2 1222.2 963 963 1222.2 963]
->>
-endobj
-114 0 obj
-<<
-/Rect[139.05 183.1 385.43 191.57]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[0 1 1]
-/A<<
-/S/URI
-/URI(http://wissrech.ins.uni-bonn.de/people/feuersaenger)
->>
->>
-endobj
-116 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 1617
->>
-stream
-xÚåXY“Û6 ~ï¯Ð[©™˜+ºú–k3›i3;]'ÓiÓ­MۚȒ#ÉÙxúç Ôµ»‰Ò6=’>‰"‰àGè<¼­g?ϼÏó÷hyv.<s)¼åÆ2ä‘ö"y{Ë'¿°²Ò—!;f…¿PAÀ6U É.±;[ù2boüP²lkp@°ËíæPTmãÿº|~v.½„§‚Çš«Ð[HÁSi¡_ùIÈLÝäU ’Z²
-a¿Y2
-T`‰‚2wOc,2þ
-ã‰ðtbüÇ Ÿel
-Œ+hNíÎr‰É®¡ÑM– ç|ì;‡h‚ú_¾âg‰–1OdbC"2qDþh ÎÊmÆæÁ«ž µ¯.¯rsãÊFçŽT@L,¶…3ùÐú]~Xoö÷'e2±î86ç3'³¤ š?HÚ=‰oà%@±Óæ§O F€„÷†<o…÷ö’Æ–­# Ñ?NÜJ^°ð£¹k(RP‰¦úÜõ!íÔkÆuÓÒnÙêlœÊ&\NåÿW9ìhÝáÜÁ•àÛÙ>‡]Þà‡ À®>EžórH%lG“í]ËV•w³¯üÆá`x4Ë¡–])¬ú¬õûуˆ%íöi°Q#žHµ9,1ž%3Ô<í²KeŸVEŸÈB«s?z¶*¦…Vœr)'@_@õ Ö–ÎE<é¼³Ëe¯ºÇ¸{=Ó•ª#ɯ¼TM"®õdÁB~ÊëkÀµwÓß‘±Æð=$Ý?ÔQxWôü/<Ë+^pŠÇ&$¢{ýïÞÈ»ËÒ‹î9=Jx€h‰îê—]Û¾;;»É›òÕψË|á/"É®«²äksv0Õ¡0gû`Ÿ™î¡þS”G ‹´Où‹U÷ðuÊ7¿]6¥9
-endstream
-endobj
-118 0 obj
-[88 0 R 89 0 R 93 0 R 94 0 R 95 0 R 100 0 R 101 0 R 102 0 R 103 0 R 104 0 R 105 0 R
-106 0 R 107 0 R 108 0 R 109 0 R 110 0 R 114 0 R]
-endobj
-119 0 obj
-<<
-/F1 63 0 R
-/F2 66 0 R
-/F3 69 0 R
-/F4 73 0 R
-/F5 76 0 R
-/F6 80 0 R
-/F7 83 0 R
-/F8 87 0 R
-/F9 92 0 R
-/F10 99 0 R
-/F11 113 0 R
->>
-endobj
-6 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 119 0 R
->>
-endobj
-122 0 obj
-<<
-/Rect[123.8 705.06 190.02 713.98]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(section.4)
->>
->>
-endobj
-123 0 obj
-<<
-/Rect[138.75 693.1 263.98 702.02]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.1)
->>
->>
-endobj
-124 0 obj
-<<
-/Rect[138.75 681.15 241.81 690.07]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.2)
->>
->>
-endobj
-125 0 obj
-<<
-/Rect[161.66 669.19 230.8 678.11]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsubsection.4.2.1)
->>
->>
-endobj
-126 0 obj
-<<
-/Rect[161.66 655.3 241.73 666.16]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsubsection.4.2.2)
->>
->>
-endobj
-129 0 obj
-<<
-/Encoding 70 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F12
-/FontDescriptor 128 0 R
-/BaseFont/SBJIRC+CMSY10
-/FirstChar 33
-/LastChar 196
-/Widths[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 750 833.3 416.7 666.7 666.7 777.8 777.8 444.4 444.4
-444.4 611.1 777.8 777.8 777.8 777.8 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 777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 0 0 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 777.8]
->>
-endobj
-130 0 obj
-<<
-/Rect[138.75 642.79 294.17 654.76]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.3)
->>
->>
-endobj
-131 0 obj
-<<
-/Rect[138.75 630.84 240.37 642.8]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.4)
->>
->>
-endobj
-132 0 obj
-<<
-/Rect[138.75 618.88 286.2 630.84]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.5)
->>
->>
-endobj
-133 0 obj
-<<
-/Rect[138.75 606.93 292.18 618.89]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.6)
->>
->>
-endobj
-134 0 obj
-<<
-/Rect[161.66 595.53 279.01 606.38]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsubsection.4.6.1)
->>
->>
-endobj
-135 0 obj
-<<
-/Rect[161.66 583.57 268.3 594.43]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsubsection.4.6.2)
->>
->>
-endobj
-136 0 obj
-<<
-/Rect[138.75 571.06 264.28 583.02]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.7)
->>
->>
-endobj
-137 0 obj
-<<
-/Rect[138.75 559.11 262.29 571.07]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.8)
->>
->>
-endobj
-138 0 obj
-<<
-/Rect[138.75 547.15 204.51 559.11]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.9)
->>
->>
-endobj
-139 0 obj
-<<
-/Rect[138.75 535.2 298.16 547.16]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.10)
->>
->>
-endobj
-140 0 obj
-<<
-/Rect[138.75 523.24 351.95 535.2]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.11)
->>
->>
-endobj
-141 0 obj
-<<
-/Rect[138.75 511.29 363.91 523.25]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.12)
->>
->>
-endobj
-142 0 obj
-<<
-/Rect[138.75 499.88 218.01 510.63]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.13)
->>
->>
-endobj
-143 0 obj
-<<
-/Rect[138.75 488.4 342.99 498.49]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.14)
->>
->>
-endobj
-144 0 obj
-<<
-/Rect[138.75 476.44 331.03 486.33]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.15)
->>
->>
-endobj
-145 0 obj
-<<
-/Rect[123.8 454.06 216.87 464.91]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(section.5)
->>
->>
-endobj
-146 0 obj
-<<
-/Rect[138.75 442.1 232.76 452.96]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.5.1)
->>
->>
-endobj
-147 0 obj
-<<
-/Rect[138.75 432.08 268.74 441]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.5.2)
->>
->>
-endobj
-148 0 obj
-<<
-/Rect[138.75 418.19 284.71 429.05]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.5.3)
->>
->>
-endobj
-149 0 obj
-<<
-/Rect[161.66 406.24 324.39 417.09]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsubsection.5.3.1)
->>
->>
-endobj
-150 0 obj
-<<
-/Rect[161.66 394.28 273 405.14]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsubsection.5.3.2)
->>
->>
-endobj
-151 0 obj
-<<
-/Rect[138.75 382.32 245.63 393.18]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.5.4)
->>
->>
-endobj
-152 0 obj
-<<
-/Type/Encoding
-/Differences[0/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/alpha/beta/gamma/delta/epsilon1/zeta/eta/theta/iota/kappa/lambda/mu/nu/xi/pi/rho/sigma/tau/upsilon/phi/chi/psi/omega/epsilon/theta1/pi1/rho1/sigma1/phi1/arrowlefttophalf/arrowleftbothalf/arrowrighttophalf/arrowrightbothalf/arrowhookleft/arrowhookright/triangleright/triangleleft/zerooldstyle/oneoldstyle/twooldstyle/threeoldstyle/fouroldstyle/fiveoldstyle/sixoldstyle/sevenoldstyle/eightoldstyle/nineoldstyle/period/comma/less/slash/greater/star/partialdiff/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/flat/natural/sharp/slurbelow/slurabove/lscript/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/dotlessi/dotlessj/weierstrass/vector/tie/psi
-160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 173/Omega/alpha/beta/gamma/delta/epsilon1/zeta/eta/theta/iota/kappa/lambda/mu/nu/xi/pi/rho/sigma/tau/upsilon/phi/chi/psi/tie]
->>
-endobj
-155 0 obj
-<<
-/Encoding 152 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F13
-/FontDescriptor 154 0 R
-/BaseFont/GUXPXF+CMMI7
-/FirstChar 33
-/LastChar 196
-/Widths[719.7 539.7 689.9 950 592.7 439.2 751.4 1138.9 1138.9 1138.9 1138.9 339.3
-339.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 339.3
-339.3 892.9 585.3 892.9 585.3 610.1 859.1 863.2 819.4 934.1 838.7 724.5 889.4 935.6
-506.3 632 959.9 783.7 1089.4 904.9 868.9 727.3 899.7 860.6 701.5 674.8 778.2 674.6
-1074.4 936.9 671.5 778.4 462.3 462.3 462.3 1138.9 1138.9 478.2 619.7 502.4 510.5
-594.7 542 557.1 557.3 668.8 404.2 472.7 607.3 361.3 1013.7 706.2 563.9 588.9 523.6
-530.4 539.2 431.6 675.4 571.4 826.4 647.8 579.4 545.8 398.6 442 730.1 585.3 339.3
-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 693.8 954.4 868.9
-797.6 844.5 935.6 886.3 677.6 769.8 716.9 0 0 880 742.7 647.8 600.1 519.2 476.1 519.8
-588.6 544.1 422.8 668.8 677.6 694.6 572.8 519.8 668 592.7 662 526.8 632.9 686.9 713.8
-756 339.3]
->>
-endobj
-156 0 obj
-<<
-/Rect[161.66 370.37 279.36 382.54]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsubsection.5.4.1)
->>
->>
-endobj
-157 0 obj
-<<
-/Rect[161.66 358.41 295.39 369.27]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsubsection.5.4.2)
->>
->>
-endobj
-158 0 obj
-<<
-/Rect[138.75 346.46 237.61 357.32]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.5.5)
->>
->>
-endobj
-159 0 obj
-<<
-/Rect[161.66 334.5 334.49 345.36]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsubsection.5.5.1)
->>
->>
-endobj
-160 0 obj
-<<
-/Rect[161.66 322.55 340.86 333.4]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsubsection.5.5.2)
->>
->>
-endobj
-161 0 obj
-[120 0 R/XYZ 124.8 308.54 null]
-endobj
-164 0 obj
-<<
-/Encoding 77 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F14
-/FontDescriptor 163 0 R
-/BaseFont/ICONLE+CMTI10
-/FirstChar 33
-/LastChar 196
-/Widths[306.7 514.4 817.8 769.1 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8
-306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7
-306.7 766.7 511.1 511.1 766.7 743.3 703.9 715.6 755 678.3 652.8 773.6 743.3 385.6
-525 768.9 627.2 896.7 743.3 766.7 678.3 766.7 729.4 562.2 715.6 743.3 743.3 998.9
-743.3 743.3 613.3 306.7 514.4 306.7 511.1 306.7 306.7 511.1 460 460 511.1 460 306.7
-460 511.1 306.7 306.7 460 255.6 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7
-460 664.4 463.9 485.6 408.9 511.1 1022.2 511.1 511.1 511.1 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 627.2 817.8 766.7 692.2 664.4 743.3 715.6
-766.7 715.6 766.7 0 0 715.6 613.3 562.2 587.8 881.7 894.4 306.7 332.2 511.1 511.1
-511.1 511.1 511.1 831.3 460 536.7 715.6 715.6 511.1 882.8 985 766.7 255.6 511.1]
->>
-endobj
-165 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 2199
->>
-stream
-xÚåZIsÛȾçWðV [è K¦æàØ#Ç)ËV95UÍ"›$Ê À`‘ÌäÏçõ4DP`¤IFT.$–Æë×ß[ú-=ñ‘ïOÖõ÷~òØÝ_æ—Ñ$Fq0™¯&œ 0žÌŠB6™¿ûÕcÓYL˜÷“X‰Rä 1ýmþ·ÉsølB#†bîƤ{}q·Tƒ…t2 9
-5Q„§3ììÍ7b:£”yÉ·´ú—ȧ$ôîҲȷò:òê檂 …Ø¡ƒ¦3îû/úÏpÿs
-‚÷}óÓûƒåvHw¾VŠÎR^ÕÑìàhZŠñ³¤¨8€2ó‹{Sy’ú4±tË?A,#¿­JùO–Ë®u½ß•i^çÍöV”‡fâcȨO°±O?_ Ú p(•‘¸»¢?Zú£’êX=ARŒ"ßÆÏKßJQ‰ú€DZáI"ú*ö?Ü%Y#¾k¯E†©Lú—™,V…½µ=ûžÈGEÐÍ|‚8`Ð yf2pD¼…äwlÆŒôV÷{Î(úÝ”' Ò ô)Ì! À Í:H-‚TÌ"Dúþmݺ E7ŒPYtÙâ9º-¾‰ES ]RKjý+Öi®/eTûÃÛÏWWo>½ûrDçÂX²æÎúaÔ1@ýQŒ gŠ¨ÅˆÿÇ©ôT„†XΡS;Çñè¨QLl—Œë–ÚUQÊòxÄ
-©žz¨îgwSxª:©›:¬'¤±BM>5ta‚ýÂN\oÊ¢YoôóäNY=…}€(K’ÿý˜ŸùÚ¶.º¡‹"+Jù
-'WÀUÀ‰ÔJE°j¶ðñ^f»€)ñ—J)©¹šÒV„ž+¸Ô5†Á²Sðéj/︎)å…QA©òj˜Z<ߤëÍìM’¥úä ~»jò…Ë[b”ƒKi“d™™e¥V
-â¤ù
-â5Ñn‘Êñ’vC<û_5·02Ÿ Ø£±©ãÒƒ‹R_&àêz½2þöØ6HlÇo2ù3‡Fÿé߶e”Ó
-endstream
-endobj
-166 0 obj
-[122 0 R 123 0 R 124 0 R 125 0 R 126 0 R 130 0 R 131 0 R 132 0 R 133 0 R 134 0 R
-135 0 R 136 0 R 137 0 R 138 0 R 139 0 R 140 0 R 141 0 R 142 0 R 143 0 R 144 0 R 145 0 R
-146 0 R 147 0 R 148 0 R 149 0 R 150 0 R 151 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R]
-endobj
-167 0 obj
-<<
-/F8 87 0 R
-/F9 92 0 R
-/F12 129 0 R
-/F10 99 0 R
-/F13 155 0 R
-/F7 83 0 R
-/F14 164 0 R
->>
-endobj
-121 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 167 0 R
->>
-endobj
-170 0 obj
-[168 0 R/XYZ 124.8 716.02 null]
-endobj
-171 0 obj
-[168 0 R/XYZ 124.8 696.19 null]
-endobj
-172 0 obj
-[168 0 R/XYZ 124.8 572.26 null]
-endobj
-173 0 obj
-[168 0 R/XYZ 124.8 574.19 null]
-endobj
-174 0 obj
-<<
-/Rect[207.77 541.84 371.16 551.92]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[0 1 1]
-/A<<
-/S/URI
-/URI(http://www.gnu.org/licenses)
->>
->>
-endobj
-175 0 obj
-[168 0 R/XYZ 124.8 528.43 null]
-endobj
-178 0 obj
-<<
-/Encoding 152 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F15
-/FontDescriptor 177 0 R
-/BaseFont/DVYINZ+CMMI10
-/FirstChar 33
-/LastChar 196
-/Widths[622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500
-500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9
-750 758.5 714.7 827.9 738.2 643.1 786.2 831.3 439.6 554.5 849.3 680.6 970.1 803.5
-762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9
-388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6
-298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7 715.9 571.5 490.3
-465 322.5 384 636.5 500 277.8 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 615.3 833.3 762.8 694.4 742.4 831.3 779.9 583.3 666.7 612.2 0 0 772.4
-639.7 565.6 517.7 444.4 405.9 437.5 496.5 469.4 353.9 576.2 583.3 602.5 494 437.5
-570 517 571.4 437.2 540.3 595.8 625.7 651.4 277.8]
->>
-endobj
-179 0 obj
-[168 0 R/XYZ 124.8 482.15 null]
-endobj
-180 0 obj
-[168 0 R/XYZ 124.8 443.83 null]
-endobj
-181 0 obj
-[168 0 R/XYZ 124.8 445.77 null]
-endobj
-182 0 obj
-[168 0 R/XYZ 124.8 433.82 null]
-endobj
-183 0 obj
-[168 0 R/XYZ 124.8 421.86 null]
-endobj
-184 0 obj
-[168 0 R/XYZ 124.8 409.91 null]
-endobj
-185 0 obj
-[168 0 R/XYZ 124.8 397.95 null]
-endobj
-186 0 obj
-[168 0 R/XYZ 124.8 386 null]
-endobj
-187 0 obj
-[168 0 R/XYZ 124.8 374.04 null]
-endobj
-188 0 obj
-[168 0 R/XYZ 124.8 362.09 null]
-endobj
-189 0 obj
-[168 0 R/XYZ 124.8 350.13 null]
-endobj
-190 0 obj
-[168 0 R/XYZ 124.8 338.17 null]
-endobj
-191 0 obj
-[168 0 R/XYZ 124.8 326.22 null]
-endobj
-192 0 obj
-[168 0 R/XYZ 124.8 290.35 null]
-endobj
-193 0 obj
-[168 0 R/XYZ 124.8 290.35 null]
-endobj
-196 0 obj
-<<
-/Encoding 96 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F16
-/FontDescriptor 195 0 R
-/BaseFont/OUBFPH+NimbusMonL-Bold
-/FirstChar 1
-/LastChar 255
-/Widths[600 600 600 600 600 600 600 600 600 0 600 600 0 600 600 600 600 0 0 0 0 0
-0 0 0 0 0 0 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 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 0 0 0 600 600
-600 600 600 600 600 600 600 600 600 0 0 0 0 0 0 600 600 600 600 600 600 600 600 600
-600 0 0 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 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
-199 0 obj
-<<
-/Encoding 60 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F17
-/FontDescriptor 198 0 R
-/BaseFont/UKKDSB+CMR7
-/FirstChar 33
-/LastChar 196
-/Widths[323.4 569.4 938.5 569.4 938.5 877 323.4 446.4 446.4 569.4 877 323.4 384.9
-323.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4
-323.4 877 538.7 538.7 877 843.3 798.6 815.5 860.1 767.9 737.1 883.9 843.3 412.7 583.3
-874 706.4 1027.8 843.3 877 767.9 877 829.4 631 815.5 843.3 843.3 1150.8 843.3 843.3
-692.5 323.4 569.4 323.4 569.4 323.4 323.4 569.4 631 507.9 631 507.9 354.2 569.4 631
-323.4 354.2 600.2 323.4 938.5 631 569.4 631 600.2 446.4 452.6 446.4 631 600.2 815.5
-600.2 600.2 507.9 569.4 1138.9 569.4 569.4 569.4 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 706.4 938.5 877 781.8 754 843.3 815.5 877 815.5
-877 0 0 815.5 677.6 646.8 646.8 970.2 970.2 323.4 354.2 569.4 569.4 569.4 569.4 569.4
-843.3 507.9 569.4 815.5 877 569.4 1013.9 1136.9 877 323.4 569.4]
->>
-endobj
-200 0 obj
-[168 0 R/XYZ 124.8 232.63 null]
-endobj
-201 0 obj
-[168 0 R/XYZ 124.8 194.32 null]
-endobj
-202 0 obj
-[168 0 R/XYZ 124.8 196.26 null]
-endobj
-203 0 obj
-[168 0 R/XYZ 124.8 158.45 null]
-endobj
-204 0 obj
-[168 0 R/XYZ 124.8 160.39 null]
-endobj
-205 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 1596
->>
-stream
-xÚÉnÛFôޯБ¬gáæ¢%µ®cØr“ î’FšTIÊ Šþ{ß›7CQ‹m4'μyûΞÏ|¿·ì™ÏEï­Û‡Éð<êqŤêM½@°(é BÉ"¸ÿú§'úÎ…òÆEݤyž6YYôÿšüÖ;›8ZÎ’ CG,ˆ–qK}™ÍtQgÅI‡çI/aIˆ4~oÀc&cƒ?Yeu cé­«rY¥tqÀE¥5ž”W—‹¦/"ï©/b/­ôi(é½ôEè•ÄÞ,-ˆ¬Òó¬nªlºi,yÖÐKŻeE燲?
-x`Ðð{>ž\ÝÞâ% ŸoèeDŸë>TÒèyNÆï.Gæ9ò®ïn®?ßž1¢¼Å4ăÑéLâ#Ä%þAý¸"Rn‹
-MJßm0„ENêówýòH…Öe¯8‹¥EyÏÉIÂBëci}|žåÆQQ@ Ù9€çÕÁ(Š\¿3Ùmuï†â°f +g%l
-µC1…,]k
-ùýX«ìnûÔ?ίÿþ°eŸ0AÕbú
-—µoëJÊi®qË€­ zˆY`ïIÝ¡¶û t £] ÷¤—š «’csiJ»hiê<+_Z{£^ˆÞÀ¶Œ‰! ;ûÊ.û‡Ë }§M0À\ §©v怪×¾Z=·ÆNÔØLç·‹ Y-E³8î®;¶ÿ¡S”ò>®ð¿Wë½>I‹·Í‘Uf&ÉŠ:,²pýÕþ3UôRh=·vñ´{l*a¾ûßSvnŒê:[ø¿×Î —w-=çzÒ„aröu|u}7¹%ÔŽ$˜s¾è ZÌ?ú LÉ*K§‡c†Žb~Ø>;;-và¨wl»ûdôs{8¢”ùcÉÅ 88§îz~@f';¬òôs
-2´“Œ ØoÖj®ä‡‹²NÓj;²~¸ÜB_º
-øåÀÃáéÿ÷P|DDÐsȵò(—Ÿþ­¹…
-endstream
-endobj
-206 0 obj
-[174 0 R]
-endobj
-207 0 obj
-<<
-/F7 83 0 R
-/F9 92 0 R
-/F10 99 0 R
-/F12 129 0 R
-/F15 178 0 R
-/F16 196 0 R
-/F17 199 0 R
->>
-endobj
-169 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 207 0 R
->>
-endobj
-210 0 obj
-[208 0 R/XYZ 124.8 632.34 null]
-endobj
-211 0 obj
-[208 0 R/XYZ 124.8 562.03 null]
-endobj
-212 0 obj
-[208 0 R/XYZ 124.8 466.12 null]
-endobj
-213 0 obj
-<<
-/Rect[201.26 409.34 436.39 419.43]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[0 1 1]
-/A<<
-/S/URI
-/URI(http://www.ctan.org/installationadvice/)
->>
->>
-endobj
-214 0 obj
-[208 0 R/XYZ 124.8 383.98 null]
-endobj
-215 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 2355
->>
-stream
-xÚµYK“Û¸¾çWèfªj‘ ¤sr2öÆ©TÊ•Õº6•IU84bL‘
-I<ùõÛHh¨ñ¬Æɉx£ßý58‹YÏîgöóãì·÷þ°Z~Èg9ËÕlµIÎt>[¨”i1[Ýü#ZíÌ|‘&2êÛ¢¬Êú{*ú×üŸ«?/?$ñ¸S3­g±Ýô–fƒcYž¹¹7ó…Há8SUõw–ž)–k\žÆLÉg1Ñðîéq‚¥@ä0¿Ây¸C¦8˜H;ø~Æ~q¬4tñzÎu´3öó‡DÔ»*Ú˜mq¬zêt¦hi1p(ú]GÍbÛ›v"ŒDç#ÇËmÓ,ïŠvi)Zð,gPš$v1,8ÜoUÓwvþýê
-u%qÌ$ˆBK¦íQ ¤+„ÓZ*¢Ms¼«l;ºªèvÔœª/ÙçžàåS#­rT áÍ©9°˜ å³
-̬å¹…U ¸ @1(ïnG¡^ _T•›8ÞÍAÐѦlͺoÚÒtŒ¤ŸhÍbEÒ§Ë?nai®¬êŸJ…+$”ø^½ÿåã_?ý¼úibÜŠéÔ-z˜K°‰¶,¬ÔñØ¢jM±y¤Îº©‘ܾ(ëŽFºfoúøÕ@y,¢GœoŽ8)£uQcCGÅá`ù1õæŒØÙ"ÏPˆ;à£NßÊ
-–‹ÜP«ÎÀMѵs1t&2A›ÁmœÉ9œÂEô±îz0N`
-RÉ2¯­…7ýǧêZðX“:2 £¸ø b`TçÑ'ŽlIÄoA$–Ž$Ö+&§Ž7§|ä`$Ž-¿ 2¦(s&ýž[žÆËáäë"%8 K0êªóW¢sidŒÄZövàDÓHbÆ#gÊ\€GœÙ„Ú|—« ´Z†Žä¡eŠw¡_ ðdBž‡Ã§tôDY¡P³ŒqJ%°¼7µiËõòõ©Ã›kž2Eò(0¸``hõ„ŽTcJÈØa*¹>]p}vé ÞÄy¤tÞ¤.z—qàM\©Â`àM¶¿ºù‰ëf¨Ê‚öL=C@ùÿÄÓrNÖ2xÚ;  ÕŽh@À„hµ·q§ƒ yÖ`äTZ‹‚Ö#&n"ó‘®Ø»Ö]á'CÇ‚‰¢óÓ×íÕ€ÞbÖ «…8´k¤
-±¿ö…Õ j ¦¸ |Ú¾-áó€¡Ë´9„0•T0»…B­cŒ=S"‹zev»%™úvñ•=_|=Áî⠻ㅀ4)EB‚%,aºúMO#·\j²È³´ =œð…I§~§´CÉ°{0F[;0OýeĪ¬ë¯×d
-N”`L,N(þ;Òˆ†0ÑgÅÞúض.z4ú8ƇvØü7Äð7®¼:ÙCÚ/¤j€IêìhY=†ê6çÖг %57¦€æsbl×÷‡·Ëåétb뾨øË2ÌOÅæ¡\›ex` 'Ú?;΢rÎy´oZW¼¤ Øöÿ¥M‡'E̱'=®\—PZÝ»J'¤ê%¿Êä,s~õ7Óõ0q{ç|È–иAOûüqñ¹4§9  Óv²ƒN¡
-ŠKãáaWÑ/!^ëì7ПOȇ"%ãA®†ü™¢F¾5!ÙªŠå´õO Â( =´Ã¢º8¸0VøFg‹OlµAHz;_(}q
-
-(ý/ó
-endstream
-endobj
-216 0 obj
-[213 0 R]
-endobj
-217 0 obj
-<<
-/F9 92 0 R
-/F10 99 0 R
-/F17 199 0 R
-/F7 83 0 R
-/F16 196 0 R
-/F12 129 0 R
-/F14 164 0 R
->>
-endobj
-209 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 217 0 R
->>
-endobj
-220 0 obj
-[218 0 R/XYZ 170.43 517.47 null]
-endobj
-221 0 obj
-[218 0 R/XYZ 124.8 409.43 null]
-endobj
-222 0 obj
-[218 0 R/XYZ 149.71 411.92 null]
-endobj
-223 0 obj
-[218 0 R/XYZ 149.71 399.97 null]
-endobj
-226 0 obj
-<<
-/Encoding 96 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F18
-/FontDescriptor 225 0 R
-/BaseFont/IBYHQV+NimbusMonL-ReguObli
-/FirstChar 1
-/LastChar 255
-/Widths[600 600 600 600 600 600 600 600 600 0 600 600 0 600 600 600 600 0 0 0 0 0
-0 0 0 0 0 0 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 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 0 0 0 600 600
-600 600 600 600 600 600 600 600 600 0 0 0 0 0 0 600 600 600 600 600 600 600 600 600
-600 0 0 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 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
-227 0 obj
-[218 0 R/XYZ 149.71 388.01 null]
-endobj
-228 0 obj
-[218 0 R/XYZ 149.71 376.06 null]
-endobj
-229 0 obj
-<<
-/Rect[306.97 321.26 313.95 329.68]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[0 1 0]
-/A<<
-/S/GoTo
-/D(cite.tikz)
->>
->>
-endobj
-230 0 obj
-[218 0 R/XYZ 124.8 293.35 null]
-endobj
-231 0 obj
-[218 0 R/XYZ 124.8 264.7 null]
-endobj
-232 0 obj
-[218 0 R/XYZ 124.8 227.24 null]
-endobj
-233 0 obj
-[218 0 R/XYZ 124.8 229.18 null]
-endobj
-234 0 obj
-[218 0 R/XYZ 124.8 217.22 null]
-endobj
-235 0 obj
-[218 0 R/XYZ 124.8 205.27 null]
-endobj
-236 0 obj
-[218 0 R/XYZ 124.8 193.31 null]
-endobj
-237 0 obj
-[218 0 R/XYZ 124.8 181.36 null]
-endobj
-238 0 obj
-[218 0 R/XYZ 124.8 169.4 null]
-endobj
-239 0 obj
-[218 0 R/XYZ 124.8 157.45 null]
-endobj
-240 0 obj
-[218 0 R/XYZ 124.8 145.49 null]
-endobj
-241 0 obj
-[218 0 R/XYZ 124.8 133.53 null]
-endobj
-242 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 2678
->>
-stream
-xÚí[oÛ8€ß÷W,à
-)Ïá9äGJ”è %”N®'þðódø_ï'lBá›0&‰3“™!šMæ7“Éˉ˜\”ãåäïßþä&Ž8=¹¸ÚÍyñÃë)9{sñÏÉÇK£MiGr=p/>œë5$×õ\D8«&OdÚ©òE”bÂNfœj¬…ÈÜ|9©‰°ŽÊÉj€çŠ0eÍ£Å:+‡È½}œICðË€<ëSµ_Âœãm££D…«ì°\C©c±áíË1â„abX Z¹(gvbŠ-©µƒ´½jü1`/”úò+v[F(Úíÿ㹄Œ³gœA¼¸ãb(gáj}€Ôdöò÷àþ¿$z4Ž™Ã™³öÑüÓ4ˆÄèÄè’ÒI™å±áíËÅ0º“‹rf'öÌ­-\ƒP%Fg´HŒNŒ £ #Œr£bÃÛ—‹at'åÌNì™3Úq"€Ì&1ú8£ebtbôHí$±ThÞ¾\ £;¹(gvbÏœÑ ÈL¡[¹éãV Ò Ò#4crIßÁL÷£üÙ“{î Ž&-K >j@@=PKN8UÑO<úrQ˜nåâ(ÝŠ=wHkA$S&->
-Ó`§;¹çjkcZËêã ¶ Ô ÔcµuDS#D4¨û‚Q îã@ÝÉ=sPsF‰eF¥EÄ@í¨¨ÇòÂ4DPËuôÓ}Á¨W¦;Á¸w¦;¹:uËÔ-‡†be]‡kí¼'¥eœS¼Åµ6RÝoq%i˜Î8˜L:éÒ¼ ?˜cü÷¿˜»ä’¡uýÏê 1
-­ËŒ¦9V‚ùè`Îœ&Ö9ËâhÞ‰ÅÅ)N]çq
-GtSMæ]o±>ÒÉDô§=Ý4' èÆN•‘@oÅ"¥®ô(…£º¦0Y—ÐÔПô´\•€>B +CÃOâ€ÞŠE=J]èQ
-G tI‰æÒÙô§=½(–€>B  C,wVG½‹z”º>УŽèè¡Ο†óôqFÂùqÎ,a¹Hš7R‘0QÖgyŒºQ£œ2Â¥¢,Áüi0OŸD'˜æÎ)cYÞÅÅ(FUä1ÊÆ rË fŠ¦UÐ'r<í?”8>>Ž -J‰y+¥(e=”G©3Ë5#V+š°<‘åi¿ÏÄòñ±\9Bµs‘럭T\”¢”õX¥îcyêl_¹³½J”L”|pfä/ýûçÁYËë¸íâ5áBR¹ƒ±vÀiëXä^œV£µa±{ÃùG³‚‹ØÝŠ°c”æ±Ûgà'³n`{Ÿe3t¨“:úóB|‹]ȨWŸÜ¸$Ô×q?¶AªÄ-™ýØ€%–QƒCD–+j†ý´A§­‹ÔÖy*iü
-‡Óaßýà ‡ÎPPâ›AC§¹=…\´ÂÆÒSyáåWÌóþ|Ü<ÉÂ#RÃŒ,=o<`Î?ŠjóÿøqØã¨ÐfMã„Z¼s𔥜§pšócY埭Q|Í<ë“”œV¦G
-&Û
-®‰³õÅ»ûËP®¯ý:«>­Ï¸™n²;(Œ¹éåe]móK¸Gµ
-¼e¨³V €h_ooòàðªα_¦¾·<sTÜìXཋª×§4?\í 6Ð'ÜŽèíâjá»jGï·¯$›Â>.WØø•›f«ªg±¢Eùÿ²ÓŲÌç›Õ'øK‡8hîÙ¶Ê÷œ‹OšT³Äöx3W0•=h¦íZºÈ7`42ß´¸„[ÞïkÙvSÜd›å<[A¬˜’#>ß—‚I(\¸:ÑÇÆŠ‚ÛùõJúv¿‹w¸X|X‚Ço¡ïvô”ùû-½
-S„cð
-þ²cˆÝ3Ä2¨–ô×ËKÈ~¸<( s¯¸¶'¶•6Uûí¹FRÕ.Lu 8ù6›¿Ë®÷;—ï6\Býˆôê ‰xc‡î;îÜt»ž7 éݘˆI€Tl~üØ®ê ó!,_„3l0x¹Ê7!¡
-endstream
-endobj
-243 0 obj
-[229 0 R]
-endobj
-244 0 obj
-<<
-/F9 92 0 R
-/F12 129 0 R
-/F14 164 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F18 226 0 R
-/F7 83 0 R
->>
-endobj
-219 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 244 0 R
->>
-endobj
-247 0 obj
-[245 0 R/XYZ 171.32 516.96 null]
-endobj
-248 0 obj
-[245 0 R/XYZ 124.8 472.62 null]
-endobj
-249 0 obj
-[245 0 R/XYZ 124.8 460.67 null]
-endobj
-250 0 obj
-[245 0 R/XYZ 124.8 448.71 null]
-endobj
-251 0 obj
-[245 0 R/XYZ 124.8 436.76 null]
-endobj
-252 0 obj
-[245 0 R/XYZ 124.8 424.8 null]
-endobj
-253 0 obj
-[245 0 R/XYZ 124.8 412.85 null]
-endobj
-254 0 obj
-[245 0 R/XYZ 124.8 400.89 null]
-endobj
-255 0 obj
-<<
-/Rect[334.66 370.01 341.64 378.43]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(figure.1)
->>
->>
-endobj
-256 0 obj
-<<
-/Rect[362.63 358.05 369.61 366.47]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[0 1 0]
-/A<<
-/S/GoTo
-/D(cite.tikz)
->>
->>
-endobj
-257 0 obj
-[245 0 R/XYZ 124.8 333.15 null]
-endobj
-258 0 obj
-<<
-/Rect[154.55 299.82 161.53 308.24]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(figure.2)
->>
->>
-endobj
-259 0 obj
-[245 0 R/XYZ 124.8 282.89 null]
-endobj
-260 0 obj
-[245 0 R/XYZ 124.8 282.89 null]
-endobj
-261 0 obj
-[245 0 R/XYZ 124.8 270.93 null]
-endobj
-262 0 obj
-[245 0 R/XYZ 124.8 258.97 null]
-endobj
-263 0 obj
-[245 0 R/XYZ 124.8 247.02 null]
-endobj
-264 0 obj
-[245 0 R/XYZ 124.8 235.06 null]
-endobj
-265 0 obj
-[245 0 R/XYZ 124.8 223.11 null]
-endobj
-266 0 obj
-[245 0 R/XYZ 124.8 211.15 null]
-endobj
-267 0 obj
-[245 0 R/XYZ 124.8 199.2 null]
-endobj
-268 0 obj
-[245 0 R/XYZ 124.8 187.24 null]
-endobj
-269 0 obj
-[245 0 R/XYZ 124.8 175.29 null]
-endobj
-270 0 obj
-[245 0 R/XYZ 124.8 163.33 null]
-endobj
-271 0 obj
-[245 0 R/XYZ 124.8 151.38 null]
-endobj
-272 0 obj
-[245 0 R/XYZ 124.8 139.42 null]
-endobj
-273 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 3565
->>
-stream
-xÚí]Yo#7~ß_¡Gp3¼,òì&ì›3Øñ<(mÅ#DÇDò`’ òß·ªÙìfÛm™´;ÞDf‚Ä».‹‹WkF ¥³›YóçÍ,ýÛÏ36£ð/›1&‰3³ÊÆgõf6»˜‰Ùå(.fß\~ñ›9âôìòÇ!åå?ßÍÉÙûË;½<.iG¨yŒ§Áz¥PݤPᬚ}žÈ´©h„"J1ag§š0k¡e6/Â'±Æh7['°q®SÖ<™­·2…ïÃÓLJqÀ¿h¶SÅ/aÎñ.è(Q¾ÃªG;,ÄPêXnóÆ|Œ8a˜Hk¨Ž/Ë™=›‚ºr§x’¶·ÁÉ
-ÝÊ>Òª€téiÆ,PI•Ý¾Æ˜Ž³üñ½v Ž&-+@}¨uêÔ§Ô’NUöŠGÌ—Ó_Jwl¯¤µ ’)S¶iS@º€ô©€´VÄQ-³÷ŒY0Ý3æátÏ÷ÚÚ˜ֲ
-P[G45Bdu̘Ô=cP÷|¯¨9£Ä2£Ê&â#@í
-P >•ÓLA-×Ù'¦cƬ#Ó=cÞ™éžï„€ºtËÒ-7/ ÅÊ:›Öº÷ÚyÄ•ÙJ9Ê8§8ŵ6SÝ Nq%ÐÒÎ8H&t%o sPúà¹+.Z_«3Ä(´3Zr¬æ'æÌib³,Í{¶¼vÊSáyžÂt©&k\o±>ÒÉ‚èÏCô2i.€~‚€n áÔY™ è[& g©‹=KáIº¦¬KõèÏô²]U
-œ?ÎËåŒç'ç Š…s™h¸2Á<GYŒå9êNÊ)#\*Ê
-˜?ÌË•èæ§æÎ)s±<0åµQŽªÉs”2[m¦hÙ}&Ž—÷?=7"¤äyÇ•×JYÊ"(ÏRwÊX®±ZѲÀòL,/ïû,X~zX®¡Ú¹ÌýÏŽ+¯•²”EXž¥îÿ‡å¥³½pg{[P² ä£™Qóèû7ɤû›¼×ÅkÂ…¤<ó ÆÚN[Ç2ßÅi%1Z–ûn¸fiVp‘û¶"aŒÒ<÷õ¸ÁɬK¬`t-›¡CÔÙ× ñ»YGŸ\õ07c›!Poxœôc–XF mв\Q“öÓ½¶À–©-9•4^€jæ„0X3“¸n8QŒA™¶„:—ˆG®Ž+KWgáTuwyNBW¬,À*ô‘Ä÷ñBx3®q• (ÀÌ4赶LmÁÈ©ê^…vPû,åXŒ›ÄWOÂôŠ Œ2J
-‡i÷þ!Ãa†3d”x2ˆ&^›ˆ¾l…ÁÒ©¼ð’k=þÁ÷o’Is]ècœ'bÍ ÑåRèÜ<W#¤OÉs™4Ùi.Ç—µ+£óÓ\F¤ É]µOs…†
-A$n) §C¡°NtTðI$-ò^¯w¤-& ¢±éÜdQäQÎù;_aÊ·ÉeTÂàGaºà/¬áü:Õ`JÙ–Õ‰«FŠ2i² .šÊ¸,ØŸ¦ bÄÕ%7Ô‰ oGûÛ²$ñ‘+‚¨Øc­Æ1ïO7c³ù©â†33~Šib?ãßä2j´֮Y䂤„1߲܀O†‹
-¡°NR¨Ëåi WUÍPm_êP'®å>K„±Â •Â´D+ê†U…uâª_ç^Zäº^ïHCLB£ë:S…ÐÅŸlò;ë9ªÐ¸­Á¾5ø³v1ç»Ãí_ñcÚY8 UH¬-[ðC6Ü•˜1çÛý~·ÿ+›Ý̦òÐKëÃÔZã d $^Ö23SpË@bÄqÙ×QöËžö‹\˜¼;…/èæüHYP7¦R„5³3˜O„c«ãçš}_ȨÝwÉ·åç¢ÑÚ‘%UŸ’f™éódæ%=|üï!Ú}bm|WHòv³Îá‚ ë$K .©@Z˜Ìñv25‡lšB€"ëdZ›#6&a-Ó:GÕ“4UYª’üsñ²DÛ‰$ù¡Qgcøbr€¨6ç[–g•bÎÆ.¡k)ÿüŠ…©žì±çGÂu¨ëMÙMÙ# •m^b:ºñí>±6€TLœR1CHÅo'óÃm <ø–\½Ž77´1.Þ8‡ßñêê¾×)R›]Þ Á­\¸JÂw43I``¨‚„ ¡ºkg•eh¨mÇÕù£Ó4ði’йq•ÔRߤ]¼,Ñv"I÷ škbí¨æ¶ ÙKÒl'‘Óùæ&¦q3îí7~þnuóiž–‚Îù—ÁÕ@ê\Û"éåç3næ;Oûq½»=ø«-þeóÛ­œÃb³ôE‹_VrV¡ç_û’õòf¹½ötõ¢åüá¬É-<_î·ËkÿõÓaµ½ñô¨ ¹’]\­$`žým¾ƒ•Û–„v$à Û^[mµß¹×
-ÁgÃÅÖªÞm6‹íu7¶¯Î5×f{Ѹ¿ S>AñNž¿7;×ç•&Tpnµº:‹<ˆ9LÛK¶sƒÄNE%›ÒÛóÊàM#Í(±ì2«¹;¯ÀJÃŒÖb@l4L·OVyÉ¿ÿ}䱶Ķ²®Z—ê®ÞªwiçÏØ-hfûü7Œß#m
-K‰±G˜T·«ŸþûqUßBÿ>Þj÷Û°oü`Ž³Ä{ã² c ‘þé‚¡ùbç»}áí‡ÕÁ—¬W‡[šP
-vØI>oÛâ­/¾âÊ4ý¬wׂ¨b6x
-…‰Ÿb7²¦±î®7 F8o½ýò¬RÎÍëÝn½ÚBO:<Ù+FAí»íˆÉ¼©.þÝm[F÷`AƒXp¹jÍ”ÑsŽ½ÄÛùÓÝN¨ˆ}ð?^V7 ü߯:@˜^ï—P-OÕ
-endstream
-endobj
-274 0 obj
-[255 0 R 256 0 R 258 0 R]
-endobj
-275 0 obj
-<<
-/F9 92 0 R
-/F12 129 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F14 164 0 R
-/F7 83 0 R
->>
-endobj
-246 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 275 0 R
->>
-endobj
-278 0 obj
-[276 0 R/XYZ 259.92 516.17 null]
-endobj
-279 0 obj
-[276 0 R/XYZ 124.8 484.35 null]
-endobj
-280 0 obj
-[276 0 R/XYZ 124.8 472.39 null]
-endobj
-281 0 obj
-[276 0 R/XYZ 124.8 460.44 null]
-endobj
-282 0 obj
-[276 0 R/XYZ 124.8 448.48 null]
-endobj
-283 0 obj
-[276 0 R/XYZ 124.8 436.53 null]
-endobj
-284 0 obj
-[276 0 R/XYZ 124.8 424.57 null]
-endobj
-285 0 obj
-[276 0 R/XYZ 124.8 412.62 null]
-endobj
-286 0 obj
-[276 0 R/XYZ 124.8 400.66 null]
-endobj
-287 0 obj
-[276 0 R/XYZ 124.8 388.71 null]
-endobj
-288 0 obj
-[276 0 R/XYZ 124.8 376.75 null]
-endobj
-289 0 obj
-[276 0 R/XYZ 124.8 364.8 null]
-endobj
-290 0 obj
-[276 0 R/XYZ 124.8 352.84 null]
-endobj
-291 0 obj
-[276 0 R/XYZ 124.8 340.89 null]
-endobj
-292 0 obj
-[276 0 R/XYZ 124.8 328.93 null]
-endobj
-293 0 obj
-[276 0 R/XYZ 124.8 293.47 null]
-endobj
-294 0 obj
-<<
-/Rect[151.48 251.76 158.46 260.19]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(figure.3)
->>
->>
-endobj
-295 0 obj
-[276 0 R/XYZ 124.8 232.89 null]
-endobj
-296 0 obj
-[276 0 R/XYZ 124.8 234.83 null]
-endobj
-297 0 obj
-[276 0 R/XYZ 124.8 222.88 null]
-endobj
-298 0 obj
-[276 0 R/XYZ 124.8 210.92 null]
-endobj
-299 0 obj
-[276 0 R/XYZ 124.8 198.97 null]
-endobj
-300 0 obj
-[276 0 R/XYZ 124.8 187.01 null]
-endobj
-301 0 obj
-[276 0 R/XYZ 124.8 175.06 null]
-endobj
-302 0 obj
-[276 0 R/XYZ 124.8 163.1 null]
-endobj
-303 0 obj
-[276 0 R/XYZ 124.8 151.15 null]
-endobj
-304 0 obj
-[276 0 R/XYZ 124.8 139.19 null]
-endobj
-305 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 3323
->>
-stream
-xÚí[odžïû+xIäd·¹hÓ:@Qu# Q.h‰‘ÙТ#JµS#ÿ½ßìî$1ö¾4-+»ŒˆÜwßÙyæøqÈpÆùärÒüùfÒÿÝÏ1áôOL„ÐÌ™É\)ɬ˜œ¿šLžOÔäôšÒ<Ÿüåô‹gaX°“Óï§=ýë÷SvòÃéß';ýÐyºâ{Ó}0A<Ý'U¼Ç~é.û¥c*x3ysÀ,2•ÒL{ã-utÔ5yõHBé<sBJ?Y÷Ji™µÂ¹P–ÌöS¾Ü;gý
-ãß½R]²~3‚Ì’3Ó6nÓ£qS
-X¢„’T„#âc3Þ«=ú¹¢D e%Œ¨RŽ‰Q`\Ø ÷`”•0£¤ÄåˆYZÊðfÇ Ê¨(QFY 3ª”cbä¨÷ ù쌲f””8£¢#'÷~*%Ê(+aF•rLçC¬_±€æaÖ¯C hCOÇÐSÿ_TKèb`»'mÇ”ä®Q °ú»H©˜—6(ÀçwýÓv¹ ©¸\‚0’
-nw[‚ù L,je‚ÉdŠô+l@ÇAÀÑ͇”Zp² …ú8 ã àÍl0Þƒp² …ú8 ã àXÎ|…“e(ЯÀ‡Ç2?ÇAá$ ó«à`Žƒ€ã8•š·„“e(ЯÀ‡‡ºr'à A–Áp0¿
-æ88Àb“ßÊQ¿ò©W›’i‚~«Íc4è ú̽§gÒHvž
-î;!·ªë„üÑsÆ_ôòÜ£ÃZ–Áí ó+l@ÇaÀ&îF òédÞÝaŽÐs€¤aÊj7Ÿ¬ƒŽ Ðs€èhÐ. Ñˆ¢ƒŽ Ðs €ZË
-è9 @n_sxßGÑÁ€@Ç
-è9Œ} <ñÞ^Ptð¨:V»AAÏa
-+:èX=ˆJ<X-`@I‡Âk@˜ç0
-è9 @>þ‡w”u0 бzP`ÚHxJ2äWÓ‡'fé%³Ì:èXñ=‡ñ+œ3ïG›OÑÁ¿:V?zaZê`a@I‡Âk@˜ç@
-§6ZÉpÜ”òžM)²õõf{óûÞvÒ7 ÔÖ—yª@ŠqÉ)±K8ISïÏTm~Guå›Åêê©Ö•ÇOuu°kµ…u7þ h0Ýd.­aF5ž­.o¯—'Q<U_&1mœ×ßMûç˜LM/6·/ÖËwëÍåâzuóòÕê¼=þz½¹Éõì®÷ýœ|ñLðܵ¹8Ã#£—Tѯª2ÒŽQâ6gg‹‹‹höýùf½¹þêÅúv9{µ¸þé«FçY:¶J§›älŽÆçÇNò±Næ&„&Ç'sËùô|³¹¾X]-n–ÛöÀ»º(8­T(’¦èmϦr6—´º?;Ù‘NÑô®K¦fsÅh8w;jCKÇ.¥žÍ5ÓÜð)c¢Khfs’©ÝW´4ã¶]B;›[¦w&óÔg¥ë¹˜Ìºß0¦10¤ ú˜2ЄkWJÍ5 éš¡IéÄÝ”I-,Mî´–´ìÊïl½¼\^]¼ûz±]¶\ÄýWÞÊøöסy”sÝEºM’6׸¦2ðæ,]½;]*¤p,>¡9ÿnñvµ­ h.î¢Aü+ßcàúܬ~úßëÕù 5Ã_û¶ž(d´~ˆV]~¼¥YK»é“©“yüýóé?î4Qgš
-¿m³S¦qñLµâ;-E'¡—rº}¹9‘nú¦=Aí¿»1SnLÒ”©»±·÷}ó¡;÷ßxåõö¶¹2ßy-?¶ëÒÿòðZZwçΦ›ë6Gÿ¹¥™G“ÓÍÕ²}±¾{;rqR¥lÒ/ºûêÆ yìòhi5ïÊ6^[×ô…¿§UwjÓ©º«ú¬‰«Ï2òÐjúÏË»’TŠœ×ob ,N¤ŸþÒãÓÛí²;{órÙ¾ þèöz±nßä[™µïWlÙ\[O_,¶«íƒò“šy*¤ewZ–^—i‘JP:}¿€i¡iÒyùMi@_ÞWÊØðÚsŽêU{û߶5gÖ´ Ô—Ûº Û[ŽEB|â«0½XnϯW¯oV›«xÀS¡m7í«s:Diohö°me¯VW±Ä“7„ZÚéOÝ™µ¿öxká§ëÅ‹“9ý]®·Ý…¯»3¯×‹óe—|qÓþÍ{¬UÞc;x*ɼËzu¿¨Jê;L¾î |]Ó5:>æ¼GWòbyÙVÕ;W‘Ô®üû:“ÒiãÓøÑNTcŒ½ã÷o©H—ë¯âÌöKû:Îì~Ø‘Zö»£øõò¢Äß~hpwç®Ã71j–ÆRÁg4*í{LÐ, g’R™©,§Î4Ì|&¥Ù™ŒªwJåùLéÝk‚ù)g–ÏŒØNËØ$»yeÎÙÊõáPµ8êu… +¸Àd{wn§îÿFÙ²Û
-endstream
-endobj
-306 0 obj
-[294 0 R]
-endobj
-307 0 obj
-<<
-/F9 92 0 R
-/F17 199 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F7 83 0 R
-/F15 178 0 R
-/F12 129 0 R
-/F13 155 0 R
->>
-endobj
-277 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 307 0 R
->>
-endobj
-312 0 obj
-<<
-/Encoding 70 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F19
-/FontDescriptor 311 0 R
-/BaseFont/MBZCQL+CMSY7
-/FirstChar 33
-/LastChar 196
-/Widths[1138.9 585.3 585.3 1138.9 1138.9 1138.9 892.9 1138.9 1138.9 708.3 708.3 1138.9
-1138.9 1138.9 892.9 329.4 1138.9 769.8 769.8 1015.9 1015.9 0 0 646.8 646.8 769.8
-585.3 831.4 831.4 892.9 892.9 708.3 917.6 753.4 620.2 889.5 616.1 818.4 688.5 978.6
-646.5 782.1 871.7 791.7 1342.7 935.6 905.8 809.2 935.9 981 702.2 647.8 717.8 719.9
-1135.1 818.9 764.4 823.1 769.8 769.8 769.8 769.8 769.8 708.3 708.3 523.8 523.8 523.8
-523.8 585.3 585.3 462.3 462.3 339.3 585.3 585.3 708.3 585.3 339.3 938.5 859.1 954.4
-493.6 769.8 769.8 892.9 892.9 523.8 523.8 523.8 708.3 892.9 892.9 892.9 892.9 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 892.9 339.3 892.9 585.3
-892.9 585.3 892.9 892.9 892.9 892.9 0 0 892.9 892.9 892.9 1138.9 585.3 585.3 892.9
-892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 1138.9 892.9
-892.9 1138.9 892.9]
->>
-endobj
-313 0 obj
-[308 0 R/XYZ 206.59 517.41 null]
-endobj
-314 0 obj
-[308 0 R/XYZ 124.8 485.58 null]
-endobj
-315 0 obj
-[308 0 R/XYZ 124.8 473.62 null]
-endobj
-316 0 obj
-[308 0 R/XYZ 124.8 461.67 null]
-endobj
-317 0 obj
-[308 0 R/XYZ 124.8 449.71 null]
-endobj
-318 0 obj
-<<
-/Rect[254.51 394.92 261.49 403.34]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(figure.4)
->>
->>
-endobj
-319 0 obj
-[308 0 R/XYZ 124.8 388 null]
-endobj
-320 0 obj
-[308 0 R/XYZ 124.8 389.94 null]
-endobj
-321 0 obj
-[308 0 R/XYZ 124.8 377.98 null]
-endobj
-322 0 obj
-[308 0 R/XYZ 124.8 366.03 null]
-endobj
-323 0 obj
-[308 0 R/XYZ 124.8 354.07 null]
-endobj
-324 0 obj
-[308 0 R/XYZ 124.8 342.12 null]
-endobj
-325 0 obj
-[308 0 R/XYZ 124.8 330.16 null]
-endobj
-326 0 obj
-[308 0 R/XYZ 124.8 318.21 null]
-endobj
-327 0 obj
-[308 0 R/XYZ 124.8 306.25 null]
-endobj
-328 0 obj
-[308 0 R/XYZ 124.8 294.3 null]
-endobj
-329 0 obj
-[308 0 R/XYZ 124.8 282.34 null]
-endobj
-330 0 obj
-[308 0 R/XYZ 124.8 270.39 null]
-endobj
-331 0 obj
-[308 0 R/XYZ 124.8 258.43 null]
-endobj
-332 0 obj
-[308 0 R/XYZ 124.8 246.48 null]
-endobj
-333 0 obj
-[308 0 R/XYZ 124.8 234.52 null]
-endobj
-334 0 obj
-[308 0 R/XYZ 124.8 222.57 null]
-endobj
-335 0 obj
-[308 0 R/XYZ 124.8 210.61 null]
-endobj
-336 0 obj
-[308 0 R/XYZ 124.8 198.66 null]
-endobj
-337 0 obj
-[308 0 R/XYZ 124.8 186.7 null]
-endobj
-338 0 obj
-[308 0 R/XYZ 124.8 174.75 null]
-endobj
-339 0 obj
-[308 0 R/XYZ 124.8 162.79 null]
-endobj
-340 0 obj
-[308 0 R/XYZ 124.8 150.84 null]
-endobj
-341 0 obj
-[308 0 R/XYZ 124.8 138.88 null]
-endobj
-342 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 5792
->>
-stream
-xÚí]Ër7–ÝÏWÔ’š1a¼=áE{¦íˆÙ©­ˆYØ^Ð-3š7E·ÝÓ់ÌpS,J8©2Ŭ¬P0D"qp÷àuo"‘)¤Ü¼Ù ÿ}½éÿëﵑôOm”•Â„Í© B¦Íùõfórc6¯î(ËËÍ—¯>ÿ*m’H~óêÇw²¾úïoOÄ‹ï_ýÏæ/¯>Pž,å½/Û‡®ç«™òÝue{Ó•M˜Ýæ×½Uo™‚pA»9UÁ‹à¥›ë§Áy“ nsÕSÉ‹¤Ü|X­eî§yuê²ÀÿödºÙ_K*%]ŸnìÀîØz9¬ïcqzÓgíq„$Œt©å›b€þìåsPA)a] –‚!=…áÖ¡LÊ«peS¦1enÊhM#spxŸá@H„”a¸u(ã…—Þi\Ä”i@L™†[‡2Ix-}Ä•a@L™Ä”i¸U(c4Þ1X„”a@H†[‡2–’¼ÁçÄ”i@L™†[‡2^mfÌ3ˆ)Ó€˜2 ·
-e>«ÔT~ôöõ*µÊ?­
-/Ÿ6 ¤èÎåö'ÿNS¬Š1äàFŒÂ$)Uwxít¼¼ýR?z
-jŠ)h鬾èf@H„ta¸u(£…µd[\Ä”i@L™†[‡2V˜ãŒ>À˜2 ˆ)Ópëáîû„B†ï]ƒ‡ôC“®vV†O<|ºm‡OGÔÇ8â1ŽxpqD²™24‚â"3 67 67Ü*æàHÝ(&‹+Ã2 )Ãp«P&Y¡ Š{)À2 ·e’ 1ô eS¦1env¥¦Û
-ßã6Ab[v۳ˀ+QljàÔŒµÞ ªÓ : ¸u" ãiÆžê T§!Aup%/‰älAºo‰0$øšHC‚ï‰4àJÔÑÂ:;gÞáHP†ÕiÀuD€÷á}BqÆ÷>qÆüCs°QÉšc qïFs 4hTÊØϘ†+œ„ œ‚ lË#í„wvÎ+Ή)Ø6 ¸uŒÆ…;}&HL†ÄÔaÀ•¨„RfŽ[Α : ªÓ€ëP‡Ò¢Ô3^C› 1uS‡W¢ŽQù¯<O : ªÓ€+QÇ ãíŒ×ž'HP†ÕiÀ•¨¿gƼÑ : ªÓ€ëPÇQ6•æÌ;‰©Ã˜: ¸’pðG{¡P¸ñc½Ðc°1ÿÐük¢}¯D^°ÑƒÇ`ãáÚ+3gfHpnHpnÀuLÂÞˆ ¥š¡Gbê0$¦®C …ÕsºbÚ4 &MíD'Tˆ3^•ž Am§W¢NÑÏ
-Ös$¨NC‚ê4àJŒU"ƃZÃÇÅxZl­D+¬‘3^›ž AeÔ¦W¢ŽÞ„¯NO : ªÓ€+Q'
-mœÓwT§!Aup%aà½x X°qè1à˜b>N_Êt 8î=àèŽÇcÀñðŽ‰Ò´÷3œ?ŽÄ&c†Ä†{\ÇùúR‰ÅÕ™ ±ö;bŸW¢N6ÒÏP‡!AuT§סŽ2BÛ9'›M˜: ‰©Ã€+Q‡&V3ÃËà@P›
-¥©¸•(Cë^ÌŒ9‡#Am§Wò•*-lr3Äa@ð+U~¥ªâV¢ŒA9G†µiHPœ\‰:^x'՜ϻ1$¨NC‚ê4à:‚ŽûñB± ã¼ÐC :#EÇHQ‡ÆA(Uï¹*ÂÊñ#‡ª…ñ%+d”ÊÂŒ‹=Œ¢õ¢(´°0†v>ˆÉñ€*FHƒe)8TŒ 1._—èbŠU¦â@e@>¦ Æx
-ÃTÙš*ßÄ}!¯ŸÆ¥l¡ÅgáR>ŸÈb¶Œ1Çôž*°xü~ð1°xÀÅ|’lˆ
-}úWaà䌱±Éâ[üä’ð1%tÉTa˜* [Sã[¾*VØ$¹ª0PŒ©ñ-_•ü±WPW¼Â@U06¦
-Ä·xU|ÉJøU¶
-ÃTÙš*ßòUqÂËü¨Jª`lLˆoùª3¢ûOzªª¨
-ÆÆTø–¯Š"{ø°‡
-UÁؘ*ßòUÉv6
-]ƒU¨
-ÆÆTø–âÅüºL|"7²Ÿ‡ù|‚‰4¤+é“;Ÿ&˜¨ÁÄc0ñpƒ‰. é4ꉦÆÕffˆmñ³£B¼‰è"¶Â@M06&
-Ä·xU¬¥YÃ:´£T¦
-ÈÖTÁø–¯Š:8ºª‚±1U ¾Å«b¢°Ê¯§U¦
-ÈÖTÁø–¯Š2xÎ+ª‚±1U ¾å«B7ž’G÷ŠV¨
-ÆÆTø–¯Š&øÝ
-UÁؘ*ßòU‘"ø©aAš@\L„mù¾
-äÑÕ⓸5‚ø,ÜÇç@ÌÇ%EÓ1€ø4Du ˆ‡@ÔI8íáü* Ó
-dkó2Æ·ø‰YKáM€Ïˆ«0PŒ©ñÀ9îšhñolaè)î?Äá;€×jD° ?LiD¡ïÔ \ü”€mù{DŒ~(UPàƈ‹moGØ–¿‡G8'5¼5t‹wð@\l¶üGô‹ñ¨">ø€¸Øs„mùk.½2賨‚W\[p!lËŸÙ…qJÂ3ûÎì›Ù¶å÷Ì«Ã'rkÌðy¸‹ÇPÎ1”ót3ÇŠ¡‘2 }úêøØͱô¡q–Ï3Ëå™éñ¬ÊáQù®úÞhEAz€\UŒmñŠ‚GOð¯(LŒ«)±-]‘y1æy!æ¹æu˜µ)8p‡Waz@LM„kñjX‘œ_Ü- L ˆ©©p-^ O¾E¿gUQ˜Wb[¼"Q¨`¸Æª(LŒ«)±-]‘~ÿ¬fþH°c>¹ øòayŽ–oŽÑ±ct¬s;äpí¯_÷ç½{Ó“7OØÒIE©4"¦;'KÆ2)mN-%zÛûv»·Â˜ãæÔÓBZÚÞ}Æ‘’œUj8þKZÛë%'åƳ¢­´ºwÖ•ùÃ’ªwªòT‘ÏëéDjCHe‡ïñDÑýâýáÔø!%Gó`ïzÍÉ|‡z¢)pÓËš¦ê+ý°1×Hßëã’u¤2É[ÎmŒ©SSÆWp(_©çþ,eóŽ#™ò£æ(l0ª3:I¹5ÝUŠJð®{—7ã+8”¯ÔsFÈ}Zç£ùNs?W¦×ðN¢–±4÷Ž&¯àP¾RÏý!D‘¬£ñ”-ëLïG ¢¢©ÍäfòwÍ\ï‹É¯â@¾ZÏý!»RSÙ4¹Fez÷ÂäÜZŽ‡Ï§äzHkl²•JîÏ
-j&*d½¿f²c ¸¿f¢T~ntdëÄk8<“ Žª”Ë;²Ü˜&u¤1/DKÚyÎÛ8-LSaQMI[Z¹ƒN‚LBiêœ4Éõ–ßAMë$¨æ`…5³5Ò‡ì¯ùìòöØ~†ð´ÊÓ^s®a¤Î‹~(QçSÂbgH%¤Oaê’”Ä>hª‡S¦yq´ 6ŠbžX#i<yY<!Î
-k–k¬eØcÚ;Úc" ›ŸA¶
-4c8Zú{ššò†/+iu½¹»xÚ™cÖ(Ÿ˜‡¨†³*ò‹ysÞ±ã=Ì6„õùàåñÐ;5o×ßSów y¤æÓl®Ëß{2=rû³uÝ>Ù-Åúîêוé}ÛŠwç½ë¼ùø‹ïfŽyK†zÏÛøjB­K’‡ÒøfoË Û A(”b²}·˜·6t…PÍb:…¨ºìóòi3Ý쩤q¾Î£J~,•†¯ÛeáÙÛ‹§Æ˜ÇŽ¸Í9#ŒÏ5^ÿÀÅ yÏÕ²}èú{Zë”ëë¾loº²}`Œ‚«×yïWÚ÷®ón>0FñÌ]côQñÍÞ,–7&ïCÿíU„J:Ò8 /SŽì‹üJž«÷_þ>ï)5äö¢[!>¿âàIù;W³«À8-%†Ówëy
-U´ÜmEU{T¦‰M»
-ý mW]J}Ù“éåÓfºÙSIFjç™~:T?ËÏ>q¦›=•4iúº)™?I‘·
-ëüvÄ`ý¯.ßür·µ¿ýS e¬pžgýsÎ¥O^ßþòÃÕÅ¿®nßœÝ]Þÿt}yžÓíÉÏW·÷c9¿¼½¼y3þúöüòâæ…ö'÷—ßiÎÇ"nnïÏî/ooê´:­ç»µþü+%kT*ø¡ýèä…Úrâ­üŒFùÝ vN‹¼[ÄÈ(ä8‹ÿþŸ;.k¢Ñc9ßmÊ÷•Ìå#óÇ£ò/n^o/·ºÐLÌöz6H¶Éo—oßAcÔpúþÇÓÜ_þíÿ~¾<¿'Õ~ï5_‹é•êØ´](eQƒ<9¿½¾¾½?ûùç«ËóA œ N.ߎîoÇÿÿqùö—³«Ë¡ÛÒå­ÆiìÓÉë³û3ñ‚ú¹?yõÓXB+éöÇû‹má?ßÝfì?.__¼‘—7Ã}Éádá4÷?e2N~¼½»>»/Ÿ6píö¬°nk©?WÛ½Ó­+[½…êfäüp{{ù;]24´åjýêBxðÕ…±!Ù‡ØüÀ»^ÿ,÷IÝ„¬xõÏñ^~¥¾4Ú„þ8{;æ …®¾øiÉŽÖš“?o/_üvvýóÕŘg0)%¾ýi°ã¯Û<—Ûÿ³á²5óvo¹I¼½º"H<ùµöVÒô¾þqvózüe(Š:xw,Ø ÈO6L0"¶{¯Wó[+üªhW'-¼4ˤD0½ä‡‹7c+™”¢“ˆñ}ý„ê´>¬$5â{˜b?ëøßò»—4ÓeoÅ ?ÞÓoWg?\\}‘CÖŸíȨóÀ!ã?ÇŒCäòû•7I8»­üÙë×yäýöüöêöî‹»‹×Ÿ]ŸÝýí‹ß¾qê¥ÜŽÊù·óÛÛ»×—7g÷oÇ„í¨ƒËoÛmGUGíT§”N¢0ŠæmiìÅ©Ô“A¶àò«Û¨†€:?.Ï:ã£Ààh·ÚT€!Ÿ§¡œŽhv#-+£ÎHJ%UÒÊÙG‘) ](V™÷½§SL„´»nx—j‹ ¾r*êØÚ§Dõ1¤6BWó$“‘Švx‘)ÆÓíDæ'Ã…ÓÊ
-4oÐ Š˜úQ¨ ¢Ìd‘Š¤ªx2’ué'ÈmsÃg‰ΙårÔC?ØÑþ~¸úåbl€,?Α £Tÿ>¤Ý«¦QCuT+¬¡ºDãq¹¹Ðª *DÕcíÍK/¢/â«ÒÞL~ó\&šª(b!TJ5í¥ÖdKó8ÒH*¥«È¼õÈX¯½{¬¥ú¼µ¼6©MÓ^š=µ)ô}3¿Ö:/˜N} æ?V'îÄýÛÿll
-endstream
-endobj
-343 0 obj
-[318 0 R]
-endobj
-344 0 obj
-<<
-/F9 92 0 R
-/F17 199 0 R
-/F19 312 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F15 178 0 R
-/F12 129 0 R
->>
-endobj
-309 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 344 0 R
->>
-endobj
-347 0 obj
-[345 0 R/XYZ 124.8 718.01 null]
-endobj
-348 0 obj
-[345 0 R/XYZ 124.8 706.06 null]
-endobj
-349 0 obj
-[345 0 R/XYZ 124.8 694.1 null]
-endobj
-350 0 obj
-[345 0 R/XYZ 124.8 682.15 null]
-endobj
-351 0 obj
-[345 0 R/XYZ 124.8 670.19 null]
-endobj
-352 0 obj
-[345 0 R/XYZ 124.8 658.24 null]
-endobj
-353 0 obj
-[345 0 R/XYZ 124.8 646.28 null]
-endobj
-354 0 obj
-[345 0 R/XYZ 124.8 634.33 null]
-endobj
-355 0 obj
-[345 0 R/XYZ 124.8 464.61 null]
-endobj
-356 0 obj
-[345 0 R/XYZ 124.8 464.61 null]
-endobj
-357 0 obj
-[345 0 R/XYZ 124.8 452.65 null]
-endobj
-358 0 obj
-[345 0 R/XYZ 124.8 440.7 null]
-endobj
-359 0 obj
-[345 0 R/XYZ 124.8 391.3 null]
-endobj
-360 0 obj
-[345 0 R/XYZ 124.8 393.24 null]
-endobj
-361 0 obj
-[345 0 R/XYZ 124.8 381.28 null]
-endobj
-362 0 obj
-[345 0 R/XYZ 124.8 369.33 null]
-endobj
-363 0 obj
-[345 0 R/XYZ 124.8 357.37 null]
-endobj
-364 0 obj
-[345 0 R/XYZ 124.8 345.42 null]
-endobj
-365 0 obj
-[345 0 R/XYZ 124.8 333.46 null]
-endobj
-366 0 obj
-[345 0 R/XYZ 124.8 321.51 null]
-endobj
-367 0 obj
-[345 0 R/XYZ 124.8 309.55 null]
-endobj
-368 0 obj
-[345 0 R/XYZ 124.8 297.6 null]
-endobj
-369 0 obj
-[345 0 R/XYZ 124.8 285.64 null]
-endobj
-370 0 obj
-[345 0 R/XYZ 124.8 273.69 null]
-endobj
-371 0 obj
-[345 0 R/XYZ 124.8 261.73 null]
-endobj
-372 0 obj
-[345 0 R/XYZ 124.8 249.78 null]
-endobj
-373 0 obj
-<<
-/Rect[167.61 219.07 174.59 227.49]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(figure.5)
->>
->>
-endobj
-374 0 obj
-[345 0 R/XYZ 124.8 204.27 null]
-endobj
-375 0 obj
-[345 0 R/XYZ 124.8 154.18 null]
-endobj
-376 0 obj
-[345 0 R/XYZ 124.8 156.12 null]
-endobj
-377 0 obj
-[345 0 R/XYZ 124.8 144.17 null]
-endobj
-378 0 obj
-[345 0 R/XYZ 124.8 132.21 null]
-endobj
-379 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 1324
->>
-stream
-xÚÍXYoêF~ﯰúd*r:ûÒ*/wiÕ>G•ª$ž€ƒ#î…F÷¿ß3ž1˜àVEHŒ=s–9ç; B’iÒþüž{úpñóo”$¬J.nJ¨äLqÐ"¹øt™^¥ÌP9QjmÊZ%”Úq5]_ü™|¾@.¥– #¡Œw„”ÔÆj¥PG"%5VxR‰” ŒæÜR&Ÿ¢´È<
-MIGh@p-¬1 Õ¡V l‚šQAæ·_¶‡¨ÑUé¦n‘?|Ì7:S„¤ô
-?»Gæ¿ ðàDÇÄo£µÕÖÚ¬IH»‹ÜãvÏ,ûe5Åo¶.š¾É@{1Bƒ GÄè—ŠYwÿÜ“åªv[9ÏáÇî$Eu”nýÁ5EîòÑç<]Î\X¸ÅˆéôKQW‹¹_›t6¶Ú÷Ô£
-‹úí¬ÎõD[Ð*žú10Ûx!ÕÊ?°t’-ÂÛúlðbm(°-C¥As¼‹ £i™bGHw*kœß#=ê•7-gL‡Öñ
-‡
-„î]¯ÍÞÍyµº)Ýã
-C­kyÚf]ÛµR¸QÌ-º 9P qg:•ÞmëSå6vªÜf9(±g¬YïF#û€þ¼Îæ÷¥ûå dvf7~h8MNj¤w@X¹ùür¹.³Wžÿ±ÈÝz¼ eåÊ „ƒ  xwß,Ï}Ø_Nª²ªÏob<Ïê»ó–Œ
- hjÚ…?µo[=·ï®ÃÜ噄¡hRUu^,²¥k‹‡ÃáM`za¦›ûÆfhÀX¼ØvS5xHNã!>ælð"ÛRŸŠ±a…f@:NrLÙ°RØ “Ž•39¬F íx鱤lh•6öéA{>°§HJƒ·›"%§>lþ/S¤Ý`߸87^1©§È´§»U Mÿ°Üóõ-koú@'1CìdbwœÊAøÿ.˜H?n&e±˜¢Z¦¸raÕ,Gœ¤›ÒŒ¢ÄÏI]xïÊ¥ˆ¶\ì½îŠ{¿¢1‘ãù1åù…£Y=]ÍÃœì›}Âò³c›&·¾‹aÌÎ×oò¬ð`Â(– ƒöCé.÷¼W"7Ú·}‰Ë*æpìõ^—˜»¥«çÁþˆ…güªASb…t“Âãc’-‹j‡“ÛºšïM'÷µË?¶èþ”(‹fùL]PLú^ø?¨ Šëãȼ©+½<ÌL
-C"B4–Œ‡OnZ;Ÿ«}¯nCξÅWy5ÿv¤/ï!ˆ1 Ø}*mýà™ÛAº¾ú¡›
-endstream
-endobj
-380 0 obj
-[373 0 R]
-endobj
-381 0 obj
-<<
-/F10 99 0 R
-/F16 196 0 R
-/F9 92 0 R
-/F12 129 0 R
-/F15 178 0 R
-/F7 83 0 R
->>
-endobj
-346 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 381 0 R
->>
-endobj
-384 0 obj
-[382 0 R/XYZ 264.6 477.3 null]
-endobj
-385 0 obj
-[382 0 R/XYZ 236.55 174.73 null]
-endobj
-386 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 9949
->>
-stream
-xÚí]Ë’¹uÝû+jÉY4ï‡"¼0C†^˜j†µ´s8$ì«%…áŸ÷½Y…G²Š]8ɬbOfƇl4y{ñÈRîÞ^íúúëNí$ý§vÊ8!õîN/‚Þ½Ýïv¯wf÷æ‘ò¼Þ½|óýi—Dò»7?ž÷ÍoÿôB|÷—7¿ßýîÍ¥e.ñÉ|3ð¯{rñ3öå{ß—O˜Ýîf¬âœ¹”!IvZ‹d½L»ýmp*j‚Wq÷© ¨¥Ñ9jÊéÈR×>à‡Éëk‹?våz˜³s •’.½Q
-wx³]Ç›Mï?*ö
-Ûîiæ­‡—S hÝ 6ï¹Ù÷jß)lØ–Tû6û¾Ù÷UØ÷DFÁ; ¯©6@о lß+r‘ö}{k··¶×ã>*ǃ|ïäHxí´ ¨Xý4ZZJT
-6maÖä[„6Æ
-È)Aµ)8T0kò-C›$¢L.ÀÚd¬ FX´Áø¡µÂ¨d-ªMÁ¡Ú€„YoÚD¡ŒÖð\ à`m0¢ Æ·mœä5AÌ£6‡jfm@¾ehC¶‚÷°6kƒm0¾Ehø™QHËVåÚ~¦^Úgág~ûÿ]6jš9-bJÁm!þÏCü‘^ÚñXÉõúþv^¤À—8 —9áÕvbv‹&®0šèèEpà# !º2üBl‹}=yJöö
-U$ÌÒ€|‹Ð&Z¡t’pt±àPm@¬ È·m’ÚZG°
-Õ$ÌÚ€|ËІ½öödm2Ö#,Ú`|ËXÍ’Ô!ƒÅÃòOý@ʲ 2.Dúmô_n,@\Œ²êƒ1.Dò6c
-
-×'q}0ʪƸ }”F O *Ö¤,ú€ŒËˆc~hŽ8ÞÊ=DŸ‹úŒ¢J&jRÞ–÷Â7½‘õv‘È킧-¹®H¤¢%™4>ƒ*@|„Æ(ë1.ceÈð;«ádÂú€”EqúXzèh<î! ¬HYô¢OŠ‰¸>ˆëƒQV}0Æeèãè_*\Ÿ„õ)‹> ãBô‰Bëèñeâú`”UŒqúxMN¹Â7¨V ¬HYô¢#/Ô|~]€¸>eÕc\ˆ>d4\ðøøS€¸>eÕc\HôOsŒò–þé!Nù|üÓç©ôÔ¬2&¿E*gTn÷o‘Ê•E*ƒÑ› kñˆŸýÅ(ëá_Œq#u¤¡Wƈ{Šˆ¿’eÑd\†>‰šú$î) ¬HYô—qz^:¡œ‰°'RðÀR–ô ã2ôQRø` |¤±a}@Ê¢ȸ}¨SF£®Oâú`”UŒq!úD‘’Ç÷ºV ®FYõÁ—¡¹):Åϯ+wŒ0Ê¢ȸ}œÐJã+™ˆëƒQV}0Æ…ÜLú§%RyCÿô©|6þéë-ZôÌ£E÷[Ôo‹úM³ªÃ¯þð
-Èüøû /ßÞ¢ûý£òµH©
-Ùç=g?9wçì'Ji2ƒÎ‡::ïa )w8vhuLœfɹ²Ú†ÿœÖ×<|¾K« G¥ñR#݈µI;>B/A*üádk%%ÿ,˜=BNëdh¤–V®°žª0g:3›µñ¨É[×ÌÔö0R 5(LIRò¥bŠœ©“i'‚Ç”ÎÖ7ôCŠrT”IÑÿ[š”kß[~Ar¬ÔÈÔR¡ «RSý’ô¶»uŽMÑVZ¬rž6ÿ¬½çt>kïáá6mêl}#å,æ0–K¶
-Ô*Ê™äGî@NëÀ[aBŒfTÍ€“VcÖšv|„^‚
-ô<§q~DÊS„xÜÍš!§õ2Ô©¥Õ†«¬'*ÌÚ‡N]²YûP¢Dšf«ÆqÛÃHª¢$¿ƒÒ¬PAÞ¿OsÄÄ»µ[×0§u*”H.y5*M t‘–¤üýå4K&‹`G”4°HoÆÓz jsÔÒj³UÖSfíCg¼ó9;Ñë›çúë7ߢš" ‚4Q¦läó²íP>Üõ¯?½ûß_÷&ÔÞÅ¡ã–æÜîT çGÒËž¤ð‘­ávì…ÞòßEóâÇOÿx÷\{Ìís=ÌVÖ¡±Æ«s,ƒ¥Y²ÝÝÑ
-Ë2üðñý?ß}wgŒyá~“µà¼I 7Îû/‡l{·ÿøŸ~yÿããÇ¿Ø|Ë©öÅúå參™Ÿú©y ëͽîL —ÉvԷǾԷÏs®oŸæ»˜áœ8O÷ª3ßû¾|¤@,‹Ñ³TqÎ\Ž¼<GÎ<™A¾±OÚsQ™+=y{Îœ»
-èŽgoÖ} ®T´øabµúšá]¹æìÙû"Îc%®ôd±Râ'
-T‘ @¸¬ð*É)5HP ŠªÀõä…‘ü-,\ 
-T‘ @¸¯~NѧAy
-T§àV#Î×8£šâÙO­ÌêŒkòA¥o®Æë›G”>_™¡’vNr„$Fa‡Ú»#v—B짨§Cì×CNˆc»<CiªõÄ•!ú‹ŸY;Az=W/y½Å·¸ãÇá$”QÔåñ¸A‚#qE‚Cq®f,¶T)¥pZ$&PƒÄj€«È!’Þ ‰ Ô 1àzòÂ9ÁÕh€ <ªSpë' ›L˜¢Nƒå©HPŸ
-\@N‰(å”é`bòT ¦NÅ­G#‚“VZ (N‚âÜzÄqÂZ9aâÖ
-§àÖ#Žç#zÂX‹å©HPŸ
-\O€xÇ‹FÎà˜nqÉ—¤Ù’‰Þ‡g—í_NˆRo!Ê-D¹ø%§Ä›ICuƒ‡êŠ‡ê
-\ÍPíƒFƒ Ô"1$&P\@4 ¢É‰ŸðµHL ‰ Ô
-Të(òS6·HP ŠªÀõlÙ—ä"óñx|Ï~ƒ7íW$¸k¿×#|uׄ1¨E‚U$(P®G +\PaBÀ¥E‚U$(P®G /¤WSöL¶HP ŠªÀõÄ”gqT±å Žê²,!Kš99ͱ¼VÄÒlË-b¹øˆe d<lœ°.ß"Á‘º"Á‘ºW3R'/”·f‚@-¨Ab5Àõœ!–Jèdõ”CÄ-<EÜ@ÁcÄ rE"Y‘Œ‰nŠH ©BQ‘*rE"\˜²?yEEªPT¤Š\HŠêë)i‚H-©‚"5ȉ¤…T|³ë‘(*R…¢"UäŠD2"H3%Î<‚¢"U(*RE®H$Ç7ÁÚ)wø´PT¤
-EEªÈõ„›gqb±hæ NìÍ,ÑLžJy›’Ûâ™×ŠgÚ-ž¹Å3ÏTôtN{7Ňl¡èx]¡èx]‘ë™TñWd'9'
-T€ <·¢K+¥°Ú¥)oP E¯­¬PôÞÊŠ\‘HvølDš"REEªPT¤Š\‘HÔH1ú)†®…¢"U(*RE®H¤Dh7%Ó Q‰
-U¨
-EEªÈ›çq^±Hæ,Îëˬ±Lþ\fTn;M~µX¦Ûb™[,sù±LJô.NùúÁŠŽÙŠŽÙ¹ž1ÛQWÔÁO™XµPP¤
-ŠÔ W$RÎ…I^~ EEªPT¤Š\Hž?º&¹(-©‚"5ȉä…ÔROÙÓBQ‘*©"W$¹:ÈIoREEªPT¤Š\ѷǤÐ!L9ƒ9‚¢_«Pôóc¹"‘9žÞ«)"5PT¤
-EEªÈ‰dÈôSnfAQ‘*©"W€žÇ™c›s8³[l³Æ6½I½…6¯Úô[hs m.?´¬1M²(:dW(:dWäz†ìh„siÒÉæ
-ŠÔ@A‘äŠDŠÂǤ¦¼I-©BQ‘*r="%-ŒŽaÊñó
-ŠÔ@A‘äŠDrB95eSƒD%*HT¡\‘@¦FÓöÓ¶PT¢
-E5ªÈ‰”„•1N©¢"U(*RE®ç‹%’œù§ÄžGPðcš ühIƒ\‘HZ¸§Üä<‚¢"U(*RE®(ö<# †5çpdÖÜâO[ü©çþÛªv y´7ª÷öqØ®•Q°fJJxýÎù«¾ž¸¾S|÷oÕÉ øE„ÈZm0Æ…Hc„ô1P›Œ‚ÅÁèFê`œËÇ%aBŠ“§ Py@ºVs!òx¾¿»ÿ¢¢£<˃ÑäÁ8"*JªsÁâ@d#m Æ…H£…–&ÒA°4ÙHˆq!ÒHa“"7Ó&£`q0º‘:ç2ä±Q¤È»w y
-
-•¤kå9—!êÒsÚpSgT²I;¬?gôÛï‰ã@ZÖ ¦ŒºptÛž¸i{âÒöÄýY[u²mÎ m¸¦Ûqà-f¹²˜¥åT©A鸞àq£ãç2ÆqE°4Pbò*H×Êr.D#œÕÞƒòd,F7’ã\†<:‰èL”‚BåéZy@Î…ÈCó¯¤-hÜ
-
-–£Ƀq.D+¼³°<˃ÑäÁ8">„È
-
-–£Ƀq.DI~§s`l¹ `y0º‘<ç2äQ‰Nƒ3·‚BåéZy@Î…„—A?1Ç/oç˜Öøå³qLŸWü’¬¾rIú-€yÓ
-–£Ƀq.B>I=ÛsY@ 8 Y£ ȸ iœP:‚»ú
-•#k¥Á—!á“æàŒB¥ÁÈZi0ÆeH£„5ü= Hš B¥ÁÈZi0ÆEH“H:il¢V@ 4 Y# ȸ82ææ8å­Ð¥|.è³
-R&MÙÌvñàc”f‹Qn1ÊõÄ(c.D…­5:~cdíø1.bü‰oKØÔª€@i@²FqÒP«%é°øW¡Ò`d­4ã2¤‘"J07¾€Pi0²VŒqÒø ’•à¹¼¥Éi@ÆeHã„—Ú`–B¥ÁÈZi0ÆeHî‹ Ø)˜B¥ÁÈZi0ÆeH£ø+àå„Jƒ‘µÒ`ŒËF
-²á
-›¡* FÖJƒ1.#d zǸä͜Η|6N糊Kòç
-•#k¥Á!‰Â* žµ+ P¬‘d\†4^Èà56Ö* FÖJƒ1.C+dJÛÆZ@¨4Y+ Ƹ i´01€‡Ž
-•#k¥Á—!1€+“ƒ
-Qµº@|Ëði0ÿ‘³Y‚‘ÏÅÙ|V±H¾9*ʘ¶XäMc‘j‹En±ÈõÄ"uN{ð¢ÃÉš¡d\ÄØ­%%ð½B¥ÁÈZi0Æ…Ü’/¬‰ý¶Äß‘‘®È‡r2H›Ðû¥øTB5º•á[ÆÆš¨EpÍ+cÐMU»â[ÆV"áœÔà®Õ#ÝHQµûˆ ¾e,ªŒÇdÉtI¢jWT ¾eÌÈDôÊ`K]ƒÎÇ ªv:ñ-cÈÆ) ùG :äCTíñ-ãm½½cðñfÎe ?>çr m oô¶r
-HUUù!K!xì Ê‚Q5²`|KeJÀzb¼zr¸z…Ñj­E
-Új–! (Q£ ĶI¬HNC'’3”"j$Ø!‰Þ[ì“bŠ‚Q5ª`|‹%
-l‚f`Ê‚Q5²`|Kðæaë:Œ9”óÆ×[xæ9‡gî·Ûc;#õ`†ÿ)þßãûÏSþpÑ>oa¼L¼!QÑãøî#dƉh}¤d„ô:ôîê·Ih“ÞÝyšCËî“g^ ›‰É7œIkeïL/!ÉÜ.î¶Rw=>Zz°dyï·êîHÔCBäÓAwŠÆY'Cÿ'¤ãÖñ‘¿åhЋ¦{ï ïœINr}ù†‘ÐM4óŒÔüŸˆÜ{²“eœöcý¯J20’f˜Zñöñ°ÙO¾éÞ%émç[.´sª-KE*‹dm›¤\ûÎâ+z'õÉÐ0RRŒI†öåÌI}Å×–¨eÕöÊŒgÚþ팆r²iyÙg€‚ˆ&q´GŽ<F~Ãg×1¨!II^dcßrR_ãzù­’£²HgjkR®}gñHSxª mùP‚3£Úç¤ÎâkK”²j{ÆÓ¶Ÿ³çœ[æì9N‘ek^F =ŠSd
-R³?cL˪xfkeû%©“ ¶G-¬i·BzF…9;Ñ?sÎNDïB vT­7º‡‘º·
-qGýœü‰!‰Þ1EoÙÈÝÍi}íCvLJAáZ˜¦‰Ž
-#Êš”ëßY|&á¹Ò•ÐpðXªQíKZgñ¥)jaM‹eÊ3Í?gï9l˜³û(xÒ¦M’ØãP¾ûÞ5%=χÏ>[#´$Û<ŠzÓ:ýhI£€Ñq\šá©®Ò#Ö&-?D/E¥ºó‡qF´Š“iüÇ´^†¦IJiMÓÖ3JÌÙ•ÎFŸfíKŠÞé|¢ÚÃHÉFÒS’§¹#µÕ$¥MãØ1­SeyR«Æ¥žûÚ4"mÒò#ôR4P¾´Ó=æ5TÞø†”Þâks ªMVéN˜µ BÎÙƒ^_{!R•º<ÆÔ?K鈩[²üñVó®ÿƒdÀ¬õñp)[¶ûÊ{òÑ<M…ùj¿(|rݱxžC;98>däœé^ŽAõp'/{®;H-%õá#clV¥éÿèMÇ‚ã ëð}2çl?tdPD WùîRÆ“¡·–GoKÓ\j-ó-‚ê"¿îªî~çX¯w’ã"E§ò_ïf|%-yÏÎòi.^nóä‘]‘Ìñ¿µŽCŒ¸ÌU-hz?Â5q< púšläï<ÙÎ$ÙkUêšl)Ò›˜K-y¬g«qEºÁ#t‡i0Í–-MïJÇï€JÜQø–äž^µ§°aQVqÌZ9òâdpWmΫƒd§y?‹áQO¹ÃÚò(¥c ÃÊ¿n£q°û6¿È¥!‘üýØ;,ù \ò–Í™=ÇÁ¥^Ÿ„%/¢wäMTÓd‡¸§ÉÒ Ý=œ‘e––'ƒä FäbQjV­‡´8^ ´³ÝPËò…!’¡ [ÝÿmÇ‘—xzI¥·‚Þ°8Ó@Ȧ,ýÑ݃a"ÿ8ø÷ÂH#ÏÇx×\¢)v–€]’Á´<'u®ÑzþN›•åÈph[Æš”kßY|&:nÅ<2òAhm[ûœÔY|m‰RVm¯ÂxÚö³®0O50ÔäæªC㤤»?aL¤¥•‡>¡H Þ‰oØ0c®ê§«¬…S‹.†Z-¢£¾Ö¬Ò”0eTkÉsºZË*+˜…±IʵGWCy‘Þ§ [Æa‘Þê¶ö9 ] -À¦½2㙶¿Îr((-5NÔäºU5AwY¡Çö–^øA!òÐRï0Ú0f ̘«:çÛA³#[¹2ŸØ£@ÇÛzx7Š 5[_gyóõŽfº’“:WMýð!ÉQYü)6¾b¿a¬I¹öÅW`4S'³Õ0FÞ5D¿ljŸ“:‹¯-QʪíUOÛ~Ö5ßÓ©â¾·íU öÐ8$ö÷ )9ˆ–½›½³Úʘ0c®ê§«¬N–Y3º8I], wÍZ cuH¾™“çte²U–+aMÊ•G—%ƒä;h©ŒæmŠ‘Rù’‚®IÖ¢JkUÂÓ–¿Ê‚$ª+ùÜäÔ?§JŽQ÷GÓ]^l`}x½¾;Y e,Uý4ë¢í1ðÆ€âîa¤ÑÒ›ˆšJi›p’s¼ÒX=Ïœô¶7î£bô£²¹…*µ”MR®gñH½È2FËŸr%ËßÔ>'½í ›"#Û&Ëœç˜uÕõÔñß÷¶OŒÎêjœï¿GŸžœžÇT¢Q³;ˆÝPf N™+;ë[¢(1éš ÈFrÔ4Åa%-(iü°w)F£ô(Ê’ÓÞv/7؇`l-Mñ:ÆJZ“òôTd)*§G¤QDÉÙk!§õ/iæ©¥Õv«¬§*Ì»&xêÚw‹@£œ;´‡ŽÖÝCòºÍa_–÷AËL™2#qÎceg}W8 µ²mØoCye3hšgû·”Ñäsµ¡Å’ØÙÙ4MRµ f\ï'ŒpCܤåçèåh š}g^Ñnˆ©£)é÷£iNì%© Ó”×´`e>£È¬/ιHï¾»©¢–þ¸Í K˜ûîð&º£’AùîhxËZ 8k©ð¬ïÕ41‘£Ð÷FZúµfíí0;çpê|“QSãðzNììu†Ã|ZŠ3ì«8;âmÒòSô2T$ïH£™Óˆ5ðD:èñCäÄNŠ¶Qjyµõ
-ï-f}qέsì»›i:ðÈTw¦‡§Ÿji—úo›­”ˆSæÊÎúÊp¸ÁË¡Ï”5Ÿ= ¥NfL¢I$'Ê`Û/£ â‚-,•ÄÎþÆ ­þ`€›ò$ßÌb͘¹&–'é%i 4}v4*Œ˜©/[Ã{JGKd9ñmwså–iÊkš¿2ŸÑdÖwçÜBß¾[ç[
-¨ÂqØ¢Óß_L8l‚&ÕhÒÚ½tÛ²(ÎZ*üé×µJ”løÜŽâs;†ž[Éî)3"éÄ[¯,Y(Í®º¿ŒƒÒÑt_,Ñ$+$I| 9Xÿ DF꽑÷k>¸ú¸ë&1"§a¬)ŸzÍVŒ?ì¤ íÞ^F-ëMJà Œ•·Ý[5ŒQÇZcxdWê¬ÇOîR PósÄ^oi:#w)òçËÓÉvo¸˜ÎȆIó–'ãèÒÖ^›‘=ÊnnÈHãnôoÕû©–6Yì¯u_…0]{X‰&;Ò}ÉÄ×*)Ô£á3þ×fä¸Ñ†›2Jc½†[õ~êð´GFè$»­×tF/¤b¸4g!+æãÕ0Z±½tÃE7ÝׂNgä;yåà†„¼RŽ7êýÄIÌÅÑ;®µw“gMûÞ#d*ðÔãnXæï_ ›Lhrží‚Z_›N‘© nEÈÃéá6¬Aï'Ïr÷02§¬ÿš™õ¾{ç75¾¥ô‡ó­æ&œŠ/íá%/šZ«t}JÉ»ƒ67æ”Á¼iï';E{)…Õª¿5¾‚“Oý{¶c‰¯K‰7`$/©‡UB©]ð7àäcb’­Ù 95GC[ö~º½Ç¡†l»Ò_å¶÷^é¥N…T¦Øù*VIòéÕ äüëþË®¿¦# òpbïv¤O™ í{?=î²Ç¡÷œv;%_ÅJ‰Æ–>#‰QÝ„ÕŠ¨Ôáƒóá¾°’qb¦Û’ò÷-mšÐÀ÷“ãu{IvGkç¿"FØËÉ‘$=\5`´ð)™pR&ñyéáœnÒý Z_Cê…²þ¶”ŽfDz¸lÜûg´ìðuÏ~ÉåpFÙó°Ö}›p g"ñÚ±eg?¸îk`yCBâŽ÷SŸñ#Ý’uÀ^¢À_ÐógËxoû—„ùr+¾|ñ.’s1vÏj‰àÒ`=%ŸCí_:¡§ÓÞ Š&ŠN÷1Ô¶ñx‰…f}‚5ÏÿêÙ¦Z¾¿û“|Ë9s×ý„FáyŸjt>yϽ#ü0ïÁûüÞqÈÓ¦î–âÁû_؆1¯6ézš–Ùáû²ãœíÕ˜Ã;
-U÷ÍmŠG^a;Õ0öŸö4Å׆Ï€Œs¶Wceùõ2@ „¯š‹ 6Ï ãpKfw{ñ~j)¥‡?Ì|•R\øè[ÿñ>žßF2D–ÎaXê±('"7Jùaî;Ž£êP Ýï:¾M‚M7:WÎ4|O·H3C#ùø&H9k“ÕéDâëox-Ù dù”:i§0†cªý.)Ñ ÓyŒtÖFkgR¤¢KÎÞHð2º “°–•¦ ¶-žï A³E@Ygm·vIö"ðí®íF£¦‰C¬ œ€ŽHéŸ.¥îH5 œ&ÙqÖ¿ŠMfs~ÁiÎ\äbŸMâ?üo¾õLCÝ—ú0yó†ï‡ÞwÞ~ü‹R/¢Nf÷æq€½|óýi—h¶¾{óóçÐ7¿ýÓ ñÝ_Þü~÷»7—]™c‰ó½êtŽ>ÑË7çªõÛwïß½ûÛwwƘ¿üÌÛ?SÒO¿ì;kü0ô—_i·Ëé.÷¬;í…UWp‡©‹ Ê}«.õLûÑ÷?P“<ÑÕÿ«H™Â΋8 ml*…MC}ÈPß^?Ý•_ÿîññ—Ç_wçS»÷»9[ÿÛ°{ë‡Ó4Èú@ƒ,oËŠ¼ÒæyÔ½ÎÍfW(†Zñ³ð1ÅßßÛÞêúVóñ5±†¯;p9õYõ› OTÿ¤˜/Tÿ³|õùkW®/´Â™|}­ iÒ˧(g©âä°ú™ÊÉ/…ò$7ßn•þò7(O*P=¢ö
-ñžÖ–o›å=ßýMR ¼gÌEâ¼ä«‰ø6c^|Ïm–~ÛU,¢"êZ
-_wÏ·Ud–ü3W´¯ÄŒ¸ËEdŠ»Ïkz‡U5?p•&)T£ví+õÜ!ûôzÙ•«ÃGúf–\³•u˜ê|>ýòü)Îg…³ƒ1þétv•›^úÝ?w§C8LÀ¾`¯yk‘zÊì2\2ûm1O™ýšïb†§LŘîUg¾÷}ù.™}¼Š“¯?S¹Kf¿ÍÝgö[D§Ùo!÷sjùäý×'ÙÓx°`=ñž”ò²+W¯e9ƒ™%×Ãle=mYø‹J½†Å|Ù"XéöeÃrÌpÁ°ŒŠy°4ù.fx¢3~F÷ª3ßû¾| Ë„*N¾ÃùLå.–Qî.Ã2Bô–ä~N-/Þ'|Zã®9åyÈWÏ)GÅÎ2§•8çœrTðlsÊQ©àN¹ïlX™†ýJX“í„%þ¸äö? >AdÓ¸î0²—]¹:Ç´s˜Yr=ÌVÖ“c5›ÃÎAÍ>1©Hø©A3\ÓÚRžÓj¾‹ž²ƒcºWùÞ÷å»4¦áUükg§WãÒèÕæî½ZDçèÕBîgl’>Ëv‘Íð§+ñ(î
-
-endstream
-endobj
-387 0 obj
-<<
-/F9 92 0 R
-/F17 199 0 R
-/F19 312 0 R
-/F15 178 0 R
->>
-endobj
-383 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 387 0 R
->>
-endobj
-390 0 obj
-[388 0 R/XYZ 124.8 718.01 null]
-endobj
-391 0 obj
-[388 0 R/XYZ 124.8 706.06 null]
-endobj
-392 0 obj
-[388 0 R/XYZ 124.8 694.1 null]
-endobj
-393 0 obj
-[388 0 R/XYZ 124.8 682.15 null]
-endobj
-394 0 obj
-[388 0 R/XYZ 124.8 670.19 null]
-endobj
-395 0 obj
-[388 0 R/XYZ 124.8 658.24 null]
-endobj
-396 0 obj
-[388 0 R/XYZ 124.8 646.28 null]
-endobj
-397 0 obj
-[388 0 R/XYZ 124.8 634.33 null]
-endobj
-398 0 obj
-[388 0 R/XYZ 124.8 622.37 null]
-endobj
-399 0 obj
-[388 0 R/XYZ 124.8 610.42 null]
-endobj
-400 0 obj
-[388 0 R/XYZ 124.8 598.46 null]
-endobj
-401 0 obj
-[388 0 R/XYZ 124.8 586.51 null]
-endobj
-402 0 obj
-[388 0 R/XYZ 124.8 574.55 null]
-endobj
-403 0 obj
-[388 0 R/XYZ 124.8 562.6 null]
-endobj
-404 0 obj
-[388 0 R/XYZ 124.8 550.64 null]
-endobj
-405 0 obj
-[388 0 R/XYZ 124.8 538.69 null]
-endobj
-406 0 obj
-[388 0 R/XYZ 124.8 526.73 null]
-endobj
-407 0 obj
-[388 0 R/XYZ 124.8 514.78 null]
-endobj
-408 0 obj
-[388 0 R/XYZ 124.8 502.82 null]
-endobj
-409 0 obj
-[388 0 R/XYZ 124.8 490.87 null]
-endobj
-410 0 obj
-[388 0 R/XYZ 124.8 478.91 null]
-endobj
-411 0 obj
-[388 0 R/XYZ 124.8 466.96 null]
-endobj
-412 0 obj
-[388 0 R/XYZ 124.8 455 null]
-endobj
-413 0 obj
-[388 0 R/XYZ 124.8 443.05 null]
-endobj
-414 0 obj
-[388 0 R/XYZ 124.8 431.09 null]
-endobj
-415 0 obj
-[388 0 R/XYZ 124.8 419.14 null]
-endobj
-416 0 obj
-[388 0 R/XYZ 124.8 407.18 null]
-endobj
-417 0 obj
-[388 0 R/XYZ 124.8 395.22 null]
-endobj
-418 0 obj
-[388 0 R/XYZ 124.8 383.27 null]
-endobj
-419 0 obj
-[388 0 R/XYZ 124.8 371.31 null]
-endobj
-420 0 obj
-[388 0 R/XYZ 124.8 359.36 null]
-endobj
-421 0 obj
-[388 0 R/XYZ 124.8 347.4 null]
-endobj
-422 0 obj
-[388 0 R/XYZ 124.8 335.45 null]
-endobj
-423 0 obj
-[388 0 R/XYZ 124.8 323.49 null]
-endobj
-424 0 obj
-[388 0 R/XYZ 124.8 311.54 null]
-endobj
-425 0 obj
-[388 0 R/XYZ 124.8 299.58 null]
-endobj
-426 0 obj
-[388 0 R/XYZ 124.8 287.63 null]
-endobj
-427 0 obj
-[388 0 R/XYZ 124.8 275.67 null]
-endobj
-428 0 obj
-[388 0 R/XYZ 124.8 263.72 null]
-endobj
-429 0 obj
-[388 0 R/XYZ 124.8 251.76 null]
-endobj
-430 0 obj
-[388 0 R/XYZ 124.8 239.81 null]
-endobj
-431 0 obj
-[388 0 R/XYZ 124.8 227.85 null]
-endobj
-432 0 obj
-[388 0 R/XYZ 124.8 215.9 null]
-endobj
-433 0 obj
-[388 0 R/XYZ 124.8 203.94 null]
-endobj
-434 0 obj
-[388 0 R/XYZ 124.8 191.99 null]
-endobj
-435 0 obj
-[388 0 R/XYZ 124.8 180.03 null]
-endobj
-436 0 obj
-[388 0 R/XYZ 124.8 168.08 null]
-endobj
-437 0 obj
-[388 0 R/XYZ 124.8 156.12 null]
-endobj
-438 0 obj
-[388 0 R/XYZ 124.8 144.17 null]
-endobj
-439 0 obj
-[388 0 R/XYZ 124.8 132.21 null]
-endobj
-440 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 702
->>
-stream
-xÚ¥–Mo1†ïüŠ=ôHdð|y<B\ qÌV¨Ð‚*‚B/¨êgv{Ysé%_«Ç¯íyç R¾ ÓÛ»áß^o_¼Å48x¶_L ò°É &ÃöÍÇÕïÛ«Ï7·¯îÏ>|¢³õFÝWçûýnÿ°¾Ü¾η±À`²S°‰¹<}V ²N/.®®¯ÞîîÖ›œÒjþôe·Û_ÿquwóëñ‡û£eûr×i••>_oÈc;éf“èb}
- "èAx…62 Šub¨ˆxE $/"¬ M†FmÒÁD]HbM<@LX!…b,BêÀõ,7%„LÜ… ã’Ú-8% 2îO©Â@UJ’[¥hºŠeʨj9a£ÆÅ0¨üuðG,ø螇— !ÙÓýC¨ÞÞì ±®ƒHÜj•°Ú!Öé29ƒW™°à\¤D}!+PJÒ1p➇È®J‰x®QbïQœ¬JQAk„ž{.b°ªe2kESjéù)JXµ°¸Œ˜N½QŒ»ÈR½g˜*µb빈5z×Eláwº‹¸äè›jñê"‹êa¯¸ì±ñ“L‰–î!‚ ¸f
-¥£N'îšHˆ€OÓ!έÒsƒ°
-wÖXɳªÅJ¦Ò¥0F{‹Ëb>íqºD³tã(SÌ÷ÒNÝÌGƒ@¹ç¥ÌqþÇK§À¼ýÿ"œ.c“ÍëìE\Ÿý‡:Å
-endstream
-endobj
-441 0 obj
-<<
-/F10 99 0 R
-/F9 92 0 R
->>
-endobj
-389 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 441 0 R
->>
-endobj
-444 0 obj
-[442 0 R/XYZ 326.06 666.54 null]
-endobj
-445 0 obj
-[442 0 R/XYZ 326.06 670.13 null]
-endobj
-446 0 obj
-[442 0 R/XYZ 326.06 658.18 null]
-endobj
-447 0 obj
-[442 0 R/XYZ 326.06 646.22 null]
-endobj
-448 0 obj
-[442 0 R/XYZ 326.06 634.27 null]
-endobj
-449 0 obj
-[442 0 R/XYZ 326.06 622.31 null]
-endobj
-450 0 obj
-[442 0 R/XYZ 256.31 551.37 null]
-endobj
-451 0 obj
-[442 0 R/XYZ 124.8 519.54 null]
-endobj
-452 0 obj
-[442 0 R/XYZ 124.8 507.59 null]
-endobj
-453 0 obj
-[442 0 R/XYZ 124.8 495.63 null]
-endobj
-454 0 obj
-[442 0 R/XYZ 124.8 483.68 null]
-endobj
-455 0 obj
-[442 0 R/XYZ 124.8 471.72 null]
-endobj
-456 0 obj
-[442 0 R/XYZ 124.8 459.77 null]
-endobj
-457 0 obj
-[442 0 R/XYZ 124.8 447.81 null]
-endobj
-458 0 obj
-[442 0 R/XYZ 124.8 435.86 null]
-endobj
-459 0 obj
-[442 0 R/XYZ 124.8 423.9 null]
-endobj
-460 0 obj
-[442 0 R/XYZ 124.8 411.95 null]
-endobj
-461 0 obj
-[442 0 R/XYZ 124.8 399.99 null]
-endobj
-462 0 obj
-[442 0 R/XYZ 124.8 388.04 null]
-endobj
-463 0 obj
-[442 0 R/XYZ 124.8 376.08 null]
-endobj
-464 0 obj
-[442 0 R/XYZ 124.8 364.13 null]
-endobj
-465 0 obj
-<<
-/Rect[269.57 333.24 276.55 341.66]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(figure.6)
->>
->>
-endobj
-466 0 obj
-[442 0 R/XYZ 124.8 308.34 null]
-endobj
-467 0 obj
-<<
-/Rect[390.33 263.05 397.31 271.47]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(figure.7)
->>
->>
-endobj
-468 0 obj
-<<
-/Rect[418 263.05 424.99 271.47]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(figure.8)
->>
->>
-endobj
-469 0 obj
-<<
-/Rect[459.76 239.14 466.75 247.56]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(figure.9)
->>
->>
-endobj
-470 0 obj
-<<
-/Rect[312.12 227.19 319.11 235.61]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(section.5)
->>
->>
-endobj
-471 0 obj
-[442 0 R/XYZ 124.8 211.24 null]
-endobj
-472 0 obj
-[442 0 R/XYZ 124.8 185.37 null]
-endobj
-473 0 obj
-[442 0 R/XYZ 124.8 147.11 null]
-endobj
-474 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 9138
->>
-stream
-xÚí}]o$Grí»aø˜©üþ°¡ »`\?È3ÀÅõjf9œ!a6GKŽî®ïbÿû¨ª¬Œ6É<=EjºÔ^KleåÉÈŠ“ùu¢•Ö'N†??œôÿןỎ¦ÿ™“¢•Ï'gžþ¤“óÍÉÉ'îäÍ-åøñä»7ß|_NŠ*ñäÍûíœo~÷‡Sõêoþýä÷o/M×ÒÉõÄc~øt~¯ž\zr)Wr8ùËBU[*WÑEcOÎŒ7Êë\ìÉæ%`N9¹î@™Tˆ>”/ÀÍÕì^îY©üïŽ<7Kµ_eJ±s£Ó*Œlxòƒ¥åv„¸¢¦ûô<A
-Ò6ØÚûO§•£×ù˜Q p1ƒVÏw—¾Àã/ÃØ8„[=#I9#þu4ƈÀ!Œ4Øê)*”`à±ÀaŒÂHƒ­¦Áë
- t°híŸËãTÜ€5ÈIÃA”Ì°õ3â•ôŠ8% r"€) ·~V‚òQïs(r‚¬ ÄJí>:»Àè‰~ùèñ·}~ŸæEÂÚƒËÃ1x ®$hÈ< ~†·
-õ¥>œ”rÒp%3lõŒ8ʲWÉJ Ɖ"¤ÜúY±*›ˆïÖ’@„Xi¸õ³BNY´¸/' +±Òpëg%Ò@ÕZ<(€ +±Òpëg%©ÜÝÊŒ9i8ˆ’¶~F²JqÕår"€) ·þí£G$¸Äèñ·$G´„0ž—u .ŒÇ€à1 ¸–€ u’ÙÙ=Vr ØÑ
- ÔÑ6Üúo#*û´GG+€à}¤]HÚp«g%p_jð±[ÃaœBIƒ­Ÿ껣 øJZ9@ˆ”†[?+Q‹ßP$p ' Q2ÃÖÏH"6…=(i@„Hi¸õ³Rhš"w@„Xi¸õß;®UN›7xïxÃA÷ŽÏ°õ3b•N6ÈHÃAŒÌ°õ‡g—5BÀF« c9ÇXÎSü&h°Ñµ^íõl¢úåñPÈ– *ñ ÏMmý4¾ œÌ0ø£CäIN ‰Î ¥†à#ÊI…Áœ ò¶8A$6'6Qvï2ÈÉ C9äIN ‰ÎIPÖ‹~'3 æ‘·Å "ñÀ9q|ìK†9©0˜DÞ'ˆÄç„Ü™èl»* æ‘·Å "ñÀ9ÑÊ—P¿k†Áœ ò¶8A$6'¦(“C° '3 å’'9$6'Ð.+íæS^dÌhÕ0Zÿ*†Œ¿æ‚®3k‡‰Džp·|&a9®çê\ÏUXÏõ“õæÞ’¯¨¬ã*7€c„«Œš¬ŒöÑ£}p…Á}0"o«F$¸_¤U)^”“
-ƒ9Aämq‚H<lNtTÙùà@NfÊ $OrI<pN¨‹§wEm× ƒ9Aämq‚H<pNŒ
-Å÷žÝÜ8©0˜DÞ'ˆÄƒæ¤*¹³gÈ$MÉ;l>È“ñu¹fÊ"MòÈ;l>¢JÉf°kŸQ(ˆ4É"ï°ùu†ÏgÊ"MòÈ;ðñ2fk1Á—#Î1Á¯`ˆø•ÄÉx—C:ÆŸ7&x¼!â\]L°xzæ:^¨(´ÿE¤Éþ‘wÐýoNÊ%g@>fÈ$MðÉ;l>è ýù¨(”Dšä‘wØ|he£ (…òH“| òš”ÈQr®`|Ì(Hšà’wØ|DÑ ƒrÑ/I2Ñ/ë°yð*X“@;5£P.i’ DÞaóá”á0:&Ê K’H;l.Œ*ÞEpÊ{F¡l Ò$ˆ¼ÃŽÁ"£²9ä÷BcÀðû
-†€_I¼Œv1)ºc¼ïyã}îï;ÆûÖïKšÌˆMà|ÛŒBû^Dšì{yÝ÷F§¹à 3
-ä’&ø€ä4|êM±äcF|@Ò¼Ãæ#ªè z¬ÁŒBù@¤I>y‡Í‡W.XtûüŒBù@¤I>y‡Í‡¥gV£|TÊ"MòÈ;l>4éX£[OgÊ"MòÈ;h><õ”N°?ŸQ 4Á$ï°ùÈÊY‹ÆÅgÊ"MòÈ;ìX,2B›c/4¬±¿¯`8ø•Äþ‚™šè1ö÷¬±?{Œýck‹ýù¤¨Ùgp/ÊŒBû^Dšì{y‡í QÎX”ŠBù@¤I>y͇ Ô˜ò1£@> i‚HÞaóᔶ]'0£P>i’DÞaó¡Ur=ÂiF¡| Ò$ˆ¼ƒæÃf®ö›Q 4Á$ï°ù Ï%• Ú«…òH“| ò›ê)FWÃÎ(”Dšä‘wØ|x•´A×Ì(”Dšä‘wØãd„6Çþ^h<Xc_Ápð+‰ý‘áŽ)¤ãÙÏû3ÇØß1ö·¶ØŸ¥æo5¸ÿ¡‚О%;^@ÚaŸ±©iøجŠB?Dš<4 ‘wàç…+4|‚û‚Ï
-ï—µuRx¿´ÃÞ‹¢\A/Ì™0è>”~Iò$‚~Y‡½.@£Ñc™*]
-DÚ!sÑ;ʪá”çÇMA”_w÷ã16òõÅF^ƒZÇ VýÖ‡þ×í‡ÏSþó @þ¿Í9»aUr0©o1³Í*¦OÎ\R1h×ẇã©tcóp…³ÞöÁ|!£y=d¤ÞÈ…ÎC^BVÞ 8ûÖ[Ǥøâétr– )Äun+IAe›bæ«ç¬Ê:ú>÷1{z9C=Ö™!*L(GìKºŒž×‰ðÉPÙC=ó—÷³ü?•¹Áu|+IålsÁÚ˜@±Ý°Ñq¡Ã8ñQ¬#µ‰ö[“λ>_²ÞDYI)œ¯‰›S¦jw•<ƒ¢â ò,eq0ÐÐ×"j]“ÎûTRß.©ii–wOÝçK½½ŒÅw=¦A+›L ¢l0XT‰l9ªô9DkÓ¤1)¬UMéQ©8[¬,()É
-㻜9ÖB^QÖ{/+^SºÊn¨0¡§*n‡Æ—j&÷{‡¥š ý.98/z £¾Ä»B½¶ç×%'¿$§­ÝӜԣÖ¨Ž[1“ÉJq-i®xWÙ f”%&4q”RLv²ÞsÒyŸR& Ì0¡Þ*n‡Æ—j&;Ü¥Ú ˜Š–ÃB k/Sæy'üY4|Þ}J©I]ÚÎÊ““,‰¾ÍW†4y"©V¼«ð#wÂj¤<OžI¡‡¢æ5é¼O+UÖUÅÝWøR­d‡÷·T+‰ì&}õì!n0õì.‘ë¨)kmÌpTw²Yé~Ö¤.m'>,EYR$µ·%¯%ÕšwÞ`äå꘭”—È
-D“eÍkRWáM&4UåíÐùR-e‡Ã¿XKÉ*û’l0u‰–=§È÷îj®df-jÎbÄQ“zTé%“ÑY–TŒ|¹‡×’jÍ»
-ŸaôÐ&nWŒ2:Yñ9é¼O+“
-ZI³¢fq÷5¾T;Ù1Â[ªP3÷–Oê£À ˆ£ÎØzqjÄÉX—Æ4KØm2kZZøï´Ù*Ë“9uq[¦H«õï,Æ9ÿÐXvK¦W;ö[õ¯i]å ]Ìe Í2wè©f³k„¿T»ÉA%ò²ŒŒl@\ wί”FßTqœæi$@ÞâV”¡¦õè%;²é1ä­²¬
-ä“n‰lIµö]¥7 ‡<õKR¹¾ôfÛu¯iç}º™õ0—%ôUEîPýRMfWpg©&Sœ*…Þ@F€6 Ž,Æ‘ÛIi6“%Ó4Ùf#L5©G-dÒév«$M_‹u~K¢H«µï*¾á?uÆ ‘Žúžýiu¯)ç}š©Z˜ jÊjâv(~©³#ª·T{ùñ9çäÌtÖSú³”'ÃÐ…£fi,¹ÞãñyÈaˆ3i6¥s‘ –’æÓ7Î|T%t©ÏÞ-g}F^fÔ®omyÒ“×Ëç™’oÚ7o‘ÙrýË‘œ¾@raY:‡áÞ¤Lľpw!ÅçÂ!=jùdÎSî<EgUt*ÜV‰¼¬Ï/Vyxض†—i ÷&g{Ï`ãçù ¯»Æ`ÔÂlïNQIv¹_‹ÜÒ¸ ŒqD^Ö:½içxn{€VØ5#WÏ¸Ø k•D`—ûÕh±hgQ¶xry²Š‘œÏ¾h'_¸J°k –U:wÏÎÕJ"°Ëýj´`è§?„Q$\ßA™“‚Q3ì‚E^ ’|çTä\Iv¹_rÑôyÌnÒ¾7V ·Õ»†`É2#¦¯ùµJB°Ëýj´Ø0‘Æé™ïäë¦KÌf<‘×]J°k Fã˜@þYŸûÒ*‰À.÷«ÑbÃ)CE{ÞîO£
-˘a׌¬Hâ k´šðr¿:-¦^ÃKyÒŸ¼ð¬lȾӳ%gß™ñ…gà5$‡Õû: ¢ªðrßZÄÈ™RýËñ8Ù„q×VÊS#gk•uÑŒ @tŒWŸ´ÉW<®öy2^é”\|K^P‡.ªâes.vvÒ<{2¥òäCwåQveœ¿
-ÔËÛn²×~˜=áË’:—bÀÇ4|àÔÆ]çÊ/C̹䇡÷pØOŒþ…GБýc;GÑNe§­›š€QSË–4LIƲ?Ï‹­<y¢I¶ãštÞ7h¦‘]Ñ{yk¼×’jŻʖ°èG“–TŒ|–¨vM:ïÓIUÀ\’Ôî(í¾¾[¢³ŸÕ°<aWøáhÅuŽÈèE\tµ%–ŠëÔ iJ«•¼^|ýÑl5±õGìÈ1x±úÆ9E–Ñdi’k´þ¨4¯šÅ‰¤ZqlýÑ°.#Ä Kàl’õ®IØú£&ôTÅíÐøòë 2I6zã†JÚB=Mo&ó´‘¢½ï<ÚMH«0PZ­äRß
-‘WU¡â¨guÜ ˆŠ×$l P+©)j–wOã˯‚¸Œäµå8]7]ên.+»/^){5„´
-¥ÕJ^/Ô¶pÑó€lƒÁ¥º†9N«§µ¨)z²ub´W“Îûb‚!ðž²VP¢Vcx\5‹Iµâç}˲*ŒÏ¤w|ÜÌ,.‘uâIOQïštÞ9Ë;i Â„žª¸_l=ÓýÑug0ÙéœFø:rzÝI±®s3–6¡@YµŠK}…ü”Edaƒ€è{4‘^‚C¹qø²uô:’A‹šÔÕŠŠ*Ô<’€Q’Í…Ca³<‘TëÝYx…±M¡ÎEˆ+Š—ñFYñšÔ¹N¨ª`.©ªivO׋­²¹ Úô©#…˜FuD¾Q§—}m†eÑÜ{ºØ9IЄU&¬Vñz±H> «Ó´–yŒŽmP˜6‘óЖú¥á«Î‰×ûQï+ƒo5­kGœ&.Kqi«,žÒÜ8'Œï-y
-d¾†è"ír±å•sË ¿3,’É 9±ŽSt¸ŽÏwîÜ 6xj:pÔ’·˜šZ‡ŸøÔ1í-°ðıÅá`ž\½›Â3Ÿ‰6,ÝDä-¦'áàheº+³7ï‡3k@ÇHÈsŠúóÞ[yÌfÚBòÓ“pè4Ÿ h;QEß·¨'(²¡ê]Yd¨û%[8‹¼üª—--uïÛRy¨5×­ñ?üÛåád}^#ǧœÂÎƧÓJ}s/¿;ys;€¾{óÍ÷å„/¥<yó~øæw8U¯þøæßO~ÿæ©¡ÃTÚ¹~è†LãïÞܯÎï.>Ü^\ܽ:sÎ~|?þ}OIï>nºjz3´‹ƒjZµ¹œÕöÃC®æ3•2úó+´›¯¬±|ó=^lÇÿ‹«FY_q™8 ‡7Y§¾ 옡}
-|:ÁÉüø÷··o±…™“'Kiû¥åq·i£çe=‰oûñeØ|?ÞBž4OkÝ^,Û-nå¹+ĤÆÆç.{¾Éà7þµnåâSïit]t=•b»Òõñ#uþ¼„ÝuÞÎõd5þÜ‘g÷kßÏÕóÚÃÝóå²_\µ}ãÉ÷«¥¼Töó¼|z‹Ÿ®¹½îÈÏÇäëlc7àõb¼=ê¼WKÞDcêVà à#†èÓ§.%êÂ[?ßf=Õÿ>ï(4 W—´2"ŸKšŒúß\Éžòjþ³Z@pöy-ÏjÖWA³2fA[úì)ólz=}בçéQɈ/Îs³H9£'ò™gÄsøœ‹éLê»ûŽýÕóo_‘¯™Fßh§ÕåKŸÂÃv{|ü¸á–E<l¸[®'?l
-KÝ2.;ò|ב§Ïœí@|qž›EÊyÌœ•À§óuš³øµÍ
-¿dž›EÊ\èYÓ–OžNΊfÐøO?M³øqÎTɺøpu3eÅ•kŽ¿}ºúïÿ÷óÕù§_n/þþ‡»ó·×ßᬠRW3KåCšâ2R¯?~ ÿû׫»¿ï’ä‚
-vì×”Ú•W„§Žª\ܼ»W2®ä0õU$åír¤š« mCñØm¯H2ÔLâp·ª®‘Èï¯>PɼöÇž¦ob²Wv;ï¿ÝŒk„.þúvóóõÅö¡·üÇŸ áݘôóõÇOª§ÎŸµV>w¸ðÄ*S›ÍÛw︸WgQëÓöëüãÇÛwW7o?ñ:&Nø›|ÞŠÌ+|¼2S£?5îŸÉÔT
-áâLÛŸ^íÀd¾me”T1VQWò †ï«r‚2‰@ÃU4œ.ÚdC4Œ2Cõ²·„r;Q¼µÐÖWÒѲ°0TЕô Šw€UY^›â&µUã åw¢<ÑTey¾Í¯ªƒ?ë‡q|uå,-ê+ÎðÉâbQ©É+QÇY•žFFš€a 8µ— ÷K üû¿îx\œŠnjN×èËûÛ?½ûÖþÓOôôÃÕ¾þõG~üý~™^“½ÉÏgNx
-^¸dQ¹êrý÷ç¢ùœŒéÙE|üùÓÕÇ›»©àãßA¹yV®øöçŸG ½½}KZTl‘Ýé÷E·c-k×1*Øò1*RÃcQÜÅP#‰矶û˜é±o_ÁV§QÌTý¡úüõ¤ñSyTÏ»÷o7où=Ç´«iAìÐxãØx©o¼š×Æ{'š§3…‡ìgoÀ?Ó$óÓíÇoÇï´fðCÝe†,Þç²õxl{DƒWãi¥U­ÅD;µ˜8uÊüÓMnøyqEú¼sür76Ë8*ùž ‰|À¿\½ûtùm8ßÜk@|¯ö”‰Þð›q‘çVA|õ•²\^\}¸üô­»_PtÊUª>þ|6¾¬³e\eÚZËØ8m(Cû²QÓ':~œvwñéÓðVü`h:üãÝÕæâæn ›ÿó}E^¼=g¾/Gì/7WŸÆôóÑ–T7cL|{7þ½šþŠÆÂè«©ð–Îñ±>Ãö®RMz‘¹“ò[U}ý04’öúÿññöbË!›ZîH;ýøÓð¡NyÞüåæÝøõÔ¶|G+BZoØí9 ž÷ RÂÖcòŠüÖãÏ­ œÅÙ
-†ä«ì'øŸ[VöAû¨K°£¨‘Oر»!ÛÉåß.n^9}ú¯n?Þlø·9}ОæÚ[U•½½mz¹’þ:~ûžºQnFsÁ¤ÄOwÿ¼»»$­ {(y[¬”õ`f^{[¶2¿©6¯Êw»ä×ÊNu½a£uÝÜìGªgÉ:Å᪒ÂýP?»3÷?üˆ@ 
-endstream
-endobj
-475 0 obj
-[465 0 R 467 0 R 468 0 R 469 0 R 470 0 R]
-endobj
-476 0 obj
-<<
-/F9 92 0 R
-/F17 199 0 R
-/F19 312 0 R
-/F15 178 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F7 83 0 R
-/F14 164 0 R
->>
-endobj
-443 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 476 0 R
->>
-endobj
-479 0 obj
-[477 0 R/XYZ 124.8 340.62 null]
-endobj
-480 0 obj
-[477 0 R/XYZ 124.8 340.62 null]
-endobj
-481 0 obj
-[477 0 R/XYZ 124.8 328.67 null]
-endobj
-482 0 obj
-[477 0 R/XYZ 124.8 316.71 null]
-endobj
-483 0 obj
-[477 0 R/XYZ 124.8 304.76 null]
-endobj
-484 0 obj
-[477 0 R/XYZ 124.8 292.8 null]
-endobj
-485 0 obj
-[477 0 R/XYZ 212.28 264.91 null]
-endobj
-486 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 8264
->>
-stream
-xÚí]Ën$7–ÝÏW$À^Í÷c€Þºm 1› ˜E»nu¹dŒ²<]ö`^èŸ{#3‚7¤,‰‡
-eÉ ?Jbñð0xä½— r§•Ö»»áïví¿ýmgvšþ1;c‚
-~÷ÆD«RØÝìw»w;·»þDyÞíÞ^ómÙUâîúÇûy¯ÿ§¯Ô×¾þãî×O•¨ÇÍ÷dþë–\üŒmù>´åS®ä°û¯«¸d®¤‚si÷ÆÚ¢R.&ìöçÁê®”Ý]Ìú¥XóàTÓ6ämoÅÚâßšr}\²g+SŠº¢VáðZ‡†×š^~\ë#(*£]nmökË&¨è‹³<Wc+
-ÜŽBÖª¬uÇ &€˜>ˆÉSqR'*Ÿtvò$¨OE‚Uà†*ÊG2îq*Ôg‚òL¸í¨ã,U×çŽáM"1}H
-… Š×¾#()‘˜B‰)$€ÛQ(jSÏ '€˜>ˆÉSqRÇ+ç­îJJ$¨OE‚Uà†JôÐ:wT >”gÂmHBfQì’G A}*¨·£P²J'k;’HL!ÄÀ )䩺Å÷($ B *T
-/â©báÉ%<ÕK r Tƨr ù5*Ϻ‡ò|1K{‰Y^b–«Y¦ ’·®c&Hp®®Hp®®ÀíÌÕ9)ãmêˆYJ$¦@b
- àv*Necb‡B‰)$˜B¸!…2¥9c;HP¡ŠªÀ mFÖVYãlGàr·# (¸Y ·¤R §¶Úö¨$ ¨JŠªT‘[R)‘”zBd3(ªR…¢*Uä–T"Ó;ߥ’€¢*U(ªREné3&£rÖ±G% E?dªPôK¦ŠÜPÄy/‹g.áÅ^â™c<Óh¯’KÃZð% ù"Mw h^š«hCÞ¸Ø3_W$:]OHt¶ž€2©èYµq=ßåÍ  F
-Š$RɳÍ=*I(¨’€‚* ä–TŠd+yבPT¥
-EUªÈ ©ä©¾Ù÷ìjžAA•TI ·¤’£§v¶ç]’PT¥
-EUªÈ-©DÏjrWØLBQ•*U©"·¤RRÙø®°™„¢*U(ªREnI%’&˜Ü¥’€¢*U(ªREn)½„G‹7—ðh/ÁÍ)¸é­Š:Ûp n¾TpÓ_‚›—àæúƒ›F²%{\ 'lgÜЄM¿äLvJ‡J
-ª$  J¹%•Š
-¡ëKÌU©BQ•*rC*%2\sè9²aUPP%Ü’J‰¬±{| EUªPT¥ŠÜÒ¿šžÚûžwIBÑ#+=ó·"·¤’#›©¤OBQ•*U©"·¤=kÅô¨$ ¨JŠªT‘[R)©h]—H‰j4!Q‰&à†ZÈ£Û‹x´—
-Eï4«È-©äTɘ•U©BQ•*rK*å‹w]* (ªR…¢*Uä–ÂÏËx³`psoöÜœî¢ÙÚ/ÁÍ nÆKpóÜ\}pÓÒ Jÿõœq6ƒ¢“v…¢“vEnÈ´r™†¥Ôsk¬@‚U$(QnH!”-±çÀÔH@A‘rC*ª¯M¥'(#¡ J
-ª$[R‰Œ°’».™—PT¥
-EUªÈ-©é©cîYq“PT¥
-EUªÈ-©T”u¶ç˜áU©BQ•*rC*Eòámv=V¸„‚* (¨’@nI%§\ ¡'À)¡¨JŠªT‘[
-C/ãÑbÎe<Ú58/¨K ªå¸ÜQ6§•Ó.¹æÔ5e8M}BÂÂœÖÂcÊ8éoúDãéÍÊ*ynsX¢ ‰¿”§”$]‡D4VäBÎ.шÄ%Â8ga¤«H'*…„%š°D §”$]‡DNùäC‡BG .Ä8Ó¢\‡<ZyLÏ4"q0ΙBé$2%ñ Ÿ‡*•å¡¤ë((ò*BéhDâaœ3‰0ÒuHäTLÑä‰F$.Æ9“#]Å\„º­NéhŒ;¯Ûš”‡E_Ûúå÷ÒQU%†r KòÑ^öÒuí¥+ŸÙK÷½õæÁv»¨¬ãš^>$¾„87â4…ž’LÍÔ1H|:Ç8gÓ9Fº
-‹+k^:ÓMHX"SJ’®B¢DÓ‹¹C¢ KrJ‰@ÒUHÉT0Úá´Š„%9¥D é:$
-J\‡D#—ãœI„‘®C"«t`_—hDâaœ3‰0ÒUHŠòÙ„Ž¹hBÂœR"t%eCˆoÑ„Ä%Â8ga¤ëˆ¿I°ÖvH4"q‰0ΙDé:"Ñ ë:…9ÏéºNaÎ×㺾®0' .¡ð…ì—0ç9Ãœ— a.aÎ …9ƒ£ŸBF$>cœ³é#]ÅtîyßéØAS‘°D §”$]…DŽ¬Ljô‰&$,È)%I×!‘Vž,ΉF$.Æ9“#]…D6ª¤cÏ&§ KrJ‰@ÒuHDvtL¦G¢‰K„qÎ$ÂH×!9’%EÓ!шÄ%Â8ga¤«ˆÝÖdbG$zBÂœR"tEUt¶±C¢‰K„qÎ$ÂH׉]×æ<£ëZÃœ¯Æu}]aNúÑR'6—0çYÃœî漄9·椿4Áäžé|DâÓ9Æ9›Î1ÒULçšæÇ’LÇ>´ KrJ‰@Ò5HT¢Ê.Üm™€¨@ £Ð¤\…<Vio=¾”3ay0F)F¹yrVÎÚˆ ' *È(ä)W!OP6;‹¿=–c”ò`”«‡ÒŒ‹¸u0ay0F)F¹
-y´ò9¥ŽÁmÂò`ŒRŒr ò¤¬‚õ_¶™€¨< £¤\G´tOk(óŒîi e¾÷ôU…2i\ÉÖs^"™çŠdÚK$óÉÜL$3E•bê˜È8x‡øä4®aä•×q
-†ÍNÇ©Óoêu›6ç5š ŒËð¶Ï ‡
-ƒñ e0ÂHc=zשG( ÆVuÁèÖ Kgx»7ºÝÜÞ^l›¬¥ñ£8F* Ä&tèV ‹6àG;N8P¯*®A¯bôžd&* Æ'¤Á× MTѦ
- õx›JØÙ¤ŠŽÅ«(9ëDŸ’n_t¥IV–åè‡"ùÆ„±æE0KÕ%Á婃†Pä{yLi,zj©¤ÚLÝÃ&¿YrˆìSÞ¶<dÅzKÄȳfïMÜùL Ÿ£¾µ …Þr1°MImC#„‰Î[YÖa¬3’qJšjßX|ZM¡Iµ2FGC)MJbT>¦4>µÃTRmå‰îaÃ/ÙmNÌ(Kv›x(>‰ygµrŽÃs‘&Ÿ½@4)™ƒÓÚ”ÔÖ8ôsHÎÌÊ¢×Æjžê*cMkßX|òŒÄheÌ^¹˜¨WŠIyLj,~j‰ZVm¯‰ñaÛ/ÙsN˜KöœLíå<¿ÕòØÃH£ÙiGUä€Õpâ,M×Ôd^š6cR[ûðùXäÑÏÊJÊ6K§LŸ ‘@ =½þAgI”ó)ù
-Œ!s0‡a`¢ùê‡Ü§)ÛŽAñXK¦Aëê›n!E3|¯IHzc›¡Ñ¨RÇLⳑbó-“øè‡`†Ù+ôÔž…VÏóð×ñxjV’æö1D ïiªóx½SÉG×Ú¸SMAÜmoµ–‹BQ:v‚Y²Ô‘[ïK Ž\vP&܆‹ä┤[_óZQxÛY­ECw4¡h›ø"þ Í»Öâûó4õ à
-Ìôd¡ùKxQU xÛ[¯E\Y•Íá6ŸHfgëþ€BúëŒ
-ïUö^Ë´ñ9nš×Ä&¨§‰†ã/õëPœ?ǘØú¢]jy¢'âz,úîœZÙ7‹b6@ò=ÓdGY ¯X²}…ÆŽæMX3ÖÚÁ:VxÉ·Çj£¼/&Ê•¡=%×Ì›˜)‘l»¿b̹„ÙòÓ”ØØí
-¹‹Ö (’˜ƒ‘̳ÄñIZI”c°‘?XÌ9 ËÛóu´cZãI¢]Fä¬GÚ“‚,úúœZ Ü7‹¡íà½Q}=¿ãûæ§E3/½ É“uÚ¼tY9Gd鱺w¿­u| dþ¼¦ &9ÙQ»æfJ¼Ó3s‡ÄØšÏw©;î9„Ý~ ¥n{ô¼o+“màKóå¾lÆáÛCòeiäIÇwÍ[zb—Mûº»á[Š†½úŽÇ„Üì*E%7|Í`½õÉÇ擨Íð!Ä`!&zV£µÿKöÝÝJ
-’.ÚlÕ°à­ÈXŽÐî¡áLHÔ&‘ÖŒWÅ¥æsæLáA$ é é’­63ª¢ò!57›%±S.æ˜à ¼’œ};”/çñ‡ÓÍ!ÒEMÚ“<©¥fÁ:K9œ›™¢3VCåæž–f b\ò8ëíobcÚ’×h.™‹&þáæJþ¦Y<ÆÀÝס ¾ÌêfßHøæð÷Ç?(õIÔ„Û]`o¯¿ù¶ìxuqwýã}èõïÿô•úúÏ×Üýáúi§æXâ“ù¾kt’ŽÞÑÛëSÕúýûŸÞ¿ÿåë7dH~õóü§ÿêGJúëÏûÆúËo´ÛéÍسÞðÁù‡›y‰3þàå u©WÚ¾ùքǺú¿p)SÚñ)Äœ‰&66•/C{ÈPß—¤øœïñ¯ÿðéÓÏŸ~ÛÏì>ì–lý/ÃÊÖXÔa¸f‹$Ò4×íÈЙ?ÕŠÃJ»Oï—ŸÐ^dªà‡b/8==?Ãå½®ïõ<_:^Â߶‡Þ«¾ÈðHõó™êßË×PŸ¿5åúL+œÈ×Ö
-š?æ›n_¤ŠÝQö•ÓŸ¿
-üAn¾M^‚Ï_þ
-Ú`Ü–%<·M¹Þ6åj O`Éõq±² ©Çúf7¾Ö%÷óçú¸XYB]õᣈù€Øqôï¿?S¦ÀúËû?}<f¨¥Ø¢ò˜ãÿ~ýéßÿ÷?~ºùõ??½ÿûŸ~¹ùáîýïŒr%åIëHì8g=›ôîçôïÿýÓ/?AyçarTêÄߧ¨ri¨Èû}P êØŶUƒoðKÐÈ&yæ#Èc¿Í7ˆ²ó¨£Þòy0U¾ýéÌû¯ÜWùŸåsðÇ ó¼×·ÇŒï¿·!¾¿ùõðÛ¸}ë‡Ã¯ÓãÖçI¼gãø<C'¹?*HyÿñP̯Ÿ~øøË?ÚÿðëO?<¤ýåk›¾úŸÃÏNÿ“êiŽá+@þð7&> ~ 4îdIÿðÿ ÑØD
-endstream
-endobj
-487 0 obj
-<<
-/F9 92 0 R
-/F17 199 0 R
-/F19 312 0 R
-/F15 178 0 R
-/F10 99 0 R
-/F16 196 0 R
->>
-endobj
-478 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 487 0 R
->>
-endobj
-490 0 obj
-[488 0 R/XYZ 124.8 320.85 null]
-endobj
-491 0 obj
-[488 0 R/XYZ 124.8 320.85 null]
-endobj
-492 0 obj
-[488 0 R/XYZ 124.8 308.89 null]
-endobj
-493 0 obj
-[488 0 R/XYZ 124.8 296.94 null]
-endobj
-494 0 obj
-[488 0 R/XYZ 124.8 284.98 null]
-endobj
-495 0 obj
-[488 0 R/XYZ 124.8 273.03 null]
-endobj
-496 0 obj
-[488 0 R/XYZ 167.59 245.13 null]
-endobj
-497 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 8003
->>
-stream
-xÚí]]¹u}ϯèÇ] Ãå÷G
-U$¨PnH¡¬¬ÏÑw($ B *TÛQÈ’ykBɸB‰)$˜B¸!…¬ÒÑ¥3A"A…*T¨7¤É’R*
- $¨PE‚
-Uà†òªgS‡B *T‘ B¸…á™ÆB¾»Õù©=SÇ‘ hòWWãåŃL†ž_ÿãŸMRÖ7˜JA™à¼oâÝ~üƒRÏ¢î!DŒòÉ“Å¡VÜ+e­Œæj}÷½I»H¯5ÇT‡ØªSÑ24VûÃО]Oº"¯Èö ™NÓÔÖ1! $8!W$8!Wàv&dçhpJ¦Ã1”HL!ÄÀ )”Uˆ¾'¸"‘ B *TÛQÈ•môS›Db
- $¦
-ÜÎ|©º)tL׈éS˜<·!u¼ŠÉ†Ø!@‚úT$(PnH¡¤Šó=‰ªHP¡
-Üжq­|ô=CœD‚Ç+Ü9^RȪàL• ‘ B *TRˆÍÕ;‚. *T‘ B¸!…‚Jä%uX
- *T‘ B¸!…’2¶˜Žõg‰ªHP¡
-ÜPdy oŒ].à­^c—Sì’ßûd¯¡Ë§ ]ºkèòºÜHè2eå¬KKõ N× N׸é:Se§®Db
- $¦
-y¥½íx…Ôg‚òL¸ ©UHÖ÷È# >
-TR(«èJê»H$¨PE‚
-Uà†îTÐäç:^¢¼UA@ÁkrK*U´ ¹G%EUªPT¥ŠÜ’JN‘›¡cJŠªT¡¨J¹¡@óž+Æ\Às½†1§0f *„`Â5Žù4qLc^㘉cí•w&õ\û&¡èœ]¡èœ]‘²¬ŒU¶èÒq²rUPP%Ü’JQåœ{23(ªR…¢*Uä–n"%tжçE Eï"­Pô2ÒŠÜ’J–ÚW»žOBQ•*U©"·¤’Wɧ.‘*ÕhB¢MÀ-)•/ÁwI$ ¨FŠŠT‘[R)S}Kè©"Q&$*ÑÜ’BE9ïKé‘H@Q*©"·^Ä›£›‹x³×øf½Ó£Óåà|š
-„q®D«¬ÖïÐìPãœI„±®C#þ¨}v:ÀM@\#Sj²®D£@¦±÷ø{4;4Â8ga¬+ÑȪœ|¶¸F#°C#Œs¦ƺxKTŠ×hvh„qÎ4ÂXסèKò·E‚Ïö_©qM9l x.þë×ß[wcÉÑQ‡— MÎ×½u{ëÊöÖýÁzsoû]TÖqE¯Œ¯ÏM<mæÏKiÜ𚀸t §œÔAÖuLêÆ«Xœ‰°F×䔬ëÐH–Ó`‰F®Æ(Â8W¢VÅ‹;/°C!Œs&ƺ
- nÅøšp°B £ä\‰>VåáGX Ø¡Æ9“c]‡F¹¨ìp…Ž0\ˆOª1®D›¤Lx º;ôÁ8g
-a¬+ÑÈ«ì³Í¸F#°C#Œs¦ƺ[ôkó’>k r>ŸõY9MŽ*ëÓ5ÈyÁ çõ31× çæ‚œ&[•BŠ†×ì˜Ô1ÎÙ¤Ž±®ÃðŠ…*î’‡5š€¸F §Ôd]‰Fš~›ñ×hÄu(1΂8סýÖú’qçeâ
-œR"u%i•-Ÿð5aœ30Öuh䓲Ú[xQ´q@N©Ⱥ<™®!âq
-AŒ3 Εècø›8¥àÀ…0ΙDë:4rE™ñ# ˆkrJ@Ö•¤1?r
-v^Ôw‚ÏÇw}^ÁN^Œ¥¿\ƒ vºk°óìÜ\°Ó%¥#~’fÂuLéãlF‡8×1¡[§œiï†U  ˆ+rJ‰@Öuhd‚²1ãG*×䔬ëÐH¾fÈãÎËÄ59¥F ëJ4¢uM\£Ø¡Æ9Óc]‰FFÓqô¶;4Â8ga¬«Ð¨dåßÐJ4á`…@F!ȹ}%Æ€ë3âp}0F©ƹ}œò±à¦Â„ÃõÁ¥>çJÑYcœ—óYk„ó¹ø¬Ï*ÀI£
-ùˆ¤å5¾y¹ø¦½Æ7¯ñÍ­Å7‹Q.á[œF>“C|r"‡W1§DC—/°+9á`u@F!ȹ
-}bQ!üpÓ„ƒõ…> ç:ôq*'£áMM×c”ú`œ«Ð'°çá,ìGN8XQèr®CŸ ²í8`;áp}0F©ƹ}¬J1&üýq¸>£Ôã\‡>š? mp}F®Æ(õÁ8W¡~7kÜ>˜p°> £Ðä\Gœò§0æÅ|Ó)ˆù\|ÓgÃôE%ïí5†yɦ¹Æ0¯1Ì­Å0}ào±9x{Ù„ÃçqŒQÎãç*æqgTq!ÀqÌ ë2
-}@Ε\E¯rî8ç<á:.¢‡g÷ÐCœ+9´¤L6?œ9â:Ž,AŒ³Û6 Εì·P)¸Œë3â:ö[@Œ³3çJödòg𠙪c7&À6ÛŠ ð­c}Sé”paF¾º ñÉÅMˆq±1åmJxhìÃ-jˆOÔã:ì5¥‹ŽðÕN# ·Ö >i¬AŒëxo0Ïp
-Z^ЖÏƽ†®!¤¯úÚrøMŠÕÎRÇÐvž5 ŸžT·#ÕíGmвF¥Rºd‚¡Ú€|UqÚ$ÊžàÛ>'¬ Æ'´Á× Mgô»;øÝûÞ`è›?œC#ß ÖãÚ`Œ«Ð&«h¬Fç› kƒñ m0Æ5hã²ÑÀ7€O0T¯j2®BrK†m kƒñ m0Æ5hÓ§ö3Ç`Ðsð3_^<Ï?Às{Õ]cu_|†ÿþßÇ7Ÿ§üÛÙ±Âde}ŠÃRRs
-óŠæíÜl"hÇξ£²A«˜Ší°eæmþGeî‹-Ù­¦î§ Þÿzpà=0†Kpþ°ñßE_¢èÝcÊ«Æ·œÔ6)È¢"ÑîE•°&•o,~’R>:c0T–Ö©V~Ji,}j‡ X[k"<Ñò¯–';Ç•m£ "&'1øìAœQÉjòðSÖ±;yCÆY¦†Érh“ÚZÆјky3~-Šw™¸P$aMëÞXz:U½Ý•Ï«LUdÕǤÆÂk3LeMm5ÒÝkô%;̉ eÉãi²¶š;ä4ïìQ ïüvçýéõáê,š¨o×ImLikrÊ´¥BeQÔ. rF¾š2V½±ô
-ä¯8F2…!½—ÔG­¨û˜ÒXzm†©¨ÚVáýv_²×Ü·&–ì4exŒ¬6ÇFeu¡W+ž&û!M+G2˜™U3¦µµOðdàÅ4/Íqcë9«HŸ¡‘A ò¤¢±’¥¢“·³gÓD‹L¥‰–›XOè°d/:e[.ÙbRÞÙ( Ð=
-ŒäÌXv‘~ð¡p]yG‰ !Î,Ü1­­}"5»£V—…9þâk˜qÖ¤±þÅW`VÉ9²£c¡²¨3ͪ?¦5–/c*­¶ÙÄy¿ý—ì>§Œ%»O¢±Í>Å0º!{hYÚïR¤Ê7¤eÍ3?gLkk ö†]ŠóÒ[ÅÎXEÚñ Ðó×h쑤|ém¤D>˜ÖÈ d*M4ÜÄz_…%;Ñ _sÉ>”#qþéF&•‚vžÓtLOCVJŽŽÄ>ï˜ÖÖ@Ù©ìµ›—f)Ÿ4®¬"m|†Fä#ž–ºde¥IŽ?DNXŸ¡¦½jm¥c‹ˆÒDËM¬'tX²Š<,ÙH §35@±‡‘N…”JÙñÍ‹–÷áSšUd/Ú,# cR[Ç&Oô³Â,›F%ÌHEÚø TÊ%–kTdÑ‹+aLj$í1&Úm"=¡Â’½èDjÉNÄw•ûRr”±ª= õ|ËÖ<ÑTKã̘©Â‘£3" 6%6FP´U^ÿYyÃåÝé3æš8=I+‰€6è8cÔ‰“IiÚ[IjˈòDóWæš,: \²W½|ê%K3×õ1ÜþYÊùp; L:ò§´8ŠXrÑ­/ý\\rv¸[Ž—[ÊäÅyÇ®Má¡&Z£æd¯‡ï‚° F¦]kÔœÞ2¨†+ŽÉÁÓ¶ù/ª¢ŽÆ°9Èœ/¥¹¶ü2iŸÒðí8Ç5oC]1 ç'4o—ãXo#”ÅÔÞçd 7.z±òB+åyøu{Ä]'r¦‡PpɆ¯»(x:þññõ’qZ²vü0Ä‘w`S"YžÆ2R#ð1B|J*òbÉÊ
-Çï×8zÄò”tä£Äp<Qš•)þiŸ.g¾%<°Ãéõ(OJF¦±Á²‡—Ù‘Ždw<!ˆžo‚!»¦¼T‰ž„_¸CÜÜ:r9ÈGHOÉ÷ä³ ¦Ñ•þçxÎ3á°è<Ki˜ÉI1ÓrÍÍÁø1Ü©‡’ܺC3j²æÙ3'e òø
-0ÍžÆùÖ¹,óüž‡ ‡læù3 sY6¶”CT«´5Ýx¥­ËÇ8N 94ï›`ׂFêÁoä±­y=ø¤@"üÖ$òrþ*ëÎ*r?¤ÿlóLH““¶ÉÀ½°yqÓxÏ)ãZ4Ÿ|Li³¤ù¾ ÍÅT¥‚ÆeÔiL˜êÜXò„#¯Ã’‘U¹È/ðÔG|-ǤW­ 2‡‰¦èî·ö’ÞE÷ÂamìPÓlÛ}zgÊ¡ÐøÞúºLt# d›jùþIG§q]%w¡[çIJ %i—£ö˜‚®ŽÖ¢¦%ÍJX“ÆʣˣäR‘«’œ`ä­šô¾V~JA—GkQµµ&Âû-ÿ$Ë£¨®V%ÃÛo¹¦Þ•ÜÚO驃KæÐ!¢5¥y[Xe0ãXÕ%_hUH–§ÔÉrØ£@ÒX“wlKçHÄ ºÖZ_¤a2&5.ÒÃÒ„0d*+¥$EÒXûÆâ+Œ«s‘ŒE }VTþ˜Ò¸jWÛa,©6ÖHw¢á]³»oî[žŒ+wh2“Jë;EO]r±õ³Žº9‚SG Ì8VõýÓ,KN¶1¼.©yb㸖X†ãH¤ÓÑάï1 ^—¬¥Õ¥ÄÊ*ÒÆg€&5½,–Œ›+½-&Ð/ŸaLƒ&ki¢å&Ö:<ÑÊ$ª3ïóáØFÙYÓzN’ž=ë=Do[Ck’sDâœcm—|_
-ÇÛ4ÏÆÕ#ÜÃÈ4,G¡ÒâÍD9²»(]Î1­qõ2)úyid`•Œ •Iã4/NÈ¡3/9æÍoF>À˜ôª9p|l(ÛìÈxJ€E×^O¸üûÖö©¸ceSô@Ïp%Ù£pÅ7_(@œñXÕ÷‹†çØ- ă{Èé4©Ëid Ÿ>ô‰~ >Ìã+cbëršVI'3+¯Žê ãÆD,ÓOñª5:âÈÓÓô»0#¥Ä¢uˆ³‡˜ÛW7ÇFåÕæÌ÷ÄXvEð^ kß,ƒ×ôÏ¡²ÎÄnbɽ8v_ŠnËUÖ Š³N^ôµ1CÆ;úÛãP­ràoˆóª)“81òÞ•@ÿŒ/N‰}Î }NVo3î3f‘8>I;É%Ožž)ϘÙ64¹Ï#¥cb+ImQžhÃÊ|B“EߟSñÞ}sSÑ”XŽv1ùæ—Ï°AmóQµàKû7 %ëí`+¼èDFNrÉyßãHö
-xNäY•÷U [Î,9ùy”}Llìv¼ÇåòYy|1’µnÎ,ÒÊ!A…È«Ã3âaO
-´Ç¡‘cY|ÚnXæŽäµSb`ÿÖÆùRÓ˜ØØë%f_̼¼@åe;'®iãs´SŒH²›Ô3ÚBÅqgöcb+‡h–ZžhÀÊ|BEßžSë~ûæ–¢7<+LïxûU´n0¼ÒQÇbJû=t’u„v°Ž~ÿëZ´JfwßfÞCh˜)6·nd;gõa5ƒL æƒÖu³Y¦ÑߧæõùlÉ5"‹’c6ä«„Ð|*¼$CöšÑ´Gfcˆø–1à Fڵ߷ÇË”Ô Ù{ŽN…ì]ÖÙcqzØ'ãé©sûõµì\=Œš:Þ
-ÿ–è»»•
-²¾]ø†‡iv%ë-»ÔÜn–¯×ïõ€æeAêéǘ›>Þ¢‹O8ë¢Í&- ^‹qí›Ay[U:ìIDÉJΰͱy…£‘ô­Im6aU…á4VÀHóží0Èi¡Ù§½¯yÌ°P‡r.Úh äí¶ý¼@äàŒ‚ì -*I‹Ê!7/RrÏLÖÙŒ“¾ýUìJ[òKQKæ"sø6ÿÇ?ó§Üð5÷B“;]yÈØÄwsøýñJ=‹º‡p»»ìÅÝwß—Ÿ›ØÝý4‡îî~ûã7êÛ?Þý~÷»»ó.ͱÀ³ù~ht‘Ž¾Ñ‹»µúíë7_¿þåÛçÜ7?ÿÄúo~¢¤?ÿ¼o¬ð‡¡³üJûÜØ‹nÆnuCŽ—6e #ßÎÊWH~¥õ<{Ñwßóá¹/öóåRž´‹d
-†<¬‰eü;W´­Äq31RÜ|^Ó¬ªãO°©I&ªY»¶•úîmz½hÊuÖ?ú2f‘\+ë`ë|n~%f> “Ì0ÿù¾yEã¾~÷›oɼM ì ã5g'?4ì2œöe1 û5ßÙ  sºó½iËwnØÇ«ØyYùÉÊöeî¶a_"‡} ¹]RË.Î>‘] ‡ìü%¾'JyÑ”«ud9Y$ׇÅÊzxd ‰lÿÖ‘Å=0$ĤŒ{hd9d87²ÈbYj¾³êsºó½iËwndÁ«ØyôÉÊYdE"G ¹]RË3—Ÿªq›Qyòx£R»ŒQ)K\Ô¨”/gTÊRßÂrßØ°º„a“WPŠo„Ñ€hxëˆz‘õqÝ`d/šrµNj'0‹äú°XYOj‘¿DØ:©ùf£T½$Lj‡ ç&5YÌC“ZÍw6ÃCáœî‡Æ|oÚò›Ôð*þ¥±WΫqnú’¹Û¦/‰hœ¾$ävÁ&iÚN!Æqøýñî
-Ãû÷ûåjs¯\êNª­qw|Å"ŸÉ‹l:’ñ'±ÿôÿÊ#`~
-endstream
-endobj
-498 0 obj
-<<
-/F9 92 0 R
-/F17 199 0 R
-/F19 312 0 R
-/F15 178 0 R
-/F10 99 0 R
-/F16 196 0 R
->>
-endobj
-489 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 498 0 R
->>
-endobj
-501 0 obj
-[499 0 R/XYZ 124.8 716.02 null]
-endobj
-502 0 obj
-[499 0 R/XYZ 149.71 718.01 null]
-endobj
-503 0 obj
-[499 0 R/XYZ 149.71 706.06 null]
-endobj
-504 0 obj
-[499 0 R/XYZ 149.71 694.1 null]
-endobj
-505 0 obj
-[499 0 R/XYZ 124.8 669.34 null]
-endobj
-506 0 obj
-[499 0 R/XYZ 124.8 649.82 null]
-endobj
-507 0 obj
-[499 0 R/XYZ 149.71 651.76 null]
-endobj
-508 0 obj
-[499 0 R/XYZ 149.71 639.8 null]
-endobj
-509 0 obj
-[499 0 R/XYZ 149.71 627.85 null]
-endobj
-510 0 obj
-[499 0 R/XYZ 124.8 603.08 null]
-endobj
-511 0 obj
-[499 0 R/XYZ 124.8 583.56 null]
-endobj
-512 0 obj
-[499 0 R/XYZ 149.71 585.5 null]
-endobj
-513 0 obj
-[499 0 R/XYZ 149.71 573.54 null]
-endobj
-514 0 obj
-[499 0 R/XYZ 149.71 561.59 null]
-endobj
-515 0 obj
-[499 0 R/XYZ 124.8 536.83 null]
-endobj
-516 0 obj
-[499 0 R/XYZ 124.8 517.3 null]
-endobj
-517 0 obj
-[499 0 R/XYZ 149.71 519.24 null]
-endobj
-518 0 obj
-[499 0 R/XYZ 149.71 507.28 null]
-endobj
-519 0 obj
-[499 0 R/XYZ 149.71 495.33 null]
-endobj
-520 0 obj
-[499 0 R/XYZ 124.8 451.54 null]
-endobj
-521 0 obj
-[499 0 R/XYZ 124.8 453.48 null]
-endobj
-522 0 obj
-[499 0 R/XYZ 124.8 441.52 null]
-endobj
-523 0 obj
-[499 0 R/XYZ 124.8 429.57 null]
-endobj
-524 0 obj
-[499 0 R/XYZ 124.8 417.61 null]
-endobj
-525 0 obj
-[499 0 R/XYZ 124.8 405.66 null]
-endobj
-526 0 obj
-[499 0 R/XYZ 124.8 360.05 null]
-endobj
-527 0 obj
-[499 0 R/XYZ 124.8 314.53 null]
-endobj
-528 0 obj
-<<
-/Rect[230.54 285.13 237.52 293.55]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[0 1 0]
-/A<<
-/S/GoTo
-/D(cite.tikz)
->>
->>
-endobj
-529 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 2281
->>
-stream
-xÚ½ZßsÛ6~ï_Á·J½%@€
-WT[P"*Š|çWù{bÒS
-ÿ›ª-Ï@Ôí‚&wÛ$y›@b=
-Kb.¥à¦üH9,0J Ê°LˆT––p"¹‚Êå4ÐÒuTz˜ÐÀ’ iàcTBeÐXÂø¸×(¬_õOGK}y‡R¶på®òEG-RŸUd5x4-‚<<Sp¦?ØÁ‡W˜ ?á^Ê®œåí|Ù†‰™ú”
-ÅÆaÅÖÐMR(äá"k§bs[ȹQÙÈA‚ËAuÖZkîX·qª1èe¯) ½Nã³½tÙ¾|£ÇÆÇ:sL^\¬y1 ¡Çã)UÌkDêéÀ% à¡Íb4åxF(Ï ß´Z(4Ÿ2ºµbÿÆO»FÄNÜÆÆâÜÕ°å¡yãF Ic©Ö˜dp2YL"HFR*% dY#ÖÌ] éŠóŒ¶ó»I¥+ËŠ¥Jw4A?È¥hÙaóÎJÕ³·±c§wãpØ2Ѽ¹k‚SºˆqLf\,1ÙñÖ–åùÛÍ#¨]4]»‡k]à—ñ¶uyïR¤ÙåAH<ÙX—â`{»Fo—rxËP¯¹+$nÃõ¶“]íR^êÆ@mæAcºØX—âÁt)±ë¨ôìR^@(H¦
-f°n/á¯Ñö·³6ÍØ"Ìn¨&JhXÁÉUÎÖ'A¸œ™]¹Œ±K‹Æ\#hϺ3œ‘ɪ­ ®•¬, C¦17ÑÚ«ð
-;V%u5UI-n0”]sWH܇+OÂ]ÄVI“ݯ’ºè€*©+†¬’º"URWì:*=0UÒB¡Š¤®ÀU%…"àSgWì¢ò‰éòëš#Ò-CbúðÇ!ïYuÓ%lÞõÈDAí¢éBµõÒV\䌖wP í·ñlƉ‚4™›ãŒr,›9ØÞlæÑèÍf¸Q€w¹òš»BâÖ8\o™ìâh6{©Ù̃Æd3ØX6óˆ`²™Gì:*=³ÙK5Ø÷ 4e“j‘‡äú¤ÉN!š×!©×ˆªŸ’{8æµ~™(¨]4]ÛÕ¹)vT›×öØF,‚ð׈•Ø±>ÌQ8Їup£€BûÌÜ·ÆáF  ."û°énŒöa߇9b¸>ÌÁ÷aŽØuTz ú°I„Âôa>ÉGzeŽôºúbéuiöâ#½Žº‡W˜ 8¢áû\¿Xœ#½®î¨GzÕôº.Ç;Ò;ø#½‚Ûtð‹¼ôH¯«5Ê‘^WeÄ#½®âHGz'w¤wð;>~±8GzÝñH¯«8Ú‘^7ñŽôN`þHïv 7ß|2QP»hºüMJ¨&¹Ùp“Ú~z¢ÂÛ”|óKÓR
-endstream
-endobj
-530 0 obj
-[528 0 R]
-endobj
-531 0 obj
-<<
-/F10 99 0 R
-/F16 196 0 R
-/F9 92 0 R
-/F15 178 0 R
-/F7 83 0 R
-/F14 164 0 R
-/F8 87 0 R
-/F12 129 0 R
->>
-endobj
-500 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 531 0 R
->>
-endobj
-534 0 obj
-[532 0 R/XYZ 124.8 336.45 null]
-endobj
-535 0 obj
-[532 0 R/XYZ 124.8 338.39 null]
-endobj
-536 0 obj
-[532 0 R/XYZ 124.8 326.43 null]
-endobj
-537 0 obj
-[532 0 R/XYZ 124.8 314.48 null]
-endobj
-538 0 obj
-[532 0 R/XYZ 124.8 302.52 null]
-endobj
-539 0 obj
-[532 0 R/XYZ 124.8 255.11 null]
-endobj
-540 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 4282
->>
-stream
-xÚÅ]MoãȽçW07;XvÈf³I˜CŒ$‚\ ù”Ù=xÇZÉ™žµ½ ‚ü÷4%‘ê"[ìWíæ³þÐ{U¥fUóU‘“LdY²M_V þÓÍÝŸÿ‘ë¤Nî~Iš\4u’V™er÷·WO÷/Ÿ?Ü¿¾m^_?_ÿt÷Ïäïw#¿&y’™ÿò$¯j‘5IªµUòé)In“"¹{1Ûƒ§fpD¡'Ñ[Ÿ·—õöæ`¾×»WP÷î Ø‚‰¢©Ëäk´ðN L”Ç£Qú'sxÿ õ”Rèª*UR›0T.“=ÂR¥(Ê2«~ †6¿*¤Îy~ÖS¢[”Úü“Éç˜9d -Lñ•9¶àᄇ– ª4Ëe껑e‰ùHO¤´gq<¥A®XžÖ¬ÌT¢Ì›,gæs.…ªY`I-rYW†– Õh]aÞòFH© ™hc^VLg=‹çk1ÞZõÌJåÅÉgU‹:ÓæGVš)ƒÎ
-³òRzp–†y‹ŸÕÃ>ÈÊêÅËê*7è¢Î™Y­Mlu^4¼¬œ±²zðµ@VßöçY\õÜ2ì΃ÚH–ÚlVü™ÕµQM)²ê¬þ^ßî_å§
-CÍ…Iw¯ò;Cg”ßØÞåGa¾×/œæ§¾Vl ÁfTWPx€ò{O ³Êo ƔߘåW~c¦üƬuÄ”ð(¿Ðâ,¶Oõ½Ëx!ª&Ëjs¶’E®ê<HQ(YÔ<ReÅ.ÒßÃGÐJ­ƒª‰WƒóçõHδPºÒÒìèUQêE]™3QÞ4yR
-Yw ¾¤/³Ce®~_¹Ñ“F¸+Ö®Ùûê‹ÁÙWÜ4"7žæÕL€ŸJè¦R%³þ&7¥®—w”‹R«¦Z`·™œSŸX,ÞnæÌ´µ4–S)žÌP©¦æm
-Ö(Mhë¨éáé•‚ê$Rðu?¤y^õ_,+§o?AÆRÊO©ñÔ2 Úë õ–RV„##ûì
-ÝÑÕ{éÆwÆÒï­ƒt*oÞñ`§_’Á“½¬13Ýß›^^†€CŒïçã£þÄc-±³WÒ´ÿU%™å=І½¶»×F©Âꦧý5vMSYˬn,KJdª*ÏÎú_ðöÉžuÚm?ýž1¹‰™ÞyOçäh²Æ1“k¦/®EàaçíêÓLxâñ–ØÕ®ÿ'
-ªf jýÍÞѱºm9wõþe#*ÝÝPÊÃË‚'æŒa8ØDàˆõMl‹s3Î ˜kù¨»ˆÛb8_+·áïƒl4c"`ÓÀ‰€MaLlÚ:jz „‚ºI!|"`‹1 ö¢LHš½"`›Û-P iè1ÄK
-cb`ÓÖQÓ™„$41pÂ'¶±b/ÊÄ€¤Ùû'¶¹Ý•À™з†N œÞÂœ¥<o7˜q|bà¤EšÛq'¶é˜rĉ?ç²øÄ€xcL œî
-cb@xøÄÀé.ÐÛ"»<cbà¤Ešisb@ Ç›µˆ81àç=cb0Zdpb0z«èÄÀ匹¿ã~Þ£'
-ªf‹q;4gÌÓHàø©k¿þvÿ²A‡RæfÆ'¬g8@,Î ,œ0ÓýÜ­@ÜÃyºò€Áá@xÞ–ˆ ñá
-@›Â€6m5=’P¨
-{ï7Xr2 Íã@'Ï6t†É£íÂbŠ¹À¸
-P´ÔPY@Xim¡nx ã?ÓP¬& W‹½cXMP®&(W‹½c†š <\MPw°šXìƒjÂʼn‚j£Ù¯D²în>ÅÃãýÓsûàWÕaøQHÕý™“G9ìEåà°èTœà<58Ý­@ÜÃ]<e‡èUï cF98ЈrpÐ|ÊÁAA”ƒƒ¶Žš³Êá= 5«\ënÀu]0ÖÏói–FÊw²‹xL áâ•Bk]TÌDA>ôÐA3ÒD×5×YÌu”‰‹U‹B™³-~l‘OÎsѤ(´–ê;e¤b<£b2™+îƆ|Èš‹VŠLUýÓÈ+~.s¢ Úh¶ð«0E©ÈGºÛâÇ$@•ó†)§HÊ øPw‚õI"Ûâœ$:ã¼€¹su·q[ çÓ"üQI†_Ùh†$²i $²) IdÓÖQÓ‘DA …H"²îZ»ðŸÌlFÊw²ƒP7¼ÔNf„‡K"§;ÿÉ̦á’h©uÂ%aA’È釗E $Zju8’Èæ1$‘Ó/‹’h©…B%‘ƒÕF³ÅDU#
-kôeÓ¾ÝoŸ[äRR÷TÝ¢Ò"Ïý—’,ìÌ¥¤‰Å —’F8/േ»ˆÛb¸™k8!—’ÞÆ쥤 »”4¡ù/%M(Ø¥¤ m5=<—’ÂÊs)iZj¢jº§ˆ{ŸO–9ãÉy€=¡¥¡¼°(w,xåjÊÓBéJKï#Ô)ËœÄò¦Éýy§4S E™+&-¯…Ñ]æÍŠ1æêBWɦ¬Fäª4ç"^Z¨îv‡J•Ü,T…9(R³³Wå¢Ôª©¾cö‚×ä&<#Ýj)+^b>öNQÀËB#Üt“IÉ¥)!•49óÝ’¸üw‰ÕF³ÞL¤²R(yAëÝLÔÅ¡2)òS€'¬G‹3
-ÐÂy3§ø‘»ˆÛb8ô
-T€áax Aã
-Ð0H(¸$´uÔô
-–ª­èÑ‚•¡¥¡¼°(wꆗŸþs(å¡
-²`Hi°$4X.¶º°¤,XR®
-Z©Íæz\‹×7ä‡×çý#p?¢µ:²3ïýˆ{±ùpXt6œàT—Nw+·ÅpUpˆ¿ú¶LçcòÓAÞ>€A_ì>h¤ûpÐ|݇ƒ‚tÚ:`Án!˪f ¿É¸¬s‘k«¦žßÞ6xQ×Yg+ê#ÖWԶŹ¢>ã¼€¹Š¡îV n‹á|EÍ-j›ó±¤ÿ‹_Ó÷à«qͨq›Ö¸MaÔ¸M[¬ß-dCµÑl5^f¦wKŒˆÊû¿L<Õø¦}Ýì¿å¯à Ãô±XÁŸ°ž‚'g
-ÞÂy3Õ4r·q[ ç)ø€Á‚'œ¡àM²4ZÖ¾‚½OÁ4^ð„†<¡àOhë€õ»…,c¨6š-FÁËܪöýóspµKã=«½Ãz‹Ý68Wìgœ0WIÔÝ
-Äm1œ¯Øù!¢Åns†b?õ|µNß‚¯Öm4£ÖmXë6…Që6m°|·e ÕF³… x­Ì&/í“ûýëŽQá†^I°ÂX_‰ÛçJüŒóæꇺ[¸-†ó•8?D´ÄmÎÇáêþ«¯Èé›ð¹f¹M‹Ü¦0ŠÜ¦­ð²Œ¡Úh¶ÜEžÈî.miUÓ]sí¬ç?ü¼£²F
-endstream
-endobj
-541 0 obj
-<<
-/F16 196 0 R
-/F9 92 0 R
-/F10 99 0 R
-/F8 87 0 R
-/F14 164 0 R
->>
-endobj
-533 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 541 0 R
->>
-endobj
-544 0 obj
-[542 0 R/XYZ 124.8 638.47 null]
-endobj
-545 0 obj
-[542 0 R/XYZ 124.8 600.18 null]
-endobj
-546 0 obj
-[542 0 R/XYZ 124.8 602.12 null]
-endobj
-547 0 obj
-[542 0 R/XYZ 124.8 590.16 null]
-endobj
-548 0 obj
-[542 0 R/XYZ 124.8 578.21 null]
-endobj
-549 0 obj
-[542 0 R/XYZ 124.8 566.25 null]
-endobj
-550 0 obj
-[542 0 R/XYZ 124.8 554.3 null]
-endobj
-551 0 obj
-[542 0 R/XYZ 124.8 518.49 null]
-endobj
-552 0 obj
-[542 0 R/XYZ 124.8 518.49 null]
-endobj
-553 0 obj
-[542 0 R/XYZ 124.8 506.53 null]
-endobj
-554 0 obj
-[542 0 R/XYZ 124.8 494.58 null]
-endobj
-555 0 obj
-[542 0 R/XYZ 124.8 482.62 null]
-endobj
-556 0 obj
-[542 0 R/XYZ 124.8 470.67 null]
-endobj
-557 0 obj
-<<
-/Rect[214.68 332.32 229.41 340.74]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.4.2)
->>
->>
-endobj
-558 0 obj
-[542 0 R/XYZ 124.8 305.53 null]
-endobj
-559 0 obj
-[542 0 R/XYZ 149.71 307.47 null]
-endobj
-560 0 obj
-[542 0 R/XYZ 124.8 237.87 null]
-endobj
-561 0 obj
-[542 0 R/XYZ 149.71 239.81 null]
-endobj
-562 0 obj
-[542 0 R/XYZ 149.71 227.85 null]
-endobj
-563 0 obj
-[542 0 R/XYZ 149.71 215.9 null]
-endobj
-564 0 obj
-[542 0 R/XYZ 149.71 203.94 null]
-endobj
-565 0 obj
-[542 0 R/XYZ 149.71 191.99 null]
-endobj
-566 0 obj
-[542 0 R/XYZ 149.71 180.03 null]
-endobj
-567 0 obj
-[542 0 R/XYZ 149.71 168.08 null]
-endobj
-568 0 obj
-[542 0 R/XYZ 149.71 156.12 null]
-endobj
-569 0 obj
-[542 0 R/XYZ 149.71 144.17 null]
-endobj
-570 0 obj
-[542 0 R/XYZ 149.71 132.21 null]
-endobj
-571 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 1910
->>
-stream
-xÚ­XKoÛF¾÷W=Q…µå¾É9´h“¶‡6u)¬hqm¡H•¤b»Aþ{göAQ²bSn"¹3³óüfÆQB’$ºìÏ›húÛÏ‹ï_Se$SÑâ&’ ¡"š+N´ˆ¿\Å]ÿP™W…©;S=Ìæ*Iâ"ïÖ¦˜½_üýº8÷OD£þшjAR'JŠhµ‰¢w-¼³·fÃ¥‡¤x+ ÒŸ–—yO‘=wŽ§ˆÐºId·“ÈÏRÝ}5õ<Ñ9ѸŠÉÒ4å%YƤŒÞ#cTL3 ±ÿ'9˜1¢´†×”ÈDPUS¸„$\ÊDÛ{&q¨”$œ)zÞ=—ç»îݹ“ˆê¯$©¶dSj;åDk»jš—Ö6ˆkÛ‘>SÛcyOÔöžì¹ó'Šçð®7ÓÈn'‘=SÛg«7±¶Ç,ûÚ–$ÓZ©çjûЀgj{L<½¶Ç\Ój{Ì1½¶Ç\—ç»îݹ“ˆê¯$ÉÕöÏ‹H2¢³hN({[KÏR7»Ùœ¥"Þä3¦ã|‘qm ŒíS¿6î¡ÙöeScõ,$û
-¥”$ë nòöÃl.³ÌSw¯>uMUŸOCÂc¼ÙW>K¡ÚöSôTñÇKã¦,ܧ¢éû pÓâ¯cÑœqðÈ‚N%÷Š‚ÄœóøyÀu‘·¥éÈl.„ˆh;w}[Ö·ø,âåò±#Tz8Xt4{s¸$i øÖ ]åõørãÄ7›m`½¢#¯ùÍCÁ gVš Ü+Äöd<!ŠùëBÌÔH
-T·?Í‹b[5ýÕ_o¿ÿõçå{¾·?-~;6aÎQpu
-
-Ž#i­•#„£[7m¿ÚõîãC¨C…8Iä·E›ßí»Í 托>VèÂ]ݯs¯ÄÆäuç´óAê×¾Éx·õ3A¢1íGAÃã ‹¹ª¶€Ù”£õaÃÚæm˜3¹{}ûæõ|›÷ëÃABÊÙ÷ÍÖü³+ÛQן’‚*"² ¹‘§Æˆ5{4 ÚÇËêx€Ž4 <yHðÖlÌÝík¬ Å…Iqª¢Î3Æž¾ÈÜ=ç¥ Ýî+L´¡ »ÜŽac™Kô¶ñy Ån’» àŒ3 ÈWVùue5`~E7uîƒÃV`¬Êz˜;möV8‘žã*©Ó/rÕžsXP7?«Â–àZ`QÞ<<®sF¸x>o”'¹+ûõ¦™Lâø:°Ëøac¹ìËÿÚÙú“ùhÚ7§æ÷¥9Þ>¿º"„L•)n”0•$ô%nq¾¶nÄi\5·îÁ6nÄ- Xq{c_ñ$
-ž`VÞîzã\åÀW˜²vmîI@ì+ýz3¼Î`5€5lCMãÜ0˜ v‹B\l¯Ç›ì ³1m9÷ˆ Ö¥jÜpWy…­™ÛÖL¹ß˜ ñ27í‡ðŠ±¶OuÓnP}|Æ.}o%Áb74¥!ð[T˜¢\± µÝò@®øÞ­Jã8]ï÷üMo‡€zHosŸo¶•¹8B©›¦òóï 5RV£t@9á B©C¨ÊÂq”õvç›4˜GXËS"ÒýP÷Ò>Íað‡n.ƒ-ùBq…”¤~ _+â0â"à´º6·e}b%iÐû$¦"ãçñÄî/’œh}d ­ÞSÄ©¶8”£$ÑaƒÐ*ƒhÑh)`Ófžˆ£Â³¡ÃR¡3Ž| ø‚Ià“§ùÒ AÈñ‰$Óèùþú>gŒ|°™)š
-endstream
-endobj
-572 0 obj
-[557 0 R]
-endobj
-573 0 obj
-<<
-/F16 196 0 R
-/F9 92 0 R
-/F10 99 0 R
-/F7 83 0 R
-/F12 129 0 R
->>
-endobj
-543 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 573 0 R
->>
-endobj
-576 0 obj
-[574 0 R/XYZ 124.8 570.87 null]
-endobj
-577 0 obj
-[574 0 R/XYZ 124.8 530.55 null]
-endobj
-578 0 obj
-[574 0 R/XYZ 124.8 453.52 null]
-endobj
-579 0 obj
-[574 0 R/XYZ 124.8 403.33 null]
-endobj
-580 0 obj
-[574 0 R/XYZ 124.8 405.27 null]
-endobj
-581 0 obj
-[574 0 R/XYZ 124.8 369.57 null]
-endobj
-582 0 obj
-[574 0 R/XYZ 124.8 369.57 null]
-endobj
-583 0 obj
-<<
-/Rect[301.82 338.77 316.55 347.19]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(subsection.5.5)
->>
->>
-endobj
-584 0 obj
-[574 0 R/XYZ 124.8 240.24 null]
-endobj
-585 0 obj
-[574 0 R/XYZ 124.8 202 null]
-endobj
-586 0 obj
-[574 0 R/XYZ 124.8 203.94 null]
-endobj
-587 0 obj
-[574 0 R/XYZ 124.8 191.99 null]
-endobj
-588 0 obj
-[574 0 R/XYZ 124.8 180.03 null]
-endobj
-589 0 obj
-[574 0 R/XYZ 124.8 168.08 null]
-endobj
-590 0 obj
-[574 0 R/XYZ 124.8 156.12 null]
-endobj
-591 0 obj
-[574 0 R/XYZ 124.8 144.17 null]
-endobj
-592 0 obj
-[574 0 R/XYZ 124.8 132.21 null]
-endobj
-593 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 2251
->>
-stream
-xÚµYK“Û6¾ï¯Ðm©­!L¼øH*ï®J.I•uØM”GÄH¬áCá#ã)—ÿ{ºÑ
-cɵÚü÷×àÿëTí¸U¦‚]Þà‡:sìLošµH‚Æòî¶ì†.ïÊê‘&õu^UôÙvôû.0Ý#-©ònohÀJëµHƒÛuh'õ4’»ßªmöSÏo›WÑ*äܪ j–N“1LÛƒ
-áÆfâ4–“Tê=©ƒ)h¥ÝsúÙØM8DêU('{¼±ÝšiµšúþV¦Ù’³ Æ#‰ZÚ;§ÍÛq ~ËTm×ÌŠ
-y*XšÑa´•÷ÓÌS2صc×›h$"È­‰ýHLÁ¬EÙäƒAA¯Þr=]#çÊŒ¬¸÷nXœ†#&üèVÄ M8¡€ <4G¸£
-Êž~›v #iÐ÷åme¨«/›ûîc~ÐlïÜ¡•`ZÎfçä7¡]%Æ yŒ$ö6cÀHÒ §|f+tÒ˜‚­Ã8‚wãWHΙñÜâ‡Ò‚¾ní°¡F_IÀÉ vNéqhë|(w€ôGôºÓ7›+N6³œ°/9“™¿ñôÒ ÿœ­|ma+ ¶à¢mÓ›ßGC7!­Åí8݈±ÄŽí<æÜÞž µlLÈÓ`΂—Ä€Cýs icoN¢/Lf9g›u(ašy^×—mCíiOlÔf8bu Þvùùû·Ôþ‰¿ç×÷×L‘§/2ùiåhRÍ ¢,<‚úènvåÝ#õäï ªQP•5…,轃èxáÀq¼ôÞ“>K¼ïæMq±RD–hüñr­”n¬¦€2rUpã$EÓd³Èk±ÝæEq¬àhW-ö)ûÉ4b_Ðúš2’Lˆ9nvm}–’U»Û_zšpž†Óêpéæ`Î&{Ä Hh{äylÑ}`¿ü~°×ÚÝ÷KÜݵUÕâÐCÿÍS¸Y¥1KHaSÊLüI|®²ŒÅ‹¹?€~"C'C×™—ËkÜ|q+¡Î²€¾â(‚Ï¢v|`Œ}üö—'•Ó3%!*Ȉæ”Ë­Ê'¯ éj,Í!Þ…¡|°zl¡AQÚìÜ[ñÁž¯§ì«[€EG+6¥³:¹ŽÎ˜òrîšÅ>³ý’ÁPNÝÚ]8E¬›ÂoãÇ·äìfØ®I‡~<ºsòX£ÇÍÎy¤tßYjÐÙ‡¼ È5­CvY;°>" AÁ쳨Ò‹…ÝB|U§¹ï(-KÁ1;ûÅÁ³áWÛ˜ ŒeàªòË]_(Å"¹P|±Æ°EêäîV±1![
-R¯lú²pJƒÊçšrˆRjÒÔ ÇÓ0`€»@á­Ù——r¦ÔÉù€qá#xÌ
-tÜ‘8rY]TDÄÓ†×,Kþn3MU)˜)Eèò”Fà6&1Ê ï Z@*OUºHqâÊ
-¤¡)æjÜU15Ó4iœìØL€8Ia™w0ocp±oÏt(cŒ_<e2uYÝž0U³Ø‘jt—i‹-ì÷çqKÆìG#@m½:•­8¡¤FK-Q8(È(©©À¾n?Ö‹µ°êK‹¢ô‹ÀÙ
-Â^Êtì›–ræ×tÝÓˆ¼–y{NF<™Ø"Š’ðóà`‘`^žw»mZ ÚhÀÜq’mÀ±b–qzÒD`2µìä%ÔÄoŸ)&ȈG?­)Ôs,Ê.TÄ<ªŸP1 ý)¢Ž<x¹Î
-²MF6{M^ùîn´u’†:)¯•ó[ònÌÞ[¼ç– õfgãÇtö•
-A&+âô,»Y6[Ódœ‰Åù¬0€ÚÏû;äTe°–Æ’R¼|7µc
-÷i#Ðî ¦«¡:wÝs¥£fO•)‹ÓSùøêJí ù0{ª€„ àobÊ7 ÆEuvãj
-²—Ë9PiéæˆyuªêåHKx.Ë„)’s¢o³a•yom2Cæ‡ÿØ÷-<"ÿøœ'XÁ­}Ã8ɘpÏjéÕ…ÿøïJÃî
-endstream
-endobj
-594 0 obj
-[583 0 R]
-endobj
-595 0 obj
-<<
-/F9 92 0 R
-/F15 178 0 R
-/F12 129 0 R
-/F10 99 0 R
-/F14 164 0 R
-/F16 196 0 R
-/F7 83 0 R
->>
-endobj
-575 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 595 0 R
->>
-endobj
-598 0 obj
-[596 0 R/XYZ 210.05 532.84 null]
-endobj
-599 0 obj
-[596 0 R/XYZ 124.8 500.46 null]
-endobj
-600 0 obj
-[596 0 R/XYZ 124.8 488.51 null]
-endobj
-601 0 obj
-[596 0 R/XYZ 124.8 476.55 null]
-endobj
-602 0 obj
-[596 0 R/XYZ 124.8 464.59 null]
-endobj
-603 0 obj
-[596 0 R/XYZ 124.8 452.64 null]
-endobj
-604 0 obj
-[596 0 R/XYZ 124.8 440.68 null]
-endobj
-605 0 obj
-[596 0 R/XYZ 124.8 428.73 null]
-endobj
-606 0 obj
-[596 0 R/XYZ 124.8 416.77 null]
-endobj
-607 0 obj
-[596 0 R/XYZ 124.8 404.82 null]
-endobj
-608 0 obj
-[596 0 R/XYZ 124.8 392.86 null]
-endobj
-609 0 obj
-<<
-/Rect[328.38 361.98 340.34 370.4]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(figure.10)
->>
->>
-endobj
-610 0 obj
-[596 0 R/XYZ 124.8 299.28 null]
-endobj
-611 0 obj
-[596 0 R/XYZ 124.8 262.9 null]
-endobj
-612 0 obj
-[596 0 R/XYZ 124.8 262.9 null]
-endobj
-613 0 obj
-[596 0 R/XYZ 124.8 250.94 null]
-endobj
-614 0 obj
-[596 0 R/XYZ 124.8 238.99 null]
-endobj
-615 0 obj
-[596 0 R/XYZ 124.8 227.03 null]
-endobj
-616 0 obj
-[596 0 R/XYZ 124.8 215.08 null]
-endobj
-617 0 obj
-[596 0 R/XYZ 124.8 203.12 null]
-endobj
-618 0 obj
-[596 0 R/XYZ 124.8 191.17 null]
-endobj
-619 0 obj
-[596 0 R/XYZ 124.8 143.35 null]
-endobj
-620 0 obj
-[596 0 R/XYZ 124.8 143.35 null]
-endobj
-621 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 2563
->>
-stream
-xÚí\ÝsÛ¸ï_Á‡{g,ß×ÉCÓ^2étzõY3m'΃*Ѳ&2åHr“«'ÿ{AB%
-ãÜœ™LBØ`wñÛ%A1Ããl–•‡7YüÕÇŒdþ’ŒɆÄ0¤X6¹Í²‹Œe£Ð\d¯F/^›Ì #³Ñõ.íè/ïèìýè¯ÙO£Ç$b/ñ(Ý£¶;†ÊÎ1ŽnG‡˜Ñ"ûÔỤRŽ0ÓTÛvd†³Û'ã$Ì e 3[Dq©•«¯àlFÇysòÈâ¬ñÏ(ª¢ËGÄZÇ$F­o±¾‡\#¬¤8Áë§@Šh뻆3Õ¶!§@‚cëõKo›컈’|ñäkœ lgPþ³çCŠ¸ÁÒÀ ¸`Aã!tèú«´>ʵǤˆoŸN
-µ¤ÆÄ^۾ѻŒ•,ë2d—
-q© ¼nŽ9Üp¯òîkŒoó»(˜VÜ¢>c6SÓïîü™(é ¢ûŸdÛ%82ü=1†¿C1žQT¬ÐBg…cßa;qˆ'?LkÜ‘:ö µ}†Æiõð ̉{§s%•–`·Ì TW²¶.â„]vhV7Pã$X¤fñˆ ’ØÕ<9«Ìã¯ãf¥lÌÐFŠ’ò¡e¥Å_ÇÛÉs4ÏÃ*ÃÝ‘Ó†ê'\³Õ&©UmÙ5NêMU{qþzEqßzˆ§ª¢3YnÝâ/Ô\P»)ÆHðÿ<^çgCÆØ¡—j­,JÊét x Í·dAó€îQ‚#kzGÝ›HºYÝ#h~Â㨎=Ë8@¼ŠÒ#9 •:9lð+sÀ–°ËÍ Ú(?Hpì>ÍþjžÙ-¶c·ù•¦k˜¦,ÎJONUt&kìˆýàäØýfß.}zª¢3YÎXÛ ¡ âÖ\#­J?¼žÏîW>íà½/¬Ód-²Eü§ÂæŸÇ·w‹’‹®—+׺¹É-û‹×€<þsÏZÙ¹ŒTT½¸îåÈ"NÙ9žNù,/¦y±Yýê(›¯Fk ÅLE9YÞÞŽ‹©é±OTÛOOêEªü6CÄEáÕè½[,7ïÖ·Ëåææ|²\,W/Wùôüv¼úðòóûÀ öqûSO,
--+Ë9»ƒ'˜BÒ>é&>ö×XšmÝû*0p®ÃÅh‡ÌÄ`ìDÀÂO` Ù 9X‹_]ó¦t4­ó÷y1©¨Ý×`.ðàßgš‚¯¸|š/n:Z…S)ò|êPgYìÛƒ$jk|õ¬µÝF†Y3l“˜ZAäÿ=£r{ÀÚÂÖJ¬HVN•±k"T^™ÜÕ÷eJ¥Î2²ìó1g>ÁÀ²6z­õŒë¥=ã ¢XϧeLÁ•ó
-PȺ^€BדqÖ<e.ÜçÊT$L½°p+
- ×­²|ïßÞ^ŽöPmáÛQÌvÓäÐZÂ(Ó;á
-endstream
-endobj
-622 0 obj
-[609 0 R]
-endobj
-623 0 obj
-<<
-/F9 92 0 R
-/F12 129 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F7 83 0 R
->>
-endobj
-597 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 623 0 R
->>
-endobj
-626 0 obj
-[624 0 R/XYZ 124.8 654.69 null]
-endobj
-627 0 obj
-[624 0 R/XYZ 124.8 606.04 null]
-endobj
-628 0 obj
-[624 0 R/XYZ 124.8 607.98 null]
-endobj
-629 0 obj
-[624 0 R/XYZ 124.8 596.02 null]
-endobj
-630 0 obj
-[624 0 R/XYZ 124.8 584.07 null]
-endobj
-631 0 obj
-[624 0 R/XYZ 124.8 548.2 null]
-endobj
-632 0 obj
-[624 0 R/XYZ 124.8 548.2 null]
-endobj
-633 0 obj
-[624 0 R/XYZ 124.8 536.24 null]
-endobj
-634 0 obj
-[624 0 R/XYZ 124.8 524.29 null]
-endobj
-635 0 obj
-<<
-/Rect[147.41 457.54 154.39 465.96]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[0 1 0]
-/A<<
-/S/GoTo
-/D(cite.tikz)
->>
->>
-endobj
-636 0 obj
-[624 0 R/XYZ 124.8 422.73 null]
-endobj
-637 0 obj
-[624 0 R/XYZ 149.71 424.66 null]
-endobj
-638 0 obj
-[624 0 R/XYZ 149.71 412.71 null]
-endobj
-639 0 obj
-[624 0 R/XYZ 149.71 400.75 null]
-endobj
-640 0 obj
-[624 0 R/XYZ 124.8 354.98 null]
-endobj
-641 0 obj
-[624 0 R/XYZ 149.71 356.92 null]
-endobj
-642 0 obj
-[624 0 R/XYZ 149.71 344.96 null]
-endobj
-643 0 obj
-[624 0 R/XYZ 149.71 333.01 null]
-endobj
-644 0 obj
-[624 0 R/XYZ 124.8 261.28 null]
-endobj
-645 0 obj
-[624 0 R/XYZ 124.8 261.28 null]
-endobj
-646 0 obj
-[624 0 R/XYZ 124.8 249.32 null]
-endobj
-647 0 obj
-[624 0 R/XYZ 124.8 237.37 null]
-endobj
-648 0 obj
-[624 0 R/XYZ 124.8 225.41 null]
-endobj
-649 0 obj
-[624 0 R/XYZ 124.8 213.46 null]
-endobj
-650 0 obj
-[624 0 R/XYZ 124.8 201.5 null]
-endobj
-651 0 obj
-[624 0 R/XYZ 124.8 189.54 null]
-endobj
-652 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 1545
->>
-stream
-xÚ¥WYoÛF~ï¯
-¡Pi½—»)ôR8I]¤MѨ/µ ”–VaŠTIªŽä¿wvg)RG\~°öœù曃J(Ü üÏ»Áãg?NÏÞš!F ¦ËAÌIbc%H"ÓóËène+;KG6y­p–Û[,ÂNn׶p› .Ö.j6¥ûUÑõpÌuD5¶ZgEÚØE» wï‡WÓŸÏÞ2ºÓ†KA˜P¯É þ܉Á›é 4!:é[D†c¥Xt±<~ŽÍÂkï/>Nñ@'‹'ÄÈ°ŸóìzÓ òZD#¯ßXPA´Œóát³r†³$šo«ªCŠ©F¦£»,ÏñXQ68èPƒISnÁ*ZyØàò,ª­=2ƒåLnQK |ÄMuÿ …!`L“%‚FEÓÖ¨zUV šÎµ"1CÓc|V·CgCu–g…»!M4/׃kǬ,pĸŻ0ÍÜoLBuX¬q1ÿ½Í*Ì–Èó#¦ÕÍÖsRy¤¥vD<DŠöõHmò²¹$„\='&(‘À4cˆ
-D 2Ü9}bŒÇDPEØT½ß>-£t³‡À«Òbnéè´×Dh/Ã;C
-~ràºQàäÁsŒ2›pï['ÝD ‹‘lkœ7¨… "^…ågqYgèl·”z#Ê-ˆ@ò°˜÷}â
-å”›7ðð^ÄÁø©­Ên;DZJ ¾/»÷%#ºárÊ<éWvhvœ€Û†TOe™Ñ&‘Ž »rå&›<ÛÅ>G!˜‚RñN”–.‰¡¨ŽÞ!²Å ‚…•þSŽ„'¹x@{¬†5Ô+w¹Æ…jƒlÙ>¶.«pÌ~J×›ÜÖ®†¼¥‰ÖýzлT
-cîk—Ð,Jñ§(=X ;‚¹Q]âú½s]¹ÅÉ<-p°­m¸]`»á'ÓìØÅPý“ÎÛCb¢Zrý‰"väÒûdrOÍx¬ì¼©®C­gÀ=Þ,%3Q?ÎE„˜€ƒÁïmjæ…t›#E$ÍCkÀiÄÄ•o;*Ú¶Ãtú¸2ãZSÜuÏßÎÿýÔ„<- …âdH¢ºZç¤gá•Ú6øDºmÊ5ô/ó4ÏûíŸËg‰êã²°¡Œ‹¬¸ $.º¬}¨i¢»0›!‡.Æ^×Éóú®”‹%ÈWÐT£^XËb£Éž7ßž¿>ý–/
-|'^ùÌ没¡(pŸÚ3ª¨Ù¿ú¼z-´Bibúõ›ÊKJ8¬)1ü+%å™%<Ø#)wŸž
-endstream
-endobj
-653 0 obj
-[635 0 R]
-endobj
-654 0 obj
-<<
-/F9 92 0 R
-/F10 99 0 R
-/F8 87 0 R
-/F14 164 0 R
-/F15 178 0 R
-/F12 129 0 R
-/F18 226 0 R
->>
-endobj
-625 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 654 0 R
->>
-endobj
-657 0 obj
-[655 0 R/XYZ 124.8 716.02 null]
-endobj
-658 0 obj
-[655 0 R/XYZ 124.8 678.74 null]
-endobj
-659 0 obj
-[655 0 R/XYZ 124.8 545.29 null]
-endobj
-660 0 obj
-[655 0 R/XYZ 124.8 465.65 null]
-endobj
-661 0 obj
-[655 0 R/XYZ 124.8 467.59 null]
-endobj
-662 0 obj
-[655 0 R/XYZ 124.8 409.86 null]
-endobj
-663 0 obj
-[655 0 R/XYZ 124.8 349.63 null]
-endobj
-664 0 obj
-[655 0 R/XYZ 124.8 327.71 null]
-endobj
-665 0 obj
-[655 0 R/XYZ 149.71 329.65 null]
-endobj
-666 0 obj
-[655 0 R/XYZ 149.71 317.7 null]
-endobj
-667 0 obj
-[655 0 R/XYZ 124.8 292.19 null]
-endobj
-668 0 obj
-[655 0 R/XYZ 124.8 271.92 null]
-endobj
-669 0 obj
-[655 0 R/XYZ 149.71 273.86 null]
-endobj
-670 0 obj
-[655 0 R/XYZ 149.71 261.91 null]
-endobj
-671 0 obj
-[655 0 R/XYZ 149.71 249.95 null]
-endobj
-672 0 obj
-[655 0 R/XYZ 149.71 238 null]
-endobj
-673 0 obj
-[655 0 R/XYZ 149.71 226.04 null]
-endobj
-674 0 obj
-[655 0 R/XYZ 149.71 214.08 null]
-endobj
-675 0 obj
-[655 0 R/XYZ 149.71 190.17 null]
-endobj
-676 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 1743
->>
-stream
-xÚ¥XÛrÛ6}ïW¨É„j"„
-‰’ÑD$⣳ÓO'‚°ñ„RžxÈsYåj< bî}XµE]©ñç³ßGþhBc$fE+¯ÚqÀ¼Ë"o'麭õœo(ëv‰rX¥§ÿƒ£=@ ìXUWro1lô‹Oß¾{ýþãÛï Ä×gæ¤ÉîI©ï“š/•*Î+}¼ ðRü˜C`Î_îµ ‰¥QO8çÞ«E]dRá”´‘nÓ{(›2ŸðÀ@pÚ:¼2*0Ž·VžÊV6Ë¢’‡rp-}™¶E––åæç‡ ä> Â-“CS£­•9èEžÓQU·ˆjݱ'›yÝ,-Îj 7VËp&lÍ™^Õùƒ Ÿ°è0î‚O™ a°µ~­4t&bÍ ý™²0º’9þX5ëfY\hüŽ¹~'4Ú«,[Æq*Æ‹-T 5ÜÕÜÀ¦¶i9[4†¥n¨¨²rƒûEH„j{Q’ ¹ÔX‚Š_¦ ž¨yá¬Á¼¬^ê¾YQ¥:LÇ%1N´Þ2³Äœ§ëÒÚº°ìœN÷”ú}LèƒF2tûĹýd×ï''<„ÝC'V1•ŽBíÉ«ïÞ½|úñÎ0ÀA8~µH«ó=7rjÔm-ŽÞZ×}•.W¥T?ÝN¬Aø‰ T
-¹,ŒC+-UÐg¦ñ‚^þ\7™gÆaæFs¿^㉳´Ú]¯RŒÞwº9*0 œPkǶ¸øWµ›R^Ëo²°& ïJÇ
-áûÖónž|ºíŒEÄñÆYýó£­aø˜nu1ÀBß;—-60ü†Ž¿´- BÈÌ„ *¼37#/Ì@#«Ìö裢´Åž·Ø‘yõÔvéts¾n$ŽÔkÛ½¨µº/­
-¦8ÜMQâ媵Øjä×uѨï©&zŸB!ûêò²,fMÚl®µKi©Gà  ²‰·qº;o
-<">)ø!¡CVêZC‹€Šl+µ7iÕªÂðùåÉÓþ Í̪d&•JûTÌwžáÈÔN­QÛ0ÜWÜfZÿ°¤nú Œ©‹%¡30²ŒœýÝ9
-endstream
-endobj
-677 0 obj
-<<
-/F8 87 0 R
-/F12 129 0 R
-/F9 92 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F14 164 0 R
-/F7 83 0 R
-/F18 226 0 R
->>
-endobj
-656 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 677 0 R
->>
-endobj
-680 0 obj
-[678 0 R/XYZ 124.8 716.02 null]
-endobj
-681 0 obj
-[678 0 R/XYZ 124.8 679.2 null]
-endobj
-682 0 obj
-[678 0 R/XYZ 124.8 681.69 null]
-endobj
-683 0 obj
-[678 0 R/XYZ 124.8 637.07 null]
-endobj
-684 0 obj
-[678 0 R/XYZ 124.8 589.1 null]
-endobj
-685 0 obj
-[678 0 R/XYZ 124.8 551.33 null]
-endobj
-686 0 obj
-[678 0 R/XYZ 124.8 553.27 null]
-endobj
-687 0 obj
-[678 0 R/XYZ 124.8 541.32 null]
-endobj
-688 0 obj
-[678 0 R/XYZ 124.8 529.36 null]
-endobj
-689 0 obj
-[678 0 R/XYZ 124.8 517.41 null]
-endobj
-690 0 obj
-[678 0 R/XYZ 124.8 505.45 null]
-endobj
-691 0 obj
-[678 0 R/XYZ 124.8 419.83 null]
-endobj
-692 0 obj
-[678 0 R/XYZ 124.8 421.76 null]
-endobj
-693 0 obj
-[678 0 R/XYZ 124.8 363.49 null]
-endobj
-694 0 obj
-[678 0 R/XYZ 124.8 325.73 null]
-endobj
-695 0 obj
-[678 0 R/XYZ 124.8 327.67 null]
-endobj
-696 0 obj
-[678 0 R/XYZ 124.8 315.71 null]
-endobj
-697 0 obj
-[678 0 R/XYZ 124.8 303.76 null]
-endobj
-698 0 obj
-[678 0 R/XYZ 124.8 291.8 null]
-endobj
-699 0 obj
-[678 0 R/XYZ 124.8 279.85 null]
-endobj
-700 0 obj
-[678 0 R/XYZ 124.8 267.89 null]
-endobj
-701 0 obj
-[678 0 R/XYZ 124.8 255.93 null]
-endobj
-702 0 obj
-[678 0 R/XYZ 124.8 243.98 null]
-endobj
-703 0 obj
-[678 0 R/XYZ 124.8 186.26 null]
-endobj
-704 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 1411
->>
-stream
-xÚ­WKoã6¾÷WèRTb®ø’Ä9lÑdÑí¡õ-ê›v„(’!ÉM¼Fþ{gHêaKQ’Ýø`ñÍy|óÍÐ Hx[Ï|>yS½Ÿ®#R¢¤·Øx’‘Hyó“Hx‹Ÿÿñ‰gÿ.~ýpMY·Š$d^`än:ìBTìf³b[ø§óá1QLâfáfò˜|ng”Hêlí´òQ!NΩ`DEð WfÍÕã.É×ÕlÎ9÷ëÂ}oµm”ºÚg5¶…_4Òíy4P„ Å‘Ý‚ˆ(îæ/Ï¥ I(:‹Ìæ”ûKŸË™Í…þß³˜ûÅÞJ²JrÛH²ÊI¹¯4é]-ŒÃzr9‡Ñ
-_Ï„L­ë,É8¿¥y&Ha°ˆ^˜ñàd 5`#Š’áà/è[p_ZÙ/5z!PØ‘uZí²]|°Éc³¸NW8~W™„Ãü…ÁîÑ›Äæ=8¨,öù:Í·v
-̶J«´ÈídsÔZ#íæÍå7ö¾I÷s©0˜¬7ÚXê¡ Lf˜Tz¨ñe+å‘}½7y‘X´ymÎcáÒ04º”Kp6ð3`»/µ[™nì\®õº[ºÐƒáÛt{««ÚŽ÷
-sƨ0,mw½×¶o\
- £LøÌ
-Ĉ…0¤—ýJãDˆ°@4ÍÑwP£jÓÔr'¨~›à <µg_rÕ(”-Õ¶³) YD 5¦QAƒ&ÐÃHuÏ<7ùõìxX'25¡ìÐå#䞃ebÓ•uç–æÕÔÑé9³1` 7=?᧵®Ve겜K ®çty!H%‰ M`ß’2 ïú¹L‡øÈÊÑ{fH<á³5zàê®@õé5‰
-endstream
-endobj
-705 0 obj
-<<
-/F7 83 0 R
-/F12 129 0 R
-/F16 196 0 R
-/F9 92 0 R
-/F10 99 0 R
-/F15 178 0 R
-/F13 155 0 R
-/F18 226 0 R
->>
-endobj
-679 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 705 0 R
->>
-endobj
-708 0 obj
-[706 0 R/XYZ 124.8 716.02 null]
-endobj
-709 0 obj
-[706 0 R/XYZ 124.8 667.8 null]
-endobj
-710 0 obj
-[706 0 R/XYZ 124.8 669.74 null]
-endobj
-711 0 obj
-[706 0 R/XYZ 124.8 657.78 null]
-endobj
-712 0 obj
-[706 0 R/XYZ 124.8 645.83 null]
-endobj
-713 0 obj
-[706 0 R/XYZ 124.8 633.87 null]
-endobj
-714 0 obj
-[706 0 R/XYZ 124.8 621.92 null]
-endobj
-715 0 obj
-[706 0 R/XYZ 124.8 584.11 null]
-endobj
-716 0 obj
-[706 0 R/XYZ 124.8 586.05 null]
-endobj
-717 0 obj
-[706 0 R/XYZ 124.8 521.9 null]
-endobj
-718 0 obj
-[706 0 R/XYZ 124.8 286.33 null]
-endobj
-719 0 obj
-[706 0 R/XYZ 124.8 244.48 null]
-endobj
-720 0 obj
-[706 0 R/XYZ 124.8 246.42 null]
-endobj
-721 0 obj
-[706 0 R/XYZ 124.8 234.47 null]
-endobj
-722 0 obj
-[706 0 R/XYZ 124.8 222.51 null]
-endobj
-723 0 obj
-[706 0 R/XYZ 124.8 210.56 null]
-endobj
-724 0 obj
-[706 0 R/XYZ 124.8 198.6 null]
-endobj
-725 0 obj
-[706 0 R/XYZ 124.8 186.65 null]
-endobj
-726 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 2033
->>
-stream
-xÚ­XYã¸~ϯð[d Í]úa²Ól°xÝŒˆÖfÛBË’#É=vóßS)ÉÇôL;ûb“É*ÖñÕ1 ENÖúûÛä¥Ù_çß|—L¤Y4™?N"%’l2‹µHÌdþö]`„ÔÓ™”ÊoE;é$
-ê]WÔU;}?ÿû7ße“Ld1'3™
-ÑÁùÆ6¶§aûAkŸ§*l“—xQ4ö?û¢±+ü,ƒ¼Zñ>Ü–¶âÙ¶æóÒÑ¥Ãtíz¿…M°µky©«ý‘éL¥Áªx<º«¶È/1ɯe&qƒÖŽGì[bFeñDlб‡9‰J†ýk¨@4"”tÛbÁ‘ñ°Id į¿ÛuQ¹ Ã-*iêv|슧ÿîŠe·oì§jOIi:ôGPÊA—ŸÞ=Ùãýs^îíŒÕû+”5ÜÎoB\ùn‘~ g4|ΗLD¦OøºB æåAàšˆ¿äمΓÄûX[K¶v›’y£‰j仢óÊ«¥ÛºÌѲµ ~çn/ØäÕšíOŠnóÛË"'N,ø²¶;–ö£}¶ ˜u”eÉóþ]YT@%C¸tÕmîå®{óë•Ô‚•ýX7Ì»=äÛ]iÅ…jÀÛT$R†„ö¨î¿ýùç¼å}éps&’Ø©èîâ¯ÜÃ6?ü?ç/Ò¾âü˜¾WË¥|"ð†Ä[G ‚7&ì1“&+[Õ}A·qƒœð?—ŶèÚ;˜ÄiPë,‰ãagIÆöͱEO.Þ“&n¯ šb½!Ô¼ÄeÝT¶¸Ïÿ¬·Î6»Í›§öºÉmª^
-1ø†)¤™÷‘…ŠÕçò¯Š³““ä]‘LœlpIJÁ1à»íl³%ÛÆiçwïʺëÐpµA—‚eY<p`iŽÝ¦¨Ö¼Ù–­;ö¡@¿Å3Þ1/åS^˜.JäÑH9þ§©Äk¥•±¼EP£“$(•¥ìß<¬ùßúGót_3ñhÀÈăäá<°GHŽ¿Í–5=¿nVE•wD5s’ÃÛ{HÃI»ÌK”÷K”ñ¦·É;^ï6îT/mr¶4»Z±üqøy¡-©q .h++û˜ïË®ßþ: SÓã êWD_ƒ¢Z–û™Î"æ›=ìi†Sã’˜,v&‹;ÊÜI¥lS°ÄXKR¿Q¡“±m,ù'ˆÜ02¤Güé§Wõ˜4{ ;^ªQ™5¦#5╬FõjĉW£‰"Vc‚j4‘vjÄ= 6°ÕˆK½³#Àõž«R‡BF×TIgº[t #A—€Ê†u)¼äÁѺ `¸ù ·Þ£ÖB¥3yÙ›beù3 HË߃8Q$8PÒ†`á¹ 
-…’N®ß~ÿãÃO¯ºFk0ðôD£ÆÁm 7ÓøþèB=Ý­T¥ÉM#¡ãÏEèSÑítTòëBùµì/ïÎ#n¦K‘ê³Gü·Ö¹“šâÁ«"€ðUé-`tò{B{0ߊð”`ã¹R„š°OÆnQ®"_¿¹Äl}HÚn “JŠÝ ¸-ÚPå*r§sŒQ£¯‰e¶yžF
-¥ù6 3ÀŒËà Í)—3
-ó‹5áéŸ-
- ÄbÍéÇ·Tä#š¥>ýM3—.âˆÓE*Lx¡«ùÿßW€6¡r¬  W vf‚6…Ïàpê‰æd®G^üÁJ Pg‰ƒT€a…ÒûޜÓÄü뿳,"‚p… .>øE3é×~uR°‡K‡Á/¤ZX»|m å_ó_ûéŠE”žèà !%qDA@HÈ®¥v]>_TÖW~ë¦Þï
-endstream
-endobj
-727 0 obj
-<<
-/F7 83 0 R
-/F9 92 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F8 87 0 R
-/F12 129 0 R
-/F15 178 0 R
-/F17 199 0 R
-/F14 164 0 R
->>
-endobj
-707 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 727 0 R
->>
-endobj
-730 0 obj
-[728 0 R/XYZ 124.8 716.02 null]
-endobj
-731 0 obj
-[728 0 R/XYZ 124.8 718.01 null]
-endobj
-732 0 obj
-[728 0 R/XYZ 124.8 706.06 null]
-endobj
-733 0 obj
-[728 0 R/XYZ 124.8 694.1 null]
-endobj
-734 0 obj
-[728 0 R/XYZ 124.8 682.15 null]
-endobj
-735 0 obj
-[728 0 R/XYZ 124.8 670.19 null]
-endobj
-736 0 obj
-[728 0 R/XYZ 124.8 658.24 null]
-endobj
-737 0 obj
-[728 0 R/XYZ 124.8 646.28 null]
-endobj
-738 0 obj
-[728 0 R/XYZ 124.8 634.33 null]
-endobj
-739 0 obj
-[728 0 R/XYZ 124.8 622.37 null]
-endobj
-740 0 obj
-[728 0 R/XYZ 124.8 571.96 null]
-endobj
-741 0 obj
-[728 0 R/XYZ 124.8 552.24 null]
-endobj
-742 0 obj
-[728 0 R/XYZ 124.8 554.18 null]
-endobj
-743 0 obj
-<<
-/Rect[343.99 523.29 355.95 531.71]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(figure.11)
->>
->>
-endobj
-744 0 obj
-[728 0 R/XYZ 124.8 491.91 null]
-endobj
-745 0 obj
-[728 0 R/XYZ 124.8 494.4 null]
-endobj
-746 0 obj
-[728 0 R/XYZ 124.8 369.92 null]
-endobj
-747 0 obj
-[728 0 R/XYZ 124.8 313.68 null]
-endobj
-748 0 obj
-<<
-/Rect[169.19 179.68 176.17 188.1]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[0 1 0]
-/A<<
-/S/GoTo
-/D(cite.tikz)
->>
->>
-endobj
-749 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 2004
->>
-stream
-xÚ½XKÛ8¾ï¯ðek3"ERÒ>d0É>0Xˆ³7°ŠMÛÚ¨¥†$Oº§Ñÿ}«X¤$[N§íÌÅ¢ù(Öó«*NB†“ÝÄ~þ6yîßË×ïy8IYª'ËíD §“¹ŽX,'Ë?«U›ùµi
-óh~1õÃt®Ò4Èîóf:×aÙgS<->ÝLo–ÿœ¼[EO%V,~‘ûcZR±fH%1ÓÊÒÊÚÅã*™š…«éÓl¼5M™¶;VõõÌÎ9SDì¡ÙçÛv1çê®=#
-2ú¬³»6¯JúÓVø•A»74qWT-›Î¥”ÁrŸ7´ú5/
-¿œ­Í€ìÊ‘`[vLˆ0aRNB{ÿZ°ˆ>Ckÿ™ÿ îq°1þ¢v?lBÄLEÎúeµ1Ÿ¬ùgÍoµuCãGTÚÓ›—Za¬R žB6µJ …SZ*=Ôµ)§ HK+ÈjDz[ÒsŸÝÞî€U,|›}…§¾–t,w{WBÅ»Cmž%bÁRqÄçÃõD°$9Z· D`Fw©ÕÆñýÖœ7ç.G©î\D ™,¥¹Í7$!’$¨¶ôµJ‰W;N­úI¼ /w4¿Ac'qÛʪ¥My¹®ê;»VÕ-´œY…>¸?ñiÖun]¸YM­ŒaðïiÕÁòǤƒuæ½6ëªìôJ¾ï}>»£ËMVgeçÞåæuU“[vRà
->8.;½ÂÜ–N ­ý2¯$éË0Í^÷ô—Å'¹±šñÕt:çÁÓÍÕî…ÊcŒ‹{ú¸¼‹{’Ü8prÃ0ké«?ÓÀ*Ém&xPÝ\kEîÏÀCêÖæ>Œdè¼(® 1ªz“—ÖWpÔ0¾$’‰#õæôɤg!D塸$ö@‚¢Lí‚"ߊ†AQ˜m뵪KSwîCƒUÀG¬Ašàò΄[³f=rÕƒwUwMïöS¡-îD"¨JÈO zÃHøP˜¬qrAäÙB™N‡†<\x\ƒÁOŽóx¢Y[¥rH,ÑD°„;æ>Bò딦B6Lrª^ÞùI9éæ~v†:¬²¶cÅGlã8«v¸«éŸ«£ˆâQÊî¸Z¹õANe©w
-Ÿ OIHÎï¤Î(‚RGÍnÓÉåá–€ï+ w„ jæp.Òi𙬠â0¸­j7„ª«»:'‡‡ Ö¸¥CI<Ýäí!C‘ h”RÁß½ÿÉ_È‹gx. þ;Z@uyÍPhŸ˜V¤˜ahÃ+ÇWáB¤qjâ!KÄPMÙzm„nÛ¼)´OšPý ›üW7‰V­-Añ´MZû$ “€;µÏ×ÈÉžÎù‡Æló-}I­ÄHVs± AÔ×B4*9ª¢¤÷6ò/ %KÌïo¡BY”U}›n§èQ€³Ø;êÿFt
-VTà8¶»ÐŽ&WüCƒÙ­Ÿ6™ó€S¸S÷ÒÜ¿L©Ñ§NÜ›+¬Ù]æYW·Hë3æofÉx4DÕÍ6;ÎKòf %€ržè©3\<†é´- àG†ï¯Ó*çmÙmˆ‰>ºmìêИ(Ë:<Ù}›¯¿,F¾]Vâ‹þ툎ì!ù§|\ŽNC¿—zOEÂàð3ð‡°õíѶ±Ò4ù΂V#–ˆ4 Š¼iiTmG͘=öµÂ‡
-ÞbÞiÖqhÓWȆ跄‰_ÜuÍ>Ãz/êò þ¡.`Ø.àlVï·¾«eYÈcZŒ´3p ͯ}[FR~ ãGùÁ
-endstream
-endobj
-750 0 obj
-[743 0 R 748 0 R]
-endobj
-751 0 obj
-<<
-/F10 99 0 R
-/F16 196 0 R
-/F9 92 0 R
-/F14 164 0 R
-/F15 178 0 R
-/F17 199 0 R
-/F12 129 0 R
-/F8 87 0 R
->>
-endobj
-729 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 751 0 R
->>
-endobj
-754 0 obj
-[752 0 R/XYZ 124.8 546.89 null]
-endobj
-755 0 obj
-[752 0 R/XYZ 124.8 546.89 null]
-endobj
-756 0 obj
-[752 0 R/XYZ 124.8 534.94 null]
-endobj
-757 0 obj
-[752 0 R/XYZ 124.8 522.98 null]
-endobj
-758 0 obj
-[752 0 R/XYZ 124.8 511.02 null]
-endobj
-759 0 obj
-[752 0 R/XYZ 124.8 499.07 null]
-endobj
-760 0 obj
-[752 0 R/XYZ 124.8 487.11 null]
-endobj
-761 0 obj
-[752 0 R/XYZ 124.8 475.16 null]
-endobj
-762 0 obj
-[752 0 R/XYZ 124.8 463.2 null]
-endobj
-763 0 obj
-[752 0 R/XYZ 124.8 451.25 null]
-endobj
-764 0 obj
-[752 0 R/XYZ 124.8 439.29 null]
-endobj
-765 0 obj
-[752 0 R/XYZ 124.8 427.34 null]
-endobj
-766 0 obj
-[752 0 R/XYZ 124.8 415.38 null]
-endobj
-767 0 obj
-[752 0 R/XYZ 124.8 403.43 null]
-endobj
-768 0 obj
-[752 0 R/XYZ 124.8 391.47 null]
-endobj
-769 0 obj
-[752 0 R/XYZ 124.8 379.52 null]
-endobj
-770 0 obj
-[752 0 R/XYZ 124.8 367.56 null]
-endobj
-771 0 obj
-[752 0 R/XYZ 124.8 355.61 null]
-endobj
-772 0 obj
-[752 0 R/XYZ 124.8 343.65 null]
-endobj
-773 0 obj
-[752 0 R/XYZ 124.8 331.7 null]
-endobj
-774 0 obj
-[752 0 R/XYZ 124.8 319.74 null]
-endobj
-775 0 obj
-[752 0 R/XYZ 124.8 307.79 null]
-endobj
-776 0 obj
-[752 0 R/XYZ 124.8 295.83 null]
-endobj
-777 0 obj
-[752 0 R/XYZ 124.8 283.88 null]
-endobj
-778 0 obj
-[752 0 R/XYZ 124.8 271.92 null]
-endobj
-779 0 obj
-[752 0 R/XYZ 124.8 259.97 null]
-endobj
-780 0 obj
-[752 0 R/XYZ 124.8 248.01 null]
-endobj
-781 0 obj
-[752 0 R/XYZ 124.8 236.06 null]
-endobj
-782 0 obj
-[752 0 R/XYZ 124.8 224.1 null]
-endobj
-783 0 obj
-[752 0 R/XYZ 124.8 212.15 null]
-endobj
-784 0 obj
-[752 0 R/XYZ 124.8 200.19 null]
-endobj
-785 0 obj
-[752 0 R/XYZ 124.8 188.24 null]
-endobj
-786 0 obj
-[752 0 R/XYZ 172.59 160.34 null]
-endobj
-787 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 8599
->>
-stream
-xÚí]·•†ï÷WôE+-4 ¿?²ðʼnìb¹°¬"ɲÆ+ïþï{XÝ$O«[ßVi4¬*äÃmN½|«ù°HžÓU¬Rî^ì¦üi×ÿo?îÔNÒÔ.F‘äî**aÝîéõn÷xgv_ßÒw¿ÿú·_¦]Éï¾þn:²øõ¾y þõëÿÚýñë÷W&Keï9êÎüð1ùkõõ¢ç(aRt»Îtjsã„ Êï®”ô"»»þäalò~÷ªC¤´!¥`>F·?ÇÙ÷žRÏ÷ÿKÇ1¯çê¶B¥¤k_“Âí/S÷ÁË”.e ëA`D2IõÁ9H€¶Û+ŒP‘Šz,¾*_¼{|züÙ›>
-RLXó3‚€É
-#´µeÁT ¦Ch4ÙÒqXMòàrŠ« L‡àh²¥ãðÔñ¼ç ®‚p0‚£ÉŽãÒ0O §µ
-Ÿ4̳ÂKeÓglûÇw˜~Qôåáù³ŠÂëès¢„>ÒÔéLo:ëjÿ×Ã?¨ôš“ãYŽî&æà¬MÒ´¢ã§£d>Ÿß~I}Ñ‹r*qJ)áÕþ€®ó}=Ѿ7fËÅm¹86:ÈitEÉTÐœÉtÈœÙd Ÿ3!:âà*×8˜lá8¬œ&J‡áà*×8˜lé8¬ÞI â`*Ó!8šlé8ˆ‘ ¹
-ÂÁtŽ&[:Ž\þr„ƒéM¶pNŠ`SDWÍL…àà:
-ÂÁtŽ&[:#‚Sè/Ñ\á`:G“-=uúÑa ’µûø0pÝù;ZÓ(Cÿ3çïîæ»»Iåé-•·¥òÆNå9'¤’¼‹…« )•é)µÉ>¥z#t’&`8¸
-ÁÁu
-z¢„éGJšléYÕ‘4ÞLJ€ëNã#üÔ÷·4Þ\i<³¥ñ¶4ÞØi¼HC°rü)†« )•é)µÉ>¥&I}Í¡p‚ƒë
-g½× Ž¢Bq nâ74
-!Œ5ÄQT(Äã@ü†Æ¡D²ÆQT(Äã@ü†Æ!éO^:GQ¡87ŽñG¤¯œL
-qã4¿¡qHá}ˆ`dPU(Äã@üFÆ¢°&9p¤ª*äÆp@~Cã ÉV)0N+"àÅY
-j7>×"~#O¶ÞÑhcÐß™«
-Ĺ1ßÐ8´ˆFpZU(Äã@ü†Æ!…—V‚1sU¡87Žñ‡‹"‡þQU Èá€ü†Æ„õ¼8Š…xq€ÛÐ(ò“Y Eq¡(
-Ĺ1ßÐ8¬H ]Œ
-ðâ,
-…¸qˆßÐ8håi%úCDU¡87Žñ‡IÂëÀ‘ªª@Ãù #ß¿›ßøŠá(*âÆq ~Cã¤dQE…â@Ü8Äoh^Ø8wTŠqã8¿¡S®HPVs|w–ß=ˆ
-ÿJ‚ïD÷$ÁG“hLÒlÛï}âŸÚ|[‚o!ïÚ"ô&¾"B ^|¶܆^ûha=}eEQ¡07Nñzcna´C7¦,"t[nÀ‹ïÊ ¸ ý,‰)Xt罃}’ðâû
-¥¨«¹éòvÁ&^ AfÇJÊywÕÝd´XP– 2;ZRH¥ ?ñRÔs·&(2ÖNÅïL‹ÏÕOÎ$qfë'J irr±ez®A§µ¦¤“RR(§¨‰¢?ZWDžH*E}MNëuŠAìQU!/ÿœã–¬¬œ~oýEG¥•Ä‘e¢
-t«@=:•ø3ÙûSû¨ç²¿w{÷Þå1¯g©çíÆÑ^‹iA¬h%X~`}ÿøïïèýç*9ÓýOûñƒçòcÏAg.¢ó‡½è:L˜ëmH3œÞ|EAs£Ûß$aÃÙíÖ?‰L$#Ï=)|N¥´J'ÿqÂr¢]Êï/=¯®føKÏA¯çëÌ}·Á—JòAcò¡¯¹¤ ÷#òyÅ>—ÜwNòø>@˜4ý²`:“!@šlPh•âMþ¹„Ât&C 4Ù: XáCº`bâB ÓA\šn`‚VO·`˜Ãt˜¦[ZÎ=mS‚aB ÓA`šn`´>§)P.L‡`a2„J“­ŠÎϽHSaB ÓA\šn`ŒÐÞ_0¿p!†é 0M·
-0@æ}|í§ PQ»ðy!<¾ÛœÏÛ qj']>*?eF°dìÎ¥} -~*zo^üÓæñ´ÞtJNäßÛ)Õý¤Ã;ö“V}çÜ“8½ãî³e·làû&/+LTé‚E)B³,ÓA³lÓ­b–5yA…/K™ÁÂd•&[OkðéöD”
-BX˜âÒtë
-ñ‹ ³lh0ËñÑäWYå»"`4Eˆ£Á,Èr|4F¨ü &sÐá` CÆ1 µ´×:à\ŠƒY22åèhRÁæ7ªƒdªV.˜áðXèCÈ¢XŠÆ‚6,áðX‚0Þ(c): fØ°@†ÃcñÂD—àé¥ê`,˜aÃ?í£±žðþð†Ø; /•ˆ!ÜŸðò3ßpv¥’Ñ«ý|ë¼f»ß »ß,½ã~³oµU'·¤y¡u>Íí~´-Ù¸ôdcrÂ)uÁ’¶èàI3l“4d8ú$)®ò
-Θ
-³«L »á‘øü† _)UCÁ Èpx,VH¥ðà¯ê`,˜aÃE å~±d0È®1Aì†G"…·ýÊU$Œ²kH»Ñ‘„éð4_d(Ì®"ì†G…ö2X˜IÑÁP0ÃF2K:øÇÝ"ƒ¡@v b7|~ŒäJñÎBÇ’E¼¡ãýI"æϽ¥nº%ï$‰¸mŸ·%D Ôz2áË؃ žœ!»69#vï—(ŒrIi˜IÑÁP0ÃF2‹§brp ^d(Ì®2ì†GbE’øª†‚6*áðXŒ.88¯[u0Ì°a ‡Ç¢„³Îë ²kL»á‘H¡½Wø¤Rt0Ì°Q GÇâ’Pî‚”UÕ¡X@Ê3K** Ï+UcÁ Èpøx‹éJ.ñŽBÈ’I¼!äýI$Ò4k¼JaK$ÞM"q{™ï–H\t"ÑA_¿™§êàÉ3l“3d8üš‰Â)çœà­: fØ°@†£c±´BL:Á9ÞªC±€† f8<'¢ôøãÎUcÁ Èpx,F$çð_DªÆ‚6,áðX´°6o1‡b): fØ°@†ÃcQByƒÿ*Ru0Ì°a ‡ÇB§ì.x¦¶ê`,˜aÃŽŽÅ$!CŒðÕRu(аbÁ ‡[Àè®dï,œ,yÅûNÞŸÄ"͵ڥíÅ;Ê+ê-¯¸å—œW4QhiñÕlÕÁó3fØægÈpøe…TÎâ?‘WŒ3lX Ãѱhš‡“tp«êP, aÅ‚Å‹ óûñP,EcÁ Èpx,VD§ñGªÆ‚6,áðX ýIâ[hTŒ3lX Ãá±h!½Â§üªƒ±`† d8<
-
-dט vÃïÓG1|ðßϺèà3l{óB†ÃÇ,`dWrŠwJ–œâý%ïON‘ú«rA«-©x7IEµ%·¤â¢ßÓ’„’Ú\2AïuLЈ!Ÿ Ãá×MO9…ÿD^u0Ì°a ‡ß-F¤|±¼W d×vEì†æFx‰9¨à'n³¶;
-T$ <n|¯d×n±F솿ÝJh“ƒ)ôn«ƒ ¾Ù
-²k÷Z!vÃgªDr1ÁHŠ ÎTAv-S…Ø ¿âÑ]ðDm‘Áë-È®-·»Ñ‘Hƒ•ð\Rd(Ì®"ìÏ…¢·úÚ•»
-ëKWîE¸¸¥s¶tÎ]^Ÿ9cŒ–Y2ê7)cd·ÉàÃãeÁÏ…±Ïe¡Ïš"š”Uè*»¨@˜YÁ™ ŽƒZØIÐ\M•@@»B³ÉeiæK³Ì&™W•cVVDo:jUŠ³«H »Ñ‘PcYÏëU†"Áì*Ènt$Ah§àí« E‚ÙU$ÝèH¢Ð:Â/b¯2 fW‘@vƒ#"µC¢æÓ†ƒ‡äÌgo—{šqùjK˜m ³þ%§¿ýùOýÇÞ¾è9VK᥵~ºYÛFÕ»Y”ñÂx£².Šäƒí\Û$’46ß`D
-VwvŸoï—!í®l&éØ9­#¬M‘ÎÓy‘¬“ç­P2äïç½>ÉÎ(9Yj—px}EÒ÷>˜"mžµC˜Þœï¾eƒBÆd¢§–Iô µ÷‡š¡oj-\
-R£}¨éT&ÞÍ›AI£¨ˆÆ™˜Œg=´=íj˜$2x^}ðJ%Å [Q=÷¾Ú›N Gs}`†ôÅl°6ð««uÕÞš¡UÕ¹ži÷§³ Œ— ¿ï=¢0ÎÅFkP(*WÞìh±tyªé1FP’ácS)êjã(† æ¨*ºœƒôܯ–”3ï«»È ­í‚1†¹QQòRZv⵨¯òÚ­ªÚRÍð´Ñçë.gæƒùº‹£Õtòlʸ†TžÐEs”õŠš>EåŸJQW“Ø(B
-.òªèÜ”Œ‰ù±¢râ}µ7]~BҜŠó]ýžB vî¥èig³Z¡ÈjC·“öž¯Ÿœ™ÿçë'Þ
-éL.­‹„kPç©hHõF(ï½v]´2Ål RŠºÚÅç§àl:ªŠ®Iõ‘a+*çÞ[{ÑÅ<ÿÐú•Ò4ÕüÜKQ_í­jU­±ªái»Ï×cάüæë1ÁåM­bËÃkPçD¤³2»`…Û¯ÎRûÓBŒ/>KQW»„\dåQUJXš-¸_-)gÞWw•E‚–æFC7-‹,?ñRÔWykƒZUk©jxÚèóu—3 þùº -ÍeJA³¨àÔå綌V»HÓ¿2¹Õéê ÕòãPÒÕ*ÑÐx® «Gç_Zó:´™µ¢rÞ}u7]È÷~Ñz·ÙÑ”D+"ÅÏ»õUÞZ VÕÚ©ú6ù|åL”7_gIyIDÃ= ¯A£¾¥¡/Ñ3­á®è
- 2*gJºZ%¡§el«ˆ¢†ÖÜ­•﫼éBÞ©Øq;Š—’Ñü¼%}U·(µV*f§í=_O9×Ï×Srb‹æ5úV-ø¿F…t­»¼¶PrZeäF§î¼ñê(»PÊúÂ\I €3SV'µ>6meåt4a±´TG¦42ØHW?ÿ¥¬Ó 5G«¬5[3=e0_÷9—Þ™±ÿ(ŠBŒÊ‹ÀšºF…´®PÉME÷»\D‹£ãQŠéPÔ×ôJÓZEGÍ«R4){udØŠÊÉwVß„´´ ¯qäH hág_Êžö6Ni‰VYk°êyÚø3vœ3é½ù:Îã»=èÇÏ»¹€K´ô5nz4?]¶½Îï-ðö)ýáæ»a7èüý¹l?qè.y÷ é´Þ¿(ÙšàÒçé+ct?ÞÞÞÜ.»‹¼=˜˜$´u:ì4ÅCZoÝcWG7åÞ3¼}«Ãa’6æðï° É¯tˆÔ£ÃV%¬ªü³Çá(ªÄŸVu­äí}NTþAeGS©>Þë„®íÝ?w†&YŠ’¯1Íë2£‚È[ÐìÿýÕî«ÜÒå Zóªt·a¾ãƒ^ÏTÓ¾‘¦Þ#+R
-µòÂG›ÙNà¿= õõ œ€?pÿÛó/_hµè$b9â—7/ÿþ?¼|úæ·Ï-ønq²´8ó8½ºyAÿ}òóËŸ~ý†9))Eþ•ÄQ§ß§¾|öæû/òlg<½Áª|óüç7ÓÁ'ÆΊÛ÷G=:cFs˜Ó_~õäoÏ_}A3ú£ÿÝœÆîs¢¨EM“ñË7¯žñËoε 9—¯|ý“ËKtW®J)Ôo=¼¢ýÁ»ª*_⧗/®Ÿ¼·}©6ý›_ÿzzÞ†9g Ÿ<{öë›7¯\JöŸ²ýÓ››Ûg/_?yóü§}Á/¼mEÞÇkúÙx_ÏGç­Õ-õ^©ϯ¤þöá™Éë…ƒL…¬3¤ÓÂÙð^¥Kb?®!ÎüÝÙ|Éìëµ2åš•¢š•Ð²ÔìÎÖì)²MeÒª*§äÌA镇¦ ‘&¹Iùëœ^-&É2¾ÿjyþúÙiÏל¹VNm¬ÔB¹9lÞ¾øéÈØ›¯‘ý‘ÿÚÎâÜ€d•ªã„¾ÿîå«W¨J{ZhÞÅØfM¼‹Íæ_øÜ lýS`l6ýœÛ{‡5K¡¦éÖÎÔ½Êúè»Û'OO+ …M¡£~ýEÿzv`´)äuÖÑÀøÍÓ›W7·_Ü>öèúÉíߧ…ÓNY#l¾+G„ýÅÿïS±Ëk©Zö×ý7ÆÆT'S^‡í‡¢ÐÆTÞ;¦:ZûùÙ?0ªŒ©&§gÞ«3Fxýî1ÕY'\(cuLÖ<ÚÏZÄ`Þ7¦:„Óe4Î÷ê”1‹ïSOôuß9¦:ZYýÉÇT—Œèà1u¿ªæw1ÿÛqúÃé|}_y¬÷€¿|ù‚ªÊQ
-Eiõ"¼ùþPòß'_!æ{aÊè“·£ ~MþÛ¾–›Þ¼¼y-Ò˜|us}¨üÙ“7Oö~?ä<¸¡ñ“xóÓ>’ùþÉCíüÏCúËó}Éë|Åäãÿ6ÿüù4ÞÒåFótþ5l¹gãW/zCWæCZT˜ý·ÉN¿Mþm>·¯â]›=±«z}#k탗?íkœÎ(øáÉíôÉ>¸ùî-×|¡‹>Àª¥|Ý]ù}
-endstream
-endobj
-788 0 obj
-<<
-/F9 92 0 R
-/F17 199 0 R
-/F19 312 0 R
-/F15 178 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F18 226 0 R
->>
-endobj
-753 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 788 0 R
->>
-endobj
-791 0 obj
-[789 0 R/XYZ 124.8 716.02 null]
-endobj
-792 0 obj
-[789 0 R/XYZ 124.8 618.74 null]
-endobj
-793 0 obj
-[789 0 R/XYZ 124.8 621.23 null]
-endobj
-794 0 obj
-[789 0 R/XYZ 124.8 609.28 null]
-endobj
-795 0 obj
-[789 0 R/XYZ 124.8 534.6 null]
-endobj
-796 0 obj
-[789 0 R/XYZ 124.8 467 null]
-endobj
-797 0 obj
-<<
-/Type/Encoding
-/Differences[0/minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/arrowright/arrowup/arrowdown/arrowboth/arrownortheast/arrowsoutheast/similarequal/arrowdblleft/arrowdblright/arrowdblup/arrowdbldown/arrowdblboth/arrownorthwest/arrowsouthwest/proportional/prime/infinity/element/owner/triangle/triangleinv/negationslash/mapsto/universal/existential/logicalnot/emptyset/Rfractur/Ifractur/latticetop/perpendicular/aleph/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/union/intersection/unionmulti/logicaland/logicalor/turnstileleft/turnstileright/floorleft/floorright/ceilingleft/ceilingright/braceleft/braceright/angbracketleft/angbracketright/bar/bardbl/arrowbothv/arrowdblbothv/backslash/wreathproduct/radical/coproduct/nabla/integral/unionsq/intersectionsq/subsetsqequal/supersetsqequal/section/dagger/daggerdbl/paragraph/club/diamond/heart/spade/arrowleft
-160/space/minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus
-173/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/spade]
->>
-endobj
-800 0 obj
-<<
-/Encoding 797 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F20
-/FontDescriptor 799 0 R
-/BaseFont/ITIGBW+CMBSY10
-/FirstChar 33
-/LastChar 196
-/Widths[1150 575 575 1150 1150 1150 894.4 1150 1150 702.8 702.8 1150 1150 1150 894.4
-344.4 1150 766.7 766.7 1022.2 1022.2 0 0 638.9 638.9 766.7 575 830.6 830.6 894.4
-894.4 702.8 920.7 747.8 613 892.1 606.9 814.1 681.6 987.4 642.4 779.4 871.2 788.2
-1377.8 937.3 905.6 809.9 939.2 989.6 696.4 644.1 714.7 737.4 1168.6 816.7 758.6 818.5
-766.7 766.7 766.7 766.7 766.7 702.8 702.8 511.1 511.1 511.1 511.1 575 575 447.2 447.2
-319.4 575 575 702.8 575 319.4 958.3 900 958.3 568.8 766.7 766.7 894.4 894.4 526.4
-511.1 511.1 702.8 894.4 894.4 894.4 894.4 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 894.4 319.4 894.4 575 894.4 575 894.4 894.4 894.4 894.4
-0 0 894.4 894.4 894.4 1150 575 575 894.4 894.4 894.4 894.4 894.4 894.4 894.4 894.4
-894.4 894.4 894.4 894.4 1150 1150 894.4 894.4 1150 894.4]
->>
-endobj
-801 0 obj
-[789 0 R/XYZ 124.8 320.86 null]
-endobj
-802 0 obj
-[789 0 R/XYZ 124.8 323.35 null]
-endobj
-803 0 obj
-[789 0 R/XYZ 124.8 311.4 null]
-endobj
-804 0 obj
-[789 0 R/XYZ 124.8 299.44 null]
-endobj
-805 0 obj
-[789 0 R/XYZ 124.8 287.48 null]
-endobj
-806 0 obj
-[789 0 R/XYZ 124.8 275.53 null]
-endobj
-807 0 obj
-[789 0 R/XYZ 124.8 263.57 null]
-endobj
-808 0 obj
-[789 0 R/XYZ 124.8 251.62 null]
-endobj
-809 0 obj
-[789 0 R/XYZ 124.8 239.66 null]
-endobj
-810 0 obj
-[789 0 R/XYZ 124.8 204.64 null]
-endobj
-811 0 obj
-[789 0 R/XYZ 124.8 206.57 null]
-endobj
-812 0 obj
-[789 0 R/XYZ 124.8 170.99 null]
-endobj
-813 0 obj
-[789 0 R/XYZ 124.8 173.48 null]
-endobj
-814 0 obj
-[789 0 R/XYZ 124.8 140.39 null]
-endobj
-815 0 obj
-[789 0 R/XYZ 124.8 140.39 null]
-endobj
-816 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 2092
->>
-stream
-xÚµYKoãȾçW(À¦
-¯ép^í×½æÚé—H³*7DˆÜK$†™ô%»jˆò:¿Ï×E[؆yãðZŽFdŠä¼vÑòhcoóÃå¯\ãÕ_«bíÑíÝ0‰bÜ54r»éœ~ʪÞ;qa|¿«<±¢ñg«°’]‹{OÁo¶¹»àkGiíÖÖ$A<´ñrö¼£½*¯×]µE&¼Rƒ©ð¸€¥¡PÒ³;+‰cfƒ#q9KXfœó Ž@(YÂ?ÅüX¢À¹ºõÒ³ø΋抆u^nm°D¯R'ØNV=§÷÷ä’9_Û`ôòÄècž¸\Í×U¹ÚlµÝÐöp>wíÇk‡öƒàòpÏ“˜‘ÂW«¶¸û_Ówö›ýÍÖG@Ú,C¦îž>|¦‰$ŽAÀ¢\lëüø¥§ÜQ3"øÞ3äöE‰&t„ˆrGæ¥T•xOS–e^‡èˆ*‘€E¨C¸•>×Õ~Ÿ—·¨H}8ðÑNñ¡wà©Ü¹æ‘>ÚbÆ[¦2!SáÆÞT¸cW”~þ¡Ø€Æéæó»F.þŒ½:7¥É€…èZ߯5ž(f<Æ–,«{ÌëPÆ
-
-5‚ƒ]~cwã¸K43ò5qwýñ×é¸ã?Žo¯ÂÉ£àúÙ…~=¸R]ùÞHGT§aÙâç»t¤:b™Ëõ>AØÇvT‹g,X-ošb[RÛÐ_Ò—ƒn¶K©øu&4µ¼±t2À×(èSÁN†sž$( d LTç–R¦Í0ŽStDƺl¼šC¸+®(܅¢{ΈéžÏŒ­9OWDÄU€ç}ñ‡¹»çH[~ñ÷˜nµÆàÜÔÔŸÝ£˜Ä,Ö_ßè.Ñ槒+ÀçP*™r빘ï0¹ëqÎáá·¹Ö‹
-ßeSl|[ÝŽ‹!€Žìýù埦k% 1*ˆ%äeAœ•çñ­{çAo•œ²Ò4élÈ*È:¤Ü•üëC]wŽ‚Rzrž·þ×¹üØã¥bBž»ü÷†B¹>{Èà*¢ÄpzWÂâtˆbo¸*Óª‡WÍÙwÙÇ8z­}Üã4æ¯0%;½ày39°JB«6Ñý/Èq›6¯[
-§å}·Ü_PÂKÐÇRC!À±§büRK|
-6.ršçÅ&ƒÉÊ4gVg
-‘ˆ GàeX’]aSâë2ÜHêÊ]Ëß=@¸¿ëý=Œ¿Z\¡BËþÝâŽNŠ åß$ªê”±Ñ+Ç‚>]þ<Vy¨õþÂÁqñI¢w˜UÿA%!Ž¾V»MÓ¿¦ŒpÕ0‘ŽJ•7t›¤HKqL@}¢T*8²
-ŽÜOÌÚÖ?ÞT—_/öÞ £rIc$AJûàÓÐHÞaqùmÚ¬OŸã/ßüÁt€†œÉPÿüå>!Ë;Ï1q€»w«>¡¶Çûº(Ûò°¿±õ7|,Yß=½{Û%Ai¨êžÆ/3Šó?\Uà°N[êJ¡:O^§.ÍSì ˆY ÙVøÇ–mµÏ×uÔ¿5àæÆnÜçèJ!3,k^w¥/&ý¼ãñJðøÛ´¡†7NLHÙ·4/L«î ðééͯ`b@Ÿý FŠþ¥pXÊ»ÔÕ=PŽUWnœ¾Eîò€8t_~XÔF‡šòÂË"½R”ýÈS Î8Ói(ëßû®öYæ’8e\^bî±£ü½xLàÍ°õ¸À ¸†à—<þƒ6nx0F¬{^I&‰þéÿU›³
-endstream
-endobj
-817 0 obj
-<<
-/F8 87 0 R
-/F9 92 0 R
-/F10 99 0 R
-/F13 155 0 R
-/F16 196 0 R
-/F12 129 0 R
-/F15 178 0 R
-/F14 164 0 R
-/F17 199 0 R
-/F20 800 0 R
-/F18 226 0 R
->>
-endobj
-790 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 817 0 R
->>
-endobj
-820 0 obj
-[818 0 R/XYZ 124.8 697.13 null]
-endobj
-821 0 obj
-[818 0 R/XYZ 124.8 628.94 null]
-endobj
-822 0 obj
-<<
-/Rect[147.63 598.18 153.6 604.67]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(Hfootnote.1)
->>
->>
-endobj
-823 0 obj
-[818 0 R/XYZ 124.8 561.3 null]
-endobj
-824 0 obj
-[818 0 R/XYZ 124.8 505.58 null]
-endobj
-825 0 obj
-[818 0 R/XYZ 124.8 401.52 null]
-endobj
-826 0 obj
-[818 0 R/XYZ 124.8 181.37 null]
-endobj
-829 0 obj
-<<
-/Encoding 60 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F21
-/FontDescriptor 828 0 R
-/BaseFont/FRQJZI+CMR6
-/FirstChar 33
-/LastChar 196
-/Widths[351.8 611.1 1000 611.1 1000 935.2 351.8 481.5 481.5 611.1 935.2 351.8 416.7
-351.8 611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 351.8 351.8
-351.8 935.2 578.7 578.7 935.2 896.3 850.9 870.4 915.7 818.5 786.1 941.7 896.3 442.6
-624.1 928.7 753.7 1090.7 896.3 935.2 818.5 935.2 883.3 675.9 870.4 896.3 896.3 1220.4
-896.3 896.3 740.7 351.8 611.1 351.8 611.1 351.8 351.8 611.1 675.9 546.3 675.9 546.3
-384.3 611.1 675.9 351.8 384.3 643.5 351.8 1000 675.9 611.1 675.9 643.5 481.5 488
-481.5 675.9 643.5 870.4 643.5 643.5 546.3 611.1 1222.2 611.1 611.1 611.1 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 753.7 1000 935.2 831.5
-805.5 896.3 870.4 935.2 870.4 935.2 0 0 870.4 736.1 703.7 703.7 1055.5 1055.5 351.8
-384.3 611.1 611.1 611.1 611.1 611.1 896.3 546.3 611.1 870.4 935.2 611.1 1077.8 1207.4
-935.2 351.8 611.1]
->>
-endobj
-830 0 obj
-[818 0 R/XYZ 140.05 151.66 null]
-endobj
-833 0 obj
-<<
-/Encoding 60 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F22
-/FontDescriptor 832 0 R
-/BaseFont/QVSABM+CMR8
-/FirstChar 33
-/LastChar 196
-/Widths[295.1 531.3 885.4 531.3 885.4 826.4 295.1 413.2 413.2 531.3 826.4 295.1 354.2
-295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1
-295.1 826.4 501.7 501.7 826.4 795.8 752.1 767.4 811.1 722.6 693.1 833.5 795.8 382.6
-545.5 825.4 663.6 972.9 795.8 826.4 722.6 826.4 781.6 590.3 767.4 795.8 795.8 1091
-795.8 795.8 649.3 295.1 531.3 295.1 531.3 295.1 295.1 531.3 590.3 472.2 590.3 472.2
-324.7 531.3 590.3 295.1 324.7 560.8 295.1 885.4 590.3 531.3 590.3 560.8 414.1 419.1
-413.2 590.3 560.8 767.4 560.8 560.8 472.2 531.3 1062.5 531.3 531.3 531.3 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 663.6 885.4 826.4 736.8
-708.3 795.8 767.4 826.4 767.4 826.4 0 0 767.4 619.8 590.3 590.3 885.4 885.4 295.1
-324.7 531.3 531.3 531.3 531.3 531.3 795.8 472.2 531.3 767.4 826.4 531.3 958.7 1076.8
-826.4 295.1 531.3]
->>
-endobj
-834 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 2453
->>
-stream
-xÚ­YKãƾçW{ …ŒzÙ/6y؃ƒÝìÀ€ç Ê#Qc>‘ôìÄ>õh>$r4³F.b¿»ªº_•V¡ÃÕqEŸ¿®îõþüøñ/2Z%"‰V‡•UÂ%«M¤…3«ÇÏÿ
-Ú|÷˹n>Ù¡]ÿûño°Z «N®BZø?;žG9?yɧùv•ˆØ½gûSÝžp~õå‘Nné•š–~WõZÅÁs³Þè(Ú¿I°[«(8A>u“ñàó)»øf¿î\¤»~èäM™…Ëá ü‡y•5b½±VŸ³CÚ-/ËýíÛ­g+ÙŠí cS–”‰Ÿþ@gËàñ"ÿ-C‘ØÕFJüàš&kÛ¼:Â}± Òó¹È3¼<Ž˜%ø>Óq0Ü$íp• éù²¯·„$ÂösiµŸo†×ë }™ï û¹ôkî êÅ Ííêwðt?ŠŠ‚æ)”YZõs=m]~`iH£„Š¦Òࣴ†åm}þÀíC}™QÁN÷õV¨žs1ÓËMä„•«²È?I®Ì«ú‚–Ò|j/]6SôÄŠè]vrH‹Æo¯Ì$ö f»&þÿD¼jnÒ†‚ÍíK•>YóqŸ7ÔXoŒTl9Øð–c¤ˆ<?=öz#ŠbŠž½ðhzÉx_]~¨k²=å•ßZyà\ÔmCO<:DDÞOE–¢±+¥ƒªn}«=¥-¶LO z¢îÒýÔè@ßR˜N^x—gvÏ òÃÜÆãW|“[ Óà°úy3è¯äkº*Í-YÕ•‹D¬¦ª~I«ãÕ3I·ŠDâH)"|ët¡°¬£rùAc)¡¤Wø1fâÎÀ€Øû\±ˆšyFu[ôb &$CCnl´!Òs¾oOŸ>ÿã—¿ßÚ@œˆÈ¼iM÷´pΫj¬d,L< Êp8P6 vuµUÖ;RãƒÎÐ%<Vxh˜ójOë]Ç^¯ëFFÁÏÝ“ß6Ñ<X“öW±æã
-P8ˆK¸è‰ÌöSMgm@Go6‘^òöT©40ÚÆ•Ì©ô³ªH/ǬÈ˼mîËÌ‘j³íÓ¦†¯áh ïï¡Õäÿ¥14u™=ƒÕ±‰Jx|3%þŸë ½Cf!R£ÇWQˆ‘mIí†À‚n÷ŽÚ=Ì7 ;lMgáNEÂ$³x7îeTðåw\-‡½÷ïfÕë5 ä
-çï'Z';nˆfªˆ§"$¯„öK²¾ÔôÌù>^¡d7P²tD=˜ü^ÉÇYðh‡¼
-A«¥X§'±nsÉŽ9ºNN©4æŠó¸ó8²I=I@Kñâ÷5SY¤É‘špª=r.c#¤ºã.àõì­»H^q“GLàÜÜ7q'„60 (Çã‰{2XLZÞÀ £yë3g
-Åž»ˆ1í»I1'»jŸ]¶£P¤~f±ùjv)Ì`'´3:×CY=¾Oià÷‰J´ô¦‹p”ÏÄ ‡ ‚•J9Á;˜9tÕÎ;H*áàwÁPÃRBhð=¼ªc½ÄfÊÀüÕ.õ;¢àKWd=ƒ#m\núq÷CÚ–ÿÖ@¨Íîr ‚¬£ ëÔr……dÝ‚?›Ä/kÇrì’FNê5ìÓ´÷iò¨Š(2 |Q\Ÿ<9Dí»K=O‡C3úôí‰É )üæTÃ#x iR{ïŸ÷šb´Bß@Bœé Æö9õ¥´ãc6§|ªí­r¤W4íË·ÓŒõ8]½Åj?ÏØtJ/œ/‰Bã§ã²ÑMïˆ pSõx«*²íúäèN± Ò§ß,–2üSæe2›Ä¾Úû8¯ñôß´ ¯Á·alØ
-endstream
-endobj
-835 0 obj
-[822 0 R]
-endobj
-836 0 obj
-<<
-/F16 196 0 R
-/F12 129 0 R
-/F9 92 0 R
-/F10 99 0 R
-/F15 178 0 R
-/F8 87 0 R
-/F17 199 0 R
-/F13 155 0 R
-/F19 312 0 R
-/F21 829 0 R
-/F22 833 0 R
->>
-endobj
-819 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 836 0 R
->>
-endobj
-839 0 obj
-[837 0 R/XYZ 124.8 612.1 null]
-endobj
-840 0 obj
-[837 0 R/XYZ 149.71 614.03 null]
-endobj
-841 0 obj
-[837 0 R/XYZ 149.71 602.08 null]
-endobj
-842 0 obj
-[837 0 R/XYZ 149.71 590.12 null]
-endobj
-843 0 obj
-[837 0 R/XYZ 149.71 578.17 null]
-endobj
-844 0 obj
-[837 0 R/XYZ 149.71 566.21 null]
-endobj
-845 0 obj
-[837 0 R/XYZ 124.8 452.47 null]
-endobj
-846 0 obj
-[837 0 R/XYZ 149.71 452.47 null]
-endobj
-847 0 obj
-[837 0 R/XYZ 149.71 440.52 null]
-endobj
-848 0 obj
-[837 0 R/XYZ 149.71 428.56 null]
-endobj
-849 0 obj
-[837 0 R/XYZ 149.71 416.61 null]
-endobj
-850 0 obj
-[837 0 R/XYZ 149.71 404.65 null]
-endobj
-851 0 obj
-<<
-/Rect[300.84 330.58 306.82 337.07]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[1 0 0]
-/A<<
-/S/GoTo
-/D(Hfootnote.2)
->>
->>
-endobj
-852 0 obj
-[837 0 R/XYZ 124.8 266.18 null]
-endobj
-853 0 obj
-[837 0 R/XYZ 124.8 250.59 null]
-endobj
-854 0 obj
-[837 0 R/XYZ 124.8 250.59 null]
-endobj
-855 0 obj
-[837 0 R/XYZ 124.8 238.63 null]
-endobj
-856 0 obj
-[837 0 R/XYZ 124.8 226.68 null]
-endobj
-857 0 obj
-[837 0 R/XYZ 124.8 214.72 null]
-endobj
-858 0 obj
-[837 0 R/XYZ 124.8 202.77 null]
-endobj
-859 0 obj
-[837 0 R/XYZ 140.05 129.72 null]
-endobj
-860 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 1943
->>
-stream
-xÚÍYKÛF¾ï¯à-0j³ìf/àñ^ AL»áH=#îP¤ RÑL ÿ÷­êj>4¢lK{R³õîúªZQÂ’$ºüÏ?£Ï}}ýê­,³:º¾‹RÁŒæZ2£¢ëÞÇ×+7›ËLÆõ¦-ꪙ}¸þ׫·<Nh¦¢ÄïÝËvõú‡w?¾ù ·Eo®ÏàÌMÆL:fWË#nܲÌv+WܯÚKù £?àWÏ„‰ÿ˜‰,vÛm± z·d
-fÁ;÷áDvU>áHÄ9Ø]ƒQú$}a‡lšCïùßÊÑ`W-í*ª®éd\0ÉC¼>Òòè²±.”çËb |á‚‘|õ–H Å::µ J%|lü;FÊ  ‚drR2­1ú‰ûÓ±`BIÆfs¥TüÇ"„C™ßR•a/, TÜ>
-@Éœ¥Œ¥‰åÒÓÊží1ÅÃÆ<€•ULª1XµA@e(Õ
-• 0€}J!šÍ›ð»½ßš™¶>ö”v²K¯Ó1ûbª1WýýãkÎÒÅúêéµX¬I;n-ãv¬Ý‡óž_ŒŠ,a‚|^`¡¡l\9·DýešÄ7àzGÃR}Ѻ¿™!:[…ק ; JZ¨qúš(n8БÖ"a鸢?_©8KÄ:'ŠùTó—ç8+q¯9+uIp^ƒç¥®ÑÉß÷y°•P‚.l]åö×SV3ËÙ•77—¡5ñÞúôQ.Ö˜„>áúÛ1'~ú¨§¹§’qþMA_ê”%ŸA} KÄ‹£þÙ¡*mÖåõ·nSæ‹çˆ<4œ
-¨ÓAÂ1‘Æ(ö9Ü2M¶’
-J
-ìøëýˆZ÷8»Ê7¡ôéöãµÂßÎðÁˆ Ö~[‡÷¨ƒ¼^`¾ÂfF<·á«·ÙPs¼î¤úÕ3m”ɷÔCw%¾„ˆIÚ<[%êåÛÏqöœ èµö¨/l>LðKUç™ghÖ¡—°ß¤ ôMƲÿƒ´
-«±ç@OSƒƒ
-endstream
-endobj
-861 0 obj
-[851 0 R]
-endobj
-862 0 obj
-<<
-/F9 92 0 R
-/F10 99 0 R
-/F12 129 0 R
-/F15 178 0 R
-/F14 164 0 R
-/F16 196 0 R
-/F17 199 0 R
-/F8 87 0 R
-/F21 829 0 R
-/F22 833 0 R
->>
-endobj
-838 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 862 0 R
->>
-endobj
-865 0 obj
-[863 0 R/XYZ 124.8 686.24 null]
-endobj
-866 0 obj
-[863 0 R/XYZ 124.8 688.17 null]
-endobj
-867 0 obj
-[863 0 R/XYZ 124.8 676.22 null]
-endobj
-868 0 obj
-[863 0 R/XYZ 124.8 664.26 null]
-endobj
-869 0 obj
-[863 0 R/XYZ 124.8 652.31 null]
-endobj
-870 0 obj
-[863 0 R/XYZ 124.8 640.35 null]
-endobj
-871 0 obj
-[863 0 R/XYZ 124.8 552.36 null]
-endobj
-872 0 obj
-[863 0 R/XYZ 124.8 450.78 null]
-endobj
-873 0 obj
-[863 0 R/XYZ 124.8 452.72 null]
-endobj
-874 0 obj
-[863 0 R/XYZ 124.8 440.77 null]
-endobj
-875 0 obj
-[863 0 R/XYZ 124.8 428.81 null]
-endobj
-876 0 obj
-[863 0 R/XYZ 124.8 416.86 null]
-endobj
-877 0 obj
-[863 0 R/XYZ 124.8 404.9 null]
-endobj
-878 0 obj
-[863 0 R/XYZ 124.8 392.95 null]
-endobj
-879 0 obj
-[863 0 R/XYZ 124.8 380.99 null]
-endobj
-880 0 obj
-[863 0 R/XYZ 124.8 369.03 null]
-endobj
-881 0 obj
-[863 0 R/XYZ 124.8 357.08 null]
-endobj
-882 0 obj
-[863 0 R/XYZ 124.8 345.12 null]
-endobj
-883 0 obj
-[863 0 R/XYZ 124.8 333.17 null]
-endobj
-884 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 1926
->>
-stream
-xÚí[_oãDçSXBˆDjïz×» âã
-d¨Ñ²(ÒW™ÕU.ܬ%Óôjk5øµ ©‰VÆ ®zß]ô8, )Ѻ}Ú¨0Z£õl³Hò1“£²¶ç®öPM­ö2}ýÏ*–›uÒߎ@$äm;H%dpŸ(áM(­8aábþ ‚`´\•é2wºP^Ë2êû$ô& V¨jÛ奵>¬yÀxi•ÌÒ|ïxL¥,ÇÛÖùn_Ü|M‰˜.^6ÚFê "‚Ó¨ŒnÒⶭ‚qRùBnNE9`á]LHòxÏ
-8%:…‚¶Sûg`DBòRef’ãzŒU”^š™G˜¿#Ñ&MTeô?°QrÉD˜L-ó+[fѦ¨˜92›Màsg®°’]£œ%o #­˜F™Ýˆ¥‹ì¥ËUP$ó(3«EúO²ç¡ð ­<¿ߢâ8¹Š6YyÆåül‡4OÒÙ¼¼ï8*­¶"I£ïZHB]Ð*Kúë¤ ”±¥¦‚/Çd/‡&Ò' 0DÞ›«4+“õ×ßþôÜp«6
-IgÜÙž(—‹Û]3öœÂTsPƒ©À¥²¦B¤¹ò!úÙÃmÖ¦KÞë8Í£²Ú «ˆ£¾4Ÿ‘ñD)6úÆ,<Èm>-¢Uaî0ñšæ«MÕ?à0UŽˆÊÀJ–lɪâ·ÜÍÞå¦ÄÍÕýžò*9á³Ù§ÄëØ%{½i±Ê’2ɶ6TåDó¶!ßÞ5„iY
-;ŠVÐQ,êëj“™{€@³¸)—‹¨L§†¼ZC§ tÄ|fˆÅ¶(“Åå‹Ñõ<qò~™]­²eY˜ŽÑ²ÍÖ,ã ÕÆxg<„W8î*‹, ¡¶"lI³$OÖp$»µRå”þCT—#}ÑÈaU³¯Ø Jä¥Yrº›ˆã§-ò-7ëGC\8¬b¡C±y”Çg†\ØЗ&q›.i·¡[ÓØÁa“2˜ÙnÅ5Œ9üÛuÿž|x†òµ´ç_çIüåx"d0úkø ¸Žg‹üî íF¹ÿC¾@g©nþ:ÔBÝ-ú.׉½‰ÿ 
-¦IlѸ°­¸8²¬“‰Í>_·]ñf“®·wECì^çKŒäu–ijÄ"Ó‡–®d/Œ‡ÌAЉP3}W‘«Y£¦ýA\ P²
-¾ÿTªã©ÀŸˆÛ=[ÚÙúÙ#†«m˜ûrZ~LLȉb§Ÿ›[£¤ÓN”ò„ãò 7(¼ÝM’Û—”+E¤;fÇî
-*ã;1ò=Ê€Ë]¸ð`ÝøfÝøô4á]ŸÐħç¢ÄÇ W/¼‡nɵÕÝ“²ÐY· >ºkoÇ“fÖ)qØ,¿£Y9¼ÕuÞÉ¢óSÆ:2U€¤‹w¹…2èÖB³bÖ-;u@´˜ü;k3»mœmX77üÞ‰+?ix©Ö¬*0× ½è€ôǦF
-af¶¡tït€óÎ?H8?àÆE_ÿ÷ôã]ÛÚùABúP§C>gå“@Òv<!'LP´öõYOTi"9å¼·Îyæš(1¥øõaÔgÃÀ5üÉt
-endstream
-endobj
-885 0 obj
-<<
-/F9 92 0 R
-/F14 164 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F8 87 0 R
-/F18 226 0 R
-/F15 178 0 R
->>
-endobj
-864 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 885 0 R
->>
-endobj
-888 0 obj
-[886 0 R/XYZ 124.8 674.27 null]
-endobj
-889 0 obj
-[886 0 R/XYZ 124.8 676.21 null]
-endobj
-890 0 obj
-[886 0 R/XYZ 124.8 664.25 null]
-endobj
-891 0 obj
-[886 0 R/XYZ 124.8 652.3 null]
-endobj
-892 0 obj
-[886 0 R/XYZ 124.8 435.38 null]
-endobj
-893 0 obj
-[886 0 R/XYZ 124.8 353.25 null]
-endobj
-894 0 obj
-[886 0 R/XYZ 124.8 293.76 null]
-endobj
-895 0 obj
-[886 0 R/XYZ 124.8 240.28 null]
-endobj
-896 0 obj
-[886 0 R/XYZ 124.8 213.57 null]
-endobj
-897 0 obj
-[886 0 R/XYZ 124.8 215.9 null]
-endobj
-898 0 obj
-[886 0 R/XYZ 124.8 203.94 null]
-endobj
-899 0 obj
-[886 0 R/XYZ 124.8 191.99 null]
-endobj
-900 0 obj
-[886 0 R/XYZ 124.8 180.03 null]
-endobj
-901 0 obj
-[886 0 R/XYZ 124.8 168.08 null]
-endobj
-902 0 obj
-[886 0 R/XYZ 124.8 156.12 null]
-endobj
-903 0 obj
-[886 0 R/XYZ 124.8 144.17 null]
-endobj
-904 0 obj
-[886 0 R/XYZ 124.8 132.21 null]
-endobj
-905 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 2317
->>
-stream
-xÚ­Y_oã¸ï§0+VAcžH‘”t@ÒÛÝC‹Ý^ËÃëEW‘[]Y2$y“4Èw¿)É–â8Û¾˜IÍ?Îüf†žùÌ÷g«™~™{ûëõïãYÌb=»¾)ÁÂx6× åìúí'ïæ|.B/K“]“σ ð’¢8ÿ|ý÷ßsÕæ3Í|óÅ=­h2ÛµyZ½È«êe^&mÖX’µ¥]gÛ"I³%¾Ià ¬ðYxþˆ'8ó¹%üÓ!SÐCÛ5Åpq6ç¡bn¶ÀÂõÙ†‘wU¯v›¬Dv-Í|±ìüŽ`Èác"øóÇ·‡ìxÈâÀ.¿!9*Æ^블É&£©ê–Æ„†k#_²p6Œ“áß™IÅT0ëæ~Ÿo’´®è«»už¢Äk¢Þ&_ñ͘4„ñ>IÛâÁŠ€+wøSYSÄ! ÈÊPNœ€9¾ˆÝq¯É¶I g·¤mpHÚ’pªÂdÓÖy¹¢ýcS
-ßgAh­µX´ÕQk²ó¹”÷Û®“$48s
-@2
-î<˜8Î.éáqJŸÐ”­q
-Ç„l ,˜T&«‰"˜æ~§ïlVƒêP«RÒéq75ëjW,-£¦ÉW¥…\ÅY(†‡N)y4$Ç–0 áºiiÏ€ ¼%7äR6ØÙyÃ!ßZG)­Ê¦M\·!y8Ñ܈*u¤¹qV–U9àB~ ÝŽÚkwš 8/É7éÞ–¹.«–Ü{„}
-ÜÚ#ŸÔÞÂÔ8Õ®¥×¤´mšäÊ+²rÕ®çÍðßÓ†"§ö‘v|I7oh¾²ô¾lÛ7‹sÂ$
-œÌ-u
-=PÄ8”îÒFÛ¸‚
-0™ªá
-,Kåi×½*Š™'܈R94ús î¯ÜQñmžâ¡<•Ó¾‰Ù—ï¸Oàƒw`Ó§ONÜ÷]æš &uÉMV€%'8}£ K“Žxâµ¹C«Ç·ÕíÓÓÅ7¡˜$½,·>ü[ü@çþ®®«zÊ
-endstream
-endobj
-906 0 obj
-<<
-/F9 92 0 R
-/F15 178 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F18 226 0 R
-/F12 129 0 R
-/F14 164 0 R
-/F7 83 0 R
-/F17 199 0 R
->>
-endobj
-887 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 906 0 R
->>
-endobj
-909 0 obj
-[907 0 R/XYZ 124.8 718.01 null]
-endobj
-910 0 obj
-[907 0 R/XYZ 124.8 706.06 null]
-endobj
-911 0 obj
-[907 0 R/XYZ 124.8 694.1 null]
-endobj
-912 0 obj
-[907 0 R/XYZ 124.8 682.15 null]
-endobj
-913 0 obj
-[907 0 R/XYZ 124.8 670.19 null]
-endobj
-914 0 obj
-[907 0 R/XYZ 124.8 658.24 null]
-endobj
-915 0 obj
-[907 0 R/XYZ 124.8 646.28 null]
-endobj
-916 0 obj
-[907 0 R/XYZ 124.8 634.33 null]
-endobj
-917 0 obj
-[907 0 R/XYZ 124.8 622.37 null]
-endobj
-918 0 obj
-[907 0 R/XYZ 124.8 610.42 null]
-endobj
-919 0 obj
-[907 0 R/XYZ 124.8 598.46 null]
-endobj
-920 0 obj
-[907 0 R/XYZ 124.8 586.51 null]
-endobj
-921 0 obj
-[907 0 R/XYZ 124.8 574.55 null]
-endobj
-922 0 obj
-[907 0 R/XYZ 124.8 562.6 null]
-endobj
-923 0 obj
-[907 0 R/XYZ 124.8 550.64 null]
-endobj
-924 0 obj
-[907 0 R/XYZ 124.8 538.69 null]
-endobj
-925 0 obj
-<<
-/Type/Encoding
-/Differences[0/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/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/quotedblleft/bracketright/circumflex/dotaccent/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/endash/emdash/hungarumlaut/tilde/dieresis/suppress
-160/space/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi 173/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/dieresis]
->>
-endobj
-928 0 obj
-<<
-/Encoding 925 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F23
-/FontDescriptor 927 0 R
-/BaseFont/DJNBQG+CMCSC10
-/FirstChar 33
-/LastChar 196
-/Widths[319.4 552.8 902.8 552.8 902.8 844.4 319.4 436.1 436.1 552.8 844.4 319.4 377.8
-319.4 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 319.4 319.4
-844.4 844.4 844.4 523.6 844.4 813.9 770.8 786.1 829.2 741.7 712.5 851.4 813.9 405.6
-566.7 843 683.3 988.9 813.9 844.4 741.7 844.4 800 611.1 786.1 813.9 813.9 1105.5
-813.9 813.9 669.4 319.4 552.8 319.4 552.8 319.4 319.4 613.3 580 591.1 624.4 557.8
-535.6 641.1 613.3 302.2 424.4 635.6 513.3 746.7 613.3 635.6 557.8 635.6 602.2 457.8
-591.1 613.3 613.3 835.6 613.3 613.3 502.2 552.8 1105.5 552.8 552.8 552.8 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 683.3 902.8 844.4 755.5
-727.8 813.9 786.1 844.4 786.1 844.4 0 0 786.1 552.8 552.8 319.4 319.4 523.6 302.2
-424.4 552.8 552.8 552.8 552.8 552.8 813.9 494.4 915.6 735.6 824.4 635.6 975 1091.7
-844.4 319.4 552.8]
->>
-endobj
-931 0 obj
-<<
-/Encoding 152 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F24
-/FontDescriptor 930 0 R
-/BaseFont/ZCJYGZ+CMMI8
-/FirstChar 33
-/LastChar 196
-/Widths[660.7 490.6 632.1 882.1 544.1 388.9 692.4 1062.5 1062.5 1062.5 1062.5 295.1
-295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1
-295.1 826.4 531.3 826.4 531.3 559.7 795.8 801.4 757.3 871.7 778.7 672.4 827.9 872.8
-460.7 580.4 896 722.6 1020.4 843.3 806.2 673.6 835.7 800.2 646.2 618.6 718.8 618.8
-1002.4 873.9 615.8 720 413.2 413.2 413.2 1062.5 1062.5 434 564.4 454.5 460.2 546.7
-492.9 510.4 505.6 612.3 361.7 429.7 553.2 317.1 939.8 644.7 513.5 534.8 474.4 479.5
-491.3 383.7 615.2 517.4 762.5 598.1 525.2 494.2 349.5 400.2 673.4 531.3 295.1 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 642.9 885.4 806.2 736.8
-783.4 872.8 823.4 619.8 708.3 654.8 0 0 816.7 682.4 596.2 547.3 470.1 429.5 467 533.2
-495.7 376.2 612.3 619.8 639.2 522.3 467 610.1 544.1 607.2 471.5 576.4 631.6 659.7
-694.5 295.1]
->>
-endobj
-932 0 obj
-[907 0 R/XYZ 124.8 313.58 null]
-endobj
-933 0 obj
-[907 0 R/XYZ 124.8 287.22 null]
-endobj
-934 0 obj
-[907 0 R/XYZ 124.8 287.22 null]
-endobj
-935 0 obj
-[907 0 R/XYZ 124.8 275.26 null]
-endobj
-936 0 obj
-[907 0 R/XYZ 124.8 263.31 null]
-endobj
-937 0 obj
-[907 0 R/XYZ 124.8 251.35 null]
-endobj
-938 0 obj
-[907 0 R/XYZ 124.8 239.4 null]
-endobj
-939 0 obj
-[907 0 R/XYZ 124.8 227.44 null]
-endobj
-940 0 obj
-[907 0 R/XYZ 124.8 215.49 null]
-endobj
-941 0 obj
-[907 0 R/XYZ 124.8 203.53 null]
-endobj
-942 0 obj
-[907 0 R/XYZ 124.8 191.58 null]
-endobj
-943 0 obj
-[907 0 R/XYZ 124.8 179.62 null]
-endobj
-944 0 obj
-[907 0 R/XYZ 124.8 167.66 null]
-endobj
-945 0 obj
-[907 0 R/XYZ 124.8 155.71 null]
-endobj
-946 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 8461
->>
-stream
-xÚí]ÛŽ7’}߯¨/ aÝÞ/XøÅðŒÁ¾h%`¬ÁB#µ%aºZY³s1ôï‘Y™ŒT—ºyRYívfyÆr‹ÍÃÃäa’ÁKî´Òz÷z×ýçûÝmûöÙïþ`ô®¨wÏ~Ü­UÜ]D§’ß=ûî‡GÏ…¯_ØRÊ£¬œ±—Ú>üøOÏþ¸ûý3BˆT:
- JáKpcEÛ€ofV«­þ§)×õ’=[ÑhkÇ®¨Uè_ëÐðZÓË+}
-ÜŽ@^ESô¨"A*p;Eåtöq†@
-T‘ @¸y©yŽ>Ê3AuFÜfÄùgÔCŽþÔΨ5Êødʯ®Æ“{(z~}ø—& Ɇ 9B’³rEkÓ±»èø¥Þ‰ºÉÓ‡!gÄ»jeÅŠ¨–чnÚEŽô>û±¥:û°i¬÷u× \_:ÇÏqÇ–y¸(ã uy|"Hp&®Hp*®ÀÍÌÅ.©¢1¸@‰ $˜@¸xÑ=ã ’HL ÄÀíULz†«!€ <#TgÄmGœ¢|qiŽ: ÊS‘ >¸‚QYë9æ`bòT ¦NÅmG§RÐ3VZg‚⌸툔÷z†á&€ 8#gÄmGrúéIg¬I$(OE‚úTàvÄ‹8¦X4rÇô—ã’d-¹cz
-ÜÌT“ÒÎ&‡ $‘˜@‰ $€›ˆÌ 2NâŒ7H"1H
-s6K$(PE‚Uàv¶ìkr‘­™ñI$¸i¿"Á]û¸,¹7Ö͘ƒ$¨"A*p;y’I3.
-T‘ @¸¢ÒÑÌÙ3)‘ @
-TÛ‰)/â¨b!ËÕsÈr Y’åLvçˆå©"–î±<G,W±Ì‰Ÿg¬ËK$8SW$8SWàffꕉÞÍH"1H
-Š$  H¹!‘¬ÒÆ•8G$EEªPT¤ŠÜHN%íæÄ™'PT¤
-EEªÈ ‰íüœ;|$©BQ‘*r;áæEœX,š¹€{ŽfŽÑL6¥¢/%œã™§Šgús<óÏ\}<ÓÐÓÃRBÑùºBÑùº"·cTÙ ì,ç¤AF (ψÛÐ¥•ZyÊœ7HBÑk++½·²"7$’W:†9¿N ¨HŠŠT‘‰þ’sœ3ÐI(*R…¢"Uä†D*„s‚0‰J4"Q…Fàvòì&‡9/‘@‚U$(PnH «²#ç}ŽBŠJT¡¨F¹!‘¼r6ÌÙu>¢"U(*REn(ؼŒóŠE2q^ϱÌˤ_¦lÂù4ùÉb™áË<Ç2×ˤÄòœ¯L èœ]¡èœ]‘Û™³uE›âÃJBA‘I 7$RQ!¤Y^¾„¢"U(*REnG¤èf¹(
-Š$  H¹!‘¢ÒVÛ9ûa$©BQ‘*rC"‘Ûa“žõ& (*R…¢"U䆾=¦•MiÎÌ ýúX…¢Ÿ«È ‰dÈñŒÑÌI@Q‘*©"7$’#o0ι™yEEªPT¤ŠÜP
-E§ìŠÜΔ
-¡Ì:Ù,¡ H
-Š$)«˜‹™ó&I(*R…¢"UävD*V9›Óœãç
-Š$  H¹!‘‚2ÁÌÙÆ$¨D#UhnH D¦Ñ¼ý´ŠJT¡¨F¹!‘Šò:çY" (*R…¢"Uäv¾X¢É™/yNìy?¦) àGKrC"Yržs“óŠŠT¡¨H¹¡Øó2Ž,Ö\‘]eXó:ÇŸZî¿­j'²££3­·7¨~»Ö€‚5ÃèL1*ÒìpÎßôõÄõâ»3¨Î
-–£›Èƒq®CS¸á,h¹(TNÊr®$¼ ú‰CüòþÓ¿|0ŽéÊ_Ò¨oBÑñÀ¼×
-
-fZ PLH2®Cjµ¢ÿA¨4™”c\‡4ZemæÆ TŒLJƒ1®Bš˜Tñ<—7‚@i@2! ȸi‚ŠÚ:,Â2‚Pi02) ƸiØu ;3‚Pi02) Ƹi %
-Æ·
-Y²2ÉÈ1 ,•ã[ƒ,€7ׇuNë0¡œ‡à0>9‡grxæé9ÆvŽ±‘ºº? ÿñþõ§)ÿ}çø@¾…‹ºäÝ…3”›¹ ²™’}R:ÚÔº«ße].vwɆÖÍ'Ï¢Q¾“o8ÓÞëVK/9¥i¸í/îöÚ6=>{z°âyï·iîHÔCRæÓA†æÙ Sû'tàÖ‰™¿hÒË®yï ïœ)As}ù†‘’ÐM4ËÌÔü?•¹3¶d'?Ê×íÆúŸ
- ä1òN¿&×1™.I'M^¤߆¤¶Æqôò{£'e‘Á;#kÒPûÆâ+Lxª —Œ|(!¸I퇤ÆâkKŒeÕöo¶ý’=çÈܲdÏ †ÆXÍÇhâ
-¿ÃšÜÓ“öXŒ7³6¼8ÂI›óäó Ó¼ŸÅñ¬gB¿¶<Ii˜S·òï»ÛÅhl¾Í¯riJ$?·NK1©P¢'Æ@6sä¸"¸Ô‹òäE´Î¼…jZ|÷´ªxš´›§3™µgcÄŒ\,JÍjmáÇ Œ ¾êY¾ÔE2lP4V·[!pä%6/©òVКyÔ§módXÈ?N±À½P
-ÆÇ/±¬÷Í;¿©ñ=¥§Üou÷ÂiøÒ^ò"ÓÚ”ÓSjÞ˜¬»gNœÃ›öél§h#µòÖ´·Æpò©ÿÈãXáëRò=0’¿—¶Ý*¡¶!Å{àäcbšG³{ä´iLlÙ§óè=u4¶ûEn{{à•^ºîTAuÉÍ‘/bÕ$Ÿí¯\ ç߶_vý% œi
-Ôý‰½û#M|BÈÍhߧóã.{šxÏi³SòE¬”èB¿ô™ùKŒæ^X½ÊÆô7(pœ÷Ý+ NÌt¿¤ü}K_f4ðÓÙñº=Œ¤qÇÚ¿ FØÊÉ‘$Û]5ଊ¥¸t¤LâóÒÝ9ÝbÛ´¾„4*ããýR²ˆlw%.ظOв×]<ëø%×ÝåÈÓZóm‰œ‰ÂkÇžýš¯å ©‹gÞO|Æt+>
-2oøNR׿ä:ó]¨¿ÒKþ ßìi¾Ôå#‘݉ú¤ú"Ã-Õ¿QÌgªÿI¾†úüµ)×gZáH¾¶VÐdöåñc”‹Tqv`ýHåôç¿Cy#7ßîýüW(o L¢zdÈÓEµ¼-È{³¶|ß,ïúno’»ÆBæiŽŒËÂço†±Í†¿¿l*–?R‘m-…/¼çû*–áï\ѶÄÅPÄ@qñiM/°ª<ÂÆ&©&íÚVê¸C¶éõmS®/és˜Er]/VVoît†¼'É{늽ŽZ>>f»ÁøUoaY;f"Œ‡^úÝ7/l ½ö™ñš¸å›Ãþ§¦©È{× K¼m¨ùîÌpÛ¨1¥û¾1ßë¶|wÍ
-õNsû÷¨+ˆl×FömS®Öùíf‘\׋•uûü£rÍF´¿e6J¬ŒÆù­Ï{×ü&K¼m~«ùîÌpÛ˜8¥û¾1ßë¶|wÍoxÿÚØA§Õ¸k&“¹Ûf2‰hœÉ$äé‚MÒ6ÊC CòÕ‰x w
-m0nË’
-^\¿ê¸z{}HúûÛWÞ Âu9ô8M 4Å‹ÏŸxû—ýüáŸW—¿\þßåû>¾¥<zñ·??¾ˆZ?ºº|}yýêã|sØð‘뜗ùC‡óïŸaLdÉð÷ ø¸}Dñ‡¾ùåù#zP÷5ÿñüñǯ_\¿|óîý7?¿ûU½£ýûåÏþtƒÒš Œ¿ƒòðÁðE¯·=䇷/ÿBöCßv+·Ý7dtýtŒœo
-,äNÆÇó燒bÍÄ/\_Ο/_¿½>d¨¥ðFÅ|Èñ ×ý§·/?üíýåÇ~|wýá›#EòyÈ`«ï__ÞZèן>³9<qÿH£lÝåJ·<FnŒ«w¯éÿܱ>þ ˜x{ä“ ^™¾ÁþqõâÏ—WÔGŽ0:ÞdÔøáò~~yƒÓÑ@ÎïÞýøñã×GØøP`ÿ\ÿ<°}õ_ÿk¿êûE·7éã‘Ö ‹R÷u<ÖVüQGh«¯^ýtõîCߊþ¹™?jž{SñèïSÅ7´=½ž7ZÁð‰‡#-/h=5Ú0lN¹½§ÞI#ûéÀ3OoûÛÔž¶†?yË'7Š²ý€èÌÑBÿíÿ¢ë`í
-endstream
-endobj
-947 0 obj
-<<
-/F10 99 0 R
-/F16 196 0 R
-/F9 92 0 R
-/F17 199 0 R
-/F19 312 0 R
-/F23 928 0 R
-/F15 178 0 R
-/F24 931 0 R
-/F22 833 0 R
-/F7 83 0 R
-/F18 226 0 R
->>
-endobj
-908 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 947 0 R
->>
-endobj
-952 0 obj
-<<
-/Encoding 152 0 R
-/Type/Font
-/Subtype/Type1
-/Name/F25
-/FontDescriptor 951 0 R
-/BaseFont/LOVUUY+CMMI12
-/FirstChar 33
-/LastChar 196
-/Widths[609.7 458.2 577.1 808.9 505 354.2 641.4 979.2 979.2 979.2 979.2 272 272 489.6
-489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 761.6 489.6
-761.6 489.6 516.9 734 743.9 700.5 813 724.8 633.9 772.4 811.3 431.9 541.2 833 666.2
-947.3 784.1 748.3 631.1 775.5 745.3 602.2 573.9 665 570.8 924.4 812.6 568.1 670.2
-380.8 380.8 380.8 979.2 979.2 410.9 514 416.3 421.4 508.8 453.8 482.6 468.9 563.7
-334 405.1 509.3 291.7 856.5 584.5 470.7 491.4 434.1 441.3 461.2 353.6 557.3 473.4
-699.9 556.4 477.4 454.9 312.5 377.9 623.4 489.6 272 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 606.7 816 748.3 679.6 728.7 811.3 765.8 571.2
-652.8 598 0 0 757.6 622.8 552.8 507.9 433.7 395.4 427.7 483.1 456.3 346.1 563.7 571.2
-589.1 483.8 427.7 555.4 505 556.5 425.2 527.8 579.5 613.4 636.6 272]
->>
-endobj
-953 0 obj
-[948 0 R/XYZ 124.8 511.47 null]
-endobj
-954 0 obj
-[948 0 R/XYZ 124.8 488.76 null]
-endobj
-955 0 obj
-[948 0 R/XYZ 124.8 464.78 null]
-endobj
-956 0 obj
-[948 0 R/XYZ 124.8 466.72 null]
-endobj
-957 0 obj
-[948 0 R/XYZ 124.8 454.76 null]
-endobj
-958 0 obj
-[948 0 R/XYZ 124.8 442.81 null]
-endobj
-959 0 obj
-[948 0 R/XYZ 124.8 430.85 null]
-endobj
-960 0 obj
-[948 0 R/XYZ 124.8 418.9 null]
-endobj
-961 0 obj
-[948 0 R/XYZ 124.8 406.94 null]
-endobj
-962 0 obj
-[948 0 R/XYZ 124.8 394.99 null]
-endobj
-963 0 obj
-[948 0 R/XYZ 124.8 383.03 null]
-endobj
-964 0 obj
-[948 0 R/XYZ 124.8 371.08 null]
-endobj
-965 0 obj
-[948 0 R/XYZ 124.8 145.97 null]
-endobj
-966 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 15652
->>
-stream
-xÚí}]GvåûþŠ~ðàŽ‰ï¿hgF€ánsá‡Ñ`¡ápHÁ,j†’a{ùï{ofeÄÍ®bwœdV©U™Ó"£òĉ¼'2"î¯;­´¾{w7üçÛ»¥ÿúÛ¹Óô?sg|PÙÝÝ»¤\¹{s¸»{uçî^¢G^Ý}óú7¿/wE•x÷ú/}ýÛ?|¥¾þãë¾ûÝëgòÓS~O=öÜïükÇCüv]½ëzŒþšÃݬW<UJ´yÅ»
-*•`ÂݽIQ¥¨}¾;\U.ÁÅ»=0S¼òá `µ”]¸÷ËÊÔeíyèãŠõÊ”bkMÕ*Œ_{xþk§‡JJ±¯JRûW†#Æ)*`t}ÒŒÈâ#¤¨ä´í#y˜ŒÕß4¾úÕ)–Iªâ ¬šÀAÊ5¤^ƒí
->n²¸ K(†‰(p»Šm“Tp¹$\EÄTl@LņÛU|ô°¥a´ÆÃ*J ¤¢
-Ü®âcÛXcÎx‹*˜Š ˆ©Øp»ŠmãU4E/PQ
-Û\ϳ·T˜ýe={k”ñÉ”_V²W×Ûzs}üÃ7Y•hG£
-¥¯]wðô~üùøJ}tqá ƒñ8.‡ªÝ1ª„1V͸,žÑ\¾ßüÞÚ»¤È¹á‡ŒJw^9?>ÐWþC-xQUiîîÑÝuzñ¢Œ3Ñâݸ
->6S)h|úLà0+S°Âv›&(ï5>,8LÁŠÃ¬°]ÁǦ‰ªEðÙO Ä4l@LĆÛU¼„—Å|¿ÜËߣ¿ôÇg¥‹fü¢Ñßë­
-þ%Ávïàm‚CV6º%½
-É$<%˜Š ˆ©Øp»Šm•ŽfÁú_ ÄTl@LņÛU¼„׆¿ÜëßÃô'%eí¸1a _,.ìö¸ðÞv\8óß}ÆWaH ÖÏ7 ÖÏ7ÜÞÏ?z¸De¢w¸Š©(€Š·«ø¸eÒFÙâí‚$;R@ ±3pWòÄ8^çrX ¤@‚J6$¨dîJž'©Ò‚Uû3$¨dC‚J6à®äcãz±èÒ‚ÖU"1%SR
-$¨dC‚J6à®ä‰qœJÚ-ùÏ ’ *Ù€»’'Æ Ääü‚3Í$T²!A%pWò(füå=fÌtT.Dö¨ñE£Æ~ïQãmG Y!ØxÅ öö öö ¸÷öcƒ²K<©†ÃT¬8LÃ
-Û<9¢W+oCYð-J$xœpC‚ç 7à®ä‰q¼Ò1,8Ú{†•lHPÉÜ•<1Ù2縠]•HPɆ•lÀ]Éãb
- TêX Œ·«øØ6žaÁç(€˜Š ˆ©Øp»Š'¶±”æË‚þQ"A²w%OŒã•³aÁ†T²!A%pWò2‘
-$¦¤
-à®ä‰q²Š¹˜ߤD‚J6$¨dîJžô5V9›Ó‚+$SR 1%pWòÄ8A™`,’@PÇ
-e¬¸]ÅÛ$û-ZA.‘ Ž
-Ù€»’'Æ)Ê뜗() ’ *Ù€»’/¯ÒFé’ÌÌØuډݴ%€»’'Ʊ*ä¼àØÿT²!A%pWò2Q,z¼BTàÖ¢Ç{˜oó­sdy«‰¼ƒèLça0j\W8P]!2SŒŠÔØqÇη“uϘ„ý *) Ä·5ýœÒ1'‡ 8P!²™„ãÆ4 E¹Tr‚4¬ PCŒLjˆ1nMè‚ÉÝ'±5œ@¨†ÙLCˆqkze²˜„G ª B5áÛš~VYMé~G ªB5ÓáÛš~ZùbÈɇœ@¨‚ÙLBˆqcú¬J6ÎBV¨!F&5Ä7¦!èj“=|º¢g¯¹×%¼Ïþ^áyo½*¼«±wq1Ñ_÷žKWxúÏ,ðüÎzs²”FÓ…K¼!°G†÷È°$êصÅ\©
-BGÙl
-5ÄȤ†ãÖ4t*x#¦áB5„ÈfBŒÓЕƒË˜GUA †™ÔcÜš†Q£ÇÚÒ
-B5„ÈfBŒ[ÓЫ<ªáB5„ÈfBŒ[ÓЪ˜RÆ"Œ„j‘Í4„·¦¡V%†€…ù+Õ"›i1nLCSؾ—V¨!F&5Ä·éÇÜî)J|-/¿E‰_†—ÿ‚¢ÄÔ½doâ~Àõ£ÄûÕd{”xO£€¬ŒöX`c c
-6¯ PAŒLJˆ1nMC¯´‰‹jTª!D6ÓbÜš†š†LØúá
-B5„ÈfBŒÛÒ÷gSõ†–W ¦ F%Äø6¦_PÆflíiÅ€úATR?ˆocú9>èÛU1 ~•ÔâÛ˜~FyÇwë!úMP?ˆJêñmK¿\T±ÅBÃЊÁôè„~ßÖ"úƒ=ƒ¯ãÍ·Pð‹ðæ_N$˜zgBH{ øê`·‚÷@ð;ÿ¬BÊš ®°ó‡¨dçñm«óO…í,Ðà­b0ý0*¡Æ·1ýȸE(~X1 ~•ÔâÛ˜~Zem¼¨P?ˆJêñmK¿HãC¯±=³ƒé‡Q ý0¾éTÔÖAÁ§Šõƒ¨¤~ßÆôsd¥ ÝjêQIý ¾éGnºqØÙ;êQIý ¾é§u-V ¨D%õƒø6¼Çœêcð÷J| þ¾ þå©GI¹»¯üµ{ðwþîÁßAØP”Š]LLSˆHôüÛ¶:þ@ŒÑehà]1 z•”âÛ–~žÑèã«L?ŒJè‡ñmL?£l
-rœ*Ô¢’úA|ÛÒÏeåǶÁV ¦F%ôÃø6¦_T:E õêQIý ¾éç•.%B«¶+Ô¢’úA|ÓÏ*—¶ƒ°b@ý *©Ä·1ý´Ê ›·ž  z‘aÛ˜ï¹ÓǘïU<÷ñ}žûË øROb£óqø^=àkö€ïðݾƒ°¶¨`#v®lÅ`ªbT¢ßÇø¶Õñ[M’$ì<ÒŠõƒ¨¤~ßÖ®YQÞe^stÄ —¬ T³;V¾­mµSÉð輂n³ˆfgæ
- *lq‚P$MeïS´â2ùÛ¾ä"3] E”½&õ•½š¡eUÕOí¾^…93f\¯Æ$jñiä•ÅÀò
-ÈEHÁ¯MÍô-9á³Ô¤.ÓdjN£ ó¼,ŸF‘ýŒS¤M/ÐKP–ç$©á!«×òjR_þÍ-/a´ÊyFõ*Ï—q½ÊCõ?‘ ô+(0Q6)ßQå&aH¢ÏÊЇ5ó[§´.ÓP;Ó mËËÒ@ƤcKšJß—{à ¹ÄÏq<X›YÙkZ_îÕ-/a®‰ñŒé׫5çëU£Ȭ“Q…Œä£Mèó2:ò 0 iNYMÍð,nqLësˆ5µ÷ÎæyfŽÇ°ÆÎHEÚô
- I%ç Åf¬‰rÓeþ
-Ç´Naš™°[%=£ÂzUèlèhÅ:dè+Î)ÊðÒjn#%E’™†$­}™‡¯Ži}Ö7žG«fž™ãA­/3N‘6½@'ƒ@:EõÉÙ9­£ìæo0¤tæÞlq̧٫±Åšs.t¸^ÍyuÙ9DSCÝúü~”ò|ðÛSŸÇxX ÝwõRså}Ì㡇)ùÞÛ6ÈãŠ4ÂåÃ5³Š%ôÆÌydôàÈP‹\ïnN*…l‡#µ©s ½e­©V ÷0r ª]÷Õ4ÒJ£¤Ã Ž!ønä Ä …ÒŠ½¶1.Rƒî=wÏžF¯d(wõè·ÊïÝÑïñ†ÌÆ 9D¨Jfúϧ·«}ž\àày—ÏEr®.F’ŠÎÚ<ĶˆÉ]ðµ’¥" !À]|°—ã"ç"Å©‰,š]Oc.ÇU2}xehŽ5wäÜB\ŒlpìÂ8®¥á¯§aõɸ֛ÂÕƒ¿XM>æë·!Æ-›@ΘNႆ¼p7G1/ qÜ©™0ÎñÎRžïæÒ0óî‡Cë=²E\©Ç#o=wö;1©P¢'¾@#àÈQ@lÒ5åÉ!èìV ³ø!DIž¾§¹·»¢öW{Þ‘—ÃvÉ ÖB±¯olð½Hϲ¥!aƒ¢¹ûf”À“Tx¸H™×ºJ?ÇË’<ý±½}]!ï6Å‚Ö<£Œ‡X¼|­Ðh¹ s±¡èäd½ž’úfK#ß1igYÑSÚ†, [ÒTö¾ÜÎ1ÏqÙä‘7‡ìeÙ§¤¾Ü›jVÍX•ðÔî+Îô.lNÈ
-䥚Ñ0¥ØÞ«Ýée¬öz¬ †¤éÇ
-¾ ‡òMåüpyÉÚ¦‚“Þª¨†‰)9æ•dœ‘-ö”NL¶¬êtb%ISÙÁ™Iž'%YI8Ì“{+Ë>%3“'Œ5ž±û%¦&1QÉ0Ù’×=”Ó%Û»y…^9zúÀmÈÍ*=¥à›p(ßTÎõ¾êìCÎÜ¢ÕÑÂÄ^HíY%m¹ ž—ÛP¥c‘)©oþ2÷Øβâ«ù†
-AØ’¦²÷åÞpIÑÈ›)A˜y™ý(Ê>%õåÞÌP³jƪ„§v_qîõtxè4»ÉɆIô¹»2hÜ(W ô5vUß„Cù¦r~¸ÀLaƒ…T¨±‹AL‘"Þ¦Å({Jg [Nu^¯ñµ¤©èàaÒ|Pu0ÑÌpgQ‹^SÀùÁ–S5Uã;µú&AEÉk&åx/3y9½ÛK by€•áùòÞˆaå«8¯–óÊ“XÔwçÄÓòÕÁ; @£²§/} njíÆe/%žôkä”ô¦3\crŽ³¬ègmŠdISéûro8ª<ÁQ× =_óLM¼(û”ô¦;È{´Ã”öš(ÏÅÙÏS×ýÐi›œC êB쾯ޚÞÅúPÏØf„&œJºâ—aowÒAD0(ã›%óZÉh‡…B9;cg’)íMïL€/yˆš¶Ì Çø¹lœ-i*gþ ˜TÉ&ØgV9fëf/0¥uO.NÖh™5£5ÒSÖœŸ;PzíO]Yma³ýõBótʸ*Ædû§~& 3Kºâ÷Á®¼µÆË@ÝFrÜŸwXå¸à ¥Œ³ä?ÉX`Mì«b–ÆžÖñö2;žËš[Á+Ò¦·è¤HË0O) ^ª_Ædú}Òœ;9šUDvÂ|øŒ+~,碲‡^3e«ãq±X¦½/Oî~8j˜Lì ZKΊ„9kiWüf¼¥q‡žE¨(Ы-Kî‡7ÏAS•S‘Z03‚O‰}uÍqhΚYnŽ}àg´"mz‡N‚äe_4,š‘&';…)±AZ¤e×LWiÏè°âÇrn"âÐk¢!jÀÅ×)™ÞjK/Nµ¼Œ:ÙPºÏÛm„&œJºâgÂñ‚¨‡ªRçc(’ª–s…F‡œ¨“6fE¹%7›ó©‰}µŒg=ãØÔŠì4˜âÝœ¸%Ö÷èäHjþgÄT½ãµš³¹«)ñM¯­&³ˆì„éñ=Vü^ÎM¿z¥aœÔ§ÒæaQLwEqi\RLzÑ`´w"UrV$ÌYKûá×3UÞŸ¯ã½.†÷º8ze£{»üàT±…×8yjŽ,ýÁE\=ή÷¦¹BçT¸¿ˆ‰FWÝã ©Âf^•x£OêžhnK±ˆšºªîétªi4qq\½’Ù»†‹l])ÃȦè{W²‰3‰;Sç¸ç6æÚ“âKë‘ÀY~‡Üéø,æãzD~Ù8K\|ïb‡Å|ÜY^^ä}1ÖûËò±sAO»«ñQ·šc€íù°°‘A'öºzXLÇ>Œ烩Íè=\á èŒÖÇ}ÚÙñ.÷ËòñrÖìÓù´óÑ¢ö|XØÿ@œS¶èÞvj1_TÚ‘VŠP{ó…ù‚rÖp»†³\zñ\ÌǧrTÿjt<U ›óaÙØä
-
-’/ÎGîZvÚ³uÚ†/ÎÈ[¨4·[Wc´ L³éÃbÏ÷
-Î^×âK8ƒ
-.Œs™oš4Wàô*3ÀÑiÞñvqNj‡˜çš”|s§/¸i–Õ(ÚkC\Æëdä¨vÖ;«b).]œ’?¼WxتZl÷¼ÒPFe|¼&a ŽÎjÅÌúðRf¾èPTÇŸ´¶èFî·z¸Mäž²õ죧Ð{H)Ïÿ§!x9rrèÆ7Ò«øпX'ñuzqô—\Œ¾{*–Ïhâ³ï3µX!çÞÑJ ë‡2´’š7dvOcЛÙ‡IFCC¿`»{²j>žÓ`Y˜äÝË>UÔ:Ïg¶÷Þ¬À»”BàNoª­@º¬"¯ö옗¹@tï×Üi>}f‘ô¥÷óäNvðÙ±ÏSð%Âñ‘}¸H#-?ÜQ ñ­g)Ñ°8^žgzO3Ü«êŒ6H‚/®{W¹ûÔ‡ó}Œo=K‰¦”¿&׳àÓÑrA›`Á7œãØk)^‡¬µŽ(ßûUš:Þ Ö½Ù‡ª™Z ÷:‚qèuº"†ÒØD áûu"8v˜Cl·+ø¼nÁž¶1–áÒÜnóœæ=ŒáŠÆjƒ„Â'¹ð¼
-Zï!ò ‡;wøÿ=g ó¨Új^àÁË }l÷ãÏÇÿPês €»{ýi@}óú7¿/w…FÜw¯ÿòùú·øJ}ýÇ×ÿ|÷»×Ï:"Çüž{ìÛ>·æèÏpé†14d:_¾ßþø—¾~ªÅ¯¯nMÕå~ª?÷ܲäaëó0≞»î5çLÍ OÕœáòÑCöŽȉŸIü.÷<y3<`ÇDõ/~~ÿݧO?~úÕV>s÷în=»ÿ”ƒ*vc¤áv’Ø8êøyMŽŸXÿ® täFØÄ+nîùøXêñ.Âý‹žÑò±¨xÚÇ[•ô4’/1ë1Ú³Ÿ‰ÓüξÄãÇž/Ößz:k‰suYB“ír8w?áÂâ-ŒzŸ+™þÜE…§óYÕÞØÏ]Sx
- '^ëlc?âaE?‡=SR>þ”WJw£"x5V u‹ŠšÏÙá3uyÖ{²Öôï7=¹òW–mË„ÏWç&’éß\Ì® 'Àý”ÃÄpÿ¸œ÷PA§·­¨jÊ4³iW¦ïÑZØ¥Ô7==ëö|²ÂCWÊiÓœŒ³Øõ#Òqì5þ|2Œ*|ÄßðÛ?}}oSGZçÛdêÑc8mãýþLÃ.3y¢ao=÷ûÍÂœëÛ¾ÇÞu=öLÃoá1×çJöLÃ.îjØ% ¯a—ˆ‡õ|âäåÓ§Eû7¶SÏ {šÉ7=u¶ g +<ôq¥œžnAø0s×Û‚¸Ïü|þRy¢¦‘™<Ñ‚´Çžûý‰ú7çú¶ï±w]=Ó‚ÀÅ[x‚ð¹’=ӂȇ»Z èkA$âa=Ÿ9ÓöLi»†‡g_<<”¹®2<”®9<”ù®6<”™¾Gkâ¡Ï¦º +)Œò:߇*|šfË Õ"¦{ˆê›ž‡:»¬3ú¸RNOwYÉ©{»,ÿùÞ&{ÅÇ}|¶Ë¦Ë’™<ÑeµÇžûý‰oÎõmßcïº{¦Ë‚‹÷·¾j8/Ã3“|¸«s’€¾ÎI"V3FWûu0µ´.ÂbXu¾–õ‡ä/DSø„Ÿa1=/3ÓæB4Ô˹áÔËÒðeO¼ƒ²YWUz…2¯€|Ÿ~èãJ9=Ýr礂ím¹Ãç]¾`%?Ñr¿?ÓrËLžh¹ÛcÏýþDk0çú¶ï±w]=ÓrÃÅû¢8ô¼dÏ´çòá®ö\úÚs‰xXQÁçâÐç^mjÌ»ìA#D’Õ÷¿Ýɘ¾ ÅF,©Ÿå}ÏCßô<ÔÙÚ¬ðÐÇ•rzºµãe>õ6wñ%Îq_ù¡+åÔtIÍâ| H¹#[[eÇN((÷5/ºó_ý¯÷ß|÷ÃÇw_S&á«?||;þí§¿ÒíWoßüð éÍ÷?ÿðãÇŸ&¡8ÿ\'r§ì ¦ì•a_¾ú??¹gÿÕ÷üùýÛOÿÈÿr_ýõÓÛ?¿åÌ?¾ýó˜òᇟ~–F?æpÆk)ˆã»ïøñ7?þõ¿¾ûîO¾óoÿñþ‡ŸßþõÃ?ÿô×·oø·ï¾랉mι$eͱúýüãñ÷F3šL ¾ÿ÷Ÿ”ooÎõœ·ñùÿùLÑmTÅs>)Xà×óùÓ[Òã¤d¼ö.ŸøïŸø·ÿ÷×ÞüüïŸÞþ½±òÉ#ã%:YåôSîgúðã;ú¿ïÿó‡ŸþþÁÄ«Æ#Tć¥Oþç‡ïÿôöÃ?ý÷9F§Ò”áÏoÿóçŸÞœp:ªÇqâüíùûßÿñ [´œ?ó_G¶ø—ÿkÿáëûPʸZæœ5’ç6‰Q<ókæ›Æ“Rg~/yŠ?mË·ÿ|Z›xeüK
-šcåðä‘=û§+dz4çªÆ¼«éÿ×¼¡ ¼ïD{¼žY1_×!ž}baÇIŽŸYÙñè¹gøÌ*™3tßv>÷®ï¹ÏŽHqͧÂpëÕ°žiX>ý¹ûÝ/Ž
-rŸY›~‚3…ÿñ%¸ZÐ>àû…Åê3ÿv=õqÍš­ …§ªÈ—ßuèø¬‡5 ¨ÒGŸ¢ë´úÂl9b
-5éÚvÒ<<¿üóê…ˆ‘ùžáþnPÄDi@L˜†ÛŒ8Æñ¹Î.ãêH$&@búàvJ|ÕÉ0s‡
-$ @
-Ô€›ÈÒéxØ6(Db $&
-Õ©¸íˆS”/.-QG AyÔ§7#ßÌ8Þ'Š“§1un;â8•‚^0Ó"€ 8ŠSqÛ'ðe nŠS 8·qÈéw|V2®Ž@‚ò4$¨On'@¼ŠcŠE#WpL÷¸dKÒhÉåq¿î/—¼êJÉë…(í¢ÜC”7¢ YÙèuÕ vÕ vÕ ¸™®:&¥¶ I$&@b àf¢a Nâ‚/H"1H
-ßË÷Ô öÔ öÔ ¸™žºDe¢w ’HL ÄÀíì!Ö†o:µK6K(¸‹X@ÁmĹ!‘¼*Îå°D$EEjPT¤†ÜHI¥–¬OžAQ‘©!·#’¡òF—–4w
-Š$  H¹!‘¬ÒÆ•¸D$EEjPT¤†ÜHN%í–Ä™gPT¤EEjÈ ‰íü’3|$©AQ‘r;áæUœX,š¹‚»G3Û¤4”Š¾”°Ç3/Ïô{<sgÞ|<ÓÐÛÃRBÑþºAÑþº!·3¨²AÙEÎI‚U (OÅmèÐJ­¼ eÉ$¡è±• Šž[ÙÉ+Ã’ƒ_gPT¤EEjÈ ‰DFÊ9.iè$©AQ‘rC"B‡%AD%ªHT¡
-ÜŽ@žÝä°ä#HP †jÀ dUvä¼/QH@Q‰Õ¨!7$’WΆ%«ÎgPT¤EEjÈ ›×q^±Hæ*ÎëËl±LF¥<Þ3½Ç2/Ë {,seÞ~,“cÈKn?˜AÑ>»AÑ>»!·Ógú‡MqÉÀJBA‘I 7$RQ!¤E^¾„¢"5(*RCnG¤è¹(
-Š$  H¹!‘¢ÒVÛ%ëa$©AQ‘rC"‘Ûa“^ô% (*Rƒ¢"5ä†îÓʦ´dæ ŠÞ>Ö èõc ¹!‘ 9ž1š%" (*Rƒ¢"5ä†Drô¸ädæ©AQ‘rCèuœY0¶¹†3»Ç6[l3UŒ³{hóR¡Í¸‡6÷Ðæí‡6“W)—e]¶€¢]vƒ¢]vCn§ËÎN…Píl–PP$EÈ ‰”UÌÅ,ù’$©AQ‘r;"«œÍiÉös EPP$ÜHA™`–,cHT¢ŠDªÀ ”èËÖÓJ(*Qƒ¢5ä†D*Ê뜉$ ¨H ŠŠÔÛ¹±D“3_ò’Øó
-^¦) à¥%¹!‘¬
-9/9ÉyEEjPT¤†ÜPìyG k®áÈÞdXs?íñ§žóo›Ú‰ÆÑÑ™ÞÓÔ¸\kBÁšat¦©÷ 8ç¯úxâöMñÙ¿TgÁ"D&µÁoD§tÌÉÚL(XŒn¦Æyò„¢\*9aòT*H'å9oDžÈçw÷Tt”gBÁò`t3y0ΑÇ+“u
-•¤“ò€œ7"¿Šõ`ãVQ°<ÝLŒóFäñ*Ë3¡`y0º™<çÈcUL)ƒ²Š‚åÁèfò`œ7"&¿30¶\Q°<ÝLŒó6ä1… gÁ‘[E¡ò€tRóFÂË Ÿ8Å/¯ç˜¶øå‹qL_Vü’Z}ŠŽ{
-¥É„4 ãmHC‰E,þUA¨4™”c¼ i´ÊÚ$̯ TŒLJƒ1Þ„41©â5¸/¯‚@i@2! ÈxÒµuX„¥‚Pi02) ÆxÒëbCÂvÁT* F&¥ÁoC÷€‡[T* F&¥ÁoC­¨ 7Ø­‚Pi02) Æx!cÐ <Æ%¯ætÖ¸ä‹q:_T\’¯Ô±„=.yÕ¸¤Ýã’{\r;qÉP”óâ' ¨F%:oŒï&úî@¹D—±o¡Â`dRŒñ&¤ñžú°O¦‚@i@2! ÈxÒeSˆ˜3RA¨4™”c¼ i\VÞxp¯]Ò€dBñ6¤‰J§h±¾¦‚Pi02) ÆxÒx¥K‰Ø2Ö
-B¥ÁȤ4ãmHc•Ë ÜtTA¨4™”c¼ i´Ê œ™œ0¨0•Ôâ» ŸóÿŽáÈ+9›5ùRœÍ‹ä“£²ÎeE^5iöXä‹ÜN,Òl:¬ P1LtÝ ãMôÝV“±xŠ^¡Ò`dRŒñFNÉWÞeÞ-qÁgäCd³#ò!ÆÙ¤’/èùR#Þ„PÍN¥@ønca Ô28ç5aÐE•\ˆñÝÆR"‚¶àªÕ#]HQÉuDßmLª¨\Äd™0è”
-D%gT ¾Û‘©æº& :ƒ¨äp â»._¹`4Øå1h—QÉ.⻯ôöŽÁÇ«9—5üøbœË=´‚~¡¯•Ð@ûÉc*õ´V³ŸåÌ.Ò2i©ƒ´=ÿÈx¥sÂöÂV &
-HÕTùnB–¤RŠØ Ê‚Q Y0¾[eIÀza¼zq¸zƒÑjkUIZj6A@Q "¡ Äv’xU‚…v$OPˆHH±Ý„$QÅè±+Å*£ª`|7!KV&ùÀ*”£²`|· àÍaË:ŒS(ç%8Œ¯öðÌKÏ<ì1¶=Æ&Ÿ"ÀE]òݽ3TˆØ½ñË•}Ìœœ”Ž6õ®Å÷EY—‹½»4òÕÝûÅ¢Q¾’€Ï%Óž~ë&§45’ãqÛ^Ûî;ß³§+žW,°mL·ü¤kʼ§çÞPït꿸@¶NÌ|ÃS ®*»î3¼Þ¥ÍååsAJB—¾¬Ô¿†iêsUÏ*Ü°Ø«z¨©EÐ4$´†OœÏãê<ÒºDQ³kÒ›ÎÏRÙŒÌËdÊ‹Œ"i*}gö H“ªcŒ””sÑI~—SR_öÍ-¯f¯‰ñŒí߬ز-nU¾ék{’Ê®° kÛs@\<þ¸]d_/™!I'MnŸhÚ¦¤>ã8úî½Ñ³¼H„à‘Œ-i*}gö Hcn* —Œ¼‹ ¸Y駤Îì›%j^Í^•ñÔökÖœ3ÝÊš5'j^¹!¯ÏÅj
-µíê¸÷) GýC°ìÚ¦¤>Û°uÓ³¼’²>º$EÒ±ð¹7_i£©A„ž>ÐD š(ü”Ô—½0ÄæšO-¿fµ9T¬Yk¢S>gîYëÐ〓*.ó¾ «¢&ÛITP²ˆÙLI}¶¡ÊB/­
-ôÊ–èã]òÊXÏ;~
-ÙDÓ‡&‡¶SRŸqÒppœ™åE"ØÈkPcKšJßýŒT‡2 Ƥ¨ÉI–~Jê̾Y¢æÕìUOm¿fÍ9ãV¬Ysr¤îÏ” ½Œ¤Ñj<UN¾D
-öxë\¦Ë ÷¦&õÙ'S]˜gfy¯|ö3R‘6½B7CEZveœ“¬†G¶^ËW¨IÍ-3a·JzF…5+ÑsÍJDßB";éˆ`d¢êmR¾£zNþÄDߘ¡¯læéNi}ö¡v'¦Aá–™¥ŽI3Ê–4•¿3û,*ò¢¡ãh¯6³Ò×´Îì«)ZfÂbåó¯Y{ÎÅÖ¬>F'´Y'£ʇ5зftä‘âpO³wÊjj›gcZ§Mÿ0ÎæynŽ‡ºÆÎXEÚô½Jeç›lf´‰²ÓeþÇ´^a’š›0]e=£ÄšUélàiÕºdè›Î)ÊèÔFjn$#%E;’­†$­}™‡¿ŽiσZ3ÏÍñØ×—©H›^¡—B@ù”Mçìœ×Q~ówRz³oæ8fÔLÖèNXµ‹?®Yƒú¦–¬§¶7­úïH¤&Äû˜ÇsÌRòݧē—i0ʧáeKè„ó(6èÁõ f&¸î)ÔœT
-ÙÇØRϺ#ÄZ“Bý\Ü°i×O ˆRà°çp¥W¾:2(b†S{b·Œ‹ÔÔzÏý'9ø™¬å^zD{<)­1hö©’ƒ™þóéíŠßƒ'×5xÞûÄ“S‘Ü¡ ’…¤¢³6*âr}µdéÓHCÈ"pì%ÙÈH1Dj¸Šf—јK²•LašIÍ-7¤ܱ0ŽA©&{_”Ž¿S¸¢ðç«É7¼hMá6ÅxÃcÈ…Ò)\ÔœPfªýpuBݧϵ8&õGäîæÞ>!&JôÄhÈ9¬NrÆ¢< ¢{»½B%-~û‘³ì©ÇìîK¨mÔžÇBäeä L2«µ…#:ì.|7ÔkH§Á‘·AQkÙ@àÀC*<º¢\h°Žžxí^¨W˜b+Ÿ
-°åUçí*£HšJÎòÔt,ÉJÆajÚ[Yú) ¬@a¯‰ñŒí/3 JKÆÉ–Ö¡¨.ÙîôÚÑÓ?(D^Qéí=ㄧ¢®ùuÐ äÌ­\FP`àÅ,<­™UÒ–[ßàyÉ Õ1J™’:ç
-ãpßá,/¾1ŒO‚Œ-i*}gö ˜ ‘©ÙŒ™×ÊТôSRgöÍ5¯f¯ÊxjûUg:OGˆ‡^Û›œühœD/’ûë„ÖÁ¢•@ßfï`¶1N@˜q*ꇋÌÉÕÁ2:%GUZÀÄ  ãm*Q ŧt>®eU'ÐaKš
-NÆ%ÍGP'ÒÛ w"µð5‰kYUk5ÂSË_dÕ•œ]òeŽ·~’?Ô½S#Ðp—Cì¬ÏRwÇþ*c¢Œµ¨V*¢¾='ž¯þàF’O¾|#•Z»qéI çךÃ9%½é ¸˜œã,¯DÞ )’R$Måï̾©G]†`ô|ã(µü¢ôSÒ›þ íÑRšlâ<'Àªs§þþ¡×>9‡0–Õ…ØÜ;½9½U¢^³;p,(' N9vÕ¯ÄPbI:ˆØÇFr¸²äaþ(íâ°b'ggì,¸2¥½éñû’‡(hËÍpìžÆFÚ’¦7è%hȤJ6ÁÎH³Ê1“³'_aJëŸÈ› Òrkvk¬§*¬;vá:t‹@½\ía³@õÐ<W2®FŠ1Y`jg¢œ8ç±°«~+°Öxí;àPéó~K!üqÕ’q–|.Q¬‰•ÍÒ Õºäæùñ,úÐ b‘6½G/‡€ZöyWSE3&Óï³Ðè”ØKÒ #òlÌgYõÃ9à=t›*[«·Â0mxè6@t9•L&vÁ%k…⬵À«~?ÞÒÀDÏ"ÞéégËÚûatγÎTùT¤FÍÌ£êSbg­sæ³f–c_%ø¯H›Þ¢—¡!yœf¬‰ÒÉÎ_bJì¤Fiù5ëUÞ3Z¬ú᜛Þ8t›i:ðè”Lw¦—§
-_Fµl(ý‡¢6Ê ˆSN…]õ“ápCÔC©S=J•Ì¹BƒHNÔÉ‹3=l“›Í'ÕÄÎúÆ3œql€E~šñnÎÜë›ô’( Ÿõ
-3fªËÞñJÊÙÌØ”ø¦Û\“eD~ÂüùŒ&«~;çæ÷Ýz„0ÎåSó°,¦¿¾¸4.ý%ÕhÐÚ=c+Y+g­þpõéqÇ»H ï"qT£»»êàT±…—!yj9,áѵV,ήûzªBƒŸT¸…‰ÆFý#©Ve^»”xMêŸon ¦ˆœº—þ™uª 4Špq\Z’Ú½ÔŠ,])ÃÈ‹‘è»W2Œ3‰û@ç¸Ç5æ˜_\¥Ðò{ä^/f9#W)ò³Æiãâ»×?,gäÃò è²Þ_š‘=zÜ]‘‘úÃnÕ‡¥-Üd±Õ½'9!»$~œ!¦v¤û´ƒ/!4Z·KgÇ;Î/ÍÈ«Q³OWeÔÎG [õai÷t@NÙ¢»[¯åŒQi?ÄVi,A­XÌg ÊYÃíeÎIé>Ur9#ÉÇý+ò 6nÔ‡…ƒ˜Š£oÜÚš½šLâ¡Çý0ýÞ?Iµ˜Ð)¾±œ'Ó’MÖ^šÎPS9L ]‹»Óqo>fЇţÜŒL*¿dd}è^
-MÆ÷”žò°ÛÒ]…Óð2<ECkS.O©y•`²îÊœäÏ;Ü´‹¢Œ$ïÞš~k|'ïAÜŽ>¼#_‘ü½ì´fï´ )^“·LinÍ®Èi9˜2hÙ‡åô‡:jÛý"·½? JÝ°CŠ ºäîˆÈ±j’ÏŽ
-ÐÐP-ØþFžl›‡XÖ'ù—½g[T>Ï'šw_À»“Bà.iªµP¬"/Þì—¹"`„ï×Ý>}roô¥û[å^pp½ÁoU0&ò)ÀHc"?Ü Š1®i/ÑÒ8^fgºñ2Üíé 7Q‚1° ùíÔÍòB|qM{‰–?/ øÔ±\à–Y0&vÛ‹k­#Ìø~åSu¦~…÷ƒõïyãÁe¦†Èâ=’àz¤þø† *³¡PÊ÷kŸpìP‡RØ~o0ðÙÜt£]qã,Ã]¨ý@–9Í{AÊUMÖF…Ïaá‰
-endstream
-endobj
-967 0 obj
-<<
-/F9 92 0 R
-/F3 69 0 R
-/F22 833 0 R
-/F4 73 0 R
-/F23 928 0 R
-/F25 952 0 R
-/F7 83 0 R
-/F8 87 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F18 226 0 R
-/F17 199 0 R
-/F19 312 0 R
-/F15 178 0 R
->>
-endobj
-949 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 967 0 R
->>
-endobj
-970 0 obj
-[968 0 R/XYZ 124.8 716.02 null]
-endobj
-971 0 obj
-[968 0 R/XYZ 124.8 718.01 null]
-endobj
-972 0 obj
-[968 0 R/XYZ 124.8 706.06 null]
-endobj
-973 0 obj
-[968 0 R/XYZ 124.8 694.1 null]
-endobj
-974 0 obj
-[968 0 R/XYZ 124.8 682.15 null]
-endobj
-975 0 obj
-[968 0 R/XYZ 124.8 670.19 null]
-endobj
-976 0 obj
-[968 0 R/XYZ 124.8 658.24 null]
-endobj
-977 0 obj
-[968 0 R/XYZ 124.8 646.28 null]
-endobj
-978 0 obj
-[968 0 R/XYZ 124.8 634.33 null]
-endobj
-979 0 obj
-[968 0 R/XYZ 124.8 622.37 null]
-endobj
-980 0 obj
-[968 0 R/XYZ 124.8 610.42 null]
-endobj
-981 0 obj
-[968 0 R/XYZ 124.8 598.46 null]
-endobj
-982 0 obj
-[968 0 R/XYZ 124.8 586.51 null]
-endobj
-983 0 obj
-[968 0 R/XYZ 124.8 574.55 null]
-endobj
-984 0 obj
-[968 0 R/XYZ 124.8 562.6 null]
-endobj
-985 0 obj
-[968 0 R/XYZ 124.8 550.64 null]
-endobj
-986 0 obj
-[968 0 R/XYZ 124.8 538.69 null]
-endobj
-987 0 obj
-[968 0 R/XYZ 124.8 313.58 null]
-endobj
-988 0 obj
-[968 0 R/XYZ 124.8 290.87 null]
-endobj
-989 0 obj
-[968 0 R/XYZ 124.8 266.89 null]
-endobj
-990 0 obj
-[968 0 R/XYZ 124.8 268.83 null]
-endobj
-991 0 obj
-[968 0 R/XYZ 124.8 256.87 null]
-endobj
-992 0 obj
-[968 0 R/XYZ 124.8 244.92 null]
-endobj
-993 0 obj
-[968 0 R/XYZ 124.8 221.01 null]
-endobj
-994 0 obj
-[968 0 R/XYZ 124.8 209.05 null]
-endobj
-995 0 obj
-[968 0 R/XYZ 124.8 197.1 null]
-endobj
-996 0 obj
-[968 0 R/XYZ 124.8 185.14 null]
-endobj
-997 0 obj
-[968 0 R/XYZ 124.8 173.19 null]
-endobj
-998 0 obj
-[968 0 R/XYZ 124.8 161.23 null]
-endobj
-999 0 obj
-[968 0 R/XYZ 124.8 149.28 null]
-endobj
-1000 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 7208
->>
-stream
-xÚí][oGv~ϯ˜
-B«Ê7tIß½a÷$¿©¥^/Nλ²è9"Æ®Ägn 'o®¿\Þd©ý›%ŒºGR¬—tzqD¸ío^’””44öU4B·ïôñôðõò”šqƒDRH«^/?^_½¹%“Ø~%ó§‹w77{¤%Ç­Íe>uÒ~øåú‡¶üíòòârCkh„jÔ¯¾UI(Ý|+„Øð½¡^*ÚrÙ¼µ·RA$³¡% 1]çÐÖ©+:ÇV1›ºF½EYÿí·÷mI+EÍ!¹9¼ˆiñæl±x¾0‹—TæyÓáS®—í‹6-»ªÈ–ÊÕï-·µ
-È:Ò~§U8•,ƒ?ƒë+Z<X­ºføߪRçcöl¡RÒ}W”µ£ÚUŒjû8ÓÈ’êMe«· ¬-[LÁº¬s°j@µ=$dDb!Ù„R
-àlâ)D£ä€T"1‚
-$FPœAôY"ÒÓAvzÜ|ÈIÂ&†°S Az2ä'gCS"J9ÄÌ@Œž ÄØɸùcDprÀDKÉé 9=n>ä8a­à¸@œ’ÓãæCýô¦¦ÀJ$HOF‚üdà|òã¦X2r„Àt—–ìÓ’ä-™è}xiɇ\'ùpJ½ËPî2”“ÏPº(´7ƒ,u-uF‚–:gc©}Òè`p‚J$FPÄ*€³!ˆ¼ òMü€T"1‚
-$FPœAND©õ€T"A‚2$(çCP$ŸË Yr\"A‚2$(ç³`_R„¬Õ€T"Á%û ®ÙÏÀù¤EŒÚ °A%$(#A‚2p>Yá‚
-ò-%$(#A‚2p>y!½²b²D‚e$HPÎ'¥<J Še,GTwË>cIž“SÑì–_)aiv Ë]Ârò ËHwØ8`V¾D‚†:#AC³1ÔÉ å­@P‰Ä*Ap>ˆ¥:Y=dq ·PpqœIV$c¢BREIÊP”¤ŒœIA†¬N^ƒ¢$e(JRF·$Eõõ& Qw%$©€‚$È‘¤…T&ù!$P”¤ EIÊÈ‘dDfHšy Š’”¡(I9#’¡r€O EIÊP”¤ŒœO¶y” KfŽÄî’™}2“])oSr»tæWJgÚ]:s—Îœ|:“?tÚ»!!d EÍu†¢æ:#çãSi'ô Ø$A‚z HO›Ñ•RXíÒTBÑ#+3=³2#gD’Ò»!‡¾®AQ’2%)#gDý£¢èJ(JR†¢$eäŒHJ„vCr0¥¨G¢ õÀùd9JvCQ ÊH  œAZDC±û†
-(JQ†¢eäŒH²Âh7dÍù%)CQ’2rF¹æq‚W,‘9JðºKeæT&}¢r»­ä_+•év©Ì]*sú©Lë„wqÈÅkPÔdg(j²3r>&ÛQWÔÁñ«J(HRI*3") ç  ¿„¢$e(JRF·$oE(%$©€‚$È‘ä…ÔRY SBQ’2%)#gDE:ÈA#©€¢$e(JRFÎèÚ1)tC6`®AÑ‹Ç2½y,#gD’¢ÀÓ{5„¤Š’”¡(I9#’ Eƒ~È©ÌkP”¤ EIÊÈåŸÇ fÁÔæÁì.µ™S›Þ‰¤ŒÞe6¿RfÓï2›»Ìæô3›ÁŠÓ0‹]@Q‹¡¨ÅÎÈùXìh„siжæ
-’T@A’
-äŒHŠÂǤ†Œ¤Š’”¡(I9’’FÇ0dïy I*  IrF$9¡œ²ˆ©@¢õH”¡8#‚¹FÃVÓ–P”¢ E9ÊÈ‘”„•1"©€¢$e(JRFÎç²I±|ŠCRÏkPðÍ
-ÞWR gD’.Æ!§8¯AQ’2%)#g”z'³šc²“ÌjîòO»üSÍÙ·™í@~´7ªöèÑ®ÖZ¡`Î0q*)áÉú9\æw}4qS|îoÙYà +¹Á$N„#¤Á€Ü¬P09˜¸5v0™Ó Ç%aBŠ£§G¡ô€âJz@™¡ÇóÙÝõ§uô¬P0=˜¸5z0™¡Ç
-¥Ùé@09°5n ‰¡F -M©é@05°5j ‰¡F
-›…±7+L&nLæ4è±Q¤È‹w zzJ(®¤”9 zÐØÞÓ† F%«´v¾ø±£ß~I'Ò‚´®QeÔ…£Û-‰´$.ݱ$êÖª9/´ášî6ïR–3KYÚ@†Yj08éQ°ÇÄ­™qLæ4̸‰"X²“==
-¥WÒÊœ=F8«½éY¡`z0qkô`2§AN":Á¥G¡ô€âJz@™¡‡ü¯¤-¨ÜzL&nLæDè±Â; Ó³BÁô`âÖèÁdN„-|Ìõ(˜LÜ=˜Ì‰Ð#)îtL-÷(˜LÜ=˜ÌiУ7œ=·…ÒŠ+éeN$» Ɖ«ôåæ9}ùhÓÇ•¾$­¯\’~—¿|Èüåî^–]þrNùK…’ŒðW ØŠCÂÖŒ8$q6\&¡É€pBÉÅ•ì€2'BRy†÷=
-¦·F&s"ôH>Å,€K.{L&nLæ$èáݘÔ#±—=$VpJœ5N(Á5}=¥VRƒIœ5†÷™ƒ;0zJ &¬¤“8 j”°†ï‚¨YPj0a%5˜ÄIP9K4æ¨õ PXA (q"id,"\¥)*
-Ë Jœ„éÖ’;€'èõ ”LXI &q"ä k¢E¯•è@ðñø°µÓñ!‰Ù$‚MèÙR-Þ„ˆZ;’‘7e"ÆNy­0è’HT¹ ’7…DÂ9©Á5«]F‰*WAò¦1§"\0£e…AgT Qå„
-$o™ˆ^l¦k…Aý1HTéŽAò¦aò…qJ‚&¿Ã &Uš|HÞ4F íu¹Ç .ûì㣠.w‰ ]"èVÎ?ú“‹c,Õ ÈZ³^Êæ€iX„44@š_|¤¬1`;a{ F
-(*³Ê›-A„à±Ûz H &ª “7Z†$¬æ«§«g˜­ÖZ¤à •f+H
-$¨à’6 J¬HNCû‘WHPA $m”ÐwÞb׉õLTÁ
-&o´D¡‚MÖc@Z0Q-˜¼)ÐDsmZç댫TÎcŸïÒ39=s°Ë±írl¨V¬dÿ×åÑ—ŸüÏVýð’
-š)öã éµ~mÒÛªjP`b¼Lq±o}ê«·Ÿ'¢õÑ/ömÒëP»#À&¡Mäõ“žpY½kÍ+a“£žÀ‡£Ike­›Œ¤«Û#¿­ÔÕ·ÎGK/–,/œà¶QÕ½ºWˆ¼³h_‘‘v2Ô_ž ·Ž|É”#‹MõÂ^v“œäúòá$) +pFQN/±î§…q¦YvŒu?©ßRÀ1ßÕMâÇ÷½»rX¥.†‹ºz9E݃;b?xêªE•ÑÖ›€ººZy#lŒÜóú¡YiW <¦ëê|E!~ùuõ
-¤„µçiAPeÔÕ+zê*¹R³Tš7ÆÅ:©®fÉsú0ªRsÕÕ,iòTÀUÞA¥b Üóµ)cm(`¸ó+ëÔʺ©@ý?øRñVVM
-u=gªcôDpQ7§$I]µí—’lsê;wviêoP4nôÝñÎÙzhCHÈjv…úêRô a,ëò#µ–yü¾ÊªÿiêÜ+ûŸöÂ)c\Óq%¹…µ¬j
-»bbå@^…ÕÆQs‡JÁ8ê
-Úh¼¢Ç#2WŒVªNTÕ÷S‘j7V¥f”“ͯNìÛ†Vv^¬äzW„Iõkv€ŠÆ™ŠpMÇlæB·‘ÉoÆYmæÈ„ÆF)Ê(em'ñ’/us>Ÿ‘¡ö­IŒ¥ÝÂ8Ò¥:¼¢c6sa Ès÷ÊV{ ä"ZÇQà+bµV&Ÿ×hŽ’dGïRm{žKfN“ÙÀk:f;gÃéÙs¯õ¦i8£©kžÜüêùY2ÏIsf€Ÿ`ê§Ú¹p˜#FÚÓ±zêgƒú²’¾zÊUòÁž‡0ÿH-Pï׫GAtl¯„$?¡úÎí”h4ÉH^Pò¯ì¨]ºeÔi¼ªomEÍ:Ï1&ÉD[í–Q8’´jÂKÍÇ}ùú™_
-GÉA¶nT
-ru=^ßQ[¼ôfussRõêöðh8pðk8¢ê—7>ža«¨ ý(ëOtk¼<Ù,*G‘Ô·ÈBD¼º£6xµ®?†ÙE×mg£ðAWs˜@>DÓל–œãjUdø52­Ã Ú$ãáêw©€æ/ÕMe|ñÉö© š‰&ÛœeCVõÙQyRâ¢)ÖšVXÛ[ÛøÁÆÓ€@'|¢Î ®·KÔsÙ#ŒäpÙ, œ½´&ú9ÆŽšUëÄyPVÓ¤sl5Ô6>w“ª$Uå}¬?ÈÛÑûùØÑS¬u:~ƒ_
-ßü¯¸CVEÁ¹Jê2TÇùÄlLÝNmç=E%òî6«vê²R K¬Ó+?¢COQ¡ª“ìŽBcŒ…Çl!щä|õ‰Wdf‚e«
-³¹
-…cy
-«:¿AzF&ɉPS#϶U;
-ž ´Ô움Çl¯¬gÝú-öŽ¼fÃ3 ‚îRÄn)¿Z Á`y&8fkÖEÒÐà,ÓYut"ýŠš¥B¢å+~t­óžÈç“RzXâ˜íUU
-£QÕk»•£ñXãBd¤¸>B¹z
-–d„eŽÚd…7!É›5:U·™Ž"h;À )=C±˸ff”:j«•Žu
-1
-‰´æ4Uß¿Ïj—–%<.jç³”5œïGÏYíô’rͼ8ìj—jêÐØÖÕà¬\î$©2—xbƒú :%ž¼L¡úµ~¼ovµyXiTçºÉ{5©P-gÕig¯’Ž°R:¨v“¬1I•ªë¬:+L!LÄ•^eÕ¨ëz£_ªWgÕþ„·Á\«VÖ¢UC=Í•Ê·²nžçš­w_KoOiõÙ Kîw{¹WÕ™mGa²OÒ5É.R9®zÙ{¢žx!
-ÍH,ZÏQ—UeÝf„JõiΨX÷rq<Õ¢R­¡’O¡é²ïúVíV¶…³¾ A`3'îñªŽÙÐ…- ¸Ù×ñ’2V¼·®±"F§ú}ѼÎÈ7ë*yæ©èHF„Dá@²V)Y¼®Ç#ï"XYOªE0õ>"9†ä†qNƒ·K: 䢩wjvÉ©›’.°õ“ÑÏEɤ`¤–´4^ÙqŸd‡£qUt}¬À+ ¥i/O¶zk¯ÒÑ‰Ü Š(º ²>=B¦;9Š˜!µá9°²£¶uvѯõçuåõÁ½8ÿ>©Ÿ1hwÊÉnK„U¡þè`Ûœ8Ö, 
-×þ.Ì(¥ÎG{Vk§¿tHqJC[C…5ÉÛÛžArÝÅ ÏžîëZçáe㌰þ•Õ~¿Me•O¹Oeår[ Ü×S×Åý\YÜ6•…Wñ·Ê>Yb  ã /±M;•¥ë´S‰¨ÔN%ä`Ä} 5ÆêõVj¾®Qw>”H
-OŠÊV¾fâå¹|„W3Y$U%,cš³¬0û'¼ «ãñˆ„=зŸ#OÞRê|´gݯoÁ×*\sªäôª¾Gá¶ßoS¸åSîS¸¹ÜÖ÷ ¾uq?W–;ª+·MáâU¼©tCå¶)Ò²t"-•Š´„ŒÉå– Žw¾áv]Z¢h¤ÅxÉ•œý• :·f
-€œãªR?V•ªU…0£”:íY÷«BDPµªÐÞ£ÄBd_ïV…í÷ÛTaù”ûTa.·µÀ}Ãg]ÜÏ•åŽêÊmS…xÿ\¸\> —×ßl›-K×éÑQ©GKÈÁˆ­üjŒÊp¹„Ô…ËøëÕê¬ ˜QJö¬ûuVàc÷ju–»GÛðÓûR|í÷ÛtVù”ûtV.·µÀ}]u]ÜÏ•åŽêÊmÓYxkãåƒÇËë/±M=•¥ëÔS‰¨TO%ä`Ä} 5F½·öŠõñr âåÄË%¬>^.QÇ#ö|@ß~Ž<yK©óÑžu¿Âå›fªDÿX§.¾ÔùhÏÊüúšÛœÚÞñIÛ|¾<õ¼Ö:aŸòJ/ûä?ÏNΞî›àž\/»NÞ<5òÉû«IüÈس¹zbä Ö«'
-ÅÏ´éÉŸ¾imû$ÅO¢_õ“Ãë/{¿…‰]ßP²›7ý¤xSÎßæGNÊ
-)ùeœÒ"¶]ðÕ«îQ>âG¶‚^/é­»ù)š×du%>_Ÿ¼ÿ燓7׿_.o²TÞ˜È+ýœ¶«äÐfI±^ÒéÅý9üxruó²Ä ›=¯X÷«Øë#µæûëåù³ÏrOï™=»ç÷„{JÞìu"2IÍ&YÝÉøËÓ}/å“DͲý‘uvxÉÄð¯-1|¬xƒÚïzOÃÉ+MUÙ{ºïRê~Ó,ö*VÕör¥ >õÕÞ÷{û¶©²nküÅ«>¥}ÕÓÃ×ËÓgŸ75®áuí{]/?^_½¹Õ¼|Ùˆ_5ïOïn6J‹V¸¶[}ê¤ýðË?ôí‹6Ë+6Ÿ¼°m½ý­—4$ºTÞZõø•PÑo–çoo½VsÜá†^Sˆé‚çíƺb l³i¬[²û~[_¦£Ÿ"ÌËí“Ðíà1fãCÿåÿŠ’ðœ
-endstream
-endobj
-1001 0 obj
-<<
-/F18 226 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F9 92 0 R
-/F17 199 0 R
-/F19 312 0 R
-/F23 928 0 R
-/F15 178 0 R
-/F7 83 0 R
-/F8 87 0 R
-/F13 155 0 R
->>
-endobj
-969 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 1001 0 R
->>
-endobj
-1004 0 obj
-[1002 0 R/XYZ 124.8 513.43 null]
-endobj
-1005 0 obj
-[1002 0 R/XYZ 124.8 487.12 null]
-endobj
-1006 0 obj
-[1002 0 R/XYZ 124.8 489.06 null]
-endobj
-1007 0 obj
-[1002 0 R/XYZ 124.8 477.1 null]
-endobj
-1008 0 obj
-[1002 0 R/XYZ 124.8 465.15 null]
-endobj
-1009 0 obj
-[1002 0 R/XYZ 124.8 453.19 null]
-endobj
-1010 0 obj
-[1002 0 R/XYZ 124.8 441.24 null]
-endobj
-1011 0 obj
-[1002 0 R/XYZ 124.8 429.28 null]
-endobj
-1012 0 obj
-[1002 0 R/XYZ 124.8 417.33 null]
-endobj
-1013 0 obj
-[1002 0 R/XYZ 124.8 405.37 null]
-endobj
-1014 0 obj
-[1002 0 R/XYZ 124.8 393.42 null]
-endobj
-1015 0 obj
-[1002 0 R/XYZ 124.8 168.31 null]
-endobj
-1016 0 obj
-[1002 0 R/XYZ 124.8 145.6 null]
-endobj
-1017 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 11762
->>
-stream
-xÚí}KdÇqîþþŠZx1¨Sù~ÐÂsI `háqà…$tk8C¨«)iX¾ÿûÈS™§«º*¢úTM³X–IÎdeä—'"3^ùZi¥õêãªþçíêØ¿ý°2+ ÿ3+ãƒ
-quã’Òeu·^­Þ­Üêýg¨ònõæýo_VE•¸zÿí£ªï¿úã+õúÏïÿuõõûíéÖÞ¾j‡~Ç_•ðëXÕ>²ª)WrXýÏbÝ[®RP©V7&E•¢öyµ>]T¹W÷2S¼òád½—,ºOÇõ‰ÅÿàTzXn$+SŠíƒO«0MàpxÃ,ËwCc¡ý=Ûˆ‰•Äe|2…‡rÛÀ×`ï8í¾;ï„5ðåzóþÙårŒ 8˜3è­ [ÞL?oþ¥‡ˆ¶ˆŽ?±b—ëäÚ¥¬r¦]2ûôÛß›´Šª$4HÕ09M­`y}~¨’QÃçªÊ¯ªüIYee£³^.dB(Rê„PÄÓAwUïðOÊ*˜ì¾¸v?Ÿ.Eﮊþªè/NÑçZÂç$2%)zB(âé »*züG'})áªêWõþªê¯ªþâT½ 6+–òŒR¤ì)¥ˆ­„ðªîñŸT1Î^µýâÚ>^µýUÛ_ž¶O^¥\R”k{J)Óö„R¦íá¥iûë½ÎѧH­sJ§åiÖ¥hŽRJ[ áuŽ^çè¯fŽ£œ‰N>E ¡l†BÙít×ùyŸ¿š•Ê!ã¤LˆÎ0]Nè>Q2©°dpE+«azŠ/4¡J*iPÍY ):^3²ŒFy"£ñ'ëÍVÒ#*ë°›×üöÕ\¸%0Yí­Ð4*¡¨d`Ä ˆð.ß
-Dìˆ%\ÀyŒÀuãâÕ\°Eé`…Á@#’ J5,€í¥_§å/Z¢Ý—ÌH¬/ ÏC6Æu
-^§à/
-c²‹GšÅ_ŽU¼Î¶s϶۫¦¼jÊ&à:Ûë¿ þëóÇÇ%ÿ~pmO+uÁ¸ÚÀ§ÄÀTV.¨ìc†R¥Ñ&æJ›/~çbW7Ѫ¢SÉE£| ÛºÑ{Í\HLNiЫnuS‚òÚrW²‡*¸AÀ [ wôÜÄã-æ¶l“”¢cW1¾6%»ÀÝ_7Ón£JI>ˆ,Ç"gÿqÐe€œUZ«\p˜ð’9B§A—èWÆEŒxØËN®D2¢{ÑoN+‚¡M™ M8 )j}çµ>è`HÂ@LŠr.:ÑÙØŠX­6Œ¦³à¾ß-¦U$oXÚ&©ì
-r¯k›µ.¨pF»°ÉÔ"´õT—µ"_Lvoô¬)`ðÎPÀQÔúÎk}Ðee"î €è!7ë{+âµ>ØЛÌê€Û|_nÄì0!˘`@¢Úîvf-$30ã hò
-k1%Œl̸Ñ ¬û½SVƒžå-6e¼€Xƒ¾w6ÏsèÃ;%e현zŽf¨ ZƒÚ³OØ”1?zc„ot‡–B;SG Ž!³8OÚZzi-%Ô¨c=Ò5Ô¨EZû2O_mÊxÜ7½U3oÌ¡SëË “”µ`"JÜšåœÃ:hnþµäŽ{¼»ñbÓÎà×@Ûfþ‚#gWêp¹‘óîD+S›”¤é©n½I~?*9œüö âó”‹!;fÔ•÷1ƒJ*%ï˜!âŠàá^È*–ÀÍ™£gt d@£Wûš™2FsüÚ¸ e­aTÔý™¨Aµ³Ü6xZ)`–´îì Á³)«$¦K»*þÈåqº÷hž=x¯À(wöì·ÊõWvö;ÚBMÌÆ 1E¨J¦ýçó‡Åf ‡8xàªÇ5°ÁÕÉ BRÑY›kn Ü ?+áa‰TSM|°§Ã‚à"ÅAE¡§1§Ã*&^©êX£!G q2°؅ɯ÷׃[}B0õ¦àðÀ«!Æ<áø@b¼ÁÔ² ŒéNÈÈ›9PƸ§Ë¡Q3aZã•6s©®¼Ã°rV™³ÌÈtd\ÁâA´ž™v'&Jô€ÀŽ˜”-ºÆ¢<L³Z ›Å×%Dú 2×\þÕÝ;ˆñr
-1q­øó¶`
-c}cƒçRz[ª)hdÃ¥ ˜0IÝEh¢›Ïoçp§ ‡,×ÖˆnS,Ò‘GèÀ‚¡‹µ‚踀·\êZl(:9:®[oµoÖ³¦h 2E­ï¼ÖC˜¡Ð+0ýÙÓ¾·"^ëƒ ½©Á¬¸Í÷WzT'ÀˆRÍĘR¬uìÁ`µ×Ó`0 ¦Kð¯õóþë’]§
-&½U9À#Kràæ•dœ¡» &GS}9±’¢ÖwáÊ$®“Ç’,¬ëäÞÒ¾·"áÊd§#Ìj€;ø~Š¥I™P1ÙBÔ]ûé’ÍÌ#tðÉѧ<ɬ´”¯ÑIñZ?—›`ìCΨѺ·°ÒÜHƒ ­Y%mQÏÛm`P_¤ñÖ/#¸â:Ìšƒ­.P ÀQÔúÎk}Ð%ž7()˜q›üHúÞŠx­6ô¦³:à6ß\{Ýv×L¶›œüĘ_‘ÙƒAëà&q•
-ZKn¶æÓ y£ W=ã¤jIs¥¤º€ÂþL B Nq
-­™G¬Lª¯¦Ö5vöâÔ±pâ-SWÐ’M֞̀J¬+BçCc9Ý båí±.ëZJ˜T0¨BïO‹h4„¹ «0×Ãžî ˆï¤Á(ð’¹/›<ƒ©¸Í/YwVDö˜©·ÇÆ5k)!DþÖ°q<"žv¨±
-^
-’OŽáZvÚÖÕ:mCŠ'GÄ#TõÖÙ-fS–ñôöèÈw-¦t Àáûžm³ó¢0Éê‰) Ô%sSÏÁÔ 6;Ý1
-"àvää¤ßðetø›u`\§xÉÅÈ~ñÏUZ¼+ð&ƒÆ
-9s½•
-¿ýîõMir¦v«äàžÒ}R¯O¿Ðë´‘=z}T;ôû­0ÇzË«ö‘Uí€^wïè{¬·{v@¯ÓÊ,½N xzRÜ.'Á½W+?®MÔߤ¦8w¾>nä §Sì Y ÒÃB-íU !ÔžqOÏýº•`™~? @h#{Ȩvè÷=ÃoŽõ–Wí#«Ú"îÞÑ7o÷쀡•Y
-„ð¥¸]N‚ï¬Ýê-Ë9ÜIñl綺ˆsH\Ò9¤í.æÒF?IGâšÇS]êN £¼ÎÅó¨
-¾q¦‘óѽê(¤ÔN%¦ÅÚA²@¥‡…ZÚk±p%íòú§ ž!‰{,Öôû‹EÙc±FµC¿ïÑws¬·¼jYÕX,q÷~àÂyØ&Z™e›(Ï6QŠÛŘÁR_»š¢½? ŠA©ã«k¸g?$"˜‚øÔ½ò¸‹L›Á€‘sõ•ÓÓÂà[Nx@XÄ3ÖPz'Ÿ2ïíî¯ô°PK{7®‘³Cð´ÎÅ+nâž~? ¸i#{÷¨vè÷=Ê`Žõ–Wí#«ÚÅ-îÞ³rÐóžPç´2KSž:§· JðPzק5]ÎâL «çÝ–GÏ¢B&–ÄGùÄ©ô†S‰©ìv,Péa¡–ö*»bT¶\e_âö™+=,ÔÒJîÇ>
-nÙÀ³‚•ñj(û÷¨•WÿvÿÍÝw_߸ì_ýôÝÝkg^ýõGü«}õÍþíÿçӇϚªÄõVãwVÖÆÿô§Í®†8*áî†Iæÿõáãw›
-£Ü5–75þñÓwýûîî§ÿþüáçŠwfÔ·^´W¡ìAÊ|¤ûï?Âÿó÷ï~üù ÷;#WMT †°æß1ýÝ?ŒýMÉ%ýÆàY¸èÞAƒ7æL½ûûý7ÿõáþwÿØÕK‡Û<¦Nüôáï?ýx·ÕOÐ]Øôó«ï¿ýùçßì@«·´Õ:ÿ»Aû§?ü§ý§×7¡”iÈ.‚ÌÜÔÇ?ïø5âΓÿ·£ü×1øÿáá/[_epøî”Í€rFk` ¨ƒ0»†Ó\õòÿF§žG&â4QfGêw¾/iV÷IßlG‹;³­z+ì4î;áÞ2ë}äÕ{ÒC;º‹ç¯µµcŸ†¨7&™ŒÛW5Ä[l)Ü2³Eu`Ï̉‡Öc¢v+©dfÝ2zk³[NÅM…Íï®ÿîÆ,ÿç-bÐaM?êÌüämbG¥w¬¯}·à
- É ¼HCr¶×i˘DÚI™€·1ò>_Õ¢Tb™ÉàL1xÉÓ¼§_z¾žS<¸æ³P:H<E`T62Ä Sxý°ʦQ‰…#ƒ›IG†yâÁ‹ÌRÙ}ïÒÓâéTRñá¨x„˜"ÜhŸÙ^FO£‹G7 óBÄãñjº ”ΆH,ØL6"Ä UV»"͆H,ØL4"Ä  žà1Ñ eӨđÁͤ#ü ñøŒ’;+O§’ŠGGÅ#ļ ñHcCøκ‰æ|Á¨F•VKx1Áè—_…ÀDZÒ¾®êÂxˆüº
-qÌ*DybâOÖ›7}Y»Yk×¥†kÎòW”³„)¶Âè¤S‰í¸ nfÇe˜—aǾ¶†R&žN%ŽŠGˆy!âq*x£P<J,ÜL<2ÌËO½
-…—[t"©hd`T42ÄËV ÃÌCëDRÑÈÀ¨hdˆ—‘2F›¼äقΞ—|1Aç‹ÊK‚¢7:–pÍKž5/i¯yÉk^òד— Eé`eQ|£ÊKEŒ· ï"lw€V¢Ë2·I#£’‘!^„hàÇ}M™N$ŒˆFˆx¢1ʦeÁH'’ŠFFE#C¼Ѹ¬¼ñ³vH(!ñ2D•NÑÊlM'’ŠFFE#C¼ Ñx¥K‰²m¬H* ñ2Dc•ËIxè¨IE#£¢‘!^†h´ÊI¸2Ùh¤‚AQ¹ˆð.#¦‘Å›t䙂͞Œ|)Áæ‹ÊEâÍQYçrÍEž5i®¹Èk.òד‹´E…v"¡Ä„`Ät /Âv[ ÌNÂ[ô:‘T420*â…Ü’¯¼Ë^ú¶Ä†H|G¾lvE¾ñBN©ä‹ô~©‰F|*H5»•B‚w#TÎY¸æÕh¤›"DPt#¾ï2¶©´îZÝÐH7‰ è>"Þe,ª¨\”‰¥ÑH—TDPtEE„w™ÊÑ8ÙRW£‘úc"(ꎉð.Ãä+Œšü Ôä‹ ¨Éá]ÆlF{›äãÙ‚Ëž~|1Áå5tM}¡ÙŠ hþÄê2)ñ†Öä£\‚Â<"D:.B:6@úõÅGÆ+“ì,l§‘ E5¤"Ä»±$•R”½Ði„b‘A±Èð.A,Ç$¬ÌW®þf«­U%ÑV³F"ŠˆÈD„v"ñª+:‘ÜH„"‘ˆÐ.B$QÅèeOŠu¡PdPD*2¼‹KV&ù"òÀ:P,2("Þ%ˆEÍMiÓŒ-•óÆw×ôÌKNÏÜ^sl×ÛQWPÿeð_Ÿ?>.ù÷ƒúb uÉPlàs"û™ *û˜ãêÆ'¥£MÜ]ý¾(ër±«›>´fŸ<‹Fù@˜xÙö^s=½ä”u;]Üíµe¿Ÿ=|Xñ¸÷ycØ FHÊx:èÆ€ :ñŸ@й3¾ÀèeÇÞ{ƒ;gJÐØ_¼a¤$é&še,5þOeŒœêG¹àêÞaÙø#„ŒÓ¼À>O›ý@à%’á݋\Ù mËdh ÄJIQë=³ùA£Æd"ˆP”sщNÎVÄk~pb´5øÕwðþnAEy´jyÃS@IeW…]­¥„"Fœá.bèˆÛ²¡H' Q$Ño­ˆÇ“ß=k „¼3qµÞ3›„àÂC=EÄC ÁÍzߊ˜ÍNô¶¿:â6ï—9;lË’#'б¨Í»ZKé (€
->À÷>¥zsP10©}kE<Þ wÓ³¶’²>ºDIѦóÌÖ¾£A¡@4B#oE¼æ #!aWCÜæü’ÃfÛ³XrÔD§|Îh^»ÿ±–&U\ÆcVE ¼¯EÐQàqoZ70Xࣣ%„¡€Óa‹#ˆ¤¨õž)ØN˜!÷%‚˜ÁËt1Òû^Äì}çÄh«ók nó~ɳõ\rä$°àe‮¥„^Ù}\%?/êÃ#^ÃD£þm+â1'Õ{è̬-‚¸¥e Ž¢Ö{vó0ÂÊ
-ÙÖ;yÁîv’Zkõ‘1T«Úñw,LºÖ÷ÉBð|Ò**S¯ ŠlAÑ{ÖÛƒ› Ür_"©®rý™ŸTŸî~Ç\o óªä`Ú>XpJzˆžƒÇÓ\¸Ü!";!XH*:ksM’–;é§%ø3Ì&Ìšt‚=%Ä#)†º³hŒZ9%ZÉ0KÕÔm=jÂÕˆ0Ln0xËÜð“Âá0
-Îa áéIG
-*ã æ¬M€(N§pRvžÜ‚žÆý,­ž ÓÚò¬„aS]ù÷õv1°ƒìÛüF"L"Äû™k–bR¡Dˆ|æˆyEáRo,ÊCÁµ¼zZ|Í{ZU<m¶9ͬ=:ƒ fÉÅ¢ÀVk ¦´0_`lðlRâK5“aƒ]Í[!`æ%t/¡ˆV¤7,.dqÔ‡,ÛˆS,âQHÁ¡?†»æ
-¸Ø¥.‡¢“£ƒ¼1×h#¾ÓfgmP6dŠ8ŠZï™ÍB‡@›­˜D<²§½oEÌæ'z[ƒ_q›÷‹®0«`€暉9¥XöÆðAV{= â:¾±Š[WïO²ÚU­t1Ô[•Œ5².aIƪÉ[‘t1t´ÕW0;")j½—®†â"},ÉRĺHï-í}+’®†vB¯†¸ƒ÷§YŠ˜“-„.Yö‘øìèaÂW A„V¸f” 6B1bëê’³¼3j¹îO¬¥„·õàoVI[Ô¾ÁãæÄ]iEÌUÓX’œµ…O±áûqµÞ3›„I§j‹ fÜ5?’Þ·"f󃽭Á¯Ž¸ÍûE×|·]Å5—÷&'?1'Á‡dþ˜Ð:¸Ih%ÀÜäzµ±Š[WïO²:Ù½féâ$ Ѐ1µ8Œ·©Dâ“·éÊähª/%ÀQÔ:/]–Lï`
-îs
-ùié;6VµöÂòÒ€·I ê–ÚãYê{º|Bð Æã›BÈEY6܉‚×ßàZ„d3ÇS~RG„º0sªü —Ï*ÄPÝyè¢L£žH1”ÑHŠ:‡#œ0Š
-n‚ç¯Åãý`)YÔRÔEùFÝHÐ oweò ¬¦Ë5×$t@g ðÇP
-;S †ÓŸ²õÓ/b“Ù’/8-Y BÌúlþƒ.Z™Í+w àNé»5ðfú}ó(=HµEáVï?W²7ïûû²*à­¯Þû˜ôýW|¥^ÿùý¿®¾~8”Ù´x°Þ[fh´‰‰°‡ÖíëâWßËìäC"¿Ð‘ÖÆÎML76*o.ÚVoÅ'®£èéQÜÙÓÅ?`¡RZEUVÆŠRùR+Ø©Âø΄¿÷Ÿ¿þüùûÏ¿ìqhVWKrÿË Öõõ¬˜Ø˜ÀÄ⦬Œëlmîiî5;‰™¨ç%¬ÁoÁC6_ßûBüEÎêy½PëE|ËB=ê>©°§û[Í<ÑýGõýùUë .ì¨Çã‚æþå"]<:©¾£súé7(·jãmá†Á“/PnQ@ü¯u¶Q@r»¨,÷%x·{‹wÍâŽo>K: î M8–ÿŽï†Î³ö÷;V³ø@E¶£¼ìïªh(íïØQ^‹â¦5Ñ n÷ôFÖÕöÁ¬³¤CÍøÊkõ“x@òäõ†U‹!=E³H­‡ÅÚš\ÇîWăþX?Ueü—mïªT½ðÛï^ßØ”&ì }]ï†Ý§ö§
-‡Ô>mfŸÚõVا*æpo™õ>òêRûò.}áøŽÎRû´6OíS
-¦Ú§$·KÊrïí×[Õ‰jœ4çÞ­VÞ°jq5ËšEj=,ÖÖ^Í
-žf™‘Ü.)Ëƒ× o÷˜åTî&y¶S9kv§rÖâ’Nå¬áÅœÊY«ŸÄƒrÍd¬.u{‡Q^çâ™d߶ÓÈÿ‰ê^vÖ ì «Ó¨í¢Y¤ÖÃbmí7jøÀ›ç5¿ÇY‹ÿÝcÔ¦
-‡ŒmfŸQõVاçpo™õ>òê2jò.þÀ•ón2_´6Ï|Q
-¦ù¢$· ²„§ÚvQ4=|"ƒ
-¦¾§$·‹ÊòPþ{ç÷5eÏã
-L°|âVPÀ#C^–$ÀùĪõ†U‹« wÐ,Rëa±¶ökBUfû¸ñ¥.¸Ÿ¿ÖÃbm ù@gçÀ{¼Jw,› ìd¨‚
-¯q» õ/ßÿôÍOß=||}ãRxõ·ûïú±IÛÉ]„­¼{'µf”Á†|yõõß¿YÿíþÃ?¿¾°þÕ¿Ýs7µ™ý«¯¾ùéü“{õÿûóßîíÏ'Ä|'Š5øÎ$n—.
-t Â9¿“ðÿüSÑð
-endstream
-endobj
-1018 0 obj
-<<
-/F9 92 0 R
-/F17 199 0 R
-/F19 312 0 R
-/F23 928 0 R
-/F15 178 0 R
-/F8 87 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F13 155 0 R
-/F7 83 0 R
->>
-endobj
-1003 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 1018 0 R
->>
-endobj
-1021 0 obj
-[1019 0 R/XYZ 124.8 716.02 null]
-endobj
-1022 0 obj
-[1019 0 R/XYZ 124.8 718.01 null]
-endobj
-1023 0 obj
-[1019 0 R/XYZ 124.8 694.1 null]
-endobj
-1024 0 obj
-[1019 0 R/XYZ 124.8 682.15 null]
-endobj
-1025 0 obj
-[1019 0 R/XYZ 124.8 670.19 null]
-endobj
-1026 0 obj
-[1019 0 R/XYZ 124.8 658.24 null]
-endobj
-1027 0 obj
-[1019 0 R/XYZ 124.8 646.28 null]
-endobj
-1028 0 obj
-[1019 0 R/XYZ 124.8 634.33 null]
-endobj
-1029 0 obj
-[1019 0 R/XYZ 124.8 622.37 null]
-endobj
-1030 0 obj
-[1019 0 R/XYZ 124.8 610.42 null]
-endobj
-1031 0 obj
-[1019 0 R/XYZ 124.8 598.46 null]
-endobj
-1032 0 obj
-[1019 0 R/XYZ 124.8 586.51 null]
-endobj
-1033 0 obj
-[1019 0 R/XYZ 124.8 574.55 null]
-endobj
-1034 0 obj
-[1019 0 R/XYZ 124.8 562.6 null]
-endobj
-1035 0 obj
-[1019 0 R/XYZ 124.8 550.64 null]
-endobj
-1036 0 obj
-[1019 0 R/XYZ 124.8 538.69 null]
-endobj
-1037 0 obj
-[1019 0 R/XYZ 124.8 526.73 null]
-endobj
-1038 0 obj
-[1019 0 R/XYZ 124.8 514.78 null]
-endobj
-1039 0 obj
-[1019 0 R/XYZ 124.8 502.82 null]
-endobj
-1040 0 obj
-[1019 0 R/XYZ 124.8 490.87 null]
-endobj
-1041 0 obj
-[1019 0 R/XYZ 124.8 478.91 null]
-endobj
-1042 0 obj
-[1019 0 R/XYZ 124.8 466.96 null]
-endobj
-1043 0 obj
-[1019 0 R/XYZ 124.8 455 null]
-endobj
-1044 0 obj
-[1019 0 R/XYZ 124.8 443.05 null]
-endobj
-1045 0 obj
-[1019 0 R/XYZ 124.8 431.09 null]
-endobj
-1046 0 obj
-[1019 0 R/XYZ 124.8 419.14 null]
-endobj
-1047 0 obj
-[1019 0 R/XYZ 124.8 407.18 null]
-endobj
-1048 0 obj
-[1019 0 R/XYZ 124.8 383.27 null]
-endobj
-1049 0 obj
-[1019 0 R/XYZ 124.8 371.31 null]
-endobj
-1050 0 obj
-[1019 0 R/XYZ 124.8 359.36 null]
-endobj
-1051 0 obj
-[1019 0 R/XYZ 124.8 347.4 null]
-endobj
-1052 0 obj
-[1019 0 R/XYZ 124.8 335.45 null]
-endobj
-1053 0 obj
-[1019 0 R/XYZ 124.8 323.49 null]
-endobj
-1054 0 obj
-[1019 0 R/XYZ 124.8 311.54 null]
-endobj
-1055 0 obj
-[1019 0 R/XYZ 124.8 299.58 null]
-endobj
-1056 0 obj
-[1019 0 R/XYZ 124.8 287.63 null]
-endobj
-1057 0 obj
-[1019 0 R/XYZ 124.8 275.67 null]
-endobj
-1058 0 obj
-[1019 0 R/XYZ 124.8 263.72 null]
-endobj
-1059 0 obj
-[1019 0 R/XYZ 124.8 251.76 null]
-endobj
-1060 0 obj
-[1019 0 R/XYZ 124.8 239.81 null]
-endobj
-1061 0 obj
-[1019 0 R/XYZ 124.8 227.85 null]
-endobj
-1062 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 908
->>
-stream
-xÚ•V]¯ÚF}ï¯p¥TÉžî÷z[‘‡(i¤ª¼ªÌµ+\§¹ â¿wÖ»{°PŠl¯çÌ9;{Ö³ B’u2\>%÷žÞOýƒ’Ä€QÉt•HÚ$™â E2ý0Íç}ýùû¾ÿ¶­EÓ´}Ñ×msœÌVõv;ùº©û*-»âëd¹-ž>§«¶é'óùx1ýóª×¼$É(î1çªm{ÌTíëï•<)Ð4Åx¸°o“ST”唌+«Êu…²wé~Óv}ÕŒ3iÌèÝ„ïúH&c@ùDWr%í5,«uÝ\©dòÜG¬Ž]ýÔéªãV Œ7)ï0å3mÛ5þ‹—zœ1QBp.eÑ˶XVÛÉ!FˆKòõÕK¿º¢är(?´«ã1a”plß<Û›¿þfo\Ñ?v]ÛÅŠ!4zµ¸á-.>wo‘
-ô—8\‹gDÕ.ψòtœ1Žª%h)«Œ°ù8‚¡(ó£†a·1œ <RHQ œ¦¤7A‚ DL*jQt— †(EIaMë§D³drȾ‰R
-õ{” Ôp2¸LQ"ŠÒ¹5¥çT*ÊT·q†@Λ¦DЀÊüŽfMøŒ"êµ””&”@ïNhGxü=òšá5~;½ÇÝŸ>H>VfˆýÅùª«ž«çeÕ¹§~Sï4 {þÒ”§ ?ÖÏþîí²(ß^P“+jÅ@†Ï±Ýü»¢ßÌçM[V³ÙÂå›0!Öbx(úH1µ
-Á-íŠx1J¹e'aêÖ“À…_#ï¶ù8µƒÔ 9Ó ä™O04
-.€Ék}1çÞÙa·ô(¼#P¸X¶ÿ\˜Ã6¥»±Ý6 ¹«m|Þ_íî·û®š
-endstream
-endobj
-1063 0 obj
-<<
-/F10 99 0 R
-/F16 196 0 R
-/F18 226 0 R
-/F9 92 0 R
->>
-endobj
-1020 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 1063 0 R
->>
-endobj
-1066 0 obj
-[1064 0 R/XYZ 124.8 453.15 null]
-endobj
-1067 0 obj
-[1064 0 R/XYZ 124.8 429.34 null]
-endobj
-1068 0 obj
-[1064 0 R/XYZ 124.8 431.28 null]
-endobj
-1069 0 obj
-[1064 0 R/XYZ 124.8 419.32 null]
-endobj
-1070 0 obj
-[1064 0 R/XYZ 124.8 407.37 null]
-endobj
-1071 0 obj
-[1064 0 R/XYZ 124.8 395.41 null]
-endobj
-1072 0 obj
-[1064 0 R/XYZ 124.8 383.46 null]
-endobj
-1073 0 obj
-[1064 0 R/XYZ 124.8 371.5 null]
-endobj
-1074 0 obj
-[1064 0 R/XYZ 124.8 359.55 null]
-endobj
-1075 0 obj
-[1064 0 R/XYZ 124.8 347.59 null]
-endobj
-1076 0 obj
-[1064 0 R/XYZ 124.8 335.64 null]
-endobj
-1077 0 obj
-[1064 0 R/XYZ 124.8 323.68 null]
-endobj
-1078 0 obj
-[1064 0 R/XYZ 124.8 311.72 null]
-endobj
-1079 0 obj
-[1064 0 R/XYZ 124.8 299.77 null]
-endobj
-1080 0 obj
-[1064 0 R/XYZ 124.8 287.81 null]
-endobj
-1081 0 obj
-[1064 0 R/XYZ 124.8 275.86 null]
-endobj
-1082 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 8849
->>
-stream
-xÚí}moGvõ÷üŠ à`ÖÖûK‚ýÁ^‹…òÁ2.EIÌrH™¢c)Žÿ{îížîªæŒÈ:Íž1‡=O­¬š>uªëTߪ{ëm!…”‹÷‹æ¯cÿõóB-$ýŸZ(ë„ó‹c„L‹³åbñja¯oè‘W‹—¯ÿô—´H"ùÅëww}ýÝGâÅO¯ÿºøþõùÉ.¿û{èwþµâ!~»ªÇÞW=&LŠnñëdÅ›î!'BrÊ-ŽUð"xiãb¹œ19ã—50•¬°î°¾”U¸ãÊTUÿYóÐÕt-Y¨”tßø¤píìþ€é+‡õ]aŒ Noêj»Å@•ØB’Fê:’“îýë Ø«§ B¤ÚO6ÁB8HŒŒƒÉ°9ˆ¢ ÕM2V¥B²@H—7 a‚p&¦€ S
-Ü„±FH£$þÅ”@H˜ Sàf!Œ>HÜU(p˜,=S¥‡ÍB”$l2a„*“%1]2nÂ8%¢”#wÉ’q*6 QŒNâ3¥Ça¢ô°Yˆâ„µˆ8L”‡‰ÒÃf!
-9éô’øÜS ÄdÉ@L—Œ›EÀv
-‡Š>Þ¡<Ä éLô>üáñÂÝ-,ÜUèPB‡‡Ðá³ º(´7cºàˆuÁˆuÁ7‡.ØÓ ,L „„)€0nÂи†ÆÿbJ $L„„)p³Ɖ(µÆ¿˜ˆ “˜07 a¢ðÚX”[1a2&ãf±„]’W«þÅ”@l{b«Ø3nÂhòN´Áû˜ˆ “˜07 a¬pA<0R1a2&ãf!ŒÒ«k K &LbÂdÜ,b¼S8˜P(ññæ!”Hh,äT4‡Hâä‘Dsˆ$"‰Ï.’Y ñyïˆõÀˆõÀ7‡8y¡¼5¸0%¦
-çŠ2>Þù<Dù Ž¼MÉ⌓Çí!Îxˆ3>»8£¢sÚ»¾_‰ûáŒûá œÅ I;¡Ç8‡ Óã0YzØ<E”Âj—F|1%<1#Ás3pâX!½qè
-$(NF‚âdà<Ä1äÈù'û 8 Š“óOâ„b1Ç œÐCÌ‘ÿx'’2úrœ<äè!ÇCÈñù…ƒ!¦Q]q»âŒ»â œEWp.Ù©["1q
-$&Nœ‡8Qø˜Ôˆ/§D‚âd$(NÎBœ¤…Ñ1ŒØF]"1q
-$&Nœ‡8N(§F,*€ 4=T¦ÇÍC˜@£QëNK$(MF‚Údà<ÄIÂÊLjS Aq2'çq=yß)ê1÷ÙHðBûŒo´ÏÀyˆ£…‹qÄIÀ$(NF‚âdà<bÁ“8 X¸qô¹…A¢C¨Bã@ãaoTå¡¢]óÔP© 2•”ðÔµ9˜qoϸ͟Ÿ!1U: úÙ!T¥&ß3Äéc0˜&"¨1î¿,. R ,=”#+eÁŸ,žO}®>=g%KBeȲ@ŒÏ@+T”Se…AEA¨š |Ï@-´4 “d…A%A¨’ |Ï@)lRä|Bšt Tˆl 
-ĸÿ²Ø(Räµ0ˆ,=”#+eÁ÷_Ы£W´a‡N¤dÓÕNÍ> 'ò^PÆq® ­kL5Úè ÊÀeé+ ÊÞh«ÖÖœy¡ ó°ÇõK|æ±D¨Ë•ó.zÚ?CdƒþbÜÿþÙD,õ,=”#+eÁŸ,F8«½Çdé@¨,Ù@ˆqÿeÑIDg"ædô PŒ¬”c|²Ðx*i‹±„Ê‘ dŸ,VxgQY:* D6b|²háCˆX
-M0¾ý—Ä ¥#¶®Ç€’@T¥$ßþKbxÇ4¶¡Ç€’@T¥$ßþK¢„5| "I‡%¨JI ¾½—$’Ç®“†^=“£*$ÁøžA\òåºøánÇ=|ŽãÓ &M߆9œr·«Ø¡9ıÃç;ŒQ¸4·×cÀ~¢*ûeˆoïûåøä² •z & FUH‚ñí¿$T_I:(>Õc@I ªRˆoÿ%‘"J ·»Ç€’@T¥$ßÞKâƒHVbûÏz & FUH‚ñí¿$Nx©  é1 $U) Ä·ÿ’ë¡]€vôPˆª”âÛIŸ!ÆÐc@I ªRˆoÿ%‘‚Ì´‚F\=”¢*%øö?„‹ùo«x᎜Å>^ø4œÅ§/äÛݤOî/ÜM¼Pâ…‡xáóº$¤Ó×ÝA0™ ¢¢S†Øö¾Ov”‰7¹öPˆªTâÛ{I¬¥þÂ:èé1˜$U! Æ·ÿ’(¡ƒó3Ñc@I ªRˆoï%1QXe±=e=“£*$Áøö_/dðêKz ( DUJñí¿$–“‡–{öPˆª”âÛI´01`›mz ( DUJñí¿$RÄ€ÍvP„¨ÔaÛŸòÜVaÂ8‰}ðI8‰O'FÈgEÓ!F¸›¡:Ä1Âç#ÔI8í±õz &FUtÉßÞ÷ÉZR-ìÔ¶JQ•’@|ÏàuaM´à]+ z†:B58Bá{;bD° <稅 »a
-
-k-RpÈ:­‰ÐZ \{/…Éid{m‡À¤@h
-)®½— ï-t_TÁÄ€ˆ
-5 ¶½—#
-lBFT=“"*ä€Øö]Žz?¬½lÓÑëâ-¸£÷êDyŠA”“C
-BJŠ1ÉP~]RUî¹rV¹²: õ~6™IkH^VY› ¢I\{½µY‚8GÞÑƳÛT“$ƒ$°°e]RU½úØ­’ƒ¬¨ú5ª$ÌI]ÙërÏ8ŒSñlIÈkô”½KªË=WCŸU®¬žp½Þ§k1ºéZŒSdNÙl÷ýÌ„)úâYrG ÛÚš#m’¢O¶ìĺ¤ªjáz5F²
-B[oBAX$­Š^—y†ñ)’ìWÁgé› d¿Š¢wIU¹µÐኺê×k}ºæ²>r˜®µx#lŒÜ…öË%ˆ "™È›´ð’j½I¢RReƒ—.©ªZ¨‘Ð {]à\¢A…N¦ ,’º²×)Úã"¹Ð6ÅTF=ïRQö>©®ì}5ä¬úÊÊ„ëõ>]ƒÙ0fœ®Å²ø4òŠÅÀr â¬ÐÉ[¿V(myM¢êôm•ÃÖ.©ª^BsšdEÕ¯=/É„9©+{mîÎSÛ‰ÄSA=E eÙ»¤ºÜs5ôYåÊê ×ë}º³Á[˜®ÅDOœJ®ô)–(†¡Ññ\7¹ÁéÕ-e‘¾%Sø,}RUÕD2§Þ¸a^š·’G;à,Òº¨%èšcJRÅCV+Ëè“êòÏ•‘ó**­çÜ ÀtgƒË8]ã¡ö¨
-UéW.Q` 6­B\Pã&Aµ7Î;EÖÀoíÒªª†ìŒ´9/MŒ9©+}]î—„Wäg>Ã!^©eïÓêrïë!çUTWǸ¡ê§k5›Ó5%È´)£
-KɇÐ祤çA`sK¯5BK2øÅ*­Î!–dïŽÃÌ a•iÝ+T2H*9ß“2` ”==x…UZ%AQ}fE½õ¤T˜® m M؆}Å1ø2¼´D’-¢§$OÃBz¢I’Ò¦aøj•VWûÊòhU 33<¨µiÀY¤u/PÉP ù¤HcôÖPvÃ7hR*sÏu±Ê'×Wf[¯ü [ΦÐát-çÕv§Uê–«à÷”‡ƒß–L|lãaÞU_çGæÊZÛ£ÂB°µ¦“Çåi„˧ÌEá“«™óÈØÉÆ‘!‹æLí´l "¸¨›c_©ssµe)©U4×K±•¦ú’1iÇQÒæb*çl5²Q¢‘B5GæøÚºQÆ“A·–»gK£Wª(³ó跈ͯÕÑïöøpÌz'9D(Rtªûëæ|²/Ð’ ì,onâ90OÎÕÖ¨\Þh›Ø1™-¾VÐôA„&äḋwz{\ä\ï<™È$ÙõTj{\)Ò‡—s,¹#g ±5²Æ±sí¸–†¿–†Õ[$ãV¯7þb%ù˜[llC”UZVŽœ1Ü+rËÝc^@b¸SS®ã¤<ÜÍ…fæÝ6g_Q7W{´\Ž¸RGÞz¬ìw|.yK|ŽFÀž£€Ø¤«OÂ’CPÙ­&*f²Mˆ’<}KrmwEöWZÞ‘ó,©BµN„b__igk‘–e MB;A¹ú@~Ç“x¸H™×žó7I?ÇË’,ýѵ}]"ï6ø„¶¼G=±xEZ¢Ñrjæb]’Á”íºKª›-õ|?—dåÈJhKœԕ½.÷Œ3̳Zܸ"ä}¿.Ú²ì]R]î¹ú¬reõ„ëõ>áLïHsBµ@^ªj+&%]{ -½Œ–V¶A‘4•ãØ‚¯Ã¡|]9/·0/ÙÛTpbÒjµ°bJŽ†y)(£J‹Ý%“9«~:±',’º²ƒ3“<OîSÐ%a3OnuYö. œ™ìqEeu„ê}S“˜¨T1Q“×Ý”Ó]»·ƒ^Ù[úÀmÈÍJ•=eÁ×áP¾®œÓ}Ôٻ٢õ£…%ˆs¼†'Z£R³u–—ÛP£(Æ"]RÝü¥o. dÅWqñQíaNêÊ^—{ÆA#o2Raäe:ôcQö.©.÷\ }V¹²zÂõzŸpîu}¸¬¬vƒm+&Ð[ÄêÆ ¥3­\ÉÑ×X9TÍ|åëÊy¹…™Â~ NR cç]15FŠX’/FÙ]
-8K˜sêçõ2_NêŠNÉÇ Pg‘  Éw}Ñûp~0çÔWUæ[¯õ-L‚Š’×L.Êê¶LòrjwŒ8Äò4
-T"ZúÒÛঔ¦]ö’œãI¿ì@vIg•á£dÈ¿S©d,’ºÒ×åžqÔxœ¡®¡ ´|S'™ø¢ì]ÒYuwU°¬¯ŽrSåO8û¹îº/+ë&FçÚ‚ç«Of§·¦w±­>Ô3Ö†™ Âv%ðËP”–‚tEc‰9¾™b3¯”4¾Y(£Qz!éÒÎjglŠMÔ4g¦8ÆÏF0s椮ü•ùg`)*§œQDÉo+_ K«ž\ìj#g–+-“®+0åüÜz„jY[ÿÔ•¹¶.t´¾¾]HžNiW@ytýÔOGØaÆUI'ü>Ø•×ZÙ2P·„‘÷çÝ
-çÚI}*mlÅT7Ú%Ť Fk'RKÎ sö¥½ÜŸ©òú| ïuQ¼×ÅÐ++YÛå;#’N¼ÆÉ’9Ò<ôqqô8šÚ ¨ ŸBâþÂ]U/d¤y]Tà>¡z¢9/Å"jꪪ§Ó©¥ÑPÄøvõJ dí.ªSoRjFnd˜¼­]i ¨NŒ
-Ü™Ã=·R»žÛŽ
-œæwˆ•ŽÏh>nGä—µ³ÄÉÖ.vÍÇ&Hóò"ãè‹ÑÖn— zÚ쌺Õè\Ÿ'# jœØëª=`4û0¶&›Q{¸Â#è””«}ÚÑð.÷íòñrÖhÃù¤±^£õy2²ÿY‚8#t’µvj4ŸÒ6‘VŠ½òqË|N­Ø.ºæ,—Úc+Góñ €ÕßOUÃÕy2nl²aôEkíÝءвr‹•
-<¤8næØ«'§ÆÒÁ—‡ó ZÐAëí’)2‰ÍŒÐn踳lO€ªòdìu‰ƒpÊúG ’—µk§©Ö-%‡Ølö4;`T|& O@Ñ(Y¥mJ^æ´Ù)#9û®Ô“±~Í’ç¯UuEŒgäÝîž-VâCAâÖùÈ]‹Fêf¶NjüÖy •d»µ3FÍÑÀ±:=íù.a¤!®ôc¼íê¸(}dÍŽ)BÊkCá”$›nÏ —]W·üˆªÔÅÉvÛ®(ï£1xÍžŒ“,adàœµ®Åc8)͸vî1òÍ|jœVD¥Ú8:Í;Þ¶ÎIvˆyvIÉ7Ú„WíÉØ Ú’ÑÚùña¼JFŽúèfg½Ñ§dÂÖ)9ðÃ{…›­ªIWÏ+=‚Ò eý.  ttsV+V­'OeàQ‡¢þ¤e³E×s¿U{Àm § ñ”­e=¸ÚCJyþ?4!ÇË‘ƒA7¾‘^ɺúÅ:ïWó­¿d¼·ÕS±|FŸxÉb¹kG+ŽjߥÆJJÞY=Ao¦½o& ýœ®îE¨VãêœÍÂkžö±¨E«³| {핼KÉ9îôºÖz ÒEáyµguÀ<yÏm
-ª#þ­{åî-/®Þ¯ªÊóYXeU]/—TTâ2ÊÞœó¸£ Åõ§Û×”yû×Thjên»á‹‘SßnV?ûâõR\ýzÞWM&àW¿ÿÆ"ÿ>¢Å9¾Ð“Z\Œ¢5?o¨¼—ÔºÚ²á¢_ÿÒ¾êùç—g·—_Vo|sÝÔóÅÛóöU# ÊJ‰×Ý•výñöâúêÓÚKðùªk"¤þ
-íÍ0|³kÔ䌾]£á ¨{–ÓÏ#X,±Ô“|÷*¡©’åt“ð¼­½'ó6Zñ½R¢7/úÑ/?s+Ô”Fó1Í£dB…~Á»úÒÑ÷ŸO—/ÏÙ8*utryM­ßè£sn?Ñ]¿ã¿ÍÑåSþ¯Oçï—ô²¤ŸJÂâý:FÇÚ¯aU?ßVö Þ{שñÛíÅ?þ÷ãÅÙí/7ç¿gR>y´¹1—W§»Š¯°‚éòú=ýÿækü±`â½KM·Ã'·Íðòôïç—Þ@Èwv®²»=ÿ|ûélý£qì­¿»~÷û·¨¢ºuŸ¾´Tßüí¿ô7܉¥áB¸¢"øBž¶x?­ÿjù@B§“{ó†,æ¯%=ßÉÁ§k6›­E Â&è|{ÌÜhԛ붆oÌkÿwÌ­‹ÊùæˆoçˆR}˦ÄhëÃF¨¥¶Ùš¯«ë·ç?^ŸÞ´/úéöôæöÛËów·?½8öRýö͆§†,ºŽäÝÍéz…󎹮¾ß~ùý··Ÿoóÿs›+¯?ŒßPš:ú× ç[êUŽ}Ë}m‹ôÿ6<Ï7É­fÏ7þžL7X×k˜ ­µ Y}ŽÏB‹àƒ4›>¿ûŒÕý¦+5c$Oƒ®Uû6~c¦ÿôÿXaL$
-endstream
-endobj
-1083 0 obj
-<<
-/F9 92 0 R
-/F17 199 0 R
-/F19 312 0 R
-/F22 833 0 R
-/F23 928 0 R
-/F15 178 0 R
-/F10 99 0 R
-/F16 196 0 R
-/F8 87 0 R
->>
-endobj
-1065 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 1083 0 R
->>
-endobj
-1086 0 obj
-[1084 0 R/XYZ 124.8 484.56 null]
-endobj
-1087 0 obj
-[1084 0 R/XYZ 124.8 488.54 null]
-endobj
-1088 0 obj
-<<
-/Rect[299.64 470.13 469.51 480.22]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[0 1 1]
-/A<<
-/S/URI
-/URI(http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=pgf)
->>
->>
-endobj
-1089 0 obj
-<<
-/Rect[139.3 458.18 332.58 468.27]
-/Type/Annot
-/Subtype/Link
-/Border[0 0 1]
-/C[0 1 1]
-/A<<
-/S/URI
-/URI(http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=pgf)
->>
->>
-endobj
-1090 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 8002
->>
-stream
-xÚí]]¹u}ϯèGíÃPüþ0`XØ»HË#À@l?(ò®´°Zk+ë$þ÷¹·ª‹¼¥iÍðÔT·¦§†¼»‹‡EÞ{ùµÓJëÝ»ÝðŸïwKÿõ÷ÙiúŸÙTˆ»—”.»·ûÝîÕÎí^¢G^í¾}ýò»²+ªÄÝë?{ôõoþøB}óç×ÿ¾ûíëòÓS~÷=öÐïükÇCüv]½ëzL¹’ÃîW+Þz•J0awcRT)jŸwûóà¢Ê%¸¸ûÐ3Å+«¥ì½_V¦®øCÏC×kÉÊ”bkãÓ*Œpxø¦¯Ö÷€qŠ8£ë«íUâ)*9mûHn§÷ïïÀ^=2Õ~ñBà 1¤Á¶ ŠqT7ÅeX „d@HÛ„0I—KÂ…@L˜Ä„i¸-cÉŠÖxX „„@HÛ„0VŘ3Þ•I &LbÂ4Ü&„ñ*š¢#€˜0 ˆ Óp›&*§³¸0ˆ Ó€˜0 · a9—y. ‡ÉRq˜*¶QáDZÊ?GZ'Òe|2åëªðê¼QCo®øïdóØ4Ç2rV®hmº£i7ãχÿPêC ;
-iÁúݧ!Aqpâ*ktiA·&‘˜8‰‰#€ÛÇ*m\‰ ÄHPœ†ÅiÀmˆãTÒnAÜw†ÅiHPœ܆8ÀÎ/8[F"Aq§7þ]Ãù„¢Œw>¯QFþCÆQô¥„kœqõ8£¿Æ¯qÆgg4ôbÁÆ°À÷“HpnHpnÀMI6(»Ä¹h8L˜ŠÃd©°mŠ¨•·¡,øb$<±!Áspâx¥cXpè ŠÓ 8 ¸ q¨zrŽ :4‰ÅiHPœ܆8…ÀaA°D
-Nè5æÈbPÅ8{ 9®rŒ×ã5äøüBŽÉ«”Ë¢¡X Á¡¸!Á¡¸71g§B(KvêJ$&Ž@bâà6ÄÉ*æb|9 ŠÓ 8 ¸ qŠUÎæ´`µDbâ$&Ž
-BÇgˆl6>CŒ—?>»¬’§1’¥‚@Y02) Æø dq*x#&ËBeÈf²@Œ—/‹-*—1'£‚@Y02) Æø d!{ªXub„Ê‘ÍdŸ,^ÅàQY&* D6“b|²XSÊX
-£C2Æwñc²ÕTË ;µ­b@I *) Ä÷ NQWÞeÞ5pÀ g¨#T³#Ô¾g°#F%_ÀsŽFº š¢
-ÄÀˆšÛÅË‘TJ:6¿B09 "!Ävér,ˆ/ /o+tl­*) ë´&&B#´@¸.^
-¯J°ÈöÚ IÐ)®‹—"ª=t_T…`b@DB ˆíâåÈÊ$_‹ªB09 "!Ävérôûacì唎ÞoùêŽÞ«kå)Qn¯°k
-¶8A(’¦²÷)ZqY+ãK.‚0“õèb(¢ì5©¯ìµZVµ²áÝz_¯Á±×k1‰z|²¼²0,÷ Î+[¢»ä•±ž7ʪMß–4[§¤®zIÃQ‡f–U¿¼&¬¶¤©ì½¹O¸Èaâ„IÑHA~¡(û”Ô—{«†šU«¬Jx·Þ×k1G¼…õZLŽ4È™¤O±Gd†æÀËYÈEHÁ."Ìô-9á³Ô¤®ªÉÔFæyY>-"û§H›^ — -;(ÎIRÃ&«×òjR_þ­2Z^¢Ò*çÖk<G\ÆõµÿDUh¤_¹G‰Ú´IyG›\„!‰>+CÖÌoÒºª†ú™˜i[^– “fŒ-i*}_î WT4ä7>dz8ÚÌÊ^Óúr¯õÐòÕ51©úõZͱ€ÁzÍÆèÄ™u2ª°‡‘|N }^FG6‡‹¸½SVS7<‹[ÒúbMý½³yž™cÖØ©H›^¡“A ©ä|ÒŒ5Qnôôìi¢>jf¢Þ*éÖkBGCG+¶!C_qæXm /íQ æ1RR$³ž’´öe¾:¤õÕ¾ñl­šyfŽZ_fœ"mzNäÃ`³sZGÙÍß`Hé̽ÕÅ!ŸV_ínå¯ØrŽ…×k9¯N;óoj¨[‚ߟ¥<üöÔÅç1C÷ž§$bOLÉ÷Þ‰@W$ —’Ì*–Ð3gË8èÁ‘¡-¸Þ•9©²Nv¦Á-ô”µ¦V1̉qª]÷=‚di¥ÀQÒáî¹|7rPb §bÅÞº1.R‡î=Ïž¬Wª(wöè·ÊïÝÑïñ†
-'¬ÈsÔó1ǃš ãï,åáa. ‹kü0eOÃ\ïé‘-âJ#yë¹s܉I…=ñ²€#G±I×X”'‡ sX-TÌâ‡%yúžäÞáŠú_íÙ¼+¼¢¡ÿÈZªPk ¡Ø×76ø^¤gÙÒ‚°AQÜ}çFà€I*l.R&äu€Gy®2ÎÅa‡V¶w¬ã55)´å `lbñ¢ÓBÖræbCÑÉÉv=%õÍ–F¾‚Ïβ
-ÔKØ%aKšÊÞ—{Ã9æ9¬_>òÖþ½,û”Ô—{«†šU«¬Jx·ÞWœé]ØP-—jÆŠ)ÅöÞ3M/cµ×cc0$M§+ø&Ê7•óà æ%kŸ
-NLz«r &¦äÈÌ+É8#{ì) œ˜lYÕéÄJ(’¦²ƒ3“<OK²’p˜'÷V–}Jg&+NTÖDx¤ÞO15‰‰J“-yÝC9]²½Û·è•£OyԆܬÒ9R
-¾ ‡òMå\ï‹ Á>äÌ=Zµö .ðBžhÍ*iËýlð¼Ü†…°E¦¤¾ùË8Ü :ËŠoÛãÛaKšÊÞ—{Ã%E–7uR‚0ó2úQ”}Jê˽UCͪUV%¼[ï+νÞ5÷ÕnròcÅ$z‹ÜÝ´n”«ú;MÕÆ7áP¾©œN0SX ap¢Z
-8?ØrªUÕøîÖú &AEÉk&åp!.y9½›Â±< ÀÊð|yoÄ°òUÈWËùaÅI,»sâiùêàíQ QÙÓ—>7µvã²—Oú5rJzÛ®19ÇYV‰ü;S$£HšJß—{ÃQã Ž†Aèù2^êâEÙ§¤·ÝAÞC=L@Y_å±Ê_qöó®ë¾ï¬›œC êBì¾|ÞšÞÅúÐÈØf„&œJºâ—a(­$Dc9¾Yò0¯•ŒvqX(”³3v!™ÒÞöÎø’‡¨iËÌpŒŸ;ÁÆÙ’¦òwæ߀I•l‚qf•c&¿M¾À”Ö=¹8ÕFˬUZ#½«Àšósw#TûÞú§¡,Œua³ýíBótʸ*Ædû§~& 3Jºâ÷Á®¼µÆË@ÝFrÜŸwX²r\ð‡…RÆYòŸd,°&ö51K¶§uÉͳ6Òi7ãiÓ[tR¤e˜§”/µ/c2ý> iN‰­VDv¢úñ5VüXŽEe÷½Õ”­Ž‡Åba˜NÜ÷¾<¹ûá a2±7h-9+欥]ñ›ñ–ì=‹PïQ §_y©ñƒÁ‡­¨¼r+D3‚O‰}mÍqhΚYnŽ}àg´"mz‡N‚äe_dÍH›ÇÉÎ_aJìc5Ò²kUWiè°âÇrl"bß[ECÔ€‹¯S2½Í–^œZyu²¡tnÜ'L8•tÅÏ„ãQM¥ÎÇìQ$5-ç
-Y‡œ¨“6fE¹%7›ó©‰}­Œg=ãØÕŠì4Ÿ/äÝœ¸%Ö÷èäH2Šuÿ3bjÀÞñZÍÙÜÕ”ø¶·®¦jÙ‰ªoÄGôXñ{96ý¶ï•"„qRŸJ›‡E1Ý Å¥qI1éEÆhïDªä¬H˜³–öÃåL•÷çëx¯‹‰ã¶tgtïœ*¶ð'OÝ‘eÓ\ÄÅÑãìzï˜+d>¥ÂãELd]uÛ:SƒÍ¼.*ñFŸÔ=ÑÜ–b5 UÝÓéÔÒÈqq\½’Ù»†‹ê4ºRË:¦è{Wªg¦ÎñÈm̹'Å—¶#³ü¹ÓñYÌÇíˆü²q–¸øÞÅ‹ù¸ ²¼¼Èúb¬÷§åcç‚žvgã£a5Ç
-ÆÇGÉûÞµÓTëž’S6{º30>“†' ÈJ6åÔ„š—ù%ëÎÊHξƒ+õv©_³Gäù[Ó]Ëy·{ä«ð¡ ùä|ä®e§í0[§mHñ䌼…Js¿u6FËÑÀ”±:½]ìùîa¤£ÜØÇxÛÝqQúȆS„Ô%÷†0éI6;ž1@.»í>QýU›iˆÓã6¶sQ&ÞGãðš½]&ÙÃÈÄ+8{]‹ÇpRš ãÜcæË7Í8½ÊÆŒptšw¼œ“ú!æ9'%_fê ^µ·Kƒj{H}Œµ!.ãu2rÔÇ;ëù8ÒR\:9%~x¯ð°UµØîy¥GPFe|<'!Øj‡ã˜±j½}*³
-¼ÉÔc…œ{­•@µÊÐKjÞÙ=Aofc& ™~Áv"T«ùpNƒea’wOûXTÑê<ß´Ð{k ïR
-½©µ~
-÷ï?—ô¤z× Tܪñž!{ä‚Ÿ²›~ýí§O?ºØ†gvïvëÕùW šh°Œ‰K^Ï”yF+òèyŠ3·NÐïÛ¬á÷à=&†¯[¼öûw.ï2|ÿÖ!,ôYÉÛï÷”üóL¾Pòùc—åï=}áõï>ÖõúšŒµ\ï]¡x‹ƒÙwK¦¿|ÅèçóÔÞØ/_0ú9€|s­³ýˆÛ¼/¼z§¤|ª)/€î®ŒŠàEV!óÈEaá󥲡ÖÖôï·=¹òåÙ¶LøØt>ha"™þÍÅìÊpÜL9L 7Ÿ—ó*èô¶Uë£2Íê´+Ó÷h+ìRêÛž‡:¼™/@VxèãJ9–Ëç–Tä“ì‡åÆÚŒ—)Þµ”J8ÜhøëonlJ£1u¼KNñÖÜ/öëãïôë2“{úõöØC¿ßÓ+̹¾ï{ì]×côëpñ^}·dôëòá®~]úúu‰¸]OÁ{ÏSþüiÑýÝTÏA¯ŸgòmÏCÈÈ
-}\)§{;†„¾Ä}ùÛÖÜÓŒ¿?ÐÈLîé@Úcý~Oó›s}ß÷Ø»®Çè@àâ->ønÉè@äÃ]ˆôu q»ž‚T{§´]ÆáQÄ£C™ë*Æ¡ÌpMãP滚q(3}¶Ä}_ê2,0Êë\|ªðÅfšk~}@¨1Ý@Tßö<Ô9b¬ðÐÇ•rºwÄâéón“×y°á#ñžküýKfrψÕ{è÷{ú»9×÷}½ëzì .ÞßûZá¼ ŒMòá®±IúÆ&‰¸]­2ºº¯c€©£ýpêóUk¼P?$"šÂ§ö äyé˜6'¢¡AÎ W›ž–†/pâ]ÁPu5¥Wø'ó
-È÷þ‡>®”Ó½7OŒw»áË}.¯Vq÷tÜãïtÜ2“{:îöØC¿ßÓ̹¾ï{ì]×ctÜpñƒž—ìî\>ÜÕK@_w.·+*øP úØ«M}yW}ÐgA²úþ·»cÑw¡¸Kêgyßóз=uvvG +<ôq¥œîíìŠQÙövvñ)ÎaŸù¡+åÔT!§Ì+ç¹Êù\ÅG? 5ÿû~üáÓßþðßSÝÏã|]Å„/I?àÿhþü% ŸÆÏ×^‰§_«onœw/^“í‹7¿±ùÅ/oþA‰>ù¯:,‚ð•/Rëq‡6ò×ÏÛOPqj?ÿÉÙzÊñ/ã_~÷ýw#ÑžI⋼ùPÇÀ¡¡êš‹åËgç¥|ÿË/ûÕË—¿üãzûË›êçOï^¾}÷Ó ³¼ø¯Ÿ>¾²îÙ–r;f?ü»7oÿúæÝÿöñÇŸ?íßüòÓÏÕßþù¯?ýå×{÷£,A{ Ë×ÑóaAº´ÙîO…ÿu¨Û>+*ìT!²I^'T¿EOQkøNFv#‹²£9âÒѧÿåÿûiÀâ
-endstream
-endobj
-1091 0 obj
-[1088 0 R 1089 0 R]
-endobj
-1092 0 obj
-<<
-/F9 92 0 R
-/F17 199 0 R
-/F19 312 0 R
-/F13 155 0 R
-/F12 129 0 R
-/F15 178 0 R
-/F23 928 0 R
-/F7 83 0 R
-/F14 164 0 R
-/F10 99 0 R
->>
-endobj
-1085 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 1092 0 R
->>
-endobj
-62 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-33 -250 945 749]
-/FontName/IBBKJS+CMR17
-/ItalicAngle 0
-/StemV 53
-/FontFile 61 0 R
-/Flags 4
->>
-endobj
-61 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 714
-/Length2 3573
-/Length3 533
-/Length 4124
->>
-stream
-xÚí•i4[m»Ç©9Zj¦Ubj AbŠ±Ä<7$<†¢‘©Hˆ˜g-ŠKÍ”NhmiiQ­±†¶æ¢ÆÖJÍ¥xõyÎûžuž÷|9ë|;ëìû˾þ×ÿïß}í½Ö–#da¢+ÖH ËBä ê@= k‘$$ôHXG$è£ÈXu DM „ù¹À@ˆŠº¢ªº‚
-Ê` š’2ª¤ö_}6œÖD¨ ƒ¡jʪh? K ÿùœœ÷Ÿµîd:Xl  ÈËçÁѺ€.Èl_Ûjý£¡wxý`5[yç.oç:+žAnäz\Œ'|kôÌ>NÉÚ“Ö¾Un¡‘Ú²ãü6(èÜ“ ^i·÷¯g·Õ+’d?r=w8%ßüKyéâøTæ®rˆ3ûäæ.Ù»éG›ˆ@ÝÁPGxÓ扃LS×èÓù„¯4êè!ƒ
-ÔsY
-®´ŸòªÖ´nf‡R·‚ß}Óp[2iŠ.¸vT‡.Ë~no»âpƒýžòD3sUÒ³›:L4ó.n¹T¬‹Òå½Þa³P>¨gôf¥ɈI+Ñìþ+epNhuÍS^æÀuö2`ë“UÈ!rXØá¿u}/ös¥Lò2£Q¤©õ6%÷*hbZÀµ?JPšv´qE-;häî÷íÛ——ü¯Ð¡®³¼‘ã‡~¬ž–ÆÀbŒX¯'ëgù"u_DÆiK|xZDyxZñÙÜHÕGñ&ÛdõY¢¸ø^Ý°±øó¬ØáÔe«Ó4n‡\É*®ÞøYáJ‹¿“jaŸÏm";$cGH žJî1Ä
-N-hf$ V÷·€E™÷³˜ùÓ£NÍÌ‹q4˜Ù/Ù<ömH”\myÞnòÍ|Ó±vð!ÿ•óã#3&˜FÅ‘ÆÖ;i[æ2æR\Štý>.ÙU4f˜‡«èW×·uèœ3œ&oŽº¶Æë¸ÂŠ/¤g¬¹«Õ»I dÀÜô¡c÷jåå ô0X¶*É™TNš‹¤su_Eø#ìNÈ1°¹Òl|närWÒF^}üx.¼O´?S˜
-‚õÕú` æl›äýYÐ¥…`î&SãçÊûÓknsz:wçµg3Š°5èq _Bª²Ïò¾Y½ó¥0¡4UN×°¢°_¡9°jzhow8 «ÃŠæ^2õá ]í3ÂÕ 6‚.Õ ©û©b°âGhßö§C³îgb³µ_#@¸F
-ÌÊ›2ù²¡…>è ñ zú¥Í>h¿;YyD uù¾êÿätkƸæ8ë£ñ ƒ¥‹ÇY5‹lÃÂùmÖµ] …¦~|¥Tßí)õð^åíDÔ|ÌËÁþ¦CÍ2¡ž
-ҦéA]îÎi³À­V6Œ1<[È*à2ÿ(’ûv _äK×V×~F/YTgÿ&¬)ÝH Ã%Ú'Y %ÒFJ(Ñ‘¨MŽ±¦=Ó;òvb^³XÀP”„×ä¯uFæt+U]Y¼LÉe[ÆÏï!—9S9Ž UÑé«÷]©¨9ÏÚ¶_}kß|»úš ¬Ã£«ŒÅùž”µkñõÓbamÒëîózO]ìÒ"³ÝD†è*óùj©gÊ°õN¸¿æ쮑<{Ì`#îgFJèg÷¶ö{²-§ «gè«jÄÕž"{äϺÔݾÚÇΈXŠåŒ4CgÔV…÷ùîƒE8ã8bK ˆ~cŠøë¸}„pµc:³s¢’ÚŽÍ ;¢Í×B'ºM›3ÊÊó@E ­"wè‚ŽÇO«ƒîœªp¿€Ö¬ßH{C½Aô‚ŽÀ¹¦ÝZ(#hgEûå«
-þµ¡”’V믇
-"C’äÙ•¨RâL÷í¨ò¡)M}›ÅF,Ñe’I&í²‹Ð”óÛ#ÈÕ8»âÜ ©Câzë (Bœª+þnWU9^k¨ZÀÿ¸™F„%Î_ˆIÐp*§o— ßrÓÀ>-êí•£›¦"¶+{k#_;t¾›½ú͒ޚƮj¹ŽK>½<ûmÝ拹Íäðn-”æ"Ñ÷”ÒgÚ.ÚÏ—@?kÜ?N‡¥j!ÅâøöŸÂ¦¶‚„0Þßìð›`—ÕßX%÷„,‚`+R Î%p‰ÝŒ[¼z©¾vÒÅAZjf<UOÓ)z€^÷—MoæG‘ŸçlŸYßdÓ:©ˆ >:eùøÍ‚²)Ñ´ñ<aÙ>f¾`»<6 ñ,¹šãŒæ¤Ÿ´UisÃ× 3ŸkòVí£ïÁÔžýó‹5<4—¼oeÄÐV¹Ò±ÀŸ Z߆suêMbñ ÏDá•âyή~æ³vÆnC@h»`ÿ+#g wyØJãcB*üùA¬¾[õ–7^K‘¥ïslXö¿ÓÏ?¼$7,+ÙLfø¤ú.´Â°&§P¯ší ±ÃÀLÊþ:ì|zù )C¨7t:œ8Ò€½ñ°Â,éZmª@ ]BX˜"ß”¹=-æSQ»åØe¦‹Þ‹'ÈÂÁ·µ%Õajû½y0Ýú„7€ÿûÇË®;c”]›É˨†©ZA‡ŽžX5þ{¬z‰kóë/®Ks¦žöõ² 6TöœëS>ã|d®Ï¬2%¾Ì_þ_^€ÿø?€ÆcQ$2Ñ Eò
-endstream
-endobj
-65 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-39 -250 1036 750]
-/FontName/YQTXGK+CMR9
-/ItalicAngle 0
-/StemV 74
-/FontFile 64 0 R
-/Flags 4
->>
-endobj
-64 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 712
-/Length2 6853
-/Length3 533
-/Length 7409
->>
-stream
-xÚí–UT\[·­qw'H
- îN .àîU.…w Á]‚C€
-øC vr´‡À+,n5§?«Aþ°ü·±þ/Tÿ —w··W³pø+þϘþK×Âjÿ_}'gwĠꆸ:þÓªùš* uwøgW fa­í!
-ûß?ô_=u ¨#LîüŸ©™ÿ®yÿwýg8®P/€ïãŸûßO&ÿXKÎä†:Z´`Ž` Wð
-ÿ•IZÚɡ“_ÀÉ'øgñð „y|ÿO£Ž#ÔÅ¢$ äááåû[¹»ºBao‚?ßûïÚ
-úg:ˆ„•™E
-E4ã a¿2¿ìœ¥×û:öC«­ø(Mð:ìûà)¶=*לmx¨úå<îÝzÌÇß,/ßDÔù©ŠÇw^›öÀá/*ÉجF¾­_‰U}Øáœ$n4Dâî8†Ä´˜Õ³ç ú˜¢â/ƒó`Îíg}t”_îgüÚ‚+ ÙÛ‡æë7£¶ZÄ@³rž*‰ìÙf×µhŽã2`Cb
-x-±¯Cè“Î…§Žÿtƒ¢Ñà
-Ð.šy¢»ÓÌÏŠ]ÍUÊqÉ—V`‰¶R ®*┪ ÙEƒ‚aìÃhZù@ïrt›;a¥ý×äà9£;ø–Ž7Uó\ª-·+Ë yZ¤Bˆ›ëGG…¶o_kyïîñ}œˆzÙú™ÖÒ÷ÒÚ,„üjW]ûI²Uë½v'„É·=ËOõÍáøRSŠì÷©tßjψ䛩2{ÑÍh R"1ÞDÂøUêà©­ ä.êFœC jŽ”M&ÚÕL7ﯩ¶ãƶ؃©ï|µn#Ù¹•ëÞ,–~ ñ æŸÆ_\éî>ž¾kè­jŽ5l€8AÄr¯L7Ãc,·vSÆÍT²Ñö»ªŸé¨\³Ûm«¡o'Æ €$¼×1"ê‘;ý
-·Êö^I²Åž1VB†¾VN9_ýÑ=0¶YEÎÙ„iYÈey#ZX¤«ìÜÔ²ºY°'¢Pˆ½`ž^—Ý¿–Jjò¹ÁÐl<f`n‰üf«Ý£?œ q1Ê58˜C­¬€â—~ܽÊ`¶Èð0ó)ßí™HMs?èM¨¶¬=ÏÊ“v¬<%É>k¦BL8 d錹°aÇüæGɉ/¨9â|~™h‹âÞ ÈÏä;!O>¦ìÆ¡ã/RõÎ^aTí
-½­r¬¢m.y]nkòŸzÊ–B.㛢3ßRE³*£R­J û0~|uUŽ‰ùcËè¾PÂn—‡»K^ƒäAʱÍb`/•Jí-æw¶S ÍÐÉrd€@â:L¼o¥·Û?¿º­;¸;Ÿ1$.Ö2W¨k9ïsór¶IÈs°¢À!%8V<Ømw@Êž ®\ì4:Š°ŒO
-ÏŸÄ‚¨»]D¹Ô¤âÊùC’èÄ&ú'ès<»ƒî·R¥ö¿ÏÚ
-MRÉü.Pñð‰*:‡1J8ISy L‰ôP¦h¯a™t +‰;nùäLŠeuœµ_¿Æ\Lû&? -<I8” †#º{jõ>›}ïÊ.dþŸïíÞœnâOÞ‹¢HÙÖ…=ÿð}Ï\QlRð&¥Òášktºþû¸z?]™Xƒ¯að·ÍC‡×okDóWæÛ]è2öhÃe.
-Ô¡×WÂÈaýïøº^vG*Êú¼´ërx5k¹‹²o=œÜ/À¼m1qÜmPbq£ÌÛöãºÿ+£ãæ·õÅtí_ÐÕÚÞô!%°jÝ¡hY›ï¼Z]D/¡‡¼ƒ:
-¼äíAœ]ÃgêÙps
-þ)!Óå׿‘û¾&ž$[ß„7e¿³\J2ŒdåìÿP\4´äEÀ3€ŸLíyÊD~ #ä5úÊ÷ TÂ~ý†¼t‰ ã‚Á¨#Ú ^7R)8}Rìè‡#ƒJ?MjÒªxö;{©-7^àJ:†çFöXôçÀû9ùÖ+*–<èÖÏÌ—Kibü³x"›÷¢S쑇@³Lù¬ß„/]’,Ôç5£Åý>…㱇êém]çGÓÇ>±é½¢à ú‘(•k©HŠœpqÛ~ül¯Ãû-|…ÜŒ
-}¦ÇqÄ;¬(ÕAèt®¬ØcÉ›ö x0¹¸‡»·ÜBN›T‡ÐÊJe˜YûÂq˜©w#‹0¿°ÉÃÙ%ÞÕ¾ºL*[eñ÷­×¯VEØ空&Zù³‡¨ÇኦíNl w„w˜II
-q™{–>‡’ÃIå—ÞÌ-È` {YÒ;é>‰š¯—J-o12EËhŒ!3®Ÿê`Hû2½x_ŸÈm¡n"¥LT/°P`É¿D¹-DžNH8èV[¼¬˜ÄÚhÓ?Î`Œck—I”!ü84Wʃ}Š¢"½i&ØKÓ†
-m"+&Û×·3PCîXÀ¡²7ï æØùÓ’³H
-ä|X%÷Mʽ“¯]ªóS§­ä¨0ÅèöÆ\ɱ)”¼{£ ³./Œ^ ðTiÛP9Ð7žMLõõ˜ä¢¼3ÒÚn÷ãàÚŒÒñ»ÄœýÕ
-â(wúìFÂÿÔÄ@×R¦`†îØ÷J;oÿ;‰¾;y[bÕúxÍÛáMøÓ/ZŽF¥²_úÛGñ¯_êûÞÓ´Ô’Û‡•e 8¿ «é‘,tÊ­ˆ?Â96$ÐɆ¨e»®%]1ùã¤cѹÕÔÕ'ŽÓ¶¿&r¯
-µ’YÐbHÓΖ
-÷7Ï &<Ô Chí‹ŸæÅ­§œGÑnŠÅL»}Ðè8‹ C
-U
-‡æ~a7àÐHQ•PXù\*ðA=[8ó«9²m6ñe˜oÙûµñåKõ¨FA1*V9ô2ßu'&ÎR,¥ä Ú0ܨATJ æuž“=Z¯îuÐj6WÝÚoGÉ]Kh•, X¶U`iÆ[“sZÄ[$éxorÜÜ×í;÷¯½ëšËý‚!1 ï‘P%xjO_ivoþ!KÔ–ì;%?]gy/¼Pj™Ï¦ßðÎ9Q”§÷â£y”C¤…]ÃÁ¤ê‘±?^ÐFàÙ*Ðnßt°N;ÁÑf¡sTÖ%¶Œâ»yÂ,ò“ö‰æªÏŠC mje{3Ô@Ù‡kIŠïH‹Rß}ð„uû”½F¦ÆØ¿ëÑu˜‰øå{ÉUª à[(^’àK­#â"? '¥} ðs<=¥çC}k¶×ÞÕàQ˵ç–5?y×$g n죢"8z÷ñíx¯@‚AãÜûÉàìä.æg¸–Z:ÃîU5ërL7£{ð®ÂÇõ/Q1º SL•¼7ˆ:Äý¿Óâx.·’ÕÜç¢|’˜Íb£ˆð'i]ÞñÈÔW Å4`÷鑲Ó$¡“Cæã2ëOÀ­XE à¡1@à¶{Æ—Eù;øíU²fSi3&SkiM/]î2ÛéÞÍm˜[ŽC’`'GßÜênpâŒ×<§‹É„b3Óq2
-Å ²1ί
-Ž¥œE§ºÆ€K²F¯ãÇúrhã¾ðXuA¢dC7+`FÐöÓL¸g¹É÷K¦7!ÐOÇ3ÝéÖÔ0Šž”Þ—Cîl—ñw·Z dgÚ«ñzˆ’²ðåx­\ÐÏP¶^oü9§·=ñ[øÚWf±_¿ÿ¸[€³Õûòí^Ç,Íoª‘ìˆtºv£ô ;ßläæåâ0 ÓüèkäˆìïŽ}žÛÛ†´ù:¹¦Á%!;ïð
-øjâ’²WOxà•=PŸ½DT´ Jo“t“%4"î H1ò©ˆH¿\cx»¼Ò‚ÒÜéÜ[Š%š*£ªDf5"ʦm¬†8S#sQje6)ö!æ9QZ1è&#d±ðiõ°¥"õLa~Ö×Z~bT£TsI^-•QÌǦѯASX0úMðæwtþºþÑØYϬcë…ð)+jÃ)æø‡óX»WË1仄„¬ˆ™Å,ïˆýqÅòû
-a_sÁšœðÍ V¹¨Óåé4S
-ßaD2¨×È`ìe';3Ë¡tÕÊ“2²º†¶;àÖGiº#¹Š ý˜z§cT7ÍE
-Ãôt–Ø€™1}Ô]j™pldvš­Æ,×çÇfX-ºTdÔÿ‘‰I*VkŸ‘?qþy^¯=ôð²‘t®iHªþPàg¾­Â£¶¿~rüЈUì6Ýdà½ØÄ«÷+ŒñYÝà…–˜Zú#>¥ç çCáf¥yµ!<¿É©EâáF%I2øqèÇÛ
-"å#]­p¢)‡_†§j*’SC¡§ mj.ÚÜê¾?ÝÄ*©ÀáÌæK³£ò>/â»ÐK/fc%ªÍتÙn6颽ÔL[c³ö ÖåÅA*!ï¬Tí‘ÂuA½Ë¯2|(||(jl¶³n“6 ‚ÅIJv~ðãVÎ)%ø·È½½ñ¯èÌY÷fŠKH̱.
-êB­z¸€Ž{ï7UG+ÃWA:\!]¸Ý9UˆúFj?‘¡v•Gïnžÿá…õÿþŸ
-endstream
-endobj
-68 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-34 -251 988 750]
-/FontName/BLCJKX+CMR12
-/ItalicAngle 0
-/StemV 65
-/FontFile 67 0 R
-/Flags 4
->>
-endobj
-67 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 714
-/Length2 6994
-/Length3 533
-/Length 7551
->>
-stream
-xÚí–UTk·®q'Á-ï@p·
-Ãbÿ‹Ifðÿ#ƒíþÕr88þá
-õþ=ÜÍ“•›ÀÊÅË 
- B›$‰É)QèÑ =$ß„$DZŸT ;Túâ"`ú
-b/
-
-è.A¾(4„]¶.E
-ªò3Ž§¢#ž–”gû;!]È<EÂàز7˜ïÂëoWF|–:ÎHR¤aº}5¬Äï8IõÕùš+ø¹ûÃßeÙ£6™1cQ ’ò@(±ÒGñ¼èÆÓä÷çÞɃ©’:q«((ÊF¹KêM®LÈØNõI'†u Ùqø±–2O¦â;¡ÛêêsèÞЧܢvÅùžwb¾JóVÛÉ鿜ͺõ"•_ˆ¢w ²siT*×®²˜ò}ü”–ìNãŒTî‚<ÝL£
- ú‹FÖZ>*çõçRû—Ûúh ®7‡ý4‘ž¯¹HWJ9¢Ig,×ýrõ& 0ïÄHÑâÆšèFɔПr™lq„M`½Ÿo{FŸܯ^¥œf8ª#Öþ6ú¡Q h„ ô3­Ä«r* ÿ·inƒe-Vxa€"”óŽF$ÇÛاUêj$#Ÿ/Œq_ëÌï ‰ ½¦Çë’×ÆHØ®ãá,i¢{¬oP—ÛÉ@/XŸÛ/¼u#ÖX¿7 Üijag•°œzŸIƒ¼Œ‡v!bR~徧ƒT-X-çÓ|„þäùÕðÖs¿öªŽ' .Ãœomé “¶¨Ë¨
-UîÇó-ðí oNyi«vu’1ž[Á $)XåèZÌàò’ïÂÛ€^‚P<aN_(©P®³Lô+¶ƒŽ8É  ¸`Í|ZfpFò¥ŽRö—£ÚŸ}ÀíØ¡‰× ¹ýú+‹§ˆ2!è:B/ªªìQ7þø½~c¾ˆ›DMlE9vM-6ÔÝ=%<¿!×øødÖ^uœ”_Sï×ÂCÜà3Î)1[¿¶×È ù>ì–ª`­Ù\MRÏñÐÞ¶Óï÷ä ~|yE°[ÆðZI¥²Ùñ4;'»÷Ë^ÐùèX•ËÑ穯µ3Û[ñn"Îì]ú¬×Q½ñÑë$¦Úá'Úv„·×`CA%`9¨â1˜~gáÅ·6fo”’™ä9‡õE_r‘_Èo0=TxbbyM(Ää<x˜¿óOžŒ¦¶øǕΘáݱc
-gôm¢(þPàðÚØ c KwïL²bït7G3/CxÕOl­
-X³®Ó.7âœÕóX] 4 g"÷›ÆcF¯qRgÕÖŸaϦͺém`‘rÑÿØ Úý^l˜˜OÀȈIº”Ö67Q³¨ŒÔ“äÇd¿ºOœ¢7ª"¼ædˆî5¤{×êè"SþMc<iKdPãc0ŒÚë¥m\W¯UK‰ò€ÌµßZ%ƒ”¯âRO]~t()¡¥ÃÛú”¨¸þb‚ɾç.¹û×¹úÎsi "ýýÞC¤ä˜{ÏgÒ¸°p­F‡x¦3P8YnuùÏ¿¤½mùœ Øn.êJ±ªÁ²ÉŠxWª]×` ;ä†%¦Ý|½™ôØW•WX°ˆC4hÊ›–µÂbá”ïa•²tà Áô›Ó€ÁH‚~8RUñS'h×Òøb8Ík¦–˜ub“ç;”Q0éåÖ¬,ƒVÇ…DÃ嵄µ«ñòlD’YÉу_ìzÐäœÝŽà%m7Á–ßÔ¡ Ø /¿Êüå,¶;7<€ƒþ÷ˆwl)w^{´Ð»øÌ¿õ–eУTYrÑ´¾|gw‘Îzÿa‘¨mcÚ¶2õ5“Ý}Ï^’8dkÜýœ!RÑSB^°Ï[¦Ž.Íý—˜ $^s`â©®äëÆôÓ P`ýüÜrHµ§ù*•ñòùó^æ`*-:n³NÞK¬¤Eaötñú´
-]æcZdÁ ãôâ;±m
-Z'¾ » W™ Þÿ¬˜j?¬ÀÛ$ìÛó !~ /.:Hyý
-Oؾô~ ‡Ù ð UL ßáòœí”þöb®ù¢HŽ©f$;÷ÝLqÝ¥qTª7ß"PÊ°©ƒìV2¡ò(M\Ξ,HÉ4™2#WfÈ3öYtbvVÏl´‚öfË¥ƞˆ[;e€#¹ ÷{¯ïùNÊÀ®Àù"粓ù£–¾W„H™ü:{Åè*Èrñ™ñ+“–Ó ½$b6ïð7¢†HEåCÎY•„Wo‰¬ƒäÓûvdÐe7 §eZ¬ŸCd¹Ï Š©$T¾HgòWdÐiÁ \µÕØu•RlŠ$º†O6~cÉð)d ÏPEÎ]0æ¦|3lz7Ö›$Œ7T×2€åú½ïR}"\ÖF§$¸»Õ(:摧IIV,öÀÃl:gC}O3³UÅL¹ÆÚ öE!ÊÝŸ;SÓO¦îìMt1VœŸ… ø÷Tà6’«¿~Mª,æ0·…ØÎú^Ø]¬ßQQµ²‡“æËo#‡Ù(¸AXàŒÎßxDØÙ–ËÓ ÃØ»!€ÀÖCeœkÅOI9BÅnBpî%†Ä®eD g]õ, UaV³®#Òœf†o>LôÉ5ñš8\1˜ýï§ûur°*šô1U°¼¬´mç0Ô
-dEò¹¤Å¨Ÿ¿m¯›$¦þ´@Û<LèM#ùÛÝä9ö.+Ó>~®r¾w€"¢ç¤kL…1ÑJ"øníro
-¬äFøáêT_¿aK²e@Q<ª°v–Ñß >¯¢M00Ñ£wn$LÏ‹H#ú—‡~Wêœ5\¥?-Ÿ´ø¤rtw0©Q¼“ÝàÅéÙcm™Ýø(6;¹Êó-åºhkµƒÕ!5Ûæ¿R¦ÜUþòIN}x%2êxf
-ìˆýíƒ0Ñקó>tÌ3 4wtT%ýTMÇ«ŒHеpŸ!FuçNéãeGõyóQ)pÑñ&£±ëÙϤ̰Ìägÿtqä7_¯›]âU¬·IðÏx4­6լ׎ßÒŒÀá÷ÚG¯jÃ|V+å>Áz[V
-.Cm¦ +â·!¯,‚
-‹h“[§ŠQöÉX …쾋ãG8­,âçœÀcWLPU¦_˜¥Á^Iä+S$/7iUý*Gwi½ïmäM¹š`?é ⤦8KØ€þÊKç¹RŽƒ¢Çq~¬Ýwáv×F|èh±c¹Ö®¦Ë]‹ïsôhQNžNi©ºñÜ7ËŸLØZ膃îhr¯?K³óèåm¡™}¢š®ë$¶Ð3¨Nb›!x÷'ÅL¢“êÛd©ºcÊ’Ÿ)§­L…±™k4mH[/‹ùI9ª û€8g»Ñ»Ñ ˜òu²ñ¡Eˆ˜Q¾{£]-.úè¶ï𯜆Mjáj˜—M‘á­?Ÿhp~ø
-O(‹)˜Ölâf÷N¿ØIc,Å ·^þ1+Öo0%t‰»" úvø’ÈKD̦\a¦]»`a$âÂ$1Qô Á¹‰Çá*ÜÚA]6s­SçæG$âÞcýzÁr|ss¤bÁ(rl%MkªzwáÅéÏh¡O*1­]2 óaºZ¹õ^Ù™·C—»ÍÁæÚŸŠ|ZP´ÜX¹óJ™§”ë1u×*iºã$å÷ž:’áçx“pr
-/©ÒŠ z¡øp¯®‰&ž+ÔæÎ"øöÙ÷Å‚:iÂds®ò)gØš+8”M‡n)°àI÷p@=§Éþ™0°«Ÿ7bL%5(Sé`‰R9(@%½Ð•Õóð„²ðwÅ#³7õÐ
-ùªéyP$›X¹çÈèµî"Ý^pŠ^U"à­m»|µB×<],VìÔkŠ»&®7yë%gïWŠŒ1ž(³lÚñÍ~!orÙÀW0ypvZXjÚñêòæ»yÿ çàpðݺîc8ºíè'9DwÅýƒö¬ŠÄÍ—2?lݧñçE¬´¦ QÞv¡aÀü%G2ié(­0â§Õ?{ó½Ù-Ï
-Ö¸±Úª¨×3{~¦Wg÷»ÛÆ5…ßÒƒbÏXö¶‚tB”~6»’¡uŸS€sTSæãW ”hö•ó­1êF{øÅyõ¹¯ó0—¹"èv\ãöATqˆ!=2²oÛ‰×mµgIãl zÔö¾‹Z繘Rßh×|Sx0Gûd¯y;Ø–EI.)y?gµO]•ŸKi}G?ÙöÚrö ®ÐÉÈ[iÚa”õ%:Ûg˜s7˜ðs–ëà™î3E{õ6>évµô”µ$ì⤶­àR:v‡Õ’ËÚEþ¼‹ÒE{»,Î Ÿ»Ý¶eÍ4RAž«rÜVÖ 꽉°¢ÑÄ`=ý‰Á‘
-ËæŠ$šëEÙSLñÁ+ŽØ/±ör´x§¿3³¦zƒB9þ‡Öÿø"
-endstream
-endobj
-72 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-30 -955 1185 779]
-/FontName/DKHFIY+CMSY8
-/ItalicAngle -14.035
-/StemV 89
-/FontFile 71 0 R
-/Flags 68
->>
-endobj
-71 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 721
-/Length2 800
-/Length3 533
-/Length 1322
->>
-stream
-xÚSU ÖuLÉOJuËÏ+Ñ5Ô3´Rpö Ž´P0Ô3àRUu.JM,ÉÌÏsI,IµR0´´4Tp,MW04U00·22²24àâRUpÎ/¨,ÊLÏ(QÐpÖ©2WpÌM-ÊLNÌSðM,ÉHÍ’œ˜£œŸœ™ZR©§ à˜“£ÒR¬”ZœZT–š¢ÇÅeh¨’™\¢”šž™Ç¥r“g^Z¾‚9D8¥´
-@W¦äçåT*¤¤¦qéûåmKº…dgaqºán¥99~‰¹ ãAá„!˜›™S UŸ[PZ’Z¤à›Ÿ’Z”‡®4<â6ßÔ”ÌÒ\tYÏ’ÄœÌdǼôœT]C=cSˆDf±[fEjJ@fIr†BZbNq*X<5/Ý)ÀÐ;DßÅÛÃÍ3R±É€Ä̼’Ê‚T„j0ßÁRQf…B´ž!P!ÂX±h–¹æ%ç§dæ¥+—$æ¥$¥À0åä”_Q­kl  kijª`hhaª`nnY‹ª04/³°4ÕÓEÁÔÀÀÀÂÐ,š\ZT”šWN @Ãøi™À@JM­HMæš=G4“1^GVûk—W•Âw8wsÃ,õ¨M†’~ç›&±6åûM=wÎç…3ÏÜ“¿izan£5gα6÷ý•w.ãÝ"?³l±QòIŽ;ïÏîõiazË°8¯¤=Ù—cþ•¨/‹»Â–8êXs¯ÿõº°úýù¿«Zö»G¥Kl8n.èzAmjQY0«Á¢ßïøÉáXñuuäCé´°œ¥»œ6N”Š­—þìÌ÷æeÇö•Öçxª– »\éz;gÒ‰Ì^ïš™'jìUD6Ï1ÿyé)ßÓOŸžfª-Ÿ·²â£µ|k°«¤ìõ˲ýM‡›ØTEL¹}ÇSGC)Ãäýé¡‹³ŽžqæãZÆ2MΤ£ë~Ž¼eÈéCž}J±Sm¾fD‰)»})‰Ò*h¿z}­GîÃ\cÞ©=J—^¼÷ø͘'»·—|åHŠ›ÖõNý­Û3ëó[Wy”þñÑÚàÌ™wŇO}yÎ;ãÙ[}'ÝÝžû+¦5<Håœ:Ej¾ïµ®ðHÏ–ªZFíû™—M6hŸ(8iŸûÇœÈm»ë¾±8¨¾z|y¢ßŠC¦Œ‹93ìÄ?l¯\q›#j‹uåÖªµË”o½¿ýñ§ôf‘Ë nöÉ\Ú¯u%ëURFJÂ%6 A‘ª•‚'¶67' ^jð26·º_dß•¥;žŸWyÃ13!}NáÚ®í×ü;Woù+÷xJbVÕÆãs2¾^蘑²´<§#öY±MlÎ{eÉ··ù,¹˜üñò¯þÒÀâ·:Û—´é½½ák"ôØ2@ô]Ø.W¾®ígg÷ZŸ•bbýåÛÙ%ÓŒ“…6ÔÛîàTaÿv¯/Ê­ï×üy—.1øïþ·3þTï‰Ï%“vœ0÷:®úý•K·í½½Þ®ÎØ–îÅ—qËdþ‡Fõ&Çe¶ý?þÂbºV½ßKÃT9õeS[Nöü|—SÖz!êê#1×K©¬"?g˜ÏS¹éfø!»ÇÐpï¥ëûš´ÖÌÜíú÷‹½ã\ûÇ«ÿl hm’ œ£û±[ÔûuïÒ°Uéb×׬XÝÕRfúæ׳#¯ým*y;í‚aKh‹ÊªZW“þîâ™û‘]_À€BÀ5jÀ°0 9'5±¨$?7±(›‹
-endstream
-endobj
-75 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-58 -250 1195 750]
-/FontName/CRIGBN+CMBX9
-/ItalicAngle 0
-/StemV 117
-/FontFile 74 0 R
-/Flags 4
->>
-endobj
-74 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 713
-/Length2 2095
-/Length3 533
-/Length 2631
->>
-stream
-xÚí’y<T{ÇEi …F’,§l!ÌèŽeˆÛTËHc3“c†1ƒ‘¥n–¦ÙºYS¶k‰)K\ÊZÙIòÊ·¨,™WõÜû¼žîóÏózþ{^Ï9ÿœïçû9Ÿïû|ÏOa?ÞN͈B÷
-•Ì<@/* ®ñ• Gó¤Úße
-ËïÏV ÈØänr*›”: bЮaEßœn²üÇXÿ†êÇp3Y‘|¿ÆÝÓßÚ$_*Äþ‡îëÇb‚ À’N´­'ÁïlÆtèoSpLD%Ѽ @~—¨fÔ`‚§2ÉÞ€'
-
-!Á.×D„ùþ|8ê áýQ5BD_•…Ïl‚èÓ•Æ2gYsÚÌ’kEoÇ‚â/Žɶ¢i•»>õôGGèÇ×ó íÞ•î6=¾Ç*D2íNö¬ßL¯MffºÜ dS¤ü€[ÿó\Üã¥;>Ù˜WOÆ÷;óæ©ø<ô'løÄÖ9R|n Žµ^ìá©azJr¨Ú3¾K¾Ä»ÃÂůÖ{JDé$y ±çÙÍ)¯ŸÞémžj(F]V¤r›“øONÿ„©¹¿4ß±kÜšÛ U~®µÒèŒ<w$AýšævA•Õî¤=70Æ7uN>«\náq^LÞò¶¹®o&?$æÄ^wÎà®Ý@ßšÁ+™«7f/ï:ö`ŠD]Ö‚­CÁG1‘|"%8Þ«n"}ú<8ƒ8¨Ï®·LÅb«¨Ðic¸ÎïÓ·Ñ­“ŽÑ9WÃZ‘DlÏ€zûy·i-£µ$àÏR,°‹Ë#…
-ÞˆêŸ[™“ÂlCÌ"ËܹӟÕ<‰ˆNÙ¯–=¦ÿÎYç"¨ŠŸÚîï¾~;ÑXÉO&w(x7—˜žÊÏnÑX0Ñ#Éë™Âjl-ÓÌ´¢œÏ?Ë´H÷þ"Qó/²Ãî²yQ/À•V_…¢î¦kø„úf
-@Uº(íìõ`!7ýzþ­Š.âÙOÖžS9È °/²E¥ceÍ)a/^|ó$?iF¯[±ŽÒ´†[o­çéjVÓœB²{zb«ž9Ÿ ¾äXä‘·¦ Ór28UÑþÑ–Á™÷ኚ¯¡ ]ÞAœrc-†9pôÓ¢a€Žn{ù›yi¢š‰.󯙵¿ê"ݽ™¼pɺ?w¡O§9vìÞõÇú>ù¯’ÂLÏ{r
-eìE$°sBîÛ4VÇ Vgê-íR—¥܇´Ù(ßEr!¾ÍÝ!…t
-_Eô´ò:J.J{,³óå„ »—±p®çŽ@î{n\²
-:ë»f·O¯›î¯ˆO¤‡š^U6=ˆµžóõJ²wKƒIu¶ó£”Âb†'bÐò¢µ¼ÂS£¡ Ýˉ!KÙ£ÐÒã CÉÄdh±^£‘Dœèˆ•
-/2ƒâ”)ìs<SûÀÉ#—W¬÷¥KÀÕóJè'KBbbïzœÄML¬WàCöKn¥˜¢6?£´+˜°Ô숟(Õ
-þYþX›‘°¶ç§’ù©Ót‚ÈXuÌ깘QvÍ<«!#Ê¥ˆ”ê­âÙÔ¡Ô•0%À4"FM;ˆI*ô·Ûï9™àOþlo;RNTºµ¾ö
-³úûèü8_âÑ&CT#];–kèO:ü¼7¨² Ï8˜˜uöè–ê³t«Xòo‹fc悇qò¤„NØ1)Â# €ù/[ ~… µ;vLޭϸbÓ½Ä(»Âw™¼Ã$¶±Í¡<”ØãswˆÐÏ—³]çí3Ã…Óu}Ç×ö™÷¼j¯:Ö&cÏ‘ë†-ûÔÁ„8ϯ¿8¾KÓôý=aÁÛéþ•{æ:kVÝÅ÷ÊÖ_%x8êqà:ôúåÉU<æ¡Ô£çU1cytÇu%*Êp&±jƒ¨ÚiW¨Å΂îèEÄ UÍÆNÓ² VŒˆ’M¶úÑ[g³G{¢Ôsœá…Ó þéÇì†ËñtsóèuÔÐÓ!íÔ‚.’Ø¡eB—!^|Å 6¬Åê  ·É–~¹·8T5¼›K^'òœÏçð`‘µYõ6‘ËÍ5áŽX9J¶™W–׎TÉÈ4íWuxäê÷Æß\Òt#6=Ä÷áÉ}Ûb
-“¸×2_À\ËÌÓe^Â.™)%Ÿ>u&pÂE*£Pï3>tàš·0baÇ)vÝí•Ë)ýÍ`jú¾XfH¸{ªŒ¼]Á]ÙKìºâ.âøÂ,TÑûiY&-y«¨©Þ¿£¾‹ôf/tcoþ5ó¸\ÑÃoµ ëO6À¼€¨‹ƒ<Yúuœù´wÕM0 =ó]EYj
-ÔMcd©ŽG*Ž†ð" >\žƒeU± ( GM9r[²ƒ§ý³&o]XSgÙìi©é¸26B2´Nøbú#uãÖE¼û~³Åî7ÓŸaïÆØN5FË“ÑÅ=Vü¢¶\(lm龌Ï8y§÷úJ[žô([
-endstream
-endobj
-79 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-35 -250 1148 750]
-/FontName/AJODVX+CMTI9
-/ItalicAngle -14.04
-/StemV 70
-/FontFile 78 0 R
-/Flags 68
->>
-endobj
-78 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 720
-/Length2 1257
-/Length3 533
-/Length 1797
->>
-stream
-xÚí’iTSgÇYl¨ŠÍYËvÂb"«¬R „Ü \Ir!$‘# ‚à
-þe@Y‘<.Ì\Pæ°7[}á 6Bx¬Í]
-—ÎD¶ì0& àM AÓ ‰vDø0äŽpá@( ¯ë0ÚL"Þ:‡‘-ÕÍÞÇOoã»n4Ýé›ë%ˆ„ðw÷zÿ½ψƒðÏACÄ‹âõñ-pÓal
-!ì0À“KgCtôoáPvv(?ÎÀ„
-‚C«2^A[ElùR‰ŸYžîSæó´¬#n•m]xž²cêjðÌ–+ÿ˜P…á×*¨
-qò[È¥—SÓÏÝÉ6nIú ñ¿yzZëÓ^ô¨è±Dkƒ¦ã9ÁjMóCÐì훸¦ÀïS-VÿÎpï¯U)ÚoðpÈÙÛùa‡à‡’ŸîrÜyääà–Ñ«Qõ›÷
-òomÏÞ~ï;ƒ ò»„Íp9#:?¨gî{!ÓÌãL§pÖào4¸ #W*³H2<yo6 LãõvÄM}»³š?g3¶¤ï·0š…뉺Þk©•×&j%¯8lMLwòy}w(y—‡mHC‹=ÅžQidMÌ[–lM‡ ƒÕj%ó3†bšÊ³K[J…Ë*dùe{¨ñ0OŽÚ­µ$Ði5]°'s)8+3öñDñ„ ã)îÿ‰|WÿŒ€ïút•ÏÆäú]ýÁò^9?µ3÷¸(Ó|˜Ð~02;>Pñ¸—;ç[G ZVÚÙ~¤YC:ÜV&»|°ß’ÁÚ+O©zÝJnµøù)G‹„!»eNóÀá¯ï¼ÌÒL»×1yËÌ«^Z˜E+Ùú*FðO|™ÿÝ*i6ä4C¶ü5I»¦
-ÒÛ¸Ûw+ù$“r“ÊwÂ'™‹FgE Ðò¸¬âØ@åçòÀÖÃw½ÆK½¼†4¡µu
-î`è7Rpjúà«ÌñJ³þùØ&‰…2ÄVvá·wü*“u¿) –6Xªn§« %p÷ΟÈé‰~ön±
-u•pðfÞטà©gÓâ¦ð#nü„ò¶L*ó×è*¬—ö(Üúd.ã¢lg—sH­°[Ò²‡$Z݃}òÁ‡U=ݶøÕqN¾PÞ–Hµ€’ ™ê.”¶ø[u=­ûªo@MB™ç¾c&cÑS+Çý[V9Na>ýE·¤¶ *ž±2‹ÐQò¡íðxTttøR¾«ªÚ0îên¥½y‘Ó‰ƒÕ&ûç$úS®ë–j÷h¼ˆnE¯?k“.Hí‹v“/Õ¢ŒS÷»Cï~”÷ÑK-Ùæ‘k¹­è™ÝƒžïURÞ—¿ÿ‘ªÝ¦Ú:•EŸ¼¬¤ßA|š¨ø²ˆ¦è¸x©½½ÅÚþQÃÏå,ÊÜáE¬³iUÂîìœH‡6åAªÍMn$Z|T”;—k:‹R[½×Ýú+tàóvøÈ‹ž:5‡®4·÷h²G}~uÅYÎÄ•L›á¾ÆRõ°¯kª(YüìÀ;][®Q*‰×vR)ceÈf×Mj@w7ø'Ìÿþ &LçpQÁü$Ⱦb
-endstream
-endobj
-82 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-53 -251 1139 750]
-/FontName/VUQQRW+CMBX12
-/ItalicAngle 0
-/StemV 109
-/FontFile 81 0 R
-/Flags 4
->>
-endobj
-81 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 716
-/Length2 8599
-/Length3 533
-/Length 9153
->>
-stream
-xÚí—UT\Ѷ¦ƒw Á wׂàÜÝ)œª
-w \ƒ»‡àwînÁ îBçœsïíÑçöK~ëÑ{½ì9ç¿ÿùí¹÷k,:*5M6 +ˆH†±q±s ¤”%õ¸¸\ìœhttR. s˜,m ¸€@.€„› €›ÀÅ/ÄÃ+ÄÇ‹†F‚@½\ìlla
-vôX¬Ñ8T »þ²ücýo¨þÝ\ÖÍÑQÅÜéöÿÔ«›;Ù9zý‡âuƒ\
-ÿ®ÿ¼3þ·n2`Kˆ•Ø  3[™»XýWâ¿SIJB<}Øøx
-U>`›Æo4€çè:Å|75¬gÉãó1y‹½~e•ƒv^P7=Ïùw.[U°tþXªßÚk{#d9/㡘Ȓmz÷ <!ee€ÿÞë7¾ŸS0OØíkq6í€Ùy‡ƒxÜéÛ®¯F”ràý “Ú™‘cú ½Úd Ü´z¼ßsáâ:Ð —^WÈÇe‰T¼IÒs ûðêÙÙ™4 $Ý¡´óÚ´Ì1y1
-_¯ß$g|Ï(Í:Güêð²Os#Ëã,Í¢)¾› –¢tÓá³S¦Uïêî;GN=Æ`š¦˜ð¡õ‰“šh¶c:ߌ7»
-Ìœ\ªÜÛ_Üâ˜;ÊpÜߟ=„_ßžM0íäÑ#•º8'«5Jö¾öu¼:Î7¤#ÎÓÿܱ4ð˜v8›5ºÒhS£»Dó+IåÚ —v‡9²ëݲñø¼¢O¹™J30 ðr”Zâ„27ÛÝÙŠÉD8!¦¬ ‰1CÿD‡%GL9Ôµ±Y}'†e”Å€ ¯p.jߊ‹Îúiპµ*Du+:÷Òæ¢]`?YŸ…/& ;ûZKòÃG@6(o)¯Ná¶çP\v”¥IC Ï ™—ãXŒéñpœ¢ß¿M¤ªsŽ£¤g*×»ûéÆŸìk§þ
-ìkӾķÕÒ¶.Øå'™‹ÄRŒåÉ#=3`Ö¼I¢Øë,©’HsÝ.6½voJ/NÂ7X\9²Ì„˜šª²1r‹åd+à»ä·ÿ"D—‹JR%(È?£Í×w²Š_z`“Bœæá÷´†Þö›Á|]-š›ª.Cff—é%‹ô(ªl2‘ã_éͶœ¬Ú¥†ñ‡SOHÝbÀb;gaýDÉc5ä²lŠÆ]…Îì«@ã\{W¡›¥‰÷3ªk ·árGeÕ2[#èž ³“ƉXeÐ5õ¹•fëÂ
-¿Ÿ B ”K±Þ¯ï¶|~ã^x={ðEÐYÜç[u @·%¿JÞÑû«`tô_WÖ#6úc¡‘AWO_,ðX k¤ðPæÇÝ*>ëй"M8·:=S;ÈÓÌR¶.J…`ÑüYŽ¨â‡šØúd>Úí³f(ŒO6Ûãg;&‡}Wš21Éô¿Q=j†˜/¨þ’ñTu쎋«ÆY@©\ÖÆÜÀ3Fº•ÍÿÔi³×Ñ%sœ‰Ô9Û]
-‰ÛÁ†?›‹ÊÎò™OF E}4Äù“öDDR_kðƤt”³ýñnÁÁ6ê@–À[ê²LrPýãÁŸVw­¡.j!sóïówV‘ïç¨ ßÄ£8 Êرcscéi¹PiRžb{¯¦wþb¡>F´¡6B2Ð}½x‚e;n ÆY‡Mø~È«ƒ¯±
-nPy5DÞh.}œÎ<÷›tsD[g<ô«Ž_ÉûP€¿³ÚGÖPdÓh“£XfrúÑ–([»®NXHàÝS6x«7›Í6Ô_}À#b‚o¿‡'0Êg_û6©z­vïHðÕÉk­/<6¡®¢»–šU1` TM|œ•0ÿ3Îþû‰ÈÜ-¿üe?bð~ÃfuøÍ™9MLDŽDó¢Å©
-n4±ÿ²]ïóiÜ!ᇘ÷äy˜T/Z
-’ÞÔRV®¤Þ³<.¿K]“#fK}`¥ë
-äÁ4a#ŽC³é’ûvyªËt3¾7ÈÌé&Ùvœ·¬±bͶˆÿQu~œ[ªèŒó<BAÎXù½îm‹JåŠÿæ!õñ²cûž+ˆ=gü%Ë-Aì²]„)BQÂ%"
-Ó&·¦]„‰ Â|fáŽw|Ë ŸO=øÉÚøKRôÑSïqj%ld[5®JË´a{Xk¥
-YO#{´X_Z_A_ë6=H¢âë¿ÅºXý›G©£N ªïwv~ì“Œ©›Vk=,àA;§Á#µ2ç.ðì˜`œ'æŒÛ„éZQBV“šk˜i·þkû%ŠúŒ`â\ųän5Lîy5Š0}ô„<s‡µBáÓ¯••/Ó,ˆ[~Aí›
-&kT+U
-™ÎÛFïuºÄ8Ûâ”
-e†Ñùw‡½¸î%ÿ3Çcí ã¯õ'åmÜÝ–,”TÏõžv]®CçüùÑp¥–>àÕÆCY†Ÿ•¢i´ÉißEa|–¤½§8!o¾ãñ&E9„í‘ðY/0%qÛ…Ì:ßòE,¿=ŒG[/Ú\üâî÷cãî°^…Õp°³×v:#¦6ì’`Â
-´†•KK°P6À e¸A¼Þ’Èô:™þUïî;¡$˜^À¾»ïBåÈœ^
-Nàf1± 1âG Y]‹ˆq­;ù£ÎÞo²bï m‘¾Ï_ kL#SëïF(€êç*œ‘?Ï«^žkõ=†,Û1»›Ž­Öž?j>›~n$Ùõ‘ÅajÂ:Ñå'±B[a ë <’ÕtöÌì%#¨¼ •W™F” õ¬xNUw`>-¤ò1@èܲ·æñV½ú*¼ÙÕ Ç_Ý5ÉdKyLQã½™þü†šôz¬Z~¦9ŸÖoO§î<—eÂX€#z4rÝ$ æ4ó]©KI²_ª¡àÛã‡t¡]~ܸS÷1ȪåŸAØ 3Ù—ùü–€:'‹•ÔÚ¦j=W0m»^1yÇS!uýÁ¶%h*·ƒÐ7£ªþS« R¨xª„ܽ±jô«PëÆð~°ž8F
-ú¦ßhí5M#"á…ø=påœ2¢©ºÊ·ïEW“ÓOn/¡`ÃT 5t/Ci‘¤ñÊ⧆ߛˆ3Î3£:ä€àB?ÌQø_Ò1 %!} ýŒ[£b‰¿7 ¹™¡~^u ßd!J2×ÿ³|–¸zý®ìºr-e_”Ã@­ˆv)¿/+âlª€ðÚwœ“A¼´«ñ{´;=° ‹—ðëäOXóÏ=ec6X‡m3°|à©Ú0š˜dF 7ëã% ?
-"(ÜŒL§YýÑî1·ÀR¡^E•Oz×åÛZbòÝ_Z7šT#áP,i¯?ÚÛ“ PŒÞö¶éö x€F¨Gá›S(1d»[7«éþsO&.Û¶IlÃi‰"Ià‚…8#-äãs\L4Èq¢?§hǺùË%S­à¹’1;U’~ù„ốίa\gûÀžš]óT^eRÁ·ê«4N¢É´@GJMÄë\m¸¡z,]”aìK‚ߺÜÏ?š„mn2͸eõÉISµÊo÷dÑ~gm¥
-¤‘߶ü4s\7i<HåÕûò ŠžvýÕ²Àƒ¦½_è÷™³±TÐ¥ûBF+/öTtTRf·ÎoŠ‚Åt^bòÖÖìN2:Q
-WúÜú(è‰j2¥¬°¥B ×Ò}] ¡ðùcŒ
-µñ:F–·>M½OÐ?*¤wü5¹e¹JÌ4®Öly1³ºhËŸ¼Ý]•Kc"¤ô³åÇÅ:#ŠA’ù \çñd"s“£º£Ñ»;û » ÷bü A‡ÖÍÔÕ·ÛXèŒØ“Ou6µ~êQåúŠrMЄ¼`EùúºÚwÇbRVlóK )¥>ƒrh¥…tjRyå^Œ] lƒØ@œ^±¼k¢)ûç*µ9l«ör€Y¥íj,qð6m×û_Þ$µúãþÔ¨{ÁEÕC3Ó {pP–”ɲ·žlz;¶/djÓÞ{ÕÜÓ½3:J nÄŒ€àÑÄ4¯çþšMP· $ûC9L6=âÑ”w[2%'Ôu½€7Q¯_ñxí 3¼!Ž)J䥲Dïy»±Äü}¯k`Ël™CYD[’‚ÊîL<Ŭì˜Tv2EGY8Ë»ÓÜ ßV•88ûÈDn.FÅVŸ3¬¢­€žèn÷á°5'K¯«`î=)î*Yà±Ø7ìÃhÚòšJ}ñmµí5µÏxÖjy5XÌxŠÊ*Ú¢VÐÙžV›àÁ›êO+†¹1öGÅBíkòÎevŠþpZ6Œé>(‰5§y¶Ñ¾˜)¸& õ„Œ˜«|y0œ£6Cÿ¸Õ³„ÞÏÈÃök¶ÚÑgHFxG[¹°«uÉoA¬gbJ¡Œ
-„…%¬(ïG1aÄ߬ǟÀ‹Ÿ;g) mÖÕaå‚4HcÃ5å_Žº?á?–¤¾ÈÖ™Ró†X¯­tS¼”âfµ“j~Ïg&ñ>x4
-ñÏaÞB##A—éM©•¿á[kߦÍ?ùM†].Ðâý@ÒÃäÒŠ-G¢†~_Ú Vœó‹AÖ¥pÍ[j[sñ‘~TnåSÀ“Ãã[a‹«Æâ2ªâ’W©m6&¬”ð}ñÁT8º€z5¯= P;Èd»¬\ü+bh×i˜W[ —áÔø.‹Ü >÷ âöýe…kLNÜdÌ;«×¢¤ï”ÿ(xìÖÒsn{ÌÌTEž$\˜ËmÇ,7úÕt¼zûSaR¼Æ…#×€‹‰O¾Ñ&=Ãl+œ‡ Ó„áðI&☻õæÅ™ZØÚ‘—û.LKDÐú,iuê/•ßÍL>$ÚºGd@dÝó?æIRŸ&¦(DbtEN±7Dzµž$ˆ>XI‡
-F5Í ?o=–ií„£—ˆä$·>Ï'rmÃ#Ùˆf„–tÔ¨ öQšü!î3:DãÐÔK­¸O®ÄÞ¶a™¾Ä>9Rn« .‡« fYå_ýév—±÷úŽ8ÏA0˜uQI[’¥N.­ìQÞ=ÃmúCψթ|¹»¿LÖì»+ÖÄS.‡ŽÒ$ÜŽ5[ÊO¢:ú¼ÅA¾1×uNyï~fff_ p*{úmw¾™â#ûŒv *°=ƒj•³do¤ "ý‚·ìÑëåú,f c†•ñC2
-ydÞ 9xWÄÛ’¥4ú<*ÃØFÌvÒ¾Oé—\&¤þ¨«ìrAæËUŽ¤ú-šþ•ùO`Èïf•±P=2hŸH3D¢èu‚&;.@îÉG“Yù1À¨äƒ¡/ü™JâueØêÕDz
-…uCì¡C"uKó˜3jÌ6½Í´‰\ƱPlÿ™pópz,¤Ä²Û‡
-wêúiHñZ¡ä¾Gæ|II™ E«ŽBP²…뺞ø^;Â9E¥ÚÁSU<N½XqÄ-ßç£%‚¾,¦-ArêQáYJÖÍ÷&ß³ÒD>JîÒ,A$æ?¬ä1OY|±
-¬ +Ѧ?±Qí ¾Zê„Í\ö¹ò¦MtØ­úþ¬+ªÉl€6Ž5g23ª
- ›hyYÌk-d´öà}Ï„a ¨ûÕ©ï‡ÐëàŽâ@UA»@Õþö_Â]¢'ðL-o(”—\xÌQ9
-ëI½™=„®Töµ™¼v’ËУÓGQ&|¶Íâø„Ü$XÉwËa®yÉ!;å‹ýKås-ËrŸ”,šæm¯ ãA¯ù[½È™’U²ñÇ/Êód€¹»hAM–B 6º»üIe1°ð¥SU¯ƒ$Í
-GJš º]oíµ³ö¹~uKÍ;ö)ÝTòŽ<>?.”çôº¼l$<,¿À:Ñuø©}^æîÆäÃ#ïò‰óƒëËÈÜ7?Ò)×sE~dA |Òœ!·õðÐ@î¸òOøVïtí[‡³]V”ËêDTÚú#M‡š0Ö÷Ò£'Ê«Ü.²…ýé§Â[×æÙiïŒ [õõ^·™8=´yläÚìkT¯É§eº~|_l
-Ì Y£ùØÒ'”™î
-¥í97ªÎ;³¦sgÝ1kÏ K¤=.zˆÛ#u‹°
-'2´PÇÖåó†»í½Z}Þ ¾j·¦Ía†·VìcZ,Þ2Í#œšõXÖ’MÔOÇïÙ­™ëCZ{‹'.“P0+zב¢ýîmÀì~ÒñÔæÛî÷Ä8 L™±Wñ¹x «í^vjîƒp˜;u¯dr‘ßêÛƺ–·s¶a¿
-wª8`uÝO‘5VÒÐF6Q2BÚ¥ÀtNdîKqŽ7ýܾX‡÷ÂvhFøt¬æß—áîš—¨ŒögÞ>û¦o†y ñH=&TæSD†¼®š]W±ÎлæwUø_g,hº$'Ö"¾ âÉí<ó²+È‘›Ðz³Å¬F —ãþùÄ0¯æ\z¸õkk>dC™
-dJ‡ÃÓ
-7³$²Y¢g Ÿ”ä¨
-à¿kç\–ÅZ˜Š?‡E #b­2À‹ÁJ9Tc¾üpYB@šn-´2¦ßÝKBhý¶öCç9¿·ß_¹¦§g‘/²‡WÅÝ)-ÊØÔqØ/žñaj6x(•!–Ÿïõù4óÈt™_IéœzcŽp9‘ƒ·ý÷tThà"ªÞººk î@yG#¿XóÊK‰a¶ìߪ÷“|»`cªé`¾ÖÄ'ßÄš/
-DD€X¥eÃÏE+O?)ô›vL¤‹Îþ(Q*ó [¬8G;y½‡”´Ãðëá‘®j<ªRnþ\š]ÙROçüˆûqaá \¶ŒÏú­’Š²Ø¬ÒJ7YD?¨9gä? ³–܇ ›%¤?X)PΖœ<íY3r‚JôT¥(O2Q¿ÊaÇd
-ÇG…~I\0¼&§Þdœòµ0ªå­ŸWø)¬Ïû[bU×<ÁŠÛFŽˆ/Q?‡·®¢ùh±f©/'Ô‚‡Ù”<’äLtŸ[¡FSBÐë̬לóí—ɆF`^§°ÃüÛƒqz…ŠšH’ºº´þa¹6®XÏe °’Sl€¯þNt²¹ÊGáI¢W4S¾Ç½Â&.mQýá\PK†Àu(op©çx ÙK=zšl@åKBµ ñj¶„±[i AÖ
-÷ŸûŸ¡JMÜ£éoÊ*¾}ãj‰bG$€¥mF–.
-ªÝøܢ݋ÑÏ[2–¯öÿˆÆÎ0GõTï…‰¾”#ÌY>1{g[ Ç¥º‰7ªÚ”-óÍŸ8Ãc“A?ýžYü–õ‰ì§Ý@ü™Ù¦|£OhëÞÜÙ¬¼~ƒ¼[±Ò[™«ër㑵VA;þØ”üaÛ\ŽöŠ/(e^õÇÂí¼*/JІç‚ïø¦2V¤‚ðËÏ"aûnYó›æÜÑjŠ5_.†»^…•@¸Ž_¦óöv–“CYE ÊïÆN6jMÃx?‡Á‘.N?QÕ­ã÷×b‰Éë‹l£ÔGfP:Dêà*ŠÔÖ÷”µA'zƒë‘È>9+=>{“hÂVQB‡[V:d¬A/Lk¸ºÞëþ»å01ñ¨å}œldáf°æ^ÂQ,_ÅMòÿÜPOìþÔšé±wÉùy¡ýƒÿ' ,Aæ.0ˆ“¹‹Úÿ
-endstream
-endobj
-86 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-301 -250 1164 946]
-/FontName/BUJDGT+CMBX10
-/ItalicAngle 0
-/StemV 114
-/FontFile 85 0 R
-/Flags 4
->>
-endobj
-85 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 721
-/Length2 9602
-/Length3 533
-/Length 10155
->>
-stream
-xÚí–UTѶ¦qÙHp—CîîînÁÙèÆÝÝ=¸%¸»;Á%hpw î.sν·GŸÛ/=ú­GWÕÚsýõϯfÍQ£¨È”ÕDÌìM@’öv. ,Œ,¼@1Qmf #3³(€ŠJÌ dìbeo'nìâ²ðð°%A&/^v^fN
-(fïàédea餣û‡Š (b r²25¶*»X‚lÿš˜ƒjö¦V OF P ªþãg *Èää2c
-®ƒ,ü†+”ìEõ/ÂŽ ÏP-ï1ÏJ5æz}^ȉùq€ ÎVîëom±,z®[ q:l¾yú–gìÄ˦ë#ÊhDržx£J>PBÊÎÅsu"†¥+µ÷Üßen'.› £l÷‹pîé“]÷Ì«áA#Vi8j–\mÄ~è0a¢ ?Fˆ.>×®ïàŸjʇ~íK[7¼í¼ù`…pÒÝ;1zÁÉܘqI-Ê DØ|%63”Âû¥X€¹y­}µve Nƒe¡ß­òÏ(ur4!~u<T­>A‚¯¾›´âÈK/75`óãô#ÁˆÅÞ%xz-¥4)Øv@gG•™gÊÛ%oäh|¸¾ÍÜ"µfùa9»Ö'w„FB”¦¢¿¸÷b77¦²Z7Ù€$>
-xõžÂŽÍ_®;,*¥ã"ˆP“ÐÖ9æ"Å¥J^lǸNø&ÊG8ˆ”»/ny!1’À™ ¹WtíÿcwëK3ÛÐ’«K{=h(¶†Xº¹*oÆ„Þ¤•Á ü~^„öñ.ÙA¡ÙV„³vVàJ"dî°\ŽËâ‚;š ÝÈ|±Õ ¤´V­¼8dÏ„}šÙÞ0øzŽp§¿áw9–+ïÿó”™Æú¾¶Ž£ïågÒÝm÷Á;1ªž .BF…ðçtª=•ÿ—ìAv÷…ŸÚÆÄ/ÝXw®jßØI]p´@€þIò¯ŸV\›u¢DŸ|žYΣîÞPnz¦àE7¾ÚÈPE~‰SDz£õ˜·
-Ë–S·QOJyz}è±Á+ 6†Êþ1<úŲo>¾…-Ök1B¡i}Í6<·Ï'–?Ú¾Aö§ÕG‡Ÿ¼˜ZLãÑTK\àÊ7&—ÈCþ· ÀãÖÁ䛹*E:MO; ¶”¶o”-ÛŸA—­Ì“"{†5_éƒl©pœÑÿpÝR«rÞ¼Ä7¼òñFá³¢qü®¥˜îvËöø5¬gŠª‚¿RE•³*‡2¾L5 _¯x§H,”§åªO¦u¶‘8ƒ™æŒõš^úmÎÔí£êOQÈÐïl’Ž+ÊöiiÂ+e… N\ÕI9]ó´eŠ•Q[ŽFoŠŠæÕ .Û ©dŸè\ˆ«ê1³–2¤gêþ81MWÔü9ա壙­lV)˜PÁ`²û=i5Ä}l}ÊÕ;~ál[#Q,Ís¤…œ›Cÿ%ó¨•ãnê•2›gÙþóÐ?6YuÅ¡½¼wŒÌÅc>ÖX:ñ.Aɲ Ý-Ú2÷ãm+ÝIÃ+…h{ëubÄAHôÄòÂú Â+x|ÓH]Ÿ‚PVˆZ0F¾ ÏEÍ7ç)ªe†™à:Óhü6ÿ@ðÁF’À“åê ¶tð6-pÁ×^#¹›W8á{(ó~Á ë«£ˆÐ¯,c_o Š¾€‚–\ðeïW‘kpÔ¶
-gÄyâ³å}O=·æ|šîšC.åB–Çf~?ûô§`MØ“ŽùÜS·ÀµíìÝ;ò7ªð3í%ÞΡ|*H!}¹zÙ¬ëB"bðoV©>¢>£Ëĸ‚,q].·q|;’ŒÈ´—zV¹ >µ÷61ÞkG9ìÖËçF¾À_Šr¼šình¶ä…ÉIS?&~ËSa¬Ï%(Rí»¾m§Pp¡ æõ?ÂóÉh§ÿVØñl †zà ”ä2:×ÚÉı™âñü*r•8>àYâ3.®+FtÃü£Ó_¿Õ)¸zRñ]ÎÊÀ’Dj¯¡qp+Ž£¯íGã…ÅlAP•Ž-Œü¨Ø R·‹­3¤q__Û5Öò»ò'©.‹ñwÀçýûÊpŹÓ$þ‹ g1ŠƒvÙ¥?ëòD G ¤š,¸§–y¤bÞtu U0¸N;ß¾]ãp^+™Òä3Æ‚®Ô;áG€Ûs] jýY'Êl`þüZv…bh/}±êœÐWáÍÊ/ ˜ú¦«x6GüFâ·$
- a–³²m éX$!>Ð=Æü·iÖS]äÏífàU>¬ßh„÷A–žÖyøHÀö+‹)¿/9œ#¡w0,λ…oÄõ.{Û½ÙôæÊZ!ê_•„¨1ê*Q§8û­yõå†N…Qå±{²eÙöƒ|,gQȪ¡œ`8¿ó‡'J ËroÇ Á“­¦×úçK¿Û¹£^fñŽF]2ôA‰V¬?ä'{M@•Eî„¿Ô (’jCX“)Ã8Ã*‰‰•q>õôý§@'ÓÎhÍÉZÚÝj»½ÀaúÒˆ« Rÿ@«£Ûs²Íî8üsóDà‚«.ßûÁÃÊQºßt%-ÎG€OMö…ö1ª%\+Õ#DÆbÉ?8vŒlLr£…ïr)•H|©·ôÊÁÉ5!¹ÝG}¨Vài<p¡è
-ñ‹0’û¢
-ìDÒ„¡?líÔóTž³|ÂÜÑ¥¸”QUU`®_Û–¯kñŽ©,lq£svq&ÝÅù–ÞZBcz2f”qùv‘²ÜEÄvƒ§ŠpM.ó]*µï ?³:¾C¨«ìðÞMﬖ±“Ü@ýÀAŽ€òÅͤ¸ì/ ü†bßUŸü>h’L3ÛQ³ög` ¤@Q÷ÃyÎv ¾Í‡ê1›WŠ
-âžW*rj¬ºþHÞ¼³³ŽƒÂ.ç$DjÚÊß&¢'ZgG1ry­JŠaó“F\vuVmE±¯2}¹6F?Å$H&à’5-œ~Ù÷d¹†u@K1ÿñÓÒ) ¡¬£<ãQ:—q:KP–.GÎ:§0êÄš»\O”úw™ýŸ¦*GIåjgƸ<°Ë‡Ïº@?lòÁ¸ B/¡[÷«@¾ùû¦C«¢ïP’ÆòàkVîù.Šœ|û—¿ÚjøkWŠATÙZm:µ™4æ§*ÃD‚ãœÍXc4SÑ"ˆ—áíäRü͇Sæ… (=Áp·æ œ§¢¾@¬˜=™þÆ÷hûne'#RVXk²B¸;Pœê©sÄ3ÊÞ£j„}¾2,4n
-ad€h#ñ}/¿Uå@RlÊ1ÈœŠqS)²ÎOZbh$· aB–@uõq>F™›3³#]Þ t0Qç‚ç¢`Ÿ0NtÛ—’5ÊŒXZ!ÉO0 ¡°«D\”èã"R·¢¢/+˸r9Â<Bf }Óœ> _>jóÊkß“ûðueÝó|š7¥^¬6„ýs¬—ÓÅŸö M€÷h‰Ø¾°™L¯&Ãw0³ òÂ=Þ‘b質Ï&Ò¯5„üY¯Z5*Ÿ¦«ƒ¬
-R^=ˆïO‘çWˆùfiph“Ÿ>ƒ"B4Ú5m.{s,šÝ”g'Q6£4ž'L­êkw€¬žË:1ƒ—Ö^¬
-UgØx-”Ra”ÚðÛJLÓh–°ZÊ,oS“ªkê>Z1> yìÂ(ýâuGv+-ò¯³ìÐ1Y’½è÷'?W»gfPËH§ýq²ÖݽÁ¥32=K"ò?E»G&M*EVb¿;sXáá•:¥zCBøÝ9Œ|\aØójXòÏzF¼]­²HÞ€…»õT¼{ã ?Á±qW:hƒ)o÷׺{sËÑâÅ–ŠE64ܧ¾½r7 ¼¨ª3D*~pøŸñB" Œ|/?#¬®TÁY=Žîã3C¦ÞG:ïÈrªÅ)8Ð$EŸŽð¯—²|'3\SYSt"çT Ç-r¹Ë­šÝ:Z²^Qbdz•Ç '@Æ1`hÑÓ,GŸûPÃ÷ø3Ðήφ„°A^Çúõ•ÊuýÒã{.’É=£Qug‹»DB¦üu린vN²\÷vu ½ÅO}¶£”&ºßaøN)“¦X>À6"Z³hjº#"À·ÞÍßìªj†øsºQ 6ZÌ™zûëçÐIîä“"«#ŠO‘„¹…Ig`ô°”yl©ªñ;Š{­ÏšÖ`Çò¾ $w™Ä´pGÒ¾`@öb©#Ví¥@Ïø|Í|',З*Cfô
-¨±Iß\²9óÃ5ù:Ù#/qŽ$Mꤰz+šê¿@ƒw0q&~òvßNßEÒ]4(U„s‚ C[O)ñ‘\ÛVêE®ã^\ÿhørg;)¶dub: Ï'–¯ŒOV'í; 6î¾q›&’%GÀ X¢÷!™‰øÆÞô‚ï8t ^KDì¿‹Ž~÷èjxÊõä2gç péÜî©»ï.ó)/j$ݵ«s*—!Öד†Ä;n÷i™&|y†ÏHÝAqµ ­—>ø‰YTL’¿éùÂÉeì¦#ñ@Sénºv”`(ûÆ`Tg¢õm½0;WÚà§õÇ-yféH^Ÿ%&~p 9-Äâãè!U#¡’*DmuÖ5ov!GPŸÿã6 CTâ°VŽñ8\â^Ä*TÝ{Ézì¾±áJXÄpº Žðfó•šã
-ÛóÌÀ‘q½©
-ª¦È0o÷ˆƒT— 0£¤­r˜É]´Õ– û0‹ˆ:™îS=B³¼Uà½j²“ßÞ]j;͈3µŠE'l†!¿{0f^9éKÐ6»âI7l3šsÁëgp‚ÉÒøÅQóðÔw¾»6lz|tœmY$Ž ?D£ò*´P_õ뾃3Ì,ß<‘˜ÁÈk#:-JŠ¾‡ÁШ]®/Ù߬>ûÄa<>BÕà©ÔÏñÓlŸ1¸â•q…EvNKÓíЦí
-´¶O^–ÖG¾¢ê¼lüšÿ
-`Ë)zÆA‹ø•¡²µ-ç¡ûBÈÑAÈcçäÁÈ鈠rÕbo(ÓÏWInžÚKìd ²1ª£÷%ò¶›Úw§uÉ‹<µîºó_Vt¿”‚j*¿$_ŸK~§ý€(§‘Ÿeü8Ýîèé4#iµ¦{êà o^Þ…“3bºÕ!~¬F
-ÿoIÖJLî˜aÓ´ÈVb^λ+­dMÅ×ÚSÅ?o†´™D—vV0ۨʹÂ×Þ£j&“ÇÁûI à3èàúŸ[çËÄHnX¢Xâîé^à€ÃÄ´µ‹‚¦šqÕ7Oré³P]ç6 u#çaÎÔ•‡q§6a“4Zè)…䣎ŽÆ(Nz›J–Ÿy½Ï˜%Šäæ8Œ:zr´k›¢|ÓPý—_q¿?à*¬_Œ üÊ,t 1cê'ÞP@ñ­›)på€gÉñ¾@vûk|[ª7ÃXø–Ãàj$ž“Æßo1^‹ÛS½»éúVÓ4t+þ¦80#Z!ƒ<¢ÆÏõ€(ç~^¬íøÁ]g¨ÏK0pv\¢"]ÌSvFMÑ^i϶KdÁîÑ€ºÂÁÍtÕƒ·"yÜÌ
-”rÏcšv¼ÿK\¥J>†i¨8_ê&: -ýR!¯ô©‘|ýÚªÔé\cL]?÷Þ2Làe£)t±Cå5©AJpR$W ‡ˆ‰&‡ŒèÏÑÝs£pǢ⽤ӧøåÜx}çÐ>†ë‹ª°g´µ©åKÅþx3^éÅnÇ:¼ÿEÈNá ãw¬ù’%b–.Vä窷“´m‹.vø¨ßjÇí"Q©–Œ]«N$¤Ûýâß´P†÷¼Ç—ÕùFæ?ÄHDç¼Y.͉ Ö/bvÃŒäL­%”˜ —C½X.pU‡1KM yHþ6Ã;ӡm6 úV;J§™õ¨3ü¼WÄ‚p”º‡­Í $wgØðKvPwÌ蜹Oi¸
-öp¦OuÈuxl,È+goôã¥^‚àš‰|¯OnÎ ;ˆÂ#·yšêl|ýä›IywÉãgââ–…Fº Ý䦟æ¢K>¹qŒp´ £é‹Á&kùˆ\%ÝûžMÓÕ‡9LY uù:œi©–À á‹s9uÚõ–·ÐÁáùu•d–Žò‹«&ZN NeÀïjÊöå˜Ùº'|Šfr_<ä=^x‡gÆ{àmЀý]m‘Ü °åxVF¦&µòOùx_› r=&PÞõ0Òc-
-ðN“©¶'ìX§j‡mð~¿`‚ Îë0™1㘺¸­šÂòHC`QËáS÷mU—'ø¼ÄSÛ]£å
-BË`Ú­”¹2¼Q1Š¶Ü0 r%ÿœ+ùF^ž‚ ¶Rù?Ê"p–ˆkƒvìÛ–0òMäa”£Hj¤¶È¿Y®=ýöZI+0áð’UC.÷÷mUœõkQe£“RµÞÐqçnáè‡áó à>1µÐÆþýÉÛÉÀrðÔWÿ}QyÙøÄ{gÏä*É1A}*qÕ“3b·ù¥Š­«u-»°FðþÄ.è¹™iöJ‰‰PÂÆWEF¾B¢[­Ì%笕¼±_Í”Ê=£ÁßgýÚŽ¨”?{Œ¿*v:÷í0qh
-¦aؘuG/÷%­Ü¸Ý’,¡i–B´‹¸Ê†Ô׳©‡B”~”eøI¯cíïÿ¥t©´R'ÝGïÑù4Ê·ärJá^ÇÙ—•e?i±UTi’ÌÅt±Î䳉Π•c,ŸS““<…
-z×.†|  ÈÞ€¦zŒ)Î2»ç;›ÊÇè‡^“AÇÎáŒÛ<PªFhç¶GÁ
-­nÐóèÓG¨ˆ¦œŠ)ÏUÍ¡õ<¾'ÓLÓ!µçÔ/°*Ž|zûĘ‰Ò‰•hô>î²2]+_™Ùí8É95£}e¾¢?y®k†¬;>…_¶öË0ð}¢ü&û-ÐZoÌ*Qo(s]þNÞ‚ð˜Êˆíãd×ü»© U=þâ–R5Tè‰Q‹t¡wuoì™KíÝEÔSiÛ»´ ‰R¹Ë”¿CÓ }Šìcĺ;gèCMöd‰ö•£¾ú£q¹.†ï‡£•§&=LúÊêU×:Þævˆam¶ZÊñ#ñà5õóË/=0ú§ÌF•â>ÆÈ÷oÔüRT’e®;(»ïxéÁ‹YhÍ’ö^Nã1îãsc,Ÿ­o¥Ü3(ôî¾~öN«ß?uªµýñÓY¥›à­DËDÈÙe
-º$÷̵Cà‘ Wä´0WØ·¼<ÓåìóÛØÓæñdÇ’~Æz¹¼‹Ÿ%/Ìòª$Åè¢Ç,ŠÙûµ6¡=€õÿx5ZxÞR2C“úú¬Á•ÒÞÕ©7i;•Õ³ðýí7³JÖC€*ÏÜ ìŠa²ÙñéšJo5UÑq'†*g gû:¢cn¶{2ÇC‰%ÇrcëEøª`‹jKÜm×A§)K©­\Ë”‘y&¥V”µÿ¯kï×ùƨydôÇ™¾>l¥†¦”/hSž¿^7/h&šVžå™«‘0Mo"£›€bz™j4ø‚aKyØF6έÒ¦,±Øë_Wù]…Ž Ì'V®ÌÂÚF ‡¬8UÁ+™´ÕoO'Éþ]Äéú 5“§ñµ¬–¾ÑÊxž«ï=ô»ZµÌIÌÿ—àÿü?a`
-;¹ØÛ;Ù
-endstream
-endobj
-91 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-251 -250 1009 969]
-/FontName/CJDJON+CMR10
-/ItalicAngle 0
-/StemV 69
-/FontFile 90 0 R
-/Flags 4
->>
-endobj
-90 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 720
-/Length2 15414
-/Length3 533
-/Length 15965
->>
-stream
-xÚí²S´0ÍÖ¥¹mÛ¶÷»mÛæ»mÛ¶mÛ¶mÛ¶mÖwÎé¿zô_}S£îztfŽŒXk͘ñäÊ %”W¢0²50µµq¢e¤cä$’Qdd `¤c`„"%r0Öw2·µÖw2æ$`äàøC jlðÏ䟇“…™“å)­»ƒ¹©™…å¿TlÖÆæ†ú62úNfÆÖÿ˜ê[(Ùš;¹ÓXY(þk‰#¢±£±ƒ‹±##‘¹¡±©¹ ý¿¨$lLl Øþ“6r¶û¯’‹±ƒã?\ÿ&¥$ø‡ÓÈÖÆÊÀÈØŠ^ÖöŸýŒÿ¡ùßûáúïæ¢ÎVV²úÖÿ²ÿW¯þ—²¾µ¹•ûÿ%°µ¶sv2v ±52v°ùïR5ãÿ°É™;[ÿ÷ª„“¾•¹¡€©•1ÃR探ænÆFòæN†f&úVŽÆÿÎÛýwˆ:÷oz!IaI9YêÿüÖÿåõÍmœ”Ýíþ§í¿ÔÿŽÿïøŸö8˜»h1üÓ_Æ„ÿÜÿ5ûûß6±1´52·1%PrÒ·1Òw0úŸ‰ÿJPÐÖÍ“ö #Á?¯Î+‡÷ÿS©bcnïl,!LÀÂÀÀÀÆÁôﬡ³ƒƒ±Ó¿OÂ?_ü_±‰ù?ý16v36„òSR¡¸¢Ø@c@Ó­$£Xü* óàVaû±âÙˆ9nKÝ÷ª#åÛl¶„ò"ýbAjÖ={¬úüò•d§ HŸŠ]ôæ¾ØèžHò¸S…æ—}Ed®{\Ogþʆ–Õ#@lŸmSàKŽåÖ¤ï{S÷ÆWs
-Íú#«ðÕ@Ö*G‚*¿Ê×·ôXZk¨&H8Ñß2-l½9¹Žº™ù$ë&mùÊž¼. Cèlè&âåcп`þÖÍ t`²óÅ¥ãM¯u÷c½Í?ç¿+W-©‡±uAkNMù
-‘I-ª¤¡ó¯lfè 3
-­™ii²ÿ0ºeÃ#¢#«)°aD*š]¹‘,ãÚ@5eÜÓ0?àÞªõY¥… )²gócrøOÁÁf€ju?ðÊû°[‘Oì’ùð{„7j·ä ÿ"?`$ί7ÞZe]•ZssÁ
-¨’vðYÇ"ä0œ1’¥ËBÚÐ9,€ð ÁI/g£A‘òMâ録
-Æd@¯2TLTh7<{/°øN—ó%Ê2ÒVÄIÏ÷lâ+ê櫈۶þÂ&¢j}Ož¢¥”àoá)ÂüT4ÎÆ} QÀnŸ4?\WQ1!×™Ä7G5¨ÏåÍWµÐxvsÃ4›/Z¾ôÕ«#"µ4EU߸©¸£[k[ûùà
-ÄÙ5ö“
-ñ²ëÇýü:·žÔP ;‹”ͨûjÑOÅÄp
-«[’æ!rQ߯)}D‚QßhWŽ@¦ÍÊ°7eðIM²¦å§Œ_Z?LghG ãd¬~¶žŸìˆlM(âs>êSÐ{òƒ5ÖÎb´›ÆtÒ#öád}32îZÚJ;_¥)› =ƒù¢8ãý ,éugÛ
-æKr “MàŒgº¦1°¡4Ë^–+bj·#cý\óúë?ôà†(Ÿ­+¨:ê¬Z±c³¿äåÅt^Mä³
-tOÀÀÆØSòú×…_ôfÑlT]¥œBZÍ-¢=x§tÚÅË *þ”ÿd/l2q‰S<^ˆp›¶'Yö ¥]5– G‰òù«çœ¼‚˜!cá9Óªú4/n>3I_{§-ó^ß“†ÒãÙ IX;*ù¹K˜ö²Q¦xñÜDo&G{>#¨Bù‰ÁvÌË ´n²‹$]~±tPi%~Õ3qŒ쉓æË)ëPš<~ÛÀ+ÏÉ™Ãpá85IÂZ¥fÜö[üâ»!7¢+:>‘v¹ßørXê–Ûs/ÕŒ4Ä`¸ó£œc§7='×ìxèDºÜ©<?äT€Y8D÷¶.¬VÙYdÖÕpÌ(%Íе9ôvB;g—è
-y¾ÂVœ[jû‡C7PIÆó˜BÇ‚À[©¬\ï:ü¼›¼v²»€‹6Í¥lmvŠ2=n™pÏe60tE ž͊P>3ùuêËÁ-e'¢•#ñŽ)(¬ëzîáíâΑ¬7uÐÁIã*ü '¥H‡§~„G,ʺøù$P‚ý§;ž´ŒžÜépâü>.»‡ð&€—¼MZ¨1÷@¬m?™Ý(–Äú’Z(«V&5ò–Ùôê‘Lúš•©qý›5€xƒ‡—p‹?:&¨ çxV糉æ©-âv¼£ˆÔhR½§zgÛä-ó_F·±9\K²^_qMm®Eë9|Ž:æcÖÊ-“?—üì_{"¼Á=kƒKPTÝ0ë qçmçFCñƒ5GZt²õÆpU¨ä’uã¯tLù^¢ü©$ö_|D7øÅÿ:PÅUë’/e‚Êcæ¶
-Š¶<$Ä¢YMà^ƒÔ:ê#8¥"“*GÞêU„Ž¶}ŸÎƒ@¼ëO
-+̶M÷j2»t*$Šç4ì¢g2T±Sˆã¦'¯ ·_©ù½HåÑ>³Ýç—Ëç+ªQ±:b( ˜©\¬ŒÁð¯ÖŒié‰$dêBþŠ–K-zOZíQJ§%ŽÄuÎRŸ®+2S^2"ÔT‘£;·„B¹ýîüˆÿ%
-[cÞ²¥éVóÀÂÓ»äW¤›y>§"ÐÄëÐÍ»ƒì 8Ó­2¬ûõ½*•5HÃéó‚1i|9€rŒœÍTýþ ¥€°Šo ~ æ@IJåQâ$Oë_YŠPqP/Ø$G7C4…^ÜÐÎvÙìÌØvÆË¡jâÈ›nÎé)Ƨé K,8¿Z õÝs¤ï©ö?Ê~Ï]2MVlºD¡Çi ßT‰]ÆYmkèû—Ó6l˜ /pµÁ›aw VodRfÛ1›p9ñ¸› Þâã,–ŠQr!Æ5Þ)¤vi²R@i±²¼×$ŽìÂSÇDün}
-Dþ;­BÙȆhÞ8ÆçvU¦òîUv^|6žÏüZÐXL;°æ÷¨}¯&3ÚÕŸr¨§W Ôr ‚ EoŒsFY™™èYII‡ dXqN¦uH !’¡†ÂrX^ŽÑÖC`‡ÞEo|̆#€î½ÐÛã…
-¢5‚3JÑÁÊÍ
- I^`lä h/2F¦QúW>¦æ!.Æîi7˜³
-{È3­[ò=®²p]¾÷TUúó¼ØN} Áœ<A{+œè‹•‹"k¿ŽSr›5ôÝE™/ÀÍ {s¥öB+k ”©ÍD 3άTw*ê®û§!ôe·gˆæØ„4PÚñj1©¨ÂVnîl!¶YyEo.x È«4ÕFÆÈFiŠ[ç·=b c”mÏó8DÎü„ÝÝŒøZ÷‘™WX”¸æQ¤-3œVc *&ÅjÝëp8‡·¢œõ{I2–ý„¤éV™¸MŸû§éÕ¥Ô(²ó:)é{Ü…«mDEÈ%¸Ãþb#¿än[ŽÞÌ:† Š§—\3ÎàVÿh|›K6z×ýÐþŠ4Ë )ˆØlËq,vz—Jn™.cY1gg\°L©bP.ÞÚ„t£ædÿP›ˆÒ}™°Øt¼žª€1¼.Š#†DªÕç|Ä”
-ïRd}çhÙ›YJ`ö#u½ÏÓ\û4¿®[HÒ rFÛ0:Äwr€ÄbË0úu8T13Ip"êg«bŠ1öÒ-Ty6W[îFõ§±ŸCæñÏ€›h4 jMe¤Ö "(¼,1¯T;ã´aÎ`lký³¼/d)9(KŸ¤¡éÁõÊ´sE´ª= 4ÇrÀs©·DÆéÄ%É,WWúÁŽ(:ÐyJ›&tÙ¸¡ðî{šTW6.ebh$9Pö¢ël„yù8œ¢¼U!V‹›çQ'Osf•Šä¯“ƒ¾²Yéw3¸ÝÓIe5 h…Žé¢ýÆ]ÏdÙ›u°'VN‚rÝ ä6
-Üðö¦vEªÏÚYæø$dñ-õ^éïÖ`&÷R"èñ­¦ŠŒå"g¤ô0fm…ÕÅ¿\e¬R‰Ï7A*Õ,"¦?~¨m|:ìñýÄ._(ã<Mz8Ìô&Õ°0‹£ÑÓ!^Vƒ‚õ²¯=MdÌeá-Ì¡2W[Lo:û+Ëô>÷41—íŸsH)Pt¶¢öIîsÿÒö¯”o``8ô¯’e”ÐiS%1– %¦Ã _€·
-Ìω‚MÞëxWÝ¢"d­©[ M©æZé7/ë6áaå’È°! »ÌO–Û9›"”tÚ€kÒE=Û`ú•`r³Ç …³
-&¸å‚k]ëÇlnµOã©š‰ÝYáåõ¹j$Bÿô`õР´Øȵ×_lÝ9$u^|¶Æ=~TA5(JÉ:g;v»ŠtìHi¸\è…Ù'5¢Ó§=$,™MÃ3ã@2%°wkíè‰ê–r„或rÜÃOÅò)žtÅ¿ùŠ#4€F\›âÍpéÍ]hÄp¹To®¦×IÊ滎+[Áé²LìÁCz?ÊSÔ„Ð<ôÅ:òª2 i‘Áf`õZó ‚ÅÊ°H]
-\5è#…AÈ«£`ˆ‰ºr%þ£TÈ] ®|±%­žŒ·-‚çÖ
-3b[ šŠ!ÒñS“hª‡•£®_¤Õ«LzÙÊ#O‘­xºñËÃÀ{OÐzåÞó°y‘u[ÇTLë}K¶½On· þ>ˆ7µÑT©y‘A´Î`t‚Ú¦Á#·”‰‹TI9 TpOÖ­
-mƒUʼXû_Ôó/F
-´à,ZGÉ™}M*Á~lò†«î®£EúYV–C!Õ¥ £2_Ÿ‚µÍ‚]%\ºú¶=ÄS3éÒ:€¼f•ƒjJ_žÈ ¿TE2w Ì¨HÕÁ ¶.‘×Aecvúb†úáê`"P䯫ÞÎ0ìÓkHŠmÙ£Õ
-… a|û½¼f*ÄJo^aἘ‡Fz}—Á2ÔFg*ÇÛbì÷„¾F(&–½º:Žº˜pöŠñò§‰má×,2%;êç<:Š´››ªµ^à‘ƒ¸*äòµ^^Á?ÐÏ@NÕ=åâÿÙü(uôYQ;¸Cö¾ÌD˽2îøå/Ë
-• ûûã%ùnSç}€ª9ã:T)'!(±‹c0>11v½—n$Géóâ&ËB­_tŽB~ÜÞY ©—» ®R½þ=£°h2b{V&ÈëµÁ˜ñÜ_èœÌe IÒzr W/ó1Åž$L®â=¾²y´¥Ë ÍÝýAD
-¶ä¡º UI}†ÁƒF‚èh¨—‰ $û)Ž{@â¥ÇJ¯ˆº¹d„µï£«Õñ«Æz¾)#çuD°òûN *µCµ”Ô» ݵYûà|#¶«a%ÉœaêÙ>wç?.ÏÎc³ P‚‡ª Qüb›Scô2ȬE3ÆØx$§­×ñÀú³ËÝbF‰²‹ÀòyØs2|C ´ ÓgÝŠ-ºF,üÑÉ7–cÄ:¿†â§ Q[9´kÄ4òyâÁÓäJSåœÀº÷õÒ™A¹ÎVàZDüö'X{ÛiXß+Dq˜Fèg5:™þà[J^~Ù):ʲs4ñ‡Ä Ù‡ç—fè à&-}ºW,@K7¶Ô„è·Œ¥ !ÖÕ›™œ œÀîLš—& ³égì¨^s€ãšvˆï${W »¦Þó ÕõÐ!kWEÑÝwâdow®Fm Žú!ÑþðÜI·lÂêâ9 3³ðB»òjW/ßÿÞI`<ë®C{‰m»³P†·T‡i^ Ñ•¼ìb⥛o?éýD—€V}+ˆ@Oúoùå?C2ôØ…¬ZÁšÚŽ¦ç*)©ì&å/ÆŒs~edÝp•µj}Eº>3¡‹è©îîc1íoÉh´¶ú©Ô ^ÆJ_õ`$c!÷Æ㽯ÎH[ôâ' ÌU=aGWŒÏ8O}<¿Šà $®`ƒ'I)É~A´7éèã®Ån[ k&ûÿàôhO̽ˆf!žÝ.–;HLŸû$žœHZ}¿¡–Œž¥Œ×/›Í" ]E¸}x‰?y.•Ëå$rrÙG³Ö4šÐš Ó¡õ2¥}a\ͼxF+ó­j¹.ŽBÑÐ)íÊÉ;]T·J·¤÷nÚô±ÊÉ!L–Þª%†iÛŸ]Ý[±ÒÃVèB]¾
-Á“ïMšy4—’Þ9РRV¿?ÃéFÄî,žö…ÞêzÏ-+Ĩ4&âÙÙ0µÔàYJ
-“FëFÃñ¶òkq „›so
-çÏ
-ÇÈ|ecØÛYêÖ$cžlÐÇr×=–Kô·Ó+¸5ÊßáûgWiáûÁìäùþÙÃl¯gûBB˜·Jžwͪ;¹›¢rÑÇ¢¥<OÒeqv:e–ƒÕñR;ñ©
-¶ûÖ”iHCH mXŸïžþ{~~ý{—N,|$ïY–Ÿø} ¢»\’ƒ¬WÂ`Z꫇–õX’ªúèiŽˆ´€Où
-óF¸_²£ƒ¿æëŸ"æ! ×F­žXí‹7i9ç—Eø7¥r*È´t¡WlzbV½¬•üÐÑìˆí;FæãL“ËKͲWñH©&KÚ 0€V·´¥åŒ
-8»T¦·š >èðƒt€´´>XO­j“Y+ÕÌÎÅ<„_5Ñ|ÜqŽÚ&¸Fw¬1¬:øÌ÷eÈaD @ñã@°%ŒPÀë똬½P"ß=ËZm×Ò–#¸fJÀ9Õ+%w}æ׃ª‘D°qºÚ…‡“C«)Iç×攘†ï¨š$„pósÀ+9t°ÒGÅY -ª!š‚ÁÒ”Upxèƒ+Y&x…r]Þ~rº´ºòÈ2𻢆==ú è’˜fÞ¸”@o¹—œ2±ý[­½qAK¬¦²¤?xª÷B\±ÅÑÅdÚ×=[ž%ä`ùú $—ˆ†ml$µ‡ÔÕ.àŸ!­á`¤}aq€uÁh®…Üt#a`¼2ÿ´Ðìç!ä——äoR*KnÚy„ˆ%ï õN½Ê ùÄ+ɾئ!W=两¨e,Ië?!®%YS»´²'3ÃŒaV‹dH¬œvS~Ð%MmR«åsw^›pëâ¹ÁsMS1&³‹´¤•Ã^óV>µ˜VCZ˜ŠÏ ”½™u heHÎ{ïþ¹ôf´ËÕ×hræMqj}pÙ…Z³$‘£à9Û_µ»K­™t0”‚‚¿Õ{fž¢j7½Ä¥²VÌç¯`ï¹½õˆôe}]™â“‚ìrƒ–mQ½'Ê2ŽëWwœüÂæwý¹ýÞhšˆUì5ÛºuªlÛjB„ù¨9ŠØòYvxVZ*ÿÓçÛØÉ–""Q1éÔTªL)R;Ï$i®¹(­æDš4Á8¹¼4JÍ”hgaâ,òíƒP}¬ô“€ná«™ø{¦gç34n
->oVƒvv”ˆW)Ù/$œ¦‰Þ³žýCý¸
-nv:«>_ºG}è6^oÚ­6+bcYþêè1±|M×M/®‹Ðw8UXÍ=å&Ø>GœÀ™>¦
-¦5Ä{ÕBº»s»)Pþ[úWY|‰f´‡¨ÒÛÂê)Fm)
-t<,Î^ˆ’ÑO¬ÕOQž6BaPKcªô§CÓyÿÅû=ö„´ñNÿ·N¤K¸×&k°|ï?Z7à“rp,2²¥û@‡ôˆ‡ñgû=)ßyà˜ïM–q+n,Ò ÷hgâx“ÃË#H e»£êAú³È™¸Á åÝ‘˜g‚u¥#¥ê°yŸ:{)FHbŠ3¹·¸óà+Ú˸üà›P7Âp¦íˆ #u…ývB
-vÚ7^¼ú†e“`†Ê¼
-¬­¦…Žˆ|ù¹È74Ë•ælßû¯ŠM-9vãÏ(
-<ÈË‹Ž•ožÞŸHŸüðVJËE§P ½Æz7ø.›J8…ß$ZŽ @‡$Ô³·3·½WÅVUVVû>êÙ
-{¢U=’W˜Ð›Íδô|/Û£ã±2’x4F‹ ¶s½(ÓWÓÜÀ®¥D&€ã`£-“ÏÆMÊÆã(Ê7Öuæ2¡ö¢Å(R*&2™çIp9õ×kT€GåNòg‘Y„‰´d×oÔ1áö§¥@±q/ ‰B X[ƒ9x¬H¦´ib` ;À±‚hÍrùQrẲnA‡@AÊl‰Ã2NÞX›N² ê‰Oíµ´’œ”–´æùüÛ'A²Oì÷sG‚âµe¿áœA2ä0Á¥‚.Ô![Ï-ÿ*òÊ@«€YûÑÂ
-飈Ì×%‘´›5ód¾§¡]æÈW—zÏ‹t¥PÕ1}8oƒ=d@–äb”W®Ò8=ð$UtjØl¶îé(²iÖZZ_‰Pád (
-¯P56²~eu§›Ñ1‘þè ½gÎ2ÞiBW/à[£Ì¿±åZ/ŽR„?ôY CµÞIÞIJ(Sò,««û%È?põ›ÂJ¢Èä‘Ú ˜º׉àŸÚ^®W‡ç»óGÚuçSè<@‰Õ”†§ ‘êe¼+.M7æ,ÄtïA*Z4 EJŠ»ùƒÉ(–csqðr˜ì9{"~FÙ®pƒ"&H‡£ðˆô ²0Ø+ †B|= [º‰Ô@é“<L‹ M õK¤û4Üâ}ô¹] ×ä86_ôDªBtÎúÄXøÜ4bêºÓ%2JÝPJ¯Y‡è(4`‹“KÈqÇþ"Rö+÷^z2Gn+—!Åz‡,¾ P„*ˆh£á®âštmNøPo³Â®]Êû+]ç\êç+âü¹J”MC»»‹ÆíO4hq3|Jé Š<tàÞËÆæ./¸?‰q‚-ÙOȽ&âÜ;M®q‰‡0ì.á±!–u«@t×A±&ºtuʈŽƒûÊ';9ž€¬(Ošã­«Z~š¡D×-D—‹u=Y2qÝUmEå&Àªç0Ø@ɲ#²ZåoÙ¡ß™vÂúá48/#¯_dz»,6š«ŒQsUï6G©3…EVÊÚ;2tA—ÇÀ8‹/t ’ö,AX&(@{7Mlóøßß)õÌøè…ͽN‹çn y²ä¿†þÌi­!èB•9Þy ×û2±è£tMç<Iì#€ˆé4š&IÛ à¸?šÑÕnŽWPº¢ÄYXÁs93´‚U6DÕþ¯.0ÐrŸš/¦fæþi‘7¶ß@$ο¤¹yU›j…9C9@wpþ<,æµ)Ëèš#¸ó>v/nK3g‰-Œ.4þšÀùÔ¾yLkÓ!Ö«V¢Ìk ×lk`Ø¢þÍ£Ã3³Þ5çØm3ñDzY,­ ®D›iÝW$®Këõ µã¶òü“²Ã;~Ýx
-ûÆ·ã&5f­ô/OçB9þrîªÇGÄƶ™¢m¶F
-à2Šk"‘,KÉ\xLàðÒÝù¤˜á0—Ðä7úãœâvg;}¹Ä»þ×@Æs©*xBÀ:ßc2ëRe|Q|óc&(T/£¦@ëÔ”No)¹0!݇G# nŸ;÷S¨%$s—Û Q•n3â\ír+2²
-NÀT¡³Ž[ÌW™ý+J‘œ&Ïnž ›!`M£ýÛhžÅ†cË‚-G%Þ[ Ó¢FP€Ôš¾¦Œ¾Í­/÷œÞpnÑûÅŒ)Pd€á/@‹¬—ÜЙƒ8bQœ–ÚË~Dƒa¢&î@èˆ[õ¨$SÒ9' lÏ¡f³’†uVŒ é—Õw/§*À~èáËdÑ6¢ ¨-*¶GÑî‰c~…A¾y›áÔÚºÔ›a¨e8’*…W@7ÿ°ðéhª‘ÝX㣜 Ž¡€â/Ø“rtΧk kž“êk >ñï«®–iŒlK1õlîù¸ÕåY¼ ÃÒèŽ×¦ð•§Z!¦WoWÕéÀ0¿ÆÁEE]Û$ë
-@ê­¯=ºQÂ@ëÚ–Õ¤ãLõrÛžw¦Ô8oja$¹ƒ>¤-âŸDÃÆû%K"†¢à=¡êÂÌÚ U#uîT\Ú‹íMËÚ ì=vìlìnc-ýœËoZz«õT«¤Lxañ(Tp½ÜP½½~9n(~:äÊ/þ—’®Lí<
- °œZÎÆ(Šã›Üèäì°žMÅcØ <ºIIêÍe@k²Š›0‚¬†´éÊïµ,ÈLÇ“û¤;âô 8ÆåØ{8Z|ùñxÀOÀ£‹S:>(¤v°ˆ§ºù:ÙSpzrE\„ØÁÖùÓÝ}Wö!Ñ•¶™²2¹Fâº÷jбœ$É—á¹=<ð€?þèÐnn7®ý/µZØ°~jþö!)æá¾™
-â#JG‚œL'Σ « ¼oJx§·Qš4çÞÁõ,t{òæÌÔ &%óáá,ÅZëGêi¼Qî¥ß´Õ£&î/;íy°}¯î_þ0mÛOÀ¹ÈÇQÂ*M\?Â3iV+j"4”þ°ä•é¬ÄÙÞs!¢6èXkµ&qåWEGNz ‡ ä˜ë“Ò°m{üO’®"Åw3\Ðû›“c¿cHçˆÆÞÅÃA´l9’ ”vê|\)+ßZ9
-endstream
-endobj
-98 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-12 -237 650 811]
-/FontName/ISFSAG+NimbusMonL-Regu
-/ItalicAngle 0
-/StemV 41
-/FontFile 97 0 R
-/Flags 4
->>
-endobj
-97 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 1644
-/Length2 21131
-/Length3 532
-/Length 22061
->>
-stream
-xÚ¬·ct¦]³.Ûvž$ÛIÇN:¶;|bÛ¶;¶mwÔ±mÛ¶yúý¾½öÚg}þì½~ÜcܳªæUWÕUsŽ1ÉI”é…Œm â¶6NôÌ LßræֆΎ²¶62ôJ@SgÀ_#;9¹ˆÐÀÉÜÖFÔÀ ø 4ˆ
-¹ !zy’Á¤Þ½TÁ^úî4iy
-l¢!ÊÌKï‚Ì
-|¼|sÆE*GË ¤@H ÑÜßAnÇÁ1b"Žj eXxõœ‰Ú‹ÇiªŠðFv¦ODq©”MëDl±ö°NVDte¨—ÑðEu͘%øÔÞ$¦î¹Š#­oéXzAU‹3%•p£îE]F‘Dæ}¤?^+ù™ ³šàŒ>¾‹øvH¦žº8<¤à}Šlo ÿöþqÕ…†rEX§ƒ5#ÕõQK‰pY]P„¬;|çû9<fê¶ñ{òGE¿qÍ£
-)T‘™’¤Ùlc¹}êÜ„Š?ØÍIáÛ&g‹Ð­r²uk³%’Xƒ@ b÷5=càˆûÅ@€o̳?rVeskZLú£*±3_?(.ÄXJzþ-j)jÇ7¡ýVGٜߩ4jö ôß;!œ £¯FtEÂë.ئJóá×ùBå\Ü ’1c”¦+’Óåø‡ö%äpÉãdU6×ëÿNБSS‰ðFÃëyzž¸Õ<Å×@ÇÖrÍ›ƒÏ·ž¹hAtg/›ßc*VÝ¥–3v§„¡{žJ¡ßxÆ´põÅÖ;¯7é-ª¥|Á#yóìštÅ=C•å†Zn™Î•áÔÆ¿» 9¿ˆM'kvóu!¦'ÂreØ¥–Ÿâ Zåvù´ Ù7³îˆr_8Ÿõoeéïl|^O]¹-à=t‚ˆSï1%!ÓË¥+}¦B™¥ÕB¸'ßýB4¾YeÙ5£ ˆÎ^–ÛŸÓ÷0ÊlZ ƒ/<–µ¯ù\LPeû½ò8ßûJâ+ØgMýÀ
-†z¦Œ\3eDg€Ò: ZÏm…’Ý0Dòýø„¸v½:>ÕlCؽŒ£ÿÑë<“7˜BÔàõƒŒ>ˆHƦ=êöìmq-ΫéÝl®fëo¿¿4ë&¨êw-ý5GDbƒŽ]žAÍ~hƒSøDÖ !þûd‘¦À ç‹¡ª¯§löNÄ–ÿh-òØâ5ºÜB?È
-F/’L]¸Ò]³0ßš8eå&†*È’GJi×ʘÂÌk.Ìî$-9d¡SQ{m|Ÿ'¤V†û÷—£Ïmí&™TsЧ԰2LfW.¦ÞÓ¦°¹ÊY\ªÀ…InÔ w 5^ýªÐê䛎‹?=Ú6J²+UæLZ´˜oØwÜJSjí¼t@!E­GôÝÀ o"•¯*Èí ûÅŽúåû倛=ædÏžž™3wüÁrâ,ÎóNƒê ´ÅVÝ&(ûëL-XŒè}D;F†ßhºŠ¬¸o´ý3|‡Ç
-˜,}Ë@×\6Ü`]–UÇ÷(ȯ§1ý˜þ©ý±rzHë6 €„ìùCN’ÏsÙè¦LîòâüÇa™JŒÂšbe +‰ò;Gs&A´6Åô`øo$ÿJºù¥î”‘Œƒ$.‘‡&3yö7ðòÒ¬.Nb˜{8Læw|SëÚ•ïç6)s³ûå|ÌË #J]yhìTo¶¹‹~‡ÆÈçA
-Œe®Swù"Q§Ææ³ë_<`tâðÐvçÔ¹7ú@V]InÝP‡êâb‚{â
-ºR3îË9a)–îu6]¯84³ØÅ= y=Ë¿]×|E“®@3U öÓ(–GvŠ¤Ê•ªé žE²L’}˜oiÁÀ ¦Ÿ·v8Òö.ÍCaoÿÎi¾ìSµò~©ç«
-?T©cÓm¤9tW-,qéÆ„0z^£}‡‚9%F“#%\=³ü© âáóÑ’á.ß$Ût`ÿS1Ù³?–QÚ"ôHpö§Ñ“—˜/E#iÚ¦v£!lÇÝA-™^Z¬‘Î0óº°H´ø9,€ZñÀL"W“¡ÐÛÊ- éyÊ0|{سtçÖLßÈ[È+Ía)‚kDð™ªr½N2UPKÊÂÓùN6Dy˜Ôd¡tœž¿Ú$(˶^©w³® £¤^­ŒˆBt?š7›3Âò²}õöTVrg¦gp-…07FßDãìaqßè)è9ËlI€üé= '2ì*¯¾Çʶ‹Š»^YÀŒ­Gw·Ä
-c!Uï‰j<6‰¦“´~|˜Æš±žÐšEå…¦g.ëǪØÃl’?¦[RòŽV8ò…›’ë9l®¡£É»ÛpÔVô¹:4+Âü™…TK7¯hë Ê`oQJéÏfQí*<bõö>]±VRîì÷w]T?!À*œEFÅEªµ"•.R=’Þ‰)µS +§ñ§/iNœƒŸ—‹'#¸*§×Áô˲–'Ž,¦ Õ­ª§ƒŸpTèªë³Œ¶tÀ°™nÕ‰­²0·Ž3 ÐèzjÒÙf|dÿ Ý{ôQX‰~2/ÚE8çÝ<–áW\Iu¦'ƒ*q‹1°­¨|Á_òµq ³DÍ-_;EY9‹f5vmÚ¿)Ý’xŠô^) Øv¦3†ùB a#:ŸƒŒÒ9ýÒYÔt:ßî²ø¬p¢(i[©ö…8ˆ4‹¿Ñ›;y€S`Пurüh*³y}^Y¦-v¯[B®D)<3|ÕygŠ áˆ(_:Ò”¼gO Pù(ø‹SÖ'l^‰®3Žì—1:åqØ‘Sliøú¡Ç¦y¶·« ‡ÿèeAi '£ÏKOTÇ
-µ'Ï}wÈŽ*º‚ªüèÛŠ¯“·[#9‰…ñàv3²?m0ˆÄþ8÷$8r5ó1ÓpEQkHAs¼);žçÇ¢‘ZõOõ7êD1ê„Ä£þ]ýŠŠ„>7æ` ¢Ú¾Ãç(èâPŸß­BË7ÇdD½æÆU“XñÃo•O¯ÈóRÈ’ºÆpß·Fž \“êiOv}úÖ-­/ܦOî{ÝêŒèEy¡s„ž34:ž»¼Íñ0†B¿­´‹SùZGø¥ÑvÞœú×¼‹” w…“á- ¡x|àg)êšÒ»ÜçnÂc ¬‡ñãú^ 8º¼ÜX²s€ÁD5ê!äG %Îî2%8â*›V}sv¼Úö„îTZ oÒÄê\E”—‚™›ähågMq;l\‘uöÓI^b&‹Zéø‡ýÏ–ü}³ø’M&%Ô´˜Íhî€Y‰ùÄk»v@ç—¾1<j½ËÆå~
-Ôq}=~#¼/Hù»¦Œùz‰Óv bÀ ¥hôîÑ,Ä¡Êx}X›O«ÅêrkÂ~€¶(*¥bQ=E˜ \É@6'ñk²Ö‡eî>XÅÏu}Kç³ÜŸ±®²6"px»>íPvNd9uS¹?÷¥µŠ871øÖ$HC\Ö®°~6ùt²X;D’–jk|¿ü¾–Ρø‹†õqÀ
-[FŽ•å´Á¶Åt&xâFCa„{ýˆ$ÝÚl’¬nºƒÇrã#…ü·Ô}xÔœ;Í\Þø=HÚM%¿pZuCÒFEÁßb´°gSÖmá:þŽ„ýŒùëY6 &€ÿSB&Zßö*p|¨öÄà(Mö¹`œ£vEyW¡ª"šté¶qwd”û*…_ WSN1n\ûõjŠñ)ÇÒð‡ô/Ô>RÆñÏþÇBÏ•#ݲ`ù¾§jU¹_›²W\¹{ME†FNk‰×¤ÃS*q „Ûˆæ¿'U䜂¸Û¨ìì£`bK¼κ¥ÝÕgª±@çñŸµh«ÊŸx¹„æ3ƒM}ëwô­âMrîÛG³ÚXeû\¡n;Bø£ `Œá*eÈ8‚-å›éDž,0ï{^© ®4õz§Äwb¦<¦éD¸vfâ”öL¡C;oT
-͉r½{,o ©Ý&J±œ•L+ŸpÚÞ¥r8)ìiáŠ}’mëÄ£$穨8 §óC­óÏÙ`Ãeš¤Ù<³z|·"è~ÿ‘(¦uòʲ‹êatz­´ðHÊLÞUS z®_õÔfJ½^ÊØ×2®Ôà{«è¶³déë¯ò–¤Á6>ìX6„\õ‡ÿ‹|yâm?ÁƒSS¸78جÚì¶ßü1Ëaö£3zýúLé~óOI²¾}…ŠTLEz[¶Ré¬ß˜kt ]ߘmð
-ERœ2kQ„c1ÒyD¾9ú¬$ùÎ…} 2¬Ä§@Y¢}èv</2=âÒÑÜóªô”
-ÑÆÅýóÎû¨,Os‹ÛìK(~UïØ)dØmt[±ýèÍÛê© „çErÔ =L•­½Ç㥑üÁõ™È/t96°Î}MòzrÜ‹ ͯt‹›€ïØ‚Tcõù 5hÖ(è½ÔíSÓè¸Y D»nÈÇÉÛFƒª0ü%7`9E'>y¡Œøb·¤}Ø;îŽfcJ«‰¢Z¼@ÍÑÙ¼e{ÚÞº:ÂÁ8ë$ß–ào—Pj–›-Ë,/¬±ih»éäpQâN‡¦=½nÍ®Õ#)´Ç¼m¿ÝÃÆbý È*IHçç³þ€nW£:À9d{tÁc ‡´ \ØðäŠKõ¹$Ày£çÌì‰ÓÃ;ãá£Yp»^›GžÜ{"ˆ;ŒQÁnÚXv[æ)…[–Ô4=èí¢ªP«Çí.oùÚ‰ïÅЬU¨÷oU‰œ¤ =(éõ’[]ðùˆŸv`ŽÞ‚ì¾9õ7‚&"KÌ
-õ›«z&Ä<"’2PèU˜[â×&)ž‰ö´™ÀêÛÓMÛic\C_­Ïâ¾ìHMH,Ëݳa>‚ ü†, óxƒªS¤¶+¬öSó®ýæi¨%Ìá¤Ú`^¦GÅèâõiËhS–zº¦4œˆH-d;¥é˜7¯¡ï«Ðóê ss»G<½ÜÊQ5á@Mx/ò;jH‘¡OKí†b+‹)å‡`(ƒ0p§Zo>pj¬=ßúRØj]‚ä&S`5äÂcþðÈaÞùiVG5Y³<ÈÑ&Ò<¶Õ0+afRúå_÷¨ØêËŒPQt6NØT3õf­¤T\ÈX¸â°Ot öÕjò‰jßï0äš~þuù‘y*¸Ô›O3i|…±ÝB,;ºé¿D¸—ʺ‰ËpÃ{i_?÷…V=hÎŽ½•Z0)ÇIOZ09Ì8Nâ+Áœ.Žö¸G«l™íá›è3¨3Ñô†($b­iÕ•@Ax¨ì>Wf—A÷Vñð®«ÍþüÚ6l‚”†FH¢íº§»rÜ/j‘|›4æÊÄ„Ø®&ynýsBdÿQ‰f¤TmUÜZuXØI…’§¦hJoxæÏúÝ<f©9Pit<©Š«Bµ'[^5àI‡‰Qou‹pr:+1”‘^òÍÈ*†kH×aÈ>7Ê’‚˜åOCÔp:kwÆÎÞ!¸!}8q*(üͦ²êƒzÞv¢ä|HÕ•š:$¥'sKmˆ ‹{sØï,5[l‰61ë5‘ ²œFߧFòÓÂAõáË^›m¼ è©_6ßšl=œÕ§ ™–ŠÚFÂÒ»C­šªue«”p«dâÇ~8C÷þO„ú¨åÂÏÁŒ êRŠ±{ &èŸx=pÊI|ÎÌÌ‹ím ó8¸YŸ_Q’°µiŸ1ŒúÀO¦–nvS7]eÃòPÞ,þó3ÀM¢®ê}Âè°”©æû5ƒxB¸H¯áR, ÚÜËôS8¦¯0Ÿ}Ý…J}1ø}¯9XÎ-×¹Õ×ä >ìZf¶¦²\E]à¡Çü€'þü줖0N@Ê8þ¤E
-­†e=‰š×¨$wø|ô¹° !ñµðúï@Q²©or«T³+æuN‚£§×ߊQ³jQ&9ÌHj
-¿Í´P'Ãv IRj{xŒñºX9yd¶ÑÛñÞdxÝ6³-7£oô×ì}—uízÞFxûI•Ý>:÷ÉÇ]è+x¬Z¡jÙåýʨ~¹c: ®‰– ä
-²®!e¹³0V}+7—ãD‚—P¾EJ"·U
- ©õÉó]|ÚU2-‚‡gVܶ‘ $\s'=êLVäBiÆ:óŒ¨Â¾ÛǪœí7Sr— D/àÂÛç©uAÛÍõµ”åÀ÷Pá
-¬² weR={Qµh5cºø®J „`"]jUª3¯v©¸ ‚cØ‘ŽÉrñØܦ§1êP.
-¬F×ñOùCÙ?líì"ײÍ;½'(}‹ý#”œ¸±ádœëÍÆž³ÀʴAÝW‡ößò‡º£¥ùt¬X‘÷1‚¥” %&QZéö{)•[—ÞªV:¸âžÅ™ðNЕžkÞ¦›Ýª=÷º‘•Qb9 “ŸÎR§ùiô ëh¶O¹?«5 XYò;0€õÔX´qÞÀ§„YŽ‹hvA “%|òGúþ’mkÙË€ ¸ñòh§çbþLdß¿ ~HÐ~`Ü^ÄY°÷4ñZ}Ÿ$"î4G©âÃîYNtŸíJ!CêP"”ú76â8ö¹1r{ƒm» ½\,kÌÉEÝ’¶ÐµúSÖ¹Œ•ô·„9•@é@¦cègUºóGÞ gH€Ê¯¶ïx† v½,¯[<·ë¶Ü˜Ñ¬P
-¶˜ð8œ¸hù?[ Œ–ø³/çÖƒÃ:|]aVÖ $_· ü2¦ƒèá˜×~÷7'®ˆû#üì7/ï ûU”R0ç+¡ºñæ±_ñ¤~?Ðñäå›tXŒel¬ö‹#hç×QÑUä
-Aå1kHºõ«‚=‰ˆÞ4Ñá¹êÚ&? ò7…4­$²R U„MAO#®÷Y¼q‚Þ1Q‘òvïÒ(ÌRžÍ§´ô^fy ŠGéhà—”zV¤øÜY-Ø©Pš)ã+9rÇ«œq6«
-Õ»ý²Ø~ªPöR
-²xøÉGU¿0‚La…÷+àH}Hš` N½íáš/ÁŸß¦jrŽcš*ƒ‹Ü“¬¤áòGÈö#/å»Õp¹{·{çZ&XλG¸û¤p»¶mcÓ„ŠægA
-ÎüVÊ{¦±ëÓ­ü(P>™Æw‘‚¿­Óš'âÿÜcjH¥6¥WAmgëažÕSE›œÚ×'˜²}ÞºÛB!FBØ9å¡šµfÒÚ½«ýP¬5¼O‹®KäMtÝç8˜ð¨‹î&iOÐ2äÙ(!ô ×ΟïA–ŽëbU¤¸ÿP_úþª€lÉË!Ez 8ľêüŽmøJ&HÈMÌ?äçåd‹ÞÎ>ù²v{dcRÂxu´*I#{\øet´ºßŒ“ob0Ng!ÿ `*iÀ73R–bdî6.诒þmÙQúðË5¸¤(ÙÊsŽVŸ”‡ïs9£åbU–Æ,eãhSåV­l*)6M®ÔŽ_SëP¾Êw†©  Òy4ï8 mÑwCvÊçªÜÒ»¡¤èâïu
-SXö>”Ѭ¹kZÄ"õ<–^~DW¢sè‰ð{ÜÒÁÁô¯¥†ö'9h^Îð~<¤é–©Ÿj!ƒa¼}ÂTX«ÒwADN>^Ý0b²£ž—ò#ñ'=ÿ´è~Q᪔A³!&šbµ™#õ©Çšuµ'ûÈ™ˆm: ÕðúêRÛõ7Ã--ÌG]¾1ÌÖn“Ña·Ñ@ˆ $LuVz-sKð·.áæÙ?›qîU¿ffæ#“¢þtè"j}ù^Ž•‰ÇškÅþGŒ¢ ò(ónæ*õøŽ ."2¥éÐQÿÒ*f_d1uNH3Å8ÓånÂ̘tsG|I4ßpU`8º{ÙöˆvŸ%äÍ«óu&,I¦Ãz£
-é!cËÙÄ(nêâY&oil©*Àä£K† :ö1Ræ!VÇýU«ö³v@‘ÂX…ü»Uݶùά×=ñ;w¨£>’ÏÎÖUż®àŸb›öä"›“ÑízaÝeþoke_aÚ-¢]|´/<Ð,º_úÝczë£pÃoZ ¨YZ·6Ê1<ÂAþ½¡„«Wð†Ëê´¼&ÒCåÝx„­±îxv~³‰þ°«î"Œ|_Îý²d÷7õÛX´¥õc?Õ¤_bæÁIqaôqepWG"„q(F/|ñê$<(ôQHÃ…Ù—ÖÞQ•Îû#J¨p5ie}’>U1qÂ;f–^½{9é?Q—öOÙš†Jxæ
-$?¸²ïµ LßâÚD{ù1¦Ë3v ûLÛi2Ú£àð|Ô÷ƒpó”¨ÅiºS°CÎßq°¶—Ðä¯[jÆHµê“l„DW!³3¨“¾ÙË›xaFKuóИúlÛž˜Ä({çAEeÀ]BËĵrS[+húXd­ÖUW8©æF Ê’6pS‰;ý–¾ÍÞîtÑ`DŠdÚv*–É4Ëwþð©OÒS˜Òi¬5¼7¶ë;©ZéÌHMê°ïØfœfÄ„â.:NåhåIfåñ
-†ÇUä È3*àå9<0I"ºeùãt—ȽDëé{@yÖ<‚#†y Kù¦Ãs½Øé±DTI¿5³=qs¸Öú’.¸¢ˆÊýÜqdoœ>Aõ2÷q/ºÔ[‡Ù“­^­1=Ýg‘ÚW›¾‹ß@ÇòØrÿøM¶÷#!ÅÚ2hã*+¾vG¯^¼ï¼wº‹Yæ-ÉU½¡àøÀX Jt_Ÿš0÷IÁ ꮵãÀî´PtGN­{êÚÊ7˜ïκl¹¹†\´EyëKYËGǶGŒa#Ÿ:I˜…Hþ·¤ ON9rôIÖ"MªwÄËg›ŽÁ`¼;Ödõ¦FÅè€Ùo¶Ø{?ÙÞj¬\Lœ>çW³©Š¦áF$ꌡ=sëOÝË–Æd‘£ú`÷Ç$êÃÍñ†xt^´Ðpÿ5R ÇýÒ
-·Ž~³–
-ä·˜Ta€(OæQ·Ûªpø ;,dÞâÖf¿#Xmeí|MTõ4­´ÝïógÎõ;=ß&¿”ÌŒþ¡ËH‡¸ô¼ bÒ>³$6¸ç‹}åÒ‹W=ºdBK®’ÙÆ
-ÄÀF•usµÄ#ählÃv²¶<zGã“࿹º àéYP}ÁP63ÿÐF`
-€¹Ê>á%bÖFßèè™Ú/ÅÅÄÏÛ,»×½Ô£‹åx:$ø±Èñ›n, :¼HVWȲ%eié»®
-k\¢¤§é¬»¾µã“ë3ŸŒ[ý^i6{jý`¨Œß¦kÂ3èA:ó¦æ)Ó"gii`!¬M9ýE%+ßPæBU¼í`߸~\«Ñ›Ë@c‘Y#ó L ¼qýöò‹384kóhð(FÖ(HöÞµMÈp»Ë&7X^t–Ç7A$±¨ Bh+ °!êÔɨŒ_#EwZg2Nv¶­ˆõu Îr9*Þ°††<®Ì¶°áRE3¿tè#&£–‹yŽÎZÈ@ÙÃz¦örÉøoD¦³Îß·¯Úa‡ëð¯S˜PºW ®,í
-¿àÚÕ”
-gKBž‡]¤brÜÉ·<\ë™ÎÓ`ÄÐoŠTi]Ö¾Ó¹™Œi”Q˜¼lÛaGŽs?j…3ƒåA×ÈE•Aë2F-½Ö
-€×Pg(êŒ0™8É5Õx]_@™j_Kïõ¢–fcmj_‹jyÚŸKˆI)HꆉC‰4B?#¿±ðÓäYï2ö¼GÉC•Òoªk¤èƒòOÙ¹W°‘å‹Àš‡0(Ô0âjp*Š_×g{2
-«²óî{30ŸòØKJv91)Tƒ5DQ=ÿþŒ„CÁÊ'Š³÷ÃdãÕR-[ }U[oîœàì
-¢KÝÊ»@‹´Ä©WÏgÙŒ¤ËX:ÆÏKÔª¤¬[ÆÕûÉîÔDõ7ôÜ×4²ì4ù/v^"7BËpª©AÉ÷ëœÁ ³?Jfý¶*"á¿ËhCK›YÏ9 7Ab¥ã¥¡=ªæY-2[Ø**I¨wê<@ñ÷‚sZZÔ£P¯©Í ¯·»Pçvõ‡íw_Qí&BW[n¼"*våÔb`}=‘–m ¿ï1'9z‹Úϱ} ÄV‡xxZDª‰Û¤[¡IÌÛ´}µBNˆ¤ k¾EÛ>êmÌI¿ W±0˜‰éèÝÎòâý¬6ó%Ï h.šS|L˜Rh=¯„Wu½ ÕˆTchþ}`¹=;1ÂR%S9㤚R^8cËÕý„ˆ„Y×%;÷‡†[0Æ2’‰&ÙdÞ÷Ø
-ý3?‘|yZúB’ž×—ŒÀ£Þ}Ž^2þE¬Dòmjxv>ã­¶'áôk 1¶á‹©[†^ç†BžRî9póMVPå8ì%K#R/ÀtøÆÙFÿÝúœw8²EÓoᑸ†Ìé
-‚³Œ
-®EÉm•¼wcý×ÁÔ ¹Ï¾á¨;u‡{ÕÜ(ß(cõeár[êæ³ó§è/‡WX ‘„~Úšþ9!mH]|VxƒW}HïÖ“#Jà âþôŽKô6šˆ¥:—lÓ·´÷Ê_ÊAøŽ˜?§K ½»4÷NÕúû~$n?X×çcL¢ (»–AÜîŽRöß3|Êê ^i|šo—mS@ª$]'Æc¬‘ÉT†1#¹%pŽ?:dA™ÆXØá³>8@65M˜г€Z†6ú:s¹X¬~M§Œ&ÖqL.\œׯå^¸³ÙãÑ8;ûUè}¹%¤>ê|ð9›×(% £Âõ£ØˆoaFÀâ¦FøãðË‘3möÙº%Ž[–ÿ˜ºþÓ­z#ÕÉbä}[ûºÔÿ”æ9Iq ÁÇÎrF,mŸ¨+
-Tb mû žŽ1CÈbŒý~ŸŽ`lÛ9
-VÎIM +XŒvqCã™'CŒì;©ÞÀ3.;™Üìå¿)Pª¬ËóCCˆLà7©.ü²#÷ìˆÒ}%™ú†Ç+¥q$÷{ôwšueƒc6ÞnN?õ
-ß±›Æƒ»û¡#â÷áú‘/¨b1tþ½!ïÌî<£ I˜ÝLhwY(ŸXlz@{]’~]ìßgÅíV0e.£rD8k›ÛÖ·'6³)ÙæÈ‚!¦ÎéefbYu-nÒ:ïaΙ®@"kŽÕ¥§æŽ|>Ñ#·Û ª›¸×`ÂN6¼C«vÊ“M U¾E5&Œ4eV˜ýõhGöß ^Ÿëû9 Ö¦OÙÁYÀî<Ç”) Änÿ?–÷³É#~˦«ƒ¿LÒTNÒÊ)à&+öç«w\;† ç—¡<âôúŽ4}ZXhC×.¼zé2^bš3Ÿ¹á×冭(N}¯#¿>-Ôµ
-UG9„L²(µ’®‚*0ʲ’ ¹@'9Ž§­.ʳ­my½{žÀ„ð”X~»uškR77AßibPÃJòn8†%èÕ¿^¦::š©ô×àglÊ)4½´,gi4-E½vg,±XØC6‚\=´æ›Ó*kb›J#‰Ø(9ùuKA|Ä€3ˆ@“™ÍÙBVQë§m‡¯NÖ­%\1•D‰‰×äù±•¦–±x˜J>ÿ½cèâ‘°+
-bÌ•Í(ÄV0waŒ:ÍŒí9²C8Iöû.Ýu梄IÖkû‡PãåBKR¿ÂýìÌ9¿Ùñ¯åáÂ&SÒ"ðeĵø½•¼ÆB¶‹> Kˆ3 dƒrºó¹Tª3*YAó=,ÝlR-ó•$¦%1§'ÛU-$‘ë:Ôèt>çϱ:@xeH»&ÒA
-õíU÷­jn‹ÒèS„âT{ áÙèb¬,¹1¤EKLm{õéê^$TX¹w'€… ~@fÄ!c×¢3Š¼X;ê³]¡Ò÷cÀ¯ ‚Â;ál_»AKïî6ëF›‚×í:)Û¨¬¹®W“÷¡å)¢fªþOVßÛœšÝG¢#1Ö
-,{ѱÃVßdVÞؾk]1£ûœDâAqêâÒñÁ6Lìçµ$(wh‡ÃŽKÌ0¤„ ®µ¶f|åEAšâ‚Iê¡¢‘\Ép\½˜ǧ}~äo
-ˆyUè·uN…dM4ËR“Aªæ?Üñ‡7\®!Zîæq«×Ú8fØ|š:!ªÕˆlVâlFŒ¯û½Aδ¶æÇ!? ìWe>ò&P}9j=2RíoKœ¯Ù|zÝ¡ßÙ„ Šà÷JEö;“5+Ö†LPÉã‹ÂHÁDá’Q·EÇe= âÈGç`z[þ
-×$a!,JàŽU¿ãŽ™¡vçq¹UŽ ŸùH’0]ŠW
-zºõ´ˆ<> øùE›?ŽKÍh8Kæ
-îK4jÂIrw‰$;
-u~¶»p
-W ¤?3 Þ×3‘P®åy€fŽÿ?í™e[
-Î-MõÈŠŸñ“ù"ë'»ŽŠ 9A’Ž
->ùêkUvüfuºïÐþ(ÃÞj?ñè£-O‹tÏWú˜ÚºÊf8‡÷árïYU/÷;Ðô§Î‘µõd?kß_Ì'½Zµ?zEîêêy+á‡ú
-ïoÄÀè,,ऊ·)˜•·ñ†×+›‚0cñ˜~Ôàö NÌ/9(Â7DLÿ}v¯Ês°Wÿ§àУíH4ZÏC—“$¡O3)ÂL‚"›ÍªÔúààoÔ¬W؇; #žYÌl®
-¦§?3 ® ðÑðÛørËVzRÔÙXÑ*~„%°vǽ…"%o6=ñqß4…J>.áßG%E_΢QŠW—¶%¬ú;½úXÿ jÓ´‚wG>rYú« §?Ž¥b¼Pt‘ñ†›£×¯g›EÞrì/³)ô:´ Ê<Ô6ÀZƒûj¢f4z˜A'1-±ƒ+Ó'Jèd=#úy«á^¾ÌîÚ>Œ7¢Tje:Ñ•ýTÇØO4W6<q3 ž²:øû:6£²‘z/˜[&¬üìkO¢æÍ:n];~ ÔÔ‘ñ÷¶ßs÷z-usÒ„i»úæ‹$,«_3õâ|MIfó¸.M×9YþFxGä&GFꔑý†¬B†òâ,^­~ï;%€rÑ÷‹8q…»ó|cŸ’l*T”à ·
-‚•žóðãÆèó³èTLS D™ý{9Ëcõwó‚8¬qŒ?§Vy[F ™xæPò³_4%Æx)T[\ßO×XµoïèLâcoy²«º[_EÐ2ÇãÎ× E†ÞÂΘ¼%Á× ·.ªNBú5æ_‹«E‡vת¦Åÿ´ã@Þ”`éŒ*³ýšàÚu&ÞË?ªj[èQrl€L×í`*ƹ¼/ÏöJ°ÓIà#–³KXÖNVh¥`ȹKuåt›&9–ÆŒ…£;ÚÙÊ–W°úšbQ†BºÖv7'MìŒ?:Û´üâ$Ê8þÚË
-E칸†dUt÷
-ó„[Ö˜êZë5ì—~s†imw‘ÉÝL,ÄÇÃËaL¨'KYƒó+Sg,ÝÄ\€”-ušä"IÌ2O‰ˆÿ=±ôg‡T€‰°hÀØi)ù`âOÛ†Y\FÕ9Ú„‰C.»Q{£pâB\'²?“»âçªlÑ<(õX(fx‘d侸 ;BW«¿V4Ðç²/b}·~ wemÁ?™ý‹×»eñåª}
-ž55º½$<mfšóBûqzÖìwæBüó£ÊÏ*̧Çã@Ùšô•¬J¨bI“Výo$ê ûAY£ã3ì߸}&ïj6J4ýÇ¡G2 ™<y_Dðíø
--ˆ{CDA­¬6¤A7FB¢ÂÈõÕô`ðÅb'åU×qþYaô8Y¿¹¨jn
-ºÓ™§â}tæU:G¾ÜL/æ"NþÀÁ‚MAž¸­ŠÔ†»V––_ÕÚ->TÀ#÷Ðë'SléZ¦š"xòš º$
-ìäGãœ,ßehÓñ.ä~ò\¤¤‡Þ;¡±´ÀÒ24e˜ˆ¦Ôk©¼‘šÂ¨ð˜~T€I#+}ÄÇq3—B發¿¶€CcÊëq#bYɇýW­$ò·Ä–xì^0Ší¥M¿¹³ ’š5I(ãobú×æ‡ÁÑ·ì}ÚWWbôà NÁuC„¶6ÉÖ?º­jÓi>¿ä<\Ù`•ê.:Ês«é–ç‹\ÃigXSZ™†ìÈó»X×}³ëÞiEÏg<òx[j7˜þy‡að¢L#b”¥‡‡£àËwÖË(§ékD5ú\•Œ÷ìw’]– «p×xëéÙÙîOÂç lÝy=«Ÿ`,TRjüªOyúÎi,Ò7‹-‹sl²Dç=ªœôþK'+©ÞÆmÔêûÜ&š~·}ô;¶ûL”žÈóy\½¢;œ…SÒxe„Ìyúí…2_Ö-×±•w¢óé”±.ŽòIµõRSºMý×"è/}K²«D\ÒœTcž  ¨¹ÒJ7²·ß¾©²Ý-a—UÒ¡ñ.Ãm:YåM­ û)ídOœVØüøäï-Õ
-Í‹jäfäæ·‹ÈwøPàkÌ]qÏUઈztFÈ™“¯¸…qË<Z¯”óMÊClwÊþú ‹‰-¥Ž™‘ñÖªMd‘•vÏX'´‹t°fñL‘ib袗_Á¼Ü/ÄŽ«Çà«ÉLƒL5ç ¹U÷0Gû͜ഉ`"¬§‘9‚}Ÿ.ûä ƒà¶d¸¸‹û`Á:2yzû‡Én\Ü› /æWÂ'v(R:K´W’žt#ÝÚ^ZŠ\¡bP-¾Ay)Ód¢-¨ /㫘¹)MëîšïÁGMnÈ}±XpÞäM“?¾ö´ÝoÒ¢Ñê“
-}›ÙÀÐóãMÀkj[Yrƒø•“v üÈ’CUEGXË|A}ù]ž~ –;/YPV—Á>vŸ™Ä(£bÜÂÂQxrØk$p»˜˜I&lL†(Çd‹p„ðˆ–HX¹z<Šl»Ø ¿öMgH×"¦J1Ã\IéÅHø œ’ÅÏ°(´ÝE+"²jt#4ᔧ Dë:åøu
-endstream
-endobj
-112 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-4 -948 1329 786]
-/FontName/FARVFN+CMSY6
-/ItalicAngle -14.035
-/StemV 93
-/FontFile 111 0 R
-/Flags 68
->>
-endobj
-111 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 720
-/Length2 751
-/Length3 533
-/Length 1267
->>
-stream
-xÚSU ÖuLÉOJuËÏ+Ñ5Ô3´Rpö Ž4S0Ô3àRUu.JM,ÉÌÏsI,IµR0´´4Tp,MW04U00·22´26áâRUpÎ/¨,ÊLÏ(QÐpÖ©2WpÌM-ÊLNÌSðM,ÉHÍ’œ˜£œŸœ™ZR©§ à˜“£ÒR¬”ZœZT–š¢ÇÅeh¨’™\¢”šž™Ç¥r“g^Z¾‚9D8¥´
-@W¦äçåT*¤¤¦qéûåmKº…dgaqºán¥99~‰¹ ãAá„!˜›™S UŸ[PZ’Z¤à›Ÿ’Z”‡®4<â6ßÔ”ÌÒ\tYÏ’ÄœÌdǼôœT]C=cSˆDf±[fEjJ@fIr†BZbNq*X<5/Ý)ÀÐ;DßÍ1(ÌÍO±É€Ä̼’Ê‚T„j0ßÁRQf…B´ž!P!ÂX±h–¹æ%ç§dæ¥+—$æ¥$¥À0åä”_Q­k¢ kib¡`hld©`naV‹ª.4/³°4ÕÓEÁÔÀÀÀÂÐ ,š\ZT”šWN @ÿÂøi™À0JM­HMæš=G4“1^GVûk—W•Âw8wsÃ,õ¨M†’~ç›&±6åûM=wÎç…3ÏÜ“¿izan£5gα6÷ý•w.ãÝ"?³l±QòIŽ;ïÏîõiazË°8¯¤=Ù—cþ•¨/‹»Â–8êXs¯ÿõº°úýù¿«Zö»G¥Kl8n.èzAmjQY0«Á¢ßïøÉáXñuuäCé,‰éóU»{ò.ŸY¿GqÍ…“'ì^™KÝQx`±åúŽ5,V)ij:”9‰1ëßUz¦8wÅÇlSBA¾¯«O±Û}½,F@+®õ¯Ç³ Igšß…s•—DÖExìÀý\wƒ`¼ÍFÝí<š‹4
-ÎÞ_û®0^àãŸõ
-òmBÖ?=¥Üj¹ÿÑÖi‚yÍ_Íå?ö/e°muVÊùë ús
-sêæI+".Õ³÷ZíùÿdaÈóž²Ikÿ4V“òAZ¥¢ÿ‡Ql¢Hœ®—Çü›m¿Ë-žm
- Ò)?¥>})ËÊsneËëvfÊ;5åîÓI:“óû&±ÓœV¸æ‹×jÎÖÐ_ËJ¿Mw±ÿv¦¹éÐR‡§jͯÔhýPÜá¯)Û[¶Ú'M:gÞ_›í·Öîê7óÓ1Š[¹Gð
-pÞ6aãs“×=¿¸ß}°8p.²<*`mŸ¹È’5ߌã‹Wll9—mWé2‹ñ¥@æ‘Ä´•;¦‰8½êÔ
-6 p0, HÎIM,*ÉÏM,Êæâ
-endstream
-endobj
-128 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-29 -960 1116 775]
-/FontName/SBJIRC+CMSY10
-/ItalicAngle -14.035
-/StemV 85
-/FontFile 127 0 R
-/Flags 68
->>
-endobj
-127 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 724
-/Length2 1943
-/Length3 533
-/Length 2486
->>
-stream
-xÚí’y<”ûÇéPÎpŠ´/<8" 3æ0¶šÛp¨¬Ed–cfÌÂŒ¥LY²ŸŠTŽeh¸[ÉV¤Æpm)KFe !¡rUçÜóºûÏ}Ýÿîë>Ï?Ï÷ûù<Ÿßû÷ýýÔU9ÃÍIThM¥0áH]¤ €up>ŠD
-à€gúƒA«!D<p¦!ÉÑ
- ¿¶I,ÚRHg¬rš«œ{UJ•Bæ
-3Žè “Óí1—ŸàvÅ\ÇTö·¥ñàðé¡œå°hŸ:¿m%-fî
-V{Òé!ÎÒˆ¼å©æïhNì¿ïj¼Åé¨8Ù‡Ê
-&}èC=U}OȦ<}ƒú³|»³Z–˜6Ë…¦‚OÆn%×”Øv7š?<O¾!ò4 ¶¿Úývõdtºizƒ P' 3Ïd6þå³ÇOMCÒ½ä@ñVšÙˆ ú¤ú…õs“§+2%«³ÆB‰Y7ÕLRh.÷<fÊ´j½vÖJá‚«_é’#3T/ÙÏÑõSóýš™v¼3ý.PM_¸vän’JPí3®
-sKOù-=´Ô5.‘ÉœNCŸ-ëBe}ílfÅA£(úˆÃã¤4„e¨úr"/×F›¼,Ôÿ¸G|ÙT™²îÁv)ߕܾ•gk¼õ)Ö8§¢š¾ÏôuéÍL°'Oa\"X®îWâZtÙÆÆÜÝjÕ NñOMß•o…àjüZ³‚p\Ä+q߸¢_EZyºØÅØä úTf­jÓͱ ‘K+šhDT½ß»+¡ºj’ë6l:Æÿ“v@f¡“qCeÛÚ·çåNþ–O›oöJ¥/Šæ÷¹n
-áøwÖMÝAѱm›pBV¡¦x1"÷h[ßKá$Õ½\jà€Ë
-‘·¥=-Wh³ñ²ÝþÒÓ5òƒ±k¦Þ½dÕîz”žä5èS÷¡rŸÈ:eë&³6W ÉðÎ’ }”¹ª²¦Œ÷{óM“ƒ‘-˜%åÕñá]éC½…UØ«¾w6yÕaò_í‰'üСǥ‰
-f=,®§ï˜ïY¹0Ú“õÐ2ªü|T'\7N'וÄGȾòõº•·yÝõK1œJBy¬U.DbRc[ù ƒ"ñÓDË[~í`©¤JE‘€«$_ÕhV90x+ÕøvdØžK•3G‰îz¼ Ùm‘w’ç–ý݆r!í1WÌñ©k®
-Ý<÷„¶9¨<Q†c—ÑþeG¸‡>.·ˆ´jNzj±§dy®«Õ\ŸRÓj-ˆI¬Ýê…—ï:¡l;Qže–87Õø,ž[•ä,ð5zF¥§4Ÿ¢^9"šÉ=8{£ÖŒü%|8®0gjƒ‰YÏ2 Œ4xNóž>ßî/[°ó£þšúäé7‘¿ý¹™’ÇÀ„èÄÓwGÕ¬ÂçˇþÑ-³ºfg6ËYÊo˜<Ñ,N¤-ØÏï2*ÿd$°J“:]D(Y´G죘˜Å憱ùVipL¼ƒKê£ó(½Ɩ«ò·æjØ[é‘n­jU/¤cé—ãIî+Âû2ñŽKá¹Ì,)b‚Þ°)|ËñÞ­]1;ÙÛô¼Jœ ¼mÛÿêµsfÔ_ýâ0JZ2£N}ÿ¥quÒÓ—k“h‹¯{Ý™HD ¢ZJ”¢4f»Ã¡ÝÅp%î6æ]èÇ]´6‡îQUJ=/*ï¹Ë¯ŸW”*Gîh%Ü«öŠÉ­0DèNR)Ü•âsÆjD¾bÈv»¦’é;ãðïcÁÞkófùÐÜ­’“eÞ÷·>ï¾¼¬äV| 6нA%£jØÈÁR7›‘ú-þãÛ½¨ ~PÁ‡†z2ájùÞ9xˆÆx]Þ)A!ÞE‡ÝGï_®‘²nH¦A#®/4./iX?îaíjÃåy.v™wûñ±÷n¤jÍ…B<räŒêû Þeâ«­’ëŽJLÂî>š
-Ü}ÓñŒ¿¢IÉ׊·œÚDB+¶L«ì
-Àßõz$äAæýQ¥X5÷yõvM‚•´.5#»†“f`žwºŠ<ñˆ{iplÏæDäP0õqx„ý̆ÀŠ÷#ysˆÿòý?à"€Hñt&5O„Áþ 5
-endstream
-endobj
-154 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[0 -250 1171 750]
-/FontName/GUXPXF+CMMI7
-/ItalicAngle -14.04
-/StemV 81
-/FontFile 153 0 R
-/Flags 68
->>
-endobj
-153 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 722
-/Length2 2385
-/Length3 533
-/Length 2926
->>
-stream
-xÚí’y<TÿÇ)ÊL*Ñ¢„CöuÆØ׬ÙSÈ.ÃLfÑŒñ“5![HdßRDÖ„Y³ÕØÉRF‰KÂUÝßý½n÷þs_÷¿ûºçœ?¾ÏçùœÏ÷}žóåç11WGáA<Ž(—€+šFFzrÀÞƒòók@$Çi!‰ "
-#°)tþáúpN‚}ðá³^[Y¬º¸¤Ô$bS¥àRœ/É]ð‹–{ˆ€˜,óäø¤¬…©¢EíÉu˜nCí÷*E!„ÞL}»]®hD¿}‹²OBµ}ùDE­¯ÿ ùÞ.dí£k]FO¹Žúð­à`÷ ¾›òÆkkñ»£š+昒ˆlr½·QéáÇÛ݈GOEêœ0=~­B°nh”ÕÔ “T¤Bb8”¾®àƒ^ò†ÅGs»õ6fá3m»i)SL¼LRÍg ZuOV*=g"SŸòP* xŠíÕü©ã%¶.Ö ÓŒ,‹Ôüvb­EÙî σ[öãÛÛìmü ¯¬!ä"YΣ/øãû0üsI á)wéX!îž"ãLi9Ö#äÒœÆ
->N¶Ë³øšC¾ nÕ+£ƒtCä%ùz˜( ­¡qŠ¯zXé¯ÌÚ/ùºZgÝ dùdÃÕ•¸Ô@(R‰jô Ê3ô”XåB§}c‡ Jn­|IÆt‰ãß
-&%Ýå§)¹”¼NÙíY×{È8³’xESõ# ¥ðð¬kU:ã4’çòçoªWbôT‚v )\LÒcŸa9vÊz¥Ìöœ±­Óí[~k=åÂi‰G«¥6¸ù½M+(ÓÆjfÙß»À-êÄ4Üg _E{ÍçˆÇ©ìx,èå·<–s‰Oè‰
-™™ ȼ–ðúm1 qPqg/ }6Ï÷ÒК\7±+#Ë?OM,æÑv M ®S>¦µ’ÌfŸ)ȉ mTù†¶³äƒ4wÛL8æ¦)W]­V{¿uš&ašR-Yߦïöt™f¶s{$= ²6Õ†½½˜Ÿð@“þàÒ½Vƒ‰Ù+kí~“›Ü®N!Ž\ýõêœi/ÎzÖ¼ÎBŸDÆHr3ç¤ä`xz„%fQ–œòæ
-L{'('&ÒZcý}Gñëš…ýBÊAëŒéÛܙݪgtUW•n]ï!âÎu­Þ`»ìU$1aì Vj¯²õVSoˆô÷Þ4Š1.¨aá‘~ðuÒ˜Ç?r×l8¡‚«ÊCB•©Œ€ S=5Às¿ën-í^µT7Ïl/èBà7ˆJé=ïÿÊ@ú`×: ÒÜÊádäyHz_Ü‹^ŽCZZG-¦1øúâ&^múÓKæEG¯ë^ºóFaÇ•bëþ©-sÖkí9š©ñ‹¤¦¾óY¥ÛÏÚˆži"æ#Zy|t«3•«Ç’XŽ gí’àv¬:$62öƒ"Ù§tÔ> dtžšðÑ…¬ Áå˜Ó$RwK0¶§'F´01ó®Ð%ó ŠR «ÎNé-,ÃN…Ô¦ÒvscaÑ1yñ‰Ô[;Û+ ”©¸èa.‚×âÃÛ®iÏøCžoS†vT¾Õ6&)‰ ^Á/$9pÏ.¥7äÛªòµñø†Þ5¦±³/´Ú$FŠú<‰Ðhy|߯#€|„“ãd"´ßB¼]œ”±Æ‹x}Úgàž¬õ<儬'ë;Ìü\MÎ:CíQæ-Âk<ö¦@ÒYǵ˜Äغöß(¯x"ÆnŒ!?äœÕLWûòQ®£­DíxyNñøAÃÀ˜:Ûœ?Þv’½1¿Ùd}kî%)ÆÜVÎÏùÁY¢QOѬó 9ÍQ#!»lj™¼ÉVé79B6-áäàà¤QXw¸qñ£+eŠ‡&
-¶¦¶:Q§e/X#*¯=»wRlu˜ŒbW
-uÃwôé)Ú­¯˜ÞMúN'Õ ‘¡\ö6[rœ.(Eû)ñå-qy7h߇(ãècÊ-´ ë©[ÒÕoé|ß·ßDwÚ|5ÚÄÛ,íhóç˜T èÏ“oÚŽ\½b¯gðÞp¶ï9$•>ûȽÜ#©dÁ««0cÉ«¨ü’r2†FÅei7Î$
-‹Äö?p°®»fR¥Y=¿¹fS¾ñÈeíÚxTz6\Æì´Tn ´oÓg›ÿKÝ¡’ès6:^jz }½ß$ÕW®fDˆ|R”=/Ìi5lÓ°s_”Ë“›qJdsþ"¬i|!u¬0³”y4û~϶ö‘„’39ŽTjœT'd*Ѭa€…¹SƆèSnè]ŽúN“ÎÍêèW± ‰é,J([PËYt¶È·Ú^xÈ€ §A—ˆwÏÕrD1(ŸÑ›öujÌÃÝÚYê/YUvúh˜Oά -‚ϸß42|™JÙZûm§°^'·|ÖÍ'/Ƴ†3«±„xrúÇWØ=>A: îŒ@Ñ¡szD1ù 1Ø”rá¸ö]u'ñi ­½×K0°‰x ëá• -¼^ ë¦1ÆUâNáÉx~j;vhûèúM‰/»ðâ†Å¼ùŠƒ ‰dêLlˆ¶ÀD™=/UCVŒóaA:Uö·?c3—{—_Ï‹¹w§B¥Ÿˆ£­e‚TÖ¢dåjMû&»‘/C¸ì:͆KW[ª(Ú¾âá]¬i4ú ¿ :!7z“ùþ7-êMó¹s«¤ø“ èw å«C†L–³ï|x?ÑÓ\þÔ²¢i€çå“<µ®Én9û) ñnê^öy6o¦KãÎõ©iá3"|Ü‘¤c•9˜Ä´km±ÏjƒB¹,R³‡Ý’‰äPL”fÐ!oÎs °ÿò‚þ?à"À " D<IpƒBÿï» î
-endstream
-endobj
-163 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-163 -250 1146 969]
-/FontName/ICONLE+CMTI10
-/ItalicAngle -14.04
-/StemV 68
-/FontFile 162 0 R
-/Flags 68
->>
-endobj
-162 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 728
-/Length2 5161
-/Length3 533
-/Length 5716
->>
-stream
-xÚí’eX”k·Çé¤Sr
-
-y!þ^ÕÁ8Àa`¤3
-“•ü+óÔ„ùB!Æ0 Øèä
-õ…‚!f&ü»üs ¢ v•¼üa“×ø¼©TPH–™rãöZYôÓ«ç~L%OÓÈxO´fVb~<Wþ8U6Â.Tö9ò\]ø ÃqÓQÆ«@‰/k®
-Gö“ú_íÄžReŒüˆ—Åê½¢—ýv[›–zÂh­3`çe‘'EŒ¶ØÕÙÏcšÔnŽÙ…çcÊ£…G
-=ŽÅù>#,üa/ï^Žõ5Û<¯´Ç?6µòFÄ¿t®Ên=
-Ø ôó
-y·çQ_’à>Ìa´r‰³—$·y² ï]ƒ®ÊRSyêI¶\}¥ßµ>´7Rs'™àÒ]”:EØZ‘¯S3&¨6W×Ö$aݲx9HœÎˆ÷€ü‹(GÍR¡À‡
-]gºî6_4üðÉp„8¸™î®’—¼¢0zµ{haàDŸ~ò3—†‘„à£5yRð• 2¡XT‹ýs@1$ôÁ è­C’ÀU×ë^‘[²æ”±kO~#s³ì™­³4Œ> ‹ˆ¤ÊЧ?­|H)õF³X=©Ô3;¶òã·ökPÖ°½zFÖÂ+h" 3T.b¤¶ì& ¥CDMHÓæ×Çå8$ÍçíࢷÃFY(dE`s,2,Û àg…¥(¹ç|«ÃGLݬ}>+DL÷°ìoñЫÂò¶Üïùvß¿õL.¿<Qh Äk†d_˜í§(B™0ú-ÙmS2áǯ§cpšÚT=ûÈt'«;0ì÷Nªù8ð·_oò†¨]rÚ¬'žß™£+§d¯-Ãï?²ïÕæhg™å2Äš.µj¤ʬ[÷¨1‘ZŽpØ+ﺿo(RfÕ/À’¤ÞÚô]ÕL‰XÉ8þLÉÏÅ' ó44pNЙ®¤ ¤²Ö 4ªkÌl1sæM±N¤³SEˆà U™eÚd²g`ôñ‚óU?Rû¯jš€ÄWœ\eé \ßv5»ƒ&jš¤WØžë ¥Ð'©°–”$ÁÀ@Ëu/%î‘}[ùýüLS-@ÇBæîE¿~ª¥)nAVôÅ5üyÇÛ'®~8ç!;8ÀË¡ªöŒëL«˜Lñù€,W_q.~‹üâ(ϸs©àÉ+ú–d¦ŽmЂOÄݸù )éÊÐ^oÝê«Ü¥E¤”õ±³ÓÌ›%f8ã+1R˜AÎQæ¼øù3½Zɢ̓#nÞɸrgâÕ¹º§<eÓ·nßuÄòXÎõÛÇß¾GѸáZ0™_ÃòÍÉ}Ë#ª½nUk_9|¶JÙ ¾ÝYe©"¿/ߟ(5>0ÉÜ
- 06‹\êžDyGä Ó8¸
-´g-RÉö³§/GYbéðºÎ*•{ÈIbÃO›¿49i<G {¢ÜýÇéKž®èÆL…b_¦Èiüö1a6øY ñ»4,Àx{¬ˆk$¶NxƒÄ«Ö“v­
-TôhÅ;•,gÖÌÇS{>¥”w®@à°~º=®D;Å_žç,ùÚwÓÜ(é/~÷ÞêZ#Ê‹RË›ÐÐ4íædR’€~k) IDGNveN­ºžo/OA†Çïü~Xxü!vôŽ7!Òa௠»/ñX ßÖ7²¾ò+Kðþ^ )Aµ@¬²lë!kSôh(4¶K¹í›¬ÃBþaà­ûëf.µdæÑÒ4—×ý§;hã3$—TÞ—Þ®T>*/¾'CBÑ:¯<q"@Q}¤[·wÛ)ù
-4vKcý´É&•ž2à‡¨Ù•Ñîs^ÃKÅÝæù¸ÖpÄ·ŠûÅ´x-÷c:S­ Nzx‰ù¿çtò…‰Ò=ä@ªµ2UF£å’Ç;^ÛüvŸ8yfA1DÆåƒÞeÝ‚l~ú†a¹¤;,s=Àå¡Ö–ô.©9GàŸÛ>Ÿõ -áoãm’_¦¶Mêl—ƒQïÓ™´øOÂøÂrm CQî§ á•ÍÉK##çþkÚ³„Ý3|_?´³w0.|åp*Q›@¢‹ÖC ìqCOü3F °ºº^´M ]…Ò˜®ôŬq¾ oR kò‹Tþ–Þ Ù¢ÎUP²Ù ?]L~r2D·¢Ã‹¼Oì
-r¿'ì4ÆV ªhviÞHat©ðFï‹iúaïÖá·•ˆb:¬îØ×دÍ´wµØC\‹ˆñ͘ § p¸é…%*-b3A‘[ÜXÇ1V$t‹Éðï©8Ìdy\˜,µ~¢¦Èø¢Ú¤t*sT'7éÑsÑ®Áf±L?­ 0¬L²“Þ[§Ë?¢ dÌ.
-/Çú#a´û‘\¤Ø#ÓVL.ü
-q˜‚Û<ÀöˆÎbבµ¯•-‚J…QÞd\š MvÎ$PÀIúð””`ô'‰Õ̬)¸|^FÛ}^UkÿuKiß( tûw`Š—
-lÎÝï[ ÉðÉhû's ¶Â¸,çU ªšRñÕ“±Do™¿MVó>Zt~‹kÊI€#ÍBµ«è£Mž\—€¹¬^ª É0rUÌ—½g ©•y(çÉúÄ»œááKÓWC(vIczͺJU¨í·YùÃKhkm h"ð"¿ŠWïZ>åçÈtJ4qOHÜÒÝK¶£ÿF8ä$wqÏ›…†¯~âþhîŠ=Í€„’ªå±<×—£è8ëˆ×—,â ³rK)Zz~ƒï>)ÄÓíΖˆâòçoÈäydü•hãG¼œ¡nù‰šƒÉå>h­ôwøNë&“Ò0&·_Åw+ªyÂAÕœ&Ì´²o:f5æŽYcÜàþÞ{Ùû~/G™™¾$Ts^ç(}ñøebÂ
-†=3!¹þLa𤂆(Fše BÑ
-hÕÊ_óÄOäW_NÃ}rF‹yî¥užŽúŸÛf°{±O—.=Ý0Þ»ZûyÁä+ü$gHË:6—œ Šî“kS4mƒ°¢K¨C£âS2+Y¦#ÎÅxU€z·ßÃ5®´ÔÉÛCSUïV•%9â–ÎÚë¥mBµb是9ÜC‹zËÉËÜ|y£ViÍúÄÌ v.ÕXÑÒ9­J»G¸}Ä¿"¬xõòìΪ#eÈ}®Ár-ZÊ?\e…îgÁI{ÆŽ‡¢3ÛT· E6ÝýrŸÁ´ù é]AÙÊZÔt+KþVº½¾vYž+a<DM3GˆRî«ë¹â»ÎÍ’ç<Œ§+µëÞaš]3DÉ«?&ã2œúÑk$Iý!úN}ìAÏ>µpíÛ÷º
-C ¿Ù)Ö¸êÄò¦qµ“(Ùuõ*¿=ø]v_®‚[úeõlÑÅ6Zy_X&é+FFWÿŠXw<¬¹'ºÛÙgÇÉt6ÄÈ0„8ëú—Õ^¾Ä{­WH3ÔEßÝ5.j“jzÕ=üW;G•ø)µa·B~~û`»²ýUÀô¸±"Æür,:Õå~®SÌs¿ÊòŠ/$iʬ$·–lì‰N=¬zîÒÕ¸„ZætÔªccëϱ;åö×ï3lywËUîw~±¿¤œ‹J³<U3"¾.P¦‚ Ó€Z]Í8:±ôw›vŽ`Ÿø<ÓðWÑyé‡Êð¥‘bGÇ2§W&ã~Àþfuý«N“L¿H1B¿#Ùžmç™z#Öikfõ\Ré>蔓À;³–RG
-1¸ðT”!cV¨W‘SY‹C=VÓ‹{TlP[ò,]3J–uª|Ûìè¢ò…ÛØN•©ìÞcÁUéW¸rM¶‡´›?ô‰É¢¤Mº˜'Îjº9êD?¨»ê–”Ý×÷ü$
-endstream
-endobj
-177 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-32 -250 1048 750]
-/FontName/DVYINZ+CMMI10
-/ItalicAngle -14.04
-/StemV 72
-/FontFile 176 0 R
-/Flags 68
->>
-endobj
-176 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 727
-/Length2 3441
-/Length3 533
-/Length 3997
->>
-stream
-xÚí”gXS뚆iAZ¤(H½chFªR¥H I $`H¨"½ƒ"˜ R¤‹J/‚4Å-E"½I)Ù¶ûœ9×ì3æšsÍZ¾÷yŸõ|÷z×w-qa\^ååŠ6ô"äÕ=sscEp²†@XÄÅõˆh ëEÐGÐꀢšÚ%À„Œ””T]UY]ÊÂ"èyy±î ¥'ý§
-èàÑD,A
-¹ U¾¬úKE’‰D4ôë<œ¼ñ?k7ìÉÐh4’%T% ¼DMw2ƒ-ƒÏ#À‚¾y
-\F„ô¬tÒë’ßSlEü½%·õ½#%ä.±MON_²…«Û6ñìAŒZ›ëÕÑ ‘´Ö:G]вQ“®ƒ:í®MîÁÚ¦ îË÷EºéK˜æœÞ}—§’Ã=ÜbQ—-vvRÃŽÇô¶ØîWÆçVÓ:ú™WKz”ÙÏ%rÃÏzÔJ6ŒqÁMsýË´üΦ‚ ©Cñ-G㜙«W³?§¥h¼­ MLYíTMuÕÔbn§8ý©«^þùìû¢¡4E£ö’o3šÙEUäª&g½áôµÈœr±í\wè´ÑOr ËsµŸêŸØæ̆/—œzJ7 V—wêÄød9?>®¯Ð¦ªÐT>`;£žxc?H¨ªQ÷–^%Ûû›-„3¸¦W5»dæß®çH µ†ýt¤ YÙÅ™DDÆ,+ðhn¥2H=£ß¨1̨«eHs>Né``šJŠçØþ “´6úcƒýTmF¡YÊ™L·¬®F€OÌzU”ÜâY)ÎþÍô·òðÁ‡
-äPÉÃ-Mño´œ[w–¶Nÿ” —­‹¤¹ˆ©¿ÿªL{(ÜÀÄݦÜ1×h·¶«¡lÕ¾ÊÓx›¿­nRÿå6ã9O0¾Úý žRJ·“ßšŸ°‰VÁ<Né6ÙÈQûì^ «h|zéКwõÇèÛ{ àxKëÕ;\×ìÃÝ7µ#ùµQç$©]uèÏè«Ÿx&×æ¥Û˜²œIÕÁötr6Ü ÌŽ†TïªW<Y± 5â3õºáÃßáEàB:‹þ/Ê’üJ%‰ç‘²:}9Ú=.³bc{åŽñH† 1;‘T°eð^ãó}ì@Hpjoóµ©kÐ0ÅZ;QîÃO²¹‰à9ŸÄ“\Aå.=Tê½äCjÍMdYhè5u:§þ*e¯ÿß“û¨|1~5Ž¤7žñ +ý¾®õMÇZZ”¡Tßt[ý·Æ>I I9˜Ny¶3Š|k…ûKÉðß®s4J*Ï" #mжÍWËOl95zÒ,häê¥}&%?¢¿Ïš,ê™ì·JÎTcN•:¬ Ó” À…s|Æ{$mÏ5c0f aœšÁ¨HÁ¥F›è»_p®¶Ò‹”•U ³åÃ?<÷ª
-$ñÞ‡®&ÖŠ—¢Øy“õ¢4UÃ×Î÷¨úÄÁ]è=—õ»œnk)¥ƒç,i.^žœåWm4¾ß1gÔSwc…ð—-ÞIÿˆçjÞUñfc>C×n×ý–±!B e-ù¨o1Gþ@<:ù—)YÉ.KØ潡6
-À\+†xn±[K
-šÎ²L·éþÐÇsìy(ÝÑ×Ų¥W_+1 IÒ}˜â;Vrlò»›R½%Ê¿ªŠ )·âî=,Îœ€jÚõÝôí
-µ1ãßÑt£
-r2iÓÌøø >Š®HïßP/ë=MmßÄ{¿
--sÙç¼ü+±Ôà…h6X&¾‰6›Ùp‘Ñ,HPùng!ìÛrØc¿žÌ–«#Æb"RÇï*aœÜŽÞHjðv‡BßѼ³KV?ÝTM:z‹d–P©ã,×1ú7Ít’?8ú3ÂøvDuäò’.ê-ù„í¢Ça'%k—;ëPEÈ>Ó¤²ÆYKܦ÷}nó󸌜6 ¢Tw°cëßAz6«°Ý5lžC ~Îßc ¤Š¥Ápì²MæZ
-q­uÔ$ðâ£2'èü˜*{DøJ0UšŠ ß_N!_¯¯¼¨O`÷h=;è¾6)"ñ›€ÞÝ_“Tn5}£ù|¥K÷}œã¯A)™ú–ÝÇæ4Íf+m•= „ÇÕØk dçòp9éuߎÐþ ò€`Œ®9½¨ÅnR혤Äú5(Í;>ã ñÈm§ 4Wð{ÁùÈ
-¢mQß1Nj̧´)ø¥U×+%r…Fª;®+vÂêh]2Wz=h¸äGæF›ÊBªÓéŠ ˜”nåä4“€Ú„8K«²éÈj›¹±¾ñÇ|È¥Âþè!ÿ™v¸*ý(mõÉz¦ºÔðÜyü÷¸âöY¯õÚ7ôQ<ͱx#.øVdÁÇŒ¢V¹Ô ÙRÎV奵˜&YF þ¶Ø±I+ì§ÞÙß±¯
-•nø¶ÎO•i
->tî=ÃbJ.úa5#ë·^¼×õCÍ-âTŸD³Ôa…<â†Ç™¸ÉNíæK_Ù“&ѹRZ÷Š«U´®Ýrv#Ò5”…í¨G!r?¹?Íò¨£'¾ *ÝõG•„ŸôŠÛSSŽ…鹇Û¼JÞÈ _nn,4ƒ8ŸÆH=Ò™-Š‹ˆ„]Å_øÙ²\#¿4WøVóašFÖÒ½yQP4`³¬ …%ªÔ€Í"}ÌÄÞÆz‘ïÒ÷ãÚ­{…@¸5c•àá@Þòkï´ ïó<®†÷/Aª:9îy:m5Ï0š”hqð¹”i—,Ân…™]uIe¹–GÑUçÐA¬sñéo«‡OÕósbžÄ«B^*¥3#*ÞäòíΈ1ß
-uXuy»ø•ñj¶ÄòVísÄÙí@
-Ð9þ6r©½éÑÕ®åà}Ëâ'!â–cƆwŽrB Ì|±ï= úíBlÆ’uuu…†”u,S@Í#B»èQ"ßæ ­c©z&<§dB²¥r&–É·…Aí¬%ô“ì{Ÿ„{…ÏcU¸;WÅÅðþCÍô]ÝÊái¼ÉÕqê­Ò“ì1Ù†S)=I}$¾¨<”;•Ã@ŠÈ˜Z¤µ‘ËšãÎh‰MŸ0ú˜SRý»keËí E†oÇIžïË9ø>ðÆ5Åú*!¦ƒXׯòÜ~ÑØ:ôn‹3Ÿn›­]ÛÙ7ß› X|9o!´Î&›`Ûà¤'Úx»À±7Jò(ƙֿej½ß£ÜX=AŸAqÛ›Ÿ»u.TNcäó»úp…ÒýãåqÔõ…íopdwh‚°y³©¹eôÅöc"£^ÞZÝ©Â'3çEú[õÛÙ: m–ãhåæ=%½l˜V©ªqs&’ð© ԣ󊪪JË!¯X±@7¨³Z‹à³&Ÿ¿D{Ϧ1 ò¿¼Xþ?àÿD
-endstream
-endobj
-195 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-43 -278 681 871]
-/FontName/OUBFPH+NimbusMonL-Bold
-/ItalicAngle 0
-/StemV 101
-/FontFile 194 0 R
-/Flags 4
->>
-endobj
-194 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 1638
-/Length2 18083
-/Length3 532
-/Length 19016
->>
-stream
-xÚ¬·cx¥]Ó-vltœwl«cÛ6VŒÛIÛ¶mÛìØì c'§Ÿ÷Ý{û¼gÿÚçûq_×=«jŽUcÎZë¦ QT¡2µ76··Ñ330ñ
-
-'3#ÐÞNÔdÆÐ03ˆš™
-ü§4g†¿XBÎ
-ÈÈÎôïÉú_†ÿwœšÐÑÅLJôoý,LÜlÿ²š¸89ýÕû_³àoCþçú_WÀÌÌÝÌþ4nÅ° Ÿî÷y˜N: £Ã~a•Ïž0b«:Þ¡ŸHû¸¼|m.Ì5:måÄØ>S< Þ@^s7®—…_Ð â~ÒÒnêÄìSÊoš Ñ+ K‘v½y«A<ÜjÑòø2^.æ³#ÊÛKYö¿0Äå+²(eáX؉6î€Ü’Àø=˜¨³ìˆht>´ôÆ|1á"¦~­<)fnxâãkE1/Át„4¡ól  X‘¨¬Ukˆ¦‹±¨3×[¬N*ð\"UQøxsl}I=fØ{Ü&¾u•"Óà-¶”ºB7ÇÓ‹ê9`1Ðö¼¥£LÔ|f…··±ÅÀ€Á<6>BÙíUžö½E+‘“Eô'¼Ö9ÔÞåU7ÌAhgY
-±ò
-Å\›5Š|JäJæ±ÍœÂ^éÔz•›\Œê§F­wÓ¯(Žý3;¼FÊkçºõN;ë©ê6lŧ|Âøñg÷jôòóÁ,ß}DÅ#uµ¯äVh‹œcÆ-zzd>Bå5sœ;ɽ¡dÚÕð„Æä2¯ãã7#³ * ‰¼¸ý)ÑZhÊ­¯×TͶ^<Oye–I"…³ÓõUæúú˜ìƒÆ9 +^Á# ÒQ‰Ãí¥ì˜×ú¶vµ×rJA–ƒ…§ÁHY
-úGÓwã0¤\bâ뀘7¾=gõmˆ;/Ò1†
-[`4D?‰¸œ ¿X’‡ãÕ9 [tÅÚÍ!^ÒïwØ?’žõ«ÃO4±Â³Þ÷dæLA[Vù4i»Ä$è^™Fßojb”S®^¹qËÍw÷5"ðß8·!©âF¶´±ï¸¿;vȪÖäÅ5¼r— 7ëC^_/¯gKê# •!&R”…¼ær2ç¾Ä§4nªh=;Š_V“ÖRÌ!äLBé0üxéOC*ÈC'ñËA µT_†4Ë<üjα¥m„gY=dÜeŽ>"´D=Ô‡b/@¡‚-ko¶é.eÁ]åâÿ‰ ãÛ~|J®˜¯»“Vu6Dªg\S‘[–ïá ÎüªÛ®Tè[³ÿuî8æÅT¹á:¡ÆÐXŽ`
-8íÖà¯0ÎÆ«AAÊGüŽmÉR\[f†{:ü”Ö·‹Š°ýÚö`¹Eœ;9ØcÄ»ºo¼•2Ô£³mÚöè3MÁú ?Ägë3­Z@EùaIšñt»¡ºtm¨'Ÿ„:/FSùÀûÖÌ´’ÌîmÅ»RT8lt²ÛÌ
-ˆ¬ ªNE®áÙiý¢¦Qý©ä¾"@qÒòíT~mšêg²3TJLÕ`Ñ<çs­`GòÊ…ô~ob$U/:_áò(œrò
-]DŽ“á!Êgïk‰˜Œܵ ]êz”X#&fBÆí:4 ðhMbLzøí«}Ù/Ò‹¯8§•×úu³äaK-c™9ù„È…Å”–í¹Ž1×*.‘—£f}¥0ß(`û"s„S9•af¨3O‰ï25 aç¦ØÍ4H#¿ýñ¸$Ü`)nF8 ‚µYNa£cÚŒ»ðÆ^þò—%÷àÏXÈ~ìÞf]¨5Žå¨!àE¯ËÙv–ƒÇΣ¤ËΡ8Õ:÷¢AG÷è%ðÜ/äéVpþ=[G»…òô•å£”ŸÑA~ù¾€¶ âP‡íà
-­Yš¨ª2ãw Wcá¼L÷8Ô ƒÄÈ}ª@L .˜Eü]º~»}à"è2ØÞnNâ2Ä ‚qÂÚoÕ]š6m˶öø•|?ÃÚ×!þ3?‘Âù7I˜FâLÓ0pkm}ŠvM¸*§`
-N˜OIYGÃ&„G~ÏÙ¾ÚÑ4.-S3C Bߘ‰³põÄÊfů\uýHZÏA{c» “#ßçb"–ŠY|Ç0àD êR>Iý‡ °Óû<àŠ:ÀhF‚–,–K[¼òÉR鬫‰¦;ZüÂðèz?ˆ@°4ÛÖæŒX ”kê˜fsÁ?'üÖ °:±SàÈ£S½ÉñöÈs
-¸ÞYWï~ë9F“yþÑ9Ó õãÅ– )ÏqÐQ5ÉSÝî4á˜)´N åÀïZê\(=•ôWÓ“Ä YÞ0ñ¾€/¥”‚‡I?˜»'z²þ%è—m&Â#¹~M~­=°†dPnc[Þ7øѲ,ƒLðéIO;\µÈË.ªº UÀ†‰/CD­b~q(£CÀ·b1¡UVá4÷°d% ËëœHU©C@ßE‰ö6e/Ÿ2~‹¹elðÁxA@¹þ±oÏȸÌ-§Vúò ÷WÑO)D ¦ÔØؘ©ö£|^ʶ½9Æ\e½EŽ¢$Xã7åyÍÄy„}ÑO(I.Ÿ¯†Ñždý¤ · ó–üYçTï ¥H¹Ö _‘p ¼k†/&˜KwÀÃb!Ñ/3ê  m°ÎÈèEZ†+ºäÖòn&¦œ‘›º‰9âÊk> íld]x^w{¡1Óp
-E­™§Á´Ó–…(Æ j±‹äX„*H.› ¯g¾™7LôNŒS9­ûèð¸ê ¯G:b£æèÝ –ª«…L,ÄØä`fÒw+ ‹L‹Ë†.aÀøŸ
- LÐ?_⇄ýz™ØÇ¥bÖ»- °I2Àòº‡­†&Ÿ‚ªT©Á5Ê\å’Ò—õƒè·æÆÝ<è+Äð&£´c¯8É„s3Xë¯Çd²
-P2,ÞHnsë$¯§‰
-fl)Ulq©Vé[@w”œ,%Gª„±,wÎ&†[ê]XƵöãNƒ¿Ä™9 cøs9}Ê Â¦0ø£ƒåŒ1e¥ôRùƒ¸š,@Úª°jHò«GêDáìõkíÈCƒ‹áks€…þ`¸4¶m#÷oŠû¥ûtGò?õiØÈn™Í<{%×8§8b³)=c:#±oÑ^,”ÖŒ{Œ®aŠô¶…ûJ%nQSÌ £,ŠóøàJ-žÐ4Mð&:ô tÌ 2_º>1& -w…jN~™Äh,eæýj¬:ëÕ˜þ„Ay|§2« qu“¼' ×.Êcnè|z3­RGJÈ#¬wÉÀ‘ ½®IÎÑ÷¬FösîÖ\G¿x°Sâµ8G¾c73Ð`B×3HÅB@IvÊ$À¡tù[ýeç‹U,ûÓøDÿÜØV¡ì
- j€¼„ƒjÿnjÅÊ¿²8ƒ
-c¬©nzr#ûú—Q- ?‚`$ªcYVˆû»¥©üÁÒ¼d}ÇJéËé‘ =n­gKi-í "U rD+šAµ¥]Íxò·öyœÕMÕWg›ßÓ>»ö
-ô5#e·9ÚCà¦M`7¶kAôpD;N«¸YÌú=šI0fQ+o7ÔŽ?é˜ÏûáhÏh©»ðÂ4~Sã
-J¹Lcvº›uË
-|7¼ü›YÎ 6ÕÙᣊl÷àö9j­çåM6%ýLù˜¯!ÄÔ´šZ®ô½ /Ãsƒ+AGƒÞ¼û±yFWðÔ¦ȡA|Ý{ñå'Ó{}'i›2“éJx~`b*Y!±g“IÉGŽ“{ý'Vrµ cns@¾7¶rûÏÀïx^oê ­©Û¾u%Û_º±-M[ÉS ‹ôÜ÷÷=&®ð.¶ý,0Ü/­j¯Ë½<^áÑ%ÐÆ^÷š¬@àÈû@[4j`+1ÏùsFÇKÂ×÷t-øh‚A‰)òAꤕZQÕÒ÷½Ã
-
-;U¬4±ÕòêûÛ’ŽLÈÙfJ¯<=¤‘ýc¬Uæ§S™G
-#Q½b ‡Éò´Þ(TBCEENºµó9<hu ëÏfã.Þ‡Û,U|  U ¯a˜yì:JøR§_ÓغM’­B.è}sÕ0ì‹ãj‘+gÕ¼6±‰^ì]
-P'ÀÂ%çtn”\ÖéªêÓÖÇÒ‰ÆçˆêJiQ/M¢þÁÅÊÔh÷㽚,$aà]3{ÐÚ­õÃÈâĈï’Lßž°Ñ<¬&Qß
-ì£Ka9>¬+Îé£zO«!ÙÚsÉ8¢ü'’XyÒÌ–v%®[Ñp=D‡„ª/¯Î-‹oÒãna¨€N¬ô]ƒ§²/Û7ºf­|ÆöïÖ“ÝLg*ÚaÖYøé¨ÉBŒWa_ºAÌ*‹•Ø…ðt”ÚNq$7 oÙº8;ÆöLdEg:Óxº*Ž¤ÇÚ=̶лå¬ÆGQ„9ãS`o%WŠØª yjyKœqÞª‰êÖhQæœöXá=í@E­ô˜ }Ä®ç Ÿ^ô
-®•” *©B»ëE߃Go)fæ":~™<¶’âÉšçTšîš8°Ã¬)Üà¦4Ù¨ˆ†ç?aQ_AmD¢¼õ*ç[õ°‚ Yä¤|=W”“‡¦Rqš’Ôèa±þ¶P?‰ÊÒ*ø걋ú} ©Ä#|ʨ½2çl-^Ò3E¡D%¿úçÒ:†·÷n.vïðhøÆÍkžµÿ
-ë¦8–¥¶7éYC*vH/¶Šå‹L¤=Ô¸14´C¦Ó…%­’Öa}™¢­ ´ršäœ×"œÿInÈÒ~V÷MjþùÐpÿ©×{…Âþnl¦Áæ™ÄQÀcâ›
-§±„Ùü/÷ÌW´ÔÜÑô¨ý
-óÊ™¢Àq”>oº/l!bFè'lf2ç~YhiH£dƒãÚ>ŸƒÄ¼ ¬TW7‚¾^Þ5§v|ÕÔ® hj¤O+/BP'õuu·í.rò‡+)È1ë´E•N.ãbý؈ßZ“½4æi8rrö:< @S—yæå‘®V ¼hú{•€(QÅð|)Q~²ÕŽdDò #ÊO§ãu2|5÷,”Úò‰™×yŒ]^ëX\PYòUD0âÐ$[B®7°äàÙØ<‘nV‡ »zè,•9’º(Æõ³³§6íV qü,ƒLcŠ(|Uã¾_ÓÕjï¼1uø¢oߺ w¥*¡Í¡¤Éür'˜<½ÓÖ{*!=e†$œì´»lµœ áåC¾»mÝd{·¯Ne`SLø2‰ÿËþ
-‚‚  ˆùÃŽKNF!ãÎ)ö>‘ð:5ü1ÐñBL¬ÖµÍZžäf\<ônBÎIh~Òæë7Üñ{‰c…´¾Ú­ëmðš…—y.Tö%ì¹?tfàÐ'pT¥ÝSŠ“Ôš˜ÈsgK]ö»þ6ÓØ°Eî~×]æEhµ¢U")¤^F…_}cŸ¿m<÷¯C“`óîѼÜ2Áõr—‹Ø>™ÉW´‰?ÈXÑÉëD¼d¢ÍO
-“„KTa¸­ÄhVA%óMÛ½ü²§DJ¯†Óê†JâSNk§ú3fûÙ£ ÀÐŒ~љþ®¾ƒÑ#)Ìn‡îÁ¶´­™ñÑ66nÕ™¸b·{^a á’ÅtÁÑacŒFæÊ<u‡t@VŒóq!±ì>9åL!Jì%ØÊÇ0íÕá|@Ž…vA´Uv¢¶Ïä=„ý¥è>³À×óGˆà ûÒÀö¶ËPÖkxî‰þ$2œcì–é–Ž¯$ý ö^ÌÉźµÄŠÞ3ÎT\‰$KòË‘*Qu~§Ün¡óÜjÒ¾{ØsBãÚÎyªä«= éà þkEmã¡àöCiÕÀHÜ$>vê+¢Þ"50zÍQ¯¤=#·
-ÁšÛ õuú²i_oJS$´˜°‹k¼}!ÙsdÌgF<«áÛÐt\ˆ£„»hju„nÞ’¹1“Œ×íKê€!§nд~±AW=˜Â®ê{¤ƒÇºDnØ#ÜXÄeì<…ž³oG‡8Ðóšk×Ö¹»S/D"e±,º÷;d5ðš_‘å3¾åÇglp‘úvÛÑš<w¤0ø<q]ä5¯Ä„9ؘóy€Mà\…IQ³ ‘_ÎÆߌÊe4Æ~(®vVýþø!L( ÞÏ"÷½x{ÖÜgp0¨;°âéðb} â¾.Ÿhð@Pö^ãYÔMcâU~ƒ³3ë9.Îx(XÁ")+çAýÄÔ|µQO†ÖŒ‰—ߟœÚÛ;fÉE&ëßækó³f˜ìiÏ݊͞¥÷ØH G
-¦¼jÐõœ¡ jˆÇl™xFŽ·ü!úWþ6¯ušf•¡m'¶/ÔÞʘƒ4¶ø°„„­¾¶äv5á~šër93þуG«øÔêLŒ§
-ò¶Løîéþì5ì,}*ç7.¨¹Äs,Ùr¿.¸áeà/›mp¸|ƒÅ
-Yºo“,°}¼·WØz'"|ËL(c¾óÈ’ /\”¾ˆ¸¥%Iù·r, ­íø©kÛ9
-¾Ølq+¬MJ0±¿QqÔéçY·ÄÕ&ûtúÒ9¼}£VÝЕa™?™´†­— âû3¾^S„YÉ=}—p´z¶×4âBd~8
-yŠu§Ûf}:VJ±g1™ùºy}ârðÛh†SרËàS¹Ë<a§~½ ªXìvÒÐ[ î±-#SPíÉÒZj¥JžÞyïdZ½ÍBQ„¼ÑvJ'… Üøºú%<k@2¸|?ëæöžvßåù[úgDJsu‘4«MŒ¥¦vÓƒªiÌ-´!ú­Îbi„››¿!eî"ôŸ³Š£_Ë.
-øæÈ—pØI·?‹^ó–tX¹ðÔA±Ö[§´´jì‚|««èQ3DHL“yÃ7 ŸjŒê•.Ã'ñߨQ×è9µ-7²›eK¤•¨„‹•ëÉÖé)Æ©ç.ÈqeY]Ó(—s¨ iÄéQuU¶¸ãœúðr]ù%¿c)ŸweFV5®Q?³ª0¹¿d¨˜{6{}!±¾TÅÖŒ_šeÏ=üà¯"D9ˆPn=Ÿî㙥ï}yF|7Œ³ Èýš™á•U‘²Ûc@þ^|ÁšÈZSË-Ó½$…úŠ9Åj45¹ùàó÷߃Ÿ§0†øÚŒ#!§Î=î[‚ +ónnÜûäx#1²ä.Øq€ÆŽoÓð­bžøtïÂÜì©hqv >6§H_Ä­JÂòõ÷¶
-Ûèõ>åyêå— á|{^ͲLB~¤§AWë}
-$ÛØL¼¤ÔŒÖÞ`kÿ^ß%témBŽ*ÏGê­^åú£al8¢CW1éÐÜþ£qD”ëµöÆ8‘HÃð9»¼O–£TÇ)AmÝ+.ɶKÀžbÊ /%uÛo&:É Üý`l-
-ßZ1é‡dü°õtÝÀÝÕëÎ_"E±hæž3w’±}PxGÓš•?ÐÅRyFZ–yU¸_Ò¦ïßH•ì0´QfªO¡ÝºÂ~ÆŸcò®~V»s#mú¹d½r'—ë½³fØSƒèKÛ$•}G2Á®é[">9åõìÔácFš9ú?æ;žÔÈAW'“°öµºÙjtÜÙ·3å°²)Pn†ác«Úd­š\7°AجÃU¤ðcqáH, ®°»,ìpCüéúõóþj®»þDã Ü"² ·À)–О(}™Ò¿¢)V¦M~—ƒ¿Ê‰âjv–>¨Qo¢áç”ðÖ»Ô5¹m_Jö¸.‚oò®…¸}˜7"Gïirçoè Õ?Ÿ;îW\ÝÊmÿ¡XXœ}äžÖS\‡?É<öÃ:j™ƒuÓºø
-(Ür2À
-è„/‡EM]RÛÎx°–~˜((!{¯ÍKL9ûº]èÜsWe]Õi›‚¦1úΗ_äHôÌr–{‡hœÓÑ!U`y”2[õ[ €¾ãY‘ƒ­­ï¾êlX
-Éd.}µ3”½ßAq`‰¸‡åü<ÂáH¼Í§[ˆ7ép HÌ‚g9ìB¸ Ì:•”äÅa¾¦=gyû­ÍûÞ‡ËÅ<áÂý†~ðÒ¦SŒÊ™JR–K·^P­:ÇÞEÍ›ÜïÈyö!³¹9¨e”ø)ö9íÓ¯xn™JfN~†^߀d³Ž/3I¹ E͸%cìf|Ï£ŸhixU×æâ6<œ.{‹O¸GX«»éÔ¼.›Š3>óM—Qmñž_ÖÔž›å©ÇÜ‹C£ ž9Z3#ÑÆÃlÍ’B ©OóÉrS°±ý
-vÞ%yKoñ¯o¨EKà0šÃò¹ËšÄ
-“-mˆe£!µßæs‚~(W¡)³¢–ò•8•Õ1œ
- x|Ù÷ÒÔ¦©`¹CU'æ,%˜IÊæOnÍÙN.ùQ+Cf§Ý>ézf8Ë«JŠ*ý(®œVáÞuNWA÷0¥û]Hy)·öLJ…¦ ++;³u¼þÂuòMôµ80l0ÕôˆPb¦±,SVÅ«&–ÕXáj²W¥÷æÞ}ÀîÉàÚ„–§À §U9ÎOž.DKtP/¾‘óÄ¢¬‡A.=0­•°ë
-š3‡6^’3oÚ<j–.±¼Uá¿Tïˆãµû@Î*~‘WÁm†YÈòIæð×}hHôºN:£˜:”hƒÏn­ Æ´»—sM a2Šð³ûEò¢ÑÛU@®pwY°õàq§ÿüà‹Ú´5µpÐ=š~¯Ò!3i+G„Ò:‡l„k¨U׃׃¿#g *šÔ8€s —B»SàÕœ€ºþ tìÑ­pá\}±5;KÐ_:µ{$3éqg¡ùÖã‰ö#ë·cËx¹…Íš29èètMt™ôà¦ß­•œ²¾áºö›ë!Ùêla|S1rÝo2Ãqeñk–`ú¹DÕéÚI¹cäÐ÷=æ’…9{û[žKjøØ¢7}ˤ™çõ
-á‡.´–°&˜è†­8¿x>†æ3´c#ŽÒî}»–`÷˜‚½¶•î¤£Er^l)YYÛ9C€mûmZµÄÂF‰°‚-‘·˜ž:€L\¾lKÇ|¥ˆVûQ>žŸ±CjP>GÊkåÖ,üËî0Œ”^ïlç$á÷Íy$Âsª%n…,.¬Ì`|víÉÿ ]<#s¤+†Ó£œÊà‘^©Pòý“{%òè³WüpÆTÖw6¯U·Ÿ;…gIx•Ÿ~÷¶A¨{d>”LlíÃÌò {£ ‡ _?hctƒ¥æð^ìê¢Ü
-l6§á¹Å×lµ”ΙŽ~8FS‘4bù¡/î¼Øe3«•gÕókWƒΊ§üŒ$¡ÐPæã÷ŠíÎYàsÓ¼[ÀÃC©‹yÕWš12)„›%¶PâÓ„rc ØLŠ»¤
-^é ü¾Þ?\öêg²/Liѧ;ÒxxÞ˜llwa°ï¿ÍÆ¿.$Å£šíRr9¹Gl4ÖY—Êrùœ(7ÿr_ ¶Î{ÞÃS³]8À:HÉŸ§üH8ØþéÀÇÁ÷½ˆC ¬ Ÿ˜Æ1¯­ð}.NÙï—{L¿çÏqÿtüdÚnPè…À~ºdýZ¼"FÄD߃"ŽÐ‰ÅSV[nEK-í~ êçDa `•Ç@-lM³~¯ÀÆy°¯Í£»ŸÃHú¨¬&¸|4²©xƒ•âØÑW Jñèît#¼È´Oh 'žƒ3„¯&íÌ=÷šœ HqëÏE§Tû[¯Ké u±RŠÝž\£WÌ–¨ÿBÇÞû5Ψ2Ä#?r¯>è‚.yéÏ;î7¬Èô2”ÙÅ:Å µpeRm:Òšl½‹?\7?Ðò‹TУCOd¤1Í¿žBäÙ—KêYiH•|ñ<秿‚¯*±¯Û é4ŸÝ‡÷jà¹Ó<‚>O‰ÆlÆ!ŒöÍú½ç¦T|ÿÒ‡•ø`¨ÛmžZaC hÃLQä3¤¤¹žß%ÇñÑ {ÿÖñ}HÇ<æfù¾‘I;+š«¦KC “Ý6Ep‰Ò=m{\ESgÛ-ÁÄ•Dò¬ ºŠ?öðä8çóˆÜúHàñÛ¢oŸðÓÝ7_WöN N)ÏNpýd;[ôÒHá4˜ýα à'+38Þ_¸ðU¦z"qBïîÇI€)·ŸRg;äÌëdLžöYO»;Rǧa ]¹
-ŬyK®
-‘
-JúU4±Rš³](ow‘Œ²é>Ú9û’(p>úð¹_çø7HÞÏÇk’ƶ®,ÃfãÏdhÈeý<ì×ÌmŽŒ½þÞÆö[Sû±óiôg&Þ&H¢d7«ñ»WáE|T£?t!x‹§º1­Mô/å„ô¹A»_Hmq)RŒK8ò­ÆJ•zü‚·ïY— ÆñâÆÂÚqJ€»†¡cló´ÀÁ(‘°Ë:„î°¹´öîp§xäÆòrß>ÛlK”˜»Þ«CÎs‰§xé°áCð2>‡H}gP¤]*¿”b5@ÄÈù”¿Áé+‰ªýtI¾H,94ØGNf^rò]c_hv–®¶ñK¥ì,² $zý[ R=¥Ý‹X:ƒ±ûç6¶^²¨þÓFóúêê‚r­±‰…ßÏgé>/ g¾'ö(¾6¨iœJߌL4á;TÑ$‚tr0ÿ~F¤a#IÑgƒjñÕÖêû÷L
- 66~xúLµ8
-2qGÇ
-£Ð0vÆ5÷‚¨„©nò—xúbº~e r*œ&#õª€^3si¶M%@»°lçÓpt?ݽGy±Î*N!áiˆ^¶;EÔ`f,\Ë››8¿,´I:j»¨yqP ‚ÿÝߎ+ý±¥ž9ØÚñÌ}E “­ä4˜izTrœq}"0/̧WX×8VþÞ1Ü@Õì˨æÜ×X{'C ËÓéVÔ!6ˆ·…ý¸i‡«p.‡¬uöT7Å–”&zGZŒp*BÓ©ÇÐÑf'á©Ú°¬Gé;#4_&[Õ¿R™¸¶ôkÔ‚s™­t^üzxh×X gýUîèÌ3«ÓjµÄZi¬Žu¼qÜVŽ?˜¼Ïñ="Éz—ÈZr@~ï00zçž|ïøò‚¼—_“B!‹‡‘I잎§I’x >“þ ¨teÍîʪ˜íˆa¿¨ç‘ Ökv&6¢‰4öb96^ o›)Ø+ð]=y3…/×ú®µ[§ ãOŽûÓuü&Ø͵ÈÕAPãîN
-.‰Ïô·ë oPë´½„PTá¡u¶¨_§.ÐZ><ºäIÖçÕºÊA©"‹Ö•G3,)ãÂÖØ>ðÅÉdUd™­ž”E­ùQwa.Ê›>£>Ž»Ó”„<”
-–<)ù´ºfÝ+F›X jvÕÀ1!cÊ(œ±D€l¨‚©®õ‚ÆÞ¹#d­Ö£É
-ÖÇ<Ñhýf¹êO[*lE,ØóÆÂìþ ±‚o*I œ0„4r.ª²Iù2çJ+® 5ÜÁAvãáuÄoóë:ãð‘+ ‘P‰ã©\M:¼Êjâ˜)’6}Ú‹ŠG¥DgÎýq*M²ª<1$ÆÕû»ø?‹ÉqÙ7à¿Á¦ÊwmËŠÅV˜~^ÀÇÐv*Û~·H´¢¾×¤÷[ËÑ–b¼ãõé£ "4¾/-5È~³ÉH$hOˆL?¿Ô€Â?TS6ÖVŵø¹úN8ö@Ò÷Vå{ž1s~¶ö ÀÈÚ’‡ç–—:Ï]YfõÊX Ë/ìÐ3 ÄÙ ÞTðœÁ&¿‚B—‡+]Lª0dñ&ÕÜ¿âΨå÷êË¢í±\‰p3’¬µTÁ."wÁõ™*HOJÝÄë‚ È;S£ 4PEJû2ù¼#9âP†qÞX_–¦”rÞé•<|2÷¼”X? \!–¦ã²¶Gx. BZ-zP?®)ëOÂ{3ô1E·ë4„¦ÞÀÉ“–Sû|‘8<ŽÀK“‹ê)ëÏ0vAp¿¬†poŠÚØ*×TR¢á:©À×=w°v]ÚK¡ã åë\pÀµ'uúÄɲcÌkáZYdÐdo?©Q µ%ÇÊÅè'µ¾$êÜÛ¤âN£S–À!,JxúTú×x®]·r+Œ•zÇ´´SG®†“ª\Ód’­ÞÀÛϨ£*…ÞNœ ¤*,¯Ë«ñlRÚYÖXÇgísÉŽÖ˜ŸØàª,¬T¼|E#"ßÁ¾¾1f„GHóIï}@Ǿ0¡ã}™øîã:ÎcÉfß«±+ôçÝåâ5?öí"Žw
-¹ÕÒ¥ŽüäõWõ éGµa¿Ì$ñŠH©›š}Xœc+eÛQáäëÀÏÔmä4Q·ƒ¼*eQç>$ý&[†ºüÔLÎ\ÁZ<ú¤4ÍHÒ¦.‹ 6zo'^ÃRÆ4–’8EPÿPˆ~%E BÆ-{u92MÂH ?l–‰méß=pPunMµþu5Aô+Ñürô¯ÿF°´|òçÜæÀšTøüQº£§Î­Ì@ ·“¶¼„‰"ñ8•4ˆJo©¦ëôˆ9B¶›rð©ƒã­snd:¨gk§1 ˧8B2.'¹\[Å\ló9ötñZUѺ„EAàÁˆŸ:ŠÑðŒÊaŠü÷ÀA‚ùÿÓŒøuüï
-îS‹¦ƒ<8'‹YÕ{Œ´/XcúåṼêÊNɤ¥F<!'Øø„íÙÛEž‰­¼0–æáøüä:æ>¡„{-)ºéÙ–B-“¢<`óR˜‡jÌI2a†E‹ÌPM=D”ÔyNgxS©•{PH5ªÖI‚šªðªß€x|Î1eʉ¡ ÇÈ™!£)9.2*„¾ñdn?Väðè`ùð¦Xg~Ùv¬.ô—Á¦tƒÈcIÌ@:åh?7ˆ~Ñ•Zß8)Æ”Yv§ÍÀ<v ßIÎV¨§Z¶í\žK¯*¨ÜC\1açv~©ˆ…¿cêI¸2:ÓOJÉlZŸ÷¿9„*sÄ3uEúAá.}z7÷þk¦·YÍz|7G¼rHTÂuÛ·÷Ê&Î2½_¤¯¼íS6?MâîA§ˆýv‘Ͳ(1ï¿Ô£ó èJkbz£ÃqÉ;껺GÿTœJ)uc…,'ª</RbO¯|ÿ‰’¯/¿Ã¾ò§îä§ÝØ@8É6 sº Æ3Ü£«`'õ¯Ê»OÃéÍœÀÀÈéÞ"”òòƒ“Á¯É«¼tÌ¿’û,'qŸWE#ï—Ø^x¶nGßF„ï1IXôM‡‘cÞ‚¸>EÝçY]Èl£¸¢И’UíîÚÀ}ð[à̳"d柬w Óìƒ ¾4sý-îèùc T3l„RÑU½¤H®Ê÷¯¾Z²OÎŒ•RãÝ×…_3ÖýfÒV²a‡”?,Ì•p²òÞ–œ ÙÚ’·öÛ¶”ãè¾)ŸÞ`KUL ‡~Åàÿ¾ú}çó¿©ud·)~çe^yáòÇ5Ói‚³YìFxÓ©ý~:Ójæâ³WQº/wA,t q(5Z XGƒžšwLXÏÍH41ƒ˜w®Þá:znñˆñMj@\Th’ñPöS¸²p9€º‹fýþ.K4±Œ)`õ¢˜¤Ïù›]XÛ9bzäyȪ…6Ð Ý0Ûá%zž{É
-y­ð\*ólKJ&€Fü¢lÃ]”5tòÇÌP¾ÕÙBvê
-#ê&ÇÄ -™wHò1G¦—XÕ[~Eƒý 쀮2‹HHa:/ý¤$6ž©ÿ§½:ÿg‚q
-c0¯Ûò_§˜zÝ™>çH&@ÝnÕÈ·qS9FÖ‰>ÚZ@
-Ò,ÙêÆŒäù_}nœj[ÁªW`ž$á6Êð*Æ}
-MžDù_µžbžÓá;e_< ¡]öiŠÊ9™¿R˜ßÈ9Ò|Öãä‚ÉÅ>Âúö2X”ׇýL˜ä#x5:}«xWøTwé²fÙòU.”\Á^>©
-™ºžG,ˆ}éfÆÜ·ši´=&{æ\!aÄ–TU–çâ1ÁÕLí|x_fQíŽq¢¶ ˜¥»Yn¨ä¦Ï[Á^­ÖˆXû•[Ϲ*²yÓg<ûÒx˜£¯¢³í³”Ã!ÉYuÁ'‰’?{Z–þÛÖ8›Nù>ßì3iÕºŽ9 Ñu—ûÎx-
-Õ?¢ïܼlb-@
-tK²’XcôÚ|ÎÅ€ý““Õ~ù“h ñ›T€y%ŒO;(åc³ÑyÆë¢=\â¬ZŒ’#È—å·ÅjKýÈ,¥,ÃH³‚€>Ykÿc‰¯°+ˆ@­”½Ï¶•6”:Å‚T%q Œî)ÐÑuî·m¢¼ãG)6Çž iVN
-©ãêôó¼q7Æ Ÿ(˜Ä*þ°¬8’ã~z‚üÚ²¨àº›ÕGôGf «”ócùŒ_å¡ßn+%Ø0¨5wF8Z¥qPi°Ñ/—$ÆÉv‰Ë°J3Ëû¥ÞòÕyוaélŽ©Œ.¬d” äPë¯
-  ùÏ…ðtBgWK5Ž¦&gHZaÒÂ\R¶àq®¦"T·a›ÁÞ„–±Å÷´EãE¾Nä:wÅ_É–NØœäÿÛðg©Òù§½Hè…Þ
-endstream
-endobj
-198 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-27 -250 1122 750]
-/FontName/UKKDSB+CMR7
-/ItalicAngle 0
-/StemV 79
-/FontFile 197 0 R
-/Flags 4
->>
-endobj
-197 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 712
-/Length2 2689
-/Length3 533
-/Length 3229
->>
-stream
-xÚí’y<TÿÇ‘,c-ÙÊrŒ5̘!{¶±YZìLæÃ,Œ£4È’Š,Ù[ô˾”-‘’‰‰d‰˜l- Y»ªûûÝ×íÞîëþw_÷œÎó|>çó}Ÿç<ò2Î0 éhA"R`H8R0µsÒpD^Þ” ¢)8Ñ Mõ
-Z›šB[÷¥o(™ )?—`û{ÿ¬ýpÛÓÁpÐ’wEÇê­*©ÂôùÚÒ=~¯gÀò ðS¶ær¾Hï“üNø`@B\ Ã××|k.f}S’6:W}ÆN?¥eÙ«•JÝ[1*¢ì×}ß}’©W™4{.tÇMíá<x±ÑÛ½V%_ó”×N7‹˜|JPó—Ç2âõëýgš‡0n*ͯkߟjbÑóí7³MS¹ê½\ÅA|fŠq£V© Eb4ⶎ.ÃŽÒ^ÖYù»“¯¡_›ù¹Ú<îÅ_¢:¤3ÕÛF%
-~H'è=1<~öÎÊAKÏ5_¡«)Ó6sêýn©[n¶È½•éÂÉã©ûç$^|¡Bk]â-ÌÂBBxªsWgØ'î&yîÖWÔËÊN蟖ûzóÜRâ¡*s†­ý$ó݆WAÓÃ"Ø<¶çùžƒ/Y¦"+v@§òÖWj.Ce¹‚˜‰´Þ²WwxOK¸|êÙ•&&b@"“Ú3rŠÀ}ÃäšíÆ(ïz”k‘êe“9Ãy¥FJÄð©K(pfÛ„~¼è]î;eëkg+Ú¥ö]»ýŠaP¹o?”~ˆ[}Ù«Ï%NÍ„TÂzÞ—ÒygoëÜrš¬ “sç™È èÔšqæmë»›ÄÛVª½¦´vdñµƒ!L´¶_­f«‰{±æ6¯²XÚŽkÍâE)Ü 9%.Œ—™È8ùGž£ÇuÅ8m†ûU*ß@F8'‡¾x)v¯l]Ènã<¢wɬ¥¾u]\M‡n iævgÝj=»€]4ôd g çʶ. ¿+K§ßRÍG;Ô’-öðò'tËÊñÉZ‹(3*Ò÷ØÏKù¹íNtÛÜŠ¯Ÿ9áØ-_Ù‰}Ù×H›š¤Nˆˆj•Cëºy2MQ:z±|Ÿ_^Ê,Vâ x—Dáàüg±y¦o×`ŽoFiÈÁkë,W*Íìèøu\¹”£ûAMꬥU4gÎàâYƒúRÀëN9gµKnë½CºGlï;HÆíb¥,8ÖéÖ­!¨Àö!û˜Ü‹¿çʳu
-OÆ轟á×]à)½žìs9_ŽÑ·C™C7àÜSÁñú£šñiÛ4Q¬˜£S¦e_ã"š‘鸞?˜[ܵÔw¬Äõ©üQxP×Ë—˜äô´T‘±ÂõU%íYöÑ+eg:‡°ÁYíýa<®BmŽ/t™^#DEþ¤RàáõÇaÉVúsÞÝöäWß•¼Oâ6– 3æªK^—dFö°ð{Ð’˜c98xáúeS¿xÆÍNý‹§Ý½çÏl6ÕÖ©FRW×
-l`ƒž,¬y<{Â>.ֶڴ΋[žVü4¶û"ö.éÖ)æWßXM\-acùããô“FZÛb¿¨.lÁGq5±îœðÉÔ›œ¶y$'%\ùhö9dS·>‚Ï^ÕQýpÿ¡é –óÂÎ,ÃWNx?­¨Lˆõæ&word.í²´·è¥Ô­,;åNÐÜ´ã3Ù‚Vü¼hȪ_>9ãízüM lÊöÁ šÚ“2Ñ(1énK¯¸ˆ¸üÐÇRó@@‹ç¾¢¡E»VFûCt‚ÍþyµšwqñA×JÎ)Jð_v„= F&2sÅ¿áÏg&p(æ*‡R«nxÀ2MRª r˜b/$¢ÿ[|tš$'*,Få#N Ɉ£<£3ø¸kš£.Ä›É$}ë7þ’ÚÒcÛø:o™•‘q娭{wà¢å¡'Pa…˜hždâCQ}ËsPÎoÌ©–ÖÎs2c’ïvå‚s¤s¥ôP‹<‘aå˜qÀˆìĸ³#ÔjôÒÓ.eoi©: ¤ïç
-æ~†‰jb$IM_Ö0?½«ÇÕÜ/I<#›Ï½CŠ?—øÌÓ«Ï2’£¾µAVNI§ÕW=«sðƒxÞ%uT%Å@Ñ2&œ?2((‘p*2²˜Ãš¯L”ËŒV˜› ÎE¸ñîBŸ˜¯gG×ñõÞ!‰l^žu~cµs¤§•Gº/dʼ@µµï¶öApÆLG­P·†™šæE‘§BC[úŒ5:¬Ÿ/·ôû¾<F³Þ×ÞŠn^N¤ZÕBÙòzWk #bMl›º×žšYR],9o=/å¾Ië¹¢étÌzðv(Ü•`Æ(@ÓvG Œ—Vç3”
-Z“$àGü¦ÜAì{x6™@¨=W’ì¡-Ûå<‰ýMÞ€;ygÓh1ÅŠ
-Î"bkä3`Y
-‹¸À﬽uG0쟸<ƒÑäsiÏu¥ÛÒÙ0Ô·/#]ÃÀbä!~+­}¨ã­Ì²5Ñkxéuêôà‹)‹ËO÷K)ùÔ.À¦r„Ç–Xv¯¥à­¸¬/ÜÁcºÅñξ¬Õ²¦%—JBNû)O˜IêpÅç,YJ«ä47ÁM|ûåÓ®£­E–/Þ’då¦'g­WªB3¯I¼K†Ÿìö)ðX6×n·ëô …ò,#ß³’$\|Ì»^Ô×ïP=ÉëÉ:ØtçvÀGDÚlÄÞ(oµ/ÅØö(Ó˜ïzÓZ¿×Nº~“̓dc­ÏûøÖ_^šQ±©„|¯00éP=Zï*ÆÉØ[:‘éÝ0òŠ2žÑ·“!¥cçžÙ7{®~Ü^ ìKóþ`€ŽD´;j¶†*w¸q•ÎÏ«ü½W®*'deÊ&žG&{SõqûYyïΉumîADœÌù“|×å–2Éþ²ôjí
-ºË^£æ×
-w¸1"Ÿa»§—6š7†’òöGK¯8Ó4ŠÇ}Nló°0FâP¾ÞéçümmØÞ¢“9M'æÛÜj zœæ;±ê9ŒäSŸJú„S–„C܇ʲ”îV@x6h÷$nï x¯Å“”Tò)`ï&p.»ô›ŸL•R
-˜x•1Uè1ßqÆvÏí¥Ùè÷{¦ÕÜ÷Ž‰s1ZD:°]WËå ïv‚a…íw•I^+}op|%C“Ér£Ü˜½òdÈùe耠æ×ø´c‰¤·(Îä3Š¡O†ÛŠV”[•¾b$ËæõEâ ì”ñá„{Y¢™uQÃEˆ7”à„úGoÚ HßBc’óVŒ%K»ƒ…ù¬Z&¥ì\k‚I”.ã1؆h™T—Ík3Û»(Õ˜*y ÏÃmn=…Ægý!gjÝ‹Ž
-|-Ác@õª‰E;½]², ²Ë:Ve•n” ú'£c 7-K:=âŸ|ÞÜV4ÿaëšµBCñVÖäò÷´ôß±Pµ¢wg‰ì*OqR_13®'g¦29ç>ÒƒBÇ1ü­ÇÎî”fÿCèy²ìÐÛäúG-Šê_9lŒÒõÿ˜)¢Ô®òˆææx2眆õ5ìéså…uèÝ£ÞãÆ`Ùܲ3f˱ší
-çnÖ¼(0.<O—=PO£@ÞÎæ3ÍOÜ|h¡S­e‚®æ8݃0ÄB¦%ÿ8ê†-ôçr–žjmŒ4ã+Ü
-‹æö رy“o±çòT¬µ£ccfëj‹U_LÁ©âô׎³X“>Úë
-=—˜Ž>.–÷v0;¹ý‹ ÿåùÀÿD€/D“)$šü t?s¶
-endstream
-endobj
-225 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-61 -237 774 811]
-/FontName/IBYHQV+NimbusMonL-ReguObli
-/ItalicAngle -12
-/StemV 43
-/FontFile 224 0 R
-/Flags 68
->>
-endobj
-224 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 1662
-/Length2 15228
-/Length3 532
-/Length 16127
->>
-stream
-xÚí·etݲ%(f‹KÌÌ333–˜Kl±,fff´˜™Ùb¶˜Ñb°`üÝÛ¯_Ï›þ5ý~ÍšZ+kå Ø'vœÈLJRe5FsGS ¤£ƒ+#+ËW€¢µ½©HÁÑAžQhé¦djg ø«àD ¤sš¸Z;:ˆ›¸¿´€æ
--éfg§hbÿ·þ=d
-®ê^N@Àÿˆ£¥àhþ?ÿ
-øûÿ×® þ Œ„ƒ™£ù?­£æjâ`þ·Ûþ§àÿn§áðm2âkÀÆÂËÁý/©™›‹Ëßø×|ø[”ÿXÿëX
-•ÙTrp­Ä›v\=RÀ¼Xhsˆéô>¾èŒûaÂGÌ®®<«~fozèD[c]é‰hCØG¢ Ú
-°[Œ­¹yÐò|ã?7HÏ–Ú0”Æ|;Øå.ll•5 Ü^(}çÒŸ‚ƒØhìFú’*õË̃r`âEÃû;Ý—Òü q¦ç+»^zÈïVÅÕÚÁ“Ý<X Á|¼
-+J3í×`Ñú‚ˆã½°!jj=ò&nþiº~‰îk/—N´Ó›.wK·N«‘4¨
-Õ•ŸŒ—ç⌽§‰ÎDdçdQ¿îlc|;¨a穉ËOD˜Eã›ãôö;Bë„1çlUv€VÉ@u(çÙ«ø8D€Ð-9¯XwI)-xþ3>©¿¬t»#mßéÐNÂÛ5p­F„\a¼vŠöQ–
-“ÂP,¥uJk²§
-øŒ,Aô¦Ô0‹Ñ‘K`ÖpÕ”Åp–ärõ”æø6'ï•püÞXZõ¬š‹¯„:qœm¼àJ«Ÿ´1+rñ2Há¥öÔQBGWUŽú:̵üëU÷WgŽ*qÎ1xñ­O}ÂŽD‘v ž•6Qq°?²½Â.?±óÌ%UݦB./¤Q8ä¯æ؆vÚÖ·<åÒd4[°ê<ÁkµÏ ü öä^4lTž» œ:2^y·üEËe¹ˆbE è­•µ‘¶Ûüôáñ>dx
-r»ã9ð …_-â 1-^g¬rK˜G#Ð Î+`Æ4üÞ¯’»Þ—ý†Ûýw˜ ¿*ΊpL:gåäaŸó™ðx­ýcÈ}Eз p¬Õ»R—ã¯"±úõšßÏíw2"yÐÜM¡$ãý3øvÌŒ>„ãâ2m¾³PÀбýH;òe#ËA Ð±{ÚÂ%Ë+eÅÑÌØû½ŒÒ—­„§><ÇÙÛÄk„lØ2æà›°Æ_Œãm«CW†A2i‰ìŒ z.us»H*ªîà>Cóm°ú‰:+;ûÛKZ¡žâq³a¡ŽVÉYk6Ø7.ÓØøÏ$& Œ9¸S4Vò¯ âA[‹ã&áŒÜ|’EEhM{L¦5çP¶Öó´ˆaÒgäζÛÙ]µÕ6Œ<g–•Ñ÷]C
-¨`Qnnœ†UÙš»s-6„±ÑèA¯n:·¶c}‰2쟺SŒ RZj®‚ø®2×B(<‹5óÍ[;Ø­©ñÁRüf§ 8&ÞÛRt2æD0êû5<³Æut²vnÍÄŠ8…-«×ëèK9‡å{d›~A¿™É+6¹±”œ³0Ñ:QéÏÝ›DVN3E‘˜’"/u‰ñºv±š3Ûw%nd,Õ~Ù⤳)öÏŽÞ:B|k²ÁDCÊè€-6ì7†˜t“G¬õÆ?çùÖ(ñêTWÙô÷gK†ZA)ôV›š¦pJ½©/‡ªoú<îÊF4\ßvEFí甶à*ãJßmgw­^ƒJ[ábýfÚ•Â ¤!gΟš­ïOÜg6:øækfGœî‰ì¦JîAgf¶:úÓ0²?îÂ}¬,¥´X{'Ÿ^ì IzlªîÕ Îcƒ°ŒñTSÆ<’–ž@™+Îî»T"ü‹sбݾ=»rí²Ä?iZBEˆv@ “„§hyèù“5„È=%ÿ³2ÓÙ{Ž©¯êƒ8TÏêà‹E1
-$ìIÀÒoÙ¨ÂVŸaš$*/è’»ä,E¥5;‘Këq%×®\¡óS«ÿbÄ~9˜¿)‚£FBñƬG“Èñ›ž„rQ–¨{©ÞMÞÑm¾çqb6‡4N‰Ãº±Â¨¯?Ýk~J<§Óð*äî– 1ë –{#§Äp½×·… +g‰ Âl*5¯¾oT*Ô¤Sle|ï–ø‘ú'R³µq°h#Gût9'~W“@ãlY‚"í;bæ)’k6–ž­³#¸jYêÆl[¡^FÊ®ˆEà]ÜÆv±XX–¾<e%íÎfŸïI'6!׊ÃmèEø’k¯øƤÒõ“óBwÐØý;§ô!öõþF®ñ5v,ƒD³¤Êv¦î¤NüSbÖ$öŒažXBæ|ØÆØ.c^nÚáF¥¾.ÄBeÿ¨Ü)ÞÆœ¿?&tOÍ€ŽsËš
-Z ú{»p£éñ.¿ 4 $vƒ5™@ KnsuêV‡Û·3‰WV°') »â¶
-î¡ýup2 Œd¨:¦_C'ÅÝ1jõÑŠt‚Ÿ8ôýÕ0Ûõ‚CMÃïÖ¯\³=9ðp«,°?ÇÆZý‡×¾16
-düö´Lg_Á*zÔž½{L™–ÒqßßJÅ ˜ú,¿\âˆð*_‰q3²ÖR%· ¬‹îþ©“y:n=ÊNú,ÂÓ¥0˜ï#;ÄÄ þÌ÷ã;†Ekøz‘ zµd_¦”ÔÝ å¹®ñk¶"Ýÿ ƒX~ùMFQŽÛŒš†
-Ãzðc}¿,®÷â¸âÁ4uø˜'±Ù-2G§kì'çn
-¯È‹~J±ë»U“sðmµZ©PK{[¶Ñ¡<7°I  rÉ+Ù‰CP´]y­“°âFÏPùX#ýõ@@ÿFèâØ‘iº›!j:<ïAHÚ9$ 3d²FC$Œ•a¦¿Uø¥:^8otKR»¹æÏŠâ`™ûÚŠix%/Áø¸ÝIƒOÌ<»Ù4£ûˆ5®Ú%ä§ý(âkía4Ú·Ô]9ÂâÁU}GÏ´s[Øw×8±<‚©¬w*ÃÆLGÃò¦Ûœï ‘p‰ âöó6ÑÆDbØ @¦¾ŸPÆ1
-ö3”ÖV´JI¸i¦r&CpŠ†)R`"RùYÚHS@æØ|NÅ—ê!™Jðs̃9âWJDEÕu]˜?;FåÝ&?Y¶–Öâ¢ãt–ìÇ4¼ÀDjk ÛLf ™~&‡¼Üóš#ƒò5C{åcGp>*Ñ籀ؠ†èx_† ó$æÝ”ª¥÷;{¾]òÚ_Q…Ït‘¦1=‚Ëè9}ïC=ÊKZ²S@&§{'¾Iγ-<ÓäÁ/Ëœ{,ñ¸{ù/øñ|
-Þõ¤¾º#t40«gØD¼Êˆ{Î(óiöžFKÄUÀšÈ¶ëA„Þå3ûË«‰}Jzô1óB?ƒ¯Ì“ðÏ&w;ä…ôó`÷”9ˆ­~ŠV)]ƒ­ð?·ËíJèæ8ch'\ôÙSª«„ýðÜ•Sd1¦DRè“9;-È[ti§´ô;Š¢G ¢ÉÛšIø&»/&.6GDf ÂGǹzwHЀ„åÀ4átן«—ƒWôû¬–¬Õ`Ï° sàY­J:°÷A|`twÚ˜Òƒª–«(ÛosÃ=×ƪì,• Pš`q¦[͆ÖÕÌ¡\yUÄSñóÒ^êGh8_­K þlÓúuÓþ"1u3Š£É-áxHU¶2
-q?cž·ÍhÛß\¸ù¸
--õkBÉ0ÑT
-ÛCŸA€©¶ZþûÑÝþnò0ÛPM‘Ýú€L®6%‡`C¡É¬©Ô9
-$´þ½
-yk§ñÏ.Û–ÓX©~ RRBqgÀö¤Óüîž5y¬#£i\áÝW¬¡k¤ã'µí€òšääp]‚Ìõ£ÁÈñuǺRìÔš¯ÊT,”t+Í®c"h¾Ý€n` ©oÚ7·YEˆvöÝ%}x ¬Ò
-fT4*ßÊäÎÂÝß‹ØÊeÏЦƒÚew<¢
-±«ú¾§\³æÁÔ8>×Ìs¯¡=K–`¾÷VFíTæÜa©dÊA) Þøú º’ѽFñÞ‚§}Úý D´ÙØxÀ#TUv[üQ&$’¸O7Ň8ŸZ¾>ż±¥30î+(VÛ /ŒÛ½œðÕ(´÷g:ðtˆ_|Ûã¼*‚Ý®³§Ÿ:àÐ.©_¶»°o)õˆ\Â^Žz¼n
-³aÄT춊ÓLÌÒ%
-c1˜•¹.¾/Â"ËEÚÁåáe> ÓxœBà´¯hl¿4ß WF5ÇQ¸wy}£I<ǬêI]ÜHÚ øé»'ئz<‘¢`TzSÜ .O]*@_&ħnœÖ2¬0pËÊR%"ív7¸êEÿtø¦@óì!Ý‹ˆ‰ÓºÿÙAä„@œXñ¬KY8 QgÔ‡Üj…)Ùønñy| ^U1h^älý2\ÎQJ˜Í·ÆncáW¼¿a¤ðØe£A²p ÏÅ{ayøé¡óOáñP¡8?7ÍÊ´Êt€³¦/3náÜ T· Š Ûþ0½ ïi™†ËNߊ¡ð}ºÄÙ.LÉá2½>á±w«aù f­ó|ô3ŽÁš».){ Í×[·Gr—£Bã#fŒýy HÒòækT9ëÔƒ7i¿@;³ G³þ^Â#bý\r‘Ð
-«Êà#~7c$RÖVüqjw†=#Xòýi¨Ö±J÷ÕG¤Ø•x{ÒÈ*4n2O1”wte<o'KÑác·[§¤-%¶÷8ï»3Þû² ø’FÛH$;Cm§Ñqʈ0¿{¥ï4r‘jÍ­bX3.ógofCSLzΛ)QºfÊ“F&ú_% NA¦L‚¸x|ÖZŒ×D,_¹ —:Æ
-¼^óoI‹ã=?°j1x8CþH|*ñ5Î>®öšžvÛVñgúòŒ•T!zO×LÎÒ¦0‚jŸ a©ñéÏRÛÞÇÛ¼œb½¤F󋙦­Ðï7 U<÷K©ÝIÐg{õÂ\à^רMJxm-O8ɨàŸÉ]¢Ó=µ~žÕ’ÞÖV¬ŠÒ&)$XõÅŒ(?V%eú`=+4kIP½Ã÷­³SNÕõÂg˜JôªœK[`Óךµ¨ð»Î·“ë$}çMÄS^ÁI¢(ÿ6cÙ¤ ‰”}ƒ°_N¸˜wKQ­UÈo×Hú¢ƒ5¼«(òÂl±»%›ûh°'70k>ŠA™ >šWÃɆ¾˜<®–&Ð>#C#"½XÙOª¢ ²«;ò““åï«dZtØö(nŸ8ˆÀ¾ ̃·Â:³‹SÖ1ݲŸÈ 1*7sG `T9×–R¯³7mÚFgz†ïÿGÇrs¯žPeIG5÷¡æwþUfêìñIžÕ!òe —œä),ñ÷J!Ωp†¶^Ï‹WŸ*¤<óóÄ1û·9,úÖÅ*ö`üü~ÞfT3I˜}v•²b®Øóù$AÛ<ÏœÜ×jŽ?Sõy½oZ_"ŸÍÁïî…[«Ÿ šS„%¸<ßí° T’#xЙ¥€Jú·8Œ¼b«ò‹4hÀÉs4Ž,VÝ­†9ëغ±~ÔQ*Ó3Z¡TæßI•†G·$Su˜Ù×׸íÅ14\Ø}X÷gxnƒ«þ&vÚ8cØ”\8Ž’²x±=GãN´7F"¢nEYAxèQÑ!¢§ÒœÊþ ñQuÜZÎ4ˆ¹=a'Ô˜¸×I‡LOÐ’o(2Öï¾gòǪ
-¹×·M¶—ñÑ( ;LoDØæLµýçÒ";
-Ø/'£—gý¼ˆù“»ã<’$Sï"À
-Œ<z©IP•õt¦-šŠ’è<
-ѦrCÒ¶µ%oƒþ<®¬†MqO΄¹'{c²Ýð¬MÅ0Ìe
-18´ì¥kÅæ¿ÛX¹ïìÛ5e ðÛlúÆÔ’|ô±ùgÏ$y~-ù+Á[%±ôþÈI‚©iZÌ\Û0­®¡›ÊÞÖý
-«­vÉ´ég•éXê!i‹'3T×® ÿÓ£Gt¯*u@YlEŒÖ9åëäÒˆ¶9ÛÝ«|XÇ_x—Ö|¶ÿ°lÎ
-¹V¥^mÃ$´Ïæ1ãÒx´i½Í0¢¼»w–»Ý¯—ø†7ÿì7=3±¸eël–ŠÌ(VÏ£eŒÊ¤@@°¡Š+ë| fWA•«>Ú‡ƒjM}Ž€Zß”Œ+R¸o
-ëÅ=+g¶~Ò$r¢}“p=ï>ºþÀŽuýOûÔk+a¶ ÑÁZÄAMD‰7ÿ°’E•±Ö—GëÙ¥ŸØÏJu|¤m¶0Éä
-q ÙÉ.Ö?Rßò#=Ÿ¸vdgŠåõ*ß÷ßV;lt\äËMŒKTý—Ì%É 6$pø HmÁ7õì9°ê…º;ÐñÕ“¸åص®ëY'zá¼ æG¥è!=`l¹ØÆ
-ªÖßKébéÙ¿W¤¸u©6sç³,ªI¥ÖÁ­X줤å&ïø‘0âoÝÎÎX‚Ê &Ñ7,°Ùžˆù¬â”ã«“ó¦UÍÓ «Z}1rnÎÙ÷Û$Ëú;7¯ ®&×P"eS«ì
->YÇÕB%ü,íߨ&Ìá=v¨g<ÀÊ,ó¥Nþ=ÄΡ‡¡WÊö Gß=.EœWT»P¶¬rÖ>©N{Œ"éŠáŠ%W–è}›Ø: ó\M^3¤á×Ý×(7ëü2 ý´ gÁUÒO.ƒuÜ­'Ïòr]bèĤþì?ó‡ ¶K«àP¿g¿x¿x»Õ?9÷ƒË>é¶;Èïy
-{!l"¨2Ïã#Cïh­ö-ìyþ '€ïgÁ(÷úÒM)ëùQ„ì<’“6ð¸Ëù–AHÜôeËm¬Èã§LO«¤ÙÈE3O}/3©ë|ÃãëÖ9òL$“9¼·Q]á â]6÷Úá¼ÙñÅÞ[!çÎtEë}óøaEXïNƒ®ôîßÛ,íh iDÌЈL$ ÚË&Z•ä3ñËèMüÍŒÐ×!Kô‹på‘i”Lj~Aeo%Uš•ãY¸v”¤ wŽšú%Ža3ÛO}½9¤òîáå„RSâz6v;c{1Y|€¤´{2’À)R·7 ±mVCšÕý!߯ãl5n9ùÅñ|Våphõ¥ËÕWI˜¥k; Ò©µd§4QèñËöµÔsè ÒÌQŠÃO‘BG¾Ñ Œ
- ‹E€¸;==ç¡J‚|ú@i ÇtÂÁšaÁŸpÌZÕx¸,[О¶§¨b&VÎNmÒ‡Ú’5ÅÝ-.°ã®è³‰€•ÅNæÎ+Ê:Rª·pBeh ¢º0ÚG\ÕÆ‹(ËO}F‘৞•u|Gdk„¯©âoäªÄÉjJÝSߊ߫æR z ówÜ˜ß ;oÛU9="]üÊ‚’‹ºd'ñ>ÂFé
-Ö‚ÚÈ~CÓ¯¹_8¾ (ƒò]8"pÒ!±S2Íš!»¸¦â¦.š\E=/%TFŽšþA{ŸÇQ$AOuKÍÆSw-Ù ìÍD»Ì#çZb!æ[ u½ÔOŒY¦f*ÄU-}Ú«¬wÝI5í\GœÂtüÁ%êz®¨DBŸc0uqã·ù¸ÈKisót]¾Ý1©ê‰¢¥Áö 0ƒn"ŽùN5ìÖQˆ=³?|AÛð~Eèѯ´ ›x©YPɾïTÇ=ISÆ- ûÁGÕf•·Ð¨ìZ÷ÅbW­î×Ì`
-ûé2HÙOÜ×μ0ýˆ¨JTD™êη==ì½éHuCÛÀ_Äœ½Å~$ážöå®O/fBîƒçhØ2êûrròÍFÅ”d­ÍG%É­DŸöh«f®©å½D2gÁöÌ°í
-ǵ¯zìשí—˱)ߌ!
-hFW}q7 °s)<Ž/Ì#]¤z–ABÖ¯ÉÙpÍéÞå>™ý/]còv]Gß|‰‘ÈÊ¿u@/þ°ú>n$ÙáO)ˆHνžà€Íÿ#§áBsXT'þt¥v@Ï7UðÓœ¢n¸j‰¶Ùê´æ3T/§?ža%ržê2\î’ŸFO¾n?17@ßò†5µq—sÚ²i®²Ž¿ ì.AD7åˆIGµ€û ‡cG ±¬fŒ-ù™Ë(¾×Šà»ù- 5伉›CµÕ[-g¹@V#ãßwxpÐÁC³ E>Ó^N½àôÖÊ‹ŽÇ²í¥ÇÈ_¿J"ó*®–´O´UëÄ?g‡}L¼Ô@vóðÜó.äÂîˆ2'ŸÔ¥VñŒE ìæ‹Šô,”n`NøcŠ¼¦_ºXD:ÅÛÙ×'| Ä©k“ ܃ò(šS£œ9X'£ÖX‚l=åϲT4ÃnHÓÛ·8C÷ïÌu¬¥Ž%fÔ¸®t÷Ó¹‹x+Kœ†â‘ÑWÔn¥›ÝÅ7‘<?ƒô ¥óØÍŠk1E ²ÀW¦ÚA÷†:ôðB
-'Uú2‘KÛÛó5}"[£óD„'Ïçõëüý¦qÓî.™¸;mêQ7÷ä|HÕO]yƆ#RáÁXUSÝ™&äñ™}Æ›CÙ`Xm£üÅj½ÀÛý[ûoi"ªÉLâîåFÃsÃñõuGIGnJ—¦–Øõp0Ð<JŠ0.1ÒÞO8rËŒu0Í*£¿µ—,Á«SöeÁŸ™]Rr(Æ~
-{y-â’Ì2í6npO×õ ¤,SNҞͳ½éJm䉆ô”é‘dÛ¬ãK’k_¡?»¼úB(vòà„eIzùÅ9õ¹s/* ܉§N^Ãö Û%®aÌ‹mÞ©ßž3KçÀÞ6ØÜÉÔx…ĪèºMc÷«DŠ&&©eš~Íújµž›ë0hßh¹Ú©¥‘]A匑B2KÖ"O¥†¿ Léa£Æ£ì¨7€`ÜÌÙÃÊ[GO‹œE¨k lkma™8É|w¹ÌùQ€4÷
-OM¦8PéÒÝ‚Åñ­užM0=CBFcW‘zÊœO4×ÜF ”Y(¦yžQ°â†,E– (û‡ B%¦¡8Ô_)æQüû{jfÚ:ì´.X”à5Ña”6zð!øoJ4g ”ty˜ÃÐ5»ýÙ Ö¬a
-¹oè›Øû%7µol³¥¢Øe‰JM[©à))ƬàÌÌ5Øló×rÑÚo9 /tÒĉ¼¸þ¬bÚQ«® êzw‘¥Õ®hRÇ׃{ƒc”Ùl>Šˆýx>ïûXùv§eñªÄ©5kpÎI¸Å7?ãšàÒZ.7+cgUŽÇœ2¶÷ªÜÞs¤­”@bË(õ¡_m[’mÈÕ=þd郀嵌¼xš%J„¢‡uþ÷ì|Œ!•#Ced«Â ǾÆh{w9NˆQ¬yJJŽll'„ÝlÜŸê¼ê)×€@dýÂ`('Áoq`ÿ¡zâ(çùc
- ÍàADWš^ÅBýGIC¦?Å÷M}¦-³z ¹ûE:Ÿ²3+¯G°E¬TNÝ M‹zƒBù”)|Ð&Ü Û¡Rô„E.DqÊ‚@8¥„êúbIÃ`
-¦PƒÀï š5ÓT¤ù©Bpk¶¹«%z;þjU·
-g6ö\¦C×'(Á5lž”stñ„,x´%;&y.wσåg;*¼!<D%d×åÈQå *©{’€5nŸ;×{· Û]}eúû°Uó7]±Q\ƒÁ§åid=Xî&…IîHòï“–2k¯×
-â™É÷íuB¦3É£‡A‡s(xßÉãWt¢1ߣ×ÌJ{œ=$‡Ý]ÝÃa·
-;4.­•ëÊ⊭ù(ÆéA_P$FË_,¯€gøģή(ÚóQⳬºò÷'j…½˜àCwØ|û;F}Åg’ >ª/Ò«Q¸Áa jå²Jb énNN}Ì2ž¤±óCÙÊæ›æv‚]H³·øR4Ù+:ÕHׯqॄ;.Rš?ü+ÉFìÛŒú_"éé´§ š¬ž=ÆOcÐñ9ÃÒ­Qœ­|îÂO3OŠ3Ã…æòþèŠ(+'7{?çÙüÑ;¢×äçþìÛáXI–·‡Yû‚aÝB4õµås°õŒÙA^ú¾&ÉÝã€yÔ˜½‡î þGŽüóhkV¤•åç8˜ÐAO0Ö=|ŠØ;%S&°©Š®àeãqIz1¤^
- ›H[7þü¯1ü%¯/ª_Ç[3R?ã#|z.Ç– 3†LÖßà[<.\*Z»qU¶5²j¨†1Ôé…ôžÏZê[ì—²‰¼¥ ôó%vfcüLðÒ3µù¿¹(À;f¤‹Þ40{ú×{fAú—œ|—½‹Ëè 8ŠEÃ)6@$ö'i†•ñsC8ÙÍ›ÏÂ?’ß5.r®”yµ;ÃNùM,Žé2Þ’~;6.ÀeåÚWXaT´/]Y?¨ü§z1¹µ'Az;µ8QwI–…ø¿š)Ø•š×ÿê⃸ðAz„³sήÜõ¹³û<ÜEwóDÁât: êR?¶ÏæؾFÝd^‰½ß¬tñ(‰½SÉJÖÌÁ6Õó¾[ú[Ì+MÜhE\\ôI‹b°P±•¶Ô·ú?)ág.Å_hÝÈÿ,²Ç·Î¼†1~¡ö#¹êˆi tÌ›´§]ëæAÂI.ðdAÇ‘¯²bÁ6¹Té7UŸ¡ÿØiXõŽç)”~\Ó
-R_EäOB¯Ù»U°å+ïÊÇ¡ÙÅä—Ñäõ—úƒ¾¹™ÊTšˆáwŠùxß;³éÇ<Àå¡H\íÎ>’HFu§Ä#äøJ¢¶Åícx7pÇdÕT aw<UëH¹C¸ì~üNo>§Ð]~ùH|·²y”å?]tÞïŸÅÕÝPV„Ké`™mÕh ôÀJƒÅ|äW¹3 Vœ¬{kâ~†C2¿Å
-©D ,jþì}ítù]s9g^ëÏj.ýît%Ç÷ùFã†Àï,gkÈ&ʺ›„jò
-jPsë”Èã¥B¨,±é: v'’i¡Šþ]øKmxîË\õ¼I4Ñ™S„ŠÖŸE°ušszí>?-ÁßtUv~eL Á
-ç­€•L%¢AxùgÔò(þÂ8ÐAc¾&£š5mßlRa¢^²â0¤ñ½/ñ;þ¸=Kˆ£ n¼þÝ3¯0Û‰·2=BÜüª
-pŽÎ€{oV/„³˜XAÛßöY6ß•¨©É+dÙD‡IÔ¤'³†Ô\.=Ó-FLC½ fU›»'òªW¹É6ŒÑ&ñ$}!%£µ²ÌF/|Âl¸`è:dA¶É[÷0PŒŒîxD¢ý ±©|㯾AîìmWo‚œ=¢gjR¥‡qëŒÇ®Òˆ*V¥´)~ÊŽ:ÚÁJÿ…\@´Ÿo lûPö«Å‰tU©Æ±—RnÑÝSƒ2ìù°ÉtÙ½9ãÚá<]¶÷<Äen0.XÏ t¦D\!1¸Ë5¿±ÂLžÙH L]íJš Jeïõó½ùîÜ9Îê6=¹+䀄~ÜÒÐ-®'<ÊkUØ$EËÜÀ+õîÇGIh¶ÓðׂVÇqìís–î¾XÞÞ:
-ËÕäØ<ö‰†×Òâ-¾‹Nš^a³3{òÒW—p[RSÿ”óó
-x[î•B)“D«a$ùeXŒÂ{)
-¸x9å06E¹U§žu±D!Ý nÒ»(¬„fU.~îOÈ•/σ¾¬U•+žpÀÑs;…Ú ˆ€?¢WÝÉf¬ÕпNq#Á¥„1m
-c-¾]8‰]PûÊå•ÞGˆ ÷trEC•%Rf†ö-.ûµ4Py"‰2}FIKX§xÃÕcD3½‘(´Ögbt}Ðn.^Q <¥»A=i~)žPõA½?X%6¤HÀðòR A%ùB‰{»E‹Ÿ&ï¡ïvNîo êÞOVxÃ×@¸h-ÔŸ=ÊŒ6ŸRs¶•­ .²#’ß}ùâ«JÈZµkÚaFb¿=ݨ%!ì©"—À¤0+3ÞC¾z"\ý”B\[…
-vNïP…:ª% eæ}€ôdálùWpK±(/–é@,'˜ÚaÛO$T2‚Ý꾨ÅýÓDìK'½âÙâÛ Ê>ä5z¢H[§?Äéƒ%Øж۾ßò”¾Z‰.à›¯×&¶SúMQîÚa]:dmq¤0Á%Aé\\ZEó,UÍ}n„R¥¸LUìµïõ÷¨úµ,°Ad3ž“Ü·0Úy&bzéð;²`‹íÐó
-:« Ådw5Šž–éï–U·¹©FßUcZô“iS·P´|‘¦¢>£'BæòzÓBÙ‰\ "û¥øÆü–ësÆ`‹K)Ò ÒÑáäÏR©¯ʰ뿤™6q<B·sAô|ob:îÅ&"¤® uhìÔâÚíwâúÓ)4‹!8–é‹!?÷•„kÀj¤°PN¸²7»;®Æê‚Û-ΰQôõf4µÆáýcÆ ëwU>¿“Žéj¼^­(W‰¨e/åýQYˆG3•N/qƒŽpO#¢½eÏîUO C&Ž¹¨ŽˆZÚÖ›`FsW[®Ã6£qù)\¸ÿèdtý‚¹~P-X™Ä/"W[®_vZ–wøœùáZ• Эr##1!ºߟí~”K¾´óAõñ,¿®ùš\|é§!5/}ÜvJ7
-¥ÃSÿ ™¦ÓЂ)ÀM¦Bxšz®^Òfò·´SñC¼p„Úزxšéo¤ <rޚñy£Êx•#Õº5ΧºN5x¾ß²Ë]&×»°`ûΕn%”SË »ï"ÝK]K2jQ ãJ—RQyO¢H?m‡ Èt?l(‘á`¯7W^+b}mµ¦° N<Ýúå?3Ñô#‹Ö`‰Žª>ú!wˆ6¹ îÉ¡(½¼9H—§ C°b <d„‘eæ§w`ê=ëwÞ”’„ ÁR‡§üfÃtS‘ÖÍé©¥_ax¡yàëq+XbwçÆäë&›‚5›Øv@Û
-endstream
-endobj
-311 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-15 -951 1252 782]
-/FontName/MBZCQL+CMSY7
-/ItalicAngle -14.035
-/StemV 93
-/FontFile 310 0 R
-/Flags 68
->>
-endobj
-310 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 721
-/Length2 599
-/Length3 533
-/Length 1109
->>
-stream
-xÚSU ÖuLÉOJuËÏ+Ñ5Ô3´Rpö Ž4W0Ô3àRUu.JM,ÉÌÏsI,IµR0´´4Tp,MW04U00·22´25ââRUpÎ/¨,ÊLÏ(QÐpÖ©2WpÌM-ÊLNÌSðM,ÉHÍ’œ˜£œŸœ™ZR©§ à˜“£ÒR¬”ZœZT–š¢ÇÅeh¨’™\¢”šž™Ç¥r“g^Z¾‚9D8¥´
-@W¦äçåT*¤¤¦qéûåmKº…dgaqºán¥99~‰¹ ãAá„!˜›™S UŸ[PZ’Z¤à›Ÿ’Z”‡®4<â6ßÔ”ÌÒ\tYÏ’ÄœÌdǼôœT]C=cSˆDf±[fEjJ@fIr†BZbNq*X<5/Ý)ÀÐ;Dß×)Ê9ÐG±É€Ä̼’Ê‚T„j0ßÁRQf…B´ž!P!ÂX±h–¹æ%ç§dæ¥+—$æ¥$¥À0åä”_Q­ LCº–¦†
-†F¦F
-æFµ¨
-Có2 KS=]L , ÍÁ¢É¥EE©y%àÄ
-ÿ=mù^unë‹)[úT£¾ÿÑÏòZb¢Ÿöeö®Q†…É9©‰E%ù¹‰EÙ\\
-endstream
-endobj
-799 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-27 -940 1332 825]
-/FontName/ITIGBW+CMBSY10
-/ItalicAngle -14.035
-/StemV 85
-/FontFile 798 0 R
-/Flags 68
->>
-endobj
-798 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 726
-/Length2 1070
-/Length3 533
-/Length 1596
->>
-stream
-xÚí’iTWÇ!ŠâR ”(  ™DIÚ
-ð…D4$Õ6 
-
-ºÖfP+Ô¾ŸþV~1n *ÂÄ0BT,ÄÅ%¾Æâr±¸µT  ²jï“É
-mªÔäÕÏ»%ëÕÏÜå¶@f.ù1CY²‚Ið) oç1q÷¦%ÙjA’¾mrS »"ƒžÔ¸-|G»{°¯mÉÑÇ/ãR}}GNšÆ© ´ÀìIH0ùWÑ9EÊÑXïpË2÷6Ó‡¹}W»öñб¬¾Ÿ2«ã{ë¬w¯sð*Þ&ØÔœ8%«¿ðnq®×ƒIiz©J‰yI%hYkî©Úâ²ûÿ<ÀØç£CLcšÝ¾éŸ¢Ld*švUÛñq£fÅ•ç–<£ÍHár$7˶ŒÙju¶‘ûô›ºÉ÷õ˃ç9Û¼­tÈoó{RbïY«/±½%–I²
-endstream
-endobj
-828 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-20 -250 1193 750]
-/FontName/FRQJZI+CMR6
-/ItalicAngle 0
-/StemV 83
-/FontFile 827 0 R
-/Flags 4
->>
-endobj
-827 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 712
-/Length2 1318
-/Length3 533
-/Length 1846
->>
-stream
-xÚí’{<TyÇ×ej›RjåÐŽh̘!¹µ¡Yƒ<ÄL
-Ó™ÃfÎŒ¹Ä¸¯rËeUnÑEáéQ$Z"ÙÉuEn-%!Êæ²n‰°COû¼ûü³¯ýïy=çüs¾Ÿïç|~ïó=_Œš=gNgŸ„Èl„#â‰Æ
-:ä‰Ö±c‹OƒÄ,ë¿P­ ' ˜L;k%^<¦?ti,˜)üWŸÍâø°eÓ!.²Öê}B³…è°€µ¶kͧ1aÐñbB
-~ðšä!>;wÏ>Í
-‡‡=2húúÝ<åðÖ÷&ÿ¿!4=ïÎÐÁ¦† Œ.·ã¥0ÒfúÞÞÆôcÎNÏ*dKû$Õ~©Æ§öÚ¨’‘üÓÙuIœ `E®´ôßrpÎø½cfM!nóçQä²ïnBÉr×mvD<R»åz²¥ôŠSCwG)çNRŸAªG6©S7+ŸÏRînŠóß KÊ÷Êúò5âÃ0Ç%Êä!Šœ¨#™2“í7—J|‘qík㑧䡌1S,Oùm ûåÎg§šØÜIE‡î÷’˜å!aÐÖ»î`×ѾËìÛ‡'âÛz»‰¼‡Óå²ïÏm¨~ŽŠ x¿aD9=ñãXÜ`mVµ«’â&ó*Ûþ¶…NLÉuMØ?ÀËPÜmú½vÄ[yÚqâ¼L7A}èGM)¿Ú¨.Å\e*Í{Ùé‘B™ºèlH~óò¯êj¬†Nåǧ+8ÙX»*  ?‚0ÃLW™DÙˆ,ÃÝøO÷l–¼J»N¢<½VØj4[I+¡ñËÚéífg¬-%÷¿m.à4ß-ÈáוÇúN]¿G®¬õ
-Ãý£·¼3p^pi©óŽRÒýd7ÛÖÎãÛ‡—S𻸑˜øÂdœ /¶õJÕ1¯r½Ô£âô‚ÍšöZ:¯º·þ”1úÆg¾y›Ö@Íþ™UÍ°û_£|[v‘µÌyÐ1‹6?O•%{I+I¡z{Þd^†O—Çœá‰v‘\p˜ÒÃ.á“|í–Mæ­†ºLïÞ‚ÁÒÐÔm1Ñ‘ŒÇfﺽ³!ݹú‰ž˜¨æ{Ô™ÀâM#ùÈÇVò5êm–Lþ÷ó(HädŒ–©Â²rØy÷C¡OI©*§Á‹|ÙÑ)HP]·hä=š•ž%tníܹ!?`à¢s¸Š ÚíCuüj¬­Ì4Áò¦YÆ †º(0¯&© Æ=Œ0ÑÃxþÅl¥ˆþ!}.dÕ¯ŸO’=iéÔ _ÅRÌ3¬¢£}ü$+'n-Ý$üÅ ýÿ€ÿ‰
-endstream
-endobj
-832 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-36 -250 1070 750]
-/FontName/QVSABM+CMR8
-/ItalicAngle 0
-/StemV 76
-/FontFile 831 0 R
-/Flags 4
->>
-endobj
-831 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 712
-/Length2 7369
-/Length3 533
-/Length 7916
->>
-stream
-xÚí”UT\Ѷ¦q—à…w îîî^^¸»»ww‚'‚Cp×@'øÍ9§ïíÑçöK~ëÑ{¿ì9ÿ¹ÿõ­¹„žZC›Mèl’sv‚²q±s ¤Uµ>
-°Ù‚Ð8þ¤èdã øWèáòŸ’'ÈÍý/€ñ/'à/%ÐÙ â
-pø8þ×B]'°«HQÀÇÉÉ) ø/*k77ôŸ›àï|ÿ3¶ÿíä ²FËÍ#
-'Ü™ ûøÖm2ÛLôïÝ
-Õ'±Íá}2‚ãèÿŠï27ne)âó3CÄÞ¼A]ú.G¨IÚŸ¿ö­ëŒXú¾­´Ä~†²^”õRNeÉ7¿kBrš–áû4qã8†òD¼ê^K°é}oS°3h)ûT4ÉNv³WVt¤  "<czà?€&”é_çRYjýIš€„¶ ÉÄWš)*-Þá¼^Ø­Þz(%ÎÉ@$ˆ©ÖPF••¼–=ã÷=6©î¥Ó‹…ýÞõÕ
-øñ…ö ~ëÆ´cYÂÜØG½YïÙ½+«b~‰"G¢µýH¯ë“Á붑°“,ˆœ°w™!@°\ÍÕÕƒ­÷‡Ð`n[+ùO³O¯¶‚è¨ ª ËPé[Ói¢ºÕÌÁÛÚo‡Åñ}gèA´žB‘SËSxHÔ;>j!
-®Å&Lˆ„ZyÈåÚÁDÙËPÛ~mž¬C™ãsÑV¥X®ÊêÑÎ%ºOÁE´Âõümãll•ÜLz_á=æ´@|0-WlÌí9õ[lÅÊŠD÷šfÀÑÌ~/-ƒç€5©²oík‰›gJÁ±õcËf
-ã‡Ô;&ð¶A¦ö¡r«WÏAzKì&FdÞÙsä¬u¤°4%c•5;™ÈW#W©iE¹9†‚©a}1ˆøZ1¡:¼Ö³9ߤ‰K²[¨¿T¾ÂŒgª+p (hê~ìûX½ýÈQÊÐRfCiË@Öº>f s䜆W«-¶ë0!b³¥ מè4xbùî–i†üµŒDŸ NšN™ûäC'c¥U“ðŒ¼=÷/ùYgÑ#³¸8OÁâu‚D’ Ñ,U‘A®úÉÈç,ˆƒÐ>‘
-÷ËÛÎÈÇ!ÖJ
-¹Î-¤>†~”3Œ‡¤t¢ŸzÅ÷næÿ)šÔ;˧Óᑦ'< 1n=…V©
-!èÂV`••kßy/{ÿíÿ‡xåôp¦w1t×
-Ðr<Ý7²àÛ¢²ºüuu¹²—Dd~$¬ÛƒòÖÅeû'!M†ãuдY”¦¼â©d+[;›Nõ™j&ê“Á,;ùûgµÕ™ô©æýÚ*]p€~®—F²ÓQ¯‚kI†:
-õ÷Pø®¢YÛîäFqÌ+Üì–Ü0¼0ìì«âHã?
-çý½>C¿$?Y¤¨³u êý4™Ìýð*“Ô‚éì'vÏȵýÌZ‰›½7l á0–å_ëÌc¤~²ƒ@¢†˜ÛÝAH Â}‚ÅANZTÅO¦ÛŽÞ̱^D$YÏÈ/ž›¤ÇÍ7t[+R¡vuÐévoÜ÷®@ü{pì©d™}+³¸F/—'z÷ÅúfšRØü‰µJ8g~šôƵ²î uVkЕy7fplÏ·¾â–ß
-ö°p‡I‹û<M¸¹\ ×ÔÉHúÛ¦Cà MÀ¿È ä±ÎÖ}Gæ.q³`ñã¦t¬áIÀȲÊüS‹Xù­ó/“$¹2ú—e ™ÛÕ?³~Vþ—uj‰u™h›ƒLÝt%V¢ÏT/ZöÉ [¥¹QEçç<ó',ã*Zùš©–”Áýš´É»ó2F‡¨Ó“Ö8›¬¯ð³Øú)¢}ŸBIv?L®(`mnVY°œâ—3*N«l¼ù’)Nù±’ÒÆÃq&⋦²A„jÒ½‚ê›ÃêÉÈ}.:Ï4äêùØìäõ»­–«¨•,5 ‚ZBátñL#@h¤¾™?ØàÕ×>¶þɼ !Øá¹xs:¡Ù<}|óŽ½]ïßØôQÖëET'dåÂpKr)£õ…Šw\®žV-6¾ó£ëMÁ)¦„4mè4óÞˆwtœÑß°¿ö½©æ(p|à«wæ(ï †é}
-JšÄ‰5y!uZd¿z|uDË
-—Œ3¶¾w´I8&J®`(ˆ#ãAºƒ*Wt¡¸´Rú+M¡a|fØÖqÓD÷l=¸YÊ5Žé8»vkô6‘Öö䑆OØ㯟…!rxàã°‡¦¢4l§M ¹Y£?9ÍA¿<Ø5ºð°ZÖêœ3wÍp÷‹Öw¼=ü¤wج÷ÞÒ9°®CŠ.ö“ú
-8¢|m;B#¸Œ„³Kw¸Ç®í„=pÛOÙB»ÜÔs¼ÞÖ~ù ó¾Ö…düy€°YŠ\¿ærš Ë­UvœÓCc=[…íjÒ.C…Pê¾Y§C¨4û=9Càs¹¬Xd÷SÑ!y'`ÄFµ%Y²¬j¹ŸÂŒ'-ÕõlÖu¹z’Þ}wóÄ Ø¬
-r^J6ðçDìÛKT
-òMµ™µŸª Væ ŧ"»¦iŽ#‡‡z«ø8—„DÈ<û*Ý3º€›Ìz2¨Ñ¥¼.¾2%•'a33txF^V®¤jžQãVm+æ*Fs @{tbœÆx
-؈¾`3bjʾž5µ q_åçeé~ÏÉ«ɲm&+ ƈì,»ˆšÂ•xÆ» ÉÉýýÌ[h¸mø=Ö‡šî32UaVçÅ þSºä(á”Íã; +TmÉïE]sŠ´þwÁáÅ*zôáëÕx‚%Œ›æ½åbï4'„Võ/\[f 0J®á×y¼÷Ž?zˆ•w¢ÄóˈOÀc5tÂÁÉï<bTJÓW:ß N—*(ÅlÅe•Wê
-Š<U²ÀG‹
-
-{”ã’×VÒÅsöò«kŸóœíWgPX[èÑ"£áèÚa…y\ï‰ Ô­xe9[šLÈK$.1Êè«K…ht°»‹‡¹Û°(3é« Eý^ÄÉ.¨Xg`D9_œ5ÔzÖùßÖ]ažòÕÆ1%ÀGÞ0áb´Œ-®?4"éZò_jÇbæò¶lúµ'©ÉÌ…áã~Ç«gµ]Ù÷gà8ÝT 8ï*2M9=šÏaM·6˜µŸžk£­²Ç¯V¥o=çÓÆ¿ç<ŽéT)(`÷Îu+)m–ΉY–•´¡œ‡>ÐÃÆkÍ4]Ô˜³yÙ7¬ZYÚ1{&ü~¾ žAå+Œ’žú +&Þ.'õ¹/€#d27§@*0‘âÊx–ŽŒj©3Î!¬–Ò“é”ðSðôy,Ä!E*}ι$Š¾›ý½–ª…¬Îl”þì$’üáÎOIŸ{I‰ ExÅÍÅ8îÝ¡ts>¶°ÅØ›)…r ¶a\’ØÔ
-EÉ»ÔwÕOYÇ©…Á gEC§^Â$V4¥¢[üi¾õ%Qí7‚E«šŠ5ÛÖ"b[’J­9xU©¹pñ3ŸCê–¬u¨>·„\ ¼½Üí‘«˜!à£C¬µZ.ëUÅý‰c·|Ö¡¶ÅÍõ¡ñ‹ÎÏA8«¼ßJD¤aÞkê$^ÛcüÙ¬Š]b̡δÐHV¶¹"“xìûÏÍPKðÒm3$ŠÚ¾¯PÄ;,ƒªœ%UÈábLõ³ûqqÒ/AOìò(oŸòð­¯uϺÂoT¼2|…->dï¸Ó¡Ëq¦¹ØÁ¾däh¢áæWÛ`HLã"{Ò˜6Q·÷“ô{G’Ö†P!‚:°ÛÝ’îИè£È/#„ù'n—$RZc<sx5›Š üÉYü32·<ùÖßjŽ¬A ?’Žs¿¢ñ¼À³8,m*tÞ”<
-Ñm {“†¨Äˆ9ý“¨Í·Euê]pèºy÷©ÚÃøöi@¿àUI©]‡‡ýþ'½ó¼4á.òŽ¸~7¤¾½ƒ )tǘyˆãn>¶;ï[qëö¡Gm@ÿ'|6ïÕÔh„äcÛ>º“ÖÔ“(f²?²Xµ+ ”ƒ<õZš:•]!ÀºÏì‚ŽÜh_!ŽÆú7ñð]û™¹ßmœ-b©w~ðò8ü0_8Ш48·ú›æS=Fº&yÌyýzû@õ^èS<÷©›mÏnœè4mª… ò뉪RõÕ„*ÆW’o”+Vø%¹˜Œ茓‹#KUN­>'e¯{¿Ã’ÇOm•)œ`3 ׃]G¤«Ý'ø•©RïþL0ã:¹býªÒT–ÜõÊ*Ç8›ãOpžiÕZùp‹Bò5i‰ªÆŠ((+’yo‘$M>“O3/ôª–Ë¢/Û.“•)%ÜVÓñk
-H¥›rsT–9ã•,¶ˆ(°îîY 'Àâ{¯­ö ß]ýäeû(=Ñ@Fz,úk=ã÷è!ež"/QÃ(çGEjC?Hêjœhöóü»š½Æ¾6{‡ƒÙJD6áß Ë˜Ù5 Eů5²IjÌŒ\HsúÓ1¦ê7i¸§Lâcëq\FÑœÒÒ¹Aáp„Ò9#2$™C07߉?qm£ãIƪSt`J½»Øì¼qÂf½9Û‘—$•ÐVï}xâI%’¹vé-qÍücÀÙk]àºÄµŸÅšÔæ“´wÉØArøn/Q™,=[Býzà4ñSš’oÁNÈÊ»ú‚©­ÐŒÆm›rC_þä’ʃ‚©¾¢³Ðàfõg¹Ü
-³9‘=é´ç{&
-…ë™Á~ŽÆø¥ ½/4€Æ(¯àzÄ¡Ãn0í<
-ê“
-]‘0t‚@-.×)‡·Òišˆž#{Qá y ®²1gÚj¦1¥ÁÐ)Å,ý%5ña›*¦]Ëæ4V_¡Eålsé¤>±áÄ×s Wªa XY Õ8c˜Ñ_š·Ìõ™tE–ÒÁîøh¨voHâè~krº!±B߈#™æ¯(šsÌÇ¥ýÎÈçŒÜ4•…¯›Yé7|ˆ9Ejf?ËGå~0_3=hàd{ÙÛƒü’ šËH8ÉúEù:§áÙ-+èÙ,»$[ÎÎ'»lX‚Q‹ƒ Êwlr™F¨,pfŠû®[ýÀ/ÒÒ%rÚ*~ÒÉÙªø½ê¢ºÇ!bt?Úù‡^B¯B«Í2aX²»ë53/…*7üÃ7x‰cJé¿ß*?ªà!®³èsŠlâµ»1›¸ÊœÞ{˘º­zX$ȼP¡¶‚um\f²áϨdÞ¤Á'ælÆ6µÌØ„¦<☆v†¿EŠŠë##ay56Œhð—ËZÓ…€ö¸)VÈq…r¾{Ì3ûy:˜ÖO½³#-Õz@ÜÞ‹¢>^!Ã×¢:d©G /Ǽ †{„è`…H8,4-`“1“ó<MŸ}@)©¦vz½7{e
-ÈKv¼<÷HݲæöUꛨÿï¢ „ ˜l«÷ K?z%°c¾™GL:6Ú:3©xÓdRñádøƒèôp¹Í6‹èÃbŒ_„I¢ƒt`&YaHÎk£°<<–]IÙÍ×ý…`=36Î9“ŽÌCðƒ®!(ƒ«c°<jþÀœóÿòAûÿÿOXC@–nPgGK74´ÿ
-endstream
-endobj
-927 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[14 -250 1077 750]
-/FontName/DJNBQG+CMCSC10
-/ItalicAngle 0
-/StemV 72
-/FontFile 926 0 R
-/Flags 4
->>
-endobj
-926 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 720
-/Length2 1418
-/Length3 533
-/Length 1951
->>
-stream
-xÚí’{8TëÇ£ÂLe&÷D-rÍmfÂŒ)בqÏ-”\Ƭ…Řa™Ñ¸ßrè¢#[¡È¶·¨°m¡­t9%$²£G#"IÎà´ÏsÚçŸóœÿÎsÖúgý¾¿ïú¾Ÿ÷÷¾ªJN®:æ ˲b1Ù:x]< 8P\)x€×Å¡UU)DcÃ,¦% ‘¼‘0çx€'’õ ÉúFh´*@a…E!p`Рh®¹ˆ€y(„Àtp ±ƒ PAÆ
- ã°!p`ÂüÞêmÐ9@ Ì ý¾kæ1`º93¸ Ž°‚¹è³éA@
-¾œ­ªº¼Ú- ž®-õ!ØN
-ɾë®6Àà 7$Nf‡Û¶¦Š;–oJ2k£ _HQö4ï¿'n1ª]iO¼ÍÀœÉyzÝÊ´GXóõóÚt~²N¼HWß'OWTvo@²™_<véä%^ÜÄA~T5í·¯»¤-Þ9#±Ö‘:c&23¤#§&ÄŽ<Ÿ*Œ‰®B'|¬_­IÇÄÆßï’8Ê9\‰ÅU/šËÈÏOÜgÖÃ4úì”UO~{4~Fêvì™´àgv­ŸÜ4D»Špaš½ÏÁˆ>÷÷Þ>æºK¬|\¢s”K¤›Üp¼Xüx¸[ü°êbÂA×XÎËs&/ÊžU›oAar•¡:‚ÛŒ¯_Q#;pñ¯–킬¤RðB¾|‡žŸ_àç Ÿêoäàûy5F^éIÛ͵nZ«Æ!6«êe‰Šgf¥ÙƒÊ“Ô]
-yòÆÒÆH…q€L.î¿|ÐÿøŸ 3 Âf…Ò4úïaÍûn
-endstream
-endobj
-930 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-24 -250 1110 750]
-/FontName/ZCJYGZ+CMMI8
-/ItalicAngle -14.04
-/StemV 78
-/FontFile 929 0 R
-/Flags 68
->>
-endobj
-929 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 724
-/Length2 1240
-/Length3 533
-/Length 1777
->>
-stream
-xÚí’{8Tëlj8†ÙJFYRŒ5q™ö±›¦¦qwŒØˆŒ™«™Y£e ƒìQbï„ÚTt\Ó~ŠŠM.[ŽC7l"‰’Üb'—ÈÙH.ÁéìçØçŸóœÿÎsÖúçý}ßõ}?ïï]F[ÝXæ4®0bÌœD$Qº³³½ [‚ ÎȈŽBl "ûØDH¶¶V€ƒˆì" 5•B¦R,q8#€. ‰@á ` ØN7]rY4„Â68³±`H á°ù
-~À…Žà,\„²ý Í öo¸V‡3D|¾ [°¿4«ßµÙ˜ñƒP" pr!Ymõ‚VØœ!.,¬îÚcl>Ì¡!A|0'YAËeÀbˆëcœ`à›
--ëÂ]M"ß2‡…ÝÁû€ÏΕ»]iº±aóˆ
-¿‡Ú»W(Ž2ße ˜ï¢€
-ý¯Æƒ|LÙï( 5Ù†¼¬rD(
-!Øòß ;ðçú,›‰!.Æ2âä Û½/À^øÏ$é¡þ±xÝ°¹ËD &’ž™ŽÕ–›L¤xˆCL~ÝÒvÊØÌJ­çU•‹ê%Õš™ÕÒùŸ¨â)yÚBuá ‡º¹Ö5D»º÷„¶2i”„`sÖ ‘>þ&ønÎãÒ}È@~—I{a[œËÔTê‰OôÉVµ³Å y‘·ä}ÃKð7šÈ¿¨oLdXšGËLîvtj°sÅ…+j¦~n=ŠRõéX¬Ÿ矽VH¦Üêš+ÚÍ`½é5I.kʶ˜
-vŽ'DÐôRŒ:;Ê~iŸmVú®"#o}jµæ…˜o"uøï.üÐk‘ÙÚ™øÒˆñ°Ç}pæÒ—”ó!2ÏßE[N:0Rêõpüà˜@A@•«yjÌßÚ:q3®ÝóÆ´Þ7>®ùÑù£»Y¦–-­…7Bx{óÉ›MY—ž+4ÞT˜&MèÛæÌ÷p˜¼àhÂøv‡ðî™…Óqô7å3£ÆážëìH<ŽÏ%®¿_¬ÒýÉó‡ýhÓ~ÔfÔU&n–iæ¨ë4|™ôc_æ(s‘gCAÏËPeÝ)ûY:T«ÝÈØAûÚèì~–|/¯˜:é®l70PÏÒ7dz
-yõòÒ¢«Þã!ú';
-eŒáGqN¨Ÿã‘‡í²t/é×
-ô†LæO\!ßɳÃiæ[±¿™Ê` Ò-ð¥´Íå_ûœ\¢ú¹êß-\Ì­×ΙL?­4îá à#ò%3:ÍbËýê¡Iø]Yîέvÿ=1•OŸá§“:k§«>€ÿåƒûÀÿD
-endstream
-endobj
-951 0 obj
-<<
-/Type/FontDescriptor
-/CapHeight 850
-/Ascent 850
-/Descent -200
-/FontBBox[-30 -250 1026 750]
-/FontName/LOVUUY+CMMI12
-/ItalicAngle -14.04
-/StemV 65
-/FontFile 950 0 R
-/Flags 68
->>
-endobj
-950 0 obj
-<<
-/Filter[/FlateDecode]
-/Length1 727
-/Length2 2443
-/Length3 533
-/Length 2991
->>
-stream
-xÚí•y<T{Ç#“%EêŠNEÆÍŒ™‰1¦Å>eÆÒ"cæ cÖÆ`ä†ì¢µn eK)ûnŠH(Y§E"K²$[Wò¨î}îëé>ÿ<¯ç¿çõœóÏïûù~Îç÷>ßs^¯Ÿúv{¸•ãâ9l>…@á
-IAþ-RåRüï2;ÎKÝ’̹ñȵPÒíâM‹šSbÖúœÝÿI·´<¡§ÝζTا¨$ŒÕ.nþr*ân-糫4Øà9G&{ß|†ÔÆzLœ–ò¬ö}¥&h¸ô`±é}ֶă¸ôÓ|–ùØœ].׿œ¦ª¶ËôŒ¡h“‰lˉu‰Vã4ö°‰s7eСè7!ºñŠ,™®æPe=u¨ªÕ–¬Tt¹Ãú¢±Ëj*©Ÿ*­{7½$V
-¾oùpqç{IMsC‰ëGT·zH<ЪÉ’
-ÌGöÑ*3㓪RÍkh™…ø¨é®¬[UŽ‡“ýNeoƒÜ(Ižù­¢e·ÞµÃQ/#‚pÃ~GwÞvÌMDTâºØÓG±uXƒY§C`®ñhI×ÝÌwm†Gîu?+ª–‚¹9®À¸bU©L¶Íß"²+n·°™–ü¢¸¸g‚j¶Q΂Òn·2úT\ìQqL›÷ÐHIÒTêÝKê•RЖnµãàCQ§­:ò’iõCj7½ÂÊœ‘ðÒ øú…Ç1}óãŒÑ‹Dëêñ¢Vˆå¼ƒóÙŸæZí#Óƒà¡h#NZˆ$sÄ>k({ ¡¯-ôŠ—¥"V‰‚)™£¼[4 Þ©Êø@¸•x"Úvdݒ߈§eCÇ=»Bif™}|±ŠKÊUduÒÓlUÇñ>6vTqÎÕ‰q²çâ¼pkï5¯ì0çÈçb^wÄ+C6÷HZ 8FVTŸÍ2¤v|hð0Vçr‘èËÄT 1÷¹„ÂòÞ-±PQ¿…ËÙÞ®õL˜rç”Åh›¯g}ÙzêJB–›Ý®ÙvbI?cà©IܱS[³ž«ÀίOŽ{;¥\ÜEûØDkóŽ‹¿Q³h#XØHøHæÖ‚Kí¶d…sôñfXÛÀ‘½¦ÕMo»ÛZb/Áoö”yˆO­¬ÕÙקž@Ô7Äð¾l9›ðª79鞃WuÒŸÿhâñãÓ,UHÜÀ«–õy
-(yJÓ ìÓ™±.Æ‘™ãø½þÛ·H§Â ™ªÚv:ÄÓÑEȃ§Ã/YQ::
-Úq9û||S–bå*Ãô¨ҩĶõBéµYÅu³JÊëyÜ^Ǻ‚ò(ÿÈ^[Å~ïÚ¶D£Âsˆ™ùÂHùðå„Å~# »§Qú]íèdÄï?óÚ'!vG†Û·´~ÐîCb_9~¢™e÷ÑçëùÓ.¡uÉ"ÙyøG‘„ V¥SRpËrø#÷[spŠ{[åÁ
-!uz¯€áÙÒŒö «Ötµšü’?Ö?Óv¹7y¯¼8ºXáeª{*þî³`bÞœžìY¡Ríåìö
-r’Ü•‘ýšb÷WNœß
-ò¥†1¢‡ÖþÚyiÑ=i‚–QL
-!Ê2À u•CK.ï§?¹O½œ:´­¼ ¹nsÖŸð¿œ>«Ñä‡>‰O,`
-Áu|ÆêI’M>VÒ/Mª"Ç6fb«.•eÙÕ.Ç¥Z¡»×Ò"ñ‘U÷ÕpÊñ…g^¿.¦Ô'‰™º„¨í!Ii:Xã¤6š!ó•Y¡õÕ¾ãóz*÷äæ`•WœÌ`(ؼ<ЄÐ739=-J©ão|Bk±è¼:'iB‰ªö©›¾b¢µi)²äÁ¶€“¤€ÃÊ6-H릆yÛÈ´s MóÀY©Íí—’®“]œ|6¼À¿™W° $ŠDt#Ó‡:£7¾Œ@Û2I£Õ"fAõuÁ¥%?yÌ+ÏFµÖ°c)UÃë“è~瘘¹sÙëCdä…èZ/5᧷ 6ñÌ•ÓJ¹•HÎÞ„ìFg~<ìö^cÙ×]¢ù´ôBY…ޜʼnK¤ÉæžfFƉ/]·tœŒŠ¤\”
-¼(±e&WÃÄ‹êÓz-ÊãÓú>ŠqÎL|rö5ì>Ž´Šê²_Õ,Úf3CêUýC§®yÜöüø Þ%²²9ïÌÊTœàDÎÌy‡šu÷ –Ž’Tü`ÌMÚ΀IZáPïXž’î4SgsÎJϯîZ 3ïLz»}þ-º v“®xmºoè‰ì^»7¬iÇ×?v™¯%ä:bííÈk¾îð‹Øu³(ä!Yó‘K©òn7ýäúIuåã;Ã#£îåZ'Çz~aû¬U~‹.ÈÕ§Kû°õ¢E$ÿ=œ¸~ê•ÃiÝsŽÈÿò‚þ?à"€ÂÉ<>‡Eæ1 Ð
-endstream
-endobj
-1 0 obj
-<<
-/Creator( TeX output 2008.01.31:1812)
-/Producer(dvipdfm 0.13.2c, Copyright \251 1998, by Mark A. Wicks)
-/CreationDate(D:20080131181242+01'00')
->>
-endobj
-5 0 obj
-<<
-/Type/Page
-/Resources 6 0 R
-/Contents[115 0 R 4 0 R 116 0 R 117 0 R]
-/Annots 118 0 R
-/Parent 1094 0 R
->>
-endobj
-120 0 obj
-<<
-/Type/Page
-/Resources 121 0 R
-/Contents[115 0 R 4 0 R 165 0 R 117 0 R]
-/Annots 166 0 R
-/Parent 1094 0 R
->>
-endobj
-1094 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[5 0 R 120 0 R]
-/Parent 1093 0 R
->>
-endobj
-168 0 obj
-<<
-/Type/Page
-/Resources 169 0 R
-/Contents[115 0 R 4 0 R 205 0 R 117 0 R]
-/Annots 206 0 R
-/Parent 1095 0 R
->>
-endobj
-208 0 obj
-<<
-/Type/Page
-/Resources 209 0 R
-/Contents[115 0 R 4 0 R 215 0 R 117 0 R]
-/Annots 216 0 R
-/Parent 1095 0 R
->>
-endobj
-1095 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[168 0 R 208 0 R]
-/Parent 1093 0 R
->>
-endobj
-218 0 obj
-<<
-/Type/Page
-/Resources 219 0 R
-/Contents[115 0 R 4 0 R 242 0 R 117 0 R]
-/Annots 243 0 R
-/Parent 1096 0 R
->>
-endobj
-245 0 obj
-<<
-/Type/Page
-/Resources 246 0 R
-/Contents[115 0 R 4 0 R 273 0 R 117 0 R]
-/Annots 274 0 R
-/Parent 1096 0 R
->>
-endobj
-1096 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[218 0 R 245 0 R]
-/Parent 1093 0 R
->>
-endobj
-276 0 obj
-<<
-/Type/Page
-/Resources 277 0 R
-/Contents[115 0 R 4 0 R 305 0 R 117 0 R]
-/Annots 306 0 R
-/Parent 1097 0 R
->>
-endobj
-308 0 obj
-<<
-/Type/Page
-/Resources 309 0 R
-/Contents[115 0 R 4 0 R 342 0 R 117 0 R]
-/Annots 343 0 R
-/Parent 1097 0 R
->>
-endobj
-345 0 obj
-<<
-/Type/Page
-/Resources 346 0 R
-/Contents[115 0 R 4 0 R 379 0 R 117 0 R]
-/Annots 380 0 R
-/Parent 1097 0 R
->>
-endobj
-1097 0 obj
-<<
-/Type/Pages
-/Count 3
-/Kids[276 0 R 308 0 R 345 0 R]
-/Parent 1093 0 R
->>
-endobj
-1093 0 obj
-<<
-/Type/Pages
-/Count 9
-/Kids[1094 0 R 1095 0 R 1096 0 R 1097 0 R]
-/Parent 3 0 R
->>
-endobj
-382 0 obj
-<<
-/Type/Page
-/Resources 383 0 R
-/Contents[115 0 R 4 0 R 386 0 R 117 0 R]
-/Parent 1099 0 R
->>
-endobj
-388 0 obj
-<<
-/Type/Page
-/Resources 389 0 R
-/Contents[115 0 R 4 0 R 440 0 R 117 0 R]
-/Parent 1099 0 R
->>
-endobj
-1099 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[382 0 R 388 0 R]
-/Parent 1098 0 R
->>
-endobj
-442 0 obj
-<<
-/Type/Page
-/Resources 443 0 R
-/Contents[115 0 R 4 0 R 474 0 R 117 0 R]
-/Annots 475 0 R
-/Parent 1100 0 R
->>
-endobj
-477 0 obj
-<<
-/Type/Page
-/Resources 478 0 R
-/Contents[115 0 R 4 0 R 486 0 R 117 0 R]
-/Parent 1100 0 R
->>
-endobj
-1100 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[442 0 R 477 0 R]
-/Parent 1098 0 R
->>
-endobj
-488 0 obj
-<<
-/Type/Page
-/Resources 489 0 R
-/Contents[115 0 R 4 0 R 497 0 R 117 0 R]
-/Parent 1101 0 R
->>
-endobj
-499 0 obj
-<<
-/Type/Page
-/Resources 500 0 R
-/Contents[115 0 R 4 0 R 529 0 R 117 0 R]
-/Annots 530 0 R
-/Parent 1101 0 R
->>
-endobj
-1101 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[488 0 R 499 0 R]
-/Parent 1098 0 R
->>
-endobj
-532 0 obj
-<<
-/Type/Page
-/Resources 533 0 R
-/Contents[115 0 R 4 0 R 540 0 R 117 0 R]
-/Parent 1102 0 R
->>
-endobj
-542 0 obj
-<<
-/Type/Page
-/Resources 543 0 R
-/Contents[115 0 R 4 0 R 571 0 R 117 0 R]
-/Annots 572 0 R
-/Parent 1102 0 R
->>
-endobj
-574 0 obj
-<<
-/Type/Page
-/Resources 575 0 R
-/Contents[115 0 R 4 0 R 593 0 R 117 0 R]
-/Annots 594 0 R
-/Parent 1102 0 R
->>
-endobj
-1102 0 obj
-<<
-/Type/Pages
-/Count 3
-/Kids[532 0 R 542 0 R 574 0 R]
-/Parent 1098 0 R
->>
-endobj
-1098 0 obj
-<<
-/Type/Pages
-/Count 9
-/Kids[1099 0 R 1100 0 R 1101 0 R 1102 0 R]
-/Parent 3 0 R
->>
-endobj
-596 0 obj
-<<
-/Type/Page
-/Resources 597 0 R
-/Contents[115 0 R 4 0 R 621 0 R 117 0 R]
-/Annots 622 0 R
-/Parent 1104 0 R
->>
-endobj
-624 0 obj
-<<
-/Type/Page
-/Resources 625 0 R
-/Contents[115 0 R 4 0 R 652 0 R 117 0 R]
-/Annots 653 0 R
-/Parent 1104 0 R
->>
-endobj
-1104 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[596 0 R 624 0 R]
-/Parent 1103 0 R
->>
-endobj
-655 0 obj
-<<
-/Type/Page
-/Resources 656 0 R
-/Contents[115 0 R 4 0 R 676 0 R 117 0 R]
-/Parent 1105 0 R
->>
-endobj
-678 0 obj
-<<
-/Type/Page
-/Resources 679 0 R
-/Contents[115 0 R 4 0 R 704 0 R 117 0 R]
-/Parent 1105 0 R
->>
-endobj
-1105 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[655 0 R 678 0 R]
-/Parent 1103 0 R
->>
-endobj
-706 0 obj
-<<
-/Type/Page
-/Resources 707 0 R
-/Contents[115 0 R 4 0 R 726 0 R 117 0 R]
-/Parent 1106 0 R
->>
-endobj
-728 0 obj
-<<
-/Type/Page
-/Resources 729 0 R
-/Contents[115 0 R 4 0 R 749 0 R 117 0 R]
-/Annots 750 0 R
-/Parent 1106 0 R
->>
-endobj
-1106 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[706 0 R 728 0 R]
-/Parent 1103 0 R
->>
-endobj
-752 0 obj
-<<
-/Type/Page
-/Resources 753 0 R
-/Contents[115 0 R 4 0 R 787 0 R 117 0 R]
-/Parent 1107 0 R
->>
-endobj
-789 0 obj
-<<
-/Type/Page
-/Resources 790 0 R
-/Contents[115 0 R 4 0 R 816 0 R 117 0 R]
-/Parent 1107 0 R
->>
-endobj
-818 0 obj
-<<
-/Type/Page
-/Resources 819 0 R
-/Contents[115 0 R 4 0 R 834 0 R 117 0 R]
-/Annots 835 0 R
-/Parent 1107 0 R
->>
-endobj
-1107 0 obj
-<<
-/Type/Pages
-/Count 3
-/Kids[752 0 R 789 0 R 818 0 R]
-/Parent 1103 0 R
->>
-endobj
-1103 0 obj
-<<
-/Type/Pages
-/Count 9
-/Kids[1104 0 R 1105 0 R 1106 0 R 1107 0 R]
-/Parent 3 0 R
->>
-endobj
-837 0 obj
-<<
-/Type/Page
-/Resources 838 0 R
-/Contents[115 0 R 4 0 R 860 0 R 117 0 R]
-/Annots 861 0 R
-/Parent 1109 0 R
->>
-endobj
-863 0 obj
-<<
-/Type/Page
-/Resources 864 0 R
-/Contents[115 0 R 4 0 R 884 0 R 117 0 R]
-/Parent 1109 0 R
->>
-endobj
-1109 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[837 0 R 863 0 R]
-/Parent 1108 0 R
->>
-endobj
-886 0 obj
-<<
-/Type/Page
-/Resources 887 0 R
-/Contents[115 0 R 4 0 R 905 0 R 117 0 R]
-/Parent 1110 0 R
->>
-endobj
-907 0 obj
-<<
-/Type/Page
-/Resources 908 0 R
-/Contents[115 0 R 4 0 R 946 0 R 117 0 R]
-/Parent 1110 0 R
->>
-endobj
-948 0 obj
-<<
-/Type/Page
-/Resources 949 0 R
-/Contents[115 0 R 4 0 R 966 0 R 117 0 R]
-/Parent 1110 0 R
->>
-endobj
-1110 0 obj
-<<
-/Type/Pages
-/Count 3
-/Kids[886 0 R 907 0 R 948 0 R]
-/Parent 1108 0 R
->>
-endobj
-968 0 obj
-<<
-/Type/Page
-/Resources 969 0 R
-/Contents[115 0 R 4 0 R 1000 0 R 117 0 R]
-/Parent 1111 0 R
->>
-endobj
-1002 0 obj
-<<
-/Type/Page
-/Resources 1003 0 R
-/Contents[115 0 R 4 0 R 1017 0 R 117 0 R]
-/Parent 1111 0 R
->>
-endobj
-1111 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[968 0 R 1002 0 R]
-/Parent 1108 0 R
->>
-endobj
-1019 0 obj
-<<
-/Type/Page
-/Resources 1020 0 R
-/Contents[115 0 R 4 0 R 1062 0 R 117 0 R]
-/Parent 1112 0 R
->>
-endobj
-1064 0 obj
-<<
-/Type/Page
-/Resources 1065 0 R
-/Contents[115 0 R 4 0 R 1082 0 R 117 0 R]
-/Parent 1112 0 R
->>
-endobj
-1084 0 obj
-<<
-/Type/Page
-/Resources 1085 0 R
-/Contents[115 0 R 4 0 R 1090 0 R 117 0 R]
-/Annots 1091 0 R
-/Parent 1112 0 R
->>
-endobj
-1112 0 obj
-<<
-/Type/Pages
-/Count 3
-/Kids[1019 0 R 1064 0 R 1084 0 R]
-/Parent 1108 0 R
->>
-endobj
-1108 0 obj
-<<
-/Type/Pages
-/Count 10
-/Kids[1109 0 R 1110 0 R 1111 0 R 1112 0 R]
-/Parent 3 0 R
->>
-endobj
-3 0 obj
-<<
-/Type/Pages
-/Count 37
-/Kids[1093 0 R 1098 0 R 1103 0 R 1108 0 R]
-/MediaBox[0 0 595 842]
->>
-endobj
-115 0 obj
-<<
-/Length 1
->>
-stream
-
-endstream
-endobj
-117 0 obj
-<<
-/Length 1
->>
-stream
-
-endstream
-endobj
-4 0 obj
-<<
-/Length 33
->>
-stream
-1.00028 0 0 1.00028 72 769.82 cm
-endstream
-endobj
-47 0 obj
-<<
-/Title(More examples)
-/A<<
-/S/GoTo
-/D(section.5)
->>
-/Parent 10 0 R
-/Prev 27 0 R
-/First 48 0 R
-/Last 56 0 R
-/Count -5
->>
-endobj
-56 0 obj
-<<
-/Title(Annotating plots)
-/A<<
-/S/GoTo
-/D(subsection.5.5)
->>
-/Parent 47 0 R
-/Prev 53 0 R
-/First 57 0 R
-/Last 58 0 R
-/Count -2
->>
-endobj
-58 0 obj
-<<
-/Title(Example: Slopes of line segments)
-/A<<
-/S/GoTo
-/D(subsubsection.5.5.2)
->>
-/Parent 56 0 R
-/Prev 57 0 R
->>
-endobj
-10 0 obj
-<<
-/First 11 0 R
-/Last 47 0 R
-/Count 5
->>
-endobj
-1113 0 obj
-<<
-/Limits[(Doc-Start)(Hfootnote.1)]
-/Names[(Doc-Start) 59 0 R(Hfootnote.1) 830 0 R]
->>
-endobj
-1114 0 obj
-<<
-/Limits[(Hfootnote.2)(Item.10)]
-/Names[(Hfootnote.2) 859 0 R(Item.1) 473 0 R(Item.10) 512 0 R]
->>
-endobj
-1115 0 obj
-<<
-/Limits[(Item.11)(Item.13)]
-/Names[(Item.11) 513 0 R(Item.12) 514 0 R(Item.13) 515 0 R]
->>
-endobj
-1116 0 obj
-<<
-/Limits[(Item.14)(Item.16)]
-/Names[(Item.14) 517 0 R(Item.15) 518 0 R(Item.16) 519 0 R]
->>
-endobj
-1117 0 obj
-<<
-/Limits[(Doc-Start)(Item.16)]
-/Kids[1113 0 R 1114 0 R 1115 0 R 1116 0 R]
->>
-endobj
-1118 0 obj
-<<
-/Limits[(Item.17)(Item.18)]
-/Names[(Item.17) 576 0 R(Item.18) 577 0 R]
->>
-endobj
-1119 0 obj
-<<
-/Limits[(Item.19)(Item.20)]
-/Names[(Item.19) 663 0 R(Item.2) 502 0 R(Item.20) 665 0 R]
->>
-endobj
-1120 0 obj
-<<
-/Limits[(Item.21)(Item.23)]
-/Names[(Item.21) 666 0 R(Item.22) 667 0 R(Item.23) 669 0 R]
->>
-endobj
-1121 0 obj
-<<
-/Limits[(Item.24)(Item.26)]
-/Names[(Item.24) 670 0 R(Item.25) 671 0 R(Item.26) 672 0 R]
->>
-endobj
-1122 0 obj
-<<
-/Limits[(Item.17)(Item.26)]
-/Kids[1118 0 R 1119 0 R 1120 0 R 1121 0 R]
->>
-endobj
-1123 0 obj
-<<
-/Limits[(Item.27)(Item.28)]
-/Names[(Item.27) 673 0 R(Item.28) 674 0 R]
->>
-endobj
-1124 0 obj
-<<
-/Limits[(Item.29)(Item.4)]
-/Names[(Item.29) 675 0 R(Item.3) 503 0 R(Item.4) 504 0 R]
->>
-endobj
-1125 0 obj
-<<
-/Limits[(Item.5)(Item.7)]
-/Names[(Item.5) 505 0 R(Item.6) 507 0 R(Item.7) 508 0 R]
->>
-endobj
-1126 0 obj
-<<
-/Limits[(Item.8)(cite.tikz)]
-/Names[(Item.8) 509 0 R(Item.9) 510 0 R(cite.tikz) 1087 0 R]
->>
-endobj
-1127 0 obj
-<<
-/Limits[(Item.27)(cite.tikz)]
-/Kids[1123 0 R 1124 0 R 1125 0 R 1126 0 R]
->>
-endobj
-1128 0 obj
-<<
-/Limits[(figure.1)(figure.10)]
-/Names[(figure.1) 220 0 R(figure.10) 598 0 R]
->>
-endobj
-1129 0 obj
-<<
-/Limits[(figure.11)(figure.3)]
-/Names[(figure.11) 786 0 R(figure.2) 247 0 R(figure.3) 278 0 R]
->>
-endobj
-1130 0 obj
-<<
-/Limits[(figure.4)(figure.6)]
-/Names[(figure.4) 313 0 R(figure.5) 384 0 R(figure.6) 385 0 R]
->>
-endobj
-1131 0 obj
-<<
-/Limits[(figure.7)(figure.9)]
-/Names[(figure.7) 450 0 R(figure.8) 485 0 R(figure.9) 496 0 R]
->>
-endobj
-1132 0 obj
-<<
-/Limits[(figure.1)(figure.9)]
-/Kids[1128 0 R 1129 0 R 1130 0 R 1131 0 R]
->>
-endobj
-1133 0 obj
-<<
-/Limits[(Doc-Start)(figure.9)]
-/Kids[1117 0 R 1122 0 R 1127 0 R 1132 0 R]
->>
-endobj
-1134 0 obj
-<<
-/Limits[(lstlisting.-1)(lstlisting.-10)]
-/Names[(lstlisting.-1) 172 0 R(lstlisting.-10) 319 0 R]
->>
-endobj
-1135 0 obj
-<<
-/Limits[(lstlisting.-11)(lstlisting.-13)]
-/Names[(lstlisting.-11) 355 0 R(lstlisting.-12) 359 0 R(lstlisting.-13) 375 0 R]
->>
-endobj
-1136 0 obj
-<<
-/Limits[(lstlisting.-14)(lstlisting.-16)]
-/Names[(lstlisting.-14) 444 0 R(lstlisting.-15) 479 0 R(lstlisting.-16) 490 0 R]
->>
-endobj
-1137 0 obj
-<<
-/Limits[(lstlisting.-17)(lstlisting.-19)]
-/Names[(lstlisting.-17) 501 0 R(lstlisting.-18) 506 0 R(lstlisting.-19) 511 0 R]
->>
-endobj
-1138 0 obj
-<<
-/Limits[(lstlisting.-1)(lstlisting.-19)]
-/Kids[1134 0 R 1135 0 R 1136 0 R 1137 0 R]
->>
-endobj
-1139 0 obj
-<<
-/Limits[(lstlisting.-2)(lstlisting.-20)]
-/Names[(lstlisting.-2) 180 0 R(lstlisting.-20) 516 0 R]
->>
-endobj
-1140 0 obj
-<<
-/Limits[(lstlisting.-21)(lstlisting.-23)]
-/Names[(lstlisting.-21) 520 0 R(lstlisting.-22) 534 0 R(lstlisting.-23) 545 0 R]
->>
-endobj
-1141 0 obj
-<<
-/Limits[(lstlisting.-24)(lstlisting.-26)]
-/Names[(lstlisting.-24) 551 0 R(lstlisting.-25) 558 0 R(lstlisting.-26) 560 0 R]
->>
-endobj
-1142 0 obj
-<<
-/Limits[(lstlisting.-27)(lstlisting.-29)]
-/Names[(lstlisting.-27) 579 0 R(lstlisting.-28) 581 0 R(lstlisting.-29) 585 0 R]
->>
-endobj
-1143 0 obj
-<<
-/Limits[(lstlisting.-2)(lstlisting.-29)]
-/Kids[1139 0 R 1140 0 R 1141 0 R 1142 0 R]
->>
-endobj
-1144 0 obj
-<<
-/Limits[(lstlisting.-3)(lstlisting.-30)]
-/Names[(lstlisting.-3) 192 0 R(lstlisting.-30) 611 0 R]
->>
-endobj
-1145 0 obj
-<<
-/Limits[(lstlisting.-31)(lstlisting.-33)]
-/Names[(lstlisting.-31) 619 0 R(lstlisting.-32) 627 0 R(lstlisting.-33) 631 0 R]
->>
-endobj
-1146 0 obj
-<<
-/Limits[(lstlisting.-34)(lstlisting.-36)]
-/Names[(lstlisting.-34) 636 0 R(lstlisting.-35) 640 0 R(lstlisting.-36) 644 0 R]
->>
-endobj
-1147 0 obj
-<<
-/Limits[(lstlisting.-37)(lstlisting.-39)]
-/Names[(lstlisting.-37) 660 0 R(lstlisting.-38) 664 0 R(lstlisting.-39) 668 0 R]
->>
-endobj
-1148 0 obj
-<<
-/Limits[(lstlisting.-3)(lstlisting.-39)]
-/Kids[1144 0 R 1145 0 R 1146 0 R 1147 0 R]
->>
-endobj
-1149 0 obj
-<<
-/Limits[(lstlisting.-4)(lstlisting.-40)]
-/Names[(lstlisting.-4) 201 0 R(lstlisting.-40) 681 0 R]
->>
-endobj
-1150 0 obj
-<<
-/Limits[(lstlisting.-41)(lstlisting.-43)]
-/Names[(lstlisting.-41) 685 0 R(lstlisting.-42) 691 0 R(lstlisting.-43) 694 0 R]
->>
-endobj
-1151 0 obj
-<<
-/Limits[(lstlisting.-44)(lstlisting.-46)]
-/Names[(lstlisting.-44) 709 0 R(lstlisting.-45) 715 0 R(lstlisting.-46) 719 0 R]
->>
-endobj
-1152 0 obj
-<<
-/Limits[(lstlisting.-47)(lstlisting.-49)]
-/Names[(lstlisting.-47) 730 0 R(lstlisting.-48) 741 0 R(lstlisting.-49) 744 0 R]
->>
-endobj
-1153 0 obj
-<<
-/Limits[(lstlisting.-4)(lstlisting.-49)]
-/Kids[1149 0 R 1150 0 R 1151 0 R 1152 0 R]
->>
-endobj
-1154 0 obj
-<<
-/Limits[(lstlisting.-1)(lstlisting.-49)]
-/Kids[1138 0 R 1143 0 R 1148 0 R 1153 0 R]
->>
-endobj
-1155 0 obj
-<<
-/Limits[(lstlisting.-5)(lstlisting.-50)]
-/Names[(lstlisting.-5) 203 0 R(lstlisting.-50) 754 0 R]
->>
-endobj
-1156 0 obj
-<<
-/Limits[(lstlisting.-51)(lstlisting.-53)]
-/Names[(lstlisting.-51) 792 0 R(lstlisting.-52) 801 0 R(lstlisting.-53) 810 0 R]
->>
-endobj
-1157 0 obj
-<<
-/Limits[(lstlisting.-54)(lstlisting.-56)]
-/Names[(lstlisting.-54) 812 0 R(lstlisting.-55) 814 0 R(lstlisting.-56) 839 0 R]
->>
-endobj
-1158 0 obj
-<<
-/Limits[(lstlisting.-57)(lstlisting.-59)]
-/Names[(lstlisting.-57) 845 0 R(lstlisting.-58) 853 0 R(lstlisting.-59) 865 0 R]
->>
-endobj
-1159 0 obj
-<<
-/Limits[(lstlisting.-5)(lstlisting.-59)]
-/Kids[1155 0 R 1156 0 R 1157 0 R 1158 0 R]
->>
-endobj
-1160 0 obj
-<<
-/Limits[(lstlisting.-6)(lstlisting.-60)]
-/Names[(lstlisting.-6) 221 0 R(lstlisting.-60) 872 0 R]
->>
-endobj
-1161 0 obj
-<<
-/Limits[(lstlisting.-61)(lstlisting.-63)]
-/Names[(lstlisting.-61) 888 0 R(lstlisting.-62) 896 0 R(lstlisting.-63) 933 0 R]
->>
-endobj
-1162 0 obj
-<<
-/Limits[(lstlisting.-64)(lstlisting.-66)]
-/Names[(lstlisting.-64) 955 0 R(lstlisting.-65) 970 0 R(lstlisting.-66) 989 0 R]
->>
-endobj
-1163 0 obj
-<<
-/Limits[(lstlisting.-67)(lstlisting.-69)]
-/Names[(lstlisting.-67) 1005 0 R(lstlisting.-68) 1021 0 R(lstlisting.-69) 1067 0 R]
->>
-endobj
-1164 0 obj
-<<
-/Limits[(lstlisting.-6)(lstlisting.-69)]
-/Kids[1160 0 R 1161 0 R 1162 0 R 1163 0 R]
->>
-endobj
-1165 0 obj
-<<
-/Limits[(lstlisting.-7)(lstlisting.-8)]
-/Names[(lstlisting.-7) 232 0 R(lstlisting.-8) 259 0 R]
->>
-endobj
-1166 0 obj
-<<
-/Limits[(lstlisting.-9)(lstnumber.-10.1)]
-/Names[(lstlisting.-9) 295 0 R(lstnumber.-1.1) 173 0 R(lstnumber.-10.1) 320 0 R]
->>
-endobj
-1167 0 obj
-<<
-/Limits[(lstnumber.-10.10)(lstnumber.-10.12)]
-/Names[(lstnumber.-10.10) 329 0 R(lstnumber.-10.11) 330 0 R(lstnumber.-10.12) 331 0 R]
->>
-endobj
-1168 0 obj
-<<
-/Limits[(lstnumber.-10.13)(lstnumber.-10.15)]
-/Names[(lstnumber.-10.13) 332 0 R(lstnumber.-10.14) 333 0 R(lstnumber.-10.15) 334 0 R]
->>
-endobj
-1169 0 obj
-<<
-/Limits[(lstlisting.-7)(lstnumber.-10.15)]
-/Kids[1165 0 R 1166 0 R 1167 0 R 1168 0 R]
->>
-endobj
-1170 0 obj
-<<
-/Limits[(lstnumber.-10.16)(lstnumber.-10.17)]
-/Names[(lstnumber.-10.16) 335 0 R(lstnumber.-10.17) 336 0 R]
->>
-endobj
-1171 0 obj
-<<
-/Limits[(lstnumber.-10.18)(lstnumber.-10.2)]
-/Names[(lstnumber.-10.18) 337 0 R(lstnumber.-10.19) 338 0 R(lstnumber.-10.2) 321 0 R]
->>
-endobj
-1172 0 obj
-<<
-/Limits[(lstnumber.-10.20)(lstnumber.-10.22)]
-/Names[(lstnumber.-10.20) 339 0 R(lstnumber.-10.21) 340 0 R(lstnumber.-10.22) 341 0 R]
->>
-endobj
-1173 0 obj
-<<
-/Limits[(lstnumber.-10.23)(lstnumber.-10.25)]
-/Names[(lstnumber.-10.23) 347 0 R(lstnumber.-10.24) 348 0 R(lstnumber.-10.25) 349 0 R]
->>
-endobj
-1174 0 obj
-<<
-/Limits[(lstnumber.-10.16)(lstnumber.-10.25)]
-/Kids[1170 0 R 1171 0 R 1172 0 R 1173 0 R]
->>
-endobj
-1175 0 obj
-<<
-/Limits[(lstlisting.-5)(lstnumber.-10.25)]
-/Kids[1159 0 R 1164 0 R 1169 0 R 1174 0 R]
->>
-endobj
-1176 0 obj
-<<
-/Limits[(lstnumber.-10.26)(lstnumber.-10.27)]
-/Names[(lstnumber.-10.26) 350 0 R(lstnumber.-10.27) 351 0 R]
->>
-endobj
-1177 0 obj
-<<
-/Limits[(lstnumber.-10.28)(lstnumber.-10.3)]
-/Names[(lstnumber.-10.28) 352 0 R(lstnumber.-10.29) 353 0 R(lstnumber.-10.3) 322 0 R]
->>
-endobj
-1178 0 obj
-<<
-/Limits[(lstnumber.-10.30)(lstnumber.-10.5)]
-/Names[(lstnumber.-10.30) 354 0 R(lstnumber.-10.4) 323 0 R(lstnumber.-10.5) 324 0 R]
->>
-endobj
-1179 0 obj
-<<
-/Limits[(lstnumber.-10.6)(lstnumber.-10.8)]
-/Names[(lstnumber.-10.6) 325 0 R(lstnumber.-10.7) 326 0 R(lstnumber.-10.8) 327 0 R]
->>
-endobj
-1180 0 obj
-<<
-/Limits[(lstnumber.-10.26)(lstnumber.-10.8)]
-/Kids[1176 0 R 1177 0 R 1178 0 R 1179 0 R]
->>
-endobj
-1181 0 obj
-<<
-/Limits[(lstnumber.-10.9)(lstnumber.-11.1)]
-/Names[(lstnumber.-10.9) 328 0 R(lstnumber.-11.1) 356 0 R]
->>
-endobj
-1182 0 obj
-<<
-/Limits[(lstnumber.-11.2)(lstnumber.-12.1)]
-/Names[(lstnumber.-11.2) 357 0 R(lstnumber.-11.3) 358 0 R(lstnumber.-12.1) 360 0 R]
->>
-endobj
-1183 0 obj
-<<
-/Limits[(lstnumber.-12.10)(lstnumber.-12.12)]
-/Names[(lstnumber.-12.10) 369 0 R(lstnumber.-12.11) 370 0 R(lstnumber.-12.12) 371 0 R]
->>
-endobj
-1184 0 obj
-<<
-/Limits[(lstnumber.-12.13)(lstnumber.-12.3)]
-/Names[(lstnumber.-12.13) 372 0 R(lstnumber.-12.2) 361 0 R(lstnumber.-12.3) 362 0 R]
->>
-endobj
-1185 0 obj
-<<
-/Limits[(lstnumber.-10.9)(lstnumber.-12.3)]
-/Kids[1181 0 R 1182 0 R 1183 0 R 1184 0 R]
->>
-endobj
-1186 0 obj
-<<
-/Limits[(lstnumber.-12.4)(lstnumber.-12.5)]
-/Names[(lstnumber.-12.4) 363 0 R(lstnumber.-12.5) 364 0 R]
->>
-endobj
-1187 0 obj
-<<
-/Limits[(lstnumber.-12.6)(lstnumber.-12.8)]
-/Names[(lstnumber.-12.6) 365 0 R(lstnumber.-12.7) 366 0 R(lstnumber.-12.8) 367 0 R]
->>
-endobj
-1188 0 obj
-<<
-/Limits[(lstnumber.-12.9)(lstnumber.-13.10)]
-/Names[(lstnumber.-12.9) 368 0 R(lstnumber.-13.1) 376 0 R(lstnumber.-13.10) 396 0 R]
->>
-endobj
-1189 0 obj
-<<
-/Limits[(lstnumber.-13.11)(lstnumber.-13.13)]
-/Names[(lstnumber.-13.11) 397 0 R(lstnumber.-13.12) 398 0 R(lstnumber.-13.13) 399 0 R]
->>
-endobj
-1190 0 obj
-<<
-/Limits[(lstnumber.-12.4)(lstnumber.-13.13)]
-/Kids[1186 0 R 1187 0 R 1188 0 R 1189 0 R]
->>
-endobj
-1191 0 obj
-<<
-/Limits[(lstnumber.-13.14)(lstnumber.-13.16)]
-/Names[(lstnumber.-13.14) 400 0 R(lstnumber.-13.15) 401 0 R(lstnumber.-13.16) 402 0 R]
->>
-endobj
-1192 0 obj
-<<
-/Limits[(lstnumber.-13.17)(lstnumber.-13.19)]
-/Names[(lstnumber.-13.17) 403 0 R(lstnumber.-13.18) 404 0 R(lstnumber.-13.19) 405 0 R]
->>
-endobj
-1193 0 obj
-<<
-/Limits[(lstnumber.-13.2)(lstnumber.-13.21)]
-/Names[(lstnumber.-13.2) 377 0 R(lstnumber.-13.20) 406 0 R(lstnumber.-13.21) 407 0 R]
->>
-endobj
-1194 0 obj
-<<
-/Limits[(lstnumber.-13.22)(lstnumber.-13.24)]
-/Names[(lstnumber.-13.22) 408 0 R(lstnumber.-13.23) 409 0 R(lstnumber.-13.24) 410 0 R]
->>
-endobj
-1195 0 obj
-<<
-/Limits[(lstnumber.-13.14)(lstnumber.-13.24)]
-/Kids[1191 0 R 1192 0 R 1193 0 R 1194 0 R]
->>
-endobj
-1196 0 obj
-<<
-/Limits[(lstnumber.-10.26)(lstnumber.-13.24)]
-/Kids[1180 0 R 1185 0 R 1190 0 R 1195 0 R]
->>
-endobj
-1197 0 obj
-<<
-/Limits[(Doc-Start)(lstnumber.-13.24)]
-/Kids[1133 0 R 1154 0 R 1175 0 R 1196 0 R]
->>
-endobj
-1198 0 obj
-<<
-/Limits[(lstnumber.-13.25)(lstnumber.-13.26)]
-/Names[(lstnumber.-13.25) 411 0 R(lstnumber.-13.26) 412 0 R]
->>
-endobj
-1199 0 obj
-<<
-/Limits[(lstnumber.-13.27)(lstnumber.-13.29)]
-/Names[(lstnumber.-13.27) 413 0 R(lstnumber.-13.28) 414 0 R(lstnumber.-13.29) 415 0 R]
->>
-endobj
-1200 0 obj
-<<
-/Limits[(lstnumber.-13.3)(lstnumber.-13.31)]
-/Names[(lstnumber.-13.3) 378 0 R(lstnumber.-13.30) 416 0 R(lstnumber.-13.31) 417 0 R]
->>
-endobj
-1201 0 obj
-<<
-/Limits[(lstnumber.-13.32)(lstnumber.-13.34)]
-/Names[(lstnumber.-13.32) 418 0 R(lstnumber.-13.33) 419 0 R(lstnumber.-13.34) 420 0 R]
->>
-endobj
-1202 0 obj
-<<
-/Limits[(lstnumber.-13.25)(lstnumber.-13.34)]
-/Kids[1198 0 R 1199 0 R 1200 0 R 1201 0 R]
->>
-endobj
-1203 0 obj
-<<
-/Limits[(lstnumber.-13.35)(lstnumber.-13.36)]
-/Names[(lstnumber.-13.35) 421 0 R(lstnumber.-13.36) 422 0 R]
->>
-endobj
-1204 0 obj
-<<
-/Limits[(lstnumber.-13.37)(lstnumber.-13.39)]
-/Names[(lstnumber.-13.37) 423 0 R(lstnumber.-13.38) 424 0 R(lstnumber.-13.39) 425 0 R]
->>
-endobj
-1205 0 obj
-<<
-/Limits[(lstnumber.-13.4)(lstnumber.-13.41)]
-/Names[(lstnumber.-13.4) 390 0 R(lstnumber.-13.40) 426 0 R(lstnumber.-13.41) 427 0 R]
->>
-endobj
-1206 0 obj
-<<
-/Limits[(lstnumber.-13.42)(lstnumber.-13.44)]
-/Names[(lstnumber.-13.42) 428 0 R(lstnumber.-13.43) 429 0 R(lstnumber.-13.44) 430 0 R]
->>
-endobj
-1207 0 obj
-<<
-/Limits[(lstnumber.-13.35)(lstnumber.-13.44)]
-/Kids[1203 0 R 1204 0 R 1205 0 R 1206 0 R]
->>
-endobj
-1208 0 obj
-<<
-/Limits[(lstnumber.-13.45)(lstnumber.-13.46)]
-/Names[(lstnumber.-13.45) 431 0 R(lstnumber.-13.46) 432 0 R]
->>
-endobj
-1209 0 obj
-<<
-/Limits[(lstnumber.-13.47)(lstnumber.-13.49)]
-/Names[(lstnumber.-13.47) 433 0 R(lstnumber.-13.48) 434 0 R(lstnumber.-13.49) 435 0 R]
->>
-endobj
-1210 0 obj
-<<
-/Limits[(lstnumber.-13.5)(lstnumber.-13.51)]
-/Names[(lstnumber.-13.5) 391 0 R(lstnumber.-13.50) 436 0 R(lstnumber.-13.51) 437 0 R]
->>
-endobj
-1211 0 obj
-<<
-/Limits[(lstnumber.-13.52)(lstnumber.-13.54)]
-/Names[(lstnumber.-13.52) 438 0 R(lstnumber.-13.53) 439 0 R(lstnumber.-13.54) 451 0 R]
->>
-endobj
-1212 0 obj
-<<
-/Limits[(lstnumber.-13.45)(lstnumber.-13.54)]
-/Kids[1208 0 R 1209 0 R 1210 0 R 1211 0 R]
->>
-endobj
-1213 0 obj
-<<
-/Limits[(lstnumber.-13.55)(lstnumber.-13.56)]
-/Names[(lstnumber.-13.55) 452 0 R(lstnumber.-13.56) 453 0 R]
->>
-endobj
-1214 0 obj
-<<
-/Limits[(lstnumber.-13.57)(lstnumber.-13.59)]
-/Names[(lstnumber.-13.57) 454 0 R(lstnumber.-13.58) 455 0 R(lstnumber.-13.59) 456 0 R]
->>
-endobj
-1215 0 obj
-<<
-/Limits[(lstnumber.-13.6)(lstnumber.-13.61)]
-/Names[(lstnumber.-13.6) 392 0 R(lstnumber.-13.60) 457 0 R(lstnumber.-13.61) 458 0 R]
->>
-endobj
-1216 0 obj
-<<
-/Limits[(lstnumber.-13.62)(lstnumber.-13.64)]
-/Names[(lstnumber.-13.62) 459 0 R(lstnumber.-13.63) 460 0 R(lstnumber.-13.64) 461 0 R]
->>
-endobj
-1217 0 obj
-<<
-/Limits[(lstnumber.-13.55)(lstnumber.-13.64)]
-/Kids[1213 0 R 1214 0 R 1215 0 R 1216 0 R]
->>
-endobj
-1218 0 obj
-<<
-/Limits[(lstnumber.-13.25)(lstnumber.-13.64)]
-/Kids[1202 0 R 1207 0 R 1212 0 R 1217 0 R]
->>
-endobj
-1219 0 obj
-<<
-/Limits[(lstnumber.-13.65)(lstnumber.-13.66)]
-/Names[(lstnumber.-13.65) 462 0 R(lstnumber.-13.66) 463 0 R]
->>
-endobj
-1220 0 obj
-<<
-/Limits[(lstnumber.-13.67)(lstnumber.-13.8)]
-/Names[(lstnumber.-13.67) 464 0 R(lstnumber.-13.7) 393 0 R(lstnumber.-13.8) 394 0 R]
->>
-endobj
-1221 0 obj
-<<
-/Limits[(lstnumber.-13.9)(lstnumber.-14.2)]
-/Names[(lstnumber.-13.9) 395 0 R(lstnumber.-14.1) 445 0 R(lstnumber.-14.2) 446 0 R]
->>
-endobj
-1222 0 obj
-<<
-/Limits[(lstnumber.-14.3)(lstnumber.-14.5)]
-/Names[(lstnumber.-14.3) 447 0 R(lstnumber.-14.4) 448 0 R(lstnumber.-14.5) 449 0 R]
->>
-endobj
-1223 0 obj
-<<
-/Limits[(lstnumber.-13.65)(lstnumber.-14.5)]
-/Kids[1219 0 R 1220 0 R 1221 0 R 1222 0 R]
->>
-endobj
-1224 0 obj
-<<
-/Limits[(lstnumber.-15.1)(lstnumber.-15.2)]
-/Names[(lstnumber.-15.1) 480 0 R(lstnumber.-15.2) 481 0 R]
->>
-endobj
-1225 0 obj
-<<
-/Limits[(lstnumber.-15.3)(lstnumber.-15.5)]
-/Names[(lstnumber.-15.3) 482 0 R(lstnumber.-15.4) 483 0 R(lstnumber.-15.5) 484 0 R]
->>
-endobj
-1226 0 obj
-<<
-/Limits[(lstnumber.-16.1)(lstnumber.-16.3)]
-/Names[(lstnumber.-16.1) 491 0 R(lstnumber.-16.2) 492 0 R(lstnumber.-16.3) 493 0 R]
->>
-endobj
-1227 0 obj
-<<
-/Limits[(lstnumber.-16.4)(lstnumber.-2.1)]
-/Names[(lstnumber.-16.4) 494 0 R(lstnumber.-16.5) 495 0 R(lstnumber.-2.1) 181 0 R]
->>
-endobj
-1228 0 obj
-<<
-/Limits[(lstnumber.-15.1)(lstnumber.-2.1)]
-/Kids[1224 0 R 1225 0 R 1226 0 R 1227 0 R]
->>
-endobj
-1229 0 obj
-<<
-/Limits[(lstnumber.-2.10)(lstnumber.-2.11)]
-/Names[(lstnumber.-2.10) 190 0 R(lstnumber.-2.11) 191 0 R]
->>
-endobj
-1230 0 obj
-<<
-/Limits[(lstnumber.-2.2)(lstnumber.-2.4)]
-/Names[(lstnumber.-2.2) 182 0 R(lstnumber.-2.3) 183 0 R(lstnumber.-2.4) 184 0 R]
->>
-endobj
-1231 0 obj
-<<
-/Limits[(lstnumber.-2.5)(lstnumber.-2.7)]
-/Names[(lstnumber.-2.5) 185 0 R(lstnumber.-2.6) 186 0 R(lstnumber.-2.7) 187 0 R]
->>
-endobj
-1232 0 obj
-<<
-/Limits[(lstnumber.-2.8)(lstnumber.-21.1)]
-/Names[(lstnumber.-2.8) 188 0 R(lstnumber.-2.9) 189 0 R(lstnumber.-21.1) 521 0 R]
->>
-endobj
-1233 0 obj
-<<
-/Limits[(lstnumber.-2.10)(lstnumber.-21.1)]
-/Kids[1229 0 R 1230 0 R 1231 0 R 1232 0 R]
->>
-endobj
-1234 0 obj
-<<
-/Limits[(lstnumber.-21.2)(lstnumber.-21.4)]
-/Names[(lstnumber.-21.2) 522 0 R(lstnumber.-21.3) 523 0 R(lstnumber.-21.4) 524 0 R]
->>
-endobj
-1235 0 obj
-<<
-/Limits[(lstnumber.-21.5)(lstnumber.-22.2)]
-/Names[(lstnumber.-21.5) 525 0 R(lstnumber.-22.1) 535 0 R(lstnumber.-22.2) 536 0 R]
->>
-endobj
-1236 0 obj
-<<
-/Limits[(lstnumber.-22.3)(lstnumber.-23.1)]
-/Names[(lstnumber.-22.3) 537 0 R(lstnumber.-22.4) 538 0 R(lstnumber.-23.1) 546 0 R]
->>
-endobj
-1237 0 obj
-<<
-/Limits[(lstnumber.-23.2)(lstnumber.-23.4)]
-/Names[(lstnumber.-23.2) 547 0 R(lstnumber.-23.3) 548 0 R(lstnumber.-23.4) 549 0 R]
->>
-endobj
-1238 0 obj
-<<
-/Limits[(lstnumber.-21.2)(lstnumber.-23.4)]
-/Kids[1234 0 R 1235 0 R 1236 0 R 1237 0 R]
->>
-endobj
-1239 0 obj
-<<
-/Limits[(lstnumber.-13.65)(lstnumber.-23.4)]
-/Kids[1223 0 R 1228 0 R 1233 0 R 1238 0 R]
->>
-endobj
-1240 0 obj
-<<
-/Limits[(lstnumber.-23.5)(lstnumber.-24.1)]
-/Names[(lstnumber.-23.5) 550 0 R(lstnumber.-24.1) 552 0 R]
->>
-endobj
-1241 0 obj
-<<
-/Limits[(lstnumber.-24.2)(lstnumber.-24.4)]
-/Names[(lstnumber.-24.2) 553 0 R(lstnumber.-24.3) 554 0 R(lstnumber.-24.4) 555 0 R]
->>
-endobj
-1242 0 obj
-<<
-/Limits[(lstnumber.-24.5)(lstnumber.-26.1)]
-/Names[(lstnumber.-24.5) 556 0 R(lstnumber.-25.1) 559 0 R(lstnumber.-26.1) 561 0 R]
->>
-endobj
-1243 0 obj
-<<
-/Limits[(lstnumber.-26.10)(lstnumber.-26.3)]
-/Names[(lstnumber.-26.10) 570 0 R(lstnumber.-26.2) 562 0 R(lstnumber.-26.3) 563 0 R]
->>
-endobj
-1244 0 obj
-<<
-/Limits[(lstnumber.-23.5)(lstnumber.-26.3)]
-/Kids[1240 0 R 1241 0 R 1242 0 R 1243 0 R]
->>
-endobj
-1245 0 obj
-<<
-/Limits[(lstnumber.-26.4)(lstnumber.-26.5)]
-/Names[(lstnumber.-26.4) 564 0 R(lstnumber.-26.5) 565 0 R]
->>
-endobj
-1246 0 obj
-<<
-/Limits[(lstnumber.-26.6)(lstnumber.-26.8)]
-/Names[(lstnumber.-26.6) 566 0 R(lstnumber.-26.7) 567 0 R(lstnumber.-26.8) 568 0 R]
->>
-endobj
-1247 0 obj
-<<
-/Limits[(lstnumber.-26.9)(lstnumber.-28.1)]
-/Names[(lstnumber.-26.9) 569 0 R(lstnumber.-27.1) 580 0 R(lstnumber.-28.1) 582 0 R]
->>
-endobj
-1248 0 obj
-<<
-/Limits[(lstnumber.-29.1)(lstnumber.-29.11)]
-/Names[(lstnumber.-29.1) 586 0 R(lstnumber.-29.10) 601 0 R(lstnumber.-29.11) 602 0 R]
->>
-endobj
-1249 0 obj
-<<
-/Limits[(lstnumber.-26.4)(lstnumber.-29.11)]
-/Kids[1245 0 R 1246 0 R 1247 0 R 1248 0 R]
->>
-endobj
-1250 0 obj
-<<
-/Limits[(lstnumber.-29.12)(lstnumber.-29.13)]
-/Names[(lstnumber.-29.12) 603 0 R(lstnumber.-29.13) 604 0 R]
->>
-endobj
-1251 0 obj
-<<
-/Limits[(lstnumber.-29.14)(lstnumber.-29.16)]
-/Names[(lstnumber.-29.14) 605 0 R(lstnumber.-29.15) 606 0 R(lstnumber.-29.16) 607 0 R]
->>
-endobj
-1252 0 obj
-<<
-/Limits[(lstnumber.-29.17)(lstnumber.-29.3)]
-/Names[(lstnumber.-29.17) 608 0 R(lstnumber.-29.2) 587 0 R(lstnumber.-29.3) 588 0 R]
->>
-endobj
-1253 0 obj
-<<
-/Limits[(lstnumber.-29.4)(lstnumber.-29.6)]
-/Names[(lstnumber.-29.4) 589 0 R(lstnumber.-29.5) 590 0 R(lstnumber.-29.6) 591 0 R]
->>
-endobj
-1254 0 obj
-<<
-/Limits[(lstnumber.-29.12)(lstnumber.-29.6)]
-/Kids[1250 0 R 1251 0 R 1252 0 R 1253 0 R]
->>
-endobj
-1255 0 obj
-<<
-/Limits[(lstnumber.-29.7)(lstnumber.-29.8)]
-/Names[(lstnumber.-29.7) 592 0 R(lstnumber.-29.8) 599 0 R]
->>
-endobj
-1256 0 obj
-<<
-/Limits[(lstnumber.-29.9)(lstnumber.-30.1)]
-/Names[(lstnumber.-29.9) 600 0 R(lstnumber.-3.1) 193 0 R(lstnumber.-30.1) 612 0 R]
->>
-endobj
-1257 0 obj
-<<
-/Limits[(lstnumber.-30.2)(lstnumber.-30.4)]
-/Names[(lstnumber.-30.2) 613 0 R(lstnumber.-30.3) 614 0 R(lstnumber.-30.4) 615 0 R]
->>
-endobj
-1258 0 obj
-<<
-/Limits[(lstnumber.-30.5)(lstnumber.-30.7)]
-/Names[(lstnumber.-30.5) 616 0 R(lstnumber.-30.6) 617 0 R(lstnumber.-30.7) 618 0 R]
->>
-endobj
-1259 0 obj
-<<
-/Limits[(lstnumber.-29.7)(lstnumber.-30.7)]
-/Kids[1255 0 R 1256 0 R 1257 0 R 1258 0 R]
->>
-endobj
-1260 0 obj
-<<
-/Limits[(lstnumber.-23.5)(lstnumber.-30.7)]
-/Kids[1244 0 R 1249 0 R 1254 0 R 1259 0 R]
->>
-endobj
-1261 0 obj
-<<
-/Limits[(lstnumber.-31.1)(lstnumber.-32.1)]
-/Names[(lstnumber.-31.1) 620 0 R(lstnumber.-32.1) 628 0 R]
->>
-endobj
-1262 0 obj
-<<
-/Limits[(lstnumber.-32.2)(lstnumber.-33.1)]
-/Names[(lstnumber.-32.2) 629 0 R(lstnumber.-32.3) 630 0 R(lstnumber.-33.1) 632 0 R]
->>
-endobj
-1263 0 obj
-<<
-/Limits[(lstnumber.-33.2)(lstnumber.-34.1)]
-/Names[(lstnumber.-33.2) 633 0 R(lstnumber.-33.3) 634 0 R(lstnumber.-34.1) 637 0 R]
->>
-endobj
-1264 0 obj
-<<
-/Limits[(lstnumber.-34.2)(lstnumber.-35.1)]
-/Names[(lstnumber.-34.2) 638 0 R(lstnumber.-34.3) 639 0 R(lstnumber.-35.1) 641 0 R]
->>
-endobj
-1265 0 obj
-<<
-/Limits[(lstnumber.-31.1)(lstnumber.-35.1)]
-/Kids[1261 0 R 1262 0 R 1263 0 R 1264 0 R]
->>
-endobj
-1266 0 obj
-<<
-/Limits[(lstnumber.-35.2)(lstnumber.-35.3)]
-/Names[(lstnumber.-35.2) 642 0 R(lstnumber.-35.3) 643 0 R]
->>
-endobj
-1267 0 obj
-<<
-/Limits[(lstnumber.-36.1)(lstnumber.-36.3)]
-/Names[(lstnumber.-36.1) 645 0 R(lstnumber.-36.2) 646 0 R(lstnumber.-36.3) 647 0 R]
->>
-endobj
-1268 0 obj
-<<
-/Limits[(lstnumber.-36.4)(lstnumber.-36.6)]
-/Names[(lstnumber.-36.4) 648 0 R(lstnumber.-36.5) 649 0 R(lstnumber.-36.6) 650 0 R]
->>
-endobj
-1269 0 obj
-<<
-/Limits[(lstnumber.-36.7)(lstnumber.-4.1)]
-/Names[(lstnumber.-36.7) 651 0 R(lstnumber.-37.1) 661 0 R(lstnumber.-4.1) 202 0 R]
->>
-endobj
-1270 0 obj
-<<
-/Limits[(lstnumber.-35.2)(lstnumber.-4.1)]
-/Kids[1266 0 R 1267 0 R 1268 0 R 1269 0 R]
->>
-endobj
-1271 0 obj
-<<
-/Limits[(lstnumber.-40.1)(lstnumber.-41.1)]
-/Names[(lstnumber.-40.1) 682 0 R(lstnumber.-41.1) 686 0 R]
->>
-endobj
-1272 0 obj
-<<
-/Limits[(lstnumber.-41.2)(lstnumber.-41.4)]
-/Names[(lstnumber.-41.2) 687 0 R(lstnumber.-41.3) 688 0 R(lstnumber.-41.4) 689 0 R]
->>
-endobj
-1273 0 obj
-<<
-/Limits[(lstnumber.-41.5)(lstnumber.-43.1)]
-/Names[(lstnumber.-41.5) 690 0 R(lstnumber.-42.1) 692 0 R(lstnumber.-43.1) 695 0 R]
->>
-endobj
-1274 0 obj
-<<
-/Limits[(lstnumber.-43.2)(lstnumber.-43.4)]
-/Names[(lstnumber.-43.2) 696 0 R(lstnumber.-43.3) 697 0 R(lstnumber.-43.4) 698 0 R]
->>
-endobj
-1275 0 obj
-<<
-/Limits[(lstnumber.-40.1)(lstnumber.-43.4)]
-/Kids[1271 0 R 1272 0 R 1273 0 R 1274 0 R]
->>
-endobj
-1276 0 obj
-<<
-/Limits[(lstnumber.-43.5)(lstnumber.-43.7)]
-/Names[(lstnumber.-43.5) 699 0 R(lstnumber.-43.6) 700 0 R(lstnumber.-43.7) 701 0 R]
->>
-endobj
-1277 0 obj
-<<
-/Limits[(lstnumber.-43.8)(lstnumber.-44.2)]
-/Names[(lstnumber.-43.8) 702 0 R(lstnumber.-44.1) 710 0 R(lstnumber.-44.2) 711 0 R]
->>
-endobj
-1278 0 obj
-<<
-/Limits[(lstnumber.-44.3)(lstnumber.-44.5)]
-/Names[(lstnumber.-44.3) 712 0 R(lstnumber.-44.4) 713 0 R(lstnumber.-44.5) 714 0 R]
->>
-endobj
-1279 0 obj
-<<
-/Limits[(lstnumber.-45.1)(lstnumber.-46.2)]
-/Names[(lstnumber.-45.1) 716 0 R(lstnumber.-46.1) 720 0 R(lstnumber.-46.2) 721 0 R]
->>
-endobj
-1280 0 obj
-<<
-/Limits[(lstnumber.-43.5)(lstnumber.-46.2)]
-/Kids[1276 0 R 1277 0 R 1278 0 R 1279 0 R]
->>
-endobj
-1281 0 obj
-<<
-/Limits[(lstnumber.-31.1)(lstnumber.-46.2)]
-/Kids[1265 0 R 1270 0 R 1275 0 R 1280 0 R]
->>
-endobj
-1282 0 obj
-<<
-/Limits[(lstnumber.-13.25)(lstnumber.-46.2)]
-/Kids[1218 0 R 1239 0 R 1260 0 R 1281 0 R]
->>
-endobj
-1283 0 obj
-<<
-/Limits[(lstnumber.-46.3)(lstnumber.-46.4)]
-/Names[(lstnumber.-46.3) 722 0 R(lstnumber.-46.4) 723 0 R]
->>
-endobj
-1284 0 obj
-<<
-/Limits[(lstnumber.-46.5)(lstnumber.-47.1)]
-/Names[(lstnumber.-46.5) 724 0 R(lstnumber.-46.6) 725 0 R(lstnumber.-47.1) 731 0 R]
->>
-endobj
-1285 0 obj
-<<
-/Limits[(lstnumber.-47.2)(lstnumber.-47.4)]
-/Names[(lstnumber.-47.2) 732 0 R(lstnumber.-47.3) 733 0 R(lstnumber.-47.4) 734 0 R]
->>
-endobj
-1286 0 obj
-<<
-/Limits[(lstnumber.-47.5)(lstnumber.-47.7)]
-/Names[(lstnumber.-47.5) 735 0 R(lstnumber.-47.6) 736 0 R(lstnumber.-47.7) 737 0 R]
->>
-endobj
-1287 0 obj
-<<
-/Limits[(lstnumber.-46.3)(lstnumber.-47.7)]
-/Kids[1283 0 R 1284 0 R 1285 0 R 1286 0 R]
->>
-endobj
-1288 0 obj
-<<
-/Limits[(lstnumber.-47.8)(lstnumber.-47.9)]
-/Names[(lstnumber.-47.8) 738 0 R(lstnumber.-47.9) 739 0 R]
->>
-endobj
-1289 0 obj
-<<
-/Limits[(lstnumber.-48.1)(lstnumber.-5.1)]
-/Names[(lstnumber.-48.1) 742 0 R(lstnumber.-49.1) 745 0 R(lstnumber.-5.1) 204 0 R]
->>
-endobj
-1290 0 obj
-<<
-/Limits[(lstnumber.-50.1)(lstnumber.-50.11)]
-/Names[(lstnumber.-50.1) 755 0 R(lstnumber.-50.10) 764 0 R(lstnumber.-50.11) 765 0 R]
->>
-endobj
-1291 0 obj
-<<
-/Limits[(lstnumber.-50.12)(lstnumber.-50.14)]
-/Names[(lstnumber.-50.12) 766 0 R(lstnumber.-50.13) 767 0 R(lstnumber.-50.14) 768 0 R]
->>
-endobj
-1292 0 obj
-<<
-/Limits[(lstnumber.-47.8)(lstnumber.-50.14)]
-/Kids[1288 0 R 1289 0 R 1290 0 R 1291 0 R]
->>
-endobj
-1293 0 obj
-<<
-/Limits[(lstnumber.-50.15)(lstnumber.-50.16)]
-/Names[(lstnumber.-50.15) 769 0 R(lstnumber.-50.16) 770 0 R]
->>
-endobj
-1294 0 obj
-<<
-/Limits[(lstnumber.-50.17)(lstnumber.-50.19)]
-/Names[(lstnumber.-50.17) 771 0 R(lstnumber.-50.18) 772 0 R(lstnumber.-50.19) 773 0 R]
->>
-endobj
-1295 0 obj
-<<
-/Limits[(lstnumber.-50.2)(lstnumber.-50.21)]
-/Names[(lstnumber.-50.2) 756 0 R(lstnumber.-50.20) 774 0 R(lstnumber.-50.21) 775 0 R]
->>
-endobj
-1296 0 obj
-<<
-/Limits[(lstnumber.-50.22)(lstnumber.-50.24)]
-/Names[(lstnumber.-50.22) 776 0 R(lstnumber.-50.23) 777 0 R(lstnumber.-50.24) 778 0 R]
->>
-endobj
-1297 0 obj
-<<
-/Limits[(lstnumber.-50.15)(lstnumber.-50.24)]
-/Kids[1293 0 R 1294 0 R 1295 0 R 1296 0 R]
->>
-endobj
-1298 0 obj
-<<
-/Limits[(lstnumber.-50.25)(lstnumber.-50.26)]
-/Names[(lstnumber.-50.25) 779 0 R(lstnumber.-50.26) 780 0 R]
->>
-endobj
-1299 0 obj
-<<
-/Limits[(lstnumber.-50.27)(lstnumber.-50.29)]
-/Names[(lstnumber.-50.27) 781 0 R(lstnumber.-50.28) 782 0 R(lstnumber.-50.29) 783 0 R]
->>
-endobj
-1300 0 obj
-<<
-/Limits[(lstnumber.-50.3)(lstnumber.-50.31)]
-/Names[(lstnumber.-50.3) 757 0 R(lstnumber.-50.30) 784 0 R(lstnumber.-50.31) 785 0 R]
->>
-endobj
-1301 0 obj
-<<
-/Limits[(lstnumber.-50.4)(lstnumber.-50.6)]
-/Names[(lstnumber.-50.4) 758 0 R(lstnumber.-50.5) 759 0 R(lstnumber.-50.6) 760 0 R]
->>
-endobj
-1302 0 obj
-<<
-/Limits[(lstnumber.-50.25)(lstnumber.-50.6)]
-/Kids[1298 0 R 1299 0 R 1300 0 R 1301 0 R]
->>
-endobj
-1303 0 obj
-<<
-/Limits[(lstnumber.-46.3)(lstnumber.-50.6)]
-/Kids[1287 0 R 1292 0 R 1297 0 R 1302 0 R]
->>
-endobj
-1304 0 obj
-<<
-/Limits[(lstnumber.-50.7)(lstnumber.-50.8)]
-/Names[(lstnumber.-50.7) 761 0 R(lstnumber.-50.8) 762 0 R]
->>
-endobj
-1305 0 obj
-<<
-/Limits[(lstnumber.-50.9)(lstnumber.-51.2)]
-/Names[(lstnumber.-50.9) 763 0 R(lstnumber.-51.1) 793 0 R(lstnumber.-51.2) 794 0 R]
->>
-endobj
-1306 0 obj
-<<
-/Limits[(lstnumber.-52.1)(lstnumber.-52.3)]
-/Names[(lstnumber.-52.1) 802 0 R(lstnumber.-52.2) 803 0 R(lstnumber.-52.3) 804 0 R]
->>
-endobj
-1307 0 obj
-<<
-/Limits[(lstnumber.-52.4)(lstnumber.-52.6)]
-/Names[(lstnumber.-52.4) 805 0 R(lstnumber.-52.5) 806 0 R(lstnumber.-52.6) 807 0 R]
->>
-endobj
-1308 0 obj
-<<
-/Limits[(lstnumber.-50.7)(lstnumber.-52.6)]
-/Kids[1304 0 R 1305 0 R 1306 0 R 1307 0 R]
->>
-endobj
-1309 0 obj
-<<
-/Limits[(lstnumber.-52.7)(lstnumber.-52.8)]
-/Names[(lstnumber.-52.7) 808 0 R(lstnumber.-52.8) 809 0 R]
->>
-endobj
-1310 0 obj
-<<
-/Limits[(lstnumber.-53.1)(lstnumber.-55.1)]
-/Names[(lstnumber.-53.1) 811 0 R(lstnumber.-54.1) 813 0 R(lstnumber.-55.1) 815 0 R]
->>
-endobj
-1311 0 obj
-<<
-/Limits[(lstnumber.-56.1)(lstnumber.-56.3)]
-/Names[(lstnumber.-56.1) 840 0 R(lstnumber.-56.2) 841 0 R(lstnumber.-56.3) 842 0 R]
->>
-endobj
-1312 0 obj
-<<
-/Limits[(lstnumber.-56.4)(lstnumber.-57.1)]
-/Names[(lstnumber.-56.4) 843 0 R(lstnumber.-56.5) 844 0 R(lstnumber.-57.1) 846 0 R]
->>
-endobj
-1313 0 obj
-<<
-/Limits[(lstnumber.-52.7)(lstnumber.-57.1)]
-/Kids[1309 0 R 1310 0 R 1311 0 R 1312 0 R]
->>
-endobj
-1314 0 obj
-<<
-/Limits[(lstnumber.-57.2)(lstnumber.-57.3)]
-/Names[(lstnumber.-57.2) 847 0 R(lstnumber.-57.3) 848 0 R]
->>
-endobj
-1315 0 obj
-<<
-/Limits[(lstnumber.-57.4)(lstnumber.-58.1)]
-/Names[(lstnumber.-57.4) 849 0 R(lstnumber.-57.5) 850 0 R(lstnumber.-58.1) 854 0 R]
->>
-endobj
-1316 0 obj
-<<
-/Limits[(lstnumber.-58.2)(lstnumber.-58.4)]
-/Names[(lstnumber.-58.2) 855 0 R(lstnumber.-58.3) 856 0 R(lstnumber.-58.4) 857 0 R]
->>
-endobj
-1317 0 obj
-<<
-/Limits[(lstnumber.-58.5)(lstnumber.-59.2)]
-/Names[(lstnumber.-58.5) 858 0 R(lstnumber.-59.1) 866 0 R(lstnumber.-59.2) 867 0 R]
->>
-endobj
-1318 0 obj
-<<
-/Limits[(lstnumber.-57.2)(lstnumber.-59.2)]
-/Kids[1314 0 R 1315 0 R 1316 0 R 1317 0 R]
->>
-endobj
-1319 0 obj
-<<
-/Limits[(lstnumber.-59.3)(lstnumber.-59.5)]
-/Names[(lstnumber.-59.3) 868 0 R(lstnumber.-59.4) 869 0 R(lstnumber.-59.5) 870 0 R]
->>
-endobj
-1320 0 obj
-<<
-/Limits[(lstnumber.-6.1)(lstnumber.-6.3)]
-/Names[(lstnumber.-6.1) 222 0 R(lstnumber.-6.2) 223 0 R(lstnumber.-6.3) 227 0 R]
->>
-endobj
-1321 0 obj
-<<
-/Limits[(lstnumber.-6.4)(lstnumber.-60.10)]
-/Names[(lstnumber.-6.4) 228 0 R(lstnumber.-60.1) 873 0 R(lstnumber.-60.10) 882 0 R]
->>
-endobj
-1322 0 obj
-<<
-/Limits[(lstnumber.-60.11)(lstnumber.-60.3)]
-/Names[(lstnumber.-60.11) 883 0 R(lstnumber.-60.2) 874 0 R(lstnumber.-60.3) 875 0 R]
->>
-endobj
-1323 0 obj
-<<
-/Limits[(lstnumber.-59.3)(lstnumber.-60.3)]
-/Kids[1319 0 R 1320 0 R 1321 0 R 1322 0 R]
->>
-endobj
-1324 0 obj
-<<
-/Limits[(lstnumber.-50.7)(lstnumber.-60.3)]
-/Kids[1308 0 R 1313 0 R 1318 0 R 1323 0 R]
->>
-endobj
-1325 0 obj
-<<
-/Limits[(lstnumber.-60.4)(lstnumber.-60.5)]
-/Names[(lstnumber.-60.4) 876 0 R(lstnumber.-60.5) 877 0 R]
->>
-endobj
-1326 0 obj
-<<
-/Limits[(lstnumber.-60.6)(lstnumber.-60.8)]
-/Names[(lstnumber.-60.6) 878 0 R(lstnumber.-60.7) 879 0 R(lstnumber.-60.8) 880 0 R]
->>
-endobj
-1327 0 obj
-<<
-/Limits[(lstnumber.-60.9)(lstnumber.-61.2)]
-/Names[(lstnumber.-60.9) 881 0 R(lstnumber.-61.1) 889 0 R(lstnumber.-61.2) 890 0 R]
->>
-endobj
-1328 0 obj
-<<
-/Limits[(lstnumber.-61.3)(lstnumber.-62.10)]
-/Names[(lstnumber.-61.3) 891 0 R(lstnumber.-62.1) 897 0 R(lstnumber.-62.10) 910 0 R]
->>
-endobj
-1329 0 obj
-<<
-/Limits[(lstnumber.-60.4)(lstnumber.-62.10)]
-/Kids[1325 0 R 1326 0 R 1327 0 R 1328 0 R]
->>
-endobj
-1330 0 obj
-<<
-/Limits[(lstnumber.-62.11)(lstnumber.-62.12)]
-/Names[(lstnumber.-62.11) 911 0 R(lstnumber.-62.12) 912 0 R]
->>
-endobj
-1331 0 obj
-<<
-/Limits[(lstnumber.-62.13)(lstnumber.-62.15)]
-/Names[(lstnumber.-62.13) 913 0 R(lstnumber.-62.14) 914 0 R(lstnumber.-62.15) 915 0 R]
->>
-endobj
-1332 0 obj
-<<
-/Limits[(lstnumber.-62.16)(lstnumber.-62.18)]
-/Names[(lstnumber.-62.16) 916 0 R(lstnumber.-62.17) 917 0 R(lstnumber.-62.18) 918 0 R]
->>
-endobj
-1333 0 obj
-<<
-/Limits[(lstnumber.-62.19)(lstnumber.-62.20)]
-/Names[(lstnumber.-62.19) 919 0 R(lstnumber.-62.2) 898 0 R(lstnumber.-62.20) 920 0 R]
->>
-endobj
-1334 0 obj
-<<
-/Limits[(lstnumber.-62.11)(lstnumber.-62.20)]
-/Kids[1330 0 R 1331 0 R 1332 0 R 1333 0 R]
->>
-endobj
-1335 0 obj
-<<
-/Limits[(lstnumber.-62.21)(lstnumber.-62.22)]
-/Names[(lstnumber.-62.21) 921 0 R(lstnumber.-62.22) 922 0 R]
->>
-endobj
-1336 0 obj
-<<
-/Limits[(lstnumber.-62.23)(lstnumber.-62.3)]
-/Names[(lstnumber.-62.23) 923 0 R(lstnumber.-62.24) 924 0 R(lstnumber.-62.3) 899 0 R]
->>
-endobj
-1337 0 obj
-<<
-/Limits[(lstnumber.-62.4)(lstnumber.-62.6)]
-/Names[(lstnumber.-62.4) 900 0 R(lstnumber.-62.5) 901 0 R(lstnumber.-62.6) 902 0 R]
->>
-endobj
-1338 0 obj
-<<
-/Limits[(lstnumber.-62.7)(lstnumber.-62.9)]
-/Names[(lstnumber.-62.7) 903 0 R(lstnumber.-62.8) 904 0 R(lstnumber.-62.9) 909 0 R]
->>
-endobj
-1339 0 obj
-<<
-/Limits[(lstnumber.-62.21)(lstnumber.-62.9)]
-/Kids[1335 0 R 1336 0 R 1337 0 R 1338 0 R]
->>
-endobj
-1340 0 obj
-<<
-/Limits[(lstnumber.-63.1)(lstnumber.-63.10)]
-/Names[(lstnumber.-63.1) 934 0 R(lstnumber.-63.10) 943 0 R]
->>
-endobj
-1341 0 obj
-<<
-/Limits[(lstnumber.-63.11)(lstnumber.-63.2)]
-/Names[(lstnumber.-63.11) 944 0 R(lstnumber.-63.12) 945 0 R(lstnumber.-63.2) 935 0 R]
->>
-endobj
-1342 0 obj
-<<
-/Limits[(lstnumber.-63.3)(lstnumber.-63.5)]
-/Names[(lstnumber.-63.3) 936 0 R(lstnumber.-63.4) 937 0 R(lstnumber.-63.5) 938 0 R]
->>
-endobj
-1343 0 obj
-<<
-/Limits[(lstnumber.-63.6)(lstnumber.-63.8)]
-/Names[(lstnumber.-63.6) 939 0 R(lstnumber.-63.7) 940 0 R(lstnumber.-63.8) 941 0 R]
->>
-endobj
-1344 0 obj
-<<
-/Limits[(lstnumber.-63.1)(lstnumber.-63.8)]
-/Kids[1340 0 R 1341 0 R 1342 0 R 1343 0 R]
->>
-endobj
-1345 0 obj
-<<
-/Limits[(lstnumber.-60.4)(lstnumber.-63.8)]
-/Kids[1329 0 R 1334 0 R 1339 0 R 1344 0 R]
->>
-endobj
-1346 0 obj
-<<
-/Limits[(lstnumber.-63.9)(lstnumber.-64.1)]
-/Names[(lstnumber.-63.9) 942 0 R(lstnumber.-64.1) 956 0 R]
->>
-endobj
-1347 0 obj
-<<
-/Limits[(lstnumber.-64.2)(lstnumber.-64.4)]
-/Names[(lstnumber.-64.2) 957 0 R(lstnumber.-64.3) 958 0 R(lstnumber.-64.4) 959 0 R]
->>
-endobj
-1348 0 obj
-<<
-/Limits[(lstnumber.-64.5)(lstnumber.-64.7)]
-/Names[(lstnumber.-64.5) 960 0 R(lstnumber.-64.6) 961 0 R(lstnumber.-64.7) 962 0 R]
->>
-endobj
-1349 0 obj
-<<
-/Limits[(lstnumber.-64.8)(lstnumber.-65.1)]
-/Names[(lstnumber.-64.8) 963 0 R(lstnumber.-64.9) 964 0 R(lstnumber.-65.1) 971 0 R]
->>
-endobj
-1350 0 obj
-<<
-/Limits[(lstnumber.-63.9)(lstnumber.-65.1)]
-/Kids[1346 0 R 1347 0 R 1348 0 R 1349 0 R]
->>
-endobj
-1351 0 obj
-<<
-/Limits[(lstnumber.-65.10)(lstnumber.-65.11)]
-/Names[(lstnumber.-65.10) 980 0 R(lstnumber.-65.11) 981 0 R]
->>
-endobj
-1352 0 obj
-<<
-/Limits[(lstnumber.-65.12)(lstnumber.-65.14)]
-/Names[(lstnumber.-65.12) 982 0 R(lstnumber.-65.13) 983 0 R(lstnumber.-65.14) 984 0 R]
->>
-endobj
-1353 0 obj
-<<
-/Limits[(lstnumber.-65.15)(lstnumber.-65.2)]
-/Names[(lstnumber.-65.15) 985 0 R(lstnumber.-65.16) 986 0 R(lstnumber.-65.2) 972 0 R]
->>
-endobj
-1354 0 obj
-<<
-/Limits[(lstnumber.-65.3)(lstnumber.-65.5)]
-/Names[(lstnumber.-65.3) 973 0 R(lstnumber.-65.4) 974 0 R(lstnumber.-65.5) 975 0 R]
->>
-endobj
-1355 0 obj
-<<
-/Limits[(lstnumber.-65.10)(lstnumber.-65.5)]
-/Kids[1351 0 R 1352 0 R 1353 0 R 1354 0 R]
->>
-endobj
-1356 0 obj
-<<
-/Limits[(lstnumber.-65.6)(lstnumber.-65.7)]
-/Names[(lstnumber.-65.6) 976 0 R(lstnumber.-65.7) 977 0 R]
->>
-endobj
-1357 0 obj
-<<
-/Limits[(lstnumber.-65.8)(lstnumber.-66.1)]
-/Names[(lstnumber.-65.8) 978 0 R(lstnumber.-65.9) 979 0 R(lstnumber.-66.1) 990 0 R]
->>
-endobj
-1358 0 obj
-<<
-/Limits[(lstnumber.-66.10)(lstnumber.-66.3)]
-/Names[(lstnumber.-66.10) 999 0 R(lstnumber.-66.2) 991 0 R(lstnumber.-66.3) 992 0 R]
->>
-endobj
-1359 0 obj
-<<
-/Limits[(lstnumber.-66.4)(lstnumber.-66.6)]
-/Names[(lstnumber.-66.4) 993 0 R(lstnumber.-66.5) 994 0 R(lstnumber.-66.6) 995 0 R]
->>
-endobj
-1360 0 obj
-<<
-/Limits[(lstnumber.-65.6)(lstnumber.-66.6)]
-/Kids[1356 0 R 1357 0 R 1358 0 R 1359 0 R]
->>
-endobj
-1361 0 obj
-<<
-/Limits[(lstnumber.-66.7)(lstnumber.-66.9)]
-/Names[(lstnumber.-66.7) 996 0 R(lstnumber.-66.8) 997 0 R(lstnumber.-66.9) 998 0 R]
->>
-endobj
-1362 0 obj
-<<
-/Limits[(lstnumber.-67.1)(lstnumber.-67.3)]
-/Names[(lstnumber.-67.1) 1006 0 R(lstnumber.-67.2) 1007 0 R(lstnumber.-67.3) 1008 0 R]
->>
-endobj
-1363 0 obj
-<<
-/Limits[(lstnumber.-67.4)(lstnumber.-67.6)]
-/Names[(lstnumber.-67.4) 1009 0 R(lstnumber.-67.5) 1010 0 R(lstnumber.-67.6) 1011 0 R]
->>
-endobj
-1364 0 obj
-<<
-/Limits[(lstnumber.-67.7)(lstnumber.-67.9)]
-/Names[(lstnumber.-67.7) 1012 0 R(lstnumber.-67.8) 1013 0 R(lstnumber.-67.9) 1014 0 R]
->>
-endobj
-1365 0 obj
-<<
-/Limits[(lstnumber.-66.7)(lstnumber.-67.9)]
-/Kids[1361 0 R 1362 0 R 1363 0 R 1364 0 R]
->>
-endobj
-1366 0 obj
-<<
-/Limits[(lstnumber.-63.9)(lstnumber.-67.9)]
-/Kids[1350 0 R 1355 0 R 1360 0 R 1365 0 R]
->>
-endobj
-1367 0 obj
-<<
-/Limits[(lstnumber.-46.3)(lstnumber.-67.9)]
-/Kids[1303 0 R 1324 0 R 1345 0 R 1366 0 R]
->>
-endobj
-1368 0 obj
-<<
-/Limits[(lstnumber.-68.1)(lstnumber.-68.10)]
-/Names[(lstnumber.-68.1) 1022 0 R(lstnumber.-68.10) 1031 0 R]
->>
-endobj
-1369 0 obj
-<<
-/Limits[(lstnumber.-68.11)(lstnumber.-68.13)]
-/Names[(lstnumber.-68.11) 1032 0 R(lstnumber.-68.12) 1033 0 R(lstnumber.-68.13) 1034 0 R]
->>
-endobj
-1370 0 obj
-<<
-/Limits[(lstnumber.-68.14)(lstnumber.-68.16)]
-/Names[(lstnumber.-68.14) 1035 0 R(lstnumber.-68.15) 1036 0 R(lstnumber.-68.16) 1037 0 R]
->>
-endobj
-1371 0 obj
-<<
-/Limits[(lstnumber.-68.17)(lstnumber.-68.19)]
-/Names[(lstnumber.-68.17) 1038 0 R(lstnumber.-68.18) 1039 0 R(lstnumber.-68.19) 1040 0 R]
->>
-endobj
-1372 0 obj
-<<
-/Limits[(lstnumber.-68.1)(lstnumber.-68.19)]
-/Kids[1368 0 R 1369 0 R 1370 0 R 1371 0 R]
->>
-endobj
-1373 0 obj
-<<
-/Limits[(lstnumber.-68.2)(lstnumber.-68.20)]
-/Names[(lstnumber.-68.2) 1023 0 R(lstnumber.-68.20) 1041 0 R]
->>
-endobj
-1374 0 obj
-<<
-/Limits[(lstnumber.-68.21)(lstnumber.-68.23)]
-/Names[(lstnumber.-68.21) 1042 0 R(lstnumber.-68.22) 1043 0 R(lstnumber.-68.23) 1044 0 R]
->>
-endobj
-1375 0 obj
-<<
-/Limits[(lstnumber.-68.24)(lstnumber.-68.26)]
-/Names[(lstnumber.-68.24) 1045 0 R(lstnumber.-68.25) 1046 0 R(lstnumber.-68.26) 1047 0 R]
->>
-endobj
-1376 0 obj
-<<
-/Limits[(lstnumber.-68.27)(lstnumber.-68.29)]
-/Names[(lstnumber.-68.27) 1048 0 R(lstnumber.-68.28) 1049 0 R(lstnumber.-68.29) 1050 0 R]
->>
-endobj
-1377 0 obj
-<<
-/Limits[(lstnumber.-68.2)(lstnumber.-68.29)]
-/Kids[1373 0 R 1374 0 R 1375 0 R 1376 0 R]
->>
-endobj
-1378 0 obj
-<<
-/Limits[(lstnumber.-68.3)(lstnumber.-68.30)]
-/Names[(lstnumber.-68.3) 1024 0 R(lstnumber.-68.30) 1051 0 R]
->>
-endobj
-1379 0 obj
-<<
-/Limits[(lstnumber.-68.31)(lstnumber.-68.33)]
-/Names[(lstnumber.-68.31) 1052 0 R(lstnumber.-68.32) 1053 0 R(lstnumber.-68.33) 1054 0 R]
->>
-endobj
-1380 0 obj
-<<
-/Limits[(lstnumber.-68.34)(lstnumber.-68.36)]
-/Names[(lstnumber.-68.34) 1055 0 R(lstnumber.-68.35) 1056 0 R(lstnumber.-68.36) 1057 0 R]
->>
-endobj
-1381 0 obj
-<<
-/Limits[(lstnumber.-68.37)(lstnumber.-68.39)]
-/Names[(lstnumber.-68.37) 1058 0 R(lstnumber.-68.38) 1059 0 R(lstnumber.-68.39) 1060 0 R]
->>
-endobj
-1382 0 obj
-<<
-/Limits[(lstnumber.-68.3)(lstnumber.-68.39)]
-/Kids[1378 0 R 1379 0 R 1380 0 R 1381 0 R]
->>
-endobj
-1383 0 obj
-<<
-/Limits[(lstnumber.-68.4)(lstnumber.-68.40)]
-/Names[(lstnumber.-68.4) 1025 0 R(lstnumber.-68.40) 1061 0 R]
->>
-endobj
-1384 0 obj
-<<
-/Limits[(lstnumber.-68.5)(lstnumber.-68.7)]
-/Names[(lstnumber.-68.5) 1026 0 R(lstnumber.-68.6) 1027 0 R(lstnumber.-68.7) 1028 0 R]
->>
-endobj
-1385 0 obj
-<<
-/Limits[(lstnumber.-68.8)(lstnumber.-69.1)]
-/Names[(lstnumber.-68.8) 1029 0 R(lstnumber.-68.9) 1030 0 R(lstnumber.-69.1) 1068 0 R]
->>
-endobj
-1386 0 obj
-<<
-/Limits[(lstnumber.-69.10)(lstnumber.-69.12)]
-/Names[(lstnumber.-69.10) 1077 0 R(lstnumber.-69.11) 1078 0 R(lstnumber.-69.12) 1079 0 R]
->>
-endobj
-1387 0 obj
-<<
-/Limits[(lstnumber.-68.4)(lstnumber.-69.12)]
-/Kids[1383 0 R 1384 0 R 1385 0 R 1386 0 R]
->>
-endobj
-1388 0 obj
-<<
-/Limits[(lstnumber.-68.1)(lstnumber.-69.12)]
-/Kids[1372 0 R 1377 0 R 1382 0 R 1387 0 R]
->>
-endobj
-1389 0 obj
-<<
-/Limits[(lstnumber.-69.13)(lstnumber.-69.14)]
-/Names[(lstnumber.-69.13) 1080 0 R(lstnumber.-69.14) 1081 0 R]
->>
-endobj
-1390 0 obj
-<<
-/Limits[(lstnumber.-69.2)(lstnumber.-69.4)]
-/Names[(lstnumber.-69.2) 1069 0 R(lstnumber.-69.3) 1070 0 R(lstnumber.-69.4) 1071 0 R]
->>
-endobj
-1391 0 obj
-<<
-/Limits[(lstnumber.-69.5)(lstnumber.-69.7)]
-/Names[(lstnumber.-69.5) 1072 0 R(lstnumber.-69.6) 1073 0 R(lstnumber.-69.7) 1074 0 R]
->>
-endobj
-1392 0 obj
-<<
-/Limits[(lstnumber.-69.8)(lstnumber.-7.1)]
-/Names[(lstnumber.-69.8) 1075 0 R(lstnumber.-69.9) 1076 0 R(lstnumber.-7.1) 233 0 R]
->>
-endobj
-1393 0 obj
-<<
-/Limits[(lstnumber.-69.13)(lstnumber.-7.1)]
-/Kids[1389 0 R 1390 0 R 1391 0 R 1392 0 R]
->>
-endobj
-1394 0 obj
-<<
-/Limits[(lstnumber.-7.10)(lstnumber.-7.11)]
-/Names[(lstnumber.-7.10) 248 0 R(lstnumber.-7.11) 249 0 R]
->>
-endobj
-1395 0 obj
-<<
-/Limits[(lstnumber.-7.12)(lstnumber.-7.14)]
-/Names[(lstnumber.-7.12) 250 0 R(lstnumber.-7.13) 251 0 R(lstnumber.-7.14) 252 0 R]
->>
-endobj
-1396 0 obj
-<<
-/Limits[(lstnumber.-7.15)(lstnumber.-7.2)]
-/Names[(lstnumber.-7.15) 253 0 R(lstnumber.-7.16) 254 0 R(lstnumber.-7.2) 234 0 R]
->>
-endobj
-1397 0 obj
-<<
-/Limits[(lstnumber.-7.3)(lstnumber.-7.5)]
-/Names[(lstnumber.-7.3) 235 0 R(lstnumber.-7.4) 236 0 R(lstnumber.-7.5) 237 0 R]
->>
-endobj
-1398 0 obj
-<<
-/Limits[(lstnumber.-7.10)(lstnumber.-7.5)]
-/Kids[1394 0 R 1395 0 R 1396 0 R 1397 0 R]
->>
-endobj
-1399 0 obj
-<<
-/Limits[(lstnumber.-7.6)(lstnumber.-7.7)]
-/Names[(lstnumber.-7.6) 238 0 R(lstnumber.-7.7) 239 0 R]
->>
-endobj
-1400 0 obj
-<<
-/Limits[(lstnumber.-7.8)(lstnumber.-8.1)]
-/Names[(lstnumber.-7.8) 240 0 R(lstnumber.-7.9) 241 0 R(lstnumber.-8.1) 260 0 R]
->>
-endobj
-1401 0 obj
-<<
-/Limits[(lstnumber.-8.10)(lstnumber.-8.12)]
-/Names[(lstnumber.-8.10) 269 0 R(lstnumber.-8.11) 270 0 R(lstnumber.-8.12) 271 0 R]
->>
-endobj
-1402 0 obj
-<<
-/Limits[(lstnumber.-8.13)(lstnumber.-8.15)]
-/Names[(lstnumber.-8.13) 272 0 R(lstnumber.-8.14) 279 0 R(lstnumber.-8.15) 280 0 R]
->>
-endobj
-1403 0 obj
-<<
-/Limits[(lstnumber.-7.6)(lstnumber.-8.15)]
-/Kids[1399 0 R 1400 0 R 1401 0 R 1402 0 R]
->>
-endobj
-1404 0 obj
-<<
-/Limits[(lstnumber.-8.16)(lstnumber.-8.18)]
-/Names[(lstnumber.-8.16) 281 0 R(lstnumber.-8.17) 282 0 R(lstnumber.-8.18) 283 0 R]
->>
-endobj
-1405 0 obj
-<<
-/Limits[(lstnumber.-8.19)(lstnumber.-8.20)]
-/Names[(lstnumber.-8.19) 284 0 R(lstnumber.-8.2) 261 0 R(lstnumber.-8.20) 285 0 R]
->>
-endobj
-1406 0 obj
-<<
-/Limits[(lstnumber.-8.21)(lstnumber.-8.23)]
-/Names[(lstnumber.-8.21) 286 0 R(lstnumber.-8.22) 287 0 R(lstnumber.-8.23) 288 0 R]
->>
-endobj
-1407 0 obj
-<<
-/Limits[(lstnumber.-8.24)(lstnumber.-8.26)]
-/Names[(lstnumber.-8.24) 289 0 R(lstnumber.-8.25) 290 0 R(lstnumber.-8.26) 291 0 R]
->>
-endobj
-1408 0 obj
-<<
-/Limits[(lstnumber.-8.16)(lstnumber.-8.26)]
-/Kids[1404 0 R 1405 0 R 1406 0 R 1407 0 R]
->>
-endobj
-1409 0 obj
-<<
-/Limits[(lstnumber.-69.13)(lstnumber.-8.26)]
-/Kids[1393 0 R 1398 0 R 1403 0 R 1408 0 R]
->>
-endobj
-1410 0 obj
-<<
-/Limits[(lstnumber.-8.27)(lstnumber.-8.3)]
-/Names[(lstnumber.-8.27) 292 0 R(lstnumber.-8.3) 262 0 R]
->>
-endobj
-1411 0 obj
-<<
-/Limits[(lstnumber.-8.4)(lstnumber.-8.6)]
-/Names[(lstnumber.-8.4) 263 0 R(lstnumber.-8.5) 264 0 R(lstnumber.-8.6) 265 0 R]
->>
-endobj
-1412 0 obj
-<<
-/Limits[(lstnumber.-8.7)(lstnumber.-8.9)]
-/Names[(lstnumber.-8.7) 266 0 R(lstnumber.-8.8) 267 0 R(lstnumber.-8.9) 268 0 R]
->>
-endobj
-1413 0 obj
-<<
-/Limits[(lstnumber.-9.1)(lstnumber.-9.11)]
-/Names[(lstnumber.-9.1) 296 0 R(lstnumber.-9.10) 314 0 R(lstnumber.-9.11) 315 0 R]
->>
-endobj
-1414 0 obj
-<<
-/Limits[(lstnumber.-8.27)(lstnumber.-9.11)]
-/Kids[1410 0 R 1411 0 R 1412 0 R 1413 0 R]
->>
-endobj
-1415 0 obj
-<<
-/Limits[(lstnumber.-9.12)(lstnumber.-9.13)]
-/Names[(lstnumber.-9.12) 316 0 R(lstnumber.-9.13) 317 0 R]
->>
-endobj
-1416 0 obj
-<<
-/Limits[(lstnumber.-9.2)(lstnumber.-9.4)]
-/Names[(lstnumber.-9.2) 297 0 R(lstnumber.-9.3) 298 0 R(lstnumber.-9.4) 299 0 R]
->>
-endobj
-1417 0 obj
-<<
-/Limits[(lstnumber.-9.5)(lstnumber.-9.7)]
-/Names[(lstnumber.-9.5) 300 0 R(lstnumber.-9.6) 301 0 R(lstnumber.-9.7) 302 0 R]
->>
-endobj
-1418 0 obj
-<<
-/Limits[(lstnumber.-9.8)(section*.1)]
-/Names[(lstnumber.-9.8) 303 0 R(lstnumber.-9.9) 304 0 R(section*.1) 84 0 R]
->>
-endobj
-1419 0 obj
-<<
-/Limits[(lstnumber.-9.12)(section*.1)]
-/Kids[1415 0 R 1416 0 R 1417 0 R 1418 0 R]
->>
-endobj
-1420 0 obj
-<<
-/Limits[(section*.10)(section*.11)]
-/Names[(section*.10) 795 0 R(section*.11) 796 0 R]
->>
-endobj
-1421 0 obj
-<<
-/Limits[(section*.12)(section*.14)]
-/Names[(section*.12) 820 0 R(section*.13) 821 0 R(section*.14) 823 0 R]
->>
-endobj
-1422 0 obj
-<<
-/Limits[(section*.15)(section*.17)]
-/Names[(section*.15) 824 0 R(section*.16) 825 0 R(section*.17) 826 0 R]
->>
-endobj
-1423 0 obj
-<<
-/Limits[(section*.18)(section*.2)]
-/Names[(section*.18) 852 0 R(section*.19) 871 0 R(section*.2) 658 0 R]
->>
-endobj
-1424 0 obj
-<<
-/Limits[(section*.10)(section*.2)]
-/Kids[1420 0 R 1421 0 R 1422 0 R 1423 0 R]
->>
-endobj
-1425 0 obj
-<<
-/Limits[(section*.20)(section*.3)]
-/Names[(section*.20) 1086 0 R(section*.3) 659 0 R]
->>
-endobj
-1426 0 obj
-<<
-/Limits[(section*.4)(section*.6)]
-/Names[(section*.4) 717 0 R(section*.5) 718 0 R(section*.6) 740 0 R]
->>
-endobj
-1427 0 obj
-<<
-/Limits[(section*.7)(section*.9)]
-/Names[(section*.7) 746 0 R(section*.8) 747 0 R(section*.9) 791 0 R]
->>
-endobj
-1428 0 obj
-<<
-/Limits[(section.1)(section.3)]
-/Names[(section.1) 161 0 R(section.2) 170 0 R(section.3) 230 0 R]
->>
-endobj
-1429 0 obj
-<<
-/Limits[(section*.20)(section.3)]
-/Kids[1425 0 R 1426 0 R 1427 0 R 1428 0 R]
->>
-endobj
-1430 0 obj
-<<
-/Limits[(lstnumber.-8.27)(section.3)]
-/Kids[1414 0 R 1419 0 R 1424 0 R 1429 0 R]
->>
-endobj
-1431 0 obj
-<<
-/Limits[(section.4)(section.5)]
-/Names[(section.4) 471 0 R(section.5) 894 0 R]
->>
-endobj
-1432 0 obj
-<<
-/Limits[(subsection.2.1)(subsection.2.3)]
-/Names[(subsection.2.1) 171 0 R(subsection.2.2) 175 0 R(subsection.2.3) 179 0 R]
->>
-endobj
-1433 0 obj
-<<
-/Limits[(subsection.2.4)(subsection.2.6)]
-/Names[(subsection.2.4) 200 0 R(subsection.2.5) 210 0 R(subsection.2.6) 211 0 R]
->>
-endobj
-1434 0 obj
-<<
-/Limits[(subsection.2.7)(subsection.3.1)]
-/Names[(subsection.2.7) 212 0 R(subsection.2.8) 214 0 R(subsection.3.1) 231 0 R]
->>
-endobj
-1435 0 obj
-<<
-/Limits[(section.4)(subsection.3.1)]
-/Kids[1431 0 R 1432 0 R 1433 0 R 1434 0 R]
->>
-endobj
-1436 0 obj
-<<
-/Limits[(subsection.3.2)(subsection.3.3)]
-/Names[(subsection.3.2) 257 0 R(subsection.3.3) 293 0 R]
->>
-endobj
-1437 0 obj
-<<
-/Limits[(subsection.3.4)(subsection.4.1)]
-/Names[(subsection.3.4) 374 0 R(subsection.3.5) 466 0 R(subsection.4.1) 472 0 R]
->>
-endobj
-1438 0 obj
-<<
-/Limits[(subsection.4.10)(subsection.4.12)]
-/Names[(subsection.4.10) 684 0 R(subsection.4.11) 693 0 R(subsection.4.12) 703 0 R]
->>
-endobj
-1439 0 obj
-<<
-/Limits[(subsection.4.13)(subsection.4.15)]
-/Names[(subsection.4.13) 708 0 R(subsection.4.14) 892 0 R(subsection.4.15) 893 0 R]
->>
-endobj
-1440 0 obj
-<<
-/Limits[(subsection.3.2)(subsection.4.15)]
-/Kids[1436 0 R 1437 0 R 1438 0 R 1439 0 R]
->>
-endobj
-1441 0 obj
-<<
-/Limits[(subsection.4.2)(subsection.4.3)]
-/Names[(subsection.4.2) 526 0 R(subsection.4.3) 544 0 R]
->>
-endobj
-1442 0 obj
-<<
-/Limits[(subsection.4.4)(subsection.4.6)]
-/Names[(subsection.4.4) 578 0 R(subsection.4.5) 584 0 R(subsection.4.6) 610 0 R]
->>
-endobj
-1443 0 obj
-<<
-/Limits[(subsection.4.7)(subsection.4.9)]
-/Names[(subsection.4.7) 662 0 R(subsection.4.8) 680 0 R(subsection.4.9) 683 0 R]
->>
-endobj
-1444 0 obj
-<<
-/Limits[(subsection.5.1)(subsection.5.3)]
-/Names[(subsection.5.1) 895 0 R(subsection.5.2) 932 0 R(subsection.5.3) 953 0 R]
->>
-endobj
-1445 0 obj
-<<
-/Limits[(subsection.4.2)(subsection.5.3)]
-/Kids[1441 0 R 1442 0 R 1443 0 R 1444 0 R]
->>
-endobj
-1446 0 obj
-<<
-/Limits[(subsection.5.4)(subsubsection.4.2.1)]
-/Names[(subsection.5.4) 987 0 R(subsection.5.5) 1015 0 R(subsubsection.4.2.1) 527 0 R]
->>
-endobj
-1447 0 obj
-<<
-/Limits[(subsubsection.4.2.2)(subsubsection.4.6.2)]
-/Names[(subsubsection.4.2.2) 539 0 R(subsubsection.4.6.1) 626 0 R(subsubsection.4.6.2)
-657 0 R]
->>
-endobj
-1448 0 obj
-<<
-/Limits[(subsubsection.5.3.1)(subsubsection.5.4.1)]
-/Names[(subsubsection.5.3.1) 954 0 R(subsubsection.5.3.2) 965 0 R(subsubsection.5.4.1)
-988 0 R]
->>
-endobj
-1449 0 obj
-<<
-/Limits[(subsubsection.5.4.2)(subsubsection.5.5.2)]
-/Names[(subsubsection.5.4.2) 1004 0 R(subsubsection.5.5.1) 1016 0 R(subsubsection.5.5.2)
-1066 0 R]
->>
-endobj
-1450 0 obj
-<<
-/Limits[(subsection.5.4)(subsubsection.5.5.2)]
-/Kids[1446 0 R 1447 0 R 1448 0 R 1449 0 R]
->>
-endobj
-1451 0 obj
-<<
-/Limits[(section.4)(subsubsection.5.5.2)]
-/Kids[1435 0 R 1440 0 R 1445 0 R 1450 0 R]
->>
-endobj
-1452 0 obj
-<<
-/Limits[(lstnumber.-68.1)(subsubsection.5.5.2)]
-/Kids[1388 0 R 1409 0 R 1430 0 R 1451 0 R]
->>
-endobj
-1453 0 obj
-<<
-/Limits[(Doc-Start)(subsubsection.5.5.2)]
-/Kids[1197 0 R 1282 0 R 1367 0 R 1452 0 R]
->>
-endobj
-1454 0 obj
-null
-endobj
-1455 0 obj
-<<
-/Dests 1453 0 R
->>
-endobj
-2 0 obj
-<<
-/Type/Catalog
-/OpenAction[5 0 R/Fit]
-/PageMode/UseOutlines
-/Pages 3 0 R
-/Outlines 10 0 R
-/Threads 1454 0 R
-/Names 1455 0 R
->>
-endobj
-7 0 obj
-<<
-/Type/Encoding
-/Differences[24/breve/caron/circumflex/dotaccent/hungarumlaut/ogonek/ring/tilde 39/quotesingle
-96/grave 128/bullet/dagger/daggerdbl/ellipsis/emdash/endash/florin/fraction/guilsinglleft/guilsinglright/minus/perthousand/quotedblbase/quotedblleft/quotedblright/quoteleft/quoteright/quotesinglbase/trademark/fi/fl/Lslash/OE/Scaron/Ydieresis/Zcaron/dotlessi/lslash/oe/scaron/zcaron
-164/currency 166/brokenbar 168/dieresis/copyright/ordfeminine 172/logicalnot/.notdef/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu
-183/periodcentered/cedilla/onesuperior/ordmasculine 188/onequarter/onehalf/threequarters
-192/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
-8 0 obj
-<<
-/Type/Font
-/Subtype/Type1
-/Name/ZaDb
-/BaseFont/ZapfDingbats
->>
-endobj
-9 0 obj
-<<
-/Type/Font
-/Subtype/Type1
-/Name/Helv
-/BaseFont/Helvetica
-/Encoding 7 0 R
->>
-endobj
-xref
-0 1456
-0000000000 65535 f
-0000422152 00000 n
-0000475602 00000 n
-0000428548 00000 n
-0000428759 00000 n
-0000422316 00000 n
-0000026380 00000 n
-0000475746 00000 n
-0000476931 00000 n
-0000477012 00000 n
-0000429258 00000 n
-0000000009 00000 n
-0000001185 00000 n
-0000000110 00000 n
-0000000213 00000 n
-0000000333 00000 n
-0000000468 00000 n
-0000000607 00000 n
-0000000755 00000 n
-0000000917 00000 n
-0000001051 00000 n
-0000001932 00000 n
-0000001336 00000 n
-0000001442 00000 n
-0000001575 00000 n
-0000001699 00000 n
-0000001825 00000 n
-0000004525 00000 n
-0000002093 00000 n
-0000002425 00000 n
-0000002209 00000 n
-0000002315 00000 n
-0000002586 00000 n
-0000002716 00000 n
-0000002837 00000 n
-0000003196 00000 n
-0000002966 00000 n
-0000003082 00000 n
-0000003363 00000 n
-0000003488 00000 n
-0000003613 00000 n
-0000003728 00000 n
-0000003860 00000 n
-0000004001 00000 n
-0000004144 00000 n
-0000004264 00000 n
-0000004402 00000 n
-0000428841 00000 n
-0000004674 00000 n
-0000004783 00000 n
-0000005160 00000 n
-0000004914 00000 n
-0000005043 00000 n
-0000005572 00000 n
-0000005332 00000 n
-0000005451 00000 n
-0000428980 00000 n
-0000005734 00000 n
-0000429127 00000 n
-0000005862 00000 n
-0000005908 00000 n
-0000258529 00000 n
-0000258343 00000 n
-0000006813 00000 n
-0000262953 00000 n
-0000262767 00000 n
-0000007808 00000 n
-0000270662 00000 n
-0000270476 00000 n
-0000008777 00000 n
-0000009695 00000 n
-0000278521 00000 n
-0000278327 00000 n
-0000011311 00000 n
-0000280144 00000 n
-0000279956 00000 n
-0000012318 00000 n
-0000013318 00000 n
-0000283082 00000 n
-0000282889 00000 n
-0000014225 00000 n
-0000285182 00000 n
-0000284993 00000 n
-0000015191 00000 n
-0000016138 00000 n
-0000294639 00000 n
-0000294449 00000 n
-0000016184 00000 n
-0000017121 00000 n
-0000017258 00000 n
-0000305097 00000 n
-0000304909 00000 n
-0000017395 00000 n
-0000018313 00000 n
-0000018456 00000 n
-0000018599 00000 n
-0000018742 00000 n
-0000321374 00000 n
-0000321178 00000 n
-0000020557 00000 n
-0000021692 00000 n
-0000021836 00000 n
-0000021980 00000 n
-0000022124 00000 n
-0000022267 00000 n
-0000022411 00000 n
-0000022548 00000 n
-0000022692 00000 n
-0000022836 00000 n
-0000022980 00000 n
-0000023124 00000 n
-0000343747 00000 n
-0000343552 00000 n
-0000023268 00000 n
-0000024210 00000 n
-0000428657 00000 n
-0000024391 00000 n
-0000428708 00000 n
-0000026083 00000 n
-0000026233 00000 n
-0000422439 00000 n
-0000037672 00000 n
-0000026442 00000 n
-0000026580 00000 n
-0000026723 00000 n
-0000026867 00000 n
-0000027015 00000 n
-0000345325 00000 n
-0000345128 00000 n
-0000027163 00000 n
-0000028117 00000 n
-0000028261 00000 n
-0000028404 00000 n
-0000028547 00000 n
-0000028691 00000 n
-0000028840 00000 n
-0000028988 00000 n
-0000029132 00000 n
-0000029276 00000 n
-0000029420 00000 n
-0000029564 00000 n
-0000029708 00000 n
-0000029853 00000 n
-0000029998 00000 n
-0000030142 00000 n
-0000030287 00000 n
-0000030425 00000 n
-0000030568 00000 n
-0000030709 00000 n
-0000030853 00000 n
-0000031002 00000 n
-0000031148 00000 n
-0000031292 00000 n
-0000348119 00000 n
-0000347926 00000 n
-0000032247 00000 n
-0000033245 00000 n
-0000033394 00000 n
-0000033543 00000 n
-0000033687 00000 n
-0000033835 00000 n
-0000033983 00000 n
-0000351357 00000 n
-0000351160 00000 n
-0000034032 00000 n
-0000035016 00000 n
-0000037290 00000 n
-0000037565 00000 n
-0000422649 00000 n
-0000043978 00000 n
-0000037736 00000 n
-0000037785 00000 n
-0000037834 00000 n
-0000037883 00000 n
-0000037932 00000 n
-0000038090 00000 n
-0000357384 00000 n
-0000357188 00000 n
-0000038139 00000 n
-0000039089 00000 n
-0000039138 00000 n
-0000039187 00000 n
-0000039236 00000 n
-0000039285 00000 n
-0000039334 00000 n
-0000039383 00000 n
-0000039432 00000 n
-0000039478 00000 n
-0000039527 00000 n
-0000039576 00000 n
-0000039625 00000 n
-0000039674 00000 n
-0000039723 00000 n
-0000039772 00000 n
-0000361695 00000 n
-0000361496 00000 n
-0000039821 00000 n
-0000381017 00000 n
-0000380829 00000 n
-0000040958 00000 n
-0000041926 00000 n
-0000041975 00000 n
-0000042024 00000 n
-0000042073 00000 n
-0000042122 00000 n
-0000042171 00000 n
-0000043842 00000 n
-0000043869 00000 n
-0000422776 00000 n
-0000046974 00000 n
-0000044042 00000 n
-0000044091 00000 n
-0000044140 00000 n
-0000044189 00000 n
-0000044359 00000 n
-0000044408 00000 n
-0000046838 00000 n
-0000046865 00000 n
-0000422988 00000 n
-0000052092 00000 n
-0000047038 00000 n
-0000047088 00000 n
-0000047137 00000 n
-0000047187 00000 n
-0000384566 00000 n
-0000384361 00000 n
-0000047237 00000 n
-0000048378 00000 n
-0000048428 00000 n
-0000048478 00000 n
-0000048617 00000 n
-0000048666 00000 n
-0000048714 00000 n
-0000048763 00000 n
-0000048812 00000 n
-0000048861 00000 n
-0000048910 00000 n
-0000048959 00000 n
-0000049008 00000 n
-0000049056 00000 n
-0000049105 00000 n
-0000049154 00000 n
-0000049203 00000 n
-0000051956 00000 n
-0000051983 00000 n
-0000423115 00000 n
-0000057476 00000 n
-0000052156 00000 n
-0000052206 00000 n
-0000052255 00000 n
-0000052304 00000 n
-0000052353 00000 n
-0000052402 00000 n
-0000052450 00000 n
-0000052499 00000 n
-0000052548 00000 n
-0000052686 00000 n
-0000052825 00000 n
-0000052874 00000 n
-0000053012 00000 n
-0000053061 00000 n
-0000053110 00000 n
-0000053159 00000 n
-0000053208 00000 n
-0000053257 00000 n
-0000053306 00000 n
-0000053355 00000 n
-0000053404 00000 n
-0000053452 00000 n
-0000053501 00000 n
-0000053550 00000 n
-0000053599 00000 n
-0000053648 00000 n
-0000053697 00000 n
-0000057337 00000 n
-0000057380 00000 n
-0000423327 00000 n
-0000062498 00000 n
-0000057540 00000 n
-0000057590 00000 n
-0000057639 00000 n
-0000057688 00000 n
-0000057737 00000 n
-0000057786 00000 n
-0000057835 00000 n
-0000057884 00000 n
-0000057933 00000 n
-0000057982 00000 n
-0000058031 00000 n
-0000058080 00000 n
-0000058128 00000 n
-0000058177 00000 n
-0000058226 00000 n
-0000058275 00000 n
-0000058324 00000 n
-0000058462 00000 n
-0000058511 00000 n
-0000058560 00000 n
-0000058609 00000 n
-0000058658 00000 n
-0000058707 00000 n
-0000058756 00000 n
-0000058805 00000 n
-0000058853 00000 n
-0000058902 00000 n
-0000058951 00000 n
-0000062349 00000 n
-0000062376 00000 n
-0000423454 00000 n
-0000071085 00000 n
-0000401007 00000 n
-0000400811 00000 n
-0000062562 00000 n
-0000063574 00000 n
-0000063624 00000 n
-0000063673 00000 n
-0000063722 00000 n
-0000063771 00000 n
-0000063820 00000 n
-0000063958 00000 n
-0000064004 00000 n
-0000064053 00000 n
-0000064102 00000 n
-0000064151 00000 n
-0000064200 00000 n
-0000064249 00000 n
-0000064298 00000 n
-0000064347 00000 n
-0000064396 00000 n
-0000064444 00000 n
-0000064493 00000 n
-0000064542 00000 n
-0000064591 00000 n
-0000064640 00000 n
-0000064689 00000 n
-0000064738 00000 n
-0000064787 00000 n
-0000064836 00000 n
-0000064884 00000 n
-0000064933 00000 n
-0000064982 00000 n
-0000065031 00000 n
-0000065080 00000 n
-0000070947 00000 n
-0000070974 00000 n
-0000423581 00000 n
-0000074324 00000 n
-0000071149 00000 n
-0000071198 00000 n
-0000071247 00000 n
-0000071295 00000 n
-0000071344 00000 n
-0000071393 00000 n
-0000071442 00000 n
-0000071491 00000 n
-0000071540 00000 n
-0000071589 00000 n
-0000071638 00000 n
-0000071687 00000 n
-0000071735 00000 n
-0000071783 00000 n
-0000071832 00000 n
-0000071881 00000 n
-0000071930 00000 n
-0000071979 00000 n
-0000072028 00000 n
-0000072077 00000 n
-0000072126 00000 n
-0000072175 00000 n
-0000072223 00000 n
-0000072272 00000 n
-0000072321 00000 n
-0000072370 00000 n
-0000072419 00000 n
-0000072557 00000 n
-0000072606 00000 n
-0000072655 00000 n
-0000072704 00000 n
-0000072753 00000 n
-0000072802 00000 n
-0000074201 00000 n
-0000074228 00000 n
-0000423903 00000 n
-0000084583 00000 n
-0000074388 00000 n
-0000074436 00000 n
-0000074486 00000 n
-0000084510 00000 n
-0000424014 00000 n
-0000087912 00000 n
-0000084647 00000 n
-0000084696 00000 n
-0000084745 00000 n
-0000084793 00000 n
-0000084842 00000 n
-0000084891 00000 n
-0000084940 00000 n
-0000084989 00000 n
-0000085038 00000 n
-0000085087 00000 n
-0000085136 00000 n
-0000085185 00000 n
-0000085234 00000 n
-0000085283 00000 n
-0000085331 00000 n
-0000085380 00000 n
-0000085429 00000 n
-0000085478 00000 n
-0000085527 00000 n
-0000085576 00000 n
-0000085625 00000 n
-0000085674 00000 n
-0000085723 00000 n
-0000085769 00000 n
-0000085818 00000 n
-0000085867 00000 n
-0000085916 00000 n
-0000085965 00000 n
-0000086014 00000 n
-0000086063 00000 n
-0000086112 00000 n
-0000086161 00000 n
-0000086209 00000 n
-0000086258 00000 n
-0000086307 00000 n
-0000086356 00000 n
-0000086405 00000 n
-0000086454 00000 n
-0000086503 00000 n
-0000086552 00000 n
-0000086601 00000 n
-0000086650 00000 n
-0000086699 00000 n
-0000086747 00000 n
-0000086796 00000 n
-0000086845 00000 n
-0000086894 00000 n
-0000086943 00000 n
-0000086992 00000 n
-0000087041 00000 n
-0000087090 00000 n
-0000087866 00000 n
-0000424210 00000 n
-0000099289 00000 n
-0000087976 00000 n
-0000088026 00000 n
-0000088076 00000 n
-0000088126 00000 n
-0000088176 00000 n
-0000088226 00000 n
-0000088276 00000 n
-0000088326 00000 n
-0000088375 00000 n
-0000088424 00000 n
-0000088473 00000 n
-0000088522 00000 n
-0000088571 00000 n
-0000088620 00000 n
-0000088669 00000 n
-0000088718 00000 n
-0000088766 00000 n
-0000088815 00000 n
-0000088864 00000 n
-0000088913 00000 n
-0000088962 00000 n
-0000089011 00000 n
-0000089149 00000 n
-0000089198 00000 n
-0000089336 00000 n
-0000089471 00000 n
-0000089609 00000 n
-0000089748 00000 n
-0000089797 00000 n
-0000089846 00000 n
-0000089895 00000 n
-0000099108 00000 n
-0000099167 00000 n
-0000424337 00000 n
-0000108133 00000 n
-0000099353 00000 n
-0000099402 00000 n
-0000099451 00000 n
-0000099500 00000 n
-0000099549 00000 n
-0000099598 00000 n
-0000099646 00000 n
-0000099696 00000 n
-0000108035 00000 n
-0000424533 00000 n
-0000116717 00000 n
-0000108197 00000 n
-0000108246 00000 n
-0000108295 00000 n
-0000108344 00000 n
-0000108393 00000 n
-0000108442 00000 n
-0000108491 00000 n
-0000108541 00000 n
-0000116619 00000 n
-0000424644 00000 n
-0000120754 00000 n
-0000116781 00000 n
-0000116830 00000 n
-0000116880 00000 n
-0000116930 00000 n
-0000116979 00000 n
-0000117028 00000 n
-0000117077 00000 n
-0000117127 00000 n
-0000117176 00000 n
-0000117226 00000 n
-0000117275 00000 n
-0000117324 00000 n
-0000117373 00000 n
-0000117423 00000 n
-0000117473 00000 n
-0000117522 00000 n
-0000117570 00000 n
-0000117620 00000 n
-0000117670 00000 n
-0000117720 00000 n
-0000117769 00000 n
-0000117818 00000 n
-0000117867 00000 n
-0000117916 00000 n
-0000117965 00000 n
-0000118014 00000 n
-0000118063 00000 n
-0000118112 00000 n
-0000118251 00000 n
-0000120607 00000 n
-0000120634 00000 n
-0000424856 00000 n
-0000125552 00000 n
-0000120818 00000 n
-0000120867 00000 n
-0000120916 00000 n
-0000120965 00000 n
-0000121014 00000 n
-0000121063 00000 n
-0000121112 00000 n
-0000125469 00000 n
-0000424967 00000 n
-0000129138 00000 n
-0000125616 00000 n
-0000125665 00000 n
-0000125714 00000 n
-0000125763 00000 n
-0000125812 00000 n
-0000125861 00000 n
-0000125910 00000 n
-0000125958 00000 n
-0000126007 00000 n
-0000126056 00000 n
-0000126105 00000 n
-0000126154 00000 n
-0000126203 00000 n
-0000126252 00000 n
-0000126396 00000 n
-0000126445 00000 n
-0000126495 00000 n
-0000126544 00000 n
-0000126594 00000 n
-0000126644 00000 n
-0000126693 00000 n
-0000126743 00000 n
-0000126793 00000 n
-0000126843 00000 n
-0000126893 00000 n
-0000126943 00000 n
-0000126993 00000 n
-0000127043 00000 n
-0000129028 00000 n
-0000129055 00000 n
-0000425094 00000 n
-0000132589 00000 n
-0000129202 00000 n
-0000129251 00000 n
-0000129300 00000 n
-0000129349 00000 n
-0000129398 00000 n
-0000129447 00000 n
-0000129496 00000 n
-0000129545 00000 n
-0000129689 00000 n
-0000129738 00000 n
-0000129784 00000 n
-0000129833 00000 n
-0000129882 00000 n
-0000129931 00000 n
-0000129980 00000 n
-0000130029 00000 n
-0000130078 00000 n
-0000130127 00000 n
-0000132453 00000 n
-0000132480 00000 n
-0000425416 00000 n
-0000136616 00000 n
-0000132653 00000 n
-0000132703 00000 n
-0000132752 00000 n
-0000132801 00000 n
-0000132850 00000 n
-0000132899 00000 n
-0000132948 00000 n
-0000132997 00000 n
-0000133046 00000 n
-0000133095 00000 n
-0000133144 00000 n
-0000133193 00000 n
-0000133331 00000 n
-0000133380 00000 n
-0000133428 00000 n
-0000133476 00000 n
-0000133525 00000 n
-0000133574 00000 n
-0000133623 00000 n
-0000133672 00000 n
-0000133721 00000 n
-0000133770 00000 n
-0000133819 00000 n
-0000133868 00000 n
-0000136506 00000 n
-0000136533 00000 n
-0000425543 00000 n
-0000139803 00000 n
-0000136680 00000 n
-0000136729 00000 n
-0000136778 00000 n
-0000136827 00000 n
-0000136876 00000 n
-0000136925 00000 n
-0000136973 00000 n
-0000137021 00000 n
-0000137070 00000 n
-0000137119 00000 n
-0000137258 00000 n
-0000137307 00000 n
-0000137357 00000 n
-0000137407 00000 n
-0000137457 00000 n
-0000137506 00000 n
-0000137556 00000 n
-0000137606 00000 n
-0000137656 00000 n
-0000137705 00000 n
-0000137754 00000 n
-0000137803 00000 n
-0000137852 00000 n
-0000137901 00000 n
-0000137950 00000 n
-0000137998 00000 n
-0000138047 00000 n
-0000139667 00000 n
-0000139694 00000 n
-0000425755 00000 n
-0000142741 00000 n
-0000139867 00000 n
-0000139916 00000 n
-0000139965 00000 n
-0000140014 00000 n
-0000140063 00000 n
-0000140112 00000 n
-0000140161 00000 n
-0000140210 00000 n
-0000140259 00000 n
-0000140309 00000 n
-0000140358 00000 n
-0000140407 00000 n
-0000140456 00000 n
-0000140506 00000 n
-0000140556 00000 n
-0000140606 00000 n
-0000140653 00000 n
-0000140703 00000 n
-0000140753 00000 n
-0000140803 00000 n
-0000142621 00000 n
-0000425866 00000 n
-0000145586 00000 n
-0000142805 00000 n
-0000142854 00000 n
-0000142902 00000 n
-0000142951 00000 n
-0000143000 00000 n
-0000143048 00000 n
-0000143097 00000 n
-0000143146 00000 n
-0000143195 00000 n
-0000143244 00000 n
-0000143293 00000 n
-0000143342 00000 n
-0000143391 00000 n
-0000143440 00000 n
-0000143489 00000 n
-0000143538 00000 n
-0000143587 00000 n
-0000143636 00000 n
-0000143685 00000 n
-0000143733 00000 n
-0000143782 00000 n
-0000143831 00000 n
-0000143880 00000 n
-0000143929 00000 n
-0000143978 00000 n
-0000145464 00000 n
-0000426062 00000 n
-0000148770 00000 n
-0000145650 00000 n
-0000145699 00000 n
-0000145747 00000 n
-0000145796 00000 n
-0000145845 00000 n
-0000145894 00000 n
-0000145943 00000 n
-0000145992 00000 n
-0000146041 00000 n
-0000146090 00000 n
-0000146138 00000 n
-0000146187 00000 n
-0000146236 00000 n
-0000146285 00000 n
-0000146334 00000 n
-0000146383 00000 n
-0000146432 00000 n
-0000146480 00000 n
-0000146529 00000 n
-0000148637 00000 n
-0000426173 00000 n
-0000152178 00000 n
-0000148834 00000 n
-0000148883 00000 n
-0000148932 00000 n
-0000148981 00000 n
-0000149029 00000 n
-0000149078 00000 n
-0000149127 00000 n
-0000149176 00000 n
-0000149225 00000 n
-0000149274 00000 n
-0000149323 00000 n
-0000149372 00000 n
-0000149421 00000 n
-0000149470 00000 n
-0000149609 00000 n
-0000149658 00000 n
-0000149706 00000 n
-0000149755 00000 n
-0000149804 00000 n
-0000149942 00000 n
-0000152021 00000 n
-0000152056 00000 n
-0000426385 00000 n
-0000162642 00000 n
-0000152242 00000 n
-0000152291 00000 n
-0000152340 00000 n
-0000152389 00000 n
-0000152438 00000 n
-0000152487 00000 n
-0000152536 00000 n
-0000152585 00000 n
-0000152634 00000 n
-0000152682 00000 n
-0000152731 00000 n
-0000152780 00000 n
-0000152829 00000 n
-0000152878 00000 n
-0000152927 00000 n
-0000152976 00000 n
-0000153025 00000 n
-0000153074 00000 n
-0000153123 00000 n
-0000153172 00000 n
-0000153220 00000 n
-0000153269 00000 n
-0000153318 00000 n
-0000153367 00000 n
-0000153416 00000 n
-0000153465 00000 n
-0000153514 00000 n
-0000153563 00000 n
-0000153612 00000 n
-0000153660 00000 n
-0000153709 00000 n
-0000153758 00000 n
-0000153807 00000 n
-0000153857 00000 n
-0000162531 00000 n
-0000426496 00000 n
-0000168642 00000 n
-0000162706 00000 n
-0000162755 00000 n
-0000162804 00000 n
-0000162853 00000 n
-0000162902 00000 n
-0000162950 00000 n
-0000162996 00000 n
-0000402428 00000 n
-0000402230 00000 n
-0000164619 00000 n
-0000165580 00000 n
-0000165629 00000 n
-0000165678 00000 n
-0000165726 00000 n
-0000165775 00000 n
-0000165824 00000 n
-0000165873 00000 n
-0000165922 00000 n
-0000165971 00000 n
-0000166020 00000 n
-0000166069 00000 n
-0000166118 00000 n
-0000166167 00000 n
-0000166216 00000 n
-0000166265 00000 n
-0000166314 00000 n
-0000168481 00000 n
-0000426607 00000 n
-0000173913 00000 n
-0000168706 00000 n
-0000168755 00000 n
-0000168804 00000 n
-0000168944 00000 n
-0000168992 00000 n
-0000169041 00000 n
-0000169090 00000 n
-0000404327 00000 n
-0000404139 00000 n
-0000169139 00000 n
-0000170143 00000 n
-0000406476 00000 n
-0000406288 00000 n
-0000170193 00000 n
-0000171197 00000 n
-0000173725 00000 n
-0000173752 00000 n
-0000426929 00000 n
-0000177301 00000 n
-0000173977 00000 n
-0000174025 00000 n
-0000174075 00000 n
-0000174125 00000 n
-0000174175 00000 n
-0000174225 00000 n
-0000174275 00000 n
-0000174324 00000 n
-0000174374 00000 n
-0000174424 00000 n
-0000174474 00000 n
-0000174524 00000 n
-0000174574 00000 n
-0000174715 00000 n
-0000174764 00000 n
-0000174813 00000 n
-0000174862 00000 n
-0000174911 00000 n
-0000174960 00000 n
-0000175009 00000 n
-0000175058 00000 n
-0000175108 00000 n
-0000177126 00000 n
-0000177153 00000 n
-0000427056 00000 n
-0000180405 00000 n
-0000177365 00000 n
-0000177414 00000 n
-0000177463 00000 n
-0000177512 00000 n
-0000177561 00000 n
-0000177610 00000 n
-0000177659 00000 n
-0000177708 00000 n
-0000177757 00000 n
-0000177806 00000 n
-0000177855 00000 n
-0000177904 00000 n
-0000177953 00000 n
-0000178001 00000 n
-0000178050 00000 n
-0000178099 00000 n
-0000178148 00000 n
-0000178197 00000 n
-0000178246 00000 n
-0000178295 00000 n
-0000180296 00000 n
-0000427252 00000 n
-0000183827 00000 n
-0000180469 00000 n
-0000180518 00000 n
-0000180567 00000 n
-0000180616 00000 n
-0000180664 00000 n
-0000180713 00000 n
-0000180762 00000 n
-0000180811 00000 n
-0000180860 00000 n
-0000180909 00000 n
-0000180957 00000 n
-0000181006 00000 n
-0000181055 00000 n
-0000181104 00000 n
-0000181153 00000 n
-0000181202 00000 n
-0000181251 00000 n
-0000181300 00000 n
-0000183692 00000 n
-0000427363 00000 n
-0000197029 00000 n
-0000183891 00000 n
-0000183940 00000 n
-0000183989 00000 n
-0000184037 00000 n
-0000184086 00000 n
-0000184135 00000 n
-0000184184 00000 n
-0000184233 00000 n
-0000184282 00000 n
-0000184331 00000 n
-0000184380 00000 n
-0000184429 00000 n
-0000184478 00000 n
-0000184527 00000 n
-0000184575 00000 n
-0000184624 00000 n
-0000184673 00000 n
-0000414697 00000 n
-0000414507 00000 n
-0000185642 00000 n
-0000416958 00000 n
-0000416763 00000 n
-0000186644 00000 n
-0000187647 00000 n
-0000187696 00000 n
-0000187745 00000 n
-0000187794 00000 n
-0000187843 00000 n
-0000187892 00000 n
-0000187941 00000 n
-0000187989 00000 n
-0000188038 00000 n
-0000188087 00000 n
-0000188136 00000 n
-0000188185 00000 n
-0000188234 00000 n
-0000188283 00000 n
-0000188332 00000 n
-0000196868 00000 n
-0000427474 00000 n
-0000214625 00000 n
-0000419046 00000 n
-0000418850 00000 n
-0000197093 00000 n
-0000198067 00000 n
-0000198116 00000 n
-0000198165 00000 n
-0000198214 00000 n
-0000198263 00000 n
-0000198312 00000 n
-0000198361 00000 n
-0000198410 00000 n
-0000198458 00000 n
-0000198507 00000 n
-0000198556 00000 n
-0000198605 00000 n
-0000198654 00000 n
-0000198703 00000 n
-0000214431 00000 n
-0000427678 00000 n
-0000223600 00000 n
-0000214689 00000 n
-0000214738 00000 n
-0000214787 00000 n
-0000214836 00000 n
-0000214884 00000 n
-0000214933 00000 n
-0000214982 00000 n
-0000215031 00000 n
-0000215080 00000 n
-0000215129 00000 n
-0000215178 00000 n
-0000215227 00000 n
-0000215276 00000 n
-0000215325 00000 n
-0000215374 00000 n
-0000215422 00000 n
-0000215471 00000 n
-0000215520 00000 n
-0000215569 00000 n
-0000215618 00000 n
-0000215667 00000 n
-0000215716 00000 n
-0000215765 00000 n
-0000215814 00000 n
-0000215863 00000 n
-0000215912 00000 n
-0000215960 00000 n
-0000216009 00000 n
-0000216058 00000 n
-0000216107 00000 n
-0000216156 00000 n
-0000223440 00000 n
-0000427790 00000 n
-0000236312 00000 n
-0000223665 00000 n
-0000223716 00000 n
-0000223767 00000 n
-0000223818 00000 n
-0000223868 00000 n
-0000223919 00000 n
-0000223970 00000 n
-0000224021 00000 n
-0000224072 00000 n
-0000224123 00000 n
-0000224174 00000 n
-0000224225 00000 n
-0000224276 00000 n
-0000224326 00000 n
-0000236165 00000 n
-0000427990 00000 n
-0000239519 00000 n
-0000236378 00000 n
-0000236429 00000 n
-0000236480 00000 n
-0000236530 00000 n
-0000236581 00000 n
-0000236632 00000 n
-0000236683 00000 n
-0000236734 00000 n
-0000236785 00000 n
-0000236836 00000 n
-0000236887 00000 n
-0000236938 00000 n
-0000236989 00000 n
-0000237040 00000 n
-0000237090 00000 n
-0000237141 00000 n
-0000237192 00000 n
-0000237243 00000 n
-0000237294 00000 n
-0000237345 00000 n
-0000237396 00000 n
-0000237447 00000 n
-0000237498 00000 n
-0000237546 00000 n
-0000237597 00000 n
-0000237648 00000 n
-0000237699 00000 n
-0000237750 00000 n
-0000237801 00000 n
-0000237852 00000 n
-0000237903 00000 n
-0000237953 00000 n
-0000238004 00000 n
-0000238055 00000 n
-0000238106 00000 n
-0000238157 00000 n
-0000238208 00000 n
-0000238259 00000 n
-0000238310 00000 n
-0000238361 00000 n
-0000238412 00000 n
-0000238463 00000 n
-0000239446 00000 n
-0000428104 00000 n
-0000249461 00000 n
-0000239585 00000 n
-0000239636 00000 n
-0000239687 00000 n
-0000239738 00000 n
-0000239789 00000 n
-0000239840 00000 n
-0000239891 00000 n
-0000239942 00000 n
-0000239992 00000 n
-0000240043 00000 n
-0000240094 00000 n
-0000240145 00000 n
-0000240196 00000 n
-0000240247 00000 n
-0000240298 00000 n
-0000240349 00000 n
-0000240400 00000 n
-0000249325 00000 n
-0000428218 00000 n
-0000258277 00000 n
-0000249527 00000 n
-0000249578 00000 n
-0000249629 00000 n
-0000249821 00000 n
-0000250012 00000 n
-0000258090 00000 n
-0000258128 00000 n
-0000423801 00000 n
-0000422566 00000 n
-0000422903 00000 n
-0000423242 00000 n
-0000423708 00000 n
-0000425314 00000 n
-0000424125 00000 n
-0000424448 00000 n
-0000424771 00000 n
-0000425221 00000 n
-0000426827 00000 n
-0000425670 00000 n
-0000425977 00000 n
-0000426300 00000 n
-0000426734 00000 n
-0000428445 00000 n
-0000427167 00000 n
-0000427585 00000 n
-0000427904 00000 n
-0000428349 00000 n
-0000429316 00000 n
-0000429422 00000 n
-0000429541 00000 n
-0000429653 00000 n
-0000429765 00000 n
-0000429862 00000 n
-0000429957 00000 n
-0000430068 00000 n
-0000430180 00000 n
-0000430292 00000 n
-0000430387 00000 n
-0000430482 00000 n
-0000430591 00000 n
-0000430698 00000 n
-0000430812 00000 n
-0000430909 00000 n
-0000431010 00000 n
-0000431129 00000 n
-0000431246 00000 n
-0000431363 00000 n
-0000431460 00000 n
-0000431558 00000 n
-0000431679 00000 n
-0000431826 00000 n
-0000431973 00000 n
-0000432120 00000 n
-0000432228 00000 n
-0000432349 00000 n
-0000432496 00000 n
-0000432643 00000 n
-0000432790 00000 n
-0000432898 00000 n
-0000433019 00000 n
-0000433166 00000 n
-0000433313 00000 n
-0000433460 00000 n
-0000433568 00000 n
-0000433689 00000 n
-0000433836 00000 n
-0000433983 00000 n
-0000434130 00000 n
-0000434238 00000 n
-0000434346 00000 n
-0000434467 00000 n
-0000434614 00000 n
-0000434761 00000 n
-0000434908 00000 n
-0000435016 00000 n
-0000435137 00000 n
-0000435284 00000 n
-0000435431 00000 n
-0000435581 00000 n
-0000435689 00000 n
-0000435808 00000 n
-0000435955 00000 n
-0000436112 00000 n
-0000436269 00000 n
-0000436379 00000 n
-0000436510 00000 n
-0000436665 00000 n
-0000436822 00000 n
-0000436979 00000 n
-0000437092 00000 n
-0000437202 00000 n
-0000437333 00000 n
-0000437488 00000 n
-0000437642 00000 n
-0000437794 00000 n
-0000437906 00000 n
-0000438033 00000 n
-0000438185 00000 n
-0000438342 00000 n
-0000438496 00000 n
-0000438607 00000 n
-0000438734 00000 n
-0000438886 00000 n
-0000439040 00000 n
-0000439197 00000 n
-0000439309 00000 n
-0000439466 00000 n
-0000439623 00000 n
-0000439778 00000 n
-0000439935 00000 n
-0000440048 00000 n
-0000440161 00000 n
-0000440267 00000 n
-0000440398 00000 n
-0000440555 00000 n
-0000440710 00000 n
-0000440867 00000 n
-0000440980 00000 n
-0000441111 00000 n
-0000441268 00000 n
-0000441423 00000 n
-0000441580 00000 n
-0000441693 00000 n
-0000441824 00000 n
-0000441981 00000 n
-0000442136 00000 n
-0000442293 00000 n
-0000442406 00000 n
-0000442537 00000 n
-0000442694 00000 n
-0000442849 00000 n
-0000443006 00000 n
-0000443119 00000 n
-0000443232 00000 n
-0000443363 00000 n
-0000443517 00000 n
-0000443669 00000 n
-0000443821 00000 n
-0000443933 00000 n
-0000444060 00000 n
-0000444212 00000 n
-0000444364 00000 n
-0000444514 00000 n
-0000444624 00000 n
-0000444751 00000 n
-0000444898 00000 n
-0000445045 00000 n
-0000445194 00000 n
-0000445305 00000 n
-0000445457 00000 n
-0000445609 00000 n
-0000445761 00000 n
-0000445913 00000 n
-0000446024 00000 n
-0000446136 00000 n
-0000446263 00000 n
-0000446415 00000 n
-0000446567 00000 n
-0000446721 00000 n
-0000446832 00000 n
-0000446959 00000 n
-0000447111 00000 n
-0000447263 00000 n
-0000447418 00000 n
-0000447530 00000 n
-0000447661 00000 n
-0000447818 00000 n
-0000447972 00000 n
-0000448124 00000 n
-0000448236 00000 n
-0000448363 00000 n
-0000448514 00000 n
-0000448666 00000 n
-0000448818 00000 n
-0000448929 00000 n
-0000449040 00000 n
-0000449167 00000 n
-0000449319 00000 n
-0000449471 00000 n
-0000449623 00000 n
-0000449734 00000 n
-0000449861 00000 n
-0000450013 00000 n
-0000450165 00000 n
-0000450315 00000 n
-0000450425 00000 n
-0000450552 00000 n
-0000450704 00000 n
-0000450856 00000 n
-0000451008 00000 n
-0000451119 00000 n
-0000451271 00000 n
-0000451423 00000 n
-0000451575 00000 n
-0000451727 00000 n
-0000451838 00000 n
-0000451949 00000 n
-0000452061 00000 n
-0000452188 00000 n
-0000452340 00000 n
-0000452492 00000 n
-0000452644 00000 n
-0000452755 00000 n
-0000452882 00000 n
-0000453032 00000 n
-0000453187 00000 n
-0000453344 00000 n
-0000453456 00000 n
-0000453587 00000 n
-0000453744 00000 n
-0000453899 00000 n
-0000454056 00000 n
-0000454169 00000 n
-0000454300 00000 n
-0000454457 00000 n
-0000454612 00000 n
-0000454764 00000 n
-0000454876 00000 n
-0000454987 00000 n
-0000455114 00000 n
-0000455266 00000 n
-0000455418 00000 n
-0000455570 00000 n
-0000455681 00000 n
-0000455808 00000 n
-0000455960 00000 n
-0000456112 00000 n
-0000456264 00000 n
-0000456375 00000 n
-0000456502 00000 n
-0000456654 00000 n
-0000456806 00000 n
-0000456958 00000 n
-0000457069 00000 n
-0000457221 00000 n
-0000457368 00000 n
-0000457520 00000 n
-0000457674 00000 n
-0000457785 00000 n
-0000457896 00000 n
-0000458023 00000 n
-0000458175 00000 n
-0000458327 00000 n
-0000458481 00000 n
-0000458593 00000 n
-0000458724 00000 n
-0000458881 00000 n
-0000459038 00000 n
-0000459194 00000 n
-0000459307 00000 n
-0000459438 00000 n
-0000459593 00000 n
-0000459745 00000 n
-0000459897 00000 n
-0000460009 00000 n
-0000460138 00000 n
-0000460293 00000 n
-0000460445 00000 n
-0000460597 00000 n
-0000460708 00000 n
-0000460819 00000 n
-0000460946 00000 n
-0000461098 00000 n
-0000461250 00000 n
-0000461402 00000 n
-0000461513 00000 n
-0000461644 00000 n
-0000461801 00000 n
-0000461956 00000 n
-0000462108 00000 n
-0000462220 00000 n
-0000462347 00000 n
-0000462499 00000 n
-0000462653 00000 n
-0000462805 00000 n
-0000462916 00000 n
-0000463068 00000 n
-0000463223 00000 n
-0000463378 00000 n
-0000463533 00000 n
-0000463644 00000 n
-0000463755 00000 n
-0000463866 00000 n
-0000463997 00000 n
-0000464157 00000 n
-0000464317 00000 n
-0000464477 00000 n
-0000464589 00000 n
-0000464720 00000 n
-0000464880 00000 n
-0000465040 00000 n
-0000465200 00000 n
-0000465312 00000 n
-0000465443 00000 n
-0000465603 00000 n
-0000465763 00000 n
-0000465923 00000 n
-0000466035 00000 n
-0000466166 00000 n
-0000466321 00000 n
-0000466476 00000 n
-0000466636 00000 n
-0000466748 00000 n
-0000466860 00000 n
-0000466993 00000 n
-0000467148 00000 n
-0000467303 00000 n
-0000467455 00000 n
-0000467566 00000 n
-0000467693 00000 n
-0000467845 00000 n
-0000467995 00000 n
-0000468142 00000 n
-0000468252 00000 n
-0000468375 00000 n
-0000468522 00000 n
-0000468674 00000 n
-0000468826 00000 n
-0000468936 00000 n
-0000469088 00000 n
-0000469239 00000 n
-0000469391 00000 n
-0000469543 00000 n
-0000469654 00000 n
-0000469766 00000 n
-0000469891 00000 n
-0000470038 00000 n
-0000470185 00000 n
-0000470335 00000 n
-0000470446 00000 n
-0000470573 00000 n
-0000470720 00000 n
-0000470867 00000 n
-0000471005 00000 n
-0000471111 00000 n
-0000471222 00000 n
-0000471354 00000 n
-0000471486 00000 n
-0000471616 00000 n
-0000471718 00000 n
-0000471828 00000 n
-0000471955 00000 n
-0000472082 00000 n
-0000472204 00000 n
-0000472305 00000 n
-0000472410 00000 n
-0000472513 00000 n
-0000472660 00000 n
-0000472807 00000 n
-0000472954 00000 n
-0000473058 00000 n
-0000473181 00000 n
-0000473328 00000 n
-0000473480 00000 n
-0000473632 00000 n
-0000473742 00000 n
-0000473865 00000 n
-0000474012 00000 n
-0000474159 00000 n
-0000474306 00000 n
-0000474415 00000 n
-0000474573 00000 n
-0000474745 00000 n
-0000474917 00000 n
-0000475092 00000 n
-0000475206 00000 n
-0000475315 00000 n
-0000475430 00000 n
-0000475539 00000 n
-0000475562 00000 n
-trailer
-<<
-/Size 1456
-/Root 2 0 R
-/Info 1 0 R
->>
-startxref
-477106
-%%EOF
diff --git a/Master/texmf-dist/doc/latex/pgfplots/matlab2pgfplots.m b/Master/texmf-dist/doc/latex/pgfplots/matlab2pgfplots.m
new file mode 100644
index 00000000000..c591a7a4af7
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pgfplots/matlab2pgfplots.m
@@ -0,0 +1,332 @@
+function matlab2pgfplots(varargin )
+% matlab2pgfplots(outfile )
+% matlab2pgfplots( outfile, OPTIONS )
+%
+% Generate LaTeX code for use in package pgfplots to
+% draw line plots.
+%
+% It will use every (2d) line plot in the figure specified by handler fighandle.
+%
+% It understands
+% - axis labels,
+% - legends,
+% - any 2d line plots,
+% - line styles/markers (in case of styles=1),
+% - tick positions, labels and axis limits (in case of axes=1).
+%
+% Linestyles and markers will follow as an option. However, pgfplots has its
+% own line styles which may be appropriate.
+%
+% OPTIONS are key value pairs. Known options are
+% - 'fig',HANDLE
+% a figure handle (default is 'gcf').
+% - 'styles',0|1
+% a boolean indicating whether line styles, markers and colors shall be exported (default 1).
+% - 'axes',0|1
+% a boolean indicating whether axis ticks, tick labels and limits shall be exported (default 0).
+% - 'maxpoints',100
+% an integer denoting the maximum number of points exported to tex. If the actual number is larger,
+% the data will be interpolated to 'maxpoints'. The interpolation assumes
+% parametric plots if x and y are not monotonically increasing.
+%
+% See
+% http://tug.ctan.org/tex-archive/graphics/pgf/contrib/pgfplots/
+% for details about pgfplots.
+%
+%
+% Copyright Christian Feuersaenger 2008
+%
+parser = inputParser;
+
+parser.addRequired( 'outfile', @(x) ischar(x) );
+parser.addParamValue( 'fig', gcf, @(x) ishandle(x) );
+parser.addParamValue( 'styles', 1, @(x) x==0 || x==1 );
+parser.addParamValue( 'axes' , 0, @(x) x==0 || x==1 );
+parser.addParamValue( 'maxpoints', 100000, @(x) isnumeric(x) );
+
+parser.parse( varargin{:} );
+
+
+fighandle = parser.Results.fig;
+
+lineobjs = findobj(fighandle, 'Type', 'line' );
+axesobj = findobj( fighandle, 'Type', 'axes' );
+
+legendobj = findobj( fighandle, 'tag', 'legend' );
+if length(legendobj) > 0
+ allchildsoflegend = [ findobj( legendobj ) ];
+ lineobjs = setdiff( lineobjs, allchildsoflegend );
+ axesobj = setdiff( axesobj, allchildsoflegend );
+end
+
+FID=fopen( parser.Results.outfile, 'w' );
+assert( FID >= 0, [ 'could not open file ' parser.Results.outfile ' for writing' ] );
+
+ENDL=sprintf('\n');
+TAB=sprintf('\t');
+fwrite( FID, [ ...
+ '\begin{tikzpicture}%' ENDL ...
+ '\begin{axis}'] );
+
+xislog = 0;
+yislog = 0;
+
+if length(axesobj) > 0
+ axis = axesobj(1);
+ xlabel = get( get(axis, 'XLabel'), 'String');
+ ylabel = get( get(axis, 'YLabel'), 'String');
+ zlabel = get( get(axis, 'ZLabel'), 'String');
+ xscale = get(axis,'XScale');
+ yscale = get(axis,'YScale');
+
+ axisoptions = {};
+ if length(xlabel) > 0
+ axisoptions = [ axisoptions [ 'xlabel={' xlabel '}'] ];
+ end
+ if length(ylabel) > 0
+ axisoptions = [ axisoptions ['ylabel={' ylabel '}'] ];
+ end
+ if strcmp(xscale,'log')
+ xislog=1;
+ axisoptions = [ axisoptions ['xmode=log'] ];
+ end
+ if strcmp(yscale,'log')
+ yislog = 1;
+ axisoptions = [ axisoptions ['ymode=log'] ];
+ end
+ if parser.Results.axes
+ for k = 'xy'
+ L = get(gca, [ k 'Lim'] );
+ axisoptions = [ axisoptions [ k 'min=' num2str(L(1)) ] ];
+ axisoptions = [ axisoptions [ k 'max=' num2str(L(2)) ] ];
+ end
+
+ for k = 'xy'
+ L = get(gca, [ k 'Tick'] );
+ opt = [ k 'tick={' ];
+ for q=1:length(L)
+ if q>1
+ opt = [opt ',' ];
+ end
+ opt = [opt num2str(L(q)) ];
+ end
+ opt = [ opt '}' ];
+ axisoptions = [axisoptions opt ];
+ end
+
+ end
+
+
+ axisoptstr = [];
+ for i = 1:length(axisoptions)
+ if i>1
+ axisoptstr = [axisoptstr ',' ENDL TAB];
+ end
+ axisoptstr = [axisoptstr axisoptions{i}];
+ end
+ if length( axisoptstr )
+ fwrite( FID, [ '[' ENDL TAB axisoptstr ']' ENDL ] );
+ end
+end
+fwrite( FID, ENDL );
+
+if length(legendobj) > 0
+ legentries = get(legendobj, 'String');
+ if length(legentries) > 0
+ legstr = ['\legend{%' ENDL TAB ];
+ for i = 1:length(legentries)
+ legstr = [ legstr legentries{i} '\\%' ENDL ];
+ if i ~= length(legentries)
+ legstr = [ legstr TAB ];
+ end
+ end
+ legstr = [ legstr '}%' ENDL ];
+ fwrite( FID, legstr );
+ end
+end
+
+xpointformat = '%f';
+ypointformat = '%f';
+if xislog
+ xpointformat = '%e';
+end
+if yislog
+ ypointformat = '%e';
+end
+
+for i = 1:length(lineobjs)
+
+ x = get(lineobjs(i), 'XData');
+ y = get(lineobjs(i), 'YData');
+ z = get(lineobjs(i), 'ZData');
+
+ if size(x,1) > 1
+ disp( ['line element ' num2str(i) ' skipped: size ' num2str(size(x)) ' not supported']);
+ end
+ if abs(max(z) > 0)
+ disp( ['line element ' num2str(i) ' skipped: only 2d-plots supported up to now']);
+ end
+
+ if size(x,2) > parser.Results.maxpoints
+ % we need to re-interpolate the data!
+ q = find( diff(x) < 0 );
+ if length(q)
+ % parametric plot x(t), y(t), z(t).
+ % we assume t = 1:size(x,2)
+ X = 1:parser.Results.maxpoints;
+ x = interp1( 1:size(x,2),x, X);
+ y = interp1( 1:size(y,2),y, X);
+ z = interp1( 1:size(z,2),z, X);
+
+ else
+ % a normal plot y(x):
+ X = linspace( min(x), max(x), parser.Results.maxpoints );
+ y = interp1( x,y, X );
+ x = X;
+ end
+ end
+
+ coordstr = [];
+ for j = 1:size(x,2)
+ coordstr = [coordstr sprintf(['\t(' xpointformat ',\t' ypointformat ')\n'], x(j), y(j)) ];
+ end
+
+ addplotoptstr = [];
+ if parser.Results.styles
+ markOpts = {};
+ mark = [];
+ linestyle = [];
+ color = [];
+
+ C = matlabColorToPGFColor( get(lineobjs(i), 'Color') );
+ if length(C)
+ color = [ 'color=' C ];
+ end
+
+ L = get(lineobjs(i), 'LineStyle' );
+ switch L
+ case 'none'
+ linestyle = 'only marks';
+ case '-'
+ linestyle = [];
+ case ':'
+ linestyle = 'densely dotted';
+ case '-:'
+ linestyle = 'dash pattern=on 2pt off 3pt on 1pt off 3pt]';
+ case '--'
+ linestyle = 'densely dashed';
+ end
+
+ M = get(lineobjs(i), 'Marker');
+ switch M
+ case '.'
+ mark = '*';
+ markOpts = [ markOpts 'scale=0.1' ];
+ case 'o'
+ mark = '*';
+ case 'x'
+ mark = 'x';
+ case '+'
+ mark = '+';
+ case '*'
+ mark = 'asterisk';
+ case 'square'
+ mark = 'square*';
+ case 'diamond'
+ mark = 'diamond*';
+ case '^'
+ mark = 'triangle*';
+ case 'v'
+ mark = 'triangle*';
+ markOpts = [ markOpts 'rotate=180' ];
+ case '<'
+ mark = 'triangle*';
+ markOpts = [ markOpts 'rotate=90' ];
+ case '>'
+ mark = 'triangle*';
+ markOpts = [ markOpts 'rotate=270' ];
+ case 'pentagramm'
+ mark = 'pentagon*';
+ case 'hexagram'
+ mark = 'oplus*';
+ end
+
+ M = matlabColorToPGFColor( get(lineobjs(i), 'MarkerFaceColor') );
+ if length(M)
+ markOpts = [ markOpts ['fill=' M] ];
+ end
+
+ M = matlabColorToPGFColor( get(lineobjs(i), 'MarkerEdgeColor') );
+ if length(M)
+ markOpts = [ markOpts ['draw=' M] ];
+ end
+
+ if length(color)
+ if length(addplotoptstr)
+ addplotoptstr = [addplotoptstr ',' ];
+ end
+ addplotoptstr = [ addplotoptstr color ];
+ end
+
+ if length(linestyle)
+ if length(addplotoptstr)
+ addplotoptstr = [addplotoptstr ',' ];
+ end
+ addplotoptstr = [ addplotoptstr linestyle ];
+ end
+
+ if length(mark)
+ if length(addplotoptstr)
+ addplotoptstr = [addplotoptstr ',' ];
+ end
+ addplotoptstr = [ addplotoptstr [ 'mark=' mark ] ];
+
+ if length(markOpts)
+ markOptsStr = 'mark options={';
+ for q = 1:length(markOpts)
+ if q > 1
+ markOptsStr = [markOptsStr ',' ];
+ end
+ markOptsStr = [ markOptsStr markOpts{q} ];
+ end
+ markOptsStr = [ markOptsStr '}' ];
+
+ addplotoptstr = [ addplotoptstr ',' markOptsStr ];
+ end
+ end
+
+
+ if length(addplotoptstr)
+ addplotoptstr = [ '[' addplotoptstr ']' ];
+ end
+
+ end
+ fwrite( FID, [ ...
+ '\addplot' addplotoptstr ' plot coordinates {' ENDL coordstr '};' ENDL ] );
+
+end
+
+
+fwrite( FID, [ ...
+ '\end{axis}' ENDL ...
+ '\end{tikzpicture}%' ENDL ] );
+
+end
+
+function cstr = matlabColorToPGFColor( C )
+
+if length(C) ~= 3 | ischar(C) & strcmp(C,'none'), cstr = [];
+elseif norm( C - [0 0 1 ], 'inf' ) < 1e-10, cstr = 'blue';
+elseif norm( C - [0 1 0 ], 'inf' ) < 1e-10, cstr = 'green';
+elseif norm( C - [1 0 0 ], 'inf' ) < 1e-10, cstr = 'red';
+elseif norm( C - [0 1 1 ], 'inf' ) < 1e-10, cstr = 'cyan';
+elseif norm( C - [1 0 1 ], 'inf' ) < 1e-10, cstr = 'magenta';
+elseif norm( C - [1 1 0 ], 'inf' ) < 1e-10, cstr = 'yellow';
+elseif norm( C - [0 0 0 ], 'inf' ) < 1e-10, cstr = 'black';
+elseif norm( C - [1 1 1 ], 'inf' ) < 1e-10, cstr = 'white';
+else
+ cstr= 'blue'; % FIXME
+% cstr = [ '{rgb:red,' num2str( floor( C(1)*100) ) ';green,' num2str(floor(C(2)*100)) ';blue,' num2str(floor(C(3)*100)) '}' ];
+end
+
+end
diff --git a/Master/texmf-dist/doc/latex/pgfplots/matlab2pgfplots.sh b/Master/texmf-dist/doc/latex/pgfplots/matlab2pgfplots.sh
new file mode 100644
index 00000000000..9bc84642506
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pgfplots/matlab2pgfplots.sh
@@ -0,0 +1,80 @@
+#!/bin/sh
+
+
+CONVERT_STYLES=1
+CONVERT_AXES=1
+OUTFILE=""
+MAXPOINTS=100000
+
+function echoHelp()
+{
+ echo -e \
+ "matlab2pgfplots.sh [--maxpoints N] [--styles [0|1] ] [ --axes [0|1] ] [ -o OUTFILE ] INFILE ...\n"\
+ "converts Matlab figures (.fig-files) to pgfplots-files (.pgf-files).\n"\
+ "This script is a front-end for matlab2pgfplots.m (which needs to be in matlab's search path)\n"\
+ "type\n"\
+ " >> help matlab2pgfplots\n"\
+ "at your matlab prompt for more information.\n"
+ exit 0
+}
+
+LONGOPTS="styles:,axes:,help,maxpoints:"
+SHORTOPTS="o:"
+ARGS=`getopt -l "$LONGOPTS" "$SHORTOPTS" "$@"`
+if [ $? -ne 0 ]; then
+ echo "`basename $0`: Could not process command line arguments. Use the '--help' option for documentation."
+ exit 1
+fi
+
+eval set -- "$ARGS"
+while [ $# -gt 0 ]; do
+ ARG=$1
+ # echo "PROCESSING OPTION '$ARG' (next = $@)"
+ case "$ARG" in
+ --maxpoints) shift; MAXPOINTS=$1; shift;;
+ --styles) shift; CONVERT_STYLES="$1"; shift;;
+ --axes) shift; CONVERT_AXES="$1"; shift;;
+ -o) shift; OUTFILE="$1"; shift;;
+ --help) shift; echoHelp;;
+ --) shift; break;;
+ *) break;
+ esac
+done
+
+if [ $# -eq 0 ]; then
+ echo "No input files specified."
+ exit 1
+fi
+
+HAS_OUTFILE=0
+if [ $# -gt 1 -a -n "$OUTFILE" ]; then
+ HAS_OUTFILE=1
+fi
+
+for A; do
+ INFILE="$A"
+ if [ $HAS_OUTFILE -eq 0 ]; then
+ OUTFILE="${INFILE%%.*}.pgf"
+ fi
+ echo "$INFILE -> $OUTFILE ... "
+
+ M_LOGFILE=`mktemp`
+ matlab -nojvm -nodesktop -nosplash 1>/dev/null 2>&1 -logfile $M_LOGFILE <<-EOF
+ f=hgload( '$INFILE' );
+ matlab2pgfplots( '$OUTFILE', 'fig', f, 'styles', $CONVERT_STYLES, 'axes', $CONVERT_AXES, 'maxpoints', $MAXPOINTS );
+ exit
+ EOF
+ grep -q "Error" $M_LOGFILE
+ CODE=$?
+ if [ $CODE -eq 0 ]; then
+ echo "Matlab output:" 1>&2
+ cat $M_LOGFILE 1>&2
+ CODE=1
+ else
+ CODE=0
+ fi
+ rm -f $M_LOGFILE
+ if [ $CODE -ne 0 ]; then
+ exit $CODE
+ fi
+done
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgf2pdf.sh b/Master/texmf-dist/doc/latex/pgfplots/pgf2pdf.sh
index adfc7f92f73..027a6157b77 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgf2pdf.sh
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgf2pdf.sh
@@ -43,8 +43,14 @@ function dumpHelp() {
" input file will be skipped.\n"\
"\n"\
"--texdefs FILE\n"\
- " Uses a clean tex file which inputs FILE and the PGF image to convert\n"\
- " and processes this one.\n"\
+ " Generates a temporary tex-file\n"\
+ " \documentclass{article}\n"\
+ " \input{FILE}\n"\
+ " \begin{document}\n"\
+ " \input{plot1.pgf}\n"\
+ " \end{document}\n"\
+ " and converts this one to pdf.\n"\
+ " If FILE is '-', the input step is omitted.\n"
"-v\n"\
" each -v option increases the verbosity.\n"\
""
@@ -218,20 +224,14 @@ for A in "${PGF_FILES[@]}"; do
rm -f "${BASE}.pdf"
cat >"$TMP_TEX_FILE" <<-EOF
- \documentclass[a4paper]{report}
- \usepackage{german}
- \usepackage[utf8]{inputenc} % erlaubt direkte Nutzung von Umlauten
- %\usepackage{ifpdf}
- %\usepackage{graphicx}
- \usepackage[intlimits]{amsmath}
- \usepackage{amssymb}
- \usepackage{amsfonts}
+ \documentclass{report}
+
+ \input{${TEX_DEFINES}}
+
%\def\pgfsysdriver{pgfsys-dvipdfm.def}
%\def\pgfsysdriver{pgfsys-pdftex.def}
\usepackage{tikz}
\pgfrealjobname{${TMP_TEX_FILE%%.tex}}
-
- \input{${TEX_DEFINES}}
\begin{document}
\let\oldjobname=\jobname%
% make sure that PGF recognises that jobname==target file name
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfmathlogtest.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfmathlogtest.tex
index 8fbc889f526..86fa5795a87 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfmathlogtest.tex
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfmathlogtest.tex
@@ -20,9 +20,6 @@
\begin{document}
\maketitle
-Hier evaluiere ich logarithmen.
-
-\message{HIER GEHTS LOS!}%
\def\vgl#1#2{%
\begingroup
\message{COMPUTING LOG(#1)}%
@@ -45,8 +42,9 @@ Hier evaluiere ich logarithmen.
\def\normalize#1{%
\begingroup
\message{NORMALISING #1...}%
- \pgfmathnormalisedfloatingpoint#1\to\M\powten\E
- \[ #1 \mapsto \M\cdot 10^{\E} \]
+ \sciparse#1\to\M\powten\E
+ \sciparsesign{#1}\S\MM\EE
+ \[ #1 \mapsto \M \cdot 10^{\E}\quad \bigl( = \MM\cdot 10^{\EE}\quad [S=\S]\, \bigr) \]
\endgroup
}
@@ -66,7 +64,7 @@ Hier evaluiere ich logarithmen.
% log(6.241e-7)=\pgfmathlog{6.241}\pgfmathadd{\pgfmathresult}{-16.11809}\pgfmathresult\par
%--------------------------------------------------
-Referenz:
+\section{logarithms, compared with PGF arithmetics}
\vgl{0.1}{-2.30259}
\vgl{0.12}{-2.12026}
@@ -123,7 +121,7 @@ Referenz:
\vgl{9217}{9.12880488399366}%
-Umwandlung nach float:
+\section{Conversion to normalised floating point numbers basis 10}
\normalize{123.41251}%
\normalize{123412.51}%
\normalize{12341251.0}%
@@ -148,9 +146,12 @@ Umwandlung nach float:
\normalize{3261.01452e-06}%
\normalize{0.000326101452e-06}%
-\message{SONDERFALL 0}%
+\message{SPECIAL CASE 0}%
\normalize{0}
\normalize{-0}
+\normalize{-0.000}
+\normalize{+0.000}
+\normalize{+0}
\normalize{-1}
\normalize{1.0e1}
\tracingmacros=2\tracingcommands=2
@@ -159,7 +160,7 @@ Umwandlung nach float:
\normalize{1141}
\normalize{-53e-5}
-\section{Test fuer prettyprinter}
+\section{Test for prettyprinter}
\message{PRETTY PRINTING}
\pretty{1}
\pretty{1.0}
@@ -175,9 +176,158 @@ Umwandlung nach float:
\pretty{-0.559}
\pretty{-0.554}
+\section{testing scimathlessthan}
+\def\testsci#1#2{%
+ \sciparsesign{#1}\S\M\E
+ \sciparsesign{#2}\SS\MM\EE
+ \message{checking #1 <= #2; [\S] \M * 10^\E <= [\SS] \MM * 10^\EE}%
+ \scimathlessthan\S\M\E\and\SS\MM\EE
+ \ifscimathlessthan
+ \def\result{<}%
+ \else
+ \def\result{\ge}%
+ \fi
+ \[ \text{scimathlessthan: } \bigl( [\S]\, \M \cdot 10^{\E} \bigr)\; = #1 \result #2\; \bigl( = [\SS]\, \MM \cdot 10^{\EE} \big). \]
+}%
-\bibliographystyle{gerabbrv} %gerapali} %gerabbrv} %gerunsrt.bst} %gerabbrv}% gerplain}
-% \bibliography{literatur.bib}
-\end{document}
+\testsci{4}{5}
+\testsci{0}{2}
+\testsci{91751123}{241924}
+\testsci{-1}{-1}
+\testsci{-1231}{0}
+\testsci{10}{-5}
+\testsci{0}{0}
+\testsci{-0}{-0}
+\testsci{0}{14}
+\testsci{114812}{-123124123}
+\testsci{114812}{1241231451}
+\testsci{-141285}{29}
+\testsci{-141285}{0}
+\testsci{-141285}{-50}
+\testsci{-141285}{-12498149012}
+\section{Sci to fixed test}
+\def\testscitofixed#1{%
+ \sciparsesign{#1}\S\M\E
+%\tracingmacros=2\tracingcommands=2
+ \message{converting #1 = [\S] \M * 10^\E\ to fixed point}%
+ \scitofixed\S\M\E\result
+ \message{-> \result}%
+%\tracingmacros=0\tracingcommands=0
+ \[ \bigl( [\S]\, \M \cdot 10^{\E} \bigr)\; = #1 \mapsto \result \]
+}%
+\testscitofixed{0}
+\testscitofixed{5}
+\testscitofixed{5.520241}
+\testscitofixed{124.10241}
+\testscitofixed{-121.248}
+\testscitofixed{-12e-5}
+\testscitofixed{412e3}
+\testscitofixed{0.0001}
+\testscitofixed{0.0}
+\testscitofixed{-0.012125}
+\testscitofixed{1.2e-1}
+\testscitofixed{1.2e-2}
+\testscitofixed{1.2e4}
+\testscitofixed{1.2345e4}
+\testscitofixed{1.234567e4}
+\testscitofixed{1.51234e0}
+\testscitofixed{15}
+\testscitofixed{-20}
+\section{Testing scimathmax and scimathmin}
+\def\testscimathminmax#1#2{%
+ \sciparsesign{#1}\S\M\E
+ \sciparsesign{#2}\SS\MM\EE
+%\tracingmacros=2\tracingcommands=2
+ \message{computing min/max #1 and #2}%
+ \scimathmin\S\M\E\and\SS\MM\EE\to\SSS\MMM\EEE
+ \scitofixed\SSS\MMM\EEE\result
+ \[ \min\{#1,#2\} = \min\{ [\S]\, \M \cdot 10^{\E}, [\SS]\, \MM\cdot 10^{\EE}\} \; = [\SSS]\; \MMM\cdot10^{\EEE} = \result \]
+ %
+ \scimathmax\S\M\E\and\SS\MM\EE\to\SSS\MMM\EEE
+ \scitofixed\SSS\MMM\EEE\result
+ \[ \max\{#1,#2\} = \max\{ [\S]\, \M \cdot 10^{\E}, [\SS]\, \MM\cdot 10^{\EE}\} \; = [\SSS]\; \MMM\cdot10^{\EEE} = \result \]
+}%
+\testscimathminmax{42}{56}
+\testscimathminmax{-4122}{1256}
+\testscimathminmax{1e12}{5.235412e24}
+\testscimathminmax{-12}{-145}
+
+\section{Testing scimathshift}
+\def\testscimathshift#1#2{%
+ \sciparsesign{#1}\S\M\E
+ \message{computing mathshift #1 by #2}%
+ \let\SS=\S\let\MM=\M\let\EE=\E
+ \scimathshift\S\M\E{#2}%
+ \scitofixed\S\M\E\result
+ \[ #1 \cdot 10^{#2} = [\SS]\, \MM \cdot 10^{\EE} \cdot 10^{#2} = [\S]\, \M \cdot 10^{\E} = \result \]
+}%
+\testscimathshift{4}{1}
+\testscimathshift{4}{2}
+\testscimathshift{4}{-1}
+\testscimathshift{4}{-2}
+\testscimathshift{0}{-2}
+\testscimathshift{1.1415130}{-2}
+\testscimathshift{1.1415130}{5}
+
+\section{Testing name floating point data structure}
+\let\SS=\empty
+\let\MM=\empty
+\let\EE=\empty
+\def\testsciDS#1#2{%
+ \sciparsesign{#1}\S\M\E
+ \message{assigning #1=(\S,\M,\E) to single-name-macro ... }%
+ \scisetcomponents{#2}\S\M\E
+ \scigetcomponents{#2}\SS\MM\EE
+ \message{result: (\SS,\MM,\EE)}%
+ \edef\expandedtest{{\noexpand #2}{\S}{\M}{\E}}%
+ \message{now with raw-numbers to single-name-macro ... }%
+ \expandafter\scisetcomponents\expandedtest
+ \scigetcomponents{#2}\SSS\MMM\EEE
+ \message{result: (\SSS,\MMM,\EEE)}%
+ \scitofixed\SS\MM\EE\result
+ \scitofixed\SSS\MMM\EEE\resultX
+ \[ #1 = [\S]\, \M \cdot 10^{\E}\text{ re-extracted }\to[\SS]\, \MM \cdot 10^{\EE} = \result\; [ \text{again: }\resultX ] \]
+}%
+\testsciDS{141.241}\test
+\testsciDS{141.241}{test}
+\testsciDS{141.241}{341}
+\def\test{eins zwei drei}
+\testsciDS{141.241}\test
+
+
+\scitofixed{1}{1.0}{2}\result\result
+
+\section{Testing fixedpointround}
+\def\testfpround#1#2{%
+\tracingmacros=2\tracingcommands=2
+ \message{computing fixedpointround(#1):}%
+ \fixedpointround#1\prec#2\to\result
+ \message{fixedpointround(#1) -> \result}%
+ \[ \text{rnd }#1 \text{ to }#2 \to \result \]
+\tracingmacros=0\tracingcommands=0
+}%
+\testfpround{1.0000}{2}
+\testfpround{-1.0000}{2}
+\testfpround{+1.0000}{2}
+\testfpround{1.003}{2}
+\testfpround{-1.003}{2}
+\testfpround{1.123}{2}
+\testfpround{1.12300012}{5}
+\testfpround{9}{2}
+\testfpround{1341}{2}
+\testfpround{0.996}{2}
+\testfpround{19999.9996}{2}
+\testfpround{-19999.9996}{2}
+\testfpround{+19999.9996}{2}
+\testfpround{9999.9996}{2}
+\testfpround{0.0004982}{3}
+\testfpround{0.0004982}{4}
+\testfpround{0.0004982}{5}
+\testfpround{0.0004982}{6}
+\testfpround{0.0004982}{7}
+\testfpround{0.0004982}{8}
+\testfpround{0.0004982}{9}
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/pgfplots/manual.bib b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.bib
index 4eb003d9fe0..4eb003d9fe0 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/manual.bib
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.bib
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.examples.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.examples.tex
new file mode 100644
index 00000000000..fb3e8706368
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.examples.tex
@@ -0,0 +1,899 @@
+% main=manual.tex
+
+
+\section{More examples}
+This section contains a catalogue of different \PGFPlots\ features by example.
+\label{sec:examples}%
+\begingroup
+\subsection{Legend position and appearance}
+\subsubsection{Legend in the lower left corner}
+\begin{lstlisting}
+\tikzstyle{every axis legend}+=
+ [at={(0.03,0.03)},anchor=south west]%
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \addplot plot coordinates {
+ (5, 8.312e-02)
+ (17, 2.547e-02)
+ (49, 7.407e-03)
+ (129, 2.102e-03)
+ (321, 5.874e-04)
+ (769, 1.623e-04)
+ (1793, 4.442e-05)
+ (4097, 1.207e-05)
+ (9217, 3.261e-06)
+ };
+
+ ....
+
+ \legend{$d=2$\\$d=3$\\$d=4$\\$d=5$\\$d=6$\\}
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{lstlisting}
+\def\plots{%
+ \addplot plot coordinates {
+ (5, 8.312e-02)
+ (17, 2.547e-02)
+ (49, 7.407e-03)
+ (129, 2.102e-03)
+ (321, 5.874e-04)
+ (769, 1.623e-04)
+ (1793, 4.442e-05)
+ (4097, 1.207e-05)
+ (9217, 3.261e-06)
+ };
+
+ \addplot plot coordinates {
+ (7, 8.472e-02)
+ (31, 3.044e-02)
+ (111, 1.022e-02)
+ (351, 3.303e-03)
+ (1023, 1.039e-03)
+ (2815, 3.196e-04)
+ (7423, 9.658e-05)
+ (18943, 2.873e-05)
+ (47103, 8.437e-06)
+ };
+
+ \addplot plot coordinates {
+ (9, 7.881e-02)
+ (49, 3.243e-02)
+ (209, 1.232e-02)
+ (769, 4.454e-03)
+ (2561, 1.551e-03)
+ (7937, 5.236e-04)
+ (23297, 1.723e-04)
+ (65537, 5.545e-05)
+ (178177, 1.751e-05)
+ };
+
+ \addplot plot coordinates {
+ (11, 6.887e-02)
+ (71, 3.177e-02)
+ (351, 1.341e-02)
+ (1471, 5.334e-03)
+ (5503, 2.027e-03)
+ (18943, 7.415e-04)
+ (61183, 2.628e-04)
+ (187903, 9.063e-05)
+ (553983, 3.053e-05)
+ };
+
+ \addplot plot coordinates {
+ (13, 5.755e-02)
+ (97, 2.925e-02)
+ (545, 1.351e-02)
+ (2561, 5.842e-03)
+ (10625, 2.397e-03)
+ (40193, 9.414e-04)
+ (141569, 3.564e-04)
+ (471041, 1.308e-04)
+ (1496065, 4.670e-05)
+ };
+ \legend{$d=2$\\$d=3$\\$d=4$\\$d=5$\\$d=6$\\}
+}%
+{%
+\tikzstyle{every axis legend}+=
+ [at={(0.03,0.03)},anchor=south west]%
+\begin{center}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \plots
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{center}
+}
+
+\subsubsection{Horizontal Legends}
+\begin{lstlisting}
+\tikzstyle{every axis legend}+=
+ [at={(0.5,0.98)},anchor=north]%
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ legend columns=2,
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \addplot plot coordinates {
+ (5, 8.312e-02)
+ (17, 2.547e-02)
+ (49, 7.407e-03)
+ (129, 2.102e-03)
+ (321, 5.874e-04)
+ (769, 1.623e-04)
+ (1793, 4.442e-05)
+ (4097, 1.207e-05)
+ (9217, 3.261e-06)
+ };
+
+ ....
+
+ \legend{$d=2$\\$d=3$\\$d=4$\\$d=5$\\$d=6$\\}
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{lstlisting}
+{%
+\tikzstyle{every axis legend}+=
+ [at={(0.5,0.98)},anchor=north]%
+\begin{center}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ legend columns=2,
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \plots
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{center}
+}
+
+\subsubsection{Horizontal Legends (2)}
+\begin{lstlisting}
+\tikzstyle{every axis legend}+=
+ [at={(0.5,-0.2)},anchor=north]%
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ legend columns=-1,
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \addplot plot coordinates {
+ (5, 8.312e-02)
+ (17, 2.547e-02)
+ (49, 7.407e-03)
+ (129, 2.102e-03)
+ (321, 5.874e-04)
+ (769, 1.623e-04)
+ (1793, 4.442e-05)
+ (4097, 1.207e-05)
+ (9217, 3.261e-06)
+ };
+
+ ....
+
+ \legend{$d=2$\\$d=3$\\$d=4$\\$d=5$\\$d=6$\\}
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{lstlisting}
+{%
+\tikzstyle{every axis legend}+=
+ [at={(0.5,-0.2)},anchor=north]%
+\begin{center}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ legend columns=-1,
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \plots
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{center}
+}
+
+\subsubsection{Modifying legend spacing}
+\label{sec:legendexamples:cols}%
+\begin{lstlisting}
+\tikzstyle{every axis legend}+=
+ [at={(0.5,1.02)},anchor=south,inner sep=0pt]%
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ legend columns=-1,
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \addplot plot coordinates {
+ (5, 8.312e-02)
+ (17, 2.547e-02)
+ (49, 7.407e-03)
+ (129, 2.102e-03)
+ (321, 5.874e-04)
+ (769, 1.623e-04)
+ (1793, 4.442e-05)
+ (4097, 1.207e-05)
+ (9217, 3.261e-06)
+ };
+
+ ....
+
+ \legend{$d=2$\\$d=3$\\$d=4$\\$d=5$\\$d=6$\\}
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{lstlisting}
+{%
+\tikzstyle{every axis legend}+=
+ [at={(0.5,0.98)},anchor=north,inner sep=0pt]%
+\begin{center}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ legend columns=-1,
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \plots
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{center}
+}
+
+\subsubsection{Modifying legend's small plots}
+\label{sec:legendexamples:plotpos}%
+\begin{lstlisting}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ legend plot pos=right,
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \addplot plot coordinates {
+ (5, 8.312e-02)
+ (17, 2.547e-02)
+ (49, 7.407e-03)
+ (129, 2.102e-03)
+ (321, 5.874e-04)
+ (769, 1.623e-04)
+ (1793, 4.442e-05)
+ (4097, 1.207e-05)
+ (9217, 3.261e-06)
+ };
+
+ ....
+
+ \legend{$d=2$\\$d=3$\\$d=4$\\$d=5$\\$d=6$\\}
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{lstlisting}
+{%
+\begin{center}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ legend plot pos=right,
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \plots
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{center}
+}
+
+\subsection{Font size and line width}
+\begin{lstlisting}
+\tikzstyle{every axis legend}+=%
+ [at={(0.03,0.03)},anchor=south west]%
+\tikzstyle{every tick}+=[line width=0.6pt]%
+\begin{tikzpicture}[font=\large,line width=1pt]
+ \begin{loglogaxis}[
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \addplot ....
+ ...
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{lstlisting}
+
+{%
+\tikzstyle{every axis legend}+=
+ [at={(0.03,0.03)},anchor=south west]%
+\tikzstyle{every tick}+=[line width=0.6pt]
+\begin{center}
+\begin{tikzpicture}[font=\large,line width=1pt]
+ \begin{loglogaxis}[
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \plots
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{center}
+}%
+
+\subsection{Changing line specifications}
+\subsubsection{Using another, predefined list}
+{%
+\begin{lstlisting}
+\listcopy\blackwhiteplotspeclist\to\autoplotspeclist%
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ ...
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{lstlisting}
+
+\listcopy\blackwhiteplotspeclist\to\autoplotspeclist%
+\begin{center}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \plots
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{center}
+
+\subsubsection{Defining new lists}
+\begin{lstlisting}
+% will cycle through these three elements:
+\listnew{\autoplotspeclist}{%
+ red,dotted,mark=-,mark options={solid}\\%
+ black,dashed,mark=pentagon,mark options={solid}\\%
+ mark options={fill=blue!40},mark=diamond*,blue\\%
+}%
+\tikzstyle{every axis legend}+=%
+ [at={(1.03,1)},anchor=north west]%
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ ...
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{lstlisting}
+
+\listnew{\autoplotspeclist}{%
+ red,dotted,mark=-,mark options={solid}\\%
+ black,dashed,mark=pentagon,mark options={solid}\\%
+ mark options={fill=blue!40},mark=diamond*,blue\\%
+}%
+\tikzstyle{every axis legend}+=%
+ [at={(1.03,1)},anchor=north west]%
+\begin{center}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \plots
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{center}
+}%
+
+\subsection{Changing the ticks}
+\subsubsection{Placing ticks at $10^i$}
+\begin{lstlisting}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xtickten={0,2,3,4,6,...,10},% place tickmarks at 10^0, 10^2,...
+ ytickten={-6,-4,...,2},
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ ....
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{lstlisting}
+
+\begin{center}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xtickten={0,2,3,4,6,...,10},
+ ytickten={-6,-4,...,2},
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \plots
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{center}
+
+\subsubsection{Placing ticks anywhere}
+\begin{lstlisting}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xtick={12,9897,1468864}
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ ....
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{lstlisting}
+
+\begin{center}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xtick={12,9897,1468864},%2.5,9.2,14.2},
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \plots
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{center}
+
+\subsection{Annotating plots}
+\label{sec:annot:plot}%
+\subsubsection{Example: Placing Data Cursors}
+\begin{lstlisting}
+\tikzstyle{every pin}=[fill=white,draw=black,font=\footnotesize]
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+
+ ....
+
+ \addplot plot coordinates {
+ (11, 6.887e-02)
+ (71, 3.177e-02)
+ (351, 1.341e-02)
+ (1471, 5.334e-03)
+ (5503, 2.027e-03)
+ (18943, 7.415e-04)
+ (61183, 2.628e-04)
+ (187903, 9.063e-05)
+ (553983, 3.053e-05)
+ };
+ ...
+
+ \axispath\node[coordinate,pin=above:Bad!]
+ at (axis cs:5503,2.027e-03) {};
+ \axispath\node[coordinate,pin=above right:Good!]
+ at (axis cs:187903,9.063e-05) {};
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{lstlisting}
+\begin{center}
+{
+\tikzstyle{every pin}=[fill=white,draw=black,font=\footnotesize]
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error}
+ ]
+ \plots
+
+ \axispath\node[coordinate,pin=above:Bad!]
+ at (axis cs:5503,2.027e-03) {};
+ \axispath\node[coordinate,pin=above right:Good!]
+ at (axis cs:187903,9.063e-05) {};
+ \end{loglogaxis}
+\end{tikzpicture}
+}
+\end{center}
+
+One remark: the \lstinline!\axispath! prefix is necessary because neither axis nor plots will be drawn until the $x$- and $y$-limits have been determined. All drawing commands are postponed until \lstinline!\end{axis}! (unless you explicitly provide the options \lstinline!xmin!, \lstinline!xmax!, \lstinline!ymin! and \lstinline!ymax!).
+
+\subsubsection{Example: Slopes of line segments}
+\begin{lstlisting}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xlabel=\textsc{Dof},
+ ylabel=$L_2$ Error
+ ]
+ \axispath\draw
+ (axis cs:1793,4.442e-05)
+ |- (axis cs:4097,1.207e-05)
+ node[near start,left] {$\frac{dy}{dx} = -1.58$};
+
+ \addplot plot coordinates {
+ (5, 8.312e-02)
+ (17, 2.547e-02)
+ (49, 7.407e-03)
+ (129, 2.102e-03)
+ (321, 5.874e-04)
+ (769, 1.623e-04)
+ (1793, 4.442e-05)
+ (4097, 1.207e-05)
+ (9217, 3.261e-06)
+ };
+ ...
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{lstlisting}
+\begin{center}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xlabel=\textsc{Dof},
+ ylabel=$L_2$ Error
+ ]
+ \axispath\draw
+ (axis cs:1793,4.442e-05)
+ |- (axis cs:4097,1.207e-05)
+ node[near start,left] {$\frac{dy}{dx} = -1.58$};
+ \plots
+
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{center}
+
+\subsection{Vertical alignment with the \texttt{baseline} option}
+\label{sec:align}%
+The default axis anchor is \texttt{south west}, which means that the picture coordinate $(0,0)$ is the lower left corner of the axis. As a consequence, the \Tikz\ option ``\texttt{baseline}'' allows vertical alignment of adjacent plots, see figure~\ref{fig:baseline:example} for an example.
+\begin{figure}
+ \centering
+ \noindent
+ \lstinline!\begin{tikzpicture}...\end{tikzpicture}!:\par
+ \noindent
+ \begin{tikzpicture}%
+ \begin{axis}[width=0.4\linewidth,xlabel=A normal sized $x$ label]
+ \addplot[smooth,blue,mark=*] plot coordinates {
+ (-1, 1)
+ (-0.75, 0.5625)
+ (-0.5, 0.25)
+ (-0.25, 0.0625)
+ (0, 0)
+ (0.25, 0.0625)
+ (0.5, 0.25)
+ (0.75, 0.5625)
+ (1, 1)
+ };
+ \end{axis}
+ \end{tikzpicture}%
+ \hspace{0.15cm}
+ \begin{tikzpicture}%
+ \begin{axis}[width=0.4\linewidth,xlabel={xlabel: $\displaystyle \sum_{i=0}^N n_i $ }]
+ \addplot[smooth,blue,mark=*] plot coordinates {
+ (-1, 1)
+ (-0.75, 0.5625)
+ (-0.5, 0.25)
+ (-0.25, 0.0625)
+ (0, 0)
+ (0.25, 0.0625)
+ (0.5, 0.25)
+ (0.75, 0.5625)
+ (1, 1)
+ };
+ \end{axis}
+ \end{tikzpicture}
+ \hfill
+ \vskip 0.3cm%
+ \noindent
+ \lstinline!\begin{tikzpicture}[baseline]...\end{tikzpicture}!:\par
+ \noindent
+ \begin{tikzpicture}[baseline]%
+ \begin{axis}[width=0.4\linewidth,xlabel=A normal sized $x$ label]
+ \addplot[smooth,blue,mark=*] plot coordinates {
+ (-1, 1)
+ (-0.75, 0.5625)
+ (-0.5, 0.25)
+ (-0.25, 0.0625)
+ (0, 0)
+ (0.25, 0.0625)
+ (0.5, 0.25)
+ (0.75, 0.5625)
+ (1, 1)
+ };
+ \end{axis}
+ \end{tikzpicture}%
+ \hspace{0.15cm}
+ \begin{tikzpicture}[baseline]%
+ \begin{axis}[width=0.4\linewidth,xlabel={xlabel: $\displaystyle \sum_{i=0}^N n_i $ }]
+ \addplot[smooth,blue,mark=*] plot coordinates {
+ (-1, 1)
+ (-0.75, 0.5625)
+ (-0.5, 0.25)
+ (-0.25, 0.0625)
+ (0, 0)
+ (0.25, 0.0625)
+ (0.5, 0.25)
+ (0.75, 0.5625)
+ (1, 1)
+ };
+ \end{axis}
+ \end{tikzpicture}
+ \hfill
+
+ \caption{An example of the \Tikz-``\texttt{baseline}'' option for vertical alignment. Top row: without ``\texttt{baseline}'', bottom row: with ``\texttt{baseline}''.}
+ \label{fig:baseline:example}
+\end{figure}
+
+\subsection{Horizontal Alignment}
+{%
+\label{sec:halign}%
+The last subsection used the \texttt{baseline}-option to allow \emph{vertical} alignment of plots. You can also apply \emph{horizontal} alignment, if you place multiple \texttt{axes} into a single \texttt{tikzpicture} and use the `\texttt{anchor}'-option:
+\def\plots{
+\addplot[red,only marks,mark options={fill=red,scale=0.8},mark=*] plot coordinates {
+ (0.190600, 0.860900)
+ (0.194400, 0.908000)
+ (0.179900, 0.140700)
+ (0.212400, 0.294200)
+ (0.218900, 0.779100)
+ (0.201700, 0.388400)
+ (0.209100, 0.679900)
+ (0.196200, 0.470800)
+ (0.199900, 0.812700)
+ (0.199300, 0.850500)
+ (0.204300, 0.980300)
+ (0.209500, 0.953000)
+ (0.176200, 0.145300)
+ (0.207400, 0.351900)
+ (0.199000, 0.304500)
+ (0.202200, 0.256300)
+ (0.197000, 0.744300)
+ (0.181100, 0.998900)
+ (0.193400, 0.554900)
+ (0.218300, 0.506500)
+ (0.193800, 0.201000)
+ (0.208100, 0.531900)
+ (0.204100, 0.635500)
+ (0.217000, 0.069800)
+ (0.196100, 0.710300)
+ (0.198900, 0.440900)
+ (0.213000, 0.591900)
+ (0.206000, 0.030700)
+ (0.186000, 0.395900)
+ (0.206500, 0.082500)
+ (0.195500, 0.672000)
+ (0.221400, -0.013500)
+ (0.202300, 0.222300)
+ (0.193300, 0.959700)
+};
+\addplot[black,only marks,mark options={fill=black,scale=0.8},mark=square*] plot coordinates {
+ (0.005300, 0.369500)
+ (-0.016100, 0.610000)
+ (-0.007400, 0.252100)
+ (0.002900, 0.699600)
+ (0.010900, 0.232000)
+ (-0.014100, 0.152400)
+ (-0.008000, -0.003100)
+ (-0.009100, 0.639900)
+ (-0.008700, 0.125800)
+ (-0.003700, 0.897400)
+ (0.009600, 0.432200)
+ (-0.009100, 0.770800)
+ (-0.030300, 0.974200)
+ (-0.004000, 0.675900)
+ (-0.002100, 0.089500)
+ (0.003300, 0.319700)
+ (0.006100, 0.863300)
+ (0.000600, 0.263700)
+ (-0.008900, 0.471500)
+ (0.016000, 0.505700)
+ (0.000000, 0.602600)
+ (-0.012300, 0.404400)
+ (-0.007000, 0.911900)
+ (0.006700, 0.747200)
+ (0.009000, 0.825300)
+ (-0.001500, 0.534400)
+ (-0.020600, 0.336300)
+ (0.012600, 0.039800)
+ (0.011600, 0.944100)
+ (-0.003600, 0.068000)
+ (-0.022400, 0.575400)
+ (-0.002900, 0.184500)
+};
+\addplot[blue] plot coordinates {
+ (0.093947, -0.011481)
+ (0.101957, 0.494273)
+ (0.109967, 1.000027)
+};
+}%
+\begin{lstlisting}
+\begin{tikzpicture}
+ \begin{axis}[width=4cm,scale only axis]
+ \addplot[red,only marks,mark options={fill=red,scale=0.8},mark=*] plot coordinates {
+ (0.190600, 0.860900)
+ (0.194400, 0.908000)
+ (0.179900, 0.140700)
+ (0.212400, 0.294200)
+ ....
+ (0.202300, 0.222300)
+ (0.193300, 0.959700)
+ };
+ \addplot[black,only marks,mark options={fill=black,scale=0.8},mark=square*] plot coordinates {
+ (0.005300, 0.369500)
+ (-0.016100, 0.610000)
+ (-0.007400, 0.252100)
+ (0.002900, 0.699600)
+ (0.010900, 0.232000)
+ ....
+ (-0.003600, 0.068000)
+ (-0.022400, 0.575400)
+ (-0.002900, 0.184500)
+ };
+ \addplot[blue] plot coordinates {
+ (0.093947, -0.011481)
+ (0.101957, 0.494273)
+ (0.109967, 1.000027)
+ };
+ \end{axis}
+
+ \draw[thick,gray,->]
+ (0,0) -- (0cm,-0.6cm)
+ node[black,midway,left] {0.6cm$\to$};
+
+ \begin{scope}[yshift=-0.6cm]
+ \begin{axis}[%
+ anchor=north west,
+ width=4cm,scale only axis,
+ height=0.8cm,
+ ytick=\empty
+ ]
+
+ \addplot[red,only marks,mark options={fill=red,scale=0.8},mark=*] plot coordinates {
+ (0.968555, 0)
+ (0.030884, 0)
+ ...
+ (0.468750, 0)
+ (0, 0)
+ };
+ \addplot[black,only marks,mark options={fill=black,scale=0.8},mark=square*] plot coordinates {
+ (0.367188, 0)
+ (0.312500, 0)
+ ...
+ (0.125000, 0)
+ (0.156250, 0)
+ };
+ \end{axis}
+ \end{scope}
+\end{tikzpicture}
+\end{lstlisting}
+The result of this alignment is shown in figure~\ref{fig:halign}.
+
+\begin{figure}
+{\centering
+\begin{minipage}[t]{4.4cm}%
+\vspace{0pt}%
+\centering
+\begin{tikzpicture}
+ \begin{axis}[width=4cm,scale only axis]
+ \plots
+ \end{axis}
+\end{tikzpicture}
+
+\begin{tikzpicture}
+ \begin{axis}[%
+ width=4cm,scale only axis,
+ height=0.8cm,
+ ytick=\empty
+ ]
+
+ \addplot[red,only marks,mark options={fill=red,scale=0.8},mark=*] plot coordinates {
+ (0.968555, 0)
+ (0.030884, 0)
+ (0.750000, 0)
+ (0.468750, 0)
+ (1.000000, 0)
+ (0.030176, 0)
+ (0.750000, 0)
+ (0.468750, 0)
+ (0, 0)
+ };
+ \addplot[black,only marks,mark options={fill=black,scale=0.8},mark=square*] plot coordinates {
+ (0.367188, 0)
+ (0.312500, 0)
+ (0.136719, 0)
+ (0.828125, 0)
+ (0.656250, 0)
+ (0.343750, 0)
+ (0.125000, 0)
+ (0.156250, 0)
+ };
+ \end{axis}
+\end{tikzpicture}
+\end{minipage}
+\hspace{1cm}
+\begin{minipage}[t]{4.4cm}%
+\vspace{0pt}%
+\centering
+\begin{tikzpicture}
+ \begin{axis}[width=4cm,scale only axis]
+ \plots
+ \end{axis}
+
+ \draw[thick,gray,->]
+ (0,0) -- (0cm,-0.6cm)
+ node[black,midway,left] {0.6cm$\to$};
+
+ \begin{scope}[yshift=-0.6cm]
+ \begin{axis}[%
+ anchor=north west,
+ width=4cm,scale only axis,
+ height=0.8cm,
+ ytick=\empty
+ ]
+
+ \addplot[red,only marks,mark options={fill=red,scale=0.8},mark=*] plot coordinates {
+ (0.968555, 0)
+ (0.030884, 0)
+ (0.750000, 0)
+ (0.468750, 0)
+ (1.000000, 0)
+ (0.030176, 0)
+ (0.750000, 0)
+ (0.468750, 0)
+ (0, 0)
+ };
+ \addplot[black,only marks,mark options={fill=black,scale=0.8},mark=square*] plot coordinates {
+ (0.367188, 0)
+ (0.312500, 0)
+ (0.136719, 0)
+ (0.828125, 0)
+ (0.656250, 0)
+ (0.343750, 0)
+ (0.125000, 0)
+ (0.156250, 0)
+ };
+ \end{axis}
+ \end{scope}
+\end{tikzpicture}
+\end{minipage}
+
+}
+ \caption{Demonstration of horizontal alignment with the `\texttt{anchor}' option. Left: two \texttt{tikzpicture}s placed above each other; right: one \texttt{tikzpicture} with horizontal alignment using the `\texttt{anchor}'-option. The source code is in the text.}
+ \label{fig:halign}
+\end{figure}
+}
+
+\subsection{Gridlines}
+\label{sec:gridlines}%
+\begin{lstlisting}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error},
+ grid=major
+ ]
+ ...
+ \end{loglogaxis}
+\end{tikzpicture}
+
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error},
+ grid=both
+ ]
+ ...
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{lstlisting}
+\begin{center}
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error},
+ grid=major
+ ]
+ \plots
+ \end{loglogaxis}
+\end{tikzpicture}
+\hfill
+\begin{tikzpicture}
+ \begin{loglogaxis}[
+ xlabel={\textsc{Dof}},
+ ylabel={$L_2$ Error},
+ grid=both
+ ]
+ \plots
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{center}
+
+\endgroup
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.importexport.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.importexport.tex
new file mode 100644
index 00000000000..e5a2a81b047
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.importexport.tex
@@ -0,0 +1,44 @@
+\section{Import/Export from other formats}
+There are two (experimental) scripts which may be used to generate \LaTeX-code with plot coordinates or to simplify format conversion. They are not necessary to run \PGFPlots.
+
+\subsection{pgf2pdf.sh}
+This is a unix \texttt{bash}--script which attempts to simplify the workflow of creating PDF-Dokuments for single plots.
+
+\PGF\ provides a method to externalize graphics, meaning to write specific portions of the \LaTeX-file to separate PDF/EPS-files. The script pgf2pdf.sh assumes that portions which need externalization are in files `\texttt{.pgf}' and should be converted to PDF/EPS. Two ways are supported:
+\begin{enumerate}
+ \item Run \LaTeX\ on the complete document and write only the portion of interest,
+ \item Run \LaTeX\ \emph{only} on the `\texttt{.pgf}'-file. This mode requires a \TeX-file which defines all required commands and includes all required packages (a header).
+\end{enumerate}
+
+If you are interested in externalized graphics, you should read\cite[Section~54]{tikz}. You may also type
+\begin{lstlisting}
+ pgf2pdf.sh --help.
+\end{lstlisting}
+This script is experimental.
+
+\subsection{matlab2pgfplots.m}
+This is a matlab (tm) script which attempts to convert a matlab figure to \PGFPlots.
+
+The idea is to
+\begin{itemize}
+ \item use a complete matlab figure as input,
+ \item acquire axis labels, axis scaling (log or normal) and legend entries,
+ \item acquire all plot coordinates
+\end{itemize}
+and write an equivalent \texttt{.pgf} file which typesets the plot with \PGFPlots.
+
+The indention is \emph{not} to simulate matlab. It is a first step for a conversion. Type
+\begin{lstlisting}
+> help matlab2pgfplots
+\end{lstlisting}
+on your matlab prompt for more information about its features and its limitations.
+
+This script is experimental.
+
+\subsection{matlab2pgfplots.sh}
+A \texttt{bash}-script which simply starts matlab and runs
+\begin{lstlisting}
+ f=hgload( 'somefigure.fig' );
+ matlab2pgfplots( 'outputfile.pgf', 'fig', f );
+\end{lstlisting}
+See matlab2pgfplots.m above.
diff --git a/Master/texmf-dist/doc/latex/pgfplots/manual.install.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.install.tex
index df1f42789b6..0761f12be9c 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/manual.install.tex
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.install.tex
@@ -25,16 +25,21 @@ You may also visit~\url{http://www.gnu.org/licenses}.
The \PGFPlots\ package consists of the files
\begin{lstlisting}
latex/pgfplots/pgfplots.sty
-doc/latex/pgfplots/manual.bib
-doc/latex/pgfplots/manual.tex
-doc/latex/pgfplots/manual.pdf
-doc/latex/pgfplots/todo.txt
generic/pgfmathlog/pgfmathlog.sty
generic/liststructure/liststructure.sty
+generic/sciformat/sciformat.sty
+generic/pgfplotshelpers/pgfplotshelpers.sty
+doc/latex/pgfplots/pgfplots.bib
+doc/latex/pgfplots/pgfplots.*tex
+doc/latex/pgfplots/pgfplots.pdf
+doc/latex/pgfplots/todo.txt
+doc/latex/pgfplots/changelog.txt
test/liststructuretest/liststructuretest.tex
test/pgfplotstest/pgfplotstest.tex
test/pgfmathlogtest/pgfmathlogtest.tex
-shellscripts/pgf2pdf.sh
+ext_scripts/pgf2pdf.sh
+ext_scripts/matlab2pgfplots.m
+ext_scripts/matlab2pgfplots.sh
\end{lstlisting}
If is used with
\begin{lstlisting}
diff --git a/Master/texmf-dist/doc/latex/pgfplots/manual.intro.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.intro.tex
index 0a1d34d2ccf..0a1d34d2ccf 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/manual.intro.tex
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.intro.tex
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.pdf b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.pdf
new file mode 100644
index 00000000000..824dd8fa874
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.pdf
@@ -0,0 +1,11875 @@
+%PDF-1.4
+%ÐÔÅØ
+5 0 obj
+<< /S /GoTo /D (section.1) >>
+endobj
+8 0 obj
+(Introduction)
+endobj
+9 0 obj
+<< /S /GoTo /D (section.2) >>
+endobj
+12 0 obj
+(Upgrade remarks)
+endobj
+13 0 obj
+<< /S /GoTo /D (section.3) >>
+endobj
+16 0 obj
+(Installation)
+endobj
+17 0 obj
+<< /S /GoTo /D (subsection.3.1) >>
+endobj
+20 0 obj
+(Licensing)
+endobj
+21 0 obj
+<< /S /GoTo /D (subsection.3.2) >>
+endobj
+24 0 obj
+(Prerequisites)
+endobj
+25 0 obj
+<< /S /GoTo /D (subsection.3.3) >>
+endobj
+28 0 obj
+(Files in the Pgfplots-Bundle)
+endobj
+29 0 obj
+<< /S /GoTo /D (subsection.3.4) >>
+endobj
+32 0 obj
+(Assigning the TEXINPUTS Variable)
+endobj
+33 0 obj
+<< /S /GoTo /D (subsection.3.5) >>
+endobj
+36 0 obj
+(Installation into a local texmf-directory)
+endobj
+37 0 obj
+<< /S /GoTo /D (subsection.3.6) >>
+endobj
+40 0 obj
+(Installation into a local TDS compliant texmf-directory)
+endobj
+41 0 obj
+<< /S /GoTo /D (subsection.3.7) >>
+endobj
+44 0 obj
+(If everything else fails...)
+endobj
+45 0 obj
+<< /S /GoTo /D (subsection.3.8) >>
+endobj
+48 0 obj
+(Restrictions for DVI-Viewers and dvipdfm)
+endobj
+49 0 obj
+<< /S /GoTo /D (section.4) >>
+endobj
+52 0 obj
+(Drawing axes and plots)
+endobj
+53 0 obj
+<< /S /GoTo /D (subsection.4.1) >>
+endobj
+56 0 obj
+(A first plot)
+endobj
+57 0 obj
+<< /S /GoTo /D (subsection.4.2) >>
+endobj
+60 0 obj
+(Two plots in the same axis)
+endobj
+61 0 obj
+<< /S /GoTo /D (subsection.4.3) >>
+endobj
+64 0 obj
+(Logarithmic plots)
+endobj
+65 0 obj
+<< /S /GoTo /D (subsection.4.4) >>
+endobj
+68 0 obj
+(Cycling line styles)
+endobj
+69 0 obj
+<< /S /GoTo /D (subsection.4.5) >>
+endobj
+72 0 obj
+(Scaling plots)
+endobj
+73 0 obj
+<< /S /GoTo /D (section.5) >>
+endobj
+76 0 obj
+(Reference)
+endobj
+77 0 obj
+<< /S /GoTo /D (subsection.5.1) >>
+endobj
+80 0 obj
+(The axis--environments)
+endobj
+81 0 obj
+<< /S /GoTo /D (subsection.5.2) >>
+endobj
+84 0 obj
+(Available markers)
+endobj
+85 0 obj
+<< /S /GoTo /D (subsubsection.5.2.1) >>
+endobj
+88 0 obj
+(Markers)
+endobj
+89 0 obj
+<< /S /GoTo /D (subsubsection.5.2.2) >>
+endobj
+92 0 obj
+(Line styles)
+endobj
+93 0 obj
+<< /S /GoTo /D (subsection.5.3) >>
+endobj
+96 0 obj
+(\134addplot[OPTIONS] PATH)
+endobj
+97 0 obj
+<< /S /GoTo /D (subsection.5.4) >>
+endobj
+100 0 obj
+(\134addplot+[OPTIONS] ...)
+endobj
+101 0 obj
+<< /S /GoTo /D (subsection.5.5) >>
+endobj
+104 0 obj
+(\134axispath...;)
+endobj
+105 0 obj
+<< /S /GoTo /D (subsection.5.6) >>
+endobj
+108 0 obj
+(Accessing axis coordinates with axis cs)
+endobj
+109 0 obj
+<< /S /GoTo /D (subsection.5.7) >>
+endobj
+112 0 obj
+(\134addlegendentry\173name\175)
+endobj
+113 0 obj
+<< /S /GoTo /D (subsection.5.8) >>
+endobj
+116 0 obj
+(\134legend[OPTIONS]\173LIST\175)
+endobj
+117 0 obj
+<< /S /GoTo /D (subsubsection.5.8.1) >>
+endobj
+120 0 obj
+(Legend appearance)
+endobj
+121 0 obj
+<< /S /GoTo /D (subsection.5.9) >>
+endobj
+124 0 obj
+(\134autoplotspeclist)
+endobj
+125 0 obj
+<< /S /GoTo /D (subsection.5.10) >>
+endobj
+128 0 obj
+(\134logtologten\173ARG\175)
+endobj
+129 0 obj
+<< /S /GoTo /D (subsection.5.11) >>
+endobj
+132 0 obj
+(\134logten)
+endobj
+133 0 obj
+<< /S /GoTo /D (subsection.5.12) >>
+endobj
+136 0 obj
+(\134prettyprintnumber\173NUM\175)
+endobj
+137 0 obj
+<< /S /GoTo /D (subsection.5.13) >>
+endobj
+140 0 obj
+(\134axispreset\173key=value,key=value\175)
+endobj
+141 0 obj
+<< /S /GoTo /D (subsection.5.14) >>
+endobj
+144 0 obj
+(Axis options)
+endobj
+145 0 obj
+<< /S /GoTo /D (subsubsection.5.14.1) >>
+endobj
+148 0 obj
+([xy]min=COORD, [xy]max=COORD)
+endobj
+149 0 obj
+<< /S /GoTo /D (subsubsection.5.14.2) >>
+endobj
+152 0 obj
+([xy]label=TEXT)
+endobj
+153 0 obj
+<< /S /GoTo /D (subsubsection.5.14.3) >>
+endobj
+156 0 obj
+(title=TEXT)
+endobj
+157 0 obj
+<< /S /GoTo /D (subsubsection.5.14.4) >>
+endobj
+160 0 obj
+([xy]mode=normal|log)
+endobj
+161 0 obj
+<< /S /GoTo /D (subsubsection.5.14.5) >>
+endobj
+164 0 obj
+([xy]tick=\173LIST\175)
+endobj
+165 0 obj
+<< /S /GoTo /D (subsubsection.5.14.6) >>
+endobj
+168 0 obj
+([xy]tickten=\173LIST\175)
+endobj
+169 0 obj
+<< /S /GoTo /D (subsubsection.5.14.7) >>
+endobj
+172 0 obj
+([xy]ticklabels=\173LIST\175)
+endobj
+173 0 obj
+<< /S /GoTo /D (subsubsection.5.14.8) >>
+endobj
+176 0 obj
+([xy]ticklabel=\173COMMAND\175)
+endobj
+177 0 obj
+<< /S /GoTo /D (subsubsection.5.14.9) >>
+endobj
+180 0 obj
+(tickpos=left|right|both)
+endobj
+181 0 obj
+<< /S /GoTo /D (subsubsection.5.14.10) >>
+endobj
+184 0 obj
+([xy]minorticks=true|false)
+endobj
+185 0 obj
+<< /S /GoTo /D (subsubsection.5.14.11) >>
+endobj
+188 0 obj
+([xy]majorticks=true|false)
+endobj
+189 0 obj
+<< /S /GoTo /D (subsubsection.5.14.12) >>
+endobj
+192 0 obj
+(ticks=minor|major|both|none)
+endobj
+193 0 obj
+<< /S /GoTo /D (subsubsection.5.14.13) >>
+endobj
+196 0 obj
+(major tick length=DIMEN)
+endobj
+197 0 obj
+<< /S /GoTo /D (subsubsection.5.14.14) >>
+endobj
+200 0 obj
+(minor tick length=DIMEN)
+endobj
+201 0 obj
+<< /S /GoTo /D (subsubsection.5.14.15) >>
+endobj
+204 0 obj
+([xy]minorgrids=true|false)
+endobj
+205 0 obj
+<< /S /GoTo /D (subsubsection.5.14.16) >>
+endobj
+208 0 obj
+([xy]majorgrids=true|false)
+endobj
+209 0 obj
+<< /S /GoTo /D (subsubsection.5.14.17) >>
+endobj
+212 0 obj
+(grid=minor|major|both|none)
+endobj
+213 0 obj
+<< /S /GoTo /D (subsubsection.5.14.18) >>
+endobj
+216 0 obj
+(enlargelimits=[true|false|auto|VAL])
+endobj
+217 0 obj
+<< /S /GoTo /D (subsubsection.5.14.19) >>
+endobj
+220 0 obj
+(legend columns=NUMBER)
+endobj
+221 0 obj
+<< /S /GoTo /D (subsubsection.5.14.20) >>
+endobj
+224 0 obj
+(legend plot pos=left|right|none)
+endobj
+225 0 obj
+<< /S /GoTo /D (subsubsection.5.14.21) >>
+endobj
+228 0 obj
+(disablelogfilter)
+endobj
+229 0 obj
+<< /S /GoTo /D (subsubsection.5.14.22) >>
+endobj
+232 0 obj
+(disabledatascaling)
+endobj
+233 0 obj
+<< /S /GoTo /D (subsubsection.5.14.23) >>
+endobj
+236 0 obj
+(anchor=NAME)
+endobj
+237 0 obj
+<< /S /GoTo /D (subsubsection.5.14.24) >>
+endobj
+240 0 obj
+(width=DIMEN, height=DIMEN)
+endobj
+241 0 obj
+<< /S /GoTo /D (subsubsection.5.14.25) >>
+endobj
+244 0 obj
+(scale only axis=[true|false])
+endobj
+245 0 obj
+<< /S /GoTo /D (subsubsection.5.14.26) >>
+endobj
+248 0 obj
+(x=DIMEN, y=DIMEN)
+endobj
+249 0 obj
+<< /S /GoTo /D (subsubsection.5.14.27) >>
+endobj
+252 0 obj
+(hide axis=[true|false])
+endobj
+253 0 obj
+<< /S /GoTo /D (subsubsection.5.14.28) >>
+endobj
+256 0 obj
+([xy]filter=CMD)
+endobj
+257 0 obj
+<< /S /GoTo /D (subsection.5.15) >>
+endobj
+260 0 obj
+(execute at begin plot=COMMANDS)
+endobj
+261 0 obj
+<< /S /GoTo /D (subsection.5.16) >>
+endobj
+264 0 obj
+(execute at end plot=COMMANDS)
+endobj
+265 0 obj
+<< /S /GoTo /D (section.6) >>
+endobj
+268 0 obj
+(More examples)
+endobj
+269 0 obj
+<< /S /GoTo /D (subsection.6.1) >>
+endobj
+272 0 obj
+(Legend position and appearance)
+endobj
+273 0 obj
+<< /S /GoTo /D (subsubsection.6.1.1) >>
+endobj
+276 0 obj
+(Legend in the lower left corner)
+endobj
+277 0 obj
+<< /S /GoTo /D (subsubsection.6.1.2) >>
+endobj
+280 0 obj
+(Horizontal Legends)
+endobj
+281 0 obj
+<< /S /GoTo /D (subsubsection.6.1.3) >>
+endobj
+284 0 obj
+(Horizontal Legends \(2\))
+endobj
+285 0 obj
+<< /S /GoTo /D (subsubsection.6.1.4) >>
+endobj
+288 0 obj
+(Modifying legend spacing)
+endobj
+289 0 obj
+<< /S /GoTo /D (subsubsection.6.1.5) >>
+endobj
+292 0 obj
+(Modifying legend's small plots)
+endobj
+293 0 obj
+<< /S /GoTo /D (subsection.6.2) >>
+endobj
+296 0 obj
+(Font size and line width)
+endobj
+297 0 obj
+<< /S /GoTo /D (subsection.6.3) >>
+endobj
+300 0 obj
+(Changing line specifications)
+endobj
+301 0 obj
+<< /S /GoTo /D (subsubsection.6.3.1) >>
+endobj
+304 0 obj
+(Using another, predefined list)
+endobj
+305 0 obj
+<< /S /GoTo /D (subsubsection.6.3.2) >>
+endobj
+308 0 obj
+(Defining new lists)
+endobj
+309 0 obj
+<< /S /GoTo /D (subsection.6.4) >>
+endobj
+312 0 obj
+(Changing the ticks)
+endobj
+313 0 obj
+<< /S /GoTo /D (subsubsection.6.4.1) >>
+endobj
+316 0 obj
+(Placing ticks at 10i)
+endobj
+317 0 obj
+<< /S /GoTo /D (subsubsection.6.4.2) >>
+endobj
+320 0 obj
+(Placing ticks anywhere)
+endobj
+321 0 obj
+<< /S /GoTo /D (subsection.6.5) >>
+endobj
+324 0 obj
+(Annotating plots)
+endobj
+325 0 obj
+<< /S /GoTo /D (subsubsection.6.5.1) >>
+endobj
+328 0 obj
+(Example: Placing Data Cursors)
+endobj
+329 0 obj
+<< /S /GoTo /D (subsubsection.6.5.2) >>
+endobj
+332 0 obj
+(Example: Slopes of line segments)
+endobj
+333 0 obj
+<< /S /GoTo /D (subsection.6.6) >>
+endobj
+336 0 obj
+(Vertical alignment with the baseline option)
+endobj
+337 0 obj
+<< /S /GoTo /D (subsection.6.7) >>
+endobj
+340 0 obj
+(Horizontal Alignment)
+endobj
+341 0 obj
+<< /S /GoTo /D (subsection.6.8) >>
+endobj
+344 0 obj
+(Gridlines)
+endobj
+345 0 obj
+<< /S /GoTo /D (section.7) >>
+endobj
+348 0 obj
+(Import/Export from other formats)
+endobj
+349 0 obj
+<< /S /GoTo /D (subsection.7.1) >>
+endobj
+352 0 obj
+(pgf2pdf.sh)
+endobj
+353 0 obj
+<< /S /GoTo /D (subsection.7.2) >>
+endobj
+356 0 obj
+(matlab2pgfplots.m)
+endobj
+357 0 obj
+<< /S /GoTo /D (subsection.7.3) >>
+endobj
+360 0 obj
+(matlab2pgfplots.sh)
+endobj
+361 0 obj
+<< /S /GoTo /D [362 0 R /Fit ] >>
+endobj
+387 0 obj <<
+/Length 1580
+/Filter /FlateDecode
+>>
+stream
+xÚÝXKsÛ6¾ûWðVp&„ð"ô–—3V2&9Ð$aB‘
+q<=ä¯wñ ,ËJåfš™¸'‚ ‹ývñáI²LHòâ„y>™žLNižP‰ÍE2]$TK\H•…ÀLÉtž¼E¿–uÊ
+4”UšqÂТiCãÜu—³”Iô!Í*—&~X.6UÓwéûé/à¢HÖ0¥ó –J$£XS¼IULÛÙ¦{ÁÁša­eBalž3gž1‰,0c
++Í‚ýÓUk»Þ–ÎVtš*ŠÌ
+¬$ŠÈy„ÔyáùÝH–Ì)Ô_xD®<Ñ07+œ!¹M³4Í4˵RΠ’šq?±‚¨ñ7o(ƒ! †¯7˶œ»˜G­Y—­Ë ã…æ{vÑ!v}YEº?’2É]í¬–:êŽ*íÆ0,šÆÐK;3uç7¨†xa¿å„|õ!´>6äÇ{ìòhò˜R‰€ÓM/‰ð#<,ÂsÞšÖ|,œnŸi!^ü³ö/@ÙÖ  œÚÊ“÷d OY#©eO tèê×Ã6tCÜuvYûíâÂ‡Ó $QØs9ÙÙt*ÇLÓ‘¦Ïÿ8{uþzzqwwæS6ŽÁÆðvyécÀ?:ùí^Pm #)Ý) Ý&&WîL—¨oÂ[Uã•i
+JQqDÅ,ˆ­$z€}G¨hÃä CÂU@Sñ`ÅнUüã‰(¶
+iê˱ ˜Eà#•í*ºr7s¸ƒh¥¿ïNüO(]aÔD/wîÂ
+wÿ hHþ¿ÒÎê$£Vzz=«¶J©²€G=–Bﯪ^EêB>¼{Æ>,`¡ô.£<ºÿˆŒŒâ†<Hú¸Ïè±áÿf=Ÿž|<qú„$ŸÀŠÀ ]2,‰Lfë“·ïI2‡pÆ\«äÊ]'”K,”“ÍUrqò[øãÊr¸ôk)ÃóK¦Z˜’|ÿ/$œ•7ÿ+aÃQ“1¬(W}¿ùy2¹²]bh…mÝᡶYš]6uçf²1ͦ2“…ÿ#Zšñgè_v·Žž’¢tú6þAØ5TþѾ²
+endstream
+endobj
+362 0 obj <<
+/Type /Page
+/Contents 387 0 R
+/Resources 386 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 402 0 R
+/Annots [ 364 0 R 365 0 R 366 0 R 367 0 R 368 0 R 369 0 R 370 0 R 371 0 R 372 0 R 373 0 R 374 0 R 375 0 R 376 0 R 377 0 R 378 0 R 379 0 R 380 0 R 363 0 R ]
+>> endobj
+364 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 400.995 203.908 409.906]
+/Subtype /Link
+/A << /S /GoTo /D (section.1) >>
+>> endobj
+365 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 377.14 227.743 387.988]
+/Subtype /Link
+/A << /S /GoTo /D (section.2) >>
+>> endobj
+366 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 357.16 197.662 366.071]
+/Subtype /Link
+/A << /S /GoTo /D (section.3) >>
+>> endobj
+367 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 343.267 204.254 354.005]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.1) >>
+>> endobj
+368 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 331.312 219.586 342.05]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.2) >>
+>> endobj
+369 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 319.357 286.225 330.205]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.3) >>
+>> endobj
+370 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 307.402 319.157 318.25]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.4) >>
+>> endobj
+371 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 295.447 340.881 306.295]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.5) >>
+>> endobj
+372 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 283.491 410.758 294.34]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.6) >>
+>> endobj
+373 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 271.536 267.296 282.384]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.7) >>
+>> endobj
+374 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 259.954 354.081 270.429]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.8) >>
+>> endobj
+375 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 237.663 258.442 248.511]
+/Subtype /Link
+/A << /S /GoTo /D (section.4) >>
+>> endobj
+376 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 225.708 212.169 236.556]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.1) >>
+>> endobj
+377 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 213.753 281.16 224.601]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.2) >>
+>> endobj
+378 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 201.798 240.812 212.646]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.3) >>
+>> endobj
+379 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 189.843 242.638 200.691]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.4) >>
+>> endobj
+380 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 177.887 219.06 188.736]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.5) >>
+>> endobj
+363 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [139.049 159.456 385.425 170.914]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://wissrech.ins.uni-bonn.de/people/feuersaenger)>>
+>> endobj
+388 0 obj <<
+/D [362 0 R /XYZ 124.802 740.998 null]
+>> endobj
+389 0 obj <<
+/D [362 0 R /XYZ 124.802 716.092 null]
+>> endobj
+397 0 obj <<
+/D [362 0 R /XYZ 124.802 414.044 null]
+>> endobj
+386 0 obj <<
+/Font << /F15 390 0 R /F16 391 0 R /F17 392 0 R /F24 393 0 R /F39 394 0 R /F40 395 0 R /F42 396 0 R /F43 398 0 R /F8 399 0 R /F50 400 0 R /F25 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+450 0 obj <<
+/Length 1830
+/Filter /FlateDecode
+>>
+stream
+xÚí›ßoÚHÇßûWðº²Ýß?tòCÚ¤½žBR¥ôtR”6àÖ±‘í´‰îŸ¿5ö:Þ$ êKq‰Yà3³3ß™Y`kÔ‚­Oo`ñø¾ÿæÝGJZ
+(Žy«ÕB˜ qK@V­þ°uÞf®Â¬}¦¯t¢£ît1W¶ë\ôÿ~÷Q./@¢´ÕE(ÆŠ×Ôé"ˆq»?6/&„¶ýÛ ýOG,Û?ƒ$Ž®g×Yjþ,atº îöƒùæ Ž­sóõ$)€Ü? ËpÁáàg‡±¶„þe8%BÚ×~ò#G Ã
+ÓîBX©Â™Zi±ïø#ÒÈ( ²P×ðáÐE” nD+´R3º«8 FVýŠºmÁx¨½(N®ý°®x]hÐï–fàrI`Uéc°[§ï3o0e£ÉœhfÁà‡gK¥&§)é\<µ 8²G}nÑþ„ ~îŒß(|›‚ [
+¦¬…”c%åÿM®D;íüÔ›z]]—8›šàÉ_V7~}
+lü,QYl‡óòJ¾üÀÔb4er!¶­¹Ò›qžN…sûÍ®B²±wø¹wtb;ëfÞ‡o=k䜵Psõ6sÛWÈaŘ{â%Áðµ‡?äþ¸{âøMn…\sá“«ÍÓ¾9søÏËbyC6ä ä ÍLžkºæZJG¡ŸŒt\Yê¯ßéŸcÄ|R_gD÷ìÿÏÁñ…ÅŠ`ñ¤q±­¾­f¼Äj”ælvŒ¦8ê‡7×Qê|ë½?:³Í‡(ÀˆíJ„,‚–s:†âŸØ(®ê‹Ó¼eΘû_Suj&ÄS¹†oõ7lÒå“\Ë@¥¹di~ ?ŒGWA˜ÍçÑ«<ð^†­z ýDUN»’ú™Ÿü0?ÐiéA vz†^eRÛåÄ͇ ÆqâôŽ,½Gl°îûÑ)R9…ó¦­[‰›+“_Á°¾Y­ª»cG¬ºÅ„Q&Û•ÄY™àæB&ßozñã(¼›]å'4êU
+f€aõ8•ra=
+endstream
+endobj
+449 0 obj <<
+/Type /Page
+/Contents 450 0 R
+/Resources 448 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 402 0 R
+/Annots [ 381 0 R 382 0 R 383 0 R 384 0 R 385 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 427 0 R 428 0 R 429 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 ]
+>> endobj
+381 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 705.133 190.016 714.044]
+/Subtype /Link
+/A << /S /GoTo /D (section.5) >>
+>> endobj
+382 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 693.177 263.975 702.088]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.1) >>
+>> endobj
+383 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 681.222 241.808 690.133]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.2) >>
+>> endobj
+384 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 669.267 230.794 678.178]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.2.1) >>
+>> endobj
+385 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 655.375 241.725 666.223]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.2.2) >>
+>> endobj
+403 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 642.866 294.167 654.821]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.3) >>
+>> endobj
+404 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 630.911 294.167 642.866]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.4) >>
+>> endobj
+405 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 618.956 240.369 630.911]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.5) >>
+>> endobj
+406 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 607.554 346.609 618.402]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.6) >>
+>> endobj
+407 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 595.045 286.197 607.001]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.7) >>
+>> endobj
+408 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 583.09 292.174 595.045]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.8) >>
+>> endobj
+409 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 571.689 279.002 582.537]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.8.1) >>
+>> endobj
+410 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 559.18 264.279 571.135]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.9) >>
+>> endobj
+411 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 547.225 262.287 559.18]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.10) >>
+>> endobj
+412 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 535.27 204.503 547.225]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.11) >>
+>> endobj
+413 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 523.314 298.152 535.27]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.12) >>
+>> endobj
+414 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 511.359 351.95 523.314]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.13) >>
+>> endobj
+415 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 499.958 218.008 510.695]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.14) >>
+>> endobj
+416 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 488.002 357.042 498.537]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.1) >>
+>> endobj
+417 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 476.42 279.223 486.397]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.2) >>
+>> endobj
+418 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 465.905 255.313 474.627]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.3) >>
+>> endobj
+419 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 451.583 305.901 463.539]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.4) >>
+>> endobj
+420 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 439.628 283.208 451.583]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.5) >>
+>> endobj
+421 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 427.673 301.141 439.628]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.6) >>
+>> endobj
+422 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 415.718 319.074 427.673]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.7) >>
+>> endobj
+423 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 403.763 331.029 415.718]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.8) >>
+>> endobj
+424 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 391.808 326.601 403.763]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.9) >>
+>> endobj
+425 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 379.852 341.766 391.808]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.10) >>
+>> endobj
+426 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 367.897 341.766 379.852]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.11) >>
+>> endobj
+427 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 355.942 347.301 367.897]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.12) >>
+>> endobj
+428 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 344.913 333.021 355.075]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.13) >>
+>> endobj
+429 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 332.958 333.021 343.12]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.14) >>
+>> endobj
+430 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 320.077 341.766 332.032]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.15) >>
+>> endobj
+431 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 308.121 341.766 320.077]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.16) >>
+>> endobj
+432 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 296.166 341.323 308.121]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.17) >>
+>> endobj
+433 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 284.211 395.122 296.166]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.18) >>
+>> endobj
+434 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 273.182 321.066 283.159]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.19) >>
+>> endobj
+435 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 260.301 374.422 272.256]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.20) >>
+>> endobj
+436 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 249.272 291.178 259.434]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.21) >>
+>> endobj
+437 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 237.317 303.133 247.479]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.22) >>
+>> endobj
+438 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 226.801 261.29 235.339]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.23) >>
+>> endobj
+439 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 213.034 339.11 223.568]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.24) >>
+>> endobj
+440 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 200.525 359.699 212.48]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.25) >>
+>> endobj
+441 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 189.123 285.311 199.473]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.26) >>
+>> endobj
+442 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 176.615 323.833 188.57]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.27) >>
+>> endobj
+443 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 165.586 279.223 175.748]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.28) >>
+>> endobj
+444 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 153.631 342.984 163.793]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.15) >>
+>> endobj
+445 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 141.676 331.029 151.653]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.16) >>
+>> endobj
+451 0 obj <<
+/D [449 0 R /XYZ 124.802 740.998 null]
+>> endobj
+448 0 obj <<
+/Font << /F43 398 0 R /F8 399 0 R /F14 452 0 R /F50 400 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+477 0 obj <<
+/Length 1960
+/Filter /FlateDecode
+>>
+stream
+xÚÝY[ÛD~﯈xa,aïÜ|Câ¡@[Š¨T‰…Z\g’ŒÖ±ƒítw‹øïœ3s쬓ÐMÙ²Ûò’ŒÇsûÎ|çj>[ÎøìÙ#Nÿßž?:{ªÕ,òD&³óÅLHe\ÎRžDBæ³óùìK‚0—1{Ñ´&U¦˜¹*Ö›ÊtA(µä9SiðûùgO³›+é(×z
+åqL E"—’ýd–¦žÃjJ³ ,“²¦³½mjßUøwŠ|›1S´E]Âö9laÌù?þé<¿mÈ¿ü£ìf¯
+òËŽ`®‹Šî|S5=ôÂBML»Ãã¶J’~
+uü>õ½HLêõ¸³ >bP0
+ ’<þļÅU+>EµâQµžø¬òk€©ã›äPìû¢/|ë»mÛ5-’„«{áÿ)Èø!(yÔÏUC‘ѼY„f¹6>èêp’x€‹KNò ÑùWŒM
+<ä7Ee—õ€Âú´îÄÙ½˜OÊIÄsºÕßq29°1¤ÒZãš/È,ùhJsT$é¾qËÓH*µ/“”d2f}Ùõiöx*Á¹ül½fz‹d$‡g­ã=bÜ”dé~kCñ4—Ü«µ…C‰L‚èDæE—úZÛó5Ø %YÓögO®Æ¶/¿-Úf-Í\ôMM».Ðd Üd±8­$—Ž%¹Ír!½qš/¢”U§ò3’ÿoJ¼7LǤd\o$Ëyí."ÿ/t•ïÕêtLƒ÷…€l9!×ýôTÿ)€ÒJÔ¥9ÑZNQ?\ƒj[J°¾m@'›oKç‘;Ϥð³ÏWñMáƒà NXub× ËAç[;74¬÷…§¦ºñŒÿKS›¶è‡y>¬T:¥r ôÁµùø£2ÔS\ «š¢³Õu¹:¬Î2ö¼÷/æm¸ìÉ>+j´;èábÚ‹‰fU³ÜT` Ö¨{ht~Œ?
+4:³¶¡…‚{|eiؘ ˹ƒ§Ì•¼+ßë«mc1fb=ÕUÔ¡]Bá[h9ü÷ØV½… 0ƒ‘u§ñÕX WXBâúIl¾·˜ÏQ|Øïãì¼påúëðmÇmi¬P`
+I Š§Ñº°Áu9lݯÚf»¤ÕŠcÇí Nç>lÔ>L+.؃Îöl]´Xp6íYÙTMë_-RÁ¹’X"qý˜í&_cD"Ö’3ëÂPÜkÛú”)öØ£„@2j³ÎBàk×þ ¤$œø M4u>;4ð¿²ËUøÇ¢ÇÞ%¾w±­Ëa¬)¦UA´ÿtˆŠª†;¸ÐØv´­Ê²´Šyqø­¤˜Í\õ7ÊóK‘ÎhL])çT%µTü}³µÕÁÊ“€Þà!]ØO߹ΩËÉ78‰d …/ŽÄÀQ0èýoCÂL¥õ—ÏžNz˜k§;Õ Fø
+莂<Ùú›î¾žºc!#‘¦˜iE“Ÿ=pÙèÇŸ£¥Êت sw€=­ Ñ÷çŒ$4*ç4Ü×(ç—´Ìà»ã
+ÆOÔÉ
+B„  ¡5&â&®”Š=s³(Àï ÇqGq‚I
+wœíÙ*o+CJ:"Í}|!÷dÈ®8ßéè1¨wY6íÜÖËj§Žs1hžßä¥W˜CðŠG‰±µA †|SA¤‚#$ iB(
+¤È#¡{{ñ®ëÆŸæ­Ã&py…sùØòbøë›WQý>¹ç],69Ÿ¦NÎOC·iö£#ƒdKб¦uñ'çþº˜Z5
+endstream
+endobj
+476 0 obj <<
+/Type /Page
+/Contents 477 0 R
+/Resources 475 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 402 0 R
+/Annots [ 446 0 R 447 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 ]
+>> endobj
+446 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 703.195 216.867 714.044]
+/Subtype /Link
+/A << /S /GoTo /D (section.6) >>
+>> endobj
+447 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 691.24 304.462 702.088]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.1) >>
+>> endobj
+453 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 679.285 329.424 690.133]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.1.1) >>
+>> endobj
+454 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 667.33 279.334 678.178]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.1.2) >>
+>> endobj
+455 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 654.821 295.385 666.776]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.1.3) >>
+>> endobj
+456 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 643.42 306.288 654.268]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.1.4) >>
+>> endobj
+457 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 631.464 327.985 642.313]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.1.5) >>
+>> endobj
+458 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 621.446 268.735 630.357]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.2) >>
+>> endobj
+459 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 607.554 284.703 618.402]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.3) >>
+>> endobj
+460 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 595.599 324.387 606.447]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.3.1) >>
+>> endobj
+461 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 583.644 272.996 594.492]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.3.2) >>
+>> endobj
+462 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 571.689 245.627 582.537]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.4) >>
+>> endobj
+463 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 559.733 279.856 571.893]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.4.1) >>
+>> endobj
+464 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 547.778 295.385 558.626]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.4.2) >>
+>> endobj
+465 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 535.823 237.601 546.671]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.5) >>
+>> endobj
+466 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 523.868 334.488 534.716]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.5.1) >>
+>> endobj
+467 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.664 511.913 340.853 522.761]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.5.2) >>
+>> endobj
+468 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 499.958 365.649 510.806]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.6) >>
+>> endobj
+469 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 488.002 257.776 498.851]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.7) >>
+>> endobj
+470 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 477.984 203.106 486.895]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.8) >>
+>> endobj
+471 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 453.576 316.618 465.531]
+/Subtype /Link
+/A << /S /GoTo /D (section.7) >>
+>> endobj
+472 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 442.174 208.82 453.022]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.1) >>
+>> endobj
+473 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 430.219 244.797 441.067]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.2) >>
+>> endobj
+474 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 418.264 245.959 429.112]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.3) >>
+>> endobj
+478 0 obj <<
+/D [476 0 R /XYZ 124.802 740.998 null]
+>> endobj
+6 0 obj <<
+/D [476 0 R /XYZ 124.802 404.247 null]
+>> endobj
+10 0 obj <<
+/D [476 0 R /XYZ 124.802 277.749 null]
+>> endobj
+481 0 obj <<
+/D [476 0 R /XYZ 124.802 210.1 null]
+>> endobj
+482 0 obj <<
+/D [476 0 R /XYZ 124.802 160.287 null]
+>> endobj
+483 0 obj <<
+/D [476 0 R /XYZ 149.709 162.224 null]
+>> endobj
+475 0 obj <<
+/Font << /F43 398 0 R /F8 399 0 R /F10 479 0 R /F50 400 0 R /F42 396 0 R /F52 480 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+489 0 obj <<
+/Length 1569
+/Filter /FlateDecode
+>>
+stream
+xÚ•ÛnÛ6ô½_áGi›iQÔµÃÒ"Î2ti8(‚¦d™¶…È’&ÑI¼¢ÿ¾sx(ù¦6î“ÈÃs¿Ë,Îàâc¾ï&oFcßÄ,Ü`0™¸³Ð‰¡0îƃÉlðÙzàÂSÙãÚäò«|’õÆŽc%/YC§\.d1ûöëŸc_˜ýeòW'åð;G;‡Üe¡ ]Å¡GÝ}ƒÏCdÜUöЬY¢¤=ô\Ï’Ij»¡µDä;B—‰ˆ;ýQÕ*QKP¯W¹}¥BŽ¢¥OËÕ*)f(Ô·²‚¾t)×5©òàp/— ³‡!­{;ðFˆÏYžR!¥a¢JTl> \°žsû>‰[7²Ç"1?èLÚz>mN°Ç ˜ïv´@鱕ÚCn•àÓÐ*ëYV_CÇj6’+BM5,©ª|C ¤@Ó7®јuR4ó²^%*+‹†‘…Ïœ(Þ7ðV‚ !„ÕÈTãâͳ|æXûàz¶™I•dysmñ˜y'!¢7‡&K#z…V„ÖÚæV’“Š!=ÉJt‰FéN@) Bª%¢ÍEËs¡z˜ð·Mk†ƒ¡
+7„²TMV,ˆj7Ä@)""S³“%ÆE@Vu¹¨“^<«Îk85å\¡'ž1¨I-ßÚCßóÚô&ª4)¹–³¬Qu6]+Cž)BÁ˜qk¤Sª¦§UIõšÍ7»¸ÂZ3YëôpLbÿ(ŒŽ Ü”¬W Ë9~ÅöíâêÎd!k ^®×ÓÈRº’£ EbXU€“5K,B¼NMïqÛÚLs»ÕΉ:çì)m²yLÅ^Ì(œÜú KʵdLÁ®ï[OèaY7ˆ ?_ïë
+;X·8‹<ñJ
+YŠx°?.ór±s|(G…U½NÕº–û·×H›4£•u{:AEmÊRæäóáýˆ<ønséœ2ͦ}DBí8™±‹ÁŽi–Å_ô ü¿„Ñ` \Ì !É O–TÍæ'*§ÊYÙvÊÐÓeR,$Æ÷;4ÐzÔ~8û!¬5îpDìVÜÑåˆÊߧ2É×sý¥|Qÿ4iUä><Çšåk˜À8O¦nçïÕψŸM—¦°3Ó `õ2ÿ\¸0½^ÞøKm°ü,J;§û…óØßI}è¤a×Ë¿¶Æ|;Áî@Ûº1‹¢8x{„ç“7ÿ†¾‡$
+endstream
+endobj
+488 0 obj <<
+/Type /Page
+/Contents 489 0 R
+/Resources 487 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 402 0 R
+/Annots [ 484 0 R 485 0 R 486 0 R ]
+>> endobj
+484 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [203.618 656.249 218.34 665.16]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.5) >>
+>> endobj
+485 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [239.04 656.249 253.763 665.16]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.6) >>
+>> endobj
+486 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [207.769 441.28 371.156 452.128]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.gnu.org/licenses)>>
+>> endobj
+490 0 obj <<
+/D [488 0 R /XYZ 124.802 740.998 null]
+>> endobj
+491 0 obj <<
+/D [488 0 R /XYZ 124.802 716.092 null]
+>> endobj
+492 0 obj <<
+/D [488 0 R /XYZ 149.709 718.084 null]
+>> endobj
+493 0 obj <<
+/D [488 0 R /XYZ 124.802 693.277 null]
+>> endobj
+494 0 obj <<
+/D [488 0 R /XYZ 124.802 653.492 null]
+>> endobj
+14 0 obj <<
+/D [488 0 R /XYZ 124.802 622.971 null]
+>> endobj
+18 0 obj <<
+/D [488 0 R /XYZ 124.802 595.173 null]
+>> endobj
+495 0 obj <<
+/D [488 0 R /XYZ 124.802 471.699 null]
+>> endobj
+496 0 obj <<
+/D [488 0 R /XYZ 124.802 473.636 null]
+>> endobj
+22 0 obj <<
+/D [488 0 R /XYZ 124.802 428.535 null]
+>> endobj
+26 0 obj <<
+/D [488 0 R /XYZ 124.802 382.457 null]
+>> endobj
+498 0 obj <<
+/D [488 0 R /XYZ 124.802 344.607 null]
+>> endobj
+499 0 obj <<
+/D [488 0 R /XYZ 124.802 346.545 null]
+>> endobj
+500 0 obj <<
+/D [488 0 R /XYZ 124.802 334.589 null]
+>> endobj
+501 0 obj <<
+/D [488 0 R /XYZ 124.802 322.634 null]
+>> endobj
+502 0 obj <<
+/D [488 0 R /XYZ 124.802 310.679 null]
+>> endobj
+503 0 obj <<
+/D [488 0 R /XYZ 124.802 298.724 null]
+>> endobj
+504 0 obj <<
+/D [488 0 R /XYZ 124.802 286.769 null]
+>> endobj
+505 0 obj <<
+/D [488 0 R /XYZ 124.802 274.814 null]
+>> endobj
+506 0 obj <<
+/D [488 0 R /XYZ 124.802 262.858 null]
+>> endobj
+507 0 obj <<
+/D [488 0 R /XYZ 124.802 250.903 null]
+>> endobj
+508 0 obj <<
+/D [488 0 R /XYZ 124.802 238.948 null]
+>> endobj
+509 0 obj <<
+/D [488 0 R /XYZ 124.802 226.993 null]
+>> endobj
+510 0 obj <<
+/D [488 0 R /XYZ 124.802 215.038 null]
+>> endobj
+511 0 obj <<
+/D [488 0 R /XYZ 124.802 203.083 null]
+>> endobj
+512 0 obj <<
+/D [488 0 R /XYZ 124.802 191.127 null]
+>> endobj
+513 0 obj <<
+/D [488 0 R /XYZ 124.802 179.172 null]
+>> endobj
+514 0 obj <<
+/D [488 0 R /XYZ 124.802 167.217 null]
+>> endobj
+515 0 obj <<
+/D [488 0 R /XYZ 124.802 132.281 null]
+>> endobj
+516 0 obj <<
+/D [488 0 R /XYZ 124.802 132.281 null]
+>> endobj
+487 0 obj <<
+/Font << /F50 400 0 R /F8 399 0 R /F42 396 0 R /F14 452 0 R /F11 497 0 R /F55 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+521 0 obj <<
+/Length 2035
+/Filter /FlateDecode
+>>
+stream
+xÚÍYÛŽÛ6}ÏWøme ¢DŠ¢¨}H“l‘¢(‚Æ R4ªµi[l¹’¼Îþ}g8ÔÍÖ&›¤-ú²æs=s¨ g›Y8ûþQxöûÝâQp­g)K•P³ÅzÆ…d:³$TŒ‹t¶XÍ~óòýܸôîæB{å±¢Þ¡2ÙGn
+Ã澌´·ØšÊÐlFÈ«Íí\$ž©²‚NØÍpã]Mk·%öNÔiJZÖ˜l‰+·Ôýqþûâ‡à:™)–&‘FY…Œ˜Lã™`¡$éSZ5ÔH²H«™?X´ÀE³˜Å‘Äq.cÑã™Ýð[’ëÔëÖŠø.är¿rc[c·û"Ö „ò9‡w.,LV’Ò{úúhÉÏ‹h/4"¯<4y¹§öi›/Ñ,[ZƒG45M ü
+ñ Ž5EQÓ™x…L©¯@“ø4‘h¢„ÄAœ±™þÞM‘boeÖÙ±hh´6YÕáôY³­©™­SM˜ˆCD„¢³Aç"‡SVòh T­÷à: "ºxsÐF„ Z•Ç›6{ê"«·Ôœò¤NX&”Á¥Ñ„½/m8_ÂeSµ!ešÿμ( (JIrŒ|„øC°G„䀦2˦¬rC¸€ÑÙÈÇ^x¹†Õ©º'Ï…²b? ÑKb1è"…\@_ÝÑ]Ë’0ŠIJ+êrgš-ä!ÂQØ
+
+¿©Ýhy°þÒÓŠÁX}W7¶NïjØQ}:Zb}ª=ÐèùÐà‚Úîm¨CòÞæU¹ß9Ùè’¥RŽ%z¾þ(%Ð-%ˆ%xIÅ5s´X¸ â$ô2ú),šA}.&CÂYv6ȯÝzJŠ(fZuiî·Ér7ÁD˜°8q\ÁQ…g`t,÷hùtÀ°×XÆ¢¼Ø-ˆ€õòŽb ¨oÜWÒ¸C"Å¢Ó©—•ÎÏßS,OÔ­”źKÊw"
+ƒî†O!®dJtöARŽwõT{[ÈXRDj‰!I¦¥çâÛg€ÜQ”8Ö!TêÙ4«m¸Y±Úz9Åš1vIŠÃ„sÚ;sÝYUÒL¤rd^4A°1{SåËà3jß6Ò$³œÀ£:î'
+5‹S$`HrØ—Iˆ| ëä Ÿ‚ûñˆ‹(A|TÛY ĉ|d\qÊm„ÁÜNШ3Ì°ê&k'‡™ݬn¦…Ý^à;Å,IÃp&(¼„ã¸V(/w¿•ùëááDüíèÎTCMºG¨ó
+RÓh¹¦ß)¾ÃS„Ã.
+üHçÉëâH}
+6DZ÷§±/æÊ}å9Ù³ª÷ä}û9§-:r”gŠ·„^¥iKèUª§?$ø”ê²nÛ4‡'Ap:زÉö Ò%V¶lu›/ÍÄCV@¶‡ýÛ ¿\( ZŽI»²ê>?amI8$hFÏÉòèö¹Hô7fôaÌn{ë×.µ~6uø‰k—Föiç˜lo^úors¢¼s+D'‰@žÜãæ°Z尿[8JÊWß_; ¸—>2 P¨û´pÊ›1Ü×\^¢¥•"ªû›œíc´¢‹êü©Ð•ë`"„@’þŠv¨?ûØÇSÕO$K„S5þ©ê\þYEáãÊjÅT…¶ ÓC¶_º&~•Ôþ€s¿W,}!pƒdP 17Luü‰±îLˆtÉ$ 6¤PwV<ZóbñèoúWhÐ
+endstream
+endobj
+520 0 obj <<
+/Type /Page
+/Contents 521 0 R
+/Resources 519 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 402 0 R
+/Annots [ 518 0 R ]
+>> endobj
+518 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [215.504 265.406 450.622 275.881]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ctan.org/installationadvice/)>>
+>> endobj
+522 0 obj <<
+/D [520 0 R /XYZ 124.802 740.998 null]
+>> endobj
+30 0 obj <<
+/D [520 0 R /XYZ 124.802 678.296 null]
+>> endobj
+524 0 obj <<
+/D [520 0 R /XYZ 124.802 639.981 null]
+>> endobj
+525 0 obj <<
+/D [520 0 R /XYZ 124.802 641.918 null]
+>> endobj
+526 0 obj <<
+/D [520 0 R /XYZ 124.802 604.116 null]
+>> endobj
+527 0 obj <<
+/D [520 0 R /XYZ 124.802 606.053 null]
+>> endobj
+34 0 obj <<
+/D [520 0 R /XYZ 124.802 502.448 null]
+>> endobj
+38 0 obj <<
+/D [520 0 R /XYZ 124.802 432.136 null]
+>> endobj
+42 0 obj <<
+/D [520 0 R /XYZ 124.802 322.277 null]
+>> endobj
+46 0 obj <<
+/D [520 0 R /XYZ 124.802 240.134 null]
+>> endobj
+519 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F42 396 0 R /F55 517 0 R /F50 400 0 R /F14 452 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+534 0 obj <<
+/Length 1828
+/Filter /FlateDecode
+>>
+stream
+xÚµËnÛFðž¯Ð¥(ˆkî“d‹Ò&îã F6ñ)‰0ÅU¸”c'È¿wfgII6ë¨M{‘vggfç=³LfëY2ûéYþ¸zvq™Ír–afW«Še‰˜¥‰a\䳫rö&úÙÎE}ÀŸjóèÖ¯ºÅ<VšGý¦ê
+;p ú®ê7u;çÑšpËúmÂ%èÒ"jO¨ý¦Œûê®'DÔüXnCrolW´D\4AȾ^Í<–y5u[9Ô^êèy&ÁÆtð¡n@Œ€ÕV(<®Pxü÷®&z;P:¬ëݲ«w=A|ÕtÇE¹Š§LN”ÌqÅr¥NÏ/QÚ}‡žÞÚ®÷H%)$Ev´ô2ƒµaŒÐ9_\jqœ^:g\g Š¿¢ìê[Š‡Ó,” ãù€äl¸eSôté 1Vp3Z0–è@†@ PÛ’%b‘(&rqªðà<t…H¥WK¤‚®C
+ÃÌSÑËjGµ¥Ï*ÐÕ=²µûŽ îÞõÕvØz8"<ŒJ_^†½"ZÙ¦±˜÷>e'\iw¡¾ÀÙXÛ..¹:6ýàâœÉ1
+{÷MÑ=l`ŽQ$)CˆT˜«>4¥`‰«À\èè% í’Ó¤ËTGů¸B«à‚Þ#O¯îÀ0
+¡B{z®/ˆGÄÎõ.GO´_U9ünûžÜißÍ6qÛVÙ»0’=¬±še椚|)ïÞUk°ñcN§…÷SqW»Ï𜀈fŒÑÙeéN¾?MÜ̵fðD¸Vô¸™ªˆâÁÍg @¨úØ¿›*ÜR%a=«rgÿÐF}}óq9½ï**©CJœ<ݾÚ)ù©iÞ]eN³ð®)ÞUÍóáí¶˜ÊÒ{:Õu¶»%èq#9ró›¥ml÷#‹mÑÝ<¿»&wB`imuº»#À'ÏwŠ-¼ëÅ"†\Ô:O‰Ïõé÷¢Nä"–LCé2iúÏðÔ"†L‡…Ñú)~zCûW\rižÂ3‹Ø@¯"3OòK/7)pOáe‹ƒz™zR|VÊScv™òÍçï'¯:#ÄžÈ=ù8÷f1ÌŒ™àgß“ý£{fΗZº·?ÉcßÑ•ò“–ôL¥ô5Iáw£ÚѪ©V<€nC_ZÚÖ-cÝ^ï»À?&¥YêošHM•±d´îtBœ£±9ý’FãHx{ÁàÆTß ¤c/¤×
+endstream
+endobj
+533 0 obj <<
+/Type /Page
+/Contents 534 0 R
+/Resources 532 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 402 0 R
+/Annots [ 528 0 R 529 0 R 530 0 R ]
+>> endobj
+528 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [306.975 444.777 313.949 453.19]
+/Subtype /Link
+/A << /S /GoTo /D (cite.tikz) >>
+>> endobj
+529 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [334.665 141.303 341.639 152.151]
+/Subtype /Link
+/A << /S /GoTo /D (figure.1) >>
+>> endobj
+530 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [362.632 131.285 369.606 139.697]
+/Subtype /Link
+/A << /S /GoTo /D (cite.tikz) >>
+>> endobj
+535 0 obj <<
+/D [533 0 R /XYZ 124.802 740.998 null]
+>> endobj
+536 0 obj <<
+/D [533 0 R /XYZ 124.802 531.852 null]
+>> endobj
+537 0 obj <<
+/D [533 0 R /XYZ 149.709 534.342 null]
+>> endobj
+538 0 obj <<
+/D [533 0 R /XYZ 149.709 522.387 null]
+>> endobj
+540 0 obj <<
+/D [533 0 R /XYZ 149.709 510.432 null]
+>> endobj
+541 0 obj <<
+/D [533 0 R /XYZ 149.709 498.477 null]
+>> endobj
+50 0 obj <<
+/D [533 0 R /XYZ 124.802 417.002 null]
+>> endobj
+54 0 obj <<
+/D [533 0 R /XYZ 124.802 388.351 null]
+>> endobj
+542 0 obj <<
+/D [533 0 R /XYZ 124.802 351.202 null]
+>> endobj
+543 0 obj <<
+/D [533 0 R /XYZ 124.802 353.139 null]
+>> endobj
+544 0 obj <<
+/D [533 0 R /XYZ 124.802 341.184 null]
+>> endobj
+545 0 obj <<
+/D [533 0 R /XYZ 124.802 329.228 null]
+>> endobj
+546 0 obj <<
+/D [533 0 R /XYZ 124.802 317.273 null]
+>> endobj
+547 0 obj <<
+/D [533 0 R /XYZ 124.802 305.318 null]
+>> endobj
+548 0 obj <<
+/D [533 0 R /XYZ 124.802 293.363 null]
+>> endobj
+549 0 obj <<
+/D [533 0 R /XYZ 124.802 281.408 null]
+>> endobj
+550 0 obj <<
+/D [533 0 R /XYZ 124.802 269.453 null]
+>> endobj
+551 0 obj <<
+/D [533 0 R /XYZ 124.802 257.497 null]
+>> endobj
+552 0 obj <<
+/D [533 0 R /XYZ 124.802 245.542 null]
+>> endobj
+553 0 obj <<
+/D [533 0 R /XYZ 124.802 233.587 null]
+>> endobj
+554 0 obj <<
+/D [533 0 R /XYZ 124.802 221.632 null]
+>> endobj
+555 0 obj <<
+/D [533 0 R /XYZ 124.802 209.677 null]
+>> endobj
+556 0 obj <<
+/D [533 0 R /XYZ 124.802 197.722 null]
+>> endobj
+557 0 obj <<
+/D [533 0 R /XYZ 124.802 185.766 null]
+>> endobj
+558 0 obj <<
+/D [533 0 R /XYZ 124.802 173.811 null]
+>> endobj
+532 0 obj <<
+/Font << /F8 399 0 R /F52 480 0 R /F14 452 0 R /F50 400 0 R /F55 517 0 R /F59 539 0 R /F42 396 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+563 0 obj <<
+/Length 1959
+/Filter /FlateDecode
+>>
+stream
+xÚÍXÛnG}×W òDœNß/YøawØ7oXÛ4EË„yQHj­làÏ©éž™nqHJ° ›Ãâéêª:ÕÕUëۊWo®ø£Oÿy%*)9“ZVÆhæE5[]ý^ô¦jWœ©àMõµ"qþÇÖãßêàQXÁ¸×RTËêJͤôFÓ
+>C¡ò·êjv!ÈÆÎ ¹ÿß\Õ
+*Œó¾µ¡@Ÿ^‘þ^X(ÏÄÆ2¯¤r„þµêâô¶¢¿ès3!W¦ª š"&R
+e,f\àH &eßsÎ)kËävÌip!‚?Në´]¶[–Öɺ÷ç2iF¿âƒp:g¹“•VdÈžã{Žb˜q¢ÒŽyó}Í
+Á˜âÞÁa…ÛV SN;GW"…IOª°q‚Ñ^è²¹ö”-\Çs¡sÁ_9º§=we'gèg­m#¥ôÑ 60-µ²)Šäæç "¬-˜á¡‰»c&MB´ÖûFKL™–GÍ
+KhZG¥˜QÒÄó~Y8KRË”I®dØVZb[ Q5ñ!g„‡³Ú4÷ºUhØ‚‡TÂsŒ]Mìzl'-°†¨Úk&4Q-p‚…B$ î-WŒ‹>fÐVZ@ÛõQ±àŽIk1ç¡”ˆUŒ:,¯„ÊBb»C&a‰LË“Z…ìñ¥ß"GÐÍÄëÃ¥‡šéÅpÇãUÙa;ií4$ÕQGê5÷­òƤ‘
+›×lóq~ ’30ï;ÔŸûÅ—ÿÝ-f{ý[JùhOü´g7tÏÜ\üön`+“—Wt]M†*UÌùWMÝÿB‰YG”¨ŒÉw³Ír³}µßLVÓí—Wb•®7àÏFïZn¸œÔ’¡—Ž+|…‘¶Ç©IM]#Ö¹\¦OOj\xÀÁ>…3“Ú ^¢ëVöÎNj *
+£ƒ=©Ï. ­çFžÂùIM©‡Æ[»Sþ† ½.§†ÙöqâæÛß·:`ìãò~)kðÔókMº0‚¤ öÇæ—˜†™ø© ×4ÂNÅ%ò vÏ’«ñp*r‘YåβªÏòItž!Ó6dž…&Ÿ@ã‘Úˆ‰†ÑPScâôh˜š®X€~í/ù;™
+endstream
+endobj
+562 0 obj <<
+/Type /Page
+/Contents 563 0 R
+/Resources 561 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 590 0 R
+/Annots [ 531 0 R ]
+>> endobj
+531 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [154.552 427.242 161.525 438.09]
+/Subtype /Link
+/A << /S /GoTo /D (figure.2) >>
+>> endobj
+564 0 obj <<
+/D [562 0 R /XYZ 124.802 740.998 null]
+>> endobj
+560 0 obj <<
+/D [562 0 R /XYZ 170.431 516.255 null]
+>> endobj
+58 0 obj <<
+/D [562 0 R /XYZ 124.802 458.527 null]
+>> endobj
+565 0 obj <<
+/D [562 0 R /XYZ 124.802 412.243 null]
+>> endobj
+566 0 obj <<
+/D [562 0 R /XYZ 124.802 412.243 null]
+>> endobj
+567 0 obj <<
+/D [562 0 R /XYZ 124.802 400.288 null]
+>> endobj
+568 0 obj <<
+/D [562 0 R /XYZ 124.802 388.332 null]
+>> endobj
+569 0 obj <<
+/D [562 0 R /XYZ 124.802 376.377 null]
+>> endobj
+570 0 obj <<
+/D [562 0 R /XYZ 124.802 364.422 null]
+>> endobj
+571 0 obj <<
+/D [562 0 R /XYZ 124.802 352.467 null]
+>> endobj
+572 0 obj <<
+/D [562 0 R /XYZ 124.802 340.512 null]
+>> endobj
+573 0 obj <<
+/D [562 0 R /XYZ 124.802 328.557 null]
+>> endobj
+574 0 obj <<
+/D [562 0 R /XYZ 124.802 316.601 null]
+>> endobj
+575 0 obj <<
+/D [562 0 R /XYZ 124.802 304.646 null]
+>> endobj
+576 0 obj <<
+/D [562 0 R /XYZ 124.802 292.691 null]
+>> endobj
+577 0 obj <<
+/D [562 0 R /XYZ 124.802 280.736 null]
+>> endobj
+578 0 obj <<
+/D [562 0 R /XYZ 124.802 268.781 null]
+>> endobj
+579 0 obj <<
+/D [562 0 R /XYZ 124.802 256.826 null]
+>> endobj
+580 0 obj <<
+/D [562 0 R /XYZ 124.802 244.87 null]
+>> endobj
+581 0 obj <<
+/D [562 0 R /XYZ 124.802 232.915 null]
+>> endobj
+582 0 obj <<
+/D [562 0 R /XYZ 124.802 220.96 null]
+>> endobj
+583 0 obj <<
+/D [562 0 R /XYZ 124.802 209.005 null]
+>> endobj
+584 0 obj <<
+/D [562 0 R /XYZ 124.802 197.05 null]
+>> endobj
+585 0 obj <<
+/D [562 0 R /XYZ 124.802 185.095 null]
+>> endobj
+586 0 obj <<
+/D [562 0 R /XYZ 124.802 173.139 null]
+>> endobj
+587 0 obj <<
+/D [562 0 R /XYZ 124.802 161.184 null]
+>> endobj
+588 0 obj <<
+/D [562 0 R /XYZ 124.802 149.229 null]
+>> endobj
+589 0 obj <<
+/D [562 0 R /XYZ 124.802 137.274 null]
+>> endobj
+561 0 obj <<
+/Font << /F8 399 0 R /F14 452 0 R /F52 480 0 R /F50 400 0 R /F42 396 0 R /F55 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+596 0 obj <<
+/Length 3297
+/Filter /FlateDecode
+>>
+stream
+xÚÍZIoǾóWôqˆpÚµWµì AdÈÁöaÜQÏÂÌŒ,)†ÿ{¾W{M7 pQd÷ëWoߪºYwÛ±îÕ;ùËñ›u¼‚õB‰NkÝ+7tãæâ?°^uõ‚õrpº{߸þa=àÿfrÉ ëÓVwëÂiq˜V
+¬MϵaßeC½îè'蜌ÆEϤîæC?(N&ãÑ^ýêzÜt­9…¹¢Övs­t¯•#*ß\_|ñ­ë@ÕÓ]¿é„ijÁu çú¦ûa&.ºþÛÅ_¯‹ #©ŠÒëŠS6Ëšz1ä°¼3‘ðó}å¿ k(è3¼§Ì5|ž÷¬ëµàxÏñÞQjÕÞSïER÷x/
+û‚½gD¯$T!ßWÞË°†r>'÷˜‚½äg¹O
+Õ[£vŸ®gδî3§îK¤îK¾(íKÎ>æzcµ´9ý2 Î¿ l°€ŸãCÍ`4óy>´ÀcîZÕK1´>tFR÷ù0Jû’}¨U?ðÁæX
++,þÕ>ΰ†]Y|\ã>ÑÇE Ÿëcå÷Gø8"=ÕÇæ^ng|\z™>vP’Öäq†5ìjÌâã÷‰>æBôøg:ÙZTþˆ“#ÒS¬îurávÆÉ•F/µZëžËA‰¶\'àI½®pë‚]aO<ýGjû}Uß½JWûÛzã© Ú(w~‰zÉœ…ÂQ!%íæ^Tb0œ =YKn0OÈÞZët;f#Ü9ãØúTòÞV»Î `¥všÓ ¬tŠí$Spd襱ŽG+’"ŠiXƒ.‡$Þîµ" E¨²@¥`F`‹—Ê;øñQ
+lv)Ž¡™[CPM!·ÂMÐ7Q¤ RUxe8ÔÌøùÍHêèPÁpå´·GÁÍÐ7S¤Q.¹R‚6”H)ã¼1œ¡l%˜&ÿz[TˆØ ÆÅ(g¶Æ tM^Â)o8±œ’€b¯\q´ÅM"i‰âqÙ€Ž@ƒRZv~ctˆ¢Œ›¡ n¦IkI„žËÀR†mÁÞÉA, J÷7A[ÜD!’¶¦£àï ¦!’Ú§š‰¹Yp´ÅMéRÿ|…üîUº:ÉOÛ3iy’Ÿp*e|›žp=„àkÒÓiü;IOL(mvZÝ3+$oÓÓ¢\j­L›ž”ÉœvIOxÅȵFæ
+Š+ä9®8ƒ =·ÂNCt}h$KÌ4ˆP[“+ Äwô% A5j™
+9\)-]Í7F_)’€±¨‘ÉMõCA>ë¼oP'8üÇ…+þÛ4@ ¶ÈÒõD@Š*YW¹>ÀL:d„p ¢íáv^“«@‘íè+YJx}À+ÔŒ'`Û}½Kò%h¥E"7Õ6˜gÅÁ:F¡»`]‰ãM DäÍ0© %ÕZš)4¦AÐèë©H¼rK”ÓšZ%®´¶@ ²W¢œUäZÆQóM ÑWì(_ÆË:dbUƒiÎär° º©VÚŠ*7 ÉjÊ
+»Ñ ÕÞiŽa¯* 4ú¶ 9¡àApà ¯©PbKK TôV P)ÔxïŒa²æš@£ï;I¼ŒX”ÈÔ¦Úûœ©jÁ>Ôv0{aM…mÓ
+ºB2h ƒÒ o ¨TM.2߸6Bšam gfÂèšoa Ä¢\&7Õ7Zh:û ½îš]|µ‘§M Ó[Mç;Ÿø¢
+</g½¸ÿJ€äknÂØRh
+GÛSdRûXÇQo¶¶Û/“ÿë—CÅŠ#üÕOrzZ Ði¯p6~ÆpÏæ½:7€$É|€©1ÛÅû0˜8`þ!ï(æB_€QvQ·#h]ÐÎ`Í+´ï«€Ïö•=’¬ÈÝœfa8ÀÓ¹@ï·Ÿú¶ÌÐ0ÕÍ-æôŠ{Þ–¤„’`qX^Î¥”3>}oÖâŸY©³Ð¥çQëù©ÏÎmèžë3ôx5ÐiR~©ïy‰ÍÑ÷† ´½¡ã;«D5ÝäP98QP []H¤{oz Ÿñvžž§õóSóŠI’#ò¤™N£Kä*œÑ?>¦ŒÃ©c*áœÄ”¸/¦*šÏ)—´n^âƪ2¯ÊÊëîôgÛKGÍ«¯£¦5V( dôf€‚†ß®nßí¡£’|&¾¼œéf×ï/…íÈfwëÝñž¯¶t|›e
+ë›UJˆ«¡ùvGAü>Ü­w·1˜x“ð$6éQ«S~ØÁ`@Ͻ¤¸ÝÞ·óDPæÈúxŽ&m¸Yz£fOïßï0ÅyqwÛefÑjHÆðQ’Õ6øœû³xsâtÆUÈq‰´’ÈPðŸýóöM´AkŸò Òðc„½;,ã•ÏwºØ.àñÅšnX‘íŠî!D¿Œ´^V‡3¦ÁŽ¿¯úLz[”RSl#ùÔ|è1šgqÎuørJAôt‚Ÿ[ÄI­fÿØ‘ö﯂)Å@~:ÉŸ``…rGW7Ëø_ÝW»m|´>ìèj˜
+8†2ýì"öD†aŠb*š?|€µ—ë¯h+uõ1\¿‚ç~zXÅÍ ¥Ñãn½Ûµ_Þ\mû_¾úðS(ûô,\»Ýþf…¢¤"Àožp*‹mÂjÆÙgÌgzÝ/LÁÀÐSŒŠ†bWBè‡0»’êAÜ°+ÍD‘ÄšùˆÂkiçÞQ«ßÿüÌÞø¼žU9ûŒ ÿ‡Yg`¦J­¯©Rèl64[ù
+ƒûÅÝÝz5.bÉÀ×"‹:½ ÷¿®ïë•]>Œ«e¨D+êc@ºY¨|Z›ÙõÛ@¡PÚ½9.#ñ»½¯‹¿®n|Á±<uv¶6³7»ýÆ×$ô~¦<kŒÆÆ>RŸós%δ úR|p¥O°3}‚>2‘íg_|k«ÒèQ}a4Õ—§DT¬‹ç*èõŽ ¼þ~.ÌEƒp,ÕØG‹åŸ0i‡–øu|¼ü°ØÜ­£¥¼µô³
+ZÏ6‚·©,C :z‡a[s¿Ù­×a•Ÿ˜i‹㊠PO ë1@aô:Âì¬ìQ—gÁŸPÙO†úv˜zíâ{s]º–`Ë÷?&¦vn
+endstream
+endobj
+595 0 obj <<
+/Type /Page
+/Contents 596 0 R
+/Resources 594 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 590 0 R
+/Annots [ 592 0 R 593 0 R ]
+>> endobj
+592 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [151.483 369.591 158.457 380.439]
+/Subtype /Link
+/A << /S /GoTo /D (figure.3) >>
+>> endobj
+593 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [254.51 154.398 261.484 165.246]
+/Subtype /Link
+/A << /S /GoTo /D (figure.4) >>
+>> endobj
+597 0 obj <<
+/D [595 0 R /XYZ 124.802 740.998 null]
+>> endobj
+591 0 obj <<
+/D [595 0 R /XYZ 171.322 516.934 null]
+>> endobj
+598 0 obj <<
+/D [595 0 R /XYZ 124.802 472.6 null]
+>> endobj
+599 0 obj <<
+/D [595 0 R /XYZ 124.802 460.645 null]
+>> endobj
+600 0 obj <<
+/D [595 0 R /XYZ 124.802 448.69 null]
+>> endobj
+62 0 obj <<
+/D [595 0 R /XYZ 124.802 413.23 null]
+>> endobj
+601 0 obj <<
+/D [595 0 R /XYZ 124.802 352.654 null]
+>> endobj
+602 0 obj <<
+/D [595 0 R /XYZ 124.802 354.591 null]
+>> endobj
+603 0 obj <<
+/D [595 0 R /XYZ 124.802 342.636 null]
+>> endobj
+604 0 obj <<
+/D [595 0 R /XYZ 124.802 330.681 null]
+>> endobj
+605 0 obj <<
+/D [595 0 R /XYZ 124.802 318.726 null]
+>> endobj
+606 0 obj <<
+/D [595 0 R /XYZ 124.802 306.771 null]
+>> endobj
+607 0 obj <<
+/D [595 0 R /XYZ 124.802 294.816 null]
+>> endobj
+608 0 obj <<
+/D [595 0 R /XYZ 124.802 282.86 null]
+>> endobj
+609 0 obj <<
+/D [595 0 R /XYZ 124.802 270.905 null]
+>> endobj
+610 0 obj <<
+/D [595 0 R /XYZ 124.802 258.95 null]
+>> endobj
+611 0 obj <<
+/D [595 0 R /XYZ 124.802 246.995 null]
+>> endobj
+612 0 obj <<
+/D [595 0 R /XYZ 124.802 235.04 null]
+>> endobj
+613 0 obj <<
+/D [595 0 R /XYZ 124.802 223.084 null]
+>> endobj
+614 0 obj <<
+/D [595 0 R /XYZ 124.802 211.129 null]
+>> endobj
+615 0 obj <<
+/D [595 0 R /XYZ 124.802 149.416 null]
+>> endobj
+616 0 obj <<
+/D [595 0 R /XYZ 124.802 151.353 null]
+>> endobj
+617 0 obj <<
+/D [595 0 R /XYZ 124.802 139.398 null]
+>> endobj
+594 0 obj <<
+/Font << /F8 399 0 R /F14 452 0 R /F50 400 0 R /F55 517 0 R /F42 396 0 R /F11 497 0 R /F10 479 0 R /F7 523 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+622 0 obj <<
+/Length 6621
+/Filter /FlateDecode
+>>
+stream
+xÚÍ]M“7r½óWôQ:4Œïß¼Ž]EøÆ]EøàõAž•µŒI›Ò†þóÎ,T&2ÑÓ3 P±ž‰ìz|…W@¡2( Ë^~ºØËwïìô·ƒ?íÅ]¼·ÆûpI.šTýåéã»ÿ¾
+”à‚w/Ú”7gDÁáD¸RÝØ êúJîhlI^kì„zEK385µà
+ã-ÈKÒþ0Q)¦…sè
+êŠ,ŒzrpRôD”ä`±à ­ÈAë„ÔZ“‚Œéþ%˜,*©+²®¦\àß„,cJV2YVR—dÁȺd•­dLË
+æÔYSCvVÝUÆ”¬d²¬¤.ÉÂÍ)8c*e Ó²‚9duéÁ‘&€íãCæ‚­ã}{q3%q…Îà \n„!gØ›‘p­œ{º¦Â5=ÿ:ÓúCˆ8/NIø§²IOȉ)‰³B×Q£7èÖ Te8ÓK0GçԕΕ½I)%˘’•L–•Ô%«œ;§â;Æ´eÌa›uE¶fãRȪ¶Œ)YÉdYI]‘mÁ”du\ǘ’•L–•Ô%Ùvô åqÓ²‚9duÉÚd<\®2ÏÔÏ“ä/(ÉkÒ šÊ%í~œ¤WH ò’´ƒ»”¤ PKKî–ä%¿$ ù‡GLy‡û¶ã®sÀkõÍ¥w€!©©%¾èˆó€wÈw&¬IOÈ=ãD•Þ {Àá v©©{8u/ÁÝK—zv´¦Å¬']¨¥%wHKòZ4Ó§£é›¢éÁÑô .ÉæhRŒ^Ezœn¹àeI^’.Þ¸èœ2ÚÔÒ’;¤%yMºÄki'iÁÒ‚¼$]ƒIøKe´°`]A]“­ÐTÞéžÍà$,¸BY—¤Ü¥ä­¾Ï jiÉÒ’¼æ©„y ñ˜)!ñ‚-yÿw´š¾éßѯ/?Kxà„
+¯ACô :\ŒBΗäM).T^ȆÉÙ¤zp±“óbÃ>mÚ»N0µ2.ö‰á´|à;K:^QÙj¼÷¥7`jࢫçqõ‡Œp¹ÜLÄ×;¡˜Rs8LVÈƦVÝ,e¶±Ä™É dòé½äLóßðâèÖÇ^åŒï¤3Œà*l8FÚƒI bÒé½Ø‚´¥KN¸¶ï¸‚R ¥JZL«¾¯$Ú )Úyj/°%¨KˆíRšñ®¦¾º¬âÌxh—Š³<¹f2(™|z/Ö¹ #?”ÃrP½î \3Á¦
+âDW úˆc¡/?{Ë,Ô5ã4q…–sϯ:89'åˆÏþùó/¿Þ¬)мiIÁyµãbŸ MÆœ.Ú:ë¨*WYŸWBÓz<Ï—kªÐ£ýó•"qŽZ}÷ÇO7çDÔÕ:¯÷:.øýeþïS7¨Ónž+m繊ý<·4ts|÷!±ÐnÇeþáÃOûòã·W°„ß„üöcúæŸúá_>ÿí?~þñþüÓ_>üúמ:þ_?þÕU³wvÉ…å`%q’LlŸjù-¶EE
+pZ-¾Ê lÇñ´íÀ´Uft§[ž,ˆ!>ºŒ)ÝnéÂõâÑåc©K˜ÖetG†!ÕB(Ï»«èXî®"LétKΩylPäc©K˜ÖetGJÊ¥‰m]t,·u¦tº¥ OA‹c!;K]´.£[º0²NÍúÒ±Ô%Lë2º¥ çÀIüüò±Ô%Lë2ºÊݳr×Ñkvãq·€Ð
+ò]¿PŽ}ͯ8†|:–ÃÍëZÒ»ãνa×
+éóX)ŸØ$Lè–nÅ!É •ÔÒÞÓŒÿÿéX)ŸØ$Lèž.Ü*_D˜À€R&p’fxÏeݵ'Òm¼nOÜt\<óUn£eãÃ+óT¡5œ½ÛpéÆqœz÷ÇY¥·ì8j1 nØ¸Ñ ¨NFàÔÉÞ{ÝÚp½ÆØ“=
+ˆ€K¢rŽŒ)]ɺ’»¤[pǟΊÀ˜ÖL¡+¸K£8ø#iƒ1=ŽL1Ü%]\gIŸ¥.aZW0…®à.éF8/ècZW0…®à®æøˆ^‡úŒi]Áº‚»¤[LÎE'ù`Lë
+¦ÐÜ%g5lùŒ×myŒ»6ãŽÃ€›ÒJþ:‡KäJ{ÙaœœGFzØa„;c\ÐÃõ}›£6cƒË*RaLw:ÁNp—RËÀ Ì¦¨ÂAÆ”®d]É]Kð Ç)¿Ë‰éVL1=$¸kºØ§šN{:ÀIYp¥´`¯&µ€Æ»9©M'mÁ•Ú‚½–+ÀÃT‹ÖfPkK®Ð–ì5mLÕ§¼# NÚ‚+µ{M;anó©Ú'6)¦ÜÕÜ Pj«sš—NÊ‚+¥{É Ažä[B¾ä¾-¹ãLðîàHôk¼I€’b}Ù›ç·õ&þyo".èÆ›ˆ
+¿Mwâ\Å„vÊ2DàÔýWv?Á^êú˜É¥ªwµ¶ä
+mÉ^{Û ~0kzÝAàô¾Cpå Á^ÓÎÐ)šNJ7ÀI[p¥¶`¯i7}ð3?J›ÀI[p¥¶`¯¥•Â´mÊtÄ Ö–\¡-ÙkÚNŒz06ÀI[p¥¶`¯i'Ì,›t_cpÒ\©-ØkÚÅøiìËؤ<˜Rxp×Üš°#åÐ#v…¼Ë våž{;”ÚWº—n¯¸—“óÛºwǽŒ ºu/£ÂoÔ½ÄjròQG7 NPpeìµTr0Êóz¤Ä˜VL!,¸k¹ä@ —dê\rNm/¸BZ²×´³ÉÖ:Æ28i ®Ôì5mLÅÛ¬vç NÚ‚+µ{m[Ñ’îg NËW®#ì5í
+.°…p¬,¦â°©rVºá¹ã™8ªÁÅÝÖ÷épÏßÔßÁ}õp_ÑvûúQ¡ìKhÓ§zlýP\~ç–ûAOGγ
+Â.Œ•‡MèòÔ-úqYÌâÚP97ÕëíñÌ£ÝÛ£ázÔŒ{Àøéþ¨PÌN]ac
+ðÎîx¿[‚k† §#:€_Q€ú1.k ¤ '­ZæQ”7 þ(R’ ”äKcÞ¸~.춢½iž±o½iœƒð¤bJa6q%
+—¾¿¢Û†øþÝãõ¥î†É:ò„&¬_6Xè™ðû/£(†Xó©§ß9Q|¤ªk. ×ÓX‡Ï°Èá©|mƒ8êÅ¥ÝVµ7Î3fþlñ`ëØÒT(~,aLƒ»
+ ø8¾fä3>dì#:€W ­¦8(B즊aˆôŽó ÐÁ¦¥¢ð»*›tèôt&^é—5ˆ|ñ£°›ZžírëèÎvAë V‡¯û¨Pür;~¡¬[~ (³Å¤òøð³Ÿd詧 qFQD`¤%ŠcˆtsÅpØâ&n.sáüv‡ðÏ=õt!ý‘«1Š»©ïÙB·Nÿl!¿À
+Q¡Ç~P°¯ãg9<~ÿc\?ôÔ¿ÁœááUD´š¡ï¢â"Ýã\F³¡v¶Q8”º=õ< ç"WcwSß³…nƒÁÞB¯düO_›ñeñMÓ1‡w/å'ç…œÿšø\ÒÿôPÒÿŒ‹ÁÜm'ý‡ø5ÒŠ VïäürTê÷_¾|þr›ó_ŸIùßJæËåJ¹#?>^œ:À0­U Kܱº?`vàž{ìŸ)a,÷åGºù*O¾Y¼à)Ž ìÕN'óC\µUË™ÁÿÎ<Š˜ÂK±Ñyš˜8ÌÚêù+.}œ‚ÓûÉ\ÑøÖþꚆp'ôó =ú
+šüÀ70¾d­;®[v‡KŠ+~Jý{
+endstream
+endobj
+621 0 obj <<
+/Type /Page
+/Contents 622 0 R
+/Resources 620 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 590 0 R
+>> endobj
+623 0 obj <<
+/D [621 0 R /XYZ 124.802 740.998 null]
+>> endobj
+618 0 obj <<
+/D [621 0 R /XYZ 259.92 476.027 null]
+>> endobj
+619 0 obj <<
+/D [621 0 R /XYZ 206.592 174.148 null]
+>> endobj
+620 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F13 624 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+627 0 obj <<
+/Length 1153
+/Filter /FlateDecode
+>>
+stream
+xÚÝXßoÛ6~Ï_aìÉl†wü½!/-’a{
+ Y”HM„ÊV ;«½ ÿûN¤$K¶©íŠâ˜"ùÝ‘÷}w¤Ì'>ùíŒWßo®ÏίŸ8æ4êÉõû dÅÄpÍ
+ã»0~Yyqë',P0ÝYQ?eùææ>Ïòâ¢Hâù2*>\log Íù´ ­û</âtm’uèxñvÛfue–+®æ³…à4Ë2@Ó…LiúÖ[BÀ%a)©­Òh‡0ÒÕÃ$7 Ð–ñª,A`½#àà” „¤˜5B¡³Ž@òÔ
+‚Ñ' Q;'±Ô ƒ%
+ %™”(­õ®Ô«àÎÔ(`H¡€8„¢­7(ÁPS4¤*QºAõéæÓ¯µA?§Ôt—='AN~>HGû)m1#E
+Ÿ•ÔpT
+¦8Cª/ÌŒ|^•ÿªL‹:dùeS†îýjŸ†Úïî8Ÿ¬§©÷)ç F«¸ã ÌÇ"Ý<.i‘Ç^€sºÕV¶Ç^ã Ú^Täèè‘øC©h÷íT´­"×®ñ¾ÜjAy-Ë̬ž>M=‘¢€ ƒ]Eàªá2ª·ÑåÛyK#Uµ¦iÓË«¼KMÌB{ë(>MºSLKøš#~€qCG®TºˆÓ8¾Ë’—ƒ¬$ŽéˆþHkÝN|‘aÕÉ7áÈ £ά8>;£l‡P¢‡Áj_àÛœ†7Ûe'¡¶Íwþv\½ž
+z­Òª«f"êÔ%ï?¹žemmk…g_àÂÉiÔ²îMN”‰œ„®hݳWnùÿ^âÓ¶qQ©VHNi »¬^n£åS–üÒ³Þ¹£Ž¹/ Ôá¹YÑgëíK˜¹©~Åù}'Ûyõ“Í»ˆ^šûrB··ìSYH·|ZžßcEðâòúì__6‘¹
+endstream
+endobj
+626 0 obj <<
+/Type /Page
+/Contents 627 0 R
+/Resources 625 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 590 0 R
+>> endobj
+628 0 obj <<
+/D [626 0 R /XYZ 124.802 740.998 null]
+>> endobj
+629 0 obj <<
+/D [626 0 R /XYZ 124.802 718.084 null]
+>> endobj
+630 0 obj <<
+/D [626 0 R /XYZ 124.802 706.129 null]
+>> endobj
+631 0 obj <<
+/D [626 0 R /XYZ 124.802 694.174 null]
+>> endobj
+632 0 obj <<
+/D [626 0 R /XYZ 124.802 682.219 null]
+>> endobj
+633 0 obj <<
+/D [626 0 R /XYZ 124.802 670.263 null]
+>> endobj
+634 0 obj <<
+/D [626 0 R /XYZ 124.802 658.308 null]
+>> endobj
+635 0 obj <<
+/D [626 0 R /XYZ 124.802 646.353 null]
+>> endobj
+636 0 obj <<
+/D [626 0 R /XYZ 124.802 634.398 null]
+>> endobj
+637 0 obj <<
+/D [626 0 R /XYZ 124.802 622.443 null]
+>> endobj
+638 0 obj <<
+/D [626 0 R /XYZ 124.802 610.488 null]
+>> endobj
+639 0 obj <<
+/D [626 0 R /XYZ 124.802 598.532 null]
+>> endobj
+640 0 obj <<
+/D [626 0 R /XYZ 124.802 586.577 null]
+>> endobj
+641 0 obj <<
+/D [626 0 R /XYZ 124.802 574.622 null]
+>> endobj
+642 0 obj <<
+/D [626 0 R /XYZ 124.802 562.667 null]
+>> endobj
+643 0 obj <<
+/D [626 0 R /XYZ 124.802 550.712 null]
+>> endobj
+644 0 obj <<
+/D [626 0 R /XYZ 124.802 538.757 null]
+>> endobj
+645 0 obj <<
+/D [626 0 R /XYZ 124.802 526.801 null]
+>> endobj
+646 0 obj <<
+/D [626 0 R /XYZ 124.802 514.846 null]
+>> endobj
+647 0 obj <<
+/D [626 0 R /XYZ 124.802 502.891 null]
+>> endobj
+648 0 obj <<
+/D [626 0 R /XYZ 124.802 490.936 null]
+>> endobj
+649 0 obj <<
+/D [626 0 R /XYZ 124.802 478.981 null]
+>> endobj
+650 0 obj <<
+/D [626 0 R /XYZ 124.802 467.026 null]
+>> endobj
+651 0 obj <<
+/D [626 0 R /XYZ 124.802 455.07 null]
+>> endobj
+652 0 obj <<
+/D [626 0 R /XYZ 124.802 443.115 null]
+>> endobj
+653 0 obj <<
+/D [626 0 R /XYZ 124.802 431.16 null]
+>> endobj
+654 0 obj <<
+/D [626 0 R /XYZ 124.802 419.205 null]
+>> endobj
+655 0 obj <<
+/D [626 0 R /XYZ 124.802 407.25 null]
+>> endobj
+656 0 obj <<
+/D [626 0 R /XYZ 124.802 395.295 null]
+>> endobj
+657 0 obj <<
+/D [626 0 R /XYZ 124.802 227.198 null]
+>> endobj
+658 0 obj <<
+/D [626 0 R /XYZ 124.802 227.198 null]
+>> endobj
+659 0 obj <<
+/D [626 0 R /XYZ 124.802 215.242 null]
+>> endobj
+660 0 obj <<
+/D [626 0 R /XYZ 124.802 203.287 null]
+>> endobj
+661 0 obj <<
+/D [626 0 R /XYZ 124.802 154.254 null]
+>> endobj
+662 0 obj <<
+/D [626 0 R /XYZ 124.802 156.191 null]
+>> endobj
+663 0 obj <<
+/D [626 0 R /XYZ 124.802 144.236 null]
+>> endobj
+664 0 obj <<
+/D [626 0 R /XYZ 124.802 132.281 null]
+>> endobj
+625 0 obj <<
+/Font << /F50 400 0 R /F55 517 0 R /F8 399 0 R /F14 452 0 R /F11 497 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+668 0 obj <<
+/Length 2843
+/Filter /FlateDecode
+>>
+stream
+xÚÍ[ÛnÉ}×WÌÃ>P€Øîûeƒ<d“µ‘ /Î ¯h%Z&V$7µcøßS5Ó—ªáEšU¬ááé:Ý]ÕUÝ3cÙÝu²{u!Gü+;Õi-ERsV8c»›ÕÅ¿; ½êzæ…&E×ýÚ!L¤€öð»Ú»T^ ãeÐÝ}w¡’Ɇ˜ŽÁØ€‡©`òÝÅ:+ª”tß)þ}u1WRµ.}h€Ú©hÐ~™q» ”Œ ìº:O¯;üÆ\æL)‘tìæ ú«pÊTž~øäúfÕñé,æÚh Øp&>´òÝ›‹/cV½öÝ›÷6^(—ºÂysÛ½©Ëwoþrñý›æÁlŠXzM”rgk_ë€ÎÆƒÊ R,=(‰÷
+ÄÌVp‚çLæöYžsIxãñœ‡™p{Nïy.›:â¹ÜÙ3öœ…È òCîBýL|W1f¹¡¼çpÚ>Ï{Ñ yî´÷bÁYî=³ç½lêˆ÷rgÏØ{¢/¸TzP>߈™­àÏAVÏòœQFh£N{Î@RpNsÏٱ犩#žË=cÏ%ˆ¼`R]wõ3ñ]Řå†NªwIÀïóÜgá{qŸ5Â8î=·ç½léh½:{ÎOCü…ºa)iÁË/xœâ:ë`{žç:ïEÔá׬Üw~ÏwÙÔ1ßåÞž³ï˜RÖµ×
+r6xŠƒ†MêóêžIFxýHÝ3’­¿°çÃlê˜soÏÙ‡¢ÐGYK_¨+È}ØàÇ|x6FpäÊ;4Àƒ–€LqU«Ê@Ð26ð#ÚNDç½bÒãÊ„I„ wŠ.xÓÇÈd ÄT ¯‰æM8oYë‰hˆûºñš&aNÒ Pmâ¢㪄Id wŠ®VÂ…(YHUŒéRfÓ¥ÜIºNXŒfº㺄It w’.œÈ¼âU1®K˜D—p§è%‚4L¶@L•ðš(aNZ³4”´ø¤|£ðÉK*_ì¹9ĸ¤3þ¤ßVä`,pžÆJ´"ª#‡;‰GsبdÎpSEb•{ñ2tPƒ‰HÄ&Ðá•;rç¥è9R ó€æmDçYŒÆX¶–
+ă«ñHp5æ”àrJx<;Í1MÂkš„9Eæ%@BgI²bL•2›,åNÒoÚ³ÁVŒë&Ñ%Ü)º¶gð QÍÓl¬¦Øx“ôìm£dó[1®I˜D•p§èF0 -PÝŠ1]Êlº”;I×ÃAñxª×%L¢K¸“t“ÐÏY<UŒë&Ñ%ÜIE¨­ÿR͵ÍG A "„øÌBà­Fé“… pž^ô±B@ä‚6¢ó,Ia4i¶›«“£ÌX”;i÷*“PÐY®j ?å’ ,eOÛ­§~›Ÿø~½€£;áÒ=;aOÒÖ¾ßíG¦]A®M¹D›²'i [~'Yi צ\¢MÙÓ´=nû•âÚi.Õ&ìIÚVâÖŸ»`\™0‰0áNÓ5¸õçaV°‘ncRÝƦëûÝàÂ).•&ì)Ú4K”Šñ„|RkÆñ|r´hà DÂs«\`l¬™ó„ªá<@ªU£É¨dHçY6”M}m…XG!F¸4Ä{Rx{g^9
+6šÆ$„;톋ÇÃ@ây¤‚£[.„Kï¹ö$íhð@xú¬ צ\¢MÙÓ´ $Ïci.Õ&ìIÚÉâo|ȵ)—hSö4퀇;Ò.àH›p©6aOºé$¿ËVA~Û‰rÉ}'Êž¦mñ° ù¶
+Ž´ —jö´ÒErE©OÊ+µ‚œÈ+¯ÿ¿Yô‡\t0³ÿíU¹ÚÞµ×XðÞ ã/Qà7Á±'ñÞáŠ=áÆ«¤¦OS„Í™ÌÛçöØI9adR£ç°“óJ–Yº
+­ƒ6¾õª!P¬œ‹ýMcxË.Xí0›C©À ´³X¡“k0ðy³T‘^mh•‘
+`»Ò§Æªý®–øØnϽð8‚#`{[ý°"
+¨ô°/KŠ¸ýPÝWP°
+Ž~š¤ˆ,63(Zب`8t¨T]±‚“c•*¶*ª¬Òåjf<®a
+öãn˜† „÷Ñú{+
+Zal¸7*øÒC„È45bógñ6톕>á»j¥E ›UP ñÚìÀ"KV7­üµþd¬õ8[Ù×0{Km˜XPÖ{²ØVÇ$8vã†QÔØeØ&¶5ZI0|aÁð±*5;(bØ*cêgtø”<› ˜î¢ M¬"Ø,w©±r§›ñȆyØO/ÃD( Roo9fÅP8ŠkØú*mÁËý;^òB$¿À?ã‚ÕZ@L*JÂ/>†n†*Rû–…M7Rºf ‰÷Ük2ÌŸûf¥WT{^ í0g‰qrÍ3âà$Œçƒš^W „‰„J„ý•Pý«S§ŒT¡–š Öç¿Ç«µÏÁQƒ ʹm‡Ê;ðŠ9ˆj°f™rÁ°uëccÖ‘Tƒ{#δ_iòAøE(ɶ›Gá| jXVBÎôÊXáAÎw´T¬Ïö¶ÐZ[FÅìæ {Q“ Ëâ}ë†*áä°…o!êUTŽ‰¬oÞúÙ¨m<ÍäÞÈó\í×ßa®^wìŒKŽ¹æ?ás5˜Ûh~ã› ‚Î9¨¿àíÃo‚dRáôØ?¯oŸöÞ1Goƒä·<½ÃdYÕ§uÙß<-£™Ó!=rxÇcÝa…J¨í‡5P
+£Òß/£™]ß\ìÍ—jèí¼u÷u7þYÌÑ»öóü²ýœ¼m¿ƒ90WNB!/Ï'_.ï>n—scÌÌ}{9·ÖÍþ0||X¬–_î7w×ÛåîÃjy3 ¿Üov¢ÔøÅÿ/$rsH ø63 *ê|ûG餺Šð§äÙÉá-rG¾ÖWÊŸúÞ\½÷½oßÛ+oOµwWJŸì€¿Òîd•S­ ø(:)Îúú»ƒm!— ws
+ÂRÅ,Š‹õíqÁO÷×?-îÿåO‹»íymÞßt»Y}½:”õ>ç–ßüõ_ú›ÿýv»Ù~=šŸÞKO9Š#íêf³ÙÞ.××»Ò¯/½–‡ ‹ëXY.æRŸÊ¦*
+endstream
+endobj
+667 0 obj <<
+/Type /Page
+/Contents 668 0 R
+/Resources 666 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 590 0 R
+/Annots [ 665 0 R ]
+>> endobj
+665 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [167.614 343.625 174.588 354.473]
+/Subtype /Link
+/A << /S /GoTo /D (figure.5) >>
+>> endobj
+669 0 obj <<
+/D [667 0 R /XYZ 124.802 740.998 null]
+>> endobj
+670 0 obj <<
+/D [667 0 R /XYZ 264.597 515.868 null]
+>> endobj
+671 0 obj <<
+/D [667 0 R /XYZ 124.802 484.043 null]
+>> endobj
+672 0 obj <<
+/D [667 0 R /XYZ 124.802 472.088 null]
+>> endobj
+673 0 obj <<
+/D [667 0 R /XYZ 124.802 460.133 null]
+>> endobj
+674 0 obj <<
+/D [667 0 R /XYZ 124.802 448.178 null]
+>> endobj
+675 0 obj <<
+/D [667 0 R /XYZ 124.802 436.222 null]
+>> endobj
+676 0 obj <<
+/D [667 0 R /XYZ 124.802 424.267 null]
+>> endobj
+677 0 obj <<
+/D [667 0 R /XYZ 124.802 412.312 null]
+>> endobj
+678 0 obj <<
+/D [667 0 R /XYZ 124.802 400.357 null]
+>> endobj
+679 0 obj <<
+/D [667 0 R /XYZ 124.802 388.402 null]
+>> endobj
+680 0 obj <<
+/D [667 0 R /XYZ 124.802 376.447 null]
+>> endobj
+66 0 obj <<
+/D [667 0 R /XYZ 124.802 330.681 null]
+>> endobj
+681 0 obj <<
+/D [667 0 R /XYZ 124.802 280.411 null]
+>> endobj
+682 0 obj <<
+/D [667 0 R /XYZ 124.802 282.348 null]
+>> endobj
+683 0 obj <<
+/D [667 0 R /XYZ 124.802 270.393 null]
+>> endobj
+684 0 obj <<
+/D [667 0 R /XYZ 124.802 258.438 null]
+>> endobj
+685 0 obj <<
+/D [667 0 R /XYZ 124.802 246.483 null]
+>> endobj
+686 0 obj <<
+/D [667 0 R /XYZ 124.802 234.527 null]
+>> endobj
+687 0 obj <<
+/D [667 0 R /XYZ 124.802 222.572 null]
+>> endobj
+688 0 obj <<
+/D [667 0 R /XYZ 124.802 210.617 null]
+>> endobj
+689 0 obj <<
+/D [667 0 R /XYZ 124.802 198.662 null]
+>> endobj
+690 0 obj <<
+/D [667 0 R /XYZ 124.802 186.707 null]
+>> endobj
+691 0 obj <<
+/D [667 0 R /XYZ 124.802 174.752 null]
+>> endobj
+692 0 obj <<
+/D [667 0 R /XYZ 124.802 162.796 null]
+>> endobj
+693 0 obj <<
+/D [667 0 R /XYZ 124.802 150.841 null]
+>> endobj
+694 0 obj <<
+/D [667 0 R /XYZ 124.802 138.886 null]
+>> endobj
+666 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F50 400 0 R /F55 517 0 R /F42 396 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+697 0 obj <<
+/Length 7222
+/Filter /FlateDecode
+>>
+stream
+xÚå]]¯¹q}ׯ˜G Èôòû#A^Œx yˆ¬üçÁÉ»‹ÜYŲƒ<ùï©"YŪžž;·[B|ÎJ}tš‡d«Xl6Çœ~<™ÓoÞ˜ÕŸþkNöäœYR®§Ãêér}ó§~sjÌ7fñµÄÓ–ÿ3 Üÿ½ù«Mv &wz:½±5,ÖXîÁx
+ãÜ=Ö‡û2KHR– ¥*xST0÷hB:˜|0QŠ2¦T%sÊJî.Ý 6P‚Uº„i]Áº‚»G7\%÷ª“Sº’9u%w—.îSÌEë¦uSè
+î.Ý
+¦Ü]ºy)1ƒS“º„i]Áº‚»+R /@Qãþ‚¢Æ}wq7jÄ©îWFdê’âóQƒ8/‰éÅQ#܉¢FQc¶ùuFˆ+™VM“Ò¶7yÂô&så%\)F‰2¦T%sÊJî]HüŸŠŒ)]Éœº’»K7ãOQž…1­+˜BWpwås😳ÊqÓ`Š”NpwéBÂSg­K˜ÖL¡+¸»tÜçunŘÖL¡+¸»tÓbƒÓ“~Æ´®`
+]ÁÝ¥›—”rTÑ™1­+˜BWpwE¬é (p<ô6»QžJÍ_5<D«ô j ηþ^Ô˜5Úˆ³Í¯3jÀÓ4Þ&5gaL[ž`
+ËÜ=–W!A61¨‰!cJW2§®äîZ-2·ŠèÕ"Ât¯ ¦X-Ü}ºhVÕ%-LàJYp¥´`ïÓ®¸zê¬Ö&p¥-¸R[°wi[ƒ¨d­Í Ö–\¡-Ùû´Á©¹à³Ö&p¥-¸R[°÷iǶÁRKl¥<™Rxr÷é‚ãH_´0+eÁ•Ò‚½+Š Aá侄Ê}Wr7¢àãÉåkC
+îÈBÊà|Ûâî…”Y£"ý:cŠµž¨3Ú×1¸²AÁ•6(Ø»ìz©X|3&µÔÚ’+´%{ß<T#úÕ+Wï@W¾ì}Ú Œ¢&Ø\i ®Ôì}Ú7ç’¢Ö&p¥-¸R[°wiãGݾZ•*LPkK®Ð–ì}Ún :-›àJ[p¥¶`ïÓŽKN>j[cp¥-¸R[°÷içÅ­²`ÆVÊ“)…'w_l¾‚Ì‹ü
+…˜gÜÊý(Ö¯1ø \ycçÛÆ{/ÆÌmŘÙèWcBYRtAÏs\Y¡àJ3ì]v!Ýv:gbL+ ¦Ü]º ÔrÌÚÏ2¸ê{ÁÒ’½O;-É«'´ ®´Wj ö>mÈ°K5:¦3¸Ò\©-ØûvXtQÛƒ«ý‚+7ö>mo1Wyƒ+mÁ•Ú‚½O;.1¯–à&¸Ò\©-Øû´ó‚gjèÆàJ[p¥¶`ï‹mÂWpŒy‰_ásß­¼F?šË’+«í3®úZpe_ ö®¾.·ÀèaM˜VL!,¸»t«[RÁ *…ÔÊ’+¤%{Ÿv·m«yƒ+mÁ•Ú‚½OÒÊZW1“Á•¶àJmÁÞ·[ʨ¨z›ÖWû¥Wn˜ì}Úßëé­i\i ®Ôì}Ú÷Eè7à\i ®Ôì}Ú0'4Õ­¶¨¸Ò\©-Øû|¸ðìG_âWØÞw+ïÿoè‡1»Ç ò—ÇLù·ãtȈI˜qÇÚ÷Qz³T[ðàü[HÅŽƒÁRM0íÂÅ›ñÐ5<Êd´W³Să-ðŒœºÀ,-µ—g6ØܘzÖCP;¥t<£ON°K›Œ'ˆ8ÙÒ«"ãoÁ1y˜u¤d*}}^’ǽÊx¾
+¬âÁžpòl´¸2[\QàPÈÈT³„€ŸnS‹˜¼1@jØ(Âò’,äî'*†}G9£n¿¾´C’z}ˆBæ"Ö­êpÀ{'à)@Þg¿*e²µ¿£K‚æÁ9Åö ÇB.ýH#˜FfÅ3Àƒ¹€,!’m÷2
+ý˜ nœfq+²B–‘v+UO𸳴›ÖŽ8|3•ÝîµÀ3r<›¹*Bƒµ8KÀ#
+RíÑ¿Ô<|ý˜té'
+qnË›a4ÛöÊÅìû•˜|¸öJ|½Yy;èlÂáW¼ðì¢éLp€ÕÜFUMm6
+q"à™R§Œ±8ÞDAŸ™` Ï ¾ä”ÆšŽsಡÁª ØL¡ƒN`paÚ™ÀŸœµä£PÃÚ©ç¹}þˆëÖ&ü>æp–þøò©Ïà`|†h ¼{Ìpð½Ë&/zh4~å‹ïÂä?wÊKx¢}pÝü£ÅõôMxAà¡Ã`p»ú&­‚/ôЧ ]‘½½£
+:xlQj!<gŒ{Û<Ñ*¶e-‚¯Wp¦ Ž‡„ÅÅYhÎ&íýmúðkür/fF
+øí8c=„ÒfÝàèrç!y>]˜Ôq&i,œ¥uèÁ]¨ÄíÑ>›Y%Ü7
+¦9[Æ JfÓÒŒ±*Å`»­9<lÅ º”mϹñkxªþA f²ÝØàÝt'NwBÒÚð-Ì]³8(6¹Ü†h™@¡„Œ›Œã`ð Õ€s¦‚ßµÎ^!èÒN³c¶ ‚jhtÏâ&DºxïD<ð'QœÇeX§t Â{g™8›ÁÅݶ·»¡íG êÎÁ$¨•`ck¹ð¸C;Ô/`îú#\B5—JxÒ9Ì1<dwn™9<KJ~†dŽ1y”<̲!I™c`ü·fŽéUñøíÈ”$Hæ“ÇÕç²nZ¹Î1TóÁa—ÜÓHHwÇd GuníçöS»™I bÒí½«.àãèšCòªP¤£§†ÙÔ6"ä11À™øÎáÄÛáÖ¢¢ˆPtÅ(/Š›éâ½EGã
+¹8‹³¶d¥.Cx/Wpg3¸¸ÛöŽ©û­oº¶Æ€·È½Èºé·Ó0mo' %<ëIq Õ\*áIçÓí]
+ôŒŠ§àèý ¨Ã?N—ÉL &ÊÓþYœ€HWæíˆÈ”«îJôúEè2$sAœÍ â6Ú»ÊTG€:ôcé…Öº{)xvŽÉ½=¹¸¾cPp Õ\*¡÷<$¬¶ðFZ®„¡ëœm °7øU)„¢lJÿˈI„\ZD7ÕXIƒ‰iI Å)â âë~Óù£(p<q*ri3®Q1¦q幨›6Ž|ä&¬^[MrɦÝîMîk›ÇÔÞj7Þ/N&ŠI·?I<Îy6ÃõU¡Óƒ±+Ò„ÑHRhgüs¤'äÒó*’gp ?(¥Mˆd/}FÕQ°ÈÔüØۊ뇑„,#—^ã^=Á£FÌÒn[K³øõ¤eœ†
+ó¶Ü
+€²Çª<”á]N­RT>PµsU\.at»swXx:t•`›GŸðB[ÂU‡ö fQi ´KzS | nCפu¡s!C[°ÉúÓ,L>ã)áSl —^Å^%fQ¹œuËFßÎ
+‰â"Ýv/£ÞrÁ#f¹¸€Z{#ú ]úyŠ½‚“8›ÁÅݶwôøíìúÚ+TaVÛ*ds žŽn,籯÷÷\pr Õ\*aô|Äuƒù Mܯ
+Í&µóÜ0Ì`i¾/KžÄ” ØühÚºƒ´€á.TQÔDHïœ(L%b; ˆË‚)HÆTqJäÒÏ»5cמ‹ºiåèïÛ¼åÚ[a >((À/†@¦@Þë°eg}RÄjf¿ûéN8®0s¬1Æ–E@\3ôk0Ñ9ŒÞ¸îÔ~'E.à„/äþùž½•Kí³–ÜžrónøEU©=d#gx¥ à«œ:^qÁ“‰ªë¯ü /ÎükÌàvè,8(´˜Øfì"•™æm7C øûTcmâO$ÂL|îùêjZBjq
+r‰Bï!‚§ÇD°z?Æâ6Ÿƒ~:-#éãi›ÛM¬ôf~Ý;ÞáB(«¾ö¬ÇÖñÕø:€«ˆv¼{ÄÅms9¯êðaË ®„µÉÛ¦×&bxî9ôŸ‰tŸjñØ<ÜêÚrÿ]".öǘó
+<¨öªRjØW…¢û÷ãˆïMnÅ•É€ïW­„Éûs\px Ám¡ã#£;uÈðHðÕÛ˸áâÚ²¬Ã‡­} ®9Ã6Úmp¥5042@‹éO÷f#δé2¾1ôÏ0ñc½œ_ÆtÑ¥þaË3]%ˆGWÙ¶}صOU x‚'4ç°ZÕT xWÁw yìƒÜ¦âocÁDáL0Q\Pú6ëU¡sxÇÐc°àÒ¦)•ç¸» e€cmÏáf9à˸R‘˜t>l‰«+¦Š}1ðË׶žS§=lSqýÅ@|h‡L$Zxܤâo¸Pð"*d’EWàÃV¤»*0¶7 q;(6j‹LPrá*žˆb¡Ï1FÁ_ê3Ôˆ¿_æãK¨0Ð
+~o)+ðas"²Þžƒ{Ùñ1C4l^»ÐfÒ1÷Õ7˜ìôƒÎ2n'±ç,9ŒcÈ8FïÉû8Ô
+ÃÑÀ¸Á¥‰bqšÖ_3þÉ|}*´†ÐgKwÆËc«¢;Û¦Û¾0Óêø§;áOl‹-èùÇOkô_‡|ß%ºÞØj #!5?å4®íxQ\qì¡ïÄ÷¸4;è_À„¯¸I95ŒÌY]·&B"4.Ïôïtÿy­q"TƸ¦\ŽjËx© úãºíØ& î²<™ÙÓr¬àNø×3ø,ëŽLîp'Âé agÁ”vs¨‹HÍÄ?n‚Š?DÕÿýïßß)·_™¯ Ó£`´‰›ÔûCú‘Ñ'g\c®eöÌíF“Ý6(ötƒèö›þ*.ÜØçŸpDÚóàü½'¿Éƒ{¼‘cÿƒÔÛ%þ9üö wÇbÈ2¥gŸ8ÍòkÛ¡§IÛ`í•X9Ì-²8xiÛÊi•‡»V>¿•ÜkË«‡»¶Ì§†mÇ𶟎M`aƒ‚§àé.ðœ“ÅÅ©§ #ò_g=CÁïiñ›V¡óáu nÿMù± Òc‰we*~#cù–ó©µÍô‘^q#ù¸çÆuÿ`jŸ(½OÛ/Ü=x¸ƒ´çᦻw*î{¸ß›ô>Q¿À2&ßç>ûÖwóÿ~Q½=S9Ül—Û ¿)¿s¦~σÛÑ¡æ~¤6ßÿüã~ùÔ3¹ô·ïÎ!Ä·ÿüåÓÇO¿‡Ìá—Oû¿<ýü˧ï®øòïï\yûéK/ïÎö-$|
+x®myô€-Ì7ðìx<%Â?º!dkè|•ÿÚQÉ"òRŠ}ôÈBá‚Dw­øaÎ?´ˆœ˜›hÃ#‹À÷™Ó"b´,"WÏ2BZTºùÔ²ónH1zº!.1ć&”‹Í™º?ƒ°ê–¿‚MX÷ Œ"˧&|¦òݶ.‚ºÌ@?F`º‚Ôÿ°þûÕ
+endstream
+endobj
+696 0 obj <<
+/Type /Page
+/Contents 697 0 R
+/Resources 695 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 590 0 R
+>> endobj
+698 0 obj <<
+/D [696 0 R /XYZ 124.802 740.998 null]
+>> endobj
+699 0 obj <<
+/D [696 0 R /XYZ 236.549 513.887 null]
+>> endobj
+700 0 obj <<
+/D [696 0 R /XYZ 124.802 481.508 null]
+>> endobj
+701 0 obj <<
+/D [696 0 R /XYZ 124.802 469.553 null]
+>> endobj
+702 0 obj <<
+/D [696 0 R /XYZ 124.802 457.598 null]
+>> endobj
+703 0 obj <<
+/D [696 0 R /XYZ 124.802 445.643 null]
+>> endobj
+704 0 obj <<
+/D [696 0 R /XYZ 124.802 433.688 null]
+>> endobj
+705 0 obj <<
+/D [696 0 R /XYZ 124.802 421.733 null]
+>> endobj
+706 0 obj <<
+/D [696 0 R /XYZ 124.802 409.777 null]
+>> endobj
+707 0 obj <<
+/D [696 0 R /XYZ 124.802 397.822 null]
+>> endobj
+708 0 obj <<
+/D [696 0 R /XYZ 124.802 385.867 null]
+>> endobj
+709 0 obj <<
+/D [696 0 R /XYZ 124.802 373.912 null]
+>> endobj
+710 0 obj <<
+/D [696 0 R /XYZ 124.802 361.957 null]
+>> endobj
+711 0 obj <<
+/D [696 0 R /XYZ 124.802 350.002 null]
+>> endobj
+712 0 obj <<
+/D [696 0 R /XYZ 124.802 338.046 null]
+>> endobj
+713 0 obj <<
+/D [696 0 R /XYZ 124.802 326.091 null]
+>> endobj
+714 0 obj <<
+/D [696 0 R /XYZ 124.802 314.136 null]
+>> endobj
+715 0 obj <<
+/D [696 0 R /XYZ 124.802 302.181 null]
+>> endobj
+716 0 obj <<
+/D [696 0 R /XYZ 124.802 290.226 null]
+>> endobj
+717 0 obj <<
+/D [696 0 R /XYZ 124.802 278.271 null]
+>> endobj
+718 0 obj <<
+/D [696 0 R /XYZ 124.802 266.315 null]
+>> endobj
+719 0 obj <<
+/D [696 0 R /XYZ 124.802 254.36 null]
+>> endobj
+720 0 obj <<
+/D [696 0 R /XYZ 124.802 242.405 null]
+>> endobj
+721 0 obj <<
+/D [696 0 R /XYZ 124.802 230.45 null]
+>> endobj
+722 0 obj <<
+/D [696 0 R /XYZ 124.802 218.495 null]
+>> endobj
+723 0 obj <<
+/D [696 0 R /XYZ 124.802 206.54 null]
+>> endobj
+724 0 obj <<
+/D [696 0 R /XYZ 124.802 194.584 null]
+>> endobj
+725 0 obj <<
+/D [696 0 R /XYZ 124.802 182.629 null]
+>> endobj
+726 0 obj <<
+/D [696 0 R /XYZ 124.802 170.674 null]
+>> endobj
+727 0 obj <<
+/D [696 0 R /XYZ 124.802 158.719 null]
+>> endobj
+728 0 obj <<
+/D [696 0 R /XYZ 124.802 146.764 null]
+>> endobj
+729 0 obj <<
+/D [696 0 R /XYZ 124.802 134.808 null]
+>> endobj
+695 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F13 624 0 R /F11 497 0 R /F50 400 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+737 0 obj <<
+/Length 8020
+/Filter /FlateDecode
+>>
+stream
+xÚå][oÉq~ׯ8ü@a»ï—û#^A^Ö$¶ä#®H˜GZ‹ZØŽ±ÿ=UÝ]ÕÕsæœÑ"!@»ä|¬î¯/ÕUÕ—éч}øÍ+½øiàÿú`&&e¼;„UJ‡ãéÕŸ ô›C•|¥•+9þr@XþÓ
+Òç³_-ÊXïÜáþðÊ„ lF‚ 0¦
+X øÿo^]{•bÉžŠÀÏVÙ˜rÆÜ›rhT9DQöÍÛè»Çx­ò>ëB´ô(X šH¸ƒ3ª˜4×´? ÆŽL„Œíà+*ƨÒ£`$h¢àNcTÉ%9"ågÁÊØD+Ð=¼Nåœ]b^z–¼„ͼÝÔ/.Xæ¥gÉKØÌ;Ð=¼fŒšþ$923¶‡/+c´¨'=KNÂfÖîà½hœòÚøô,ûT²~;ãýŽì!ÛS°˜Î®A£Csjºu¬¦Qü~<fSK9\›””OþpR
+ÜÙÙw²,­:\®ò‹±ÿ¦(«¡ŸX¯èYêa³^ týÊ[HÄ€ž¥ lvÝÁë´Š»¾óò³àelâè^P"ï"ÓöGÉÚ¡™”Á=œÔ7Yî[~–¬„Í´ÝÛTŽ¡°­âgÉKØÌ;Ð=¼†¢ÑìƒøYò6ót¯×Pj¸sùYð26ñ
+t¯U:çQ_~–¼„ͼÝã‹.Ù áž´Ï÷ Î+§óWù«òÁ<꬇•ì³|‚“>Á.}±­û„^ì¼S&˶™Ÿ¥^6ëÕ@wèUР?ÎdâågÁËØÄ+Ð=¼^EØ%УdíÐLÊàΉ¤ô,Y ›iº‡Ô¦Pl›ùYò6ótÏÜ˨ìgÉÏrþEØ<è^‡3Æh˜—ž%/a3ï@÷ðz•]1ƒ—ž%/a3ï@÷ðF¥cõ¥gÉKØÌ;Ð=¾è’Í>áI›ñ|Ÿ2¶ðu>è¼Íû›Uòe»Opg>¡³­û„^ìp+Z6Íô(µªC³R1¸C§xJRØFò³`el¢èÞ¬¢všm?K^ÂfÞîàÍF…’]~¼ŒM¼ÝÃëT±Öqçò³ä%læèÞ ²5zÔ—ž%/a3ï@÷ð”ÝÆgð³ä%læèÞ¬²‰‘õ™Ÿ%/a3ï@÷¬CŸw†ç ü,W" ›—"ºÇ­Û áž°Ï÷«â¾Îx˜ÂÐ}Ô EŠÛý?ómÝôê¼`P [;ö÷ü,uŠ°Y§ºG—³r!5 ~–¼„ͼÝ3çÕV…<|?Ëu2Âæ9ï@wñª01¸ ð.î¤r)el&00q¸àð.î¢RÉal(00q¸àð®=ƒÓÉ4Û˜vQ\l£ x7X˜âuž˜;¶ ft¯WÚjYg&fÔÞ3¦/Ùá)ž´%[ö¢‚éÆWùŠä ÀtûŠnnÞcg¾¢³]Úc¨ÕyÉ{ ÊmÒX/¤çI³:¶P,F÷è´µÊÍç€k
+!ÁMÀÄMà‚{À»¸ $ñ<?OÌ[3ºkبœp¾Ì›ÀL»À.¶¼‹Û©”¢ö‹‰›À÷€wqŸÆŠÍo&nÜÞÅOLñ7 îïâNª”<"üLÜ.¸¼Ë_]°)râ)›²Ág8­,̃¾Êi”¤Üãó §µŠÙlŸ_Ä3ŸÑÈ.¸Œ^›—ì3\Qº?ŽX00é ÝðÝòQ93â~–Ì„ÍÄÝu–~º b0¦Ó,.Ž³ x·ƒäfìP`â&pÁ=à]Ü…q4k
+^!»‰·¨ì<d y ›y…¤à²[x­Áp)8ÉËØÄ+%¯”ÝÄk•wiÖ+Æf^!)x…ì^aÈ(>m/púV`ì\´gAõµMªvŠO{Ïz‚AŽXXAÜúaOoáw ™)ª6î±°ú÷Z¯Dß Îõ.¬ÖP™D‘Dì]«|=êü2†…xÎæÉa4«ÝZ7$·(ÌI’NYr4q
+¹Á)$7qzUtš½c3«´BvoR9Ç\&^Âf^!)x…ì^ýÁËØÄ+%¯”ÝÄ‹ç 1R“¼„ͼBRð
+ÙM¼0–³#Æf^!)x…ì&Þ€giÊ\_Âf^!)x…ì&ÞˆçHf½blæ’‚WÈnrTÃÃxÚ^øh/.8 ègÍ×: °º˜ÇF—ùy†¿è0F‘ÎƨóËt>)—’™"ÆfÅ’Bñ„ìÅ ^…í™16ñJÉÁ+e7ñf˜ø‡<EތͼBRð
+ÙM³*£’›Q‚æYÕ³ª!¹‰f'>úÉ336³
+IA+d7ñUœÏ3/a3¯¼BvoÂŬI• šY‡œ ’›8³*ÆûIŸ›Y…¤ ²[xüÍy7ñ26ñJÉÁ+e79*aÈc<Ç^ϸl/.8z¨¨|­Ó€zWw]æçuî¢ÓE:s£Î/Ói$˜Û¦h…±Yù„¤P>!»Ié3hœÓ2c3¯¼Bv o¶*j?;+Æ&^)9x¥ì&Þ Bvi²hŒÍ¼BRð
+ÙM¼xȗɸ06ó
+IÁ+d7ñ•²ss;6ó
+IÁ+d·ðF©äiYŒ±‰WJ^)»‰×ªmžêËØÌ+$¯ÝÄ ¦'ÛY¯›y…¤à²›Æ¯°ä<žc7Èy\¶œtŒ6ùkGJ
+[èQçÑežã<³‡½è<F‘ΜǨóËt¦È ÕkȬx,%ÔŽå6­=kà s¤ÄØ\k!)Öž…ì6Þ¨|
+b!»×A¾z±oÍà‚YÈJj!½&3ŤÙÄ1¸à²’[HoãNÊgŒª&nÜBVr émÜ,Õ"Š lÁ<$%ñÝv4BCìQb™ÏF¸8!dåé!½ŒRšwa[0II<d·¹2a#È£<Ïž_yÄž¼D
+N'%`\4µ•m-¤·u2ÞK
+n)½;A'=QÜBVr émÜÔƒZ/êMà‚[ÈJn!½íÌ“Q7)çCO.N= YyìIHoã†àʆÅy«Ž-˜‡¤$²Ûxë1znoÌBVR émÜ·g‡½\p YÉ-¤·ma+Ø>Ë®°!½lW¾ûßµ¢oz\ñç=Bþm¿±1§T§/Z§~Æ«ä<¾}„×…Ô*
+pvç5mm³¢Ù­m ´…DÖí“€ ;| éà"VÊ\;!”pC‚ q0ãL6G!汨>‹¬é|-cÐkÖFN L ; Á„\.µé9-ª×ZãlD·¶ðæ»ÃÕ' •{ê#´¥¶åÁhZíʬ@ã=d­!¼R^B£Á91B„-!ƒ0j`ÏY%¨³v2€é¨XCJÔ§çtVÃÖ gæ¬5Hˆhu`ä²E;I0âý'Î
+`t ô=#ð ï)l„`2.‹qÁ9£³úµö8wd­=Þœf—}ÙIb éí àš!à†i%ôDìžyƒ¿ñB fƒ”EdÅH'ÄtÓÍ$ç„ £…N—c-i+×õéY-kØä̉·öÈxƒ™ÃûeÈŸ$ñEô¸­ _Ú_•ƒ
+¤ˆï”.ìüþ‚¬w¸,CŒRR}/ªç4Îw¬·ù0Öú•3Âû‚µ‘t„Ûm­T,&jÓr:«_kŽ³è­µÆwË`¼­ÜB$×~ùm¿`gb(cµ6¶_†[Š¶-<‰¯ë¹¯þÂé
+Z\5=9Œvñ<(ñP·¸X„Š²S^+•ìÓèeÌÖîÍÇ<î9yÎÔ ø¡‹º>ª ébÒ.Jà,Jô¦6·ì`¤p0xšP(nhQR½þÏcìm0L$AÇv/&Œ¢(ät©vß‹ÜD´=iGAsâ(7<–Z¨G¬ Û˜­xB+Á¹×–öRÎbâ~ÅgÈÉ´7•½î‡¢Œ©.¼6Ž+¾Ÿ»²„β”Cow‹—üfmŸX¯ÎŠõjq‹žÄÔ7Ò‹m·ÇQ ÎPÝK‚$¾ÀümB0pbäF“Ö–#0+ÐYŒŽ8/›`È㞪˜tlåm¥‚T¯‘Û²¦½ÉÏ'§V­ñSr¸Xá _“ˆË;XJ‘…$”’œüþ¼­?aUDH5àÖ‡ûþ©žh²k1¨ö¹¨æE& ÙÀ1µ;Ú¡0Øk0"®~¡µóª˜âCsS0§õ¤É-Ýêa°x¨¨ïG† ebN¡¾Víè­j˜òïÛf”.Ƥ1?[¯„@ÑM·°ë‚(†‹6´È
+Ð?R´gNª‹¡lé׃À¸õÐçnVè.éÁOÂ|­ßñ V9H&%{Î<
+¥¹¶¡^Ï¿óË”®}É,à¡äœ.|š² ‘L}ë_o>|¾¹yx} cøêÓ÷øÓ]}ÐûO§ó/RÎ,?IÙ*2ê±úô˜5Õ³`€ÕòZVõ©wØ ª×/ÁLÜX®­1ò¶&D2µ¶ÿ¾öfZ¯‚B·yñžóÜr¤€-2¿þüùÓçó·Ø&¹uzµ¯G½¹u Ö­ÖrzÀS÷š#žÄ}l\¹7¸™Ž—Ò$´CŸoH˦OSàÂP½ä·ÄŸÖ(JXQãþ~<’ýù‚s§œBû~_~?Ó sÿÎÌúÙ^˜Ì¨Íø"KÆ3µø¡°µº|ÆÝ`;=ãú±røÊ?C¸IhÂÈ‚žkÁ¦÷Çkú;¥¿^r\ *c\RÎgªK_CíqZ·
+«±áê x» 
+endstream
+endobj
+736 0 obj <<
+/Type /Page
+/Contents 737 0 R
+/Resources 735 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 770 0 R
+/Annots [ 730 0 R 731 0 R 732 0 R 733 0 R ]
+>> endobj
+730 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [269.573 211.378 276.547 222.226]
+/Subtype /Link
+/A << /S /GoTo /D (figure.6) >>
+>> endobj
+731 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [390.334 141.303 397.308 152.151]
+/Subtype /Link
+/A << /S /GoTo /D (figure.7) >>
+>> endobj
+732 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [418.008 141.303 424.982 152.151]
+/Subtype /Link
+/A << /S /GoTo /D (figure.8) >>
+>> endobj
+733 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [459.768 117.392 466.742 128.24]
+/Subtype /Link
+/A << /S /GoTo /D (figure.9) >>
+>> endobj
+738 0 obj <<
+/D [736 0 R /XYZ 124.802 740.998 null]
+>> endobj
+739 0 obj <<
+/D [736 0 R /XYZ 326.062 665.998 null]
+>> endobj
+740 0 obj <<
+/D [736 0 R /XYZ 326.062 669.585 null]
+>> endobj
+741 0 obj <<
+/D [736 0 R /XYZ 326.062 657.63 null]
+>> endobj
+742 0 obj <<
+/D [736 0 R /XYZ 326.062 645.675 null]
+>> endobj
+743 0 obj <<
+/D [736 0 R /XYZ 326.062 633.72 null]
+>> endobj
+744 0 obj <<
+/D [736 0 R /XYZ 326.062 621.764 null]
+>> endobj
+745 0 obj <<
+/D [736 0 R /XYZ 256.309 550.207 null]
+>> endobj
+746 0 obj <<
+/D [736 0 R /XYZ 124.802 518.906 null]
+>> endobj
+747 0 obj <<
+/D [736 0 R /XYZ 124.802 506.951 null]
+>> endobj
+748 0 obj <<
+/D [736 0 R /XYZ 124.802 494.996 null]
+>> endobj
+749 0 obj <<
+/D [736 0 R /XYZ 124.802 483.041 null]
+>> endobj
+750 0 obj <<
+/D [736 0 R /XYZ 124.802 471.085 null]
+>> endobj
+751 0 obj <<
+/D [736 0 R /XYZ 124.802 459.13 null]
+>> endobj
+752 0 obj <<
+/D [736 0 R /XYZ 124.802 447.175 null]
+>> endobj
+753 0 obj <<
+/D [736 0 R /XYZ 124.802 435.22 null]
+>> endobj
+754 0 obj <<
+/D [736 0 R /XYZ 124.802 423.265 null]
+>> endobj
+755 0 obj <<
+/D [736 0 R /XYZ 124.802 411.31 null]
+>> endobj
+756 0 obj <<
+/D [736 0 R /XYZ 124.802 399.354 null]
+>> endobj
+757 0 obj <<
+/D [736 0 R /XYZ 124.802 387.399 null]
+>> endobj
+758 0 obj <<
+/D [736 0 R /XYZ 124.802 375.444 null]
+>> endobj
+759 0 obj <<
+/D [736 0 R /XYZ 124.802 363.489 null]
+>> endobj
+760 0 obj <<
+/D [736 0 R /XYZ 124.802 351.534 null]
+>> endobj
+761 0 obj <<
+/D [736 0 R /XYZ 124.802 339.579 null]
+>> endobj
+762 0 obj <<
+/D [736 0 R /XYZ 124.802 327.623 null]
+>> endobj
+763 0 obj <<
+/D [736 0 R /XYZ 124.802 315.668 null]
+>> endobj
+764 0 obj <<
+/D [736 0 R /XYZ 124.802 303.713 null]
+>> endobj
+765 0 obj <<
+/D [736 0 R /XYZ 124.802 291.758 null]
+>> endobj
+766 0 obj <<
+/D [736 0 R /XYZ 124.802 279.803 null]
+>> endobj
+767 0 obj <<
+/D [736 0 R /XYZ 124.802 267.848 null]
+>> endobj
+768 0 obj <<
+/D [736 0 R /XYZ 124.802 255.892 null]
+>> endobj
+769 0 obj <<
+/D [736 0 R /XYZ 124.802 243.937 null]
+>> endobj
+70 0 obj <<
+/D [736 0 R /XYZ 124.802 188.528 null]
+>> endobj
+735 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F13 624 0 R /F11 497 0 R /F50 400 0 R /F55 517 0 R /F42 396 0 R /F52 480 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+775 0 obj <<
+/Length 7324
+/Filter /FlateDecode
+>>
+stream
+xÚå]ËŽ$7vÝ÷W$ h-*†ï‡Ù <`x#µ
+hØ´Ó®pßz}ý”¬ÝrLÚ²*_QF&ÍÔjK6Û^Ó~=D;4©
+ôˆ¬ß¢ŠÖtY¾² Ͳ="›7—¬I]–¯…,C³ì@ȃá|`Ù~=d;4É
+ôˆ¬ßt YwY¾² Ͳ="7gƒµåk!ËÐ,;Ð#²xE&{ßeùZÈ24Ëô€ìMSá7oªazÖT¸Íäl¯È~Í–‘-«!sNwZoÁd²¬ºJúWþùþ|š­.qg4,Æé-†)Öùwß¾ùÍ—é”·L8}ûÃÉè¸ ÆFùöûÓÞjõÅŸ¾ý‡ß|OÇ&âÑÅ>ißHÄyóûoÇ1¡õµ|’Z›Q™^åWã ¬ÞŒ6®÷ª~-Œ2C³Uè^åÌ–îCˆ/‡(#“æ
+Þ•$XºBºc³´€I#5yDîÒŒ-Ò>"mÍæsíÍ×B˜¡Yw ‡dšF„.R˜±EyÀ‡¤óæ|ÊnH3 ¥[¤|DY¥
+r®®Bºc³´€I»ÍšÂf@J3¶Hø4M]ç‘J @J3¶Hø¿ºiN†Ûx9Ùá8ÐCŒqŸæ8¬U[LéiÇa-rJ•8·:Ö»å8Z^µãp ­a’èd ÈNÆØÒÉ|heÉù÷z)§ß+²Ì¾3xD™}ÈÖ Ö!Û±YXÀG¤#-Hé1¡6
+]ÁÝ£‹X*iãŒÔíØü¶sèJî.Ý@;-Ušt›uSè
+î.ݼævîج+˜BWp÷èZĬVk)ËФ*xCT0wiºÍÅäÜ$Êج*˜BVpwé†Í…ùÕ24«žÌ=šÒ
+4£øs¶¤œ÷O˜‹‹úŽ¶ÍÒÖt·éx0¤ÖmU€¬CÎêR¾Rë@Ù]81g
+©µ]bj#cê?*u%ô›1ð!7¦kø™Ä#‰°»UúnÔúuú ›0TÜ<Î4÷½Á}o0÷ô=Ä ž¥hÇ&Uɲ’»Ga™ix34©
+ÞÌ=š´/2„¹®›T%sÈJî.]¿YDoS<бYW0…®àîҥ͊jjc†fÕÁ¢ƒ¹G3ª-'7×µc“ªdYÉÝ¥‹(ÕšùÝvlÖL¡+¸»t=¢c7Ç\›uSè
+î.?5l@sÏ›
+v7MÅMÍ–Q±Oô°m=é/çóú wÓ_ŒGºâ/F­_§¿ˆ¨nŠËXclî{‚)úžàîé{ x;ëvlÒ•Ì¡+¹{t³§˜n6h›t%sèJî®üF)Ú£1Wx€s†#¹"Å‘ì}Úè©ÑÛ4k3¸h ®Ôì}Ú ¡›|€‹¶àJmÁÞ§7 egmmÁ•Ú‚½/Ö~Ih;¸dÒ‚+SiÁÞ§maà–är€‹¶àJmÁÞåË„•hNå%æ„ÝÊmsrÓ¯P3¡ŠŸêXRÜröO;–Æù¼ŽÅÞt,ã‘®8Qí×éY4}:ëô<ð[úà`Ê.8¸»z?µŠ‹µëà¬,¹BZ²wi#=4V‡)„à¬-¹B[²÷ig˜h»Ô»ƒ‹¶àJmÁÞ¥í :GV³wëà¬-¹B[²÷iû-åf+ßÁE[p¥¶`ïÓNF™Y›ÁE[p¥¶`ïÒö
+®)Ï㋱YY0…°àîÓ5Èœ—Tt€‹²àJiÁÞçÙ†¥hÞå%&…½Ëm“rÛ» •ħyo„Ó“Þ…9/ñ.áÅÞÅÜò.â‘®y—QíWê]¼£/“–¸²ƒK/\Ù {W/ aÓA/Ö®ƒ³¶ä
+mÉÞ·Nb((´³Åéà²R"¸r©D°÷iG¼¤¸Ô»ƒ‹¶àJmÁÞ¥ô橇LÚœµ%WhKö>m‡dS/mÞÁE[p¥¶`ïÓŽ›q~­7ƒ‹¶àJmÁÞ§1@ìò¾;¸h ®Ôì]ÚY#ÑöKîÖÁY[r…¶dïópÂ^°›y‘iéŽæ¶i¹íiÐTxäOõ4¬ôÓž¦q>¯§Ñ7=Íx¤kžfTû•zšl1|ÒÓwp鉂+{¢`ïZ­UnËeL˵\Ú@pÅ‚­dïÒF‚‰÷œç%êÎÚ’+´%{Ÿv€©VK½;¸h ®Ôì};c—- .{Wn
+ì}Ú‰§ËqÖfpÑ\©-Øû´ý–s¶zÖfpÑ\©-Øû´í+ K½\´Wj ö.m«`Æ–Üu€³¶ä
+mÉÞç儽`Oó"ÓÒ=ÍmÓò
+m©±fS
+M5·5ƒK[ ®lkÁÞõž‚ÏI»ƒ³¶ä
+mÉÞ¥Méþn¶¥œµ%WhKö>mú¨Ë-õîà¢-¸R[°÷içM%:\gÒfpÑ\©-ØûvX™Mû´´y—=V‚+7Y ö>m·EoòlK;¸h ®Ôì}ÚD-c¬ƒ‹¶àJmÁÞ§ZÒù “6ƒ‹¶àJmÁÞgÇ…½h¶ôe¦…mé¦åëÿ]Cú®Åù(ü±EÌß´ó$uqh kÊã¨Uœ
+Ȯ͛ЎÓÊ£ÿhÚãmc*ëH‘“Œh\“¿ô¾îªC žµŽt¤GØbª[ hÍ/díÃ)ÑéF•á¯ñ h£€tÁâéÛA
+ ŒÝü,Q¸ÍéS@øאָsÕÊ$Ncˆtj>PXɃ9Ñí$JëP—¥[šŠ-ûÌjidfh:B¨vˆní×QQ5.íJmkû\íµ}b$÷Y–ÀxÀŸ'4£DËŽ#zt:*é<^Â0‚}!´“<:,a„‹ÒIJtë@QIËNªZR‡@ç Õº¯?[§
+pI—­MsÅäÕ¦yðÊÐxf«wž@°Ñ'˜ úZ¤n@ßOæ$ì%C÷åD2a¬Ñ6ÂÒ4éÆ"Ðr0X£(Gý^G)ÉîÏƨ¨@+첞µa.­~mÚpAý>ÞPdÖ1‡Z¼rzºˆDßÔ}"Íg4ä¾åe¼¥½<†ÀJiüI”Õ!-·vÔn°¨dfFi¨—×1HU†Ê½ýé±×awQÙf/Ý_kC†‚{Àó„!l‹ŠL
+R¨Gˆú‚Ÿ,)l“ßj4‹ëMÝñh!Q¹ô9ŸhLO3_±R#UŽá sCÿª¢ä/‰«GÇÇLLVNÏG°'OÝ®£… Mèz¹kÞJèÃUzmmO'6g:.5!)ᨚCèã„"êpt°ÀãT‚@®Ò[âð0‘Æ®‡mò4´(BC˜¢(ì࣑¡·„–²ðý}¸Æn~ŒíU„KE‡ñus[¢áL»Âú8¡å{Ôú%—(A Wém€k³!”¾šÛPÓZr.ÊÖ]j }œQ»%¼¨úá»(BÀ×o`_D›qK¦s¸|n§Ý•…—äú8¡v˾½äQ€
+ÏK³H>7«š)«±:Ÿ`'Á{/"}2Oß4›bicÚΕ(Ü
+
+³È×"š¡ÊPQí7ˆ\‡^ØRÑÖèáä¹Ö™¹/w[8ˆ\Q:ˆ,'ªGŽä\'*£•ïo­M³‚ŠŽýìqêyBi_~¤9ŽD“¬¨û gðJ“oï1.C÷í ÓH¿L$ˆ4µ«hs]/n@¬[îí(º®17ŽâàÈB.áC×eè¾`Ú°G5zq—õmÍ~°·YANåŒAïå³RݨÒ<´R–øL×Æetær ­å3-QPŒÖsó„f:"TSpW–TDäˆÜÀ;:-³ç¢ Ï2Œ‚ˆ×î -Œâ:ĺåÞŽÒ~Æ@Ϋ;¢P#t;t_š¬(ˆ½£¸‹úò’ßERt®•QZûH…&kê|I…²¨@ <™æ§'.£3—Kx¼‘h¶+¤!‰ž¤$+94ÆîdcŽ¾Ì±¡[Õq̦Q8étÍú4úY¤‰bŠ~²n´hÊ•s™H&‡§Í´VôûŠªw£èq Í9@¡¥ž9R7:•³‰ÛF4è°=´¶G5ÍëÕdòzMŠüÀÓ=ÞäÒ² Ù¾’¥…v*Ê ®£™ƒT÷}Ó$•{‚‹QJ4ò.òaCÇMÏðîê+™_T(éOj?²u[ú\Í|hw´~‚ê·¬LÉe8ûXçúnp)òC´õ"®¦×¯Óü ï®u­³±H¿õx‹J³c‰Ö á
+ŒÃøºM¥yLZB²®¹…«LZ&SÆë—PѯéÛÏIþÝõÑqžá@kt-p¸ÅFnjizÁIDd—ž$GJy|‰¯œr~’Œhãͼѩ²›ŸãÝÕÁ~–(í’DnžGô5ЦIÚŸà"—ðpâ|ŠKüÚ†qÁ°t–§|†w×­Öy†é4ïXOŸÅFß·äªéû]„•mê÷™¾ÂÊe•¯É?Ŧî™{!-â­óƒ¼»j…Ï
+—âT{3×¹4i zÍ£ûz Ê-*úD´¹¬²k8nû7Ò„&š’~—Ò‹Šx„w—Îä, H‹¯u¦ÿ
+ÍÐ)ZS)ó:Ö»Dòö¦äveaŠB¾[D<£¦·û,ñSÙ#¥ß]õƒç EªmÌ·¸–¢¡E„Æg_çÒJM„1§µ5Û1K7¸H³5¥Á/á"QˆšæáÅ3¼»­¬â,m¡áL'é£)ëŸ~»Ô¶Byj‚b±›F­kTŽèžç»+9DÏÕªÒ¡.*´õfO³hm²?8MQž&Óê¶kÚgß· Ü­²d ȤÓwgtÒ{9y–Ü$ªN¡:|¢ ×wʼnzÁ1X²ˆç¶û*fQÙljªé·ÃR©—µ[,?§0qêTïh¤ë§ô³Y»¹ÍÊQ·e:tQ$
+væÖÂG+—ͳÑiþ!¹¤-Åå¢ñÅ¡ŠB¬î6i~Mmºh¼,díPšÖÈôÛNó\jóOhüÇÍ쇾JßÞ:­½¶sÐBÈF³^;C'Ã{¤Àý ‘¼¡gr+_ôØj›CÅø÷©LóMÝJ°Ñ”TjÍriU"§ ÙM¡wEjñ cßDœ9À§É*ú­ßbn;­Àƒ¤‰ZK]ºü¬Nû–aF­
+SGïTZ4©@ Ë~%„§‚ÚÊ## âµm/6ì˜iµPŽÁ-Ÿtævª3jL1³¤>\É{ú'xâ+<ú>/í½Æ¦ƒ§Tr:–~`Yh6×?÷fsÊ·sÿþÇïßÿòÅLþÛŸ ÿ»·?
+Ý(nŸ®ÏG«f'AùýÇ?¼øîpQœ¨ÕünT½7¦ê•ŠNÅO‡²g¸ü²e ´Ž>”-[Ñ›xúøž{šüÝŠ(s üžæxŸíV|gÙèNI=ý(#nûË (¶¢'„q0¼Á\Ó~ú¥Ãv}édè ËÄÏËñµ¦50$µ04
+–õD›j M«5¾¦™9郆à­ÊtÁ×¥ŠðíòŽÿžï¿[5î„?GÇú“ör¦º´U%Ñçëf w
+Jþ¤FKËÁB_1âoïhEã i CE ý†
+š${]nq*Õ­W4“Ni Cƒv…u'h¯¤—Óâ”MÏôòFÚÓËÝÍ^>?O/o-¸·///wí™ <¿Í´àNÛ,|Ýò¶PÐÍ¢·%ª ÚÔÜé¢Ù²÷ J Îª&w¯£³ K
+Ϲ²ÊÙÓUüÍ®Òõ>SOùœÁÔÚaê0‡s|Ï…!ªÆAå(¾ |%f€öˆcv¯¿ÚFÚónÃÍw;÷½\Økú9”‹_×k‘÷½ûÝýŸ§å&ú@€~é‰6yCT¼’ m /;÷èc–ØÎGÑÖÕð^p)9è¤üùý?}h$5ý¸9-Z0ë¿~ýéŸÿó_~ºÿõ_?¾ÿë~¹ÿîñýo‘4ÿ‰n¤ÌrK¡þžMîníÇŸÄ?ßýûO¿üõ¶Þ¶må/ÕþÇxÿáû+Q>°·ÂÐâÃÿ˜líÒ7»ÿXþ?÷í;ž‰\”ïI¹|_þô#Š©I|ú»/îœóo¿}hÀû?*mßßÿZsûšãÛ·ßÕÿ‰êLϪiu·?lé —ãl~‡SKüõãw~ùáççï~ýéçUôÏ_˜ôö?êß[õ·Û“õ¥CÕèh!šci‰»vÓMÈÿ xáD
+endstream
+endobj
+774 0 obj <<
+/Type /Page
+/Contents 775 0 R
+/Resources 773 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 770 0 R
+>> endobj
+776 0 obj <<
+/D [774 0 R /XYZ 124.802 740.998 null]
+>> endobj
+777 0 obj <<
+/D [774 0 R /XYZ 124.802 339.692 null]
+>> endobj
+778 0 obj <<
+/D [774 0 R /XYZ 124.802 339.692 null]
+>> endobj
+779 0 obj <<
+/D [774 0 R /XYZ 124.802 327.737 null]
+>> endobj
+780 0 obj <<
+/D [774 0 R /XYZ 124.802 315.782 null]
+>> endobj
+781 0 obj <<
+/D [774 0 R /XYZ 124.802 303.827 null]
+>> endobj
+782 0 obj <<
+/D [774 0 R /XYZ 124.802 291.872 null]
+>> endobj
+771 0 obj <<
+/D [774 0 R /XYZ 212.279 263.976 null]
+>> endobj
+773 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F13 624 0 R /F11 497 0 R /F50 400 0 R /F55 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+785 0 obj <<
+/Length 7522
+/Filter /FlateDecode
+>>
+stream
+xÚå]KÉq¾óWô‘4©|? è"X`Ø.ða¥Õ;Ë%<=”†³òÊ‚þ»"òÕ]3]EÚÀ
+Þ'‹Üw‡YGoŸÒµ*FH§«ö+¦9®8±zIÙèô—LqB\’Àš~XŸÓ×L•0.ËÐ=ºNé0Ÿh¿âšŠÛ£-ÁBO˜ŠãškNL¨ºG7ªœ´™²ý’«HˆNpfV.{ã§è¸æª²„îÑ-*™íÔ×\wbB—к«öÁ+LvWÙ°‘6%w®ûvØÃaOUÚåÃ1*:4§¦[Güÿ~<¤©)ÜX”µ†ð s5Ê¿þöÕ/›EA=Ä÷?@žÀ`{0Üóí÷‡ï^ýæßþÛ/›Q•Ù
+CÌínÁž¹…®·âz‰^°[
+»²Áx«Bú²% —‚Jñ™% ȧÒ9í|Ä3ÒõÖH/ÒKv Á(°F…m5€hd”Œà] ¼(gœ!ƒ2¡=A©Mð®.N–˜öº @ìv™ ÜïBð.í¤L²´(C€Ðž Ô&x—vQIÛ@FeB{‚R›à=ÚÉ@o)´(D
+ò8Hd¢ªœI²œ»Eåœ(S투íÉ"EâmÒ[‚µBq`R“1™*ãnÑuF9ë¸jG„&±H‘x›ô¼*—ƒ¹âÀ¤&c2UÆݤ›T)E´ÝIUâ1QbnÑôÐä=Xt¦9 ¡Éx¤É˜›4­*9Êv41©Ê˜L–q·è²>? àó¶Á«laдn΢è ceá0Óš+»ÆjP³7A\º¼±þ¦= Žˆ¢{jæ÷Z_ˆ¶¡‚q*aeªfä‰e‰EÚ½Ð7Tê—é `¬!Œ(¢ñ L6>Ædq·4¾AL'Ñ»'&t9“t9w‹nÄež(|Ó€„*ã‘(cnÑL0æÊ>
+“=1¡Ê™$˹›töQÖIUâ1QbnÑÌ`êÖN&:1¡Ê™$˹›t¡7gÙŒ$U‰ÇD‰¹I3â–%Ñ„$5‰Ç4‰¹I3«˜‚lK“ªŒÉdw““b½x‹kìÄðëvbÕa@ ¥/ö!T#þ¤¿èœ¯ë/üª¿ ,]ð³Ð/Ó]Ü<%[߀„ãQÛcÌMã £=«°)Êç²!goÒ6`{cÈ""$Pjs.ÓæìmÚYÙ䵓Ú\h3.×fìMÚÖª¤Í¢Ü”ڜ˴9{›6˜FSb’Ú\h3.×fìmÚ7>¹E¹¸Ðf\®ÍØÛÆÍbÅ$G.FΌˇΌ½MÛ+ƒ^ Ú¸Ðf\®ÍØ[´™­žåy›2üʪMYu+XG~~™c‰ßqO:–Á¹Æ±„«‹[s,,K +öËt-ÆEåC½~`‹HLÞþˆ»©é㺔ž¯wá JeÎeÒœ½MìsXÌ!¸Ðf\®ÍØ›´qÉ :/»ü¥6ç2mÎÞ¦¡1šE¹'¸Ðf\®ÍØ›´a8¥uÑYhOPjs.ÓæìmÚÇ”d¹'¸Ðf\®ÍØÛ´„–¸ANhp¡Í¸\›±7iðN¿hk”ڜ˴9{›k#k1üË5vex˜u»²îbRV:ç/u1>ªîôIÓ9_×ÅØUCYºäb¨Ø/ÔÅd«ŒFFX\4CÆåͱ75ÃT.¹ˆ)
+¥6ç2mÎÞ´R¡ÁNûÅ ²þ9—-Vpö6mÜÑfå4 mÆåÚŒ½mEÈCƒÔrºÀźãò¥!ÆÞ¦ Ë,Š=°…21¹0q7éZˆˆC2òYOP*s.“æìmÚNypN²¾'¸Ðf\®ÍØÛ´ƒJ~1GàB›q¹6cosoÌVLs•]™^fÝ®¬º¬«”Ò—º™b•-îi7Ó9_×͘U7CYºàfX±_¦›±ShA® OpÑ—7EÆÞÔ ¼Q!gÙ¶¨b2aÆݦ 6Ú-&«\(3.—fìMÚw÷Y¹Í@©Í¹L›³·ihŒZ/´¸Ðf\®ÍØÛ6 8åòbˆÀÅÆå{{›vÄ—õ‚,÷ڌ˵{›6¤\ÐÒí.´—k3ö&íd”wN.p(µ9—isö6ÇlÅp3×Ù•áfž°+/Ñâ.7ë |‚‹Êf\^ÙŒ½©²sRÜŒˆ× ”ڜ˴9{“6úÎ:/é¥6ç2mÎÞ´ëFÜÝå¾› Ê7œËöÞpö6í
+# D µqQ '#BîG_pÌ©ºALðø <m)¦Të)x^&ǃÇc ´Ný%ug\Ä|èÇ<[/“VK…§HjˆŒ, CñÌŒß ¾¢XðÕL(ª ¹Ôͧ£&tÄHUñÙp¾e<Ol"C´ÝØAH7êvÄGO
+:"Œt—ÞIy›D*ÁLí¼¨ÇÖ.>Ñ_׳ò ¥kþTO5*k‡)f<¨ÐA
+ÚQÛº7µ7ˆ€>[Ï<çyà•âyj Y¼w ÐýT(¸
+i :j2¦zF§ì[
+¸Ì¼©Ûtì‹s:‚Qòm¸6¹¿„‚Ù5P›øvä@½BäÚK‡ä#·p0€‰1xd9Ì·µ‚T,D=¦Æ]`†]ºÌó8Â…fèÅI»r™ÃƔۈìŠ*ÎGŶ…' Š^Ij gÁ“5 t¦¬¤W .£Aã—ë8\¦á¦LH-â*6øsx"—iXyð„aˆïzº°Â{{>
+5fð¥`èFˆ¸ÖŠÏBºë¾:Ö…mÖ™óœrÅËS#hÈâ­„è_Tš©A½0¨\u@x+eo©3µóÒ¶:¿`‰N5?%á®0LüR'þA
+gŠZqŒX«}bÜJîHánúO#'¢ÿˆ@FÑ?DéºàöÌ@HDÿ¥P&Ç ¡Ë
+,9&ël×0"c$w¡¼Ë
+3b fÉ9œ ¨’éèX­‘ÁI¤bÌäÎËÛ#ìszª…rl‰Â(È›^=ЃB«žúnEƨäŽZÍtS¸-cøêÇ` m!žÂPÂð
+ÁVÅóò:ÖˆMDxÔ‰äêªx+:B«ƒxRgd \v@mÄ0ò7‰³3µeQ{®´£R­Áxo‡¦ÐÞºÆEm¶­t813[ÜJîHᮇyÕç§Ì"¡“„q jj¨@ÑÔ¢×
+ 'Y 5°c;2Yï$5âø)Ê$ êÇõ£Ç‚Ó³3Iœ‘L¶ƒ†ø„êÍ#›Dd¥™é](xd.‡ý¤Kom‰˜ûÚ¤ƒ ­XÆKn—9Ø^°G"ýAÔ!Š‹eÆž'fT%ìÉئB³ †Aœ?¡°uBÇvR£÷Ár"Y`òBfÉMhÈÖ['˜`ˆÞ:RÃ7T#NÞ±hy@ÇvHcË#΢ÍäÎJÛëþ,ïgN‚khoÇÆ0¤0"Z×Âø¤ûö‡É¨àÎz­Ã7çñîO„h@×8 ­m‰8mþ;"4ÇÂâ; _‰h¡Aj ×(9‚ºl­¹ BÏÍ5¡Ô0à·AÈèزÜóGÄY
+JnYڱ±âœZI|Φ&™òØËêÑQ×ÂÀx¿o¶!î@%w¤p·2fìW¿èTÏăvàié ïÂï{ÕpWç¶øEó M°mdˆþ=ãÔ=D'1æ–½ba¤³ 8K A ‹rn³¬žçž¦ä}îö®ôYgqœ«£ëlBßø>Æ,‚¡„_ª
+Ž‡—ËÂPH°çd…
+ñ¢Å©`üh<ò)*Ô Ñc0w¥ žW¸`÷¢ÃÃD¯âˆ·eÞ]z"ò1%\4um9ó"2r¾ `’6­Ž/S!X¯ƒ_*ùäRZ§b'OöJ*ø<gàÝÅfu(î¸Ä1ßÝ*ô~ú‡7¡ØøÕbUÇ>؈¾-
+ßʸìr7à(e‘‡w{ùI »{Û:°Â…¶J_ºÂÊTˆÎ\@뎳ÏY·s“V¸·ÕâØé
+.X¢ˆ1Ï»‹Æê$Q ,mŸ]!ç1¶{o.¦?AFGpQ~uŸM[#Ãà¸=“kÈ^…\Ì"ï.›Þ“€qÅßY³f§»§qx!`Äò[ãš8ÄZ965¾šhÒÚa};© ï"'ï.ú’G¡ dÛ65®Çy_UÀ„ô)´.4U„"®Û€eôå).UNá*®FWïdÞ]tŠ'@Mço…1JÃó`.dØ'¹Ü$† C\uÌãÜÛÀb\õ8^dÞ] ^–{€ÀC8…Ó€u]%·ÙI\b¬Ÿ³Bïä}Û³VwU•ÔfÈ`LÚÌ ¼q‘ ¥4ÿ&Î`Ðã qܸƒ _׬OýÕ"ˆ&mÁó¿PrJ½a4b0*/±Ú—f0 îƒ
+“‚öQ<{KWV¶Í£üæááÓÃù[VRPVP/ù +ú¬!S¿w¸BîXÄ­f6àÆDÜ´aJ©ÎlÄœ´L+¾Ñ
+`8hªé?‹ÏRà<34x•ŒÝ{Nºnßÿ‹à:p|±¯ Ö ÕFþý¥~€wÍðWoÀòäó—Ú—‰É~ÐË4‹ÔêC|ÞµÕ ~ýŸfÍœojÙÜÙÖÖ Ú£½bóÃ?çÁåö5ħ\'mypnõÁ‘âWypÏoÙþ 後ÿ_?ÈL½ÅëÜÞZÁ­·NcntG´ ¬F{!­·]ûðL+ï¤-­Ü¯¶rRü:­¼×àÖ¶¼x¸Ë–ywÆ€âJ1Ø@p7˜¿@)¸õ#BƒSiÚ\ àgq?ç<“¤h¡óîe4–hUôé™ÆÒI[KXm,¤ø•Ë׌§–m¦õtðc~Üsf‹š}ÐýÓÎë–ÂÃÅC¿|yæávÒ–‡W.)n{¸¸yÍ·:‘_kÁ÷ ‹¾çÝóß½LÌÂxÏÿöž•¡“UƒfŲ¢uop«vw÷¿‡ÑX«Ü©<¹¡FzüñöÃÇûNâ Â`·¾uÖß?þ×ÿüéãññ§‡Û¿#ÊTŽíS=%„¯.x÷éü{ÿóÇÏÿîç_ç;ž~ñWø™à§Rê뙀¿Ö?êíy»½ÿþBÎpî¹K9k™ÀÕ:cºZüÊjËŠ'oÒÊæ}ƒŸHq¶žX‚[¦k"¿ýønom½üË›oÒëoìÀÃó~5¯?ÿt÷ˆPªã}üÓçÛÇÇ÷ÚÅã¸á§ûí·¿¼±ùõíñF¼õú‡6ô]·ñ@3Ï ùù¼OfÜ =þþø©%Vyûõ=TÔ0ªÆíýþ¿^J_sž>4%%ªj-çz¢#ö`p”íŽÿø„•‡!·?¿?ýé®M‹ø×Ç÷÷ þ#¤˜_wΟ~Âìâ¯ïñ3ÔÑÇOUË ¾œæñY¶>7ü¨¨÷u¤?NÀ‡6eÃëon¸}¸½?ÞÒµa×;um€Ùô>”éwÕ'ìRxMõo·÷oœyý—ŸîOí÷ÇÏç5…}OùkiA
+£äïÛ/‹÷Ð!H¶WËý› 5˜×#y¸|üü Y¹øÎtý¶®™Œ3:à»› uÏ9“ðU"Söá÷ÇQÝqÿéáôþ®ºûÔå— Œv~¾‹ólWM3
+Õ2…Ë–éFã‹hÿKæiæáÌR¬X Ñ\ŸhÄe­6Óµþ\ ‹ôç‚¿õGÏÿ íÈ|<ø÷úxð4™<}<6àóñý]3.pç’á(øêÆ“†×aûß›•€ÄFK¸N¥|íæ ëÓÚÓz\jT`,¢Ò.]ݬ¶úÂÏ·§P?/›×eÇ·òœMÝ#‘á9·Ä[ÿ âþ’ÆÖ
+endstream
+endobj
+784 0 obj <<
+/Type /Page
+/Contents 785 0 R
+/Resources 783 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 770 0 R
+/Annots [ 734 0 R ]
+>> endobj
+734 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [312.128 309.618 319.101 320.467]
+/Subtype /Link
+/A << /S /GoTo /D (section.6) >>
+>> endobj
+786 0 obj <<
+/D [784 0 R /XYZ 124.802 740.998 null]
+>> endobj
+787 0 obj <<
+/D [784 0 R /XYZ 124.802 431.898 null]
+>> endobj
+788 0 obj <<
+/D [784 0 R /XYZ 124.802 431.898 null]
+>> endobj
+789 0 obj <<
+/D [784 0 R /XYZ 124.802 419.943 null]
+>> endobj
+790 0 obj <<
+/D [784 0 R /XYZ 124.802 407.988 null]
+>> endobj
+791 0 obj <<
+/D [784 0 R /XYZ 124.802 396.033 null]
+>> endobj
+792 0 obj <<
+/D [784 0 R /XYZ 124.802 384.078 null]
+>> endobj
+772 0 obj <<
+/D [784 0 R /XYZ 167.588 356.182 null]
+>> endobj
+74 0 obj <<
+/D [784 0 R /XYZ 124.802 295.634 null]
+>> endobj
+78 0 obj <<
+/D [784 0 R /XYZ 124.802 269.772 null]
+>> endobj
+793 0 obj <<
+/D [784 0 R /XYZ 124.802 231.626 null]
+>> endobj
+794 0 obj <<
+/D [784 0 R /XYZ 124.802 209.82 null]
+>> endobj
+795 0 obj <<
+/D [784 0 R /XYZ 149.709 211.757 null]
+>> endobj
+796 0 obj <<
+/D [784 0 R /XYZ 149.709 199.802 null]
+>> endobj
+797 0 obj <<
+/D [784 0 R /XYZ 149.709 187.847 null]
+>> endobj
+798 0 obj <<
+/D [784 0 R /XYZ 124.802 162.455 null]
+>> endobj
+799 0 obj <<
+/D [784 0 R /XYZ 124.802 142.299 null]
+>> endobj
+800 0 obj <<
+/D [784 0 R /XYZ 149.709 144.236 null]
+>> endobj
+801 0 obj <<
+/D [784 0 R /XYZ 149.709 132.281 null]
+>> endobj
+783 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F13 624 0 R /F11 497 0 R /F50 400 0 R /F55 517 0 R /F42 396 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+806 0 obj <<
+/Length 2134
+/Filter /FlateDecode
+>>
+stream
+xÚíZ[o¹~ׯ˜·Êm†ááöaÛ(ЇÀ
+4 PÙ;³ÖHŽ¤$öf÷¿÷pxgDYòv“]?8’gÏ÷Ë0¦ÕUE«—~ÿp6yþBÒÊ«˜ªÎ.+–hj+Mf«³wÕëéàâäíÙßQVf²’X­QO/Ó,Þ‘:M,çQæ˺éÚùòêvvÛ®uâÉ’ñïç/L¦¦æŠ(QÕ ·¤Ü+ãd  z]KJ§gš3u[ø§fqÂôôÓ LÛÕrÑùáƯ].Wþa±\u³¹^_ÌæíâÊ–—þX
+kíõ tàz×<‡¾!<êJ9õr9wÆhDb
+®¼©Ë›M»\¬ódɧgmð TJCô6ίK•RÉ”$ÿåUu3·e€ùÜÃî×ÍåÇù(™ßÌ—›utÏ9LÁYŸŒUÉQœ«$þc¶B§°#Ò†#ÏÛu ^œ¹XÞ´Í»`×jÙùÕ×ð,RõÂy̘}û×A@ŒbÌ
+¾¬zé %ÜY}®Ü´[!Ò)Á_fk” 6üéª Fê“•%*€Uój"$áRRÝËàXìk˜‚\æÔ«wf ªë`½‘õ‡Æ)`ê¿2‘ðxQMêáb=|³ÎÞqÂQ*.Äê­îÑêèå¡ê÷ÿü€/cß‚@n]Ôes¶¤aØ<¸ÀÅF>ð*¹6Í8K(ÊɧI$¤Â÷øVUš‰â{iNævIz‘`)lw‹n³hSŠfG-ã£ùóïÂ;?Z¸ `¢oÒ8øQhlmzvz‡&mœ€à˜²£®,ÆqTÇŒ4ŽX%õx“ îdHŠ–&5ùQü¡¬÷Ö û=Ý\æ‡4—àÒ.s Œëi
+˜y… ‹QL=[1iAË­¦8‘¡§`IID4m•Áž ŠsÉæ eç\Þ;qî½ðªJ™èU?Z æbjªcnª³ää?}å࣠dűQfÖdÉðvoÒC´\Ô"-ÔcÌyH+ìL–ôචñ÷<“+ˆÕ™î„î1Òâ—–S£˜Ï:’+}ç€Þ ½UI0Mæ’ñm¯T0Fû|™ À¶4ëc0Kr#K‘“ „Î EIåÀÎ(–›å†VM8Ï‹:#Æ~¾1ˉ¦9ßþr¨È2«1éòGI¸b• ª²ºÚùQÔ×—®Päæ™Ù)cåg‰É%0+OÜݨVäÇݶ“¹FI°+äáÜ_¹q;Ùð„Š,C~—Q`°C#î†Ýpƨs÷éyˆTx ’Túÿ¿ú¸ö G0âÂE (å•÷HxÎÖ!<»ŸüÙ­9¨¶ôÁoH÷ƒÈ>ÑAõãrò*ðíC¹§zê,w¡ 1Ö¿%DãðÕïa¬~C J=èS>'H|ëÙSF ås[ãúòiwv˜:(ë/ÛÁ†[Áïᦥ¿ܽèÂí’»Éü¸n6íõÏóö|5[Ý}qF®u1 »cHWX÷^ÝÔ€ùÐýŸNÅÛ™tuóüˆ½7‚o(¥›f0ÙêÇS;ÌÓríÚ)/¡7çÑ<éy‘RˆÃð·ör[—¾,¡8Ã(kõCðýiÿçª"ÆBÿåa1<Bp}!<¨ó?¾³ÿ-{pvy{ÿG hä”RÌËC!ŠºÈxºiýÚúéS?ìO|úGë<OŸZ¼î·Õ¶,9î)܉°Ó촄ΓÞl½iVíúú¾Ü.N$:PÁc­`õ°„mk 'B¢WÒºÄ÷/ýTç¶RuA,“:-¾®T!ç}®ftŸ«„Ÿè›"KSÜQBH=Œs¹\zyT_ëBÝžÙýqULç§Æ˜¶”98v¬K’Óïp¾+Uq”Õ€ÏÜÀàäÈ?i€ÛüäI0;y’ü!áàèZg|ÝmŒ%òVo½™­î Ñì3ô£ … |ƒË<m)5/ã˜F« S4ãÆ1Œ1Aùh¹>´^Ð~ºçÆ«6å«1lÚ•ûËÍ¥Ú+&1¿Zìÿ$aÆ™°O±à»ùrXü ƥȶ=-\ Âo÷î0•¨Ü';2î’Yc[šûuGˆã ™2÷ –aaõR™)†oñÖ°
+endstream
+endobj
+805 0 obj <<
+/Type /Page
+/Contents 806 0 R
+/Resources 804 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 770 0 R
+/Annots [ 802 0 R ]
+>> endobj
+803 0 obj <<
+/Type /XObject
+/Subtype /Form
+/BBox [0 0 100 100]
+/FormType 1
+/Matrix [1 0 0 1 0 0]
+/Resources 825 0 R
+/Length 15
+/Filter /FlateDecode
+>>
+stream
+xÚÓÎP(Îà
+endstream
+endobj
+825 0 obj <<
+/Shading << /Sh << /ShadingType 3 /ColorSpace /DeviceRGB /Domain [0.0 50.00064] /Coords [40.00052 60.00076 0.0 50.00064 50.00064 50.00064] /Function << /FunctionType 3 /Domain [0.0 50.00064] /Functions [ << /FunctionType 2 /Domain [0.0 50.00064] /C0 [0.85 0.85 1] /C1 [0.25 0.25 1] /N 1 >> << /FunctionType 2 /Domain [0.0 50.00064] /C0 [0.25 0.25 1] /C1 [0 0 0.7] /N 1 >> << /FunctionType 2 /Domain [0.0 50.00064] /C0 [0 0 0.7] /C1 [0 0 0.5] /N 1 >> << /FunctionType 2 /Domain [0.0 50.00064] /C0 [0 0 0.5] /C1 [0 0 0] /N 1 >> ] /Bounds [ 9.00009 18.00021 25.00032] /Encode [0 1 0 1 0 1 0 1] >> /Extend [true false] >> >>
+/ProcSet [ /PDF ]
+>> endobj
+802 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [230.545 369.489 237.518 377.902]
+/Subtype /Link
+/A << /S /GoTo /D (cite.tikz) >>
+>> endobj
+807 0 obj <<
+/D [805 0 R /XYZ 124.802 740.998 null]
+>> endobj
+808 0 obj <<
+/D [805 0 R /XYZ 149.709 718.084 null]
+>> endobj
+809 0 obj <<
+/D [805 0 R /XYZ 124.802 692.58 null]
+>> endobj
+810 0 obj <<
+/D [805 0 R /XYZ 124.802 672.311 null]
+>> endobj
+811 0 obj <<
+/D [805 0 R /XYZ 149.709 674.248 null]
+>> endobj
+812 0 obj <<
+/D [805 0 R /XYZ 149.709 662.293 null]
+>> endobj
+813 0 obj <<
+/D [805 0 R /XYZ 149.709 650.338 null]
+>> endobj
+814 0 obj <<
+/D [805 0 R /XYZ 124.802 624.834 null]
+>> endobj
+815 0 obj <<
+/D [805 0 R /XYZ 124.802 604.565 null]
+>> endobj
+816 0 obj <<
+/D [805 0 R /XYZ 149.709 606.502 null]
+>> endobj
+817 0 obj <<
+/D [805 0 R /XYZ 149.709 594.547 null]
+>> endobj
+818 0 obj <<
+/D [805 0 R /XYZ 149.709 582.592 null]
+>> endobj
+819 0 obj <<
+/D [805 0 R /XYZ 124.802 536.819 null]
+>> endobj
+820 0 obj <<
+/D [805 0 R /XYZ 124.802 538.757 null]
+>> endobj
+821 0 obj <<
+/D [805 0 R /XYZ 124.802 526.801 null]
+>> endobj
+822 0 obj <<
+/D [805 0 R /XYZ 124.802 514.846 null]
+>> endobj
+823 0 obj <<
+/D [805 0 R /XYZ 124.802 502.891 null]
+>> endobj
+824 0 obj <<
+/D [805 0 R /XYZ 124.802 490.936 null]
+>> endobj
+82 0 obj <<
+/D [805 0 R /XYZ 124.802 444.617 null]
+>> endobj
+86 0 obj <<
+/D [805 0 R /XYZ 124.802 398.892 null]
+>> endobj
+804 0 obj <<
+/Font << /F50 400 0 R /F55 517 0 R /F8 399 0 R /F11 497 0 R /F42 396 0 R /F52 480 0 R /F43 398 0 R /F14 452 0 R >>
+/XObject << /Fm1 803 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+828 0 obj <<
+/Length 2192
+/Filter /FlateDecode
+>>
+stream
+xÚíZÝ۸߿BW €]D<~؇
+è(úrè¾´¹<øÖÊZˆ$çl§‹Eqÿ{‡I‘²ìõ:ÙÍÞKÃáp8óã|P‹³» go¯ðè·¸¹úþ!2ƒŒ¤2»ùMa"“Æ ITv³ÌÞÍšÅæãõúSýy;ó0ûï7WpF2*0’Je
+3$1Ín›«_2`|›uÜW1£EvŸY²AÂ
+ÿßFc4ø×dW”Zy‚g Ì ÍêìŠ Ä„Àªãw©fT’˜ç_½x«Òðf Á*ÄËwoQ»t?‹{¼Í®òt0OgæÑËì¹üð[>ÈŽ&§¢W‰}òÉí8ÃDhú7ÏÞ[ˆJ$Á߃q›ˆF0RDhšQŽ´6(qx`YpJ Ø=`Ä¥åD¢‘„yl(~A˜hQ»JÑ “a5O°‹y“WÛKo­·ÜœšH)+DÚßuŒO¯HoYnã˜hï—ðî\ÊÒç
+B¼ƒÃRƒBžtvRööÕr/r5ÃúSˆÐ¸¿ã&"¦hü1 ±úÇî­Mh>xç>zçQøžH J #T&G`™©Ô ƒ”ä$¨è9þòXÎJ#bØ%g¼ÞœQ\rÆ3åŒâ’3ÎÊÅ%g<CÎ(ÎÈQø>’3¸FÊ$9cW5å£ý„)}É ÏŸ(ÒDtÃ5š{ô¿uÄ7Á–G|—.Ãg ƒ´0’eI-io¸4†`H)î1æô³ÿmE‚©ýtPˆ¢¾tqŠo„ÎKö°ZSÂUŒL¯ 0=[ŒKÏ—Âòé¹cï¹C³2™„ã(›ÌÖhöÀu ?µá ˜¾$•ßZR¹´!Ï–TŠKRùÒ¤riI¾~R9«!Âû‘†C\Ç&J*Û_>/6壹s8<ü玡oEì:ŠüiŸ²ÚçkÒ‚>n#‡ˆé‰uDŒzË0;¢­&X›´Â®|°TâGD Á ÙÒk“–IkìÏY´%O‹´sÓ9›3k£i‡k#pÆfÆgÕFB„õßÅ â»x!|/…ïsÂt„´)|Ã"„ h„ïݦZ´wõÑ@ %Ìd°Î«rzÕÎ0N©1ŒÐÃx¶êCðä½²D„je IA$·¾ð£T2ÓzS¬i,©J@ÌÀûZLÞ'*ÏL“xEð¢Ð„™}-žëÎ<òç\h1N@ê·Gp.™RHAÎ?9 v8bà:Ðüw„£âËqT|9ŽŠ/ÇQqŽI«êz!"-«E³n—ÑQY‚ÎK¤A‡Â“Ö,þø¥“|4|,ö@±.%S“¿¢¼A¬}tÂv,1Ί“ …l'á'†VƒO~‰4„j s¦ô¾Š'cÌ Pp8³q¥¡‰›FX:+hÇN TnU®ÁìFü±W< öŠ¯ˆ½ây°Wœ½GÀ'`_4þë¾Oe»[Ü­ÛcéÛ.È´Â^üþt¨ Æ:#ˆ2Âu‡ p-e]áL)ÇÌÁm‚81ùxýÅ¥’ ­˜ÝRàPb $Dµ•Tw·Œ Âct€L
+Š~_HßmoºQœìVU›Èá<Ïs‰±WãúN)¢ÁL îçüyBÕ¼û»D•®º½]Ôå5}ó¡ªë뇲®×÷ßiüÝÏõâö㻓ëî±Ó+ïö“Îÿ5 ½OBŒÿýþpfb?jlÃÔÏx!
+¾"ÏþYµÖšÍ¶»9£³ëút^Ð#'@É¢Ýàwã‡5ìgÚ9™Ýõ^®{¹¬“ 8x°2»{gØ |Ú”Ëò'Lx[.{JÕö,7•³,±j8²1Àÿ㾆p|À,nü?M,3Šé9óÏ;;+8¯ÞO;Póz»®«#íÜÆ~R³qø„þˉx—½ïâðòk…íkµ^Û<R÷p/J!ª)’Øb¹ÞíÊÇa;oòc¸ߧ[Û ÚOØÔ (>šâdY¶Û²~è£Æ‰†)œa( †’TcC Ú1æH‰ÄPõzýdC#Î0”KðßÖNƒò‡ÑQ•j±]=n;Ñ^ŠŸnßçúßojœHýà "Šisä´f)bÌ9–zq)Rÿˆ¥ìGrä¸f)"È9–
+endstream
+endobj
+827 0 obj <<
+/Type /Page
+/Contents 828 0 R
+/Resources 826 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 770 0 R
+>> endobj
+829 0 obj <<
+/D [827 0 R /XYZ 124.802 740.998 null]
+>> endobj
+830 0 obj <<
+/D [827 0 R /XYZ 124.802 407.174 null]
+>> endobj
+831 0 obj <<
+/D [827 0 R /XYZ 124.802 409.111 null]
+>> endobj
+832 0 obj <<
+/D [827 0 R /XYZ 124.802 397.156 null]
+>> endobj
+833 0 obj <<
+/D [827 0 R /XYZ 124.802 385.201 null]
+>> endobj
+834 0 obj <<
+/D [827 0 R /XYZ 124.802 373.246 null]
+>> endobj
+835 0 obj <<
+/D [827 0 R /XYZ 124.802 361.29 null]
+>> endobj
+836 0 obj <<
+/D [827 0 R /XYZ 124.802 349.335 null]
+>> endobj
+837 0 obj <<
+/D [827 0 R /XYZ 124.802 337.38 null]
+>> endobj
+90 0 obj <<
+/D [827 0 R /XYZ 124.802 303.988 null]
+>> endobj
+826 0 obj <<
+/Font << /F55 517 0 R /F8 399 0 R /F50 400 0 R /F59 539 0 R /F43 398 0 R /F52 480 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+841 0 obj <<
+/Length 1655
+/Filter /FlateDecode
+>>
+stream
+xÚ­XKsÛ6¾çWèHµ&‚A²™Ú™¤MMf¬C;Ž4ÛS¤†¤»™ü÷îbŠzXqšø`â±»À¾¾]ˆÏnf|öû î¿¿-^¼|«åL–'‰œ-®gBj–q9K¹aBæ³Årv%LÍ/¾|+ô”VqfT’QC$I2%IXžf¢X.×u;\¼ÿ°x÷þ¯óËyl8>üºøƒX³YÎr# 2ÆÊ0#Ô,S™¿Çâ¶êç±R*¢¯Ž†[K «¢jh„G UsCe»ZÍ’Íc­uônØeßôvI+Eï¯Ï'—àp¼a èèŽÿ(”ö: ñL*– 4N_¢q›N¯²m»eÕƒíiáó–i—ç#O8?ãðŽ„n‹31nÇS†h¾¼Â­Ñ±á»gÓñ¨”&ζ;¡¸>Pü¢lë¶{}UoìÙªèî^»+ 3­Q2KµgúÉíP
+øŸ&J÷xvÜ £1šþA«µ:º,špg‹euýx$ SÉ”Iƒ_k‚N˜0:}ª†Û#²â<gIž"÷PÝýÛµýlïm÷H°R<T`0j¾¼¾`Œ]> À<¹Ë”œe2 é™ û9ù7„a°æ‰Ûb÷Ð÷9—ÿùÄíŸp6D2ËrãÀMpóíÞF
+l_qÞ—•%Nªïá°Á•˜£P¿õ”+_Åj]Û³ôБµ¯¹¾5VOÜÉ]HEPu5V®õfîúW©Ûc©¯ Ü’ik1阿ªÀHŠÀËŽ»Ì S©8D÷ññ±%ÆÖs,*Wö¦jŽÝðžžê3âìº*!Ríß%,3f¯©üqBäc.
+9$phèðeÉǤ×<O‡`’§â(ÇäŒ\Š‘C1isòVÖ58ãðÑ(N1@{añ ã9àñ¡EròMðꨬgøÝ`?Yןôú±‡Í:l?¦ŸõÐÙélÆžNç õt:×QçêíŸ=Öµ³6 ’ÝUÕ  <
+endstream
+endobj
+840 0 obj <<
+/Type /Page
+/Contents 841 0 R
+/Resources 839 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 770 0 R
+/Annots [ 838 0 R ]
+>> endobj
+838 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [214.687 375.511 229.41 386.36]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.2) >>
+>> endobj
+842 0 obj <<
+/D [840 0 R /XYZ 124.802 740.998 null]
+>> endobj
+94 0 obj <<
+/D [840 0 R /XYZ 124.802 716.092 null]
+>> endobj
+843 0 obj <<
+/D [840 0 R /XYZ 124.802 681.223 null]
+>> endobj
+844 0 obj <<
+/D [840 0 R /XYZ 124.802 683.16 null]
+>> endobj
+845 0 obj <<
+/D [840 0 R /XYZ 124.802 671.205 null]
+>> endobj
+846 0 obj <<
+/D [840 0 R /XYZ 124.802 659.25 null]
+>> endobj
+847 0 obj <<
+/D [840 0 R /XYZ 124.802 647.295 null]
+>> endobj
+848 0 obj <<
+/D [840 0 R /XYZ 124.802 635.34 null]
+>> endobj
+849 0 obj <<
+/D [840 0 R /XYZ 124.802 602.271 null]
+>> endobj
+850 0 obj <<
+/D [840 0 R /XYZ 124.802 602.271 null]
+>> endobj
+851 0 obj <<
+/D [840 0 R /XYZ 124.802 590.316 null]
+>> endobj
+852 0 obj <<
+/D [840 0 R /XYZ 124.802 578.361 null]
+>> endobj
+853 0 obj <<
+/D [840 0 R /XYZ 124.802 566.405 null]
+>> endobj
+854 0 obj <<
+/D [840 0 R /XYZ 124.802 554.45 null]
+>> endobj
+855 0 obj <<
+/D [840 0 R /XYZ 124.802 466.45 null]
+>> endobj
+856 0 obj <<
+/D [840 0 R /XYZ 149.709 468.388 null]
+>> endobj
+857 0 obj <<
+/D [840 0 R /XYZ 124.802 430.096 null]
+>> endobj
+858 0 obj <<
+/D [840 0 R /XYZ 149.709 432.033 null]
+>> endobj
+859 0 obj <<
+/D [840 0 R /XYZ 124.802 329.491 null]
+>> endobj
+860 0 obj <<
+/D [840 0 R /XYZ 149.709 331.429 null]
+>> endobj
+861 0 obj <<
+/D [840 0 R /XYZ 149.709 319.473 null]
+>> endobj
+862 0 obj <<
+/D [840 0 R /XYZ 149.709 307.518 null]
+>> endobj
+863 0 obj <<
+/D [840 0 R /XYZ 149.709 295.563 null]
+>> endobj
+864 0 obj <<
+/D [840 0 R /XYZ 149.709 283.608 null]
+>> endobj
+865 0 obj <<
+/D [840 0 R /XYZ 149.709 271.653 null]
+>> endobj
+866 0 obj <<
+/D [840 0 R /XYZ 149.709 259.698 null]
+>> endobj
+867 0 obj <<
+/D [840 0 R /XYZ 149.709 247.742 null]
+>> endobj
+868 0 obj <<
+/D [840 0 R /XYZ 149.709 235.787 null]
+>> endobj
+869 0 obj <<
+/D [840 0 R /XYZ 149.709 223.832 null]
+>> endobj
+870 0 obj <<
+/D [840 0 R /XYZ 149.709 211.877 null]
+>> endobj
+871 0 obj <<
+/D [840 0 R /XYZ 149.709 199.922 null]
+>> endobj
+839 0 obj <<
+/Font << /F42 396 0 R /F14 452 0 R /F55 517 0 R /F8 399 0 R /F50 400 0 R /F11 497 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+876 0 obj <<
+/Length 2426
+/Filter /FlateDecode
+>>
+stream
+xÚ½YK“ÛF¾ûW°r §buØ/6i×’Z;å6®²[±}àH­Ë©%©ÌL¥òßhtó!qfå”k}°ú¢4ðèI¢»(‰~y‘œýþ¼~ñã[®¢œå©H£õ.â2gF¥‘IRÆE­·ÑÇøSÂÍÍçõ¯Ãw?¾Í&ßàHº£}{“ɸioVB›¸¾á0>MUÓw/aldüþnw„]\¡ÍS½µm×õÖ/ímÙömÑ–Õ#­TE{giNè€yY|:àÿ·°’ÅÀ¥ÉVœ³\k’°*¿ 0’¹Š–Ð?.¤¢%ä¿¿ûð©} vÑAÛWD2µ†`&5ay“™‘ Ó)4ŸàìK6šÉl0*OˆÀD)ËÌF«K–r¯—P—\2¦V*v³‚=g~²=jº/ü  + šè¾¦É‚eiãX´]Yß9+¯¸2L¨¹­ûÆÑ7°U©Œï÷åÙìqªàŠ-­ošÃ±²½¥åÞ>ô´~[tvëië-­mú­›žvZ‹‚KMM+k'‘HK”ˆV‚qåzãv4ÓRG“åï¬ÊCÙÑN#‘æLãUJ‰ÔöåÆùµL—탭=¶¶³n¿/ú²©ÁüŠ‹øg»kPw!uÜï-Qû Áa6‹M¤åm[н`iØuœ—¼¼¬'°ŒK—Ðn˺@ãbÙÑ/XÝ0´³Û
+±¶È'ÍÕ®š#„eñ?è'çL>a
++Å%¢8K¸r¹›´¨L°h_ÖË6¥s¸eðÄæD 7Eý}Oœ:ÏYHG
+Ù2Ÿ;ëÑÛ§·ÎǾð“º!ê˃ ±?ó‡¶[μY,ºÐ‡’Ò¢J}’ÆQ¿/°qT`ÃÚ.8Or¨ŸÄß _ÁÄ‚KêdQ‚"\LÆ+‡É)T4. `eÝQÒMöRFh¿s&=·0Šê‰õì’s“‘ní]¹ÄQä,˪?1Øÿ‚øxŠ%àªê8punGÃr)篰 „¦#Õ“XKH
+*ZeCOLµƒÂêìFfîh…â
+‰ƒ‘ýƒE@±è’]ïupÍ5ñeµ —áà|3÷xÂææÿ`æ•“œi— ûP¾…qelxs¸<úˆ<á37ŽP3\ãçÐV僻¬GÇãvî¹n(Œq©¬qª¼-È-¡à¬‰° ›rU”˜&0Ò.ƒ® ?C“ä$MJ¥>d·'¯xâIÌ÷)"¢„ 1Èâ¾pA“™eþmT³ñ…oB+–Ž8[þ0!™¡Ç“>þö~ýî·}øL âm¡£” =G´Ë˜ rü“à™ÊLåk}tÅÁªPv^^|–1½T,Kó¿r#
+%Ò¶ï½Ká•}I;(ž»Ä¶ó+›¦jZLE· }ò¤Þß^KáSþÉ_[éûÅQm²ôCçØRí9(ê3×ÑÖÖ•+‹¸™œ#¦þ&ˆéS˜àõ•éŸ2=–a8)†Æ„æîí~'ÀON¤ ð9Uc€djúpž¹§y·Šb2º-ê¯p¢%<ä4œ¼ìg%Ýפe€ ¨»‡^ÕWœxq·îņ<9ìÈx½Ô;¤PHs}ë0ÚØEÌ“Éj÷”¨;.ÃÀ«‰ãºÁòÍXøh@¸¢œïb£{ÅñÏ2Í^® ?O2#¨qòw°€ðwì ðmÿP
+endstream
+endobj
+875 0 obj <<
+/Type /Page
+/Contents 876 0 R
+/Resources 874 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 888 0 R
+/Annots [ 872 0 R ]
+>> endobj
+872 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [234.64 599.584 267.074 610.432]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.5.14.22) >>
+>> endobj
+877 0 obj <<
+/D [875 0 R /XYZ 124.802 740.998 null]
+>> endobj
+880 0 obj <<
+/D [875 0 R /XYZ 124.802 490.991 null]
+>> endobj
+881 0 obj <<
+/D [875 0 R /XYZ 124.802 450.587 null]
+>> endobj
+98 0 obj <<
+/D [875 0 R /XYZ 124.802 373.439 null]
+>> endobj
+882 0 obj <<
+/D [875 0 R /XYZ 124.802 299.259 null]
+>> endobj
+883 0 obj <<
+/D [875 0 R /XYZ 124.802 301.196 null]
+>> endobj
+884 0 obj <<
+/D [875 0 R /XYZ 124.802 263.393 null]
+>> endobj
+885 0 obj <<
+/D [875 0 R /XYZ 124.802 265.331 null]
+>> endobj
+102 0 obj <<
+/D [875 0 R /XYZ 124.802 219.565 null]
+>> endobj
+886 0 obj <<
+/D [875 0 R /XYZ 124.802 169.295 null]
+>> endobj
+887 0 obj <<
+/D [875 0 R /XYZ 124.802 171.232 null]
+>> endobj
+874 0 obj <<
+/Font << /F14 452 0 R /F8 399 0 R /F11 497 0 R /F7 523 0 R /F10 479 0 R /F9 878 0 R /F47 879 0 R /F50 400 0 R /F52 480 0 R /F55 517 0 R /F42 396 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+894 0 obj <<
+/Length 1845
+/Filter /FlateDecode
+>>
+stream
+xÚ­XKÛ6¾çW¸9É…Åð¥WŠÒ¢)ÒS.Pô‘ƒ"s×êêáŠR¼Û4ÿ½3J–míf±èIäp8Î㛡øêfÅW?¾àþûÝÕ‹Wo#¾ÊXËxuu½R³”ËUÂc&d¶ºÚ®þþJçw¥ÝçýÇÛ.?¬ß_ý´Ò K¥X…B°,Š<382¯Ã˜ó °¯…dB«8Ý„S<M$p·=”ŠegÛÃp
+ ;/äðÀßàÖéã÷ÕÛtv Œ’–)E’߬C¥¢`°æz¨p¬s—×ûÊÐ…ß}g¬iÖ2 z³õK }­)ú²mhsÌ"¢v¦ó2ò¦iûy,1åãʾʋQ\cò΀ŸÞݶµãVÁ6ïs°_‡2 ZÐ
+ÜÿóÍõ¾jñú¡ó¼»F²˜ÈÄÔ³õÃqßÖô¦«ËÆxòh#ˆã5%&#ÝËÜ)‹S=®ƒÆ¯ÚnAŽ’,ãÉÈv¿$Fªé˜ª¬ËQó|èÛ¦ȫê~ª`ãó#‚lL¢S›ä.6Áà*I¼~ï ª’øhP·†T6E5l'†~×ZC«‡’bà,`$×LÄÏ Å’,›6cž»cÓA¹AUÑá
+›—$·h y;ÈaH´÷¶75Žã
+ßT‹ ’ÂX¨g&c8n?¹à ¨á\»k‡jKcçY€gÇáY¸øM.]EÔ2øÅŒdLñ©MX‹XL+×h7Ômç™ËˆáR+BÆ£ÔtEÓrÖþ¨±ýQ^î±›¢h~õœJ%ÚäKèSßR:­„QðÆeˆ¯P‘Oá­•8& Qge+šË—R0•¨§%|8r‡"u0áö̺‰T@è0èc¹uG§P¥i¡1\º˜F„@² È©0( òˆ³½&æ´û‚Êf’²ic°-¹èòxpÿr³Ç‡ØÙ?ÙíPXøY¿þŽz˜Œ° G$‡ Ü|K£Ò/mó×ÐŒ„A5M²ç×À4™z1j³©¥Ù±‘‚ÉUéu3)1´_éT†o/ía †ð뿇Sõ$hË áÓê´nå¾Þù8‡´™üUyªÔØ–xGNoL L
+endstream
+endobj
+893 0 obj <<
+/Type /Page
+/Contents 894 0 R
+/Resources 892 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 888 0 R
+/Annots [ 873 0 R 889 0 R 890 0 R 891 0 R ]
+>> endobj
+873 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [301.819 661.352 316.541 672.201]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.5) >>
+>> endobj
+889 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [387.893 529.845 402.616 540.694]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.6) >>
+>> endobj
+890 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [210.204 517.89 224.927 528.739]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.5) >>
+>> endobj
+891 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [173.176 375.971 187.899 386.819]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.5) >>
+>> endobj
+895 0 obj <<
+/D [893 0 R /XYZ 124.802 740.998 null]
+>> endobj
+896 0 obj <<
+/D [893 0 R /XYZ 124.802 716.092 null]
+>> endobj
+897 0 obj <<
+/D [893 0 R /XYZ 124.802 718.084 null]
+>> endobj
+898 0 obj <<
+/D [893 0 R /XYZ 124.802 706.129 null]
+>> endobj
+899 0 obj <<
+/D [893 0 R /XYZ 124.802 694.174 null]
+>> endobj
+106 0 obj <<
+/D [893 0 R /XYZ 124.802 504.946 null]
+>> endobj
+900 0 obj <<
+/D [893 0 R /XYZ 124.802 432.703 null]
+>> endobj
+901 0 obj <<
+/D [893 0 R /XYZ 124.802 432.703 null]
+>> endobj
+902 0 obj <<
+/D [893 0 R /XYZ 124.802 420.748 null]
+>> endobj
+903 0 obj <<
+/D [893 0 R /XYZ 124.802 408.793 null]
+>> endobj
+904 0 obj <<
+/D [893 0 R /XYZ 124.802 363.027 null]
+>> endobj
+110 0 obj <<
+/D [893 0 R /XYZ 124.802 313.22 null]
+>> endobj
+905 0 obj <<
+/D [893 0 R /XYZ 124.802 274.906 null]
+>> endobj
+906 0 obj <<
+/D [893 0 R /XYZ 124.802 276.843 null]
+>> endobj
+907 0 obj <<
+/D [893 0 R /XYZ 124.802 264.888 null]
+>> endobj
+908 0 obj <<
+/D [893 0 R /XYZ 124.802 252.933 null]
+>> endobj
+909 0 obj <<
+/D [893 0 R /XYZ 124.802 240.978 null]
+>> endobj
+910 0 obj <<
+/D [893 0 R /XYZ 124.802 229.022 null]
+>> endobj
+911 0 obj <<
+/D [893 0 R /XYZ 124.802 217.067 null]
+>> endobj
+912 0 obj <<
+/D [893 0 R /XYZ 124.802 205.112 null]
+>> endobj
+913 0 obj <<
+/D [893 0 R /XYZ 124.802 193.157 null]
+>> endobj
+914 0 obj <<
+/D [893 0 R /XYZ 124.802 181.202 null]
+>> endobj
+915 0 obj <<
+/D [893 0 R /XYZ 124.802 169.247 null]
+>> endobj
+916 0 obj <<
+/D [893 0 R /XYZ 124.802 157.291 null]
+>> endobj
+917 0 obj <<
+/D [893 0 R /XYZ 124.802 145.336 null]
+>> endobj
+918 0 obj <<
+/D [893 0 R /XYZ 124.802 133.381 null]
+>> endobj
+892 0 obj <<
+/Font << /F50 400 0 R /F8 399 0 R /F11 497 0 R /F55 517 0 R /F42 396 0 R /F52 480 0 R /F43 398 0 R /F14 452 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+922 0 obj <<
+/Length 2664
+/Filter /FlateDecode
+>>
+stream
+xÚåZmo¹þî_±îƒ d¾.ÉýpW\‚E¯¹h‹$yc ‘åD’›Kƒü÷>³|Y®´²ì8=(àDËÙáp†Ïp^(ñê¢âÕ³¾õ)ð?¯D%¹eÒ©ÊͼõÕìêäc®gUÇz™òÎTŸ*"—œA
+ôͤ°lQ ²iXÓ(ßq¿¬ò.½¨è/œvL潨jϼ´_"šßÙ^<Ï®ªá^& µžI,[mWŽ¤ütvòø©« µ‘Muö®’R2ãM•xÎΫW~úæì/'?ŸõøEQ…¤ÅJQÙ¬k6è8à ZòŒ^àeÚ@rO½t
+{$ÜàӒ).@‡w”#Ð=~*DÁˆ3çHtÇð$0 1ÛØôÞì`uÙƒ}´öX±×Šq­[âúy\`ŸiÉ=õØ7†Y¯†½ÅÂÖÀÞ6™vˆ½Ø.ŠÚ]TöX¡kH1Ódèò¸€.Ó’{ê= sŽ9ùÀˆë/ø¡ˆë=ÓÒŒ@÷}mÔeöÑÚcÅÊ;muÙy\`ŸiÉ=õ^ÙÖ# Ú¯$Vv·c¯g[[nåìMµAӣ͵R1«éEJ¶™PfÛL¦Ûž|ð ù° «4&óAWŤt#ø}ד›tÙçÑÜ£õ
+Ƹ’õŽ¸Í2ðÃk¸gVÞ†\â/BÒr½²Gˆq(Q]ãKì2­\¬dì±+Yïˆ÷ÝmDZæ«oÇ.òŒ×x»^Òv½²Çxî¸dŽ[ÀP¼L(Q²G¯d¾kÌÔX
+)å
+½‰¢“Þö||áØea=)-ÚÙ’©V :^YgNh#ÊU‰¦fí2_¶ ËÚ1t`Eå'êþ ¶\¸-oë©Ž5B`Ã%rš¡5Ñ(iïX
+©(Ñ&i¥ .hf[
+Ê”âžJwlž|!‹2Ì`G+FR73+–ù²òYÖŽ‘q[F.î‹Eн öT„ ¬õ, 3΢$
+óbqr¶øõYzZ]”îVÖ;DC×ØFAEæ»q®Ê—ˆ¥:èÿœ5éfªkS¹Ã pô JšØ#9Ø<…=°ÞSûV©D#´>tàˆ+è*$¶L¨Øo±àqÐÂË:[¢lifˆ×cF5,Hd¨CÀi)âØ àÕÝ-kâK´’/Í "é¬(M>RÈ$§†z‘BhÏYHí9·ÄZBL…X¥¼2Xå·é0!úI¤:ÓÌ›¨CÞ$!ˆ~QmU±x „"OÑHõBB²¶3QrDKŒñÖV«6ùey9¡pF ƒPðt{—Ž/Íìr7a&_™Žæ¹‘DÛe):xhÇ5ÌíV€t„l´å.¬N§ÏEÆÁ ÷:ŽðÙÐ}U¼ Hcç6ΠvB âiL•†Éë¥1$YÚqÙ³4@ <‹Hã¸pÖé}š_o¯Q‹$=2-kšå l ѥܱ°R”upr Þc1¨P5£¸^#W˜oìQN0ŽPX#ƒ²Æ‰ñ;¨È”xºõÏÓu{Z+¥vûÄmþ­R5h•Î§¡W*X]oûáX°ýßz"ˆ‘‚àÔÜù.``_DWŠFÒ¢g᪠¶òèÿþ7(¢•×·"œx¶–û.dÞa'l°zpQ#W]„®ÕößrpbúïÂâO>êâ7»ÍV@ ’ˆð,Þ¦>_ܬ’/ó'§µÖfòã2ÚߦWñí»ë=èÉ沗𺔠í•I·ìËÀaø¾kúéùù¢½h—çír³ú¼{gïÈ%ó¥ýìúêjº<ïØþÑËÖ*µ„7 Û}CÄ”f¾æ†ËGÝÅÄîW¦é_«G2¿®%Õò‘Çž¯,^m½{Ò{hÑ—à@ çùu°d1%n’)Ô7
+“ë› 0MƒwôéàXóu ,æëÍ|yè&ëËëSi'Ÿ–a8_†×¯¹ÐÁ‡i„ wZÛ†Ožoáüú´–nÒF!ËëH¿šn6í*<ºlWíÈðC(ßa<µú~Ë‘I™FL¦Öœ|XLgíù# ¼š\/ŸÃûM·]xX·oÚå,rÕ×0ÔÁ²:ý W¨ýi¾X„#¼lÛóp†¯—cö¢CQ2ëúmæJF?-‹"bÌ@$ù7Aצ“>Œ mN³µê‡€:¼º
+U–ëª,b›ÇÏ°WëH\ÞéìãÍ|E;@Ôw+ˆìž:?¢‡Ò[Âìå]ë,*^þ7wØ*k™å¾ßªrF…>M4†¾‡¢_†ÇïÅ€íÝ^È¢
+endstream
+endobj
+921 0 obj <<
+/Type /Page
+/Contents 922 0 R
+/Resources 920 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 888 0 R
+/Annots [ 919 0 R ]
+>> endobj
+919 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [333.864 406.779 345.819 417.628]
+/Subtype /Link
+/A << /S /GoTo /D (figure.10) >>
+>> endobj
+923 0 obj <<
+/D [921 0 R /XYZ 124.802 740.998 null]
+>> endobj
+924 0 obj <<
+/D [921 0 R /XYZ 210.052 531.755 null]
+>> endobj
+925 0 obj <<
+/D [921 0 R /XYZ 124.802 499.377 null]
+>> endobj
+926 0 obj <<
+/D [921 0 R /XYZ 124.802 487.422 null]
+>> endobj
+927 0 obj <<
+/D [921 0 R /XYZ 124.802 475.466 null]
+>> endobj
+928 0 obj <<
+/D [921 0 R /XYZ 124.802 463.511 null]
+>> endobj
+929 0 obj <<
+/D [921 0 R /XYZ 124.802 451.556 null]
+>> endobj
+930 0 obj <<
+/D [921 0 R /XYZ 124.802 439.601 null]
+>> endobj
+114 0 obj <<
+/D [921 0 R /XYZ 124.802 369.925 null]
+>> endobj
+931 0 obj <<
+/D [921 0 R /XYZ 124.802 333.547 null]
+>> endobj
+932 0 obj <<
+/D [921 0 R /XYZ 124.802 333.547 null]
+>> endobj
+933 0 obj <<
+/D [921 0 R /XYZ 124.802 321.592 null]
+>> endobj
+934 0 obj <<
+/D [921 0 R /XYZ 124.802 309.637 null]
+>> endobj
+935 0 obj <<
+/D [921 0 R /XYZ 124.802 297.682 null]
+>> endobj
+936 0 obj <<
+/D [921 0 R /XYZ 124.802 285.727 null]
+>> endobj
+937 0 obj <<
+/D [921 0 R /XYZ 124.802 273.771 null]
+>> endobj
+938 0 obj <<
+/D [921 0 R /XYZ 124.802 261.816 null]
+>> endobj
+939 0 obj <<
+/D [921 0 R /XYZ 124.802 212.058 null]
+>> endobj
+940 0 obj <<
+/D [921 0 R /XYZ 124.802 213.996 null]
+>> endobj
+920 0 obj <<
+/Font << /F8 399 0 R /F11 497 0 R /F14 452 0 R /F50 400 0 R /F55 517 0 R /F42 396 0 R /F43 398 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+944 0 obj <<
+/Length 1402
+/Filter /FlateDecode
+>>
+stream
+xÚÍXYoã6~ϯ0ö¡+£6——®]äe‘d›bbë}h“
+Uã¼™[PÍk» ‡ïÊ:k²²À¥Äå
+Th{p2Ÿ‡0`$ö´d Ý’·=ÇÒ „$wèÃ7ÙåmÝ
+¶Ij…|+T¤ó²Ú¯ásÔ|¥êæL‹¶!á¾]<Ç­Mí¹@uWYžkü„7­}¡Wz&½¬ÁÕÄ~-ÌÒËK”ÒøTvIͬTZV®
+¯œá¯Íyn3¡½šg¹úÏõ»À²ë6è
+-ó²ÁQ½Ti6ËÒAÕK ??àGŸ¡(§êÎŹYëew¼]¼ži‡?m‡?j‡KP.HÌv
+þúÝ3ªËNEümM›a•®·: ³Lñ- ¾åÅÊ¥‰¶f¦­ú¯Íž6£¹ Õ#»-1·'¹«ê6g€j“•ðç*3\eÍ|§9Ð÷=¶ìã¡‘ÄsA´ mZæ«EQïþöéýáמ‘CqiÓÔ+‚Þ„lÒ´©rÔcvÌäƾŸçê"+z4ò˜DQ+u§—e–6p!k[ ‘/òo jø×'}ʳ‚nˆö\ªêÒÊE{‡}‹Â-®Ÿˆ…ÝöÝæo«s莽´ÝÛ|ª)lÙî¶5…ÊUni…µÐv«¥%S¹i¤¥ÕôOhsŠ¶U[ä„n`CL¼H„’² ámÞv\‡FFvS ‡=ðæBè( wÄ;
+endstream
+endobj
+943 0 obj <<
+/Type /Page
+/Contents 944 0 R
+/Resources 942 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 888 0 R
+/Annots [ 941 0 R ]
+>> endobj
+941 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [240.304 519.371 247.278 527.784]
+/Subtype /Link
+/A << /S /GoTo /D (cite.tikz) >>
+>> endobj
+945 0 obj <<
+/D [943 0 R /XYZ 124.802 740.998 null]
+>> endobj
+118 0 obj <<
+/D [943 0 R /XYZ 124.802 716.092 null]
+>> endobj
+946 0 obj <<
+/D [943 0 R /XYZ 124.802 667.87 null]
+>> endobj
+947 0 obj <<
+/D [943 0 R /XYZ 124.802 669.807 null]
+>> endobj
+948 0 obj <<
+/D [943 0 R /XYZ 124.802 657.852 null]
+>> endobj
+949 0 obj <<
+/D [943 0 R /XYZ 124.802 645.896 null]
+>> endobj
+950 0 obj <<
+/D [943 0 R /XYZ 124.802 610.031 null]
+>> endobj
+951 0 obj <<
+/D [943 0 R /XYZ 124.802 610.031 null]
+>> endobj
+952 0 obj <<
+/D [943 0 R /XYZ 124.802 598.076 null]
+>> endobj
+953 0 obj <<
+/D [943 0 R /XYZ 124.802 586.121 null]
+>> endobj
+954 0 obj <<
+/D [943 0 R /XYZ 124.802 500.497 null]
+>> endobj
+955 0 obj <<
+/D [943 0 R /XYZ 124.802 502.434 null]
+>> endobj
+956 0 obj <<
+/D [943 0 R /XYZ 124.802 490.479 null]
+>> endobj
+957 0 obj <<
+/D [943 0 R /XYZ 124.802 478.524 null]
+>> endobj
+958 0 obj <<
+/D [943 0 R /XYZ 124.802 466.569 null]
+>> endobj
+959 0 obj <<
+/D [943 0 R /XYZ 124.802 454.614 null]
+>> endobj
+960 0 obj <<
+/D [943 0 R /XYZ 124.802 404.856 null]
+>> endobj
+961 0 obj <<
+/D [943 0 R /XYZ 124.802 406.793 null]
+>> endobj
+962 0 obj <<
+/D [943 0 R /XYZ 124.802 394.838 null]
+>> endobj
+963 0 obj <<
+/D [943 0 R /XYZ 124.802 382.883 null]
+>> endobj
+964 0 obj <<
+/D [943 0 R /XYZ 124.802 370.928 null]
+>> endobj
+965 0 obj <<
+/D [943 0 R /XYZ 124.802 358.972 null]
+>> endobj
+966 0 obj <<
+/D [943 0 R /XYZ 124.802 347.017 null]
+>> endobj
+967 0 obj <<
+/D [943 0 R /XYZ 124.802 293.274 null]
+>> endobj
+968 0 obj <<
+/D [943 0 R /XYZ 149.709 295.211 null]
+>> endobj
+969 0 obj <<
+/D [943 0 R /XYZ 149.709 283.256 null]
+>> endobj
+970 0 obj <<
+/D [943 0 R /XYZ 149.709 271.301 null]
+>> endobj
+971 0 obj <<
+/D [943 0 R /XYZ 124.802 225.528 null]
+>> endobj
+972 0 obj <<
+/D [943 0 R /XYZ 149.709 227.466 null]
+>> endobj
+973 0 obj <<
+/D [943 0 R /XYZ 149.709 215.51 null]
+>> endobj
+974 0 obj <<
+/D [943 0 R /XYZ 149.709 203.555 null]
+>> endobj
+942 0 obj <<
+/Font << /F43 398 0 R /F8 399 0 R /F50 400 0 R /F52 480 0 R /F11 497 0 R /F55 517 0 R /F14 452 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+977 0 obj <<
+/Length 1560
+/Filter /FlateDecode
+>>
+stream
+xÚµXIÛ6¾çW¸‡ rc3¤(j àCŠ&A{*
+÷PL„#Ñc!´èˆt<®áÿÞÇÅÉ£z&‡^ÆùøöåãàÉÝO>¾Àá÷—å‹7ž¨Hãt²\MHœ Ç“ §ˆÄÅdYMn¢O„&¦þú6)Žâ»hÓyŠqÄïkíWR܉¦:-n¦Ÿ—¿Ï¢Ï3gˆâ $:n/I_ìœÐ %y
+ ‚
+Æ<e)¤Ô‹#oʵj¥hŒhO3{x (릭×ä^‹í‚nͬ·w°{1ì5ªÀ±wäN,SϨ¸7žª[³^`D˜ØŒk”lTkÖþŽàÚÌÆÜ3ÄŠüº;Í@„^ó­X´¢4¼¹“bŒwÁPšÄWY’çU-åb¿®Í(Ó”¡Œ%W™’ÓªåûÅ­äå×Ù˜¹Y?a†1*ò™ýä4æÚÏv³ËÙóï› í«d(ÉdN Ê3êo¾›Ò82F4î·VÍ[¯|Þ·Ž =Xw˜Æy¤vÓyÂrp¸ÚÉ*Ø÷î°åEw§Q%IG픑HhaKI”0r¾aÖÂK¨ÄŠï¤½Î²H+JÌŸ´0Üíû¯Rm¶ÜÔ·ž*‹ö5ä›uÚœ°eYqÙÙµ@J)¾[6¢Õààv¢ßVþh;[»µ¶Œg~o§ÅH¨ml2TPú£­áõâ!ôŸ±Œ'^í8¡åiH†
+¯ IúT£”².
+AYÖ'›YWi|gÔV*£·¢”µ‰Òœ¦(%LÌÍC÷{'¥²žÛƒ=I^ø¸äï4QÖ«ƒßáþÇñv+ $Ñʯ­äË‹Ÿ0IJnSû#¨ÁÒÊZ{Q{¨Kpë¯øˆLåW+Õú…àp/‹Ö#£ÐZ3ˆ~ˆ˜O˜óÁ°,«Êi:¦AJC¡%Û9$æ†7•Ï›•jgìG‰û­¬ËÚ„Ts~°«1? ¯Zœº¤òr-ΙÌý"î’šËlj\›Zh¿mcfé½s¡}Fµy;°$£,Í@0ØÁ inæе¢¿tà¡š Œ
+ÅäªÛ)ÓŠJXÛQy›z6$réãÒ²ô¥ÚìºTRÃ~ŸcéÒ¾Ç,+}èi`üˆ@ïÙ^RŒ—ÇÅè"(½>^â"F¾—¦¸©àæÍs¬)2?Hý_­y”òã©?§1EÌæI ‡€Å£yòkÈ
+endstream
+endobj
+976 0 obj <<
+/Type /Page
+/Contents 977 0 R
+/Resources 975 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 888 0 R
+>> endobj
+978 0 obj <<
+/D [976 0 R /XYZ 124.802 740.998 null]
+>> endobj
+979 0 obj <<
+/D [976 0 R /XYZ 124.802 716.092 null]
+>> endobj
+980 0 obj <<
+/D [976 0 R /XYZ 124.802 718.084 null]
+>> endobj
+981 0 obj <<
+/D [976 0 R /XYZ 124.802 706.129 null]
+>> endobj
+982 0 obj <<
+/D [976 0 R /XYZ 124.802 694.174 null]
+>> endobj
+983 0 obj <<
+/D [976 0 R /XYZ 124.802 670.263 null]
+>> endobj
+984 0 obj <<
+/D [976 0 R /XYZ 124.802 658.308 null]
+>> endobj
+985 0 obj <<
+/D [976 0 R /XYZ 124.802 646.353 null]
+>> endobj
+986 0 obj <<
+/D [976 0 R /XYZ 124.802 634.398 null]
+>> endobj
+987 0 obj <<
+/D [976 0 R /XYZ 124.802 622.443 null]
+>> endobj
+988 0 obj <<
+/D [976 0 R /XYZ 124.802 610.488 null]
+>> endobj
+989 0 obj <<
+/D [976 0 R /XYZ 124.802 575.027 null]
+>> endobj
+990 0 obj <<
+/D [976 0 R /XYZ 124.802 546.789 null]
+>> endobj
+991 0 obj <<
+/D [976 0 R /XYZ 124.802 548.726 null]
+>> endobj
+122 0 obj <<
+/D [976 0 R /XYZ 124.802 513.266 null]
+>> endobj
+992 0 obj <<
+/D [976 0 R /XYZ 124.802 454.683 null]
+>> endobj
+993 0 obj <<
+/D [976 0 R /XYZ 124.802 432.765 null]
+>> endobj
+994 0 obj <<
+/D [976 0 R /XYZ 149.709 434.702 null]
+>> endobj
+995 0 obj <<
+/D [976 0 R /XYZ 149.709 422.747 null]
+>> endobj
+996 0 obj <<
+/D [976 0 R /XYZ 124.802 397.243 null]
+>> endobj
+997 0 obj <<
+/D [976 0 R /XYZ 124.802 376.974 null]
+>> endobj
+998 0 obj <<
+/D [976 0 R /XYZ 149.709 378.912 null]
+>> endobj
+999 0 obj <<
+/D [976 0 R /XYZ 149.709 366.956 null]
+>> endobj
+1000 0 obj <<
+/D [976 0 R /XYZ 149.709 355.001 null]
+>> endobj
+1001 0 obj <<
+/D [976 0 R /XYZ 149.709 343.046 null]
+>> endobj
+1002 0 obj <<
+/D [976 0 R /XYZ 149.709 331.091 null]
+>> endobj
+1003 0 obj <<
+/D [976 0 R /XYZ 149.709 319.136 null]
+>> endobj
+1004 0 obj <<
+/D [976 0 R /XYZ 149.709 295.225 null]
+>> endobj
+126 0 obj <<
+/D [976 0 R /XYZ 124.802 213.594 null]
+>> endobj
+1005 0 obj <<
+/D [976 0 R /XYZ 124.802 174.726 null]
+>> endobj
+1006 0 obj <<
+/D [976 0 R /XYZ 124.802 177.217 null]
+>> endobj
+975 0 obj <<
+/Font << /F50 400 0 R /F59 539 0 R /F43 398 0 R /F8 399 0 R /F52 480 0 R /F42 396 0 R /F14 452 0 R /F55 517 0 R /F11 497 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1009 0 obj <<
+/Length 1312
+/Filter /FlateDecode
+>>
+stream
+xÚåXKoã6¾çWèRT".ŸzÈa $E ´'/ÐbwŠM;DI•¨]#ÿ½Ã‡ÉVœtÑí¥>Xâp8œç7cã`àৠìŸ?./ÞÝp‚2!h°Ü„r”b$8F„fÁr| "dñyùË»ÂÇÌ,A,I–©tBŒ9Ê’¤ç(ª­–ž- 2”Å46Lgˆ±$ˆHŠXêï¼ÞÕy¹n‘Hi¨+ÿ¼“îeU•­ÎËMCí( |~ ßÁšd$üÐÊMW8®MÕ ìuQi/ÿvÑ$Ù$\å]+çDzà ›Xjí§¥ Š‰pj«SóÀ8ƘŒv‹(Îhx奒±;‡güa¿(X œ±‘sOì·'¦ñÜ!0¥i:„—~}xÓž£n¤ÖûºQ¥.»‡[ÙÌÉ$ಠTòg6¯Jýíïsr@Œ YÏ´I*’Q”$GYõ¾(*“4xƸM,ÆX¸•¥lr-ÝÊZbØöcÎrC˵۫:]wÚ½Ûl2/6/<›‘݃ù69•†½éF!8‰ '&Žõ' ÊØ]äî¹Þåu!Ûf„F4ÎPœr0Øu©F? Ì üdD€øˆ2¹vŽ´ÅD0N¦gÎÊ0ÊÌÇ
+dá–ëNºµ,–6!N‘
+endstream
+endobj
+1008 0 obj <<
+/Type /Page
+/Contents 1009 0 R
+/Resources 1007 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 888 0 R
+>> endobj
+1010 0 obj <<
+/D [1008 0 R /XYZ 124.802 740.998 null]
+>> endobj
+130 0 obj <<
+/D [1008 0 R /XYZ 124.802 716.092 null]
+>> endobj
+134 0 obj <<
+/D [1008 0 R /XYZ 124.802 659.353 null]
+>> endobj
+1011 0 obj <<
+/D [1008 0 R /XYZ 124.802 621.592 null]
+>> endobj
+1012 0 obj <<
+/D [1008 0 R /XYZ 124.802 623.529 null]
+>> endobj
+1013 0 obj <<
+/D [1008 0 R /XYZ 124.802 611.574 null]
+>> endobj
+1014 0 obj <<
+/D [1008 0 R /XYZ 124.802 599.619 null]
+>> endobj
+1015 0 obj <<
+/D [1008 0 R /XYZ 124.802 587.663 null]
+>> endobj
+1016 0 obj <<
+/D [1008 0 R /XYZ 124.802 575.708 null]
+>> endobj
+1017 0 obj <<
+/D [1008 0 R /XYZ 124.802 490.085 null]
+>> endobj
+1018 0 obj <<
+/D [1008 0 R /XYZ 124.802 492.022 null]
+>> endobj
+138 0 obj <<
+/D [1008 0 R /XYZ 124.802 433.748 null]
+>> endobj
+1019 0 obj <<
+/D [1008 0 R /XYZ 124.802 395.987 null]
+>> endobj
+1020 0 obj <<
+/D [1008 0 R /XYZ 124.802 397.924 null]
+>> endobj
+1021 0 obj <<
+/D [1008 0 R /XYZ 124.802 385.969 null]
+>> endobj
+1022 0 obj <<
+/D [1008 0 R /XYZ 124.802 374.013 null]
+>> endobj
+1023 0 obj <<
+/D [1008 0 R /XYZ 124.802 362.058 null]
+>> endobj
+1024 0 obj <<
+/D [1008 0 R /XYZ 124.802 350.103 null]
+>> endobj
+1025 0 obj <<
+/D [1008 0 R /XYZ 124.802 338.148 null]
+>> endobj
+1026 0 obj <<
+/D [1008 0 R /XYZ 124.802 326.193 null]
+>> endobj
+1027 0 obj <<
+/D [1008 0 R /XYZ 124.802 314.238 null]
+>> endobj
+142 0 obj <<
+/D [1008 0 R /XYZ 124.802 256.517 null]
+>> endobj
+1028 0 obj <<
+/D [1008 0 R /XYZ 124.802 206.247 null]
+>> endobj
+1029 0 obj <<
+/D [1008 0 R /XYZ 124.802 208.184 null]
+>> endobj
+1030 0 obj <<
+/D [1008 0 R /XYZ 124.802 196.229 null]
+>> endobj
+1031 0 obj <<
+/D [1008 0 R /XYZ 124.802 184.274 null]
+>> endobj
+1032 0 obj <<
+/D [1008 0 R /XYZ 124.802 172.318 null]
+>> endobj
+1033 0 obj <<
+/D [1008 0 R /XYZ 124.802 160.363 null]
+>> endobj
+1007 0 obj <<
+/Font << /F42 396 0 R /F14 452 0 R /F55 517 0 R /F8 399 0 R /F10 479 0 R /F11 497 0 R /F50 400 0 R /F59 539 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1036 0 obj <<
+/Length 1942
+/Filter /FlateDecode
+>>
+stream
+xÚµXmoã¸þ¾¿Âß*£WII<À®½lqŽ
+ÿÞÒ5xi™P`¤Ï
+¨n†S›ÔÖQ2ö¶U‘54ÙÖ;÷9 81 .‘î“ãÂö’c&"~!B»ä¢ñ¡Î–Sz· AæPò •‘yI³ŽC±æL›1oºs0â!g2Ñò[xG(›p„£GøcŒ#dÄÑ€•‹‘ÅðWÓEpya¾¥J†Û™²HëGã
+âËþI‹¹r
+›Þ¦BpϦ6©Íø†fÚN¹®¶¦ø‚ÎT©h_5UÛ§©í¸Æzç¤é ¯jz¡²2Åj}ûÛz¦MuËO»TçºÔ˜ñQ‡i8•Â%Χ¤R¶ yNR猪Ð^¨'wU$jLU$&#7ý#.ù}æh­Y4tüó²ýmõ"¡/Û¼/â@vwxjÃæ@>΂à¨ÿˆ!Çkl‹ñ
+A«¤C€‚“ÛÏ«Åhú7Gfߺ~ô‹Þßç+†j÷æó"
+å[FV8 il…“¥é:ÀǺÚ=¿¹ÚRGÐÁ$S&üaìRÛ5Ö®îXçNùp¬|‚þf3¦ê•ü—ÿ•ò™qÂG®µdV;;=é¦SÚÖ¤3åaœ€líÞ³Â!ÿ•UF­‹ÓäzwöAmuô F# 7s½ô™MûÑÞ{‡Åñ¹ê’bêÿ¤ØáX±‹‰±Ójô>Øà{}+€?OðŸ:ÔfS•øPô¸³Ž mÇœ×ô•ª&·yÂNQ#Šƒîi"Þ&¡÷mCBèU–æÑ”™}f
+µkIP®!ôçlâºÄÙ6môÖ‡Up`ÙsM´ ä•™²j; »÷*éu/iý“•?oíû¢ªËî{Š¯W³­C±XO”å7üK”íIþò{š£ƒP&,>îô×Û¾ðèÚGлi-÷fD3!Ú¿¬ uöe{„ÙÏ«»û9÷^±?ójÌ¥íê“…S„ÏÓ sœRª—Ùð;4Ûü¡]Aoî^ß_þ *¾TåPzFe·lï Ø삺j!HV:øjj!°9ÝV»Âñõ®1™ËI 0€
+endstream
+endobj
+1035 0 obj <<
+/Type /Page
+/Contents 1036 0 R
+/Resources 1034 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1057 0 R
+>> endobj
+1037 0 obj <<
+/D [1035 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1038 0 obj <<
+/D [1035 0 R /XYZ 124.802 716.092 null]
+>> endobj
+1039 0 obj <<
+/D [1035 0 R /XYZ 124.802 718.084 null]
+>> endobj
+146 0 obj <<
+/D [1035 0 R /XYZ 124.802 672.318 null]
+>> endobj
+150 0 obj <<
+/D [1035 0 R /XYZ 124.802 424.795 null]
+>> endobj
+1040 0 obj <<
+/D [1035 0 R /XYZ 124.802 364.563 null]
+>> endobj
+1041 0 obj <<
+/D [1035 0 R /XYZ 124.802 366.5 null]
+>> endobj
+1042 0 obj <<
+/D [1035 0 R /XYZ 124.802 354.545 null]
+>> endobj
+1043 0 obj <<
+/D [1035 0 R /XYZ 124.802 342.589 null]
+>> endobj
+1044 0 obj <<
+/D [1035 0 R /XYZ 124.802 330.634 null]
+>> endobj
+1045 0 obj <<
+/D [1035 0 R /XYZ 124.802 318.679 null]
+>> endobj
+1046 0 obj <<
+/D [1035 0 R /XYZ 124.802 306.724 null]
+>> endobj
+1047 0 obj <<
+/D [1035 0 R /XYZ 124.802 245.011 null]
+>> endobj
+1048 0 obj <<
+/D [1035 0 R /XYZ 124.802 246.948 null]
+>> endobj
+1049 0 obj <<
+/D [1035 0 R /XYZ 124.802 234.993 null]
+>> endobj
+1050 0 obj <<
+/D [1035 0 R /XYZ 124.802 223.038 null]
+>> endobj
+1051 0 obj <<
+/D [1035 0 R /XYZ 124.802 211.083 null]
+>> endobj
+1052 0 obj <<
+/D [1035 0 R /XYZ 124.802 199.127 null]
+>> endobj
+1053 0 obj <<
+/D [1035 0 R /XYZ 124.802 187.172 null]
+>> endobj
+1054 0 obj <<
+/D [1035 0 R /XYZ 124.802 175.217 null]
+>> endobj
+1055 0 obj <<
+/D [1035 0 R /XYZ 124.802 163.262 null]
+>> endobj
+1056 0 obj <<
+/D [1035 0 R /XYZ 124.802 151.307 null]
+>> endobj
+1034 0 obj <<
+/Font << /F50 400 0 R /F8 399 0 R /F43 398 0 R /F55 517 0 R /F14 452 0 R /F11 497 0 R /F7 523 0 R /F52 480 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1062 0 obj <<
+/Length 2053
+/Filter /FlateDecode
+>>
+stream
+xÚ­Y_Û¸ϧðKµ’E©Á>\Ѥ½âPˆ \»Y Z‹¶ÕÈÒB’³ë òÝ;ä”dkcwsO¤ÈñpæÇùKÓÙvFg}EíøçÕ«7ï¥$y<[mfŒG$¡|&iLOg«|v|baÔŸk»c©¾ª/ª9Η1¥AöT´8+³{U~ûãÍ-!än~·ú;ð_2FR!®æñôû±:>ÃÊkîÆ7ï“öú IÒ0ăºz¾ Ã0ØÃÈ“ /6G\¨º¢®Zýy*Uµ‡Fá|]ï²®¸/Ê¢›ÃOHúXt;$Ø:OüESÀœM lç,hõÑ¿y…c¹ I£€‚°ˆ„Hèôt%2Œõ(ºRݬÞýºBÒ¡ÊKKºd {á?åy‹²e(ø:3ãšS¸Û)Ü}(ëŽÌ—Q«]aùX”¥ÛÎÖjÀ. V…•™$á4!Qê…þ|.« 1hi÷ÿ½ü‡½åp‘íТ—0b‚¯VÛPUçêÖÑͤØîpþU£÷íí mˆ:°`²>4ªô•w¸ ÔèR?U¸¤ž²ýCi`
+t?8ʨÉÓà_ó¼ò0%÷:³fÛ¨u] `Ò®»svù€¨¬É*o¬Uþ¦npî5Ñ?Óê ö6ú‚œ÷×ø¼yÒs»¼ÛÌa:¨eÝÍW 78°X0Æ·9뱜9…™óX˜¢Žzbu„iÖá(Åpb
+ʬ ÃØ{0–+wdSlw.¸èLU)‚bÇ
+?öucgÀšú¡)Ð7`ÁtMâ©þj‹îi5À¿„ÁßæýenÌh¡)Óà?ŠòH’(JFeÅù=s€6ñD¯­|¥õ¤ÖÂÃ(IӭתÕ>NLÞ4£É%1æ€×8m‹ß좾Þú I,MÊ&eèLq2JöW»b­…Ùá§#<´js(íÚGDÈžU£cË0p2—%êÝ°RjTB…Î~®­ê¢‹UÝíÓñn%ÌMU7û¬´Ñ%Ð'Ú-}\ýïGNdì-¼¬·õ!cd@4.ûë„ü›ÛÒãZßÀ}­#K“{ P)[Œ©AýcÈ­äf®±³ÜtþÔ#4Xݸe•ÙÛ;§pQà‹ÞøžÞBÍk›8Ó‹ öØ,¡`×<ïuvq·¤C}D8ãc+ý‹Úd‡ÒÆ×¢
+º¤êO'—tÁ÷%ƒKö¹k1Á>&´÷¯ãpŸ2Æ%K…iýÎmR\e“]±þ|3a"$2õro¦x‘4ñ²ýòóÇÕš¸a‰& HÀLÆ‹…„ˆ}ëv«
+;F×HŨ„ì&ÿØ ÿ$—cFòh•Uú–Ù ùQ­ûÇÈ0ºóÌBâmÝûj® .–æ¥ ¶s¥ƪ˜ë' ä2ñ¢cËò]ÕPÎköÏÖ6ÙkAªaɨ¹™¨" f‰Å°×òﳑΒ'Zå}éùôß?pùìdŸ¥º€@ Ñ%Š/‹ß‚g:õq ®öÝñ
+[>ïTèåE›Ý—þ)п⇜„ºÉv
+M!NLü½y‘´¯‡®‘Yàç‡íÆö5æaP¿ëjstïåÐË—GÿCØŒ÷OÃP”˜’Ì;£{dJNz¼dè¯c=}7…b”hÒ= Õó”r(Ø£ uʨ^=6'ˆ ð%JB*‘ŠÇ#ªw«WÿËôR
+endstream
+endobj
+1061 0 obj <<
+/Type /Page
+/Contents 1062 0 R
+/Resources 1060 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1057 0 R
+/Annots [ 1058 0 R 1059 0 R ]
+>> endobj
+1058 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [343.995 581.202 355.95 592.05]
+/Subtype /Link
+/A << /S /GoTo /D (figure.11) >>
+>> endobj
+1059 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [169.191 239.525 176.165 247.938]
+/Subtype /Link
+/A << /S /GoTo /D (cite.tikz) >>
+>> endobj
+1063 0 obj <<
+/D [1061 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1064 0 obj <<
+/D [1061 0 R /XYZ 124.802 716.092 null]
+>> endobj
+1065 0 obj <<
+/D [1061 0 R /XYZ 124.802 718.084 null]
+>> endobj
+1066 0 obj <<
+/D [1061 0 R /XYZ 124.802 706.129 null]
+>> endobj
+1067 0 obj <<
+/D [1061 0 R /XYZ 124.802 694.174 null]
+>> endobj
+154 0 obj <<
+/D [1061 0 R /XYZ 124.802 648.408 null]
+>> endobj
+1068 0 obj <<
+/D [1061 0 R /XYZ 124.802 612.086 null]
+>> endobj
+1069 0 obj <<
+/D [1061 0 R /XYZ 124.802 614.023 null]
+>> endobj
+1070 0 obj <<
+/D [1061 0 R /XYZ 124.802 551.756 null]
+>> endobj
+1071 0 obj <<
+/D [1061 0 R /XYZ 124.802 554.247 null]
+>> endobj
+158 0 obj <<
+/D [1061 0 R /XYZ 124.802 448.705 null]
+>> endobj
+162 0 obj <<
+/D [1061 0 R /XYZ 124.802 392.465 null]
+>> endobj
+1060 0 obj <<
+/Font << /F50 400 0 R /F8 399 0 R /F43 398 0 R /F55 517 0 R /F52 480 0 R /F11 497 0 R /F7 523 0 R /F14 452 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1075 0 obj <<
+/Length 8052
+/Filter /FlateDecode
+>>
+stream
+xÚÍ[Çu…ßù+΃ƒP¦S÷K=ĈmÀoŠäÁ1zHI„9¤LщCÿ=»ºzïZ»Ï93S=Œ1€.¬ÅÕõuuWïªêË>æôýÉœ~óÂìþoé¿ædO6¥Å×tŠÅ,)§ÓíÝ‹?Èõ›Ój}aèoK<ý÷©ÉøY¨ú÷îì5/!•pzwzaYl²Î^››„.©²?½x¿±l­nÝ ³ÄÖúïo^ÜÄ%Ÿ=Ã¥ì–âC‡‰õ-,Éû˜šñ›“›¯ïƒRÝ9™ÂL.’% Št
+—ñba ¯Ñ@¯…°¸h©£<üBG9æsè×û$xú%•zº¡žŸ\m±Ón¡°ý‹¾½;é¸ÊUÜX
+¼ÔƒO71ÕÅ„Üjùå·/þñ×Ô»–š\:}û݉ö{ &žØóíëÓï^ZóÅï¿ýí?þ:ŸÒR3õF2¶Mü‰vËÆÍÔ</~õíØ縯qwz“F‹¤ÝÏ à;·Ä“\:RÆÅv(Ñt(Oç1Ä ½XÊ
+cV(e„²†PÑŽ@Ëk0™¤ŒPÖ*Ú‘Æ,…† ¹ñÁe¼ñÁÞøíÔ-Ù_•…eQqE<Ô+Úý\³ À,*°ˆ‡ÀqÉ%ÀMC˜EñÈÈs-PÀ p xü @ÑÒñyÚ @“µX݃
+Ì¢‹xœ–œ|ÈÌ‚³¨À"ÓÕOCŠ`˜EñØÓ¨’kçX‹ˆà!;ê!uˆ À,*°ˆ‡À~©1øq¨EP`XÄC#Ò•àÃýÁãáȶùY\°)o×#*š‚¡ÓZš³ºä£ò>öØ6n\l‰AaYRTð (8g˜eñ‰®<@nŠ"×
+¾ç3-¾”¢Ú*š¦‚°àâ–%K‡\Ö4œÀï —f‡´¿ú ‹¦¸è\ôNqíR¬
+ ›¢™â¢ø¦x~1Ž–ªÜ$M>@ç“9Iw%–4sø€9œ“ÌZMr;h×öTq*¬x§†&¸òyˆxLŒà!âzŒ¸2DP7è¯>a„ ýY‚O÷ŽìyÌ‘=B„k#ìÒÙ!M~n„tIƨæ%¢éNNètàétÁÒ¼Âeu…‰¦¸è\ôNqi·Y/bDÓ\p¼SÜ´¤T‹:΢i.8 Þ)niûkÔà$šæ‚¸àâÖ¥„ôùeMsÁ \ðN­Q)ŽD½Z¤²¦W©à„e*x§¸n15ÍeMsÁ \ðNqi|³Õ©ã,šæ‚¸à¬ ð ñ˜¸ÁƒÆõ¸qeР‘K}ê¨Asžö.Á½£Ææù¼ë
+uÔ»t6jŒ6?·aƒº ]žÎîº]×öÝNœªÛ‰wª»×ÅeëÕìS4Í'pÁ;ÃM®½¦¦šË’¢‚o@Á9Å Eü¨æƒ¢i*8 Þ)n¢ÝI U¢i.8 Þ)n^
+-£5—5Í'pÁ;Å­‹)ƪ)hš Nà‚w†›éï\Ô·qES\t.z§¸í-嬧"¢i.8 ÞÉ¡J"‰<d\W†ŒÖ!l~êÑf@Õß?dlžÏ»ÐpW‡Œ±KgCÆhós2¨Û”ìJÜu»®í»8U·ïTw§
+³•5os
+{ux»t6<Œ6?·áº ]™¡îº]×öÝNœªÛ‰w¦ÛÕH”¤®1ÑtËÁ9¸èâ–%¯¼Š¦¹à.xçp›%ÇöA“zÂÍâî7xñ7¸çØŽvÚíG‰¸cƒÙàžcû¥zwlwlð"Üsì¸XßÞñVlwlð"Üsì´ØrvÌYܱÁ‹lpϱ۸mÔlwlð"ܓØD NOx8¹Ož×^:>Ô'­Ýâ.žbñêC,î©Ókýâ#M[DÍF/°Ñ=ǦANO>YÚqŇTqÎ1K{m9ì¨,î¸àE2¸çÞ¢?{«~AˆÅÝBàÅW„À=ǶKÕî^NbqÇ/²Á=ÇöTsK¤¡Ø,îØàE6¸çØ8("ìØ,îØàE6¸çØ-Þû¼;ß,îØàE6¸gÃ¶Ä y"ü¨˜"Ï„¯Ç”¯ÿV±ó›mòÞf¿¿ß¦Áÿ¶å ¹­B ¦÷jZ´´<&¹ÒañýñÍÞ -Ú|»Á]•°ÝƒJ†þ>Ö%¥ØßK‘Œž¦Õļ½ —ã’Ö·I<‰¦šU,i1a}õ·Òžz·r*®±%`XïM—~AÑK«¨öUéB£çã¸5È,¥5©e%19ÓjÛ2DÚïH'ùD§ÅVÓ^Ù6íNtr'>"ܶãH RÐÕJ9¡&QØ7ÜDêz¡¸ÕÖ«¢ZÔ  m;Þ­á’]—šÎZxÛOú…“øËž!Úlj¼±˜ÅÕJk)ßzL¨¤XšÙ¬É|¶ ahÉTc;IÕC§=ŒšD`ßp íeN«­W•ó〈Y€"Ðv²["ŽöpMç-ìä¬÷è8ë«tâ;вYh©jâ)P„´!Õ¶ˆŽÖQ·–Î/
+a‚¡ËÛÕ6º mrªb…}»MkO“ƒ_]½¦DËRª( (mCÞ¯a“öHUûöãqvõöãi½©ã¾1ѦÝ
+‹ä)œ’]R,¾ß‘^¯{Qˆ-ƒ(à€Í’-·fqE,®m'bi—]úRSÌAhf2âÌ&´Í¶4Eª9k\?çQ«Œ”–ZÛKÒ¸î@lÍO× )–¢ºo­I©…‰x¢(¥ædÁÖ.ꔣ*V„Ø7ÜDjHnq@ª
+ÔÖŠDQn×]í;6lÒ"©ê¬ý˜œí~LÚ÷ÉÅBؾõÚLKwÊiÉ5äõå”ÔºöI½(·ý«nêÃä—TÛWW£"V×6q]ãÓaÛ*òíÛévkm .¬Ü®Ÿs÷6n‹Ô³o\?çcU?\Mp>ŒáêDŠV1UŠŠíîfŒi}0¬÷dœ…@…úoðmtéÒä«bEˆ}ÃM,m±Ðg\ÅÕMʃ(Êíú•nß±a“IUgmìÇä|¨îǤ}>)&áúDšŠøLãU›Š¸èJk™­R›ðó0/Âíúq-]–5‡+´¹j{+TjbE€mCKûÃI*¢ÙŸËµ}˜Ì³
+ÚV¼SÃ%­Ùê9k]?gs”~0¬¡£G'.Ê4åEÛžPRÏï«øÒŽ²¥áË$ª`ÌpDºíŸ¤V:SÊ؆úv²¡:–»mÚEkM»Ë9*£ñØÙÖn²rÛ?ÿé;7lÜ‚QÕ¾¡Û4älžÖÌ×—o@Ã=h
+ùŽB MÒ}9ø¾¼£³–ZRšH‘¿ÝŸ¹œO¦›Ø³Þ<þ×ß}6ºóí>ÝöwìîÅëíÒ¦nä×'ÜlÍC÷Õé”ùözgæÜ”ç·Õ»‡-k{~õñã‡ç7Ä•Q7hÛÓŸ¯5Ƶ÷iãzê«9úECµ‹§‘í&µ)t_4ÐÊZ´¹Ø´=p©?ÀÆ—6¯àG
+>ÿÎÓòÑÅ#ùïΞˆ3ïZ:¤µEÓ‰0þ&¡Þ&š„9È“Àe§¸kª;‰8ß\û˜×J¤ç"¦ZÝ$$Šv
+*âh^¼m ,Êe„²¦ "€Ò¼8h)—Êš‚Š8m·5½)#¥,—1ç)kâqæZ`À$÷†G‡|ïÚ&OŒù™Ž†} ä·L„íöét®ë³¥Â†»ñ·=Ï,Å´êd*eìN¬©î$â>Üý¹DHÜË:Yp×TÄyhûèÈ—‘;Rʘh•5„ñ
+*â( Öé½RF(k
+*âhû 7ŒDzRF(k
+*âÑæZp€Àÿ@pxtà/®mò´ÀÖUx ÕupqiÏ™ç'úgY7˜w%ðoMzž¿š¥®_rlY‘·"&EÞ$¬U´ùÎTÛË2Ö{ÈÃÜË:s×SÄ#7œÝ’«S ‘«;K‡\Ýînó¦R蝹ÌHÜ…]Fâ.j¬¨GÀeñÖ
+Ú%Ü´#@ß2U%ÈÏË‚‚²¨±¢Ó6ÉZ
+Ì¢‹zä`{j™ §·»´Ë]ÔE=ö‹¥Ž˜ý¸ »ìÇ]Ô`Q€ÛƒÄŒùžYP`5XÔ#à´çà—&EP`5XÔ#ಸ±Å,(0‹,êp¥µp.ð„™fQƒE=2 ] xûÿ¡
+ë–jKÑXÖŒ€ë6´©?­MaÁX°Îæ »¤¢), Ö)ln?1i5–5…#`Á:™©<—¨3쉦°`,X§°í6¸Ûµ–5…#`Á:÷¹þˆòóÃá‚G‹ëáâêhAÝ!ÙúÄá"jx÷ lyÌp'¶æ]‚=º0\ŒF?·ñ‚–ñ´ˆ/y— ¿kjš F˜ç‚ujnÚo¹ªu K
+:lÀÆ)$ïìvLÖŒ@ëT’gZuriÖ‹ÆEëdoêŽÞïrxwMaÁX°Na)2øö1bYSX0¬SXšÑ‚Kg,gMaÁX°N&wY'XaIA‡ ˜Ã8™3œ¶ßå*gMAÁT°NþŽ†\ý’Êúá0ÁãÄõ0quœí»åôÔq¢ý^q÷Ž›åó.+üÕqbìÑ…qb4ú¹qÍ¢{K4uoŒps¬S7DÒb\ÙåÐfMaÁX°N¦Ð±êûj¢), Ö©{1v)µ½I‰7cXSwcÀ·cÀ:…õkæÕZÑŒ€ë6nIx˚‚°`LÝ|Ë¢SwwMaÁX°NfîÎI§ cIA‡ ˜Ã8…lïíçª0k
+
+F ‚uêâ 9¬<V\WÇ
+±ý”±‚‚¯»÷Ôæø¼+
+wu¤ý¹0PŒ?·"Õ%…šê.S|×T§#t:°NeÆ¥BÝFg±f ±hX´NaËRCÞ%ìfMaÁX°NÝA·-Ã@T1L4uŒp¬SXß2[èT•¢), ÖÉ,ÚÅBQ4…#`Á:…¥É˜-ú7
+ FÀ‚u2¶ ±¤]í®), ÖÉ–(ÀƒÅ#Â×ÃÅÕÁ¢ÄÅM&2
+À9–{G‹Íòy‡ {u¸{ta¼~nãE©-goÚ¥´^%Õë† :Ý0N¦³6fw÷I4Õf0Âó@°Nf³>ê;A¢), ÖÙdÖ%ýsnCÔO"ÁŠ"Á<›Ë:ÇjÒ>—u5¬ˆó:,Þ8ýCÔh°"̳™¬“Iûìá,j4X æÙDÖÙ§j÷‰¬»¨Ñ`E4˜g¢f¿»’‡¨Ñ`E4˜'ÓXsl€,Ö÷‡@®†çõT×”%¹¸Ë¾iúÐ#Ùa{:høؽ_4Dý|¬ø<Ìsè¼TçÓîA6‹ VDƒy6´e÷{ï"*4Zæ9´£iTÚ=¾Q£ÁŠh0Ï&‘ÎÕœ'‘î¢FƒÑ`žÍãljHeŸÇ¹‹ VDƒyÝfWA?Ê¢FƒÑ`žCSÎîz¸ˆ VDƒy.V(1rW?Nä©ïÕpòõß*b~Sûû ÿiM÷ÜÞ/,ý÷„²ï9m]û°-Ñâ$·ßÝñý]®àïm]ïN”úÒ%†6úÑVÉÐAÞî¹¥öC{0®Éáû]‚–~¸%ç ¤™Òm2Õâ×G#4¨ôu=íy¡eo{Ù„ÖƒÛë0¦½¶½¾=½ä5I§¤®nÓ·D¯°ÿC+ÔO’¡~â—ØRa¶¯çhuЙs³YiYiïh¶e­¦E¨‡… ¶¦zܤD'9ôt”½Z`øö‰ö`±r»æ…ê{$.Ùi©hß´-?ä…3öË5Ñs¤kÚŽ“vb¡£™)¼·7èÔä5µI±}<Åg[”žn:Xk,ØÚ/
+o×´Ñ]ôµ}Fnּؽ*¿^çÞ
+P„¶ïÖpñ®šÎZ¸¥ªÞM[¦jŠIÕ”:F§;íB“˜5ûs1Ô?[b#:Óë½ÇmPÛ„Û5ñ3…Ð
+{Zë.Ú–ÙE’ªZži‹ ·ë×Æ}·†‹w}ÔtÖÂ-Cõ~*ªéÒ‰¨2¹C‘&%PwjÓ¾œ Ùf†ú¯"õi +·=ÝsL¦d°Å%åv
+GU¬0ñ¶^ÜEš^úö1ݨŠf±ý~Á ²rÛ¿î;6l¼ó£ª}99õ~&&É©ïIJÝò3>%)µ¯í¶–»?)5›JJ½÷]HJÝR·?")uliññSÓÜ®eXçÌÔõr«6{®§¦Þ;/䦎-wïñ•ìlý^€i¯ÑÏÎÛÇ»©Z¾‹~žŸš]lz ?õ.!ôÅäÒ@Ú•™ìÒgÚ5hÛGJm⥟ ü òDÐ͵©Mâóz0÷{szMùÛÓšì™V‘Íz×*Zsk¿;}óâë~'5µàÒ= èðXg [¿ƒ³öP®êß;ÛÒ¼£²¢G£~m”Ž½m?©S¶k}è®}T*ÞH’Óô‡7ß¿}¿™°B×æ¦rüÿúéíÿ÷Ç··ŸþüñÍÏÍMûEa>õ´!5¦Ï|÷á{úçÕ_Þþôóï:pEùÿjûï·¯?ýðUûØá
+z}v¸ÖOoþòiÝä?¶{<•_2³ýö‘×п¼{õ‡7ï¾¢€õåÿô?®WyßÄh立ŸÞ½ù꯿¸vdôîÏök«/à~ñå7ɘ—«ô§·ßß½zðxS½î?ÿ~ku›š†ö`‘.
+èK¯^¿þñ݇O>þtûáÃÇ×oß¿úôæ§.üu­fÝØî:ˆ‰&Òî{C¶–ý½¹1ŽT{éà5·ÍdwìíÊÊ÷Ù—e¹VK0µÕcÕC“Óê‰÷a«³²§õ“¥ ’lp£Ú¶möó?ÃßÍ_oÞ¿¾tö[céª8‡ÅÏ Û_óä®à¦Éx6ÒÍþîB}7Ö´L Þ=é?|÷öÝ»Kv×t}O réÿ øƒ\zAîÁGKÓÂdˆ»R—f÷ñÕí¥ªúÏ'ÎþüW÷óˆ—¹ýŽ©»/wûá݇_}|óúË»Wÿ¸ÎehÀöí—…Ú,´ý®ïºÍ?¬Ó;È¿dÀ½i öƒU fyDÜ/G\ˆÏÞrÄõ4•#®-5øí,º¥dÿPÄ ÙÞ ½'#®¿JŸràË“b®<ƒàÿëIòMh ßþ
+PáoÂ~ýö{Ú¼M¿ëKkÿé‹Zy¾ü—÷$óòÍ_^ÝýønûÛïhm²ªŸ~Ø”ÿ¼´‹>-vüîÌzµ_øu±ý}¯÷ßÞ~xÿ…}¹Ð^¸üò›woúß¼~õéUGþØ„—(^Òÿ>ýÔÿú‡W­ô_í?Ûï[ïoþ?¬þ7oÞo¾¥¼‹UŸýwoúD—u{ï{ã¼GSoåêß:ôî'‡Ô)¢–…^¾ý©×¹îV£üøêãö'ZÈ®µqýzå.Ïf»¡Ñ(7¡=æÛÞÀuYyiyñ$¤Ó
+endstream
+endobj
+1074 0 obj <<
+/Type /Page
+/Contents 1075 0 R
+/Resources 1073 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1057 0 R
+>> endobj
+1076 0 obj <<
+/D [1074 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1077 0 obj <<
+/D [1074 0 R /XYZ 124.802 545.996 null]
+>> endobj
+1078 0 obj <<
+/D [1074 0 R /XYZ 124.802 545.996 null]
+>> endobj
+1079 0 obj <<
+/D [1074 0 R /XYZ 124.802 534.041 null]
+>> endobj
+1080 0 obj <<
+/D [1074 0 R /XYZ 124.802 522.085 null]
+>> endobj
+1081 0 obj <<
+/D [1074 0 R /XYZ 124.802 510.13 null]
+>> endobj
+1082 0 obj <<
+/D [1074 0 R /XYZ 124.802 498.175 null]
+>> endobj
+1083 0 obj <<
+/D [1074 0 R /XYZ 124.802 486.22 null]
+>> endobj
+1084 0 obj <<
+/D [1074 0 R /XYZ 124.802 474.265 null]
+>> endobj
+1085 0 obj <<
+/D [1074 0 R /XYZ 124.802 462.31 null]
+>> endobj
+1086 0 obj <<
+/D [1074 0 R /XYZ 124.802 450.354 null]
+>> endobj
+1087 0 obj <<
+/D [1074 0 R /XYZ 124.802 438.399 null]
+>> endobj
+1088 0 obj <<
+/D [1074 0 R /XYZ 124.802 426.444 null]
+>> endobj
+1089 0 obj <<
+/D [1074 0 R /XYZ 124.802 414.489 null]
+>> endobj
+1090 0 obj <<
+/D [1074 0 R /XYZ 124.802 402.534 null]
+>> endobj
+1091 0 obj <<
+/D [1074 0 R /XYZ 124.802 390.579 null]
+>> endobj
+1092 0 obj <<
+/D [1074 0 R /XYZ 124.802 378.623 null]
+>> endobj
+1093 0 obj <<
+/D [1074 0 R /XYZ 124.802 366.668 null]
+>> endobj
+1094 0 obj <<
+/D [1074 0 R /XYZ 124.802 354.713 null]
+>> endobj
+1095 0 obj <<
+/D [1074 0 R /XYZ 124.802 342.758 null]
+>> endobj
+1096 0 obj <<
+/D [1074 0 R /XYZ 124.802 330.803 null]
+>> endobj
+1097 0 obj <<
+/D [1074 0 R /XYZ 124.802 318.848 null]
+>> endobj
+1098 0 obj <<
+/D [1074 0 R /XYZ 124.802 306.892 null]
+>> endobj
+1099 0 obj <<
+/D [1074 0 R /XYZ 124.802 294.937 null]
+>> endobj
+1100 0 obj <<
+/D [1074 0 R /XYZ 124.802 282.982 null]
+>> endobj
+1101 0 obj <<
+/D [1074 0 R /XYZ 124.802 271.027 null]
+>> endobj
+1102 0 obj <<
+/D [1074 0 R /XYZ 124.802 259.072 null]
+>> endobj
+1103 0 obj <<
+/D [1074 0 R /XYZ 124.802 247.117 null]
+>> endobj
+1104 0 obj <<
+/D [1074 0 R /XYZ 124.802 235.161 null]
+>> endobj
+1105 0 obj <<
+/D [1074 0 R /XYZ 124.802 223.206 null]
+>> endobj
+1106 0 obj <<
+/D [1074 0 R /XYZ 124.802 211.251 null]
+>> endobj
+1107 0 obj <<
+/D [1074 0 R /XYZ 124.802 199.296 null]
+>> endobj
+1108 0 obj <<
+/D [1074 0 R /XYZ 124.802 187.341 null]
+>> endobj
+1072 0 obj <<
+/D [1074 0 R /XYZ 172.594 159.445 null]
+>> endobj
+1073 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F13 624 0 R /F11 497 0 R /F50 400 0 R /F55 517 0 R /F59 539 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1111 0 obj <<
+/Length 2843
+/Filter /FlateDecode
+>>
+stream
+xÚÍZ[ã¶~ß_á ŒŒØ )Š¤ÔbÒ&[$hš™‡» TcÓ¶:²äJòÎLóß{uÍ¥)
+äe,‘/çòï_ì|ñç7ÜÿþñòÍWï#¹HX¢C½¸Ü-D±˜‡ Ã5a²¸Ü.>_/e4-ÜoV¿_~ºüþ«÷ñàC-Xã9}ñe,ƒò¼\K#‚MZ\4øçÚÒCs°ÔùOšJñÁ\qĸ
+Û¹c—†%R¶C.–k¥’ ¾+–¡ šô–æÎv£ÅÂÀæö§ã ©©%­ü>šr¹†ö’šó´ÚûŽ]Yáò‹µÐ’E"‚Á¥håKק˜’Ð2ùöo»vµ4ÿü»å:!¾wò©`ÉDö6=žr»‚õx4+£™„•ýio›lsýN0eÕ*´f%m<# !™2Ñ@B¸ÔM–çød‚”BY]SûG®ø•€Ý¤NIØê䆃GrsÂ9!˜±0œ0Ãصթ²ÝRcZÓoÝTY±¯W´FQ6ãn÷éùˆýŽª¶'üø«³?'§',’æ‘ @Djv´VðYIÃM/+wDÁ£VßšúH€RÊ`—fî)rÛ4à°%kh Éá³uþmÓÖÔSÙÔÏãLv|^êH«¬9-œÁã»ïÜtÅ–É
+òì˜5­½ Þ
+‹Ž„ý‹1é~½¥Õ¶ ÷]Ué)¥Ÿ<«›QÃG!£Mëô*·_P“—>tüÌõÙkÞ½5‡ÔOSXð;ç„Ø< qà¼tôYᣟ¢ÿ ásgoè¡5ÁÚcp‡ÆBèeo [¡m’%);¶$RˆIð@Î覧@b‚¼ÜŸrçø–ùîÆïÂ{ÄÌ>R?rä “µ¸)øB³ÄÈÍG.$ÓBLD ˜D^@dK
+uë¼ÂL¾Å ’Iëé`‹
+ÕÈ“Ó…›
+Ô}³)Gô™Ø/
+k‡•Ä!áíœzžÀÒZu¿{í\9oG(ÝV]¤E—¹ »tU CI¦‚
+3É îþšüèz6íO¸%H
+
+¾Û‘õÒ…ðÙ—÷Ú;¢6uw‡º½ÆÂ! ,ý×þ(Xé-ƒ\Ä9ùËÕ§‘?Üó•zXQ¥-™½êNB³, ‰¦ñúG_‚iýüt³¿
+endstream
+endobj
+1110 0 obj <<
+/Type /Page
+/Contents 1111 0 R
+/Resources 1109 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1057 0 R
+>> endobj
+1112 0 obj <<
+/D [1110 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1113 0 obj <<
+/D [1110 0 R /XYZ 124.802 716.092 null]
+>> endobj
+1114 0 obj <<
+/D [1110 0 R /XYZ 124.802 473.964 null]
+>> endobj
+1115 0 obj <<
+/D [1110 0 R /XYZ 124.802 476.454 null]
+>> endobj
+1116 0 obj <<
+/D [1110 0 R /XYZ 124.802 464.499 null]
+>> endobj
+1117 0 obj <<
+/D [1110 0 R /XYZ 124.802 428.634 null]
+>> endobj
+1118 0 obj <<
+/D [1110 0 R /XYZ 124.802 428.634 null]
+>> endobj
+1119 0 obj <<
+/D [1110 0 R /XYZ 124.802 416.678 null]
+>> endobj
+166 0 obj <<
+/D [1110 0 R /XYZ 124.802 347.002 null]
+>> endobj
+170 0 obj <<
+/D [1110 0 R /XYZ 124.802 279.18 null]
+>> endobj
+1120 0 obj <<
+/D [1110 0 R /XYZ 124.802 182.709 null]
+>> endobj
+1121 0 obj <<
+/D [1110 0 R /XYZ 124.802 184.646 null]
+>> endobj
+1122 0 obj <<
+/D [1110 0 R /XYZ 124.802 133.843 null]
+>> endobj
+1123 0 obj <<
+/D [1110 0 R /XYZ 124.802 135.781 null]
+>> endobj
+1109 0 obj <<
+/Font << /F43 398 0 R /F8 399 0 R /F50 400 0 R /F52 480 0 R /F11 497 0 R /F14 452 0 R /F10 479 0 R /F55 517 0 R /F7 523 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1127 0 obj <<
+/Length 3048
+/Filter /FlateDecode
+>>
+stream
+xÚÕZ[o[Ç~ׯ8.Bâfï~HZÇH4p­¢¥)Z"Ì‹#Ò]Ãÿ½³÷Yž¥%_ÐF€lQsæÌ}¾™=‡t¸èðè„üfð?ØÀ%V¸Á0E¬ãÃ|}òë
+Ïød(1{<øŸè~Ž8ʼn†
+*ßçBA–ôa(ÈÆ÷¡ †ç. ÐDjëô¡ÒJÇÅS¨¹x*ÛÇì>Eìs‘@ƒFmo@ Y²®E‚Ñ‘EY!¢µwbƒ Dr
+÷Pi¡7ûC¦–õ¡°ÝÌß™ß
+nÜdg5ó.$Qa¹å²Ð³¾†±d³ÝŒÃp\€
+q¨b`c
+[)!”cgêúÝø-8ô†4EˆB•mÉ‘Rz›˜Ã(µ‚z•8;y5¬I< Ìsi@Ê9,U°UB¡ˆg8!)ê|‚'Î@ÿà‚É´`ljÎì-+œÒ©q¦YhÕ0LuPf*,‹U¢wÆr¡‡ö!\"FÅRÌ\\BRŸ‡&ê·Ç·¾Æý½V*”†uK†—q¿õºUXÑð†ê¬“IÁ`8˜j§­jYÁ ª ­Ä¦
+¦H`®býV-hÓ»™ï¯ÆVäU‘Ù @ŽÙRÌ,ìtFúÝ¥þº%C‡)a<x¨wê›Á
+WS¼àn%aþ"œY·dÿ
+=³DûV1®rŠ´C?ËÖp°šÆ°<̀˜ÓüU‚)ú.A8Ê*ŠH
+ðÊ»š=_¬vÞÅ0ÀÑ»oCLy"ò‡Ä€-ð§
+ã\+õÞ”ý„Lì
+,ˆ+ò^\Ïæ‘N
+å&àZl.zs é³[ǵ1=‡x|Ó0,Æ ñðv¹X]ìâ´û6¹<%4"‰&À ®BhXÒL¾(3Çv¼y ku6õé›·Ï
+þ>Ho£ð×Õ, laшßWýùçŸ~úæ¯éJKCâ»b𞞴©3mßuÇ»õG»ñxïLw8D±¢–†Ž0ÐÊ3ÇÛ[ËÚo-„šÌO¹\Í6— ÿw\HÂ…Ç_èÓ±-ü—kR–¿«‘$‰Óy‚<åHƒóºùŸÓùv½žA¡;~»ZF£}s_Flp1u‚
+ÞKˆg»Ýòr³¸Hò·±¨³ld£5üõ
+,·“ínéw³ÜŠîÉƸ´íº…¢¡¤ÚJÛ'à\NK‡Ïú§1Ó–IÇÑfb{¨#iƒÎê`e>¿Zî¢óù÷v“Z|û"m·>&¿ùP¤0EWOÙ$Ü¡JøbPÓM1ß/ã_>1>|>3p±¼^Ì÷«·§VNˆ_± X’õBÞ¯MÙ¾8;ó‹¼øWoqÀ¯¨ñ~×Áhz#Ø!ÀЀ)‘ÿñû'ç)Í‘î²×T¤¾¯ 5ÔE&h>Ã~vûoí@¬¬©fjòsN8ÔK…„’Ô¥$?€ni±-!Šu Ób”ñ-Œ#±¸N³éjyYj.¨Å›åóåj*÷mdÊ綞‰ Úö‡‘$QŽ£qAfîžÅl·Œ–dX“×»EjA柕‡wWM »ôdv}ùz½Øx£÷‘Ò³TÃjkUwÖÙ££î«(o>ÛÄ©“ÞM‰“îM pXÂFà‡¿ÍÄàG&†êO •'Æ~ñfïÁ@‰“ÛÕj
+endstream
+endobj
+1126 0 obj <<
+/Type /Page
+/Contents 1127 0 R
+/Resources 1125 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1057 0 R
+/Annots [ 1124 0 R ]
+>> endobj
+1124 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [179.514 233.258 191.469 244.106]
+/Subtype /Link
+/A << /S /GoTo /D (figure.12) >>
+>> endobj
+1128 0 obj <<
+/D [1126 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1129 0 obj <<
+/D [1126 0 R /XYZ 292.322 709.915 null]
+>> endobj
+1130 0 obj <<
+/D [1126 0 R /XYZ 292.322 713.501 null]
+>> endobj
+1131 0 obj <<
+/D [1126 0 R /XYZ 292.322 701.546 null]
+>> endobj
+1132 0 obj <<
+/D [1126 0 R /XYZ 292.322 689.591 null]
+>> endobj
+1133 0 obj <<
+/D [1126 0 R /XYZ 292.322 677.636 null]
+>> endobj
+1134 0 obj <<
+/D [1126 0 R /XYZ 292.322 665.681 null]
+>> endobj
+1135 0 obj <<
+/D [1126 0 R /XYZ 292.322 653.725 null]
+>> endobj
+1136 0 obj <<
+/D [1126 0 R /XYZ 292.322 641.77 null]
+>> endobj
+1137 0 obj <<
+/D [1126 0 R /XYZ 292.322 629.815 null]
+>> endobj
+1138 0 obj <<
+/D [1126 0 R /XYZ 227.32 589.406 null]
+>> endobj
+1139 0 obj <<
+/D [1126 0 R /XYZ 124.802 538.761 null]
+>> endobj
+1140 0 obj <<
+/D [1126 0 R /XYZ 124.802 540.698 null]
+>> endobj
+1141 0 obj <<
+/D [1126 0 R /XYZ 124.802 528.743 null]
+>> endobj
+1142 0 obj <<
+/D [1126 0 R /XYZ 124.802 516.788 null]
+>> endobj
+1143 0 obj <<
+/D [1126 0 R /XYZ 124.802 504.833 null]
+>> endobj
+1144 0 obj <<
+/D [1126 0 R /XYZ 124.802 492.877 null]
+>> endobj
+1145 0 obj <<
+/D [1126 0 R /XYZ 124.802 480.922 null]
+>> endobj
+1146 0 obj <<
+/D [1126 0 R /XYZ 124.802 468.967 null]
+>> endobj
+1147 0 obj <<
+/D [1126 0 R /XYZ 124.802 457.012 null]
+>> endobj
+1148 0 obj <<
+/D [1126 0 R /XYZ 124.802 445.057 null]
+>> endobj
+1149 0 obj <<
+/D [1126 0 R /XYZ 124.802 433.102 null]
+>> endobj
+1150 0 obj <<
+/D [1126 0 R /XYZ 124.802 421.146 null]
+>> endobj
+1151 0 obj <<
+/D [1126 0 R /XYZ 124.802 409.191 null]
+>> endobj
+1152 0 obj <<
+/D [1126 0 R /XYZ 124.802 397.236 null]
+>> endobj
+1153 0 obj <<
+/D [1126 0 R /XYZ 124.802 385.281 null]
+>> endobj
+1154 0 obj <<
+/D [1126 0 R /XYZ 124.802 373.326 null]
+>> endobj
+1155 0 obj <<
+/D [1126 0 R /XYZ 124.802 361.371 null]
+>> endobj
+1156 0 obj <<
+/D [1126 0 R /XYZ 124.802 349.415 null]
+>> endobj
+1157 0 obj <<
+/D [1126 0 R /XYZ 124.802 337.46 null]
+>> endobj
+1158 0 obj <<
+/D [1126 0 R /XYZ 124.802 325.505 null]
+>> endobj
+1159 0 obj <<
+/D [1126 0 R /XYZ 124.802 313.55 null]
+>> endobj
+1160 0 obj <<
+/D [1126 0 R /XYZ 124.802 301.595 null]
+>> endobj
+1161 0 obj <<
+/D [1126 0 R /XYZ 124.802 289.64 null]
+>> endobj
+1162 0 obj <<
+/D [1126 0 R /XYZ 124.802 277.684 null]
+>> endobj
+1163 0 obj <<
+/D [1126 0 R /XYZ 124.802 265.729 null]
+>> endobj
+174 0 obj <<
+/D [1126 0 R /XYZ 124.802 220.464 null]
+>> endobj
+1125 0 obj <<
+/Font << /F14 452 0 R /F8 399 0 R /F7 523 0 R /F11 497 0 R /F50 400 0 R /F59 539 0 R /F55 517 0 R /F43 398 0 R /F52 480 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1167 0 obj <<
+/Length 1976
+/Filter /FlateDecode
+>>
+stream
+xÚÅÛnãÆõÝ_A,RTB£ñ\HÎ0€Rìn‘
+¢·–%Þ¾¾Â‡öíº§}ST]uØÝÙÆ=o>õê[é›o Aˆkÿ˜7„gg#(Q,ÿ[Á;ÙM
+Ïû¦ð¤f" …‡oÞ®Æ[uõ._6õQxnÕ@L\Ù•L¼-UÆOÞ~Ûß 5'ø')øç×8~yR‘Ò¢8f˜é·°v•…o??ŸáƒÜ{ˆ¢oþ>7×>Qä•_`ÖÙÂNÌ6Þ3‡P‘ï÷bò&¯–HB|’¼@Å>µ£,õ’šHS÷ÿj»§Ò~¶¿Úæi¾H9Ÿ¹ÌïVäuººY×UwõŠµJ )N«cª®ž&'«÷wnÏ T
+ „ np9/ùË4ÉÜã«<æwõ¯öö÷ëvÚ3Ïö¿)óÐxïÖ­m
+ÛNÐñÚÈ/
+>¨¼À–8”`öJ0£= Âc‚–˜3­ÒQ¥v¿¯Û«Ò®;º$zÈZ äü2ÅÓéšb³BV¯¡9ʧîÂœ&3ƒÞm ¤ÓÍoKŸÒÑ•Ò ³ ûwþ¶­ŸÕ­%àÃÖ66¼·/óeÚúE 5QéaGÇ…]YT¶…Üœ$röC6–Lž€‘îõPòmÏ Â~ç^PP]‰êŒÇ* o-DSªwMŠQ¨D»rÇ#üS´^„FÙÒì(#=¾$*cÉÐ ®â
+?*óÑÕ«–.9¾ólÀ;mÊÙþpg]<6Ú"s˜ƒ|öÎWuб(è)FˆµÎ±ëý;
+ÌC-0”J&³ø †(M]²‰fh‘j–€“AFÙ¤#|Ê%S§Ãƒ7O·»jsôÍöªkvÂ¥„P,ÑñÙ>µÎËÖN‘*€]ÃSr+“içÑšÿò¡5 U~‘T¢Ð v‚Äú×$>;Ð9žÿ“.Ä2N¾_¤¥ª+;-u -‰ õú¡ÊïJÛ^®ŠÖ- ÑP …>\¸Ž‚Ÿƒáw.üá2Y¬X ÷Àë ºÌá€hTz|ä츢Óôxmx‹$OÄŽõE÷Øw€†=IAÂa(8†‘Dpß!|KÁ`.²¯üy×ûÃQ\ðžbH[à§% ¸J|Õ_i<¶º*ŸhuhíjŠ…#ð€Í-,ôÌ5©àE<û±´¹£àUÝYºÚmÕ
+pqÀzNAªOtÕkxEŠõDRRà–Fªó©Cê¯íQÑö#„~BûCU€Šw´RxãMSG)tIʸ| !~êH±Txlâå³1ø.–4ÇK¾+~?Âôd¸\‡Ï·¾0ï…†¥yûwÞúƒAš~`RÈ…'‰cèŒð€•-ëêñæ€
+ÀgYxRÚjƒ3'\£e‡G³sW‹Š|74©ÂÕ?¦Ê‡Ô°ì<sC!ꨗ¢†:i¼ˆœ«÷ßýðá¯/eVwéhMâJ´™$êXn²0
+žÄo>)”f±‰OÞÄ©‹/ðeúÖ ‚UžI—ÜOæ×î,Œ Ò‡àI4ÿmÑ+ÉucÅ=êÄ›Xîp
+endstream
+endobj
+1166 0 obj <<
+/Type /Page
+/Contents 1167 0 R
+/Resources 1165 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1057 0 R
+/Annots [ 1164 0 R ]
+>> endobj
+1164 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [221.052 203.251 227.514 215.29]
+/Subtype /Link
+/A << /S /GoTo /D (Hfootnote.1) >>
+>> endobj
+1168 0 obj <<
+/D [1166 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1170 0 obj <<
+/D [1166 0 R /XYZ 124.802 598.034 null]
+>> endobj
+1171 0 obj <<
+/D [1166 0 R /XYZ 124.802 600.525 null]
+>> endobj
+1172 0 obj <<
+/D [1166 0 R /XYZ 124.802 588.57 null]
+>> endobj
+1173 0 obj <<
+/D [1166 0 R /XYZ 124.802 576.615 null]
+>> endobj
+1174 0 obj <<
+/D [1166 0 R /XYZ 124.802 564.659 null]
+>> endobj
+1175 0 obj <<
+/D [1166 0 R /XYZ 124.802 552.704 null]
+>> endobj
+1176 0 obj <<
+/D [1166 0 R /XYZ 124.802 540.749 null]
+>> endobj
+1177 0 obj <<
+/D [1166 0 R /XYZ 124.802 528.794 null]
+>> endobj
+1178 0 obj <<
+/D [1166 0 R /XYZ 124.802 516.839 null]
+>> endobj
+1179 0 obj <<
+/D [1166 0 R /XYZ 124.802 479.036 null]
+>> endobj
+1180 0 obj <<
+/D [1166 0 R /XYZ 124.802 480.973 null]
+>> endobj
+1181 0 obj <<
+/D [1166 0 R /XYZ 124.802 442.617 null]
+>> endobj
+1182 0 obj <<
+/D [1166 0 R /XYZ 124.802 445.108 null]
+>> endobj
+1183 0 obj <<
+/D [1166 0 R /XYZ 124.802 409.242 null]
+>> endobj
+1184 0 obj <<
+/D [1166 0 R /XYZ 124.802 409.242 null]
+>> endobj
+178 0 obj <<
+/D [1166 0 R /XYZ 124.802 373.782 null]
+>> endobj
+182 0 obj <<
+/D [1166 0 R /XYZ 124.802 307.236 null]
+>> endobj
+186 0 obj <<
+/D [1166 0 R /XYZ 124.802 288.293 null]
+>> endobj
+190 0 obj <<
+/D [1166 0 R /XYZ 124.802 269.904 null]
+>> endobj
+1186 0 obj <<
+/D [1166 0 R /XYZ 140.045 161.661 null]
+>> endobj
+1165 0 obj <<
+/Font << /F62 1169 0 R /F43 398 0 R /F8 399 0 R /F50 400 0 R /F14 452 0 R /F55 517 0 R /F59 539 0 R /F11 497 0 R /F7 523 0 R /F19 1185 0 R /F18 1187 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1191 0 obj <<
+/Length 1719
+/Filter /FlateDecode
+>>
+stream
+xÚÅXKoÛF¾çWŠRh´æ¾ÈåÁ‡M‚M/5
+Ž´´¶˜P¤@R±•"ÿ½3;KŠ¤)Ëp ôb¯fwçýø–áìvÎÞ¿
+ýÿ_.^½Óá,aI$¢ÙÅÍŒ ÅL(fq1.’ÙÅjv|äR5Ùç¯u³Ïí¿ö‹­öóE†A“-?ûùürYæeu~§ËÏWó«‹ßiÒc*D̸æ Ò±û‘.§ÛmžÙÚs*éÿ&ýTVÈb¶ho-8g‰Öt7-Vþ`VÀÁN‹úµ—Û7&Þ=jƈZÔ¬³â™¦”E¾ïŒš°$¢«/j€óÚØ€gã”^‘ÔšáÙ.·ÚÿgïÌÈ¢˜%R‹‹µ­ì|!yd \†IæuI”fm‰T7s`3ýD7L8‹‡’…‘l ¥)]è«¢ÇQ{ü’yn› ¬½2­[œ>%¯ç 8Q6ë×HWà‡ùBGs†»„9Š(ÄÎ<ÌÈdèÀ†dyϽSrè)¡™I|ºhÆãÒÛ­{UÄT¤Z;FA¡Un‹Ûf}þëoÞþ9!jáY,¸aÒ$}ê´ÀahŽÉóâÞäy‰Î¸g«˜œ­b,ËâcÈÕíóÄm¬ý‚dк¼mÖ›4ωCëe++,ø{a´>êîb
+ú™’4N¥€•â*«·yŠWöøÇbÄã$¸q9
+jÿ€_â“E9Ä Ôkúþ@ìZ}ABEÛ­ Æë ²éŠ g<ª•›
+»Í£íΧ’ûBPÒ+¤ZeEÚغƒÖGÝNNüN·‡áãn‡î¢õÃñ1ê.I(FÅ |Åé€wuè¿ô8*ô^Hƒïƒ¼wâÀ* Ö¯q†Èé±`ðŒŽ ¬ø+ÛØ
+ÚžõÈ
+endstream
+endobj
+1190 0 obj <<
+/Type /Page
+/Contents 1191 0 R
+/Resources 1189 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1201 0 R
+/Annots [ 1188 0 R ]
+>> endobj
+1188 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [342.32 290.466 357.043 301.314]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.8) >>
+>> endobj
+1192 0 obj <<
+/D [1190 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1193 0 obj <<
+/D [1190 0 R /XYZ 124.802 716.092 null]
+>> endobj
+1194 0 obj <<
+/D [1190 0 R /XYZ 124.802 718.084 null]
+>> endobj
+1195 0 obj <<
+/D [1190 0 R /XYZ 124.802 694.174 null]
+>> endobj
+1196 0 obj <<
+/D [1190 0 R /XYZ 124.802 670.263 null]
+>> endobj
+194 0 obj <<
+/D [1190 0 R /XYZ 124.802 602.524 null]
+>> endobj
+198 0 obj <<
+/D [1190 0 R /XYZ 124.802 582.72 null]
+>> endobj
+202 0 obj <<
+/D [1190 0 R /XYZ 124.802 515.939 null]
+>> endobj
+206 0 obj <<
+/D [1190 0 R /XYZ 124.802 495.059 null]
+>> endobj
+210 0 obj <<
+/D [1190 0 R /XYZ 124.802 476.67 null]
+>> endobj
+1197 0 obj <<
+/D [1190 0 R /XYZ 124.802 381.126 null]
+>> endobj
+1198 0 obj <<
+/D [1190 0 R /XYZ 124.802 383.063 null]
+>> endobj
+1199 0 obj <<
+/D [1190 0 R /XYZ 124.802 359.152 null]
+>> endobj
+1200 0 obj <<
+/D [1190 0 R /XYZ 124.802 335.242 null]
+>> endobj
+214 0 obj <<
+/D [1190 0 R /XYZ 124.802 277.521 null]
+>> endobj
+1189 0 obj <<
+/Font << /F50 400 0 R /F59 539 0 R /F8 399 0 R /F43 398 0 R /F55 517 0 R /F14 452 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1206 0 obj <<
+/Length 2765
+/Filter /FlateDecode
+>>
+stream
+xÚZÛŽÛÈ}÷Ws«Í¾±I~È&Þ`ƒÝEL€ â
+¾~ÝN £m0º/?Ž56&r4ô#mž£xÞòM¹¥.𨻪8tôöPö{jqôcó·?-Ϫ‹¼åx·
+pG/Ň)j†b°9ÕÛ¼}¼Iu$HZ£—^¦¼üb+¤2c%ØÙD““˜á»ªâ¾@‹%qmÀ^‡º{ÿã?øæÃß/5²æ¥k™
+f#îúXz@s:6£S°Y ¡lîOmAô90|»<à’Ó:j~¿ 7--AÀ ùöç|3…#Œ bã(´eщ›µMTt»ç3·Å:„N»üTõh…q}é'Z ˆæ§TÈ:#‡EoðClÔ5t íÑÑKÞzÐѱ‚ÏÚR'IÛ—péGgm°‚i^‘oðmO3|²ã8‘Ê0)*ûÁJk›¼¦ ÃIxÙ¡kÑ„²¦gWlú²áÉ‘…yÊçìÌçTü"ŸC àVÓ½¯Š]Â=HÖªaýÏ”pÉh±¶¼ß‡öQ™HÓôÚ6ㄱþ2
+¤|£3
+Ž‚?MÞŽªŽuô
+cÍù­÷7V*©t²ôǼ²l–14`kÓPl·e÷hìõL€™¸ì^Fs»’£û(Ýt¼ÝI~úŒ
+ò¾¼èŠ •s"™Àâ+64Kâ¾eÝõE· <e±5ÐæN]Û™á_›XdÆ,áÿÖëqa$0ø2Á?¼ìò®÷7Ø4¾x ÊìÊ»êq6û5- $$(_6§6ï'Hë÷>à'ô3ç!äQ°¹Gœ€ Ç”
+˜úžÚo9V‰°šC7j»9õôBy[A4ûÄm‰›»Z·Å}‰HU’ù×Mj|êÆí|eà嘊[,ÝÉk ÆùuT1TÜ‘ù.kîô!S@E:·W¶,Ýö¶ôl©9lMFÓ!Ç©„s!|4ÉÙ˜eÅÈéPÑÀ‡ýe3$
+Qò³bÌߟ«Y¦U|Q„aŸ¿0@ö°ŒÅáÅþF̯ƒ´çÎòg=gìÀ&'À,à•Êõ5Ëá/|áòÌ^¦¶ð…$ ê±-6ƒT”ž›zºë
+•™ý²_‰ÉwˆyÅgY:yªÔÉ„KÄÌtÔ„¶‹¯\Ô;Ÿƒ×vZ˜øìw„9¥åDMñ©)>g1ƒ¯3Ø<‹·G_O³»ãõuR¯€l:óÙOœl:ˆ(ïñ _à\ôH<&x qVÏ5ùïhÓ»¼ãí3Å•°j|¡ü.d7ÏŠŸC?–¹٬`)#©´Á–;Be5ðB92ðwál;ŽãŽ¬ ©Äêkô3uÉ9ýtÁ¢™õ¡C%¾5¬g“öx§d’”-P]Š~ªR•Z¸éœ5ehSHÝUÈÕ 5/µG°@rÂM?œ½»Bv@³lS›²'S#ßž»ÒÕ0þívÎÒkvΔºZf, ýŒ2#è
+1çÂœ}Ê’ÙA_H“d2[@
+f¤—Ø»LÎŒ¶WÂÒ$ã"
+endstream
+endobj
+1205 0 obj <<
+/Type /Page
+/Contents 1206 0 R
+/Resources 1204 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1201 0 R
+/Annots [ 1202 0 R 1203 0 R ]
+>> endobj
+1202 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [273.771 545.336 296.243 556.184]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.1.4) >>
+>> endobj
+1203 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [425.923 489.096 448.395 499.944]
+/Subtype /Link
+/A << /S /GoTo /D (subsubsection.6.1.5) >>
+>> endobj
+1207 0 obj <<
+/D [1205 0 R /XYZ 124.802 740.998 null]
+>> endobj
+218 0 obj <<
+/D [1205 0 R /XYZ 124.802 600.587 null]
+>> endobj
+222 0 obj <<
+/D [1205 0 R /XYZ 124.802 532.392 null]
+>> endobj
+226 0 obj <<
+/D [1205 0 R /XYZ 124.802 476.151 null]
+>> endobj
+230 0 obj <<
+/D [1205 0 R /XYZ 124.802 255.97 null]
+>> endobj
+1204 0 obj <<
+/Font << /F14 452 0 R /F8 399 0 R /F50 400 0 R /F11 497 0 R /F7 523 0 R /F43 398 0 R /F55 517 0 R /F10 479 0 R /F13 624 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1214 0 obj <<
+/Length 2614
+/Filter /FlateDecode
+>>
+stream
+xÚµ]Û6ò}…®/µ5+’¢$¶ÈCï.)R EÓ,îhú ØÚµZYÚHr6{¿þf8CY_ö¦Y\Ä#r8œo‡ap„ÁW!ÿþýæê›Wi`…UÜÜR[‘Dq„±Ê7»à·ÕÍ>_ÿ~óã7¯"=@URÈć“¿ ¥Î·!IêP$&òxE»ÞDa´êöY‡^=®Uºª ß—uGж^oT²ª›]Qe]Îë¶YEÀ{7›ÓG}Kû5”%‰…‘‰ß9kÞ]³6 GX¦ÔêÞ}æø߶h‹ºšsŸ¡íi”ÅŸÈ­SG°Ñ*Iœ)…5†PB¢!å€H$l*=oç›( “úùÐý‘ ²ZíX"‡Â†Ñ_£ ]&«WëTƒn‰x·ÏÛœA”ïÁ™„œÒ“®á3NW¿ÜÝ¢©ZBz(Ê’ £'$Ãð¾; á–H)9ÖWDx: WE…ûvySeeùˆ ³&œ:Œ®Éªö¶nY‡Ö¢U-ý~8Lç6kj‹jËKýd“—EÎKê
+¶ÙèÄ®<±{'lÞ$5ñ2Ç1qÜî‹Û®nJ‚i£h,‘ã6²ñª¾'.#›¬ÞI±† ·PyíŠ6{_滬ËÚmVÕÝܦ2L„±½WE[ñÊ–6ëöÅZ®ø©ÒX{$ÀF¦J(ì‰ZëÕ!‡5F>Pi<krmò¶kŠm—ïh¢«éwê74ú°/¶kˆÛ=}Þ8”Ž„¶6Ø(!#æज़1Âh †ÿÃÄ1 àî{ð­’³SÄÂ&:uzMD
+±ä•j®ÊHD¼V‰J¡l:VÉ[”'JÁ¹˜Âr" #„VsƒÉÌUq:»¿'çÃr>‡Ê¤+Ä.õSÑÒì»Ð„e}—5E·?€öÈj ~ç6g=ïjÒOU³«Ü¨è€¢ ü\‘ZösjJ³×š¡âbÅ}âɪí¾n^üüýO/ç:Þ0.øØØ{—‹YyŠ„)¬vªE€Ô€lQü·¦ áÒÍc~Dà£ËËMWlO“íq‹£{OÓùô2uÁ¡BFF<kM‘ö(AÔœªHÉNt}Gƒ袒iº`›Ü—ÙÖ!㥓CŽq»¥|¯ {£ï=Z¾ca©HA.ôz¶³¾ñ 2ú²øŠ†6V“
+µeŒÉ±•g’ÄžÆrfTpD¥öTæ t$DŽðï9 tú ¿^ ±/ÇD61°þ
+eÀíBh¸%èH;‹nW@ü!pØW!Ô© 7,`ü;Ì@¸¸…p54A\õðâ bÃ÷~ ˆ½uÁ_Ï †["M…1Ù“¼3þÂÛC0fÝSÀŒ*$\Ý6‘–PÍÇHev÷H‡r‰Sß@]S, ôf¸1»9q ³o¦"áÁ­´|–LP«ŠÐ^‰qÆý{*Òk,sú”@RƒÿÙ@[!eü…™H˜X¡ábô²DŒäqœHs‰&Xc‘˜×͉Ùe‘,XIC¨äKdE¨°¶ÓJ$òŒ‘‡Qèö³`¤ÖD"bõÄé’@Øj2êyò@ý B(‰/ÉãqFòÌÃh„4"bõ²<ì‘Ï“Ç`V¾,¡Œ¤y9g„4‘†ý,iž@½0âÇ3: Ÿ³Ò,Fç‰ða¬gem–çbÒ&œq†;'Йœíºœâ ³[¥žg 8;\ï碅id¢,CC¬ù1„ÌÎl+÷¿/N™ŠË€Í p¼Ê{߯֡+«ýëõý¿½íòÛìXòµüãÚÀŦ<ò\Ñ.”O)ì,í¤ òd)+C ·j{*¨æm8ŒcÐ¥YêÆDOvcŠ]·ñÏ×?½üyvl†Íøëjpô†}ºÏ‹»}7¤6êíHÌóÒRs'µò]pÐÉJ×YΰøÈc®kÅ]װ雃]ß„,:ßÖ*î>YQ{S®°ÏYÓÈyKa°õí¼øÔÒÁž,2ɦwš»ž ’|'eV·NNN¸ÓÉ(Û‰T“ñB“X§·ÀΰÉsv}‚“Ø
+“ œs·t¹„kP’œ3õ$rS¿¸F³rc¥)v,Zçe<Å|pgÛ+Gá›Àä åõ-vÙ’ÕGog|IHãU]å4SßÒ
+øˆ¬ÕÅ®e<â û¦Ä‚¥!k„ê*:ø¶óÏc½¦öå>;)·úº£A§ÌÖ½JY<]cÇè^½øø[`kÖµÏíŠ)Ð#}È%€ƒZj fôyŸ¡v‚0=Àù„%®^óB§B×_=vÇ&¿ÆGk÷NÍÏ_†êÖß•ôè‹êr´Úóƒ×<8‘éã½CàðAÎsœ%{`ïJ|ÆÁ(c¨6¸¦¨H ¿…h=Z )ýšçL
+endstream
+endobj
+1213 0 obj <<
+/Type /Page
+/Contents 1214 0 R
+/Resources 1212 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1201 0 R
+/Annots [ 1208 0 R 1209 0 R 1210 0 R 1211 0 R ]
+>> endobj
+1208 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [421.578 643.212 428.04 655.459]
+/Subtype /Link
+/A << /S /GoTo /D (Hfootnote.2) >>
+>> endobj
+1209 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [341.462 562.715 347.924 575.308]
+/Subtype /Link
+/A << /S /GoTo /D (Hfootnote.3) >>
+>> endobj
+1210 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [296.99 529.396 311.712 540.244]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.6) >>
+>> endobj
+1211 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [365.677 529.396 380.399 540.244]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.7) >>
+>> endobj
+1215 0 obj <<
+/D [1213 0 R /XYZ 124.802 740.998 null]
+>> endobj
+234 0 obj <<
+/D [1213 0 R /XYZ 124.802 606.011 null]
+>> endobj
+238 0 obj <<
+/D [1213 0 R /XYZ 124.802 291.414 null]
+>> endobj
+1216 0 obj <<
+/D [1213 0 R /XYZ 140.045 193.258 null]
+>> endobj
+1218 0 obj <<
+/D [1213 0 R /XYZ 140.045 164.825 null]
+>> endobj
+1212 0 obj <<
+/Font << /F8 399 0 R /F43 398 0 R /F52 480 0 R /F11 497 0 R /F50 400 0 R /F7 523 0 R /F55 517 0 R /F14 452 0 R /F19 1185 0 R /F18 1187 0 R /F21 1217 0 R /F24 393 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1222 0 obj <<
+/Length 2069
+/Filter /FlateDecode
+>>
+stream
+xÚµYKsÛȾëWà¶`•8Æ<tÈVì”Sµ[›D{H´ª
+LED À
+þrüþx{õæWAÊR#Lp» ¸LY¬LG†q‘·ëà.ü-âñâþö¯ý¾7ï’ÑI »µ·[»XJ!Âf•yù€Ve±àá3M2à'íªmhaÛí8æëvë×oˆT•þÛ¡Ì[å%Šbó‘‚ &cÝ ñDKÆBjfRÕ}_®óÈ«ÒSOD‘áÖæÛ…HÂ9KÁ™4XrÎR­‰ËÆmK¹—2:)4+¥I˜ÒI'ÄóœB‰s!Ùbixþé)oˆ{‘}X,EÚ²rMƒ6_¡ØãuI·.
+ ØU•?´4õ_iqm›ü£]_ÓcÉâéu?p—”¨¥¼¦!°…»~´4sâÁ(ŽTa[em[[ïòÒöè{öÔíñæÂNìlbœK²´%‡_¤¼Ö6ÿ¹HÀ´tà*+{i½°[/ÞmNO£ÅˆS"YÇ«ÇY Ó½þkéYDaT”v+ðÂöæç_úñíß'˜¿H¬Y¤{Û¨öh×3g,¹Ðà
+1K¥ðZâRùÅz"r:\éƒ}è¬vÂQ¤,Iz±?µùãÇ}¾jµý|G—÷d3R³Äo5曟ŒÆòyæ$oŸŒ9ãåò%XpŸóãåÜñB²”§cÆú½À.–1g±ä¢@¦„˜tnçžçĸWÕn_€;ya™»ÜóôïÌ
+"ó®%# }¹k‘õ73ºTÒ)aœ^Ð_&Ö»U6ÿ@‰3çqØ~ Óã–bò–4ÐØœ^)”5´Îw¶lÜÝÜ—Ù,•€8¢¾’ë¦ÓôìNS&çw:åÁUÿÝe¢¥·ýT1%äÔú[/³J(®â O.8iö4[å`6
+ÓR3¿'«ps—p= Lxæ%Œd2éýé+>—\[â©sß=Ýp¦W»ëç±ÚÑuyš2¡Å4¨Ý_`ìMÿH9â…¥µk—aü[¤£ÆZštyºBᇤ¯R žj1Í6~)P ™²¡™Ûð?ücë:_û5h[3wÓf0L‡·^¾‰”clõI™–½Ò|j/‰^"ýN€•÷ïï‘z, 
+ßÿ&¿ÿ^„HÅ<"­í¾ÈV§˜ÔkÔO:ô]ãÿ/…Í\F…ðQV­µÛ¬¥Ñaï)(xäÑŽuÞR_CЦÛçêX)a2>dÅ5âð—‡Í¾¨Zÿ™bŽlÓ滬µÍÜ£ylÉÞ׈ ;è€T×yÀ¾É’¾»
+Ù®þ)Ô
+8(L±|€Cî1±V»«»û(XÃGÈèà‡IptKw°$fʵ±ŠàWóÿ,J©¥éÿY„AR¹Wˆ$Ÿäd
+endstream
+endobj
+1221 0 obj <<
+/Type /Page
+/Contents 1222 0 R
+/Resources 1220 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1201 0 R
+/Annots [ 1219 0 R ]
+>> endobj
+1219 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [300.848 260.854 307.31 272.894]
+/Subtype /Link
+/A << /S /GoTo /D (Hfootnote.4) >>
+>> endobj
+1223 0 obj <<
+/D [1221 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1224 0 obj <<
+/D [1221 0 R /XYZ 124.802 654.378 null]
+>> endobj
+1225 0 obj <<
+/D [1221 0 R /XYZ 149.709 656.316 null]
+>> endobj
+1226 0 obj <<
+/D [1221 0 R /XYZ 149.709 644.361 null]
+>> endobj
+1227 0 obj <<
+/D [1221 0 R /XYZ 149.709 632.405 null]
+>> endobj
+1228 0 obj <<
+/D [1221 0 R /XYZ 149.709 620.45 null]
+>> endobj
+1229 0 obj <<
+/D [1221 0 R /XYZ 149.709 608.495 null]
+>> endobj
+1230 0 obj <<
+/D [1221 0 R /XYZ 124.802 478.483 null]
+>> endobj
+1231 0 obj <<
+/D [1221 0 R /XYZ 149.709 480.973 null]
+>> endobj
+1232 0 obj <<
+/D [1221 0 R /XYZ 149.709 469.018 null]
+>> endobj
+1233 0 obj <<
+/D [1221 0 R /XYZ 149.709 457.063 null]
+>> endobj
+1234 0 obj <<
+/D [1221 0 R /XYZ 149.709 445.108 null]
+>> endobj
+1235 0 obj <<
+/D [1221 0 R /XYZ 149.709 433.153 null]
+>> endobj
+1236 0 obj <<
+/D [1221 0 R /XYZ 124.802 389.317 null]
+>> endobj
+1237 0 obj <<
+/D [1221 0 R /XYZ 149.709 389.317 null]
+>> endobj
+1238 0 obj <<
+/D [1221 0 R /XYZ 149.709 377.362 null]
+>> endobj
+1239 0 obj <<
+/D [1221 0 R /XYZ 149.709 365.407 null]
+>> endobj
+1240 0 obj <<
+/D [1221 0 R /XYZ 149.709 353.451 null]
+>> endobj
+1241 0 obj <<
+/D [1221 0 R /XYZ 149.709 341.496 null]
+>> endobj
+242 0 obj <<
+/D [1221 0 R /XYZ 124.802 220.014 null]
+>> endobj
+1242 0 obj <<
+/D [1221 0 R /XYZ 140.045 135.682 null]
+>> endobj
+1220 0 obj <<
+/Font << /F14 452 0 R /F8 399 0 R /F11 497 0 R /F52 480 0 R /F50 400 0 R /F55 517 0 R /F7 523 0 R /F43 398 0 R /F19 1185 0 R /F18 1187 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1245 0 obj <<
+/Length 1783
+/Filter /FlateDecode
+>>
+stream
+xÚÝXëoÛ6ÿÞ¿ÂÀ0T,VâCùÐç°}
+Pè“ÄÿÓ
+“›¬¾½¸9󉘯g„K‹ÚÀ0ê^ôo,R‹-èÄ-F=e$öýï¤gìä¸íw„ŽÐ'!£Ã;oÊ©ËXàÔS×wdc&ÍJšÁ¶È4)têì+ÒeeHeÀ‚ØØ0lAŒRA‚¸
+wÐÈ)«4+’u«BGß&™º\pç¼5ªNÖÒ,gµ¡lŒˆºÎ®ò±•ê,ÇVº*’)^ÌÞf+åô.[ Šbz#A¿É¦ÉŠ¥E/c„ÆÑ=Ϋ‰Ã7›<›gM¾½ÌwÊ)hÿ2¥¡#«*KemÈÝ`‰câ‡Ý=ì²´Y=
+`™Ë\Î`î«„Û³¹’mf뤺®ÍÞ¢LÓ
+–'èmÙeyn–paУ³ÓJcz§›
+3Õ–˜Èl­˜çÙfƒdf×Ï´TFâ$iCzaæ{=¶†˜f(WÕl´Ï4ðtR´BÐÒ^2öí 5T@0[D'Càâf¹Èr@ÑÙË·¯, Eöfu‰åêð›ªÙ°Õ&°œ‰îœ7Fɱï÷×Äšù)Äx'i¯¤®>$m\KûÆ\õæ¡è*Í*q
+cøµ;ÅWïëF®g&ÉìV²B]–‹M^6ØåLD€«à¦œ)í©)?ª/øc“'X´¡30¤¥,d'íZ—~ÄçiÄuT«…õ¡Ùj`*y×ïèî± f˜ *Û=Œ®µn“Oßk¬T0øÎ [€¾A¨1™ÊX÷™R½’LÙPi²o,ÀÚ2öi'.Ãt:ôøànx¼P*âÈ´OIUÈô§©+Bî|¶6)§sÀàïÖS#Ü$j|¶7¾Â§S‚Up…æ'é—©€²ZÌ%ªê=zh@5©¤‹ Œ ßp1ôÌ_Û¬jý¯¤‹N:P® “‘r™.Û’reng‹5ãÜø\x$‚ÜéR­AK~­WLLÈI"ð壿 §÷hL%»¢4(£L‡¬FFÛy.Ê6uvÕQ—ëÕ¯Õh£\ÓtÍçý› QÚ*_Æü£ëÉ瀒³Þ¿ß ~ðï ô?l¬ïTt!²ü@¿!O|§ö­Ç¥ê¶üú s\0Ê#âÖb˜†<¿×0ÝÏŽ€k5¸«$Ã1ÈËÿƒ_ÄØ}cêöÄ+>ISUHL;×æåA’W§‰õq eϼöUvôÿ–ƒ™ôhýâÆ
+endstream
+endobj
+1244 0 obj <<
+/Type /Page
+/Contents 1245 0 R
+/Resources 1243 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1201 0 R
+>> endobj
+1246 0 obj <<
+/D [1244 0 R /XYZ 124.802 740.998 null]
+>> endobj
+246 0 obj <<
+/D [1244 0 R /XYZ 124.802 716.092 null]
+>> endobj
+1247 0 obj <<
+/D [1244 0 R /XYZ 124.802 681.762 null]
+>> endobj
+1248 0 obj <<
+/D [1244 0 R /XYZ 124.802 681.762 null]
+>> endobj
+1249 0 obj <<
+/D [1244 0 R /XYZ 124.802 669.807 null]
+>> endobj
+1250 0 obj <<
+/D [1244 0 R /XYZ 124.802 657.852 null]
+>> endobj
+1251 0 obj <<
+/D [1244 0 R /XYZ 124.802 645.896 null]
+>> endobj
+1252 0 obj <<
+/D [1244 0 R /XYZ 124.802 633.941 null]
+>> endobj
+1253 0 obj <<
+/D [1244 0 R /XYZ 124.802 536.363 null]
+>> endobj
+1254 0 obj <<
+/D [1244 0 R /XYZ 124.802 538.3 null]
+>> endobj
+1255 0 obj <<
+/D [1244 0 R /XYZ 124.802 526.345 null]
+>> endobj
+1256 0 obj <<
+/D [1244 0 R /XYZ 124.802 514.39 null]
+>> endobj
+1257 0 obj <<
+/D [1244 0 R /XYZ 124.802 502.434 null]
+>> endobj
+1258 0 obj <<
+/D [1244 0 R /XYZ 124.802 490.479 null]
+>> endobj
+250 0 obj <<
+/D [1244 0 R /XYZ 124.802 420.25 null]
+>> endobj
+254 0 obj <<
+/D [1244 0 R /XYZ 124.802 352.607 null]
+>> endobj
+1259 0 obj <<
+/D [1244 0 R /XYZ 124.802 220.644 null]
+>> endobj
+1260 0 obj <<
+/D [1244 0 R /XYZ 124.802 222.581 null]
+>> endobj
+1261 0 obj <<
+/D [1244 0 R /XYZ 124.802 210.626 null]
+>> endobj
+1262 0 obj <<
+/D [1244 0 R /XYZ 124.802 198.671 null]
+>> endobj
+1263 0 obj <<
+/D [1244 0 R /XYZ 124.802 186.716 null]
+>> endobj
+1264 0 obj <<
+/D [1244 0 R /XYZ 124.802 174.761 null]
+>> endobj
+1265 0 obj <<
+/D [1244 0 R /XYZ 124.802 162.805 null]
+>> endobj
+1266 0 obj <<
+/D [1244 0 R /XYZ 124.802 150.85 null]
+>> endobj
+1267 0 obj <<
+/D [1244 0 R /XYZ 124.802 138.895 null]
+>> endobj
+1243 0 obj <<
+/Font << /F43 398 0 R /F55 517 0 R /F8 399 0 R /F50 400 0 R /F11 497 0 R /F52 480 0 R /F14 452 0 R /F59 539 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1270 0 obj <<
+/Length 2870
+/Filter /FlateDecode
+>>
+stream
+xÚÕZmoÛÈþî_A 8D¢½}¹â>$wIТé5^Ñ+F¢m"éŠÔÙé!ÿýf_¹”([ŽÓÂœˆggæ™™Ý%..
+\¼>Áá÷ÅÙÉ·¯. 2’Êâì¼ ”#i¡°D„šâlYüsöù§ÿ:û¼1'!<õ¸¥ƒ‘IÈ( ¼Ž§j–e4ˆB†±Èó[ySwŸÝsÊ!ä¿4N_üÏU½è·›Ê —Ü¿}¥³·e‚{!×õju:gŒÍ6U·]õöšÏêfRÞ˳¸ %iÉ
+n82˜‹õÉ¿ `|]8Ѣ¸.,9ÿÃÀ¿õÞ%‘1a°(VÅ ¹TS­‘í@¸œf‘/Nš0"1†:]0ÖøÿõÉ$`ÂeT!݃4A4³Òm$y 
+…V”XÞwEòÓÛÂþy{£Ã˜Fœ><¸õ Æ;˳ëź{2
+˜S®?U̹ŸKçsð9ÈTPD™*"ûXìFx¬i ¥ï<ÃHRRÅç\¸xÈñÊdº¼Ít ÖFc“C ú ¾Æè¨BºÏÐO´‘äzôµA„ˆ¡oŒK·¢Ï0CÀxúäôS2Ú?èr
+àù:ð˃ðªìÃ?û8á‡7 °ÆÊàO´Ñp9ç
+Ež¤q”²g×¹wÒY/F&gaQa6%ùà
+ ÌÏôK¤‘;ÆÁ!IÚ@ŠÃŽ|Â%¤Har¯ÀâßCGãFRî™o0"IÛ·v×=¹^øXßÍ]o³¿¦m¿Äùy¶5¿_ŒÂ±—qÎ>œÎ©žU‹rÛUþL \­&
+”ÀH‚¡ÝìW(Ïy|>_´Nn»YÖMÙW]½©â¹ÃÕª\À ™-=åÃ)°ò×S’0HÉv?ãÈ ,äÏbˆ†Øø0æìÒª¡Ììùæb»®;tï)ï'N`WšLûáÍûcižzYµµZè8\S®ÃU{î•þöÌ)«R nN!&‚¦/Ý„sFþy¾.›Ö¿|}Y/¬—þ¶/?Ú;çr¸­nÊE¿ú49¥jvm·Á=€LîœU•™Wpd4ÃG2몫rø.=}
+ ³¸.?¬¢‘VIw4îb5 ªFL2Ï .£‡\¡B®È’<8pé–Ëðè¼]­Z›#®»ïF–@²çy AãÜ-Óˆ C‚újçÜj{•Bï¯çW«Ö)Ä•=؆!uioÈðÀã
+Ö5vJú»ëº¿ôWy&œŠwM!àÓ¤xB&²4g$Íå®êÃÈíŽusµ ÏvJg‚r7ã)ñêT3`œ*—À­ÅÑå:: {:«—›šûª…Ótp€ÄúK»?BGêýHqäî*´&µÕÎ…P§Ó!,šŒ•r¹´!pÄ|ÎkXzûÏ':gPªÈn7ñiÊjÊé¾sý$¨ã÷á~Ú³úJ’’äcLÍ¡Ù5×IÛ,ÚþÓë®{Á±±Á²›MåðR³¶YúrtûQŒ¿Š¿«öÒN¹®Ï&+têf”LÅ&Bd™êNZCæd†ß— ý;i.·û&zë6óð‘TP¢è8-¦°¶i° ¹/v¼eøæÆ¥“íÚ¦ÌNfµyæYmÔ9–X‡&$¡2šÌAßÃòV`ñÁ2ijÞ<ÅEŒqÿˆµpó”ÌÖ¶³ÏZHÅ}ÊŽý
+ëOavÊvWaÝ›µ{Ë:}àï<‡¤âôþ¿~¯Ã›uH@}ìÕêeˆ1àp³š”&Š@*_s˜]a•>¬¹mª›Þ?n'×
+ÛßÕ, Ü¥m(¿ÿá§7ožÿåÇwû¡1÷Âæ®÷6ùÚRpz!ÁÁaW}Ý6šDþÞ†¼åIk×,þùûÉž€Ú-ù´AuPÁQ§ûÔdÍt_†ˆ`tã’Œ¥Ù²a™]Ì”a'hBëq"v—´àðŒb;9ÿ: 7ô|C…àœC •.!¼CØ•ã-=œI—Áúëc]Fò=×@4Ÿæ®eù³¥
+ xûÍ4döC=
+uC¼úº?1„ŽÛYHLgÙÎÂôŽƒí8[_á‚'Æí‹ÅA#Lí1Èn|»W™q½<;ù”ŽXª
+endstream
+endobj
+1269 0 obj <<
+/Type /Page
+/Contents 1270 0 R
+/Resources 1268 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1201 0 R
+>> endobj
+1271 0 obj <<
+/D [1269 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1272 0 obj <<
+/D [1269 0 R /XYZ 124.802 718.084 null]
+>> endobj
+1273 0 obj <<
+/D [1269 0 R /XYZ 124.802 706.129 null]
+>> endobj
+1274 0 obj <<
+/D [1269 0 R /XYZ 124.802 694.174 null]
+>> endobj
+1275 0 obj <<
+/D [1269 0 R /XYZ 124.802 431.028 null]
+>> endobj
+1276 0 obj <<
+/D [1269 0 R /XYZ 124.802 432.966 null]
+>> endobj
+1277 0 obj <<
+/D [1269 0 R /XYZ 124.802 421.01 null]
+>> endobj
+1278 0 obj <<
+/D [1269 0 R /XYZ 124.802 409.055 null]
+>> endobj
+258 0 obj <<
+/D [1269 0 R /XYZ 124.802 162.681 null]
+>> endobj
+1268 0 obj <<
+/Font << /F50 400 0 R /F55 517 0 R /F8 399 0 R /F11 497 0 R /F59 539 0 R /F14 452 0 R /F52 480 0 R /F42 396 0 R /F7 523 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1281 0 obj <<
+/Length 1176
+/Filter /FlateDecode
+>>
+stream
+xÚVÛnã6}ÏWè!Ee4âò&RDᇴ›-P$mú¡E²h™¶ÕU$C’×N ÿ{‡)r¬d³K$çÌ Ï …ƒe€ƒŸÎ°þ0;{÷! R‚Š`¶SHrH,¡*˜ÍƒÛðÏIÂÂj3‰áC:¡Iøh2ÜLHØL"j·Ø®òƽå¥{fUùϦÌÚ¼*Ý–mÞ®&g?¿ûã!±ˆ(^YÊÝ"/Z]OB<tRbDe‡l+GTëF·Ž"-{;k1D4¦ˆã$ˆA*Ž™ª6pnWi«?O¨ u&ç<¼,Ý’Þ¥ëÂFÊí±YmŠ¹[»ŸD0Önà\âaf0«´\úyc@õ£[æ;ŸUvwUÏóØ}ÄœÎAjbÆà·DIâ$FDø,ÆC“ˆ‰.5z§³M äã0mÝS—s÷².ªvúã¯77—¿¼ÿý4É‘3‘±Žu掗¨0ݹ7ðzíÏÖÌEeBÜz”M`r{6«Õ§‰OÌÿ=&ž ÎUÃËrH%î[ïÁ¢X5’°v:uÇ0B$H/¹;Âx:Ÿ›´l_#Ýó˜=ÆH©¸Û›Ui9G^`*A‰TÇ›­¼
+Òz¹yÐ¥IFëfÆÒ Ltÿ+ FPié$fd)C/ÙAY°ðÚ™’@J²Ä†¤“4 ƒô¬¹Ë>P¨b
+³9õÖT ± êèÝ·$î|'Ò¼ôË©_HÛ´¨–rÕÂ=çù&L×G‡øÛra¤ã ,tÚn %uÝpG]äÕ"O|¤ˆøX¯õÒÖ­‰vmtVM´[K×f•‚è¡
+ê´Ì´§aÇI1E­zGã'è÷¶'ZºvPÚ`yk~tí§ô¢u¨¬ªK˜=Õ± NTȧ"kóOÿ6íc¡÷ú³m†¶=Ù†bÞ
+ëÄứÕeHr\J·i;Ýßác„Ù…ù9\@¼«ªž6ÕÆtVck«›ö£÷J ¼¢èSù~3âxDá*$XSÿû¾;èPDIgí^/!y§©²GëQ{“†už™\ßðDo%”_IJ†?“èÃíË„»"½×ä÷b†¤êûR«wm“P³%¢¿ˆöï«ÅápáH…„èH}M?zÒóë¿è¹;º«º®jŸ+‚c7í©Z)?KV×Âû;νeUw½z™íŸäõÌ+¾
+8\ÕÆ¡øÕx±’Ý‚¨8~-bEI¿!*lý†15¾ïl¹E;‰üÇã³i#×cöçó)=7có6ðá D?8Œ†ð†’5mväÛG"ÅØXÁºÈýeÿÕéMlÏûÑÉÐø‡áp7 Nqè©Ô0ydâjvöK b
+endstream
+endobj
+1280 0 obj <<
+/Type /Page
+/Contents 1281 0 R
+/Resources 1279 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1308 0 R
+>> endobj
+1282 0 obj <<
+/D [1280 0 R /XYZ 124.802 740.998 null]
+>> endobj
+262 0 obj <<
+/D [1280 0 R /XYZ 124.802 678.296 null]
+>> endobj
+266 0 obj <<
+/D [1280 0 R /XYZ 124.802 618.783 null]
+>> endobj
+270 0 obj <<
+/D [1280 0 R /XYZ 124.802 565.296 null]
+>> endobj
+274 0 obj <<
+/D [1280 0 R /XYZ 124.802 544.527 null]
+>> endobj
+1283 0 obj <<
+/D [1280 0 R /XYZ 124.802 520.547 null]
+>> endobj
+1284 0 obj <<
+/D [1280 0 R /XYZ 124.802 522.484 null]
+>> endobj
+1285 0 obj <<
+/D [1280 0 R /XYZ 124.802 510.529 null]
+>> endobj
+1286 0 obj <<
+/D [1280 0 R /XYZ 124.802 498.574 null]
+>> endobj
+1287 0 obj <<
+/D [1280 0 R /XYZ 124.802 486.619 null]
+>> endobj
+1288 0 obj <<
+/D [1280 0 R /XYZ 124.802 474.664 null]
+>> endobj
+1289 0 obj <<
+/D [1280 0 R /XYZ 124.802 462.709 null]
+>> endobj
+1290 0 obj <<
+/D [1280 0 R /XYZ 124.802 450.753 null]
+>> endobj
+1291 0 obj <<
+/D [1280 0 R /XYZ 124.802 438.798 null]
+>> endobj
+1292 0 obj <<
+/D [1280 0 R /XYZ 124.802 426.843 null]
+>> endobj
+1293 0 obj <<
+/D [1280 0 R /XYZ 124.802 414.888 null]
+>> endobj
+1294 0 obj <<
+/D [1280 0 R /XYZ 124.802 402.933 null]
+>> endobj
+1295 0 obj <<
+/D [1280 0 R /XYZ 124.802 390.978 null]
+>> endobj
+1296 0 obj <<
+/D [1280 0 R /XYZ 124.802 379.022 null]
+>> endobj
+1297 0 obj <<
+/D [1280 0 R /XYZ 124.802 367.067 null]
+>> endobj
+1298 0 obj <<
+/D [1280 0 R /XYZ 124.802 355.112 null]
+>> endobj
+1299 0 obj <<
+/D [1280 0 R /XYZ 124.802 343.157 null]
+>> endobj
+1300 0 obj <<
+/D [1280 0 R /XYZ 124.802 331.202 null]
+>> endobj
+1301 0 obj <<
+/D [1280 0 R /XYZ 124.802 319.247 null]
+>> endobj
+1302 0 obj <<
+/D [1280 0 R /XYZ 124.802 307.291 null]
+>> endobj
+1303 0 obj <<
+/D [1280 0 R /XYZ 124.802 295.336 null]
+>> endobj
+1304 0 obj <<
+/D [1280 0 R /XYZ 124.802 283.381 null]
+>> endobj
+1305 0 obj <<
+/D [1280 0 R /XYZ 124.802 271.426 null]
+>> endobj
+1306 0 obj <<
+/D [1280 0 R /XYZ 124.802 259.471 null]
+>> endobj
+1307 0 obj <<
+/D [1280 0 R /XYZ 124.802 247.516 null]
+>> endobj
+1279 0 obj <<
+/Font << /F8 399 0 R /F50 400 0 R /F42 396 0 R /F55 517 0 R /F7 523 0 R /F43 398 0 R /F59 539 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1311 0 obj <<
+/Length 7358
+/Filter /FlateDecode
+>>
+stream
+xÚå]]¯$·q}ß_1
+ !ºm~ ЋÛAà—õ
+ȃmëÑZrg×^­ÛÂþwW‘¬bUOϽ·{…ä1diûìi’]¬b±ÙsúödN¿zanü׿ÍÉžœ3KÊõcXB=//þ|Ò¯NùÂ,¾–xúŸÂò³ÀýðÿËÕm²K0¡¸Óýé…­a±Æšp Æ;
+EþÇéÅÛ¡hku­.f‰Ø ø÷¯^ÜÅ¥&ç©té–âC X6AªXcYbª5!óÕ‰ûçåCš~1ɘJšt)4 Rš Ñ,‹÷¹FÒ¤K¡IÒdðˆ¦u‹)Ž5éRh¤4<¤–Zòì\¾–ª„iYFéæÅ'ã ëÒµÔ%Lë2zH·ÂÝiÊŽK©: -JàMga¤…êH”¯…*cJv¢‡tÝ’|1lP|-u ÓºŒѽá#Ââ¢-þ >"/6ºš¯5_’?$jãb½?ÝY Fwj‡wl®Qüù|9iWK%Ü9—bÝé.è—„…üüë?ûe9U¬O:}ýÇ“óµé Ê×ßœ~û¹5_üþëÿÙ/ó)-5ƒ=¯ÝqòK²DB΋_|=ÀP›b/E]Fs¸5Üägãÿ]XÀ§N“—Ò¢¤ ŠÀCþ<¹·süðµŒ
+¦ÐÜ=ºÎ,Á§ªž-cJW2§®äîÒuK®9h]´®`
+]ÁÝ¥à>Y‘Ô%Lë
+¦ÐÜ]ºi‰ÎeWŒi]Áº‚»K·,&$5†Òª“'D's¦ôäŸà/J…Ä­ºÜÅÕ”úÎå¥-"ÇÅÇxlNm«_,®ÃdÔ›sj[¡û=Gͪ­ß|û;X¿3fcö _ƒ˜ycµfTIÔH̼G“ïf›ŸgÔpu Ödmz„iÛLa|‚»Çúp_f IʤToŠ
+æMH“&JQÆ”ªdNYÉÝ¥›ÁJ°J—0­+˜BWp÷èFƒ«ä^u2cJW2§®äîÒÅ}Š¹h]´®`
+]ÁÝ¥à>¯/AZuò„èdîÒLmë«ŠŒiUÁ²‚»K7/%fpjR—0­+˜BWpwE*á(j<Á_PÔ¸í.nF!ÕýĨ‘L]R|8jç)Q#=9j„QCÔh#jÌ6?Ϩq%ÓªiAÚö&O˜Þdî±¼„+åÑ(QÆ”ªdNYÉÝ£ é`€ÿ©ɘҕ̩+¹»t3.ñåYÓº‚)twW>ÿŠ9«‡1Ñ ¦Héw—.$ü0uÖº„i]Áº‚»K7À}^çVŒi]Áº‚»K7-68=égLë
+¦ÐÜ]ºyI)GÓº‚)twWÄš¾€Ç£>ƒÂÆM—q3jÀS©ùS£†‡h•‰ƒóÓF +jÌmDÙæç5àio“š³0¦-O0…å îË« ›ÔÄ1¥+™SWrw­[Eôjaº×S¬ î>]4«ê’&p¥,¸RZ°÷iW\=uVk¸Ò\©-Ø»´­ƒAT²ÖfPkK®Ð–ì}ÚàÔ\ðYk¸Ò\©-Øû´cÛ`©¥¶RžL)<¹ûtÁñ@¤/Z˜À•²àJiÁÞÅ„‡ pò_Bå¶+¹Qðñäò©!÷
+)³F!E4úyÆk <Qg´¯cpeƒ‚+mP°wÙ?ôR±øfLj3¨µ%WhKö¾7 x¨Fô«W ®Þ®| "Øû´EM:°1¸Ò\©-Øû´!oÎ%E­MàJ[p¥¶`ïÒƺ}µ*U˜ Ö–\¡-Ùû´ÜtZ6Á•¶àJmÁÞ§—œ|Ô¶ÆàJ[p¥¶`ïÓ΋[eÁŒ­”'S
+Oî¾Ø&|˜'ù
+1¸•Û1Q¬Ÿcð¸òHŒœŸ6ÆØ[1fÖh+ÆÌF?ÓÊ’¢ zžÃàÊ
+Wš¡`ï²Ãé¶Ó9cZY0…°àîÒM –cÖ~–ÁUß ®–ì}ÚiIÆX=¡ep¥-¸R[°÷iC†]ªÑ1Á•¶àJmÁÞ·»À¢ëˆÚÎ\í/\¹Á@°÷i{|‹¹ÊÛ\i ®Ôì}Úq‰yµ7Á•¶àJmÁÞ§<SC0WÚ‚+µ{_l¾‚cÌSü
+ǘÛnå9úÑ\–\YmŸ!pÕׂ+ûZ°wõuɸFk´²`
+aÁÝ¥[Ý’
+Q)Ì V–\!-Ùû´¾m[ÍÛ\i ®Ôì}ÚVÖºŠ™ ®´Wj ö¾ÝRFEÕÛ´&¸Ú/%¸rÔ`ïÓöø^OoM›àJ[p¥¶`ïÓŽ¸/B¿ŸàJ[p¥¶`ïÓ†9¡©nµEÀ•¶àJmÁÞçÃ…¯`?ú¿Â~ô¶[yù¿ëD_Ù=Nß;fÊ¿§CFœHÂŒ;Ö¾Ò›¥Ú‚àŸB*v –j‚i.ÞÔˆ‡®áQx ¤½¸š"lgäÔfi©½<³ÁæÆ,г‚Ú)E˜ ã=xr‚]"Ød<AÄÉ–^·x ŽÉì#%Séëó’<îUÆóØuŒf™¥`Ã^XÌ!pß”j‘@ñpI|] ¿-ØÁ³Íî4;ƒ3~˜¹”bŒâ¹¥VïUi"Ùs;¸“иØè½;‰âh’²„œ[©zÌ›àÒ®[{î–°õ\¿IƒY…x´…âùr wÂ?¸à:T}õ
+‘Ç¥a
+úÌ}ñ%§4Ötœ— †PmÀf
+t3€ ÓÎþä¬%…ÖN=ÏíóG\·6Ùà÷¹0‡³ôŸ÷oú ÆgˆÂ»Ç ß»lò¢‡FãW¾ø.ÜAþs£¼„'Ú×Í?Z\Oßä:ð·«oÒ*øBÝyÊÐÙÛª ƒÇ¥ÂsƸ·Ís­b;PÖâ!ø·zgš`àxHX\œ…ælÒ^^§¿öÇ/7aðbf¤€ßŒ3ÖC(mÖ Ž.—qò˜'áÓ…ÉAg’ÆâÁYZ‡nÜ…J|°Ñí³™UÂ}£`j³e ªdV0-Í«R ¶ÛšÃÃ6Q " KÙöœ¿V€§êO´`&Û .Ð]Awât'Ô(­ ÙÂ|Ñ5‹ƒb“Ëm‰– Jȸ™ÁÁ8¿P 8g*ø]ëì‚Îí4ûè0f "¨†v@÷,nB¤‹÷N4À3
+E:zj˜íAm#Bœ‰ÏáLN¼n-*ŠEWŒò¢¸ ‘.Þ;Qt4®
+ŽÞ‚:üåt™ ÉÔ`¢<íŸÅ ˆte~ÐŽˆL¹Ú™!à®D_ _„.C2GÄÙ *n£½«<Au¨C?–^hM¡»—‚gç˜ÜÛ“‹ë;—PÍ¥zÏCÂjKoÄ¡å"AºÎÙ–
+fY þ„~1P ~§Œ3®ÔÂ<OH :3!YÏ’˜ðo¨(Ž!Òm÷2
+á-<b–‹ ˜¡µ72¬ËйŸ§Ø+8‰³\Üu{G_Ï®/½Bfµ­B6ÇàéèÆbpûzÏ'—PÍ¥FÏG\g0˜ßÐÄý¢Ð iR;Ï Ã –æû²äILù‚ͦ­;ØI îBEM„$ñΉÂT"¶³€¸,˜‚dL§ä@Îý¼»Q3¦qí¹¨«VŽþ¾Î[.½Æàƒ‚Üøbd
+ä½[fðpÖ{E fö»ïoä€ã
+3ÇclYÄ5C¿ÃèëNíwRäâNøBîŸÿáÙ[¹Ô>kÉí)7ï†_T•ÚCÖ8r†W
+
+¾Ê©ã<™h ú¸þšÁŸðñ‚àÜÁ¿Æ n‡Î‚ƒB‹‰mÆ)R™iÞv3Š¿O5Ö&npñD"\aÀÔÉ瞯ޠ¦%¤§ —è!ô2 hpzœBïÇXüÕæsÐO§e$}<ms»‰•žÁ̯{Ç\eÕמõØ:¾¿QpÑŽ7`qqÛ\Ϋ:¼Ú2¨‹aDAmò¶éõ߉ž{ýç@"ݦZ<6w…º¶Ü“ˆ‹ý1¦ÇyT{U)µ_mŽ‡‹BÑýûqÄ÷&·âÊdÀ÷«Ö‚Âäý!.¸<Ðà¶Ðñ‘Ñ:dx$øêíi\ÈpqmYÖáÕÖÀ¾לaí¶¸Ð Åô§{ƒ ³gÚtßú˜ø±^ÎOcºè‹Rµå™.Ä£«l
+Û>ìÒ§*<ÁšsX-Œj*<«à»…<öAnSñ·±`¢ð&˜(®
+(ýW›Îõ¢P¹F¼á‡GèÆ1XpiÓ‡”ÊCÜ‚‹]2Àˆ±¶Œçpƒ ³p„áIÜ©HLº¯¶‚ÄESžxƒŠ¿Çåk[ÏŽ)ŒÓ¶©¸þb >´C&-<nRñŒ7\(x2É¢+ðj+Ò]Û›…¸µŒE& (¹Æð
+)ˆdõ×RÐr˜NÊ/Þ¿÷þ꧕¢î Ñò»Ùtî Û~gª.À9|}Š?cm[(ç‚`â5ãÌw¤¢ñ7ðu: æ§Ø ÝÖ¶Õö¥—vÛŸo8±ñµ o?žÑ2z—èzc«§.„äsþXÓ¸¶ãUpÅÑ…ÞßPàâëP k|-
+endstream
+endobj
+1310 0 obj <<
+/Type /Page
+/Contents 1311 0 R
+/Resources 1309 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1308 0 R
+>> endobj
+1312 0 obj <<
+/D [1310 0 R /XYZ 124.802 740.998 null]
+>> endobj
+278 0 obj <<
+/D [1310 0 R /XYZ 124.802 511.957 null]
+>> endobj
+1314 0 obj <<
+/D [1310 0 R /XYZ 124.802 485.653 null]
+>> endobj
+1315 0 obj <<
+/D [1310 0 R /XYZ 124.802 487.59 null]
+>> endobj
+1316 0 obj <<
+/D [1310 0 R /XYZ 124.802 475.635 null]
+>> endobj
+1317 0 obj <<
+/D [1310 0 R /XYZ 124.802 463.679 null]
+>> endobj
+1318 0 obj <<
+/D [1310 0 R /XYZ 124.802 451.724 null]
+>> endobj
+1319 0 obj <<
+/D [1310 0 R /XYZ 124.802 439.769 null]
+>> endobj
+1320 0 obj <<
+/D [1310 0 R /XYZ 124.802 427.814 null]
+>> endobj
+1321 0 obj <<
+/D [1310 0 R /XYZ 124.802 415.859 null]
+>> endobj
+1322 0 obj <<
+/D [1310 0 R /XYZ 124.802 403.904 null]
+>> endobj
+1323 0 obj <<
+/D [1310 0 R /XYZ 124.802 391.948 null]
+>> endobj
+1324 0 obj <<
+/D [1310 0 R /XYZ 124.802 379.993 null]
+>> endobj
+1325 0 obj <<
+/D [1310 0 R /XYZ 124.802 368.038 null]
+>> endobj
+1326 0 obj <<
+/D [1310 0 R /XYZ 124.802 356.083 null]
+>> endobj
+1327 0 obj <<
+/D [1310 0 R /XYZ 124.802 344.128 null]
+>> endobj
+1328 0 obj <<
+/D [1310 0 R /XYZ 124.802 332.173 null]
+>> endobj
+1329 0 obj <<
+/D [1310 0 R /XYZ 124.802 320.217 null]
+>> endobj
+1330 0 obj <<
+/D [1310 0 R /XYZ 124.802 308.262 null]
+>> endobj
+1331 0 obj <<
+/D [1310 0 R /XYZ 124.802 296.307 null]
+>> endobj
+1332 0 obj <<
+/D [1310 0 R /XYZ 124.802 284.352 null]
+>> endobj
+1333 0 obj <<
+/D [1310 0 R /XYZ 124.802 272.397 null]
+>> endobj
+1334 0 obj <<
+/D [1310 0 R /XYZ 124.802 260.442 null]
+>> endobj
+1335 0 obj <<
+/D [1310 0 R /XYZ 124.802 248.486 null]
+>> endobj
+1336 0 obj <<
+/D [1310 0 R /XYZ 124.802 236.531 null]
+>> endobj
+1337 0 obj <<
+/D [1310 0 R /XYZ 124.802 224.576 null]
+>> endobj
+1338 0 obj <<
+/D [1310 0 R /XYZ 124.802 212.621 null]
+>> endobj
+1339 0 obj <<
+/D [1310 0 R /XYZ 124.802 200.666 null]
+>> endobj
+1309 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F13 624 0 R /F63 1313 0 R /F11 497 0 R /F43 398 0 R /F50 400 0 R /F59 539 0 R /F55 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1342 0 obj <<
+/Length 7380
+/Filter /FlateDecode
+>>
+stream
+xÚå][¯$·q~ß_1
+ !:mÞ/ôbø~‘W@l#g×Z!gvíÕ:±-ìOÉ*VõôœsºW C–¶¿ýšÉ&ëÂfsÌ黓9ýú…¹ñ_ ÿ6'{rÎ,)×SŒa õt¾¼øË H¿>5æ ³øZâé¿OËÌ÷Ãÿ/W´É.Á„âN÷§¶†ÅkÂ-ï
+w§);.¥ê€´(G4…™ª#Q¾ªŒ)Ù‰ÒuKòÅð€âk©K˜Öeôˆî mñO°y±ÑÕ|­ù5ÙC²§6.ÖûÓµPa4§vXÇfÅŸÏ—“6µTÂóq)Öîb€~IXÈÏ¿yñ³_•SÅú¤Ó7:9_›Î |óêô»Ï­ùâßüÛÏ~•Oi©Æ#ðÚ'¿$K$ä¼øå7Ó µ)öµ¨Ëh·†›ülì¿ ØÔ9¤Æ¥QÒŠÀCö,¹·sþðµô
+<¥è-Ï!¾–£Š0=¬=2®ªƒNŽsñµÐeLéNô.XöèÛ*¾–º„i]F­c»Ôšë\¸a@®e0¨W3&|LÌ»q³³' ´ \i3|L;/.Ç2WÉPÚ®´>¦]Á;'úœ
+Ýoì‰8*ª¶~óíï`ýÞ˜è;A¾>óÆjͨ’¨‘ˆ¼G“ïf›Ÿ§×pu Öd=ôÓcO0ÅàÜ=£÷e–¤,AJUð¦¨`îÑ„t0ù`¢eL©J攕Ü]ºÆ@ Vé¦uSè
+îÝhp•Ü«NfLéJæÔ•Ü]º¸O1­K˜ÖL¡+¸»tÜçÕã%H«NžÌ]š©m}U’1­*˜BVpwéæ¥Ä FMê¦uSè
+î.O%¬
+mÉÞ§àÆ Ó² ®´Wj ö>í¸ää£k ®´Wj ö>í¼¸UÌØJy2¥ðäîómÂVƒy’]!ó€Y¹ícàÅú©>?+ø˜Áùi}Œ½åcf¶|Ìlô3õ1¡,)º ãW£Ppå0ì]ã0BºítÎĘVL!,¸»t¨å˜µepÕ÷‚+¤%{ŸvZ’1V´ ®´Wj ö>mÈ°K5Ú§3¸Ò\©-ØûvX4Q3Wû Wn0ì}Úßb®ò6WÚ‚+µ{Ÿv\b^-ÁMp¥-¸R[°÷içÏÔÐŒÁ•¶àJmÁÞçÛ„­`ó»Â>æ¶YyŽv4—%$WVÛg\õµàʾì]}]2nÑÓš0­,˜BXpwéV·¤‚NT
+3¨•%WHKö>í„oÛVqƒ+mÁ•Ú‚½OÒÊZW>“Á•¶àJmÁÞ·[ʬ¨z›ÖWû¥Wn˜ì}Úßëé­i\i ®Ôì}Ú÷Eè7à\i ®Ôì}ÚšêV[Ô\i ®Ôì}6\Ø
+¶£O±+lGo›•¯ÿoèËÝc€üþ»)ÿvœ1„ˆ;Ö¾Ò›¥Ú‚àŸB*v –j‚° ojÄC×ð(<Ò^\ÍN¶À3rêQZj/Ïl°¹1 ô¬§vJt<£ON°K„1Oàq²¥WEÆ-Þ‚aòu¤d*}}^’ǽÊx¾
+ý˜Àoœfqè+²B–‘v+UO𸳴«Ö?|ÊŒîóZà9Žf.
+×`-F xDAªÝû—š‡­Aç~ØŠªˆeëTq Ùv+ƒ~É`
+‘Ç¥¡m}ÊtG(ôúM"·b·ní諘®÷Î×ë(½¯íB|×ÿð[:æ„*ø¹q,o†ÙlÛK(³ïGTbòáÚ+9°õ¢òvÐŒ ‡_ñ³‹¦3ÁVs›U5µhüDÀ3¥N±8ÞDAŸ™` ÏÀ¿ä”ÆšŽs`²¡ÁઠŒ™B@paÚ™ÀŸœµä£PÃÚ©ç¹}þˆëÖ&ü>b8KÿyÿºGp0?C4àÞ=f8øÞe“=4¿òÅwáòŸå%<Ñ>¸>ü£ÅõôMXAà¡Á‹`p»ú&­‚-ôЧ ]‘½½¡
+:xlQj.<gô{Û<Þ*¶e-‚«W0Ò„Ž‡„ÅÅYhÎ&íëëô/à×þøå&L^ÌŒðÛqÆz¥EÝ`èrç!8 Ÿ.uœI‹cišE0*ñÁF{ŸmX%Ü7
+C r¶ŒN•†„¥}UŠÁö±æð°MèR¶=çƯà©úS-ˆdû`ƒ 4WÐî„åhÃC¶0_tmÄA±Éå6…DË
+%dÜÌà`ƒ_¨Œ™
+~×:{… s;Í>:ôÙ‚ª¡Ð=‹›éâ½ ð ÀnœDq—aÒ%ïdâlwÝÞn†¶1¨;AP+ÁÆ4Öráq‡v¨_ÀÜ+ôG,¸„j.•p¯s <2Çðݸeæð, d(Qü Écò(y˜e1B’2Ç@ÿ f/ÌÓ«âñÛ‘)IÌ1&«Ïe]µrc¨æƒÁ.¹§‘îŽÈÎêÜÚ Ïí§v3“@ŤÛ{W'\ÀÇÙ5§äE¡HGK ÑÔ6"ä11ÀH|Ng‚0ðv¸µ¨("]ÑË‹â&DºxïDÑиD.ÎbÔ–¬Ôeïå
+NâlwÝÞº_Û¦Kk X‹ÜK€l ývº¦íí´„'bÝ+.¡šK%Üëœ`š½‹B!@Ïè 8GëNþršL†dj0Qûgq"]™´#"S®vf¸+Ñè¡ËÌq6ƒŠÛhï*OPêÐ¥ZSèæ¥àÙ9&÷öäâúŽAÁ%Ts©„Þó°ÚRÀ±k¹H¦®s¶%ÀÞàW¥àŠ²)ýÃ'rnÝTc% !Ó’.ŠRÄÄ×ý¦óGQ`xÆ©HȹE\£bLãÊsQWmùÈ•[½´šä’M»Ý›Ü7*ÖÇÔÞj7Þ/N&ŠI·ß c^ Mw}Q¨Åô`ì
+…4!F$)´3þÙÓrîGˆÂð*’gp ?(¥MˆdÏ=¢ê(ŒÈÔüØÛŠƒÑ# YFνƽz‚G˜¥]·–¢øuÐ2NC…¸-· ì±*ex—Sk •Tí\F—KÝî`¸;p,]$Øâè^ƒkK¸*âp<ˆ(j mrIoª`á‘ÁÍbèš´Ît.dh 6YšÅÀÏxJøȹW±W‰YTg.gݲÑÃ×à¥W>ºÜ\$ÄŽºÁ‡¾f”0º—¼)Þ¸wtm0øž¦ÔT^
+òü üb üN#®ÔÜ<¤Ç™Š¬gILø7THÇé¶{÷– 1ËÅÌÐÚÖeèÜÏSìœÄÙ .£Ç¯£ëK¯P…¨¶UÈæ<ÝX Ʊ¯÷÷\pr Õ\*aô|Äuƒù î…fH“Úynèf°4ß—%O"ä6?š¶î`'- » U5’Ä;'
+¡DlgqY‚dL§ä@Îý¼»Q3¦qí¹¨«VŽþ¾Î[.½Æàƒ‚Üøbd
+ä½[fðpÖ{E fö»ïoä€ã
+3ÇclYø5C¿CïëNíwRäâ|!÷Ïÿðì­\jZr{ÊͺáU¥v—5Žœá•‚‚¯rêxÅO&¨>®¿f°'|¼ w°¯1ƒÙ¡³à Ðbb‹Ø!E*3ÍÛn†@ñ÷©ÆÚÄ .žH„+ ˜:ùÜóÕÔ´„ÔüäÝ…Þ B Na„Ðû1¹ùôÓiIŸOÛÜ>ÄJÏ òëÖñ\Yõµg=¶Ž¯ÆoÔLE´ã Øc\Ü6—óª/·ÔE‚0£ 6y{èõß@ Ï=‡þs ‘nS-›‡»B][î¿IÄÅþÓ㼪½ª”Ú/7çÃE¡hþý8â{“[qe2àûUkÁaòþÌ
+¾[Ècä6 …'0aˆâª€Ò¹i\/
+õ˜kÄvx¸nœƒ—6}H©<Ä-¸Ø)ÌkËx7¸å€! OâFHEbÒux¹å$.
+¬˜*öÅÀTü=._ÛzvLaœö°MÅõþ¡2‘háq“Šg¼áBÁ“¨I]—[žî¢ÀØÞ,Äm§Ø¨e,2¡CÉ5†¨x"Š…>G¨P#þ~™O¡ÂD+ø½¥¬ÀËÍ@d½=÷²ãcoجv? EÒ1÷Õ7vúAg·„Øs–Æ1dœ£õ‚ä}j€ß_e_úkyh3Ŭø ½˜B˜Zãpp¡}0šaôeZN¸xÙ®`ÁG¿âRXˆŒÃ糫m:¢a`ª¾SØÚBSjî½äzÌC¥è†4þ*®ä¾¡wÔAÐN?ÞSGümæ d· .}±ã—òLÿ-"Éí¥‹ŽÆÒq!®ÿ2äÉ1Èî\(=Ún¹r€!Žë ŠÛKÌ£ó‹™– jûM\ù'3ýR{à†±1jî~ïH-ˆ;Ö,æ•Å¯†“+†8¥/ía½\®˜¿Jò~ÓG¸c0§Ã×xÌ@#¾K—ãjŽ6ܤ„ožŠËe · î(}ŽD<- ŽÏla¨U[WÃsRý’èü'\÷`{u”=Ç3®OWKÓ<¦á¨ä“Š¯åýØü \zuŠ;
+çiA¨ó6ö üåE4b²ˆ)„kvMl±3Ù*ækñ«âôML‹ab;6ÌáfŽCÇC’ÁóßEWÁTþúA@<XDjðüâÝŸ®Î^ñV
+Ïún~Þä1•ð¸ÖžJcQkîd“ù¼©àÍtºK0lkÍÂ-ó§Á"RkÖo¶¾[Ê ‹Ä²úk)h9ć“òË÷ïß½¿úÆi¥¨;h´ün6;ȶߙdžª‹€ýŒ»óp®güA,\ŽMÉá> àûç[RÑË`
+é9HŸýøØ¡ÛÖÚ~fb;@ú/7œœØüZоÐè¿Y½Kt½±ÝÓ@7B:°i\Ûñ:¸â C ‰o)pv(Ð5¾€°®¸IÈæß,‚®[!Ý—wô÷tÿÝZãNˆP=ãšr9ª-ãÕèËö\Ÿ
+÷RžÌìi9Sp?‡C
+Üò‰ ûIÛ`Ý Úó°K©àîTÿ°]"Ò»nÙ%¡øiv‰ºnï ^=Õõ¼¿bØv¼nûIØC/lPð<µp²¸èt¿1z¼Ç×TPð;YüVUè¼|¶ðÁQB¬§Œ’µ-Œ·láÁQrÛþ¤ÔzÌô)^qƒø¸çÊuÃ`jŸ=
+®ý¦Øþêy‘“¯ªpŸÿ0/›
+endstream
+endobj
+1341 0 obj <<
+/Type /Page
+/Contents 1342 0 R
+/Resources 1340 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1308 0 R
+>> endobj
+1343 0 obj <<
+/D [1341 0 R /XYZ 124.802 740.998 null]
+>> endobj
+282 0 obj <<
+/D [1341 0 R /XYZ 124.802 511.957 null]
+>> endobj
+1344 0 obj <<
+/D [1341 0 R /XYZ 124.802 485.099 null]
+>> endobj
+1345 0 obj <<
+/D [1341 0 R /XYZ 124.802 487.59 null]
+>> endobj
+1346 0 obj <<
+/D [1341 0 R /XYZ 124.802 475.635 null]
+>> endobj
+1347 0 obj <<
+/D [1341 0 R /XYZ 124.802 463.679 null]
+>> endobj
+1348 0 obj <<
+/D [1341 0 R /XYZ 124.802 451.724 null]
+>> endobj
+1349 0 obj <<
+/D [1341 0 R /XYZ 124.802 439.769 null]
+>> endobj
+1350 0 obj <<
+/D [1341 0 R /XYZ 124.802 427.814 null]
+>> endobj
+1351 0 obj <<
+/D [1341 0 R /XYZ 124.802 415.859 null]
+>> endobj
+1352 0 obj <<
+/D [1341 0 R /XYZ 124.802 403.904 null]
+>> endobj
+1353 0 obj <<
+/D [1341 0 R /XYZ 124.802 391.948 null]
+>> endobj
+1354 0 obj <<
+/D [1341 0 R /XYZ 124.802 379.993 null]
+>> endobj
+1355 0 obj <<
+/D [1341 0 R /XYZ 124.802 368.038 null]
+>> endobj
+1356 0 obj <<
+/D [1341 0 R /XYZ 124.802 356.083 null]
+>> endobj
+1357 0 obj <<
+/D [1341 0 R /XYZ 124.802 344.128 null]
+>> endobj
+1358 0 obj <<
+/D [1341 0 R /XYZ 124.802 332.173 null]
+>> endobj
+1359 0 obj <<
+/D [1341 0 R /XYZ 124.802 320.217 null]
+>> endobj
+1360 0 obj <<
+/D [1341 0 R /XYZ 124.802 308.262 null]
+>> endobj
+1361 0 obj <<
+/D [1341 0 R /XYZ 124.802 296.307 null]
+>> endobj
+1362 0 obj <<
+/D [1341 0 R /XYZ 124.802 284.352 null]
+>> endobj
+1363 0 obj <<
+/D [1341 0 R /XYZ 124.802 272.397 null]
+>> endobj
+1364 0 obj <<
+/D [1341 0 R /XYZ 124.802 260.442 null]
+>> endobj
+1365 0 obj <<
+/D [1341 0 R /XYZ 124.802 248.486 null]
+>> endobj
+1366 0 obj <<
+/D [1341 0 R /XYZ 124.802 236.531 null]
+>> endobj
+1367 0 obj <<
+/D [1341 0 R /XYZ 124.802 224.576 null]
+>> endobj
+1368 0 obj <<
+/D [1341 0 R /XYZ 124.802 212.621 null]
+>> endobj
+1369 0 obj <<
+/D [1341 0 R /XYZ 124.802 200.666 null]
+>> endobj
+1340 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F13 624 0 R /F63 1313 0 R /F11 497 0 R /F43 398 0 R /F50 400 0 R /F59 539 0 R /F55 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1372 0 obj <<
+/Length 7396
+/Filter /FlateDecode
+>>
+stream
+xÚå][¯Çq~ç¯Øqß/ôbø΃Ly°@^R‘³¤Lщÿ=UÝ]ÕU³³çœ*6’¸óñ›þº{zêÒÓÓcNßžÌé·ÏÌ?-üßœìÉY»¤˜O1†%ÔÓùòì/' ýöÔ˜ÏÌâk‰§ÿ>!,ÿ5 œÿ]®~Úd—`Bq§ûÓ3[Ãb5áŒg
+g§);¥ê€´(G4…;-TG¢|,TS²=¤ë–ä‹áÅÇR—0­ËèÝ6",.ÚâŸ`#òb£«ùZóK²‡dOm\¬÷§;4«Í©Ö±™Fñû|9iSK%Ü9—–\Ow1@·$,ã—_=ûÅoÊ©buÒé«oNÎCK­= ÊW/NøÔšÏþôÕ¿þâ7ù”–ša8¯qòK²DBγ_5í›Z_ŠšŒÆp[¸Áõwa‹:Ô8”ãi@z8xÈúƒ÷vÞ=|,í?aÚ0zHl¹©™MK]´.£Gtah˜| ]>ºŒ)݉Ò{Ëìg>–º„i]Fé‚=÷nÊŽC©: -Jà!M0群ÙÇt,U Ó²ŒÑ`’rʬËÇB—1¥;ÑCº`ÏM-<–ùXê¦u=ä¶í…ðØ‹§{‚ÑU~˜'ˆ`œ“}Ø$ƒÑÖ“\—®À]¹‚¡¶í Fs>b_=ÄvÚ)>–cŠ0=¦=2¦Xuãç=ÄÇB—1¥;ÑCºeqÅ&6T|,u ÓºŒÑÍ`Õ]²|ñ±ÐeLéNô.Xuof?ó±Ô%Lë2zH » †ÃG>–º„i]Fé‚e‡› ±.K]´.£‡2M0N¡ÄÌ©&Ë\“0l2zH×-±Ø);¥ê€´(‡üÐ-›!<£6ãé>!Gtšæ
+XiÌ0ò Õ`àµ?=ðW>a¨mû„ÑœØ'¸JÑ[¾‡øXŽ*Âô°bôȸª:9Î{ˆ….cJw¢‡tÁ²GØVñ±Ô%Lë2zhÃØ¥Ö\ç´ r&ƒA=—1ácÚ`Þ›=¥MàJ›ácÚyq9–9GÆ€Ò&p¥Íð1í
+nÜ9Ñç(mWÚ Ò†{Þ8ã§6R›A­=ácÚ`ñ£~j ´ \i3|ÈGݲ'Â_<jOvÌ&°°!Ã
+fj3 žÓ¸zPÏð1m·„š­X"@€Ò&p¥Íð1¯uæH¿ñ˜MÙá5`dÖtÌ8¦.9Œ¿Ë~§‘®œÆP»á4zs>fŸ‘á*%ñ
+æMH‹óÉIQÆt 攕Ü]ºy‰§ë¥.aZW0…®àîÑuf >UumSº’9u%w—®[rÍAë¦uSè
+î.Ý
+YÁÝ¥›—3X5©K˜ÖL¡+¸»|•°ä7ž`/ÈoÜ67ýFŒì~¨ßH¦.)>ì7ˆó¿‘žì7Â-¿!ª´á7f«?N¿q:ÓªP‰ =ú&O ¾ÉÜ3öN—G£DSª’9e%w.¤„þQ>’1¥+™SWrwéfœæ)ʶ0¦uSè
+WÑå¬òÆtV'˜"­Ü]ºôCø¬u Óº‚)tw—n€ó¼Î¯Óº‚)tw—nZlp:ðgLë
+¦ÐÜ]ºyI)GåŸÓº‚)tw—Ïš¶€\Ç£6ƒÇM“qÓoÀU©ùƒý†‡•ñƒóóú ÓoÌ*møÙêÓoÀõ4Þ&·0¦Çž`Š±'¸{Æ^…4ÙÄ ‚CÆ”®dN]ÉÝ5gd<®ÑsF„é^L1g$¸ûtq\U—´0+eÁ•Ò‚½O»âª³Z›À•¶àJmÁÞ¥mÜE%kmµ¶ä
+mÉÞ§ fÍŸµ6+mÁ•Ú‚½O;¶u–Zz`+åɔ“»O`®E ¸R\)-Ø»ü˜°äPž`KÈ¥Ü6%7}
+^ž\>Ø©àZ€üˆSœŸ×©¸›NeViéˆfœ^ÅÚ×Ômí\BÁ•£P°wÝÐKÅâ2©Í Ö–\¡-Ùûž„àÞѯ…¸z"¸òaˆ`ïÓN0(jÒ®Á•¶àJmÁÞ§ ¹s.)jmWÚ‚+µ{—6¾Ýí«U鵶ä
+mÉÞ§àÄ S³ ®´Wj ö>í¸ää£k ®´Wj ö>í¼¸U&ÌØJy2¥ðäîónÂV‹y’]!'ó€Y¹íeàÅúÁ^¦‚+x™Áùy½Œ½éef•¶¼ÌlöGêeBYRtAÇ: ®Æ¡àÊ(Ø»Fb„¤Û鼉1­,˜BXpwé&PË1kKËàªïWHKö>í´$c¬j\i ®Ôì}Úe—j´Wgp¥-¸R[°÷­3°h<¢g ®V®\j Øû´=>Í\ån ®´Wj ö>í¸Ä¼šˆ›àJ[p¥¶`ïÓÎ n¯¡o0WÚ‚+µ{Ÿw¶‚½ÌSì
+{™Ûfåc´£¹,!¹²ZHCયWöµ`ïêkô|^Ϲ2¦•S î.Ýê–TЋJaµ²ä
+iÉÞ§ð©Û*rcp¥-¸R[°÷iCbYëÊg2¸Ò\©-ØûÖMáU/Øšàjå”àÊ¥S‚½OÛãÓ=½Hm‚+mÁ•Ú‚½O;âúý$|‚+mÁ•Ú‚½O‚BSÝj±+mÁ•Ú‚½Ï† [Ávô)v…íèm³òåß׈>ñ=Èo¿‘òïÇ6‘I¹cí+*½Y*ÄØÐXüR±c°T„]8}S#»zàÞ,øâŒv‚ ¬]aˆT JKíš 67fžõàÔN)B€ŽÛõà&
+v‰0&ã <N¶ôÀȸÅ[0L¢Ž”L¥ÑKò¸j·`Ó1še–‚ {f1‰ÀõSªEÅ]&ñ¡-@þ66g×6»Óì BÎøŽæRŠ1Šç–Z½W¥MˆdÏmOB#d,Þ»“(.à
+%¡çe—vXÅw‚=aðl´¸*2[œQ`WÈÈT³„
+YFÚ©T=ÁãFÌÒ®Z;üðU(3ºÌkkä8š¹(\ƒµ%àn©vï_j¶~Bûf@`+ª"BP”­SÅ14dÛ© ú%ƒ)D—†´Yô)KÐyì¦Ðë7‰ÜŠYܺµ£w®bºÞ;_®£ô>· ñ]ÿñ{Úï÷„*ø¹±Coö¸ù&>†r1û¾[%&®=”[o *o{þÁ˜pøB/\»h:Œ0`5·»ª¦‚Ÿ¸½Ô)c dz(è3 ôø—œÒ˜ÓqL64\µ1Shψ@NL;øå³–|jXÛþ<·!qÞÚdƒoêB gé·/{÷gˆÜ»Ç §Ý7yÑC£ñ}_|î ÿ¹Q^­íƒëÃ?ZœOßä°—­oÒ*ØBÝyÊÐÙÛª ƒ;¥æÂsF¿·Ísà­bÛ[Öâþ¬·z#Mà¸_X\œ…ælÒ¾¼Nÿ¾øïpÂÍ‹™‘~?6[¡´¨ ].ckä'áÕ…à ŽíIcñ`,­C³æB%>Øhã³ «„«Ga¨AΖѩҰ‚°4£¯J1Ø>Öbà]ʶçÜøÖ\UŠ ‘llp€æ
+ºÃP£m¸ßæ‹®8(6¹Ün!Ñ2â"¸ ÁÁ} ¾«0f*ø†ëì‚Îm[ûèÐg "¨†¶W÷,nB¤‹çN4À5
+iBŒ8HRhÛý³§'äÜw…áU$Ïà¾Y:K›Éž{DÕQ-©ù±¶£ F²Œœ{{õ1K»n-Eñë elŒ
+q[n@ÙcVÊð.§Ö@)*ï­Ú¹Œ*.—0ºÝÁpwàX8ºH°ÅÑ'<×–pVÄáxQÔ@Ú-ä’ÞTÁÂ݃›ÅÐ1ii‹ÈÐ&l²þ4‹!ŸqÃð)6s¯b¯³¨Î\κe£‡¯#ÀK¯|t¹¹.Hˆuƒ}Î(a"t/yS¼qîèÚ`ð9M©3¨¼(†e5ø-|k ðA#®ÔÜ<¤ÇöŠ¥í)4‰ ßö†
+‰â"Ýv.£àÞrÁÝf¹¸€Z{"ú ûÖŠ½‚“8›ÁÅ]·wôøut}éªÕ¶
+Ùƒ§]‹Á8 öùþž N.¡šK%Œž8Ï`0¿¡Àý¢Ð iRÛÚ Ý –æû´äI„üÁæGÓæì¤tw¡Š¢&B’xæD!”ˆmW . BŒ©â”ȹo}7jÆ4®=uÕÊÑß×yË¥·Â¼PP€ï L¼×aË îÓz¯ˆÔÌ~öýpaæXcŒ-‹
+>©=jÉí*7ë†ïU•Ú]ÖØ|†g
+
+>Ê©ã\™h ú8ÿšÁžðNƒ`ÜÁ¾Æ f‡¶…ƒB nNuM¾Ì4o»§mÇÜÄ .îM„3 ˜:ùÜóÕÔ´„ÔüäÝ…Þ B Na„Ðó1¾yôÕiI¿Ÿ¶¹}ˆ•žAä×­ã .¸²êkÏzloߨ˜ŠhǰǸ¸l.çUžo ¨‹ᎂÚäí¡×? nýç@"ݦZÜA×…º6Ý“ˆ“ý1¦Çy.T{T)µŸoÞ…¢ù÷c·ïMnřɀÏW­„ÉûC\0¸3 Áe¡ãE£uÈpIðÑÛÓ¸áâܲ¬Ãó­û"@œs†6Úmp¡90d€Ó¯î &D#δpŸú˜øÂ^ÎOcºè‹R¾e™.ÄM¬l
+Û6ìÒCpž`‰Í9¬&F5îËUðÙBë ·©ø™,žÀ„!Š³Jÿù¦q½(Ôc®oØááºñ,8µéCJå!nÁÉ.H2~a°Œëpƒ QÂð$n„T$&]‡ç[Nâ¢ÀŠ©bŸ ¼AÅOsùÚæ³c
+cׇm*οðm³‰D›TÜí '
+žD…L²è
+<ßòtÆöd!n;ÅF-c’ J®1<@ÅQ,ô9ú(øQ Fü”™O¡ÂVðKYç›Èzy®eÇË Þ°Yí¾@‹¤cî³oìô-Ï2.'±ç,9Œ É8FëÉûØÚ
+°-‡ Î+gWËtDÃÀT3|?¦°µ…¦ÔÜ{Éõ˜'†JÑ iü<®ä~GÏ>¨ƒ ~<§Žø™æ d· .}±ã£y¦–Hr{颣±tœˆë©‚<#Ùý‚ ¥GÛ-W0ÄqDq{éâ‚yt~1ÓDmÇ•—qr1Ó/µ÷Îa£æ~ÇÏé£ñcŚż²øÕp`rŧô©=¬—ËóWIþŽŸÃôîÌéð53ЈÏÒ帚£ )ᓧ†âtYÂå‚;JŸ#÷ ¨ãU[Ü3ÝÖÕðœT¿$Ú
+gç=ØEeÏñŒóÓÕÒmS„pT òIÅÇò~,þ
+N½:Å…ómA¨ó6Ö ü#š q³ˆ[ç ì0šØbg²UÜï62š/ÅçÅé˜ÃĶ}˜ÃŇ¾˜ƒ C2u]S]øM èùͬÎ"R{ƒçWo¾¹ú"ÖŠ·ÚjxTxÖwó'©„ùöT‹Zs'›ôÈ N8 áÂ]‚{Àv±Ö,\’1ßp,"µfýnëÅ%¸IîÐ ñŠ¬~[*ã—‚å×oß¾y{õŽÓJP÷ÏhøÝl9÷mß›Çvªƒ;‹ÁfÀ/PB¸—>Ư—Ú>;¾@#n>&ý‹þ~±sr 5O=tf[\{B˜>wåáÄÊׂÆ}|H£%Rz—èxc­§N„ìs~¸iÛñ,¸âí…æQàìëP c|.
+endstream
+endobj
+1371 0 obj <<
+/Type /Page
+/Contents 1372 0 R
+/Resources 1370 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1308 0 R
+>> endobj
+1373 0 obj <<
+/D [1371 0 R /XYZ 124.802 740.998 null]
+>> endobj
+286 0 obj <<
+/D [1371 0 R /XYZ 124.802 491.487 null]
+>> endobj
+1374 0 obj <<
+/D [1371 0 R /XYZ 124.802 465.183 null]
+>> endobj
+1375 0 obj <<
+/D [1371 0 R /XYZ 124.802 467.12 null]
+>> endobj
+1376 0 obj <<
+/D [1371 0 R /XYZ 124.802 455.165 null]
+>> endobj
+1377 0 obj <<
+/D [1371 0 R /XYZ 124.802 443.21 null]
+>> endobj
+1378 0 obj <<
+/D [1371 0 R /XYZ 124.802 431.255 null]
+>> endobj
+1379 0 obj <<
+/D [1371 0 R /XYZ 124.802 419.3 null]
+>> endobj
+1380 0 obj <<
+/D [1371 0 R /XYZ 124.802 407.345 null]
+>> endobj
+1381 0 obj <<
+/D [1371 0 R /XYZ 124.802 395.389 null]
+>> endobj
+1382 0 obj <<
+/D [1371 0 R /XYZ 124.802 383.434 null]
+>> endobj
+1383 0 obj <<
+/D [1371 0 R /XYZ 124.802 371.479 null]
+>> endobj
+1384 0 obj <<
+/D [1371 0 R /XYZ 124.802 359.524 null]
+>> endobj
+1385 0 obj <<
+/D [1371 0 R /XYZ 124.802 347.569 null]
+>> endobj
+1386 0 obj <<
+/D [1371 0 R /XYZ 124.802 335.614 null]
+>> endobj
+1387 0 obj <<
+/D [1371 0 R /XYZ 124.802 323.658 null]
+>> endobj
+1388 0 obj <<
+/D [1371 0 R /XYZ 124.802 311.703 null]
+>> endobj
+1389 0 obj <<
+/D [1371 0 R /XYZ 124.802 299.748 null]
+>> endobj
+1390 0 obj <<
+/D [1371 0 R /XYZ 124.802 287.793 null]
+>> endobj
+1391 0 obj <<
+/D [1371 0 R /XYZ 124.802 275.838 null]
+>> endobj
+1392 0 obj <<
+/D [1371 0 R /XYZ 124.802 263.883 null]
+>> endobj
+1393 0 obj <<
+/D [1371 0 R /XYZ 124.802 251.927 null]
+>> endobj
+1394 0 obj <<
+/D [1371 0 R /XYZ 124.802 239.972 null]
+>> endobj
+1395 0 obj <<
+/D [1371 0 R /XYZ 124.802 228.017 null]
+>> endobj
+1396 0 obj <<
+/D [1371 0 R /XYZ 124.802 216.062 null]
+>> endobj
+1397 0 obj <<
+/D [1371 0 R /XYZ 124.802 204.107 null]
+>> endobj
+1398 0 obj <<
+/D [1371 0 R /XYZ 124.802 192.152 null]
+>> endobj
+1399 0 obj <<
+/D [1371 0 R /XYZ 124.802 180.196 null]
+>> endobj
+1370 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F13 624 0 R /F63 1313 0 R /F11 497 0 R /F43 398 0 R /F50 400 0 R /F59 539 0 R /F55 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1402 0 obj <<
+/Length 7299
+/Filter /FlateDecode
+>>
+stream
+xÚå]]¹q}ׯ¸ dð´ùý`_ŒØçA«òàÁúJÖ
+™»²%±³Øÿž*’U¬êÛwfºg ÈB+MŸ9ÍC²É*Éf›ÓÛ“9ýö…¹ñ¯…¿ÍÉžœõ‹îcXB=//þrÒoOùÂ,¾–xú¯ÂòYà~øÿrõ£Mv &wº?½°5,ÖXnÁx
+M‚”&ƒ‡4ÃRKž•Ë×R•0-Ëè!ݼød|a]º–º„i]FéV¸;MÙq)U¤E <¢é,ô´P‰òµPeLÉNô®[’/†_K]´.£Gto؈°¸h‹‚Èh#k¾Ö|Iöì©‹õîtg-dÍ©Ö±™FñóùrÒ¦–R¸s®,*ã.¨—„‰üêÛ¿üM9UÌO:}û§“ó>TÇ |ûúôû/­ùêßþó/“Oi©Ú#ððòK²DB΋_;ÀP›b/E^Zq ¨4\äÏÆþ»°€MMj\Ê5 Ý <dÿÁ’{;û_K@˜vŒÒknjfcÁ×R—0­Ëè]h&H—¯….cJw¢‡tÁ¢Ç2뙯¥.aZ—ÑCº`ѽ›²ãRªH‹xH º/iÖ1]KU´,£Gt#¥œ2ëòµÐeLéNô.XtS ·e¾–º„i]Fù m{!|Á#öâé¾ €ñý,_
+%f6éZF›„ép“ÑCºn‰ÅNÙq)U¤E <ä‡nÙ áµO÷ 9‚Ó|¦O(Ðy]~Ø'Tð ¡ìü•OjÛ>¡'}Î>¡ÀSŠÞrâkÙªÓÍŠÑ#íª:¨ä8û_ ]Æ”îDé¢ ÷m_K]´.£‡æ1Œ]jÍuNÜ0 ç2Ô³>¦ æݸYÙPÚ®´>¦—c™³d (mWÚ Ó®àÆuN€Ò&p¥Íð!mèóÆ?µÚ jí Ó‹}ôS›
+N¾ÕÞ¨]Æ”œdbov)A\!¹O­hÔ…ç“D-B– ¥*xST0÷hB8XœONŠ2¦k\0§¬äîÒÍK 8Y/u Óº‚)tw®3Kð©ªg˘ҕ̩+¹»tÝ’kZ—0­+˜BWpwé¸ÏCX$u Óº‚)tw—nZ¢³Eµ+Æ´®`
+]ÁÝ¥[’êCiÕÉ¢“¹GSZ²ŠO°¥BäVÝæâjL}çòÒæãâc<6¨¶%.)‚l̘¸9ªÆaŒœOÄQÃjë7ÇÕƒõoÆl ¿Dl 2°=]CyYcïQè»YêÏÓo¸ºk²n|„éÖ'˜¢ù îžö‡3KHR– ¥*xST0÷hBD˜|0QŠ2¦T%sÊJî.Ý m @”&u Óº‚)twn48MîU%3¦t%sêJî.]ܨ˜‹Ö%Lë
+¦ÐÜ]ºîóêñ¤U'OˆNæ.ÍÔö¾*ɘVL!+¸»tóRb«&u Óº‚)tw—¯V€üÆìùÛæâ¦ßˆ‚Ýçúd*üð°ß ÎSüFz²ß·ü†È҆ߘ¥þ<ýFÄéL«†JéÖ7y¢ñM架—pº<%ʘR•Ì)+¹{t!$ ðŸò‘Œ)]Éœº’»K7ã4OQ¶…1­+˜BWpwÅtðWÌYÅ9Œé¨N0EX'¸»t!è‡á³Ö%Lë
+¦ÐÜ]ºîó:¾bLë
+¦ÐÜ]ºi±Áé?cZW0…®àîÒÍKJ9*ÿ̘ÖL¡+¸»|Ö´ä:µä8nšŒ›~žJÍÏöVzÄo ÎÏë7üM¿1³´á7f©?O¿ÏÓx›Ô¸…1ÝöS´=ÁÝÓö*„É&58dLéJæÔ•Ü]sFÆã~=gD˜®uÁsF‚»OÛUuI ¸R\)-Øû´+Ρ:«µ \i ®Ôì]ÚÖA/*Yk3¨µ%WhKö>m0k.ø¬µ \i ®Ôì}Ú±í²ÔÒ[)O¦žÜ}º`xÀ×-LàJYp¥´`ïòcÂBCy‚-!—rÛ”Üô)øxry¶SÁ½
+™ÔfPkK®Ð–ì}+!x¶Fô«¥Wk!‚+C{Ÿv‚FQ“vm ®´Wj ö>mˆsIQk¸Ò\©-Ø»´ñÝn_­
+&¨µ%WhKö>í
+9™ÌÊm/(Ög{™
+þ­<âeççõ2ö¦—™YÚò2³ØŸ©— ‹ôX‡ÁU;\Ù{WKŒt;71¦•S î.Ýj9fmi\Õ½à
+iÉÞ§–dŒÕƒZWÚ‚+µ{Ÿ6DÙ¥íÕ\i ®Ôì}û ,¨Ûƒ«‚+·ö>m«™«ØÁ•¶àJmÁÞ§—˜Wq\i ®Ôì}ÚyÁÃ5tcp¥-¸R[°÷y7a+ØË<Å®°—¹mV>G;š n-«4®êZpe] ö®º.7ÃènM˜VL!,¸»t«[RA/*…ÔÊ’+¤%{ŸvÂU·ÕÈÁ•¶àJmÁÞ§ e­+ŸÉàJ[p¥¶`ïÛ7e¡WT½ak‚«S‚+·N ö>m«{z“ÚWÚ‚+µ{ŸvÄýz%|‚+mÁ•Ú‚½O…¦ºÕf5WÚ‚+µ{Ÿ ¶‚íèSì
+ÛÑÛfååÿ­}5Æ÷8@þðvŒ”¿ÇDFHÂ;Ö¾£Ò›¥Ú‚'àO!;NK5Á° §ojÄÓ×ðL<™_œÑN0(kOF*0JKm Í›³@Ízpj§a€Ž‡õà
+v‰Ð&ã <N¶´`dÜâ-&£Ž”L¥×ÐKò¸k`Ó1Še–‚{a1ˆÀýSªDÅS&qÑ ¿ÍÙÁ³Íî4+ƒ3¾¡¹”bŒâ¹¥VïUj"Ùs;Á“иØè½;‰ä6Ð$e 9·Sö˜7 Á©]—öÜ[ÂÖsý<Z|= FâÑ^ŠÍÜ pÁu¨úêšÍ‚ sÐÖ­‹’è tm7'' ÒÅ{ÅT‚©é4“Ã_Æ
+ÙƒãiÜ.ô¸É-æS6ÐmKl‹üÖcCV‘s;AÌÄT$-/6+’š)â ÚÅ´7*fRàÔöù©HÜ83FàÌ<%u]Æ^'׆½× å$¶í &h¸Ð ¾8–Á’AÞØòÓt 8·#· /×I=¾QKÉL€Äð6Œ4 SÍt Û@Ä^…!çvÒÖÈÓ8Û#¥ëÂõʸvh½2ªÇ3£ÜtiU|W ؾ“wEf‹3
+™j–À|1C‹˜¼ 1@jX(Âò’,Äî'Jº}C9½n¿>·Ó’z~ˆBæ$Ö¥ê•píÀ{%àq@Þ§¿(Og²µ¯SCKæÁ8Åöª ûBÎýl#FfÅ3Àƒ±€L!’m÷2
+õ˜Àoœfrè+²B–‘v+eOð¸3µ«Ò?|5”ÕæµÀ3r<š¹(\ƒÅC/ÛY©vï_j¶~ „:÷£€ÀVTE„AQ¶N%ÇÐm·2è— ¦yœ:Ðfѧ,Açq–BÏß$r)frëÒŽÚ¹ÓõÚy¹¥÷¹]ßõ¾¡ó¾ñD@h°¡‚ŸçófèͶ-C¹˜}?«ƒ×åÀÖ•·ÿ M8|¡ž]4 F°š[¯ª©FÁO<\ê”q ÇZÔ™ ê üKNiÌé8&
+ ®Ú@›)tâ Œ@NL;øå³|*X;þ<·!qÞÚdƒÓä0†³ôχ7}ý3DîÝc„ƒ+/›¼è¡Ð8ÙŽëáâŸé%<Ú>¸Þü£ÅùôMXAà¡Á‹`pÛú&­‚-ôP§ U‘½½¡
+:x~Qj.<gô{Û<Þ*¶“e-ž†«Vp¤ O ‹‹³PœMÚËëð/à‹ÿø't^ŒŒðÍ8l=„ÒFÝ`èr#q>]Ôq8i,Œ¥Åc À‘zø`¡=¶Ï֬1[F§JÍ
+†¥}UŠÁö¶æðÔMèR¶=æÆ·à©úS-ÉöƆLJ€¹‚êÄáN¨Q¶6<m ãE×Z$›\n]H”L BÆ úq0ø®jÀ1SÁ7\g­tnÇÚG‡>[A5´“ºgr"]¼w¢žØ“HÎã4¬Sºá½3ƒLœÅàä®ËÛÍÐö#uç`ÔR°1¹\xÜ¡î0ö
+ý .¡šK)Ü냌1<Dwn™1<KJ~†dŒ1y<Ì´!Ic ÿ³fŒáUñøÉ”$HÆ“ÇÙç´®J¹Ž1TñÁ`—ÜÃHwÇ«d {unåçöã»™I bÒí½ªNàcïš]ò¢P¤£¥†Ñä6"ä10À‘øìÎáÀÛáö¢¢ˆtE//’›éâ½ECã
+99‹£¶d¥.Cx/gpg18¹ëòŽ¡ûµmº´Â€µÈ=ˆzÓoç<`ØÞŽBKx4ֽ⪹”½Ž ¦Ù»(èÁÑúS‡_N“É &ÊÃþ™œ€HWÆí¬È”«îLôêEè2$cAœÅ ä6Ê»ŠTE€:Ôcé‰Öºy)xŒŽÉ½<¹¸¾kPp Õ\J¡×<¬¶°FìZ.„®ëœm°7ø~)¸¢lJÿaø$BÎÍ£›j¬¤Á@È´ †“b„ñFq½ßtþH
+ ÃÆ8 9·×ÈÓ8óœÔUG<råV/-'¹dÓn÷&÷ÍŠµcj/µë‹“I bÒí÷cc^ Mw}Q¨Åð`ì …0!Fl$)´ÃþÙÓrîg‰Bó*’gpŽ ß,©MˆdÏ}DÕQh-©ù±¶%­ F²Œœ{Ž{ö
+1S».-â׃–q,*ŒÛrK
+NÛŽ¹‰\<›g0tò¹Ç«7¨i ©ù)ˆ%º ½A„
+œ'B ¡õ1µùôÓiIïOÛÜÞÄJ`ä×­ã .¸²êkzloßȘŠhÇ
+Øc\Ü6—ó*¯¶ÔE‚У 7y»éõ‚À@ @‡ús ‘nSñ€ÑvF¼kÓý7‰8ÙczœWàAµ¥J©ýj³?\Šæß³¾7¹g&®¯Z 6ƒ÷‡¸`ðd@ƒÛBÇ‹F7òá‘àÒÛÓ¸áâܲÌë­Ž} Î9Ã6Úmp¡90ld€ÓŸî &ŒFœiÃe\1ô0ñ…½œŸÆtÑ¥þjË2]$ˆ‡XÙ¶mØ¥UÀy‚%4ç°šÕTtx.WÁµ…<öAnSñ#Y0Pxš(Î
+(ýW›Æõ¢P±F¼a‡‡ëÆ>XpjÓ‡”ÊCÜ‚“]2@±¶Œçpƒ £0„áI܈ß+L:¯¶œÄECÅ>xƒŠæòµÍgÇÆ©ÛTœ1àÚa‰&7©xÚN<‰
+‘dÑxµåé.
+Œme!n;ÅF-c’ J®1<@Å“Q,Ô9ú(ø¡>@ø!3ŸB…ŽVðK™W›‘õöÜËŽ¼a³Úý(€6’Ž¹Ï¾Á`§y–q;Aˆ=fÉaHÆñ0Z/ÞÇÑøVö¥/ËC™iÌŠ/’@Ó;á×j‚çÉ€ƒ í¥Ñ ­/ÓüsÂÉ;ˆÖp þõŠS`!Ú`8ïœ]mÓ#PÍðýÂÖ64¥âÞK®Ç8OÇî£hÒøy\ÉýžÖ>¨‚ œ~¬SGüÈNs²ÚŒ>ÈØñÉ<Ó?J$¹=uQј:NÄõOTAœŒ#Yý‚ ©GÛ-WÐÄqDq{êâyt~1ÓDmÇ•qr1Ò/µ×Îa£æ~ÏëŽôàÑ‚ø±cÍb\Yüª90¹â§ô©=Ì—ËãWIþž×az w ætøhĵtÙ®fkÃMJ¸òÔPœ.K¸]@pGê³%â™u¼j M­â§2TóœT¿$:
+gç=ØEiÏöŒóÓÕR7)ÂpT5òIÅey?6§^âŽÄ¹[À Ôƒyû ~‚Í…è,¢ á„FKìL¶ŠûýFDóR|^œÞ‰ic˜ÔŽs¸™ãÐIÄŸ(ž^ï*˜êÂoA=ˆ³ˆ‹Hí žzÿ§«“†W¼ÕQÃ#Ã3¿›/8y %ε§ÒXTš;Y¤Ç^pBUOw ú€íb­X¸%C¼áÔYDjÅúÝÖ‹K?
+Qoˆù‘§:XGúþõgQV‰m<ÕôÀS…ñç1–wöõ]Y'u3ÿùa–Ç)X<Ò3àûà\ü Ã0œš(øGƒ c#^Hb‰_Á3ˆæËyÿ„O_¾~÷§¿½ûá-ü\ü—÷oÞ¾ùáõ?|Ä«ðåÇËw÷÷ý¾ÿéc¯»h„
+Z ƒ¯¯ö³¬ƒ+â¬:Uñß¼}÷ÃFR¸»º0ëÇOïþã¿ÿüîüé??¼ù Ù­åÔÇ¿éQÁ¼Sðþý[øóÝ_ß}üé÷‚ãL‹^C_Ý%cZ¥ŒŸÞüúû·ßúE»Óè{þzÿÝßÜýã­Ì¶MÒ”Ooþúéãy#»¸¼•øHŒ!¢þé§.wWj{±E‰þmˆ~ñ»w_ô\¶0sT¦C;£ïøÃVÞ1Ïß½~-ŠÊ?ß¿ÿðúÝß}zó±?¶dÊ|ÄG4ñ_á‚ù²,Þº7wÆj7%m3Ð]
+Ÿ­¤÷Œ¿xýµû¯ñ¸ðò"È‹(/_üt«>Öϱ_^wp‰øj×F/ïEyÁSŸªVv©­Øò­þ]¦\;%çg‡qãJ?øÙª$À;ýhq‰
+endstream
+endobj
+1401 0 obj <<
+/Type /Page
+/Contents 1402 0 R
+/Resources 1400 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1308 0 R
+>> endobj
+1403 0 obj <<
+/D [1401 0 R /XYZ 124.802 740.998 null]
+>> endobj
+290 0 obj <<
+/D [1401 0 R /XYZ 124.802 511.957 null]
+>> endobj
+1404 0 obj <<
+/D [1401 0 R /XYZ 124.802 485.653 null]
+>> endobj
+1405 0 obj <<
+/D [1401 0 R /XYZ 124.802 487.59 null]
+>> endobj
+1406 0 obj <<
+/D [1401 0 R /XYZ 124.802 475.635 null]
+>> endobj
+1407 0 obj <<
+/D [1401 0 R /XYZ 124.802 463.679 null]
+>> endobj
+1408 0 obj <<
+/D [1401 0 R /XYZ 124.802 451.724 null]
+>> endobj
+1409 0 obj <<
+/D [1401 0 R /XYZ 124.802 439.769 null]
+>> endobj
+1410 0 obj <<
+/D [1401 0 R /XYZ 124.802 427.814 null]
+>> endobj
+1411 0 obj <<
+/D [1401 0 R /XYZ 124.802 415.859 null]
+>> endobj
+1412 0 obj <<
+/D [1401 0 R /XYZ 124.802 403.904 null]
+>> endobj
+1413 0 obj <<
+/D [1401 0 R /XYZ 124.802 391.948 null]
+>> endobj
+1414 0 obj <<
+/D [1401 0 R /XYZ 124.802 379.993 null]
+>> endobj
+1415 0 obj <<
+/D [1401 0 R /XYZ 124.802 368.038 null]
+>> endobj
+1416 0 obj <<
+/D [1401 0 R /XYZ 124.802 356.083 null]
+>> endobj
+1417 0 obj <<
+/D [1401 0 R /XYZ 124.802 344.128 null]
+>> endobj
+1418 0 obj <<
+/D [1401 0 R /XYZ 124.802 332.173 null]
+>> endobj
+1419 0 obj <<
+/D [1401 0 R /XYZ 124.802 320.217 null]
+>> endobj
+1420 0 obj <<
+/D [1401 0 R /XYZ 124.802 308.262 null]
+>> endobj
+1421 0 obj <<
+/D [1401 0 R /XYZ 124.802 296.307 null]
+>> endobj
+1422 0 obj <<
+/D [1401 0 R /XYZ 124.802 284.352 null]
+>> endobj
+1423 0 obj <<
+/D [1401 0 R /XYZ 124.802 272.397 null]
+>> endobj
+1424 0 obj <<
+/D [1401 0 R /XYZ 124.802 260.442 null]
+>> endobj
+1425 0 obj <<
+/D [1401 0 R /XYZ 124.802 248.486 null]
+>> endobj
+1426 0 obj <<
+/D [1401 0 R /XYZ 124.802 236.531 null]
+>> endobj
+1427 0 obj <<
+/D [1401 0 R /XYZ 124.802 224.576 null]
+>> endobj
+1400 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F13 624 0 R /F63 1313 0 R /F11 497 0 R /F43 398 0 R /F50 400 0 R /F55 517 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1430 0 obj <<
+/Length 14001
+/Filter /FlateDecode
+>>
+stream
+xÚå}[¯l·qæ»~E?d
+Ë9¦Z˜ŸNÒ>_¾%ÓŸM2¦²L~T2Zd
+xDf9{Ÿkd™ü¨d2´ÈðˆLëΦ8‘ÉJ&C‹LÉ çZòl\yÖR[Å
+zHn>ûd|¹ü¬å2¶ÊôÜJ¿NSìxÔR´
+eðˆLgéK Õ±PyVR[ÄNô\wN¾éPò¬å2¶ÊôˆÜ;6"œ]´ÅÀFä³®æ[™_²=d{jãÙzz±–†9µÃ:6Ó¨þ|¹žVSË%¼8ÏźÓK Ô. …üů¾øó¿.§
+}ÒéW¿=9_›œAùÕW§_ÿÌšŸÿïþÇŸÿu>¥sÍÔ‰×~qòçd™Îõ«é
+zH.Yvú’Èåg-—±U® ‡bM2N¡Ä,Á&?ëh“±5Üô\wŽÅN±ãQKÐ*”ÁC~èžÍPá]›ñqŸ#œæs>¡’•ŽñmŸPk“óp|ào|¶ïFu>cŸPè-Eoå’gÝ«[»• GúUuÔÈq~Cò¬ä
+¶Èè!¹dÙ£b«äYËel•+è¡y cϵæ:'nÐs®³>&›Ì»q³±'°Èfp#[àc²óÙåXæ,™
+Ä<ì3ÒÏÂîøŒ^›ÏÙedzII­ÿM`éZ nº–À‡ºV!ÕªOJ
+xÁ–Uòñ­õFë
+¶ˆÓL|Í.%„IŠûц†\z?9جÅ2´HU¼)T1‘Iñ`q>9-T°µÅsŠÕ܇äæs ˜­×r[å*¦’«¸Èuæ|ªË»l‘«™S®æ>$×sÍa•ËØ*W1•\Å}Hn ßyŠŠ´\ÆV¹Š©ä*îCrÓ9:[–~%Ø*W1•\Å}Hn9›–oˆ¡Uêä)¡“ùˆLmØ*~À^”J[uo˜‹›!õ‹Ëç6‰Ï>Æccj[ýÙb&C~ÜSÛJÍoì‰9˨ÚúÝÕßÁú{cvF߉â5ò™wfk†JJ#5òU~™uþ<½†«ç`M^»ckßSLÕù÷‘Þ‡}™%$-–¡EªâM¡ŠùˆL
+“&j¡‚-R5sŠÕ܇äfê%ØE.c«\ÅTr÷¹Ñ`–Ü/,Ø"W3§\Í}H.ö)æ²Êel•«˜J®â>$7ÐïüòzZ¥Nž:™ÉLmëëâ![¥*¦«¸ÉÍç35-—±U®b*¹Šû§RV€½Æì{ûæâ®×ˆ‘BÝ'½F2õœâÛ^ƒ9ñéÃ^#ÜñJ£¯1ëüyzˆ™L» “ZûÞä©®7™ô¼„™òh¡‚-R5sŠÕÜGäR8苇l‘«™S®æ>$7cŠ§,–E°U®b*¹ŠûP<GÿŠ9/1Ž`kD§˜*¤S܇äRÀOCçU.c«\ÅTr÷!¹~ç×ØJ°U®b*¹ŠûÜt¶Á­ƒ~ÁV¹Š©ä*îCró9¥ï,Ø*W1•\Å}ÈcM[ÀŽã]›Ánã®É¸ë5è­Ôü¬×ðä­Ò;^cp~Z¯áïy©ÑŽ×˜uþ<½½MãmZÆ,‚­=O1UÏSÜGz^¥
+¸‘­¸Z¶b?&›"ìRÍêÓÜÈV\-[±Û]`a:âÚÏÜì/P\½Á@±“í±Š¹‰ÛÜÈV\-[±“Ï1o¦à&¸‘­¸Z¶b?&;Ÿ‘ScýÀÜÈV\-[±ómÊVˆùˆ]s߬|Žv4—sH®l¶Ï0¸ikÅÕm­ØµuÉس~ÖŒ­’S V܇äVwNNT p•¬¹J´f?&;aµm3np#[qµlÅ~L6…•µn|¦€ÙŠ«e+öc»¥,}uݦ5ÁÍ~)ÅÕ¦û1ÙëzëÖ´ nd+®–­ØɎر®€Op#[qµlÅ~L6 Mu›-j nd+®–­ØÙpe+ÄŽ~Ä®ˆ½oV¾üãÑOctò¿#å¿Ù!#’4⎵ï£ôæ\mAâü)¤bGb°T »0yS#’®!•²PØ‹Ùì‘Ø9rê™Fi©-žÙ`scjYONí”" Б£™ì9RŸŒ'ò8ÙòR‘qgoÉ0yu¤d*Ÿ>/Éc¯2ò ˆéÕ2ç‚Š}aC`ßÔR#…"¹$–k 2ô·±9;z·Ùfc0rÁÁÌs)Æ,<w®Õû¥´ ±ØKKÜÉh<Ûè½;©â:hÒb¹4Y=áÍJHi·µ½ôž°÷^ÿ‚^-ΤѨB½Úë‚"¿‰;á.¸U_=A³[0DÂ\EºÃ¨‰®œé“ÂÎn)NA,¿¥SÓi‡¿Œ>Í)W KÓy(8‰R )n§¾½vúxo!j°TªW½üªÁ4V¡éãRCj[‡WßC$*x
+B‘CuòÜ9›àtY‚°ÈKËô7@  ûgQT©H_É~)ª OÔ—²njÙ›eç#ïÍ›Óô~~çW VLÄS${gö¸C´¶irØAHP¤Ni Ä üƒ ÎÍ’`yø€™Ìuj)ˆÆ‰¬È´Fý¿a•˜":s75ëMqkÙzKP(d# Ž§q»jÐcs[̧lè³-±-ï[Ž:­"#—–8ÌÄT4-Ÿm6V5–ˆ
+hϦ£˜E‘S øæ§DFè‡S1§ò\Ôm{›ÜöÞ&Èå$±íW &ê¸ô1ËdÉH÷@¶ü4]Â
+“«6Ôg
+':¡HÀÄ´3AŽœµà£pÅZÖóÜŽ?bÞÚdƒó¹4†³üŸ¾î#8ú>C4äÞ="¬»ìò¢§Jã”/ÖÂÅ?wÊKÈh\ïþÑb>}—GVx08d ¶«ïÒ*ÙBOÍyÊÔÙÛ;RIÒ¥æÂs†ßÛç9òV±%”µH‚¯U0Ò¤Ž$añì,Ug—öåmøpÚ'7éãEd´
+ý+.£+—Kx]c é<:ÆðÝúÉŒ1è]ŠP¢ð ¤cŒÉãàa–%‹Ô1ü'™½0c „WÅãìÈÉŽ1&OÔ—²nj¹1–ê“Á.¹‡‘îŽd _unõçö¬ÝÂdpaòÏ{S'Làã뚟äuAA‡¥¦Ñiy‰ÏÏ™! ¼¶•…HEWxyUÜ„X.~;QWˆ(ÅYŒÚ’ÕrÂoEÁIœÕânë;†î·¶éÚ*CÖ"÷(è]¿ew@ØÞ2 %dÄz]¸Œ®\.áu ¦Ù».( Ð3” ÁaýÈ©Ó_N“) &*ÃþYœ‚X®ŽZŠÈ”«v%úBí¢ä
+¤cEœÕàâv껉–† éÔŽ¥ZSèæ¥ wŽÉ½>¹¸¾cPq]¹\Boy
+Xm)dĵ\5HŸ®s¶ÀÞàT)¹¢lJÿÃðIŒ\šG7ÕXM£iAŒ%KÄÄr¿éüQ‡Î8%2ri#®¡˜ÐDy)ꦎ#¹q«×¦I.Ù´Ÿ{“ûFÅÚÆ1µ×ÚõÅÉdpaòÏ_Ç c^¢Mw}]P‹ð`ì
+¥0!Ft’ZŽñôŒ\z
+Qê^Eó æÈp t–6!{é#ªŽRo¡HÍ°­8êýd0’+È¥kÜÕS<®Ä,í¶¶<ŠßZF6T·åV
+`RŬÀ"ÿÓ®q½.¨G¬ïØááºñ LmúRy‹[0ÙE!}1Ö–ñîpi”C†0|ˆ)‰iÕáÓž“¸.`E¨Ø'ïPq—¯m>;¦0²=ìS1ÿbÈ?´$‰'w©Èñ†‰‚Q)’,«Ÿö<Ýuc[YˆûN±Q˘d‚CÉ5†7¨Èˆb©Íá£èõ jÄýe>~„JZÁyK­À§ÝÈv{ö²ã5“7lV»'h#é˜ûì vz¢³Œí!ö˜%‡‘†LâaX/
+ÞGRœ¿Ê¾ôeyª3YqŒ„ºÞ‰L!}Z# 9¸ÐŒfê}™çŸ&ï(Zà ýw´+¦*ÈB´Á8½pÙ9»Ù¦£*FF šáûÂÖ64åê¾j®Gœ*¨KãV\Íý†×>¸¨ž~¬SGÜ­Ó„n6Å%£Obì¸)Ïô»ˆ4·—®¥c"®ßLEq2F ºù—J¶[®¨‹cdáöÒÕ óp~1óDmwâê×8¹ˆôKím€9 cc\¹ßȺ#¿xX?v¬YÄ•Åoºƒ+†8¥OíA/—+âWMþFÖaz"wLætø4b-]÷«ÙÛ°I +O ÅtYÂvťϞˆlu³¥®VmÝtÏIõçÄùŸ0;ïÉö,ÔQöìϘŸ®–?ó˜" G—N>©X–÷có'Q0õêî(\> „z2ocŸ ÁÍ‹0êcQŸæ ì0š¨±3Ù.Üov"š/Õ­â|&¦abKæ°™ãPúa„dòü/ÑU2ÕEQ;¨ăŤv€ç/¿ÿíM~á o“`x(<õÝ=ÞäJx̵§ÒX\›]¥wŽ7ìÑL§—D߀íÂZµ°%cp,&µjýíÞ¹¥\P(Y¤ È®§¥¨æ4>œ”¿úá‡ï¸9ã´‘¸6Шùˬº4m÷Ì£¢ËŒ§­…¾«JŸ¡ïSÅb8H½¼fÜ52—Iuêjrq¶ôÏÝÒwñ~ï™W%œ3ÏÀ4%o:&òac»É }2öhÇìsX§²zgDT»oYLj-ÿÕÞË©Ññɳ_þüÅår{Èy[ØúrF¤JýÕ|¹´KÅG³In]¿Ú\àõƵ"ýÖtcŠKü¼³ ÖP碰|^c5žíX$¯°;ðX»Á´ôÀÏX0¡Ánq“BñY¥Y?·wCAàx|á¿çß¿le¼(!¬‡`¢©”³Ôe,¨¨ö¸î[@u»EkêL&×òÿ¾¦‚-rþí>ȤGú ¿×•Äçúàí&›‡û ÚÏ¢:DµØñÿõÅÑP-«¬<û/nyqáî‹›~qy1ïnbyüE®[Eþkœ»ÃÎ`¸qSzä!&YN ½NÚëEÑÞïåùØ˱©•êþv/¤Gzy¼Û˧Ä'{ùhÁGûòæån{æë öÄíÚÜD=0ìPé™mè='‹‰¹×Nä=–òÞ à,1Îó*9Ÿ>«ÎÛ=pït–Az¤³¤»eJ|¶³ü”ã©mŸé_zÅ&úñ›[Ô탩YÏzÓ8Šï|ìuX^ú}¿ôá÷Ú
+Çœ2(o}øñÛú?¿ÿñ?^¿þϯÿ÷×?üÇÏ_’1?ûÍ¿ûûþ§×¯÷õw_ýá¿ÿr”V—H,b÷¨ÿ¶#ð§ß|í·BWνúëßüøËÿü{©ÿþEö¿øÍw—o¾ÿá—¿ÿþ_Iû&þß¾þýÿ°#ÚÙxn·C½!Ú!Ì2Ñw«üã·—¢jþº7b“Fü%½½ÞW>“ìÛ* Î
+ƒ_áÒþñëß}ûÝN‰Øù^„õŸ¨É?{ùñ_øú¿þí÷ßýøË;…·j¸T¶ÿðõ7?üîëw‹ÿŶ-ìh‰íkMïV,¨bU*öúýïètÃ?üzHì‚––ü÷×ßüãׯԕîn›Þ¹Ì¿þ÷ÙåÊ”Dô_~ÿÛ?üá](çqPiúCèŸýíÿrÖ[§Íü¡ÿÄÁ
+íÑÔ`<.×fuhsiÖ
+Œ­*ú¬
+mŠfj0µZå3ø¬øŠo~^&(ÏZÆV }RŠƒÚ¡‚<+[T˜è³*àRlŽdøY«Àت‚ ÏzÁ}“¤\Ð;&éã.Û‚ì“(‘7ˆñ]”Ú¾ïCèf¹“eÞñ@½V"(bÊNÛ'ϺÃ1¶v8AŸìpÉc¯ÝüìäY© Ø¢ÂDŸU¡œ]±iNEó³V±UAŸT!ãÐÎ+ñ„9?+[T˜è³*àX™/Bžµ
+Œ­*ú¬
+8ëŒ €åY«Àت‚ Ïª@¨$*ð³V±UAŸ ÇÉö…e}Qžu@ÎØ‘ ú¬
+î‹ŒG­À€Vù >ëï™%å†Þ5KwDØí\Ü“ž Û‚ìÛžù“\=ä‰n6=°Ì;žhTëOÄßîÇOžu§clíu‚>Ùí*çÄùáɳRA°E…‰>«Ž^"K«ÀÏZÆV}v&È`Ù®MÛó0z6HÀu>hÂO«,8.ªm ,j0¸QCà§Õȸº£ÌéI5ܨ!ðÓjTi8§^
+‹ nÔøY5È*güTC
+Š{T…@Ex³ÜÍ'ت‚b*÷¨
+é-ë5yŒ­*(¦RAqª€¬në ­
+Lž’?™ÅkCÃ6ø&‰¯¬»o‘vÒ¯´„I-¯~öG/—nµÂh°òÈa(}bÖ9¸ðfä0/˜^B zÑEÎ,ÅÛ¦»^J-}¥WüeÖü³÷T®"ñj^»%ck¿TLÕ1÷`ÏÄöe$bR0´( xS¾bOÑqò¸·DÉlQ@3§š{Tä—+a¹ Y°UÅT*(îAf/d¿¼Á4sª ¹GUÀÆ]dIÕ*0¶ª ˜JÅ=ª}¸f½Ð”¡UÉSò'ó¨øÔ¶/¾Z°UÅT(îQò¹Äl—û©[UPL¥‚âu”Êа§ú€IbOuß"ÝõTí0ü³žÊ!Ãi|ÏS1ë§öTឧRjíxªYóÏÞSá>Fg—Ck¿œ<Õ-'ó`¯LXîˆf‘/Ø¢€fN 4÷ 
+‡vU¨RA°EÍœ*hîQ2æÐÊb¡[UPL¥‚â l͸UG¶Œ­¡­bªØVqªàÈÄ·ªÀت‚b*÷¨
+ôáZ¿F–‚­*(¦RAqª€ìÑnh[UPL¥‚âUé>Çå’¢c«
+Š©TPÜ£sšvVïš%vUw­Ò]OE¯íðjÌôTØžÞõTƒõ!OU?î©ü]O5ÕÚñT³æŸ½§¢×k<Rïé^ÉØÚ+SõJÅ=Ø+[âž–‘¬`‹
+š9UÐÜ£ÓoWm†uú±õµ(¦š~SÜÃ* kuiÕÁŠ«µPìÃjTLh;»ªÁàF ÅÕj(öQ5,.ƒ(yUCÀU ÍUjhöa5èKvÁçU 7j(®VC±«ÛÆãU‹m”˜L­ÃäV!㎿ZVÜ(¡¸Z Å>êD•bösÅNì¾µºëÅðþèó~ÖÆ’Ý;nl°~j7æ©ÖŽSUÿìý˜µ…^±3«ùpÓ?W÷OÅ>ú™¸|.M¯ÕpUCs•š}xE I†¢ß,i1¸YÓR\½¨¥Ø‡Õ@.q$C\Ô`p£†âj5û°H{UR\Õ`p£†âj5û¨H<á«]â  ®jh®RC³«¨Œ°¥ܨ¡¸Z Å>¬F<çäãÚEܨ¡¸Z Å>¬.ã+›w2°“©u˜ÜîU™#vj2]ìÖÞ°\÷ýZ@¾½gýš·¾9š·ý³~j¿fïù5¥Öž_›UÿüýZ@ Öq—€›ª¸º‹*öÑ>quÇ&
+¶*¡˜JÅ=ªB"Á×@jܼÅUZhöa5òØØu0.àF ÅÕj(öa5*’âšu !àF ÅÕj(öá}+&(®ÝSÀÍÎÅÕ[Wû°žÊˆ›¨UÀŠ«ÕPìÃjàæòÍLç7j(®VC±«´î¥¬_«€5W«¡Ø‡]«2Gâ×>bºÄ¯Ý·\Ÿ¹ÕθøÆ•Í~.7o@qõPì£o àÚ±uÖ[°U ÅT:(îQªCA»Æe®Jh®ÒB³«‘°Òºm
+¸QCqµŠ}Xzvµn¼¹€5W«¡Ø‡·úYú®êºÝp‚›Í~Š«wû)öa5<•×—ܨ¡¸Z Å>¬Fľœu+Å7j(®VC±«‘ÎÕT·Ù€ÉàF ÅÕj(öaç¡Ì‘Xí˜.±Ú÷-×—\“ýéÎ=
+-pÄÈ—öÕ¾£˜¢ƒj ŽöàO!;ò7¦Š[ë1V#’g"‹òV¥Ü.ÄÍäí½ã®aã¶%SpßIà&@ò¦¸Ÿ,TßoÈ ©ÓÆù·lyý—Z²rÞ"­ú¸NÛ:\‰ÍþH"Æg{Y&þqaìR#…"ß0ô 2µÝsJ»óÓfc0Ò®ž?—Ò¯°^¿~)mB,öÒ2<3ŠKm½oÉŒ¸¸€¾š´XF.McVOx³RÚmmÇ ì{ïõ/èÕâªA2 yµ×EFP‡+éŒ ®CÕWŸNª[0DÂuߺ¨‰íâÏvBŠS˽ŒBŠR‚©é4‹Ã_Æ@_é”+Ð¥é<œD©†·SßÞ@;}¼·5X­½³—_5˜Æ6„Ð.(O ©m{†ú>"Q`·ËŒ÷I¶›;¤,AXä¥åf Fã‰b“YU*Ò¤E2„_ŠjÂõ¥¬›ZöfÙùÈ{³Äæk½ŸßùUƒÓO·ýëpÄ¢{û  ŠÔ)qß®¢‘×°Á¹Y’
+¢ nY˜Ö¨?ã7¬SDg.ã¦f½)n-[o
+Òl¤¡ø4nW z쨌×?»„;e
+®ÐFGV‘‘KKÀˆ 5-Ÿm6V5–ˆ
+Øîs§hEþ-à›Ÿ¹´[߇b N幨Û:ö6¹5ì½M7Ï2HbÛ¯LÔqq, ”|&KFº²å§épiYé[®“D>4zœçb&ÀÂð3?裚åÐgclßB4¤1ri‡NBµGI·•÷ŒÝ8´Þ·š“ç—vUXÅ™`qm' T¢ÅÜl1"®PÜ€fÎ!Ô21ZÄäí,H
+N»­!†.=7ÙŠºiP”­[Šhˆm?°Ývãû]Ó£48ÐfѧX†.#£J×o¥³¸mmGëÜŒéö.
+¢ÁYx;XzÚåEO•®É·ÍŽB¡;å%Ü‚\ïþÑâžæ]YAâ…vût289±K«d =5ç)SSdoïH%9Ô~95ž3üÞ>Ï\&ŽÞ·¥ÜkŒ4û…¸dÚRu>pAé‡.Ûlwc„PÚ¨› ].#mý'áíÒà Ž4ϱx2–ÖÁ,’¹XTÚ£.·½#*œ*w+–føªƒí}Í!=1„%ÜëÎW¢ã ½Õv y¤‘lïlô
+¤Cƒ‰Ê°§ –«ãƒ–Ò6åjg„€Ý¢¾P»(¹éAg5¸¸únâ„¥!H:µcé…Öºy)È‹er¯O.®ïÙT\FW.—Ð[žV[
+Y#q-W Ò§ëœm°78M®(›Òÿ0|#—æÑM5VÓh dZ#E ÂñC=ŦóGQdx:ã”ÈÈ¥¸†bB奨›:ŽxäÆ­^›&¹dÓ~îMî›BkÇÔ^k7–;'“Á…É?ƒxŒy‰6ÝõuA-ƒ±/—ÂÜrMö!´›VÄÓ3réyŽ©{Í3˜#Ãõ³´ ±ØKQu”z Ej~ìJnÅQï'ƒ‘”XA.]㮞âq%fi·µåQüvÐ2R6Ó¸-·¨ì1AËŽ®I§
+
+Q%ësç
+ºp¥„Ñ쎺;NÈpèªÁ6Ž>á™\[¬ˆCP£¨´ Z\·eªb!³lp³~fYN?Ú„€MÖŸf1ÔåÛ–¢)l —®bWIX¬³”³­ÙháÛàµ+]n®‹bÇÍàCŸ3J„^5o` oüv4m0X½)u*¯ JݲÜÔæÉxÖB>(bÄ•š›—)C—‘Ž•‚õ¬‰ Y H!Uœ@,·ýVPro¹´$Ë\\@„ÖVdD®@—žµ+8‰³RÜm}G‹ßŽ®¯]¡Zp“J°ÙÏFª×b0ˆ}¾¿Ç‚“ËèÊåFËGÌ3Ä7<p¿.h¦0©¥m„›Ai¾OKžÔ ¨~4mÞÁNZ€» U5‰_N”†±%Þ’²!¡â9KÏp94šh/EÝÔr´÷mÜríµ0/Š
+pã‰)÷:ÔÌ ôëBàÊì¿~½Ž'DŽ5âb$¤ÞsÎðõ\Ñ9xoÌ;µ+ªôä|!÷¢¥`5¦öQKno¹Y7œ˜+µ»¬‘If
+
+–rêXâ¢7 ©ù×LöDŠ’q'û3™NãH…ÛˆB¤2üýj(”œ¶sw¸Èî…„N>÷xõ5Cj~Šb‰îBï)¢
+§÷‰ÔCx}L„Ú}ëÛiIÿžö¹½‹•Ñȯ[Ç;\reÕ×õØ:òÜÑLE´cì=.6ÿå¼ÑáÓ^‡ºj¾(Ò&ïw½~‰ ÄpOµŸ#é>Õ"·%²¡¸6Ý—ˆÉþÓû¼B/ª-UjÙŸv¿‡ë‚ÂüûqÍÀ.·bf2`}ÕZ²AÞßâ’@ÎNN˜2ÝÑ!Ó+ÁÒÛǸábnYëðiïþ*sÎ4†vß\y ŒÐbú۽äш3m¸ŒCÿ3œ[F¼1]ôe‘þiÏ2]5ˆÔn6…}víCržd‰ Í9l&FW*œ×¬-ä±YsŸŠ
+i ð&uQÌ
+,ò?í×ë‚"öØär‡ZÏø ¦6}H©¼Å-˜ì¢¾kËxw¸4Ê!C>ÄŠÄ´êðiÏI\°"Tì“w¨¸ÿÐ×6ŸSiCö©˜1äZâ’Ä»TdFÄDÁ‡¨I–UO{žîº€±­,Ä}§Ø¨eL2Á¡äÃTdä±ÔæðQô‡ú5â¾H?B¥­àH¬VàÓî@d»=Ça×aÀäJhV»ç†h#é˜ûì vzÊ¿Œí!ö˜%‡‘…OâaX/
+ÞGÚ Kqnö¥/ËSyÌŠC5ÔõNd
+éÓyŒÈÁ…v¦7SïË<ÿœ0yGÑf°è¿£]1UA¢ Æé…ËîÝÍ6U12Õ ß¶¶¡)W÷Us=âÄPyô@] ì5÷^ûà¢zú±N#¶em6Åm‡"ºGŽ˜Öl×°in/]54JÇD\¿ÀâdŒtó+.•m·\9PÇ<ÈÂí¥«æáübæ)ˆÚ®Iׯqré—ÚÛ
+¦^ÝÂ…ËgAƒPOæmì4¸ôæB},ê„F5v&Û…ûÍND#çœÔQ§‚‰7‡ëf©þî`ZpE+,°lœœtjkŒ3-ø 1«OúËï{“ñ{ÃÛdüO…÷OpÙ3vnÅÒwû\¿àê¼è:½s‚«T¬£"Ti‡®¸^Î,'¸Y­^»s.+c.
+Ð7¢oO„¬9ë¯~øáûnŽqm¤nŽqõê¿ÌúK+YÔ±ÕvyÀPƒJ‘>}\`—õÅÔVkiàA®x.”ªv®¸©üÔŽïä˜ÿÌ`a2¬kÐþ厗S»_ ü¸q§õz„õ.ñóÎ~O¡t^+7žíX®øÄ`"±LØ!Ÿ±6@ãºâ&…†ÎÉ·¸~nUDöÇþ{þýËVÆ‹Âz&šJ9K]ÆÚjëþÇ.Á·bfKÿËrÝË©_]‡ƒ7„bˆñŒBÝï„YƒÔºöW{@mšŒó‹¿üù‹Ëeç®êµ´µû:I•z{h+‚6 ­òˆû¥an·“<ÜÕÎ Õú›ýÀÖƒÍ{ ”×FATÁ çÛïm°{qþî‹›BŠ7÷þ~Çßäº+â¿–AÁÙ6l‚}ÁqÒƒLŒ¦¼¶z´Ö‹¢ý$ÝÜ?ÛÍ1­¢2:ÞéæƒõX7w»ùºßÍýûÝÜjÙ›ðÑμy»Û®ùzð-At»(;Q ;¤{@ÆzÑÉbêu§ye«7(8狶JΧÏÁ(âÈŒËñÞ¬ÇzK¼×[”ПÄ(þ¤#ªm§éßzÅŽññ›kÔ-„©YEú,\"¬ÐóϽõvë±·›î¾Ý)ôÑ· Oi¶¡P}¿Ìá·üTþùniìÙg[psaÂW¤(¢§(…zA»ÑÝbY¸í—;pû@Œ ¤Jþ_èâÌÙ
+endstream
+endobj
+1429 0 obj <<
+/Type /Page
+/Contents 1430 0 R
+/Resources 1428 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1308 0 R
+>> endobj
+1431 0 obj <<
+/D [1429 0 R /XYZ 124.802 740.998 null]
+>> endobj
+294 0 obj <<
+/D [1429 0 R /XYZ 124.802 511.957 null]
+>> endobj
+1432 0 obj <<
+/D [1429 0 R /XYZ 124.802 485.597 null]
+>> endobj
+1433 0 obj <<
+/D [1429 0 R /XYZ 124.802 485.597 null]
+>> endobj
+1434 0 obj <<
+/D [1429 0 R /XYZ 124.802 473.642 null]
+>> endobj
+1435 0 obj <<
+/D [1429 0 R /XYZ 124.802 461.687 null]
+>> endobj
+1436 0 obj <<
+/D [1429 0 R /XYZ 124.802 449.732 null]
+>> endobj
+1437 0 obj <<
+/D [1429 0 R /XYZ 124.802 437.777 null]
+>> endobj
+1438 0 obj <<
+/D [1429 0 R /XYZ 124.802 425.821 null]
+>> endobj
+1439 0 obj <<
+/D [1429 0 R /XYZ 124.802 413.866 null]
+>> endobj
+1440 0 obj <<
+/D [1429 0 R /XYZ 124.802 401.911 null]
+>> endobj
+1441 0 obj <<
+/D [1429 0 R /XYZ 124.802 389.956 null]
+>> endobj
+1442 0 obj <<
+/D [1429 0 R /XYZ 124.802 378.001 null]
+>> endobj
+1443 0 obj <<
+/D [1429 0 R /XYZ 124.802 366.046 null]
+>> endobj
+1444 0 obj <<
+/D [1429 0 R /XYZ 124.802 354.09 null]
+>> endobj
+1428 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F13 624 0 R /F63 1313 0 R /F11 497 0 R /F42 396 0 R /F50 400 0 R /F59 539 0 R /F55 517 0 R /F17 392 0 R /F18 1187 0 R /F24 393 0 R /F20 1445 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1448 0 obj <<
+/Length 7732
+/Filter /FlateDecode
+>>
+stream
+xÚå]moÇ‘þ®_±8€t'ÎõûËú’s.@/‚|¸vЫµDx—THúlGпªî®êêÙ]’3
+b(&çá3ýôkUuOOڼۨ͟©öó÷ß<û÷ÿrf£õ”½7›o~Øh㦤Ì&ª0i“7ß¼Ý|û<LöÅ…ÖÆ?ÿÏ÷—×ﮮ߽¸°Ñ?ß_]ïêowà§~¾Û^}§´Û^Þ_Ý\ß½øË7‚ôí&O9˜€É«Í…N“M=áIcÒ^=ÿﻚn²Ï/¯oîßïn_â•{þáv÷v‡É^ïÞÖ¿ï¯îîkâ^‰Cîmˆ5ñï´uÈÜÞ|øÿ~¹ýñç÷W÷»û›û»»-þÿÒÒò"-ãd‚4KZ÷7'ôJµ¢`B—?ÝßÈÄÛMYÞ¤ôÔÓý݉d¡"Õ”l‚ªªœü‰|ú)ÇD©}¿ƒ¶9‘¢ÉSJÌúxõãß?\mïºÝ}Bvòüó1Á¸Ppóþ]þru÷éÛó‚¿ì/¿ßí_}<'l§˜37Èî—û»í i맸Q>~}óçO/«hÊS3Ñ_›èWþ«ùêÅEPêùnoon[Å;e=Þñ—ò5‚Ó4 pxzî®ßžê[qÊÖžªÁš1§dô“[,-R›w6ç~þá›g~Q½1FM!æÍ~ò!o¶‡gÛ
+ºy9]|„ôMOȽÙi%âq©¿
+|¾é‹mžù8{èÃð:mðìtmmgÚ ¯s^gm‹p!O°- œˆ‹«óç9ï'`8ND§NÄ9‘¦wΉ´"}ÉNÄÙ)e1®ézèb ›õ0BWu0>@g1°Ê ŽÒ^§àQõB30h8Ófx•6¤•î éÚ ŽÚ^§ >ÀQç Úδ^§ >@÷…m¾”6&tnFŸE}0(8“fxÝc{°ÿÁ©®ÍÀðàžÀÙ“{†×i›Éå¨ÅžmgÚ ¯s\glŠtÙ”ŽzfþL¿‘ÀŽ‡üˆßH u–»pä6šÜ9·Q ô%{íÄãÀ ½‹ÀYïbxUïJ ‘µU HmGí¯Óã ®MÀ MàL›áu›qÀøCߧ= rœmÉax6D30h8Ófx6˜‚ŒÛ<X›€A›À™6Ãë´3:û(꜀A›À™6ëž+p
+î"Ý0y£ÓЯuSè
+î"Ý4)†1DШÚyB´3—hJ+@Vñ ö"e˜»eó€¹8Šª/LœÊR²Ÿ¬÷ëÂj퓈 ]9w2ªÖª_é q†°ZÛ‡ž§Ô‰ð;À”_‰8Z±iY9‘w+òE/ó—é5LžœVqìz„}O0EçÜ%½·i&¤,AƒªàuQÁ\¢ 3Â`òR”±AU2»¬ä.ÒÐ’Óƒ.a£®`
+]Á]¢ë®•Û¡’t%³ëJî"]ܶÓ¨Kب+˜BWpé:¸ÏÍKШÚyB´3i†²vðŒª‚)dw‘nœ’`Ô¤.a£®`
+]Á]ä©„ ¯ñ{A^ã¼¹8ë5¼‡©îçz èÊÑ>â5çë5Ü9¯ÑstÂkô2™^Ããb¦Â$‚ƾ×y¢ëuæ’žp±Ü«A”±AU2»¬ä.Ñ…é ƒÿ ’±AW2»®ä.ҸēËÂب+˜BWpÍçà?>ÆaŽÃØ8£L1¥ÜEº0á‡ÐyÔ%lÔL¡+¸‹tÜgǹc£®`
+]Á]¤&íÌô36ê
+¦ÐÜEºq
+!úÁ;36ê
+¦ÐÜE«ÛrÚ rgMÆY¯­’cøL¯]Ù;ÿ°×hœ§x ÿd¯aÏyž£^£—ùËôКÊê0Ä,Œ=O0EÏÜ%=/ÃYaµ ]Æ]É캒»hµHYÜ02®6Öº`ŠÕ"Á]¦‹Ý*›0
+8S\)-ØË´3®ž=j8Ó\©-Ø‹´µA”â¨Íà¨-¹B[²—iƒQ3ÎÆQ›À™¶àJmÁ^¦íËNËQºa3åΔ»L xú4
+8S\)-Ø‹¼˜°äNž`KÈ¡œ7%g=
+6NJ?Ë¥x­h=è¬K!Î?Ö¥˜3.Eäè„K…þ2}ŠÖ ZÔ¨ÑÖ18냂+û `/êÿPKIã“1©Íà¨-¹B[²—=Ác6¼=!pö DpåCÁ^¦ Sä0:6gÚ‚+µ{™vžôH?j8Ó\©-Ø‹´ño›õ0Uèà¨-¹B[²—i;¸ÑÓ²δWj ö2m?Å`ýØלi ®ÔìeÚq2³Y0c3åΔ»̷ [AæIv…\Ìfå¼&òùs}ŒS´ztÞÇ4Î?ÖÇès>¦çè”é…þB}ŒKSðÆqƒ³^(¸²
+ö¢~èaºmÆ9c£²`
+aÁ]¤@-ú8ÚYgu/¸BZ²—i‡)(¥Ç€–Á™¶àJmÁ^¦'—²}:ƒ3mÁ•Ú‚½lwFÓáÇ~ÆàlàÊ ‚½LÛÂ~6ocp¦-¸R[°—iûÉÇÙ\gÚ‚+µ{™vœðˆq€18Ó\©-ØË|›°ìcžbWØÇœ7+_¢irÁ¤Ùögu-¸²®{Q]§ˆ[`ÆaMب,˜BXpéf3…„OŒ¤0ƒ£²ä
+iÉ^¦ðiÛ,ncp¦-¸R[°—içÉä<ó™ δWj ö²ÝRFE·iup¶_Jpå†)Á^¦ !“÷ãÖ´δWj ö2mû"Æ'àœi ®ÔìeÚªlf[Ôœi ®Ôìe6\Ø
+¶£O±+lGÏ›•×ÿ\#ú¦ðè1f„àÚçºeÒª)넇ào.$ÝŽ 9@„…ë4Ùãqkx‚žÃ3\\¸O³À£q2„à&”çdÚéX˜ø8Á‚ÿÚ±8̓§%èÉC÷óp.QÓS!e&«ÁYGÙªLoœ§`q[2ž)ÀVâoÔFÏ4Î ( #P<Tʤ௾¸4hÁh6½ÙâK˜SJJ <3ålíZ‡Hv[ì$ÔOÚ[k6"9‡Ý0HYB¶%Ç”=æõBpjÇ¥ÝÖö>Õ¤¿‡VÅ—Ï v­zP<Tä6ø‹q¦BÙf Pïr¬—D“&8¸›“é⽌b*NÁœ¬'‡ô`×eh[òÜ2؉\ NîDykèÞµ† ÂBÊVtðƒC{Ö M” Éåi»”³0ÕijS;ÏLQ•ãÆ9-FHr[Ž÷k ¹‚ûžÊÃà‘’áœ5æqö9­£RÖj91¾kµøâ­íCü ÁŒ‹-nãÁªiƒ;Ù•ÎûÉ40B:¥R(Ï4ðÚÓSb€ôð>#X èÔœD x¨u7Dõï¡,…óLi•¬VűQ«5í!îví A‹[Ø|ÜDÃ6ùò_[ì¨Ý ²-G…)’¤ÅIG¥ER!E¼‘A=©ò¶DO
+\—Ã1ß {Æ왧¤ŽËXëäئ×:Á3¢ŒƒÄfý Á
+fèJ†}CÙn½Þ–3‘j~ˆBæ$楪•pì»k%à¡?V9í»ÿ> (žÁ¤s} = |˜ãäËk0ìú ÙÖŒ XŒOÂ
+ßuÕ$|¿´WAÛrμ7èUòïʹÙ=¹‘.ÞÛQ79pÅ@ìÉY\5ƒ.AxoÏ {18¹ãòVCqºeAÝüb¦ }hkªÐÊ®œ²çpväjË
+.¡#—Rس
+!tD?ÃA2=pËðÇn)’Á{G90ïÉ ˆte_Îl 1ëÃãî@› ^„.C2ŠÄ^ JîDyg‘üP õ˜j¢9¸j^c£b-OL¦îÜ\BG.¥Pk¦”:%°FìQ„¡kŒ.ST«ðíNð@Q¥úKsE„l‹cVYiIƒPF•i'Å)â âcwUù-)0<;cW$d[b¦–1¦qæ9©£2¶Ñ7=”œÄU¹ÝªX7 æŽäZjÓžóu&“nß·0£R u/}P|Û <Lò¡“WŽÞgOȶžé Ý+IžÂU,ܵÐSëÉnk`TQè-0—²mCjIz?Œ dÙÖ×ì ¢§v\ZŠ³ç±J;ž¯X€´Ûê8¤aM ¥€
+&‘|Âiå2:p9…Víº»ÇÂQÐA‚%Þà5¸¶€ëûƒžR–Pa¶gU,<€Ñ™ž ]“Ö–NiteÊ®ƒ¶›ž tùˆ'ww±†lkk–˜Eyætæ%k5|øj潉ÅuÁ”ÕP5XWWuNeö’×°×îmUë>/I¹Ç’‡…n™~\Ç‚ñÌ 7Ã`ÄŠ›ç8” m;á¦ÓQ¾k É1Dºå^FÁ½Å„g¾rrçXåÉë2´­§Ö vb/'w\ÞVãÇAõ¡f(CT[2¤£w–RL
+§)¯4Âl§­†nÆ–o•…Èô‚Å÷ª¬ èNsèî\Iu„$ñÎŽB(áË™<œ„ g|]²!Ûzô\ËÓ8÷œÔQ)[}OWµJaCA¦½¹2 ¦¯øå#ˆmubGf½{ÏS9¸ÎÞû2_
+; IÕÖ=ĸèãÓ;û
+üC9Ö!ÐÊâI*žª†KO¢Âœ1xsÊÓЗU~Ú)jjËIèPböî*žA¢¡ÎÑGÁ/ùªÇˆYÿ* ´„o8Ê ¼©!î·s¸LâŠU®¯Õ—˜ØǺŽaK=:,â£{çëì#ºv°ÏlÑ:Á4¼€o4E›ê#p(EŸøbt­ ˜::ídp`®¼‚¡wEZ@¸ ó.\‹‚Ÿ­ÞpÑ,@ «¡Ay/ªX@îe‚ñUsë8Í%¾¤’î%×âdÏe
+  ·âGg%÷==‡ º"Úö8ØãkŠí—5&¸`ÏAF·¯Ð©ú‘É­©‹:ÆÔq5­~ò &» Èš\HÝëj”¢ƒÞ‹‹·¦.ÚÊ¢_ó‘Örùä¬lÁÎÅézʵp!BiïGî{~¼GmŽÆÁ¶í_'‡ÉÎz“3F/©®Ïa¾LÌ8 •ä÷üL¤vð´`)›±8ôøÈZv©ÞÑp/>*(®y|*/¸-õÞ ñÕûÜÞY…^–užõÌNµS Ã”p‰Ý‚Y¨-íÞ•q‘9kÁ>xˆ4‡þÝ©øôÛ¶”@ÁõS3p[â<" ¾´`¹Ú¦;…_5DK Ɖ=¸ ›=ÄõÀ}OÓ’×âKÝôVI‰I|9xËàF‰UgøBPÁ“_XÜ+íU(¼8Ä·±ˆT^ùú懣#zg¼Ù½-Ã=¿'_²85°¸JRaQi.d‘yA(á.Ç€ÇáD´Ì\,ÜîÐ_j,"•býùÔ›?1a¢`†œxÅt|ßJñ^§”Ïؽ%4S+¨•ü¢+H—o·cA‡ ´˜:'LÆš‚A‹IcxðÃóøÍŽþœRžÿ .K§:ÆË.¬G{ÝY¶§¶¥ú¼|ß+šÐ‚·¯NÔlÃäÛºO+¨.˜8öoµkÝž»f>hþð9.‘¶Äéïñ{ö¦S â…ÁÕ“ ëR˜¦´Ë ú;Ý1׸"”Æ8§œÎP–¶¸/ªâ r-¸ q£Z%Άn„08ºÁ­ÜÉàÓ||Ogj§‘§ôÝ·§ºwÆ2Õ¿¿zqab:~Ñz–ÖØ»[¸<¯çõqÑ*äWwsú¼¾%º6Ù¹g÷¿MƒX<pÎ<Ò"´¤IìÙ&銿Y›üÿïøªnóD¿¡Rºa NrCоÓN°.í·ì¬Ð¨É=f>iIgug;kWüçwÖY3Îûàþˆ¡Ëù°åû¦úš;AÁ×ðñØhÑ q g¢»X‹Ïw à‹žø²¥Ðyóv å'çÂ#Ý¢‘–t ¶[tÅõÝ"~ž ›w‡:\3nknô#ƒR¹ÊQ¼óÃÙ~f»¹lñc¾·‘–´[8×nBqY»i|\PëdøÔG‹]/j𪇻ùßõ˜˜Á]d¿V’qÎ׿VâäL§ü &Ô¶l lS‚0ÁŒø4‚WÏ¿Þ}aöõÕõ»øÝ“ç×»Ÿñ÷|uwW+Êg‘"Ì[ M|Ÿ²¤õ»A©ç?_í÷õ·í¯Ûý®þzÿþöæ§wïébw×ñ]ûu·ßv×÷wÿєԨušé<ï´u˜)ÈáGüýò§û›û›û»»-âŸ>žÈmYýÂ/qSne.Ê’N°£ÚíîíË·7÷÷ðãpyûã«‹ò£fúæÃýÕÍõÝ«w7û«·Ÿ03øÿòç3Ê?(Oœ*ßLË÷ûËí/ß^Þ½§ |€jº|ws½.ø¥^õp5g¨†b?@S¿ú~ÿÓî_œúTóööêòps]†Õ¦WŠj*ÿZþ‚ó·´ðKLå\;|#Þ>˜i‹[®m3ýéDZUü¡¤*ã¨ËÝ_ýø÷»û_÷»»ÿÝÝþZ+ãò—«»úÛ~÷nwýöÓ¿½:Õù’ÇM4w>˜ÛFÝo/ï_}üNy…Ϩ^jøMzyy½}sûêúæö¾ ©Ÿww÷9¥›q£–y¸µ £hÇ^'ÚÁŸ«»ïwï®®O¤ˆ»ú³>bµ}¸ÚÞÿt»+ÍÁ<ªà3‚q¡àþæüÆùôíyÁ_ö—ßïö¯>ž.í)ÍûÝ/÷wÛÒøX6–þúæ‡OŸ^VÑ”ËËQƒè¯Mô«?ÿÕ|U›®¬¦´Š10‡Óã¥Uçpš¦O¯ÃÝõÛÅ€À
+endstream
+endobj
+1447 0 obj <<
+/Type /Page
+/Contents 1448 0 R
+/Resources 1446 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1477 0 R
+>> endobj
+1449 0 obj <<
+/D [1447 0 R /XYZ 124.802 740.998 null]
+>> endobj
+298 0 obj <<
+/D [1447 0 R /XYZ 124.802 716.092 null]
+>> endobj
+302 0 obj <<
+/D [1447 0 R /XYZ 124.802 697.37 null]
+>> endobj
+1450 0 obj <<
+/D [1447 0 R /XYZ 124.802 673.391 null]
+>> endobj
+1451 0 obj <<
+/D [1447 0 R /XYZ 124.802 675.328 null]
+>> endobj
+1452 0 obj <<
+/D [1447 0 R /XYZ 124.802 663.373 null]
+>> endobj
+1453 0 obj <<
+/D [1447 0 R /XYZ 124.802 651.417 null]
+>> endobj
+1454 0 obj <<
+/D [1447 0 R /XYZ 124.802 639.462 null]
+>> endobj
+1455 0 obj <<
+/D [1447 0 R /XYZ 124.802 627.507 null]
+>> endobj
+1456 0 obj <<
+/D [1447 0 R /XYZ 124.802 615.552 null]
+>> endobj
+1457 0 obj <<
+/D [1447 0 R /XYZ 124.802 603.597 null]
+>> endobj
+1458 0 obj <<
+/D [1447 0 R /XYZ 124.802 591.642 null]
+>> endobj
+1459 0 obj <<
+/D [1447 0 R /XYZ 124.802 579.686 null]
+>> endobj
+306 0 obj <<
+/D [1447 0 R /XYZ 124.802 353.036 null]
+>> endobj
+1460 0 obj <<
+/D [1447 0 R /XYZ 124.802 326.732 null]
+>> endobj
+1461 0 obj <<
+/D [1447 0 R /XYZ 124.802 328.669 null]
+>> endobj
+1462 0 obj <<
+/D [1447 0 R /XYZ 124.802 316.714 null]
+>> endobj
+1463 0 obj <<
+/D [1447 0 R /XYZ 124.802 304.759 null]
+>> endobj
+1464 0 obj <<
+/D [1447 0 R /XYZ 124.802 292.804 null]
+>> endobj
+1465 0 obj <<
+/D [1447 0 R /XYZ 124.802 280.848 null]
+>> endobj
+1466 0 obj <<
+/D [1447 0 R /XYZ 124.802 268.893 null]
+>> endobj
+1467 0 obj <<
+/D [1447 0 R /XYZ 124.802 256.938 null]
+>> endobj
+1468 0 obj <<
+/D [1447 0 R /XYZ 124.802 244.983 null]
+>> endobj
+1469 0 obj <<
+/D [1447 0 R /XYZ 124.802 233.028 null]
+>> endobj
+1470 0 obj <<
+/D [1447 0 R /XYZ 124.802 221.073 null]
+>> endobj
+1471 0 obj <<
+/D [1447 0 R /XYZ 124.802 209.117 null]
+>> endobj
+1472 0 obj <<
+/D [1447 0 R /XYZ 124.802 197.162 null]
+>> endobj
+1473 0 obj <<
+/D [1447 0 R /XYZ 124.802 185.207 null]
+>> endobj
+1474 0 obj <<
+/D [1447 0 R /XYZ 124.802 173.252 null]
+>> endobj
+1475 0 obj <<
+/D [1447 0 R /XYZ 124.802 161.297 null]
+>> endobj
+1476 0 obj <<
+/D [1447 0 R /XYZ 124.802 149.342 null]
+>> endobj
+1446 0 obj <<
+/Font << /F42 396 0 R /F43 398 0 R /F50 400 0 R /F55 517 0 R /F59 539 0 R /F8 399 0 R /F7 523 0 R /F13 624 0 R /F63 1313 0 R /F11 497 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1480 0 obj <<
+/Length 9112
+/Filter /FlateDecode
+>>
+stream
+xÚí][%·q~ß_q@vÚ¼_üâ\ yˆ2ò |¼Ñ
+Þ‘YAœþï©"YŪî>3Ó=+g´‰!k·?ÕáÇK±ªÈ&«Í囋¹üò¹ñ§…›‹½ØêË%Æ°„z¹>¼ù÷ ýòÒ$ߘÅ×/ÿyAXþcø=üÿaóW›ìL(îòáòÆÖ°XcM¸ã/
+EþÓåÍwƒÑÖêZ]̱ðï_¾¹‹KMÎS èÑ-Ň°l‚T± ƲÄTkBÉû ÷ÏqúÅ$c*qÒ£à$Hq2x†³,Þ牓'AŠ“Á3œÖ-¦8æ¤GÁIâdðgXjɳsùY²¦i=Å›ŸŒ/ÌKÏ’—0ÍËè)Þ
+¿N“v<JÖiRÏp: 3-TG¤ü,XS´=Åë–ä‹a…âgÉK˜æeô ï ÀòÙâŸa#òb£«yËùÙC¶§q±Þ_
+£9µÃ:6Ó(þ~}¸hSK%Ü9
+Uá/1@¿$,ä_¾ùÙß–KÅú¤Ë—ÿzqÖ,ÙºËùò7—¯>³æó_}ùw?ûÛ|IKÍ  ‡¿ð¿$KB(óæo¾d:b›d_ˆºŒæpk¸É¯Æþ»°€M*5¥F H+§ì?XroçüágéÓ.€ÑS¼`ÍMÍl,øYò¦y=à ªabðxùYð2¦x'zŠ,z,³ŸùYò¦y=Å S»I;%ë€4)§8Á û’fÓ³d%LÓ2z†7‚QÊ)3/? ^ÆïDOñ‚E7µ°.ó³ä%Ló2zÊíÛ á ž°Ï÷Œ'¸¬ùÁ…ܳ$¨úa_à6¾`°íû‚ÑœWì ¢‡ÐN;ÅÏR§Ó:ÅèJ`ÕŸsˆŸ/cŠw¢§xËâŠMl¨øYò¦y=ÛÁª»dyñ³àeLñNô/Xuof?ó³ä%Ló2zŠ¦… †H~–¼„i^FOñ‚e‡I˜—ž%/aš—ÑSkM0N¡ÄÌ‹Mz–«MÂôr“ÑS¼n‰ÅNÚñ(Y¤I <å‡nÙ áž´Ï÷ 9¢Ó|™OHg„Ç}BŸãqŸà7>a°íû„ÑœWì
+ŒRô–ç?K­"L«£gôª:èä8ç? ^ÆïDOñ‚e>°­âgÉK˜æeôÔ>†±K­¹Îä^ƒz7cÂç¸Á¼7;{Š›À7Ãç¸óâr,s—ŒÅMàŠ›ásÜܸs¢Ï PÜ®¸>Å sÞ8ã'7’›AÍ=ásÜ`ñ£~r ¸ \q3|ÊGݲ'Â_<iOì'°°!¿ÌaTŒBâ£Ãpð×Ã#lÆ`»±¡4ÚóŠ=†µ0P.KÆ€Ò.WÚÅð¹w0þ!‹YÅ€Úu'pµïÎð9np
+fr3 ÞÔ¸zUÏð9n·„š­8$@€â&pÅÍð9¯uæH¿ñ”M9à5@3ë FÄð¤<î4’Á®8¾ìH§1Øn8Þœ×ì32ŒR/
+PT+æ’›AÍ=ásÜ`ú0¹ PÜ®¸>wöL?DðsÅÀ:CàêÃç¸ÁôÛ"úœÅMàŠ›ásÜ`*ì`n7+n†ÏqWtõYô9Š›À7çÞý0ÿ>枀</ ~<ásÜ`þSÌýQñvhÅ:Àsþê¦M‘^ãi›ò„ßx5F ¸Ã3«àä[ïÞeLÑIIœÍ.%\' Ùçv4òÂøä`³¤%H±
+¹I*$p‚°8Ÿœ$eL÷¸œ´Röo^bÀízÉK˜æ’‚WÈáuf >U5¶Œ)^)9y¥ì!^·äšƒæ%Ló
+IÁ+dñø‡e‘ä%Ló
+IÁ+dñ¦%:[”^1¦y…¤à²‡xËbBRsˆ Í:åé”<Â)­
+ÙC®JXrÏ°ä6n›‹›n#FXë¾Ôm$SÛÁ G܉<Çm¤g»pËmˆí¸Ùè×é6"nfZ(¤•oÊ Ý›’GT/áfy4Š”1Å*%'­”= Â
+IÁ+dñø׫+Æ4¯¼BöoZlp:ìgLó
+IÁ+dñæ%¥•{fLó
+IÁ+d¹¬i Ès<i3ÈoÜ47ÝŒJÍ/vüUzÜm ‘ë6üM·1k´ã6f£_§Û€á4Þ&µ0¦UOH
+Õ²GT¯ÂP™ThȘ╒“WÊÚ02‹è #Ât¯ I±a$dñ¢^U—41+f!+©…ô1ÎjnWÜBVr éCÜÖÁ,*Ys3¨¹¥¬à–ÒǸÁª¹à³æ&pÅ-d%·>ÆÛ!KM=°ó””ÄSö/põE¸b²’ZHrcÂB?y†-!rÛ”Üt)8<¹¼Ø§àA€ü¸O"ק¸›>eÖhǧˆV¿N§bm!uF;WJ(d¥
+éC
+j)}Œ;á·UàÆàŠ[ÈJn!}ŒÖ•µ®|&ƒ+n!+¹…ô±#SfEÕgµ&¸:4%då©)!}ŒÛã«=}>m‚+n!+¹…ô1îˆg#ô[𠮸…¬äÒǸ!(4խΩ¸â²’[H³áÂV°}Ž]a;zÛ¬|ñç5¢÷baðý7—þ—ü囯.#/)f p1^~ÕŠûÍÈ1Ä„`<Ö~ÌÒ›¥Ú‚‰ ðo!;‡¥šrl»Y5bR6Lõ——aEŒ;Ý Âµ6öÃ@ü–Ú›5ln’ú܃»»¤¡;æðÁÌ
+v‰ ­ñ¾([zdÜâ-˜,ñHJ¦Òíô’<eÆülT Á_‰öàêU©ÁOkõ^¢ýǯpû-E , ô\–íqøu*Õ‹è)Û² Nw Çf€¼Ÿ=ƒ9P`†À:Þ©îaˆ¼l_<{ “åÅfcƒêÆûž¿ÅïfOb›Ý‹·Ñd÷‚põKD áÆ›õu‰É[Õé÷=³ƒ7ÁÆÙñ-ï(…WÃâÐàå8‘vçÒ@Ün[ Ó›)9ž¾ºÀ €èÏ9˜-g'&‚Ž‡Õ^¬#5_ö9Ù¶å nëiªÐô¸¶#ýn`N¶d?Pu‡7y eÑtÉ«7rcM­ñü3數d°
+`TF¦šX Ih~Š#ä¬ø«4Kï¢þõû1¯Iï“Á_(Iõ˜°
+“l6ü
+°SJ²—<uF+¤`„ÀM8­Q$
+
+ôHâKÁW•è({ª &ت#‚KhÁv(½œ¢à2ò8Žö! ý”¢£ì©È¨\©zÊÍQ
+£Ô›e
+tù ]oP²£ô9!zt7ÓàÙs1I„$(dkà>°R´½1G‚|0P®B˜Ý¦Ti.ª§ÁÓF4ÞÄʈ ç!D=t/U×®¦ ®wÁsd¥rÅPM*<Çgc±;FÆ€æƒÿ…h¡r^ÐZP ð•/ÁC¡ÅÄv”âý²I¹öbÆêÁ¸û\6âp'‹qËlgÏ=½qV·þ¾Å à…qBqôüŸÞ _d¿ kíó¢kz(PK‹šd‡Ý“#6;m¤T³IÕ•÷]ÁOFtçCwk.bv]ÙÉ÷]‘!ö‡iÅý<œZ4ì‰ì}m!Ùw€¦¯°X¶h‰Ä¨ 0ž‚͸hã2Ò1ÀÔ®u5Xg‚}|¡ãƤ¡Åhý0l›¦3&‚½Î~¬Ü ÂCU¾FãB1 JÀÚýx
+!{Œkq!­gGm<(æ”v\¨ÀÀ¼›Êæ%™™„^Á@¨•p­öªG݃mÛìƒOsûx£ªÔ.°KÕ ]Åà­¢§€å£µ=0u' u[w¢AÇÆZ±vmZ¡¿á[6YÀÀgŸAÓýXLBXj[ºÂûq4 
+*.¾ê[¡¢ÉঈFñ5NU…¨¤£¸$ðcaƒÝ_ÐÜŽi„h-†ÞÛk{òa°OÆnQðc`nd ƒsÎ
+ÃcxôAüôýÇR÷BUH{Ö=®
+$tDü-UŒûªàŽªÂz¿éèÈë]Á‡–‚à—U$qG"mÜ!ÊÊâuÖ/^Çðf¬{xbx‡Ð‘á 7‡w2~”áý”ìö‹G3e MŸÍ!td4ãÍÑœŒi²þ¿Ýþ8ª€7¢kyB†ÐUH7Ua2S\l‡Þ'_¨ïÛAxgð¬+xücþç;]VÿLi»Nß)m­o[RИèZÌ ËõËåЮ©&-ás?û«÷_÷Í·ß}óùÏñ³Þ¿ùöú¹·Ÿýö÷½Ÿ‚\\``96fY‹ÅÒ¢ùì>|}í…•ÐËpX<úϾþaÛ縺˜:ruÐØ<–åÛ.(è7}é'¥1ëu?’l}ÂQc Íœ¿~Íß)ÑáF Kýñ‡oûßÿöíõ‡ÿøþÝŸPº)0ô1ÿùa~ae¿ûþùúßþþO_ ÂÄ6±?@'ÿö‡wßýüæ­{ë߆·éí²,o­ùÓÛÁQÕ
+¦6~+¨ÿú/?¿KÆ|öo0jïú_±¸‡¯¿Ç1ÃÇ>f¸<ë¿SµæŸ5æmíOÙwgôOÿ‹«}—ÞÞ…Ve×k¼ýǯýîÃÏÿx«kýÒ¾¯Ñ…x÷‡~Ýá÷5pçÂRøOƒî®€L«qü¯Aúÿ/î/zûÚúp ½óKµú¿Ru£³ŒÎX·é9jòî»ßì´¬>7ÙQ’^³€o$í³ÙÊ!¶õ¸ù!eúSî48p¸âÆ÷gþú¨òñÁÔöU¹ðÂ"EXc¢ Íí E´›]æ%ŸÉ|‚nó¼ð“üNÞëýæU….oè±!Æ›5øžà9CìÿêÕà»1Ä?áÏ^½ÞÏÔx}îÒãc ±zÿ~Ìái¶Ÿè|7Æø§ý¥šík!/x‰ø&æ‰qÆwôõÄ0oƒº[ÃüSÎ þifñux„ÁÎðƒŸåGz ÓÙ’ýé4¶zô4â‹Ä Èæ2¨Û;áŸlŽæ?OÎÕ%σ^†…û³Æïß%®i‰‡!óøeb÷¼ËÄùvò¼^%Q£Ÿvî¼?C¬—%-!Èeñî 2WÜ-˜5úÉç,ùqr ¼ÞkŸ?Âõ¬W—VÙcŽŸÕ,Ÿ ¾
+'eg¦T)ü
+®£m_;~—ΰ5f)íMè[gÅh˜@ SÛ’€g›±’³3¹â ­¥c”ܼÃÆ¥m¯µ]Õe7<êÛÉW.ï7¥$i ¹¶SõXn6‚KÛ¶öÚ5ao\që–@Ý]›š1.¸U'þ„ZtmÇ'!lRP\Ú£âvîñ]åí>,%˜š.³8ü1ÀÔœ¼ ][G§ 7ƒ‹Ûioï ï=´±Á4ò¢Âƒ+p‚–VÌ‚®í>C;,äø’"—µ¹¶x•w1C2ù2‹‚FE˜A’’ ü%Wå¸ú\Ö¦•½[v&yï–ý+” VL ðv^°WløM^Œ(Ø>0rmwÍœ1ã°fã˘TÒævæU^ÙÄ»+x{‰
+ª©½˜Ö¨?ão¨J$Âu¦26-ë]±µl½'vï‡NÐc¾õˆ§‡`Ú⌂7§PQ§U$äÚN³›˜Š㫦TÔöòéUÞH…0°}ÛgN-àœŸŒ„\Ûµ‚Q1g婨m{Ÿl {ï“Ýk°„àÎܨÈ`É îlùeº„\Û-˜Ëu
+ÍÛ´£˜íõÚ«¼s_`RÍr<†¶=§ñ`#~7ëÄb\íQÒ¶q½3¶­wÆÞ5_Æ*~µ&X¼Ý“’f‹ nØ2rmwBÀ/“Æ÷…© Í⫸Tœ!N·Ù^¨˜öøæ{zÝþŒDT¡
+sëVõNØ:ðÞ ·.03êð²FíISñþ @`œbÛîaÿO:Dca®ãM!Çסgi›ÒWuoú1¼<ÂÅ¡¯È>
+ZFÚO©zBŽ1KÛ´vøáM(3ºgÿÂ6ƒà¬Å(w:SíÞ¿Ô<lý„ºöÛŸ`+ªäûß³¸õ•ð«º'ÞÞÒb¼2KCÚ,ú¤%è:vb{ý¦ ·b·níèML÷ðÜ+VŸÄ…t ZGÃð Ïín ¦Q3ÙàÖ0Äp–þç1ãbˆxýÒãmu̸+=žýÀ[)y«»QÞ¼Nª-¦wÛ•+r¡O¿ ²+VÁzèN¼áì²·7Xñò• xD\xÎè÷öåø~U
+k°-Å7!⽶, „°QÝ?Þ¹’|m× ©‚,8›ÁÅmÛÛÍÐþc2‡§³°S¡›Ò&øл¯ÆÑh’%TËR ôƒ•G®1<¬î
+üd®1ø2õÎýj¹Æ˜r´x˜e1B”rþÌ^˜k ¾“½sM[®1¦WŸËÚ´r½ÆP̓]r_FÂrwl°'œÕ¹µ“ðñ.I ’¤Ÿ÷®N˜Ogל’
+Eq´Ôxå©à‘ y¹|ç¾ùµÝ!¿l$-ÞJ¶ª¸ /þv¢hh\)—Y_Tß¹»Ž¿å
+NÁÙ .nÛÞºomÓCk X‹ÜK€Õ@Wýö^±%%q8˜9Ñåy’%TËR ôš`š½…B€žÑAq>oÞï\Æ—Kƒ‰rØ?‹ñÊõ5hµs…0oñï\ì—k!8›AÅí´wµNPßœ+½ÐšB7/?ènroO..Sf’%TËR ½çÛÍåÖˆ]˃#Þɶmì ^áãœÛ,×~A³+Å&ÖÀE Å1^Û5ÎâëÓåGQ”Û`›íàÚo‰öŠ±Wž‹Ú´q¬G6nõ¡§O(xQ¼â½ôÜ3ç×ÇÔÞj7Ò]NI•$ýüÃâ[>X-±»~P¨ÅåÁøL,bœI¶i®=¨W‘r÷ÈðPí,mBD{íUGA[`¥æÇ—Zqœða›âÚkÜ«'䨳´mk)Š_-½)·åV
+Š.˨’åF·;Pw<÷ÎáЃ[}Ágpm‰3WlsY\{‚
+ð^UH9ܦs³z&®kó;ˆo)[æ*fä¾Øføö*ö*±Õ™ËY·lôð6|è•.7× bGÝàCß3J¸ú å¦äÆoG׃iKAåƒBf,ÁC
+-½&2àì; =®=ßÄp°®‚ ßC…Dq ïµ'ø(¸·ŒÙ‡fqœ d'9È•ò/”~…xÎfpqÛöŽßF×½Bµ`’,ÌÌñj5å,i‰%bßïçì$C–P-K%ŒžÇ¬ZÖàú†÷…fX&z"º,›lS\Ç-q4ì -ÏKEM„(¯ý*ù@!”ˆíûô\ÖȲ͙rí9DFÍXŒkÏEmZ9ú{»nwÝÁ¼OãV@SÚ{|¹–{‚0!8@-ÙýáÆp<}"¹Yö›!PpÚvìMÜÍàC[‚'X:ù‘~á†hZBj~*à-ëG1ÃTðéiAÐz?Æä÷»ã G§­Hú|Ú—í*VúSæÙGdÁ•U_ûªÇÖñ!Óu(˜Ëd¼{J³¸ç¼ªÃýžB=HfÔ&ï«žJ±ýç€"Ýå¼{®m÷ßäT|OÉqv>É}¿;Šæß½»²w&CË"bÁáâý1Y0-U~¥`|õêF2 ¾z{ž,¬pqoYÖá~ob?÷œ!†vß<Ð* ÅŒ<yû’s~´pßúG$ñëq9?OÒE_ûýžez Õ£Ìaû’”(ÐœÃjcT‹RöÀ‚ï(e˾èH)ø IÊ3(ùïwëƒB=®5â ;<\7ÎÁ‚[›˜F¨<&[p³ – S8ÊH¸/›0&ty†lļDI×á~ÏI<(°âR‘žíŠp xÅ=ÂB9…ñâ}QÜÁ€í»Ç‰6wEaeàq£àY¢°’,º÷{žîA±½YˆûNñ¡'Ëê›LèPráQüH·…>G©ˆF¼¦éãsDa¢Lã#+ðÌ,”ŸR&.yLçF*.\ÂÖšRs?HYëÄP)z
+¿‘æÊàm}4b²ˆ)„{”( [ì0ç›”½‘³c?¥U|YJ+AHNxÝœ~²x7¥I‘Э”Vk¹½”VñY)­ü SZ<“Šé¾ 7|wSZ )z,¥•ý89­VŒ;9­ü‘œVh<m-0¯*L;óã¹9­ZZÃÒ§»­öÅY­>Bòyàs•…Ÿíx!\qŽ¡ 6Ö 7®-‘F-nŠP"*B&V¹Î<+wôßé÷wkŽ;ABõ`ŒkÊ娶Œ—¢?þ—3ô@t†'0=¦ÙŸ)$4d^”‰kUÖ—žçxö¥ypChC×gœ<ø_5^ÜY÷ø°‘ЋÒf­ ûh™xž<­q.Ö<ñËšà÷Îð,ú+Súc)L|MЇ)¶#u'Ä^‰–—¶¿ù„–¡e[ö±óMÕåÕà®5óÃFb/ÏÔJd/íÔF‰¶Y¨V";I©î_‡²dÜ‚JO(ËzQr²ua¯(“ ¦>…<‚sp1 ±-O îzQº±ua+ÝEÞw"ô¾•oŒz{Þ©|îD.Ÿ¼#ß ·â~ôB*k´ó
+endstream
+endobj
+1479 0 obj <<
+/Type /Page
+/Contents 1480 0 R
+/Resources 1478 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1477 0 R
+>> endobj
+1481 0 obj <<
+/D [1479 0 R /XYZ 124.802 740.998 null]
+>> endobj
+310 0 obj <<
+/D [1479 0 R /XYZ 124.802 511.957 null]
+>> endobj
+314 0 obj <<
+/D [1479 0 R /XYZ 124.802 489.25 null]
+>> endobj
+1482 0 obj <<
+/D [1479 0 R /XYZ 124.802 465.271 null]
+>> endobj
+1483 0 obj <<
+/D [1479 0 R /XYZ 124.802 467.208 null]
+>> endobj
+1484 0 obj <<
+/D [1479 0 R /XYZ 124.802 455.253 null]
+>> endobj
+1485 0 obj <<
+/D [1479 0 R /XYZ 124.802 443.298 null]
+>> endobj
+1486 0 obj <<
+/D [1479 0 R /XYZ 124.802 419.387 null]
+>> endobj
+1487 0 obj <<
+/D [1479 0 R /XYZ 124.802 407.432 null]
+>> endobj
+1488 0 obj <<
+/D [1479 0 R /XYZ 124.802 395.477 null]
+>> endobj
+1489 0 obj <<
+/D [1479 0 R /XYZ 124.802 383.522 null]
+>> endobj
+1490 0 obj <<
+/D [1479 0 R /XYZ 124.802 371.567 null]
+>> endobj
+1491 0 obj <<
+/D [1479 0 R /XYZ 124.802 359.611 null]
+>> endobj
+1492 0 obj <<
+/D [1479 0 R /XYZ 124.802 347.656 null]
+>> endobj
+1478 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F13 624 0 R /F63 1313 0 R /F11 497 0 R /F42 396 0 R /F43 398 0 R /F10 479 0 R /F50 400 0 R /F55 517 0 R /F59 539 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1495 0 obj <<
+/Length 6252
+/Filter /FlateDecode
+>>
+stream
+xÚå]IoÉ•¾óWäÁ P¥c_ è`O·ø`™æÐ6 6EID³ÈŠvw[ПïÅú"+‹dJ²A`j‰õøe|±¼xK,Ybz7‰é»QþýÃë“ßþÑè)ÎÑ)7½~;Ieæ Ôä…›¥ŠÓë7Ó÷ÏÜlfõ|'¥Ïþ|uv~yýîùNóìîòü¹VÏ~ü@õ³³kúôëÏï/n/žÿíõÿöV°²Å´CéÚù\ê_¥6eÊÎÑ`懋w—×+E©8‡ÐPï.ü×O—çwÿ¸½øDè u#Š­ÿ>Dè7^ݼß³_.?|úþ8á/èŸ_~”êE Ñ¿Æ…àL®¡(PW Wg?\\½üx¬Žzö1Vú»‹_î>œ¯ÔRÛ98×jùÍÍÛOŸ^äú…8;·¨ß¯…ô7ú»úÍóâÙ···7·¥•ž£ŸøÛP÷"œñßšü1ý}qýf¥ÒÏQëµÞÎ53~J>š-lb[*S›-Çþýöõ‰Äb’“’qöÒNF¢ïl˜Î÷'ÿ;øÝ”Ð'bÖ1Øéç‰Ä‹?µ ©fíMjœÃ DrÆoÊÿüçóý4_‹ÀЩY„ˆž(-—’&{à: u1"N“š/Eî!?9ôœ¤Gô¤g'K_ËŒ‘‚Ð`/k'þî°ptÕ!õ,ï¹RcVáW¬A¥SzŸà—¯rëKgì~”N¢}&¨é
+%E3K!…9&¦' x¿E‘ÿ3\F£J£(fKJ€¿¿;QŽ°ÆÖ*´Ï0žVM¥7ÙPr—Z?K«¢'ìéÔ4¬5–«‰0sÄè}‘žhd§Ìýz¢&µc³ž˜å(W¾c£\Úô”‡Ybjû५uè6Ð]8ÎÄ[†ÚÁ)›/4 ð׳µ˜`Yýç˜÷¥&Aúe)5>¦,¥Wž´²ø€þt¦éJýÌU¥ÊFMiÒ‡åÉ4–
+Ø‘‡‹¨6™µ9hL— t)£œ•s2ر±÷ó†Ùz#=§­¢•á:)CnáÄ\J;ÅI›lìq†ì´»‰×ÏÖP8Èy«läeHÆË°[x•˜vqÛ&x9²órì&^…à×›‘·ÊF^†d¼ »‰×à9-ÂÀ[e#/C2^†ÝÄëf«dôªÉF^†d¼ »‰7̸aUÑÈÚqŒ´#·pr+Pmâ#ì²™`¢ºÇ\8Ñ¢¥WvÖȺ>ˇʨfç½3:ÎZšU*£­öSÅ >Tê…U܉þUˆ_ëf¥ZÂd—^²Ö‰U‰yÉÒè]oõÓôȯ~T¾*µ!™ú1ìýÓaF˜á8m ¬ ×Ir §Áˆk#,'m²•#;-ÇnâõÐ`äÀ[e#/C2^†ÝÂkŬŒ×C'7ÙÀË‘—c7ñªÙ FÞ*y’ñ2ì&^ä8BÃ[E#kÇ1ÒŽÜÄéf­•|d“¬ Éhv/òëaÕ8o•¼ Éxv“¯bV úGØ‹ê7Ž›‹£~ÃÚYº/ö.ÎR=à7
+æëú sÔoô*­øÞê§é7lD#å*UѨ}Ç”¯#·èž øi“ ¬Ùi9v ¯×³Áƒl²—#;/ÇnâEêBlK“¼ ÉxvSN‡¿¬÷CžÓdcVÇ,­cØM¼
+Æ!¨‘·ÊF^†d¼ »‰×à9=æWM6ò2$ãeØM¼n–F“¼ Éxv¯ŸóvðÏM6ò2$ãeØM>«Û‚ê:´Õq5GýF%ú/ö1ÌQ?à7
+æëú }Ôoô*­øÞê§é70žBK7Ä-M6êC2ÝcØ-º‡Nš!8l²—#;/ÇnZ3ªnÆ5£*{!ÙšÃnã%½ŠÊÄU¸`fXNÍÐÛ¸1imÜU¸àfXÎÍЛ¸%f‰
+~än‘›c7Goã†YSFû‘»
+Ü Ë¹z·£Õ‹fÙ‚¹#9qÇnã…á¯#q.˜–S3ô&?Æ,Du(°%Õ¥7%G}
+ %¦_æT¬
+3-‹ÞçT*æë:uÌ©°*­8Öì§éU¤ S%Fkׄ -dX®… ½i —‚´aœõM8rs,ãæèm;!zÎêÅVH.öB–o†0ô6n¥ˆntmM¸àfXÎÍÐÛ¸ãì ‘vä®Â7Ãrn†ÞÄmìF”CºÐ…#7Ç2nŽÞÆmð S³.\p3,çfèmÜvöNÛQךpÁÍ°œ›¡·qûY-2á&[0w$'îØmÞÙŠêbeWª“¹Ç¬÷2"¿ØËØ0[û€—)˜¯ëeäQ/Ó«´æez³Ÿ¨—1avV™1ÖiÂ…2,WD†Þ¤‰I·ó¦&™’3ì&^6oýhi›pÑ÷ ˨9z·›r j›pÁÍ°œ›¡·qÇÙ„(F¯Þ„ n†åÜ ½íœ$ãaG=kÂÅI†åG z·Æƒv‘»5á‚›a97Coã†Uò‹…¸.\p3,çfèmÜ~1„q‚5á‚›a97CoónÌV4/ó»Ò¼Ìq³òí¨³q*,ÒT᢯–÷5Coêëàé0Ì8­«ldfHFÌ°›xá]prÌPšpdæXFÍÑÛ¸íº-"·&\p3,çfèmÜqV1.|f.¸–s3ô¶sS³"Ž¶ºpqrŠaùÑ)†ÞƘÉÚñZ.¸–s3ô6nKç#Æð.\p3,çfèmÜŽN«Åaµ*\p3,çfèm6œÙŠfGcWš=nV^ýgèi‰ï)@¾}W"å¿|w"̓¥@!·ùD¥s”-$µøɸ\/ÂiÂ.Z¾‰惤ˆµ@âK+ÚAYaÚŠFt˜¶Ð¤‘>!zVéMÎ"@§[
+ê8m•œ§×ê5\oD+í°µçYÖÆõZÔH"ª`C»¤jF×:t=~PFeQÔQCÔÕ¢Š@F7ª¤²¨ÂŒ)<+Ž‰*/=Û¤TŠÈÖzqôKk05;o§:—
+v`kF+n¥½¹ƒVt<÷:Ì…¨™–ï¹Ð•½h AÈ~IÓn<›U*£‘„¦« §f/Œâe5I¥¤›Â_'è b-
+²Q”UDO¶ª5\«~+ë •¹[V&y¦Ö}žï¹0ÒBŒ™©è´»€ 95ûÐ$ ²PJ!ˆ¾Á,zTª—Ô•žkB³¥n!ž kqÝåÏôL­R…´:×2Z–»âвåž@*$-‚ãnÜö\¨é›õ“˜¶Á¦M~©IQ»U¬¹
+?a”GDâ)³e/
+}&Œ@ŸÁ¿xçÊšŽR0Ùh0\µ€Îä„TZÇ1´0­„‰Ž®s¨ ;‘p7¨¯ÏËõ º–‡NÖn/r‡ùi¬€{×”áÐÎË*Îj4š.÷Ñ~¸Bþs¤<x ¿“ÕßJì:V828°‚Ž­¯Â"l¡FwN]áµ<Â
+ôŸwÉ…{O~o§à­¬ˆt{AëŠ4¡à¨¼²³¢s°«°W‡é_ºè«ñ?&/eFƒ
+d(–üMÄsŒŽ«ÉC/«I*%Ï1ÈÂ왞c¤küšîtÊ*â9Fǵ귲Z¹Ì1†æÃ`ŸÓH¤»å*™£YíS; òÜd¤;²
+d}<wµ£|š]}Jî)ÁÉR#ÚCm-‰4%‰÷é\Ex+:^ ŠŽäåYq]TyéÙ.%C£€­8IQ›“œ·‰èÙVÁìÍhŶ·„iŸkás Ȳêƒ*FJÛ©=*—l ÃV鈭%\9A7{ûAŠ
+¹ÐèL6/ ŠFøÜT>5È°U:bk ¹ç‘°Ê`škÙs!¦®R2%ÀZÐýR¸"/Bþ¡ø¤*9O]D!9 HIL+ªI*#=Ø„´ß/2¾ãH;c•œ§ˆ«T¬ÁZå[Qm,ùÈ[ݧšøàEz\ Ÿ+ÆÇÄÜjUö;²
+d}üªñóÖÝõ~JJÊÉP¤ Ö’’8ãÒPª§¯’”l¤Õ¯Àq‚ÖÈè¸D/­‹*íyŽ¨²Ú‚LM—ð©8h? †c´Mržkœ«Çpµ½´ÃÖÖ(~´ìsS·ùT
+ê®àXZ8´çÂGOô®ÍѪˆ"}`QT‘¤Zä’ZD†R´L§z1õså:Ïa~Ò­*©§^ TÞÇÉŠä<W1W©¡j[9Ë–•>Œ
+EDµ©BÒ[“·ìAÅ6¯÷ç\°c«tÄÖJÏ[Zg”ßÔÀ}?H=Ò$ Ç’›¡Òt^–œXÈ_$Ô|+Òºƒì0CîÎDVT—TJz²K-½¶C/ !ˆ§T±SI¢l5k°VûVÔA+Kæ-ûÜ
+!h P€*÷†@÷*jŒqN‘:°Gd~úêHX>Qæ­µ)‹€_Ë÷ýH}”"ïMëNt cX< €Ïø| 0Ú‰9jñi”“u£{U!f—sþßV
+måIJŅ‘±Õ§õW{’­£¥Ô6À¾ZzS9¡C ƒ°)bGŠzš·Þ &…Ó–emâÖÇÒ
+¥NÚç|õÔÍÆ%?eèLÞ=@C·Sµ{ ©ûcütuÆÑIIžOëجb!ç@ˆü²u<‚…+‹:æ¬GÆr{üH`*¬,;`aéØœ÷‹:œ®)Ôž 1£P¿®z„¤;&žžŒ½…;E7Dzm %åŠú*û­uã*mUrîÓÕù°¤dþu[×±‘V& í¯J DÉû}X˜RØ#B¹ht¤CB[oÃ"Ã¥µe^‡Óµ‰½gBZsF kåº Ø×50R2HƒÈ£{‰hD‰.ÓŽ¡¾Iö¼RYöÓ5Ë´çBz‰•,ïtYGÒ>YbH½7‹…ÑJÎÀÐní-ørr
+D*ð$T”VþÓU㺤šr {Ä×Ms0ÐÒ¦†Õ ÷a-vEzë,e(ãpëèµh0åÁZ¤"Öu8]sûA)UÌ‹G TÇ´žm)o}X‡Òú‹€H/›puáqŠÌ@ÓBÁ£ È$ÃXÓ5O·„6í,Øu§˜ ¡,2‘CñÑš{ ôf‰>'…â=P¤²‚ö6ÅD tç’Wàt5YÏ¡³ì4Ìð†ÉjçW¤HÚú¼ú†`'¿òÌÓqcsÎâMy!YˇÉz!y/¯6 X^‡¼-6ט•.’@õ&˜BL­ò>88“.zhŸ¯ëÏŽï­Ñ
+þ-ýJK°)Ç€·“³‹c:¬a0QßO)lL¡imîÇjÊM¬ÑTZÙû¾î}ÔB;uÙ§¶–*,ÃØm £šTº¥eMIY/ÇæÒYGSé´Gn•ÞÆ(bàÝÏ°(ÝÊl¹¼ŠÓ:Ȁͥ³Óäü¬¯KQ@¡†aìXÊôCÌ}@kBZ;bß·}Ç:ðdAt9±&)¯ z¡ )Ä yiê¥|¤ü•ƒß·}˜¬ApÇ0§Å×hÊ@-í¥s½êÚF‡”hç)Ii¹ÌÑq†-¥wM¤wÄrÕªe\¨g‡êÙÕ÷@Ñ꼆í ¥ì®Ï´>eæÖY„£ƒ’w(mËërøZzU¶Þ¦‚P óVÎ "ÊdødaSˆÖ d1šÔb%¼°ïW2šW+ï"N1ŒK¯£ÅÃÏ{ñ(¢¤®ôR87XïzÈñWT¥<ßܼ=x)è·x)h©p¯ïê'M©„¢µvÒ] jkv¼I\p
+äh5½ŒÚÒTkÉè7œ
+ª‚R³þ´vq “dGɲ+²ãm)¤ß;$½«ûàŽÓ‚pìŸÒð]oyë™ÞOMí>í”1`ZEÌ:éA+AR4èèåÚVy¶KÊßZ 'Cžíé ØƒÊSŸLgkËúKy…öª—c§_x´¬œi•žÒzåêç•óž‰ ´½™µ~–e?8Ò#IÛ´[êgÚ ·y«AèŒ Ø‹¨ŸS‘ï”»úûúünɱc$µMÖjÚÊÚRöXì×'{ŸQt˜r½§ùT¡øí¦IªÏ}ó0l×´CÎ: öÞáaždL…$õ~³6¢m/jù|§|8¼K>5êiMkLî‰WƒµJ½‘^8}ï“Ó$›µÚ`ªõ§>kÈô— ÝçÑòÞ!+-C¦ Yg[2ýˆ! Ì`<xFcûŽ'!þºVF_ÉM‰KŠ ´ ÚfÑU‡­ v ö$LRhÅ^«´¦ß²E¿ÍýîlŸo’¸~×ï¡Ø¨Å‹a]êäÕB¦·ìJR Ý3+z‰½¶#ì$­8]­¨Ö´Gu„.ÉÒEUÆsúÔ$mÓ¹{Õ¤@¶¨‰=¢&í+©É׌›–Ú’gw¤sáå™û“m‚ˆžÝ8z³E¥»{†µ@¶ «;2¬mÛ°ÊôzNqðõ%¼Þ±øº=Ýþ\…Õï§Ù±/¨É_EKåôe:Š ”¶ôJ¤P¿ÊÒw@)ûì÷××7wgwùk ¼}öÓÕÍ݇Ü9×IQ>EÛ¡íùY–o‘úö—³ýOW¿{Nƒ0~§Ô7gwgùë¤þë·nn?<è[{>Üýzuññ⟷¿æo3úéòúÓËïß^^]½üùýåÝÅ‹7·g?¿üt?¾x{s}÷òÈ—-¾ÈèíÍÍZ|ñáò_kßk•ZUÕ‚üI»"ÜüE_öWîßFøÈo¼zª_c%ǯÛjßc•¿ãêàk¬˜˜šröæ éxQªöÓùÍÍí›Ëë3hF|LÏ„íu%tIä,„ΡkýÅN(ˆåÚ×Ü7¸ž¥_‡³Òµ%¼ ÀÃÜù^šD
+endstream
+endobj
+1494 0 obj <<
+/Type /Page
+/Contents 1495 0 R
+/Resources 1493 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1477 0 R
+>> endobj
+1496 0 obj <<
+/D [1494 0 R /XYZ 124.802 740.998 null]
+>> endobj
+318 0 obj <<
+/D [1494 0 R /XYZ 124.802 716.092 null]
+>> endobj
+1497 0 obj <<
+/D [1494 0 R /XYZ 124.802 691.78 null]
+>> endobj
+1498 0 obj <<
+/D [1494 0 R /XYZ 124.802 693.717 null]
+>> endobj
+1499 0 obj <<
+/D [1494 0 R /XYZ 124.802 681.762 null]
+>> endobj
+1500 0 obj <<
+/D [1494 0 R /XYZ 124.802 669.807 null]
+>> endobj
+1501 0 obj <<
+/D [1494 0 R /XYZ 124.802 657.852 null]
+>> endobj
+1502 0 obj <<
+/D [1494 0 R /XYZ 124.802 645.896 null]
+>> endobj
+1503 0 obj <<
+/D [1494 0 R /XYZ 124.802 633.941 null]
+>> endobj
+1504 0 obj <<
+/D [1494 0 R /XYZ 124.802 621.986 null]
+>> endobj
+1505 0 obj <<
+/D [1494 0 R /XYZ 124.802 610.031 null]
+>> endobj
+1506 0 obj <<
+/D [1494 0 R /XYZ 124.802 598.076 null]
+>> endobj
+322 0 obj <<
+/D [1494 0 R /XYZ 124.802 371.425 null]
+>> endobj
+326 0 obj <<
+/D [1494 0 R /XYZ 124.802 348.719 null]
+>> endobj
+1507 0 obj <<
+/D [1494 0 R /XYZ 124.802 324.739 null]
+>> endobj
+1508 0 obj <<
+/D [1494 0 R /XYZ 124.802 326.677 null]
+>> endobj
+1509 0 obj <<
+/D [1494 0 R /XYZ 124.802 302.766 null]
+>> endobj
+1510 0 obj <<
+/D [1494 0 R /XYZ 124.802 290.811 null]
+>> endobj
+1511 0 obj <<
+/D [1494 0 R /XYZ 124.802 278.856 null]
+>> endobj
+1512 0 obj <<
+/D [1494 0 R /XYZ 124.802 266.901 null]
+>> endobj
+1513 0 obj <<
+/D [1494 0 R /XYZ 124.802 254.946 null]
+>> endobj
+1514 0 obj <<
+/D [1494 0 R /XYZ 124.802 242.99 null]
+>> endobj
+1515 0 obj <<
+/D [1494 0 R /XYZ 124.802 231.035 null]
+>> endobj
+1516 0 obj <<
+/D [1494 0 R /XYZ 124.802 219.08 null]
+>> endobj
+1517 0 obj <<
+/D [1494 0 R /XYZ 124.802 207.125 null]
+>> endobj
+1518 0 obj <<
+/D [1494 0 R /XYZ 124.802 195.17 null]
+>> endobj
+1519 0 obj <<
+/D [1494 0 R /XYZ 124.802 183.215 null]
+>> endobj
+1520 0 obj <<
+/D [1494 0 R /XYZ 124.802 171.259 null]
+>> endobj
+1521 0 obj <<
+/D [1494 0 R /XYZ 124.802 159.304 null]
+>> endobj
+1522 0 obj <<
+/D [1494 0 R /XYZ 124.802 147.349 null]
+>> endobj
+1523 0 obj <<
+/D [1494 0 R /XYZ 124.802 135.394 null]
+>> endobj
+1493 0 obj <<
+/Font << /F43 398 0 R /F50 400 0 R /F55 517 0 R /F8 399 0 R /F7 523 0 R /F10 479 0 R /F13 624 0 R /F63 1313 0 R /F11 497 0 R /F42 396 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1526 0 obj <<
+/Length 8130
+/Filter /FlateDecode
+>>
+stream
+xÚå]]o%·‘}Ÿ_qäA¬^~8ÈÃÉXX8c`ì`¡\]ÏÑ•&9Çëÿ¾U$«XìÛWR÷»l0±ÔG§yøQ¬"Ùl¶Ú½Ù©ÝW¯Tûùå7¯þåß¼Úå)vß|¿ÓÑLÁØ]TaÒ&ï¾¹Þ}{ñò*hìçŸ]¥.’—ÊÁôgùæß!±K­§ì}¿A§˜ÞaÜ’',Ü⟺Å{›ßb'åÇ[.²n÷…zß/¿[Jmš&‚ë=UC[wõáæý»«Ç·øûÝýõáÛýýýÃõÍÝÕãáów7w¿¿úëý?_|yuý›¿”¤dKüê±Vf“«Wû÷_x6“2²mK¶ËŸ~n™¼\HìÅyªI=ܼyûøÅW÷÷Kù Ïä¯5ÉØ—:½ ‹øG0/LÅO9F¨áÂ9Ü]7ÊhMS¶–8?ßÞ¿˜¥_ª˜‹S2/WK«ÔoþöÏw7ûÇEŽ­þÜÏ?~óJÃ/j§wƨ)ļsÊL.ìöÇWßï«]!¿Rªßý¸CXþSÜÿ?žüªƒžœrÉìnw¯tv“VZ¹s0ÞÀÛe*$ùŸ»WwMQçlJ^Ôä±$ð߯^]z¬K9 K3%ë’ô ’eЧɇœ2_︊¾~J:,Z&Mºš š nÑL“µ1{Ò¤K¡IРÉàM ]<Ö¤K¡IРÉà&M7å{åòµT%l”et“nœlP6±.]K]ÂF]F7éf¸;tÙv)U4Š¸EÓhèi.åk¡ÊØ ÛÑMºOmRlP|-u uÝ¢{ÆG¸Éxˆõ/ðqÒÞäxªù5ùCò§ÚO\3:ú`Ñêæ‹k¿ï»ÑÕR
+˜ü”´Ù]Ú¬ ^0‘2|I"›‹N£”8 U q „€=¯Ü±³SÐ-d–ñÅ
+ÍT¸-\õ)2h<ïSž ŸŒÅ.qË*ÄøR{­vä${³ §I‚ûÒŠF]hŸèt”² ª‚×Es&Ì“±ÁHQÆÆÌ.+¹«tãä®ÖK]ÂF]Áº‚»FרÉÙ‡¶elЕ̮+¹«tÍst£.a£®`
+]Á]¥ëà> ³"©Kب+˜BWpWé†É»blÔL¡+¸«tÓ¤\úA£jç ÑÎ\£)½
+ãÜ5Ö‡û2“ R– AUðº¨`®Ñ„é`°Ny)ÊØ *™]VrWéF°äô Kب+˜BWp×èz…«äv¨dÆ]É캒»J÷)Æ4ê6ê
+¦ÐÜUºî³Có4ªvžíÌUš¡l}"$c£ª`
+YÁ]¥ NÇGpjR—°QW0…®à®ŠT PÔx¿ ¨qÞ]œÞÃT÷c£7˜g¢FãüºQË=G Q£—ùÓŒW2õ0L"h´½Î¦×™k,/àJ¹Wƒ(cƒªdvYÉ]£ ÓAÿ"$cƒ®dv]É]¥q‰' ž…±QW0…®à®šÏÁ|ŒÃ‡±qF'˜bJ'¸«taÂCçQ—°QW0…®à®ÒupŸçVŒº‚)tw•n˜´3ã Ÿ±QW0…®à®ÒÇ¢¢3c£®`
+]Á]±º/ Àñ¬Ï °qÖeœÐ*9~lÔ€¢:ûLÔhœ_7jØsQ£çh!jô2šQZSY†1 c£å ¦°<Á]cy&ÈÊ»a`ÈØ +™]WrW­)‹[EÆÕ"ÂÆZL±Z$¸ëtѬ² £03eÁ•Ò‚½N;ãê©Ñ£63mÁ•Ú‚½J[èD)ŽÚ ŽÚ’+´%{685ãlµ œi ®ÔìuÚ¾l°¥6SîL)ܹëtÁñ@¤O£03eÁ•Ò‚½*Š Aá侄ÊyWr6¢`óÄô‘!ÅkܹötH!ίRÌ™"r´RD¡?͘¢u‚5jôu ÎlPp¥
+ö*û¯+iìó ŽÚ’+´%{Ý<TÃÛÙ#gÏ@W>ìuÚŒ"‡1°18Ó\©-Øë´ób
+~Ô&p¦-¸R[°WiãKÝ6ëaªÐÁQ[r…¶d¯Óvp£§eœi ®ÔìuÚ~ŠÁúÑÖœi ®ÔìuÚàžf³`ÆfÊ)…;w]l¾‚Ì‹ü
+…˜'ÜÊùMäóÇÆ(²òÏĘÆùucŒ>czŽ–bL/ô'c\š‚7nç08³BÁ•f(Ø«ì°¬Žs&ÆFeÁ‚»J7€Zôqô³ Îê^p…´d¯ÓSPJZgÚ‚+µ{vž\ÊjŒé δWj öºÝ]‡íŒÁÙþÁ• {¶…ýlÞÆàL[p¥¶`¯Óö“³%¸δWj ö:mpM9¥±ƒ18Ó\©-Øëb›ðc^âW8Æœw+Ÿ¢irÁ¤Ùögu-¸²®{U]—•³qµ•±QY0…°à®ÒÍf
+ ƒ¨fpT–\!-Ùë´>m›Ûœi ®ÔìuÚy29Ïb&ƒ3mÁ•Ú‚½n·”†^‘ÇmZœí—\¹aJ°×iÃÉûqkZgÚ‚+µ{¶Ç}ãðδWj ö:mªlf[Ôœi ®Ôìu>\ø
+ö£/ñ+ìGÏ»•¯ÿwèë6ºÇòÛ6Rþs;Òã@FÜ>×}”VMY'<¸
++?J0´§ÐÐI™P\žÃ‹þAH9 “P<CµóÌ•32-FHr_Núk  û{RP(=HJ„wrÖ˜ÇÙç´NJY«e¡“×jñ%hZÛûùQ‚—aÜ΃¿Ó÷¸+4\ ÿÀy0J¥Pži´3¦§Ä
+ç™Ò8)Y­ŠSÏVk¦BÚÃà¸;·£-nnóqtÛäËã}mÑP»W$d_S>$I‹“ŽJ‹¤:BŠx#ƒzRå=Šž5‡}¾+7öŒØ3OI–±ÖÉ©c¯u‚'F‰}ûQ‚ :cÂ×Å"x2È»_¾ë!¡ûrÒôåÜIC½Å×h)™ÞÆ ƒ‘tªžŽÅ¥©ºƒ¤©²/lµ<1³ÝR:-\­ŒÓ€V+#CJy9¤–ñ §w8øÚkÜ 5®(p(dd²šœ÷Å -|°º'Ä
+x0©1D²å^F¡Ä]OcE´^È2Rn¥ì ¢§vRÚ‡O†2­zÀ½&h#ã™ã
+l&ÑA'0q¸0m”ãWÎÊä#QÁÊ©ç±¼þˆëÖ**|?Æpš~<êú§ó
+»Å>wYäy …Æ·|ñY¸ùÏ™ôžhïL5¯UòË<ð‚ÀC‡AávõEZö¸“2¡*¢ÕgTA-
+%„Ljqo™g Zùr ¬ÆCðÏÕ
+Ž4ÁÀñ0? ÅY¤}}:ýsø¶?¾¹ gFðçvƺs©ŒºÁÑÅÔÎCnã$l]äv&©Oœ¥6èÁ] ,´Eû,fpß(˜ÌÙ"U2+–FŒUÁ;]mÍàa›(Є¨ëœßV€Vµ;Z0’­Æè® :q¸ã²—Ö†‡lá|Ñ‹ƒdƒ‰¥ ‰’ Rˆ¸™Á@?v
+ßPu8fJø^k¯‚öå4{o0f "¨ºr@wO®C¤‹÷vÔA€ß؉ä,.ÚA— ¼·g‰½œÜiy«ZnbP7A%íC[Ë…ævåP?‡s/W›Xp ¹”Âí8Ç`ã‘s ³»·ô9´¥
+ø20;‚ä£óhòÐÓb„$åã'¸=×ç8½Jßé’É9Fçqö9­“RÎçCñÁa§X§‘0Ým/ìÕ±”ÃÁ<·žÚÍL&Ý^«:à>ö®Þ%ŠtôÔ0ÚƒÜz„,N p$Þ»3A8ð6¸µ( DH:c”ÉuˆtñÞŽ¢£1 ˆœœÆQ[ÐR—!¼—3؉½œÜiyÛÐýÔ7KaÀ[Ě̪é—ÓpÚ^N@ x"ÖíÀ%täR
+·ãœ »½ã€Â
+¡(ªTi1‰}‰è*+-i0ReÃI1BŠx#ƒø¸_U~K
+Ac슄ìˈ«eŒiœyNꤌm>rV%'1EUn·*ÖŠ¹Œcr-µiÏ;“ÀI·ß¶A<ŽyÖÃõq@5NÚ®P˜&xF\9ãŸ#=!ûz„(˜W’<…kdxÂwO­C$»¯#ªŠ‚µÀLͶ°%9°~pAÈ2²¯9®Ù<*DOí´´4ŠŸZÚi¨0n‹%H»­ÊCÖÄP
+¨`ŠÊªV.£—ShÕnÀÜ %XÆÑ;¼†ÐpUÄ =ˆQTCÊ-Ì%­Ê‚…G>:Ó“¡kÒÚÓ¹®,è í®'&ñ”ð.Ö}Íbͳ(Ϝμd­†OG€Çšyob ]0!6T ÖÕ5£€¡[ÉkØÀk÷¶ªu
+ŸÓ¤Ü•Ç³Ì
+?ácÁyæ„›ppÄJ˜ç)Aûv¦"LÖ£$|Ç2$’cˆt˽ŒBx‹ ˜åäÎÐÊÖeh_ÏS¬ìÄ^ Nî´¼­ÆOG×Çš¡ £Ú’!½³ttcR8ðu½¿Î;—БK)´š÷¸Î p~C÷ã€F˜&•óÜ0Ì`j¶.KîÄ¿!X|¯Êºƒî4‡áÎe‘TGHïì( %|9 ˆÓ‚!HÄ©b—lȾžw×rÆ4Î='uRÊVߧó–c-…RØP€io L‚y¯Á’)<œõv 6pdÖ»oÏÌÛγ÷¾Ì" ®)úŒ7£7®;•ï¤ÈÅð¹X_ÿó·bÊuÔK+ï†oT¥\CV;r†W
+>ÊÉí´ŒW}\àOøxApîà_}·CgÁA¢Iù2b‡)RêÓ¼åb¿OÕÖ&ÎpñD"\aÀ©“u¾z†&Jœ‚¹D ¡gˆ0‚‡ç‰`!ô|ŒÅ_/¶ÃØ:eFRûÓ2·šXªs ùUïx† ¡,Û\g=:··ÆÏä\…×í Øs\Ü6ã,¯— ê(AèQ›¸lzõ; 0ÃsÏ¡þ H„óTÇæá®PS–ûÏq±ßûð</AC•G•Rûõb8(ºÛŽø^äâás0³7eA4ÔÓ\-ÕÚKFgò¡IðÑÛ˸0Ãŵe™‡×Kû(@\s†1¬×Ë>àHk`hd€&U[÷ F#F•á2>1´O0ñe½_Æ4Þ¦Aýõ’g:J®ÒÁ-û°cª@ðO hŒn¶0:R1ài\ Ÿ-Ķr™ŠßÆ‚Â ˜`¢¸*0è¿^t®Çµ8×ðgüp ÝØ.mZBzŠ›p± ¦ Ðc´N­Îpa”ŽÐ½ˆëa*â؇×KAâ8€§Šu1ð ¿ÇesYÏöÁµÓ–©¸þ¢ >”C&-<.RñŒ7\(xf’iÌÀë¥Hw@_ž,øå X¨©-2a@‰Ù»'¨x"Š†:Ç¿ä'¨¿_fýK¨ÐѾo)3ðzq 2ßžƒ{Ù±™!¯](#iëê vêAg·8_ç,ѵcÈx>ŒÞ &ïíP|ÿ*ÚTËC™iÌŠ¯‘€éíÀB×jçÈ@€så…ÑÖiý9àâÌÖp ~¶zÅ¥
+ðe0 Î;ggÛtDÁÀ dÕb?NasšRqo%×â<Ñe=€IãWq%÷-=û 
+‚rÚöœÚã·uJ€Õ&¸àôAF·/å©ú-"É­©‹ŠÆÔq!®~™
+æÉ8bÕ/¸º×ÕsE&Žë ·¦.Ìbðó‘– rù&®lÆÎÅ™~ʵp CiïGî[~îH Ķkç•ÉÎÌɇ8©.ía¾LÌ8•ä·ü¦Z„cp§-ÖXœz|–.íª[nRÂ'OÅå²€Û·¥Þ-O Èí5[0µ¬óÌ<;ÕNÎÂÕy ¾g ¶´»=ãútÖÔÍ}ð0Œ¼Sñ±¼m›?‚K¯fà¶Ä¹[À Ô‚{kû~yÝ…è,¢ á„nNKlTÔ÷íòŒ†š¾i/ô ¸G05ë€6Á¯½á1øøÑr+¼>'ñ¸L¼M„fT}˜‹ýeÛƇ ®¾±ªlà·‰ A0
+àd¡•‹É MÀ©ŠÊ+£w_Ì3¸iSåÁð;˜÷Òâá7à©òÀˆ£·‹H¥òþpÿýI…Íx³
+kîù]|±Ïâ$ÚâS¦
+‹Js)‹ôÌ‹} w'CÓ8h#˜–w›ÐòÕ¾Æ"R)ÖŸ–ÞØ‹ …XìÄ«áã{‚Prè?òLJ‡û‡“·ûfŠcµ’_ö¢ý\ÏÃo{ç½8CÀQЇqñ-iì×àßsįì,÷<ÜéT†ˆð¼õÐÅ’ëÒcÉãßÏ ðÄÆï„c›öñ˜âðqE˺^Øꬠ"Cik׺m…È]pt€OèðáCS k|,Sšd:f{zt]ŠSývyI§û/ç—B„òÁç”ÓÊÒ›‰úXÚ$mBá>âê5-û
+îe2è Voõ
+žç®Ú9h\~½]0"kñí|cßÚ:¯? cÁºÇWFž4–FZc,þ¬±tÅ_ÉX~ÍñÔÜfjOÏøªD»çÄUÿ r/á}žÀåŒoc=ݸDZÓ¸á\ã
+Åu«ñÉ`­“aæØß—bôýõnþïnLÌà6R˜c\ºò¡åÃJ`>€Û/¬‡flnð?îŸÁ=ñâáp¼zøÛŸ]ú¬.ßj¥x%k?·“|§­»úpóþÝÕãÛR5ìÁÚÏQHv™n~÷pø&$P;\ܼ¯y¸;ìïß_=üT/ÿŠùÓû«Þ*ùîpÙ{¨Ì@ƒë|
+j J—êwn3Èòîöþñ=ÎæÕÅ7··õ7L>aòxqýpõ\ýxW/¸Ã«Ç›FåúgˆVÙN>œÚ~~ÐÑß/kZWw× i|”£‰úÓRR¦„”ÔíÍñ†Jô¶äüŸQa4UÜ¡æúðxx8ÞÜ®'¨+«.þ•ª ”:Bܽi•³KZåµuýýñ™5«ýÅÕáþò®ˆÜ¿Çæyl QÿØëïÔŒÊ'ͨ‘üP\ÜþÒ8ª²1襖«äg4…_^`ˆÐ pÕä•W?ÜÝ‚ÙÕŒÿ„ù¾ÿ¡^>¼»½Ùß<ÞþÔŠüp_ªúæºÕX¾¾8´ª7€ûòû÷xs÷~!÷Ö5XmšçyÇK6’ÏR “J©'zõ᥉¾<ÕŸ^˜Õ8Ë©^-·`žl4=á—gW4ŸžjÊN®I]â6>"Åõ/\©{› ½j¯.þøáêøîö€Oë‹×·÷`ÂÖ\Ð’»¸ÿÚ‹ÛtøÛûÛ#ô(à<.µ§)7á‰/6ë¿ÞÔªœ%…/\õúþùñæoÿ|w³üááðK3µjaƒ¥=!W
+ÞÞ¿¥?}{^ðÃíÕ_·¿?£ëÀÝn¦ÇÇÇ÷û¥^àñí0VþÃý÷¿|^%>½˜¹ñŸªäoÿô_æ·Ÿ]¥ú:Ô~±‹ÿ—ò5º3·ðwð?^ËòX«àjŒAµýû/tÌös79g—Ê£ù õÙÍÿ ÆÆê4#§Ïñ=¼8¤¢Æûïî¯ßÞ®ê}ï¯?¿=|ÿø—
+üüÛ3•_¶²9®ýï®–ê~ì÷?_ÿôËÏ×~©Iÿ¾þ¸Ä=€¿ýåwäápË·¡ªîµy}¶ÞÒÛßß?\ßÜ]=ZÁ.ÉÈv
+½–ýç¸Î¬4Y•kÎU ²uºq@7¸/BÒϸ |y@Á ‡]Ù´Ü»0܃»ÿ™-@
+endstream
+endobj
+1525 0 obj <<
+/Type /Page
+/Contents 1526 0 R
+/Resources 1524 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1477 0 R
+>> endobj
+1527 0 obj <<
+/D [1525 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1528 0 obj <<
+/D [1525 0 R /XYZ 124.802 718.084 null]
+>> endobj
+1529 0 obj <<
+/D [1525 0 R /XYZ 124.802 706.129 null]
+>> endobj
+1530 0 obj <<
+/D [1525 0 R /XYZ 124.802 694.174 null]
+>> endobj
+1531 0 obj <<
+/D [1525 0 R /XYZ 124.802 682.219 null]
+>> endobj
+1532 0 obj <<
+/D [1525 0 R /XYZ 124.802 670.263 null]
+>> endobj
+1533 0 obj <<
+/D [1525 0 R /XYZ 124.802 658.308 null]
+>> endobj
+1534 0 obj <<
+/D [1525 0 R /XYZ 124.802 646.353 null]
+>> endobj
+1535 0 obj <<
+/D [1525 0 R /XYZ 124.802 634.398 null]
+>> endobj
+1536 0 obj <<
+/D [1525 0 R /XYZ 124.802 622.443 null]
+>> endobj
+1537 0 obj <<
+/D [1525 0 R /XYZ 124.802 610.488 null]
+>> endobj
+1538 0 obj <<
+/D [1525 0 R /XYZ 124.802 598.532 null]
+>> endobj
+1539 0 obj <<
+/D [1525 0 R /XYZ 124.802 586.577 null]
+>> endobj
+330 0 obj <<
+/D [1525 0 R /XYZ 124.802 299.653 null]
+>> endobj
+1540 0 obj <<
+/D [1525 0 R /XYZ 124.802 275.839 null]
+>> endobj
+1541 0 obj <<
+/D [1525 0 R /XYZ 124.802 277.777 null]
+>> endobj
+1542 0 obj <<
+/D [1525 0 R /XYZ 124.802 265.821 null]
+>> endobj
+1543 0 obj <<
+/D [1525 0 R /XYZ 124.802 253.866 null]
+>> endobj
+1544 0 obj <<
+/D [1525 0 R /XYZ 124.802 241.911 null]
+>> endobj
+1545 0 obj <<
+/D [1525 0 R /XYZ 124.802 229.956 null]
+>> endobj
+1546 0 obj <<
+/D [1525 0 R /XYZ 124.802 218.001 null]
+>> endobj
+1547 0 obj <<
+/D [1525 0 R /XYZ 124.802 206.046 null]
+>> endobj
+1548 0 obj <<
+/D [1525 0 R /XYZ 124.802 194.09 null]
+>> endobj
+1549 0 obj <<
+/D [1525 0 R /XYZ 124.802 182.135 null]
+>> endobj
+1550 0 obj <<
+/D [1525 0 R /XYZ 124.802 170.18 null]
+>> endobj
+1551 0 obj <<
+/D [1525 0 R /XYZ 124.802 158.225 null]
+>> endobj
+1552 0 obj <<
+/D [1525 0 R /XYZ 124.802 146.27 null]
+>> endobj
+1553 0 obj <<
+/D [1525 0 R /XYZ 124.802 134.315 null]
+>> endobj
+1524 0 obj <<
+/Font << /F50 400 0 R /F55 517 0 R /F8 399 0 R /F7 523 0 R /F13 624 0 R /F18 1187 0 R /F63 1313 0 R /F11 497 0 R /F43 398 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1557 0 obj <<
+/Length 8234
+/Filter /FlateDecode
+>>
+stream
+xÚå]]oGr}ׯ¸ÈK¨Àœô÷Ç.ü°‹l6XäE+!Aâ5îm1æ%e’Z{×ðOUwWuõܹ$gd$bÈçðLŸþ¬êêééQ»owj÷ûWªýûÛw¯þñŸ½Úå)vï¾Ùéh¦`ì.ª0i“wïÞï¾:û“òÊå/^Ÿ§ÔYœœŠ—çʬ_ýîÔ¹ÖSö¾Óá^àë|3iežâ[£‰ï§ðÝ?t~ œ¾Æ /òe~b¶xƒÜäfÈ?vƒS9Ò z2¥ÄÞæìd‚†ßpnì”õx×Ï¿^*Ý4M‹Ú:Ä¡½¼h/?å[8—7ïelÒ)[KœŸ®o¿…??^Ýÿ\sæ┌~¶ZZ¥öpõÝß>^í>Ý]9îz§þýÝ»W~P;½3FM!æÓnò>íö‡Wßï€øû]a¿R“ÍÉï~Ø!,ÿ¨ €ÿG?ê ¡÷ºdv×»W:;èšZ¹S0ÞÀ‡e*$ùï»W7MQçlJ^Ôä±(ð÷ï_{¬K9 K3%ë’ô ’eЧɇœ2ßÞ<¦i'”ʤI—B“ A“Á-ši²6fOšt)4 4Ü¢©Í¤’aMºš š nÒtSN±W._KUÂFYF7éÆÉeëÒµÔ%lÔet“n†»C—m—RµA£([4†‘æ²!Q¾ªŒ ²ݤ ŽÏ&ÅŠ¯¥.a£.£[tOØ7¯“}†ˆ“ö&ÇcÍ7dÉ j?i°ÍhéƒEsª›u,¦Qü¼?ìFSK)€÷¬ x e¦lŠQ.³ˆ$|€±¹§¸­ª·ˆ»
+Oڌ绅èÑo~ž[È`¦½Â-ä\„ÖG öÈ-4½n¡•è»… å­æaÄײc6ö,F·t­ õÇý™¯….cƒnG7é‚q÷Ö±¹âk©KبËè¦ ¥§œcî+8 ÈE ÇeoÓ ¯L¯ì ÚδÞ¦'}êËe ÚδÞ¦Á“#꜀A›À™6Û´aÌ+£l×f@j38jwx›6}o½íÚ ÚδÞä¦NÙá2ž´'+–XX?ËgX6<ã>Ú\„Ö‡nî3HïÔÊR+Ò vZC['ŒC#pÖÁÞ¶úµæ¢X +ðÎÖàÞ¦ >ÀxÓ )ƒ63m†7i[ð!'h: µµ;¼MÛá£QQç ÚδÞ¦ >ÀEñ,€A›À™6ÃÛ´Áx§E0h8ÓfxÛ>ßôŶ Ï|œ=ôax›6ø
+]Á]£kÔälÈCÛ26èJfוÜUºfŠ9ºQ—°QW0…®à®ÒupŸ…ÀHê6ê
+¦ÐÜUºaòF§¡_16ê
+¦ÐÜUºiR. cˆ Qµó„hg®Ñ”V€¬â3ìEÊ»eóˆ¹8šUŸ›8•¥d?Yï·M«u¶“ÆÕ›qö±8«Öª_éq†i5\/=æ×.ÔÂô;@ÈƯD­Ø´,‰‰™w+òy/óËô&ON«8v=Âƾ'˜¢ó îšÞ‡Û4“ R– AUðº¨`®Ñ„ˆ0X§¼elP•Ì.+¹«t#ôäô Kب+˜BWp×èz…kåv¨dÆ]É캒»J·-Æ4ê6ê
+¦ÐÜUºî³Có4ªvžíÌUš¡ì„<$c£ª`
+YÁ]¥§ä#˜©Kب+˜BWpWy*aÈk<Ã^×8m.Nz ï!Ôý\¯òÍ^£qžã5³½†;å5zŽ¼F/óËô3õ0M"hì{'º^g®éy˽DT%³ËJî]ü7xHÆ]É캒»J7âO, c£®`
+]Á]ÏÁ_>Æ!ÆalŒèS„t‚»J~˜:º„º‚)tw•®ƒûì[16ê
+¦ÐÜUºaÒÎŒ“~ÆF]Áº‚»J7N!D?xgÆF]Áº‚»Êcu[@ŽãI›Anã¤É8é5 Urü\¯‘óäí^£q~Y¯aOyž£¯QÊ^®×€ÖTV‡aÎÂØØóSô<Á]Óó2ÈÊ»abÈØ +™]WrW­)‹FÆÕ"ÂÆZL±Z$¸ët±[eFagÊ‚+¥{vÆÕS£GmgÚ‚+µ{•¶60ˆRµµ%WhKö:m0jÆÙ8j8Ó\©-Øë´}Ùi9J7l¦Ü™R¸s×é‚áOŸFagÊ‚+¥{•‚ÜÉ3l 9”Ó¦ä¤GÁæÁ ô³\Š‡
+mÉ^§íàF7†eœi ®ÔìuÚ~ŠÁú±¯18Ó\©-Øë´ãdfQ0c3åΔ»η [AæYv…\Ì#få´&òùs} DKÚ?ácç—õ1ú”é9Zò1½Ð/ÔǸ4oÜ8ÏapÖ WvCÁ^Õ=„ÛfŒ™•S î*Ý
+aÁ]¥›Í:Q)Ìà¨,¹BZ²×i|Ú6›·18Ó\©-Øë´ódržùLgÚ‚+µ{Ýn) £"Û´:8Û/%¸rÔ`¯Ó†)“÷ãÖ´δWj ö:mû"Æ'àœi ®ÔìuÚ0'TÙ̶¨8Ó\©-Øël¸°lGŸcWØŽž6+oþw(ˆC…xh~¿ãu{þ ‚ªÅRf² ƒß΃ ›& jñüÆ¡…ñi õÜy=eñ ]+ ˜  °;‡›ÀT–˜àý_)(ø^œ½­‰§Fá£3‡‰}õµÚ½‡ßýaWŽb…VFæaî ÊŒÕööÕ›’˜T•K¤øc S†¸Ï"N΀ ¯¬/[Ìã$ ú¾é>xdJqŠ. $¢ç4DøÕqᾩ,@ÒªZÔô›áõ’Ò˜ç½5»¯/Œ»oõíQÑ„i>×Í·VAú ½ÀŸ\Hº.r€¹:®øe÷áY0x¢Oˆ ç¢à!KÌAYÊWít,ÌUga&´ ¢:<äéz©'Ÿê´¸îž‚Å îx:û›V,5%,Ø+-s̱DÅZÁgü
+Ñ-1“ñÌL/‰ú§)¯pr"]¼—QLÅ)ñ{røKïÀžw]†ö%Ï-ƒÈÅàäÊ[+h¡×‚
+ )[ÑË më4AR&$—Íb|RÎN>ãQ¼Ã[9#Ób„$÷å´ÈbÌ VìIA¡<Œ )IÞÉYcgŸÓ:*e­–…A^«Å—™–µ}œ$˜qíÎíÀ29mðÅ¥€†ËHd!°þF)”gL*´3¦§Ä
+B¹rR$ô ƒoCÛyU™`„˱ŒªÊlü„ÃÉv'b¾=¾„:SNA‰!´…@cÀdCÁU+è3‰ÎȈçF9~O±D¬‰
+VÏåY|Ø¡¢Â·ºa§éŸ»Ë:ƒƒñé¼÷n1,Ƈu‹<o¡Ðøn8n 0
+…E^À#8S»¿×*ùeXAà¡Á‹ ð‡EZ[h¡:wª"Z}BtðÄ«P\xŒ®D^K<ÞÊ—C‰5~KáT­àL:81ç'£¡8‹´7ÇkO‰À×}aðbd4
+wÀÇNákÍçL _†îµBо|ÁôÙ‚ª®òÞ“ëéâ½…˜={r×îÍ KÞÛ3ÈÄ^ Nî¸¼Õ -71¨“ ’‚ö¡=
+×cLÐÍÞa@a‚ÑAñ­8uøe7™ ÉР£<íïÉ ˆte|P 1ë!àVV› ^„.C2FÄ^ Jn¡¼³8a¨P‡zL5Ñ\5/ Ï\R±–'&S·™
+.¡#—R¨5«N ¬»–ƒaè£K
+ÑS;.-Íâç“–v–.ÌÛbI
+ÅÍó„” };Ž‚õ(‰ˆI&Çé–{÷PÌÉ9ŒÐÊc<Öeh_â¬ìÄ^ N­Ægׇš¡ ³Ú’!½³têgR8ðu½¿Æ‚KèÈ¥ZÍ{\gPßÐÄý0 ¤r ºLÍÖeɘò7‹ïUYwÐæÐݹ,’êIâ…©„/HqZ0‰*vɆìë9‰-gLãÜsRG¥lõ}·j)”†‚L{Í dĽK¦ð\ßëØÀ‘Yï¾>¶+Œ³÷¾Dà×}QȃÞ×Ê·väâNø\¬ïŒâ‘m1å:k‰¥•‹uÃ×ðR®.«SÄ+ åäöˆ ZÆ+È>®¿F°'|,%w°¯>‚Ù¡3!Ѥ|™±Cˆ”z˜·\ âGÎÚÚÄ .c…+ :ÙXãÕÔ0¹PüÄÕ…ž BdðÑê“Dè!ô|ŒÅß.¶ÃØ:%"©ãi™[»Xª1Ìüªu<ÁW–m®QÎí¨y
+-áKº2o'"óí9ø63xÃbµëÉe&íc]}ƒÉN=/âvçkÌ];»Žãa´^¼·“0ð¥½hS},e¦9+¾{]o¦†V;|·N•·Œ#ô¾HëÏï ZÃ,ø·Õ+.U€…(“qhpÞn=Û¦#
+F «æû1„ÍejJŽ–\‹q¢Ë4{€.W–Üôìƒ*ÊiÛsj_f*BV›à‚Ñݾ¶¨êǬ$·¦.*SÇ…¸úi3ˆ“qÆ «_p!u¯«åŠº8®ƒ Üšºh0‹ÎÏGZ‚ÈåÓʲ;#ý”kà†ÒÞÜüÜ‘-ˆmÛ5Æ•Éκ“3NqR]ÚÃ|™˜1~•äü¦ö pÇ`N›¯±z|–.ûUïm¸I Ÿ<—ËnÜ–zï‰xÄDnïf;<^-Ϻg§Ú)Сa¸:oÁö Ô–vïϸ>5 s<LG‡NÞ©øXÞ¶Ã@Á¥W3p[â<,`jÁ¼µÍ¥
+¿Þ‰æB 1„p B7£‰%6*êûa!¢y#>NO›ËÆ—³æpñpÛ±Õ0 ‰àùÏ¡Ï` Î;<¡ĹÕE¤²‡ñŸn¿9:•zÆ›mblîù]|'Îb(aq­û.°¨4ç²HO¼—pc/~
+ƪq}ߪܱI¤Æ)…ú×¥WÝbÂ$'Œ_û;ÕGÛCavØ)¿»»»½;z-nk§û¼”Û µ£±l¥”ÃZN ª cNÁàÀõ‡¤q.]<GüFMF*Ï;ÿ¦Së:?§ëÐe;v]})yüþ„¦š÷öé•ú•yêM ë…Ýž
+ê1ñ•³v­ÛÓàŒ $>¤Àõצ@×ød
+endstream
+endobj
+1556 0 obj <<
+/Type /Page
+/Contents 1557 0 R
+/Resources 1555 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1477 0 R
+/Annots [ 1554 0 R ]
+>> endobj
+1554 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [457.554 312.905 469.509 323.754]
+/Subtype /Link
+/A << /S /GoTo /D (figure.13) >>
+>> endobj
+1558 0 obj <<
+/D [1556 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1559 0 obj <<
+/D [1556 0 R /XYZ 124.802 718.084 null]
+>> endobj
+1560 0 obj <<
+/D [1556 0 R /XYZ 124.802 706.129 null]
+>> endobj
+1561 0 obj <<
+/D [1556 0 R /XYZ 124.802 694.174 null]
+>> endobj
+1562 0 obj <<
+/D [1556 0 R /XYZ 124.802 682.219 null]
+>> endobj
+1563 0 obj <<
+/D [1556 0 R /XYZ 124.802 670.263 null]
+>> endobj
+1564 0 obj <<
+/D [1556 0 R /XYZ 124.802 658.308 null]
+>> endobj
+1565 0 obj <<
+/D [1556 0 R /XYZ 124.802 646.353 null]
+>> endobj
+1566 0 obj <<
+/D [1556 0 R /XYZ 124.802 634.398 null]
+>> endobj
+1567 0 obj <<
+/D [1556 0 R /XYZ 124.802 622.443 null]
+>> endobj
+1568 0 obj <<
+/D [1556 0 R /XYZ 124.802 610.488 null]
+>> endobj
+1569 0 obj <<
+/D [1556 0 R /XYZ 124.802 598.532 null]
+>> endobj
+334 0 obj <<
+/D [1556 0 R /XYZ 124.802 372.086 null]
+>> endobj
+338 0 obj <<
+/D [1556 0 R /XYZ 124.802 288.067 null]
+>> endobj
+1570 0 obj <<
+/D [1556 0 R /XYZ 124.802 225.985 null]
+>> endobj
+1571 0 obj <<
+/D [1556 0 R /XYZ 124.802 227.922 null]
+>> endobj
+1572 0 obj <<
+/D [1556 0 R /XYZ 124.802 215.967 null]
+>> endobj
+1573 0 obj <<
+/D [1556 0 R /XYZ 124.802 204.012 null]
+>> endobj
+1574 0 obj <<
+/D [1556 0 R /XYZ 124.802 180.101 null]
+>> endobj
+1575 0 obj <<
+/D [1556 0 R /XYZ 124.802 168.146 null]
+>> endobj
+1576 0 obj <<
+/D [1556 0 R /XYZ 124.802 156.191 null]
+>> endobj
+1577 0 obj <<
+/D [1556 0 R /XYZ 124.802 144.236 null]
+>> endobj
+1578 0 obj <<
+/D [1556 0 R /XYZ 124.802 132.281 null]
+>> endobj
+1555 0 obj <<
+/Font << /F50 400 0 R /F55 517 0 R /F8 399 0 R /F7 523 0 R /F13 624 0 R /F10 479 0 R /F14 452 0 R /F11 497 0 R /F63 1313 0 R /F42 396 0 R /F52 480 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1582 0 obj <<
+/Length 2743
+/Filter /FlateDecode
+>>
+stream
+xÚí]KoǾï¯øDÙv¿r°H@HÇŠZI s—
+ME†ÿ÷|=ÓšÙ¡Ä—‰¤ÊZÖÖTWWuUWÍç²y÷®ãÝË?øû»³Õ×/ ï VÚîìm'œgNˆÎ8δ“Ýٛ
+¥O<û3x á5,89=ÏëÍ»í>1Q20ï]æúÏÍö§_?l/n>^o~cŒ‘,¸`V„üÔfÿfF²p,(5+9rO6ûõ OžvŽ9^Vø¦âOg+
+ïD'‚a*ˆNÛÀœTÝÅnõ¯¢^v½¼Ç·ÞtŸºH¦?œA
+Ë•›/Å@ˆúã#*õJÃ6„±®Š)¢E¡YÔL¦¿¤’&(]×Ê<UÊ´¢r3Ù×EÜçŽïwH+(i•ÑÄ°;JŒÉÆ*‰œÄ´F2í‘Š+r°3ë$…u›a
+·#¢
+…¸²qV-Îò\¥`Dó¬X(ñÁ¬XeËÊWQ“=&™Ææ`‰£ï¸ ‡tG‰2Z-4(Ü#ФŠ–A\B6SbÈ"Lœ€‚•-^é†SI…Bc½9ƒÇaË"*^Ü/YW,”‹^Ó^¯ÊUT/’&;,2M:ƒE`\ËuÈ¡¾«\GYÔtèT@©BðÜ›šˆ
+%¦"BC„[©r¤¯DÁÑG¸ƒ#Ép,ãt](â3I›Â“Ô-2Æv˜:‡½#Jâk!Rfòš‘¶O÷ÊÈ(_¨>ý猚 1£šXñÉʯGmªŒô;M‰d.‡þõÏ …Ñ’,“ ñ™¤Jáɺ!‡v?¹†í$Y§• F)¤â4ƒsãûs˜ýZnê}ƒlìL„M-H")È¥’(ÙuEHömYŠø¿(T˜²ÎEÌÁ¾#^jƒ 3 |•˜Ã)ØJ©Hü×ëŽd„X¹ NӄŸ„Š*zObŽã"ªÄzY‘f„¢Xe+ÊQ“=™Þ؃Mpù
+­`Yš<+1g{‡Se¢ür#Ô«œ\NãpEÙØ|¬VŠ¨B¡5@&–l_D•¡¬H/Ž¢XeËÊWQ“=¦»tR 6Auïœ×z\Ûb)*pÈ:³Z0Ð(¥¬@`=çš°Á8AakUT¡Û¾sMPE岡®H‹‹¢Xa+ÊQ“=6™VZƒM^Í7^´÷‚ ‘t׸ÞRöߢK¸3¾sEÊTúHϘ2Oß~}{ŠþW쯮wç—ñ³>ùyûëæÍL+«£ëɽö/Ó^< ¬7ùûËóקkéO6—Ówðc=Æ Þ`jŒÁjôgßB4ñNñÜû×|.\#îvÒÐ0 ƒ®5‚ê\£$n—x-<wFkòbu­Y°F4´æµñŒŸ8”z “"Œü9y»šÍ:‹b5¢5ê^.ÓÜ0­ì¢Ë4÷QÏ‘Ë&ñ•Í»Œ@5¢a5ÿoX½c:²c¿Ö•wóùDX¦8Î_â9’P’("é^c^s¼F! H\ÛZ…y—ñørSu™ç^€;
+Ød]ˆ* ±yĦDª1ž '#5ó©Ó’("©A6 ²iMƒldÓ ›Ù4ȦA6 ²iMƒlþ' Üô›[ÇôëÂÛ/œ›Y¸æAη_‰)ó ÈK…VR-âÛ†à”Md_]ãL Oü%±ÉëØBÛþõ‰OÝüßg„á´èø’Eôï{¶íÀæjæ:³óǹ·Q›þêuÆ lû™Õâ\Q@k ^Cµš9xg™<Ss|Ԟǔ zÉÙã‘#\A^Æ`GßhÅMGùÙ¦^Ÿÿ¼¹Üî7?.ÌIYÑÄüþsR
+½™· w{¢1)Ûg¹<%•xî=$U×j3R4#uàι)êÍ£R³®jR? µä°4Evt<jÞam:ªMGÝyòB!4\pK“™ey>ŠjR8 ¥PbÅei@*ó<î€ѤÁm< ÿÍ ¹<Ä8p,GU1 jkP[ƒÚÔÖ ¶µ5¨­Am jkP[ƒÚÔÖ¦£§£T,œ_œŽÊ<¿÷tÑõ¦£xh )sQK
+endstream
+endobj
+1581 0 obj <<
+/Type /Page
+/Contents 1582 0 R
+/Resources 1580 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1477 0 R
+>> endobj
+1583 0 obj <<
+/D [1581 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1579 0 obj <<
+/D [1581 0 R /XYZ 173.046 285.188 null]
+>> endobj
+1580 0 obj <<
+/Font << /F50 400 0 R /F55 517 0 R /F8 399 0 R /F14 452 0 R /F11 497 0 R /F10 479 0 R /F1 1584 0 R /F7 523 0 R /F52 480 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1587 0 obj <<
+/Length 759
+/Filter /FlateDecode
+>>
+stream
+xÚÍVK›0¾ï¯àÐJ»Uðzü¶*z¨Ô­Ôsnil -X¥Q”ÿ^ƒ ­óØ>¤æ0Ìç™ùfü Ø[yØû|ƒ»ëÇéÍýÇžFZáM—H‚¡žÄÑÞ4òf·_1ÇL(Æ“;Æ·fMšµywó鳟€4çC h:Âh®å
+endstream
+endobj
+1586 0 obj <<
+/Type /Page
+/Contents 1587 0 R
+/Resources 1585 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1636 0 R
+>> endobj
+1588 0 obj <<
+/D [1586 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1589 0 obj <<
+/D [1586 0 R /XYZ 124.802 718.084 null]
+>> endobj
+1590 0 obj <<
+/D [1586 0 R /XYZ 124.802 706.129 null]
+>> endobj
+1591 0 obj <<
+/D [1586 0 R /XYZ 124.802 694.174 null]
+>> endobj
+1592 0 obj <<
+/D [1586 0 R /XYZ 124.802 682.219 null]
+>> endobj
+1593 0 obj <<
+/D [1586 0 R /XYZ 124.802 658.308 null]
+>> endobj
+1594 0 obj <<
+/D [1586 0 R /XYZ 124.802 646.353 null]
+>> endobj
+1595 0 obj <<
+/D [1586 0 R /XYZ 124.802 634.398 null]
+>> endobj
+1596 0 obj <<
+/D [1586 0 R /XYZ 124.802 622.443 null]
+>> endobj
+1597 0 obj <<
+/D [1586 0 R /XYZ 124.802 610.488 null]
+>> endobj
+1598 0 obj <<
+/D [1586 0 R /XYZ 124.802 598.532 null]
+>> endobj
+1599 0 obj <<
+/D [1586 0 R /XYZ 124.802 586.577 null]
+>> endobj
+1600 0 obj <<
+/D [1586 0 R /XYZ 124.802 574.622 null]
+>> endobj
+1601 0 obj <<
+/D [1586 0 R /XYZ 124.802 562.667 null]
+>> endobj
+1602 0 obj <<
+/D [1586 0 R /XYZ 124.802 550.712 null]
+>> endobj
+1603 0 obj <<
+/D [1586 0 R /XYZ 124.802 538.757 null]
+>> endobj
+1604 0 obj <<
+/D [1586 0 R /XYZ 124.802 526.801 null]
+>> endobj
+1605 0 obj <<
+/D [1586 0 R /XYZ 124.802 514.846 null]
+>> endobj
+1606 0 obj <<
+/D [1586 0 R /XYZ 124.802 502.891 null]
+>> endobj
+1607 0 obj <<
+/D [1586 0 R /XYZ 124.802 490.936 null]
+>> endobj
+1608 0 obj <<
+/D [1586 0 R /XYZ 124.802 478.981 null]
+>> endobj
+1609 0 obj <<
+/D [1586 0 R /XYZ 124.802 467.026 null]
+>> endobj
+1610 0 obj <<
+/D [1586 0 R /XYZ 124.802 455.07 null]
+>> endobj
+1611 0 obj <<
+/D [1586 0 R /XYZ 124.802 443.115 null]
+>> endobj
+1612 0 obj <<
+/D [1586 0 R /XYZ 124.802 431.16 null]
+>> endobj
+1613 0 obj <<
+/D [1586 0 R /XYZ 124.802 419.205 null]
+>> endobj
+1614 0 obj <<
+/D [1586 0 R /XYZ 124.802 407.25 null]
+>> endobj
+1615 0 obj <<
+/D [1586 0 R /XYZ 124.802 395.295 null]
+>> endobj
+1616 0 obj <<
+/D [1586 0 R /XYZ 124.802 383.339 null]
+>> endobj
+1617 0 obj <<
+/D [1586 0 R /XYZ 124.802 371.384 null]
+>> endobj
+1618 0 obj <<
+/D [1586 0 R /XYZ 124.802 359.429 null]
+>> endobj
+1619 0 obj <<
+/D [1586 0 R /XYZ 124.802 347.474 null]
+>> endobj
+1620 0 obj <<
+/D [1586 0 R /XYZ 124.802 335.519 null]
+>> endobj
+1621 0 obj <<
+/D [1586 0 R /XYZ 124.802 323.563 null]
+>> endobj
+1622 0 obj <<
+/D [1586 0 R /XYZ 124.802 311.608 null]
+>> endobj
+1623 0 obj <<
+/D [1586 0 R /XYZ 124.802 287.698 null]
+>> endobj
+1624 0 obj <<
+/D [1586 0 R /XYZ 124.802 275.743 null]
+>> endobj
+1625 0 obj <<
+/D [1586 0 R /XYZ 124.802 263.788 null]
+>> endobj
+1626 0 obj <<
+/D [1586 0 R /XYZ 124.802 251.832 null]
+>> endobj
+1627 0 obj <<
+/D [1586 0 R /XYZ 124.802 239.877 null]
+>> endobj
+1628 0 obj <<
+/D [1586 0 R /XYZ 124.802 227.922 null]
+>> endobj
+1629 0 obj <<
+/D [1586 0 R /XYZ 124.802 215.967 null]
+>> endobj
+1630 0 obj <<
+/D [1586 0 R /XYZ 124.802 192.057 null]
+>> endobj
+1631 0 obj <<
+/D [1586 0 R /XYZ 124.802 180.101 null]
+>> endobj
+1632 0 obj <<
+/D [1586 0 R /XYZ 124.802 168.146 null]
+>> endobj
+1633 0 obj <<
+/D [1586 0 R /XYZ 124.802 156.191 null]
+>> endobj
+1634 0 obj <<
+/D [1586 0 R /XYZ 124.802 144.236 null]
+>> endobj
+1635 0 obj <<
+/D [1586 0 R /XYZ 124.802 132.281 null]
+>> endobj
+1585 0 obj <<
+/Font << /F50 400 0 R /F55 517 0 R /F59 539 0 R /F8 399 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1640 0 obj <<
+/Length 7656
+/Filter /FlateDecode
+>>
+stream
+xÚí]m]·qþ®_q ˆ tOøþ’"_I ýâX@?$A+¯×ºJ¯$G’ë4ÿ{Ÿ!‡Ã9÷ž]­,5QÚØñî³ÃyáÃ!y81‡gsøü‘9û¯Åÿšƒ=ØœïÉ–Åäp¸yñèO}~h”Ìâk‰‡ïëÌ‚öø÷ÅÅ5/ÅV§Ã#kýâKvå”è7)Áïß^²8[«kŠ˜%’ øßÏ]Ù´dkÜ/¿‡ÅE[<1L3ž _bÊÑå—éž/ôO7Uº*-)¥ÃU]jë(ËvÓ¿ú盇u'W¾Ô
+É”ÅúÆåúÉ£ŸýV/5¹txòÍÁBOoóaÐ<ùúð»Çæ³?<ùÍ£_=™Ê0+Åé -©ë:Ts> ·9Ú”ó/¿+· ¦Oðán‹ö|ˆÛœËK
+å~·9oðsÝpÛÏ~m­" K-ĺü¼¬-9•ñw{î÷¡Ë~gc?Q¿Ç²øà§ßåwåwÁ4ã >ÜïíCü ¿§¸Øßá÷T–PãÃüîÞá÷<þî.üκÜáw6öõ{KÉfú]~W~L3žà;üþiØIí¯(ï5öMp%oEkM…gckêwŒò+k—âÜ!-ÆÕ¹*ahECáÍ…Å¿½*a˜H4w¬JÌJqR£”U½]?A÷ÕÅùê‹vÞ€ÖLºé8EùN·Õ%bü'’ñ#Ý3"z3…ÅØm¯V›AóA‹’§xáö®ŠÒD{½Yz5Mý½ê’³ÚëZÉRtÓëŠò“µ¤%äð³5›°Dd÷ÍÖA³K VŠÓÆlÊ~‚Ž+uI%”•ç[IÓ”ÓwšöÂy33¿T£äõ³Cÿá·ŸŸã(ç÷.Δs„Ú–HÁêâs…ÖJd‰¥
+D—‚MBu”>ÑÀÈ Ú%Ľ"3KÕjV‚°@j'2Ql¡ §œ–jLQ¹išv½&™è.¬Î-¼i=7ùMï[zà“÷ÈõÜâJpœ20æLƒ‚Ü!,)z¤h@J.H’S…AnšŒ‚ª(2G)u›°„övŒYl–+r”ÉÉ,©›”ÀPCÑKÈDwaun!÷‡ð›†£?0š«³õ€mRŒÅ¶á%œ\ŸÎ:ðvP<ÒŸ
+²k8&NRQ†@{‰I†-³Çê69 `ˆ£fŒ!ê§ìC:[ž‚ÒpÓ”ì: k=Ùœ›Ö;bª®L¾¦­mXï0ØRæ•ZPt`µ!¬5þˆA€€• ÖMˆœE|EŠ-`…ªÞ˜<yMdȤ†
+4ÎѪ+¬àeëòJä€nHÛ¡Ú¤SVuf†öžQ<U´®ܲ] ¶«½gˆ•¾–JƒiŠäi•ð¾ÉªiB7½SM.H!4NÃV±hˆeER˜ÜA±Ã^ִܵ¶¢à$œ¦ nçÆŽÞ–ª®›»ð7Úš˜%”ÐÔIÝBÎϘ Ø†…¦,æi"Ó³à¦E"äÁF•4A†´:è‘9ÕJkpòXÖ)¦¸P3VIh†Ò“Í…mMDyeóuB%WŒœDa³¸A­bmôZäH3‘O 0dâ®Äì&ÒgB0ÖDE†°•D8Í߇¼n—€& :&#Z`‘’7›®(ë5ЕEÙ†‘Ü+ÂSÝzË`O‡1ó\Jm„(°VDÀ¹]õõÊ’1ý,9;„
+®”iQÒÚ´K¦`L ÒÊÎc¢L²°‹Ô@±dì „Ù›Ö‰Ì
+ÞMH±”ÄôaÅ„lè.œÎ ”þ`vÊðë6ü h¡ècÚ,ÒX-!·Ð„uÀô4½Û",bª ]=„2h5É"E;¯Y)¤ 죞1(ocè´s¢à—Œ8³X/!Ý…Õ¹…Ü!Âo~Ý—<¬M˜y%b]–ƒª èg¤š=¬bYk‚B¥Ô‚‚§´r
+¤§Ê]¯I¦ìaVr+(ËyíEö†)ï3f:¨±ö2Š5лÔEô2–yä1}áO˜y"ÝÝ`Žé;É2ŒóÙ+V‚ ‘½!ƒt¥äûæ•YÁ‰‘‚î”8ž1³bTÚ^fò@–Êü^M©Ñ¶¬ÛG?‹-˜Þ¾ÄßÖ»'B#xf1u'Vz4Ò|âúšÍ`_ƒËarB6,r…)o =|±VB&š « %¾2CexOX¦ÒÁU0 ›£ó´UwHrÁ›#Bh«nsë „8N„ä¥ 3É"¥ŒPt²ˆì DÎ-ùéŒð»KØÁNy‚ô±ÕÕšdÃæsnœ$¬ÌLÝS3ì=1¹ ~¤fÖJÜZ:M»l²éixÒ
+ ÒSpøÚ+*‹Ýn%d0`ˆëo b
+¦í¸¬3j§9ýÅ „SÜ®•‰âÂéÂ>90b†Ên> @ëÚ)6}éñBc[#L´~œ+åí3~ÚAgÀ-ïç b“Ót/6•ŠÛ€X(· «‚·‡É {#_ VQ*tå2kp;³ttŽb?X´ž’)ךÚOü'ˆ m¡hCä(ÁrˆÙÆ»~M #&ÐGIŠ”M*‹‘2'a$Àׇ ƒrb8LNp¢VÉ@&¬•P‰âÂéÂ>&Ÿ2›“‘hch êég`µ>´mx¦¥+v‡Äv"†Ž÷é)«ÁÎ*)2úâ%yÍI!M pt¬•–w0'D O·Sà@z&ÒÕ˜R}°º4Qòf8-ç]ñpEB
+É9ÍOE¾-8–Öxúºá|Î^Q%>€žœay#*7 ‰‹ ¡Ÿ…uNþFÉÀ /M+¡Í…Ó¹}²ÚtvÓêë6wµÈ}ÍQL!
+¬ÙaD –û€4¡8ë)9Nú÷žScœc¤
+ÄÐþbòÑH×2ˆ ;…9áä+E#âä÷žÃ4•&hÍl.mãž`Ý•Å}X §¤¬’> K!ò¸`0a-³¶õ®­tƒb±Tåî&o*&Þ
+<isÛ…ÚAi®Àã1‹£Ë+ëÚyi¨©gY`âÛŽ@À“)Ÿ¦}áI7Wàq‹˜;“ô§¯—@€bªì»ŠõÃOð¤@Û»CGs ·ˆÅwÁй²«XfT÷Ãò'xR }*‘ld×õÖ
+;n²¬‚…:"œÐ'ëN“…0fè®BÀ“1V­£³Ê“j®Á㱘fC¿¥Š®zVc®;MÌÒÍLèßÓsS 7(y€Ðuóí9ãb74…¶;<)0cƒ@–g|o®Á㱌Gc±! MZ2®ŸX;ìP‘E)ð¤AJˆÕI7Wàq‹øÌiÁô#]. vZ„Ž.”•Ó4xÜ"fqè@ŸóÑWm†æpôDl·¦;)Œì¡p}ÒxÜ åžÄ(À„o{qgR¿u'ç¶{OOtàPRäèÂÍxÜ"–q’\ûV:×£$]†;iŒ–¨xpÛ‰7H%B&l ÛUaŒ¶VŽrAÁN
+óô¥d©Ÿ±´,+, [ãLbºÒc?´Ö–‰–3…°>d¤±[Ä, /kÿ)eïC¡€´o‚'"­*H OˆÞ\ƒÇ-b‰ Ø‹Öþ}Qò¼°aäºYð¤Ad9ŠÜ\Ç-b¶Þ´×ÎÿmìKÒ684žZæf;8škð¸E,¬ACÜœáS Ô
+<i0ÍÈ;›§u8¾ –…-W:! 4€"‹Ã
+<)™JŽt
+yRÍ5xÜ"fq‘>O¡oº±¯¡½f_’1Ö
+vÒX ìÚZ=ÜXÇ-b \%ÐÝ9WG®éÒGÀ“ f? ˜ÍxÜ"fÏÁ£Å¸BYm)9öo|,}[eëOlq$¸1zzs·ˆÙº¼´ÓHKF‡>~k¤KYO40(¥ŽÖ
+;nÑÊâ˜QùK¥á8Oa Ä ž4ˆjèfÌæ
+<nÏÔ$Ò—D”ÒÕ”‹LóRÀ“=Ÿ»ts·ˆÅs¸Ð)¦¾ã#YzvœòO¤¼ÔÛá9n®Àã±Xç}fˆ0$,K¤7¡Lð¤A­’Í—Ü\Ç-â;7zôÔçõ3~óóÛÏ!ä™ ž‡ÒnÛÚëÛöEe:Ù¤ *¤Pf€¼©ŸWrO¶Þ?}¡þyyX¿R§YîWžF ÿÅhþçÜcÏ|n³n=Ìʇ€Ú¹ ”Jõtù5ï‰Rþãbß½ë%ûB°R€nl…_Eú@ÞØ;ߎÑ笃æî—žÄJqZ½Coª¾Çsä¿¥ãZª„(:^#ó¯ú12CšëÀÞÃa–‡{‚nZ†v¿Ç‘––Å\xìCž _¼òºÜár6öõ9–T¤ôÀø]—˜f,à{ønw’ý ¿Gº«ïð{ÂÚU×n¿,Áœîð«ú‰z­h[/V~W^L3ð^¯ýÍŒ|èOº6ˆí©žo0^¬P‡“N>Ú·QídP_Ò"#¬Iþ´áÂß¾ «‰ ‘ý®ŠAl™c0ý¹³¢«•@Æ÷_ýÀ{‰ê“Ñ…ó2˜-PÆ_÷ƒ¿Hï“V" ô‰_\ PÒ%² ú覧й]¤I¿-9›¤ù¢ô› Ø18 S‡4ÕC£A": “ Ó¸/DõuW`ËVª9ë¢ €XJ؆‘tˆA°èžÈXÐ,%zËôÉ•<ÙLDi7Áa„pb3EÚ쉡РKÃøCNÑ|Ý‘>Ù¦/Ž5>ÁaA¤³éûûa$òoÌO—uOD:¤!r”>;5I&¢Ô›à°B8±"mö„h4HDgaraZúÙô0ô0Š‚Í:h:v ×˜6«Á?¤Ž¾}éæF£ÅžL³h5I³}p“ˆÀ"uÔz è>ù\©.=› A£TzXp4TA¿‡¨ƒ†«9—ó aéц^G­‚FG΂FuÐhœfÐèÒVA£k4ƒ묂ƙi4Xõ=hìAãAƒîè)Ôjz¨†µ÷ôLTò‡± š=Q–˜ôˆ Ï­â!€Wv&lߢc+2f…¨ª¦Ö™E|é=4^wÀCî¼C¤Î3ÓïTe„²@œÆÊTÓ / »*tyž¬o€Ûu¸WR˜3š®ÄœÊ•J)-ÆúüW…¿“Â&OiºsN(E(\¶ve ÝZú E‰lò”¦+1ç„] ½ØísO1©¶“Ê•Á&OiºsNȾñK´Á¸Õ ±úÕ˜òÍhºg„r‘QB»óžb裂dƒÓbS¾MWbÎ å̽ëj`«¢S€Ó„”Ñp=
+¤2cï«@:fìýH«½é^t¯@ºW Ý+îH÷
+¤{Ò½é^t¯@ºW Ý+îH÷
+¤{Ò½é^t¯@ºW Ý+îH÷
+¤{Ò½é^t¯@ºW Ý+îH÷
+¤{Ò½é^t¯@ºW Ý+îH÷
+¤{Ò½é^t¯@ºW Ý+îH÷
+¤{Ò½é^t¯@úÿ¾i{É“+i³ñ’G½®¹j^5e”ûÓ€ÏIMºþ\Šæ ’ï¿;ü¡| “~ƒÿHmc¤Ûe׬ƒ$ ØÐáôâ0Îsmu^°*H·úK¬.Šÿ"­®F3á|Ŭo_¦ÁÜêǵæ»®ö]V{"–í}ÖŽ2é•¥¡ýïöÓ0¦a’þ&pI7/ø]`Ðïþ"ò¥ñîïŸ.ž­9­_±9Óš/Ö.¿‰çå%¨CR¡½Ê‹»
+­´™ rª€š½€wh+Ù>̣ظҡðý. ¦,Øl¸ô£¾ºÜ1(ØܬQ!õgWê(T‹‰j }øÈl?hdDºs£Oë‘qYw„YÝáXÖö˱R¸p¥ŽB•c'ª%Lô>Çþ}»àý+ß^9*·BÛµk8Ó#wŸTíÛ+Jå#Ý"ÌÚ±[Õ¿°”¶4dë¸WŽJ+X]— lFM]Iت®&ÆÇK³Ï«á®:D—Ã]÷ÔD¥£FùYÕO£®ìº›F)[Ý¡\ïV÷»@JU…›&7±|ŠÕ}4õÂiÅàviíY‰Üóþ‘ª«?(t4êKN«¥päª{¤TåD¥žåä¦ ¥¨BÙ ÅmX­Äªî™ê Ý´™mØzVó¼w¤Päê
+öHÍÉiµ“\uÔ¯T„£È¥b7!¥©BÙ"Åm˜­ÄªîQú á´bp»´ö¬.æÅì’B³ghÂsBŒºµzÞHL^Å¡QWSŽb¹šãÄVslÂ8&Ç_Dö*M-'å´F^Ú}Vaw#õ:´çh *õ’¶«@ÔkÕ^¢VwˆZ Ýu bè,1ªsShˆ]¢¡Ÿ
+Dʈέ=+»»¢=}Ä@4êÙ®g×DÕtè¥qUŽ#{AÕ=\bW.«†Ž zä8|= s§¸UܵdRMåç=7r]µ÷¼WÞ«lï4Uîèi…-O+
+=n’ŸÕð]É”B¼+™
+Õ2'‡µÌ ò³‚¾+™R•w%S¡Š»â°–¹A~VÝw%SJô®d*TqWÖ27ÈÏJý®dJ½Þ•L…*îŠÃZæùYÝßõÅ{×ch¢ÚŸ“ÃÙº$?+¼’)•|W2ªý99¬enŸU^!.ì»Bj‰³ýÙº ~XyàËÿ—0O¾Kt¿Ÿ· aZ–þ€.·*oíá×ÏŸ}÷úö³«`íc~þÙU¬õñ/o_¼zùæíë§oŸ¿zÙÿöê›þßã«×ÏÿЕÇoŸž:öôôüÙË·ìÐ÷ÏßûOø¯}Ìþ£ŸVE£«²¡çLãÀêéˈ¸<ÕÂVŸ¾p`ªŸ²Rß’‚ QSMÆDO^Úá|\Hï_o¿yKF¹Í Þ÷Ÿ¹üøÕ†úFªº¾}þŸùöùÍ[êš UR¤+ÒAúæ³+ŸÃãoOOon¿î??ýê3ÄdˆÁÿü ¼íøíÓ‚Žý·Wo·¯ÿ?×øøõógÇÖ{¬ë«—·:ÚDß9•)‰+Ó®»ƒïº[\u~$ìÌ}÷æùËgýG¨ÛØò¢¥3*ŸäE¹¬øéÕpàUðæñ“Ï®0¾úh!9oè÷Wßx}ÃÐÍ«Ö³_ó¯Ïßð_NÛXÀ±Ðþj,¼½ýóÛ6VdvEJâ{BR
+×ãû=R¶7*Rz4!ÖÞ¾üz«K2]"š¿>ýóó7?tíšœµnMÌ››WßÞ²œ@%.¨¼— 5ú~XuêìÜõxäÎe6ÉRÞûǯoß|wzK?‡i{{$÷ÒOg㒈ƟÞÛ,ûþ%Ã/;ü{cCkô› K·§ßu¡/©dZV'žNKÁ€³.>þüõó¯OÏ_Þ¾ÙèjŸòûó«ÛgÐk#òõavW‡ŠßÞ{ <PàéÕ3üÓÆåïîøçÓÓ¯nO¿øë]‚©®Z•„)öæfCôzâÿõ—¯¾ùá‡îBÛ ò¸ŽSÿÍBò¯ÿî~òÙU2æñ¯^¿~õšÛ˜µŠÏà¯_¼xúÇq6ç׶Ú-˲´¹¨:øï0!ç”ãÿîöaÀÆ÷°I د
+endstream
+endobj
+1639 0 obj <<
+/Type /Page
+/Contents 1640 0 R
+/Resources 1638 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1636 0 R
+/Annots [ 1637 0 R ]
+>> endobj
+1637 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [328.594 436.721 340.549 447.569]
+/Subtype /Link
+/A << /S /GoTo /D (figure.14) >>
+>> endobj
+1641 0 obj <<
+/D [1639 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1642 0 obj <<
+/D [1639 0 R /XYZ 175.714 559.206 null]
+>> endobj
+1643 0 obj <<
+/D [1639 0 R /XYZ 124.802 493.453 null]
+>> endobj
+1644 0 obj <<
+/D [1639 0 R /XYZ 124.802 481.497 null]
+>> endobj
+1645 0 obj <<
+/D [1639 0 R /XYZ 124.802 469.542 null]
+>> endobj
+342 0 obj <<
+/D [1639 0 R /XYZ 124.802 423.776 null]
+>> endobj
+1646 0 obj <<
+/D [1639 0 R /XYZ 124.802 399.354 null]
+>> endobj
+1647 0 obj <<
+/D [1639 0 R /XYZ 124.802 399.354 null]
+>> endobj
+1648 0 obj <<
+/D [1639 0 R /XYZ 124.802 387.399 null]
+>> endobj
+1649 0 obj <<
+/D [1639 0 R /XYZ 124.802 375.444 null]
+>> endobj
+1650 0 obj <<
+/D [1639 0 R /XYZ 124.802 363.489 null]
+>> endobj
+1651 0 obj <<
+/D [1639 0 R /XYZ 124.802 351.533 null]
+>> endobj
+1652 0 obj <<
+/D [1639 0 R /XYZ 124.802 339.578 null]
+>> endobj
+1653 0 obj <<
+/D [1639 0 R /XYZ 124.802 327.623 null]
+>> endobj
+1654 0 obj <<
+/D [1639 0 R /XYZ 124.802 315.668 null]
+>> endobj
+1655 0 obj <<
+/D [1639 0 R /XYZ 124.802 303.713 null]
+>> endobj
+1656 0 obj <<
+/D [1639 0 R /XYZ 124.802 291.758 null]
+>> endobj
+1657 0 obj <<
+/D [1639 0 R /XYZ 124.802 279.802 null]
+>> endobj
+1658 0 obj <<
+/D [1639 0 R /XYZ 124.802 267.847 null]
+>> endobj
+1659 0 obj <<
+/D [1639 0 R /XYZ 124.802 255.892 null]
+>> endobj
+1660 0 obj <<
+/D [1639 0 R /XYZ 124.802 243.937 null]
+>> endobj
+1661 0 obj <<
+/D [1639 0 R /XYZ 124.802 231.982 null]
+>> endobj
+1662 0 obj <<
+/D [1639 0 R /XYZ 124.802 220.027 null]
+>> endobj
+1663 0 obj <<
+/D [1639 0 R /XYZ 124.802 208.071 null]
+>> endobj
+1664 0 obj <<
+/D [1639 0 R /XYZ 124.802 196.116 null]
+>> endobj
+1665 0 obj <<
+/D [1639 0 R /XYZ 124.802 184.161 null]
+>> endobj
+1638 0 obj <<
+/Font << /F8 399 0 R /F11 497 0 R /F14 452 0 R /F50 400 0 R /F55 517 0 R /F42 396 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1668 0 obj <<
+/Length 15310
+/Filter /FlateDecode
+>>
+stream
+xÚå}[9’Þ{ÿŠóf5°•ÃûÅÀ>x1ØðÃö¨Ø1`íiõHØ:R¯ÔãÞ±ÿ¼#x Fä¥ê0¥Þ)`³­“_EÆÇ`’A&“T—?_Ôåߨƒ5üW]ôŵ„˜/Þ»ÅåËõöÍ¿^@è—"ùZlNþòËaþ?µÀýðÿ·ÍOôâ”KæòxùFg·h¥•;‚ñ
+­Xx2ô{•¹às¬‡‡Ÿç½Ó3èŸcTð€K•!ë(Ï¡='—D¿`BÀ“½·™ /<éètä´¬Ln2ÉN¡&cƒá¤„Ég’ƒ–ËNñÆÅ;|£Áy;&y™$ãe²3¼F-Ά,ž-a‚—K^.;Åk–˜£“¼“¼L’ñ2Ù)^÷Y§qÞŽI^&Éx™ìoX¼ÑI´+Â$/“d¼LvŠ7-Êч:$Y‡#’÷»ÚµÇØñw8Úµ–î]ïð;)Ã4›'ÜÎ&É0q)í~±ÞŸËòu¶‹Æ¦ˆü~7Ë×£Ò—.#ò|mwß´7©?)µ30…(~0ÕŠÄJÄÆÍä‡aóËŒ>&/N«(›pÇdf’¬3Ù™žƒ+r“ œ¶C‚•É R&9à Ô`òœ”0ÁÊ%-—âÐ’Ó‚·c’—I2^&;Ãë¾I°¢’ ¼\rðrÙ)^\¡“äí˜äe’Œ—ÉNñ:¸ÏŠÇÛ!É:äéœâ eѳˆ´„IV&Éh™ìo\’àÔ8oÇ$/“d¼Lv.úH?°ñwF®¥GŸ;üN>Çnç0úxƒø/Œ>Aå%ø§£O—¹'ú„»£;ˆ>¬D;ÑgØü2£Ç¹^-Ò¶É6<äX’3='໯)a‚•KZ.;à ÃSÿ'"-a‚—K^.;Åqò* E˜äe’Œ—ÉN/á?>F1æ"LŽ0™$b2Ù)^®!ÉÛ1ÉË$/“âupŸ•c=Â$/“d¼LvŠ7,Ú9!Lò2IÆËd§xãBô"Ê&y™$ãe²sHxƒµ‹¸3þ0=ü<ëyzð9t<‡±žmŽ_{,ļðLìi2_7öØ£Ø3J´{†Í/3öÀÓTV‘A&Û/“dí—ÉÎô› Ã~åHS ¼\rðrÙ©90eqqœ똬u&ÉæÀ˜ì/6«l‚$îàŠ™Érj&=ÇqNØhÉÝÁ7“åÜLzŠ[èD)Jn%7—eÜ\zŽœšq6J™,çfÒsܾ,‰•Ô [1IN<dçxÁñ@¾$qWÌL–S3鹘$}ÄÆsÜ•¸––îðI=0»¤ÃÈ„9¦/ M¸f#>ššÌ× Mæ(4í„&fôËŒMZ'x¢FIŸIàª-3YÞ–™ôT?‚ZJß@rn%7—eÜ\zîýn5ãíêQWoˆ˜,EĤç¸4Šd€$pÅÍd97“žã†Q|LÁK™,çfÒSܸIÍZ \(¹¹,ãæÒsÜntr8À7“åÜLzŽÛ/1X/Û+n&˹™ôw\ÌjLNØŠyHrâ!;§VÞbëDîŒTBOUwy¨¬žpPÇÑ
+¶Ï_­ðsÌôL´j2_7Zé£h5J´­†Ñ/4Z¹´oœÌ¼\µg&Ë4“žêI>.ðìÄ(Ž0ÉÌ$1“â À}”›ÀUÝ3YFÍ¥ç¸Ã”Ò2Å&pÅÍd97“žã†1ÊJf®¸™,çfÒs«84º/Û«uL–/ä`ÒsÜßò®F’®¸™,çfÒsÜ~ñq5µ8À7“åÜLzŽ;.¸ÛŒì`®¸™,çfÒ“ÑJz‹­¹7Zq=­îñP­ŽÔKôÈ1-.˜´ZðÔÁÕSc²ü©1é©“".Z’¢c’™I2b&;ś͆cNL d沌šKÏq|¹Ê% \q3YÎͤç¸a¨›ó*ú¸âf²œ›IÏ­oÓÐ+²\X7ÀÕ
+7&Ë—¸1é9n‹o>åb®¸™,çfÒsÜW Èµ\q3YÎͤç¸!»TÙ¬vpÅÍd97“žôÈÒ[lȽ™ë!|‡"|ì ¾û÷uǯۈ“öOnÙûÛŽ°“[ø\×ÐZµdpcüåBÒm¿¤‚85•=n‘ˆ[ÝàÆG0¨Ç9ÿàqãÜ‹*/9†ò¢R;‹d‚šµh/Áà÷ÂÂEôâ¡uû Ä®¨ûk9e«ÁÅYÈ„BP¹ï΂Åï¸ÿ9¡f–ZöÆq ®u17”ÅWã
+éI "vÆ Mt>¼Àn5)‚Ì$€Þ¨^ã=½H]„ÊÜul,«U±õlµ&`x¦=¤ÙùÝ8hqA¢—¨ Û&_–Rh‹ uxÅŽ\Ë}ʇÄÅ⢣ÒLÕ@:#ÞH ^Tùg¨‚ æ°ÏÆŽÀ£`…襁6Ö:Ù:öZ'¸3›qàÈ·ß8 áBgLøÑaOewàË/#$4àZv´ƒ¾œ‡ÄPoñ£î®f
+õ n\†:ŒÑzFKH¹µÉ‘CÛÆÚ‡7©L«p¯ ž‘¡læ&@ Zc–€f„\£ʱùú–uèZwÈ_‘… $EQ¡Ž F[n%Ð.\!Ê‘6  Å£Ú]Û†µ|C¬êÖÖ¶ÚÙätµv¾[çûu¾ò»úã}kÜp¬ËçÚ&Úz³.¯ØŒ¶n‹ÃS^8‚¯W•— 5¡MüžWUœ0`9–^•CÉF!N8Üsí1óí=Ô™r
+ê âK ¡Í3. †P­ Í¤¾d 'Ërôáb|¤nX9é –hq.]E…_yC§û?ŸÞÖ ú§ó
+»ű¾UÚ•óŒÆoÅqÅ€‘Ô¾€§X8S›¿×8Ç¿+^äÐá€GPø‰Á®X_h¡:/ª"Z}À
+<¸W(!<FŒ{ûr¢•/7k<øâ¨V0Ó„Ž›èùÅh0gWì»í@ÒáÞøý/t^ àí\çRɺÁÑÅÔv/oy>]HrÛû×' ÎRt‹à.ÄÀ¶Ø>K³
+¸FšŒÙ"ÕÞ¬ -«‚wº¶5ƒ›Ú"D@¢®£wüžª½xà‚L¶66¸@wÕ‰éŽËž·6Ü<Ç‹¦´8PL,]ˆYÆPÐq©†~ì~çì0gJøuô¨•]Ë Þ`Ìf‚ÀêÊvúCÝ€:/Þ;PÏ
+8‡¤nkoKÝ·¾éVŒo« Ô¦_öÁa{ÙÙ/àNoB¶£R¶kx”c‚áön…=b€¢½uøãp™ñ¡Á@)íêÔyùø l¡bÖc„€k7m‚za¼ñ1ftu;ö®Æ ¢"€ê1U¥9¸ê^îä¤bµ'&S×U2ÙŽJÙ®¡Ö< XuJà(´Ü8]×]ÀVáÅŠ¢JõG‹I¹–ˆ®²Ò\ !U1¤ŠÎˆ7ˆKT•oªÀñlŒƒ±#×’qµ‚‘žTmllã‘MX½•’ÄU¹ÝªX—sæ’Çäjµiï<‡d…d¿ý±%ñ˜ó‚Ø×7j´µ³0LðIpåDŠô¹Ö-v¡y%.§pŽ ?ÚÔi¯5£ª(´©Ù¶\¸¨ƒÖ#0ZB®µÄµxL®1´m­íYü:ii»CÞ‹ÐÝæ÷A‡51 QiÃá*K¨% ­Ú 4w…Ò¡K}ÁkmgE ¶–E5¤LÐÂXҪ̤p+Sg†š~ݹ®}¿SW&tÐö2Ô@“¸ÿ kȵ±‰¤z™IÏÚ²VÃÛ ðV ïM,¡ ĦWƒuuÎ(à@è‘Ë5Lȵ{[Õ:…o|RIåM Ð,³Â·ð»ŠœðÛr̸B ó”vèÚö
+…Áz䂿ˇ1uuÞr/¡ÞbÂ-˜IÃZy#C¼]ë>¡µ€Cp˜Aê¶ö¶ßf×·Z  Ym)ŽÞÙ¾%iR˜ø:ß_Ç‚C¶£R¶kh5ïqžAáø¦'î7F&•Ý1Ì 6[§%/,åošïU™wÐCÌa¸s™©H§Ä;
+©„/;J‘.HA"eC®u÷ÅV2£Ò“ª•­¾·ã–[µB)|P À´¯³€&Á¸× e
+7~‚ ”’õîǃ1`»Â‘cöÞ—QÄ5ÕÏnòÆ`ôÆy§rªŸ<À„ÏÅú©%îàS®YK,O¹x7üz-å²ÚÆE4SðUNn¯¸àÉxÅÇù×þ„6»çþÕGp;}gBPš”/; ‘Òæí›ÁP<M®ÍMÈâ¾V8ÀC'ëxõ@4,.”8c‰Ba‡ç¡…ô÷cDþz÷9ȧSF$µ?íËÖ&–ê2¿êd!”e›ë¨Gçö¥ÿAÀUxÝÞ€='‹Kùb\•áõ^ƒºqz”&î7½zÞ$bx.
+wHBÅYÁÿz×¹Þjq¬áüp ÝØNmZBzJ6ád  ÇhÚs8…,¡»KÖÃPÄY†×{Aâ&ÀŒCÅ:x ŠçÞÙ\æ³}pm‡Ž}QœQÊÆ ¡O<îŠâN8Qp—(Œ$“,Àë½Hw /oü~P,¢©M2a@‰Ù»'Dq uŽ1
+~ä'D=žhý=¢ÐÑ~•Ê ðz7Y/ÏÁõõø˜!¯]7\(™´uö ’ºÉ]ÄåÎ×1Ktm :£÷‚Á{Û@¿.‹6Õ×ò`sÏYñ#hzp…еÚÞ?à\ù¬6Bë‹}þ9àäŒÖp þmõŠSà!J2œVó®–é0ÃÀ dÕb?asIM»¹\Öâ8Ñåž=@“Æ“°¹ì»þî£WØiÛ{jgO•
+„ ý:s¿ž+ÿ‘^þ­fÁw2/ûõbËkž‰Y÷ç5¸
+ýöEyMðKÄSåžÊkp!$žóuG^cy^³y›ÕÙöóšfÏËÎk<¾ÓÒ#®Ðõ\?ÒÂÛøV³à;×ƃÅunÃ;ÐõTùµ°òïh|'ËŸ“tóêýz®üGZxù·šß¹òGüÔ{HuЯ§Ê¨…•G³à;Y~üG'O×så?ÒÂË¿Õ,øN–¿­sŠžt=Wþ#-¼ü[Í‚ïdù!Ç
+qÉ%Oo—ézn®õH ŸmÝj|'ËoŸô n—s¥ß×Á˾Q˹Nfg¿näbγ‘ëþ'âšÕð…9N†¬Ãû§sÜÞˆ¦çn6 ?:Û~ŽÓìyÙ9N²åtòt=×Ê´ðv¾Õ,øεôŒ»!ùáèzªü‡ZXùw4 ¾“åÇqqߌÎܯçʤ…—«Yð|³ ðÍ8~bE«,:0÷váXð£\ržµ÷d2ž-„êÀ¤‡z„[å’ó¬OÙIãí“VêVl•KγVdH»a-¡“VêVl•KΓV€ÛWFÙÁNÀœÇz¸;Ê%çY+ ñÖÛÁÞI+õ+¶Ê%çÉ<î×q,z6ÆM¼ÉRw û²tÈHP ëy*²&¢é)Ÿí
+ÁÆvð*«ô²ó¡²ÉŸq,0Ùâõˆ¿U.9Ï®Á];"óL®9Ô#VŒl•KγV$ÜjÌŒhJÀ¤‡z„[å’󤶬’Kc*sVëáVì(—œg­pø…k LZq¨GX±U.9ÏZqŸa¶Š…€I+õ+¶Ê%çY+2ýÊV60iÅ¡aÅV¹ä<»&LášÚñæp
+w9Uƒ€Éç‡zÄšó­rÉyÖ
+ƒ»•h¶à½“VêVl•KγÞ¯éx^ô\¤›ÈŠÊVÅ_˜%<á>by>'Úù¦¬’äDÕœž᢭&Àds?Ô#šûV¹ä<ÙÜdÍ\sVëáVì(—œg­€œ$€ŠÁÞI+õ+¶Ê%çÙÏv4~xîÆÄ“ŸîêŸïl•KγV@N¢k LZq¨GX±U.9ÏZ;…âÇÄÞI+õ+¶Ê%çY+pgÜ4‘Ø;0iÅ¡aÅV¹ä<¹xWá^{xxW_zKÀÜÞc=üÓå’󬙄<¸ë夻:Dé×j9×ÙÄîWt<-z>Ò=“½ $U<”(‚“g¶zç‘­\KÞ\ÇŽfqêìŠoâÐYh3ѵÃF‰¤ƒw–žéè…g¶jEÑ%×Ìq¹¸ù² fuZnGï=,—i¡ž™ŽÍò|gÉ7uÜ/n ›7§ý6ôîÃ~‡–qùб£yu¹à›(?ÝbC^µ|Bï,?×2N\:v4¯Î[|3å7KÌÑ­ËßÑ{ËÏ´Pù™ŽͲü’o¦üî´*­ÊßÑ{ËÏ´Pù™ŽͲü’o¦üañF§Uÿ%ôÞò3-T~¦cG³,¿ä›)?î‚Vž³ƒ÷–~è Â [µ²è‚k¢ä_?fõGÌêgŒ‡¬í~™¸“..¶ð¸é¹ í¢ñ¥PÂs%üîˆÆÍÇ•¾t1‚ûu/'þ“RjoWMƒ ^µ"±±i’fòðù¥f@&ãÑqÝ:zoO`Z¨+0;šeg|½¿{Æ}vEñ;xg陎^x¦a«V]rM”ÜY<ÿOyYtBï,;×Ò ÏuìhÅ_ñÍ”·-ON¯ÊßÑ{ËÏ´Pù™ŽͲü’o¢ü¸õ»‹vÕt½³ü\K/?×±£Y”Å7S~üîýåïè½ågZ¨üLÇŽfY~É7S~wÚUóïཥ:¨ðCÃV­,ºàš)y(̯"0¡÷–i¡Â3;šeñ%ßLùã’|ÔvUþŽÞ[~¦…ÊÏtìh–å—|3¹ÛWY=º#fõ è8df@\û ÈiÜ ûé ¨Ë|Ý Èd@¬D;аù¥f@ßëÕ@¦ƒ÷ö…¡ƒºÂаU+;‚àšèW{xµ*:¡w–ké…ç:v4‹â¯ø&ÊíâàÿVý˜Ð;Ëϵôòs;šEùW|3åøR)­â
+Qò͔߀ Nf]þŽÞ[~¦…ÊÏtìh–å—|3åwp§]ÏÁzoù™*?Ó±£Y–_òÍ”ø2ëIBï-?ÓBåg:v4ËòK¾™òãq.ѯ2hBï-?ÓBåg:v4ËòK¾™<îëF®ž=¹z
+t¸3 „çÄ}iä~ÖøtÔd¾nd2 Q¢ hØüR3 xžÊâq ²tôÞ~À´P?`:v4Ë~ ù&úAN‹Âó®dù ½³ü\K/?×±£Y”Å7ó.IÙ¥%ß%uôÞwIL ½Kb:v4ËwI’oªüØa² k:|·LÏ0iÙS¾2BrNY‘ñ-¶Ñk+:|·LÏ°‚iÙS¾²BrÎX¡ñLÖ×V|¯\YÁµì)—V¬8§¬€`dœk+:|·LÏ°‚iÙS¾²BrNYáËçÆk#z· CË0aèØѼ2@ðM•Bdæim@‡ï¶€é&0-{ÊWFHΙ,ï«G·ž(ÝÝzªtÜs¥rbúÒd)¦r¤Ý“ÉR“ùºÉ’9J–F‰v’%fôKÍ–´NðLZG;‚ïîLÏèLËžòU¯œ3}j<i\3'­ ø^+¸²‚kÙS.­XqN­"Â#(¼Ý,#êðÝ눘ž±ˆiÙS¾ZJ$9§¬Àñü–•¾Û
+¦gXÁ´ì)_Y!9§¬À3›Rðk+:|·LÏ°‚iÙS¾²BrÎXQÛ¬W“2¾×
+®‡¬àZö”K+VœSV8¸Õ­§ö|·LÏ°‚iÙS¾²BrNYá—¬_÷n‚ﶂéV0-{ÊWVHÎ)+âb6³Ä„ÞmÃÐ2L:v4¯ |SYà¯ïz
+uW¼ëIÔáî8‹‚æ‡çAQåD¨ütÕe¾n¥²(V¢½,jýb³(‡ë¦Œ[-¾»_0=£c0-{ÊW]CrÎô çc¯Ç„ÞkÓB&0;š¥’o¦üø¢ë˜Mð½p=dײ§\±âœ²ÏyTz=Ð&øn+˜žaÓ²§|e…䜲"/.ái•++:|·LÏ°‚iÙS¾²BrN­‹×è¬ýº_|÷Êx¦g,gZö”¯ÇKÎ)+,Üê7sßmÓ3¬`Zö”¯¬œSVøÅÇÍ ÆßmÓ3¬`Zö”¯¬œSVà1À)­,Áw[Áô +˜–=å++$çTø+Ä;Ê¢î‰w”E‡»—™)D\_dÒæS›ßýü™žñü™–=å«ç/9gžŠø©ËÚ¹wô^˜2éØÑ, |3åÏf )èõ(€à{-àzÈ®eO¹4bÅ9eEÀU{›%Áw[Áô +˜–=å++$ç”y19o| Áw[Áô +˜–=å++$çÔhüP^B7໿AczÆGhLËžòÕgh’sÊ
+‹ß¬?dðÝV0=Ã
+¦eOùÊ
+É9e…ǯÖ«±|·LÏ°‚iÙS¾²BrNY£h•Íæ£ÆßmÓ3¬`Zö”¯¬œSùίï(S¸'ÞQ¦pî¾û÷M^9_Nö8„``®_'ãAï:áFúøË…¤Û±}!^â+¦ìñ¨G<4† 1áêàc=VOÞ‚ñtYÚ§ŽE2AÍZH
+þêK:Ï6šË¨ŒŽ\qsÐ%%¥„œYr¶VhP§½–£¦;êí­5¦ÎaSœ¶#×Râ^<’F¶­µ×Úöžë?À£Å]ú gö&P<Eè.øÃ8S¡l³h4‹™Éxæ«ç‚&-Ð¥p7 RǠ΋÷ŠZœÊá2Ôὃ®9x º–2·A2ƒÔíØ[+h§×‚
+ )[ÖÊo m­-<‚¤L(H.«ŸYÿèP9»øŒ§u9³Då ×EH§¼–ó<ˆÃ× âe¨£<ô NÙ!¼“ŠFrT|Òµ±²VËN'¯ÕâKšbíèç7fœÜwþNÜÇB)ÃYÝî"R)¤'1ˆYÚ34Ðùð>#¸ hÔ¤rÁ
+‚šÃ>?;7Ž‚up¾«ÚÚXëdëØkàOÆC"ß~ã`€† ÔƒOewàË/#$4àZNꂾœ‡ÄPoqcÑ®f
+øŠ,!)ŠÚu5Úr+v‰à
+QŽ´a
+ê âK ¡Í. †P­ Í¤~
+ÒÒˆ±*x§k[3xx(’A4!ê:€û&ÀSµ\ÉÖÆè® :1ÝqÙóÖ†þàxÑ”jƒ‰¥ 1Ë
+".¹4ÐÂúæL ÷÷µÒ!Ìç¡$c6V§Ë¬9©PçÅ{êà€ß¸0u_~ÁÛ!¼w‡¤nkouCûØ$¨hÐ>´÷ð¸]9dÎáØËÕGÌd;*e»†G9Æ ÆÃÇFw nc x–
+F(ž%üñ1Æ냇¡‹NÉÇ?Áí¹1ÆÀáU²¸kÄ ìc 9*>éÚX¹cóÁa§X‡‘0ÜmëìÕ±Øá`œ[O±'É
+É~{­ê€¯Í°w.y(Š£§†lJë²80ÀL|tçaâmp!u‚ :c”gêÔyñÞ¢£1 IƬ-hÎKÞK‚à R·µ·¥î[ßt+Æ€·ˆUŒjÓ/[ã°½œ{ð|—G!ÛQ)Û5<Ê1Áp{7B‚1@Q
+ŽÞ‚:üq¸L‚øÐ` ”öu ê¼||Põ 1ë1BÀo^l‚za¼ñ1ftu;ö®Æ ¢"€ê1U¥9¸ê^îܯbµ'&S¿ý`²•²]C­y°ê”ÀQh¹qº®1º €­Â½¿ E•ê“:r-]e¥¹$Bª bH!o$—l©*ßTã1ØcG®%ãj#1*<©ÚØØÆ#›°z+%‰)ªr»U±~à‘K“«Õ¦­’’ýöÇ–ÄcÎ b#\ߪqxоïa‚÷ØH‚ x8EúŽ\ëQм—S8G†+Þ†¶uÚkͨ*
+­Fj¶}UÔAë‡-!×ZâZ<&×Ú¶Öö,~´´S'!o‹Eènóû ÃšŠ
+†¨tpe•%TÈ’†Víš»ÀBéЃ%¾à5„¶€³"ÛË¢R&ha,iUfRxЛ3CM¿î\×~œ+:h{j ÉG<e|5äZ‹X‹DR½Ì¤gmY«ámx«…÷&–ÐbÓ«Áº:gp ôÈå&äÚ½­jÂwG)¤ò&Ph–Y[ˆ»œp!%f\¡„yJH;tm'„Á`=rÁ€{ßA˜:‚:o¹—Po1á±™¤Îá­¼‘!^‚®õL¯ZÀ!8Ì u[{[o³ë[-P†¬¶HGïl?>,)Ì|ï¯cÁ!ÛQ)Û5´š÷8Ï p|Ó÷›@# “ʹ4fP›­Ó’–ò7Í÷ªÌ;è!æ0ܹÌT ¤Sâ…T—ßI¤ ‡Šƒ²!×zP+‰QéIÕÆÊVßÛqË­Z¡>(P`Úwÿ@“`ÜkÐ2…G2>
+ÁJÉz÷ãÁ°]áÈ1{ïË(âZݧ›1½qÞ /‰ÉLø\¬›·à1åšµÄò”‹wÃýR®!«mPM3 _åäöŠ žŒWP|œàOèÀ%pîà_}·ÓOk¥Iù’±Ã)aÞ¾ … ­ÛÜÄ,îÌŽ3 8t²±ŽWDÃâB‰S0–¨!ô@F@`px^ZH?Fä¯wŸƒ|:eDRûÓ¾lmb©Ž ó«Þñ@BY¶¹Žztnû³”\…×í Øs²¸Ð8ÆU^ï5¨¡GAiâ~ÓCIüRXãIÕP(±¨ÆCdpe¿)Óý‡‚8Ùï}x^.Áƒ*¯*9÷ëÝþp(ºÛŽÞ•Í83éðýªÖàƒpðþ”,¸<Ò •Ú'ìeˆðHðÕÛ}²0ÂŹe^†×{ûÆ@œs†Öë}pës`ØÈ
+M†÷HBÅYÁÿz×¹Þjq¬áüp ÝØNmZðzé)Ù„“]0d€£ujÏá@²p„î.YCd^
+"+hPâ1Yé§\ë
+<Ê»û‰ªÅ¡„Źvl» Õ­yà&=ó‰jÂ5šáòàp’§<›Y¸$c|¤Ú¤ºP1ë¿ï}{*]\ÿ’ÕT!þÅ+XùáùݧO?m¾S]1Ê
+j–? Ó©‚tY‹†Š tž:'èWº‚þSIc:­<Go"{MÊ`„§Síîe¥Ø³­§ßY׶ ¼í_Â[þšÐ÷cÜK³Çq½ ýzgÁ§‚Š„!(»Ô¯u{!œ±¡Ä÷8Ûú5¾€Ä.™!¹3ôÀ¡¢_aÀÓ.úßûýkŽFÒËA•”ô[ÚËV·ýÞ>º®¦¼¨QÓ¼¯àŠƒ.
+ä>},MãýجySÿ¹½EÍ?¿«Øh+ŽÆâ¿oÿíç·•ÚÌ›Ç÷ÿ÷-âÐÙ>½ùé>›+þõóßjh{óM*~ùôþç·õççŸj¾¾‡Zr×Z{ÿ©õ„Ÿ¡cƒ.õ¯V8þØéáÑá ¾/èà¥lÅ(fBù>¿ýéMu?ˆÂ³üÍïþñu“„GôLÆŽXÿÜÛþþ©ô)SM¦ÞM$q’õòæóghØ0>µÒóáWõ¯T]1GŠ—Þ¢»Ä_øD?•GùÅTÍ/À_ߨÿ¶r׋ÿ½Ó×LÀ5„´9Û‚V<ÝÙþSUöæÕóó»yü¡Új2&”+Iþ[úpnH~.ÖXKªÕ÷R¯¾ï!/JǬq¤õ¨æ¡=þå'jioøÏ%è¹~ƒé]qK¡EU½H™zð`ÉÑ=Bâ¼×$qLŽw4ÉøEMùÝ«­¥ pý¾êm‰‰
+endstream
+endobj
+1667 0 obj <<
+/Type /Page
+/Contents 1668 0 R
+/Resources 1666 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1636 0 R
+>> endobj
+1669 0 obj <<
+/D [1667 0 R /XYZ 124.802 740.998 null]
+>> endobj
+346 0 obj <<
+/D [1667 0 R /XYZ 124.802 320.03 null]
+>> endobj
+350 0 obj <<
+/D [1667 0 R /XYZ 124.802 240.823 null]
+>> endobj
+1670 0 obj <<
+/D [1667 0 R /XYZ 124.802 145.341 null]
+>> endobj
+1666 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F13 624 0 R /F63 1313 0 R /F11 497 0 R /F42 396 0 R /F50 400 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1675 0 obj <<
+/Length 1386
+/Filter /FlateDecode
+>>
+stream
+xÚ½WKÜ6 ¾ï¯ðm=@¬µ%?[¤E $Á9ÉÚnTkÆÂúU[ÞG}ISž±½“l=Y¢(Š¤>~”}çàøΛ õýu{qõ:u2–Å<v¶{'1Ë’ÌIü˜<s¶¹sãr¶ù´ýí¸É¹ñ"ßwßõÆ1wßâêÕëÄÁ­"E3"a"g~ÈÉÆ/¤4?+ÄñfJ[Tr"‰åA‘üÕQ93ñïd3âó
+Ã
+ÂýËšõg[8 ^Ú-¬=ìϘ, &•K¥b/Üݺ§cªfãñÔÍM;õ÷ ;ÕÓÑ’„”‡€§,û¶DØÃh÷}¡wž¸Å¨ìñ8f!&R“EvG®pGçFYäʲ¤u'§Ù®©*Yç“RmźޕCþÌÞV‚©{»‰@å0)ô#_Ž~ùK‡
+%sÕÁrÀÈmÌ«
+Ñó
+U¶Ë¾K„z sSÑ4Á™~×éÖ‹“L=Xç:])Ê°,y
+Añr4Ê–¦–4Æ7A覔Ÿ9¸Ý–éYõ´t )ÐA6w)ÌR—¾ NÉJ¦BÄÊä=®Q ¤PãT£ªÖX[¦!é®ã¹ÃZQùÂA‰‹•rf¸»ÏÀ÷ÝUî ñ“¢Œê\ÉeŽÉäì΂p•,{x“¬Ô癤²±$4ôöL{ Ôs[*£&HRŒ8>Å8âÓ:¦ëv0/¾æÜ¢L¿ÃC¹9Ãzù@ ÝÑ/¼–«stéá„R(âú0ùùes ¦#aÝt•, £]$®Ñ¬:(° ÌVýÿ!r%z‚`!ÑŽúAÓ庖x’Hä'Kú““ë÷6ÓMÕ68änÅp ?C&4u?ÈžébP¸âØéŽ}=½ ®^™ Ì…Z‡x¯MA£e™@}@Ñû«ÖD…û€¾Ü^’¦`Å<mùIFŽ×yœ‰dRAÀz]¡ù¡”c:Á>•ölà­kcýèé+éƒ)ézC Õ´$Þè;©-Ù¥‡¦ ý”%©XýLð—-à'b~ä}­8özÁÊâ˜á0›º`G³#EÀ¸í€= )XThFhÃH×{,;{W KmÙ=zDnVÒ ôäAµÕóõRWÚHïÍ¢õsý·­ìØÎdž–N M|¡¡õÅ;Z¶xý®ª‘%Ù‘&>ËsVOJ=ò(^ ÌþhÇFvÆéœãüÑ uÆ!oôˆ/_û—Å¡ldŽDKP»ì›Jí5v ŸK’"Ûþ¸¸2ËZ«dÍì
+endstream
+endobj
+1674 0 obj <<
+/Type /Page
+/Contents 1675 0 R
+/Resources 1673 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1636 0 R
+/Annots [ 1671 0 R 1672 0 R 1686 0 R ]
+>> endobj
+1671 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [406.978 661.297 413.952 669.71]
+/Subtype /Link
+/A << /S /GoTo /D (cite.tikz) >>
+>> endobj
+1672 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [299.646 228.545 469.509 240.5]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=pgf)>>
+>> endobj
+1686 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [139.303 217.516 332.578 227.678]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=pgf)>>
+>> endobj
+1676 0 obj <<
+/D [1674 0 R /XYZ 124.802 740.998 null]
+>> endobj
+1677 0 obj <<
+/D [1674 0 R /XYZ 124.802 716.092 null]
+>> endobj
+1678 0 obj <<
+/D [1674 0 R /XYZ 124.802 642.423 null]
+>> endobj
+1679 0 obj <<
+/D [1674 0 R /XYZ 124.802 644.361 null]
+>> endobj
+354 0 obj <<
+/D [1674 0 R /XYZ 124.802 598.595 null]
+>> endobj
+1680 0 obj <<
+/D [1674 0 R /XYZ 124.802 432.758 null]
+>> endobj
+1681 0 obj <<
+/D [1674 0 R /XYZ 124.802 434.695 null]
+>> endobj
+358 0 obj <<
+/D [1674 0 R /XYZ 124.802 365.019 null]
+>> endobj
+1682 0 obj <<
+/D [1674 0 R /XYZ 124.802 326.705 null]
+>> endobj
+1683 0 obj <<
+/D [1674 0 R /XYZ 124.802 328.642 null]
+>> endobj
+1684 0 obj <<
+/D [1674 0 R /XYZ 124.802 316.687 null]
+>> endobj
+1685 0 obj <<
+/D [1674 0 R /XYZ 124.802 243.987 null]
+>> endobj
+559 0 obj <<
+/D [1674 0 R /XYZ 124.802 247.972 null]
+>> endobj
+1673 0 obj <<
+/Font << /F8 399 0 R /F7 523 0 R /F52 480 0 R /F50 400 0 R /F42 396 0 R /F14 452 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1687 0 obj
+[1444.5]
+endobj
+1688 0 obj
+[666.2 947.3 784.1 748.3 631.1 775.5 745.3 602.2 573.9 665 570.8 924.4 812.6 568.1 670.2 380.8 380.8 380.8 979.2 979.2 410.9 514 416.3 421.4 508.8]
+endobj
+1689 0 obj
+[829.2 741.7 712.5 851.4 813.9 405.6 566.7 843.1 683.3 988.9 813.9 844.4 741.7 844.4 800 611.1 786.1 813.9 813.9 1105.5 813.9 813.9 669.4 319.4 552.8 319.4 552.8 319.4 319.4 613.3 580 591.1 624.4 557.8 535.6 641.1 613.3 302.2 424.4 635.6 513.3 746.7 613.3 635.6]
+endobj
+1690 0 obj
+[531.3 826.4 531.3 559.7 795.8 801.4 757.3 871.7 778.7 672.4 827.9 872.8 460.7 580.4 896 722.6 1020.4 843.3 806.2 673.6 835.7 800.2 646.2 618.6 718.8 618.8 1002.4 873.9 615.8 720 413.2 413.2 413.2 1062.5 1062.5 434 564.4 454.5 460.2 546.7 492.9 510.4 505.6 612.3 361.7 429.7 553.2 317.1 939.8 644.7 513.5 534.8 474.4 479.5 491.3 383.7 615.2 517.4 762.5 598.1]
+endobj
+1691 0 obj
+[619.8 590.3 590.3 885.4 885.4 295.1 324.7 531.3 531.3 531.3 531.3 531.3 795.8 472.2 531.3 767.4 826.4 531.3 958.7 1076.8 826.4 295.1 295.1 531.3 885.4 531.3 885.4 826.4 295.1 413.2 413.2 531.3 826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 295.1 826.4 501.7 501.7 826.4 795.8 752.1 767.4 811.1 722.6 693.1 833.5 795.8 382.6 545.5 825.4 663.6 972.9 795.8 826.4 722.6 826.4 781.6 590.3 767.4 795.8 795.8 1091 795.8 795.8 649.3 295.1 531.3 295.1 531.3 295.1 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.8 295.1 885.4 590.3 531.3 590.3 560.8 414.1 419.1 413.2 590.3 560.8 767.4 560.8 560.8]
+endobj
+1692 0 obj
+[611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 351.8 351.8 351.8 935.2 578.7 578.7 935.2 896.3 850.9 870.4 915.7 818.5 786.1 941.7 896.3 442.6 624.1 928.7 753.7 1090.7 896.3 935.2 818.5 935.2 883.3 675.9 870.4 896.3 896.3 1220.4 896.3 896.3 740.7 351.8 611.1 351.8 611.1 351.8 351.8 611.1 675.9 546.3 675.9 546.3 384.3 611.1 675.9 351.8 384.3 643.5 351.8 1000 675.9 611.1 675.9 643.5 481.5 488 481.5 675.9 643.5 870.4 643.5]
+endobj
+1693 0 obj
+[575]
+endobj
+1694 0 obj
+[666.7]
+endobj
+1695 0 obj
+[791.7 730.6]
+endobj
+1696 0 obj
+[892.9]
+endobj
+1698 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 0 0 0 600 600 600 600 600 600 600]
+endobj
+1699 0 obj
+[569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 323.4 323.4 323.4 877 538.7 538.7 877 843.3 798.6 815.5 860.1 767.9 737.1 883.9 843.3 412.7 583.3 874 706.4 1027.8 843.3 877 767.9 877 829.4 631 815.5 843.3 843.3 1150.8 843.3 843.3 692.5 323.4 569.5 323.4 569.5 323.4 323.4 569.5 631 507.9 631 507.9 354.2 569.5 631 323.4 354.2 600.2 323.4 938.5 631 569.5 631 600.2 446.4 452.6 446.4 631 600.2 815.5 600.2]
+endobj
+1700 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]
+endobj
+1701 0 obj
+[602.6 494 437.5 570 517 571.4 437.2 540.3 595.8 625.7 651.4 622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7 715.9 571.5 490.3]
+endobj
+1702 0 obj
+[357.8 306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 306.7 766.7 511.1 511.1 766.7 743.3 703.9 715.6 755 678.3 652.8 773.6 743.3 385.6 525 768.9 627.2 896.7 743.3 766.7 678.3 766.7 729.4 562.2 715.6 743.3 743.3 998.9 743.3 743.3 613.3 306.7 514.4 306.7 511.1 306.7 306.7 511.1 460 460 511.1 460 306.7 460 511.1 306.7 306.7 460 255.6 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 460 664.4 463.9 485.6 408.9]
+endobj
+1703 0 obj
+[339.3 339.3 892.9 585.3 892.9 585.3 610.1 859.1 863.2 819.4 934.1 838.7 724.5 889.4 935.6 506.3 632 959.9 783.7 1089.4 904.9 868.9 727.3 899.7 860.6 701.5 674.8 778.2 674.6 1074.4 936.9 671.5 778.4 462.3 462.3 462.3 1138.9 1138.9 478.2 619.7 502.4 510.5 594.7 542 557.1 557.3 668.8 404.2 472.7 607.3 361.3 1013.7 706.2 563.9 588.9 523.6 530.4 539.2 431.6 675.4 571.4 826.4 647.8 579.4]
+endobj
+1704 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]
+endobj
+1705 0 obj
+[638.9]
+endobj
+1706 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 600 600 600 0 0 0 600 600 600 600 600 600 600 600 600 600 600 0 0 0 0 0 0 600 600 600 600 600 600]
+endobj
+1707 0 obj
+[583.3 555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 500 833.3 500 833.3 777.8 277.8 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 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4 500]
+endobj
+1708 0 obj
+[670.8 638.9 638.9 958.3 958.3 319.4 351.4 575 575 575 575 575 869.4 511.1 597.2 830.6 894.4 575 1041.7 1169.4 894.4 319.4 350 602.8 958.3 575 958.3 894.4 319.4 447.2 447.2 575 894.4 319.4 383.3 319.4 575 575 575 575 575 575 575 575 575 575 575 319.4 319.4 350 894.4 543.1 543.1 894.4 869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.4 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.4 602.8 319.4 575 319.4 319.4 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.4 351.4 606.9 319.4 958.3 638.9 575 638.9 606.9 473.6 453.6 447.2 638.9 606.9 830.6 606.9 606.9 511.1]
+endobj
+1709 0 obj
+[625 625 937.5 937.5 312.5 343.7 562.5 562.5 562.5 562.5 562.5 849.5 500 574.1 812.5 875 562.5 1018.5 1143.5 875 312.5 342.6 581 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 342.6 875 531.2 531.2 875 849.5 799.8 812.5 862.3 738.4 707.2 884.3 879.6 419 581 880.8 675.9 1067.1 879.6 844.9 768.5 844.9 839.1 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 581 312.5 562.5 312.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.8 437.5 625 593.7 812.5 593.7 593.7 500 562.5]
+endobj
+1710 0 obj
+[472.2]
+endobj
+1711 0 obj
+[892.9 840.9 854.6 906.6 776.5 743.7 929.9 924.4 446.3 610.8 925.8 710.8 1121.6 924.4 888.9 808 888.9 886.7 657.4 823.1 908.6 892.9 1221.6 892.9 892.9 723.1 328.7 617.6 328.7 591.7 328.7 328.7 575.2 657.4 525.9 657.4 543 361.6 591.7 657.4 328.7 361.6 624.5 328.7 986.1 657.4 591.7 657.4 624.5 488.1 466.8 460.2]
+endobj
+1712 0 obj
+[826.4 295.1 826.4 531.3]
+endobj
+1713 0 obj
+[272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 272 761.6 462.4 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.3 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 489.6 272 489.6 272 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8 435.2 489.6 979.2 489.6 489.6 489.6]
+endobj
+1714 0 obj
+[285.5 399.7 399.7 513.9 799.4 285.5 342.6 285.5 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5 285.5 799.4 485.3 485.3 799.4 770.7 727.9 742.3 785 699.4 670.8 806.5 770.7 371 528.1 799.2 642.3 942 770.7 799.4 699.4 799.4 756.5 571 742.3 770.7 770.7 1056.2 770.7 770.7 628.1 285.5 513.9 285.5 513.9 285.5 285.5 513.9 571 456.8 571 457.2 314 513.9 571 285.5 314 542.4 285.5 856.5 571 513.9 571 542.4 402 405.4 399.7 571 542.4 742.3 542.4 542.4 456.8 513.9]
+endobj
+1715 0 obj
+[850 693.3 719.8 628.2 719.8 680.5 510.9 667.6 693.3 693.3 954.5 693.3 693.3 563.1 249.6 458.6 249.6 458.6 249.6 249.6 458.6 510.9 406.4 510.9 406.4 275.8 458.6 510.9 249.6 275.8 484.7 249.6 772.1 510.9 458.6 510.9 484.7 354.1 359.4 354.1 510.9]
+endobj
+1716 0 obj <<
+/Length1 757
+/Length2 1014
+/Length3 0
+/Length 1546
+/Filter /FlateDecode
+>>
+stream
+xÚ­’iTSGÇ¡HÔ ’.(V5AH‚‚²ˆ‚ÙjÈ›„/ïA4a$.èQQ\@”zDqK´H…ãREÅ´¨X+±‚E«¡,ÇSüÚ3óaîÜÿÜû›ÿ Ý*(ÄÖ!b¡ËmÙvlWàಆÍl;‹J§{I¡@Ž¸·@]›Ëµ~É°w
+0†(’!pL (¢2 ²$QþªÑÅ}’1,P *ÿŨo Š)ÿ•’Äd9”‚
+
+Õ¥Ü ?yý«~ž›nÊÔªŠSTŠ¶½u@*â§Ê‘Çu&ˆÂ;ô}¦o‡£ø¡ñ.ó£6ÚÖ÷§ ÕG¶ÆÇ5Eš™n¿rÃÉ犬°å¹nšyŽÕ2î¤ÿ%7¼Ôƒnº’ëƒn¯eÎ?ÌâÝø«b·%S1Þ§÷Cï~§ã«å¬ìâÌ-ÎÁ6.›ÊŒÇ Ö¿žG¹ÖÑí-T;ŒÙ°aߢ°ïÌëÛè;+#:¯K9ioöXK2×tw/y °iæ©­}¶<uÍ>ìà†7Œ·çÕïû~–œÑ^Ñ8½*^Õò„kªTÍäRDúõfÏÜç|R•‰)ó_U/0¸ôç!Ê;33DsÕëÜANúÄÜp#Kdï虨ŽI/ô-—K¬‹)áÊéiµùyâü“S'‡>¯;ïZYskyØdú8-Ω¦ñû/¥Í(òïê[yÕV¢zÿøèY¿f6+±Š“““ýd…iÅÎ[ÁP|hž¹:(Zâæ7J¶oö,¶Ì½Y =˜ õ¿7ïšQîÃÂDz˺ÓQE34E‹Dzî茇°ÊîŽðylú3Qbmݳˆ·«SɘŸsÍ¥îzþ€Ñ˜®­™i–3óBi³¼‚^µä¾ëÎ’i¸Çm$6†"¦œÿÖfÜ~uBÒ³<ßrIÄܽڸ” kk8`jn?b½à,çÅàÇŽÁÕ7¡½G;”217¡°øö€&+T"AÚ±ÆÕ`ܼ÷ÁŽjÿÔwÅóŸÿZà9Ý+ ioCq¦cm}ØÛþ'`ÃÅÍK ¸·}m¯î ›¹_Sw•×§ælö9^Jávâ—¦LÉÂM*И`bH«ýM26óÂëÈ„ÐÚ®EtÄÿvr@A&°ÌÀûG¿ñ<ÑŽ2‹gÓŒGñ5.ß¿ÉSXÔ|¬è9¹8æ÷YE©þð°Wt3Ú•çL^àõúà¹uº)!š(£ÆG´è†‰ð®4kw׬7í/ÞßÞ>k[sª–Û&/ý·ñ°
+endstream
+endobj
+1717 0 obj <<
+/Type /FontDescriptor
+/FontName /EGUQXT+CMBSY10
+/Flags 4
+/FontBBox [-27 -940 1332 825]
+/Ascent 750
+/CapHeight 686
+/Descent -194
+/ItalicAngle -14
+/StemV 85
+/XHeight 444
+/CharSet (/backslash)
+/FontFile 1716 0 R
+>> endobj
+1718 0 obj <<
+/Length1 1565
+/Length2 10194
+/Length3 0
+/Length 11093
+/Filter /FlateDecode
+>>
+stream
+xÚ­—eT\Ï–ö!Á î@ܽqww‚‡h¬q‡`‚kàNp·àî ¸»CHзÿ÷ÎÜdf¾¾«ûÃùÕÞõÔ³wUµ ¥š&‹¸9Ô,µwaá`å
+ä
+ù aÅÚü…°úlÿBXñv9ƒö§rØT{ˆ=ø¯8Ì:ôOg`“¡ÿ# ³êð' s
+ÒÎýu¦I÷柆T[-uäw[R+C¥¤B# ÀØáßsíO#Ä,U[©É—æ³(mÈPp¦_âÐ`TpZÍ
+2è p~&Fl{VĹÁ°™ z áÿ½?Im # ξ`¦,>eÀvuûÜsÁ!µp¨#`]*‘ï)¢*­ÿ˜Š˜p‰Æ3f㇕]þQ}|›¯Üc-£€S­ÄuwÂÊÞoKÚ§¶C^ŒÄгÇÎܬþZçy{—§áY^gUHÝN;G×qs²n©MáA“ÿí]‚\ÕÞšð
+Šš\Ç»ÙGj*0˵äçìFÐåºË3ªa\ÅŦâ™[vVØ*3>µÐ?2Å#sŸ/~#òK¹8Ûwi³£"4,w܇žV:lÕ¼2Ÿí®U@Q|çÐRSⲟò“é)ö‚3ÏeXUrC¸Z(q­øx³‘WŽ®‚0„ûîç€òl™ñ©ˆk͇Åü‹Ä;ó˜¬Îd"îVȈ³dzÕÊ‹7RE]¤—IûD\Ê÷ù&ÏÂ`Õ¬ZÞƒL;‹ûb¯
+gäÃýÆâ«0qFãžÑk2iø͆òKeº&þÃ'|æh›FÆÛè¸u}Ñ~-$ûªÂñ‹ „Wn“)E`ëú
+7.”/÷Ý…}ÌÝ&Î=
+ôµBKÐêgݼÕa=.â-á]Ø¢‰«‘-@Š€†œ ù_OhDg^zªÆgìU”ãIé“k )öÆ?ÆWYkõ#ˆ_Í¡Æ£hB„³¡$&<â¢J¼kÌŠÜÙ¤lŒaï±/Ð'bÕL³™Âñ…ºIÒ•NÞÞeÅ mplkMºNòÅñÍòkâÝC^ûr¨x·~¨Åæa"R»—s]:N`ôâÛŒªE„ÝDr@ü\ÐþöcGÀëåæ“«a““–éÝ!>¯^Ô  P\’’×ù rá¢ÅëôaÔ=¶ñRøHç¬2±OÁ å“b{Š¹bÍ*Ôd©7³ß&€F::ólþ¾w ª%;Å[F“oo„ÏЩK¤“¹î¾ZTvñ‚g¶ñ]µÄj¿yO‘öÉ_>8¸&V¾uwrkæ§AN;Ž£¢´$ï&&1`#Ûì)iŽÊÕÐËuY
+wm+¶
+u¨›YDy”¼‰—¼U,å
+J‘D’•ú¾ï\}]mŒä= J(©AE9oǾUžÓ $Jòe7ŽÁ_vü•»6%âxì+¶TçVdòŸÁõýq&i¬é…yp7’Ÿ× $°j»ÚK°…øÄ2»$·c^µ0Ò  ³!]¸ÊÚè¸ÔŒç"ÄÎèª_9ñ41t3-!ÅÈlºÌ½Û§Å_ê pZSOÿI¸¼N{uº9Ù5.ð6C\èžëÜ)bÓ>dø0øò—O (?²?dî³N¼6¯†Ä+6Ç^fΤü[—IÚ»áÇp™¬˜±QÞ»õÅ“Ž–¨ú)¨¤ShÊèeëL$Ë|jônËHnž§¹‡t´‰ëBnÙc—»²
+<ôÚÇ«óÏÙù‚LÌ9/´8ó¤îªtûÏñD¾ÛU Ù¤ð-EøÙu4ÚA¤S!„ò“g_•µBþ88ãÄCt1 àóq‹Píø #ýƒæ•í’'9v Å‘Yÿ ±ChH¯µÊ&T"‹©ú³<Ⱦ¹Ù%¢P$;ê£ã»”ÂÐpQ¹î™ð/±{åÉTo¾¾mŒrNÞ‡§étIíŠ2Fxîýºuî=U©Ø–å6\T¤B}Àg>pœƒ[~–߃&”Zs<–tíGïŽlbíû0—Ûº‡¬Õè€ç=ñ0`^Æè/ÒKs^##ÙìLÃß뿇cƒ‘–ˆßg pjTOGÇÏšI­^µ¯¦ñŒ`1WU\‰ %SÚ5ô¸Ó<ã…ÈSSн_e×ïHhöy‡‘v Ì˜µ^%–—âѲç+^™’qP’ÔÓÑ^ϲ—•­þ_CìîbâÉ¥]¨/-¹p™Ý1Ü-«¸ûZ—=.Ùf¸Ô?
+¥Ù“ú Y-¶Gc.êÑôSá-¥_ѳ×Ú ±J!NJÖÕÄ—ÆælW$qù˜ÓBäî3[2/£Õ+üÜëï,'yKËÈ#¿ -.®…ÛÔh:ñævî:-îì‹àÛª¥ Ü{̽}•bÑî‡
+¿Žd†·Où,3b (+ã¹£RÏ C\ŽúêØ£Õ•F‡3ÛTÃÛ•^WD⇵ºe»Bµ¾¼•ülyÀ¨²RÐ2‹ ¹­ÔŠbŸSõ$â•Nõe§2ùžÁZƒ\íñœØÖ¡n ;|6UÿŒñ»1zPVwħ˂¼ :ƒƒj@A/¦ÏùIÑFèػݜïòµÁ—¡ˆn<?}Š9*ÚW¦Æ¸3ú¤…ð*#ú²²«… ³¢º·æ£Ézä˜G—ØJÕñj§Œ× ÉÖ…BŸÈqQ›A="é>•&‹¾w¹ûýfOyþJ´&;˜9ñ ¶¹ðNS=Þ”„…•V³æ‘¢ð¥6q¯óq†ŸüœÂ53"ñuYYñŠì_Tè¡êLmžy%ÊC&Í,KûÁqÅèK+7Ëü¤TSZLñ}é
+KYá®÷znOtd^òÑ ÌÄSV®òða8 ”ÄãòjÝjãùµ ‚FR£îW! ®g6ÿõ]¬ýƒãÌGkû{ì•e¸ÊÌ•9>õÁ¬H{Æ‹ÊŒ˜z}Tn>kÄ^53‡Òé‰ðs_cwfÝ!=6ç¶R¦ÀíÕÔî‡å…ñÏíÞt¨Z».¿>V×B¢9ˆ–gÉ­ÐÍgEä
+ìb*SUB«b&ÓëéOüÈwጫu°•ì뿯?ÐÏPðµ¥}ì0f®¨×’KÜc2Ã$Ó vÃíE¹¯ê>ÛÓSÑx”¤E`ŠèœÉV^Aþfü>Êìøù=¤-=u%Ѽ ŒÚ¹8Ñbœ«åÌêÕÙŽ–+Ù¿ÿœ$®¿±ßUMRšadð³‰ÚGs&néVy‹+à§õÚÆ&^á›ìÔ…í*ž”]2¹¥«ÑýØøç `¬ÛNrãºÙáÄé!‚‘é>ö¬ô*&|
+3^ÙìëkÙúÓL^ÈFßL¨½q‰íÕa uð¯ u
+2Œ’†%†½99Qg¹¤?)ãöÖWq ©ÓY™Å© q9 yÂ;#µqÄ5ð¶P=‹`ŸÄR¨­µˆ]zVæ=¥»‡&ä$/’‰hn‹©I§F7<ÑMÀ>-˜<3?77rkú¨ú/Þ"Å
+ôp¿aÒxÿrmάué­Þ¨«»h›2e]
+¿U1w= b×;HÁ%þÉŽûCP±ÍÚéÆs/ne¸W`kŠè{è\r¥iJ̦¼uùܲmœ›†ø=ÄýCš¨KBeÝ~È”ÑÏ ÈSªß
+ØTUé“, zÁß:ä–ÿ”L0[点A‹†}–Æ9Ê׃åX3õ=üÿÛ„ºÀL„Pó”žÍ»,âÁ»‹éßò…—ÀØ™¾”¯‹¾
+b˜ØFÊvyjȉAÊkz•AŸìX>ÂÐ2Ü4(ý¤Á¨&‚@ΣÃuȇÌ4%.«Û£èÊVbl¶¿vHR'Äýºfv¨²)›³¸hö’iÑ>E7ì<àKÜ‚·þb·pú5órqׄøÎ}I>sÏ]\ú·
+qM‹õ" ¶Ôøž%¡nι}§\ñæßò÷egÊY@Ý xÂwN· *t{(ÛfBþëvZq\M0Ù¨5iÏCÉ("Ø;ÅÞm»aX_Ú­ÖÚ‡ÿÌz†š=”™!f«Cso mů±¾$'¬¹v¢^vj™òȃ{—æ ø›tO¾ßîâºõfØwZÐEd;¤6sõY²x0üe¯
+R·YXµ$ Ö™x4fè«+o•|¿xàÏ£¦N•TÏöNò\`å°~šÏµ±Ò8·ê~©Cçje<ìprQ7dÇ%›ù¾Ôvš|i ^ðù.oË*|®-îÐ×T)òiF#ÀI°áã†è!^¹YÄW)ÎïWhR¯ Ýð£à˜gÓÖi ÌËs™LŸ™ XAl?˜çé‡ß&oE 33Ÿ‚ëEï,2݇MB¿î :8¯â@¾ÓW÷ÕNçÄ5u‹sU_|˘‰öç${@Àæ1tRÀCÝÕÔ¢èßJaµk[õ
+¶2¸êãö£½GãØ:Á¤:ÂSt¢“‘“Ô…ˆ‡÷›PæfK29™‡¾6Fñ¶×y¢é¤4ÖÛÏÖðäÕ
+ðŒB)Gþ &oð2d¼UŒ0Rù
+ƒåQ#* }PŸ›ö±ÎŸ’Þ8óNÝïñ¯ÎR7¸@3—áoi礢ìÃ
+»Í—‚½ÄäÏÅ\À¬PâÆσ×Û·Û© Ðøί¼´«Š*w&TpÆ—ë̬u±TõÃÁó=Õ§x€ÓTDÃû³÷ò ¯Àç¦uìÚôFÁÂmµó¬U¼<qé~V®Ü[Ԁϒ:“7ç¬L+­è¢>< ý_özΚ Z–%¾×B,ÊC
+ÆùgMr!qzJ–ªq¹‘R¤´‹mˆíDÛ_Ìý1[Í$:1ëzq*…õö‰:ÜÙÊšêFEöýš6G>(I\½=ÉÉù®õ<GWRLVÜWµ_þÒ÷Ãøö­ûC§³Uú-M”²²à¢‰ø.HÕ£jÕ«“hQDñÖò7g¹àêD´L^§Ò§­ÝU|
+‚¡Nß0¿A°Mö ÿÖ{Á©‰r “ïw^,”N‹Y©Òªmdx2"¿F}”‚x£NxʵôñÏÜ×dk' ø×°…ËÀ±–k×úgbU8vÞàò /ííj¹®$èüÚ‡”ëX²ÓöŸ‘É$-}U¡l¦|—iS«k"ëµuœXŽ4“óÄLóL«E”¼B MåÌÞnc*Äxƒ·;{M–26|Á‘F¾Ýï°Ì½óyn-«êï-Ë_î}¢¨¥ëõyÔºq
+ØjI½oêËûÜPÜ´ÖΦÌB$›Û_$ezÓä¶a{ ä37©>ý*Y]+“ø®I¥Gæ{€3zÎÝÅ3ÕS§±ìò÷§y¬s(
+-[fÚÛ›,qäuŒ:ž¦Ó_HY5|Bƒ·j¡/$—L†8†q‚Z™K X²c7è#°q襚(¡S6Žh§†ß€ØÒ_uÒ\×b<ÓÚ‘2ƒO!UJO6ó÷fHT¾á4rho²æmÎ ÀbT›$
+#æNôP¥§;·_zÐ<­ûXháüYabLL;p
+ u¹äÔ]{©7\üßxÇ ª>†¨Ó!½,áhÎÎ+1yIÎÆ=ÆJêŸ:²uA¬]Eh\kÙ?¬zy»œ>{é9èÉó•Ïš¢.JõÔ¼ ÕߟÏ͵§øcLœTv²?ìé„mϬ&<Õ ØÂÙG“ÝVWÝ/Q®-1g}xCxׂ‚Ûߘt ~DzO(lœÓ¦âÏ+bîÆõŠþG¤ÄÎê×^4ïáñÏâ òƒjlpûWùC¡8ˆ¡—Ë ³g[]o^ÙÜ¥}È‹ºBBpU—[/`*ˆm” çÃvn#{Sw",ÃMý¼9øò»UÙpvv'ogªjÇ‹ÆF ý*ÉÉà‚üóz¿SvõŠ“ªóŸxæñ¾LW}¨a”(»7Ør”‰-Ž‡6YfyaHQ®r½†;›NqAmÖa’ˆCío<së­©õ6±H˜×hZ‹Eöß
+û`2 Ö“–x Ã}Ù²ûX–ÃVyʧGÄmU.H¦}aÎ:äE,ÎYz‡ ~ÅqØøX/E0Yšé¡R–"WøË.Gó3pÚùÄÒöC³cÜmˆ³‚òÇ9ö³Š®îÙL–¶4Þ tœî#–çÕïuò!øa¨ßü®– ×Aæ
+ÊäCB¥½Å…ù –5&]ómz^©:Ð…&Üú¦v®Bœ˜G"¡›f8ð&œò¶@–‡žW‰,夰eq†2Çš#\'ÃàDì˜Ôb¦{uCéÝÊž¸¸©ènwµÖý[ÙäÆmjÊ(2}òœxþÀ/ß4ëR¦²”NÚÅ"Tø}êdšÍúj¿ ² hlê ݯ1Zb2È–5žª`ë-ÏlTMÞƒEðrDñÕvF6®ºåÏú—¨çwlÊêY\ùn¥Š ±ã³k삨÷•ðjìûû{À4^4tgÁd2T¾³ÉÕÁºŠ©¹æhðgË¿ò÷ ù×úh¯µ½ý£ñ­ñÔ? G²ªä~|”†ñýn„íSyÖH«tº0ÉáÅžÉ
+Yßy_—˜â]b/WfœRÝ0q×ëYtáiõ*3Ú Ÿ¶Wïj–ó U¥”WúQ¹ ~&ØX8= ¾~Ä0ÿý6ܸo¾€çÜÃœD«Ñv¬ƒ#
+;÷F½îA’Ñt¦,2hÐÁ1SDŽ=â`noÅ4go(;¤Ã¬ÿ ÎJrܼc,ßâ}^P¯AnÇÂ>õÛ€¡m ӣ'­jâv€\Ž ¼<V8ÆÂçnW¤á¨6Ü <8½þå©×"ÈjÍ×ÑS|îX¥ìL‰ÄÆÏRA]óõ•„Xo«1œÅ‚•x³w)(ý³W›ûê¤P±ŒÉ±;ÙÄ+®{ºÆÊdIe
+–v@Jx}bÀ I—´ÜT)xˆEÉ™xª›>C0M¿‡tXsñµœÍ2hNðÆ[àýeš t¿1̦g^ÂpBòÀYµ}ƒ$”ÎöÙU¤\¯!ÒPÃ…{ºVÕå6YŠÈc(h5"Cá\UYGË,2®?ÊEQþ¤J•ÍÚÅ,dûz¥Ó¨}fí2Ý™tCmë¥qãeÉFg–ÚéÊP®³¥:¼Èȼ$=ÓÇÊ8Ê _¢ÏÝš@•¨z4ÇÓfò¶±£³ÆxÔ@9—ÍII§ûêÅLÔzԒΡ!ãÌãâGqëBî~UBSÌñ’Y‚Ót¼¾Ä2tŸêõ½`'LÜàëë PŸ˜œ¾ñ:¸7ꎪEáFt¬èèŽ÷ÖÃüè6ý;Ðàˆ47”Ïo˜qï#VkÂ_D¥»‹[}Jã
+±ðRé%Ž³£„­ï÷Sªlë#FnÜ ‡§÷c©!VW¨üþ†À•ÜÁ¦hùv:G€£Úg±Ëº(¦±kze²Jo%¥Ä,W’wœc³aÅPýèþÂxñMPÜ[šáÇ2ðZé˜Ñ·ø¥2Ã7ÕûÈ {‹cÄD:T>›+®HÝVÜØd¾/{e§¢çˆJï'V…$®hµSZ}ßôÒ^ÖSØ)ÑËÈ•ßf¢Y][ N0?œ$Å÷¥û¬,üÆ èðf›>E4¯¹§¡Esi!焯M«?´1Ê€vè+&Užæ¶¥¥d_ƒ4þwò3–ï_,3ÅLsÖ¡\…¹Ð.÷²~{¨
+àœçëÞQOeûvÎûïÑk·[ ,¦ó®%dkÉ[Éšóuë* 
+Ûrb–»æ“Ì37!”³4Ž6‡ ¦©Ø~²1‰²3D¹!¥ÞvŒŸ`Ésr¦óW´|â¼"i¢æ´
+üy>•5ml§ÞÉëÑ|ïÂŒ?莲´¤+}SóžBÅK7#”½ÆÚ©Fþ÷­ù¤L7•@I“܈$îräO®1ía›K†¿ûýß5`
+>»Ü·Q±ˆ„x_ÅVÄS6ÞLoÝ–ãﶲyLß%¾^Hz6V¹~óÿ
+endstream
+endobj
+1719 0 obj <<
+/Type /FontDescriptor
+/FontName /DRJRAU+CMBX10
+/Flags 4
+/FontBBox [-301 -250 1164 946]
+/Ascent 694
+/CapHeight 686
+/Descent -194
+/ItalicAngle 0
+/StemV 114
+/XHeight 444
+/CharSet (/A/C/D/E/H/I/L/M/P/R/S/U/a/c/colon/comma/d/e/eight/f/ff/fi/five/four/g/h/i/k/l/m/n/nine/o/one/p/parenleft/parenright/period/quoteright/r/s/seven/six/slash/t/three/two/u/w/x/y/z/zero)
+/FontFile 1718 0 R
+>> endobj
+1720 0 obj <<
+/Length1 1594
+/Length2 9271
+/Length3 0
+/Length 10163
+/Filter /FlateDecode
+>>
+stream
+xÚ­”UXœÍšµq×Ü· &¸kpwm,hãîNp·àÜ]ƒ{pw ÷
+0³2u˜€,¬ìPXÿQ$cgnàù÷²™‹Ão¹‚ÀNQ
+äf@ˆ àXÙ™Ü wˆbV;{gH
+
+VšcY8gغVRÜúT¯uR Óê¥}‡Ë›§¤ÜÄWCX³ £{¹³ô]§¸ñû7µþú¥‘».¹òéÚ1•Ï&ºkäY@]›«èÌ9ºëwÎzéU]+Us9…:ŠH„œ_¥"dyЭ"Û: )Ô¡jãªiý¦š×ó;,tîÈÆ H,å¤~7†{òýÜj˜Åˆi뤡Qi N0ªé3¨ËrÈ…,Ç.„H¼T6ø¥“9ÅÕbYKU‡›÷`Q*QÏï‡2Ël4.Ž%/‹  p XÆ9Šk`]ðï!K`G~ê©ÿ*‘ˆ¥
+÷˜J¯Ab¼q˜¤ßÊ.Ž"i9Þz¸]ëûQ&oBñQ'QÈÚ)S÷"»Ö»¿nKlJ?e+d4¼ñö«–šáëPœÊU$reá·*xºêÑ»Åv!.ÊÆ¥ibÍ!ÚòWÜȨx•9ÑE‰*2ÛÌPPkÜ—rÃÔÐ ôî…wi~ ‰èµ
+Bwh¿˜m
+-¶¹9hÇÒ¶Õ§œ.>ݲò¿²¨~iƲo¡î"¹{–ÍÓÃæAK¾V·œ¢P:F#ÄM"@gnÆsq
+\eo(ØÌf3³åEŽñ±yÔ*÷Œìpìö1ÂŒˆZÉQá9îÒ }ÕÆò½ÆÅþ‰+E‘b€¥ýS‘ç±pŸ—凿æ•ÑfcÊ­ô‰–¼8mx犚LFZ‘í8ö„±@"P²;ø*_ª•ôÛXSÂ;+Ue#«!a’Ð"eLE›“/ëbfL‹î›Z)µéEë4M~6é‡xvþ×Y´Õ ©¦cñyM]Ç5dל]åÀ’–M𻀜_®Ë'Rè°}¨PRË0èW8(õ'ï^@¬$]ªÍv “ÇÄnÕÁ.€²·@C*~Q¾¤£L'ÉÛït›’¨ì2ä”—”×1#RöY<‚ŸÏòIàLö*‘¦1¢Lxù)èXÙ½ ï_ª+]rIX}–¯­,óE¨¦mÈ0ÚL¢¤ÞJßÇL¦”‚€ÇˆÐ/¡ò·Øè¨dœco…5×]ØåúóþÄx4¢*+ÏÉÜš1¸®2Ï©°? ‘FÐ
+²ûÞâ Á#{‰+<jV?Öd_ß&>Ç!¸å†1Ô ï Ëi׊¥Ñé2oxöÁ>¤£í¸Êá¦7jG¼ûrÎœFFÎx—U‚ÁtàXÖÍqg( ’Ô3w×TÏöëÎ7cr7(9îY\#×dy~poØ:/‰OÄù¡]×ï( 3Së“Í}¨VóÔúºÒðÉ‹„çç“ý€)ü¶üzi%ÆXãÃôªñ&Fǯ™ä¡ëäñ,oõAþl…Êï}4ÚJ¬r¤Ó™+ÜÕñhʵŽa¡:GT¸€NŸbð³öÞÏÀaUÔÒœ ÂÛ×d«!óÖ²#Ù2ðˆ¿Ì¯-ù\ùbZô6d®ºXИ•è™ð3ct:œJúkÚ ˜IjtêÅÎp*§z>ÍPÕkaS³`1öÑyà&ø"vKÂUb ò[ ¾.R<2këB‘˜ܸË>µÙ‡'iu4XØ1nŽW>€å8y„¾{öؼþ-¿¼¾6ŒÈžÄ`¨
+Îþ}mJN¿e¾›¡òRH(û¦]0UÑ>`ÈÃx³X!•¥QÐek-º<3Ÿ[–Õ0
+Ï÷y%ÎW»4É“ŸôåÅ ÇX)ŽG7ž|Vœûøºç8ñZ– H»-’Ûd]‡´ØeBÛém–õÒ u†dç\˜˜!ÈŠŽ1H­4M‹ñJƒ]%›MZp~mjg#¹èV:ÍÚ¨\ìŒÈLé¹ê;¥G>ÞwCÓ’æGðºËØlDäEfOàÂ’þ,ÙÈݳ¶=‹Îr†>s'Üå`±ªÂ‰0=õ/cT4=¥Iõ«P_:“UÔ}Ý,YÞÀ¦ãl½¾GßlÏ€‡î*&x—ÉO–§Î˜3¨êóœÃ‡C£ {DœžxÇöývÄh½M¦Õ3t;ËÁB~Å4:Øàû6ýRlDZ•AîÙÁÎãÛq‘ÚãNÀw"_—™ ‰A“Ÿ;—'[â/ÞÐjéˆÃÊØL–\¼b=rï{c?«iغñk¿
+PDf,Ã0<Q¥œ[¨ÝÌ)ñÿ¢sÀ×ù€rÍŽÄ—÷£ˆ80E7Tï…=Œ²N—ЃÖ
+Ù~ŒâŸÞ?Y‚Aí~­å…k¯™½®*óÉ“¼ðB½RÑóbdr?ïÓÈ5‹xßwt´LŠüÚ¢¦¼Hs[A?Ê ù– ÖuäæQòA6ŠtÞQ†á²D÷?×æËK–À(|¿j"MqGÇÛ» $¦j6DšÇÜWB%Qǽ.ã¯V^làˆzþ¶ ]¤§Ä>Ûy˺ê ;¥‹,{Á£"~,™Zbâ5¨X/®ž
+òF C¬À
+ÁØ æ—¹ùî 8}fØK]Ð9AûAÒ”ˆî)××OÑ7<_µcØý:Ùtû›¯Twn*'ͼFüÇÈ©8Ê…a«-C¡"ÓÛm¦!þ`×o9“·åÑÕ4ë“Irä’< ¢?¦¢?ÊI´Ÿš6©³B…É߇¬ÀL;èYÄÚ®Öµ8
+×AF½Ùã¨I3`B9Sjðlðòꤢ`‡A «ç9ÖËÍÖ­Óz
+2©g?ÙÔy=Xý
+&À°!‡Zc—?ÖZøÉjþô~™SµÎêA²¦ë«¨7–vZ¡]­ãÁÈüçz.˜]þÛè—.ê T½« qä!nÄÈ
+qÒ‡êâýÞ\ÄZoÌö2ì@Š[ ÎÉÁ8nçôÙÉásÍ’âX{U¯QÚˆ`FÍ]¸3‹Ò ^:\7F‘gQ2©ÔŘÖ)5óDWÅ<,ª<NæuâXk”ÐÚ ¾³êMz#Šªð"3Ë Z"ÚlÁFLçC`¦ˆ¦A£þ¶ÑŽHpôÄc^Rr*=÷ÒI›Ùl6w¡Ì…<|ÂÀáÄ‘* Ôƒé€;Ë+-aØt_°7?ib!¬ÐºL[}¼õ ïbŸÍö ñõƒgÊÉ´(tã÷Q Û[MØñ,^ndK/—Ž)ä[û)†`ƒçô²úHƒ»j>ÆJÅ>½£˜ `‰)£—½Fuœ”ü{QŠ6ØZ±‰;o*|_Ìd­e…àQÎá¬$ó\*W¼{輂¾}ÈÏ<¨!ÿ’(ö/$LTb—¾éɘͰŽHANŸ¦óúµ‰ú¥#×C£Ýp6ªÄ›!9H«¯žÿÕ¶"û^m椹Måð¦ûpï 9 NGA1ƒ.!Ò–ä÷jA?Ž _,û‹”™Zú6Áh²‡ã¦î«2é¼!؇=¶†pjœä,;½%Ó/Ênîål2ãç$Zá—†ŸSïPôa¬†éP(‘ëD>9¯Ð72ô—Û'ˆ_—þÎí'NjìDØžt{Ïk¥úNµÝ¡øAÆj[ÏMlæ_´éìÍVZüËÈ›ßg²ÓÝýº†]K8ûSjŸV
+e;`Ï<¡)#ùù…ŒåMÏ.¦¤ÝñÍv·t¿Mi è2mS6»±{”’£l`KÄ–‰Oå° ^}X$4t:=V]osƒ ò¨„ZM ·Š–“uIÙʬmÉ~64ˤ
+jMga^1…ƒGNÚ÷€÷4ï¯[ä29–JúiijÆk¶+™_D
+R;‘ ‘è`V×{¬ë¥¶}QWpjî· R­K`¤^ožØ¯åv¯!B¥J_K¿v“áGAÜ£×:tgF3ô‘W«#4Ì2®Ú÷å}Sc«oU™Þi$‹æçäÝÙ$ôZ¹RÄï ¶»ˆFïn.ÞÕƬ'+쳺 Krs¡ÏÓo¿»Ë†>ÆCÒ=l ²¹Ôn=Uj–h}•øúÀ÷]T=¶W"à™–Y±.Àˆ`ãæ§1·[ùÊÈEòyÉ|¢ÊÓ-5í7†ŽÎ„L9¤i26_]çŸÂ8º×ª"EáU8v8¦Â—º×ín;1i+nA¦—#Uؘ­·-V%(™:cD›ÀÛRÍag*íÍa8Ó‹¸z<šà'Ñ3ËZñsÁT)”uÔBF`S»™í5>µ‡P†+áêVå>È>
+8CÙ³j–‡¬¹±_Ò?l ýµs©ˆ\2{Þí½§N½åE’ ÙÚå’L'*ñçÅø}HÕ¯iÐ_:˜ÂŽoöŽÐ‚ß®mû©D™Mdãeß´„ÿÙâµÃ÷ÁtÈÀð]~ížòwƒâ{‡ªNm€üiý‰èª}¡£ }Ÿ°ÆrmÛN°Ü¤ù²î¿
+¨Ì` ìÐðÔŠÊ׊a}S>Wê
+™ã0–qRÐÐĸk Óâ«&ÿøðÒÁ†`ìaÄò³7HuͲ‰‡€$æ2t¢¤ý¡™¨þ$,iÄôSÜ+0ÄÚ{ïvþ3Äsƒ8Í™[LFC @P2Ñ#v7¡¿?ÙQH€ŠÄß(å.œ~w–¿ 4·| |¬ Q±îºVó‘†yí÷Ñ££°T@A!Ñ®Û0¬Ç-P ÃÖm*Þ+×pì×akÙNoíö6 6TS1f.ÖÐkÈ„W0 ©9ÓÒA;ÔôÝztha÷•n¤\eвMqÐJE|;¹6þ
+/7p O^N/5Y^=¬µš*;å|Q§Ä¦y«>Îܽ¦ã«Ý&x; _¤#†–ø-9´gzÍ; ?yÃ<–†{W+ãñucK—}ŽîÜ̾;߶y¦ÁFL2[w#jSËÛä#ðÄúÝ3mènQQ¹\ ¥jí­”‘|J9ÍÇ)ÅD*å½ð‘¾Ñà sÖí‹H¶i<u¶Ýõ«–-«.ûUéD¡Õ7^ïgÄ¥ì÷å­`瞨ºžJ=<ì)®'T)’egË®¨d§˜Ó0桳:'Ït-þ ûïNæóÌUóéSݺ6™qt\iE…7Ѳ“¡!½NG9%÷+Ê¡sR„9Qi˜$t=îóx^0Á9òÓghNa÷{ǵG$kþÉÇ Û"×™€y¾•­gP\RÏnN ¬³LThS®Ÿ¯úý]zŸ^u%ÅŽy‘2%êû/C®Š»ÎÕ’å+zì¡ãV¸¡ædÓ[4ÜIÒÜm…Y‡œˆ_uSTýèh°rÉD)Á¶…,3ÎÔr=1×Êx“}gK7BK‡Ð£ ®ü]xCytåGoÚ/TUdÔ©ü#ÎÀýL©§¶²¾4…:¤y£ä!HýîQÄC°dä»åº´^B|ãÔq%ùßÔïÐø .û뛣ËÏŒYiãÕwÓ÷TÜ…+h¿nz_(܆ `wýHa
+ß•Š­Õ˜ø:í¶Õ®¤g¿àÃu3–oÒâç>lL`ª¾+Ëä)Ùe3ŸuYÅè4:>OÔ¸Dèã¶DGò^ÔkÀËýAžf¡
+ë¶ AEî÷sñÇ»ÿB[R|X
+
+endstream
+endobj
+1721 0 obj <<
+/Type /FontDescriptor
+/FontName /PRMCVC+CMBX12
+/Flags 4
+/FontBBox [-53 -251 1139 750]
+/Ascent 694
+/CapHeight 686
+/Descent -194
+/ItalicAngle 0
+/StemV 109
+/XHeight 444
+/CharSet (/A/B/C/D/E/F/G/H/I/L/M/P/R/S/T/U/V/a/b/c/d/e/eight/endash/f/fi/five/four/g/h/hyphen/i/k/l/m/n/nine/o/one/p/period/q/r/s/seven/six/slash/t/three/two/u/v/w/x/y/z/zero)
+/FontFile 1720 0 R
+>> endobj
+1722 0 obj <<
+/Length1 821
+/Length2 1985
+/Length3 0
+/Length 2549
+/Filter /FlateDecode
+>>
+stream
+xÚ­Ry8”{j¢lÉ^d‰ÆcÆv”¥dÉ2(dc F³0‹%KöýØ¥¤&ei±&KY:ÊÙ÷DMNÖFÔúÎòuþý®÷Ÿ÷~žûw?÷u?œ´• Xßä†5"©`¨
+T047°× *ª 99C2MÅ‘ˆ§ÐT¬6
+
+Üq*à†õÄAC&D ñ£ìNóù³å‡%SX¦
+GÅxh<»[ÇݶÀJm×
+Ã5°œeª4àª!ÿCÄÐÈd,‘º{s¬|ÿÄ8Ö6°Ø
+3~2Âñbÿjz¹÷għ´jy+±QÑ@:`v¼²yY93ó:à¿"ÜS>"‡ÏY·½yñÅcËw
+ÒЮڳ”ì{µ(à°ïT}˜øÄÌrÞ’ȯ…oÌêšKw›’“Ž7@/‚n<¿ûÕŽq>žç¨¯§ §Ç7#>ůœ6*
+„õÐ5Þ}e€Ní…DG²üû\‹)Ú•ñóò¼¼´J¯×·TùjÄÑ··O Ühã¡ùÀ8›œ³B¾§âƒ|‡¯*¾’í7ùÀfq9§¤ qÿ/éa6~Ý+ËaöÖ¯ïZ:µN0çÏD˜qÃzÕÅÕ3(ÂC³”†•îÓÂç°KÁUM— üòÀ»èRÎE|Fü^§g•*¿,ᤄwÙÆž¬—¼D—)?££Q9¯øç4'…šÚËRÎ:Í*7GŒjõ~Ýc)×–ÜÛë"Ookóïé{3¯4®ÓЬg§ßÖO˜J
+öšÉ4ñlé8—¤»Ù!¹¹­Ù;?"ö jªkîÙæ«A‘ù_Œš¡nº)Exæ1åq½
+ej“o<úƒÎèçTÒi…¯”‡Gˆ¾Ÿ6 ½ì0z3Èyd”œÄå®
+‚™ýœkq™çŸd„èP6žoœ‡Ì†ßy¢¢îIK9¹là+‹QKýZ°ÓÌGö›Âj(ºOâš.¯wݣľ’€!¡ÅB”ÙQãÎ*Ô$ †\ÎÝ;’Q퇭Åè/Ü…uw%z–ŠDN”Üv 8Ì+_'Ä\àqÉÚ ž$æYZ´#Ái"™c@…ê û¢’­âmÀÂãøQk8sU•IåÞe1n]iITËHcVëë*Þ³V!:[¹ë<‹år­ÎÖ訾º½v!Úê]bo Ð:ØG·ã¥ÚUŒ
+endstream
+endobj
+1723 0 obj <<
+/Type /FontDescriptor
+/FontName /EUWOLL+CMBX9
+/Flags 4
+/FontBBox [-58 -250 1195 750]
+/Ascent 694
+/CapHeight 686
+/Descent -194
+/ItalicAngle 0
+/StemV 117
+/XHeight 444
+/CharSet (/A/a/b/c/r/s/t)
+/FontFile 1722 0 R
+>> endobj
+1724 0 obj <<
+/Length1 771
+/Length2 1312
+/Length3 0
+/Length 1849
+/Filter /FlateDecode
+>>
+stream
+xÚ­R{<ÔéOÆ(—U&âm3.9sùÉeÐ)c¢l´³CÈ-cæ7fæÇÌ`$–ì¤#eY—-©èHسr©QrI"—#D§è”亶±rb±C§³Ÿcÿ=Ÿ÷Ÿ÷û<ß÷y¾ï÷y°»¨ž82 ]á!@ñ xR "€ðDKÂt1¤‹a
+ÂÃBà0a¡`=Õþ¨Îfr#ùë³nb:Ë Ø<?†¸"W®fR¹b°è<¼‡Ìõ"έI ÷ó¡Ñ|,?Ít-K¥sb¯˜ðÿÖ]¥¯aèw¬pHÈ•
+X¿CÅN5øÇ/:;#’XÈà¬l ‰vvÀΆÿ?<F¤P Äkû£ðéfq®Â°f û†crèwÕ§KNº\í¾¡b!2̽žüø^Ê­\Güä£N¯°¦Ë 6’k§h‡rKµ²§”˜,›—˜jrÜÃXOBÊ€öCÍÏ,
+ó<Ug“A[ Z·ò/Jß„×XÎ<Û=7uO¥Â}²»‚™>³©äiÿÒìÉ°„Ž—ƒ9ÌÝo²Q2÷,Ø{l8£}aêr,jÝ7§»<ˆi|Ñö\3×>­ÀC¹/÷Ï¿ª-$¬u ˆ“Q3í2¶týÝ]t¿é²‹ù¦/MÃ
+cGRæ»ÐÒØ5ùAýDjÝãè^Ô?ôhÊAY¯7D˜’Ó{ó9®i¤Â£ßŒž1ÍQE ¿ãUÔ™ùë¥ß,¸€ìäiœÛé3Ø´[n¦c£ñOƒxoéË]Dé]Ó¿DbÛÓKo‘úMX‡ûJKVj³ý­“ÞX.¨;1PÃgQÛã3D&—ÆOQåÊÕfÙJ_±¤Ù™Ò1.ñ¼ÛRê² ^fæQ!½Pà»ïÑãÆ#Ã-i´µŽ•Éù¸–¸ð $¢1+Z©ßï­k1šè4Únr;¡£lSj9éŠÒâÏ#¥=ú˜Äë§woU?¶¶QÛ· „ãôÓ½»?$DujÐJÿy^ëµ ©G6;zM#và -E¢ÓÖ2m‘=ÌÒ¼ôJuÅÊ,©‰2|°óÁÊæ¢
+endstream
+endobj
+1725 0 obj <<
+/Type /FontDescriptor
+/FontName /YZWRRW+CMCSC10
+/Flags 4
+/FontBBox [14 -250 1077 750]
+/Ascent 514
+/CapHeight 683
+/Descent 0
+/ItalicAngle 0
+/StemV 72
+/XHeight 431
+/CharSet (/D/f/o)
+/FontFile 1724 0 R
+>> endobj
+1726 0 obj <<
+/Length1 757
+/Length2 1108
+/Length3 0
+/Length 1645
+/Filter /FlateDecode
+>>
+stream
+xÚ­’iTWÇ¥‚…àEñ"1bYªPÃö°)R[CfBF“™ K¡
+ZD°PR* †‚ UTR¡ÄQT”Vƒq­ ²iT¡Öö”~í™/sïý¿{eX¤-Ââ`†â¶4;š;ðñ¡9
+A$ÆC`\f˜B!ˆ˜:!°–$Á‰FÂÃA $û)¤
+L$NÄa Á X‚ΔFÃïàB`Iͬà\!Âc¢ñB8¼K!R’CaÎ
+Í„ œ›F°ç„Fú®þk§ÓÅ0.‚âëeâ¿ÛN©§cÚ?1áI±„¿4BH|ïÿ6Îæ‹ò0AãÝÉp%®ŒD¼"r©4€ œà‚ØÞÅpâ LÙø˜„4µQWW`/M‰¦_„HÅB®lJAú¼°”T[:ØÒÝœ‰ 'pq¡oû—’—(‘À(>ýbgÞÇ|„ð†S`é—›oMÖæ’SÙÊt_EWžŽW|C»¾åúO†™½…:ªŽ ›¾ã1ãµ¥&óô–%¿1—înJ ïd½ØžP ï™HÚ4PºõGó˜‘ÒY¿xùï™O4žº1öÌI'ôZß%e§ò\ÙÐù§è>ë}xÇrVklÒ‰Öﲜ]bX¥Â 9;S-#Œä Ê\FŽ&Ù¨hŸ®æjfúæ}õêÛÃXSâGã
+ý_O|öRÝq¾ºùd×ò¤~ãÉ£6÷ÌŒú>ÄVЖu¥©Ú¬F7åfX4×TïË¥s²ßþP{·=?hÝ#ù.ËžðgúñO;|Z¢¢‡îz¦:è~?zÏ1É™hò}½«ýŽ¨¥.:½à½®/ýG2¨Ã­Ž'²–7ßÈv;ÔÀÖydt?ðÛQ?í˜[ð
+2¥¼gÙ(•Á‚Ü_ï¹oj|Û~£guú#Ƶæ›V¯¥Y†{ê,>^KákBº[Û]C 6§ÖtŽ1IGU•<Œì-ç2æ¹›¼Z4é 5­8´2»Ýõç5G·PW¼Ç“ ®ùÚo¡ÝÀε.çZ­Ÿ+óˆz*¸öÓ\’wD°Ç­>²ƒxµl¶mùÑ„(*^g´¾?('A÷à6ú^Å©áT¿¯½ÆÎá‘·dý…tõîÊx1sÛ¹W—#5Èγa+lM›­CìF´Úžˆ£ WFf3Ï  ·èÓûåríܕ姱ŵo–åë™ )û«'oOιé·V&7xùëÕZ1Ë"_ÿØÏׯ“]Z>óêÞz©µH]6gÍ~ûžS”cÎwŸtŠÃMc.n­BÖ*†§å1öoŽmh+63¬Úaר&¯¼_Š<0-½hÂ.{9+•þøjåÙ¨ÓÃú1¥09dLílTi~uâ¾qõxÐøóð’¶g*bqüîtäOø&
+endstream
+endobj
+1727 0 obj <<
+/Type /FontDescriptor
+/FontName /YQJSDJ+CMEX10
+/Flags 4
+/FontBBox [-24 -2960 1454 772]
+/Ascent 40
+/CapHeight 0
+/Descent -600
+/ItalicAngle 0
+/StemV 47
+/XHeight 431
+/CharSet (/summationdisplay)
+/FontFile 1726 0 R
+>> endobj
+1728 0 obj <<
+/Length1 1015
+/Length2 4424
+/Length3 0
+/Length 5090
+/Filter /FlateDecode
+>>
+stream
+xÚ­“y<Ôí×Ç-‘ÈÊþ%»ûÙ÷±YƒaÌ0c 
+YBö,Y"²“%{H”}›(;Ùwž¹û-wÏýüû¼¾ÿ\ïsÎuÎç:ç|¹Ø Œ•‘öPu$-("$" ¨€ÁZ"Â
+æì‚xUøþ
+’”Ü¡(˜€!h¨;.‡#`P´Ÿ ‡FÝðŒ ^P”ÔQˆTDp„9 {¨3 A
+úK“Â HýËìèíñ—å…ðþ–ÉàD:"p?ÀêD
+ÒCâªAqZþ?dý3¹º7®qÿ+ýïNý?Ä÷ûwÒÝà E`¤#…øgè}è¿Ä¡Ž0o÷zµÐ8ÌA á ‡‚"âBÂâÿ²Ã¼Ôa¨£ íà8Aà^Ðßv(ÂñŸJpýû­¤¥¤ k
+ü{´¿mâç„ÿŽþÍ"3®I(°Áâ¾ÿœ¬ÿQL á€t„!œQ I
+E ÿ2¸¥ø;Áp{…b ¤£H¹Ç®)5o‚Ôò†Š‰ø¼˜S ÷Ÿ*'´6+GóUûÙʺCNí
++¡JÞÐ)9:IÌ3Ô(vƒÂÇ©»ÉiùrÒŒ¯n9¬YÙôduµSºg<]š`[ô¨Øš¼½?çó¨\wED*—a#êÊ›±ÑóÝ ·àù ²—Ž·$“Zg5ê&AÍ–çâ?¬k óù=7­Òöo\L0´Ï »M“§ÊDg ¿¥ÊŸ]æÃ8aHEÒÝØ&Ì3e´eI˜%¿še§xŒòì©æ
+õu:àM’…/|2 ì©×‡µB&kÞ×2=`*Ρqx××ÈgÀ‡V´?hqW@´E.V†Ò¸U ‰Ê¿ñ¨Mâ2²;>çÚá|veÏúôtöð2š¡eË!€ïÖ[‚ûÒé÷|xÖøú…ˆFžt³[@\—ÐJ÷4gÉ£»ÜïaëÀ€¹Ì·ÚÑ¢'·'DIWdÝS²ï€TÖu?·RÃàÉXt îbs­v´D§‹Ú¨«XÎÚ5™Œ ô”V·æ©Þ(¼bÝ]§®žÇYG‚_P¾É®pƒYŽŽJÉjÑp‰hÆį»4ÒHœ³”ÈJf ŸÉýøœlÚ]»Q(ÉDô#ŒÉ-VhÝ„?@z“ðƒN©ßtiUw/=OŠ£I  aŠ[É7î~Û2×’Še*~‰f6ï)Õu:e¡âr^à}~¾..Û¾Òm4U¼Ái®Êâ^SK;…X|{à#Ú¤o+!gå|1¬Phô:? .xk{Lœå©-©,v|A†ÁCÍ?9èòñÁ¸†7µZ]¿åb©8u¦w&³ÖüšÚû¶¼y·B Cyë÷#ECAQj'“
+w“=’t¦_Å’XaÌ]Ùĸ¦.?PEÚ39ìëDÑÆOnN|mcaÞ9¾sWVÝØYWìg¶‹ÅVXô< U„=¡"4 V–—^ó Ò7õϾ¥mDžî‘Èz™Žåõp¤pI‘l.b'üvày[Í—u{ŸŒ¼²²bKQ¨²à“]î¶äã=r¸FGoXPÍÝtŸJMèÏM³›†2­-륗üĦP^ax b
+s,0¡ÙnËô\Ýš§ÚÅÒç¬ÛŠ‡ì)ŒBVÅŠÊY·'¢ÇÜ?6°¾RÒ¤½S¶y\ù†ÚâñK,ïúþ+·Î}Õ¥3¦p¿f©bŽúç%±¬ ¢1•@¡¸*ÑŠ…`+AŒÞ;úü¶L<ÃðŒ;ŸKû‚TùÏfßç0ÒæU^ßšDÿÅË¡E«ÔÍÜ‹æ$º‡„Vî§÷Ö(ã2°kèiÌŽìªÿ ÚÂÏâÈêú#£ëCxrÒ/šù-z úKŸÂ3¬—¢»PZH}9…GÎf±¶lÃ/W:~ «• ý<2t4‚àðuU·(Q"%³½€;n¯,>I›ÖÊišÝ±ºÍ®.ë6ë­Kˆì•³Œïÿi¾ÒnrIòìžßY’왥չHY?üsm!з83à!ª`ÛÛqë›6¿Öºëi‹2þî‰ØkIWzÚýÒ·dYæåvO§°ŸBY¦&†ŠgÓ¤—„´Hl…Fž.ïs´çnøÑ9À|™£Ãý[ƒä ٵ꿵Ébç,92‘+RfgÂbk³¤jA/¾^òMD©ÐGVºiŠùýåÙ
+~gü»Ð³yzÀ–g˜Rq|\©§øˆÆƒžµào±ÉÏ ÜSc4b·ý5ɳïCG‰4òžÓâߺ½ÍÅà)Ó”¾•w² ¹Ê†¯è{nÕ)3”èœï¡Ý¾ôÓR=ð ÞªXŒñqsaAô´ûñ‡ý¾£)Æì¡î©Ó“¥ò‰+ÔøŸ­ñÏZ;à±_/¾ºß‘º¦ÁÿèlL1áW8¬†¾8LÕ©>.¼YÉyi˜-‰¾X ¸Çƒgr¯Ïv:èš—“-×瘫þ·-©ˆî¼g™%ŸÎ¿˜¼³~º¾E9xÆ#UY(w3/òexNƒ­ WšinÞµgW‚—¹Oín,Á’­ùbº Gõ§wâœ{7‚=kÉn&ֆܾ£.Tgê:ÝK(‰8~åãcùœ#¬\µŠi§µÆ—‰v¼¿Hê2\C ¡áyòõv>牷ykù@Õ *¸òêíZÏ…îú8Ë¢·¬“þÍJ%˜ÄOP²Ô„!A˜îG-t#ž²a°¿ât-Y˜è4Ñ &ƒ¤˜\þ×{e-…€Š+–ú žª?ÊeË¿š«tײ/‚T°Éª•~PéT­º'ì\àm¾v…Õ«hå¥T’Þ#ìCó»UóRTnÓzÐz§_iÉN¿RߺüuÓäà§e"•m?7O’8¶³3-vDg¢Fbr^“1?ÛÒ×ÏŽ˜J"Ø[_ó›7J8$'§áº¬0L»Ðüvx ¼´wÍßÉB²ÝClùLÁøhCÿfñ–bÆ—Ï£æl“£»ÙýbXuÈ +)¬=&U:,œÜÕL»à°_dßk“Üjšßì.$*§0Øš8§pwoŸhóbŽBÙÇ¢¢ñ˜Š®¬ èºÉóuIp®¯5UíçÄøf‚–rÞÂ<¸ašÖYèã±Þz°EXÈ1’ß-UÔ³`
+]ãôÃ~ìõøîÐ+UµÔ»LlüÉ‹Ê íÎäâ‹:;&É°‘ÓCL>äY{½MÊ[Ô…F‚¬ÑgƒÞfgª^vO»½Sš%9ˆÆEm-¶¨ÚÑT½9ä’ªœ+OÎüŽ'ïóò‘UQ®þGAEc¾,GØ©v“÷Ûwcß;ó#T´k£ïï1ó$¦PŸDQ–`ÔHü
+bá鵧·m^6Uå¿&jèè*záy”°·±Ò½Ï0+ý¹jEr9î$ãÞ嗆Ċ8¼¹°2âŠq¢EñlÃßwEøëw‰7ŠÅ±¼¸ëº³ú<p<
+ØÉÚ GÀïG=jÖ ›/¬ˆ|]¤@À¨,/åHAK,PÄíó¢´-0!Ùˆ™´=‘w”Ÿ\àÉ%úÐAÌXtþ³k7E½þ§¦Íæ×òñNl­gô÷çÌ ™ülͯôRfG.ÁµÕ¶Le;ËÌÝ9¬FÒêSB×õžÍ™µ™…˜övÛ—2èËFš«s:sR„s hÔÃL;²føým(9ý Ù@Yc=sD-VÇFxçmQ5U™lÛ{ö…› Ý»†¯fÕN·[ Êz.®÷s,š”QH=¹†âôåµIÙ­¯ç ‚”º^2K^9±YÄZ¤&†³3¤Û§°Ú¾Ì‚a Ÿó5Ž'Pû„QyŠãÕ&™D,'ÑwD ‡á]^mh“„þ`<sÿ¢8(\4‘{¤2@žæ=Ks=8ÒŸ ¼|§
+¾JFwNÉ;|Æ —h-N<ûÞØ.M%ɬXÃŒm^Š™Vtÿâ=B|ÞÙÌ㎠.]7å ¤|ÝÆ´;Qï‘PÏÈ Ëwâ1Ø(쬶¿ÿ¶-™ÂNçÄ|‘¥1kÉ¿‚MƒTf–»sw}Wò¼•x“k(ŒB²´Fñ^©ì–€›+M÷@Pß^H@h,cº}û0ý…„®/‰wNu6_þÒÞò@#nKÄš×>0&T”‘ÜpþVU^j¹,lEp0™-«ŽoY£ u4Ún:a¤$ª~yB<Œ6mâÞíröC ìÙMÇßzñAÿÛw"/Ò;™‘ÄyΈr;Åñ–s­..,wT…oO›o໌PÙ¯m1Iž•fÄ
+óƒ½I%à i{îÀ剄e^XÉÜGfìE7J´ï‹}°HüÊF‹Þõ’“P{œs¼(2¨$v¹V»9r·pÙ4¥ZGÿ‰ï>Q1õè§õ"ÿ[ §y}“&ólŽ³")ï6éVîäÛDqž÷dõàÉ>*}Ö“Òqñc«ŽSC†€Ñ÷^WÐ5!?‹òî3Ö®<hèè1'ù¾ÓîÔ’§À~Éø¬¼Ú÷N5…R…ñéb¶d^lK™ °Ò°!·ˆÜ¬¹ DîŸ<Qn|þã
+Š h]ocH Ôν%nÁÂ>}¼£‹t<nÜh>N=Z¢6ï2â5ÍÚS9nø•ñåîêÇÖr€U³É¹O?ËÆ<‘„/í ½ ]Õ={Í im;I€˜N}îâµÖûš¤ºí¥ôKÕäÍC~L…zÝù°%¾Ó¯ uþeKbû>:µönPù`÷º›±•ù `[í2ÅaJ l×äZƒJoÉâš´¯†µ*¡ö7HÛ’U$Ç(IàtIfqÜŠ~5TP)§¼ñaÏ-gÿÌ`@¢ÕDrÛÏ øS=M5®þèÉšÌø&K™‘ìý0_ ^>i ôÈÍþbsB™zªÓŠ‰ã(…6+6/Öç*ðKÂWnyýýìb§
+;ÄYÔEôÆîÔoOA§¥Qú~Or%àe†¥vÁ„¢¦¯=
+eqy¼ªðTw·g|Â+ã)¦ÿîXÞ’Váüª5Þ¾ÿUûïCÈg9B¸!Ø]^U ÍW_˜ºÆ–¦˜Òhïc¾•5àñP¹£}¨¿‹ÎÍȇë»I‡à­¨KùœNÖ%jäRÚ±•ä—Kyq¸×±å´+ÖªÁ˜ßDŠcG;;['æ€\ÿKa™yyþû£7ƒ.M™Ð¿’t; øèTêÔ=‘DA× ¢Óc5sg`Š3J¾ ä/Ô±y=EKª¨È«ŸÀýF‡‘Îå’Xë&r9ˆ)©ðKÝ{ÄÊZ¿ O·GºfÕ,l>b¤÷¿)¦g#ÐÁ>7v“w°‘Ÿà¶Òé>£o ‹Š­Y³ˆ>il]
+endstream
+endobj
+1729 0 obj <<
+/Type /FontDescriptor
+/FontName /IAJMMH+CMMI10
+/Flags 4
+/FontBBox [-32 -250 1048 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 72
+/XHeight 431
+/CharSet (/L/T/comma/d/e/h/i/k/m/mu/n/period/q/s/sigma/slash/x/y)
+/FontFile 1728 0 R
+>> endobj
+1730 0 obj <<
+/Length1 763
+/Length2 1351
+/Length3 0
+/Length 1888
+/Filter /FlateDecode
+>>
+stream
+xÚ­’{<”iÇ¥¬5§[ê~ÕTdÌ¡³å”3+ã¸(ÓÌcæY3óhfh&ã°ó’ÝZ!•ÈáÅ&¤õqI)$c;,+!j„BÞ¡í³Ÿ·ý÷ý<ÿÜ×uýîëúÞ¿ëÁüË›†µc"û!'„'ÄÌ TààééJ ÅGa0|ˆ.„ž#]QÁÒÒ¸Eq
+·ÄäÊ G
+(°mÓ( ™#L(…óBÓ ËÿëËæNQŽ»Ô~Ù©Ôé\˜#þKp#£„x"LˆÏûR
+“ø°ãÍñx‚B¨ø>ŸB¿¶›Ç@˜0ˆd @çóéb^ÑŠH&ƒ€yLH ‘‚gÎC„Š+@áL,Gø¨¥½R,
+pÌåðŸO²·GD1Øx€%’#ðD @!ãcÿGȈâó!žpù·Qó9‡^Bb z»†U♵‡KãvÝ/S1¬Ï:—x·9©&ËÊ|ôw+GüºN_hÃ[í$íàóZ§ÆÝ/à˜áäg†µv’›14\Òí›h]“‚lšêc4d¯r{þVMnîÏý#ë¶Oômz÷4ºY¥Âc„@)4?²ª´§{Aßñ¬Wý4sÓÐ)Th~£ÇIÈÿåÓ´;Æœ‘"¤÷lûÚìwk>ö¶<ˆ¡³,æ{®ì.™ v®89±­´Þ/;}]òÎÇ{…‘ሯvAφªµºl¿Î{-Óñ)D.)&Næ~ë©£rRý¼^®ÆéG˜Ô6ÑqY[¼x¥cžjúwÍy,k½V=ë¯6\´›æh¿>ø¸G¢®ý¼ÜO˨4únùy8ãu—-Ò/×(ÏK»¤n:5&Ùj]„Ó>{Õ™¶«)œÃy±!ýÿ øÇW$¸Óâ-’=ÔÀN U8µ’:ƒL׿”ç­+¨:{‚ìOêÇ]ðÌ|üÍdIVCòó… *‘ºPÜ T!Õª‰ Aé1Íɇ¨Ò+Dt/‹Æ83˜ƒœþ‰1‘“°:÷b °lÝYÓìh¬|e¼Suµ7vÇÂÁʦ»¦a•f3 !óim—t[ä(–ÍûÀøŒAÉ« â€!ÞõwèLߘŽ„Pn’£_%ÕS -Äùc%~«6j>8ÑTf@’jþl³†nÅž\ÔÃ&21©þ”ÝʇC †[Úæ$HÝÃë»FIµïƒæ¦§×q¹¯Õ¦F5{ÐM¢\oè(gL_r>áþ‚4=ÊÄÛìÐô­ •ù#aJì‡,ÙµwjòVâtLêÞÕšµz¢•óÍgò+g5ŸÜF0üýì/ßÝ‘½¡Ú#Þu3/…?’<ê,áÖdU¾w¹',ÄåR‡Ùý µ¥²€*´hìYs'U}öXC{x¿¡Ü½q<œTÑ2™b:gz<àrÔMÖäLYäÇÓ¸¥¼¸ÝoÛ/ ÓøµK页ÕñÊΤ¸f^Õ‘ Ò“~•œ;GtþŒ3¾z gw¿yؽ©wð—^ï‘—ÑC÷MÅqwèîRqvõý%j<êFX è2îûT;'Mè³b¥M¡‚: ¼Ø.¥WZ¨ôhýÉîÏ0îÇR\”Ôéq?:×~üpsc¾-ß>9müzñX_
+>ž™°N£ì¶yXPX~ívà{ÿï)ëÏ\ßô0Ffûà½^©]åk¥ÅC33VÇóR{Â\J²SÙ­Æo\©Æ o€ú.œY±{çÆýÊí(tÃD@å­y${FMŸõÝÁªR­‰=U=~ÛzËhì®#† x›_|£},WNѲ?øŠÄs³S<™³ÕX«[O±±ÇW×Ó¤Î,ßys3اê2uÍïÉ›t[.íØcmrxKÏ=1u°ej«v׳Ž)ekÞ8­ý˜xÇE5ÇÕuh&p“Xü¦-´
+endstream
+endobj
+1731 0 obj <<
+/Type /FontDescriptor
+/FontName /NSFTTR+CMMI12
+/Flags 4
+/FontBBox [-30 -250 1026 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 65
+/XHeight 431
+/CharSet (/L/d)
+/FontFile 1730 0 R
+>> endobj
+1732 0 obj <<
+/Length1 760
+/Length2 1503
+/Length3 0
+/Length 2039
+/Filter /FlateDecode
+>>
+stream
+xÚ­’{8ÔiÇ™$I¡z[¦±d0¿É˜ÁÕafœ† %Eõ3óïædšys(b•m™ÈÕ “Z¥Bѵ•¨¶ÃÚÕ”6/µµ9¬¬rìÚ®½Þöß÷zþyîûþ>÷ýy¾Ïƒ³cF¸PÙü8„Æç‰] WÈ ø2$ Ý†8œ¯Å(Ÿç‹/
+µëó.ö‹Yþ<Ÿò
+âùBÃÙW…ˆà&ÍýBÀM6þóJ>>|éžÕdàB$iG¬v÷d!õt,‰PˆðÄsŸFëËç8ÕZ‰ R„eØý˜ÏòÞ¿³¨.[æ¯j;£ÿ䛩$VÅ©Ó›*Š'Î'¯>Г[«Û©¡}´·ª«Ñ4Ž¬¡FuÔ¼HÛµ"kM‡9îCHg$¦:§:m¨G3ró6t ·)%â’øþ{O‹ƒ‡u<´L?ü*š!ósÆLðKí£Mý»¿S a·U-©Ó9#Çîeÿé¸þÈ­›Cg=_Vó¡ý!á×£‡%×g^ŽôTLQŠzïçþ;+‡ûÌì{öŽRž }ÓbØ=–Èÿæ]á䞺Äe¹v‹Þ–Ò¨[¬7ßÍo°IMm×]N2Y…;¾ÊÐïÓ¥3éê$Ÿïh/8¢®^·ÌE­º}þ³÷â 立 e8ÆZ6çÑÃ.-ÿð¶Èú(cEjWDm’sRäñÑ¢Vä¹±šŽ—Ö™õu_µ/ßÿª*[£;m0à=Í6»ù0<BÌ~“òí1“ÌÞï¾úxz¶Ž'oÑ!êT›l¾ÄXþ£@Ϭz—Cæoq¯:/•ÌßIÜ\ëÕp>#øª¥œ‚{˜A1º>ó ±Y»{¸y±»£ýˆRØ”.iþA9à]7ýæ)h=›Í Ã'( »~;TH×Sµt%=õdz¿­>ðŽñ­&O£¨éµ]‡ÙѶ-¿EÔ{cÍïo߯÷2)'ó#«¼ {)ZæMé9Ïü‚å-È0ÚZMµùÞêör;Ý,¾ Üþ–TÒÔ Ç°ów:ÅêRž¹·H©ªv 5"9âûí’¸úý NÖëbƒ~ÄŸ, ¾‹)¿³o¬àL¶aÎuü §ÛæÖ8­ƒ|Ðïçã·™™¿ŒòX:ép‡|hÔv’Ðþ“~ÀaM¹|ô¼o׎1#I’ú3'scäïQê·6k­ÅÂgï” KõSùšG°éÅ0Ÿ›&5J—ÅÉé?§£ÑÝÓ;æ?û¹Û™Ùø¹×«"L±íæñR‹b4YenΆ• HŠˆ§Dx‰Ô„Êü7D²Ÿ<Ì?Ú`3x?íZð‡šæéãÏ/:Õ¬PÞ²-¯Sæ Ìì5¡ …å´Û¶œ?î°$ò,É$.bp¹^ Ï–lÁ‹qgóƒ˜
+ùeÉúÑkûLú7‡V>Ƶü9£»R-Tl·²V>ZºYì±d`…¯læ]k~¿ÔÊLGFÖcÅø]·Èsh8SõöÁ#öWHµŒè“Umáó¥Þði+1ägyjô¦);
+ã~'g÷ØÓïmhwÓ“¸§-ÔÌoË@zÚ½<E7 a õ7Í¢uÖ/>²W)s‹äé`NfA/jËS k4“1ÉVMÊU–g¯ý³ÀUµ‘®²15~c4H¯\þÂek«¹—ìVZ&7}%!ä5üþeVŽUPÒÐ{Ó¨¬ø³Â-­)é·)¾¡ò|¥y¹Qq峯Rëߦ3²óü“°zÎäßkõ‚S†ª{>š ‰<³
+nôbïN‹¨[­¶WþÒsÑH ÎÈmAãëë¡…Ø]›:™ÆrÌãSɹ)úÇîQ1U2Ó;Û)ë<^Öãÿ òÅ“
+endstream
+endobj
+1733 0 obj <<
+/Type /FontDescriptor
+/FontName /UPGFAJ+CMMI5
+/Flags 4
+/FontBBox [37 -250 1349 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 90
+/XHeight 431
+/CharSet (/x/y)
+/FontFile 1732 0 R
+>> endobj
+1734 0 obj <<
+/Length1 897
+/Length2 3254
+/Length3 0
+/Length 3858
+/Filter /FlateDecode
+>>
+stream
+xÚ­’y<”ý×dzkT²”¬sQöe †Pdɾ/…J˜ cÆ=Kf"ÙBY‹l²¯…,#Ê’H¶";a,)û~S÷s?wO¿Ÿ×uýñ}Ÿs¾Ÿó¹Î¹D…-¬eµX¤C…ÊAÕ
+îŒL îH/šÜ Xcá($,h¡Ñ€ÕÏxÀ
+‰Gân r (@ àÀé†Â€ ?-b\±€ÊßaÑûŸÔ $O3Hü²) ÐL"°4@ ]A3,­’æåÿÃÖŸâzD4ÚÌÙë§üÏAýWÚÙ …&ÿOÖË›H@â
+C°!{#ù‹1ô_¦‡"Wäåäå¡´BÚóÏéÚ½.bàX
+ã(À”gΙ ’§I)À`€/@aH€$Ñ Cä0Xí
+@Ì-À‹ýܪÊY
+@¿! € ~C
+´Þ¤ßÖ›ü ÿ{¸ÚÚX’¯< «
+¨ÀäoýŸ28‡Cb¿þ^Ú‚þaWm§H$  `áê!‰U¡þ³º ™$ñÉy!ïî<OV—[UçìÃU¿·A
+­pÜáð@OX2. \aã¼UZ~­¾Ö;Ÿ8ZrKf¦X³,î:Ò·¥·4±{¥ÝO{WK/^»ÑÀôÔ„
+Uy»t±àãÀÞª¿çíÎñA¶$Äé/  kéµ&‘—æÆb;võ±YØÁœ6ž«)ë\ûƒ¼M#=žÃG“U#ÒM>ÞPãTÈ8­–úUf9Ö«Ù˜ WŒÑ ¼(õ8‡4+ÜÎ9bY‡-`s®b¤k‚=-ò}Fêa3¾çu›áÐ{”êÒAªd›ù»«Ãc /•Õ9͹…„ëÂf*»”æéŒýí$KS}Ï­DA­88ç5ÓpÌÈðH~î³½œ÷Ì óé9}ªê å¾2YÂAîþÔÎnË·+
+7ÊŽ¬Ó«ÒW"ãV7ÊVɉ 1Ê5SE7š¨þ`CYñ|jºFüMý“^G2k˜y<²¾Öþ½áƒäNbÿ@XXNdÜ¡ôþ!Û²‡5–îmJ’õ²aA,͉Þt§OÍßÌJ>Ôî›vÖ~ªû™¾Å U¶ïßë$‡EêJ,[²Z»ãnÚÏÙ9å°½îÆèu]Àb3Fg¬Xçõìp<—n×¾ŽxÊÞ¹“~ñw³¬VЭŠCÖ~R¡Ýû¦üÜö7™ â—B¸kçÊ1„¾tôºÖjI¿!)”e€¢ßKÒB’ɈýÑÒÁ·ÁÍšumZ>ë]aǼÓ[X{"Ôp¬Ë›’ᯔ¹ef™¥új~ §Õa?h}¹[qߟ-A'o£z†{+®¿ªY<﫸üè¨Ç‰Äg©¢1Lbü-J&é!>–pã\ƒÞöíGµª"?Œ)œ8³êòÂÁnÀ!ÚkÏNc;/E;ætlF¥jôi­2?-¥'‡g\™ÇÐÖ¨©Ïr:é`$Tã‚…
+HY1¥³¡ÄtÇ‹cÏV»ÍçýšT¹8¬,Äš ŽØj¢ýAõü÷|¹Äóæ÷™Af÷H%-¶½u?~ÔõjÝ!¶ç.Z»ÈFe%yo“óL—*ë¿Ò¾Öõ‘~ä©"–»pŒŠæõÝÈù¾ÝïrPd•k&…Ó›†˜w¶¾§:*öôÂȲzJ¥^`´ßn 2Š~D|ékåøƒ3§åú$ÈÕa×mD…
+,8Õ¹“´ÏIÝê--þ>Cñ«ß9÷V=íZ- OÄRØ'ªÍã‡íù¯Ø¡Òt­©3NB2Ñ  î]N˜Þ•î§A~TwÎ|á<þ¡S‹&pÅbº’Ž–:‹/Ýf²
+õ{3ˆ «†môlŸŒEÐiÊ«Æ:Fk‡w4T¬,‚NRÄÒ%Ù¹Gôº²aKŠÉÖ¶6~°d­3ÕŽ™è„}Õk#šOn¼ 7.±EÕxÒµ¢‡xI•átþÂóûöG<#„8Y¢Ã||KA\Ú Úº½åÎØ9Ã’ó1˜
+.lv½ü†ºå Z@§h‚?Hº¼mØÝ ýµtÏ­Ü¥ÿ,}*½¦Kèª/Q$‡’)9»ù6¶’[Ò®n)øPM"i•´/·÷\6íÞˈÖÌÕQ‘ö¼ËdâRÐÒ&{S5† œ¯òmôM¸=Í_ÞΫÌp5¯Eiˆ©ÐÇ[6|ÓñXq`·——¡p~e§;ekx2^`Œ ›¼Lµc'žâÊìÊ~°$;¢W8™$y.!>Ÿ¯RYZéeÿá%çÃw:±Ÿ«ÙéàØ uQæ‡i}åzùõLÛK™Y¾c6lW+rõ‹Dêw ;’]¤ï²ó fy“Ók`^Öí¢“Ì'†ÕîÄJlUŸ$—yØ=TD»·%¯ó¾ÖÜ\¼?1úĦ¡×NÁïðšŠ;ŸCeýnJbbºX
+'ë óön¶DÕ²iïOê3ÿ5]¨?Î'áf|f°‡T*÷. çl®ê¤0FsE¹à)ÆšÑ+ iQƒˆÎM‰«äŽË¢]J™ƒ8@à©sûõŽùŒi£2˜l–%'K7¿+£ b®ÑP#ðCXL]!rÂñ[@§žuÇ*7¤·pÄ\Ií±Ñ8´NéÝOzž.Óµô$ÊE'·Ÿß-Õ•'„¼|á3OOÍä¾\î^/âÕúî5Èòì}Õ«~yÓj×ç¾›ß;*¨Þ¾«`“;á9UÕÆÔ>ð îë“e…Èž“À
+œÆ¥¡–ZèWQSg”|«@ë¬+·=Ovl^'é/"JØ3\PRï¸0þ½ïÍËæž%ð¢¾GĄ×Ï‹Ðej»sß[É““ÏUa[û"Çî®ÑCúÜvÖ:Ììg«u‰àÛ Ûo†ƒ7u¿tˆ¨—°»rÕl˜€ž•‡Y÷±¥DWÃø«Õ^ P*<Áðyî–füãýD U7û2µ¨ã7#Ö<)î/’Æüa¡íB)FÆëTH°¶Fªœà¼4[Äa3ö®C+S•¢ˆ#øÖ÷቗l©ÆRE“hŒ †FðêÇŠT‚T/ûðæ¼u š—'XaÄÎ$˜v¢'â\¥_‹‰ÏvRw”jÒ—âls¿¾pÙ“&Õ®b «›/ûà-€Æ”ÅÂ!qiÞ6w#lSð¥kÓ,x~ffÊB÷ .ä¢;ßÝÏ»Š6*l‡Á( ÞÀ-h$ƒQ†sRñ*.‡ÚtÜAªJ_·ÒQ©’Ç^•;vål+vl?v1OØdDB±a
+Œiˆñ·òÈqímjoÄÁت²X箞­ãâÅ!?/.¦@?9¬ŠoË\¼ô­ì(âkí˃ÊÏu <Á^‡„x±Vu}6­ˆp·O¹6Kl§^õ¥JmˆÐ-ŠûÈ_£°C¶¸œx=ðËç*J °Ó–JžÍ5ß›å»/è<Ô&ïø \ß îòþÄ+iYæ¤ðx7G\<²ÈÙ—ÖŽ<|_Ê}H¦vE..gøóºtËPP—cÆ›Àµüõ,e:‡ïg:î¾Úy#œñÅLÿŠ·›$º.<S°—xkø3|cù>OqR¥~þBºÜbbC½Ýv´±›Kwõ¼
+¬áׇn倥ºm„÷ ¿¹—ÄU¿,re€^,V ÷Ûëy |#Ý|üÜãxwÚ Õ¢—þŠ2öVpwãÉZ¥u/^Ø«f¯Ö45™…š—Q.Õ¼Üõs]gJPÂü#:ïoÂrgh¸ž ÊsOU–…Þf—"ô|œ×Ú–^ó׌÷Dvî»n]T§\4OW’aui>A–ôkk­¥ò%Èzlֶȓ"«ök…ɔʇl¡5¥ìS?!pPPÎ>ºkâã;U§®òBuã“Ïk\À OMÞ;@½L0®ßÞvæ–x/Ó)R~œñÍAÜyš-Ù–¯ÄËŒujv.4l¨€Q$?{úåûG‘ª‰%­™O3&P‘J(Íþã<y*BÝ!Ÿ,y÷Ø=Ϊ5ïh
+Iût ³b,¯ 9Ü P¦J4ã=F Íø'Of‡yÀ2S”©Æ·2|i±}~«‹êÁ縌^oȉ·3—ž¨-Œëµ¦UÍD\iÍTÚ½õÖüøJèƼ`øšÞÐ4!
+ÌS˔˄'J'ëbrž/çÒ„çÆ.zÌrÚ`²$‰GÈòQ‘YŸß»*Å1ã×"½q:nâÉ÷G¬^9ˆŸ‘›?²»­»Ó‘àÓW“}w‰ákÕC‹W¶Žœ{nݳæê+yÚ'Ã*¤S'Iî]<u,·ì—R£OÞ‹è<@øÏrA
+endstream
+endobj
+1735 0 obj <<
+/Type /FontDescriptor
+/FontName /OTPBEO+CMMI7
+/Flags 4
+/FontBBox [0 -250 1171 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 81
+/XHeight 431
+/CharSet (/N/d/e/i/k/m/period/q/s/x/y)
+/FontFile 1734 0 R
+>> endobj
+1736 0 obj <<
+/Length1 764
+/Length2 1257
+/Length3 0
+/Length 1796
+/Filter /FlateDecode
+>>
+stream
+xÚ­’{8ÔiÇc oãUÙt~´©æć²9Î$3ñVXc~?cô›ùifhdØÆ¡%ÛuH’Z!ÊÚ°ÄJ¤Þ¶PŒF±…V)Y6]ïÐÛµ×kÿ}¯çŸç¾ïïsߟçû<f¦Þl+„ûQ‘ÔŠ„'9
+h|NH€,Å‘0„Ç’H
+¨ÿ
+Pax„&
+ÁbÑR©ü‘ C‚áÒª»”‹x4ÉO´ù˜Hv d0ä-òBA‘À‹yX-%QÛ·ÈAða`p¼pv±æ͈¤œ¨pÿ/Ƥ¿bµEb $â‰D’Z¨^ŸvKf¹ˆx($ñ™b ¸b17
+KT·"S( š"–X¦&àE¨T}¨‰!¨»ðª¶$@ \IèBz1C"A¶þýVÎΨ,ÚŠl¬Èõ‰¨bÌÿyb1,’.~µ7ŸâÚN–Á<¬J‰òþ«N*‰u)ê(ŘKÖç'þÒ¨ø1Ç?>àhØ%®içÀ§ a‚2ý¬—žå(„òëšjš¼-šMP<6hÓ[e^˜ËÖ™äûjÞ)¸Ý¼R˜Ÿú›jÓ³ðÜdïÓƒ‘˜«^/HÔ k^×*éQο‰=ôõý_UºÙÐ#YØ€‚z¯LØ÷ùà·÷æ&\Ñ"TuéÎjÿÜi£ª5ÍýõéåØSÀüLyùÕA׫™“ÛKZ¹Oú²[äÓ>ÞÖ¼°UÏïtÐÿgi°áp·Êþ[É×éd¡MtlýäÝA†¦¢ö½qþŠì.³ŒVÙ©þ6dÙ½µ$ìA/ È26Wv¬úį̂°óŠ%Îñö‡Öü`ÔYÞ]q–Ó6“| u¯jµøÓ·ï÷dÆÃ監&Ö”´”n"s£÷§`’'‰{‡¶Ï`ý]å9Å´)×ÛÇtFÓ_tvüœSp$&¥øу‡cü·Üç7´2ëµÃÇ÷ÿpmy?m)n lÝw~Õú°ªuñI=‡ñ+N¡IY ÚâZSV^€Î®›aƒØy×–ÓTJÄíŸ|&LØ2?Ðâé7vü–_—ïn²÷cKOï{õº¶9dn‚Æ›.“à#úŽìª»£Oœ•UÆï¢óuâAwÄVÆimzÃì\{(«Ñh8ÆV6`¼ÈîÁšmç6ï·ý@VMm¦³§."”Mš¢‡~(Òª›ñiœ°maèî ›œxË©“׳£ïé7ë»Z;¤¦ÚÒòrÕô¹:p­HUç¡gi}È«×ó{—u"¦Qøœª¡¬fêðõˆ›jpã´B–á»|`‡[×Qþr9'&{u¹ƒüîˆ ]Y¤w“{ØÝ9®©<ݳìK~=ß^¼C«3;|gùS[²—Á¿BÅßz¿”|y,ËŽyøBŽ«[QÛÚ«œ¬µ)våÛÎÐT—Æ‘MCHvƒæWÒ–ÞÐËÛ*,þxèñ©Ù¹”îô{ýñ:ϬøÕI·¾¹r}:mgÀyE•Â9÷tÝŲmŸ4Ë·ÅÔ^wÛÚé&­Ñ<{+h]ÅR»BšŸ¯ ßœ>ž}ð>×óò‡¹ÜÂûÛI+2p/}¬y9±ß½1¹Hkùzjî½U쪑µFƪîZØ3²ÇŒ=ŒGk+7‘2”˜¡tŸØg5>!ài6çqT»©^Ë´[š–º òOí´ íô×ê ¥!cŽR\9çò4¥c³l”ª}ã¤]EÓ² jÝgG½*ºŒÚ8ì OåÈ
+endstream
+endobj
+1737 0 obj <<
+/Type /FontDescriptor
+/FontName /RNZDTL+CMMI8
+/Flags 4
+/FontBBox [-24 -250 1110 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 78
+/XHeight 431
+/CharSet (/slash/x)
+/FontFile 1736 0 R
+>> endobj
+1738 0 obj <<
+/Length1 2065
+/Length2 15040
+/Length3 0
+/Length 16150
+/Filter /FlateDecode
+>>
+stream
+xÚ­·eTœÝ²¶‹»»»Cpîîî»»k`ÁÝ‚»»»»CÐà~x×Ú{%kÏè=úªYUwͪ9ŸMN¬ üEÐÄÎ fgëü…‰ž‰‹HXV‰‰‘ˆ‰ž‘Q†œ\Ø`èlag+bè à"bâäd&}~ù|s±±r±1à ÛÙ{8Z˜™;Q Sÿãô•HÐàhalhK$kèl°ùÌalhM¤lglpö '´¶&Rú'‰H àpt˜ÐÃ01™X;Ì,laþ)IÒÖÔŽèë¿Í&.öÿ»ä
+ptú,Šˆê_eR}ibgkíAd0…a³ûT|ÖòÿGYÿ7¹˜‹µµœ¡Í?éÿiÔÿ³lhcaíñ?v6ö.Î
+øÌáò~ÎÙõ/ü¬Ìí¯3úíþ~¦÷ø ?›èù§¸ÏLž
+w)þ%5 ‹<ÂëÕSÉ7õ Ùx6¨Ãpi,‰N®È7ܯ5d3¿6×"Ê2Â8|o,—ëe4›¬®À¹h‰U•1ÄIaÊKüýwÉÈRŠéõ /æz-bºA¾ÝVTæZ aî‡(’ƒNÔ¡–R•Z(àÊã¯ëŽz¢«%™šýãdOÃ’0>îP{˜ª“vê#úá¤-O"­ã1XŒÞH' ¦3‹%yŒ}çþ-ˆ4Œ7±úÈÁ\ÜaüD
+ º³É÷8>"…‘Æ=Qý›kÅœ•x½½È;zB÷Õ\ïÒæÖY9ùŒÕ©mN,üÝr‹:·ÚÕGß±R·Üz·{`D(‰TôO¶eûìùR3‰&¬Ú#D. JäŽÓBù/g3è ‡òDÊÈeš@±ü¼úÎp}§w·;_¼Ê‹„ ,`™7³WУ«°ÛÕÀ«€ ŠÐæ÷–@‰í#sÒîÜdåî黬·f\•˜-­ÞÎ{SÚËjjA «›éVöËŒ;u*ÑTË21-|¡¾Ù•í yqQl/OïHš8ÂGŽ
+¹ÿì¨1+g¥rH?ýQ“0Ã
+—CãÛíƳ"?ÏN^
+K,HËŠ§†Ä–„•®ßÛ–%¥Ï–òMÞ”rÿ¤ ¥TKÿô° Jv`QYKz¼éŸ%²æ'V½ÛB¯X—ÕâJ{ãÉadÉ¡«º˜û3%«&ÕúÏóf;êf0¹N"» 9»7^èTˤ ‹ćٷ¹´ê„Êœàž2¯l™À< Ïb¥;»zj‹d
+…xåPÈO&µˆjÈÚZt5¥0oql'1â{•€
+Ê 9‹÷"’g¤E×õ¢­Ì©1g~š+ß âÍßÈh ¥µ èùR”š3æxøâð2VÁ JP.¬¹Õr)˜Ú NÄí[hVgðó©Á…ZœÚNndn9_(ºÅRGÑGOF£ÄÙ½-¦Ìf|¤“SÇY=XKX£è[Ý%z¹Ä.1oÐ黋¬vÓøIèb¡7«â•ìȉ{µEu‰XµÒµY®ž9¬±ñ;ûdgóòµzÈNî_/䟘&Óz¿ªÄ: qŠÇw|AóiaN£PÀ7$¾Î;½gë|qÿq^ø¸jý“RI݆§­pàtñdÛѺ7É*ylgTÛ]ù§‹cQ[IƒÌe-
+Š¢Àq‹çï*è8ù1fŽÓ‹ ú_f䳫
+ßLÒ0RÚ÷uYö÷Ôäʱ{|VÄPù„É¥V£fDŽenJLB©åÇôæ)(3€MˆhosÒQ(x:µÀ<>Ü” ¨jò@ªö/V‘ž²Gv…,&™üP@ÎÆ=±œä¾Ñ´ÿäBìù-uñmºÙÚgï–ÐûòÒ
+ZÙ›
+æ!Á9)?êYƒ&Èòâ×Ûjç«_Pkd±8 ½XfI{§«“
+dN*ís—h±pÊøL‰,^ë£_Êë@Í™NÙÛîôv;.䌩÷ÃlÞ¾ƒM@ÁäኮÇNä.‹"Ç·¢‰N¤_Üù*öâ6Ôt%‹‹£=3äµß,Ç÷6'­)x¶ãX7ûj¯åNbåò]…T
+"•2„ºá«…¾G
+ ÷Ðn6è¸êWô×ïÇ «Í­Ðq§‹:öCe`œªà%}T¢byìÒ^jò2|Ù§<–=ÀγPÅ/“ÎyS»‚°jܱØÚ^7à+.0<ôªZÓUh¨†m$ŽKð¸_ᓷѲŒ·Wa¹€hyDxw@´–—°¥2êõ >"i§5º/~€sa.$ *:MÎÞêØ_;7½w¤‚:Š\WEbÁ&N6eQA'žl3²ù„. ·Êâ÷‹#$Û/%¥ ¯Îú«9@á¾kã°ê7‰0Q`êÀéP<€gn/’ÎoHÎ8L („š„tæòìçË%[ö»$|ç2•V‰£Ð<åþy™«S¡‡›-Ì<|òíë;ÀÞåÒYg%=)t‰b;xÅàÇ·‚Äù¾û×-¥§³:ç
+ÛXš·ÌÊÓÍìº/ÄkˆàköÇü.rKÀ¡ó–ɾ9ƒÞ빌HBxã,^lƒÏÁì؈WíSëíE#*eP˜xà<¬‘…òü€ßÒ ¿µkŸ ¹ÞmµÇ®"ÑÙú(]¾¦ß´NÃ?¡Ém¾–,‘eó𘗥bÓCªóÐÈ-p3‚gÚ˜²3,¯ÔE=<­ñsŒÚ•àKïÄ¡7Þ°©T8Ž/­i•nXkã<$TÙK q“²ªý*ayÌí•sí .$”%_-@Û ÔTXeÇ£„Ao¯y6 p H!õS,›p—ÝmpORÔhq±
+FngÂÔ6k¥ä"ÊW]ùýþ=ŠDè{¤}.’Â4ÏP4½-ïÑý0Rá"½ËÇ óÅÒ
+&3¶³6ô¾ñÅŒìþK™A*|…ÒèÆçé>BQ }cK;M~¥˜ïªv%ÖêÄN½³g™{¦ÒWW¯Yðà„겨4¢¦S™x5[®È°Ô—kôiš‚›» öê
+k}î¿R×
+ZÁ=×YýàíP•wBVRÄSüðL-ïF¿`O­²'"CloÃ*÷#ØYÂp•æ»‹ÂŠd†UD¯û:Øpð¡wi
+'jîEÔæÊÕRŽE7•£CÖ½NØâ&{°•GHÖÉdbµp§y“$ø†ü„}7¾gj,ðÚ‰'Çî­´³¥ø–ŒiiõÉâÀ!M'w‹ÿÎÈ2OëjJðE)VðùE—’{îÞ÷–¥ðˆ,äA|sü¾-ù[jf™Ò†’Mª‡WßN¼ç'uD ¥±˜ÏÎ;¨ÔdI]zBkj2}Hí‹ávzJ’膘)ßT¥j[Ü€¯L‰¤È
+[^:²Ð‰SqTŒ’¬«¯`‡Né^kHѳDMúÒÔÁÎ úKæ¹?ÚŸÀo>TX¥ù!Ô¨9ìV> ß·ŒQ]$îr˜D·¥é"´±W?ÑxÍ*œO“Io)w˜«¸¸Zí¼ëôE÷ËxµA-‘ÓÜO›‰…ÐfXñsè î†%‹2ì~t÷˜ŽµN$žÞ:7&Ô¯­P2‡ »œT«Êâ³JóØb6ç aòëeÙnÁŠRge‘Ð}Ê“B ŸBóGîU†x¶:¸eÏGÿ&%J‘»ø¼Pä‡l¾
+(Àq,8t
+ü?•”î„m‰rúnÄøƒe•g‡ì•`õašè®³þÕüRuŽùˆÍ½MþÚÇgöíFWw^4oùYæèZy•ÄÕ&¿VÜ=¸1.-è²PŽ&€–ý}ªÎÐ~~?Òu^#$Ó=|~Â*ÊnòÂåoáÈ¿:wQ:3@‚â^ª.™‰ãahŒ¢ÙòÌ¢¡Àç²U˜×SÎ ¸}DÍÿþµ«o {–× $d•k|w8ÚeÓ<ÿÊ;HRWhaeÈ!Ñj?»ÓCˆðgéGx¦"ÌÌVæÉðAŸxa╼·À¶ð”¨eX‘Ųk&3š;#™xt`;d’éºöÕÃ$R²^6K6¢°“ õ8ÕŠ%Ó÷•±€=˜‘j—xŠïÀí&²6;Zy+
+“£)—ºÄ/›0²jäÄÜؤøª#¦¡{%OE;ÜØtèf/´íOýÍ,ák½ZRf3+|9ªB+= 75ßÁb5bÆ$>øºV+ê×ü@½ó+ŠÍÀi-‚fä0Á]î/k–Fš.»ÝÈ<ñ·ÖgΕРK‰46™Ê@de=Oéz<ñ-ì9®õ çÞTð‚Œ“+¿ÊT¦o“PpC·iSÒ'È4ç;­’oÕ,|ƒ’ÈB´Œ»}y"GS¸²npïïŒ~¤qTD>Õ.·ö¶j¢ƒGÂ÷pôCÆî#•ß÷½çfŠ¸& 7„É܃Ëï¥ô«Ò¸~ÓÌfù`º_6˜ž D[ê‹èÓ‡§[TP¾kªÌp®^(}Ž ݆ESÚYáDó€kèE’ôq&‘Fë©u{ÏTÄvŠFÙG Ý{LRp«.7l0eø|LŸ¨mÍú¯1†©dÀŒfäûJÜ2w&~óÏ9´÷ÜÊ5ÖbÚä@‹y̸tõºxoãaC¨
+ºãðCäüq¢g5sƒF_ŒOÁ5dZ8퀶ï™B£Ëêb™+ÂñÕl Klå|2„ž/pX–?ws«B{óÍþX¨I‹GšO‚=Šà
+Ë×@DFUxÆxåÕ±êY±×—Õû—²ž^!w7©zEM(k-aؘ®ŽÊOw§¥¸»7ÛiÞY'5íd{¬WGƒ =N+f{ë,ì­ùt¼1Ú71¿4T/; CÆgåé×2¬Ä|úGåï­­£š37“ò)@U]AÄqñZ ~[-#÷´ðªÉþ¥<¢Ò(ÍOvÏW^ç~4 ?Ý©U—|Q\áAú1`ª˜cúh\˺'¾Ò"×ûúü&bŸÔH<¸TD×Í™9žÿÐàml›!^tÔÈôl+ºÅa5ð[ÐB8¼Õü kpÔdu‰7|8ôD ’;0©Ê#ý¹£ú,qÔ‚}`Ûú1U©{ýêš?ó²qáÙuQ!3V`úaÓ£ü‘ñ¯+ÄrNLÑÈý,±V(¿â9 æÀ$6¸Q>ƒ8oDú}zv§ÖËÁ3ÏõY,fÈD}Ô©xÇCwÜV.£ÚÁûF]ÍQ¡©ýQþF¶Žç缕ެsP2m‚6³p¬Da^†¤t¹Š5>p—˜øãgþ‹Ñ³³}“EÙÓå\€³IX"ØNW?”/A¾ây¹‰þàDœñ˜¿Ä#ÚDà\šXQçç;e©2VR¬é.ñJS'ñÈ­]ÌÆFµª9Ï™*/hfÉÜ­!ó†çŸ¦'ê¡ è YÍZ‘Mx%°zwGhO7Ê×>ª[ÑžõÆš9’.œmþîY“§-QŽ¦B`óáºÕA™h·y¶:<[û
+Aô}-ˆa½çó0á+’}‚2*?0£ì6àïÂÐ%²ò3H×2œà¥ý9
+ÈoÔÕ[ïÛ­2Yࣞ«â´¯~k=egÏm.í÷Íó/Sä7X·°˜ÕLSâl"½qQéÌOò ífPæ]í y~ë–P–bc~”Ž‹ Èš—l]Ô$ß-ÐÇ´râëTéÄÕ‘}(©k9­‰cš¾1‚hpþˆOçahKÍšù¥Ë§v‹çTØÙ•gã÷å^òø8‰[pˆ@¨Sb·ÉÏ0|šŸÜaëfrRcô~s§Ó2%}$nd­u>„™Ó/–ØÑöûè³(«ß#Ðüd_—žGdc}â7…ç0"Úè.îÇ0R¬Üíß ˜j4 ¤`¥lÌøÇ,Ck·j9À—.œµ4…Yâ Gz†Æn3Š°_Ú†Ô»o0.g- ¼_*ÙOcåÓt_çG(ƒœò®±å¤¾æoñÒv¢’˜qq92Žå[ƒJì–|ì5m–â—"e:"iæ(¿Ê$UÍ!Ñ@©•HBÐM)KˆÂ×.5/íoeÇx\Ì%Q‹$Évƒ+ì1íîIP^¦æº¹{0Š×✉ØÔºZ-*ƒ²D¸˨è‡Ì+/äGêêï_¶õDÐTË
+~TÔ™Çi¨
+JÉüTŒ
+Æ[ÞsÕšŽS&ç«ŠìMÆ« ¶t;„Êo³“cÕÔƒ?šÔÂ@q×ëc“ýG3Ȭ¿3ô”ð
+…Yx¼šg®¸o%k:{îƳ 6¦aÇ—f8;Óº^p'ÜXàf
+¦¯dU1Ƚ¬oYbÒyX^
+ïKÃD ‹¯&n+¢Žµ¹òÈÅ­(|ËOMuY`‰+ꈻV~P…™}©X#ýCž¨¥ÎgÈêüD5J0bßnÒEãs“‹›pÂÐuo·JÏƆßEV.´_< n;zlƒqHp¨A
+!Тm:syX%Dp ?Q=%¿ŠÅúâÌ‹Ê›vd*!{vxZçæªÄÞvsšôet`z­Q-k3ÌHøOP^Ÿ
+EvîËãM>9iÁ(öâí埃ô¬@[Û²:6ã+v’[ݪ…âa§Ø—00DÖБã[lÝø•ãSÞ³ÙÜM¬\akÛ>/ ÝC·Ù ¦‚ŽMÌÈ6ÔÍù¯ÿ"‡h/ ;ŸåãÔg¸Rä¡øØýR”[ i¤³å<—Bå|o k¾ › ž˜ÛŒæØÇ@;åfÉ1ÖîÝÏÄNR6rtÒÀb@¨õD©Eu;äðè‚=¶&¨·,Òá͵haÕ›RÒŽbS¥zVî‡ð+ÂCÝòmn¦”˜=v2ú7cŸ ƒ6\´AóIvm¹1îrþCjîâ¦~ù<нÒONä^j½"§{±gè’pÛ ax¾•Fð;l³Z¤ X-±^‰’GÂqûSÈ< ÕLxp‘$_Õ…;ª
+¹, ZÉ`X¤´Þ5.0~G|ôcêä0Ö'¦ÆtÇRpÎ+ã)o ¶"2·¶ –Ÿ„YCi(Ïf^n{PÐgóˆ¯äøŠ<O,ï4E^w 0™¨)!'ç¥?rçc2›Bó:¯}½¹¿5¿Ÿ–ƶÔf«$a?²éN·*EnZXÞR¼lúH~CT19ØÄ“[>¿çUÊÍê©»±±ú¦(YE„.ÈÁ38ß‹÷FcÐä•ÿtîâzYÿ‹_!œÐ
+&A'æc«¡#••õ3ôFüJ|B£â²9kƇøéòT-õêÍëkH%z&Jm’ûÏ| ˆò%±SAßìânØ&^*š‡2„‚ÀkŸ/]˜ó ª±„8H©4S·Î^»´ÇH¤é’Ãî©¡¼A$d.¸ïúÃÂåájÝa0Bì«áÒ7„}é 5t±5]RvJqG°°.}Tr`PÌö”š_•_Ð^·zé+ÝGÐƼU›N(¢V´Z9¤¾ØJµzÄé›#eta^åw¾SÒ‡€RñhCyY-ˆÓó½ÃAR}¥ÝÛÓ$yßù@Óp@¬Ñò§·ì㘭I¤_øqóˆ”ñ¬–%Kë5·Ï61¶i9èkºüjË‘B4YÛà=ïîl¡¯#ü•~¹¬˜NßïA@Š‹Ÿ>np£«–^«Ó©««Zmµµ<Í6ì²r‚0tñÃòÂE’H™WzC.¾á«›“†Î ü7…j ,3ÙƒºŸ#K…Ž¿õ‚°¼Ð¥Y8¡ë-JEMïÕ é5-oHtW‰ Jj ø ÌD€Ý¶vA
+Ô\Èx¯yQ
+–!{%¿ºVž Ë i‚’ž~vaµyÕê¼_hÛú$;¯_Ÿ%0†ßFQgò,ÛX@û.PFã€{eº(#„]ˆ
+%pHÙ±ËþDOf¯_¥«™ÞŸø–ÜßêíIOëàÙò@ÛÉ?k»;¸ƒá…V{D~ »’ß>äPÓÿªüußËæ*¯’Ðgɼ“6º~›ohvD¦ÿ´4ò[‹’T!X´ˆ
+a3[,I&Ùt=Uòƒe—Ç#"þ×/¹Ôº_çšB«HDî·-)qø-K3ח쾉®ªúO¬ëÏðáä4—J¯œò:>°Ønp^·'ß% gÙ<:Z :šÛµ¡È”º_2¹VÅ$02Ühwtµ¸+Á¤žØs(bK?¨àIé¿UÁH`J©¹‹‚{FÊ°&9
+é:øµ  f{hYÇy¹Þù#׎[†ÃË|ØɆðΆhTjg²#©ô–í~ÉÏÛ
+M^1YIDœIrå–F]˜/ìZ1`?)îipÿ4þÇTÊ;˜p2«ë¡òP Ha™W†\ÙjG¤½WÌùS„×<)š˜ÙóÅÒ!êÚÕ‚_Z#9ÝøÏbhj§£3e
+²ˆw”ËíØ0šz?
+}ÅÑçx§nµrP9«F]+QÀÙ´ÒFW:Dãû¤ÝGiÛtȜÜH®Û†YìxŸ{UW8ÿ/lÈ’]d»¹Jœ‹åº±ùÝ!ºe!ì6@
+´ä w½>¡ßôœßýÚK\³ŽZ6BNZ¨ÊyÀÓÏú«[ä5¾5_J»
+½î =,¨;C¡t3ÍYÇÌJa«®gV‰Œ…ÑÏ…~M °¡Çæm…Žß/Åç%†Œ»àˆ·Ys0A…xd4þ'˜|~9æwby<ß3QÓÌMÿŒ%ÍüRn(áqëú˜É¯Æv
+ŠØ5 y›øÔ{|µIÏ"Þa ÔÇ¿®V s4dWÉíªdôƒ/!Ô;ýƒLjá÷Ç@’ß÷ù»¤&Qþ°oo.CZ\œZ‘Ñ ÈÄÀ´¤Œ"Pžê.
+TQ ¦KòBXÝÁ,mØ\Ûý´è}Çã䵯ù0¨há/¿%Š²#iêhú¤/rʬS¤õKËP
+h "•>ÄpÙÃN4×¢~²&ã‘–Ï5óÖžÖ'Lѯ‡I&g:F~þÓ2÷’áàäæCPõW¡]ò¶%Zä`À7Ç—ÊóŸˆÏâhܧ®NÎ5m:açþ ¸Ã/oe†¶we8…\Æõ¿ÇÄÛ¡¬»L :ÝO¼þʳKŠ"ci¨IÛwÆ7ZN ŽFA_a6”ý‹õ˜ ëÊ2ÀÏìTæ%ÿÔ‰ï.è+‡D©E¸VÃ\%—9ÊúÇ
+ÊEj ŒØlÙ>³U[`cdtaÀ/£–æn0-nÅrêD_ä!
+å¡ <ñ`Zë€Ød}€d—ÀíÊÅ-1±,ëJØl%fÉ’9ŸeT*ý*á
+:Ö{OŸ-á‰â›äÈ|Êåi¢PÞá{ÎX¿’BIƒƒqÜÝ£áÆ:$™Vye^íPâ,oá€ÆN®Òkdê+%ñf§!mƒiò»h²Í¨Hâ÷pp¥Y7îùt)ÿf®“^æ•pÆí§exÕ$£-±¿Ÿ’ÈŒŸŸéuêoÛ&=x8,š×?“Mº;ª¯Ÿ ^ýY×–;ùrbÁ5A|°îHF»9ìóßóµD{zX¹DFw RÖ Âìj‹-GSóÁõåV2ßÝ¡ è†ë)ÔÏC<K–ÆÊHùmÎC„x½3‚Jôsf<=H\<«%Ë/Ïô‹`D㪵yöî,îìi\Ǭˆ·Ë/³ð¤~÷÷RFœAEEºŒ¨•DÇ£lh|ãô4óÑáÔQ<¤Ý¶ ;Ét>>X8XåUø’îk1˜;@<ê‚Ÿö›Ô˜Æ2_W*çV`z49n)‘3ソÁÖã+S&ã°–E$¿D{}#ùñ9>¡‚ppý¢‚?\ koZëŠnªR×}sâ‰bô³¯zWéÆô€w&9Æ #&eâø |̯¹rÛjFð°$HŒ¤R¨Ü¢ÀZ3MJk‚Aÿ „³”
+endstream
+endobj
+1739 0 obj <<
+/Type /FontDescriptor
+/FontName /UMGXQW+CMR10
+/Flags 4
+/FontBBox [-251 -250 1009 969]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/CharSet (/A/B/C/D/E/F/G/H/I/L/M/N/O/P/R/S/T/U/V/W/X/Y/Z/a/b/bracketleft/bracketright/c/colon/comma/d/e/eight/endash/equal/exclam/f/ff/ffi/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/percent/period/plus/q/quotedblleft/quotedblright/quoteleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/v/w/x/y/z/zero)
+/FontFile 1738 0 R
+>> endobj
+1740 0 obj <<
+/Length1 1325
+/Length2 6984
+/Length3 0
+/Length 7780
+/Filter /FlateDecode
+>>
+stream
+xÚ­”e\Ô]×ïénIRBrè’FbRz€‡:¤i’–$¤I N é$Ïx_ç¹ôÜÏÛó™7ó]ù[kïýç`ëñ)Ø¢¬a*(¤;Ÿ ¿ $@Q "(ä ààPt…AÝá(¤Ô& ”(xØ„
+‰ðØÂì€Ú(t/ZÉÿQÿ]\ÅІ:ý.ÿ{IÿË u‚#|þo
+ÐBÙÂ\‘ÿjûG›Ìîáôß^uw(n£€´GÀ
+õ!@ß 4‰|p¤-Ì
+Z¯Üó¯¿Ý(׿Ð!ö!Z›Ã_ˆþ¢§ú»z,§?(ˆÞ*ò/D«Cý‹BÂþr£;ý¥CÝéÏ袿 æ ûSNGÐëø³
+Qt3wWØ_£¢Õ¸{¡þJ@ïØã/DÏâù×   øüQ‹v>ƒ¹þ“ý¿Ä£G(o_>a
+ÙìòŠ@$•iNÔ¡T³ŸÍ¥ä9&=™$½ˆ3øºxç,QÎ~Œ’‰ÈOU#Q/™µnjŽ,El½Åxñü\‹:¿;ãþ3ÝþZò·Äí§­½€“Ï.á,Á†­–·ÞŠ$Žø-bþÐׄ÷›"ÓÞ[ì´ÂS”·Jíºâ1Ÿœî~õÄn"ñíxsÌ›§Cm7Es¿4{ü‹Ölª\LáUtà]0àÔâüŠS¾²2ßðçH”4`3RƒspcˆZ Þt²ëõT®Áçv¡>«á“ÉžoaŒÇð{MÖçGôi²Ô7Ø;o~í Ôº€É
+
+iNþ\Æ,ñ4è¥ùyªƒÀÿ3Kñó³ì +ó~/½§CFjQ†ëÃö_È…ÙÉã¨ÌÚ»™ëâÆî“=6d
+r6uÃm¾ŤU*lOØÅ Sº‹·¡’òr>§‰A$mÞ`)dF€)ú6Íz‚H `o‹¹[…ÃCÞ©l6z¡½~äÝŸÃ%:?*œjÎ_¨BuùÞw(ÉìÖg•5„ºâñÌ”DXOŠÚržK»Z½æLÅ Xs›ºŒ‚c^}£
+#¶–{6ßû…Žó%€ ½H×ष‹¼¤q +c‚šQTÚV*3"GÈHi¤Â$¯€1JÓj÷ÆÏå,0Œ¡£R[‘û0Ri=äKb½ Æçêý > óecìGÄŸšçÓv…‚öñh2ƒÉ(Ø1×Új<vnvDÚu§„†™šðZtÅ!ï™®‡Ùº•¢ÒuÞáÊš±R¤Ì‡è/tG´ù© ¬Ö֠ȥz?£WýA+³}Æ­œYC¦? ðÒS¨o!7îX®F%Ñ÷ä.2WŽ=%Lò·G¼-° è÷ª¬Ã³q† ‰?*eŒêòN ÈßèH‡/ ²ÊƪL3Q[Üõ Ud¢¶Zq·;(fµ,IâySÄ
+”Uì^ª¹3Q;©˜„8kt•2ÎÜ´—YùÛïë~‡òµÙô[Š“ÞÛ&n40 +¹î½³“¯v‰de %¸§úžƒ7 ®#"a´ |Žð· ÖÎb»Ÿ­:)Ð<"gÌq¯1—0ŒªÕ¡#Áq{ÛxåH]aäqîÆéeê¿ÞXµ¸ÀJq³°QÌ~×ú lEÉ.„Ê€kâÒWê)W¿½ $|.÷£ù(y¼å;ñ,ÇËn3USŒbtGãUz[¿K1žf‚U|á•)"6Í6‹ I2÷E5°‡ç? –»„d—©ß±t ZuA$rprÌ =9çËÌLfxy…£÷]ñ`¿‚!íˆÀç>¤‚/#±ì©’èì¹ñ ÂqgrK%xý7£~ǪÍvš‡PHÔÓð8Ô¼˜½7u‡Î€ ±ØºPðÃo沓9„?P(š—ÍÅtçKeµÞóSA†P-îí‰
+:}—~ Ò±áž«Q oÏf¶‹ßêMi2KÇvï= Ê>˜ÙÐÐc¢+²#áÑ…©™‚%§.|îÞ9›ïáàÌhÚ çð«ww÷J{ûþúÖY>•·>_)lýåðø 2£ïøÖ·e´]ö\´§¦nËq:ù;¸äÈ æ3…£Më{ú¶9ZØzÇù¾y½nÐ( ,5BG îÔ¥Q |@0t'dÕmŒ…‹‘óTzE*‘°ÈvdË×ýñåVÄ3bèm–ʳÛõNþ¡yNëX̃-¡¨á"¿Þ›äz:[\?òŠ*¿ôd´•© ØšÙdáùHûÞ;‰Ã»å~ʨxh•›À*ŽÂý ÀRÙKùˆ@Ò¼ÚñÄ*Ô%XøÞìŠ1ä­Ñ˜80æ䃂‡ú¯MœÕ¤|ŠL7ŸZ¬Z­ÏÙŽ–å [B©!ÙíÚÇlÖÝé²ÏVF4NØs#õ¾ZÉèÐ]_²ei
+\£ÜEöCØ0èç-ôÔ¢¨­LIES•47D=n¾RÜÏ›i`‘ôäž,h*N9/µL®R°8‹ôÞ¡ esh<‡9쿶ËIˆ¸êö«}Z’øÊÉ“¢FBymýúãÞ uÊ#?ò9³6öŸ(”  Ñ‹·BEãÄ=„8;xF€ÙKô3ËÀ
+ =tzqsl¨Çr'¹Kû0CèéV?™Öúão}¹¥½jÇi>µæ^’úá
+¿Û¼ƒ›ØKÔ:Óu˜U²ã<A—3(e;¸óÐ9©Œñ‘çóû°/]:ià¡*>÷0¢4Õ!¹7#†r:Ðiò˜ð*e 3¿;ãtÄ7s)оÐAI‚RV±èt•Älb£ÿ
+G¯q‹=Så̬e€é¼§·S¤Õ(Þtå gŠ|îØãªE´µmXu”0ƶA|ÄnSlü_ç@÷ﶅ`øã
+Ýäƒ}ßo<;OŽQ=÷I ~Û냵ÓÉt™^¥Yé¼u‡ÔëÉLQ·“¥“ìœÅPjßXMÆÈu~¦~jrëÖw²>ɘ#f•€íû<=ÞJÔ¦zß®zzâo{9'Ä!Ë~‡l|÷šÄÖy_ „ùlhó…¡æþ/¶ÓK¾‘fH0Hv8yC¶}†dI^'õ@ûf,™«4~@ÔÄEÙÙI»8` ‡¹wûI©º•1+9B:qû®/*¡ýìG±ß7(.›U3Q¸Ñ+‚u"ív¡ …ô~Û[O].7d³&Ê “fc”¼©s©VÔðŪúr¢ áz´wß-¼¼eŒ2>!Æd«yªžÌ£üœëÀ.²CCP“øºqK× Û_'¡fãnêÀܤp}½è»£Èk¾ê+OV"8g÷«2ý2i¼õ(#:ŽŸâ ÜŽý å”ÑÃjœTb? '£œ¥cå®$榊#kˆTÅ·“¨s¹C£Š2êa}:jØ{+%¸&–Ö!ƒ‰L’'þTª~;4}Єý€êm?Ãò‰DïÄ]=rÌ!qkëíå×yykO2ëJ¹Š‰ Ì=7btˆ·¸cmº·i°çáCıöV‰Ù)D$]´“íxx Ñ%£ ¤b?¯ÌÛUAué†vad•âgÞNÚ‘E=n¥Ôq½Ú'$uòõúÜ•ÁiµbC‡B\£]J˜®é.—H=Nþ‘½u̇H¦ ¥·½(™¹Ü€^>™²}µ¥CRÒÊ×2g9V¼uGŒÆͱ '™‚‘Š£án=–®F¹È{«ŒãZêâq …¸¸±î©ø¾ò:¶tÌ»"í‰i”­Ê¾!­Ï“¿tmÒ«‹ð¼Ï0ÔµõîBèclúÔïý6Ó0|ÂæÐgëª!ò3¾ê+©› ¶(»7‹õÜ`ó\ño+Ÿ+1#Zëj^$U½6Ùž×˃ñSíM<.žK)•&&}³_ºaÔÁ›:D—GË~€fœæŠ.3óGŒÇ „U©¶Æ°iÚ /öÚÑK^óµ"Í4™Ç—Tç}ëÂœ¸!Íýˆ‰‹ïòƒÎf/âæä¯ïé›±LîâlÃ"Ào}éwq[b¼iMA‚ȽÎËÜçuÒ$L5ëT3ëŽ(‰±'¬Z‰4ª2zÕl• IbºROÀŽ)[ã;f†ÄïæøìÏýJÀÅõl½pÛ;O¡¯ê螬ÏÀá)ìW48sD³¥´›×ßd«ºØó×Ý~ ¸ÆàÙû1ýiÓ—ÙSGP”Dú‹¹îôÃýňl#oã}*q}¾ÁÉòl‚·“u0¹{³bÉuëô‰Y²ù6ÊãñÚÕr&iTüIØâÄî*þh—÷¿läJHº ÐJÚ:QÆz. ÉêRþË &#wµ÷dC™ëÅé–nPˆQFcîÉèrÊqn¹7¾`t›ÊëÍË­mãâeèam2œN•x‡=ÝóÃ'h¤:HHŸËyúžw€ß”˦=ü±{Gµ¿1gºÂ²Öa ˆô0ÐZìÚ.ýîU!†äaí3 åT+ó"1Ì>«wÑo?ÒÊ-3»Ã2ñ¯} bžùUáaÕ°ŠiÿÒëû«5÷ð}èÖš¼¶Çbq0>’˜Mªµƒ¾Oºæñ£Ù¾²9®×ÓÙÊ¢n¤k6(¥ˆ,wíkU_8©aë¨[Ê>ú”Ï*ê0Ww,;Î晚}ÿšN)AÒÌ©›¼­pÕ1¯u»ðë‘æqnµR¢WâÅÀ€C/‘©6Àëk8Z¬n°a)0´ilú¢ $Ͻó½a&{Ð2¹ ؼ’wiwH7z|SM¶ôyÁU ú3`i)®ÌŒ—¶ï;
+&VUèy©0ƒO³FÞÆ-Ô¾,î¶6SmÎ*ûÓ´? 7¯q;&uåÂõÑyŠÓ‡)JuôˆNŒIÐ7ê*éÞ–O?‚‚‡áÍ9ÓOc<& SØkÛq³óNòlÉ¿ó.‹y5(÷6ò_é÷ý¨CÓ*ÖóYeLaüfQ`;ðêÖG‡J²ß6ºßHÛ«Tyƒ1ýb6¼ÿlõ& ö
+endstream
+endobj
+1741 0 obj <<
+/Type /FontDescriptor
+/FontName /BYLMUU+CMR12
+/Flags 4
+/FontBBox [-34 -251 988 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle 0
+/StemV 65
+/XHeight 431
+/CharSet (/B/C/E/F/G/I/N/S/U/a/b/c/comma/dieresis/e/eight/equal/f/five/four/g/h/i/l/m/n/o/one/r/s/seven/six/t/three/two/u/v/y/zero)
+/FontFile 1740 0 R
+>> endobj
+1742 0 obj <<
+/Length1 957
+/Length2 3462
+/Length3 0
+/Length 4085
+/Filter /FlateDecode
+>>
+stream
+xÚ­’y<”ý×Ç­))!„Ô…,aŒû¾-»,É2Æ`3ŒKidJ!»ì²“YR’}YBYÊ){<S÷sß¿žû÷ïóºþ¹Þçœïç|^çA>S † Ö Ãbð ˆDÐ22‡È IFAA-ŽGa1Úp<R€((@
+
+­ÂhG(>KQn;Ú˜?·¿µH¯uElå.ÏEWät",M®mgVzÝVSú^Íí¿¤»ë~Ñê\·ÊœÕ'ÅØ3§¦Ò»ïÀ8„2—^»îÙgò@fŸã¶o<·Îüžýºâ«|¾‘H•›ê¹¹6=!ºthþ±áOñŒTzªwáYÆÖÕ©¹RË1ú aªÇ‹MfŽ
+Û{ÚÚåк{‚ñ$@SÚ›²Å%$êÕBs}x]¼zwzµ>gertÞÖjö®ÑÐçÙ˜æ¸ËPM]gÈ6Oyµeù÷Û[Ö®‰¥îçbÙG,”" ¹< œ©õØ¿V÷yz½tµ\LR}ð´:ÂXeëúSƒ¡ ‚º×Á1WE%÷¶H·”ÛÌGå~~æö±×øT×5‚?ks#FèŠê áít©!wp“ÉnzAîË:ûN|™ƒü¼^«))¨ÏX‡vŒŠxô‡îl<T+Gçöڟ߯ñµYɼoÛœû1öDQp9û
+rXœ^ºÈÊïSÉ›ªw©^EKsšuÓ³½EìÅ>ñdGÇ¿L³}†$›N2¼xŸº~F9íæ¾8zÈkø·”–'ZEùs¦õ·oÍÅYÁ­wR@ñ·&L’ûeŠ‘}Q"N‡L»ùÇgfý•âþ‚Å"•…a #MñêÂAWžW¸ùMÊ6KM’#ˆ–·ElUYºŒ^çN$?3¦SòTJÎ;¡ÇSýмJ’…= ÃÕUÞŒ¢‘ U§-v—DÐ ˆÕÐþˆQ9¹j#BH¯Š™ìüœ?wmKõ÷ó œov4“j,/·½rÃ:7~—~xüñ«Ž²Uÿc0B¥vJdŠº”3fd†28Åzbî|lR¨æè´&í5q\”蘨gØK>Ì{êñ6–ßnÅÕx>ÿ»å÷æQÒgþRـǰ®þ©ÆéªWîù”{—éYöœ6NØòöÛ»™›ÆT­«t ÜTûæl;F ›^/ZlêÜy,QVÉX7Õs™mرEéDù]Í;ªŽˆOxZ¨fÊ'Hùàž˜Ênó";¹A·«o<Þ*!Õ]{2zg^h`_Yox Ž·Jì3úàðèðôvÍ}¦J=öããZùg7àz6Ž!¢CÍBfZ3ÆI:w¯SÉ'pTTf…ÔOåx³u''‚n¸¯7ûH3SñåǘÔ_©1èórýã´3ÐSã[5SÑíçýß¼Ñqˆ*F,ˆDضéwëÕ2ß
+û–Ð^:ó ƒ›%ÃYÖƒº@3.VôðT߉ÚQ–Ú%ã ¸{¯¤Õ´ú^^õÓ3 þ‹~AàYªAWGØçõ<;©eæO:Q¯·ñ ÐUû2«}ZZ¥,”Ý®Ý{A Ç–ÎÍÝÊlRÖÀ</ÉŸE½ýðØô¦èÊ(¶¢c§ïçÓÚ©²ÌQu ôÏdBá­Ž.1¾ZisjµÆ‘AÔ£!Ÿ'£l^úFÏ›µ4tƒ"kƒŽ„—>ºyÒ²×XmÔúÎât×N>Gï¨È+àËýØüP®ÞÙ2úñ…õDU¸ø¥`|n~Ïfê U—|³ö¹…1&žeè3.Dæ»÷õ96R¤¿û²w%9Nÿ×€áÊó£›Y¦Á“ Tš;>öQÌâ'0Ù7b«'G{o
+B[•<«{:Šç“2üÞ?iWܯ짊ÕtÉ“†<œ¼”kiöÕÊ­° þðFóÔ(
+{ö€‡ÿ']/¹FgKt‚ȼùD¾ÓÝ;~=öUÖª#Y÷f_ÉNwOyÒ¥ ÷w—Ëü#]v†Ê&ˆÖígæ^Ÿ,/ÑDhðÑêò׺~ß[ïúøqž¹ñ8<më؈,™¨ÎÐ×rF®úsãºÿ¶ÙU-ø´Õ Þ«pý¡vñ'vÆ Z
+‰'ÆônÙ„R9Ù¿dyúàùw5Ӿ飒—wŽÕQ›xrê­=šo=Îa¸îa7%Màî÷ä×;éÑ­(–/®À [¿ÍXNÿjºá3ʯüí¹Ëи¶0Àqg{œô“KJ› Ï"\„š«Wk*©(¬¾~Ì‚ÕzñãßÊ‚ÃbìǸù¤ S…j=ÝɳûÕ4ç­K8BÓÇ/ØÔ§_(@¤ª¼w#Œ4ÑÌ°©ÐulŸý¾âƒYb€µš
+úĹœ™O¾¾¿ˆ¸,Ò‰¸Gÿù§ºãí“€zn×Z¦¿£+ò×U’¶'ŽQè]ö0>G€ÌÍ)q²ñUݺ²™)Š§â3Î
+i_~%À »‹ê,ÔÛJ1µlzW…™`ù»
+@.MêOÑóÈ,¿JÛªépÌuæîÔ€Ÿ†¶<¼Fò1‰†
+Y%îC—½¢ò•J-?p‰_yX É+³êTe ´u+cI¬ìÕÇ ™-îÛMdqõD›:ë$ªõ±ÈÊ1; |£œãG˜wLJ’ +Ñ’X”z`v/!ÌÏõ½NO³äG•Ò:™Ã#bõ½R)¯kÈBõ«ž•Øñ*\+¢*$t]4dã<n+V¨NŒ䃭V˜ôËû0L±VyxÍË’Ü¥ßzâÝ–gƒ
+‹‘»/Þ©3—QžºÐ‘tõºŽÉ¦‡Ø¤rAÞ‰½öŠÊ`·àÝ€·Ž×Œš¿ÙD¡Ët;]cVŽ«”êVK<ÉZv3åv¥û¢ìt¦¥,u2qéÞ[¾eÔ½¦µKsqPÔƒFÆ ;èюž&ÚXk5ˆ_\µÒ„cÜÔnðá)îUMÒ®t²ÓÚP#~WÏ{;}ÞvMB¼Anb'*ßÈ© \0mLŒönLSb•7Ãà-ºZ}-Âx/©s–· ¨x·Ù‹côåöµtaO{Uô<³¾Š&Q#™Ë½ªÙ?Ä„d— j
+„¢È \/ÍõËžðûÎL‹Ì=ÄyÛqSj·åêê!v,›#1+–î”T!Ëäâ ÷®Î²æäáÎŧÖ%÷„‰{ùÔ¶Ö°¸¿¨•<‚¦ˆ÷ØxÜúƒ´±]ºR±óABBóçÛ®…û‘œ„·—„«Ü“ªÅ[§i6ŒÕ!»l´˜¾h‚âf¢_Ú/‡øeàà=žŸë9j>¶~PªˆŽËبq£Qf®\ÂóJm·s¦û@—‡%ÙsKã;7ûc Ç/Åsï+kéçµ­m.Jå–ZçÚ¨–ï°çÁÌæ\ˆŸ¯ IW h.6Ë!/1q|V›-wç™bºÜáÁiÞÓìѾrê˜m…% (æžã¹1û€®î·.B&<@éÊ©­¢bZ§\ÞÑ6DR'¬ÒgÚ‰;ñë³B¼ú,#å–‹Í/ÏÍZhÄÊÝß÷N-e•é”†µi TkÙ«<[fÙäºÑážãë+øèÓÝŠ¯ÈO2½!74š×X±jB:ûjM$!ÑwžÏL¬éhœ–Éׯƒ„é¶fhÎÁU®úlìÎzÕŸôG[Ú÷µqÎÒ Åm2šíeBIÀeŧ·Ç/‰}·øŠÓ~)ÛkölB\²’»„Ü b³& {{/Ó,zÔÆ`UKóxÑ,õKDèÐSµµ$4Ö$?Q©dGD}hlöbð¹GÃÍ£óþ7ÈŽf¥ÿSæO
+endstream
+endobj
+1743 0 obj <<
+/Type /FontDescriptor
+/FontName /WANHEY+CMR17
+/Flags 4
+/FontBBox [-33 -250 945 749]
+/Ascent 694
+/CapHeight 683
+/Descent -195
+/ItalicAngle 0
+/StemV 53
+/XHeight 430
+/CharSet (/M/P/a/c/e/f/g/k/l/n/o/p/r/s/t/u)
+/FontFile 1742 0 R
+>> endobj
+1744 0 obj <<
+/Length1 860
+/Length2 2434
+/Length3 0
+/Length 3018
+/Filter /FlateDecode
+>>
+stream
+xÚ­Ry8”{&”†
+s(ÛéE"ÛÌ0ö-ë!ÍØŠj2/3ÌÂ,ÖÈÎ •]ŒìÉ®²Dh!' C¶ÊÒˆ
+"2‰oê|çt¾Î¿ßõþóÞ÷s?÷゙瑗±sT5Á’Ï‚–dM¡†ÐÌPZ
+•
+Pä„<p"bÉ$B€=!04™óÈIòÿõ³¹%@@cˆßì93úWCÄ‚þ['}é4 ÈXBúYê þ bñtâÏUk†€÷0!y@
+äÛ29a¾Qß‘¦:
+UuN¡«hkÂCÿGèA§P@íûmrÖðöÄs–‚ äÙ0ÙC?Ú;³!¶,Ì¢ˆYΧÄmêÕx}ëÞÓV¨ÑdnµÇ6~J7O°+²¡»_ó½Þ°!I½ÐrξÇr!ÂïrÖÐækÿ3¯³ƒ›$O|ÌFÍøÊ®EÍï¹Ó0¸òN“Ûv`¢»,Í¥øaîbç|¢ù±7;Æd¸îŸò¯»Ÿ­¥}Â2›p<.ææA ¡,¿²xdÜx€PZ
+ïx_T˜wÿmåK亻ˆ??uÓuevàð)1Æ–©wh7L$à0 ‰VÊÈý‰Esšš7ØU ˜1S£áàå,Ò !#£eq[.eè1Kâ\]n˜ZäØ`LwA¨ÄÖúiÓ}a½Ó®wýqN6_
+i8dÔý™·çÁ¦<{ß“‡ ÷:>‡u¿‡ŽO^BNó®øuŽ«™iHSßæ´ø½¹Ÿw65Èxád׸vÊ¢ú«`­£¾ÉVfkås(S¶Z]‡*`
+ ËüÄœ²µûÅ~½ç ²Æ²]rµYÞ(}Öc<—$jÏ*•Úù^è(pÌa®˜mà¡ÓLX:jøªùãœæ!Ò«Ñaë³,é­3þ›ØG×ÛMòJi¿zȳMº«Ï0 3}R'ëvdC/RyÖuøÇËVíW%Ÿ¬¥çË6ﮉ.&fñ,œÛu¬ÊŠ@ë(tÞðÕëKŽg–d–¬†7lŸ^H«ú|7¹d§w8±Ýå©U•9 DKUkDz3lÜg» ÂË=l6ËS}mž'uôkÚ?ÙTVˆnKød±m¾¬f0'H.„á„à³kÏ
+%Ô’*énÞůã¦òËoœ6¹z¶$ ­ùl½CEÂÔøœ§s]/Væ«›éÛóõµÏ šÅ‡u¼HŒ%—JªüÂÞ¦54¿òAüÁ-µ‡}¥1³÷XŽ«…\“=îse@£¯¨ºøì×ÂÌÄ—üº¼×žá†ªõû]˜’“+ªbÂ’÷Jövú˜eáÏÆmõ³ß|®ÕìõsÙws$È_:),w~*ÀQrè¨Uá•þBîC»?"%Zôó&Ï +H³ÖϬ™{È3ï>RZ<õ²¾^&þ‹ôMxõ{qS®†•õ"…ãbsW‘OzÊJ—)»Ã •r¿Ú0ñ*W/©ÚK†Õ{¡Wôjo&{ª=ç6C ŠG²5 Ç”<#jÙa<ÕKHì£E^§í•¤ÁX|µDŒÜèdz¼ÛUcÅ)BÅá•¢é]uIÔêÅÅKí>/,3#¼-žš›¤õw‘dÓE\î}4séÐá&N xªÔú¸¡y»nEš“mí•{ã¸a_†TÔ°Á`ËêDªD¿eÿlò9^éñ+O!ØN»Û§ÊúX«ôðçın¬^èHvçuZ­
+³šz‡ÐÂÔáÎ4{I”©¹“—#è;Ü éw<’õèÐéQ$?z®0,}*&=®Äe膴ë¨÷q£LÖððó‰(À-Ô& ú«Aéëí!9ªÉ‡–»T^¾ú”ðÙ U¯¯.ÒÕv.þ‰J³<Ý—SÝ–ü¢{ͺ9«¸˜h½PÑ
+zÌИ…?ÿ¸H]‡'YÉ_Ói½ßvÑ;Nrk6?&zZÞ¸ð¸€í††Ø5ç¬p$Ÿ®‰Tí4O~ò©¥Ñ\mÈ8+;:jÇD‡ŒÆ:dÄ¢ù}ñûüHŸ´Qgµ«6”t~7³jhc•ç# ^Ûó˪”¼}Ñ·¾L{´6ÍNcߎV“å÷îË;Bz²¢»»]J¾”;+ƒ£"žÍÒ• ^wì¯.P£^Uw cu0!¯B'©ýÄ7Ç»#©ÁÑŸˆµNAUmÁk'Çš†ÆÄ¿£Ã2æ´c arDó¡¥¼u˜Èʇð¶xW_ӚܓŒÜÈ#YáÁ×Jrl˜»ãP˜eFÑĤ1‰§¯Ã•gâv¨Ž²»JÀ¯~ÓlçÞÐAÙòçþÒúÛïéLÍÝ×Ûozܳ¦Íø®¨kÉHà0Œ‰ÔØåÞwÏ©²ÂõÖùéjx{ û×K3C=ËÇ QyË1²7Ô#_c„ÞZ Wù åÕSwér§Î=
+ùí ÑKWÝ7ȽÔzSTÃuyÇ…°¨ÐÙBÚ®
+Q{ÐZÆPÂ.§ß^iÚ²²>Ô_µh&ÐéÈ´žÊšÈŠm.(¡‹ÓJëæ’ ÔEÙêæ)ú ÕWlB‚ë
+;%5î;
+ÕÑU&1Oy|g¬vη Œ¿kŒŸQï5ð:xbRÔYÊ6®^wm:"ã¤_¥Žþ©îI#×/qDÏ@UtµäåÅ4ÅË'=f,Xy,¾c1ÒÐf9QÞ•„Q®§Öïàµ=YÞVg›µf¢¸bß÷šK?Lì{P˹Æ箲Ó}~"æÁšïIû[Ð{DJ…Ûýw®ËPó‹e»O®;•w*2;šúñˆmÌ]…8­ñënYáoÍ]P«W¸Û/†s]/•*á‰F¢óiÒum[‚}y`S<}ãKâåÐ3 Š[Ç­‹a=c³š#¶
+ÖSÙºµ²hWÑJVˆ·À6¯¢£åH-t½ÔZJC05‡Öe–àíŽ0ÜT&)->h·+ÊšcoÝþ…USùˆp*Ï[Ù}W‰PumÛ­¼‹†©Ç/%4UÎN>¼Ñ-®5éögs×
+endstream
+endobj
+1745 0 obj <<
+/Type /FontDescriptor
+/FontName /KIBOMX+CMR6
+/Flags 4
+/FontBBox [-20 -250 1193 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle 0
+/StemV 83
+/XHeight 431
+/CharSet (/a/four/i/m/n/one/three/two/x)
+/FontFile 1744 0 R
+>> endobj
+1746 0 obj <<
+/Length1 978
+/Length2 3595
+/Length3 0
+/Length 4249
+/Filter /FlateDecode
+>>
+stream
+xÚ­Sy<”ýצ'Ycăd¹í»™aìÙ—IÙy,É2Ì`3Œ± ‘-R"R–dɾŒdIQ²/‘}'Id'[ïÔó>õ{Ÿß¿ïçþç¾®sÎu®Ï9ç+"`f)£Ä¹  pX‚ Tª
+è[(PYƒˆˆ.…  qX=¥
+@UT €¶¿;  Šªò*ªrP@çCÄ£Ý=€¸®Ä$%@Û…G»"°€1‚àò¦h¸"0€%Î"em °øQáX üPø
+hWà‚rGcÀ?übÝp€Òß4ÒßçŸP
+ïG1ˆSLJ
+ ±HT€
+¢øËbqJ @I(à†Ã3üX¦¢
+ÀØ_F â°ÿ¡F©õC ~g(À( e6¿0ÅÁúŠ"!÷»å¡€À”p0
+ÿwü¿×¦£ƒ
+‘‘Sdä(BP¨œ ¤
+Køù"(Ëÿ»¡)§‚B¡\ÆGp®jÑžiµ1EaúßÓHRë¸?K4!5¿kbŒK¢Æt]ò•œ©¶Ý/É`c^¢Yâ<<çwóùUó^ƒ¯¾‰éÃÇKÎKÁõçl72Œ‰|w£È,µC[+
+Ô¦ƒ3ÝE)vyo2×ÚÈÌÄõ¬>ÒN PµØÔ´<ˆVT²5ÈÀü{½ZT^À”î[t;JI>9ÝæKW'5¹Ž{îfÿ1]ÎÝã+Ûu]Ù‡˜×ëŸÊå6`dçãÐ÷†©U¥ß-tr™†ŽüÞß½Bbf.ói¾¬ÏwŽ»^>£Ô3y szësiÝôÓ¾=­—È5'íð–_½©¬y4’\^=žAÂm<÷¹øÅò"9ŠºF!ÖìèÅ ê˜ !ñòè¯\ꋬµÄ|s ‹[ö­Ð â5„sÕiÍù—úlç÷๗L£‘ç?S¯D Q9¢Ã¨u¼<S¹C¶œä®Ï³]ço_c^À­^u½ŸðHîVg4M½Áà«Ã˜‹arå€.·ÖL±¯P!»‹/±y'æu£Øê¾þð…Ý&Z£%fOÓ¨¶ìOª–ÂlªAŠ`HÂížði&Ãy¥ÞÎRº†÷É‘ žÁÆñ>HÝkÊͨ(š oò›é†WÓÉeíÏ&³Ê¾ÊÐ$5iD„g·IÀb õIuÄÁš&ƒ©*aå{¢pÁn;vŒ&ªÉ®Þ“P%UÁfUÁi('À„={l{é{33Á9®»*Ì#Ú!D#Çœfuñ}­?êÊ oƒö¿„à rþ<;ãØ×ÊMe6ÃjÛ0–Òì9}Ï(u¤¬Ú¥”©$OÍ…<¡B´/ǧY«šϯ§ÞˆUÙpwŽ)Šà»’q1ŒqÓTCÄ:R¶ÇÂ8]ªæzq¨ÁÓÏœGHVìg!–äùb`,éæ×p§ÆKÂƶp-1·œÔƒf}‹¥×w§¥½Ö3ÖúŸâÚÞ µ°Ò–(9ý½nÁ•) íÝÄVqy‰ÎE…y|'%ß6äØ‘ö\„á$c;1y¸H`C/\Ò¤`P¹áI'/iÀÏÌg(ýóôÙ´ª Ù½Ç!üQír¬ðO®CÝR>#º9§ŒR»íø7ÄFSo[Y•`aåíÖ¤*í*5ä½\"2¿îæKÇÂ|~˜~
+ô*Ú²ŠÁ|,]Q–ÁÃÀïlÕ2x“c ?¤ot÷ê×LÇÔ
+FïsÆéß¹¼Ó`çФð›ÃÓQàçRLÎG1QæÚ¤ÁäƒÈQG=+Íšj=­púVÏi)/ó[Ö—Œ¾3~~×h0Í>È|"MÐ[ÀK6dU¬®Hö`u;Pj»¤Uf)).sÚhÖÕª\xæ.†ÿŒƒ—µv‡Q7ÐÍÑË‹§Ÿå“:å¸?»0>ŽuF•Ès>‹?ý},Åà\••þTÓÖP°&Òk/X}êRÈ-»ó&¢ýbéý-[DÃ0ºÁ;Š7Þ2ƒôL8e*üØêî—[ɯ”A´,Æ‹"]*M©…¼¥=dQpÅ)‰››Õ/g<”dBó/Å}Œ;Fê“Fù›— ¢^^ÛIM¦–*–q{Þ@G¿wcÅÀûÖ+Ð\^phÜfRi‘­Ö“Ü<°œPŽk]ü¢àgÁ]õ,¢@ÃnÄ©!’aþºíO"Dl_8 ïá<}–a&%K
+âsOu¥ê‹±Ü߯óm—0Mî2%÷=»Â¼;ð’–XJ×e.®³XuM¾«ŒºôIa€¹
+-ÞdUÂÛËûšÇr1vYQ¸žôö‚ø “(H§Û%NQ|É1WÓ³·ý€³ö½¹¾À ûÅFgëÕ“³+L¬¦I¯'Vç?×aŒ˜ºí|A4Þ˜Ó+)ˆ^´p¸*çf©G<…ŽŽÐ2Á 8ÍR\Ä—'ég~,nEï#nsºôë¤ÚDƒlg¿1¿Ì÷òâ»Ótô°ì\¸˜ùŸ×R5Ô¦ ™cX4Â^®’沘þUwžuÒwÒìr;^FVdÓ …^éiCig qÿºÕ®™üköïnš¸·‰Þc-lD#Û1qJÆ€y‡^Ý~˜æÑ4c˜õHS¾Î‹V+_†B#U ×–z‘Û=ÎJµÆ“eTïµÎù´YÖä
+ÝîE¨4Úß[ÍdªïTÙîæH¦ez’‘\î
+ 4kÆ0o3¿›¶5³YduˆÜ*ûöt_.rªœÃázydne€”ó-™sÉ Õ «Ì8å?IYYÐ|~£~ø…Q|4[s¤íÕ“ì‹qÒÌܵÁõç'wx_õû÷qIv6ãçÅhÅá_Ëä{%E®Y}³és6ÆÎ;mæw{^†yŒo¾çQ»H¬4ÉS)NÌã< Í—˺züÈß¡­á2÷ÉÿâÜ‘¹%ÈðdJ}–Ö¨wË…›ˆº©N‡š±êoþ°–ÍÝ«îh3°ºÍî\.º-Áè5ðqŽÿÀÛóB\_ 0Òr–§&_Ø#]ö¸‹mLzJ‘CÞX_xiÌ®ZHRÏ‹v_ñ4B[sÉvëýøLsãáðî6[É”Tµž€Åõ¢EÓì0e/œ¨ ªý8òf`¼¨ù‰Å®t¦QQ¥­©Œoà ¬<›Ï•îeL»-;ˆ 6Á:ÍšÉ{¶Kq&¦Šòçœ,Þ,äÔq0×YÐ_1-­N*N›i$röíÀݲsx÷Ä”’é+eÈŒ+™b÷¤‹ ¯kÑ CÓ%ßݽÙhÏ
+w'£³Þ k&kÐ.B»Sš©xèΑêÏ·¼ýP¼U!nP›5u,©ñ9ÔͼïÖÖè›Ý:‡É;ãó6xhø…àþ ‚÷rcÁYUùÊðƒƒª /gf­aµìàwDbÙtÇìhD3$"³uï͉_ *³jîüÚVóšÄ­?æ}‹ƒEiÌ¿äùýËtk»ÍöƒæpÒ¡ßÏN³ßäËÌwa óõ®Ì?‹»²r}ÛµDœo/½þuÖ„ÝÓÌ7oîá2–Œ'ø!v©Ó©©šÔÌŠ¡W-¯`>¸ >2»ÂþôÁ²WZøõN…aÜþJ[ b‹Q_n,½¹ Úy±ã{ËåzüF;_’o»«ÞÍ‚´!¹}‰aAäöÑÃã‚ãØåÆ2ãcqäègÎáã’÷†t!f6nÃ_ú­LÍvo<v|zƒ!Ñëi÷8õÞó…3I~꣣þïuÓ<9_iwñq5±®Bt²Ö¨Jíñ±š>Yei3·øB#?w[æ¡ÈQóå PfÄ·{*¬Ár\0,¤’X0òž‘V#Â@R¿¯•;`„ÈÞ×+SÙø¦ÙÆ)z=ªo~ñûy«’ž-Ù´ãzåW:,ë‚ =†'²<AOµ,xA‚·˜^¥O Þ2Ûß:uÀ’.×4Û¾5‘x¿i‹±irD+×ßaS;qº–„åξä •íÔiòœV„“D]:–øMt%3ÜÞ;pKªvŸàÖÚ­]*¡µ
+Öé=ø†àãºÄñ„ê»ø—vã¾ÀM¢a4±¿ï6ôÛ€EàY¦ò
+󗧮®^:‡:Zד|®s|öݘVÇRcŸÓ°ó£6òºŠYÒ#ÏáFJu‡ºR«Ÿµä{PmO=Ý›s›x˦‚Iªû0ñS@Rèå=h1Î#ùÝ <ITj¼…v¤¤v_¾SŸÅ.Dï“5}jÑ ”ô§J=ˆ¹iOoÏú¤×Nõ63’ês¿†yê³n¾C÷—_LŸgÅðäÔ…ßt çU•^&l;úÀ:†–H/i½¢ŠÇææ4DBî Ê ü5yÑIÉýF?w±ÁKêÄëÎí‘IúÜÚêpõ«ÛÒCÅ<ÇÈ31vÕ2*AåøCÃ3yÊ'IjϘÈ3ÞGõÖB çzG[ï#=J!.)kØÚÔ¶ÓÊÜ“¼ž&gR†22Ò¾oú»ïO´2míø­Ì¡/¡>Meö²UÀƒÕÛ—Â>æÑÏL?Bæ®<2!³ñxš 3Œéç“ó.Ór\=é=åD>„’W¨©éÃJÏFÌÛyŒYf£Ð³ê±#Cl¨HPÙ%„¢6·»vô²n_¼´™Í#)L¸KÓVeŘÐGÞ1¿™?DE (ánîP¸'Ǹivâ_îb÷‰Ê…ù¦;ÊÄ*j?W›Üæls£¤ìŠmy¶ƒðªY8 Ów˜(/aó=*Uz&ÜìLײRJéH¼èýiQ³®¡ÔRÛzuvȱÙ&X–-M߈¾µ“"­¦±×¹Ã´Jp
+ â‡ÅëKÔUÂ<¦_£˜'>è[g£5fã>†éÐ4 ÷¿Ìf]MB,¥~Û¸ÓËY>F`ÅÚÉ%OÖ
+×ît?™L, 2ì6õb ™ÃÒ(¥¹ãíx¸^ï¡a—Enâ­e+M¶/
+zññ—«~ÇB{ùñºÍª³MãEköÆu2eÏã‹/Ú46~w[IÜH­r÷9•d¤î!çwáp®´ØÖ¯5ú%DTfª^è§Kò}6}˜Äaß'|õ´VŠøÎ伓ø¥õJòÃI@¿j6i’w—3¯¸µ·*óW•4×[–ëÕ¼^iv“½ºHÆçÁ,Óɵã1ÃŒ¼|Eùt3+=sÃ_ËŸ…i, Ûêê¦å®GºšWXsryT´æúcoýwµ@™
+endstream
+endobj
+1747 0 obj <<
+/Type /FontDescriptor
+/FontName /NWLFTQ+CMR7
+/Flags 4
+/FontBBox [-27 -250 1122 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle 0
+/StemV 79
+/XHeight 431
+/CharSet (/A/a/eight/equal/five/four/i/m/n/one/seven/six/three/two/x/zero)
+/FontFile 1746 0 R
+>> endobj
+1748 0 obj <<
+/Length1 1467
+/Length2 8279
+/Length3 0
+/Length 9131
+/Filter /FlateDecode
+>>
+stream
+xÚ­–eX”ëúöi–†¡Cj膡¤»Sb€¡†î AQZîFJéîînDáµöÞK÷þ}¾ð»ê9¯ó~žûFZ m5Ô,uvç
+AÜä!Þ`k ˆ»•ÀÆÂÑ üwìlý¿"à¶ý-KAÓHVZ÷ùߧùwJÃâì®ããòÏпjÿfào†{ƒxŒ¹9¹¹ðBøßþ3ýŸGÉ9[A­!Îð×_
+êäô»È lýÂÿA^¸"øjŽNTð
+8þÎÿÕ õ€ý1^`ûÂÚýpó  |S‡?¾ªãßõ¡@øfÎ \)ô·ðZ¨ó:pe.¿Óð^ ØÙlãþ;
+üwô__Ü?aø™ºÀ¿9è>þµ·ëïS€W¸z@ÝÁÿ5ŽWøßÑÿÂ=øÃ! Ü·ß“nð7÷w>ûw3?\¢» ü{3~ø*î^Ð?à&züp=ÿ@¸(¯ß¿¹þx|¼ÏïÅá­¾`Ø¿fÿßïSZêíÇÁ+
+­<`p?Ýÿ¾úà_ùØ¿À`o°æÂ,ÔJ4Ü>¥!²8P.o¼• QÚ¶1Q­öËTVØüDÇ‚AeW¶Õƒ»Òt§»¨»4^÷n1­þš#òg!®‰©3»ž/wÓ}›) .ÓU}v\ènÃŽp[¦¯ùÕ'W‡Šßæ÷~8ï;ÊÑ`‘ÕÙC_¦Eè4ö¬ëÌ4OwÔŠ¨aâ¥ÕÂKu-Žæ‹ZñÂ{÷ee,,Ð>
+£éùÒ´Õƒà.ãcÒƒÉõÁ¤”ñ³ÌSçÑ™9»Y'G;‹Ø8…ç|4qy¯3š?ßß•grIŽó60%¦:O‹g&YÈ5Ñ¿Ü ÷¯ûȺ<1”ãžM×B +·5+"@ŠÂŽ©J$h²F="gÇ0 âfôûwæJ$Š?O%“MtŒ)9Y{FN1Ÿþìàó_nçDžÓKö}Ö@¸„Ûcž›äÄ–ÿô Ŧô‰¿Áãib“°™–—)æýÜRL- /O›ÚD6HÙhDŸœüe2ñ¶Æ»³C¢^ÜCÀ[ðÒkršœ¡—<’“Žø¢(äÑ1´`o;LY›;<)q†–b6Å&éÎàíIƒ¯Ó ´ãúÞ‰–ÀgaXyiHµ½——+ˆ2¢8.i_Ú6íÆO4!­ãâ
+5çå–ó¶q–NýyWZÄìiŸ“%~˜ÇLP5UMiÒb’lwõÍg5€`I¦b€¼Ô«ÓÓnbÍd{w¡3ÉSiv'5T^OÀLYýó“Tå»r³
+E×]o&•Œ.´õ¿¶X¤”V#“FÜZv g¹Õá?é 8ôÃ
+µHƒˆž ¨ÇIoW¯»(P©nÄ‹4¸™Ÿg\øY»àÜ[g‰R1¡æ²‰ƒÇÙvžc’2‡¾·æÊkKO绾÷2 6K8žñâ_|Øpžrß’ú…AõâµÄ³Ü_6u„íõçs3¨%gäê} t 2´›ã>{$[®Á ¢꺯¾ŽõÄÏÝ4ð‚ÑÜŠ9ŸÙ ÕäR„³†úVŸúÛ„p†+'ûR¬´Øtl"Ò’&<7"RZSn¢*õ¡¶k› ´2ኲ BgãqÒvÚ +²?¡÷>ì
+âÑÄ›£h¸SdÌ!F}Ý,”s)êŽlž8 ‘y瘭þÆ܈nôŽø˜¼$ ”Xa^UÜÊß2îfÇÕ¹û‡wñìBW÷Xˆ r“âË
+BÞ&jôKB yº‘»¹Ëdvñ¾.ó4ž0ßQyôuìLëy²,ÿñJu‡ŠYW¹Ÿ…À‹bÕÝËÛoÍ~®l_vO½<S°Ÿ‚OîûƒÝó¤¦2
+.FxìBg¸òBÏ.G¿¥‡µ¹IÈ­½»ÄàË*yc8MÑÝòàðùæ õÊ—´´Þ9ŽâÞ/¯Ä}ÿÔ9z¥íÁÎÍgö(bRÀòm¥Ò× 6|ªŠuïò>2û…å³ý0Â-ÚùϾºoÛ„:–×f¥÷IC6ƒkìH»Ë'=‘løþŠm"§Ø£’º,O”!-¢+Öج3ÉKœµ4½,Hæóx“ùIK6­DìÕUȳXxÔ¶ˆŸQ÷dÒ1‡¤Í<£=bê~æŽÙ´v®ÒÛRóÝjªÃ"­Éø
+Oá·±wùr»\ÚóWÖéàe`X±^Η~çS=~MÂŒç·æ,­é¢‘û“OtòvÔAôק_ƒ¨mQÑŸ'®{±ˆU v_ø'xBß]`‘£‹—u©¼Ø,›;­:iš5 ™Q:)õ»n”ˆìk H1»Îcµ/aÖÝ­ìsÙ÷jc­¨Ñö˜Š»g1:Øð0Ràá>¯ÚevÉ^²qª_3àäb-‰­Ëã1v–˜ZZUN !|ROi~vƒ æÿéÛS
+ëb‚" ÉýEù8Œ ¤‰^P7ˆÖE&‘JªÌ A¢µ‡ªÈ1*ßû3òcaÊ5³°Ž“:eÎ*ƹ›²Þö¶´ ´eÕÚeg‡k‘"¨jŠäL(8ÌÓx_ ÿº÷÷;TÌa~…®\öT¬ûÓìvnïUj9Ô÷ÍѵkvqP²?ÏjyXU¤,Ú¨néËw)(õ^!\©:Áà’+ÃÓšù
+)kKmo®ˆ†^¼Ñ÷æžiG"œ èqm± 9Á2%ÈD¿Ä—z#˜DAJÑÝVë›—d;YP?€#‘”yåHægÏz$Ú1?´V0{@£§Ì©ôh2¿ÂÄ€'3TT5ÇœòRJ;Ô\¥Ù2pÄë@®ê}Œ³¬™ˆÕÑŸˆ-ÆäI²ÙÍ®¸‹²z†î9F1oÐ&‹¹6?[®’œÚ-†Ñs}¾nL¢è¶9 ±ÛÁÀ¢/{ì¶{äöä² UHŠš¥v[³'¨‡êë¦D!5W1e m»©¼¹ù¨5%ý™@EûóY.¥ÇO…Y왼¾;ûå%P=µå™ ;fðxPygýpº:L·Ãüð—8³xÜXŸž²†§ÒMjNzõž'
+®¬qTmQ…¾;¹G¯¬½—ê ß³š#·'‘É ZX§)ÓÞ…îªæô$Ö¶¼¬–6¤ŒÃ·åÂÎ’ùÏä$mõ_XN¼CÏBcgá/¼ªg¦«Ì2­ŒYBóþþª÷!ºßš áܘ;!/ÏfÜŸLí}7S ┑ÀœÄÖLFõùK4Æɶ ^æ~F ¾½º‰‡éI¥_ÅâaH#¹ ý±#¯ Õ¯µj¥¦-OÎò—$YÞ9ÉEOàéåiÒóè=+§þ¤ˆ…½~¼ž¹[T ËM†“®ÄfŠÒºLLÏá ñÓñAWnŽ£§QÊ|}™Of³'ÏSP(xªu+5åX¹.Ó—øÆI&t\/ÞŒ˜½{CÖvÙH¥Â4.[½zÏZxFÌ|ó²g`„‡&º!0Ö弓œ5ú†F¼Ü;aLOØ?ä5@F)Ë
+ÜP)õô«èãÛÀ]Ì f7óÙçxèÔ@;6Á¶¬Ÿïw~,6Ú-§I-ï%iͺÌÏz˜Ô_¡ÈòÔÝœb=ëãÖ©Ný!ìRª@µãŒÕ,(™¨6úýafô~.û
+Õ&Uã:÷]ÕKŒLX»ÛØ/^qµ—ÎÝä­]6xÅë¹.¢[`1y’¼ Ó ôD´nˆÞn¥ÂpDKƒà§M¼*AÏåz"CáÛó—ÃAÒvÛ_£û·½DîmÀ~÷/1R>’,@µ6µ$xl…%–³ÈNH¬tÌ÷\ÄMö‚‚éG®F± ?è,_Ìa²-E³‡5}\á¨x{q… ¦yM§;}‚Ó^v$Á¹ûvb¾—í›KÛ÷w¥Nu¸Q°5Qrñ¥¶Zr§ÅWP$Qt)õ‹Õ‡W*¥Îü3›9¨Ü¿øèìæ@ÚãâÖqÃíj^.$ËHxÓGµµºVÇæ?pBãQø‹,JAEêr¬ÀØÙ”Ñ0r‰ÖÇ“`2sª†}âs4?œÌE|äÁxðɘöq ?«çç ¡zЄ3n$mßõV˜ ¦Bñò½£¬;áÜÈt™ÕeQPâ ÅaVy¯¹S'¿ÐFOXVn¿C¶Ã#÷N¢ð§Ï^F’JÅLVèÝÜ–ô½=a釞(¶¸[¥A2ï§îC#Äì¦Â^;ÄCH•?aôÄTÉí*FUõ?NëF¶6½Bè"ŒteAÞ“”/=Š%–H£/
+x\•eÔ52±Ó0¼º´º Îx@!{Ü$ö{ýF&ë»B;K캕ABˆö×À}ùØ4ˆN
+Ågˆ~§‡;Õv·Ñ Ý-,*EÚ8¤.}>3¸1Ÿ[ëK)
+=Æœ#ßÃ×i¡iœeî` ºZâ†Ó Í-UîÔ͆>)]ÝiX?íü\H>¿HŒ
+éG žuɱcɤЫæ'K7µ¾¸^Ž»9ºÃ¶±kæ<Œ'ÕSÕ8 ™•ƒ··|c?{‡ñжóªÊV8
+fTê/Z Ýo¹"²±÷ïשr èô“”è‰ÏýÌ1AÀ Ë{öÀ¡ pÍ 8ÎÍ¥éŽ]xÄûžùÅIA̱”ÅU§T”8›ª"#nÉϼk"Ì5ß«{N00šâ“ã²u°bHÄæav ˆN«Hþ(ù$ßsL%,8JXr‚´{.¿yý)!aøn÷ U_ñûÊù²´³]áoQë¼¥èñâeÌ;¶ÁüDä U{*`ªüFб¹ê\ÿmgYÜ–ε«kd×fA°S”´ÿö{Åb42±Üqàùá¶ðžnbO:±îôפR]ÖÀ¤«)S"tü¡–mÕ¨^ȤäaCÝ’^ë~oÅŠ+l‚{³)ˆ†}KbÕ^LbÝïç¾÷1œÄ-Pòæ÷L'°Y¯)ð|]Ãfƒ%r¦ÌÖ„‹F© ÈÃáž5í*§Àª™ôv\N ©oT]9<ë2'SH[àu\k—Ù7äH_
+Æîu1 ÐO…rÉ^$¬iQ,ÈtT”0³•¾›[1P}À*%¨úÅœÙÅ(dA)¨PU– _10¼ö¡»²üù©„e–%⦺–S¸Lv¡¥ÆÜC°‘¦á$þLŸ‘ MèâcÚœ¯¯(²èv
+5Ǧ9 9íI¬ã‰ £ß‡ÉdŒS´4Ê
+Â>å~Úi“÷}¯ÒHþEœn‡}2{ÓÜ7|Å<ýF0!vÿÇS†./%²„ØTgB \7sþ&)Òv$À•mÛ$b0/u ‰±šŒúöm6»éìb–›ê'äÓýДuKÄû>
+Ÿ—±Äœ8}†E‘"Ÿ¿ã9™U°:«Á«VšãaàVÄéT·¬|¢_úɧâ/¾­çø£ospMСiÁÔ.-ÏÑ~¬?›¤2z@´ñÏ¢Séõ^…!/ou  ::‰2Ø
+`E{7,ß‹Ó_þà2››­ —'_v÷]x·ÕÛ#–õ^Y1s8€q.kÃ’­OðTÿDÕ°DÁ dOa¶Ý®Ã1ºJÌÀ¦QRJO¨SøÕ6^ ZC)‰`—r^¸ì°º¼”Ã?)] %ÍÌ•ÕÀÖà¾i©6’W÷ï¥^;Vþ!HÞ¡ô<þ”…ëêm\¨ë×û˜&öÕŸúr1†e¦÷ë]þ•ÚÞ éµ.›^<Ý·F碱ÖJws0œÝd-ŸÖ˜®búºæ|_®âgT?^”å1«š°»¢rºUò¨Ì•×ü”
+ó_Í©«2/ISm=‘{(ÅnZœÂxÈŽ}ùucÞÝ-»VÈ€ä.¾©]a%ºQWê“´Í°r•r•ëÆŸEd¬+.ƒbgúd¸–\´Õ,"6¼üÑ“â×Eå®*sß mä+h©&½U¬ÎÙ×ÎÛd­ò4¼¥bFfE"ÔL(•ÂBS츴`§ c7ÝÀ B‰Hvó|Üí¥Gj>s’â¯M^,~¶_ƒ)¸êúwjDÚ' Õ~Ú«E\q¥<ƒ ‡ÎÖ½2”/å>8-™E*Om>´b¾éhÊ(´+ȬÑ|ÖÄÆЄÎCA7òðXã11ê%¹¯Ä!Fl°Ü]šzaùž¯™ ¦¯e2G!>áš×_6ñµ ÷V£Å.–ý‹äaÖ…ø-JhÁQ?ä>ÿEÛËOú/þzêמD›QZ£ ªoq¢3ë~ëÎCÚ‘V¼ÛƒF¦Í<×IºLf„
+\Ê_èt*¯ ™¶„OÂô¿ßÝ™~\n=&Š4"1ÅNÒå>wšC±sdJ¸T93‘t¶îÏ"'Þ'Ò˜àÓºÈ>jrñpUhðɹ?ãeÚ±x•%¹ÁËiŠý
+ò£HÎ΢^¦ìáʔުSPµ¯ªŠ£œ(Ñ–ç|ŃöHñïáõž]9ô x2³ûéÛ]Oð?M4:"QÔ¸,M‡sŽNÞƒŸª ôŒùê}™„ÆÎì96oÄ0£–xÓ)ØòœÊîOËVné‡î(ÛlÈ:ÛKB¾G§1o§àÈž9PC À¢³a(–eO¬µO0-ì7wÞoæ-NÌ–±¸žÛ*ü˜0³ðužýAÂps¾…ÞÚôþe¾W]¶ê`TÇãEç³·<I‘IŒ>싨³–#Œê]ýõ‰„.ö1 C"Aø`©ÉþSš*ÀÓ4ç/M®´rŒ~vY+.ûî œÏsz)íâÎBN; ¹hù!ú| o=¿!ìÔŒ3PZzxD]‚(qº˜££jÛyÞÍËgé-¥^ˆ7U”a~bŠ{µ…|Ýh„Nó®fDÁ~€vûo²¦G‡ªú.B×S­ºS°÷6si ì1lSÖ«e^laû‚¡nýÜæ‘ž aœ§E_
+endstream
+endobj
+1749 0 obj <<
+/Type /FontDescriptor
+/FontName /HQZDBU+CMR8
+/Flags 4
+/FontBBox [-36 -250 1070 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle 0
+/StemV 76
+/XHeight 431
+/CharSet (/A/B/G/I/N/P/T/a/b/c/comma/d/e/exclam/f/ff/five/fl/four/g/h/i/k/l/m/n/o/one/p/parenleft/parenright/period/q/quoteleft/quoteright/r/s/six/t/three/two/u/v/w/x/y/zero)
+/FontFile 1748 0 R
+>> endobj
+1750 0 obj <<
+/Length1 1343
+/Length2 6871
+/Length3 0
+/Length 7674
+/Filter /FlateDecode
+>>
+stream
+xÚ­”u\Ô[×öéTº@:†î.éî`€!JºS:”FZB éFº$E:¥Až9ç¼÷Ñç~þ}?óÏ|÷¾ÖZ×Z{ï­¦‡´‹XÁêÁÁÍÉ-UÓpsra10ÈÂÀ ˆ Täp s¤=í
+—`Mˆ‡µ=Àääþ{ µùoð±ýmh` dl¬Äö÷iþ½¥ ‚@=t}\ÿMú—öoæþÍðÙÀ /&\œ\\Üp!ü÷ŸfÿUJjíb¯¿
+TVD»OIêu]ÓíØa ɈN¥Ã*n¬Ë o*³q¶P·h¼ï(ÝcÛüµÆŽBÜ’2f¶¼,·²|›) O³Ô|6]é.Ãöq[gÎò#j|Y)O3*îÏ=þ¼_ É,§»þ¡ÛÄ«¾;;\@ÐP!ËI/*â##/­6^†[y4_Ôwo¼´”ïaQMlK'.mž7EoSL/‰ñ­Ûhxµ×X‰´·%¾+ŽÂí}쬑ÊØéÀ
+…¼öBb­£4Í1ÌÚÅTÁŒh½Wìv{šºóßOÝïExj3u)—Ë’dé¼PE­ÒíG
+„*ÖÌZ9³uÒ Ú…ÆŠ:!È`(H¢´á§þ G}>2ê‘cч%ƒcŸ½qQ^ !•¹®ÕíFì ´‚¯tß5,]Ž¤„®:”®*Ê&¥
+7l÷› ¿:kU’V~Öc‘—ØL0²Æù>—]Â@É•²QÛɶä—N4wBƒŸŠMõ¦û%É  å}örJÞQQa2â÷D'#»üi¬?gÔ“lïa€ÜÁxNkuŸ¶žæ8/§ö”~Щ«d,^ž“ÓO¿HàÀû_
+JœÚÈägÍJ•fáՙؼ|ÊRÂnñ÷W sAo›Nß.„_ueÃÉ›ñ—Þ!G¹Ëöúõ:™×Ñë0qPCgïJñ;¸³©ÃÙ?@}](
+ƒ3:e™¸ß‰tÚ.{¤‚RJêoÚzån¾)ï‘8T·g,/^¾VxLVãÉhtV¶udôù a7ÛSrÓ?
+ E_¸ÞÏŠ§jh‰N¦²®Cª%—9t½qâþsñ‰ð&#¬0 4e;Úû±œRöÈ—Kvw(xjß Û_±—vÿ§€¨eìþ5©@+¢I2—\x¡ö>·¯ î
+Õ57‡`Ÿ/Ç*Ö ë|ÛÕ›fkú¥äÇÖ’žsJ£òUJ<Õú?X¶…¥™¹#ß,·¯Á~It Ýü žºWÔš¯4y'í41j¨•ÆV™=æo#穪'¢¢I@Ð%ý‰`ˆ:ìƒÂ6;ÙëÚ­Œþ ò¹ç”îÌ*ŽþÆåéÚå*6»õmtZ ‹53²C&M‚º—ïvN”;v¥×‹ƒÛ È©§ §TNæ¼ ¨®‰KŸö½êdÔF"" ~
+îì†ÅÌíømÝ‹…åZø@õÈ"6û™?V~6¤Âü8¥´A…}‡&ΫtØκ¿uñsÀæ'*“N¶Ç’¬ãšzZ,J÷à}x4î¶O6’&ºøœ_ãNY~ÀÃì‡$¡ÔèÄsÿ´oP܉*b~‡¶¡™ºœ¹˜ ›O…\–ýX”œuWÒ°_D†ˆüö[šîµ²·ïX}DÌ#º±ÕÛvðÏN
+[ï5ܪd®ž Å ^ÚÁ0¼ÍPÔš_ú
+ã: OB{Æ;æ¾åŸæUÃœ5ÌÿÙ¿–eÚ.òœÙõ¡ÔìôØqÚVX’ £³œ•J¡#ËxgeÍžÎ/ívMjB¾-Ôß U勞LÄj>$*ÁæejZ È‘Ö(µÑd¨§žo¦|ݬéW¨òºöî{{{ÃT» 8€ú£‘Å
+£ƒløçàü–ºsz·¦œ`„çêšúfÞÛ‹¬Âöv£,ºkKTéÏrJp@šüjÅ÷c7j¼œ%³Uœ7C­Sy0/çzé³Ôõ{qŸ#„6î5¥gM(¦M¹ç¾Ù‹gñ2UÊzR\™Î~ý ±)V_Ø@¥Ò¶2<qX6+àÛ"›´wsýMé&°&:µ6(æ yw‹²Fö *ššpMi*
+Žn‘x ™Ììˆ$Ù_‰1å_¨•ÞºÅbíˆÂäh¿¥ËìŸ.§¡?,»m yWoß×w{Ý ¡úE“[
+Æä§
+u}G~Üá—ÊzÖ­£c¾¶òì±}%>#Ac…@h;çW„ ]O@”ð4ÕºhbB.–ŸÀA^iAãô¯¡å}Ááïc!@Éi›X~æ™Øü^ë&Æ&‘$„“”!¨V¯Ð“ª4jñªŠ¸±!†ÚÃÞøò±á ÷É„>Êûg:Ie¥>I}°Ñ™Nûƒ:Ô &¬ê*•úv®tçÞÉútý²›ùl2¤ã›‚ßm8y­
+‡!h‰+_Ê܈$v”î[¾8”çã)êÏsÒÝÝ‘5·*¤À[ºqîËø³¸spp]„TÛ»•[Œ QØhh»ý€Ô¹r»îÖXf!x¾ ZKCªïZ¿:¼…=ÁöÈ!ýóFà”Ó7å}¹mË|°J×êú¡âgëñDR`Å–€ÆùÀöÁû잦ë%¶ÆÙÎb6ÊÈñ…ÔeÓºöYŽ.
+«Ïj(ÚŽ¥æñÄ¿þ5µ› oëɆ4ƒ\Øõ±.žœšN›_y'ù„éðÒô αí:¿÷›’gãCãZmkÁ…çï«6ÞáóË^”ÎÔئ&I›^¨™ µÆZÜ5¢Hô\×v~ßé˜ïøBÚwêÑ”ŠIǽœ¢bM'¾F3ù^ª¾”ÀÓýÃÔáCÏíò÷‚éD» Cì—`Þ'þ²ô—„lõ©ì(ñ¡E›º|WóÞÏÅßæ£'”t%—¾jBCÖ2XÇû¾Ýç&?”Îlî¸>ûÂCGà×cwÍ ´MR]¤kŒ}äºiVUV6MX6ÇÊw]p…·C"t~Ìð±ç,’XzBIöáÒ‹V $¦f¤–"¼Þü%–ëujàÜ+C_$—Uáð+ú¼_ÌúA­¸ûú,ÆÅ4 Ç1»y]AÒã4R•O"N³­˜ íÜ-qÉê#‚GÅ‹ÑO§XDÆ'UŠ7>iöIWϸo¿@ó<kØá1, =¥Â—_ ûrÒ¢š j¨¸²–†¨™Ž†eÎõÉãˆ
+‹Ù‚0Ú\nmë„­L/E6K{zp$ÓZ-:' ƒðÕJC/b0g\òõÕ¾NjhñeXŽe&´HjÄÞ+õ™Ü#ukôŠ¨”;G½Fc¥…ËÔ<âvúϧìdfÏŠ±Ó¨¸„5(°p‚ëÈŽù¾7´àdêZ•ì6ó Øxö%®wKÇì–/4¼ºÝÕḟ-«<†ˆúÓ!H½æ/²‰šnç]¯ÂBÕ~j +NÕ«-,(J“ÎaÎìYÿàAÁ7l¶5†èü,èŠQT¸ë|úÑŽ•ßÌ× j‡GÓ]µ8R2oÓªE„·Óÿš~a˜¢ŠŠÎÿ ƒ—ã~‹utr™Ã7X©)Dtàz×Ãú˶ fmjA¼ûÅ¢b·ñysQ‚ž$Üncªè}ažÃØ"‰T»‘yU²
+ÎA÷ÓiúŽÇ©ñÆ>‘~„‡Í“í}›¶†`?^Ò×úLŒ0{Ž»9è) ™ðôã•E>â¥ñbbärkÙÂ#”bK¢Ãàó¾¾IÜ[2Úý¯ÓTðÏå«ãдú_£}A+Ï$Ø´º¯’ ƒ¦‹¤ŠJ—TòÃœlžÄ~nf,*¡ä¤Æ.Ú^Ohé¨6Pàþœ©f Ø•~Ë[8ÐJb5Жòn/ÿ’÷Œ´:ê2SIäÚÝæWÐOàŽCѱ0ˆcý$ F¢¬ï–P1u“ʬ6Ç™ñÁx–û¬[潊×ó­•ŽTf & …<±Z¿,…ÓÄÏ*úÎR§hR3;¶~’tã+æØÛøMäF8æÊ…W­ïsÔó‘vvæCó.»ºv°·éM@×òñ¤ôMÔjû¤ƒ³/뉙JÅð0îÄg”`Ñr±jâõå\• ÙG¥ë/Ñ å/Ǭ$ɳæñ[W‡Ì§“äÈ›LÀ½§_
+›°è´˜¥ùÈʆ¥i
+öê!¶E{E·˜ÏVÊõŽÁœÕ²fÓ©e*õüTR®÷úS£àI‰Ç„è“íõºOƒŠ·j(²:QLŘÑÎצ@YDûå¯0™¢†3|Z1/²'t’ô ¢>c«¥ˆ,æñVÚŠª-Ï<Vϲ¬nH9Œ/ Sƒß”! ’‚—â ë)½WY\3e–&¦âó¨Ü+úKU£ôXZ‡ì·0Ö©gb2R6¬_¡õn©îâË:е™wlüàû±²ÞÞô}0˜Ïó®¥Ð‹ÝλJ¨9JS0hxöáó¬j÷X%\¬¦UòÉ—ÛPÅÖãdQ1
+éÌGoÇ®±É ‹Ýa¶UAÝ 5üŽ„Èç'3©“<^LAê}Së‰Rð„l@=K¤£´°Gtt-®³%7›êžVoµùEA0S‹rrÙ§aݬ1XÎ&ÿý([§Aó Š
+Àc¹¥HœòÜÕ¡=ñ’ õXAm;ö¸×|€9¬^ñChRÀUÞR¦›"‘êå2žXýkϱpŽsQŒãPéÁçvϦò¼gò Lñ>º 
+z“Bdî|¼—Ï j8rÌ[ yRäüFLç­B-·–C;D L|a~<ÈŽÃ3ª?d*ïyJF¥rÎ醉ø¡ž¼:7<¸I2;²7Ô{©±'OÝvÀÌ…šMxáä©b¼@GˆM`'
+TfnÖ—÷Ùœ£òÿ
+endstream
+endobj
+1751 0 obj <<
+/Type /FontDescriptor
+/FontName /WWIZZI+CMR9
+/Flags 4
+/FontBBox [-39 -250 1036 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle 0
+/StemV 74
+/XHeight 431
+/CharSet (/F/G/I/P/T/V/Z/a/b/c/comma/d/e/endash/f/four/g/h/hyphen/i/k/l/m/n/nine/o/p/period/q/quoteright/r/s/slash/t/two/u/w/x/y/zero)
+/FontFile 1750 0 R
+>> endobj
+1752 0 obj <<
+/Length1 994
+/Length2 2051
+/Length3 0
+/Length 2702
+/Filter /FlateDecode
+>>
+stream
+xÚ­Sy<Tû¦¬£ÝV–î¡ìfµ¯Ý±™"®%¡1sfæ0fÆ[²¦å*´HRvÝRÑ‚±o¢²I‘%‰ò;tûto÷ßß9ÿœ÷yŸ÷yŸó¾ß¯’‚OfzVL‰Ea s‚ƒ+`Q„’’9$r &ÂÈ ¬ÀP¬€Ñ3Äa uôJ€9“†¨4 j®¶BÒð¾ "
+Ü0(  á÷Ç—û/Í,$&bPœŽ.@d³‰!øÁ‘Š  À`Ø1Å`rà
+é„Fü’›½Û9ÓÄ|o×­xÁPv½uùu·=Nˆ/ëÏ'64ñ˜2µ´Ä”§Š%™(B®{ý3M§.µÓñÊ"ØÓC&òssæžAVÑò{[ùlÿTêZsÊI©ŒšÐmãÓ8‹]ƒîµÊ)|˜ÊÞ}°Lœ´™R
+ÝÞÛÅ@-šbr¥5µ.ê-²:)Ž{7äTi—b—gÕ (ý±~Éò¤SON”
+üÊq‹æL'o„þÆjáöà^²öÉ’{ùMæ›ì!róäæSF'§L_ÛÓ?)ñÒ\ Ààs9r¸”,ú.^ Áeù†“PqþX<×Àêÿ‰žØ0å7zV­¬%GOíD°êþ÷½†´Š)LYwÙø•
+±¸g6èhùºg=T1·R|šãÖ‹X‰žçMQ[C(•#ÅÚ6.¯ê29VüF‡×ˆjÍ=_32®eüTE´³ã•­ äÚ±!é ÇèÁ£ÇâפBïwU§@kòLjŸŒ¹Ã×|PØ0Qr\Þí˜Ù· ^¹<±G€ëèѦÔÌæbuD›Õu]Èó"Î#fšŽ80õ()>7FçÇ­¶ØŠý¬Ž¼‰¹ßfH>ÌÈ/ñ9Í‘xCn­È•LÖžêv¾——ýaW»6ÿ!ÚÃÆU²piùé´4¦eC:´EwêBžéñŠ¬T5ˆ•À??–W¨ß`ñV¶Àns}þÙØž?Ïf ]@™¯tÆVʸ%¢ûÈðåú¨¹ð©¢éCdB–Ôž´³cLc§.«KÄØÜV“™°˜1¯þ«µâϹz» úÀ(VÖóú²'ûâK ×n´y)ey;;xKÒg9ÙÂWf=™/§U_®ÎŽ­"Èj¹è**ùaKbcϹf« _†¦„·±EõDºÁè—8Ï<§àõεmdëþª~m–ÆÇDæÆ$vrÁòœˆµpW.I¿ /-ºù~Æ{E~€Ë¯rN͵œ§Lš¾­¸Ï££¸±˜7™#¶~!󈬢“BÍf£ùÒ ›ršïsý)·Æ¹ƒA—›ùy‚Øâq;掆©ûÓÍŠ‰v<Ÿr[Èá+e³2¯o«ÓÔêF¾©ˆOÍîa çEAÑþç7ýŽÙ ˆD}Iq ؇a &¨*©Ä
+5Ý8·;zôkéÞG·m¿ ²Â:¡ u—ú‘MW7Ýrèä …!þc|Q
+endstream
+endobj
+1753 0 obj <<
+/Type /FontDescriptor
+/FontName /QQQQIL+CMSY10
+/Flags 4
+/FontBBox [-29 -960 1116 775]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 85
+/XHeight 431
+/CharSet (/approxequal/arrowright/backslash/bar/braceleft/braceright/bullet/element/greaterequal/lessequal/minus/periodcentered)
+/FontFile 1752 0 R
+>> endobj
+1754 0 obj <<
+/Length1 751
+/Length2 733
+/Length3 0
+/Length 1257
+/Filter /FlateDecode
+>>
+stream
+xÚSU ÖuLÉOJuËÏ+Ñ5Ô3´Rpö Ž4S0Ô3àRUu.JM,ÉÌÏsI,IµR0´´4Tp,MW04U00·22´26áRUpÎ/¨,ÊLÏ(QÐpÖ)2WpÌM-ÊLNÌSðM,ÉHÍš‘œ˜£œŸœ™ZR©§à˜“£ÒQ¬”ZœZT–š¢Çeh¨’™\¢”šž™Ç¥rg^Z¾‚9D8¥´
+@'¦äçåT*¤¤¦qéûåíJº„ŽB7Ü­4'Ç/1d<(0¤s3s*¡
+òs JKR‹|óSR‹òЕ†§BÜ曚’Yš‹.ëY’˜“™ì˜—ž“ª kh¢g`l
+‘È,vˬHM È,IÎPHKÌ)N‹§æ¥ ;z`‡è»‡ú‡‡xkCb,˜™WRYª`€P æ"øÀ0*ʬPˆ6Ð300*B+Í.×¼äü”̼t#S3…Ä¢¢ÄJ. QF¦¦
+Õ†
+™y)©
+©@ëëåå—
+ú‰ÅÀÊ,ÎÆIH’ Ó3NNùÕº&
+º–&
+†ÆF–
+æfµ(ê’K‹ŠRóJÀ©"0~Z&0SS+R“¹n^ËO¶nÉš¾­meëâ «Xõ9žXûò&ûˆu³3SjƒMç*¦—,yµðÑÖ¾ÃâÙ%¼’­§
+m‘ìõë‰û²HxÍÖ®Ë"&4˜î×»,^ÙÜ5÷Ÿ¶ú+ÏÃ…a3æ´>’¶Ú_ôxV§²ÎÍ/Êõ'x楼pŠZ¼ïû½kÜBZA“´”¤Ìo®`¿Ë(&^y÷ùÕ?ÒŠœÍó¢ƒîoOˆ­^~Æôšç·×©ÒÍå&»x,o÷:e©„Ø} š§;y¢êVÑ’¦Œ¾ ®‡Tô½~ùxÌÃ4±ülÊôWg%ä?.‰’òqp>$oWö>ÚhâJÇ;õûǺ'
+D¨G2O^ý»kÉÅ$[ñĬ÷e C6¨W¿P,Ô~¾Ù¸õù¸~ã‚Ÿ;þͳùü€¡ºg¾îd•«xÔÞŸóæMPÄ‘:o£àþ)]ØŠ^õ<Y¸¡I!l³eÿÁÇKŸJ¸œé*Ýþ1®¨Lï¢èÑ¿¡üÁçB›K¬6üÜ~ä‡Ù½ïžógåí›ý5òÒ;ÖÂs!ëŽ$«xó÷­ž7í´Ä^KÕ9ÿäwÿ¶¸µã\²g¹j»¢ÞÃ;K>¤U‹j”n:uÄ{2wG×Ù¹Þ¡iªN…Ê“Ún艜Zý\=kãÌGNs|¬« d |ý˜Óິ¡íâó
+ë‚_l{Ý·®^Ñx¥BY÷Zìž‹¯gqxœT÷ÝþDþ³”5oî\kÈù;YûÞC¦s”¾(ÏTòü£TüyNäºïÑ
+AU+‹Ke ûª½—Úµ=\qºŸ_PòÜ•z2ÖZù[ƒN5û§8?Hê½y.ó¥î‚;Ö¬7süÅU/¨Öû£Á.ÃêÌ™{'¿lî>W׶`OO<3à ‘Ê¥õwlKUßQ_Y~X*äA@N®ñë“L-RÛw\>±ö©e%ëû=;³žl­5è=Ï_²Ò°üÓÝÏiNK,LnG ÙürÐó^˜·åPÕ'™i“õX·Ïùhêÿ--ãX€Í²¿
++¥z3±Zß
+endstream
+endobj
+1755 0 obj <<
+/Type /FontDescriptor
+/FontName /GUOWTK+CMSY6
+/Flags 4
+/FontBBox [-4 -948 1329 786]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 93
+/XHeight 431
+/CharSet (/asteriskmath)
+/FontFile 1754 0 R
+>> endobj
+1756 0 obj <<
+/Length1 745
+/Length2 581
+/Length3 0
+/Length 1092
+/Filter /FlateDecode
+>>
+stream
+xÚSU ÖuLÉOJuËÏ+Ñ5Ô3´Rpö Ž4W0Ô3àRUu.JM,ÉÌÏsI,IµR0´´4Tp,MW04U00·22´25âRUpÎ/¨,ÊLÏ(QÐpÖ)2WpÌM-ÊLNÌSðM,ÉHÍš‘œ˜£œŸœ™ZR©§à˜“£ÒQ¬”ZœZT–š¢Çeh¨’™\¢”šž™Ç¥rg^Z¾‚9D8¥´
+@'¦äçåT*¤¤¦qéûåíJº„ŽB7Ü­4'Ç/1d<(0¤s3s*¡
+òs JKR‹|óSR‹òЕ†§BÜ曚’Yš‹.ëY’˜“™ì˜—ž“ª kh¢g`l
+‘È,vˬHM È,IÎPHKÌ)N‹§æ¥ ;z`‡èD8¹{øhCb,˜™WRYª`€P æ"øÀ0*ʬPˆ6Ð300*B+Í.×¼äü”̼t#S3…Ä¢¢ÄJ. QF¦¦
+Õ†
+™y)©
+©@ëëåå—
+ú¹™y¥Å Q.L_89åWTëSœ®¥©¡‚¡‘©‘‚¹…Q-ŠÂäÒ¢¢Ô¼p:†ŒŸ– ¿ÔÔŠÔd®›×ò“­[²¦ok[YçºøÂ*V}Ο'Ö¾¼É~ bGÝìÌ”Ú`ÓyŠé%K^-|´µï°xöE ¯dë©ÂE[${ýzâ¾,^³µkÁ²ˆ ¦ûõn‹W6wMãý§­þÊópaØŒ9­¤­ö=žÕ©¬só‹rý žy)/œ¢ïû~ï·VÐ$-%)ó›+Øï2Š‰WÞ}~)ÐSnêÊžù6žï-Š*Ðôì÷úÿÌb÷²ÊmÇ?k/¸¦·Hâê&¿gB‡ñ;ŸµþËûA[":S·Z}ßqM¾÷w~êO½û:  ã77sàã7;ž8?ÜÇå¸ðlj9Ö³MuLœWç§Å­‰ã9¢4÷ÍŸˆ‡á©N>ç¨ÛÕ/rØW­7Uj{çEõ¤è=Û™í^ë m<ñôóZy—å’ákuŽÚN¬þË©Æ(ÑöÎìÂá»yU‹ÞÏ9Ât¼þcȼ„Y…ò‡ >óëW³MXZ7_Ûý±÷ô®õÉm]¯ToÙ†»U—]ú ß0ýR‹Ü­´òb©¬óo¸WdÌ☭«ò¥znÚ¶òŽì «*ªn¤nýÞ÷Äd•ûö U¼œDUåï+ø˸RIíѱôC&N3.0†G߯Ð6·9ï”à#Íã ë4¾óÏW·ÿä쪻¢•­«ût`j°¿å´Ó7n³ßŽ´MÈ‘¬ú£:/SFE?O.U´t[«ÖÚ°JÖg_î,ä¬Ï]ä{RPÍ“n‹ÊàŠjíÓ-Åë.Ý_alyyžÈ—»V®êk¬&'ó
+Éi=81wŽ½þ¯²rçêÙŸy°ð_ø¸
+endstream
+endobj
+1757 0 obj <<
+/Type /FontDescriptor
+/FontName /PXBGHL+CMSY7
+/Flags 4
+/FontBBox [-15 -951 1252 782]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 93
+/XHeight 431
+/CharSet (/minus)
+/FontFile 1756 0 R
+>> endobj
+1758 0 obj <<
+/Length1 769
+/Length2 782
+/Length3 0
+/Length 1314
+/Filter /FlateDecode
+>>
+stream
+xÚ­’yPgÆ¥ "A;x"ÇŒG*‡$»Äˆ8
+T$XÁƒ#¨ËîY »°Ùh¢™«µ"(H´"µ‚xáPœâ(¢‚`kÐf€‚CZED`ª¯ Pìê8Å;ûÏ~ïó|ïûÛç]¾Sd´W
+¸¹O˜$ 2$ŽQ c0•ëcJMã$dµ T‚¨‰*UÙ EAâ,H„É$ÅN
+¸qî€C$hJ©Lâ ÃinäHþ¨©ÍƒÕJe8–:Ñ~"¤d,•Tjÿ5Щij2 Œ& CMµn„“la Õ©SU‹)I<€JVBà…. "ñ¤@ª‚I $"IW€$L©‚¦:¤ˆ©(\z&aLl`tXŒçäVMZ$FRì:mȳéŒ~8s1¤Ä#A9#÷¼K˜2k…ÓI%o±ÀÓò®•·X v¢€¤¨Pà ÍrW
+ë‡ò—WãU¾+kùFÁÚǵYóñ½5Ãþ~¢CµµÎÛÓ›ïꨄŒ¬X3¸ÔN׊x„ø†¶¼«__˜8°yK—…릜£½suë
+[žÙ¿ Åe3VöF œï3œ¾¾Hì8nY“×:sðFCËÎã²9íãj¯â!|F¸"·«±,²qeë6E©±©gòƒÝì_Îò ÕÏ#CûèÙw-³ U3ÙïþÚ¤¯="my.÷ð‹¸´ˆI¨,ë»fÖmþæSóÅ9üJ‘9¢µ_a«Š]à‘²òä°xqÞXõ¢ûÝ%÷®ËìkÊ…UÅfÏûBʶHXÝœ^þäcÉrýîìƬ¼+ÓzI›kŽ™,ô/;+2«ºŽóÅά¦F ¯É’çÞ+u³+,
+ÑU—ÎW„ŠÖè·ÂãÃû“ô1®d¾¶áUD†|Vn©ûOÒi]¿±këŒS¥>ËW;¬~WÔÞ¶¤}¹“±>VW”PÑÑÚ8|HοõìJTYƒºqí‘‘gýÝoZ¤çÜZë³qTñÅ=+ߧ{ž–ËdÄËYi#î§ãvð £Ý­ÉUßöî8¬Î»:n|¹ËûTÖ®sÍ£ÿ
+endstream
+endobj
+1759 0 obj <<
+/Type /FontDescriptor
+/FontName /XYBSMX+CMSY8
+/Flags 4
+/FontBBox [-30 -955 1185 779]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 89
+/XHeight 431
+/CharSet (/asteriskmath/minus)
+/FontFile 1758 0 R
+>> endobj
+1760 0 obj <<
+/Length1 1110
+/Length2 6161
+/Length3 0
+/Length 6853
+/Filter /FlateDecode
+>>
+stream
+xÚ­—eX”]·€)‡–îAJ©aè–F”¤¥k€!f`Zº‡‘”F@$ié.¥;¥ôð¾ßùÎëùÎßsÍüxîµ×Þë¾Ö^s]Ï°1khñÈZ!, J8ŠÌ ÊC´UÀ|@0/Ÿ€M 5GÁpsTã*A-îî¾âBÂâ`a
+Š„ÿgªô_r¨ÌÕñ?WUPæ0KY¸ÈäåüWæ¢ó€ZiÀP–¶@ksèßq(Üê?Mîú÷·èù35y®ÿ¾Ú¿5Ìap”¶§È÷Oöß þ‡ïš„„y
+A¶ÿƒ‚Bwäéd …ÿ‘qƒýw^öà˜ÃxgæøÞuôÇQwà BüwfNà
+ò¼«ëò
+A¨?ðNÃõ¼Ópûï4ÜÿAþ»ºžà]]¯¿ñÿ‹œÂÛ,,
+Å'åÕô Ì}ÑÎ+µB¥3S~˜¡B#_oBµ»é÷ñ3yH%먺HÇûË$Ôú®r0Ò«?í¹øØwúGM0s_À÷SíGGœ½&ÈåÍHXžuݵ56Ÿ"„p²«à%êÚÕw±ë;ædzê×ÖŠl˜ïq7¾E„!ô˜“
+ Sn6S< ø*È©´ª_ÀþVóD›¾ÑJ³*c"àˆOó6&m¤˜½4h˜ÁÛ­Ašc%J†-a܈©ôàõ3暣6í-rüCž–dÿÔ˜ž›8âù ÂPÅ×N%º;—ĬּÆq%c8ØÌ 9¤QÑâð³:Îdì}áõ.«QùÅð/ŠB$¥k1¢fbÒ„^‡Kž`銥ÿ“q‚d: p²ç|2ŠFq#ž$ðk_i/['wó¡ù2“ZãV±à|‹o6%!©w®ýw§§Å•Î‡‹_1=EÔ¼îkÅL”'ióà9B톨÷gRÚaOkÅ&ÚEÀ’çÀ¶ìà—ϵž˜Ä÷bù:/Ìø ýl/±zûlJH¬:E„$ÿ6qÈO
+·œL¢òË;ÚÛ™cˆ ¾Ø>§~']§O´²§_V/ì{óøYÚBŠ]àöò:PÝaóÁ~-ÿ¸Çæ·ÙúŠ ¹À ªMŒÉ€ˆ¦úgió›_IÊÌõšú|ÄŸhŸ´#‡™d›b/
+aè¥Î)vúiéãê VÂÀòSo]Ô·?‹oÎYJäßèá b¶à9²¼z^ü!}•Ëy½JÎ%Dk±¬EƼÚ,©vQlî]Lš›·—%Ybðü-ÞÌçb­c6T ÓËUÛ€ò–ú¹ÓÓõÙma{+y
+–IÇHºLOQå"1qÞs?Î'M^/O-õV
+´Âá"•9Òæ _Ú&{8>i³È³§;Þñ}»à m'™$h+%ê}yc‡¼÷žÚZ2¦
+É´EçW3 ¸7ÒsC=,©“g›`ñ6ª¤|ì%ÀÊjKÅšhÙÍk-.µˆEŽs´äº˜éC”“'L~õûKÎã–Z*–©²_{R[ô£ô uïq ¹Þ¤SRÏÅÉßßpò”
+ƒTLN?1óßfäzàfβÿÊ61ý0ä%Ü?"ZÐÕürkžhk˜¹öÞu©eB­'“^ùôF•Y$ó£í’‰ä´?(iEé³Ví“9ÈÞna^OÐ컪5­°¿ ¿n hîDÑ+k†Ý+÷álùL±š«iòez„µgÔ§òš|6¡Ò…jÔ!)â^@·˜bé$|´fûP3Ë+
+äN`D ˆ~h¬XªbܤeðÙó)¡&¼K–Ô½WŒª}`Ÿë_*¤º'‘>
+k!×’Ù8YÅ÷N¨MŠô¾ˆUÌùºÁ€‡¹& Ô ‘uLýÕ‚U’ Ô¬}¿s4L42
+Y+Ç
+1#(|Uòj@W&5Få:N•ˆ”< í‡p¾™ÚWxH™ÙQ̹õà ãAgOè%ö+ýËôM:']LÅýÍ1s4ê-9¯æN†“õðÚìªÕf«ò8¥Ô!0yÝæñ§—Ro € ù Þ•äî=׈G'ð£†pëôµxA°`vA
+×çŽyÿœb-%‘Ë­ñÕ_¥B¯=ÃS)7¼û?åæÈzÆvw\ŒHˆ©©~5”k“éUvš_5Ê ˆxè?õNÅ©²ã÷ÁD|?îôÜXÌ<"}=Þ’q”A tý0¯­L—ûŽ,°v5×:PÚ"Ö_ÿc,w¡ïÉ–Š>f#g9¿¨É¤ Ãå s´©ZËÏ¿j?o’„;–V¹'‚x
+!1Öp±ÕX=Šê›%Î^›j¨œt-»7 TÞ˜çmÔ ÛZÆÄVº¹¥SçQxñsîtˆ]|¹Þ¡©Ý#IàÙB˸d"„‹tsjUÀ[w ‹/¥;Á8YÝ"/—ŠçJÖb÷5T»‘̹‡Sý5»öhÊÜw¡MRÙh‘ÛƒÓ ‘®âµß4CuŸº-Wº<u¸âSmÉFwÏç´t½7\ʤÿÆÏþ¸p 1”ò
+]ùy!/De²M`òõT´®+õ,¡Ô¥fÎ.£3¯e¥Vë«WZ}˜„îwG)_ ôT ò îÿîêý2hû’ÒºLI ò[·9úCfû›°Ü ¹=Š':þp|ŸJ‚¼ÅÞ1èå>Š„–ªöÚ‘½V²G>šËª&ÖNšCvM}~°Äz®O}±N´z$šdŠãùeë!H©ÙJ<ñÜ,{lM…sf«w”gB ]fÅ4ìÇÕG¦âLËG}c¤®ÄnL7ƒšLÕðs§º›×ÆR½½’¨ÃIp‚Q•,HÒU­ ÿðŸN}Áφ†™y³Ô¤NÞÛË”©W¸  ¶†‰È>·¼ uŠÕ°àh\ÇúäCí3?©EL;²ÜlSر¦ùPÁ}:Ztgë¾F|öîø%õñè}5!¤ú‰=ã´ÔcϬåSŠ2[º?Ðƨi‡ÞòoT~sŒýÝ•”^Ú¡•ïwŽ*š6þ͆®s÷`ºÇJ¤”ún**§ç^ʉÙÙ IŸsu‰… ÚE¾ËZg’‹g¬¯4ú%ÉP2€áé¤1î˜o!ºÝű~¸c~DÒãÆ,5¦HKo8mÒC- ˜Ž}.•ÍºYGw—:äÖ;]+HæêR!‹
+ñÈâ­õ?Äæ¹yÊDï(¨|Ë5Y'Ž¼bø""$ ¿íùaàÍð_LOt3‘Fðã †]ñ ¯ÔœãÛ÷ºñzÓ8%<¢7Uj›÷`™ŒøJÕÂáÍÄÞŽ%8cŠçt\ïT§¹{¤U“ß¿L{c ¡ç³®é÷—­‡x¡_&õ1>½wÆH¨öƒóžHÞ“¸FøÏŒ‰i¯¬|îOR¥‹]|çûYcææ‘ñN #N©CγñJMòÁ<ÞWÖüDvn.æƒ Ç1ßU•Ô BÆR³¤
+=„êf~ð1Æ6Q¡á®e"Þ%í\‰–sŽ)’ýO™†µž†“š™1cqù¿ŽYs©ÝöcÙ¢\ÎUbê›ýà(%xµKuè,Qîä odˆuåÍG’íÚ“Æŵ2§Ñ“OK²¦à1é8H² ‡Eš³™²ƒ;bš
+¬º]#œ¤ZÆض/Øm÷tùî)JÒOæÖ CeæýžÓÎ îáX%ÛâõÚá=‹^I¹|ÃÚã¢}…e¦ÿŽÑçb¿6IÅU¿™x­;DüR©‡˜Ì›SiË9jŒUt÷s-»ÄDÈèÀ˜= ~½Fc±©ŸC ¤A@åŠÑù!k€‰ÆSÆÚÙ$}+F¬œŒ‰YU–‡áŽWT*÷+¸œZÏxLl Ńï_ËLR“ýN&¬?Ûûê>d Y ¿ÑL§e{omjÝ&®ÐJ}©t‹%ë‹‚¤S®§¿^×ÖL ·ÿ€UÛ$Ïd1Ì¥¬MÊäØãÞT„:<…6˜¦|3ƒ`…ysV:ÙËcûÌa½tq›9\¬Ö„M¤O4Øze†hJ—“ˆ\Ò +"'ÉF>Æ=6¯ÑÈ™ƒÈMçåÏ>Wây˜ÁdòŽÿ«Xµâ¼‘gn¬@gÄ<ý¾.Hëá#ëÇÙÅ™êQ…äú\·3Âœ…zd ÍzÜ
+—JÁê6ʵbÞÙÔ 
+K§¸ZN¼GÝ*cJ¤-¸i·É]â¼An*>}ñ“º£lÍ"nÔtâÄ%8€¼6ÍÛ)6JMLïÝ,ÆŸc¯†ÞrÊ‘ Fà’éΩ¯ê®`Ÿšàé-ÛOk¼¹=âèÙ«G…ÈqSoñ“U‰4v}¯£-ü¤­ʘ¼›õ‹§¿‹?Ÿ-€µuÒ¡M²T+¿U…°ó§Õ³”Ñt&”»¡wTµŒ¢Õ/”V¦( Å)\­ušŸT+]×ÎæUhŽê«u*¦¸ò¹õÖÛ¿ð{, a°d$D&VÞÆï7ka$™õìe}dàZƳ·,â±à¯\EÞ3û©;K4ź—¢5!²`êüÃg8Š!úÖû<#7–U¦Ä4d“J©W½–Òœ¤V³!®ßö¬MÓW4+œàmV~WÜÍ"ÚIâDªJ„¨¨D4âw1õ³
+M-½41ÉšËm‚©
+Uyí»úF” \Õ;é;,ààÔ•ïuÿ¿
+endstream
+endobj
+1761 0 obj <<
+/Type /FontDescriptor
+/FontName /JHINCU+CMTI10
+/Flags 4
+/FontBBox [-163 -250 1146 969]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 68
+/XHeight 431
+/CharSet (/P/a/b/c/d/e/f/g/h/hyphen/i/k/l/m/n/o/p/r/s/t/u/v/w/y/z)
+/FontFile 1760 0 R
+>> endobj
+1762 0 obj <<
+/Length1 742
+/Length2 1193
+/Length3 0
+/Length 1722
+/Filter /FlateDecode
+>>
+stream
+xÚ­’{<ÔéÇÛ\«('¡ôÈ%3óø%ŒKÌɸ]jÌ<3ýósÆo4ƒP µ:"V¶ÕžTº 㶧ز§†UœjÒ®¶MÖ„œ¡Ók_Çþ{^Ï?¿ï÷ûy>Ïû÷ys“`†-•ÅÂ]·Eˆˆ+ð¦‡Ñ\
+ø+¥áð²QaÂÊ) gòP•ÏåA`‹8ÉúhÒ.TÙÁ(Î:
+L1¬´²£P@*P>Š
+ƒÆãºYºqh­NÑðî:›CynÐ@M»›Ê e=Ö½«­gUq–¡1ŠŠYÝQ~§m]¹Ü_ú¶þœxÃz¤ßtJ‘,Sû6àWÄé¼ÁpžjÍ£Þ…‰ôøŒ®ç}Zg›¢Ë¥…ð‹WŠ“÷Þ½ñÃ*±¾ úQg§6¼ï3h{*¢]ìr¬œ®òcñÎù5d+g ‹€”Äoí‹(sñ_¼ªH]Ôélúzdp:ïø•PôäCJÊKùL›|DRèwµŒ»~(W³Ò"f_­çéÙ<3=Ÿrãb×Z/-Šê»ºY’ñAƒŒžæÊêËe…n¼®Íº)cj{^j8Ê VÄèÓLØMŠmûÏâÍUÓÅû/î./(Ÿÿ,È;ò‚¨M s÷ý}ßHŠvÂß²ìÂòñÛCŠñ ‹*¦ÑF?¥©_97ö ›Ÿ6þµbÑ'æÒÆÜHY¡ú-ƒÏ…î>"Øí6²*锜§{°’@Ë šöxSß>Høs¹Ð̸âÓSgúc‡$ëzè Ïè%vœö[%ÝÇS«ï.ÕpÈœ;cÓb)ß4]Ñíóƒkrn¼Ãbrý
+TßæŸîýæš}—æêï<Öâw¾KŽ3m:8{þÇ”íŸvËÏ™öv¾z:¸GOE(Ót¼ƒL쥩ƒ×«ËHF^s…ÖíãÙ×Àþ‚UÇM^þåXú€¾\¦2²q–ÝR¼;D›³XñåtTÊm ·Ðl8Eî.y²~Â,©,3·ÓoêÞ³ ó]§V½áå·FœŽZôœóIß–1¨®=‘‘ì¼Oí}ÑõXíRÝﵟ›Äù_Ðì}ÁY÷û+۽踢½k¬‡YË2án¹ïu¤hnq¬À@ur]„"C«Ô­ ÕµG1éÛ0ÓÐÚ°óUˆXghD^oØ'Í9—]¨ê8LÕØìò󜕪5/ÜÝ.g¬úVKÓÓQM»día¿ÑxÌÆô¡^t¦íÌõL©!£ŸK l]«
+è¹ÁäzSž[ËÄL:æýÃÑÏ[¼Ýsº¹­ùSZk|ÊÞÿÛ"Õ?ù“g¿[ÎÞ´”g-ç%ãL—£S²ÿh¤Õh}å)ï°ºïŽÙѶ¨_T¡eÈ­¯vDÕ}ÿ™¼ä8M'ˆZá™_&…íum›úT¬··\"¾® ø\&B½
+endstream
+endobj
+1763 0 obj <<
+/Type /FontDescriptor
+/FontName /NGREAZ+CMTI9
+/Flags 4
+/FontBBox [-35 -250 1148 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 70
+/XHeight 431
+/CharSet (/k)
+/FontFile 1762 0 R
+>> endobj
+1764 0 obj <<
+/Length1 801
+/Length2 1131
+/Length3 0
+/Length 1680
+/Filter /FlateDecode
+>>
+stream
+xÚ­RkXgV[,…õ‚\õ‰ˆ!¤°¨…@MŒ\…I2I“L˜L SE@Tض²TÃÅ(”]+‚[l…öAË¢õ²ØŠ]R+ÑE[lðî>KìŸ}æÏwÎyÏûž÷Ì¡{
+ãáL„ð0Á€ü¡PÀ‹àC,àÑèt.ŽÀŠ©"a PHÄ!j
+‘
+°R¨†‡ê‰%Är …d>¨$‹¥©uÍ 3Ãc¸á‰‰~ÿº‡ù¢FUD<©þ7íz>†þS[ÁQHaù³X¤¾7¯=‹Ä¢TbL‚ªd (À8“4EöC
+Ë}öÆŒ¼—+M¶²-»lrÒ_JÒqÃì™u)#þ^}Ø šxËÐz”üÌúÕr¹i{iÌfesL¦~rб WÚ
+ºmvL|}“ìÔW´z¶&w;ÒŸ~ŸþûÀI¡Ó®ûdò_Õ~ÕuÂnDŒz¸mú:VÓ_ÿ耼·Øεvµ^¹ŽË«à"¾Ó€;'íf²ž3æÙ8ë>Û††Z¯7>i+õE§Êó[ÊGÿç5¦ÌXm,iÖèN–܈n4Öw’¤•K:vÚ<m#dwy==Äîؼ6, 88 ymÞ=4|Ñ ý±°r€¯|_“Tq™ÕKš^qŸ±½òÕš™ÆÕ;Z®š}µS§^»»úZUS£…)·dFIsÎß©à·£gjLö¬ê»ÊŠøw8ï—ê³¼TM÷ÄäÞû›³Æ”j#³ìÆLˤ3‹Ç«L±tìKS4¸=}VÜjöåÛ^ã¦î7lìs]U¡ûÅ£±Á©}*z
+³6Õl°:â•u¿ÙÏ£'ås¾Èy+éÑOþ銿*]tPêZâÛóøÅ…¾Y·Ëpaª¢tÌË\Ž\ÿö›%nÃ%}IÔŠÛ¬ä{}ßmJªüsÓ47âxxE4¿÷ÀÀê(÷퇢ðÞjå7î‘t&é’¼÷§ÑHçšõ^ãtÃc« Q{aV ­n¯ì\Å’³…#'ì,FF®Y—sêØðëÊ–wÒžTH¶mØtd_ã r2õ”Ï5´ü[“]߶¾Û¦²£5÷JeÜ_èa;oò³¯ÄÒ탳¦6 ä¸:S²»düõŸž¯X™º|0“6x´gº‹>i|¬yö#ë³ÿÊ*ÁÔʉ|=íÅØ.twçd#Ykð­w•go=\üHýMGùEÌ%aYüpš‰¹6Ö¼,4Ó~D`ÓNßÃø'ç˜(}
+endstream
+endobj
+1765 0 obj <<
+/Type /FontDescriptor
+/FontName /AICAWW+MSBM10
+/Flags 4
+/FontBBox [-55 -420 2343 920]
+/Ascent 464
+/CapHeight 689
+/Descent 0
+/ItalicAngle 0
+/StemV 40
+/XHeight 463
+/CharSet (/Z)
+/FontFile 1764 0 R
+>> endobj
+1766 0 obj <<
+/Length1 1606
+/Length2 14346
+/Length3 0
+/Length 15170
+/Filter /FlateDecode
+>>
+stream
+xÚ­·cå_“-\f—íS¶mÛ¶mÛ]vwÙ¶mÛ¶mvÙoÿŸçÎÌyï§{çÉøíÌÜ+Wæʇ”PA™VÐÄÞÈTÌÞÎ…–‘Ž gikäê,ko'C+docøkd…!%v25t±´·1t1娛š
+7µ3u2´(¸ÙXd,MíœM)föN
+öÎ.ÎÆN–.€¿YDÄþÍÓÅÂÐåŸÜΖÝ
+í<ŠyV
+T§:nàV6ðë>~1ZQª>äšê™×qÓFÑÐ54½•Ó@Ûöœ$,x׃¥ ^³ÿì¤Y•ßçGa‡á¶ËR­a3çÙ8æ!_¼Ý úZ¯b¬»fnSç¢Ã2ln/$ðá;ü
+…ÄßVWË…óæ¾ÍÇñáy@L˜2»œœ$zP–Džø uœäRëOb ¾ÙI@y­Ê m•(7RžcéÏ*•Ç¾ó«LÅï«obÉb"-Íó±z¸¦TnýÍdÎC÷Á1Ðê“#YH}&¢nt–ßêÖ“5¥J•çZgrið6³¶ñ,õøÄH ûùŒƒyÖ<ˆ^ÙÎ/ÍnÙçË,­ø P“©Šœêág&Ýn$ÃBBt| îiú3Rü%²ø81CBù›ÊwQœT ÿÙ01ÈQêÃwô
+¼C«öW§÷Q¹ÀÛÑô\Öôëõì9{ñu×&5F˜ì?T¬\ˆ§%xê[@fŒ0¦Œ?6ŸôyW2 L:Î5—v|&óijȺd/<X:q7·XËðÐÑi‡W+»4Wwã%®‰NÄ$Þ
+ÿrh¶ C°•Œké@Péí^^mÄøÊOÉÌDÏ–@É‹U…95@d-‹æBï¤ÛŸ+Vå>ÐëÜàBFи[ÿ©¦¼°F¨Zbgm#P|Ub|ý»Òý7E UïćËMlM/‹cò2±ÍH >^qIž
+((gb䈢+9ªëÈ=`yð»çý³Î±¬ë«ÇðäÖS<È ]5ŽŽ…ETÅGAjæç¸ò>»ýXæñ4ÁÎÈÁ¢¶$Ûå²´ÖbÔ#ÝvÙKa4æAqiz”Ù­…£fRG\Íüp$­ê¥·/â`ˆËGÂ&œS•æ£e$Ž%:Z†¡Ë/¯ÎïËQW/N6
+\•ŸØ™Œ7æk„ÙÈ–PK3¼ËCjͨq3W‹ó³wdËo’ˆ ìS‹!ŒEn:äë£ûCKÊN£™¤ï«¿a>tn>ÆÂ:÷
+//ë÷ÓC)¬‡Ú ¥¨•}1ä—cJ—åñ.R¬Á°—Üa¶g7¸$Uè6Í|ãVˆq©¿AŸ^ò×S(®nªhÙ¢ ´±»`hÈWZd›©&Øóp÷N¬œŠ3+¿ìqá늉#I–¹Ðºc—f™ÁHnZßÐDìÌ©Í
+0®ºw–•
+ 'ËŠï$(EË
+»/µáàÂMŸ€7B
+{ÛÊ»~Ø9 85S\ËÌpõÔÑ;ZWâtGMr«.RÉ0×¹Øêªûà*ÝAàÕí2þz+Š rÚwgàYâÙцC¨;lç
+ýÅ*E‹Š‘J”ÓS«=úÄ8gb‰ìG=ƒ2äᇭ–ß,‚'twàÇïìRDDuÙܨÛ^⟳›™N#ž¡9¿J¤reøRž%¯à½GMòŠq4îÀã—ä‘Ð>ÉI#,!æ·Í£ÖG*X!¯É~¿ÝÊ1Ú`pñÍaˆïé*ÉÏP:Š,$3uÎÑáG[ú™qrÂ*ÃEž.BYŸðK³®çz¡½…Ñ‚¾A*¥|-è~8sÞ¹Ö¸ÇhyæëŒ$u@2|ñi©#<Á;“úpÍï´'6XÌJ5â^¹#K~“á¥ïy÷f˜+ŒÀ’Šö«Œo¬9Næf®ÞatNõ ÖÊ4ñ™`¿F"t–éjú³L³UceiJtÁ¢wL‰±»Ý¬ê&ÃÖ\X¨,ø0"8BâHF‰aµ/¾ÿ³J±œUÜ+8”¼Ðª½g_àxglX¸FTòÆE…QFÆ-3yÓ˜ŸtDÓ¡ø5_MGÒ;E&…7Sßq¹¬ÿdûSI4ñ†«©žg6"ükí9¯FE5N¬³Ïžiët˜Øö§Õ„B×@PÕ¬Ê×[›X°Iå‘oÂÌ&›Â2ÕY§ ¤¦p‹dQðpìÜ•¥*\¾· qIŒî!:[X‰ù
+ïK®#NîðÕÉDŠ°wµmòs 6š²rå†H&=µ¸BpÍ„½Wâ ŒqÜSé–ËmøÙçÄ|¬”8kzÁF¦qZÙ¥»„Õ9gA2œ-ÓÉòƒ§šaÌ}øU^߃ S/¡2
+JùÚ„‚i¥O“®þœ ‘º.MZÁ›¦ f!ÚuLg¾kGêÇbZä¼>Ø aÁ¾ã†65óÐWy¸G.2ådù° ÓcYØåÚÊÜh¶Š\EÒ‹ìÏbã-A™<Õ@çG“!X‚¼~çðõ3àFnÒÈ>‚埵P¡¸gܶ|Ø}tòÎ&NÚ»©ÃS¸QÐh#ÔV
+ìci§¿ rc˜\ ìÖ8äKÐkÄxº‹„óvGÇ(JÝòW²oCt'ä_ä>ˆr7ØFóȉ©¾á ‚¦ã7 )h‚åô)†ýºZÖ/a½sôQ˜Ð¼øƒ"zƒòÇOJWK ‘UÖÊœü–
+C •WÉî]‡8qö¤ êöËÜãêëW¡æ=‰WNjfèEñ;)GÛÆÀ&9¸nôšˆÃ¨d'eDíú∵^—ËüúàxtAü(x+ÕÐæ‡,maQÕµ:
+V>b7¹tÝn“e!!ëTR¯ÛZ
+‚  º¸•qrõwöa¦†Bä#¸œ?XÇ&ⵂ+.?€ iväÂÃlha£è3‰Ï× þÀØ+JÂaø9=
+ß[Ö2_bÝCLê“÷¬?
+jcp^ܧÀWG
+Dΰ§kþºEO•"h¶¡fì´¦š+û¥íUÁœïÚÈǦúFSŠ‰]:ý<TE ½ÓÂЩ:çÁmJì ©avŠ€c²z—F§òœè‰Pw"„_¦É}”ÀHR¨¤¡Y&7îð òûøo¦~sôÖà^É’PóÌw­Úà]E v¨vôäýÏHx<ƒ©n‹+‰#R–$¤¦É],Q>)å¢Ñ§…/Ø|èZ›L}ÊjŸþ5Âæ-=$6ðÍ|T°6äÍl¹?ÚCr¿U¬ÐËUCzøEJþ
+sÓ!LuöäÇ;8Ìm™Ti c–öë9çµæ‹Ž=±â܈¿ú ä*ú:à< j¹dÕÄ:ÝÆ;z@‡mU•óº°?I\XHUò®AóÇ ·…V"o€Í%ÃX)u¾kðľ,™Ý…H”}éi7”²¾ò 7ÀO`éÚG}†wÆ@?EÃ6Vÿ>„´€Àg¥ŒØ"-ÐpÒ¦DRXÌ2ôÑ["c¹¹QGþü1füb†¹Ó û˜ZãÙ$ߎûÎÖéA礤°üËŸÊ Ýÿy;µTƒ2Éúd1FýnÞ›6eÛá+É"î­¹ËÛòDŽ°Ãôâ‘ú5¿žiÂsXWß“,ö>‘˜DÔÏK Õ„—€Èð4™¡ Gð=Y $Œ §ýññ6»‡ïíÕóG‹iF„ ƒášÝóà9®rXH¡¸ |ºe™©Û›“n§‚:¸gÜfÎG™ÍJ¿ôÞ&<r× |
+øV[Õ:B{JÄ b{§j³–í‚î† ß04ÞPÑ 6g|g7ÁÿÂO¶¢Ý6HÕ59CÐ¥÷õþéÔзƮI|ñ ü纇eŠâ˜ÛZý\ZEü V"OúLÐHqܬ=R5Ÿ|*µb€™/ÔùÇôÍã7¸ï1sS0b…±`'I%Â%8
+[Qü§i=îÈàt.º+ÒU8Þ!‹Çx¼êa ÆtµNÎUÕÊè¼ÿtPþ
+‰ÃI¹6f»84|Ý°#Ü¿J O>® ä Í?Üc38Œ¤æ˜åÝŸ¨`>PÍLjŒ@?MµCèr“ïpÒ³&ÕôJ}ˆ‚à¼ý¡@[^ >À˜
+Z!þ²«iÙssõá«>úWÔòöÝàz¶K²¼co÷ñä€òûóÑåטùOíÇ.ïì†ß³8õ[qÌê”VùwÁé7Ç@abJyãò¼ßEÏЫf~LSèùTŒÛq}x®°QÙég‰äÉXí ÐÁÌsu*8•[]mnÆ…Z÷
+ÕŽ^±Ç¢Eè¬A»ûò* Ĝ҅¶ZøBúw¢ VV÷wÐ: Ð’û\-GŸÙ ›C‹¼yýkUàÐnË¥D]ýBÁ°ùÚLâGEÞ”_ö§$yû‹Aú–Ê¡’t‰çÔì<ba4JR“xXã½Ä«~£Ú7ÊÇÊd@ûä¶o:kÀ-zLgûx_„Vžm³]óäËbGíÓ> ®¿|B ¡W+ð¦Ð0
+8#Ä9é~T‹¡ª$p6%ýAØ%W|éŒâöPÞœº„ÛסQ“R®¹8º“¿¨L¡£¯ãû¢¢é~Ý—œ —j8I Ià¯#(,x:Ju…IÃÇƈP…8‡Ü@)ór[ñ[ÁÇ!Ï{Ç>”þA‚qZl&>K“ò Ãä*AIÞ«˜ð’èlY $éÇrúTļcåO¦` II¯/B‘ÖEøY “f’šØÑŠÓ²¢œ ýSÑZÝÉ ŒÞ¡w¶ùߢ 5¤
+!ãT4L­NpØÌ'„;55îuÊ£~«Ô!¬<€Ð#Å”ô<ó½}øâdÔ5ò`43÷¼?æF¤ù”æcY :*“^¸J±á6òÆ¢]ò†À0½Tgü´^L-fù~¯§'<z‘Ž±b?Ú†;Vžc\z¨y˜CüÁü¶ŸÙض3-pßV|‰ÇåöZÕbd«¤ó¡f™»öB^˜ö’>µ“27!pQLÒáóLöcÏÎ Ú"¥“ nÝ1ß­Œ²ÚbÄÍƵ<±q/`ôwoEYi‡÷‹b[öÈERêÿ“”ÁPjÅýr/žo$¹a»µ×5QùÎB‡Ê¥=Êw­ïðVù–€‘+Õd@otOÄ8ü>Ï°gnF5^Ú4m1\Œ šhÓ#e¡l©KÕº¸þ<õøÝY=ÇìZ k£¢›®û]g9ü`'¦ëû§£>ê‘;ÍoÜ3¼º2ÂR Û¡GýiéФÙH;ù—Etˆ
+²öI›ÀnµcÓ®‹Ñ‡1õÌÛ†ÀüëØŸ‘?j‚>2C%Ê“¯ÂKH‚-wZv'ÓÂ|£ˆöô§œã¢Fz£.A¢¯\úp[REš”ž©<>jBÒ306’¾ÚúÀ Rû˜öjêRHƒ ÃT[6bÞo,Á/²Që{Ö
+³Pò`%`…7˃&CˆrZM¶îxÓ¦|Dˆ×Û– “î%wPÛ´tâüGÙ½õË™tÁ‰l©>@¡Šv(求,yP¢Vdc’ûÞMdíë½æ#ùj ‰ùôŒêJ 6HÈŠF0Ô‘©qzŽ/2·¡zz.žSK€c Þ–/³2ß“ÎûFq‚½'OèÈŸ½ÆÚ¹³} J—/ ´$…ÔÎF Ù‘ó÷G—µ·Á\Ý (j©wÛxÍWXg†#Q½šËRØÏ‚ìu0r¿j¨$êÚö÷¦#0õ'ÉXdÔJ!—„uÝNœóåœxÐÒ‹]›QÙœ|ÎÇUgõQ€ˆhC ÊÃØtR*Do˜ST~t,i©X†°zq¼oèíK¿E#žt2éhõõùéç\ƒm.NÒþ覕úí×"¥D&AL^€hÿ= ĨҔ`ÌŽŠtOø´žvÍ ñ¯·\Ò$™ l†M]`QÀ/”k¥¸/œ1ƒRñ²ÐºÔåþö&¤¸ˆBI×o¸ú`¿€¥@¸Û¬Îx±Ÿßtpã˜CÏJübÔ°•™ÙÆ­½óg¬w@!|Ùd¢}»™Me—P)çÊSìRÙžv{»šE‰â¼)Á†ÛÜ“<Ñ¢ó°¢ô/O½eL#FÏß•ªéŠ¿enàûÓ)ž\?´ÚÃSÐF)(CyÕÄ43ýbÛx;0‘Ý
+#]žìvÝÖ.@ÖFJµÒä2*ˆîArYM Q5“mäAvÚ±cB†‹Â‰ö%·7Ò”H¿“¨L7ºyŠ#¡ä*²©“(ú#íÅÑq©-þ[F
+2rÅšê]ïlì¤Ö·¾ ¹ÂŽÃ¾:/e$ +"2›P “öûjCq~êÇuÜF}ƶ'ïL+’N”©ì(Z󯔾™Ü¬ßSt`B>@Ý™ xïP¤ÂiYŽCš9=@›·^ úP[W&s=`&àŽyËÙBÕ¥¥îJˆ¼!šö
+*q¯ž$ûWŽ­ÿ®>[Z¦ Q£Æ[ýK¤Ni[^ýÄÚP(ép¹æP{à¨HÍC·¼Lð…¢ê(>3Ág¨NøӡΠÒÃ6 yìüSñ¨×qëT=Mýx9ˆŽ%"·5F×{?²ö'¹qª‡V_hƒH‹M9þôµ 5JÀrïl&óQªýA§uaë—vBŠ`Ý‚À»Wµ[_b‘¢Ø4?»¿Q’{‚KºT³ÙâëÕFú6•¢@A
+7Ô~ˆi•ªBOÒOˆë½t‘‚ÿÉÍ駩^._óÚ™BßȵuJÂp ª"ÀKI—~ØOWõ²L,;šê4+ÓúÄ%¿qÃ÷-÷2æv€[bÂaEŸ¢L_³[`Z×ù‰rŸ²O—¿á¤aS‘ºósOcÏëLvzúþòN,û+N¬‹äŒâ—>s’Ó[B胃`(Fv¶¦Å±1#ÏZÇ|W5L#Û²IÎŽ?ÞÊ€äŸþ¥·ªbËšé£8nc–º‰ÚñzEÎ]*õ¹T ÓLlòv ˆú1&ònSpë0F‡¨¹YÜ
+¹/_›,µÕK’~¯ôëEº.êjý,)Ûrxäb9S±:Yت¿¯vQCÃ× íãEã Æ—ûÈž 8*né±mvÀšYÏÖke, P8Pâe–…rìãW Ù9o
+<‡‘–²ç!¥Ó:!£2aïy`ÿ’’£œ(ü?ó¨¹4tÎ&N%B£Áø
+Ã0§ÇV¯5“løìkÚ
+ßOû‰ wLèÏ©KÑÝ–HúF‹»ÛP1aA·Å£5@ä…#´ž}Š%ÝYS
+ŸÊ,:qãðuiN·\Øís:Ä%˜†æIÜ
+ƒÉ¶Cám÷pŒ²èî‹çNºŒvŸà¤)®LáȺmÁñéÜÔMŒžGD¾½ZAKÝmÅá®×sïX§šuA²²ÊÇk2 ë\Öt…§dÕטª{$;Él‡ªw9Öç1I2 Y¯Ñ÷ß”{ËÔÛåæ³AãÝJ—Û{ÙÒÑ»bXå‚rºŠs®Sߣ!ÒО:íž'Ò¨ÛJ pÓîUÚ@0WT 2üö1£_oÞïO¯ÃBÈ Ý µ¼­
+j^8²*ÊôÍ/8&vÔrr5¶b|Úÿê§ßå£ y—EZ–[°û¸!˸ß]ŒddVÚ2%ç=r΃¦”PúPgä-$™fuì@ÈÛJÿ²m91¦îžËÙ‡`<é‡$ÂåÍÓÂàßµU­®Æ^
+žõ!˶ïǘ–ôÑ…fïõ<A
+ ¸CÕâ1÷^nþ µ[!²f~~%.¬‘ºSöt(×lÕ_kX' )4’H£º¡3h”ø»ífŠ;ånõÇ-·“Û!Ž,û<’¤æ$›¦ˆ|]›ŽSƒÉÿà­?uÝë·çIjí<8E$cà~á¥]Öx:ÑV‚^’÷þl<£U±Í3¹¤Xa2Fz¼ð;-?§›â%¦¤²kñÚ%eÊØ“ÍYòÿôK͹iŽŽ;å¿ïô=¼:’­­µnÞýy%šÔI®¯Àã8ÇË¿…4ñ û‘Fû¸‘RàÕßP¨•±¡ÛŠÙole4M¹uS–Rxýjx^[¸¢²ÂÅÓ·+gnMñ3ÓÒOtlçãÖ!mW-&݈q’Žn¢qˆSê"l6Ø”Ò0JÖ¥–Õ?,ÀQ‡ÿ´;NÜ·¨Â§nêmiè
+ÝÐw"c”¨%;˜¤þxº™ç}Kûƒ[lcW!˜,Ysƒ¬;øgB)82ÜHòüLÖ¤‘²}u—›nž?©GŠu/¸ ¿m Ö¸7ò»tQžûêˆ=;ðDèêͯ¹qC¯Äi1K^[Ú` æ¡Øçƒ,ØÝ
+ ¥“ÍDv;žá𠻢MEFâ{‹×~BR\ B«;kŸ!Ëå¡P0STÏ“ cígÿòòúŽ‚³*ظU|Vˆ·õ¡·¯&Øð>¢d·Td‚ܶuz§µî?*XÑŠ½“bêÈ>~P¤Xm4»t>ñ¶[M¤~Ê|`ÑÂú1̳Ñßš‚/C=oßæ$xmC”: àÛÓ$C!þ6
+©gzµ©ùPwªDMãÞ ]TŽâO“ÃåÊÞØÄÇqPĹCÕ,h_ hE÷Ë—NTéàU–‰). ,¸Hõy—S?ÈefŽt1Œð-‡¨Ù/<«&UìOU{BZA¦-9еøOÁÃmtŠªë¼èg­
+
+°Þ‚SR@™­À#^ܲŽ\j°3”p}“æX/¸?í‹%Ä¡ãVˆÎJízb]³†;S1Ÿ9nÁ+49é€Y
+« <0ŽCžç,}’‘AW“:`3…"<(ÖUŸ"8øÙ-,oÄî•i}¢3`³×–˜a&”û‘(è`r@€í"
+Ÿq>KØ ÛË|öõÏÔDÛŠ4¥Àáj>Ký{Ls&ÿs1©gJ¸aÕzvû}Ìœ7`¼WÅÍõéìS¨3¡¿»¶ûðÃØÜ”JäUnógÖC¹6(¸3eÁ Þo”¸ÒÔŽìL9õþèyS¾ ÎOÁ»i) #ã:`åÄV ­ÖdÖ'Ç0Qºz 5q˜‹–(aË»@}P¶Ìž•š‹{%·Ò#ºÐi†´£ox‰Žôz…TŠì¶/XàÏåáHø–Y×Ó6ºwþ¨†¬÷KŒ ‡ä_?*Û–«Sz“ÝÔÝÍO¼D½" -–:=Ù­zô÷»Ÿ!wʼyJ~Cc_. ˆö·Ñj² #<
+<
+}ÛÅTwÿŽÞZø};œ†Ç±²êD¸S<®ÆåxnľÝ1óWaòUÖ6¡©)‘ôò£ÒÁ¥ò7
+²®—MÒéØ4àf2Yu “ªd!øó4DM6fQ™%.†ÔqÖvœc8Õ5'Ì=x€ÿë³AsZ(ìxÅ,Ÿü(µP{Ñ
+º9 `®¾ß¿. eÉFvVz05y/"bœ2¥%‚ m
+¢ú‚c³ý¥!2倆¢PŽ<iÎM¹ià?î³/ÌòƒS†€'ã–[1ÍaÉWµßoY®Ít6`CÎoöJk.!&Çëûf6”ü?³¡ ªåG›ƒ’ž~OàÜyוÙL6"é·¾û!÷„민–Pù»Fs ¬Øy³}õ…ÐÏBÈŽÓr]?y?Ò#(ù*ñG+ŽiöÈHrÞuàM1Uw„¢~8&O)Í.d)Øè^‘þÙ¨TKDžX¢ÁÏa¯ÚU³ÉžKD'L
+ÿ sq@§›)ÇDLêj3K±|é4Ñ…A#º<àW¼Ï¶z«˜BFS§¯™öìö`ºª¾B-é£æ|XÞd©ŽÆhÕÂܾÆ}S…{¢Á$—§D–¶|+ýwqjÇ,t.Ïnä䯚ì©/b÷®`ÔÀý‹¤y£ä…Ÿ—/4¡$, §¬úë¬h^mw*¯rìðZS/E\¶T ÉaTŬu!ibàˆÕY ]=jD0Á;AñòXu= cÀ!ûx¨\
+ÆÎÚ¥Ui»@ë!ìâ£÷Ÿ³d 3&cäFÕØý|¿µ@Vµ»%éMò¢ó½HŸ~NŠ5»ù˜®zx-ðÕw
+Sf™þ©¹¡•-¹›åá‡DöîW?¾
+Ⱥ½Jàà)¬-Bè‰D›Û­:,ˆ×†§h÷œLð ÍVòjuò?(ng/w´Àÿ,Þ~²`\¤7§´4bÎJ’_#}GÍBpKBïC'qŒHÌ8ª„ûõÃryH¬\ÒŽ(ÌÝ$üb&•Rµ‘Ú+Ùc'.!ʼtzRñ­ò°t‰P²NR%zXÏ廽ä7DÁïl+ƒÖkpi
+ÖuCê®ÆÊŠ(iÄ"="Úu
+J]Ö¡½»˜Ú=w/oEQºoßœ«¡ï1ÐK¯;²HØ$qŽ9³Ìnæþýþî’çûŠñ™%' bOrLÑ.d1Áf.‘0pkhÎK™Nþ,+g'ßõˆîÑ‘d¸Ñ‡Èl—/7t¿ÆTJ|›F~Z¥2v‚?¤ƒÝS™hû±)v½NRÁƒ@7þãí×÷ëîç€Ë¼ªZvìPõ7” “ä㈦w/'58¬Ù¶ªû›ÇŒz*‡c‰
+aÈê³"„¦ÙÖt«ØüR4¥ÖS!ÀäúN/ A #Ý?ÜVÆôðØ‘ŒeúëŒLå0Þ|7‰=bl%ä¶nU \?¶ÇQ‚£¾©nH}F3¼]³®,[Æé¯Ù£ÿ'«ý
+endstream
+endobj
+1767 0 obj <<
+/Type /FontDescriptor
+/FontName /BZFYNM+NimbusMonL-Bold
+/Flags 4
+/FontBBox [-43 -278 681 871]
+/Ascent 624
+/CapHeight 552
+/Descent -126
+/ItalicAngle 0
+/StemV 101
+/XHeight 439
+/CharSet (/A/B/C/D/E/G/H/I/L/M/N/O/P/R/S/T/U/V/X/a/asterisk/b/bracketleft/bracketright/c/comma/d/e/equal/f/g/h/i/j/k/l/m/n/o/p/period/plus/q/r/s/semicolon/t/u/v/w/x/y/z)
+/FontFile 1766 0 R
+>> endobj
+1768 0 obj <<
+/Length1 1612
+/Length2 18029
+/Length3 0
+/Length 18858
+/Filter /FlateDecode
+>>
+stream
+xÚ¬¹cg_Ó%Z®ê²_Ù¶mÛ¶­.Ûè²mÛ¶mWWU—mßþ?Ï̼ÏûeîûáDœ™{åÊ\¹wĉCJ¨ L+hbod*foçBËHÇÀ³´5ru–µ·“¡U25wü5²B“’
+;™ºXÚÛ‰º˜rÔMM
+7µ3u2´(¸ÙXd,MíœM)föN
+öÎ.ÎÆN–.€¿YDÄþÍÓÅÂÐåŸÜΖÝ
+¤×+…K?Wöº^’ÙÓbcP;ÚŸRTÒ+ù€À›édv‚º~¦ô'v+ðG%yr€÷5NmˆCëBlB®+<;'K<y~"î½ï?ġΉûAÊíGåï¥ZéA ‘Þ ‹sÛqýE Þ㥗GJ‚Mi+ó¦`ž¿a×!ó‘žÞÁÏ“(ë$ÑvX¥~³0Å#˜8Ã9Ÿû½éJ*êŒÁÓŒ;4p7gM4› Ù€?òrC1àîUg[CõÖŸ»8:«ØUÚàÞ
+qHÊ@;áZ/ÜæàLúSgUHÚÂô£,;Ü..yèiI݈·³oÞºö\Æ$Wש.Sî¬%ìí´™­Ð°éVdpZf$¨ùFKnR‚¸ø\ѳÓ÷*Êm
+s‡U» ì^$Ù›!Â7îl°/}] tw³à­UTk^É"¢ï©kI0÷15ùU¾0Õý½Þ`›§§Öð(zvˆ¦K®è˜„hðcÊB플^ÁsB&Té&¿·€Q ~ñÁQ<?¾¯¾>%JóÆ~`ÿš,BŽ³îÒkÖÓór6ñúv0£®íDÕy3ÝåmÓèâv¯ïŽ•o+Áyslcºj´ýB~³×»‚¯b8Âð%E4zdüàÕÜ,§Ý ?O!£¤daí•ŠxEùDs ¹'MÃ-Ì‹bòó=PO*? "Û#QÍTñÙ0l-lgõs5ï(Í’ór†ïÃîkÓ4!ÕwÛŠ¾Y\öúq1½È®f˜ñ˜1™QXyV2¢„ik¡Ê‰˜ìbÍR‹¶ËÈðk8Gûõ8Íf5žWhítÀÀ>ÕM©˜¼çò!%ö^ÿ <†‹á§J½•Ù’Æ’í\Óï™Ê.7cIÉ!"„Š-2òËCÁRdª£žy‡£<ÿÉžncA.j
+ˆÀ“=°G"JxõY·[ùñUíÖdq]ŠÊ,@ºHÆÓMf@kRýŽ™÷ã~ýgÚG¹dý†c%y¸bÐZGíx— £ðÝ-Õª¾êäñ©†Áô¯HUÔXö=}cñ“)ÊœKŠUÆŒ®Ý¢Ïå'™4‚_y=9A…ÚÊZÖú‚÷–á¸$Ì¿FÌבq
+¬¨÷/Ò™×kñvRWdg¨Sý1‘Ó­ÔŸý-PE )êw[hd/Ûèá;*¯™Í{º–˜Ä–ec[~Þx¡ »¤ÇAäµþv¬¶+w±Œô7
+àR¿fa½êæí¢˜8½¾«KÖtÞ ¼$´“gür¾…:¦ák*gÇ¢ä‹Ú#kcžvÈòï/8&…­& px÷Iðe+8,¹—s•‰Y;#uœZ ¾B`ïj)…ÉH8´9¿By2Á5ïHÍÍ ÝSBC^Ü:î1sl°;} m–fuŸ”šå­¹;Ò¥ Ý)‹ÔÂRm†]Þ™&äQv *ÝÖ`ZÊ9Á ÉÏèôÉsÏÅ.)õÑe–ú1òÈíKŽÌ[F¯±EnÊ›ªÑ
+lN'¥*ñgˆC]4Ö9U1ëäôÝøDífE .Çíáå” *;Ö>¬æj/ŠÔn…¥œi0“¦¤iìf“r®ñÉŽ7Õ¨žg\ú=Pu.ÐÔ Ä¯¨e)pv’bÊû/Õ™±•ÎZõyÃMÀük¡ƒ1Ü.Õ^ 7i@ü®m6©X4~kQC㆟¶c€úu”>q-Tð¡ R3¾œ˜@Ê Qç
+¨‡å³½Šø£EÂ>H`j —*Êúø1a e47íôú•±¯Ç¡†¬3sµiå: Í;„WB°—d¥…[=mÆó œ¬âß±92X…_ã$‰ýš‡øšÓЌ։W‚x'®›©šfŒ,Ñ3XEEƒßD`Ï+±d<ŠÛýçÏ=“‚mS¸=ÎíP³&ÜQúéÝA@ÚJSǧæº6å^\Š¿9H®X&…1Þ$W|â îçëÛ$ nÞ¯þ°à*96·‹¶ÿˆcHN³jݤƒDÊc °òPͽ©[סýJªŠEÜ…FßÌ'Ï[2ßš Fï=ÇôÞB4’GÛÀGxŸ¬í™Ûeûa$9µ=sDÒòZ¯.y…UôÆïX80ng± "Q.7%\=~˜¤¤à`á/¡{ûc ¢¯èrAëè‹ÅGéÛ¸ÁÆSË2Y¤1Ù,))[ÉÈ CËT`‘Ä»«è`WÙÏ–“ªËpL‹hÏfs,ëÞë{7Ò“ ×v%ÇÜÅÞ23á¹S
+èsõÞ¾-/zú¨s¢ÑÅl°UÀ L–ïî¼’)*úGŸ KÇuÌm§>Ap4¶¢Ç…Æ™}¤ñÜÇ=ʦçKH•iV8vë!dZsŽ•GùtŽèàÒ.–õ\ˆjÏ2ž÷c 2˜SÚl
+³SÑÛ+{M¥,7ªrñôœçÀÆ‚¸'.ƒl¶—xû®V(¦¯Áâï6—1Òƽ[·Bbaɨ¼o· VgéÉc¿)—ë°ž æz¢æ[{ø5ŸÎ×,Rÿ)™"Üϧ©sOõ…éÕ&‚-;½ر·IÇPÏJuAiùÕ¶ÊâSæ¸×z‚ÿöLÄ—íŹó `’è´Õ[ÏSa8Žw0zç.4j¨µ±ô ˆÍ½uÐ|î}MÞì™_Yóû|Aw‘¬ðvg[Å ¢Y‘­»SOÌÛ/h[ß -[hƒ>µ3¸Susù?ã òZí£ŸË­9ËCœ‡ÖWå‚·’ñ*ÀJÆ«WÛ³XføTM5¸¥B{I?ÊEü\í‡îØ3L=.šjÞ‘Tû zÝÇ_‘ˆ, ™îRÜÐÜÄ^_o5Í(LÏŽÎÿ+BƱÊ
+4f_³ãÎDwÃÃÃÊ­^±êG¸® LVï¸QðÉŸ:Ms–y,ZQ‡µ¥:* ÇäÜÃ÷U[D9Ù¦)×NÚóCº4ê”n®ëÜÑpšvˆ €‡'FÙ3z Á~•~¹Pvgûèâ Ä(á,Ç‘ÅòqÙ¬—›h»Út e©~G
+Ò"+‹s
+^ðàðœ+Š×]öW ð¶Mdì’/ã’8çç[¦.‡¹miT}íW½)àÚ;ÃŒ)‘ˆ§À‰ƒþcå„éÛN²$Oïüq÷¶s†\¬Oï(¬˜
+éÌjvH½öá$zÐÛ,¢Ä7©5šK¨ìKŠjœÚæ䧟X4²<ý “pÄøgƒ›¸dɽ>(9ó˜X¢Ï£Qºq‹±ÙåÄbÀ´}4Îz f3ªu½€8ò³2ÃÞBªƒ7™Ðô êż J^ØÂl„]ç&nÓ·Wê?r¦Çw5¯HöÃek@ƒIå¿oöw±e7ÂK¯îíBõчéŨĭ4aüµY¾Å´J¶¤2 “MçÝ4o8¹YŽiþøƒÑ”ÕçéB¤4ì¨É½–ý^¬úŒ6Ú
+8~ÅçLBë¼NF bIõEØüés¼Ä¯QA Ç©ëM¸;Í…#nñ…“jÛÙ¶6ÇZ~¶4òƒë§³*ȹ<ÿt )EDy¶ù=´‹JðJ0ªcvÄ`-üNbj:¥{8«òh†<ýÍò·‡bì2øƒ×íÚ‚F1)•7_òy¶?mh0¼/ô–SŽ%ÎcF
+ïÕŸk§U¶ŠI{
+Ú™ºå^U7µ¼xÔÞæÓ¹ôDaÙF²êZ««4ù¥þkàn„â.‘X8ý­â„u›Í¬óO¦•–,ráyuŠeð²PÕ"
+7fºçX3ýŽæ£'LIf9{»öºÒSêÈ•è
+Û¦/®xÓM уû5α;·Lê*yQ*ìV9ˆs³  ~2óÃÖ (@#¿«¥ea8öôvqVA³k~z³cÐpYFCñr»<†ÖìîVyóó,¼ÑF­5œÙb<&!•p¯ODc(1ádÖk8(/2UÀeðÄ?F@Fj&R]w„«<Dóp[r§}.¤¦MJ‚eÀ¾_î18Rθ{ê@Çc¯è­]xcì³ãðiVÍïå†à¼èƒk+¦5R¾‹ñÆZZz C½ó NÚ𘈩·ð¤5óÛ+ ¨ Üx Úªò§" ©¡¿¨üùäÞ’šè¦­ë[n*ÇÅ­žõu¤Šùi.û+‡Îß^íJŸ²dä’Œè+>LôD8Køx²br2²>{ºbºaf—ziOQ¼zÇ*7€<£­…k<bª/t¢üõ6„lÍr|Îy0LÆwÜþ”û \Ãà z;ó“Ê&öH2º~
+„Ï'gZßY•)Ì0]cÁ +‹ý‰ÙN¿46’ÛO›L9·‚g‰Ô,ÊîaüƒAqÂÔáëù eµWV)œÙš[»-LlrSk¿êC¼ O¹±‹VÇm¥¦8HÜ]=’·E_«Ã# oÂAïž³šTBVæ)ØûG<~‰0Ëh?Œ3æÖͽHZënEºÐL”/ÃŒ<i8EÈ—v­äž*«ÛñÐÏÏÑ%§icEª%xã¬,ÒìГ.â%È#c¢Þ ­‹w1‘Eãn%ÌæD³zìB‰OåÌì yLù”l£þîÀ{`¥â¦e’ 󥩥ņ’¤LQom.Ç1}€ÉV7‡jê“@<ZÖÒÔ‡“JlQYЃËl‡ÃPì¶ ©/£Ç~åLrB)RÅù´}Ç€—øte»ƒ­?LÝ?£ÉßÈsà ø)
+×á%"ú?¸iƒ:ž ²·5YŠZಠ3f Ml‘…OvÔX€¡
+…n™{Ã@e8„ϼ?à÷âXwÕÊýêÙjš¯¦õÚðͽˆ¶7.û°Ës, Ì e@-¿UvÏ7øAXû¡Toa¹Ô|ÁÛΨ³`ÉÁq]1_±5 L¯Éü„ÚÇ{Ý‹ ßÜ $B¸—,öÍ%|™ÛQ{h‘¯îL.P½€LQ‚ê‘H;PÓ×ØÍJl]6©¥àùÕ(uá]Òˆ~ZsžœÇ[W1NHeÑs†à¦óö~B‚Íp®a-DþÊñªŸøŠÀô&¯ü"’
+é]Tà ŽqÔµ¸\§ô¢Œì¶“‘Œ‚œ+0 Ï!¨hAÎÍ“Ñúçoçsb‰ÃÄBM5˜§dF¥æ!'…¨–¼Ù¿Á4T8!¢¬› @L?ç¯þÔì’Þ±ŽÀEîgZi˜D²G¤e;íƒ8µ?‡Í¹WÈ懋eò‹2Øûÿ€Ãh®Åa¨šcÝoq
+'œ ðÙÖ,œ½µ·Ó–Þäz´7
+ÔΈ?‚®Ç€ ‚J¢¦ÙПϜ¯¤¸Ö¡ãzø9Sc"ŠŒ<a³û<Íx[IÅÚ­–[F½Š¥ÙúN¹iCÕ+,n'È"x3"`›¾Ó,L ÉAIÐÂ+Õûòl‡³EåÚKJ­fêôjg¹£Á¦Îc8ZQ&rò–ÜÌ%”µâéæ
+cª9Žúó„¤[‘?NÛs2ðÊSóŽ^È×±¦`Nù!³75¸…° ñ'.׈æ"þa/—t͵žºñ33ØS
+$B/´4Pn-/¤·ßctw2²6ËRu¾a«v+vF“MÚÞi)ai(—†x´Ÿ5èù3Ìlo¯Ýõ¼íüð ÙÉ9CäQ0XUdÑä¾{j‘+ë=ÞGHÿa9¢Ø0ËTE8êa5ë´ÑZΚÔ*i¬ áµ®õ Éæö(Vc¦rسl^>5ÞD ùcgèIÃÈ­Rj…ñg¬5eÕè¾½dŒ+1ﯨÎAŒQJc÷?©ñ2xã¾^7¼Êé­Ó÷;®øÊh,¿»ø@\aÊ‹;èøÆßc~CõÍ‹"€¬ä¨²átÄÄ,§3x÷eé¥usÔËû‰Ë¼o—ÈÒ‹)O;VEêÍ#‘„SBWŽý¨»Áç}Ê ¶5¤¯K)}~ða}‘> #»îQ;¨Zög¶2s·¹Y¸DHR½2%L©¿øÉïV«-Œy)Ñ÷EÜ?î…7CA]ŸÍ1œ†›Q˜~\xáÈà.EìLNv´ºJq„eˆ
+aÎ]ß6(ŸÞ³ËÒ¤vÖ9.±wœÇ£C°šã¢ÜÈGÎp2Ÿ¢èïêâF_X‘;Î<زµBiÀÅ}Nt­<Ì\ËMüûjì9;\êЗz§Äô‰ëÉ2+êx‡{€X j
+Ü¿èâsÅ
+.ãõ†¡üâgŒ,6˜7ý>½¿ß8;¹ÜâJ`áþjÂá:<ŽÀ>éÉ,=Æã²iêîí0peŽd={Âí7°Xkð{ë¤ÄÎbr€…óasUÍ–tYaù¼#ûqD·|þ´ÜÚ êÞ¶XKË9W¸Ó—äMˆÏÍÄöÒÌ7s°¯ãHQ„3‚+@<þ8]°¹®ÐIoyïÓ±F°/´õ^¯2
+Õ🽃W`¥5‡ˆâ=·žJBw“ˆúJwˆ™³\z\M¯ÓK%[¢L‚‚q¿žüÄô|‰,Bòñ7¹¼×ûCl]2³Yó‰úžÚm;ÓŠu¯:ë‹ö%p<ò]ÖxHïÝ3höSÐŽ\¸~ßFÁæ40ÖO¹Aî‡E©j¸¾*Ù§“ä¬ú‘ñŸD“ª]©?ˆAf¦QfúLâU‰ ÅèØð/QêN þ]”ë‰uäùGËâÅÚ{'ŸXÖë
+‹(åä«Y<;¾[‚+lv÷îõÝ-µñÈXAÇœL|õh~ìBdLÈd†JnÇ™; ƒ‘ñ¥"¿„!x”ß°Dºœ“ÌèÍnõÁÖ“¾÷R¡¨…»·Kû7vGQÝÙJŸÿh5Ю‡{sû̓ „‚~óý£*{Auƺù¤."c˜bÒØ°¾¤lîb´ÎN¯Ê‹Ï37ÜK<¯àt·"Þ=Vs·ä¤Ø)3&‰]Ö÷[3“Þ^„—gúzYûB¼ ÊÎ3ƒì ƒôd¶î5 »âfmú
+…Òž]Tƒ~<©Ã­H >Z8—Q§®ºÜd·M¨ÒúYGbK^Rnö"¨J84X¾èõ}jT¡æKI1•®W¾ÃËé
+‡¥#q¾p ˆXè*Áûèùâøù@ÀÕ­0Ú,ð-šlIÒ[ZP‹¨Ä=A
+¢pw´'Ô™,u6>Sê}–åòÒÀ»qD¦†«þkŸšZsðŒBJå ä…®S¤°&ÈTã“RÁå]uú5~ ­€jÍCds^«Ú0–TÌc•mU¤ ÒÉ[4zM?-±u]iWÒ¸"VÝÎTÆݺiÌ>Ïü¬EFŸ^('ú˜ˆ¥ÚUù«PÑ)…a˜ý8«¼¿|/`ÜEUkz^DÕÕ\t'ÜÒiw& -&0—Oª›Rc6z³AËš§øÉÃzE±¿Hr“n7 ¡ÓªÞ5ÊJ„æÐÔŽõ äíûOë$…MvýŸå #–ðQšx/Ýþ„à'ÇMÞ*¼ý°°e¼9aq
+µ@QøN[AªfÙi*]܃á­{+a\ù+v"¬c¨Ï`~!0Pœ·€§æ`T]k¥ß“ò¬añ‚ýÂQ^³O™ËE_’nJ)‹ð HÓv½IÊ OLVhÎßü5ÊÊ”·ï’Ó?eÁ à_U¦öK/n+4Ì·¡•ÑÖðj ÐEꨮ4°Ûƒ?035iÅtRÞOŸT `¯hL;5¹Ã¸ÜÑþãwdë:ú‰qFIí+Ôh–÷3GÍÑ€»
+¯TÞœôAììòã.XòŒÊ´½Ãè{E4-žŠ¶ëã RܶJ¡•$  htN¸ü-‰(Ö*uš™»7”DM¶²*òêðäÍrG†ˆm‘GÄ·ôF*„Ë°Ìà¶x.oœ®;ÊÞ,7÷ÁÆKÖ €=Í›£g£i7$"$
+…;OP÷'QÑ¡Xí²CþÆäü[2Ï–?—¦iÝ2mZýj…–¯ú——û1±ZÿüÄÆúwëÿ[² ‡ÆÌð€  ¹N˜ûŽÁ&AC½µÀtWÿ‹Šð¬ûZD' q£W/ü"4ÑZÉ>§bF Ûæ\Ä<›*’ ºCÛÈ•€ÝÛ Žµú®+ °‘ðÎ%â$”T ¾Èó¥fîß ãVÀw¬ÍzÛ¯fÌ8JUÅpm#ÂÞIºxÞ ™ǽ¬Õ½³l¦)[Ò (ÖQR;4°§RAþkñ)‡þ«õÈeÀ…–
+<y*ê}SÍ‘
+˜wÀ ²`ì³Cì}RQ~V§·¨ÜŠýR™?ï*SUÆRÏEGf™³™™u@L\©zT‰W(O;XõZ4ïÔô–€ŽBçHbÕ*„ÄÐ䪺M^ wšá$%Íé³Ñ.ób&ýøCš*+^Šy5©˜å2GµÜg¾+z¬‡€çYΡjÿ¼ 'ó”Lãûydž×`¼ óŽä,qr»§æ¿ýLáF†ÈzËÀ,–Öé$r‚¿pµé
+núV¿Y|e“Ð » 4\/üiŸ,ðw ü B8‡Ì
+ "ävù%çâfßQ¿J¾Ã7V:eö®X`쪆U>4³ñ£-¦Y• óÙ@{Ü\Çbüóe8*‘éòÅÓÂ}y 76Aq[Æ‚¨hrí»ƒÃÛ@2 û%ü-²ÉVà˜të·âüÐS€îãmƒƒ–¡3S¼rM!T.&!÷X%ÁTŽTš{ãË’6.dÊR„Íc§CqŒ™}¤¶§Ü/‘B zzªãž]MjtoeÚ­‚òÜ#Am`³¸Š·W"ab(¢»s˽ªÎ{)3³”Fƒ…—üRºÅ»·è‰ïš(o$ô èÜv`<YÉ2¶7LcçQ,¸åšókó¯¦ÀY(9f ‚[¿ ¯—(•Ÿ*–ûÁRà 4ŸzȨ ˜Õ©ÞD‘)`¿U*±ª%"Î =jéà.zØP+oýÔ+[³³ÝÞŽºÿEŸ»ýu°s3MèçVE_­„õ¯Â4ô™ÍüBüÝýù"€@<z4"A%vkÿF•²šðÑI РkÇLÓ b"¶@+¾òÆoÕ'ÈÄ,än±~\#ŽZF2²öÒŠh–8“Ø[í¡7(+2±•7gù£½Iý3anLÉ 9ŠIçh3,Ü·Rï¤M}_ŠwHx5¿Ì%Eµ yòV
++è'¤Ü$üdðE‘C½òoЧîÀ Ò“ Eô—(»9‘²ƒ°“Eã
+p)‡¬.?ªÁ„£óxÔ¢7°nÜF@ˆÔ–íî@GNj'R•–Ì—0ï~åî0ô˜ê‡.Üá½ÙÚ°b
+¥xˆ¡ƒEY£\áÄPÆ*2~ˆêû€‡Î¢”Na˜¶ ˜Cûn0õvT 8'óCXà ,×úž*Çv]‚k.§äGæâ(iõ)’»9|ĨëŸÌqâ$,Hà¦4z¯3µÇ+ÑYêC™uGVÔcðpÎ, ~Šdèž¿í§¥^S°A8NÚ{B¢$pÄ
+‚µø¥Ö9ÄSEÂ
+¿ŸHxðæ››?Çfø[ ©¯0ßç«[®èÈ
+ÙY'A[»aÓê®,ßÐ-iý¥ÚgFè~f«V›D¤²î±úƒ¡Î`<Å óEhn ðà"ð2Üw#üLs•£µï5Ó|ø8
+¶f´éjÉýùUŒÇFÇ¢Q‰¡›ÃZ,Ò±œ¡a4Øðd\…T˜lþ+ÖÐJ D¸ë˜Ý bA Ô¬!1£ªâp<wعÄ•Šîq}pŸÃó\ŸæÐ䧧F”"<šëvˆ8"tH}e ÒÆ ®àÔF®×hgW âÚoU7!µ#c³Ž‰H”#¦¼ît§2£§‡b…Hª†j¥Î¹ÚI^b˜€¼#Ó5æ:]µÇx3ê¤(ûMõðÙ6òÚ§¼ÿ˜ZUî~Iù`9p›XšÂ÷†Öt¾‡8ÁΖi"üxöbrÌ©‚‘l¶’|¶nÑETy“†ùò;œ'‰Po QŠ©ÄŧØzò#,ìÌ*N ¹Âil¾"ùG×'ñÖ
+ŠÝÛò³Lõ`õJÿ+&î1C:¯ÏÁ»—‹z³‹TË9Ê 3y2eé7ÜW¸žɦÉx4µ?Ü\Üú'øï9Å3!ÚôKÝýµµ=c÷»!{Üh;ìºÏÉ{祎XV_'®)V
+:æ+¨ØÈ~ùÂÊÄøaÂÛ´¯ ÿXäíïeÐu[ œ T+²·fTˆ É£øãšÃGfÉÿéÄWš
+–Íä$)-¸é3 Õ&8âò¬Íµ«íN15®Á,ÀW¹ágÎm?‰Zyj{ŸY\î µE§‚XzŸD×yHÕmêÆHÿ‹üIÎ] Y®07äx剮E…`knÏ,–õîd–Sñ¤mv9‘Þíª{ÉZn7°4£Fg`t{i^äöòý°ÇœXü–1;)2b¨í<BèÞ©Ÿ+X0¯ ã¤ô‹?g*no_VåÔɨ\FmЖIsbÑ6Ç´è‘©ŒKIErxWñ˜dë·™µne^¦BGLôìë_²tÕŽãè°ò©¿JôG«,¨ÊBa‘½ÂvˆU‰Êåýõ_˜h€Ù•^ï Îõl(÷¼³ž2™²ï±¢+I#]4ÂBomñBôÚljgd §«ÁéûNœiîn×z¨¤K½’ê&»ÅvfûÍ>P±/…°âs¡B¶P”3a™®jý³&jö É>¾k®Ûë~ÆùÕ.XÐø² Ì.m)ÙEŸJ,žtØ)Ú¢”õ˜2kôØ,Ê4ŠŸåóMáS(çÍßÂÈôà¥áâ}³ïNw>Ü‹ŒÊ}WÀ+Üæ+EåØÖ?ËÁ}ÓÈYr²V™™FejÁP<æ„°Ü”oS‘ýTW&1"¦³‘¢, ?R„öé×É\Ï jHŸfÃèG{½
+çpUìS<ëîJ¶ÏX£Øê”LÏcxYçF/9ní¹¼gÀBF?h|ö ðRñš¯o4¼Eí{&\ÆßdTvaô`<í=;§ªQ½ž¶®.(:m@úz{´XM׆I–è‘AU—E}ãÝê™ë"ëês¢’çæ‡|_‚„z:ìÞ>}Ÿuå ø,qøŠB‚Žý83W¸‘¥ªöAaj>k£9Cl3³íÝoL’ {<ÅG+CûéóèÜŽ¯pMwñ“(pÖšŒ{ÌzÁ¬~>ÇÉeËFSfr5¥M X{ø©Á ùíØ*«fy‚¶‚oúwõBr¢úμªŒÁ@qÊìbÀâ ܦz¢¾ .q>ìY³4ͳÄAÔ<´1xø–
+ÂI«$kÀãt-|œ•JpN·Æϗܸ{ç³!Ù9Ò|£Áˆx\Š©Æ±=˜ÑSq0hñ?;>d :N ¼Ê*\E2d¸Rî²èšø*œî`‹²é Œwótl 0©.ëÈ^ÜU1×ã-Û׳s’teÍçd“té–H( 8má.œNbÊB‹ßòÀY¦—µÅõRnÀäÞ:aKd–䪌xrèÅ¢Ÿh¶tbKx^ø\`ÆÊð/€µó 1»¨1¬UÜT²)l0½có5>Š¹=ØfÌ#BŒp¹W?_iæ ?¤}&o•Ln_žhLVd§£â´IÇÅiܽ-_´†gÃÛÓäŨ›4ÄÑ ŒÖ<î*<ÇÜÇÊFº+¼“žšÉ
+TZ$æy™Î{|¿×hæ—›º|YP·©¼æ¡N}‰àºkù22X̨Ò×Ôòí¤Ñ®lìé 0Hì»ÎÒ@9V~³ŠÓ‡½ß%¨SHTº›×¸ÙÆÈ.$g›y[²jŒ*»]JÉ•xíŽõ6ö˜Ü|òüv¼cäs¼þA»3Z4+=¾“D¿¶«J<ô$¥ªÄq8°­aóE”r½ºú8eâ_«¡[a‘Î%ô`ßS ­Øä˜X‘ÀÐßïF·Ÿt¸ §žÍ¢ënö0øµb>ÜhÚ‡ôk!Ëç) +:6ÜËÖÿ1âI™ˆâòáÓûØÂÄm®;$$zc A)Q ý«L/aE¼g/CÁm>GÀª|¢æQýÞ9¨øºµCH?‘ÖX‚ Ú’³ºP5Àg3±ÇŸ~¨ #ý’
+0¤ÿgèÐ}<Ÿ±2`ÂÝ©î 4¬ýD“…> 8–àº\ª"†:ÐM >4Ù{:ï÷ÚüÍa¶ŒE¢Òy>8eµíþE
+K*"à²ÔÞù‹‹PGî
+•*J)+%ˆÎeÊ%¤Ñâx£ ¬½ÕÙg7pÎñŒÂi2Özû
+rîò.Ê9ó¡ O"gƒ#„]'¢;X–Þx‚Í_DâxŽÓ7ê,ùaÂ’OŸ.xª-`Û/ÑÎЕÆä¸û¦°lÅ*†ZU´C,d/puÛGOÕ‘µw¥KSúµ/hÿ’zgîç­Ÿ¤gµ C\«ê|_W`XJÎ%‚LÛì…Gû €+»™¯=2±Ãº"ˆÓÍ.üQå€T´N›»±á3v˜½Ûxhƒªicìdæè.•ñ“Ðï^ÞU¬Â¨ì­þ-PíªÅæ0–º(<Üuó1äeóÔs3à
+y;½Z£ú…»×s51›¢ªwX ¹ÞîœÕúnã‘4¶
+nòuUÏ5’Wz¿éê$šœ™amî.„È”%°E¦»Ýéa@™&ÀÎõ‰f¯÷ã×Vr¾Ëd\3b»¨ŸI™Bhmã¾1û °â¿?¬Ô§˜‰9ØRjT'2ý
+Ë![ª¸ä q HµŽ[R?B*f Œ»Á|=ªPšÙƒ5,ýãàqy*óð n7ÀwF™ÊAÆ&39˜¢?ë1ýÏ£ý Øð Õò{wúôÂÂ~±¡¾<ª‘ÃJgùlá!Q+Õ”$AÍUX`~åpêâË%ÄQF'µŽOÂ"4Ø”™šût‚&:Û ™‡ÈòIýÞb½Õߟ0~Ù°‡%‡á5«^ño"clή©Xëb¨ŠikâóØ/Y'rZ×9™¿ØßúÜýHÓ §ÌÎÎö/Æ;†?*©ˆ¯í
+ðîþ
+J£D)t²À&Ñ™-Ô[—GÞ½\ [@ÞˆÆ~dmm—î7¹„ç¯O\ë{>{pOl¯oe
+ÌÆ}
+Ò¡†ÑíxP±±ˆj¿{ÆÄu<à¸Wµöéé ™©>=œFו‹ºm&¦ä›Ù¨*莔Ù(æF`nvÏåîrÇZÔå°þžgÊÛÀø îñt¾õò(4^G~Ÿ¥÷PHU±p?{üª8ZK»[º1?¤Ùb3I}¿7uáL]ß–¾.Ëzö5 €"‡šíø¨á"ßÉ6dŽ€]
+ñvþcÎl Ñ;ü²zÅ$Ú̧s ´ý{dýWLV÷ð.÷3Õóõÿ§X÷ø\~H¡v–Õã,é½
+†áê{ÇnÊ“¢« ö›³üHu>–À*Äž •YÑ"AÖ3'#OèÌJ^ûxd¸•4dÕ_ßÛZg†™Š\p8G»¼ºCßú¹ú!$ž¤åø¶JßkŽk>’ðXñMß•r QxréÝž›’ìsmoÅO5=¡G8ï?b]ûÿIÙ*/Ãåƒ`>.Œµzãè÷óŽ™øž—<; ò9¦pm—ŸÖûƒO²$Kg
+±›ËD÷›Á$…È<÷œÕÌßµáÜ_×±ŸŽ¶Æ½k ‰6ùY×&ÍXGšX¹Œ8="컧Õ$îL[\ŒèN7i¤Yû`¬>w¤[+ô8ºkzÈä».ébÜ.µ:+=Û­Šƒ2s Ù…q¿ŒÎ5»ªŠÄ¦×xS߯d¬<,šmõ¸‡ kü{Þ»Q±ßÀZþ4aÌêzt JÄ‘ÙV NLË D(YMyNl6õñoÎPmäOüd©áº­ÛÝ3pþ…LX”}¶É;‹íßytØ’ýG½ÌNÞ¡­š9ÊTOÆ8ÝmÛ²Y›?nö¯¸nÿž» ð~,8ªqTÑEÛ÷úé‰èzÃÙ{žü(«A~âSTt5U´[©&CÄ;±Ð ‘«Úœ:•AžE^üÏíO7.9h/ì~¦ _-z¼YõrkCgIjÊZ/ÂÖT£NÄÍmáB­ñǺ`ö¨µ]Î=C Üš¢»•AzM‹½ÚÊoº‘¯ØŸ¼:C×Ø«Fn¢ þâÔ—º,€ý¡1áûÄ f§vÊô:­/0X÷>_,Aå¡/·Äøeª*ûViikôî)¨æºÇO3¤þ¹kùÊ».àn‚_0ÜtƒW'ú!ŸôÄQ7ErB‹z”J495gCïíútæ
+½3.f›²\`,9€‘&ÍÊs=ò»í *"vÊ]‹»Ø­ó³™¡eqð`™¡èì$ñ¶ÖX÷—¯WìÓ?QªD„ÑKü ¼:× .òb⢌t–¦©›âS;¾”ÿõ¹gF\lÇùÿÐíò¤¡¤i=ð7
+˜Òv\)Šgâg¦×,»_žj ÷ˆ&…Ù»mâ¨Å¨ŠB‡{èƒÅ3_wýÏÌ‘&¡ú7Yí66õù¼tçzˆc±×ÐqFµ†×ó‘Í‘¶Þ.ÇH¿(…ý­S NGÈûÐ}4Q1õˆ¼{Aþ’§ZrÈ°X\-O?$Yv7zÒz‰YªãgŠº!ÂXÞåNzšæÂÑã%Äñs›Fýçrˆœµ*P?zEDdL7òv?¨D:uìb‰ÎªÒW“¨×4lOlhmÜÔÁÞŽÆ})Æ͆Ùd#LÅô`=eAQïÝÓEvl‚HƒÆ­ßOií­Â,
+mÁrï¼|ÀÎD³±6ÿ) · ðø¿_ùŠYg‚ 6<ýEe–¡`₩i8Ïpî‡hvLJÊÚ{<³ÇìÓ}¡`Š% ¿ŠGÐÇ€<TJ¥{ö +Ò¨¦ÉÙÓÖùÎ:³®Ù͘sXìŠmõô_¬¬õ…—+2Xù™«Ê8Vžù眊÷Ÿ1®
+?¢ÓÄðÕ$oð“<–%-™”2}ª8)q8,~P_¾ŸºKW˜-8j?ñèùUjþOPd«Òí •òP¤\Ô n;fIH͇ï/ð¯'?¼\b;»^áþèjü»
+endstream
+endobj
+1769 0 obj <<
+/Type /FontDescriptor
+/FontName /WWSEXD+NimbusMonL-Regu
+/Flags 4
+/FontBBox [-12 -237 650 811]
+/Ascent 625
+/CapHeight 557
+/Descent -147
+/ItalicAngle 0
+/StemV 41
+/XHeight 426
+/CharSet (/A/B/C/D/E/F/G/H/I/L/M/N/O/P/R/S/T/U/V/X/a/ampersand/asterisk/b/backslash/bar/braceleft/braceright/bracketleft/bracketright/c/circumflex/colon/comma/d/dollar/e/eight/equal/exclam/f/five/four/g/greater/h/hyphen/i/j/k/l/m/n/nine/numbersign/o/one/p/parenleft/parenright/period/plus/q/question/quoteright/r/s/semicolon/seven/six/slash/t/three/tilde/two/u/underscore/v/w/x/y/z/zero)
+/FontFile 1768 0 R
+>> endobj
+1770 0 obj <<
+/Length1 1630
+/Length2 9606
+/Length3 0
+/Length 10447
+/Filter /FlateDecode
+>>
+stream
+xÚ­teXœ[–5îÁ¥pww·àîNá^…w N.ÁÝ ÁÝ‚KÁ`Á-@ò‘{§»çéo~Íôªç={½¶¬}6-¥º«¤µ«%PÎÕÌÊÉÆ!Pµw¶ô©¸º(³jm=Õ,ì¯
+-­´Ðlïê"c
+ô€Ö
+¶°wÀ@ðŸX–@€µ=ÈÍÉÂ÷5ö+™›‡ý_ix‚ì]lÿ• Àhkáaí^i^¹ÿtç_uþ[õnnN¾y»þuëŸ9؃A@'6N®×˜Và×ضö.(ì†EÑÅÆÀÉñ·ÝÚÓí˜Ðã¯1ü™Æ×$,¬]]œ|Ö@vUWðkH
+wÉéÁ$#"3ÅI%v‰Ù:>Ý^äU'£Ç„°•Ô“¬‹‚UžfMLôÊìbeù·Ñæp†ä & ŒÌ­²j´·Šq”gË€«ésûÌǬ‚ÑA®^–
+Â\F´s,“Ò¿ J}pp¹2ƒ§§âîÇF~ŠÐse òJ= ˱Ê"ºÐdEõ‰ò4Ì8ðÃu]‘üþ,ô>_R_ܳp–;KN\`Öw\s]å$sÉà¦'ÎhhíÓv6»L;Þ0±»=™VÄcOÉêÒûUë¯Òïc¿(å
+ŸŠ¾FRs–Þ(æ·@WJSSà˜µÑhv¢©yü‘¿êÛÑWö-XE!º{Tðž²Î£f ®Œ³¢kÔ|œúž&>‘*> µ?œê;*ÈöÕ|sXÑ=ƒ×Ê…ºR¬†½g{Š,;Í!NL§“C¼ûµ&ˆEþ&?E¦ÞEXõ¬#…Ô°³¶ª‘ÔŽ$ [ÌßoÝÔEœ¡“¹ïŽDb(“
+ÛЯb€¿Sz¡ÿ•^5WÂ=HŦz«S`sH¬Œ,¹ê-\77«|ô¯–G°S¥Ò§ÝÊšŸÐ`œ°õUJ0
+˯ Ÿv8s€±o;^0sF9§PÎxÅŸÅØ-|·HÑD߃öÖŠ3à×ã ²F§ÈªööËÍx¶THMú¾q5ʾ•®ZßÉàáûgÔÚ~”…ÊeþDi¯ç^Y¹7ÒgŠÎ})°:éP“ak×çú¿T«Uö¥¸¢ÓJ'v]5£äOGÀ‰;(=Wï…Îl„Ä'sóÊŒ‰I½®èöÑNð4KPš×ÏâPÒ:/¬-ÚŽ|p(Å'O ýéSXõm’ˆrû%9ûÖ8 fáÁiÛ9¥_bÍiϵóí>--"m…É›ó™–SN0?®± ?ma,`d—>ug½üÌ9é'£µLÇȧì#ûo¿µfª
+xXíu›Ù7%žµÚ!HÒÑyÑDN¿crÅ×>òòá{ú…ÞBÕåõ¾“çÀÒ"T¨é}ÓewaáJíX­![p)„À©f9ƒY™ôò¾Ü\'ÿÔM©º-ÈêÞa 9G¸o². Ñ}½ˆjçxÔUø Õ”n 9B—üQý] F¢†ÙóÊóÖhì‚¢»0O“Ž#OQ` ™`½™ðœ%m†<§.Š¨Û¦.ê‡øäQ\ºÎa"æ8¯ÄÕø¤us};RÔÒh]qcæ·9œàƒƒ;}\¬úF€Ì0/Ÿ‹©”í·ÕM27*‡[yYC„P®€¿Ÿæ£×ñ
+!¹o½ÙRÉÙŒ02C-×+DK%w±rŒÐh1N2É´‰wn"TöíÏq™òÒ2æìW‹©Ü <8ºÜ·ê•ßï¨ B%{ûàÒ‹’ÉE:nƒN“£·.­Í¥™}éâ#“ê—d"±Âaݸk7Î%xÉ:²…jwY Ñ›¯•ßEÁã7áX~t …zwBbÛZF°£MÄŠ×Q8µT«¹úöŽ]T§b™¢Çrb,v†aíâ:ofi”$ÍdfÜ8; sCÞå3_Co³µ#¦¨$™V§Ú:lE9ôto
+
+òm% =¹œ”tŠJâ&­ç¼È¹Ú¼ÉÊ¢U´8Æ
+aÁAÛ\™Õ0°nžšürî$Æ¡>nÚT£Á@mœ¦2ØMO´#h· Q&‰\
+S¯JÅ^~þ!¦ôȬ{ð¶ÄÏŒ;Ž¨>èZ.—G¶Øƒ½ªy%ˆ™n/ÑÌœs¹'„'Þ=î‹j¨+d10½ìº'¦I%ò²”6JœU£Z‰O…,&‘õˆÍãXª„ÛË÷ G{™±ÖBÞ«DÒ€?ô •RÚ§9;_µóãg2^ØR_>¿t¼ë¿FæM„ÜXÔ‰¾—, ¥ Wî«yá`Qû5 ïHí  b•«ž?¶Qks-£¶dú}¸ ¢ÏGÚó-pç W¬-
+./o‰rDå6@…¦äŽ:ŠR-³‰ âi^І¯Ï*†Å`¢×%y„iôˆ7®÷¢NE™Þ¬
+‘ƒódÀ¥yäÒãy‰ý@ÑÿÈ£¤/6ü¶ÿ9`õÒJß,Z¾9)Ÿææ«¥ø[؉cbß0Ù7LŸ®Ó³êλvçÇÚ|dÂÝAL_ÔQ‹= k‰áZÊÆÛp†i€¥À«B.Š91*f¤@²ö¦öaJÝ7‰ß_<Ò’„ˆÙt»— P³då: ]áX¶Ÿ g ñrÊé”ú•A™™ilmâo”5’þ\·º—[M{ëÊ;Áð^O²Än|M¾óNY¹ZÍ<"Ñ/íJTsÛ˜Á3&‹æó¥È Ÿ_ÐçšOÍ
+ ðN
+æ9`
+ó#r¡£`°èkS5R‚¥HÄJgè*gKVµ‘ùÁ|Ëë8ž\5=&üŸÓwêñEJWMàYG Õ‘¾W!$YtJÛ<ZÃQŒ ]ˆíÀ˜æG{4R…(2†¾ùÐo7—x÷‚ÓÎûôÍéøí­uì›HЖ/š´“ëL>mõV è4P]";Ÿ§`‹¯ø vOû “›*GfíʨÓý[+ W}³ù›àÔ§dI37W¡ò¸PJ% "1¡ý"ýí¹,ìƒ)îŒA×6Í(mßc¢t^²ÜŽà´ i¿ÒNé;_ÑsÁ„ï²ÒI¶–D~Ñ{ÆÑ„'ñàHDãºJŽŸ±÷f!mt^S^'íŽCÙ/÷eýåI;¹RŸ~ê$R¬iÚŒwܾÛølJij9ô®,-ó›¨"œpãD¹Bª{Î@±¬<z”¦O:£çRÕN`"ç¸Ýɼ¥‹]þuoü›…o²­ºk_~T]ϯ„r佧|8e³?ÆX0Qßá±V|k^—v>ì¯àR Íú§SÀk/mSt¢çtV—r0<¡H{×#
+z×?Üý¾ò, HlE¿j ÉA¡æg™Ec ºV¤8y«ÞÁ;ƒ+œ¦гJŒ=±… ß$.z¬wÇCëäZ6– [ ªfUÀÈk4'ºT²ÞdD¬ {윱PxuöÏåGTÄ0uœ¯õ‰ð¾HS÷/~™!ÞË`¥+ºž´ñó°Þ››ºšæ÷Uu”P„Ô!ìsŠ°+±Or4î8ü²Æ•¶ëYŸB *ÒÊ ÙDÃhØæöõnÁá#mgY[Èbj®.AJ2RKP57°µ‹’Kª…ôBÁC±¨Š·/Þ⿘wh¦6B ;'­ §
+¤*Ž]jê|_”þ>åoÝÃW*irÉt;àsÝkÛ‚¶ë@2îK×yÜ û4j9Ö5@=ðî˜Ô§9íDBê(J33|­Oé±0„œ‚ ¹ü1ؾ˜G¨•zxŽ³%ÕÈG9¶„4TW{ž«–2Sº[†md³o•iDz8I€¡Vìjo30»uØ 8?ý°œbUɲí¢,–×ö›Ý9“X†Žoà‘×ß'˜ê\âØê£Ï[ƒ;Y¯,ÊÓ @OååjªbÔé¯ò1—™Kªa"Ü÷ä”Jè¬Õ
+Pq†q{r¾§ð¹µ*¾¦)ïM4Mm›~«µ
+¸Û?;ÛcC2gØöÃ\ÑFM’D^
+àË¡û÷JŠÛ†Â…_sŒÆ>Ö&Òmƒ[M&ƒÊGd¿ôŸl›[ÞV©ò™e[/Ãx³4¨KïâJ€RÝkÉ×­öø°žyüÊd´Tê´¶ÛºF¼z°n`PöOT—´ZUÄ¢IÀ‘®J¶,´
+̧sœ™z>é*e%=½h =vK¡].Ú=:Ù4õB—jBºæ¨‰À“`…=™‹lúºŒFšü²&ù[®ÎªïV£>¥ò€—zfºü5ö\UEä¸6×û<3CIÚŽAGfqô|!“<ðqçÅL¾šŽ&Iâ}š€Ç,l ‹°ALÒŠ\IK…ZΡ á“\Ê&®H¶4_ *Ç‹ 8â±}|ùdŒÝÕa:eÖÚ³yìîm&mŽhù×</û \[è’·í;—‚zÓ“™ H7<Íß°˜e²?Ão×*‘^ýeq­îÜëV£â¨¸?+.M–·eËMØ¿\f/°¿ùQ©yLó€_C@-¥2èÅ…Ô A <îs¯ê Úåoujð#¦žšW
+Ý!Ä>#OµåoH,~oŽ¾Fq·D7"vëET³ (z@3ÇàlôóyR—Šë#("XÅËpÑÂ@|àÖ~Ê“üÚcm)¬Bw5o¼aû‚@ºÏqïÊïÇ$ÜmÉÛþ˜„opœO:¯QgOk*†¬§›lü?¶å¹”NNSÕ:<‰þu¿!0°Ã…sB·êJ%)‹Ïìy×"…g4tHìŽOͱFÃÄe›R3òÐÔ¼²»kÀOè©AÒJ =üÄŽò9MIoÏH(0ëÁÝ;h<µJ‘Ñ6ï{IøÀ‰“ãYa§±VºÒxQ¼.\M jéeŒ¼¢`Í0ïÉã‡Ç 7®Æ*ÙM|t…v\ñšœ1}­N<ƒ”a€á&8&â¨j*®#Æ;$Ëܲ +þK½œùŠÌGñíØ|¨U‚{eŠ¨ö~«Å»¡Ô'Á› ±5YÇÏ·Zü²œ(jPêºÔEïC‡¶¹+Ô¢/µêNØŽÆR?Fä
+ ] ?8eµ{›·NfK¿Q’Ipç…áP{ç¦}•i÷{$(ÅwÞ¶Oç#Ð íBö¬5 kLC +ä¸|§_ÆC1ê×±Ž#y~Þ½lјR;BSâÝMh:0
+þ|râ(Ê*%°ô%Kƒh¢ž*r8UæÙFa°Mò¿xó"ÞðH$
+ÊUÈ•Y¡‚)’ ß±è{”©íNk™Ì&akßC_¿”½?û¨[®Od™§¡1öx›à©´ó&?Z·#„PMJ7SI~Q{/)Ò¯C.¹·ãÇï'Íé›øaÁõ¬˜…F¬šÎ¨z§U…ô39ÿÔÂçß&ùEêÅW¤àÁ«¡FгÁZÁGUM¦.Hã¹í“ó!•> _Ym°ÞòîaÁoÎÆÌ5Ÿî©'à|žÉðOûã˜%‚±Ans\˜SËcZùÏÓ³˜Ä¾ÃX5{ö8ØZ`¾”™õŽ³£tL£ÃÚÕ†ý
+ÜÊò(SÿàFUðfT8Søi
+ÿCy›Ç ¸cÏù@ÌÈ(¶jÖG
+ßž[rŸ:Ý „þ~]’…Ÿg¶µˆ+‹3 R.Ô·;jŸbÕœÕ6i%mH5!í„m6
+œ^H]òn‰bfTr"¾ Qò¯sÊæv(mw‡Æ»‡þÞ%!Ü_&@
+KMÞåãgi¡@ÆP+1•N>uï
+mõ¨‡‰Ó¼µvòÅ0a©eÇå4H¢N×nr%øp/¬®P¬³þIäH
+‹`{µçú%€¹¬Ò¤¼¶ƒ é`ȹSÊ_¹D­q/µ%9èKÏ¥ NöJ(ÐròŠÆT-`ê+Ün.géƒ3椗I}v†÷Z2©‘Á¬PïýÐFÜbB“EÂóSÈ!QÞwsÌÑ £ðnt±h¨ ïü.Êö ¨‚iôäL­;Ë¿ÔH¼¯~Œœ¶`jº-’Û*á6‘^èQ,xcU‹s ï‘®Üæ žP,ª(óá†Õö÷°ý)–QŸ–¼Üêu å¢8Ó8R—Ï›°ö ¥²òͳw†Ìt†;ãdÁÝ­2cJŸ¹DªäÝZnP?A0Š @iÆ–¹H§‡KnŒ²–Ó–NăVM%åŒk3¼ "ÍÛÙÔxÞ: çlßš¢·-b,
+ŠŸGžÓd/—+*™w*ËÖ½YÚ©8-Ô.W¶öO]wœ§Ü(jo~Ž¡•ÅŽkMÇ°<
+aÄáýz9{ê»TÑz‹•iÖ–U+^˜H¨rMw®¾PÅlòuÝRTG.2Ï"õéH9b-žQ¹)Ó¾¬]Éfñ˜Ÿ?Õß6Zl‚Ëëë™OßöF:1Œ9°ƒDJùô×0ŽŠÂà©–ËTÍv©Ñ&²V[fu¶#äT=Ö{T
+ñA·Õˆ‹y1d¡³×ñ
+Ó¡¤Ðh%ٿ–栱ryX2Yë‘«·MÍ‹ã­­0hKGm+„ä9_\OU›6­N¦ÜhŒöì‚rë·‚.nW·]U¯²Œø¡p‘?$Æ›±á~(ùE¡ž¹5dxa¤ªZ{® ‘J7Öü¶÷Áœ“cÀÿ·íáxø%ÌÆƾ«€î¤\e¢â– áĈÃ:¤@adôm‰iO,¦%á9Ÿ,6Ÿ&Ï{L]¥~ÃyA‹‚ Øû‘+Q^ØÚ9*ÉÿhX¯
+endstream
+endobj
+1771 0 obj <<
+/Type /FontDescriptor
+/FontName /SLVZEL+NimbusMonL-ReguObli
+/Flags 4
+/FontBBox [-61 -237 774 811]
+/Ascent 625
+/CapHeight 557
+/Descent -147
+/ItalicAngle -12
+/StemV 43
+/XHeight 426
+/CharSet (/a/backslash/braceleft/braceright/c/circumflex/colon/comma/d/e/f/g/h/hyphen/i/j/k/l/m/n/o/one/p/percent/period/r/s/t/two/u/v/w/x/y/zero)
+/FontFile 1770 0 R
+>> endobj
+1697 0 obj <<
+/Type /Encoding
+/Differences [33/exclam 35/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 61/equal/greater/question 65/A/B/C/D/E/F/G/H/I 76/L/M/N/O/P 82/R/S/T/U/V 88/X 91/bracketleft/backslash/bracketright 95/underscore 97/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 136/circumflex 152/tilde]
+>> endobj
+1169 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /EGUQXT+CMBSY10
+/FontDescriptor 1717 0 R
+/FirstChar 110
+/LastChar 110
+/Widths 1693 0 R
+>> endobj
+398 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /DRJRAU+CMBX10
+/FontDescriptor 1719 0 R
+/FirstChar 11
+/LastChar 122
+/Widths 1708 0 R
+>> endobj
+396 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /PRMCVC+CMBX12
+/FontDescriptor 1721 0 R
+/FirstChar 12
+/LastChar 123
+/Widths 1709 0 R
+>> endobj
+394 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /EUWOLL+CMBX9
+/FontDescriptor 1723 0 R
+/FirstChar 65
+/LastChar 116
+/Widths 1711 0 R
+>> endobj
+1313 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /YZWRRW+CMCSC10
+/FontDescriptor 1725 0 R
+/FirstChar 68
+/LastChar 111
+/Widths 1689 0 R
+>> endobj
+1584 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /YQJSDJ+CMEX10
+/FontDescriptor 1727 0 R
+/FirstChar 88
+/LastChar 88
+/Widths 1687 0 R
+>> endobj
+497 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /IAJMMH+CMMI10
+/FontDescriptor 1729 0 R
+/FirstChar 22
+/LastChar 121
+/Widths 1701 0 R
+>> endobj
+1445 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /NSFTTR+CMMI12
+/FontDescriptor 1731 0 R
+/FirstChar 76
+/LastChar 100
+/Widths 1688 0 R
+>> endobj
+878 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /UPGFAJ+CMMI5
+/FontDescriptor 1733 0 R
+/FirstChar 120
+/LastChar 121
+/Widths 1695 0 R
+>> endobj
+479 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /OTPBEO+CMMI7
+/FontDescriptor 1735 0 R
+/FirstChar 58
+/LastChar 121
+/Widths 1703 0 R
+>> endobj
+1217 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /RNZDTL+CMMI8
+/FontDescriptor 1737 0 R
+/FirstChar 61
+/LastChar 120
+/Widths 1690 0 R
+>> endobj
+399 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /UMGXQW+CMR10
+/FontDescriptor 1739 0 R
+/FirstChar 11
+/LastChar 123
+/Widths 1707 0 R
+>> endobj
+392 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /BYLMUU+CMR12
+/FontDescriptor 1741 0 R
+/FirstChar 44
+/LastChar 127
+/Widths 1713 0 R
+>> endobj
+390 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WANHEY+CMR17
+/FontDescriptor 1743 0 R
+/FirstChar 77
+/LastChar 117
+/Widths 1715 0 R
+>> endobj
+1185 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /KIBOMX+CMR6
+/FontDescriptor 1745 0 R
+/FirstChar 49
+/LastChar 120
+/Widths 1692 0 R
+>> endobj
+523 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /NWLFTQ+CMR7
+/FontDescriptor 1747 0 R
+/FirstChar 48
+/LastChar 120
+/Widths 1699 0 R
+>> endobj
+1187 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /HQZDBU+CMR8
+/FontDescriptor 1749 0 R
+/FirstChar 11
+/LastChar 121
+/Widths 1691 0 R
+>> endobj
+391 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WWIZZI+CMR9
+/FontDescriptor 1751 0 R
+/FirstChar 39
+/LastChar 123
+/Widths 1714 0 R
+>> endobj
+452 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /QQQQIL+CMSY10
+/FontDescriptor 1753 0 R
+/FirstChar 0
+/LastChar 110
+/Widths 1704 0 R
+>> endobj
+401 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /GUOWTK+CMSY6
+/FontDescriptor 1755 0 R
+/FirstChar 3
+/LastChar 3
+/Widths 1705 0 R
+>> endobj
+624 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /PXBGHL+CMSY7
+/FontDescriptor 1757 0 R
+/FirstChar 0
+/LastChar 0
+/Widths 1696 0 R
+>> endobj
+393 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /XYBSMX+CMSY8
+/FontDescriptor 1759 0 R
+/FirstChar 0
+/LastChar 3
+/Widths 1712 0 R
+>> endobj
+480 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /JHINCU+CMTI10
+/FontDescriptor 1761 0 R
+/FirstChar 45
+/LastChar 122
+/Widths 1702 0 R
+>> endobj
+395 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /NGREAZ+CMTI9
+/FontDescriptor 1763 0 R
+/FirstChar 107
+/LastChar 107
+/Widths 1710 0 R
+>> endobj
+879 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /AICAWW+MSBM10
+/FontDescriptor 1765 0 R
+/FirstChar 90
+/LastChar 90
+/Widths 1694 0 R
+>> endobj
+517 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /BZFYNM+NimbusMonL-Bold
+/FontDescriptor 1767 0 R
+/FirstChar 42
+/LastChar 122
+/Widths 1700 0 R
+/Encoding 1697 0 R
+>> endobj
+400 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WWSEXD+NimbusMonL-Regu
+/FontDescriptor 1769 0 R
+/FirstChar 33
+/LastChar 152
+/Widths 1706 0 R
+/Encoding 1697 0 R
+>> endobj
+539 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /SLVZEL+NimbusMonL-ReguObli
+/FontDescriptor 1771 0 R
+/FirstChar 37
+/LastChar 136
+/Widths 1698 0 R
+/Encoding 1697 0 R
+>> endobj
+402 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1772 0 R
+/Kids [362 0 R 449 0 R 476 0 R 488 0 R 520 0 R 533 0 R]
+>> endobj
+590 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1772 0 R
+/Kids [562 0 R 595 0 R 621 0 R 626 0 R 667 0 R 696 0 R]
+>> endobj
+770 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1772 0 R
+/Kids [736 0 R 774 0 R 784 0 R 805 0 R 827 0 R 840 0 R]
+>> endobj
+888 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1772 0 R
+/Kids [875 0 R 893 0 R 921 0 R 943 0 R 976 0 R 1008 0 R]
+>> endobj
+1057 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1772 0 R
+/Kids [1035 0 R 1061 0 R 1074 0 R 1110 0 R 1126 0 R 1166 0 R]
+>> endobj
+1201 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1772 0 R
+/Kids [1190 0 R 1205 0 R 1213 0 R 1221 0 R 1244 0 R 1269 0 R]
+>> endobj
+1308 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1773 0 R
+/Kids [1280 0 R 1310 0 R 1341 0 R 1371 0 R 1401 0 R 1429 0 R]
+>> endobj
+1477 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1773 0 R
+/Kids [1447 0 R 1479 0 R 1494 0 R 1525 0 R 1556 0 R 1581 0 R]
+>> endobj
+1636 0 obj <<
+/Type /Pages
+/Count 4
+/Parent 1773 0 R
+/Kids [1586 0 R 1639 0 R 1667 0 R 1674 0 R]
+>> endobj
+1772 0 obj <<
+/Type /Pages
+/Count 36
+/Parent 1774 0 R
+/Kids [402 0 R 590 0 R 770 0 R 888 0 R 1057 0 R 1201 0 R]
+>> endobj
+1773 0 obj <<
+/Type /Pages
+/Count 16
+/Parent 1774 0 R
+/Kids [1308 0 R 1477 0 R 1636 0 R]
+>> endobj
+1774 0 obj <<
+/Type /Pages
+/Count 52
+/Kids [1772 0 R 1773 0 R]
+>> endobj
+1775 0 obj <<
+/Type /Outlines
+/First 7 0 R
+/Last 347 0 R
+/Count 7
+>> endobj
+359 0 obj <<
+/Title 360 0 R
+/A 357 0 R
+/Parent 347 0 R
+/Prev 355 0 R
+>> endobj
+355 0 obj <<
+/Title 356 0 R
+/A 353 0 R
+/Parent 347 0 R
+/Prev 351 0 R
+/Next 359 0 R
+>> endobj
+351 0 obj <<
+/Title 352 0 R
+/A 349 0 R
+/Parent 347 0 R
+/Next 355 0 R
+>> endobj
+347 0 obj <<
+/Title 348 0 R
+/A 345 0 R
+/Parent 1775 0 R
+/Prev 267 0 R
+/First 351 0 R
+/Last 359 0 R
+/Count -3
+>> endobj
+343 0 obj <<
+/Title 344 0 R
+/A 341 0 R
+/Parent 267 0 R
+/Prev 339 0 R
+>> endobj
+339 0 obj <<
+/Title 340 0 R
+/A 337 0 R
+/Parent 267 0 R
+/Prev 335 0 R
+/Next 343 0 R
+>> endobj
+335 0 obj <<
+/Title 336 0 R
+/A 333 0 R
+/Parent 267 0 R
+/Prev 323 0 R
+/Next 339 0 R
+>> endobj
+331 0 obj <<
+/Title 332 0 R
+/A 329 0 R
+/Parent 323 0 R
+/Prev 327 0 R
+>> endobj
+327 0 obj <<
+/Title 328 0 R
+/A 325 0 R
+/Parent 323 0 R
+/Next 331 0 R
+>> endobj
+323 0 obj <<
+/Title 324 0 R
+/A 321 0 R
+/Parent 267 0 R
+/Prev 311 0 R
+/Next 335 0 R
+/First 327 0 R
+/Last 331 0 R
+/Count -2
+>> 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 267 0 R
+/Prev 299 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 299 0 R
+/Prev 303 0 R
+>> endobj
+303 0 obj <<
+/Title 304 0 R
+/A 301 0 R
+/Parent 299 0 R
+/Next 307 0 R
+>> endobj
+299 0 obj <<
+/Title 300 0 R
+/A 297 0 R
+/Parent 267 0 R
+/Prev 295 0 R
+/Next 311 0 R
+/First 303 0 R
+/Last 307 0 R
+/Count -2
+>> endobj
+295 0 obj <<
+/Title 296 0 R
+/A 293 0 R
+/Parent 267 0 R
+/Prev 271 0 R
+/Next 299 0 R
+>> endobj
+291 0 obj <<
+/Title 292 0 R
+/A 289 0 R
+/Parent 271 0 R
+/Prev 287 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 267 0 R
+/Next 295 0 R
+/First 275 0 R
+/Last 291 0 R
+/Count -5
+>> endobj
+267 0 obj <<
+/Title 268 0 R
+/A 265 0 R
+/Parent 1775 0 R
+/Prev 75 0 R
+/Next 347 0 R
+/First 271 0 R
+/Last 343 0 R
+/Count -8
+>> endobj
+263 0 obj <<
+/Title 264 0 R
+/A 261 0 R
+/Parent 75 0 R
+/Prev 259 0 R
+>> endobj
+259 0 obj <<
+/Title 260 0 R
+/A 257 0 R
+/Parent 75 0 R
+/Prev 143 0 R
+/Next 263 0 R
+>> endobj
+255 0 obj <<
+/Title 256 0 R
+/A 253 0 R
+/Parent 143 0 R
+/Prev 251 0 R
+>> endobj
+251 0 obj <<
+/Title 252 0 R
+/A 249 0 R
+/Parent 143 0 R
+/Prev 247 0 R
+/Next 255 0 R
+>> endobj
+247 0 obj <<
+/Title 248 0 R
+/A 245 0 R
+/Parent 143 0 R
+/Prev 243 0 R
+/Next 251 0 R
+>> endobj
+243 0 obj <<
+/Title 244 0 R
+/A 241 0 R
+/Parent 143 0 R
+/Prev 239 0 R
+/Next 247 0 R
+>> endobj
+239 0 obj <<
+/Title 240 0 R
+/A 237 0 R
+/Parent 143 0 R
+/Prev 235 0 R
+/Next 243 0 R
+>> endobj
+235 0 obj <<
+/Title 236 0 R
+/A 233 0 R
+/Parent 143 0 R
+/Prev 231 0 R
+/Next 239 0 R
+>> endobj
+231 0 obj <<
+/Title 232 0 R
+/A 229 0 R
+/Parent 143 0 R
+/Prev 227 0 R
+/Next 235 0 R
+>> endobj
+227 0 obj <<
+/Title 228 0 R
+/A 225 0 R
+/Parent 143 0 R
+/Prev 223 0 R
+/Next 231 0 R
+>> endobj
+223 0 obj <<
+/Title 224 0 R
+/A 221 0 R
+/Parent 143 0 R
+/Prev 219 0 R
+/Next 227 0 R
+>> endobj
+219 0 obj <<
+/Title 220 0 R
+/A 217 0 R
+/Parent 143 0 R
+/Prev 215 0 R
+/Next 223 0 R
+>> endobj
+215 0 obj <<
+/Title 216 0 R
+/A 213 0 R
+/Parent 143 0 R
+/Prev 211 0 R
+/Next 219 0 R
+>> endobj
+211 0 obj <<
+/Title 212 0 R
+/A 209 0 R
+/Parent 143 0 R
+/Prev 207 0 R
+/Next 215 0 R
+>> endobj
+207 0 obj <<
+/Title 208 0 R
+/A 205 0 R
+/Parent 143 0 R
+/Prev 203 0 R
+/Next 211 0 R
+>> endobj
+203 0 obj <<
+/Title 204 0 R
+/A 201 0 R
+/Parent 143 0 R
+/Prev 199 0 R
+/Next 207 0 R
+>> endobj
+199 0 obj <<
+/Title 200 0 R
+/A 197 0 R
+/Parent 143 0 R
+/Prev 195 0 R
+/Next 203 0 R
+>> endobj
+195 0 obj <<
+/Title 196 0 R
+/A 193 0 R
+/Parent 143 0 R
+/Prev 191 0 R
+/Next 199 0 R
+>> endobj
+191 0 obj <<
+/Title 192 0 R
+/A 189 0 R
+/Parent 143 0 R
+/Prev 187 0 R
+/Next 195 0 R
+>> endobj
+187 0 obj <<
+/Title 188 0 R
+/A 185 0 R
+/Parent 143 0 R
+/Prev 183 0 R
+/Next 191 0 R
+>> endobj
+183 0 obj <<
+/Title 184 0 R
+/A 181 0 R
+/Parent 143 0 R
+/Prev 179 0 R
+/Next 187 0 R
+>> endobj
+179 0 obj <<
+/Title 180 0 R
+/A 177 0 R
+/Parent 143 0 R
+/Prev 175 0 R
+/Next 183 0 R
+>> endobj
+175 0 obj <<
+/Title 176 0 R
+/A 173 0 R
+/Parent 143 0 R
+/Prev 171 0 R
+/Next 179 0 R
+>> endobj
+171 0 obj <<
+/Title 172 0 R
+/A 169 0 R
+/Parent 143 0 R
+/Prev 167 0 R
+/Next 175 0 R
+>> endobj
+167 0 obj <<
+/Title 168 0 R
+/A 165 0 R
+/Parent 143 0 R
+/Prev 163 0 R
+/Next 171 0 R
+>> endobj
+163 0 obj <<
+/Title 164 0 R
+/A 161 0 R
+/Parent 143 0 R
+/Prev 159 0 R
+/Next 167 0 R
+>> endobj
+159 0 obj <<
+/Title 160 0 R
+/A 157 0 R
+/Parent 143 0 R
+/Prev 155 0 R
+/Next 163 0 R
+>> endobj
+155 0 obj <<
+/Title 156 0 R
+/A 153 0 R
+/Parent 143 0 R
+/Prev 151 0 R
+/Next 159 0 R
+>> endobj
+151 0 obj <<
+/Title 152 0 R
+/A 149 0 R
+/Parent 143 0 R
+/Prev 147 0 R
+/Next 155 0 R
+>> endobj
+147 0 obj <<
+/Title 148 0 R
+/A 145 0 R
+/Parent 143 0 R
+/Next 151 0 R
+>> endobj
+143 0 obj <<
+/Title 144 0 R
+/A 141 0 R
+/Parent 75 0 R
+/Prev 139 0 R
+/Next 259 0 R
+/First 147 0 R
+/Last 255 0 R
+/Count -28
+>> endobj
+139 0 obj <<
+/Title 140 0 R
+/A 137 0 R
+/Parent 75 0 R
+/Prev 135 0 R
+/Next 143 0 R
+>> endobj
+135 0 obj <<
+/Title 136 0 R
+/A 133 0 R
+/Parent 75 0 R
+/Prev 131 0 R
+/Next 139 0 R
+>> endobj
+131 0 obj <<
+/Title 132 0 R
+/A 129 0 R
+/Parent 75 0 R
+/Prev 127 0 R
+/Next 135 0 R
+>> endobj
+127 0 obj <<
+/Title 128 0 R
+/A 125 0 R
+/Parent 75 0 R
+/Prev 123 0 R
+/Next 131 0 R
+>> endobj
+123 0 obj <<
+/Title 124 0 R
+/A 121 0 R
+/Parent 75 0 R
+/Prev 115 0 R
+/Next 127 0 R
+>> endobj
+119 0 obj <<
+/Title 120 0 R
+/A 117 0 R
+/Parent 115 0 R
+>> endobj
+115 0 obj <<
+/Title 116 0 R
+/A 113 0 R
+/Parent 75 0 R
+/Prev 111 0 R
+/Next 123 0 R
+/First 119 0 R
+/Last 119 0 R
+/Count -1
+>> endobj
+111 0 obj <<
+/Title 112 0 R
+/A 109 0 R
+/Parent 75 0 R
+/Prev 107 0 R
+/Next 115 0 R
+>> endobj
+107 0 obj <<
+/Title 108 0 R
+/A 105 0 R
+/Parent 75 0 R
+/Prev 103 0 R
+/Next 111 0 R
+>> endobj
+103 0 obj <<
+/Title 104 0 R
+/A 101 0 R
+/Parent 75 0 R
+/Prev 99 0 R
+/Next 107 0 R
+>> endobj
+99 0 obj <<
+/Title 100 0 R
+/A 97 0 R
+/Parent 75 0 R
+/Prev 95 0 R
+/Next 103 0 R
+>> endobj
+95 0 obj <<
+/Title 96 0 R
+/A 93 0 R
+/Parent 75 0 R
+/Prev 83 0 R
+/Next 99 0 R
+>> endobj
+91 0 obj <<
+/Title 92 0 R
+/A 89 0 R
+/Parent 83 0 R
+/Prev 87 0 R
+>> endobj
+87 0 obj <<
+/Title 88 0 R
+/A 85 0 R
+/Parent 83 0 R
+/Next 91 0 R
+>> endobj
+83 0 obj <<
+/Title 84 0 R
+/A 81 0 R
+/Parent 75 0 R
+/Prev 79 0 R
+/Next 95 0 R
+/First 87 0 R
+/Last 91 0 R
+/Count -2
+>> 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 1775 0 R
+/Prev 51 0 R
+/Next 267 0 R
+/First 79 0 R
+/Last 263 0 R
+/Count -16
+>> endobj
+71 0 obj <<
+/Title 72 0 R
+/A 69 0 R
+/Parent 51 0 R
+/Prev 67 0 R
+>> endobj
+67 0 obj <<
+/Title 68 0 R
+/A 65 0 R
+/Parent 51 0 R
+/Prev 63 0 R
+/Next 71 0 R
+>> endobj
+63 0 obj <<
+/Title 64 0 R
+/A 61 0 R
+/Parent 51 0 R
+/Prev 59 0 R
+/Next 67 0 R
+>> endobj
+59 0 obj <<
+/Title 60 0 R
+/A 57 0 R
+/Parent 51 0 R
+/Prev 55 0 R
+/Next 63 0 R
+>> endobj
+55 0 obj <<
+/Title 56 0 R
+/A 53 0 R
+/Parent 51 0 R
+/Next 59 0 R
+>> endobj
+51 0 obj <<
+/Title 52 0 R
+/A 49 0 R
+/Parent 1775 0 R
+/Prev 15 0 R
+/Next 75 0 R
+/First 55 0 R
+/Last 71 0 R
+/Count -5
+>> endobj
+47 0 obj <<
+/Title 48 0 R
+/A 45 0 R
+/Parent 15 0 R
+/Prev 43 0 R
+>> endobj
+43 0 obj <<
+/Title 44 0 R
+/A 41 0 R
+/Parent 15 0 R
+/Prev 39 0 R
+/Next 47 0 R
+>> endobj
+39 0 obj <<
+/Title 40 0 R
+/A 37 0 R
+/Parent 15 0 R
+/Prev 35 0 R
+/Next 43 0 R
+>> endobj
+35 0 obj <<
+/Title 36 0 R
+/A 33 0 R
+/Parent 15 0 R
+/Prev 31 0 R
+/Next 39 0 R
+>> endobj
+31 0 obj <<
+/Title 32 0 R
+/A 29 0 R
+/Parent 15 0 R
+/Prev 27 0 R
+/Next 35 0 R
+>> endobj
+27 0 obj <<
+/Title 28 0 R
+/A 25 0 R
+/Parent 15 0 R
+/Prev 23 0 R
+/Next 31 0 R
+>> endobj
+23 0 obj <<
+/Title 24 0 R
+/A 21 0 R
+/Parent 15 0 R
+/Prev 19 0 R
+/Next 27 0 R
+>> endobj
+19 0 obj <<
+/Title 20 0 R
+/A 17 0 R
+/Parent 15 0 R
+/Next 23 0 R
+>> endobj
+15 0 obj <<
+/Title 16 0 R
+/A 13 0 R
+/Parent 1775 0 R
+/Prev 11 0 R
+/Next 51 0 R
+/First 19 0 R
+/Last 47 0 R
+/Count -8
+>> endobj
+11 0 obj <<
+/Title 12 0 R
+/A 9 0 R
+/Parent 1775 0 R
+/Prev 7 0 R
+/Next 15 0 R
+>> endobj
+7 0 obj <<
+/Title 8 0 R
+/A 5 0 R
+/Parent 1775 0 R
+/Next 11 0 R
+>> endobj
+1776 0 obj <<
+/Names [(Doc-Start) 389 0 R (Hfootnote.1) 1186 0 R (Hfootnote.2) 1216 0 R (Hfootnote.3) 1218 0 R (Hfootnote.4) 1242 0 R (Item.1) 481 0 R]
+/Limits [(Doc-Start) (Item.1)]
+>> endobj
+1777 0 obj <<
+/Names [(Item.10) 798 0 R (Item.11) 800 0 R (Item.12) 801 0 R (Item.13) 808 0 R (Item.14) 809 0 R (Item.15) 811 0 R]
+/Limits [(Item.10) (Item.15)]
+>> endobj
+1778 0 obj <<
+/Names [(Item.16) 812 0 R (Item.17) 813 0 R (Item.18) 814 0 R (Item.19) 816 0 R (Item.2) 483 0 R (Item.20) 817 0 R]
+/Limits [(Item.16) (Item.20)]
+>> endobj
+1779 0 obj <<
+/Names [(Item.21) 818 0 R (Item.22) 880 0 R (Item.23) 881 0 R (Item.24) 992 0 R (Item.25) 994 0 R (Item.26) 995 0 R]
+/Limits [(Item.21) (Item.26)]
+>> endobj
+1780 0 obj <<
+/Names [(Item.27) 996 0 R (Item.28) 998 0 R (Item.29) 999 0 R (Item.3) 492 0 R (Item.30) 1000 0 R (Item.31) 1001 0 R]
+/Limits [(Item.27) (Item.31)]
+>> endobj
+1781 0 obj <<
+/Names [(Item.32) 1002 0 R (Item.33) 1003 0 R (Item.34) 1004 0 R (Item.35) 1670 0 R (Item.36) 1677 0 R (Item.4) 493 0 R]
+/Limits [(Item.32) (Item.4)]
+>> endobj
+1782 0 obj <<
+/Names [(Item.5) 494 0 R (Item.6) 793 0 R (Item.7) 795 0 R (Item.8) 796 0 R (Item.9) 797 0 R (cite.tikz) 559 0 R]
+/Limits [(Item.5) (cite.tikz)]
+>> endobj
+1783 0 obj <<
+/Names [(figure.1) 560 0 R (figure.10) 924 0 R (figure.11) 1072 0 R (figure.12) 1138 0 R (figure.13) 1579 0 R (figure.14) 1642 0 R]
+/Limits [(figure.1) (figure.14)]
+>> endobj
+1784 0 obj <<
+/Names [(figure.2) 591 0 R (figure.3) 618 0 R (figure.4) 619 0 R (figure.5) 670 0 R (figure.6) 699 0 R (figure.7) 745 0 R]
+/Limits [(figure.2) (figure.7)]
+>> endobj
+1785 0 obj <<
+/Names [(figure.8) 771 0 R (figure.9) 772 0 R (lstlisting.-1) 482 0 R (lstlisting.-10) 565 0 R (lstlisting.-11) 601 0 R (lstlisting.-12) 615 0 R]
+/Limits [(figure.8) (lstlisting.-12)]
+>> endobj
+1786 0 obj <<
+/Names [(lstlisting.-13) 657 0 R (lstlisting.-14) 661 0 R (lstlisting.-15) 681 0 R (lstlisting.-16) 739 0 R (lstlisting.-17) 777 0 R (lstlisting.-18) 787 0 R]
+/Limits [(lstlisting.-13) (lstlisting.-18)]
+>> endobj
+1787 0 obj <<
+/Names [(lstlisting.-19) 794 0 R (lstlisting.-2) 491 0 R (lstlisting.-20) 799 0 R (lstlisting.-21) 810 0 R (lstlisting.-22) 815 0 R (lstlisting.-23) 819 0 R]
+/Limits [(lstlisting.-19) (lstlisting.-23)]
+>> endobj
+1788 0 obj <<
+/Names [(lstlisting.-24) 830 0 R (lstlisting.-25) 843 0 R (lstlisting.-26) 849 0 R (lstlisting.-27) 855 0 R (lstlisting.-28) 857 0 R (lstlisting.-29) 859 0 R]
+/Limits [(lstlisting.-24) (lstlisting.-29)]
+>> endobj
+1789 0 obj <<
+/Names [(lstlisting.-3) 495 0 R (lstlisting.-30) 882 0 R (lstlisting.-31) 884 0 R (lstlisting.-32) 886 0 R (lstlisting.-33) 896 0 R (lstlisting.-34) 900 0 R]
+/Limits [(lstlisting.-3) (lstlisting.-34)]
+>> endobj
+1790 0 obj <<
+/Names [(lstlisting.-35) 905 0 R (lstlisting.-36) 931 0 R (lstlisting.-37) 939 0 R (lstlisting.-38) 946 0 R (lstlisting.-39) 950 0 R (lstlisting.-4) 498 0 R]
+/Limits [(lstlisting.-35) (lstlisting.-4)]
+>> endobj
+1791 0 obj <<
+/Names [(lstlisting.-40) 954 0 R (lstlisting.-41) 960 0 R (lstlisting.-42) 967 0 R (lstlisting.-43) 971 0 R (lstlisting.-44) 979 0 R (lstlisting.-45) 990 0 R]
+/Limits [(lstlisting.-40) (lstlisting.-45)]
+>> endobj
+1792 0 obj <<
+/Names [(lstlisting.-46) 993 0 R (lstlisting.-47) 997 0 R (lstlisting.-48) 1005 0 R (lstlisting.-49) 1011 0 R (lstlisting.-5) 515 0 R (lstlisting.-50) 1017 0 R]
+/Limits [(lstlisting.-46) (lstlisting.-50)]
+>> endobj
+1793 0 obj <<
+/Names [(lstlisting.-51) 1019 0 R (lstlisting.-52) 1028 0 R (lstlisting.-53) 1038 0 R (lstlisting.-54) 1040 0 R (lstlisting.-55) 1047 0 R (lstlisting.-56) 1064 0 R]
+/Limits [(lstlisting.-51) (lstlisting.-56)]
+>> endobj
+1794 0 obj <<
+/Names [(lstlisting.-57) 1068 0 R (lstlisting.-58) 1070 0 R (lstlisting.-59) 1077 0 R (lstlisting.-6) 524 0 R (lstlisting.-60) 1114 0 R (lstlisting.-61) 1117 0 R]
+/Limits [(lstlisting.-57) (lstlisting.-61)]
+>> endobj
+1795 0 obj <<
+/Names [(lstlisting.-62) 1120 0 R (lstlisting.-63) 1122 0 R (lstlisting.-64) 1139 0 R (lstlisting.-65) 1129 0 R (lstlisting.-66) 1170 0 R (lstlisting.-67) 1179 0 R]
+/Limits [(lstlisting.-62) (lstlisting.-67)]
+>> endobj
+1796 0 obj <<
+/Names [(lstlisting.-68) 1181 0 R (lstlisting.-69) 1183 0 R (lstlisting.-7) 526 0 R (lstlisting.-70) 1193 0 R (lstlisting.-71) 1197 0 R (lstlisting.-72) 1224 0 R]
+/Limits [(lstlisting.-68) (lstlisting.-72)]
+>> endobj
+1797 0 obj <<
+/Names [(lstlisting.-73) 1230 0 R (lstlisting.-74) 1236 0 R (lstlisting.-75) 1247 0 R (lstlisting.-76) 1253 0 R (lstlisting.-77) 1259 0 R (lstlisting.-78) 1275 0 R]
+/Limits [(lstlisting.-73) (lstlisting.-78)]
+>> endobj
+1798 0 obj <<
+/Names [(lstlisting.-79) 1283 0 R (lstlisting.-8) 536 0 R (lstlisting.-80) 1314 0 R (lstlisting.-81) 1344 0 R (lstlisting.-82) 1374 0 R (lstlisting.-83) 1404 0 R]
+/Limits [(lstlisting.-79) (lstlisting.-83)]
+>> endobj
+1799 0 obj <<
+/Names [(lstlisting.-84) 1432 0 R (lstlisting.-85) 1450 0 R (lstlisting.-86) 1460 0 R (lstlisting.-87) 1482 0 R (lstlisting.-88) 1497 0 R (lstlisting.-89) 1507 0 R]
+/Limits [(lstlisting.-84) (lstlisting.-89)]
+>> endobj
+1800 0 obj <<
+/Names [(lstlisting.-9) 542 0 R (lstlisting.-90) 1540 0 R (lstlisting.-91) 1570 0 R (lstlisting.-92) 1646 0 R (lstlisting.-93) 1678 0 R (lstlisting.-94) 1680 0 R]
+/Limits [(lstlisting.-9) (lstlisting.-94)]
+>> endobj
+1801 0 obj <<
+/Names [(lstlisting.-95) 1682 0 R (lstnumber.-10.1) 566 0 R (lstnumber.-10.10) 575 0 R (lstnumber.-10.11) 576 0 R (lstnumber.-10.12) 577 0 R (lstnumber.-10.13) 578 0 R]
+/Limits [(lstlisting.-95) (lstnumber.-10.13)]
+>> endobj
+1802 0 obj <<
+/Names [(lstnumber.-10.14) 579 0 R (lstnumber.-10.15) 580 0 R (lstnumber.-10.16) 581 0 R (lstnumber.-10.17) 582 0 R (lstnumber.-10.18) 583 0 R (lstnumber.-10.19) 584 0 R]
+/Limits [(lstnumber.-10.14) (lstnumber.-10.19)]
+>> endobj
+1803 0 obj <<
+/Names [(lstnumber.-10.2) 567 0 R (lstnumber.-10.20) 585 0 R (lstnumber.-10.21) 586 0 R (lstnumber.-10.22) 587 0 R (lstnumber.-10.23) 588 0 R (lstnumber.-10.24) 589 0 R]
+/Limits [(lstnumber.-10.2) (lstnumber.-10.24)]
+>> endobj
+1804 0 obj <<
+/Names [(lstnumber.-10.25) 598 0 R (lstnumber.-10.26) 599 0 R (lstnumber.-10.27) 600 0 R (lstnumber.-10.3) 568 0 R (lstnumber.-10.4) 569 0 R (lstnumber.-10.5) 570 0 R]
+/Limits [(lstnumber.-10.25) (lstnumber.-10.5)]
+>> endobj
+1805 0 obj <<
+/Names [(lstnumber.-10.6) 571 0 R (lstnumber.-10.7) 572 0 R (lstnumber.-10.8) 573 0 R (lstnumber.-10.9) 574 0 R (lstnumber.-11.1) 602 0 R (lstnumber.-11.10) 611 0 R]
+/Limits [(lstnumber.-10.6) (lstnumber.-11.10)]
+>> endobj
+1806 0 obj <<
+/Names [(lstnumber.-11.11) 612 0 R (lstnumber.-11.12) 613 0 R (lstnumber.-11.13) 614 0 R (lstnumber.-11.2) 603 0 R (lstnumber.-11.3) 604 0 R (lstnumber.-11.4) 605 0 R]
+/Limits [(lstnumber.-11.11) (lstnumber.-11.4)]
+>> endobj
+1807 0 obj <<
+/Names [(lstnumber.-11.5) 606 0 R (lstnumber.-11.6) 607 0 R (lstnumber.-11.7) 608 0 R (lstnumber.-11.8) 609 0 R (lstnumber.-11.9) 610 0 R (lstnumber.-12.1) 616 0 R]
+/Limits [(lstnumber.-11.5) (lstnumber.-12.1)]
+>> endobj
+1808 0 obj <<
+/Names [(lstnumber.-12.10) 636 0 R (lstnumber.-12.11) 637 0 R (lstnumber.-12.12) 638 0 R (lstnumber.-12.13) 639 0 R (lstnumber.-12.14) 640 0 R (lstnumber.-12.15) 641 0 R]
+/Limits [(lstnumber.-12.10) (lstnumber.-12.15)]
+>> endobj
+1809 0 obj <<
+/Names [(lstnumber.-12.16) 642 0 R (lstnumber.-12.17) 643 0 R (lstnumber.-12.18) 644 0 R (lstnumber.-12.19) 645 0 R (lstnumber.-12.2) 617 0 R (lstnumber.-12.20) 646 0 R]
+/Limits [(lstnumber.-12.16) (lstnumber.-12.20)]
+>> endobj
+1810 0 obj <<
+/Names [(lstnumber.-12.21) 647 0 R (lstnumber.-12.22) 648 0 R (lstnumber.-12.23) 649 0 R (lstnumber.-12.24) 650 0 R (lstnumber.-12.25) 651 0 R (lstnumber.-12.26) 652 0 R]
+/Limits [(lstnumber.-12.21) (lstnumber.-12.26)]
+>> endobj
+1811 0 obj <<
+/Names [(lstnumber.-12.27) 653 0 R (lstnumber.-12.28) 654 0 R (lstnumber.-12.29) 655 0 R (lstnumber.-12.3) 629 0 R (lstnumber.-12.30) 656 0 R (lstnumber.-12.4) 630 0 R]
+/Limits [(lstnumber.-12.27) (lstnumber.-12.4)]
+>> endobj
+1812 0 obj <<
+/Names [(lstnumber.-12.5) 631 0 R (lstnumber.-12.6) 632 0 R (lstnumber.-12.7) 633 0 R (lstnumber.-12.8) 634 0 R (lstnumber.-12.9) 635 0 R (lstnumber.-13.1) 658 0 R]
+/Limits [(lstnumber.-12.5) (lstnumber.-13.1)]
+>> endobj
+1813 0 obj <<
+/Names [(lstnumber.-13.2) 659 0 R (lstnumber.-13.3) 660 0 R (lstnumber.-14.1) 662 0 R (lstnumber.-14.10) 677 0 R (lstnumber.-14.11) 678 0 R (lstnumber.-14.12) 679 0 R]
+/Limits [(lstnumber.-13.2) (lstnumber.-14.12)]
+>> endobj
+1814 0 obj <<
+/Names [(lstnumber.-14.13) 680 0 R (lstnumber.-14.2) 663 0 R (lstnumber.-14.3) 664 0 R (lstnumber.-14.4) 671 0 R (lstnumber.-14.5) 672 0 R (lstnumber.-14.6) 673 0 R]
+/Limits [(lstnumber.-14.13) (lstnumber.-14.6)]
+>> endobj
+1815 0 obj <<
+/Names [(lstnumber.-14.7) 674 0 R (lstnumber.-14.8) 675 0 R (lstnumber.-14.9) 676 0 R (lstnumber.-15.1) 682 0 R (lstnumber.-15.10) 691 0 R (lstnumber.-15.11) 692 0 R]
+/Limits [(lstnumber.-14.7) (lstnumber.-15.11)]
+>> endobj
+1816 0 obj <<
+/Names [(lstnumber.-15.12) 693 0 R (lstnumber.-15.13) 694 0 R (lstnumber.-15.14) 700 0 R (lstnumber.-15.15) 701 0 R (lstnumber.-15.16) 702 0 R (lstnumber.-15.17) 703 0 R]
+/Limits [(lstnumber.-15.12) (lstnumber.-15.17)]
+>> endobj
+1817 0 obj <<
+/Names [(lstnumber.-15.18) 704 0 R (lstnumber.-15.19) 705 0 R (lstnumber.-15.2) 683 0 R (lstnumber.-15.20) 706 0 R (lstnumber.-15.21) 707 0 R (lstnumber.-15.22) 708 0 R]
+/Limits [(lstnumber.-15.18) (lstnumber.-15.22)]
+>> endobj
+1818 0 obj <<
+/Names [(lstnumber.-15.23) 709 0 R (lstnumber.-15.24) 710 0 R (lstnumber.-15.25) 711 0 R (lstnumber.-15.26) 712 0 R (lstnumber.-15.27) 713 0 R (lstnumber.-15.28) 714 0 R]
+/Limits [(lstnumber.-15.23) (lstnumber.-15.28)]
+>> endobj
+1819 0 obj <<
+/Names [(lstnumber.-15.29) 715 0 R (lstnumber.-15.3) 684 0 R (lstnumber.-15.30) 716 0 R (lstnumber.-15.31) 717 0 R (lstnumber.-15.32) 718 0 R (lstnumber.-15.33) 719 0 R]
+/Limits [(lstnumber.-15.29) (lstnumber.-15.33)]
+>> endobj
+1820 0 obj <<
+/Names [(lstnumber.-15.34) 720 0 R (lstnumber.-15.35) 721 0 R (lstnumber.-15.36) 722 0 R (lstnumber.-15.37) 723 0 R (lstnumber.-15.38) 724 0 R (lstnumber.-15.39) 725 0 R]
+/Limits [(lstnumber.-15.34) (lstnumber.-15.39)]
+>> endobj
+1821 0 obj <<
+/Names [(lstnumber.-15.4) 685 0 R (lstnumber.-15.40) 726 0 R (lstnumber.-15.41) 727 0 R (lstnumber.-15.42) 728 0 R (lstnumber.-15.43) 729 0 R (lstnumber.-15.44) 746 0 R]
+/Limits [(lstnumber.-15.4) (lstnumber.-15.44)]
+>> endobj
+1822 0 obj <<
+/Names [(lstnumber.-15.45) 747 0 R (lstnumber.-15.46) 748 0 R (lstnumber.-15.47) 749 0 R (lstnumber.-15.48) 750 0 R (lstnumber.-15.49) 751 0 R (lstnumber.-15.5) 686 0 R]
+/Limits [(lstnumber.-15.45) (lstnumber.-15.5)]
+>> endobj
+1823 0 obj <<
+/Names [(lstnumber.-15.50) 752 0 R (lstnumber.-15.51) 753 0 R (lstnumber.-15.52) 754 0 R (lstnumber.-15.53) 755 0 R (lstnumber.-15.54) 756 0 R (lstnumber.-15.55) 757 0 R]
+/Limits [(lstnumber.-15.50) (lstnumber.-15.55)]
+>> endobj
+1824 0 obj <<
+/Names [(lstnumber.-15.56) 758 0 R (lstnumber.-15.57) 759 0 R (lstnumber.-15.58) 760 0 R (lstnumber.-15.59) 761 0 R (lstnumber.-15.6) 687 0 R (lstnumber.-15.60) 762 0 R]
+/Limits [(lstnumber.-15.56) (lstnumber.-15.60)]
+>> endobj
+1825 0 obj <<
+/Names [(lstnumber.-15.61) 763 0 R (lstnumber.-15.62) 764 0 R (lstnumber.-15.63) 765 0 R (lstnumber.-15.64) 766 0 R (lstnumber.-15.65) 767 0 R (lstnumber.-15.66) 768 0 R]
+/Limits [(lstnumber.-15.61) (lstnumber.-15.66)]
+>> endobj
+1826 0 obj <<
+/Names [(lstnumber.-15.67) 769 0 R (lstnumber.-15.7) 688 0 R (lstnumber.-15.8) 689 0 R (lstnumber.-15.9) 690 0 R (lstnumber.-16.1) 740 0 R (lstnumber.-16.2) 741 0 R]
+/Limits [(lstnumber.-15.67) (lstnumber.-16.2)]
+>> endobj
+1827 0 obj <<
+/Names [(lstnumber.-16.3) 742 0 R (lstnumber.-16.4) 743 0 R (lstnumber.-16.5) 744 0 R (lstnumber.-17.1) 778 0 R (lstnumber.-17.2) 779 0 R (lstnumber.-17.3) 780 0 R]
+/Limits [(lstnumber.-16.3) (lstnumber.-17.3)]
+>> endobj
+1828 0 obj <<
+/Names [(lstnumber.-17.4) 781 0 R (lstnumber.-17.5) 782 0 R (lstnumber.-18.1) 788 0 R (lstnumber.-18.2) 789 0 R (lstnumber.-18.3) 790 0 R (lstnumber.-18.4) 791 0 R]
+/Limits [(lstnumber.-17.4) (lstnumber.-18.4)]
+>> endobj
+1829 0 obj <<
+/Names [(lstnumber.-18.5) 792 0 R (lstnumber.-23.1) 820 0 R (lstnumber.-23.2) 821 0 R (lstnumber.-23.3) 822 0 R (lstnumber.-23.4) 823 0 R (lstnumber.-23.5) 824 0 R]
+/Limits [(lstnumber.-18.5) (lstnumber.-23.5)]
+>> endobj
+1830 0 obj <<
+/Names [(lstnumber.-24.1) 831 0 R (lstnumber.-24.2) 832 0 R (lstnumber.-24.3) 833 0 R (lstnumber.-24.4) 834 0 R (lstnumber.-24.5) 835 0 R (lstnumber.-24.6) 836 0 R]
+/Limits [(lstnumber.-24.1) (lstnumber.-24.6)]
+>> endobj
+1831 0 obj <<
+/Names [(lstnumber.-24.7) 837 0 R (lstnumber.-25.1) 844 0 R (lstnumber.-25.2) 845 0 R (lstnumber.-25.3) 846 0 R (lstnumber.-25.4) 847 0 R (lstnumber.-25.5) 848 0 R]
+/Limits [(lstnumber.-24.7) (lstnumber.-25.5)]
+>> endobj
+1832 0 obj <<
+/Names [(lstnumber.-26.1) 850 0 R (lstnumber.-26.2) 851 0 R (lstnumber.-26.3) 852 0 R (lstnumber.-26.4) 853 0 R (lstnumber.-26.5) 854 0 R (lstnumber.-27.1) 856 0 R]
+/Limits [(lstnumber.-26.1) (lstnumber.-27.1)]
+>> endobj
+1833 0 obj <<
+/Names [(lstnumber.-28.1) 858 0 R (lstnumber.-29.1) 860 0 R (lstnumber.-29.10) 869 0 R (lstnumber.-29.11) 870 0 R (lstnumber.-29.12) 871 0 R (lstnumber.-29.2) 861 0 R]
+/Limits [(lstnumber.-28.1) (lstnumber.-29.2)]
+>> endobj
+1834 0 obj <<
+/Names [(lstnumber.-29.3) 862 0 R (lstnumber.-29.4) 863 0 R (lstnumber.-29.5) 864 0 R (lstnumber.-29.6) 865 0 R (lstnumber.-29.7) 866 0 R (lstnumber.-29.8) 867 0 R]
+/Limits [(lstnumber.-29.3) (lstnumber.-29.8)]
+>> endobj
+1835 0 obj <<
+/Names [(lstnumber.-29.9) 868 0 R (lstnumber.-3.1) 496 0 R (lstnumber.-30.1) 883 0 R (lstnumber.-31.1) 885 0 R (lstnumber.-32.1) 887 0 R (lstnumber.-33.1) 897 0 R]
+/Limits [(lstnumber.-29.9) (lstnumber.-33.1)]
+>> endobj
+1836 0 obj <<
+/Names [(lstnumber.-33.2) 898 0 R (lstnumber.-33.3) 899 0 R (lstnumber.-34.1) 901 0 R (lstnumber.-34.2) 902 0 R (lstnumber.-34.3) 903 0 R (lstnumber.-35.1) 906 0 R]
+/Limits [(lstnumber.-33.2) (lstnumber.-35.1)]
+>> endobj
+1837 0 obj <<
+/Names [(lstnumber.-35.10) 915 0 R (lstnumber.-35.11) 916 0 R (lstnumber.-35.12) 917 0 R (lstnumber.-35.13) 918 0 R (lstnumber.-35.14) 925 0 R (lstnumber.-35.15) 926 0 R]
+/Limits [(lstnumber.-35.10) (lstnumber.-35.15)]
+>> endobj
+1838 0 obj <<
+/Names [(lstnumber.-35.16) 927 0 R (lstnumber.-35.17) 928 0 R (lstnumber.-35.18) 929 0 R (lstnumber.-35.19) 930 0 R (lstnumber.-35.2) 907 0 R (lstnumber.-35.3) 908 0 R]
+/Limits [(lstnumber.-35.16) (lstnumber.-35.3)]
+>> endobj
+1839 0 obj <<
+/Names [(lstnumber.-35.4) 909 0 R (lstnumber.-35.5) 910 0 R (lstnumber.-35.6) 911 0 R (lstnumber.-35.7) 912 0 R (lstnumber.-35.8) 913 0 R (lstnumber.-35.9) 914 0 R]
+/Limits [(lstnumber.-35.4) (lstnumber.-35.9)]
+>> endobj
+1840 0 obj <<
+/Names [(lstnumber.-36.1) 932 0 R (lstnumber.-36.2) 933 0 R (lstnumber.-36.3) 934 0 R (lstnumber.-36.4) 935 0 R (lstnumber.-36.5) 936 0 R (lstnumber.-36.6) 937 0 R]
+/Limits [(lstnumber.-36.1) (lstnumber.-36.6)]
+>> endobj
+1841 0 obj <<
+/Names [(lstnumber.-36.7) 938 0 R (lstnumber.-37.1) 940 0 R (lstnumber.-38.1) 947 0 R (lstnumber.-38.2) 948 0 R (lstnumber.-38.3) 949 0 R (lstnumber.-39.1) 951 0 R]
+/Limits [(lstnumber.-36.7) (lstnumber.-39.1)]
+>> endobj
+1842 0 obj <<
+/Names [(lstnumber.-39.2) 952 0 R (lstnumber.-39.3) 953 0 R (lstnumber.-4.1) 499 0 R (lstnumber.-4.10) 508 0 R (lstnumber.-4.11) 509 0 R (lstnumber.-4.12) 510 0 R]
+/Limits [(lstnumber.-39.2) (lstnumber.-4.12)]
+>> endobj
+1843 0 obj <<
+/Names [(lstnumber.-4.13) 511 0 R (lstnumber.-4.14) 512 0 R (lstnumber.-4.15) 513 0 R (lstnumber.-4.16) 514 0 R (lstnumber.-4.2) 500 0 R (lstnumber.-4.3) 501 0 R]
+/Limits [(lstnumber.-4.13) (lstnumber.-4.3)]
+>> endobj
+1844 0 obj <<
+/Names [(lstnumber.-4.4) 502 0 R (lstnumber.-4.5) 503 0 R (lstnumber.-4.6) 504 0 R (lstnumber.-4.7) 505 0 R (lstnumber.-4.8) 506 0 R (lstnumber.-4.9) 507 0 R]
+/Limits [(lstnumber.-4.4) (lstnumber.-4.9)]
+>> endobj
+1845 0 obj <<
+/Names [(lstnumber.-40.1) 955 0 R (lstnumber.-40.2) 956 0 R (lstnumber.-40.3) 957 0 R (lstnumber.-40.4) 958 0 R (lstnumber.-40.5) 959 0 R (lstnumber.-41.1) 961 0 R]
+/Limits [(lstnumber.-40.1) (lstnumber.-41.1)]
+>> endobj
+1846 0 obj <<
+/Names [(lstnumber.-41.2) 962 0 R (lstnumber.-41.3) 963 0 R (lstnumber.-41.4) 964 0 R (lstnumber.-41.5) 965 0 R (lstnumber.-41.6) 966 0 R (lstnumber.-42.1) 968 0 R]
+/Limits [(lstnumber.-41.2) (lstnumber.-42.1)]
+>> endobj
+1847 0 obj <<
+/Names [(lstnumber.-42.2) 969 0 R (lstnumber.-42.3) 970 0 R (lstnumber.-43.1) 972 0 R (lstnumber.-43.2) 973 0 R (lstnumber.-43.3) 974 0 R (lstnumber.-44.1) 980 0 R]
+/Limits [(lstnumber.-42.2) (lstnumber.-44.1)]
+>> endobj
+1848 0 obj <<
+/Names [(lstnumber.-44.2) 981 0 R (lstnumber.-44.3) 982 0 R (lstnumber.-44.4) 983 0 R (lstnumber.-44.5) 984 0 R (lstnumber.-44.6) 985 0 R (lstnumber.-44.7) 986 0 R]
+/Limits [(lstnumber.-44.2) (lstnumber.-44.7)]
+>> endobj
+1849 0 obj <<
+/Names [(lstnumber.-44.8) 987 0 R (lstnumber.-44.9) 988 0 R (lstnumber.-45.1) 991 0 R (lstnumber.-48.1) 1006 0 R (lstnumber.-49.1) 1012 0 R (lstnumber.-49.2) 1013 0 R]
+/Limits [(lstnumber.-44.8) (lstnumber.-49.2)]
+>> endobj
+1850 0 obj <<
+/Names [(lstnumber.-49.3) 1014 0 R (lstnumber.-49.4) 1015 0 R (lstnumber.-49.5) 1016 0 R (lstnumber.-5.1) 516 0 R (lstnumber.-50.1) 1018 0 R (lstnumber.-51.1) 1020 0 R]
+/Limits [(lstnumber.-49.3) (lstnumber.-51.1)]
+>> endobj
+1851 0 obj <<
+/Names [(lstnumber.-51.2) 1021 0 R (lstnumber.-51.3) 1022 0 R (lstnumber.-51.4) 1023 0 R (lstnumber.-51.5) 1024 0 R (lstnumber.-51.6) 1025 0 R (lstnumber.-51.7) 1026 0 R]
+/Limits [(lstnumber.-51.2) (lstnumber.-51.7)]
+>> endobj
+1852 0 obj <<
+/Names [(lstnumber.-51.8) 1027 0 R (lstnumber.-52.1) 1029 0 R (lstnumber.-52.2) 1030 0 R (lstnumber.-52.3) 1031 0 R (lstnumber.-52.4) 1032 0 R (lstnumber.-52.5) 1033 0 R]
+/Limits [(lstnumber.-51.8) (lstnumber.-52.5)]
+>> endobj
+1853 0 obj <<
+/Names [(lstnumber.-53.1) 1039 0 R (lstnumber.-54.1) 1041 0 R (lstnumber.-54.2) 1042 0 R (lstnumber.-54.3) 1043 0 R (lstnumber.-54.4) 1044 0 R (lstnumber.-54.5) 1045 0 R]
+/Limits [(lstnumber.-53.1) (lstnumber.-54.5)]
+>> endobj
+1854 0 obj <<
+/Names [(lstnumber.-54.6) 1046 0 R (lstnumber.-55.1) 1048 0 R (lstnumber.-55.2) 1049 0 R (lstnumber.-55.3) 1050 0 R (lstnumber.-55.4) 1051 0 R (lstnumber.-55.5) 1052 0 R]
+/Limits [(lstnumber.-54.6) (lstnumber.-55.5)]
+>> endobj
+1855 0 obj <<
+/Names [(lstnumber.-55.6) 1053 0 R (lstnumber.-55.7) 1054 0 R (lstnumber.-55.8) 1055 0 R (lstnumber.-55.9) 1056 0 R (lstnumber.-56.1) 1065 0 R (lstnumber.-56.2) 1066 0 R]
+/Limits [(lstnumber.-55.6) (lstnumber.-56.2)]
+>> endobj
+1856 0 obj <<
+/Names [(lstnumber.-56.3) 1067 0 R (lstnumber.-57.1) 1069 0 R (lstnumber.-58.1) 1071 0 R (lstnumber.-59.1) 1078 0 R (lstnumber.-59.10) 1087 0 R (lstnumber.-59.11) 1088 0 R]
+/Limits [(lstnumber.-56.3) (lstnumber.-59.11)]
+>> endobj
+1857 0 obj <<
+/Names [(lstnumber.-59.12) 1089 0 R (lstnumber.-59.13) 1090 0 R (lstnumber.-59.14) 1091 0 R (lstnumber.-59.15) 1092 0 R (lstnumber.-59.16) 1093 0 R (lstnumber.-59.17) 1094 0 R]
+/Limits [(lstnumber.-59.12) (lstnumber.-59.17)]
+>> endobj
+1858 0 obj <<
+/Names [(lstnumber.-59.18) 1095 0 R (lstnumber.-59.19) 1096 0 R (lstnumber.-59.2) 1079 0 R (lstnumber.-59.20) 1097 0 R (lstnumber.-59.21) 1098 0 R (lstnumber.-59.22) 1099 0 R]
+/Limits [(lstnumber.-59.18) (lstnumber.-59.22)]
+>> endobj
+1859 0 obj <<
+/Names [(lstnumber.-59.23) 1100 0 R (lstnumber.-59.24) 1101 0 R (lstnumber.-59.25) 1102 0 R (lstnumber.-59.26) 1103 0 R (lstnumber.-59.27) 1104 0 R (lstnumber.-59.28) 1105 0 R]
+/Limits [(lstnumber.-59.23) (lstnumber.-59.28)]
+>> endobj
+1860 0 obj <<
+/Names [(lstnumber.-59.29) 1106 0 R (lstnumber.-59.3) 1080 0 R (lstnumber.-59.30) 1107 0 R (lstnumber.-59.31) 1108 0 R (lstnumber.-59.4) 1081 0 R (lstnumber.-59.5) 1082 0 R]
+/Limits [(lstnumber.-59.29) (lstnumber.-59.5)]
+>> endobj
+1861 0 obj <<
+/Names [(lstnumber.-59.6) 1083 0 R (lstnumber.-59.7) 1084 0 R (lstnumber.-59.8) 1085 0 R (lstnumber.-59.9) 1086 0 R (lstnumber.-6.1) 525 0 R (lstnumber.-60.1) 1115 0 R]
+/Limits [(lstnumber.-59.6) (lstnumber.-60.1)]
+>> endobj
+1862 0 obj <<
+/Names [(lstnumber.-60.2) 1116 0 R (lstnumber.-61.1) 1118 0 R (lstnumber.-61.2) 1119 0 R (lstnumber.-62.1) 1121 0 R (lstnumber.-63.1) 1123 0 R (lstnumber.-64.1) 1140 0 R]
+/Limits [(lstnumber.-60.2) (lstnumber.-64.1)]
+>> endobj
+1863 0 obj <<
+/Names [(lstnumber.-64.10) 1149 0 R (lstnumber.-64.11) 1150 0 R (lstnumber.-64.12) 1151 0 R (lstnumber.-64.13) 1152 0 R (lstnumber.-64.14) 1153 0 R (lstnumber.-64.15) 1154 0 R]
+/Limits [(lstnumber.-64.10) (lstnumber.-64.15)]
+>> endobj
+1864 0 obj <<
+/Names [(lstnumber.-64.16) 1155 0 R (lstnumber.-64.17) 1156 0 R (lstnumber.-64.18) 1157 0 R (lstnumber.-64.19) 1158 0 R (lstnumber.-64.2) 1141 0 R (lstnumber.-64.20) 1159 0 R]
+/Limits [(lstnumber.-64.16) (lstnumber.-64.20)]
+>> endobj
+1865 0 obj <<
+/Names [(lstnumber.-64.21) 1160 0 R (lstnumber.-64.22) 1161 0 R (lstnumber.-64.23) 1162 0 R (lstnumber.-64.24) 1163 0 R (lstnumber.-64.3) 1142 0 R (lstnumber.-64.4) 1143 0 R]
+/Limits [(lstnumber.-64.21) (lstnumber.-64.4)]
+>> endobj
+1866 0 obj <<
+/Names [(lstnumber.-64.5) 1144 0 R (lstnumber.-64.6) 1145 0 R (lstnumber.-64.7) 1146 0 R (lstnumber.-64.8) 1147 0 R (lstnumber.-64.9) 1148 0 R (lstnumber.-65.1) 1130 0 R]
+/Limits [(lstnumber.-64.5) (lstnumber.-65.1)]
+>> endobj
+1867 0 obj <<
+/Names [(lstnumber.-65.2) 1131 0 R (lstnumber.-65.3) 1132 0 R (lstnumber.-65.4) 1133 0 R (lstnumber.-65.5) 1134 0 R (lstnumber.-65.6) 1135 0 R (lstnumber.-65.7) 1136 0 R]
+/Limits [(lstnumber.-65.2) (lstnumber.-65.7)]
+>> endobj
+1868 0 obj <<
+/Names [(lstnumber.-65.8) 1137 0 R (lstnumber.-66.1) 1171 0 R (lstnumber.-66.2) 1172 0 R (lstnumber.-66.3) 1173 0 R (lstnumber.-66.4) 1174 0 R (lstnumber.-66.5) 1175 0 R]
+/Limits [(lstnumber.-65.8) (lstnumber.-66.5)]
+>> endobj
+1869 0 obj <<
+/Names [(lstnumber.-66.6) 1176 0 R (lstnumber.-66.7) 1177 0 R (lstnumber.-66.8) 1178 0 R (lstnumber.-67.1) 1180 0 R (lstnumber.-68.1) 1182 0 R (lstnumber.-69.1) 1184 0 R]
+/Limits [(lstnumber.-66.6) (lstnumber.-69.1)]
+>> endobj
+1870 0 obj <<
+/Names [(lstnumber.-7.1) 527 0 R (lstnumber.-70.1) 1194 0 R (lstnumber.-70.2) 1195 0 R (lstnumber.-70.3) 1196 0 R (lstnumber.-71.1) 1198 0 R (lstnumber.-71.2) 1199 0 R]
+/Limits [(lstnumber.-7.1) (lstnumber.-71.2)]
+>> endobj
+1871 0 obj <<
+/Names [(lstnumber.-71.3) 1200 0 R (lstnumber.-72.1) 1225 0 R (lstnumber.-72.2) 1226 0 R (lstnumber.-72.3) 1227 0 R (lstnumber.-72.4) 1228 0 R (lstnumber.-72.5) 1229 0 R]
+/Limits [(lstnumber.-71.3) (lstnumber.-72.5)]
+>> endobj
+1872 0 obj <<
+/Names [(lstnumber.-73.1) 1231 0 R (lstnumber.-73.2) 1232 0 R (lstnumber.-73.3) 1233 0 R (lstnumber.-73.4) 1234 0 R (lstnumber.-73.5) 1235 0 R (lstnumber.-74.1) 1237 0 R]
+/Limits [(lstnumber.-73.1) (lstnumber.-74.1)]
+>> endobj
+1873 0 obj <<
+/Names [(lstnumber.-74.2) 1238 0 R (lstnumber.-74.3) 1239 0 R (lstnumber.-74.4) 1240 0 R (lstnumber.-74.5) 1241 0 R (lstnumber.-75.1) 1248 0 R (lstnumber.-75.2) 1249 0 R]
+/Limits [(lstnumber.-74.2) (lstnumber.-75.2)]
+>> endobj
+1874 0 obj <<
+/Names [(lstnumber.-75.3) 1250 0 R (lstnumber.-75.4) 1251 0 R (lstnumber.-75.5) 1252 0 R (lstnumber.-76.1) 1254 0 R (lstnumber.-76.2) 1255 0 R (lstnumber.-76.3) 1256 0 R]
+/Limits [(lstnumber.-75.3) (lstnumber.-76.3)]
+>> endobj
+1875 0 obj <<
+/Names [(lstnumber.-76.4) 1257 0 R (lstnumber.-76.5) 1258 0 R (lstnumber.-77.1) 1260 0 R (lstnumber.-77.10) 1273 0 R (lstnumber.-77.11) 1274 0 R (lstnumber.-77.2) 1261 0 R]
+/Limits [(lstnumber.-76.4) (lstnumber.-77.2)]
+>> endobj
+1876 0 obj <<
+/Names [(lstnumber.-77.3) 1262 0 R (lstnumber.-77.4) 1263 0 R (lstnumber.-77.5) 1264 0 R (lstnumber.-77.6) 1265 0 R (lstnumber.-77.7) 1266 0 R (lstnumber.-77.8) 1267 0 R]
+/Limits [(lstnumber.-77.3) (lstnumber.-77.8)]
+>> endobj
+1877 0 obj <<
+/Names [(lstnumber.-77.9) 1272 0 R (lstnumber.-78.1) 1276 0 R (lstnumber.-78.2) 1277 0 R (lstnumber.-78.3) 1278 0 R (lstnumber.-79.1) 1284 0 R (lstnumber.-79.10) 1293 0 R]
+/Limits [(lstnumber.-77.9) (lstnumber.-79.10)]
+>> endobj
+1878 0 obj <<
+/Names [(lstnumber.-79.11) 1294 0 R (lstnumber.-79.12) 1295 0 R (lstnumber.-79.13) 1296 0 R (lstnumber.-79.14) 1297 0 R (lstnumber.-79.15) 1298 0 R (lstnumber.-79.16) 1299 0 R]
+/Limits [(lstnumber.-79.11) (lstnumber.-79.16)]
+>> endobj
+1879 0 obj <<
+/Names [(lstnumber.-79.17) 1300 0 R (lstnumber.-79.18) 1301 0 R (lstnumber.-79.19) 1302 0 R (lstnumber.-79.2) 1285 0 R (lstnumber.-79.20) 1303 0 R (lstnumber.-79.21) 1304 0 R]
+/Limits [(lstnumber.-79.17) (lstnumber.-79.21)]
+>> endobj
+1880 0 obj <<
+/Names [(lstnumber.-79.22) 1305 0 R (lstnumber.-79.23) 1306 0 R (lstnumber.-79.24) 1307 0 R (lstnumber.-79.3) 1286 0 R (lstnumber.-79.4) 1287 0 R (lstnumber.-79.5) 1288 0 R]
+/Limits [(lstnumber.-79.22) (lstnumber.-79.5)]
+>> endobj
+1881 0 obj <<
+/Names [(lstnumber.-79.6) 1289 0 R (lstnumber.-79.7) 1290 0 R (lstnumber.-79.8) 1291 0 R (lstnumber.-79.9) 1292 0 R (lstnumber.-8.1) 537 0 R (lstnumber.-8.2) 538 0 R]
+/Limits [(lstnumber.-79.6) (lstnumber.-8.2)]
+>> endobj
+1882 0 obj <<
+/Names [(lstnumber.-8.3) 540 0 R (lstnumber.-8.4) 541 0 R (lstnumber.-80.1) 1315 0 R (lstnumber.-80.10) 1324 0 R (lstnumber.-80.11) 1325 0 R (lstnumber.-80.12) 1326 0 R]
+/Limits [(lstnumber.-8.3) (lstnumber.-80.12)]
+>> endobj
+1883 0 obj <<
+/Names [(lstnumber.-80.13) 1327 0 R (lstnumber.-80.14) 1328 0 R (lstnumber.-80.15) 1329 0 R (lstnumber.-80.16) 1330 0 R (lstnumber.-80.17) 1331 0 R (lstnumber.-80.18) 1332 0 R]
+/Limits [(lstnumber.-80.13) (lstnumber.-80.18)]
+>> endobj
+1884 0 obj <<
+/Names [(lstnumber.-80.19) 1333 0 R (lstnumber.-80.2) 1316 0 R (lstnumber.-80.20) 1334 0 R (lstnumber.-80.21) 1335 0 R (lstnumber.-80.22) 1336 0 R (lstnumber.-80.23) 1337 0 R]
+/Limits [(lstnumber.-80.19) (lstnumber.-80.23)]
+>> endobj
+1885 0 obj <<
+/Names [(lstnumber.-80.24) 1338 0 R (lstnumber.-80.25) 1339 0 R (lstnumber.-80.3) 1317 0 R (lstnumber.-80.4) 1318 0 R (lstnumber.-80.5) 1319 0 R (lstnumber.-80.6) 1320 0 R]
+/Limits [(lstnumber.-80.24) (lstnumber.-80.6)]
+>> endobj
+1886 0 obj <<
+/Names [(lstnumber.-80.7) 1321 0 R (lstnumber.-80.8) 1322 0 R (lstnumber.-80.9) 1323 0 R (lstnumber.-81.1) 1345 0 R (lstnumber.-81.10) 1354 0 R (lstnumber.-81.11) 1355 0 R]
+/Limits [(lstnumber.-80.7) (lstnumber.-81.11)]
+>> endobj
+1887 0 obj <<
+/Names [(lstnumber.-81.12) 1356 0 R (lstnumber.-81.13) 1357 0 R (lstnumber.-81.14) 1358 0 R (lstnumber.-81.15) 1359 0 R (lstnumber.-81.16) 1360 0 R (lstnumber.-81.17) 1361 0 R]
+/Limits [(lstnumber.-81.12) (lstnumber.-81.17)]
+>> endobj
+1888 0 obj <<
+/Names [(lstnumber.-81.18) 1362 0 R (lstnumber.-81.19) 1363 0 R (lstnumber.-81.2) 1346 0 R (lstnumber.-81.20) 1364 0 R (lstnumber.-81.21) 1365 0 R (lstnumber.-81.22) 1366 0 R]
+/Limits [(lstnumber.-81.18) (lstnumber.-81.22)]
+>> endobj
+1889 0 obj <<
+/Names [(lstnumber.-81.23) 1367 0 R (lstnumber.-81.24) 1368 0 R (lstnumber.-81.25) 1369 0 R (lstnumber.-81.3) 1347 0 R (lstnumber.-81.4) 1348 0 R (lstnumber.-81.5) 1349 0 R]
+/Limits [(lstnumber.-81.23) (lstnumber.-81.5)]
+>> endobj
+1890 0 obj <<
+/Names [(lstnumber.-81.6) 1350 0 R (lstnumber.-81.7) 1351 0 R (lstnumber.-81.8) 1352 0 R (lstnumber.-81.9) 1353 0 R (lstnumber.-82.1) 1375 0 R (lstnumber.-82.10) 1384 0 R]
+/Limits [(lstnumber.-81.6) (lstnumber.-82.10)]
+>> endobj
+1891 0 obj <<
+/Names [(lstnumber.-82.11) 1385 0 R (lstnumber.-82.12) 1386 0 R (lstnumber.-82.13) 1387 0 R (lstnumber.-82.14) 1388 0 R (lstnumber.-82.15) 1389 0 R (lstnumber.-82.16) 1390 0 R]
+/Limits [(lstnumber.-82.11) (lstnumber.-82.16)]
+>> endobj
+1892 0 obj <<
+/Names [(lstnumber.-82.17) 1391 0 R (lstnumber.-82.18) 1392 0 R (lstnumber.-82.19) 1393 0 R (lstnumber.-82.2) 1376 0 R (lstnumber.-82.20) 1394 0 R (lstnumber.-82.21) 1395 0 R]
+/Limits [(lstnumber.-82.17) (lstnumber.-82.21)]
+>> endobj
+1893 0 obj <<
+/Names [(lstnumber.-82.22) 1396 0 R (lstnumber.-82.23) 1397 0 R (lstnumber.-82.24) 1398 0 R (lstnumber.-82.25) 1399 0 R (lstnumber.-82.3) 1377 0 R (lstnumber.-82.4) 1378 0 R]
+/Limits [(lstnumber.-82.22) (lstnumber.-82.4)]
+>> endobj
+1894 0 obj <<
+/Names [(lstnumber.-82.5) 1379 0 R (lstnumber.-82.6) 1380 0 R (lstnumber.-82.7) 1381 0 R (lstnumber.-82.8) 1382 0 R (lstnumber.-82.9) 1383 0 R (lstnumber.-83.1) 1405 0 R]
+/Limits [(lstnumber.-82.5) (lstnumber.-83.1)]
+>> endobj
+1895 0 obj <<
+/Names [(lstnumber.-83.10) 1414 0 R (lstnumber.-83.11) 1415 0 R (lstnumber.-83.12) 1416 0 R (lstnumber.-83.13) 1417 0 R (lstnumber.-83.14) 1418 0 R (lstnumber.-83.15) 1419 0 R]
+/Limits [(lstnumber.-83.10) (lstnumber.-83.15)]
+>> endobj
+1896 0 obj <<
+/Names [(lstnumber.-83.16) 1420 0 R (lstnumber.-83.17) 1421 0 R (lstnumber.-83.18) 1422 0 R (lstnumber.-83.19) 1423 0 R (lstnumber.-83.2) 1406 0 R (lstnumber.-83.20) 1424 0 R]
+/Limits [(lstnumber.-83.16) (lstnumber.-83.20)]
+>> endobj
+1897 0 obj <<
+/Names [(lstnumber.-83.21) 1425 0 R (lstnumber.-83.22) 1426 0 R (lstnumber.-83.23) 1427 0 R (lstnumber.-83.3) 1407 0 R (lstnumber.-83.4) 1408 0 R (lstnumber.-83.5) 1409 0 R]
+/Limits [(lstnumber.-83.21) (lstnumber.-83.5)]
+>> endobj
+1898 0 obj <<
+/Names [(lstnumber.-83.6) 1410 0 R (lstnumber.-83.7) 1411 0 R (lstnumber.-83.8) 1412 0 R (lstnumber.-83.9) 1413 0 R (lstnumber.-84.1) 1433 0 R (lstnumber.-84.10) 1442 0 R]
+/Limits [(lstnumber.-83.6) (lstnumber.-84.10)]
+>> endobj
+1899 0 obj <<
+/Names [(lstnumber.-84.11) 1443 0 R (lstnumber.-84.12) 1444 0 R (lstnumber.-84.2) 1434 0 R (lstnumber.-84.3) 1435 0 R (lstnumber.-84.4) 1436 0 R (lstnumber.-84.5) 1437 0 R]
+/Limits [(lstnumber.-84.11) (lstnumber.-84.5)]
+>> endobj
+1900 0 obj <<
+/Names [(lstnumber.-84.6) 1438 0 R (lstnumber.-84.7) 1439 0 R (lstnumber.-84.8) 1440 0 R (lstnumber.-84.9) 1441 0 R (lstnumber.-85.1) 1451 0 R (lstnumber.-85.2) 1452 0 R]
+/Limits [(lstnumber.-84.6) (lstnumber.-85.2)]
+>> endobj
+1901 0 obj <<
+/Names [(lstnumber.-85.3) 1453 0 R (lstnumber.-85.4) 1454 0 R (lstnumber.-85.5) 1455 0 R (lstnumber.-85.6) 1456 0 R (lstnumber.-85.7) 1457 0 R (lstnumber.-85.8) 1458 0 R]
+/Limits [(lstnumber.-85.3) (lstnumber.-85.8)]
+>> endobj
+1902 0 obj <<
+/Names [(lstnumber.-85.9) 1459 0 R (lstnumber.-86.1) 1461 0 R (lstnumber.-86.10) 1470 0 R (lstnumber.-86.11) 1471 0 R (lstnumber.-86.12) 1472 0 R (lstnumber.-86.13) 1473 0 R]
+/Limits [(lstnumber.-85.9) (lstnumber.-86.13)]
+>> endobj
+1903 0 obj <<
+/Names [(lstnumber.-86.14) 1474 0 R (lstnumber.-86.15) 1475 0 R (lstnumber.-86.16) 1476 0 R (lstnumber.-86.2) 1462 0 R (lstnumber.-86.3) 1463 0 R (lstnumber.-86.4) 1464 0 R]
+/Limits [(lstnumber.-86.14) (lstnumber.-86.4)]
+>> endobj
+1904 0 obj <<
+/Names [(lstnumber.-86.5) 1465 0 R (lstnumber.-86.6) 1466 0 R (lstnumber.-86.7) 1467 0 R (lstnumber.-86.8) 1468 0 R (lstnumber.-86.9) 1469 0 R (lstnumber.-87.1) 1483 0 R]
+/Limits [(lstnumber.-86.5) (lstnumber.-87.1)]
+>> endobj
+1905 0 obj <<
+/Names [(lstnumber.-87.10) 1492 0 R (lstnumber.-87.2) 1484 0 R (lstnumber.-87.3) 1485 0 R (lstnumber.-87.4) 1486 0 R (lstnumber.-87.5) 1487 0 R (lstnumber.-87.6) 1488 0 R]
+/Limits [(lstnumber.-87.10) (lstnumber.-87.6)]
+>> endobj
+1906 0 obj <<
+/Names [(lstnumber.-87.7) 1489 0 R (lstnumber.-87.8) 1490 0 R (lstnumber.-87.9) 1491 0 R (lstnumber.-88.1) 1498 0 R (lstnumber.-88.2) 1499 0 R (lstnumber.-88.3) 1500 0 R]
+/Limits [(lstnumber.-87.7) (lstnumber.-88.3)]
+>> endobj
+1907 0 obj <<
+/Names [(lstnumber.-88.4) 1501 0 R (lstnumber.-88.5) 1502 0 R (lstnumber.-88.6) 1503 0 R (lstnumber.-88.7) 1504 0 R (lstnumber.-88.8) 1505 0 R (lstnumber.-88.9) 1506 0 R]
+/Limits [(lstnumber.-88.4) (lstnumber.-88.9)]
+>> endobj
+1908 0 obj <<
+/Names [(lstnumber.-89.1) 1508 0 R (lstnumber.-89.10) 1517 0 R (lstnumber.-89.11) 1518 0 R (lstnumber.-89.12) 1519 0 R (lstnumber.-89.13) 1520 0 R (lstnumber.-89.14) 1521 0 R]
+/Limits [(lstnumber.-89.1) (lstnumber.-89.14)]
+>> endobj
+1909 0 obj <<
+/Names [(lstnumber.-89.15) 1522 0 R (lstnumber.-89.16) 1523 0 R (lstnumber.-89.17) 1528 0 R (lstnumber.-89.18) 1529 0 R (lstnumber.-89.19) 1530 0 R (lstnumber.-89.2) 1509 0 R]
+/Limits [(lstnumber.-89.15) (lstnumber.-89.2)]
+>> endobj
+1910 0 obj <<
+/Names [(lstnumber.-89.20) 1531 0 R (lstnumber.-89.21) 1532 0 R (lstnumber.-89.22) 1533 0 R (lstnumber.-89.23) 1534 0 R (lstnumber.-89.24) 1535 0 R (lstnumber.-89.25) 1536 0 R]
+/Limits [(lstnumber.-89.20) (lstnumber.-89.25)]
+>> endobj
+1911 0 obj <<
+/Names [(lstnumber.-89.26) 1537 0 R (lstnumber.-89.27) 1538 0 R (lstnumber.-89.28) 1539 0 R (lstnumber.-89.3) 1510 0 R (lstnumber.-89.4) 1511 0 R (lstnumber.-89.5) 1512 0 R]
+/Limits [(lstnumber.-89.26) (lstnumber.-89.5)]
+>> endobj
+1912 0 obj <<
+/Names [(lstnumber.-89.6) 1513 0 R (lstnumber.-89.7) 1514 0 R (lstnumber.-89.8) 1515 0 R (lstnumber.-89.9) 1516 0 R (lstnumber.-9.1) 543 0 R (lstnumber.-9.10) 552 0 R]
+/Limits [(lstnumber.-89.6) (lstnumber.-9.10)]
+>> endobj
+1913 0 obj <<
+/Names [(lstnumber.-9.11) 553 0 R (lstnumber.-9.12) 554 0 R (lstnumber.-9.13) 555 0 R (lstnumber.-9.14) 556 0 R (lstnumber.-9.15) 557 0 R (lstnumber.-9.16) 558 0 R]
+/Limits [(lstnumber.-9.11) (lstnumber.-9.16)]
+>> endobj
+1914 0 obj <<
+/Names [(lstnumber.-9.2) 544 0 R (lstnumber.-9.3) 545 0 R (lstnumber.-9.4) 546 0 R (lstnumber.-9.5) 547 0 R (lstnumber.-9.6) 548 0 R (lstnumber.-9.7) 549 0 R]
+/Limits [(lstnumber.-9.2) (lstnumber.-9.7)]
+>> endobj
+1915 0 obj <<
+/Names [(lstnumber.-9.8) 550 0 R (lstnumber.-9.9) 551 0 R (lstnumber.-90.1) 1541 0 R (lstnumber.-90.10) 1550 0 R (lstnumber.-90.11) 1551 0 R (lstnumber.-90.12) 1552 0 R]
+/Limits [(lstnumber.-9.8) (lstnumber.-90.12)]
+>> endobj
+1916 0 obj <<
+/Names [(lstnumber.-90.13) 1553 0 R (lstnumber.-90.14) 1559 0 R (lstnumber.-90.15) 1560 0 R (lstnumber.-90.16) 1561 0 R (lstnumber.-90.17) 1562 0 R (lstnumber.-90.18) 1563 0 R]
+/Limits [(lstnumber.-90.13) (lstnumber.-90.18)]
+>> endobj
+1917 0 obj <<
+/Names [(lstnumber.-90.19) 1564 0 R (lstnumber.-90.2) 1542 0 R (lstnumber.-90.20) 1565 0 R (lstnumber.-90.21) 1566 0 R (lstnumber.-90.22) 1567 0 R (lstnumber.-90.23) 1568 0 R]
+/Limits [(lstnumber.-90.19) (lstnumber.-90.23)]
+>> endobj
+1918 0 obj <<
+/Names [(lstnumber.-90.24) 1569 0 R (lstnumber.-90.3) 1543 0 R (lstnumber.-90.4) 1544 0 R (lstnumber.-90.5) 1545 0 R (lstnumber.-90.6) 1546 0 R (lstnumber.-90.7) 1547 0 R]
+/Limits [(lstnumber.-90.24) (lstnumber.-90.7)]
+>> endobj
+1919 0 obj <<
+/Names [(lstnumber.-90.8) 1548 0 R (lstnumber.-90.9) 1549 0 R (lstnumber.-91.1) 1571 0 R (lstnumber.-91.10) 1590 0 R (lstnumber.-91.11) 1591 0 R (lstnumber.-91.12) 1592 0 R]
+/Limits [(lstnumber.-90.8) (lstnumber.-91.12)]
+>> endobj
+1920 0 obj <<
+/Names [(lstnumber.-91.13) 1593 0 R (lstnumber.-91.14) 1594 0 R (lstnumber.-91.15) 1595 0 R (lstnumber.-91.16) 1596 0 R (lstnumber.-91.17) 1597 0 R (lstnumber.-91.18) 1598 0 R]
+/Limits [(lstnumber.-91.13) (lstnumber.-91.18)]
+>> endobj
+1921 0 obj <<
+/Names [(lstnumber.-91.19) 1599 0 R (lstnumber.-91.2) 1572 0 R (lstnumber.-91.20) 1600 0 R (lstnumber.-91.21) 1601 0 R (lstnumber.-91.22) 1602 0 R (lstnumber.-91.23) 1603 0 R]
+/Limits [(lstnumber.-91.19) (lstnumber.-91.23)]
+>> endobj
+1922 0 obj <<
+/Names [(lstnumber.-91.24) 1604 0 R (lstnumber.-91.25) 1605 0 R (lstnumber.-91.26) 1606 0 R (lstnumber.-91.27) 1607 0 R (lstnumber.-91.28) 1608 0 R (lstnumber.-91.29) 1609 0 R]
+/Limits [(lstnumber.-91.24) (lstnumber.-91.29)]
+>> endobj
+1923 0 obj <<
+/Names [(lstnumber.-91.3) 1573 0 R (lstnumber.-91.30) 1610 0 R (lstnumber.-91.31) 1611 0 R (lstnumber.-91.32) 1612 0 R (lstnumber.-91.33) 1613 0 R (lstnumber.-91.34) 1614 0 R]
+/Limits [(lstnumber.-91.3) (lstnumber.-91.34)]
+>> endobj
+1924 0 obj <<
+/Names [(lstnumber.-91.35) 1615 0 R (lstnumber.-91.36) 1616 0 R (lstnumber.-91.37) 1617 0 R (lstnumber.-91.38) 1618 0 R (lstnumber.-91.39) 1619 0 R (lstnumber.-91.4) 1574 0 R]
+/Limits [(lstnumber.-91.35) (lstnumber.-91.4)]
+>> endobj
+1925 0 obj <<
+/Names [(lstnumber.-91.40) 1620 0 R (lstnumber.-91.41) 1621 0 R (lstnumber.-91.42) 1622 0 R (lstnumber.-91.43) 1623 0 R (lstnumber.-91.44) 1624 0 R (lstnumber.-91.45) 1625 0 R]
+/Limits [(lstnumber.-91.40) (lstnumber.-91.45)]
+>> endobj
+1926 0 obj <<
+/Names [(lstnumber.-91.46) 1626 0 R (lstnumber.-91.47) 1627 0 R (lstnumber.-91.48) 1628 0 R (lstnumber.-91.49) 1629 0 R (lstnumber.-91.5) 1575 0 R (lstnumber.-91.50) 1630 0 R]
+/Limits [(lstnumber.-91.46) (lstnumber.-91.50)]
+>> endobj
+1927 0 obj <<
+/Names [(lstnumber.-91.51) 1631 0 R (lstnumber.-91.52) 1632 0 R (lstnumber.-91.53) 1633 0 R (lstnumber.-91.54) 1634 0 R (lstnumber.-91.55) 1635 0 R (lstnumber.-91.56) 1643 0 R]
+/Limits [(lstnumber.-91.51) (lstnumber.-91.56)]
+>> endobj
+1928 0 obj <<
+/Names [(lstnumber.-91.57) 1644 0 R (lstnumber.-91.58) 1645 0 R (lstnumber.-91.6) 1576 0 R (lstnumber.-91.7) 1577 0 R (lstnumber.-91.8) 1578 0 R (lstnumber.-91.9) 1589 0 R]
+/Limits [(lstnumber.-91.57) (lstnumber.-91.9)]
+>> endobj
+1929 0 obj <<
+/Names [(lstnumber.-92.1) 1647 0 R (lstnumber.-92.10) 1656 0 R (lstnumber.-92.11) 1657 0 R (lstnumber.-92.12) 1658 0 R (lstnumber.-92.13) 1659 0 R (lstnumber.-92.14) 1660 0 R]
+/Limits [(lstnumber.-92.1) (lstnumber.-92.14)]
+>> endobj
+1930 0 obj <<
+/Names [(lstnumber.-92.15) 1661 0 R (lstnumber.-92.16) 1662 0 R (lstnumber.-92.17) 1663 0 R (lstnumber.-92.18) 1664 0 R (lstnumber.-92.19) 1665 0 R (lstnumber.-92.2) 1648 0 R]
+/Limits [(lstnumber.-92.15) (lstnumber.-92.2)]
+>> endobj
+1931 0 obj <<
+/Names [(lstnumber.-92.3) 1649 0 R (lstnumber.-92.4) 1650 0 R (lstnumber.-92.5) 1651 0 R (lstnumber.-92.6) 1652 0 R (lstnumber.-92.7) 1653 0 R (lstnumber.-92.8) 1654 0 R]
+/Limits [(lstnumber.-92.3) (lstnumber.-92.8)]
+>> endobj
+1932 0 obj <<
+/Names [(lstnumber.-92.9) 1655 0 R (lstnumber.-93.1) 1679 0 R (lstnumber.-94.1) 1681 0 R (lstnumber.-95.1) 1683 0 R (lstnumber.-95.2) 1684 0 R (page.1) 388 0 R]
+/Limits [(lstnumber.-92.9) (page.1)]
+>> endobj
+1933 0 obj <<
+/Names [(page.10) 628 0 R (page.11) 669 0 R (page.12) 698 0 R (page.13) 738 0 R (page.14) 776 0 R (page.15) 786 0 R]
+/Limits [(page.10) (page.15)]
+>> endobj
+1934 0 obj <<
+/Names [(page.16) 807 0 R (page.17) 829 0 R (page.18) 842 0 R (page.19) 877 0 R (page.2) 451 0 R (page.20) 895 0 R]
+/Limits [(page.16) (page.20)]
+>> endobj
+1935 0 obj <<
+/Names [(page.21) 923 0 R (page.22) 945 0 R (page.23) 978 0 R (page.24) 1010 0 R (page.25) 1037 0 R (page.26) 1063 0 R]
+/Limits [(page.21) (page.26)]
+>> endobj
+1936 0 obj <<
+/Names [(page.27) 1076 0 R (page.28) 1112 0 R (page.29) 1128 0 R (page.3) 478 0 R (page.30) 1168 0 R (page.31) 1192 0 R]
+/Limits [(page.27) (page.31)]
+>> endobj
+1937 0 obj <<
+/Names [(page.32) 1207 0 R (page.33) 1215 0 R (page.34) 1223 0 R (page.35) 1246 0 R (page.36) 1271 0 R (page.37) 1282 0 R]
+/Limits [(page.32) (page.37)]
+>> endobj
+1938 0 obj <<
+/Names [(page.38) 1312 0 R (page.39) 1343 0 R (page.4) 490 0 R (page.40) 1373 0 R (page.41) 1403 0 R (page.42) 1431 0 R]
+/Limits [(page.38) (page.42)]
+>> endobj
+1939 0 obj <<
+/Names [(page.43) 1449 0 R (page.44) 1481 0 R (page.45) 1496 0 R (page.46) 1527 0 R (page.47) 1558 0 R (page.48) 1583 0 R]
+/Limits [(page.43) (page.48)]
+>> endobj
+1940 0 obj <<
+/Names [(page.49) 1588 0 R (page.5) 522 0 R (page.50) 1641 0 R (page.51) 1669 0 R (page.52) 1676 0 R (page.6) 535 0 R]
+/Limits [(page.49) (page.6)]
+>> endobj
+1941 0 obj <<
+/Names [(page.7) 564 0 R (page.8) 597 0 R (page.9) 623 0 R (section*.1) 397 0 R (section*.2) 904 0 R (section*.3) 989 0 R]
+/Limits [(page.7) (section*.3)]
+>> endobj
+1942 0 obj <<
+/Names [(section*.4) 1113 0 R (section*.5) 1685 0 R (section.1) 6 0 R (section.2) 10 0 R (section.3) 14 0 R (section.4) 50 0 R]
+/Limits [(section*.4) (section.4)]
+>> endobj
+1943 0 obj <<
+/Names [(section.5) 74 0 R (section.6) 266 0 R (section.7) 346 0 R (subsection.3.1) 18 0 R (subsection.3.2) 22 0 R (subsection.3.3) 26 0 R]
+/Limits [(section.5) (subsection.3.3)]
+>> endobj
+1944 0 obj <<
+/Names [(subsection.3.4) 30 0 R (subsection.3.5) 34 0 R (subsection.3.6) 38 0 R (subsection.3.7) 42 0 R (subsection.3.8) 46 0 R (subsection.4.1) 54 0 R]
+/Limits [(subsection.3.4) (subsection.4.1)]
+>> endobj
+1945 0 obj <<
+/Names [(subsection.4.2) 58 0 R (subsection.4.3) 62 0 R (subsection.4.4) 66 0 R (subsection.4.5) 70 0 R (subsection.5.1) 78 0 R (subsection.5.10) 126 0 R]
+/Limits [(subsection.4.2) (subsection.5.10)]
+>> endobj
+1946 0 obj <<
+/Names [(subsection.5.11) 130 0 R (subsection.5.12) 134 0 R (subsection.5.13) 138 0 R (subsection.5.14) 142 0 R (subsection.5.15) 258 0 R (subsection.5.16) 262 0 R]
+/Limits [(subsection.5.11) (subsection.5.16)]
+>> endobj
+1947 0 obj <<
+/Names [(subsection.5.2) 82 0 R (subsection.5.3) 94 0 R (subsection.5.4) 98 0 R (subsection.5.5) 102 0 R (subsection.5.6) 106 0 R (subsection.5.7) 110 0 R]
+/Limits [(subsection.5.2) (subsection.5.7)]
+>> endobj
+1948 0 obj <<
+/Names [(subsection.5.8) 114 0 R (subsection.5.9) 122 0 R (subsection.6.1) 270 0 R (subsection.6.2) 294 0 R (subsection.6.3) 298 0 R (subsection.6.4) 310 0 R]
+/Limits [(subsection.5.8) (subsection.6.4)]
+>> endobj
+1949 0 obj <<
+/Names [(subsection.6.5) 322 0 R (subsection.6.6) 334 0 R (subsection.6.7) 338 0 R (subsection.6.8) 342 0 R (subsection.7.1) 350 0 R (subsection.7.2) 354 0 R]
+/Limits [(subsection.6.5) (subsection.7.2)]
+>> endobj
+1950 0 obj <<
+/Names [(subsection.7.3) 358 0 R (subsubsection.5.14.1) 146 0 R (subsubsection.5.14.10) 182 0 R (subsubsection.5.14.11) 186 0 R (subsubsection.5.14.12) 190 0 R (subsubsection.5.14.13) 194 0 R]
+/Limits [(subsection.7.3) (subsubsection.5.14.13)]
+>> endobj
+1951 0 obj <<
+/Names [(subsubsection.5.14.14) 198 0 R (subsubsection.5.14.15) 202 0 R (subsubsection.5.14.16) 206 0 R (subsubsection.5.14.17) 210 0 R (subsubsection.5.14.18) 214 0 R (subsubsection.5.14.19) 218 0 R]
+/Limits [(subsubsection.5.14.14) (subsubsection.5.14.19)]
+>> endobj
+1952 0 obj <<
+/Names [(subsubsection.5.14.2) 150 0 R (subsubsection.5.14.20) 222 0 R (subsubsection.5.14.21) 226 0 R (subsubsection.5.14.22) 230 0 R (subsubsection.5.14.23) 234 0 R (subsubsection.5.14.24) 238 0 R]
+/Limits [(subsubsection.5.14.2) (subsubsection.5.14.24)]
+>> endobj
+1953 0 obj <<
+/Names [(subsubsection.5.14.25) 242 0 R (subsubsection.5.14.26) 246 0 R (subsubsection.5.14.27) 250 0 R (subsubsection.5.14.28) 254 0 R (subsubsection.5.14.3) 154 0 R (subsubsection.5.14.4) 158 0 R]
+/Limits [(subsubsection.5.14.25) (subsubsection.5.14.4)]
+>> endobj
+1954 0 obj <<
+/Names [(subsubsection.5.14.5) 162 0 R (subsubsection.5.14.6) 166 0 R (subsubsection.5.14.7) 170 0 R (subsubsection.5.14.8) 174 0 R (subsubsection.5.14.9) 178 0 R (subsubsection.5.2.1) 86 0 R]
+/Limits [(subsubsection.5.14.5) (subsubsection.5.2.1)]
+>> endobj
+1955 0 obj <<
+/Names [(subsubsection.5.2.2) 90 0 R (subsubsection.5.8.1) 118 0 R (subsubsection.6.1.1) 274 0 R (subsubsection.6.1.2) 278 0 R (subsubsection.6.1.3) 282 0 R (subsubsection.6.1.4) 286 0 R]
+/Limits [(subsubsection.5.2.2) (subsubsection.6.1.4)]
+>> endobj
+1956 0 obj <<
+/Names [(subsubsection.6.1.5) 290 0 R (subsubsection.6.3.1) 302 0 R (subsubsection.6.3.2) 306 0 R (subsubsection.6.4.1) 314 0 R (subsubsection.6.4.2) 318 0 R (subsubsection.6.5.1) 326 0 R]
+/Limits [(subsubsection.6.1.5) (subsubsection.6.5.1)]
+>> endobj
+1957 0 obj <<
+/Names [(subsubsection.6.5.2) 330 0 R]
+/Limits [(subsubsection.6.5.2) (subsubsection.6.5.2)]
+>> endobj
+1958 0 obj <<
+/Kids [1776 0 R 1777 0 R 1778 0 R 1779 0 R 1780 0 R 1781 0 R]
+/Limits [(Doc-Start) (Item.4)]
+>> endobj
+1959 0 obj <<
+/Kids [1782 0 R 1783 0 R 1784 0 R 1785 0 R 1786 0 R 1787 0 R]
+/Limits [(Item.5) (lstlisting.-23)]
+>> endobj
+1960 0 obj <<
+/Kids [1788 0 R 1789 0 R 1790 0 R 1791 0 R 1792 0 R 1793 0 R]
+/Limits [(lstlisting.-24) (lstlisting.-56)]
+>> endobj
+1961 0 obj <<
+/Kids [1794 0 R 1795 0 R 1796 0 R 1797 0 R 1798 0 R 1799 0 R]
+/Limits [(lstlisting.-57) (lstlisting.-89)]
+>> endobj
+1962 0 obj <<
+/Kids [1800 0 R 1801 0 R 1802 0 R 1803 0 R 1804 0 R 1805 0 R]
+/Limits [(lstlisting.-9) (lstnumber.-11.10)]
+>> endobj
+1963 0 obj <<
+/Kids [1806 0 R 1807 0 R 1808 0 R 1809 0 R 1810 0 R 1811 0 R]
+/Limits [(lstnumber.-11.11) (lstnumber.-12.4)]
+>> endobj
+1964 0 obj <<
+/Kids [1812 0 R 1813 0 R 1814 0 R 1815 0 R 1816 0 R 1817 0 R]
+/Limits [(lstnumber.-12.5) (lstnumber.-15.22)]
+>> endobj
+1965 0 obj <<
+/Kids [1818 0 R 1819 0 R 1820 0 R 1821 0 R 1822 0 R 1823 0 R]
+/Limits [(lstnumber.-15.23) (lstnumber.-15.55)]
+>> endobj
+1966 0 obj <<
+/Kids [1824 0 R 1825 0 R 1826 0 R 1827 0 R 1828 0 R 1829 0 R]
+/Limits [(lstnumber.-15.56) (lstnumber.-23.5)]
+>> endobj
+1967 0 obj <<
+/Kids [1830 0 R 1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R]
+/Limits [(lstnumber.-24.1) (lstnumber.-33.1)]
+>> endobj
+1968 0 obj <<
+/Kids [1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R]
+/Limits [(lstnumber.-33.2) (lstnumber.-39.1)]
+>> endobj
+1969 0 obj <<
+/Kids [1842 0 R 1843 0 R 1844 0 R 1845 0 R 1846 0 R 1847 0 R]
+/Limits [(lstnumber.-39.2) (lstnumber.-44.1)]
+>> endobj
+1970 0 obj <<
+/Kids [1848 0 R 1849 0 R 1850 0 R 1851 0 R 1852 0 R 1853 0 R]
+/Limits [(lstnumber.-44.2) (lstnumber.-54.5)]
+>> endobj
+1971 0 obj <<
+/Kids [1854 0 R 1855 0 R 1856 0 R 1857 0 R 1858 0 R 1859 0 R]
+/Limits [(lstnumber.-54.6) (lstnumber.-59.28)]
+>> endobj
+1972 0 obj <<
+/Kids [1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R]
+/Limits [(lstnumber.-59.29) (lstnumber.-64.4)]
+>> endobj
+1973 0 obj <<
+/Kids [1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R]
+/Limits [(lstnumber.-64.5) (lstnumber.-72.5)]
+>> endobj
+1974 0 obj <<
+/Kids [1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R]
+/Limits [(lstnumber.-73.1) (lstnumber.-79.10)]
+>> endobj
+1975 0 obj <<
+/Kids [1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R 1883 0 R]
+/Limits [(lstnumber.-79.11) (lstnumber.-80.18)]
+>> endobj
+1976 0 obj <<
+/Kids [1884 0 R 1885 0 R 1886 0 R 1887 0 R 1888 0 R 1889 0 R]
+/Limits [(lstnumber.-80.19) (lstnumber.-81.5)]
+>> endobj
+1977 0 obj <<
+/Kids [1890 0 R 1891 0 R 1892 0 R 1893 0 R 1894 0 R 1895 0 R]
+/Limits [(lstnumber.-81.6) (lstnumber.-83.15)]
+>> endobj
+1978 0 obj <<
+/Kids [1896 0 R 1897 0 R 1898 0 R 1899 0 R 1900 0 R 1901 0 R]
+/Limits [(lstnumber.-83.16) (lstnumber.-85.8)]
+>> endobj
+1979 0 obj <<
+/Kids [1902 0 R 1903 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R]
+/Limits [(lstnumber.-85.9) (lstnumber.-88.9)]
+>> endobj
+1980 0 obj <<
+/Kids [1908 0 R 1909 0 R 1910 0 R 1911 0 R 1912 0 R 1913 0 R]
+/Limits [(lstnumber.-89.1) (lstnumber.-9.16)]
+>> endobj
+1981 0 obj <<
+/Kids [1914 0 R 1915 0 R 1916 0 R 1917 0 R 1918 0 R 1919 0 R]
+/Limits [(lstnumber.-9.2) (lstnumber.-91.12)]
+>> endobj
+1982 0 obj <<
+/Kids [1920 0 R 1921 0 R 1922 0 R 1923 0 R 1924 0 R 1925 0 R]
+/Limits [(lstnumber.-91.13) (lstnumber.-91.45)]
+>> endobj
+1983 0 obj <<
+/Kids [1926 0 R 1927 0 R 1928 0 R 1929 0 R 1930 0 R 1931 0 R]
+/Limits [(lstnumber.-91.46) (lstnumber.-92.8)]
+>> endobj
+1984 0 obj <<
+/Kids [1932 0 R 1933 0 R 1934 0 R 1935 0 R 1936 0 R 1937 0 R]
+/Limits [(lstnumber.-92.9) (page.37)]
+>> endobj
+1985 0 obj <<
+/Kids [1938 0 R 1939 0 R 1940 0 R 1941 0 R 1942 0 R 1943 0 R]
+/Limits [(page.38) (subsection.3.3)]
+>> endobj
+1986 0 obj <<
+/Kids [1944 0 R 1945 0 R 1946 0 R 1947 0 R 1948 0 R 1949 0 R]
+/Limits [(subsection.3.4) (subsection.7.2)]
+>> endobj
+1987 0 obj <<
+/Kids [1950 0 R 1951 0 R 1952 0 R 1953 0 R 1954 0 R 1955 0 R]
+/Limits [(subsection.7.3) (subsubsection.6.1.4)]
+>> endobj
+1988 0 obj <<
+/Kids [1956 0 R 1957 0 R]
+/Limits [(subsubsection.6.1.5) (subsubsection.6.5.2)]
+>> endobj
+1989 0 obj <<
+/Kids [1958 0 R 1959 0 R 1960 0 R 1961 0 R 1962 0 R 1963 0 R]
+/Limits [(Doc-Start) (lstnumber.-12.4)]
+>> endobj
+1990 0 obj <<
+/Kids [1964 0 R 1965 0 R 1966 0 R 1967 0 R 1968 0 R 1969 0 R]
+/Limits [(lstnumber.-12.5) (lstnumber.-44.1)]
+>> endobj
+1991 0 obj <<
+/Kids [1970 0 R 1971 0 R 1972 0 R 1973 0 R 1974 0 R 1975 0 R]
+/Limits [(lstnumber.-44.2) (lstnumber.-80.18)]
+>> endobj
+1992 0 obj <<
+/Kids [1976 0 R 1977 0 R 1978 0 R 1979 0 R 1980 0 R 1981 0 R]
+/Limits [(lstnumber.-80.19) (lstnumber.-91.12)]
+>> endobj
+1993 0 obj <<
+/Kids [1982 0 R 1983 0 R 1984 0 R 1985 0 R 1986 0 R 1987 0 R]
+/Limits [(lstnumber.-91.13) (subsubsection.6.1.4)]
+>> endobj
+1994 0 obj <<
+/Kids [1988 0 R]
+/Limits [(subsubsection.6.1.5) (subsubsection.6.5.2)]
+>> endobj
+1995 0 obj <<
+/Kids [1989 0 R 1990 0 R 1991 0 R 1992 0 R 1993 0 R 1994 0 R]
+/Limits [(Doc-Start) (subsubsection.6.5.2)]
+>> endobj
+1996 0 obj <<
+/Dests 1995 0 R
+>> endobj
+1997 0 obj <<
+/Type /Catalog
+/Pages 1774 0 R
+/Outlines 1775 0 R
+/Names 1996 0 R
+/PageMode/UseOutlines
+/OpenAction 361 0 R
+>> endobj
+1998 0 obj <<
+ /Author (Christian Feuersaenger) /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.3)/Keywords()
+/CreationDate (D:20080217140921+01'00')
+/ModDate (D:20080217140921+01'00')
+/Trapped /False
+/PTEX.Fullbanner (This is pdfTeX using libpoppler, Version 3.141592-1.40.3-2.2 (Web2C 7.5.6) kpathsea version 3.5.6)
+>> endobj
+xref
+0 1999
+0000000001 65535 f
+0000000002 00000 f
+0000000003 00000 f
+0000000004 00000 f
+0000000000 00000 f
+0000000015 00000 n
+0000030367 00000 n
+0000531074 00000 n
+0000000060 00000 n
+0000000090 00000 n
+0000030427 00000 n
+0000530987 00000 n
+0000000135 00000 n
+0000000169 00000 n
+0000033407 00000 n
+0000530861 00000 n
+0000000215 00000 n
+0000000246 00000 n
+0000033468 00000 n
+0000530787 00000 n
+0000000297 00000 n
+0000000325 00000 n
+0000033653 00000 n
+0000530700 00000 n
+0000000376 00000 n
+0000000408 00000 n
+0000033714 00000 n
+0000530613 00000 n
+0000000459 00000 n
+0000000506 00000 n
+0000037593 00000 n
+0000530526 00000 n
+0000000557 00000 n
+0000000608 00000 n
+0000037902 00000 n
+0000530439 00000 n
+0000000659 00000 n
+0000000719 00000 n
+0000037963 00000 n
+0000530352 00000 n
+0000000770 00000 n
+0000000844 00000 n
+0000038024 00000 n
+0000530265 00000 n
+0000000895 00000 n
+0000000941 00000 n
+0000038085 00000 n
+0000530191 00000 n
+0000000992 00000 n
+0000001051 00000 n
+0000041171 00000 n
+0000530065 00000 n
+0000001097 00000 n
+0000001138 00000 n
+0000041232 00000 n
+0000529991 00000 n
+0000001189 00000 n
+0000001220 00000 n
+0000044949 00000 n
+0000529904 00000 n
+0000001271 00000 n
+0000001316 00000 n
+0000050826 00000 n
+0000529817 00000 n
+0000001367 00000 n
+0000001403 00000 n
+0000066925 00000 n
+0000529730 00000 n
+0000001454 00000 n
+0000001492 00000 n
+0000088347 00000 n
+0000529656 00000 n
+0000001543 00000 n
+0000001575 00000 n
+0000105114 00000 n
+0000529527 00000 n
+0000001621 00000 n
+0000001649 00000 n
+0000105175 00000 n
+0000529453 00000 n
+0000001700 00000 n
+0000001741 00000 n
+0000110428 00000 n
+0000529329 00000 n
+0000001792 00000 n
+0000001828 00000 n
+0000110489 00000 n
+0000529255 00000 n
+0000001884 00000 n
+0000001910 00000 n
+0000113688 00000 n
+0000529181 00000 n
+0000001966 00000 n
+0000001996 00000 n
+0000115977 00000 n
+0000529094 00000 n
+0000002047 00000 n
+0000002091 00000 n
+0000120962 00000 n
+0000529005 00000 n
+0000002142 00000 n
+0000002187 00000 n
+0000121271 00000 n
+0000528914 00000 n
+0000002239 00000 n
+0000002275 00000 n
+0000124682 00000 n
+0000528822 00000 n
+0000002327 00000 n
+0000002386 00000 n
+0000125054 00000 n
+0000528730 00000 n
+0000002438 00000 n
+0000002488 00000 n
+0000129677 00000 n
+0000528599 00000 n
+0000002540 00000 n
+0000002591 00000 n
+0000132344 00000 n
+0000528534 00000 n
+0000002648 00000 n
+0000002685 00000 n
+0000136979 00000 n
+0000528442 00000 n
+0000002737 00000 n
+0000002777 00000 n
+0000137852 00000 n
+0000528350 00000 n
+0000002830 00000 n
+0000002876 00000 n
+0000139795 00000 n
+0000528258 00000 n
+0000002929 00000 n
+0000002959 00000 n
+0000139858 00000 n
+0000528166 00000 n
+0000003012 00000 n
+0000003064 00000 n
+0000140433 00000 n
+0000528074 00000 n
+0000003117 00000 n
+0000003178 00000 n
+0000141072 00000 n
+0000527942 00000 n
+0000003231 00000 n
+0000003263 00000 n
+0000144021 00000 n
+0000527863 00000 n
+0000003321 00000 n
+0000003369 00000 n
+0000144084 00000 n
+0000527770 00000 n
+0000003427 00000 n
+0000003461 00000 n
+0000148307 00000 n
+0000527677 00000 n
+0000003519 00000 n
+0000003549 00000 n
+0000148626 00000 n
+0000527584 00000 n
+0000003607 00000 n
+0000003646 00000 n
+0000148689 00000 n
+0000527491 00000 n
+0000003704 00000 n
+0000003745 00000 n
+0000163053 00000 n
+0000527398 00000 n
+0000003803 00000 n
+0000003847 00000 n
+0000163116 00000 n
+0000527305 00000 n
+0000003905 00000 n
+0000003952 00000 n
+0000169335 00000 n
+0000527212 00000 n
+0000004010 00000 n
+0000004059 00000 n
+0000172952 00000 n
+0000527119 00000 n
+0000004117 00000 n
+0000004160 00000 n
+0000173015 00000 n
+0000527026 00000 n
+0000004219 00000 n
+0000004264 00000 n
+0000173078 00000 n
+0000526933 00000 n
+0000004323 00000 n
+0000004368 00000 n
+0000173141 00000 n
+0000526840 00000 n
+0000004427 00000 n
+0000004474 00000 n
+0000175894 00000 n
+0000526747 00000 n
+0000004533 00000 n
+0000004576 00000 n
+0000175957 00000 n
+0000526654 00000 n
+0000004635 00000 n
+0000004678 00000 n
+0000176019 00000 n
+0000526561 00000 n
+0000004737 00000 n
+0000004782 00000 n
+0000176082 00000 n
+0000526468 00000 n
+0000004841 00000 n
+0000004886 00000 n
+0000176145 00000 n
+0000526375 00000 n
+0000004945 00000 n
+0000004991 00000 n
+0000176463 00000 n
+0000526282 00000 n
+0000005050 00000 n
+0000005105 00000 n
+0000180053 00000 n
+0000526189 00000 n
+0000005164 00000 n
+0000005205 00000 n
+0000180116 00000 n
+0000526096 00000 n
+0000005264 00000 n
+0000005315 00000 n
+0000180179 00000 n
+0000526003 00000 n
+0000005374 00000 n
+0000005410 00000 n
+0000180242 00000 n
+0000525910 00000 n
+0000005469 00000 n
+0000005507 00000 n
+0000184034 00000 n
+0000525817 00000 n
+0000005566 00000 n
+0000005597 00000 n
+0000184097 00000 n
+0000525724 00000 n
+0000005656 00000 n
+0000005701 00000 n
+0000188169 00000 n
+0000525631 00000 n
+0000005760 00000 n
+0000005808 00000 n
+0000190538 00000 n
+0000525538 00000 n
+0000005867 00000 n
+0000005903 00000 n
+0000191366 00000 n
+0000525445 00000 n
+0000005962 00000 n
+0000006004 00000 n
+0000191428 00000 n
+0000525366 00000 n
+0000006063 00000 n
+0000006097 00000 n
+0000195815 00000 n
+0000525274 00000 n
+0000006150 00000 n
+0000006200 00000 n
+0000197498 00000 n
+0000525196 00000 n
+0000006253 00000 n
+0000006301 00000 n
+0000197561 00000 n
+0000525064 00000 n
+0000006348 00000 n
+0000006381 00000 n
+0000197624 00000 n
+0000524946 00000 n
+0000006433 00000 n
+0000006483 00000 n
+0000197687 00000 n
+0000524867 00000 n
+0000006540 00000 n
+0000006591 00000 n
+0000207126 00000 n
+0000524774 00000 n
+0000006648 00000 n
+0000006686 00000 n
+0000216677 00000 n
+0000524681 00000 n
+0000006743 00000 n
+0000006787 00000 n
+0000226244 00000 n
+0000524588 00000 n
+0000006844 00000 n
+0000006888 00000 n
+0000235711 00000 n
+0000524509 00000 n
+0000006945 00000 n
+0000006995 00000 n
+0000251742 00000 n
+0000524416 00000 n
+0000007047 00000 n
+0000007091 00000 n
+0000260867 00000 n
+0000524284 00000 n
+0000007143 00000 n
+0000007191 00000 n
+0000260930 00000 n
+0000524205 00000 n
+0000007248 00000 n
+0000007298 00000 n
+0000261632 00000 n
+0000524126 00000 n
+0000007355 00000 n
+0000007393 00000 n
+0000272353 00000 n
+0000523994 00000 n
+0000007445 00000 n
+0000007483 00000 n
+0000272416 00000 n
+0000523915 00000 n
+0000007540 00000 n
+0000007580 00000 n
+0000279905 00000 n
+0000523836 00000 n
+0000007637 00000 n
+0000007679 00000 n
+0000280607 00000 n
+0000523704 00000 n
+0000007731 00000 n
+0000007767 00000 n
+0000280670 00000 n
+0000523625 00000 n
+0000007824 00000 n
+0000007873 00000 n
+0000291174 00000 n
+0000523546 00000 n
+0000007930 00000 n
+0000007982 00000 n
+0000301688 00000 n
+0000523453 00000 n
+0000008034 00000 n
+0000008097 00000 n
+0000301751 00000 n
+0000523360 00000 n
+0000008149 00000 n
+0000008189 00000 n
+0000318342 00000 n
+0000523281 00000 n
+0000008241 00000 n
+0000008270 00000 n
+0000335401 00000 n
+0000523162 00000 n
+0000008317 00000 n
+0000008369 00000 n
+0000335463 00000 n
+0000523083 00000 n
+0000008421 00000 n
+0000008451 00000 n
+0000338194 00000 n
+0000522990 00000 n
+0000008503 00000 n
+0000008540 00000 n
+0000338385 00000 n
+0000522911 00000 n
+0000008592 00000 n
+0000008630 00000 n
+0000010343 00000 n
+0000013247 00000 n
+0000010618 00000 n
+0000010770 00000 n
+0000010921 00000 n
+0000011072 00000 n
+0000011228 00000 n
+0000011383 00000 n
+0000011539 00000 n
+0000011694 00000 n
+0000011850 00000 n
+0000012005 00000 n
+0000012161 00000 n
+0000012317 00000 n
+0000012469 00000 n
+0000012625 00000 n
+0000012780 00000 n
+0000012936 00000 n
+0000013092 00000 n
+0000016259 00000 n
+0000016411 00000 n
+0000016567 00000 n
+0000016723 00000 n
+0000016885 00000 n
+0000013632 00000 n
+0000008682 00000 n
+0000013446 00000 n
+0000013508 00000 n
+0000519204 00000 n
+0000519783 00000 n
+0000519059 00000 n
+0000520356 00000 n
+0000517745 00000 n
+0000520644 00000 n
+0000517599 00000 n
+0000013570 00000 n
+0000517453 00000 n
+0000518914 00000 n
+0000521109 00000 n
+0000520072 00000 n
+0000521461 00000 n
+0000017047 00000 n
+0000017203 00000 n
+0000017359 00000 n
+0000017515 00000 n
+0000017671 00000 n
+0000017827 00000 n
+0000017982 00000 n
+0000018144 00000 n
+0000018299 00000 n
+0000018455 00000 n
+0000018611 00000 n
+0000018767 00000 n
+0000018923 00000 n
+0000019080 00000 n
+0000019243 00000 n
+0000019405 00000 n
+0000019568 00000 n
+0000019731 00000 n
+0000019894 00000 n
+0000020057 00000 n
+0000020220 00000 n
+0000020383 00000 n
+0000020546 00000 n
+0000020710 00000 n
+0000020874 00000 n
+0000021038 00000 n
+0000021202 00000 n
+0000021365 00000 n
+0000021529 00000 n
+0000021693 00000 n
+0000021857 00000 n
+0000022021 00000 n
+0000022185 00000 n
+0000022349 00000 n
+0000022513 00000 n
+0000022677 00000 n
+0000022840 00000 n
+0000023003 00000 n
+0000023166 00000 n
+0000023330 00000 n
+0000023493 00000 n
+0000023657 00000 n
+0000023814 00000 n
+0000026507 00000 n
+0000026659 00000 n
+0000024033 00000 n
+0000015744 00000 n
+0000013833 00000 n
+0000023971 00000 n
+0000519927 00000 n
+0000026814 00000 n
+0000026976 00000 n
+0000027137 00000 n
+0000027299 00000 n
+0000027460 00000 n
+0000027622 00000 n
+0000027778 00000 n
+0000027934 00000 n
+0000028096 00000 n
+0000028258 00000 n
+0000028414 00000 n
+0000028576 00000 n
+0000028738 00000 n
+0000028894 00000 n
+0000029056 00000 n
+0000029218 00000 n
+0000029374 00000 n
+0000029530 00000 n
+0000029686 00000 n
+0000029838 00000 n
+0000029993 00000 n
+0000030149 00000 n
+0000030672 00000 n
+0000026184 00000 n
+0000024143 00000 n
+0000030305 00000 n
+0000518623 00000 n
+0000520498 00000 n
+0000030488 00000 n
+0000030548 00000 n
+0000030610 00000 n
+0000032613 00000 n
+0000032768 00000 n
+0000032923 00000 n
+0000034953 00000 n
+0000032458 00000 n
+0000030808 00000 n
+0000033097 00000 n
+0000033159 00000 n
+0000033221 00000 n
+0000033283 00000 n
+0000033345 00000 n
+0000033529 00000 n
+0000033591 00000 n
+0000518184 00000 n
+0000033775 00000 n
+0000033837 00000 n
+0000033899 00000 n
+0000033961 00000 n
+0000034023 00000 n
+0000034085 00000 n
+0000034147 00000 n
+0000034209 00000 n
+0000034271 00000 n
+0000034333 00000 n
+0000034395 00000 n
+0000034457 00000 n
+0000034519 00000 n
+0000034581 00000 n
+0000034643 00000 n
+0000034705 00000 n
+0000034767 00000 n
+0000034829 00000 n
+0000034891 00000 n
+0000520935 00000 n
+0000037344 00000 n
+0000038146 00000 n
+0000037205 00000 n
+0000035089 00000 n
+0000037531 00000 n
+0000519494 00000 n
+0000037654 00000 n
+0000037716 00000 n
+0000037778 00000 n
+0000037840 00000 n
+0000040345 00000 n
+0000040496 00000 n
+0000040647 00000 n
+0000044675 00000 n
+0000042347 00000 n
+0000040190 00000 n
+0000038281 00000 n
+0000040799 00000 n
+0000040861 00000 n
+0000040923 00000 n
+0000040985 00000 n
+0000521283 00000 n
+0000041047 00000 n
+0000041109 00000 n
+0000041293 00000 n
+0000041355 00000 n
+0000041417 00000 n
+0000041479 00000 n
+0000041541 00000 n
+0000041603 00000 n
+0000041665 00000 n
+0000041727 00000 n
+0000041789 00000 n
+0000041851 00000 n
+0000041913 00000 n
+0000041975 00000 n
+0000042037 00000 n
+0000042099 00000 n
+0000042161 00000 n
+0000042223 00000 n
+0000042285 00000 n
+0000338704 00000 n
+0000044887 00000 n
+0000046557 00000 n
+0000044536 00000 n
+0000042496 00000 n
+0000044825 00000 n
+0000045010 00000 n
+0000045072 00000 n
+0000045134 00000 n
+0000045196 00000 n
+0000045258 00000 n
+0000045320 00000 n
+0000045382 00000 n
+0000045444 00000 n
+0000045506 00000 n
+0000045568 00000 n
+0000045630 00000 n
+0000045692 00000 n
+0000045754 00000 n
+0000045816 00000 n
+0000045878 00000 n
+0000045940 00000 n
+0000046001 00000 n
+0000046063 00000 n
+0000046124 00000 n
+0000046186 00000 n
+0000046247 00000 n
+0000046309 00000 n
+0000046371 00000 n
+0000046433 00000 n
+0000046495 00000 n
+0000521579 00000 n
+0000050581 00000 n
+0000050218 00000 n
+0000050369 00000 n
+0000051937 00000 n
+0000050071 00000 n
+0000046693 00000 n
+0000050519 00000 n
+0000050643 00000 n
+0000050703 00000 n
+0000050765 00000 n
+0000050886 00000 n
+0000050948 00000 n
+0000051010 00000 n
+0000051072 00000 n
+0000051134 00000 n
+0000051196 00000 n
+0000051258 00000 n
+0000051320 00000 n
+0000051381 00000 n
+0000051443 00000 n
+0000051504 00000 n
+0000051566 00000 n
+0000051627 00000 n
+0000051689 00000 n
+0000051751 00000 n
+0000051813 00000 n
+0000051875 00000 n
+0000058981 00000 n
+0000059042 00000 n
+0000059104 00000 n
+0000058800 00000 n
+0000052098 00000 n
+0000058919 00000 n
+0000520214 00000 n
+0000062844 00000 n
+0000060434 00000 n
+0000059200 00000 n
+0000060553 00000 n
+0000060615 00000 n
+0000060677 00000 n
+0000060739 00000 n
+0000060801 00000 n
+0000060863 00000 n
+0000060925 00000 n
+0000060987 00000 n
+0000061049 00000 n
+0000061111 00000 n
+0000061173 00000 n
+0000061235 00000 n
+0000061297 00000 n
+0000061359 00000 n
+0000061421 00000 n
+0000061483 00000 n
+0000061545 00000 n
+0000061607 00000 n
+0000061669 00000 n
+0000061731 00000 n
+0000061793 00000 n
+0000061855 00000 n
+0000061917 00000 n
+0000061979 00000 n
+0000062040 00000 n
+0000062102 00000 n
+0000062163 00000 n
+0000062225 00000 n
+0000062286 00000 n
+0000062348 00000 n
+0000062410 00000 n
+0000062472 00000 n
+0000062534 00000 n
+0000062596 00000 n
+0000062658 00000 n
+0000062720 00000 n
+0000062782 00000 n
+0000066030 00000 n
+0000067854 00000 n
+0000065891 00000 n
+0000062967 00000 n
+0000066181 00000 n
+0000066243 00000 n
+0000066305 00000 n
+0000066367 00000 n
+0000066429 00000 n
+0000066491 00000 n
+0000066553 00000 n
+0000066615 00000 n
+0000066677 00000 n
+0000066739 00000 n
+0000066801 00000 n
+0000066863 00000 n
+0000066986 00000 n
+0000067048 00000 n
+0000067110 00000 n
+0000067172 00000 n
+0000067234 00000 n
+0000067296 00000 n
+0000067358 00000 n
+0000067420 00000 n
+0000067482 00000 n
+0000067544 00000 n
+0000067606 00000 n
+0000067668 00000 n
+0000067730 00000 n
+0000067792 00000 n
+0000077379 00000 n
+0000075279 00000 n
+0000067976 00000 n
+0000075398 00000 n
+0000075460 00000 n
+0000075522 00000 n
+0000075584 00000 n
+0000075646 00000 n
+0000075708 00000 n
+0000075770 00000 n
+0000075832 00000 n
+0000075894 00000 n
+0000075956 00000 n
+0000076018 00000 n
+0000076080 00000 n
+0000076142 00000 n
+0000076204 00000 n
+0000076266 00000 n
+0000076328 00000 n
+0000076390 00000 n
+0000076452 00000 n
+0000076514 00000 n
+0000076576 00000 n
+0000076638 00000 n
+0000076700 00000 n
+0000076761 00000 n
+0000076823 00000 n
+0000076884 00000 n
+0000076946 00000 n
+0000077007 00000 n
+0000077069 00000 n
+0000077131 00000 n
+0000077193 00000 n
+0000077255 00000 n
+0000077317 00000 n
+0000085765 00000 n
+0000085916 00000 n
+0000086067 00000 n
+0000086218 00000 n
+0000104466 00000 n
+0000088408 00000 n
+0000085602 00000 n
+0000077501 00000 n
+0000086368 00000 n
+0000086430 00000 n
+0000086492 00000 n
+0000086554 00000 n
+0000086615 00000 n
+0000086677 00000 n
+0000086738 00000 n
+0000086800 00000 n
+0000086862 00000 n
+0000086924 00000 n
+0000086986 00000 n
+0000087048 00000 n
+0000087110 00000 n
+0000087172 00000 n
+0000087233 00000 n
+0000087295 00000 n
+0000087356 00000 n
+0000087418 00000 n
+0000087479 00000 n
+0000087541 00000 n
+0000087603 00000 n
+0000087665 00000 n
+0000087727 00000 n
+0000087789 00000 n
+0000087851 00000 n
+0000087913 00000 n
+0000087975 00000 n
+0000088037 00000 n
+0000088099 00000 n
+0000088161 00000 n
+0000088223 00000 n
+0000088285 00000 n
+0000521697 00000 n
+0000096527 00000 n
+0000105052 00000 n
+0000096589 00000 n
+0000095974 00000 n
+0000088569 00000 n
+0000096093 00000 n
+0000096155 00000 n
+0000096217 00000 n
+0000096279 00000 n
+0000096341 00000 n
+0000096403 00000 n
+0000096465 00000 n
+0000105793 00000 n
+0000104327 00000 n
+0000096724 00000 n
+0000104618 00000 n
+0000104680 00000 n
+0000104742 00000 n
+0000104804 00000 n
+0000104866 00000 n
+0000104928 00000 n
+0000104990 00000 n
+0000105236 00000 n
+0000105298 00000 n
+0000105359 00000 n
+0000105421 00000 n
+0000105483 00000 n
+0000105545 00000 n
+0000105607 00000 n
+0000105669 00000 n
+0000105731 00000 n
+0000109161 00000 n
+0000108295 00000 n
+0000110550 00000 n
+0000108156 00000 n
+0000105941 00000 n
+0000109313 00000 n
+0000109375 00000 n
+0000109437 00000 n
+0000109498 00000 n
+0000109560 00000 n
+0000109622 00000 n
+0000109684 00000 n
+0000109746 00000 n
+0000109808 00000 n
+0000109870 00000 n
+0000109932 00000 n
+0000109994 00000 n
+0000110056 00000 n
+0000110118 00000 n
+0000110180 00000 n
+0000110242 00000 n
+0000110304 00000 n
+0000110366 00000 n
+0000108494 00000 n
+0000113749 00000 n
+0000113013 00000 n
+0000110740 00000 n
+0000113132 00000 n
+0000113194 00000 n
+0000113256 00000 n
+0000113318 00000 n
+0000113380 00000 n
+0000113442 00000 n
+0000113504 00000 n
+0000113565 00000 n
+0000113627 00000 n
+0000115760 00000 n
+0000117831 00000 n
+0000115621 00000 n
+0000113885 00000 n
+0000115915 00000 n
+0000116038 00000 n
+0000116100 00000 n
+0000116161 00000 n
+0000116223 00000 n
+0000116284 00000 n
+0000116346 00000 n
+0000116407 00000 n
+0000116469 00000 n
+0000116531 00000 n
+0000116593 00000 n
+0000116655 00000 n
+0000116717 00000 n
+0000116778 00000 n
+0000116839 00000 n
+0000116901 00000 n
+0000116963 00000 n
+0000117025 00000 n
+0000117087 00000 n
+0000117149 00000 n
+0000117211 00000 n
+0000117273 00000 n
+0000117335 00000 n
+0000117397 00000 n
+0000117459 00000 n
+0000117521 00000 n
+0000117583 00000 n
+0000117645 00000 n
+0000117707 00000 n
+0000117769 00000 n
+0000120613 00000 n
+0000123745 00000 n
+0000121457 00000 n
+0000120474 00000 n
+0000117967 00000 n
+0000120776 00000 n
+0000518477 00000 n
+0000520790 00000 n
+0000120838 00000 n
+0000120900 00000 n
+0000121023 00000 n
+0000121085 00000 n
+0000121147 00000 n
+0000121209 00000 n
+0000121333 00000 n
+0000121395 00000 n
+0000521815 00000 n
+0000123902 00000 n
+0000124059 00000 n
+0000124215 00000 n
+0000125983 00000 n
+0000123582 00000 n
+0000121656 00000 n
+0000124372 00000 n
+0000124434 00000 n
+0000124496 00000 n
+0000124558 00000 n
+0000124620 00000 n
+0000124744 00000 n
+0000124806 00000 n
+0000124868 00000 n
+0000124930 00000 n
+0000124992 00000 n
+0000125115 00000 n
+0000125177 00000 n
+0000125239 00000 n
+0000125301 00000 n
+0000125363 00000 n
+0000125425 00000 n
+0000125487 00000 n
+0000125549 00000 n
+0000125611 00000 n
+0000125673 00000 n
+0000125735 00000 n
+0000125797 00000 n
+0000125859 00000 n
+0000125921 00000 n
+0000129029 00000 n
+0000130359 00000 n
+0000128890 00000 n
+0000126145 00000 n
+0000129181 00000 n
+0000129243 00000 n
+0000129305 00000 n
+0000129367 00000 n
+0000129429 00000 n
+0000129491 00000 n
+0000129553 00000 n
+0000129615 00000 n
+0000129739 00000 n
+0000129801 00000 n
+0000129863 00000 n
+0000129925 00000 n
+0000129987 00000 n
+0000130049 00000 n
+0000130111 00000 n
+0000130173 00000 n
+0000130235 00000 n
+0000130297 00000 n
+0000132130 00000 n
+0000134202 00000 n
+0000131991 00000 n
+0000130508 00000 n
+0000132282 00000 n
+0000132406 00000 n
+0000132467 00000 n
+0000132529 00000 n
+0000132591 00000 n
+0000132653 00000 n
+0000132715 00000 n
+0000132777 00000 n
+0000132839 00000 n
+0000132901 00000 n
+0000132963 00000 n
+0000133025 00000 n
+0000133087 00000 n
+0000133149 00000 n
+0000133211 00000 n
+0000133273 00000 n
+0000133335 00000 n
+0000133397 00000 n
+0000133459 00000 n
+0000133521 00000 n
+0000133583 00000 n
+0000133645 00000 n
+0000133707 00000 n
+0000133769 00000 n
+0000133831 00000 n
+0000133893 00000 n
+0000133955 00000 n
+0000134017 00000 n
+0000134079 00000 n
+0000134140 00000 n
+0000138040 00000 n
+0000135992 00000 n
+0000134351 00000 n
+0000136111 00000 n
+0000136173 00000 n
+0000136235 00000 n
+0000136297 00000 n
+0000136359 00000 n
+0000136421 00000 n
+0000136483 00000 n
+0000136545 00000 n
+0000136607 00000 n
+0000136669 00000 n
+0000136731 00000 n
+0000136793 00000 n
+0000136855 00000 n
+0000136917 00000 n
+0000137041 00000 n
+0000137103 00000 n
+0000137165 00000 n
+0000137227 00000 n
+0000137289 00000 n
+0000137351 00000 n
+0000137413 00000 n
+0000137475 00000 n
+0000137537 00000 n
+0000137600 00000 n
+0000137663 00000 n
+0000137726 00000 n
+0000137789 00000 n
+0000137914 00000 n
+0000137977 00000 n
+0000141519 00000 n
+0000139609 00000 n
+0000138215 00000 n
+0000139731 00000 n
+0000139921 00000 n
+0000139985 00000 n
+0000140049 00000 n
+0000140113 00000 n
+0000140177 00000 n
+0000140241 00000 n
+0000140305 00000 n
+0000140369 00000 n
+0000140496 00000 n
+0000140560 00000 n
+0000140624 00000 n
+0000140688 00000 n
+0000140752 00000 n
+0000140816 00000 n
+0000140880 00000 n
+0000140944 00000 n
+0000141008 00000 n
+0000141135 00000 n
+0000141199 00000 n
+0000141263 00000 n
+0000141327 00000 n
+0000141391 00000 n
+0000141455 00000 n
+0000145233 00000 n
+0000143706 00000 n
+0000141682 00000 n
+0000143829 00000 n
+0000143893 00000 n
+0000143957 00000 n
+0000144147 00000 n
+0000144211 00000 n
+0000144273 00000 n
+0000144337 00000 n
+0000144401 00000 n
+0000144465 00000 n
+0000144529 00000 n
+0000144593 00000 n
+0000144657 00000 n
+0000144721 00000 n
+0000144785 00000 n
+0000144849 00000 n
+0000144913 00000 n
+0000144977 00000 n
+0000145041 00000 n
+0000145105 00000 n
+0000145169 00000 n
+0000521934 00000 n
+0000147683 00000 n
+0000147834 00000 n
+0000148752 00000 n
+0000147530 00000 n
+0000145395 00000 n
+0000147987 00000 n
+0000148051 00000 n
+0000148115 00000 n
+0000148179 00000 n
+0000148243 00000 n
+0000148370 00000 n
+0000148434 00000 n
+0000148498 00000 n
+0000148562 00000 n
+0000159280 00000 n
+0000159344 00000 n
+0000157048 00000 n
+0000148914 00000 n
+0000157171 00000 n
+0000157235 00000 n
+0000157299 00000 n
+0000157363 00000 n
+0000157427 00000 n
+0000157491 00000 n
+0000157554 00000 n
+0000157618 00000 n
+0000157681 00000 n
+0000157745 00000 n
+0000157808 00000 n
+0000157872 00000 n
+0000157936 00000 n
+0000158000 00000 n
+0000158064 00000 n
+0000158128 00000 n
+0000158192 00000 n
+0000158256 00000 n
+0000158320 00000 n
+0000158384 00000 n
+0000158448 00000 n
+0000158512 00000 n
+0000158576 00000 n
+0000158640 00000 n
+0000158704 00000 n
+0000158768 00000 n
+0000158832 00000 n
+0000158896 00000 n
+0000158960 00000 n
+0000159024 00000 n
+0000159088 00000 n
+0000159152 00000 n
+0000159216 00000 n
+0000163434 00000 n
+0000162418 00000 n
+0000159493 00000 n
+0000162541 00000 n
+0000162605 00000 n
+0000162669 00000 n
+0000162733 00000 n
+0000162797 00000 n
+0000162861 00000 n
+0000162925 00000 n
+0000162989 00000 n
+0000163178 00000 n
+0000163242 00000 n
+0000163306 00000 n
+0000163370 00000 n
+0000166883 00000 n
+0000169398 00000 n
+0000166739 00000 n
+0000163609 00000 n
+0000167036 00000 n
+0000167100 00000 n
+0000167164 00000 n
+0000167228 00000 n
+0000167292 00000 n
+0000167356 00000 n
+0000167420 00000 n
+0000167484 00000 n
+0000167548 00000 n
+0000167611 00000 n
+0000167675 00000 n
+0000167738 00000 n
+0000167802 00000 n
+0000167866 00000 n
+0000167930 00000 n
+0000167994 00000 n
+0000168058 00000 n
+0000168122 00000 n
+0000168186 00000 n
+0000168250 00000 n
+0000168314 00000 n
+0000168378 00000 n
+0000168442 00000 n
+0000168506 00000 n
+0000168570 00000 n
+0000168634 00000 n
+0000168698 00000 n
+0000168762 00000 n
+0000168826 00000 n
+0000168890 00000 n
+0000168953 00000 n
+0000169017 00000 n
+0000169080 00000 n
+0000169144 00000 n
+0000169207 00000 n
+0000169271 00000 n
+0000171775 00000 n
+0000173268 00000 n
+0000171631 00000 n
+0000169573 00000 n
+0000171929 00000 n
+0000517304 00000 n
+0000171993 00000 n
+0000172057 00000 n
+0000172121 00000 n
+0000172184 00000 n
+0000172248 00000 n
+0000172312 00000 n
+0000172376 00000 n
+0000172440 00000 n
+0000172504 00000 n
+0000172568 00000 n
+0000172632 00000 n
+0000172696 00000 n
+0000172760 00000 n
+0000172824 00000 n
+0000172888 00000 n
+0000519349 00000 n
+0000173204 00000 n
+0000519638 00000 n
+0000175417 00000 n
+0000176526 00000 n
+0000175273 00000 n
+0000173472 00000 n
+0000175574 00000 n
+0000175638 00000 n
+0000175702 00000 n
+0000175766 00000 n
+0000175830 00000 n
+0000176207 00000 n
+0000176271 00000 n
+0000176335 00000 n
+0000176399 00000 n
+0000522059 00000 n
+0000179663 00000 n
+0000179826 00000 n
+0000180304 00000 n
+0000179510 00000 n
+0000176663 00000 n
+0000179989 00000 n
+0000183346 00000 n
+0000183500 00000 n
+0000183655 00000 n
+0000183812 00000 n
+0000184288 00000 n
+0000183175 00000 n
+0000180479 00000 n
+0000183970 00000 n
+0000184160 00000 n
+0000518768 00000 n
+0000184224 00000 n
+0000186800 00000 n
+0000188296 00000 n
+0000186656 00000 n
+0000184505 00000 n
+0000186954 00000 n
+0000187018 00000 n
+0000187082 00000 n
+0000187146 00000 n
+0000187210 00000 n
+0000187274 00000 n
+0000187337 00000 n
+0000187401 00000 n
+0000187465 00000 n
+0000187529 00000 n
+0000187593 00000 n
+0000187657 00000 n
+0000187721 00000 n
+0000187785 00000 n
+0000187849 00000 n
+0000187913 00000 n
+0000187977 00000 n
+0000188041 00000 n
+0000188105 00000 n
+0000188232 00000 n
+0000192066 00000 n
+0000190351 00000 n
+0000188486 00000 n
+0000190474 00000 n
+0000190601 00000 n
+0000190665 00000 n
+0000190729 00000 n
+0000190793 00000 n
+0000190857 00000 n
+0000190921 00000 n
+0000190985 00000 n
+0000191049 00000 n
+0000191111 00000 n
+0000191175 00000 n
+0000191238 00000 n
+0000191302 00000 n
+0000191491 00000 n
+0000191555 00000 n
+0000191619 00000 n
+0000191683 00000 n
+0000191747 00000 n
+0000191811 00000 n
+0000191875 00000 n
+0000191939 00000 n
+0000192002 00000 n
+0000195878 00000 n
+0000195181 00000 n
+0000192229 00000 n
+0000195304 00000 n
+0000195368 00000 n
+0000195432 00000 n
+0000195496 00000 n
+0000195560 00000 n
+0000195624 00000 n
+0000195688 00000 n
+0000195751 00000 n
+0000199350 00000 n
+0000197311 00000 n
+0000196053 00000 n
+0000197434 00000 n
+0000197750 00000 n
+0000197814 00000 n
+0000197878 00000 n
+0000197942 00000 n
+0000198006 00000 n
+0000198070 00000 n
+0000198134 00000 n
+0000198198 00000 n
+0000198262 00000 n
+0000198326 00000 n
+0000198390 00000 n
+0000198454 00000 n
+0000198518 00000 n
+0000198582 00000 n
+0000198646 00000 n
+0000198710 00000 n
+0000198774 00000 n
+0000198838 00000 n
+0000198902 00000 n
+0000198966 00000 n
+0000199030 00000 n
+0000199094 00000 n
+0000199158 00000 n
+0000199222 00000 n
+0000199286 00000 n
+0000522184 00000 n
+0000208852 00000 n
+0000206939 00000 n
+0000199499 00000 n
+0000207062 00000 n
+0000517890 00000 n
+0000207189 00000 n
+0000207253 00000 n
+0000207316 00000 n
+0000207380 00000 n
+0000207444 00000 n
+0000207508 00000 n
+0000207572 00000 n
+0000207636 00000 n
+0000207700 00000 n
+0000207764 00000 n
+0000207828 00000 n
+0000207892 00000 n
+0000207956 00000 n
+0000208020 00000 n
+0000208084 00000 n
+0000208148 00000 n
+0000208212 00000 n
+0000208276 00000 n
+0000208340 00000 n
+0000208404 00000 n
+0000208468 00000 n
+0000208532 00000 n
+0000208596 00000 n
+0000208660 00000 n
+0000208724 00000 n
+0000208788 00000 n
+0000218403 00000 n
+0000216490 00000 n
+0000209028 00000 n
+0000216613 00000 n
+0000216740 00000 n
+0000216804 00000 n
+0000216867 00000 n
+0000216931 00000 n
+0000216995 00000 n
+0000217059 00000 n
+0000217123 00000 n
+0000217187 00000 n
+0000217251 00000 n
+0000217315 00000 n
+0000217379 00000 n
+0000217443 00000 n
+0000217507 00000 n
+0000217571 00000 n
+0000217635 00000 n
+0000217699 00000 n
+0000217763 00000 n
+0000217827 00000 n
+0000217891 00000 n
+0000217955 00000 n
+0000218019 00000 n
+0000218083 00000 n
+0000218147 00000 n
+0000218211 00000 n
+0000218275 00000 n
+0000218339 00000 n
+0000227967 00000 n
+0000226057 00000 n
+0000218579 00000 n
+0000226180 00000 n
+0000226307 00000 n
+0000226371 00000 n
+0000226434 00000 n
+0000226498 00000 n
+0000226561 00000 n
+0000226625 00000 n
+0000226687 00000 n
+0000226751 00000 n
+0000226815 00000 n
+0000226879 00000 n
+0000226943 00000 n
+0000227007 00000 n
+0000227071 00000 n
+0000227135 00000 n
+0000227199 00000 n
+0000227263 00000 n
+0000227327 00000 n
+0000227391 00000 n
+0000227455 00000 n
+0000227519 00000 n
+0000227583 00000 n
+0000227647 00000 n
+0000227711 00000 n
+0000227775 00000 n
+0000227839 00000 n
+0000227903 00000 n
+0000237309 00000 n
+0000235524 00000 n
+0000228143 00000 n
+0000235647 00000 n
+0000235774 00000 n
+0000235838 00000 n
+0000235901 00000 n
+0000235965 00000 n
+0000236029 00000 n
+0000236093 00000 n
+0000236157 00000 n
+0000236221 00000 n
+0000236285 00000 n
+0000236349 00000 n
+0000236413 00000 n
+0000236477 00000 n
+0000236541 00000 n
+0000236605 00000 n
+0000236669 00000 n
+0000236733 00000 n
+0000236797 00000 n
+0000236861 00000 n
+0000236925 00000 n
+0000236989 00000 n
+0000237053 00000 n
+0000237117 00000 n
+0000237181 00000 n
+0000237245 00000 n
+0000252636 00000 n
+0000251555 00000 n
+0000237472 00000 n
+0000251678 00000 n
+0000251805 00000 n
+0000251869 00000 n
+0000251933 00000 n
+0000251997 00000 n
+0000252061 00000 n
+0000252125 00000 n
+0000252189 00000 n
+0000252253 00000 n
+0000252317 00000 n
+0000252381 00000 n
+0000252445 00000 n
+0000252509 00000 n
+0000252573 00000 n
+0000518330 00000 n
+0000262783 00000 n
+0000260680 00000 n
+0000252866 00000 n
+0000260803 00000 n
+0000260992 00000 n
+0000261056 00000 n
+0000261120 00000 n
+0000261184 00000 n
+0000261248 00000 n
+0000261312 00000 n
+0000261376 00000 n
+0000261440 00000 n
+0000261504 00000 n
+0000261568 00000 n
+0000261695 00000 n
+0000261759 00000 n
+0000261823 00000 n
+0000261887 00000 n
+0000261951 00000 n
+0000262015 00000 n
+0000262079 00000 n
+0000262143 00000 n
+0000262207 00000 n
+0000262271 00000 n
+0000262335 00000 n
+0000262399 00000 n
+0000262463 00000 n
+0000262527 00000 n
+0000262591 00000 n
+0000262655 00000 n
+0000262719 00000 n
+0000522309 00000 n
+0000273182 00000 n
+0000272166 00000 n
+0000262972 00000 n
+0000272289 00000 n
+0000272478 00000 n
+0000272542 00000 n
+0000272606 00000 n
+0000272670 00000 n
+0000272734 00000 n
+0000272798 00000 n
+0000272862 00000 n
+0000272926 00000 n
+0000272990 00000 n
+0000273054 00000 n
+0000273118 00000 n
+0000281818 00000 n
+0000279718 00000 n
+0000273384 00000 n
+0000279841 00000 n
+0000279968 00000 n
+0000280031 00000 n
+0000280095 00000 n
+0000280159 00000 n
+0000280223 00000 n
+0000280287 00000 n
+0000280351 00000 n
+0000280415 00000 n
+0000280479 00000 n
+0000280543 00000 n
+0000280733 00000 n
+0000280797 00000 n
+0000280861 00000 n
+0000280925 00000 n
+0000280989 00000 n
+0000281053 00000 n
+0000281117 00000 n
+0000281181 00000 n
+0000281244 00000 n
+0000281308 00000 n
+0000281371 00000 n
+0000281435 00000 n
+0000281498 00000 n
+0000281562 00000 n
+0000281626 00000 n
+0000281690 00000 n
+0000281754 00000 n
+0000292130 00000 n
+0000290219 00000 n
+0000282007 00000 n
+0000290342 00000 n
+0000290406 00000 n
+0000290470 00000 n
+0000290534 00000 n
+0000290598 00000 n
+0000290662 00000 n
+0000290726 00000 n
+0000290790 00000 n
+0000290854 00000 n
+0000290918 00000 n
+0000290982 00000 n
+0000291046 00000 n
+0000291110 00000 n
+0000291237 00000 n
+0000291301 00000 n
+0000291365 00000 n
+0000291429 00000 n
+0000291493 00000 n
+0000291557 00000 n
+0000291621 00000 n
+0000291685 00000 n
+0000291749 00000 n
+0000291812 00000 n
+0000291876 00000 n
+0000291939 00000 n
+0000292003 00000 n
+0000292066 00000 n
+0000300767 00000 n
+0000302390 00000 n
+0000300623 00000 n
+0000292307 00000 n
+0000300920 00000 n
+0000300984 00000 n
+0000301048 00000 n
+0000301112 00000 n
+0000301176 00000 n
+0000301240 00000 n
+0000301304 00000 n
+0000301368 00000 n
+0000301432 00000 n
+0000301496 00000 n
+0000301560 00000 n
+0000301624 00000 n
+0000301814 00000 n
+0000301878 00000 n
+0000301942 00000 n
+0000302006 00000 n
+0000302070 00000 n
+0000302134 00000 n
+0000302198 00000 n
+0000302262 00000 n
+0000302326 00000 n
+0000305604 00000 n
+0000305668 00000 n
+0000305417 00000 n
+0000302592 00000 n
+0000305540 00000 n
+0000518038 00000 n
+0000309876 00000 n
+0000306684 00000 n
+0000305843 00000 n
+0000306807 00000 n
+0000306871 00000 n
+0000306935 00000 n
+0000306999 00000 n
+0000307063 00000 n
+0000307127 00000 n
+0000307191 00000 n
+0000307255 00000 n
+0000307319 00000 n
+0000307383 00000 n
+0000307447 00000 n
+0000307511 00000 n
+0000307575 00000 n
+0000307639 00000 n
+0000307703 00000 n
+0000307767 00000 n
+0000307831 00000 n
+0000307895 00000 n
+0000307959 00000 n
+0000308023 00000 n
+0000308087 00000 n
+0000308151 00000 n
+0000308215 00000 n
+0000308278 00000 n
+0000308342 00000 n
+0000308405 00000 n
+0000308469 00000 n
+0000308532 00000 n
+0000308596 00000 n
+0000308660 00000 n
+0000308724 00000 n
+0000308788 00000 n
+0000308852 00000 n
+0000308916 00000 n
+0000308980 00000 n
+0000309044 00000 n
+0000309108 00000 n
+0000309172 00000 n
+0000309236 00000 n
+0000309300 00000 n
+0000309364 00000 n
+0000309428 00000 n
+0000309492 00000 n
+0000309556 00000 n
+0000309620 00000 n
+0000309684 00000 n
+0000309748 00000 n
+0000309812 00000 n
+0000522434 00000 n
+0000317869 00000 n
+0000319685 00000 n
+0000317725 00000 n
+0000309987 00000 n
+0000318022 00000 n
+0000318086 00000 n
+0000318150 00000 n
+0000318214 00000 n
+0000318278 00000 n
+0000318405 00000 n
+0000318469 00000 n
+0000318533 00000 n
+0000318597 00000 n
+0000318661 00000 n
+0000318725 00000 n
+0000318789 00000 n
+0000318853 00000 n
+0000318917 00000 n
+0000318981 00000 n
+0000319045 00000 n
+0000319109 00000 n
+0000319173 00000 n
+0000319237 00000 n
+0000319301 00000 n
+0000319365 00000 n
+0000319429 00000 n
+0000319493 00000 n
+0000319557 00000 n
+0000319621 00000 n
+0000335590 00000 n
+0000335214 00000 n
+0000319822 00000 n
+0000335337 00000 n
+0000335526 00000 n
+0000337370 00000 n
+0000337522 00000 n
+0000338767 00000 n
+0000337208 00000 n
+0000335740 00000 n
+0000337938 00000 n
+0000338002 00000 n
+0000338066 00000 n
+0000338130 00000 n
+0000338257 00000 n
+0000338321 00000 n
+0000338448 00000 n
+0000338512 00000 n
+0000338576 00000 n
+0000338640 00000 n
+0000337729 00000 n
+0000338903 00000 n
+0000338930 00000 n
+0000339096 00000 n
+0000339377 00000 n
+0000339755 00000 n
+0000340441 00000 n
+0000340892 00000 n
+0000340916 00000 n
+0000340942 00000 n
+0000340974 00000 n
+0000516827 00000 n
+0000341000 00000 n
+0000341414 00000 n
+0000341850 00000 n
+0000342194 00000 n
+0000342764 00000 n
+0000343234 00000 n
+0000343639 00000 n
+0000344276 00000 n
+0000344302 00000 n
+0000344784 00000 n
+0000345412 00000 n
+0000346052 00000 n
+0000346700 00000 n
+0000346726 00000 n
+0000347056 00000 n
+0000347100 00000 n
+0000347567 00000 n
+0000348072 00000 n
+0000348336 00000 n
+0000350002 00000 n
+0000350235 00000 n
+0000361450 00000 n
+0000361853 00000 n
+0000372137 00000 n
+0000372522 00000 n
+0000375191 00000 n
+0000375425 00000 n
+0000377394 00000 n
+0000377617 00000 n
+0000379382 00000 n
+0000379617 00000 n
+0000384828 00000 n
+0000385104 00000 n
+0000387112 00000 n
+0000387338 00000 n
+0000389497 00000 n
+0000389721 00000 n
+0000393699 00000 n
+0000393945 00000 n
+0000395861 00000 n
+0000396090 00000 n
+0000412362 00000 n
+0000412912 00000 n
+0000420813 00000 n
+0000421151 00000 n
+0000425356 00000 n
+0000425606 00000 n
+0000428744 00000 n
+0000428991 00000 n
+0000433360 00000 n
+0000433641 00000 n
+0000442893 00000 n
+0000443274 00000 n
+0000451069 00000 n
+0000451410 00000 n
+0000454232 00000 n
+0000454571 00000 n
+0000455947 00000 n
+0000456180 00000 n
+0000457391 00000 n
+0000457618 00000 n
+0000459051 00000 n
+0000459291 00000 n
+0000466265 00000 n
+0000466543 00000 n
+0000468385 00000 n
+0000468608 00000 n
+0000470408 00000 n
+0000470627 00000 n
+0000485919 00000 n
+0000486306 00000 n
+0000505286 00000 n
+0000505890 00000 n
+0000516458 00000 n
+0000522541 00000 n
+0000522663 00000 n
+0000522762 00000 n
+0000522835 00000 n
+0000531147 00000 n
+0000531340 00000 n
+0000531511 00000 n
+0000531681 00000 n
+0000531852 00000 n
+0000532024 00000 n
+0000532198 00000 n
+0000532367 00000 n
+0000532556 00000 n
+0000532735 00000 n
+0000532943 00000 n
+0000533170 00000 n
+0000533396 00000 n
+0000533623 00000 n
+0000533848 00000 n
+0000534073 00000 n
+0000534300 00000 n
+0000534529 00000 n
+0000534762 00000 n
+0000534993 00000 n
+0000535226 00000 n
+0000535457 00000 n
+0000535690 00000 n
+0000535921 00000 n
+0000536154 00000 n
+0000536384 00000 n
+0000536623 00000 n
+0000536866 00000 n
+0000537107 00000 n
+0000537346 00000 n
+0000537583 00000 n
+0000537822 00000 n
+0000538057 00000 n
+0000538300 00000 n
+0000538542 00000 n
+0000538785 00000 n
+0000539025 00000 n
+0000539260 00000 n
+0000539499 00000 n
+0000539736 00000 n
+0000539974 00000 n
+0000540217 00000 n
+0000540459 00000 n
+0000540702 00000 n
+0000540944 00000 n
+0000541187 00000 n
+0000541428 00000 n
+0000541669 00000 n
+0000541912 00000 n
+0000542154 00000 n
+0000542397 00000 n
+0000542634 00000 n
+0000542869 00000 n
+0000543104 00000 n
+0000543339 00000 n
+0000543574 00000 n
+0000543809 00000 n
+0000544044 00000 n
+0000544282 00000 n
+0000544517 00000 n
+0000544751 00000 n
+0000544986 00000 n
+0000545229 00000 n
+0000545469 00000 n
+0000545704 00000 n
+0000545939 00000 n
+0000546174 00000 n
+0000546408 00000 n
+0000546640 00000 n
+0000546867 00000 n
+0000547102 00000 n
+0000547337 00000 n
+0000547572 00000 n
+0000547807 00000 n
+0000548045 00000 n
+0000548284 00000 n
+0000548525 00000 n
+0000548766 00000 n
+0000549007 00000 n
+0000549248 00000 n
+0000549489 00000 n
+0000549733 00000 n
+0000549982 00000 n
+0000550230 00000 n
+0000550479 00000 n
+0000550724 00000 n
+0000550963 00000 n
+0000551204 00000 n
+0000551453 00000 n
+0000551701 00000 n
+0000551947 00000 n
+0000552188 00000 n
+0000552429 00000 n
+0000552670 00000 n
+0000552911 00000 n
+0000553149 00000 n
+0000553390 00000 n
+0000553631 00000 n
+0000553872 00000 n
+0000554113 00000 n
+0000554356 00000 n
+0000554597 00000 n
+0000554840 00000 n
+0000555089 00000 n
+0000555337 00000 n
+0000555582 00000 n
+0000555818 00000 n
+0000556058 00000 n
+0000556307 00000 n
+0000556555 00000 n
+0000556799 00000 n
+0000557043 00000 n
+0000557292 00000 n
+0000557540 00000 n
+0000557785 00000 n
+0000558028 00000 n
+0000558277 00000 n
+0000558525 00000 n
+0000558771 00000 n
+0000559012 00000 n
+0000559261 00000 n
+0000559509 00000 n
+0000559754 00000 n
+0000559997 00000 n
+0000560241 00000 n
+0000560482 00000 n
+0000560723 00000 n
+0000560969 00000 n
+0000561214 00000 n
+0000561455 00000 n
+0000561698 00000 n
+0000561939 00000 n
+0000562180 00000 n
+0000562427 00000 n
+0000562674 00000 n
+0000562923 00000 n
+0000563168 00000 n
+0000563406 00000 n
+0000563641 00000 n
+0000563868 00000 n
+0000564108 00000 n
+0000564357 00000 n
+0000564605 00000 n
+0000564848 00000 n
+0000565093 00000 n
+0000565342 00000 n
+0000565590 00000 n
+0000565839 00000 n
+0000566086 00000 n
+0000566333 00000 n
+0000566582 00000 n
+0000566830 00000 n
+0000567079 00000 n
+0000567323 00000 n
+0000567570 00000 n
+0000567817 00000 n
+0000568058 00000 n
+0000568280 00000 n
+0000568451 00000 n
+0000568621 00000 n
+0000568795 00000 n
+0000568970 00000 n
+0000569147 00000 n
+0000569322 00000 n
+0000569499 00000 n
+0000569671 00000 n
+0000569850 00000 n
+0000570037 00000 n
+0000570240 00000 n
+0000570461 00000 n
+0000570685 00000 n
+0000570920 00000 n
+0000571144 00000 n
+0000571371 00000 n
+0000571598 00000 n
+0000571866 00000 n
+0000572149 00000 n
+0000572430 00000 n
+0000572710 00000 n
+0000572982 00000 n
+0000573248 00000 n
+0000573515 00000 n
+0000573632 00000 n
+0000573749 00000 n
+0000573871 00000 n
+0000574001 00000 n
+0000574131 00000 n
+0000574262 00000 n
+0000574395 00000 n
+0000574528 00000 n
+0000574662 00000 n
+0000574795 00000 n
+0000574927 00000 n
+0000575059 00000 n
+0000575191 00000 n
+0000575323 00000 n
+0000575456 00000 n
+0000575589 00000 n
+0000575721 00000 n
+0000575854 00000 n
+0000575988 00000 n
+0000576121 00000 n
+0000576254 00000 n
+0000576387 00000 n
+0000576519 00000 n
+0000576651 00000 n
+0000576783 00000 n
+0000576917 00000 n
+0000577050 00000 n
+0000577174 00000 n
+0000577297 00000 n
+0000577427 00000 n
+0000577562 00000 n
+0000577666 00000 n
+0000577792 00000 n
+0000577924 00000 n
+0000578057 00000 n
+0000578191 00000 n
+0000578328 00000 n
+0000578423 00000 n
+0000578553 00000 n
+0000578593 00000 n
+0000578725 00000 n
+trailer
+<< /Size 1999
+/Root 1997 0 R
+/Info 1998 0 R
+/ID [<E205CBDFF32059EA9F5682441A826F3D> <E205CBDFF32059EA9F5682441A826F3D>] >>
+startxref
+579091
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/pgfplots/manual.reference.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.tex
index 5cb97da2080..e1afbddbef4 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/manual.reference.tex
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.reference.tex
@@ -70,6 +70,7 @@ This list is copied from~\cite[section~29]{tikz}:
\item[mark=*] \showit{mark=*}
\item[mark=x] \showit{mark=x}
\item[mark=+] \showit{mark=+}
+ \item[mark=ball] \showit{mark=ball}
\end{longdescription}
And with \lstinline!\usetikzlibrary{plotmarks}!:
\begin{longdescription}
@@ -96,7 +97,10 @@ All these options have been drawn with the additional options
\draw[
gray,
thin,
- mark options={scale=2,fill=yellow!80!black,draw=black}]
+ mark options={%
+ scale=2,fill=yellow!80!black,draw=black
+ }
+]
\end{lstlisting}
\subsubsection{Line styles}
@@ -142,15 +146,19 @@ The first syntax chooses the next unused plot specification of the list \lstinli
\noindent
Some more details:
\begin{itemize}
- \item \lstinline!\addplot! is a shortcut for \lstinline!\draw[OPTIONS]!, that means anything up to the next semicolon is part of a \PGF-path. The semicolon is required.
- \item The \texttt{OPTIONS} are remembered for the legend.
- \item See subsection~\ref{sec:markers} for a list of available markers and line styles.
\item You can modify \texttt{OPTIONS} with
\begin{lstlisting}[gobble=1]
\tikzstyle{every axis plot}=[...]
\end{lstlisting}
+ or, even better, with
+ \begin{lstlisting}[gobble=1]
+ \tikzstyle{every axis plot}+=[...]
+ \end{lstlisting}
+ \item The \texttt{OPTIONS} are remembered for the legend.
+ \item See subsection~\ref{sec:markers} for a list of available markers and line styles.
\item For log plots, \PGFPlots\ will compute the natural logarithm $\log(\cdot)$ numerically. This works with normal fixed point numbers or in scientific notation. For example, the following numbers are valid input to \lstinline!\addplot!.
\begin{lstlisting}
+\begin{tikzpicture}
\begin{loglogaxis}
\addplot plot coordinate {
(769, 1.6227e-04)
@@ -161,10 +169,15 @@ Some more details:
(2.3e7, 0.00131415)
;
\end{loglogaxis}
+\end{tikzpicture}
\end{lstlisting}
You can represent arbirtrarily small or very large numbers as long as its logarithm can be represented as a \TeX-length (up to about~$16384$). Of course, any coordinate~$x\le 0$ is not possible since the logarithm of a non-positive number is not defined. Such coordinates will be skipped automatically.
- \item As a consequence of the coordinate parsing routines, you can't use the mathematical expression parsing method of \PGF\ as coordinates.
+ \item For normal plots, \PGFPlots\ understands arbirtrarily large or small numbers like 0.00000001234 or $1.234\cdot 10^{24}$. \PGFPlots\ has its own number parsing tools which are complete text based and do not rely on \TeX's limited numerical number representation. Before the plots are actually drawn, any input coordinate is transformed into \TeX-precision using transformations
+ \[ T_x(x) = 10^{s_x} \cdot x \text{ and } T_y(y) = 10^{s_y} \cdot y \]
+ with properly chosen integers $s_x, s_y \in \Z$. This ensures invariance of axis ranges. See section~\ref{sec:disabledatascaling} for more details.
+
+ \item As a consequence of the coordinate parsing routines, you can't use the mathematical expression parsing method of \PGF\ as coordinates (that means: you will need to provide coordinates without suffixes like ``cm'' or ``pt'' and you can't invoke mathematical functions).
\item If you did not specify axis limits for $x$ and $y$ manually, \lstinline!\addplot! will compute them automatically.
@@ -178,14 +191,30 @@ Some more details:
\end{enumerate}
\end{itemize}
+\subsection{\texttt{\textbackslash addplot+[OPTIONS] ...}}
+Does the same like \lstinline!\addplot[OPTIONS] ...! except that \texttt{OPTIONS} is \emph{appended} to the arguments which would have been taken for \lstinline!\addplot ...! (the element of the default list).
+
+Example:
+\begin{lstlisting}
+\addplot+[only marks] plot coordinates {...};
+\end{lstlisting}
+will use the same line style, markers, colors as
+\begin{lstlisting}
+\addplot plot coordinates {...};
+\end{lstlisting}
+but it will only draw markers, no lines.
+
\subsection{\texttt{\textbackslash axispath...;}}
+\label{sec:axispath}%
This command allows to draw custom content into an axis. The argument to \lstinline!\axispath! may be any \Tikz-command like
\begin{lstlisting}
-\axispath\node at (12.14368,-9.30872) {};
+\axispath\node at (axis cs:12.14368,-9.30872) {};
\end{lstlisting}
or
\begin{lstlisting}
-\axispath\draw (12.14368,-9.30872) -- (0,1);
+\axispath\draw
+ (axis cs:12.14368,-9.30872)
+ -- (axis cs:0,1);
\end{lstlisting}
A useful example is presented in section~\ref{sec:annot:plot} where annotations are placed near some data points.
@@ -193,9 +222,26 @@ The \lstinline!\axispath! command is necessary to communicate drawing commands t
A missing \lstinline!\axispath! may corrupt your graphics because the clipping area may not yet be known.
+The ``\texttt{axis cs}'' coordinate system allows you to access axis coordinates. You can use the same numbers as in \lstinline!\addplot! all required transformations like logarithms or data scaling transformations will be applied. All \lstinline!\axispath! commands should use these coordinate systems. See section~\ref{sec:axis:coords} for more information and section~\ref{sec:annot:plot} for examples.
+
+\subsection{Accessing axis coordinates with \texttt{axis cs}}
+\label{sec:axis:coords}%
+\PGFPlots\ provides a new coordinate system for use inside of an axis, the ``axis coordinate system'', \texttt{axis cs}.
+
+Its can be used in conjunction with \lstinline!\axispath! to draw any \Tikz-graphics at axis coordinates. It is used like
+\begin{lstlisting}
+ \axispath\draw
+ (axis cs:18943,2.873391e-05)
+ |- (axis cs:47103,8.437499e-06);
+\end{lstlisting}
+see section~\ref{sec:annot:plot} for example graphics.
+
+\paragraph{Attention:} Whenever you draw additional graphics, consider using \texttt{axis cs}! It applies any logarithms, data scaling transformations or whatever \PGFPlots\ usually does!
+
\subsection{\texttt{\textbackslash addlegendentry\{name\}}}
Adds a single legend entry to the legend list. Example:
\begin{lstlisting}
+\begin{tikzpicture}
\begin{axis}
\addplot[smooth,mark=*,blue] plot coordinates {
(0,2)
@@ -213,6 +259,7 @@ Adds a single legend entry to the legend list. Example:
};
\addlegendentry{Case 2}
\end{axis}
+\end{tikzpicture}
\end{lstlisting}
The outcome of this listing is shown in figure~\ref{fig:addlegendentry}.
\begin{figure}
@@ -240,9 +287,8 @@ The outcome of this listing is shown in figure~\ref{fig:addlegendentry}.
\caption{An example for the \texttt{\textbackslash addlegendentry} command}%
\label{fig:addlegendentry}%
\end{figure}%
-It does not matter where \lstinline!\addlegendentry! commands are placed, only the sequence matters. You will need one \lstinline!\addlegendentry! for every \lstinline!\addplot! command.
+It does not matter where \lstinline[breaklines=false]!\addlegendentry! commands are placed, only the sequence matters. You will need one \lstinline[breaklines=false]!\addlegendentry! for every \lstinline!\addplot! command.
-You may also consider the command \lstinline!\legend!. It also accepts several formatting options.
\subsection{\texttt{\textbackslash legend[OPTIONS]\{LIST\}}}
\label{sec:legenddef}%
@@ -256,11 +302,11 @@ You can use
\end{axis}
\end{tikzpicture}
\end{lstlisting}
-to assign a complete legend. The \lstinline!\legend! command takes the following arguments:
+to assign a complete legend. \textbf{Attention:} the final \lstinline!\\! is necessary! The \lstinline[breaklines=false]!\legend! command takes the following arguments:
\begin{lstlisting}
\legend[OPTIONS]{TEXT1\\TEXT2\\TEXT3\\...\\}
\end{lstlisting}
-where each legend element needs to be terminated by \lstinline!\\!. If \texttt{LIST} is empty, the current legend will not be touched (see \lstinline!\addlegendentry!). The short marker/line combination shown in legends is acquired from the argument to \lstinline!\addplot[...]!.
+where each legend element needs to be terminated by \lstinline[breaklines=false]!\\!. The short marker/line combination shown in legends is acquired from the argument to \lstinline[breaklines=false]!\addplot[...]!.
\subsubsection{Legend appearance}
The style ``\texttt{every axis legend}'' determines the legend's position and outer appearance:
@@ -277,8 +323,25 @@ will draw it at the lower left corner of the axis while
\end{lstlisting}
means the upper right corner. The `\texttt{anchor}' option determines which point \emph{of the legend} will be placed at $(0,0)$ or $(1,1)$ (see below for more examples).
-The legend is a node, so you can use any \Tikz\ option which affects
-nodes (see~\cite[section~13]{tikz}). The node's option ``\texttt{text width}'' is set automatically, depending on the \lstinline!\legend[textwidth=...]! option.
+The legend is a \Tikz-matrix, so you can use any \Tikz\ option which affects
+nodes and matrizes (see~\cite[section 13~and~14]{tikz}). The matrix is created by something like
+\begin{lstlisting}
+\matrix[style=every axis legend] {
+ draw plot specification 1 & \node{legend 1}\\
+ draw plot specification 2 & \node{legend 2}\\
+ ...
+};
+\end{lstlisting}
+You can configure the number of horizontal legend entries with the axis-option ``\texttt{legend columns=NUMBER}''. For example,
+\begin{lstlisting}
+\begin{tikzpicture}
+\begin{axis}[legend columns=4]
+...
+\legend{legend 1\\legend 2\\legend 3\\}
+\end{axis}
+\end{tikzpicture}
+\end{lstlisting}
+would use (up to)~$4$ adjacent legend entries.
Examples:
\begin{itemize}
@@ -303,6 +366,8 @@ draws the legend INSIDE MIDDLE RIGHT, separated by 0.5cm from the axis.
The default is
\begin{lstlisting}
\tikzstyle{every axis legend}=[%
+ cells={anchor=center},
+ inner xsep=3pt,inner ysep=2pt,nodes={inner sep=2pt,text depth=0.15em},
anchor=north east,%
shape=rectangle,%
fill=white,%
@@ -310,28 +375,10 @@ The default is
at={(0.98,0.98)}
]
\end{lstlisting}
-
-\subsubsection{Legends Options}
-\subsubsection*{textwidth=auto$|$none$|$DIMENSION}
-Assigns a width to the legend. Choices are
-\begin{description}
- \item[auto] Determines the width automatically;
- \item[none] does not perform any line breaking;
- \item[DIMENSION] uses a fixed width like \lstinline!2cm! for the (total) legend (including the small marker/line combination).
-\end{description}
-Default is ``\texttt{auto}''.
-
-\subsubsection*{font=COMMANDS}
-Changes the legend font. Examples:
-\begin{itemize}
- \item \lstinline!font=\Huge!
- \item \lstinline!font={\Huge\bfseries}!
-\end{itemize}
-Please note that the \Tikz\ option ``\texttt{font}'' will also be used, so you can also say
+\paragraph{Attention:} you should \emph{not reset} the default style to stay compatible with future versions. If possible, use
\begin{lstlisting}
-\tikzstyle{every axis legend}+=[font=\Huge]
+\tikzstyle{every axis legend}+=[...]
\end{lstlisting}
-to get the same effect. The difference is that I didn't figure out how to determine the legend's width without a legend option.
\subsection{\texttt{\textbackslash autoplotspeclist}}
@@ -405,9 +452,6 @@ Allows to define default options for any axis. For example,
\end{lstlisting}
will produce a width of \lstinline!\textwidth! for any following axis. You can preset any of the \texttt{axis}-options described below.
-\subsection{\texttt{\textbackslash legendpreset\{key=value,key=value\}}}
-Allows to define default options for any legend (See \lstinline!\axispreset!, it works in the same way.).
-
\subsection{Axis options}
There are several required and even more optional arguments to modify axes. They are used like
\begin{lstlisting}
@@ -419,12 +463,12 @@ There are several required and even more optional arguments to modify axes. They
\end{lstlisting}
The overall appeareance can be changed with
\begin{lstlisting}
-\tikzstyle{every axis}=[line width=1pt]
+\tikzstyle{every axis}+=[line width=1pt]
\end{lstlisting}
for example.
-\subsubsection*{\texttt{xmin=COORD}, \texttt{xmax=COORD}, \texttt{ymin=COORD}, \texttt{ymax=COORD}}
-These options denote the axis limits, i.e. the lower left and the upper right corner. Some remarks
+\subsubsection{\texttt{[xy]min=COORD}, \texttt{[xy]max=COORD}}
+The options \texttt{xmin}, \texttt{xmax} and \texttt{ymin}, \texttt{ymax} allow to define the axis limits, i.e. the lower left and the upper right corner. Some remarks:
\begin{itemize}
\item The axis limits determine the plotted range. Everything else will be clipped away.
\item The width of every unit $x$-coordinate will be scaled such that the plot has width \lstinline!\axisdefaultwidth! (including the tick- and axis labels). The height of every unit $y$-coordinate will be scaled such that the plot has height \lstinline!\axisdefaultheight!.
@@ -435,8 +479,8 @@ These options denote the axis limits, i.e. the lower left and the upper right co
\item The option \lstinline!enlargelimits! will automatically increase the plotted range.
\end{itemize}
-\subsubsection*{\texttt{xlabel=TEXT}, \texttt{ylabel=TEXT}}
-Changes the axis labels to `\texttt{TEXT}' which is any \LaTeX\ text. Use `\lstinline!{TEXT}!' if you need grouping.
+\subsubsection{\texttt{[xy]label=TEXT}}
+The options \texttt{xlabel} and \texttt{ylabel} change axis labels to `\texttt{TEXT}' which is any \LaTeX\ text. Use `\lstinline!{TEXT}!' if you need grouping.
Labels are \Tikz-Nodes which are placed with
\begin{lstlisting}
@@ -461,8 +505,15 @@ The default styles are
xshift=-35pt,
rotate=90]
\end{lstlisting}
+You should use
+\begin{lstlisting}
+\tikzstyle{every axis label}+=[...]
+\tikzstyle{every axis x label}+=[...]
+\tikzstyle{every axis y label}+=[...]
+\end{lstlisting}
+to modify options to ensure compatibility with future versions.
-\subsubsection*{\texttt{title=TEXT}}
+\subsubsection{\texttt{title=TEXT}}
Adds a caption to the plot. This will place a \Tikz-Node with
\begin{lstlisting}
\node[style=every axis title] {TEXT};
@@ -554,17 +605,19 @@ Please note that using the \LaTeX\ floating figures together with \lstinline!\ca
\end{figure}
-\subsubsection*{\texttt{xmode=normal$|$log}, \texttt{ymode=normal$|$log}}
+\subsubsection{\texttt{[xy]mode=normal$|$log}}
Allows to choose between normal plots or logplots for each $x,y$-combination. Default is \lstinline!xmode=normal!, \lstinline!ymode=normal!.
-\subsubsection*{\texttt{xtick=\{LIST\}}, \texttt{ytick=\{LIST\}}}
-Assigns a list of \emph{Positions} where ticks shall be placed. The argument \texttt{LIST} will be used inside of a \lstinline!\foreach \x in {LIST}! statement, and \texttt{LIST} contains one of the following formats:
+\subsubsection{\texttt{[xy]tick=\{LIST\}}}
+The options \texttt{xtick} and \texttt{ytick} assigns a list of \emph{Positions} where ticks shall be placed. The argument \texttt{LIST} will be used inside of a \lstinline!\foreach \x in {LIST}! statement, and \texttt{LIST} contains one of the following formats:
\begin{itemize}
\item \lstinline!{0,1,2,5,8}! (a series of coordinates),
\item \lstinline!{0,...,5}! (the same as \lstinline!{0,1,2,3,4,5}!),
\item \lstinline!{0,2,...,10}! (the same as \lstinline!{0,2,4,6,8,10}!),
\item \lstinline!{9,...,3.5}! (the same as \lstinline!{9, 8, 7, 6, 5, 4}!),
\item See \cite[Section~34]{tikz} for a more detailed definition of the options.
+ \item Use `\texttt{xtick=}' to use the default tick placement rules.
+ \item Use `\lstinline!xtick=\empty!' to disable any ticks.
\end{itemize}
For logplots, \PGFPlots\ will apply $\log(\cdot)$ to each element in `\texttt{LIST}'.
@@ -572,20 +625,127 @@ For logplots, \PGFPlots\ will apply $\log(\cdot)$ to each element in `\texttt{LI
\vspace*{0.3cm}
\noindent
-The default choice for ticks in a normal plot is to place them at each integer. The default for logplots it to place ticks at each $10^i$ in the axis' range.
+The default choice for tick \emph{positions} in normal plots is to place a tick at each coordinate~$i\cdot h$. The step size~$h$ depends on the axis scaling and the axis limits. It is chosen from a list a ``feasable'' step sizes such that neither too much nor too few ticks will be generated. The default for logplots it to place ticks at each $10^i$ in the axis' range. The default tick positions can be reconfigured with
+\begin{itemize}
+ \item \lstinline!\renewcommand{\axisdefaulttickwidth}{35}! where the integer argument denotes the maximum space between adjacent ticks in full points. The suffix ``\texttt{pt}'' has to be omitted and fractional numbers are not supported.
+ \item \lstinline!\renewcommand{\axisdefaulttryminticks}{4}! configures a loose lower bound on the number of ticks. It should be considered as a suggestion, not a tight limit.
+\end{itemize}
+
-The tick appearance can be (re-)configured with
+\noindent
+The tick \emph{appearance} can be (re-)configured with
\begin{lstlisting}
\tikzstyle{every tick}=[very thin,gray]
\tikzstyle{every minor tick}=[]
\end{lstlisting}
+or
+\begin{lstlisting}
+\tikzstyle{every tick}+=[very thin,gray]
+\tikzstyle{every minor tick}+=[black]
+\end{lstlisting}
+Please prefer the `\texttt{+=}' versions to ensure compatibility with future versions.
+
This style commands can be used at any time. The tick line width can be configured with the \lstinline!axis!-options `\texttt{tickwidth}' and `\texttt{subtickwidth}'.
-\subsubsection*{\texttt{xtickten=\{LIST\}}, \texttt{ytickten=\{LIST\}}}
-These options allow to place ticks at selected positions $10^k, k \in \text{\texttt{LIST}}$. They are only used for logplots. The syntax for `\texttt{LIST}' is the same as above for `\texttt{xtick=LIST}' or `\texttt{ytick=LIST}'.
+\subsubsection{\texttt{[xy]tickten=\{LIST\}}}
+The options \texttt{xtickten} and \texttt{ytickten} allow to place ticks at selected positions $10^k, k \in \text{\texttt{LIST}}$. They are only used for logplots. The syntax for `\texttt{LIST}' is the same as above for `\texttt{xtick=LIST}' or `\texttt{ytick=LIST}'.
+
+\subsubsection{\texttt{[xy]ticklabels=\{LIST\}}}
+Assigns a \emph{list} of tick \emph{labels} to each tick position. Tick \emph{positions} are assigned using the \texttt{xtick} and \texttt{ytick}-options.
-\subsubsection*{\texttt{xticklabel=\{TEXT\}}, \texttt{yticklabel=\{TEXT\}}}
-Allows to change the \emph{text} assigned to each tick position (see options \texttt{xtick} and \texttt{ytick}). The argument `\texttt{TEXT}' can be any \LaTeX-text. The following commands are valid inside of \texttt{TEXT}:
+This is one of two options to assign tick labels directly. The other option is `\texttt{xticklabel=\{COMMAND\}}' (or \texttt{yticklabel=\{COMMAND\}}).
+Option `\texttt{\*ticklabel}' offers higher flexibility while `\texttt{\*ticklabels}' is easier to use.
+
+The argument \texttt{LIST} has the same format as for ticks, that means
+\begin{lstlisting}
+xticklabels={$\frac{1}{2}$,$e$}
+\end{lstlisting}
+Denotes the two--element--list $\{\frac 12, e\}$. The list indices match the indices of the tick positions. If you need commas inside of list elements, use
+\begin{lstlisting}
+xticklabels={{0,5}, $e$}.
+\end{lstlisting}
+
+
+Example:
+\begin{lstlisting}
+\begin{tikzpicture}
+\begin{axis}[
+ xtick={-1.5,-1,...,1.5},
+ xticklabels={%
+ $-1\frac 12$,
+ $-1$,
+ $-\frac 12$,
+ $0$,
+ $\frac 12$,
+ $1$}
+]
+\addplot[smooth,blue,mark=*] plot coordinates {
+ (-1, 1)
+ (-0.75, 0.5625)
+ (-0.5, 0.25)
+ (-0.25, 0.0625)
+ (0, 0)
+ (0.25, 0.0625)
+ (0.5, 0.25)
+ (0.75, 0.5625)
+ (1, 1)
+};
+\end{axis}
+\end{tikzpicture}
+\end{lstlisting}
+yields figure~\ref{fig:ticklistexample}.
+\begin{figure}
+ \centering
+ \begin{tikzpicture}[baseline]
+ \begin{axis}[
+ anchor=north east,
+ width=6cm,
+ xtick={-1.5,-1,...,1.5},
+ xticklabels={%
+ $-1\frac 12$,
+ $-1$,
+ $-\frac 12$,
+ $0$,
+ $\frac 12$,
+ $1$}
+ ]
+ \addplot[smooth,blue,mark=*] plot coordinates {
+ (-1, 1)
+ (-0.75, 0.5625)
+ (-0.5, 0.25)
+ (-0.25, 0.0625)
+ (0, 0)
+ (0.25, 0.0625)
+ (0.5, 0.25)
+ (0.75, 0.5625)
+ (1, 1)
+ };
+ \end{axis}
+ \end{tikzpicture}
+ \hspace{10pt}%
+ \begin{minipage}[t]{6cm}%
+ \vspace{0pt}%
+ \begin{lstlisting}
+xtick={-1.5,-1,...,1.5},
+xticklabels={%
+ $-1\frac 12$,
+ $-1$,
+ $-\frac 12$,
+ $0$,
+ $\frac 12$,
+ $1$}
+ \end{lstlisting}
+ \end{minipage}
+ \caption{An example for the \texttt{xticklabels} option.}
+ \label{fig:ticklistexample}
+\end{figure}
+
+\subsubsection{\texttt{[xy]ticklabel=\{COMMAND\}}}
+Use \texttt{xticklabel} or \texttt{yticklabel} to change the \LaTeX-command which creates the tick \emph{labels} assigned to each tick position (see options \texttt{xtick} and \texttt{ytick}).
+
+This is one of two options to assign tick labels directly. The other option is `\texttt{xticklabels=\{LIST\}}' (or \texttt{yticklabels=\{LIST\}}). Option `\texttt{\*ticklabel}' offers higher flexibility while `\texttt{\*ticklabels}' is easier to use.
+
+The argument `\texttt{COMMAND}' can be any \LaTeX-text. The following commands are valid inside of \texttt{COMMAND}:
\begin{description}
\item[\textbackslash tick] The current element of option \lstinline!xtick! (or \lstinline!ytick!).
\item[\textbackslash ticknum] The current tick number, starting with~0 (a counter).
@@ -608,34 +768,71 @@ The default argument is
\end{lstlisting}
You can change the appearance of tick labels with
\begin{lstlisting}
-\tikzstyle{every tick label}=[]
+\tikzstyle{every tick label}+=[font=\tiny]
\end{lstlisting}
and/or
\begin{lstlisting}
-\tikzstyle{every x tick label}=[]
+\tikzstyle{every x tick label}+=[above]
\end{lstlisting}
and
\begin{lstlisting}
-\tikzstyle{every y tick label}=[]
+\tikzstyle{every y tick label}+=[font=\bfseries]
\end{lstlisting}
-\subsubsection*{\texttt{tickpos=left$|$right$|$both}}
+\subsubsection{\texttt{tickpos=left$|$right$|$both}}
Allows to choose where to place the small tick lines. Default is ``\texttt{both}''. This setting applies to both $x$~and~$y$ axis where ``left'' and ``right'' mean ``bottom'' and ``top'' for~$y$.
-\subsubsection*{\texttt{xminorticks=true$|$false}, \texttt{yminorticks=true$|$false}}
-Enables/disables the small minor tick lines. They are only used in log plots. Please note that minor ticks are automatically disabled if \texttt{xtick} is not a uniform range\footnote{A uniform list means the difference between all elements is~$1$ for normal plots or, for logplots, $\log(10)$.}. Default is \texttt{true}.
+\subsubsection{\texttt{[xy]minorticks=true$|$false}}
+\subsubsection{\texttt{[xy]majorticks=true$|$false}}
+\subsubsection{\texttt{ticks=minor$|$major$|$both$|$none}}
+Enables/disables the small tick lines either for single axis or for all of them. Major ticks are those placed at the tick positions and minor ticks are only used in log plots. Please note that minor ticks are automatically disabled if \texttt{xtick} is not a uniform range\footnote{A uniform list means the difference between all elements is~$1$ for normal plots or, for logplots, $\log(10)$.}. Default is to use minor and major ticks.
+
+You can configure the length of the tick line with `\texttt{minor tick length=DIMEN}' and `\texttt{major tick length=DIMEN}' (where DIMEN is a \TeX-length like 1cm) and its appearance using the following styles:
+\begin{lstlisting}
+\tikzstyle{every tick}+=[color=black] % applies to major and minor ticks,
+\tikzstyle{every minor tick}+=[thin] % applies only to minor ticks,
+\tikzstyle{every major tick}+=[thick] % applies only to major ticks.
+\end{lstlisting}
+There is also the style ``\texttt{every tick}'' which applies to both, major and minor ticks.
+
+\subsubsection{\texttt{major tick length=DIMEN}}
+\subsubsection{\texttt{minor tick length=DIMEN}}
+Allows to configure the length of the small tick lines. Minor ticks are only displayed for logarithmic plots. See option ``\texttt{ticks}'' for appearance styles for ticks.
-\subsubsection*{\texttt{tickwidth=DIMEN}, \texttt{subtickwidth=DIMEN}}
-Allows to configure the width of the small tick lines. Sub ticks are only displayed for logarithmic plots.
+\subsubsection{\texttt{[xy]minorgrids=true$|$false}}
+\subsubsection{\texttt{[xy]majorgrids=true$|$false}}
+\subsubsection{\texttt{grid=minor$|$major$|$both$|$none}}
+Enables/disables different grid lines. Major grid lines are placed at the normal tick positions (see \texttt{xmajorticks}) while minor grid lines are placed at minor ticks (see \texttt{xminorticks}).
-\subsubsection*{\texttt{enlargelimits}}
-Enlarges the axis size somewhat.
+Grid lines will be drawn before tick lines are processed, so ticks will be drawn on top of grid lines. You can configure the appearance of grid lines with the styles
+\begin{lstlisting}
+\tikzstyle{every axis grid}=[style=help lines] % applies to major and minor grids,
+\tikzstyle{every minor grid}+=[color=blue] % applies only to minor grid lines,
+\tikzstyle{every major grid}+=[thick] % applies only to major grid lines.
+\end{lstlisting}
+An example for grid lines can be found in section~\ref{sec:gridlines}.
+
+\subsubsection{\texttt{enlargelimits=[true$|$false$|$auto$|$VAL]}}
+Enlarges the axis size somewhat if enabled.
You can set \texttt{xmin}, \texttt{xmax} and \texttt{ymin}, \texttt{ymax} to the minimum/maximum values of your data and \texttt{enlargelimits} will enlarge the canvas such that the axis doesn't touch the plots.
-Default is \lstinline!true! if axis limits are determined automatically and \lstinline!false! if you provide them manually.
+\begin{itemize}
+ \item The value \texttt{true} enlarges all axes.
+ \item The value \texttt{false} uses tight axis limits as specified by the user (or read from input coordinates).
+ \item The value \texttt{auto} will enlarge limits only for axis for which axis limits have been determined automatically.
+ \item All other values like `\texttt{enlargelimits=0.1}' will enlarge all axis limits relatively (in this example, 10\% of the axis limits will be added at all sides).
+ \item If no relative threshold is provided, axis enlargement is done relatively to $x_\text{max}-x_\text{min}$ for normal plots and absolutely for log--plots up to now.
+\end{itemize}
+A small value of \texttt{enlargelimits} may avoid problems with large markers near the boundary.
+
+\subsubsection{\texttt{legend columns=NUMBER}}
+Allows to configure the maximum number of adjacent legend entries. The default is \texttt{legend columns=1}, so legends are placed vertically below each other. Examples can be found in section~\ref{sec:legendexamples:cols}.
+
+\subsubsection{\texttt{legend plot pos=left$|$right$|$none}}
+Configures where the small line specifications will be drawn: left of the description, right of the description or not at all. See an example in section~\ref{sec:legendexamples:plotpos}.
-\subsubsection*{\texttt{disablelogfilter}}
+\subsubsection{\texttt{disablelogfilter}}
Disables numerical evaluation of $\log(x)$ in \LaTeX. If you specify this option, any plot coordinates and tick positions must be provided as $\log(x)$ instead of $x$. This may be faster and -- possibly -- more accurate than the numerical log. The current implementation of $\log(x)$ normalizes~$x$ to $m\cdot 10^e$ and computes
\[ \log(x) = \log(m) + e \log(10) \]
where $y = \log(m)$ is computed with a newton method applied to $\exp(y) - m$. The normalization involves string parsing without \TeX-registers. You can savely evaluate $\log(1\cdot 10^{-7})$ although \TeX-registers would produce an underflow for such small numbers.
@@ -644,7 +841,57 @@ The exponential function is implemented in pgf using a truncated Euler McLaurin-
The current implementation of $\log(\cdot)$ is done by the macro \lstinline!\pgfmathlog! which is provided by package \lstinline!pgfmathlog.sty! (contained in the \PGFPlots-bundle).
-\subsubsection*{\texttt{width=DIMEN}, \texttt{height=DIMEN}}
+\subsubsection{\texttt{disabledatascaling}}
+\label{sec:disabledatascaling}%
+Disables internal re-scaling of input data. Normally, every input data like plot coordinates, tick positions or whatever, are parsed without using \TeX's limited number precision. Then, a transformation like
+ \[ T(x) = 10^{q-m} \cdot x \]
+is applied to every input coordinate/position where $m$ is ``the order of $x$'' base~$10$. Example: $x=1234 = 1.234\cdot 10^3$ has order~$m=4$ while $x=0.001234 = 1.234\cdot 10^{-3}$ has order $m=-2$. The parameter~$q$ is the order of the axis' width/height.
+
+The \textbf{effect} is that your plot coordinates can be of \emph{arbitrary precision} like $0.0000001$ and $0.0000004$. For these two coordinates, \PGFPlots\ will use 100pt and 400pt internally. The transformation is quit fast since it relies only on period shifts.
+
+The option ``\texttt{disabledatascaling}'' disables this data transformation. That means you are restricted to coordinates which \TeX\ can handle\footnote{Please note that the axis' scaling requires to compute $1/( x_\text{max} - x_{\text{min}} )$. The option \texttt{disabledatascaling} may lead to overflow or underflow in this context, so use it with care! Normally, the data scale transformation avoids this problem.}.
+
+So far, the data scale transformation applies only to normal axis (logarithmic scales do not need it).
+
+\subsubsection{\texttt{anchor=NAME}}
+This option shifts the axis horizontally and vertically such that the axis anchor (a point on the axis) is placed at coordinate $(0,0)$\footnote{I haven't understood how to implement an axis as a path command. In the future, the last path coordinate may be used in this place.}.
+
+\begin{itemize}
+ \item
+Anchors are useful in conjunction with horizontal or vertical alignment of plots, see the examples in section~\ref{sec:align} and section~\ref{sec:halign}.
+
+ \item Anchors are placed on the axis rectangle; any axis labels, titles or legends are completely unaffected.
+
+ \item Valid choices for \texttt{NAME} are
+ \texttt{north},
+ \texttt{north west},
+ \texttt{west},
+ \texttt{south west},
+ \texttt{south},
+ \texttt{south east},
+ \texttt{east},
+ \texttt{north east},
+ \texttt{center}.
+ They denote the places
+ \begin{center}
+ \begin{tikzpicture}[x=3cm,y=3cm]
+ \draw (0,0) rectangle (1,1);
+ \node[above] at (0.5,1) {N};
+ \node[above left] at (0,1) {NW};
+ \node[left] at (0,0.5) {W};
+ \node[below left] at (0,0) {SW};
+ \node[below] at (0.5,0) {S};
+ \node[below right] at (1,0) {SE};
+ \node[right] at (1,0.5) {E};
+ \node[above right] at (1,1) {NE};
+ \node at (0.5,0.5) {C};
+ \end{tikzpicture}
+ \end{center}
+ \item The default value is \texttt{anchor=south west}.
+
+\end{itemize}
+
+\subsubsection{\texttt{width=DIMEN}, \texttt{height=DIMEN}}
The axis is always scaled such that its dimension is
{\centering\lstinline!(\axisdefaultwidth,\axisdefaultheight)!.
@@ -655,7 +902,7 @@ The options \lstinline!width=DIMEN! and \lstinline!height=DIMEN! override the de
\noindent\underline{Remarks:}
\begin{itemize}
- \item The scaling only affects the width of one unit in $x$-direction or the height for one unit in $y$-direction. Axis labels and tick labels won't be resized.
+ \item The scaling only affects the width of one unit in $x$-direction or the height for one unit in $y$-direction. Axis labels and tick labels won't be resized, but their size is used to determine the axis scaling.
\item You can use the \Tikz-\lstinline!scale=NUMBER! option,
\begin{lstlisting}
@@ -669,6 +916,15 @@ The options \lstinline!width=DIMEN! and \lstinline!height=DIMEN! override the de
\item The \Tikz-options \lstinline!x! and \lstinline!y! which set the unit dimensions in $x$ and $y$ directions can be specified as arguments to \lstinline!\begin{axis}[x=1.5cm,y=2cm]! if needed (see below). These settings override the \lstinline!width! and \lstinline!height! options.
+ \item You can also force a fixed width/height of the axis (without looking at labels) with
+ \begin{lstlisting}
+ \begin{tikzpicture}
+ \begin{axis}[width=5cm,scale only axis]
+ ...
+ \end{axis}
+ \end{tikzpicture}
+ \end{lstlisting}
+
\item Use
\begin{lstlisting}
\renewcommand{\axisdefaultwidth}{3cm}
@@ -681,11 +937,15 @@ The options \lstinline!width=DIMEN! and \lstinline!height=DIMEN! override the de
\item Please note that up to the writing of this manual, \PGFPlots\ only estimates the size needed for axis- and tick labels. It does not include legends which have been placed outside of the axis\footnote{I.e. the `\texttt{width}' option will not work as expected, but the bounding box is still ok.}. This may be fixed in future versions.
- Use the \lstinline!x=DIMEN! and \lstinline!y=DIMEN! options if the scaling happens to be wrong.
+ Use the \lstinline!x=DIMEN!, \lstinline!y=DIMEN! and \lstinline!scale only axis! options if the scaling happens to be wrong.
\end{itemize}
+\subsubsection{\texttt{scale only axis=[true$|$false]}}
+This boolean option allows to apply \texttt{width} and \texttt{height} only to the axis rectangle. If `\texttt{scale only axis}' is enabled, label, tick and legend dimensions won't influence the size of the axis rectangle.
-\subsubsection*{\texttt{x=DIMEN}, \texttt{y=DIMEN}}
+If \texttt{scale only axis=false} (the default), \PGFPlots\ will try to produce the desired width \emph{including} labels, titles and ticks.
+
+\subsubsection{\texttt{x=DIMEN}, \texttt{y=DIMEN}}
Use
\begin{lstlisting}
\begin{tikzpicture}
@@ -714,8 +974,13 @@ Use
\noindent
(see the \lstinline!width! option).
-\subsubsection*{\texttt{xfilter=CMD}, \texttt{yfilter=CMD}}
-These options allow coordinate filtering. A coordinate filter maps an input coordinate to an output coordinate (or discards it completely).
+\subsubsection{\texttt{hide axis=[true$|$false]}}
+Allows to hide the axis. No outer rectangle, no tick marks and no labels will be drawn. Only titles and legends will be processed as usual.
+
+Axis scaling and clipping will be done as if you did not use \texttt{hide axis}.
+
+\subsubsection{\texttt{[xy]filter=CMD}}
+The option \texttt{xfilter} and \texttt{yfilter} allow coordinate filtering. A coordinate filter maps an input coordinate to an output coordinate (or discards it completely).
Coordinate filters are useful in automatic processing system, where \PGFPlots\ is used to display automatically generated plots. You may not want to filter your coordinates by hand, so these options provide a tool to do this automatically.
@@ -763,6 +1028,7 @@ This example uses the \TeX-command \lstinline!\def! to define variables and comm
\begin{itemize}
\item \PGFPlots\ invokes the filter with argument \texttt{\#1} set to the input coordinate. For $x$-filters, this is the $x$-coordinate as it is specified to \lstinline!\addplot!, for $y$-filters it is the $y$-coordinate.
\item If the corresponding axis is logarithmic, \texttt{\#1} is the \emph{logarithm} of the coordinate as a real number, for example \texttt{\#1=4.2341}.
+ \item The arguments to coordinate filters are not transformed. You may need to call coordinate parsing routines.
\item Argument \texttt{\#2} is the name of a \TeX\ command. The filter should assign this command. The first filter above assigned the constant~$0.5$ and the second filter did not filter anything because it is the identity.
The replacement text of \texttt{\#2} is expected to be \emph{either} empty \emph{or} a real number (without any length-suffix like `cm' or `pt'). If it is empty, the coordinate won't be drawn at all, it will be thrown away.
diff --git a/Master/texmf-dist/doc/latex/pgfplots/manual.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex
index a78b88be948..2feb78a99bd 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/manual.tex
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex
@@ -32,6 +32,10 @@
\usepackage{amssymb}
\usepackage{amsfonts}
+\newcommand{\R}{\mathbb{R}}
+\newcommand{\N}{\mathbb{N}}
+\newcommand{\Z}{\mathbb{Z}}
+
\usepackage{listings}
\usepackage{courier}
\lstset{%
@@ -62,6 +66,11 @@
\newcommand\PGF{PGF}
\newcommand\PGFPlots{Pgfplots}
+% Fix overful hboxes automatically:
+\tolerance=2000
+\emergencystretch=10pt
+
+
\author{%
Christian Feuers\"anger\footnote{\url{http://wissrech.ins.uni-bonn.de/people/feuersaenger}}\\%
Institut f\"ur Numerische Simulation\\
@@ -77,18 +86,33 @@
\section{Introduction}
This package provides tools to generate plots and labeled axes easily. It draws normal plots, logplots and semi-logplots. Axis ticks, labels, legends (in case of multiple plots) can be added with key-value options. It can cycle through a set of predefined line/marker/color specifications. In summary, its purpose is to simplify the generation of high-quality function plots, especially for use in scientific contexts (logplots).
-It is build completely on \Tikz\ and \PGF\ and may be used as \Tikz\ library. While \Tikz\ supports a wide range of plotting utilities, axis generation, labels and legends are usually done with several foreach statements. This is substantially easier with \PGFPlots.
-
+It is build completely on \Tikz\ and \PGF\ and may be used as \Tikz\ library.
-\input{manual.install.tex}%
-\input{manual.intro.tex}%
-\input{manual.reference.tex}%
-\input{manual.examples.tex}%
+\section{Upgrade remarks}
+This release provides a lot of improvements which can be found in all detail in ``\texttt{changelog.txt}'' for interested readers. However, some attention is required for upgrades:
+\begin{enumerate}
+ \item I have re-implemented legends as \Tikz-matrizes and the default legend styles have been changed accordingly.
+ Please \emph{replace}
+ \begin{lstlisting}
+\tikzstyle{every axis legend}=[...]
+ \end{lstlisting}
+ \emph{with}
+\begin{lstlisting}
+\tikzstyle{every axis legend}+=[...].
+\end{lstlisting}
+ \item Update each \lstinline!\axispath...! command in your files. You will need to use \lstinline!axis cs! as coordinate system to apply any axis transformations. See sections~\ref{sec:axispath} and~\ref{sec:axis:coords} for details.
+ \item The manual file name has been renamed.
+\end{enumerate}
+\input{pgfplots.install.tex}%
+\input{pgfplots.intro.tex}%
+\input{pgfplots.reference.tex}%
+\input{pgfplots.examples.tex}%
+\input{pgfplots.importexport.tex}%
\bibliographystyle{abbrv} %gerapali} %gerabbrv} %gerunsrt.bst} %gerabbrv}% gerplain}
-\bibliography{manual.bib}
+\bibliography{pgfplots.bib}
\end{document}
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex
index 6a55a787b42..4fb394c5450 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex
@@ -26,6 +26,12 @@
%\def\pgfsysdriver{pgfsys-pdftex.def}
\usepackage{pgfplots}
+\pgfrealjobname{pgfplotstest}
+
+\def\testsection#1{\message{STARTING TEST SECTION '#1'}\section{#1}}
+\def\testsubsection#1{\message{STARTING TEST SUBSECTION '#1'}\subsection{#1}}
+\def\testsubsubsection#1{\message{STARTING TEST SUBSUBSECTION '#1'}\subsubsection{#1}}
+
\def\smallplotstest{%
\addplot[smooth,blue,mark=*] plot coordinates {
(-1, 1)
@@ -68,36 +74,316 @@
\addlegendentry{$d=3$}
}%
+\def\manylogplots{%
+ \addplot plot coordinates {
+ (5, 8.312e-02)
+ (17, 2.547e-02)
+ (49, 7.407e-03)
+ (129, 2.102e-03)
+ (321, 5.874e-04)
+ (769, 1.623e-04)
+ (1793, 4.442e-05)
+ (4097, 1.207e-05)
+ (9217, 3.261e-06)
+ };
+
+ \addplot plot coordinates {
+ (7, 8.472e-02)
+ (31, 3.044e-02)
+ (111, 1.022e-02)
+ (351, 3.303e-03)
+ (1023, 1.039e-03)
+ (2815, 3.196e-04)
+ (7423, 9.658e-05)
+ (18943, 2.873e-05)
+ (47103, 8.437e-06)
+ };
+
+ \addplot plot coordinates {
+ (9, 7.881e-02)
+ (49, 3.243e-02)
+ (209, 1.232e-02)
+ (769, 4.454e-03)
+ (2561, 1.551e-03)
+ (7937, 5.236e-04)
+ (23297, 1.723e-04)
+ (65537, 5.545e-05)
+ (178177, 1.751e-05)
+ };
+
+ \addplot plot coordinates {
+ (11, 6.887e-02)
+ (71, 3.177e-02)
+ (351, 1.341e-02)
+ (1471, 5.334e-03)
+ (5503, 2.027e-03)
+ (18943, 7.415e-04)
+ (61183, 2.628e-04)
+ (187903, 9.063e-05)
+ (553983, 3.053e-05)
+ };
+
+ \addplot plot coordinates {
+ (13, 5.755e-02)
+ (97, 2.925e-02)
+ (545, 1.351e-02)
+ (2561, 5.842e-03)
+ (10625, 2.397e-03)
+ (40193, 9.414e-04)
+ (141569, 3.564e-04)
+ (471041, 1.308e-04)
+ (1496065, 4.670e-05)
+ };
+ \legend{$d=2$\\$d=3$\\$d=4$\\$d=5$\\$d=6$\\}
+}%
+
\author{Christian Feuers\"anger}
\title{Tests for pgfplots.sty}
\begin{document}
\maketitle
+\testsection{Standard placement normal plot}
\begin{tikzpicture}
\begin{axis}
\smallplotstest
\end{axis}
\end{tikzpicture}
+\testsection{Scaling tests}
+\testsubsection{width=5cm}
\begin{tikzpicture}
\begin{axis}[width=5cm]
\smallplotstest
\end{axis}
\end{tikzpicture}
+\testsubsection{width=textwidth}
\begin{tikzpicture}
\begin{axis}[width=\textwidth]
\smallplotstest
\end{axis}
\end{tikzpicture}
+\testsubsection{width=textwidth, height=textheight}
\begin{tikzpicture}
\begin{axis}[height=\textheight,width=\textwidth]
\smallplotstest
\end{axis}
\end{tikzpicture}
+\testsubsection{height=3cm}
+\begin{tikzpicture}
+\begin{axis}[height=3cm]
+\smallplotstest
+\end{axis}
+\end{tikzpicture}
+
+\testsubsection{x=3cm}
+\hrule width3cm height1pt
+\vskip10pt
+\begin{tikzpicture}[baseline]
+\begin{axis}[x=3cm]
+\smallplotstest
+\end{axis}
+\end{tikzpicture}
+
+\testsubsection{x=3cm, y=4cm}
+\hrule width3cm height1pt
+\noindent
+\vrule height4cm width1pt
+\hskip10pt
+\begin{tikzpicture}[baseline]
+\begin{axis}[x=3cm,y=4cm]
+\smallplotstest
+\end{axis}
+\end{tikzpicture}
+
+\testsubsection{y=3cm}
+\noindent
+\vrule height3cm width1pt
+\hskip10pt
+\begin{tikzpicture}[baseline]
+\begin{axis}[y=3cm]
+\smallplotstest
+\end{axis}
+\end{tikzpicture}
+
+\testsubsection{Scale vs. Datascale trafo}
+All should have the same size; especially the same height.
+This tests the data scale transformation and rounding inaccuracies during the computation of $x$~and~$y$ unit vectors,
+\[ x = \frac{W}{T(\bar x) - T(\underline x)}. \]
+The larger $x$, the higher the scaling accuracy. Large $x$ means small $T(\bar x) - T(\underline x)$ (relative to width~$W$). But this implies low accuracy for the input data! And nobody wants inaccurate plots.
+
+The datascale transformation~$T$ is set up such that $O(W) = O(x)$, but I am not sure if I need to adjust some parameters. Some parameters lead to inaccurate~$x$ and~$y$ vectors, such that axis sizes are \emph{not} the same although $W$~and~$H$ (width and height) are the same.
+
+\noindent
+{\tikzstyle{every picture}+=[baseline]
+\axispreset{width=3cm,scale only axis,ytick=\empty}%
+\listnew\autoplotspeclist{blue\\}%
+\begin{tikzpicture}%
+\begin{axis}
+\addplot plot coordinates {
+ (0.000000, 0.113142)
+ (0.062500, 0.114457)
+ (0.125000, 0.115773)
+ (0.187500, 0.117088)
+ (0.250000, 0.118404)
+ (0.312500, 0.119719)
+ (0.375000, 0.121035)
+ (0.437500, 0.122350)
+ (0.500000, 0.123666)
+ (0.562500, 0.124981)
+ (0.625000, 0.126297)
+ (0.687500, 0.127612)
+ (0.750000, 0.128928)
+ (0.812500, 0.130243)
+ (0.875000, 0.131559)
+ (0.937500, 0.132874)
+ (1.000000, 0.134190)
+};
+\end{axis}
+\end{tikzpicture}%
+\begin{tikzpicture}%
+\begin{axis}
+\addplot plot coordinates {
+ (0.000000, 0.192392)
+ (0.020408, 0.551660)
+ (0.040816, 0.816371)
+ (0.061224, 0.957528)
+ (0.081633, 0.936301)
+ (0.102041, 0.784097)
+ (0.122449, 0.539922)
+ (0.142857, 0.257432)
+ (0.163265, -0.039651)
+ (0.183673, -0.313379)
+ (0.204082, -0.533386)
+ (0.224490, -0.712582)
+ (0.244898, -0.856655)
+ (0.265306, -0.932880)
+ (0.285714, -0.953862)
+ (0.306122, -0.957749)
+ (0.326531, -0.890993)
+ (0.346939, -0.774152)
+ (0.367347, -0.602360)
+ (0.387755, -0.396801)
+ (0.408163, -0.132261)
+ (0.428571, 0.161664)
+ (0.448980, 0.460018)
+ (0.469388, 0.720198)
+ (0.489796, 0.880398)
+ (0.510204, 0.967384)
+ (0.530612, 0.900632)
+ (0.551020, 0.729232)
+ (0.571429, 0.460479)
+ (0.591837, 0.155311)
+ (0.612245, -0.153827)
+ (0.632653, -0.430787)
+ (0.653061, -0.653561)
+ (0.673469, -0.819444)
+ (0.693878, -0.931060)
+ (0.714286, -0.984394)
+ (0.734694, -0.981970)
+ (0.755102, -0.940272)
+ (0.775510, -0.825804)
+ (0.795918, -0.664138)
+ (0.816327, -0.465371)
+ (0.836735, -0.219185)
+ (0.857143, 0.070697)
+ (0.877551, 0.377456)
+ (0.897959, 0.658660)
+ (0.918367, 0.853564)
+ (0.938776, 0.925472)
+ (0.959184, 0.868936)
+ (0.979592, 0.629528)
+ (1.000000, 0.228732)
+};
+\end{axis}
+\end{tikzpicture}%
+\begin{tikzpicture}%
+\begin{axis}
+
+\addplot plot coordinates {
+ (0.000000, 0.112104)
+ (0.062500, 0.098029)
+ (0.125000, 0.083954)
+ (0.187500, 0.069879)
+ (0.250000, 0.055804)
+ (0.312500, 0.041729)
+ (0.375000, 0.027654)
+ (0.437500, 0.013579)
+ (0.500000, -0.000496)
+ (0.562500, -0.014571)
+ (0.625000, -0.028646)
+ (0.687500, -0.042722)
+ (0.750000, -0.056797)
+ (0.812500, -0.070872)
+ (0.875000, -0.084947)
+ (0.937500, -0.099022)
+ (1.000000, -0.113097)
+};
+\end{axis}
+\end{tikzpicture}%
+\begin{tikzpicture}%
+\begin{axis}
+\addplot plot coordinates {
+ (0.000000, -0.963159)
+ (0.020408, -0.781664)
+ (0.040816, -0.488585)
+ (0.061224, -0.137738)
+ (0.081633, 0.234861)
+ (0.102041, 0.556489)
+ (0.122449, 0.791942)
+ (0.142857, 0.941856)
+ (0.163265, 0.977486)
+ (0.183673, 0.930499)
+ (0.204082, 0.809581)
+ (0.224490, 0.653308)
+ (0.244898, 0.474588)
+ (0.265306, 0.268631)
+ (0.285714, 0.048692)
+ (0.306122, -0.168568)
+ (0.326531, -0.380963)
+ (0.346939, -0.577633)
+ (0.367347, -0.751043)
+ (0.387755, -0.893755)
+ (0.408163, -0.960465)
+ (0.428571, -0.932380)
+ (0.448980, -0.841830)
+ (0.469388, -0.650880)
+ (0.489796, -0.346509)
+ (0.510204, -0.007265)
+ (0.530612, 0.329744)
+ (0.551020, 0.621489)
+ (0.571429, 0.826905)
+ (0.591837, 0.947602)
+ (0.612245, 0.956706)
+ (0.632653, 0.872426)
+ (0.653061, 0.724325)
+ (0.673469, 0.528915)
+ (0.693878, 0.310032)
+ (0.714286, 0.081807)
+ (0.734694, -0.143046)
+ (0.755102, -0.363063)
+ (0.775510, -0.559141)
+ (0.795918, -0.733031)
+ (0.816327, -0.880063)
+ (0.836735, -0.959350)
+ (0.857143, -0.968957)
+ (0.877551, -0.885145)
+ (0.897959, -0.702171)
+ (0.918367, -0.410704)
+ (0.938776, -0.035900)
+ (0.959184, 0.359062)
+ (0.979592, 0.719407)
+ (1.000000, 0.940563)
+};
+\end{axis}
+\end{tikzpicture}%
+}
+
+
+\testsection{Tick placement}
\begin{tikzpicture}
\begin{axis}[
xtick={-1.5,-1,...,1.5},
@@ -115,8 +401,10 @@
\end{axis}
\end{tikzpicture}
+\testsubsection{Enlargelimits tests}
+\testsubsubsection{enlargelimits=false, x limits provided}
\begin{tikzpicture}
-\begin{axis}[
+\begin{axis}[%
enlargelimits=false,
xmin=0,xmax=1,
xtick={-1.5,-1.25,...,1.5}]
@@ -124,6 +412,29 @@
\end{axis}
\end{tikzpicture}
+\testsubsubsection{enlargelimits=false, no limits provided}
+\begin{tikzpicture}
+\begin{axis}[enlargelimits=false]
+\smallplotstest
+\end{axis}
+\end{tikzpicture}
+
+\testsubsubsection{enlargelimits=true, all limits provided $[-1,1]\times [-1,1]$}
+\begin{tikzpicture}
+\begin{axis}[enlargelimits=true,xmin=-1,xmax=1,ymin=-1,ymax=1]
+\smallplotstest
+\end{axis}
+\end{tikzpicture}
+
+\testsubsubsection{enlargelimits=0.5}
+\begin{tikzpicture}
+\begin{axis}[enlargelimits=0.5]
+\smallplotstest
+\end{axis}
+\end{tikzpicture}
+
+\testsubsection{modified labels}
+
{
\tikzstyle{every axis label}=[]
\tikzstyle{every axis x label}=[
@@ -132,7 +443,7 @@
yshift=+15pt]
\tikzstyle{every axis y label}=[
at={(1,0.5)},
- xshift=+15pt,
+ xshift=+35pt,
rotate=90]
\begin{tikzpicture}
@@ -158,6 +469,8 @@
\end{axis}
\end{tikzpicture}
+\testsection{Tick label assigment tests}
+\testsubsection{Using xticklabel and xtick}
\begin{tikzpicture}
\begin{axis}[
xtick={-1.5,-1,...,1.5},
@@ -177,12 +490,99 @@
\end{axis}
\end{tikzpicture}
+\testsubsection{Using xticklabels}%
+\begin{tikzpicture}
+\begin{axis}[
+ xtick={-1.5,-1,...,1.5},
+ xticklabels={%
+ $-1\frac 12$,
+ $-1$,
+ $-\frac 12$,
+ $0$,
+ $\frac 12$,
+ $1$}
+]
+\smallplotstest
+\end{axis}
+\end{tikzpicture}
+
+\testsubsection{With commas}
+\begin{tikzpicture}
+\begin{axis}[
+ xtick={-1.5,-1,...,1.5},
+ xticklabels={%
+ {-1,5},
+ -1,
+ {-0,5},
+ 0,
+ {0,5},
+ 1,
+ {1,5}}
+]
+\smallplotstest
+\end{axis}
+\end{tikzpicture}
+
+\testsubsection{Using yticklabels in logplot}%
+{
+\def\tickformat#1{1e#1}%
+\begin{tikzpicture}
+\begin{loglogaxis}[
+ ytick={1e-8,1e-7,1e-6,1e-5,1e-4,1e-3,1e-2,1e-1,1e0,1e1},
+ yticklabels={%
+ \tickformat{-8},
+ \tickformat{-7},
+ \tickformat{-6},
+ \tickformat{-5},
+ \tickformat{-4},
+ \tickformat{-3},
+ \tickformat{-2},
+ \tickformat{-1},
+ \tickformat{-0}}
+]
+\loglogtestplot
+\end{loglogaxis}
+\end{tikzpicture}
+}
+
+\testsection{Default options log plot}
\begin{tikzpicture}
\begin{loglogaxis}
\loglogtestplot
\end{loglogaxis}
\end{tikzpicture}
+\testsection{Semilogy plot}
+\begin{tikzpicture}
+ \begin{semilogyaxis}[xlabel=Index,ylabel=Value]
+ \addplot[color=blue,mark=*] plot coordinates {
+ (1,8)
+ (2,16)
+ (3,32)
+ (4,64)
+ (5,128)
+ (6,256)
+ (7,512)
+ };
+ \end{semilogyaxis}
+\end{tikzpicture}
+
+\testsection{Semilogx plot}
+\begin{tikzpicture}
+ \begin{semilogxaxis}[xlabel=Index,ylabel=Value]
+ \addplot[color=blue,mark=*] plot coordinates {
+ (8,1)
+ (16,2)
+ (32,3)
+ (64,4)
+ (128,5)
+ (256,6)
+ (512,7)
+ };
+ \end{semilogxaxis}
+\end{tikzpicture}
+
+\testsection{Scaling log plots}
\hrule
\nobreak
\vskip10pt
@@ -206,6 +606,7 @@
\end{loglogaxis}
\end{tikzpicture}
+\testsection{Tick/Tick-Label placement log plots}
\begin{tikzpicture}
\begin{loglogaxis}[
xmin=0.99e2,xmax=1e4,
@@ -222,13 +623,486 @@
\end{loglogaxis}
\end{tikzpicture}
+\testsection{Legends}
+\begingroup
\begin{tikzpicture}
\begin{loglogaxis}[title=A test title,xlabel=Dof,ylabel=Error]
\loglogtestplot
+\legend{Eins\\Zwei\\}%
\end{loglogaxis}
\end{tikzpicture}
-\bibliographystyle{gerabbrv} %gerapali} %gerabbrv} %gerunsrt.bst} %gerabbrv}% gerplain}
-% \bibliography{literatur.bib}
-\end{document}
+\begin{tikzpicture}
+\begin{loglogaxis}[title=A test title,xlabel=Dof,ylabel=Error,legend columns=2]
+\manylogplots
+\end{loglogaxis}
+\end{tikzpicture}
+
+\begin{tikzpicture}
+\begin{loglogaxis}[title=A test title,xlabel=Dof,ylabel=Error,legend columns=3]
+\manylogplots
+\end{loglogaxis}
+\end{tikzpicture}
+
+{
+\tikzstyle{every axis legend}+=[inner sep=0pt,nodes={inner sep=0pt}]
+\begin{tikzpicture}
+\begin{loglogaxis}[title=A test title,xlabel=Dof,ylabel=Error,legend columns=4]
+\manylogplots
+\end{loglogaxis}
+\end{tikzpicture}
+}
+
+{\tikzstyle{every axis legend}+=[at={(0.5,-0.2)},anchor=north]
+\begin{tikzpicture}
+\begin{loglogaxis}[title=A test title,xlabel=Dof,ylabel=Error,legend columns=6]
+\manylogplots
+\end{loglogaxis}
+\end{tikzpicture}
+}%
+
+{\tikzstyle{every axis legend}+=[at={(0.5,0.98)},anchor=north,inner sep=0pt]
+\begin{tikzpicture}
+\begin{loglogaxis}[title=A test title,xlabel=Dof,ylabel=Error,legend columns=-1]
+\manylogplots
+\end{loglogaxis}
+\end{tikzpicture}
+}%
+
+\testsubsection{``legend plot pos'' options}
+\begin{tikzpicture}
+\begin{loglogaxis}[title=A test title,xlabel=Dof,ylabel=Error,legend plot pos=left]
+\manylogplots
+\end{loglogaxis}
+\end{tikzpicture}
+
+\begin{tikzpicture}
+\begin{loglogaxis}[title=A test title,xlabel=Dof,ylabel=Error,legend plot pos=right]
+\manylogplots
+\end{loglogaxis}
+\end{tikzpicture}
+
+\begin{tikzpicture}
+\begin{loglogaxis}[title=A test title,xlabel=Dof,ylabel=Error,legend plot pos=none]
+\manylogplots
+\end{loglogaxis}
+\end{tikzpicture}
+\endgroup
+
+\testsection{Title-option}
+\begin{tikzpicture}
+\begin{loglogaxis}[title=A test title,xlabel=Dof,ylabel=Error]
+\loglogtestplot
+\end{loglogaxis}
+\end{tikzpicture}
+
+\testsection{Scaling test for very small or very large x values}
+\testsubsection{1e-2}
+\begin{tikzpicture}
+\begin{axis}
+ \addplot plot coordinates {
+ (0.005,1)
+ (0.01,2)
+ (0.02,4)
+ };
+\end{axis}
+\end{tikzpicture}
+
+\testsubsection{1e+2}
+% \tracingmacros=2\tracingcommands=2
+\begin{tikzpicture}
+\begin{axis}
+ \addplot plot coordinates {
+ (50,1)
+ (100,2)
+ (200,4)
+ };
+\end{axis}
+\end{tikzpicture}
+% \tracingmacros=0\tracingcommands=0
+
+\testsubsection{x=1e+11; y=1e-6}
+\begin{tikzpicture}
+\begin{axis}
+ \addplot plot coordinates {
+ (5e10,1e-6)
+ (1e11,2e-6)
+ (2e11,4e-6)
+ };
+\end{axis}
+\end{tikzpicture}
+
+\testsubsection{1e+2}
+\begin{tikzpicture}
+\begin{axis}
+ \addplot plot coordinates {
+ (5,1)
+ (10,2)
+ (20,4)
+ };
+\end{axis}
+\end{tikzpicture}
+
+\testsection{Filter test}
+{%
+\def\myOwnYfilter#1\to#2{%
+ \def#2{0.5}%
+}%
+\begin{tikzpicture}
+\begin{axis}[yfilter={\myOwnYfilter}]
+\addplot plot coordinates {
+ (4,0)
+ (6,1)
+};
+\end{axis}
+\end{tikzpicture}
+}%
+
+\testsection{Test for addplot+[...]}
+{
+\tikzstyle{every axis legend}+=[at={(1.03,1)},anchor=north west]
+\begin{enumerate}
+ \item Ohne aenderung:
+
+\begin{tikzpicture}
+\begin{axis}
+\smallplotstest
+
+\addplot plot coordinates {
+ (4,0)
+ (6,1)
+};
+\legend{eins\\zwei\\}%
+\end{axis}
+\end{tikzpicture}
+
+\item MIT aenderung:
+
+\begin{tikzpicture}
+\begin{axis}
+\smallplotstest
+
+\addplot+[only marks] plot coordinates {
+ (4,0)
+ (6,1)
+};
+\legend{eins\\zwei\\}%
+\end{axis}
+\end{tikzpicture}
+\end{enumerate}
+}
+
+\testsection{Baseline alignment}
+\noindent
+\begin{tikzpicture}[baseline]
+\begin{axis}[width=0.4\linewidth,xlabel=An x label]
+ \smallplotstest
+\end{axis}
+\end{tikzpicture}
+\hspace{1cm}
+\begin{tikzpicture}[baseline]
+\begin{axis}[width=0.4\linewidth,xlabel={\Huge An x label}]
+ \smallplotstest
+\end{axis}
+\end{tikzpicture}
+
+\testsubsection{Baseline alignment and externalized graphics}
+One needs \texttt{\textbackslash beginpgfgraphicnamed} around the complete paragraph, so this here doesn't work (see source code):
+
+\beginpgfgraphicnamed{baselinetesta}
+\begin{tikzpicture}[baseline]
+\begin{axis}[width=0.4\linewidth,xlabel=An x label]
+ \smallplotstest
+\end{axis}
+\end{tikzpicture}
+\endpgfgraphicnamed
+%
+%
+\hspace{1cm}
+\beginpgfgraphicnamed{baselinetestb}
+\begin{tikzpicture}[baseline]
+\begin{axis}[width=0.4\linewidth,xlabel={\Huge An x label}]
+ \smallplotstest
+\end{axis}
+\end{tikzpicture}
+\endpgfgraphicnamed
+
+\testsubsection{Baseline alignment and externalized graphics II}
+\beginpgfgraphicnamed{baselinetestc}
+\begin{tikzpicture}[baseline]
+\begin{axis}[width=0.4\linewidth,xlabel=An x label]
+ \smallplotstest
+\end{axis}
+\end{tikzpicture}
+%
+%
+\hspace{1cm}
+\begin{tikzpicture}[baseline]
+\begin{axis}[width=0.4\linewidth,xlabel={\Huge An x label}]
+ \smallplotstest
+\end{axis}
+\end{tikzpicture}
+\endpgfgraphicnamed
+
+\testsubsection{Horizontal and Vertical alignment}
+\begin{tikzpicture}[baseline]
+\begin{axis}[width=0.4\linewidth,xlabel=An x label,ylabel=An y label]
+ \smallplotstest
+\end{axis}
+
+\begin{scope}[yshift=-4cm]
+\begin{axis}[width=0.4\linewidth,xlabel=An x label,ylabel={$\displaystyle\sum_{k=1}^n \frac 1n$}]
+ \smallplotstest
+\end{axis}
+\end{scope}
+
+\node[fill=yellow,circle] at (0,0) {$(0,0)$};
+\end{tikzpicture}
+%
+%
+\hspace{1cm}
+\begin{tikzpicture}[baseline]
+\begin{axis}[width=0.4\linewidth,xlabel={\Huge An x label}]
+ \smallplotstest
+\end{axis}
+
+\begin{scope}[yshift=-4cm]
+\begin{axis}[width=0.4\linewidth,xlabel={\Huge An x label},ylabel={$\displaystyle\sum_{k=1}^n \frac 1n$}]
+ \smallplotstest
+\end{axis}
+\end{scope}
+\node[fill=yellow,circle] at (0,0) {$(0,0)$};
+\end{tikzpicture}
+
+\testsection{Scaletest}
+
+{
+\listnew{\autoplotspeclist}{%
+ red,only marks,mark options={fill=red!80!black},mark=*\\%
+ black,only marks,mark options={fill=black},mark=square*\\%
+}%
+\begin{tikzpicture}
+\begin{axis}[%
+ width=8cm,
+ height=2cm,
+ xtick=\empty,
+ ytick=\empty
+]
+
+\addplot plot coordinates {
+ (0.968555, 0.000000)
+ (0.984277, 0.000000)
+ (0.030884, 0.000000)
+ (0.250000, 0.000000)
+ (0.750000, 0.000000)
+ (0.468750, 0.000000)
+ (0.750000, 0.000000)
+ (0.484375, 0.000000)
+ (0.968555, 0.000000)
+ (0.968555, 0.000000)
+ (1.000000, 0.000000)
+ (1.000000, 0.000000)
+ (0.030176, 0.000000)
+ (0.250000, 0.000000)
+ (0.250000, 0.000000)
+ (0.250000, 0.000000)
+ (0.750000, 0.000000)
+ (1.000000, 0.000000)
+ (0.500000, 0.000000)
+ (0.500000, 0.000000)
+ (0.234375, 0.000000)
+ (0.500000, 0.000000)
+ (0.750000, 0.000000)
+ (0.000000, 0.000000)
+ (0.750000, 0.000000)
+ (0.468750, 0.000000)
+ (0.500000, 0.000000)
+ (0.000000, 0.000000)
+ (0.468750, 0.000000)
+ (0.000000, 0.000000)
+ (0.750000, 0.000000)
+ (0.000000, 0.000000)
+ (0.234375, 0.000000)
+ (1.000000, 0.000000)
+};
+\addplot plot coordinates {
+ (0.367188, 0.000000)
+ (0.625000, 0.000000)
+ (0.312500, 0.000000)
+ (0.656250, 0.000000)
+ (0.312500, 0.000000)
+ (0.148438, 0.000000)
+ (0.125000, 0.000000)
+ (0.640625, 0.000000)
+ (0.136719, 0.000000)
+ (0.875000, 0.000000)
+ (0.390625, 0.000000)
+ (0.828125, 0.000000)
+ (0.875000, 0.000000)
+ (0.656250, 0.000000)
+ (0.125000, 0.000000)
+ (0.343750, 0.000000)
+ (0.861328, 0.000000)
+ (0.312500, 0.000000)
+ (0.578125, 0.000000)
+ (0.578125, 0.000000)
+ (0.625000, 0.000000)
+ (0.375000, 0.000000)
+ (0.875000, 0.000000)
+ (0.812500, 0.000000)
+ (0.847656, 0.000000)
+ (0.589844, 0.000000)
+ (0.343750, 0.000000)
+ (0.125000, 0.000000)
+ (0.875000, 0.000000)
+ (0.125000, 0.000000)
+ (0.609375, 0.000000)
+ (0.156250, 0.000000)
+};
+\end{axis}
+\end{tikzpicture}
+}
+
+\testsection{Anchortest}
+{
+\def\plot#1{
+\vbox{\hsize=5cm
+#1:
+
+\begin{tikzpicture}
+ \begin{axis}[width=5cm,anchor=#1]
+ \smallplotstest
+ \end{axis}
+ \node[fill=yellow,circle] at (0,0) {$(0,0)$};
+\end{tikzpicture}
+}
+}%
+\noindent
+\plot{north}
+\plot{north west}
+\plot{west}
+\plot{south west}
+\plot{south}
+\plot{south east}
+\plot{east}
+\plot{north east}
+\plot{center}
+}
+
+\testsection{Hide axis test}
+\begin{tikzpicture}
+ \begin{axis}
+ \smallplotstest
+ \end{axis}
+\end{tikzpicture}
+\begin{tikzpicture}
+ \begin{axis}[hide axis]
+ \smallplotstest
+ \end{axis}
+\end{tikzpicture}
+\vskip 1cm
+\noindent
+\begin{tikzpicture}
+ \begin{axis}[hide axis,title=A plot with hidden axis]
+ \smallplotstest
+ \end{axis}
+\end{tikzpicture}
+\begin{tikzpicture}
+ \begin{axis}[hide axis,title=A plot with hidden axis]
+ \smallplotstest
+ \legend{A legend\\}
+ \end{axis}
+\end{tikzpicture}
+
+\testsection{Style--test}
+{
+%\tikzstyle{every axis}=[xmin=-3,xmax=3]
+\begin{tikzpicture}
+ \begin{axis}
+ \smallplotstest
+ \end{axis}
+\end{tikzpicture}
+}
+
+\testsection{Grid lines test}
+\begin{tikzpicture}
+ \begin{axis}[xmajorgrids]
+ \smallplotstest
+ \end{axis}
+\end{tikzpicture}
+
+\begin{tikzpicture}
+ \begin{axis}[ymajorgrids,xmajorgrids]
+ \smallplotstest
+ \end{axis}
+\end{tikzpicture}
+
+\begin{tikzpicture}
+ \begin{loglogaxis}[ymajorgrids,xmajorgrids]
+ \loglogtestplot
+ \end{loglogaxis}
+\end{tikzpicture}
+
+\begin{tikzpicture}
+ \begin{loglogaxis}[grid=both]
+ \loglogtestplot
+ \end{loglogaxis}
+\end{tikzpicture}
+
+{
+\tikzstyle{every major tick}+=[color=black,thick]
+\begin{tikzpicture}
+ \begin{loglogaxis}[grid=major]
+ \loglogtestplot
+ \end{loglogaxis}
+\end{tikzpicture}
+
+\tikzstyle{every minor tick}+=[color=black,thick]
+\begin{tikzpicture}
+ \begin{loglogaxis}[grid=both]
+ \loglogtestplot
+ \end{loglogaxis}
+\end{tikzpicture}
+}
+
+\testsection{Tick lines test}
+\begin{tikzpicture}
+ \begin{loglogaxis}[xmajorticks=false,xminorticks=true]
+ \loglogtestplot
+ \end{loglogaxis}
+\end{tikzpicture}
+\begin{tikzpicture}
+ \begin{loglogaxis}[ymajorticks=false,yminorticks=false]
+ \loglogtestplot
+ \end{loglogaxis}
+\end{tikzpicture}
+
+\begin{tikzpicture}
+ \begin{loglogaxis}[ticks=none]
+ \loglogtestplot
+ \end{loglogaxis}
+\end{tikzpicture}
+
+\begin{tikzpicture}
+ \begin{loglogaxis}[ticks=major]
+ \loglogtestplot
+ \end{loglogaxis}
+\end{tikzpicture}
+
+\testsection{TikZ-coordinate system ``axis''}
+\begin{tikzpicture}
+\begin{axis}
+\smallplotstest
+\axispath\draw (axis cs:0.5,0.6) -- (axis cs:-1,0);
+\end{axis}
+\end{tikzpicture}
+
+\begin{tikzpicture}
+ \begin{loglogaxis}
+ \axispath\draw
+ (axis cs:18943,2.873391e-05) |- (axis cs:47103,8.437499e-06);
+ \loglogtestplot
+ \end{loglogaxis}
+\end{tikzpicture}
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/pgfplots/todo.txt b/Master/texmf-dist/doc/latex/pgfplots/todo.txt
index 49d55dc2452..2c27f484bbd 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/todo.txt
+++ b/Master/texmf-dist/doc/latex/pgfplots/todo.txt
@@ -1,32 +1,77 @@
-------------------------------------------------------------
-FLEISS:
+BUGS
-------------------------------------------------------------
-+ mache paket-abhaengigkeiten + versionsnummern ordentlich.
-
-- implementiere irgendwas, sodass \ref{} und \label{} auch fuer plots benutzt
- werden koennen. Ziel: suche die plotspec zum letzten plot raus!
++ axis limits of zero width are not fixed causing division by zero
-- dokumentiere trim-feature (oder shcmeisse es raus)
++ ytick=\empty is broken again :-(
-+ dokumentiere filter-feature
- + xfilter
- + yfilter
- + execute at begin plot
- + execute at end plot
+- if a logplot has very small axis ranges, only ONE tick label will be placed.
+ Thats not enough.
+ In such a case, tick labels should be placed at MINOR TICKS [2-9]*10^i.
+ BTW:
+ if someone places tick marks at [1-9]*10^i, the minor ticks should NOT be
+ disabled.
+ Instead, tick positions should be RECOGNISED AS MINOR TICKS (which is not
+ that simple).
-- aktualisiere doku fuer die neue log-evaluation
- + listing <-> axen konsistenz
- + textanpassungen
- + semilogxaxis - beispiel + doku
+- bei normalen plots wird der parser nicht angeworfen
-+ dokumentiere beispiel mit steigungsdreieck
-
-+ verwende die neuen umgebungen 'loglogaxis', 'semilogaxis' etc.
++ die legend[font=] variable ist doch dasselbe wie in dem tikzstyle zu legenden,
+ oder? warum funktioniert es dann anders?
--------------------------------------------------------------
-BUGS
--------------------------------------------------------------
+- implementiere enlargelimits fuer log-achsen
+
++ markers werden rausgeclipped, wenn die achsen TIGHT sind.
+
++ man kann keine leeren listen an tick labels uebergeben!
+
++ width/height produziert NICHT die gewuenschte breite.
+ Man sollte ne zusatzoption haben, die die labels grundsaetzlich NICHT
+ beruecksichtigt.
+
+X Fix the scaling estimations.
+ Problem: I don't know sizes of labels, legends, titles and tick labels.
+ Idea:
+ -Create a temporary picture
+ \hbox{%
+ \begin{tikzpicture}[xshift=...,yshift=...] % skaliere auf (0,0)--(1,1)
+ \draw (0,0) rectangle (1,1)
+ plaziere labels + legende + vllt. ein tick auf jede achse (?)
+ \end{tikzpicture}
+ }%
+ - measure and remember its size
+ - throw it away
+ -> 9.2.2008:
+ ATTEMPT FAILED.
+ Reasons:
+ 1. it is not possible to place a tikzpicture into a tikzpicture.
+ And it can't be because Tikz updates bounding box parameters GLOBALLY.
+ 2. I could use a combination of
+ - scope,
+ - the 'current bounding box' node,
+ - \pgfpointanchor{current bounding box}{ anchor name },
+ - drawing commands for labels,legend etc.
+ Effect: bounding box is determined correctly. BUT:
+ - bounding box of real picture may be affected,
+ - every output is drawn because nodes can't be 'thrown away'.
+ At least I do not know how.
+
+
++ enlargelimits muss RELATIV nicht ABSOLUT gemacht werden.
+
++ es gibt einen fehler in der achsen skalierung, wenn
+ man sehr grosse limits hat (normale achsen)
+
++ default ticks muessen besser an achsenlimits angepasst werden
+ -> bei sehr grossen oder sehr kleinen limits schlaegt die derzeitige
+ einschraenkung der step sizes fehl
+
+- addplot plot coordinates { (235 , 43252) }
+ ^
+ funzt nicht wegen dem leerzeichen vor dem komma
+
+- verschiebung des ylabels ist komisch, wegen der rotate option
- die standard-positionierung der achsenlabels beruecksichtigt nicht die breite
der ticklabels - entweder ist es daher zu weit weg oder zu nah
@@ -38,16 +83,13 @@ BUGS
+ das log-ding kann
1e7 nicht lesen, nur 1.0e7
-- wenn man jetzt ticks angibt, sieht man die rechenfehler angezeigt. das ist
++ wenn man jetzt ticks angibt, sieht man die rechenfehler angezeigt. das ist
doof. Vllt. kann ich ja zugriff auf die normalisierte gleitpunktdarstellung
bekommen und so das als 10^i darstellen??
HALT: die ticks WAREN doch mal als normale zahlen gegeben, oder? Die sollte
ich nehmen!
-- bei bel. ticks moechte ich nur ne gewisse anzahl stellen im tick label haben!
-
-- die legend[font=] variable ist doch dasselbe wie in dem tikzstyle zu legenden,
- oder? warum funktioniert es dann anders?
++ bei bel. ticks moechte ich nur ne gewisse anzahl stellen im tick label haben!
+ beim auto-limit-lesen geht
\addplot[color=red,mark=x]
@@ -81,10 +123,6 @@ X durch die verwendung der TEX-Register scheinen ungeauigkeiten beim clippen
+ diese liste sollte nicht '\\' fuer die interne repr verwenden.
-X meine achsenlimits gehen immer in log10 waehrend der rest wohl eher ln ist!
- das hat alles seine richtigkeit.
-
-+ die legende ist zu breit.
+ fuehre optionen fuer die legende ein
(position, font)
@@ -102,7 +140,267 @@ X Die gesamtbreite enthaelt zu viele nur grob einkalkulierte einfluesse!
FEATURES
-------------------------------------------------------------
-- es waere nicht schlecht, wenn man die ticklabels bessere angeben koennte
+- prettyprintnumber is not adequate.
+ There are different aims:
+ 1. The user provides
+ - precision
+ - number format (sci, fixed, truncate to int, 'whatever fits best')
+ - the number in any precision or format.
+ Details:
+ - I need \scifloatround
+ - sollte die mantisse einer exponential-darstellung runden
+ - erfordert u.U. renormalisierungen
+ - the fixed point rounding routine needs to distinguish between
+ - MAXIMUM precision, 1.000 -> 1
+ - FIXED precision 1.000 -> 1.00
+ - the 'std' format should use
+ - fixed point if
+ -4 < e < precision
+ - scientific in all other cases.
+ - this is copied from 'printf' manual. Motivation:
+ - 0.00013 wastes more space than 1.3e-4 and the latter
+ one may have higher precision.
+ - with precision 3, exponent > precision like 12345 =
+ 1.2345e4, the fixed point repr has as much digits as
+ the sci format. If exponent >> precision, it is
+ better to use scientific notation and round the
+ mantisse to 'precision'.
+ 2. The user says "show the information appropriately". Examples:
+ - "format my axis tick labels so that information is represented well
+ with very few space"
+ - "format my numbers such that absolute values above THRESH1 are
+ formatted with SCI, and absolute numbers below THRESH2 are formatted
+ with SCI, and those within with fixed pt.
+ - "format my numbers relatively to a reference number - I want to see
+ the difference!"
+ That may also be an appropriate choice for axis descriptions...
+ -> these informal requirements should be converted into a precise
+ definition. They should be available as configurable, predefined
+ "display strategies".
+ 3. The user may not only want to specify the NUMBER FORMAT (sci, fixed, ...),
+ but maybe he also wants to CONFIGURE THE GENERATED STRINGS. Examples:
+ - '1.002' vs '1,002' vs '1\cdot 002' , ...
+ - '1\cdot 10^4' vs '1e4' versus '1e+4' versus '1_{4}', ....
+ -> allow such possiblities.
+ Details for the display-methods (they don't round!):
+ - for log-displays: call \shownumberexponential{1}\empty\exponent
+ -> 10^i; 10^{0.702}
+ -> the precision should be used to round the exponent!
+ -> round exponent with \shownumberfixedpt.
+ Well, maybe a separate method like
+ \shownumberlogdisplay\exponent would be more appropriate.
+ - for scientific format: call
+ \shownumberexponential\sign\mantisse\exponent
+ There are different possible methods to display \mantisse:
+ - MAXIMUM precision
+ - FIXED precision
+ The same holds for the exponent:
+ - zero-pad to X digits
+ - minimum space
+ - for "normal" numbers, either with fixed or maximum precision:
+ \shownumberfixedpt\preperiod\postperiod
+ -> this should also be used for \mantisse!
+ My idea is that any input number HAS a period; then I simply need
+ to divide into the part before and after that.
+ -> conflicts with the idea of rounding: the rounded result may be
+ an integer!
+ Maybe I can return the \preperiod and \postperiod parts from the
+ rounding-routines.
+ Ideas:
+ - prettyprintnumber should access a bunch of configuration variables.
+ - these variables should be configurable by a key-value-parser.
+ - there should be a key-value-interface for prettyprintnumber, but it would
+ be best if that one is not necessarily needed. Most applications will not call
+ prettyprintnumber directly; they will configure the number format once and
+ invoke prettyprintnumber without options.
+ At least I think so....
+ - I could create a tabular-column format for column pretty printing
+ (possibly with alignment)
+ - I guess I can take the manual for printf and re-implement all of its
+ features (together with some of LaTeX like subscript exponentials or so)
+
+- document 'legend plot pos' option
+
+- Most of my loops are quite inefficient. I have learned how to employ
+ \@ifnextchar (or the PGF-pendant) to create efficient loops on top of TeXs
+ parser:
+ - use \@ifnextchar to check for a TERMINATE token and recurse otherwise.
+ - linear runtime
+ - I fear, my loops have quadratic runtime
+
+- there are some clipping paths in the tick-placement loop which can be
+ replacement with simple \ifdim's.
+ I guess clipping is not the cheapest operation.
+
+
+- remember unfiltered (non-logarithmized) input ticks with \listnew and provide
+ them like '\tick' during ticklabel typesetting
+
+
+- Es sollte unbedingt moeglich sein, die TikZ-Styles zu verwenden. Das
+ \axispreset ist reichlich nervig und inkonsistent mit der restlichen nutzung
+ -> optimal:
+ \path (0,0) axis[xlabel=X,width=...] {
+ \addplot plot coordinates {...};
+ };
+ or
+ \path (0,0) axis[xlabel=X] {
+ \addplot plot coordinates {...};
+ }
+ (1,1);
+ and the scaling would create a plot of dimension (1*x,1*y).
+
+ What do I really need?
+ - Path commands,
+ - style support,
+ - ... ?
+
+- provide accessable names for external axis labels, for example
+ \path[use as bounding box] (0,0) rectangle (1,1) (axis x label.south);
+ -> would only use the axis rectangle and the x label as bounding box.
+
++ improve tick placement (more) systematically
+
++ provide auto tick labels at 5*i if appropriate
+
++ implement the legend as tikz-matrix
+ -> width computation works correctly (there is a bug with font scaling)
+
++ provide tick labels as a list like
+ axis[tick labels={A,B,1,4,5,$\frac 12$}]
+ -> convert to \listnew, use listpopfront to access elements
+
+
+- provide options for log plot tick formatting:
+ 10^0.703 vs fixed point format
+
++ I could provide a global coordinate transformation
+ T(x) = x * 10^{q-m}
+ where 'q' is the desired range of numbers. It depends on TeXs numerical
+ capacities and the desired size (cm) of the plot.
+
+ The number 'm' is the order of the input data, \abs{x} \in O(10^m).
+ Advantages:
+ - such a transformation is purely based on period shifts
+ (multiplication/division by 10)
+ and is therefor purely TEXT BASED
+ - one can avoid TeXs limitations on numbers
+ - the full plot precision is maintained
+ Disadvantages:
+ - takes some more time,
+ - any \axispath commands need to use the transformation as well
+ - I need to provide a good implementation of T and T^{-1}
+ - needs a lot of care in programming
+ Ideas:
+ - the transformation could be included into my 'filter coordinates'
+ framework. However, one special treatment has to be done because
+ the transformation can only be done as soon as axis limits are known.
+ I guess it would be better to transform BEFORE TikZ touches the first
+ point.
+ - I should use my normalized floating point parser, possibly with some
+ simplifications
+ + implement numerics on floating point repr
+ + less than,
+ + minimum,
+ + format conversions,
+ + arithmetic shifts
+ - Maybe I could be evil and overwrite PGF's number parsing routine(s)
+ (\pgfmathparse?)
+ Advantage: I could apply log to user input; I could apply this
+ transformation transparently
+ -> maybe the number parsing is only performed by TikZ routines, not the
+ lowlevel PGF ones... perhaps thats easier to replace?
+
+- I could try to use the plot-stream framework of PGF directly instead of using
+ the 'plot coordinates' command of tikz.
+ Advantage: would be faster. And the additional features can't be used anyway
+ because of my own number parsing routines...
+
++ rename manual.pdf to pgfplots.pdf -> allows texdoc pgfplots
+
+
++ alignment: vertikal kann ich jetzt mit baseline. Kann ich horizontales
+ alignment an (0,0) hinbekommen?
+
++ axis hide option ? macht das sinn?
+
+- axis equal option
+
++ legende anders formatierbar?
+ - ausserhalb des (und isoliert von dem) plots?
+ + horizontal?
+
++ grid lines
+ + minor
+ + major
+ -> einfach als verlaengerung der kleinen tick lines
+
+- hintergrundfarbe des plots auf "weiss" fixierbar
+ -> sinnvoll fuer vortraege, bei denen anderer hintergrund ist
+ - option: GANZER plot oder nur achse
+
+- je eine autoplotspeclist fuer jeden achsentyp (d.h. 4 insgesamt)
+
+- es gibt scheinbar in PDF viewern die moeglichkeit, fuer den Druck ein anderes
+ dokument/dokumentteile zu verwenden als fuers Bildschirmbetrachten
+ (draft-package bspw?).
+ Kann man das nutzen, um sowohl farbige als auch S/W-plots zu generieren?
+ -> pruefe draftcopy paket
+
+- koennte man den kram auch aus (grossen) tabellen rauslesen? Also sowas wie
+ "plot X versus Y aus file Z"?
+ -> das geht sicher!
+ Ideen:
+ - abstrakte datenstruktur als liste von spalten, eine spalte ist ne liste
+ von nummern
+ - einlesen:
+ - zeilenweise, haengt an die jeweiligen spalten mit \listpushback
+ coordinaten dran
+ - read first line as header (optionally my $flags line for column
+ formatting advice)
+ - read just strings, no parsing
+ - optimal: '\t' as separator. How can I teach TeX to use '\t' as
+ separator!?
+ - would allow
+ \addplot plot table[x=X,y=Z] {\table}
+ and
+ \typesettable[columns=...,format=sci,...,formatting options=...] {\table}
+ - implementation: simple run through column lists
+ -> I need a method for simultaneous traversal of multiple lists, not
+ difficult
+ -> CONSISTENT data representation, powerful display options
+
+
+
++ man sollte \addplot mit '+[OPTIONEN]' starten koennen.
+
++ ich sollte das enlargelimits deaktivierbar machen! vllt. auch ne option 'tight'
+
++ automatisches tick-platzieren koennte verbessert werden
+ -> insbesondere fuer normale plots
+
+- fehlerbars waeren nett
+
+- es waere schoen, wenn man auf legend extern zugreifen koennte oder diese sogar
+ plotten koennte
+
++ es waere nicht schlecht, wenn man die ticklabels bessere angeben koennte
+ z.B.
+ ticklabellist={1\\2\\3\\}
+ oder so
+
+- prettyprintnumber: sollte SCI benutzen, wenn underflow
+
++ baseline option, die die linke unter ecke als '(0,0)' koordinate annimmt.
+ Wuerde generell sinn machen, oder?
+
+- andere plot-befehle
+ - domain option verwenden zum update der limits
+ - kann man logs anwenden?
+ - plot function
+ - plot file
+ - plot (...)
+ -> see tikz.code.tex for how to implement that!
- es waere schoen, wenn ich die ANZAHL der sinnvollen ticks angeben wuerde, d.h.
TICKS PRO ACHSE anstelle von TICKS PRO UNIT DIFFERENZ
@@ -118,29 +416,6 @@ FEATURES
2. beim lesen sucht er nach '\includegraphics{zeug.PDF}', was natuerlich
NICHT funktioniert, weil das pdf keine bounding box hat. supi.
-- ich brauche ne einbindung als Tikz paket. Ich wuerde bspw. gerne mit
- tikzstyle{every axis}=[width=0.5\textwidth] oder so arbeiten koennen.
- Wie geht das?
-
-- vllt. waere sowas wie 'filter' nicht schlecht: plotte einfach nichts, was
- ausserhalb eines gewissen domains liegt
-
-- mache die default styles etwas professioneller: statt hellere marker lieber
- dunklere
-
-- ich brauche ne option, die verspaetetes drawen erzwingt [selbst mit geg.
- limits].
-
-- ich koennte log implementieren.
- EINGABE:
- x = +m*10^e
- -> log(x) = log(m) + e*log(10)
- d.h. ich muesste nur ne implementierung fuer
- log(m), 0<m<1 finden.
-
- Ich koennte auch ne beliebe Zahl x=DDDDD.DDDDDDD in SCI format konvertieren,
- indem ich einfach kommas verschiebe und mitzaehle. Das geht alles ohne
- tex-register!
+ passe bounding box und x/y-skalierung "sinnvoll" an.
+ mache ne option "width=" die die GESAMTbreite angibt.
@@ -158,11 +433,9 @@ FEATURES
+ Nur mit der 'x=' bzw. 'y=' option sollte es NACH AUSSEN moeglich sein,
direkt einfluss auf die koordinaten zu nehmen.
-- entscheide automatisch, ob der abstand zwischen ticks an die skalierung
++ entscheide automatisch, ob der abstand zwischen ticks an die skalierung
angepasst werden sollte.
-- Einbinden als Tikz-Library
-
+ [xy]min = auto
-> berechne die werte numerisch
Ideen:
@@ -200,19 +473,3 @@ FEATURES
\addplot[OPTIONS] plot coordinates {...};
-> das \addplot ersetzt gewissermaßen das \draw
--------------------------------------------------------------
-Implementierungsideen
--------------------------------------------------------------
-+ Eine einfache Datenstruktur mit
- + push_back
- + create
- + copy
- + pop_front()
- + get(i)
- waere sehr hilfreich.
- Mir schwant sowas wie eine reihe von makros \array@index ... das kann man aber
- nicht loeschen :-(
- alternativ geht natuerlich
- \array{{1}{2}{3}}
- oder so. Das verbraet nur eine variable, hat aber hohe zugriffszeiten
-
diff --git a/Master/texmf-dist/tex/latex/pgfplots/liststructure.sty b/Master/texmf-dist/tex/latex/pgfplots/liststructure.sty
index 8a0a9568449..c5930374f7d 100644
--- a/Master/texmf-dist/tex/latex/pgfplots/liststructure.sty
+++ b/Master/texmf-dist/tex/latex/pgfplots/liststructure.sty
@@ -35,7 +35,7 @@
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\ProvidesPackage{liststructure}[2008/26/01 Version 0.9]
+\ProvidesPackage{liststructure}[2008/02/17 Version 0.9.4]
\newtoks\TOKL@ta
\newtoks\TOKL@tb
diff --git a/Master/texmf-dist/tex/latex/pgfplots/pgfmathlog.sty b/Master/texmf-dist/tex/latex/pgfplots/pgfmathlog.sty
index 81e252bbe27..9e9b57ea137 100644
--- a/Master/texmf-dist/tex/latex/pgfplots/pgfmathlog.sty
+++ b/Master/texmf-dist/tex/latex/pgfplots/pgfmathlog.sty
@@ -36,243 +36,14 @@
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\ProvidesPackage{pgfmathlog}[2008/26/01 Version 0.9.]
+\ProvidesPackage{pgfmathlog}[2008/02/17 Version 0.9.4]
\RequirePackage{pgf}[2007/01/01]
+\RequirePackage{sciformat}[2008/02/17]
+\RequirePackage{pgfplotshelpers}[2008/02/17]
-\RequirePackage{pgfplotshelpers}[2008/31/01]
-
-% Computes a normalised floating point representation for #1 of the
-% form
-% [+-]X.XXXXXXX*10^C
-% where
-% X.XXXXXX is a mantisse with first number != 0
-% and C is a count.
-%
-% This method does NOT use TeX Registers to represent the numbers! The
-% computation is COMPLETELY STRING BASED.
-% This allows numbers such at 10000000 or 5.23e-10 to be represented
-% properly, although TeX-registers would produce overflow/underflow
-% errors in these cases.
-%
-% It is to be used to compute logs, because log(X*10^Y) = log(X) + log(10)*Y
-%
-% Arguments:
-% #1 a -possibly non-normalized- number representation. Accepted input
-% format is
-% [+-]XXXXX.XXXXXX
-% [+-]XXXXX.XXXXXXeXXXX
-% [+-]0.0000XXXXXX
-% [+-]0.0000XXXXXXeXXXX
-% NOT accepted input format is
-% [+-]XXXXX [the period is missing]
-% [+-]XXXXXe10 [the period is missing]
-% [+-]0000.XXXXXX [leading zeros not supported]
-% [+-]XXXXX.XXXXXXEXXXXX [E notation not yet implemented]
-% #2 a macro name. \def#2{.....} will be used to assign the mantisse.
-% #3 a macro name. \def#3{.....} will be used to assign the exponent (base 10).
-%
-% Example:
-% \def\normalize#1{%
-% \pgfmathnormalisedfloatingpoint#1\to\M\powten\E
-% \[ #1 \mapsto \M\cdot 10^{\E} \]
-% }
-% \normalize{123.41251}%
-% \normalize{3.26101452e-06}%
+% See \sciparse docs
\def\pgfmathnormalisedfloatingpoint#1\to#2\powten#3{%
- \pgfmathnormalisedfloatingpoint@impl@possibly@signed#1\to#2\powten{#3}%
-}
-
-% first character MAY be + or -. This is checked, then
-% \pgfmathnormalisedfloatingpoint@impl@positive will be called for the
-% absolute value. The sign is inserted afterwards.
-\def\pgfmathnormalisedfloatingpoint@impl@possibly@signed#1#2\to#3\powten#4{%
- \def\pgfmathlogTMP{#1}%
- \def\pgfmathlogTMPB{-}%
- \if\pgfmathlogTMP\pgfmathlogTMPB
- \pgfmathnormalisedfloatingpoint@impl@positive@possibly@noperiod#2.\to#3\powten{#4}%
- \edef#3{-#3}%
- \else
- \def\pgfmathlogTMPB{+}%
- \if\pgfmathlogTMP\pgfmathlogTMPB
- \pgfmathnormalisedfloatingpoint@impl@positive@possibly@noperiod#2.\to#3\powten{#4}%
- \else
- \pgfmathnormalisedfloatingpoint@impl@positive@possibly@noperiod#1#2.\to#3\powten{#4}%
- \fi
- \fi
-}
-
-% XXXX -> XXXX.0
-% XXXX.YYY -> XXXX.YYYY
-\def\pgfmathnormalisedfloatingpoint@impl@positive@possibly@noperiod#1.#2\to#3\powten#4{%
- %\tracingmacros=2\tracingcommands=2
- \def\pgfmathlogTMP{#2}%
- \ifx\pgfmathlogTMP\empty
- \pgfmathnormalisedfloatingpoint@impl@positive@noperiod@possibly@SCI#1e\to#3\powten{#4}%
- \else
- \expandafter\pgfmathnormalisedfloatingpoint@impl@positive\pgfmathlog@pop@last@of@two@dots#1.#2\to#3\powten{#4}%
- \fi
-}
-\def\pgfmathlog@pop@last@of@two@dots#1.#2.{#1.#2}%
-
-\def\pgfmathnormalisedfloatingpoint@impl@positive@noperiod@possibly@SCI#1e#2\to#3\powten#4{%
- \def\pgfmathlogTMP{#2}%
- \ifx\pgfmathlogTMP\empty
- % this case applies to
- % 1234 -> 1234.0
- \pgfmathnormalisedfloatingpoint@impl@positive#1.0\to#3\powten{#4}%
- \else
- % this case applies to
- % 1e1 -> 1.0e1
- % in this case, #1e#2 = 1e1e, so we have to discard a suffix 'e'.
- \edef\pgfmathlogTMP{#1.0e\pgfmathlog@popsuffix@e@expansion#2}%
- \expandafter\pgfmathnormalisedfloatingpoint@impl@positive\pgfmathlogTMP\to#3\powten{#4}%
- \fi
-}
-
-% XXXXX.XXXXX -> X.XXXXXXX * 10^4
-% 0.0000XXXXX -> X.XXXX * 10^{-5}
-%
-% or
-% XXXX.XXXXXeYYY -> X.XXXXXX* 10^{3+YYY}
-% 0.0000XXXXeYYY -> X.XXX* 10^{-5+YYY}
-%
-% this version does not accept a sign. A period is required.
-\def\pgfmathnormalisedfloatingpoint@impl@positive#1#2.#3\to#4\powten#5{%
-% \begingroup
-% FIXME! restore variables!!
- %\tracingmacros=2\tracingcommands=2
- %\tracingmacros=0\tracingcommands=0
- \pgfmathnormalisedfloatingpoint@positive@getexisting@exponent@e#3e\preexponentto\preexponentstring\exponenttocount\c@pgf@counta
- % will \c@pgf@counta will be initialised in the line above
- % \c@pgf@counta=0
- \ifnum#1=0
- % the case 0.0000XXXX
- % does also handle 0.0000XXXXeXXX
- \def\pgfmathlogTMP{#2}%
- \ifx\pgfmathlogTMP\empty
- \c@pgf@countb=0
- \expandafter\pgfmathlog@count@leading@zeros\preexponentstring\to\c@pgf@countb
- \advance\c@pgf@countb by1
- \advance\c@pgf@counta by-\c@pgf@countb
- \edef#5{\the\c@pgf@counta}%
- \expandafter\pgfmathlog@assignmantisse\preexponentstring\to#4\countdownzerosfrom\c@pgf@countb
- \else
- % the case 000.0000XXXXX
- % is not allowed and does not make sense.
- \errmessage{INVALID NUMBER FORMAT: leading zeros 00*.* not supported yet}%
- \fi
- \else
- % the case NXXXXX.XXXXXXX
- % or NXXXXXX.XXXXXXeXXXX
- % where N in [1-9]
- \pgfmathlog@strlen#1#2\to\c@pgf@counta
- \advance\c@pgf@counta by-1
- \edef#4{#1.#2\preexponentstring}%
- \edef#5{\the\c@pgf@counta}%
- \fi
- %\tracingmacros=0\tracingcommands=0
-% \endgroup
-}
-
-% parses scientific notation and returns the exponent and everything
-% before the exponent like
-%
-% XXXXXXXeYYYY -> \def#2{XXXXXXX} #3=YYYY
-% or
-% XXXXXXXXe -> \def#2{XXXXXXXX} #3=0
-%
-% Examples:
-% - \pgfmathnormalisedfloatingpoint@exponent@e123456e\preexponentto\M\exponenttocount\acount
-% \M->123456
-% \acount=0
-% Please note that the input was 123456e -> at least 'e' is expected!
-%
-% - \pgfmathnormalisedfloatingpoint@exponent@e123456e-10e\preexponentto\M\exponenttocount\acount
-% \M->123456
-% \acount=-10
-% Again, the suffix 'e' is REQUIRED. This allows to reduce \ifs.
-\def\pgfmathnormalisedfloatingpoint@positive@getexisting@exponent@e#1e#2\preexponentto#3\exponenttocount#4{%
- \def#3{#1}%
- \def\pgfmathlogTMP{#2}%
- \ifx\pgfmathlogTMP\empty
- #4=0
- \else
- \pgfmathlog@popsuffix@e#2\tocount{#4}%
- \fi
-}
-
-% XXXXXe -> #2=XXXXX where X in [+-0-9].
-\def\pgfmathlog@popsuffix@e#1e\tocount#2{%
- #2=#1
-}
-
-\def\pgfmathlog@popsuffix@e@expansion#1e{%
- #1%
-}%
-
-% 00000XXXXXX -> X.XXXXX
-% Inputs:
-% #1 = 00000XXXXXX
-% #2 a macro name
-% #3 a count in which the number of zeros plus one is contained (i.e.
-% the number of shifts).
-\def\pgfmathlog@assignmantisse#1\to#2\countdownzerosfrom#3{%
- \toks0={#1}%
- \loop
- \ifnum#3=1
- \else
- \expandafter\pgfmathlog@popfirst\the\toks0\to{\toks0}%
- \advance#3 by-1
- \repeat
- \edef\pgfmathlog@assignmantisseTMP{\the\toks0}%
- \ifx\pgfmathlog@assignmantisseTMP\empty
- % The case 0.0 * 10^0
- \def#2{0.0}%
- \else
- \expandafter\pgfmathlog@insertperiod\the\toks0\to{#2}%
- \fi
-}
-
-% XXXXXX -> X.XXXXX into #3
-\def\pgfmathlog@insertperiod#1#2\to#3{%
- \def\pgfmathlogTMP{#2}%
- \ifx\pgfmathlogTMP\empty
- \def#3{#1.0}%
- \else
- \def#3{#1.#2}%
- \fi
-}
-
-% discards the first token.
-\def\pgfmathlog@popfirst#1#2\to#3{%
- #3={#2}%
-}
-
-% adds the string length of #1#2 into the count register #3.
-%
-% The register won't be initialised to zero!
-\def\pgfmathlog@strlen#1#2\to#3{%
- \advance#3 by1
- \def\pgfmathlogTMP{#2}%
- \ifx\pgfmathlogTMP\empty
- \else
- \pgfmathlog@strlen#2\to{#3}%
- \fi
-}
-
-% Adds the number of leadings zeros of #1#2 into the count register
-% #3.
-%
-% The register won't be initialised to zero!
-\def\pgfmathlog@count@leading@zeros#1#2\to#3{%
- \ifnum#1=0
- \advance#3 by1
- \def\pgfmathlogTMP{#2}%
- \ifx\pgfmathlogTMP\empty
- \else
- \pgfmathlog@count@leading@zeros#2\to{#3}%
- \fi
- \fi
+ \sciparse#1\to#2\powten{#3}%
}
% Evaluates the natural logarithm, log(x) for 0.1<=x<=1.
@@ -386,7 +157,7 @@
\def\pgfmathlog@newton#1{%
\begingroup%
% compute #1 = M*10^E with normalised mantisse M = [+-]*[1-9].XXXXX
- \pgfmathnormalisedfloatingpoint#1\to\newtoninput@mantisse\powten\newtoninput@exponent
+ \sciparse#1\to\newtoninput@mantisse\powten\newtoninput@exponent
%
% Now, compute log(#1) = log(M) + E*log(10)
% \message{EVAL log(#1) = log(\newtoninput@mantisse) + \newtoninput@exponent*log(10) mit newton STARTS:}%
@@ -421,3 +192,24 @@
\endgroup%
}
+% Usage:
+% \pgfmathapproxequalto@macro\argone\argtwo\result
+%
+% -> will set \resulttrue or \resultfalse
+% -> check with \ifresult
+\def\pgfmathlog@approxequalto@macro#1#2#3{%
+ \begingroup%
+ \expandafter\pgfmath@x#1pt\relax%
+ \expandafter\pgfmath@y#2pt\relax%
+ \advance\pgfmath@x-\pgfmath@y%
+ \ifdim\pgfmath@x<0pt
+ \multiply\pgfmath@x by-1
+ \fi
+ \ifdim\pgfmath@x<0.0001pt\relax%
+ \expandafter\aftergroup\csname #3true\endcsname
+ \else%
+ \expandafter\aftergroup\csname #3false\endcsname
+ \fi%
+ \endgroup%
+}
+
diff --git a/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty b/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty
index 394cf16be6d..114db197b55 100644
--- a/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty
+++ b/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty
@@ -23,17 +23,33 @@
% along with this program. If not, see <http://www.gnu.org/licenses/>.
%
%--------------------------------------------
-\def\pgfplotsversion{0.92}
-\ProvidesPackage{pgfplots}[2008/31/01 Version \pgfplotsversion]
+\def\pgfplotsversion{0.92.4}
+\ProvidesPackage{pgfplots}[2008/02/17 Version \pgfplotsversion]
+
+% ATTENTION:
+% you MAY need one of
+% \def\pgfsysdriver{pgfsys-dvipdfm.def}
+% \def\pgfsysdriver{pgfsys-pdftex.def}
+% \def\pgfsysdriver{pgfsys-dvips.def}
+%
+% BEFORE the first \usepackage{pgf}, \usepackage{tikz} or
+% \usepackage{pgfplots}.
+% Default is
+% 'dvips' for 'latex'
+% 'pdftex' for 'pdflatex'
+% -> dvipdfm needs special attention.
+
\RequirePackage{xkeyval}[2006/11/18]
\RequirePackage{ifthen}
\RequirePackage{liststructure}
\RequirePackage{tikz}[2007/06/07]
+\RequirePackage{sciformat}
\RequirePackage{pgfmathlog}
\usetikzlibrary{plotmarks}
\def\prefix{pgfplots}
+% FIXME: reduce number of variables!
\newcount\axisticknum
\newcount\axis@tickposnum
\newcount\axis@xmode
@@ -46,14 +62,19 @@
\newdimen\axis@tmpa
\newdimen\axis@tmpb
\newif\ifaxis@isuniformtick
+\newif\ifaxis@enlargelimits
+\newif\ifaxis@enlargelimits@rel@thresh
+\newif\ifaxis@enlargelimits@auto
\let\axis@TMP=\empty
\let\axis@TMPB=\empty
+\let\axis@TMPC=\empty
\def\axis@leftover{}
\def\axis@rightover{}
\def\axisdefaultwidth{240pt}
\def\axisdefaultheight{207pt}
\def\axisdefaulttickwidth{35}% the maximum space between adjacent ticks (in pt, but don't specify the unit 'pt')
+\def\axisdefaulttryminticks{4}
\listnew{\blackwhiteplotspeclist}{%
mark options={fill=gray},mark=*\\%
@@ -84,56 +105,6 @@
\listcopy\coloredplotspeclist\to\autoplotspeclist%
%\listcopy\blackwhiteplotspeclist\to\autoplotspeclist%
-%--------------------------------------------------
-%
-% MARKERS:
-% mark repeat=3,mark phase=2
-% mark options={color=blue,rotate=180}
-% ball,ball color=blue
-% {*}
-% {x}
-% {+}
-% \usetikzlibrary{plotmarks}
-% {-}
-% {|}
-% {o}
-% {asterisk}
-% {star}
-% {oplus}
-% {oplus*}
-% {otimes}
-% {otimes*}
-% {square}
-% {square*}
-% {triangle}
-% {triangle*}
-% {diamond}
-% {diamond*}
-% {pentagon}
-% {pentagon*}
-%
-% LINES:
-% line width=2cm
-% [snake=zigzag]
-% [snake=brace]
-% [snake=triangles]
-% [snake=coil,segment length=4pt]
-% [snake=coil,segment aspect=0]
-% [snake=expanding waves,segment angle=7]
-% style=solid
-% style=dotted
-% style=densely dotted
-% style=loosely dotted
-% style=dashed
-% style=densely dashed
-% style=loosely dashed
-% dash pattern=on 2pt off 3pt on 4pt off 4pt
-% dash phase=10pt
-% Mit der 'double' und 'double distance' option gibts lustige effekte:
-% \draw[draw=white,double=red,very thick] (0,1) -- (1,0);
-% \draw[very thick,double distance=2pt] (1,0) arc (180:90:1cm);
-%--------------------------------------------------
-
\tikzstyle{every axis}=[]
\tikzstyle{every axis plot}=[]
\tikzstyle{every axis label}=[]
@@ -142,6 +113,10 @@
\tikzstyle{every axis title}=[at={(0.5,1)},above,yshift=6pt]
\tikzstyle{every tick}=[very thin,gray]
\tikzstyle{every minor tick}=[]
+\tikzstyle{every major tick}=[]
+\tikzstyle{every axis grid}=[style=help lines]
+\tikzstyle{every minor grid}=[]
+\tikzstyle{every major grid}=[]
\tikzstyle{every tick label}=[]
\tikzstyle{every x tick label}=[]
\tikzstyle{every y tick label}=[]
@@ -163,6 +138,8 @@
% - \tikzstyle{every axis legend}+=[at={(1,0.5)},anchor=east,outer sep=0.5cm]
% draws the legend INSIDE MIDDLE RIGHT, separated by 0.5cm from the axis.
\tikzstyle{every axis legend}=[%
+ cells={anchor=center},
+ inner xsep=3pt,inner ysep=2pt,nodes={inner sep=2pt,text depth=0.15em},
anchor=north east,%
shape=rectangle,%
fill=white,%
@@ -173,32 +150,49 @@
% outer sep=0.1cm]
-%
-% xticklabel:
-% im argument kann man '\axisticknum' und '\tick' verwenden.
-% '\tick' ist der eintrag aus '\xtick', der gerade bearbeitet wird,
-% '\axisticknum' seine nummer.
-%
-% yticklabel:
-% analog zu xticklabel.
-%
-% xfilter/yfilter
-% \def\meinxfilter#1\to#2{\def#2{1.4}}
-% xfilter=\meinxfilter
-%
-% if the filtered coordinate is empty string, it will be skipped.
\define@cmdkeys[\prefix]{axis}[axis@]{%
xmin,xmax,xticklabel,xtick,xtickten,xlabel,%
ymin,ymax,yticklabel,ytick,ytickten,ylabel,%
- trimxmin,trimxmax,trimymin,trimymax,%
subtickwidth,tickwidth,%
xfilter,yfilter,%
width,height,%
title,%
execute at begin plot,%
execute at end plot,%
+ enlargelimits,%
+ legend columns,%
x,y}%
+\long\def\axis@foreach@to@list#1\to#2{%
+ \listnewempty\axis@TMP
+ \begingroup
+ \foreach \i in {#1} {%
+ \globaldefs=1
+ \expandafter\listpushback\i\to\axis@TMP
+ \globaldefs=0
+ }%
+ \endgroup
+ \listcopy\axis@TMP\to#2\relax
+}
+
+\define@cmdkey[\prefix]{axis}[axis@]{xticklabels}{%
+ \expandafter\axis@foreach@to@list\axis@xticklabels\to\axis@xticklabels
+ %\expandafter\listnew\expandafter\axis@xticklabels\expandafter{\axis@xticklabels}%
+ \let\axis@xticklabel=\axis@user@ticklabel@list@x
+}
+\define@cmdkey[\prefix]{axis}[axis@]{yticklabels}{%
+ \expandafter\axis@foreach@to@list\axis@yticklabels\to\axis@yticklabels
+ %\expandafter\listnew\expandafter\axis@yticklabels\expandafter{\axis@yticklabels}%
+ \let\axis@yticklabel=\axis@user@ticklabel@list@y
+}
+
+\define@cmdkey[\prefix]{axis}[axis@]{minor tick length}{%
+ \expandafter\let\expandafter\axis@subtickwidth\csname axis@minor tick length\endcsname
+}
+\define@cmdkey[\prefix]{axis}[axis@]{major tick length}{%
+ \expandafter\let\expandafter\axis@tickwidth\csname axis@major tick length\endcsname
+}
+
% sets \axis@tickposnum to
% left=0
% right=1
@@ -206,11 +200,75 @@
\define@choicekey[\prefix]{axis}{tickpos}[\val\nr]{left,right,both}{%
\axis@tickposnum=\nr\relax
}
+\define@choicekey[\prefix]{axis}{legend plot pos}[\val\nr]{left,right,none}{%
+ \edef\axis@legend@plot@pos{\nr}%
+}
+
+\define@choicekey[\prefix]{axis}{anchor}[\val\nr]{north,north west,west,south west,south,south east,east,north east,center}{%
+ \edef\axis@anchorchoicenum{\nr}%
+}
+
+\define@choicekey[\prefix]{axis}{ticks}[\val\nr]{none,major,minor,both}{%
+ \expandafter\ifcase\nr\relax
+ \axis@xminorticksfalse
+ \axis@yminorticksfalse
+ \axis@xmajorticksfalse
+ \axis@ymajorticksfalse
+ \or
+ \axis@xminorticksfalse
+ \axis@yminorticksfalse
+ \axis@xmajortickstrue
+ \axis@ymajortickstrue
+ \or
+ \axis@xminortickstrue
+ \axis@yminortickstrue
+ \axis@xmajorticksfalse
+ \axis@ymajorticksfalse
+ \or
+ \axis@xminortickstrue
+ \axis@yminortickstrue
+ \axis@xmajortickstrue
+ \axis@ymajortickstrue
+ \fi
+}
+\define@choicekey[\prefix]{axis}{grid}[\val\nr]{none,major,minor,both}{%
+ \expandafter\ifcase\nr\relax
+ \axis@xminorgridsfalse
+ \axis@yminorgridsfalse
+ \axis@xmajorgridsfalse
+ \axis@ymajorgridsfalse
+ \or
+ \axis@xminorgridsfalse
+ \axis@yminorgridsfalse
+ \axis@xmajorgridstrue
+ \axis@ymajorgridstrue
+ \or
+ \axis@xminorgridstrue
+ \axis@yminorgridstrue
+ \axis@xmajorgridsfalse
+ \axis@ymajorgridsfalse
+ \or
+ \axis@xminorgridstrue
+ \axis@yminorgridstrue
+ \axis@xmajorgridstrue
+ \axis@ymajorgridstrue
+ \fi
+}
+
+
\define@boolkeys[\prefix]{axis}[axis@]{%
xminorticks,%
+ xmajorticks,%
yminorticks,%
+ ymajorticks,%
+ xminorgrids,%
+ xmajorgrids,%
+ yminorgrids,%
+ ymajorgrids,%
disablelogfilter,%
- enlargelimits}[true]
+ disabledatascaling,%
+ hide axis,%
+ scale only axis}[true]
% sets \axis@xmode to
% normal=0
@@ -226,63 +284,59 @@
\axis@ymode=\nr\relax
}
-% Options to legend:
-% textwidth=auto
-% textwidth=none
-% textwidth=DIMENSION
-\define@cmdkey[\prefix]{legend}[axis@legend@]{textwidth}[auto]{}%
-
-\define@cmdkey[\prefix]{legend}[axis@legend@]{font}[]{}
-
\long\def\axispreset#1{%
\presetkeys[\prefix]{axis}{#1}{}%
}
\long\def\legendpreset#1{%
- \presetkeys[\prefix]{legend}{#1}{}%
+ \errmessage{Sorry, legendpreset is now deprecated, along with the legend options text width and font. Legends are now TikZ-matrizes which provide better alignment and can be placed horizontally. See the manual for details.}%
}
\presetkeys[\prefix]{axis}{%
xmode=normal,
xmin=,
xmax=,
- trimxmin=,
- trimxmax=,
xlabel=,
xtick=,
xtickten=,
xticklabel=,
xminorticks=true,
+ xmajorticks=true,
+ xminorgrids=false,
+ xmajorgrids=false,
ymode=normal,
ymin=,
ymax=,
- trimymin=,
- trimymax=,
ylabel=,
ytick=,
ytickten=,
yticklabel=,
yminorticks=true,
+ ymajorticks=true,
+ yminorgrids=false,
+ ymajorgrids=false,
+ grid=none,%
tickpos=both,
xfilter=,
yfilter=,
title=,
width=,
height=,
+ anchor=south west,
subtickwidth=0.1cm,
tickwidth=0.15cm,
+ scale only axis=false,
+ hide axis=false,
+ legend columns=1,
+ legend plot pos=left,
x=,% is implicitly set by 'width' and/or '\axisdefaultwidth'
y=,% is implicitly set by 'height' and/or '\axisdefaultheight'
execute at begin plot=,%
execute at end plot=,%
- enlargelimits=false,
+ enlargelimits=auto,
disablelogfilter=false}{}
-\presetkeys[\prefix]{legend}{%
- textwidth=auto,
- font=}{}
-
-
-\def\logten{2.302585}
+\def\logten{2.3025851}
+\def\reciproc@logten{0.434294481903252}
\newcommand{\logi}[1]{%
\ifcase#1
@@ -300,7 +354,14 @@
\newcommand{\show@yticklabel}[2]{{%
\let\ticknum=#1%
- \def\tick{#2}%
+ \ifaxis@float@numerics@mode@y
+ % this here stores \\tick@S, \\tick@M, \\tick@E
+ \axis@inverse@datascaletrafo@y{#2}\to\tick
+ % .. and this here provides \tick as fixed point repr:
+ \scitofixedsingle\tick\tick
+ \else
+ \def\tick{#2}%
+ \fi
\axis@yticklabel
}}
@@ -309,10 +370,26 @@
% #2: der x wert dafuer
\newcommand{\show@xticklabel}[2]{{%
\let\ticknum=#1%
- \def\tick{#2}%
+ \ifaxis@float@numerics@mode@x
+ % this here stores \\tick@S, \\tick@M, \\tick@E
+ \axis@inverse@datascaletrafo@x{#2}\to\tick
+ % .. and this here provides \tick as fixed point repr:
+ \scitofixedsingle\tick\tick
+ \else
+ \def\tick{#2}%
+ \fi
\axis@xticklabel
}}
+\def\axis@user@ticklabel@list@x{%
+ \listselect\ticknum\of\axis@xticklabels\to\tick
+ \tick
+}
+\def\axis@user@ticklabel@list@y{%
+ \listselect\ticknum\of\axis@yticklabels\to\tick
+ \tick
+}
+
\newcommand{\axisdefaultticklabel}[0]{%
$\prettyprintnumber{\tick}$%
}
@@ -344,147 +421,184 @@
% Y-Achsen und Achsenbeschriftung LOG:
% 1: Ticks
-\newcommand{\yachse}[1]{%
+\newcommand{\axis@drawyaxis}[1]{%
+ \begingroup
+ \newif\ifneedsminorloop
\axisticknum=0
- \foreach \y in {#1} {
- %\pgfextracty{\axis@tmpa}{\pgfpointxy{0}{\logten*\y}}%
- \pgfextracty{\axis@tmpa}{\pgfpointxy{0}{\y}}%
- %
- \ifdim\axis@tmpa<\axis@ycoordminTEX
- \else
- \ifdim\axis@tmpa>\axis@ycoordmaxTEX
- \else
- % Achsenbeschriftung:
- \ifnum\axis@tickposnum=1
- \node at
- (\axis@xcoordmaxTEX\axis@leftover,\axis@tmpa)
- [right,style=every tick label,style=every y tick label]
- {\show@yticklabel\axisticknum\y};
- \else
- \node at
- (\axis@xcoordminTEX\axis@leftover,\axis@tmpa)
- [left,style=every tick label,style=every y tick label]
- {\show@yticklabel\axisticknum\y};
- \fi
- \global\advance\axisticknum by1
- \fi
- \fi
- \begin{scope}
- \clip (\axis@xcoordminTEX\axis@leftover, \axis@ycoordminTEX\axis@leftover)
- rectangle (\axis@xcoordmaxTEX\axis@rightover, \axis@ycoordmaxTEX\axis@rightover);
- % Y-Achsenticks links und rechts
- % in log:
- % beachte: log( i*10^k ) = log\i + k\log10 -> male ticks für i=1..9
+ \edef\axis@TMP{#1}%
+ \ifx\axis@TMP\empty
+ \else
\ifaxis@yminorticks
- \foreach \i in {1,...,9} {
- \pgfextracty{\axis@tmpb}{\pgfpointxy{0}{\logi\i}}%
- \advance\axis@tmpa by\axis@tmpb
- \draw[style=every tick,style=every minor tick]
+ \needsminorlooptrue
+ \fi
+ \ifaxis@yminorgrids
+ \needsminorlooptrue
+ \fi
+ \def\axis@placecomputedtick##1[##2]{%
+ \draw[##2]
\ifcase\axis@tickposnum
(\axis@xcoordminTEX\axis@leftover, \axis@tmpa)
- -- (\axis@xcoordminTEX+\axis@subtickwidth, \axis@tmpa)
+ -- (\axis@xcoordminTEX+##1, \axis@tmpa)
\or
(\axis@xcoordmaxTEX\axis@rightover, \axis@tmpa)
- -- (\axis@xcoordmaxTEX-\axis@subtickwidth, \axis@tmpa)
+ -- (\axis@xcoordmaxTEX-##1, \axis@tmpa)
\or
(\axis@xcoordminTEX\axis@leftover, \axis@tmpa)
- -- (\axis@xcoordminTEX+\axis@subtickwidth, \axis@tmpa)
+ -- (\axis@xcoordminTEX+##1, \axis@tmpa)
(\axis@xcoordmaxTEX\axis@rightover, \axis@tmpa)
- -- (\axis@xcoordmaxTEX-\axis@subtickwidth, \axis@tmpa)
+ -- (\axis@xcoordmaxTEX-##1, \axis@tmpa)
\fi
;
}%
- \fi
- \draw[style=every tick]
- \ifcase\axis@tickposnum
- (\axis@xcoordminTEX\axis@leftover,\axis@tmpa)
- -- (\axis@xcoordminTEX+\axis@tickwidth,\axis@tmpa)
- \or
- (\axis@xcoordmaxTEX\axis@rightover,\axis@tmpa)
- -- (\axis@xcoordmaxTEX-\axis@tickwidth,\axis@tmpa)
- \or
- (\axis@xcoordminTEX\axis@leftover,\axis@tmpa)
- -- (\axis@xcoordminTEX+\axis@tickwidth,\axis@tmpa)
- (\axis@xcoordmaxTEX\axis@rightover,\axis@tmpa)
- -- (\axis@xcoordmaxTEX-\axis@tickwidth,\axis@tmpa)
- \fi
- ;
- \end{scope}
- }
-}
-
-% X-Achsen und Achsenbeschriftung
-% 1: Ticks
-\newcommand{\xachse}[1]{%
- \axisticknum=0
- \foreach \x in {#1} {
- % \pgfextractx{\axis@tmpa}{\pgfpointxy{\logten*\x}{0}}%
- \pgfextractx{\axis@tmpa}{\pgfpointxy{\x}{0}}%
- %
- \ifdim\axis@tmpa<\axis@xcoordminTEX
- \else
- \ifdim\axis@tmpa>\axis@xcoordmaxTEX
+ \def\placecomputedgridline[##1]{%
+ \draw[##1]
+ (\axis@xcoordminTEX\axis@leftover, \axis@tmpa)
+ -- (\axis@xcoordmaxTEX\axis@rightover, \axis@tmpa)
+ ;
+ }%
+ \foreach \y in {#1} {
+ \pgfextracty{\axis@tmpa}{\pgfpointxy{0}{\y}}%
+ %
+ \ifdim\axis@tmpa<\axis@ycoordminTEX
\else
- % Achsenbeschriftung:
- \ifnum\axis@tickposnum=1
- \node at
- (\axis@tmpa,\axis@ycoordmaxTEX\axis@leftover)
- [above,style=every tick label,style=every x tick label]
- {\show@xticklabel\axisticknum\x};
+ \ifdim\axis@tmpa>\axis@ycoordmaxTEX
\else
- \node at
- (\axis@tmpa,\axis@ycoordminTEX\axis@leftover)
- [below,style=every tick label,style=every x tick label]
- {\show@xticklabel\axisticknum\x};
+ % Achsenbeschriftung:
+ \ifnum\axis@tickposnum=1
+ \node at
+ (\axis@xcoordmaxTEX\axis@leftover,\axis@tmpa)
+ [right,style=every tick label,style=every y tick label]
+ {\show@yticklabel\axisticknum\y};
+ \else
+ \node at
+ (\axis@xcoordminTEX\axis@leftover,\axis@tmpa)
+ [left,style=every tick label,style=every y tick label]
+ {\show@yticklabel\axisticknum\y};
+ \fi
\fi
- \global\advance\axisticknum by1
\fi
- \fi
+ \global\advance\axisticknum by1
+ \begin{scope}
+ \clip (\axis@xcoordminTEX\axis@leftover, \axis@ycoordminTEX\axis@leftover)
+ rectangle (\axis@xcoordmaxTEX\axis@rightover, \axis@ycoordmaxTEX\axis@rightover);
+ % Y-ticks left and/or right
+ % in log:
+ % log( i*10^k ) = log\i + k\log10 -> draw ticks for i=1..9
+ \ifneedsminorloop
+ \foreach \i in {1,...,9} {
+ % this code here is scoped inside of \foreach.
+ \pgfextracty{\axis@tmpb}{\pgfpointxy{0}{\logi\i}}%
+ \advance\axis@tmpa by\axis@tmpb
+ \ifaxis@yminorgrids
+ \placecomputedgridline[style=every axis grid,style=every minor grid]%
+ \fi
+ \ifaxis@yminorticks
+ \axis@placecomputedtick\axis@subtickwidth[style=every tick,style=every minor tick]%
+ \fi
+ }%
+ \fi
+ \ifaxis@ymajorgrids
+ \placecomputedgridline[style=every axis grid,style=every major grid]%
+ \fi
+ \ifaxis@ymajorticks
+ \axis@placecomputedtick\axis@tickwidth[style=every tick,style=every major tick]%
+ \fi
+ \end{scope}
+ }%
+ \fi
+ \endgroup
+}
- \begin{scope}
- \clip (\axis@xcoordminTEX\axis@leftover, \axis@ycoordminTEX\axis@leftover)
- rectangle (\axis@xcoordmaxTEX\axis@rightover, \axis@ycoordmaxTEX\axis@rightover);
- % Y-Achsenticks links und rechts
- % in log:
- % beachte: log( i*10^k ) = log\i + k\log10 -> male ticks für i=1..9
+% X-Achsen und Achsenbeschriftung
+% 1: Ticks
+\newcommand{\axis@drawxaxis}[1]{%
+ \begingroup
+ \axisticknum=0
+ \newif\ifneedsminorloop
+ \edef\axis@TMP{#1}%
+ \ifx\axis@TMP\empty
+ \else
\ifaxis@xminorticks
- \foreach \i in {1,...,9} {
- \pgfextractx{\axis@tmpb}{\pgfpointxy{\logi\i}{0}}%
- \advance\axis@tmpa by\axis@tmpb
- \draw[style=every tick,style=every minor tick]
+ \needsminorlooptrue
+ \fi
+ \ifaxis@xminorgrids
+ \needsminorlooptrue
+ \fi
+ \def\axis@placecomputedtick##1[##2]{%
+ \draw[##2]
\ifcase\axis@tickposnum
(\axis@tmpa, \axis@ycoordminTEX\axis@leftover)
- -- (\axis@tmpa, \axis@ycoordminTEX+\axis@subtickwidth)
+ -- (\axis@tmpa, \axis@ycoordminTEX+##1)
\or
(\axis@tmpa, \axis@ycoordmaxTEX\axis@rightover)
- -- (\axis@tmpa, \axis@ycoordmaxTEX-\axis@subtickwidth)
+ -- (\axis@tmpa, \axis@ycoordmaxTEX-##1)
\or
(\axis@tmpa, \axis@ycoordminTEX\axis@leftover)
- -- (\axis@tmpa, \axis@ycoordminTEX+\axis@subtickwidth)
+ -- (\axis@tmpa, \axis@ycoordminTEX+##1)
(\axis@tmpa, \axis@ycoordmaxTEX\axis@rightover)
- -- (\axis@tmpa, \axis@ycoordmaxTEX-\axis@subtickwidth)
+ -- (\axis@tmpa, \axis@ycoordmaxTEX-##1)
\fi
;
}%
- \fi
- \draw[style=every tick]
- \ifcase\axis@tickposnum
- (\axis@tmpa, \axis@ycoordminTEX\axis@leftover)
- -- (\axis@tmpa, \axis@ycoordminTEX+\axis@tickwidth)
- \or
- (\axis@tmpa, \axis@ycoordmaxTEX\axis@rightover)
- -- (\axis@tmpa, \axis@ycoordmaxTEX-\axis@tickwidth)
- \or
- (\axis@tmpa, \axis@ycoordminTEX\axis@leftover)
- -- (\axis@tmpa, \axis@ycoordminTEX+\axis@tickwidth)
- (\axis@tmpa, \axis@ycoordmaxTEX\axis@rightover)
- -- (\axis@tmpa, \axis@ycoordmaxTEX-\axis@tickwidth)
- \fi
- ;
- \end{scope}
- }
+ \def\placecomputedgridline[##1]{%
+ \draw[##1]
+ (\axis@tmpa, \axis@ycoordminTEX\axis@leftover)
+ -- (\axis@tmpa, \axis@ycoordmaxTEX\axis@rightover)
+ ;
+ }%
+ \foreach \x in {#1} {
+ \pgfextractx{\axis@tmpa}{\pgfpointxy{\x}{0}}%
+ %
+ \ifdim\axis@tmpa<\axis@xcoordminTEX
+ \else
+ \ifdim\axis@tmpa>\axis@xcoordmaxTEX
+ \else
+ % Achsenbeschriftung:
+ \ifnum\axis@tickposnum=1
+ \node at
+ (\axis@tmpa,\axis@ycoordmaxTEX\axis@leftover)
+ [above,style=every tick label,style=every x tick label]
+ {\show@xticklabel\axisticknum\x};
+ \else
+ \node at
+ (\axis@tmpa,\axis@ycoordminTEX\axis@leftover)
+ [below,style=every tick label,style=every x tick label]
+ {\show@xticklabel\axisticknum\x};
+ \fi
+ \fi
+ \fi
+ \global\advance\axisticknum by1
+ %
+ \begin{scope}
+ \clip (\axis@xcoordminTEX\axis@leftover, \axis@ycoordminTEX\axis@leftover)
+ rectangle (\axis@xcoordmaxTEX\axis@rightover, \axis@ycoordmaxTEX\axis@rightover);
+ % X-Axis ticks bottom and top
+ % in log:
+ % log( i*10^k ) = log\i + k\log10 -> draw ticks for i=1..9
+ \ifneedsminorloop
+ \foreach \i in {1,...,9} {
+ \pgfextractx{\axis@tmpb}{\pgfpointxy{\logi\i}{0}}%
+ \advance\axis@tmpa by\axis@tmpb
+ \ifaxis@xminorgrids
+ \placecomputedgridline[style=every axis grid,style=every minor grid]%
+ \fi
+ \ifaxis@xminorticks
+ \axis@placecomputedtick\axis@subtickwidth[style=every tick,style=every minor tick]%
+ \fi
+ }%
+ \fi
+ \ifaxis@xmajorgrids
+ \placecomputedgridline[style=every axis grid,style=every major grid]%
+ \fi
+ \ifaxis@xmajorticks
+ \axis@placecomputedtick\axis@tickwidth[style=every tick,style=every major tick]%
+ \fi
+ \end{scope}
+ }%
+ \fi
+ \endgroup
}
\def\axis@rememberplotspec#1{{%
@@ -505,7 +619,7 @@
\advance\c@pgf@countb by-\c@pgf@counta
\repeat
\listselect\c@pgf@countb\of\autoplotspeclist\to#1
- %\message{pgfplots.sty: using \string\autoplotspeclist\ specification no\#\the\c@pgf@countb (of \the\c@pgf@counta): #1}%
+%\message{pgfplots.sty: using \string\autoplotspeclist\ specification no\#\the\c@pgf@countb (of \the\c@pgf@counta): #1}%
\fi
}
@@ -532,135 +646,297 @@
%
% The linespec. will be used in the legend.
\long\def\addplot{%
- \@ifnextchar[{%
- \axis@addplotimpl%
- }{%
+ \@ifnextchar+{%
\axis@getautoplotspec into\nextplotspec
- % the space after ']' is required here:
- % FIXME:
- % - \addplot[]plot coordinates is NOT allowed!?
- \expandafter\axis@addplotimpl\expandafter[\nextplotspec]
+ \axis@addplotimplAPPEND
+ }{%
+ \@ifnextchar[{%
+ \axis@addplotimpl%
+ }{%
+ \axis@getautoplotspec into\nextplotspec
+ % the space after ']' is required here:
+ % FIXME:
+ % - \addplot[]plot coordinates is NOT allowed!?
+ \expandafter\axis@addplotimpl\expandafter[\nextplotspec]
+ }%
}%
}
+\long\def\axis@addplotimplAPPEND+[{%
+ \expandafter\axis@addplotimpl\expandafter[\nextplotspec,
+}
+
\long\def\axis@addplotimpl[#1] #2;{%
+%\tracingmacros=2\tracingcommands=2
% #2 = plot coordinates {...}
\ifx\csname axis@execute at begin plot\endcsname\empty
\else
\csname axis@execute at begin plot\endcsname
\fi
- \axis@rememberplotspec{[#1]}
+ \axis@rememberplotspec{[#1]}%
\ifaxis@filtercoords
% FIXME : FREE THIS VARIABLE:
- \axis@filtercoords#2\newplotcmdto\axis@filteredcoordinateplotcmd
- \ifaxis@draw@at@end
- \expandafter\axis@update@limits\axis@filteredcoordinateplotcmd;%
- \fi
- \def\axis@TMP{\axispath\draw[style=every axis plot,#1] }%
- \expandafter\axis@TMP\axis@filteredcoordinateplotcmd;%
- %\tracingmacros=2\tracingcommands=2
- %\tracingmacros=0\tracingcommands=0
+ \axis@filtercoords@and@up@limits#2;\newplotcmdto\axis@filteredcoordinateplotcmd
+ \def\axis@TMP{\axispath@impl{\draw[style=every axis plot,#1]}}%
+ \expandafter\axis@TMP\axis@filteredcoordinateplotcmd%
\else
\ifaxis@draw@at@end
- \axis@update@limits#2;%
+ \axis@update@limits{#2;}%
\fi
- \axispath\draw[style=every axis plot,#1] #2;%
+ \axispath@impl{\draw[style=every axis plot,#1]}#2;%
\fi
\ifx\csname axis@execute at end plot\endcsname\empty
\else
\csname axis@execute at end plot\endcsname
\fi
+%\tracingmacros=0\tracingcommands=0
}%
-\long\def\axis@update@limits plot coordinates #1;{%
-%\axis@update@limits@forpoint#1\axis@restinto\axis@TMP
- \def\axis@TMP{#1}%
- \def\axis@TMPB{ }%
- \ifx\axis@TMPB\axis@TMP% FIXME isn't there a better way to exclude spaces!?
- \let\axis@TMP=\empty
- \fi
- \loop
- \ifx\axis@TMP\empty
- \else
- \expandafter\axis@update@limits@forpoint\axis@TMP\axis@restinto\axis@TMP
- \ifx\axis@TMPB\axis@TMP% FIXME isn't there a better way to exclude spaces!?
- \let\axis@TMP=\empty
- \fi
- \repeat
+\long\def\axis@update@limits#1{%
+ \axis@foreach@plot@coord@do%
+ \axis@update@limits@for@one@point
+ \for
+ #1%
+ \EOI
}
-% #1: optional white spaces (will be ignored). FIXME is there a better
-% way? I could not get \ignorespaces into this ...
-\long\def\axis@update@limits@forpoint#1(#2,#3)#4\axis@restinto#5{%
+% PRECONDITIONS:
+% - 'floating point numerics active'
+% => coordinate filtering is active
+% => #1 and #2 are MACRO names
+% => these macros are encoded with \scisetcomponents
+% - no coordinate filters active
+% => #1 and #2 MAY be macros, but they must be valid TeX
+% length (without unit).
+\long\def\axis@update@limits@for@one@point#1#2{%
+%\tracingmacros=2\tracingcommands=2
+%\message{Updating limits for (#1,#2) ...}%
\ifaxis@autocompute@xlim
- \pgfmathlog@invoke@expanded\pgfmathmin@{{\axis@xmin}{#2}}%
- \let\axis@xmin=\pgfmathresult
- \pgfmathlog@invoke@expanded\pgfmathmax@{{\axis@xmax}{#2}}%
- \let\axis@xmax=\pgfmathresult
+ \ifaxis@float@numerics@mode@x
+%\scitofixedsingle\axis@xmin\axis@TMP
+%\scitofixedsingle\axis@xmax\axis@TMPB
+%\message{current limits: xmin=\axis@TMP, xmax=\axis@TMPB}%
+ \scigetcomponents#1\axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \scigetcomponents\axis@xmin\axis@lim@S\axis@lim@M\axis@lim@E
+ \scimathmin%
+ \axis@lim@S\axis@lim@M\axis@lim@E
+ \and%
+ \axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \to%
+ \axis@lim@S\axis@lim@M\axis@lim@E
+ \scisetcomponents\axis@xmin\axis@lim@S\axis@lim@M\axis@lim@E
+ %
+ \scigetcomponents\axis@xmax\axis@lim@S\axis@lim@M\axis@lim@E
+ \scimathmax%
+ \axis@lim@S\axis@lim@M\axis@lim@E
+ \and%
+ \axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \to%
+ \axis@lim@S\axis@lim@M\axis@lim@E
+ \scisetcomponents\axis@xmax\axis@lim@S\axis@lim@M\axis@lim@E
+%\scitofixedsingle\axis@xmin\axis@TMP
+%\scitofixedsingle\axis@xmax\axis@TMPB
+%\message{updated limits: xmin=\axis@TMP, xmax=\axis@TMPB}%
+ \else
+ \pgfmathmin{\axis@xmin}{#1}%
+ \let\axis@xmin=\pgfmathresult
+ \pgfmathmax{\axis@xmax}{#1}%
+ \let\axis@xmax=\pgfmathresult
+ \fi
\fi
\ifaxis@autocompute@ylim
- \pgfmathlog@invoke@expanded\pgfmathmin@{{\axis@ymin}{#3}}%
- \let\axis@ymin=\pgfmathresult
- \pgfmathlog@invoke@expanded\pgfmathmax@{{\axis@ymax}{#3}}%
- \let\axis@ymax=\pgfmathresult
+ \ifaxis@float@numerics@mode@y
+%\scitofixedsingle\axis@ymin\axis@TMP
+%\scitofixedsingle\axis@ymax\axis@TMPB
+%\message{current limits: ymin=\axis@TMP, ymax=\axis@TMPB}%
+ \scigetcomponents#2\axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \scigetcomponents\axis@ymin\axis@lim@S\axis@lim@M\axis@lim@E
+ \scimathmin%
+ \axis@lim@S\axis@lim@M\axis@lim@E
+ \and%
+ \axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \to%
+ \axis@lim@S\axis@lim@M\axis@lim@E
+ \scisetcomponents\axis@ymin\axis@lim@S\axis@lim@M\axis@lim@E
+ %
+ \scigetcomponents\axis@ymax\axis@lim@S\axis@lim@M\axis@lim@E
+ \scimathmax%
+ \axis@lim@S\axis@lim@M\axis@lim@E
+ \and%
+ \axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \to%
+ \axis@lim@S\axis@lim@M\axis@lim@E
+ \scisetcomponents\axis@ymax\axis@lim@S\axis@lim@M\axis@lim@E
+%\scitofixedsingle\axis@ymin\axis@TMP
+%\scitofixedsingle\axis@ymax\axis@TMPB
+%\message{updated limits: ymin=\axis@TMP, ymax=\axis@TMPB}%
+ \else
+ \pgfmathmin{\axis@ymin}{#2}%
+ \let\axis@ymin=\pgfmathresult
+ \pgfmathmax{\axis@ymax}{#2}%
+ \let\axis@ymax=\pgfmathresult
+ \fi
\fi
- \def#5{#4}%
\axis@limits@are@computedtrue
+%\tracingmacros=0\tracingcommands=0
}
% Filters coordinates and writes a new, modified 'plot coordinates'
% command to macro #2.
-\long\def\axis@filtercoords plot coordinates #1\newplotcmdto#2{%
- %\edef#2{plot coordinates \verb|}|}%
+\long\def\axis@filtercoords@and@up@limits#1\newplotcmdto#2{%
\let#2=\empty
- \def\axis@TMP{#1}%
- \def\axis@TMPB{ }%
- \ifx\axis@TMPB\axis@TMP% FIXME isn't there a better way to exclude spaces!?
- \let\axis@TMP=\empty
- \fi
- \loop
- \ifx\axis@TMP\empty
- \else
- \expandafter\axis@filter@point\axis@TMP\appendto#2\axis@restinto\axis@TMP
- \ifx\axis@TMPB\axis@TMP% FIXME isn't there a better way to exclude spaces!?
- \let\axis@TMP=\empty
- \fi
- \repeat
- \edef#2{plot coordinates {#2}}%
-}
+ \let\axis@filter@output=#2
+ \axis@foreach@plot@coord@do%
+ \axis@filter@one@coord@pair
+ \for
+ #1%
+ \EOI
+ \edef#2{plot coordinates {\axis@filter@output};}%
+}%
-% #1: optional white spaces (will be ignored). FIXME is there a better
-% way? I could not get \ignorespaces into this ...
-\long\def\axis@filter@point#1(#2,#3)#4\appendto#5\axis@restinto#6{%
+\def\axis@filter@one@coord@pair#1#2{%
\ifx\axis@xfilter\empty
- \def\axis@filter@tmpx{#2}%
+ \def\axis@filter@tmp@x{#1}%
\else
- \let\axis@filter@tmpx=\empty
- \axis@xfilter#2\to\axis@filter@tmpx\relax
+ \let\axis@filter@tmp@x=\empty
+ \axis@xfilter#1\to\axis@filter@tmp@x
\fi
\ifx\axis@yfilter\empty
- \def\axis@filter@tmpy{#3}%
+ \def\axis@filter@tmp@y{#2}%
\else
- \let\axis@filter@tmpy=\empty
- \axis@yfilter#3\to\axis@filter@tmpy\relax
+ \let\axis@filter@tmp@y=\empty
+ \axis@yfilter#2\to\axis@filter@tmp@y
\fi
- \ifx\axis@filter@tmpx\empty
- \message{NOTE: coordinate (#2,#3) has been dropped because of the x-coordinate filter.}%
+ \ifx\axis@filter@tmp@x\empty
+ \message{NOTE: coordinate (#1,#2) has been dropped because of the x-coordinate filter.}%
\else
- \ifx\axis@filter@tmpy\empty
- \message{NOTE: coordinate (#2,#3) has been dropped because of the y-coordinate filter.}%
+ \ifx\axis@filter@tmp@y\empty
+ \message{NOTE: coordinate (#1,#2) has been dropped because of the y-coordinate filter.}%
\else
- \edef#5{#5 (\axis@filter@tmpx,\axis@filter@tmpy)}%
+ \ifaxis@draw@at@end
+ % update also axis limits:
+ \axis@update@limits@for@one@point{\axis@filter@tmp@x}{\axis@filter@tmp@y}%
+ \else
+ % apply data transformation directly.
+ \ifaxis@float@numerics@mode@x
+ \axis@datascaletrafo@x\axis@filter@tmp@x\to\axis@filter@tmp@x
+ \fi
+ \ifaxis@float@numerics@mode@y
+ \axis@datascaletrafo@y\axis@filter@tmp@y\to\axis@filter@tmp@y
+ \fi
+ \fi
+ % remind:
+ % \the\tokenregister
+ % will yield the contents of the token register, it will
+ % NOT expand recursively (like \expandafter)!
+ %
+ % Employ that here to maintain macros inside of
+ % \axis@filter@tmp[xy]
+ % (macros inside of those things are used by the floating
+ % point numerics to scale input data to TeX-lengths)
+ \pgfplots@toka=\expandafter{\axis@filter@output}%
+ \TOKL@ta=\expandafter{\axis@filter@tmp@x}%
+ \TOKL@tb=\expandafter{\axis@filter@tmp@y}%
+ \edef\axis@filter@output{\the\pgfplots@toka (\the\TOKL@ta,\the\TOKL@tb)}%
+%\message{FILTERING: appended \axis@filter@tmp@x,\axis@filter@tmp@y}% -> results in \axis@filter@output}%
\fi
\fi
- \def#6{#4}%
}
+
+% A looping command to loop through plot coordinates.
+% For every point, #3{X}{Y} will be invoked.
+%
+% No scoping is used during this operation, so you can access outer
+% variables.
+\long\def\axis@foreach@plot@coord@do#1\for plot coordinates #2;\EOI{%
+ \axis@foreach@plot@coord@ITERATE#1\n#2\EOI%
+}
+
+\def\axis@foreach@plot@coord@ITERATE#1\n{%
+ \@ifnextchar;{%
+ \axis@foreach@plot@coord@FINISH@SEMICOLON%
+ }{%
+ \@ifnextchar\EOI{%
+ \axis@foreach@plot@coord@FINISH%
+ }{%
+ \axis@foreach@plot@coord@NEXT#1\n%
+ }%
+ }%
+}
+
+\def\axis@foreach@plot@coord@NEXT#1\n(#2,#3){%
+ #1{#2}{#3}%
+ \axis@foreach@plot@coord@ITERATE#1\n
+}
+
+\def\axis@foreach@plot@coord@FINISH\EOI{}
+\def\axis@foreach@plot@coord@FINISH@SEMICOLON;\EOI{}
+
+% INPUT:
+% a sequence of points (SMeE,SMeE) (terminated with ';')
+% where S=sign, M=mantisse, E = exponent.
+% Such input is generated in the case axis@float@numerics@modetrue
+% by the coordinate filters.
+% OUTPUT:
+% proper sequence of fixed point coordinates which are the result of the
+% data scaling transformation (\axis@datascaletrafo@x).
+%
+% The output will be written into the macro #1.
+\long\def\axis@apply@data@scaletrafo@to@plot@data#1\to#2{%
+ \let#2=\empty
+ \let\axis@data@scaletrafo@result=\empty
+ \axis@foreach@plot@coord@do
+ \axis@apply@data@scaletrafo@to@one@point
+ \for
+ #1%
+ \EOI
+ \edef#2{plot coordinates {\axis@data@scaletrafo@result};}%
+ %\axis@apply@data@scaletrafo@to@plot@data@ITERATE\to#2 #1;%
+}
+
+\def\axis@apply@data@scaletrafo@to@one@point#1#2{%
+ \ifaxis@float@numerics@mode@x
+ \axis@decode@filtered@float@numerics#1\to\axis@filter@tmp@x
+ \axis@datascaletrafo@x\axis@filter@tmp@x\to\axis@filter@tmp@x
+ \else
+ \def\axis@filter@tmp@x{#1}%
+ \fi
+ \ifaxis@float@numerics@mode@y
+ \axis@decode@filtered@float@numerics#2\to\axis@filter@tmp@y
+ \axis@datascaletrafo@y\axis@filter@tmp@y\to\axis@filter@tmp@y
+ \else
+ \def\axis@filter@tmp@y{#2}%
+ \fi
+ \edef\axis@data@scaletrafo@result{\axis@data@scaletrafo@result (\axis@filter@tmp@x,\axis@filter@tmp@y)}%
+}
+
+
+\def\axis@decode@filtered@float@numerics#1#2e#3\to#4{%
+ \scisetcomponents#4{#1}{#2}{#3}%
+}
+
+
\long\def\axispath#1;{%
+ \axispath@impl{}#1;
+}
+
+% low-level \axispath implementation.
+% #1:
+% the command which is responsable for drawing.
+% - If #1 is NOT '\empty', we expect #2 to contain only
+% EXPANDABLE DATA.
+% That's important for postponed floating point arithmetics in #2.
+% - If #1='\empty', we don't make any assumption about #2
+% and process it as-is.
+%
+% #2: see above.
+\long\def\axispath@impl#1#2;{%
\ifaxis@draw@at@end
- \listpushback{#1;}\to\axis@draw@stored@plots%
+ \listpushback{#1}\to\axis@stored@plot@cmds
+ \listpushback{#2;}\to\axis@stored@plot@data
\else
- #1;%
+ #1#2;%
\fi
}
@@ -668,27 +944,14 @@
% Assigns a legend.
% Syntax:
% \legend{entry 1\\entry2\\entry3}
-% or
-% \legend[OPTIONS]{entry 1\\entry2\\}
-%
-% where OPTIONS is
-% - textwidth=auto | DIMEN | none
-% like
-% \legend[textwidth=auto]{entry 1\\entry2\\}
-% \legend[textwidth=2cm}{...}
-% \legend[textwidth=none}{...}
-%
-% The option "textwidth=auto" chooses the correct width automatically;
-% the option "textwidth=none" does not perform any line breaking and
-% "textwidth=DIMEN" uses the fixed dimenion DIMEN for the (total)
-% width of the legend.
-%
-% - font={...}
-% \legend[font=\Huge}{...}
\newcommand{\legend}[2][]{
{%
\globaldefs=1% this will ONLY store the options and the legend into global variables
- \setkeys[\prefix]{legend}{#1}%
+ \def\axis@TMP{#1}%
+ \ifx\axis@TMP\empty
+ \else
+ \errmessage{Sorry, legend are now deprecated. Legends are now TikZ-matrizes which provide better alignment and can be placed horizontally. See the manual for details.}%
+ \fi
\def\axis@TMP{#2}%
\ifx\axis@TMP\empty
\else
@@ -704,7 +967,7 @@
}%
}
-\def\getnextlegend{{%
+\def\axis@pop@next@legend{{%
\globaldefs=1
\listcheckempty\axis@plotspeclist
\iflistempty
@@ -722,116 +985,109 @@
\advance\axis@numplots by-1
}}
-\def\axis@setlegendfont{%
- \tikz@textfont
- \axis@legend@font
-}
-
-% Helper function for \axis@createlegend
-% It assigns the TOTAL width of the legend node to
-% the dimension register #1 and the option to #2 as macro.
-% Arguments:
-% #1 a temporary dimension register which will be filled with the
-% width.
-% #2 a macro name which will be filled with 'text width=XXXX'.
-% WARNING:
-% this function use the variables
-% - \axis@legend@textwidth (from keyval, see above)
-% - \axis@TMP
-% - \legendCOORDC
-% - \legendHSEP
-\def\axis@legend@determinewidth\to#1\optionto#2{%
- \def\axis@TMP{auto}%
- \ifx\axis@legend@textwidth\axis@TMP
- % OPTION
- % \legend[textwidth=auto]
+\long\def\axis@show@small@legendplots#1{
+ \draw#1
+ [mark repeat=2,mark phase=2]
+ plot coordinates {
+ (0cm,0cm)
+ (0.3cm,0cm)
+ (0.6cm,0cm)%
+ };%
+}
+
+% Typesets a legend node.
+%
+% It will either typeset a previously computed legend (which needs to be
+% stored in the macro \axis@already@computed@legend@node)
+%
+% or it creates a legend, stores the commands into the macro named
+% above and typesets it.
+\newcommand\axis@createlegend{%
+ \ifx\axis@already@computed@legend@node\empty
+ \listcheckempty\axis@legend
+ \iflistempty
+ \else
%
- % STEP 1: maximum width legend entries
- #1=0cm
+ %
\begingroup
- \listforeach\axis@legend\as\axis@curlegend{%
- \setbox0=\hbox{{%
- \pgfutil@selectfont% RESTORE normal fonts (have been resetted by PGF)
- \axis@setlegendfont
- \axis@curlegend%
- }}%
- \ifdim\wd0>#1
- \global#1=\wd0
- \fi
- }%
+ % assemble a
+ % \matrix {
+ % small plot & legend1\\
+ % small plot & legend2\\
+ % ...
+ % };
+ % command [and using the 'legend columns' option]
+ %
+ % \TOKL@ta={
+ % small plot & legend1\\
+ % small plot & legend2\\
+ % ...
+ % }
+ % ( I have allocated the token register in my simplelist.sty)
+ %
+ % \global\def\axis@TMP{
+ % \matrix {
+ % \TOKL@TA
+ % };
+ % }
+ % -> finally, \axis@TMP will contain the complete command.
+ \TOKL@ta={}%
+ \let\curcolumnNum=\c@pgf@counta
+ \let\maxcolumnCount=\c@pgf@countb
+ \let\legendplotpos=\c@pgf@countc
+ \legendplotpos\expandafter=\axis@legend@plot@pos
+ \curcolumnNum=0
+ \maxcolumnCount\expandafter=\csname axis@legend columns\endcsname\relax
+ %
+ \loop
+ \ifnum0<\axis@numplots\relax
+ \axis@pop@next@legend
+ \ifx\axis@curlegend\empty
+ \else
+ \advance\curcolumnNum by1
+ \edef\axis@TMP{%
+ \the\TOKL@ta
+ \ifcase\legendplotpos
+ % legend plot pos=left
+ \noexpand\axis@show@small@legendplots{\axis@curplotlist}%
+ \noexpand\pgfmatrixnextcell
+ \noexpand\node {\axis@curlegend};
+ \or
+ % legend plot pos=right
+ \noexpand\node {\axis@curlegend};
+ \noexpand\pgfmatrixnextcell
+ \noexpand\axis@show@small@legendplots{\axis@curplotlist}%
+ \or
+ % legend plot pos=none
+ \noexpand\node {\axis@curlegend};
+ \fi
+ \ifnum\curcolumnNum=\maxcolumnCount
+ \noexpand\\
+ \else
+ \ifnum\axis@numplots=0
+ \noexpand\\
+ \else
+ \noexpand\pgfmatrixnextcell
+ \fi
+ \fi
+ }%
+ \ifnum\curcolumnNum=\maxcolumnCount
+ \curcolumnNum=0
+ \fi
+ \expandafter\TOKL@ta\expandafter{\axis@TMP}%
+ \fi
+ \repeat
+ \TOKL@tb={\matrix[style=every axis legend]}%
+ \xdef\axis@TMP{%
+ \the\TOKL@tb {%
+ \the\TOKL@ta
+ };%
+ }%
\endgroup
- % STEP 2: add plot spec width:
- \expandafter\axis@tmpb\legendCOORDC
- \advance#1 by\axis@tmpb
- % STEP 3: hspace between plot spec and legend:
- \advance#1 by\legendHSEP
- %\advance#1 by1pt% FIXME I don't know why there was to few place!?
- \def#2{text width=\the#1,}%
- \else
- \def\axis@TMP{none}%
- \ifx\axis@legend@textwidth\axis@TMP
- % OPTION
- % \legend[textwidth=none]
- % don't make a '\node[text width=XX]' option:
- #1=0cm
- \def#2{}%
- \else
- % OPTION
- % \legend[textwidth=2cm]
- % just use it:
- \expandafter#1\axis@legend@textwidth
- \def#2{text width=\the#1,}%
+ \let\axis@already@computed@legend@node=\axis@TMP
\fi
\fi
- %
-}
-
-\newcommand\axis@createlegend{%
- \listcheckempty\axis@legend
- \iflistempty
- \else
- %
- \def\legendHSEP{5pt}%
- \def\legendCOORDB{0.3cm}%
- \def\legendCOORDC{0.6cm}%
- %
- \axis@legend@determinewidth\to\pgf@xa\optionto\axis@TMP
- %
- %
- % This code here invokes
- % \node[<CONTENTS OF \axis@TMP>,
- % ...
- % ]
- % where \axis@TMP contains a "text width=XXX" option.
- %DEBUG:
- %\draw[red] (0,0) rectangle (1,1);
- \expandafter\node\expandafter[\axis@TMP%
- style=every axis legend]
- {%
- \loop\ifnum0<\axis@numplots
- \getnextlegend
- \ifx\axis@curlegend\empty
- \else
- \vbox{%
- \noindent
- \begin{minipage}[c]{\legendCOORDC}%
- \tikz
- \expandafter\draw\axis@curplotlist
- [mark repeat=2,mark phase=2]
- plot coordinates {
- (0cm,0cm)
- (\legendCOORDB,0cm)
- (\legendCOORDC,0cm)};%
- \hss
- \end{minipage}
- %\expandafter\hskip\legendHSEP
- \axis@setlegendfont
- \axis@curlegend
- }%
- \fi
- \repeat
- };
- \fi
+ \axis@already@computed@legend@node
}
% Checks whether the argument to xtick or ytick is a UNIFORM tick
@@ -857,18 +1113,19 @@
\begingroup
\global\axis@isuniformticktrue
\newif\ifisfirst
+ \newif\iftwo@are@equal
\isfirsttrue
\foreach \x in {#1}{%
- \pgfmathlog@invoke@expanded\pgfmathdivide@{{\x}{\logten}}%
+ \pgfmathmultiply@\x\reciproc@logten
\let\cur=\pgfmathresult
% check whether
% \cur - last == 1 (last = \axis@TMPB)
\ifisfirst
\global\isfirstfalse
\else
- \pgfmathlog@invoke@expanded\pgfmathsubtract@{{\cur}{\axis@TMPB}}%
- \def\axis@TMP{1.0}%
- \ifx\axis@TMP\pgfmathresult
+ \pgfmathsubtract@\cur\axis@TMPB%
+ \pgfmathlog@approxequalto@macro\pgfmathresult{1.0}{two@are@equal}%
+ \iftwo@are@equal
\else
\global\axis@isuniformtickfalse
\breakforeach
@@ -892,14 +1149,14 @@
}
\def\logtologtentomacro#1#2{%
- \pgfmathlog@invoke@expanded\pgfmathdivide@{{#1}{\logten}}%
+ \pgfmathmultiply@{#1}\reciproc@logten%
\expandafter\skipsuffixzero\pgfmathresult|%
\let#2=\pgfmathresult
}
% Expands to #1/log(10). It will also skip a suffix '.0'
\def\logtologten#1{%
- \pgfmathlog@invoke@expanded\pgfmathdivide@{{#1}{\logten}}%
+ \pgfmathmultiply@{#1}\reciproc@logten%
\expandafter\skipsuffixzero\pgfmathresult|%
\pgfmathresult
}
@@ -909,7 +1166,7 @@
\def\axis@compute@tick@times@logten#1\to#2{%
\global\let#2=\empty
\foreach \axis@TMPB in {#1} {%
- \pgfmathlog@invoke@expanded\pgfmathmultiply@{{\axis@TMPB}{\logten}}%
+ \pgfmathmultiply@\axis@TMPB\logten%
\ifx#2\empty
\xdef#2{\pgfmathresult}%
\else
@@ -918,43 +1175,77 @@
}%
}
-\def\axis@enlarge@xlim{%
- \ifcase\axis@xmode
- \pgfmathlog@invoke@expanded\pgfmathsubtract@{{\axis@xmin}{0.5}}%
- \let\axis@xmin=\pgfmathresult
- \pgfmathlog@invoke@expanded\pgfmathadd@{{\axis@xmax}{0.5}}%
- \let\axis@xmax=\pgfmathresult
+\def\axis@init@enlarge@limit@booleans{%
+ \axis@enlargelimits@autofalse
+ \axis@enlargelimitsfalse
+ \axis@enlargelimits@rel@threshfalse
+ \edef\axis@TMP{\axis@enlargelimits}%
+ %
+ \def\axis@TMPB{true}%
+ \ifx\axis@TMP\axis@TMPB
+ \axis@enlargelimitstrue
+ \else
+ \def\axis@TMPB{false}%
+ \ifx\axis@TMP\axis@TMPB
+ \else
+ \def\axis@TMPB{auto}%
+ \ifx\axis@TMP\axis@TMPB
+ \axis@enlargelimits@autotrue
+ \else
+ \begingroup
+ % try to read it as number:
+ \expandafter\pgf@xa\axis@enlargelimits pt\relax
+ \endgroup
+ \axis@enlargelimitstrue
+ \axis@enlargelimits@rel@threshtrue
+ \fi
+ \fi
+ \fi
+}
+
+\def\axis@enlarge@limit@for#1{%
+ \begingroup
+ \expandafter\let\expandafter\min\expandafter=\csname axis@#1min\endcsname
+ \expandafter\let\expandafter\max\expandafter=\csname axis@#1max\endcsname
+ \ifcase\csname axis@#1mode\endcsname
+ \ifaxis@enlargelimits@rel@thresh
+ \edef\enlargepercent{\axis@enlargelimits}%
+ \else
+ \def\enlargepercent{0.1}% FIXME : pack 10% as default into option 'enlargelimits' or so
+ \fi
+ \pgfmathsubtract@\max\min%
+ \expandafter\pgf@xa\pgfmathresult pt
+ \expandafter\pgf@xb\enlargepercent\pgf@xa
+ \ifdim\pgf@xb>0.001pt
+ % the case with
+ % enlargeabsolute ~= 0
+ % means that \min ~= \max.
+ % It is handled in another method.
+ \edef\enlargeabsolute{\pgf@sys@tonumber{\pgf@xb}}%
+ %
+ % compute xmin := xmin - enlargeabsolute
+ \pgfmathsubtract@\min\enlargeabsolute%
+ \let\min=\pgfmathresult
+ \pgfmathadd@\max\enlargeabsolute%
+ \let\max=\pgfmathresult
+ \fi
\or
% compute
- % \pgfmathsetmacro{\axis@xmin}{\axis@xmin - 0.5*\logten}%
- % \pgfmathsetmacro{\axis@xmax}{\axis@xmax + 0.5*\logten}%
+ % \pgfmathsetmacro{\min}{\min - 0.5*\logten}%
+ % \pgfmathsetmacro{\max}{\max + 0.5*\logten}%
% just a more efficiently (I hope so):
\expandafter\pgfmath@x\logten pt
\divide\pgfmath@x by2
- \pgfmathlog@invoke@expanded\pgfmathsubtract@{{\axis@xmin}{\pgf@sys@tonumber{\pgfmath@x}}}%
- \let\axis@xmin=\pgfmathresult
- \pgfmathlog@invoke@expanded\pgfmathadd@{{\axis@xmax}{\pgf@sys@tonumber{\pgfmath@x}}}%
- \let\axis@xmax=\pgfmathresult
- \fi
-}
-\def\axis@enlarge@ylim{%
- \ifcase\axis@ymode
- \pgfmathlog@invoke@expanded\pgfmathsubtract@{{\axis@ymin}{0.5}}%
- \let\axis@ymin=\pgfmathresult
- \pgfmathlog@invoke@expanded\pgfmathadd@{{\axis@ymax}{0.5}}%
- \let\axis@ymax=\pgfmathresult
- \or
- % compute
- % \pgfmathsetmacro{\axis@ymin}{\axis@ymin - 0.5*\logten}%
- % \pgfmathsetmacro{\axis@ymax}{\axis@ymax + 0.5*\logten}%
- % just a more efficiently (I hope so):
- \expandafter\pgfmath@y\logten pt
- \divide\pgfmath@y by2
- \pgfmathlog@invoke@expanded\pgfmathsubtract@{{\axis@ymin}{\pgf@sys@tonumber{\pgfmath@y}}}%
- \let\axis@ymin=\pgfmathresult
- \pgfmathlog@invoke@expanded\pgfmathadd@{{\axis@ymax}{\pgf@sys@tonumber{\pgfmath@y}}}%
- \let\axis@ymax=\pgfmathresult
+ \pgfmathlog@invoke@expanded\pgfmathsubtract@{{\min}{\pgf@sys@tonumber{\pgfmath@x}}}%
+ \let\min=\pgfmathresult
+ \pgfmathlog@invoke@expanded\pgfmathadd@{{\max}{\pgf@sys@tonumber{\pgfmath@x}}}%
+ \let\max=\pgfmathresult
\fi
+ \xdef\axis@TMP{\min}%
+ \xdef\axis@TMPB{\max}%
+ \endgroup
+ \expandafter\let\csname axis@#1min\endcsname=\axis@TMP
+ \expandafter\let\csname axis@#1max\endcsname=\axis@TMPB
}
% Computes tick positions using the current axis limits.
@@ -963,13 +1254,32 @@
% \axisdefaulttickwidth
% Determines the maximum space which is not filled by at least one
% tick label (approximate, there is some rounding internally)
+% \axisdefaulttryminticks
+% see manual
+%
+% Idea:
+% We want ticks at each
+% { i*H, i in \Z }.
+% Of course, there shouldn't be TOO MUCH ticks.
+%
+% Our heuristics is to set
+% desirednumticks = round(ACTUAL WIDTH / axisdefaulttickwidth)
+% and generate H = (axis range) / desirednumticks.
%
-% Heuristics:
-% Set desirednumticks = trunc(ACTUAL WIDTH / axisdefaulttickwidth) +1
+% Since not all step sizes H look well, restrict H to a set of allowed
+% step sizes such as
+% { 1, 1/2, 1/5, 1/10 },
+% or, to be more precise:
+% { 1*10^e, 2*10^e, 5*10^e }
+% -> round to the nearest matching number!
%
-% and generate STEPSIZE = (axis range)/ desirednumticks
+% Then, the resulting tick is
+% TICK={MIN,MIN+H,...,MAX}
+% where
+% MIN = I*H
+% is chosen such that
+% axis minimum limit = I*H + rest; |rest| < H.
%
-% We actually restrict STEPSIZE to { 1, 1/2, 1/5, 1/10 }
%
% PRECONDITION:
% - limits are correct
@@ -980,6 +1290,11 @@
% - \ifaxis@needs@check@uniformtick is set
\def\axis@assign@default@tick@foraxis#1{%
\begingroup
+ % Shortcut-names:
+ \expandafter\let\expandafter\ifaxis@is@datascaled\csname ifaxis@float@numerics@mode@#1\endcsname
+ \expandafter\let\expandafter\axis@data@scale@trafo\csname axis@datascaletrafo@#1\endcsname
+ \expandafter\let\expandafter\axis@data@scale@inverse@trafo\csname axis@inverse@datascaletrafo@#1\endcsname
+ %
\let\desirednumticks=\c@pgf@countd
\let\Wr=\pgf@xc
\Wr=\csname axis@#1coordmaxTEX\endcsname
@@ -988,48 +1303,89 @@
\expandafter\expandafter\divide\Wr\axisdefaulttickwidth
\pgfmathsetcount{\desirednumticks}{\Wr}%
\advance\desirednumticks by1
+ \expandafter\ifnum\axisdefaulttryminticks>\desirednumticks
+ \expandafter\desirednumticks\axisdefaulttryminticks
+ \fi
\ifcase\csname axis@#1mode\endcsname
- % compute tick := MIN-h,MIN,....,MAX+h
- % where h is a determined step size and MIN and MAX are
- % (truncated) axis limits.
- %
- % The MIN-h and MAX+h is to support compatibility with the
- % enlargelimits option - there should be ticks in the
- % enlarged place.
- \pgfmathsetcount{\c@pgf@counta}{\csname axis@#1min\endcsname}%
- %\pgfmathsetcount{\c@pgf@countb}{\csname axis@#1max\endcsname}%
- \expandafter\ifdim\csname axis@#1min\endcsname pt<0pt
- % the truncation round TOWARDS 0 which is not what I want.
- \advance\c@pgf@counta by-1
- \fi
+ % compute tick := MIN,MIN+H,....,MAX
\let\MINH=\pgf@xa
\let\H=\pgf@xb
\let\MAX=\axis@tmpa
\let\MIN=\axis@tmpb
- % compute step size 'h':
+ % compute step size 'H':
\expandafter\MAX\csname axis@#1max\endcsname pt
\advance\MAX by0.001pt% avoid round errors
- \expandafter\MIN\the\c@pgf@counta pt
+ %\expandafter\MIN\the\c@pgf@counta pt
+ \expandafter\MIN\csname axis@#1min\endcsname pt
\H=\MAX
\advance\H by-\MIN
\c@pgf@counta=\desirednumticks
\advance\c@pgf@counta by-1
\divide\H by\c@pgf@counta
- %\message{Wr\the\Wr, desirednumticks=\the\desirednumticks, H=\the\H}%
- \ifdim\H<0.10001pt
- \H=0.1pt
+%\message{determining ticks for #1-axis: Wr := (width/max space between ticks) = \the\Wr, desirednumticks=max(\axisdefaulttryminticks, trunc(Wr)) = \the\desirednumticks, H=(axis range/(desirednumticks-1)) = \the\H}%
+ %
+ % SEARCH for the NEXT FEASABLE H.
+ %
+ \edef\Hmacro{\pgf@sys@tonumber\H}%
+ \ifaxis@is@datascaled
+ \expandafter\axis@data@scale@inverse@trafo\Hmacro\to\Hmacro
+ \else
+ \expandafter\sciparsesignsingle\expandafter{\Hmacro}\Hmacro
+ \fi
+ \scigetcomponents\Hmacro\H@S\H@M\H@E
+%\message{Got T^{-1}(H) = [\H@S] \H@M * 10^\H@E}%
+ % modify the mantisse:
+ \expandafter\H\H@M pt
+ \ifdim\H<2pt
+ \ifdim\H<1.5pt
+ \def\H@M{1.0}%
+ \else
+ \def\H@M{2.0}%
+ \fi
\else
- \ifdim\H<0.20001pt
- \H=0.2pt
+ \ifdim\H<4.9999pt
+ \ifdim\H<3.5pt
+ \def\H@M{2.0}%
+ \else
+ \def\H@M{5.0}%
+ \fi
\else
- \ifdim\H<0.5001pt
- \H=0.5pt
+ \ifdim\H<7.5pt
+ \def\H@M{5.0}%
\else
- \H=1pt
+ \def\H@M{1.0}%
+ \expandafter\c@pgf@counta\H@E
+ \advance\c@pgf@counta by1
+ \edef\H@E{\the\c@pgf@counta}%
\fi
\fi
\fi
- %\message{final H=\the\H}%
+ \scisetcomponents\Hmacro\H@S\H@M\H@E
+ \ifaxis@is@datascaled
+ \axis@data@scale@trafo\Hmacro\to\Hmacro
+ \else
+ \scitofixedsingle\Hmacro\Hmacro
+ \fi
+%\message{I have computed H=\Hmacro}%
+ \expandafter\H\Hmacro pt
+%\message{final H=\the\H}%
+ %
+ % Now, we want to activate the Tick set {i*H, i in \Z}
+ % compute I such that
+ % xmin = I * H + rest; |rest| < H
+ % -> I = round(xmin/H)
+ % -> MIN = I * H
+ \pgfmathlog@invoke@expanded\pgfmathdivide@{%
+ {\pgf@sys@tonumber\MIN}%
+ {\pgf@sys@tonumber\H}%
+ }%
+ \pgfmathsetcount{\c@pgf@counta}{\pgfmathresult}%
+ \ifdim\MIN<0pt
+ % the truncation rounds TOWARDS 0 which is not what I want.
+ \advance\c@pgf@counta by-1
+ \fi
+ \MIN=\H
+ \multiply\MIN by\c@pgf@counta
\MINH=\MIN
\advance\MINH by\H
\xdef\axis@TMP{\pgf@sys@tonumber{\MIN},\pgf@sys@tonumber{\MINH},...,\pgf@sys@tonumber{\MAX}}%
@@ -1037,9 +1393,11 @@
\or
\expandafter\ifx\csname axis@#1tickten\endcsname\empty
% I want ticks at 10^k. So determine k_min and k_max.
- \pgfmathsetcount{\c@pgf@counta}{\csname axis@#1min\endcsname/\logten-1}%
+ %
+ % FIXME: optimize!
+ \pgfmathsetcount{\c@pgf@counta}{\csname axis@#1min\endcsname*\reciproc@logten-1}%
\pgfmathsetmacro{\tmp@min}{\c@pgf@counta*\logten}%
- \pgfmathsetcount{\c@pgf@counta}{\csname axis@#1max\endcsname/\logten}%
+ \pgfmathsetcount{\c@pgf@counta}{\csname axis@#1max\endcsname*\reciproc@logten}%
\pgfmathsetmacro{\tmp@max}{\c@pgf@counta*\logten}%
\pgfmathadd\tmp@min\logten%
\xdef\axis@TMP{\tmp@min,\pgfmathresult,...,\tmp@max}%
@@ -1052,55 +1410,182 @@
\fi
\endgroup
\expandafter\let\csname axis@#1tick\endcsname=\axis@TMP
- %\message{pgfplots.sty: #1tick set to \csname axis@#1tick\endcsname [#1mode=\the\csname axis@#1mode\endcsname, #1min=\csname axis@#1min\endcsname, #1max=\csname axis@#1max\endcsname].}%
+%\message{pgfplots.sty: #1tick set to \csname axis@#1tick\endcsname [#1mode=\the\csname axis@#1mode\endcsname, #1min=\csname axis@#1min\endcsname, #1max=\csname axis@#1max\endcsname].}%
}
-\def\axis@determinedefaultvalues{%
- % NOTIZ:
+% Helper method for
+% \axis@apply@data@scale@trafo@to@options@for
+% #1: the ticks
+% #2: the trafo macro name (the form taking three args)
+% #3: the output macro name
+\long\def\axis@apply@data@scale@trafo@to@user@ticks#1#2\to#3{%
+ \let#3=\empty
+ \foreach \axis@TMPB in {#1} {%
+ \expandafter\sciparsesign\expandafter{\axis@TMPB}\sci@S\sci@M\sci@E
+ #2\sci@S\sci@M\sci@E\to\axis@TMPB
+ \ifx#3\empty
+ \xdef#3{\axis@TMPB}%
+ \else
+ \xdef#3{#3,\axis@TMPB}%
+ \fi
+ }%
+ %
+}%
+
+% helper for \axis@apply@data@scale@trafo@to@options@for.
+\def\axis@compute@number@order@for@trafo@isdimen#1\tocount#2{%
+ \edef\axis@TMP{\pgf@sys@tonumber{#1}}%
+ \expandafter\sciparsesign\expandafter{\axis@TMP}\S\M\E
+ \expandafter#2\E\relax
+ \advance#2 by1
+}
+
+% helper for \axis@apply@data@scale@trafo@to@options@for.
+%
+\def\axis@compute@number@order@for@trafo@isfloat#1\tocount#2{%
+ \scigetcomponents#1\S\M\E
+ \expandafter#2\E\relax
+ \advance#2 by1
+}
+
+% Initialises the data scale transformation and applies it to any
+% user specified options.
+%
+% PRECONDITION:
+% - all axis limits are available in float representation
+% (i.e. with \scisetcomponents)
+% - \axis@set@default@size@options has been called before
+% POSTCONDITION:
+% - the scaling transformation is set up,
+% - all axis limits are transformed,
+% - any user input (like ticks and tick labels)
+% will reflect the changes.
+\def\axis@apply@data@scale@trafo@to@options@for#1{%
+ % initialise data scale transformation
+ % T(x) = 10^{q-m} * x
+ %
+ \begingroup
+ \let\data@max@order=\c@pgf@counta
+ \let\data@cur@order=\c@pgf@countb
+ \let\data@dimen=\pgf@xa
+ \let\data@dimen@order=\c@pgf@countc
+ %
+ % Step 1: compute 'm', the data order
+ \expandafter\axis@compute@number@order@for@trafo@isfloat
+ \csname axis@#1min\endcsname
+ \tocount\data@cur@order
+ %
+ \data@max@order=\data@cur@order
+ %
+ \expandafter\axis@compute@number@order@for@trafo@isfloat
+ \csname axis@#1max\endcsname
+ \tocount\data@cur@order
%
- % wenn ich AUTOMATISCH aus (x_i,y_i)
- % [xy]min und [xy]max ausrechnen will, muss ich
- % ggf.
- % xmin = min_{i} { untere_gaussklammer(log(x_i) / log10) }
- % rechnen
+ \ifnum\data@cur@order>\data@max@order
+ \data@max@order=\data@cur@order
+ \fi
+ %
+ % Step 2: compute 'q', the #1-size of the axis.
+ \expandafter\ifx\csname axis@#1\endcsname\empty
+ % We have 'width' or 'height'.
+ %
+ % Use the order of these parameters.
+ \def\axis@TMP{#1}%
+ \def\axis@TMPB{x}%
+ \ifx\axis@TMP\axis@TMPB
+ \expandafter\data@dimen\axis@width\relax
+ \else
+ \def\axis@TMPB{y}%
+ \ifx\axis@TMP\axis@TMPB
+ \expandafter\data@dimen\axis@height\relax
+ \fi
+ \fi
+ \axis@compute@number@order@for@trafo@isdimen
+ \data@dimen
+ \tocount\data@dimen@order
+ % This here is to avoid inaccuracies in the final
+ % axis rectangle size, see \axis@initsizes:
+ \advance\data@dimen@order by-1
+ \else
+ % FIXME:
+ % we have either the 'x=1cm' or 'y=1cm' option!
+ % How should I initialise the trafo!?
+ \data@dimen@order=3
+ \fi
+ %
+%\message{Direction #1: data max order=\the\data@max@order; data dimen order=\the\data@dimen@order. }%
+ \advance\data@dimen@order by-\data@max@order
+ \xdef\axis@TMP{\the\data@dimen@order}%
+ \endgroup
+%\message{Initialising the data scale transformation in direction #1 to \axis@TMP...}%
+ % COMPLETE INITIALISATION:
+ \ifaxis@EMERGENCY@FORCE@DATA@TRAFO@TO@IDENTITY
+ \message{WARNING: the automatic scaling of input data has been DISABLED to allow axispath commands [otherwise, axispath commands would not know of the pgfplots scalings - leading to wrong images). DISABLING THE DATA SCALING LIMITS THE DATA RANGE! I hope I can fix this issue as soon as possible. Please take a look at the manual for more information. If you get 'OVERFLOW' or 'UNDERFLOW' errors, you may need to disable the axispath.}%
+ \def\axis@TMP{0}%
+ \expandafter\let\csname axis@data@scale@trafo@SHIFT@#1\endcsname\axis@TMP
+ \else
+ \expandafter\let\csname axis@data@scale@trafo@SHIFT@#1\endcsname\axis@TMP
+ \fi
+ %
+ % ... and apply transformation to any user input
+ %
+ % Transform axis limits:
+ \expandafter\expandafter\csname axis@datascaletrafo@#1\endcsname\csname axis@#1min\endcsname\to\axis@TMP
+ \expandafter\let\csname axis@#1min\endcsname=\axis@TMP
+ %
+ \expandafter\expandafter\csname axis@datascaletrafo@#1\endcsname\csname axis@#1max\endcsname\to\axis@TMP
+ \expandafter\let\csname axis@#1max\endcsname=\axis@TMP
+ %
+ % Convert any user-specified ticks:
+ \edef\axis@TMP{\csname axis@#1tick\endcsname}%
+ % this here should also work with 'xtick=\empty', the "No tick" command.
+ \ifx\axis@TMP\empty
+ \else
+%\message{Converting #1tick='\csname axis@#1tick\endcsname'}%
+ \pgfplots@toka=\expandafter{\csname axis@datascaletrafo@#1@three\endcsname}%
+ \edef\axis@TMP{{\csname axis@#1tick\endcsname}\the\pgfplots@toka}%
+ \expandafter\axis@apply@data@scale@trafo@to@user@ticks\axis@TMP\to\axis@TMPC
+ \expandafter\let\csname axis@#1tick\endcsname=\axis@TMPC
+ \fi
%
+ % Transform any explicit axis unit scalings:
+ \expandafter\ifx\csname axis@#1\endcsname\empty
+ \else
+%\message{Converting #1 unit scale='\csname axis@#1\endcsname' ... }%
+ \expandafter\pgfmathparse\expandafter{\csname axis@#1\endcsname}%
+ \expandafter\expandafter\csname axis@inverse@datascaletrafo@tofixed@#1\endcsname\pgfmathresult\to\axis@TMP
+ \edef\axis@TMP{\axis@TMP pt}%
+ \expandafter\edef\csname axis@#1\endcsname{\axis@TMP}%
+%\message{to #1='\csname axis@#1\endcsname'.}%
+ \fi
+}
+
+\def\axis@determinedefaultvalues{%
\ifx\axis@xmin\empty
\errmessage{Sorry, the argument 'xmin=NUM' is mandatory to draw axes }%
+ \def\axis@xmin{0}%
\fi
\ifx\axis@xmax\empty
\errmessage{Sorry, the argument 'xmax=NUM' is mandatory to draw axes }%
+ \def\axis@xmax{1}%
\fi
\ifx\axis@ymin\empty
\errmessage{Sorry, the argument 'ymin=NUM' is mandatory to draw axes }%
+ \def\axis@ymin{0}%
\fi
\ifx\axis@ymax\empty
\errmessage{Sorry, the argument 'ymax=NUM' is mandatory to draw axes }%
+ \def\axis@ymax{1}%
\fi
%
+ \axis@set@default@size@options
%
- \ifx\axis@trimxmin\empty
- \else
- \pgfmathlog@invoke@expanded\pgfmathmax@{{\axis@xmin}{\axis@trimxmin}}%
- \let\axis@xmin=\pgfmathresult
+ \ifaxis@float@numerics@mode@x
+ \axis@apply@data@scale@trafo@to@options@for x%
\fi
- \ifx\axis@trimxmax\empty
- \else
- \pgfmathlog@invoke@expanded\pgfmathmin@{{\axis@xmax}{\axis@trimxmax}}%
- \let\axis@xmax=\pgfmathresult
- \fi
- \ifx\axis@trimymin\empty
- \else
- \pgfmathlog@invoke@expanded\pgfmathmax@{{\axis@ymin}{\axis@trimymin}}%
- %\pgfmathmax\axis@ymin\axis@trimymin%
- \let\axis@ymin=\pgfmathresult
+ \ifaxis@float@numerics@mode@y
+ \axis@apply@data@scale@trafo@to@options@for y%
\fi
- \ifx\axis@trimymax\empty
- \else
- \pgfmathlog@invoke@expanded\pgfmathmin@{{\axis@ymax}{\axis@trimymax}}%
- %\pgfmathmin\axis@ymax\axis@trimymax%
- \let\axis@ymax=\pgfmathresult
- \fi
- %
%
\ifnum\axis@xmode=0
\axis@xminorticksfalse
@@ -1108,23 +1593,35 @@
\ifnum\axis@ymode=0
\axis@yminorticksfalse
\fi
+ %
+ \axis@init@enlarge@limit@booleans
\ifaxis@enlargelimits
% relax the sizes.
%
% Idea: if the user chose his xmin,xmax tight to his data,
% this here will look better.
- \axis@enlarge@xlim
- \axis@enlarge@ylim
+ \axis@enlarge@limit@for x
+ \axis@enlarge@limit@for y
\else
- % FIXME : this here should be user-configurable!
- \ifaxis@autocompute@xlim
- \axis@enlarge@xlim
- \fi
- \ifaxis@autocompute@ylim
- \axis@enlarge@ylim
+ \ifaxis@enlargelimits@auto
+ \ifaxis@hide
+ % there is no axis, so skip this enlargement (unless
+ % the user explizitly requests it)
+ \else
+ % FIXME : this here should be user-configurable!
+ \ifaxis@autocompute@xlim
+ \axis@enlarge@limit@for x
+ \fi
+ \ifaxis@autocompute@ylim
+ \axis@enlarge@limit@for y
+ \fi
+ \fi
\fi
\fi
%
+ \axis@avoid@empty@axis@range@for x%
+ \axis@avoid@empty@axis@range@for y%
+ %
\axis@initsizes
%
\newif\ifaxis@xisuniform
@@ -1187,6 +1684,7 @@
\fi
}
+
% Helper method for initsizes.
%
% It computes a scaling such that \axis@width = SCALE * ACTUAL WIDTH.
@@ -1208,7 +1706,14 @@
% -> \axis@tmpXscale = (X - c) / (x *(xmax-xmin))
%
% \axis@tmpa := X-c:
- \advance\axis@tmpa by-45pt% FIXME determine 'c' correctly!
+ \ifaxis@scale@only@axis
+ \else
+ \advance\axis@tmpa by-45pt% FIXME determine 'c' correctly!
+ \fi
+ \ifdim\axis@tmpa<0pt
+ \errmessage{Error: Plot width `\axis@width' is too small. This can't be realised while maintaining constant width for y-labels. Sorry, label width are only approximate. You will need to adjust your width.}%
+ \axis@tmpa=0pt
+ \fi
% \axis@tmpb := x*(xmax-xmin):
\axis@tmpb=\axis@xcoordmaxTEX
\advance\axis@tmpb by-\axis@xcoordminTEX
@@ -1217,13 +1722,11 @@
{\pgf@sys@tonumber\axis@tmpb}%
}%
\let#1=\pgfmathresult
- %--------------------------------------------------
- % \message{pgfplots.sty: Computing 'x' such that 'width = c + x*(xmax-xmin)';
- % c=estimated,
- % width-c =\the\axis@tmpa,
- % x*(xmax[=\the\axis@xcoordmaxTEX] - xmin[=\the\axis@xcoordminTEX)]) = \the\axis@tmpb
- % -> x-scale =#1 }%
- %--------------------------------------------------
+%\message{pgfplots.sty: Computing 'x' such that 'width = c + x*(xmax-xmin)';
+% c=estimated,
+% width-c =\the\axis@tmpa,
+% x*(xmax[=\the\axis@xcoordmaxTEX] - xmin[=\the\axis@xcoordminTEX)]) = \the\axis@tmpb
+% -> x-scale =#1 }%
}
% The same as \axis@initsizes@getXscale, just for the height.
@@ -1235,7 +1738,14 @@
% -> \axis@tmpXscale = (X - c) / (x *(xmax-xmin))
%
% \axis@tmpa := X-c:
- \advance\axis@tmpa by-45pt% FIXME determine 'c' correctly!
+ \ifaxis@scale@only@axis
+ \else
+ \advance\axis@tmpa by-45pt\relax% FIXME determine 'c' correctly!
+ \fi
+ \ifdim\axis@tmpa<0pt
+ \errmessage{Error: Plot height `\axis@height' is too small. This can't be realised while maintaining constant height for x-labels. Sorry, label heights are only approximate. You will need to adjust your height.}%
+ \axis@tmpa=0pt
+ \fi
% \axis@tmpb := x*(xmax-xmin):
\axis@tmpb=\axis@ycoordmaxTEX
\advance\axis@tmpb by-\axis@ycoordminTEX
@@ -1244,28 +1754,110 @@
{\pgf@sys@tonumber\axis@tmpb}%
}%
\let#1=\pgfmathresult
- %--------------------------------------------------
- % \message{pgfplots.sty: Computing 'y' such that 'height = c + y*(ymax-ymin)';
- % %height=\axis@height,
- % c=estimated,
- % height-c =\the\axis@tmpa,
- % y*(ymax[=\the\axis@ycoordmaxTEX] - ymin[=\the\axis@ycoordminTEX)]) = \the\axis@tmpb
- % -> y-scale =#1 }%
- %--------------------------------------------------
-}
-
-% PRECONDITION: correct axis limits
-% POSTCONDITION: the current x- and y unit vectors are changed;
-% \axis@[xy]coord{min,max}TEX are set
+%\message{pgfplots.sty: Computing 'y' such that 'height = c + y*(ymax-ymin)';
+% height=\axis@height,
+% c=estimated,
+% height-c =\the\axis@tmpa,
+% y*(ymax[=\the\axis@ycoordmaxTEX] - ymin[=\the\axis@ycoordminTEX)]) = \the\axis@tmpb
+% -> y-scale =#1 }%
+}
+
+
+% Checks whether axis limits in coordinate #1 are approximately equal.
%
-\def\axis@initsizes{%
- % INIT.
- %
- % The axes 'x' and 'y' vectors will be scaled such that the total
- % size is (\axisdefaultwidth, \axisdefaultheight).
- %
- % If the user specifies ONE of width OR height,
- % the plot will be resized; keeping the aspect ratio.
+% If that is the case, force a non-zero width of the range.
+%
+\def\axis@avoid@empty@axis@range@for#1{%
+ % Check if axis limits are empty:
+ \begingroup
+ \expandafter\let\expandafter\if@cur@is@scaled\csname ifaxis@float@numerics@mode@#1\endcsname
+ \expandafter\let\expandafter\min\csname axis@#1min\endcsname
+ \expandafter\let\expandafter\max\csname axis@#1max\endcsname
+ \let\min@d=\pgf@xa
+ \let\max@d=\pgf@xb
+ \let\diff=\pgf@xc
+ \newif\ifrange@is@approx@equal
+ \expandafter\min@d\min pt
+ \expandafter\max@d\max pt
+ \diff=\max@d
+ \advance\diff by-\min@d
+ % FIXME : I need a RELATIVE check here!
+ % but: real number point division is expensive
+ \if@cur@is@scaled
+ % this here should be sufficient because the axis
+ % has absolute values of order O( 10^3 ) or so.
+ \ifdim\diff<1pt
+ \range@is@approx@equaltrue
+ \fi
+ \else
+ % there is no data scaling, so I should be much more defensive
+ % with absolute thresholds...
+ \ifdim\diff<0.05pt
+ \range@is@approx@equaltrue
+ \fi
+ \fi
+ \ifrange@is@approx@equal
+%\message{avoid range is approx equal for coord #1: MODIFYING (\min,\max)...}%
+ % the case \min ~= \max
+ %
+ % enlarge \max and shrink \min:
+ \ifdim\max@d<0pt
+ \ifdim\max@d<-1pt
+ \max@d=0.8\max@d
+ \min@d=1.2\min@d
+ \else
+ \advance\max@d by-1pt
+ \advance\min@d by1pt
+ \fi
+ \else
+ \ifdim\max@d>1pt
+ \max@d=1.2\max@d
+ \min@d=0.8\min@d
+ \else
+ \ifdim\max@d=0pt
+ \if@cur@is@scaled
+ % we can't simply add a constant in the
+ % transformed range.
+ %
+ % So: set limits to [-1,1] = [-1.0e0,+1.0e0]
+ \def\sci@S{2}%
+ \def\sci@M{1.0}%
+ \def\sci@E{0}%
+ \csname axis@datascaletrafo@#1@three\endcsname\sci@S\sci@M\sci@E\to\min
+ \def\sci@S{1}%
+ \def\sci@M{1.0}%
+ \def\sci@E{0}%
+ \csname axis@datascaletrafo@#1@three\endcsname\sci@S\sci@M\sci@E\to\max
+%\message{[trafo shift = \csname axis@data@scale@trafo@SHIFT@#1\endcsname; setting limits -1:1]}%
+ \expandafter\min@d\min pt
+ \expandafter\max@d\max pt
+ \else
+ \advance\max@d by1pt
+ \advance\min@d by-1pt
+ \fi
+ \else
+ \advance\max@d by1pt
+ \advance\min@d by-1pt
+ \fi
+ \fi
+ \fi
+ \xdef\axis@TMP{\pgf@sys@tonumber{\min@d}}%
+ \xdef\axis@TMPB{\pgf@sys@tonumber{\max@d}}%
+%\message{ -> #1 = \axis@TMP : \axis@TMPB;}%
+ \else
+ \global\let\axis@TMP=\min%
+ \global\let\axis@TMPB=\max%
+ \fi
+ \endgroup
+ \expandafter\let\csname axis@#1min\endcsname=\axis@TMP
+ \expandafter\let\csname axis@#1max\endcsname=\axis@TMPB
+}
+
+% PRECONDITION:
+% none
+% POSTCONDITION:
+% \axis@default@aspect@ratio is set.
+\def\axis@compute@default@aspect@ratio{%
\expandafter\pgfmath@x\axisdefaultwidth
\expandafter\pgfmath@y\axisdefaultheight
\pgfmathlog@invoke@expanded\pgfmathdivide@{%
@@ -1273,52 +1865,70 @@
{\pgf@sys@tonumber{\pgfmath@y}}%
}%
\let\axis@default@aspect@ratio=\pgfmathresult
+}
+
+\def\axis@set@default@size@options{%
+ % The axes 'x' and 'y' vectors will be scaled such that the total
+ % size is (\axisdefaultwidth, \axisdefaultheight).
%
- \pgfpointxy{\axis@xmin}{\axis@ymin}%
- \axis@xcoordminTEX=\pgf@x
- \axis@ycoordminTEX=\pgf@y
- \pgfpointxy{\axis@xmax}{\axis@ymax}%
- \axis@xcoordmaxTEX=\pgf@x
- \axis@ycoordmaxTEX=\pgf@y
- %
- %-----------------------------------------
- % PROCESS THE 'width' and 'height' options
- %-----------------------------------------
+ % If the user specifies ONE of width OR height,
+ % the plot will be resized; keeping the aspect ratio.
%
- % FIXME: make these variables LOCAL:
- \let\axis@tmpXscale=\empty%
- \let\axis@tmpYscale=\empty%
+ \let\axis@default@aspect@ratio=\empty
% CASES:
% hasx := 'x' option non-empty
% hasy := 'y' option non-empty
% W := 'width' option non-empty
% H := 'height' option non-empty
%
- % hasx hasy
- % 0 0 -> work depend on W and H:
- % W H
- % 0 0 -> use \axisdefaultwidth and \axisdefaultheight
- % 0 1 -> determine s:=\axis@tmpYscale and y*=s, x*=s (aspect ratio)
- % 1 0 -> determine s:=\axis@tmpXscale and " " "
- % 1 1 -> use specified width and height
- % 0 1 -> use specified y vector, xscale by 'W' option (NO ASPECT RATIO)
- % W
- % 0 -> use \axisdefaultwidth
- % 1 -> determine s:=\axis@tmpXscale
- % 1 0 -> use specified x vector, yscale by 'H' option (NO ASPECT RATIO)
- % H
- % 0 -> use \axisdefaultheight
- % 1 -> determine s:=\axis@tmpYscale
- % 1 1 -> use specified x AND y vector (ignore W and H)
+ % hasx = 1 -> width is not interesting; we use 'x' option.
+ % hasx = 0 -> determine final width:
+ % W H
+ % 0 0 -> \axisdefaultwidth
+ % 0 1 -> determine width out of H and the default aspect ratio
+ % 1 X -> ok, use the user parameter.
+ %
+ % hasy = 1 -> height is not interesting, we use 'y' option.
+ % hasy = 0 -> determine final height:
+ % W H
+ % 0 0 -> \axisdefaultheight
+ % X 1 -> ok, use the user parameter
+ % 1 0 -> determine height out of W and the default aspect ratio
%
\ifx\axis@x\empty
\ifx\axis@y\empty
- % The case hasx=0, hasy=0, W=0 H=0:
- % the other cases for hasx=0, hasy=0 follow below.
- \ifx\axis@width\empty\ifx\axis@height\empty
- \let\axis@width=\axisdefaultwidth
- \let\axis@height=\axisdefaultheight
- \fi\fi
+ % hasx=0, hasy=0
+ %
+ % -> KEEP ASPECT RATIO if just one W, or H is given!
+ \ifx\axis@width\empty
+ \ifx\axis@height\empty
+ % The case hasx=0, hasy=0, W=0 H=0:
+ \let\axis@width=\axisdefaultwidth
+ \let\axis@height=\axisdefaultheight
+ \else
+ % The case hasx=0, hasy=0, W=0 H=1:
+ \axis@compute@default@aspect@ratio
+ \expandafter\pgfmath@y\axis@height
+ \pgfmathlog@invoke@expanded\pgfmathmultiply@{%
+ {\pgf@sys@tonumber{\pgfmath@y}}%
+ {\axis@default@aspect@ratio}%
+ }%
+ \edef\axis@width{\pgfmathresult pt}%
+ \fi
+ \else
+ \ifx\axis@height\empty
+ % The case hasx=0, hasy=0, W=1 H=0:
+ \axis@compute@default@aspect@ratio
+ \expandafter\pgfmath@x\axis@width
+ \pgfmathlog@invoke@expanded\pgfmathdivide@{%
+ {\pgf@sys@tonumber{\pgfmath@x}}%
+ {\axis@default@aspect@ratio}%
+ }%
+ \edef\axis@height{\pgfmathresult pt}%
+ \else
+ % The case hasx=0, hasy=0, W=1 H=1:
+ \fi
+ \fi
\else
% hasx=0, hasy=1, W=0:
\ifx\axis@width\empty
@@ -1333,12 +1943,43 @@
\fi
\fi
\fi
+}
+
+% PRECONDITION:
+% - final axis limits are given in transformed range
+% - \axis@set@default@size@options has been invoked before
+% POSTCONDITION:
+% - the current x- and y unit vectors are changed;
+% - \axis@[xy]coord{min,max}TEX are set
+%
+\def\axis@initsizes{%
+ % INIT.
+ %
+ %
+ \pgfpointxy{\axis@xmin}{\axis@ymin}%
+ \axis@xcoordminTEX=\pgf@x
+ \axis@ycoordminTEX=\pgf@y
+ \pgfpointxy{\axis@xmax}{\axis@ymax}%
+ \axis@xcoordmaxTEX=\pgf@x
+ \axis@ycoordmaxTEX=\pgf@y
+ %
+ %
+ %-----------------------------------------
+ % PROCESS THE 'width' and 'height' options
+ %-----------------------------------------
+ %
+ % FIXME: make these variables LOCAL:
+ %
+ \let\axis@rectangle@width=\empty
+ \let\axis@rectangle@height=\empty
%
- % common code for the cases if one of W,H is 1:
\ifx\axis@x\empty
\ifx\axis@width\empty
- \else
- \axis@initsizes@getXscale\into\axis@tmpXscale
+ \errmessage{INTERNAL LOGIC ERROR! WIDTH NOT SET}%
+ \fi
+ \axis@initsizes@getXscale\into\axis@tmpXscale
+ \ifaxis@scale@only@axis
+ \let\axis@rectangle@width=\axis@width
\fi
\else
\def\axis@tmpXscale{1}%
@@ -1346,45 +1987,18 @@
%
\ifx\axis@y\empty
\ifx\axis@height\empty
- \else
- \axis@initsizes@getYscale\into\axis@tmpYscale
+ \errmessage{INTERNAL LOGIC ERROR! HEIGHT NOT SET}%
+ \fi
+ \axis@initsizes@getYscale\into\axis@tmpYscale
+ \ifaxis@scale@only@axis
+ \let\axis@rectangle@height=\axis@height
\fi
\else
\def\axis@tmpYscale{1}%
\fi
%
- \ifx\axis@x\empty\ifx\axis@y\empty
- % hasx=0, hasy=0 and ...
- %
- % -> KEEP ASPECT RATIO!
- %
- % CASE W=0 H=1:
- \ifx\axis@width\empty
- \ifx\axis@height\empty
- \else
- \expandafter\pgfmath@y\axis@height
- \pgfmathlog@invoke@expanded\pgfmathmultiply@{%
- {\pgf@sys@tonumber{\pgfmath@y}}%
- {\axis@default@aspect@ratio}%
- }%
- \edef\axis@width{\pgfmathresult pt}%
- \axis@initsizes@getXscale\into\axis@tmpXscale
- \fi
- \else% CASE W=1 H=0:
- \ifx\axis@height\empty
- \expandafter\pgfmath@x\axis@width
- \pgfmathlog@invoke@expanded\pgfmathdivide@{%
- {\pgf@sys@tonumber{\pgfmath@x}}%
- {\axis@default@aspect@ratio}%
- }%
- \edef\axis@height{\pgfmathresult pt}%
- \axis@initsizes@getYscale\into\axis@tmpYscale
- \fi
- \fi
- \fi\fi
- % IMPLEMENTATION NOTE:
- % if(Xscale=empty or Yscale=empty)
- % -> LOGIC ERROR above.
+ %
+ % assert( \axis@tmpXscale != \empty && \axis@tmpYscale != \empty )
%
% Apply scaling:
\pgfpointxy{\axis@tmpXscale}{\axis@tmpYscale}%
@@ -1401,34 +2015,127 @@
\pgfsetyvec{\pgfpoint{0pt}{\axis@y}}%
\fi
%
+ % Determine final rectangle dimensions.
+ % There are the following cases:
+ % 1. the user really wants a fixed dimension,
+ % i.e. he used 'scale only axis'.
+ % Then, we have to work to get the correct dimension!
+ %
+ % Up to now, the scaling mechanism looses to many significant
+ % digits such that the final width/height differs by 1-2 pt.
+ %
+ % If I am not mistaken, this does ONLY affect the final size,
+ % not the relative plot precision.
+ %
+ % FIXME : really compute the plot precision!
+ %
+ % 2. The use specified width and/or height, but not 'scale only
+ % axis'. Accept inaccurate final widths/heights (see above).
+ %
+ % 3. The user supplied 'x' and or 'y'. Simply use them, its
+ % accurate.
+ %
\pgfpointxy{\axis@xmin}{\axis@ymin}%
\axis@xcoordminTEX=\pgf@x
\axis@ycoordminTEX=\pgf@y
\pgfpointxy{\axis@xmax}{\axis@ymax}%
- \axis@xcoordmaxTEX=\pgf@x
- \axis@ycoordmaxTEX=\pgf@y
- %-----------------------------------------
+ \ifx\axis@rectangle@width\empty
+ \axis@xcoordmaxTEX=\pgf@x
+ \else
+ % this 'if' here should only make a difference of about
+ % 1-2pt, not more.
+ %
+ % and I am quite sure that this inaccuracy (and this
+ % work-around) only affects the
+ % final size, not the relative plot accuracy.
+ \axis@xcoordmaxTEX=\axis@xcoordminTEX
+ \expandafter\advance\expandafter\axis@xcoordmaxTEX\axis@width
+ \fi
+ \ifx\axis@rectangle@height\empty
+ \axis@ycoordmaxTEX=\pgf@y
+ \else
+ \axis@ycoordmaxTEX=\axis@ycoordminTEX
+ \expandafter\advance\expandafter\axis@ycoordmaxTEX\axis@height
+ \fi
+%--------------------------------------------------
+% \begingroup
+% \pgf@x=\axis@xcoordmaxTEX\advance\pgf@x by-\axis@xcoordminTEX
+% \pgf@y=\axis@ycoordmaxTEX\advance\pgf@y by-\axis@ycoordminTEX
+% \message{Axis scaling x=\axis@tmpXscale, y=\axis@tmpYscale\ yields lower-left-corner (\axis@xmin,\axis@ymin) = (\the\axis@xcoordminTEX,\the\axis@ycoordminTEX) and upper right (\axis@xmax,\axis@ymax) = (\the\axis@xcoordmaxTEX,\the\axis@ycoordmaxTEX). Axis dimensions are width=\the\pgf@x, height=\the\pgf@y.}%
+% \endgroup
+%--------------------------------------------------
}
\def\axis@BEGIN@init@and@draw@axis{%
\axis@determinedefaultvalues
- % X-Achsenbeschriftung:
- % LADE DIE \axis@xtick -variable REIN
- \expandafter\xachse\expandafter{\axis@xtick}
- %
- % Y-Achsen und Achsenbeschriftung:
- \expandafter\yachse\expandafter{\axis@ytick}%
-
- % Äußerer Rahmen:
- \draw
- (\axis@xcoordminTEX, \axis@ycoordminTEX)
- rectangle (\axis@xcoordmaxTEX, \axis@ycoordmaxTEX);
+ % move the anchor to (0,0):
+ \expandafter\ifcase\axis@anchorchoicenum
+ % north:
+ \begin{scope}[
+ yshift=-\axis@ycoordmaxTEX,
+ xshift=-0.5\axis@xcoordminTEX-0.5\axis@xcoordmaxTEX
+ ]
+ \or% north west:
+ \begin{scope}[
+ yshift=-\axis@ycoordmaxTEX,
+ xshift=-\axis@xcoordminTEX
+ ]
+ \or% west:
+ \begin{scope}[
+ yshift=-0.5\axis@ycoordminTEX-0.5\axis@ycoordmaxTEX,
+ xshift=-\axis@xcoordminTEX
+ ]
+ \or% south west:
+ \begin{scope}[
+ yshift=-\axis@ycoordminTEX,
+ xshift=-\axis@xcoordminTEX
+ ]
+ \or% south:
+ \begin{scope}[
+ yshift=-\axis@ycoordminTEX,
+ xshift=-0.5\axis@xcoordminTEX-0.5\axis@xcoordmaxTEX
+ ]
+ \or% south east:
+ \begin{scope}[
+ yshift=-\axis@ycoordminTEX,
+ xshift=-\axis@xcoordmaxTEX
+ ]
+ \or% east:
+ \begin{scope}[
+ yshift=-0.5\axis@ycoordminTEX-0.5\axis@ycoordmaxTEX,
+ xshift=-\axis@xcoordmaxTEX
+ ]
+ \or% north east:
+ \begin{scope}[
+ yshift=-\axis@ycoordmaxTEX,
+ xshift=-\axis@xcoordmaxTEX
+ ]
+ \or% center
+ \begin{scope}[
+ yshift=-0.5\axis@ycoordminTEX-0.5\axis@ycoordmaxTEX,
+ xshift=-0.5\axis@xcoordminTEX-0.5\axis@xcoordmaxTEX
+ ]
+ \fi
\begin{scope}
- \clip
- (\axis@xcoordminTEX, \axis@ycoordminTEX)
- rectangle (\axis@xcoordmaxTEX, \axis@ycoordmaxTEX);
+ \ifaxis@hide
+ \clip
+ (\axis@xcoordminTEX, \axis@ycoordminTEX)
+ rectangle (\axis@xcoordmaxTEX, \axis@ycoordmaxTEX);
+ \else
+
+ % X-Achsenbeschriftung:
+ % LADE DIE \axis@xtick -variable REIN
+ \expandafter\axis@drawxaxis\expandafter{\axis@xtick}
+ %
+ % Y-Achsen und Achsenbeschriftung:
+ \expandafter\axis@drawyaxis\expandafter{\axis@ytick}%
+ \draw[clip]
+ (\axis@xcoordminTEX, \axis@ycoordminTEX)
+ rectangle (\axis@xcoordmaxTEX, \axis@ycoordmaxTEX);
+
+ \fi
}
\def\axis@END@init@and@draw@axis{%
@@ -1448,6 +2155,34 @@
}%
}
+\tikzdeclarecoordinatesystem{axis}{\axis@evalute@tikz@coord@system@interface#1\axis@coord@end}
+
+
+% Assigns \pgfmathresult := canvas coordinate (#2) for axis #1.
+\long\def\axis@evalute@tikz@coord@system@interface@for#1#2{%
+ \expandafter\let\expandafter\if@datascaled@cur\csname ifaxis@float@numerics@mode@#1\endcsname
+ \expandafter\ifcase\csname axis@#1mode\endcsname
+ \if@datascaled@cur
+ \csname axis@datascaletrafo@fromfixed@#1\endcsname#2\to\pgfmathresult
+ \else
+ \def\pgfmathresult{#2}%
+ \fi
+ \or
+ \pgfmathlog@{#2}%
+ \fi
+}
+
+\long\def\axis@evalute@tikz@coord@system@interface#1,#2\axis@coord@end{%
+ \begingroup
+ \axis@evalute@tikz@coord@system@interface@for{x}{#1}%
+ \let\axis@evaluate@tikz@coord@x=\pgfmathresult
+ \axis@evalute@tikz@coord@system@interface@for{y}{#2}%
+ \xdef\axis@TMP{\axis@evaluate@tikz@coord@x pt}%
+ \xdef\axis@TMPB{\pgfmathresult pt}%
+ \endgroup
+ \pgfpointxy{\axis@TMP}{\axis@TMPB}%
+}
+
% In case of (semi-) logplots, this command will
% - assign a filter which invokes \pgfmathlog@{} for each coordinate
% - replace any user-specified coordinate by its log.
@@ -1455,105 +2190,285 @@
% All subsequent commands will then work with logarithmic coordinates.
%
% @see pgfmathlog.sty for details about the implementation of log().
-\def\axis@preparelog@filtering{%
- \ifnum\axis@xmode=1
- % any user-specified axis limits:
- \ifx\axis@xmin\empty
- \else
- \expandafter\pgfmathlog@\expandafter{\axis@xmin}%
- \let\axis@xmin=\pgfmathresult
- \fi
- \ifx\axis@xmax\empty
+%
+% PRECONDITION:
+% - The user input options have been set correctly,
+% - the option processing has not yet begun
+%
+% POSTCONDITION:
+% - any user input for log-axis has been replaced by its log
+% - coordinate filters to compute logs are installed
+%
+% See also:
+% \axis@apply@data@scale@trafo@to@options@for
+\def\axis@prepare@coord@filtering@for#1{%
+ \expandafter\ifcase\csname axis@#1mode\endcsname
+ \ifaxis@disabledatascaling
+ \csname axis@float@numerics@mode@#1false\endcsname
+ \axis@float@numerics@modefalse
\else
- \expandafter\pgfmathlog@\expandafter{\axis@xmax}%
- \let\axis@xmax=\pgfmathresult
+ \csname axis@float@numerics@mode@#1true\endcsname
+ \axis@float@numerics@modetrue
\fi
- %
- % any user specified axis ticks:
- \ifx\axis@xtick\empty
- \else
- \expandafter\axis@filter@input@ticks@with@log\expandafter{\axis@xtick}%
- \edef\axis@xtick{\axis@TMP}%
+ \ifaxis@float@numerics@mode
+ % Install coordinate filters that
+ % - read input as normalised floating point numbers,
+ % - return [SIGN][MANTISSE]eEXPONENT
+ % Motivation:
+ % 1. we can compute axis limits using such data
+ % 2. we can remember the floating point representation for
+ % the data scaling transformation.
+ % ATTENTION:
+ % this here is a preprocessing step! You will need to
+ % apply the data scaling later!
+ % see
+ % \axis@apply@data@scaletrafo@to@plot@data
+ \expandafter\let\expandafter\axis@TMP\csname axis@#1filter\endcsname
+ \ifx\axis@TMP\empty
+ \expandafter\def\csname addplot@float@numerics@#1filter\endcsname##1\to##2{%
+ \sciparsesign{##1}\axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \scisetcomponents{##2}\axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \edef##2{\axis@tmp@S\axis@tmp@M e\axis@tmp@E}%
+ }%
+ \else
+ \expandafter\let\csname axis@#1filter@orig\endcsname=\axis@TMP
+ \expandafter\def\csname addplot@float@numerics@#1filter\endcsname##1\to##2{%
+ \csname axis@#1filter@orig\endcsname##1\to##2\relax
+ \ifx##2\empty
+ \else
+ \expandafter\sciparsesign\expandafter{##2}\axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \scisetcomponents{##2}\axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \edef##2{\axis@tmp@S\axis@tmp@M e\axis@tmp@E}%
+ \fi
+ }%
+ \fi
+ \expandafter\let\expandafter\axis@TMP\csname addplot@float@numerics@#1filter\endcsname
+ \expandafter\let\csname axis@#1filter\endcsname\axis@TMP
+ %
+ % Check for any existing axis limits:
+ \expandafter\let\expandafter\axis@TMP\csname axis@#1min\endcsname
+ \ifx\axis@TMP\empty
+ \else
+ \expandafter\sciparsesign\expandafter{\axis@TMP}\axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \expandafter\scisetcomponents\csname axis@#1min\endcsname\axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \fi
+ \expandafter\let\expandafter\axis@TMP\csname axis@#1max\endcsname
+ \ifx\axis@TMP\empty
+ \else
+ \expandafter\sciparsesign\expandafter{\axis@TMP}\axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \expandafter\scisetcomponents\csname axis@#1max\endcsname\axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \fi
\fi
- \ifx\axis@xfilter\empty
- \def\addplot@log@compute@xfilter##1\to##2{%
- \pgfmathlog@{##1}%
- \let##2=\pgfmathresult
- }%
+ \or
+ \ifaxis@disablelogfilter
\else
- \let\axis@xfilter@orig=\axis@xfilter
- \def\addplot@log@compute@xfilter##1\to##2{%
- \pgfmathlog@{##1}%
- \ifx\pgfmathresult\empty
- \let##2=\empty
- \else
- \expandafter\axis@xfilter@orig\pgfmathresult\to##2\relax
- \fi
- }%
+ % any user-specified axis limits:
+ \expandafter\let\expandafter\axis@TMP\csname axis@#1min\endcsname
+ \ifx\axis@TMP\empty
+ \else
+ \expandafter\pgfmathlog@\expandafter{\axis@TMP}%
+ \expandafter\let\csname axis@#1min\endcsname=\pgfmathresult
+ \fi
+ \expandafter\let\expandafter\axis@TMP\csname axis@#1max\endcsname
+ \ifx\axis@TMP\empty
+ \else
+ \expandafter\pgfmathlog@\expandafter{\axis@TMP}%
+ \expandafter\let\csname axis@#1max\endcsname=\pgfmathresult
+ \fi
+ %
+ % any user specified axis ticks:
+ \expandafter\let\expandafter\axis@TMP\csname axis@#1tick\endcsname
+ \ifx\axis@TMP\empty
+ \else
+ \expandafter\axis@filter@input@ticks@with@log\expandafter{\axis@TMP}%
+ \expandafter\edef\csname axis@#1tick\endcsname{\axis@TMP}%
+ \fi
+ %
+ \expandafter\let\expandafter\axis@TMP\csname axis@#1filter\endcsname
+ \ifx\axis@TMP\empty
+ \expandafter\def\csname addplot@log@compute@#1filter\endcsname##1\to##2{%
+ \pgfmathlog@{##1}%
+ \let##2=\pgfmathresult
+ }%
+ \else
+ \expandafter\let\csname axis@#1filter@orig\endcsname=\axis@TMP
+ \expandafter\def\csname addplot@log@compute@#1filter\endcsname##1\to##2{%
+ \pgfmathlog@{##1}%
+ \ifx\pgfmathresult\empty
+ \let##2=\empty
+ \else
+ \expandafter\expandafter\csname axis@#1filter@orig\endcsname\pgfmathresult\to##2\relax
+ \fi
+ }%
+ \fi
+ \expandafter\let\expandafter\axis@TMP\csname addplot@log@compute@#1filter\endcsname
+ \expandafter\let\csname axis@#1filter\endcsname\axis@TMP
\fi
- \def\axis@xfilter{\addplot@log@compute@xfilter}%
\fi
- %
- \ifnum\axis@ymode=1
- % any user-specified axis limits:
- \ifx\axis@ymin\empty
- \else
- \expandafter\pgfmathlog@\expandafter{\axis@ymin}%
- \let\axis@ymin=\pgfmathresult
- \fi
- \ifx\axis@ymax\empty
- \else
- \expandafter\pgfmathlog@\expandafter{\axis@ymax}%
- \let\axis@ymax=\pgfmathresult
- \fi
- %
- % any user specified axis ticks:
- \ifx\axis@ytick\empty
+}
+
+\def\axis@create@axis@descriptions{%
+ \ifaxis@hide
+ \else
+ \ifx\axis@xlabel\empty
\else
- \expandafter\axis@filter@input@ticks@with@log\expandafter{\axis@ytick}%
- \edef\axis@ytick{\axis@TMP}%
+ \axisshowxlabel
\fi
- \ifx\axis@yfilter\empty
- \def\addplot@log@compute@yfilter##1\to##2{%
- \pgfmathlog@{##1}%
- \let##2=\pgfmathresult
- }%
+ \ifx\axis@ylabel\empty
\else
- \let\axis@yfilter@orig=\axis@yfilter
- \def\addplot@log@compute@yfilter##1\to##2{%
- \pgfmathlog@{##1}%
- \ifx\pgfmathresult\empty
- \let##2=\empty
- \else
- \expandafter\axis@yfilter@orig\pgfmathresult\to##2\relax
- \fi
- }%
+ \axisshowylabel
\fi
- \def\axis@yfilter{\addplot@log@compute@yfilter}%
\fi
+ \ifx\axis@title\empty
+ \else
+ \axisshowtitle
+ \fi
+ \axis@createlegend
+}
+
+% DATA TRANSFORMATION T(x) = X
+%
+% Input:
+% a number in the original data range, given in **floating** point representation
+% Output:
+% a fixed point number in transformed range
+% @see
+% \axis@datascaletrafo@x@three
+% \axis@datascaletrafo@fromfixed@x
+\def\axis@datascaletrafo@x#1\to#2{%
+ \scigetcomponents#1\axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \axis@datascaletrafo@x@three\axis@tmp@S\axis@tmp@M\axis@tmp@E\to#2
+}
+
+% Overloaded function.
+% Input:
+% The same as above, but with Sign, Mantisse, Exponent.
+% #1,#2 and #3 are expected to be MACRO NAMES.
+\def\axis@datascaletrafo@x@three#1#2#3\to#4{%
+ \def\axis@TMP{\scimathshift{#1}{#2}{#3}}%
+ \expandafter\axis@TMP\expandafter{\axis@data@scale@trafo@SHIFT@x}%
+ \scitofixed{#1}{#2}{#3}{#4}%
+}
+
+% Overloaded function.
+% Input:
+% a FIXED point number instead of a floating point one.
+% @see \axis@datascaletrafo@x
+\def\axis@datascaletrafo@fromfixed@x#1\to#2{%
+ \begingroup
+ \sciparsesign{#1}\axis@S\axis@M\axis@E
+ \axis@datascaletrafo@x@three\axis@S\axis@M\axis@E\to{#2}%
+ \global\let\axis@TMP=#2\relax
+ \endgroup
+ \let#2=\axis@TMP
+}
+
+\def\axis@datascaletrafo@y#1\to#2{%
+ \scigetcomponents#1\axis@tmp@S\axis@tmp@M\axis@tmp@E
+ \axis@datascaletrafo@y@three\axis@tmp@S\axis@tmp@M\axis@tmp@E\to#2
+}
+\def\axis@datascaletrafo@y@three#1#2#3\to#4{%
+ \def\axis@TMP{\scimathshift{#1}{#2}{#3}}%
+ \expandafter\axis@TMP\expandafter{\axis@data@scale@trafo@SHIFT@y}%
+ \scitofixed{#1}{#2}{#3}{#4}%
+}
+\def\axis@datascaletrafo@fromfixed@y#1\to#2{%
+ \begingroup
+ \sciparsesign{#1}\axis@S\axis@M\axis@E
+ \axis@datascaletrafo@y@three\axis@S\axis@M\axis@E\to{#2}%
+ \global\let\axis@TMP=#2\relax
+ \endgroup
+ \let#2=\axis@TMP
+}
+
+% INVERSE transformation x = T^{-1}( X )
+% Input:
+% a fixed point number in transformed domain
+% Output:
+% a number in the data domain, given in floating point
+% representation
+\def\axis@inverse@datascaletrafo@x#1\to#2{%
+ \expandafter\sciparsesignsingle\expandafter{#1}#2
+ \edef\axis@TMP{\noexpand#2{-\axis@data@scale@trafo@SHIFT@x}}%
+ \expandafter\scimathshiftsingle\axis@TMP
+}
+
+\def\axis@inverse@datascaletrafo@y#1\to#2{%
+ \expandafter\sciparsesignsingle\expandafter{#1}#2
+ \edef\axis@TMP{\noexpand#2{-\axis@data@scale@trafo@SHIFT@y}}%
+ \expandafter\scimathshiftsingle\axis@TMP
+}
+
+% Overloaded function.
+%
+% In contrast to \axis@inverse@datascaletrafo@x, this method
+% returns a number in FIXED point representation.
+% @see \axis@inverse@datascaletrafo@x
+\def\axis@inverse@datascaletrafo@tofixed@x#1\to#2{%
+ \axis@inverse@datascaletrafo@x#1\to{#2}%
+ \scitofixedsingle{#2}{#2}%
+}
+\def\axis@inverse@datascaletrafo@tofixed@y#1\to#2{%
+ \axis@inverse@datascaletrafo@y#1\to{#2}%
+ \scitofixedsingle{#2}{#2}%
}
\newenvironment{axis}[1][]{%
\begingroup
- \begin{scope}[style=every axis]
+% \def\axis@setkeys{\setkeys*[\prefix]{axis}}%
+%\tracingmacros=2\tracingcommands=2
+% \message{Der every-axis-style ist gerade \csname tikz@st@every axis\endcsname}%
+%\tracingmacros=0\tracingcommands=0
+% \expandafter\expandafter\expandafter\axis@setkeys
+ % \expandafter\expandafter\expandafter{\csname tikz@st@every axis\endcsname}%
+ \begin{scope}[style=every axis,%
+ x=1pt,y=1pt% see below
+ ]
+ % The explicit specification of 'x' and 'y' as 1pt is to avoid
+ % numeric overflow/underflow during scale computations:
+ %
+ % The scaling (i.e. proper values for 'x' and 'y') will be
+ % determined later-on, dependend on the axis limits. Since axis
+ % limits are implicitly in units of 1pt, it is reasonable to use
+ % '1pt' here as well.
+ %
+ %
%--------------------------------------------------
% \draw[very thin,color=gray,xstep=1,ystep=\logten]
% (\xcoordmin\axis@leftover,\ycoordmin)
% grid (\xcoordmax\axis@rightover,\ycoordmax);
%--------------------------------------------------
\setkeys[\prefix]{axis}{#1}%
- \setkeys[\prefix]{legend}{}%
%
+ % --------------------
+ % Allocations:
+ % --------------------
\listnewempty\axis@plotspeclist
\listnewempty\axis@legend
- \listnewempty\axis@draw@stored@plots
+ \listnewempty\axis@stored@plot@cmds
+ \listnewempty\axis@stored@plot@data
+ \newif\ifaxis@autocompute@xlim
+ \newif\ifaxis@autocompute@ylim
+ \newif\ifaxis@filtercoords
+ \newif\ifaxis@float@numerics@mode@x
+ \newif\ifaxis@float@numerics@mode@y
+ \newif\ifaxis@float@numerics@mode
+ % rename '\ifaxis@hide axis' to mask the white space:
+ \expandafter\let\expandafter\ifaxis@hide\csname ifaxis@hide axis\endcsname
+ % the same for other options with white spaces:
+ \expandafter\let\expandafter\ifaxis@scale@only@axis\csname ifaxis@scale only axis\endcsname
+ \newif\ifaxis@draw@at@end
+ \newif\ifaxis@limits@are@computed
+ \newif\ifaxis@EMERGENCY@FORCE@DATA@TRAFO@TO@IDENTITY
+ \axis@numplots=0
+ \let\axis@already@computed@legend@node=\empty
%
- \ifaxis@disablelogfilter
- \else
- \axis@preparelog@filtering
- \fi
+ % --------------------
+ % Option preprocessing
+ % --------------------
+ \axis@prepare@coord@filtering@for x
+ \axis@prepare@coord@filtering@for y
%
- \newif\ifaxis@filtercoords
\ifx\axis@xfilter\empty
\else
\axis@filtercoordstrue
@@ -1562,46 +2477,66 @@
\else
\axis@filtercoordstrue
\fi
- %
- \axis@numplots=0
- %
- \newif\ifaxis@autocompute@xlim
- \newif\ifaxis@autocompute@ylim
- \newif\ifaxis@draw@at@end
- \newif\ifaxis@limits@are@computed
- \axis@limits@are@computedtrue
+ %
\ifx\axis@xmin\empty
\axis@autocompute@xlimtrue
\def\axis@xmin{16300}%
+ \ifaxis@float@numerics@mode@x
+ \scisetcomponents\axis@xmin{1}{1.0}{324}%
+ \fi
\fi
\ifx\axis@xmax\empty
\axis@autocompute@xlimtrue
\def\axis@xmax{-16300}%
+ \ifaxis@float@numerics@mode@x
+ \scisetcomponents\axis@xmax{2}{1.0}{324}%
+ \fi
\fi
\ifx\axis@ymin\empty
\axis@autocompute@ylimtrue
\def\axis@ymin{16300}%
+ \ifaxis@float@numerics@mode@y
+ \scisetcomponents\axis@ymin{1}{1.0}{324}%
+ \fi
\fi
\ifx\axis@ymax\empty
\axis@autocompute@ylimtrue
\def\axis@ymax{-16300}%
+ \ifaxis@float@numerics@mode@y
+ \scisetcomponents\axis@ymax{2}{1.0}{324}%
+ \fi
\fi
%
\ifaxis@autocompute@xlim
\axis@draw@at@endtrue
\axis@limits@are@computedfalse
+ \else
+ \axis@limits@are@computedtrue
\fi
\ifaxis@autocompute@ylim
\axis@draw@at@endtrue
\axis@limits@are@computedfalse
+ \else
+ \axis@limits@are@computedtrue
\fi
%
%
+ % --------------------
+ % Start axis:
+ % either postponed to \end or directly.
+ % --------------------
+ %
\ifaxis@draw@at@end
\else
\axis@BEGIN@init@and@draw@axis
\fi
}{%
+ %\end{axis}:
+ % --------------------
+ % All plotting commands
+ % have been done.
+ % -> apply postponed drawing commands!
+ % --------------------
\ifaxis@draw@at@end
\ifaxis@limits@are@computed
\else
@@ -1612,7 +2547,20 @@
\def\axis@ymax{1}%
\fi
\axis@BEGIN@init@and@draw@axis
- \listforeach\axis@draw@stored@plots\as\plotcmd{\plotcmd}%
+ \listforeach\axis@stored@plot@cmds\as\plotcmd{%
+ \listpopfront\axis@stored@plot@data\to\plotdata
+ \ifaxis@float@numerics@mode
+ \ifx\plotcmd\empty
+ \plotdata
+ \else
+ % Apply the data scaling transformation
+ \expandafter\axis@apply@data@scaletrafo@to@plot@data\plotdata\to\plotdata
+ \expandafter\plotcmd\plotdata
+ \fi
+ \else
+ \expandafter\plotcmd\plotdata
+ \fi
+ }%
\fi
\axis@END@init@and@draw@axis
%
@@ -1622,20 +2570,9 @@
x={\axis@xcoordmaxTEX-\axis@xcoordminTEX},
y={\axis@ycoordmaxTEX-\axis@ycoordminTEX}
]%
- \ifx\axis@xlabel\empty
- \else
- \axisshowxlabel
- \fi
- \ifx\axis@ylabel\empty
- \else
- \axisshowylabel
- \fi
- \ifx\axis@title\empty
- \else
- \axisshowtitle
- \fi
- \axis@createlegend
+ \axis@create@axis@descriptions
\end{scope}%
+ \end{scope}% this scope starts inside of \axis@BEGIN@init@and@draw@axis
%
\end{scope}%
\endgroup
diff --git a/Master/texmf-dist/tex/latex/pgfplots/pgfplotshelpers.sty b/Master/texmf-dist/tex/latex/pgfplots/pgfplotshelpers.sty
index 203f16379ee..304448fbef4 100644
--- a/Master/texmf-dist/tex/latex/pgfplots/pgfplotshelpers.sty
+++ b/Master/texmf-dist/tex/latex/pgfplots/pgfplotshelpers.sty
@@ -22,7 +22,9 @@
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\ProvidesPackage{pgfplotshelpers}[2008/31/01 Version 0.9]
+\ProvidesPackage{pgfplotshelpers}[2008/02/17 Version 0.9.4]
+
+\newtoks\pgfplots@toka
\def\prettyprintnumberprecision{2}
@@ -54,10 +56,11 @@
% It uses \prettyprintnumberprecision digits after the comma.
\def\prettyprintnumber#1{%
\begingroup
-%\tracingmacros=2\tracingcommands=2
- \edef\argument{#1}%
- \expandafter\prettyprintnumber@impl\argument.\END
-%\tracingmacros=0\tracingcommands=0
+% \edef\argument{#1}%
+% \expandafter\prettyprintnumber@impl\argument.\END
+ \edef\argument{#1\noexpand\prec\prettyprintnumberprecision}%
+ \expandafter\fixedpointround\argument\to\result
+ \result
\endgroup
}
diff --git a/Master/texmf-dist/tex/latex/pgfplots/sciformat.sty b/Master/texmf-dist/tex/latex/pgfplots/sciformat.sty
new file mode 100644
index 00000000000..493aca948d1
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pgfplots/sciformat.sty
@@ -0,0 +1,861 @@
+%--------------------------------------------
+%
+% Package sciformat.sty
+%
+% Provides support for floating point number representations of the
+% form
+%
+% S * M * 10^e
+%
+% with S in [-,+,0], 0<M<10, e in Z.
+%
+% Example:
+%
+% +1.62452*10^-8
+%
+% The conversion routines are complete text-based.
+%
+% Copyright 2007/2008 by Christian Feuersänger.
+%
+% This program is free software: you can redistribute it and/or modify
+% it under the terms of the GNU General Public License as published by
+% the Free Software Foundation, either version 3 of the License, or
+% (at your option) any later version.
+%
+% This program is distributed in the hope that it will be useful,
+% but WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+% GNU General Public License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with this program. If not, see <http://www.gnu.org/licenses/>.
+%
+%--------------------------------------------
+\ProvidesPackage{sciformat}[2008/02/17 v.0.9.4]
+\RequirePackage{pgf}[2007/01/01]
+\RequirePackage{pgfplotshelpers}[2008/02/17]
+
+% Computes a normalised floating point representation for #1 of the
+% form
+% [+-]X.XXXXXXX*10^C
+% where
+% X.XXXXXX is a mantisse with first number != 0
+% and C is a count.
+%
+% This method does NOT use TeX Registers to represent the numbers! The
+% computation is COMPLETELY STRING BASED.
+% This allows numbers such at 10000000 or 5.23e-10 to be represented
+% properly, although TeX-registers would produce overflow/underflow
+% errors in these cases.
+%
+% It is to be used to compute logs, because log(X*10^Y) = log(X) + log(10)*Y
+%
+% Arguments:
+% #1 a -possibly non-normalized- number representation. Accepted input
+% format is
+% [+-]XXXXX.XXXXXX
+% [+-]XXXXX.XXXXXXeXXXX
+% [+-]0.0000XXXXXX
+% [+-]0.0000XXXXXXeXXXX
+% NOT accepted input format is
+% [+-]0000.XXXXXX [leading zeros not supported]
+% [+-]XXXXX.XXXXXXEXXXXX [E notation not yet implemented]
+% #2 a macro name. \def#2{.....} will be used to assign the mantisse.
+% #3 a macro name. \def#3{.....} will be used to assign the exponent (base 10).
+%
+% Example:
+% \def\normalize#1{%
+% \sciparse#1\to\M\powten\E
+% \[ #1 \mapsto \M\cdot 10^{\E} \]
+% }
+% \normalize{123.41251}%
+% \normalize{3.26101452e-06}%
+%
+% REMARKS:
+% - the mantisse will ALWAYS have a period and one following number.
+% - Special case: the number +- 0 will always have the mantisse 0.0. The sign and
+% the exponent is undefined.
+\def\sciparse#1\to#2\powten#3{%
+ \begingroup
+ \sciparse@impl@possibly@signed#1\to#2\powten{#3}%
+ \xdef\sciparseTMP{%
+ \noexpand\def\noexpand#2{#2}%
+ \noexpand\def\noexpand#3{#3}%
+ }%
+ \endgroup
+ \sciparseTMP
+}
+
+% Overloaded scientific parser.
+%
+% In addition to '\sciparse', this method checks for '+- 0' cases
+% and sets #2 accordingly.
+%
+% \S #2: will be \def'ed to one of [0,1,2] with
+% 0 == '0', ( \def#2{0} )
+% 1 == '+',
+% 2 == '-',
+% -> can be used with \ifcase
+% \M #3: will be filled with a positive mantisse (undefined in case \S=0).
+% \E #4: the exponent basis 10 (an integer). Undefined in case \S = 0.
+%
+% Example:
+% \sciparsesign141.212\S\M\E
+% -> \S = 1, \M = 1.41212, \E =2
+%
+\def\sciparsesign#1#2#3#4{%
+ \begingroup
+ \sciparsesign@impl@possibly@signed#1\S#2\M#3\E{#4}%
+ \def\sciparseTMP{0}%
+ \ifx\sciparseTMP#2\relax
+ \def#4{0}%
+ \fi
+ \xdef\sciparseTMP{%
+ \noexpand\def\noexpand#2{#2}%
+ \noexpand\def\noexpand#3{#3}%
+ \noexpand\def\noexpand#4{#4}%
+ }%
+ \endgroup
+ \sciparseTMP
+}
+
+\def\sciparsesignsingle#1#2{%
+ \begingroup
+ \sciparsesign{#1}\sci@S\sci@M\sci@E
+ \xdef\sciparseTMP{\noexpand\scisetcomponents{\noexpand#2}{\sci@S}{\sci@M}{\sci@E}}%
+ \endgroup
+ \sciparseTMP
+}
+
+% Compares
+% x = Sign(#1) #2 * 10^#3
+% with
+% y = Sign(#4) #5 * 10^#6
+%
+% example:
+% \scimathlessthan\S\M\E\and\SS\MM\EE
+% \ifscimathlessthan
+% is smaller!
+% \else
+% is not smaller.
+% \fi
+%
+% and sets the boolean
+% \ifscimathlessthan := (x<y).
+\def\scimathlessthan#1#2#3\and#4#5#6{%
+ \scimathlessthanfalse
+ \begingroup
+ \let\S@first=\c@pgf@counta
+ \let\S@second=\c@pgf@countb
+ \S@first\expandafter=#1\relax
+ \S@second\expandafter=#4\relax
+ \ifcase\S@first
+ % x = 0 -> (x<y <=> y >0)
+ \ifnum1=\S@second
+ \aftergroup\scimathlessthantrue
+ \fi
+ \or
+ % x > 0 -> (x<y <=> ( y > 0 && |x| < |y|) )
+ \ifnum1=\S@second
+ % y>0:
+ \scimathlessthan@positive\M#2\E#3\MM#5\EE{#6}%
+ \fi
+ \or
+ % x < 0 -> (x<y <=> (y >= 0 || |x| > |y|) )
+ \ifnum2=\S@second
+ % 'y<0':
+ \scimathlessthan@positive\M#5\E#6\MM#2\EE{#3}%
+ \else
+ \aftergroup\scimathlessthantrue
+ \fi
+ \fi
+ \endgroup
+}
+
+\def\scimathmax#1#2#3\and#4#5#6\to#7#8#9{%
+ \scimathlessthan#1#2#3\and#4#5#6\relax
+ \ifscimathlessthan
+ \let#7=#4
+ \let#8=#5
+ \let#9=#6
+ \else
+ \let#7=#1
+ \let#8=#2
+ \let#9=#3
+ \fi
+}
+
+\def\scimathmin#1#2#3\and#4#5#6\to#7#8#9{%
+ \scimathlessthan#1#2#3\and#4#5#6\relax
+ \ifscimathlessthan
+ \let#7=#1
+ \let#8=#2
+ \let#9=#3
+ \else
+ \let#7=#4
+ \let#8=#5
+ \let#9=#6
+ \fi
+}
+
+% Takes \S, \M and \E as sign, mantisse and exponent and computes a
+% fixed point representation for that number.
+%
+% example:
+% \S=1
+% \M=4.2
+% \E=1
+% \scitofixed\S\M\E\result
+% -> 42.0
+\def\scitofixed#1#2#3#4{%
+ \begingroup
+ \let\sci@sign=\c@pgf@counta
+ \sci@sign\expandafter=#1\relax
+ \ifnum0=\sci@sign
+ \xdef\sciparseTMP{0.0}%
+ \else
+ \expandafter\scitofixed@impl#2\E#3\END
+ \ifnum2=\sci@sign
+ \xdef\sciparseTMP{-\sciparseTMP}%
+ \fi
+ \fi
+ \endgroup
+ \let#4=\sciparseTMP
+}
+
+% Single macro SCI-representation to #2.
+\def\scitofixedsingle#1#2{%
+ \begingroup
+ \scigetcomponents{#1}\sci@S\sci@M\sci@E
+ \scitofixed\sci@S\sci@M\sci@E{#2}%
+ \global\let\sciparseTMP=#2%
+ \endgroup
+ \let#2=\sciparseTMP
+}
+
+% Takes a SINGLE macro representing a floating point and extracts
+% sign, mantisse and exponent.
+% #1: the name of the single macro.
+% The expansion of #1 is COMPLETELY independend of associated
+% floating point number. You can even use \def#1{foo bar}
+% so change the meaning of #1 without affecting the number.
+% #2: will be set to #1's sign
+% #3: will be set to #1's mantisse
+% #4: will be set to #1's exponent
+%
+% @see scisetcomponents
+\def\scigetcomponents#1#2#3#4{%
+ \expandafter\let\expandafter#2\csname\string#1@S\endcsname
+ \expandafter\let\expandafter#3\csname\string#1@M\endcsname
+ \expandafter\let\expandafter#4\csname\string#1@E\endcsname
+}
+
+% Assigns sign #2, mantisse #3 and exponent #4 to a single macro
+% representing the floating point.
+%
+% #1: the target name. Will create macros #1@S, #1@M and #1@E
+% which will be filled with #2, #3 and #4.
+%
+% Remark:
+% It is perfectly save to use the macro name #1 for other uses since
+% only the '@{S,M,E}' - macros are used to maintain the numerical
+% information.
+%
+% @see scigetcomponents
+\def\scisetcomponents#1#2#3#4{%
+ \expandafter\edef\csname\string#1@S\endcsname{#2}%
+ \expandafter\edef\csname\string#1@M\endcsname{#3}%
+ \expandafter\edef\csname\string#1@E\endcsname{#4}%
+}
+
+% Divides or multiplies the input number by 10^#4 using an arithmetic
+% left/right shift.
+%
+% Input:
+% #1 Sign macro
+% #2 Mantisse macro
+% #3 exponent macro
+% #4 a positive or negative integer number denoting the shift.
+%
+% Example:
+% \scimathshift\S\M\E4
+\def\scimathshift#1#2#3#4{%
+ \begingroup
+ \c@pgf@counta\expandafter=#3\relax
+ \advance\c@pgf@counta by#4\relax
+ \xdef\sciparseTMP{\the\c@pgf@counta}%
+ \endgroup
+ \let#3=\sciparseTMP
+}
+
+\def\scimathshiftsingle#1#2{%
+ \begingroup
+ \expandafter\let\expandafter\E\csname\string#1@E\endcsname
+ \c@pgf@counta\expandafter=\E\relax
+ \advance\c@pgf@counta by#2\relax
+ \xdef\sciparseTMP{\the\c@pgf@counta}%
+ \endgroup
+ \expandafter\let\csname\string#1@E\endcsname\sciparseTMP%
+}
+
+
+% Rounds a fixed point number #1 to #2 digits precision and returns
+% the result into macro #3.
+%
+% This method is PURELY text based and can work with arbirtrary
+% precision (well, limited to TeX's stack size and integer size).
+\def\fixedpointround#1\prec#2\to#3{%
+ \begingroup
+ \pgfplots@toka={}%
+ \let\fp@round@next=\empty
+ \let\fp@round@prec=\c@pgf@countb
+ \let\fp@offsetbehindperiod=\c@pgf@counta
+ \let\fp@round@lastzeros=\c@pgf@countc
+ \let\fp@round@trg=#3\relax
+ \def\fp@round@input{#1}%
+ \fp@round@prec=#2\relax
+ \fp@round@lastzeros=0
+ \fp@offsetbehindperiod=-1 % means: no period found so far
+ \fixedpointround@impl@ITERATE@NODOT #1\fp@round@EOI
+ \xdef\sciparseTMP{\fp@round@trg}%
+ \endgroup
+ \let#3=\sciparseTMP
+}
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% IMPL
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+% \fixedpointround implementation in WORDS:
+%
+% coarse idea:
+% 1. collect all digits/sign BEFORE the first period in REVERSE order
+% 2. then, collect UP TO \prec digits after the period in REVERSE order
+% Steps 1. and 2. lead to the digit [sign] sequence
+% "x_{-p} x_{-p+1} ... x_{-2} x_{-1} '.' x_0 ... x_r"
+% where 'r' is the total number of digits. The integer 'p' denotes the
+% ACTUALLY collected number of digits behind the period.
+%
+% Let 'k' be the desired precision.
+%
+% There are exactly TWO cases:
+% 1. The case with p<=k and x_{-p-1} = end of input.
+% 2. The case with p=k and x_{-p-1} is a further, next character.
+%
+% Then, we do in case 1.)
+% discard any unused zeros at the tail of our number (possibly
+% including the period)
+%
+% and in case 2.)
+% if NEXT DIGIT < 5:
+% do exactly the same as in case 1.) above and discard any
+% following digits.
+% else
+% let q := -p
+% while(x_q = 9 and q<=r )
+% if q>=0
+% set x_q = '0'
+% else
+% discard digit x_q='9'
+% fi
+% ++q
+% if q=0
+% discard the period
+% fi
+% end while
+% if q = r+1
+% insert a '1'
+% else
+% set x_q = x_q + 1
+% fi
+% fi
+%
+% All these loops have been implemented in spaghetti-code below.
+% Sorry, I fear its hard to understand. In principle, everything is
+% realised using more or less finite state machines (with some number
+% counting logic).
+%
+% Some comments:
+% - The token register \pgfplots@toka is used to accumulate the REVERSED input number.
+% - \fp@round@EOI always denotes 'END OF INPUT'.
+% - in the second stage, we need to reverse \pgfplots@toka.
+% This is -again- done with \pgfplots@toka.
+
+\def\fixedpointround@impl@discard@period#1.#2\fp@round@EOI{%
+ \def\fp@round@trg{#1}%
+}
+
+\def\fixedpointround@impl@gobble@rest@and@start#1\fp@round@EOI{%
+ \fixedpointround@impl@start
+}
+\def\fixedpointround@impl@gobble@and@start\fp@round@EOI{%
+ \fixedpointround@impl@start
+}
+\def\fixedpointround@impl@gobble\fp@round@EOI{}%
+
+\def\fixedpointround@impl@start{%
+ \ifx\fp@round@next\empty
+ \ifnum\fp@offsetbehindperiod<0
+ \edef\fp@round@trg{\fp@round@input}%
+ \else
+ \ifnum\fp@offsetbehindperiod>\fp@round@prec
+ \errmessage{Internal logic error in fixedpointround at [I] - should not have happened!?}%
+ \fi
+ \fixedpointround@impl@discard@suffix@zeros
+ \fi
+ \else
+ \ifnum\fp@offsetbehindperiod=\fp@round@prec
+ \else
+ \errmessage{Internal logic error in fixedpointround at [II] - should not have happened!? I have offsetbehindperiod=\the\fp@offsetbehindperiod and prec = \the\fp@round@prec}%
+ \fi
+ \expandafter\ifnum\fp@round@next<5
+ \fixedpointround@impl@discard@suffix@zeros
+ \else
+ \multiply\fp@offsetbehindperiod by-1
+ %\edef\fp@round@trg{B\the\pgfplots@toka B}%
+ \expandafter\fixedpointround@impl@ADD@ONE\the\pgfplots@toka\fp@round@EOI
+ \fi
+ \fi
+}
+
+\def\fixedpointround@impl@ADD@ONE{%
+ \pgfplots@toka={}%
+ \fixedpointround@impl@ADD@ONE@ITERATE
+}
+\def\fixedpointround@impl@ADD@ONE@ITERATE{%
+ \@ifnextchar\fp@round@EOI{%
+ \edef\fp@round@trg{1\the\pgfplots@toka}%
+ \fixedpointround@impl@gobble
+ }{%
+ \@ifnextchar.{%
+ \fixedpointround@impl@ADD@ONE@NEXT@COLLECT
+ }{%
+ \@ifnextchar+{%
+ \fixedpointround@impl@ADD@ONE@NEXT@COLLECT
+ }{%
+ \@ifnextchar-{%
+ \fixedpointround@impl@ADD@ONE@NEXT@COLLECT
+ }{%
+ \fixedpointround@impl@ADD@ONE@NEXT
+ }%
+ }%
+ }%
+ }%
+}
+
+\def\fixedpointround@impl@ADD@ONE@ITERATE@gobble@dot.{%
+ \fixedpointround@impl@ADD@ONE@ITERATE
+}
+
+\def\fixedpointround@impl@ADD@ONE@NEXT@COLLECT#1{%
+ \pgfplots@toka=\expandafter{\expandafter#1\the\pgfplots@toka}%
+ \fixedpointround@impl@ADD@ONE@ITERATE
+}
+\def\fixedpointround@impl@ADD@ONE@NEXT#1{%
+ \ifnum#1=9
+ \ifnum\fp@offsetbehindperiod<0
+ % silently DROP digit
+ \else
+ \pgfplots@toka=\expandafter{\expandafter0\the\pgfplots@toka}%
+ \fi
+ \advance\fp@offsetbehindperiod by1
+ \ifnum\fp@offsetbehindperiod=0
+ \def\fp@round@nextcmd{\fixedpointround@impl@ADD@ONE@ITERATE@gobble@dot}%
+ \else
+ \def\fp@round@nextcmd{\fixedpointround@impl@ADD@ONE@ITERATE}%
+ \fi
+ \else
+ % re-use this counter:
+ \fp@round@lastzeros=#1
+ \advance\fp@round@lastzeros by1
+ \edef\fp@round@trg{\the\fp@round@lastzeros\the\pgfplots@toka}%
+ \pgfplots@toka=\expandafter{\fp@round@trg}%
+ \def\fp@round@nextcmd{\fixedpointround@impl@REVERSE@ITERATE}%
+ \fi
+ \fp@round@nextcmd
+}
+
+
+\def\fixedpointround@impl@discard@suffix@zeros{%
+ \ifnum\fp@round@lastzeros=\fp@offsetbehindperiod
+ \expandafter\fixedpointround@impl@discard@period\fp@round@input\fp@round@EOI
+ \else
+ \ifnum\fp@round@lastzeros=0
+ \expandafter\fixedpointround@impl@REVERSE\the\pgfplots@toka\fp@round@EOI
+ \else
+ \expandafter\fixedpointround@impl@discard@suffix@zeros@ITERATE\the\pgfplots@toka\fp@round@EOI
+ \fi
+ \fi
+}
+
+% PRECONDITION:
+% \fp@round@lastzeros > 0
+\def\fixedpointround@impl@discard@suffix@zeros@ITERATE#1{%
+ \advance\fp@round@lastzeros by-1
+ \ifnum\fp@round@lastzeros=0
+ \def\fp@round@nextcmd{\fixedpointround@impl@REVERSE}%
+ \else
+ \def\fp@round@nextcmd{\fixedpointround@impl@discard@suffix@zeros@ITERATE}%
+ \fi
+ \fp@round@nextcmd
+}
+
+\def\fixedpointround@impl@REVERSE{%
+ \pgfplots@toka={}%
+ \fixedpointround@impl@REVERSE@ITERATE
+}
+
+\def\fixedpointround@impl@REVERSE@ITERATE{%
+ \@ifnextchar\fp@round@EOI{%
+ \edef\fp@round@trg{\the\pgfplots@toka}%
+ \fixedpointround@impl@gobble
+ }{%
+ \fixedpointround@impl@REVERSE@NEXT
+ }%
+}
+
+\def\fixedpointround@impl@REVERSE@NEXT#1{%
+ \pgfplots@toka=\expandafter{\expandafter#1\the\pgfplots@toka}%
+ \fixedpointround@impl@REVERSE@ITERATE
+}
+
+\def\fixedpointround@impl@BEGIN@DOT.{%
+ \pgfplots@toka=\expandafter{\expandafter.\the\pgfplots@toka}%
+ \fp@offsetbehindperiod=0
+ \fixedpointround@impl@ITERATE@DOT
+}
+\def\fixedpointround@impl@ITERATE@DOT{%
+ \@ifnextchar\fp@round@EOI{%
+ % finished.
+ \fixedpointround@impl@gobble@and@start
+ }{%
+ \fixedpointround@impl@NEXT@DOT
+ }%
+}
+\def\fixedpointround@impl@NEXT@DOT#1{%
+ \ifnum\fp@offsetbehindperiod=\fp@round@prec
+ \def\fp@round@next{#1}%
+ \def\fp@round@nextcmd{\fixedpointround@impl@gobble@rest@and@start}%
+ \else
+ \advance\fp@offsetbehindperiod by1
+ \ifnum#1=0
+ \advance\fp@round@lastzeros by1
+ \else
+ \fp@round@lastzeros=0
+ \fi
+ \pgfplots@toka=\expandafter{\expandafter#1\the\pgfplots@toka}%
+ \def\fp@round@nextcmd{\fixedpointround@impl@ITERATE@DOT}%
+ \fi
+ \fp@round@nextcmd
+}%
+
+\def\fixedpointround@impl@ITERATE@NODOT{%
+ \@ifnextchar\fp@round@EOI{%
+ \fixedpointround@impl@gobble@and@start
+ }{%
+ \@ifnextchar.{%
+ \fixedpointround@impl@BEGIN@DOT
+ }{%
+ \fixedpointround@impl@NEXT@NODOT
+ }%
+ }%
+}
+\def\fixedpointround@impl@NEXT@NODOT#1{%
+ \pgfplots@toka=\expandafter{\expandafter#1\the\pgfplots@toka}%
+ \fixedpointround@impl@ITERATE@NODOT
+}%
+
+%--------------------------------------------
+% END of fixedpointround implementation.
+%--------------------------------------------
+
+\newif\ifscimathlessthan
+
+% first character MAY be + or -. This is checked, then
+% \sciparse@impl@positive will be called for the
+% absolute value. The sign is inserted afterwards.
+\def\sciparse@impl@possibly@signed#1#2\to#3\powten#4{%
+ \def\sciparseTMP{#1}%
+ \def\sciparseTMPB{-}%
+ \if\sciparseTMP\sciparseTMPB
+ \sciparse@impl@positive@possibly@noperiod#2.\to#3\powten#4\S\sciparseTMPB%
+ \edef#3{-#3}%
+ \else
+ \def\sciparseTMPB{+}%
+ \if\sciparseTMP\sciparseTMPB
+ \sciparse@impl@positive@possibly@noperiod#2.\to#3\powten#4\S\sciparseTMPB%
+ \else
+ \sciparse@impl@positive@possibly@noperiod#1#2.\to#3\powten#4\S\sciparseTMPB%
+ \fi
+ \fi
+}
+
+% the same as above, only the return value is different.
+\def\sciparsesign@impl@possibly@signed#1#2\S#3\M#4\E#5{%
+ \def\sciparseTMP{#1}%
+ \def\sciparseTMPB{-}%
+ \if\sciparseTMP\sciparseTMPB
+ \def#3{2}%
+ \sciparse@impl@positive@possibly@noperiod#2.\to#4\powten#5\S#3%
+ \else
+ \def#3{1}%
+ \def\sciparseTMPB{+}%
+ \if\sciparseTMP\sciparseTMPB
+ \sciparse@impl@positive@possibly@noperiod#2.\to#4\powten#5\S#3%
+ \else
+ \sciparse@impl@positive@possibly@noperiod#1#2.\to#4\powten#5\S#3%
+ \fi
+ \fi
+}
+
+% XXXX -> XXXX.0
+% XXXX.YYY -> XXXX.YYYY
+\def\sciparse@impl@positive@possibly@noperiod#1.#2\to#3\powten#4\S#5{%
+%\tracingmacros=2\tracingcommands=2
+ \def\sciparseTMP{#2}%
+ \ifx\sciparseTMP\empty
+ \sciparse@impl@positive@noperiod@possibly@SCI#1e\to#3\powten#4\S{#5}%
+ \else
+ \expandafter\sciparse@impl@positive\sciformat@pop@last@of@two@dots#1.#2\to#3\powten#4\S{#5}%
+ \fi
+}
+\def\sciformat@pop@last@of@two@dots#1.#2.{#1.#2}%
+
+\def\sciparse@impl@positive@noperiod@possibly@SCI#1e#2\to#3\powten#4\S#5{%
+ \def\sciparseTMP{#2}%
+ \ifx\sciparseTMP\empty
+ % this case applies to
+ % 1234 -> 1234.0
+ \sciparse@impl@positive#1.0\to#3\powten#4\S{#5}%
+ \else
+ % this case applies to
+ % 1e1 -> 1.0e1
+ % in this case, #1e#2 = 1e1e, so we have to discard a suffix 'e'.
+ \edef\sciparseTMP{#1.0e\sciformat@popsuffix@e@expansion#2}%
+ \expandafter\sciparse@impl@positive\sciparseTMP\to#3\powten#4\S{#5}%
+ \fi
+}
+
+% XXXXX.XXXXX -> X.XXXXXXX * 10^4
+% 0.0000XXXXX -> X.XXXX * 10^{-5}
+%
+% or
+% XXXX.XXXXXeYYY -> X.XXXXXX* 10^{3+YYY}
+% 0.0000XXXXeYYY -> X.XXX* 10^{-5+YYY}
+%
+% this version does not accept a sign. A period is required.
+%
+% The return value #6 will be \def'ed to '0' if the resulting mantisse is '0'.
+% Won't be touched otherwise.
+\def\sciparse@impl@positive#1#2.#3\to#4\powten#5\S#6{%
+% \begingroup
+% FIXME! restore variables!!
+%\tracingmacros=2\tracingcommands=2
+%\tracingmacros=0\tracingcommands=0
+ \sciparse@positive@getexisting@exponent@e#3e\preexponentto\preexponentstring\exponenttocount\c@pgf@counta
+ % will \c@pgf@counta will be initialised in the line above
+ % \c@pgf@counta=0
+ \ifnum#1=0
+ % the case 0.0000XXXX
+ % does also handle 0.0000XXXXeXXX
+ \def\sciparseTMP{#2}%
+ \ifx\sciparseTMP\empty
+ \c@pgf@countb=0
+ \expandafter\sciformat@count@leading@zeros\preexponentstring\to\c@pgf@countb
+ \advance\c@pgf@countb by1
+ \advance\c@pgf@counta by-\c@pgf@countb
+ \edef#5{\the\c@pgf@counta}%
+ \expandafter\sciformat@assignmantisse\preexponentstring\to#4\countdownzerosfrom\c@pgf@countb\S{#6}%
+ \else
+ % the case 000.0000XXXXX
+ % is not allowed and does not make sense.
+ \errmessage{INVALID NUMBER FORMAT: leading zeros 00*.* not supported yet}%
+ \fi
+ \else
+ % the case NXXXXX.XXXXXXX
+ % or NXXXXXX.XXXXXXeXXXX
+ % where N in [1-9]
+ \sciformat@strlen#1#2\to\c@pgf@counta
+ \advance\c@pgf@counta by-1
+ \edef#4{#1.#2\preexponentstring}%
+ \edef#5{\the\c@pgf@counta}%
+ \fi
+%\tracingmacros=0\tracingcommands=0
+% \endgroup
+}
+
+% parses scientific notation and returns the exponent and everything
+% before the exponent like
+%
+% XXXXXXXeYYYY -> \def#2{XXXXXXX} #3=YYYY
+% or
+% XXXXXXXXe -> \def#2{XXXXXXXX} #3=0
+%
+% Examples:
+% - \sciparse@exponent@e123456e\preexponentto\M\exponenttocount\acount
+% \M->123456
+% \acount=0
+% Please note that the input was 123456e -> at least 'e' is expected!
+%
+% - \sciparse@exponent@e123456e-10e\preexponentto\M\exponenttocount\acount
+% \M->123456
+% \acount=-10
+% Again, the suffix 'e' is REQUIRED. This allows to reduce \ifs.
+\def\sciparse@positive@getexisting@exponent@e#1e#2\preexponentto#3\exponenttocount#4{%
+ \def#3{#1}%
+ \def\sciparseTMP{#2}%
+ \ifx\sciparseTMP\empty
+ #4=0
+ \else
+ \sciformat@popsuffix@e#2\tocount{#4}%
+ \fi
+}
+
+% XXXXXe -> #2=XXXXX where X in [+-0-9].
+\def\sciformat@popsuffix@e#1e\tocount#2{%
+ #2=#1
+}
+
+\def\sciformat@popsuffix@e@expansion#1e{%
+ #1%
+}%
+
+% 00000XXXXXX -> X.XXXXX
+% Inputs:
+% #1 = 00000XXXXXX
+% #2 a macro name
+% #3 a count in which the number of zeros plus one is contained (i.e.
+% the number of shifts).
+% #4 a macro name which will be \def'ed to '0' if the resulting
+% mantisse is 0. Won't be touched otherwise.
+\def\sciformat@assignmantisse#1\to#2\countdownzerosfrom#3\S#4{%
+ \pgfplots@toka={#1}%
+ \loop
+ \ifnum#3=1
+ \else
+ \expandafter\sciformat@popfirst\the\pgfplots@toka\to{\pgfplots@toka}%
+ \advance#3 by-1
+ \repeat
+ \edef\sciformat@assignmantisseTMP{\the\pgfplots@toka}%
+ \ifx\sciformat@assignmantisseTMP\empty
+ % The case 0.0 * 10^0
+ \def#2{0.0}%
+ \def#4{0}%
+ \else
+ \expandafter\sciformat@insertperiod\the\pgfplots@toka\to{#2}%
+ \fi
+}
+
+% XXXXXX -> X.XXXXX into #3
+\def\sciformat@insertperiod#1#2\to#3{%
+ \def\sciparseTMP{#2}%
+ \ifx\sciparseTMP\empty
+ \def#3{#1.0}%
+ \else
+ \def#3{#1.#2}%
+ \fi
+}
+
+% discards the first token.
+\def\sciformat@popfirst#1#2\to#3{%
+ #3={#2}%
+}
+
+% adds the string length of #1#2 into the count register #3.
+%
+% The register won't be initialised to zero!
+\def\sciformat@strlen#1#2\to#3{%
+ \advance#3 by1
+ \def\sciparseTMP{#2}%
+ \ifx\sciparseTMP\empty
+ \else
+ \sciformat@strlen#2\to{#3}%
+ \fi
+}
+
+% Adds the number of leadings zeros of #1#2 into the count register
+% #3.
+%
+% The register won't be initialised to zero!
+\def\sciformat@count@leading@zeros#1#2\to#3{%
+ \ifnum#1=0
+ \advance#3 by1
+ \def\sciparseTMP{#2}%
+ \ifx\sciparseTMP\empty
+ \else
+ \sciformat@count@leading@zeros#2\to{#3}%
+ \fi
+ \fi
+}
+
+
+
+
+
+
+\def\scimathlessthan@positive\M#1\E#2\MM#3\EE#4{%
+ \c@pgf@counta\expandafter=#2\relax
+ \c@pgf@countb\expandafter=#4\relax
+ \ifnum\c@pgf@counta<\c@pgf@countb
+ \aftergroup\scimathlessthantrue
+ \else
+ \ifnum\c@pgf@counta=\c@pgf@countb\relax
+ \pgfmath@xa\expandafter=#1 pt\relax
+ \pgfmath@xb\expandafter=#3 pt\relax
+ \ifdim\pgfmath@xa<\pgfmath@xb
+ \aftergroup\scimathlessthantrue
+ \fi
+ \fi
+ \fi
+}
+
+\def\scitofixed@impl#1.#2\E#3\END{%
+ \let\scitofixed@exponent=\c@pgf@countb
+ \scitofixed@exponent\expandafter=#3\relax
+ \ifnum\scitofixed@exponent<0
+ \pgfplots@toka={0.}%
+ \loop
+ \ifnum\scitofixed@exponent<-1
+ \pgfplots@toka=\expandafter{\the\pgfplots@toka 0}%
+ \advance\scitofixed@exponent by1
+ \repeat
+ \def\sciparseTMPB{#2}%
+ \def\sciparseTMPC{0}%
+ \ifx\sciparseTMPB\sciparseTMPC
+ \xdef\sciparseTMP{\the\pgfplots@toka #1}%
+ \else
+ \xdef\sciparseTMP{\the\pgfplots@toka #1#2}%
+ \fi
+ \else
+ \ifnum\scitofixed@exponent=0
+ \xdef\sciparseTMP{#1.#2}%
+ \else
+ \pgfplots@toka={#1}%
+ \scitofixed@impl@collectmantisse#2\count\scitofixed@exponent
+ \xdef\sciparseTMP{\the\pgfplots@toka}%
+ \fi
+ \fi
+}
+
+\def\scitofixed@impl@collectmantisse#1#2\count#3{%
+ \pgfplots@toka=\expandafter{\the\pgfplots@toka #1}%
+ \advance\scitofixed@exponent by-1
+ \def\sciparseTMPB{#2}%
+ \ifx\sciparseTMPB\empty
+ \loop
+ \ifnum\scitofixed@exponent>0
+ \pgfplots@toka=\expandafter{\the\pgfplots@toka 0}%
+ \advance\scitofixed@exponent by-1
+ \repeat
+ \else
+ \ifnum\scitofixed@exponent=0
+ \pgfplots@toka=\expandafter{\the\pgfplots@toka .#2}%
+ \else
+ \scitofixed@impl@collectmantisse#2\count#3%
+ \fi
+ \fi
+}