From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/twoup/README | 10 + macros/latex/contrib/twoup/twoup.dtx | 793 ++++++++++ macros/latex/contrib/twoup/twoup.ins | 36 + macros/latex/contrib/twoup/twoup.pdf | 2652 ++++++++++++++++++++++++++++++++++ 4 files changed, 3491 insertions(+) create mode 100644 macros/latex/contrib/twoup/README create mode 100644 macros/latex/contrib/twoup/twoup.dtx create mode 100644 macros/latex/contrib/twoup/twoup.ins create mode 100644 macros/latex/contrib/twoup/twoup.pdf (limited to 'macros/latex/contrib/twoup') 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} +% +% \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 +} +% +% \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ţIl7EP,X̠̑QZU}s{@G)rU8D)*.WuZ[=ҸG^[+%QR\ďj=Y֣em:q*#l +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]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-&NljJUJR ( W{!ַ\LL?iϷwS}pr|D^w)n$SUWE_OppR&7: g=vnVp@'n sq, lpy7?L>S6 L"Ihv|7u9_ݜ2/g뛳#csQKh8Bgī4b>{yLhY?[q|XȬY=yez }.eoAѹ`g>mWvm-4=fDՙ ɫf[r_,H~*Hw:ʈ.DyGk7Ӥ ~誇qڦǩTn CU֎5c>Ǻ$qT݁8vc=0Iݶs]iwճ uKQd>wx%̞<O ^nCҰ.;4P +b) [p|9.wI2(e]Ub“tsہ 6i)a4B֧ѢseSqW(&ř DZjL?,>uuhabv2^ Y1Zr=! {@Y Ƙ+k0!B+dz`S9]ϬDbEaMiKM9!5a1&q193oA8{ Ab0x*7F{4KـT28}+B0b@9(E־X Kl{uB^w{F2ŭ]d]KFMCݖ*M/ lT,,h_LUH .lǺ`%- X S=9r+]юwiT,_(A/<{5Dё}x2#=lx?Rv*9qu6[e/PcAdJp~-p͔a&oE—c^+D *frIXw5)kzڮ&VĦQKDO\E7Tۺm< _AsW$dxjZ4XcJ v l]/ٖECZďKn/J8F*[ӹe!֡BIDX}[ ZYZ(9caGJ'lQV t9*igzq҇Lg}eFH兜| +'}[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ؒOMM6ASm t7@]o;(3O f.ny54UZ2DjV +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?69-v8uy4[)MAOɐ/jh(<)m\1(7q >|qx!Sgݟ{&mX $ey?m~XxEl*pDǐmf:(n1X"s;KI`ʧ$V-¹#@ձBj_U$ +~1=c\+oJAt"[\Wx灉ŶSL{|$V{,RjŁ3̆(Ȝl !5>/u@sWMd,wHFẈpy˶vtQ6yYE(yYiE3=g}@ y-|,a#Ů`n|_PíA/`^w^;/얺vK-wBH({9꜖U2Dxs=W(.s{p$s_dvQ/n</]Ʈ|B`.q6F.Fv|gc,~Ϋ71X?`nQoZ$ EtߙE[,%%VǮ >&q;ȫ{$0. =NZM Ϧ> |Dz+[zb0̓y [MҞ7$Ax3rɨբQؐ"#ʅ _'t44%gT▗B{B_ hnS'o(!ˮ\hHRk$2D +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'>wxᚷYҩc.@AUoQu6)heh˰_˸ʇ\滖"Sξ m ~?z0NY84r\PhAc 8a9AlF33ae {#jx?Y N5W`3s4ΌtA[Pj!e^ +JTTqDF3cd|I$ld"̌M (?d/ +쎜#*ش:|*bN_Zɱ&: /wj[_]cg` oS韑_c."ɾB$ +=eeeBow ."*Tofdso!p2N~@97Lu̳Ķ6A*w=ݫWi2 fxsP<5PeB 1ՀeԸUtzr+/hW=|UI5&\J?ԍ߆ h]Xofp)FCzі"h_9Œʥ8Zh2@\@3d 7  S~8CeLwww RHS' spE&9Qϟr@(oSB^$zŧ)ʺ<_`s>͂ +އ)B 7{Ysd\_YWPV`QA6lAә6/KsW߶wD=0"ӤƀӉ^lGhUKR઴&W{30P F,LyO2 ˼PQYr39AP`G);4vH=]KsN%Ҫ؍.ǥǠ\lz[9jdz5;L7Pp^A0_~_[E3 _bgRfDʸ1 {t0cA˖t2zC7ϥEbAdf[uSe#v8cA/ABGrB6J{ lO~Wj]jV?8ꋐ܌VWK!,{npe2 eB +AOXIP%Xم~_ X:}pl.r,SGr6:8Q+T$B<&"n#C76!nMڄ|-8 g%pq$I{Ӟ1( u^OO Úc`9Ue2B-+ +FUؾ,dZceѡBcSPfT<]M%aN,pB+BCQVa͜=5R _T_ЁCV8Yy c"PFUnv#^H} w@p @+ +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;^%2h5inmpZƐDp4)@MEnB;c-M9_CҼ{/.r+bџk?yQ~ +KM86}"gHY{Arɒ"KP@"B^s6/C'rƃ(FzЉ8A>۬ M, <$OCnCmQ1@R?&c2yU:A60N +Ei[X6̘ 1kfC04[i\`::V˔༦~ڣl} ߊ9!#r P GBZFkzz!$6H;ce3ci79+iH`G e9%(_{Z![mT ޶w=<a^ &dk|y0Tv)K@fVM bGS|!IE bB  -. ι,sׂؠp!hT= Du̹N-W|mMQ_N0vM2#ߔ7%8gg^(zڃxDʮ2j(7:l@ +"vQ4CJ6ÃaP0 n^7l\I`]SNw +Ƕq쌾x# +ojd^Eݷ%ګ ^@Ζgn[]}THμb`Zy~yS1G6O}?!N2kpOsNa𙐯|9[r b;m??.N1묧zOnF@Z'ZsA=*c Zzs`AUPN[n%⑰uT72֏1 Ɣ))yR@1,&O^_PJQnWoMUtǐٞ)Rn鋙$]Eu`AEa~/0./16K!2_Y1t(MX"ëR|_ ZFoڍUָ GȦ9Ss+iD+տg$& vƍk5(`:Nz-Hߍ2:uv6YBEeFl_)MׂTkQ"Xw|rQ˗WgfbIq_U"?*)rHg?UA^ؽMHo(`tQW 0]2%)Q`W*"Z%@ϾTגۓKls&eԗ`qr#΃R.H'm4VxT"!R-M[}\mjȓ +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&/@PlldA>&`A9l7_=~&eiyxڤƏ?xCu+bhvEsCSV$^-5LJ@v2AB RZ9`"ul7*&j̒g±bDʒh:-C=i9{;9bu.cfL%suN 6GByEouq^=5KͶ>' /i7C ]i<#ifNrR5;ؚ(na&1#J02f04'h giC eI{&C*%w@Ӡ,jX`Z~;" .:bB7 ʐ'{ni P6T +p!oN?s+V2ʹ,xƇ7[np&o>T 0Pl]V_hui[ +t4蹰 ۀEz ryKyC .fnRB}\]xCI-p:>Wl(2K +s~E@l1Pќ8ًƍK>&sЙNAQp -=΍TȢx{ry 'PHγ$ +Jkb7 IҞ sz +,X"SU$ *+M\"I(lq0Wq[ Ԍ vt%  4 R]szǛ1>~,PV/ +S?19qLOĔd˃;,=SH3g)7U* 6koфd 1&0}R&Ѩ +\꽦 =D4qgK|%B۰{;Zfpj]j;~t픸ӕ@!OiZ}r*2\eٹ , +r_8 +#'^gtYp,v;GC/^$!6s]/ed' +)~q +AnP>ꯜxWj%"k*Ou + {$ ipK%S ,<>f!-AQ\QJδ$樳#R2(ˇWISӘh?B#4k56؋\E +4x.h3,I:8B#l*'p;e~r}vNB,JC2s ڦZ W,,*'@Sm*3e0.mV0=`_\pƯ6Fm nEz/c(\ i%cG2^k/!]_h-\\?~T e5"P:]ml{`iG[j ;s:7,܆nP^GT4}~ +?/4N > T-Tk=}Ykӂ]i[t\21ڕ*FDc` +ǵP֬)Թ݁A~p(> +endobj +97 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 102 0 R +>> +endobj +105 0 obj +<< +/Filter[/FlateDecode] +/Length 1584 +>> +stream +xڝXK&W蒲"nNhBѳ_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/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֖/^ yUf| ݒe܁g&(ːeҙXLD##z2Pe%ʓ\6)LQ +UHHݍH)R2^X] ID1bn>7G4GQ?7L6!aIefٕpӴI0.pWJ4mn˶32+ +6gA8(ٻoWI2m2B\nb?SfS/U9a +a%Ï>܅\#G½5$O8C \|ݹ:U[PUBE]f2$ 2.ƷB` +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 +@BITiM"E>p-"D)feˑ7"Oe89sfr?c>9/~5 SjO3K#?KW +cA[yweShZiKYE[4q#Vzӫn ٮowir@HF-(bn^ܖHYЪhV^~NƶݠКqw8\)6'qfAeod)P +$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 !.ŀF٬MQ('>Mk90 [-}UAj}=a*/ɿ>P,s?N +CppaŁ/5pC|4wlE"0 2Jןff |Z~G1A-VpTeT#hR KRPhsڦ=ZJMdqYx!r5A z ^Sx _ؾf/JEr9?5 ˏO#A߬Q|xUіE6hCs-V_x5=Qy|3ya`A=S„\̭k0vl!ͤRV{tܞ+9H 5xxc4"xb3/r\A+V^ OA3LOh%wylCQBk̩G@ +ٌ@Z ohl%[ UNtN Maη-J&5 ! `m~2ȱ2 Si)]hDPlRC5#+QYcI{GL%`ۅ4w 8yr?NU˼qeyS/~4g Otv9Pf7 +x1Ⱥ+T-n? ,pڂ/E Wrރ0> +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: 몠Z:J $:s޻8` WBLї; ' X vtM'fޑ$,>DWGwQN#(U &TܠT$:Sɍ% N]߭Oӭaϡ*B2!5Uk|뼫FRHLJw xeEX!0ݖlsv])]YӸµ ЦE5 +Ǫ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(""eAΜ$&P>th=@Vg`"\9V\X_y:uՌ_fZH@. L>DϦ}:BIzH,tzZ% *[Pm>{UYEVbErH~'.y{;ҷG%wv[tjo _I2{;I~|$Mm¤wP/ D|.4&S@<%L+ݷ-aSV\aWh@o]ʵcup& S293pphup̄rΫNXq{=>Aq~yf,hWJ3C#?Pɠ]c3]N!ɫ^#}&Ncɧ&9+']q!k H?ggȫ|)3GLI[@@4cp,,3n1 `c*fvX` •"lЂO C/O ^vkjb$9CkkBdXh-JinBϏ?)R+|@<PX9L25w'r/ɛfRBJx:(a'# ~lՖp}oiؑkZ8fizrOFXQ'ԔS(jH8);:HڲJԣ$(NʏW9o%V +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 ~ +7AYo諎Gji4U吨ciI4 +סBt:"k4b6;Zz/՝!GM׀N]5w0*Ja6ҙqkrFkx4k(P,0E1=ִ`!3) 5cLnlN`?5DƏ?$9=q !ThMM3`f9iWѮZg%SBaU{F4;v@dyxN!٢&/F4_uz]% ΐ"/)_DS6~3ʏ8mH󞟚l>mN)[](V~,J(7XH1or&X_0>h7^]~4| OL%V01v]]VN/LSO\ia>5>?zNgS=}OS$,8+򩧧Ox̉{C_UcǟVJvgGH(n]SkmU'BJh +h27^=+zu)E:Q| +O< n88T>%\ldIa[I[,ejQ964i_!$0TMtjjI`#dthwL )E72cQQh:BSBqM;??a#ܝZ'!ji&CnvxzlaI[z 9g +I*|&aUiN~훖z gĤfIke9HJ(.?z).qJ^Hd(MdG3ݑx]yGzH 9V깠$Kۘfi A%2 Q$aNS,eiûkK[(-QQl`\s3"HMq26JIKјD(G}bD0SO͘ gϋX .C7a ll_">cݔ +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%[؛5TH}~!=`HãW0!y98 f_qTv}V74qޖ 7Yb㊲w4`2eIoU[}KK7" [ YMIñ#&|WXCZv|`ɸ+=os\i aFU}t%cW}i{ @@ԫ}uvI}V1%v%r.{WU_z9e@ @ӭ3!$~Z<Bui8 +i$Nք / > +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+[>:o`*PLvxyy*P:#~$D' ADqz_2.aQ67^r\B}Zvۦ.=m"@2'a^&_ _k\Q&BզdV})sv NqKBme)t ̇^3zSX y<:b+^ -ydMcps/Ls ]?!m{RG{ȕ\"[f \ 悂Q*Ém:ڠjߥ|u2hX)׳-(6,GLÉd'gЋˇ #K7KOJ&-N7/F4(X^`qmooWO庐)^.R:z>4+c"6HqE4/o By?qI jS~$X:*+Y؟efƊbL;1zP܁M?zZ(u vV 1D +Q3CՍlK`U>k^~vÃ+8b]ȟrs> PE궵&qUikw[qvn)M`]H!,G)|/MGpfPM` ưk!E*jwl K7m_2_2_FWv\>#2p)c.sYHXW,d1x8*YHKcس݄u50o5:[_Tuj6/g +oO飬6}#.@j ӃKj5n>{T!%xZʼJ"zcA_7&2 \8K8 -8 z8`}PV=Kڊ[p0qhwweEo*i꩷Lթ!p _[K71l"!Aڋ}:ѿ&Ne&7MMe鮵Nzud1(|[^||xĀUh5>u06} DN`HK26.}!6q;vN0ٛ[>-B)z + 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=YP&zgYUFUcVU#+Q;D۫Ș+ZVmsQJ XB#ÉCY8U_2Dz@[~A#Nr2jbQS`FrG]v"VP05Mywn!6P +]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_?Ǭ Mct^P@%ph?-?`iG#~OZD-o!EEEq~s1C"K<d4!'b b8+Iє0G"Cv穪-wCIAA8T^A_ )==RP2 TTJE-_TTTD!E1d2H|[M~g12 1B<lc.P3l t)^,ױIا0r..rutˤM#w5϶P"5OރIu.5bd}<`)~? na+a;Gkf^?ڣe{w|c}ґό}sb1wgi?2;1{q;pAZMa-y~RإuNqsѝ;fēa4%ʲҾW]aHN8 QJ, l:eY4յ-/J_?l%`E=a$in倕KM$OqixB6:{NMgb*&0@ С4u8{jp_^Nފum_.7/in3; 54W#D9rd;oЮ{r̈'mTw+Pui}3&7ѣuhK@cՄ^k .|WbQ]A'G,W>z^q}/WDdo4S'|y3kyw̒Ij:#'^̗26gjq{b& +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][0n3QD9ݴ~pi|êX駮okyīAXtQ\\}ۥceִ^?yij1|2afP}KmE{%*.+RkFP/Ҭ3 +ר/Ğu۫"aw)2Qa_j@0k:8, ao6Է<2/%m&\FאK:F\M٘iH~[,scg~rXGLc~oz'UmC^}i&'f>em>[fxMګQaּ8RiMSbsDj+UOjoyN[Ɗw$'dX=d cIPχ%3I r:-Rd_[@pom$+&W=zvl% J!OZafI=`2W^ lS[28y +^4Ryij (䑥wZo{N5ѿ,&rD)ؼDDjms쫶\8vCDUT',=CɸƏ4SMҗj+%ŝxzO+S)Z+\z]5{x8 j>4}ot*_i:#dh}%Lf+!l\`͍!B9,LK;1;=-w۹._BCd +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Đ* `I@"TQ@ EzQ鈀#MAipp̟y>?ys=y_g:ƌ-dBVBX)J$7!hbHxB؂!(O&すpOlJ!H4 +d"Wt,0@"C… +B 0+b Cǒ&ÃYS0GHlH$V: +@-28HPmŭ|#C0+? / +HhB6$>AlTuVXf%؊yp|14W`&Y9ZZYǮ3Kv;KcE@"^pxQq>y~%yb-C$bȐP "̆5H%p"DcO~_m+V$9ͅ8@J$Q\`Dg#UYR%s;3LNYCxoԟÍ{J۝ç :GE:DMr>Ng!4rjl+8M&)W `,-pWz -O#zW2NUnX]8>}]3_ʔ(zT*}*Yai bkNKhM>תʰ%"p蘏:*o-U;rɸJ.emZWmOZ[̺ԃr?aO&}W \*7(~gʧeEyLD'tЛmFg.rMa\yV 3.+b> ]- =4ݸ-::5-x.u'pCZwrJ캛O .bE-aه<ԇś{z?cæ']+-T؁ +s~r}V{Jh!Au${z NF\g޷(96{ DVLHU=M(ė/^̝nWQD%hYJ9d|vOߒgS~R 7 6f*7=!D;.8eѵi#;6XЋDXdզ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Ÿ"?> +endobj +13 0 obj +<< +/Filter[/FlateDecode] +/Length1 886 +/Length2 1189 +/Length3 533 +/Length 1824 +>> +stream +xUkPYj0(:0\D^I! QD%0JHtg: CeQP\`DT,P1R#8®"%,uk\flwsnյ0 yH;&~=L0‚K1/ &21`v\Xlpq@Q$ȵcg L BdC  +PÅL*x(["&䰈N1@IƘE‽$ 9LH)]`# +P*E8*1qj77 fnQ1Hd$L?\bj !Ũ)@'&Fa`tCz# +X()@|DP ax @0rRW|l" !IWآݶbB\`b`r(i)*c ++( :@ysDm.W#`[4 +&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ұ}XU8H/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{zapg3KC¡PryDw'CaD@Uww->@ sŁp( +s#?= <2}C|p>8w 5Um7)n)O c3C=aH?S-azӇ9}=ágwPG9QPGp \ jem%h#Pfdf3=H8h+&"&&KĽb# +)i `0PG8@XTm tD~ާ4P w)?d>#@󯀔P K R8Eq_(jM8w&\}75I( +q-@Q_ ⪸8a_7Nq<qR ]~#y%$ )q,PFJ,#޾0u\d$B}H70<˦bR=cw iDI-2ضKWsr [cӕQ?%sHb)5lNٻXuݝZ*Ⱦ[* 28\ts.Ȥ?2+uPt ݦgsI8ݣ1E2v>w>k4~[s==LViG5B=#6DU5S5+yLtќtNSJ"qE$*;V;xߚNZr[[$Ò$y򎊗)G5wwl.f3fONDT01aU؜?1fOkM[l΂27UXdx3EUWj5"a(ٛlF+*}~K +[%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<&^>|0C>ӶA{ItUVV-DtZƷG t}*S`42粦lܞx3MN+BC_&oM{>|Pw;%FO_+Rk] +Դ?8<Ȥ.!7$ĤUVS }aYu߿E'C2~[L"ȈG(ٝ*k%%-Ǽ?k-ņB؈lLQ :sG1ѻrrT@FJq[`la E>YdG`GMtٲz~ ~ hw:lx[ТnO?ɽVmt \eLY'Ƭ3g$' + XaPg++.HE;b7l"AA6N,e̞kS,x*K:mKJ7zj +GGo6h8c}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 ư>3$Mγɯ.x!mHϰĕ9bh۪ɥJ.@E4Ctn jF{b=ɑޜ<0j׍Dfbd"]{abW(P;k->%wv ]X-'% + 9&hlEK/SJI`/@]9h=.,\Gԉbe#`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|hf(Z~= VJt xj7gKaj'<~|S ||o DcujP.cZƗ қ_ ȡɒ{~䴍U +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<^:;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~xf R6H5JE.dD`"u8ژMGG>~>:2{ h+i(VpPgN= L; + +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> +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)E\\Y0oo H4JՉ:T&5' C*pHq6! +j Y E# &C&0@ +A%I#P:^ <ڄ&d rPӔ0 ~j E᪑#9JU$ɠV%jX =*clRHx5)R!|L$@=cBj!NSpib< +(PT611'iv.hRs!1A(qF}3`Z&HZ aprb$M@-ZX(,wpAAF" ie+C'MF1 $pyڍ|9 OOoWd1^hWaH:V*fkynCeJ D5gGLNW46ֹ04ulX^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ⲉZNk~'gD3_vÑ{l: /1tqAT=d?~x4ʭ"ȼVlH%2ɵsrBy+{6w1Co>YjӃ*ʶ2t*|t>i;熊|'2wƵ!s~/s1y4p*ywoLgez]I7\^zy7!MVCV ɵ5^gyl'tŕgZ:w͑Zjڗj[v>}Rq~>O PPgX +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˒ xwpH`>ȇ\`%@a&и`HN6 r@ y +p9 2tH,`0\g%OD0Vf~o0G &dY`~H4-ǶŭyD-/6- I`qAf0G͛9"1?o%&ǚ2L.=Akd1~ J4bCr#h[&dq]]b?(x`t1(:~fŢLI H!p 0Y 0 DѺ,6WtEa6qTD BDOd ,' t8=ssva!Y&_3-17Z`dq>EQ߱S$ s|vhퟭVCFV*<|0#=H[-"ǧئfv,rqRݼwT7z[ O +?3_*j`PQR=TD;P֡鬰 O{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荠vrՏ俛^,Pua/~Ա R%5?FysY6Z\xgV\_g*Ck|]}ܟSS7ۙa/|t}D †GfM*Eb + "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,> +endobj +25 0 obj +<< +/Filter[/FlateDecode] +/Length1 1094 +/Length2 4556 +/Length3 533 +/Length 5279 +>> +stream +xWXSk*A@z0t =@C!ޥJ.(UDUT&(L HRFA~[Y@ 8/&@ r +D]| 4+H޶+htڅ>7C(#}L[cgū`# XZqk&@?jB n: UNq(V%/J7 mk&G:BX--T!ѫuIT%Bon>s3˘~xn5nX`?Cf>V}]nX[`CJ)ڔrѝ{ΞJ`'XyrkHӆA8r~{ث\UB7z4sgOa<"^dT:G;r 3WaLQyUVo[Lo,T$L& m/X>Q%܄U pLiFsmziU}XGޠK@Y #A,T8MTT+>"s #Cs/ՙ-t$X9h_\svCfIgiwwԄt?l82YՈ<|֙U;1"ڒ +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ٌS%?5ә*}X(`"EkV!J9DKCTOONu5ܿpnrfΙ0}A V)XrCk(O ۇG?,Uofq<,;J7th랱ƘMuhLሓ}1_٫6Wm8Y쌈braWI:~Rú|ܵ|A/0S{ :%''=qm1o Uu6z1:_Ta.)>v*!Y%3zEQ`OΩBe>y #Gjh*X2{v⧴IS5i, ^]Wm}ǵۊ>Yj2h]O\8jnh2cwQOtT/nP73' +􏴰,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|ϕHty6hPqPHLKjvK\5Yʍ-6_pb;4gM^rC1r^k^Q|J! +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,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> +endobj +28 0 obj +<< +/Filter[/FlateDecode] +/Length1 941 +/Length2 2515 +/Length3 533 +/Length 3164 +>> +stream +xi<ǥ(#D"#YX~s.Ö6P] K 0'vĺ dymW'QM>-"A, | 0 k=ݛ9Q f)(<KA=?Kx8Hjշo`NƖG=i)|ݬƈjGp8Uzr2"YKdT,RBiHc9IՔ0DlS(7f AR`BE YB>?!K Y# +'Ta YRԟe#zz$ZTE* WPTUaZhKQA㬟ÏET2$R-:k' Hѐ9-H9Y{bwYBMg)/ t=sȿϳ2i$%[nroѭ5(HdH@Ƴ-S4i;yLC:W+qc)MYmoz)qmz_5Mkhz^rةq P #mt{I + O#4/RkA!o?T8{xKeg^[MWRurH1zҬB7]b?7ɾ.*Νs  i;:P)EXYR5{wIgHDѬsMP²¨$Sm5Gwq`N|axIs _Y<jEW0E8 n'r]mkUM31}ràc9VŞǠSmE=dBdW +w=|l?V󨧺YQsk<\N"g2]#@B$v0IоwIJAm[p=hwiaoQU2xT|ws_hZC5"aBjoI$- +㹽 X`d^O`-W ۇZ +@tg>G H"=>TܽEc*王N< +M<^k)ځ4 vzA楫a뻨/٩-Uk74sE@+x +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'kK+$C,=BV0{TsP an Cz2vv@Ϳ85a0'WB͑@35)e(0K0'g/ ''y0 Cy?q] Qcbom{$ œ 9YQFBev0 _!kgEkwTin9jx)rkUb Gj{8S7d4|D߿CMnZQC!$ 89A<@5a(˼0 DՔ?D5DZ(Y??e7l@ t@j!DpQn׉+"+p͍n~Ը Ek,00XuE]`p$7[X.+ 3~gnuE~`BД,tA5s@`3idqT ]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$KUIu(#i2i=s9,Dwt2d9\WNK17jroxC8j3RWc,&Osb*?Pފd ]fg4xFSO6D޻D=l* u;>\`wrMEþO +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 41QOnKEsMP>*ozKS}Þ0&U}eF ۫\T"RT=SUTSdcBK.z( ;HZ rH﯉䙽&Dt9hqhޝh+}pX9Ɛ%0b?/81}QxTDk9]sэfiA=O"^i;̬j/rS(-qxkxȶGft+2Jf=u)e#EB5962mjyy_QYZ9F<7wb#:l$V[8X?_Ip{%2lXv$+ +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(⾴ٻOJhmϖ jyO5YAqq JJȯ.I_P}Q|ǤOH7׉ԣ}Ʋl|pv >7r%X]W懦62@ zz +,rV!x=]bOkÌx_#,5)9=+Ga +ׇ:kLlV^QeKvwfcq;J6z~JJ%XZ90'@gKst:{X*=ωt:{u^LMFFG6nd r˗31:G~+50;.zLUרݦQguq^W0'іNk.՛6H\D)XGX7j4E\ox.Ȭauy+)6l_9's}j09&0`->< Xh+Yqx*d@$ÿǶ!9Gi/GCIUKF_F;zeֳ>3ɓއbo\.M(ɠMX,WA kLL< <3!|$@&.,7aPiNz:3V\Lu1)hvET<= `-GƖ kяH醟ϽH$pLSKJYozuR\!9/~EtL6Ճ 2BZy-\muP>hr{kk. *ÑeؿZʚtcfwq%Zh.bϓD5Gvevg}&Kkޞ ժѸĠ$J\Td`4r0w=.!0OJc$5rGFpViSeM-|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?zWNRFx/"Ʋ[dz*My?FZ E"⬡^"(Tzz'0U&ϥ$l"g?7ϑC]AIKrxG1yo&ۉ2T[Rby' aRK%hױf0RL 7ɏjJ(Q(UiHHAEl^l/_(DWSLKowe9Ę/f"%*  >4n#8`0~G3]5~h!؛*fJ(Z#oh+`&7yW\z},0bsΚE]8-,E٬*N^b;2eZ<;/v0{S ABW[I^cv(sz/2ܘtɥLj2/7|=RIG]z lPY = u1B=hC<8FP2E5嫲KP"yьjA*+bv~s~|!yBp]G18Ap-M }|fjs|XˇSW-| 4VTܳJic{7|JrV轠s,ep_!sBUa ͣ'Y 뾥3G]em"SHe?:KJV |v TF<ם4Ӗǫe#ɏ6Jsjw[I"t +q2<\XbOcu;~&M: ^`m17KF*dKg.F}H+,o'mD#JKW(0eL*ϩБI0m~O]R}5rYPW- U5=ކ̺;ﻏnlKʥee1$,%.}cFS߫'~IwO;S3ʃjurQ Mݺdr"2E]C1UN.Zn~|xfܐXmwS2%yX쁠$r}L0庿WJ_G(1Heѫ P)wf_M4EaS,lЀ<4N!(Q´1d{S⥸-! l.S_qdAu7SѼW&>?ĵ$Mrxab˥ӻ p@~?I6˫MYmc $v;JO g}nT~Қ;jrfVhC nf4rg_~`'$d - +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 _Bttz4bc`f+ vXY@n`Gx+ 6 +v~ H:8Z +]<蜜 ` @9; Sf'uj0swpPp-!strwTa ?S2's2n+IW*4 nVk Wq0>jX@n:N+o@r_, +@m\|  ot @A`/ n%_` sADyNC+$A0/ ͜puఆp?2xx?|o/VMp* i&:WMp=5!rX&x/!N \;l@?n +8@o  @x@rus6<~#\ KI|ع=`炏\ fB!`E|G]\P_+l ?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-}"*_8Sʲ~)mUD`]PM趎 xBkYu$P<3_y*>=%7Ko]~6]'Y!JqS&i|)JHXR'_EZ;a{)6paK@_*@XAb+wv#nT&S +綪=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&̛ nr5DL_Q}T/.cSR5Mruz*iF#8Nt3Y^+=<OV[M{.eo\ӯm 0M딲N ɉ(& ׫ɻ͏b d=_@)3n블ZNٕ oԔxNul'BV4HP]nFB&o~Id?*m,y~%8'lPT[恿l9n]lq2ԖR~w5%f Y^t/F6-Ѣ`A[B˷b|ENoGy>~ +(FZ 5ȇOdAś1_${ fԪ;hǜ ̟^E `-ҚqX`7Z$n19Dg5lSB +h8=8P+yMm !) ěN*B5z +rX& {h=g{7r1RxO_㶹֕jQX]kNDi_Ks _IWL*$d^gcBoV&s[$_2C Go]dC35oBB+((4c}DY{.V0UA7YKOFtBSW:b^Z'f܍HtϚ +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.[&Stk'Gَ (nc=t]`N,R]H-2uky헕'YKP.X| ڌA <&Ұw ?A4E'Mi_K-?顧yuks0/ǮX/[6%R5J.iz}@j 56Y +֫Xigr[.oޱ4 qj%r#srB t(VEqgqhd/u`"rZ~s3 +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'!b ) 斟۫$M'{kh}jDUff/ۊDy^!(Q3Fmfzbik{=Ѭ,$|I%Nv^c3O,jӠs:K$+2zE^%FG$>;Y[ޞ|-YixQwޝJ):F#9)wTMɰW:[k)bF+TKK638+>ZKi?E9Nl={1 3toMWYUHV1<%i):?9gn| s#Z\+g<$*.g(ffYɇשܷkMfMF%)29_Hړ1 ^S^WVo߱7ٷwnY'Km~/Cߝ9B׵h n?M\-Y`}eT# Mz<{\˫1_p\%՟8Y(d+%eVCmp!#+~r :ewOI +)=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֮G?Qdwc>i+Np$2}K\ȌI"64Fz'&w 5dqQRl +1 &&+T.3bnsfoy +heMd}хal˨o :ܯ.UTQ‰|*p#l<wXqyVG3+}Y<}49+mC?84zl|&z=+-p$R5WFH_ +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<`.!۩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]8{ԥv1e+Jz꠷.,&7LQYi Ձc O)1ײB]lMu*7. LP#@_L*`W3cz2} +3CRl6E>֕}9ݒt|K8o,ˊaB> tޛ+n-ճe}h*n-W5CayDz?6RLA0:%6"SQ; O>%ކLg7_'4;[%dbF p6FЕkِ4Jeޢ?W#|{2ŋd_a=_݅{vv(s@&y鯊iJ\eR_%)-`9_[CTkKLxQ7Y9-ݟV?ދr nhr`M4nof,λ*Z +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$&?v6vXXr"QGOg+ KW"*Qzq L]-v$ƶDVWO""a[[".q!Rf DfVD& +{X8+l?MgտLfDfsXF`=N.fk`lOh6vng"y3 /7ynv521WE`djjIdnlW`o%3/F )q9UZjT2wUtwz0pz'j <\>ͭ` +,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:fti54t~Ȱ6 A"g^9ARZ1>ftG#5Db^!ca]-9ņNoiQ8ĊexaA fPi|:uHtgZ^ͻ.5ho=H|e/_!4a- L2|85#POHye4He4SOV0N9p6Ltj"!7dɵoܪ  EŊǩX)d'ϜU- IIQYKQ5>.!rp2Al/)rlj;TYc\B-xžbu*iPoq`<{6 ?ٍ)~e!$-z~U!WRԒA2e]_ +M=UyMqWQYh?  ["P}]fB]"Fz3{6+.X_v8+bQzp/,1/c|N!(6(!k 7*F/{Op WF3R/x2,fINHv"?¶ft{k#Tt]9拲*2) D_a7O=+V&|8a!hwQ롞7I9{P߮]aEMZ(7+PEzU0\YigvYڡQ{xY˿:O7Ty>4McwX}cD6Tm vf>6J\&Źrlyl?8M^=;- 6T0řjJ!>'rtĞ2wQÑ׊~fxRPX-֓e"&N枲;H}w!ykZTr.Q[>GB; ~Ŧ12oC/;o7C]vQar&6#.Գ2`KS ʔp~b68PSWAg dN=N4]6gyy?N>% ߸yT>>x5܄( p/ +LXt}sOkIgŇQFzn`?8UԴ(9΃(책7\x?죔#G׍ -+?`ZNtXCp@% +ƽ^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*@v̪NTЯ>w[0'"b53a )5U ~&;~f+/Ty(d%.=*nlλV:1ES;|+p8 I >vDrF0_ѤM(2Qoܽa_ ˹;{;x:n^\ey3nDFyx=VwLd=(eV ѧ,zwc:@?Jof P6@݈:jz4FARNkL>X1g۵q)4 KJdkLJE[: G7c8B{h#:Lbh~v84U'(WjhVYz5D:c#-\:UA!v: _yLa㌺T-f9"ߧpŶAT>UؗF6C[GCtyv#Ha)k5-3bm39m? 'H&(>o^t'1y(mLt$OCbo'8L#Ig6n,L0B+ %w iZhܑ^,ŹHt_cju%eiG&mI_Wd}+#&C7 /GVDK!# 1whpBX`ċ߬K@s{y 'x^dZ 1F %ֽRWo;~1l/b!xζ0z)fnȄђ'-9Fz@JuYϥՕp;3d7p^G#ߝNC,Rza,%iꉙ`O?V^ւCD$ ('Jgc)_Cۍ;6*L$A[u.zM)$|bTHx5IێkA_nvV9:P^*adkf=xT22&"L*,EyCƵ?.NB?\gqλW_z?[m\nڽ`5L&2dȦ1m"Y MF6vQiIL((`W+V(_T*\씬!=p FոSEe8EteYeɉlJZ@B{^2 '%70!J-C_z?o4dW߾,⽘%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: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::VTMn +S)x֩UD5~Q0/5h%s-V qh^~NɽK$tn7pj?'c Ahǃ+vy`SVeˇN{n)& [[u]w̓`L8r$=bg&|S]jLl+=fpތ>_^J0,G5tRO^E.F$r1Z3^<ꑄ +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 C&9D QL +-0,J2nH 4*)E6#oGi0ҧO:S Z }Oyw3 `IB j@9](# /\I P#L)OvʕͤӰ⸒=1!qmc8e>X a'x$ˢGS*6nPS19ؽ m:_>$aL=*Y༘w} (؃&1[\Iq Iy~Vd oE [G+2쮅ZO B(Qt_QiN#j/JVlvθl3].eK$AܖY_S5aTOI(V;_u8nl"}҇ϋ X[&#ck)ؘCݶ苓Ber嚋vm NmJ6Ϝ +}?.,9\!:yGH0VwɻQdSJM$r BzWiQ˞eV/YdQ. h +CߤRpnU>!mRsg+psd ef{~Ha H)?)cjNm{_dN$ӖΞ$:snՍ2$G^7}χ"k),mңKp"5G+0S~cIK'۲ɔ5H6Y&{V;fuA}qU@>2nքh)ŌHHOWd; 8:6Heʄ-`C<_&,3FGh(cJUAKrFX[#YOc9_V x}qЬ'ܔtu7UITe<4Ŵ7Lc ߜ4hB p\/޵ X +m1z=`:N/*^2IGP}1ٺ%TY% ĽyA>o|f³~ Zת·*BޡD6e CG+)凊ɏW \SBBf㉧hgX߱j^CNu0mUlT W«@ NIGe_DYUIݔ861@D \F_chcz+}>5b lFq$CW4d ^]o]VҦ߇ \ηYe4@1K2fY scLxGu sx# K„HX3/1Bs^B^{Y]B\F#epg^V$RXc!Ze-{uS)чSm^\[NjԤU7KQ┅'C4l-.ߐBf(-(4cw5 W;ʃ/3iڝ1PMP_QEA;i<bfiD"=T<]ugdL,uZ$_&#'/G.p1~AE-UWK%b`Фj6͔<9ayGj +: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&NelbIӡy>nVw7> +U? 4Kw6V /*?µ>u'V +pj}3#)[ὒ฼Y>@P|F$E1D[imm}:ַ: .^)Čbjr\Α~I3Lާcx9Fee0OgNxp{bkQv` +,zn>1t9y>~O +Ӥ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[ OA*TpX܉DJ{f'R/pNUụDN<+DX n̿ +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.+X:6{MjOG={0%+n| u2Q-a-.AXUMKЙ_-#-X^\c"OrnơN@M91mgX(<K֤x||c.: "<Xm`Z5$hŰv"K~^ͺA;B$vŃ\:V4աn&=-?V]\9[IJync25(μ_KqF9_ +^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{74ɅeRuW}昮H1k]4R|DQ6B2̕F#YyE>|jpŖḭ:9S6~RX^p丸 e:!}s*?ZՆRNR _4z{m5^!e&ijΥ_օ@VDSXvcfUXg߅[ǺnT 9ӈ^ +!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$\> ,rg5 E? _ J"_YiXZ$Bc\4[Ր6 7Yd +GaK!HZuEХ%݊NmMh jK,x9E{ 赈ygm&KL*8/]Nim 6< 'X~0; yw̥NDnInBwjd:S/GţMQ<鸠MxJZVm8NjoT2@w%u2RynduhR*Lg";S g5P (ْo +}9- `Df1r9QR~8 g 5с<UsB{NPoY-2xT,V3!5t$$,PkM!1߅pvwP"_= N`E[akҪt;q;#@GN8EKd[\V8p+^lo|NWܢR_GA3S!9ze8&Eq65}ݕu|-"Vw.gW>ͬ~rbc9/"yGHNg/<.'7tXi{ !Q!fRT^Y +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{("l.|4+l>$Tc"Xe0Bk{o+8BeȘF>}[4dߝ۹Ю51j1s*\xOgb?}b'nfa8v *F'dx@&`**ER#n),u&M{ĊM(A͝lUK8;ȽM`{]{[F匹qzXOz-' +`. ҨDYhD42mf+™#o`Ig<:5w)Ru43MdG/$Ycd3 }?KK6+Bgcȉvܛ(L,DFc#m&&nI|b +.MbޒMe[<~11^w>nZy[ ,'Nd R|ބVLCXE&kDJm7)Wl?.45+P +Ɖ;&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;ݿ[cyn׎ |s@^zd1h&_>P7EĒA*ijN!Qa9dq&Q҅pP:JNW [[oM B1۠L+}T/L/`H`j 0vvu3vs +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@`. (d=,Q(8 + XyUueeu Хx0iW7: +J&ig,@cnxKK0g΄6X|_ X=4o<L2ݔمyy{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(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_uzbr[08|kK_6%c mjK"% 7wgSL@F*h!$Һ`2]=$n*zly9wca_Tog8We40A]n + 1O;b%8vVwR!|L4@ʬp;$a+ӳ &fH%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 ?wQ +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 +#p7BT``GkrSj6IJ\1Jb|< +GŴ?H|H/*AhT``0`| +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 +6"$X‡ +l"9>,eX6rv-DZ()8ö]$Q~Zt|0Ee(qTlLyϚOW秛{=زw+mUyswG;pޠSyEN f]>]`p T[ǪԲq*Ȭ ޾bfomQ1}Q, +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> +endobj +46 0 obj +<< +/Filter[/FlateDecode] +/Length1 1730 +/Length2 10603 +/Length3 533 +/Length 11597 +>> +stream +xUT˶q  ww5Kww ݃{nxY߬jV5JF6@1kGzff" \hfc-0ss3L,LfVn6&r#J,NP h +1Է(AKK_8@{g33`41F`KI 9@^*'5didcm0#0ڀf\7VY\RV6Q}+3KX:926F@{LUKMhddf&@ӿBfbf@#y3GCS8?%@m[QREDH 1y}3kGe773fPs\L LL̠D}D m̬AGoo: bx0̬+HO=_`4;of? +sqXk+0 ĸS٘@@kKQG#4Hh;f6FC K}.;wgc A^.AF?2X@ݰq`=dt@{ds23@7H\78Ab #@5!.Poe*&o9&o&˗o[ z7o0}ޘ@F h _A0A0A0A0AN HYYFfAV Y?d@r[Y +FBB6zС U윀"_=utf{t"a]wΒ5Gh?If<g 0o`!x$tOE\%1V lxUsPc8+96] +zLHǭʏ5UJ^{NT&>kf^֞q}<_l s51q H`܅-N?ڗvDŽYkEd[ED9TCu+cVy)YV۲[lvO]EXmvvNm<]u:&+d2f +oǰn6Hvۏ{IyFDۓxT^3pK5 2$7-7s OEX+G8h>2"XQ7LO_B:4diXFYNAǨ/EQٳBV(oa)rX1|p^GbxsC [Ql[uAKOkr>]8I`aF"eel\V/ܱ!!~\?\ބqrk{`ÉrCU)돌5yƄ&jElK>5^Sh:GaU!L含*Р㸸9K7qc# ??kU @1Aza_K6'E`ukv=R٦?ƁrfЫû0Cor2XoPYq pjV$6EJ}b3GϫqL2_jVBGD7]GRX'ZB.oZJf4*\ HQ4z8x,y>bWe+R܏ld C6I3H:v*71/ѭڏ&o(b)LkJQ۟O$>+fY5w{]= r(> btEmPnA׾f|hPodX с+ZT8Q ocN f^.<{[>6󖣀-fQ1ɫ0&Yy ¼ ϥF04 [1@mo<݊RuOmܬ RGd骯}0ۓijd Kr@\c<svY +Uq$8gU2N-F8ˏ%8J(BʯGB"Z_Bd\rSׄWk&%Y,b4eEDƳ&9@5bSވ (2npEc&}b,#91bl9#ZJ ,y'<*\Bl+'̏ΰh$'} +oW>Rˬ wב-jHjDPF1!׻Ȟ0D'ӫ>logv2^amTww\O +  Ib$R9 {HF oD}&RpjeJ^l͎/KwO3~= 앪;黟;l@,/{?uTKڲS~oΠkƱM:Ǥg_o>:4t*/&cTa~O81FlɱcΑqwdYŦ;Ͻ0SC }7={K#]ŷ,O+xg(6¡*;RDQ,:mL}29Uh2ԃϪVsKO1Jf" Eɗ,2˼i:~Z'P{NkněΪn{6eLS(x>#Gǀ™18l]HmyPNY1URq.I:=iZt!M)|SWmsRt ,3AFhuW⇰"q" 2֝<)X% wEP`X!¡+؊>~Kբj 1rtT&rhз^v] T}Vr{k腯_ǤI +G8T#Q}Ղ&BבY 7#-|F<猺IqJ5qJx·ЯpcMnQq1^S{T3>NXfyCK +I-wq=ָݭR"jG31w(ֻs6W$@%呵bݯ7FGlMz,CP\I:"&"LCȞWícΝ +6v8[%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~.`@iؓZ]*Xue7UvP +y5RnyH5Hݛ6bTg(믩[EVeeZSb&?%181*.|6?ͦS}T6U1D!ݺs40AVD79>ڄJfOp1q.͈2з#3 ĝ* V T\e*; k*4x|h:whCl 8ιWj =ʢLz e'UQGv҄o$t<'UXʶi3My;KarrQO*x0<sqWaȤڏ4b:}j~ROQDSU"u꨾HxJ]ۻ},%=Ň-7Hbzwƌ1'hH?~:LpkBxgK_ W\ږ8Y]C7&4c5Xh&" {6G_z0Nj1O +#p$&fr2Z~whpBDeAIDT6FV?ș"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$s i#:z@VS5!=&pv!ݱQ6GcCu;/BW9fW| kw(.R+8N\pN^b|ERr)Ҭr>@ (sb"cJ+x9l&&iYLww^:i\Cc$Dhxs%飅$>%Lei>'}[ Cȁ#Fx?^}bqH.ՂzޚqGc=բY@Ã$rBԘWDX͊óeI3i/vG,ߐj~$LZZsQ'z[7$Wg.r5YR[FFl{d`m) +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ڴyL'}44rTܳe&W]ku5JHtMkgE -NޙNHVLQ[ڴ-@CYjK gvأ~͠7@l~vܟk5FN +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 +H6kuo'cTE$j`1GR~&y><Euo@)p &Ԡ4qyGMz;<YⰛ陼o(QKkN[/+#+|q}Z }SWѤْa-b)Kʘ:t~f|弾b絣ø:g!nUy81 Oj[DOd (q[BQrtZy͑a$cOw"sTze0hCPظL2ͫ.9h0>m4j٘م98ŶJ(>BR2TW y>7QJ0y6Niʽgq17h^#*BtuNbΓd>kV-u}Be tgK0 AJ$~e䓰EJG&Xje1Hlp݇CmPpp񻠸G1S^uŴsiOb\5714}~ց%pu=!\njO4[ ԔPuR9ucd? s;E1wkx>iO\bƩm`"ґ& +W|H娊%$0Ph{Vj*`mo6!Ysɮýp,W[ 곥5 ҉Ovj=5qHZ 않 +u/HA7;؟Zavp v0jh& B;MtsR͵ H,9/}SUYƪ7G0g"t ƺj-X'#<,2IS +%[ +_Xx˵WaDCY?9偣Bku8} 8FݫNI J2&p_Фt^FFx19ݏP{:P=5nLT/f }_rQ Ğ'T">uQAѤҡ 4Jk"nxc. d_\lڡ]!MZ:Rv"8! ~Cl~Ho"$+tvRz^%KZ%{v`} hkz& `btC+׺ ]kR9݁o9]q_TMpV.ϭ(V&Xrv3%˾L O`\-Vh` 9pBq8C& M?U$"vo鄕2jN1sPIzB1m mߞ`C"^6у~y@\XZ>E?>z6t4GQʙPvAG­fҢ@P.evQv֓)J@8C!a瀢#ؐFOQ2xl$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·  k:T۾ň< gLjt"ޱxN ص~]w0%WDRj,~K3۪(ա$T\?ܖ#^3J /Mܫ~҄d\Z2#] +^ܸҵ`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@Ce`,&@ji4!(`EhjJ 4KXFHD# ,Dep -! +p '! O~@{Ϥ +it/@s?u,A +7~f,iC~cNIcI"iiK߽AKA`7B7߄: OD!yr(P@P7.`lB &4_'kiI 0M"u5=]T AL@D#Ǥ@2]n#pw ! #E⭡gOh~'ݢ:KyN;VfҗU*#FɍK'ZXnJuhXvWƃ=tBO{Zeok7~` /x q}O٧_^ fŪД'EiEu[0Eζ p^hW)dvvDJ|T|9N*Vd nL|1EPIƆMp B wI1ܝl̂}2c6bpW7OOOʐL:SGz5#n ls`mnN?6,7aP9hd:֨wA&!yB˱^0j07`pٓZmO5i*> Q,,~>ë}F86s>ۻc.U"a1xoJ} ]ÉoEE5$)Gn 9&X;|^&FGJ$\h"مKr\\wgA-sXm-B}tIG&ޱ lyz92j7 rO9(47a<7C8d;kC}]MRk*.~#z^q97HɅX,T&|PGRSĝ2R&\+3ngXף%kXACy3XZA.[xw5 +tӏRws8^rf;<}ت=-BSS-<gzP?juk_J@ jg-D-xJPPbU0AAx ^ b52+zimϴsU'[z2橳OhbfjR&iOXcxQyؙn7l#tLZaV(z)_8Ah6KQN׫y}}I%S')1P "9(6&dn&a*-(G)իZnI.1-?F-8վ{n~N{?mz +rKbM8w[8Evb(myw88ݮLD 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'ӧ_J!{^7ջ;wKTvj/B{QswC1Q4Ś/Ċz.<|ꎤ]}"qϵs;Na^WE *|yJftFo'TJBiWjC +mX!-&IP<>7]tUۻv7) Yw!cBGAuCBlnUFJU+ui> +endobj +52 0 obj +<< +/Filter[/FlateDecode] +/Length1 929 +/Length2 2884 +/Length3 533 +/Length 3544 +>> +stream +xSy(~g/q  +C.qk\q_Euʂ5<^?OxtcWg>Jk&GK`l-\r9=c+{1x`[P+R\csu A}lu}6Mr$|̪'ϖUt+M,l wgqyyqsYR:8]>ڕyjrfI}B8V浧' YX[)]:ĊTbÛnF8R)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۞{=b|Bwic佃Yɋ~^}0*d+<$ouYFtaޘ/K}l:?<ޞX/ 43Тո<9OrF}'ϥ]&`- 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·c]o\qy&*4T]ӟ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۴L#t0vuoVi yXp\v9ZS=fhW|ʼ>5|G)ڼxg05{f-> +endobj +61 0 obj +<< +/Filter[/FlateDecode] +/Length1 929 +/Length2 2882 +/Length3 533 +/Length 3544 +>> +stream +xRy.Ģqdw  F~X@XJ#-]#Œp \F2~KBPP0$& RB0a'Ɍѓ0H|2IOB@ XA@+ ؝M! \~9B@2'V``$(Qߌ(2~6[["-H2"LZp>~.I22J*?G"f cAqNZ=Ryя(RXˇj]xxWlΠ/g~9~ԥ&jWkDJF'\۟ۏRү/OˤBwY擽kĄ+Zk%vR5 L.}zƩR9Nk:X;~Ga^Qr1V˚V=O jr fó tڪu񅤁3i^6^g`( +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ن|^{7V~]@:jp\*vHC6%ìޤe7b!a:<ݷ1r!l"Kj/ao?ςTMo4 ;}"a<&(Y`mb^c&o-1U>}y9xCjDYƈb p9fVWC .a++s?;WS|PJ.Nf֊̖yǕ_er##㜦 b%ǥƃ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<0Z!$Ph$U}lzJ:pe"^hxTfz_{^c-u;Dvs|/)2ˌ7.]x/yr@k'ΦǺkW:'ZlQkJIRriF<@}/sžr#f`{$h|߆'j).Ew |\\3^W'[TIыʚ1\m p&6 ߭63 ޷>Me~O 8n~BGNWا(Tl=<Oދ K>\{;yr >{]' +I?+IK/'_|)ر/-ӈ~\{(unj*.:kI׷mj?R!o"^=.D"p-X9# aC+)HZ^(WF@6&N>{ TLu i֨9٢ټCR$Rt^IӜrv7&k›nM׋ hA㣱vG. g6Owͫƍ/3sRLadH?Y7ZRӽ{{f?*KKcLh{!x[СoTMںa2j<+9 >쫐HGhYx)a߄/L .vڐԡi \[<Pڛ4XŞwךCV:2uwXxΌ-ZKU8twv4,祫1K^}4R~ 8p0]gHUOͬ8b֭@7fi~VN23C|Jo IR^XYS%?ᡵZhEoU"Y L:'.}SP3Я+,صt~qHIr`JmֶİD> +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@~;@ `sCHHq{3N^<Q[ `l bj ٛZ=Q#NU +4cFBbcY:LVvH,iؙx8O+mJxہ<f@s$E{|@c.)5_ƶV upq +f@wKNhfb߭2 +SQ; Ihllj pvf,Zr*[9{83_f R`6HG_IڙڛYYع` `egt!,vΐGHm)69w +Ɍ@;6b)bjokk;Xz8X~GOmeo;8,'O w`\Yg\MgK0Cs{X? Ѱs޿- yw!kMXؼMiSM  2? ?XL { 0M%Clo?",8)#bB@ ?B4\@p ?B4<?v-w[N[v.ȋyX} PFrjXYy9NM]S-ͭ W4EWSQ;[c3, z, y .F4lxW^ / yS?ra]~2'60m8fG@fm0>LYDr!1Y<֤%#NۇL93c-]XiseqJE`gÈRKX-o*$2 +5iȫs&z6dB&{ɐ,,8d0_MRjLnR94_(oH;>$*nϿVV< Mz()T?)!MtځzM|Je} Ӕ0'L*#mx1T nv|NX}{g7b%PD[7FLgcOew)) ͷB, 5{誓 A AV;po67%wƲV V1&v];.c8to[WIc_pO#/~9t[_cБN%. +!p$`>xf\u8P 0Vcpc'L%R$ih/ղH\o6?ӽ^ >?(rm3s{0CBjxH7P[|ޥe/#L`tAs9jNylcx:}b(}elkΐ |DuqwONq]9MA!sEwه=8 Dha]oPzWEDN\䬪9&*Ҽv'VcSA.j3i@׵k3 .)׵AOg;1j;%XDɥe:`+=ol%V2gj|SiHAYu~r֙J1hD1D{l&T)>^dH[OApKYyJo vFral&j]1,MpAph]:/wbk;Xޟ`}o FJ + 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"ӮɾZ\whLwWķfz{ |^|'Z,rdLKpkWtUǫ!t4IT9o(=AA}^8!4X{B Ez`_X+L,\2; T׹wڭ;YZ̊qkOqOaOXuTcq,5GA[~#rz}!Yp-BՋ$à@y8OWIU' zk=OMCpDZo092B>~As.i8&"ߓmY],9 10$8ߌJå-`野W'ʼE+%o7ݾeR=rgeh +@սh(TvP-iBLG6rBH8ਗ਼'a^?ݵEZ oX$J}'zM Bơ(B`aG`EYOʞ65]xSi ;ņ qWIaGAfaE@V +t^DzJi8(@hƣXgIwYr1 =[t +! 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Ól-M=ⴰpO5ZK\1 ̪cLӑ:T욦rj,uh-KSJ2d z13cE!0J]3QGg.>rFɺi^2Hvۛg-FFE z^Mϼjy?ӵ"9N"70p_leՐq8_wms# y`ӬP#W|KWF{fᦋ)G>FZ,/72bJtHBv4}+oQ#ǒ]5B L^94nO.u+x1 Sf.z9puv@!cv{Y8>.MdZʾR^WD38}PoIlx]Fy# @?NkU:*07A@9w O7"=0ʐ2Z;itR3o-H2*k. +ʮ { I\hb.)ᣋ 6y$?g OmuLDHϸcdrEJ-@"+,Ud.mԅ/K:K'U=ÐY5򑔙>AqB VOtuJ9Zyn댰B}#A6 Zk&_k`puEU<.&FBB;7⾥p\GZ{m;~ᧆyc.)#~Gvc +Ȧ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"WpmS8!n[XNJDjTn|SysQj0[WtW>T{~(to&:J8P^@)'ijeOI1_KA6uQqd#eRj7Jwq$JW=ȭjx}F.F*G;s/ڔQU5QSo91Wh|cB%hauK<}e7/ΫDRjK '9z90ڄC~(R72S#SAY2J轹uYoEW'r|{:"陜IS}]:CilٳwH Z!h?ĊWb_&¾$PmfJo6ᚣ4BOa:JĄA5`=K(dVd]pk&غp鵸͗m)bXxc mޝQ8G+?3{XӫfVNUSb/`x'NJ+6|û!sMMahaG[ő(8E֣:_b T/ r-MwCF~V{/QOz [ X_S"hMK5LVGv + +z Bz%eni-u5H2.*Fhԇ}f0y9^BT)7aP_YEffj#鴌sh {px@f`%Fہ~Sa*a'۟!C5Z`):Vꏵ`xR UL9\ zpHӱsK_u +QRZ+?|碴svRKP9Rz|bak?,[|JR$,p[:[~SJn ^9FUtr7\`^Z-uP\J8 4ο960`?IIt#W0lڰjqx|4m[aKjׅ'aluuqExԱΫ+r=1`v{q-aF~NhKn't^"p1%1+v[9w +;;hoLO ]i\/`02twc4I+":uLc5  ~1Rvow-:6s)r}W:m _Gtq + _s:{-0d&/k|$w.ٻ'{mxYәIlI.,4D2bO<.O*]ɆCmh%L1.?{&Ip JώSO5Q$O .Kj} bB{ÞZ(Ҍ#rF !U 5z{Q ^rd` ]\A껑oFgtk6d-JmUQI ЪtNDyƮ҄&;k}'$@ע ,¤/Cs E5Kc[8aHթVoyZbZBynR:C'6Hs5ۜ.{cΛFw(<5|IbasK&Yk~e-~X,ItrY$*6^aݍ +<پv<1п`/uX)he}*u*{)6i9ImDz8bo 6&ilb9mf?iqmVFɳmsf?{𽌑qoLP*78A~}+ԮGtQ|֜H +6ud-,̖AkǢѕYj!ъaK +@g"^F:ē{-p?\@Ŏ3ez,J%D|=GJ ܶGMN#"j3u{m}%ڤ/5Ɛ{0U"]fsQr$yKڊi0a?K W=鱾qMӷ"(RtnUCbF,6|v]pk~ B%n&G u49\B%C EatIlin8>gT]AQg`{XӠ LQW;dDսaZr_m%Ys`Jmw^U2m ^6 3FA72_S~~TfMEzc4 -+@ĤiKCbyjҚҝG[kFztpj!Oy׀M'ն-_#ɳk];ԊҸ.Lnln$BՏڼ9*WȳË dՅf(=JqO_ ) |qd;XY/#70wR+53E)?4Fx-PH[Z1B FCICh}^|JJj#)QDk%`HqZ5zBÆ-*.LhbO nV.?72VLayď_ +1(@2(Q:mA^V좿 jOOCs{VWu\Gy]I#3c*._*I)eY8T'Fdh(^?^Kτ>ps󦘩o_Hj1?tL,1G$^,VܒN ;VNX(C 6_.:rjxe0f _%+љz]̗0"KBMnb{ΞxF;?'&~ʎ&eV>ϖ`~ b?^fwa/(FeupuW5GXH?&WthAmJKe +:L~*ϊ˗|FÙ2ʮ쉌{ΟΎ`Dz ms֐mIϫ0d¬/?H4;m4 +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{ 6ɖ྄ۛ|?RA 7P bt)7ew^c[շ|&ӎ$ƠL˟-rR/YL aKht{ xS8ȦkA<PVvn${k2<ʟ +>c_X<".Cuh(~9ơ3T.*/DP `A +ĦQlO\xsO;G(^0S364P^"' + +WPLf'|W+K?ÿϏ@B8 à :_lF^ h9Js dŻ{3ěAHd(1$=o)swzw:>)ohh*%S!^mdacn]q3NPSuߑepeǷ/)^Εv_5U] +1!%=z˜]xh㨾-^\w'J)3R" o]S"^ȏKL'gFMkj$vr{*iZ_-&'&zOJX{!$*(O +{͙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#*<} +(~(z}zǹlj_I&Yڥ)}Xtf{DcEUSɭ)y[a{7C* XRw=.y-ɵZkLިl`Tnh!r$=>pyr?<2#BhYR?(ó(778 [C4&H8,*' +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[ qprJK;\!03W$(?_H  `OYs}<?  Xy9@Wؿ9,7(7 Mud&>P$ jM<\S|rfsozgoq>7A z~ು`>g,a>[пy|p:}]硹nೆ7r= ٔy\l_3u Nn`)%ת3/<V`Oz +'i%S"C2KKpCt{/҈4 _rs1g*&g> QX h!jv"yУ,yOppyI9Sp1ط&CcxA7b/>{^n#6K/W?:WgIKF`<*w}KFzpM0al,}m6h^}CIEc#+\z\.:VcgA*U)p> 7}Bhu"r-9! \raqyR30b N ֯΁4}Е+WuHʀ3RqW!VQc*Sm$1yXKjyNf@`9B #Ԝ +}vY,nf.O`/K&LE)!;j=uG,h+Kԩ:1:OwK~q9fIy)z%r~_C2`u cNo$lQ[BFNG.,NRD$_gCfc}Z/]{'z5m5TҺ}@jq%rlOuZhT4׾N/U7&Az+v8Z_$F\ઊ%ʼzDfUSNP1UԐѬe͐bH`*"WkefPsUFȗޒՐຸehrrE{z j nNIbu] g0_ˡd(jdE?ٿo xn}&&0k'֓I'$%7`9Pb#%n/_ePbmi؅YR-^>aZ_NNq([K"N?b;z#a5L>}nݸ":l ֕:I&Q +[뜆v6 Cʭ4-dVp"0Z+VK0 /褾D[p]ݘyySe5;ID?,عæX;2flog, &b  d"`qnQD{G>VԺѣ3*jK7|*|( jLпHg_7vƜլde podz{WHykpZYMbx ߂39lD yA(7%f~m:<JW!#J,]Ɲ"(%̘kRS>m#AkBxhū>y):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殟'zG}60!6?â)8vr@ى~h3J1\]q=wW2=u{2k6c!>mY|ƎHK[ZyY41i3UW}.'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/*.}9qmQmWo6G:{mq=zъm<]h xۭ䁪U3UbfW:r!9拵,)mPlƄŎ>}ӝŞCX*Ԟ,/cnqa--&&>c*+_ِmsMр2"Ko\Q@n2kT})>:K?M33 FiJh?n  Q2jU " jϒymQdAzB %=XVVe?a' G(zOx+{s ^xI7Kg?cHه+F' nn=XIr/}n~G 82x=]w=W:ڨi 릭哋Wb@7KoĴʕӫvm9\Pe_0ޠ1_ +̖D">Bͳ*Zʝ)3*؄:] +9zr־oy$92AFrF?<2<6x4IZ!AN>]~7$ob샅,Әn[P~Lh7D$#F8*pA ;}eK+x2׳T- ,7~mOJ 7MﵯT*Is%jVƇrj,ͰoR)X{aQ]pza.$O=Agm{*@͓$xFoՏTω4̞z,! v@mǔ!Z qu4"uG˅8)J/ݤH[ѯ)tJ q_S yO_*KM%=ZO"VƜ\5AaCP Qi Ƃ%*c"v1o)HZ7(xL1i>H_5OSup$HLKmW#_5:7r7~˭>ͬ4y~9{8 :M{T\SՁ4[at@\m$yOgD)}@QϝN-*“kUy<#%ؖYr˭]ut,@^.83pVvɞD!Nc&qmL9'4?A7mXS_MWIhR5*ԅ>Mads,=FTKfLkqrY:%WENa\-m|gO5ъ}!}#\ +/WsieR٫6XDO|ܠC>ПN?5Fk~^x :ܟZcL~i-!QuWAEys˖( }VʀRrKIjG#pg ,fbJvIB`cS&x࠽1"k~k&&~Dh,вGwE7?oU hxGwG@DS>ȋJyOt/[Mj"~hc: (2kє՞A+mTߍ4|Ȯ[PwiGT'qUg #qaH=2y?|!Ҟqsv~eMzV9JQTw`}4Z&Bz̪_sDo<]l ^"EpB᧒ +_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^ukXSb`B?d'6,ظ2zUz{K+ፂ:cq,e\n].h{(׆vN@z2/A^[>0sf]CSj4CZs}v&ꭣ6/ёDXJ)~y*O[ Vg|)3wFdi]W4XpSkW~L]#x.WRt;XBBIU9t5%,0J_,/19JYd$<khd+63ppj\r'c@yhp@Sb@{)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> IM0gm,EA eggЭG@7 DihPǃ$ +CIcIFpn$_ OA%q!{m7\- Cvq8>0,M@ja(2 Pn(/a@x;+ `@/`7-,ԄI# +7vWןտ7Cy,!THz:E0;!)p0o $ +Ba"bxi&~ {,:%$A`o3+$)cqIi`ؿ + +!47 $}o(; 0o0!I|$!oHr @`oHHoVE#" I'%+_L0(Ww@[ $ @d\40_?(/Nɂ"vIxv(hJ{6i)DBVRßǵڴ{{sM +ۑ+^d8nYZ>Α`4ou^a;o~(n6H&UMβݭ ",/zW1C~|S1?\ >ݬЯ}c@[[zB]e!ݦ@@ )rdeԸJ@2 φWW,-֟|ެ1DfnG64uKW?n5jBӁrC\{$ړ/}Fa5p @@Wf?S+-SwfhDZ%I\n,5qW <; W-ruD*[;K;:&t"/b{ +,[[ 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@уE97VOhPx`ݤ!"&xgE'jG %``DͪG_j4;廴!CۤR|SC7Heh#ʼ_]/2I:b̪yaq.K0-LJ۹;-lwT ^Kޗy;sG.nQ9NfN,<ˈS $$, ϲ |SDrs*70([4S8MbьB + +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'yX&&#xT_;mPcY#MݳC٩*=d4DY$]w~wWq{1ttP?V<"bœܹCߪlj7f]IR(EgjZ\4RMnD,c9\tUkT3YOeЎ\3v4<%_ꐸ +\ WdmR; +?Ҫ +Ȗ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}t+1*vԛ{"õr!Xȁ#\(;^Ⱦle4CZ$6,G[ylѳ `U}_!Qc^`NLg瑑M}{ uxDWg.5<~[:&xӠۜūij{K}|X=q'lLZ]ʲ %7L+}#5ZDq{K3:q9љǶ9(:&n+{1]'UD_"=߯_?I@+9^~6q ލAQUB1Y mos}?.+Aֽy|2ً]U(JiyIl١ JVn5 +%d +'Q70WR$?@4̋Pp9!A gO#g73Oe~t9G[il˷O"j=Щ$ǝPpB9Έ&^sVSehN*5rD a +KEz7ĵǯyAn8#M݄ec1#>u9z>9} +zCtk3Wj<|hpgc0 ;{; +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' DM~ON,Ix~.? $ M&pBΠKRM|ʿ OSM A7W8og)j]!~L?%.U_3kk3k8X&?^?,b[bX`'?,e~@r?5\@p5@_e3r>`_ ll|ߑfn fwo@' 1+҈{Bļ*bgi:M,˂Mx"ñjLHD>//ªU\ձSXMzP_π1mF y>hk\~4? w-W1v,6FC5PHd1s&aUǁgy)ʬ0(k Lˆ R h"B8jRU^ }_"SZbuu[Z0I9}gQLQg BZ7lwQqmg[Ja@x|2{f35-2TAzL\t }nozR0;l %+̼T0|]09D.q<1q;]hj͓l +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~\9d&&YJc_rSbиj"e^N%gXV +h/0Lz,y^+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>uٸUuz;]઼6-5u R[y2 CO4TgGv;Ki,V\ʼn{GYv+oQ3gX̰{cܹvl`c5Ȧ+,B`Wb'zN:-m}i A$񒗭M}a^$Fm]w]R:1,}?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 +NZ}#5!p?uH8ndKJVh[-2}ŠCeR3"CA=h2xI?퐫:Rh {?Zg)>{ @',$RIhHvzL"{Ðfcy ҕ7ښiA1۲aXT{DN-2%%{nN&P1vUGgrCr)+)+}u2ߔvz ڢUV;?}!^}*251j=m}3 +m!JB|l=],KSlPGEwH  Em}XMsNp]`9U7ϴ3hc/n x N +|f,"LN1yu8H(ulD+q؍4hCl_-.t1h=*V 7\_ Ӓ ԝ{"$@\M=F@S-ޢT54DŹՎFL^UO*3`[n۫Hs7IM+^$.Ʒ^1qsi&wA(&LKMŬ,6)M NcZϧLoe.-}NS9>sI.cyzzDӍ[~W5D,º~_B9>qލS mQPe+'EljLGd\(vn\I1b?ޙ\bvQ~A0w_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:@EEMkGuKC&n58kml M1$S\`AF8|ǝ0nxߢ|?C^IDÏF w:fUu\x8\H<8C)?lb|wJ&QJ/Ζb&sKV磼 LMiĠfԶuD<#2Jȷ I y"1S7VF=[/^UqP[z$ov ~!IG0޿,~U񒏹0|[yQ-~Sգ [D76ͭ/'XEo3 I]EE/OdqZt4 IK Ց%b%\ТJ.ҥ&nB78N[&KpWV_,HvUH`0e*)0gnv\<؊Ӭ{Rn>PRNp4x WVs Q3Hao@pxy)5p>MO7=$=M:<(Ȗ}zhit[~TWWJuE|- l,qQNųsE! Nt + 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ƥ|XBUE6dXkphزUjcEZWQ )\ZS$˼8uR9P˺l 82ԶJsO4)ipk +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(Þ%$]sR97 _mͮ 8@Z-[-PƛF\7͊ Ѻ|3;T.;. Ї2 f**TVD֨? +;,2TtГK'U'v +XOm)6Xat6zr7* ~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 rqt|84O/F"J 3 :ފ&ߛ5~G}ҕ{pz; ߔ8%.΍aC=cqt 9B-xx%4 L`XU%z.5[dv\˯ $3i{,u7|B׈\~_hRBx# Z#:Rf 64aZX~nknX39zjM,׏HT_8ӏ;jIk>e]ݽggD?GNlc 1?"lX+ŷ~_S b;vK$M͈YԁK4OPOyYi JOǯ⹀bzTλOHHyz ;.:EÒ #$Z{t{;޺ +ziUwzSMu5=z.BE&8:*Bl8!޼w%3TۢfKj8d]N$]Kܫ>fl?_HǴhYpJgF"|X Q~+Giod} +^Jy%ى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._?CهcY }g[aD98Τ_MX1L`#]8(Z).\Ep]Po䌁 >Phgs{rP8NoǐBk>1'&#Q$xiT{kb]%q5p 3!ݙNiN̢@,&΋!(᙭B/v;ZO{J wXz4 HQ)U",NPN퓤Kbj Vy=`Iq^ז}sR#lD64Q$=?AB]xQ(W LL KҊC +Fӽ&-7mŘu 6>.vK^X +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 s6d6Gą#gYąiTxSK&B2C|&o_q :&A#h tK+ +d'\Sa˦A2/kqwCe63E Yo6"_SEonS0 gBh#X.a;,O *-!Yx >^A3]& +#|? eą`G eDհMp`NT.*BdR$O0Bq/dTL!?AZ>+[̂ID[& nD ḽ4 !% f!HЧ5`Ԟz3=;mmP+jWL<=9qKnme5졼R]2by:5^Ƃ+ >F[.qeٍ]K6'j Ȧ%C*VN58b>]]y3RulaZ,ķU=ˌ0'lL]v뵲iܓMJ'Z~j;og_VV%4tfLBR7>پB,H|!ow ǠvrÑcVƾA D}὜{ lKD?ѱv1[<ܕNvh\Jõ/]Gj\^&ָiPlqwKQ5fPVR"VHJ8No +^jc$Q{;k4 auFrey%&k{B$&?zc0=@DmM}Ð3u˷ _Vjwh)T]Kp7S*'ohv=/B[UY>gv 9|`vx[&IFж{Nn% w/|g*57+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#[ Q|6ʍDS +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?6k#Ͻy,U`OO]iɻyv[OWe^]>˻xu'Ϗibs+NV{ƪK2J;=\ch`)'DVfiyvVx izk{>esos*5!֘ G֯ͅt~ei)tGk.Otm%dJgELc[tɩtB[/ݒ&JI|#7V}Tt:d]j^uKlx$Ó6K+y{VLyu/;dgIoW+7\r-0pA_M\p?tkyImyR㓢%'O-99_;_d+*4.H<]Kհ Lt?+?}hz$1 98?:?М]*au!fBā+f&xG?K{Xv9IvǾ'^lki|ܮ܅.}6[]v a[ݷ// 9qT.>nv.0o.Bo&.$:ms> +endobj +113 0 obj +<< +/Filter[/FlateDecode] +/Length1 779 +/Length2 1073 +/Length3 533 +/Length 1649 +>> +stream +xR}TU[AC>.*nl1d#pwݻ9B(Ň B&ʇhN Rb*LTt_s}wݜ"Ĵ * +T(Ncҙ\ 23d77>e8Be8/i08\!_NƐ/fq@P a2<&"rUrtJj頂N&3@q 5mKƩ9Ъ_t SB@^*>HlqV %Mτ, Q&P%8@J1t6U + +D4+eJD+!1Yt9h*"\dJ !oƇ- x>d5?35H C`-`0 "^ͺm*W)4x} dd!0*@=aًp Iq*<=XRQ)q_SSh>ހ&,?a3RLDP ?{k1 "RzQ!Dꡜ^a ")[mG2Uxzx;}_+m`4>BR$ipqz`}Ɣ-6~e{Jh.=W,a/_ iϮǺ,vUetcCO;|_؈7z4_j%\xdm7^:tY/ҽW +EՒd(97hjEJfE!QMN '[ʖ>X9`"Rr{;kf8*:x.`{mth)sRz:u͜E6/75m-(m~eΛ>ޕ9vݎrϠ^8r\lLhjܒj8׼ˠnmNF4q(6;s'cÛ=1vܦΝ_Rsu [~ES[liY/7;4 b~t-/Kfgͪƹ|s~H9IJ (XcBFIޛ0fSQyjRYuB~pXBT_.-:k,|4-/~]ֳբE{%Jo tcz0Zs?ZךeK,Y5upmJ#Ƙ_> +endobj +116 0 obj +<< +/Filter[/FlateDecode] +/Length1 774 +/Length2 1077 +/Length3 533 +/Length 1658 +>> +stream +xRmTW%YX*E/(&!`4± PRF N>Hj.(E>nTJ]TTJh,Y=;3?}3{ø~+ 8$D*Al +'T "o1l &tNbY%B +AU 0 +FqS(-J*!U` &֕#hI/ZH)i_iΩ3}b$ 1$}j"M7m4WI *H 罅@ W'.JU +w>@\ JP: ~+_2?v'T$_sךΈµ !&UHI '-*T jҎү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!wo3Bƣ{??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/,/.A4JHU2,YLPi2L !hDH`(,[`-*GeA blE1򜦊E`϶ +Q** 0p + \BTyP 7\s#I,2m?_H +&Q. R +B$t-bH``ic,na]XsB8רUYSpyuc[sPL[&ZS~7pGIE]Cb6jyr;-+{b%M?WvVMX}:0Q0xfxY{c + +j<~u q>c {mXɏvI`vfm_so7,ڢm&Y/-;~=MZi`MO>fj"jVwmﮝ8ǚڏâܬ]z2Fښ8KBt*Lp}0hE;K@[xG%WCyUx6"C:}&wÓqcɩW%> +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> IpE"7%A&T?ybXI%P!KA"$Sw OP +ݒJ\.~4⡅>[0wuqÃ' q^ժ0XBhT%9#|T#B`x xʊdD:$\ElNEPj P%P ?,&0ηTHaTy2XfҒ~/ @]R 0i4\!_G: +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}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 -- cgit v1.2.3