summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tabularborder
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/tabularborder
Initial commit
Diffstat (limited to 'macros/latex/contrib/tabularborder')
-rw-r--r--macros/latex/contrib/tabularborder/tabularborder.dtx515
-rw-r--r--macros/latex/contrib/tabularborder/tabularborder.ins54
-rw-r--r--macros/latex/contrib/tabularborder/tabularborder.pdf1633
3 files changed, 2202 insertions, 0 deletions
diff --git a/macros/latex/contrib/tabularborder/tabularborder.dtx b/macros/latex/contrib/tabularborder/tabularborder.dtx
new file mode 100644
index 0000000000..1b6270edb5
--- /dev/null
+++ b/macros/latex/contrib/tabularborder/tabularborder.dtx
@@ -0,0 +1,515 @@
+% \iffalse meta-comment
+%
+% Copyright (C) Johannes Fink
+% -----------------------------------
+%
+% This file may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.2
+% of this license or (at your option) any later version.
+% The latest version of this license is in:
+%
+% http://www.latex-project.org/lppl.txt
+%
+% and version 1.2 or later is part of all distributions of LaTeX
+% version 1999/12/01 or later.
+%
+% \fi
+%
+% \iffalse
+%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+%<package>\ProvidesPackage{tabularborder}
+%<package> [2010/04/14 v1.0a Tabular without border]
+%
+%<*driver>
+\documentclass{ltxdoc}
+\usepackage{tabularborder}
+
+\EnableCrossrefs
+
+\CodelineIndex
+
+\RecordChanges
+
+%\OnlyDescription
+
+\begin{document}
+\DocInput{tabularborder.dtx}
+\end{document}
+%</driver>
+% \fi
+%
+% \CheckSum{162}
+%
+% \CharacterTable
+% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+% Digits \0\1\2\3\4\5\6\7\8\9
+% Exclamation \! Double quote \" Hash (number) \#
+% Dollar \$ Percent \% Ampersand \&
+% Acute accent \' Left paren \( Right paren \)
+% Asterisk \* Plus \+ Comma \,
+% Minus \- Point \. Solidus \/
+% Colon \: Semicolon \; Less than \<
+% Equals \= Greater than \> Question mark \?
+% Commercial at \@ Left bracket \[ Backslash \\
+% Right bracket \] Circumflex \^ Underscore \_
+% Grave accent \` Left brace \{ Vertical bar \|
+% Right brace \} Tilde \~}
+%
+%
+% \changes{v1.0}{2010/04/03}{Initial version}
+%
+% \GetFileInfo{tabularborder.sty}
+%
+% \DoNotIndex{\#,\$,\%,\&,\@,\\,\{,\},\^,\_,\~,\ }
+% \DoNotIndex{\@ne}
+% \DoNotIndex{\advance,\begingroup,\catcode,\closein}
+% \DoNotIndex{\closeout,\day,\def,\edef,\else,\empty,\endgroup}
+% \DoNotIndex{\bgroup,\egroup,\newcommand}
+% \DoNotIndex{\ifx,\fi}
+% \DoNotIndex{\let}
+%
+% \title{The \textsf{tabularborder} package
+% \thanks{This document corresponds to \textsf{tabularborder}~\fileversion,
+% dated \filedate.}}
+% \author{Johannes Fink\\
+% \iffalse\texttt{fink@unileoben.ac.at}\fi
+% }
+%
+% \maketitle
+%
+% \begin{abstract}
+% This package changes the space for horizontal lines
+% at the left side and the right side of a |tabular| (but not |array|) to zero space.
+%
+% \end{abstract}
+% \tableofcontents
+% \section{Introduction}
+% Usually, the |tabular| environment adds a space of |\tabcolsep| on the left side and on the right
+% side of the text. For this reason a |\hline|, or a |\toprule|, etc. will exceed the text by
+% the total length of 2 |\tabcolsep|.
+% \tboff\vskip3ex
+%
+% \begin{tabular}{llll}
+% \toprule
+% col 1 & col 2 & col 3 & col4\\
+% \multicolumn{2}{l}{multicol 1-2}
+% & \multicolumn{2}{l}{multicol 3-4}\\
+% \bottomrule
+% \end{tabular}
+%
+% \begin{verbatim}
+% \begin{tabular}{llll}
+% \toprule
+% col 1 & col 2 & col 3 & col4\\
+% \multicolumn{2}{l}{multicol 1-2}
+% & \multicolumn{2}{l}{multicol 3-4}\\
+% \bottomrule
+% \end{tabular}
+% \end{verbatim}
+%
+%
+% If some publishers, or authors, respectively, do
+% not like these additional length of the horizontal lines, the |tabular| must be reformatted.
+%
+% \vskip3ex
+%
+% \begin{tabular}{@{}llll@{}}
+% \toprule
+% col 1 & col 2 & col 3 & col4\\
+% \multicolumn{2}{@{}l}{multicol 1-2}
+% & \multicolumn{2}{l@{}}{multicol 3-4}\\
+% \bottomrule
+% \end{tabular}
+%
+% \begin{verbatim}
+% \begin{tabular}{@{}llll@{}}
+% \toprule
+% col 1 & col 2 & col 3 & col4\\
+% \multicolumn{2}{@{}l}{multicol 1-2}
+% & \multicolumn{2}{l@{}}{multicol 3-4}\\
+% \bottomrule
+% \end{tabular}
+% \end{verbatim}
+%
+% Formatting is done with |@{}|, as shown above. Note that the |\multicolumn| commands must
+% be formatted separately.
+% In a longer project, such as a thesis or book,
+% this reformatting may be a time consuming and a tedious task.
+% In particular, if the supervisor of a thesis work changes his opinion about the layout several times
+% in the course of correcting.
+%
+% This package changes the leading and trailing spaces automatically into zero without the need of inserting the |@{}|.
+% \tbon\vskip3ex
+% \begin{center}
+% \begin{tabular}{llll}
+% \toprule
+% col 1 & col 2 & col 3 & col4\\
+% \multicolumn{2}{l}{multicol 1-2}
+% & \multicolumn{2}{l}{multicol 3-4}\\
+% \bottomrule
+% \end{tabular}
+% \end{center}
+%
+%
+% Of course, with such an arrangement, outer
+% vertical lines do not make sense,
+% and actually, they are displaced if tried anyway.
+% By the way, we are using here the package |booktabs|.
+%
+%
+%
+% \section{Usage}
+%
+% Here are some examples:
+% \subsection{Basic Example}
+% \begin{center}
+% \begin{tabular}{llll}
+% \toprule
+% col 1 & col 2 & col 3 & col4\\
+% \multicolumn{2}{l}{multicol 1-2}
+% & \multicolumn{2}{l}{multicol 3-4}\\
+% \bottomrule
+% \end{tabular}
+% \end{center}
+% %
+% Source code:
+% \begin{verbatim}
+% \begin{tabular}{llll}
+% \toprule
+% col 1 & col 2 & col 3 & col4\\
+% \multicolumn{2}{l}{multicol 1-2}
+% & \multicolumn{2}{l}{multicol 3-4}\\
+% \bottomrule
+% \end{tabular}
+% \end{verbatim}
+%
+% \subsection{Odd Example}
+% Vertical lines look odd here:
+%
+% \begin{center}
+% \begin{tabular}{|ll|ll|}
+% \hline
+% col 1 & col 2 & col 3 & col4\\
+% \multicolumn{2}{l}{multicol 1-2}
+% & \multicolumn{2}{l}{multicol 3-4}\\
+% \hline
+% \end{tabular}
+% \end{center}
+% %
+% Source code:
+% \begin{verbatim}
+% \begin{tabular}{|ll|ll|}
+% \hline
+% col 1 & col 2 & col 3 & col4\\
+% \multicolumn{2}{l}{multicol 1-2}
+% & \multicolumn{2}{l}{multicol 3-4}\\
+% \hline
+% \end{tabular}
+% \end{verbatim}
+%
+% \subsection{Improved Example}
+% But we may switch off the |tabularborder| package with |\tboff|.
+% \tboff
+% \begin{center}
+% \begin{tabular}{|ll|ll|}
+% \hline
+% col 1 & col 2 & col 3 & col4\\
+% \multicolumn{2}{|l|}{multicol 1-2}
+% & \multicolumn{2}{l|}{multicol 3-4}\\
+% \hline
+% \end{tabular}
+% \end{center}
+% %
+% Source code:
+% \begin{verbatim}
+% \begin{tabular}{|ll|ll|}
+% \hline
+% col 1 & col 2 & col 3 & col4\\
+% \multicolumn{2}{|l|}{multicol 1-2}
+% & \multicolumn{2}{l|}{multicol 3-4}\\
+% \hline
+% \end{tabular}
+% \end{verbatim}
+% But we had still to manipulate the |\multicolumn| command.
+% And now switch on again with |\tbon|. \tbon
+% \subsection{Sophisticated Example}
+%
+% %
+% \begin{center}
+% \begin{tabular}{>{\sf}l|r@{}l}
+% \toprule
+% Article & \multicolumn{2}{c}{Price/[USD]} \\
+% \midrule
+% Beer & \hskip4ex 3&.40\\
+% Whisky & 8&.20 \\
+% \bottomrule
+% \end{tabular}
+% \end{center}
+%
+% Source code:
+% \begin{verbatim}
+% \begin{tabular}{>{\sf}l|r@{}l}
+% \toprule
+% Article & \multicolumn{2}{c}{Price/[USD]} \\
+% \midrule
+% Beer & \hskip4ex 3&.40\\
+% Whisky & 8&.20 \\
+% \bottomrule
+% \end{tabular}
+% \end{verbatim}
+%
+%
+% \subsection{Example Using Helpers}
+%
+% \begin{tabular}
+% {b{0.5\tabcolwidthii\hangindent2ex}%
+% b{0.5\tabcolwidthii\hangindent2ex}}
+% \toprule
+% Article & Remark \\
+% \midrule
+% Beer & Note that this article
+% can be sold only
+% in special shops\\
+% Whisky & --- \\
+% \bottomrule
+% \end{tabular}
+% \vskip3ex
+% Source code:
+% \begin{verbatim}
+% \begin{tabular}
+% {b{0.5\tabcolwidthii\hangindent2ex}%
+% b{0.5\tabcolwidthii\hangindent2ex}}
+% \toprule
+% Article & Remark \\
+% \midrule
+% Beer & Note that this article
+% can be sold only
+% in special shops\\
+% Whisky & --- \\
+% \bottomrule
+% \end{tabular}
+% \end{verbatim}
+%
+% \subsection{Example Using Helpers}
+% \label{2010.04.03.17:45}
+%
+% \begin{tabular}
+% {b{0.25\tabcolwidthiv\hangindent2ex}%
+% b{0.25\tabcolwidthiv\hangindent2ex}%
+% b{0.25\tabcolwidthiv\hangindent2ex}%
+% b{0.25\tabcolwidthiv\hangindent2ex}}%
+% \toprule
+% Article &\hskip-2ex Code & \hskip-4ex Subcode & Remark\\
+% \midrule
+% Beer &B&12 & Note that this article
+% can be sold only
+% in special shops\\
+% Whisky &W&10& --- \\
+% \bottomrule
+% \end{tabular}
+% \vskip3ex
+% Source code:
+% \begin{verbatim}
+% \begin{tabular}
+% {b{0.25\tabcolwidthiv\hangindent2ex}%
+% b{0.25\tabcolwidthiv\hangindent2ex}%
+% b{0.25\tabcolwidthiv\hangindent2ex}%
+% b{0.25\tabcolwidthiv\hangindent2ex}}%
+% \toprule
+% Article &\hskip-2ex Code & \hskip-4ex Subcode & Remark\\
+% \midrule
+% Beer &B&12 & Note that this article
+% can be sold only
+% in special shops\\
+% Whisky &W&10& --- \\
+% \bottomrule
+% \end{tabular}
+% \end{verbatim}
+%
+% \subsection{Array Example}
+% The |array| environment is left as before:
+% \[
+% \begin{array}{lcr}
+% \toprule
+% x^2+y^2 &=& z^2\\
+% \end{array}
+% \]
+% \vskip3ex
+% Source code:
+% \begin{verbatim}
+% \[
+% \begin{array}{lcr}
+% \toprule
+% x^2+y^2 &=& z^2\\
+% \end{array}
+% \]
+% \end{verbatim}
+% \subsection{Example Using Tabular Star Form}
+%
+% The following does not make sense:
+% \vskip3ex
+% \begin{tabular*}{0.5\textwidth}{@{}lr}
+% \toprule
+% first column & second column\\
+% first column & next second column\\
+% \bottomrule
+% \end{tabular*}
+%
+% \vskip3ex
+% Source code:
+% \vskip3ex
+%
+%
+% \begin{verbatim}
+% \begin{tabular*}{0.5\textwidth}{@{}lr}
+% \toprule
+% first column & second column\\
+% first column & next second column\\
+% \bottomrule
+% \end{tabular*}
+% \end{verbatim}
+%
+%
+%
+% \subsection{Nested Tabular Example}
+%
+% A nested tabular:
+% \vskip3ex
+% \begin{tabular}{ll}
+% \toprule
+% first column & second column\\
+% first column & next second column\\
+% \bottomrule
+% \multicolumn{2}{l}
+% {\begin{tabular}{ll}
+% \textsuperscript{a} & A nested tabular, longer in this field now \\
+% \end{tabular}}\\
+% \end{tabular}
+%
+% \vskip3ex
+% Source code:
+% \vskip3ex
+%
+%
+% \begin{verbatim}
+% \begin{tabular}{ll}
+% \toprule
+% first column & second column\\
+% first column & next second column\\
+% \bottomrule
+% \multicolumn{2}{l}
+% {\begin{tabular}{ll}
+% \textsuperscript{a} & A nested tabular, longer in this field now \\
+% \end{tabular}}\\
+% \end{tabular}
+% \end{verbatim}
+%
+%
+%
+%
+%
+%
+% \StopEventually{\PrintIndex}
+%
+% \section{Implementation}
+%
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\RequirePackage}
+% This package has been tested based on the following package:
+% \begin{macrocode}
+\RequirePackage{booktabs}
+\RequirePackage{array}[2003/12/17 v2.4a Tabular extension package (FMi)]
+% \end{macrocode}
+% However, the examples given here are working with version |v2.4c| too.
+% \end{macro}
+% \begin{macro}{\tb@ialign}
+% We redefine |\ialign|, |\tabskip| into |-\col@sep|:
+% \begin{macrocode}
+\newcommand{\tb@ialign}{\everycr{}\tabskip-\col@sep\halign}
+% \end{macrocode}
+% Here we change definitions so that only the |tabular| is involved.
+% \begin{macrocode}
+\newcommand{\tb@tbtabarray}{\@ifnextchar[{\tb@array}{\tb@array[c]}}
+\def\@tabular{%
+ \leavevmode
+ \hbox \bgroup $\col@sep\tabcolsep \let\d@llarbegin\begingroup
+ \let\d@llarend\endgroup
+ \@tb@tbtabarray}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\tbon \tboff}
+% The following allows to switch back to the original settings by |\tboff| and reactivate by |\tbon|.
+% \begin{macrocode}
+\newcommand{\@tb@tbtabarray}{}
+\newcommand{\tbon}{\global\let\@tb@tbtabarray\tb@tbtabarray}
+\tbon
+\newcommand{\tboff}{\global\let\@tb@tbtabarray\@tabarray}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\tb@array}
+% We change the definition of the macro |\@@array| and rename it.
+% Only three changes are needed, but we must place the full macro.
+% \begin{macrocode}
+\newcommand{\tb@array}{}
+\def\tb@array[#1]#2{%
+ \@tempdima \ht \strutbox
+ \advance \@tempdima by\extrarowheight
+ \setbox \@arstrutbox \hbox{\vrule
+ \@height \arraystretch \@tempdima
+ \@depth \arraystretch \dp \strutbox
+ \@width \z@}%
+% \end{macrocode}
+% \begin{macrocode}
+ \begingroup
+ \@mkpream{#2}%
+% \end{macrocode}
+% Here we use |\tb@ialign|, and in the next line we reset the |\tabskip|.
+% \begin{macrocode}
+ \xdef\@preamble{\noexpand \tb@ialign \@halignto
+ \bgroup \@arstrut \tabskip \z@skip \@preamble
+% \end{macrocode}
+% In the next line we are switching the |\tabskip| to
+% |-\col@sep|.
+% \begin{macrocode}
+ \tabskip-\col@sep \cr}%
+% \end{macrocode}
+% The rest of the macro is unchanged.
+% \begin{macrocode}
+ \endgroup
+ \@arrayleft
+ \if #1t\vtop \else \if#1b\vbox \else \vcenter \fi \fi
+ \bgroup
+ \let \@sharp ##\let \protect \relax
+ \lineskip \z@
+ \baselineskip \z@
+ \m@th
+ \let\\\@arraycr \let\tabularnewline\\\let\par\@empty \@preamble}
+% \end{macrocode}
+% \end{macro}
+%
+% \subsection{Additional Helpers}
+% Here are some additional definitions that facilitate the handling of a tabular.
+% An example is given in section \ref{2010.04.03.17:45}.
+% \begin{macrocode}
+\ifdefined\tabcolwidthi\else\newlength{\tabcolwidthi}\fi
+\ifdefined\tabcolwidthii\else\newlength{\tabcolwidthii}\fi
+\ifdefined\tabcolwidthiii\else\newlength{\tabcolwidthiii}\fi
+\ifdefined\tabcolwidthiv\else\newlength{\tabcolwidthiv}\fi
+\setlength{\tabcolwidthi}{\textwidth}
+\addtolength{\tabcolwidthi}{-0\tabcolsep}
+\setlength{\tabcolwidthii}{\textwidth}
+\addtolength{\tabcolwidthii}{-2\tabcolsep}
+\setlength{\tabcolwidthiii}{\textwidth}
+\addtolength{\tabcolwidthiii}{-4\tabcolsep}
+\setlength{\tabcolwidthiv}{\textwidth}
+\addtolength{\tabcolwidthiv}{-6\tabcolsep}
+% \end{macrocode}
+%\iffalse
+%</package>
+%\fi
+% \PrintChanges
+% \Finale
+\endinput
diff --git a/macros/latex/contrib/tabularborder/tabularborder.ins b/macros/latex/contrib/tabularborder/tabularborder.ins
new file mode 100644
index 0000000000..d08094f8f3
--- /dev/null
+++ b/macros/latex/contrib/tabularborder/tabularborder.ins
@@ -0,0 +1,54 @@
+%%
+%% Copyright (C) Johannes Fink
+%%
+%% This file may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.2 of this license or (at your option) any later
+%% version. The latest version of this license is in:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% and version 1.2 or later is part of all distributions of
+%% LaTeX version 1999/12/01 or later.
+%%
+\input docstrip.tex
+\keepsilent
+\usedir{tex/latex/tabularborder}
+\preamble
+
+This is a generated file.
+Copyright (C) Johannes Fink
+
+This file may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version
+1.2 of this license or (at your option) any later version. The
+latest version of this license is in:
+http://www.latex-project.org/lppl.txt and version 1.2 or later is
+part of all distributions of LaTeX version 1999/12/01 or later.
+
+\endpreamble
+
+\generate{\file{tabularborder.sty}{\from{tabularborder.dtx}{package}}}
+
+
+\Msg{*********************************************************}
+
+\Msg{*}
+
+\Msg{* To finish the installation you have to move the}
+
+\Msg{* following file into a directory searched by TeX:}
+
+\Msg{*}
+
+\Msg{* \space\space tabularborder.sty}
+
+\Msg{*}
+
+\Msg{* To produce the documentation run the file tabularborder.dtx}
+
+\Msg{* through LaTeX.}
+
+\Msg{*********************************************************}
+
+\endbatchfile
diff --git a/macros/latex/contrib/tabularborder/tabularborder.pdf b/macros/latex/contrib/tabularborder/tabularborder.pdf
new file mode 100644
index 0000000000..1cb0784980
--- /dev/null
+++ b/macros/latex/contrib/tabularborder/tabularborder.pdf
@@ -0,0 +1,1633 @@
+%PDF-1.2
+9 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F1
+/FontDescriptor 8 0 R
+/BaseFont/YHISSU+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
+12 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F2
+/FontDescriptor 11 0 R
+/BaseFont/FBLSRU+CMSS17
+/FirstChar 33
+/LastChar 196
+/Widths[299.8 470.2 783.7 470.2 783.7 712.1 261.2 365.7 365.7 470.2 731.4 261.2 313.5
+261.2 470.2 470.2 470.2 470.2 470.2 470.2 470.2 470.2 470.2 470.2 470.2 261.2 261.2
+299.8 731.4 444.1 444.1 626.9 624.5 625.7 600.8 678 561 534.9 626.9 663.1 258.8 442.9
+650.6 508.8 819.8 663.1 692.8 599.6 692.8 606.4 522.4 640.6 643.8 624.5 885.7 624.5
+624.5 574.7 272.9 470.2 272.9 470.2 261.2 261.2 450.9 483.9 417.9 483.9 417.9 287.3
+470.2 483.9 222.6 248.8 457.7 222.6 745.1 483.9 470.2 483.9 483.9 320.3 360.5 339.6
+483.9 431.6 640.6 431.6 431.6 408.3 470.2 940.4 470.2 470.2 470.2 0 0 0 0 0 0 0 0
+0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 508.8 783.7 731.4 572.3 626.9 663.1
+679.2 731.4 679.2 731.4 0 0 679.2 548.6 503.1 503.1 764.4 764.4 222.6 248.8 470.2
+470.2 470.2 470.2 470.2 624.5 417.9 450.9 679.2 731.4 470.2 808.6 913.1 731.4 222.6
+470.2]
+>>
+endobj
+15 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F3
+/FontDescriptor 14 0 R
+/BaseFont/NFVQDB+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
+18 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F4
+/FontDescriptor 17 0 R
+/BaseFont/MTVNKA+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
+21 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F5
+/FontDescriptor 20 0 R
+/BaseFont/PNBWNA+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
+24 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F6
+/FontDescriptor 23 0 R
+/BaseFont/DAOYXZ+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
+27 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F7
+/FontDescriptor 26 0 R
+/BaseFont/DAFCQI+CMTT9
+/FirstChar 33
+/LastChar 196
+/Widths[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525
+525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525
+525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525
+525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525
+525 525 525 525 525 525 525 525 525 525 525 525 525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 525 525 525 525 525 525 525 525 525 0 0 525
+525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525
+525 525]
+>>
+endobj
+30 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F8
+/FontDescriptor 29 0 R
+/BaseFont/SFUSEK+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
+33 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F9
+/FontDescriptor 32 0 R
+/BaseFont/JLWNHO+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
+36 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F10
+/FontDescriptor 35 0 R
+/BaseFont/TYGDLS+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
+39 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F11
+/FontDescriptor 38 0 R
+/BaseFont/ZBPGAF+CMTT10
+/FirstChar 33
+/LastChar 196
+/Widths[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525
+525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525
+525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525
+525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525
+525 525 525 525 525 525 525 525 525 525 525 525 525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 525 525 525 525 525 525 525 525 525 0 0 525
+525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525
+525 525]
+>>
+endobj
+42 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F12
+/FontDescriptor 41 0 R
+/BaseFont/YWHHEN+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
+45 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F13
+/FontDescriptor 44 0 R
+/BaseFont/FZKSQO+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
+48 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F14
+/FontDescriptor 47 0 R
+/BaseFont/SSEOTX+CMSS8
+/FirstChar 33
+/LastChar 196
+/Widths[336.8 531.3 885.4 531.3 885.4 805.6 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
+336.8 826.4 501.7 501.7 708.3 708.3 708.3 678.8 767.4 637.2 607.6 708.3 750 295.1
+501.7 737.9 578.1 927.1 750 784.7 678.8 784.7 687.5 590.3 725.7 729.2 708.3 1003.5
+708.3 708.3 649.3 309 531.3 309 531.3 295.1 295.1 510.4 548.6 472.2 548.6 472.2 324.7
+531.3 548.6 253.5 283 519.1 253.5 843.8 548.6 531.3 548.6 548.6 362.9 407.3 383.7
+548.6 489.6 725.7 489.6 489.6 461.8 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 578.1 885.4 826.4 649.3 708.3
+750 767.4 826.4 767.4 826.4 0 0 767.4 619.8 569.5 569.5 864.6 864.6 253.5 283 531.3
+531.3 531.3 531.3 531.3 708.3 472.2 510.4 767.4 826.4 531.3 914.9 1033 826.4 253.5
+531.3]
+>>
+endobj
+50 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 1312
+>>
+stream
+xXv6 +1|ZfI;hqV.[uF|$9 (YDzƒI
+*Eg$7RkG\(δMrePAK)wro7JDKŴ2nH@RxVX\D*τ}.dr9 $g
+GĜ+@#mWōef$1Zh:&4Ll+), 2<Wd4;Pg>|"킗9HPDr<JgBEMU=-`G6WyvwWd$HKvs{Оz^5,`5GM̺yYe Swn1ij6iyBB
+3 BʩB;L5 9 u>!b6r'9P✝TgNO
+endstream
+endobj
+52 0 obj
+<<
+/F1 9 0 R
+/F2 12 0 R
+/F3 15 0 R
+/F4 18 0 R
+/F5 21 0 R
+/F6 24 0 R
+/F7 27 0 R
+/F8 30 0 R
+/F9 33 0 R
+/F10 36 0 R
+/F11 39 0 R
+/F12 42 0 R
+/F13 45 0 R
+/F14 48 0 R
+>>
+endobj
+6 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 52 0 R
+>>
+endobj
+55 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 1340
+>>
+stream
+xVKs6Wԡf"xS'ӤM`Ih0.fpo|$cY쒰yL*V}³d]VwfO^ߍZ=9ɒ5X=y{֜hc:yi,nd[
+&HH^.<g:bB.WOXа|%5],4ZY^PRTL ;Z5 *}Em
+C &|*TRɃOfNi_xq){[,/2; ^z'ePe2yHg."WY<ZyqM$LM&Yl2cwEA
+endstream
+endobj
+56 0 obj
+<<
+/F7 27 0 R
+/F10 36 0 R
+/F11 39 0 R
+/F8 30 0 R
+>>
+endobj
+54 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 56 0 R
+>>
+endobj
+59 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 866
+>>
+stream
+xVKs0Wԁނޚii/=K61!n
+0Nԩcj}%j.HE
++ŰhwWnyso^ $}|F7fFL !J7Y\:m:34T,.Yydң^Z37YL3Ɯoz ۼ3?Zoa9?o8\u]üi3W! `Ʊ(!ya(@%I༴n~Ɓ=K+>g"}pֵBbViuj
+!EX|*Q8՘֐֓(q5gd='dNspLsPX?E/&#D5)ĂQpQG
+xk職
+z>C4<RfMuט 0˽
+[u#dzL3 P?ft5R~@ 7 |S>6-n xgKmS_afqf|ʤUjC4DB%6+$)M&n(}x
+xq]U<)o]Qsݡۅ:w~*
+endstream
+endobj
+60 0 obj
+<<
+/F10 36 0 R
+/F7 27 0 R
+/F8 30 0 R
+/F11 39 0 R
+>>
+endobj
+58 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 60 0 R
+>>
+endobj
+65 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F15
+/FontDescriptor 64 0 R
+/BaseFont/SUAKWA+CMSS10
+/FirstChar 33
+/LastChar 196
+/Widths[319.4 500 833.3 500 833.3 758.3 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 319.4 777.8 472.2 472.2 666.7
+666.7 666.7 638.9 722.2 597.2 569.4 666.7 708.3 277.8 472.2 694.4 541.7 875 708.3
+736.1 638.9 736.1 645.8 555.6 680.6 687.5 666.7 944.4 666.7 666.7 611.1 288.9 500
+288.9 500 277.8 277.8 480.6 516.7 444.4 516.7 444.4 305.6 500 516.7 238.9 266.7 488.9
+238.9 794.4 516.7 500 516.7 516.7 341.7 383.3 361.1 516.7 461.1 683.3 461.1 461.1
+434.7 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 541.7 833.3 777.8 611.1 666.7 708.3 722.2 777.8 722.2 777.8 0 0 722.2
+583.3 536.1 536.1 813.9 813.9 238.9 266.7 500 500 500 500 500 666.7 444.4 480.6 722.2
+777.8 500 861.1 972.2 777.8 238.9 500]
+>>
+endobj
+66 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 817
+>>
+stream
+xڕUMo0+|J'6/q@q =dw6j>VIVwƱ@Z)ބPܐ񞼾|N@KryM8!a!<d]_l>ߝ"ڗG!A8!FAC$ݶ$SE&q%@AbPbWN+P~nm׋7W'l1V
+(# :uƌ
+ܣYP`j+ vQ>l73 *;B`4,.1Ć[͡!msr30*cNM~SCme֎Ë!MվrpRҴo)ɽ %
+>Ҵ:nCU|IfOZح
+&mwW6Okwnt:3=yͦZ'y;^7B.@o%n~+{AvKy5ҫH$X.q86ISK^e$T؀;%8-]Nw8oެ\e3%fn&M)w}S֚
+][ &ntfߝqd.80PJ uҡ Mۡ8qbzաKo /eA(vx!1o=ǧ _5
+g|pxfOxSדߌF0
+endstream
+endobj
+67 0 obj
+<<
+/F8 30 0 R
+/F15 65 0 R
+/F10 36 0 R
+/F7 27 0 R
+>>
+endobj
+62 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 67 0 R
+>>
+endobj
+72 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F16
+/FontDescriptor 71 0 R
+/BaseFont/ADGUXV+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
+75 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F17
+/FontDescriptor 74 0 R
+/BaseFont/HVEKUJ+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
+76 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 943
+>>
+stream
+xڝVKo6WRB\Iæݴ衇E J"D Iěwȡ-;f!9Y %7IX~Of]9t2N&DP3M9|z,V뺜jO_57(Qk8)~egi]uf͒UBm\М%^h't!n>ґ_i*Y0<,s+$#c"Le{Leå< ʲr6M2p ( q&_1MbJU%C. fj{ V<8YJm l߬m f_բ*}}Lm׻U*h\BwS;#%
+w3/=9U%uj 33p82\&8_Ƽޟ[P| ?gfb˛y}]tϻ2ٶ-O'9,ZmрlQ>> hzAȷ۽!^4L_
+Vsw:_D%J\jZTB<;#Wt.L&l% J/^*bީԨ)^k=)
+KV]۬,u]^ExF#<wzzQ6̘*Ԃ| z%MMHO={G)N]T ޜ.k޹Jp[}l#* b/*Q_S6zqH?d+ns%"}v%
+ vk@()i& !t1ɹjhҰBۺn=,0 a({B*bZ}qD>&(֫c?y
+endstream
+endobj
+77 0 obj
+<<
+/F8 30 0 R
+/F10 36 0 R
+/F7 27 0 R
+/F11 39 0 R
+/F16 72 0 R
+/F17 75 0 R
+>>
+endobj
+69 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 77 0 R
+>>
+endobj
+80 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 1102
+>>
+stream
+xVO6STj`0iNz@'A!(φd4ӪR0ر kb?#!G4fďe). ݴ ӻG1HX?4do#Y7Bx8JQ5jQK??4z4Akg8<·e +p[Xi?Wz\Љo]`]$9H4'ôgsSEVםf-|̗;=ʜl}}(xiNDo#[|.1.<J(շs ϫv/sTڠ7=&"~H%4^$4 NS
+VUQr!_soE>O_Ȯ P xBp yUmM7iGX=6qΞ/;&*Op'YU6G3[^sY|.x2 μ,pIpmTmen
+)p.waD*Z2{ ,QWBI-V6V -=Lho#c*긨v |LԓkR6:)QMz\]tfcA˵Y6HZg1@eP$ G}ninQEU
+kiF4߄m-
+endstream
+endobj
+81 0 obj
+<<
+/F10 36 0 R
+/F7 27 0 R
+/F8 30 0 R
+/F17 75 0 R
+/F11 39 0 R
+>>
+endobj
+79 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 81 0 R
+>>
+endobj
+84 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 1503
+>>
+stream
+xڕXɎ8W#.n`\CeQ-DŖ-sIU9;G8tSD>
+
+
+}鷯.[~{Io ŁDͦۺ,ym62YD7 }<ċyլKRwf*@אּb7[[Z cOs}$䅽B8u*ΑiἬ}R,W>a0NvM}<lb݊'0YRHj];U?IƽhbRx_/^Tf^ʎ]'NU vLsY689a(4BO{\QY]3|ݗV͙+ks.jao'\ϾSfɁ[79s+ %K6PᨏBҙ3!=P1ƖFW&P rwuZTQrK9fcD5 -J}`D"N/f!
+1O+Z b2X:_CG}eD])gW;;U@ R!~X2Wԙ|ԓt`"" Ɲq5(G-W̋{5!P;,VB"l&Qs[Y[i
+G ( ;9wV?J~r|S[k8 AByl<y;f[⼉#bl}8'^0:ΔCq@s~ދ|&̩E*G| qݱ):k:5B<oB!FOV&(e ^OiQxo^Y*r?+=ܿAyy:(HԈ$׋{Xa5
+uz' mA޿D4cH9bؘT9/ݔ} fg#4
+福ۨo{(E=L%BPhü5kj1;|Odgoy{ "{H</,L-0'Y4y ,(q|ڊJfhtB[<7Byc]],%e󡩥F/P0'xtފ
+ֲy1݈o?ۦ3R/?@'|07p: :\ GH",%4O} ^hy$3-&3mҎX|{.(ۼȥy;
+1F2K<]BrǝRcC`*Eψ ߂is[
+endstream
+endobj
+85 0 obj
+<<
+/F17 75 0 R
+/F7 27 0 R
+/F10 36 0 R
+/F11 39 0 R
+/F8 30 0 R
+>>
+endobj
+83 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 85 0 R
+>>
+endobj
+88 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 280
+>>
+stream
+xڝAO0j)jL<s0fbZ`%Դ<I3a&U(K)C
+V?fx?:
+43F0a•U
+kP+k]:kw]オeJ@3b&5~_
+A+j/q$zVd`&ͦ:uWM3TT/xq00c!R11ܧ/p
+endstream
+endobj
+89 0 obj
+<<
+/F17 75 0 R
+/F7 27 0 R
+/F10 36 0 R
+>>
+endobj
+87 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 89 0 R
+>>
+endobj
+8 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-33 -250 945 749]
+/FontName/YHISSU+CMR17
+/ItalicAngle 0
+/StemV 53
+/FontFile 7 0 R
+/Flags 4
+>>
+endobj
+7 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 864
+/Length2 2452
+/Length3 533
+/Length 3075
+>>
+stream
+xi8S֑-EZPDfC&Rٍg4fLd IE]$k){oΨ_N\ݹ{|}o9Kk>S ( ͭ(
+
+^*qq(PJQsy7KaPMH.wd=e+=*8t㰗u$<^r!^|Ox'[ozP&>G}m Z^~fS|XW \ّaT>_qG^Z3#fGl ͈}md.QI=h Ւm*-TD9o5ؾ霥DVMoՅͤ 2o$T]/b<R"??'B2/#Uu{,蛴wnz Lpκ7P%6NeqEe F=%Z^7֛iv> ⃾
+!Zf |PKdK'! Ç-97DT!v
+iɞ:CUb7bdNjPVJއc5<E확;{Vʖ[jޗ=C U. V5;7zidĴ|o tQ
+Ze>҉G5mkN8bF?MQq)[&#ɶ"- \1^dL*%Y|6wh/=;we! ޴U:Es GiHфW3
+]IElE1ܷfDE0;ug;}ۜ3}b.cC" #U?2R<g%YR'ܠTCAD#F~cqW67_y<,e]H<_=vcɠRR{t՝!Q/r5 3^_p;ʪtv;JË@P;+`
+:Ύ+ǣ ^ȯE/}K/'* dEv=U28<X\^8tbDI+Λ6ex?)سbAJIE]j/Nt[%.|~"~nZVy=e&6 9j!reDgGme@m>C/Ķ :r;ˇ_ޫ
+Êv۩7@u
+|2;0o% nM>}`S\?tgd{QLn e:{'zziƝ;yV2_`{aٸ./ܪ)JZ 6/{+Ы Mu<jNg9o&*[iUZݨKQ!sEvLA|k=Y3٣[w<!~:DB[?{-Cɢ\ V![}>?i<냈d"6t: Y֠\1K}ޠfn 9:Dӱ_N6ғbp7:f%cv,)ׇK(D3P + /,<VTzRe܃]".I:1^ЎsYswܒrUE'M^c}WtٙN8yj낷w&M,o4TE4!\bylSU2mGN1e^]bbh \ߩ4#F EprO2xsA1t;Pu.G,N
+={ޭwA@VTʑulÇ*_/g{ç^Uݴ!|vKYVI#Uo?TITj\ٝ ESĆ̲6
+^Ok7fhf$KYQ`wY ԬؗK>Ɯߗ.=;Ia9bEx¼/g w߷.J8g'nM
+VCϒϥN%.mIF5:t,5P+asj woӨθC@eΌ}K̮ڛ`6fٮC t
+endstream
+endobj
+11 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-58 -250 939 758]
+/FontName/FBLSRU+CMSS17
+/ItalicAngle 0
+/StemV 76
+/FontFile 10 0 R
+/Flags 4
+>>
+endobj
+10 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 883
+/Length2 1940
+/Length3 533
+/Length 2560
+>>
+stream
+xy<M۔RJ,f3%Kof 8NHe !r8C(': ʱF8eYY}>yE;G! 2,
+xGG@P<$( 1
+82ņ!
+8l\ @ P(
+(D PPĆ) :`>IAAfpXS $1T6@P-C(7.nDh7<FS0hA, 0H l$Qh_g-X*hH
+]hdP~
+
+ ĿȈ
+C0M4ja Z7_uNt @#H]$z3J b2A:ks[cA0$BSvS ^G5,<:Rm})}nGle͏ĔKxl`Q'=v^]uJsݶ j?W*K52ѡ"sLV@lljW^RFMkOhj!V5ҽx^vt8֥u0We#i&
+/5f>eFfP T0a@PZ|LbVǶWUr3(Ut֜4/Vj7V}T*?N*FI$6:w$FO"@TjmNz朮K-E;a3'!!.*~VUa~C<u&TrĔX]_t4ɿK$mig˲.f+a[-yykrTg%줩ȹҡAn\^hdgj{[)J Oxߜ|a`eƫVirtj҈ir az?6HKHy'k)T
+"q:y3=-mIސ3R98Fʛg_?nam'iTZt XY*VKNGn1C'7́+X#bRFi^5YĿW]; Iƻ~b{}3 eGe<9&ٳɟŗ?\W
+i־ZnssLi'8J{6G^ڑi\1Ն鸣Zew:DLLzZT)7$дX9HJL
+{9
+y #qY ?SXH+F Ʌ ǬT\m k"" n*\<=v]praR˅5s_YֿUÓ!?'e-|lA!6궃gN<nTŐ]<^S.6,3}־qP{Pc6}@̒@W
+Z?.Ooe8gEFd}[]ⱺb
+K[|.+&NQO+*ߙ:(iE]:xr=ˮ`4(Vcg7'~_XŀoRvZ/^gZ+hm=8@iyfgֹ>idqdbø\bR3j>aɶw'tNJ{ibK ^i*꾳풃yQUjvIA<uoe$n_4p\5V/yM{bb2BVa%&joE"ӠT#!uOwۮ҂O'Mqs=KTVZ;D^EgkKv0`_i_pƋ?嚝@yEӉɾ
+*92v:scIkC )_;ׄ;-jZX5MI1PBFTu%GcgKY]^ ӻ]+_~(@&A#0+$M7
+endstream
+endobj
+14 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-29 -960 1116 775]
+/FontName/NFVQDB+CMSY10
+/ItalicAngle -14.035
+/StemV 85
+/FontFile 13 0 R
+/Flags 68
+>>
+endobj
+13 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 783
+/Length2 734
+/Length3 533
+/Length 1304
+>>
+stream
+xRkPWŎ]|L}]0 C( QY67ɖnl Zf|ϱT_*H}:*Ӵ@mx
+btPSځ.~{绂YJ/5 D*`(D("H9(L`Jި\"Ed 807p^?K
+% 8z^)dr
+endstream
+endobj
+17 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-34 -251 988 750]
+/FontName/MTVNKA+CMR12
+/ItalicAngle 0
+/StemV 65
+/FontFile 16 0 R
+/Flags 4
+>>
+endobj
+16 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1037
+/Length2 3942
+/Length3 533
+/Length 4642
+>>
+stream
+xy<LJB"Ⱦdm Ycd'kY#!K%D![5l:s^:s3|s_36Sa\:4N ,V4 MR
+
+`@ %e
+E@!hsHE$`"88
+0(/_ b`p,R+_ 0/Y}ݐp@G
+3WDb~
+Ǥ'zU)a] h[];jJvdHɱHS˜E[L]gU
+e݇'4Gi"ޖYr0knΤNa~&:8wxҬݨjvɤwibT.б5\~PٰFPvv)/ž0Wu)ϾmK\&nkqNg~sF d+%^v4=>O@37R^I{iCKVz&0I,ѵdʶ1c^]֖9PJ,Biu,itXf67A mwLt\%uSJ +U{{~_(Ǒgjfhd5
+cY\WXn=ee)֬Apf98?:|^Dxf0F(3uӉǢ'.?>!t$Hooeگ PZv.WȽťKH/2)ʫ8X) f.KI@) 9&(z׊P<< ߭Yۗg"fʟU80sbn.zUچM:pr>2(v0ل31K$P
+Lrp4JF?Gk6],P L6^_]Fe3[&HW*K즄*'HOHӘIn+C;6kΦCe{R1?x03…j^󳲩M7dxqH"KIm]/lja:sRT
+QM5C; p28R%i8\޷H:7zD6sQ2rkS3.·}+jw(4#a áqz8B//DEx3ϴ0{V,*_KOd{ ~K5ڐa~m3VCu:*ꝕ'*o2O[0ܾahkm3kKb
+
+5\f扬ۊ]oEꑩ$\biNm1SdShWhY~8#=ͲWw3K-i=>VDkS)K0Q<f=˄gޣ,& \]_vY}svƕoޮ$)j3nR@;@MzþYc~I%Εr˖j
+j >X*rl_8R
+[XT#jgԤ{Wo|ZK5KpC|7quUl8I6p\XL}Yi 娓w:zB9?)VV4
+ݪq:ܙw3,P+Nn8y
+CPtwNgb
+38JMQوiYQ~t>e `ּ#eHnP c{0DpgZ}8J6ޒRw"DX-X=4BIŔ\(D{O8sIޣN
+cSN)
+Ű/\Z;߽<v~މ) )l4~{5aF }gXgvWnrějY6mQGq>~ r7.|\0v?"_M\2K:`?x&-}/MuZ>:;E~}lZ$!_i3Q^̹ΟZOˬw| )sP&$W _J }}bi@<@ͽ@N'2M^]v}Yf:V1ؖ<u~ riC$L
+C;]~,YZҢ*Y(]Z;`hݢb.+EZ(ؿY
+D|Ox H)jPj)A4d?ߵ xc04ؿLI9ԫzQiL7{}}7rz\dۧw]w
+_K~esSł,͝&y$D+L||U
+(hlst_[
+%"S|ԭȗ^
+n;A!εX jQFЍ
+ͱR+f1qK 㮉9'')X|>7NI>?սӤS .ѢlҺ{sXF/<V60tq_[a=Bb6 =W8iVW*1dʉ9* (
+endstream
+endobj
+20 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-58 -250 1195 750]
+/FontName/PNBWNA+CMBX9
+/ItalicAngle 0
+/StemV 117
+/FontFile 19 0 R
+/Flags 4
+>>
+endobj
+19 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 847
+/Length2 2095
+/Length3 533
+/Length 2708
+>>
+stream
+xRy8{1Iey+bft2dDck̼f &Ku"MY#-C"J)KZٕ*[Bo9||w}~w?u??mDgMSb2ؚX-,07sZ9 Rt&Â
+A@8i!X,@SـGg +lL@[9 ,/` pIc2 .@}hS0 xmW?[q @ \_omJ  <a0`Ϥ0G+͛[6SM~`,+z(H#TuAт D+TB5:=
++P`D0KI3OP`E
+b}%`(HEfdnޭ1hwkuGY:+8FpLt
+\\gh#om~d Q2P1zfkFB(ӜFFq˴Q?BzoI:]i0(xCɚ1>U:[ytZņΞS jD7,?QܷptKڍ#!ŽYY;G)z<dpF@~գmyH}X3 25`쭰@W%R ̳n-ƞ/5$;;\a؁U|yb#n2ۛuA{BGx+zd*<fRVmO"˸s=2.㮇+ '7?_CMQ"R%RǺ l}B]6%!~뽎kzv*7=b"l߬3cӑC>=oc>37X_s$X ?
+k1)=b\|h*9bϔ/PEJ|%qh zaⴥ^ӽj9[b1m":pZHl>t< K3%<T\bē86}إ1wOwP'W:ۨ~&٪#G ofbfM'uiI|m}1-frpQvܣ}6-
+Vʄ"d?EkFB#O*JG_yOz@KLY"jH7l) Q'I5B:WGK
+*=nr"|PB>!f
+U]Qj!_<qX0rU'gefSI]ߏ%S1IRC7cN$"Ls8ўETuc;G2[TzZ\6泂{;-~x_԰H:zc
+TpkqCbϳv\+);Xo3'b&CF%X4APF"[ZGl49v¥D,bk5ɝI="k>5>\ݽVW-!v1.j6h[#)~=#bd[!J5$7R߰,e\zIpR\yŁ^>
+ H?
+endstream
+endobj
+23 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-39 -250 1036 750]
+/FontName/DAOYXZ+CMR9
+/ItalicAngle 0
+/StemV 74
+/FontFile 22 0 R
+/Flags 4
+>>
+endobj
+22 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1105
+/Length2 4429
+/Length3 533
+/Length 5154
+>>
+stream
+xy<ԍdzgKde Bdɾ013Ɛ%K5d)[D ]H$[Tv"dS<w_wyssμFDf& Ǻ `1)4Xmd
+e
+jee`e92
+
+E`07$+"~CY 7C(7
+z
+@EL.|:@"TWO^ ׯ|xf7L?+ ; Q_b[ۘe0LnPFzHط eX\ƞztmʽ]N)Kn$۹%65D\mD$Ёkyc'e^i#7Q-d\Z̠6܆,Gg\ŶEțz}2R켲u7-Էy;Ar.[ͨVՑ$lr2k_l7j0WP[_GCh
+GpȩK)A_,I"Ň2f=u r"9v4R18eã-^]Lګ‹t6&[ zCvZD-Nh~Fnϙ5sKbVܦ\9/#RHv,$-HzS$\)4hkwnU,Q2xǎe4i# `VJC+s}mx^ZCW={mo-Z8(Z ]>m0pO˕)b4gNW׮=vd.x%qdr'y㽶k<|
+_T,wStzwtm9NU+Y<U7
+e<*otE|ޣd>X_0[ޣU剞e<c{\vK0P]vnY"NPy:qH3c+SyII1Q11;]bvI㯹~
+. p$sRG〯TJ}}CQklNu񨵕6b#j|c_ U0cP [Z/-f+S|^?ʮKF 6[^'=BJԼwтǠu.R-ұ!)T{(q^ҳa->A͟+UPd9vH{ dѶ8ŀ$~fg1Fƀ3AO¢7&}O9',t!WlNC|O U --=!A}>੥u}9gByq-.|c;=6mVvAo"[#
+6g@Mp:J.~}z[59o,9={=
+t1Y){sG]4Ω qM
+nSiSz~7IUǶeAp@$eoIQl#RS>9Ӱ1EήVQtڏ1KJ" 'VfU|$!t֣I1EBuqϳЍAeq!cf!m2i mzu?B8vx@,EvV+E;<l_5ve+r#, `c^ٟ*]|͘Ւ|:Ϣkh_
+[E?r%zvlߐv l:+hb |W͡Ih\T a,lҺz^|.{<;p<jC{*:P;}Ը O\+hG\s~
+h6Hq;n!'iE D]4goTtܥ#bܛy@tx7ݑvV\9c?yC O(" ıFWW}/e1*\7H!=BwN.d L"U\V,k$e82>Lcll ǜԈpvJM=fk2_yk>Q&e'ſR 8uoidU_k"ޤE"/՛l$\y8AqOn]n
+8j<e\lGeUO$8i\RB%ן-|t48w#%$TT1*[=*_.}B`+>ũѢA:_24^pz:0ۭp~Ĉ$ Y `tt2(&-?"nQNTUU8
+/S)g([4򱬟}y_Ge N..0"BNd7P{EjUǞѥQtƪBXງ 848E0M]i\_mflVK*ͮQ5ėΟ~Q+^
+[Ss74R
+߳tԲSFVmG #ު2Ot @Q^y`B5yzr2TtuI;d[Hc qh&Z3>!<캪J:qLN+Nk.W4ɸ.Ҧs/nҹ5&
+*~zsCtqU2 grI+P+<z.bGMg~ :
+w&/
+p ^ndQuƱtGTDڌtGslBv+G"2 Xw//2CI%k3z&{jn H,H.H"mW{;K
+41Sƍ*5XZl..kXZ?4f}K!\۷^SC쌳[٫fV,{aS6O碦6:8>
+ 1*뒫C, z,諨mv[7%EƀpW*#ި˔`YjM5ф[ݶ7`?]me_F*9\lg/ D}J{msuhi+Ϸ4"5*G$dȩJkQ'\Hܽ*%]}ofHES\KُC1)&b (Un:;ˤ%+~V֠rVILט)>VV Zk,w޴\dRۙgfB´1:NH{>8C)EI|_5b희I:G8pŝ"To >%=r'UC5.NA~##yӎ+w$Pܴ/%-DfrsqǍk
+ Fe+'|o1檭僙<
+0GeugFSj:!#=qKNlA tVe`_:-@#x
+~&aTdqL +^7ʬaa5=I]ljiݜ FḌ^MV O4pE#3
+endstream
+endobj
+26 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-6 -233 542 698]
+/FontName/DAFCQI+CMTT9
+/ItalicAngle 0
+/StemV 74
+/FontFile 25 0 R
+/Flags 4
+>>
+endobj
+25 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1905
+/Length2 10980
+/Length3 533
+/Length 12076
+>>
+stream
+xUT֠qw wwwiq .Awww!@; wKfٵ]OծׂR]E(ve`Hhi
+
+M:nfkǰ_ Nn@@w.n*@K*ك,$@
+]
+})΢nQnqpo!&Nƈ|j~Obu7)糪Zp3=J<_mesVAj65]*7}sPsofZKby}ftM{b ^8ZdJM}) *:fn4r^) <[{< abr>L}g*țpCe.mk7ʹf6VљvJ:y{it|kL]/:nYߛΉ8#䆶/"Va !ud|dAKn0;ڞ;Z .7/bKґU4nOź6*pC1b@ah6] G7B}r!;Ŏ:jrdMR2Af&-e\D8&PP>Ĵ(y7޸YmM-1 . 37NZz+qzR>SЂhRE]kFΨFafOceQ (نv{l8zZNᎮΎLN*{\#yE-ؐ+-Zi
+%0I*aA㌇HWr+tZMPEgZ܃&/5Cf{H"ָyHbEܢ$7dop&2kljK6QR$g=-AťЦ1k̄{ch[jgD]Uk`.1ewAY@[~C"q3z}/{p)w_Y:iSb٫b῾2Pg
+6ުu# W||~*Ĉ<A=vlD:K4#jQ'L!ĉ6?8rNkd284Ȥb2./p-^,,:^y-(di`쩧
+Ҡd^(,y]ֺ|i/9pwd0bńobV}Rq䪢biNܶQl|d/L8^LȡJcR g$qgNdUѢ "$}d D#ŏȝg.UAy-NƵ $+]RMҦۅAyl&/-)YI)y
+?,DbTqZ}p:&cy twuFO<.-boU.g+CyBF#}Q|T
+ӊczb$b.І!,D
+{I:)6+k҆p}
+J`kyx/*Q#Nq?$9$gxd08o(fܼUٞ[8~i}׽dMD
+锐2Jr[wΫFR#OX*Z^誥ŧFG}( ʥbZԽs37䱫eEI[_~5BzVHfq?|9*VhA[on={Wv!D:-;D\d=9o]Wnw
+J c nl/>)r/F<L׹>τϳ[l L}[D2t`E {#/[ z.0-=5SlKͧNPSE^Šr]
+$]Zhx^06y'⠸η}Bh4])ڕa?z~UwZh@xZ5rY-Y|WGw}% MESIgiATIV^Iެ!%/ /2pdorȏ~6t7d汗;>]nv0nZߟt
+jisV u5є"k6XG:_r Aʳzq7oGv,E @kB6ⶹ2|Ĥvʸy*/ZQYrj(ʪϛH$x>NXP)r`Yosy<U8APh};Y`ԙ 1mkIc2$kBL,8~
+t֟L"[$6od=TYJV
+7;ΎwNwEO/Vt1}80"ʧ7%dTe&{Z.m\myf &mopil$/[3Јgr0 ĸ ]qkP-Vs[}ߎt|9vh,:)^itOeaSCz~`H!DՕ-i
+'V#W!<
+h(n =9&z4V'HO9ӎ 8j}
+@<i ~ íAj9[ Rb8 N
+wŶXC׿'æEH117m (9迄J`faՇX1ٗmGJ- 8)ID'^X+p"?phޡ'6t' ?py#1oZ 씉/9dU.Zz';2^g&N0 bPvвe)M먝_µq3F IIl#'
+_V]=-fCzsFTB fƍ V'%}u4նzxʯvd}-E
+Qb0n5&)б1L}]|ㅧi#wft4R>=s=bBa'f}*+Z1]W+Mw1|*׏t;i\֦bYu:ތ>#_v(8c;[gKD?R&z@s#J=:ɵDŽKh*9Q7#=OHHJ$quGHja. 1dr0^ 6N
+4ub"^CD Lѵ^?x'<DeWYԣ͇F,H=ّ~5?wP[~?0&%6<#iϯH-ʡ\G i4C|^\)&.)lt<JlWDR4j|K"SDᡌ`/2- )pqebQFiot!VEKݫbWxMCuw1{o Gq6t"t{p&9m_, :(Y#o$Ə`DѴrSxe}}L)+F,e+)B+KÆBJ7qk#$t.Z0Yz޾Hy%@
+j
+B_1 dpzGPA
+O7zcus.R|B_!x[M$QI}KCAcH>٭V 0#a;!ԉ \+d>`ѳV GF{k4ABܔ t}cl$.,J-=ŒEIj=RLM' V5f;=Sѭ;kTTF <R<9z)Vi4+#Zy"I4T额uoU$2Gbk nPiIt+Zw@mT
+,pv "#?ISbDUaGߺyqчacu5GڒLҒtfx)=\ ?m{N崦d#I%t*k-1w@S/py󕝏:]vOmC}];*w8RvՍ,%-&M;~/`G-74Y&?b΃'sC<嫹{,xoJ@Q
+$;;EdE$kEkcxKm|+L9:p7! z~8@ur3ʴ7 kGVM3>=6T}߶ul M4Yռ7}j7VwZ#v&MUnX;6Alp_yQ9NYHM\Eړ lfjkm>7E"&X55/K5
+ܒ
+__g MAOF$@琈QQv?o'΁rlG48J8wÀS0뮸ҞEy;yYc4O_-p~B V]95P%yXl;|2/רt g\dctȉDU]Oq&V9w OW8.ECvg&%9=DR$hɕ5R rRnQج ":_4&zȇP(CǻlG,p"tYޠIR؊0sՁhVR/EՁZop)޺r.xY۳"2]iA_*"K #a!%uvwtS#=%;i{GPխ Q/Lɵ
+qJF0XC(o#wUR?ъ6(fqo scq``n]Q1ߖF}0vDf0N"GaIuj6\ȓu!O*FW6hrw
+l\&;~kv<!ڧ\Qq7'\/d/CB_DcJh&+Ù̶M +aI_|%
+.Gy o=vRdN/r`B4 2k̯/P,l pz|f7a9k2zEȗj$8P`"nfO5UdJ?x`ŤDiA01U.J0GN4i!!\o䦩c"/Ul3!^o~VKJy
+VǭrM5WOpZUJ:^Dυ% '*csi20 ü~Ii4}w'á
+|5V|ƖҾ!IyJ1<#&Z0TA~Ѽ:#a!s>~ya]W)q3-Cû;'<Op"@f
+b
+}<䩽kEc.Z$R`6RމOQdDi-::w=QFISy5D&TT
+.xU[\;z 1bg^ǑRU %s yB~eI֮2rVbu2dq%.>RҲXwp</'&F@N wMfJP܆X j#B#5"TQyY/:𺼊iP*=`5a[ZळPxj+%fIx̐9T:H({O+xv Y*֌P͌q(e'*^&:r Yq2kkS9=A@bRn08 ~
+@̆,<]r8P
+D^~9{PנMK;poW3:W5%
+1{1~mNeK{_ Pݱ'QYO /ԙzh-0%pbZǕmjb)MsЩWXdu|9&g?r|dLrKkf228WV0yd\^j3nx Y|;];)&P#~K].XT@\R@q"~<.Z- 0ƦXAvtK{W)NUM=`A C)D_"o?schbO B# / %*s 4@ߤ[)4~&t\dSeu7vfuР`rd),?z.lձZ4^hy/D { b
+endstream
+endobj
+29 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-53 -251 1139 750]
+/FontName/SFUSEK+CMBX12
+/ItalicAngle 0
+/StemV 109
+/FontFile 28 0 R
+/Flags 4
+>>
+endobj
+28 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1386
+/Length2 7317
+/Length3 533
+/Length 8164
+>>
+stream
+xe\]nKJD@zA``ZJN.iE뺟s?wsfkofc7S؂ n0> ?P
+d
+
+q@ v6.
+wǺ+= ^0 A _ .#&lT0;''o;?%
+KEWn`/
+b*}j`?Rov
+|6h<J :몶`Tw<2ǞaZbH^Or;>,߁;K>@?MOޘb;u1+wL^f Rʳ- w,j* qAn6R~iU&!WqVIF8N&5~t\a{K\7%x:ũ?|x\r?sی=϶GkGvJV3Jw SM̵\$^i#$K0#~oӌcFkrk4In%ms 6B(倻S}a-N;"#zfCǨM(<޳AC[y[lY<L;P
+"/Y0W1'jH~ߘ$j$UBhU[Hh#+ț2$8Z{p1F c0EiDxHsW`ˬֳ\Z"
+Pg
+sc OGY0?%1/(r+N/`/y#0oo~U+KbMv>=f>`N1a$+ w)6=*׌w}<`OMFs&&t t>7fMrtD''eթZ0s
+H_c4*/c˵kDB'~N5~o->P{pSZM(<#{P-3:L~z`*~.qLJ*\/R=hM'&v@Hb]Gbɏ@Y\ιeXN5܋Vexc~l-Կ6>T<R襺 1AGRG.],Kzܹ53NmO7zajdY.mNxY_e?pL3ZXCG(gnn2J׺;S
+fu`S/KVfՙIUIjalmG70bLK={kFR :p3j<o~,r
+UԠ$cۥSN1~fs9rntۧlyB8"㟿7ɃN8/$J$73GfiCzͭ_{̪C_ڄb+:JUjL8Z%[<mRQF4ٚm.ܞOPM=X>{Dvr,Hy<2#YԏLoɹrpW|8Nf½~}2^anPl믭fX/:~HtnOOKּSAȜDʂ`p<Ҋl/KS4Pf#ґ.> :ka8V2:O'RZ?u|N(L>>Ihp菢3ʉ`ɜkK2xW{JoTG>
+w=aMբZw``V
+ճ(y~ad-c3JcB_f;C;f"G0Hq܊ę_,a._99
+Q~jߏ7 =ORn@etncƶ/3sg1Yyj7L$LٻUMhD}ZE$Ўy3f`i -ەæ_<{'Dmh[D5{h8I D6O>
++BیRsz=̿>Nf@NK|)5dsDeR*S#ꓙ㕖!d,3LuE\>uM+<sNixDIu0Jө u[ՕuYCõXDkD jaB٫dTl| 90LcCsr9VUm`N ^Z<-Ŏ
+.3|;;f焲݃e@ <6՚Xv73{([{Mu"3"yնԍYP*G˪\Y6Cw牕di)EKL'x_~m{ލ5?{${)ֱ<ia(hx!5v*vU4ڐݪtY4ɗнp_}nTuxA71e/Xuy7(w8E6txb|@7toIw^hZ
+*ԏě9YƴS~?vQJ #4;}}g}=ntW3j=WSDM)- 4t *-ǢPh6_I6D_6uhaD͸?oh
+bP/ufCo6Ct݄~cZks%Ept4獿Rİ|r&ιA0\VT=E`jNU&pʻHˠ)yUf$1N ij;;IVj"
+jJ8)nU.+>vxŃ 6~mWYi-ӗ5tb.".}-F[XAf1 cc'劙$ `e߉Nl$NlQ!˺K`7}0'^זd{X@Լtm2G;c_Q$ay}~ ԜNycYo4*{AiU$Kt{7f}R)&[~3"eGŋt3,}ŌM9Ӓ Fp꽉0%-(BAUHz4"_ʨ`B0}/WR)Q.=_kN~)E_25YUdrܒ4^_s/mebz+L](6
+4J {gרi
+Ŧ{d';O_69Y_Wى)3u*j|$_i[''&diJ3d>.z<qMi%)jԞ$HC.薳/hxlcFbLc:;D(q)%6Nm˚8]9HfFDzh@!As>m6u5r<ݴgx 8ZRLS`~r)7s׾I8xr4n^*zytcsm\xS15`L%5z,{aꠖl5sRX/gVL{\w"LВ oEɞc/YD?Ң7,"?7cz9ԥwiS_I>$V !QjޖY Gݿ#,e
+j?U9A%$^HMo>ĞUmHXjモoE?< *RAG^)dr )Htз(k.CuAB{d"%dE =w%Gq`/kfK{<>-1
+E[H?Q4$|ٷMV8WP,iU ヷ` ^͟Gj>CB1w颢Oe]M v)JqFN}0|ו &-K\ #Q2IN&9ε`
+Xqz)GU]xO%M=m?F1E+K_ɒQv$ѿ8.m0b>9dx
+56B]rӇG/lcb_I.hܮIӨ'dQkQ(t {j 1:8شa;U
+A5c9
+z& Zq 9B/ɉ-^X\1O^|_r{(q]φ(^>Y(}ZslEQ(4s),t8tVY8V?5gxͨX|з\EC[|]U<CRYJW31+v3D@,]z#ѝԌ_\IqV
+z<]W[@!xʯ)_Nseщ2 Wg
+}
+(oKV](afْ`,F钨Z8Px |$E!D[3W4A99빈v1uݢg 7n]_%ȝ^̠X @Á=[Ђ'z{J^D(a9+Uq}^M t/$ow<> $jI
+endstream
+endobj
+32 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-301 -250 1164 946]
+/FontName/JLWNHO+CMBX10
+/ItalicAngle 0
+/StemV 114
+/FontFile 31 0 R
+/Flags 4
+>>
+endobj
+31 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1071
+/Length2 5731
+/Length3 533
+/Length 6452
+>>
+stream
+xeXߺ;Ji AFRZJ$3{{>_ua׳ƤoħB=|
+p=A - '(@oaGϿO`(_
+ 
+G-z p:Q
+HeS1u]!X"{kjPr@nA۵([꫻PG|9#S; Ң랓ԝ\H[M2->2 f4 \7pƵR3LV:d+2Gu5*/S.Ek?ƜW!k"c ɋVګa<Bk68k0_/f`tY0j
+c20]TO^6m2Ur<aePmlɯ^!H`ZN cKu`&=۪Kۄc=W3rٽWX=ecեvn6sD<#Ú2Z\M+HNtyga1+4 ,PG 72/Ҷ}O%4
+5ÏwVW=\' p}vNֳ'?4
+`C:*<x-rL՟#Su(n&DpIlcр0gwTU񧚹vF-~*cLTIHK^5PHMε73ŞG3]nݣxXlcTlt< #ۤ9wJ_m5^$b,mRO {+E%1v(,6.{;yhj=]⺸a⋐[~WĹZuqߣhS5ɢ,Hh$~԰RD3#x@ֻCvuD_ * JxeKV) 9(>E&n*<b"ٯCBȞQ?~jPI*B1#P$t~7FWBnm,]4~tkm0kE5s,^mJ[\Mܐ܃FQ軲ˡ`FIh7*pP>v-zQ,{V>GAݭjcI[E~|MA8)MCozzK5sP}W<א"Џ{@?z/??,=岣 ~"
+Q#D3lylxtA+x!:Ujd Kx?>ef"Ӎ#pKnrsq:oGIc3tEaKbB5?C[/l> W8GKtdz?Pҧ6~I8/B"yBB1StEg'H KЂAέngOga1lUD&boY+ chi6ʔ%ډ5ZsB'<G$wo~EO1N{lpL)keC;@ů jAEh5C--p> v%bĴaķ<!5,hH <u#V%Hi<{w[E>
+-=s n=ѽ?re$ W
+dxDh8g*bK':hL߇NaKoT-V!CI֦yMD;$ҴC6pY=T\̆CRJʧDL
+]+ dL)",N bqU.g LY$E+}&ص3E{KyHMG/D6t9+ܓR:*zȤZ-]]\e* q]!)6%/>-֣&a]-I_^cvld)zL qR_X;Rfٓ:kRk/%,v 7%HYח2Ln![Uva0fhlV%,Vt<UKMR ݮbV{[iۅ͕X9YQhh &8X6X6 }xk4՞lB훈]eWa~T8bf)/E?KpZJ5,"vO
+ƻ*뚳Uv ͲE ƈT7<jj
+1
+Gn܀[JEDdFTȀѽ#qc.7:s A A21 WCJ9? __کy.n K tmꉧM_.\qJgxN!50>n`741!b
+fs[C*!=&:"zuƛ$g0% q=Z,?ogs{-='BcMHޯ3[X꘹iS \?#Ď \Q;X/o+#M9|j,xq~\a=g;Л<7mf48CJ¶M#r"(.9l@E)IPdJ hf|ELb2쨨?[>OekЇ"@_Hfi0D`Vr&cr|*
+Hzǽy+r;
+x9z ϻ%^B6֬doW =ͷp`JbSby\֮os Y~sY]4uYf.}|CƵE<|&ݟK8A @X !Y\M81BN0H,Q$ ]}>%]3CGۭzU빀Z8~f)X$1K)
+U??ʘog((6 ,8'" nnUf7l63LF/ښMV&kJB3f.z7SwPNGd.,NNz"\|aG;:ᮽp IK\=?aipyZy-
+ףgRi}'do"jEհmC1OZ>? ~jQS݆zB> 8ʨ$c/+t+XxWFa%439~k񳜢$X9MaO1#F/N"?TUED<1G٨T}9Һ]겐C7?SsHQ==97 ~MYz*{>>O~-y~Fi7&3Ӌ•Fd]yޱ"!Ik̤_uΔ~rj`Rn_w d^g^
+kx+| ))2_=B'Y uZ`)(A {<4j;+f<HSٽѻRhVq!]Cf%P>T2)osPd\HNJGWCnjPtpTp12~/[g֍!yI4$.֛{%Xuje@"UFZ5|on^'B5jy}cZ<3m<QʺzkyZ :A=3}F3m3 46TPM(v:ttG>}W27qMg%TC> w KRh _D+OT>hupJqRaުZxt5Ύ
+F؆fe0ka1  VY)cG8~~B$fBȈ O(1*U~AYLŒ8M0"Msu0ύys8tqF1bYS/p詑Kkӻ:Vag/SVUQdΦ#d^(?BK2QeQ3gr݈R4 Iܭ{Bs[*ߦe9L"}ƋfiBt+&QLV. VUR&ܴcw3|=dbI/ʪMU%X:[ Wo*7ڏ&LlɊ}+}tS Y74sϽqM@
+E>V^1U8%52b5t!5@ yizcۮ$߂ce{^?Ǚ,-nRQ2+nv}qgW-KVm2lQ!l
+ۂXCZm8TEl/ B8W^%MC2&.OFHydw P ;1w%$m$Ė'ܦ;8r p`p̍?
+endstream
+endobj
+35 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-251 -250 1009 969]
+/FontName/TYGDLS+CMR10
+/ItalicAngle 0
+/StemV 69
+/FontFile 34 0 R
+/Flags 4
+>>
+endobj
+34 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1761
+/Length2 12366
+/Length3 533
+/Length 13387
+>>
+stream
+xeT\֨%h  ww%;ww]9;==Q֞sk@AL/dbgugf`*13)(Dv@
+s{s*Rۙ q D
+!PB?&@E8A%!PyTeC,!.P?ʢ@Y=*Tՠ@5A9[ZSgeAF$og2MZ!f!T_/9Y )deA/Y +B_p A!H4B_ A@9tSJX݋t@LTppJ$'h8:m
+c~AA,[2KY" \oo+jݐ󏣐_9}cg-#xڥg# }˪s{y%)n\ޫzϷIa5# -BvyfN{@YZY'xeu{h~'OQY:Ÿj\OV eu3dGXu@^lcH֯$,uxq1NU~kSz~E|?IBGZ{h+0CP,ZDJ9 lgx?\ ܻ#'"oףeqJFLSӈ:
+C/WQ7=,!l-Mqy^_ %D0VC=-ھ >VWR=s
+mGp |R
+ pup<$hC;lXvypu L^b#A4!>v"B7}8»N>i*mHA:ujQ>U#Af2kSЈy7:yg.B*_$wfKOh\Y6O[9)ێZQJ`N*(*2|R\_!l;ˎC XL`p~"sU$?%~xBMb~$}+?<yrJ9AdYڭ쁏m5˰ݐ2tU HHB}HAJ*U"P[rriJ-Qavr%Tax^Di^_!!יs`~oe
+}ַ\|#<㶵_^Yց{z,D*53m|䂡m[C"~dVA<]
+bS?١z =S|ądM‫|K7EedcZBޜXfpE :ʛwޏ!P &*t[?ZC}0kdf_۝kN"ET$?>].*?EН }K2I='yjd/M38b mṹh]luXڐыvj, ?oNi-tn`a$2 ҂m A${HPB+|@#u/\lO<P'#[9|f{JEo]+w@L}a_:)Ѹ[ެG 
+n Q(w.2;HbdDj%qĒ۰(sha-ʦ.ZP
+NŠ썺et?@k?b]`f[1֋#3ZΝFBژKKqvH,ʟ̀eNR^䑍I'fH؍JxmR9Xvo?[[@9w- )HU%Fۂ$E}iqߪ oj,t(uw͐xp &xW*'g<}Y&wUEFz2USRFŲ+G҆ҮfNev%9+t%iߗK̟ _اsAZd鎓[EkJfvuh;({ DB6~0K2 Ўp6
+#_:!gnKQ\%=] 8DR9}taD?:;eN jrOf'mc0{Ϭl7/62I1p^Ϲ*.
+<\S\/]{B5|9=<#SXH&_jad?ظ7,48ߴ̵@wrz7g/=ćE4ɸaΙov.t17
+H/NΨo+v0m h;l m
+rMK<1J5> )Ko1ӒWdr0L~xBOZBdU |q2MnR3+08'Hu3zQX > hSXfI=LNrt6HA9P>@ J٠C}mRxR"K w
+sH
+h6|Ě*UNoM'+0sr0!'G[O, YHLORŔ|r 0B
+L6≒`\!=Gx2k6G#6;'=:Lf%-YHҙ>Qn%|] Ѕ++3sj}wȰ}]KyEIWEtpoOƓӦ94;{uO2MK̈́=:$=~zn6
+<2<LGƾQ(V0yu'98"W|74RutE iW:`-wwWiن3¬(2HW.GYMϮ`PI'DlF'Y- װѧRǙڱ륝u;!)J lRMxy9nl,|.
++%9Ԋs\bJy
+b#acas,Mc&90)ύÖD`#yEGfj}?2\'+"WH.؊}eaZ@>juFZp>9{]UErQi]͌B׈!9E~nU-
+X+]+n, ?æKLj>~Q -(N\9K?K_@_Mg܊B
+
+i1ӓu(-
+g뢠qA5 8žIb}7^v@w?-l.Ɩn`x27"GDK/{ae^RF%,A5~WJW\qML mnGj90F<9~cWfnh1 0Ls<V1,؁c^: C)^p+G>;1l2ݣz ?[3>-'o4&UFa'dަ.}S;`W
+Pg9 />lL<T{B{-_b5%1V!~B^ԣ&b˟
+ƿΛ"|`[ڏupҾB<L6fJ*AqL?~YuD~k3j$ql^4Nb1P"EN6QY|[*eEr^`.cw0jI(E`BZ9JP>Jf+
+msM8S=R"`ng'6Tf26g w .Dc2vpٮim⏮9A19%Ql.woޒY
+fܠPF0)E`aϘږ-Ux 1u!zwY?HKY@Ss{׍Q=SERq Rζ9<"\R_ET^m˪Ãƥ'Uh~
+NpL:\ 7߃rc=rh`gd=x#KyK`[栗MHW9Z-H z3ΓDt1¯C:.x0!\8;R$Lڨ-ǵaѫ[jY"CJUG7*3ۓ{w\ɢ['zP>Deё~HʻfA 壩 v'`ٝ3Iښ6mu1SƄ >e/j!9(_obQVbjH-sz$QVX+Zx1 AK߄/.Y
+6jchǒ򋲑,3n֥h2k\kVqruM @~*n%?六ѫ>W{-Lx[|o=#8M%n MW{:gg8
+rݟ 
+SH)"*3]M߇B·^*'2O·S5j7d)zJ?گ_[3VL#HJ_黆dP*=m-b\=e rN$Yth-K$ҘSZeD.~4bxu&:Atbx1JmqKE`p?JPEp(Y n'RI Z<dl6эpvuxJ K'̥Nm?] fG‡ $:UU5z̷jR9^aĪlm
+ү#H[WB/QW~L^kQ ؤS#Ym.٫7x*/oOfܐ01:,I}֑BX+\dхB'aCYH"sg55744 ΃1`#cw]Mi錺'6Zq"[fc3/6l O(#コ AR$sI|JSM`_lJqL֘j5k%q_j,ZpX3)Lˊj:
+w޷t Q֧N/R3&?56n5qqfZA @򟮋>ul wJMGqy 1 Qp~25+N
+Vi3RzyU@L%Z6.ʀʶe6-*!Ɖ#Wk3g'Ij@W7QϞʑ Sbܯ%ɄU`-󶧒bBqL[XSt&4By*%x{_rt8֟PxH(et{}8Z?;Hr#4J-uOd@Y',nHe4stϗ1ȥm/g:rJ~qD\jmW/ru`vq2mTy =؛]Rm5׊0*o3^oNYa̽Ę,HI|B,@>%:OyRAMG`SJHkmBNuݿpvJX)Pxx22p<2I3Lmf㚤>7;3]-S*bOAs{
+W9/*$Mw2B'H? әE}3E4 ZnLiz~z8δJݡmth^PLi-[Y\z~ " `L b&zY']NbA&
+dWx$~|D>Ɋ3 ! E٨0]chy2|2Sa&~QAm+4VF2޺ՔIjޱTYNdsb&DW;4ld(~ff+Nx{nU>\;kīW9m,Upf˱J ,z~ţyP~:@ǽr,gڳ0"4{g:6
+tG*IW$^L|YZ*^Qym,U^8Ң3}igы?>e/}qZ*&F a"}e=sAL q>H{̵%umLT5x_dwrґU=45cG
+gzIbt#1zLۍ AlWfUtd/
+E{)Ur(!9|dZ djO'f7N n:J^ U
+ 5.)G;kPG2Wy[
+rm/%~D;npb*k.ůx|{a"݂3@i>N%N͵d /98:sl sl.!u81Qk7hAv\Ix㣻3Z@
+{QR9ޯp Hݭzm7g&[ e8yX4!ev]/F> s
+{ؽ #
+ ~˿
+O*t nƄZtE=Z
+%^Ȯ[X
+ȼW _Y&0u>,D..} ](E Z*[Y$t][@q@(VuGvt z6|I}컅U縆5W[U&S)㈘V}2d\̥5_ ,G% #EW4gE=gط:7,iBCσ ΰ~O홝z>D Z?RG(%^{4$ɮc`=vpe-gxY=6ߌ " }J=@
+ҷ/zsn\"HO|(qRI]bt UglO/1 ˹+S&.(q$rk /ʂ2 ZB=1('g#W˦W @Ҭ~|7}֪;~{^~‡SKH^O˰;[, LZ77ll[y\*sDiYVfԘ;d"|g:3`;
+Ӎ8JFcf8.9fc0e 1veN$,Qnb
+"EbdKf+ fNj3| ?hlgchg
+endstream
+endobj
+38 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-4 -235 731 800]
+/FontName/ZBPGAF+CMTT10
+/ItalicAngle 0
+/StemV 69
+/FontFile 37 0 R
+/Flags 4
+>>
+endobj
+37 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1219
+/Length2 6205
+/Length3 533
+/Length 6999
+>>
+stream
+xgT[{"K  :H/(E@+]zHG*iJ*wo{;3N|?s5b76Rs9`P<@\L &,*Nť
+1zfu!
+ 
+E~:36oAjxJ!Ys4B*@E6"gV!llqC:޸f#N㯪-&JM29";>iz ̽2<ĞGD̎P2+t'C@OA/nJ~/&$[3.x+T·K+G#LOQ%clhq klm4aI`ՎL{;cqV<) u촫zUc'b!C<bւ;˟{-__BBrIS'u6;-cES48a;ǿۘMYKѡ蓽bU)ȧX+9=9p h9 5DUTI˦L[lqObCL^*3ԅr;i 5%anai4$!@s4)p$|h'IMG锾f(y&ҕPWnr1ՠC[~fkΈ011 7`/vA;W/2W 22 d> K6Z穈2Sօ_@g÷_jf)P ߖDSO_W0.{3y8Jo0*NՂSO.eK$UgZ+|#^a7͓@RU_0em"FN^.ŀH>ҹdƇ箷ݡqŎڋ?q@'moOR5`8&suy`3ܘ]D9%V6dُeocS?iE,Zn_QGldK'Ҧf[w&0 ofENɷE">hgPqoZ|`IŁ ?K<ň^yd6m
+R՚b.܃$ʔêX<fS;?AyôJ{Cs}W1QD8lUKbU~f55Ki?i=Gх^C˯^ˣG\a}~(h*c'WIy8vCrFV . '؆Պ+uq~qΚ)ZSZo,OuaLZ eUZ)_Ԫd,#j\INaPl5ʗʼn-{qU&!怠ǗG"Z|52z"E-˔^OG/Ew3K2mXd,7\l\S]ץnY9-w(tC7$(, j`I)eyѾRc^!xg/!$^Θ*"K\dE |ia<-uYk
+7u/(kDˑ1_/?VR3nEm_Ćrtq7}]hT5U-Dqk$0*_]l쯰LĀ5\I#s/A|KD]&&Kq[@3uƒ]n.3vx3{s Q!l BQ,+ggiۂLy7`Q/޿VDZOYf@{Fߐ3P8f@9?($ҰKVVm4A <`ře<%(ܒ63f_79ZK.DCe}k&>N;'&oNCa6թI\NwSyuQv:X?4# " ? u2BUo3ٕo8*J<v1;=&j2rr
+[ʺxg7mkPKϓ57f
+Tw>VmfΜ<50AÆ(`
+ݤZGٞgQAz
+/baaWEj* cCNz3,q2৷$Pg0(sF;+ۀ.i|xg/k : j>ekPr힟yߍwmlV||${ITqf?']j*\A9DbwNj}R@Tnp:=V+FQm>/-ܚyHjw\SlWowi/JƄW??Sޫs
+\˿H.uHh$T6Z|MlMnrQ*~1"GXV$f|.TXj
+PpΤ"$?Ȏy^*L)˞~&]UO2DDK[}rߌ _<)Gg'xשtTripǍƺ>BX3l>m)S)讄<CǬ>.c!sbh?f,Vv|2Ҳ\D2;uz1-(_wGh(߽˪nㅕ(I}ep;Apuo|¢K-
+x7{&ܴXetp-<6#9
+嘵XI7ww
+VLmY
+}?`ҰXbsa:I?2~0bhHn7͖'$O7{՞}Qwf7vTSqM U*S9(33:OU0:c#mSB
+)n6G(s.1*f܃Q!*ub%OUߐiFV|)ve,$~sPHJ~RӪ*:7g}7Ȟ 랥.s 1'
+ޤ!/1,_0 ?p8E(;XyT;Bo|2 N-w|=>z- T裌GR)yS`;t5CaK"˄TCf\7jNK؎QR91c4z=iI66~mԺlDُ
+T`m7JGj?R
+9rVT8*YnG(g(+M;T
+< :SÄ͌WV4M\3e_鵦;[>A:DIf@S"gl'ֵ@J#K1C3sTo[ܞ4(`u/}Z/TS1"ik] ^O޳.9w'Y`3w=JRQxSfYOBU_WeBHt"i [ z <+#A.e Q?=6Y-Hb@tn3q&X()ؕr 5EE#qm^v gZ+fj_$Gk5 ig@$p@M JVB}!R4=eJ}ZOx9~Q( K%v
+zH?#rjlZt8;M}<Ty%f*cؔe`ⲟظ`V Keҗ O{zJWǺyYs̬ 3udCo+b{gu>VwVI6׿z`*U~uƊ^V(S9AWPŜ)QyIBFe^bCBUCiwW(*{um$wݩ;4*fD`F6
+Fy' TWq-3 Ƈ( _Q5M -nՓ"!tf14=hb\ ̭٘XWm1Qrh_ˁ-ɝmirex$i,XJ/վ,5bDT ̵宄FO9IȞD+9Lu+|[m3L&)oecn^ +qɕK7o 7jȏfYj0u7J}ř~ i7r*#L N`U0|4 ?RZlu)Q-|kt>!x)i:~})wYޭKg7-0j$K>;Ey;mJ,l`>k~q_@N:IԌqܗB6>uWOCPxL;Aj4*ݫ_Qi_b=(ONMޡTx׀8\{e>2{`fpL7X5-3l%S}',[ϷxB]in ;5U|*U#uރ,? 1\QKc~.of=Q=!J*+q$g3>=WC`V%&M郑ı:_kIٍ.Us& 9F&&NtՑ,lZ]y1\8pJƻt;cOث{f.s6oo'6 }mŔIX_!?kqOB_53\Hy.Pٌ<E@1h>%[`:k SbzX֥yh0d{M5"d-ͬs?٦KmB\<yA8Y-W`pjgOV8#QfS#hTIN675R
+2j]3KXv|k?i])(V}idp'%lA׫i6`d7"<zĖbȞʣxN(;Cj.|e༺ZRIuv=E-V⠭)u{c̦RK"ȡhl4VJ '$|8r[ZXHus2w>H[ME/b[F(j/bۂ;%daf 
+! G̭o+ܦ0pd*T4 9 ^B
+W:?C\%%䋰泤YJ 8F?3 Mt8Xr&,O~<"~q1G<ܰ2/fn`>O?Oq۝9Xϼu"ǘݱ]Jv*>'?)I0f"MczM%l Kaq|'GvĪM]XHVf-dKIŽ?t#6{Eʽ^Z󯒪۽1FRR&i >Zfy8PƥumҐ.Y*vEHZC&X7Я5azzԇ϶d~x)y8g.TIX>+&"0/ “
+endstream
+endobj
+41 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-4 -948 1329 786]
+/FontName/YWHHEN+CMSY6
+/ItalicAngle -14.035
+/StemV 93
+/FontFile 40 0 R
+/Flags 68
+>>
+endobj
+40 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 779
+/Length2 751
+/Length3 533
+/Length 1320
+>>
+stream
+xRiPGA1 QH "1H
+P8ۻ 0A F)AFRQH!
+ )EW$YR(% *z^)$"
+u$-fZ(Ckp}NK CSfZDA?7(* [-9z2E`I@h KFAo*! lHBI(Tz2%4AM8@S)piP+|zF萐08IsQ$7{S! ,DE(D~[< `4$,d $&
+CC
+~^!HmVPj{9ظoywƼ[sۘM[t\zhTeY}MklΔjLW.sT3wCsԞ'nTn $e:Q;klRĈR @:2V_KX)sÈʊPȢ'gTCis_:+oUe*20_!'1=m' y"Xe}rZJRxݺ^' .?~#J:O F>b;-1H09_gWē1FYJ5u۸l2TnO[&;gZg,4:<uBڙ3lW}:5&bblIygtdUsLsN_ɳ@vT2=B rgO8V
+endstream
+endobj
+44 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-36 -250 1070 750]
+/FontName/FZKSQO+CMR8
+/ItalicAngle 0
+/StemV 76
+/FontFile 43 0 R
+/Flags 4
+>>
+endobj
+43 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1103
+/Length2 4288
+/Length3 533
+/Length 5023
+>>
+stream
+xy<eolH-K!}%"fa]Ⱦ/)k%{,E$%.[g9;?\~^7-A%8ED 4 "P<Q@DFFPrs
+|0B"p$"0<`p@b@?#ia챀_2_%wΕ FR±
+E#Q^YǢ#p"#j($L B
+ !Hpg?0'Hn a@WCY#(& $R{tqCh& K07z k/GD@/ \,g6zŴ{CPKz~PLh),Uk
+d;.L24[AJcj̉_l l,$|>έݜ,G_KZ>T}o"F<t<ٯ .zU2C|U4[hVWJuw6/kQSn^$ɷĹ "FeRjrKo륲RXGB`VotΪ)}U[^,lymY<X59΋Ms]b\(JgsY>5fS=|}7H{zu1۲u͉ 2wcO*{V%I{\}ѭkg!^3H_ZԲ~ydD&?2fFz#Q=v%_"qMRкb*2KT_P@Ka#Q m*u`Mkx\ #{ey}c?iPGYksJM[8[9~/dikR?vҙ+9EI;;S<j c4H\Iz$O2˸{9X5p.oe=/kD"6S&ĵ=Q!<SVbnkYvCNlkYG
+
+bFy*323K7XnJF݅1K>oΎsdĸl\+cvbi4|J%̵YYaş;_3Q 全v,*?)k}{p!>T[Ld_)H;%WJ?|~92lSl\s^k="8W`1~6IQ7)e*6ߡ3ݚ<=I?˛i 꺳iUaa+Rr_(!J.=#kul YԳ@Ul`%9)_W o]/8PTH.hdCLh }g2Ms)pB{>V;n|=]j3;tPM Mk|p+<
+=w"#p=t9?u{FhEoBQ2YkI Uh%RNѓV+?bs<wъ1Iłӄ`C];41Lq*Q^DݛO޾p*U b.C[z]EyxԱk2́ދ'f##r=QA\}vHu>0 Į7GQݽx:~f~y'~ "[iDwVACi[˄vlF;U.9rTp(+k$ٖ=I
+T-qh2˃܊%.9c|9ف#[Aj ~9/1k<5Rԃ]j̈́7-qcYYXaJDZn `/1l-"cX!.t?mhFy%GTQ^^\%]rqw^H%DC۫So/cM9pN>/jx;[5-^K֏<x~=߆bfD%̂ݙp>aJ1ǀ{y #{R}~EY𒎪rq/㑩U)Sk81}Urrrz lgj%^nLќh[ >+K(mo3Zu)/cWH&lRȺ@斵{s'Ҙ۳ͨ
+T
+ݱe&]\u?@ovpIة-I`E Gذ }=Ipa_u9j3I FfҀ27^͔yemm6nJ~tt ~c] XfghrS+
+Ī{~*^4m}dU ^jP6ҳhl=9험j]AxD.j9r[P^s mVޏzILQ% mmbǼ!q#q3`=h0j@I-c<4!TvI5r]if[><Jv\; s\iS!"hIlG$ ֮gK\.wǸlNdߞ1Ԡpb1OE-+`%=o\*qBm_C\nSnL(쿲|R7x<8 2|-iM:m{GߘY
+~&_v@1l0P9~ݗz cܕ8j$̰ ?!ēJ\ҧc0cP]?
+endstream
+endobj
+47 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-65 -250 1062 761]
+/FontName/SSEOTX+CMSS8
+/ItalicAngle 0
+/StemV 87
+/FontFile 46 0 R
+/Flags 4
+>>
+endobj
+46 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 881
+/Length2 1924
+/Length3 533
+/Length 2541
+>>
+stream
+x{<Dž,V a 1\"$1f~fFs4b;nI
+d\*[)re
++VEn%N{9yy>=cb
+0͇
+/a drA"A
+Oe i>[@x c2ҕBgc(̨?Y&!H$J*2:AХKL&nЀ
+m
+/ /P*A0@
+q;=u/BX!qUvߚ5P9Y]EnOUkߚh[`7!UwwVH1eߗ/(و0^KZ^&ʳjz 1e[:Bq.VLƾۗs2#WeyO^jlt#!/3$&B;wI{.)*6Q`0}=6(~ saxo3dVـtmA#=:}jOmx1c.~7<b,s3''Cof합AK{.V2^iZDN
+p@4I>奮t%VXkͅLZּ䧓rUK!;g0M׷<-"C3_b;vaRNܟRo<9iM/LVic&fFF^]+ ܴAEZHn傼#gC4poͥMvu
+Tk:OCV}U .bT)$~]kr:۪Fc=ۃs-rgΖjzM֤6YypNV\P&U%:<Zsm/lBw0rVJ)
+sX8#gםLlUf:^ Zu#8~hIOԭ]H}Uؽ|}9SXTvU^!!FӆGW#ȻGWbgtq߮;_:V)~ѹd
++bzeS zC̸Ow> ^k: y5 zXL3\쏕?Bwe&ӔS3Y'b{!e 
+- sIJWoxԚ^»/vszz[
+~}:f&l ]]0=
+tÝoѶ0tYv S\wB:V;T%hw >MU* ]{ȩî)uk+>,̘ɟfg~7(45Єk*A]^?K
+~ȹ]sK+*;I_LoO*bsʷPފ0RzeX.AnrVC|'S^ቘݼ\DR
+|x3Zċ1hԎ 4C:ÊGp;ח[&鷘IC[D3  Y.[
+endstream
+endobj
+64 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-61 -250 999 759]
+/FontName/SUAKWA+CMSS10
+/ItalicAngle 0
+/StemV 78
+/FontFile 63 0 R
+/Flags 4
+>>
+endobj
+63 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 941
+/Length2 2325
+/Length3 533
+/Length 2970
+>>
+stream
+xy<92]!y1Cc+4Hdl33˜ьez(dTBJ"{d;t:w_y}?:K
+L0
+ ٗA{ᨀ*
+O
+Ґ?#Ӿ}})<ķ,mUl}(}CϮz7+o84Ԝu`q\P}ʈh nƖ86v <QǦ8zjُܤ&X'ὌrM bVĶÇ#!U_5iW3<3.Eq|˼o` 㿚fJgua;nUrRe-<@Y}R?+2ifnY/HUoL}IN4J 2ٜ DO
+>)0AR=n%$=#1gt)za$HBr]%.VቈH \!m5u'ͩMn#11]QP!Nla QpujK֢tn9(87og;|&oC'17O=Ӳب,6{g7Wo;\Ըtc՝W^WA
+ڭ{lNm3Hjr$Qh4V&ND^ͷ_MIT\yIT3F&=jZc+ٚSKV^2}OD@qXa+(+,0J?Qyِ1V[9-1-ACqYMkWm1bm7K"㶭!SbE3KuLUMIE*~-0z
+oki~y^V)\D&ؐ"Z<IHXn[=r#GW1UiuEN;FE9LfyYbUk^A*nzht=yڷɣ~'3(߀L,uT1J|w^"dn,zl\HJibxy2||\3IX'dU3 zl6 _} ҳ"QYts%M)Hޓy2}eVӱ6b˭mNM~ߑP ql)|mK%菞ZرUSM>#.ħgrWb(S2 mX|duL|k u۽ rmi֝][NpM \[ˣ[
+t<~|TSUrG !^f51q)'<
+1yב]isnOCf?w9_Z{ŒpÛ]fbi"1GM24YÚI= fz\$.Gܚ+7Y9d䘛!T9^^1+y@qac-Ign뤨=2"~F!RR͊t HVQb @{8&,Bj"2<J#bRimJo;U`z8->8l><zwN\RoǸlܭ·mmi:;O ޏ{0"y<=Y'2Ex']G =nT痗ZLߗ(y|ݬ섮 3YS&R>6xPH(gm񑒻agXK %,JQή
+R+5UFG؎Mi{rOuT"lq_lh8-#̯ i?%nQy#=9MWf! =92pzI[/U liYO(!]^rXV'H-:yM,@~tZu
+endstream
+endobj
+71 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-32 -250 1048 750]
+/FontName/ADGUXV+CMMI10
+/ItalicAngle -14.04
+/StemV 72
+/FontFile 70 0 R
+/Flags 68
+>>
+endobj
+70 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 805
+/Length2 1719
+/Length3 533
+/Length 2316
+>>
+stream
+xR{<UH)B13a,%q˘1ØјqI֝uKDI!2B()mYJ("rk'gi?s;{yy{WUَ4<AsĠ0D{4j:I$s@V\x6Af,6ݛ4>ȦSL̡~"
+X: A :
+"_S @b2B
+~{WճK8h6-ZB=t#2pOZ}bpa0D!]`/ʏC󲯌/<JbnetI6yu6C) \-znaiwKi6p+v#W5m{;qkq$:t,iXpivZ`7h2RdН7jMK-d3Mw6DGza?;Q(ZoSU 68җ(;۾ 29DeN4^&Z@InmϘ=LQPT_fNټ7J*FBl_VonuyKTvSgO
+.˟EEYUNWگ{:ꂜy&tӡ,:]:=.ۏn>I:ëS{NFyOl5*VA47BxG9a97oI!A~N>6mtE`mטVlqbvIgѣcOU_H@BU\vKH
+K?0\㰡^zZ,V
+E˦4&B^vzV}44Kv6Xg LIJɣ 1J/VE1NQ48-/8 eC ō> vp&Hu9,SE߻q
+غ6Ŀ?k37fh!;L#=ʤIlidmyox;r$չvu[ w_\GjVqڟДѠਦKZarrM vMmIeLŧ~|%auqbJfJV&@ccwχZ>1eE>z[9PUsYjm*> :q=㊝·D:sS$E)(C,nzQaX͎9h][oZD
+siMيdrw iKOlPeŌ3oo%izoo{(H?,(M0wUl8ṛƒ|"<X
+beJ ;x㷋)D
+7*pƞm|$u{?aK)aªfI"塹{:͓O$lmgyۏ8qK2r#JUwv'Hke5pb[Te3']BxbcfƍuMѵ% h3fm30ɸ|w׽n^ō7 
+*k&H#EXa!%vEmC3L5u&hu  _qV-?J5SaE-u
+.PDHfsX~d/'C
+endstream
+endobj
+74 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-27 -250 1122 750]
+/FontName/HVEKUJ+CMR7
+/ItalicAngle 0
+/StemV 79
+/FontFile 73 0 R
+/Flags 4
+>>
+endobj
+73 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 929
+/Length2 2903
+/Length3 533
+/Length 3565
+>>
+stream
+xRi<}ۖ
+ Ț̘ɖ妱/01g2
+EL YJd_o=KȖ%깗o﹮/qyBHshGP
+ml2QQm""ax Tpଏ+
+**8"
+h<D ЖR@"Q$7G7qFas3$
+q>włO
+㭇H pAa<G޶`VFR?Da$ 矮?0/Lo\B_;<}%
+YJbc8)zIS)\&'\8YNs2v? Q(~nʚrĴurS$&]>nC>_HJ]l qvSt<yi~(sJz9>&bK~F¨b)qdj>iߠ[ˣI%.ED,]y0'RjdcSL<'LC0@dcfi纟&o[rr)W# , E~_R/)moJ( 퍫}zs/-gzÈ:^=>y]>- Yg %& Vf5d˙L㏛%^8_h1/tP;u c/SL^)UW!7uYjٽL*|+/}룆k>1x$lu?1=0AyYDʽQvz-Ba*gŕ2S>c~zq <׌)\xsD!S)hvwңXACh.L~O|)^
+ɗnhBWbek[FN WzQl$xU,8Ic۰&M:2vMW>w~H`rz^.ma%\.wÙT5>^;*15??/Y k/4xyaWaRh#SR ݡ?}S8OڌᎰ#|UGk9GW؞/b\(3 (NLÄτsNw<bHH5jM}wRU[bmyQVC 8kde7,֙J6ix>=6%s4 &ȼp;ՠ/Wz "yE-K%sX\R.w h_u_J=)q׾БTߜӊ8Paȷ!MKH05a=sЀXlEV͢\)Á#oPPc3d?02z #`CD_SKu?, chvuvz?+1ZNI8r|=Y(w{ '$s.g ^}{Z`YL= <vU)6X4SX9,pvˡ{;'|8]M@7%޽7;PP^%N2 qXn=oW0w |~`pTz ?f5)[{^c)y'@Ͷk0<ψ
+wt)mF&u+
+ _g_4?m)6ZPjl[D$ȇ_9͹qN@kaQD"z@ q?=
+endstream
+endobj
+1 0 obj
+<<
+/Creator( TeX output 2010.04.15:0951)
+/Producer(dvipdfm 0.13.2c, Copyright \251 1998, by Mark A. Wicks)
+/CreationDate(D:20100415095112+01'00')
+>>
+endobj
+5 0 obj
+<<
+/Type/Page
+/Resources 6 0 R
+/Contents[49 0 R 4 0 R 50 0 R 51 0 R]
+/Parent 90 0 R
+>>
+endobj
+53 0 obj
+<<
+/Type/Page
+/Resources 54 0 R
+/Contents[49 0 R 4 0 R 55 0 R 51 0 R]
+/Parent 90 0 R
+>>
+endobj
+90 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[5 0 R 53 0 R]
+/Parent 3 0 R
+>>
+endobj
+57 0 obj
+<<
+/Type/Page
+/Resources 58 0 R
+/Contents[49 0 R 4 0 R 59 0 R 51 0 R]
+/Parent 91 0 R
+>>
+endobj
+61 0 obj
+<<
+/Type/Page
+/Resources 62 0 R
+/Contents[49 0 R 4 0 R 66 0 R 51 0 R]
+/Parent 91 0 R
+>>
+endobj
+91 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[57 0 R 61 0 R]
+/Parent 3 0 R
+>>
+endobj
+68 0 obj
+<<
+/Type/Page
+/Resources 69 0 R
+/Contents[49 0 R 4 0 R 76 0 R 51 0 R]
+/Parent 92 0 R
+>>
+endobj
+78 0 obj
+<<
+/Type/Page
+/Resources 79 0 R
+/Contents[49 0 R 4 0 R 80 0 R 51 0 R]
+/Parent 92 0 R
+>>
+endobj
+92 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[68 0 R 78 0 R]
+/Parent 3 0 R
+>>
+endobj
+82 0 obj
+<<
+/Type/Page
+/Resources 83 0 R
+/Contents[49 0 R 4 0 R 84 0 R 51 0 R]
+/Parent 93 0 R
+>>
+endobj
+86 0 obj
+<<
+/Type/Page
+/Resources 87 0 R
+/Contents[49 0 R 4 0 R 88 0 R 51 0 R]
+/Parent 93 0 R
+>>
+endobj
+93 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[82 0 R 86 0 R]
+/Parent 3 0 R
+>>
+endobj
+3 0 obj
+<<
+/Type/Pages
+/Count 8
+/Kids[90 0 R 91 0 R 92 0 R 93 0 R]
+/MediaBox[0 0 595 842]
+>>
+endobj
+49 0 obj
+<<
+/Length 1
+>>
+stream
+
+endstream
+endobj
+51 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
+94 0 obj
+<<
+>>
+endobj
+95 0 obj
+null
+endobj
+96 0 obj
+<<
+>>
+endobj
+2 0 obj
+<<
+/Type/Catalog
+/Pages 3 0 R
+/Outlines 94 0 R
+/Threads 95 0 R
+/Names 96 0 R
+>>
+endobj
+xref
+0 97
+0000000000 65535 f
+0000114965 00000 n
+0000116617 00000 n
+0000116270 00000 n
+0000116470 00000 n
+0000115129 00000 n
+0000014388 00000 n
+0000025749 00000 n
+0000025565 00000 n
+0000000009 00000 n
+0000029124 00000 n
+0000028937 00000 n
+0000000985 00000 n
+0000031993 00000 n
+0000031798 00000 n
+0000001966 00000 n
+0000033596 00000 n
+0000033410 00000 n
+0000002900 00000 n
+0000038541 00000 n
+0000038353 00000 n
+0000003801 00000 n
+0000041549 00000 n
+0000041363 00000 n
+0000004784 00000 n
+0000047003 00000 n
+0000046818 00000 n
+0000005736 00000 n
+0000059385 00000 n
+0000059196 00000 n
+0000006462 00000 n
+0000067854 00000 n
+0000067664 00000 n
+0000007392 00000 n
+0000074609 00000 n
+0000074421 00000 n
+0000008312 00000 n
+0000088299 00000 n
+0000088113 00000 n
+0000009214 00000 n
+0000095606 00000 n
+0000095413 00000 n
+0000009942 00000 n
+0000097225 00000 n
+0000097039 00000 n
+0000010865 00000 n
+0000102550 00000 n
+0000102363 00000 n
+0000011850 00000 n
+0000116370 00000 n
+0000012822 00000 n
+0000116420 00000 n
+0000014208 00000 n
+0000115231 00000 n
+0000015931 00000 n
+0000014449 00000 n
+0000015863 00000 n
+0000115412 00000 n
+0000017000 00000 n
+0000015993 00000 n
+0000016932 00000 n
+0000115516 00000 n
+0000018945 00000 n
+0000105392 00000 n
+0000105205 00000 n
+0000017062 00000 n
+0000017987 00000 n
+0000018877 00000 n
+0000115698 00000 n
+0000021994 00000 n
+0000108670 00000 n
+0000108476 00000 n
+0000019007 00000 n
+0000111286 00000 n
+0000111100 00000 n
+0000019937 00000 n
+0000020886 00000 n
+0000021902 00000 n
+0000115802 00000 n
+0000023312 00000 n
+0000022056 00000 n
+0000023232 00000 n
+0000115984 00000 n
+0000025031 00000 n
+0000023374 00000 n
+0000024951 00000 n
+0000116088 00000 n
+0000025503 00000 n
+0000025093 00000 n
+0000025446 00000 n
+0000115335 00000 n
+0000115620 00000 n
+0000115906 00000 n
+0000116192 00000 n
+0000116552 00000 n
+0000116574 00000 n
+0000116595 00000 n
+trailer
+<<
+/Size 97
+/Root 2 0 R
+/Info 1 0 R
+>>
+startxref
+116712
+%%EOF