summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/twoup
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/twoup
Initial commit
Diffstat (limited to 'macros/latex/contrib/twoup')
-rw-r--r--macros/latex/contrib/twoup/README10
-rw-r--r--macros/latex/contrib/twoup/twoup.dtx793
-rw-r--r--macros/latex/contrib/twoup/twoup.ins36
-rw-r--r--macros/latex/contrib/twoup/twoup.pdf2652
4 files changed, 3491 insertions, 0 deletions
diff --git a/macros/latex/contrib/twoup/README b/macros/latex/contrib/twoup/README
new file mode 100644
index 0000000000..3218c69fa0
--- /dev/null
+++ b/macros/latex/contrib/twoup/README
@@ -0,0 +1,10 @@
+The twoup package provides a one-size-fits-all solution to two-up
+printing.
+
+The twoup package requires either the 2up package, the booklet
+package, or that you use the postscript tools psnup and psbook.
+The packages are available from CTAN and the postscript tools are
+included with many TeX distributions.
+
+The twoup package is distributed under the LaTeX Project Public
+License.
diff --git a/macros/latex/contrib/twoup/twoup.dtx b/macros/latex/contrib/twoup/twoup.dtx
new file mode 100644
index 0000000000..cbbce075a5
--- /dev/null
+++ b/macros/latex/contrib/twoup/twoup.dtx
@@ -0,0 +1,793 @@
+% \iffalse
+%<*docdriver>
+\documentclass{ltxdoc}[1996/01/11]
+\begin{filecontents}{twoup.ins}
+% The twoup package, version 1.3
+\input docstrip.tex
+\preamble
+
+ m This is the twoup package
+ o Copyright 2005-07 by Mogens Lemvig Hansen,
+ g Please find my e-mail address in the left margin
+ e
+ n Run twoup.dtx through LaTeX and read the documentation in twoup.dvi
+ s
+ @ This work may be distributed and/or modified under the
+ k conditions of the LaTeX Project Public License, either version 1.3
+ a of this license or (at your option) any later version.
+ y The latest version of this license is in
+ j http://www.latex-project.org/lppl.txt
+ u and version 1.3 or later is part of all distributions of LaTeX
+ . version 2005/12/01 or later.
+ c
+ o This work has the LPPL maintenance status 'maintained'.
+ m
+ The Current Maintainer of this work is Mogens Lemvig Hansen.
+
+ This work consists of the files twoup.dtx and twoup.ins
+ and the derived file twoup.sty.
+
+\endpreamble
+% I think that \path:twoup.sty: should go into the directory
+% \path:tex/latex/misc:; however, \textsc{DocStrip} will not heed my advise
+% unless your configuration file, \path:docstrip.cfg:, allows it to.
+\usedir{tex/latex/misc}
+\generate{\file{twoup.sty}{\from{twoup.dtx}{package}}}
+\endbatchfile
+\end{filecontents}
+\usepackage{url,randtext}
+\InputIfFileExists{../myemail}{}{%
+ \def\myemail{See top of .sty file for e-mail address}}
+%\discretionaries |~!@$%^&*()_+`=#{"}[]:;'<>,.?\/|
+%\CodelineIndex%\EnableCrossrefs
+\makeatletter
+\newcommand{\nextlinelabel}[2][1]{\@bsphack
+ \@tempcnta\c@CodelineNo
+ \advance\@tempcnta#1\relax
+ \def\@currentlabel{\the\@tempcnta}\label{#2}%
+ \@esphack}
+\makeatother
+\begin{document} \DocInput{twoup.dtx} \end{document}
+%</docdriver>
+% \fi
+% \CheckSum{324}
+% \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 \~}
+%
+% \def\fileversion{1.3} \def\filedate{2007/02/26} \def\docdate{\filedate}
+% \title{The \textsf{twoup} Package\thanks{This file describes version
+% \fileversion, \filedate.}}
+% \author{\copyright\ Mogens Lemvig Hansen\thanks{%
+% The \textsf{twoup} package is distributed under the \LaTeX\ Project
+% Public License; please see Section~\ref{sec:license}.}\\
+% \myemail}
+% \date{\docdate}
+% \maketitle
+% \begin{abstract}
+% The \textsf{twoup} assists in two-up or booklet printing
+% using the \textsf{2up} or \textsf{booklet} packages
+% or using the psnup program and friends.
+% \end{abstract}
+%
+% \tableofcontents\bigskip
+%
+% I am familiar with three ways of producing two-up
+% documents\footnote{That is, printing two logical pages side by
+% side on one side of one sheet of paper.} and
+% booklets:\footnote{That is, rearranging the logical pages before
+% printing them two-up on both sides of the paper in such a manner
+% that the resulting sheets of paper can be folded down the middle
+% into a small book.} the \textsf{2up} package, the \textsf{booklet}
+% package, and the postscript tool psnup.
+% The \textsf{2up} and \textsf{booklet} packages are both available
+% from CTAN, and psnup is included with many \TeX\ distributions
+% including MiK\TeX. All three will by default
+% accomplish this task by scaling the page down. However, a one-up
+% page layout does not necessarily work well when scaled. The
+% \textsf{twoup} package provides a page layout designed for two-up
+% printing and sets the relevant \textsf{2up} or \textsf{booklet}
+% parameters or gives advise on how to use the postscript tools.
+%
+% \section{Usage}
+% Give the paper size you intend to print on as an option to
+% \verb:\documentclass:.\footnote{If you intend to print on your
+% default paper size, you do not have to give any paper size
+% option.} The \textsf{twoup} package re-calculates the paper size
+% and margins for two-up printing.\footnote{If you print on
+% \texttt{a4paper}, \textsf{twoup} calculates the same paper size as
+% the \texttt{a5paper} option but with different (smaller) margins.
+% You may consider this discrepancy either a bug or a feature.}
+% Then choose the method:
+%
+% \subsection{Plain two-up with the \textsf{2up} package}
+% Load the \textsf{2up} package \emph{before} the \textsf{twoup}
+% package.
+% \begin{quote}
+% \verb:\documentclass[a4paper,12pt]{article}:\\
+% \verb:\usepackage{2up}:\\
+% \verb:\usepackage{twoup}:
+% \end{quote}
+%
+% Unfortunately cross references may not work out under the
+% \textsf{2up} package. The solution is, as explained in the
+% \textsf{2up} documentation, to comment out the
+% \verb:\usepackage{2up}: line, run your .tex file through \LaTeX\
+% until all references work out, then load \textsf{2up} again and run
+% your document through \LaTeX\ once (an only once).
+%
+% \subsection{Booklets with the \textsf{booklet} package}
+% Load the \textsf{booklet} package \emph{before} the \textsf{twoup}
+% package.
+% \begin{quote}
+% \verb:\documentclass[letterpaper,12pt]{article}:\\
+% \verb:\usepackage[print]{booklet}:\\
+% \verb:\usepackage{twoup}:
+% \end{quote}
+% Without the \verb:print: option, the \textsf{booklet} package does
+% nothing.
+%
+% The \textsf{booklet} package has miraculously solved the
+% cross-reference problem of the \textsf{2up} package but does not
+% provide a plain two-up option.
+%
+% \subsection{Plain two-up with the postscript tools}
+% Simply load the \textsf{twoup} package.
+% \begin{quote}
+% \verb:\documentclass[letterpaper,12pt]{article}:\\
+% \verb:\usepackage{twoup}:
+% \end{quote}
+% When you run your .tex file through \LaTeX, the \textsf{twoup}
+% package will tell you which options to use with the psnup program;
+% look for the psnup command line near the end of the
+% transcript.\footnote{Both on screen and in the .log file.} If you
+% give a paper size option, the \textsf{twoup} package will also
+% tell you which lines you will have to add to your postscript file
+% by hand.
+%
+% Run the .dvi file through dvips\footnote{The current version of
+% the \textsf{twoup} package requires that you use dvips. If you
+% want to use some other .dvi-to-postscript program, please see code
+% line~\ref{line:dvips} and the commentary around it.} to make a
+% postscript file.
+% \begin{quote}
+% \verb:dvips: \meta{file}
+% \end{quote}
+%
+% Then run psnup with the options that the \textsf{twoup} package
+% gave you above. Even Win95 allows you to cut-and-paste the
+% command line which could look something like this:
+% \begin{quote}
+% \verb:psnup: \verb:-pletter: \verb:-W396.0pt: \verb:-H612.0pt:
+% \verb:-2: \meta{file}\verb:.ps: \meta{twoup}\verb:.ps:
+% \end{quote}
+%
+% The postscript file, \meta{twoup}\verb:.ps:, has by now lost all
+% consciousness of which paper size it is to be printed on. If you
+% are about to print on your printer's default paper size, that is
+% no problem. To print on any other paper size you most likely have
+% to place a paper size command in \meta{twoup}\verb:.ps:. With a
+% plain text editor add the lines \textsf{twoup} gave you in the
+% \LaTeX\ run to \meta{twoup}\verb:.ps:. The lines to add could look
+% like this:
+% \begin{quote}
+% \verb;%%BeginPaperSize: letter;\\
+% \verb;letter;\\
+% \verb;%%EndPaperSize;
+% \end{quote}
+% Place the new lines just after the
+% \verb:%%EndComments: line near the top of \meta{twoup}\verb:.ps:.
+%
+% \subsection{Booklets with the postscript tools}
+% The \LaTeX\ side of making booklets is much like simple two-up.
+% You may want to use the \texttt{twoside} option to
+% \verb:\documentclass: to make the inner margins a bit larger etc.
+% \begin{quote}
+% \verb:\documentclass[a4paper,11pt,twoside]{article}:\\
+% \verb:\usepackage{twoup}:
+% \end{quote}
+% As above, the \textsf{twoup} package will advise you on which
+% options to use with the psnup program. Run your .dvi file through
+% dvips:
+% \begin{quote}
+% \verb:dvips: \meta{file}
+% \end{quote}
+%
+% Now the fun begins: Before using psnup you must use the psbook
+% program to fold your postscript file into a signature:
+% \begin{quote}
+% \verb:psbook: \meta{file}\verb:.ps: \meta{book}\verb:.ps:
+% \end{quote}
+% The number of pages in a signature must be divisible by four, so
+% psbook may add a few blank pages to the end of your booklet. Run
+% the result through psnup with the options the \textsf{twoup}
+% package calculated in the \LaTeX\ run. The command line could look
+% something like this:\footnote{Under Unix, you can pipe the psbook
+% and psnup commands together; Windows, however, does not like long
+% command lines.}
+% \begin{quote}
+% \verb:psnup: \verb:-pa4: \verb:-Pa5:
+% \verb:-2: \meta{book}\verb:.ps: \meta{twoup}\verb:.ps:
+% \end{quote}
+%
+% Unless you are about to print on your printer's default paper
+% size, add the paper size command to \meta{twoup}\verb:.ps: as
+% above.
+%
+% You can print your postscript file, \meta{twoup}\verb:.ps:, now,
+% but if you want to print double sided, you may have to split the
+% file in two with the psselect program:
+% \begin{quote}
+% \verb:psselect: \verb:-o: \meta{twoup}\verb:.ps:
+% \meta{odd}\verb:.ps:\\
+% \verb:psselect: \verb:-e:
+% \meta{twoup}\verb:.ps: \meta{even}\verb:.ps:
+% \end{quote}
+% Then print \meta{odd}\verb:.ps:, turn the paper over, and print
+% \meta{even}\verb:.ps:.\footnote{Depending on your printer, you may
+% want to use psselect's \texttt{-r} option to print the \meta{even}
+% pages in reverse order.}
+%
+% \subsection{Options}
+% By default the \textsf{twoup} package leaves room for running
+% headers and footers. Use the \texttt{noheadfoot},
+% \texttt{nofoot}, or \texttt{nohead} option to reclaim that space.
+% As a side efect, these options set the page style:
+% \texttt{noheadfoot} implies the \texttt{empty} page style,
+% \texttt{nofoot} implies the \texttt{headings} page style, and
+% \texttt{nohead} implies the \texttt{plain} page style. Moreover,
+% the \texttt{nofoot} and \texttt{noheadfoot} options disable the
+% \texttt{plain} page style\footnote{By making \texttt{plain}
+% synonymous with the \texttt{empty} style.} to prevent the
+% \verb:\chapter: command from inserting a
+% \verb:\thispagestyle{plain}: command.
+%
+% The \textsf{twoup} package knows the standard paper size options:
+% \texttt{letterpaper}, \texttt{legalpaper},
+% \texttt{executivepaper}, \texttt{a4paper}, \texttt{a5paper}, and
+% \texttt{b5paper}. You should use these options as global options
+% to \verb:\documentclass:. If you print two-up on
+% \texttt{legalpaper}, the text width is larger than what is
+% considered comfortable. You should use the \texttt{twocolumn}
+% option to \verb:\documentclass: or, better, the \textsf{multicol}
+% package.
+%
+% If you use \textsf{twoup} without \textsf{2up} or
+% \textsf{booklet}, then the \textsf{twoup} package will insert a
+% paper-size \verb:\special: in your .dvi file. Use the
+% \verb:nospecial: option to suppress this.
+%
+% \subsection{Additional commands}%
+% \DescribeMacro{\cleartolastpage}%
+% If you are making a booklet, the number of pages must be divisible
+% by four; indeed, the \textsf{booklet} package or the psbook
+% program will add blank pages as necessary. If, however, you want
+% to print on the last page, the back of your booklet, you can use
+% the \verb:\cleartolastpage: command in a \verb:twosided: context
+% to (print all pending tables, figures, and footnotes and) insert
+% as many blank pages as necessary to reach a page number divisible
+% by four. In detail,
+% \begin{quote}
+% \verb:\cleartolastpage:\oarg{div}\oarg{rem}\\
+% \verb:\cleartolastpage*:\oarg{div}\oarg{rem}
+% \end{quote}
+% both print all pending floats and insert blank pages until the
+% page number leaves remainder \meta{rem} when divided by
+% \meta{div}. The default value of \meta{rem} is~$0$, and the
+% default value of \meta{div} is~$4$ under the \verb:twosided: class
+% option and $2$ otherwise. The starred version suppresses the
+% printing of page numbers on the inserted blank pages.
+%
+% Thus \verb:\cleartolastpage[1]: is equivalent to \LaTeX's
+% \verb:\clearpage: command
+% and \verb:\cleartolastpage[2][1]: is equivalent to
+% \verb:\cleardoublepage:.
+%
+% The \verb:\cleartolastpage: command may fail to put you one the
+% last page if page~$1$ is not the very first page (maybe because
+% you have differently numbered front matter); use the optional
+% \meta{rem} argument to overcome this.
+%
+%
+% \section{Installation}
+% As you must have figured, you generate the documentation for the
+% \textsf{twoup} package by running the file \url:twoup.dtx: through
+% \LaTeX---thrice to resolve cross references.
+%
+% To extract the package itself from the .dtx file, run
+% \url:twoup.ins: through \LaTeX:
+% \begin{quote}
+% \verb:latex twoup.ins:
+% \end{quote}
+% You now have to decide what to do with several files.
+% \begin{itemize}
+% \item You may have to move the file \url:twoup.sty: to some
+% directory where \LaTeX\ can find it;
+% \url:(local)texmf/tex/latex/misc: would be the natural
+% choice~\cite{tds}.
+%
+% \item Move the documentation, \url:twoup.dvi: or \url:twoup.pdf:,
+% to \url:(local)texmf/doc/latex/misc:.
+%
+% \item You may discard the source files, \url:twoup.dtx: and
+% \url:twoup.ins:, or store them in
+% \url:(local)texmf/source/latex/misc:.
+%
+% \item Discard all remaining \url:twoup.*: files.
+% \end{itemize}
+%
+%
+% \section{Limitations}
+% The \textsf{twoup} package is designed for and tested on
+% \texttt{letterpaper}, \texttt{legalpaper}, and \texttt{a4paper}.
+% Printing two-up on smaller paper is hardly feasible; printing on
+% larger paper is beyond the normal desktop printer.
+%
+% The margins calculated by \textsf{twoup} are too small for
+% \verb:\marginpar:s.\footnote{But just large enough for the line
+% numbers inserted by the \textsf{lineno} package.}
+%
+% If you print two-up on \texttt{legalpaper}, \textsf{twoup} leaves
+% a text width larger than what is considered comfortable. You
+% should use the \texttt{twocolumn} option to \verb:\documentclass:
+% or, better, the \textsf{multicol} package.
+%
+% The \textsf{twoup} package is not compatible with the
+% \textsf{geometry} package. Both packages re-calculate the margins
+% and the disagree on the interpretation of the paper size options.
+%
+% I know very little about postscript, yet I tell you to go add
+% lines to .ps files. The advise \textsf{twoup} gives has always
+% worked for me; if it doesn't work for you, please teach me the
+% correct way.
+%
+% The current implementation of \textsf{twoup} requires dvips
+% (unless you use the \textsf{2up} or \textsf{booklet} packages).
+% This limitation is easily overcome with your help: please see code
+% line~\ref{line:dvips} and the commentary around it.
+%
+%
+% \section{License}\label{sec:license}
+% This work may be distributed and/or modified under the
+% conditions of the \LaTeX\ Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% \url{http://www.latex-project.org/lppl.txt}
+% and version 1.3 or later is part of all distributions of \LaTeX\
+% version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained.'
+%
+% The Current Maintainer of this work is Mogens Lemvig Hansen.
+%
+% This work consists of the files \url{twoup.dtx} and \url{twoup.ins}
+% and the derived file \url{twoup.sty}.
+%
+%
+% \StopEventually{
+% \nocite{ltclass}
+% \bibliographystyle{is-plain}
+% ^^A\bibliography{tex}
+% \begin{thebibliography}{1}
+%
+% \bibitem{ltclass}
+% Leslie Lamport, Frank Mittelbach, and Johannes Braams.
+% \newblock {\em Standard Document Classes for \LaTeX\ version 2e}.
+% \newblock CTAN, 1999/09/10 edition, 1999.
+%
+% \bibitem{tds}
+% {TUG Working Group on a {\TeX} Directory Structure (TWG-TDS)}.
+% \newblock {\em A Directory Structure for {\TeX} Files}.
+% \newblock CTAN, version 0.9995, January 26, 1998 edition, 1998.
+%
+% \end{thebibliography}
+% }
+%
+% \section{Implementation}
+% The \textsf{twoup} package doesn't have to do much---just
+% re-calculate the paper size and the margins and put together the
+% advise on how to use the psnup program. The \textsf{twoup} package
+% does its thing based on the plain \LaTeX\ parameters
+% \verb:\paperwidth:, \verb:\paperheight:, \verb:\headheight:,
+% \verb:\headsep:, \verb:\footskip:, \verb:\topskip:, and
+% \verb:\baselineskip:.
+%
+% \subsection{Identification}
+% \begin{macrocode}
+%<*package>
+\NeedsTeXFormat{LaTeX2e}%
+\ProvidesPackage{twoup}[2007/02/26 version 1.3]
+% \end{macrocode}
+%
+% \subsection{Declaration of Options}
+% The \texttt{noheadfoot} option sets the relevant lenghts to zero.
+% Since there is no room for headers or footers, the only sensible
+% page style is \texttt{empty}. The \verb:\chapter: command issues
+% a \verb:\thispagestyle{plain}: command, so re-define the
+% \texttt{plain} style to be a synonym for the \texttt{empty}
+% style.\footnote{I borrowed the idea of brutally making
+% \texttt{plain} a synonym for \texttt{empty} from David Carlisle's
+% \textsf{nopageno} package.}
+% \begin{macrocode}
+\DeclareOption{noheadfoot}{%
+ \setlength{\headheight}{0pt}%
+ \setlength{\headsep}{0pt}%
+ \setlength{\footskip}{0pt}%
+ \let\ps@plain\ps@empty
+ \pagestyle{empty}}
+% \end{macrocode}
+% With room for a header but without a footer the most sensible page
+% style would be \texttt{headings}. Again the \texttt{plain} page
+% style must be disabled.
+% \begin{macrocode}
+\DeclareOption{nofoot}{%
+ \setlength{\footskip}{0pt}%
+ \let\ps@plain\ps@empty
+ \pagestyle{headings}}
+% \end{macrocode}
+% With room for a footer but no header the most sensible page style
+% is \texttt{plain}---so don't change \texttt{plain}.
+% \begin{macrocode}
+\DeclareOption{nohead}{%
+ \setlength{\headheight}{0pt}%
+ \setlength{\headsep}{0pt}%
+ \pagestyle{plain}}
+% \end{macrocode}
+%
+% \begin{macro}{\TwoUp@info}
+% \begin{macro}{\TwoUp@paper}
+% The paper size options record part of the advise on how to use the
+% psnup program in \verb:\TwoUp@info: and part of the advise on how
+% to edit the final postscript file in \verb:\TwoUp@paper:.
+% \begin{macrocode}
+\DeclareOption{letterpaper}{%
+ \def\TwoUp@info{-pletter -W5.5in -H8.5in}%
+ \def\TwoUp@paper{letter}}%
+\DeclareOption{legalpaper}{%
+ \def\TwoUp@info{-plegal -W7in -H8.5in}%
+ \def\TwoUp@paper{legal}}%
+\DeclareOption{executivepaper}{%
+ \def\TwoUp@info{-pexecutive -W5.25in -H7.25in}%
+ \def\TwoUp@paper{executive}}%
+\DeclareOption{a4paper}{%
+ \def\TwoUp@info{-pa4 -Pa5}%
+ \def\TwoUp@paper{a4}}%
+\DeclareOption{a5paper}{%
+ \def\TwoUp@info{-pa5 -W105mm -H148mm}%
+ \def\TwoUp@paper{a5}}%
+\DeclareOption{b5paper}{%
+ \def\TwoUp@info{-pb5 -W125mm -H176mm}%
+ \def\TwoUp@paper{b5}}%
+% \end{macrocode}
+% \end{macro}\end{macro}
+%
+% \begin{macro}{\TwoUp@special}
+% The \textsf{twoup} package needs to record the (smaller) paper
+% size in the postscript file. That means placing a suitable
+% \verb:\special: command in the .dvi file. Unfortunately,
+% ``suitable'' depends on which .dvi-to-postscript program you use,
+% so we need an option for each such program. I have implemented
+% the option for dvips but was too lazy to figure out the
+% appropriate command for other .dvi-to-postscript
+% programs.\nextlinelabel[2]{line:dvips}
+% \begin{macrocode}
+\DeclareOption{dvips}{%
+ \def\TwoUp@special{%
+ \special{papersize=\the\paperwidth,\the\paperheight}}}
+% \end{macrocode}
+% If you need to use the \textsf{twoup} package with another
+% postscript driver, please let me know so I can incorporate more
+% options in future releases of \textsf{twoup}. While you wait for
+% that, use the \texttt{nospecial} option to suppress the
+% \verb:\special:.
+% \begin{macrocode}
+\DeclareOption{nospecial}{%
+ \def\TwoUp@special{\relax}}
+% \end{macrocode}
+% \end{macro}
+%
+% \subsection{Execution of Options}
+% Default to dvips leaving space for headers and footer as the class
+% sees fit.
+% \begin{macrocode}
+\ExecuteOptions{dvips}
+\ProcessOptions
+% \end{macrocode}
+%
+% \subsection{Main Code}
+% \subsubsection{Paper Size and psnup Advise}
+% \begin{macro}{\TwoUp@info}
+% Before re-calculating the paper size, we must record part of the
+% psnup advise. If a paper size option did that already, all is
+% fine. Otherwise we must be printing on the default paper size
+% which we must then determine. We will try to recognize the most
+% common default paper sizes: a4, letter, and legal. Since this is
+% the default paper size, we may assume that the printer knows how
+% to handle it. We therefore suppress the advise on editing the
+% final postscript file by \emph{not} defining \verb:\TwoUp@paper:.
+% \begin{macrocode}
+\ifx\TwoUp@info\undefined
+ \setlength{\@tempdima}{8.5in}
+ \ifdim\paperwidth=\@tempdima
+ \setlength{\@tempdima}{11in}
+ \ifdim\paperheight=\@tempdima
+ \def\TwoUp@info{-pletter -W5.5in -H8.5in}
+ \fi
+ \setlength{\@tempdima}{14in}
+ \ifdim\paperheight=\@tempdima
+ \def\TwoUp@info{-plegal -W7in -H8.5in}
+ \fi
+ \fi
+ \setlength{\@tempdima}{210mm}
+ \ifdim\paperwidth=\@tempdima
+ \setlength{\@tempdima}{297mm}
+ \ifdim\paperheight=\@tempdima
+ \def\TwoUp@info{-pa4 -Pa5}
+ \fi
+ \fi
+\fi
+% \end{macrocode}
+% If \verb:\TwoUp@info: is still undefined, we give up and use the
+% \verb:-w: and \verb:-h: options to psnup.\footnote{We could of
+% course have used the \texttt{-w} and \texttt{-h} options also for
+% a4, letter, and legal sized paper, but the psnup command line
+% looks a lot prettier with a \texttt{-pa4}, \texttt{-pletter}, or
+% \texttt{-plegal} option.}
+% \begin{macrocode}
+\ifx\TwoUp@info\undefined
+ \PackageWarningNoLine{twoup}{Unknown paper size.
+ You may want to use a \MessageBreak
+ paper size option like letterpaper}
+% \end{macrocode}
+% \TeX\ displays \verb:\the\paperwidth: as however many \emph{pt},
+% by which \TeX\ means traditional points; one inch is $72.27$\,pt.
+% However, psnup expects the paper width as so-and-so many
+% \emph{pt}, by which psnup means postscript points, the unit \TeX\
+% calls \emph{bp}, or big points; one inch is $72$\,bp. To overcome
+% this confusion, we must multiply by $\frac{72}{72.27}$ or
+% $0.99627$.
+% \begin{macrocode}
+ \setlength{\@tempdima}{0.99627\paperwidth}
+% \end{macrocode}
+% The \verb:\@settopoint: command rounds (down) to an integer.
+% Rounding causes the psnup command line to be slightly wrong but
+% less ugly.
+% \begin{macrocode}
+ \@settopoint\@tempdima
+% \end{macrocode}
+% Then record the information in \verb:\TwoUp@info:. The psnup
+% syntax for the output paper size is \verb:-w:\meta{width}
+% \verb:-h:\meta{height}.
+% \begin{macrocode}
+ \edef\TwoUp@info{-w\the\@tempdima}
+% \end{macrocode}
+% Record the paper height in the same manner.
+% \begin{macrocode}
+ \setlength{\@tempdima}{0.99627\paperheight}
+ \@settopoint\@tempdima
+ \edef\TwoUp@info{\TwoUp@info\space -h\the\@tempdima}
+% \end{macrocode}
+% Then add the input paper size to the list of psnup options. The
+% syntax for the input paper size is \verb:-W:\meta{width}
+% \verb:-H:\meta{height}. As before, we must correct for the
+% confusion between traditional and postscript points.
+% \begin{macrocode}
+ \setlength{\@tempdima}{0.5\paperheight}
+ \setlength{\@tempdima}{0.99627\@tempdima}
+ \@settopoint\@tempdima
+ \edef\TwoUp@info{\TwoUp@info\space -W\the\@tempdima}
+ \setlength{\@tempdima}{0.99627\paperwidth}
+ \@settopoint\@tempdima
+ \edef\TwoUp@info{\TwoUp@info\space -H\the\@tempdima}
+\fi
+% \end{macrocode}
+% \end{macro}
+%
+% The advise on psnup options is ready; now we must decide whether
+% to use it. But first change the paper size: swap the width and
+% the height; then divide the new width by two.
+% \begin{macrocode}
+\setlength{\@tempdima}{\paperwidth}
+\setlength{\paperwidth}{0.5\paperheight}
+\setlength{\paperheight}{\@tempdima}
+% \end{macrocode}
+% If either the \textsf{2up} or \textsf{booklet} package is loaded,
+% ignore the psnup advise and issue suitable \verb:\source: and
+% \verb:\target: commands---both \textsf{2up} and \textsf{booklet}
+% define \verb:\source: and \verb:\target:.
+% \begin{macrocode}
+\@ifpackageloaded{2up}{%
+ \source{\magstep0}{\paperwidth}{\paperheight}%
+ \target{\magstep0}{2\paperwidth}{\paperheight}%
+}{%
+\@ifpackageloaded{booklet}{%
+ \source{\magstep0}{\paperwidth}{\paperheight}%
+ \target{\magstep0}{2\paperwidth}{\paperheight}%
+}{%
+% \end{macrocode}
+% Otherwise we are going the postscript route. Record the new
+% smaller paper size in the postscript file by placing a suitable
+% \verb:\special: command in the .dvi file.
+% \begin{macrocode}
+ \TwoUp@special
+% \end{macrocode}
+% Then have the psnup advise presented at the end of the \LaTeX\
+% run. Using \verb:\PackageInfo: would have been natural, but I want
+% the advise to appear on the screen (as well as in the .log file);
+% also the psnup command line is rather long, so we need \emph{ad
+% hoc} formatting.
+% \begin{macrocode}
+ \AtEndDocument{\typeout{^^J%
+ Package twoup Info: Use psnup with these options:^^J%
+ psnup \TwoUp@info\space -2 \jobname.ps twoup.ps^^J}}
+% \end{macrocode}
+% If we had an explicit paper size option (indicating that we are to
+% print on a paper size other than the default), \verb:\TwoUp@paper:
+% is defined and we can give advise on editing the postscript file.
+% \begin{macrocode}
+ \ifx\TwoUp@paper\undefined\else
+ \AtEndDocument{\typeout{^^J%
+ Package twoup Info: You may have to add these
+ three lines to your .ps file:^^J%
+ \@percentchar\@percentchar BeginPaperSize: \TwoUp@paper^^J%
+ \TwoUp@paper^^J%
+ \@percentchar\@percentchar EndPaperSize^^J}}
+ \fi%
+}}%
+% \end{macrocode}
+%
+% \subsubsection{Text Width and Horizontal Margins}
+% The standard \LaTeX\ classes~\cite{ltclass} ensure that the line
+% length is not too large for comfortable reading. For two-up
+% printing on \texttt{letterpaper}, \texttt{a4paper}, or smaller,
+% that is a non-issue. However, \texttt{legalpaper} does leave room
+% for oversized lines.\footnote{Up to 25\% ``too large.''} If I
+% leave the line length ``small,'' the layout of the two-up printed
+% page looks odd. I therefore allow the oversized lines. The user
+% should consider using \texttt{twocolumn} mode or---better---the
+% \textsf{multicol} package.
+%
+% I think that a total horizontal margin of one inch looks
+% fine.\footnote{Fine enough to just leave room (in \texttt{oneside}
+% mode) for the numbers added by the \textsf{lineno} package.} The
+% \verb:\textwidth: is then what is left of the \verb:\paperwidth:.
+% \begin{macrocode}
+\setlength{\@tempdima}{1in}
+\setlength{\textwidth}{\paperwidth}
+\addtolength{\textwidth}{-\@tempdima}
+% \end{macrocode}
+% If we are printing in \texttt{twoside} mode, the inner margin
+% should be larger than the outer margin. A ratio of about $1:2$
+% looks fine. The outer margin is then what is left of the total
+% horizontal margin.
+% \begin{macrocode}
+\if@twoside
+ \setlength{\evensidemargin}{0.33\@tempdima}
+ \setlength{\oddsidemargin}{\@tempdima}
+ \addtolength{\oddsidemargin}{-\evensidemargin}
+\else
+% \end{macrocode}
+% In \texttt{oneside} mode, simply split the margins even.
+% \begin{macrocode}
+ \setlength{\oddsidemargin}{0.5\@tempdima}
+ \setlength{\evensidemargin}{\oddsidemargin}
+\fi
+% \end{macrocode}
+%
+% So far we have ignored that the ``real'' left margin is
+% \verb:1 inch:${}+{}$\verb:\hoffset:${}+{}$\verb:\oddsidemargin:
+% (or \verb:\evensidemargin:). We must subtract that inch.
+% \begin{macrocode}
+\addtolength{\oddsidemargin}{-1in}
+\addtolength{\evensidemargin}{-1in}
+% \end{macrocode}
+%
+% \subsubsection{Text Height and Vertical Margins}
+% A top margin of half an inch looks good to me. As a first
+% approximation for the text height, simply subtract all the header
+% and footer stuff from the paper height. (Subtract
+% \verb:\topmargin: twice for the sake of the bottom margin.)
+% \begin{macrocode}
+\setlength{\topmargin}{0.5in}
+\setlength{\textheight}{\paperheight}
+\addtolength{\textheight}{-2\topmargin}
+\addtolength{\textheight}{-\headheight}
+\addtolength{\textheight}{-\headsep}
+\addtolength{\textheight}{-\footskip}
+% \end{macrocode}
+%
+% The text height must then be corrected to fit an integer number of
+% lines. The first line has height \verb:\topskip: while all other
+% lines have height \verb:\baselineskip:. Thus subtract
+% \verb:\topskip: and divide by \verb:\baselineskip:.
+% \begin{macrocode}
+\addtolength{\textheight}{-\topskip}
+\divide\textheight\baselineskip
+% \end{macrocode}
+% The \verb:\divide: command performs integer division, so
+% \verb:\textheight: is now \meta{number of lines}\,sp. Store the
+% result in a counter to get a \emph{bona fide} number.
+% \begin{macrocode}
+\@tempcnta\textheight
+% \end{macrocode}
+% Now we can calculate the text height: the correct number of
+% \verb:\baselineskip:s plus a \verb:\topskip: for the first line.
+% \begin{macrocode}
+\setlength{\textheight}{\@tempcnta\baselineskip}
+\addtolength{\textheight}{\topskip}
+% \end{macrocode}
+%
+% Again, the ``real'' top margin is
+% \verb:1 inch:${}+{}$\verb:\voffset:${}+{}$\verb:\topmargin:,
+% so subtract one inch from \verb:\topmargin:.
+% \begin{macrocode}
+\addtolength{\topmargin}{-1in}
+% \end{macrocode}
+%
+% \begin{macro}{\cleartolastpage}
+% The \verb:\cleartolastpage: command clears the page, checks for a
+% star, prepares to issue a suitable \verb:\thispagestyle: command,
+% and passes control to \verb:\cleartolastp@ge:.
+% \begin{macrocode}
+\newcommand{\cleartolastpage}{%
+ \clearpage
+ \@ifstar
+ {\def\TwoUp@blankpagestyle{\thispagestyle{empty}}\cleartolastp@ge}
+ {\let\TwoUp@blankpagestyle\relax\cleartolastp@ge}}
+% \end{macrocode}
+% The \verb:\cleartolastp@ge: command stores the first optional
+% argument, \meta{div}, in the temporary counter \verb:\@tempcnta:
+% with a default that depends on the \verb:twoside: class option.
+% \begin{macrocode}
+\if@twoside
+ \newcommand{\cleartolastp@ge}[1][4]{%
+ \@tempcnta#1\relax
+ \cleartol@stp@ge}%
+\else
+ \newcommand{\cleartolastp@ge}[1][2]{%
+ \@tempcnta#1\relax
+ \cleartol@stp@ge}%
+\fi
+% \end{macrocode}
+% The \verb:\cleartol@stp@ge: command does the real work: store a
+% copy of the page number, \verb:\c@page:, in a temporary counter,
+% divide and multiply by \meta{div} to round down to a multiple of
+% \meta{div}, and add \meta{rem}.
+% \begin{macrocode}
+\newcommand{\cleartol@stp@ge}[1][0]{%
+ \@tempcntb\c@page
+ \divide\@tempcntb\@tempcnta
+ \multiply\@tempcntb\@tempcnta
+ \advance\@tempcntb#1\relax
+% \end{macrocode}
+% Now \verb:\@tempcntb: leaves remainder \meta{rem} when divided by
+% \meta{div}, but it may still be smaller than the page number. If
+% so, add \meta{div} to get the next number that leaves the same
+% remainder.
+% \begin{macrocode}
+ \ifnum\@tempcntb<\c@page
+ \advance\@tempcntb\@tempcnta
+ \fi
+% \end{macrocode}
+% Now \verb:\@\tempcntb: is the page number we want to reach.
+% \begin{macrocode}
+ \loop\ifnum\c@page<\@tempcntb
+ \hbox{}\TwoUp@blankpagestyle\newpage
+ \repeat
+}
+%</package>
+% \end{macrocode}
+% \end{macro}
+% \Finale
diff --git a/macros/latex/contrib/twoup/twoup.ins b/macros/latex/contrib/twoup/twoup.ins
new file mode 100644
index 0000000000..8a37cb0f2f
--- /dev/null
+++ b/macros/latex/contrib/twoup/twoup.ins
@@ -0,0 +1,36 @@
+%% LaTeX2e file `twoup.ins'
+%% generated by the `filecontents' environment
+%% from source `twoup' on 2007/02/26.
+%%
+% The twoup package, version 1.3
+\input docstrip.tex
+\preamble
+
+ m This is the twoup package
+ o Copyright 2005-07 by Mogens Lemvig Hansen,
+ g Please find my e-mail address in the left margin
+ e
+ n Run twoup.dtx through LaTeX and read the documentation in twoup.dvi
+ s
+ @ This work may be distributed and/or modified under the
+ k conditions of the LaTeX Project Public License, either version 1.3
+ a of this license or (at your option) any later version.
+ y The latest version of this license is in
+ j http://www.latex-project.org/lppl.txt
+ u and version 1.3 or later is part of all distributions of LaTeX
+ . version 2005/12/01 or later.
+ c
+ o This work has the LPPL maintenance status 'maintained'.
+ m
+ The Current Maintainer of this work is Mogens Lemvig Hansen.
+
+ This work consists of the files twoup.dtx and twoup.ins
+ and the derived file twoup.sty.
+
+\endpreamble
+% I think that \path:twoup.sty: should go into the directory
+% \path:tex/latex/misc:; however, \textsc{DocStrip} will not heed my advise
+% unless your configuration file, \path:docstrip.cfg:, allows it to.
+\usedir{tex/latex/misc}
+\generate{\file{twoup.sty}{\from{twoup.dtx}{package}}}
+\endbatchfile
diff --git a/macros/latex/contrib/twoup/twoup.pdf b/macros/latex/contrib/twoup/twoup.pdf
new file mode 100644
index 0000000000..e949c0e963
--- /dev/null
+++ b/macros/latex/contrib/twoup/twoup.pdf
@@ -0,0 +1,2652 @@
+%PDF-1.2
+9 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F1
+/FontDescriptor 8 0 R
+/BaseFont/SGCLXF+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/ALVEFD+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/DUUIRW+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/XYVBHG+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/MEBKWR+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
+24 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F6
+/FontDescriptor 23 0 R
+/BaseFont/ZUGNWA+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
+27 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F7
+/FontDescriptor 26 0 R
+/BaseFont/LZKXAZ+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
+30 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F8
+/FontDescriptor 29 0 R
+/BaseFont/ZMIMIP+CMSS9
+/FirstChar 33
+/LastChar 196
+/Widths[325.6 513.9 856.5 513.9 856.5 779.3 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
+325.6 799.4 485.3 485.3 685.2 686.7 686 656.6 743.1 617.3 588.7 685.2 726.8 287 486.1
+715.3 560.2 898.1 726.8 759.3 657.4 759.3 665.9 571 702.2 706.8 686.7 972.2 686.7
+686.7 628.1 298.6 513.9 298.6 513.9 285.5 285.5 493.8 530.9 456.8 530.9 456.8 314
+513.9 530.9 245.4 273.9 502.3 245.4 816.4 530.9 513.9 530.9 530.9 351.1 394 371.1
+530.9 473.8 702.2 473.8 473.8 446.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 560.2 856.5 799.4 629.6 685.2
+726.8 742.3 799.4 742.3 799.4 0 0 742.3 599.5 550.9 550.9 836.4 836.4 245.4 273.9
+513.9 513.9 513.9 513.9 513.9 686.7 456.8 493.8 742.3 799.4 513.9 885.8 1000 799.4
+245.4 513.9]
+>>
+endobj
+33 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F9
+/FontDescriptor 32 0 R
+/BaseFont/GDJFNW+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
+36 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F10
+/FontDescriptor 35 0 R
+/BaseFont/XACKLW+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
+39 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F11
+/FontDescriptor 38 0 R
+/BaseFont/VZHELS+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
+42 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F12
+/FontDescriptor 41 0 R
+/BaseFont/NUKJUL+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
+45 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F13
+/FontDescriptor 44 0 R
+/BaseFont/MFDKBJ+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
+48 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F14
+/FontDescriptor 47 0 R
+/BaseFont/IUDBLY+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
+51 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F15
+/FontDescriptor 50 0 R
+/BaseFont/LMFEAM+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
+54 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F16
+/FontDescriptor 53 0 R
+/BaseFont/BVOUAK+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
+56 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 1376
+>>
+stream
+xXY6~T\ҜM] 4}PlQ wCrhn"p}!gLp!ؒvvX2鹒l(pMS1:iM`"}Kk|l;(4G%/Q]iUQ/fͤѢ\(渲iKe ɘL%J})4מUk59qIZlF|l6]YiY#ʫv}[<7]y}$4\sFs(dKe-R['|.
+hB`J(ݔ:R hނ"ACP:%,(N=dm\+V)eB](G <:ZHޫ(WIXaܩS? &$N9.h7NfW0ƀܞ*+fIw&vC77 \ BcgK.OB@Sr~!@FEh<:d #v$Toz6E Ad<#lţI
+q ‘0FpN oɋ:2'"4wr₾83ʞȑwDڧM䲉?!x1Ŏ|z43{{ Tu*N||1VlmfӮo Yd-roh&|]x_%ՓR q-bM׫U,Ҕvh~֮۾ΣTTAx^Ñmưޭuk-ܧEbu߾Tϳ"ћݹ71=lz }MM07]<DGoko֥S.18?UBқ&N_0(` >fOy~hv^cjr܍>Sج hDv1(.lPXI6{.5fFOv&s\_ؾoC<(j$>2y4cvd +ȃgkpB _tӣ1`
+KZ7w-Pw怇oȲHj}`Iux*]Ժ*oIx JYRx2ADDC)4I/C@QT^OUP*ZzxYo) ǗgYH`](cQ` ᘧL86Fù
+X60]^yB9wЃ<Ҙ(!ͼUV ܀U#7$+X,3^3 _/6u?
+endstream
+endobj
+58 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
+/F15 51 0 R
+/F16 54 0 R
+>>
+endobj
+6 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 58 0 R
+>>
+endobj
+63 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F17
+/FontDescriptor 62 0 R
+/BaseFont/JCTJHX+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
+66 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F18
+/FontDescriptor 65 0 R
+/BaseFont/VWUKLU+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
+69 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F19
+/FontDescriptor 68 0 R
+/BaseFont/IENZSP+CMSSBX10
+/FirstChar 33
+/LastChar 196
+/Widths[366.7 558.3 916.7 550 1029.1 830.6 305.6 427.8 427.8 550 855.6 305.6 366.7
+305.6 550 550 550 550 550 550 550 550 550 550 550 305.6 305.6 366.7 855.6 519.4 519.4
+733.3 733.3 733.3 702.8 794.4 641.7 611.1 733.3 794.4 330.6 519.4 763.9 580.6 977.8
+794.4 794.4 702.8 794.4 702.8 611.1 733.3 763.9 733.3 1038.9 733.3 733.3 672.2 343.1
+558.3 343.1 550 305.6 305.6 525 561.1 488.9 561.1 511.1 336.1 550 561.1 255.6 286.1
+530.6 255.6 866.7 561.1 550 561.1 561.1 372.2 421.7 404.2 561.1 500 744.4 500 500
+476.4 550 1100 550 550 550 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+0 0 0 0 0 0 580.6 916.7 855.6 672.2 733.3 794.4 794.4 855.6 794.4 855.6 0 0 794.4
+641.7 586.1 586.1 891.7 891.7 255.6 286.1 550 550 550 550 550 733.3 488.9 565.3 794.4
+855.6 550 947.2 1069.5 855.6 255.6 550]
+>>
+endobj
+72 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F20
+/FontDescriptor 71 0 R
+/BaseFont/IHPAHR+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
+75 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F21
+/FontDescriptor 74 0 R
+/BaseFont/XSQZZD+CMTT8
+/FirstChar 33
+/LastChar 196
+/Widths[531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3
+531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3
+531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3
+531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3
+531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3
+531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3
+531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 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 531.3 531.3 531.3 531.3 531.3
+531.3 531.3 531.3 531.3 531.3 0 0 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3
+531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3
+531.3 531.3]
+>>
+endobj
+76 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 2473
+>>
+stream
+xYKsWV-&
+b) [p|9.w
+IfqH/yĹ5w$އ+oǾ~Ȫ01TKhFf^C]ۛRKyi~R]<YȻRi|k2{[䛻 y
+
+'}[S)M7ӭBrv;*]Z^)Ddxt{zu8_8y8Fc,95XC ~#kͨ2в7z f/mXQjͻdS%x@>្I!:j6E_rԟ\ 8Kd'\)|s
+H^77ASAV݂ Z3/1OW\_}q*yjCZ>"g/IՉ@n] CgYWp@,ǹW, 1k2s1RSؒOMM6AS
+endstream
+endobj
+77 0 obj
+<<
+/F11 39 0 R
+/F17 63 0 R
+/F12 42 0 R
+/F9 33 0 R
+/F18 66 0 R
+/F19 69 0 R
+/F20 72 0 R
+/F16 54 0 R
+/F14 48 0 R
+/F21 75 0 R
+/F15 51 0 R
+>>
+endobj
+60 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 77 0 R
+>>
+endobj
+80 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 2148
+>>
+stream
+xXKWb luI ցđH, ԣo"UU#EkH)\=6 "D
+~Jo")U򲾉tÍ "̈́r}8Kte;UTw|"8d&tFߖzZUo mjږ*$l]ÍJA2 v@e7&a+_M4G$my~l6UW0]Ew+U;k *~:x:@VEdn_K>23c^%iUU#uVyJŕ r%hZpGwKD(vG &w^U/UUƷ>Uŗ
+xӾm{1R:-UӴCM"]+ǶG@|dvͮv[*>4wo!*k.K7% ܡcgÏ.JNZX6dڙHi ] s&е}_m!vWmA&Jdl C!cgƐ1$m^W8b]*
+|1$6yev^V9n^CL%23xo#,K%U,/O!?f h5 T/hzt ^0?N j/Z.o!I<RD6N_lz^7"M2*Vs׵rI35݃]e oADS&A~Ȩ8|[{OQޕK8TEOق 5]9kP0[-N4j\DR͡e[ת|\:XYel]RvVģ[FRCU+e2]]BtcMpclKgJt$]>귗BYܧ^A&Ž!: L0Ql_>V7'Tp-PA
+~1=c\+oJAt"[\Wx灉ŶSL{|$<uPLӪ`hb/^&cЊ[$t^=oy\~R͐\Ha}l0|"7fჃ3kؤ⬊hRư)!^~[p/
+endstream
+endobj
+81 0 obj
+<<
+/F9 33 0 R
+/F11 39 0 R
+/F12 42 0 R
+/F18 66 0 R
+/F17 63 0 R
+/F3 15 0 R
+/F20 72 0 R
+/F16 54 0 R
+/F14 48 0 R
+/F15 51 0 R
+>>
+endobj
+79 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 81 0 R
+>>
+endobj
+86 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F22
+/FontDescriptor 85 0 R
+/BaseFont/HZJHBF+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
+89 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F23
+/FontDescriptor 88 0 R
+/BaseFont/KRWXYO+CMTI8
+/FirstChar 33
+/LastChar 196
+/Widths[329.2 550 877.8 816 877.8 822.9 329.2 438.9 438.9 548.6 822.9 329.2 384 329.2
+548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 329.2 329.2 329.2
+822.9 548.6 548.6 822.9 796.5 754.9 768.1 809.7 727.4 700 830 796.5 412.5 562.8 824
+672.6 961.1 796.5 822.9 727.4 822.9 782.3 603.5 768.1 796.5 796.5 1070.8 796.5 796.5
+658.3 329.2 550 329.2 548.6 329.2 329.2 548.6 493.8 493.8 548.6 493.8 329.2 493.8
+548.6 329.2 329.2 493.8 274.3 877.8 603.5 548.6 548.6 493.8 452.6 438.9 356.6 576
+493.8 713.2 494.8 521.2 438.9 548.6 1097.2 548.6 548.6 548.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 672.6 877.8 822.9 741.7 713.2 796.5
+768.1 822.9 768.1 822.9 0 0 768.1 658.3 603.5 630.9 946.4 960.1 329.2 356.6 548.6
+548.6 548.6 548.6 548.6 884.5 493.8 576 768.1 768.1 548.6 946.9 1056.6 822.9 274.3
+548.6]
+>>
+endobj
+90 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 2867
+>>
+stream
+xnmhUa$;n$H I΁J6aHnO[H/ݘ U_zM,xsl>^Rn2a9fHFT=^m@FsŃJ#[T1:uۢᩭ'P3O89-}N-^>6myWf+ H1_0jv'DMJNj
+\:󁶸xP.(f.k@6eN]a3r$D@a8ot͕@hs tUO$k+Y2%518" 4bN{䒌Noy7矁#<|C7e'>w
+JTTqDF3cd|I$ld"̌M (?d/
+쎜#*ش:|*bN_Zɱ&: /wj[_]
+=eeeBow ."*Tofdso!p2N~@97Lu̳Ķ6A<Ni0o?9cb*AʚR&:U% R {|
+4AO!޽".֩[ ]"R}'qIt`t8:ƻJ\jy a呧o3*V]{ߴ<aY#XEK@d%]FC]wwY @hQz{N&-|d
+YUxʼ8ŻQ -gy_#
+އ)B 7{Ysd\_YW
+g
+AOXIP%Xم~_ X:}pl.r,SGr6:8Q+T$B<&"n#C76!nMڄ|-8 g%pq$I{Ӟ1( u^OO Úc`9Ue2B-+
+FUؾ,dZceѡ
+5L*]&;Pk{8^С=(H^ z6)=O}Q' ŎY^}qӲLKufᄞq^B`X VQT`mO`m tA;@H va5O=B(y߂
+Y,p\Y6|RR
+4oB݀T5nRE{{IXQp@c޻OUM,|:6 Y)?A&G{o1 K|
+endstream
+endobj
+91 0 obj
+<<
+/F11 39 0 R
+/F18 66 0 R
+/F3 15 0 R
+/F20 72 0 R
+/F12 42 0 R
+/F17 63 0 R
+/F9 33 0 R
+/F22 86 0 R
+/F16 54 0 R
+/F14 48 0 R
+/F21 75 0 R
+/F5 21 0 R
+/F23 89 0 R
+>>
+endobj
+83 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 91 0 R
+>>
+endobj
+94 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 2457
+>>
+stream
+xYIW-j5G\%ŧ spyM7{F--o<@~|X,vC.-qY,V}U.fq{عǟv|.cݞw)g&`~SE=E/?(.hAfnB5N詧oFqw7~4^]g֭$Ϗ{a'l9Lu-lO"/% h#/xwetmtR,50'K}Ң~Bq%>6U'ZItɞub%۟{/vCϻqӍOEn^/PiNvjs(-sCj릷ݞ^mp;^%2h
+KM86}"gHY{Arɒ"<fJdvydqk(4K|)[B&o&Pʑ<Ѩ6d0ڷa_&nA}߽AQ ';\(~K1[zYE}W:S)GntP er|~5:<)rj2;[nQN,{·'RB[`f)7+<3(Q(Y
+g1I:E&,8%͘ m'̨)PE٢g+ʹ|7jf X]؆^碳̇[^R3E+Ɨ-Fp>KP@"B^s6/C'rƃ(FzЉ8A>۬ M, <HUQ*_Cˎ(F?eAEM՚`r 1V&!Onݹ=@'S}7wN}?><$OCnCmQ1@R?&c2yU:A60N
+Ei[X6̘ 1kfC04[i\`::V˔༦~ڣl} ߊ9
+"vQ4CJ6ÃaP0 n^7l\I`]SNw
+Ƕq쌾x#
+ojd^Eݷ%ګ ^@Ζg
+ 01/򐗯pa4Ye6n3 ^29=hã42h}
+B0!{h98G97v
+y`8cS59y#!A#q/ۦ4:@ y!w;VvPp zlH DK*r7!API
+a_b
+yR蟔~›zgztY=eQyp+dm`5G!~q3B\zMQ|V!d8,LR
+endstream
+endobj
+95 0 obj
+<<
+/F11 39 0 R
+/F18 66 0 R
+/F3 15 0 R
+/F20 72 0 R
+/F17 63 0 R
+/F9 33 0 R
+/F12 42 0 R
+/F16 54 0 R
+/F14 48 0 R
+/F15 51 0 R
+>>
+endobj
+93 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 95 0 R
+>>
+endobj
+100 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F24
+/FontDescriptor 99 0 R
+/BaseFont/AFHNTB+CMSY9
+/FirstChar 33
+/LastChar 196
+/Widths[1027.8 513.9 513.9 1027.8 1027.8 1027.8 799.4 1027.8 1027.8 628.1 628.1 1027.8
+1027.8 1027.8 799.4 279.3 1027.8 685.2 685.2 913.6 913.6 0 0 571 571 685.2 513.9
+742.3 742.3 799.4 799.4 628.1 821.1 673.6 542.6 793.8 542.4 736.3 610.9 871 562.7
+696.6 782.2 707.9 1229.2 842.1 816.3 716.8 839.3 873.9 622.4 563.2 642.3 632.1 1017.5
+732.4 685 742 685.2 685.2 685.2 685.2 685.2 628.1 628.1 456.8 456.8 456.8 456.8 513.9
+513.9 399.7 399.7 285.5 513.9 513.9 628.1 513.9 285.5 856.5 770.7 856.5 428.2 685.2
+685.2 799.4 799.4 456.8 456.8 456.8 628.1 799.4 799.4 799.4 799.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 799.4 285.5 799.4 513.9 799.4 513.9
+799.4 799.4 799.4 799.4 0 0 799.4 799.4 799.4 1027.8 513.9 513.9 799.4 799.4 799.4
+799.4 799.4 799.4 799.4 799.4 799.4 799.4 799.4 799.4 1027.8 1027.8 799.4 799.4 1027.8
+799.4]
+>>
+endobj
+101 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 2296
+>>
+stream
+xڝY[ ~K'̊+^tK&iOfLtDkqmeuD&/@Plld
+t4蹰 ۀEz ryKyC .fnRB}\]xCI-p:>Wl(2K
+s~E@l1Pќ8ًƍK>
+Jkb7 IҞ sz
+,X"SU$ *+M\"I(lq0
+S?1<G 2ENߌj3ד*bϟテ@:Bb~x,=3 &B*{MrS$C,q&bb2*\0Q%ݖiHo̭貰c
+H z3E"Aq4S".i!ci?=N ) %"an˶-D(dXShqXr>9qLOĔd˃;,=SH3g)7U* 6koфd 1&0}R&Ѩ
+\꽦 =D4qgK|%B۰{;Zfpj]j;~t픸ӕ@<qk0n 3YBdWH-;IPR{e셂sDŽQU"±]r r|QҋƅJ;`<r|"TD~Tn,p ?;YiYq=o>!OiZ
+r<vcp(W-YҼ@f!\%[>_8
+#'^gtYp,v;GC/^$!6s]/ed'
+)~q
+An
+ {$ i
+4x.h3,I:8B#l*'p;e~r}vNB,JC2s ڦZ W,,*'@Sm*3e0.mV0=`_\pƯ6Fm nEz/c(\ i%cG2^k/!]_h-\\?~T e
+?/4N > T
+ǵP֬)Թ݁A~p(<oPg
+endstream
+endobj
+102 0 obj
+<<
+/F11 39 0 R
+/F18 66 0 R
+/F12 42 0 R
+/F9 33 0 R
+/F17 63 0 R
+/F24 100 0 R
+/F8 30 0 R
+/F22 86 0 R
+>>
+endobj
+97 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 102 0 R
+>>
+endobj
+105 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 1584
+>>
+stream
+xڝXK&W蒲"nN</IUC& ;^%4ެ7C1֬GIn>hBѳ_L4^BI, fD
+oo?&Dgd0b /]wu Y^=.cJ#%Ͼ.ˬ:65iUpP;&d;YhJSrƚb)݆%BmӬ&&$JIǪ6L1_PLrlkd\EbJkf!"1if$"8veK\eyE֪?.>p_ӷ:27 sBUہʏ':l++k,q+"C{r{ݮo,9miJ/<z|,`Hn|rr}ޝ֖uG2[߀rMw w #zkP5(kiUW۵PR<*+ 9z$H6[ŋfwJo*_
+7!k:!Cg<:3hpFC#$&$e4_ǷAp\3 ף>zfInIoP'PDd( 4MdajE>a&#_ hLhgT{jD-
+PW:xEf8>hlz DJ#ʔ4`yҎbV#fx\x-g\Ĭ@j:CyWnŏ/,14|Ic0F-00ź??̯jilnվn[{lzocjV Kﹷ6;, ' mVNOiL u$
+7(t6k?/L'D1Ǥ4CaW6
+7}7,
+g}eVȅo-_-6Y%Zц^~XOA16` "X_,4 ǵqS{^$hFWv̊1e*Ģ [w6"jІ0#؄m֖/^ yU
+UHHݍH)R2^X] ID1bn>7G4GQ?7L6!aIefٕpӴI0.pWJ4mn˶32+
+6gA8(ٻoWI2m2B\nb?SfS/U9a
+a%Ï>܅\#G½5$O8C \|ݹ:U<nm P!IJ1da$MiJ(O"mnHT"o0ľ~ݚ'(4Y"sB~PRz^3e
+endstream
+endobj
+106 0 obj
+<<
+/F11 39 0 R
+/F18 66 0 R
+/F17 63 0 R
+/F22 86 0 R
+/F12 42 0 R
+/F16 54 0 R
+/F14 48 0 R
+/F21 75 0 R
+/F15 51 0 R
+>>
+endobj
+104 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 106 0 R
+>>
+endobj
+109 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 1668
+>>
+stream
+xڵWێ6}W
+@BIT
+$1UweC)I̭;Mq mҋJ|<%$ۍYkviWDt]شu-&df',*Gۀy@;c?g8(rOiRĜWrS^5DnX(~P j#g젹jݽН(QKgzBo}N:^z fa|6_)ڕݝH)B6f FgqY>20]쑥-N0JW$ݼWCI7'lŢWQw! .iX ?adYi{{ouK<4QvI,M;v_~> '&CyH}_4 )Gq !.ŀ
+CppaŁ/5pC|4wlE"0 2Jןff |Z~G1A-Vp
+e# Z C<9g~朹nPpDA?Z.\gٶ 4!RnM꘷f@5- :A= sRXTҔʎnQ4%bR42> ^Sx _ؾf/JEr9?5 ˏO#A߬
+ٌ@Z ohl%[ UNtN Maη-J&5 ! `m~2ȱ2 Si)]hD
+x1Ⱥ+T-n? ,pڂ/E Wrރ0<qD(
+{U_JsZ $O+QK53% ɞ(z$!$MB,߉!Krncxq3q0H8mp
+endstream
+endobj
+110 0 obj
+<<
+/F11 39 0 R
+/F17 63 0 R
+/F22 86 0 R
+/F12 42 0 R
+/F18 66 0 R
+/F9 33 0 R
+/F10 36 0 R
+/F20 72 0 R
+>>
+endobj
+108 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 110 0 R
+>>
+endobj
+115 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F25
+/FontDescriptor 114 0 R
+/BaseFont/ICZTHF+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
+118 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F26
+/FontDescriptor 117 0 R
+/BaseFont/NKQSBH+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
+119 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 2141
+>>
+stream
+xڵYKW(#HJ${ In/&AVBے 4oz鱻{;*_A8w?q(.0)DJ07O7'!2kDtvz+iHD+"QT§ƒ-hE%v_"3.5z$rsmޗ]S-,E:rZKXB谠MyׄyvFmhR9:zۥ"f|ؽnz+ qbP(*Mdە\ f"m+,̵\|Jo+'[IX?})>mUV>4_X-Ta7EKͮ_.Z1>}@c^ۯ5lY.^tC[ ܊Z|j{7+h톯 GNY*A2`c#:\]њ:pӘM\su۱l^m MX|-MskNHD mR` ,%2@}[[:I(D/o9Nη.QM9T< {եO
+Ǫ4oͫ;t`HCU{+{|v}6wy<8A 42aW?@" SD"h}q`ΰKf3*5ш4;zr%/ `LHV/Rr_&Y>RMqKAS_ ]jo}o>AYL)d: F~a_7`*Đ5m&%S5$
+ᚰZ.hLI/;Ŧhd*P*KەgdBa䖐:ݮlh֖;<D"r:#C_1钄]d;SԆ#Ūn&Hj>L|6L`鐺bk6\2AUwuL2>͡w$˘HNth#_ILԔK ?(6DKf%2na=3<z̈n 0cWzԄ'
+endstream
+endobj
+120 0 obj
+<<
+/F17 63 0 R
+/F22 86 0 R
+/F11 39 0 R
+/F18 66 0 R
+/F20 72 0 R
+/F25 115 0 R
+/F26 118 0 R
+/F3 15 0 R
+/F16 54 0 R
+/F14 48 0 R
+/F21 75 0 R
+>>
+endobj
+112 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 120 0 R
+>>
+endobj
+123 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 2087
+>>
+stream
+xڽYm_! kVDJ~I\ R4h|h8m'$s vbe8:X~|7qj1Ye"X}cfX&Y<շ d""n8YyNǜM/< yW~,ILQm@n!dv:6tr5՗#Xc, AbF*WQMIN2Ĭ tWWH~1cp2ם9==4RG=f,)&jws(P"ژu9%7%L|V]^5Y3YV2%HO,2ɤan2 ,wH'A<%"΃o1ɇm`>b>~>eMl)G^Ԯ1zQu{~?=xOycO՞oJwg?"[음E^4~ek+^g.aصYLh̅\)\t}icO9-B?ƴ%}&RRč0YJ:lj$q̠118Ֆ mkS"'~RDd#QӐAF78/XVolxJ`^5&8+̗tS.l.qKT;mg{]鞦rMI#f{5&ggqp|_N5P@V!Hq0&x`7 Ӟ8L|`@)if",f}ŜjtYfSr 'F'Odyxi ~
+7A
+סBt:"k4b
+h27^=+
+O< n88T>%\ldIa[I[,ejQ964i_!$
+I*|
+endstream
+endobj
+124 0 obj
+<<
+/F11 39 0 R
+/F12 42 0 R
+/F18 66 0 R
+/F17 63 0 R
+/F22 86 0 R
+/F20 72 0 R
+/F10 36 0 R
+/F16 54 0 R
+/F14 48 0 R
+>>
+endobj
+122 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 124 0 R
+>>
+endobj
+127 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 1885
+>>
+stream
+xڥYKD+T
+S\p+K.IMN%[؛</{`؟_?<XM,<,YF[a)HBZiϛmQzCBQ5a}R2lw2 b%(ВeY Y,\#"\td3LڟX/=n75g" 朳RRJ0hh":fƝnJ.8L;8ɜ'E~6i:&Dzvĭ5]im{Z.tfXGɾOC5?H;FFzSCƞ&@=*IG K$C.-mҡD7`ck3"&cwfAk="$[QU!XwCHʏ,{ ɤ b_}y\Aڽ&iCq#Zf1}[ LqIO+=$&eIg?6KvY'G'qpF+6o=FD>5TH}~!=`HãW0!y98<S/G
+S\)[sK&Y@ 9u Cɍe]#-݅alљI3΂/wjcH}E^
+pS]b\V<s* .iEŶshdh\6&/ $R: !8S
+O
+%i ܧp1t@LL
+!B?+V⃭?\͹tޫ)B@ppw4,ڛ~wyxLݺ9HG
+ߺ9#xhl<!l8q\7u9s:Q]b
+i$Nք / <whP+aX*Qir4LFAG!0.Ooq2&-z1n3blѡv0
+endstream
+endobj
+128 0 obj
+<<
+/F11 39 0 R
+/F17 63 0 R
+/F18 66 0 R
+/F22 86 0 R
+/F10 36 0 R
+/F3 15 0 R
+/F20 72 0 R
+/F16 54 0 R
+/F14 48 0 R
+/F21 75 0 R
+/F15 51 0 R
+>>
+endobj
+126 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 128 0 R
+>>
+endobj
+131 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 1740
+>>
+stream
+xڵYKo6W-ј_T-@{=mr-9!{ْXQh͐( g3s?0%(f,(EDo9|ADXgvU(6B*/geW,OL&8J9 PowA'0|ooײ͊ڇ|h6E%#mjقa:[`kň$z?*>Z;pѴJ@+1P"4P6KE``xrRTUjޖ*+JɡoXqC#'4U+%F{W7ˇ$M&K
+Q3CՍlK`U>k^~vÃ+8b]ȟrs> PE궵&qUikw
+ G'v'N'[ן_i@ ek(ç/5U
+endstream
+endobj
+132 0 obj
+<<
+/F11 39 0 R
+/F18 66 0 R
+/F17 63 0 R
+/F22 86 0 R
+/F3 15 0 R
+/F20 72 0 R
+>>
+endobj
+130 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 132 0 R
+>>
+endobj
+137 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F27
+/FontDescriptor 136 0 R
+/BaseFont/UQBPBL+CMMI9
+/FirstChar 33
+/LastChar 196
+/Widths[639.4 477.1 609.5 852.5 529.4 374.4 671.1 1027.8 1027.8 1027.8 1027.8 285.5
+285.5 513.9 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 799.4 513.9 799.4 513.9 543.7 770.7 777.7 733.6 847.5 756.3 656.2 804.8 850.2
+449.3 566.3 870.4 699.4 992.9 821.6 782.1 656.2 810.6 777.6 627.9 599.6 699.1 599.4
+970.5 849 596.5 699.2 399.7 399.7 399.7 1027.8 1027.8 424.4 544.5 440.4 444.9 532.5
+477.8 498.8 490.1 592.2 351.7 420.1 535.1 306.7 905.5 620 497.5 515.9 459.2 463.7
+478.8 371.1 591.4 499.2 736.6 582.6 506.2 478 334.5 391.6 653.3 513.9 285.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 627.7 856.5 782.1 713.6
+760.6 850.2 799.2 599.5 685.2 631.1 0 0 792.1 658.7 579.2 530.8 455.9 416.4 450.6
+513.2 481.1 363.8 592.2 599.5 619.2 506.9 450.6 588.2 529.4 587.7 452.4 556.3 611.7
+640.8 670.5 285.5]
+>>
+endobj
+140 0 obj
+<<
+/Type/Font
+/Subtype/Type1
+/Name/F28
+/FontDescriptor 139 0 R
+/BaseFont/FJXAQQ+CMTI7
+/FirstChar 33
+/LastChar 196
+/Widths[368.3 603.2 955.6 880.2 955.6 896.8 368.3 485.7 485.7 603.2 896.8 368.3 427
+368.3 603.2 603.2 603.2 603.2 603.2 603.2 603.2 603.2 603.2 603.2 603.2 368.3 368.3
+368.3 896.8 603.2 603.2 896.8 865.9 822.6 838.1 881.4 793.3 763.9 903.8 865.9 454.8
+617.1 895.3 734.5 1042.1 865.9 896.8 793.3 896.8 852 661.9 838.1 865.9 865.9 1159.5
+865.9 865.9 720.6 368.3 603.2 368.3 603.2 368.3 368.3 603.2 544.5 544.5 603.2 544.5
+368.3 544.5 603.2 368.3 368.3 544.5 309.5 955.6 661.9 603.2 603.2 544.5 500.4 485.7
+397.6 632.5 544.5 779.4 544.5 573.8 485.7 603.2 1206.4 603.2 603.2 603.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 734.5 955.6 896.8 807.2
+779.4 865.9 838.1 896.8 838.1 896.8 0 0 838.1 736.5 677.8 707.2 1060.7 1075.4 368.3
+397.6 603.2 603.2 603.2 603.2 603.2 953.8 544.5 632.6 838.1 838.1 603.2 1028.2 1145.7
+896.8 309.5 603.2]
+>>
+endobj
+141 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 622
+>>
+stream
+xڅTn0+t&CI):L"đ ZC|q
+]mXi4s\h5 o!n]נsɱC>5<۾[E9RcV$݌ (p0"|дuCdv =>.B>X(P&:;;i% m*(0g1Hs)Cg .JqpEz-1@3#fFIs10&%!PHPl, ԃXa%(lf)LZGk<1[ynF_{2Bm˦߬Sө$&ϢՉ2zj(SgXyv=ȬD_@ 6?3NQNVD1#"*]>43Ȃu { xVVqа\?
+endstream
+endobj
+142 0 obj
+<<
+/F17 63 0 R
+/F22 86 0 R
+/F24 100 0 R
+/F27 137 0 R
+/F8 30 0 R
+/F9 33 0 R
+/F11 39 0 R
+/F20 72 0 R
+/F28 140 0 R
+>>
+endobj
+134 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 142 0 R
+>>
+endobj
+8 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-33 -250 945 749]
+/FontName/SGCLXF+CMR17
+/ItalicAngle 0
+/StemV 53
+/FontFile 7 0 R
+/Flags 4
+>>
+endobj
+7 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 863
+/Length2 2419
+/Length3 533
+/Length 3038
+>>
+stream
+xy<CY!bJc0-".oc_TNdYB$kNYns_?<zGZF^KHD<B[#P
+" d7?[t}A2&h7 )T
+ ,о}['PY@ dKA,>Ǭ Mct^P@%ph?-?`iG#~OZD-o!
+24ۨHIˍ +GYk.$[8_iBG&yX3Z[R՗Xl"t`۰{G~#zxˑWCv]6+bs+M[g翎P5'n.YRγfzB~G ʺJj%6Bqv2زA MYsvvjEY,Xz
+z}n2][0n3QD<zJ'Ţnzb%dr״chu|eV\՚ gx|79"N1<אOΖyQ&1S͖36.l2^V ,|QD,PfkFkcJ+󽏇qM"T43 !{-'(9&K8x3 pgԹkEt%#Mfb#>9ݴ~pi|êX駮okyīAXtQ\\}ۥceִ^?yij1|2afP<Y-A<Z٢ qMˮ:UsasT1/QBg<7}-@H=vAkTղ{#PdytcS {!̂[4Ԭ0sk)ϛY¹О/.3q`_eLF*'<oda hԜўS@ߧmn&AҳnC;-sA9<6 b6kpn$]\Q\p08?XƧi06zf5E
+^4Ryij (䑥<V %z8çY:Bu~^|4`*n%tBؠv~sO?Ysr]qn&:"bDsymAj1>wZo{N5ѿ,&rD)ؼDDjms쫶\8vCDUT',=CɸƏ4SMҗj+%ŝxzO+S)Z+\z]5{x8 j>4}ot*_i:#dh}%L<oQA{U :X&܃;A繗pfXAڔtjwO*ŚtUu4
+8-.+D;։7
+j:X,Ǜ&r{
+/r5f,X{?ܚcJ4eS,9.sI10JS@teOrdYMrC_ϱNx1~8ZP畯kxiCL^aT1j1m¦AJqmM(W*|y6I,:㢺˕g xbsgSevڂl|qi`ܻBW7SJ.`o&#9]ve>f+!l\`͍!B9,LK;1;=-w۹._B
+M@<
+endstream
+endobj
+11 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-58 -250 939 758]
+/FontName/ALVEFD+CMSS17
+/ItalicAngle 0
+/StemV 76
+/FontFile 10 0 R
+/Flags 4
+>>
+endobj
+10 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 825
+/Length2 1546
+/Length3 533
+/Length 2138
+>>
+stream
+xRgXY%0F#^8CĐ
+d"Wt,0@"C…
+B
+@-28HPmŭ|#C0+? /
+HhB6$>AlTuVXf%؊
+s~r}V{Jh!Au${z NF\g޷(96{ DVLHU=M(ė/^̝nWQD%hYJ9d|vOߒgS~R 7 6f*7=!D;.8eѵi#;6XЋDX<jmSJWeKF•j6 -Yw ASn]ymUcî^lLۏZ#k*ߔg~:5M]# /D* \n#q崏;<vJ{QM\l%}j^&jsqHSG].߱^z,D=]O-GXC4ό/t:$kgMtFJlLXڂ5gI5 Te@59 y>dզTM6Bi{\b'Ĭg7ڝ95>yEv\
+$+9$'DҪ\ך2S|:8odHUBpY)̣Zl68k$ͥ6%B8Wq:aUJ۹JZW慅b3|,Bƾ)*=|vK`N&Wmji:}'VmJI4"}nq[^SVXi6J,n*S]A)Jۑ*;EjŸ"?<dj2|ޒ H;ZÜVzD:MFϮc5c'ulAK^VEe?qLN:-8B~$K~a]ѐ0Jq=YM;; o\-W풚z<`gq^ٶvדQ7-;ۮG9&msy)9ԪalgzTv0]ΊhlyAoUȸ &($o$,eTJvXIGt79^fw nA]B4o&33/GйU;F7 $_˦ ~ѣwբO +;FJ/Vwe[1nP$eĬxihfStȰxmκ:K`F!oJSZu!/?!C D(`|8kj
+endstream
+endobj
+14 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-29 -960 1116 775]
+/FontName/DUUIRW+CMSY10
+/ItalicAngle -14.035
+/StemV 85
+/FontFile 13 0 R
+/Flags 68
+>>
+endobj
+13 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 886
+/Length2 1189
+/Length3 533
+/Length 1824
+>>
+stream
+xUkPYj0(:0\D^I! QD%0JHtg: Ce
+PÅL*
+P*E8*1qj77 fnQ1Hd$L
+X()@|DP ax @0rRW|l" !IWآݶbB\`b`r(i)*c
+
+&j^@N!D!
+ %?B#
+@ (1[8so}۲Wslj & ٬J /e`AlPF0FX*u$B
+XHG4ۼֳ>C[%Nbfv"&Ln:o*Hp]oeP$W_o7L^2QDŽ~:vKRK=m]u/yeD3_%_i֮ ل όuCk e;ӽi}v@ϙ-{-g-O8e~eK;NpMmW/674F8LL茶=W2ӁZYCk$-NM%iK9jyآLqz=^/2em;L !4i v>3cI?C7_W嵪Ȍ]'Nc4!vn#o^ܺ?tUp+=UK*sL%-llm3]{UWUͶ[孇<3X\#6%cGZ>o?^,о2H{?״`uˎ)ɂᖾ9H0j _:cm]]]ƭi %=9xDrZwĝ&'Z F<}r(T
+wG|a}͗H,kdf;0jhJSՋ#wg ?mgri$Όz-GZOl.7hRt$:l{+uwo>LX7::gFi3S },yh(Vt>&5,ɧ*sHDsoLK[cWc>h[V^_iudϕ=άq, 2=KOұ}X<I6] ߮r?]<tu%$ِ4aВ1~I~hDOߠ2fCF4b= )>U8H/c}0!nm~︟YVku$rWnQ~u1r:CUդhtj1B&p=`t8p3cYM
+>XrL_}1WVuð.ԛma3<%xIeoX9sA@!bt襋Kg\9<-Bӷ:W O@i GyWW4+l]{`{p0՜åpllgT*_>@ݺcD4Ox
+endstream
+endobj
+17 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-34 -251 988 750]
+/FontName/XYVBHG+CMR12
+/ItalicAngle 0
+/StemV 65
+/FontFile 16 0 R
+/Flags 4
+>>
+endobj
+16 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1116
+/Length2 4989
+/Length3 533
+/Length 5731
+>>
+stream
+xgXS[)J HJ/БA HhґJA&HХt"ޥ3yu;_o9_o^TX@ & APpO:ɉU} 1
+
+)i `
+q-@Q_ ⪸8a_7Nq<qR ]~#y%$ )q,PFJ,#޾0u\d$B}H70<˦b<?h|78ah*̐:ʧ!s.2ft0ut(!]aUBR]T6K/ԏ]:/*<B[kC ڲKho[-/hwrn1ռql;yڱFwz9{<y踆^`J"G -#D.ui"l`FmamRam{A
+[%cu|A ]G%u7H=hu{T\WVr3insb^g^PN ˠA,2iԔ,V_,סVՓm,41OY=Btwu)ۄg߮+Ǿ8&ʲO4ftuK/_/Ax^ѢŝcCm %_Y+=d{;sصU_so:qaG'aOb]:欼IčZ|)V$gw6B
+Դ?8<Ȥ.!7$ĤUVS }aYu߿E'C2~[L"ȈG(ٝ*k%%-Ǽ?k-ņB؈lLQ :<h"]9gc: @xDꡤJrE!wGםzԾ
+mN6d[ʚ464~qG)N=~U~X>sG1ѻrrT@FJq[`la E>YdG`GMtٲz~ ~ hw:lx[ТnO?ɽVmt \eLY'Ƭ3g$' + XaPg++.HE;b7l"AA6N,e̞kS,x*K:mKJ7zj<WvH1W!Ol=d1m)[PMB)d dQOu[z'Tl;i""xo Hw" Fw̕Hw2-쉺-&
+GGo<a01WM,wucYkB7sZ7+(zZxM!nW#3VA{5'jT EiNC]w-gFo,h[R|1%_qȜ-,4H.A-
+$9H:+I9~г!]*vY0e[rAza N9e(n'r]*߶ff"Ɓ $U1k=jM*_kBsE{fPW8hEB{{IGNA[S25b'D&L<?r2->6h8c}bD&?̾~uO0S2L퀰/[Aqgrww+>dS٬28FiSEgM5B84;/T 9ΆaE}6 U<(_QKr fK\muSKF=~zs d0M
+Irn~sl
+L\[OHTJZ FWٸ>U.y~ž,V [Ę.y3a6'~l$6nʙ%d˯mۄf=uyS/Lձ=wn1ƈ]$͟K6f7}mFoCɬ;[x$ }.\`$}@NfOَϭYM;bq\%rc2:Xq ư><q* W!HpixF QS0j9$2=;EqDwe2
+ 9&hlEK/SJI`/@]9h=.,\Gԉb<J:;`9G$WYg(Im/]Ez?Hr}Y5^B<hɨ޽&ŨWSn |DX\\[l:\͈̅ztb-.J,16Z@BAJ>e#`Rb+okxDwW _#lI"j)a?p6*c}\Zl7yK[46Z4OY߲=R|5:TB-}@\vsgWitA5 [<&I5/=L= %Ɠ$UU mɖ\9|IrC[;ϰtL%,֔̌k{]wow8F83>BgW'?!kќLEԎ4QNJN]UH^e]3b4ʸ+M^9'Fq2^-QTqT`yY2|h
+o')3|2o3̊vnT Z)H "Lv gkw" 12 Ma}YvsҜ$EXG14nX:Vj[`_o{c 0+m ud2Qti#3/dYI
+;C-_]!m#,+1b)j<%bk$' gXE'^GyvX!56S0ߤ`Bh9?y=Zq5B^v 31G_˓+i?c H
+K ]kV|Pnaq~u~G~1DB;>lr%wa~ϋ=S۫KP|r<^:;<K4G+HES'!B=>4-OqVlK5+JWz
+ !"XAce1ِ4yPzAS5 Xn4wy3p(M.:dKs&øh{}(bryEק7%Ai_.ʺfQji^u}.OJx9?I #1,$m[ IF ˍ9 1Y݌t2sH!{TuM/Ѩt8Nq)҆DPd\R幗Dbܠ{XԜ!sQ֞7gTl~V <~rĺͷ(|9 Ԁen򗳚ݙuĊ1G
+
+v57exW4yGeܹi&a,eI)݆R%~P<*\@4eDz@O)@JiloO&ޱ!w ˨/GNT+9s O(ŝ]xζ~^$>#<.bvY)fXJ+{SzkiРƖ t2J1.Zұ
+:OY3I,^옐DaI}ηa:O[>&:
+f!0#T (-J׃;XM>Z>%'wa4ìڃq-dsbEr+wOx-\hgB~3 'OcPf` P,re qM,mՓ9իy}Mr CTBЧؼΩbe,"/]-C8L]]fݳSonʻ?[I %`S%ϊ:f$U<qS$ G]&'mJLrgD{oXbZl#] Ҙ^7bڞDau3x5I|#~xjw<o;fii"e*8y:)*=usM1hPKUf|Ƈ%J먲=^4yG]
+endstream
+endobj
+20 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-30 -955 1185 779]
+/FontName/MEBKWR+CMSY8
+/ItalicAngle -14.035
+/StemV 89
+/FontFile 19 0 R
+/Flags 68
+>>
+endobj
+19 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 831
+/Length2 1016
+/Length3 533
+/Length 1624
+>>
+stream
+xiTg%RE>P^;6ۈȀ6Zt}45VWCQhHphl6.%nA5#p$,FGi&&8%L1!sOrq
+Ku Q,`> P)
+j Y
+A%I#P:^ <ڄ&d rPӔ0 ~j E᪑#9JU$ɠV%jX
+(PT611'iv.hRs!1A(qF}3`Z&HZ 
+U{sˏY~hH9᮸fMߍevԢ9j(sէԒI["5c]՟Kd72)#/j뿗[HCUKgl4}Գoc6A͙'w-dKތfxpkZXדO:n zE~s|suN]c_kBM{W#[{crVG dOnl=Xա6Ϳ7]i_TQ]-4-۽T?EL_>X^KG̜cW(mɔC3RnVUg[: yȖ>ogydEi!-:ggݤVrC fVvz2ҐzefvcEpƒoXiWWlS ! ٧)}OC`v͗^˰n|x'uRb<7v/656I#3&):ni{A#SʃG+w:}ӢNtKB>-){QjKO%Z+.yYT?u,XjjSQ#|a5V"bO\8H. s]rGo1vlmYګi喴I&lIQX5/=c}_(^h[I$qmѷ(aHu
+g#ȿHSl
+endstream
+endobj
+23 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-58 -250 1195 750]
+/FontName/ZUGNWA+CMBX9
+/ItalicAngle 0
+/StemV 117
+/FontFile 22 0 R
+/Flags 4
+>>
+endobj
+22 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 847
+/Length2 2095
+/Length3 533
+/Length 2709
+>>
+stream
+xRk8Jc(4U!Ac&̇g&`
+ʡ!JE"J)X)ʙ$W9**`ڭvky~~^Md ZY\.X1w7 ҸL6˒
+p9 2tH,`0\g%OD0Vf~o0G &dY`~H4-ǶŭyD-/6- I`qAf0G͛9"1?o%&ǚ2L.=
+?3_*j`PQR=TD;P֡鬰 O{<W[f.hŽ,Y.|#&˥z-Yٯ'RJ3~p,T)++sKR]zO ć3s/ m
+LY a^j݋ki[`o )z^,ʤ?ͩ?6"I`NB}O;3k-P[etK]IgVIiͷ7dvW|As:uٛαdrEܵ1 j9wvwGhW{aQe>G:MĈDӥDvsp^fDl#dw4OOZLh\F L?׬ տ@Ŝ٤3yQB貟;V8\[.A7j[i@OYԍ{ҭ=?ϲ XM V(tXZR;EJ/BeIBFX0tI
+M/'G\L(ՠU'9
+ӧB^?"fW9F9"WT荠v<vXalܒ\lUU\W\CػHMWТxq{M!yi3QSI*ŕWfx¤.pN:v]4}I`˔˝~UWYE AגvL1Cxt4ܸ>rՏ俛^,Pua/~Ա R%5?FysY6Z\xgV\_g*Ck|]}ܟSS7ۙa/|t}D †
+ "aG CkVץ]^4]O5(Uי4 FV?2Kŗ +
+]oz,آ_Z91FZfސ3gT]߹@;&jj _=) !ԪjX_~qsG;!]3Fۑs
+iaVۭY8N#[̱}ñ8u2#5m%{oG!F8*?{Q r$I腮u.<$O8V| j[jstPPY+~C-!֛rC'`P8q,;hlt?|~K^a—VIoPrQ/C 5 $+B&`u 2~<'GiaSdoKBr*'y5碽
+iiZ~ulmMHSG+it7w?;!wR^]x?ruf4R`Χ學Dx[r1ăO2Iߦ?NL=)Ks\ ~P"zܛw3O;%W- t-]eԁNm_65JǺ
+!f҂ٯճzw[FZfp
+Ԫ3(!4uL$vw89^hHh7[{?PjpeS9U">JU~jH$Qy8H>՜Jd,`{]n4
+%L#H_`t)Gto%Tv"u*v<_ f]5[_龸9]jM{x|ldy(ƕ)³Y%6'RCH:x)/?&w A HHf뭎-W~3#u(r[j'UEԡqӬjNja]'kuu+6 v1,<Z8q=bGMoo!m֞+@a/*7U8S
+)#i`˲PW '7T6짙9&} N[G޿zgۡG%aELQ;$q"DSs;wjSK:Jc)vlQC_B4H?
+endstream
+endobj
+26 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-39 -250 1036 750]
+/FontName/LZKXAZ+CMR9
+/ItalicAngle 0
+/StemV 74
+/FontFile 25 0 R
+/Flags 4
+>>
+endobj
+25 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1094
+/Length2 4556
+/Length3 533
+/Length 5279
+>>
+stream
+xWXSk*A@z0t =@C!ޥJ.(UDUT&(L<gs<s7$7y׷Zoַ
+㈒P)"a`
+Ÿܰh
+
+D]| 4+H޶+ht
+PNv(2+ZufJ/k=͌y#_%ap2uTD/?IY9PHE9G9clDžNbf~(E<ӽ;>Uaeg B9VH9{hԁaߛ*!2N?m5ĊcgH[{Zhx/Iқeݤp2-qNbna,vlrr/Xs{}"#2$,4+xC8 ^)0dx:F=֖̃yCwZ6"ٖTg$U_L=źyVRM;|TP73iv79
+WO?I٪Vvaw&?xf╚I}$ee:#&&QeԗU i:vDmdz( .>HڂCrШh}?8wTv+GiN4ye'qLN,}9!&r3=wXjIeNJqs _"zOrBd[cu%9yÔhG9ٳPgq8uK֗c~sˬP̈́akoWn^Ebث !KZA7=9Zbf5YBnknhS'Y]65hdK| ?Sܯk(s-,O*t#샻Y̌˽RD e@5'[zT=Wlm)0oz .ER*Juӗ஘PJgDWlP8 v?Hd8Kj:=ÉVRzb9_`eٌ
+L~FVY3R4;5+庣G?uPkXh2f<AS|l<K"~V<Nw.m\ha[@0[8"<=_,|m {S2|]P\5m-L*yZP]tbvY]\/>J7th랱ƘMuhLሓ}1_٫6Wm8Y쌈
+􏴰,oWVO9sߔ_εmUdMHFIs+mmѾβ G|o۞:$yթUm;w>&mQo]}'ץGUS:}-(1:۩":36֗]]4>,ξXBg .cΜw0[k{oV-\KBU{Guv?]y Fyq ]Y#džκ
+̅A2]ƾ܊'0< R]r*?=|H%r߽KV|ckGK_ǵBkrv\_,m®cu?rZ fN 'DD: ՕrZmV$T:N߄| 7O|ϕHty<hiInZqQ'haHq¬ŃL5qe$OKm)I{?X(CGM *u=h원#W˃;[UN<3 9R@46:mɲڨHy3j]@ҖR1Ahόl| I릐P\(Ttwx` .'U7Rj'jNKN:W/H wJ}6݌&*dm^0g v.y9:HŎ5?GG ߚn"\gJkkw~yt8!x"
+tdbق--KS FWHrTgS;-ؼPg7PTl|B8Oʼ~{qR\I=  9}NoPu͸¼cMG)|L}ʼw%ئUPܶZuN=-A%\J+kD5\}r*0Hy~7]}M^
+L;0]VMw*75(ڻ'_To>{Ŏ&B&D~gz13z}OI15uf䕉L`[9%0SK,<q$݊LUyɅρVʠѴa#.gՐ@8^J+9:ˤ!}Vj^#Zh&AVE&m_ST7' ,;鱦RuR*t.Q&_aiU,خ]ET@gq!z}Rp:NBS)Sq}UCт eOM"ES O Wmc ;w=ndoȌW\[49zyj)EGm2QcQ <2{Cwx>X5Z/+Cw>buUS'O
+S1>6[m BE9)T V4 Kr۸{Wʭ>LwotR]Gʂ!n6 Kooi 6L}79e҅Cu"ܭCk^k ~Q5>Omd.)kiAbj/~ͽr6Ü ~aBRim; N=@CAnpj0u}ȁq</cq#8KU .lD)KC>^DjyZYxݤ'ѝL T=DqsB5>k@Mi&&끶j8;&qvđQtm撸TɕPӏ2z/u hfVROk6kO_j88JQ(8FDh5 gvRJ-.R,?~_:6#S#9iw>:WE Vk0w\-Ubxc>N]]@s"eDcᧁ[װ}kc#3E'3Y3,'zR;ʵnNIVuN ~iο]tO;Ur<Dy !h#Qck{FM[̦.U{΢) ŧc,U7We`bIk,@oirY
+<Ǖ2gXь"ո3ޥ-T?}D5ۈ$]ƺC ;Ht;DbsԻbK^KYo9,;b vSdD[),J}J
+)֗`[|<S Inw u9S9COp"IFOxG
+endstream
+endobj
+29 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-63 -250 1027 760]
+/FontName/ZMIMIP+CMSS9
+/ItalicAngle 0
+/StemV 83
+/FontFile 28 0 R
+/Flags 4
+>>
+endobj
+28 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 941
+/Length2 2515
+/Length3 533
+/Length 3164
+>>
+stream
+xi<ǥ(#D"#YX<dϖ}c6Y3L-: i#{$yT
+%Q5YuNys>~s.Ö6P] <A"Ry:onc  }2H(
+ . ("|8җެRt Fs $D(<`CB@J<
+
+ O#4/RkA!o?T8{xKeg^[MWRurH1zҬB7]b?7ɾ.*Νs  i;:P)EXYR5{wIgHDѬsMP²¨$Sm5Gwq`N|axIs _Y<<Z9yYp2.cI B+tDU5H19{t?Q'wmoU(,Ri){6}!k\ #7=NvXے*Qn`ŒSAT)kbZ;ڢ?9?faˌt</!wŴI?;c.3(l鱒 ;#v: 1{|UY~(eP񪴮5.Z̧1pѐSFR[CٝY Qnp=a 7 E6)V\>jEW0E8 n'r]mkUM<nnژٶ!æ) Y}wy^c<hl[H鏴 Lo7sb@*vp[ڞtG$^?Ht}N#P՘^+/?)ddhSGjn%$<+5P'nu0ps<(t]|#):Djh'H\
+w=|l?V󨧺YQsk<\N"g2]#@B$v0IоwIJAm[p=hwiao<U~9*:ΚCzaP67k֫~g$bDmQ=bV RrVxAպBYJ'd)p":q?EKPp2Ux/>QU2xT|ws_hZC5"aBjoI$-
+㹽 X`d^O`-W ۇZ
+@tg>G H"=>TܽEc*王N<
+M<^k)ځ4<Ea$ІrQ
+uNb0B3\icVS/h(Zkfz|7siͧRXrIZC! z;RnzwH+̄us6|KM{0qJI?Ŀ5~'4Q~ 7NzwEZ1Bg$ ;޻eԪۛ)ڌ[=F;ucEVTyvO^D\U7ڽ?ب2+Ius|S-Y<ɗ}\QHZ񖄟H~}IB]3B|+F/x0rG\:R^ O']صHkRbt(Kͤ-w-+\+FlQ`#2!0e޳Fn(*~ dդ\1j ^iضTځl@ FmfwqΆD]푗}7oXث|PE)w(:6؊nfNgnn2*4qЅK&D:)FN`z1}RZRyQLk\p釷wmݦovN.r^[nWf5hp0tKUI G{MZZ F2a]NP]xF#m_CxxM2%hjg#gOkmcטs.THWƪj}&;̸
+ x{=8hjuB}?wȵsC.&Tr
+Խ}D빦 r
+j;ţ|Ґ=׺לCpDxi:E;f0:$詷=@$f9K94O3&9N}w92a2nd\Zt8-C 3wAθ)Gq2n;tע-EfRlE g+r!jdؿy&lY1^U]qA"2ה|vぁEۖ}OMX'?mYNpR$U[/ukWֱQ2A5 Q}Gڂ#td]Ƕ"le &RdǴZ$fm͈j> vzA楫a뻨/٩-Uk74s
+endstream
+endobj
+32 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-53 -251 1139 750]
+/FontName/GDJFNW+CMBX12
+/ItalicAngle 0
+/StemV 109
+/FontFile 31 0 R
+/Flags 4
+>>
+endobj
+31 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1369
+/Length2 7100
+/Length3 533
+/Length 7942
+>>
+stream
+xeXm:$D`V Az`fRJZFA%%~>}/[:sװ1khq@f0E'SllrN0 a@>11>% 
+r~
+o{[_:߫ڮG2)+FS*5ɒȯǂ}%0 &M`PPVT"--4q5u\axFr/x/)֟bެyaA|V6
+ĞO+/Vi_D$ 9Ti_c-
+RG>T ]q?uIĝ&a6)/Z{9U/û&S=S,1Vkc:o|bŰ4.0̂`t?lıULՃrn
+C.2\? \T=D|{!"2
+: kfů\'Պ[zlBfa St(>N%'z2kK,wF}\c:8l|Nggjjj5 J>*`_K9Tm}Є$2/(,`b^% A@sN4 7}EZvfG aQmєU|`qq5: |WH9
+EʫPM4$KU
+O#LMrOYz5S$޾a#졙"=.6vou<u
+&<|6-.E'|T=^uΰQC08j-|ۓ76*OwC<yێD&T 26i1h/s։h3kC3c#a8Ԥ:v/mIUcf\Sv F2B{Ҹv
++S]
+5}"zvSa܉ryZ/^SKL}_
+lcw)`g#gbe,\'bBA-4O (cE7)M{_Y03ilk^~h^ʩ%ky@d43Nmd]IG٢m
+g:L&]Vhי҂bU[ieB$&L]2ry9sw7eA8d84Bju?GÁ`ov-KuC1Y&ɰaIJB10q6`' %jrՋsS"gJR=q#NJI AϚ̋~ϰV8Zd#㳕[lJ%֓sNË:.p#9pTJD5p Ɨ-wDnؒ &B@`u/: KRGbqžФ%ҽ:K-4vAϰ$,[Zȏr}ӞN{3 n̗PF9җ‰b
+pk2.h[7,9\Ff\+с=cя%ѝ̹zDqpzO|Y&%:;nvy9ch߻]y@D8d =cJ;k' ^f ;=Q''h1&snc8UoˏLmaʅ Y*)&}g3G6b4 /I^}*DgjL)!޶3U"Xm&i* l|' A@7sA6ٳ[;kNsU+FDSzJ7o? d\N }Q;{_Jf,1ېd|ҟ[82* ?~fs{*P⡅\_F> qY|֏m 
+s 'N!QTУ~31 41QOnKEs
+C,u!,%<[#I{H@)ݝ9%<˼D"tr\*=e*s~^6Ӹ\@ٰ$f1A.[|ɴnIG5ܩ^iogLp0Zf*YPq `BO8Z:43 ;O2uW i_h|SAUT 0[ j{a7$ݦZ;I`TIYOJ?CեBINҎ0}.9nl0=¿PsxiT8(⾴ٻOJ
+,rV!x=]bOkÌx_#,5)9=+Ga
+ׇ:kLlV^QeKvwfcq;J6z~JJ%XZ90'@gKst:{X*=ωt:
+yzP4iOyWq)OK8<X}g*V624,рn*x"f9]pĽugsCg]ŴL) zou4-n"J(|Rm= ]QwSV,`[\am]i0אFxPz"t:Uɣj8u#mmjdWViL5ɲpi]1>pViSeM-|Vϒۆ\k6=?K\8@Nvp
+[U A`evȍÖdTgazzzbzg(EҜ]ڬ~+ϙOd]r]/H≛?0anIYvqzx9v~}x9vQ6^eҍeMmw gr4w쒚AJ:΁ %ٰB+[@_sO'G k1jz&O L'.eVfT^7H;Rꇀ"jdnjL}nPTEASai A
+F}Zm݇YTiu?jQRJ 90+V!6?0!uQf0-rtH Zf1ǒ >dȶ~*n:_ůQeBv
+ '*y*OyeO9Ln?#('=l?zWN<ID*k8U  3{$4~Բ-H σX_\aj&ʈe=%i+PBq)uK+m%0: #)L/(Ϗ$бdHcM7 V:oC",8Ų"J U`7b3|
+-^;Ki3Y ?u,$]ʂEExq71 f_a&9$:Н}¬U?j~w\ׄ[L_''/Hy !uN>RFx/"Ʋ[dz*My?FZ E"⬡^"(Tzz'0U&ϥ$l"g?7ϑC]AIKrxG1yo&ۉ2T[Rby' aRK%hױf0RL
+q2<\XbOcu;~&M: ^`m17KF*dKg
+n $. 4%:'`:ܗV9i D[n5ʀd8yFaPj¯Lf>1d{S⥸-! l.S_qdAu7SѼW&>?ĵ$Mrxab˥ӻ p@~?I6˫MYmc $v;JO g}nT~Қ;jrfVhC 
+endstream
+endobj
+35 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-301 -250 1164 946]
+/FontName/XACKLW+CMBX10
+/ItalicAngle 0
+/StemV 114
+/FontFile 34 0 R
+/Flags 4
+>>
+endobj
+34 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1310
+/Length2 8149
+/Length3 533
+/Length 8972
+>>
+stream
+xUT\۶`5h
+www NPH.Aw < $<w ~j}J>vۭGGf,r0;KN!'Bv[A`P 7SP _B<B@>ttz4bc`f+ vXY@n`Gx+ 6
+v~
+]<蜜
+@m
+
+=@[SiiHdV4yW$ 9mͷ_|=//G7JAq~" ߾>ÐP9{fmmO1eGͥyWޤNG1+A?uV\m.E<8"84OVKJ ɼ,sjw;Dgrlz[`*|uuM'e)=OeL3hNGк鳷?S[Za}4m-3Ax4recOef__Lvܪ=inTMIw>BJk-<v^3%h=VBO$72FA M!%etn &d XLJ J}ZU
+xJ*ANļ EeOp\\U
+JߐnJ4Zi?"/P 7"βY=S֥#XxeH2D JHﲮ޲Pgc).ʹ
+G [(qufa]ƤC18n_+= 'k޼2+Sn>J :Sɂ5'\,i ކU*;nmJ4=ėUFɦqBn2~)yC71A7y~-"dRd?dld#n~8}Vswk{ZMX7ljrx8 WARDtPN)n4_FkjRl7
+綪=WM5s jNi܏1,XGE*1*ŕj0|YA:D [y"xuʪp3eXmD6e ]ىjP;7e#yڅ/}Di) }rNAM_nEڞIcOiofs##R_n*h 4+кȶt4b';ĘywMucBRaȗ"ѐ.v_;8d@*S jn@7n
+*ȷ /O:u~}<*E˛@$kř3B5&̛ nr5D<qN;CY~>
+(FZ 5ȇOdAś1_${ fԪ;hǜ ̟^E `-ҚqX`7Z$n19Dg5lSB
+h8=8P+yMm !) ěN*B5z
+rX& {
+SJSmĈwRƧ _IGXUBW!Yc>JQ> $xV 6^&-+f)<+}Eݞn'@^IiquBrNsg'KYRuŚl?n+"_5= I-bLZ)~p)VStZb}"T8xK?TH9wc0P&D(yABU ("n#rs}i4i-Kʜmڈ?FO-KAt)
+]⩮p{ow|;롵3C(%.„*Pd9 ;PZR2f+OV 4B̧/26mU鶷RQ΂RF 2 rR#orTzE :ĝzoҷ#7rЉGJ^7h*oFch`?u.[&S<V9WN!^ݍ8sUx4XC'5J>tk'Gَ (nc=t]`N,R
+֫<nyKaQI*qq3y 9;RJ}i !D0 e
+AĦ{$5N4$.pNvP %'erQQcM?Ox`9Ҟ> aK>w W FJS^-Bb'=ۧBGI%E5/I$9֔`[`v=h7=O
+ǹkNΓ$S&ە6铤^Q8[W ȏ jUH`qYDw$f| 6bmVDx8b"!uG -=uȖ% [ Q;~yft}zˮKcA267LRuW"C\nP'!
+ս 1#2"m)Wgf؉U%h;ҟO1PpԍkiN]yDdCVk۴Iiw9 mP;JwԐ1Ͱ'ⷲTl6v<Zqr)F
+}߿zۺ |}Ö?j2bhI6
+7 œXnrp)I&6լsCcq
+!Uє79a:j7B-LD7 GܨQmRlC)St_&wF_uDyDXeN~&$f>k{=Ѭ,$|I%Nv^c3O,jӠs:K$+2zE^%FG$>;Y[ޞ|-YixQwޝJ):F#9)wTMɰW:[k)bF+TKK638+>ZKi?E9Nl={1 3toMWYUHV1<%
+)=1.=ޏল)L5hsR2RuP%ޕ%(-2m83v/TqX}"ZPԔ3>UFu]ɃJ!fgWb[AVH3viw1¦݈*l$K=)h Aqc‘/I>Sܐ*Vi tiԏo.ra30rxX+o\FZyT˶nmmp,BNZ߈t5SczR+5ˠ ǹm1VCB'\?{I9_f#~8 Fp
++|YX+s/3 ĥ@v'7^Z$`C|с3e.&tfK&fP]t\ w L/:@^8qO
++c#]4<V,05똋[A#s{<s5Qa􆬺
+CC,!1n S诩"D,NǠ#nW{z:/U3~坣!VKD|o +Xn!}@^\C6lXh饅(K/IU =!uLBR"d6D5/
+1 &&+T.3bnsfoy
+heMd}хal˨o :ܯ.UTQ‰|*p#l<wXqyVG3+
+bVF<ѠylXaN;>Gݺ y).+Pmʗ[!ٟSU46)覽%>4qE&L+lKu֬bhGsye>2Q;y8WFl
+븧C jm|F[M]ٍ>!@Wr{۾ ۾1#i8c|g?~ TBBDg~DBY:B |ox8ܴ\ )D@+g?"YEXl
++;L"@KRT7O<`.!۩<lpO?C>tBzcgN6<gv+&8B}mwj{όj+6cW89ŘmbmZxFz Ae3(9=:G\]reډ[]$[Y`7 u8?e&3)/U9<́ktZrbn/n_pu5XfKߜn'$ s`8WuaEix'MBodRqybQ%R3ݚoXͫx !Ӆi lo9ЯS wֹ(eǣW m!tOIQ$Ʃ~}tN@7'?O&Lkxg)L=ak"j7nHsC}V/eܾΖ6
+)ŕHO(oEXGtp
+`]j
+3CRl6E>֕}9ݒt|K8o,ˊaB> tޛ+n-ճe}h*n-W5CayDz?6RLA0:%6"SQ; O>%ކL
+z^ZP(G34ihv"O Ev~>z-]`2O/M{F?K*`޲٘VMn]ڝm]ay)z7 H#Iyj_i/D+
+endstream
+endobj
+38 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-251 -250 1009 969]
+/FontName/VZHELS+CMR10
+/ItalicAngle 0
+/StemV 69
+/FontFile 37 0 R
+/Flags 4
+>>
+endobj
+37 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 2035
+/Length2 14869
+/Length3 533
+/Length 15984
+>>
+stream
+xcteߺWlVl۶m;;*m۩بmbJzνT/=[N22ιXsMNJ/l`pwgf`!Waf"bf`b%'uZ9؋xY$
+,OuNɄiXEA4Vħn˿wОSOCpևDŽ }PD/ߩZXR׵
+[j&[.Jtwx>g-_BMF6E2 e!:S I1U쏈9' Uq8xb7kP(q?9;n6=7^ߨXFwMm#썽,x+Z[0D=gib vcUKiz'p䗾fέ.] DDɨb, σp&zMq}qryJA(b9r
+$YWɏؙPI?9v*_I4m#G#l>W,(m~O1hJlbC
+E{wN7M/bDi+s*O3Tb+I*yʸK.9myU{q3I7BZo w aL]m %>
+xo='_I_زmk
+fSڳo騽LRH qcRϚKPN̍fB";@@֏we*͗.%.{0Q&nqH۩׎::ݘLXO8[sI" 3Zɽ՛oy0x(keaؑ01xU}D5( /-Wczy$h_d`7߹ U |U+*."O)ƻx3+V'3wܧ58mSO1&ޜ=B ѷPYC".fnO](z]#QJ %caJJp+)]Nnr{/@(D$wSXT5$8ti6,'gؚ8TA|Zp yFs=9y@ Hie>~Ŧ12oC/;o7C]vQar&6#.Գ2`KS ʔp~b68PSWAg dN
+LXt}sOkIgŇQFzn`?8UԴ(9΃
+ƽ^X|yMA.lܽz/9X>{-e\u+'.g#efb}pܾE.y%`Cs96Fծ]oݘ{tx LCg+K dxH=A]_*X"-{.v\0nmr1I2& 53xl}ىp4EtUF`g/qwR`gφ)87&Iꊉt//.+Ė-m`7.b$k;5١[;;GnVx,,1ZE2yK%Wq:p9}"l'&7l g~2fB$q: :=+,MnftwoMٵ^+u5#pڻU1!0n*<q 2YǗv:nH:_*ɅKɨ=s,)*s{!ͅДD97hA>@v̪NTЯ>w[0'"b53a )5U ~&
+A}3Xӛ;_lb_!|Fn˔&#X9dR㊵}K]g1+#øqR[F;
+U !9֎q)^t5q:S[TIhF!k`#z46gB5\"ҿRY\ی8^)vn59iy+,`oy<t0,jDz 8nv~~
+!L;b9']r}VGN=bjQ?0l5V!K\~,6yr#_*ggQq}1LvnWޗ&]vKD*pJ+䙧:pk8ڣc'Kfsσ]M~Gɫ6w2fa1'| ʯ?%}k- D? . o'klym~t]mtw kK-'(
+-{kڦO)?;V
+><Bn>x5IێkA_nvV9:P^*adkf=xT22&"L*,EyCƵ?.NB?\gqλW_z?[m<B˂jB3>\nڽ`5L&2dȦ1m"Y MF6vQiIL((`W+V(_T*\씬!=p FոSEe8EteYeɉlJZ@B{^2 '%70!J-C_z?o4dW߾,⽘<K5$ iX}B+Jç%Fg$᭜ErRٻFԨm?Z:2 C -jlf565KHō3wlV6]M?܍~[RuS"WӮߊqlDbwܜv-rv$ sd
+]Ea^k=_'u
+Az@#Ɇ54kJN<{fjH.43B FPM8`uF MS@ZZ
+9@8`#V~{!!aF\NHrԄKM(mi:>%0`YwE?J2t<=w=J?]gAbY3ܭrԂLJ T77!ٻT{ 3rkQo3lٵJfbUU6[jG50ۦjX$*s^d!Zk,2yJg,(f64" 0 .$nugЏƯ3 J]߆7Ei EP9bwԡ::ºB{4uOn&~&WݺqY~lqʱo. yf =%i۞s]L;4<f@PV{|4=I`Vز<kַyѺ" Bm&-ϋ"1:*(YW`]".fj_ݢdB2cBTO>:we/.A0TBI}6wU%pΕ{t Z 홸;ҙpiAj/u!E
+GZuƞKY#xM"G]0J6"x0GSFGc Ps >mT>;)nтDY3ٿ
+sWS&<;Ut\+,iSB7q]r;#9<F,hO?"k HFt930}j
+MZ
+[` 0}Sǻz:
+S
+5T~W.`Wmn7eh[pu8?gNILde݅$}ɴ8-UօzTן0r b7E⨝rꏜ/ϦiϠ"Vh}#XZ+{V6d_[K6ʱ>ћ-ʏ{T`3)h4SZKE1 L!(tGeR`oVإY4MJʰ8UO/t?_㧒^r!]dNO@ca(|#-LT d++yr']gA  Slڀ7+e<_@HK*Y<OԱ|Q|5^kH
+~HtoxWмQdeG|ӧE=ck"t|F=lw)rauy
+-0,J2nH 4*)E6#oGi0ҧO:S Z }Oyw3 `IB j@9](# /\I P#L)OvʕͤӰ⸒=1!qmc8e>X a'x$ˢGS*6nPS
+}?.,9\!:yGH0VwɻQdSJM$r BzWiQ˞eV/YdQ. h
+CߤRpnU>!mRsg+psd ef{~Ha H)?
+m1z=`:N/*^2IGP
+:5oWհ{UrtuԜݒ!QGiYc5҃?|'v;nQp,TmՍ-I`K\5ڈ8wСpqٴ\eIcy̘'eXX lQCãip ۰s4 bHd;œ09}ւszҠ(p ҴBXzs(o` !ߪ{"\I^Dګ˳ZV(c(Ъx:sy#gk&Ne<dި"3
+U? 4Kw6V /*?µ>u'V +pj}3#)[ὒ฼Y>@P|F$E1D[imm}:ַ: .^)Čbjr\Α~I3Lާcx9Fee0OgNxp{
+,zn>1t9y
+ӤBa5" 9XCDf20NdY\D6*p霦uw]{Ҽ88y[hƐcR|{0qwG9?.gpGb.:X]׮0B0f3>=&g($Dy,aG|LFc(ɽUnYP7n[,|kKx;03TW}579Ɋٸ>3
+,c1_ Z|6ҍϦ!Fĥ8QrТR8w:7RR]pO=y_dTFpS.S]YDT3Kd
+fr#qTiPr;'0'Tl(w?{9v>D@BxNm G,' /ep*s^EwscS>s@v< o"(m*L-bdv0a㛨53ǷM3+isBTgU
+g:$V ]1S'3H<Л_ى\%C
+6FEpnJ> |Cv
+ՃZy<x0gt_pf/X v;18m?uD늘c#g$x3u.ƃދ@M[@$-"G#^5}i,sdAȅ8Q* 4~=7ޘt$,dusP AF后Wp,'?F::& FpDG%k7CS0lP)%4RQ~lKc+ ;DOWVʜhg$71&QHޗ}hJX0`=^Jgr5w_2ΒϝAV:~;3k
+Ei:
+(5lGL!d25zu K unxH`osd?fBϑ#- *TiZ5L*4WpT7jX\1t0"+˄n?g
+^A*8<割XC-opW/շZaE2az~&38&.w%X@!XY؈r#67 K@.rd <ѢȍK&i>
+MkDiӷ.|v,Jr䵫EFe1aCNr0G# ~ڔ.f@H0za
+_,^-\A0O;fg%m7{V^!M*bNj;?khǡ9樏%eamZ3{.ZNWR@&UFJތovCɊtM eiq[$s Ovcr0ȑpt{7
+!ZөDE6Iћ|Q :&&ć blɅB]񅋩HL Z*ԶxWCDd4duV0GlJ'IWfIDq>RZ~Vmvuva/Da_$N/yT^,.GEЕϫ2<'R^J'kºb!h=I{H7huM[%tioa˽҂drb]{бL$\><h)]ȏ#(jlX'~P`ijaUSaè ,ZvG
+b/,:[+E[ɏAP1$) zg`BkPcA<lN(I`Fnd{1. gzy:_ȷ4ʾ)j 6K$?Z8^ax5t39tr<azpb?^Ԙjx8
+UuЇbkel/r3PG x> ,rg5 E? _ J"_YiXZ$Bc\4[Ր6 <J K8Bٓ~L
+GaK!HZuEХ%݊NmMh jK,x9E{ 赈ygm&KL*8/]Nim 6< 'X~0; yw̥NDnInBwjd:S/GţMQ<鸠MxJZVm8NjoT2@w%u2RynduhR*Lg";S g5P<B5 IuqK
+;c?@ms$(͠srMMmƥU o%LQNUj< |yXgX0"nNb\<)RRke}^]K7mƒ_r0̵$tc`i?As( %hK[.
+rplȒ8,sڅG7cv$g"A{G"~Es fh
+WGݥI)b=赼 JB=\*87vJa՟=,f$E
+)dSWxc uL+ꈩ?]LzrNq
+dD,~"nzAnez& H{|doM2el8٘XcfY"cɁlՎ-zCؓ Ht> (ْo
+}9- `Df1r9QR~8 g 5с<<B+ۄ]QRX@Y1(=~n}Y dvl{ޭTz68:x=Ω
+r΁¸Ez/s 7LO\ftZa<fKQʵ*7$p*TaQd->UsB{NPoY-2xT,V3!5t$$,PkM!1߅pvwP"_= N`E[akҪt;q;#@GN8EKd[
+V.6{vҏL&lfr\Akj~[#2\A2Zixb`DJop֙kߖ'8"yj^Y12 _H>+}ɣdn0/C®pU["`_)T[Ccǩs$QO1&fzKcrp촊X xef X԰"رEp7Cc3]ئ-sSl6T5_,Ѡ_溺.(0qXwfؚ*v4Bo +j{jqG=1:ؐ:,kޱiP?!}_uux{(
+`. ҨDYhD42mf+™#o`Ig<:5w)Ru43MdG/$Ycd3 }?KK6+Bgcȉvܛ(L,DFc#m&&nI|b
+.MbޒMe[<
+Ɖ;&i0Q6`c,{%w|=1Mzl㣷Ŏ@: ym?\$1xR{,c.x٢@e]ۋa{g/uWM
+%=;,mj%F$URFSsƁztHF)s$(2]0PҝI
+
+T(Sp{JUui%sj] t
+>FRBaK-GSWA!\;B0\c3HW7pZVcr IvEF-i~O;ݿ
+endstream
+endobj
+41 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-61 -250 999 759]
+/FontName/NUKJUL+CMSS10
+/ItalicAngle 0
+/StemV 78
+/FontFile 40 0 R
+/Flags 4
+>>
+endobj
+40 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 989
+/Length2 2751
+/Length3 533
+/Length 3422
+>>
+stream
+xy<{%Ĩq+}6 "[Hf0Ō}_-J%kBH%P8NYz=S9{{^}s~n9FIGqŸJp\Ec0p
+ XyUueeu Хx0iW7: +J&ig,@cnxKK0g΄
+OI(!X}@ND:K27cu
+Sc{ًFÓ?
+mW'jԝ}L)tX-"2KP˥3JAn#,gZ aAT7m I#8i^xii&VyaGڊ 62v\ R]Jbk!U
+=b<Bn{'i9X {c>{zǎWYs),vkPMk3r6^? DOv\jڭ[v6u'̻YLk u'1HgN/Z/c5kK|k$W;EN$edk~ر
+-P^+̺Xpb&"i}jywo4>yR:./R>lc!Y/<>CWFwhΘ p^x}Ev"MƯ<{t"Q&@˳f~[#u_+WD^S>}XneQ2?jzZ n3kϜ3E$7)F&Aciq6ی9XTyf`*9C?BXכ\S2, _xTgC2q2D5&i+瑧{I RI3%PqɌ͌% a"7unyPH6֗(zH4CȶT=Ns翔a0A6 5GH:櫎w|RFۖ4@}1<jF
+}k}IMeR%wM{`+D>p7<
+<sWNnX:?[Tx(<RG#:BRoQQvRMi+{1b)tty XSd%$8yr'5Z$`Q3mHr'JuK8y]8ނqZdTĄ_e֊aTQ ?v,V!T<ض݅FCH;}JiKV 9X8}(sIyS1ռWIdu6%:}{2r?T22JBH'=c˳u?IPWag=޴Qh|e|456G7N2)뫏L8L4In 0ip>D E%1 0=>QeB}V+_RvMVRv;'#r/w7hJIPK6*3+ ZJ~)M߈ C,\9]hpiyM֬LV{s6w˥浉1i/bk:?LtKvܯ=~HmVTG&ԝZѷ>|Z\wf1mFc/<})5iܠSStΨg-0𑚌r#Y~}t$Ѯ'wŮx6|(57(SY4ט].[3wmb5 DiFŻb6ڦbXQU]z~ڨhSQiB#hB$IhH
+-KT|%Eiy .82Q0&j\u+llv"&VZ lAŠstY ;'c½8rB5b;xs.rf_uzb
+4uBTe}/(7?q+>40A]n
+ 1O;b%8vVwR!|L4@ʬp;$a+ӳ &f<y$IJS<.L0H>H%rl%1rr!fP9[{C^KK~LCrNpp0R( :5=R }(yc⹧u+ FZϻz$>: @MM6j{iĜؔzʼW3k5"ʫ.Pu B}IPgvIso F _r9olLz ȳxЂ4^ws/ǿz/}=KK5bc&;޳whqaZ Hn~\LKVS8(&I2.Z~Q5+躵[Zɘ}~3\+b%٧#{&+/Gc! cz_MsR1 4}JP*pBƶ0$[KNmx't}?x0S)ũsI!^uɹ+ݚtO#'K 0s?L{cVO}v310:6I?#x,N!ai ?
+endstream
+endobj
+44 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-4 -948 1329 786]
+/FontName/MFDKBJ+CMSY6
+/ItalicAngle -14.035
+/StemV 93
+/FontFile 43 0 R
+/Flags 68
+>>
+endobj
+43 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 799
+/Length2 981
+/Length3 533
+/Length 1572
+>>
+stream
+xR{XLiYTK,<+IMsN5$¤Bt4sN9IK.JD$J.
+Q=nM$Dnd袬Tl}}|}{zb-N +/ؕD
+#p7B
+GŴ?
+E`y`7H#?B()}& ..`{i(Wݥ""3c"B)PJ⣩7*Ѩ'0>Pm,!kI1*(~8CDtV􆍰ynK,6`8/D=\ßj:$``HF +-@H3 Zʊ10p*v̶ hbAA2
+
+l"9>,eX6
+q
+YXae߾lN7-xN񽼫gһέvz}AURS|\]iuF 3NvF0}ym1 NڎL:U 0S;\4#ZX:NXZIfFN=<'󚕳/.{ :wKp5C/\(nW_o0ۼoclVW{dVo[o꼿ziZrԺ=ĮLRX}ʕ&HM&I;fy*nom4ˈWi^HSF8 )<6Uq-k`lWf"PZUiSC"G.VW}M+Ζ%xJ:82eԨ̟$y};?KNoH+l0չpl]ɵkmAFu]4K<E^3V;+ e3M7fOVkde{lO\$iﺬAoeƟק+j[,H޸{* fT&$S]Ӓ/n6tg4ڪؗn-/o1] 3ѹ-eڅ0.[fH:_w]s}~Q`£^g@ zJg'k(H4 zןZ
+,k7y欆/)-8粰i[5['fU^%^:_5@ޢ[{UYK=gr {tQ.5!@jEMIw4=}^rJYMzǽh1{^bOw_M\XK.\Bc/P1BF0
+endstream
+endobj
+47 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-36 -250 1070 750]
+/FontName/IUDBLY+CMR8
+/ItalicAngle 0
+/StemV 76
+/FontFile 46 0 R
+/Flags 4
+>>
+endobj
+46 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1730
+/Length2 10603
+/Length3 533
+/Length 11597
+>>
+stream
+xUT˶q  ww5Kww ݃{nxY߬jV5JF6@1kGzff" \hfc-0ss3L
+1Է(
+sqXk+0 ĸS٘@@kKQG#4Hh;f6FC K}.
+zLHǭʏ5UJ^{NT&>kf^֞q}<_l s51q H`܅-N?ڗvDŽYk
+oǰn6Hvۏ{IyFDۓxT^3pK5 2$7-7s OEX+G8h>2"XQ7LO_B:
+Uq$8gU2N-F8ˏ%8J(BʯGB"Z_Bd\rSׄWk&%Y,b4eEDƳ&9@5bSވ (2npEc&}b,#91bl9#ZJ ,y'<*\Bl+'̏ΰh$'}
+oW>Rˬ wב-jHjDPF
+  Ib$R9 {HF oD}&RpjeJ^l͎/KwO3~= 앪;黟;l@,/{?uTKڲS~oΠkƱM:Ǥg_o>:4t*/&cTa~O81FlɱcΑqwdYŦ;Ͻ0SC }7={K#]ŷ,
+G8T#Q}Ղ&BבY 7#-|F<猺IqJ5qJx·ЯpcMnQq1^S{T3>
+I-wq=ָݭR"jG31w(ֻs6W$@%呵bݯ7FGlMz,CP\I:"&"LCȞWícΝ
+6v8[%<ucE0չOHzG&\jQ p`.ڗ$V*N
+4g=!p76 C4J gZ
+&\}bЪ 1=*Q[a&G9; μ׸E3ز!;mf07dYR0/TMƜ__|R]:>ILnVQM upM~sZ߳fM}h`/ˁN^m\t Ys1RNညQ?-d ,eP&.Mw|oSVD}}`=b9˨k^Rso
+wڲglԽ6ÊE$up[Xˣ#x +ӳSbIGy֒q_Y>n' s[΅m6pf"0S 3COSk֟nz@$70V&(ˬuwH_O'2{Sy<+}93r+ Nu5,nrn0E?d+vXnUqN~.`
+y5RnyH5Hݛ6bTg(믩[EVeeZSb&?%181<?eϱ,W=VGߡh.=Oe15WVaۛX^qܕ F 
+L8̺Cp{7
+mD|' ϋI%%_m@̨6|_"VfXKdX0 yE
+Nk,7y;2Lp:~@唫Mi##S<q1ut܃$ novVaQeyZh|]K{n\Q+BYҊ1AAcB_ҥ|)') 8~ÐkLxTp ݝ[a QZ}8#OE!_T&GQl}~2(UOq!Z;::b,V~̚·\k4JKNwV m[m٧ڧqd-~5/P6׳:Kb'oN$dM;oRgH(̞_ Z:[>*.|6?ͦS}T6U1D!ݺs4
+#p$&fr2Z~whpBDeAI<hبy9ogn1EH((F򆁭$39w* cԘz1]E[ <? y NBOhU_ A$po1id!z7ǘ} c.FΒo*NGb`˸+?܌oyB˙iHjBBTg@;F\Ӵg4HsZF="zD|&w d|kLKqF_(o${zKAV ,ՕnyjSnq$by8rmB%_{
+K
+"XdKKЎE_l)!Xϊyq(ѕSߴ&|%>DT6FV?ș"00q[?1_wwk{{i9Nt_ty2꼀eQ]E O
+G!>/DgOQ(9IC)飨RkO-Y j
+I!7iI2P;c[*3b{f-ruSPC;;jXt5itLEVIXAÐ
+#I"f!3XRkzz0H2n[D4
+6$c0%~].QP/ZyCREa-/qJIHC"ChaWQ17v Jj`XeQ
+qYʴI.lZsO~KAoʴ\'v0ܼ4 |fTP?=ͦsR UW.nٵY%GINx嚝J'T\Mh!_,c)3p-^DulfŖFuԴ~մ7wᰜCf];6
+M$g#GFmp{\.,_63L:tp"E$oG"N{y‹Բq2#W,HrDO߾z)O|Y ?#Q{>XwOkwD۬Ʒ)!͵nNaОH"Fk7N{gR^-7_>a悟Micz lZֿ3p0Mb:c5>D~^zb37E)~ iAFgusuGӴ1jV@|Ɣ~l̐QgG^|;=
+Lng~:DIa®cr6 ZŽ ^+q(Q/\%2Xlܣ,~`rU_?~9k'nCn5+x(SxTIґRנ2l%C|mL7Uv{Dةܯݵe{8SM/ ' F3Q:-61 n<X\havpHpy_^aW0q&8Π.闵30[/iB`VCY#}EXI
+ڃ-*%/$K]Y ^J1כ EvJE* H{/pQzR1%^>ڴyL'}44rTܳe&W]ku5JHtMk
+z[[/|a )M;J 2oK[xIJ(v ]M+N=kw% ,qp8p7p N? 7T;VUfѡ[Qxl^d2Þ60Ɠ)͕V6pY+$5,d]xrDOȒ7t2~;W@k>JdώBʠZTĀ ~n'џ[yиN32ʐ-UlZ".hbSHQ_#czD1\HN ՛1}=CvC{ٿ @>q#-}cb"qם)6ZCGOkIzʠYj:⽇9mHX{0=5.ni~o9w˖M f=2pQ. ]
+IaIPBIMGw)z{S ^:5/;ngSgzr)ڏRjBɂOSxw1 OӋx;-Itp66H !?}! ΄&Yk };g
+F>lXy|v ߅{'?D)$Eedk\zPg]EBt/F3*FԥlbPc7?  ՉxtYNVʸ$R<P8~@!LF#c%5xR+#r rQ . 8P*8fęd.Wn]EJ>
+H6kuo'cTE$j`1GR~&y><Euo@)p &Ԡ4qyG
+W|H娊%$0Ph{Vj*`mo6!Ysɮýp,W[ 곥5 ҉Ovj=5qHZ 않
+u/HA7;؟Zavp v0j
+%[
+_Xx˵WaDCY?9偣Bku8} 8F<H{+sXǦ-XT3+sXǟ'؂re*"0pCgz5aDdg+ESuv*q)SoBo5.
+DyFGl{IQ aZ_ 6\REեB7 ~|e
+~kd͎u;oy79*+: = PfK-YE&= ^0]=ihPAXYnVkf(bRIDAV21YWr'9[!gu W4nT|Y;MqE /SB^{lj!b9%.$!eDO|<,dD?
+1}ZGLS<E$uB.(f"UYjo cmzkIc͔= L;YL(0i4#(|(}QԚUf{D٪#h7Dc-Ч F6*5'q^5;"
+
+k:}^OF7(;&Cnm0!cu\=dh?* tsw`;/Xb?g@Gس0@ 㕇u}E3~MtoTb^AYhMnj(C(L #}jqp&IRU/O-S/?m0~<n niVvgS1ME.LoRr`ET-6r>$7!feUУul2HL3"K ϲPJ[3amÆ" i)
+H]XjAP|ӷ$[d*ܰ?raS]ke/C߆ >5ֽh2:=ޖ}ʗ{7;>q;cv<1.В+y\p >/;l-8{[֚ԡ_JqSyD 胔 q&quӾ,[?z}+!T@lV-|lQ.Wm`hcjm`Nh8;}VN2Ƒ,;Do!qi_C#AIvӝԳ}`#qfh3]Ub­ߙ'GV-?y/#c{󭭉YoD1A `Я$‰ȁU%+EM`޿k_o Li'/U1et^sĕB8óX.?k|:PxE jH;A9'tT^tgBwY)n9_T& "Tnc}{h9E݋Xof ,E7 @{B_Wn0R1(UEKl2bo,ŞPU\4itj ! Ԣ=&YK$OLl[79
+^ܸҵ`x~.޷REtgU57aQ\Ǻ8,tǞYo.K9p_N+XNIsྟ ?Qohcoo
+endstream
+endobj
+50 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-65 -250 1062 761]
+/FontName/LMFEAM+CMSS8
+/ItalicAngle 0
+/StemV 87
+/FontFile 49 0 R
+/Flags 4
+>>
+endobj
+49 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 912
+/Length2 2266
+/Length3 533
+/Length 2900
+>>
+stream
+xy<%!Kۏfk!R"1f~fc+e)eSFR%KA';JTHw_~y>B\ax/hM!3`(8B(8Z@,@!2@C
+p '! O~@{Ϥ
+it/@s?u,
+7~f,iC~cNIcI"
+@^
+]
+|ړ.lpI$Z|v#=&RUYa J_V*JώLx#G 'Vo3}zf̕r3cWTDѳڏH槢ѮÿkMbu&ًQu Z\gL~dG_onbY2&j7贰o3,߶e-W|~oɓ^5?.1=N=9;Qf,mċRcl$|n`m
+*vbgC>-sXm-B}tIG&ޱ lyz92j7 rO9(47a<7C8d;kC}]MRk*.~#z^q97HɅX,T&|PGRSĝ2R&\+3ngXף%kXACy3XZA.[xw5
+tӏRws8^rf;<}ت
+rKbM8w[8Evb(myw88ݮLD<t,ӺuNm'ٻm4bvϳvHDuZM8*$|_Ug̣bJ^cmh㪱wg&M zTrU?:llI> QڵLq#:l 7'beϩ䨀<6QWMC`8$L%G~ȩص_v`tӮ^QՄ]ZCjnٝ/S Gx.ބt7}ߵiD_qV^f5e m] 4@Э#bm/v4l{9n*]:>c B񯢃Ze|8G:ʯ\)-ګ{N'ӧ_<d놫d
+!+}Q42ȸ,:=lA^>J!{^7ջ;wKTvj/B{QswC1Q4Ś/Ċz.<|ꎤ]}"qϵs;Na^WE *|yJftFo<gT*o=-x5GQ_S+hs>'TJBiWjC
+mX!-&IP<>7]tUۻv7) Yw!cBGAuCBlnUFJU+ui<uD5vVާ`k퍸c#|G&Uܔb6ugW k:֖_b` 6& ^6./'pDKcPHXI&
+endstream
+endobj
+53 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-20 -250 1193 750]
+/FontName/BVOUAK+CMR6
+/ItalicAngle 0
+/StemV 83
+/FontFile 52 0 R
+/Flags 4
+>>
+endobj
+52 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 929
+/Length2 2884
+/Length3 533
+/Length 3544
+>>
+stream
+xSy<T۶Cq#KQnLD1fFa=]"E,EEH$FB*[Toy{y\}}$p(P <RT
+rr/!$Ft OHE= 3(ρdv??1oLo $]H,}H!!J(
+@I H~L1@R~5@aeH;cg*HMd(@8bTE#*$Oӣ
+y%_$R3 48NzL'KRAs;cA_˺Of>(~g/q 
+C.qk\q_Euʂ5<^?OxtcWg>Jk&GK`l-\r9=c+{1x`[P+R\csu A}lu}6Mr$|̪'ϖUt+M,<k7{E
+v-J4? D?Z&29b؜YA\&
+7 iBYfrgu>l wgqyyqsYR:8]>ڕyjrfI}B8V浧' YX[)]:ĊTbÛnF8<ayYI8?eR5>R)Z >ˮ.q{:RRU G:a>bf-yP&DV{f)S#h_00Φ7d1yRj70>|V%#p5 ;x敭ٶ[M6wV
+mEf<$GEnp J3m ߣ .-k[.|$.ev{c)`:Q4zr"_)6A79ɴ
+}~8sn
+in?-6<mh/|ʐxRi@bT0
+6BP5tuRQ=VQ`
+ ⋿'$!pҝ5>]&`- Uբf LM\H+;+zT.,pl
++d*纯@lȡ ?@~ڢEףbG! & Q)QdO/-[ZE\t[gGr.uSI%YżEF{xZF(u/NJ
+#ϐ)|9x.Szqbi*&)0ȷYT\#9gws2-8rSUپ65suB5·
+j ~ ­kښcI" CId\E® Go\о_;ZGri7cuLEH*uјVC7 >WxK'gҴ[1ZzG^O)Ha| ?{PIH!/{%09"yO˂JƇ6W[܍XvaA.eBIg.FQ-cpYOH' W1DŽ ?s69F2ϭ?P6RH$C"ڜfN$7-W㞧Ťa gH]IJ ruﲲQ#@(9+CctH뚑JЌr۴<N3+Ǯi'zY0ZkZ<*y*a5c.|̮K=yK1ZDi.,1CE<փhZ|^71=9犌x(/<cW O˒׳/
+Hk
+~ke;J+hA$*Iw#'8Rt 3h&YA
+`V:Tv q5:#%k.zq7|z5{v.{AFC1}&)Rmo(ͫ^GLt<Ϲ^ Wxoy~ ,jhH\]z⊘쨂. eT@@t 72:pYm-q}xƍ)(OJuripVO7^H+㧭bqf5E`:`mJ+tW٫z趺1Mͬn˺ 
+N,S'߯'p4]Y{䡕\'|zU66ZaDs ]NJ
+bɵYG3~A*( e*/ݹ.s"i͈{,rނJ]uݵ۵u
+7[02 X(˗9B׿d2'ny
+endstream
+endobj
+62 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-27 -250 1122 750]
+/FontName/JCTJHX+CMR7
+/ItalicAngle 0
+/StemV 79
+/FontFile 61 0 R
+/Flags 4
+>>
+endobj
+61 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 929
+/Length2 2882
+/Length3 533
+/Length 3544
+>>
+stream
+xRy<m Qh,ndط=Ccan c1-d2eiQĴ ɾ"lم}}<:<%ZX3O$p*cb 2 !] T**H@ r*HD!zpndฎwp.`!^".<`At 8
+abi>RcN0j+c)v/lcu|}S6+GԎff}_}i9>ބꇯ^
+X>o^'r0M&oÎpxG[zvc_E$XK^5yjǞWOOq4bQ* 8$7ebIcNj&Ƃm^'$auqʮ9vih fGEuS<0/ zO )-*fm޴\DkH !J9JrJeɭ{3.v''q5fLEhسO2z}|hXvbV#;Ol3٥4v)
+m8ACےƹ /R1z;yC۴| /~D#%iv|{-mVН%4AŰ'mf\:ʪ|IθwǣNC}
+5(ĚTkeONSuM[bQ3{uKѨ
+:c&nHz5bi\9>orV]agi3mx4Ge(|l~lPTA7!3]O0װ-y{m]1D@ﶯL QWRSo 6+M޸Nrql :hVYuA$E=;'"ɞӗܗEВ}T䵠\dU`om~\ӋoI.Bن|^{7
+܉fSKN.itItSjg48#"T sB,ۘn܇>ǥƃiV2K2Wy>6gwͶVc٤fחo 3ET} %!Seo/qjxfB1ѡFSJl6z'ݦe9b2-{ H b?>]˖"JS:M?D.rp>C@$/UUT&+U/uк amj phv :r䪋-ޤ]#՞6"5&L-GbG+ρ֏4
+ͦ,GJJaah
+٤1D;'L\ZW>sV=)L1o(@nz˖AiD ]ݘ$f#sCQ 68LbVHʕ}gHOGm'?2Ϟv=\ۓ9uh,~Dgp  OtNF
+I?+IK/'_|)ر/-ӈ~\{(unj*.:kI׷mj?R!o"^
+endstream
+endobj
+65 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-4 -235 731 800]
+/FontName/VWUKLU+CMTT10
+/ItalicAngle 0
+/StemV 69
+/FontFile 64 0 R
+/Flags 4
+>>
+endobj
+64 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1709
+/Length2 10362
+/Length3 533
+/Length 11356
+>>
+stream
+xUTڶ'5w -C N\Z>c7}uWUW=V&WV{+jfos~WPWgc1!QSVv@~
+4cFBbcY:LVvH,iؙx8O+mJxہ<
+f@wKNhfb߭2 +SQ; Ihllj p
+Ɍ@;6b)bjokk;Xz8X~GOmeo;8,'
+5iȫs&z6dB&{
+!p$`>xf\u8P 0Vcpc'L%R$ih/ղH\o6?ӽ<SjF6^
+y!rbq4]ְjM(Ojtχ8QT' GLa1CQ]b晶yºų6V+Mui(E[g|I܋!K7H4as-l
+0]CEU~jۣ
+ șu<x.шl3%fNTpj RHP$ +x!Z!c Gz,qީY$Oڽ},
+Te׺PVmYCh{>^ >?(rm3s{0CBjxH7P[|ޥe/#L`tAs9jNylcx:}b(}elkΐ |DuqwONq]9MA!sEwه=8 Dha]oPzWEDN\䬪9&*Ҽv'VcSA.j3i@׵k3 .)׵AOg;1j;%
+ ut(TtuRBOz9O20A& ú]{mu2[J|СaBma1qN7ԛ_0|c+aqw+ff:~jݛR'\Zg-GEtb^MRwÐ?v~1Ёs>D+|15R )0lJZ)as^=1ǃmEZdpXw@nS5ֽ3}. z0ȍZ=SLnEh\84;;N&@+}:O`58@CgL̼һ|0,̤
+CDsaK5+(d^qH<-a3ޡB_4Ǝi:?\pUW+Wef_0w3
+~+U P΋P/ M:f\ٚJϭV`_8ޢNz9w}TG/ӱb15/IAy,=%Kz~УYanCB}L#;PhZ"Ӯɾ<yĜ զeWZ2ʈX"tqA/B͜ų2gpHktQ{U?K;$Ijb~7-(p+ \Oב5I '3("uv~ՆnT FONFYC:^G6
+qJ|cu T}a͚r5ڮٕu:[5JP 7ɺT-B/PƗ)u!R`bmUs
+>Z\whLwWķfz{ |^|'Z,rdLKpkWtUǫ!t4IT9o(=AA}^8!4X{B Ez`_X+L
+?lc5u NI#^`@͢& C! 6b*%
+\-&<749Ҫy\II4*, DvαMq7@z]-R@&SLs̗sҒHJS[h\nf;; BJh.V k &l+
+@սh(TvP-iBLG6rBH8ਗ਼'a^?ݵEZ oX$J}'zM Bơ(B`aG`EYOʞ65]xSi ;ņ qWIaGAfaE@V
+
+! QU4QfK]9rK u :!0Mfj+;- hɯ~Cqj1`$ӗΌs #zyT> ;lIuꨗi<)v#b]`:b e<+˟"}uG(1WMM/``ƻM*+R~~7*#\] ˟2,ǠW&`j>T=|!gT^g6]+4_;5sر/**CaF^ˍǭm|4{m,ĮFÓ
+ʮ { I\hb.)ᣋ 6y$?g OmuLDHϸcdrE<S`3hx3 rh4<RZQ/lmԖ;B};qmi* F|9mf23q%|_Jag2xU|Ӂ 4>J-@
+ȦXJ5ʕ6KC&<(|Ť3 S Hi|kQk\INrӞn춟 nժi$yY#xB q4ng:@UhatS1Ӆ&ćǑ~xPe
+ݚ <3XTus`exTh4-5q4V&(p+iH=:pr4Q 
+ueJg{K'ՌZo7Y |J-ʽr+`
+Oe{
+}?4Ftz r=TmVۓ_,C}z9cNeؗ'fC2.޴`Aq
+
+z Bz%eni-u5H2.*Fhԇ}
+jOQ8U'Dlh~(:1P,6VޏxE~lgZd hA,e[fͩD0gZ7sȷ (xWœ2{;"j^5M3mt;^n6{\)CwR5+dK*ԼқweY yn1-؂9XNx隓Ш3C/s&$C;(Mz $0m`;Zp)}$t-WXƏZFB7~S!+NlX0pHG mh$9 ЙWP˸lgǚgʐA
+k[x*X"Fs*Qjou=/0e(XafSQ ]w_uNSv{&MP8o30`P#RtՑ|RVCx=?y.h\M3T2j9 .YqGwAݝiwտc\qmn/2֧|jB巹?E퐼ВYv,~9UʚN`jrmEBZP'*ÎM7Na,Spt10e~pJuc)v2+
+ |#yt^/VSv
+QRZ+?|碴svRKP9Rz|bak?,[|JR$,p[:[~SJn ^9FUtr7\`^Z-uP\J
+;;hoLO ]i\/`02twc4I+":uLc5  ~1Rvow-:6s)r}W:m _Gtq
+ _s:{-0d&/k|$w.ٻ'{mxYәIlI<d82m!茊*zSQ|H~Id,*ہa_N.TTH-k(^ؚBQ"*؅ݜ
+<پv<1п`/uX)he}*u*{)6i9ImDz8bo 6&ilb9mf?iqmVFɳmsf?{𽌑qoLP*78A~}+ԮGtQ|֜H
+6ud-,̖AkǢѕYj!ъaK
+@g"^F:
+=#FݛnؠUXp>{0U"]fsQr$yKڊi0a?K W=鱾qMӷ"(RtnUC
+1(@2(Q:mA^V좿 jOOCs{VWu\Gy]I#3c*._*I)eY8T'Fdh(^?^<?-ug=E tz v3A'Hq~C6aJ%B:?AC5$dtD\(P"|A9E&d6O\v́Lʩ' ?h.*3ngS1v: ԭ%-oh~ʓVt'ߊt
+:L~<MV7ku[lu[1k S._d6"cI}˥OPI8)[d!woQPZ~ ]I1X`O*iAg}xft0_^VRwog-ȘR: QbykMObmoVqO44xs\@e}P^Fƚm>*ϊ˗|FÙ2ʮ쉌{ΟΎ`Dz ms֐mIϫ0d¬/?H
+endstream
+endobj
+68 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-71 -250 1099 780]
+/FontName/IENZSP+CMSSBX10
+/ItalicAngle 0
+/StemV 136
+/FontFile 67 0 R
+/Flags 4
+>>
+endobj
+67 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 890
+/Length2 2167
+/Length3 533
+/Length 2791
+>>
+stream
+xR{<TD E u23cfdfB42flLa3*!T%Q8GTpyNNuwgk}[^kAwؓx: yH. ڒH !P( Ry {*40
+>c_X<".C
+ĦQlO\xsO;G(^0S364
+
+
+1!%=z˜]xh㨾-^\w'J)3R" o]S"^ȏKL'gFMkj$<ZD?XP\,4U6ǧ0%,B˂dk/9C'+%.O
+ȾyjX {֋N/RXϓ(mƦY* Kxw{NN p<gz϶UW.}ͯI m#;;׻?Eش:N]t!XKʛ:{s,B%^7AeiV[J *7&:PGCP`jEM-7GbQx!%BzpC՗ܮ乖Uh~H ǧr .,su{
+9~d} F0~OHm?}*Jh%xst.s|
+.bWWhx^}8¼ MOqe<~\F<j"lwNㇼdO6QG8ZkN4P!ؒ5uB#Jf?(i6a_-J+^k̑]ZH~‹1V
+{͙hCݔxZ 2_&3XrFv "|Zv7?SƑwJEF"bF4K\L3.Ǡ@[U;zF凛l bOf96T賧.5Տy/ԗ%T^!Z414ns ;~f]w(IJo ̚C'OpXGAb
+/ޭPmw.XXD
+K>aUي
+%RΖ}Jv O}؜vܪuA޹)zQ݄vSuɳ'aW
+o^}AսFCرȵ!k"ܪJsPH@_yIhx~"iv=\%,9 %RroL=rK+Rrh1ɪo zʈAbցH^ɐG'Y̘4~iw6^_6ʅS#;A#}4W:p=h滴y(Z:|EڍXoRkϨDSS7:77r.?x]zvs6w̦*xx[>g~2 728`޾,dWleYva`-H3 Oǯ)b?m-z?^n9aݭJ-I^G>pw<st3zp.`$_KyOkՋBfcl󥅦jFH{K6׭-5$UQi;F)ՃI/-QqrwUCiC:C~6= pZki)F\#иSQsC2rd9" JV[Q{4 nV2yNֿ>:
+;ZR0\/ 9֋AMF02lV:DRgW p7o?;cz0\UۡdE^ 3Yt 즘EgEk&'rLES,}VR٦ó7YZߪuyuӒFm+G=qʱV,堞<F!gx?|n:"UD#*<}
+(
+endstream
+endobj
+71 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-163 -250 1146 969]
+/FontName/IHPAHR+CMTI10
+/ItalicAngle -14.04
+/StemV 68
+/FontFile 70 0 R
+/Flags 68
+>>
+endobj
+70 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1246
+/Length2 8553
+/Length3 533
+/Length 9348
+>>
+stream
+xeTݶ
+ܽ[q;CBxqww_>7ɏYss>k%#Vbea @ZE[
+
+{~?xgqY7{{U3?57B;uts;T``gL}
+Ϩ=B `pps" [C\-l
+A\
+'i%S"C2KKpCt{/҈4 _rs1g*&g> QX h!j<F~W˽m+|vZyǔn,^ JP<>v"yУ,yOppyI9Sp1ط&CcxA7b/>{^n#6K/W?:WgIKF`<*w}KFzpM0al,}m6h^}CIEc#+\z\.:VcgA*U)p
+
+[뜆
+WnћI%|vݹmԮ K{H1Mo[f֣4;l{>ݘyySe5;ID?,عæX;2flog, &b
+\*VOn]z@Fd)Ds˪,C!
+ۈx s@uzzUY_s^0-
+%4>:JoC[ sţ4S2 $"SBѧ42cd2ާ#"bX+KV!L,W"J; ] "0Vkۻy)˽l"S %}yk6%@[oSF}=N4}#7t[܌`{^lL˅,D(6k2&e5aĭ^ʠ@E$޼+ _VP ӯP&]T%
+AAB[srl2N7}\h3zUB$s%kT<<>~C"mU!8oKF|XET
++S۝m`c2 sMdDr͋ hwc$R%_4[>vyM7WWj
+|1wSI,MĻ7J
+tƺe!Ityaw%~vTjUB-XO@G fy8'H׹Hm]țTE
+Zl]$dl[&ĝe =rzg5iڲoC d+M9^^K"hG*ܬ=l'f7JZ;k:v,cA%ؠw/O 09tyϞW:7. gp:%@MLTD?dž$nH,D4bN֏`΢\@.K̊նA]M"!
+o\؇ n0rFu7_C>yY41i3UW}.'gμxAn[CFq'tܤYH\T6Em&&AH?VsRx.aA&,Uԧzi,:xX@Y$!û s$L2V8b%#N (?4񉛪"pjH:~#yjtCt dmUf~hcO!?,FFɜzdȋ9N1hG2U19
+&hq.̱ZD'O1IE;*JI{wB=?+50'?M fDSvE?t&Z_ l~HZ#͌^3@,,\ #V y0 1( #FqƵ/_2G3{_4\9HĎ-ܱtjD()m*/gNs{5Ey.Kqd>K8UyD#L'K 0L/6pBD(Fdgˬ+f\M vq]zq}\ƜDU!5LqFƗ?i֛h"4Js^?쭦5Z1oNwLMI|ۇK})0+AhڥZ=ujL5T$rB/*.}9qmQmW<W/1 h/Qg"`,() !FQ W9Hf`%I5X ~>o6G:{mq=zъm<]h xۭ䁪U3UbfW:r!9拵,)mPlƄŎ>}ӝŞCX*Ԟ,/cnqa--&&<E%v<ӎt4#u3q)1$ 87U3og%Xk7D8,n%ODhx!js_Aw)B1ȄM?xOk-ϱmXirb='TTcl!cqh P7n9B(?CԔ}9(q+Z")^-2Y!?U~˭Fk9跪r?E<x2%liIII!^ZO.+Hu㟛'
+|LX;u 4-324#ȋށs%weG2IjgEBU9er-Ju>>c*+_ِmsMр2"Ko\Q@n2kT})>:K?M33 FiJh?n  Q2jU " jϒymQdAzB %=XVVe?a' G(zOx+
+̖D">Bͳ*Zʝ)3*؄:]
+9
+/WsieR٫6XDO|ܠC>ПN?5Fk~^x :ܟZcL~i-!QuWAEys˖( }VʀRrKIjG#pg ,fbJvIB`cS&x࠽1"k~k&&~Dh,вGwE
+7^~S1ݖ3}+ETi1낊mbϠ2O8z=aIZf+q/kLnтp Kald*kvCW:Tľ3?Aguy֬ @e~#zͦy1?mW8ʕmm <6Ps 8Egee@%`%6^]葥vs&/!|p\37kh58p4AI&tES@,|vo4'
+Љߵ ':hS.H۔⑸P|@ *NTdq ȋs\`ٯ\PW3,b䕥wvQK`~yǵCB@u\w/s?_1i 'qtb)+lt`bRZX0
+yACg8R
+_h-m GNywk1ћr#or!*[lh]Q%bU,߲wW"4Dw^ֱ0参ljJASB((͠;?uLy:A ]U'kw;C^ fV~*Ĺ?W͠JzCD?3`9E'1NSc0iPۺG"DﹱJ@W736xgYGoҤeU9F 5 !:8뒫8_,ږDyc0*Lر1is) 3XRR?:s^<WZWlrw^rze<Te̳;}=Pvz=%׶MLiAA>ukXSb`B?d'6,ظ2zUz{K+ፂ:cq,e\n].h{(׆vN@z2/A<y?s1m._C
+ v"Aڦi.#bQYq2*`yGC\qDi?h^J[~9q́)·yCf ߈BߓeYpy_ū`a,e ]6S'? r-J\ULSp_v
++ȱ>n.:ox}Ñ@BNJhɊb= nRP9oHY',*3Git*koDT.0gyhMrW_CBpiB|kQ\%q&utԴ<S;_ hb=pE_TEJE8XZJi;Oz9Fn(p%(g?xy?}ùN3@(`a6svA͜ |㖏
+endstream
+endobj
+74 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-5 -232 545 699]
+/FontName/XSQZZD+CMTT8
+/ItalicAngle 0
+/StemV 76
+/FontFile 73 0 R
+/Flags 4
+>>
+endobj
+73 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1037
+/Length2 3946
+/Length3 533
+/Length 4651
+>>
+stream
+xgXSkA pP"Eޔޫ
+HǐlB$B"EJEz& ])ҤiR Ҕ&E&z|9k5{Z]sn+FEX;@@Er U}ccTBǧ`xr ,A@P)9 )9$ HC! UU e4Ca>
+CIcIF
+7vWןտ7Cy,!THz:E0;!)p0o $
+Ba"bxi&~ {,:%$A`o
+
+!47 $}o(; 0o0!I|$!oHr @`oHHoVE#" I'%+_L0(Ww@[ $ @d\40_?(
+ۑ+^d8nYZ>Α`4ou^a;o~(n6H&UMβݭ ",/zW1C~|S1?\ >ݬЯ}c@[[zB]e<m4vfsv|%QoOT]^Ÿ:_ 6]ˢdأN1ouj(f-`6DO  g7-(*Q*
+߶<%iiצLͼ
+
+ڜ1T(YI8舍pcZ3S&11mvv65 מoSodZZ2g|^} t|wH8G^1Qfr|>!ݦ@@ )rdeԸJ@2 φWW,-֟|ެ1DfnG64uKW?n5jBӁrC\{$ړ/}Fa5p @@Wf?S+-SwfhDZ%I\n
+,[[ wwK] 8#%Ѥ/ZeZƀ؊} -6fŗz-e'Ϫ%)3]5tz V'zc|pXOvuo`O.=Ow <`SJEhvG>_zHa\`VH=RDw;~6CT`Ś=a+G&{j[<r_(\yضZȴnT8!y#Cvs #? p3gTVfm@t4XWq@ZJvgwݡe|`_x,`Ne,\ i{8hxy>,x)y6O.p̢sKc) m<t඗ehѫ Ԃ~(k]|ؚH'E{>G]\MJ$yyF"crcZ9P! 42:i),bm/M.p)^Tn8wK s
+KĬ7=U"#Y2rG.55Gc״b.im(;N1iJ\?JAruΕh{
+_ᖢ;:R+A7q ".Xtr͎gŗ[o.]!U4]JPOP=֢>ٗfpK@уE97V
+
+wF'u,IӋW:1Z^H8@HwdŝB m8דQ<>_-FČHr4o/&)b'yܑ=ݼU-:R\.0Jx3aNJΗ\yڨﻄHp'=/-N.qE;25Sz˼EJMxMASK|>1#+dO^̟:*LhW5W;6wz̬תO) 0KkL5E=R7|(^?Fs;3} ZTj[Xpj>r%t}z7^=d(G+&uJaJveຖRlz+ZgberKby1E蝕H VynQ['Rα?&mӈvN5sJ#oAV&׾烈<$0
+0Xyt_Ciӟ
+Z|)@ݠ9~GvK?M>s+й,Jg. .:cX3?hٟ@R%& y8ص6)ۧphfdMLC࢝C7/8S㨥;|A) r G=TkNڰp0dB\|~Nxe~֧0*TfN}~2t}\q!վk/^Umk԰S?_+JĘ!)bNenf^3M
+&6rzc=ΩKż)5FI>!' 'Gb%I*}Lz<>]!I'y<X\!$9PX'0z
+a08*ҙTMF k64/K]"[,ݤ eڗ2n[::#꽏_chL酡t/2>X&&#xT_;mPcY#MݳC٩*=d4DY$]w~wWq{1ttP?V<"bœܹCߪlj7f]IR(EgjZ\4RMnD,c9\tUkT3YOeЎ\3v4<%_ꐸ
+
+?Ҫ
+Ȗ5ۼi7҉SXXmfsQz7LΉ)&g#P.ظ*?r:Ӌ/:i L-6Ci'wnj8+7]UYz.!;[UZXQ%tJbN$< %(`,rz?XdY/4!`kuS\)&:ŚR_1pn]٩lj|OX/.:)s74Wa[۔&4+'uħW
+#7^DN^ҎA /:semDÕ-TOg<\fΒSVjc_'_bw9JJq9.0+wś-
+~L2}
+%d
+'Q70WR$?@4̋Pp9!A gO#g73Oe~t9G[il˷O"j=Щ$ǝPpB9Έ&^sVSehN*5rD a
+KEz7ĵǯyAn8#M݄ec1#>u9z>9}
+zCtk3Wj<|hpg
+endstream
+endobj
+85 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-6 -233 542 698]
+/FontName/HZJHBF+CMTT9
+/ItalicAngle 0
+/StemV 74
+/FontFile 84 0 R
+/Flags 4
+>>
+endobj
+84 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1880
+/Length2 10895
+/Length3 533
+/Length 11963
+>>
+stream
+xUX۶`Zwµp' <Hp'w ]{wrz1̱Z*jrUuf1sGS+3; [? Z4qvt4q,l
+hhf tb
+v@dIw鿛܁ I
+
+{ ϿZ;r3qzA
+jje2Пr m] ^z^T מ2(:` ;Y;3!\XDFW֋*YKR@K\+ y*(ڡ0`,)5/61=cK"D&2;+p o 1.ߍq7n1&-qs3<qM$a :`P3shedֺU.`?-
+/Wַfe쎩dmԣs\_[=N C@"8C4F̒6dHjhY!aF
+0aS8az3 OB\/huCi4kLMwf,1#iij$g~s W~46ˤ-ºMNj {} uKIsLt_?S90ӽg<aS^Dc/l-WΥLv0U$浪!X.\qIe~ KdᨑB?g;85y$n4Hls3Y V\Rl
+ShSqUAIr|z婟7C NaC;CVO&!RzG*9~@!')-=9]tN2u=_P
+ ʌe#EjKTWu? ^_և c0ۑRq鰚CD SRv4M*+E~'.d< Ǻ(XlZ)&]3fstDu=~qk7}k)p0R3?KNX\gR.P.RGV[M'-~2r]=DFE7A4$AnθZmTՖ}#t傼SA!gefԓ,0 V
+vH)Q~tlx'MUO<1K\oh2^О}ݙIja[
+F
+h/0Lz,y^<Q!@+J:kV>+pw֛F=0T%se)g"9O s^ú0N~6JSLn"x
+?~iBG5HoTG=TBKADh3Tggۢ)jٻMSKOME6Fz9/ƒK ZCQg|;7Z\򎾛JW%皨@B@̙͌| ݆ xN3
+ľTliQn\Xi|Qf]1̊?ooX &R:IHêmܦR,3,݊e.N
+p|Hfr5ޚh *YD \щ_S3):,M@#|j6lbcK8gK_yBTedn/:GܳGq[G
+LT:mЯ\*tS/R8j?` TSzYLG?y 6؀7D@UeفZ(-4>?tU`Hh:kYLOa!ՠ|2}#dKNx`~x*%fJrym}EoB
+h 3?am4pG+2lη[N%8)m57pkQFωΔ‡B}^G‰m#ЋOSEg^??JYG4(JYd$eŽn^2 o<%\%EzSy=P
+NXrJ[7N{)662)*ǣUdwWTI{}֣ E4Ḛ4 Mh-ōVƒ'aןYT$xۨ-!_H|`.oUgzl%C+ aBIR0tm$pĔ͍I6m}U=7ϟD4P( nNѿY%aaJInǧM$Η \LTR_^ ݐNZ`%$Y.3FM=Vi%ytKI .2<&%HL G)0P
+N
+m!JB|l=],KSlPGEwH  Em}XMsNp]`9U7ϴ3hc/n x N
+|f,"L<N\)$uq0An& 2 LYnDCa~C j}\wEh<{uEcU`]
+oA;?dLn݋ˣ2:ةr͕¼\bg;WK&?: .GKBy7 oi&ec{Nx,rK[q|foemm.39lв:pZ#6G)ʚ%f3|r.{+Pl; 9|y `#=3.
+
+-/Y #^UطJSfǼ(k<hnG<DdEq4zyA2vu.yٯoT5D ]?5KR"Pt|%m8L0GZ .y;3JBA2P{@MxRܔ0AGMA'va|k1c bA I
+aiB;PC۲@ؾ} jo]|4XpJGV
+`=0٠^!I*~LNgw;{l:J0%$1Nr4lgiIJԡ0ěp)G5~xF @rӉ.<+. ޏ9/O]HC D{C|E]cd|Sn2뵡[βy>_AEܱ[$~#ifZ Zbz#ФΪ9ѐ|Cr)/aI .[pR}nuG֙d"t*) Oa[ ]S6jwI $B^0u⚘k2":pID]Xru;1)ߟzĜ+A;>nQot=G!F{b®DoS %Vw ŴAݶlu2]W+sk=25SMT,86@3"vJt\¾`]2=>9z z-dRP.p:@
+ h.* kOY6PVӟd<ݠQR#&ސL%r;A~K<^_T%O.(zFCz&»,O־ɷOgy%q  s:"x*1yi{̓Lx"vdWG[OxY &52(Ayi0M
+y>tX;*"T 遜=q)8M6NN)G8AYD%&bۺp2s:n$~,}u#A6ƥ|XB
+o+RP] c[5?W_dl,2T1_V4N΂Zb.x!ԯAUG!?>ě% ;ǭG):Ob/SkC>ْS+iYXbt9ts,3J'qv*7jg dteU:HBlb5d+
+N\`/!\E#Ie%wZ e %}Fjx:oH8E5
+
+V\(Y8 uhB#L:aǜ:QSE6whX"߂bpg!ѦtӕvΓ6u#Mk?J(U?`UcZ_pʣO'TS kOxv X(M-17G_+Θل`Gȯ)Qv={z(uvjD7YҘO$?Oٛv9b Nn[_;Ҕ\{KJcr'. Ekþp.VQ'>/sG= =bE:*{gl mKnJQ%rاƮނW,2诘[JZe<f;eXv+qVoH|RclŁeo]v;f3/e]%{p=4۩i2vҙʂ9`ӐIzO:C$(Xm3Rʜ
+;,<pN]< v =jލfN3!swaL#up0&7I.IЙt`)+9naSpFB Fڐ%oJDžո>2TtГK'U'v
+XOm)6Xat6z<piޭ7O8bΏtN qaX*"tUW#a$J1ϟmjV"wfety׬S"v#zI=qJ/~! SCT(*Geʸ;+N>r7* ~J%B5k*\> up),,hG  &HO5rcwL܉pfEuL YC>ؔtOu2}OR.@8z%:$-SGQ(0%QId]ҿugXA洔!h6zmE3篬F7֢&S% $z?UE@Sd&TwE?4`3bԟ9(0Gg:&ٵqkVaciWy
+;Cn0M,-:y\ GLH "/"1N/{cDMp|E# 7.džVz$*`}xO\x]ګTQ-fh/^iZvoB
+"=y'ڈ#E _'֦!%=f2_H`2obm,Fv:OaL6Mj13k3JMn/eX"8:j,=W'S!+sUf3nA51˶P>yz ;.:EÒ #$Z{t{;޺
+ziUwzSMu5=z.BE&8:*Bl8!޼w%3TۢfKj8d]N$]Kܫ>fl?_HǴhYpJg<M+{m'f
+u]@k|6 WA:^g#/+z& %e|Hb.?YbgAzF~Šq)ܥ臀d? *H]:VRÐ➡^AHL)]t:,
+lL)ny$Jy_
+UEឞNDVMCP"CrJ)QW _KQ)݃ƬsYDJA1@+{kv؜K])\6g؎sy?͘],/'*s|՝
+* EK=c\ހY]{Ч)~hRӮ~b bztmj(JyKD&˹*4,y^CסITF]<"=Kɔ@ad`Vc e㦡k
+½zϐ0M@C`0҂-lNȨcGb,f}z%ƇExri91ȟbK·ÜKɇ]ώp%6kyfÇi*{jPfmV'Վ6EhI<,
+7"LD6b_6zF~TlQa
+└%ʼn*hNGC,/qEGӡy $ƚMy_
+| ҙk/.Rݵ2o{J^ϠM2w)\\U]dc_ay20.yasPE0qwjZx8⼗B91iڶ
+^Jy%ى<R,Z27
+f{QN3C5-oBPG{Hjgz{e[(:2 Լ }<0n8Q}uw.a |3;3. jv*8A֡K~z*pz#SC),S4Ev$$qs&&Z,$0͂nԯg<x̾>Q*!ӀG=YEey/fM,JIRDJe/|Na YWe[}tuKc;:n&XVH_.fj~V2 ϝ[dBQGa >cK nEꒃAgtjQ2bǤ ghgk;&xry8b'"
+ALyЕ޽MtV|2D`C0QYmkس-pRk](N_. Q ;Lvr31i@pU)Mp-ox? wm_}*?㣏ǁ'jj"Re*\n\j+/;թ">/䑝 N_!#hpAjoyڒ9sK+;L+/l'160x áI-UnM#q'ç(WϲR'Eũ&Iѷ{yл;pbJj !M6($:#_Crc
+P_|0~v1r5#^nѓ6}do ԮvVa|! hru7""/F
+endstream
+endobj
+88 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-35 -250 1190 750]
+/FontName/KRWXYO+CMTI8
+/ItalicAngle -14.04
+/StemV 73
+/FontFile 87 0 R
+/Flags 68
+>>
+endobj
+87 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 798
+/Length2 1518
+/Length3 533
+/Length 2104
+>>
+stream
+xRk8nJȡ!6$s8F=P1 _fBd%Y"r(Q+- DLʪYݵn?w?kd@3s w67#vq Q0q!;@%A8
+d'\Sa˦A2/kqwCe63E Yo6"_SEonS0 gBh#X.a;,O
+#|? eą`G eDհMp`NT.*BdR$O0B
+^jc$Q{;k4 auFrey%&k{B$&?zc0=@DmM}Ð3u˷ _Vjwh)T]Kp7S*'ohv=/B[UY>gv 9|`vx[&IFж{Nn% w/|g*57+<X!o:a.r<23/|p
+ҼY~%gz᪩;b==YסUR.Fk˰+WF^@a|4l'^`wTzYNW^)PdOZJ.Y~!^sGd5$ݸ?-VԴ~;+_ƧؾX',6SU1æNn
+#mTVGde|3t?TZ~G}+j[n ML@ѕ'PlP}"үPpCE/Ux_?:j䱇N&low)\lJhJtw(}4E:v&cE|G9aq+gP>wM9z.{]+9QG(~~Tټ:6un rR9|u)*h!_w2urV X3UQþP)*C򍨨}Y_9a% L'lV?q}c~"
+o+ $K Bj~r:f^MizL]fyCݗ\*r^{~"nRlTsߵDZsOԡ64A9Mj8CXCWZQ8~tjYap⦒ʹ#hISbFݕC*al+9*ynJ;2x[^Ce,?,S!tG(c8J!П4G3=S:fС"e[j\Ia1/IDښI49$!Jq5{:9.O)\pFN/X"g:c94%O lUAǽ*fPgڠ9]J"UL#[
+endstream
+endobj
+99 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-30 -958 1146 777]
+/FontName/AFHNTB+CMSY9
+/ItalicAngle -14.035
+/StemV 87
+/FontFile 98 0 R
+/Flags 68
+>>
+endobj
+98 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 837
+/Length2 996
+/Length3 533
+/Length 1605
+>>
+stream
+xRmTg-pl*+ԵC DQPWXjM0aTQ[.rP!bR?@-?h (RV@=mq{v<Ͻ}w<cy"%P_T$Qp<=%4"W` 48"|B $T&) ,@4c$˜eEpL)
+
+S!*7T bJ @
+endstream
+endobj
+114 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-32 -250 1048 750]
+/FontName/ICZTHF+CMMI10
+/ItalicAngle -14.04
+/StemV 72
+/FontFile 113 0 R
+/Flags 68
+>>
+endobj
+113 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 779
+/Length2 1073
+/Length3 533
+/Length 1649
+>>
+stream
+xR}TU[AC>.*nl1d#pwݻ9B(Ň
+T(Ncҙ\ 23d77>e8Be8/i08\!
+
+D4+eJD+!1Yt9h*"\
+EՒd(97hj</Q{NU,8q¾'siU- /"=K iek;9N+4+3 KiwLu/yV42,z2c U߭;هS66<Ծ{E[Ҧ֚9P)ږ9B5y@RAa]- V,msG{bYmZ5
+endstream
+endobj
+117 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[0 -250 1171 750]
+/FontName/NKQSBH+CMMI7
+/ItalicAngle -14.04
+/StemV 81
+/FontFile 116 0 R
+/Flags 68
+>>
+endobj
+116 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 774
+/Length2 1077
+/Length3 533
+/Length 1658
+>>
+stream
+xRmTW%YX*E/(&
+'
+AU 0
+Fq
+w>@\ J
+O,aHbU+lVnI'cԱ1wcRn'߱ͪiǼX\ۻc%N9Տc6ne]szs'oyO]ŏ!Գѓ\ۼ%ML۸e8Բ\3Jv[#H}fs">үeGZicmj]'6jB_/S`dNz 5w(#&m~[N2bwq(in^dnZεK>Mi1Oy3-o;UA6[|quqvig#t;x_F(K6gym:Tb|kOs'Q] p5N45klɛ%>S62[|e\~g%wTMuwr@zңc)mMQ{kIٳRLCQvx G49o۳;{9J#l.Р m!wo<w̎텍|+>3Bƣ{??j=.Mhڧ),A{"~Irغ㳟re [[Ms.B3_;yp^u&&WQ/|^;+X~PRe͈8`ԃ/y 7~d;"\[reحp&[M,/g2]"wϜGˇ LD}L?
+endstream
+endobj
+136 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-29 -250 1075 750]
+/FontName/UQBPBL+CMMI9
+/ItalicAngle -14.04
+/StemV 74
+/FontFile 135 0 R
+/Flags 68
+>>
+endobj
+135 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 775
+/Length2 1103
+/Length3 533
+/Length 1685
+>>
+stream
+xkT%r^܀P@ r7U#P/=:&2fd UD*h<kA@J"-1TV['@]]sw֙{yBb+AИH0,aBe(Bb(08Z!L/
+Q** 0p
+ \BTyP 7\s#I,2m?_H
+&Q. R
+B$t-bH``<Y7cL
+1R "D"Gg(.Kbo3aMH|Hٻ#NSIQ
+
+j<FX,Ԛt%c-yG6"qCs$z!{pvV^-0c5lXu^/ü)yg7(q 9ZF_{m7](+*3tQ><~u q
+|Վ=*z-蝆/wEu+l}z!&u[tLl`6|O@"2HAd!߹sN
+endstream
+endobj
+139 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-27 -250 1268 750]
+/FontName/FJXAQQ+CMTI7
+/ItalicAngle -14.04
+/StemV 76
+/FontFile 138 0 R
+/Flags 68
+>>
+endobj
+138 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 767
+/Length2 1182
+/Length3 533
+/Length 1763
+>>
+stream
+xiTSgǍ: ZPE !! daR\…^$1@PFkE#
+"(AZ8oVт POO|o=s/y^?+@#!PT5pĝ TDr F't++:J 5mM$%`0ZMUlC!'*>OQ> I
+؋m4Ha*.`4*J
+ݒJ\.~4⡅>[0wuqÃ' q^ժ0XBhT%9#|T
+VE
+Ar?Oqfo"&{6yVV[q[VU% =a%79Ǝ9\רiN]Ů%pf5nRQ* w[.cE]b̡w:i6r]WgO=:R˕mwʢ~#vmꕎe ixg] #BC: nD'=F~D@ߍyگ_bCm]^F9kVzV +WdlTL&gu--[s~A[+>lneV8B%ra٧6i`-գ1VaC@Hwjq|nj@(NP96i=}Ǭͻ\xEM_Zw1/1K>N!Z)dAiXU?Nf>+W~uN잽^+qf~f{ ?zj93wlc݌deF7%<˰Z1v{!MɕPl%62DYIݓ-v
+=qpqDٴUMt1~-.2}yfxp^ÄHOeOYfC8{wpM{C2ZŤʞk`cTp>3EFD_7! 7⼳-DbZAPis\t^gYLֹ>w\@I0tGq!gÙ5YF#Gos?fѵT ޴P+Ψ"y#䶟ƜͼE~5H_>:$%w5i_iˬ} e嚾ZcD;lR]b7"([yܫcRnlꆨ/' y=9c{g}猢j׽khSf * ğ^Yìpc[{Ĺ~@J@>!kM,.*BaW5o#Q6O{TC[tNm,3>`2CAOv}<mOg>F|)D:;C@LXvVyo&}L/,9;ՕBw?HarB뱚kZ'Ե],4+fRܠ̛Gs&K`dۀ^(1过RwMygC aTb_
+endstream
+endobj
+1 0 obj
+<<
+/Creator( TeX output 2007.02.26:1200)
+/Producer(dvipdfm 0.13.2c, Copyright \251 1998, by Mark A. Wicks)
+/CreationDate(D:20070226120040-08'00')
+>>
+endobj
+5 0 obj
+<<
+/Type/Page
+/Resources 6 0 R
+/Contents[55 0 R 4 0 R 56 0 R 57 0 R]
+/Parent 143 0 R
+>>
+endobj
+59 0 obj
+<<
+/Type/Page
+/Resources 60 0 R
+/Contents[55 0 R 4 0 R 76 0 R 57 0 R]
+/Parent 143 0 R
+>>
+endobj
+78 0 obj
+<<
+/Type/Page
+/Resources 79 0 R
+/Contents[55 0 R 4 0 R 80 0 R 57 0 R]
+/Parent 143 0 R
+>>
+endobj
+143 0 obj
+<<
+/Type/Pages
+/Count 3
+/Kids[5 0 R 59 0 R 78 0 R]
+/Parent 3 0 R
+>>
+endobj
+82 0 obj
+<<
+/Type/Page
+/Resources 83 0 R
+/Contents[55 0 R 4 0 R 90 0 R 57 0 R]
+/Parent 144 0 R
+>>
+endobj
+92 0 obj
+<<
+/Type/Page
+/Resources 93 0 R
+/Contents[55 0 R 4 0 R 94 0 R 57 0 R]
+/Parent 144 0 R
+>>
+endobj
+96 0 obj
+<<
+/Type/Page
+/Resources 97 0 R
+/Contents[55 0 R 4 0 R 101 0 R 57 0 R]
+/Parent 144 0 R
+>>
+endobj
+144 0 obj
+<<
+/Type/Pages
+/Count 3
+/Kids[82 0 R 92 0 R 96 0 R]
+/Parent 3 0 R
+>>
+endobj
+103 0 obj
+<<
+/Type/Page
+/Resources 104 0 R
+/Contents[55 0 R 4 0 R 105 0 R 57 0 R]
+/Parent 145 0 R
+>>
+endobj
+107 0 obj
+<<
+/Type/Page
+/Resources 108 0 R
+/Contents[55 0 R 4 0 R 109 0 R 57 0 R]
+/Parent 145 0 R
+>>
+endobj
+111 0 obj
+<<
+/Type/Page
+/Resources 112 0 R
+/Contents[55 0 R 4 0 R 119 0 R 57 0 R]
+/Parent 145 0 R
+>>
+endobj
+145 0 obj
+<<
+/Type/Pages
+/Count 3
+/Kids[103 0 R 107 0 R 111 0 R]
+/Parent 3 0 R
+>>
+endobj
+121 0 obj
+<<
+/Type/Page
+/Resources 122 0 R
+/Contents[55 0 R 4 0 R 123 0 R 57 0 R]
+/Parent 146 0 R
+>>
+endobj
+125 0 obj
+<<
+/Type/Page
+/Resources 126 0 R
+/Contents[55 0 R 4 0 R 127 0 R 57 0 R]
+/Parent 146 0 R
+>>
+endobj
+129 0 obj
+<<
+/Type/Page
+/Resources 130 0 R
+/Contents[55 0 R 4 0 R 131 0 R 57 0 R]
+/Parent 146 0 R
+>>
+endobj
+133 0 obj
+<<
+/Type/Page
+/Resources 134 0 R
+/Contents[55 0 R 4 0 R 141 0 R 57 0 R]
+/Parent 146 0 R
+>>
+endobj
+146 0 obj
+<<
+/Type/Pages
+/Count 4
+/Kids[121 0 R 125 0 R 129 0 R 133 0 R]
+/Parent 3 0 R
+>>
+endobj
+3 0 obj
+<<
+/Type/Pages
+/Count 13
+/Kids[143 0 R 144 0 R 145 0 R 146 0 R]
+/MediaBox[0 0 612 792]
+>>
+endobj
+55 0 obj
+<<
+/Length 1
+>>
+stream
+
+endstream
+endobj
+57 0 obj
+<<
+/Length 1
+>>
+stream
+
+endstream
+endobj
+4 0 obj
+<<
+/Length 30
+>>
+stream
+1.00028 0 0 1.00028 72 720 cm
+endstream
+endobj
+147 0 obj
+<<
+>>
+endobj
+148 0 obj
+null
+endobj
+149 0 obj
+<<
+>>
+endobj
+2 0 obj
+<<
+/Type/Catalog
+/Pages 3 0 R
+/Outlines 147 0 R
+/Threads 148 0 R
+/Names 149 0 R
+>>
+endobj
+xref
+0 150
+0000000000 65535 f
+0000199422 00000 n
+0000201680 00000 n
+0000201328 00000 n
+0000201533 00000 n
+0000199586 00000 n
+0000016897 00000 n
+0000055531 00000 n
+0000055347 00000 n
+0000000009 00000 n
+0000058869 00000 n
+0000058682 00000 n
+0000000985 00000 n
+0000061316 00000 n
+0000061121 00000 n
+0000001966 00000 n
+0000063440 00000 n
+0000063254 00000 n
+0000002900 00000 n
+0000069480 00000 n
+0000069286 00000 n
+0000003801 00000 n
+0000071406 00000 n
+0000071218 00000 n
+0000004791 00000 n
+0000074415 00000 n
+0000074229 00000 n
+0000005774 00000 n
+0000079996 00000 n
+0000079809 00000 n
+0000006726 00000 n
+0000083463 00000 n
+0000083274 00000 n
+0000007700 00000 n
+0000091710 00000 n
+0000091520 00000 n
+0000008630 00000 n
+0000100985 00000 n
+0000100797 00000 n
+0000009551 00000 n
+0000117273 00000 n
+0000117086 00000 n
+0000010453 00000 n
+0000121002 00000 n
+0000120809 00000 n
+0000011378 00000 n
+0000122873 00000 n
+0000122687 00000 n
+0000012301 00000 n
+0000134774 00000 n
+0000134587 00000 n
+0000013286 00000 n
+0000137974 00000 n
+0000137788 00000 n
+0000014258 00000 n
+0000201433 00000 n
+0000015243 00000 n
+0000201483 00000 n
+0000016693 00000 n
+0000199689 00000 n
+0000024213 00000 n
+0000141818 00000 n
+0000141632 00000 n
+0000016958 00000 n
+0000145662 00000 n
+0000145476 00000 n
+0000017907 00000 n
+0000157326 00000 n
+0000157135 00000 n
+0000018635 00000 n
+0000160426 00000 n
+0000160231 00000 n
+0000019563 00000 n
+0000170074 00000 n
+0000169889 00000 n
+0000020528 00000 n
+0000021513 00000 n
+0000024060 00000 n
+0000199794 00000 n
+0000026637 00000 n
+0000024275 00000 n
+0000026497 00000 n
+0000199984 00000 n
+0000031512 00000 n
+0000175025 00000 n
+0000174840 00000 n
+0000026699 00000 n
+0000187298 00000 n
+0000187105 00000 n
+0000027426 00000 n
+0000028396 00000 n
+0000031337 00000 n
+0000200089 00000 n
+0000034245 00000 n
+0000031574 00000 n
+0000034105 00000 n
+0000200194 00000 n
+0000037780 00000 n
+0000189710 00000 n
+0000189516 00000 n
+0000034307 00000 n
+0000035291 00000 n
+0000037662 00000 n
+0000200386 00000 n
+0000039633 00000 n
+0000037843 00000 n
+0000039502 00000 n
+0000200494 00000 n
+0000041558 00000 n
+0000039697 00000 n
+0000041440 00000 n
+0000200602 00000 n
+0000045906 00000 n
+0000191624 00000 n
+0000191428 00000 n
+0000041622 00000 n
+0000193581 00000 n
+0000193388 00000 n
+0000042554 00000 n
+0000043534 00000 n
+0000045750 00000 n
+0000200799 00000 n
+0000048263 00000 n
+0000045970 00000 n
+0000048132 00000 n
+0000200907 00000 n
+0000050441 00000 n
+0000048327 00000 n
+0000050287 00000 n
+0000201015 00000 n
+0000052414 00000 n
+0000050505 00000 n
+0000052320 00000 n
+0000201123 00000 n
+0000055283 00000 n
+0000195549 00000 n
+0000195354 00000 n
+0000052478 00000 n
+0000197544 00000 n
+0000197349 00000 n
+0000053465 00000 n
+0000054455 00000 n
+0000055151 00000 n
+0000199899 00000 n
+0000200300 00000 n
+0000200710 00000 n
+0000201231 00000 n
+0000201612 00000 n
+0000201635 00000 n
+0000201657 00000 n
+trailer
+<<
+/Size 150
+/Root 2 0 R
+/Info 1 0 R
+>>
+startxref
+201778
+%%EOF