summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/lettre
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/lettre
Initial commit
Diffstat (limited to 'macros/latex/contrib/lettre')
-rw-r--r--macros/latex/contrib/lettre/ALIRE106
-rw-r--r--macros/latex/contrib/lettre/README104
-rw-r--r--macros/latex/contrib/lettre/lettre.dtx6582
-rw-r--r--macros/latex/contrib/lettre/lettre.pdf20801
4 files changed, 27593 insertions, 0 deletions
diff --git a/macros/latex/contrib/lettre/ALIRE b/macros/latex/contrib/lettre/ALIRE
new file mode 100644
index 0000000000..c817bed9d6
--- /dev/null
+++ b/macros/latex/contrib/lettre/ALIRE
@@ -0,0 +1,106 @@
+# -*- coding: utf-8 -*-
+Licence
+=======
+This file is part of the "lettre" package.
+Copyright 2000-2013 Denis Mégevand
+Copyright 2013-2017 Vincent Belaïche
+
+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
+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 Vincent Belaïche.
+
+This work consists of all files listed hereinafter:
+lettre.zip/lettre.dtx
+lettre.zip/lettre.pdf lettre.zip/README lettre.zip/ALIRE
+
+lettre.zip/lettre.tds.zip/doc/latex/lettre/lettre.pdf lettre.zip/lettre.tds.zip/doc/latex/lettre/README_TDS lettre.zip/lettre.tds.zip/doc/latex/lettre/ALIRE_TDS
+
+lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre.cls lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-english.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-french.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-german.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-romand.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-USenglish.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-amg.cfg lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-obs.cfg lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-default.cfg
+
+lettre.zip/lettre.tds.zip/doc/latex/lettre/3.000-release-notes
+
+Lettre
+======
+Auteur: Denis Mégevand
+Mainteneur: Vincent Belaïche
+Version: 3.000
+Date: 2017-08-03
+Mél.: vincentb1@users.sourceforge.net
+
+Les nouveautés et les corrections sont décrites dans le fichier 3.000-release-notes.
+
+La documentation est en français. Elle est distribuée dans le fichier
+lettre.zip/lettre.pdf. Le code source de la documentation peut être extrait du fichier
+lettre.dtx comme expliqué ci-après.
+
+Installation
+============
+L'installation est très simple, les seuls fichiers importants sont lettre.cls
+et default.ins qui doivent être placés dans le chemin de recherche des macros
+de LaTeX, habituellement caché sous la variable d'environnement $TEXINPUTS.
+
+
+Veuillez procéder comme suit :
+
+ 1) extrayez le fichier lettre.dtx de lettre.zip dans un répertoire
+ temporaire, par ex. nommé LETTRE.
+
+ 2) dans le répertoire LETTRE, tapez la commande :
+
+ latex lettre.dtx
+
+ de sorte que tous les fichiers empaquetés dans lettre.dtx en soient extraits.
+
+ 3) mettez les fichiers lettre.cls et default.ins dans
+ ${TEXINPUTS}/tex/latex/lettre, où ${TEXINPUTS} désigne l'arbo TDS
+ d'installation.
+
+
+ 4) rafraîchissez votre base de donnée de noms de fichier (Sous MiKTeX faire
+ "refresh FNDB" dans la panneau d'administation)
+
+ 5) le manuel est également disponible dans lettre.zip, vous devez le mettre
+ sous ${TEXINPUTS}/doc/latex/lettre
+
+ 6) Si vous désirez recompiler le manuel, dans le répertoire de décompression
+ LETTRE, tapez la commande :
+
+ latexmk -r latexmkrc.pl
+
+ ceci nécessite l'installation du script perl latexmk dans votre
+ distribution LaTeX, ce qui est le cas en général. Sinon vous pouvez le
+ télécharger de là :
+
+ http://ctan.org/pkg/latexmk
+
+
+Utilisation
+===========
+Imprimer, puis suivre la documentation. Les exemples sont donnés comme des
+fichiers source de lettres ou télécopies originales compilées avec la classe
+ainsi que la sortie PDF correspondante incluse comme une image dans le
+manuel. Essayer de les compiler pour tester la classe lettre par rapport à votre
+installation LaTeX.
+
+Dépôt SVN
+=========
+Si vous voulez la version de développement, le projet est sous la forge GNA!, il
+est nécessaire d'avoir l'utilitaire svn (Subversion) pour l'extraire avec l'une
+des deux commandes suivantes :
+
+svn co svn://svn.gna.org/svn/lettre_observatoire/trunk lettre_observatoire
+svn co http://svn.gna.org/svn/lettre_observatoire/trunk lettre_observatoire
+
+La version v3.000 que vous détenez peut-être extraite avec l'une
+des deux commandes suivantes :
+
+svn co svn://svn.gna.org/svn/lettre_observatoire/tags/ctan3.000 lettre_observatoire
+svn co http://svn.gna.org/svn/lettre_observatoire/tags/ctan3.000 lettre_observatoire
+
+
diff --git a/macros/latex/contrib/lettre/README b/macros/latex/contrib/lettre/README
new file mode 100644
index 0000000000..23d15a39a5
--- /dev/null
+++ b/macros/latex/contrib/lettre/README
@@ -0,0 +1,104 @@
+License
+=======
+This file is part of the "lettre" package.
+Copyright 2000-2013 Denis M\'gevand
+Copyright 2013-2017 Vincent Bela\"iche
+
+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
+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 Vincent Bela\"iche.
+
+This work consists of all files listed hereinafter:
+lettre.zip/lettre.dtx
+lettre.zip/lettre.pdf lettre.zip/README lettre.zip/ALIRE
+
+lettre.zip/lettre.tds.zip/doc/latex/lettre/lettre.pdf lettre.zip/lettre.tds.zip/doc/latex/lettre/README_TDS lettre.zip/lettre.tds.zip/doc/latex/lettre/ALIRE_TDS
+
+lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre.cls lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-english.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-french.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-german.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-romand.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-USenglish.ldf lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-amg.cfg lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-obs.cfg lettre.zip/lettre.tds.zip/tex/latex/lettre/lettre-default.cfg
+
+lettre.zip/lettre.tds.zip/doc/latex/lettre/3.000-release-notes
+
+Lettre
+======
+author: Denis M\'egevand
+maintainer: Vincent Bela\"iche
+version: 3.000
+date: 2017/08/03
+Email: vincentb1@users.sourceforge.net
+
+New features and bug corrections are described in the file 3.000-release-notes.
+
+The documentation (only available in french) is provided in file
+lettre.zip/lettre.pdf, the source code for documentation can be extracted from the
+lettre.dtx file as explained hereinafter.
+
+Installation
+============
+Installation is very simple, the only sensitive files are lettre.cls and
+default.ins which are to be put in the macro path, usually hidden behind the
+environment variable $TEXINPUTS.
+
+
+Please proceed as follows:
+
+ 1) extract file lettre.dtx from lettre.zip to a temporary directory named e.g.
+ LETTRE.
+
+ 2) in the LETTRE directory, type command:
+
+ latex lettre.dtx
+
+ so that all files packed within lettre.dtx are extracted.
+
+
+ 3) place files lettre.cls and default.ins into ${TEXINPUTS}/tex/latex/lettre, where
+ ${TEXINPUTS} denotes the installation TDS tree.
+
+
+
+ 4) refresh your file name data base (Under MiKTeX click on
+ "refresh FNDB" button in the administation pannel)
+
+ 5) the manual is also available in lettre.zip, you should place it under
+ ${TEXINPUTS}/doc/latex/lettre
+
+ 6) if you wish to recompile the manual, in the dezip directory LETTRE, type command :
+
+ latexmk -r latexmkrc.pl
+
+ this needs that latexmk perl script is installed in your LaTeX
+ distribution, which is in general true. Otherwise you can get it from there:
+
+ http://ctan.org/pkg/latexmk
+
+
+Usage
+=====
+Print, then follow the documentation. The examples give real letter and telefax
+source codes that are compiled with the class along with the PDF output included
+as a picture in the manual. Try to compile them to check the package against
+your LaTeX installation.
+
+SVN Repository
+==============
+
+If you want to get the development version, the project is under the GNA! forge,
+you need the svn (Subversion) utilitary to check it out with one of the two
+following commands:
+
+svn co svn://svn.gna.org/svn/lettre_observatoire/trunk lettre_observatoire
+svn co http://svn.gna.org/svn/lettre_observatoire/trunk lettre_observatoire
+
+The v3.000 version that you have in hands can be checked out with
+one of the two following commands:
+
+svn co svn://svn.gna.org/svn/lettre_observatoire/tags/ctan3.000 lettre_observatoire
+svn co http://svn.gna.org/svn/lettre_observatoire/tags/ctan3.000 lettre_observatoire
+
+
diff --git a/macros/latex/contrib/lettre/lettre.dtx b/macros/latex/contrib/lettre/lettre.dtx
new file mode 100644
index 0000000000..72cb0f931b
--- /dev/null
+++ b/macros/latex/contrib/lettre/lettre.dtx
@@ -0,0 +1,6582 @@
+%\def\lettreGrandgousier{\begingroup\catcode35=12\catcode92=12\lettreGargantua}%
+%{\edef\temp{\long\def\noexpand\lettreGargantua##1\expandafter\noexpand\csname
+% lettreGrandgousierEOF\endcsname{\noexpand\endgroup}}%
+%\expandafter}\temp
+%\lettreGrandgousier
+%<*internal>
+%<<CMGERJDSJRTNSPUTSH
+\csname\ifx\lettreGargamelle\undefined relax\else lettreGargamelle\fi\endcsname
+\input docstrip
+\def\lettreGargamelle{\begingroup\catcode35=12\catcode123=12\catcode125=12\lettreBadebec}
+{\edef\temp{\long\def\noexpand\lettreBadebec##1\expandafter\noexpand\csname
+ lettreGargamelleEOF\endcsname{\noexpand\endgroup}}
+\expandafter}\temp
+\expandafter\let\csname lettreGargamelleEOF\endcsname\relax
+
+\preamble
+ Copyright 2017 Denis Mgevand et Vincent Belache
+
+ This work may be distributed and/or modified under the
+ conditions of the LaTeX Project Public License, either version 1.3
+ of this license of (at your option) any later version.
+ The latest version of this license is in
+ 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 Vincent Belache.
+
+ This work consists of the files lettre.dtx and the derived files.
+\endpreamble
+
+\askforoverwritefalse
+
+\generate{\file{letex1.tex}{\from{lettre.dtx}{letex1}}
+\file{letex2.tex}{\from{lettre.dtx}{letex2}}
+\file{letex3.tex}{\from{lettre.dtx}{letex3}}
+\file{letex4.tex}{\from{lettre.dtx}{letex4}}
+\file{letex5.tex}{\from{lettre.dtx}{letex5}}
+\file{letex6.tex}{\from{lettre.dtx}{letex6}}
+\file{letex7.tex}{\from{lettre.dtx}{letex7}}
+\file{letex8.tex}{\from{lettre.dtx}{letex8}}
+\file{testfaxf.tex}{\from{lettre.dtx}{testfaxf}}
+\file{testfaxe.tex}{\from{lettre.dtx}{testfaxe}}
+\file{testfaxd.tex}{\from{lettre.dtx}{testfaxd}}
+\file{lettre.tex}{\from{lettre.dtx}{lettre}}
+\file{lettre-sondes.tex}{\from{lettre.dtx}{lettre-sondes}}
+\file{lettre-amg.cfg}{\from{lettre.dtx}{amgcfg}}
+\file{lettre-obs.cfg}{\from{lettre.dtx}{obscfg}}
+\file{lettre-default.cfg}{\from{lettre.dtx}{defaultcfg}}
+\file{lettre-languages.tex}{\from{lettre.dtx}{lettre-languages}}
+\file{lettre-path.tex}{\from{lettre.dtx}{lettre-path}}
+\nopreamble\nopostamble
+\file{ecusson55.eps}{\from{lettre.dtx}{ecusson55}}
+\file{amgmono.eps}{\from{lettre.dtx}{amgmono}}
+\file{letdoc.ist}{\from{lettre.dtx}{index}}
+\file{latexmkrc.pl}{\from{lettre.dtx}{latexmk}}
+\file{3.000-release-notes.txt}{\from{lettre.dtx}{releasenotes}}
+\file{lettre.tpl}{\from{lettre.dtx}{lettretpl}}
+\file{telefax.tpl}{\from{lettre.dtx}{telefaxtpl}}
+\file{institut.tpl}{\from{lettre.dtx}{instituttpl}}
+\usepreamble\defaultpreamble\usepostamble\defaultpostamble
+\file{lettre.cls}{\from{lettre.dtx}{paquetage}}
+\file{lettre-english.ldf}{\from{lettre.dtx}{lang-english}}
+\file{lettre-french.ldf}{\from{lettre.dtx}{lang-french}}
+\file{lettre-german.ldf}{\from{lettre.dtx}{lang-german}}
+\file{lettre-romand.ldf}{\from{lettre.dtx}{lang-romand}}
+\file{lettre-USenglish.ldf}{\from{lettre.dtx}{lang-USenglish}}
+}
+
+\typeout{%
+==============================================================================^^J%
+== Congratulation, you have unpacked lettre.dtx, now:\space\space\space
+\space\space\space\space\space\space\space\space\space\space\space\space
+\space\space\space\space\space\space\space\space==^^J%
+== let TEXMF denote your installation TEXMF, and\space\space\space\space
+\space\space\space\space\space\space\space\space\space\space\space\space
+\space\space\space\space\space\space\space\space\space\space\space\space
+==^^J%
+== 1) move lettre.cls, all the lettre-*.ldf files, and default.ins to\space
+\space\space\space\space\space\space==^^J%
+==\space\space\space\space\space directory TEXMF/tex/latex/lettre\space
+\space\space\space\space\space\space\space\space\space\space\space\space\space
+\space\space\space\space\space\space\space\space\space\space\space\space\space
+\space\space\space\space\space\space\space\space\space\space==^^J%
+== 2) Compile documentation by typing command:\space\space\space\space\space
+\space\space\space\space\space\space\space\space\space\space\space\space\space
+\space\space\space\space\space\space\space\space\space\space\space\space==^^J%
+==\space\space\space\space\space\space latexmk -r latexmkrc.pl\space
+\space\space\space\space\space\space\space\space\space\space\space\space\space
+\space\space\space\space\space\space\space\space\space\space\space\space\space
+\space\space\space\space\space\space\space\space\space\space\space\space\space
+\space\space\space\space\space==^^J%
+== 3) move lettre.pdf to TEXMF/doc/latex/lettre\space\space\space\space
+\space\space\space\space\space\space\space\space\space\space\space
+\space\space\space\space\space\space\space\space\space\space\space\space
+\space\space==^^J%
+==============================================================================%
+}
+\endbatchfile
+
+\lettreGargamelleEOF
+%CMGERJDSJRTNSPUTSH
+%</internal>
+%<*paquetage>
+%\lettreGrandgousierEOF
+%% \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 \~}
+%\lettreGrandgousier
+%</paquetage>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*letex1>
+%<<CMGERJDSJRTNSPUTSH
+\documentclass[12pt,origdate]{lettre}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage[french]{babel}
+\begin{document}
+
+%
+% Entete et signature par defaut, format plain.
+% =============================================
+%
+\begin{letter}{ Pr.~E.T.~Phonom \\
+ D\'epartement d'Asprototographie \\
+ Universit\'e de Saint Zopium \\
+ 3945, Quai du G\'eneral Gisant \\
+ CH-6800 Motte-au-Rolla }
+
+\pagestyle{plain}
+
+\name{Dr~S.~E.~Dnavegem}
+
+\opening{Cher Professeur Phonom,}
+
+Je vous remercie d'avoir donn\'e suite \`a ma requ\^ete, et vous
+confirme ma participation au symposium en tant que sp\'ecialiste
+des affaires \'etranges.
+
+\closing{Veuillez agr\'eer, Monsieur le professeur, l'expression
+ de mes condol\'eances distingu\'ees.}
+
+\end{letter}
+%
+\end{document}
+
+%CMGERJDSJRTNSPUTSH
+%</letex1>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*letex2>
+%<<CMGERJDSJRTNSPUTSH
+\documentclass[12pt,origdate]{lettre}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage[french]{babel}
+\begin{document}
+
+%
+% Entete et signature par defaut, format plain.
+% =============================================
+% Champs: objet, copies, annexes, post-scriptum.
+% ==============================================
+%
+\begin{letter}{ Pr.~E.T.~Phonom \\
+ D\'epartement d'Asprototographie \\
+ Universit\'e de Saint Zopium \\
+ 3945, Quai du G\'eneral Gisant \\
+ CH-6800 Motte-au-Rolla }
+
+\pagestyle{plain}
+
+\name{Dr~S.~E.~Dnavegem}
+
+\conc{Sixi\`eme Symposium Al\'ea\-toi\-re Intercommunal
+de Dynamotoculture (~SAID~1993~)}
+
+\opening{Cher Professeur Phonom,}
+
+Je vous remercie d'avoir donn\'e suite \`a ma requ\^ete, et vous
+confirme ma participation au symposium en tant que sp\'ecialiste
+des affaires \'etranges.
+
+\closing{Veuillez agr\'eer, Monsieur le professeur, l'expression
+ de mes condol\'eances distingu\'ees.}
+
+\cc{Pr.~Zoldan Fratschski \\
+ Me Barillada \\
+ Ra\"{\i}ssa Goba }
+
+\encl{Talon de participation \\
+ Bons de visite (6) \\
+ Article Dnavegem }
+
+\ps{PS :~}{Veuillez trouver en annexe les documents dont nous avons
+parl\'e ce matin au t\'el\'ephone, ainsi qu'un exemplaire de mon
+article consacr\'e \`a la culture intensive du Yen Japonais en
+milieu hospitalier. Je vous en souhaite bonne r\'eception.}
+
+\end{letter}
+%
+\end{document}
+
+%CMGERJDSJRTNSPUTSH
+%</letex2>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*letex3>
+%<<CMGERJDSJRTNSPUTSH
+\documentclass[12pt,origdate]{lettre}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage[french]{babel}
+\begin{document}
+\selectlanguage{french}
+
+%
+% Fichier de defaut de l'Observatoire
+% ===================================
+\institut{obs}
+% Entete officielle, signature precisee, format headings.
+% =======================================================
+% Langue romande.
+% ===============
+% Champs: objet, copies, annexes, post-scriptum.
+% ==============================================
+% Ligne auxiliaire de reference.
+% ==============================
+%
+\begin{letter}{ Pr.~E.T.~Phonom \\
+ D\'epartement d'Asprototographie \\
+ Universit\'e de Saint Zopium \\
+ 3945, Quai du G\'eneral Gisant \\
+ CH-6800 Motte-au-Rolla }
+
+\pagestyle{headings}
+
+\name{Dr~S.~E.~Dnavegem}
+\psobs
+\signature{Dr~S.~E.~Dnavegem\\ Collaborateur Scientifique}
+
+\Vref{EP/mjs}
+\Nref{SD/cf69}
+\faxobs
+\ccpobs
+
+\conc{Sixi\`eme Symposium Al\'ea\-toi\-re Intercommunal
+de Dynamotoculture (~SAID~1993~)}
+
+\opening{Cher Professeur Phonom,}
+
+Je vous remercie d'avoir donn\'e suite \`a ma requ\^ete, et vous
+confirme ma participation au symposium en tant que sp\'ecialiste
+des affaires \'etranges.
+
+\closing{Veuillez agr\'eer, Monsieur le professeur, l'expression
+ de mes condol\'eances distingu\'ees.}
+
+\cc{Pr.~Zoldan Fratschski \\
+ Me Barillada \\
+ Rassa Goba }
+
+\encl{Talon de participation \\
+ Bons de visite (6) \\
+ Article Dnavegem }
+
+\ps{PS :~}{Veuillez trouver en annexe les documents dont nous avons
+parl\'e ce matin au t\'el\'ephone, ainsi qu'un exemplaire de mon
+article consacr\'e \`a la culture intensive du Yen Japonais en
+milieu hospitalier. Je vous en souhaite bonne r\'eception.}
+
+\end{letter}
+%
+\end{document}
+
+%CMGERJDSJRTNSPUTSH
+%</letex3>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*letex4>
+%<<CMGERJDSJRTNSPUTSH
+\documentclass[12pt,origdate]{lettre}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage[french]{babel}
+\begin{document}
+
+%
+% Fichier de defaut de l'Observatoire
+% ===================================
+\institut{obs}
+%
+% Entete officielle, signature precisee,
+% ======================================
+% langue romande,
+% ===============
+% precision de departement, format headings.
+% ==========================================
+% Champs: objet, copies, annexes, post-scriptum.
+% ==============================================
+% Lignes auxiliaires de reference et d'E-Mail.
+% ============================================
+%
+\begin{letter}{ Pr.~E.T.~Phonom \\
+ D\'epartement d'Asprototographie \\
+ Universit\'e de Saint Zopium \\
+ 3945, Quai du G\'eneral Gisant \\
+ CH-6800 Motte-au-Rolla }
+
+\pagestyle{headings}
+
+\name{Dr~S.~E.~Dnavegem}
+\psobs
+\location{Centre Informagique}
+\signature{Dr~S.~E.~Dnavegem\\ Collaborateur Scientifique}
+
+\Vref{EP/mjs}
+\Nref{SD/cf69}
+\faxobs
+\ccpobs
+\username{dnavegem}
+\ccittobs
+\internetobs
+
+\conc{Sixi\`eme Symposium Al\'ea\-toi\-re Intercommunal
+de Dynamotoculture (~SAID~1993~)}
+
+\opening{Cher Professeur Phonom,}
+
+Je vous remercie d'avoir donn\'e suite \`a ma requ\^ete, et vous
+confirme ma participation au symposium en tant que sp\'ecialiste
+des affaires \'etranges.
+
+\closing{Veuillez agr\'eer, Monsieur le professeur, l'expression
+ de mes condol\'eances distingu\'ees.}
+
+\cc{Pr.~Zoldan Fratschski \\
+ Me Barillada \\
+ Ra\"{\i}ssa Goba }
+
+\encl{Talon de participation \\
+ Bons de visite (6) \\
+ Article Dnavegem }
+
+\ps{PS :~}{Veuillez trouver en annexe les documents dont nous avons
+parl\'e ce matin au t\'el\'ephone, ainsi qu'un exemplaire de mon
+article consacr\'e \`a la culture intensive du Yen Japonais en
+milieu hospitalier. Je vous en souhaite bonne r\'eception.}
+
+\end{letter}
+%
+\end{document}
+
+%CMGERJDSJRTNSPUTSH
+%</letex4>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*letex5>
+%<<CMGERJDSJRTNSPUTSH
+\documentclass[12pt,origdate]{lettre}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage[english,french]{babel}
+\begin{document}
+%
+% Fichier de defaut de l'Observatoire
+% ===================================
+\institut{obs}
+%
+% Entete officielle, signature precisee,
+% ======================================
+% langue anglaise, format plain,
+% ==============================
+% precision de departement.
+% =========================
+% Champs: objet, annexes.
+% =======================
+% Lignes auxiliaires de reference et d'E-Mail.
+% ============================================
+%
+\begin{letter}{ \TeX\ Users Group \\
+ P.O.Box 594 \\
+ Providence, RI 02901 \\
+ USA}
+
+\anglais
+\pagestyle{plain}
+
+\name{Denis M\'egevand}
+\psobs
+\location{Dr~D.~M\'egevand\\ Ing\'enieur de recherche}
+\signature{Dr~D.~M\'egevand}
+
+\Nref{PCT8289}
+\Vref{TUG/kb}
+\faxobs
+\ccpobs
+\username{megevand}
+\ccittobs
+\internetobs
+
+\conc{PiC\TeX\ Manuals}
+\opening{Dear Sir,}
+
+Enclosed, you will find a check of \$60.00 corresponding to your
+invoice \#902 dated June 2,1993 for 2 PiC\TeX\ manuals.
+
+\closing{Sincerely}
+\encl{1 check}
+
+\end{letter}
+%
+\end{document}
+
+%CMGERJDSJRTNSPUTSH
+%</letex5>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*letex6>
+%<<CMGERJDSJRTNSPUTSH
+\documentclass[12pt,origdate]{lettre}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage[german,french]{babel}
+\begin{document}
+\newcommand{\dhfam}{\fontencoding{OT1}\fontfamily{cmdh}\fontseries{m}%
+ \fontshape{n}}
+\newcommand{\cmd}{\dhfam\fontsize{10}{12pt}\selectfont}
+\newcommand{\Cmd}{\dhfam\fontsize{12}{14pt}\selectfont}
+\newcommand{\CMD}{\dhfam\fontsize{14}{17pt}\selectfont}
+%
+% Adresse precisee,
+% =================
+% langue allemande, format headings,
+% ==================================
+% precision de departement, lieu, telephone, fax, E-Mail.
+% =======================================================
+% Champs: annexes.
+% ================
+% Lignes auxiliaires de reference et d'E-Mail.
+% ============================================
+%
+\begin{letter}{ Herrn Professor H.F.~Hess \\
+ Astronomisches Institut \\
+ Universit\"at Mainz \\
+ Jupitergasse 4 \\
+ D-4102 \underline{B\"onningen} }
+
+\allemand
+\pagestyle{headings}
+
+\name{Dr~T.G. Kurwezger}
+\address{\centering
+ \CMD Centre des D\'es Stochastiques \\
+ \cmd CH-1291 Prairie du Gr\"utli }
+\location{Dr~Terry G. Kurwezger \\
+ D\'epartement des Tas}
+\telephone{+41(1) 671 27 12}
+\lieu{La Prairie}
+\signature{Terry}
+\email{tkur@cds.unigr.ch}
+
+\Nref{ TGK/dm }
+\fax{+41(1) 671 27 45}
+\username{tkur}
+\ccitt{OU=cds;O=unigr;C=ch}
+\internet{cds.unigr.ch}
+
+\opening{ Lieber Heinz, }
+
+Vielen Dank f\"ur deine Anruf und die Einladung, einen Vortrag in Mainz
+zu halten. Ich schlage den folgenden Titel vor:
+
+\begin{center}
+{\large KOSMOS, was, wo, wann ?}
+\end{center}
+\medskip
+
+\noindent{\large\it Zusammenfassung}
+
+Kosmos \"uberalles. Was sind die lichtst\"arksten Objekte die wir kennen ?
+Wo sind die Grenzen des Universums ? Warum befinden sich Quasaren
+im Zentrum von Galaxien, am Rande des beobachtbaren Universums ?
+Wann anf\"angt die moderne Astronomie ?
+
+Falls du eine l\"angere Zusammenfassung w\"unschst, habe ich eine mit diesem Brief beigef\"ugt.
+
+\closing{Mit freundlichen Gr\"ussen}
+\encl{1 Zusammenfassung}
+\end{letter}
+%
+\end{document}
+
+%CMGERJDSJRTNSPUTSH
+%</letex6>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*letex7>
+%<<CMGERJDSJRTNSPUTSH
+\documentclass[12pt,origdate]{lettre}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage[french,english]{babel}
+\begin{document}
+%
+% Fichier de defaut de l'Observatoire
+% ===================================
+\institut{obs}
+%
+% Entete par defaut, double signature,
+% ====================================
+% langue anglaise, format headings, marge precisee.
+% =================================================
+% Champs: objet.
+% ==============
+% Lignes auxiliaires de reference et d'E-Mail.
+% ============================================
+% Tests: itemize, description, enumerate, center,
+% ===============================================
+% tabular, array, eqnarray, footnote.
+% ===================================
+%
+\begin{letter}{ SoftIdeas\\
+ P.O.Box 8K23 \\
+ Prove Islands, TO 14501 \\
+ USA}
+
+\anglais
+\pagestyle{headings}
+\marge{30mm}
+
+\name{Dr~S.~E.~Dnavegem}
+\signature{Dr~S.~E.~Dnavegem\\Collaborateur Scientifique}
+\secondsignature{Dr~P.~Barre-Thordue\\Collaborateur Scientifique}
+
+\Nref{PL/cf69}
+\faxobs
+\username{dnavegem}
+\ccittobs
+\internetobs
+
+\conc{Our activities}
+
+\opening{Dear Sir,}
+
+Enclosed\footnote{In fact, the check will be sent by separate mail}, you
+will find a description of our activities and a check of \$149.95 corresponding
+to your invoice \#439 dated 05/28/93 for:
+\begin{itemize}
+\item 1 PiC\TeX\ manual, describing completely all the commands implemented
+by the macros written by M.J.~Wichura. If the manual doesn't respond to
+our demand, we will send it back, ans ask for complete refund.
+\item 1 PiC\TeX\ software on 5.25 inch floppy disk. The disk is to be
+formatted in IBM PC compatible format.
+\item 5 PiC\TeX\ Quick Reference Cards.
+\end{itemize}
+We'll be happy if you could send us a detailled list of your products.
+
+We are a software developing team, and our work involves:
+\begin{description}
+\item[Editors] Full-screen editors for PC and compatibles.
+\item[Compilers] Full range of compilers for PC and compatibles. It includes
+ADA, BASIC, C, FORTH, FORTRAN, ICON, LISP, MODULA-2, PASCAL and PROLOG
+compilers.
+\item[Operating Systems] Multitasking, real-time OS.
+\item[Utilities] A lot of useful add-on software.
+\end{description}
+
+We can produce cross-reference tables of product compatibilities for various
+software and vendors.
+\begin{center}
+\begin{tabular}{||l|||r@{.}l|l|l||}
+\hline
+gnuBASE IV&419&00&nul&ok\\
+\hline
+GNATUS 123&489&95&complete&N.A\\
+\hline
+Turbo Foo&99&95&partial&good\\
+\hline
+\end{tabular}
+\end{center}
+
+We can also furnish scientific text processing systems for your computer,
+or for your site (Education licenses!)
+Here are some examples of our outputs:
+
+\begin{eqnarray}
+x&=&17y\\
+y&>&a+b+c+d+e+f+g+h+i+j+ \nonumber \\
+&&k+l+m+n+o+p
+\end{eqnarray}
+
+\[
+x=\left\{\begin{array}{ll}
+ y&\mbox{if $y>0$} \\
+ z+y&\mbox{otherwise}
+ \end{array}
+ \right.
+\]
+
+{\em et voila \ldots that's it \ldots}
+
+Remember we order today:
+\begin{enumerate}
+\item 1 PiC\TeX\ manual, describing completely all the commands implemented
+by the macros written by M.J.~Wichura.
+\item 1 PiC\TeX\ software on 5.25 inch IBM PC compatible formatted floppy disk.
+\item 5 PiC\TeX\ Quick Reference Cards.
+\end{enumerate}
+
+\closing{Sincerely}
+
+\end{letter}
+%
+\end{document}
+
+%CMGERJDSJRTNSPUTSH
+%</letex7>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*letex8>
+%<<CMGERJDSJRTNSPUTSH
+\documentclass[12pt,origdate]{lettre}
+\usepackage{epic,eepic}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage[french]{babel}
+\begin{document}
+%
+% Fichier de defaut de l'Observatoire
+% ===================================
+\institut{obs}
+%
+% Entete officielle, triple signature, format empty, date.
+% ========================================================
+% Lignes auxiliaires de reference et d'E-Mail.
+% ============================================
+% Tests: quote, quotation, verbatim, minipage,
+% ============================================
+% picture, tabbing.
+% ========================
+%
+\begin{letter}{ Pr.~E.N.~Photon \\
+ D\'epartement d'Astrotopographie \\
+ Universit\'e de Saint Pozium \\
+ 3945, Quai du G\'eneral Gisant \\
+ CH-6800 Motte-au-Rolla }
+
+\pagestyle{empty}
+
+\psobs
+\name{Dr~D.P.~Dnavegem}
+\location{Pr.~J.~Su\"{\i}jy-Rest\\Groupe des Forces Statiques}
+\lieu{Sauverni}
+\date{au 25 Joviet 2091}
+\signature{Pr.~J.~Su\"{\i}jy-Rest\\ Doyen et\\ Chef de D\'epartement}
+\secondsignature{Dr~D.P.~Dnavegem\\ Collaborateur Scientifique}
+\thirdsignature{A.~Jout\'e\\ Assistant}
+
+\Vref{EP/mjs}
+\Nref{jsr002}
+\username{jsr}
+\bitnet{cgeuge54}
+\decnet{chgate::20159}
+
+\opening{Cher Professeur Photon,}
+
+Nous vous remercions d'avoir donn\'e suite \`a notre requ\^ete, et vous
+confirmons notre participation au symposium en tant que sp\'ecialistes
+des affaires \'etranges. Veuillez trouver ici un r\'esum\'e de notre
+communication commune:
+
+\begin{quote}\bf\sl
+L'influence n\'efaste des extra-terrestres pendulaires et frontaliers
+sur les communications t\'el\'evisuelles intercontinentales.
+\end{quote}
+
+\begin{quotation}
+L'\'emergence de courants plasmuriques forts dans la r\'egion d'atterrissage
+des v\'ehicules de liaison plan\'etaires (VLP) est \`a l'origine des champs
+gravito--organiques \`a bolomisations al\'eatoires connus depuis la fin du
+si\`ecle pass\'e. Ces modifications de l'\'equilibre physico-chimique de
+l'atmosph\`ere donnent lieu \`a toute une panoplie de ph\'enom\`enes plus
+ou moins inqui\'etants et spectaculaires, tels que les trous dans la couche
+d'ozone ou les aurores bor\'eales ou australes que l'on attribuait par le
+pass\'e \`a des regains d'activit\'e solaire.
+
+On a d\'ecouvert r\'ecemment qu'aux heures de pointe, le flux des VLP,
+anciennement acronym\'es OVNIS, pouvait provoquer des battements et des
+ph\'enom\`enes de r\'esonances dans certaines configurations de terrain,
+et sous certaines conditions, telles que les meilleurs blindages
+gravito--organiques ne pouvaient y \^etre totalement opaques.
+
+Les communications t\'el\'evisuelles intracontinentales, bas\'ees sur les
+technologies les plus r\'ecentes de fibres auditiques en
+Corduron$^{\mbox{\copyright}}$ de chez Dubond de Velours sont compl\'etement
+insensibles \`a de telles perturbations, contrairement aux anciennes lignes
+intercontinentales en cablage traditionnel (polygraphite impr\'egn\'e).
+\end{quotation}
+
+Nous avons d\'evelopp\'e un logiciel d'analyse permettant de traiter
+l'information statistique fournies par les sondes FVLP, pour fournir
+\`a nos clients l'information sur les endroits les plus touch\'es du globe.
+Veuillez trouver ci-apr\`es le pseudo-code du protocole de communication,
+une illustration des sondes se transmettant l'information de mani\`ere
+autonome, ainsi qu'une table des param\`etres de celles-ci.
+
+\begin{verbatim}
+BEGIN
+ if(alive(S1) && alive(S3) && alive(S5)) then
+ BEGIN
+ contact{s1,S1};
+ contact{S1,S3};
+ contact{S3,S5};
+ contact{S5,s3};
+ END
+ endif
+ if(alive(S2) && alive(S4) && alive(S6)) then
+ BEGIN
+ contact{s2,S2};
+ contact{S2,S4};
+ contact{S4,S6};
+ contact{S6,s4};
+ END
+ endif
+END
+\end{verbatim}
+
+\input{lettre-sondes.tex} % graphique en mode picture avec eepic
+
+\begin{minipage}{7cm}
+Les valeurs param\'etriques des satellites sont donn\'ees ci-contre, par ordre
+de date de lancement. Les unit\'es sont MKSA, dans la mesure du possible,
+l'excentricit\'e des orbites est donn\'e comme le rapport grand/petit axe,
+et le taux de transmission en TB/s.
+\end{minipage}\hfill
+\begin{minipage}{7cm}
+\begin{tabbing}
+n$^{\textrm o} $ \=masse \=g.a/p.a \=puissance \=t$_{\textrm tr}$\\
+S1\>247\>1.16\>53.5\>1.3\\
+S2\>211\>1.40\>49.3\>1.1\\
+S3\>233\>1.27\>51.0\>1.2\\
+S4\>199\>1.91\>48.8\>1.0\\
+S5\>270\>1.33\>65.2\>1.5\\
+S6\>270\>1.33\>65.2\>1.5\\
+\end{tabbing}
+\end{minipage}
+
+\closing{Veuillez agr\'eer, Monsieur le professeur, l'expression
+ de nos condol\'eances distingu\'ees.}
+
+\end{letter}
+%
+\end{document}
+
+%CMGERJDSJRTNSPUTSH
+%</letex8>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*testfaxf>
+%<<CMGERJDSJRTNSPUTSH
+\documentclass[12pt,origdate]{lettre}
+\usepackage{epsf}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage[french]{babel}
+\begin{document}
+%
+% Fichier de defaut de l'Observatoire
+% ===================================
+\institut{obs}
+%
+% telefax, entete officielle
+% ==========================
+% champ Concerne, ligne d'E-Mail
+% ==============================
+%
+\begin{telefax}{+41-22-320 29 27}{Universit\'e de Gen\`eve\\
+ Aux personnes concern\'ees}
+\psobs
+\location{Dr~D.~M\'egevand\\Ing\'enieur \TeX nicien}
+\name{Denis M\'egevand}
+
+\username{megevand}
+\bitnet{cgeuge54}
+\internetobs
+
+\conc{Style T\'el\'efax pour \LaTeX}
+
+\marge{5mm}
+\opening{Chers coll\`egues}
+
+J'ai modifi\'e le style \verb+LETTRE+ pour qu'il puisse cr\'eer une ent\^ete
+plus adapt\'ee aux besoins du t\'el\'efax, et r\'epondre \`a vos attentes.
+
+L'ent\^ete est form\'ee ainsi que vous pouvez le voir ci-dessus d'un embl\`eme
+simplifi\'e de l'Observatoire, que vous pouvez bien sur modifier par la commande
+\verb+\address+.
+
+A sa droite se trouve le mot {\CMD T~\'E~L~\'E~F~A~X}, et au dessous une ligne
+toujours pr\'esente contenant par d\'efaut le num\'eros de t\'el\'ecommunications
+standard de l'Observatoire.
+Vous pouvez modifier ces num\'eros par les commandes habituelles \verb+\telephone+,
+\verb+\fax+, \verb+\telex+. Vous noterez la disparition du num\'ero du telex de
+l'Observatoire, qui a \'et\'e retir\'e \`a la version 2.05.
+
+Au dessous se trouve un champ en \'evidence contenant les informations propres
+au t\'el\'efax:
+\begin{description}
+\item[Destinataire]Ce champ provient de la commande \verb+\begin{telefax}+ qui
+remplace le \verb+\begin+\-\verb+{letter}+, mais qui contient deux param\`etres
+au lieu d'un seul. Le premier est le num\'ero de t\'el\'efax, et le second est
+le param\`etre classique de \verb+\begin{letter}+, contenant le nom et l'adresse.
+Pour le t\'el\'efax que vous \^etes en train de lire, la commande est
+\verb+\begin{telefax}{+{\ttfamily+}\verb+41-22-755-3983}{Obser+\-%
+\verb+vatoire de Gen\`eve\\+\-\verb+Aux personnes concern\'ees}+.
+\item[Exp\'editeur]Ce champ provient de \verb+\location+, ou, si cette commande
+n'existe pas, de \verb+\name+ qui est obligatoire.
+\item[Nombre de pages]Ce param\`etre est calcul\'e automatiquement, mais oblige
+l'utilisateur \`a \LaTeX\ er son document une deuxi\`eme fois pour r\'esoudre
+la valeur correctement. Un message le signale \`a la fin de la compilation. La
+commande \verb+\addpages{n}+ permet \`a \LaTeX de tenir compte de n pages
+suppl\'ementaires. {\bfseries Note}: \`A cause du calcul des pages, on ne peut pas
+mettre plusieurs t\'el\'efax dans un m\^eme fichier.
+\item[Remarque]Une ligne de remarque \`a l'intention du destinataire est
+plac\'ee en dessous, lui indiquant que faire en cas de mauvaise reception.
+Cette ligne est en gros caract\`eres, et de ce fait comprise m\^eme si elle
+est mal transmise.
+\end{description}
+
+En r\'esum\'e, les commandes utiles, sp\'ecifiques ou diff\'erement interpr\'et\'ees
+sont \verb+\begin+\-\verb+{telefax}+\-\verb+{num\'ero}+\-\verb+{nom\\+\-\verb+adresse}+,
+\verb+\end{telefax}+, \verb+\location+ et \verb+\addpages{n}+. Les autres commandes
+sont utilis\'ees comme pour une lettre.
+
+De plus, la version 1.64 du 20.12.89 a apport\'e les quelques modifications suivantes:
+\begin{description}
+\item[Ent\^ete]On peut dessiner un embl\`eme officiel de l'Observatoire, avec
+l'\'ecusson de Gen\`eve comme ici,
+
+\includegraphics[viewport=-55 0 55 55,clip=true]{ecusson55.pdf}
+
+en utilisant la
+commande \verb+\psobs+. Pour les t\'el\'efax, cet embl\`eme est \'egalement
+simplifi\'e. Cette commande n'est valable que si l'on travaille avec une
+imprimante {\scshape PostScript}.
+\item[e-mail]La ligne d'e-mail est s\'epar\'ee du corps de la lettre par un
+trait horizontal.
+\item[Marge]La marge peut \^etre modifi\'ee par la commande \verb+\marge{dimension}+,
+par d\'efaut on a \verb+\marge{15mm}+, ce qui la laisse comme avant.
+\end{description}
+
+J'aimerais conna\^{\i}tre vos r\'eactions, et avoir vos avis sur les traductions
+des termes du t\'el\'efax. Cette version, num\'erot\'ee 1.70, est devenue version
+2.00 lorsque les traductions ont \'et\'e approuv\'ees, et le style stabilis\'e.
+
+\closing{Meilleures salutations}
+
+\end{telefax}
+\vfill
+\end{document}
+
+%CMGERJDSJRTNSPUTSH
+%</testfaxf>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*testfaxe>
+%<<CMGERJDSJRTNSPUTSH
+\documentclass[12pt,english,origdate]{lettre}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage[french,english]{babel}
+\begin{document}
+%
+% telefax, entete officielle
+% ==========================
+% langue anglaise, adresse detaillee
+% ==================================
+% ligne d'E-Mail
+% ==============
+%
+\begin{telefax}{+41-22-320 29 27}{Geneva University\\
+ To whom it may concern}
+\location{Dr~D.~M\'egevand
+ \\\TeX nician}
+\name{Denis M\'egevand}
+
+\anglais
+\detailledaddress
+\username{megevand}
+\bitnet{cgeuge54}
+\internet{obs.unige.ch}
+
+\conc{\LaTeX\ fax style}
+
+\opening{Dear collegues}
+
+This is just an example of my new telefax style in english. See the french example for the documentation.
+
+Looking forward to hearing from you soon and thanking you in advance.
+
+\closing{Sincerely yours,}
+
+\end{telefax}
+\end{document}
+
+%CMGERJDSJRTNSPUTSH
+%</testfaxe>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*testfaxd>
+%<<CMGERJDSJRTNSPUTSH
+\documentclass[12pt,origdate]{lettre}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage[german,french]{babel}
+\begin{document}
+%
+% Fichier de defaut de l'Observatoire
+% ===================================
+\institut{obs}
+%
+% telefax, entete officielle
+% ==========================
+% langue allemande, ligne d'E-Mail
+% ================================
+%
+\begin{telefax}{+41-22-320 29 27}{Genfer Universit\"at\\
+ Die anbetroffene Personen}
+\psobs
+\location{Dr~D.~M\'egevand
+ \\\TeX niker}
+\name{Denis M\'egevand}
+
+\allemand
+
+\username{megevand}
+\bitnet{cgeuge54}
+\internet{obs.unige.ch}
+
+\opening{Liebe Kollegen}
+
+Hier ist ein Beispiel der neuen fax Schreibweise f\"ur \LaTeX.
+
+\closing{Mit freundlichen Gr\"ussen}
+
+\end{telefax}
+\end{document}
+
+%CMGERJDSJRTNSPUTSH
+%</testfaxd>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*lettre>
+%<<CMGERJDSJRTNSPUTSH
+\documentclass{ltxdoc}
+\usepackage[table]{xcolor}
+\usepackage{graphicx}
+\usepackage[latin1]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage[french]{babel}
+\usepackage{tabularx}
+\usepackage{multicol}
+\usepackage{verbatim}
+\usepackage{hyperref}
+\usepackage[output-decimal-marker={,}]{siunitx}
+\DeclareSIUnit\inch{pouce}
+\usepackage[strict]{changepage}
+\usepackage{multido}
+\makeatletter
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\edef\lettre@lamargeimpaire@stantarde{\the\oddsidemargin}
+\edef\lettre@lamargepaire@stantarde{\the\evensidemargin}
+\edef\lettre@lalargeurdutexte@stantarde{\the\textwidth}
+\edef\lettre@lalargeurdutexte@manuel{170mm}
+\edef\lettre@lamarge@manuel{25mm}
+\topmargin-20pt\relax
+\textheight240mm\relax
+\newcommand*\lettreRedefinitMarges{
+ \changetext%
+ {0pt}% text height => no change
+ {\dimexpr\lettre@lalargeurdutexte@manuel-\lettre@lalargeurdutexte@stantarde}% text width
+ {\dimexpr-1in+\lettre@lamarge@manuel-\lettre@lamargepaire@stantarde}% even side margin
+ {\dimexpr-1in+\lettre@lamarge@manuel-\lettre@lamargeimpaire@stantarde}% odd side margin
+ {0pt}% column sep => no change
+}
+\newcommand*\lettreRestaureMarges{
+ \changetext%
+ {0pt}% text height => no change
+ {\dimexpr\lettre@lalargeurdutexte@stantarde-\lettre@lalargeurdutexte@manuel}% text width
+ {\dimexpr\lettre@lamargepaire@stantarde+1in-\lettre@lamarge@manuel}% even side margin
+ {\dimexpr\lettre@lamargeimpaire@stantarde+1in-\lettre@lamarge@manuel}% odd side margin
+ {0pt}% column sep => no change
+}
+
+\lettreRedefinitMarges
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\setcounter{tocdepth}{4}%
+\setcounter{secnumdepth}{4}%
+% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% http://www.laposte.fr/particulier/courriers-colis/conseils-pratiques/bien-rediger-l-adresse-d-une-lettre-ou-d-un-colis
+% personalisation de la page de titre
+% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\newcommand{\lrulefill}[1]{\leaders\hrule height#1\hfill\kern\z@}%
+%\renewcommand{\and}{\\}%
+\renewcommand{\maketitle}{\begin{titlepage}\setcounter{page}{0}\let\footnotesize\small
+ \let\footnoterule\relax\null\vfill
+ \noindent\mbox{\@inserthautg\@inserthautd}%
+ \vfill
+ \begin{flushright}%
+ \mbox{}\lrulefill{1pt}\\[5mm]{\LARGE\bf \@title}\\[3mm]%
+ \mbox{}\lrulefill{1pt}\\%
+ \end{flushright}\par\vfill
+ \noindent\mbox{\@insertbasg\@insertbasd}%
+ \vfill
+ {\Large\lineskip .75em\relax
+ \begin{tabular}[b]{@{}l@{}}\@author\end{tabular}}\hfill
+ {\large\begin{tabular}[b]{@{}r@{}}\@date\end{tabular}}\par
+ \mbox{}\lrulefill{1pt}\\\end{titlepage}%
+\setcounter{footnote}{0}\let\thanks\relax\let\maketitle\relax
+\gdef\@thanks{}\gdef\@author{}\gdef\@title{}}%
+\newcounter{nbpages}
+\newcommand*\InclutUnExemple[1]{%
+{\scriptsize\verbatiminput{#1.trimmed}}
+\vfill\pagebreak
+\pdfximage{#1.pdf}\setcounter{nbpages}{\the\pdflastximagepages}%
+\multido{\i=1+1}{\the\c@nbpages}{\noindent\fbox{\includegraphics[height=\dimexpr\textheight
+ -2\fboxrule-2\fboxsep,page=\i]{#1.pdf}}\vfill
+ \pagebreak}%
+}
+\newcommand*\InclutLesExemples{%
+ \expandafter\InclutLesExemples@inner\listeexemples,\@nil,
+}
+\newcommand*\InclutLesExemples@inner{}
+\def\InclutLesExemples@inner#1,{%
+ \def\@tempa{#1}%
+ \ifx\@tempa\@nnil
+ \else
+ % gobe les ventuels espaces au dbut de \@tempa
+ \def\@tempb##1##2\@nil{\def\@tempa{##1##2}}\expandafter\@tempb\@tempa\@nil
+ \expandafter\InclutUnExemple\expandafter{\@tempa}%
+ \expandafter\InclutLesExemples@inner
+ \fi
+}
+
+\newcommand*\ifExemples{%
+\csname if\ifx\listeexemples\@empty false\else true\fi\endcsname
+}
+\newcommand*\vrefname{V.\raise.4ex\hbox{\tiny /}r\'ef.~}
+\newcommand*\nrefname{N.\raise.4ex\hbox{\tiny /}r\'ef.~}
+\makeatother
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%modifs pour utiliser babel
+\makeatletter
+\@ifpackageloaded{babel}{%
+\let\fsc\textsc
+\newcommand*{\see}[2]{\textit{voir}\ #1}
+\newcommand*{\seealso}[2]{\textit{voir aussi}\ #1}
+}{}
+\makeatother
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\makeindex
+\input{lettre-path.tex}
+\input{lettre-languages.tex}
+\begin{document}
+\selectlanguage{french}
+%
+\newdimen\indentedwidth
+\indentedwidth=\textwidth
+\advance\indentedwidth by-91mm\relax
+%
+\newcommand{\dhfam}{\fontencoding{OT1}%
+ \fontfamily{cmdh}%
+ \fontseries{m}%
+ \fontshape{n}}%
+\newcommand{\ldcmd}{\dhfam\fontsize{10}{12pt}\selectfont}%
+\newcommand{\ldCmd}{\dhfam\fontsize{12}{14pt}\selectfont}%
+\newcommand{\LDCMD}{\dhfam\fontsize{14}{17pt}\selectfont}%
+\newcommand{\trfam}{\fontencoding{T1}%
+ \fontfamily{ptm}%
+ \fontseries{m}%
+ \fontshape{n}}%
+\newcommand{\treit}{\trfam\fontsize{8}{10pt}\selectfont}%
+\newcommand{\trten}{\trfam\fontsize{10}{12pt}\selectfont}%
+\newcommand{\trtwelf}{\trfam\fontsize{12}{14pt}\selectfont}%
+\newcommand{\trfvtn}{\trfam\fontsize{15}{18pt}\selectfont}%
+\newcommand{\hvfam}{\fontencoding{T1}%
+ \fontfamily{phv}%
+ \fontseries{m}%
+ \fontshape{n}}%
+\newcommand{\hvten}{\hvfam\fontsize{10}{12pt}\selectfont}%
+\newcommand{\hvtwfv}{\hvfam\fontsize{25}{30pt}\selectfont}%
+%
+\makeatletter
+% dimensions de la vignette \fbox{\includegraphics[scale=.15]{testfaxf-1}}
+%+------------ +------------+------------+-------------+
+%|dimension |rotation |pt |mm |
+%+------------ +------------+------------+-------------+
+%|largeur |0 |96.38103 |33.8740578663|
+%+------------ +------------+------------+-------------+
+%|hauteur |0 |130.16846 |45.7489813754|
+%+------------ +------------+------------+-------------+
+%|profondeur |0 |3.4 |1.19496333195|
+%+------------ +------------+------------+-------------+
+%|haut+prof. |0 |133.56846 |46.9439447073|
+%+------------ +------------+------------+-------------+
+%|largeur |-20 |136.2493 |47.886152207 |
+%+------------ +------------+------------+-------------+
+%|hauteur |-20 |122.31696 |42.9894947281|
+%+------------ +------------+------------+-------------+
+%|profondeur |-20 |36.15822 |12.7081608966|
+%+------------ +------------+------------+-------------+
+%|largeur |20 |136.2493 |47.886152207 |
+%+------------ +------------+------------+-------------+
+%|hauteur |20 |155.28027 |54.5747731839|
+%+------------ +------------+------------+-------------+
+%|profondeur |20 |3.1949 |1.12287892625|
+%+------------ +------------+------------+-------------+
+%{
+%\settowidth{\dimen0}{\rotatebox{20}{\fbox{\includegraphics[scale=.15,page=1]{testfaxf}}}}
+%\showthe\dimen0
+%\settoheight{\dimen0}{\rotatebox{20}{\fbox{\includegraphics[scale=.15,page=1]{testfaxf}}}}
+%\showthe\dimen0
+%\settodepth{\dimen0}{\rotatebox{20}{\fbox{\includegraphics[scale=.15,page=1]{testfaxf}}}}
+%\showthe\dimen0
+%}
+\newcommand{\@inserthautg}{%
+\vrule height4cm depth0pt width0pt
+\unitlength1mm
+\begin{picture}(85,55.6976556247)
+%\put(0,0){\framebox(85,55.6976556247){}}
+\put(0,12.7081608966){\rotatebox{-20}{\fbox{\includegraphics[scale=.15,page=1]{letex1.pdf}}}}%
+\put(20,12.7081608966){\rotatebox{-20}{\color{white}\rule[-3.4pt]{96.38103pt}{133.56846pt}}}%
+\put(20,12.7081608966){\rotatebox{-20}{\fbox{\includegraphics[scale=.15,page=1]{letex2}}}}%
+\end{picture}%
+}%
+\newcommand{\@inserthautd}{%
+\unitlength1mm
+\begin{picture}(85,55.6976556247)
+%\put(0,0){\framebox(85,55.6976556247){}}
+\put(37.113847793,1.12287892625){\rotatebox{20}{\fbox{\includegraphics[scale=.15,page=1]{testfaxf}}}}%
+\put(17.113847793,12.7081608966){\rotatebox{-20}{\color{white}\rule[-3.4pt]{96.38103pt}{133.56846pt}}}
+\put(17.113847793,12.7081608966){\rotatebox{-20}{\fbox{\includegraphics[scale=.15,page=2]{testfaxf}}}}%
+\end{picture}%
+}%
+\newcommand{\@insertbasg}{%
+\vrule height4cm depth0pt width0pt
+\unitlength1mm
+\begin{picture}(85,55.6976556247)
+%\put(0,0){\framebox(85,55.6976556247){}}
+\put(0,1.12287892625){\rotatebox{20}{\fbox{\includegraphics[scale=.15,page=1]{letex8}}}}%
+\put(20,12.7081608966){\rotatebox{-20}{\color{white}\rule[-3.4pt]{96.38103pt}{133.56846pt}}}
+\put(20,12.7081608966){\rotatebox{-20}{\fbox{\includegraphics[scale=.15,page=2]{letex8}}}}%
+\end{picture}%
+}%
+\newcommand{\@insertbasd}{%
+\unitlength1mm
+\begin{picture}(85,55.6976556247)
+%\put(0,0){\framebox(85,55.6976556247){}}
+\put(22.113847793,1.12287892625){\rotatebox{20}{\fbox{\includegraphics[scale=.15,page=2]{letex7}}}}%
+\put(37.113847793,1.12287892625){\rotatebox{20}{\color{white}\rule[-3.4pt]{96.38103pt}{133.56846pt}}}
+\put(37.113847793,1.12287892625){\rotatebox{20}{\fbox{\includegraphics[scale=.15,page=1]{letex7}}}}%
+\end{picture}%
+}%
+\makeatother
+\title{{\huge\bf De la correspondance avec \LaTeXe}\\[3mm]
+ {\Large\bf La classe L{\large\bf ETTRE} de l'Observatoire de Gen\`eve\\[2mm]Version \versnum}}%
+\author{Denis \fsc{M\'egevand}\\
+ Observatoire de Gen\`eve\\
+ CH-1290 {\bf Sauverny}}%
+\date{\today}%
+\maketitle
+\pagestyle{myheadings}%
+\markboth{\it La classe \sc Lettre \it de l'Observatoire de Gen\`eve}%
+ {\it De la correspondance fran\c{c}aise avec \LaTeXe}%
+%
+\pagenumbering{roman}
+\setcounter{page}{2}
+%
+\noindent La figure suivante montre les diff\'erents champs d'une lettre\index{lettre} touch\'es par les commandes de mise en page. Les commandes ou environnements obligatoires sont indiqu\'es par un ast\'erisque. Les champs pr\'esents par d\'efaut sont indiqu\'es par un petit cercle. Les champs sans autre indication n'apparaissent que s'ils sont explicitement appel\'es. \\[2mm]
+\begin{center}
+\framebox{\footnotesize
+\setlength{\unitlength}{.75mm}
+\begin{picture}(160,250)
+%
+\put(11,241){\circle{2}}
+\put(13,240){\makebox(0,0)[bl]{\tt \char`\\address}}
+\put(13,235){\makebox(0,0)[bl]{\tt \char`\\location}}
+\put(11,231){\circle{2}}
+\put(13,230){\makebox(0,0)[bl]{\tt \char`\\telephone}}
+\put(11,226){\circle{2}}
+\put(13,225){\makebox(0,0)[bl]{\tt \char`\\notelephone}}
+\put(11,221){\circle{2}}
+\put(13,220){\makebox(0,0)[bl]{\tt \char`\\fax}}
+\put(11,216){\circle{2}}
+\put(13,215){\makebox(0,0)[bl]{\tt \char`\\nofax}}
+\put(13,210){\makebox(0,0)[bl]{\tt \char`\\email}}
+%
+\put(91,241){\circle{2}}
+\put(93,240){\makebox(0,0)[bl]{\tt \char`\\lieu}}
+\put(91,236){\circle{2}}
+\put(93,235){\makebox(0,0)[bl]{\tt \char`\\nolieu}}
+\put(121,241){\circle{2}}
+\put(123,240){\makebox(0,0)[bl]{\tt \char`\\date}}
+\put(121,236){\circle{2}}
+\put(123,235){\makebox(0,0)[bl]{\tt \char`\\nodate}}
+%
+\put(90,210){\makebox(0,0)[bl]{\tt *\char`\\begin\{letter\}\{\%}}
+\put(110,205){\makebox(0,0)[bl]{{\it nom}{\tt\char`\\\char`\\}}}
+\put(110,200){\makebox(0,0)[bl]{{\it adresse}{\tt\char`\\\char`\\}}}
+\put(110,195){\makebox(0,0)[bl]{{\it suite}{\tt[\char`\\\char`\\}{\it etc}{\tt]\}}}}
+%
+\put(15,155){\makebox(0,0)[bl]{\tt \char`\\Vref}}
+\put(55,155){\makebox(0,0)[bl]{\tt \char`\\Nref}}
+\put(95,155){\makebox(0,0)[bl]{\tt \char`\\telex}}
+\put(135,155){\makebox(0,0)[bl]{\tt \char`\\ccp}}
+%
+\put(15,140){\makebox(0,0)[bl]{\tt \char`\\conc}}
+%
+\put(15,120){\makebox(0,0)[bl]{\tt *\char`\\opening}}
+\put(15,110){corps de la lettre}
+\put(15,100){\makebox(0,0)[bl]{\tt *\char`\\closing}}
+%
+\put(110,75){\makebox(0,0)[bl]{\tt *\char`\\name}}
+\put(110,70){\makebox(0,0)[bl]{\tt \char`\\signature}}
+\put(110,65){\makebox(0,0)[bl]{\tt \char`\\secondsignature}}
+\put(110,60){\makebox(0,0)[bl]{\tt \char`\\thirdsignature}}
+%
+\put(15,40){\makebox(0,0)[bl]{\tt \char`\\cc}}
+\put(15,35){\makebox(0,0)[bl]{\tt \char`\\encl}}
+\put(15,30){\makebox(0,0)[bl]{\tt \char`\\mencl}}
+\put(15,25){\makebox(0,0)[bl]{\tt \char`\\ps}}
+%
+\put(0,5){\line(1,0){155}}
+\put(0,0){\makebox(0,0)[bl]{\tt \char`\\username}}
+\put(40,0){\makebox(0,0)[bl]{\tt \char`\\ccitt}}
+\put(60,0){\makebox(0,0)[bl]{\tt \char`\\internet}}
+\put(90,0){\makebox(0,0)[bl]{\tt \char`\\bitnet}}
+\put(115,0){\makebox(0,0)[bl]{\tt \char`\\telepac}}
+\put(140,0){\makebox(0,0)[bl]{\tt \char`\\decnet}}
+%
+\end{picture}}
+\end{center}
+%
+\vfill\pagebreak
+\noindent La figure suivante montre les diff\'erents champs d'un t\'el\'efax\index{telefax@t\'el\'efax} touch\'es par les commandes de mise en page. Les indications sont d\'ecrites \`a la page pr\'ec\'edente. De plus, les textes en caract\`eres romains sont toujours pr\'esents, mais peuvent \^etre modifi\'es (voir la partie \ref{partadapt}). Les filets inutiles disparaissent.\\[2mm]
+\begin{center}
+\framebox{\footnotesize
+\setlength{\unitlength}{.75mm}
+\begin{picture}(160,250)
+%
+\put(11,241){\circle{2}}
+\put(13,240){\makebox(0,0)[bl]{\tt \char`\\address}}
+%
+\put(100,240){\makebox(0,0)[bl]{\ldcmd T\'EL\'EFAX}}
+%
+\put(11,226){\circle{2}}
+\put(13,225){\makebox(0,0)[bl]{\tt \char`\\telephone}}
+\put(51,226){\circle{2}}
+\put(53,225){\makebox(0,0)[bl]{\tt \char`\\fax}}
+\put(93,225){\makebox(0,0)[bl]{\tt \char`\\email}}
+\put(133,225){\makebox(0,0)[bl]{\tt \char`\\telex}}
+%
+\put(0,220){\line(1,0){155}}
+%
+\put(0,213){\makebox(0,0)[bl]{\`A:}}
+\put(20,213){\makebox(0,0)[bl]{\tt *\char`\\begin\{telefax\}\{}}
+\put(110,213){\makebox(0,0)[bl]{{\it num\'ero}{\tt\}\{\%}}}
+\put(20,208){\makebox(0,0)[bl]{{\it nom}{\tt\char`\\\char`\\}}}
+\put(20,203){\makebox(0,0)[bl]{{\it adresse}{\tt\}}}}
+%
+\put(0,193){\makebox(0,0)[bl]{De:}}
+\put(20,194){\circle{2}}
+\put(22,193){\makebox(0,0)[bl]{\tt \char`\\location}}
+\put(80,193){\makebox(0,0)[bl]{Nombre de pages:~}}
+\put(120,194){\circle{2}}
+\put(122,193){\makebox(0,0)[bl]{\tt \char`\\addpages}}
+%
+\put(0,188){\line(1,0){155}}
+%
+\put(0,181){\makebox(0,0)[bl]{\small\bf\sl En cas de mauvaise transmission, appelez s.v.p. l'op\'erateur}}
+%
+\put(0,178){\line(1,0){155}}
+%
+\put(91,161){\circle{2}}
+\put(93,160){\makebox(0,0)[bl]{\tt \char`\\lieu}}
+\put(91,156){\circle{2}}
+\put(93,155){\makebox(0,0)[bl]{\tt \char`\\nolieu}}
+\put(121,161){\circle{2}}
+\put(123,160){\makebox(0,0)[bl]{\tt \char`\\date}}
+\put(121,156){\circle{2}}
+\put(123,155){\makebox(0,0)[bl]{\tt \char`\\nodate}}
+%
+\put(15,140){\makebox(0,0)[bl]{\tt \char`\\conc}}
+%
+\put(15,120){\makebox(0,0)[bl]{\tt *\char`\\opening}}
+\put(15,110){corps du t\'el\'efax}
+\put(15,100){\makebox(0,0)[bl]{\tt *\char`\\closing}}
+%
+\put(110,75){\makebox(0,0)[bl]{\tt *\char`\\name}}
+\put(110,70){\makebox(0,0)[bl]{\tt \char`\\signature}}
+\put(110,65){\makebox(0,0)[bl]{\tt \char`\\secondsignature}}
+\put(110,60){\makebox(0,0)[bl]{\tt \char`\\thirdsignature}}
+%
+\put(15,40){\makebox(0,0)[bl]{\tt \char`\\cc}}
+\put(15,35){\makebox(0,0)[bl]{\tt \char`\\encl}}
+\put(15,30){\makebox(0,0)[bl]{\tt \char`\\mencl}}
+\put(15,25){\makebox(0,0)[bl]{\tt \char`\\ps}}
+%
+\put(0,5){\line(1,0){155}}
+\put(0,0){\makebox(0,0)[bl]{\tt \char`\\username}}
+\put(40,0){\makebox(0,0)[bl]{\tt \char`\\ccitt}}
+\put(60,0){\makebox(0,0)[bl]{\tt \char`\\internet}}
+\put(90,0){\makebox(0,0)[bl]{\tt \char`\\bitnet}}
+\put(115,0){\makebox(0,0)[bl]{\tt \char`\\telepac}}
+\put(140,0){\makebox(0,0)[bl]{\tt \char`\\decnet}}
+%
+\end{picture}}
+\end{center}
+%
+\cleardoublepage
+\tableofcontents
+\listoffigures
+\listoftables
+\cleardoublepage
+%
+\setcounter{section}{0}
+\index{internet|see {adresse}}
+\index{bitnet|see {adresse}}
+\index{decnet|see {num\'ero}}
+\index{telepac|see {num\'ero}}
+\index{fax|see{t\'el\'efax}}
+\index{telecopie@t\'el\'ecopie|see{t\'el\'efax}}
+\index{warning|see{message d'avertissement}}
+%
+\pagenumbering{arabic}
+\subsection*{Introduction}
+\addcontentsline{toc}{section}{Introduction}
+\noindent La classe {\tt lettre}\index{lettre.cls@{\tt lettre.cls}} est une adaptation \`a \LaTeXe\ du style {\tt lettre}\index{lettre.sty@{\tt lettre.sty}} d\'evelopp\'e \`a l'Observatoire sous \LaTeX\ 2.09. Celui-ci \'etait lui-m\^eme un d\'eveloppement bas\'e sur {\tt letter.sty}\index{letter.sty@{\tt letter.sty}} permettant de composer avec \LaTeX\ des {\bf lettres}\index{lettre} ou des {\bf t\'el\'efax\index{telefax@t\'el\'efax}}, d\'ecrits ci-dessous par le terme g\'en\'erique de {\bf message\index{message}}, dont l'allure correspond mieux aux usages francophones.\footnote{Bien qu'existent des commandes permettant de changer la langue\index{langue} du message\index{message}. (voir page \pageref{seclang})}\\[2mm]
+Un certain nombre de commandes\index{commandes} permettent de formatter le message\index{message} ou les champs annexes \`a celui-ci que sont les \index{adresse}adresses, \index{entete@ent\^ete}ent\^etes, ou autres informations auxiliaires. Certaines de ces commandes\index{commandes} ne s'appliquent qu'aux lettres\index{lettre}, d'autres qu'aux t\'el\'efax\index{telefax@t\'el\'efax}, enfin, un certain nombre de caract\'eristiques sont communes aux deux \index{environnement}environnements. Ceci se retrouve dans ce document, dont la premi\`ere partie d\'ecrit l'\index{environnement}environnement sp\'ecifique des lettres\index{lettre}, la seconde les t\'el\'efax\index{telefax@t\'el\'efax}, alors que la troisi\`eme contient l'information commune aux deux types de messages. La fin du manuel d\'ecrit les commmandes sp\'ecifiques \`a l'Observatoire, et la mani\`ere d'adapter cette classe \`a un autre institut.\\[2mm]
+On peut \'ecrire {\bf autant de lettres\index{lettre} qu'on le d\'esire dans le m\^eme fichier} d'entr\'ee. Les coordonn\'ees de l'\index{expediteur@exp\'editeur}exp\'editeur \'etant en g\'en\'eral les m\^emes pour toutes les lettres\index{lettre}, elles peuvent \^etre d\'efinies par d\'efaut\index{commandes}\index{commandes!d\'efaut} (voir \`a la partie \ref{partinst}). Des commandes\index{commandes} suppl\'ementaires et/ou \index{commandes!facultatives}facultatives g\`erent la mise en page de lignes d'indications, de la langue\index{langue} de la lettre\index{lettre}, et de champs facultatifs comme les post-scriptums, les annexes, etc\ldots\\[2mm]
+Les commandes\index{commandes} se placent soit entre \cs{begin\{letter\}} et \index{opening@\cs{opening}}\cs{opening} \footnote{Toutes les commandes\index{commandes} de formattage.}, soit entre \index{closing@\cs{closing}}\cs{closing} et \index{letter@\cs{end\{letter\}}}\cs{end\{letter\}}\footnote{Toutes les commandes\index{commandes} d\'ecrivant les paragraphes suppl\'ementaires en fin de lettre\index{lettre}. (voir page \pageref{seccomsup})}, \`a l'exception de \cs{makelabels}\index{makelabels@\cs{makelabels}} (voir page \pageref{etiquettes}) et \cs{institut}\index{institut@\cs{institut}} (voir page \pageref{institut}).\\[2mm]
+Par esprit de sym\'etrie, et bien qu'on ne puisse mettre qu'{\bf un seul t\'el\'efax\index{telefax@t\'el\'efax} par fichier}, pour des raisons d\'ecrites plus loin, l'\index{environnement}environnement {\tt telefax} place ses commandes\index{commandes} de la m\^eme mani\`ere.\\[2mm]
+Des fichiers \og gabarit\fg{}, et quelques exemples aident l'utilisateur \`a \'ecrire ses premiers messages\index{message}.\\[2mm]
+Tout au long de la compilation, lorsqu'il d\'ecouvre des commandes lui demandant de recouvrir ou de remplir
+certains champs, ou de se comporter d'une mani\`ere non-standard\index{comportement!standard} ou
+ill\'egale\index{comportement!illegal@ill\'egal}, {\tt lettre.cls}\index{lettre.cls@{\tt lettre.cls}} affiche
+\`a la console et dans le fichier {\tt .log} un message\index{message} d'information et d'avertissement ayant
+respectivement les formes suivantes:\\[2mm]
+\verb|Class lettre Message: Ligne auxiliaire demandee.|\index{message!d'information}\\
+\verb|Class lettre Warning: Position de la premiere etiquette ignoree.|\index{message!d'avertissement}\\[2mm]
+Les messages d'informations peuvent \^etre supprim\'es ou affich\'es (d\'efaut) en tout temps par les
+commandes \cs{noinfos}\index{noinfos@\cs{noinfos}} ou \cs{infos}\index{infos@\cs{infos}}\\[2mm]
+Depuis le 17 mai 2013, la maintenance de \og lettre\fg{} est assure par
+\href{mailto:vincentb1@users.sourceforge.net}{Vincent Belache}.\\[2mm]
+Bonne \index{correspondance}correspondance \`a toutes et \`a tous \ldots
+
+{\sl
+ \vspace*{1cm}
+ \hfill Denis \fsc{M\'egevand}\\
+ \vspace*{0pt}
+ \hfill Sauverny, le 19 mai 2013}
+\vspace*{\fill}
+
+\subsection*{Historique et remerciements}
+\addcontentsline{toc}{section}{Historique et remerciements}
+Le fichier \texttt{\versnum-release-notes} ci-dessous d\'etaille
+l'historique\index{historique} des modifications de la classe lettre. Je
+tiens \`a remercier\index{remerciements} toutes les personnes ayant fait
+des propositions, des suggestions ou des remarques qui ont permis
+d'amliorer la classe (voir les noms dans le texte ci-dessous).
+
+\inputreleasenotes
+\vspace*{\fill}
+
+\subsection*{Rapports d'anomalies}
+\addcontentsline{toc}{section}{Rapport d'anomalies}
+\label{sec:rapports-danomalies}
+
+La classe \texttt{lettre} est sous la forge \texttt{Puszcza} cette adresse rticulaire~:
+
+\begin{center}
+ \url{https://puszcza.gnu.org.ua/projects/latex-lettre}
+\end{center}
+
+Les rapports d'anomalie doivent tre posts dans la rubrique \og Anomalies\fg{} cette adresse. Il est
+ncessaire d'avoir cr un compte sous \texttt{Puszcza} pralablement l'envoi d'un rapport d'anomalie, ceci
+permet en effet de joindre l'auteur du rapport.
+
+\iffalse
+Vous pouvez aussi nous joindre par la liste de discussion suivante~:
+
+\begin{center}
+ \url{mailto:vincentb1@users.sourceforge.net}
+\end{center}
+
+Pour utiliser la liste de discussion, il est prfrable de s'y tre pralablement inscrit via cette interface~:
+
+\begin{center}
+ \url{https://mail.gna.org/listinfo/lettre_observatoire-aide/}
+\end{center}
+
+\noindent Cela vous vitera le dlai ncessaire la modration de votre message.
+\else
+Vous pouvez aussi nous joindre l'adresse ml.\ suivante~:
+
+\begin{center}
+ \url{mailto:vincentb1@users.sourceforge.net}
+\end{center}
+\fi
+\subsection*{volutions futures}
+\addcontentsline{toc}{section}{volutions futures}
+
+Ci-aprs se trouve une liste des demandes d'volutions faites via diffrents forums --- notamment
+\texttt{fr.comp.text.tex} --- ou en s'adressant directement moi~:
+\begin{itemize}
+\item Faire une version \cs{Ps} de \cs{ps} avec un seul argument obligatoire.
+\item Mettre en place un systme clef-valeur pour les rglages.
+\item Permettre l'ajout simple d'autres types de tlphone pour l'adresse.
+\item Ajouter un argument optionnel \cs{Vref} et \cs{Nref} pour rgler la largeur.
+\end{itemize}
+
+\section{Installation}
+\label{sec:installation}
+
+\subsection{Installation de la version publique}
+\label{sec:installation-pub}
+
+Veuillez procder comme il suit~:
+\begin{enumerate}
+\item Rcuprez l'archive compresse \texttt{lettre.zip}, vous la trouverez sur le \texttt{CTAN}
+ (\url{http://www.ctan.org/pkg/lettre}) ou sur la zone de tlchargement de \texttt{Puszcza}
+ (\url{http://download.gna.org/lettre_observatoire/}).
+\item Dcompressez la dans un rpertoire \meta{temp}
+\item Placez les fichiers \texttt{lettre.pdf} et \texttt{ALIRE} de \meta{temp}\texttt{/lettre} sous un
+ rpertoire \meta{texmf}\texttt{/doc/latex/lettre}, o \meta{texmf} est un rpertoire ayant une arborescence
+ TDS et que \texttt{latex} scrute pour trouver les paquetages --- avec la distribution \texttt{MiKTeX} le
+ rpertoire \meta{texmf} est soit le rpertoire d'installation de \texttt{MiKTeX} soit un rpertoire dclar
+ dans la liste des \texttt{Root} avec l'utilitaire d'administration.
+\item Placez les fichiers \texttt{lettre.cls} et \texttt{lettre-default.cfg} de \meta{temp}\texttt{/lettre} sous un
+ rpertoire \meta{texmf}\texttt{/tex/latex/lettre}.
+\item Mettre jour la base de donne de noms de fichier de \texttt{latex} --- avec la distribution
+ \texttt{MiKTeX} cliquez sur le bouton \texttt{Refresh FNDB} dans l'utilitaire d'administation.
+\end{enumerate}
+
+Normalement avec la distribution \texttt{MiKTeX} le gestionnaire de paquetages permet de faire tout a
+automatiquement pour les archives publies sur le \texttt{CTAN}, par contre si vous dsirez prendre l'archive
+sur \texttt{Puszcza} pour avoir une version plus rcente il faut procder comme expliqu plus haut.
+
+\subsection{Installation partir des sources}
+\label{sec:installation-src}
+
+Si vous voulez avoir la version de dveloppement, vous pouvez faire une installation partir des sources. En
+fait il y a deux possibilits~:
+\begin{itemize}
+\item soit gnrer et installer le distribuable dans une arborescence TEXMF dj existante, ou cre adhoc,
+\item soit dclarer les sources comme une arborescence TEXMF en soi.
+\end{itemize}
+
+Ces deux possibilits ont leurs avantages et leurs inconvnients.
+
+Avec la premire de ces deux possibilits vous aurez avantageusement la classe \verb+lettre+ exactement telle
+qu'elle serait distribue, c.--d.\ que les fichiers de dfinition de la classe sont docstripps (dbarasss
+de la documentation enfouie du code, et donc chargeable plus rapidement par \TeX), que le manuel est gnr,
+et aucun fichier servant la gnration du distribuable mais inutiles \TeX\ (par ex. makefile) n'entre dans
+la FNDB\footnote{File Name Data Base}\index{FNDB|see{File Name Data Base}}\index{File Name Data Base} de
+\TeX. Par contre, au nombre des inconvnients il vous faut les outils de gnration~: GNU Make, AWK, M4,
+latexmk et Perl qui est utilis par latexmk. Ces outils sont prsents dans les systmes Linux, mais il ne font
+pas partie de base des distributions \LaTeX, sous MSWindows\textsuperscript{\texttrademark}, il est alors
+ncessaire d'utiliser un portage tel que MSYS\footnote{C'est celui que j'utilise, par contre je n'ai jamais
+ essay avec Cygwin ou Djgpp}.
+
+Avec la seconde de ces deux possibilits, vous ne gnrez pas le distribuable, et donc avantageusement n'avez
+pas besoin des outils de gnration. Au lieu de cela vous utilisez le code source tel quel. Sa disposition est
+la disposition standarde d'une TDS\footnote{\TeX\ Directory Structure}\index{TDS|see{\TeX\ Directory
+ Structure}}\index{TeX Directory Structure@\TeX\ Directory Structure}, ce qui permet de le dclarer votre
+moteur \TeX\ comme une racine TEXMF.
+
+Dans tous les cas il faut en premier que l'outil de gestion de version \verb+svn+ soit install sur votre
+machine pour tlcharger les sources. Si c'est le cas, veuillez alors tout d'abord procder comme il suit~:
+
+\begin{enumerate}
+\item Crez un rpertoire \meta{classe lettre} quelque part sur votre disque
+\item Ouvrez une console, changez le rpertoire courant pour aller sur \meta{classe lettre}, et lancez la
+ commande \verb+svn+ d'extraction (\verb+checkout+ en langue anglaise, aussi abrge en \verb+co+). Vous
+ pouvez selon la configuration de votre rseau soit utiliser le protocole \verb+svn+ (TCP 3690) comme cela~:\\[2mm]
+ \verb+svn co svn://svn.gna.org/svn/lettre_observatoire/trunk lettre_observatoire+\\[2mm]
+ soit le protocole \verb+http+ comme cela~:\\[2mm]
+ \verb+svn co http://svn.gna.org/svn/lettre_observatoire/trunk lettre_observatoire+\\[2mm]
+ Si par exemple votre connexion internet passe par un proxy, alors il est improbable que a marchera avec le
+ protocole \verb+http+.\\
+ Pour plus de dtails se rfrer \url{https://gna.org/svn/?group=lettre_observatoire}.\\
+ La commande prcdente doit avoir cr un sous-rpertoire \verb+lettre_observatoire+ sous le rpertoire
+ \meta{classe lettre}
+\item Vous avez alors les deux possibilits dj dcrites plus haut~:
+ \begin{itemize}
+ \item Pour gnrer et installer le distribuable, procdez comme suit~:
+ \begin{enumerate}
+ \item ouvrez une console,
+ \item allez dans le rpertoire \meta{classe lettre}/\verb+lettre_observatoire+ en tapant la commande~:
+ \begin{quote}
+ \texttt{cd }\meta{classe lettre}/\verb+lettre_observatoire+
+ \end{quote}
+ \item pour lancer la gnration + installation, tapez la commande\footnote{Il est noter qu'il n'est pas
+ absolument indispensable de taper \texttt{DISTTYPE=plain} sur la ligne de commande, cela permet juste
+ d'aller plus vite en gnrant une distribution simplifie telle que celles qu'on trouve sous
+ \url{http://download.gna.org/lettre_observatoire/}. Dans le cas contraire un fichier
+ \texttt{lettre.dtx} est assembl, et le manuel est compil deux fois, une premire fois partir des
+ sources de l'arborescence, et une seconde fois partir du fichier \texttt{lettre.dtx}
+ distribu. Cette complication vient du fait que pour mettre une distribution sur le CTAN il faut
+ distribuer tous les sources ainsi que les fichiers ncessaires la gnration, le
+ fichier \texttt{lettre.dtx} permet de gnrer le manuel et les fichiers de dfinition de classe sans
+ l'utilisation d'outils tels que \texttt{GNU Make}, \texttt{AWK} ou \texttt{M4} qui ne font pas partie
+ d'une distribution \LaTeX\ standarde.}~:
+ \begin{quote}
+ \texttt{make "TEXMF\_INSTALL\_DIR=}\meta{TEXMF cible}\texttt{" DISTTYPE=plain}
+ \end{quote}
+ o \meta{TEXMF cible} est le rpertoire TEXMF o vous dsirer installer, par exemple sous
+ MSWindows\textsuperscript{\texttrademark} avec MikTeX a peut tre \texttt{c:/Program File/MikTeX 2.9/},
+ ou tout autre rpertoire que vous aurez dclar MikTeX comme une racine TEXMF.
+ \item Rafraichissez la FNDB de \LaTeX~; par exemple sous MSWindows\textsuperscript{\texttrademark} avec
+ MikTeX il suffit de lancer l'outil d'administration \texttt{Settings (Admin)} et de cliquer sur le
+ bouton \texttt{Refresh FNDB} sous l'onglet \texttt{General}.
+ \end{enumerate}
+ \item La seconde possibilit est d'ajouter alors ce rpertoire \meta{classe
+ lettre}\verb+/lettre_observatoire+ aux racines TEXMF connues de votre compilateur \LaTeX. Si votre
+ distribution est MiKTeX il suffit d'aller dans l'onglet \og Roots\fg\ de l'outil d'administration
+ \texttt{Settings (Admin)}.
+ \end{itemize}
+\end{enumerate}
+
+\section{Utilisation}
+\label{sec:utilisation}
+
+\subsection{Options du paquetage}
+\label{sec:options-du-paquetage}
+\markright{\it Partie \thesection: \rm Options du paquetage}
+
+\subsubsection{Mise en forme}
+\label{sec:polic-de-caract}
+
+
+\noindent\verb+10pt+\index{taille de police!10pt}, \verb+11pt+\index{taille de police!11pt}, et \verb+12pt+\index{taille de police!12pt} font ce que leur nom indique en ce qui concerne la taille de
+police de caractres. \verb+10pt+ est l'option par dfaut.\\[2mm]
+\noindent\verb+a4paper+\index{a4paper}, \verb+letterpaper+\index{\verb+letterpaper+\index{letterpaper}, },
+\verb+executivepaper+\index{executivepaper}, \verb+b5paper+\index{b5paper}, et \verb+a5paper+\index{a5paper},
+forcent les dimensions du papier au valeurs usuelles rappeles dans le tableau~\ref{tab:format-paper}.
+\begin{table}
+ \centering
+ \scriptsize
+ \begin{tabular}[t]{|>{\ttfamily}l||r|r|}
+ \hline
+ \textnormal{option}&\cs{paperwiddth}&\cs{paperheight}\\\hline\hline
+ a4paper&\SI{297}{\milli\metre}&\SI{210}{\milli\metre}\\
+ letterpaper&\SI{8.5}{\inch}&\SI{11}{\inch}\\
+ legalpaper&\SI{8.5}{\inch}&\SI{14}{\inch}\\
+ executivepaper&\SI{7.25}{\inch}&\SI{10.5}{\inch}\\
+ b5paper&\SI{250}{\milli\metre}&\SI{176}{\milli\metre}\\
+ a5paper&\SI{210}{\milli\metre}&\SI{148}{\milli\metre}\\\hline
+ \end{tabular}
+ \caption{Les options de rglage du format de papier}
+ \label{tab:format-paper}
+\end{table}
+
+\noindent\verb+twoside+\index{twoside} et \verb+oneside+\index{oneside} indique que l'impression se fait
+recto-verso ou seulement recto. Ceci a une importance si la commande \cs{makelabels} est utilis dans
+l'en-tte du document, en effet en cas recto verso on assure que les tiquettes commencent sur une page
+impaire. \verb+oneside+ est l'option par dfaut.
+\noindent\verb+draft+\index{draft} et \verb+final+\index{final} permettent de mettre en vedette (si
+\verb+draft+) ou non (si \verb+final+) les hbox trop larges en insrant un filet droite du texte en cas de
+dbordement. \verb+final+ est la valeur par dfaut.\\[2mm]
+
+
+\subsubsection{quations}
+\label{sec:equations}
+
+\noindent\verb+leqno+\index{numrotation des quations gauche!leqno}, force la numrotation gauche des
+quation en mode \cs{displaymath}.\\[2mm]
+\noindent\verb+fleqno+\index{alignement des quations gauche!fleqno}, force l'alignement gauche des
+quation en mode \cs{displaymath}.
+
+\subsubsection{Langue}
+\label{sec:option-langue}
+
+Les options \LettreLanguages\ permettent de dfinir la langue par dfaut des messages.
+
+Certaines de ces options sont des alias, les options de langues qui ne
+sont pas des alias sont dites ci-aprs \og primitives\fg. Les options
+qui sont des alias sont toujours un alias d'une option primitive, voir
+le tableau~\ref{tab:langue}. Par exemple \texttt{francais} est un
+alias de \texttt{french}, alors que \texttt{french} et \texttt{romand}
+sont primitives.
+
+\begin{table}
+ \centering
+ \scriptsize
+ \begin{tabular}[t]{|>{\ttfamily}l|>{\ttfamily}l|}
+ \hline
+ \textnormal{alias}&\textnormal{forme primitive}\\\hline\hline
+ \LettreLangaliases
+ \hline
+ \end{tabular}
+ \caption{Les options de langue qui sont des alias}
+ \label{tab:langue}
+\end{table}
+
+Les options de langue sont passes sous la forme primitive aux paquetages suivants~:
+\LettreLanguablepackages. C'est dire que vous donniez l'option \texttt{francais} ou \texttt{french} la
+classe \texttt{lettre} c'est toujours \texttt{french} qui sera passe. Le passage des options de langue ces
+paquetages peut tre dsactiv avec l'option \texttt{pass lang=false}.
+
+\subsubsection{Verbosit et contrle des erreurs}
+\label{sec:controle-verbose}
+
+\noindent L'option \verb+noinfo+\index{noinfo} dsactive la production de message d'information;
+
+\noindent L'option \verb+loghighlight+\index{loghighlight} permet de souligner dans le journal les messages
+d'information ou d'avertissement en les prcdant d'une chane \og\texttt{LETTRE INFO =====}\fg\ ou \og\texttt{LETTRE
+ AVERTISSEMENT =====}\fg.
+
+\noindent L'option \verb+strict+\index{strict} permet de muer certain message d'avertissement en message
+d'erreur, rendant ainsi la classe \texttt{lettre} moins permissive.
+
+\subsubsection{Date du message}
+\label{sec:date-du-message}
+
+\noindent\verb+origdate+ enclenche un mcanisme permettant de conserver la date
+d'origine\index{date!d'origine} de la lettre, mme lors d'une compilation ult\'erieure~: la date est
+sauvegarde dans un fichier auxiliaire (\meta{jobname}\texttt{.odt}), \`a l'int\'erieur d'une macro, si
+celle-ci n'existe pas. La date d'origine sauvegarde est celle d'une premi\`ere compilation, c'est dire~:
+\begin{itemize}
+\item soit la date courante de la compilation si aucune commande \cs{date} est utilise ou \cs{nodate},
+\item soit la date sp\'ecifi\'ee par la commande \cs{date} si cette commande est utilise,
+\item soit la date vide (pas de date) si la commande \cs{nodate} est utilise.
+\end{itemize}
+Lors d'une compilation ultrieure, lorsque ce fichier \meta{jobname}\texttt{.odt} existe et qu'il contient la
+macro, la date enregistre dans celle-ci est utilise, c'est dire que quelque soit la modification de
+spcification par \cs{date}, \cs{nodate} ou ni l'un ni l'autre, cela est sans effet. Lorsque plusieurs
+lettres sont dans le mme document, chaque lettre cre dans ce fichier une macro qui lui est propre.
+
+
+\subsection{Des lettres}\label{partlettre}
+\markright{\it Partie \thesection: \rm Des lettres}
+
+\noindent Cette partie d\'ecrit les commandes\index{commandes} sp\'ecifiques \`a l'\index{environnement}environnement
+{\tt letter}, et en particulier au formattage de l'\index{entete@ent\^ete}ent\^ete. Certaines
+commandes\index{commandes} d\'ecrites ici se retrouvent dans la partie t\'el\'efax\index{telefax@t\'el\'efax}, o\`u elles ont un comportement l\'eg\`erement diff\'erent.
+
+\begin{figure}
+ \centering
+ \framebox[\textwidth]{%
+ \begin{minipage}[t]{70mm}
+ \centering \trfvtn \rule{0pt}{1.4\baselineskip}Denis M\'egevand\\[2mm]
+ \trtwelf 1F, chemin des Pontets\\
+ CH-1291 Commugny\\
+ Suisse\\[2mm]
+ T\'el: +41(22) 776 23 07\\
+ Fax: +41(22) 776 36 32
+ \end{minipage}
+ \hspace{20mm}
+ \begin{minipage}[t]{\indentedwidth}
+ Commugny, le \today
+ \end{minipage}
+ }
+ \caption{L'ent\^ete et la date d'une lettre}
+ \label{fig:l-entete-et-la-date}
+\end{figure}
+
+\subsubsection{De l'ent\^ete}
+
+\noindent\index{address@\cs{address}}\label{address}\cs{address}\marg{adresse}\index{lettre}
+\index{adresse}D\'efinit l'adresse de l'\index{expediteur@exp\'editeur}exp\'editeur, utilis\'ee dans l'\index{entete@ent\^ete}ent\^ete de la lettre\index{lettre}, comme ci-dessus. Cette commande est \index{commandes!facultatives}facultative, et est remplac\'ee par d\'efaut par l'\index{adresse!institutionnelle}adresse dfinie dans le fichier \verb+lettre-default.cfg+\index{lettre-default.cfg@\verb+lettre-default.cfg+} L'adresse est simplement plac\'ee dans une \verb+parbox+, et tout le formattage est laiss\'e au soin de l'utilisateur.\\[2mm]
+\index{lieu@\cs{lieu}}\label{lieu}\cs{lieu}\marg{texte} indique le lieu d'envoi, avant la \index{date}date, en haut et \`a droite de la lettre\index{lettre}. Cette commande est \index{commandes!facultatives}facultative, et est remplac\'ee par d\'efaut par le lieu dfini dans le fichier \verb+lettre-default.cfg+\index{lettre-default.cfg@\verb+lettre-default.cfg+}. Pour supprimer compl\'etement le lieu, utiliser \index{nolieu@\cs{nolieu}}\cs{nolieu}. \\[2mm]
+\index{date@\cs{date}}\cs{date}\marg{texte} permet de sp\'ecifier une \index{date}date fixe pour la
+lettre\index{lettre}. Utile pour pr\'e-- ou post\index{date}dater une lettre\index{lettre}. Cette commande est
+\index{commandes!facultatives}facultative et est remplac\'ee par d\'efaut par la \index{date}date du jour dans
+la langue\index{langue} courante (voir page \pageref{seclang}). Pour supprimer compl\'etement la
+\index{date}date, utiliser \index{nodate@\cs{nodate}}\cs{nodate}.\footnote{L'option \texttt{origdate} de la
+ classe \texttt{lettre.cls} permet de conserver la date de la premire compilation lors des compilations
+ ultrieures tant que le fichier \texttt{.odt} est conserv. Voir \S~\ref{sec:date-du-message}}\index{origdate@\verb+origdate+}\index{fichier!odt@\verb+.odt+}\\[2mm]
+\index{location@\cs{location}}\cs{location}\marg{texte} sert \`a pr\'eciser l'\index{entete@ent\^ete}ent\^ete ci-dessus, en indiquant par exemple, le d\'epartement ou la personne concern\'ee. Cette commande est \index{commandes!facultatives}facultative, et n'est pas remplac\'ee par d\'efaut. \\[2mm]
+\index{telephone@\cs{telephone}}\label{telephone}\cs{telephone}\marg{num\'ero} sp\'ecifie le num\'ero de \index{telephone@t\'el\'ephone}\index{numero@num\'ero!telephone@t\'el\'ephone}t\'el\'ephone devant appara\^{\i}tre sous l'\index{entete@ent\^ete}ent\^ete. Cette commande est \index{commandes!facultatives}facultative, et est remplac\'ee par d\'efaut par le num\'ero dfini dans le fichier \verb+lettre-default.cfg+\index{lettre-default.cfg@\verb+lettre-default.cfg+}. Pour supprimer compl\'etement la ligne du \index{telephone@t\'el\'ephone}\index{numero@num\'ero!telephone@t\'el\'ephone}t\'el\'ephone, utiliser \index{notelephone@\cs{notelephone}}\cs{notelephone}.\\[2mm]
+\index{fax@\cs{fax}}\label{fax}\cs{fax}\marg{num\'ero} sp\'ecifie le num\'ero de \index{numero@num\'ero!telefax@t\'el\'efax}t\'el\'efax devant appara\^{\i}tre sous l'\index{entete@ent\^ete}ent\^ete. Cette commande est \index{commandes!facultatives}facultative, et est remplac\'ee par d\'efaut par le num\'ero dfini dans le fichier \verb+lettre-default.cfg+\index{lettre-default.cfg@\verb+lettre-default.cfg+}. Pour supprimer compl\'etement la ligne du \index{numero@num\'ero!telefax@t\'el\'efax}t\'el\'efax, utiliser \index{nofax@\cs{nofax}}\cs{nofax}.\\[2mm]
+\index{email@\cs{email}}\label{emaillettre}\cs{email}\marg{texte} sp\'ecifie l'adresse E-Mail devant appara\^{\i}tre sous l'\index{entete@ent\^ete}ent\^ete. Cette commande\footnote{Suite \`a une proposition de Philipe \ {Esperet}} est \index{commandes!facultatives}facultative, et n'est pas remplac\'ee par d\'efaut. Elle n'utilise pas \cs{username}\index{username@\cs{username}} et est ind\'ependante du m\'ecanisme de la ligne d'E-Mail (voir page \pageref{emailline}).
+
+\begin{figure}
+ \centering
+ \fbox{\parbox[t]{\textwidth}{
+ \hspace*{90mm}
+ \begin{minipage}[t]{\indentedwidth}
+ \rule{0pt}{1.4\baselineskip}\TeX\ Users Group\\
+ P.O.Box 869\\
+ Santa Barbara, CA 93102\\
+ USA
+ \end{minipage}\\
+ \vspace*{2cm}\\
+ Dear Sir,\\*
+ }}
+\caption{L'adresse et les salutations d'une lettre}
+\label{fig:adresse-et-salutations}
+\end{figure}
+
+\subsubsection{Du destinataire et du texte}
+
+\noindent Chaque lettre\index{lettre} est \'ecrite dans un \index{environnement}environnement {\tt letter}, dont l'argument contient le nom et l'\index{adresse!destinataire}adresse du \index{destinataire}destinataire, s\'epar\'es par la commande \verb+\\+. L'adresse elle-m\^eme peut \^etre compos\'ee de plusieurs lignes s\'epar\'ees par des \verb+\\+.\\[2mm]
+{\bf Rem: Le premier \verb+\\+ s\'eparant le nom de l'adresse ne peut pas \^etre suivi d'un argument facultatif d'espacement, contrairement aux autres}. Pour obtenir des effets\index{effets particuliers} particuliers\footnote{Par exemple l'utilisation du champ de nom pour une indication telle que RECOMMAND\'E\index{recommande@Recommand\'e} ou URGENT\index{Urgent}.}, il faut intercaler une ligne vide entre la premi\`ere ligne et les suivantes que l'on pourra positionner par l'argument facultatif de cette pseudo-ligne.\\[2mm]
+\index{letter@\cs{begin\{letter\}}}\verb+\begin{letter}{+\meta{destinataire}\verb+\\+[\verb+~\\[-3pt]+]\meta{adresse}[\verb+\\+\meta{suite}\verb+\\+\meta{fin}]\verb+}+ \\[2mm]
+C'est entre \cs{begin\{letter\}} et \cs{opening} que se placent la plupart des commandes\index{commandes}.\\[2mm] \index{opening@\cs{opening}}\cs{opening}\marg{salutations} commence la lettre\index{lettre}. Cette commande est \index{commandes!obligatoires}obligatoire, car c'est elle qui formatte le d\'ebut de la lettre\index{lettre}, pla\c{c}ant l'\index{entete@ent\^ete}ent\^ete, le lieu, la \index{date}date, le sujet et les \index{salutations}salutations donn\'ees en param\`etre de la commande. \\[2mm]
+Le texte de la lettre\index{lettre} est ensuite trait\'e en mode paragraphe. Les divers \index{environnement}environnements test\'es et fonctionnant correctement sont \verb+center+, \verb+flushleft+, \verb+flushright+, \verb+verbatim+, \verb+verse+, \verb+quotation+, \verb+quote+, \verb+minipage+, \verb+itemize+, \verb+enumerate+, \verb+description+, \verb+picture+, \verb+equation+, \verb+eqnarray+, \verb+tabbing+, \verb+tabular+ et \verb+array+, ainsi que les commandes\index{commandes} \cs{centering}, \cs{raggedleft} et \cs{raggedright}. Les environnements \verb+figure+ et \verb+table+ ne sont pas d\'efinis dans la classe \verb+lettre+. En cas de probl\`emes, veuillez me le faire savoir.\\[2mm]
+\index{closing@\cs{closing}}\cs{closing}\marg{salutations} termine la lettre\index{message}\index{lettre}. Cette commande est \'egalement \index{commandes!obligatoires}obligatoire, car elle met en forme les \index{salutations}salutations, et la ou les signature\index{signature}(s). \\[2mm]
+Quelques commandes\index{commandes} se placent entre \cs{closing} et \cs{end\{letter\}} qui ferme l'\index{environnement}environnement.
+\makeatletter
+\def\auxline{%
+ {\protect\scriptsize
+ \ifx\@empty\toref\else
+ \vrefname
+ \ifx\space\toref
+ \protect\hspace{21mm}%
+ \else
+ {\protect\small\toref}
+ \fi
+ \protect\hfill
+ \fi
+ \ifx\@empty\fromref\else
+ \nrefname
+ \ifx\space\fromref
+ \protect\hspace{21mm}%
+ \else
+ {\protect\small\fromref}
+ \fi
+ \protect\hfill
+ \fi
+ \ifx\@empty \telexnum
+ \protect\hfill
+ \else
+ T\'ELEX\ \protect\telexnum
+ \protect\hspace{5mm}%
+ \fi
+ \ifx\@empty \ccpnum
+ \protect\hfill
+ \else
+ C.C.P.\ \protect\ccpnum\protect\hspace{5mm}%
+ \fi
+}}%
+\def\toref{ }
+\def\fromref{DM/sm}
+\def\telexnum{\phantom{ +45 419 209 obsg ch}}
+\def\ccpnum{\phantom{ 12-1210-9}}
+\protected@edef\@tempb{\auxline}
+\def\@tempa#1{%
+\begin{figure}
+ \centering
+ \framebox[\textwidth]{#1}
+ \caption{La ligne des r\'ef\'erences}
+ \label{fig:ligne-de-ref}
+\end{figure}}
+\expandafter\@tempa\expandafter{\@tempb}
+\makeatother
+\subsubsection{De la ligne des r\'ef\'erences}
+
+\noindent Quatre commandes\index{commandes} \index{commandes!facultatives}facultatives permettent de fabriquer une ligne compl\'ementaire
+dans l'\index{entete@ent\^ete}ent\^ete, en petits caract\`eres, comme repr\'esent\'ee sur la figure~\ref{fig:ligne-de-ref}.
+Une seule de ces commandes\index{commandes} suffit pour cr\'eer la ligne avec les marques \nrefname\ et
+\vrefname\ (en fran\c{c}ais). Par dfaut, si vous ne prcisez que l'une des deux rfrences, l'autre apparatra quand
+mme mais blanc. Si vous voulez que seule l'une des deux rfrences apparaisse il faut explicitement donner
+une valeur vide l'autre, par exemple le code de la figure~\ref{fig:config-ligne-ref} donnera la ligne des
+rfrences de la figure~\ref{fig:ligne-ref-sans-nref}.
+\\[2mm]
+\makeatletter
+\def\toref{VOTRE/RFRENCE}%
+\let\fromref\@empty
+\let\telexnum\@empty
+\let\ccpnum\@empty
+\makeatother
+\begin{figure}
+ \centering
+ \framebox[\textwidth]{\parbox{\textwidth}{%
+ \ttfamily\cs{Vref}\{\toref\}\\
+ \cs{Nref}\{\fromref\}}}
+ \caption{Configuration de la ligne des rfrences sans \nrefname}
+ \label{fig:config-ligne-ref}
+ \end{figure}
+\makeatletter
+\protected@edef\@tempb{\auxline}%
+\def\@tempa#1{%
+\begin{figure}
+ \centering
+ \framebox[\textwidth]{#1}
+ \caption{La ligne des rfrences sans \nrefname}
+ \label{fig:ligne-ref-sans-nref}
+\end{figure}
+}%
+\expandafter\@tempa\expandafter{\@tempb}
+\makeatother
+{\bf Rem : seuls deux champs T\'ELEX, C.C.P. peuvent \^etre
+pr\'esents simultan\'ement sur la ligne. Le syst\`eme ne tient pas compte
+d'une \'eventuelle troisi\`eme commande.}\\[2mm]
+\index{Nref@\cs{Nref}}\cs{Nref}\marg{texte} pr\'ecise la r\'ef\'erence de l'\index{expediteur@exp\'editeur}exp\'editeur.
+\index{nref@\cs{nref}}\cs{nref}\marg{texte} est une commande synonyme conserv\'ee par souci de compatibilit\'e arri\`ere.\\[2mm]
+\index{Vref@\cs{Vref}}\cs{Vref}\marg{texte} rappelle la r\'ef\'erence du \index{destinataire}destinataire.
+\index{vref@\cs{vref}}\cs{vref}\marg{texte} est une commande synonyme conserv\'ee par souci de compatibilit\'e arri\`ere, mais est incompatible avec le \textit{package} \texttt{varioref}\footnote{Bug mis en \'evidence par Stphane \fsc{Didailler}}.\\[2mm]
+\index{telex@\cs{telex}}\cs{telex}\marg{texte} indique le num\'ero de t\'elex de l'\index{expediteur@exp\'editeur}exp\'editeur.\\[2mm]
+\index{ccp@\cs{ccp}}\cs{ccp}\marg{texte} indique le num\'ero de compte de ch\`eques postaux de l'exp\'e\-di\-teur.\\[2mm]
+D'autres commandes peuvent \^etre pr\'evues pour remplir ces champs par des r\'ef\'erences \index{institut}institutionnelles. (voir page \pageref{ccpobs})
+
+\subsubsection{Des \'etiquettes}
+
+\label{etiquettes}
+\noindent La commande \\[2mm]
+\cs{makelabels}\oarg{n}\index{makelabels@\cs{makelabels}}\\[2mm]
+plac\'ee {\bf avant} \cs{begin\{document\}}\index{document@\cs{begin\{document\}}} permet de demander l'impression d'\'etiquettes\index{etiquette@\'etiquette} d'adresses\index{adresse!etiquette@\'etiquette}, pour les destinataires\index{adresse!destinataire} de toutes les lettres du document.\\[2mm]
+Une ou plusieurs page(s) s\'epar\'ee(s) sont d\`es lors formatt\'ees apr\`es les lettres, les adresses\index{adresse!etiquette@\'etiquette} \'etant plac\'ees de mani\`ere \`a remplir des pages A4 de 2 colonnes de 8 \'etiquettes\index{etiquette@\'etiquette} au format de 37 x 105 mm chacune. Le texte de l'\'etiquette mesure 70 mm de largeur et est centr\'e verticalement dans l'\'etiquette, en laissant une marge sup\'erieure et inf\'erieure d'au moins 5 mm.\\[2mm]
+L'argument facultatif \meta{n} indique o\`u imprimer la premi\`ere \'etiquette, ce qui permet de r\'eutiliser des feuilles ayant d\'ej\`a servi pour \(\meta{n}-1\) \'etiquettes\footnote{Suite \`a une proposition de Jean-No\"el \fsc{Candau}}.
+On se reportera utilement aux exemples en fin de manuel pour l'illustration de ces \'etiquettes.
+
+\subsection{Des t\'el\'efax}\label{partfax}
+\markright{\it Partie \thesection: \rm Des t\'el\'efax}
+
+\noindent Pour \'ecrire un t\'el\'efax\index{telefax@t\'el\'efax}, le fichier \index{lettre.cls@{\tt lettre.cls}}\verb+lettre.cls+ a \'et\'e complet\'e de mani\`ere \`a r\'epondre aux besoins d'un message\index{message} transitant sur support \'el\'ectronique, et pouvant \^etre corrompu par des perturbations. Un certain nombre de param\`etres de la transmission sont donc regroup\'es en d\'ebut de message\index{message}, avec l'espoir qu'ils assureront au \index{destinataire}destinataire que le message\index{message} est complet et bien arriv\'e \`a destination, avant m\^eme de le lire.
+
+\def\auxline{
+ {\scriptsize
+ T\'EL\'EPHONE :\ +41 (22) 776 23 07\hspace{5mm}
+ \hfill
+ T\'EL\'EFAX :\ +41 (22) 776 36 32\hspace{5mm}
+ \hfill
+ E-Mail : {\ttfamily megevand@pontets.commusoft.ch }}}
+
+\begin{figure}
+ \centering
+ \fbox{\parbox{\textwidth}{%
+ \makebox[\textwidth]{%
+ \begin{minipage}[t]{70mm}
+ \centering \trfvtn \rule{0pt}{1.4\baselineskip}Denis M\'egevand\\
+ \trten CH-1291 Commugny
+ \end{minipage}
+ \hspace{20mm}
+ \begin{minipage}[t]{\indentedwidth}
+ \centering \LDCMD T~\'E~L~\'E~F~A~X
+ \end{minipage}
+ }\\[4mm]
+ \auxline\\
+ \hrule
+ \vspace{3mm}
+ \begin{minipage}[t]{12mm}
+ \`A:\\\mbox{}\\\mbox{}\\De:\\\mbox{}\\\mbox{}
+ \end{minipage}
+ \hspace{0pt}
+ \begin{minipage}[t]{60mm}
+ Observatoire\index{observatoire@Observatoire} de Gen\`eve\\
+ Aux personnes concern\'ees\\\mbox{}\\
+ Dr~D.~M\'egevand\\
+ Ing\'enieur \TeX nicien\\\mbox{}
+ \end{minipage}
+ \begin{minipage}[t]{80mm}
+ \raggedleft Fax +41-22-755-3983\\\mbox{}\\\mbox{}\\
+ \raggedleft Nombre de pages: 2\\\mbox{}\\\mbox{}
+ \end{minipage}
+ \hrule
+ \vspace{3mm}
+ \noindent\parbox{\hsize}{\large\sl\bf{En cas de mauvaise transmission, appelez s.v.p. l'op\'erateur t\'el\'efax.}}
+ \vspace{1mm}
+ \hrule
+
+ \vspace{2mm}}}
+ \caption{La partie informative d'un t\'el\'efax}
+ \label{fig:partie-info-fax}
+\end{figure}
+
+\subsubsection{De l'ent\^ete et de la zone en \'evidence}
+
+\noindent Les \index{entete@ent\^ete}ent\^etes d\'ecrites pour les lettres\index{lettre} sont simplifi\'ees, comme repr\'esent\'ees ci-dessus. Le champ d\'efinissant le lieu et la \index{date}date ( voir page \pageref{datecom}) est d\'eplac\'e au dessous d'un champ mis en \'evidence, contenant les informations\index{informations essentielles} essentielles de transmission, et une ligne d'instruction pour le destinataire\index{destinataire} d'un message\index{message!corrompu} corrompu.
+L'\index{entete@ent\^ete}ent\^ete et la zone dite \og en \'evidence\fg{} sont pilot\'ees par les commandes\index{commandes} suivantes:\\[2mm]
+\index{address@\cs{address}}\cs{address}\marg{adresse}\index{adresse!expediteur@exp\'editeur} pr\'ecise l'adresse de l'\index{expediteur@exp\'editeur}exp\'editeur, utilis\'ee dans l'\index{entete@ent\^ete}ent\^ete du t\'el\'efax\index{telefax@t\'el\'efax} comme ci-dessus. Cette commande est \index{commandes!facultatives}facultative, et est remplac\'ee par d\'efaut par l'\index{entete@ent\^ete}ent\^ete dfinie dans le fichier \verb+lettre-default.cfg+\index{lettre-default.cfg@\verb+lettre-default.cfg+}\\[2mm]
+Chaque t\'el\'efax\index{telefax@t\'el\'efax} est \'ecrit dans un \index{environnement}environnement {\tt telefax}, dont les arguments contiennent le num\'ero de t\'el\'efax\index{telefax@t\'el\'efax} d'une part, le nom et l'\index{adresse!destinataire}adresse du \index{destinataire!adresse}destinataire, d'autre part. \\[2mm]
+\index{telefax@\cs{begin\{telefax\}}}\cs{begin\{telefax\}}\marg{num\'ero}\verb+{+\meta{destinataire}\verb+\\+\meta{adresse}\verb+}+ Le num\'ero t\'el\'efax\index{telefax@t\'el\'efax!numero@num\'ero}\index{numero@num\'ero!telefax@t\'el\'efax} du \index{destinataire}destinataire est plac\'e dans la zone en \'evidence, \`a droite du champ \og \`A:\fg{}, dont le param\`etre est donn\'e par le second argument de la commande.\\[2mm]
+\index{location@\cs{location}}\cs{location}\marg{texte} d\'efinit le param\`etre du champ \og De:\fg{} situ\'e dans la zone en \'evidence. S'il n'y est pas, \index{name@\cs{name}}\cs{name} est utilis\'e.\\[2mm]
+A droite du champ \og De:\fg{} se trouve un champ qui indique le nombre de pages total du t\'el\'efax\index{telefax@t\'el\'efax}. Ce champ est calcul\'e automatiquement par \LaTeX, ce qui oblige l'utilisateur \`a compiler son texte {\bf deux fois} avec {\bf \LaTeX}, pour que le nombre indiqu\'e soit correct. Lorsque ce nombre est modifi\'e, \LaTeX\ en avertit\index{message!d'avertissement} l'utilisateur.\\[2mm]
+\index{addpages@\cs{addpages}}\cs{addpages}\marg{n} permet \`a \LaTeX\ de calculer le nombre de pages correct si l'on a {\it n} pages d'annexes externes \`a joindre au t\'el\'efax\index{telefax@t\'el\'efax}.\\[2mm]
+\index{telefaxstring@\cs{telefaxstring}}\cs{telefaxstring} permet de red\'efinir la cha\^{\i}ne {\LDCMD T~\'E~L~\'E~F~A~X} en haut \`a droite de la premi\`ere page. Sa valeur par d\'efaut est \verb+{\CMD T~\'E~L~\'E~F~A~X}+, o\`u \cs{CMD} appelle la police \verb+cmdunh10 scaled\magstep2+ (voir page \pageref{chaines}).\\[5mm]
+
+\begin{figure}
+ \centering
+ \framebox[\textwidth]{\auxline}
+ \caption{La ligne auxiliaire du t\'el\'efax}
+ \label{fig:ligne-aux-fax}
+\end{figure}
+
+\subsubsection{De la ligne auxiliaire}
+
+\noindent Quatre commandes\index{commandes} \index{commandes!facultatives}facultatives permettent de modifier la ligne compl\'ementaire dans l'\index{entete@ent\^ete}ent\^ete, en petits caract\`eres, comme repr\'esent\'ee sur la figure~\ref{fig:ligne-aux-fax}. La ligne est toujours pr\'esente, et par d\'efaut contient les num\'eros dfinis dans le fichier \verb+lettre-default.cfg+\index{lettre-default.cfg@\verb+lettre-default.cfg+}\\[2mm]
+\index{telephone@\cs{telephone}}\cs{telephone}\marg{texte} indique le num\'ero de \index{telephone@t\'el\'ephone}\index{numero@num\'ero!telephone@t\'el\'ephone}t\'el\'ephone de l'\index{expediteur@exp\'editeur}exp\'editeur. Elle est remplac\'ee par d\'efaut.\\[2mm]
+\index{fax@\cs{fax}}\cs{fax}\marg{texte} indique le num\'ero de t\'el\'efax\index{telefax@t\'el\'efax!numero@num\'ero}\index{numero@num\'ero!telefax@t\'el\'efax} de l'\index{expediteur@exp\'editeur}exp\'editeur. Elle est remplac\'ee par d\'efaut.\\[2mm]
+\index{email@\cs{email}}\label{emailfax}\cs{email}\marg{texte} indique l'adresse E-Mail de l'\index{expediteur@exp\'editeur}exp\'editeur. Elle n'est pas remplac\'ee par d\'efaut. Elle n'utilise pas \cs{username}\index{username@\cs{username}} et est ind\'ependante du m\'ecanisme de la ligne d'E-Mail (voir page \pageref{emailline}).\\[2mm]
+\index{telex@\cs{telex}}\cs{telex}\marg{texte} indique le num\'ero de t\'elex de l'\index{expediteur@exp\'editeur}exp\'editeur. Elle n'est pas remplac\'ee par d\'efaut.
+
+\subsubsection{De la suite du t\'el\'efax}
+
+\noindent\index{lieu@\cs{lieu}}\cs{lieu}\marg{texte} indique le lieu d'envoi, avant la \index{date}date, en haut et \`a droite du corps du t\'el\'efax\index{telefax@t\'el\'efax}. Cette commande est \index{commandes!facultatives}facultative, et est remplac\'ee par d\'efaut par le lieu dfini dans le fichier \verb+lettre-default.cfg+\index{lettre-default.cfg@\verb+lettre-default.cfg+}. Pour supprimer compl\'etement le lieu, utiliser \index{nolieu@\cs{nolieu}}\cs{nolieu} . \\[2mm]
+\index{date@\cs{date}}\label{datecom}\cs{date}\marg{texte} permet de sp\'ecifier une \index{date}date fixe pour le t\'el\'efax\index{telefax@t\'el\'efax}. Utile pour pr\'e-- ou post\index{date}dater un message\index{message}, cette commande est \index{commandes!facultatives}facultative et est remplac\'ee par d\'efaut par la \index{date}date du jour dans la langue\index{langue} courante (voir page \pageref{seclang}). Pour supprimer compl\'etement la \index{date}date, utiliser
+\index{nodate@\cs{nodate}}\cs{nodate}.\footnote{L'option \texttt{origdate} de la classe \texttt{lettre.cls} enclenche un mcanisme permettant de conserver la date d'origine\index{date!d'origine} du t\'el\'efax, mme lors d'une compilation ult\'erieure : la date sp\'ecifi\'ee par ces commandes est sauvegarde dans un fichier auxiliaire (\texttt{.odt}), \`a l'int\'erieur d'une macro, si celle-ci n'existe pas (typiquement lors d'une premi\`ere compilation). Lorsque ce fichier existe et qu'il contient la macro, la date enregistre dans celle-ci est utilise. Chaque t\'el\'efax cre dans ce fichier une macro qui lui est propre.}\index{origdate@\verb+origdate+}\index{fichier!odt@\verb+.odt+}\\[2mm]
+C'est entre \index{telefax@\cs{begin\{telefax\}}}\cs{begin\{telefax\}} et \cs{opening} que se placent la plupart des commandes\index{commandes}.\\[2mm]
+\index{opening@\cs{opening}}\cs{opening}\marg{salutations} commence le message\index{message}. Cette commande est \index{commandes!obligatoires}obligatoire, car c'est elle qui formatte le d\'ebut du t\'el\'efax\index{telefax@t\'el\'efax}, pla\c{c}ant l'\index{entete@ent\^ete}ent\^ete, la zone en \'evidence, le lieu, la \index{date}date, le sujet et les \index{salutations}salutations donn\'ees en param\`etre de la commande. \\[2mm]
+Le texte du message\index{message} est ensuite tap\'e en mode paragraphe. Les divers \index{environnement}environnements test\'es et fonctionnant correctement sont \verb+center+, \verb+flushleft+, \verb+flushright+, \verb+verbatim+, \verb+verse+, \verb+quotation+, \verb+quote+, \verb+minipage+, \verb+itemize+, \verb+enumerate+, \verb+description+, \verb+picture+, \verb+equation+, \verb+eqnarray+, \verb+tabbing+, \verb+tabular+ et \verb+array+, ainsi que les commandes\index{commandes} \cs{centering}, \cs{raggedleft} et \cs{raggedright}. Les environnements \verb+figure+ et \verb+table+ ne sont pas d\'efinis dans la classe \verb+lettre+. En cas de probl\`emes, veuillez me le faire savoir.\\[2mm]
+\index{closing@\cs{closing}}\cs{closing}\marg{salutations} finit le t\'el\'efax\index{telefax@t\'el\'efax}\index{message}. Cette commande est \'egalement \index{commandes!obligatoires}obligatoire, car elle met en forme les \index{salutations}salutations, et la(les) signature\index{signature}(s). \\[2mm]
+Quelques commandes\index{commandes} se placent entre \cs{closing} et
+\index{telefax@\cs{end\{telefax\}}}\cs{end\{telefax\}} qui ferme l'\index{environnement}environnement. \\[2mm]
+
+\subsection{Des commandes communes}\label{partcom}
+\markright{\it Partie \thesection: \rm Des commandes communes}
+
+\subsubsection{De l'exp\'editeur}
+
+\noindent Les commandes\index{commandes} d\'ecrivant l'\index{expediteur@exp\'editeur}exp\'editeur sont les suivantes: \\[2mm]
+\index{name@\cs{name}}\cs{name}\marg{nom} indique le nom de l'\index{expediteur@exp\'editeur}exp\'editeur. Ce param\`etre est \index{commandes!obligatoires}obligatoire. \\[2mm]
+\index{signature@\cs{signature}}\cs{signature}\marg{texte} d\'efinit le contenu de la signature\index{signature}. Ce param\`etre est \index{commandes!facultatives}facultatif, et est remplac\'e par d\'efaut par le contenu de \index{name@\cs{name}}\cs{name}. \\[2mm]
+\index{secondsignature@\cs{secondsignature}}\cs{secondsignature}\marg{texte} d\'efinit le contenu de la seconde signature\index{signature}. Ce param\`etre est \index{commandes!facultatives}facultatif, et n'est pas remplac\'e par d\'efaut. \\[2mm]
+\index{thirdsignature@\cs{thirdsignature}}\cs{thirdsignature}\marg{texte} d\'efinit le contenu de la troisi\`eme signature\index{signature}. Ce param\`etre est \index{commandes!facultatives}facultatif, et n'est pas remplac\'e par d\'efaut. \\[2mm]
+Une seule signature est centr\'ee sur la partie droite du message.
+Plusieurs signatures sont plac\'ees de gauche \`a droite. Elles se partagent \'equitablement la largeur de la page.\\[2mm]
+
+\def\emailine{%
+ {\scriptsize
+ E-Mail : \hfill\tt
+ \ifx\@empty \ccittnum
+ \else
+ \hfill \ccittnum\hfill
+ \fi
+ \ifx\@empty \internetnum
+ \else
+ \hfill \internetnum\hfill
+ \fi
+ \ifx\@empty \bitnetnum
+ \else
+ \hfill \bitnetnum\hfill
+ \fi
+ \ifx\@empty \psinum
+ \else
+ \hfill \psinum\hfill
+ \fi
+ \ifx\@empty \decnetnum
+ \else
+ \hfill \decnetnum\hfill
+ \fi}}%
+\def\psinum{}
+\def\decnetnum{}
+\def\bitnetnum{}
+\def\ccittnum{S=megevand;OU=obs;O=unige;PRMD=switch;ADMD=arcom;C=ch}
+\def\internetnum{megevand@obs.unige.ch}
+
+\subsubsection{De la ligne d'E-Mail}\label{emailline}
+
+\noindent Six commandes\index{commandes} \index{commandes!facultatives}facultatives permettent de fabriquer une ligne d'\index{adresse!electronique@\'electronique}adresses de
+courrier \'electronique, comme repr\'esent\'ee sur la figure~\ref{fig:ligne-mel}. Cette ligne est
+s\'epar\'ee du corps du message\index{message} par un trait horizontal sur toute la largeur.
+Une seule de ces commandes\index{commandes} suffit pour cr\'eer la ligne avec la marque
+E-Mail:.\\[2mm]
+{\bf Rem : seuls trois parmi les champs ccitt, internet, bitnet, telepac et decnet peuvent \^etre pr\'esents simultan\'ement sur la ligne. Le syst\`eme ne tient compte que des trois premi\`eres commandes.}\\[2mm]
+\index{username@\cs{username}}\cs{username}\marg{nom} indique le \index{nom d'utilisateur}nom d'utilisateur de l'exp\'editeur. Pour composer les adresses \'electroniques, le syst\`eme utilise ce champ, s'il est d\'efini. Dans le cas contraire, il donne un avertissement\index{message!d'avertissement} \`a l'\'ecran, et compose l'adresse sans \index{nom d'utilisateur}nom d'utilisateur.\\[2mm]
+\index{bitnet@\cs{bitnet}}\cs{bitnet}\marg{adresse} indique l'\index{adresse!bitnet}adresse bitnet de l'\index{expediteur@exp\'editeur}exp\'editeur.\\[2mm]
+\index{ccitt@\cs{ccitt}}\cs{ccitt}\marg{adresse} indique l'\index{adresse!ccitt}adresse de l'\index{expediteur@exp\'editeur}exp\'editeur, au format X400\index{X400}.\\[2mm]
+\index{decnet@\cs{decnet}}\cs{decnet}\marg{adresse} indique le num\'ero decnet\index{adresse!decnet}\index{numero@num\'ero!decnet} de l'exp\'e\-di\-teur.\\[2mm]
+\index{internet@\cs{internet}}\cs{internet}\marg{adresse} indique l'\index{adresse!internet}adresse internet de l'\index{expediteur@exp\'editeur}exp\'editeur, au format RFC~822\index{RFC 822}.\\[2mm]
+\index{telepac@\cs{telepac}}\cs{telepac}\marg{adresse} indique le num\'ero telepac\index{adresse!telepac}\index{numero@num\'ero!telepac} de l'\index{expediteur@exp\'editeur}exp\'editeur.\\[2mm]
+D'autres commandes peuvent \^etre d\'efinies pour r\'ef\'erencer des adresses <<E-Mail>> institutionnelles. (voir page \pageref{internetobs})\\[2mm]
+{\bf Rem: La commande \index{email@\cs{email}}\cs{email} d\'ecrite aux pages \pageref{emaillettre} et \pageref{emailfax} et la cr\'eation de cette ligne sont ind\'ependantes l'une de l'autre.}
+
+\begin{figure}
+ \centering
+ \parbox{\textwidth}{\rule{\textwidth}{.4pt}\\\emailine}
+ \caption{La ligne d'E-Mail}
+ \label{fig:ligne-mel}
+\end{figure}
+
+\subsubsection{De la langue}
+\label{seclang}
+
+\def\fcejour{le \number\day\space\ifcase\month\or
+ janvier\or f\'evrier\or mars\or avril\or mai\or juin\or
+ juillet\or ao\^ut\or septembre\or octobre\or novembre\or d\'ecembre\fi
+ \space \number\year}%
+\def\ecejour{\ifcase\month\or
+ January\or February\or March\or April\or May\or June\or
+ July\or August\or September\or October\or November\or December\fi
+ \space\number\day ,\space\number\year}%
+\def\acejour{\ifcase\month\or
+ January\or February\or March\or April\or May\or June\or
+ July\or August\or September\or October\or November\or December\fi
+ \space\number\day ,\space\number\year}%
+\def\dcejour{den \number\day .\space\ifcase\month\or
+ Januar\or Februar\or M\"arz\or April\or Mai\or Juni\or
+ Juli\or August\or September\or Oktober\or November\or Dezember\fi
+ \space \number\year}%
+\noindent Bien qu'ayant \'et\'e d\'evelopp\'e pour un usage francophone, la classe {\tt lettre} permet
+galement de r\'ediger des messages en anglais, en allemand, et
+en anglais US, appel\'e am\'ericain. L'utilisateur peut modifier la langue par d\'efaut\index{langue!defaut@d\'efaut} (fran\c{c}ais) pour toutes les lettres d'un fichier en appelant \verb+romand+ (variante du fran\c{c}ais), \verb+allemand+, \verb+anglais+ ou \verb+americain+ en option de la classe lettre \index{lettre.cls@{\tt lettre.cls}} :\\[2mm]
+\verb+\documentclass[allemand]{lettre}+\\
+
+\noindent Voir aussi la rubrique~\ref{sec:option-langue} pour une liste complte des options de langue et leur
+alias, ainsi que le passage d'option de langue aux paquetages sensibles la langues (par ex.\
+\texttt{babel}).
+
+
+\noindent La commande \cs{lettreselectlanguage}, disponible depuis la version 3.000 de \texttt{lettre} permet
+de redfinir la langue\index{langue} d'un message\index{message}. Elle remplace les cinq commandes
+historiques, toujours disponibles \index{francais@\cs{francais}}\cs{francais},
+\index{romand@\cs{romand}}\cs{romand}, variante du fran\c{c}ais, \index{anglais@\cs{anglais}}\cs{anglais},
+\index{americain@\cs{americain}}\cs{americain}, variante de l'anglais et
+\index{allemand@\cs{allemand}}\cs{allemand}. Voir tableau~\ref{tab:corres-3.xxx-2.xxx}.
+
+\begin{table}
+ \centering
+ \scriptsize
+ \begin{tabular}[t]{|l|l|}
+ \hline
+ Version 2.xxx&Version 3.xxx\\\hline\hline
+ \cs{francais}&\cs{lettreselectlanguage\{french\}}\\
+ \cs{romand}&\cs{lettreselectlanguage\{romand\}}\\
+ \cs{anglais}&\cs{lettreselectlanguage\{english\}}\\
+ \cs{americain}&\cs{lettreselectlanguage\{USenglish\}}\\
+ \cs{allemand}&\cs{lettreselectlanguage\{german\}}\\
+ \hline
+ \end{tabular}
+ \caption{Correspondance entre les commandes v2.xxx et les commandes v3.xxx}
+ \label{tab:corres-3.xxx-2.xxx}
+\end{table}
+
+
+\noindent Ce m\'ecanisme de commutation de la langue red\'efinit le format de la \index{date}date, des labels fournis par les
+commandes\index{commandes} \index{conc@\cs{conc}}\cs{conc}, \index{encl@\cs{encl}}\cs{encl}, \index{mencl@\cs{mencl}}\cs{mencl}, \index{cc@\cs{cc}}\cs{cc}
+(voir page \pageref{seccomsup}),
+des \index{salutations}salutations et de toutes les cha\^\i{}nes fixes (voir page \pageref{chaines}) pouvant appara\^\i{}tre dans les messages. L'appel aux langues allemande, am\'ericaine et anglaise centrent les \index{salutations}salutations sur la moiti\'e droite du message\index{message}, sauf si plusieurs signature\index{signature}s sont sp\'ecifi\'ees.
+\begin{table}
+ \centering
+ \scriptsize
+ \begin{tabular}[t]{|l||c|c|c|c|c|}
+ \hline
+ &\cs{francais}&\cs{romand}&\cs{anglais}&\cs{americain}&\cs{allemand}\\
+ \hline\hline
+ \index{date}date &\fcejour&\fcejour&\ecejour&\acejour&\dcejour\\
+ \hline
+ salutations&pleine largeur&pleine largeur&moiti\'e droite&moiti\'e droite&moiti\'e droite\\
+ \hline
+ \end{tabular}
+ \caption{Les d\'ependances linguistiques}
+ \label{tab:dep-linguistiques}
+\end{table}
+
+
+De plus\footnote{Suite \`a des discussions avec Eric \fsc{Picheral} et Bernard \fsc{Gaulle}}, si l'on a
+charg\'e l'un des paquets multilingue \verb+french+\index{french@\verb+french.sty+},
+\verb+mlp+\index{mlp@\verb+mlp.sty+}, \verb+babel+\index{babel@\verb+babel.sty+} ou
+\verb+polyglossia+\index{polyglossia@\verb+polyglossia.sty+}, la commutation s\'electionne automatiquement
+l'appel ad\'equat. Ceci est limit\'e par les paquets pris en charge et les trois langues d\'efinies,
+l'am\'ericain \'etant trait\'e comme l'anglais et le romand comme le fran\c{c}ais (\texttt{french}: francais,
+anglais ; \texttt{babel}, \texttt{mlp}, ou \texttt{polyglossia}: francais, allemand, anglais) :\\[2mm]
+\fbox{\parbox{\dimexpr\linewidth-2\fboxrule-2\fboxsep}{\cs{documentclass\{lettre\}}\\
+ \cs{usepackage\{french\}}}}\\
+appellera \cs{french}\index{french@\cs{french}}\\[2mm]
+\fbox{\parbox{\dimexpr\linewidth-2\fboxrule-2\fboxsep}{\cs{documentclass[allemand]\{lettre\}}\\
+ \cs{usepackage\{babel\}}\\
+ \cs{begin\{letter\}}\marg{adresse 1}\\
+ \ldots\\
+ \cs{end\{letter\}}\\
+ \cs{begin\{letter\}}\marg{adresse 2}\\
+ \cs{lettreselectlanguage\{english\}}\\
+ \ldots\\
+ \cs{end\{letter\}}}}\\appellera \verb+\selectlanguage{german}+\index{selectlanguage@\cs{selectlanguage}}
+pour la premi\`ere lettre, et \verb+\selectlanguage{english}+ pour la seconde.
+
+ noter, si \texttt{mlp} ou \texttt{babel} sont chargs avec \texttt{ngerman} plutt que \texttt{german},
+alors \cs{lettreselectlanguage\{german\}} appelera respectivement \cs{ngerman} ou
+\cs{selectlanguage\{ngerman\}}.
+
+\vspace*{1cm}
+
+\subsubsection{De la mise en page}\label{marge}
+
+\noindent La mise en page de lettres est d\'elicate, car la quantit\'e de mati\`ere reste relativement faible, de l'ordre de quelques pages, difficilement capable d'absorber la mati\`ere d'une derni\`ere page trop courte.\\[2mm]
+
+%\index{@\verb+\+}
+\noindent La classe {\tt lettre} dispose\footnote{Suite \`a une proposition d'Yves \fsc{Soulet} au congr\`es GUTenberg'95 de Montpellier} d'un m\'ecanisme permettant de r\'egler la tension\index{tension} de la lettre, c'est-\`a-dire de modifier les blancs \'elastiques\index{blanc elastique@blanc \'elastique} entre les diff\'erents \'el\'ements de la lettre, de mani\`ere \`a \'eviter d'avoir une derni\`ere page avec tr\`es peu de mati\`ere. Ce m\'ecanisme est actionn\'e automatiquement par d\'efaut : \\[2mm]
+Il calcule la longueur de la derni\`ere page de chaque lettre du fichier, et en fonction de divers seuils, r\'egl\'es dans la classe \`a 50, 100, 150, 200 et 250 pt correspondant environ \`a 1/15, 1/7, 1/5, 1/4 et 1/3 d'une page A4, calcule un coefficient de tension \`a appliquer \`a une nouvelle compilation. Ce coefficient est plac\'e dans un fichier auxiliaire (\verb+.tns+)\index{fichier!tns@\verb+.tns+} \verb+\jobname.tns+, et utilis\'e lors d'un prochain passage. Un message d'avertissement\index{message!d'avertissement} est donn\'e \`a l'\'ecran, lorsque la derni\`ere page est consid\'er\'ee comme \'etant trop courte (plus courte qu'un tiers de page), conseillant \`a l'utilisateur de recompiler son fichier. Lors de cette nouvelle compilation, la classe tente \`a l'aide de ce coefficient de comprimer la (les) page(s) pr\'ec\'edente(s) pour y ins\'erer la mati\`ere de cette derni\`ere page, ou de l'\'etirer pour obtenir une derni\`ere page de longueur correcte.\\[2mm]
+Le m\'ecanisme peut \^etre d\'eclench\'e par l'utilisateur lorsqu'il ne r\'eagit pas correctement, en imposant la valeur de la tension par la commande \cs{tension}\marg{valeur}\index{tension@\cs{tension}}. La valeur normale est de 2, une valeur plus grande rel\^ache le texte, une valeur plus petite, m\^eme n\'egative le resserre. Des valeurs entre -6 et 6 donnent des r\'esultats satisfaisants.\\[2mm]
+
+\noindent La commande \index{marge@\cs{marge}}\cs{marge}\marg{dimension} permet de g\'erer la largeur de la marge\index{mise en page}\index{marge} de gauche du message\index{message}. Elle est par d\'efaut de 15 millim\`etres par rapport \`a la marge \og normale\fg{} de \TeX\ (1 pouce), soit de 40 millim\`etres par rapport au bord gauche du papier.\\[3mm]
+
+\subsubsection{De la ligne de bas de page}\label{bdp}
+
+\noindent Une commande\index{commandes} \index{commandes!facultatives}facultative permet de fabriquer une ligne personnalis\'ee en bas de page\footnote{Suite \`a une proposition d'Eric \fsc{Picheral}}\index{bas de page}, voir figure~\ref{fig:ligne-bdp}. Cette ligne est
+s\'epar\'ee du corps du message\index{message} par un trait horizontal sur toute la largeur.\\[2mm]
+\index{basdepage@\cs{basdepage}}\cs{basdepage}\marg{contenu} demande la cr\'eation de cette ligne et en indique le contenu\\[2mm]
+{\bf Rem: Cette ligne n'est cr\'e\'ee que si aucune des commandes n\'ecessaires pour cr\'eer la ligne d'E-Mail n'est pr\'esente.}
+
+\begin{figure}
+ \centering
+ \parbox{\textwidth}{\rule{\textwidth}{.4pt}\\\small\hfill 1F, ch des
+ Pontets\hfill Pas de publicit\'e, merci.\hfill T\'el :
+ 776.23.07\hfill}
+ \caption{La ligne de bas de page}
+ \label{fig:ligne-bdp}
+\end{figure}
+
+\subsubsection{Des commandes suppl\'ementaires\label{seccomsup}}
+
+\noindent Cinq commandes\index{commandes} \index{commandes!facultatives}facultatives permettent de compl\'eter le message\index{message}. Les labels cr\'e\'es par ces commandes peuvent \^etre modifi\'es par l'utilisateur (voir page \pageref{chaines}).\\[2mm]
+\index{conc@\cs{conc}}\cs{conc}\marg{sujet} pr\'ecise le sujet du message\index{message}.\\[2mm]
+\index{ps@\cs{ps}}\verb+\ps{+{\it label}\verb+}{+{\it texte}\verb+}+ permet d'inclure un texte apr\`es la signature\index{signature}, sous la forme d'un paragraphe labell\'e. Le label doit \^etre sp\'ecifi\'e par l'utilisateur (voir les postscriptums des exemples.).\\[2mm]
+\index{encl@\cs{encl}}\cs{encl}\marg{annexes} sp\'ecifie les annexes.\\[2mm]
+\index{mencl@\cs{mencl}}\cs{mencl} pr\'ecise que les annexes sont mentionn\'ees dans le document.\\[2mm]
+\index{cc@\cs{cc}}\cs{cc}\marg{destinataires} liste les \index{destinataire}destinataires de copies.\\[2mm]
+\vspace*{1cm}\\
+
+\subsubsection{Des pages suivantes}
+
+\noindent A part la premi\`ere page, qui est automatiquement formatt\'ee avec l'\index{entete@ent\^ete}ent\^ete, la \index{date}date, l'\index{adresse!destinataire}adresse du \index{destinataire}destinataire, et non num\'erot\'ee, on peut choisir entre plusieurs styles de pages:\\[2mm]
+\index{pagestyle@\cs{pagestyle}}\cs{pagestyle}\marg{format} permet de choisir le format.\\[2mm]
+Les divers formats sont: (voir pages \pageref{partex} et suivantes)\\[2mm]
+\verb+empty+: les pages ne contiennent ni \index{entete@ent\^ete}ent\^ete, ni embase.\\[2mm]
+\verb+headings+: les \index{entete@ent\^ete}ent\^etes contiennent le lieu, la \index{date}date et le num\'ero de la page. Il n'y a pas d'embases. Ce format n'influence que les pages impaires en mode recto-verso, sp\'ecifi\'e par l'option \verb+[twoside]+ de la classe lettre\index{lettre.cls@{\tt lettre.cls}}.\\[2mm]
+\verb+plain+: Il n'y a pas d'\index{entete@ent\^ete}ent\^etes, les embases contiennent les num\'eros de page centr\'es.
+
+\subsection{De l'Observatoire}\label{partobs}
+
+\markright{\it Partie \thesection: \rm De l'Observatoire}
+\noindent Cette partie d\'ecrit les commandes\index{commandes} sp\'ecifiques \`a
+l'\index{observatoire@Observatoire}Observatoire de \index{Geneve@Gen\`eve}Gen\`eve. Sa structure est similaire
+ la squences des sections \S~\ref{partlettre}, \S~\ref{partfax} et \S~\ref{partcom} dj dveloppes dans ce
+document. La premi\`ere section d\'ecrit les \index{entete@ent\^ete}ent\^etes des \index{lettre}lettres, la seconde celles des t\'el\'efax\index{telefax@t\'el\'efax}, et la derni\`ere d\'ecrit les diff\'erentes commandes permettant de donner des r\'ef\'erences \`a l'Observatoire en cours de document.
+
+Il faut noter que ces commandes sont dfinies dans le fichier d'institut de l'Observatoire, et ne remplacent plus par dfaut les champs des messages depuis la version 2.32. Ces champs sont remplacs par les commandes du fichier \verb+lettre-default.cfg+\index{lettre-default.cfg@\verb+lettre-default.cfg+}, qui peut tre redfini dans chaque institut, comme dcrit aux pages \pageref{partinst} et suivantes.
+
+\subsubsection{De l'ent\^ete et de la date des lettres}
+
+\noindent\index{addressobs@\cs{addressobs}}\label{addressobs}\cs{addressobs}\index{lettre} \index{adresse!observatoire@Observatoire} donne l'adresse de l'\index{observatoire@Observatoire}Observatoire comme \index{entete@ent\^ete}ent\^ete de la lettre\index{lettre}. Elle donne une ent\^ete comme sur la figure~\ref{fig:entete-obs}.
+
+\begin{figure}
+ \centering
+ \framebox[\textwidth]{%
+ \begin{minipage}[t]{70mm}
+ \centering \LDCMD \rule{0pt}{1.4\baselineskip}OBSERVATOIRE DE
+ GEN\`EVE\rule{0pt}{1.4\baselineskip}\\[2mm]
+ % \ldcmd 51, chemin des Maillettes\\
+ \ldcmd CH-1290 Sauverny\\
+ Suisse\\[2mm]
+ T\'el: +41(22) 755 26 11\\
+ Fax: +41(22) 755 39 83
+ \end{minipage}
+ \hspace{20mm}
+ \begin{minipage}[t]{\indentedwidth}
+ Sauverny, le \today
+ \end{minipage}
+ }
+ \caption{L'ent\^ete de l'Observatoire}
+ \label{fig:entete-obs}
+\end{figure}
+
+\noindent\index{lieuobs@\cs{lieuobs}}\label{lieuobs}\cs{lieuobs} indique Sauverny comme lieu d'envoi, avant la \index{date}date, en haut et \`a droite de la lettre\index{lettre}.\\[2mm]
+\index{telephoneobs@\cs{telephoneobs}}\label{telephoneobs}\cs{telephoneobs} place sous l'ent\^ete le num\'ero de \index{telephone@t\'el\'ephone}\index{numero@num\'ero!telephone@t\'el\'ephone!observatoire@Observatoire}t\'el\'ephone de l'\index{observatoire@Observatoire}Observatoire (+41 (22) 755 26 11).\\[2mm]
+\index{faxobs@\cs{faxobs}}\label{faxobs}\cs{faxobs} place sous l'ent\^ete le num\'ero de \index{numero@num\'ero!telefax@t\'el\'efax!observatoire@Observatoire}t\'el\'efax de l'\index{observatoire@Observatoire}Observatoire (+41 (22) 755 39 83).\\[2mm]
+\noindent\index{psobs@\cs{psobs}}\label{psobs}\cs{psobs} Cette commande cr\'ee l'\index{entete@ent\^ete}ent\^ete officielle de l'\index{observatoire@Observatoire}Observatoire, comme ci-dessous. Cette commande est \index{commandes!facultatives}facultative, et ne peut \^etre utilis\'ee avec succ\`es que si vous utilisez une imprimante {\trten P\treit OST\trten S\treit CRIPT}\index{postscript@{\sc PostScript}}. Elle importe un fichier ex\'ecutant le dessin de l'\'ecusson \index{ecusson@\'ecusson genevois}genevois. Ce fichier s'appelle \verb+ecusson55.eps+ et doit \^etre pr\'esent dans le r\'epertoire des macros\index{macros!repertoire@r\'epertoire}.
+
+\begin{figure}
+ \centering
+ \framebox[\textwidth]{
+ \begin{minipage}[t]{75mm}
+ \centering
+ \treit R\'EPUBLIQUE\\[-1mm]
+ \treit ET CANTON DE GEN\`EVE\\[-1mm]
+ \includegraphics[viewport=-5 0 55 55,clip=true]{ecusson55}\\
+ % {\unitlength1mm\begin{picture}(0,0)\put(0,15){\makebox(0,0){$\diamond$}}\end{picture}}\\
+ \mbox{\hss\trfvtn OBSERVATOIRE DE GEN\`EVE\hss}\\[2mm]
+ % \trten Ch. des Maillettes 51\\
+ \trten CH-1290 SAUVERNY\\
+ \trten Suisse\\[2mm]
+ \trten T\'el: +41(22) 755 26 11\\
+ \trten Fax: +41(22) 755 39 83
+ \end{minipage}
+ \hspace{15mm}
+ \begin{minipage}[t]{\indentedwidth}
+ \centering
+ \mbox{}\\[10mm]
+ Sauverny, le \today
+ \end{minipage}
+ }
+ \caption{Lettres officielles de l'Observatoire}
+ \label{fig:lettre-officielle-obs}
+\end{figure}
+
+\subsubsection{De l'ent\^ete des t\'el\'efax}
+
+\noindent\index{addressobs@\cs{addressobs}}\label{addressobsfax}\cs{addressobs} \index{adresse!observatoire@Observatoire}donne l'adresse de l'\index{observatoire@Observatoire}Observatoire comme \index{entete@ent\^ete}ent\^ete du t\'el\'efax\index{telefax@t\'el\'efax} (voir figure\ref{fig:entete-fax-obs}).
+
+\begin{figure}
+ \centering
+ \framebox[\textwidth]{
+ \begin{minipage}[t]{70mm}
+ \centering
+ \LDCMD \rule[6pt]{0pt}{1.0\baselineskip}OBSERVATOIRE DE GEN\`EVE\rule[6pt]{0pt}{1.0\baselineskip}\\[3mm]
+ \ldcmd CH-1290 Sauverny\\%
+ \end{minipage}
+ \hspace{15mm}
+ \begin{minipage}[t]{\indentedwidth}
+ \centering \LDCMD T\'EL\'EFAX
+ \end{minipage}
+ }
+ \caption{L'ent\^ete des t\'el\'efax de l'Observatoire}
+ \label{fig:entete-fax-obs}
+\end{figure}
+
+\noindent\index{psobs@\cs{psobs}}\label{psobsfax}\cs{psobs} cr\'ee l'\index{entete@ent\^ete}ent\^ete du t\'el\'efax\index{telefax@t\'el\'efax} comme celle du papier officiel de l'\index{observatoire@Observatoire}Observatoire. (voir ci-dessous) Cette commande est \index{commandes!facultatives}facultative, et ne peut \^etre utilis\'ee avec succ\`es que si vous utilisez une imprimante {\trten P\treit OST\trten S\treit CRIPT}\index{postscript@{\sc PostScript}}. Elle importe un fichier ex\'ecutant le dessin de l'\'ecusson \index{ecusson@\'ecusson genevois}genevois. (voir page \pageref{psobs})
+
+\begin{figure}
+ \centering
+ \framebox[\textwidth]{
+ \begin{minipage}[t]{75mm}
+ \centering
+ \includegraphics[height=2.5cm,viewport=-5.5 -5 55 60,clip=true]{ecusson55}\\
+ % {\unitlength1mm\begin{picture}(0,0)\put(0,15){\makebox(0,0){$\diamond$}}\end{picture}}\\
+ \mbox{\hss\trfvtn OBSERVATOIRE DE GEN\`EVE\hss}\\[2mm]
+ \trten CH-1290 SAUVERNY\\
+ \end{minipage}
+ \hspace{15mm}
+ \begin{minipage}[t]{\indentedwidth}
+ \centering \LDCMD T\'EL\'EFAX
+ \end{minipage}
+ }
+ \caption{Les t\'el\'efax officiels de l'Observatoire}
+ \label{fig:fax-officiel-obs}
+\end{figure}
+
+\noindent\index{detailledaddress@\cs{detailledaddress}}\label{detailadr}\cs{detailledaddress}
+Cette commande permet de cr\'eer une \index{entete@ent\^ete}ent\^ete institutionnelle\index{institut} de t\'el\'efax\index{telefax@t\'el\'efax} plus d\'etaill\'ee (voir page \pageref{detailtest}), notamment celle de l'Observatoire, dans les deux modes (voir figures~\ref{fig:entete-detaille-obs} et~\ref{fig:fax-officiels-obs-entete-detaillee}).
+
+\begin{figure}
+ \centering
+ \framebox[\textwidth]{
+ \begin{minipage}[t]{70mm}
+ \centering
+ \LDCMD \rule[6pt]{0pt}{1.0\baselineskip}OBSERVATOIRE DE GEN\`EVE\rule[6pt]{0pt}{1.0\baselineskip}\\[3mm]
+ % \ldcmd 51, chemin des Maillettes\\%
+ \ldcmd CH-1290 Sauverny\\%
+ Suisse%
+ \end{minipage}
+ \hspace{15mm}
+ \begin{minipage}[t]{\indentedwidth}
+ \centering \LDCMD T\'EL\'EFAX
+ \end{minipage}
+ }
+ \caption{L'ent\^ete de t\'el\'efax d\'etaill\'ee de l'Observatoire}
+ \label{fig:entete-detaille-obs}
+\end{figure}
+
+\begin{figure}
+ \centering
+ \framebox[\textwidth]{
+ \begin{minipage}[t]{75mm}
+ \centering
+ \includegraphics[height=2.5cm,viewport=-5.5 -5 55 60,clip=true]{ecusson55}\\
+ % {\unitlength1mm\begin{picture}(0,0)\put(0,15){\makebox(0,0){$\diamond$}}\end{picture}}\\
+ \mbox{\hss\trfvtn OBSERVATOIRE DE GEN\`EVE\hss}\\[2mm]
+ % \trten Ch. des Maillettes 51\\%
+ \trten CH-1290 SAUVERNY\\%
+ \trten Suisse%
+ \end{minipage}
+ \hspace{15mm}
+ \begin{minipage}[t]{\indentedwidth}
+ \centering \LDCMD T\'EL\'EFAX
+ \end{minipage}
+ }
+ \caption{Les t\'el\'efax officiels de l'Observatoire avec ent\^ete d\'etaill\'ee}
+ \label{fig:fax-officiels-obs-entete-detaillee}
+\end{figure}
+
+\subsubsection{Des r\'ef\'erences}
+
+
+\noindent Plusieurs commandes ont \'et\'e pr\'ed\'efinies pour r\'ef\'erencer les num\'eros ou adresses de l'Observatoire. Elles donnent lieu \`a la composition du num\'ero ou de l'adresse dans les champs ad\'equats, tels qu'ils sont d\'efinis dans les parties \ref{partlettre}, \ref{partfax} et \ref{partcom}.\\[3mm]
+\index{faxobs@\cs{faxobs}}\label{faxfaxobs}\cs{faxobs} indique le num\'ero de telefax\index{telefax@t\'el\'efax!numero@num\'ero!observatoire@Observatoire}\index{numero@num\'ero!telefax@t\'el\'efax!observatoire@Observatoire} de l'\index{observatoire@Observatoire!numero@num\'ero!telefax@t\'el\'efax}Observatoire. (+41 (22) 755 39 83)\\[2mm]
+\index{ccpobs@\cs{ccpobs}}\label{ccpobs}\cs{ccpobs} indique le num\'ero de CCP\index{ccp!numero@num\'ero!observatoire@Observatoire}\index{numero@num\'ero!ccp!observatoire@Observatoire} de l'\index{observatoire@Observatoire!numero@num\'ero!ccp}Observatoire. (12-2130-4)\\[2mm]
+\index{ccittobs@\cs{ccittobs}}\cs{ccittobs} indique l'\index{adresse!ccitt!observatoire@Observatoire}\index{observatoire@Observatoire!adresse!ccitt}adresse de mail de l'\index{observatoire@Observatoire}Observatoire, au format X400\index{X400}, et y rajoute le \index{nom d'utilisateur}nom d'utilisateur de l'exp\'editeur, s'il est d\'efini. {\tt (OU=obs;O=unige;PRMD=switch;ADMD=arcom;C=ch)}\\[2mm]
+\index{internetobs@\cs{internetobs}}\cs{internetobs}\label{internetobs} indique l'\index{adresse!internet!observatoire@Observatoire}\index{observatoire@Observatoire!adresse!internet}adresse des SUN de l'\index{observatoire@Observatoire}Observatoire, au format RFC~822\index{RFC 822}, et y rajoute le \index{nom d'utilisateur}nom d'utilisateur de l'exp\'editeur, s'il est d\'efini. {\tt (obs.unige.ch)}\\[2mm]
+\index{ftpobs@\cs{ftpobs}}\cs{ftpobs}\label{ftpobs} imprime l'\index{adresse!ftp!observatoire@Observatoire}\index{observatoire@Observatoire!adresse!ftp}adresse du serveur ftp anonyme de l'\index{observatoire@Observatoire}Observatoire (\verb+obsftp.unige.ch+), ainsi que son num\'ero internet. Elle est con\c{c}ue pour \^etre utilis\'ee quelquepart dans le texte de la lettre, ou des commandes suppl\'ementaires (page \pageref{seccomsup}).\\[2mm]
+\index{wwwobs@\cs{wwwobs}}\cs{wwwobs}\label{wwwobs} imprime l'\index{adresse!http!observatoire@Observatoire}\index{observatoire@Observatoire!adresse!http}adresse du serveur WWW de l'\index{observatoire@Observatoire}Observatoire (\verb+obswww.unige.ch+), ainsi que son num\'ero internet. Elle est con\c{c}ue pour \^etre utilis\'ee quelquepart dans le texte de la lettre, ou des commandes suppl\'ementaires (page \pageref{seccomsup}).\\[2mm]
+
+
+\subsection{Des autres instituts}\label{partinst}
+\markright{\it Partie \thesection: \rm Des autres instituts}
+\noindent Cette partie d\'ecrit la mani\`ere de modifier le comportement par d\'efaut de la classe lettre\index{lettre.cls@{\tt lettre.cls}} pour l'adapter \`a un autre institut, soci\'et\'e, association, etc.
+
+\begin{figure}
+\fbox{\parbox[b]{50mm}{%
+\centering
+\mbox{\includegraphics[width=25mm,viewport=1 0 71 159,clip=true]{amgmono}}\\%
+{\hvten \'Ecole de ski\\%
+ Denis M\'egevand\\Pr\'esident\\%
+ T\'el :~+41 (22) 776 23 07}}%
+\hspace{35mm}%
+\parbox[b]{70mm}{{\em ~~~~Destinataire\\\mbox{}~~~~Adresse}\\[2cm]Commugny, le \today}}%
+\caption{L'ent\^ete des Amis Montagnards}
+\end{figure}
+
+\subsubsection{Du fonctionnement de la classe}
+
+\noindent Il est important de comprendre comment fonctionne la classe\index{lettre.cls@{\tt lettre.cls}} pour pouvoir l'adapter. L'entr\'ee dans les environnements {\tt letter}\index{letter@\cs{begin\{letter\}}} et {\tt telefax}\index{telefax@\cs{begin\{telefax\}}} r\'einitialise toute une s\'erie de param\`etres: la langue\index{langue} est remise \`a la valeur par d\'efaut (voir page \pageref{seclang}), le nombre de pages d'un t\'el\'efax\index{telefax@t\'el\'efax} est remis \`a 0, le style de page est {\tt plain}, les lignes auxiliaires et d'E-Mail, ainsi que tous leurs champs sont vid\'es, les champs d\'efinis par les commandes \cs{location}, \cs{conc} et les signatures sont vid\'es. Ensuite la classe charge le fichier \verb+lettre-default.cfg+\index{lettre-default.cfg@\verb+lettre-default.cfg+} et \'eventuellement un fichier de commandes d'institut. Le nom de ce fichier est donn\'e par le param\`etre de la commande suivante, qui se place entre \cs{begin\{document\}} et \cs{begin\{letter\}} ou \cs{begin\{telefax\}}:\\[2mm]
+\verb+\institut{+{\em fichier}\verb+}+\index{institut@\cs{institut}}\label{institut}\\[2mm]
+L'extension de ce fichier est \verb+.ins+, et il doit \^etre dans le
+chemin de recherche des macros\index{macros!repertoire@r\'epertoire}
+(r\'epertoire courant et \verb+$TEXINPUTS+).%$
+
+\subsubsection{Du comportement personnalis}
+
+\noindent C'est donc cette commande plac\'ee avant \cs{begin\{letter\}}\index{letter@\cs{begin\{letter\}}} ou \cs{begin\{telefax\}}\index{telefax@\cs{begin\{telefax\}}} qui permet de personnaliser les commandes \`a utiliser dans les messages: Toutes les commandes situ\'ees \`a l'int\'erieur de {\em fichier}{\tt.ins} seront ex\'ecut\'ees automatiquement. Par exemple, le fichier \verb+lettre-amg.cfg+\index{amg@\verb+lettre-amg.cfg+} suivant permet d'\'ecrire des lettres ayant l'entte de mon club de ski\index{amis@Amis Montagnards Gen\`eve}, comme le montre l'ent\^ete ci-dessus, en incluant simplement la commande \verb+\institut{amg}+\index{institut@\cs{institut}} avant \cs{begin\{letter\}}\index{letter@\cs{begin\{letter\}}}\\[2mm]
+\verbatiminput{lettre-amg.cfg}
+
+\noindent Ces champs peuvent \^etre red\'efinis dans chaque lettre entre le d\'ebut de l'environnement et la commande \cs{opening}.
+
+\subsubsection{Des commandes obligatoires}
+
+\noindent Si l'on veut modifier l'environnement par d\'efaut, il faut {\bf obligatoirement} que les commandes suivantes\label{instinum} soient d\'efinies dans le fichier d'institut:
+\begin{itemize}
+\item \cs{address}
+\item \cs{telephone} ou \cs{notelephone}
+\item \cs{fax} ou \cs{nofax}
+\item \cs{lieu} ou \cs{nolieu}
+\end{itemize}
+
+Mais si l'on d\'esire avoir le num\'ero de t\'el\'efax\index{telefax@t\'el\'efax} de l'institut inclus automatiquement dans ses t\'el\'efax, mais facultativement dans ses lettres, il faut l'appeler conditionnellement \`a l'aide du test d\'ecrit au paragraphe suivant\\[2mm]
+
+\begin{verbatim}
+\makeatletter
+\newcommand{\faxinst}{\fax{+41 (22) 776 36 32}}
+\if@letter
+ \nofax
+\else
+ \faxinst
+\fi
+\makeatother
+\end{verbatim}
+
+\subsubsection{Des variations de la personnalisation}
+
+\noindent Deux \cs{if} permettent de g\'erer plus en d\'etail ces modifications des d\'efauts:\\[2mm]
+\cs{if@detail}\label{detailtest}\index{ifdetail@\cs{if"@detail}} permet de d\'efinir une adresse \`a deux niveaux de d\'etails pour les t\'el\'efax\index{telefax@t\'el\'efax}. Ce test est vrai lorsque l'on invoque la commande
+\index{detailledaddress@\cs{detailledaddress}}\cs{detailledaddress} (voir page \pageref{detailadr}).\\[2mm]
+\cs{if@letter}\index{ifletter@\verb+\if"@letter+} permet de g\'erer diff\'eremment l'ent\^ete d'une lettre\index{lettre} et celle d'un t\'el\'efax\index{telefax@t\'el\'efax}.\\[2mm]
+Le d\'etail de la commande \cs{psobs}\index{psobs@\cs{psobs}} est donn\'e ici \`a titre d'exemple d'utilisation de ces tests:\\[2mm]
+\begin{verbatim}
+\long\def\psobs{%
+ \address{%
+ \centering
+ \vskip -5mm%
+ \if@letter
+ \treit R\'EPUBLIQUE\\[-1mm]%
+ \treit ET CANTON DE GEN\`EVE\\[-1mm]%
+ \fi
+ \includegraphics[height=2.5cm,viewport=-72 -7 55 65,clip=true]{ecusson55}%
+ \mbox{\hss\trfvtn OBSERVATOIRE DE GEN\`EVE\hss}\\[2mm]%
+ \trten CH-1290 SAUVERNY\\%
+ \if@letter
+ \trten Suisse%
+ \fi
+ \if@detail
+ \trten Suisse%
+ \fi}}%
+\end{verbatim}
+
+\subsection{Des autres adaptations}\label{partadapt}
+\markright{\it Partie \thesection: \rm Des autres adaptations}
+\noindent La partie suivante\index{adaptations} explique la mani\`ere de modifier les champs fixes\index{champs fixes} et la mise en page\index{mise en page} des lettres\index{lettre} et des t\'el\'efax\index{telefax@t\'el\'efax}.
+
+\subsubsection{Des cha\^\i{}nes fixes}\label{chaines}
+
+\noindent Un certain nombre de cha\^\i{}nes\index{champs fixes}\index{chaines fixes@cha\^\i{}nes fixes} fixes sont utilis\'ees \`a divers endroits des lettres\index{lettre} et des t\'el\'efax\index{telefax@t\'el\'efax}. Elles d\'ependent de la langue utilis\'ee et sont d\'efinies dans des macros listes dans les tableaux~\ref{tab:chaines-fixes-1} et~\ref{tab:chaines-fixes-2}.
+\index{tellabelname@\cs{tellabelname}}\index{telefaxname@\cs{telefaxname}}\index{telefaxlabelname@\cs{telefaxlabelname}}\index{telephonelabelname@\cs{telephonelabelname}}\index{telefaxstring@\cs{telefaxstring}}\index{faxwarning@\cs{faxwarning}}\index{faxlabelname@\cs{faxlabelname}}\index{telexlabelname@\cs{telexlabelname}}\index{headtoname@\cs{headtoname}}\index{headfromname@\cs{headfromname}}\index{pagetotalname@\cs{pagetotalname}}\index{concname@\cs{concname}}\index{ccname@\cs{ccname}}\index{enclname@\cs{enclname}}\index{mentionname@\cs{mentionname}}\index{vrefname@\cs{vrefname}}\index{nrefname@\cs{nrefname}}%
+
+\begin{table}
+\centering
+\begin{tabularx}{\textwidth}{|>{\columncolor[gray]{0.85}}X|>{\columncolor[gray]{0.95}}X|X|X|}
+\hline
+\bf Macro&\bf Contexte&\bf Fran\c{c}ais&\bf Romand\\
+\hline
+\hline
+\cs{faxwarning}&Zone en \'evidence&\footnotesize En cas de mauvaise transmission, appelez s.v.p. l'op\'erateur t\'el\'efax.&\footnotesize En cas de mauvaise transmission, appelez s.v.p. l'op\'erateur t\'el\'efax.\\
+\cs{telefaxstring}&Ent\^ete des t\'el\'efax&\LDCMD\vrule width0pt height20pt depth0pt T~\'E~L~\'E~F~A~X&\LDCMD\vrule width0pt height20pt depth0pt T~\'E~L~\'E~F~A~X\\
+\cs{telephonelabelname}&Ligne auxiliaire&T\'EL\'EPHONE :&T\'EL\'EPHONE :\\
+\cs{telefaxlabelname}&Ligne auxiliaire&T\'EL\'EFAX :&T\'EL\'EFAX :\\
+\cs{telefaxname}&Zone en \'evidence&T\'el\'efax :&T\'el\'efax :\\
+\cs{tellabelname}&Ent\^ete&T\'el.&T\'el.\\
+\cs{faxlabelname}&Ent\^ete&Fax :&Fax :\\
+\cs{telexlabelname}&Ligne auxiliaire&T\'ELEX :&T\'ELEX :\\
+\cs{headtoname}&Zone en \'evidence&\`A :&\`A :\\
+\cs{headfromname}&Zone en \'evidence&De :&De :\\
+\cs{pagetotalname}&Zone en \'evidence&Nombre de pages :&Nombre de pages :\\
+\cs{concname}&D\'ebut de message&Objet :&Concerne :\\
+\cs{ccname}&Fin des lettres&C.c.&C.c.\\
+\cs{enclname}&Fin des lettres&P.j.&Ann.\\
+\cs{mentionname}&Fin des lettres&Annexe(s) mentionn\'ee(s)&Annexe(s) mentionn\'ee(s)\\
+\cs{vrefname}&Ligne auxiliaire&V.\raise.4ex\hbox{\tiny /}r\'ef.&V.\raise.4ex\hbox{\tiny /}r\'ef.\\
+\cs{nrefname}&Ligne auxiliaire&N.\raise.4ex\hbox{\tiny /}r\'ef.&N.\raise.4ex\hbox{\tiny /}r\'ef.\\
+\hline
+\end{tabularx}\\[1mm]
+\caption{Les cha\^\i{}nes fixes (1/2)}
+\label{tab:chaines-fixes-1}
+\end{table}
+%
+\begin{table}
+\begin{tabularx}{\textwidth}{|>{\columncolor[gray]{0.85}}X|X|X|X|}
+\hline
+\bf Macro&\bf Anglais&\bf Am\'ericain&\bf Allemand\\
+\hline
+\hline
+\cs{faxwarning}&\footnotesize If improperly transmitted, please call the telefax operator.&\footnotesize If improperly transmitted, please call the telefax operator.&\footnotesize Bitte unrichtige \"Ubertragungen dem Sender telefonisch melden.\\
+\cs{telefaxstring}&\LDCMD T~E~L~E~F~A~X&\LDCMD T~E~L~E~F~A~X&\LDCMD T~E~L~E~F~A~X\\
+\cs{telephonelabelname}&TELEPHONE:&PHONE:&TELEFON:\\
+\cs{telefaxlabelname}&TELEFAX:&TELEFAX:&TELEFAX:\\
+\cs{telefaxname}&Telefax:&Telefax:&Telefax:\\
+\cs{tellabelname}&Tel:&Phn:&Tel:\\
+\cs{telexlabelname}&TELEX:&TELEX:&TELEX:\\
+\cs{headtoname}&To:&To:&An:\\
+\cs{headfromname}&From:&From:&Von:\\
+\cs{pagetotalname}&Total pages:&Total pages:&Gesamtanzahl der Bl\"atter:\\
+\cs{concname}&Subject:&Re:&Betrifft:\\
+\cs{ccname}&Cc:&Cc:&Kopie an:\\
+\cs{enclname}&Encl(s):&Encl(s):&Beilage(n):\\
+\cs{mentionname}&Encl(s).&Encl(s).&Beilage(n) erw\"ahnt\\
+\cs{vrefname}&Y.\raise.4ex\hbox{\tiny /}ref.~&Y.\raise.4ex\hbox{\tiny /}ref.~&Ihr Zeichen\\
+\cs{nrefname}&O.\raise.4ex\hbox{\tiny /}ref.~&O.\raise.4ex\hbox{\tiny /}ref.~&Unser Zeichen\\
+\hline
+\end{tabularx}
+\caption{Les cha\^\i{}nes fixes (2/2)}
+\label{tab:chaines-fixes-2}
+\end{table}
+
+%\index{@\verb+\+}
+\noindent Ces d\'efinitions d\'ependantes de la langue sont regroup\'ees vers la fin du fichier de classe, dans les macros \cs{francais}\index{francais@\cs{francais}}, \cs{romand}\index{romand@\cs{romand}}, \cs{anglais}\index{anglais@\cs{anglais}}, \cs{americain}\index{americain@\cs{americain}} et \cs{allemand}\footnote{Merci \`a Gerhard \fsc{Bosch} pour ses corrections des valeurs allemandes}\index{allemand@\cs{allemand}}, ce qui permet \`a l'utilisateur de les red\'efinir facilement. L'ajout d'une nouvelle langue n'est pas plus compliqu\'e, puisqu'il suffit de d\'efinir une commande au nom de cette langue, qui d\'efinit ces diff\'erentes macros, et un flag \cs{sigflag}\index{sigflag@\cs{sigflag}} pour la langue. Ce flag est mis \`a 0 si les salutations finales sont format\'ees sur la largeur de la page, \`a 1 s'il faut n'utiliser que la moiti\'e droite de la page en cas de signature unique (voir page \pageref{seclang}).
+
+
+\subsubsection{De la mise en page}
+
+\noindent La mise en page\index{mise en page} des lettres\index{lettre} et des t\'el\'efax\index{telefax@t\'el\'efax} utilise les variables dimensionnelles classiques de \LaTeX{}, qui sont regroup\'ees dans le fichier de classe de mani\`ere \`a faciliter les modifications. Par dfaut, les lettres sont mises en page pour tre imprimes sur du papier au format DIN A4.\\[2mm]
+De plus, quelques nouvelles dimensions sont d\'efinies:\\[2mm]
+\cs{letterwidth}\index{letterwidth@\cs{letterwidth}}\\
+\cs{lettermargin}\index{lettermargin@\cs{lettermargin}}\\
+\cs{listmargin}\index{listmargin@\cs{listmargin}}\\[2mm]
+\cs{openingspace}\index{openingspace@\cs{openingspace}}\\
+\cs{openingindent}\index{openingindent@\cs{openingindent}}\\[2mm]
+\cs{sigspace}\index{sigspace@\cs{sigspace}}\\[2mm]
+\cs{ssigwidth}\index{ssigwidth@\cs{ssigwidth}}\\
+\cs{ssigindent}\index{ssigindent@\cs{ssigindent}}\\[2mm]
+\cs{msigwidth}\index{msigwidth@\cs{msigwidth}}\\[2mm]
+Ces grandeurs permettent de modifier la mise en page de diverses parties des messages. La commande \index{marge@\cs{marge}}\cs{marge} d\'ecrite \`a la page \pageref{marge} modifie les trois premi\`eres dimensions ci-dessus. \cs{openingspace} ajuste l'espace vertical autour du champ \og Sujet\fg{}. \cs{openingindent} permet de d\'efinir l'indentation de la salutation d'ouverture\footnote{Suite \`a une proposition de Daniel \fsc{Taupin}}, ind\'ependamment de \cs{parindent}\index{parindente@\cs{parindent}}.
+\cs{sigspace} permet de modifier l'espacement vertical entre le texte et la ou les signatures. \cs{ssigwidth} et \cs{ssigindent} g\`erent la largeur de la bo\^{\i}te contenant une \index{signature}signature simple, et l'indentation de celle-ci. \cs{msigwidth} d\'efinit la largeur totale des signatures multiples. On aura avantage \`a bien \'etudier la classe avant de modifier ces dimensions.
+
+\subsubsection{De l'ent\^ete}
+
+\noindent L'ent\^ete de la lettre est configurable : les \'el\'ements sont positionn\'es par des variables d\'efinies dans le fichier de classe. Les valeurs par d\'efaut peuvent \^etre red\'efinies dans un fichier d'institut. Ces variables, d\'efinies par des macros ou par des dimensions (les largeurs des \cs{parbox} et \verb+tabular+), sont les suivantes (d\'efaut en mm) :\\[3mm]
+
+\noindent \textbf{L'ent\^ete des lettres} est dans une bo\^{\i}te d'ent\^ete d\'efinie par un environnement \verb+picture+ :\\[2mm]
+\begin{tabular}{p{5cm}p{5cm}p{2cm}}
+ de largeur& \cs{pict@let@width}& (185)\\
+ de hauteur& \cs{pict@let@height}& (65)\\
+ d'offset horizontal& \cs{pict@let@hoffset}& (0)\\
+ d'offset vertical& \cs{pict@let@voffset}& (0)\\
+\end{tabular}\\[2mm]
+dans laquelle on trouve un trait de pliage :\\[2mm]
+\begin{tabular}{p{5cm}p{5cm}p{2cm}}
+ de coordonn\'ee x& \cs{rule@hpos}& (-25)\\
+ de coordonn\'ee y& \cs{rule@vpos}& (-15)\\
+ de longueur& \cs{rule@length}& (10)\\
+\end{tabular}\\[2mm]
+l'adresse de l'exp\'editeur dans une \cs{parbox} :\\[2mm]
+\begin{tabular}{p{5cm}p{5cm}p{2cm}}
+ de coordonn\'ee x& \cs{fromaddress@let@hpos}& (-10)\\
+ de coordonn\'ee y& \cs{fromaddress@let@vpos}& (70)\\
+ de largeur& \cs{fromaddress@let@width}& (69)\\
+\end{tabular}\\[2mm]
+le lieu d'exp\'edition dans une \cs{parbox} :\\[2mm]
+\begin{tabular}{p{5cm}p{5cm}p{2cm}}
+ de coordonn\'ee x& \cs{fromlieu@let@hpos}& (90)\\
+ de coordonn\'ee y& \cs{fromlieu@let@vpos}& (62)\\
+ de largeur& \cs{fromlieu@let@width}& (69)\\
+\end{tabular}\\[2mm]
+et l'adresse du destinataire dans une \cs{parbox} :\\[2mm]
+\begin{tabular}{p{5cm}p{5cm}p{2cm}}
+ de coordonn\'ee x& \cs{toaddress@let@hpos}& (90)\\
+ de coordonn\'ee y& \cs{toaddress@let@vpos}& (40)\\
+ de largeur& \cs{toaddress@let@width}& (80)\\
+\end{tabular}\\[3mm]
+
+\noindent\textbf{L'ent\^ete des fax} est dans une bo\^{\i}te d\'efinie par un environnement \verb+picture+ :\\[2mm]
+\begin{tabular}{p{5cm}p{5cm}p{2cm}}
+ de largeur& \cs{pict@fax@width}& (185)\\
+ de hauteur& \cs{pict@fax@height}& (30)\\
+ d'offset horizontal& \cs{pict@fax@hoffset}& (0)\\
+ d'offset vertical& \cs{pict@fax@voffset}& (0)\\
+\end{tabular}\\[2mm]
+o\`u l'on trouve l'adresse de l'exp\'editeur dans une \cs{parbox} :\\[2mm]
+\begin{tabular}{p{5cm}p{5cm}p{2cm}}
+ de coordonn\'ee x& \cs{fromaddress@fax@hpos}& (-10)\\
+ de coordonn\'ee y& \cs{fromaddress@fax@vpos}& (30)\\
+ de largeur& \cs{fromaddress@fax@width}& (69)\\
+\end{tabular}\\[2mm]
+et une cha\^\i{}ne (\cs{telefaxstring}) dans une \cs{parbox} :\\[2mm]
+\begin{tabular}{p{5cm}p{5cm}p{2cm}}
+ de coordonn\'ee x& \cs{faxstring@hpos}& (90)\\
+ de coordonn\'ee y& \cs{faxstring@vpos}& (20)\\
+ de largeur& \cs{faxstring@width}& (69)\\
+\end{tabular}\\[2mm]
+Au dessous, une alternance de traits et de \cs{tabular}\\[2mm]
+\begin{tabular}{p{5cm}p{5cm}p{2cm}}
+ de largeur& \cs{faxbox@width}& (170)\\
+\end{tabular}\\[2mm]
+o\`u l'on trouve une \cs{parbox} pour le destinataire,\\[2mm]
+\begin{tabular}{p{5cm}p{5cm}p{2cm}}
+ de largeur& \cs{toaddress@fax@width}& (69)\\
+\end{tabular}\\[2mm]
+et une pour le nom de l'exp\'editeur,\\[2mm]
+\begin{tabular}{p{5cm}p{5cm}p{2cm}}
+ de largeur& \cs{fromname@fax@width}& (69)\\
+\end{tabular}
+
+
+
+\section{Des exemples}\label{partex}
+
+\markright{\it Partie \thesection: \rm Des exemples}
+
+\subsection{Des gabarits}
+
+\noindent Des fichiers \og gabarit\fg{} sont disponibles sous les noms de {\tt lettre.tpl}, {\tt telefax.tpl}
+et {\tt institut.tpl} dans le r\'epertoire des macros\index{macros!repertoire@r\'epertoire}, habituellement
+accessible \`a travers la variable d'environnement \verb+$TEXINPUTS+. %$
+Le contenu de ces fichiers permet de se rappeler les diverses commandes\index{commandes}:\\[2mm]
+\noindent Fichier {\tt lettre.tpl} :\\[2mm]
+{\scriptsize
+\verbatiminput{\inputsdir lettre.tpl}}
+\vfill\pagebreak
+
+\noindent Fichier {\tt telefax.tpl} :\\[2mm]
+{\scriptsize
+\verbatiminput{\inputsdir telefax.tpl}}
+\vfill\pagebreak
+
+\noindent Fichier {\tt institut.tpl} :\\[2mm]
+{\scriptsize
+\verbatiminput{\inputsdir institut.tpl}}
+\vfill\cleardoublepage
+
+\ifExemples
+\subsection{Des exemples}
+
+\noindent Les pages suivantes montrent des fichiers sources et les lettres\index{lettre} ou t\'el\'efax\index{telefax@t\'el\'efax} r\'esultants (\`a gauche) qui illustrent les diff\'erentes mises-en-page d\'efinies par les commandes de \verb+lettre.cls+. Dans la mesure du possible, la source se trouve sur la page de gauche et le r\'esultat sur
+la page de droite.
+\vfill\pagebreak
+\InclutLesExemples
+\index{Geneve@Gen\`eve|seealso{\'ecusson}}
+\index{X400|seealso{ccitt}}
+\index{RFC 822|seealso{internet}}
+\index{telefax@t\'el\'efax|seealso{message}}
+\index{lettre|seealso{message}}
+\vfill\cleardoublepage
+\fi
+
+
+\lettreRestaureMarges
+
+\section{Documentation du code}
+\label{sec:docum-du-code}
+
+\documentationducode
+
+\clearpage
+\lettreRedefinitMarges
+\PrintIndex
+
+
+\end{document}
+
+%CMGERJDSJRTNSPUTSH
+%</lettre>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*lettre-sondes>
+%<<CMGERJDSJRTNSPUTSH
+\setlength{\unitlength}{0.0063in}
+%
+\begingroup\makeatletter\ifx\SetFigFont\undefined
+% extract first six characters in \fmtname
+\def\x#1#2#3#4#5#6#7\relax{\def\x{#1#2#3#4#5#6}}%
+\expandafter\x\fmtname xxxxxx\relax \def\y{splain}%
+\ifx\x\y % LaTeX or SliTeX?
+\gdef\SetFigFont#1#2#3{%
+ \ifnum #1<17\tiny\else \ifnum #1<20\small\else
+ \ifnum #1<24\normalsize\else \ifnum #1<29\large\else
+ \ifnum #1<34\Large\else \ifnum #1<41\LARGE\else
+ \huge\fi\fi\fi\fi\fi\fi
+ \csname #3\endcsname}%
+\else
+\gdef\SetFigFont#1#2#3{\begingroup
+ \count@#1\relax \ifnum 25<\count@\count@25\fi
+ \def\x{\endgroup\@setsize\SetFigFont{#2pt}}%
+ \expandafter\x
+ \csname \romannumeral\the\count@ pt\expandafter\endcsname
+ \csname @\romannumeral\the\count@ pt\endcsname
+ \csname #3\endcsname}%
+\fi
+\fi\endgroup
+\begin{picture}(673,385)(0,-10)
+\put(339,184){\ellipse{82}{82}}
+\put(159,319){\ellipse{10}{10}}
+\put(249,19){\ellipse{10}{10}}
+\put(24,124){\ellipse{10}{10}}
+\put(394,344){\ellipse{10}{10}}
+\put(649,259){\ellipse{10}{10}}
+\put(595,73){\ellipse{10}{10}}
+\path(319,174)(319,179)(314,179)
+ (314,174)(319,174)
+\path(364,194)(364,199)(359,199)
+ (359,194)(364,194)
+\path(159,319)(649,259)
+\path(640.816,257.987)(649.000,259.000)(641.302,261.958)
+\path(394,344)(595,73)
+\path(588.628,78.234)(595.000,73.000)(591.841,80.617)
+\path(354,159)(354,164)(349,164)
+ (349,159)(354,159)
+\path(649,259)(362,196)
+\path(369.385,199.669)(362.000,196.000)(370.243,195.762)
+\path(595,73)(351,162)
+\path(359.201,161.138)(351.000,162.000)(357.830,157.380)
+\path(316,177)(249,19)
+\path(250.282,27.146)(249.000,19.000)(253.964,25.584)
+\path(325,207)(325,212)(320,212)
+ (320,207)(325,207)
+\path(249,19)(159,319)
+\path(163.214,311.912)(159.000,319.000)(159.383,310.763)
+\dottedline{5}(162,314)(298,188)
+\dottedline{5}(164,316)(328,223)
+\drawline(394,339)(394,339)
+\dottedline{5}(394,339)(373,205)
+\dottedline{5}(644,258)(368,213)
+\dottedline{5}(644,256)(380,180)
+\dottedline{5}(591,75)(380,186)
+\dottedline{5}(590,73)(343,143)
+\dottedline{5}(253,22)(351,145)
+\dottedline{5}(250,23)(304,162)
+\dottedline{5}(29,123)(307,158)
+\dottedline{5}(30,125)(299,193)
+\path(323,209)(24,124)
+\path(31.148,128.111)(24.000,124.000)(32.242,124.264)
+\path(24,124)(394,344)
+\path(388.146,338.192)(394.000,344.000)(386.102,341.630)
+\dottedline{5}(392,339)(320,220)
+\put(139,323){\makebox(0,0)[lb]{\smash{{{\SetFigFont{6}{7.2}{rm}S3}}}}}
+\put(0,115){\makebox(0,0)[lb]{\smash{{{\SetFigFont{6}{7.2}{rm}S2}}}}}
+\put(391,354){\makebox(0,0)[lb]{\smash{{{\SetFigFont{6}{7.2}{rm}S4}}}}}
+\put(317,195){\makebox(0,0)[lb]{\smash{{{\SetFigFont{6}{7.2}{rm}s2}}}}}
+\put(314,162){\makebox(0,0)[lb]{\smash{{{\SetFigFont{6}{7.2}{rm}s1}}}}}
+\put(352,203){\makebox(0,0)[lb]{\smash{{{\SetFigFont{6}{7.2}{rm}s3}}}}}
+\put(342,168){\makebox(0,0)[lb]{\smash{{{\SetFigFont{6}{7.2}{rm}s4}}}}}
+\put(660,256){\makebox(0,0)[lb]{\smash{{{\SetFigFont{6}{7.2}{rm}S5}}}}}
+\put(600,58){\makebox(0,0)[lb]{\smash{{{\SetFigFont{6}{7.2}{rm}S6}}}}}
+\put(238,0){\makebox(0,0)[lb]{\smash{{{\SetFigFont{6}{7.2}{rm}S1}}}}}
+\end{picture}
+
+%CMGERJDSJRTNSPUTSH
+%</lettre-sondes>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*amgcfg>
+%<<CMGERJDSJRTNSPUTSH
+\newcommand{\hvfam}{\fontencoding{T1}\fontfamily{phv}\fontseries{m}%
+ \fontshape{n}}
+\newcommand{\hvten}{\hvfam\fontsize{10}{12pt}\selectfont}
+\newcommand{\hvtwfv}{\hvfam\fontsize{25}{30pt}\selectfont}
+\address{\centering
+ \vskip -10mm
+ \includegraphics[bb=1 0 75 160,totalheight=4cm]{amgmono.eps}%
+ \vskip -1mm
+ \mbox{\hss\hvten cole de ski\hss}}%
+\location{\hvten Denis Mgevand\\Prsident}%
+\telephone{+41 (22) 776 23 07}%
+\nofax
+\lieu{\if@letter
+ \mbox{}\\[5cm]%
+ \fi Commugny}%
+\def\telefaxstring{\hvtwfv TELEFAX}%
+%
+\def\pict@let@width{185}%
+\def\pict@let@height{65}%
+\def\pict@let@hoffset{0}%
+\def\pict@let@voffset{0}%
+\def\rule@hpos{-25}%
+\def\rule@vpos{-15}%
+\def\rule@length{10}%
+\def\fromaddress@let@hpos{-10}%
+\def\fromaddress@let@vpos{70}%
+\fromaddress@let@width=69mm
+\def\fromlieu@let@hpos{90}%
+\def\fromlieu@let@vpos{62}%
+\fromlieu@let@width=69mm
+\def\toaddress@let@hpos{90}%
+\def\toaddress@let@vpos{40}%
+\toaddress@let@width=80mm
+%
+\def\pict@fax@width{185}%
+\def\pict@fax@height{30}%
+\def\pict@fax@hoffset{0}%
+\def\pict@fax@voffset{0}%
+\def\fromaddress@fax@hpos{-10}%
+\def\fromaddress@fax@vpos{30}%
+\fromaddress@fax@width=69mm
+\def\faxstring@hpos{90}%
+\def\faxstring@vpos{20}%
+\faxstring@width=69mm%
+\faxbox@width=170mm%
+\toaddress@fax@width=69mm%
+\fromname@fax@width=69mm%
+
+%CMGERJDSJRTNSPUTSH
+%</amgcfg>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*obscfg>
+%<<CMGERJDSJRTNSPUTSH
+\newcommand{\trfam}{\fontencoding{T1}\fontfamily{ptm}\fontseries{m}%
+ \fontshape{n}}
+\newcommand{\treit}{\trfam\fontsize{8}{10pt}\selectfont}
+\newcommand{\trten}{\trfam\fontsize{10}{12pt}\selectfont}
+\newcommand{\trfvtn}{\trfam\fontsize{15}{18pt}\selectfont}
+\long\def\psobs{%
+ \l@@info{Entete officielle de l'Observatoire}%
+ \def\fromaddress{\centering
+ \vskip -5mm%
+ \if@letter
+ \treit RPUBLIQUE\\[-1mm]%
+ \treit ET CANTON DE GENVE\\[-1mm]%
+ \fi
+ \includegraphics[viewport=-5.5 -7 55 65,clip=true,height=2.5cm]{ecusson55.pdf}\\
+% {\unitlength1mm\begin{picture}(0,0)\put(0,20){\makebox(0,0){$\diamond$}}\end{picture}}\\
+ \mbox{\hss\trfvtn OBSERVATOIRE DE GENVE\hss}\\[2mm]%
+ \if@letter
+ %\trten Ch. des Maillettes 51\\%
+ \fi
+ \if@detail
+ %\trten Ch. des Maillettes 51\\%
+ \fi
+ \trten CH-1290 SAUVERNY\\%
+ \if@letter
+ \trten Suisse
+ \fi
+ \if@detail
+ \trten Suisse
+ \fi}}%
+\newcommand{\dhfam}{\fontencoding{T1}\fontfamily{cmdh}\fontseries{m}%
+ \fontshape{n}}
+\newcommand{\cmd}{\dhfam\fontsize{10}{12pt}\selectfont}
+\newcommand{\Cmd}{\dhfam\fontsize{12}{14pt}\selectfont}
+\newcommand{\CMD}{\dhfam\fontsize{14}{17pt}\selectfont}
+\long\def\addressobs{%
+ \def\fromaddress{\centering
+ \CMD OBSERVATOIRE DE GENVE\rule[6pt]{0pt}%
+ {1.0\baselineskip}\\[3mm]%
+ \cmd
+ \if@letter
+ %51, chemin des Maillettes\\%
+ \fi
+ \if@detail
+ %51, chemin des Maillettes\\%
+ \fi
+ CH-1290 Sauverny\\%
+ \if@letter
+ Suisse
+ \fi
+ \if@detail
+ Suisse
+ \fi}}%
+%
+\def\lieuobs{\def\fromlieu{Sauverny}}%
+\def\telephoneobs{\def\telephonenum{+41 (22) 755 26 11}}%
+\def\faxobs{\def\faxnum{+41 (22) 755 39 83}}%
+\def\ccpobs{\ccp{12-2130-4}}%
+\def\ccittobs{\l@@warning{L'adresse X400 de l'Observatoire (\string\ccittobs) ne doit plus tre utilise}}%
+\def\internetobs{\internet{obs.unige.ch}}%
+\def\ftpobs{{\tt obsftp.unige.ch \rm(129.194.65.3)}}
+\def\wwwobs{{\tt http://obswww.unige.ch/ \rm(129.194.65.3)}}
+%
+\addressobs\lieuobs\telephoneobs\faxobs
+\romand
+
+%CMGERJDSJRTNSPUTSH
+%</obscfg>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*defaultcfg>
+%<<CMGERJDSJRTNSPUTSH
+\address{B.I.D.O.N\\Rue des Mots\\80886 Sassonne-le-Creux}
+\telephone{987.64.20}
+\fax{987.75.31}
+\lieu{Sassonne-le-Creux}
+\francais
+%
+\def\pict@let@width{185}%
+\def\pict@let@height{65}%
+\def\pict@let@hoffset{0}%
+\def\pict@let@voffset{0}%
+\def\rule@hpos{-25}%
+\def\rule@vpos{-15}%
+\def\rule@length{10}%
+\def\fromaddress@let@hpos{-10}%
+\def\fromaddress@let@vpos{70}%
+\fromaddress@let@width=69mm
+\def\fromlieu@let@hpos{90}%
+\def\fromlieu@let@vpos{62}%
+\fromlieu@let@width=69mm
+\def\toaddress@let@hpos{90}%
+\def\toaddress@let@vpos{40}%
+\toaddress@let@width=80mm
+%
+\def\pict@fax@width{185}%
+\def\pict@fax@height{30}%
+\def\pict@fax@hoffset{0}%
+\def\pict@fax@voffset{0}%
+\def\fromaddress@fax@hpos{-10}%
+\def\fromaddress@fax@vpos{30}%
+\fromaddress@fax@width=69mm
+\def\faxstring@hpos{90}%
+\def\faxstring@vpos{20}%
+\faxstring@width=69mm%
+\faxbox@width=170mm%
+\toaddress@fax@width=69mm%
+\fromname@fax@width=69mm%
+
+%CMGERJDSJRTNSPUTSH
+%</defaultcfg>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*lettre-languages>
+%<<CMGERJDSJRTNSPUTSH
+\newcommand*\LettreLanguages{%
+\texttt {francais}, \texttt {french}, \texttt {frenchb}, \texttt {romand}, \texttt {allemand}, \texttt {german}, \texttt {germanb}, \texttt {ngerman}, \texttt {ngermanb}, \texttt {americain}, \texttt {american}, \texttt {USenglish}, \texttt {anglais}, \texttt {english}, \texttt {british}, et \texttt {UKenglish}}
+\newcommand*\LettreLanguablepackages{%
+\texttt {babel}, \texttt {fmtcount}, et \texttt {mlp}}
+\newcommand*\LettreLangaliases{%
+francais&french\\
+frenchb&french\\
+allemand&german\\
+germanb&german\\
+ngerman&german\\
+ngermanb&german\\
+americain&USenglish\\
+american&USenglish\\
+anglais&english\\
+british&english\\
+}
+
+%CMGERJDSJRTNSPUTSH
+%</lettre-languages>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*lettre-path>
+%<<CMGERJDSJRTNSPUTSH
+\newcommand*\inputsdir{./} \newcommand*\versnum{3.000} \newcommand*\inputreleasenotes{\verbatiminput{3.000-release-notes.txt}} \newcommand*\documentationducode{\DocInput{lettre.dtx}} \newcommand*\listeexemples{letex1, letex2, letex3, letex4, letex5, letex6, letex7, letex8, testfaxf, testfaxe, testfaxd}
+
+%CMGERJDSJRTNSPUTSH
+%</lettre-path>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*ecusson55>
+%<<CMGERJDSJRTNSPUTSH
+%!PS-Adobe-2.0 EPSF-1.2
+%%BoundingBox: 11 3 38 48
+%%BeginPreview: 28 46 1 46
+% 00048000
+% 001ec000
+% 009fd000
+% 00eee000
+% 017fe000
+% 03fffc00
+% 017f7800
+% 01dd7000
+% 07df7e00
+% fffffff0
+% 80040010
+% 83c40010
+% c7e40010
+% e3c42d90
+% ff642e90
+% fdf42f90
+% bffc2f90
+% fcfc2790
+% fe7c2f90
+% bf7c2f90
+% fffc2e90
+% fffc2d90
+% fffc2810
+% fffc2810
+% bffc2810
+% bffc2810
+% f77c2810
+% 8efc7c10
+% 8dfc7c10
+% 98fdab10
+% 88fdc790
+% 8fbf83a0
+% 9f7dc720
+% 8b7d6d20
+% 4f3c7c20
+% 207c3840
+% 207c0080
+% 103c0080
+% 080c0000
+% 04040600
+% 03040800
+% 00e4f000
+% 001f0000
+% 00000000
+% 5e6d5820
+% 5a4850a0
+%%EndImage
+%%EndPreview
+%!
+
+/Jaune {1 setgray} def
+/Rouge {1 setgray} def
+/Noir {0 setgray} def
+/Blanc {1 setgray} def
+
+% Ellipse routine :
+% Syntaxe: <rad sclx scly centx centy> Open_Ellipse
+% where: rad -> max(x_width, y_width)
+% sclx -> (rad==x_width) ? 1 : x_width / y_width
+% scly -> (rad==x_width) ? y_width / x_width : 1
+% centx -> x_center
+% centy -> y_center
+
+/Open_Ellipse { gsave newpath /cmtx matrix currentmatrix def
+ translate scale 0 0 3 -1 roll 0 360 arc } def
+
+/Close_Ellipse { cmtx setmatrix grestore } def
+
+/EcupathG
+ {newpath 20 70 moveto 45 70 lineto 45 10 lineto 45 35 25 270 180 arcn
+ closepath} def
+/EcupathD
+ {newpath 45 70 moveto 70 70 lineto 70 35 lineto 45 35 25 0 270 arcn
+ closepath} def
+/Ecu
+ {EcupathG 0.3 setlinewidth stroke
+ EcupathD 0.3 setlinewidth stroke} def
+
+% RayonDroit routine:
+% Syntax: <ang> RayonDroit
+% Dessine un rayon droit dans la direction ang.
+%
+/RayonDroit
+ { gsave newpath /cmtx matrix currentmatrix def
+ /angle exch def angle rotate
+ rmin 0 moveto rmax 0 lineto
+ rmin -1.5 lineto rmin 1.5 lineto rmax 0 lineto
+ gsave closepath Jaune fill grestore
+ stroke cmtx setmatrix grestore } def
+
+% RayonFlamme routine:
+% Syntax: <ang> RayonFlamme
+% Dessine un rayon flamme dans la direction ang.
+%
+/RayonFlamme
+ { gsave newpath /cmtx matrix currentmatrix def
+ /angle exch def angle rotate
+ rmax 0 moveto
+ rmax rmin sub 3 div dup 2 mul rmin add 4 3 -1 roll rmin add -3 4 2 roll
+ rmin 1.5 curveto
+ rmin -1.5 lineto
+ rmax rmin sub 3 div dup 2 mul rmin add -6 3 -1 roll rmin add 2 4 2
+ roll rmax 0 curveto
+ gsave closepath Jaune fill grestore
+ stroke cmtx setmatrix grestore } def
+
+% Soleil routine:
+% Syntax: <x y rsol rrays> Soleil
+% Dessine le demi+ soleil de l'ecusson centre en x, y
+%
+/Soleil
+ {gsave newpath /omtx matrix currentmatrix def
+ /rmax exch def /rmin exch def translate
+ 0 0 rmin -20 200 arc
+ gsave closepath Jaune fill grestore
+ 0 RayonDroit
+ 45 RayonDroit
+ 90 RayonDroit
+ 135 RayonDroit
+ 180 RayonDroit
+ 22.5 RayonFlamme
+ 67.5 RayonFlamme
+ 112.5 RayonFlamme
+ 157.5 RayonFlamme
+ stroke omtx setmatrix grestore } def
+
+/CleTube
+ {newpath
+ 53 38 moveto
+ 53 63 lineto
+ 54.5 63 1.5 180 0 arcn
+ 56 38 lineto
+ gsave closepath Jaune fill grestore
+ stroke} def
+
+/CleCode
+ {newpath 60.5 59 moveto 59 59 lineto 59 56 lineto 57.5 56 lineto
+ 57.5 55 lineto 59 55 lineto 59 52 lineto 60.5 52 lineto
+ 60.5 55 lineto 62 55 lineto 62 56 lineto 60.5 56 lineto
+ 60.5 59 lineto
+ 56 58 moveto 57 58 lineto 57 62 lineto 58 62 lineto 59 61 lineto
+ 60.5 61 lineto 61.5 62 lineto 63 62 lineto 63 59 lineto
+ 62 59 lineto 62 58 lineto 63 58 lineto 63 53 lineto 62 53 lineto
+ 62 52 lineto 63 52 lineto 63 49 lineto 61.5 49 lineto
+ 60.5 50 lineto 59 50 lineto 58 49 lineto 57 49 lineto
+ 57 53 lineto 56 53 lineto
+ gsave closepath Jaune fill grestore
+ stroke} def
+
+/ClePoignee
+ {newpath 47 23 7.5 0 90 arc
+ 47 38 7.5 270 360 arc
+ 62 38 7.5 180 270 arc
+ 62 23 7.5 90 180 arc 47 30.5 moveto
+ 47 23 5.5 90 0 arcn 56.5 23 lineto
+ 62 23 5.5 180 90 arcn 62 32.5 lineto
+ 62 38 5.5 270 180 arcn 52.5 38 lineto
+ 47 38 5.5 360 270 arcn 47 28.5 lineto
+ gsave Jaune fill grestore
+ newpath 52 38 moveto 57 38 lineto 57 37 1 90 -90 arcn 52 36 lineto
+ 52 37 1 -90 90 arcn closepath
+ gsave Jaune fill grestore
+ stroke
+ newpath 52 25 moveto 57 25 lineto 57 24 1 90 -90 arcn 52 23 lineto
+ 52 24 1 -90 90 arcn closepath
+ gsave Jaune fill grestore
+ stroke
+ newpath 54.5 23 2 -180 0 arc closepath
+ gsave Jaune fill grestore
+ stroke
+ newpath 60 33.5 moveto 60 27.5 lineto 61 27.5 1 180 0 arc 62 33.5 lineto
+ 61 33.5 1 0 180 arc closepath
+ gsave Jaune fill grestore
+ stroke
+ newpath 62 30.5 2 -90 90 arc closepath
+ gsave Jaune fill grestore
+ stroke
+ newpath 47 33.5 moveto 47 27.5 lineto 48 27.5 1 180 0 arc 49 33.5 lineto
+ 48 33.5 1 0 180 arc closepath
+ gsave Jaune fill grestore
+ stroke
+ newpath 47 30.5 2 90 -90 arc closepath
+ gsave Jaune fill grestore
+ stroke
+ 47 23 7.5 15.5 74.5 arc stroke
+ 62 23 7.5 105.5 164.5 arc stroke
+ 62 38 7.5 195.5 254.5 arc stroke
+ 47 38 7.5 285.5 344.5 arc stroke
+ 47 23 5.5 21.3 68.7 arc stroke
+ 62 23 5.5 111.3 158.7 arc stroke
+ 62 38 5.5 201.3 248.7 arc stroke
+ 47 38 5.5 291.3 338.7 arc stroke} def
+
+/Cle
+ { gsave newpath /cmtx matrix currentmatrix def
+ 1 0 translate CleTube CleCode ClePoignee
+ cmtx setmatrix grestore } def
+
+/AigleCorps
+ {newpath 45 56 moveto 38 62 lineto 32 62 lineto 31 61 lineto
+ 34 60 34 59 32 58 curveto
+ 33 55 36 56 38 55 curveto
+ 38 50 33 46 34 51 curveto
+ 23 64 lineto 20 60 23 59 30 52 curveto
+ 21 57 lineto 20 54 22 53 29 50 curveto
+ 21 51 lineto 22 47 23 47 28 47 curveto
+ 21 45 lineto 23 42 24 43 30 45 curveto
+ 22 39 lineto 25 37 26 39 31 43 curveto
+ 27 33 lineto 30 33 31 35 34 42 curveto
+ 34 39 lineto 35 40 36 41 36 42 curveto
+ 39 43 40 40 34 35 curveto
+ 39 31 39 30 41 35 curveto
+ 41 31 37 27 37 26 curveto
+ 40 28 lineto
+ 36 23 37 19 39 19 curveto 37 19 41 23 42 25 curveto
+ 41 20 lineto 42 20 lineto 45 15 lineto
+ gsave closepath Noir fill grestore
+ stroke} def
+
+/AiglePatte
+ {newpath 37 34 moveto 33 30 lineto
+ 32 30 30 31 28 31 curveto
+ 28 30.5 29 31 31 29 curveto
+ 27 29 27 28 26.5 27.5 curveto
+ 28 28 28.5 28 30 28 curveto
+ 28 27 27 25 28 25 curveto
+ 29 27 32 27 33 26 curveto
+ 34 24 31 25 32 24 curveto
+ 33 23 36 27 34 29 curveto 38 33 lineto
+ gsave closepath Rouge fill grestore
+ stroke} def
+
+/AigleBec
+ { newpath 31 61 moveto
+ 27 61 27 61 28 59 curveto
+ 28 59.5 28 59.5 30 59.5 curveto
+ 32 59.5 32 59.5 32 58 curveto
+ 30 58 29 57 29 58 curveto
+ 29 56.5 30 57 33 57 curveto
+ 35 58.5 34 60 31 61 curveto
+ gsave closepath Rouge fill grestore
+ stroke } def
+
+/AigleCouronne
+ { newpath 38 62 moveto 38 63 lineto
+ 38 64.5 1.5 -90 90 arc 32 66 lineto 32 64.5 1.5 90 -90 arc
+ 32 62 lineto 38 62 lineto
+ gsave closepath Rouge fill grestore stroke
+ 38 63 moveto 32 63 lineto
+ 34 64.5 moveto 33 64.5 1 0 360 arc stroke
+ 38 64.5 moveto 37 64.5 1 0 360 arc stroke
+ 38 64 moveto 35 66.4 0.5 -90 270 arc Noir fill } def
+
+/AigleOeil
+ {0.7 1 0.5 35.3 60.4 Open_Ellipse
+ gsave Jaune fill grestore
+ Close_Ellipse} def
+
+/Aigle
+ { AigleCorps AiglePatte AigleBec AigleCouronne AigleOeil} def
+
+/IHS
+ {newpath 0.8 setlinewidth
+ 41 75.5 moveto 41 71.5 lineto
+ 43 75.5 moveto 43 71.5 lineto
+ 43 73.5 moveto 45 73.5 lineto
+ 45 75.5 moveto 45 71.5 lineto
+ 49 75 moveto 47 75 lineto 47.5 73.5 lineto 47 72 lineto 49 72 lineto
+ 42 76.5 moveto 44 76.5 lineto 45 76.5 1 180 0 arcn 48 76.5 lineto
+ stroke} def
+
+/PostTenebrasLux
+ {22 3 moveto Weight { /Helvetica-Bold findfont } { /Helvetica findfont } ifelse
+ 4.5 scalefont setfont
+ (POST TENEBRAS LUX) show} def
+
+% Ecusson routine:
+% Syntaxe: X Y SC W Ecusson --
+% Dessine l'ecusson de Geneve centre dans un carre virtuel de
+% SC points de cote dont le bas gauche est en X,Y.
+% W est le poids de la legende "POST TENEBRAS LUX" (false = normal, true = bold)
+%
+% SC
+% <-------------------------->
+%
+%
+% ^ ---------------------
+% | | | |
+% | | | |
+% | | | |
+% | | | |
+% | | | |
+% SC | \ | /
+% | \ | /
+% | \ | /
+% | \ | /
+% | ---------
+% X |
+%-------------->v POST TENEBRAS LUX
+% ^
+% |
+% |
+% |
+% Y |
+% |
+% |
+%(0,0) |
+
+/Ecusson
+ {/Weight exch def
+ gsave newpath /amtx matrix currentmatrix def
+ 3 1 roll translate 100 div dup scale
+ 0.1 setlinewidth 0 setlinejoin
+ 45 72 7.5 15 Soleil
+ EcupathG Jaune fill
+ EcupathD Rouge fill
+ Noir
+ Ecu Cle Aigle
+ IHS PostTenebrasLux
+ amtx setmatrix grestore } def
+
+% tests du fichier:
+
+0 0 55 false Ecusson
+% 50 500 55 false Ecusson
+% 150 300 300 true Ecusson
+% showpage
+
+%CMGERJDSJRTNSPUTSH
+%</ecusson55>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*amgmono>
+%<<CMGERJDSJRTNSPUTSH
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: /tmp/xfig-fig011530
+%%Creator: fig2dev Version 2.1.8 Patchlevel 0
+%%CreationDate: Fri Dec 10 14:32:33 1993
+%%For: megevand@obsmp1 (MEGEVAND Denis)
+%%Orientation: Portrait
+%%BoundingBox: 1 0 71 159
+%%Pages: 0
+%%EndComments
+/$F2psDict 200 dict def
+$F2psDict begin
+$F2psDict /mtrx matrix put
+/l {lineto} bind def
+/m {moveto} bind def
+/s {stroke} bind def
+/n {newpath} bind def
+/gs {gsave} bind def
+/gr {grestore} bind def
+/clp {closepath} bind def
+/graycol {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
+4 -2 roll mul setrgbcolor} bind def
+/col-1 {} def
+/col0 {0 0 0 setrgbcolor} bind def
+/col1 {0 0 1 setrgbcolor} bind def
+/col2 {0 1 0 setrgbcolor} bind def
+/col3 {0 1 1 setrgbcolor} bind def
+/col4 {1 0 0 setrgbcolor} bind def
+/col5 {1 0 1 setrgbcolor} bind def
+/col6 {1 1 0 setrgbcolor} bind def
+/col7 {1 1 1 setrgbcolor} bind def
+/col8 {.68 .85 .9 setrgbcolor} bind def
+/col9 {.9 .9 .9 setrgbcolor} bind def
+/col10 {.1 .1 .1 setrgbcolor} bind def
+/col11 {.8 .8 .8 setrgbcolor} bind def
+/col12 {.63 .13 .94 setrgbcolor} bind def
+/col13 {1 .75 .8 setrgbcolor} bind def
+/col14 {.7 .13 .13 setrgbcolor} bind def
+/col15 {1 .84 0 setrgbcolor} bind def
+ /DrawEllipse {
+ /endangle exch def
+ /startangle exch def
+ /yrad exch def
+ /xrad exch def
+ /y exch def
+ /x exch def
+ /savematrix mtrx currentmatrix def
+ x y translate xrad yrad scale 0 0 1 startangle endangle arc
+ savematrix setmatrix
+ } def
+
+ end
+/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
+/$F2psEnd {$F2psEnteredState restore end} def
+%%EndProlog
+
+$F2psBegin
+0 setlinecap 0 setlinejoin
+-213.0 399.0 translate 0.900 -0.900 scale
+0.500 setlinewidth
+% Polyline
+n 314 409 m 314 409 l 314 371 l 292 333 l 240 409 l gs col10 fill gr gs col0 s gr
+0.000 setlinewidth
+% Polyline
+n 240 409 m 240 378 l 245 371 l 250 378 l 261 362 l 268 372 l
+ 273 365 l 298 409 l 240 409 l gs col11 fill gr % Polyline
+n 245 372 m 250 379 l 261 363 l 268 373 l 273 366 l 262 347 l
+ 245 371 l 250 379 l gs col7 fill gr 0.500 setlinewidth
+% Polyline
+n 298 409 m 262 346 l 240 378 l gs col0 s gr
+% Polyline
+n 314 409 m 240 409 l 240 269 l 314 269 l clp gs col0 s gr
+0.000 setlinewidth
+% Ellipse
+n 300 352 11 10 0 360 DrawEllipse gs col9 fill gr
+%
+/Helvetica findfont 13.00 scalefont setfont
+277 422 m
+gs 1 -1 scale (A M I S) dup stringwidth pop 2 div neg 0 rmoveto col0 show gr
+%
+/Helvetica findfont 10.00 scalefont setfont
+277 433 m
+gs 1 -1 scale (MONTAGNARDS) dup stringwidth pop 2 div neg 0 rmoveto col0 show gr
+%
+/Helvetica findfont 9.00 scalefont setfont
+277 443 m
+gs 1 -1 scale (G E N E V E) dup stringwidth pop 2 div neg 0 rmoveto col0 show gr
+$F2psEnd
+
+%CMGERJDSJRTNSPUTSH
+%</amgmono>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*index>
+%<<CMGERJDSJRTNSPUTSH
+%
+preamble "
+\\vfill\\cleardoublepage
+\\section{Index}
+\\markright{Index}
+\\makeatletter\\let\\item\\@idxitem
+Les num\\'eros en italique font r\\'ef\\'erence \\`a la page o\\`u l'article correspondant est d\\'ecrit~;
+les num\\'eros soulign\\'es font r\\'ef\\'erence \\`a
+\\ifcodeline@index
+ ligne de code de
+\\fi
+la definition~; les num\\'ero en roman font r\\'ef\\'erence aux
+\\ifcodeline@index
+ lignes de code
+\\else
+ pages
+\\fi
+o\\`u l'article est utilis\\'e.\\makeatother
+\\begin{multicols}{2}\n\n"
+postamble
+"\n\n \\end{multicols}\n
+ ~\\hrulefill"
+heading_prefix "{\\bf\\large\\quad "
+heading_suffix "\\hfil}\\nopagebreak\n"
+headings_flag 1
+
+%CMGERJDSJRTNSPUTSH
+%</index>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*latexmk>
+%<<CMGERJDSJRTNSPUTSH
+$dvi_mode = 0;
+$pdf_mode = 1;
+$makeindex = "makeindex %O -s letdoc.ist -o %D %S";
+$pdflatex = 'pdflatex -interaction=nonstopmode %O %S';
+$clean_ext .= ' tns fax trimmed';
+$clean_full_ext .= ' odt';
+@default_files=('letex1.tex', 'letex2.tex', 'letex3.tex', 'letex4.tex', 'letex5.tex', 'letex6.tex', 'letex7.tex', 'letex8.tex', 'testfaxf.tex', 'testfaxe.tex', 'testfaxd.tex', 'lettre.tex' );
+sub do_ps2pdf { return system("ps2pdf \"$_[0].eps\" \"$_[0].pdf\""); }
+add_cus_dep('eps','pdf',0,'do_ps2pdf');
+
+sub do_tex2trimmed {
+ my $in;
+ my $inputfile = "$_[0].tex";
+ open($in, "<", "$inputfile") or die "Can't open $inputfile $!";
+ my $out;
+ my $cur_out = \*STDOUT;
+ my $outputfile = "$_[0].trimmed";
+ open($out, ">", $outputfile) or die "Can't open $outputfile $!";
+ # 0 = in header
+ # 1 = in body
+ my $state = 0;
+ LINE:
+ while(<$in>){
+ $line = $_ ;
+ if($state eq 0)
+ {
+ if($line =~ /\A\s*\\documentclass/)
+ {
+ $state = 1;
+ goto OUTPUT;
+ }
+ next LINE;
+ }
+ if($state eq 1)
+ {
+ OUTPUT:
+ print $out "$line";
+ if($line =~ /\A\s*\\end\{document\}/)
+ {
+ $state = 2;
+ goto CLOSEIT;
+ }
+ next LINE;
+ }
+ goto CLOSEIT;
+ }
+ CLOSEIT:
+ close $in;
+ close $out;
+ return 0;
+}
+
+add_cus_dep('tex','trimmed',0,'do_tex2trimmed');
+
+# Local Variables:
+# mode: perl
+# End:
+
+%CMGERJDSJRTNSPUTSH
+%</latexmk>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*releasenotes>
+%<<CMGERJDSJRTNSPUTSH
+Sous LaTeX (2e) :
+-----------------
+
+v3.000: Transfert de la forge GNA! la forge Puszcza, suite la fermeture de GNA!
+ Nommage des fichiers instituts en lettre-<institut>.cfg au lieu de
+ <institut>.ins.
+ Sparation des dfinitions par langue en fichiers .ldf.
+ Amlioration interaction avec paquetage french, mlp, babel, et polyglossia.
+ Correction bogue #24025 (http://gna.org/bugs/?24025), c'est dire traitement
+ de l'option de classe `french' comme un synonyme de `francais'.
+ Message d'erreur explicite quand \name{...} a t oubli.
+v2.354: Merci Denis Bitouz pour son aide concernant la mise au point de
+ cette version.
+ Correction bogue #23959 (http://gna.org/bugs/?23959),
+ re-initialisation du compteur de note en bas de page au dbut de chaque lettre.
+ Passer un argument non vide \Vref et vide \Nref permet de
+ n'afficher que V/ref. et vice versa.
+ Ajout des options de paquetage a4paper, letterpaper, legalpaper, executivepaper,
+ b5paper, et a5paper.
+ Ajout des options de paquetage noinfos, strict, et loghighlight.
+ Remise en forme de la doc pour utiliser les environnements flottants
+ standards figure et table.
+ Compilation de la doc avec pdflatex plutt que latex (faire sans epsf ni pstricks).
+ Correction Makefile pour l'excution sous Linux (extraction du numro de version
+ du fichier release-notes ayant des fin de ligne CRLF.
+ Correction lettre-latexmkrc pour le cas d'un .latexmk automatique forant la
+ compilation avec une chane de compilation indsirable.
+ Correction lettre.cls bogue #22664 (http://gna.org/bugs/index.php?22664):
+ changement de langue avec restauration d'itemize native avant de quitter le
+ franais de sorte ne pas mettre babel dans l'embarras.
+v2.353: Correction documentation installation partir du CTAN dans le manuel,
+ ainsi que page de titre (problme d'affichage des images malencontreusement
+ introduit dans la version prcdente).
+ Amlioration makefile pour pouvoir compiler la doc sans relocalisation des
+ sources dans un rpertoire temp --- la relocalisation n'est pas requise quand
+ le projet n'est pas une racine texmf, mais elle tait faite
+ systmatiquement.
+ Documentation de l'accs au dpt SVN dans les fichiers ALIRE/README.
+v2.352: Correction bogue #22259 (http://gna.org/bugs/?22259: \cejour est
+ fragile en franais le premier du mois et sans babel)
+ Correction bogue #22423 (http://gna.org/bugs/?22423: \cejour est fragile
+ en franais le premier du mois et avec babel)
+ Sous lettre.tds.zip, renommage README et ALIRE en README_TDS et ALIRE_TDS
+ de sorte viter toute alerte du CTAN du fait de la diffrence de
+ contenu avec les fichiers quivalents sous lettre.zip/lettre.
+ Renommage du manuel en lettre.pdf plutt que letdoc.pdf pour suivre les
+ directives du CTAN.
+ Correction bogue #22383 (http://gna.org/bugs/?22383: virgule indsirable
+ aprs \fromlieu, quand on fait \nodate)
+v2.351: Ajout de l'option de paquetage a4paper.
+ Suppression de la dfinition de \ltypeout --- non document de toute faon.
+ Utilisation des macros \ClassError et \ClassWarning standards,
+ avec \GenericWarning pour les messages (inspir de ce que fait hyperref).
+ Portage de la documentation pour utiliser la classe ltxdoc, et
+ documentation du code via le style doc.
+ Documentation de l'installation partir des sources.
+ Documentation des options de paquetage.
+ Mise en place de l'infrastructure de compilation et d'empaquetage pour
+ livraison au CTAN, il en rsulte la suppression des fichier
+ readme/LAST_VERSION et readme/LICENSE qui sont redondant avec les fichier
+ ALIRE et README
+v2.350: Mise jour des en-ttes de licence. Gnration automatique de
+ readme/LAST_VERSION partir du fichier release-notes. Suppression de
+ l'en-tte dans release-notes avant formattage dans le manuel.
+v2.349: Remplacement <<...>> par \og...\fg{} dans le manuel.
+v2.348: Correction d'un bogue: renommer la macro \t en \lettre@t pour viter les
+ conflits avec les dfinition de \t d'autres paquets.
+v2.347: Correction d'un bogue sur le format de page: ne plus utiliser \hoffset
+ et \voffset pour la suppression des dcalages de marge, mais
+ respectivement \oddsidemargin ou \evensidemargin et \topmargin. En effet
+ \hoffset et \voffset servaient corriger des problmes d'alignement de
+ papier sur imprimantes dans les annes 80 et sont obsoltes. Il ne
+ servent pas en tout cas rgler le format de la page.
+v2.346: Correction d'une erreur de typographie en anglais et en allemand.
+ (Problme signal par Peter Mnster)
+ Correction d'un bug dans le positionnement de la marque de notes de
+ bas de page. (Problme signal par Yvon Henel).
+ Ajout d'une entte pour rfrence sur le site latexfr
+ (http://savannah.gnu.org/latexfr). (Proposition de Mickael Profeta)
+v2.345: Correction d'un bug empchant le calcul du nombre de pages d'un fax.
+ Bug li une correction antrieure de la manire d'ouvrir le document.
+ (Problme signal par Elisabeth Teichmann)
+v2.344: Modifications mineures dans la ligne de rfrence et la ligne d'objet
+ pour plus de souplesse. Utilisation de l'option twoside pour commencer
+ les lettres sur une page impaire dans ce cas-l seulement (modifications
+ proposes par Jean-Marie Chrtien)
+ Correction de problmes lis la compatibilit avec babel. (Problmes
+ relats par Guy Durrieu, Olivier Castany et Peter Mnster. Merci aussi
+ Daniel Flipo pour ses remarques et solutions.)
+v2.343: Correction d'un bug dans la lecture du fichier auxiliaire introduit
+ avec 2.342. (Problme rapport par Jean-Marie Chrtien)
+v2.342: Correction d'un bug dans le traitement des commandes \label et \ref.
+ La nouvelle version utilise un fichier auxiliaire supplmentaire (.etq)
+ pour enregistrer l'information sur les tiquettes, qui est traite de
+ manire asynchrone au document contrairement aux autres commandes
+ utilisant le fichier auxiliaire. (Problme rapport par Serge Nazarian)
+v2.341: Correction dans la date en franais pour les 1er du mois. (Remarque et
+ correction propose par Claude Pache)
+v2.34: Chaque lettre ou telefax commence maintenant sur une page impaire, pour
+ pouvoir imprimer un fichier en contenant plusieurs sur une imprimante
+ recto-verso.
+v2.333: Correction du test du package babel qui ne marchait plus. Traitement
+ des listes itemize en mode frenchb tenant compte de la marge de la lettre.
+v2.332: La classe demande le package graphicx.
+ Ajout d'un fichier LICENSE et mise en conformit des autres fichiers.
+ (Remarques de Stphane Bortzmeyer)
+ Modifications dans la documentation: appel aux polices spciales de
+ la doc ou des enttes selon les schmas de familles de fontes,
+ corrections dans l'index. Modification de la doc pour crer un dvi
+ utilisant les polices EC (letdoc1) et un dvi utilisant les polices
+ CM (letdoc2). La nouvelle doc utilise babel la place de french.
+v2.331: Correction de la dfinition de \FAXSTR qui ne permettait pas de passer
+ des caractres accentus en codage T1 avec un TeX V3. (Signal par
+ Christophe Labouisse, correction suggre par Denis Roegel)
+v2.33: Dfinition des dfauts des paramtres dimensionnant les enttes dans
+ la classe, permettant de simplifier les fichiers d'instituts pour
+ les cas simples. (Proposition de Gilles Simond)
+ Nouveau langage `romand' dfini, dfaut franais corrig pour les
+ chanes comme `Objet' et `P.j.' (Aprs diverses discussions)
+ \Vref et \Nref dfinis comme synonymes de \vref et \nref, pour viter
+ des conflits avec le package `varioref'(Mis en vidence par Stphane
+ Didailler).
+ Mcanisme de sauvetage de la date d'origine d'une lettre. Activ par
+ l'option de classe `origdate'
+v2.325: Amlioration du contrle des signatures.
+v2.324: Adaptation des marques de notes pour LaTeX 2e. (Bug signal par
+ Franoise Gelis)
+ Rglage des paramtres de tension de page pour de meilleures coupures.
+v2.323: Correction d'un bug (signal par Alain Palamara) empchant le calcul
+ de la longueur de page de s'effectuer correctement dans certains cas.
+v2.322: Correction d'un bug empchant de charger des options de style en mode
+ compatibilit.
+v2.321: Nouvelle commande permettant de dfinir une ligne personnalise au
+ lieu de la ligne d'E-Mail en bas de page. (Proposition d'Eric Picheral)
+ Police diffrencie pour la chane de tlfax.
+v2.32: Le fichier d'institut par defaut s'appelle maintenant default.ins.
+ Dans la distribution, c'est un fichier BIDON. Il doit tre remplac
+ par un autre fichier pour prsenter un institut valable par dfaut.
+ A l'Observatoire de Genve, nous l'avons remplac par un lien sur le
+ fichier obs.ins (galement prsent dans la distribution... en tant
+ qu'exemple !!!)
+v2.31: Correction d'un bug empchant d'utiliser les packages de PSNFSS ou
+ d'autres polices par dfaut.
+ Commande supplmentaire permettant d'introduire l'adresse E-Mail sous
+ l'adresse dans l'entte. (Proposition de Philippe Esperet)
+ Le caractre @ est maintenant considr comme un caractre pendant
+ la lecture du fichier d'institut, de manire pouvoir redfinir les
+ paramtres de positionnement d'entte, et utiliser les \if@detail et
+ \if@letter dans ce fichier.
+ Paramtre d'indentation de la salutation initiale \openingindent.
+ (Proposition de Daniel Taupin)
+v2.30: L'entte de la lettre devient configurable : les lments
+ sont positionns par des variables dfinies dans le fichier
+ de style. Les valeurs par dfaut sont charges partir du
+ fichier obs.ins, mais peuvent tre redfinies dans un fichier
+ d'institut.
+ Introduction d'un mcanisme permettant de rgler la
+ tension de la lettre, c'est--dire de modifier les blancs
+ lastiques entre les diffrents lments de la lettre, de
+ manire viter d'avoir une dernire page avec trs peu
+ de matire. (Proposition d'Yves Soulet)
+ Rvision complte de la documentation;
+ Documentation HTML a disposition:
+ URL=http://obswww.unige.ch/~megevand/tex/letdoc2.30.html.
+v2.22: Valeur du langage par dfaut (francais) modifiable par des
+ options de la classe (anglais, allemand, americain).
+ Les commandes de langage testent la prsence des packages
+ french (francais americain anglais) et babel (francais
+ allemand americain anglais), et enclenchent les commandes
+ adquates. (Proposition de Bernard Gaulle)
+v2.21: Les commandes de polices \rm, \sl, \it, \sc, \bf, \sf, \tt sont
+ redfinies proprement avec la commande \DeclareOldFontCommand.
+ Correction de quelques chanes de caractres en allemand. (Proposition
+ de Gerhard Bosch) Mise systmatique des chanes fixes dans des macros.
+ Le flag \langue a t renomm \sigflag, car il n'agissait
+ que sur la position des signatures.
+v2.20: La commande de police seule \tt est redfinie pour compatibilit
+ avec french. Rglages de la mise en page.
+v2.18: Portage LaTeX 2e. Tout semble marcher premire vue. Seule
+ l'utilisation du style french semble poser un problme.
+ Les commande \sl, \it, \sc, \bf, \sf, \tt sont redfinies pour
+ y pallier momentanment.
+
+Sous LaTeX 2.09 :
+----------------
+!!! La version LaTeX 2.09 n'est plus dveloppe au del de v2.18 !!!
+====================================================================
+v2.18: Correction d'un bug qui plantait si un paragraphe commenait par un
+ nombre dans le corps de la lettre. Sparation des dfauts de l'Obs,
+ situs maintenant dans le fichier obs.ins.
+v2.17: Nouvelle commande \mencl pour annoncer que les annexes sont
+ mentionnes dans le corps de la lettre. Utilise une nouvelle
+ chane \mentionname. Remise jour de la documentation.
+v2.16: Mise jour des noms des variables pour homogniser :
+ \indentedwidth -> \ssigwidth
+ \longindentation -> \ssigindent
+ \sigwidth -> \msigwidth
+ Remise jour de la documentation pour les rvisions 2.15 et 2.16
+v2.15: L'espacement vertical entre le texte et la ou les signatures est
+ contrl par la variable \sigspace, les espacements autour du
+ champ <<Sujet>> sont contrls par la variable \openingspace.
+v2.14: La commande \makelabels accepte un argument facultatif dfinissant la
+ premire tiquette de la page imprimer. (Proposition de Jean-Noel
+ Candau)
+ Des messages d'avertissements plus homognes et des messages
+ informatifs pouvant tre allumes ou teints par les commandes \infos
+ (dfaut) et \noinfos sont donns.
+v2.13: Le numro de fax est plac sous le numro de tlphone dans l'entte
+ des lettres. Ceci est conforme la nouvelle disposition du papier
+ entte de l'Observatoire. La doc, le chblon et les exemples de lettres
+ sont modifis en consquence.
+v2.12: Repositionnement du trait de pliage 5mm plus haut. largissement de la
+ zone destinataire des lettres 80mm. Meilleure rpartition des champs
+ de la ligne auxiliaire.
+v2.11: Repositionnement de l'entte des tlfax, trop basse. Suppression des
+ messages de overfull hbox lors de la mise en page de l'entte et de
+ l'embase.
+v2.10: Refonte complte du style, entte de lettres en mode picture,
+ commande \institut pour lire un fichier de dfaut, Refonte complte
+ de la doc et des exemples.
+ tant donn le nombre et la profondeur des changements, un script
+ permet d'analyser un fichier source, aussi bien ancien que nouveau
+ et de vrifier que la syntaxe et correcte. Il donne des avertissements
+ et des messages d'erreurs lorsque les commandes utilises ne sont pas
+ correctement places, ou qu'elles sont obsoltes.
+
+ On l'appelle par la commande suivante :
+
+ nlc < file.tex [>correct.tex]
+
+ La sortie corrige doit tre modifie la main en tenant compte
+ des remarques introduites.
+v2.05: Mise jour des adresses de l'Observatoire, sparation plus claire
+ des commandes gnrales et des commandes institutionnelles.
+v2.04: Suppression des blancs parasites, consolidation, homognisation.
+v2.03: Correction d'un bug arrivant lorsque \nolieu et \nodate
+ taient utiliss simultanment.
+
+%CMGERJDSJRTNSPUTSH
+%</releasenotes>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*lettretpl>
+%<<CMGERJDSJRTNSPUTSH
+\documentclass[10pt|11pt|12pt,twoside,leqno,fleqn,%
+ francais|romand|allemand|anglais|americain%
+ origdate]{lettre}
+%\usepackage{french}
+%\usepackage{babel}
+%
+% Production d'etiquettes[commencant a la nieme etiquette de la page]
+% ===================================================================
+%
+%\makelabels[n]
+%
+\begin{document}
+%
+% Declaration du fichier de defauts
+% =================================
+%
+% Permet d'ecrire des lettres personalisees
+% sans repreciser a chaque fois les parametres de l'expediteur
+%
+%\institut{fichier}
+%
+% Declaration du destinataire et environnement
+% ============================================
+%
+% Permet d'ecrire plusieurs lettres a des destinataires differents
+% sans repreciser les parametres de l'expediteur
+%
+\begin{letter}{Destinataire \\
+ Adresse \\
+ no, rue \\
+ NPA Lieu }
+%
+%
+% Parametre obligatoire
+% =====================
+%
+\name{Nom de l'expediteur}
+%
+% Parametres facultatifs de l'entete % (defauts)
+% ===============================================
+%
+%\address{Adresse d'expedition} % ( OBSERVATOIRE DE )
+% % ( GENEVE )
+% % ( )
+% % ( CH-1290 Sauverny )
+%\psobs % ( Logo de l'Observatoire )
+%\location{Precision d'adresse} % ( )
+%\telephone{No de tel expediteur} % ( +41(22) 755 26 11 )
+%\notelephone
+%\fax{No de fax expediteur} % ( +41(22) 755 39 83 )
+%\nofax
+%\email{adresse} % ( )
+%
+%\lieu{Se met devant la date} % (Sauverny, )
+%\nolieu
+%\date{date fixe} % (date courante)
+%\nodate
+%
+% Parametre de mise en page % (defauts)
+% ==============================================
+%
+%\marge{largeur} % (15mm)
+%\tension{valeur} % (2)
+%
+% Parametres facultatifs % (defauts)
+% ===============================================
+%
+%\pagestyle{empty|headings} % ( plain par defaut )
+%\francais|\romand|\anglais| %\(\francais)
+%\americain|\allemand %/
+%
+%\signature{signature} % (\name)
+%\secondsignature{signature} % ()
+%\thirdsignature{signature} % ()
+%
+%\nref{reference}|\Nref{reference} % ()
+%\vref{reference}|\Vref{reference} % ()
+%\telex{numero} % ()
+%\ccp{numero} % ()
+%\faxobs % (+41(22) 755 39 83)
+%\ccpobs % (12-2130-4)
+%
+%\basdepage{texte} % ()
+%\username{nom d'utilisateur} % ()
+%\internet{adresse RFC 822} % ()
+%\ccitt{adresse X400} % ()
+%\bitnet{adresse bitnet} % ()
+%\telepac{numero telepac} % ()
+%\decnet{numero decnet} % ()
+%\internetobs % ([username@]scsun.unige.ch)
+%\ccittobs % ([S=username;]OU=scsun;O=unige;%
+% % PRMD=switch;ADMD=arcom;C=ch)
+%
+%\conc{Sujet de la lettre} % ()
+%
+% Corps de la lettre
+% ==================
+%
+\opening{Cher Ami,}
+%
+ Texte de la lettre
+%
+\closing{Salutations}
+%
+% Paragraphes supplementaires
+% ===========================
+%
+%\ps{label}{texte du post-scriptum}
+%\encl{annexes separees par des \\}
+%\cc{destinataires de copies conformes separes par des \\}
+%
+\end{letter}
+%
+\end{document}
+
+%CMGERJDSJRTNSPUTSH
+%</lettretpl>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*telefaxtpl>
+%<<CMGERJDSJRTNSPUTSH
+\documentclass[10pt|11pt|12pt,twoside,leqno,fleqn,%
+ francais|romand||allemand|anglais|americain,%
+ origdate]{lettre}
+%\usepackage{french}
+%\usepackage{babel}
+%
+\begin{document}
+%
+% Declaration du fichier de defauts
+% =================================
+%
+% Permet d'ecrire des telefax personalises
+% sans repreciser a chaque fois les parametres de l'expediteur
+%
+%\institut{fichier}
+%
+% Declaration du destinataire et environnement
+% ============================================
+%
+\begin{telefax}{numero}{Destinataire \\
+ Adresse \\
+ no, rue \\
+ NPA Lieu }
+%
+% Parametre obligatoire
+% =====================
+%
+\name{Nom de l'expediteur}
+%
+% Parametres facultatifs de l'entete % (defauts)
+% ===============================================
+%
+%\address{Adresse d'expedition} % ( OBSERVATOIRE DE )
+% % ( GENEVE )
+% % ( )
+% % ( CH-1290 Sauverny )
+%\psobs % ( Logo de l'Observatoire )
+%\detailledaddress % ( Suisse )
+%
+%\lieu{Se met devant la date} % (Sauverny, )
+%\nolieu
+%\date{date fixe} % (date courante)
+%\nodate
+%
+% Parametre de mise en page % (defauts)
+% ==============================================
+%
+%\marge{largeur} % (15mm)
+%
+% Parametres facultatifs % (defauts)
+% ==============================================
+%
+%\pagestyle{empty|headings} % ( plain par defaut )
+%\francais|\anglais| %\_______________(\francais)
+%\americain|\allemand %/
+%
+%\addpages{nombre} % ()
+%
+%\location{Expediteur} % (\name)
+%\signature{signature} % (\name)
+%\secondsignature{signature} % ()
+%\thirdsignature{signature} % ()
+%
+%\telephone{No de tel expediteur} % ( +41(22) 755 26 11 )
+%\fax{numero} % ( +41(22) 755 39 83 )
+%\email{adresse} % ( )
+%\telex{numero} % ( )
+%
+%\basedepage{texte} % ()
+%\username{nom d'utilisateur} % ()
+%\internet{adresse RFC 822} % ()
+%\ccitt{adresse X400} % ()
+%\bitnet{adresse bitnet} % ()
+%\telepac{numero telepac} % ()
+%\decnet{numero decnet} % ()
+%\internetobs % ([username@]scsun.unige.ch)
+%\ccittobs % ([S=username;]OU=scsun;O=unige;%
+% % PRMD=switch;ADMD=arcom;C=ch)
+%
+%\conc{Sujet du message} % ()
+%
+% Corps du fax
+% ============
+%
+\opening{Cher Ami,}
+%
+ Texte du message
+%
+\closing{Salutations}
+%
+% Paragraphes supplementaires
+% ===========================
+%
+%\ps{label}{texte du post-scriptum}
+%\encl{annexes separees par des \\}
+%\cc{destinataires de copies conformes separes par des \\}
+%
+\end{telefax}
+%
+\end{document}
+
+%CMGERJDSJRTNSPUTSH
+%</telefaxtpl>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*instituttpl>
+%<<CMGERJDSJRTNSPUTSH
+\address{Nom\\Adresse}
+\telephone{Numero de telephone} %|\notelephone
+\fax{Numero de telefax} %|\nofax
+\lieu{Lieu} %|\nolieu
+
+%CMGERJDSJRTNSPUTSH
+%</instituttpl>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*paquetage>
+%\lettreGrandgousierEOF
+%
+%\subsection{Prambule}
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+% \end{macrocode}
+%\changes{2.354}{2014-09-19}{Ajout \texttt{etoolbox} requis: c'est pour avoir \cs{ifcsundef}}%
+% \begin{macrocode}
+\RequirePackage{etoolbox}
+% \end{macrocode}
+% \begin{macrocode}
+\RequirePackage{graphicx}
+% \end{macrocode}
+% \begin{macrocode}
+\ProvidesClass{lettre}[2017/08/03 v3.000]\typeout{Copyleft Denis Megevand - Observatoire de Geneve}%
+% \end{macrocode}
+%\subsection{Dclaration des options de paquetage}
+%\subsubsection{Options pour la mise en forme}
+% \begin{macrocode}
+\DeclareOption{10pt}{\renewcommand\@ptsize{0}}
+\DeclareOption{11pt}{\renewcommand\@ptsize{1}}
+\DeclareOption{12pt}{\renewcommand\@ptsize{2}}
+% \end{macrocode}
+% \changes{2.351}{2014-07-26}{Ajout option \texttt{a4paper}}%
+% \changes{2.354}{2014-10-02}{Ajout options \texttt{letterpaper},
+% \texttt{legalpaper}, \texttt{executivepaper}, \texttt{b5paper} et
+% \texttt{a5paper}, pour cela on dfinit les longueurs \cs{lettre@x@mm}
+% et \cs{lettre@y@mm}}%
+% La longueur \cs{lettre@x@mm} et \cs{lettre@y@mm} permettent de
+% ramener les longueurs donnes pour du format A4 dans le format
+% courant. C'est dire que la longueur \cs{lettre@x@mm} est telle
+% que~:
+% \[\cs{lettre@x@mm} =
+% \frac{\cs{paperwidth}}{\SI{210}{\milli\metre}}\si{\milli\metre}\]
+% De mme la longueur \cs{lettre@y@mm} est telle que~:
+% \[\cs{lettre@y@mm} =
+% \frac{\cs{paperheight}}{\SI{297}{\milli\metre}}\si{\milli\metre}\]
+% \begin{macrocode}
+\newlength\lettre@x@mm
+\setlength\lettre@x@mm{1mm}%
+\newlength\lettre@y@mm
+\setlength\lettre@y@mm{1mm}
+\if@compatibility\else
+\DeclareOption{a4paper}
+ {\setlength\paperheight {297mm}%
+ \setlength\paperwidth {210mm}%
+ \lettre@x@mm=1mm%
+ \lettre@y@mm=1mm%
+ }
+% \end{macrocode}
+% \begin{macrocode}
+\DeclareOption{letterpaper}
+ {\setlength\paperheight {11.00in}%
+ \setlength\paperwidth {8.50in}%
+ \lettre@y@mm=0.94074074074mm%
+ \lettre@x@mm=1.0280952381mm%
+ }
+\DeclareOption{legalpaper}
+ {\setlength\paperheight {14.00in}%
+ \setlength\paperwidth {8.50in}%
+ \lettre@y@mm=1.19730639731mm%
+ \lettre@x@mm=1.0280952381mm%
+ }
+\DeclareOption{executivepaper}
+ {\setlength\paperheight {10.50in}%
+ \setlength\paperwidth {7.25in}%
+ \lettre@y@mm=0.897979797979mm%
+ \lettre@x@mm=0.876904761905mm%
+}
+\DeclareOption{b5paper}
+ {\setlength\paperheight {250.00mm}%
+ \setlength\paperwidth {176.00mm}%
+ \lettre@y@mm=0.841750841751mm%
+ \lettre@x@mm=0.838095238095mm%
+}
+\DeclareOption{a5paper}
+ {\setlength\paperheight {210.00mm}%
+ \setlength\paperwidth {148.00mm}%
+ \lettre@y@mm=0.707070707071mm%
+ \lettre@x@mm=0.704761904762mm%
+}
+\fi
+\if@compatibility
+ \DeclareOption{twoside}{\ClassError{lettre}{No `twoside' layout for letters}%
+ {LaTeX2e is running in compatibility mode, in this mode there is no `twoside'
+ layout for letters}}
+\else
+ \DeclareOption{twoside}{\@twosidetrue}
+\fi
+\DeclareOption{oneside}{\@twosidefalse}
+\DeclareOption{origdate}{\@origdatetrue\l@@info{Mode `origdate'}}
+\DeclareOption{draft}{\setlength\overfullrule{5pt}}
+\DeclareOption{final}{\setlength\overfullrule{0pt}}
+\DeclareOption{leqno}{\input{leqno.clo}}
+\DeclareOption{fleqn}{\input{fleqn.clo}}
+% \end{macrocode}
+%\changes{3.000}{2015-12-28}{Ajout option \texttt{keep envs}}%
+% \begin{macrocode}
+\DeclareOption{keepenvs=true}{\lettre@keep@envstrue}%
+\DeclareOption{keepenvs=false}{\lettre@keep@envsfalse}%
+\DeclareOption{keepenvs}{\ExecuteOptions{keepenvs=true}}%
+% \end{macrocode}
+%\subsubsection{Options pour la langue}
+% Tout d'abord on se fait un petit itrateur, histoire de grer l'ensemble des langues de faon
+% programatique. Le principe c'est que si on appelle
+% \cs{lettre@iterate}\meta{liste}\texttt{,}\cs{@nil}\texttt{,}, alors \cs{lettre@iterate@body} est appel sur
+% chaque lment de la liste \meta{liste} qui est une liste dont les items sont spars par des virgules.
+% \begin{macrocode}
+\def\lettre@iterate#1,{%
+ {%
+ \def\@tempa{#1}%
+ \ifx\@tempa\@nnil
+ \let\@tempa\@empty
+ \else
+ \def\@tempa{%
+ \lettre@iterate@body{#1}%
+ \lettre@iterate
+ }%
+ \fi
+ \expandafter
+ }\@tempa
+}%
+% \end{macrocode}
+%\begin{macro}{\lettre@supported@language@list}
+% Liste des langues prises en charge par la classe \texttt{lettre}. C'est une liste dont les lments sont
+% spars par des virgules (sans espaces ni lments vides). Chaque lment de la liste est un langage pour
+% lequel \texttt{lettre} a une option de langue et est capable de charger les dfinitions
+% correspondantes. La raison d'tre de cette liste est de factoriser les itrations pour les cas suivants:
+% \begin{itemize}
+% \item charger les dfinitions lorsque le langage en question est utilis par \texttt{babel} ou \texttt{mlp}~;
+% \item charger les dfinitions lorsque le langage est demand par une option de classe.
+% \end{itemize}
+% \begin{macrocode}
+\newcommand*\lettre@supported@language@list{%
+ francais,french,frenchb,romand,%
+ allemand,german,germanb,ngerman,ngermanb,%
+ americain,american,USenglish,%
+ anglais,english,british,UKenglish%
+}%
+% \end{macrocode}
+%\end{macro}
+% Cependant, toutes les langues \meta{langue} dans \cs{lettre@supported@language@list} ne correspondent pas
+% un fichier \texttt{lettre-}\meta{langue}\texttt{.ldf}, car certaines ne sont que des alias. Aussi on commence
+% par dfinir que par dfaut une langue n'a pas d'alias (en d'autres termes elle est l'alias d'elle-mme).
+% \begin{macrocode}
+\newcommand*\lettre@iterate@body[1]{%
+ \expandafter\def\csname lettre@#1@alias@of\endcsname{#1}}%
+\expandafter\lettre@iterate\lettre@supported@language@list,\@nil,%
+% \end{macrocode}
+% Ceci tant fait, on dfinit celles des langues qui sont des alias d'une autre langue~:
+% \begin{macrocode}
+\def\@tempa#1#2{\expandafter\def\csname lettre@#1@alias@of\endcsname{#2}}%
+\@tempa{frenchb}{french}
+\@tempa{francais}{french}
+\@tempa{allemand}{german}
+\@tempa{germanb}{german}
+\@tempa{ngermanb}{german}
+\@tempa{ngerman}{german}
+\@tempa{anglais}{english}
+\@tempa{british}{english}
+\@tempa{american}{USenglish}
+\@tempa{americain}{USenglish}
+% \end{macrocode}
+% \DescribeMacro{\lettre@languages} \cs{lettre@languages} contient la liste des langues pour lesquelles les
+% dfinitions ont t charges. Le chargement ne se fait pas immdiatement, mais aprs le \cs{ProcessOption} de
+% sorte rendre possible que dans le fichier de dfinitions il y ait un \cs{RequirePackage}. Cette
+% possibilit n'est pas utilise actuellement.
+% \begin{macrocode}
+\newcommand*\lettre@languages{}%
+\newcommand*\lettre@mainlang{}%
+% \end{macrocode}
+% \DescribeMacro{\lettre@ldf@version} \cs{lettre@ldf@version}\marg{lang} est la version de chaque fichier
+% \texttt{lettre-}\meta{langue}\texttt{.ldf}
+% \begin{macrocode}
+\newcommand*\lettre@ldf@filename[1]{lettre-#1.ldf}%
+\newcommand*\lettre@ldf@version[1]{ver@\lettre@ldf@filename{#1}}%
+% \end{macrocode}
+% Toutes ces langues \meta{langue} n'ont pas leur propre fichier de dfinition
+% \texttt{lettre-\meta{langue}.ldf}, en effet certaines de ces langues ne sont juste que des alias.
+% \changes{3.000}{2015-12-20}{Listage des options de langue dans \cs{lettre@languages} dans l'ordre de
+% dclaration au sein de \cs{documentclass}}%
+% \begin{macrocode}
+\def\lettre@iterate@body#1{%
+ \DeclareOption{#1}{%
+ \edef\@tempa{\csname lettre@#1@alias@of\endcsname}%
+ \ifcsundef{\lettre@ldf@version{\@tempa}}{%
+ \expandafter\def\csname \lettre@ldf@version{\@tempa}\endcsname{To be loaded}%
+ \ifx\lettre@languages\@empty
+ \def\lettre@languages{#1}%
+ \else
+ {%
+ \toks0{#1}%
+ \toks1\expandafter{\lettre@languages}%
+ \edef\@tempa{\noexpand\def\noexpand\lettre@languages{\the\toks0,\the\toks1}}%
+ \expandafter
+ }\@tempa
+ \fi
+ \def\lettre@mainlang{#1}%
+ }{%
+ \l@@info{Langage `#1' deja charge par option}%
+ }%
+ }%
+}%
+\expandafter\lettre@iterate\lettre@supported@language@list,\@nil,%
+% \end{macrocode}
+% \changes{3.000}{2015-12-20}{Ajout option \texttt{pass lang}}%
+% \begin{macrocode}
+\DeclareOption{passlang=true}{\lettre@pass@langtrue}%
+\DeclareOption{passlang=false}{\lettre@pass@langfalse}%
+\DeclareOption{passlang}{\ExecuteOptions{pass lang=true}}%
+% \end{macrocode}
+%\changes{2.354}{2014-10-04}{Ajout des options \texttt{noinfo}, \texttt{loghighlight}, et \texttt{strict}}%
+%\subsubsection{Options pour la gestion des relevs du journal de compliation}
+% Le journal de compilation est le fichier \meta{jobname}\texttt{.log} produit par la compilation. Il contient
+% des relevs de trois types : erreur, avertissement, et info.
+%
+% Suppression des relevs d'info dans le journal, on peut aussi faire a avec la commande \cs{noinfo} mais dans
+% ce cas on aura quand mme, s'il en est, les relevs d'info provoqus par le traitement des options.
+% \begin{macrocode}
+\DeclareOption{noinfo}{\c@infos=0}
+% \end{macrocode}
+% Dsactive ou active les traces de type \texttt{LETTRE INFO ===} ou \texttt{LETTRE AVERTISSEMENT ===} plac au
+% dbut des relevs. Elles ne sont pas utiles dans un environnement de dveloppement qui colorise le journal.
+%\changes{2.354}{2015-11-30}{Remplacement option `nologhighlight' par `loghighlight=false'}%
+% \begin{macrocode}
+\DeclareOption{loghighlight=false}{\lettre@loghighlightfalse}
+\DeclareOption{loghighlight=true}{\lettre@loghighlighttrue}
+\DeclareOption{loghighlight}{\ExecuteOptions{loghighlight=true}}
+% \end{macrocode}
+% Mue certains relevs d'avertissement en relevs d'erreur, rendant ainsi la classe moins permissive.
+%\changes{2.354}{2015-11-30}{Ajout options `strict=false' \& `strict=true'}%
+% \begin{macrocode}
+\DeclareOption{strict}{\ExecuteOptions{strict=true}}
+\DeclareOption{strict=true}{\lettre@stricttrue\l@@info{Mode `strict': traite certains avertissements comme des erreurs}}
+\DeclareOption{strict=false}{\lettre@strictfalse\l@@info{Mode `strict' desactive}}
+% \end{macrocode}
+%\subsubsection{Options par dfaut}
+% \begin{macrocode}
+\if@compatibility\else
+ \DeclareOption*{\l@@warning{Option inconnue : `\CurrentOption', assurez-vous que
+ c'est une option globale passee aux paquetages utilises dans votre document}}
+\fi
+% \end{macrocode}
+%\subsection{Messages et avertissements}
+% Envoys la console et dans le fichier journal \meta{jobname}\texttt{.log}.
+%
+% On peut supprimer allumer ou teindre en tout temps les
+% relevs d'informations par les commandes \cs{infos} et \cs{noinfos}.
+% Les avertissements ne peuvent tre supprims. L'option \texttt{strict} fait que les avertissements causent
+% une erreur en appelant \cs{ClassError} au lieu de \cs{ClassWarning}.
+%\changes{2.354}{2014-10-04}{Ajout des options \texttt{noinfo}, \texttt{nologhighlight}, et \texttt{strict}}%
+% \begin{macrocode}
+\def\l@@error#1{\ClassError{lettre}{#1}}%
+\def\infos{\c@infos=1\relax}
+\def\noinfos{\c@infos=0\relax}
+\def\l@@warning{%
+ \iflettre@loghighlight
+ \typeout{LETTRE AVERTISSEMENT ===============================================}%
+ \fi
+ \ClassWarning{lettre}%
+}
+\def\l@@warning@strictable#1{%
+ \iflettre@loghighlight
+ \typeout{LETTRE AVERTISSEMENT ===============================================}%
+ \fi
+ \iflettre@strict
+ \l@@error{#1}{#1\MessageBreak\space
+ Cette erreur est causee par un avertissement en mode strict}%
+ \else
+ \ClassWarning{lettre}{#1}%
+ \fi
+}
+\def\l@@info#1{%
+ \ifnum\c@infos=1 %
+ \iflettre@loghighlight
+ \typeout{LETTRE INFO ================================================}%
+ \fi
+ \GenericWarning{%
+ (lettre)\space\space\space\space
+ }{%
+ Class lettre Message: #1\@gobble}%
+ \fi}%
+% \end{macrocode}
+%\subsection{Macros utiles aux fichier de dfinitions de langue}
+% \DescribeMacro{\LettreProvidesLanguage}
+% \begin{macrocode}
+\newcommand*{\LettreProvidesLanguage}[1]{%
+ \ProvidesFile{lettre-#1.ldf}%
+}%
+% \end{macrocode}
+% \begin{macro}{\LettreDeclareLanguage}\cs{LettreDeclareLanguage}\marg{dialcte}\oarg{langue-de-base}\marg{dfinitions},
+% cette macro dfinit globalement soit une, soit deux macros~:
+% \begin{itemize}
+% \item La macro \cs{lettre@select@\meta{dialcte}@labels} est dfinie pour se dvelopper en \meta{dfinitions}, et
+% \item La macro \cs{lettre@lmp@\meta{dialcte}@use} (o \og \texttt{lmp}\fg{} veut dire \og language for
+% multilang processor\fg) n'est dfinie que si l'argument optionnel \meta{langue-de-base} est fourni, et
+% auquel cas est dfinie pour se dvelopper en \meta{langue-de-base}.
+% \end{itemize}
+% \begin{macrocode}
+\newcommand*{\LettreDeclareLanguage}[1]{%
+ \begingroup
+% \end{macrocode}
+% La premire chose qu'on fait c'est de mettre \meta{dialcte} dans \cs{toks0}. Quant \cs{toks2} il
+% contiendra le code dfinissant ou non la macro \cs{lettre@lmp@\meta{dialcte}@use}. La macro
+% \cs{lettre@declare@language@arg@ii} sert rcuprer l'argument \meta{langue-de-base} lorsqu'il est prsent.
+% \begin{macrocode}
+ \toks0{#1}%
+ \@ifnextchar[\lettre@declare@language@arg@ii
+ {%
+% \end{macrocode}
+% En cas d'absence de l'argument optionnel \meta{langue-de-base} \cs{toks2} est donc vide, puisqu'on ne
+% dfinit pas \cs{lettre@lmp@\meta{dialcte}@use}~:
+% \begin{macrocode}
+ \toks2{}%
+% \end{macrocode}
+% La macro \cs{lettre@declare@language@arg@iii} sert rcuprer l'argument \meta{dfinitions}~:
+% \begin{macrocode}
+ \lettre@declare@language@arg@iii
+ }%
+}%
+\ifcsdef{lettre@declare@language@arg@ii}{%
+ \l@@error{Macro \protect\lettre@declare@language@arg@ii\space dej'a d'efinie}%
+}{}%
+\def\lettre@declare@language@arg@ii[#1]{%
+ \def\@tempa##1{%
+ \toks2{\gdef##1{#1}}
+ }%
+ \expandafter\@tempa\csname lettre@lmp@\the\toks0@use\endcsname
+ \lettre@declare@language@arg@iii}
+\newcommand*\lettre@declare@language@arg@iii[1]{%
+ \toks3{#1}%
+ \edef\@tempa{%
+ \noexpand\ifcsdef{lettre@select@\the\toks0 @labels}{%
+ \noexpand\l@@error{Macro `\string\lettre@select@\the\toks0 @labels\space d'ej`a d'efinie}%
+ }{%
+ \noexpand\gdef
+ \expandafter\noexpand\csname lettre@select@\the\toks0@labels\endcsname{%
+ \the\toks3}%
+ \the\toks2 %
+ }%
+ }%
+ \expandafter\endgroup\@tempa
+}%
+% \end{macrocode}
+% \end{macro}
+%
+%\subsection{Dclaration des sorties des options de paquetage, et excutions des options}
+%\label{sec:sortie-opt-pako}
+% \begin{macrocode}
+\newcommand\@ptsize{}
+\newcount\c@infos\c@infos=1\relax
+\newif\if@origdate\@origdatefalse
+\newif\if@etiq\@etiqfalse
+% \end{macrocode}
+% \changes{3.000}{2015-12-20}{Ajout option \texttt{pass lang}}%
+% \begin{macrocode}
+\newif\iflettre@pass@lang\lettre@pass@langtrue
+\newif\iflettre@keep@envs\lettre@keep@envsfalse
+\newif\iflettre@strict\lettre@strictfalse
+\newif\iflettre@loghighlight\lettre@loghighlightfalse
+\ExecuteOptions{10pt,oneside,final}
+\ProcessOptions
+% \end{macrocode}
+% Chargement des dfinitions de langue. On fait un \cs{input} de tous les fichiers \meta{nomfic} dont la macro
+% version \cs{ver@}\meta{nomfic} a t durant le traitements des options configure \og To be loaded\fg.
+% \begin{macrocode}
+\def\lettre@iterate@body#1{%
+ \edef\@tempa{\csname lettre@#1@alias@of\endcsname}%
+ \def\@tempb{To be loaded}%
+ \edef\@tempc{\lettre@ldf@version{\@tempa}}%
+ \expandafter\ifx\csname\@tempc\endcsname\@tempb
+ \expandafter\let\csname\@tempc\endcsname\undefined
+ \input{\lettre@ldf@filename{\@tempa}}
+ \fi
+}%
+\expandafter\lettre@iterate\lettre@supported@language@list,\@nil,%
+% \end{macrocode}
+% Passage des options de langue au paquetages tels
+% \texttt{babel}.\newline\DescribeMacro{\lettre@languageable@packages}Tout d'abord on se fait une liste de
+% paquetage auxquels passer les options de langues. C'est dire qu'on gre ces options comme si elles taient
+% globales vis vis de ces paquetages l seulement.
+% \begin{macrocode}
+\newcommand\lettre@languageable@packages{babel,fmtcount,mlp}%
+% \end{macrocode}
+% Maintenant on passe toutes les options stockes dans \cs{lettre@languages} tous les paquetage lists dans
+% \cs{lettre@languageable@packages}.
+% \begin{macrocode}
+\ifx\lettre@languages\@empty\else
+% \end{macrocode}
+% \changes{3.000}{2015-12-20}{Ajout option \texttt{pass lang}}%
+% \begin{macrocode}
+ \iflettre@pass@lang
+ \def\lettre@iterate@body#1{%
+ \let\@tempb\lettre@iterate@body
+ \def\lettre@iterate@body##1{\PassOptionsToPackage{#1}{##1}%
+ \l@@info{Option `#1' pass'ee au paquetage `##1'}%
+ }%
+ \expandafter\lettre@iterate\lettre@languageable@packages,\@nil,%
+ \let\lettre@iterate@body\@tempb
+ }%
+ \expandafter\lettre@iterate\lettre@languages,\@nil,%
+ \fi
+\fi
+\input{size1\@ptsize.clo}
+% \end{macrocode}
+%\subsection{Polices}
+% \begin{macrocode}
+\DeclareOldFontCommand{\rm}{\rmfamily}{\mathrm}
+\DeclareOldFontCommand{\sl}{\slshape}{\@nomath\sl}
+\DeclareOldFontCommand{\it}{\itshape}{\mathit}
+\DeclareOldFontCommand{\sc}{\scshape}{\@nomath\sc}
+\DeclareOldFontCommand{\bf}{\bfseries}{\mathbf}
+\DeclareOldFontCommand{\sf}{\sffamily}{\mathsf}
+\DeclareOldFontCommand{\tt}{\ttfamily}{\mathtt}
+\DeclareRobustCommand*{\cal}{\@fontswitch{\relax}{\mathcal}}
+\DeclareRobustCommand*{\mit}{\@fontswitch{\relax}{\mathnormal}}
+% \end{macrocode}
+%\subsubsection{Paramtres pour le contrle des paragraphes}
+% \begin{macrocode}
+\lineskip 1pt%
+\normallineskip 1pt%
+\parskip .7em%
+\parindent 0pt%
+\topsep .2em%
+\partopsep 0pt%
+\itemsep .2em%
+\renewcommand\baselinestretch{1}
+% \end{macrocode}
+%
+% \begin{macrocode}
+\@lowpenalty 51\relax
+\@medpenalty 151\relax
+\@highpenalty 301\relax
+\@beginparpenalty -\@lowpenalty
+\@endparpenalty -\@lowpenalty
+\@itempenalty -\@lowpenalty
+% \end{macrocode}
+%\subsubsection{Paramtres pour le contrle de la mise en page}
+%\changes{2.354}{2014-10-04}{Utilisation des longueurs \cs{lettre@x@mm} et \cs{lettre@y@mm} pour la prise en
+% charge des options \texttt{letterpaper}, \texttt{legalpaper}, \texttt{executivepaper}, \texttt{b5paper} et
+% \texttt{a5paper}.}%
+% Marge suprieure
+% \begin{macrocode}
+\topmargin 25\lettre@y@mm
+% \end{macrocode}
+% suppression de l'offset vertical
+% \begin{macrocode}
+\advance\topmargin by -1in
+% \end{macrocode}
+% Separation d'entte \SI{4}{\milli\metre}
+% \begin{macrocode}
+\headheight 0pt%
+\headsep 4\lettre@y@mm
+% \end{macrocode}
+% hauteur texte \SI{250}{\milli\metre}
+% \begin{macrocode}
+\textheight 250\lettre@y@mm
+% \end{macrocode}
+% sep d'embase \SI{9}{\milli\metre}
+% \begin{macrocode}
+\footskip 9\lettre@y@mm
+% \end{macrocode}
+% Total vertical \(25+4+250+9=\SI{288}{\milli\metre}\), reste \SI{9}{\milli\metre} sur A4 = 297 mm.
+% \begin{macrocode}
+\footnotesep 5\lettre@y@mm
+\marginparpush 1\lettre@x@mm
+% \end{macrocode}
+% marge gauche \SI{25}{\milli\metre}
+% \begin{macrocode}
+\oddsidemargin 25\lettre@x@mm
+\evensidemargin 25\lettre@x@mm
+% \end{macrocode}
+% suppression de l'offset horizontal
+% \begin{macrocode}
+\advance\oddsidemargin by -1in
+\advance\evensidemargin by -1in
+% \end{macrocode}
+% largeur texte 160mm
+% \begin{macrocode}
+\textwidth 160\lettre@x@mm
+% \end{macrocode}
+% sep. note lat. 4mm
+% \begin{macrocode}
+\marginparsep 4\lettre@x@mm
+% \end{macrocode}
+% larg. note lat 15mm
+% \begin{macrocode}
+\marginparwidth 15\lettre@x@mm
+% \end{macrocode}
+% Total horizontal \(25+160+4+15=\SI{204}{\milli\metre}\), reste \SI{6}{\milli\metre} sur A4 =
+% \SI{210}{\milli\metre}.
+% \begin{macrocode}
+\skip\footins 4mm plus 2pt minus 4pt%
+% \end{macrocode}
+%
+%\subsection{Le format lettre et fax de l'observatoire de Genve}
+%
+%\subsubsection{newcounts, newdimens, newifs, et newwrite}
+% Il y a aussi un \cs{newcount} dans la \S~\ref{sec:sortie-opt-pako}.
+% \begin{macrocode}
+\newcount\auxcount
+\newcount\c@labelstart
+\newcount\c@lettre
+\newcount\c@telefax
+\newcount\emailcount
+\newcount\faxpage
+\newcount\sigflag
+\newcount\signum
+%
+\newdimen\letterwidth
+\newdimen\openingspace
+\newdimen\openingindent
+\newdimen\lettermargin
+\newdimen\listmargin
+\newdimen\sigspace
+\newdimen\ssigindent
+\newdimen\ssigwidth
+\newdimen\msigwidth
+\newdimen\fromaddress@let@width
+\newdimen\fromlieu@let@width
+\newdimen\toaddress@let@width
+\newdimen\fromaddress@fax@width
+\newdimen\faxstring@width
+\newdimen\faxbox@width
+\newdimen\toaddress@fax@width
+\newdimen\fromname@fax@width
+% \end{macrocode}
+%\changes{2.354}{2014-10-21}{Ajout \cs{lettre@vref@width} et \cs{lettre@nref@width}}%
+% \begin{macrocode}
+\newlength\lettre@vref@width
+\newlength\lettre@nref@width
+% \end{macrocode}
+%Il y a aussi des \cs{newif} dans la \S~\ref{sec:sortie-opt-pako}.
+% \begin{macrocode}
+\newif\if@letter\@lettertrue
+\newif\if@detail\@detailfalse
+% \end{macrocode}
+% Fichiers auxiliaires
+% \begin{macrocode}
+\newwrite\@tensionaux
+\newwrite\@dateaux
+\newwrite\@etiqaux
+\newwrite\@faxaux
+% \end{macrocode}
+%\subsubsection{Macros internes}
+%\label{sec:macros-internes}
+% \begin{macrocode}
+\@ifundefined{lettre@t}{}{\ClassError{lettre}{Definition en double}%
+ {Redefinition de la macro `lettre@t'}}
+\def\lettre@t#1#2{\begin{list}{#1}{\setlength{\labelsep}{10pt}%
+ \setlength{\labelwidth}{\listmargin}%
+ \setlength{\leftmargin}{\listmargin}%
+ \setlength{\listparindent}{0pt}}%
+ \item #2%
+ \end{list}}
+\def\detailledaddress{\@detailtrue}%
+% \end{macrocode}
+% \begin{macrocode}
+\def\stopletter{\vskip0ptplus1filll}%
+\def\stopfax{\vskip0ptplus1filll}%
+% \end{macrocode}
+% \begin{macrocode}
+\def\resetopenenv{%
+ \faxpage=0\relax
+ \csuse{\lettre@mainlang}%
+ \def\concdecl{}%
+ \def\fromlocation{}%
+ }%
+\def\resetcloseenv{
+ \def\fromsig{}\def\fromssig{}\def\fromtsig{}
+ \ps@plain
+ \pagenumbering{arabic}
+ \onecolumn
+ \signum=0\relax
+ }
+\def\resetauxenv{
+ \def\auxflag{}
+ \auxcount=0\relax
+% \end{macrocode}
+% Les macro \cs{toref} et \cs{fromref} sont intialis \cs{space} de sorte ce que par dfaut la
+% configuration de l'une des deux rfrences entrane l'affichage des deux botes de rfrence, avec
+% ventuellement l'autre bote blanc (c.--d. contenant juste un espace).%
+% \changes{2.354}{2014-10-21}{Un argument vide \cs{Vref} ou \cs{Nref} supprime la rfrence}%
+% \begin{macrocode}
+ \let\toref\space\let\fromref\space
+ \def\telexnum{}\def\ccpnum{}
+ }
+\def\resetemailenv{
+ \def\emailflag{}
+ \emailcount=0\relax
+ \def\@username{}
+ \def\ccittnum{}\def\internetnum{}\def\bitnetnum{}\def\telepacnum{}\def\decnetnum{}
+ }
+% \end{macrocode}
+% \DescribeMacro{\@processto}\cs{@processto} extrait \cs{toname} et \cs{toaddress} de l'environnement \verb+letter+
+% \begin{macrocode}
+\long\def\@processto#1{\@xproc #1\\@@@\ifx\toaddress\@empty
+ \else \@yproc #1@@@\fi}%
+\long\def\@xproc #1\\#2@@@{\def\toname{#1}\def\toaddress{#2}}%
+\long\def\@yproc #1\\#2@@@{\def\toaddress{#2}}%
+% \end{macrocode}
+% \DescribeMacro{\stopbreaks}
+% \begin{macrocode}
+\def\stopbreaks{\interlinepenalty \@M
+ \def\par{\@@par\nobreak}\let\\=\@nobreakcr
+ \let\vspace\@nobreakvspace}%
+\def\@nobreakvspace{\@ifstar{\@nobreakvspacex}{\@nobreakvspacex}}%
+\def\@nobreakvspacex#1{\ifvmode\nobreak\vskip #1\relax\else
+ \@bsphack\vadjust{\nobreak\vskip #1}\@esphack\fi}%
+\def\@nobreakcr{\vadjust{\penalty\@M}\@ifstar{\@xnewline}{\@xnewline}}%
+\def\startbreaks{\let\\=\@normalcr
+ \interlinepenalty 200\relax\def\par{\@@par\penalty -100\relax}}%
+% \end{macrocode}
+%\subsection{tiquettes}
+% La commande \cs{startlabels} suivante dfinit des pages A4 de 2 colonnes d'tiquettes avec
+% \SI{15}{\milli\metre} de marges gauche et droite sur chaque tiquette. Si l'on change le nombre
+% d'tiquettes sur une page, il faut aussi modifier la macro \cs{@startlabels}.
+%\DescribeMacro{\startlabels}
+% \begin{macrocode}
+\def\startlabels{%
+\baselineskip=0pt\lineskip=0pt%
+\pagestyle{empty}%
+\let\@texttop=\relax
+\topmargin=0pt\headsep=0pt%
+\oddsidemargin=15mm\evensidemargin=15mm%
+% \end{macrocode}
+% modifications des dimensions de la page faire ici
+% \begin{macrocode}
+\textheight=297mm\textwidth=180mm\columnsep=30mm%
+\@colht=\textheight\@colroom=\textheight\vsize=\textheight
+\small
+\baselineskip=0pt\lineskip=0pt%
+\boxmaxdepth=0pt%
+\twocolumn\relax}%
+% \end{macrocode}
+% La commande \cs{@startlabels} suivante dfinit la position de la
+% premire tiquette sur la page, partir de la valeur du
+% compteur \cs{c@labelstart}.
+% \begin{macrocode}
+\def\@startlabels{%
+\l@@info{Position de la premiere etiquette: \the\c@labelstart}%
+\ifnum\c@labelstart>\z@
+ \ifnum\c@labelstart>16\relax
+ \l@@warning@strictable{Position de la premiere etiquette ignoree}%
+ \else
+ \@whilenum\c@labelstart>\@ne\do
+ {\immediate\write\@etiqaux{\string\mlabel{~\string\\~}}%
+ \advance\c@labelstart\m@ne}%
+ \fi%
+\else
+ \l@@warning@strictable{Position de la premiere etiquette ignoree}%
+\fi
+}%
+% \end{macrocode}
+% \DescribeMacro{mlabel}La commande \cs{mlabel}\marg{l'tiquette} fabrique une tiquette de
+% \SI{37}{\milli\metre} de hauteur, la largeur tant dfinie dans \cs{startlabels}
+% (\(\SI{105}{\milli\metre}-\SI{30}{\milli\metre}\) de marges) chacune contenant \SI{70}{\milli\metre} de
+% texte \meta{l'tiquette} au centre de l'tiquette.
+% \begin{macrocode}
+\def\mlabel#1{\setbox0\vbox{\parbox[b]{70mm}{\rm\strut\ignorespaces #1}}%
+ \vbox to 37mm{\vskip5mmplus1fil \box0 \vskip5mmplus1fil}}%
+% \end{macrocode}
+% \DescribeMacro{makelabels}\cs{makelabels}\oarg{num label} demande \verb+\begin{document}+ d'imprimer
+% sur le fichier auxiliaire \verb+.etq+ l'ordre de prparer les tiquettes. Son argument optionnel
+% \meta{num label} est un numro dfinissant quelle est la prochaine tiquette libre sur la page en
+% partant du numro \(1\), de manire utiliser des feuilles dj partiellement utilises. Dans ce cas,
+% \verb+\begin{document}+ imprime autant d'tiquettes vides que ncessaire.
+% \begin{macrocode}
+\def\makelabels{%
+ \@etiqtrue
+ \l@@info{On demande des etiquettes}%
+ \@ifnextchar [{\i@makelabels}{\i@makelabels[1]}}%
+\def\i@makelabels[#1]{\c@labelstart=#1}%
+% \end{macrocode}
+%\subsection{Interface utilisateur}
+%\subsubsection{Adaptations des paramtre par dfauts}
+%\DescribeMacro{\institut}
+% \changes{3.000}{2015-10-21}{Nom fichier institut en \texttt{lettre-\meta{institut}.cfg}}
+% \begin{macrocode}
+\newcommand*\lettre@institut[1]{%
+ \l@@info{Fichier de defaut: #1}%
+ \def\lettre@input@institut{\makeatletter
+ \input{#1}%
+ \makeatother}}%
+% \end{macrocode}
+% On prend en compte le cas o l'utilisateur malicieux aurait mis un chemin l'institut. C'est surtout pour
+% tre rtro-compatible avec l'utilisation de l'extention \textsf{.ins} pour les fichiers instituts qu'on fait
+% a. On utilise la macro \cs{filename@parse} du noyeau \LaTeX\ dont le rsultat l'analyse va dans les macros
+% \cs{filename@area}, \cs{filename@base} et \cs{filename@ext}. On dtourne \cs{filename@area} pour recevoir le
+% nom du fichier insititut en \texttt{.cfg}.
+% \begin{macrocode}
+\newcommand*\lettre@institut@parse[1]{%
+ \filename@parse{#1}%
+ \edef\filename@area{\filename@area lettre-\filename@base\unless\ifx\filename@ext\relax.\filename@ext\fi.cfg}%
+}%
+% \end{macrocode}
+% Avec l'option \texttt{strict} le fichier institut doit se nommer que \texttt{lettre-\meta{institut}.cfg}.
+% \begin{macrocode}
+\iflettre@strict
+\newcommand*\institut[1]{%
+ \lettre@institut@parse{#1}%
+ \expandafter\lettre@institut\expandafter{\filename@area}}%
+\else
+% \end{macrocode}
+% Sans l'option \texttt{strict} le fichier institut peut se nommer soit \texttt{lettre-\meta{institut}.cfg},
+% soit \texttt{\meta{institut}.ins}, on teste la premire possibilit en premier.
+% \begin{macrocode}
+\newcommand*\institut[1]{%
+ \lettre@institut@parse{#1}%
+ \IfFileExists{\filename@area}{\expandafter\lettre@institut\expandafter{\filename@area}}{%
+ \l@@warning{Le nommage des fichiers instituts en `<institut>.ins' est obsolete, veuillez les nommer en
+ `lettre-<institut>.cfg'}%
+ \lettre@institut{#1.ins}}%
+}
+\fi
+% \end{macrocode}
+%
+%\subsubsection{Environnements letter et fax}
+%
+%\DescribeEnv{letter} L'environnement \cs{begin\{letter\}}\marg{adresse}\ldots\cs{end\{letter\}} dfinit une
+% lettre
+% \changes{2.354}{2014-09-19}{Utilisation de \protect\ifcsundef\space pour tester \protect\csname
+% letter\protect\the\expandafter\protect\csname c@lettre\endcsname\protect\endcsname}
+% \begin{macrocode}
+\long\def\letter#1{%
+ \rm
+ \global\advance\c@lettre\@ne
+ \l@@info{Lettre \the\c@lettre}%
+ \ifcsundef{newletter\the\c@lettre}{%
+ \expandafter\def\csname letter\the\c@lettre\endcsname{2}%
+ }{%
+ \expandafter\def\csname letter\the\c@lettre\endcsname{%
+ \csname newletter\the\c@lettre\endcsname}%
+ }%
+ \ifodd\c@page%
+ \else
+ \if@twoside
+ \l@@info{Saut de page force pour commencer la lettre sur une page impaire.}%
+ \thispagestyle{empty}
+ \hbox{}\penalty-10000\relax
+ \fi
+ \fi
+ \c@page\@ne
+% \end{macrocode}
+% \changes{2.354}{2014-10-22}{Correction bug \href{https://gna.org/bugs/?23959}{\#23959}~: \og\cs{c@footnote}
+% n'est pas re-initialis au dbut de chaque lettre\fg}
+% \begin{macrocode}
+ \c@footnote0 %
+ \resetopenenv\resetcloseenv\resetauxenv\resetemailenv
+ \@lettertrue
+ \lettre@input@institut
+ \let\opening=\letteropening
+ \interlinepenalty=200\relax
+ \@processto{#1}
+}%
+% \end{macrocode}
+%\DescribeEnv{endletter}
+% \begin{macrocode}
+\def\endletter{\par
+ \ifdim\pagetotal < 50pt
+ \immediate\write\@tensionaux{%
+ \string\expandafter\string\def%
+ \string\csname\space newletter\the\c@lettre\string\endcsname{-2}}%
+ \l@@warning{Longueur de la derniere page : \the\pagetotal < 50pt\MessageBreak
+ tension de page modifiee a -2, veuillez recompiler}%
+ \else
+ \ifdim\pagetotal < 90pt
+ \immediate\write\@tensionaux{%
+ \string\expandafter\string\def%
+ \string\csname\space newletter\the\c@lettre\string\endcsname{-4}}%
+ \l@@warning{Longueur de la derniere page : \the\pagetotal < 90pt\MessageBreak
+ tension de page modifiee a -4, veuillez recompiler}%
+ \else
+ \ifdim\pagetotal < 130pt
+ \immediate\write\@tensionaux{%
+ \string\expandafter\string\def%
+ \string\csname\space newletter\the\c@lettre\string\endcsname{-5}}%
+ \l@@warning{Longueur de la derniere page : \the\pagetotal < 130pt\MessageBreak
+ tension de page modifiee a -5, veuillez recompiler}%
+ \else
+ \ifdim\pagetotal < 170pt
+ \immediate\write\@tensionaux{%
+ \string\expandafter\string\def%
+ \string\csname\space newletter\the\c@lettre\string\endcsname{-6}}%
+ \l@@warning{Longueur de la derniere page : \the\pagetotal < 170pt\MessageBreak
+ tension de page modifiee a -6, veuillez recompiler}%
+ \else
+ \ifdim\pagetotal < 210pt
+ \immediate\write\@tensionaux{%
+ \string\expandafter\string\def%
+ \string\csname\space newletter\the\c@lettre\string\endcsname{4}}%
+ \l@@warning{Longueur de la derniere page : \the\pagetotal < 210pt\MessageBreak
+ tension de page modifiee a 4, veuillez recompiler}%
+ \else
+ \ifdim\pagetotal < 250pt
+ \immediate\write\@tensionaux{%
+ \string\expandafter\string\def%
+ \string\csname\space newletter\the\c@lettre\string\endcsname{6}}%
+ \l@@warning{Longueur de la derniere page : \the\pagetotal < 250pt\MessageBreak
+ tension de page modifiee a 6, veuillez recompiler}%
+ \else
+ \immediate\write\@tensionaux{%
+ \string\expandafter\string\def%
+ \string\csname\space newletter\the\c@lettre\string\endcsname{%
+ \csname letter\the\c@lettre\endcsname}}%
+ \l@@info{Longueur de la derniere page : \the\pagetotal >= 250pt}%
+ \fi
+ \fi
+ \fi
+ \fi
+ \fi
+ \fi
+ \stopletter
+ \@@par\pagebreak\@@par
+ \if@etiq
+ \ifodd\c@page%
+ \else
+ \if@twoside
+ \l@@info{Saut de page force pour commencer les etiquettes sur une page impaire.}%
+ \thispagestyle{empty}
+ \hbox{}\penalty-10000\relax
+ \fi
+ \fi
+ \begingroup
+ \def\protect{\string}%
+ \let\\=\relax
+ \def\protect##1{\string##1\space}%
+ \immediate\write\@etiqaux{\string\mlabel{\toname
+ \\\toaddress}}%
+ \endgroup
+ \fi}%
+% \end{macrocode}
+%\DescribeEnv{telefax}
+% \begin{macrocode}
+\long\def\telefax#1#2{%
+ \rm
+ \global\advance\c@telefax\@ne
+ \l@@info{Telefax \the\c@telefax}%
+ \ifnum\c@telefax=\@ne
+ \else
+ \l@@warning@strictable{Un seul telefax par fichier, s.v.p.,\MessageBreak
+ sinon le nombre de pages du fax est incorrect !}
+ \fi
+ \ifodd\c@page%
+ \else
+ \if@twoside
+ \l@@info{Saut de page force pour commencer le telefax sur une page impaire.}%
+ \thispagestyle{empty}
+ \hbox{}\penalty-10000\relax
+ \fi
+ \fi
+ \c@page\@ne
+ \resetopenenv\resetcloseenv\resetauxenv\resetemailenv
+ \@letterfalse
+ \lettre@input@institut
+ \def\tofaxnum{#1}%
+ \let\opening=\faxopening
+ \interlinepenalty=200\relax
+ \makeatletter
+ \@input{\jobname.fax}%
+ \l@@info{Lecture du fichier auxiliaire de fax: Nombre total de pages=\totalpages}%
+ \makeatother
+ \@processto{#2}
+}%
+% \end{macrocode}
+% \DescribeMacro{\endtelefax}
+% \begin{macrocode}
+\def\endtelefax{%
+ \stopfax
+ \begingroup
+ \advance\faxpage by\c@page
+ \def\protect{\string}%
+ \let\\=\relax
+ \def\protect##1{\string##1\space}%
+ \immediate\openout\@faxaux=\jobname.fax%
+ \immediate\write\@faxaux{\string\def\string\totalpages{\the\faxpage}}%
+ \if\totalpages\the\faxpage\else
+ \l@@warning{Le nombre de pages du fax a change, \MessageBreak
+ (ancien=\totalpages, nouveau=\the\faxpage) \MessageBreak
+ veuillez recompiler pour le corriger dans l'entete}%
+ \fi
+ \endgroup
+ \@@par\pagebreak\@@par
+}%
+% \end{macrocode}
+%\subsubsection{Les commandes \cs{opening} et \cs{closing}}
+% \DescribeMacro{\lettre@write@pdate@to@dateaux}\cs{lettre@write@pdate@to@dateaux} permet d'crire dans le
+% fichier \cs{jobname}\texttt{.odt} la date de premire compilation en cas de mode \texttt{origdate}. Cette
+% action est effectue au moment de la commande \cs{opening}.
+% \changes{2.352}{2014-08-02}{Cration macro \cs{lettre@write@pdate@to@dateaux} pour correction \href{https://gna.org/bugs/index.php?22423}{bogue\#22423}}
+% \begin{macrocode}
+\def\lettre@write@pdate@to@dateaux{%
+ \l@@info{`\pdate' ecrit dans \jobname.odt}%
+ {%
+ \let\protect\string
+ \immediate\write\@dateaux{%
+ \string\expandafter\string\def%
+ \string\csname\space origdate\the\c@lettre
+ \string\endcsname{\pdate}}}}
+% \end{macrocode}
+% \DescribeMacro{\lettre@get@date}\cs{lettre@get@date} permet de relire la date partir de
+% \cs{jobname}\texttt{.odt} lorsqu'elle y est disponible.
+% \changes{2.352}{2014-08-06}{Nouvelle macro \cs{lettre@get@date}}
+% \changes{2.354}{2014-09-19}{Utilisation de \protect\ifcsundef\space pour tester \protect\csname
+% origdate\protect\the\expandafter\protect\csname c@lettre\endcsname\protect\endcsname}
+% \begin{macrocode}
+\def\lettre@get@date{%
+ \if@origdate
+ \ifcsundef{origdate\the\c@lettre}{}{%
+ \l@@info{Date originale lue dans \jobname.odt}%
+ \def\pdate{\csname origdate\the\c@lettre\endcsname}%
+ }%
+% \end{macrocode}
+% On re-crit systmatiquement dans le fichier \cs{jobname}\texttt{.odt} mme lorsque la date n'a pas chang,
+% ce qui fait que son horodate change chaque compilation mme si le contenu peut rester inchang. La raison
+% c'est que~:
+% \begin{enumerate}
+% \item l'implmentation est plus simple (on ouvre systmatiquement le \cs{write})
+% \item dans le cas o il y a plusieurs plusieurs lettres dans le mme document, disons deux, il se peut que
+% la seconde soit ajoute au document alors que la premire y tait dj, dans ce cas il faut quand mme
+% re-crire \cs{pdate} dans le \cs{jobname}\texttt{.odt} pour la premire lettre, mme si c'est inchang,
+% cause de la nouvelle lettre.
+% \end{enumerate}
+% \changes{2.352}{2014-08-02}{Correction \href{https://gna.org/bugs/index.php?22423}{bug\#22423} avec macro
+% \cs{lettre@write@pdate@to@dateaux}}
+% \begin{macrocode}
+ \lettre@write@pdate@to@dateaux
+ \fi
+}
+% \end{macrocode}
+% \DescribeMacro{\lettre@put@fromlieu@date}La macro \cs{lettre@put@fromlieu@date} place \cs{fromlieu} et la
+% date \cs{pdate} spars d'une virgule. La virgule n'est prsente que si ni l'un ni l'autr n'est vide.
+% \changes{2.352}{2014-08-02}{Correction \href{https://gna.org/bugs/index.php?22383}{bug\#22383}, la virgule
+% aprs \cs{fromlieu} est rendue conditionnelle ce que \cs{fromlieu} soit non-vide. Lorsqu'il n'y a pas de
+% date on ne met rien, et non plus un espace inscable}%
+% \begin{macrocode}
+\def\lettre@put@fromlieu@date{%
+ \ifx\@empty\fromlieu
+ \else
+ \fromlieu
+ \ifx\@empty\pdate\else, \fi
+ \fi
+ \ifx\@empty\pdate\else\pdate\fi}
+% \end{macrocode}
+%\paragraph{Dans le cas d'une lettre, \cs{opening}}
+%\label{sec:lettre-opening}
+%\DescribeMacro{\letteropening} pointe par un \cs{let} sur \cs{letteropening}.
+% \changes{2.352}{2014-08-06}{Factorisation du code entre \cs{faxopening} et \cs{letteropening} avec la macro
+% \cs{lettre@get@date}}
+% \begin{macrocode}
+\def\letteropening#1{%
+ \lettre@get@date
+ \hbadness=10000\relax
+ \thispagestyle{empty}%
+ \setlength{\unitlength}{1mm}%
+ \advance\rightskip -75pt%
+ \begin{picture}(\pict@let@width,\pict@let@height)%
+ (\pict@let@hoffset,\pict@let@voffset)%
+ \put(\rule@hpos,\rule@vpos){\line(1,0){\rule@length}}%
+ \put(\fromaddress@let@hpos,\fromaddress@let@vpos){\makebox(0,0)[tl]{%
+ \parbox[t]{\fromaddress@let@width}{%
+ \fromaddress\\[3mm]%
+ \ifx\@empty\fromlocation
+ \else \fromlocation \\%
+ \fi
+ \ifx\@empty\telephonenum
+ \else \tellabelname \telephonenum \\
+ \fi
+ \ifx\@empty\faxnum
+ \else \faxlabelname \faxnum \\
+ \fi
+ \ifx\@empty\emailnum
+ \else \mbox{\emaillabelname\ttfamily\emailnum} \\
+ \fi}}}
+ \put(\fromlieu@let@hpos,\fromlieu@let@vpos){\makebox(0,0)[bl]{%
+ \parbox[t]{\fromlieu@let@width}{%
+% \end{macrocode}
+% \changes{2.352}{2014-08-06}{Factorisation du code entre \cs{faxopening} et \cs{letteropening} avec la macro
+% \cs{lettre@put@fromlieu@date}}
+% \begin{macrocode}
+ \lettre@put@fromlieu@date
+ }}}%
+ \put(\toaddress@let@hpos,\toaddress@let@vpos){\makebox(0,0)[tl]{%
+ \parbox{\toaddress@let@width}{%
+ \toname\\\toaddress}}}%
+ \end{picture}%
+ \par\vskip\csname letter\the\c@lettre\endcsname mm
+ \advance\leftskip\lettermargin
+ \advance\rightskip75pt%
+ \ifx\@empty\auxflag
+ \vspace{2\openingspace}%
+ \else
+ \vspace{\openingspace}\auxline\vspace{\openingspace}%
+ \fi
+ \vskip\csname letter\the\c@lettre\endcsname mm
+ \ifx\@empty\concdecl
+ \vspace{\openingspace}%
+ \else
+ \concline\vspace{\openingspace}%
+ \fi
+ \vskip\csname letter\the\c@lettre\endcsname mm
+ \hbadness=1000\relax
+ {\parindent=\openingindent
+ #1}\par\startbreaks\nobreak
+ \let\flushleft=\letterflushleft
+ \let\raggedright=\letterraggedright
+ \let\center=\lettercenter
+ \let\centering=\lettercentering}%
+% \end{macrocode}
+%\paragraph{Dans le cas d'une tlcopie, \cs{opening}}
+%\label{sec:fax-opening}
+%\DescribeMacro{\faxopening}pointe par un \cs{let} sur
+% \cs{faxopening}.
+% \begin{macrocode}
+\def\faxopening#1{%
+ \hbadness=10000\relax
+ \thispagestyle{empty}%
+ \setlength{\unitlength}{1mm}%
+ \advance\rightskip -75pt%
+ \begin{picture}(\pict@fax@width,\pict@fax@height)
+ (\pict@fax@hoffset,\pict@fax@voffset)%
+ \put(\fromaddress@fax@hpos,\fromaddress@fax@vpos){\makebox(0,0)[tl]{
+ \parbox[t]{\fromaddress@fax@width}{\fromaddress}}}%
+ \put(\faxstring@hpos,\faxstring@vpos){\makebox(0,0)[bl]{%
+ \parbox[t]{\faxstring@width}{\telefaxstring}}}
+ \end{picture}\par%
+ \par\vspace{5mm}%
+ \makebox[\faxbox@width]{\scriptsize\telephonelabelname\telephonenum
+ \hfill\telefaxlabelname\faxnum
+ \ifx\@empty\emailnum\else\hfill\emaillabelname{\ttfamily\emailnum}\fi
+ \ifx\@empty\telexnum\else\hfill\telexlabelname\telexnum\fi}%
+ \par
+ \begin{tabular*}{\faxbox@width}[t]{l@{\hspace{5mm}}p{70mm}@{\hfill}r}%
+ \hline
+ \multicolumn{3}{@{}c@{}}{\vrule height 0pt depth 0pt width \faxbox@width}\\
+ \headtoname
+ &\parbox[t]{\toaddress@fax@width}{\toname\\\toaddress}%
+ &\telefaxname\tofaxnum\\%
+ \\%
+ \headfromname
+ &\parbox[t]{\fromname@fax@width}{\ifx\@empty\fromlocation
+ \fromname
+ \else
+ \fromlocation
+ \fi}%
+ &\pagetotalname\totalpages\\%
+ \end{tabular*}\par%
+ \begin{tabular*}{\faxbox@width}[t]{@{\hfill}c@{\hfill}}%
+ \hline
+ \vrule height 3ex depth 7pt width 0pt\faxwarning\\%
+ \hline
+ \end{tabular*}\par%
+ \begin{tabular*}{\faxbox@width}[t]{@{}r@{}}%
+ \vrule height 0pt depth 0pt width \faxbox@width\\
+ \multicolumn{1}{r}{%
+% \end{macrocode}
+% \changes{2.352}{2014-08-06}{Factorisation du code entre \cs{faxopening} et \cs{letteropening} avec les macro
+% \cs{lettre@get@date} et \cs{lettre@put@fromlieu@date}}%
+% \begin{macrocode}
+ \lettre@get@date
+ \lettre@put@fromlieu@date
+ }\\%
+ \end{tabular*}%
+ \par
+ \vspace{\openingspace}%
+ \advance\leftskip \lettermargin
+ \advance\rightskip 75pt%
+ \ifx\@empty\concdecl
+ \vspace{\openingspace}%
+ \else
+ \concline\vspace{\openingspace}%
+ \fi
+ \hbadness=1000\relax
+ {\parindent=\openingindent
+ #1}\par\startbreaks\nobreak
+ \let\flushleft=\letterflushleft
+ \let\raggedright=\letterraggedright
+ \let\center=\lettercenter
+ \let\centering=\lettercentering}%
+% \end{macrocode}
+%\paragraph{\cs{closing}}
+%\label{sec:closing}
+%\DescribeMacro{\closing}
+% \begin{macrocode}
+\long\def\closing#1{%
+ \let\center=\normalcenter
+ \let\centering=\normalcentering
+ \let\flushleft=\normalflushleft
+ \let\raggedright=\normalraggedright
+ \par\stopbreaks
+ \if@letter
+ \vskip\csname letter\the\c@lettre\endcsname mm
+ \fi
+ \par\vspace{2\parskip}%
+ \nobreak
+ \noindent
+ \l@@info{Signature \ifcase\signum manquante\or simple\or double\or triple\fi}%
+% \end{macrocode}
+% Dans le cas o \cs{signum} est nul, la signature est gnr partir de \cs{fromname}. Il est donc
+% ncessaire que \cs{name}\marg{Mon nom} ait t appel dans le prambule ou indirectement via ma commande
+% \cs{institut}.
+% \changes{3.000}{2016-02-26}{Message d'erreur explicite en cas d'absence de \cs{name}\marg{Mon nom}.}
+% \begin{macrocode}
+ \ifnum\signum=0\space\ifx\fromname\undefined
+ \l@@error{\protect\fromname\space non d'efini, vous avez sans
+ doute omis de sp'ecifier \protect\name\space ou
+ \protect\institut\space!}
+ \fi\fi
+% \end{macrocode}
+% Le compteur \cs{sigflag} permet de slectionner une prsentation de la signature en fonction de la locale.
+% \begin{macrocode}
+ \ifcase\sigflag
+ \ifcase\signum
+ \parbox[t]{\letterwidth}{#1}%
+ \par\vspace*{4\parskip}%
+ \vspace*{\sigspace}%
+ \hspace*{\ssigindent}%
+ \noindent
+ \parbox[t]{\ssigwidth}{\centering \ignorespaces\fromname}%
+ \or
+ \parbox[t]{\letterwidth}{#1}%
+ \par\vspace*{4\parskip}%
+ \vspace*{\sigspace}%
+ \hspace*{\ssigindent}%
+ \noindent
+ \parbox[t]{\ssigwidth}{\centering \ignorespaces\fromsig}%
+ \or
+ \parbox[t]{\letterwidth}{#1}%
+ \par\vspace*{4\parskip}%
+ \vspace*{\sigspace}%
+ \msigwidth=\letterwidth
+ \divide\msigwidth by 2\relax
+ \advance\msigwidth -3pt%
+ \noindent
+ \mbox{\parbox[t]{\msigwidth}{\centering\ignorespaces\fromsig}%
+ \parbox[t]{\msigwidth}{\centering\ignorespaces\fromssig}}%
+ \or
+ \parbox[t]{\letterwidth}{#1}%
+ \par\vspace*{4\parskip}%
+ \vspace*{\sigspace}%
+ \msigwidth=\letterwidth
+ \divide\msigwidth by 3\relax
+ \advance\msigwidth -3pt%
+ \noindent
+ \mbox{\parbox[t]{\msigwidth}{\centering\ignorespaces\fromsig}%
+ \parbox[t]{\msigwidth}{\centering\ignorespaces\fromssig}%
+ \parbox[t]{\msigwidth}{\centering\ignorespaces\fromtsig}}%
+ \fi
+ \or
+ \ifcase\signum
+ \hspace*{\ssigindent}%
+ \parbox[t]{\ssigwidth}%
+ {\centering \ignorespaces
+ #1%
+ \par\vspace*{4\parskip}%
+ \vspace*{\sigspace}%
+ \fromname}%
+ \or
+ \hspace*{\ssigindent}%
+ \parbox[t]{\ssigwidth}%
+ {\centering \ignorespaces
+ #1%
+ \par\vspace*{4\parskip}%
+ \vspace*{\sigspace}%
+ \fromsig}%
+ \or
+ \parbox[t]{\letterwidth}{#1}%
+ \par\vspace*{4\parskip}%
+ \vspace*{\sigspace}%
+ \msigwidth=\letterwidth
+ \divide\msigwidth by 2\relax
+ \advance\msigwidth -3pt%
+ \noindent
+ \mbox{\parbox[t]{\msigwidth}{\centering\ignorespaces\fromsig}%
+ \parbox[t]{\msigwidth}{\centering\ignorespaces\fromssig}}%
+ \or
+ \parbox[t]{\letterwidth}{#1}%
+ \par\vspace*{4\parskip}%
+ \vspace*{\sigspace}%
+ \msigwidth=\letterwidth
+ \divide\msigwidth by 3\relax
+ \advance\msigwidth -3pt%
+ \noindent
+ \mbox{\parbox[t]{\msigwidth}{\centering\ignorespaces\fromsig}%
+ \parbox[t]{\msigwidth}{\centering\ignorespaces\fromssig}%
+ \parbox[t]{\msigwidth}{\centering\ignorespaces\fromtsig}}%
+ \fi
+ \fi
+ \par\vfill\startbreaks
+}%
+% \end{macrocode}
+%\DescribeMacro{\marge}
+% \begin{macrocode}
+\def\marge#1{%
+ \lettermargin=#1%
+ \listmargin=#1%
+ \leftmargini=\listmargin%
+ \advance\leftmargini 2.5em%
+ \letterwidth=\textwidth
+ \advance\letterwidth by -\lettermargin
+ \advance\letterwidth by 0pt}%
+% \end{macrocode}
+%\DescribeMacro{\basdepage}
+% \begin{macrocode}
+\def\basdepage#1{%
+ \def\bdp{#1}}%
+% \end{macrocode}
+%\DescribeMacro{\tension}
+% \begin{macrocode}
+\def\tension#1{%
+ \if@letter
+ \expandafter\def\csname letter\the\c@lettre\endcsname{#1}%
+ \fi
+}%
+% \end{macrocode}
+%\DescribeMacro{\addpages}
+% \begin{macrocode}
+\def\addpages#1{%
+ \l@@info{Pages additionnelles: #1}%
+ \advance\faxpage by #1}%
+% \end{macrocode}
+%\DescribeMacro{\name}
+% \begin{macrocode}
+\def\name#1{\def\fromname{#1}}%
+% \end{macrocode}
+%\DescribeMacro{\signature}
+% \begin{macrocode}
+\def\signature#1{%
+ \ifnum\signum=0\relax
+ \def\fromsig{#1}\signum=1\relax
+ \else
+ \l@@warning@strictable{Signature deja definie}%
+ \fi
+}%
+% \end{macrocode}
+%\DescribeMacro{\secondsignature}
+% \begin{macrocode}
+\def\secondsignature#1{%
+ \ifnum\signum=1\relax
+ \def\fromssig{#1}\signum=2\relax
+ \else
+ \l@@warning@strictable{Seconde signature illegale ou deja definie}%
+ \fi
+}%
+% \end{macrocode}
+%\DescribeMacro{\thirdsignature}
+% \begin{macrocode}
+\def\thirdsignature#1{%
+ \ifnum\signum=2\relax
+ \def\fromtsig{#1}\signum=3\relax
+ \else
+ \l@@warning@strictable{Troisieme signature illegale ou deja definie}%
+ \fi
+}%
+% \end{macrocode}
+%\DescribeMacro{\vref}
+% \begin{macrocode}
+\def\vref{\l@@warning@strictable{La commande \protect\Vref\space devrait etre utilisee}\Vref}
+% \end{macrocode}
+%\DescribeMacro{\Vref}
+%\changes{2.354}{2014-10-21}{Ajout \cs{lettre@vref@width}}%
+%\changes{2.354}{2014-10-21}{Un argument vide \cs{Vref} supprime la rfrence}%
+% \begin{macrocode}
+\def\Vref#1{%
+ \def\@tempa{#1}%
+ \ifx\@empty\@tempa
+ \let\toref\@empty
+ \else
+ \def\auxflag{.}%
+ \def\toref{\parbox[t]{\lettre@vref@width}{#1}}%
+ \fi
+}%
+% \end{macrocode}
+%\DescribeMacro{\nref}
+% \begin{macrocode}
+\def\nref{\l@@warning@strictable{La commande \protect\Nref\space devrait etre utilisee}\Nref}
+% \end{macrocode}
+%\DescribeMacro{\Nref}
+%\changes{2.354}{2014-10-21}{Ajout \cs{lettre@nref@width}}%
+%\changes{2.354}{2014-10-21}{Un argument vide \cs{Nref} supprime la rfrence}%
+% \begin{macrocode}
+\def\Nref#1{%
+ \def\@tempa{#1}%
+ \ifx\@empty\@tempa
+ \let\fromref\@empty
+ \else
+ \def\auxflag{.}%
+ \def\fromref{\parbox[t]{\lettre@nref@width}{#1}}%
+ \fi
+}%
+% \end{macrocode}
+%\DescribeMacro{\concline}
+% \begin{macrocode}
+\def\concline{%
+ \noindent\parbox[t]{\letterwidth}%
+ {\@hangfrom{\textrm{\concname}}\ignorespaces\concdecl\strut}%
+ \par}%
+% \end{macrocode}
+%\DescribeMacro{\auxline}
+% \begin{macrocode}
+\def\auxline{%
+ \l@@info{Ligne auxiliaire demandee}%
+ {\scriptsize
+ \ifx\@empty\toref\else
+ \vrefname
+ \ifx\space\toref
+ \hspace{\lettre@vref@width}%
+ \else
+ {\small\toref}
+ \fi
+ \hfill
+ \fi
+ \ifx\@empty\fromref\else
+ \nrefname
+ \ifx\space\fromref
+ \hspace{\lettre@nref@width}%
+ \else
+ {\small\fromref}
+ \fi
+ \hfill
+ \fi
+ \ifx\@empty \telexnum
+ \hfill
+ \else
+ T\'ELEX\ \telexnum
+ \hspace{5mm}%
+ \fi
+ \ifx\@empty \ccpnum
+ \hfill
+ \else
+ C.C.P.\ \ccpnum\hspace{5mm}%
+ \fi}\par}%
+% \end{macrocode}
+%\DescribeMacro{\emailine}
+% \begin{macrocode}
+\def\emailine{%
+ \l@@info{Ligne d'E-Mail demandee}%
+ {\scriptsize
+ \emaillabelname\hfill\ttfamily
+ \ifx\@empty \ccittnum
+ \else
+ \hfill \ccittnum\hfill
+ \fi
+ \ifx\@empty \internetnum
+ \else
+ \hfill \internetnum\hfill
+ \fi
+ \ifx\@empty \bitnetnum
+ \else
+ \hfill \bitnetnum\hfill
+ \fi
+ \ifx\@empty \telepacnum
+ \else
+ \hfill \telepacnum\hfill
+ \fi
+ \ifx\@empty \decnetnum
+ \else
+ \hfill \decnetnum\hfill
+ \fi
+ \ifnum\emailcount<3\relax
+ \hfill\mbox{}%
+ \fi}}%
+% \end{macrocode}
+%\DescribeMacro{\address}
+% \begin{macrocode}
+\long\def\address#1{\l@@info{Adresse precisee}\def\fromaddress{#1}}%
+%\long\def\address*#1{\if@letter
+% \l@@info{Adresse avec nom precisee}%
+% \def\fromaddress{\fromname\\#1}
+% \else
+% \l@@warning@strictable{Commande illegale dans un fax}
+% \fi}%
+% \end{macrocode}
+%\DescribeMacro{\nodate}
+% \begin{macrocode}
+\def\nodate{\l@@info{Date supprimee}\def\pdate{}}%
+\def\date#1{\l@@info{Date precisee}\def\pdate{#1}}%
+% \end{macrocode}
+%\DescribeMacro{\nolieu}
+% \begin{macrocode}
+\def\nolieu{\l@@info{Lieu supprime}\def\fromlieu{}}%
+% \end{macrocode}
+%\DescribeMacro{\lieu}
+% \begin{macrocode}
+\def\lieu#1{\l@@info{Lieu precise}\def\fromlieu{#1}}%
+% \end{macrocode}
+%\DescribeMacro{\conc}
+% \begin{macrocode}
+\def\conc#1{\l@@info{Champ d'objet defini}\def\concdecl{#1}}%
+% \end{macrocode}
+%\DescribeMacro{\location}
+% \begin{macrocode}
+\def\location#1{\l@@info{Precision d'adresse definie}\def\fromlocation{#1}}%
+% \end{macrocode}
+%\DescribeMacro{\notelephone}
+% \begin{macrocode}
+\def\notelephone{\l@@info{Numero de telephone supprime}\def\telephonenum{}}%
+% \end{macrocode}
+%\DescribeMacro{\telephone}
+% \begin{macrocode}
+\def\telephone#1{\l@@info{Numero de telephone precise}\def\telephonenum{#1}}%
+% \end{macrocode}
+%\DescribeMacro{\nofax}
+% \begin{macrocode}
+\def\nofax{\l@@info{Numero de fax supprime}\def\faxnum{}}%
+% \end{macrocode}
+%\DescribeMacro{\fax}
+% \begin{macrocode}
+\def\fax#1{\l@@info{Numero de fax precise}\def\faxnum{#1}}%
+% \end{macrocode}
+%\DescribeMacro{\email}
+% \begin{macrocode}
+\def\email#1{\l@@info{Numero d'E-Mail precise}\def\emailnum{#1}}%
+% \end{macrocode}
+%\DescribeMacro{\username}
+% \begin{macrocode}
+\def\username#1{\def\@username{#1}}%
+% \end{macrocode}
+%\DescribeMacro{\ccitt}
+% \begin{macrocode}
+\def\ccitt#1{\ifnum\emailcount<3\relax
+ \def\emailflag{.}%
+ \advance\emailcount by 1\relax
+ \def\ccittnum{\ifx\@empty \@username
+ \l@@warning@strictable{<<username>> indefini}
+ #1%
+ \else
+ S=\@username;#1%
+ \fi}%
+ \else
+ \def\ccittnum{}%
+ \fi}%
+% \end{macrocode}
+%\DescribeMacro{\internet}
+% \begin{macrocode}
+\def\internet#1{\ifnum\emailcount<3\relax
+ \def\emailflag{.}%
+ \advance\emailcount by 1\relax
+ \def\internetnum{\ifx\@empty \@username
+ \l@@warning@strictable{<<username>> indefini}
+ #1\relax
+ \else
+ \@username @#1\relax
+ \fi}%
+ \else
+ \def\internetnum{}%
+ \fi}%
+% \end{macrocode}
+%\DescribeMacro{\bitnet}
+% \begin{macrocode}
+\def\bitnet#1{\ifnum\emailcount<3\relax
+ \def\emailflag{.}%
+ \advance\emailcount by 1\relax
+ \def\bitnetnum{\ifx\@empty \@username
+ \l@@warning@strictable{<<username>> indefini}
+ #1\relax
+ \else
+ \@username\ at #1\relax
+ \fi}%
+ \else
+ \def\bitnetnum{}%
+ \fi}%
+% \end{macrocode}
+%\DescribeMacro{\telepac}
+% \begin{macrocode}
+\def\telepac#1{\ifnum\emailcount<3\relax
+ \def\emailflag{.}%
+ \advance\emailcount by 1\relax
+ \def\telepacnum{\ifx\@empty \@username
+ \l@@warning@strictable{<<username>> indefini}
+ #1\relax
+ \else
+ #1::\@username
+ \fi}%
+ \else
+ \def\telepacnum{}%
+ \fi}%
+% \end{macrocode}
+%\DescribeMacro{\decnet}
+% \begin{macrocode}
+\def\decnet#1{\ifnum\emailcount<3\relax
+ \def\emailflag{.}%
+ \advance\emailcount by 1\relax
+ \def\decnetnum{\ifx\@empty \@username
+ \l@@warning@strictable{<<username>> indefini}
+ #1\relax
+ \else
+ #1::\@username
+ \fi}%
+ \else
+ \def\decnetnum{}%
+ \fi}%
+% \end{macrocode}
+%\DescribeMacro{\telex}
+% \begin{macrocode}
+\def\telex#1{\ifnum\auxcount<2\relax
+ \def\auxflag{.}%
+ \advance\auxcount by 1\relax
+ \def\telexnum{#1}%
+ \else
+ \def\telexnum{}%
+ \fi}%
+% \end{macrocode}
+%\DescribeMacro{\ccp}
+% \begin{macrocode}
+\def\ccp#1{\ifnum\auxcount<2\relax
+ \def\auxflag{.}%
+ \advance\auxcount by 1\relax
+ \def\ccpnum{#1}%
+ \else
+ \def\ccpnum{}%
+ \fi}%
+% \end{macrocode}
+%\DescribeMacro{\ps}
+% \begin{macrocode}
+\def\ps#1#2{\penalty100\relax
+ \if@letter
+ \vskip\csname letter\the\c@lettre\endcsname mm
+ \fi
+ \l@@info{Post-scriptum defini}%
+ \noindent\lettre@t{#1}{#2\\}\vfill\penalty-100\relax}%
+% \end{macrocode}
+%\DescribeMacro{\cc}
+% \begin{macrocode}
+\def\cc#1{\penalty100\relax
+ \if@letter
+ \vskip\csname letter\the\c@lettre\endcsname mm
+ \fi
+ \l@@info{Copies declarees}%
+ \noindent\lettre@t{\ccname}{#1\\}\vfill\penalty-100\relax}%
+% \end{macrocode}
+%\DescribeMacro{\encl}
+% \begin{macrocode}
+\def\encl#1{\penalty100\relax
+ \if@letter
+ \vskip\csname letter\the\c@lettre\endcsname mm
+ \fi
+ \l@@info{Annexes declarees}%
+ \noindent\lettre@t{\enclname}{#1\\}\vfill\penalty-100\relax}%
+% \end{macrocode}
+%\DescribeMacro{\mencl}
+% \begin{macrocode}
+\def\mencl{\penalty100\relax
+ \if@letter
+ \vskip\csname letter\the\c@lettre\endcsname mm
+ \fi
+ \l@@info{Annexes mentionnees}%
+ \noindent\lettre@t{\mentionname\\}{~}\vfill\penalty-100\relax}%
+% \end{macrocode}
+%
+%\subsubsection{Dfinitions dpendant du langage}
+%
+%\DescribeMacro{\lettrelmpselectlanguage}La macro \cs{lettrelmpselectlanguage} permet, lorsque une langue est
+% charge dans dans un processeur multilingue (par ex.\ \texttt{babel}) de slectionner cette langue et de
+% redfinir les environnements de liste tels qu'\texttt{itemize} pour le franais.
+% \begin{macrocode}
+\newcommand*{\lettrelmpselectlanguage}[1]{%
+% \end{macrocode}
+% Si l'utilisateur n'a pas charg les dfinitions de cette langue, on essaie de le faire ici :
+% \begin{macrocode}
+ \lettreloadlang{#1}%
+% \end{macrocode}
+% Ensuite, en premier lieu on vrifie que la langue \texttt{\#1} est bien prise en charge.
+% \begin{macrocode}
+ {%
+ \ifcsundef{lettre@#1@alias@of}{%
+ \l@@warning@strictable{Langue #1 non ger'ee par lettre}%
+ \let\@tempa\@empty
+ }{%
+% \end{macrocode}
+% Ensuite, il s'agit d'appeler \cs{lettre@lmp@selectlanguage}. En fait si l'on pose que
+% \meta{lang}$=$\texttt{\#1}, alors on ne veut pas appeler
+% \cs{lettre@lmp@selectlanguage}\texttt{\{}\meta{lang}\texttt{\}} mais
+% \cs{lettre@lmp@selectlanguage}\texttt{\{}\meta{lang$^{\prime\prime}$}\texttt{\}}, o ci-aprs on dduit
+% \meta{lang$^{\prime}$} de \meta{lang}, puis \meta{lang$^{\prime\prime}$} de \meta{lang$^{\prime}$}. On
+% regarde donc d'abord de quoi \meta{lang}$=$\texttt{\#1} est l'alias, et on met le rsultat dans
+% \meta{lang$^\prime$}$=$\cs{toks}$0$. Par ex.\ si \meta{lang}$=$\texttt{french}, alors on a aussi
+% \meta{lang$^\prime$}$=$\texttt{french}, parce que \texttt{french} est l'alias de lui-mme (en d'autre terme ce
+% n'est pas un alias d'autre chose), mais si \meta{lang}$=$\texttt{francais}, alors on aura
+% \meta{lang$^\prime$}$=$\texttt{french}, parce que \texttt{francais} est un alias de \texttt{french}.
+% \begin{macrocode}
+ \toks0\expandafter\expandafter\expandafter{\csname lettre@#1@alias@of\endcsname}%
+% \end{macrocode}
+% Puis, si pour cette langue \meta{lang$^\prime$}, par ex.\ \texttt{romand}, on a dclar d'utiliser une autre
+% langue pour le gestionnaire de langue, par ex.\ \texttt{french}, on utilise celle-l au lieu de celle-ci, on
+% met le rsultat dans \meta{lang$^{\prime\prime}$}$=$\cs{toks}$1$.
+% \begin{macrocode}
+ \ifcsundef{lettre@lmp@\the\toks0@use}{%
+ \toks1\toks0 %
+ }{%
+ \toks1\expandafter\expandafter\expandafter{\csname lettre@lmp@\the\toks0@use\endcsname}%
+ }%
+% \end{macrocode}
+% En dfinitive, on va appeler \cs{lettre@lmp@selectlanguage}\texttt{\{}\meta
+% {lang$^{\prime\prime}$}\texttt{\}}, et cet appel est prpar dans \cs{toks}$4$. Mais pas tout fait, on
+% gre en plus la modification par \texttt{lettre} des environnements de base (par ex.\ \texttt{itemize}) en
+% fonction de la langue, de sorte qu'en fin de compte c'est la squence
+% \cs{the}\cs{toks}$3$\cs{the}\cs{toks}$4$\cs{the}\cs{toks}$5$ qui sera appel.
+% \begin{macrocode}
+ \toks4\expandafter{%
+ \expandafter\lettre@lmp@selectlanguage\expandafter{%
+ \the\toks1}}%
+% \end{macrocode}
+% Il y a trois cas possible. Le premier c'est que la la gestion des environnements par \texttt{lettre} est
+% dsactive, ou en d'autres termes que le fanion boolen \cs{iflettre@keep@envs} est vrai. Dans ce cas on ne
+% fait rien de plus qu'appeler \cs{lettre@lmp@selectlanguage}\texttt{\{}\meta
+% {lang$^{\prime\prime}$}\texttt{\}}, c.--d.\ que \cs{toks}$3$ et \cs{toks}$5$ sont vide.
+% \begin{macrocode}
+ \iflettre@keep@envs
+ \toks3{}%
+ \toks5{}%
+ \else
+% \end{macrocode}
+% Dans le deuxime cas, la gestion des environnements par \texttt{lettre} est active, mais il n'y a pas de
+% redfinition d'environnements disponible pour la langue \meta{lang$^{\prime\prime}$}. Dans ce cas on
+% appelle \cs{lettre@restore@orig@envs} avant \cs{lettre@lmp@selectlanguage}\texttt{\{}\meta
+% {lang$^{\prime\prime}$}\texttt{\}}, et \cs{lettre@store@orig@envs}. Si \meta{lang$^{\prime\prime}$} est la
+% seule langue utilise dans tout le document, cela ne sert rien, mais au cas o le document contiendrait
+% avant la lettre utilisant \meta{lang$^{\prime\prime}$} une lettre qui aurait redfini les environnement,
+% on a besoin du \cs{lettre@restore@orig@envs} pour ne pas perturber le paquetage de gestion de langue.
+% \begin{macrocode}
+ \toks3{\lettre@restore@orig@envs}%
+ \ifcsundef{lettre@set@\the\toks1@envs}{%
+ \toks5{\lettre@store@orig@envs}%
+ }{%
+% \end{macrocode}
+% Dans le troisime cas, une redfinition d'environnements est disponible pour la langue
+% \meta{lang$^{\prime\prime}$}. Dans ce cas on fait la mme chose que dans le deuxime cas, ceci prs
+% qu'on appelle en tout dernier lieu \cs{lettre@set@}\meta{lang$^{\prime\prime}$}\texttt{@envs}.
+% \begin{macrocode}
+ \toks5\expandafter{\expandafter\lettre@store@orig@envs
+ \csname lettre@set@\the\toks1 @envs\endcsname}%
+ }%
+ \fi
+% \end{macrocode}
+% Il ne reste plus qu' appeler ce qu'on a prpar dans les \cs{toks} allant de $3$ $5$.
+% \begin{macrocode}
+ \edef\@tempa{%
+ \the\toks3 %
+ \the\toks4 %
+ \the\toks5}%
+ }%
+ \expandafter
+ }\@tempa
+}%
+% \end{macrocode}
+%\DescribeMacro{\FAXSTR}
+% \begin{macrocode}
+\def\FAXSTR{\fontfamily{cmdh}\fontseries{m}\fontshape{n}\selectfont}%
+% \end{macrocode}
+%\DescribeMacro{\lettre@lmp@selectlanguage}La macro \cs{lettrelmpselectlanguage} n'est en fait qu'un pointeur
+% qui appelle le \cs{selectlanguage} ou son quivalent selon le processeur multilingue utilis (typiquement
+% \texttt{mlp}, \texttt{babel}, ou \texttt{polyglossia}). Ici on dfinit une implmentation par dfaut qui ne
+% fait rien en attendant un \cs{let} vers la bonne macro.
+% \begin{macrocode}
+\newcommand*\lettre@lmp@selectlanguage[1]{%
+ \l@@warning{ `\string\lettre@lmp@selectlanguage{#1}' appel'e, mais ne fait rien. Vous n'avez charg'e ni babel,
+ni mlp, ni polyglossia, ni french}}
+% \end{macrocode}
+%\DescribeMacro{\lettrelabelselectlanguage}\cs{lettrelabelselectlanguage} change la langue des tiquettes de
+% la lettre, ainsi que la disposition de la signature.
+% \begin{macrocode}
+\newcommand*\lettrelabelselectlanguage[1]{%
+% \end{macrocode}
+% Si l'utilisateur n'a pas charg les dfinitions de cette langue, on essaie de le faire ici :
+% \begin{macrocode}
+ \lettreloadlang{#1}%
+% \end{macrocode}
+% Et maintenant on slectionne la langue \meta{langue}$=$\texttt{\#1}, ce qui correspond appeler la macro
+% \cs{lettre@select@\meta{langue}@labels} avec quelques gardefous. Au-passage, si aucun des gardefous n'est
+% franchi, \cs{lettre@mainlang} est redfini \texttt{\#1}.
+% \begin{macrocode}
+ {%
+ \ifcsundef{lettre@#1@alias@of}{%
+ \l@@warning@strictable{La langue <<#1>> n'est pas prise en charge par lettre}%
+ \let\@tempa\@empty
+ }{%
+ \expandafter\let\expandafter\@tempa\csname lettre@#1@alias@of\endcsname
+ \ifcsundef{lettre@select@\@tempa @labels}{%
+ \l@@warning@strictable{Les d'efinitions de la langue <<\@tempa>> n'ont pas pu etre charg'ees}%
+ \let\@tempa\@empty
+ }{%
+ \expandafter\def\expandafter\@tempa\expandafter{%
+ \csname lettre@select@\@tempa @labels\endcsname
+ \def\lettre@mainlang{#1}}%
+ }%
+ }%
+ \expandafter
+ }\@tempa
+}%
+% \end{macrocode}
+% \DescribeMacro{\lettreloadlang}La macro \cs{lettreloadlang}\marg{langue} charge les dfinitions pour la
+% langue \meta{langue}. Ceci revient faire un \cs{input} du fichier nomm \texttt{lettre-\meta{langue}.ldf}.
+% \begin{macrocode}
+\newcommand*\lettreloadlang[1]{%
+ {%
+% \end{macrocode}
+% On vrifie tout d'abord si la langue \texttt{\#1} fait partie des langues prises en charge par \texttt{lettre}.
+% \begin{macrocode}
+ \newif\iflettre@lang@not@supported
+ \ifcsundef{lettre@#1@alias@of}{%
+ \lettre@lang@not@supportedtrue
+ \l@@warning@strictable{La langue <<#1>> ne fait pas partie des langues prises en charge par lettre}%
+% \end{macrocode}
+% Le code suivant consiste dfinir \cs{lettre@\#1@alias@of} comme \texttt{\#1}, de sorte que la langue
+% \texttt{\#1} soit dornavant considre comme prise en charge.
+% \begin{macrocode}
+ \def\@tempb##1{\toks0{\def##1{#1}}}%
+ \expandafter\@tempb\csname lettre@#1@alias@of\endcsname
+ \def\@tempa{#1}%
+ }{%
+ \lettre@lang@not@supportedfalse
+ \toks0{}%
+ \expandafter\let\expandafter\@tempa\csname lettre@#1@alias@of\endcsname
+ }%
+ \edef\@tempc{\lettre@ldf@filename{\@tempa}}%
+ \IfFileExists{\@tempc}{%
+ \iflettre@lang@not@supported
+ \l@@info{Un fichier `\@tempc' ne faisant pas partie de lettre a 'et'e trouv'e, et va etre charg'e.}%
+ \fi
+ \ifcsundef{\lettre@ldf@version{\@tempa}}{%
+ \edef\@tempa{%
+ \noexpand\l@@info{Chargement du fichier de definition de langue `\@tempc'}%
+ \noexpand\input{\@tempc}%
+ \the\toks0
+ }}{\edef\@tempa{\the\toks0}}%
+ }{%
+ \let\@tempa\@empty
+ }
+ \expandafter
+ }\@tempa
+}%
+% \end{macrocode}
+% \DescribeMacro{\lettreselectlanguage} \cs{lettreselectlanguage} Slectionne la langue la fois pour le
+% paquetage de gestion de langue (csure, environnements liste, etc\ldots) en appelant
+% \cs{lettrelmpselectlanguage} et pour la prsentation de la lettre (tiquettes, disposition signature) en
+% appelant \cs{lettrelabelselectlanguage}. L'ordre d'appel est important, parce que certains paquetages de
+% gestion de langue redfinissent certaines des macros de l'environnement \texttt{letter}. Notamment pour le
+% romand avec le paquetage de gestion de langue \texttt{french}, ce dernier dfinit \cs{enclname} (l'tiquette
+% introduisant la pice jointe) comme \texttt{P. j.~:}, c--d.\ la franaise, au lieu de le dfinir comme
+% \texttt{Ann.~:}, c--d.\ la romande, ce que fait \texttt{lettre}.
+% \begin{macrocode}
+\newcommand*\lettreselectlanguage[1]{%
+ \lettrelmpselectlanguage{#1}%
+ \lettrelabelselectlanguage{#1}%
+}%
+% \end{macrocode}
+% \begin{macro}{\lettre@babel@selectlanguage}La macro \cs{lettre@babel@selectlanguage} est une mulation de
+% la macro \cs{selectlanguage} quand le paquetage \texttt{babel} est charg. Le but est de faire un
+% traitement particulier pour le cas \texttt{german}.
+% \begin{macrocode}
+\newcommand*\lettre@babel@selectlanguage[1]{%
+ \ifcsdef{lettre@babel@#1}{\csname lettre@babel@#1\endcsname}{\selectlanguage{#1}}%
+}%
+% \end{macrocode}
+% Le traitement particulier pour \texttt{german} est effectu par \cs{lettre@babel@german}, et c'est le
+% suivant :
+% \begin{itemize}
+% \item si \texttt{babel} a charg \texttt{ngerman}, ce que l'on test avec
+% \cs{ifcsdef}\texttt{\{ver@ngerman.ldf\}\ldots}, alors on appelle \cs{selectlanguage}\texttt{\{ngerman\}},
+% \item sinon, on appelle \cs{selectlanguage}\texttt{\{german\}}
+% \end{itemize}
+%
+% \begin{macrocode}
+\newcommand*\lettre@babel@german{%
+ \ifcsdef{ver@ngerman.ldf}{\selectlanguage{ngerman}}{\selectlanguage{german}}%
+}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\lettre@efrench@selectlanguage} La macro \cs{lettre@efrench@selectlanguage} est une mulation de la
+% macro \cs{selectlanguage} quand le paquetage \texttt{french} est charg.
+% \begin{macrocode}
+\newcommand*\lettre@efrench@selectlanguage[1]{%
+ \ifx\undefined\frenchname
+ \l@@warning@strictable{L'un des paquetages mlp ou french n'a pas 'et'e charg'e correctement}%
+ \else
+% \end{macrocode}
+% Prparation d'un avertissement, au cas o \texttt{\#1} ne serait pas l'une des langues prises en charge par \texttt{mlp}.
+% \begin{macrocode}
+ \def\@tempb{\l@@warning@strictable{La langue `#1' n'est pas dans \string{french, german, english\string} qui sont les trois seules langues que lettre peut demander `a mlp}}%
+ \def\@tempc{#1}%
+ \def\lettre@iterate@body##1{%
+ \def\@tempd{##1}%
+ \ifx\@tempc\@tempd
+% \end{macrocode}
+% Suppression de l'avertissement, car \texttt{\#1} est bien l'une des langues prises en charge par \texttt{mlp}.
+% \begin{macrocode}
+ \let\@tempb\@empty
+% \end{macrocode}
+% Ici on slectionne la langue avec une macro enveloppante de la commande correspondante de \texttt{mlp}.
+% \begin{macrocode}
+ \l@@info{Selection de la langue `#1' dans le paquetage french ou mlp d'efrench}%
+ \csname lettre@efr@#1\endcsname
+% \end{macrocode}
+% Le \cs{@tempc} permet de casser la boucle en gobant le \cs{lettre@iterate} qui suit, ainsi que ses arguments restant.
+% \begin{macrocode}
+ \def\@tempc####1\@nil,{}%
+ \expandafter\@tempc
+ \fi
+ }%
+ \lettre@iterate french,english,german,\@nil,%
+ \@tempb
+ \fi
+}%
+% \end{macrocode}
+% \end{macro}
+% Dfinition des macro enveloppantes des langues prises en charge par \texttt{mlp}.
+%
+% \DescribeMacro{\lettre@efr@german} Pour \texttt{german}, on fait en sorte que l'allemand moderne (le seul
+% utilis par \texttt{babel}) l'emporte sur le vieil allemand.
+% \begin{macrocode}
+\newcommand*\lettre@efr@german{%
+ \ifx\undefined\ngermanTeXmods
+ \ifx\undefined\germanTeXmods
+ \l@@warning@strictable{Ni \protect\german\space ni \protect\ngerman\space ne sont d'efinis !}
+ \else
+ \german
+ \fi
+ \else
+ \ngerman
+ \fi
+}
+% \end{macrocode}
+% \begin{macro}{\lettre@efr@french}Pour \cs{french} il faut prendre deux prcautions avant d'appeler la
+% macro.
+% \begin{itemize}
+% \item La premire est qu'appeler \cs{french} alors qu'on est dj en franais cause une erreur. Pour
+% viter cela, on fait le test \cs{ifFrench}.
+% \item La seconde est que si on appelle \cs{lettre@efr@french} dans le \cs{AtBeginDocument}, alors
+% \cs{french} ne sera pas encore dfini. Donc on teste que \cs{french} est dfini avant de rappeler
+% \cs{lettre@efr@french} avec une nouvelle dfinition << \verb+\ifFrench\else\french\fi+ >>.
+% \end{itemize}
+%
+% \begin{macrocode}
+\newcommand*\lettre@efr@french{\ifcsdef{french}{%
+ \def\lettre@efr@french{\ifFrench\else\french\fi}\lettre@efr@french
+ }{\l@@warning@strictable{La commande \protect\french\space n'est pas
+ d'efinie.}}}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\lettre@efr@english}Pour \cs{english}, le wrapper ne fait qu'appeler la macro \cs{english}
+% correspondante du paquetage \texttt{mlp} ou \texttt{french}.
+% \begin{macrocode}
+\newcommand*\lettre@efr@english{\english}
+% \end{macrocode}
+% \end{macro}
+% Dfinitions des macros telles que \cs{francais}, \cs{anglais}, etc\ldots
+% \begin{macrocode}
+\def\@tempa#1{%
+ \expandafter\newcommand\expandafter*\csname #1\endcsname{%
+ {%
+ \def\@tempa{#1}%
+ \ifx\lettre@mainlang\@tempa\else\l@@info{Langage modifie: #1}\fi
+ }%
+ \lettreselectlanguage{#1}%
+ }%
+}%
+\@tempa{romand}%
+\@tempa{francais}%
+\@tempa{allemand}%
+\@tempa{anglais}%
+\@tempa{americain}%
+% \end{macrocode}
+% \cs{document} redfini pour crire \og\cs{startlabels}\fg\ sur le fichier \verb+.etq+
+% et excuter \cs{@startlabels}.
+% \begin{macrocode}
+\AtBeginDocument{%
+ \makeatletter
+ \@input{\jobname.tns}%
+ \@input{\jobname.odt}%
+ \begingroup\@floatplacement\@dblfloatplacement
+ \immediate\openout\@tensionaux=\jobname.tns%
+ \if@origdate
+ \immediate\openout\@dateaux=\jobname.odt%
+ \fi
+ \endgroup
+ \if@etiq
+ \immediate\openout\@etiqaux=\jobname.etq%
+ \immediate\write\@etiqaux{\string\startlabels}%
+ \@startlabels
+ \fi
+% \end{macrocode}
+% Redfinition de la macro \cs{lettre@lmp@selectlanguage} selon le paquetage de gestion de
+% langue\footnote{\emph{lmp} dans le nom de la macro veut dire \og Language Managagement Package\fg, c--d.\
+% \og Paquetage de Gestion de Lange\fg.} utilis. On va faire une boucle qui va scruter une liste
+% d'association dont chaque lment sera de la forme \meta{paquetage}\texttt{:}\meta{cas}.
+% \begin{macrocode}
+ {%
+% \end{macrocode}
+% Tout d'abord on dfinit le traitement appliquer chacun des cas. Premier cas possible, c.--d.\
+% $\meta{cas}=0$ on ne trouve aucun \meta{paquetage} de gestion de langue, alors on ne fait rien, c'est dire
+% qu'on reste sur la dfinition par dfaut de \cs{lettre@lmp@selectlanguage} :
+% \begin{macrocode}
+ \toks0{}%
+% \end{macrocode}
+% Deuxime cas possible, c.--d.\ $\meta{cas}=1$,on trouve un de gestion de langue qui fournit la macro
+% \cs{selectlanguage}, alors \cs{lettre@lmp@selectlanguage} appelle \cs{selectlanguage} :
+% \begin{macrocode}
+ \toks1{\def\lettre@lmp@selectlanguage#1{\selectlanguage{#1}}}%
+% \end{macrocode}
+% Troisime cas possible, c.--d.\ $\meta{cas}=2$, le paquetage de gestion de langue fait partie
+% d'\texttt{e-french}, on utilise \cs{lettre@efrench@selectlanguage} qui fait les traitement ad-hoc pour ce
+% cas :
+% \begin{macrocode}
+ \toks2{\let\lettre@lmp@selectlanguage\lettre@efrench@selectlanguage}%
+% \end{macrocode}
+% Quatrime cas possible, c.--d.\ $\meta{cas}=3$, le paquetage de gestion de langue fait partie
+% d'\texttt{babel}, on utilise \cs{lettre@babel@selectlanguage} qui fait les traitement ad-hoc pour ce
+% cas :
+% \begin{macrocode}
+ \toks3{\let\lettre@lmp@selectlanguage\lettre@babel@selectlanguage}%
+% \end{macrocode}
+% Le \meta{cas} slectionn va tre mis dans \cs{count}\texttt{0}, par dfaut on initialise au premier cas :
+% \begin{macrocode}
+ \count0=0 %
+% \end{macrocode}
+% Et maintenant on se fait un macro \cs{@tempb} qui va analyser chaque lment de la liste d'association,
+% c'est dire qui va pour chaque \meta{paquetage} \texttt{\#1} test, si ce paquetage est charg slectionner
+% le bon \meta{cas} \texttt{\#2} :
+% \begin{macrocode}
+ \def\lettre@iterate@body#1{\@tempb#1\@nil}%
+ \def\@tempb#1:#2\@nil{%
+ \@ifpackageloaded{#1}{%
+ \l@@info{Le paquetage `#1' est charg'e}%
+ \count0=#2 %
+% \end{macrocode}
+% On redfinit \cs{lettre@iterate} pour casser la boucle de scrutation de la liste d'association, de toute
+% faon on est au sein d'un groupe, donc l'effet de cette re-dfinition est local :
+% \begin{macrocode}
+ \def\lettre@iterate##1\@nil,{}%
+ }{%
+ \l@@info{Le paquetage `#1' n'est pas charg'e}%
+ }%
+ }%
+% \end{macrocode}
+% Et voici la boucle elle-mme, avec pour chaque paquetage le cas correspondant :
+% \begin{macrocode}
+ \l@@info{Scrutation des paquetages de gestion de langue}%
+ \lettre@iterate%
+ babel:3,%
+ polyglossia:1,%
+ french:2,%
+ mlp:2,%
+ \@nil,%
+% \end{macrocode}
+% Il n'y a plus cas appliquer le traitement correspondant au cas slectionn :
+% \begin{macrocode}
+ \expandafter
+ }\the\toks\count0 %
+ \makeatother
+}%
+% \end{macrocode}
+% \cs{enddocument} redfini pour sortir la page d'tiquettes, si ncessaire.
+% \begin{macrocode}
+\AtEndDocument{%
+ \l@@info{Nombre de lettres :\the\c@lettre}%
+ \l@@info{Nombre de telefax :\the\c@telefax}%
+ \newpage\begingroup
+ \immediate\closeout\@tensionaux%
+ \if@origdate
+ \immediate\closeout\@dateaux%
+ \fi
+ \if@letter
+ \if@etiq
+ \immediate\closeout\@etiqaux%
+ \makeatletter
+ \@input{\jobname.etq}%
+ \makeatother
+ \clearpage
+ \fi
+ \else
+ \immediate\closeout\@faxaux%
+ \fi
+ \endgroup
+}%
+% \end{macrocode}
+%
+%\subsubsection{Styles de page}
+%
+% \begin{macrocode}
+\def\@texttop{\ifnum\c@page=1\vskip 0pt plus .00001fil\relax\fi}%
+% \end{macrocode}
+%
+% \begin{macrocode}
+\if@twoside
+ \def\ps@headings{%
+ \headheight 12pt%
+ \headsep 25pt%
+ \def\@oddhead{{\hspace{15mm}\ifx\@empty\fromlieu\else\fromlieu , \fi
+ \pdate\hfill Page \thepage}}%
+ \def\@oddfoot{}%
+ \def\@evenhead{{Page \thepage\hfill\ifx\@empty\fromlieu\else\fromlieu , \fi
+ \pdate\hspace{15mm}}}%
+ \def\@evenfoot{}}%
+\else
+ \def\ps@headings{%
+ \headheight 12pt%
+ \headsep 25pt%
+ \def\@oddhead{{\hspace{15mm}\ifx\@empty\fromlieu\else\fromlieu , \fi
+ \pdate\hfill Page \thepage}}%
+ \def\@oddfoot{}%
+ \def\@evenhead{}%
+ \def\@evenfoot{}}%
+\fi
+% \end{macrocode}
+% \DescribeMacro{\ps@empty}
+% \begin{macrocode}
+\def\ps@empty{%
+ \headheight 0pt%
+ \headsep 9pt%
+ \def\@oddhead{}%
+ \def\@oddfoot{%
+ \ifnum\c@page=1\relax
+ \ifx\@empty\emailflag
+ \ifx\@empty\bdp
+ \else
+ \hbadness=10000\relax
+ \rlap{\parbox{\textwidth}{\mbox{}\\\rule{\textwidth}{.4pt}\\\bdp}}
+ ~\hfill~
+ \hbadness=1000\relax
+ \fi
+ \else
+ \hbadness=10000\relax
+ \rlap{\parbox{\textwidth}{\mbox{}\\\rule{\textwidth}{.4pt}\\\emailine}}%
+ ~\hfill~
+ \hbadness=1000\relax
+ \fi
+ \fi}%
+ \def\@evenhead{}%
+ \def\@evenfoot{}}%
+% \end{macrocode}
+% \DescribeMacro{\ps@firstpage}
+% \begin{macrocode}
+\def\ps@firstpage{%
+ \headheight 12pt%
+ \headsep 25pt%
+ \def\@oddhead{}%
+ \def\@oddfoot{}%
+ \def\@evenhead{}%
+ \def\@evenfoot{}}%
+% \end{macrocode}
+% \DescribeMacro{\ps@plain}
+% \begin{macrocode}
+\def\ps@plain{%
+ \headheight 0pt%
+ \headsep 9pt%
+ \def\@oddhead{}%
+ \def\@oddfoot{\textrm{\hfill\thepage\hfill}}%
+ \def\@evenhead{}%
+ \def\@evenfoot{\textrm{\hfill\thepage\hfill}}}%
+% \end{macrocode}
+%
+%\subsubsection{\texttt{center} et \texttt{flushleft}}
+%
+% \begin{macrocode}
+\def\normalcenter{\trivlist \normalcentering\item[]}%
+\def\lettercenter{\trivlist \lettercentering\item[]}%
+\def\normalcentering{\let\\=\@centercr\rightskip\@flushglue
+ \leftskip\@flushglue
+ \parindent\z@\parfillskip\z@}%
+\def\lettercentering{\let\\=\@centercr\rightskip\@flushglue
+ \leftskip\@flushglue\advance\leftskip\lettermargin
+ \parindent\z@\parfillskip\z@}%
+\let\endcenter=\endtrivlist
+% \end{macrocode}
+% \DescribeMacro{\normalflushleft}
+% \begin{macrocode}
+\def\normalflushleft{\trivlist \normalraggedright\item[]}%
+\def\letterflushleft{\trivlist \letterraggedright\item[]}%
+\def\normalraggedright{\let\\=\@centercr\leftskip\z@
+ \@rightskip\@flushglue\rightskip\@rightskip
+ \parindent\z@}%
+\def\letterraggedright{\let\\=\@centercr\leftskip\lettermargin
+ \@rightskip\@flushglue\rightskip\@rightskip
+ \parindent\z@}%
+\let\endflushleft=\endtrivlist
+% \end{macrocode}
+%
+%\subsubsection{Listes}
+%
+% \DescribeMacro{\lettre@store@orig@envs}Tout d'abord on dfinit \cs{lettre@store@orig@envs} qui prend note de
+% l'environnement \texttt{itemize} d'origine fourni par \LaTeX, et qui sera appel \cs{AtBeginDocument}, et
+% immdiatement aprs chaque changement de langue effectu par le paquetage de gestion de langue.
+% \begin{macrocode}
+\newcommand*{\lettre@store@orig@envs}{%
+\let\lettre@orig@itemize\itemize
+\let\lettre@orig@enditemize\enditemize
+}%
+\AtBeginDocument{\lettre@store@orig@envs}%
+% \end{macrocode}
+% \DescribeMacro{\lettre@restore@orig@envs}La macro \cs{lettre@restore@orig@envs} permet de restaurer les
+% environnments \LaTeX\ que \texttt{lettre} redfinit selon la langue. Notamment l'environnement
+% \texttt{itemize} redfini en franais.
+% \begin{macrocode}
+\newcommand*{\lettre@restore@orig@envs}{%
+\let\itemize\lettre@orig@itemize
+\let\enditemize\lettre@orig@enditemize}%
+% \end{macrocode}
+% \DescribeMacro{\reset@frenchitemize}La macro \cs{reset@frenchitemize} est obsolte, appelez plutt
+% \cs{lettre@set@french@envs} dfinie dans \texttt{lettre-french.ldf}.
+% \begin{macrocode}
+\newcommand*{\reset@frenchitemize}{\l@@warning@strictable{\protect\reset@frenchitemize\space est obsolete, utilisez
+ plutot \protect\lettre@set@french@envs}\lettre@set@french@envs}
+% \end{macrocode}
+%
+% \begin{macrocode}
+\rightmargin 25mm%
+ \advance\rightmargin 5pt%
+\leftmarginii 2.2em%
+\leftmarginiii 1.87em%
+\leftmarginiv 1.7em%
+\leftmarginv 1em%
+\leftmarginvi 1em%
+\leftmargin\leftmargini
+\labelsep 5pt%
+\parsep 0pt%
+\def\@listi{\leftmargin\listmargin\labelwidth\leftmargin
+ \advance\leftmargin 1.5em\advance\labelwidth-\labelsep}%
+\def\@listii{\leftmargin\leftmarginii
+ \labelwidth\leftmarginii\advance\labelwidth-\labelsep}%
+\def\@listiii{\leftmargin\leftmarginiii
+ \labelwidth\leftmarginiii\advance\labelwidth-\labelsep
+ \topsep .1em%
+ \itemsep \topsep}%
+\def\@listiv{\leftmargin\leftmarginiv
+ \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}%
+\def\@listv{\leftmargin\leftmarginv
+ \labelwidth\leftmarginv\advance\labelwidth-\labelsep}%
+\def\@listvi{\leftmargin\leftmarginvi
+ \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}%
+% \end{macrocode}
+%
+% \begin{macrocode}
+\def\labelitemi{$\bullet$}%
+\def\labelitemii{\bfseries --}%
+\def\labelitemiii{$\ast$}%
+\def\labelitemiv{$\cdot$}%
+% \end{macrocode}
+%
+% \begin{macrocode}
+\def\labelenumi{\arabic{enumi}.}%
+\def\theenumi{\arabic{enumi}}%
+\def\labelenumii{(\alph{enumii})}%
+\def\theenumii{\alph{enumii}}%
+\def\p@enumii{\theenumi}%
+\def\labelenumiii{\roman{enumiii}.}%
+\def\theenumiii{\roman{enumiii}}%
+\def\p@enumiii{\theenumi(\theenumii)}%
+\def\labelenumiv{\Alph{enumiv}.}%
+\def\theenumiv{\Alph{enumiv}}%
+\def\p@enumiv{\p@enumiii\theenumiii}%
+% \end{macrocode}
+% \DescribeEnv{verse}
+% \begin{macrocode}
+\def\verse{\let\\=\@centercr
+ \list{}{\itemsep\z@ \itemindent -15pt\listparindent \itemindent
+ \rightmargin\leftmargin\advance\leftmargin 15pt}\item[]}%
+\let\endverse\endlist
+% \end{macrocode}
+% \DescribeEnv{quotation}
+% \begin{macrocode}
+\def\quotation{\list{}{\listparindent 1.5em%
+ \itemindent\listparindent
+ \rightmargin\leftmargin}\item[]}%
+\let\endquotation=\endlist
+% \end{macrocode}
+% \DescribeEnv{quote}
+% \begin{macrocode}
+\def\quote{\list{}{\rightmargin\leftmargin}\item[]}%
+\let\endquote=\endlist
+% \end{macrocode}
+%
+% \begin{macrocode}
+\def\descriptionlabel#1{\itshape #1}%
+% \end{macrocode}
+% \DescribeEnv{description}
+% \begin{macrocode}
+\def\description{\list{}{\leftmargin=2\listmargin
+ \labelwidth\listmargin \advance\labelwidth -\labelsep
+ \let\makelabel\descriptionlabel}}%
+\let\enddescription\endlist
+% \end{macrocode}
+%
+%\subsubsection{Divers}
+%
+% \begin{macrocode}
+\def\@begintheorem#1#2{\itshape \trivlist \item[\hskip \labelsep{\bfseries #1\ #2}]}%
+\def\@endtheorem{\endtrivlist}%
+% \end{macrocode}
+% \DescribeMacro{\theequation}
+% \begin{macrocode}
+\def\theequation{\arabic{equation}}%
+% \end{macrocode}
+%
+% \begin{macrocode}
+\arraycolsep 5pt%
+\tabcolsep 5pt%
+\arrayrulewidth .4pt%
+\doublerulesep 2pt%
+\tabbingsep\labelsep
+\skip\@mpfootins=\skip\footins
+% \end{macrocode}
+% Espace laiss entre la bote et le texte par \cs{fbox} et \cs{framebox}.
+% \begin{macrocode}
+\fboxsep = 3pt
+% \end{macrocode}
+% paisseur des filets faits par \cs{fbox} et \cs{framebox}.
+% \begin{macrocode}
+\fboxrule = .4pt
+% \end{macrocode}
+%\changes{3.000}{2015-12-20}{Ajout \cs{today} ncessaire \texttt{e-french}.}%
+% \begin{macrocode}
+\newcommand*\today{\cejour}
+% \end{macrocode}
+%
+%\subsubsection{Notes en bas de page}
+%
+% \begin{macrocode}
+\def\footnoterule{\kern-1\p@
+ \hrule width .4\columnwidth
+ \kern .6\p@}%
+% \end{macrocode}
+% \DescribeMacro{\@makefntext}
+% \begin{macrocode}
+\long\def\@makefntext#1{\parindent 1em\noindent
+ \hb@xt@1.8em{%
+ \hss\@textsuperscript{\normalfont\@thefnmark}}#1}%
+% \end{macrocode}
+%
+%\subsection{Initialisations}
+%\subsubsection{Initialisation des valeurs par dfauts}
+%
+% \begin{macrocode}
+\def\pict@let@width{185}%
+\def\pict@let@height{65}%
+\def\pict@let@hoffset{0}%
+\def\pict@let@voffset{0}%
+\def\rule@hpos{-25}%
+\def\rule@vpos{-15}%
+\def\rule@length{10}%
+\def\fromaddress@let@hpos{-10}%
+\def\fromaddress@let@vpos{70}%
+\fromaddress@let@width=69mm
+\def\fromlieu@let@hpos{90}%
+\def\fromlieu@let@vpos{62}%
+\fromlieu@let@width=69mm
+\def\toaddress@let@hpos{90}%
+\def\toaddress@let@vpos{40}%
+\toaddress@let@width=80mm
+% \end{macrocode}
+%
+% \begin{macrocode}
+\def\pict@fax@width{185}%
+\def\pict@fax@height{30}%
+\def\pict@fax@hoffset{0}%
+\def\pict@fax@voffset{0}%
+\def\fromaddress@fax@hpos{-10}%
+\def\fromaddress@fax@vpos{30}%
+\fromaddress@fax@width=69mm
+\def\faxstring@hpos{90}%
+\def\faxstring@vpos{20}%
+\faxstring@width=69mm%
+\faxbox@width=170mm%
+\toaddress@fax@width=69mm%
+\fromname@fax@width=69mm%
+% \end{macrocode}
+%\changes{2.354}{2014-10-21}{Ajout \cs{lettre@vref@width} et \cs{lettre@nref@width}}%
+% \begin{macrocode}
+\lettre@vref@width=21mm%
+\lettre@nref@width=21mm%
+% \end{macrocode}
+% \DescribeMacro{\lettre@input@institut}Dfinition par dfaut de \cs{lettre@input@institut}, cette dfinition
+% peut tre change par l'appel \cs{institut}.
+% \changes{3.000}{2015-10-30}{Nom fichier institut par dfaut en
+% \texttt{lettre-default.cfg}}
+% \begin{macrocode}
+\def\lettre@input@institut{\makeatletter
+ \input{lettre-default.cfg}%
+ \makeatother}%
+% \end{macrocode}
+%
+% \begin{macrocode}
+\smallskipamount=.5\parskip
+\medskipamount=\parskip
+\bigskipamount=2\parskip
+% \end{macrocode}
+%
+% \begin{macrocode}
+\ps@plain
+\pagenumbering{arabic}%
+\raggedbottom
+\onecolumn
+% \end{macrocode}
+% \subsubsection{Initialisations des variables de la lettre}
+% \begin{macrocode}
+\def\pdate{\cejour}%
+% \end{macrocode}
+% \begin{macrocode}
+\def\emailnum{}%
+% \end{macrocode}
+% \begin{macrocode}
+\def\fromlocation{}%
+\signum=0\relax
+\def\fromsig{}%
+\def\fromssig{}%
+\def\fromtsig{}%
+% \end{macrocode}
+% Langue franaise par dfaut, si rien d'autre n'a t demand.
+% \begin{macrocode}
+\ifx\lettre@mainlang\@empty
+ \def\lettre@mainlang{francais}%
+ \lettreloadlang{french}%
+\fi
+% \end{macrocode}
+% Slection de la langue principale au dbut du document.
+% \begin{macrocode}
+{%
+ \edef\@tempa{%
+ \noexpand\AtBeginDocument{%
+ \noexpand\lettreselectlanguage{\lettre@mainlang}%
+ \noexpand\l@@info{Langage par defaut: \lettre@mainlang}}%
+ }%
+\expandafter}\@tempa
+% \end{macrocode}
+% \begin{macrocode}
+\def\concdecl{}%
+\marge{15mm}%
+\msigwidth=\letterwidth
+\ssigindent=0.5\letterwidth
+\ssigwidth=\letterwidth
+ \advance\ssigwidth by -\ssigindent
+ \advance\ssigwidth by -5pt
+\sigspace=1.5cm
+\openingspace=1cm
+\openingindent=0pt
+% \end{macrocode}
+% \begin{macrocode}
+\@lettertrue
+\faxpage=0\relax
+\def\totalpages{}%
+% \end{macrocode}
+% \begin{macrocode}
+\def\auxflag{}%
+\auxcount=0\relax
+% \end{macrocode}
+% \changes{2.354}{2014-10-21}{Un argument vide \cs{Vref} ou \cs{Nref} supprime la rfrence}%
+% \begin{macrocode}
+\let\toref\space
+\let\fromref\space
+\def\telexnum{}%
+\def\ccpnum{}%
+% \end{macrocode}
+% \begin{macrocode}
+\def\emailflag{}%
+\emailcount=0\relax
+\def\@username{}%
+\def\ccittnum{}%
+\def\internetnum{}%
+\def\bitnetnum{}%
+\def\telepacnum{}%
+\def\decnetnum{}%
+% \end{macrocode}
+% \begin{macrocode}
+\def\bdp{}%
+% \end{macrocode}
+%^^A End of file `lettre.cls'.
+\iffalse ispell-dictionary: "francais"\fi
+
+%\lettreGrandgousier
+%</paquetage>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*lang-english>
+%\lettreGrandgousierEOF
+%\subsubsection{Dfinitions pour la langue \texttt{anglais}}
+%
+%\DescribeMacro{\lettre@select@english@labels}
+% \begin{macrocode}
+\LettreDeclareLanguage{english}{%
+ \sigflag=1\space
+ \def\cejour{\ifcase\month\or
+ January\or February\or March\or April\or May\or June\or
+ July\or August\or September\or October\or November\or December\fi
+ \space\number\day ,\space\number\year}%
+ \def\faxwarning{\large\slshape\bfseries If improperly transmitted, please
+ call the telefax operator}%
+ \def\telefaxstring{{\FAXSTR T~E~L~E~F~A~X}}%
+ \def\telephonelabelname{TELEPHONE:~}%
+ \def\telefaxlabelname{TELEFAX:~}%
+ \def\telefaxname{Telefax:~}%
+ \def\tellabelname{Tel:~}%
+ \def\faxlabelname{Fax:~}%
+ \def\emaillabelname{E-Mail:~}%
+ \def\telexlabelname{TELEX:~}%
+ \def\headtoname{To:~}%
+ \def\headfromname{From:~}%
+ \def\pagetotalname{Total pages:~}%
+ \def\concname{Subject:~}%
+ \def\ccname{Cc:~}%
+ \def\enclname{Encl(s):~}%
+ \def\mentionname{Encl(s).}%
+ \def\vrefname{Y.\raise.4ex\hbox{\tiny /}ref.~}%
+ \def\nrefname{O.\raise.4ex\hbox{\tiny /}ref.~}%
+}%
+\LettreProvidesLanguage{english}[2015/11/18]%
+% \end{macrocode}
+%^^A End of file `lettre-english.ldf'.
+\iffalse ispell-dictionary: "english"\fi
+
+%\lettreGrandgousier
+%</lang-english>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*lang-french>
+%\lettreGrandgousierEOF
+%\subsubsection{Dfinitions pour la langue \texttt{francais}}
+%
+%\DescribeMacro{\lettre@select@french@labels}
+% \begin{macrocode}
+\LettreDeclareLanguage{french}{%
+ \sigflag=0\space
+% \end{macrocode}
+% \changes{2.352}{2014-08-02}{Correction \href{https://gna.org/bugs/?22259}{bug\#22259} en rendant \cs{cejour}
+% entirement dveloppable si \texttt{babel} n'est pas charg, de sorte viter tout problme de fragilit}%
+% \begin{macrocode}
+ \def\cejour{le
+ \ifnum\day=1\space 1\ifx\ier\undefined er\else\expandafter\ier\fi
+ \else\number\day\fi
+ \space\ifcase\month\or
+ janvier\or f\'evrier\or mars\or avril\or mai\or juin\or
+ juillet\or ao\^ut\or septembre\or octobre\or novembre\or d\'ecembre\fi
+ \space \number\year}%
+ \def\faxwarning{\large\slshape\bfseries En cas de mauvaise transmission,
+ appelez s.v.p. l'op\'erateur t\'el\'efax}%
+ \def\telefaxstring{{\FAXSTR T~\'E~L~\'E~F~A~X}}%
+ \def\telephonelabelname{T\'EL\'EPHONE :~}%
+ \def\telefaxlabelname{T\'EL\'EFAX :~}%
+ \def\telefaxname{T\'el\'ecopie :~}%
+ \def\tellabelname{T\'el.~}%
+ \def\faxlabelname{Fax :~}%
+ \def\emaillabelname{E-Mail :~}%
+ \def\telexlabelname{T\'ELEX :~}%
+ \def\headtoname{\`A :~}%
+ \def\headfromname{De :~}%
+ \def\pagetotalname{Nombre de pages :~}%
+ \def\concname{Objet :~}%
+ \def\ccname{C.c.~}%
+ \def\enclname{P.j.~}%
+ \def\mentionname{Annexe(s) mentionn\'ee(s)}%
+ \def\vrefname{V.\raise.4ex\hbox{\tiny /}r\'ef.~}
+ \def\nrefname{N.\raise.4ex\hbox{\tiny /}r\'ef.~}
+}%
+% \end{macrocode}
+% \DescribeMacro{\lettre@set@french@envs}La macro \cs{lettre@set@french@envs} redfinit les listes la
+% franaises. Le seul environnement redfini est \texttt{itemize}.
+% \begin{macrocode}
+\newcommand*{\lettre@set@french@envs}{%
+ \renewenvironment{itemize}%
+ {\begin{list}{\textendash}%
+ {\settowidth{\labelwidth}{\textendash}%
+ \setlength{\leftmargin}{\listmargin}%
+ \addtolength{\leftmargin}{\labelwidth}%
+ \addtolength{\leftmargin}{\labelsep}%
+ \ifnum\@listdepth=0
+ \setlength{\itemindent}{\parindent}%
+ \else
+ \addtolength{\leftmargin}{\parindent}%
+ \fi
+ \setlength{\itemsep}{\z@}%
+ \setlength{\parsep}{\z@}%
+ \setlength{\topsep}{\z@}%
+ \setlength{\partopsep}{\z@}%
+ \addtolength{\topsep}{-\parskip}%
+ \addtolength{\partopsep}{\parskip}%
+ }%
+ }%
+ {\end{list}}%
+}
+% \end{macrocode}
+% \begin{macrocode}
+\LettreProvidesLanguage{french}[2015/11/18]%
+% \end{macrocode}
+%^^A End of file `lettre-french.ldf'.
+\iffalse ispell-dictionary: "francais"\fi
+
+%\lettreGrandgousier
+%</lang-french>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*lang-german>
+%\lettreGrandgousierEOF
+%\subsubsection{Dfinitions pour la langue \texttt{allemand}}
+%
+%\DescribeMacro{\lettre@select@german@labels}
+% \begin{macrocode}
+\LettreDeclareLanguage{german}{%
+ \sigflag=1\relax
+ \def\cejour{den \number\day .\space\ifcase\month\or
+ Januar\or Februar\or M\"arz\or April\or Mai\or Juni\or
+ Juli\or August\or September\or Oktober\or November\or Dezember\fi
+ \space \number\year}%
+ \def\concname{Betrifft: }%
+ \def\faxwarning{\large\slshape\bfseries Bitte unrichtige \"Ubertragungen dem
+ Sender telefonisch melden}%
+ \def\telefaxstring{{\FAXSTR T~E~L~E~F~A~X}}%
+ \def\telephonelabelname{TELEFON:~}%
+ \def\telefaxlabelname{TELEFAX:~}%
+ \def\telefaxname{Telefax:~}%
+ \def\tellabelname{Tel:~}%
+ \def\faxlabelname{Fax:~}%
+ \def\emaillabelname{E-Mail:~}%
+ \def\telexlabelname{TELEX:~}%
+ \def\headtoname{An:~}%
+ \def\headfromname{Von:~}%
+ \def\pagetotalname{Gesamtanzahl der Bl\"atter:~}%
+ \def\concname{Betrifft:~}%
+ \def\ccname{Kopie an:~}%
+ \def\enclname{Beilage(n):~}%
+ \def\mentionname{Beilage(n) erw\"ahnt}%
+ \def\vrefname{Ihr Zeichen~}
+ \def\nrefname{Unser Zeichen~}
+}%
+\LettreProvidesLanguage{german}[2015/11/18]%
+% \end{macrocode}
+%^^A End of file `lettre-german.ldf'.
+\iffalse ispell-dictionary: "francais"\fi
+
+%\lettreGrandgousier
+%</lang-german>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*lang-romand>
+%\lettreGrandgousierEOF
+%\subsubsection{Dfinitions pour la langue \texttt{romand}}
+%
+%\DescribeMacro{\lettre@select@romand@labels}
+%\DescribeMacro{\lettre@mlp@romand@use}
+% \begin{macrocode}
+\LettreDeclareLanguage{romand}[french]{%
+ \sigflag=0 %
+ \def\cejour{le
+ \ifx\ier\undefined\def\ier{er}\fi
+ \ifnum\day=1\relax 1\ier\else \number\day\fi
+ \space\ifcase\month\or
+ janvier\or f\'evrier\or mars\or avril\or mai\or juin\or
+ juillet\or ao\^ut\or septembre\or octobre\or novembre\or d\'ecembre\fi
+ \space \number\year}%
+ \def\faxwarning{\large\slshape\bfseries En cas de mauvaise transmission,
+ appelez s.v.p. l'op\'erateur t\'el\'efax}%
+ \def\telefaxstring{{\FAXSTR T~\'E~L~\'E~F~A~X}}%
+ \def\telephonelabelname{T\'EL\'EPHONE :~}%
+ \def\telefaxlabelname{T\'EL\'EFAX :~}%
+ \def\telefaxname{T\'el\'efax :~}%
+ \def\tellabelname{T\'el.~}%
+ \def\faxlabelname{Fax :~}%
+ \def\emaillabelname{E-Mail :~}%
+ \def\telexlabelname{T\'ELEX :~}%
+ \def\headtoname{\`A :~}%
+ \def\headfromname{De :~}%
+ \def\pagetotalname{Nombre de pages :~}%
+ \def\concname{Concerne :~}%
+ \def\ccname{C.c.~}%
+ \def\enclname{Ann.~}%
+ \def\mentionname{Annexe(s) mentionn\'ee(s)}%
+ \def\vrefname{V.\raise.4ex\hbox{\tiny /}r\'ef.~}
+ \def\nrefname{N.\raise.4ex\hbox{\tiny /}r\'ef.~}
+}%
+\LettreProvidesLanguage{romand}[2015/11/18]%
+% \end{macrocode}
+%^^A End of file `lettre-romand.ldf'.
+\iffalse ispell-dictionary: "francais"\fi
+
+%\lettreGrandgousier
+%</lang-romand>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%<*lang-USenglish>
+%\lettreGrandgousierEOF
+%\subsubsection{Dfinitions pour la langue \texttt{americain}}
+%
+%\DescribeMacro{\lettre@select@USenglish@labels}
+%\DescribeMacro{\lettre@mlp@USenglish@use}
+% \begin{macrocode}
+\LettreDeclareLanguage{USenglish}[english]{%
+ \sigflag=1\relax
+ \def\cejour{\ifcase\month\or
+ January\or February\or March\or April\or May\or June\or
+ July\or August\or September\or October\or November\or December\fi
+ \space\number\day ,\space\number\year}%
+ \def\faxwarning{\large\slshape\bfseries If improperly transmitted, please
+ call the telefax operator}%
+ \def\telefaxstring{{\FAXSTR T~E~L~E~F~A~X}}%
+ \def\telephonelabelname{PHONE:~}%
+ \def\telefaxlabelname{TELEFAX:~}%
+ \def\telefaxname{Telefax:~}%
+ \def\tellabelname{Phn:~}%
+ \def\faxlabelname{Fax:~}%
+ \def\emaillabelname{E-Mail:~}%
+ \def\telexlabelname{TELEX:~}%
+ \def\headtoname{To:~}%
+ \def\headfromname{From:~}%
+ \def\pagetotalname{Total pages:~}%
+ \def\concname{Re:~}%
+ \def\ccname{Cc:~}%
+ \def\enclname{Encl(s):~}%
+ \def\mentionname{Encl(s).}%
+ \def\vrefname{Y.\raise.4ex\hbox{\tiny /}ref.~}%
+ \def\nrefname{O.\raise.4ex\hbox{\tiny /}ref.~}%
+}%
+\LettreProvidesLanguage{USenglish}[2015/11/18]%
+% \end{macrocode}
+%^^A End of file `lettre-USenglish.ldf'.
+\iffalse ispell-dictionary: "english"\fi
+
+%\lettreGrandgousier
+%</lang-USenglish>
+%<*internal>
+%\lettreGrandgousierEOF
+%\lettreGrandgousier
+%</internal>
+%\lettreGrandgousierEOF
+
diff --git a/macros/latex/contrib/lettre/lettre.pdf b/macros/latex/contrib/lettre/lettre.pdf
new file mode 100644
index 0000000000..77954b3795
--- /dev/null
+++ b/macros/latex/contrib/lettre/lettre.pdf
@@ -0,0 +1,20801 @@
+%PDF-1.5
+%
+1 0 obj
+<< /S /GoTo /D (section*.4) >>
+endobj
+4 0 obj
+(Introduction)
+endobj
+5 0 obj
+<< /S /GoTo /D (section*.5) >>
+endobj
+8 0 obj
+(Historique et remerciements)
+endobj
+9 0 obj
+<< /S /GoTo /D (section*.6) >>
+endobj
+12 0 obj
+(Rapport d'anomalies)
+endobj
+13 0 obj
+<< /S /GoTo /D (section*.7) >>
+endobj
+16 0 obj
+(\311volutions futures)
+endobj
+17 0 obj
+<< /S /GoTo /D (section.1) >>
+endobj
+20 0 obj
+(Installation)
+endobj
+21 0 obj
+<< /S /GoTo /D (subsection.1.1) >>
+endobj
+24 0 obj
+(Installation de la version publique)
+endobj
+25 0 obj
+<< /S /GoTo /D (subsection.1.2) >>
+endobj
+28 0 obj
+(Installation \340 partir des sources)
+endobj
+29 0 obj
+<< /S /GoTo /D (section.2) >>
+endobj
+32 0 obj
+(Utilisation)
+endobj
+33 0 obj
+<< /S /GoTo /D (subsection.2.1) >>
+endobj
+36 0 obj
+(Options du paquetage)
+endobj
+37 0 obj
+<< /S /GoTo /D (subsubsection.2.1.1) >>
+endobj
+40 0 obj
+(Mise en forme)
+endobj
+41 0 obj
+<< /S /GoTo /D (subsubsection.2.1.2) >>
+endobj
+44 0 obj
+(\311quations)
+endobj
+45 0 obj
+<< /S /GoTo /D (subsubsection.2.1.3) >>
+endobj
+48 0 obj
+(Langue)
+endobj
+49 0 obj
+<< /S /GoTo /D (subsubsection.2.1.4) >>
+endobj
+52 0 obj
+(Verbosit\351 et contr\364le des erreurs)
+endobj
+53 0 obj
+<< /S /GoTo /D (subsubsection.2.1.5) >>
+endobj
+56 0 obj
+(Date du message)
+endobj
+57 0 obj
+<< /S /GoTo /D (subsection.2.2) >>
+endobj
+60 0 obj
+(Des lettres)
+endobj
+61 0 obj
+<< /S /GoTo /D (subsubsection.2.2.1) >>
+endobj
+64 0 obj
+(De l'ent\352te)
+endobj
+65 0 obj
+<< /S /GoTo /D (subsubsection.2.2.2) >>
+endobj
+68 0 obj
+(Du destinataire et du texte)
+endobj
+69 0 obj
+<< /S /GoTo /D (subsubsection.2.2.3) >>
+endobj
+72 0 obj
+(De la ligne des r\351f\351rences)
+endobj
+73 0 obj
+<< /S /GoTo /D (subsubsection.2.2.4) >>
+endobj
+76 0 obj
+(Des \351tiquettes)
+endobj
+77 0 obj
+<< /S /GoTo /D (subsection.2.3) >>
+endobj
+80 0 obj
+(Des t\351l\351fax)
+endobj
+81 0 obj
+<< /S /GoTo /D (subsubsection.2.3.1) >>
+endobj
+84 0 obj
+(De l'ent\352te et de la zone en \351vidence)
+endobj
+85 0 obj
+<< /S /GoTo /D (subsubsection.2.3.2) >>
+endobj
+88 0 obj
+(De la ligne auxiliaire)
+endobj
+89 0 obj
+<< /S /GoTo /D (subsubsection.2.3.3) >>
+endobj
+92 0 obj
+(De la suite du t\351l\351fax)
+endobj
+93 0 obj
+<< /S /GoTo /D (subsection.2.4) >>
+endobj
+96 0 obj
+(Des commandes communes)
+endobj
+97 0 obj
+<< /S /GoTo /D (subsubsection.2.4.1) >>
+endobj
+100 0 obj
+(De l'exp\351diteur)
+endobj
+101 0 obj
+<< /S /GoTo /D (subsubsection.2.4.2) >>
+endobj
+104 0 obj
+(De la ligne d'E-Mail)
+endobj
+105 0 obj
+<< /S /GoTo /D (subsubsection.2.4.3) >>
+endobj
+108 0 obj
+(De la langue)
+endobj
+109 0 obj
+<< /S /GoTo /D (subsubsection.2.4.4) >>
+endobj
+112 0 obj
+(De la mise en page)
+endobj
+113 0 obj
+<< /S /GoTo /D (subsubsection.2.4.5) >>
+endobj
+116 0 obj
+(De la ligne de bas de page)
+endobj
+117 0 obj
+<< /S /GoTo /D (subsubsection.2.4.6) >>
+endobj
+120 0 obj
+(Des commandes suppl\351mentaires)
+endobj
+121 0 obj
+<< /S /GoTo /D (subsubsection.2.4.7) >>
+endobj
+124 0 obj
+(Des pages suivantes)
+endobj
+125 0 obj
+<< /S /GoTo /D (subsection.2.5) >>
+endobj
+128 0 obj
+(De l'Observatoire)
+endobj
+129 0 obj
+<< /S /GoTo /D (subsubsection.2.5.1) >>
+endobj
+132 0 obj
+(De l'ent\352te et de la date des lettres)
+endobj
+133 0 obj
+<< /S /GoTo /D (subsubsection.2.5.2) >>
+endobj
+136 0 obj
+(De l'ent\352te des t\351l\351fax)
+endobj
+137 0 obj
+<< /S /GoTo /D (subsubsection.2.5.3) >>
+endobj
+140 0 obj
+(Des r\351f\351rences)
+endobj
+141 0 obj
+<< /S /GoTo /D (subsection.2.6) >>
+endobj
+144 0 obj
+(Des autres instituts)
+endobj
+145 0 obj
+<< /S /GoTo /D (subsubsection.2.6.1) >>
+endobj
+148 0 obj
+(Du fonctionnement de la classe)
+endobj
+149 0 obj
+<< /S /GoTo /D (subsubsection.2.6.2) >>
+endobj
+152 0 obj
+(Du comportement personnalis\351)
+endobj
+153 0 obj
+<< /S /GoTo /D (subsubsection.2.6.3) >>
+endobj
+156 0 obj
+(Des commandes obligatoires)
+endobj
+157 0 obj
+<< /S /GoTo /D (subsubsection.2.6.4) >>
+endobj
+160 0 obj
+(Des variations de la personnalisation)
+endobj
+161 0 obj
+<< /S /GoTo /D (subsection.2.7) >>
+endobj
+164 0 obj
+(Des autres adaptations)
+endobj
+165 0 obj
+<< /S /GoTo /D (subsubsection.2.7.1) >>
+endobj
+168 0 obj
+(Des cha\356nes fixes)
+endobj
+169 0 obj
+<< /S /GoTo /D (subsubsection.2.7.2) >>
+endobj
+172 0 obj
+(De la mise en page)
+endobj
+173 0 obj
+<< /S /GoTo /D (subsubsection.2.7.3) >>
+endobj
+176 0 obj
+(De l'ent\352te)
+endobj
+177 0 obj
+<< /S /GoTo /D (section.3) >>
+endobj
+180 0 obj
+(Des exemples)
+endobj
+181 0 obj
+<< /S /GoTo /D (subsection.3.1) >>
+endobj
+184 0 obj
+(Des gabarits)
+endobj
+185 0 obj
+<< /S /GoTo /D (subsection.3.2) >>
+endobj
+188 0 obj
+(Des exemples)
+endobj
+189 0 obj
+<< /S /GoTo /D (section.4) >>
+endobj
+192 0 obj
+(Documentation du code)
+endobj
+193 0 obj
+<< /S /GoTo /D (subsection.4.1) >>
+endobj
+196 0 obj
+(Pr\351ambule)
+endobj
+197 0 obj
+<< /S /GoTo /D (subsection.4.2) >>
+endobj
+200 0 obj
+(D\351claration des options de paquetage)
+endobj
+201 0 obj
+<< /S /GoTo /D (subsubsection.4.2.1) >>
+endobj
+204 0 obj
+(Options pour la mise en forme)
+endobj
+205 0 obj
+<< /S /GoTo /D (subsubsection.4.2.2) >>
+endobj
+208 0 obj
+(Options pour la langue)
+endobj
+209 0 obj
+<< /S /GoTo /D (subsubsection.4.2.3) >>
+endobj
+212 0 obj
+(Options pour la gestion des relev\351s du journal de compliation)
+endobj
+213 0 obj
+<< /S /GoTo /D (subsubsection.4.2.4) >>
+endobj
+216 0 obj
+(Options par d\351faut)
+endobj
+217 0 obj
+<< /S /GoTo /D (subsection.4.3) >>
+endobj
+220 0 obj
+(Messages et avertissements)
+endobj
+221 0 obj
+<< /S /GoTo /D (subsection.4.4) >>
+endobj
+224 0 obj
+(Macros utiles aux fichier de d\351finitions de langue)
+endobj
+225 0 obj
+<< /S /GoTo /D (subsection.4.5) >>
+endobj
+228 0 obj
+(D\351claration des sorties des options de paquetage, et ex\351cutions des options)
+endobj
+229 0 obj
+<< /S /GoTo /D (subsection.4.6) >>
+endobj
+232 0 obj
+(Polices)
+endobj
+233 0 obj
+<< /S /GoTo /D (subsubsection.4.6.1) >>
+endobj
+236 0 obj
+(Param\350tres pour le contr\364le des paragraphes)
+endobj
+237 0 obj
+<< /S /GoTo /D (subsubsection.4.6.2) >>
+endobj
+240 0 obj
+(Param\350tres pour le contr\364le de la mise en page)
+endobj
+241 0 obj
+<< /S /GoTo /D (subsection.4.7) >>
+endobj
+244 0 obj
+(Le format lettre et fax de l'observatoire de Gen\350ve)
+endobj
+245 0 obj
+<< /S /GoTo /D (subsubsection.4.7.1) >>
+endobj
+248 0 obj
+(newcounts, newdimens, newifs, et newwrite)
+endobj
+249 0 obj
+<< /S /GoTo /D (subsubsection.4.7.2) >>
+endobj
+252 0 obj
+(Macros internes)
+endobj
+253 0 obj
+<< /S /GoTo /D (subsection.4.8) >>
+endobj
+256 0 obj
+(\311tiquettes)
+endobj
+257 0 obj
+<< /S /GoTo /D (subsection.4.9) >>
+endobj
+260 0 obj
+(Interface utilisateur)
+endobj
+261 0 obj
+<< /S /GoTo /D (subsubsection.4.9.1) >>
+endobj
+264 0 obj
+(Adaptations des param\350tre par d\351fauts)
+endobj
+265 0 obj
+<< /S /GoTo /D (subsubsection.4.9.2) >>
+endobj
+268 0 obj
+(Environnements letter et fax)
+endobj
+269 0 obj
+<< /S /GoTo /D (subsubsection.4.9.3) >>
+endobj
+272 0 obj
+(Les commandes `opening et `closing)
+endobj
+273 0 obj
+<< /S /GoTo /D (paragraph.4.9.3.1) >>
+endobj
+276 0 obj
+(Dans le cas d'une lettre, `opening)
+endobj
+277 0 obj
+<< /S /GoTo /D (paragraph.4.9.3.2) >>
+endobj
+280 0 obj
+(Dans le cas d'une t\351l\351copie, `opening)
+endobj
+281 0 obj
+<< /S /GoTo /D (paragraph.4.9.3.3) >>
+endobj
+284 0 obj
+(`closing)
+endobj
+285 0 obj
+<< /S /GoTo /D (subsubsection.4.9.4) >>
+endobj
+288 0 obj
+(D\351finitions d\351pendant du langage)
+endobj
+289 0 obj
+<< /S /GoTo /D (subsubsection.4.9.5) >>
+endobj
+292 0 obj
+(Styles de page)
+endobj
+293 0 obj
+<< /S /GoTo /D (subsubsection.4.9.6) >>
+endobj
+296 0 obj
+(center et flushleft)
+endobj
+297 0 obj
+<< /S /GoTo /D (subsubsection.4.9.7) >>
+endobj
+300 0 obj
+(Listes)
+endobj
+301 0 obj
+<< /S /GoTo /D (subsubsection.4.9.8) >>
+endobj
+304 0 obj
+(Divers)
+endobj
+305 0 obj
+<< /S /GoTo /D (subsubsection.4.9.9) >>
+endobj
+308 0 obj
+(Notes en bas de page)
+endobj
+309 0 obj
+<< /S /GoTo /D (subsection.4.10) >>
+endobj
+312 0 obj
+(Initialisations)
+endobj
+313 0 obj
+<< /S /GoTo /D (subsubsection.4.10.1) >>
+endobj
+316 0 obj
+(Initialisation des valeurs par d\351fauts)
+endobj
+317 0 obj
+<< /S /GoTo /D (subsubsection.4.10.2) >>
+endobj
+320 0 obj
+(Initialisations des variables de la lettre)
+endobj
+321 0 obj
+<< /S /GoTo /D (subsection.4.11) >>
+endobj
+324 0 obj
+(D\351finition des langues)
+endobj
+325 0 obj
+<< /S /GoTo /D (subsubsection.4.11.1) >>
+endobj
+328 0 obj
+(D\351finitions pour la langue anglais)
+endobj
+329 0 obj
+<< /S /GoTo /D (subsubsection.4.11.2) >>
+endobj
+332 0 obj
+(D\351finitions pour la langue francais)
+endobj
+333 0 obj
+<< /S /GoTo /D (subsubsection.4.11.3) >>
+endobj
+336 0 obj
+(D\351finitions pour la langue allemand)
+endobj
+337 0 obj
+<< /S /GoTo /D (subsubsection.4.11.4) >>
+endobj
+340 0 obj
+(D\351finitions pour la langue romand)
+endobj
+341 0 obj
+<< /S /GoTo /D (subsubsection.4.11.5) >>
+endobj
+344 0 obj
+(D\351finitions pour la langue americain)
+endobj
+345 0 obj
+<< /S /GoTo /D (section.5) >>
+endobj
+348 0 obj
+(Index)
+endobj
+349 0 obj
+<< /S /GoTo /D [350 0 R /Fit] >>
+endobj
+360 0 obj
+<<
+/Length 811
+/Filter /FlateDecode
+>>
+stream
+xWO0_aeCm0641i!AiqҦi$4UH8ߗw"p :+Я`Bj2J
+`{l!JܬѬ{oO'̢+'م`#;bwgy˼ ;
+k][Kcy`] ZӨuVNS#nr=a9>G-bc QAϩWI9]Oю,D6`GwBnd
+4%$2i#SfTH=`]F OLaqAPQB19Gw1/dJbݨr1{euoU
+endstream
+endobj
+350 0 obj
+<<
+/Type /Page
+/Contents 360 0 R
+/Resources 359 0 R
+/MediaBox [0 0 612 792]
+/Parent 367 0 R
+>>
+endobj
+351 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./letex1.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 368 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F17 371 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+/Length 665
+/Filter /FlateDecode
+>>
+stream
+xmSMo0+| H loWHiA{h6kq6
+Aw1OW%AaMBxI"nu/e|G*coeeS
+xxprNZI۪4[?O*WB @!0)g3PSe>HdPB4ZW&ykyWݚsAQvw.91<*V^t$iҁ]Y?AMݚTe<}= #v/hYYWN>Ee
+C0TLn[1SJ``"Se<v(\ ykl@f΅xvAO֟ i*5G2!Nj ]2 _4rݽwYL'*WUf F{_|W7$S[茯>-Kg=WUvǵo#CjPf9;hD/1 ˜wHrRm+X#IK[yUۼ
+endstream
+endobj
+368 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.18)
+/Creator (TeX)
+/CreationDate (D:20170803224118+02'00')
+/ModDate (D:20170803224118+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6362 \(1.40.18\))
+>>
+endobj
+371 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 27
+/LastChar 251
+/Widths 372 0 R
+/FontDescriptor 369 0 R
+/BaseFont 373 0 R
+/Encoding 370 0 R
+>>
+endobj
+372 0 obj
+[ 571.2 544 544 816 816 489.6 272 358 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 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 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 500 272 555.6 734 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 500 277.8 500 555.6 163.2 734 734 707.2 707.2 747.8 666.2 666.2 768.2 611.8 611.8 611.8 734 734 734 761.6 720.6 720.6 544 544 544 707.2 707.2 734 734 734 598.4 598.4 598.4 820.9 353.2 544 474.6 489.6 489.6 435.2 435.2 544 435.2 435.2 489.6 272 272 329.1 544 544 494.5 489.6 380.8 380.8 386.2 386.2 386.2 380.8 380.8 544 544 516.8 435.2 435.2 435.2 544 272 462.4 734 734 734 734 734 734 734 883.7 707.2 666.2 666.2 666.2 666.2 353.2 353.2 353.2 353.2 747.8 734 761.6 761.6 761.6 761.6 761.6 992.6 761.6 734 734 734 734 734 611.8 1088 489.6 489.6 489.6 489.6 489.6 489.6 707.2 435.2 435.2 435.2 435.2 435.2 272 272 272 272 489.6 544 489.6 489.6 489.6 489.6 489.6 761.6 489.6 544 544 544]
+endobj
+370 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 39/quoteright 44/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 65/A/B/C/D/E/F/G/H/I/J 77/M/N/O/P/Q/R/S/T/U/V 90/Z 97/a 99/c/d/e/f/g/h/i 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z 129/fi 146/quoteright 152/ecircumflex 224/agrave 233/eacute/ecircumflex 251/ucircumflex]
+>>
+endobj
+352 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./letex2.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 374 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F17 376 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+/Length 1124
+/Filter /FlateDecode
+>>
+stream
+xmVn8}W-2][ 6MٕD~9c r0ϋ84'i]M-n
+*)AR4+`f]\qL<O KHAYT$yi%!+_~ۀ 3e2)C×Qa˵]᝜vuLk9 <xtIѠfgCA*IrnY%!ao_ JK *%YyF2F8G產?&2Pи#(!$E_yM6rʭlb#S`蝷gzTrߓbVS5ֈ+-&i\] ,P\u?&Т5(b ͼRTL<b&$9(`(IfNʚ_U(M.: PN+o0<K6 ^ek`=ژn2
+$qN4 /nV`\)ͶiEʢrzJ~Zsqq~
+F6 9``{Wνg|"<FR#X'biCh)U&cgK܈AIYq'-Gs
+endstream
+endobj
+374 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.18)
+/Creator (TeX)
+/CreationDate (D:20170803224120+02'00')
+/ModDate (D:20170803224120+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6362 \(1.40.18\))
+>>
+endobj
+376 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 27
+/LastChar 251
+/Widths 377 0 R
+/FontDescriptor 369 0 R
+/BaseFont 373 0 R
+/Encoding 375 0 R
+>>
+endobj
+377 0 obj
+[ 571.2 544 544 816 816 489.6 272 358 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 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 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 500 272 555.6 734 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 500 277.8 500 555.6 163.2 734 734 707.2 707.2 747.8 666.2 666.2 768.2 611.8 611.8 611.8 734 734 734 761.6 720.6 720.6 544 544 544 707.2 707.2 734 734 734 598.4 598.4 598.4 820.9 353.2 544 474.6 489.6 489.6 435.2 435.2 544 435.2 435.2 489.6 272 272 329.1 544 544 494.5 489.6 380.8 380.8 386.2 386.2 386.2 380.8 380.8 544 544 516.8 435.2 435.2 435.2 544 272 462.4 734 734 734 734 734 734 734 883.7 707.2 666.2 666.2 666.2 666.2 353.2 353.2 353.2 353.2 747.8 734 761.6 761.6 761.6 761.6 761.6 992.6 761.6 734 734 734 734 734 611.8 1088 489.6 489.6 489.6 489.6 489.6 489.6 707.2 435.2 435.2 435.2 435.2 435.2 272 272 272 272 489.6 544 489.6 489.6 489.6 489.6 489.6 761.6 489.6 544 544 544]
+endobj
+375 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 39/quoteright/parenleft/parenright 44/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 65/A/B/C/D/E/F/G/H/I/J 77/M/N/O/P/Q/R/S/T/U/V 89/Y/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z 129/fi 146/quoteright 152/ecircumflex 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis 251/ucircumflex]
+>>
+endobj
+353 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./testfaxf.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 378 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F39 381 0 R /F20 382 0 R/F21 385 0 R /F17 387 0 R /F34 390 0 R /F35 393 0 R /F36 394 0 R/F37 397 0 R /F38 400 0 R >>
+/XObject <<
+/Fm1 401 0 R
+>>/ProcSet [ /PDF /Text ]
+>>
+/Length 2244
+/Filter /FlateDecode
+>>
+stream
+xڥXms6_oY*΍7m3nLnΜbֺJf ]i#.sA
+¦{Ix3'5W4 A²$(6׌(LKF7_}R[j8ub ~hMaE-Dd"x0 }HQJz39$f)րoS:~^18- p@t
+=l#{#!MɌT,gR$ڞl [_3Znۼ.2zui/`Xu 0L'>\Pȃ ]]nK[ư,Y٣'[;?C= iȑ
+r8ei}aT5I)}><
+n_v]ԗĜxh+<?رGv`h==
+?򒉵li-vaq1^JC{+jŽ&MX]lWKރN$1wTi3sxM<^m4Uo?se
+"v9E۔Hs-ftfTM5ӫa:6ҰwsNxA5LJj(@xcO.vLqz7ÿ ;\t#aX f@*xz@ MxCOCn8s֞w @
+/v[`l oWRlos F(Neǰgx~UeeT p
+Vv pOX,H|=p. _)i`nu\
+ 2.Na88GuY%8M`JwS{^?EJ`
+ '> %urjPH홝Tn
+W>{N0xk.Tau
+`~1:[= 'Rea6|L\DA;eW1rhC;NCq
+ 0B#dI->; ^PN`#T)2,S %m0Qx~< opsLLiP]YBq-A q k-\;l\aA)> ڵP]o"xcx9K8'548^qq K9LܻCF^V,T8
+endstream
+endobj
+378 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.18)
+/Creator (TeX)
+/CreationDate (D:20170803224137+02'00')
+/ModDate (D:20170803224137+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6362 \(1.40.18\))
+>>
+endobj
+381 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 45
+/LastChar 200
+/Widths 402 0 R
+/FontDescriptor 379 0 R
+/BaseFont 403 0 R
+/Encoding 380 0 R
+>>
+endobj
+382 0 obj
+<<
+/Type /Font
+/Subtype /Type3
+/Name /F20
+/FontMatrix [ 0.01004 0 0 0.01004 0 0]
+/FontBBox [ 2 0 71 109]
+/Resources <<
+/ProcSet [/PDF/ImageB]
+>>
+/FirstChar 65
+/LastChar 201
+/Widths 404 0 R
+/Encoding 405 0 R
+/CharProcs 406 0 R
+>>
+endobj
+385 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 40
+/LastChar 201
+/Widths 407 0 R
+/FontDescriptor 383 0 R
+/BaseFont 408 0 R
+/Encoding 384 0 R
+>>
+endobj
+387 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 27
+/LastChar 251
+/Widths 409 0 R
+/FontDescriptor 369 0 R
+/BaseFont 373 0 R
+/Encoding 386 0 R
+>>
+endobj
+390 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 39
+/LastChar 233
+/Widths 410 0 R
+/FontDescriptor 388 0 R
+/BaseFont 411 0 R
+/Encoding 389 0 R
+>>
+endobj
+393 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 39
+/LastChar 125
+/Widths 412 0 R
+/FontDescriptor 391 0 R
+/BaseFont 413 0 R
+/Encoding 392 0 R
+>>
+endobj
+394 0 obj
+<<
+/Type /Font
+/Subtype /Type3
+/Name /F36
+/FontMatrix [ 0.00836 0 0 0.00836 0 0]
+/FontBBox [ 2 0 83 126]
+/Resources <<
+/ProcSet [/PDF/ImageB]
+>>
+/FirstChar 65
+/LastChar 201
+/Widths 414 0 R
+/Encoding 415 0 R
+/CharProcs 416 0 R
+>>
+endobj
+397 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 45
+/LastChar 234
+/Widths 417 0 R
+/FontDescriptor 395 0 R
+/BaseFont 418 0 R
+/Encoding 396 0 R
+>>
+endobj
+400 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 46
+/LastChar 118
+/Widths 419 0 R
+/FontDescriptor 398 0 R
+/BaseFont 420 0 R
+/Encoding 399 0 R
+>>
+endobj
+401 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/BBox [ 0 0 60.5 72]
+/FormType 1
+/Matrix [ 1 0 0 1 0 0]
+/Resources 421 0 R
+/Length 35
+/Filter /FlateDecode
+>>
+stream
+x+2T0
+endstream
+endobj
+402 0 obj
+[ 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611]
+endobj
+404 0 obj
+[ 73.09 0 0 0 0 63.63 0 0 0 0 0 60.92 0 0 0 0 0 0 0 70.42 0 0 0 73.09 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66.34]
+endobj
+405 0 obj
+<<
+/Type /Encoding
+/Differences [ 65/a65 66/.notdef 70/a70 71/.notdef 76/a76 77/.notdef 84/a84 85/.notdef 88/a88 89/.notdef 201/a201]
+>>
+endobj
+406 0 obj
+<<
+/a65 422 0 R
+/a70 423 0 R
+/a76 424 0 R
+/a84 425 0 R
+/a88 426 0 R
+/a201 427 0 R
+>>
+endobj
+407 0 obj
+[ 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 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1 419.1 413.2 590.3 560.7 767.4 560.7 560.7 472.2 531.3 295.1 531.3 555.6 177.1 795.9 795.9 767.4 767.4 811.1 722.6 722.6 833.5 663.5 663.5 663.5 795.9 795.9 795.9 826.4 781.6 781.6 590.3 590.3 590.3 767.4 767.4 795.9 795.9 795.9 649.3 649.3 649.3 889.9 382.6 590.3 520.1 531.3 531.3 472.2 472.2 590.3 472.2 472.2 531.3 295.1 295.1 357.1 590.3 590.3 538.1 531.3 414.1 414.1 419.1 419.1 419.1 413.2 413.2 590.3 590.3 560.7 472.2 472.2 472.2 590.3 295.1 501.8 795.9 795.9 795.9 795.9 795.9 795.9 795.9 958.7 767.4 722.6 722.6]
+endobj
+409 0 obj
+[ 571.2 544 544 816 816 489.6 272 358 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 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 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 500 272 555.6 734 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 500 277.8 500 555.6 163.2 734 734 707.2 707.2 747.8 666.2 666.2 768.2 611.8 611.8 611.8 734 734 734 761.6 720.6 720.6 544 544 544 707.2 707.2 734 734 734 598.4 598.4 598.4 820.9 353.2 544 474.6 489.6 489.6 435.2 435.2 544 435.2 435.2 489.6 272 272 329.1 544 544 494.5 489.6 380.8 380.8 386.2 386.2 386.2 380.8 380.8 544 544 516.8 435.2 435.2 435.2 544 272 462.4 734 734 734 734 734 734 734 883.7 707.2 666.2 666.2 666.2 666.2 353.2 353.2 353.2 353.2 747.8 734 761.6 761.6 761.6 761.6 761.6 992.6 761.6 734 734 734 734 734 611.8 1088 489.6 489.6 489.6 489.6 489.6 489.6 707.2 435.2 435.2 435.2 435.2 435.2 272 272 272 272 489.6 544 489.6 489.6 489.6 489.6 489.6 761.6 489.6 544 544 544]
+endobj
+410 0 obj
+[ 319.5 447.2 447.2 575 894.4 319.5 383.3 319.5 575 575 575 575 575 575 575 575 575 575 575 319.5 319.5 894.4 894.4 894.4 543 894.4 869.4 818 830.6 881.9 755.5 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.5 575 319.5 555.5 869.4 319.5 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.5 351.4 607 319.5 958.3 638.9 575 638.9 607 473.6 453.6 447.2 638.9 607 830.6 607 607 511.1 575 319.5 575 555.5 191.7 869.4 869.4 830.6 830.6 881.9 755.5 755.5 904.2 691.7 691.7 691.7 900 900 900 863.9 862.5 862.5 638.9 638.9 638.9 800 800 884.7 884.7 869.4 702.8 702.8 702.8 987 436.1 638.9 695 559 559 511.1 511.1 638.9 527.1 527.1 575 319.5 319.5 386.5 638.9 638.9 592.4 575 473.6 473.6 453.6 453.6 453.6 447.2 447.2 638.9 638.9 607 511.1 511.1 511.1 638.9 350 543 869.4 869.4 869.4 869.4 869.4 869.4 869.4 1041.7 830.6 755.5 755.5 755.5 755.5 436.1 436.1 436.1 436.1 881.9 900 863.9 863.9 863.9 863.9 863.9 1169.4 894.4 884.7 884.7 884.7 884.7 869.4 723.6 1277.8 559 559 559 559 559 559 830.6 511.1 527.1 527.1]
+endobj
+412 0 obj
+[ 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514 514.6 514.6 514 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6]
+endobj
+414 0 obj
+[ 85.4 0 0 0 0 74.33 0 0 0 0 0 71.17 0 0 0 0 0 0 0 82.26 0 0 0 85.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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 77.5]
+endobj
+415 0 obj
+<<
+/Type /Encoding
+/Differences [ 65/a65 66/.notdef 70/a70 71/.notdef 76/a76 77/.notdef 84/a84 85/.notdef 88/a88 89/.notdef 201/a201]
+>>
+endobj
+416 0 obj
+<<
+/a65 428 0 R
+/a70 429 0 R
+/a76 430 0 R
+/a84 431 0 R
+/a88 432 0 R
+/a201 433 0 R
+>>
+endobj
+417 0 obj
+[ 350 300 500 500 500 500 500 500 500 500 500 500 500 300 300 761.6 750 761.6 500 750 726.8 688.4 700 738.4 663.4 638.4 756.7 726.8 376.9 513.4 751.8 613.4 876.8 726.8 750 663.4 750 713.4 550 700 726.8 726.8 976.8 726.8 726.8 600 300 500 300 555.6 726.8 300 500 450 450 500 450 300 450 500 300 300 450 250 800 550 500 500 450 412.5 400 325 525 450 650 450 475 400 500 277.8 500 555.6 175 726.8 726.8 700 700 738.4 663.4 663.4 756.7 613.4 613.4 613.4 726.8 726.8 726.8 750 713.4 713.4 550 550 550 700 700 726.8 726.8 726.8 600 600 600 852.6 376.9 500 482 500 500 450 450 500 450 450 450 250 250 312.5 550 550 486.1 500 412.5 412.5 400 400 400 325 325 525 525 475 400 400 400 570 300 500 755.2 726.8 726.8 726.8 726.8 726.8 726.8 863.4 700 663.4 663.4 663.4 663.4 376.9 376.9 376.9 376.9 738.4 726.8 750 750 750 750 750 963.4 750 726.8 726.8 726.8 726.8 726.8 613.4 1100 500 500 500 500 500 500 700 450 450 450 450]
+endobj
+419 0 obj
+[ 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531 531.3 531.3 531 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]
+endobj
+421 0 obj
+<<
+/XObject <<
+/Im1 434 0 R
+>>
+/ProcSet [/PDF]
+>>
+endobj
+422 0 obj
+<<
+/Length 253
+/Filter /FlateDecode
+>>
+stream
+xڅAk0B
+'XRSvAA=
+nsh(=P/i& ~iEHӘل1~cNͅ)/JT+>*}bT ZǤ7.xЎCN<Ua a:mvqxms'eT !*CuAV<hnh:-@75|df NYP10{?4l!v92 d]pep\7)
+endstream
+endobj
+423 0 obj
+<<
+/Length 181
+/Filter /FlateDecode
+>>
+stream
+x3333V0P0b3KCCB.SS I$r9yr+r{
+endstream
+endobj
+424 0 obj
+<<
+/Length 152
+/Filter /FlateDecode
+>>
+stream
+x33г4R0P0bSsKCCB.S HrW05
+\.
+J1
+!T=b
+endstream
+endobj
+425 0 obj
+<<
+/Length 159
+/Filter /FlateDecode
+>>
+stream
+x3731R0P0b3sKCCB.3
+%E\N
+@BA,0A`D 1h5B-N'@hBFf 􈥁 HFPrm\=
+endstream
+endobj
+426 0 obj
+<<
+/Length 387
+/Filter /FlateDecode
+>>
+stream
+xeJ0).ey*ª`<PP*
+ɣ<zCiL& )%of89+1EVz,䋜/qxxJj%ʼRoO2__)B{Y+cm-$
+(a  S`Q|0߀#ӈpk3DİH
+:pP2feXf mB:jC%[s*ϑRcL%cPA94A9pBu8&P'j$"DXJ`=Cp={7mZg
+}ȋJ?$
+endstream
+endobj
+427 0 obj
+<<
+/Length 242
+/Filter /FlateDecode
+>>
+stream
+xڥҽ
+0
+endstream
+endobj
+428 0 obj
+<<
+/Length 304
+/Filter /FlateDecode
+>>
+stream
+xڍӿK0:p2 N(H7׎ռz
+YMOOTTh3δHwt5_4z}y{xquR6UKv1)*U~Z.͏\[/!i\h
+Y9.ȡw+J`;sqIڛMh7͘H%g>LڱT{ZIDK†c@c@ƥ~\ +da4kSk_oEVRŲ5<kӥ
+endstream
+endobj
+429 0 obj
+<<
+/Length 185
+/Filter /FlateDecode
+>>
+stream
+x3736V0P0aKCSCB.3#JrW03
+]@&;͈FCiy0 u4LBy% #
+
+endstream
+endobj
+430 0 obj
+<<
+/Length 163
+/Filter /FlateDecode
+>>
+stream
+x3734W0P0a3CSCB.SKJrW0
+endstream
+endobj
+431 0 obj
+<<
+/Length 183
+/Filter /FlateDecode
+>>
+stream
+xڳ032S0P0bs CSCB.scJrW07
+endstream
+endobj
+432 0 obj
+<<
+/Length 433
+/Filter /FlateDecode
+>>
+stream
+x}MJ1 Y\93U jtB\Km#̲>2iS~o^5=9w;QI9u/UxΗxpUi<lx|MlpW>!K5UJ=lpH{T0 I3T@U02҆=
+ՑCA ~,Z]j 2,Hj*,5 aQҐ_XbZ2PK:hǡ0V.~$: a&
+UT6I]!/jQo"ұ^toE}%CK!KQ+t[lǢ+m`XXo|WX>VUWT+{meL4[y2.5PUjMjUj.6jz1V`r֭,", 7Mo<M
+endstream
+endobj
+433 0 obj
+<<
+/Length 262
+/Filter /FlateDecode
+>>
+stream
+xڭj@
+endstream
+endobj
+434 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./ecusson55.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 435 0 R
+/BBox [ 0 0 595 842]
+/Resources <<
+/ProcSet [/PDF/Text]
+/ExtGState <<
+/R7 436 0 R
+>>
+/Font <<
+/R8 437 0 R
+>>
+>>
+/Length 2428
+/Filter /FlateDecode
+>>
+stream
+xZ9$Wth'#3|`}uvHJÛ"uX,=G}qgKw[=2S+bGK5y0^V
+iо_7EjcoĐe\Gh80cU8B\5R|nIVJd0 k~m1ϟCs'f{m5"29(-?(YBD= 3 ,7ǟo$3h(%Msg{WlOoe;E0fAqnAbdDY\ OzFCj 0e!j¥諺wGFB4^eμȤEAp8P'7,X{n%ԉiHy(':+Cɰ<0ggK!沓ay=LhAkyhQS ቩ%@iפ^yN%- \2lBfE&;KP㲥d
+ٱ+Rԭݩ^6V0
+RHokde2#^Ra-$('c0lbE^y&<# ~.P岍&JSB2I3&҈ʡwP`b8QP_gUW @,߉ 6i2ݾN{˦<.өh]D;CC4b8Bhlhc# JẝJ壱a׸'?dؓAZ7c
+\fSfKm@ ձ%/򅳪/[3Y`VRQ$9Fi“lY-:=sE(4P + bt"Q 5$Ue|Q(h"IC;F[,R6X,ݪgXg-_3"5[uٲc$u;s{Of󬣈X+n#1B9'drdSW*ʎҬrͤ(JBcbJ*H Y_?Ԭ>EqB@S@TwxNޫi<oAN6x
+bm&Gu؋ ^_tަňz<.TC
+$<2gbT1lňM kg m\c=cύL.IZYfKF$6|hG\yD9IgY؉uNk
+FL$Wҵ6=T1%,2mZPw#x9OX~]ǡ2uf<x<P^us2l+V(H|<$c:3j賺GZF.|?mȜs- u\mMˣVL: _U\3um-Qnru\]EJ&mu.dv:S4SS/WKqkE)%?jS]nHJ>ΩI+Pn_D#!dULy5
+ %:F
+&֋Y܋m
+DBiQḨ#
+endstream
+endobj
+435 0 obj
+<<
+/Producer (MiKTeX GPL Ghostscript 9.19)
+/CreationDate (D:20170803224117+02'00')
+/ModDate (D:20170803224117+02'00')
+>>
+endobj
+436 0 obj
+<<
+/Type /ExtGState
+/OPM 1
+>>
+endobj
+437 0 obj
+<<
+/BaseFont /Helvetica
+/Type /Font
+/Subtype /Type1
+>>
+endobj
+399 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 30/ffi 39/quoteright/parenleft/parenright 43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A 67/C/D/E/F/G/H/I/J 76/L/M/N/O/P 82/R/S/T/U/V 88/X 92/backslash 96/quoteleft/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 192/Agrave 201/Eacute 224/agrave 232/egrave/eacute/ecircumflex 238/icircumflex 251/ucircumflex]
+>>
+endobj
+396 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 30/ffi 39/quoteright/parenleft/parenright 43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A 67/C/D/E/F/G/H/I/J 76/L/M/N/O/P 82/R/S/T/U/V 88/X 92/backslash 96/quoteleft/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 152/ecircumflex 192/Agrave 201/Eacute 224/agrave 232/egrave/eacute/ecircumflex 238/icircumflex 251/ucircumflex]
+>>
+endobj
+392 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 30/ffi 39/quoteright/parenleft/parenright 43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A 67/C/D/E/F/G/H/I/J 76/L/M/N/O/P 82/R/S/T/U/V 88/X 92/backslash 96/quoteleft/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 145/quoteleft/quoteright 192/Agrave 201/Eacute 224/agrave 232/egrave/eacute/ecircumflex 238/icircumflex 251/ucircumflex]
+>>
+endobj
+389 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 30/ffi 39/quoteright/parenleft/parenright 43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A 67/C/D/E/F/G/H/I/J 76/L/M/N/O/P 82/R/S/T/U/V 88/X 92/backslash 96/quoteleft/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 146/quoteright 192/Agrave 201/Eacute 224/agrave 232/egrave/eacute/ecircumflex 238/icircumflex 251/ucircumflex]
+>>
+endobj
+386 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 30/ffi 39/quoteright/parenleft/parenright 43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A 67/C/D/E/F/G/H/I/J 76/L/M/N/O/P 82/R/S/T/U/V 88/X 92/backslash 96/quoteleft/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 129/fi 146/quoteright 152/ecircumflex 192/Agrave 201/Eacute 224/agrave 232/egrave/eacute/ecircumflex 238/icircumflex 251/ucircumflex]
+>>
+endobj
+384 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 30/ffi 39/quoteright/parenleft/parenright 43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A 67/C/D/E/F/G/H/I/J 76/L/M/N/O/P 82/R/S/T/U/V 88/X 92/backslash 96/quoteleft/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 192/Agrave 201/Eacute 224/agrave 232/egrave/eacute/ecircumflex 238/icircumflex 251/ucircumflex]
+>>
+endobj
+380 0 obj
+<<
+/Type /Encoding
+/Differences [32/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 161/exclamdown/cent/sterling/fraction/yen/florin/section/currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl 177/endash/dagger/daggerdbl/periodcentered 182/paragraph/bullet/quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand 191/questiondown 193/grave/acute/circumflex/tilde/macron/breve/dotaccent/Egrave 202/ring/cedilla 205/hungarumlaut/ogonek/caron/emdash 225/AE 227/ordfeminine 232/Lslash/Oslash/OE/ordmasculine 241/ae 245/dotlessi 248/lslash/oslash/oe/germandbls]
+>>
+endobj
+354 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./testfaxf.pdf)
+/PTEX.PageNumber 2
+/PTEX.InfoDict 378 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F35 393 0 R /F17 387 0 R /F37 397 0 R /F21 385 0 R /F41 440 0 R /F42 443 0 R >>
+/XObject <<
+/Fm2 444 0 R
+>>/ProcSet [ /PDF /Text ]
+>>
+/Length 1946
+/Filter /FlateDecode
+>>
+stream
+xڕXY6 ~_1ovTKqz>hmekW|m8=F&)On>"'Ua9=>*)2:9=T_W:I;_ o7$2sYRߝE~qGcS?GxJ}:닲Y|ӷ㝍#O%ܓ4)bUAgK4ѵ`<
+T36JהK< }[݁=sZWOA2n#/#3_%iZY XSk`)WEk'Բ'GoLF.ɔ\Lbӆ3h FU`%Kk4c+=V9rDNR"8}{g5>":*܊9?ul9xfOC$ߩ~\ 3 %eob+u]%Aϒ6懫#]ב\e& d~l/M.2?p%b.1"&y1!L6qYfh,2xeJ^ 0
+zI
+}c1*i8;E-LAEH9qH`mI$R  _`&VHY{bpEGdwV\dZ9DSV.-pAe2Lg-j(se%#!F&CM؁p4ם#73CJ4Dw@
+:]
+KGW[u֋ FHoߙM_R%;BIIlZ.fUA0M.&/M#!ޯ1
+'J+i9L0 kr` Rߋc;SȟE@+ϥg0 xO&( YH`fsE×#W!|X
+Ht_Qf̲_
+HGAr+2
+Zاm t&#gP"}3|H(h+s`%6wU !p~XtcQrۛuTqv-a80 P(ܡZٶ!jmB*SH)^TYMl7P(YiNo ijXu`׀1](o11{aSTj=zUV=1:" j)C5Brp@e\̶BlbmaL!p;sHU w΋|
+endstream
+endobj
+440 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 78
+/LastChar 116
+/Widths 445 0 R
+/FontDescriptor 438 0 R
+/BaseFont 446 0 R
+/Encoding 439 0 R
+>>
+endobj
+443 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 80
+/LastChar 116
+/Widths 447 0 R
+/FontDescriptor 441 0 R
+/BaseFont 448 0 R
+/Encoding 442 0 R
+>>
+endobj
+444 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/BBox [ 0 0 110 55]
+/FormType 1
+/Matrix [ 1 0 0 1 0 0]
+/Resources 449 0 R
+/Length 33
+/Filter /FlateDecode
+>>
+stream
+x+2T0
+endstream
+endobj
+445 0 obj
+[ 879.6 844.9 768.5 844.9 839.2 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 575 312.5 555.6 849.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.7 437.5]
+endobj
+447 0 obj
+[ 741.7 844.4 800 611.1 786.1 813.9 813.9 1105.5 813.9 813.9 669.4 319.4 500 319.4 555.5 813.9 319.4 613.3 580 591.1 624.4 557.8 535.5 641.1 613.3 302.2 424.4 635.5 513.3 746.6 613.3 635.5 557.8 635.5 602.2 457.8 591.1]
+endobj
+449 0 obj
+<<
+/XObject <<
+/Im1 434 0 R
+>>
+/ProcSet [/PDF]
+>>
+endobj
+442 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 30/ffi 39/quoteright/parenleft/parenright 43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A 67/C/D/E/F/G/H/I/J 76/L/M/N/O/P 82/R/S/T/U/V 88/X 92/backslash 96/quoteleft/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 192/Agrave 201/Eacute 224/agrave 232/egrave/eacute/ecircumflex 238/icircumflex 251/ucircumflex]
+>>
+endobj
+439 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 30/ffi 39/quoteright/parenleft/parenright 43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A 67/C/D/E/F/G/H/I/J 76/L/M/N/O/P 82/R/S/T/U/V 88/X 92/backslash 96/quoteleft/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 192/Agrave 201/Eacute 224/agrave 232/egrave/eacute/ecircumflex 238/icircumflex 251/ucircumflex]
+>>
+endobj
+355 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./letex8.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 450 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F37 452 0 R /F17 454 0 R /F31 456 0 R /F32 459 0 R /F33 462 0 R /F35 464 0 R /F36 466 0 R >>
+/XObject <<
+/Fm1 467 0 R
+>>/ProcSet [ /PDF /Text ]
+>>
+/Length 2039
+/Filter /FlateDecode
+>>
+stream
+xXIoܸWf5ŷ,DZ9j6%ebs0b֯J}$JUVEPG$Uz6ef9Lѫo"(HDpubEƩJM{xq
+qW" W\}"e),r}J/ϮV ?͚w3\{G뫃B$ʂ"fD R0o[AχF8ʊ, dD䕌*#>\_$^T/WBy:wW̑ssɼ_7J˕RA4.U z\)E7.'; -8-
+oLUt~IL?x9ݤ#0Ⱦ⼘yt맽+3Jwh'X"*J<
+ L&QׅR49B`S^N)㴢LJ E*TlK=}["4'(y'±?H͚GڒIE']2d:",&]?L qe^Ѵ'F9~9nA"Nw<aY~#cKm(+YO;K*Slϓteöx;tk;hf
+b</HDz.ќ%DR@O<KLcgT I
+$`X`9Vʡw34
+ f8'EyF
+0r ;`ktvDP~ͷx(<5Gc?a`hHPp7<D#$WioL8've{PcMs,HA/ h!PQ׌.@nf 2o @g !k4zsN+]g=qCg>PM :Ggoi Ic@2`[F]C{R :Fd2呆/rt5MФf
+K䱞
+E'\in5Q̗?)k ']m Dz{u[co~B|TpA-EH8&[p&lަRv[:&r}Zhs/HTCmȌsWևЊ Cbo]Q}YbR(
+p
+G![JyR}/Y=tMAHN@xփ0*> <5=8iP=n{8f(*'ozͻz؇zG"<R'OIJcg%=aVt&kZGiߑչj<._=H4[3mʠnGsz*)^alp
+endstream
+endobj
+450 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.18)
+/Creator (TeX)
+/CreationDate (D:20170803224134+02'00')
+/ModDate (D:20170803224134+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6362 \(1.40.18\))
+>>
+endobj
+452 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 40
+/LastChar 239
+/Widths 468 0 R
+/FontDescriptor 379 0 R
+/BaseFont 403 0 R
+/Encoding 451 0 R
+>>
+endobj
+454 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 21
+/LastChar 239
+/Widths 469 0 R
+/FontDescriptor 369 0 R
+/BaseFont 373 0 R
+/Encoding 453 0 R
+>>
+endobj
+456 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 45
+/LastChar 233
+/Widths 470 0 R
+/FontDescriptor 383 0 R
+/BaseFont 408 0 R
+/Encoding 455 0 R
+>>
+endobj
+459 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 47
+/LastChar 115
+/Widths 471 0 R
+/FontDescriptor 457 0 R
+/BaseFont 472 0 R
+/Encoding 458 0 R
+>>
+endobj
+462 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 47
+/LastChar 115
+/Widths 473 0 R
+/FontDescriptor 460 0 R
+/BaseFont 474 0 R
+/Encoding 461 0 R
+>>
+endobj
+464 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 29
+/LastChar 233
+/Widths 475 0 R
+/FontDescriptor 388 0 R
+/BaseFont 411 0 R
+/Encoding 463 0 R
+>>
+endobj
+466 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 48
+/LastChar 117
+/Widths 476 0 R
+/FontDescriptor 398 0 R
+/BaseFont 420 0 R
+/Encoding 465 0 R
+>>
+endobj
+467 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/BBox [ 0 0 60.5 72]
+/FormType 1
+/Matrix [ 1 0 0 1 0 0]
+/Resources 477 0 R
+/Length 35
+/Filter /FlateDecode
+>>
+stream
+x+2T0
+endstream
+endobj
+468 0 obj
+[ 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444 444 444 278 278 278 278]
+endobj
+469 0 obj
+[ 489.6 979.2 0 382 272 299.2 571.2 544 544 816 816 489.6 272 358 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 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 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 500 272 555.6 734 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 500 277.8 500 555.6 163.2 734 734 707.2 707.2 747.8 666.2 666.2 768.2 611.8 611.8 611.8 734 734 734 761.6 720.6 720.6 544 544 544 707.2 707.2 734 734 734 598.4 598.4 598.4 820.9 353.2 544 474.6 489.6 489.6 435.2 435.2 544 435.2 435.2 489.6 272 272 329.1 544 544 494.5 489.6 380.8 380.8 386.2 386.2 386.2 380.8 380.8 544 544 516.8 435.2 435.2 435.2 544 272 462.4 734 734 734 734 734 734 734 883.7 707.2 666.2 666.2 666.2 666.2 353.2 353.2 353.2 353.2 747.8 734 761.6 761.6 761.6 761.6 761.6 992.6 761.6 734 734 734 734 734 611.8 1088 489.6 489.6 489.6 489.6 489.6 489.6 707.2 435.2 435.2 435.2 435.2 435.2 272 272 272 272]
+endobj
+470 0 obj
+[ 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 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1 419.1 413.2 590.3 560.7 767.4 560.7 560.7 472.2 531.3 295.1 531.3 555.6 177.1 795.9 795.9 767.4 767.4 811.1 722.6 722.6 833.5 663.5 663.5 663.5 795.9 795.9 795.9 826.4 781.6 781.6 590.3 590.3 590.3 767.4 767.4 795.9 795.9 795.9 649.3 649.3 649.3 889.9 382.6 590.3 520.1 531.3 531.3 472.2 472.2 590.3 472.2 472.2 531.3 295.1 295.1 357.1 590.3 590.3 538.1 531.3 414.1 414.1 419.1 419.1 419.1 413.2 413.2 590.3 590.3 560.7 472.2 472.2 472.2 590.3 295.1 501.8 795.9 795.9 795.9 795.9 795.9 795.9 795.9 958.7 767.4 722.6 722.6 722.6 722.6 382.6 382.6 382.6 382.6 811.1 795.9 826.4 826.4 826.4 826.4 826.4 1076.7 826.4 795.9 795.9 795.9 795.9 795.9 663.5 1180.6 531.3 531.3 531.3 531.3 531.3 531.3 767.4 472.2 472.2 472.2]
+endobj
+471 0 obj
+[ 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 963 935.2 963 578.7 935.2 896.3 850.9 870.3 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.3 896.3 896.3 1220.3 896.3 896.3 740.7 351.8 638.9 351.8 555.6 896.3 351.8 611.1 675.9 546.3 675.9 546.3 384.2 611.1 675.9 351.8 384.2 643.5 351.8 1000 675.9 611.1 675.9 643.5 481.5 488]
+endobj
+473 0 obj
+[ 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 777.8 750 708.3 722.2 763.9 680.5 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.5 777.8 736.1 555.5 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 555.5 750 277.8 500 555.5 444.5 555.5 444.5 305.5 500 555.5 277.8 305.5 527.8 277.8 833.3 555.5 500 555.5 527.8 391.7 394.4]
+endobj
+475 0 obj
+[ 638.9 958.3 958.3 575 350 481.4 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 894.4 894.4 894.4 543 894.4 869.4 818 830.6 881.9 755.5 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 575 319.4 555.5 869.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 319.4 575 555.5 191.7 869.4 869.4 830.6 830.6 881.9 755.5 755.5 904.2 691.7 691.7 691.7 900 900 900 863.9 862.5 862.5 638.9 638.9 638.9 800 800 884.7 884.7 869.4 702.8 702.8 702.8 987 436.1 638.9 695 559 559 511.1 511.1 638.9 527.1 527.1 575 319.4 319.4 386.5 638.9 638.9 592.4 575 473.6 473.6 453.6 453.6 453.6 447.2 447.2 638.9 638.9 606.9 511.1 511.1 511.1 638.9 350 543 869.4 869.4 869.4 869.4 869.4 869.4 869.4 1041.7 830.6 755.5 755.5 755.5 755.5 436.1 436.1 436.1 436.1 881.9 900 863.9 863.9 863.9 863.9 863.9 1169.4 894.4 884.7 884.7 884.7 884.7 869.4 723.6 1277.8 559 559 559 559 559 559 830.6 511.1 527.1 527.1]
+endobj
+476 0 obj
+[ 531.3 531.3 531.3 531.3 531.3 531.3 531 531.3 531.3 531 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]
+endobj
+477 0 obj
+<<
+/XObject <<
+/Im1 478 0 R
+>>
+/ProcSet [/PDF]
+>>
+endobj
+478 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./ecusson55.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 479 0 R
+/BBox [ 0 0 595 842]
+/Resources <<
+/ProcSet [/PDF/Text]
+/ExtGState <<
+/R7 480 0 R
+>>
+/Font <<
+/R8 481 0 R
+>>
+>>
+/Length 2428
+/Filter /FlateDecode
+>>
+stream
+xZ9$Wth'#3|`}uvHJÛ"uX,=G}qgKw[=2S+bGK5y0^V
+iо_7EjcoĐe\Gh80cU8B\5R|nIVJd0 k~m1ϟCs'f{m5"29(-?(YBD= 3 ,7ǟo$3h(%Msg{WlOoe;E0fAqnAbdDY\ OzFCj 0e!j¥諺wGFB4^eμȤEAp8P'7,X{n%ԉiHy(':+Cɰ<0ggK!沓ay=LhAkyhQS ቩ%@iפ^yN%- \2lBfE&;KP㲥d
+ٱ+Rԭݩ^6V0
+RHokde2#^Ra-$('c0lbE^y&<# ~.P岍&JSB2I3&҈ʡwP`b8QP_gUW @,߉ 6i2ݾN{˦<.өh]D;CC4b8Bhlhc# JẝJ壱a׸'?dؓAZ7c
+\fSfKm@ ձ%/򅳪/[3Y`VRQ$9Fi“lY-:=sE(4P + bt"Q 5$Ue|Q(h"IC;F[,R6X,ݪgXg-_3"5[uٲc$u;s{Of󬣈X+n#1B9'drdSW*ʎҬrͤ(JBcbJ*H Y_?Ԭ>EqB@S@TwxNޫi<oAN6x
+bm&Gu؋ ^_tަňz<.TC
+$<2gbT1lňM kg m\c=cύL.IZYfKF$6|hG\yD9IgY؉uNk
+FL$Wҵ6=T1%,2mZPw#x9OX~]ǡ2uf<x<P^us2l+V(H|<$c:3j賺GZF.|?mȜs- u\mMˣVL: _U\3um-Qnru\]EJ&mu.dv:S4SS/WKqkE)%?jS]nHJ>ΩI+Pn_D#!dULy5
+ %:F
+&֋Y܋m
+DBiQḨ#
+endstream
+endobj
+479 0 obj
+<<
+/Producer (MiKTeX GPL Ghostscript 9.19)
+/CreationDate (D:20170803224117+02'00')
+/ModDate (D:20170803224117+02'00')
+>>
+endobj
+480 0 obj
+<<
+/Type /ExtGState
+/OPM 1
+>>
+endobj
+481 0 obj
+<<
+/BaseFont /Helvetica
+/Type /Font
+/Subtype /Type1
+>>
+endobj
+465 0 obj
+<<
+/Type /Encoding
+/Differences [21/endash 27/ff/fi/fl 38/ampersand/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V 97/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis]
+>>
+endobj
+463 0 obj
+<<
+/Type /Encoding
+/Differences [21/endash 27/ff/fi/fl 38/ampersand/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V 97/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 130/fl 146/quoteright 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis]
+>>
+endobj
+461 0 obj
+<<
+/Type /Encoding
+/Differences [21/endash 27/ff/fi/fl 38/ampersand/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V 97/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis]
+>>
+endobj
+458 0 obj
+<<
+/Type /Encoding
+/Differences [21/endash 27/ff/fi/fl 38/ampersand/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V 97/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis]
+>>
+endobj
+455 0 obj
+<<
+/Type /Encoding
+/Differences [21/endash 27/ff/fi/fl 38/ampersand/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V 97/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis]
+>>
+endobj
+453 0 obj
+<<
+/Type /Encoding
+/Differences [21/endash 27/ff/fi/fl 38/ampersand/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V 97/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 129/fi/fl 146/quoteright 150/endash 152/ecircumflex 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis]
+>>
+endobj
+451 0 obj
+<<
+/Type /Encoding
+/Differences [32/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 161/exclamdown/cent/sterling/fraction/yen/florin/section/currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl 177/endash/dagger/daggerdbl/periodcentered 182/paragraph/bullet/quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand 191/questiondown 193/grave/acute/circumflex/tilde/macron/breve/dotaccent/Egrave/Eacute/ring/cedilla 205/hungarumlaut/ogonek/caron/emdash 225/AE 227/ordfeminine 232/Lslash/eacute/OE/ordmasculine 239/idieresis 241/ae 245/dotlessi 248/lslash/oslash/oe/germandbls]
+>>
+endobj
+356 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./letex8.pdf)
+/PTEX.PageNumber 2
+/PTEX.InfoDict 450 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F17 454 0 R /F27 484 0 R /F40 486 0 R /F32 459 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+/Length 1013
+/Filter /FlateDecode
+>>
+stream
+xڥVKo6Wk_z4vѢ0
+hK,qF&E{A/+rypV %]B#L*YFySe6,N2Y#)BER65z/a'rNxU%yAxJD\J$hqP߰*}Ppa fYFLx3{q*kN$yzESQ9qQʻ$@c yY[2 O9u-J)Z3Zk[Դ6n70HFnP<59./T_8M F5A1&5$;NQge2E7D#r".*}J2`L7~u
+qkj{CxNJdfPY^})MwPaF<S *qP>q{Ͽ|ef]&Ţt?jXQc1C[DN~0Y=q%f`x0,ޏN@ApP=OvAEλPţةe8_^ |XCq3jz;:bt|1i !4B
+]Ҹs N3Q#:{PYcqyD+j;xSV'}xk^|MEq;.i'HSSo]hM,O/wQQ~цN䒊;铒^y*O\k]?h~9_.i߀o@dV+(]~x|q2;-{-|5ecʎe-{#*
+Id]" eMLIQB40rTL0^UEDQyp%bq
+endstream
+endobj
+484 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 13
+/LastChar 13
+/Widths 487 0 R
+/FontDescriptor 482 0 R
+/BaseFont 488 0 R
+/Encoding 483 0 R
+>>
+endobj
+486 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 38
+/LastChar 125
+/Widths 489 0 R
+/FontDescriptor 391 0 R
+/BaseFont 413 0 R
+/Encoding 485 0 R
+>>
+endobj
+487 0 obj
+[ 1000]
+endobj
+489 0 obj
+[ 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514 514.6 514.6 514 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6]
+endobj
+485 0 obj
+<<
+/Type /Encoding
+/Differences [21/endash 27/ff/fi/fl 38/ampersand/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V 97/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis]
+>>
+endobj
+483 0 obj
+<<
+/Type /Encoding
+/Differences [13/circlecopyrt 165/circlecopyrt]
+>>
+endobj
+357 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./letex7.pdf)
+/PTEX.PageNumber 2
+/PTEX.InfoDict 490 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F17 492 0 R /F44 494 0 R /F23 497 0 R /F20 499 0 R /F29 502 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+/Length 1736
+/Filter /FlateDecode
+>>
+stream
+xڭYr6}WpBՆq'R'MR5XI*-A6ה23ޯ)VF^,
+A
+ͫC&>iSzD?8Wfٴr~< cpad><Y7_䣗\$}㖼N0"~3 N=ǸxN,{+`)hU7O%F_SFxNr83H EXN+ǔ y$ Zh!D'q窅 Qcn"ZEA G-99
+e|#[XxXlI8( !)*vNm{'PT| b<bO#=:c!4k0w k(3:yǸ528 IBPQ9{_}U9Oy$T͸2}ǬZQJ}9#RzjAԳ?O˺kMb[Tv
+=bckuO
+)" qp=޶_j~7EHsdnƹn /W wquvot4Oŏe&v:
+u`Ѓxac|7đ 7!zOA0YEnL('Bn\Dw= ;&.GجP&3a1kj{g ZQ:a as2I@l$/1Y@`=r~%7qKXrC|*[[P?zR
+:@.{##4P~e%J?q㖁;ton!^ fhcdI̾hxەEbn41<H|rV`ۍ'Ʈ$4.nM[vסs/xL!F#
+.ʶff5xvvwi?I?D
+endstream
+endobj
+490 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.18)
+/Creator (TeX)
+/CreationDate (D:20170803224132+02'00')
+/ModDate (D:20170803224132+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6362 \(1.40.18\))
+>>
+endobj
+492 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 28
+/LastChar 121
+/Widths 503 0 R
+/FontDescriptor 369 0 R
+/BaseFont 373 0 R
+/Encoding 491 0 R
+>>
+endobj
+494 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 39
+/LastChar 121
+/Widths 504 0 R
+/FontDescriptor 395 0 R
+/BaseFont 418 0 R
+/Encoding 493 0 R
+>>
+endobj
+497 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 62
+/LastChar 122
+/Widths 505 0 R
+/FontDescriptor 495 0 R
+/BaseFont 506 0 R
+/Encoding 496 0 R
+>>
+endobj
+499 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 43
+/LastChar 61
+/Widths 507 0 R
+/FontDescriptor 369 0 R
+/BaseFont 373 0 R
+/Encoding 498 0 R
+>>
+endobj
+502 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 40
+/LastChar 40
+/Widths 508 0 R
+/FontDescriptor 500 0 R
+/BaseFont 509 0 R
+/Encoding 501 0 R
+>>
+endobj
+503 0 obj
+[ 544 544 816 816 489.6 272 358 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 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 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 500 272 555.6 734 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]
+endobj
+504 0 obj
+[ 300 400 400 500 750 300 350 300 500 500 500 500 500 500 500 500 500 500 500 300 300 761.6 750 761.6 500 750 726.8 688.4 700 738.4 663.4 638.4 756.7 726.8 376.9 513.4 751.8 613.4 876.8 726.8 750 663.4 750 713.4 550 700 726.8 726.8 976.8 726.8 726.8 600 300 500 300 555.6 726.8 300 500 450 450 500 450 300 450 500 300 300 450 250 800 550 500 500 450 412.5 400 325 525 450 650 450 475]
+endobj
+505 0 obj
+[ 761.6 489.6 516.9 734 743.9 700.5 813 724.8 633.8 772.4 811.3 431.9 541.2 833 666.2 947.3 784.1 748.3 631.1 775.5 745.3 602.2 573.9 665 570.8 924.4 812.6 568.1 670.2 380.8 380.8 380.8 979.2 979.2 410.9 514 416.3 421.4 508.8 453.8 482.6 468.9 563.7 334 405.1 509.3 291.7 856.5 584.5 470.7 491.4 434.1 441.3 461.2 353.6 557.3 473.4 699.9 556.4 477.4 454.9]
+endobj
+507 0 obj
+[ 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]
+endobj
+508 0 obj
+[ 805.6]
+endobj
+501 0 obj
+<<
+/Type /Encoding
+/Differences [40/braceleftBigg 73/braceleftBigg]
+>>
+endobj
+498 0 obj
+<<
+/Type /Encoding
+/Differences [33/exclam 35/numbersign/dollar 40/parenleft/parenright 43/plus/comma/hyphen/period/slash/zero/one/two/three/four/five 55/seven/eight/nine/colon 61/equal 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y 129/fi/fl 146/quoteright]
+>>
+endobj
+496 0 obj
+<<
+/Type /Encoding
+/Differences [62/greater 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 120/x/y/z]
+>>
+endobj
+493 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi/fl 33/exclam 35/numbersign/dollar 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y 146/quoteright]
+>>
+endobj
+491 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi/fl 33/exclam 35/numbersign/dollar 39/quoteright/parenleft/parenright 43/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 61/equal 64/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y 129/fi/fl 146/quoteright]
+>>
+endobj
+358 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./letex7.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 490 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F18 510 0 R/F19 511 0 R/F17 492 0 R /F30 513 0 R /F31 515 0 R /F32 517 0 R /F26 519 0 R /F44 494 0 R /F43 522 0 R /F45 524 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+/Length 1611
+/Filter /FlateDecode
+>>
+stream
+xڝWmo6_!`*c#R?q]RnhAD,zi#r-EsOG g%'G>^W^{Jkń8zst<:yAc
+#fr F$M<%9LyOӫ #T/糫(`kNw+0x I"R&/`!2AeI8
+8"?X156<c/$RE_trs_ob:!cJJ>P@)ڤ>h1~A1>Os 0$Ö=?#` o;s+W> ^IsU7u[!dNNkc Zdrc1\|֖iε P!CzࡧHBj
+IlT(F忉ӥ]eY(<Jur '&n[F(2ŸK"<2*2$ ILb!t'*Jv
+2[N@
+)uy iېڙ368aQ4ǃc$rVYY:?=!I$$?wA\Df5 P!Z([!U?ntE]^٥U|%X tfڰ +$O_)Hduvcnٮv;jK6i' ǁU<G;yCLBGkO6:8Ue1YڝB}D|֋"oG\v/}Z "
+YޔW&~wk+z`gv㵶 ZLn۶5i4kj懦:]mA'6wv7M
+RGlg-HymIꙩPf1bC XVĎ
+f A8HyavMTuҪEyޣ"吇CDSPn*'h8 fOJH+8e#y%23[8d iQjs*$L\lꂬ7=2fsV G%& cN~jHi&M
+.'C=XoҮ)5*r3(ⳛ ^ҧ 3zؽ+*sNO&o w(ĸ{sg狣] j: ұۤUBݥC=,R4~yu
+}v^BΩΡx?)+TtnIi嶰vz[KԺ"WІ{]ݴHáʷ$xavԗe
+ 멒S44w8RT*W=9p c읎kFa~e]|*jIgC xq1?{{>^3d|(7.s>e50 8<~g)TJ(sǂHm ExX**`&·
+Sģ(XW(3N0.vtyٴ[Isk(
+endstream
+endobj
+510 0 obj
+<<
+/Type /Font
+/Subtype /Type3
+/Name /F18
+/FontMatrix [ 0.00836 0 0 0.00836 0 0]
+/FontBBox [ 2 -2 84 126]
+/Resources <<
+/ProcSet [/PDF/ImageB]
+>>
+/FirstChar 65
+/LastChar 200
+/Widths 525 0 R
+/Encoding 526 0 R
+/CharProcs 527 0 R
+>>
+endobj
+511 0 obj
+<<
+/Type /Font
+/Subtype /Type3
+/Name /F19
+/FontMatrix [ 0.01204 0 0 0.01204 0 0]
+/FontBBox [ 1 -43 60 85]
+/Resources <<
+/ProcSet [/PDF/ImageB]
+>>
+/FirstChar 40
+/LastChar 121
+/Widths 528 0 R
+/Encoding 529 0 R
+/CharProcs 530 0 R
+>>
+endobj
+513 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 45
+/LastChar 114
+/Widths 531 0 R
+/FontDescriptor 383 0 R
+/BaseFont 408 0 R
+/Encoding 512 0 R
+>>
+endobj
+515 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 47
+/LastChar 47
+/Widths 532 0 R
+/FontDescriptor 457 0 R
+/BaseFont 472 0 R
+/Encoding 514 0 R
+>>
+endobj
+517 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 44
+/LastChar 121
+/Widths 533 0 R
+/FontDescriptor 460 0 R
+/BaseFont 474 0 R
+/Encoding 516 0 R
+>>
+endobj
+519 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 15
+/LastChar 15
+/Widths 534 0 R
+/FontDescriptor 482 0 R
+/BaseFont 488 0 R
+/Encoding 518 0 R
+>>
+endobj
+522 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 49
+/LastChar 49
+/Widths 535 0 R
+/FontDescriptor 520 0 R
+/BaseFont 536 0 R
+/Encoding 521 0 R
+>>
+endobj
+524 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 46
+/LastChar 118
+/Widths 537 0 R
+/FontDescriptor 398 0 R
+/BaseFont 420 0 R
+/Encoding 523 0 R
+>>
+endobj
+525 0 obj
+[ 85.4 80.66 0 87 77.5 0 89.38 0 41.08 0 0 0 0 85.4 88.59 0 0 83.83 63.26 82.26 0 85.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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 77.5]
+endobj
+526 0 obj
+<<
+/Type /Encoding
+/Differences [ 65/a65/a66 67/.notdef 68/a68/a69 70/.notdef 71/a71 72/.notdef 73/a73 74/.notdef 78/a78/a79 80/.notdef 82/a82/a83/a84 85/.notdef 86/a86 87/.notdef 200/a200]
+>>
+endobj
+527 0 obj
+<<
+/a65 538 0 R
+/a66 539 0 R
+/a68 540 0 R
+/a69 541 0 R
+/a71 542 0 R
+/a73 543 0 R
+/a78 544 0 R
+/a79 545 0 R
+/a82 546 0 R
+/a83 547 0 R
+/a84 548 0 R
+/a86 549 0 R
+/a200 550 0 R
+>>
+endobj
+528 0 obj
+[ 32.29 32.29 0 64.58 0 27.68 0 0 41.52 41.52 41.52 41.52 41.52 41.52 41.52 41.52 41.52 41.52 23.07 0 0 0 0 0 0 0 0 59.97 0 0 54.2 0 62.28 0 0 0 0 0 0 0 0 0 0 46.13 59.97 0 0 0 0 0 0 0 0 0 0 0 0 41.52 0 0 0 36.91 0 0 0 23.07 0 0 23.07 0 46.13 0 0 0 32.52 32.75 0 46.13 43.82 0 43.82 43.82]
+endobj
+529 0 obj
+<<
+/Type /Encoding
+/Differences [ 40/a40/a41 42/.notdef 43/a43 44/.notdef 45/a45 46/.notdef 48/a48/a49/a50/a51/a52/a53/a54/a55/a56/a57/a58 59/.notdef 67/a67 68/.notdef 70/a70 71/.notdef 72/a72 73/.notdef 83/a83/a84 85/.notdef 97/a97 98/.notdef 101/a101 102/.notdef 105/a105 106/.notdef 108/a108 109/.notdef 110/a110 111/.notdef 114/a114/a115 116/.notdef 117/a117/a118 119/.notdef 120/a120/a121]
+>>
+endobj
+530 0 obj
+<<
+/a40 551 0 R
+/a41 552 0 R
+/a43 553 0 R
+/a45 554 0 R
+/a48 555 0 R
+/a49 556 0 R
+/a50 557 0 R
+/a51 558 0 R
+/a52 559 0 R
+/a53 560 0 R
+/a54 561 0 R
+/a55 562 0 R
+/a56 563 0 R
+/a57 564 0 R
+/a58 565 0 R
+/a67 566 0 R
+/a70 567 0 R
+/a72 568 0 R
+/a83 569 0 R
+/a84 570 0 R
+/a97 571 0 R
+/a101 572 0 R
+/a105 573 0 R
+/a108 574 0 R
+/a110 575 0 R
+/a114 576 0 R
+/a115 577 0 R
+/a117 578 0 R
+/a118 579 0 R
+/a120 580 0 R
+/a121 581 0 R
+>>
+endobj
+531 0 obj
+[ 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 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1]
+endobj
+532 0 obj
+[ 611.1]
+endobj
+533 0 obj
+[ 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 777.8 750 708.3 722.2 763.9 680.5 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.5 777.8 736.1 555.5 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 555.5 750 277.8 500 555.5 444.5 555.5 444.5 305.5 500 555.5 277.8 305.5 527.8 277.8 833.3 555.5 500 555.5 527.8 391.7 394.4 388.9 555.5 527.8 722.2 527.8 527.8]
+endobj
+534 0 obj
+[ 500]
+endobj
+535 0 obj
+[ 569.4]
+endobj
+537 0 obj
+[ 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531 531.3 531.3 531 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]
+endobj
+538 0 obj
+<<
+/Length 304
+/Filter /FlateDecode
+>>
+stream
+xڍӿK0:p2 N(H7׎ռz
+YMOOTTh3δHwt5_4z}y{xquR6UKv1)*U~Z.͏\[/!i\h
+Y9.ȡw+J`;sqIڛMh7͘H%g>LڱT{ZIDK†c@c@ƥ~\ +da4kSk_oEVRŲ5<kӥ
+endstream
+endobj
+539 0 obj
+<<
+/Length 290
+/Filter /FlateDecode
+>>
+stream
+xڵ=n0
+endstream
+endobj
+540 0 obj
+<<
+/Length 264
+/Filter /FlateDecode
+>>
+stream
+x?n0p#HoKi`C) )CءQ28
+G`̀pmd%b%1F83OPE/Yw )ȵ]pڃ-P\ValڎZIJ˶U^ VIB$֤L4$k4I©$=ֈZ?$}+OzCw78~)9ꢗlN1q \ª7K/]_~WxXe?5-
+endstream
+endobj
+541 0 obj
+<<
+/Length 225
+/Filter /FlateDecode
+>>
+stream
+xڭӽ
+0
+7{ӂ6P N(&(}blW*/.&8d\MK8<b
+
+endstream
+endobj
+542 0 obj
+<<
+/Length 378
+/Filter /FlateDecode
+>>
+stream
+xԱJ@
+
+9,⏜ēx\%ٝI6TU*"MiL#"4ѱy.D=\h|zMy QL/ <DH"VV9b 3#qOIAC/$]ng ^ʊ}5kI,Wk;@HװveB8VC
+endstream
+endobj
+543 0 obj
+<<
+/Length 116
+/Filter /FlateDecode
+>>
+stream
+x313P0P0bc3CSCB.#KJrW0
+endstream
+endobj
+544 0 obj
+<<
+/Length 311
+/Filter /FlateDecode
+>>
+stream
+xmӱJ@ )O`P\8O0Xy&bGH"dM~f[obT̾VJ]6(+=]%^"n׫wwW^>x^6
+endstream
+endobj
+545 0 obj
+<<
+/Length 348
+/Filter /FlateDecode
+>>
+stream
+xՔN0\xd]9Ɠzѫx#δf*kLN/6a'gXc+Ts/m DzZC3K!>
+^CIWL"ը_m;!jhq_Pa'փNB4uu:N͚(LJ(J]3usgXheH-bmh(@b޴JRG78IKG*4[yQtm=`ӆQ!&Ou ))Nv%+5Z?"rᛏLl+I͔,3򇧝ϝހ d#
+endstream
+endobj
+546 0 obj
+<<
+/Length 308
+/Filter /FlateDecode
+>>
+stream
+xڽӱN@
+y&RheqRK4
+ŧ [R]f)6%;;3t Gg ${a$yeArus15nb!_6O/cVnY@V6ff\#=$ʚ4;(pH~^M;c1]γϹz(RV\-Ήj>Ն$XO3B@Mi=fCs j"%*%e*
+y?
+[דaГ^$O c\p _؃/
+endstream
+endobj
+547 0 obj
+<<
+/Length 359
+/Filter /FlateDecode
+>>
+stream
+xڅұN0࿊D$~HRV,TD$02`Mhy? &KKJQO:gRbls&_]ӫXoEzH}\"EQvR8);ε3$ Q#
+l"U!6@BhGB=d D?4TG9
+endstream
+endobj
+548 0 obj
+<<
+/Length 183
+/Filter /FlateDecode
+>>
+stream
+xڳ032S0P0bs CSCB.scJrW07
+endstream
+endobj
+549 0 obj
+<<
+/Length 308
+/Filter /FlateDecode
+>>
+stream
+xڍAJ@̢@ZX̢+J]
+Q%;YvQyPG DώN0)NQcP/J"?բT-\eW?lq}ʖxW`~% Ѱ"X@L-%
+endstream
+endobj
+550 0 obj
+<<
+/Length 263
+/Filter /FlateDecode
+>>
+stream
+xڭJ@]rX}fH^@[=yOGAEoBh}<Bc_KRi|ƹ'UszSJj!׏4)s^d~XN9%;㇔G*fYk`|[@|ڈOkA:G V#QWT_TcY&ҟmЀ3ea;NTæ:/9}m=?Q Ba1Xi/-v
+^.
+endstream
+endobj
+551 0 obj
+<<
+/Length 213
+/Filter /FlateDecode
+>>
+stream
+xڵ=
+@F?IB/ :F  `
+A+ P,,r#XZ;Rx8 w= 4Ihڅ$=('d|eOj4&Js<c`Q+AԁR
+4,h -aE*~<kZZ ˏʩ,MF&6eUj6+v䴠[*
+endstream
+endobj
+552 0 obj
+<<
+/Length 211
+/Filter /FlateDecode
+>>
+stream
+xڵ1
+@E0 fcbL!he!Vj)(XXx%G$BKU;3_/8N0;M'5`Em{qJjz@jf 9_=bšTk҄3 M@g,b[}3VI u!l.U%;ڨ{H'ya!Y݌;tŶi4%
+endstream
+endobj
+553 0 obj
+<<
+/Length 105
+/Filter /FlateDecode
+>>
+stream
+x333P0P0U5S03P0PH1*25
+M 2ɹ\N\@.}0PRTʥ`ȥm``
+endstream
+endobj
+554 0 obj
+<<
+/Length 94
+/Filter /FlateDecode
+>>
+stream
+xM=@PEx$^!R
+{ T߱4J2:*54`ƴ"f@BJJ7"i
+endstream
+endobj
+555 0 obj
+<<
+/Length 213
+/Filter /FlateDecode
+>>
+stream
+xő=
+@F"0Mn`?$BT0XBt)q#,
+Ãvy{Q 8yާzgw4#waD\br_r²goKٔa>/Ab+ 7 2JHU0K<!I r*T@5HnuhC:*~q(hִ?mR;5*=Ƶ{=<hъT~
+endstream
+endobj
+556 0 obj
+<<
+/Length 136
+/Filter /FlateDecode
+>>
+stream
+x3135R0P0bc3sKCB.#
+endstream
+endobj
+557 0 obj
+<<
+/Length 265
+/Filter /FlateDecode
+>>
+stream
+xuJ0 9/ynV aAOAPy>JcKiC?H2ev|]s{zf3~eebg^nd]oOV6c̦w\-% ;TSԤl2?tHـQ>@E2t?R H*DjЁ> 
+}?ЪH|M"W<M|/N(t3a2H%c9'@
+o
+t$b2:
+endstream
+endobj
+558 0 obj
+<<
+/Length 262
+/Filter /FlateDecode
+>>
+stream
+xuJ@ { ҼyMlOZ=yBA=
+*z>>>B9M3;3;E1Tr9Kdy,!ƫG NnN>_9Y_Ij-d"[,>v&pH~`FAK'D=xP!B4t
+@;ANh05&,+̘ASK}wv
+?΀fsǰU()Xy)a5si?
+|S
+endstream
+endobj
+559 0 obj
+<<
+/Length 196
+/Filter /FlateDecode
+>>
+stream
+xڭϽ
+@
+endstream
+endobj
+560 0 obj
+<<
+/Length 249
+/Filter /FlateDecode
+>>
+stream
+xڵJ@?0yB4IP+`O=  Qe-c!qxśvgr/dζsBeE><hURek)kJ;~{}Sf9!5G 0iӅ8W)z _kDbK8ӄɳAMDz;RKVdhAi&* TibBv:%8D.q
+t;!tS҆>fg
+endstream
+endobj
+561 0 obj
+<<
+/Length 264
+/Filter /FlateDecode
+>>
+stream
+xڅѱJ@"0y˼&1p`
+A+ Td-2E`ydwf3.xŒ 3^jJ()=2?R<ey^M-kvc 6{RGxh`ol!䶉dPB;Q4:pϪz:|x Fa$ߴ#ɆLDsiKj0JMl%
+endstream
+endobj
+562 0 obj
+<<
+/Length 211
+/Filter /FlateDecode
+>>
+stream
+xڥ=
+@ ZtwTSZYPKAEks4#xO1AQ,\دxaœ+]#=w<jj\:Y9NV@ ,%Cdz H4yld;bY%DAԲ@*܉ u
+endstream
+endobj
+563 0 obj
+<<
+/Length 293
+/Filter /FlateDecode
+>>
+stream
+xu1K@7pp l?iJZ N⤎BB?;ds͘|D.O%y.Gx$C)`$D'gW8rn.+/e3Bns޹r!0-
+SX` z G垠)5C}Xn-oDMBbWrCRGb|e?26lnٞ/nY+6r{XZ $ +e1Iv#L[۞u'8i8*6:Bp祻v_"|x)
+endstream
+endobj
+564 0 obj
+<<
+/Length 263
+/Filter /FlateDecode
+>>
+stream
+xڅѽJ0P8KW1E^N⤎noMn!cb=i".?HN\p/Xђrz͌}UE%gMiuO/.NXk9jP=M0c I"ꕃrQbb6jV03&`bؿi~`ПHM H+gk#mjI oA Hq 'eR]?=</ŝ<F iE݊
+endstream
+endobj
+565 0 obj
+<<
+/Length 101
+/Filter /FlateDecode
+>>
+stream
+x3230W0P
+endstream
+endobj
+566 0 obj
+<<
+/Length 286
+/Filter /FlateDecode
+>>
+stream
+xڽұJ@Y0y!ܑ`RL!he!Vj)h'fW71p83 ;οYqXQB)(=bBywŗ.>岋3z~zsf.^ՌkW- @だk,u"bGe#ZI+A*FTz%k&QXMP /~L7BWfzrFtY?􋄮uv@V `>0 QLh^"f$p.H2yśEgߔ?wR I
+endstream
+endobj
+567 0 obj
+<<
+/Length 168
+/Filter /FlateDecode
+>>
+stream
+x353R0P0bSC CB.s
+endstream
+endobj
+568 0 obj
+<<
+/Length 125
+/Filter /FlateDecode
+>>
+stream
+x333P0P0bSK CB.SS
+endstream
+endobj
+569 0 obj
+<<
+/Length 281
+/Filter /FlateDecode
+>>
+stream
+xuнJ1
+
+
+xGU8*j٨˙J9^U<\+\ݨf =-ӆ7~ċHrC@SY
+endstream
+endobj
+570 0 obj
+<<
+/Length 155
+/Filter /FlateDecode
+>>
+stream
+x3Գ4W0P0bSs CB.S
+%E\N
+\.
+\.
+Au?; j@
+
+endstream
+endobj
+571 0 obj
+<<
+/Length 204
+/Filter /FlateDecode
+>>
+stream
+xm;
+@ . Vf.1L!he!Vji(X({8Qښ}i<"Ńf{Qj{T3Qes:.{TŘ4 5E&6%/_x/PAP02g0yp&dBw:+0}ATyM6Ӣ5l.5iK|T
+endstream
+endobj
+572 0 obj
+<<
+/Length 189
+/Filter /FlateDecode
+>>
+stream
+x]1
+@\B/ 8M(+Tr!bI
+q23;9nvdC)lGUgwIBf6$32d@fr@&m)2ϩ\^sϵ2HQRQO5QJrh MTrL@V@
+endstream
+endobj
+573 0 obj
+<<
+/Length 122
+/Filter /FlateDecode
+>>
+stream
+x3230W0P0aCS3CB.C
+endstream
+endobj
+574 0 obj
+<<
+/Length 106
+/Filter /FlateDecode
+>>
+stream
+x3230W0P0aC CCB.C
+endstream
+endobj
+575 0 obj
+<<
+/Length 147
+/Filter /FlateDecode
+>>
+stream
+x3134V0P0bcsCB.C
+@-\.
+?00`D~70n?D䇁$0
+endstream
+endobj
+576 0 obj
+<<
+/Length 140
+/Filter /FlateDecode
+>>
+stream
+x3635R0P
+endstream
+endobj
+577 0 obj
+<<
+/Length 195
+/Filter /FlateDecode
+>>
+stream
+x=αJ@Xf x{`TSwZ
+*
+W6`"8%Gf|q~K.4pR^j<<Sݐr^՘|soO5+^Sb(8A+d̠?
+endstream
+endobj
+578 0 obj
+<<
+/Length 153
+/Filter /FlateDecode
+>>
+stream
+x3134V0P0R5T01Q06WH1*21
+([@ds<L =\
+%E\N
+@QhX.O `J`
+endstream
+endobj
+579 0 obj
+<<
+/Length 183
+/Filter /FlateDecode
+>>
+stream
+xU̱
+P#k[WJ' rjj Ɔh>`Phj @ B\Q#HEldȗ$"Sg3:.{|LVkRj_
+..X ,g0i) <p&A
+endstream
+endobj
+580 0 obj
+<<
+/Length 210
+/Filter /FlateDecode
+>>
+stream
+xMν
+@ )(<mm`A'qRGAEI X7G_GL҃\.Qu@nru@{45`~BޜTK&|<6ҹdƤWv8UM-1FStS_v=3S_Zz
+պ-,ؒ^9\u7p38o|U%4#N
+endstream
+endobj
+581 0 obj
+<<
+/Length 219
+/Filter /FlateDecode
+>>
+stream
+xUj@Yi
+ nZ$sSEGQ|x I;=F(N8^D!qiIs ǔB3I-1QYAg//74gZv* 0ÿ+]SCE@QsϰF,IqSn/'gCb^mmjg`1'>
+endstream
+endobj
+523 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi/fl 33/exclam 35/numbersign/dollar 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y]
+>>
+endobj
+521 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi/fl 33/exclam 35/numbersign/dollar 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y]
+>>
+endobj
+518 0 obj
+<<
+/Type /Encoding
+/Differences [15/bullet 149/bullet]
+>>
+endobj
+516 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi/fl 33/exclam 35/numbersign/dollar 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y]
+>>
+endobj
+514 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi/fl 33/exclam 35/numbersign/dollar 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y]
+>>
+endobj
+512 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi/fl 33/exclam 35/numbersign/dollar 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y]
+>>
+endobj
+361 0 obj
+<<
+/D [350 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+362 0 obj
+<<
+/D [350 0 R /XYZ 70.866 703.064 null]
+>>
+endobj
+359 0 obj
+<<
+/Font << /F43 363 0 R /F48 364 0 R /F70 365 0 R /F73 366 0 R >>
+/XObject << /Im1 351 0 R /Im2 352 0 R /Im3 353 0 R /Im4 354 0 R /Im5 355 0 R /Im6 356 0 R /Im7 357 0 R /Im8 358 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+584 0 obj
+<<
+/Length 1165
+/Filter /FlateDecode
+>>
+stream
+xڭV[k6~_!
+%͖[[(Pv($L]XM26>:sQ(Cl~m}ivȰsT5&]mS&dV]oIqK~ip V}IBqۻݟ`ErPɤS0Lފ_,6cAJ#΢u…_K),܄ Ry=
+[
+k@ۨgDKbQQ(~ox?7FuGojwd=˵i>xP5.PzzZVvZeѱ1>TKP0挷<ez?@@ 2AftEfjsU :o
+B; dvCn U@ڏmvt4ЁҕuvV{WyZ?ϗLUW>5 /[sj|o&Q<("0<76լ~+)JaQTq,̋_,^'8Ư_~yOa,*BLߝ1%`}0@ՌvPAg34DžBL+)`ʮ7X!EVϥ`Wz
+ѓ#89ϨsڦBS
+ <n!(Q\17kDye/x)*Yg&~D:_v 궟>D3gF[1TZ-te{S˨^9<&6eGlů`gP5'a~2uM],Diټm6"p5d
+I.C ȀRCZ:-;ܷOpʀKF!\&5
+ a3z$
+1$8&duH?B
+endstream
+endobj
+583 0 obj
+<<
+/Type /Page
+/Contents 584 0 R
+/Resources 582 0 R
+/MediaBox [0 0 612 792]
+/Parent 367 0 R
+>>
+endobj
+585 0 obj
+<<
+/D [583 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+582 0 obj
+<<
+/Font << /F88 586 0 R /F89 587 0 R /F28 588 0 R /F24 589 0 R /F4 590 0 R /F85 591 0 R /F86 592 0 R /F84 593 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+597 0 obj
+<<
+/Length 1390
+/Filter /FlateDecode
+>>
+stream
+xڭWMo6
+oQS 0!@"Ѷ
+ 3$:E{Yqq8e0旫ͫ֒FruC
+F1- rՐͥYWo<-FliT٪v3EV;rXQ[JVp#
+ԍ^ʮT)t6@~5H6]<~hZ`RхqFU؛>Lθß! hWcXyܮvo/뗥%Qr\:M[Ws;H&y6 kЎzlg!XhP/[GOeԛqB9#7u5V50ėqU횡aRc8^9l-6;#ڝ!4<ڢ4v 8.t-
+&"W/WoQjj+PREpWYL2,4DTUL_zZm3ݷET؅ g
+ג*y skQ3 n ،o_ĵ&ݮT,Vy밲=[ˏ+%EQ[\t
+iDzNo(Ŀ[@<
+JuҎPi1?ʝFXT#ϋn| .$a ^,@=%Y٧6pFa:j$IuaνXH1
+8;K )4()-@Ţ%oJwa`WAP03U?A)@ʗTc}adtOÂŀӥc5BqzRj%J3?;NZwXI 5œzNѓ3Is! 2eQr(/'L=XPIoە+hdL.1xC{nUb9Qtۺ- RW;XŸ|۾񁻼0o&n<
+z8ߵc
+pDF/p"lt(*|g8|8
+g|8N)8XC^UPJ:Ѹ:r<2A .YWhqt<((
+endstream
+endobj
+596 0 obj
+<<
+/Type /Page
+/Contents 597 0 R
+/Resources 595 0 R
+/MediaBox [0 0 612 792]
+/Parent 367 0 R
+/Annots [ 594 0 R ]
+>>
+endobj
+594 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [253.542 665.704 268.265 677.659]
+/A << /S /GoTo /D (subsection.2.7) >>
+>>
+endobj
+598 0 obj
+<<
+/D [596 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+595 0 obj
+<<
+/Font << /F88 586 0 R /F89 587 0 R /F28 588 0 R /F24 589 0 R /F4 590 0 R /F85 591 0 R /F90 599 0 R /F84 593 0 R /F86 592 0 R /F93 600 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+653 0 obj
+<<
+/Length 1618
+/Filter /FlateDecode
+>>
+stream
+x[[o6~ϯ@}
+w>EѼ
+j=Wݏ$;#,ɉ@F dWߛtFNA6TZx[ &>BpmYjӊH :3ɝ(ȮIfn5\޽XNVPܹNd"ݬ?ebiJd6[ɍt7=V"S{.3gxBc:`
+ ,oUgVw^7j;Etj%ekͣ!0- J&Px:&n NOly _+ M1Ohr0Ϗo ?cyg\³*=="US۸k7b`1)w˪MA1}9ZfkRB
+Vok+F'<#"k4<t9<ϑcoXJ`|KR1UREC<ƩgOK,M4w1J):u3HBlc؋A.o!fuS1ʹO0bT&odVө)d֦IO_|cuYYƻ[+eU-(<߫SRg^n2.ʢyVT|C?h>GMVkNHAݫ{@Ie-=6'Z=n0DO#0ʥ\kٰ=_L)q/jI"BO
+P5;>Zᘒ>߀O/3]$g;x촿KW;e
+endstream
+endobj
+652 0 obj
+<<
+/Type /Page
+/Contents 653 0 R
+/Resources 651 0 R
+/MediaBox [0 0 612 792]
+/Parent 367 0 R
+/Annots [ 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R 606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 647 0 R ]
+>>
+endobj
+601 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [69.87 670.187 135.028 679.144]
+/A << /S /GoTo /D (section*.4) >>
+>>
+endobj
+602 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [69.87 646.332 214.455 657.226]
+/A << /S /GoTo /D (section*.5) >>
+>>
+endobj
+603 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [69.87 624.414 176.256 635.308]
+/A << /S /GoTo /D (section*.6) >>
+>>
+endobj
+604 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [69.87 604.433 163.639 615.482]
+/A << /S /GoTo /D (section*.7) >>
+>>
+endobj
+605 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [69.87 582.516 143.725 591.472]
+/A << /S /GoTo /D (section.1) >>
+>>
+endobj
+606 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 568.623 258.192 579.416]
+/A << /S /GoTo /D (subsection.1.1) >>
+>>
+endobj
+607 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 556.668 247.565 567.461]
+/A << /S /GoTo /D (subsection.1.2) >>
+>>
+endobj
+608 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [69.87 536.687 139.443 545.644]
+/A << /S /GoTo /D (section.2) >>
+>>
+endobj
+609 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 522.795 205.805 533.588]
+/A << /S /GoTo /D (subsection.2.1) >>
+>>
+endobj
+610 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 512.777 203.12 521.633]
+/A << /S /GoTo /D (subsubsection.2.1.1) >>
+>>
+endobj
+611 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 498.885 185.243 511.985]
+/A << /S /GoTo /D (subsubsection.2.1.2) >>
+>>
+endobj
+612 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 486.93 173.288 497.722]
+/A << /S /GoTo /D (subsubsection.2.1.3) >>
+>>
+endobj
+613 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 476.912 282.49 485.767]
+/A << /S /GoTo /D (subsubsection.2.1.4) >>
+>>
+endobj
+614 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 463.019 215.186 473.812]
+/A << /S /GoTo /D (subsubsection.2.1.5) >>
+>>
+endobj
+615 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 453.001 156.213 461.857]
+/A << /S /GoTo /D (subsection.2.2) >>
+>>
+endobj
+616 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 441.046 188.786 449.902]
+/A << /S /GoTo /D (subsubsection.2.2.1) >>
+>>
+endobj
+617 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 429.091 260.268 437.946]
+/A << /S /GoTo /D (subsubsection.2.2.2) >>
+>>
+endobj
+618 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 415.199 251.495 425.991]
+/A << /S /GoTo /D (subsubsection.2.2.3) >>
+>>
+endobj
+619 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 403.243 203.287 414.036]
+/A << /S /GoTo /D (subsubsection.2.2.4) >>
+>>
+endobj
+620 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 393.225 157.791 402.081]
+/A << /S /GoTo /D (subsection.2.3) >>
+>>
+endobj
+621 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 381.27 300.866 390.126]
+/A << /S /GoTo /D (subsubsection.2.3.1) >>
+>>
+endobj
+622 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 367.378 231.984 378.171]
+/A << /S /GoTo /D (subsubsection.2.3.2) >>
+>>
+endobj
+623 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 357.36 235.056 366.215]
+/A << /S /GoTo /D (subsubsection.2.3.3) >>
+>>
+endobj
+624 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 345.405 227.915 354.26]
+/A << /S /GoTo /D (subsection.2.4) >>
+>>
+endobj
+625 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 331.512 208.462 342.305]
+/A << /S /GoTo /D (subsubsection.2.4.1) >>
+>>
+endobj
+626 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 319.557 229.881 330.35]
+/A << /S /GoTo /D (subsubsection.2.4.2) >>
+>>
+endobj
+627 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 307.602 196.257 318.395]
+/A << /S /GoTo /D (subsubsection.2.4.3) >>
+>>
+endobj
+628 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 295.647 223.986 306.44]
+/A << /S /GoTo /D (subsubsection.2.4.4) >>
+>>
+endobj
+629 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 283.692 256.088 294.484]
+/A << /S /GoTo /D (subsubsection.2.4.5) >>
+>>
+endobj
+630 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 271.737 284.232 282.529]
+/A << /S /GoTo /D (subsubsection.2.4.6) >>
+>>
+endobj
+631 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 259.781 227.474 270.574]
+/A << /S /GoTo /D (subsubsection.2.4.7) >>
+>>
+endobj
+632 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 249.763 185.797 258.619]
+/A << /S /GoTo /D (subsection.2.5) >>
+>>
+endobj
+633 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 237.808 294.639 246.664]
+/A << /S /GoTo /D (subsubsection.2.5.1) >>
+>>
+endobj
+634 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 225.853 238.101 234.709]
+/A << /S /GoTo /D (subsubsection.2.5.2) >>
+>>
+endobj
+635 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 213.898 203.342 222.753]
+/A << /S /GoTo /D (subsubsection.2.5.3) >>
+>>
+endobj
+636 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 201.943 195.068 210.798]
+/A << /S /GoTo /D (subsection.2.6) >>
+>>
+endobj
+637 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 189.988 277.176 198.843]
+/A << /S /GoTo /D (subsubsection.2.6.1) >>
+>>
+endobj
+638 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 176.095 276.954 186.888]
+/A << /S /GoTo /D (subsubsection.2.6.2) >>
+>>
+endobj
+639 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 164.14 264.528 174.933]
+/A << /S /GoTo /D (subsubsection.2.6.3) >>
+>>
+endobj
+640 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 152.185 301.695 162.978]
+/A << /S /GoTo /D (subsubsection.2.6.4) >>
+>>
+endobj
+641 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 140.23 209.956 151.022]
+/A << /S /GoTo /D (subsection.2.7) >>
+>>
+endobj
+642 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 130.212 214.688 139.067]
+/A << /S /GoTo /D (subsubsection.2.7.1) >>
+>>
+endobj
+643 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 116.319 223.986 127.112]
+/A << /S /GoTo /D (subsubsection.2.7.2) >>
+>>
+endobj
+644 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 106.301 188.786 115.157]
+/A << /S /GoTo /D (subsubsection.2.7.3) >>
+>>
+endobj
+645 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [69.87 82.446 154.596 93.34]
+/A << /S /GoTo /D (section.3) >>
+>>
+endobj
+646 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 70.491 163.962 81.284]
+/A << /S /GoTo /D (subsection.3.1) >>
+>>
+endobj
+647 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 58.536 168.085 69.329]
+/A << /S /GoTo /D (subsection.3.2) >>
+>>
+endobj
+654 0 obj
+<<
+/D [652 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+655 0 obj
+<<
+/D [652 0 R /XYZ 70.866 711.034 null]
+>>
+endobj
+651 0 obj
+<<
+/Font << /F88 586 0 R /F89 587 0 R /F28 588 0 R /F24 589 0 R /F43 363 0 R /F94 656 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+709 0 obj
+<<
+/Length 2182
+/Filter /FlateDecode
+>>
+stream
+x\rW1UBOI35TŋT%E*$q>HQ%ўܖiQ
+5' b+?nec<z@ GVqn|jt9  jSZ݈dHq:iu{nBUE J&3,t3 曕IeM`O]ވYqD3ŕ}lտ:Cؾ|HHrWS"MRh:>Rgy>Sya#9A0\ [۵¸kߍ)=|ŗi
+3hЮf,ms=(6Z項w^2WI%\M
+Tte=([EbtXy9䖟FԞ̧,o~*͏X[rf=\ K&Ec 8^`ubGF+yxSܒu
+)´
+]ew\O&<{r4CH<]'˲ے/?_G[Q bMVѦ5b\`M:l,*#O ^K=$.tiq꾅@zs8zEӸ-0J8y?Of+\1YR;VKDȆj_jzV:*Qx;Rĉilm8ɪ1`u_KMx B͓80? w6#7\Z)Qp8H:0rIM}}40$i|^>ȻaX >ɓ /AΓ*~CGq?>Y(G}XX$C EovZ
+ܩAmh {vlk {$%9ip?K~H7@WyQ IHvl6IWP'>dS|M̲[Sl%UW?C荋*!$/N{yFb/!$0“(ȯYYuNB1x\}š
+YcJW<gS JBKma.7_,./M^D\VO(vYuŕZt<w{nl'CtiN vB:&p
+Cy
+Xq5!s%qL!sZ99k=R#g 8/# Gq$־:b[AXC/Ku'P87};Nu{<HTt,!xDLM]owPf[t+
+ɸNp r1ʓke,IYG IHۯn n)my#;s-v|~~~
+endstream
+endobj
+708 0 obj
+<<
+/Type /Page
+/Contents 709 0 R
+/Resources 707 0 R
+/MediaBox [0 0 612 792]
+/Parent 367 0 R
+/Annots [ 648 0 R 649 0 R 650 0 R 657 0 R 658 0 R 659 0 R 660 0 R 661 0 R 662 0 R 663 0 R 664 0 R 665 0 R 666 0 R 667 0 R 668 0 R 669 0 R 670 0 R 671 0 R 672 0 R 673 0 R 674 0 R 675 0 R 676 0 R 677 0 R 678 0 R 679 0 R 680 0 R 681 0 R 682 0 R 683 0 R 684 0 R 685 0 R 686 0 R 687 0 R 688 0 R 689 0 R 690 0 R 691 0 R 692 0 R 693 0 R 694 0 R 695 0 R 696 0 R 697 0 R 698 0 R 699 0 R 700 0 R 701 0 R 702 0 R 703 0 R 704 0 R 705 0 R ]
+>>
+endobj
+648 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [69.87 692.105 206.821 701.061]
+/A << /S /GoTo /D (section.4) >>
+>>
+endobj
+649 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 680.149 156.102 689.005]
+/A << /S /GoTo /D (subsection.4.1) >>
+>>
+endobj
+650 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 666.257 272.721 677.05]
+/A << /S /GoTo /D (subsection.4.2) >>
+>>
+endobj
+657 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 654.302 274.602 665.095]
+/A << /S /GoTo /D (subsubsection.4.2.1) >>
+>>
+endobj
+658 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 642.347 242.141 653.139]
+/A << /S /GoTo /D (subsubsection.4.2.2) >>
+>>
+endobj
+659 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 630.392 409.79 641.184]
+/A << /S /GoTo /D (subsubsection.4.2.3) >>
+>>
+endobj
+660 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 618.436 224.429 629.229]
+/A << /S /GoTo /D (subsubsection.4.2.4) >>
+>>
+endobj
+661 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 606.481 227.142 617.274]
+/A << /S /GoTo /D (subsection.4.3) >>
+>>
+endobj
+662 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 594.526 322.755 605.319]
+/A << /S /GoTo /D (subsection.4.4) >>
+>>
+endobj
+663 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 582.571 436.081 593.364]
+/A << /S /GoTo /D (subsection.4.5) >>
+>>
+endobj
+664 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 572.553 139.525 581.408]
+/A << /S /GoTo /D (subsection.4.6) >>
+>>
+endobj
+665 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 558.661 336.066 569.453]
+/A << /S /GoTo /D (subsubsection.4.6.1) >>
+>>
+endobj
+666 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 546.705 346.471 557.498]
+/A << /S /GoTo /D (subsubsection.4.6.2) >>
+>>
+endobj
+667 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 536.687 330.38 545.543]
+/A << /S /GoTo /D (subsection.4.7) >>
+>>
+endobj
+668 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 522.795 330.253 533.588]
+/A << /S /GoTo /D (subsubsection.4.7.1) >>
+>>
+endobj
+669 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 512.777 210.399 521.633]
+/A << /S /GoTo /D (subsubsection.4.7.2) >>
+>>
+endobj
+670 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 498.885 154.47 511.985]
+/A << /S /GoTo /D (subsection.4.8) >>
+>>
+endobj
+671 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 488.867 195.344 497.722]
+/A << /S /GoTo /D (subsection.4.9) >>
+>>
+endobj
+672 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 474.974 312.045 485.767]
+/A << /S /GoTo /D (subsubsection.4.9.1) >>
+>>
+endobj
+673 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 464.956 266.66 473.812]
+/A << /S /GoTo /D (subsubsection.4.9.2) >>
+>>
+endobj
+674 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 450.787 311.878 461.912]
+/A << /S /GoTo /D (subsubsection.4.9.3) >>
+>>
+endobj
+675 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [139.608 438.832 333.327 449.957]
+/A << /S /GoTo /D (paragraph.4.9.3.1) >>
+>>
+endobj
+676 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [139.608 426.877 347.689 438.002]
+/A << /S /GoTo /D (paragraph.4.9.3.2) >>
+>>
+endobj
+677 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [139.608 414.922 224.291 426.047]
+/A << /S /GoTo /D (paragraph.4.9.3.3) >>
+>>
+endobj
+678 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 403.243 287.636 414.036]
+/A << /S /GoTo /D (subsubsection.4.9.4) >>
+>>
+endobj
+679 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 391.288 203.646 402.081]
+/A << /S /GoTo /D (subsubsection.4.9.5) >>
+>>
+endobj
+680 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 381.27 235.001 389.536]
+/A << /S /GoTo /D (subsubsection.4.9.6) >>
+>>
+endobj
+681 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 369.315 166.757 378.171]
+/A << /S /GoTo /D (subsubsection.4.9.7) >>
+>>
+endobj
+682 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 357.36 169.22 366.215]
+/A << /S /GoTo /D (subsubsection.4.9.8) >>
+>>
+endobj
+683 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 343.468 233.866 354.26]
+/A << /S /GoTo /D (subsubsection.4.9.9) >>
+>>
+endobj
+684 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 333.45 168.777 342.305]
+/A << /S /GoTo /D (subsection.4.10) >>
+>>
+endobj
+685 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 319.557 299.896 330.35]
+/A << /S /GoTo /D (subsubsection.4.10.1) >>
+>>
+endobj
+686 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 309.539 310.136 318.395]
+/A << /S /GoTo /D (subsubsection.4.10.2) >>
+>>
+endobj
+687 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 295.647 205.445 306.44]
+/A << /S /GoTo /D (subsection.4.11) >>
+>>
+endobj
+688 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 283.415 294.666 294.484]
+/A << /S /GoTo /D (subsubsection.4.11.1) >>
+>>
+endobj
+689 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 271.737 299.896 282.529]
+/A << /S /GoTo /D (subsubsection.4.11.2) >>
+>>
+endobj
+690 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 259.781 299.896 270.574]
+/A << /S /GoTo /D (subsubsection.4.11.3) >>
+>>
+endobj
+691 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 247.826 289.435 258.619]
+/A << /S /GoTo /D (subsubsection.4.11.4) >>
+>>
+endobj
+692 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [107.728 235.871 305.126 246.664]
+/A << /S /GoTo /D (subsubsection.4.11.5) >>
+>>
+endobj
+693 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [69.87 215.89 115.179 224.847]
+/A << /S /GoTo /D (section.5) >>
+>>
+endobj
+694 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 161.124 243.553 169.979]
+/A << /S /GoTo /D (figure.1) >>
+>>
+endobj
+695 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 149.169 280.11 158.024]
+/A << /S /GoTo /D (figure.2) >>
+>>
+endobj
+696 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 135.276 207.714 146.069]
+/A << /S /GoTo /D (figure.3) >>
+>>
+endobj
+697 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 123.321 336.772 134.114]
+/A << /S /GoTo /D (figure.4) >>
+>>
+endobj
+698 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 111.366 263.824 122.159]
+/A << /S /GoTo /D (figure.5) >>
+>>
+endobj
+699 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 99.411 257.417 110.204]
+/A << /S /GoTo /D (figure.6) >>
+>>
+endobj
+700 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 87.456 234.697 98.248]
+/A << /S /GoTo /D (figure.7) >>
+>>
+endobj
+701 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 75.501 186.101 86.293]
+/A << /S /GoTo /D (figure.8) >>
+>>
+endobj
+702 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 63.545 212.308 74.338]
+/A << /S /GoTo /D (figure.9) >>
+>>
+endobj
+703 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 53.527 222.327 62.383]
+/A << /S /GoTo /D (figure.10) >>
+>>
+endobj
+704 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 41.572 259.825 50.428]
+/A << /S /GoTo /D (figure.11) >>
+>>
+endobj
+705 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 29.617 271.642 38.473]
+/A << /S /GoTo /D (figure.12) >>
+>>
+endobj
+710 0 obj
+<<
+/D [708 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+712 0 obj
+<<
+/D [708 0 R /XYZ 70.866 201.874 null]
+>>
+endobj
+707 0 obj
+<<
+/Font << /F88 586 0 R /F89 587 0 R /F28 588 0 R /F24 589 0 R /F94 656 0 R /F95 711 0 R /F43 363 0 R /F96 713 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+737 0 obj
+<<
+/Length 722
+/Filter /FlateDecode
+>>
+stream
+xVo0WX9nk'Mv0";U@V]KѴ a})#>G7i 1k4TkΣX,R Mp|jjn)gݪ&B&]VMn㯰 4H.Æ8]\p(P<` )"E3<~BG3%06B3"&4B9(:m
+Ѡ1J( eZPo n'B}C
+yQ$//߯f)m[ 3Dy/ ;FI]uf""vr6ꅕ Z[Op*K^ zvum"<!m27m!UaUuPUoߠբ=+LL}I7R/nǐ)arsoU{z{KpFR΂`f:<"-j;{>fa].abyqp{K||g \j> yL eBjhzw㫋-9*b=c^ < ɂavcV놓6\yWx$m{h[7cwQy/4$a 4Mnu'վk_U[#Dn|Be h}ù?k G/57/;~~:QVS
+endstream
+endobj
+736 0 obj
+<<
+/Type /Page
+/Contents 737 0 R
+/Resources 735 0 R
+/MediaBox [0 0 612 792]
+/Parent 367 0 R
+/Annots [ 706 0 R 726 0 R 727 0 R 728 0 R 729 0 R 730 0 R 731 0 R 732 0 R 733 0 R 734 0 R ]
+>>
+endobj
+706 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 692.105 268.653 700.96]
+/A << /S /GoTo /D (figure.13) >>
+>>
+endobj
+726 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 680.149 307.01 689.005]
+/A << /S /GoTo /D (figure.14) >>
+>>
+endobj
+727 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 668.194 359.425 677.05]
+/A << /S /GoTo /D (figure.15) >>
+>>
+endobj
+728 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 654.302 248.423 665.095]
+/A << /S /GoTo /D (figure.16) >>
+>>
+endobj
+729 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 599.535 296.852 610.328]
+/A << /S /GoTo /D (table.1) >>
+>>
+endobj
+730 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 587.58 282.268 598.373]
+/A << /S /GoTo /D (table.2) >>
+>>
+endobj
+731 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 575.625 416.709 586.418]
+/A << /S /GoTo /D (table.3) >>
+>>
+endobj
+732 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 563.67 239.595 574.463]
+/A << /S /GoTo /D (table.4) >>
+>>
+endobj
+733 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 551.161 207.438 563.116]
+/A << /S /GoTo /D (table.5) >>
+>>
+endobj
+734 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [84.814 539.206 207.438 551.161]
+/A << /S /GoTo /D (table.6) >>
+>>
+endobj
+738 0 obj
+<<
+/D [736 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+739 0 obj
+<<
+/D [736 0 R /XYZ 70.866 642.222 null]
+>>
+endobj
+735 0 obj
+<<
+/Font << /F88 586 0 R /F89 587 0 R /F28 588 0 R /F24 589 0 R /F43 363 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+761 0 obj
+<<
+/Length 3114
+/Filter /FlateDecode
+>>
+stream
+xڵɎܸ_Qȥ.ZE-sq`: 0[n QIe-6{F-euriVG]W|W".T,TO_ohl˃;}#_М\CKH`FUO+}(?.+MT4V1LmIlֻvV%: >s[~8jk1/։`t*)% 8*6FH$]ZƈL2`3*vG?6CׂH4C6E@OL.ޣFx_֮~a2*rFok< hرA hPi#Qʬ"WQVw&Fƺ׺&ԝ5_.֝QE˺+TX \
+ 4[whK?h7K.ʅdy@;`鰑 D=<|LȌp͖e5^\ʁ]hv)Ec! DI\#3˟ y
+8[W x0jZTƓ3"SLS[Auڒ@<A3{*Piی`Sx||EA2W'q[bSVAɞvQjXݕ WntgS8U*uDE%TS
+
+5Ɣɏ9x֊{y ]]p8 {?f73OT\ę.
+}Gc} tG `u[5^<&UU /
+046;FBv2PI(NV66bbQl}{r4U&ס
+?__ގ4<=;]RDEz,qȱ=_|oḄɭ U5׻`U-(h:N觭FpX'2lqq0rl2ȯ2hEc
+|~+àE#|Un@F{*7.'S52ƒ\^zC0xq:UHmma<YfXnf2*n>Wumx}GFBP0_G:_Rzef6ŏbyi?V* 9xUQcCkxWL<'8y^8o2J $'(YWYm'wo"`{4hCY֤`I&shRt\HOL?4Sĵ1;㾁BώV'Ԣtqk-_RR:``#YpUlv2oʋꌍ*đ6w}dэkB<Mι,
+2̿Ƚz(kՔD[;Xu8_#1X! z] g/jU֦in^˳B
+endstream
+endobj
+760 0 obj
+<<
+/Type /Page
+/Contents 761 0 R
+/Resources 759 0 R
+/MediaBox [0 0 612 792]
+/Parent 768 0 R
+/Annots [ 750 0 R 752 0 R 753 0 R 754 0 R 756 0 R 757 0 R 758 0 R 751 0 R 755 0 R ]
+>>
+endobj
+750 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [131.112 635.913 137.574 647.849]
+/A << /S /GoTo /D (Hfootnote.1) >>
+>>
+endobj
+752 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.013 504.469 113.735 516.424]
+/A << /S /GoTo /D (subsection.2.6) >>
+>>
+endobj
+753 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [361.729 475.166 368.191 487.379]
+/A << /S /GoTo /D (Hfootnote.2) >>
+>>
+endobj
+754 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [536.448 475.166 542.91 487.379]
+/A << /S /GoTo /D (Hfootnote.3) >>
+>>
+endobj
+756 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [241.172 462.934 253.128 474.889]
+/A << /S /GoTo /D (subsubsection.2.2.4) >>
+>>
+endobj
+757 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [367.422 462.934 379.377 474.889]
+/A << /S /GoTo /D (subsubsection.2.6.1) >>
+>>
+endobj
+758 0 obj
+<<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [365.096 297.965 440.286 308.758]
+/Subtype/Link/A<</Type/Action/S/URI/URI(mailto:vincentb1@users.sourceforge.net)>>
+>>
+endobj
+751 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [424.627 37.842 435.088 49.299]
+/A << /S /GoTo /D (subsubsection.2.4.3) >>
+>>
+endobj
+755 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [435.214 18.913 445.675 30.37]
+/A << /S /GoTo /D (subsubsection.2.4.6) >>
+>>
+endobj
+762 0 obj
+<<
+/D [760 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+2 0 obj
+<<
+/D [760 0 R /XYZ 70.866 707.049 null]
+>>
+endobj
+765 0 obj
+<<
+/D [760 0 R /XYZ 92.397 51.142 null]
+>>
+endobj
+766 0 obj
+<<
+/D [760 0 R /XYZ 92.397 41.678 null]
+>>
+endobj
+767 0 obj
+<<
+/D [760 0 R /XYZ 92.397 32.213 null]
+>>
+endobj
+759 0 obj
+<<
+/Font << /F88 586 0 R /F89 587 0 R /F28 588 0 R /F24 589 0 R /F43 363 0 R /F95 711 0 R /F97 763 0 R /F94 656 0 R /F87 764 0 R /F73 366 0 R /F84 593 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+771 0 obj
+<<
+/Length 2271
+/Filter /FlateDecode
+>>
+stream
+xڭYmoܸ_m?ʻz;w=8!vJԚD*$]w p!9> 'Oo~snl*^MzmV:^G侘cvIU<l9cl9㪅E;hdKI-" ȍ?-,lUŠP-ʊMl{RJjEiifo\&;/d4Z@kmjhҞXɢ8doRY+ym.y?!'Zeu6<91 ҳd9"(MSPt%;-oϋ$`nnhڀzT-9F)8fA9X
+bV|ND;S`0s3+VI¨Ri()ya)qd`dF p\(&޸ȺGVY+ӈgVs(uATJ]"b[͙ 7wnv6Xح֚
+Wwa7n^LQΦ"c$1. Og$I3⠦eIuAYm[ˆWH(m̵
+ ˖z!v6@~`u~5SIrP@l}0*?ro>֊ze퍅VS k׾<RSCI(`W} B-<WTep+ުJQu@ݚLқꪱʶGê}ń ([9c~OEuX~Sz.v^\ea8Hƒ 5ӰS[WLA2T
+ CdaXiZ{H}[haLRj(k
+ >H Rc>R݊FGV@T QlJ w>gOkٽFPW\
+[M
+"XTOO0~\ PϋVf륥vNqkPb
+»d]ɁƴTu=P%.
+fc (CyڂA.]EWȝ xDdc/+X,D nzSy_?\|~rU>$A\viqx39@|{lٰ;k`]<ck2wB[,igyan/zvvf6BD]g@߿;2.5<*#뻀~!K}j ځvz"&eA`wV. غ'MM uPQeblkEduT ]Eſc ߓ+@Y=Nh8x/d/̥|Xw>0L"CK#[*G,9USOb2!hi5T/]]ۀ q_EN*`tuX>uDN0MN᭺@!5oGwe-σ!psŴg
+endstream
+endobj
+770 0 obj
+<<
+/Type /Page
+/Contents 771 0 R
+/Resources 769 0 R
+/MediaBox [0 0 612 792]
+/Parent 768 0 R
+>>
+endobj
+772 0 obj
+<<
+/D [770 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+6 0 obj
+<<
+/D [770 0 R /XYZ 70.866 707.049 null]
+>>
+endobj
+769 0 obj
+<<
+/Font << /F88 586 0 R /F89 587 0 R /F28 588 0 R /F24 589 0 R /F43 363 0 R /F95 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+775 0 obj
+<<
+/Length 2220
+/Filter /FlateDecode
+>>
+stream
+xڝYn8}W46j`d`gbnf)RCRvSxD{օ"UNbOFd*]r..FrF<ꔢzrq6=
+˲~2Wfx^Ei\=fٿ?W XrVL/f %UcŵHhZQeϧe>_-G㿟鬙{=]$Oբ'3l l>
+F7W`x1_&px
+ViOP*0SHκVPhR$F= obGV*3 iKb/a. #[N
+QOPD/%:2J;^ꇲ~ Pu.(-I%TU6EIan 3( h;2AY_1%mf LYQR
+%%ӓ儑>Ve'Kai(GdYEC`˴[SfJ6~\:Ғ7cUҫ"K{@$&2΋ԾحQedXOÅp7+ѷvLvl-߀xcդf]6,PѤp9AlY8t4ARHOOAZVjޒ&|#ym+RA%U2Rʻ.[]4p]H2;/Rԗo*ؖj<^R
+cY2RZ~7h#uؑr2 -mcp8@#vK.kf렭C"MyX#lsSN'h$蠲*goy-/`YyT7*ߝK]%[V%\lg^'69 0ʗ!Ω W 鴢m-yӕe@n=]`.Xi|To*i~N眸' mx Em5k jЌzV'DATl @bߝͷX7(5] ʇZKD{ͦ4,_p7Rx#E)/\b:NCCDr`-ԃM⊆b_u5g ['nvu\()&]zҝ=@ Fo #Ջ Dx
+{|@m]K]~^hT/5; r9b/mF+=)]HhnMDwQ%뭚%VuTRu~<FU4Z”YE6ovl)P:5C>J (Ȑ @2s?iepC`U{L{,|Kb #GEw5u ϻc_c3D ,; mb{HYo;g=X5'a Kw[]Bڠ0=q'0,jݓc~–/; {!i
+NdjxW*[Htp;SnvTvG0Šj2#Al<xbq qmp4nkqPDn9^SǚCxr^sM[Dk6\3Lb[2HZ{Jc敄t |p>ZN6nM-7Ԡ C?4zOr]%j\C5zzt m)zNC Pq9/h斃-C[=О%F?gZ9z/>S֧w~H:C戛[vrTJuCyi(~NOM]>C~;o
+endstream
+endobj
+774 0 obj
+<<
+/Type /Page
+/Contents 775 0 R
+/Resources 773 0 R
+/MediaBox [0 0 612 792]
+/Parent 768 0 R
+>>
+endobj
+776 0 obj
+<<
+/D [774 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+773 0 obj
+<<
+/Font << /F88 586 0 R /F89 587 0 R /F28 588 0 R /F24 589 0 R /F95 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+779 0 obj
+<<
+/Length 2144
+/Filter /FlateDecode
+>>
+stream
+xڝYr8}W(BʢE,gjƉLlekSl@$$a%yoIPNKD 8}42FWoׯoWe|.Gb"NxXPd SOW@~o뷨2_Oo.Nww`h [Vʊd9`4,.+4yH؛VFx>Ǔ1|:Ni_;x'r6MWx:yj֫FrMgx
+
+01-ml )b(`Ʉ!RYG6/-3g!YҶosi;O=]ZȂ3EYq禔rfLhne얮qAJô%`u;w^(W`
+fFr\pX9 EL[g&a,mI^Q%uܒtfÈ\aOR2{;`yUP3Ɂ&|PIɓbgVȢNubudSǴΛ^eK>n"jq䰸T@Nl 
+Wj^lOnnNH4 .~ ge8tـ ١%fqD+%r%(`Eo,% #z<L ѡL~SOZB tEYO7U5o6{EKEFᖠNRfةr!d<T*bX)˵[@63
+O#;}Wڷ?>h|Q2-EL6A@?TMf8, |R  ηmaVk֕&&DIXq`4ln[` Ք!Z8[SPW&D=Zt
+B*N?\ٞg:=
+dw`,Cy-3a.%x$mv01_-(u`Seճ=.qg wk@wD _8guZ-5vVK1DWX<(ڏI )חzc $ŮY)pE̅Ɋ/S\"0@[Ց7]E0h' +.FԦZ=-n>q{\vT1H,"JR21a$?[,q0(",%)!,C.4k:Ed``k؎F_'Em(*Rb:Z`Znږ#wduˆgA)3̻HC KY{6#_A4KHYx,%O1sUGk:%*Sv%xEh>m}m1 {!7|߾}eAJx i~o(4ދf5egTSIbEn^So`Ix<|lnO–:b4VJՙ?s M%j*M/{~خ0
+endstream
+endobj
+778 0 obj
+<<
+/Type /Page
+/Contents 779 0 R
+/Resources 777 0 R
+/MediaBox [0 0 612 792]
+/Parent 768 0 R
+>>
+endobj
+780 0 obj
+<<
+/D [778 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+777 0 obj
+<<
+/Font << /F88 586 0 R /F89 587 0 R /F28 588 0 R /F24 589 0 R /F95 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+783 0 obj
+<<
+/Length 2058
+/Filter /FlateDecode
+>>
+stream
+xڭY]۶}ϯpJ叢7M-6M
+i-E仹CRCJN93sNtˇg߾l&d&:M6d=_'a?kz7[[NoqgRe\Q]bO}?طD|^,if}K<(ܸ_~+,+<A$ͷΊú.<&Ψ3j'˅}-s|'ǿͲ|q;wsϻsg$Y,K7vز3lɓbQolr')
+|9[,U9 7wnX}StnvMB%d,3XQ Ɂ h(Zzh!8>p?a״D|V{'c%??"v"`JĐDWW2_GLIRu^~)uq
+~gs6 g%Ul=zۉJdN_fc5Bҁ4S`mlrdZV(VMjԍ.HdOh CjCh6^v3ץXDwieG$0 A.V0i Aڧr('w9%)D L 3)y>Y4/oҤ]v+E PvXR ח?T& 7UJT
+7SƚL#;ˉ$Ky4ZxO.mj[d5׮L, rᮕ<R$m<,p
+7~z{^[QھL֘>k(Hu:(V5}iA܂l"k RՒ'4Tit惦7c>8,+7?5ŋ_m`™z%O \K?;MƽjگND)nu1 ;% m L+StՈ.ee_>D,)˙
+
+oA`ˈ'ήMQ7/D}#+<h*(Z8
+](VRP{!28 EMyUJg;揜E}j
+4
+ܳ-=0Cgh'#x
+w# RKݿC
+endstream
+endobj
+782 0 obj
+<<
+/Type /Page
+/Contents 783 0 R
+/Resources 781 0 R
+/MediaBox [0 0 612 792]
+/Parent 768 0 R
+>>
+endobj
+784 0 obj
+<<
+/D [782 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+781 0 obj
+<<
+/Font << /F88 586 0 R /F89 587 0 R /F28 588 0 R /F24 589 0 R /F95 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+791 0 obj
+<<
+/Length 1652
+/Filter /FlateDecode
+>>
+stream
+xڝWێ6}߯b(I"iv恖h.EI3ȲW]aWh8˙3t(۫WeTʓ<ED< U6wЬ [f:APF77|eM &Fّzo֟n/ #i^yBp(!QVY/;)8̴nQ+HJ<N3+e7qFNDIZV'Ԓ2# fZ9j]E.ׯlIiF"Hh5WMdaGqd{jV\J[j^D+;^һлl4i ʘTKJ=i[V[SϬ`Ux;p<lǡ#g$TP.sƻ޹bI'gQ8^Ս1ƤLnmm5~h9Q]}Of惒Jpbo2*31%3=< >@֭wL RJS§=b
+ߚ<wˠY#=V#G!Ԑ)1:eyVk@6d5&яJ(n$9GdrLو~O1q;N|#KP +޶z
+ <NP9c=xy{8bbn3 5ˆ`ǚI,N*ͩ CP`뇎Vi
+թ!)#tƭiBhBvz˕|6oQGe͎̜i~"9{W:c{
+R|k{
+-⼆Vr*36[+.;t EzagBg2xЊUӹTK:Ja]p^AV4P}'͙=fjIvؖ8 :V9TNI'9ɓ[@k`m:C26,KO2q|\#Ѷf9iDx0vEb&
+D`%/3}:
+_!$b$=~:4r~ī5K0Vg[:1&m.#׭X&Xi{kG1ˇo':o|:JCǗt]=kϮjƐo,;k)
+yY4tmEIS^P9ȥrAp83'$9>H[)^@Ɨx
+endstream
+endobj
+790 0 obj
+<<
+/Type /Page
+/Contents 791 0 R
+/Resources 789 0 R
+/MediaBox [0 0 612 792]
+/Parent 768 0 R
+/Annots [ 785 0 R 786 0 R ]
+>>
+endobj
+785 0 obj
+<<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [185.037 207.23 438.585 218.355]
+/Subtype/Link/A<</Type/Action/S/URI/URI(https://puszcza.gnu.org.ua/projects/latex-lettre)>>
+>>
+endobj
+786 0 obj
+<<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [211.438 127.529 412.184 137.703]
+/Subtype/Link/A<</Type/Action/S/URI/URI(mailto:vincentb1@users.sourceforge.net)>>
+>>
+endobj
+792 0 obj
+<<
+/D [790 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+10 0 obj
+<<
+/D [790 0 R /XYZ 70.866 264.695 null]
+>>
+endobj
+14 0 obj
+<<
+/D [790 0 R /XYZ 70.866 116.799 null]
+>>
+endobj
+789 0 obj
+<<
+/Font << /F88 586 0 R /F89 587 0 R /F28 588 0 R /F24 589 0 R /F95 711 0 R /F43 363 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+799 0 obj
+<<
+/Length 4145
+/Filter /FlateDecode
+>>
+stream
+xrܸ_14 <*JvljJQH!gyز>})k6S^@}mn7Ozr"I6J#mn6(:Vio~>$2g~nmݜ[=g76aL76hyG"Dd ~LX|+æȆf7u6F0'f3xM<ʃWaȰp2L'F`3'pE\Ai c K7 N >kCvYYf]QW~|V?-?i<ia.{B!О@0ylm_)p{l󝎷{04\<E϶/:n}3q!$rD͇3#lg,ksx`۶8\L͔L+/aZ]Xu_WXb
+a/
+&z[
+#|uo./?}.T^Űx-a%Qau(0@=?Bl " ˳}(iilnSq8,olP/gоTuWUFLb.yUX%vnm1ꢱ+D`=a BK(m撯W%qLD޳Vln˭bkp6 qS4I<aŶqeɠbafi|(Rr$TkToASEl(c27kŒcۭIC"7U믂h*ѯ z$*Z2^^||E|4nֈB?<F^\{<tܶ 0Y +P^>Fh9-@ H+@3T9ɟ5~ "U.gox^+ o aAbڼ;YN
+G)DU4| ?p tūg߭9b1-`CX7032\T^!+'ZK -H5֖Qμ1LN[ )<c<}Ɂ*TJ2؏HI
+A=DXm=n6-]&JL?\cZ<
+]
+̢Ős'ȥ܉]tDZnjr۞V{[-{%m1
+X% 44>:) <ARGÅ: ėYO Qط'_3Fp# LhQt_wcey7[!-SbRZg4C<fylO" jʰ+c%0]f< "1Uk:0FH m⼲8ƣ5&#EVdM;= \HgOl,r,G9xֲdǂ Q. KM[93+oJ,-V0CFt6-0,AX?7f,8آgvC09dE˭pݶ $9:̇S<!@$7Ç::cH
+wjzBƴ4 |e*0di,t
+1Hk*6<^۬FVxLmt"6ZPd䤱$U @^J WK(R͎kxv fP1>p<_sHWr羐׭\ք\mf"A YpoRڣmI
+M$RB^Z
+Ws4I2ҠE?r7J pumM~z,IխWʰFy q[iuY*d{셯X_ۋ0
+eV2Gճ]E2u`5.CwL *Wt[%I2mt/۷t8FR[W]?I:>8J=pfHL 2{ Ҋ),"7Y[ ^8!S#4ڬ
+wpvbubӚ~<|`_=} hy/
+&Rlequ:5Ĩ
+dh͓?@ 48K;m1WX:HYe\.?x
+ Md74޻9fxk+|))3.rI:ݎ ]^
+endstream
+endobj
+798 0 obj
+<<
+/Type /Page
+/Contents 799 0 R
+/Resources 797 0 R
+/MediaBox [0 0 612 792]
+/Parent 814 0 R
+/Annots [ 787 0 R 802 0 R 788 0 R 803 0 R 793 0 R 794 0 R 795 0 R 796 0 R ]
+>>
+endobj
+787 0 obj
+<<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [447.152 632.025 553.752 643.98]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ctan.org/pkg/lettre)>>
+>>
+endobj
+802 0 obj
+<<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [99.758 620.069 154.054 632.025]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ctan.org/pkg/lettre)>>
+>>
+endobj
+788 0 obj
+<<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [389.618 620.069 553.752 632.025]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://download.gna.org/lettre_observatoire/)>>
+>>
+endobj
+803 0 obj
+<<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [99.758 608.114 169.745 620.069]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://download.gna.org/lettre_observatoire/)>>
+>>
+endobj
+793 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [100.173 305.922 106.635 318.066]
+/A << /S /GoTo /D (Hfootnote.4) >>
+>>
+endobj
+794 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [168.418 269.232 174.879 281.169]
+/A << /S /GoTo /D (Hfootnote.5) >>
+>>
+endobj
+795 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [213.375 233.159 219.837 245.303]
+/A << /S /GoTo /D (Hfootnote.6) >>
+>>
+endobj
+796 0 obj
+<<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [241.31 58.372 483.9 69.497]
+/Subtype/Link/A<</Type/Action/S/URI/URI(https://gna.org/svn/?group=lettre_observatoire)>>
+>>
+endobj
+800 0 obj
+<<
+/D [798 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+18 0 obj
+<<
+/D [798 0 R /XYZ 70.866 703.064 null]
+>>
+endobj
+22 0 obj
+<<
+/D [798 0 R /XYZ 70.866 683.235 null]
+>>
+endobj
+801 0 obj
+<<
+/D [798 0 R /XYZ 70.866 647.245 null]
+>>
+endobj
+804 0 obj
+<<
+/D [798 0 R /XYZ 70.866 607.395 null]
+>>
+endobj
+806 0 obj
+<<
+/D [798 0 R /XYZ 70.866 592.008 null]
+>>
+endobj
+807 0 obj
+<<
+/D [798 0 R /XYZ 70.866 541.31 null]
+>>
+endobj
+808 0 obj
+<<
+/D [798 0 R /XYZ 70.866 525.369 null]
+>>
+endobj
+26 0 obj
+<<
+/D [798 0 R /XYZ 70.866 447.059 null]
+>>
+endobj
+809 0 obj
+<<
+/D [798 0 R /XYZ 70.866 207.021 null]
+>>
+endobj
+810 0 obj
+<<
+/D [798 0 R /XYZ 70.866 191.081 null]
+>>
+endobj
+811 0 obj
+<<
+/D [798 0 R /XYZ 92.397 53.241 null]
+>>
+endobj
+812 0 obj
+<<
+/D [798 0 R /XYZ 92.397 43.777 null]
+>>
+endobj
+813 0 obj
+<<
+/D [798 0 R /XYZ 92.397 34.312 null]
+>>
+endobj
+797 0 obj
+<<
+/Font << /F88 586 0 R /F89 587 0 R /F28 588 0 R /F24 589 0 R /F43 363 0 R /F95 711 0 R /F31 805 0 R /F97 763 0 R /F96 713 0 R /F84 593 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+820 0 obj
+<<
+/Length 4210
+/Filter /FlateDecode
+>>
+stream
+x[s6_9 &>tI'm%7MCK͖"~$@R,[C,
+,cţ84 x-׏~=`YNf'db?D@$
+~ۈ3#`DOt7,@F tID̶VƬ'!\{! <$ T"ƌRmMVWfwy֗!gÞo]_i"Ak>HAx!" | &i ]ZL"&eJ870.Xdxp.t|:׷׎4S3ZwcA%T*B|mVO6s XA4GHl@É.<|m' ) &!T !ioϫnbAC1ţ8?̂7 )aE J!]!qϕ'р=|ވ{Ft",_ˆ"ab}ʖ]6#eKhkmI˘ & (%ODoGҙc(X~ s )+CFx xhȹ;ࡇpmGwCKΩ\)HxA**?i9z?|m\%wPs,I:zE,U%  \&<,`7lT!KpjtR̖-Q #1lW۸uڎ
+ @Bky.TΗz>vl̺KS[3 TyKsRtk&w%7U,^TыKĜJ:aQgTMVH/d!\X(ꃥ1s$ZXAAq@p6 ծbe6ZOCo #a򑶶
+)Ft'N=CD7n_?eDҦ\H{s'S J h)VKՔl_ъ8[+rZoNqKHӝ
+`3RܟtJiӣry!BpkALY,T[BYBCοxg<ɋ|71Өl2(Y26A2
+ e6RzM億"HbꝌԞP-[[TK
+
+Y"xl @
+
+s
+_G*arV>~|5UD2
+w|ݗ$"+B#?
+ȱ#]ad!'zVТTχedl
+lzLwm[47 H~t$dRnI;VCrKly
+;ϱT70 ϜC\%D]'GK019unm
+c (8.L"9 hk@0B(y%`@N$+l)`}wIn0reS&t;4ڨeͽZt
+z4 okM
+hL3 gH/ZŐu/371ZWS5?xP<?n1%^9Q~@`P ,(R>xi#L 8::{zn-CVȢ>ߴ73EuvU/+0D* CXHӚ i)D@SZnI Al}V T8ɧK`pK\zv4 wS5B['"кmǒLaSO[Jy~)W2X.-NP$KIZ_K -Y"2=إ їyr֭BhՎ~2&dJp&#V`EAҹrc4{ME ҩ<A vWUZn\--tʹ8M+z2eD{d!tEH۫695-˪I:
+endstream
+endobj
+819 0 obj
+<<
+/Type /Page
+/Contents 820 0 R
+/Resources 818 0 R
+/MediaBox [0 0 612 792]
+/Parent 814 0 R
+/Annots [ 815 0 R 817 0 R 816 0 R 830 0 R ]
+>>
+endobj
+815 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [394.347 497.669 400.809 510.159]
+/A << /S /GoTo /D (Hfootnote.7) >>
+>>
+endobj
+817 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [219.282 232.218 226.256 243.011]
+/A << /S /GoTo /D (table.1) >>
+>>
+endobj
+816 0 obj
+<<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [420.502 67.304 553.752 76.558]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://download.gna.org/lettre_observatoire/)>>
+>>
+endobj
+830 0 obj
+<<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 1]
+/Rect [69.87 58.061 126.906 67.093]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://download.gna.org/lettre_observatoire/)>>
+>>
+endobj
+821 0 obj
+<<
+/D [819 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+744 0 obj
+<<
+/D [819 0 R /XYZ 242.968 637.819 null]
+>>
+endobj
+824 0 obj
+<<
+/D [819 0 R /XYZ 70.866 580.425 null]
+>>
+endobj
+825 0 obj
+<<
+/D [819 0 R /XYZ 70.866 554.99 null]
+>>
+endobj
+826 0 obj
+<<
+/D [819 0 R /XYZ 70.866 539.952 null]
+>>
+endobj
+827 0 obj
+<<
+/D [819 0 R /XYZ 70.866 511.885 null]
+>>
+endobj
+828 0 obj
+<<
+/D [819 0 R /XYZ 70.866 444.392 null]
+>>
+endobj
+30 0 obj
+<<
+/D [819 0 R /XYZ 70.866 352.997 null]
+>>
+endobj
+34 0 obj
+<<
+/D [819 0 R /XYZ 70.866 327.413 null]
+>>
+endobj
+38 0 obj
+<<
+/D [819 0 R /XYZ 70.866 304.706 null]
+>>
+endobj
+42 0 obj
+<<
+/D [819 0 R /XYZ 70.866 144.262 null]
+>>
+endobj
+829 0 obj
+<<
+/D [819 0 R /XYZ 92.397 89 null]
+>>
+endobj
+818 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F85 591 0 R /F26 822 0 R /F29 823 0 R /F73 366 0 R /F95 711 0 R /F31 805 0 R /F96 713 0 R /F43 363 0 R /F94 656 0 R /F84 593 0 R /F99 831 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+840 0 obj
+<<
+/Length 3696
+/Filter /FlateDecode
+>>
+stream
+xڭ]sݿBog,t&Nk朼@SzL{w
+|d][WEݭ3yzw=$9 I ȒcH6au0%r"O9/
+LI U&S&ń|'%v&ـDU$&rD֋T_C<dSv")NM=gRH,UD,vLh~ΤZU9K xЀ)t|/yt<7zda8rn%v1]'1iI7P<
+qTΣ&&r}/}$dɦ$ƹHp2JOeo4y( P>i<ιzXVdŃ^aʹ 4n %fڗ84hUS9HG S՛D݄ 1Rȹ]5\_%l7! ;#0rc7MZד ] б-h;A(!mPDT ZJG\hH}VFk3DׄũTQIA1sgٱ2!ٌ#,X!,tD^`* R1vPW^sP,156ΉYЀ*ii{0\MgN &hf  Ȃu-jP'''DnjD@Y,72/b<SL]v
+w\5MWA#,k;IEc졮k'՗d_%{D1&oMgY+J!he ;%6p}⚃PV C=" #fύ5_=:,Z*erB
+c +<i*_n
+X6ԣA,x\e8BNZ^S{o_pۮnzOh;8502aٝθ5b`B^6!B-̶?ԏ|idRP K 0W쒢hmB׹=rMu#!j7
+I":/ZhLՓ
+@].ف\MmB <)8"`J3@8Z@>[.%uۼtVgB`~|PcZfRaR9Sk8$k+EL9 2D׋sڟ]5f4nBFP_d k 7.b(i<gԅ\|ę{.^z$#-q4;{|G߁؟<m
+&bEpcg{q~ߙg;)H _Ka.^0Ԋ/&÷jHHk۹
+8"7①2і޾}8CQWz
+p^?F ^mH2Nv։' E^}gHʸ*7m<ucIx|Ks{4DgVw>Rm%Z׏ؿ$)SefCgߡ֝b>piT݂rbPptEIoT! N'#J3>߸+W4,^%VҦٴQj
+DbmRǜT-1X9i
+endstream
+endobj
+839 0 obj
+<<
+/Type /Page
+/Contents 840 0 R
+/Resources 838 0 R
+/MediaBox [0 0 612 792]
+/Parent 814 0 R
+/Annots [ 832 0 R ]
+>>
+endobj
+832 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [544.011 493.015 550.985 503.808]
+/A << /S /GoTo /D (table.2) >>
+>>
+endobj
+841 0 obj
+<<
+/D [839 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+745 0 obj
+<<
+/D [839 0 R /XYZ 250.26 605.939 null]
+>>
+endobj
+46 0 obj
+<<
+/D [839 0 R /XYZ 70.866 572.121 null]
+>>
+endobj
+50 0 obj
+<<
+/D [839 0 R /XYZ 70.866 431.974 null]
+>>
+endobj
+54 0 obj
+<<
+/D [839 0 R /XYZ 70.866 340.145 null]
+>>
+endobj
+58 0 obj
+<<
+/D [839 0 R /XYZ 70.866 188.263 null]
+>>
+endobj
+62 0 obj
+<<
+/D [839 0 R /XYZ 70.866 118.075 null]
+>>
+endobj
+838 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F85 591 0 R /F73 366 0 R /F94 656 0 R /F95 711 0 R /F31 805 0 R /F43 363 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+845 0 obj
+<<
+/Length 2942
+/Filter /FlateDecode
+>>
+stream
+xڭYYF~_ƺu[x dtkZg%,x/ U,ǣ$HF]}s{&MLd("(щȒy}Ylwƥd_h;[iHMloHTE߷DVBvL$^I&<_(i#eEf-2w%lܼ3N=[6O^H:E9MlSqSMlSyAcY`o/z!1W))}CUn'-E,^ҊwCu -DT+zͪ;J^L̖;ޠ@Y+VZ$MT %:65S>>ϼ3釖 }+PjxhW`H
+Y!EwW
+X=,N#K <"L\*ahkDԎx#I*?\b= .<UND<z%H xyw{/u8=h6/}WI]Uf8+t
++ cԗ1<a>*`/xL%Oח0 Mit󐨺/+&s39v
+Ivpn4dD|p&`ڗwآ RRRpcy6CK?}tqAeK9XZܓM
+07zܗ,O;+7G42!A!=՛|?TP`$b&*i(%38
+HxY߇|2eEG`X*
+ԑyftqݞٍ,Ёzߨx/ӺCq  Ta9ԓu䙣
+ v mILf4өw͉^lp<ƩY^W=ԡyxj@4^mB)
+T?YBLo4p=-72 ij3=%6ƈN0{f{O|b#pV</cK@kPP9x,(~YrgP$k#`SE}
+ } T<
+-'~݁b
+i8p XDzm@)%m$t0<Db0k,WhD3J0 3\ō%-V(HǍ>J@CJDvxG6xP, o
+@cfH 7S. 0cw4خDuÒx`Y`a'soMvn(?z"#l?gmr,җV~tgl pQ>< 6xHa~ ﷾K῾!M7? %įQ \.ƋoO EphyUpC&uB'YJ4n+4Jz,Me[wzz=+50 rnj<=mXW}W]Ne.{ w1-ٍ+COL
+endstream
+endobj
+844 0 obj
+<<
+/Type /Page
+/Contents 845 0 R
+/Resources 843 0 R
+/MediaBox [0 0 612 792]
+/Parent 814 0 R
+/Annots [ 833 0 R 834 0 R 836 0 R 837 0 R 842 0 R 835 0 R ]
+>>
+endobj
+833 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [69.87 342.105 81.825 354.595]
+/A << /S /GoTo /D (subsubsection.2.4.3) >>
+>>
+endobj
+834 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [335.429 342.105 341.891 354.595]
+/A << /S /GoTo /D (Hfootnote.8) >>
+>>
+endobj
+836 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [467.884 211.832 474.346 224.322]
+/A << /S /GoTo /D (Hfootnote.9) >>
+>>
+endobj
+837 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [158.316 187.921 170.272 199.877]
+/A << /S /GoTo /D (subsubsection.2.4.2) >>
+>>
+endobj
+842 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [446.706 90.7 457.139 102.636]
+/A << /S /GoTo /D (Hfootnote.10) >>
+>>
+endobj
+835 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [273.897 38.894 293.297 49.216]
+/A << /S /GoTo /D (subsubsection.2.1.5) >>
+>>
+endobj
+846 0 obj
+<<
+/D [844 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+714 0 obj
+<<
+/D [844 0 R /XYZ 271.939 582.1 null]
+>>
+endobj
+715 0 obj
+<<
+/D [844 0 R /XYZ 253.66 411.346 null]
+>>
+endobj
+66 0 obj
+<<
+/D [844 0 R /XYZ 70.866 174.977 null]
+>>
+endobj
+849 0 obj
+<<
+/D [844 0 R /XYZ 92.397 61.659 null]
+>>
+endobj
+850 0 obj
+<<
+/D [844 0 R /XYZ 92.397 42.73 null]
+>>
+endobj
+851 0 obj
+<<
+/D [844 0 R /XYZ 92.397 32.55 null]
+>>
+endobj
+843 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F104 847 0 R /F73 366 0 R /F95 711 0 R /F31 805 0 R /F97 763 0 R /F94 656 0 R /F103 848 0 R /F84 593 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+860 0 obj
+<<
+/Length 3277
+/Filter /FlateDecode
+>>
+stream
+xZK6ϯR&Vęumřd>&NR߾h"%h${>HFh4n ͢.~x:MgtgW$bֳ$NX̮V3b)T:X|XZJR[e^LƚEНk/"7|zнHRePY3j2=,K@ҔqgQLTј`"刪߲ŒoCỸ3(Y ?o<҃Ȯo^ *x/ "綇WW.8G3>,%pHb}c4[f3n)3rU_/~v:MX
+L<OO3sey-΄BMh%bL¬u,L7۲6]q=SLY*/Vy-=WYl뼆W`3KNN`t!2p2nC
+I n,q]zs,y۪o;aױj}@Rln@֡Q(''Fؙ}7N"#BVMm]tZ? \3R&ENlZYyRB0jј+a<l ؚ;ndT6! :os0*F}KD<ھ/$Fn8I%àhBz( \d)Â9m4wQ(qWXL W|Rr<f85a謔pJcL$Vh-!˾b+UИeL a{o¢$7_CaX$ZO׷!\F
+
+bg/1^*ʸFSݏ0,^o4ﭰC*w)^زp=u'TEޥ#<
+I;@#ctrgvl( kKG}wII>oJioKIAz{"Z8[?Si@}
+R0n\|q8ie ( m~[ MpA-XjtDu7U^j5T75PєUtRxL|B-Atgz90*dֵ5QȩLaFq`[b4sF
+ {|P
+*.?`X(b)]#ܳZ@Sq@::;œ^*tfi''OQ!DC/\XziJB|u_%3_mo1"G_ڋd<cݚ5{ߵ' ksݾ)i ISM2Ek̎{tj vH9=NP9 ٘֌Cç&#|}R0|)T*GrwSbgpZx֯<3ؾ%!
+vqX@O
+"(ço5iF<֠?Eum<`|l^[ŀnL5t6oC1T{Bv)<7:dHR2ܷrջ$ cT6I;<|_*9Q:2TG5H:Ҏu#]T
+Sd(yc6PR0 9[
+p!teU~j$yӴDBRu^/%Sk6&V`{g^]ME m0}wyr[{?'7dTeŦ-_AҀjK
+=,Fl} QsOtIKEAm i7=@I(V"NgSUz{b27(٘&Bؓ!+*b4afEv;\;'qf<+&O;<9X|\
+["I$J j=` y;K{9X2gau;~K8%wjD~Mt_A{"FqyiV8瘸nκ6e"FK!+ ~gm1a'T4][R`q.sp8ޜQ370ՓCG/Xꬴ+#`
+endstream
+endobj
+859 0 obj
+<<
+/Type /Page
+/Contents 860 0 R
+/Resources 858 0 R
+/MediaBox [0 0 612 792]
+/Parent 814 0 R
+/Annots [ 852 0 R 853 0 R 854 0 R 855 0 R 856 0 R ]
+>>
+endobj
+852 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [235.82 359.454 242.794 370.247]
+/A << /S /GoTo /D (figure.3) >>
+>>
+endobj
+853 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [351.543 323.589 358.516 334.381]
+/A << /S /GoTo /D (figure.4) >>
+>>
+endobj
+854 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [544.011 323.589 550.985 334.381]
+/A << /S /GoTo /D (figure.5) >>
+>>
+endobj
+855 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [413.577 234.85 424.01 246.786]
+/A << /S /GoTo /D (Hfootnote.11) >>
+>>
+endobj
+856 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [93.116 169.468 105.071 181.423]
+/A << /S /GoTo /D (subsubsection.2.5.3) >>
+>>
+endobj
+861 0 obj
+<<
+/D [859 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+716 0 obj
+<<
+/D [859 0 R /XYZ 289.858 681.456 null]
+>>
+endobj
+717 0 obj
+<<
+/D [859 0 R /XYZ 225.329 622.261 null]
+>>
+endobj
+70 0 obj
+<<
+/D [859 0 R /XYZ 70.866 402.473 null]
+>>
+endobj
+74 0 obj
+<<
+/D [859 0 R /XYZ 70.866 156.524 null]
+>>
+endobj
+863 0 obj
+<<
+/D [859 0 R /XYZ 92.397 102.428 null]
+>>
+endobj
+718 0 obj
+<<
+/D [859 0 R /XYZ 261.804 47.044 null]
+>>
+endobj
+858 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F96 713 0 R /F91 862 0 R /F73 366 0 R /F95 711 0 R /F31 805 0 R /F94 656 0 R /F84 593 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+868 0 obj
+<<
+/Length 3339
+/Filter /FlateDecode
+>>
+stream
+xڵr]_7Tf`/?eْU@@Zxy(]9zrh4T<a?]}&˂\IwA,IԤ*OwͷE7nlcI7nz7VXeQdig( Q+/pY`MBT0AU(G'othmUn-[(N})7iJ+mMyğ9zʘ4k8f"kk&x rE*N`]
+ V'AL064MCé33gnhք*هf7+ 'MeĮ(I t Izi}?~H,Aj܆qh 8M >MtFVh?I1!WEYy*t,]+JvҲ=GO-l3Wa4wW?_iX:&
+x~) 06UglЭŖwO $^tQL{}OP%q]M1e'G5!wq\_'t㺾mo9h
++
+R:^?Շ/>$ďcJ
+mĪNUq !g~Rpa@ N, "^Щ+nudCvlc~dtqpŮv%C2 w:Ve}_5 ^;mǎCC~}\.(Rq v<8Jҭ(AMn7U  d3= _ =^xs#1nyS&~x#䪶cFUl@BũS#w;!2a yD(;O&b}0RBs*;@O@
+vZl(< 90
+$͡WP jL;!$/n<e-bh8Au!&Ue#V&W0e T{GT(*S)^2yA,bB<N=Be#F).=\Yǃ`(xz dxUd2;Va
+3@ʍeN(_PiKjBx $L
+RjԃX@*˜-(HuE\I#W4!
+1{HbI_WR6mEoưcܓFÀgixsFbHm?FYTtP>=ԱW}-5JF&`FFsfS5̒*ć"{ڑsLdI`
+q`(ozJ>3W׮Rbr .+_tCA\29.[)Nb%RL:[*|{>Bԙ }[K Q*A@آJ8 pvR7M&o48w  %I
+nm0X]spE8a`xKe |MH_T4=J̈eqjc09B
+t'+YSa"sT
+EO)<7N|#Ș""rRO%Yy۱1ly#Qd^dĻEbR98F`_Ws^@*8{h/_
+Ȱəq_%SEqlBBF/NHлbV/ʃؔ5@B:Q`>cJ 2l<vO 4v;@ܯ>S쑻$@sS#./T 3>LEݲXi-b۱<p? jysUP.~,_t/FaE{hQ˾~_HXi$Ck~#-Ed*W
+Un= c&;fm(r@Pp-rnRa}V9BelEvn`θo4ӛubݠ^xTɠN̒e4 tB2*5=ڑtl_|5P"r:WlhKM:iBuée~փsD !%6^~"X4BC(yڮP$[dṮ>MGS}*
+endstream
+endobj
+867 0 obj
+<<
+/Type /Page
+/Contents 868 0 R
+/Resources 866 0 R
+/MediaBox [0 0 612 792]
+/Parent 814 0 R
+/Annots [ 857 0 R 864 0 R ]
+>>
+endobj
+857 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [212.863 362.854 223.296 375.344]
+/A << /S /GoTo /D (Hfootnote.12) >>
+>>
+endobj
+864 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [168.287 212.516 180.242 224.471]
+/A << /S /GoTo /D (subsubsection.2.3.3) >>
+>>
+endobj
+869 0 obj
+<<
+/D [867 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+719 0 obj
+<<
+/D [867 0 R /XYZ 265.007 505.146 null]
+>>
+endobj
+78 0 obj
+<<
+/D [867 0 R /XYZ 70.866 338.508 null]
+>>
+endobj
+82 0 obj
+<<
+/D [867 0 R /XYZ 70.866 256.365 null]
+>>
+endobj
+871 0 obj
+<<
+/D [867 0 R /XYZ 92.397 36.13 null]
+>>
+endobj
+866 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F104 847 0 R /F90 599 0 R /F97 763 0 R /F85 591 0 R /F43 363 0 R /F73 366 0 R /F94 656 0 R /F95 711 0 R /F31 805 0 R /F25 870 0 R /F84 593 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+878 0 obj
+<<
+/Length 3960
+/Filter /FlateDecode
+>>
+stream
+x[KsﯘF L
+%ݢ[d]jԮ7oo3~+jh߃,W
+sY4XH&dZ 6J
+fR䆕kDPC{VL,m5[v-Anۮgzz[bbH/ٞ[dtEJ#&8OӗXmzj5+e}a1 ;̚๙Y"N*]`i.bX+,7a%tH$BB
+ R.}ӏWc[HG'VH*hN:scL:n1
+
+4Ⱦh8uhk
+$u8fõ1ۢ>XǠ
+H0DR
+} G>Ct
+҅ `ag
+! UD=5 V&{$;Gic"*uYjY`ksVWhp=^z'!n/
+>$Ո,OfL.`~D810sOӵ%C5וZ8o~-4Χ"M(9OǞ1jn+-&,‘*e+G|R*ZuC3dn( _76)dbc?15FnL ,C;7suQ'6b
+h /EgT7J?+pivAmd^tꪣ(%Ş3eâv,DȎ7o a$9ZM(LV&M ޢ 12 nv8̱D~a[皲YsY l1*N?x??4`j-f":>K^+L(Fs'(=]#bF|G>M)w]4(pdCg{m.wpeó*p1d%sI t+<"Bc ;fy{Fra")g~q5eX.T(ε0d=T͏\ z}-Y@"Ԓj{MsB5JS=Mޟp'2a܅NEGGtC@IkmҶD'vTNM[zR /CK_^w?;ė;<c )LzVA{Bȅ0yC@
+\~ 'wDF]Y=ZݺᄌOQZvCav@<
+zr>ZX3o?̅20<5eW<ቚ(99b>/_ĈK̊TWCǝϲ``IM_PCԺn,CƖ儤~USyi":V?\?Nq6nیKeVG_vץgrpgZ%d?_Qj+tJC}.p>F (^ZڹCζ+<BJlqBgy' a<Ϸl1X\$LO)^
+I, :R~\[|r#loZdy3
+M8rd]]5-/SIK*Y\Z,_>њFݱ
+endstream
+endobj
+877 0 obj
+<<
+/Type /Page
+/Contents 878 0 R
+/Resources 876 0 R
+/MediaBox [0 0 612 792]
+/Parent 882 0 R
+/Annots [ 865 0 R 872 0 R 873 0 R 874 0 R 875 0 R ]
+>>
+endobj
+865 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [69.87 547.08 81.825 559.035]
+/A << /S /GoTo /D (subsubsection.2.7.1) >>
+>>
+endobj
+872 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [233.644 465.265 240.618 476.057]
+/A << /S /GoTo /D (figure.7) >>
+>>
+endobj
+873 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [410.288 387.927 422.243 399.883]
+/A << /S /GoTo /D (subsubsection.2.4.2) >>
+>>
+endobj
+874 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [69.87 260.573 81.825 273.063]
+/A << /S /GoTo /D (subsubsection.2.4.3) >>
+>>
+endobj
+875 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [335.429 260.573 345.862 273.063]
+/A << /S /GoTo /D (Hfootnote.13) >>
+>>
+endobj
+879 0 obj
+<<
+/D [877 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+720 0 obj
+<<
+/D [877 0 R /XYZ 276.367 682.259 null]
+>>
+endobj
+86 0 obj
+<<
+/D [877 0 R /XYZ 70.866 510.498 null]
+>>
+endobj
+90 0 obj
+<<
+/D [877 0 R /XYZ 70.866 357.359 null]
+>>
+endobj
+881 0 obj
+<<
+/D [877 0 R /XYZ 92.397 68.5 null]
+>>
+endobj
+876 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F85 591 0 R /F73 366 0 R /F94 656 0 R /F110 880 0 R /F95 711 0 R /F31 805 0 R /F90 599 0 R /F84 593 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+891 0 obj
+<<
+/Length 2753
+/Filter /FlateDecode
+>>
+stream
+xZYܸ~_oiQ{,XGG;TjGs,61.U__e2AzJ|* %Gnlaz~/|v/U$0G/MK˛n7lWA?#O*x/gJGU^}v0a~+JH(?p[ƙ/I~I%'h8{Q
+{Ë{.?|E<KnE~F~ym`a'OLO2 ',~&T̄x.КPr'N –^k)}m[3dR+)EE22VDM f+e1h
+#+z3 ?DH_7Qz^Ϝ}``:"$9MQ;}ue~R='ToC&[P7
+Փڛ, ~c,U4͊'Pˁsb589JMւSGwu_\ӀqE Pصzj)CⰖkJ= 6wY@qSVѸp,W"I]LԻ1"w#j= ߜԑ0I yp_ z`  z=.;A$Q:H;GWxD̈.h}S1qՓĨq|!&Bjޕ$ xJW^6EW*gk '1%sc3<di>*V,TzlȡtMw  h[n34,K[4 z[{!)
+m8&03HER9tcҥ]C`b1%zpZrIXsNS릭tOe).գ\6.(O0wOOzsEM?|w`WpUSfYr ]P' {*4*Ja? \.}
+,+.:XN¿q)Z[&O`r 6GO,ֆ.T9$|I9tm|ymU9ayVB@/!)ᢶAdу3DWip|{Ҧm1y]2>FEo QpLI-]b25?jLxgJUt*n)}:
+aЦ>[߀=A/U IJ^[1`,0DA@@<Z&[)aQ[!TgR*!~0ys'
+ny ab-7uGwh5I8l&ЮݢvWO]T^ߕU贜
+zOR5Yڢ"x59O52f?xT.śA_Wʔ>-a
+endstream
+endobj
+890 0 obj
+<<
+/Type /Page
+/Contents 891 0 R
+/Resources 889 0 R
+/MediaBox [0 0 612 792]
+/Parent 882 0 R
+/Annots [ 883 0 R 884 0 R 885 0 R 886 0 R 887 0 R ]
+>>
+endobj
+883 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [155.477 390.359 162.451 401.151]
+/A << /S /GoTo /D (figure.8) >>
+>>
+endobj
+884 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [69.87 189.034 81.825 200.989]
+/A << /S /GoTo /D (subsubsection.2.5.3) >>
+>>
+endobj
+885 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [301.47 171.963 314.92 182.857]
+/A << /S /GoTo /D (subsubsection.2.2.1) >>
+>>
+endobj
+886 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [329.631 171.963 343.08 182.857]
+/A << /S /GoTo /D (subsubsection.2.3.2) >>
+>>
+endobj
+887 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [170.579 38.322 193.05 49.115]
+/A << /S /GoTo /D (subsubsection.2.1.3) >>
+>>
+endobj
+892 0 obj
+<<
+/D [890 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+721 0 obj
+<<
+/D [890 0 R /XYZ 300.665 683.659 null]
+>>
+endobj
+94 0 obj
+<<
+/D [890 0 R /XYZ 70.866 649.841 null]
+>>
+endobj
+98 0 obj
+<<
+/D [890 0 R /XYZ 70.866 633.444 null]
+>>
+endobj
+102 0 obj
+<<
+/D [890 0 R /XYZ 70.866 435.592 null]
+>>
+endobj
+106 0 obj
+<<
+/D [890 0 R /XYZ 70.866 149.001 null]
+>>
+endobj
+889 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F85 591 0 R /F73 366 0 R /F43 363 0 R /F94 656 0 R /F95 711 0 R /F31 805 0 R /F103 848 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+899 0 obj
+<<
+/Length 3641
+/Filter /FlateDecode
+>>
+stream
+xڽ]o}ߢ
+Hϟ?MϒL
+ѩi|Q4I9UHKŘ)@SDx@Ljۻ<j$UjC1Y2B/<Pu1np:E3qZrFԜ*8^K(J1c*MN(/0MAEEeAHȲ6rW2f4<}tO=D%o1
+Gݟ2w/;{q?f
+_ fap/AS~9 <e6T{9H/ț|:{Bn.LAtA/GX2Yd{'\$'Iű2i!jؿ^+۾HS rdbH} 28h|>w2VQyN X쁱5k
+
+'NߗyQyM,fqKp9Rs$%8x zî.24Ϗk+`~9Z 싐}h{FRhdSIa
+8]odw_[֌PPC^p6a )Z:G]H>K'LBCSh'^U
+D
+8^j' L8'\˫Sk܄ 9bWdm~NUT8cCÔyrBE lhrP%YU;?tuF>"~D_"<Xu˺e0݄OmvO\@T~gMء=L|z~ t1X}yZvF^ׁ;
+̼J^:Ia7Yf/A1uSKUPǙ( POfW]_wtL9L8zaOHG.`<luDi5"/"pQ+XffgDBEuF%!}T29M\dߠ
+?l
+l1¡۲n"[rd( | EXKT[d
+0TwzpxrDGT}gZyVj]r#xm`4osA~z ;j :t|3XţZgY~#] g.rwgAܣU([I^
+6!8Ět {
+'e&f3Xi,Gv*`Q+<sm ހKpϴ-XKf=>;?wrZR;D4|oӍ+"v'8 &  eacLVQU(P]( ([D
+JBխLj
+JS- wٷJ)Mԡ+ZEŗe'
+}x7]2/rf _hpI1s ЅXVw%*:!I@x^㻞.H 6~BK#.tK.V ^C
+\In&/ѮvVı\M83ըt|Np뗥rI1͏o,
+{n5S''#C{u[;K?]<6db8x-kCkVZm ~@Pa{4m+k<6׿nBeY86O
+endstream
+endobj
+898 0 obj
+<<
+/Type /Page
+/Contents 899 0 R
+/Resources 897 0 R
+/MediaBox [0 0 612 792]
+/Parent 882 0 R
+/Annots [ 888 0 R 893 0 R 894 0 R 895 0 R 896 0 R ]
+>>
+endobj
+888 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [480.58 515.279 487.554 526.404]
+/A << /S /GoTo /D (table.3) >>
+>>
+endobj
+893 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [238.054 491.092 250.009 503.047]
+/A << /S /GoTo /D (subsubsection.2.4.6) >>
+>>
+endobj
+894 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [499.431 491.092 511.386 503.047]
+/A << /S /GoTo /D (subsubsection.2.7.1) >>
+>>
+endobj
+895 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [118.837 455.503 129.27 467.717]
+/A << /S /GoTo /D (Hfootnote.14) >>
+>>
+endobj
+896 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [178.939 110.223 189.372 122.159]
+/A << /S /GoTo /D (Hfootnote.15) >>
+>>
+endobj
+900 0 obj
+<<
+/D [898 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+746 0 obj
+<<
+/D [898 0 R /XYZ 183.039 645.79 null]
+>>
+endobj
+747 0 obj
+<<
+/D [898 0 R /XYZ 271.596 586.18 null]
+>>
+endobj
+110 0 obj
+<<
+/D [898 0 R /XYZ 70.866 182.821 null]
+>>
+endobj
+901 0 obj
+<<
+/D [898 0 R /XYZ 92.397 51.048 null]
+>>
+endobj
+902 0 obj
+<<
+/D [898 0 R /XYZ 92.397 41.584 null]
+>>
+endobj
+897 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F85 591 0 R /F73 366 0 R /F95 711 0 R /F31 805 0 R /F94 656 0 R /F84 593 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+909 0 obj
+<<
+/Length 2845
+/Filter /FlateDecode
+>>
+stream
+xڭZY6~_
+N0},::H
+)
+
+~AY)Ee$|iV=܉
+ߪ"l
+66YN[ռ_}x]h1qu&Î(LezVp!E }⢡y_6.:2A=1IDZy(q=`R y3/8BmΣs']gD#;GaLƁ^a\ n\.؎X2p<Õg; ~mn5s&>ݦY+\2bKEj:b"t XqEy߉9˲+ ԟcUa>M'Z
+8 ikbc#PLizNy> HW&==
+^SV;/3"(|PPS% '9yJ^$-Kۥvw>,%4t qNȸÃ. @~(BubOO=Z2&ί%@j!lGmStR73Q UTToI 9轵fw3wOUaB}KLUQ׉|g?;\Pib#;AlңRje޺ O$Σe@%w2)vH~%
+k̞Uek#𭞆y:ߔF:^W_@HȾh|rGHsh_ K֍
+Ną
+n`dWq]@E\F?{qJlpaF\MGoAUhn&ptie8D(pZ"N l3
+K"I3ާk4equ-{+qe^mS~w( 64< z
+FGǡӖj;[K+p)C; m;a@;_%3 Oiem.p=RZi:'vq#yUYr{ :6mTV>q#2CzmjHMN)v,Ga97Gg8Qp 2.#2-ft0y7<ca3NjWVذoj='w.RQ X&XcZ:xTTK^D27n g$#T1u3j|c E `]Aow( kJ]fk29xAZ4n~ۨN фE@?u_7 L
+Q$[H$p:c2w/hTmmFxuRKcjɨuR\LmW_<UCvy2Ur1(zgf>(MPu
+NJ>* W;I|sT!cg/Xlghbzĕ~(z~ud=SRO
+jgT>a@/"
+ݸOK{N+ղ/'r/G?e4,sD5:|ѢU `d˶i"ʢvP͹c&ncP!\/S}_
+endstream
+endobj
+908 0 obj
+<<
+/Type /Page
+/Contents 909 0 R
+/Resources 907 0 R
+/MediaBox [0 0 612 792]
+/Parent 882 0 R
+/Annots [ 903 0 R 904 0 R 905 0 R 906 0 R ]
+>>
+endobj
+903 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [453.21 405.846 463.643 417.783]
+/A << /S /GoTo /D (Hfootnote.16) >>
+>>
+endobj
+904 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [516.514 405.846 523.488 417.783]
+/A << /S /GoTo /D (figure.9) >>
+>>
+endobj
+905 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [246.928 289.893 258.883 301.848]
+/A << /S /GoTo /D (subsubsection.2.7.1) >>
+>>
+endobj
+906 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [231.431 40.401 243.386 52.356]
+/A << /S /GoTo /D (section.3) >>
+>>
+endobj
+910 0 obj
+<<
+/D [908 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+722 0 obj
+<<
+/D [908 0 R /XYZ 287.561 684.06 null]
+>>
+endobj
+114 0 obj
+<<
+/D [908 0 R /XYZ 70.866 439.124 null]
+>>
+endobj
+118 0 obj
+<<
+/D [908 0 R /XYZ 70.866 333.743 null]
+>>
+endobj
+122 0 obj
+<<
+/D [908 0 R /XYZ 70.866 121.436 null]
+>>
+endobj
+911 0 obj
+<<
+/D [908 0 R /XYZ 92.397 35.27 null]
+>>
+endobj
+907 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F91 862 0 R /F73 366 0 R /F95 711 0 R /F31 805 0 R /F94 656 0 R /F97 763 0 R /F84 593 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+922 0 obj
+<<
+/Length 2497
+/Filter /FlateDecode
+>>
+stream
+xڵY[sJ~ϯ[:0W]xb"<[ ڲ-9~{dVPXs=cG2uED("K(թh>oܸ,I㧳O?\k;iLdx}s[6͜KY gdu.G̭ME梹BJG[<z7SJYfśﮐ"^~zOVT"q+ss)rpE2OJE̕%)f:f;Yo=UJ髶%%M9 Mu\S7nvWL5tBk
+ `,3qmDҜ{&of&L$QbD
+8aG2\R\՚>Qxol bwhu=S##I"bw1-E9 {$`X Ro_ 0q+ 㗈,xȐ`+sN@캦li&YVzF~> ӻqW`0S~ 2O>ײ&ȫя&-<ċFpsі9d9/et OSf|DBS*tB4fAU]8~ԼoNQ5:N +y lm+S.;j >rd}x3*фqЋ_@M9#O[y۝_*XVpV8 \
+jwcPPjU~0k^QDz]H4氂ܭj0ĸD @>gB /_q8? іo; 4++77e @}E j(@)3,<DRD`HAAs~vm$߂hʋz)+߅g݁ 쭱_q[!W)Ț4vMl;68A6"[_}pyDKa[vBڤ4xPCє%
+^y"pIu۫,*p"yo9*kM0p Hv%7GR҇BPޏB ;_]ix `=no^܏OBm+t2fF]Rrl@bN0:mߓ.c[fN'D^}s7v*N;jm8N8S
+\{9F
+ Υ0Kc`䨶NzQ_pVsݭ{dHL f}VlʶEt%GD";|çuZt|H<rqs03( OMƹr*A-N,'>B١⺠s58@P|{Ӕ[L q(8 2[ߘkroH:TWf`޼\8o]!P'aԂ+=z
+,9mq8Yp0[2X`m[)r B>Y>/r 5Zs^Iqvqm ĽX<o`ndnTzjZ%C8TU5'm*cl:د+
+bWWu\3?p)M(ozWqX5uqV8,͏j^v*uRoiި$Ń.Wu߆ufwѐ,gsc‘P/Nf89*bZRm<
+;vq&*hK~+<|%OU+FO 4V6bH8բ{_㊻b>(Wtsc4?02$; uպjYv+T(4K%ڄ68^
+endstream
+endobj
+921 0 obj
+<<
+/Type /Page
+/Contents 922 0 R
+/Resources 920 0 R
+/MediaBox [0 0 612 792]
+/Parent 882 0 R
+/Annots [ 912 0 R 913 0 R 914 0 R 915 0 R 916 0 R ]
+>>
+endobj
+918 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/BBox [0 0 60 55]
+/FormType 1
+/Matrix [1 0 0 1 0 0]
+/Resources 924 0 R
+/Length 32
+/Filter /FlateDecode
+>>
+stream
+x+2T0
+endstream
+endobj
+917 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./ecusson55.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 925 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/ProcSet [ /PDF /Text ]
+/ExtGState <<
+/R7 926 0 R
+>>/Font << /R8 927 0 R>>
+>>
+/Length 2428
+/Filter /FlateDecode
+>>
+stream
+xZ9$Wth'#3|`}uvHJÛ"uX,=G}qgKw[=2S+bGK5y0^V
+iо_7EjcoĐe\Gh80cU8B\5R|nIVJd0 k~m1ϟCs'f{m5"29(-?(YBD= 3 ,7ǟo$3h(%Msg{WlOoe;E0fAqnAbdDY\ OzFCj 0e!j¥諺wGFB4^eμȤEAp8P'7,X{n%ԉiHy(':+Cɰ<0ggK!沓ay=LhAkyhQS ቩ%@iפ^yN%- \2lBfE&;KP㲥d
+ٱ+Rԭݩ^6V0
+RHokde2#^Ra-$('c0lbE^y&<# ~.P岍&JSB2I3&҈ʡwP`b8QP_gUW @,߉ 6i2ݾN{˦<.өh]D;CC4b8Bhlhc# JẝJ壱a׸'?dؓAZ7c
+\fSfKm@ ձ%/򅳪/[3Y`VRQ$9Fi“lY-:=sE(4P + bt"Q 5$Ue|Q(h"IC;F[,R6X,ݪgXg-_3"5[uٲc$u;s{Of󬣈X+n#1B9'drdSW*ʎҬrͤ(JBcbJ*H Y_?Ԭ>EqB@S@TwxNޫi<oAN6x
+bm&Gu؋ ^_tަňz<.TC
+$<2gbT1lňM kg m\c=cύL.IZYfKF$6|hG\yD9IgY؉uNk
+FL$Wҵ6=T1%,2mZPw#x9OX~]ǡ2uf<x<P^us2l+V(H|<$c:3j賺GZF.|?mȜs- u\mMˣVL: _U\3um-Qnru\]EJ&mu.dv:S4SS/WKqkE)%?jS]nHJ>ΩI+Pn_D#!dULy5
+ %:F
+&֋Y܋m
+DBiQḨ#
+endstream
+endobj
+925 0 obj
+<<
+/Producer (MiKTeX GPL Ghostscript 9.19)
+/CreationDate (D:20170803224117+02'00')
+/ModDate (D:20170803224117+02'00')
+>>
+endobj
+926 0 obj
+<<
+/Type /ExtGState
+/OPM 1
+>>
+endobj
+927 0 obj
+<<
+/BaseFont /Helvetica
+/Type /Font
+/Subtype /Type1
+>>
+endobj
+924 0 obj
+<<
+/XObject << /Im9 917 0 R >>
+/ProcSet [ /PDF ]
+>>
+endobj
+912 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [132.645 268.094 147.368 278.887]
+/A << /S /GoTo /D (subsection.2.2) >>
+>>
+endobj
+913 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [159.757 268.094 174.479 278.887]
+/A << /S /GoTo /D (subsection.2.3) >>
+>>
+endobj
+914 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [195.799 268.094 210.522 278.887]
+/A << /S /GoTo /D (subsection.2.4) >>
+>>
+endobj
+915 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [528.991 208.042 540.946 219.111]
+/A << /S /GoTo /D (subsection.2.6) >>
+>>
+endobj
+916 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [97.571 140.123 109.527 150.916]
+/A << /S /GoTo /D (figure.10) >>
+>>
+endobj
+923 0 obj
+<<
+/D [921 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+723 0 obj
+<<
+/D [921 0 R /XYZ 285.043 597.755 null]
+>>
+endobj
+724 0 obj
+<<
+/D [921 0 R /XYZ 266.294 418.308 null]
+>>
+endobj
+126 0 obj
+<<
+/D [921 0 R /XYZ 70.866 313.106 null]
+>>
+endobj
+130 0 obj
+<<
+/D [921 0 R /XYZ 70.866 185.356 null]
+>>
+endobj
+920 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F90 599 0 R /F73 366 0 R /F104 847 0 R /F95 711 0 R /F43 363 0 R /F94 656 0 R >>
+/XObject << /Fm1 918 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+941 0 obj
+<<
+/Length 2295
+/Filter /FlateDecode
+>>
+stream
+xYIsW&"g,XDIE9 $$#E~uO
+8SI<ؕ@p\gMD?Ƃ&,̘x8Mb @z\0%@50.F`"cݢX/afP(#kΊ%ܦ<6hO6# .fZ:dvฌhIoLDM8_t %M=i)msHTF{h1BEhΎD<00'⎘wƸdX虷Q_޾;z;1 :ƣ~vp;Jp _Fx4 0Ó!UL.1 JH~YH|$7\<[Vhcپr՗d*„iCHX; !?F& (a&⡠j;I1/7Bt(ZCٵP2[h.Vn˞׫e=bnG܀Q)$QrñĘN-!G%
+ڸ%
+6`;5(,.ݹhs/IoE9j|@j6$ͥ
+ myw ͹~ F:dSN/k9_fc[UVL: ]~3ص"w{xx >.p;!<xzq >{[d H40 rh0t-t@T JĶfxrC!Zo; %*N^+GI:fȁ;]79ݒu"P-hB3 We%`C{)sAYP fM6_<w{G_xY4
+endstream
+endobj
+940 0 obj
+<<
+/Type /Page
+/Contents 941 0 R
+/Resources 939 0 R
+/MediaBox [0 0 612 792]
+/Parent 882 0 R
+/Annots [ 919 0 R 928 0 R 930 0 R 931 0 R 932 0 R 934 0 R 935 0 R 936 0 R 937 0 R 938 0 R ]
+>>
+endobj
+929 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/BBox [0 0 60.5 65]
+/FormType 1
+/Matrix [1 0 0 1 0 0]
+/Resources 943 0 R
+/Length 35
+/Filter /FlateDecode
+>>
+stream
+x+2T0
+endstream
+endobj
+943 0 obj
+<<
+/XObject << /Im9 917 0 R >>
+/ProcSet [ /PDF ]
+>>
+endobj
+919 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [435.444 441.708 447.399 453.663]
+/A << /S /GoTo /D (figure.12) >>
+>>
+endobj
+928 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [343.345 405.842 355.3 417.797]
+/A << /S /GoTo /D (figure.10) >>
+>>
+endobj
+930 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [93.116 381.932 105.071 393.887]
+/A << /S /GoTo /D (subsubsection.2.6.4) >>
+>>
+endobj
+931 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [416.183 381.932 428.138 393.887]
+/A << /S /GoTo /D (figure.14) >>
+>>
+endobj
+932 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [441.089 381.932 453.045 393.887]
+/A << /S /GoTo /D (figure.15) >>
+>>
+endobj
+934 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [69.87 314.29 84.592 324.493]
+/A << /S /GoTo /D (subsection.2.2) >>
+>>
+endobj
+935 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [88.688 314.29 103.411 324.493]
+/A << /S /GoTo /D (subsection.2.3) >>
+>>
+endobj
+936 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [116.362 314.29 131.085 324.493]
+/A << /S /GoTo /D (subsection.2.4) >>
+>>
+endobj
+937 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [124.194 174.959 136.149 186.914]
+/A << /S /GoTo /D (subsubsection.2.4.6) >>
+>>
+endobj
+938 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [96.991 133.424 108.946 145.379]
+/A << /S /GoTo /D (subsubsection.2.4.6) >>
+>>
+endobj
+942 0 obj
+<<
+/D [940 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+725 0 obj
+<<
+/D [940 0 R /XYZ 260.385 645.112 null]
+>>
+endobj
+740 0 obj
+<<
+/D [940 0 R /XYZ 261.88 505.427 null]
+>>
+endobj
+134 0 obj
+<<
+/D [940 0 R /XYZ 70.866 473.547 null]
+>>
+endobj
+138 0 obj
+<<
+/D [940 0 R /XYZ 70.866 368.988 null]
+>>
+endobj
+741 0 obj
+<<
+/D [940 0 R /XYZ 242.701 46.526 null]
+>>
+endobj
+939 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F90 599 0 R /F73 366 0 R /F104 847 0 R /F94 656 0 R /F95 711 0 R >>
+/XObject << /Fm2 929 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+949 0 obj
+<<
+/Length 1998
+/Filter /FlateDecode
+>>
+stream
+xڥXo6_y~Sʛ۬{)xPA[ⴒ49Vs-
+3-M Mf{&˒d{J2 M%?wv*KL|g7\NJE2pUv]O$ׄf{ Kg,<#0OМr37 7nG`F%\Hr)Y I41(UF+&Tzbҷ/oVkh"m F?lp^r.b
+59ӷ+?l޿w0$38HuE9JHI(Ⱥ B20L^"!<Y6$O 6)x<ytg(&;>D~ Df Y%นV}
+50|ak!k] -vw"{Իvnge HK
+?%C*9sc4
+?af
+kp
+w٧"!}ҿ}vxnAD5дE ^7 Y5eȖK&TɊAj.O᛬DeghxϠ_/Nf|~6tSw Ͱ2qLFC0ѓޜsH_[IjzezRޛ嘙7Ə|`jVt.U/lQ Wg;}-|{&H 8z#S\(xvP1g^1~Fcr3P%QA
+endstream
+endobj
+948 0 obj
+<<
+/Type /Page
+/Contents 949 0 R
+/Resources 947 0 R
+/MediaBox [0 0 612 792]
+/Parent 952 0 R
+/Annots [ 946 0 R ]
+>>
+endobj
+933 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/BBox [0 0 60.5 65]
+/FormType 1
+/Matrix [1 0 0 1 0 0]
+/Resources 953 0 R
+/Length 35
+/Filter /FlateDecode
+>>
+stream
+x+2T0
+endstream
+endobj
+953 0 obj
+<<
+/XObject << /Im9 917 0 R >>
+/ProcSet [ /PDF ]
+>>
+endobj
+945 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/BBox [0 0 70 159]
+/FormType 1
+/Matrix [1 0 0 1 0 0]
+/Resources 954 0 R
+/Length 33
+/Filter /FlateDecode
+>>
+stream
+x+2T0
+endstream
+endobj
+944 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./amgmono.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 955 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/ProcSet [ /PDF /Text ]
+/ExtGState <<
+/R7 956 0 R
+>>/Font << /R8 957 0 R>>
+>>
+/Length 364
+/Filter /FlateDecode
+>>
+stream
+xRN1 +|,ɱ"?@%=}<*D/lĞ'9Zi6{㗑D nhb1\P Nf ed>`|""9 -qVR
+Q"=)JqP䉁1
+/tI\8w:F%Hop%jsMXuCcG^ #z1C",e1C®}'\7f+V2zUW[v1Iٸ[fxf%pRtYS /۞-8
+I?p?Kiֺ%Z ,7>f?^3fհҰ\eMZ]d=?^z
+endstream
+endobj
+955 0 obj
+<<
+/Producer (MiKTeX GPL Ghostscript 9.19)
+/CreationDate (D:20170803224116+02'00')
+/ModDate (D:20170803224116+02'00')
+/Title (/tmp/xfig-fig011530)
+/Creator (fig2dev Version 2.1.8 Patchlevel 0)
+/Author (megevand@obsmp1 \(MEGEVAND Denis\))
+>>
+endobj
+956 0 obj
+<<
+/Type /ExtGState
+/OPM 1
+>>
+endobj
+957 0 obj
+<<
+/BaseFont /Helvetica
+/Type /Font
+/Subtype /Type1
+>>
+endobj
+954 0 obj
+<<
+/XObject << /Im10 944 0 R >>
+/ProcSet [ /PDF ]
+>>
+endobj
+946 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [117.65 154.312 129.605 166.267]
+/A << /S /GoTo /D (subsubsection.2.4.3) >>
+>>
+endobj
+950 0 obj
+<<
+/D [948 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+742 0 obj
+<<
+/D [948 0 R /XYZ 216.494 575.453 null]
+>>
+endobj
+743 0 obj
+<<
+/D [948 0 R /XYZ 271.995 328.007 null]
+>>
+endobj
+142 0 obj
+<<
+/D [948 0 R /XYZ 70.866 270.286 null]
+>>
+endobj
+146 0 obj
+<<
+/D [948 0 R /XYZ 70.866 210.116 null]
+>>
+endobj
+947 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F104 847 0 R /F90 599 0 R /F73 366 0 R /F115 951 0 R /F43 363 0 R /F94 656 0 R /F95 711 0 R >>
+/XObject << /Fm3 933 0 R /Fm4 945 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+960 0 obj
+<<
+/Length 1358
+/Filter /FlateDecode
+>>
+stream
+xڭVYo8~ϯKyVyr6IE/`@EmbuUdXN`$s| #4YMQ4r"7
+IHBwN=%g#\x;6qIC~Rč{BrH`>-RgȂz}=>BI8Qͭd:GeA"$e^D,gD<ǜZEgSpqC}< pp Qe)aR2+y)xU'ʵS9;qDiB8 !qwVh3FP͘Wz4<t*YƖ ^5ܦ /g=:90rjs1SgXR(2$" H>8!NV#3ə7|cSo^)0V /9kjijb!%k+
+T";>
+R*I_55P<REn?-flg#V$p#jx
+`f4t`4h9#vϓ>` \^]i׿3>ݼQ J<)S5Zqɽ+CgP%*Mɕ\%PkBK3cqTivYyeYHV$eʋU]
+<{hf83I# PtL㊵Eי;{
+cn(I7ejWpkջ2Ke>ry
+.E=+)%Vg@#;Q5պ,XgIA>"}F ԲZt4HI;=IdקÇB"22=`
+'RerN61/1)KdN71 L&cU)yhm|vƊ"y+b6q^nO=6u|0I4x Gt{y 44 }u-B㤝Ԫ0/!ebgldv7xPWظyw?Kc
+endstream
+endobj
+959 0 obj
+<<
+/Type /Page
+/Contents 960 0 R
+/Resources 958 0 R
+/MediaBox [0 0 612 792]
+/Parent 952 0 R
+>>
+endobj
+961 0 obj
+<<
+/D [959 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+150 0 obj
+<<
+/D [959 0 R /XYZ 70.866 703.064 null]
+>>
+endobj
+958 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F94 656 0 R /F95 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+965 0 obj
+<<
+/Length 1681
+/Filter /FlateDecode
+>>
+stream
+xڭXYoF~K`
+rg
+ޱu0<2az0EN Q8w
+վ3beXnf8K%x>G+1<+9mezvy{y;.L]lғZr*r9`H۱uEA#WPPy6fU
+
+X5VJ:<u ב̷VМUl3N}е
+m( !(jE*Z
+e8e}o^"*4ˣ8XݝF=Is@l%]a$F7B(<Ϝzh;9]0urʺmkcn'(KsgжqĞ[סF@`j%?5'zm]7CpS0$oBhHI|ھ;92[;jf=յe `xWC]wWw!x_zhW܇nBK5PD2(3_CebS}Uk*{g@P
+ jv量߽Wyfٗb: 3_<)H !ePK^ԼjϙϳEYOBfl4<Ul;9o*/Mq[UU:'f_M/?={9=n{}?;nWd7-}4ߊjG8%Ru:;c,*
+endstream
+endobj
+964 0 obj
+<<
+/Type /Page
+/Contents 965 0 R
+/Resources 963 0 R
+/MediaBox [0 0 612 792]
+/Parent 952 0 R
+/Annots [ 962 0 R ]
+>>
+endobj
+962 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [326.241 284.849 338.197 296.804]
+/A << /S /GoTo /D (figure.13) >>
+>>
+endobj
+966 0 obj
+<<
+/D [964 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+154 0 obj
+<<
+/D [964 0 R /XYZ 70.866 597.245 null]
+>>
+endobj
+158 0 obj
+<<
+/D [964 0 R /XYZ 70.866 347.433 null]
+>>
+endobj
+963 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F95 711 0 R /F94 656 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+975 0 obj
+<<
+/Length 3405
+/Filter /FlateDecode
+>>
+stream
+x\Ks8WfFcn$-O&ݚ v8%Q
+m<"M
++X
+3Am(LSrp1[_Rouo[.,dռ)
+EZ ڊ?@
+UwLD!p)m2 wK
+ kI?]b&Cdz3 LmݷeZ_2pHTmAH_/,oOkvzoI
+T{5SꎦXɪ@KA7!΋MU;'B+ע7mÑeݶ#6 wAt8X|9q#+-4*-J t yl'uz}ǚ;!+pXq:["Cn{YJYh} d1zre?W, -zJ\hXݯM58E.iͪƬ5~ОTĎnͪ|̊>E|@(͈1(NZiN*7Y+Bgў/8i J!
+`AA8uH؋M8G:*nL'MDV :X˝hPiC^x:(Z7\%°TH=J<ed?p_gG]Z6M ߊ}h-muIb5yXT\l}%,kGW_|FT X"HYa36kƲ.0\Cj՗E΄heJw4GSZ5X<B:@Eͺ*~ڶ3 =Ve/J(6$=ʶJU\4!;$H~wӹ*6L3{Oru^SLCYR}fZFR&(AS& WŵdP" LBLˡޫSǣan_BWn >:=.".Re4J(3dh 㤂RE3fY&Sqjܴ rE0DVj2+!GߚF.
+gV)~,Mc&AK~X`ɗoQ+NH=]Fmۙg5zlQ1ܗDCɐAVQ[,ѥ*T}n=.0B~`y׊B*$ZL6MO]^`b,5
+(w2u5#KP**M%[>UQj|K
+2F7u.n[E9!@,:f54akub+ś0*ބgygyjhY"![^ԯ ryЩoJaQ;f1N{ٛ8F!,$A%m9g$uD/Y C-QSH w'Bj‹eQ꛲kRnlKi&(XOE]x
+endstream
+endobj
+974 0 obj
+<<
+/Type /Page
+/Contents 975 0 R
+/Resources 973 0 R
+/MediaBox [0 0 612 792]
+/Parent 952 0 R
+/Annots [ 967 0 R 968 0 R 969 0 R 970 0 R ]
+>>
+endobj
+967 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [397.005 319.383 403.979 330.176]
+/A << /S /GoTo /D (table.5) >>
+>>
+endobj
+968 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [416.93 319.383 423.904 330.176]
+/A << /S /GoTo /D (table.6) >>
+>>
+endobj
+969 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [337.025 295.196 347.458 307.409]
+/A << /S /GoTo /D (Hfootnote.17) >>
+>>
+endobj
+970 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [270.119 247.099 282.075 259.054]
+/A << /S /GoTo /D (subsubsection.2.4.3) >>
+>>
+endobj
+976 0 obj
+<<
+/D [974 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+748 0 obj
+<<
+/D [974 0 R /XYZ 287.675 441.28 null]
+>>
+endobj
+162 0 obj
+<<
+/D [974 0 R /XYZ 70.866 406.909 null]
+>>
+endobj
+166 0 obj
+<<
+/D [974 0 R /XYZ 70.866 362.679 null]
+>>
+endobj
+170 0 obj
+<<
+/D [974 0 R /XYZ 70.866 234.154 null]
+>>
+endobj
+977 0 obj
+<<
+/D [974 0 R /XYZ 92.397 38.106 null]
+>>
+endobj
+973 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F94 656 0 R /F95 711 0 R /F84 593 0 R /F90 599 0 R /F96 713 0 R /F73 366 0 R /F43 363 0 R /F97 763 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+980 0 obj
+<<
+/Length 3449
+/Filter /FlateDecode
+>>
+stream
+xڭ\߷6~_᷋ω B?ԤMfk`p'wFBM 1H./޿x>~Z"C7ůIYb<r|o?z3M݈ V+NrKsIuRE ~@^xPs}wn1<l޿7og?.<_b^A\/ ܐIč9@3GHx+ȓFB)O(ul{, ] ~(#YtI$&.tZI]omU_1i!s(8E'2]'iΨ͡Ҁh2OM_3y8]s(u"%M`
+1hS_>~}5KRiɶ4< OH{q822S>ڧة%be)됉Y'Yl
+ZdxJ@سzhT%+[ StGs0!_!&c2lMBG#CZҏ:Jrmlj![/WA9Ǜ$(=J+ۿFH~`ԍBv!Qiؙ1 MUc9
+74}U}/`}{F}e$g@gbx6t&f@gj6tNa'a+p딻 \?\dɣd/F?&m >oz3@0!7A/aYAى ،lNL| 7'[4MBd30,t2>M9h+BM/0t1# /#( :CAyVEga(8 I'葔ǁs%8v^s4:ݘ$a97/9t7b{\3&LK-\I¼fVnm8]PoxzCB^q>C
+!wCq'M]\dSFh١L*^Pq7eNVݧaь4lBÀaȻ<|*&Nf6P3 0dq6xYI/WL$e+&p5'9 !يKT[F(i!P @0evގŐkގ򽨒=nIWHqGns8oXm'<;M5vDK9'V-"r{] ̞lmN.ְV.U g
+ ,&^`g}F0 &pMaWac'И s93o r bˡ1ْа<C+NI
+l01 W`BcLh&;Ĥ w"EPM8!vH-| Vqdh"'yTt\Q[@\bk/ʃi3{n?@xww'1>=X
+J{_+w6amA1ꐬL_g$jX ;ޔ:FOJuq,l6?sۚ1@3s>5rldCV?47`T
+#CV. yEX J&##R5fwRڃŕG9pJvlظX6 I$SH
+Qv֥gR0
+Q|ׇkN8 ksM_QT١
+`B&^*4Bԇ+Lc+dgq8ji֏օ$Ėx̅Q(Qi,BF|Ċ$r"jf >t)iTfH"}?ȯ45Ac`T<:=djvn9ɱLT;~^Ts!Q
+=8k&lMTWXVdI%g[5okR1ڟh''uϡc0P9 ~-RƇ;M&uO.%
+HDU$(篛W*u.OCt{U3SQr
+W`Gҍ])jm^56I^5`4xG5T>Y5H1f@' n'UG2
+ѶBiQ4Tk̤㞝>ߟ13c.\=0¬BXƵvt,V1,ZT&ɹ!?J~F}HU߶|k_6⌵[R&\h`9,ImfSnj`7 pC|PE ܤމ,rx$ͪx:CeDe'KpJt++Jh2KZ-) +*q%4o"ӥ\P5R#mdG,t_dQ.2IOC  .nqBdYz(7z9<fݡz!
+endstream
+endobj
+979 0 obj
+<<
+/Type /Page
+/Contents 980 0 R
+/Resources 978 0 R
+/MediaBox [0 0 612 792]
+/Parent 952 0 R
+/Annots [ 971 0 R 972 0 R ]
+>>
+endobj
+971 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [148.499 380.549 160.454 391.674]
+/A << /S /GoTo /D (subsubsection.2.4.4) >>
+>>
+endobj
+972 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [540.552 368.594 550.985 380.807]
+/A << /S /GoTo /D (Hfootnote.18) >>
+>>
+endobj
+981 0 obj
+<<
+/D [979 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+749 0 obj
+<<
+/D [979 0 R /XYZ 287.675 457.673 null]
+>>
+endobj
+174 0 obj
+<<
+/D [979 0 R /XYZ 70.866 310.043 null]
+>>
+endobj
+982 0 obj
+<<
+/D [979 0 R /XYZ 92.397 44.221 null]
+>>
+endobj
+978 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F94 656 0 R /F95 711 0 R /F84 593 0 R /F90 599 0 R /F96 713 0 R /F73 366 0 R /F97 763 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+985 0 obj
+<<
+/Length 1832
+/Filter /FlateDecode
+>>
+stream
+xY[o6~ϯ0QIQ>u[bCh@KM\J;v"/v }I|!py2$Mf$Di,MѻKU1ei@_|vN1A$a0JЗ@܈媂>H[Bc424
+ "QjaP,\FQ&HfYMzX5
+m9zi&"a(rq,J#J#MFV(!,V < +Oc홫FͥkNpu)bikjrbeU檓b_S
+gl?[z`CS'SCYrPa|F[/\F4-:Y3v(kI@>@{C(t@{b8ͷM#A u,(<Y 2;c qH@ExpҐn!Nv 7D1!KT
+fytf(KǠ D/|v4=O^bc0aAuNXo)<gt金@%r-RHӆP}~B]]Id;:wMekE:k-&p+ؓޞpsSR aN",̾ ;&1㬿 ݔ ikDYÁS5_luvv] {" &5!nNm
+K3I
+Gks5i
+/z%,[ނqy7 |ٲj{yۤ6m1\kz7OֹJ &
+endstream
+endobj
+984 0 obj
+<<
+/Type /Page
+/Contents 985 0 R
+/Resources 983 0 R
+/MediaBox [0 0 612 792]
+/Parent 952 0 R
+>>
+endobj
+986 0 obj
+<<
+/D [984 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+178 0 obj
+<<
+/D [984 0 R /XYZ 70.866 274.177 null]
+>>
+endobj
+182 0 obj
+<<
+/D [984 0 R /XYZ 70.866 247.076 null]
+>>
+endobj
+983 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F95 711 0 R /F94 656 0 R /F43 363 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+989 0 obj
+<<
+/Length 1441
+/Filter /FlateDecode
+>>
+stream
+xXmo6_/Alv%}AMmؒ Ɋi>m(ho
+ɻ^yw՛ǣwGo?a/E>{^`B(EA>=o0 F(
+|/_g'Mv82Ax[1d1- dafT( ɥ&[ 2xSa_z>iJ$`YN)Ȓ+,г?̐ԢWA%DvJDԶ6[ڛQdn#m
+8TGBjTKpMݐR犕syeZo-q<W<WcvP:Bҳf#خndkkPԇ."^AUCCf.5˔? ;'r4&IqFD%Su}#$'y]Gh OYX,k.~P%*YXc+<YvDSs!r($:8?iX*oR|5~|PсȥmŎ[`<qQQ蔌KЙZ=ܝ)LY3rxǙ=>S.C`ysY.`ygV-4y
+endstream
+endobj
+988 0 obj
+<<
+/Type /Page
+/Contents 989 0 R
+/Resources 987 0 R
+/MediaBox [0 0 612 792]
+/Parent 991 0 R
+>>
+endobj
+990 0 obj
+<<
+/D [988 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+987 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+994 0 obj
+<<
+/Length 462
+/Filter /FlateDecode
+>>
+stream
+xڕTKo0%H3RmTR5=0Pm#ؐf7 YfȞK2yBR<4$!)M<%EE~9?653-unŏ{mQg,G :<ʘhU"HD?@Mlv,nJLe%4sEh*1WQ@W!J) b:{×0^D
+endstream
+endobj
+993 0 obj
+<<
+/Type /Page
+/Contents 994 0 R
+/Resources 992 0 R
+/MediaBox [0 0 612 792]
+/Parent 991 0 R
+>>
+endobj
+995 0 obj
+<<
+/D [993 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+992 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+998 0 obj
+<<
+/Length 1589
+/Filter /FlateDecode
+>>
+stream
+xڽXmoH_*E]_]6)U'UlϬ]{Ke7bc $pw*Rb/}3;λד׾ u&7QdzAu&QSwL3׷]k}r{k`y.*To!GY,Weȵ*!˓ߞ A`yfa 6 =7f0{\ZH~ ,G]_;]t' Aon#]K/~(FY BdLRE
+aA}ǖ2GEƦHQڶ* [GV W,7A4ưύCwx3 ѹ5[~mЋ4C^g%si= ˠI_={8PR/(Utl YXBߪ`RƋ%0đ^c\eCןn\lC£ɓ`&3Guk6QZLq3x'}(+K"*(fg;! pDIX,0'2LŊJŅ;ɥ.bΓ\ػf!eJeZ8uG<g`E14mdlQ_JZIw C9TiO,.{Pߕ)'M6pMax@q>-挶YJN-D~P֧۫իSKWfjP 1ᰓy B6Ǥ.dR:d@ NR0C1 &
+QndlAH0NA~ϲsX S<u mUdzX>K ."rS|2p)e|`5)kpWl1m{ܴSQ?[d?-hXI7M.@62Yv6LPEB#E2R̪ U`qH׷FՇ}2WXn} H +esu{,bg7}x<9Gw2{ghLFΨʏdI;=>aGd!q!Vxrٯ!T\6EΟ>#43]<y*HcKj!
+əZ"L
+cbMZooɪ
+^8AYS 5YGZj )E**jQ4ؗ.N|G
+X٭ת {,/+ڼzot÷3Ol˷NgOC>k.]ڋGsQb0%Re}#AjK<99CfaTsP-iwGT2lQa1}~>W
+endstream
+endobj
+997 0 obj
+<<
+/Type /Page
+/Contents 998 0 R
+/Resources 996 0 R
+/MediaBox [0 0 612 792]
+/Parent 991 0 R
+>>
+endobj
+999 0 obj
+<<
+/D [997 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+996 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F95 711 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1002 0 obj
+<<
+/Length 661
+/Filter /FlateDecode
+>>
+stream
+xڕUkk0_/fB`]e`"&d,d'K֤1WsKN>/&iJ2',H:iO,![QL J@qaAtS Tu"HǎI~W'D$}Ta9;QT6` dPySϒEo
+1r~jg.gzճ3\b+P- p!v\KdK }#j:"F lJs/Hgn<8V`˖٨-y{lW L=^6ݷh0Q2r
+~AXj0MƻD:M;{97!#Hőɋкj.g6LTIm
+κ7Ag
+OW04<yCÏ֘KnN~l3S!j_ukb3Q&p7_^FQL pjcj)VsGKܿUT=ᜡkm8D^x6SeW%}s|R_f[U['pVvsؘ2% Ccu0W\e8.&4o݄ }DSICՃ
+endstream
+endobj
+1001 0 obj
+<<
+/Type /Page
+/Contents 1002 0 R
+/Resources 1000 0 R
+/MediaBox [0 0 612 792]
+/Parent 991 0 R
+>>
+endobj
+1003 0 obj
+<<
+/D [1001 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1000 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1006 0 obj
+<<
+/Length 672
+/Filter /FlateDecode
+>>
+stream
+xڭTo0~_aUD*Ao]Thi<LZ@Ҹ#T;cNH}>wIIn'_,HhxE|<o>3C[$5g0թhT,v1=ΛL5b. T-l- & ;މ-#}Si2jҩhk 7wh8-7xp>bޯ(K<= D 7ySݥY#w+IUSKC٤Q!_8DZUJ0N$ae5[2h r7*E ]ZDR!E̱/>b)By4]3Z,"\-EXq^^U|T\CpH] ^BaryX6P$d5z /)ȫ=Ji$-
+endstream
+endobj
+1005 0 obj
+<<
+/Type /Page
+/Contents 1006 0 R
+/Resources 1004 0 R
+/MediaBox [0 0 612 792]
+/Parent 991 0 R
+>>
+endobj
+1007 0 obj
+<<
+/D [1005 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1004 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F95 711 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1010 0 obj
+<<
+/Length 466
+/Filter /FlateDecode
+>>
+stream
+xڅS=o0 WhZ'ò;(2d
+X)*SozaIY5L6)~O}6WTКS!qFh1:3/~;b\M>gxB,ux/]b l~M,GoHBg?8{^D%
+],Yd;IVS5q!P zDZ ,կ#?j.5j$Wʰ]?ھOlmؖqKĊCptmΏm^(Ǝ2oQ5IϹ[܍ݤK0٭ݼlv+
+endstream
+endobj
+1009 0 obj
+<<
+/Type /Page
+/Contents 1010 0 R
+/Resources 1008 0 R
+/MediaBox [0 0 612 792]
+/Parent 991 0 R
+>>
+endobj
+1011 0 obj
+<<
+/D [1009 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+186 0 obj
+<<
+/D [1009 0 R /XYZ 70.866 703.064 null]
+>>
+endobj
+1008 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F43 363 0 R /F95 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1014 0 obj
+<<
+/Length 779
+/Filter /FlateDecode
+>>
+stream
+xڍUmo0_/UA".!%a+SIaZKvPBu ䷻瞻l^ċI<yd2ycoz7+*5' λb~yz>6<!1®4 ;
+=h0"}#Rz#NL
+u.2!K2Nxz}kolF30=5&s%qEV32';Ei[ c2O65JȵKO>f%%Hը5VUX]tq4tRSdxasp;L6agѤ߷fVҧȚm*Fk
+Vʴ8 %%4S&+Ք%PrpnoL9 v3ʤU0=K&BP3oj%mk oQoT;<cmq,aLpE걬zpYZY Sz'x
+
+endstream
+endobj
+1013 0 obj
+<<
+/Type /Page
+/Contents 1014 0 R
+/Resources 1012 0 R
+/MediaBox [0 0 612 792]
+/Parent 1016 0 R
+>>
+endobj
+1015 0 obj
+<<
+/D [1013 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1012 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1020 0 obj
+<<
+/Length 240
+/Filter /FlateDecode
+>>
+stream
+xڥP;O@ W|c:Թ;_;FT"[ա!5)ljQ t}~x<ҝ7^BEz"ШTzAٶY׫iAefTlLI4 xh`=s/"~Ф U|r79g6[akx10;IS?/iHV1&ӥ=pm
+endstream
+endobj
+1019 0 obj
+<<
+/Type /Page
+/Contents 1020 0 R
+/Resources 1018 0 R
+/MediaBox [0 0 612 792]
+/Parent 1016 0 R
+>>
+endobj
+1021 0 obj
+<<
+/D [1019 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1018 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im1 351 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1024 0 obj
+<<
+/Length 1201
+/Filter /FlateDecode
+>>
+stream
+xڭVmo6_! (b)>$q5@imsHw4IDzed H{BoއKth00H4;H(~u}v.OwqoϲFI
+nFc,ht3.J
++z !=$z,h
+xI@(<
+TFQ7Hť,rSMR@EiJe?±iT9Seo<-xO.aڰ^MfxAXM
+L =sqw]D[\%Y0*aK$MRf1@֠d_~[NYfg`'%.c@%*T)!i+NizaͯucƝ`sLÒ3^,Dm p=2eWإ
+~K[|6
+ I֫fuf-'a/PxaWXU`gX jwD.i7Qc8TGr
+r"6]T}-^(54oO2Tz,6`'o͘^i'Ōgt [
+pWԔ
+tuB2R"E8S²Q4Zc#A- J$n-
+endstream
+endobj
+1023 0 obj
+<<
+/Type /Page
+/Contents 1024 0 R
+/Resources 1022 0 R
+/MediaBox [0 0 612 792]
+/Parent 1016 0 R
+>>
+endobj
+1025 0 obj
+<<
+/D [1023 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1022 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1029 0 obj
+<<
+/Length 240
+/Filter /FlateDecode
+>>
+stream
+xڥP;O@ W|c:Թ;_;FT"[ա!5)ljQ t}~x<ҝ7^BEz"ШTzAٶY׫iAefTlLI4 xh`=s/"~Ф U|r79g6[akx10;IS?/iHV1&ӥAm
+endstream
+endobj
+1028 0 obj
+<<
+/Type /Page
+/Contents 1029 0 R
+/Resources 1027 0 R
+/MediaBox [0 0 612 792]
+/Parent 1016 0 R
+>>
+endobj
+1030 0 obj
+<<
+/D [1028 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1027 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im2 352 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1033 0 obj
+<<
+/Length 1390
+/Filter /FlateDecode
+>>
+stream
+xڭWmo6_/E V,ɯ!AeW`M3N6[TIH*Ŀ}G%B t ^{nh{A0hְ͒0zakwD(
+g?j1l_=n/n^EFn& Q4 Y
+5Z`u<+IzD {䇽GELE)9RAι(x(SP
+_xxmuviBBNd(6ʄ3,|icl'.9CZw*sXPVnB"(PN{co7&^u߾ђ03!不%Q
+h=eRQUu!(OQHS87.QsS ʈ2%hĔ-a58RhkuT~ڇFWKҦgLs
+.c؜ns:24
+2mYŧW
+K
+GL17+Y hkͪN ei?b٢%qoWA{a Il5b8fC{tHMgw\*DmeR=P.udӚXM 3A9멷Fko=ad X3|.G9&+̹ԡ&iKM../<C M'Q27$1(+qSHrf4}܈tUj@y6}T,"eS(=tsBGEcO~w=z3p;~cx PZnu'OtRBmӤ@skO^B:0׀)Yᄳ ΘΖJ~&8K
+/N'X*PA݌& i9Q3ǎցZmVƉ̍%)
+&$] B|
+endstream
+endobj
+1032 0 obj
+<<
+/Type /Page
+/Contents 1033 0 R
+/Resources 1031 0 R
+/MediaBox [0 0 612 792]
+/Parent 1016 0 R
+>>
+endobj
+1034 0 obj
+<<
+/D [1032 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1031 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1039 0 obj
+<<
+/Length 240
+/Filter /FlateDecode
+>>
+stream
+xڥP;O@ W|c:Թ;_;FT"[ա!5)ljQ t}~x<ҝ7^BEz"ШTzAٶY׫iAefTlLI,}qK<4Q\0Xp׹GZJ?JhR 'wc3qV
+i=q'.Cʑ4cp{l1b᭏&d _*[n2z_\mR
+endstream
+endobj
+1038 0 obj
+<<
+/Type /Page
+/Contents 1039 0 R
+/Resources 1037 0 R
+/MediaBox [0 0 612 792]
+/Parent 1016 0 R
+>>
+endobj
+1036 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./letex3.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 1041 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F34 1043 0 R /F17 1045 0 R /F31 1047 0 R /F32 1049 0 R /F33 1051 0 R >>
+/XObject <<
+/Fm1 1052 0 R
+>>/ProcSet [ /PDF /Text ]
+>>
+/Length 1460
+/Filter /FlateDecode
+>>
+stream
+xڵWYS7~W3FT]]̱=QW^RTFV?=psZi,X{_` (Ju s>`ww;<UI""XBh SZu%UB\\2<G_gA,9s2G2|<x9˭BpD"xcE(#Z'-s]`HX$.D2- -$KCx_E9o"t8!jpLm-HSp$c$ǿB7/fOR,Rw,Ʋ-[<yOt[E/[KLk)BP H$H<޻jX8
+S!
+r4%X(nlg*!;LҜsT_UeER
+jQO Rh+t|5lj]{geLpÔ3DڱYڭJZ[ qmIc9J8~ƍiAyrf]斫K :tRxW?nP 1؈o*lkq$ *MUd\SNs:t=f@=)7Q.C;UeF{;K,<øԪ}c{$un
+8em)`+; O>`eߎf ,ךLנle7l+:C
+endstream
+endobj
+1041 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.18)
+/Creator (TeX)
+/CreationDate (D:20170803224122+02'00')
+/ModDate (D:20170803224122+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6362 \(1.40.18\))
+>>
+endobj
+1043 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 40
+/LastChar 233
+/Widths 1053 0 R
+/FontDescriptor 379 0 R
+/BaseFont 403 0 R
+/Encoding 1042 0 R
+>>
+endobj
+1045 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 27
+/LastChar 251
+/Widths 1054 0 R
+/FontDescriptor 369 0 R
+/BaseFont 373 0 R
+/Encoding 1044 0 R
+>>
+endobj
+1047 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 45
+/LastChar 233
+/Widths 1055 0 R
+/FontDescriptor 383 0 R
+/BaseFont 408 0 R
+/Encoding 1046 0 R
+>>
+endobj
+1049 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 47
+/LastChar 47
+/Widths 1056 0 R
+/FontDescriptor 457 0 R
+/BaseFont 472 0 R
+/Encoding 1048 0 R
+>>
+endobj
+1051 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 47
+/LastChar 115
+/Widths 1057 0 R
+/FontDescriptor 460 0 R
+/BaseFont 474 0 R
+/Encoding 1050 0 R
+>>
+endobj
+1052 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/BBox [ 0 0 60.5 72]
+/FormType 1
+/Matrix [ 1 0 0 1 0 0]
+/Resources 1058 0 R
+/Length 35
+/Filter /FlateDecode
+>>
+stream
+x+2T0
+endstream
+endobj
+1053 0 obj
+[ 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444]
+endobj
+1054 0 obj
+[ 571.2 544 544 816 816 489.6 272 358 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 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 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 500 272 555.6 734 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 500 277.8 500 555.6 163.2 734 734 707.2 707.2 747.8 666.2 666.2 768.2 611.8 611.8 611.8 734 734 734 761.6 720.6 720.6 544 544 544 707.2 707.2 734 734 734 598.4 598.4 598.4 820.9 353.2 544 474.6 489.6 489.6 435.2 435.2 544 435.2 435.2 489.6 272 272 329.1 544 544 494.5 489.6 380.8 380.8 386.2 386.2 386.2 380.8 380.8 544 544 516.8 435.2 435.2 435.2 544 272 462.4 734 734 734 734 734 734 734 883.7 707.2 666.2 666.2 666.2 666.2 353.2 353.2 353.2 353.2 747.8 734 761.6 761.6 761.6 761.6 761.6 992.6 761.6 734 734 734 734 734 611.8 1088 489.6 489.6 489.6 489.6 489.6 489.6 707.2 435.2 435.2 435.2 435.2 435.2 272 272 272 272 489.6 544 489.6 489.6 489.6 489.6 489.6 761.6 489.6 544 544 544]
+endobj
+1055 0 obj
+[ 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 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1 419.1 413.2 590.3 560.7 767.4 560.7 560.7 472.2 531.3 295.1 531.3 555.6 177.1 795.9 795.9 767.4 767.4 811.1 722.6 722.6 833.5 663.5 663.5 663.5 795.9 795.9 795.9 826.4 781.6 781.6 590.3 590.3 590.3 767.4 767.4 795.9 795.9 795.9 649.3 649.3 649.3 889.9 382.6 590.3 520.1 531.3 531.3 472.2 472.2 590.3 472.2 472.2 531.3 295.1 295.1 357.1 590.3 590.3 538.1 531.3 414.1 414.1 419.1 419.1 419.1 413.2 413.2 590.3 590.3 560.7 472.2 472.2 472.2 590.3 295.1 501.8 795.9 795.9 795.9 795.9 795.9 795.9 795.9 958.7 767.4 722.6 722.6 722.6 722.6 382.6 382.6 382.6 382.6 811.1 795.9 826.4 826.4 826.4 826.4 826.4 1076.7 826.4 795.9 795.9 795.9 795.9 795.9 663.5 1180.6 531.3 531.3 531.3 531.3 531.3 531.3 767.4 472.2 472.2 472.2]
+endobj
+1056 0 obj
+[ 611.1]
+endobj
+1057 0 obj
+[ 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 777.8 750 708.3 722.2 763.9 680.5 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.5 777.8 736.1 555.5 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 555.5 750 277.8 500 555.5 444.5 555.5 444.5 305.5 500 555.5 277.8 305.5 527.8 277.8 833.3 555.5 500 555.5 527.8 391.7 394.4]
+endobj
+1058 0 obj
+<<
+/XObject <<
+/Im1 1059 0 R
+>>
+/ProcSet [/PDF]
+>>
+endobj
+1059 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./ecusson55.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 1060 0 R
+/BBox [ 0 0 595 842]
+/Resources <<
+/ProcSet [/PDF/Text]
+/ExtGState <<
+/R7 1061 0 R
+>>
+/Font <<
+/R8 1062 0 R
+>>
+>>
+/Length 2428
+/Filter /FlateDecode
+>>
+stream
+xZ9$Wth'#3|`}uvHJÛ"uX,=G}qgKw[=2S+bGK5y0^V
+iо_7EjcoĐe\Gh80cU8B\5R|nIVJd0 k~m1ϟCs'f{m5"29(-?(YBD= 3 ,7ǟo$3h(%Msg{WlOoe;E0fAqnAbdDY\ OzFCj 0e!j¥諺wGFB4^eμȤEAp8P'7,X{n%ԉiHy(':+Cɰ<0ggK!沓ay=LhAkyhQS ቩ%@iפ^yN%- \2lBfE&;KP㲥d
+ٱ+Rԭݩ^6V0
+RHokde2#^Ra-$('c0lbE^y&<# ~.P岍&JSB2I3&҈ʡwP`b8QP_gUW @,߉ 6i2ݾN{˦<.өh]D;CC4b8Bhlhc# JẝJ壱a׸'?dؓAZ7c
+\fSfKm@ ձ%/򅳪/[3Y`VRQ$9Fi“lY-:=sE(4P + bt"Q 5$Ue|Q(h"IC;F[,R6X,ݪgXg-_3"5[uٲc$u;s{Of󬣈X+n#1B9'drdSW*ʎҬrͤ(JBcbJ*H Y_?Ԭ>EqB@S@TwxNޫi<oAN6x
+bm&Gu؋ ^_tަňz<.TC
+$<2gbT1lňM kg m\c=cύL.IZYfKF$6|hG\yD9IgY؉uNk
+FL$Wҵ6=T1%,2mZPw#x9OX~]ǡ2uf<x<P^us2l+V(H|<$c:3j賺GZF.|?mȜs- u\mMˣVL: _U\3um-Qnru\]EJ&mu.dv:S4SS/WKqkE)%?jS]nHJ>ΩI+Pn_D#!dULy5
+ %:F
+&֋Y܋m
+DBiQḨ#
+endstream
+endobj
+1060 0 obj
+<<
+/Producer (MiKTeX GPL Ghostscript 9.19)
+/CreationDate (D:20170803224117+02'00')
+/ModDate (D:20170803224117+02'00')
+>>
+endobj
+1061 0 obj
+<<
+/Type /ExtGState
+/OPM 1
+>>
+endobj
+1062 0 obj
+<<
+/BaseFont /Helvetica
+/Type /Font
+/Subtype /Type1
+>>
+endobj
+1050 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 65/A/B/C/D/E/F/G/H/I/J 77/M/N 80/P/Q/R/S/T/U/V 89/Y/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis 251/ucircumflex]
+>>
+endobj
+1048 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 65/A/B/C/D/E/F/G/H/I/J 77/M/N 80/P/Q/R/S/T/U/V 89/Y/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis 251/ucircumflex]
+>>
+endobj
+1046 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 65/A/B/C/D/E/F/G/H/I/J 77/M/N 80/P/Q/R/S/T/U/V 89/Y/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis 251/ucircumflex]
+>>
+endobj
+1044 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 65/A/B/C/D/E/F/G/H/I/J 77/M/N 80/P/Q/R/S/T/U/V 89/Y/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z 129/fi 146/quoteright 152/ecircumflex 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis 251/ucircumflex]
+>>
+endobj
+1042 0 obj
+<<
+/Type /Encoding
+/Differences [32/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 161/exclamdown/cent/sterling/fraction/yen/florin/section/currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl 177/endash/dagger/daggerdbl/periodcentered 182/paragraph/bullet/quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand 191/questiondown 193/grave/acute/circumflex/tilde/macron/breve/dotaccent/Egrave/Eacute/ring/cedilla 205/hungarumlaut/ogonek/caron/emdash 225/AE 227/ordfeminine 232/Lslash/eacute/OE/ordmasculine 241/ae 245/dotlessi 248/lslash/oslash/oe/germandbls]
+>>
+endobj
+1040 0 obj
+<<
+/D [1038 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1037 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im14 1036 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1065 0 obj
+<<
+/Length 1441
+/Filter /FlateDecode
+>>
+stream
+xڭWmo6_a (
+>Pt9
+R,T$&R3/$Y1
+aDbtd"*M3Ē*gSCa]锋 $1J[I'k>*\,m&`i1uwʹT} vUd?weTJlV>G3>QMJWx(ɠ{#mYs3E_*m &Ӻv
+T0e%s] >oF6XH*ɬ2{sA|%QdO) _"6y47D"g]ot00bo8[)
+! XOXZ{˵v41 eۂ𕷝1+z.RIc
+ؙp$@4$mstNyus} ߂-48jI]k(8oTTaO~(ժ T1gq9'wD>rlRpʀv~AM"4n6ҶbeE"r}4->`;xs(-E< \W4H)m15 /# <p< , 3۹\UO?CNB&{I\BR"2ԣ G}#7~V; JfI,q
+Z0X%e*/<aQ8bFtߝ=bf* 9B>lA
+endstream
+endobj
+1064 0 obj
+<<
+/Type /Page
+/Contents 1065 0 R
+/Resources 1063 0 R
+/MediaBox [0 0 612 792]
+/Parent 1067 0 R
+>>
+endobj
+1066 0 obj
+<<
+/D [1064 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1063 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1072 0 obj
+<<
+/Length 240
+/Filter /FlateDecode
+>>
+stream
+xڥP;O0+1z}Ν͈J@d: R#|.Q" 0 wqGx\ƭ69P(h4*Es{xjKs}loML'TSbhݾjh?S E!oF8E%( wՑRdOTcauALBsO=mKr$MG=?_,sd _*[7N=omV
+endstream
+endobj
+1071 0 obj
+<<
+/Type /Page
+/Contents 1072 0 R
+/Resources 1070 0 R
+/MediaBox [0 0 612 792]
+/Parent 1067 0 R
+>>
+endobj
+1069 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./letex4.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 1074 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F35 1076 0 R /F17 1078 0 R /F31 1080 0 R /F32 1082 0 R /F33 1084 0 R /F34 1086 0 R >>
+/XObject <<
+/Fm1 1087 0 R
+>>/ProcSet [ /PDF /Text ]
+>>
+/Length 1560
+/Filter /FlateDecode
+>>
+stream
+xڵWYSF~W ͥca6Pl]a@nC9[yIʣi7sZj&4XT;_DgA ,+UȘT <ljp"u<y08L'AI& kx}'99jf:6? ",A2.2Ԝ'qxtp1,t)`+vL \O;,ϔO~5b/?xp@8W륈 F`bR.X%y%>Φד,o'\`91Os'"q5g<I%lqǸyv0:^_| eP*pZPt|g,Swsh뾵ho<O,87%(wZHp|`\.L }ec&1w< Шpd82eBQffx4m=YcpoIucJNljyꝏ P}2T9헏MT2D)
+إmeVvNAj~Y=nJM]];K83ū42a*j)+MA_ %ڶy1Uϛ, oC$8tgO TE
+QI|\@2Զʘ" hBìx)߸
+KjͣGۢe[`нqRt:Яq.NM]SO¬金2nLc5o{bnZСbQDqe{W9fk\  gr\H”E9.mG5i4w}k۱uf#N2ڡ(K7b<~ϛ+H0l j]<R+w
+^a UXy_OܲAhI zk9.tD
+YRnҌX~J\h
+q%%|DwKg:KD7%k@x׀emmC;6Ńe
+endstream
+endobj
+1074 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.18)
+/Creator (TeX)
+/CreationDate (D:20170803224125+02'00')
+/ModDate (D:20170803224125+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6362 \(1.40.18\))
+>>
+endobj
+1076 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 40
+/LastChar 233
+/Widths 1088 0 R
+/FontDescriptor 379 0 R
+/BaseFont 403 0 R
+/Encoding 1075 0 R
+>>
+endobj
+1078 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 27
+/LastChar 251
+/Widths 1089 0 R
+/FontDescriptor 369 0 R
+/BaseFont 373 0 R
+/Encoding 1077 0 R
+>>
+endobj
+1080 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 45
+/LastChar 233
+/Widths 1090 0 R
+/FontDescriptor 383 0 R
+/BaseFont 408 0 R
+/Encoding 1079 0 R
+>>
+endobj
+1082 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 47
+/LastChar 47
+/Widths 1091 0 R
+/FontDescriptor 457 0 R
+/BaseFont 472 0 R
+/Encoding 1081 0 R
+>>
+endobj
+1084 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 47
+/LastChar 115
+/Widths 1092 0 R
+/FontDescriptor 460 0 R
+/BaseFont 474 0 R
+/Encoding 1083 0 R
+>>
+endobj
+1086 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 46
+/LastChar 118
+/Widths 1093 0 R
+/FontDescriptor 398 0 R
+/BaseFont 420 0 R
+/Encoding 1085 0 R
+>>
+endobj
+1087 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/BBox [ 0 0 60.5 72]
+/FormType 1
+/Matrix [ 1 0 0 1 0 0]
+/Resources 1094 0 R
+/Length 35
+/Filter /FlateDecode
+>>
+stream
+x+2T0
+endstream
+endobj
+1088 0 obj
+[ 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444]
+endobj
+1089 0 obj
+[ 571.2 544 544 816 816 489.6 272 358 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 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 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 500 272 555.6 734 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 500 277.8 500 555.6 163.2 734 734 707.2 707.2 747.8 666.2 666.2 768.2 611.8 611.8 611.8 734 734 734 761.6 720.6 720.6 544 544 544 707.2 707.2 734 734 734 598.4 598.4 598.4 820.9 353.2 544 474.6 489.6 489.6 435.2 435.2 544 435.2 435.2 489.6 272 272 329.1 544 544 494.5 489.6 380.8 380.8 386.2 386.2 386.2 380.8 380.8 544 544 516.8 435.2 435.2 435.2 544 272 462.4 734 734 734 734 734 734 734 883.7 707.2 666.2 666.2 666.2 666.2 353.2 353.2 353.2 353.2 747.8 734 761.6 761.6 761.6 761.6 761.6 992.6 761.6 734 734 734 734 734 611.8 1088 489.6 489.6 489.6 489.6 489.6 489.6 707.2 435.2 435.2 435.2 435.2 435.2 272 272 272 272 489.6 544 489.6 489.6 489.6 489.6 489.6 761.6 489.6 544 544 544]
+endobj
+1090 0 obj
+[ 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 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1 419.1 413.2 590.3 560.7 767.4 560.7 560.7 472.2 531.3 295.1 531.3 555.6 177.1 795.9 795.9 767.4 767.4 811.1 722.6 722.6 833.5 663.5 663.5 663.5 795.9 795.9 795.9 826.4 781.6 781.6 590.3 590.3 590.3 767.4 767.4 795.9 795.9 795.9 649.3 649.3 649.3 889.9 382.6 590.3 520.1 531.3 531.3 472.2 472.2 590.3 472.2 472.2 531.3 295.1 295.1 357.1 590.3 590.3 538.1 531.3 414.1 414.1 419.1 419.1 419.1 413.2 413.2 590.3 590.3 560.7 472.2 472.2 472.2 590.3 295.1 501.8 795.9 795.9 795.9 795.9 795.9 795.9 795.9 958.7 767.4 722.6 722.6 722.6 722.6 382.6 382.6 382.6 382.6 811.1 795.9 826.4 826.4 826.4 826.4 826.4 1076.7 826.4 795.9 795.9 795.9 795.9 795.9 663.5 1180.6 531.3 531.3 531.3 531.3 531.3 531.3 767.4 472.2 472.2 472.2]
+endobj
+1091 0 obj
+[ 611.1]
+endobj
+1092 0 obj
+[ 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 777.8 750 708.3 722.2 763.9 680.5 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.5 777.8 736.1 555.5 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 555.5 750 277.8 500 555.5 444.5 555.5 444.5 305.5 500 555.5 277.8 305.5 527.8 277.8 833.3 555.5 500 555.5 527.8 391.7 394.4]
+endobj
+1093 0 obj
+[ 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531 531.3 531.3 531 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]
+endobj
+1094 0 obj
+<<
+/XObject <<
+/Im1 1095 0 R
+>>
+/ProcSet [/PDF]
+>>
+endobj
+1095 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./ecusson55.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 1096 0 R
+/BBox [ 0 0 595 842]
+/Resources <<
+/ProcSet [/PDF/Text]
+/ExtGState <<
+/R7 1097 0 R
+>>
+/Font <<
+/R8 1098 0 R
+>>
+>>
+/Length 2428
+/Filter /FlateDecode
+>>
+stream
+xZ9$Wth'#3|`}uvHJÛ"uX,=G}qgKw[=2S+bGK5y0^V
+iо_7EjcoĐe\Gh80cU8B\5R|nIVJd0 k~m1ϟCs'f{m5"29(-?(YBD= 3 ,7ǟo$3h(%Msg{WlOoe;E0fAqnAbdDY\ OzFCj 0e!j¥諺wGFB4^eμȤEAp8P'7,X{n%ԉiHy(':+Cɰ<0ggK!沓ay=LhAkyhQS ቩ%@iפ^yN%- \2lBfE&;KP㲥d
+ٱ+Rԭݩ^6V0
+RHokde2#^Ra-$('c0lbE^y&<# ~.P岍&JSB2I3&҈ʡwP`b8QP_gUW @,߉ 6i2ݾN{˦<.өh]D;CC4b8Bhlhc# JẝJ壱a׸'?dؓAZ7c
+\fSfKm@ ձ%/򅳪/[3Y`VRQ$9Fi“lY-:=sE(4P + bt"Q 5$Ue|Q(h"IC;F[,R6X,ݪgXg-_3"5[uٲc$u;s{Of󬣈X+n#1B9'drdSW*ʎҬrͤ(JBcbJ*H Y_?Ԭ>EqB@S@TwxNޫi<oAN6x
+bm&Gu؋ ^_tަňz<.TC
+$<2gbT1lňM kg m\c=cύL.IZYfKF$6|hG\yD9IgY؉uNk
+FL$Wҵ6=T1%,2mZPw#x9OX~]ǡ2uf<x<P^us2l+V(H|<$c:3j賺GZF.|?mȜs- u\mMˣVL: _U\3um-Qnru\]EJ&mu.dv:S4SS/WKqkE)%?jS]nHJ>ΩI+Pn_D#!dULy5
+ %:F
+&֋Y܋m
+DBiQḨ#
+endstream
+endobj
+1096 0 obj
+<<
+/Producer (MiKTeX GPL Ghostscript 9.19)
+/CreationDate (D:20170803224117+02'00')
+/ModDate (D:20170803224117+02'00')
+>>
+endobj
+1097 0 obj
+<<
+/Type /ExtGState
+/OPM 1
+>>
+endobj
+1098 0 obj
+<<
+/BaseFont /Helvetica
+/Type /Font
+/Subtype /Type1
+>>
+endobj
+1085 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I/J 77/M/N 80/P/Q/R/S/T/U/V 89/Y/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis 251/ucircumflex]
+>>
+endobj
+1083 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I/J 77/M/N 80/P/Q/R/S/T/U/V 89/Y/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis 251/ucircumflex]
+>>
+endobj
+1081 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I/J 77/M/N 80/P/Q/R/S/T/U/V 89/Y/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis 251/ucircumflex]
+>>
+endobj
+1079 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I/J 77/M/N 80/P/Q/R/S/T/U/V 89/Y/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis 251/ucircumflex]
+>>
+endobj
+1077 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff/fi 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I/J 77/M/N 80/P/Q/R/S/T/U/V 89/Y/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z 129/fi 146/quoteright 152/ecircumflex 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis 251/ucircumflex]
+>>
+endobj
+1075 0 obj
+<<
+/Type /Encoding
+/Differences [32/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 161/exclamdown/cent/sterling/fraction/yen/florin/section/currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl 177/endash/dagger/daggerdbl/periodcentered 182/paragraph/bullet/quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand 191/questiondown 193/grave/acute/circumflex/tilde/macron/breve/dotaccent/Egrave/Eacute/ring/cedilla 205/hungarumlaut/ogonek/caron/emdash 225/AE 227/ordfeminine 232/Lslash/eacute/OE/ordmasculine 241/ae 245/dotlessi 248/lslash/oslash/oe/germandbls]
+>>
+endobj
+1073 0 obj
+<<
+/D [1071 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1070 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im16 1069 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1101 0 obj
+<<
+/Length 929
+/Filter /FlateDecode
+>>
+stream
+xڭVYo8~ϯ-
+M }"})րAq87'99GӋ(rb7c'Y8ύcgLx$sۛ( Q 2;K>^ȍ6BS(5 {%a0v=gXS<"3Fa ߍ326:a&j\ByF 
+lU IIȖwBp<!l%2U猖B]='s`{Vt9u\#x{4~K
+l2X R};2/A>%N}[$M=KEUj1 O~c&* R` PҜUI{^HHi :ZA_Fx^YڴB p  Iog^
+O)t$|g0T>/\T=>#e`aJXn"uQe/HUպmX=mt Z[ D7eh7M.]UlNmd$+(;xh>ͤxMOf$}s` p!)pA]Q iNVPOS+M<\c(z*Q}Tkss)T]l$QM$:/ur=;K BC+<wCXV,giZt%说-m5TSՒ.GTѳ'"\waeuQ`rxUyid9O(!e$*e̎k3;ĥ9NחͶzR!xp I=gV[b1|e ~+ Y۶~Wй]H]Sg'{zx`q'_=$}!y;O
+endstream
+endobj
+1100 0 obj
+<<
+/Type /Page
+/Contents 1101 0 R
+/Resources 1099 0 R
+/MediaBox [0 0 612 792]
+/Parent 1067 0 R
+>>
+endobj
+1102 0 obj
+<<
+/D [1100 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1099 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1107 0 obj
+<<
+/Length 240
+/Filter /FlateDecode
+>>
+stream
+xڥPN@+^ݔ(
+(EDLSglE$(3;
+endstream
+endobj
+1106 0 obj
+<<
+/Type /Page
+/Contents 1107 0 R
+/Resources 1105 0 R
+/MediaBox [0 0 612 792]
+/Parent 1067 0 R
+>>
+endobj
+1104 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./letex5.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 1109 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F35 1111 0 R /F17 1113 0 R /F31 1115 0 R /F32 1117 0 R /F33 1119 0 R /F34 1121 0 R >>
+/XObject <<
+/Fm1 1122 0 R
+>>/ProcSet [ /PDF /Text ]
+>>
+/Length 1037
+/Filter /FlateDecode
+>>
+stream
+xڵVr6}W`} &y-ˮ=U8ld2,'.5ӗX=З0Q`341&ϾvNLz9{20X(6͝yzƃRp%+s0 iD? z?z2@,q!5y
+aB瀄gHhl/5 :p)]TCJZ,4ڗ 2peb<HJ@kaIq>زo""6 >i Ņh)WuK1!LtWMZb5)SZvI5
+j1$EϵM'_ N;2j@-Βb˫+4ŰU4~4!MdWK ]f]G^3;r>R Tab(.J{T jXfWcIT
+'.Qx?/#Aᥨ +'%^$JzF{9b5~UiEΛ
+endstream
+endobj
+1109 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.18)
+/Creator (TeX)
+/CreationDate (D:20170803224127+02'00')
+/ModDate (D:20170803224127+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6362 \(1.40.18\))
+>>
+endobj
+1111 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 40
+/LastChar 233
+/Widths 1123 0 R
+/FontDescriptor 379 0 R
+/BaseFont 403 0 R
+/Encoding 1110 0 R
+>>
+endobj
+1113 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 28
+/LastChar 233
+/Widths 1124 0 R
+/FontDescriptor 369 0 R
+/BaseFont 373 0 R
+/Encoding 1112 0 R
+>>
+endobj
+1115 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 45
+/LastChar 114
+/Widths 1125 0 R
+/FontDescriptor 383 0 R
+/BaseFont 408 0 R
+/Encoding 1114 0 R
+>>
+endobj
+1117 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 47
+/LastChar 47
+/Widths 1126 0 R
+/FontDescriptor 457 0 R
+/BaseFont 472 0 R
+/Encoding 1116 0 R
+>>
+endobj
+1119 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 47
+/LastChar 107
+/Widths 1127 0 R
+/FontDescriptor 460 0 R
+/BaseFont 474 0 R
+/Encoding 1118 0 R
+>>
+endobj
+1121 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 46
+/LastChar 118
+/Widths 1128 0 R
+/FontDescriptor 398 0 R
+/BaseFont 420 0 R
+/Encoding 1120 0 R
+>>
+endobj
+1122 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/BBox [ 0 0 60.5 72]
+/FormType 1
+/Matrix [ 1 0 0 1 0 0]
+/Resources 1129 0 R
+/Length 35
+/Filter /FlateDecode
+>>
+stream
+x+2T0
+endstream
+endobj
+1123 0 obj
+[ 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444]
+endobj
+1124 0 obj
+[ 544 544 816 816 489.6 272 358 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 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 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 500 272 555.6 734 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 500 277.8 500 555.6 163.2 734 734 707.2 707.2 747.8 666.2 666.2 768.2 611.8 611.8 611.8 734 734 734 761.6 720.6 720.6 544 544 544 707.2 707.2 734 734 734 598.4 598.4 598.4 820.9 353.2 544 474.6 489.6 489.6 435.2 435.2 544 435.2 435.2 489.6 272 272 329.1 544 544 494.5 489.6 380.8 380.8 386.2 386.2 386.2 380.8 380.8 544 544 516.8 435.2 435.2 435.2 544 272 462.4 734 734 734 734 734 734 734 883.7 707.2 666.2 666.2 666.2 666.2 353.2 353.2 353.2 353.2 747.8 734 761.6 761.6 761.6 761.6 761.6 992.6 761.6 734 734 734 734 734 611.8 1088 489.6 489.6 489.6 489.6 489.6 489.6 707.2 435.2 435.2 435.2]
+endobj
+1125 0 obj
+[ 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 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1]
+endobj
+1126 0 obj
+[ 611.1]
+endobj
+1127 0 obj
+[ 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 777.8 750 708.3 722.2 763.9 680.5 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.5 777.8 736.1 555.5 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 555.5 750 277.8 500 555.5 444.5 555.5 444.5 305.5 500 555.5 277.8 305.5 527.8]
+endobj
+1128 0 obj
+[ 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531 531.3 531.3 531 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]
+endobj
+1129 0 obj
+<<
+/XObject <<
+/Im1 1130 0 R
+>>
+/ProcSet [/PDF]
+>>
+endobj
+1130 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./ecusson55.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 1131 0 R
+/BBox [ 0 0 595 842]
+/Resources <<
+/ProcSet [/PDF/Text]
+/ExtGState <<
+/R7 1132 0 R
+>>
+/Font <<
+/R8 1133 0 R
+>>
+>>
+/Length 2428
+/Filter /FlateDecode
+>>
+stream
+xZ9$Wth'#3|`}uvHJÛ"uX,=G}qgKw[=2S+bGK5y0^V
+iо_7EjcoĐe\Gh80cU8B\5R|nIVJd0 k~m1ϟCs'f{m5"29(-?(YBD= 3 ,7ǟo$3h(%Msg{WlOoe;E0fAqnAbdDY\ OzFCj 0e!j¥諺wGFB4^eμȤEAp8P'7,X{n%ԉiHy(':+Cɰ<0ggK!沓ay=LhAkyhQS ቩ%@iפ^yN%- \2lBfE&;KP㲥d
+ٱ+Rԭݩ^6V0
+RHokde2#^Ra-$('c0lbE^y&<# ~.P岍&JSB2I3&҈ʡwP`b8QP_gUW @,߉ 6i2ݾN{˦<.өh]D;CC4b8Bhlhc# JẝJ壱a׸'?dؓAZ7c
+\fSfKm@ ձ%/򅳪/[3Y`VRQ$9Fi“lY-:=sE(4P + bt"Q 5$Ue|Q(h"IC;F[,R6X,ݪgXg-_3"5[uٲc$u;s{Of󬣈X+n#1B9'drdSW*ʎҬrͤ(JBcbJ*H Y_?Ԭ>EqB@S@TwxNޫi<oAN6x
+bm&Gu؋ ^_tަňz<.TC
+$<2gbT1lňM kg m\c=cύL.IZYfKF$6|hG\yD9IgY؉uNk
+FL$Wҵ6=T1%,2mZPw#x9OX~]ǡ2uf<x<P^us2l+V(H|<$c:3j賺GZF.|?mȜs- u\mMˣVL: _U\3um-Qnru\]EJ&mu.dv:S4SS/WKqkE)%?jS]nHJ>ΩI+Pn_D#!dULy5
+ %:F
+&֋Y܋m
+DBiQḨ#
+endstream
+endobj
+1131 0 obj
+<<
+/Producer (MiKTeX GPL Ghostscript 9.19)
+/CreationDate (D:20170803224117+02'00')
+/ModDate (D:20170803224117+02'00')
+>>
+endobj
+1132 0 obj
+<<
+/Type /ExtGState
+/OPM 1
+>>
+endobj
+1133 0 obj
+<<
+/BaseFont /Helvetica
+/Type /Font
+/Subtype /Type1
+>>
+endobj
+1120 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi 35/numbersign/dollar 40/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E 71/G 73/I/J 77/M 79/O/P 82/R/S/T/U 88/X/Y 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y 233/eacute]
+>>
+endobj
+1118 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi 35/numbersign/dollar 40/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E 71/G 73/I/J 77/M 79/O/P 82/R/S/T/U 88/X/Y 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y 233/eacute]
+>>
+endobj
+1116 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi 35/numbersign/dollar 40/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E 71/G 73/I/J 77/M 79/O/P 82/R/S/T/U 88/X/Y 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y 233/eacute]
+>>
+endobj
+1114 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi 35/numbersign/dollar 40/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E 71/G 73/I/J 77/M 79/O/P 82/R/S/T/U 88/X/Y 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y 233/eacute]
+>>
+endobj
+1112 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi 35/numbersign/dollar 40/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E 71/G 73/I/J 77/M 79/O/P 82/R/S/T/U 88/X/Y 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y 129/fi 233/eacute]
+>>
+endobj
+1110 0 obj
+<<
+/Type /Encoding
+/Differences [32/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 161/exclamdown/cent/sterling/fraction/yen/florin/section/currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl 177/endash/dagger/daggerdbl/periodcentered 182/paragraph/bullet/quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand 191/questiondown 193/grave/acute/circumflex/tilde/macron/breve/dotaccent/Egrave/Eacute/ring/cedilla 205/hungarumlaut/ogonek/caron/emdash 225/AE 227/ordfeminine 232/Lslash/eacute/OE/ordmasculine 241/ae 245/dotlessi 248/lslash/oslash/oe/germandbls]
+>>
+endobj
+1108 0 obj
+<<
+/D [1106 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1105 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im18 1104 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1136 0 obj
+<<
+/Length 1537
+/Filter /FlateDecode
+>>
+stream
+xڭXms8_a!;Nt8oPz
+'wp?ˋ1@U5$C`+Brc+J{58\'EjS#|VsH)חpqe߫$OY峇^/hnͨ٘)TEgZkMh3H-*l*}үkP{/~=Fhm
+*4+/q,=u/jH>O]09Gn[:>2J >PFYM[AYnu1YMF33މ#LBXHgI Tkn?z_H%
+^T&:OUZTTۏW7*٬:;5)Tѷ+RG8lG]%֞`xic 1C "ྂTTi zNEFqCu$~ SXKqeosP$I _NL'qZ2;"ȡż-*[+8g0vN`QoSab^*F킋vԬHB ? wg-|smjJBXW-.o5̓1 ҃ڐsN|~mw?~/
+]=lgd%ZuW ET)hUjR?pcʠt,$[MÅğHlsI/̆~
+&]lInlلbx_|ܻ&ҏw%5^źt!:%ڂj7E39R@#.xyDJL 䂻?Aҍsf4ɔhҚHA_tLEkOdoFSQko.xu2wұFt!$MI~֍ƫo
+=qw5pC(c64vjn`LۂZ~o7tOj'[7f7t_8mCĊG+rHk_rrp@ K#):,<(*+RSޅ׈`Ӈ7i$*\\?el~_g^ڀgǃ
+endstream
+endobj
+1135 0 obj
+<<
+/Type /Page
+/Contents 1136 0 R
+/Resources 1134 0 R
+/MediaBox [0 0 612 792]
+/Parent 1067 0 R
+>>
+endobj
+1137 0 obj
+<<
+/D [1135 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1134 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1142 0 obj
+<<
+/Length 240
+/Filter /FlateDecode
+>>
+stream
+xڥPN@+^ݔ(
+(EDLSglE$(3;
+endstream
+endobj
+1141 0 obj
+<<
+/Type /Page
+/Contents 1142 0 R
+/Resources 1140 0 R
+/MediaBox [0 0 612 792]
+/Parent 1067 0 R
+>>
+endobj
+1139 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./letex6.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 1144 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F18 1147 0 R /F19 1150 0 R /F17 1152 0 R /F30 1154 0 R /F31 1156 0 R /F33 1158 0 R /F34 1160 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+/Length 1303
+/Filter /FlateDecode
+>>
+stream
+xڍV[o6~УE,oA4ͥYuq[MvHTKIKP`Ε<߹}"'RM;&K I(> /6p1{vʤ"UdJTA(Hb|N_i;e:8=τREG|EKӉz9t 7{[6MRd1Fӌ6LnF$(%R%@
+>AV%ey9"t{>9K\aѹ$R_k76FIC1eAh
+O<G_$91,bh+$0>bpA\+ߖ̣-&' YRme $Z)JH 7܍כeOFk֎F `WNU*"V x1D"Y|PS‘i)N*x
+Xb}94yJSNL)#/ukM@BH@fRA.7W3h^%vIF9
+^5DdgoaJ
+H^ȟ~q (R)<> e`[\T0˕p^n\A7@3J*ZӜs"tY?[r$$HԘ&F_CCpj(P=*b~0gGoyJ:./WHiKئ^v  <5Ld 0"nm.0xM@7ej5_=ĒA+2.IUP_\C>ݽo\Gm"b~q |'ui
+rB x+m
+ it
+%-4|ƣZԘLP0h,@!*DM!.n$ј0}[bl#
+Fw]oE{yd!h6
+va!z .Aa898Q!MPawX֠owL B>l,~CmcZ3DFE/0V-i=`r&%)` oM,+OM>5-\X)-+dyS70! aslPE2X$+hَ<\
+endstream
+endobj
+1144 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.18)
+/Creator (TeX)
+/CreationDate (D:20170803224129+02'00')
+/ModDate (D:20170803224129+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6362 \(1.40.18\))
+>>
+endobj
+1147 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 19
+/LastChar 127
+/Widths 1161 0 R
+/FontDescriptor 1145 0 R
+/BaseFont 1162 0 R
+/Encoding 1146 0 R
+>>
+endobj
+1150 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 46
+/LastChar 117
+/Widths 1163 0 R
+/FontDescriptor 1148 0 R
+/BaseFont 1164 0 R
+/Encoding 1149 0 R
+>>
+endobj
+1152 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 28
+/LastChar 252
+/Widths 1165 0 R
+/FontDescriptor 369 0 R
+/BaseFont 373 0 R
+/Encoding 1151 0 R
+>>
+endobj
+1154 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 45
+/LastChar 115
+/Widths 1166 0 R
+/FontDescriptor 383 0 R
+/BaseFont 408 0 R
+/Encoding 1153 0 R
+>>
+endobj
+1156 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 47
+/LastChar 109
+/Widths 1167 0 R
+/FontDescriptor 460 0 R
+/BaseFont 474 0 R
+/Encoding 1155 0 R
+>>
+endobj
+1158 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 90
+/LastChar 117
+/Widths 1168 0 R
+/FontDescriptor 395 0 R
+/BaseFont 418 0 R
+/Encoding 1157 0 R
+>>
+endobj
+1160 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 46
+/LastChar 117
+/Widths 1169 0 R
+/FontDescriptor 398 0 R
+/BaseFont 420 0 R
+/Encoding 1159 0 R
+>>
+endobj
+1161 0 obj
+[ 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4 500 1000 500 500 500]
+endobj
+1163 0 obj
+[ 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 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
+1165 0 obj
+[ 544 544 816 816 489.6 272 358 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 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 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 500 272 555.6 734 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 500 277.8 500 555.6 163.2 734 734 707.2 707.2 747.8 666.2 666.2 768.2 611.8 611.8 611.8 734 734 734 761.6 720.6 720.6 544 544 544 707.2 707.2 734 734 734 598.4 598.4 598.4 820.9 353.2 544 474.6 489.6 489.6 435.2 435.2 544 435.2 435.2 489.6 272 272 329.1 544 544 494.5 489.6 380.8 380.8 386.2 386.2 386.2 380.8 380.8 544 544 516.8 435.2 435.2 435.2 544 272 462.4 734 734 734 734 734 734 734 883.7 707.2 666.2 666.2 666.2 666.2 353.2 353.2 353.2 353.2 747.8 734 761.6 761.6 761.6 761.6 761.6 992.6 761.6 734 734 734 734 734 611.8 1088 489.6 489.6 489.6 489.6 489.6 489.6 707.2 435.2 435.2 435.2 435.2 435.2 272 272 272 272 489.6 544 489.6 489.6 489.6 489.6 489.6 761.6 489.6 544 544 544 544]
+endobj
+1166 0 obj
+[ 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 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1 419.1]
+endobj
+1167 0 obj
+[ 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 777.8 750 708.3 722.2 763.9 680.5 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.5 777.8 736.1 555.5 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 555.5 750 277.8 500 555.5 444.5 555.5 444.5 305.5 500 555.5 277.8 305.5 527.8 277.8 833.3]
+endobj
+1168 0 obj
+[ 600 300 500 300 555.6 726.8 300 500 450 450 500 450 300 450 500 300 300 450 250 800 550 500 500 450 412.5 400 325 525]
+endobj
+1169 0 obj
+[ 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531 531.3 531.3 531 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]
+endobj
+1159 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi 40/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four 55/seven 58/colon/semicolon 61/equal 63/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M 79/O/P/Q/R/S/T/U/V/W 90/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y/z 228/adieresis 246/odieresis 252/udieresis]
+>>
+endobj
+1157 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi 40/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four 55/seven 58/colon/semicolon 61/equal 63/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M 79/O/P/Q/R/S/T/U/V/W 90/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y/z 228/adieresis 246/odieresis 252/udieresis]
+>>
+endobj
+1155 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi 40/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four 55/seven 58/colon/semicolon 61/equal 63/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M 79/O/P/Q/R/S/T/U/V/W 90/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y/z 228/adieresis 246/odieresis 252/udieresis]
+>>
+endobj
+1153 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi 40/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four 55/seven 58/colon/semicolon 61/equal 63/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M 79/O/P/Q/R/S/T/U/V/W 90/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y/z 228/adieresis 246/odieresis 252/udieresis]
+>>
+endobj
+1151 0 obj
+<<
+/Type /Encoding
+/Differences [28/fi 40/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four 55/seven 58/colon/semicolon 61/equal 63/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M 79/O/P/Q/R/S/T/U/V/W 90/Z 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y/z 129/fi 228/adieresis 246/odieresis 252/udieresis]
+>>
+endobj
+1149 0 obj
+<<
+/Type /Encoding
+/Differences [46/period 64/at 99/c/d 103/g/h/i 107/k 110/n 114/r/s/t/u]
+>>
+endobj
+1146 0 obj
+<<
+/Type /Encoding
+/Differences [19/acute 40/parenleft/parenright 43/plus 45/hyphen/period 49/one/two 52/four/five/six/seven 57/nine/colon 67/C/D/E/F/G/H 75/K 77/M 80/P 83/S/T 97/a 99/c/d/e 103/g/h/i 108/l/m/n/o/p/q/r/s/t/u 119/w/x/y/z 127/dieresis]
+>>
+endobj
+1143 0 obj
+<<
+/D [1141 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1140 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im20 1139 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1172 0 obj
+<<
+/Length 1862
+/Filter /FlateDecode
+>>
+stream
+xڭXsڸ7wf!I_z3 lz-NIrNJ^Cp^_3[j~vEjo_N_] t^;iyډ'iTnԌ4;~fх-t}?@K~Fv: zOp
+?D.C=q6w?T<\x 1W
+<mܺ!gH[ΩIy\RzϛRԔ*Lg/Pf"
+P\N伾+p{iqA`*{Bbɧν" lΌ _=g2_9 46gU]PP[!&9i=Bt)dRZ>Km (ɽʞ*"/, ;2Ŏ09Hٚif¯+@fdg8Rbm0(vcyrhdt%]&Xp*&^b KAb !=u3
+}sݡH8%Z 6릢?lI
+mG1$M";\\<.\
+\VɈ[yZ.g{|,ٗPdY1
+|_4Wmo) ѱ! qp*ކ}jI
+
+)W!\j4w+ @Pol(7Onw& k
+.WS@^q䝐@5Uo^,:tX\GL Cn#.R3&%R;S R!M%3GQYmZGҊo>~r `G6ix=Cla8L.? r8rW1}4}\jGsMRG+s_(0`Zx0oSA pH,\M^:⣆ =8 JNt5O>I59*{ l24
+IRD I5wnpnpJbn+^;0bL{reًQ>C KT:gZܓw}q?D%gɞvHRHsLֻj[uuq[}+`qmԻꡙNZ Qvi !2?'B vIjO"+UIB}LƮ&t`d REPtwv|L(` 6<G:'ø(~o?O_ S8
+endstream
+endobj
+1171 0 obj
+<<
+/Type /Page
+/Contents 1172 0 R
+/Resources 1170 0 R
+/MediaBox [0 0 612 792]
+/Parent 1174 0 R
+>>
+endobj
+1173 0 obj
+<<
+/D [1171 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1170 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1177 0 obj
+<<
+/Length 683
+/Filter /FlateDecode
+>>
+stream
+xڍT]o0}LI&m 4iJ =8Ӛ9qq\Pߎ;k2Cd_sϱ=fz?8/J`2&ִ1'+"D4ÑƎ9O/`/3a'Mzk }q2VMX3 PQ#DcE8
+"&^d@Jt̥wMjV^#]Xa%&bu^V!LMH?*ćQ퀻Xۧ5
+}}f# @`PBUZ)滕C6MfT)SUes$A;z윪B CmkJ5_@/[˔7lQs6>ھKec"5֕F}.(wd6PC"4=ǥi"ǟPBs&Lc9͜H{e[,GI隶 ۶x$\)ڞCVj8II5qmԒ J;$IοhUOAz2L!py /$/9=쿭֬W2!B#z\hңnH Q-FqNҙ $كB>pUf^ ^uE{g7I%q>S6^=#g7M
+endstream
+endobj
+1176 0 obj
+<<
+/Type /Page
+/Contents 1177 0 R
+/Resources 1175 0 R
+/MediaBox [0 0 612 792]
+/Parent 1174 0 R
+>>
+endobj
+1178 0 obj
+<<
+/D [1176 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1175 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1182 0 obj
+<<
+/Length 240
+/Filter /FlateDecode
+>>
+stream
+xڥPN@+^ݔ(
+(EDLSglE$(3;
+I$> bBN=b$qs>z?,yU8d
+endstream
+endobj
+1181 0 obj
+<<
+/Type /Page
+/Contents 1182 0 R
+/Resources 1180 0 R
+/MediaBox [0 0 612 792]
+/Parent 1174 0 R
+>>
+endobj
+1183 0 obj
+<<
+/D [1181 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1180 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im8 358 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1186 0 obj
+<<
+/Length 239
+/Filter /FlateDecode
+>>
+stream
+xڥPN@+^ݔ(
+(EDLSglE$(3;
+endstream
+endobj
+1185 0 obj
+<<
+/Type /Page
+/Contents 1186 0 R
+/Resources 1184 0 R
+/MediaBox [0 0 612 792]
+/Parent 1174 0 R
+>>
+endobj
+1187 0 obj
+<<
+/D [1185 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1184 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im7 357 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1190 0 obj
+<<
+/Length 2342
+/Filter /FlateDecode
+>>
+stream
+xڵYmo8_a`]&qkҽ+mn͗nR2eG
+Iu $[RV$R3ÙgQ'Mo_=uy[W}ֻ/{wejWEl<X@j; س/ga>x;Ne,_b:^.z[9O狵L˜
+r2~?L*YC?85}VLz\~iA =6Z=l~8dR*sJv ~8$$C|B7LzaZh9^t˨r7k~3Rg.T툑LNy93l>§'aBfJs : DxSeQ{` k6RLTTۥ
+_VrDzYxk}eh
+DrHeE1~ Bb34aV~e@+jGIb~v O&AAЗ_N&n/<9"W
+<o-v 1
+.ǫE6{N3L(;Lt{$Z}] w1] :X{
+Vs;,HڝSn5챤rpF)!a!ځ̖ܱ!jn:C}xC]wkuw:UrKc~k|M4bm-C'q.\UּH(}! ̖) 
+ KJT/fڐ'{
+_7Ru_Kfjk!5b#*`lx1G5YL1
+D{(zԑ<G )C_s me[,U
+ 3uݳ.IeQ[|`ǧ ^zzZ"m߀2мMUCنDSW U*8]
+zOrW@g-N|V
+I,񻇷;5y
++NBI>XG9 k 橰<NPp
+`Ԧ&QP65
+ak<s$b=b̊ v5&Л@$9kӚsNh}7&Гv`˂6JBYU:$DCb6m~04
+(3GErHaNs$Cz,k|5goD⧏<_u*=TӭyzXW? xr5ѽ.K
+zgҊC 8>zVAyջWPY^JD`b(`|D ,EQ'0 #j{A^Wm$x~o6HU['
+endstream
+endobj
+1189 0 obj
+<<
+/Type /Page
+/Contents 1190 0 R
+/Resources 1188 0 R
+/MediaBox [0 0 612 792]
+/Parent 1174 0 R
+>>
+endobj
+1191 0 obj
+<<
+/D [1189 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1188 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1194 0 obj
+<<
+/Length 966
+/Filter /FlateDecode
+>>
+stream
+xڥVێ6}߯&kYuZ@i4mAK\/R)jawu}"9sx™`D|aY|(gYyX
+ƔfJOs]LpN 5N7] '$qF`ρ9J" إs$&9 84
+{3Ɋ>qb7dE3Q0{}w'#&$$$=ԉQZ<q,LSO^ƕLtL
+mzGKdOPۘ ]}8v۵=F&V5}boJCޓjȇs+(e5TVVʑ P撏i=f0XFhq-.f}r32ckuquk2݅y""JՒkk=?8C6Bv a͖.'FA v(3v8
+H2Oi:!!-!}R؋:B`117) #/!H,(ఝs'FlqQ}Z LGSd_$ZmD9ND(r뺵rsN򱕽zwj8a8<:mϡUJC$Fl I[[{8#dIOP6~W/j&/я_Wa
+endstream
+endobj
+1193 0 obj
+<<
+/Type /Page
+/Contents 1194 0 R
+/Resources 1192 0 R
+/MediaBox [0 0 612 792]
+/Parent 1174 0 R
+>>
+endobj
+1195 0 obj
+<<
+/D [1193 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1192 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1199 0 obj
+<<
+/Length 240
+/Filter /FlateDecode
+>>
+stream
+xڥPN@+^ݔ(
+(EDLSglE$(3;
+I$> bBN=b$qs>z?,yU8d
+endstream
+endobj
+1198 0 obj
+<<
+/Type /Page
+/Contents 1199 0 R
+/Resources 1197 0 R
+/MediaBox [0 0 612 792]
+/Parent 1201 0 R
+>>
+endobj
+1200 0 obj
+<<
+/D [1198 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1197 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im5 355 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1204 0 obj
+<<
+/Length 239
+/Filter /FlateDecode
+>>
+stream
+xڥPN@+^ݔ(
+(EDLSglE$(3;
+endstream
+endobj
+1203 0 obj
+<<
+/Type /Page
+/Contents 1204 0 R
+/Resources 1202 0 R
+/MediaBox [0 0 612 792]
+/Parent 1201 0 R
+>>
+endobj
+1205 0 obj
+<<
+/D [1203 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1202 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im6 356 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1209 0 obj
+<<
+/Length 241
+/Filter /FlateDecode
+>>
+stream
+xڥP;O@ W|c:Թ;_;FT"[ա!5)ljRQ t}~x<ҝ^BEz"ШTz䊇lӮeLGPbhѽ>yo?S E!o&R4 xh0Xp׻GZJ?JG蠚
+U'wc3qV
+iq'.#Gʑ4 cq{l)b᭏&d _*[nr8!~mO
+endstream
+endobj
+1208 0 obj
+<<
+/Type /Page
+/Contents 1209 0 R
+/Resources 1207 0 R
+/MediaBox [0 0 612 792]
+/Parent 1201 0 R
+>>
+endobj
+1206 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./letex8.pdf)
+/PTEX.PageNumber 3
+/PTEX.InfoDict 1211 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F17 1213 0 R /F25 1216 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+/Length 791
+/Filter /FlateDecode
+>>
+stream
+xڕUMo0 W6}Z[Cj3.Q/G>Q$vM9DIՙQu|C^ܐ\+Zs2;Nߥch~Og}[?
+R%Fm1:)!w0dSw] XMqH_FA>
+͖j&3Eg5gTh/ '7 )呺͙:r w|DجTqf惀q#!Y)8pր);x,YZ" . 'Dђj(o ̩\{Hp/p\U
+Ἢ./-8[ͮSv.Hr.p
+/^,ShKE)1
+⧦mg*a'w}74~ "-9i:`/ ^uXMuӒnVqݖ_Q.`*ņǻ1/qgLׁ}/ {O^8l#1X#neqhLWiB[9$3?aro?uivRݡIΤ`,Uf/C,E
+r7._>
+endstream
+endobj
+1211 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.18)
+/Creator (TeX)
+/CreationDate (D:20170803224134+02'00')
+/ModDate (D:20170803224134+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6362 \(1.40.18\))
+>>
+endobj
+1213 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 21
+/LastChar 239
+/Widths 1217 0 R
+/FontDescriptor 369 0 R
+/BaseFont 373 0 R
+/Encoding 1212 0 R
+>>
+endobj
+1216 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 114
+/LastChar 114
+/Widths 1218 0 R
+/FontDescriptor 1214 0 R
+/BaseFont 1219 0 R
+/Encoding 1215 0 R
+>>
+endobj
+1217 0 obj
+[ 489.6 979.2 0 382 272 299.2 571.2 544 544 816 816 489.6 272 358 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 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 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 500 272 555.6 734 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 500 277.8 500 555.6 163.2 734 734 707.2 707.2 747.8 666.2 666.2 768.2 611.8 611.8 611.8 734 734 734 761.6 720.6 720.6 544 544 544 707.2 707.2 734 734 734 598.4 598.4 598.4 820.9 353.2 544 474.6 489.6 489.6 435.2 435.2 544 435.2 435.2 489.6 272 272 329.1 544 544 494.5 489.6 380.8 380.8 386.2 386.2 386.2 380.8 380.8 544 544 516.8 435.2 435.2 435.2 544 272 462.4 734 734 734 734 734 734 734 883.7 707.2 666.2 666.2 666.2 666.2 353.2 353.2 353.2 353.2 747.8 734 761.6 761.6 761.6 761.6 761.6 992.6 761.6 734 734 734 734 734 611.8 1088 489.6 489.6 489.6 489.6 489.6 489.6 707.2 435.2 435.2 435.2 435.2 435.2 272 272 272 272]
+endobj
+1218 0 obj
+[ 479.5]
+endobj
+1215 0 obj
+<<
+/Type /Encoding
+/Differences [114/r]
+>>
+endobj
+1212 0 obj
+<<
+/Type /Encoding
+/Differences [21/endash 27/ff/fi/fl 38/ampersand/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V 97/a/b/c/d/e/f/g/h/i/j 108/l/m/n/o/p/q/r/s/t/u/v 120/x/y/z/braceleft 125/braceright 129/fi/fl 146/quoteright 150/endash 152/ecircumflex 224/agrave 232/egrave/eacute/ecircumflex 239/idieresis]
+>>
+endobj
+1210 0 obj
+<<
+/D [1208 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1207 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im23 1206 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1222 0 obj
+<<
+/Length 2466
+/Filter /FlateDecode
+>>
+stream
+xڝY]o}_ Xx}؛d[dE(XZ+QZro3mLÙ3gglÛ-|j..r=<^]\ .r'X?ëӇk2 `|~Ÿx'po" ܠ0oȎ'..09M`2?vg8ʔK%tv,8+&f?5|Ql0, Z8.gu&5ѫ&N,l|][+rgvvK3Gp>; G {sfn>K?/Lg{;>§;RiKVoڇ 4wlI =4י OF:_o'H^
+ 0 {FIL]+X~Y-/7 rlv5 Ë'NeRbX:*[%YĴoe2v[nh/)xIgK8$Yw7\
+څ_^õkp8o&na^Nq5P
+-E^PBh9,[@'~%571 1'sͬKb?0u
+`0M%]? egI΂gSrLX Z!趢]׀vvDx\CH0JkQauVzo@-OJ=YNA/2W%MITsFDdNɸ ̭5DnX7NhuVMsD\*n{--;9OLbKI˥+
+o=%з"-!E"mچOEo{%`[.(M! y?|  T >EiҸȄs"0֚[L
+WxCYls9?<m߂ +D1ΩAC>b٤B`/BlɤhKĞMhlN'"X\8rF)%rST`">";piwt+Kjgr8UȡG]P->a3G07'9Fn'ڒ̠4u(
+&v&ݻcdF$m8bB
+{*
+EQP5g`zf[lI `ڭA>s/GU X ITHvU\E\*=KZHL@̀yg`VpyH Ԗ<ms1=X`ƢVQNr`2/)sb
+WoKHV}4 ȻbnSPl$S{wǝx*J}t ]IbMU=&!y#aJ _1$ڱF2tȠ́4O^H%}PD8)9
+ڣ[9'sEbr#a2&5qл)ZY*{.p2_\;CxfwG֪*O:$
+Ze{0=p"bSV~lÕCXO-*;.K"CR&ClQ"i/Byi)ϔthjP$j=Neew$+/K|3eE#mJZ3ْ=K[&6%GQK$p.Y =6RhM{ܕpdiyMW)pZ %ZMk~B.ݶ[NeUeiq1@0@swFص|+ x {:% Nc=pvr~)+bJi9|HG_:$Cu]h&+_2֘ˆtv|Yo][)Pr qs+yƓ[a[H.Җ
+Zb'L}=!\ךz
+endstream
+endobj
+1221 0 obj
+<<
+/Type /Page
+/Contents 1222 0 R
+/Resources 1220 0 R
+/MediaBox [0 0 612 792]
+/Parent 1201 0 R
+>>
+endobj
+1223 0 obj
+<<
+/D [1221 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1220 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1226 0 obj
+<<
+/Length 632
+/Filter /FlateDecode
+>>
+stream
+xuTn0+tĊVK
+ ЃoI
+0ֳKBRBZG:9q7y)Q}}nnIU6Njy4ui'QbYT븰CZ<mnn򬲬u X4B"WVDeJRσRT
+-֖pYYu,JոǬ(
+endstream
+endobj
+1225 0 obj
+<<
+/Type /Page
+/Contents 1226 0 R
+/Resources 1224 0 R
+/MediaBox [0 0 612 792]
+/Parent 1201 0 R
+>>
+endobj
+1227 0 obj
+<<
+/D [1225 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1224 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1231 0 obj
+<<
+/Length 240
+/Filter /FlateDecode
+>>
+stream
+xڥP;O@ W|c:Թ;_;FT"[ա!5)ljRQ t}~x<ҝ^BEz"ШTz䊇lӮeLGPbhѽ>yo?S E!o&R4 xh0Xp׻GZJ?JG蠚
+UX<{BTHcxΰ<q=RirS`O o}4A~X$Vtå Em
+endstream
+endobj
+1230 0 obj
+<<
+/Type /Page
+/Contents 1231 0 R
+/Resources 1229 0 R
+/MediaBox [0 0 612 792]
+/Parent 1201 0 R
+>>
+endobj
+1232 0 obj
+<<
+/D [1230 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1229 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im3 353 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1235 0 obj
+<<
+/Length 239
+/Filter /FlateDecode
+>>
+stream
+xڥPN@+^9 RpbqJ-[DAm19,2W9Pah 23 AǦٽ?yH
+}j16z2&ʡ ZoJ j??U z&FRJ}q8M,$OJwqߙCRJ?IhRX>[}<P&m{ְJ'Gܝ{8 XXq"jݱǸLHgm"
+endstream
+endobj
+1234 0 obj
+<<
+/Type /Page
+/Contents 1235 0 R
+/Resources 1233 0 R
+/MediaBox [0 0 612 792]
+/Parent 1237 0 R
+>>
+endobj
+1236 0 obj
+<<
+/D [1234 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1233 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im4 354 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1240 0 obj
+<<
+/Length 744
+/Filter /FlateDecode
+>>
+stream
+xڝU]k0}ϯ˨b7{i A=tyP["YiL'Yrv6-3}sWZ5nF߲lfndJM++ !k?<C; RIۂPK a +B?vREM7oGZdҏ`0O,'a {v]?xFLՄq\ꃀEC@֛圢T<6(D%<H[4+F]Fړ5+qd:-Bz'JL6H qH|r@EM`vhl9B`3>DD˭Sp F|+@ ,S}?pI;+N}Ps8mshwh>NO51947@ OXz[ ϛQkgL#+3,F{=͏p(~r$0͜K__˝ھR:E ~i)* 9Ekh@qRPia^ gʤ&k*,(&/aF@HX WlnwKq n^ Q[r浛*-P{Cl#GKFukq !ec}Rލz4~M6DՅqX=Ϣ2}(c]mU2'uأő
+endstream
+endobj
+1239 0 obj
+<<
+/Type /Page
+/Contents 1240 0 R
+/Resources 1238 0 R
+/MediaBox [0 0 612 792]
+/Parent 1237 0 R
+>>
+endobj
+1241 0 obj
+<<
+/D [1239 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1238 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1246 0 obj
+<<
+/Length 240
+/Filter /FlateDecode
+>>
+stream
+xڥPN@+^ݔ(
+(EDLSglE$(3;
+endstream
+endobj
+1245 0 obj
+<<
+/Type /Page
+/Contents 1246 0 R
+/Resources 1244 0 R
+/MediaBox [0 0 612 792]
+/Parent 1237 0 R
+>>
+endobj
+1243 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./testfaxe.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 1248 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F17 1250 0 R /F18 1251 0 R/F19 1253 0 R /F32 1255 0 R /F33 1257 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+/Length 995
+/Filter /FlateDecode
+>>
+stream
+xڥVKs6WMMx:ծ6'iku3i IlH%Yp!YtzBWY Q)Ւ$k^7쒽gWd\1 ^><е⇥oqxQԽ) g~!C84a YbKtt}+<6!IJ<fBk!笐L)z-`-eF1O9\0n |5}Q\qP T2gbejRs;(#fKE/ 6xp%Br8A;CHOS/sĂ/O1~<bb~Nh:/}Dq@ߔ 4NLQH&I)ΤH9^Ek6GK|!cM˰~=xa/
+ˣmReAܕ[?,0yy
+=.XE٧$ĀZq Ʈ ƏMTIw+V&*+OgHlڰ˜B="TEAV
+
+endstream
+endobj
+1248 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.18)
+/Creator (TeX)
+/CreationDate (D:20170803224140+02'00')
+/ModDate (D:20170803224140+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6362 \(1.40.18\))
+>>
+endobj
+1250 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 43
+/LastChar 233
+/Widths 1258 0 R
+/FontDescriptor 369 0 R
+/BaseFont 373 0 R
+/Encoding 1249 0 R
+>>
+endobj
+1251 0 obj
+<<
+/Type /Font
+/Subtype /Type3
+/Name /F18
+/FontMatrix [ 0.01004 0 0 0.01004 0 0]
+/FontBBox [ 2 0 71 94]
+/Resources <<
+/ProcSet [/PDF/ImageB]
+>>
+/FirstChar 65
+/LastChar 88
+/Widths 1259 0 R
+/Encoding 1260 0 R
+/CharProcs 1261 0 R
+>>
+endobj
+1253 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 45
+/LastChar 108
+/Widths 1262 0 R
+/FontDescriptor 383 0 R
+/BaseFont 408 0 R
+/Encoding 1252 0 R
+>>
+endobj
+1255 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 44
+/LastChar 121
+/Widths 1263 0 R
+/FontDescriptor 388 0 R
+/BaseFont 411 0 R
+/Encoding 1254 0 R
+>>
+endobj
+1257 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 46
+/LastChar 118
+/Widths 1264 0 R
+/FontDescriptor 398 0 R
+/BaseFont 420 0 R
+/Encoding 1256 0 R
+>>
+endobj
+1258 0 obj
+[ 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 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 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 500 272 555.6 734 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 500 277.8 500 555.6 163.2 734 734 707.2 707.2 747.8 666.2 666.2 768.2 611.8 611.8 611.8 734 734 734 761.6 720.6 720.6 544 544 544 707.2 707.2 734 734 734 598.4 598.4 598.4 820.9 353.2 544 474.6 489.6 489.6 435.2 435.2 544 435.2 435.2 489.6 272 272 329.1 544 544 494.5 489.6 380.8 380.8 386.2 386.2 386.2 380.8 380.8 544 544 516.8 435.2 435.2 435.2 544 272 462.4 734 734 734 734 734 734 734 883.7 707.2 666.2 666.2 666.2 666.2 353.2 353.2 353.2 353.2 747.8 734 761.6 761.6 761.6 761.6 761.6 992.6 761.6 734 734 734 734 734 611.8 1088 489.6 489.6 489.6 489.6 489.6 489.6 707.2 435.2 435.2 435.2]
+endobj
+1259 0 obj
+[ 73.09 0 0 0 66.34 63.63 0 0 0 0 0 60.92 0 0 0 0 0 0 0 70.42 0 0 0 73.09]
+endobj
+1260 0 obj
+<<
+/Type /Encoding
+/Differences [ 65/a65 66/.notdef 69/a69/a70 71/.notdef 76/a76 77/.notdef 84/a84 85/.notdef 88/a88]
+>>
+endobj
+1261 0 obj
+<<
+/a65 1265 0 R
+/a69 1266 0 R
+/a70 1267 0 R
+/a76 1268 0 R
+/a84 1269 0 R
+/a88 1270 0 R
+>>
+endobj
+1262 0 obj
+[ 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 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1]
+endobj
+1263 0 obj
+[ 319.5 383.3 319.5 575 575 575 575 575 575 575 575 575 575 575 319.5 319.5 894.4 894.4 894.4 543 894.4 869.4 818 830.6 881.9 755.5 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.5 575 319.5 555.5 869.4 319.5 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.5 351.4 607 319.5 958.3 638.9 575 638.9 607 473.6 453.6 447.2 638.9 607 830.6 607 607]
+endobj
+1264 0 obj
+[ 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531 531.3 531.3 531 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]
+endobj
+1265 0 obj
+<<
+/Length 253
+/Filter /FlateDecode
+>>
+stream
+xڅAk0B
+'XRSvAA=
+nsh(=P/i& ~iEHӘل1~cNͅ)/JT+>*}bT ZǤ7.xЎCN<Ua a:mvqxms'eT !*CuAV<hnh:-@75|df NYP10{?4l!v92 d]pep\7)
+endstream
+endobj
+1266 0 obj
+<<
+/Length 205
+/Filter /FlateDecode
+>>
+stream
+xڥ
+@Aa!bAx0<ucnQ>A4`S
+]>fgYw5Fr,x0 [Fٖ m.z}[Jnj="D;9%ZURnR&Uys^oXf?eQT._Fy(5!Ҭ
+endstream
+endobj
+1267 0 obj
+<<
+/Length 181
+/Filter /FlateDecode
+>>
+stream
+x3333V0P0b3KCCB.SS I$r9yr+r{
+endstream
+endobj
+1268 0 obj
+<<
+/Length 152
+/Filter /FlateDecode
+>>
+stream
+x33г4R0P0bSsKCCB.S HrW05
+\.
+J1
+!T=b
+endstream
+endobj
+1269 0 obj
+<<
+/Length 159
+/Filter /FlateDecode
+>>
+stream
+x3731R0P0b3sKCCB.3
+%E\N
+@BA,0A`D 1h5B-N'@hBFf 􈥁 HFPrm\=
+endstream
+endobj
+1270 0 obj
+<<
+/Length 387
+/Filter /FlateDecode
+>>
+stream
+xeJ0).ey*ª`<PP*
+ɣ<zCiL& )%of89+1EVz,䋜/qxxJj%ʼRoO2__)B{Y+cm-$
+(a  S`Q|0߀#ӈpk3DİH
+:pP2feXf mB:jC%[s*ϑRcL%cPA94A9pBu8&P'j$"DXJ`=Cp={7mZg
+}ȋJ?$
+endstream
+endobj
+1256 0 obj
+<<
+/Type /Encoding
+/Differences [43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I 76/L/M/N/O/P 82/R/S/T/U 88/X 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y 233/eacute]
+>>
+endobj
+1254 0 obj
+<<
+/Type /Encoding
+/Differences [43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I 76/L/M/N/O/P 82/R/S/T/U 88/X 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y 233/eacute]
+>>
+endobj
+1252 0 obj
+<<
+/Type /Encoding
+/Differences [43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I 76/L/M/N/O/P 82/R/S/T/U 88/X 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y 233/eacute]
+>>
+endobj
+1249 0 obj
+<<
+/Type /Encoding
+/Differences [43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B/C/D/E/F/G/H/I 76/L/M/N/O/P 82/R/S/T/U 88/X 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y 233/eacute]
+>>
+endobj
+1247 0 obj
+<<
+/D [1245 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1244 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im26 1243 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1273 0 obj
+<<
+/Length 703
+/Filter /FlateDecode
+>>
+stream
+xڝUmk0_aKI۱ ]>U ]}'Mkn KtQ bvDZIƪ0D*7nk"%2?׫/' v%Hۂ LFAOg^F:X;ȱ72,GI-p12wL)ow+A˜(X7 a=EnI 7hrMQq<}l[ K[ uyBPR޴!~
+<<ن69 kAjuxƎQ0oHrUS>fT/*
+Q`?EOe;!HˡhɇdYW=goJmh4~|u-]tܤ_}s;*MNOߺr%)(!kx{!:Z#xͽU*caUFxHp pz b8BNegȏG؉z?froj4SݡkNK~BCøx\R!m_+gǀg
+
+endstream
+endobj
+1272 0 obj
+<<
+/Type /Page
+/Contents 1273 0 R
+/Resources 1271 0 R
+/MediaBox [0 0 612 792]
+/Parent 1237 0 R
+>>
+endobj
+1274 0 obj
+<<
+/D [1272 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1271 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F85 591 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1279 0 obj
+<<
+/Length 240
+/Filter /FlateDecode
+>>
+stream
+xڥPN@+^ݔ(
+(EDLSglE$(3;
+endstream
+endobj
+1278 0 obj
+<<
+/Type /Page
+/Contents 1279 0 R
+/Resources 1277 0 R
+/MediaBox [0 0 612 792]
+/Parent 1237 0 R
+>>
+endobj
+1276 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./testfaxd.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 1281 0 R
+/BBox [0 0 595 842]
+/Resources <<
+/Font << /F36 1283 0 R /F20 1284 0 R/F21 1286 0 R /F17 1288 0 R /F34 1290 0 R /F35 1292 0 R >>
+/XObject <<
+/Fm1 1293 0 R
+>>/ProcSet [ /PDF /Text ]
+>>
+/Length 972
+/Filter /FlateDecode
+>>
+stream
+xڥUn7}WtYSj4EDˋJVZ9m>%7
+\F!oY0i
+y ~ oش
+фcXچ}8#IcO<DS\C8Vc._1IDKG츖
+1u<X 4"_CWM.6ŪI) ^lc3wT*[4KN/S)io?MsiGEPxK+i~1̀Bpx
+endstream
+endobj
+1281 0 obj
+<<
+/Producer (MiKTeX pdfTeX-1.40.18)
+/Creator (TeX)
+/CreationDate (D:20170803224142+02'00')
+/ModDate (D:20170803224142+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6362 \(1.40.18\))
+>>
+endobj
+1283 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 45
+/LastChar 200
+/Widths 1294 0 R
+/FontDescriptor 379 0 R
+/BaseFont 403 0 R
+/Encoding 1282 0 R
+>>
+endobj
+1284 0 obj
+<<
+/Type /Font
+/Subtype /Type3
+/Name /F20
+/FontMatrix [ 0.01004 0 0 0.01004 0 0]
+/FontBBox [ 2 0 71 94]
+/Resources <<
+/ProcSet [/PDF/ImageB]
+>>
+/FirstChar 65
+/LastChar 88
+/Widths 1295 0 R
+/Encoding 1296 0 R
+/CharProcs 1297 0 R
+>>
+endobj
+1286 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 40
+/LastChar 108
+/Widths 1298 0 R
+/FontDescriptor 383 0 R
+/BaseFont 408 0 R
+/Encoding 1285 0 R
+>>
+endobj
+1288 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 27
+/LastChar 252
+/Widths 1299 0 R
+/FontDescriptor 369 0 R
+/BaseFont 373 0 R
+/Encoding 1287 0 R
+>>
+endobj
+1290 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 66
+/LastChar 220
+/Widths 1300 0 R
+/FontDescriptor 388 0 R
+/BaseFont 411 0 R
+/Encoding 1289 0 R
+>>
+endobj
+1292 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/FirstChar 46
+/LastChar 118
+/Widths 1301 0 R
+/FontDescriptor 398 0 R
+/BaseFont 420 0 R
+/Encoding 1291 0 R
+>>
+endobj
+1293 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/BBox [ 0 0 60.5 72]
+/FormType 1
+/Matrix [ 1 0 0 1 0 0]
+/Resources 1302 0 R
+/Length 35
+/Filter /FlateDecode
+>>
+stream
+x+2T0
+endstream
+endobj
+1294 0 obj
+[ 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611]
+endobj
+1295 0 obj
+[ 73.09 0 0 0 66.34 63.63 0 0 0 0 0 60.92 0 0 0 0 0 0 0 70.42 0 0 0 73.09]
+endobj
+1296 0 obj
+<<
+/Type /Encoding
+/Differences [ 65/a65 66/.notdef 69/a69/a70 71/.notdef 76/a76 77/.notdef 84/a84 85/.notdef 88/a88]
+>>
+endobj
+1297 0 obj
+<<
+/a65 1303 0 R
+/a69 1304 0 R
+/a70 1305 0 R
+/a76 1306 0 R
+/a84 1307 0 R
+/a88 1308 0 R
+>>
+endobj
+1298 0 obj
+[ 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 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1]
+endobj
+1299 0 obj
+[ 571.2 544 544 816 816 489.6 272 358 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 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 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 500 272 555.6 734 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 500 277.8 500 555.6 163.2 734 734 707.2 707.2 747.8 666.2 666.2 768.2 611.8 611.8 611.8 734 734 734 761.6 720.6 720.6 544 544 544 707.2 707.2 734 734 734 598.4 598.4 598.4 820.9 353.2 544 474.6 489.6 489.6 435.2 435.2 544 435.2 435.2 489.6 272 272 329.1 544 544 494.5 489.6 380.8 380.8 386.2 386.2 386.2 380.8 380.8 544 544 516.8 435.2 435.2 435.2 544 272 462.4 734 734 734 734 734 734 734 883.7 707.2 666.2 666.2 666.2 666.2 353.2 353.2 353.2 353.2 747.8 734 761.6 761.6 761.6 761.6 761.6 992.6 761.6 734 734 734 734 734 611.8 1088 489.6 489.6 489.6 489.6 489.6 489.6 707.2 435.2 435.2 435.2 435.2 435.2 272 272 272 272 489.6 544 489.6 489.6 489.6 489.6 489.6 761.6 489.6 544 544 544 544]
+endobj
+1300 0 obj
+[ 818 830.6 881.9 755.5 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.5 575 319.5 555.5 869.4 319.5 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.5 351.4 607 319.5 958.3 638.9 575 638.9 607 473.6 453.6 447.2 638.9 607 830.6 607 607 511.1 575 319.5 575 555.5 191.7 869.4 869.4 830.6 830.6 881.9 755.5 755.5 904.2 691.7 691.7 691.7 900 900 900 863.9 862.5 862.5 638.9 638.9 638.9 800 800 884.7 884.7 869.4 702.8 702.8 702.8 987 436.1 638.9 695 559 559 511.1 511.1 638.9 527.1 527.1 575 319.5 319.5 386.5 638.9 638.9 592.4 575 473.6 473.6 453.6 453.6 453.6 447.2 447.2 638.9 638.9 607 511.1 511.1 511.1 638.9 350 543 869.4 869.4 869.4 869.4 869.4 869.4 869.4 1041.7 830.6 755.5 755.5 755.5 755.5 436.1 436.1 436.1 436.1 881.9 900 863.9 863.9 863.9 863.9 863.9 1169.4 894.4 884.7 884.7 884.7 884.7]
+endobj
+1301 0 obj
+[ 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531 531.3 531.3 531 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]
+endobj
+1302 0 obj
+<<
+/XObject <<
+/Im1 1309 0 R
+>>
+/ProcSet [/PDF]
+>>
+endobj
+1303 0 obj
+<<
+/Length 253
+/Filter /FlateDecode
+>>
+stream
+xڅAk0B
+'XRSvAA=
+nsh(=P/i& ~iEHӘل1~cNͅ)/JT+>*}bT ZǤ7.xЎCN<Ua a:mvqxms'eT !*CuAV<hnh:-@75|df NYP10{?4l!v92 d]pep\7)
+endstream
+endobj
+1304 0 obj
+<<
+/Length 205
+/Filter /FlateDecode
+>>
+stream
+xڥ
+@Aa!bAx0<ucnQ>A4`S
+]>fgYw5Fr,x0 [Fٖ m.z}[Jnj="D;9%ZURnR&Uys^oXf?eQT._Fy(5!Ҭ
+endstream
+endobj
+1305 0 obj
+<<
+/Length 181
+/Filter /FlateDecode
+>>
+stream
+x3333V0P0b3KCCB.SS I$r9yr+r{
+endstream
+endobj
+1306 0 obj
+<<
+/Length 152
+/Filter /FlateDecode
+>>
+stream
+x33г4R0P0bSsKCCB.S HrW05
+\.
+J1
+!T=b
+endstream
+endobj
+1307 0 obj
+<<
+/Length 159
+/Filter /FlateDecode
+>>
+stream
+x3731R0P0b3sKCCB.3
+%E\N
+@BA,0A`D 1h5B-N'@hBFf 􈥁 HFPrm\=
+endstream
+endobj
+1308 0 obj
+<<
+/Length 387
+/Filter /FlateDecode
+>>
+stream
+xeJ0).ey*ª`<PP*
+ɣ<zCiL& )%of89+1EVz,䋜/qxxJj%ʼRoO2__)B{Y+cm-$
+(a  S`Q|0߀#ӈpk3DİH
+:pP2feXf mB:jC%[s*ϑRcL%cPA94A9pBu8&P'j$"DXJ`=Cp={7mZg
+}ȋJ?$
+endstream
+endobj
+1309 0 obj
+<<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./ecusson55.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 1310 0 R
+/BBox [ 0 0 595 842]
+/Resources <<
+/ProcSet [/PDF/Text]
+/ExtGState <<
+/R7 1311 0 R
+>>
+/Font <<
+/R8 1312 0 R
+>>
+>>
+/Length 2428
+/Filter /FlateDecode
+>>
+stream
+xZ9$Wth'#3|`}uvHJÛ"uX,=G}qgKw[=2S+bGK5y0^V
+iо_7EjcoĐe\Gh80cU8B\5R|nIVJd0 k~m1ϟCs'f{m5"29(-?(YBD= 3 ,7ǟo$3h(%Msg{WlOoe;E0fAqnAbdDY\ OzFCj 0e!j¥諺wGFB4^eμȤEAp8P'7,X{n%ԉiHy(':+Cɰ<0ggK!沓ay=LhAkyhQS ቩ%@iפ^yN%- \2lBfE&;KP㲥d
+ٱ+Rԭݩ^6V0
+RHokde2#^Ra-$('c0lbE^y&<# ~.P岍&JSB2I3&҈ʡwP`b8QP_gUW @,߉ 6i2ݾN{˦<.өh]D;CC4b8Bhlhc# JẝJ壱a׸'?dؓAZ7c
+\fSfKm@ ձ%/򅳪/[3Y`VRQ$9Fi“lY-:=sE(4P + bt"Q 5$Ue|Q(h"IC;F[,R6X,ݪgXg-_3"5[uٲc$u;s{Of󬣈X+n#1B9'drdSW*ʎҬrͤ(JBcbJ*H Y_?Ԭ>EqB@S@TwxNޫi<oAN6x
+bm&Gu؋ ^_tަňz<.TC
+$<2gbT1lňM kg m\c=cύL.IZYfKF$6|hG\yD9IgY؉uNk
+FL$Wҵ6=T1%,2mZPw#x9OX~]ǡ2uf<x<P^us2l+V(H|<$c:3j賺GZF.|?mȜs- u\mMˣVL: _U\3um-Qnru\]EJ&mu.dv:S4SS/WKqkE)%?jS]nHJ>ΩI+Pn_D#!dULy5
+ %:F
+&֋Y܋m
+DBiQḨ#
+endstream
+endobj
+1310 0 obj
+<<
+/Producer (MiKTeX GPL Ghostscript 9.19)
+/CreationDate (D:20170803224117+02'00')
+/ModDate (D:20170803224117+02'00')
+>>
+endobj
+1311 0 obj
+<<
+/Type /ExtGState
+/OPM 1
+>>
+endobj
+1312 0 obj
+<<
+/BaseFont /Helvetica
+/Type /Font
+/Subtype /Type1
+>>
+endobj
+1291 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff 40/parenleft/parenright 43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B 68/D/E/F/G/H 75/K/L/M/N/O/P 83/S/T/U/V 88/X 97/a/b/c/d/e/f/g/h/i 107/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y/z 220/Udieresis 228/adieresis 233/eacute 252/udieresis]
+>>
+endobj
+1289 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff 40/parenleft/parenright 43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B 68/D/E/F/G/H 75/K/L/M/N/O/P 83/S/T/U/V 88/X 97/a/b/c/d/e/f/g/h/i 107/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y/z 220/Udieresis 228/adieresis 233/eacute 252/udieresis]
+>>
+endobj
+1287 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff 40/parenleft/parenright 43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B 68/D/E/F/G/H 75/K/L/M/N/O/P 83/S/T/U/V 88/X 97/a/b/c/d/e/f/g/h/i 107/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y/z 220/Udieresis 228/adieresis 233/eacute 252/udieresis]
+>>
+endobj
+1285 0 obj
+<<
+/Type /Encoding
+/Differences [27/ff 40/parenleft/parenright 43/plus/comma/hyphen/period 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 64/at/A/B 68/D/E/F/G/H 75/K/L/M/N/O/P 83/S/T/U/V 88/X 97/a/b/c/d/e/f/g/h/i 107/k/l/m/n/o/p 114/r/s/t/u/v/w/x/y/z 220/Udieresis 228/adieresis 233/eacute 252/udieresis]
+>>
+endobj
+1282 0 obj
+<<
+/Type /Encoding
+/Differences [32/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 161/exclamdown/cent/sterling/fraction/yen/florin/section/currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl 177/endash/dagger/daggerdbl/periodcentered 182/paragraph/bullet/quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand 191/questiondown 193/grave/acute/circumflex/tilde/macron/breve/dotaccent/Egrave 202/ring/cedilla 205/hungarumlaut/ogonek/caron/emdash 225/AE 227/ordfeminine 232/Lslash/Oslash/OE/ordmasculine 241/ae 245/dotlessi 248/lslash/oslash/oe/germandbls]
+>>
+endobj
+1280 0 obj
+<<
+/D [1278 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1277 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R >>
+/XObject << /Im28 1276 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1315 0 obj
+<<
+/Length 1440
+/Filter /FlateDecode
+>>
+stream
+xY[o6~0A ,mͶ< h،#LIN;je[r= L"sw.q0pfJ F2 `H<PTX7}xuj"&t>޼=|(H6.M[ ͓ɗ}sJlNgqIȋGZN?",@& ,`R'uZ,`MprwE+XF:"ʐ&EK.?0AJ]e0X@gHXhvDR 3n_WE'<@DlDR; ta:EOA"y,`>,ә^gIUm2Sץy~O1QXc
+'JsL(1ӃЎ5_AV
+endstream
+endobj
+1314 0 obj
+<<
+/Type /Page
+/Contents 1315 0 R
+/Resources 1313 0 R
+/MediaBox [0 0 612 792]
+/Parent 1237 0 R
+>>
+endobj
+1316 0 obj
+<<
+/D [1314 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+190 0 obj
+<<
+/D [1314 0 R /XYZ 153.694 703.064 null]
+>>
+endobj
+194 0 obj
+<<
+/D [1314 0 R /XYZ 153.694 683.235 null]
+>>
+endobj
+198 0 obj
+<<
+/D [1314 0 R /XYZ 153.694 597.848 null]
+>>
+endobj
+202 0 obj
+<<
+/D [1314 0 R /XYZ 153.694 577.134 null]
+>>
+endobj
+1313 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F43 363 0 R /F97 763 0 R /F116 1317 0 R /F94 656 0 R /F95 711 0 R /F25 870 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1320 0 obj
+<<
+/Length 2000
+/Filter /FlateDecode
+>>
+stream
+xY6="Xˈz(`\˵n -PڦmdI_Z˫N  od='?7|R"%v5 Ei&PMn_ꤸIQdѷ׿{Ž
+Gac(.kVtF FIH (z "'bIz\$_ip)Nv]pE`e).%`SVJZi٢6sYs~<kL1ݧKq0QmNZ?6wWvXEVn>֐ɣ/)8oUnmfj[/t(m uP=ȦMH,,Dي(J:fnԩ8B߷ RWNV<T"`%Kyd?N4/l&Uw{CT|^ծ,ծ.JKXɊ_dĎR|jk]g'Т_L.F:F6 !_Ĭ'D#;sGI[O`2^Q;pC1ĚA,v֞87嘆?":t P; vӨDNauˠ;1B1Cc<G4woa:,ρQvl ´+.|!
+E$ց#NM,׮iYvEPvT^kdwF{1RީN1:uwen=jTV| N =GB6fnjq%vAvZi[7nIYy !9ĮhMsߍv8sL Rr8&SS*YNGw1tRPw
+Zcy?Xư<(Mn̵&i-tl93AΊ-gsUt# D_t fNZ?S#O<A ۱eѲ~'|<z뺭ȼDp'
+;P-6LHC.NWn$چ/J:g%YE&i:9J=vSœVkv}j,@ʑcEG12qjSZm
+3'5%$ᦒil ͂65%-}vSVI_h%RpVЩDJFFn%:L+PFHгݞ6_OS[۷g0Հ.';y$CL~;x&VLҡԯ7I|Ի4=r)Uv#Z8crz=\.6": NtA7R˒d2stn,ȡ?mfe> <Ĺ8x5gnGIXjb y:PBD+mu,0YGdjMyo}ƿOoEDgtDظf>U6geib
+G kʍ+?JPBIb5ujD_n^@vW>W/7s<}" '
+endstream
+endobj
+1319 0 obj
+<<
+/Type /Page
+/Contents 1320 0 R
+/Resources 1318 0 R
+/MediaBox [0 0 612 792]
+/Parent 1322 0 R
+>>
+endobj
+1321 0 obj
+<<
+/D [1319 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+206 0 obj
+<<
+/D [1319 0 R /XYZ 153.694 429.725 null]
+>>
+endobj
+1318 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F94 656 0 R /F95 711 0 R /F31 805 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1325 0 obj
+<<
+/Length 1976
+/Filter /FlateDecode
+>>
+stream
+xڽZێ6}WX-֌xD(i ۧ$@Q*K$ {gHJ:Aːs8+m??ɳ\$Y[/hIE"Gl{mn<O=ys˳,<}R=AmBkbi- 2襧,)oB?ڵz/h}#)vј8=dtbNdtf'FLGY8~H
+\mkjvmU*[iɃZy:,iL%qJ{iUz_UfʈLo4^scKzҎ\H6W:!q/! )$q1MD#H}Hb>YJ)SUI^*+N HYR(;7(Ƅp|"Om}w"of*76h(3EH^eln7ddך]̸,3]o~s
+jZ3T=JXn
+.8CGS,GL80]_]>FzcimTiIe1䖏Np6`D"F l< QȷB9
+R4mQaD >KD7)B 鬶xWAz_!s
+]nj\+ u6OZɞ->Q s] P7~W+e $"A @l;8u^V?[S2!h0njUn8=xqA}w 匷73Fԧa j["#Y>)[Quڰw ᱸT.q,ϵ
+0ƴK?@!u!Ǹ0jпXNX_δrr:$rG A3>޲C+&O=:/XY!^Q?4z(4Wg0ݍ^څ5οvI&._)pkUlhmL$~ mgG'e9\_h97 =h}( yLI$SL @\84|hd-6qXFcQjPE] M>]9l6GpӬÎך+ħ#gBER+ Źy؅'<\8yz=gnd
+4.+zmZzVj9t[J Ǽ|o0~9Gu6!QQH`Z9-CNC6N ]omSs J̐P(bD>Bf=iS^hQݓ
+endstream
+endobj
+1324 0 obj
+<<
+/Type /Page
+/Contents 1325 0 R
+/Resources 1323 0 R
+/MediaBox [0 0 612 792]
+/Parent 1322 0 R
+>>
+endobj
+1326 0 obj
+<<
+/D [1324 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1323 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F31 805 0 R /F95 711 0 R /F97 763 0 R /F116 1317 0 R /F118 1327 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1330 0 obj
+<<
+/Length 2121
+/Filter /FlateDecode
+>>
+stream
+xYmo8_a`QD9Ī(Rov]n[el:՞,zɵg I8HD<0z~zɳi:,r3cL̒0d\"6WsO=?o^b0UD~3XWOQ5ʹ>^('lܬ2O~ƌEvUk'n!+k 0תP7G!uGc, \U x.yڱL9K}Y_ !y!p@
+p5Acף v2o{Ԍ*ja8QY a:rh()Œ80(KQ
+Y+{GV/\YaBVPڜjuk艥S=X}`{X.]ϣ0^-.// y~ůW-,~^ 7+J#jڀ
+Ϧ&h @c|".Ž!ac^=7E
+lu%} y7y]ZsI1QrwQ0XUEU2AMDc 9C~r#F նz1Q8feVuw8zp4JC,>Uך!Üu\')alIt*ŀ
+rQgkp;N,-1]5MWo ctG%>
+ePӼԈ,T [I1RєA*ީ~lJc8(pa޴u]Gu-'
+~p!F}9>t k:bo>7@Ni0f3ULŽ(?7FL:-@yHSd\+^7%6(vIfα?w, vh~
+F+]baTUgkEg~(AvI*'t-4LLbjcBEc{cO''lN^
+ Drʏ^nAiKȔ%'^1O=yܐWtr FQa-<LSwmBH2k%f'WȬvg
+Z1zn;fǃ8rRxtV1+< ¢[@1M@7KFӖI
+No V_~], zGe{
+endstream
+endobj
+1329 0 obj
+<<
+/Type /Page
+/Contents 1330 0 R
+/Resources 1328 0 R
+/MediaBox [0 0 612 792]
+/Parent 1322 0 R
+>>
+endobj
+1331 0 obj
+<<
+/D [1329 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+210 0 obj
+<<
+/D [1329 0 R /XYZ 153.694 703.064 null]
+>>
+endobj
+214 0 obj
+<<
+/D [1329 0 R /XYZ 153.694 459.526 null]
+>>
+endobj
+218 0 obj
+<<
+/D [1329 0 R /XYZ 153.694 393.568 null]
+>>
+endobj
+1328 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F94 656 0 R /F31 805 0 R /F95 711 0 R /F97 763 0 R /F116 1317 0 R /F43 363 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1334 0 obj
+<<
+/Length 2041
+/Filter /FlateDecode
+>>
+stream
+xZ[6~ϯ00(F^%2OnY Lj$ڣ, `lIcMhDSԹ;Ƴ o޾ri<{\Έ`(V|dϞf[92bD>>{r$S@~na)cכs|w"}lbŤ!2
+I23d)ǎ!L[~IN{~XRoy&4_8`đ}c4u&uuQ-LP9ߺmӕ~~Y=ԇR>(G EO!@APKbg$#0'fMmh-8}vgxHZM{>3mQWmV T@"&I|?5"C,!QaŐV$>v#V_Vim|GJGq쨄9gw2#̗(L:rW{E(C2Il+Jaʴ("")C/yI~
+nGyo Qˋ.$Ą?z'F<&d:p[u+m}b%] `)B"KuB@ZC4 | ܂kx9ͬ%-ZWTFvGmݿU{7:ڢ.[,?"3|7
+^$ϩ4z )PR=1J0äEKm'q0؋\vcp L_tj:BnNgـgeT qP nh~2ҝ)jl86#)MWv:1#]|8.LG$fbp剟rY\XgCj-f~fϭ`Kb.9';a LPGnPQ'dP.t/ yM*MJ(
+_X"8ڧM=ve;f@#OA$_ښiش
+~:>eLλֵIv叕Ha.ߧ/`Lw3󬾁zcjrUC$B}nL]N/Ǩ[W}25[6CqnvEۥ<nR_J!`v *^\Kz?SH2nt,?CṔ7
+rӶ5㋸,I^dN:y!aٌl\Efoo J r*ތ1Nœd#2A .IqP!.iXP,6r,( 4u7.CcNwP\rv{, 8G
+CW8ˬ?o#N[ݜcFY[k=M9ҪQNw_ʧp2~ m)mL.V~qH>2~mWmw?!d݁-JOD[MQ/(/?]_O*>a &(3 6DAK]͈<8i$ >Ã
+endstream
+endobj
+1333 0 obj
+<<
+/Type /Page
+/Contents 1334 0 R
+/Resources 1332 0 R
+/MediaBox [0 0 612 792]
+/Parent 1322 0 R
+>>
+endobj
+1335 0 obj
+<<
+/D [1333 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+222 0 obj
+<<
+/D [1333 0 R /XYZ 153.694 645.536 null]
+>>
+endobj
+1332 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F43 363 0 R /F95 711 0 R /F31 805 0 R /F118 1327 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1338 0 obj
+<<
+/Length 1853
+/Filter /FlateDecode
+>>
+stream
+xڽYYo6~ϯ0,
+f2\cqisܿ34,0w@DA (bM
+]^c/$Y&E]L˵p"kk%h*a,] :.ٚ_m.krA
+@桬YsE+rf;L7:/Wu޹;XY~VlJ, /Y)X [ ;*nxVXxOaBnb`|lwCcH_UrrH0[QϠi8*Gp9
+
+6r1V b6
+1Idy$=-6 |lw_:TAٱz=X
+֞qnTړL;%u͆F5;WfK*&RXOu;Ҕ 3Sʾ඲V ,e|e7uIN(qk3O`$;1Ky˾w%}I`'_}珜-lj]ӫxee?tDKoT?%PϿߔ纒LѢCU۱`Q~7O&aY`G[޳-7˪VH;hqFA wBɬP%; }+U#t7;R8d[}
+[qHk$RJ_lٿZ7
+endstream
+endobj
+1337 0 obj
+<<
+/Type /Page
+/Contents 1338 0 R
+/Resources 1336 0 R
+/MediaBox [0 0 612 792]
+/Parent 1322 0 R
+>>
+endobj
+1339 0 obj
+<<
+/D [1337 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+226 0 obj
+<<
+/D [1337 0 R /XYZ 153.694 667.545 null]
+>>
+endobj
+230 0 obj
+<<
+/D [1337 0 R /XYZ 153.694 117.85 null]
+>>
+endobj
+1336 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F43 363 0 R /F95 711 0 R /F31 805 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1343 0 obj
+<<
+/Length 1275
+/Filter /FlateDecode
+>>
+stream
+xڭX[4}_)PO|w
+,1<dO$Û9ۦd:Nwsxų_n~\)5KP"gS$6DDVCژBEFZz{Gɧ#E8nUJ#=;E=dlAR"qG&b
+endstream
+endobj
+1342 0 obj
+<<
+/Type /Page
+/Contents 1343 0 R
+/Resources 1341 0 R
+/MediaBox [0 0 612 792]
+/Parent 1322 0 R
+>>
+endobj
+1344 0 obj
+<<
+/D [1342 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+234 0 obj
+<<
+/D [1342 0 R /XYZ 153.694 676.413 null]
+>>
+endobj
+238 0 obj
+<<
+/D [1342 0 R /XYZ 153.694 493.392 null]
+>>
+endobj
+1341 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F94 656 0 R /F25 870 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1348 0 obj
+<<
+/Length 1219
+/Filter /FlateDecode
+>>
+stream
+xڥmk6Wq^:֛_
+hi|k
+U㍨_6bWd.Im3iq ŏW7YQ$-H4Hqip[N X Bb4~/W7L,H>ԟ]eFIj^ģ
+W7E9cHYbքFY[a4JWk0 5z,,ۮ+P)^BJpU+ /?
+.?]]QEX6"8ܴƴJ~Ef</D S3+x~ 36E4)seihA hN&!B5hf,4:}\fte->FZ$:bH68tQ+$4-Yͩf|8QbgQg4bPI#MP6" V%_3St e`̟!Ŷ֝,b4.-sVxXo'QwNiwЈf+w|<^ M<GKMWNܗTѱ
+NqNQi\qQ%ăA={s>ȚM9x {Ư.dfxCڼƶ28=l\v7$H*􏻶wgŏS^KDZth
+NGw+SA1l}o9ቌR;Gi/DVu`x܇W@XlZb8,9\?ĖU_ݍb#WsTmFmfS!
+endstream
+endobj
+1347 0 obj
+<<
+/Type /Page
+/Contents 1348 0 R
+/Resources 1346 0 R
+/MediaBox [0 0 612 792]
+/Parent 1350 0 R
+/Annots [ 1340 0 R 1345 0 R ]
+>>
+endobj
+1340 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [326.043 653.389 340.765 664.237]
+/A << /S /GoTo /D (subsection.4.5) >>
+>>
+endobj
+1345 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [298.158 322.602 312.881 333.45]
+/A << /S /GoTo /D (subsection.4.5) >>
+>>
+endobj
+1349 0 obj
+<<
+/D [1347 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+242 0 obj
+<<
+/D [1347 0 R /XYZ 153.694 703.064 null]
+>>
+endobj
+246 0 obj
+<<
+/D [1347 0 R /XYZ 153.694 686.667 null]
+>>
+endobj
+250 0 obj
+<<
+/D [1347 0 R /XYZ 153.694 224.924 null]
+>>
+endobj
+1346 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F43 363 0 R /F94 656 0 R /F95 711 0 R /F97 763 0 R /F116 1317 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1353 0 obj
+<<
+/Length 1874
+/Filter /FlateDecode
+>>
+stream
+xڽYYo~_р1 lkKG
+Sv\t|4ۨZ.MBGcLxQ@hth6a5IM]hiF 2pBf4lY&prY_ʦ>N
+t.ZpV;p %N{<W;0g'$8E{ B|l}$4 
+i jܠYtfg7UQI6!!A ~qڷ![-
+4Q!31^ eE,~* >:7}_Hu\_Jqt<Qw=栨ݍYvM(x O]³iU)Dwd,r}i*Ɵ
+Y){T7`6{\~*naY<>8K,{FFd~QAI|޳
+endstream
+endobj
+1352 0 obj
+<<
+/Type /Page
+/Contents 1353 0 R
+/Resources 1351 0 R
+/MediaBox [0 0 612 792]
+/Parent 1350 0 R
+>>
+endobj
+1354 0 obj
+<<
+/D [1352 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+254 0 obj
+<<
+/D [1352 0 R /XYZ 153.694 254.745 null]
+>>
+endobj
+1351 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F95 711 0 R /F43 363 0 R /F25 870 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1357 0 obj
+<<
+/Length 2604
+/Filter /FlateDecode
+>>
+stream
+xڽZo6beŇ$26wm;hI>Ȼ\[W=6z8J2mks}Xșp?7\]~RQ1W8X%,!*Y]WӺz#p|$}T5 <w8D(h+*t"6nކ "cegp(r-;ŜJ{v)ۦIJG$$2&4]v -, Z`GcEV<_&ktxHk]d@ 4pߐ^}tۚE6 (a1%*zij-cz`S
+#^p%
+Ӡ5RJM#2Jh8epȾY){z FC|${ ') FBf DXN؆)x?Ǝ
+e-Щwը.{> к:bƢ!0m%$"N^rrM;+NەfOya/Mȥ^)ς5^S{u{U݅ؼ3
+$B0}]CU|W"|oy<VoܻmДo*[}]MX4Fcj3`P R5Ճ4M!d{vi5J0agG]t<
+KgZ};ų[KBihD(Ҋ>=)]lX*HRp
+NzNX"s=68\Ed+\\mյ؂DŒ+m]mp}W"fEQVf}?cx?R1d4<}ɑ+|mҮׅ{]TmIRb?8iv=EK2-bZ_ޜ^1*78`Y2~C]񅈒y!1p<4GO/V\ٛ@mLrEZoFyvs,^b8m`ۨWb +.d( )0j~B*Y-hW: +0‚‰<[OTg1fnT6]e@šbܕ{ʪpHw:q@; /I^uzW׾3-کV/EX8Y៑'EHei?'-]JcW"fGN] נws n@!ý=gqOxrcX92ӴyDUp9rhKw5S̿'h Kϝ)H8v`gW*IL1>YoByA/JsK^Sd
+E(9x
+p)ŞeqA"}}w5γß
+
+endstream
+endobj
+1356 0 obj
+<<
+/Type /Page
+/Contents 1357 0 R
+/Resources 1355 0 R
+/MediaBox [0 0 612 792]
+/Parent 1350 0 R
+>>
+endobj
+1358 0 obj
+<<
+/D [1356 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+258 0 obj
+<<
+/D [1356 0 R /XYZ 153.694 313.804 null]
+>>
+endobj
+262 0 obj
+<<
+/D [1356 0 R /XYZ 153.694 294.169 null]
+>>
+endobj
+1355 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F95 711 0 R /F97 763 0 R /F116 1317 0 R /F31 805 0 R /F25 870 0 R /F43 363 0 R /F94 656 0 R /F119 1359 0 R /F118 1327 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1362 0 obj
+<<
+/Length 1618
+/Filter /FlateDecode
+>>
+stream
+xY[o6~ϯ0Pqo`k 0yk T(, 3wh0 BQ&ύ|Mhۋi:PxrQN0($! ʒE183g3)C2}ume4MR:bVzFX4ޓȚĠZȌe(œe(3#EQq<IA_v2ij)U/<pbPf&2NVɦ6;3'(NzɅ(,ݲJ"g$^IљWTkef- Tioj6Tp!$w,x߲ŘuW.'NQpb0(N&(j$ -ʥ'T$Bn ܡXF6ڃ#3p
+ZDxKz&T^ vb%?QuMKYI?a[9!k\2TG$q咅K-nky].Rs.+ASS G>e.tsd]/6֫7 `\VݭU/JJN+qۂyD`Gvsg7#(DMղ^nCnpwX/ JИbgh;Y/?=<4}^fz-ֲfV9M`֍cFPʆbQkLS>حZX`\LJ Ik%3HtmfBbD 3OMgLeԵXLMQBMփj`MhKMOA@՞lSG5y)ۍ1zz-ȋcHgm#cn
+;N͈Y'\Q#߀r$SϜ~z3?YH=zS='ߨS^8,Ic
+:?=
+endstream
+endobj
+1361 0 obj
+<<
+/Type /Page
+/Contents 1362 0 R
+/Resources 1360 0 R
+/MediaBox [0 0 612 792]
+/Parent 1350 0 R
+>>
+endobj
+1363 0 obj
+<<
+/D [1361 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+266 0 obj
+<<
+/D [1361 0 R /XYZ 153.694 561.367 null]
+>>
+endobj
+1360 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F95 711 0 R /F31 805 0 R /F118 1327 0 R /F94 656 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1366 0 obj
+<<
+/Length 1081
+/Filter /FlateDecode
+>>
+stream
+xY]o6}ϯpYER$u0- 0{-Qt)J1 u"){I{(XQՇ- Y'<
+]B;Zf\V׺ZZZՂ}=K~᫾>1Txa|o
+(
+!EUա_-4r;,yQlOe]6y!{{G>b1
+#o(Zg&~y3O%~'/K\u~/sۘ7/0l 1]F1| 81g`4'at 0oM|FbFM^+5C'<F'3;it>1|Ɨ3Mk3My|Ls^Hˉ_'Y);;'ưovUV??y3O)Da!!dE!]1O55\xan7 y˫P
+*f7px8AE u_y*|)ܣ!]VOCih!^j)䐡[06Âulx.EN|ףWT.oV=b#F=nM$^&f۱ATPE)
+m]wp=nH\^7
+BGU!2,dz"Qg>ЀlYQ>Vu=QBޅxUQ/xaZ<u!EW=ePDw?ͯ.C
+endstream
+endobj
+1365 0 obj
+<<
+/Type /Page
+/Contents 1366 0 R
+/Resources 1364 0 R
+/MediaBox [0 0 612 792]
+/Parent 1350 0 R
+>>
+endobj
+1367 0 obj
+<<
+/D [1365 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1364 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1370 0 obj
+<<
+/Length 1663
+/Filter /FlateDecode
+>>
+stream
+xڭYmo6_!(
+{z'+X$|@/ϰjHWᤠ|^
+N1OVf6cv! I겭E{]ɽ@c0H_6lg=jL뭫qeZ%0]? ZؗS,[gI*$9lџf':
+kz{ݎ @PW{6:_iEwmeVzWHz/TQ(VgJŒzwye[2LcoK[è.fKPN՞ #_ |ᅬE`WkrʐčFKB?| rR #"2k<o,FgO*A\rחԋ=Vn:GW.[Ѹj7jefASpZGpύn@?
+>U⊳8h c>"Yӂ26֝H eU yKuj3S`PymZrE0| pCL d-{U馈֨DeB cf璈enZ9. R%v)rt}2]#Xwiwn}>v?"3+L4׻x^)rͷJ"n5[ïv:n:Y! (PqH8sƍcCÀk[P$ښ!o* *=/ہ\€`œ2s<ĺK4{;غe*\};OOB7z6 }B ﳲnm/9d~b&M'nqZء9ŤޟH7ǛѭV*
+endstream
+endobj
+1369 0 obj
+<<
+/Type /Page
+/Contents 1370 0 R
+/Resources 1368 0 R
+/MediaBox [0 0 612 792]
+/Parent 1350 0 R
+>>
+endobj
+1371 0 obj
+<<
+/D [1369 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+270 0 obj
+<<
+/D [1369 0 R /XYZ 153.694 200.206 null]
+>>
+endobj
+1368 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F94 656 0 R /F103 848 0 R /F95 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1374 0 obj
+<<
+/Length 2013
+/Filter /FlateDecode
+>>
+stream
+xYKo80X٢4Ơ,{-c6{j=2 ")ْ m̱)b"- o_>|$g݂Fai.[/˛NO J6O> #)U}-L xEc.
+"9džkAfWj|C^-{8ӼyBde݈B`OE :a;
+NͮiFS\
+<fZ[1Լ{K XRʂ$LGoO4#
+@f&
+P2P ʤP?DKr5j^<SM]>yVGggd[=䄗\e;*whEr}d_J=Ңxmȍy˭F]5;w QeZm7]EGNj_2AZx uJ)Wpv"<?~҃ok3pq J4PluծV@.Ks,G4Z;̹<jO _Lt.zF!V˿]Bj/F '@s}{ꍟ3l~LqAQ|s yN8j$W,ꄥ
+Ss46&KlHp:P gPE~ ~Jgeۓ0%Ň6%ۼ'
+.+GW
+endstream
+endobj
+1373 0 obj
+<<
+/Type /Page
+/Contents 1374 0 R
+/Resources 1372 0 R
+/MediaBox [0 0 612 792]
+/Parent 1378 0 R
+>>
+endobj
+1375 0 obj
+<<
+/D [1373 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1376 0 obj
+<<
+/D [1373 0 R /XYZ 153.694 595.941 null]
+>>
+endobj
+1377 0 obj
+<<
+/D [1373 0 R /XYZ 153.694 580.131 null]
+>>
+endobj
+274 0 obj
+<<
+/D [1373 0 R /XYZ 153.694 359.258 null]
+>>
+endobj
+1372 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F95 711 0 R /F94 656 0 R /F103 848 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1381 0 obj
+<<
+/Length 1464
+/Filter /FlateDecode
+>>
+stream
+xYK60kI=
+Xi
+vs%$jTP/KKmCEq86 yOq 2a1,nl6\{o\vG%aoO&Mp rIEC يHQ{:
+?XQBv5j8ۊalmJ=A;+bH5e}?Eq ydiqw 0WS̿}zRRݏ2\BOIv; ,%6,OXpK: eN YBtaQ jEN ]3ÞįГe.3M%ŗ0S PK1mAR4eЬSjHƱ61E<Hdϯ&ڈZ<< 2ʝhᄇz1_tQ{9T>Dev$LMOMgQ![_xi؊5Zk<+tG}azi‹tq4aSR[_3G O ~5)G."~^x&HѦ=P;wBB·R$mpz61,0?Ч 鮁(&d@G`D>Bl;z00 <8{ܰ OH]Jküa#O g>=uIǶ0zzi9"Be{g Æ~lM!X-خjmYl$
+H"%#} b5Ma,@8Exn;EBbLῢi 7)sFOi0F9kKJV܄Vq <8&susFU)tjbP?1W|Bz2۰&xk]ͶVN!o󹩳F>(Թiݦ6AI|ݵCg6e$C/8H]Wvyup6ʺ/2M o/E/I
+Y2ogA;E[f&g -mVSUڵ7Ny8puj`z\i+ Rg~Tlp&\C~++MMÔ hoQTsHR/M77♧
+endstream
+endobj
+1380 0 obj
+<<
+/Type /Page
+/Contents 1381 0 R
+/Resources 1379 0 R
+/MediaBox [0 0 612 792]
+/Parent 1378 0 R
+>>
+endobj
+1382 0 obj
+<<
+/D [1380 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+278 0 obj
+<<
+/D [1380 0 R /XYZ 153.694 403.195 null]
+>>
+endobj
+1379 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F94 656 0 R /F103 848 0 R /F95 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1385 0 obj
+<<
+/Length 1674
+/Filter /FlateDecode
+>>
+stream
+xڽY[o6~ϯPu%E6 1l6l,S6Q*Qi6}"%K.]D us?< ^lxwWoE"FqlA|-B/Dq,/H) %Up_߾S棈GVJu<Y
+޾
+B 5F=L]4P'K|zC0wCY(8{E˒u,6rwx/?W=y<?ӗ6(E rQrWkrp۝kbk˰6K\KcISrKwID`:4:
+Ytu>"Opb'd)NdQǣyS$ d+p/nTj$tV3&Nh"{TsZUnx;س=Bf>?AN<fn+Ʉ'u)yq_<OA³ {RNL)PK 2oh%g O>구3[EݒwNc!i!Ɨ@6v7}5Nΰ\ƛ &8yA|1 (T Ճ!%5GR`:e(ɬ{yw7|>{>c(`,Է+G3+}lOCK[3~-+hb3~<N<;E[ "yj
+^z\Z#7U.V:r`9El
+י$$M'z̀ĻE3=|+g:kXDU?ŶLd*4i{Ǯ0NOO]գ?]4
+u5ln=F=, F&LUcc̕WR;/"S?A(ih
+ϑ ds-kԜk/Zv,kL=ZI?SW~i=eXju[D&Q0F5f6t،4_A]D"p𧚅RjE)Fv:xĢz+% PpRJ
+Nj<h`*yʍq޹Ici*^V6<Dc67<d-6}PI} ('[Ue ÑcV
+IذN
+hpr\"k?T:&m?u2q]P^5zi* >E%TצWJ F=T]W3{bJ#FUv4h+LX|'XT12$v'Cx<| 4bk,⇈}Q<D.dk)T(BkU`Qr"vk / PJ
+5e`'᱁W^ځ=DKIȠV+`])'M+`B7̹5!Cbr<C\s|tH]kyrգ?~cxS=;{̴9FOa'`
+endstream
+endobj
+1384 0 obj
+<<
+/Type /Page
+/Contents 1385 0 R
+/Resources 1383 0 R
+/MediaBox [0 0 612 792]
+/Parent 1378 0 R
+>>
+endobj
+1386 0 obj
+<<
+/D [1384 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+282 0 obj
+<<
+/D [1384 0 R /XYZ 153.694 365.337 null]
+>>
+endobj
+1383 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F94 656 0 R /F103 848 0 R /F95 711 0 R /F31 805 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1389 0 obj
+<<
+/Length 723
+/Filter /FlateDecode
+>>
+stream
+x͙M0HJP)&_zZ*=dQI@IJVߛ%.'c3f !^}|)='ܛ.<(
+<AR›ν0#=)CZ.ba8682$U߽gG)Ꝏ7rG
+Ir%psO<{@ L9ۄ3|e2J:_U'R
+RDNM.so]lW:/ҫ-RؚW.ۺL~/mЈ9BӶ-;30PGEO]FmR׼p\iͫ^kpM|< ḍm4oU!>VR~Ug;v8߆&5JK刋3MQ}CB :2(sT5$+8Up<̙򰮔WXyX_nYy;]C&pY!3`rYas'.-"EYZuܨ> ~m}vs#y L2_N.֗mY30
+$6W۞`]R~`@t>p-8#.B^ۢumqkNup9 dռ/Ab7Gz%yQ Av<ұȮoS~
+endstream
+endobj
+1388 0 obj
+<<
+/Type /Page
+/Contents 1389 0 R
+/Resources 1387 0 R
+/MediaBox [0 0 612 792]
+/Parent 1378 0 R
+>>
+endobj
+1390 0 obj
+<<
+/D [1388 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1387 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1393 0 obj
+<<
+/Length 1075
+/Filter /FlateDecode
+>>
+stream
+xڽXn6+b79@hStE9jeِ #^Rl&!'iW{/=D(~yyqs/D$dE,&IG4&1b/>]]~sd)@`ipELxz/vE҇psoh‚D 져,;1<{?{oUvүa$ip@l <mnMvbϙdǔOyg1Et{bJ Uʵ<ʟ񕻼LucZ$2_YRpmu;7ҭ~j;Ϊ5q)0aO{gL/3uA!(ؠ<K\Qa Ө;.HD@ېHijZQECqUߵ?ӈ T~K[Q$!ѫj-6{]$y#ؗ~,!8=J:%%ttN'A^7coYRq:yzCN焑чsϝ :;Sxg?,d m(rڇ+UzHM3xڋ"G~~f6%|re0*smtY;F}R0у/<6עD~>U`OrYץNDqC+uKվ2_>$g3Lѹ@TZBsaJNz ^9_vm1,uao>u?OzS&fCk'3#Hx
+ׁe mJ>ѾeX6H(%Q>nmLC>9ɤ̖v _uzB~)ނF/MTUuV>1jUuR[f.7:pDKZweE7M5X,a?|J+\_c9 }K¯}`$Fhû@
+endstream
+endobj
+1392 0 obj
+<<
+/Type /Page
+/Contents 1393 0 R
+/Resources 1391 0 R
+/MediaBox [0 0 612 792]
+/Parent 1378 0 R
+>>
+endobj
+1394 0 obj
+<<
+/D [1392 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1391 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1397 0 obj
+<<
+/Length 1028
+/Filter /FlateDecode
+>>
+stream
+xڽXKo8W(uaD=&A(ڔÅLz/%QP1Y8=YBș5C*q_;Σ4, A8b )f䟬RFOP&:.[1^f)BuѼ%8px*!jo@q
+8GFQ,E|_ t#Ti+9ٷBfU)k)V&I-*ӛʾʢˬo])J.`m0)h bFK]w !$=d) 0A
+p#FnknpލBsP7"F7 s*Wa~450?w$ˎD.?"DH\R \M3wRD8i+NL^뒓ׂ8u
+2s elNMyk]z~=;[㘝:apU5cOS?`G;CgYAcNg! H=dylGnwI1X biZeE1h5}c~,
+T9`>]z>gr80|*&?[ ,'uFNX<Kk\9pVi=<=䨠ܨ‚$\PO_Zb6+o6.ÙW!S.vv
+endstream
+endobj
+1396 0 obj
+<<
+/Type /Page
+/Contents 1397 0 R
+/Resources 1395 0 R
+/MediaBox [0 0 612 792]
+/Parent 1378 0 R
+>>
+endobj
+1398 0 obj
+<<
+/D [1396 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1395 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1401 0 obj
+<<
+/Length 1055
+/Filter /FlateDecode
+>>
+stream
+xڵX]6}_Z5S)vՇ;} d\A@ٍk5 N2q=_s::{xb{s\<Nr9{R9qٌ?OB 
+$
+}+!3*,6WBf>7wx:adN9`ș
+k(x!a:G|0|!B_,M:b]Gm9'P#97D ej -P~b; 3MgՉdOLAąN30CE.؝j 97Q)U2jrKu!~cQ] "Fkl5c0x*Jwɍ_)wZq}Anv>$/\fe!|:4J*HDIYFA"/S)eia@o G俹c4(f)k!UFHU\ ;/»ȋ o\]eJfw0[ͭ@*+J r hыx2c-B˾@{ȋV['?[UHu.uz:d9IVn|ɣk; @ϬzY)8rLq6ѵO՟ͼ"0{aQ&M'<?&}TFXy;=;!aI1EX4c!geDO[1?qjwGgjJ͢(s*4^ojuSMA*곭QjQ?_lӲ-uPiD8:@M?lU6r6iV4'AV `x4mԌ [JRl)َ%[*iw:ہݮ
+xS Lyb &V @7֍أ{r*<G[Ԋ~| e)#Jz`5xGOà:ߵ\ o6E]ѱ- VScJ%zŠ7̳l.Ailm!fn[0yy?E|
+endstream
+endobj
+1400 0 obj
+<<
+/Type /Page
+/Contents 1401 0 R
+/Resources 1399 0 R
+/MediaBox [0 0 612 792]
+/Parent 1403 0 R
+>>
+endobj
+1402 0 obj
+<<
+/D [1400 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1399 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1406 0 obj
+<<
+/Length 1020
+/Filter /FlateDecode
+>>
+stream
+xX]o6}ϯs̈dưf 淶Clٰ->R]E%K\9<RFZM 2I$2gG4WcՈ9z{y-aG[GjllRJG, DXHnERXdʢP8HI)CJh SVYYU׶섥Hʅ݃^BM_-Z;xIYW?wKY]9{?ri3+ Bv%~zzdcKUy L `JrzS.;j*rlg2`Ğ A",rB_"{aEHh_Ӈ) @CP9y.d5XBJE-ax
+ (@[+Vy~/C Tf+ɟ'~QX6[<;Ǧ6A4&  XwLbSd[oY]-&|(+K'C8
+]"k$LQ~O Cc'a!7>`0
+x6 XZ.6+#PbQ!P_['#CasQ2ޕ56JkC4 1(=ySQovgTDyu0 "B gOŀq z2(M<mDK#X8y?E{r􀳩'^hZB,4#iKT|N῞iď#2G H˥bǣTÿ+fHħf$EyuFWsWEC($$GhQA_ˣ0Eat
+endstream
+endobj
+1405 0 obj
+<<
+/Type /Page
+/Contents 1406 0 R
+/Resources 1404 0 R
+/MediaBox [0 0 612 792]
+/Parent 1403 0 R
+>>
+endobj
+1407 0 obj
+<<
+/D [1405 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1404 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F116 1317 0 R /F97 763 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1410 0 obj
+<<
+/Length 1021
+/Filter /FlateDecode
+>>
+stream
+x͘Ko8Œ. GUBUPY6,]YN.yνWsG2{2RHq̣<FW4X %Ss2};!L}??1mm I.RBz~40`M wƆ/"Ȅ*$!$W4~֥C{ N7^B{{&#ܫO<{mvdOsDl۬J`H(}stWIZl;ΎV~v,ECЕǙrYOz"S\=Mn$妨y5{ܺ:y<P|f<}KTwu;a|pE;[~!o3Gj
+x9N9Cvt_.yZV,/=<>~
+SnVd/vj`jo2W? A.%.EUC{sB($o9ƣʍ? zBЌ
+H))PaWRc4=|*uNЬQJ+Du;WH93M}O]>4U>fyWD r|V~VU☮\hOOƨ[<(ikV̗˲:[UEBsa`
+L+MpZs\?/-̳<o4i|}P7 &ׯwӟrށrFUfSZ2pq5;vzt'QĈ8%]ip=a]n߄vn'Np퟊Bo+q\BS=DÅ ?y}v?GL
+endstream
+endobj
+1409 0 obj
+<<
+/Type /Page
+/Contents 1410 0 R
+/Resources 1408 0 R
+/MediaBox [0 0 612 792]
+/Parent 1403 0 R
+>>
+endobj
+1411 0 obj
+<<
+/D [1409 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1408 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1414 0 obj
+<<
+/Length 3113
+/Filter /FlateDecode
+>>
+stream
+x[oܸ_a 8\xQt@HR\=Z#D+msj{gHJ+)[v.H>Lxru_?x6INRH|؞PLI$O>lN~ ޫ隉$`Xϧ}}IX
+^2+!A/BWoZ,I@?NɚqEC&-AJI%,&,MzSJ֔jk
+ݶ6T.7㱻%4]#!IaQoQȸ}sqs&,r[,[.ۼ2e a \ğ?w@yQ`eKU_t?k]ac1ZG!9RKK5" ^_0A/BXOTQlu(#U)TZaɃBWJ{D_8gKM*+L1vFxMİ]Ej AUH)NghQN]yJSAUu馵4+dkf$exDAv>`p_njl)4vEEWo4MIUKu :#I8K([ {pFQ V ^$D0ukqLe77d4↯쯶Q䍡áEo?w+'"
+{VΌAU]h:Z*o3$'
+Zi(tl0pV X鮵}96&I,sqS z9<MpΦf}ɿ}TE0TR0C9,@$ S[`4>LJ0!2߀ba>L jm` )u"9Gƣzɜ<e G2ђY
+7Xb f:d?K[JMUfXh.=7ōUo2$aAWӱi@
+66q ĺ{gR @YO|3!OTD{,t>[h>5yK"I o\kIOa3GmO)a;y~>-"y9
+t!0Pv͐B6X$\vD|ܖIi3]z]\0Q6-~,$rp~> `bANn.q̸,5 sOTWqws> F޽K 1q37w5z&<U^ #> Xq|Һ}⺿"̱k$Z$tzegr#O0h2xEOF
+5~rhN N]*a l0Àz׳b6Fn+(: -Q22gdxJїo>/9v}y
+endstream
+endobj
+1413 0 obj
+<<
+/Type /Page
+/Contents 1414 0 R
+/Resources 1412 0 R
+/MediaBox [0 0 612 792]
+/Parent 1403 0 R
+>>
+endobj
+1415 0 obj
+<<
+/D [1413 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+286 0 obj
+<<
+/D [1413 0 R /XYZ 153.694 644.44 null]
+>>
+endobj
+1412 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F94 656 0 R /F95 711 0 R /F31 805 0 R /F25 870 0 R /F32 1416 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1419 0 obj
+<<
+/Length 2633
+/Filter /FlateDecode
+>>
+stream
+xZo b\K+z9\EcTٝ] J=rI %zhއXp9*\o޽OUHDkɢTb4^oV?67׷R'G|s߽j2UiI2 J/f(PA"qЩ}'Ln[XKU]?50]"t3!zUbNɒXq-%f ppMaY
+Px$ˉjg4~"0L'i
+Vu3#q.C)2,ۂ3F!rR(MӂTgcC"k"on` UU`8Xw{S^$hoh|mz)nT!չ)݄};!YXdvgpeT2@RRB%D2QA56u4/CZٔjl٢';!C71*v[ɸ44u*h[$Y;٠'<R8yFs^WeiD`zKϏvLSn|6 fd`EV]M*xSA0MOj2xr iOiO=wbn sk';~ YCa.}0ryJ`eB(dSտ8rxt/oMWnRYuM'O/|8].Z?qLy~"KS r9B%Ӡ!v½/g7$͢o$Xdys[^n8Q#9Kl&Sq:$L [_`lѦU~~DvWnLeL'H(&@&,cjpSwEP!@Ƹ/.Z8SrOpt.D`q~)Zy
+VVXR-AS& v\f4w(ei_*飨J.b>Z8f"'%> :<n` ^!nSBW ϯ-$u4K~<0 <zx؋<a:JV
+M`vUR 8[*GI5ZLX#t(\CBH<>L-ZCߡyqɱ!5R1厹D,)VwMH#4'B^T}UuWTMga Q>6Bqi;%=2J|(ko̝2.!EoynK|^IG!6?dm ܤJPP&E lkWQƒPE B% 1( 2D,ͯjcgfp,9 9\_38]'0r7-)Q27:Vpz7zwa 6Vny!o&M~|~7Lr,N ݍN=iV6#C
+/Dwu;l6jLֱFO|dy>ٸ:%ez -ND';acyε57Wf%QѻȻ;rT0zI5^'z e/5Nz5v]%yn^سJJ/rXdGFɋm?
+endstream
+endobj
+1418 0 obj
+<<
+/Type /Page
+/Contents 1419 0 R
+/Resources 1417 0 R
+/MediaBox [0 0 612 792]
+/Parent 1403 0 R
+>>
+endobj
+1420 0 obj
+<<
+/D [1418 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1417 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F95 711 0 R /F31 805 0 R /F32 1416 0 R /F97 763 0 R /F116 1317 0 R /F25 870 0 R /F118 1327 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1423 0 obj
+<<
+/Length 2373
+/Filter /FlateDecode
+>>
+stream
+xk
+`Ś'(m+Z
+b4) VP ˀ0_103|fM}#O0B}:> 3^r>*KN5W \">lo:uBlcbs)LZ0ucoMm7!GO$(U5LYhMbD^9;hJ9gJyw,>&͓2Lkxe|.+5wW -zukp8;/1>56-m" \ơJ ks*Ug&>p^2}8 " Ew=
+bS|pzIgoO/;
+D^df-L3KD|C]ށ)&@-];q:$
+ݐkf{XKkPR?5: glq(`*/A[ԏĢ=xTBz:#8msl&`67@ނKx\_αXD|>(^`#9X25l)b|uokfBQz-k? 'AþU+qlLZƯv'/_ۯk{eT{Ta^gD9MG]MiA<E
+endstream
+endobj
+1422 0 obj
+<<
+/Type /Page
+/Contents 1423 0 R
+/Resources 1421 0 R
+/MediaBox [0 0 612 792]
+/Parent 1403 0 R
+>>
+endobj
+1424 0 obj
+<<
+/D [1422 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1421 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F95 711 0 R /F31 805 0 R /F118 1327 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1427 0 obj
+<<
+/Length 2119
+/Filter /FlateDecode
+>>
+stream
+xڭYYo6~_ #hyasSR ; 
+}yepoyB'p9na+w bg߅Z<K~5$VR.-AJ&Jfc"HrQ?zKXk}z˛V:ʴzG~^:g]zMCȉc
+vO5졭ڎm_|2H93_'w!SS2 |2$sd1jܕ1d旴y4b}~5pZSDQ~,<\ko& % >tV>E&?yxHB0ktsx"eDiV("ěU
+HՌ>7*v;7@ 7#d.͚c013/)F3lG}Q
+"`Өd$I\
+^E74<
+/>K,Wd/dCre# rKGE θweǯ·6Џ;4?c$ /,Pirn ]K SYX1hNNpטty8ኽ&f-dHL
+-1NۺAKũm1,M"܎;J7o񶾴}WĩX^+BZhz#T;[Eb2r cNӍF46ַBCw
+
+endstream
+endobj
+1426 0 obj
+<<
+/Type /Page
+/Contents 1427 0 R
+/Resources 1425 0 R
+/MediaBox [0 0 612 792]
+/Parent 1429 0 R
+>>
+endobj
+1428 0 obj
+<<
+/D [1426 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1425 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F95 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1433 0 obj
+<<
+/Length 2588
+/Filter /FlateDecode
+>>
+stream
+xڽn6_1@\d" P[dS`Ŧ~K KGFKƀsHJ#ж&ECr7:^ݮ?]_JtuYфTdh.VYۗrqѻ߮"!kk7l<2fXHx"$~~4])6H횊
+7_&9.yԹ;`
+fЄvO@ҹ@ 0z F EE"FkEX
+t*1<)͊
+,v9!Ubr6E)ͻAʏde>#݅cȞXzROZ_6R~xS[X۠#@`gPg 0ͅ>`yJDGL^P I5O_LẬxiAeB<mio.VS>kn dH"g˱R/t$# RQʱaz[=Bv
+Q.OcW/0pl#-d̮l48dW͞ T6j#(Ӱ%ÖˠC{[`&}= 15EdTmwj~W5 Udj>{2"e,L{NJl\Hi"ղl$?Y\e [,zbm;0@tǚм\,A·tձS#-b-YaɲN˷f1
+ɾ}_Ve#ݿkν~f/7l+?q/ݸ۽{ׄ ӎ<κqp=9|9"rRfSpyqo6MBtr=_NԡsL@LF `ұ}W^]@`qF[khy
+nI8 ЏDj)zjs$rT̏@QQĄ#$'w|g{)=J@ԌlI!C|U>j_d)\3=[-[F}siKSq|xްpT8g#=qh82$.O9IS-G7! ޽$,a'@.$k?e|(Wt?ILŧUkr7s ɘV^gGsbjR)rf^}΄AX~$,=Y<v!ٺ yby`v8 tm>9A=vǿ:> l:>8/Wbፃ1n?
+endstream
+endobj
+1432 0 obj
+<<
+/Type /Page
+/Contents 1433 0 R
+/Resources 1431 0 R
+/MediaBox [0 0 612 792]
+/Parent 1429 0 R
+/Annots [ 1430 0 R ]
+>>
+endobj
+1430 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [229.41 132.948 239.842 144.885]
+/A << /S /GoTo /D (Hfootnote.19) >>
+>>
+endobj
+1434 0 obj
+<<
+/D [1432 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1435 0 obj
+<<
+/D [1432 0 R /XYZ 175.224 41.678 null]
+>>
+endobj
+1431 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F116 1317 0 R /F95 711 0 R /F97 763 0 R /F31 805 0 R /F25 870 0 R /F84 593 0 R /F86 592 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1438 0 obj
+<<
+/Length 2173
+/Filter /FlateDecode
+>>
+stream
+xڽZ[o8~0 ,FH b/ؼMXFѥ"sHJ;RSs `uX?? J$~"!󣄯bIVxu͖c{w)m/XM?2'u<Dy'b.*vߖq_DI{?08\NC/UM?־obdl {͒1x uܺ >A9F<p(V̳Fwv>մYyنuWНn-? [voeZWFdlPP^яF*mDyPb0l3ˢ,L/TjWOKGy2PER톉;f$ǃM@8„>\ *酄¬%$p$Qĵ1X-Vէ<(S,N>ߐoi?ǖ
+D&! <U84OB:nN +i93:eHL`4Q-
+
+@mXL q:0Yvv_-ħE -("PdL|l!T͡ WT)&3Qp gtͭw+b̋I4q<=w
+<T;wh[T+cD0~L?Mx؜ACnA|Ɲ2'g',;tFNJ7}lq/L<mNjVj{Ē{k1e#Rs7L7R_v͸ksL/>up[33fN/ 4 ;4It,HstfRoyTwv Ǟˡ?6;*.:7~8-<t%[?p^[b|SH),}=K ^u|fLL!\=$}ߚfyY0#(G_zq4KgQ~R@[!?W c8'@ڥeUio]nq=j{IPq{@+[۾4xR4:d ڌ ~4CduvӥTPóMw#;jIN`P
+O.EE4*o'{%yiJbybQeP (mY6d:1S~W!Y6 r$3hϷNB/ |t~ \pcټmߣ?ܿ/
+endstream
+endobj
+1437 0 obj
+<<
+/Type /Page
+/Contents 1438 0 R
+/Resources 1436 0 R
+/MediaBox [0 0 612 792]
+/Parent 1429 0 R
+>>
+endobj
+1439 0 obj
+<<
+/D [1437 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1436 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F31 805 0 R /F25 870 0 R /F95 711 0 R /F97 763 0 R /F116 1317 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1442 0 obj
+<<
+/Length 1075
+/Filter /FlateDecode
+>>
+stream
+xY]6}_@*8کԧ[ۇ@ I
+v$ 6ҲڑFds}0a/ghZ @XĀ`* +>C~9[1 lUz)B3yyw1qn> OϚj. B3€SbBpHqH7D8XeR)Y;ݎ _Љ2ݕ{u4/8@NLzd\Fz@s4b
+F1.'Ѩ̓[K@ j0[fQL"@EFeQqxc%&
+endstream
+endobj
+1441 0 obj
+<<
+/Type /Page
+/Contents 1442 0 R
+/Resources 1440 0 R
+/MediaBox [0 0 612 792]
+/Parent 1429 0 R
+>>
+endobj
+1443 0 obj
+<<
+/D [1441 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+290 0 obj
+<<
+/D [1441 0 R /XYZ 153.694 580.015 null]
+>>
+endobj
+1440 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F94 656 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1446 0 obj
+<<
+/Length 1718
+/Filter /FlateDecode
+>>
+stream
+xY[o6~ϯKyY"P-ayAh[, wx,t"@s#*^v'!Cyps&&Uٜ§ξa,D0AЕR_#\ E^›O
+8Ib
+X;"}7q` >/4WFT[Yey6reW8 ^ 0 × .*,>
+!bzk@{i@thdc-T"p*כ\׆E<јvFFlQV$7͞U]6NdZUe~8"1E+ =Ie:-6y
+ 6g*/d"Ev =EVXjlpO2)#R%Rv2k&y*_ܱ D[[X)1
+#B0{J yRdQJ#:nd?ot¾P/F0s3uH-.yw%' ;)p x` lgmx {c Wڝ&
+v}f wly,F_t~j/<kỲ]6wmFx!#BQ1543TeQȭu
+x׼r{8 "ks,O,QlUi4CdWAKn83IZ`k38tɡio%f׫T\E<8'_˺tQD;$#pa:0*e&Exs C(Ixt2LU!J2: Dс'Q _9BfČ1,ҥkuwN-9exVS%JVZJV]y"M""b% ]~At Dd ࠵a`*pgF);XGǷx̓W 2?&dT_ aHOC0GAO>_ŠJ[x#1)y<sqR49r,^@> ࢦt|
+河$SΫe[]#h~FZ{MBg
+>9Y_U;V=8lr@Ⱥ~d3!MA:dH:07(OW
+8n!F<6|XJbZ8b#DXùUe&Kݲ _6Fz,Ɛ}v
+endstream
+endobj
+1445 0 obj
+<<
+/Type /Page
+/Contents 1446 0 R
+/Resources 1444 0 R
+/MediaBox [0 0 612 792]
+/Parent 1429 0 R
+>>
+endobj
+1447 0 obj
+<<
+/D [1445 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+294 0 obj
+<<
+/D [1445 0 R /XYZ 153.694 553.134 null]
+>>
+endobj
+298 0 obj
+<<
+/D [1445 0 R /XYZ 153.694 319.567 null]
+>>
+endobj
+1444 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F94 656 0 R /F103 848 0 R /F95 711 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1450 0 obj
+<<
+/Length 1144
+/Filter /FlateDecode
+>>
+stream
+xڵKo6)j
+endstream
+endobj
+1449 0 obj
+<<
+/Type /Page
+/Contents 1450 0 R
+/Resources 1448 0 R
+/MediaBox [0 0 612 792]
+/Parent 1429 0 R
+>>
+endobj
+1451 0 obj
+<<
+/D [1449 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+302 0 obj
+<<
+/D [1449 0 R /XYZ 153.694 50.104 null]
+>>
+endobj
+1448 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F94 656 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1454 0 obj
+<<
+/Length 1224
+/Filter /FlateDecode
+>>
+stream
+xڥn6y
+r+M" 0NvQt]mS*љ {ye+QRYɒE~< ._o~~4`K`<d (JRF, _៼X,!җ4i_ $y͠_D^E(/l
+}qAȀ{KWDՓ,? X"фٹ
+@!Us{X+! W"c"Cb~+2vYHe .P 6uYj)z˿߈C{VqK
+["i@]؊@UJ
+endstream
+endobj
+1453 0 obj
+<<
+/Type /Page
+/Contents 1454 0 R
+/Resources 1452 0 R
+/MediaBox [0 0 612 792]
+/Parent 1456 0 R
+>>
+endobj
+1455 0 obj
+<<
+/D [1453 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+306 0 obj
+<<
+/D [1453 0 R /XYZ 153.694 521.743 null]
+>>
+endobj
+310 0 obj
+<<
+/D [1453 0 R /XYZ 153.694 417.675 null]
+>>
+endobj
+314 0 obj
+<<
+/D [1453 0 R /XYZ 153.694 399.286 null]
+>>
+endobj
+1452 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F95 711 0 R /F94 656 0 R /F43 363 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1459 0 obj
+<<
+/Length 1300
+/Filter /FlateDecode
+>>
+stream
+xڭY[6~_K5Dڰm0+[C[fU4} )3c} `̄ o>߼LY'}EI4N, OwKWkD%?m$(ӦO|O]bb&4*xkop@~@$znmZMWlfk2rnKXg4z=߈%RHo[arN䰛k]EFsTTMe<
+䃱$H:p@[GQ+@~dNŵ'!u2^> .8-hЙ^ LKdhD c+10FKnh@勾975™TyE^%Adn;
+QkKj^]Ebwb *MW1ABKlǛ^4V4x'nNjm+e[)D2IoXt,$N
+pj\FBLY%rAj77_W Y/ضKXUu:KfA5* *$L)v9vB5A ʾ6<}p"m;.H+wHM47+;3F!1OOw4վY5=eb, z/xcܲc@"~hL^;e37$PR'T?K 7{'F/7Gădn\s AjeMdJ*0Dʤ?TD+>vb!”VUh1Cxƴjj;uXF:"qd%հCѹF2u*<QiS N4ErΈ[̕8 h^$
+[= 'aF
+=6˗A1P)nv[~KYwj`?9D9LjXVţW:ȩm<TjլD[&,U|;ƚӳe*h
+8iw#pղ.m+.>ChM_sg&
+'ZCr~$\k٥o`43.4tB82sI?M>ُA}Pb$&[*6LHmc㾬[O-SΧVX:kf
+endstream
+endobj
+1458 0 obj
+<<
+/Type /Page
+/Contents 1459 0 R
+/Resources 1457 0 R
+/MediaBox [0 0 612 792]
+/Parent 1456 0 R
+>>
+endobj
+1460 0 obj
+<<
+/D [1458 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+318 0 obj
+<<
+/D [1458 0 R /XYZ 153.694 557.861 null]
+>>
+endobj
+1457 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F95 711 0 R /F116 1317 0 R /F97 763 0 R /F94 656 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1463 0 obj
+<<
+/Length 1367
+/Filter /FlateDecode
+>>
+stream
+xڵY]o6}ϯPQ
+ hۊ:4@˔@JoߕH;묺9Qj~9i~v>Qā b6
+Љ|9<u% 1mp73ue%Lt,nĦȚ\F1m=s-EÈ&9Q_
+f!S@H%2QP"߁aDp- aZJUԕp{Ƶ^BĞuBO++2%++H/܅NժMvHG黇>_xfe.ԥݣ2Lv+y屐L(376dxUB
+%+d~#@<- ]VۇH2e.v.9ؔvKJ38%}a7װwmuI^Un:F
+zh{ Froo0j+jMgbo<\Z*4fp{TfW3Fk5换TAj>iw~_>Ul;'/#yQ@Uu
+gya6 UƔ<D?0_]߲hĽ V>s iZoᮭ<Qh@N"I^Hqobؓ> ֮d
+endstream
+endobj
+1462 0 obj
+<<
+/Type /Page
+/Contents 1463 0 R
+/Resources 1461 0 R
+/MediaBox [0 0 612 792]
+/Parent 1456 0 R
+>>
+endobj
+1464 0 obj
+<<
+/D [1462 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+322 0 obj
+<<
+/D [1462 0 R /XYZ 153.694 626.351 null]
+>>
+endobj
+326 0 obj
+<<
+/D [1462 0 R /XYZ 153.694 605.637 null]
+>>
+endobj
+330 0 obj
+<<
+/D [1462 0 R /XYZ 153.694 251.846 null]
+>>
+endobj
+1461 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F43 363 0 R /F94 656 0 R /F103 848 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1467 0 obj
+<<
+/Length 1517
+/Filter /FlateDecode
+>>
+stream
+xڵmo6W9z
+7-VomlePt&H~؞ڈ!HK#eV=ɛل^dEfqD^/tB+
+{ec=2ӁӾ.a^|-_:u>AIUl#O{bW*M ˥J
+wܙe<_ubF5Kj=ĤXYI=NȈa+dy6vY]EM|HEAv3f-68fs/s[-3{\#P\&9/Y#q}D{~ENN7R,,) y~WN-ZóGSJfVUq#ݢ^{`Wr'+2*gLs~"E`9)H)`Xp=~S4Y^IɵJ~n>M
+I쪗X0rhaߦl& tԜDPAZSonI:Li!IpJ%4p+ ;学 y\kE^ (ny1y|hÕlLJA[\֎E11k?z$%+͸J.h9osC6Yʵ1f;z%ޘBr1Ex
+|U!hf+TFv%c%V5ߣ?{„6Fl;6S7C%lmiL2adx- _njq蠝u/cA/Y7h;`.Oq?4DuuZ_ds:Ȏ IM-"׍{dlr2IBarmRwD/u6I!mQ%";qQjZVQE~,26AWTgj)jօgcga}b7sP ^~
+rzxEê@p{Wᆞ9V)BwQiKB=@N ^#z Bkda2Pܿ*N5ѵpo}q0-gYo9;%vvذzf.˹\\b'Jrj~h#)7/<1ָ6bpFն=ڵu/2?o9+ohسۦ
+Lа"cJ+a4;-<᫪2XMy; I}&͖djW?|UO%dhsHPnAN9Oź>_Kq7s6>G8HqՇZiգEX:w6?'.Nl#Gѕ!<}oLy{BjMg3lblY_ }?R GIosu<;U,Q0
+endstream
+endobj
+1466 0 obj
+<<
+/Type /Page
+/Contents 1467 0 R
+/Resources 1465 0 R
+/MediaBox [0 0 612 792]
+/Parent 1456 0 R
+>>
+endobj
+1468 0 obj
+<<
+/D [1466 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+334 0 obj
+<<
+/D [1466 0 R /XYZ 153.694 256.744 null]
+>>
+endobj
+1465 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F95 711 0 R /F94 656 0 R /F103 848 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1471 0 obj
+<<
+/Length 1477
+/Filter /FlateDecode
+>>
+stream
+xڵY]o6}ϯ0 uXE@M5KbubI1BJro)J:4/!E<^'`60o^MǞ7 ߱$ O;L1쏰 ,ñE:Cmxփ]15y",b4m9vl(#'' |C&j.dDx!a2Piȳn?gw5:X3o`ijteVҤF{MK~(ٖ=WW-K cAM<RCSXf$Pp,HD8ҴM& MT+mVf8b[ȜCXx5oALoha+@ue y,v5}6O?gx
+eJ, xJ2}!,fnȔ3:+%b1@ #lsx|mti1\0L,(aа2q7-6#,M6{ʌʗj  ,$&m4.MvPU/#1lW['#Sg!H(+EËj.1,ƱGaM@ak\Ů}u\1i\t |!a@3FAdWJk8z
+^+7ٚ;JUzŸcƭi
+ť'dwT)vclWӸ= %H1pbqA5ikG UOeZ,NK+US
+a=w|H[
+f/_ڧ/').Y[}Y<,KQe ۲~FM*>D{Zk!ԋCKƲu7
+@"DWu}ʘ( ބoCG
+n?IIyV6}O ) kL{71_@)>%quE
+j=2e6d
+#S,1MEK TIwk+G !RVQ~Mp7QD݆|#g~GV tsfpZ%k8Gլ*ֲ*[^OlyΖێDY$D}pOOC U9rZ\0=h^S BCs#s@5^FmҢFeq<6O)r6;F̄E"oAl˓—
+endstream
+endobj
+1470 0 obj
+<<
+/Type /Page
+/Contents 1471 0 R
+/Resources 1469 0 R
+/MediaBox [0 0 612 792]
+/Parent 1456 0 R
+>>
+endobj
+1472 0 obj
+<<
+/D [1470 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+338 0 obj
+<<
+/D [1470 0 R /XYZ 153.694 567.579 null]
+>>
+endobj
+342 0 obj
+<<
+/D [1470 0 R /XYZ 153.694 180.579 null]
+>>
+endobj
+1469 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R /F94 656 0 R /F103 848 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1475 0 obj
+<<
+/Length 477
+/Filter /FlateDecode
+>>
+stream
+xڵAo0
+LvnBv$`1
+C na8w8|9dSSsNKOriΟsI[XCCf{o?㷯`UNQDX-W~v~p=
+endstream
+endobj
+1474 0 obj
+<<
+/Type /Page
+/Contents 1475 0 R
+/Resources 1473 0 R
+/MediaBox [0 0 612 792]
+/Parent 1456 0 R
+>>
+endobj
+1476 0 obj
+<<
+/D [1474 0 R /XYZ 152.694 740.925 null]
+>>
+endobj
+1473 0 obj
+<<
+/Font << /F88 586 0 R /F24 589 0 R /F97 763 0 R /F116 1317 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1610 0 obj
+<<
+/Length 1700
+/Filter /FlateDecode
+>>
+stream
+xڭɎ6-6P3"=%m&hѢέ-ю
+z4,2h$fO0J 68n4;lp3^'ޖU;sspl$xUHGG- CbNܜ4O4zZQ7m˻n/4u@eY(ny[W-%@%oS;eޙKsF1U9rV3uh4S=}(eF^S?4=E)YIQ
+Z sj\TReHΗ;h-Ro#EYbLĩ@Հ:PIhB ېy'q$ê3xY4=(䃠 ]q!x{a%(KpnSH} U(CPʡ [+4V"
+΂`Y3>aP)Ձ SԓR$Ϭ1%&͡[U8FƖ{ 5Q#`ɀL<z(EͅGNRL+9'qx-M
+R(em$1Rs(.gϺ(WҸWW^SX͜3j F}@&x/,Ct?k?* )Cӿ\} $ZĿ͸ͪ:jlj2YrW=;̙"PiAx3Q-߳ &H lH`f?zr?6{vY[X}j =`-R*V3{LZoVBāx:u}[b;RK
+T+߶Qp=䮍ضk(Z&#RT
+GY
+ɕ`S;4F1֖פbuntCbw
+&"P8Z"gx)A-6zLM h)i
+!8{j`ײ usةy~vTܐ8Bi7q:gcN$JeR
+^dd (D
+ Vʤ1ۢvO`/
+LPAF&Wm7+huZR*܉Ut4lcTP#1Yiu X\j#Bl ?1
+66&:F&2mӖ^H/-KQW{&pٌ­"Y hx)\s_?-ۍ%OiA/g<.ߢ{Y*/teGL+SF߳]v5)}lT RJ+">kxW_B}m$*H_6Hs٪`jKWM.>yzٍwFd3c+ae TgeE}o^=@Qc|ŷ{8bC酰eStU=_Vf t '̂Րmj))d&[M>Wo#ط
+endstream
+endobj
+1609 0 obj
+<<
+/Type /Page
+/Contents 1610 0 R
+/Resources 1608 0 R
+/MediaBox [0 0 612 792]
+/Parent 1612 0 R
+/Annots [ 1477 0 R 1478 0 R 1479 0 R 1480 0 R 1481 0 R 1482 0 R 1483 0 R 1484 0 R 1485 0 R 1486 0 R 1487 0 R 1488 0 R 1489 0 R 1490 0 R 1491 0 R 1492 0 R 1493 0 R 1494 0 R 1495 0 R 1496 0 R 1497 0 R 1498 0 R 1499 0 R 1500 0 R 1501 0 R 1502 0 R 1503 0 R 1504 0 R 1505 0 R 1506 0 R 1507 0 R 1508 0 R 1509 0 R 1510 0 R 1511 0 R 1512 0 R 1513 0 R 1514 0 R 1515 0 R 1516 0 R 1517 0 R 1518 0 R 1519 0 R 1520 0 R 1521 0 R 1522 0 R 1523 0 R 1524 0 R 1525 0 R 1526 0 R 1527 0 R 1528 0 R 1529 0 R 1530 0 R 1531 0 R 1532 0 R 1533 0 R 1534 0 R 1535 0 R 1536 0 R 1537 0 R 1538 0 R 1539 0 R 1540 0 R 1541 0 R 1542 0 R 1543 0 R 1544 0 R 1545 0 R 1546 0 R 1547 0 R 1548 0 R 1549 0 R 1550 0 R 1551 0 R 1552 0 R 1553 0 R 1554 0 R 1555 0 R 1556 0 R 1557 0 R 1558 0 R 1559 0 R 1560 0 R 1561 0 R 1562 0 R 1563 0 R 1564 0 R 1565 0 R 1566 0 R 1567 0 R 1568 0 R 1569 0 R 1570 0 R 1571 0 R 1572 0 R 1573 0 R 1574 0 R 1575 0 R 1576 0 R 1577 0 R 1578 0 R 1579 0 R 1580 0 R 1581 0 R 1582 0 R 1583 0 R 1584 0 R 1585 0 R 1586 0 R 1587 0 R 1588 0 R 1589 0 R 1590 0 R 1591 0 R 1592 0 R 1593 0 R 1594 0 R 1595 0 R 1596 0 R 1597 0 R 1598 0 R 1599 0 R 1600 0 R 1601 0 R 1602 0 R ]
+>>
+endobj
+1477 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [154.524 608.15 161.498 618.63]
+/A << /S /GoTo /D (page.8) >>
+>>
+endobj
+1478 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [125.522 573.546 132.496 583.749]
+/A << /S /GoTo /D (page.8) >>
+>>
+endobj
+1479 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [125.522 561.446 132.496 571.65]
+/A << /S /GoTo /D (page.8) >>
+>>
+endobj
+1480 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [141.878 549.347 153.833 560.14]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1481 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [137.975 536.971 149.931 548.096]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1482 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [132.745 525.149 139.719 535.997]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1483 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [143.815 525.149 155.77 535.997]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1484 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [148.436 513.05 160.391 523.898]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1485 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [164.487 513.05 176.442 523.898]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1486 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [122.035 500.95 129.009 511.743]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1487 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [133.105 500.95 140.079 511.743]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1488 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [136.841 488.851 148.796 499.644]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1489 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [130.199 476.752 142.155 486.955]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1490 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [175.973 464.653 187.928 475.445]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1491 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [139.055 452.554 151.01 463.346]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1492 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.831 440.454 173.786 451.247]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1493 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [177.882 440.454 189.837 451.247]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1494 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [193.933 440.454 205.888 451.247]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1495 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [163.159 428.355 175.114 439.148]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1496 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.295 416.256 161.25 427.049]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1497 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [156.794 404.157 168.749 414.949]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1498 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [175.973 379.958 187.928 390.751]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1499 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [175.973 355.76 187.928 366.553]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1500 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [176.194 343.661 183.167 354.453]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1501 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [144.894 331.562 156.849 341.765]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1502 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [175.973 319.462 187.928 330.255]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1503 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [166.01 307.363 177.965 318.156]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1504 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [182.061 307.363 194.016 318.156]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1505 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [141.269 295.264 153.224 306.057]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1506 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [136.564 271.066 143.538 281.858]
+/A << /S /GoTo /D (page.8) >>
+>>
+endobj
+1507 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [137.975 258.966 149.931 269.815]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1508 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [154.026 258.966 165.981 269.815]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1509 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [143.206 246.867 155.161 257.715]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1510 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [159.257 246.867 171.212 257.715]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1511 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [164.127 234.491 176.082 244.971]
+/A << /S /GoTo /D (page.20) >>
+>>
+endobj
+1512 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [208.724 222.669 220.679 233.461]
+/A << /S /GoTo /D (page.20) >>
+>>
+endobj
+1513 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [132.745 210.293 144.7 221.418]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1514 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [148.796 210.293 160.751 221.418]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1515 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [126.076 175.688 133.049 186.481]
+/A << /S /GoTo /D (page.8) >>
+>>
+endobj
+1516 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [137.975 163.312 149.931 173.793]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1517 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [141.878 151.49 153.833 162.283]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1518 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [143.206 139.114 155.161 150.239]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1519 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [127.515 115.192 139.47 126.041]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1520 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [155.438 103.093 167.393 113.886]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1521 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [106.593 68.212 118.548 79.06]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1522 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [122.644 68.212 134.599 79.06]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1523 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [122.284 56.113 134.239 66.961]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1524 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [137.975 44.014 149.931 54.862]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1525 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [127.515 31.914 139.47 42.763]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1526 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [421.899 608.427 433.854 619.219]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1527 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [357.75 596.051 369.705 607.176]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1528 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [373.441 583.952 385.396 595.077]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1529 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [390.627 572.129 402.582 582.922]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1530 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [391.733 560.03 403.689 570.823]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1531 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [378.671 547.654 385.645 558.779]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1532 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [389.741 547.654 401.696 558.779]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1533 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [405.792 547.654 417.747 558.779]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1534 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [387.25 535.832 394.224 546.624]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1535 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [398.319 535.832 405.293 546.624]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1536 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [409.389 535.832 421.344 546.624]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1537 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [424.333 535.832 436.288 546.624]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1538 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [440.384 535.832 452.339 546.624]
+/A << /S /GoTo /D (page.24) >>
+>>
+endobj
+1539 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [384.151 523.732 391.125 534.525]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1540 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [406.346 511.633 413.32 522.426]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1541 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [417.415 511.633 424.389 522.426]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1542 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [427.378 511.633 439.333 522.426]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1543 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [443.429 511.633 455.384 522.426]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1544 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [458.373 511.633 470.328 522.426]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1545 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [406.65 499.534 418.605 510.327]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1546 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [422.701 499.534 434.656 510.327]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1547 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [438.752 499.534 450.707 510.327]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1548 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [382.214 475.336 389.187 486.128]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1549 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [395.027 463.236 402.001 474.029]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1550 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [362.98 451.137 374.935 461.985]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1551 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [379.031 451.137 390.986 461.985]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1552 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.902 439.038 395.857 449.886]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1553 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [403.633 426.939 410.607 437.731]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1554 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [355.647 392.058 362.621 402.85]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1555 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [365.609 392.058 377.565 402.85]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1556 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [381.66 392.058 393.615 402.85]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1557 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [396.604 392.058 408.559 402.85]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1558 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [394.418 379.958 401.392 390.751]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1559 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [405.487 379.958 417.442 390.751]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1560 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [362.98 367.859 374.935 378.707]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1561 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [379.031 367.859 390.986 378.707]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1562 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [373.441 343.661 385.396 354.509]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1563 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [387.832 331.562 399.787 342.354]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1564 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [402.776 331.562 414.731 342.354]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1565 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [418.827 331.562 430.782 342.354]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1566 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [387.887 319.462 399.842 330.255]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1567 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [425.745 307.363 437.7 318.211]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1568 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [441.795 307.363 453.751 318.211]
+/A << /S /GoTo /D (page.21) >>
+>>
+endobj
+1569 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [420.514 294.987 432.469 306.112]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1570 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [358.165 283.165 365.139 293.957]
+/A << /S /GoTo /D (page.8) >>
+>>
+endobj
+1571 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [408.947 248.284 420.902 259.076]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1572 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [424.998 248.284 436.953 259.076]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1573 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [411.437 236.184 423.393 246.977]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1574 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [368.211 224.085 380.166 234.933]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1575 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [384.261 224.085 396.217 234.933]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1576 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [400.312 224.085 412.267 234.933]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1577 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [362.98 211.986 374.935 222.834]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1578 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [379.031 211.986 390.986 222.834]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1579 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.902 199.887 395.857 210.735]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1580 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [363.119 187.788 370.093 198.58]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1581 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [374.188 187.788 381.162 198.58]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1582 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [384.151 187.788 396.106 198.58]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1583 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [400.202 187.788 412.157 198.58]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1584 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [415.146 187.788 427.101 198.58]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1585 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [400.783 175.688 407.757 185.892]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1586 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [411.852 175.688 418.826 185.892]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1587 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [421.815 175.688 433.77 185.892]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1588 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [375.296 163.589 387.251 174.382]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1589 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [401.614 151.49 408.588 161.693]
+/A << /S /GoTo /D (page.8) >>
+>>
+endobj
+1590 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [382.795 139.391 389.769 150.183]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1591 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [393.865 139.391 400.839 150.183]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1592 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [404.934 139.391 416.889 150.183]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1593 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [419.878 139.391 431.833 150.183]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1594 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [357.75 92.41 369.705 103.259]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1595 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [373.801 92.41 385.756 103.259]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1596 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [404.823 80.311 416.778 91.159]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1597 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [373.441 68.212 385.396 79.06]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1598 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [389.492 68.212 401.447 79.06]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1599 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [394.362 55.836 406.318 66.961]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1600 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [377.675 31.914 389.63 42.118]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1601 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [393.726 31.914 405.681 42.118]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1602 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [377.675 19.815 389.63 30.019]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1611 0 obj
+<<
+/D [1609 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+346 0 obj
+<<
+/D [1609 0 R /XYZ 70.866 703.064 null]
+>>
+endobj
+1608 0 obj
+<<
+/Font << /F87 764 0 R /F24 589 0 R /F43 363 0 R /F95 711 0 R /F88 586 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1762 0 obj
+<<
+/Length 1719
+/Filter /FlateDecode
+>>
+stream
+xڵYK6-^ fDRV-M[WmHt/%RZQt+Xy|3Tڭۛ׏7x4"qD*&1Jc}SϷ<ꎄ#0(%fԑIKsX֫M"&t;Y t}S~7xi㖛Z
+c􇀆%/,Iݿyh$#m1Ž*Y&HDu5,R6ba Y"7eez1Z0{iDg\tbD!4B x[R~;ےV;1!]FcN(‘V\1J9U(?P|%ɺOBC(Y҆dOM#FwiʪMH"vMr$`Bǽes]"]ךM8,)(AU Y A:S{٨O kll%jOn˅]];J:0CYnPeJMP@;,,hBe&5J)A=A8'D]
+l Uuy4{X
+hmbxMk}2"(B>m2xɂX`QCE kd*o{?d'ߦ)"dBVMó$e~F$0 َU{M2n`,0xi!k4L_2W{_g
+=+Tw$k)C ]04)[F}6V[ ߁kT&:
+Ai
+]`ϺO>LC%nR?x"ƃȪÁݽ;UOZ/u&{Bj taLjr`LHk=lkCl_
+endstream
+endobj
+1761 0 obj
+<<
+/Type /Page
+/Contents 1762 0 R
+/Resources 1760 0 R
+/MediaBox [0 0 612 792]
+/Parent 1612 0 R
+/Annots [ 1603 0 R 1604 0 R 1605 0 R 1606 0 R 1607 0 R 1613 0 R 1614 0 R 1615 0 R 1616 0 R 1617 0 R 1618 0 R 1619 0 R 1620 0 R 1621 0 R 1622 0 R 1623 0 R 1624 0 R 1625 0 R 1626 0 R 1627 0 R 1628 0 R 1629 0 R 1630 0 R 1631 0 R 1632 0 R 1633 0 R 1634 0 R 1635 0 R 1636 0 R 1637 0 R 1638 0 R 1639 0 R 1640 0 R 1641 0 R 1642 0 R 1643 0 R 1644 0 R 1645 0 R 1646 0 R 1647 0 R 1648 0 R 1649 0 R 1650 0 R 1651 0 R 1652 0 R 1653 0 R 1654 0 R 1655 0 R 1656 0 R 1657 0 R 1658 0 R 1659 0 R 1660 0 R 1661 0 R 1662 0 R 1663 0 R 1664 0 R 1665 0 R 1666 0 R 1667 0 R 1668 0 R 1669 0 R 1670 0 R 1671 0 R 1672 0 R 1673 0 R 1674 0 R 1675 0 R 1676 0 R 1677 0 R 1678 0 R 1679 0 R 1680 0 R 1681 0 R 1682 0 R 1683 0 R 1684 0 R 1685 0 R 1686 0 R 1687 0 R 1688 0 R 1689 0 R 1690 0 R 1691 0 R 1692 0 R 1693 0 R 1694 0 R 1695 0 R 1696 0 R 1697 0 R 1698 0 R 1699 0 R 1700 0 R 1701 0 R 1702 0 R 1703 0 R 1704 0 R 1705 0 R 1706 0 R 1707 0 R 1708 0 R 1709 0 R 1710 0 R 1711 0 R 1712 0 R 1713 0 R 1714 0 R 1715 0 R 1716 0 R 1717 0 R 1718 0 R 1719 0 R 1720 0 R 1721 0 R 1722 0 R 1723 0 R 1724 0 R 1725 0 R 1726 0 R 1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R 1732 0 R 1733 0 R 1734 0 R 1735 0 R 1736 0 R 1737 0 R 1738 0 R 1739 0 R 1740 0 R 1741 0 R 1742 0 R 1743 0 R 1744 0 R 1745 0 R 1746 0 R 1747 0 R 1748 0 R 1749 0 R 1750 0 R 1751 0 R 1752 0 R 1753 0 R 1754 0 R ]
+>>
+endobj
+1603 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [184.357 690.167 191.331 700.96]
+/A << /S /GoTo /D (page.7) >>
+>>
+endobj
+1604 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [109.72 678.212 116.694 689.005]
+/A << /S /GoTo /D (page.8) >>
+>>
+endobj
+1605 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [137.975 654.302 149.931 665.15]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1606 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [154.026 654.302 165.981 665.15]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1607 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [127.515 642.347 139.47 653.195]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1613 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [143.206 630.115 155.161 640.595]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1614 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [127.515 618.16 139.47 629.285]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1615 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [122.52 584.789 134.475 595.582]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1616 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [158.897 551.142 170.852 561.991]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1617 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [148.436 539.187 160.391 550.035]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1618 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [133.88 527.232 140.854 538.025]
+/A << /S /GoTo /D (page.2) >>
+>>
+endobj
+1619 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [143.206 493.585 155.161 504.433]
+/A << /S /GoTo /D (page.21) >>
+>>
+endobj
+1620 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [143.206 481.63 155.161 492.478]
+/A << /S /GoTo /D (page.21) >>
+>>
+endobj
+1621 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [195.759 469.675 207.714 480.467]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1622 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [122.284 457.719 129.258 468.568]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1623 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.06 445.764 135.015 455.968]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1624 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [139.11 445.764 151.066 455.968]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1625 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [137.975 433.809 144.949 444.657]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1626 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.045 433.809 161 444.657]
+/A << /S /GoTo /D (page.19) >>
+>>
+endobj
+1627 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [165.096 433.809 177.051 444.657]
+/A << /S /GoTo /D (page.20) >>
+>>
+endobj
+1628 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [137.975 409.899 149.931 420.747]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1629 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [153.667 397.944 165.622 408.792]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1630 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [119.129 364.297 126.103 375.089]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1631 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [130.199 364.297 142.154 375.089]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1632 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [146.25 364.297 158.205 375.089]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1633 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [162.301 364.297 174.256 375.089]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1634 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [178.352 364.297 190.307 375.089]
+/A << /S /GoTo /D (page.19) >>
+>>
+endobj
+1635 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.225 352.341 150.18 363.134]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1636 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [164.127 340.109 176.082 351.234]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1637 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [180.178 340.109 192.133 351.234]
+/A << /S /GoTo /D (page.19) >>
+>>
+endobj
+1638 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [196.229 340.109 208.184 351.234]
+/A << /S /GoTo /D (page.20) >>
+>>
+endobj
+1639 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [153.667 328.431 160.64 339.279]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1640 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [143.206 316.199 150.18 326.679]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1641 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [158.897 304.244 170.852 315.369]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1642 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.834 292.566 150.789 303.358]
+/A << /S /GoTo /D (page.97) >>
+>>
+endobj
+1643 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [153.667 280.61 165.622 291.459]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1644 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [113.927 268.655 121.454 279.448]
+/A << /S /GoTo /D (page.ii) >>
+>>
+endobj
+1645 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [125.3 268.655 132.274 279.448]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1646 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [136.12 268.655 143.094 279.448]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1647 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [146.083 268.655 158.038 279.448]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1648 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.884 268.655 173.839 279.448]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1649 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [177.686 268.655 189.641 279.448]
+/A << /S /GoTo /D (page.21) >>
+>>
+endobj
+1650 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [193.487 268.655 205.442 279.448]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1651 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [209.288 268.655 221.243 279.448]
+/A << /S /GoTo /D (page.30) >>
+>>
+endobj
+1652 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [185.049 256.423 192.023 266.903]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1653 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [196.118 256.423 208.073 266.903]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1654 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [212.169 256.423 224.124 266.903]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1655 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [228.22 256.423 240.175 266.903]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1656 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [244.271 256.423 256.226 266.903]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1657 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [260.322 256.423 272.277 266.903]
+/A << /S /GoTo /D (page.19) >>
+>>
+endobj
+1658 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [143.206 244.745 150.18 254.948]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1659 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [154.275 244.745 166.231 254.948]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1660 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [170.326 244.745 182.281 254.948]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1661 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [186.377 244.745 198.332 254.948]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1662 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [202.428 244.745 214.383 254.948]
+/A << /S /GoTo /D (page.19) >>
+>>
+endobj
+1663 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [143.206 232.513 150.18 242.993]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1664 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [117.054 220.835 124.028 231.683]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1665 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [128.124 220.835 140.079 231.683]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1666 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [132.745 208.879 144.7 219.728]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1667 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [148.436 196.647 160.391 207.772]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1668 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [137.975 184.969 149.931 195.817]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1669 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [154.026 184.969 165.981 195.817]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1670 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [142.099 173.014 149.073 183.807]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1671 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [153.252 127.412 165.207 138.204]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1672 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [169.303 127.412 181.258 138.204]
+/A << /S /GoTo /D (page.19) >>
+>>
+endobj
+1673 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [185.354 127.412 197.309 138.204]
+/A << /S /GoTo /D (page.24) >>
+>>
+endobj
+1674 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [148.436 115.456 155.41 126.305]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1675 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [159.506 115.456 171.461 126.305]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1676 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [117.497 103.501 129.452 113.705]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1677 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [122.284 91.269 134.239 102.394]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1678 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.335 91.269 150.29 102.394]
+/A << /S /GoTo /D (page.23) >>
+>>
+endobj
+1679 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [122.284 79.591 134.239 90.439]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1680 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.335 79.591 150.29 90.439]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1681 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [153.667 67.636 165.622 78.484]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1682 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [125.882 55.681 132.856 65.884]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1683 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [136.951 55.681 148.907 65.884]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1684 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [151.895 55.681 163.851 65.884]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1685 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [152.393 43.725 164.348 53.929]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1686 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [177.937 31.77 184.911 42.563]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1687 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [189.007 31.77 200.962 42.563]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1688 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [205.057 31.77 217.013 42.563]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1689 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [221.108 31.77 233.064 42.563]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1690 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [169.8 19.815 176.774 30.608]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1691 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [392.785 690.167 404.74 700.371]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1692 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [408.836 690.167 420.791 700.371]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1693 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [373.441 677.936 385.396 688.416]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1694 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [389.132 665.98 401.087 677.105]
+/A << /S /GoTo /D (page.23) >>
+>>
+endobj
+1695 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [362.98 633.165 374.935 644.013]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1696 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [379.031 633.165 390.986 644.013]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1697 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [373.441 621.209 385.396 632.058]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1698 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [389.492 621.209 401.447 632.058]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1699 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [368.211 609.254 380.166 620.103]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1700 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [363.672 597.299 370.646 608.092]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1701 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [378.671 585.344 385.645 596.192]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1702 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [373.441 573.389 380.415 584.237]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1703 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [384.51 573.389 396.466 584.237]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1704 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [411.631 561.434 423.586 572.226]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1705 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [427.682 561.434 439.637 572.226]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1706 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [399.593 549.202 411.548 560.327]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1707 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [362.98 537.523 374.935 548.372]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1708 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [362.98 525.568 374.935 536.416]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1709 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.902 513.613 395.857 524.461]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1710 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [379.723 489.703 386.697 500.495]
+/A << /S /GoTo /D (page.8) >>
+>>
+endobj
+1711 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [421.899 453.837 433.854 464.63]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1712 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [384.981 441.882 396.936 452.675]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1713 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [385.535 429.927 397.49 440.72]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1714 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [401.586 429.927 413.541 440.72]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1715 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [417.637 429.927 429.592 440.72]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1716 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [421.899 417.972 433.854 428.764]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1717 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [437.95 417.972 449.905 428.764]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1718 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [387.195 406.016 399.15 416.809]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1719 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [398.265 394.061 410.22 404.854]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1720 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [414.316 394.061 426.271 404.854]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1721 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [421.899 382.106 433.854 392.899]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1722 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [392.011 349.014 403.966 359.806]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1723 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [408.062 349.014 420.017 359.806]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1724 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [424.113 349.014 436.068 359.806]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1725 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [386.088 325.103 398.044 335.307]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1726 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [379.169 313.148 391.125 323.941]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1727 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [385.258 301.193 397.213 311.986]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1728 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [400.783 289.238 412.738 299.441]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1729 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [381.107 265.328 393.062 275.531]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1730 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [395.498 253.372 407.453 264.165]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1731 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [368.432 241.417 375.406 252.21]
+/A << /S /GoTo /D (page.8) >>
+>>
+endobj
+1732 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [378.671 229.185 385.645 240.31]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1733 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [389.741 229.185 401.696 240.31]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1734 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [405.792 229.185 417.747 240.31]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1735 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [410.053 217.23 422.009 228.355]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1736 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [404.823 205.275 416.778 216.4]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1737 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [378.671 193.32 390.626 203.8]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1738 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [394.722 193.32 406.677 203.8]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1739 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [389.132 160.227 401.087 171.352]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1740 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [410.053 148.272 422.009 159.397]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1741 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [389.132 136.317 401.087 147.442]
+/A << /S /GoTo /D (page.23) >>
+>>
+endobj
+1742 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [415.284 124.362 427.239 134.842]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1743 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [393.433 112.683 405.388 123.476]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1744 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [409.484 112.683 421.439 123.476]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1745 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [352.519 100.451 364.475 111.576]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1746 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [368.211 88.496 380.166 99.621]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1747 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [384.261 88.496 396.217 99.621]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1748 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [400.312 88.496 412.267 99.621]
+/A << /S /GoTo /D (page.21) >>
+>>
+endobj
+1749 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [395.081 55.681 407.036 66.473]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1750 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [399.205 43.725 406.179 53.929]
+/A << /S /GoTo /D (page.2) >>
+>>
+endobj
+1751 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [375.848 31.77 387.804 42.563]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1752 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [391.899 31.77 403.855 42.563]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1753 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [373.441 19.815 385.396 30.663]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1754 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [389.492 19.815 401.447 30.663]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1763 0 obj
+<<
+/D [1761 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1760 0 obj
+<<
+/Font << /F87 764 0 R /F24 589 0 R /F88 586 0 R /F95 711 0 R /F43 363 0 R /F73 366 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1828 0 obj
+<<
+/Length 1163
+/Filter /FlateDecode
+>>
+stream
+xڭWKoFW}\$E{)
++8Ze咔ܕ)4<faůGkN M֏0j&F Yo6P=Qe8u€V̹FfꛏJq,H)Ic)I$pݡ[Do%U1|;*ɏuRgzKPKw\SƆzTU9*I},S+:(D}E;#o$O7ucl ANl`!D^tH{̓N-?T.D# ^ hLѽg"c,L *W&E2>E}Qcb5KzOٶ~ NGU٦8<NAGmѨ,N?"a<'TQr\ШD8{1zaVouX Dh Vp*XZ<HܥKP1=\{m]7!Y&2y9<g)=U1V
+uo TMR" O\(TJ5Fey]¹e2vh.i.O$ÒƍA")29B+*ܨiUiDO;4ƈ|e;5xvx%K8j!I|!͋dMK׳ы^ryE/hX&TiхK 4LCj`7 ӃuQSq%APVC1̳aFq{x HOk̪-/zC5 ZݐHU.,F
+aSEwk[4"mOn =ڟ{Be/SVNէzǹϕGnh|l׶LApqtmܥ-V#̵ %^z3]U­Na4TLi\kich~P[ ?/3 ,`41ھi4^V,Ӳiҽ=!0`u:pIІ\ԝbqBQ[ 4ͨfzf4f-2ߋfe( C50f-ΒS+uM=4\_5`
+endstream
+endobj
+1827 0 obj
+<<
+/Type /Page
+/Contents 1828 0 R
+/Resources 1826 0 R
+/MediaBox [0 0 612 792]
+/Parent 1612 0 R
+/Annots [ 1755 0 R 1756 0 R 1757 0 R 1758 0 R 1759 0 R 1764 0 R 1765 0 R 1766 0 R 1767 0 R 1768 0 R 1769 0 R 1770 0 R 1771 0 R 1772 0 R 1773 0 R 1774 0 R 1775 0 R 1776 0 R 1777 0 R 1778 0 R 1779 0 R 1780 0 R 1781 0 R 1782 0 R 1783 0 R 1784 0 R 1785 0 R 1786 0 R 1787 0 R 1788 0 R 1789 0 R 1790 0 R 1791 0 R 1792 0 R 1793 0 R 1794 0 R 1795 0 R 1796 0 R 1797 0 R 1798 0 R 1799 0 R 1800 0 R 1801 0 R 1802 0 R 1803 0 R 1804 0 R 1805 0 R 1806 0 R 1807 0 R 1808 0 R 1809 0 R 1810 0 R 1811 0 R 1812 0 R 1813 0 R 1814 0 R 1815 0 R 1816 0 R 1817 0 R 1818 0 R 1819 0 R 1820 0 R 1821 0 R 1822 0 R 1823 0 R 1824 0 R 1825 0 R ]
+>>
+endobj
+1755 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.059 678.212 150.014 689.005]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1756 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [154.11 678.212 166.065 689.005]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1757 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [170.161 678.212 182.116 689.005]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1758 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [174.588 665.98 186.543 677.105]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1759 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [169.358 654.025 181.313 665.15]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1764 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [132.745 642.07 144.7 653.195]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1765 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [130.836 630.392 142.791 640.595]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1766 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [146.887 630.392 158.842 640.595]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1767 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [161.831 630.392 173.786 640.595]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1768 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [177.881 630.392 189.837 640.595]
+/A << /S /GoTo /D (page.23) >>
+>>
+endobj
+1769 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [143.206 618.16 155.161 629.285]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1770 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [137.975 606.205 149.931 617.33]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1771 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [148.436 594.249 160.391 605.374]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1772 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [143.206 582.294 155.161 593.419]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1773 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [113.678 570.616 120.652 580.819]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1774 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [130.199 525.784 137.173 535.987]
+/A << /S /GoTo /D (page.8) >>
+>>
+endobj
+1775 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [130.199 513.829 137.173 524.032]
+/A << /S /GoTo /D (page.8) >>
+>>
+endobj
+1776 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [130.199 501.874 137.173 512.077]
+/A << /S /GoTo /D (page.8) >>
+>>
+endobj
+1777 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [169.358 465.731 181.313 476.856]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1778 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [185.409 465.731 197.364 476.856]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1779 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [201.459 465.731 213.415 476.856]
+/A << /S /GoTo /D (page.19) >>
+>>
+endobj
+1780 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [217.51 465.731 229.465 476.856]
+/A << /S /GoTo /D (page.20) >>
+>>
+endobj
+1781 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [158.897 454.053 170.852 464.901]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1782 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [119.339 442.098 129.633 452.89]
+/A << /S /GoTo /D (page.iii) >>
+>>
+endobj
+1783 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [133.384 442.098 140.358 452.89]
+/A << /S /GoTo /D (page.1) >>
+>>
+endobj
+1784 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [144.109 442.098 151.083 452.89]
+/A << /S /GoTo /D (page.9) >>
+>>
+endobj
+1785 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [154.834 442.098 166.789 452.89]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1786 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [170.54 442.098 182.495 452.89]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1787 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [186.246 442.098 198.201 452.89]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1788 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [201.19 442.098 213.145 452.89]
+/A << /S /GoTo /D (page.19) >>
+>>
+endobj
+1789 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [216.896 442.098 228.851 452.89]
+/A << /S /GoTo /D (page.21) >>
+>>
+endobj
+1790 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [232.602 442.098 244.558 452.89]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1791 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [248.308 442.098 260.264 452.89]
+/A << /S /GoTo /D (page.30) >>
+>>
+endobj
+1792 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [143.233 418.187 155.188 428.98]
+/A << /S /GoTo /D (page.12) >>
+>>
+endobj
+1793 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [159.284 418.187 171.239 428.98]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1794 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [175.973 406.232 187.928 417.025]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1795 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [179.818 394.277 191.774 405.125]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1796 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [153.667 382.322 165.622 393.17]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1797 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [164.127 370.09 176.082 381.215]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1798 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [180.178 370.09 192.133 381.215]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1799 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [378.671 689.891 390.626 701.016]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1800 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [389.132 677.822 401.087 688.947]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1801 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [405.183 677.822 417.138 688.947]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1802 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [378.339 666.031 390.295 676.823]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1803 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [394.39 666.031 406.345 676.823]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1804 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [410.441 666.031 422.396 676.823]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1805 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [436.205 653.686 448.16 664.811]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1806 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [404.823 641.617 416.778 652.742]
+/A << /S /GoTo /D (page.17) >>
+>>
+endobj
+1807 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [368.211 629.826 380.166 640.674]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1808 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [384.261 629.826 396.217 640.674]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1809 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [415.284 617.757 427.239 628.605]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1810 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [404.823 605.689 416.778 616.537]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1811 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [367.879 593.62 379.834 603.824]
+/A << /S /GoTo /D (page.15) >>
+>>
+endobj
+1812 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [378.671 581.552 390.626 592.4]
+/A << /S /GoTo /D (page.16) >>
+>>
+endobj
+1813 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [444.176 569.276 451.15 580.276]
+/A << /S /GoTo /D (page.7) >>
+>>
+endobj
+1814 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [415.284 557.138 427.239 568.264]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1815 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [368.985 545.347 375.959 556.14]
+/A << /S /GoTo /D (page.8) >>
+>>
+endobj
+1816 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [366.744 510.681 378.699 521.474]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1817 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.902 498.613 395.857 509.461]
+/A << /S /GoTo /D (page.10) >>
+>>
+endobj
+1818 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [399.953 498.613 411.908 509.461]
+/A << /S /GoTo /D (page.13) >>
+>>
+endobj
+1819 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [416.003 498.613 427.959 509.461]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1820 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [362.98 463.948 374.935 474.796]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1821 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [362.98 451.879 374.935 462.727]
+/A << /S /GoTo /D (page.11) >>
+>>
+endobj
+1822 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.902 439.811 395.857 450.659]
+/A << /S /GoTo /D (page.22) >>
+>>
+endobj
+1823 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [373.441 393.077 385.396 403.925]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1824 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [359.244 358.412 371.199 369.204]
+/A << /S /GoTo /D (page.14) >>
+>>
+endobj
+1825 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [375.295 358.412 387.25 369.204]
+/A << /S /GoTo /D (page.18) >>
+>>
+endobj
+1829 0 obj
+<<
+/D [1827 0 R /XYZ 69.866 740.925 null]
+>>
+endobj
+1826 0 obj
+<<
+/Font << /F87 764 0 R /F24 589 0 R /F43 363 0 R /F95 711 0 R /F88 586 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+1831 0 obj
+[329.4]
+endobj
+1833 0 obj
+[277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 666.7 666.7 666.7 638.9 722.2 597.2 569.5 666.7 708.3 277.8 472.2 694.5 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 555.6 666.7 277.8 480.6 516.7 444.5 516.7 444.5 305.6 500 516.7 238.9 266.7 488.9 238.9 794.5 516.7 500 516.7 516.7 341.7 383.3]
+endobj
+1834 0 obj
+[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 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 525 525 525 525 525 525 525 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 525 525 525 525 525 525 525 525 525 525 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 525 525 525 525 525 525 525 525 525]
+endobj
+1835 0 obj
+[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 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
+1837 0 obj
+[333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334 584 0 0 0 222 556 333 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 333 333 350 556 1000 333 1000 500 333 944 0 0 667 0 333 556 556 556 556 260 556 333 737 370 556 584 333 737 333 400 584 333 333 333 556 537 278 333 333 365 556 834 834 834 611 667 667 667 667 667 667 1000 722 667 667 667 667 278 278 278 278 722 722 778 778 778 778 778 584 778 722 722 722 722 667 667 611 556 556 556 556 556 556 889 500 556 556]
+endobj
+1838 0 obj
+[967.9]
+endobj
+1840 0 obj
+[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 472 277.8 500 277.8 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3]
+endobj
+1841 0 obj
+[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 799.4 799.4 799.4 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.4 571 742.3 770.7 770.7 1056.1 770.7 770.7 628.1 285.5 513.9 285.5 555.6 770.7 285.5 513.9 571 456.8 571 457.2 314 513.9 571 285.5 314 542.4 285.5 856.4 571 513.9 571 542.4 402 405.4 399.7 571 542.4 742.3 542.4 542.4 456.8 513.9 285.5 513.9 555.6 171.3 770.7 770.7 742.3 742.3 785 699.4 699.4 806.5 642.3 642.3 642.3 770.7 770.7 770.7 799.4 756.4 756.4 571 571 571 742.3 742.3 770.7 770.7 770.7 628.1 628.1 628.1 862 371 571 498.5 513.9 513.9 456.8 456.8 571 457.2 457.2 513.9 285.5 285.5 345.4 571 571 520.5 513.9 402 402 405.4 405.4 405.4 399.7 399.7 571 571 542.4 456.8 456.8 456.8 571 285.5 485.3 770.7 770.7 770.7 770.7 770.7 770.7 770.7 927.8 742.3 699.4 699.4 699.4 699.4 371 371 371 371 785 770.7 799.4 799.4 799.4 799.4 799.4 1042 799.4 770.7 770.7 770.7 770.7 770.7 642.3 1142 513.9 513.9 513.9 513.9 513.9 513.9 742.3 456.8 457.2 457.2]
+endobj
+1842 0 obj
+[525 525 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
+1843 0 obj
+[333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444]
+endobj
+1844 0 obj
+[896.3]
+endobj
+1846 0 obj
+[339.3]
+endobj
+1847 0 obj
+[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.4 323.4 538.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]
+endobj
+1848 0 obj
+[777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9]
+endobj
+1849 0 obj
+[277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 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 555.6 750 277.8 500 555.6 444.5 555.6 444.5 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.5 388.9 555.6 527.8 722.2 527.8 527.8]
+endobj
+1850 0 obj
+[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 892.9 877 892.9 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.4 323.4 585.3 323.4 555.6 843.3 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 585.3 339.3 585.3 555.6 192.5 843.3 843.3 815.5 815.5 860.1 767.9 767.9 883.9 706.4 706.4 706.4 843.3 843.3 843.3 877 829.4 829.4 631 631 631 815.5 815.5 843.3 843.3 843.3 692.4 692.4 692.4 954.8 412.7 631 560.5 569.4 569.4 507.9 507.9 631 507.9 507.9 569.4 323.4 323.4 388 631 631 573 569.4 446.4 446.4 452.6 452.6 452.6 446.4 446.4 631 631 600.2 507.9 507.9 507.9 645.2 323.4 538.7 843.3 843.3 843.3 843.3 843.3 843.3 843.3 1013.9 815.5 767.9 767.9 767.9 767.9 412.7 412.7 412.7 412.7 860.1 843.3 877 877 877 877 877 1136.9 877 843.3 843.3 843.3 843.3 843.3 706.4 1261.9 569.4 569.4 569.4 569.4 569.4 569.4 815.5 507.9 507.9 507.9 507.9 507.9 323.4 323.4 323.4 323.4 569.4 631 569.4 569.4 569.4 569.4 569.4 877 569.4 631 631 631]
+endobj
+1851 0 obj
+[680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 402.8 402.8 1027.8 1027.8 1027.8 645.8 1027.8 980.6 934.8 958.3 1004.2 900 865.3 1033.3 980.6 494.4 691.7 1015.3 830.6 1188.9 980.6 1027.8 900 1027.8 969.5 750 958.3]
+endobj
+1852 0 obj
+[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 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 525 525 525 525 525 525 525 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 525 525 525 525 525 525 525 525 525 525 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 525 525 525 525 525 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
+1853 0 obj
+[638.9 638.9 958.3 958.3 575 350 481.5 958.3 575 958.3 894.4 319.5 447.2 447.2 575 894.4 319.5 383.3 319.5 575 575 575 575 575 575 575 575 575 575 575 319.5 319.5 894.4 894.4 894.4 543.1 894.4 869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.5 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.5 575 319.5 555.6 869.4 319.5 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.5 351.4 607 319.5 958.3 638.9 575 638.9 607 473.6 453.6 447.2 638.9 607 830.6 607 607 511.1 575 319.5 575 555.6 191.7 869.4 869.4 830.6 830.6 881.9 755.6 755.6 904.2 691.7 691.7 691.7 900 900 900 863.9 862.5 862.5 638.9 638.9 638.9 800 800 884.7 884.7 869.4 702.8 702.8 702.8 987 436.1 638.9 695 559 559 511.1 511.1 638.9 527.1 527.1 575 319.5 319.5 386.5 638.9 638.9 592.5 575 473.6 473.6 453.6 453.6 453.6 447.2 447.2 638.9 638.9 607 511.1 511.1 511.1 638.9 350 543.1 869.4 869.4 869.4 869.4 869.4 869.4 869.4 1041.7 830.6 755.6 755.6 755.6 755.6 436.1 436.1 436.1 436.1 881.9 900 863.9 863.9 863.9 863.9 863.9 1169.4 894.4 884.7 884.7 884.7 884.7 869.4 723.6 1277.8 559 559 559 559 559 559 830.6 511.1 527.1 527.1 527.1 527.1 319.5 319.5 319.5 319.5 575 638.9 575 575 575]
+endobj
+1854 0 obj
+[285.5 399.7 399.7 513.9 799.4 285.5 342.6 285.5 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5 799.4 799.4 799.4 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.4 571 742.3 770.7 770.7 1056.1 770.7 770.7 628.1 285.5 513.9 285.5 555.6 770.7 285.5 513.9 571 456.8 571 457.2 314 513.9 571 285.5 314 542.4 285.5 856.4 571 513.9 571 542.4 402 405.4 399.7 571 542.4 742.3 542.4 542.4 456.8 513.9 285.5 513.9 555.6 171.3 770.7 770.7 742.3 742.3 785 699.4 699.4 806.5 642.3 642.3 642.3 770.7 770.7 770.7 799.4 756.4 756.4 571 571 571 742.3 742.3 770.7 770.7 770.7 628.1 628.1 628.1 862 371 571 498.5 513.9 513.9 456.8 456.8 571 457.2 457.2 513.9 285.5 285.5 345.4 571 571 520.5 513.9 402 402 405.4 405.4 405.4 399.7 399.7 571 571 542.4 456.8 456.8 456.8 571 285.5 485.3 770.7 770.7 770.7 770.7 770.7 770.7 770.7 927.8 742.3 699.4 699.4 699.4 699.4 371 371 371 371 785 770.7 799.4 799.4 799.4 799.4 799.4 1042 799.4 770.7 770.7 770.7 770.7 770.7 642.3 1142 513.9 513.9 513.9 513.9 513.9 513.9 742.3 456.8 457.2 457.2]
+endobj
+1855 0 obj
+[500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8]
+endobj
+1856 0 obj
+[590.3 590.3 531.3 1062.5 0 414.9 295.1 324.7 619.8 590.3 590.3 885.4 885.4 531.3 295.1 403.1 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 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1 419.1 413.2 590.3 560.7 767.4 560.7 560.7 472.2 531.3 295.1 531.3 555.6 177.1 795.9 795.9 767.4 767.4 811.1 722.6 722.6 833.5 663.5 663.5 663.5 795.9 795.9 795.9 826.4 781.6 781.6 590.3 590.3 590.3 767.4 767.4 795.9 795.9 795.9 649.3 649.3 649.3 889.9 382.6 590.3 520.1 531.3 531.3 472.2 472.2 590.3 472.2 472.2 531.3 295.1 295.1 357.1 590.3 590.3 538.1 531.3 414.1 414.1 419.1 419.1 419.1 413.2 413.2 590.3 590.3 560.7 472.2 472.2 472.2 590.3 295.1 501.8 795.9 795.9 795.9 795.9 795.9 795.9 795.9 958.7 767.4 722.6 722.6 722.6 722.6 382.6 382.6 382.6 382.6 811.1 795.9 826.4 826.4 826.4 826.4 826.4 1076.7 826.4 795.9 795.9 795.9 795.9 795.9 663.5 1180.6 531.3 531.3 531.3 531.3 531.3 531.3 767.4 472.2 472.2 472.2 472.2 472.2]
+endobj
+1857 0 obj
+[548.6 493.7 493.7 548.6 493.7 329.2 493.7 548.6 329.2 329.2 493.7 274.3 877.8 603.5 548.6 548.6 493.7 452.6 438.9 356.6 576 493.7 713.2 494.8 521.2 438.9 531.3 295.1 531.3 555.6 192 796.5 796.5 768.1 768.1 809.7 727.4 727.4 830 672.6 672.6 672.6 796.5 796.5 796.5 822.9 782.3 782.3 603.5 603.5 603.5 768.1 768.1 796.5 796.5 796.5 658.3 658.3 658.3 934.1 412.5 548.6 533.8 548.6 548.6 493.7 493.7 548.6 493.7 493.7 493.7 274.3 274.3 342.9 603.5 603.5 534.1 548.6 452.6 452.6 438.9 438.9 438.9 356.6 356.6 576 576 521.2 438.9 438.9 438.9 625.4 329.2 548.6 816 796.5 796.5 796.5 796.5 796.5 796.5 946.9 768.1 727.4 727.4 727.4 727.4 412.5 412.5 412.5 412.5 809.7 796.5 822.9 822.9 822.9 822.9 822.9 1056.6 822.9 796.5 796.5 796.5 796.5 796.5 672.6 1207 548.6 548.6 548.6 548.6 548.6 548.6 768.1 493.7 493.7 493.7]
+endobj
+1858 0 obj
+[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 531.3 531.3 531 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 531.3 531.3 531.3 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 531.3 531.3 531.3 531.3 531.3 531.3 531.3 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 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 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]
+endobj
+1859 0 obj
+[400]
+endobj
+1860 0 obj
+[555.6 555.6 500 1000 0 391.7 277.8 305.6 583.3 555.6 555.6 833.3 833.3 500 277.8 373.8 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 777.8 777.8 777.8 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 555.6 750 277.8 500 555.6 444.5 555.6 444.5 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.5 388.9 555.6 527.8 722.2 527.8 527.8 444.5 500 277.8 500 555.6 166.7 750 750 722.2 722.2 763.9 680.6 680.6 784.7 625 625 625 750 750 750 777.8 736.1 736.1 555.6 555.6 555.6 722.2 722.2 750 750 750 611.1 611.1 611.1 838.9 361.1 555.6 484 500 500 444.5 444.5 555.6 444.5 444.5 500 277.8 277.8 336.1 555.6 555.6 506.3 500 391.7 391.7 394.5 394.5 394.5 388.9 388.9 555.6 555.6 527.8 444.5 444.5 444.5 555.6 277.8 472.2 750 750 750 750 750 750 750 902.8 722.2 680.6 680.6 680.6 680.6 361.1 361.1 361.1 361.1 763.9 750 777.8 777.8 777.8 777.8 777.8 1013.9 777.8 750 750 750 750 750 625 1111.1 500 500 500 500 500 500 722.2 444.5 444.5 444.5 444.5 444.5 277.8 277.8 277.8 277.8 500 555.6 500 500 500 500 500 777.8 500 555.6 555.6 555.6]
+endobj
+1861 0 obj
+[466.3]
+endobj
+1862 0 obj
+[865.9]
+endobj
+1863 0 obj
+[562.2 587.8 881.7 894.4 511.1 306.7 400.7 817.8 500 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 777.8 766.7 777.8 511.1 766.7 743.4 703.9 715.6 755 678.4 652.8 773.6 743.4 385.5 525 768.9 627.2 896.7 743.4 766.7 678.4 766.7 729.5 562.2 715.6 743.4 743.4 998.9 743.4 743.4 613.3 306.7 500 306.7 555.6 743.4 306.7 511.1 460 460 511.1 460 306.7 460 511.1 306.7 306.7 460 255.5 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 460 664.5 463.9 485.6 408.9 500 277.8 500 555.6 178.9 743.4 743.4 715.6 715.6 755 678.4 678.4 773.6 627.2 627.2 627.2 743.4 743.4 743.4 766.7 729.5 729.5 562.2 562.2 562.2 715.6 715.6 743.4 743.4 743.4 613.3 613.3 613.3 872 385.5 511.1 490 511.1 511.1 460 460 511.1 460 460 460 255.5 255.5 319.5 562.2 562.2 497.9 511.1 421.7 421.7 408.9 408.9 408.9 332.2 332.2 536.7 536.7 485.6 408.9 408.9 408.9 582.7 306.7 511.1 769.1 743.4 743.4 743.4 743.4 743.4 743.4 882.8 715.6 678.4 678.4 678.4 678.4 385.5 385.5 385.5 385.5 755 743.4 766.7 766.7 766.7 766.7 766.7 985 766.7 743.4 743.4 743.4 743.4 743.4 627.2 1124.4 511.1 511.1 511.1 511.1 511.1 511.1 715.6 460 460 460]
+endobj
+1864 0 obj
+[770.8 786.1 829.2 741.7 712.5 851.4 813.9 405.5 566.7 843 683.3 988.9 813.9 844.4 741.7 844.4 800 611.1 786.1 813.9 813.9 1105.5 813.9 813.9 669.4 319.4 500 319.4 555.5 813.9 319.4 613.3 580 591.1 624.5 557.8 535.5 641.1 613.3 302.2 424.4 635.5 513.3 746.6 613.3 635.5 557.8 635.5 602.2 457.8 591.1 613.3 613.3 835.6 613.3 613.3 502.2 500 277.8 500 555.5 188.9 813.9 813.9 786.1 786.1 829.2 741.7 741.7 851.4 683.3 683.3 683.3 813.9 813.9 813.9 844.4 800 800 611.1 611.1 611.1 786.1 786.1 813.9 813.9 813.9 669.4 669.4 669.4 931.7 405.5 624.5 537.5 613.3 613.3 591.1 591.1 624.5 557.8 557.8 641.1 513.3 513.3 513.3 613.3 613.3 613.3 635.5 602.2 602.2 457.8 457.8 457.8 591.1 591.1 613.3 613.3 613.3 502.2 502.2 502.2 696.4 319.4 523.6 813.9 813.9 813.9 813.9 813.9 813.9 813.9 975 786.1 741.7 741.7 741.7 741.7 405.5 405.5 405.5 405.5 829.2 813.9 844.4 844.4 844.4 844.4 844.4 1091.7 844.4 813.9 813.9 813.9 813.9 813.9 683.3 1222.2 613.3 613.3 613.3 613.3 613.3 613.3 735.5 591.1 557.8 557.8]
+endobj
+1865 0 obj
+[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 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 734 353.2 503 761.2 611.8 897.3 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 500 272 555.6 734 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 500 277.8 500 555.6 163.2 734 734 707.2 707.2 747.8 666.2 666.2 768.2 611.8 611.8 611.8 734 734 734 761.6 720.6 720.6 544 544 544 707.2 707.2 734 734 734 598.4 598.4 598.4 820.9 353.2 544 474.6 489.6 489.6 435.2 435.2 544 435.2 435.2 489.6 272 272 329.1 544 544 494.5 489.6 380.8 380.8 386.2 386.2 386.2 380.8 380.8 544 544 516.8 435.2 435.2 435.2 544 272 462.4 734 734 734 734 734 734 734 883.7 707.2 666.2 666.2 666.2 666.2 353.2 353.2 353.2 353.2 747.8 734 761.6 761.6 761.6 761.6 761.6 992.6 761.6 734 734 734 734 734 611.8 1088 489.6 489.6 489.6 489.6 489.6 489.6 707.2 435.2 435.2 435.2 435.2 435.2 272 272 272 272 489.6 544 489.6 489.6 489.6 489.6 489.6 761.6 489.6 544 544 544]
+endobj
+1866 0 obj
+[528.8]
+endobj
+1867 0 obj
+[625 625 937.5 937.5 562.5 342.6 462.5 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 894.4 875 894.4 531.3 875 849.5 799.8 812.5 862.3 738.4 707.2 884.3 879.6 419 581 880.7 675.9 1067.2 879.6 844.9 768.5 844.9 839.2 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 575 312.5 555.6 849.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.8 312.5 937.5 625 562.5 625 593.8 459.5 443.7 437.5 625 593.8 812.5 593.8 593.8 500 575 319.4 575 555.6 187.5 849.5 849.5 812.5 812.5 862.3 738.4 738.4 884.3 675.9 675.9 675.9 879.6 879.6 879.6 844.9 839.2 839.2 625 625 625 782.4 782.4 864.6 864.6 849.5 687.5 687.5 687.5 958.1 419 625 678.5 546.9 546.9 500 500 625 513.3 513.3 562.5 312.5 312.5 378.1 625 625 578 562.5 459.5 459.5 443.7 443.7 443.7 437.5 437.5 625 625 593.8 500 500 500 625 342.6 531.3 849.5 849.5 849.5 849.5 849.5 849.5 849.5 1018.5 812.5 738.4 738.4 738.4 738.4 419 419 419 419 862.3 879.6 844.9 844.9 844.9 844.9 844.9 1143.5 875 864.6 864.6 864.6 864.6 849.5 707.2 1250 546.9 546.9 546.9 546.9 546.9 546.9 812.5 500 513.3 513.3]
+endobj
+1868 0 obj
+<<
+/Length1 2328
+/Length2 16810
+/Length3 0
+/Length 18182
+/Filter /FlateDecode
+>>
+stream
+xڌweT\[.N;wwA[pw n}5Fs5(
+%US{c3I{;Ff^4 3BBގ6bNfF.@ T j`app23Xyމ nfe
+gۙ9Q;x:YYX
+Ffc
+lL윁NvfN
+)4`a3
+`
+|C39Y,@9Bfnh8
+ lH^fNN_+ +j~W ʢ _u}ȏZ|w)y}tNg$-{>] ;U7F$W'"  j>o>_@e)]
+<&j8?1|U ,Y7ʅy~-wX6+[6kOJ5V\r\B;YJoTY%Ңe6"\D.]Yҥyl7FI?;cD*~6_Kg /!oTmX2{6X( 2חUNnLZ)J[&<s' Iy膁9n/pZ|uXF?^&h[+|Dj;‹2Vt$rJQ6&,CB`[UCC{[ eB%Mb ,+4uyAEQ\o#:_v=M;'#$ػ a<B_ AG*|a[\~jyB"$Tv%MV)LPkD2ƈond0'jCZ p3H+_sEV왾 ?,w cW``ृXdlـ!È).K3w4ԏDSKիL`+g.֮K><guP#tGS+-(!sr##.o&;{
+a2g녩ٖ Q^3z֑ogt\H(!;-=aSNM^&cMf,F?Unj}Rc]*ҷF\M7B]괅R&c3t/*M`=,5䌊1*{(F] jE
+d}G(w-m](u*?Ci֣iFE_N3c1-0zՖR3a<ZVHsZ,dm:;[V+dOVɞXM# 4#7cDs?c UeN]du;P#+rLTPL‰svi [v+p3_NE
+#r@|NYSIN+/YeEAH_"kkO[ {t61m.w LZAk뾕UO{'SsA\Hg4H K xsDJe +P~4F; (`wcO6jz7SE+$iU-@ ҆&|VsKZ>)| PٙbR[_uK')N˕Hc9 5B5Zwc&}tjH- 2IVl+Xhl gn"v3ZHб4e&\=$qԀrC񋆪yeiYhKy4睘J<uD~lA=a.ö;j?Ԍ\|no5GE𤈁 +|pq3wl$e<^ԏ)#*%ڡlƵJ8((FKŶ0 ?>@Ljn:$# \ޫA hKofew)|PM4jN;]@^ XXa nvϣ@%kUw@#`;IDcI>px@ei4ZyB)"0k5٣XR%vA{F2|f̑6K$V QFzy{0ͰP_kD{^p]Mw$P2 =L HAon< =Fjp<1j6uIyz%/*7q]>׸Yp]~'ePo=RwP/Z=k4kqrm&}]"hq =!xа꣙RAM3ʾ.U0ULi^ 2ishU,
+oR5 .芤oDb\0mf^NzmN0dk:O,^՜*yko.aބbrɀn)s:ILT҄sb&Zr =ƈݰYݮҿFhfO$\xj>Z/o vLA9>}6jdo PrU+^$ܐxՑ` ɍ?oc$`K;Z2޴q{ ѦL/|\Kn>X훊5F̜RslyX
+ۛ ah`g**x׫D+Xb6.$<>e;&1.< Pͽb]P^ށh81 IN!y `v|?3t>:d&uftmxqrnBwgp!i DPm䷵Ƈ`rh>^Pei܉ͬ笏X6<;0nY +E_W 땎T##5D|?j_NqYt
+Oԝ`stE;x-/0!%4?&=4mJ!;A-ડ M\Jk4؅qD@BMECf2jLlErG+TT24B~kYͤnD y=iB&ӕSWlrAe'[(q4KF!)Lid
+dܚuPy}'Г !bu4*}I
+hVҎq F82_j_A0>&c*W%#+ݖ滠#0򏀲xTaӞld?>_*?rU+\!g.ڢ6>\pk@@pń8DeDjV)WLΡ
+wxKlg~z>wm{Q c'i}
+S6y7bI#l~ 'd|rPٖ\OD竈3s_C2vw4~L TgWxd'CVT<k2l2#S|0!,-'`t"D1(g 5.4z\q?qjy
+Dȧ= (`
+ŅC7!m=Ҁ*#DؒNZ
+(DBU <l']togUXP3tdXqЛrUs8hFpVU`bqӄAf1B5 Z9Xؒ
+~UigS> e@@ i
+^BR:94
+/CH!V+IM7>\ڢ]م<bGSco0M~ {}YPɡ ƛ,FC1po(_jNbuޅc`ƇHGXڦck˿U[@~g
+:F{&I
+ʭdh4Y֐qę։X*t(NA>Fh Olat*K4[3wHh1ۧncGmP[ ^@d v|?B#Qʇ(!^un qBEqEKqۥR_@ᢘS3qƮ9EQOǡGaf=tQ9iԪi2=$
+&[`?6L~y9iiAzuH60PdFlLE†|XXeJr_`$o$i=W:njȮ_,%mM FcAص '`y, p]/oecHȱRF7$&k΂~֯z+ ~,Σw6oFK$P72FrQFTϩzMFKT^q&ps7(n4٬ fUHt;5m`,{:,fG$f+'Whw?כe$Qn# wPd&PJI2m۪Tg2`4T=޾۽ ׮Oc}7egdŝ26U\"IS;T{33$:(8 zך
+qNf
+q?M(
+M#=>92Wن\g+ʖEyqלʝ}ipªܮu_7SY #Dh u^c︕7_Of1h(q){(У6K9Z:/yOs;,׾S/, LU
+7ѐ-\֗"_Ҏ'uZ$F褢W!8QB|>B' !ۏ|$bf¬jtOC#')*5A-5%k$+W_WgmV#w:?1--_#Pio(%Ӌ9نXL)]xoD22<΀^lwW_w_gP@oYbWEe䍏 ;쁋ŇQtTWSk&i=1V.5-[ OI j!BK;1FfqyWzGj2x{HU7]m`ϰ{9nYd<1r.: lgLg6j(irL׆ٷ2wt܄)"Uou8^I~<\,/wAY$ߥ(0
+IO,A,؁)do6F&Ս9 8hjL~&σasi(mHDmk!K}VM4Yaca-}ISEf)!-rת81vFB6խgcү"H>icM$FaUoW*16R@;3GCw}jCX1|&l_8H+5d'gb+TAPWDYZ15b h `PB;+"8\B`8+mI("F?S֖V ;ڱd0`),oMMgY3=7:$AmV}p' 0xLUdBzuxt5j颧K?0fL rPI_?T>A@Qqa.iQb,|w(jl,q9K{)UoJSzH-Y4o8E|)l߆3M+L
+fd*f;?q7G6
+nCLeF[)%9Qm %W 7LY0Ay /xy_2tm&$ġ)F*ë` U]}K,_&d!6G+<A ^\FM/qwuJM#!~d[i}֮-ШG,C-<9FZ2Fr@#Ѓee(AGss"aRnGqL=ѩ%/Ke' \|W~!V3mB+<7wޭ6ΊR20Lp|(lLŽH`OZm
+ԝX ]*Y uP?I;/9SI(MjmeeNf&3Pb=lNM[7*;ܻ7ź7`7e:(~
+ "`n,WrDF,N
+پap;cMc-TLc1U=!$Jw#M6VuM:NjBB<#ϰU鋿KmBFDx=ƿ %8qhBU$, nx_7x]c;(`"E"Z'?ͱ"<s#$ 'Z,R>l9i*g]RUys;lO׷'wIIr_P>R JfmC-eh<AHfVi}e'vNEݕjS+k-t"c87eo ؞x|DUUF:_ʫGTLmN}khF h)sf*6h%.w;dyHKd[Jij{z?92uzJ,}/G-4qWڒՄퟟ/69o,:9<Qcxsژb:85/Q$ th!ۈ{`UC
+Af
+D0/t1'Y?j/MOC#}sƂeU@
+塜zL'!tYd+_G=6C@+ _ ™͇:Ps*tu=w#G9 VX74ŸOKtT?eo į7mzdac6d%u+ ?DT H6p:}eضfFf8SDIвHˈANP6E}{w@O[qm#n6풩o\ˋkIN (YfА܉)ؓz mHd7f3qq<6|GqEsjmHgzs-+H͌,zY/@n]/+RJ7 ̿4ss:=< VeZt]Kf?V *JSz4Oq6> ;x\d5/iV|nʶu` ?@OOC1HS5/]j$6 zUki ޲vv<mIغNԪ`4^v8w(
+hG5*#;$Tqf"jknΘ$_\^PCCB2^ ^F‰cfge-\~t~7P3}!I9F~A_{'uas)v- 2ôZ3l%n+X1YD!f9Ȅ 20>8~-R jV"ZcnxءMy0}aelǞU[@t\X6a[sqpCBJ޷+ߑNwO44TdAz=v͊폒iD?ͶJmi%ҋ6S448mhPpX:ɍ왁+DW[,ؽ9&/cb|Qథk?
+1٠dc2ݤsܳD0Hߡ;zԉ,C3ogC)T&?ǫH[HU4I)[ qr^QWњ&I:%>IpG1Vb(_<D
+/?
+f_ڠIbRuUX FsU현:zb~{ ]rvlQERlwES#Q{b}kcO{;ZI%A:Z
+Н/rUMݘ>;ElnSvsּ?\6Erpj 6gqEY΃I,XIrJoOQ\^Ҁ`#JHD>e C0> 8٤\
+.3Vαq5MMsXF<s}',PdkIC˫<@z&5a%ZK{PdUH|qogglp:N_ |ܚInήbvF9Au{))~ :,NSfLq~S|*O_0~myDgf{2pW:f7dV,JֽB4ۃ~=BHU)ۇT V\ac!^jD,ÚC:ퟴA9B=g%tri\ЙHy>ZR
+\qŮxve+X(O $^|5 a9}C.,bW KZ?GCQ- 69?QXŶ%y+iiv5N"2'yPPaKCG&HCl`By6$<=!Bu4*ookgA/J+~] +w[Edep6BܓF#X~+yj$,vyS>Ul(wTnleBg][Hc8a
+ b,+K#޷D_$㜨 YپjegVSz)wVʏq {)o0 l!3l{od6eup'S.`66OU4iy"U0<zȚtyCZ/h;~
+`X" P\W +k t֞#G%c_kCB_PB0H۴2] ?P-m&JhGei[LF U3C}$]"g|ݟEgQ.G.
+AM]%_ZR6bB֢^u? a6_pq"Eq:)7ًViOH4c,Z/_G
+HUd`IrEa]U@#TS9 ];=MYsk99y21q1tH˨FO{F2:Ș2X
+ m<6v'zmMD?GNZ f%]yI|s?-rNLBrT{6C|D%SARxfL."ǜ^R˧C \uܴ~ng 3=urGM;KDzs Du%;2NX k U&-&[
+O'T2~d5BOr4Cx8&Z t̞`V}<Tm%_U}x5'tD;TýXa<#
+h:~Yj\4#]tRXq1H*G>co;"CmV6WY~9eorZ*%%fjb×ttOG |Һ+*{{y;s&7C<%NKt+;$d? f.lRm5|l+:!EB 9uOG%O@42'=Y
+6~#|wvv-)uo
+R`KS :I yپ#͐ .Sp_?QTʙ
+sKY1M/`&V!\ yZ
+IyۗSx^nlSU2^.PBm# ._VVcZ?eʠB!G{p=
+̉Ylmֲٛ/!:c\{GİTgxq#$9I
+YURJ [z"tī4_"N3´8g\upjF"敦6aV~47NHtLØ
+"
+Iz/mnY!Rc&3v澽hWdqqpD(
+qET!,"ij; {ImD7I9we&O>ZPjo4>+ CSQ|^ƿ j ESR%|ع¿4,,z%ڳ(HVu# ͇ބq11lWbE۩ܥL\бPPzlVդ: %aI!6) < E73De|2=7 Cz
+FJ.,w%3%bu([qճ
+?="!F4 س"{/@Fc2s5Zz?(e~AOkr>r3!oBiHpCg[nRn}%f5|#{?fLV'8coSAq6^ti^J ɹ{\bU:G _ըH"ۖaFauِ%f0> ^v֙hZS:nfpTRJ@Tkno7\U70¸!GQ
+S1nb>
+tPȃ'!r,QD󤺅츂Q:UAͩ^6lh!aAp':ftӣWvDYKP5bܑ{hOC[v+5)4`4kR崔d~d,qj鍫=.AseW& oH7UJkdw} (XT70/FJ%> }H
+u=׮!l|t;ySncYdԒ
+M8e5q ="B~ B6P(̭Cb6C)QV\v^hYqM,jA
+&H* tuDρqwؾ!;vR?JE4a45<tDT}bHm׎FEj[O?¼H 4s'd#UAyuK##ñg@+rѣ~#l_Z.6(-Z[ 6y%Y5*P/Fb'>oK UU fQshMvƻi^2׊~[u|
+SSfmA Kߍb85PkevkFT bjX%ԨiC/*^p&`6,bkǂk4daxҎF;ΥYK?؂ +2"~i+UGaGBlIhABphTuɏj~"&'c:.4)2d$3jMv/<}|XچCwuK)2Q DjH#'|GP`2gΎw7-,c!&-]y{msX5 5}F)_4o-");VP>UFO1G
+c8EK˜2J"DJ*_ĭڇ!KP.ĕ B/5A.VX*^-j#
+endstream
+endobj
+1162 0 obj
+/FWWGFU+CMDUNH10
+endobj
+1145 0 obj
+<<
+/Type /FontDescriptor
+/FontName /FWWGFU+CMDUNH10
+/Flags 4
+/FontBBox [-40 -528 1010 1028]
+/Ascent 1028
+/CapHeight 1028
+/Descent -528
+/ItalicAngle 0
+/StemV 69
+/CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/R/S/T/V/X/a/acute/c/colon/d/dieresis/e/eight/five/four/g/grave/h/hyphen/i/l/m/n/nine/o/one/p/parenleft/parenright/period/plus/q/r/s/seven/six/t/three/two/u/v/w/x/y/z/zero)
+/FontFile 1868 0 R
+>>
+endobj
+1869 0 obj
+<<
+/Length1 1336
+/Length2 1026
+/Length3 0
+/Length 1859
+/Filter /FlateDecode
+>>
+stream
+xڍS{XW/ (XPP  @J! 2H2'CdEDTTA,"][@>VytAKV؝{w9_#}q*P$sB<AP! !
+H+!4PTgs؀dB1鋤$
+!` Re8
+Fw@H3(;dt"PC<`Ih\p8
+h]^HЛ=|R,em o%^}{nl^s䞭+ģɪ}H-k [Sū,/)Eݺ~9O"Bx=Բfj=eIj~6t|  5lfx ~kMhR=
+_>Y<UA"s?S{DѠ̫1מmJ{һ+n,#fkM??Qs”ꋍM=F<*}p7+5:uaEOoYyae+:.m&+^<'9xƃ5={39{:]FS`,]WC_'ܨ
+endstream
+endobj
+1870 0 obj
+<<
+/Type /FontDescriptor
+/FontName /CUJWUX+LCIRCLE10
+/Flags 4
+/FontBBox [-2000 -2000 2040 2040]
+/Ascent 0
+/CapHeight 0
+/Descent 0
+/ItalicAngle 0
+/StemV 40
+/XHeight 0
+/CharSet (/a99)
+/FontFile 1869 0 R
+>>
+endobj
+1871 0 obj
+<<
+/Length1 2675
+/Length2 29847
+/Length3 0
+/Length 31341
+/Filter /FlateDecode
+>>
+stream
+xڴuT>Lwt4 C0tH HtHw
+"]%;~=g}} kY@ZMY(ffga
+{$
+;/ YrAA'3_bH%VsH '` BaUqC3?dTMZ9:xJ8ۺz-l6b_rydŝ#} y~fٹxGE {'_n@S/X ĵg]1vpupp
+VD*6"v!&7nBI.X)ckH]g|=MP%!1ؓt
+t{e۲BCf_$i
+8jJkw?_ܟS}+U I^^iLXf30jWQwK`0θ (䋆`PoI+2-T=&rl=uaD"0?TƐ =g>K2ʵ:INbfWnihuwx<VUDb u/5Y6t)mO8 |)q
+ S?aj҅ÅZh"̻+z,T=! %Rg8Ai͋ =Spr`×X4qQ2NX4Gt' ӍX8aAK?/. sB[\C{^'/ywk l1Twj2<C2AAx=T݊T*c3F5Td' .'C.gzn_j3O Rfj&(.FNbLɬ 1| Nx\2=;R9~S&w^HDYU=4cPh aSuKyeYě{r<R[=~Q&&:5Sy
+ &;|MaL֍+)C0Na(;woX$=
+p,:e2KBfB} Xv"<t K횋^r: 䨴L!$R% ]NupO?rnM#Vw(8K lܒ(^,di;ԡ./23|Ic`hֵfy)f tLS',XT6`O0D{ʃǂl{tk1}4*% <5>`̦qS0~ Z"Ԗ'9* `{ڔbkCN4{w,"*?ޮW̯>D#cyEmJ JN k>v/Ҏ> b9wnVWsD "Mj?ATRC̸Z:Q7{P 0Su G'-) ^Nmc2.Mu(㣱oG ꀽT>IuC|/#_f힤d_"ͥx7\6mB=BSSҲR*eq:ϻ=YM \4ϓ Z
+Qc|`syg
+Dձqk_~zzi 5sQP򟃃g_-癉 kuĠIe?u?,X-+HLJڹv cwsWpf|[Q[鄗5ovn=ICx;okP'o1Z!=R.@Bň~}Y"u:*&c')&Qԧ%&oh^y)zp[GI,I) (}y^cU&iq3zzSewek
+2&F 9˔(~-۷j]׺>QbqΌ|vJN7 0"q*9}\xѮ5!R)- ~14"a<OcٷlBM׭ nMgaPxoxOwsV7~ F!x=@"V4lbe+ =|qM+_v<e̝3yDr𾷄ǭ
+9?kvw+;@5!R<4sp;FIS*i6¢B/Mxu{snA<H UI
+Gބ#s['/-wZY#Tsϵ2U~(+C'?ښotft`5+9u^mv&<FmnXn4+f^I
+NcI` Y4U"!'^nz$Y֛_nK *VjsX 48|I >?(FO٤yh͎'PBV;ͼc3~?Cdμr|3N{a# "LؤXǮwNfӄ " oFoc ĴjE̓ʶb`:'w\*Lp+
+Uhm4Se5v5d<VtF >B2g-@)dLZU<!b7KP]ߡ}b=68?'6lA H#h-HVص[|>
+ziEAQ9uw2'Uz0s:x_VpRNϖT6ƽ=MIBI,ffƄZ1_lO`e^D󼘱OGbAɁb16Gk7*-xܛ $g֊ODoev8p`?NFoT`PBeuFlpSI!A&,\v*v@
+ >6vd.&b+z2=Ýw6pυOR,p34O3t6祬~3r_K]f0z?6{Bg9iG Cˌ/Y/F#GB\8na@ʸޒSRe28g(:
+_+e1o
+
+c xXc|Lپ-2qkʧQ7뛲z+~@/#2Z kVi]gW{2-Ly|s
+ojuK#Phm$єe۳"9 0){nG9`s[s̰q4EZm Ilh8@a%= :pQ¼-IU[!+M/#N?3hi- f1PmP;)õ-|LbIIh:
+
+4A3SЍ >:=j b}
+95ODcMxI } aFS^u;\w[E0趐 ٴНe| <˜5 hF;qnVת$د]|2#Vb'>i@i+  lr=e]B/:s
+gNv}a3c5gnf~>s?hVϛU|iwr"5L,e'.P`͟6+7lldZU%xؑTOY遣/qM8b>(c:$PNQi)? \/ uD5vLYMU@<"gegQf-FXp2tFV!`u;xz}I:S|aϤhR ډ=2hep~Lwq-ì*M
+\oˏL a_=" 1 0y(Ǫ<[#[/p.k_/%yܭ^Z#}؟&as`CFUt^<r R{N[EѴcEO o߹Q٧rMe7M2kuWв]#3%g/Dy (1
+}ń5} wRAXfocho&oE;!BVGcc H
+믜[<?=IP;ڽC]H>uJhc,{d6򿠉a}ӤV[J-4Xqk(]*;@=P3`I3ɰIsuk7巡g&V*q
+Q n4&x էc\~SkM&Dm m.-a#!}婋H 41 LI1ӦFgZR5kcY*MsF6*3(\%6<'Kt@2yOMqgL<޳T#SLP$i.W1a3mt$*\|·\
+s<CVl<}ڏS\{ɧDH^KV'Sիj{MPK]۲־ 2dgR5OYu9FҬtu A|@\kPG> =H՗'^ \g
+Ne`5f[ j/c!ֶ)scx)"ܠ/} TgD HP9PZ$6N2{T(PlMͶt c_.eH +ˎUq2_{J&7|<k\GfcƘ7@1U6%3
+UKb,L,v@4a-y@IHnqqAr'. t[Sz#]T.OE?ui^M҇Ⱥ:
+֚ºE4߰-+XɢXl3N]"}
+pHf^
+)/"?3`E[YX˟F[13uGe% 2p7?/,9xx|ɾPDަb]/ip &PRf9R݊-$h.% ß7=;
+ArԄmYs!0B-oO|vϏT 'Smw-}֢ECp.ZP2Mvi&ix{T%L/rM~FZ
+>i |Idkt8ycYl=/ʷp=>nmeDAopmdX E"؄;zFώE *L^WM{@3|S#nls3Fs>@4ӠC$6bm?$0w,#<fLзb|uo(p d RO,r2LY3|l&*u*ca_b?x#(u6ϣ ';wtwK2VQ'ŏs.krozEzL9𒢨& &oׂ'1Pӛ܀Is7ԩ2Iu)TF'CϿF݁0Jږ&wWu:f" #$ἤo>L}vP1(okQM\,/qVE([\$6g!ꂱN (7|5^4CfI<ޘ1/HDldMʦRnu4O=4s ?y<vx4BR^de;(}}N{G[s
+{EBXPbQŵW|Ey
+֮BOm
+x}q3~MvjU@.8"v}xáąXsF^AO[ݺs>tNO+@_X_~(DU
++ڽ %(ƁHQ?3md,B<΍DlcQ^ȺȾ MGv{Vg<ܹ1%<DzPj,"*ح~m$S. \./߇yIpK⅟®]|- _0z%/nJRך~a`q?4MyA/ǠӕIq2ھ0!$mw]q¦^li, Sߒ
+va.}YkCwh%S-2C)&&貗kCJVIhB6w垨`ӋǤRI.%I3%>G~3XatMaq>FwtN֚U @^8~C^7 nVBK;L]檝zca7!#lQ S
+|I#3 W-Ed|PE kvd7k[@K "}!? WRO5EƤ8N@A&9
+dDjX8%zz`p/D5[/~[G6f=xBdt1\]QJis'&wX
+kq;qnmj.Bcͳ/P2NF?>t zᰛ˜vpn
+4DoN-o<r$=[IQZ\4癡^!~f=oƯb'|f4Qxi5uz]~7¶Ӗַ&a~k\GỊI ͸}+43jNMX:q<aQE6^D|;AABʧj]/f'p+-Թ؄[JDsb֡fi
+H)27T^>t&Q s qGU欆}&Id<XޅQf?*Gb>&o$&|ց̿܀wJ&jg8)kj.y=9 :rdkw,7Sa]/]|p~ώ',5O421RUˬLb{DZxY OQj^_٥(
+.&l) ' k8$QDޜi'bnHi8
+ߡ;]Q50 cC %|kQRZ[6^B*<`?x^3*J/
+\:b֞ݔxAC㚱?4.Я$}Gwd7s8LIeT1k+@1ytn:: (%t{~N ^ra{#>1Ϫo*_R&EQԄ
+ Rm5moaKۉQ};ͨІR6S8 ]uwX{SƪFQ\0Q*z򕊃BO4)Hvuv-A6Mx0YX?325+/urNIXc` d^jrH-)K JuDs+ ܁  I$
+N[K8_9Z12A4U[
+gs4Ԯ/|mxoyez8eI͈7_g2~{V7h/KGQKےf]n%o> reit̽랦'lҌ)J_imvbtUl,MI|<ت'alY0&~DIQL&orЦ7kSƃ 2+Qn36bQyqi;,jl|6—Fmۻ~8BA7_4NM]^fN^oPJwDrFND)QyH5%\"AVr8k/ssv/3\2n%'jk++Y SNf 8p`NNFm*gL6eeB6\)A=#y"F<p"
+. 'uG%4%t6'6:`L"m?(ԯ܆ !fLJ_-\2`M!ɛ=^h(&ظlri;q
+/H(u lٽ<?3XjD25S+D(& 8M[/ /_.L)7.NixZZo@Ez7.3'`43bfG"χb-J΁eIbдAy
+V=xowȞiPʸ5E^e
+v [UvY%?ȨxvW 6hxQ1֛78;zo VR}27=}yǾ5
+1>l($7t$Y+~БZٓ7[& FZIHGڭd,TSx+.9s/u
+ c#LNI,c䞮ql%2fZ3#.Jѫ `/rSԩ D` #8&2_Mf6eT7Cgc~Yg⠋ -If:)맵SrpO7^T̟6עT(ιAŝA&ir:c~ ÓJ-qi0TVKL zUt08ܴmSs- lc۶۶۶mvNlضɎ;UmAtU?ZI (|v4 ?ezpc·h)MndD8~]È5\+J+ -_U{jv@¨ƨ5=ô1hNybb)uս&_YtV57_̜n ΍4E(mSxBt8v3Yk=a:JPM 1#6Lg]a7t{?imT'Kf;c_X$61 ARoqzi=\r:"tc a'^ľ"nC-Ix,M
+MaZy:^:a\54̹88s cpI" YP!Ty:[u LXB!<ٻV[/:ӽ xP@6Cnrh)3,A8s>?66COs.aȈ87aA<)#pDwrJLE~xfޒ0TBtqy~ օ.L{J/ϔNxCbn<(ňO'鬚%r5P>
+Uy|`İ2LimicbHU3Bm]R?Y\.t۝QR
+'m;WzIM?tU'@4&']0'>7KrU]H[X<^o[`;t 9}uWͤ"md Jn, /xPynQ¼ƶу[hB9奏7M_;țDiTT#P䀤c@neXc
+\X7-n8)۳I(ѐ\QuvrI9m:קƠ~\ƠZ7Ƽ+
+ք"%" ߭6(pʌN$zlOV9 &ho,;s/U/aIie3| OfWA1I6*@FbвP^3K<$#y㶯zθZr!eЃ|D YI6wۚBVH#BuaK<yNғ/ʋ0**349E=t@W[ㅠ?Fxp;ұDI&d<rgyKƦ~no{,ﰒɮ0C
+D=Ԅy)w|a,(Q,oG{OK:ps&,"w.cq '@.|]\IHdlgt1$9O|d):7U^(U$scc:b{22@Ɋiz,.u}is8!^t&@֟9
+u['tYffB: .s]Ua~XC'Z.6Fr|LjZU-fFzNSz!5vC rAͱ%|ir}k8(!HPk0IC2 y$XdJ}+fRUGR2qQ{0BfZB V4B5"=U-kqkbS8^heӊ tjCp & Obd. <ijWn7‚)g¬gו'üfG7NVԱ80o>
+@{y@I1kj% 2OYvA6 [VI.t-'D6(@T} MnjmjDZq-6UK!ORq<<U*蓗G
+Y 1GH7aHK UM`<33P녅iN~{;M%䲘`^˽@菻V=^+`A*=̶raU#`v?fGpTN$;@NR{<JYœlsnĐ]^m-B?yBY J*&u8HO v XgS?#(5Ҏjr^FBJݱC[ qL7b1^eY0.`v
+TZv .q @eFĉpxuRGs#<\ zcc<O<GnLҞMFrsrUGO |B2Ɍ?ρ:…'C\vA4ԫPĉ#URҬ[ng3ZW=E-lpy(;Rd<Й'mV(L}i9O+]_q?&\eQI|U .I]&\P'̃YkI')|O)az.O!OQ'O7DΤ~$MM(ko.6رY5z\4n;7Sч5Q;[]6DZqe B=m| $+ 7> QI/YI_ ]-^+ ` EΚpI'XƇ}ec'PdzQneqCiic謼k> |P6+>#[58%Ed_t7K􆿆s lA,lۥ< ̌YS*@
+H5""_M(OyF bZ b|dbs J+a`V7Rc31FĭTᝯ)27X|V2Os%WYCcM.$=` v/,W1X%@IʆmfFTVB#X0|T|v Oܺ{8˗ǩhB _/6}(k))"<J|gug_}Jbڡ|X<d.(ÿz=2?
+<1hz,dZ{r̕q˽JkoV2FY~ͺ,Z;V$ŋl5N掿Lb
+&^v^x.磿8NS$$vNWL-dYθŠvx9D?,~ϚC/?ӟ%6VSvYT-TWͭ&?XڐNj.x @O&H̷݆ 5Fd٘:R\hR|]X=F8"C!— 8&;.&}J'*`(;4*5Ι.&{ ,@Ż=S,PʑyY"$yz#vJ#!8,S!+9ACO"q9h=wЊҕOc}6i`kB_ %W<RO^Brš$JY 5?F4Ş5pѭoEu@m<5Vo|"F9D bK*$7RR42[$٬Fy\C5۞s}x09-uG$V++\mN.#:qa7
+u <` eIJ;Vh%sWCMCヿD5ofkGM.$Ş24Fa4vvmE,K{Rv) D>p/ SiK=)o0^n#oWW,4Dq]܋g VAa_['WYgzP~WZ 3f]Y7yK>@1?߹1V;6Ἕ XX7$
+!ݤ3w:s
+:HIsH6儏-Ϩ)Eb*|; *Ȫлwʀm D^<%Ż[>
+>su|ٟ/Jaʥ,kZ?mI٦`RubRzg-yM
+c`r{|&mrR5ai/TsV}n7qCw]{Bx7Yݏ}43P-&{r'H&Յ[ s2T VvB Y9J!afeV֦exv-Tf併_cDm\/Kζ%lk]'GvzPi͢+8`YYwU§8h-'6,LtK g(#ҚwqAhX:ťJpnCRD/t7(W /S "u##.‡[wބF*3% xXt`wR/P&L{a|3Mư+H~KoB!q8Ѽ}z:yuo(w
+&j7
+ 3|QӱКZ.Xq7 )>]VRL+~ZIm^XY*z0fg81NH+ʐy&eD%7 C$XRۀ ôd{bls{5V@c-atpN`׎s==~[f/ Fdp.vτ;4VU{KՐ8R6U "??F P|qfi,˒x>ָ+xa1 -𥥂U H)sZB-}>)oUg'?6FB-v*,L"4
+< !%Ls6.h4uxCiiHlV!;a61UA \+xFL7VM43;+,@wMj|$ӱvMz 8lL;3UK/߷Mu#=´ɇBS{$=N=uO8JT%V3>t<<jQ 9H2ֺ*~/-rU%hmYD|@q ouS"6>$I97Т:P}Z׺D QPiO{LFGGR键rtM$?",x,3Ǣ6O3 Bh*;terZl<8j)Zr? S,G]uĭ<KU%5 u{yh6QE RsuP]7/=0ÙEMTt֋F)X}||#;İ
+)Y  N46PB<̿ OM1;bӱKMe?&
+,pFI-;ΚW.w4kmh,h 720/HtdFFAּ ]˶Ӥ:$0X6##ELoF:DujΛU\:qbc9 hL}]0v*}^tjh န`倾bŰز%hgJ a<8"a\PP
+*c \k
+-㮝.Q6[#ϳ>-rH
+E7A*t0ͥqY}p ?FF#A7,9MxG-씆1I]yf堍 HWLUf<ƴ'%ͯaLy`ǴO\+'!4**8&s78dحwp'wzGXb9J^MKG^yۂJutKNޢdOjB荈;ӯ>,l2b~X@N(ykfJ BU'G&Zh)U0{s9_%Dr~Q=+ĪPlVqĢCvhzr+zd!7&b̈́ԭ猪Hp\Ri|qڃ.E",pl1 HH."G>q^zdO1Z`'G"ۧׄ!-s?}py1[e]\rT8vjGbkg;?J*"aϛ 7 <CPs$
+3;v^v
+01h=zGW
+k$-2D9@ =W6fUrx'_ْOy>~O8ݱ@+viT
+v@ɆU̕h$p d){1TDZ|)VC 8̿X{^cCbHz,P_o͋Bw:tR! RZRMJԪu\ iqRi$*&^(ĕ7%'D%z#H=ಈM
+7hx==^d
+C:5t:T
+ڳ/m i2Yv B(9x%=mGN^/t ?twG8>O+LHT/z݀~΃d =
++gTy2ëfqea´ΪkȽ.;C6Ә$2Pŏ%.Өsoyp7{QCq^4q(5Z:.y5<rΨRJg^Y=_G:<¿q_00y9lCϲ2#0o+E4;Dbrm-pYuKo'D?ԑ8wut9[p0$wO%75NٻiK$Zszp%_r
+ߪwBԽ$G;zw0ehS>"mVweq{QܒwF0'er'd`;zЙxv-s[ l.~JIA9+8VFw :O^ u,[^/7f)np6FKpX򻜥<j7o榫wP fbf<%1)#츣
+HG:i ֬] u{y2}ǛHBLKze72cSqѿ 0)kcR|LLMMFG1<lXOݪt(eă?=G9WhȦ}ʙ*HR<
+4SMe)3<R2x5fhjN}IEAN"qvcX:A%E#[bȬsw7&X'O+|oeٽa)*dШHcfdviXx׎V~\ ,xw yuU,o?駄e5aA.Mk
+F
+df%/Ytpler%Y.&@{}xHouEØI xE)&1{=Z|Zgg.n#)|2}qJkN/bD')[P|. ?0!8v-Yj]Dj4qӠCk#ZK͎?Fc odD; ذ]1i2۳[S IU%3qq38g<!f9@4aϯ9,6d*-jo2W"d B7&̓ňZ8vN7b/tt/bĜN r FAD#䇆:m0O(.2jw/{oOBx&BWOn!ӓ&Z55VoVM%C]G VOHHT{~w[ L~\[0,
+iO6nF m05ِqA
+B-jwm=,:CKqTra{91_v@l^ }
+endstream
+endobj
+1872 0 obj
+<<
+/Type /FontDescriptor
+/FontName /ZATPPJ+LMRoman10-Bold
+/Flags 4
+/FontBBox [-486 -295 1607 1133]
+/Ascent 699
+/CapHeight 699
+/Descent -194
+/ItalicAngle 0
+/StemV 114
+/XHeight 444
+/CharSet (/A/C/D/E/Eacute/F/H/I/L/M/N/O/P/R/S/T/U/V/X/a/b/c/ccedilla/colon/comma/d/e/eacute/ecircumflex/egrave/eight/f/fi/five/four/g/h/hyphen/i/icircumflex/j/l/m/n/nine/o/ocircumflex/one/p/period/q/quoteright/r/s/seven/six/t/three/two/u/v/w/x/y/z/zero)
+/FontFile 1871 0 R
+>>
+endobj
+1873 0 obj
+<<
+/Length1 2592
+/Length2 28435
+/Length3 0
+/Length 29923
+/Filter /FlateDecode
+>>
+stream
+xڴveTȶ5;wC!Xp$ݾ{73wbAOgש$UVc1%AvΌL,
+ [#;V6FQ)Rhl 7rp;[
+L
+tt]QP9l*
+w[49I^K ۝C ,60r+V^YY`kdi 33;:98 \P%_ pgz6FncFv.NͿ69Y:9;0f{,)(HJ3ʃώQVǎ/DxX
+_e@
+eS_C`f9C
+`V
+hA ^3
+vqp9-+4
+&9N
+
+)m^֚&LU7||P$DF44Jhert
+9ӛc#bQlIdz%?ϲ6`9`/,Nq~NJ4Y1 @!$%'Y*;K>kj')6*b>'4.VЂSHTZZlv{X ͒V.G.놅HA86@)jr^:A`=Sþ~HsJuӐ#@E<Y f)n ԗ̨1M +il9TerO>MN!}F@k c#2?17!YZpʣ/'Xu͈AQk[eE X8ߐ$W
+}?M1Nbi}>zW Z1 ,@RM$ / OvOёhqG^\-ly͠&yTïADFX=zm9bp4!sDB
+( \u۴_?)*ս}\+GLj{FSqV9S=ĒkuQF`A9TtBJ#llkʏA-٪mC%;A:WxQj#x*L~RǙU(+dk.|~~n,F60|Ͳ_-Ux-hiB]tcKF;{A0uW>u6\/90(6BB'=u)CU7SȍWRf%D0}:] *wZ ŒmR^:fdy5a'<[Ρq^ޭSۄJ(vr郁b.L<VOf:0 ί'^ڒLiZ1!OIA"3<?PlxYXz.!݁VvԆׇV4V,`ox
+g'9Ab/ňi?!s-2]JxHz\T`xyt%p/
+$12xv*_}7&]`b+q@Co
+E ].̤d͑)wIcOe?'bܣbkyp $̴0aypv&Kca۷F,fT˺4ܴ]3:Ħ(/k+6Tx~V2Jj9yZ6XЈgf0Jĥ{+X,epf0g寈HD"dtV!
+5{yF0t>wx|MzQ+E2/u"6-Bf\#~*F鍝LRxi;]@4GrBxZ~ZAG'<8CCxY!2<~ b+ ~TmM02>N@\c]Hiw)dvԥhͱL:79ft偀dyu<f^1W,f0ӈP%!C>A7]-j<a8v3̣PF}/BAN{(Ȑ38(v<3gFVqVh*yo>|
+
+XЬ 'Y&Ao\^_p,Q{(ct)]-jڛ×U G\C{O=|HFLdw,*{=ƧI]0 fDϐiѧoldGn:P2Y_zP˭|7Jſ>SFFb+Ai25AaFUFۛt&n$ʁ8b8,ʏWb.m#(|ms!47rZ%YM` *D?5(9 1fO3\yqc 6ԛHīǶum'shoDl*cH*[rB!5 ,.K?S3I>0׉&).A٬E1ُUx2[Qe,tHeɔ5
+ w6YZ0Ct3-&ѩsUFJ6f:H/Q|hN"@J.8z},c 6Rr
+~+yKrQZo3P`"vKhFEfiZ4fw<"O/5o+RnPmRa76`1tEe&p)8^C+lRdbF~ejnǜ4t I%H(DtL#}yk ڿ5)x>22|ChЛU 4}sq8(Br< 2ي0DKPAeʏilLg7i/(1ϿF,g\r"9ozO>~WlfwTfqJJ+ˁeW=b^/<M
+Úu>c@e)O?}y&QHkW:sT6p۔k/aA :iD۳+~hw3u:]<L = *ˀQy6ՒG3 iZCÃɃUSBۍ6y2PhXv~7pUżS8mg/H?~ﳫ~Ѱ.utSP5gQ (*.R&& {
+PUҥh3*g*Z_dT(9~vQZ
+s#8ݺǪp!/+K|Be
+҂4m@ȟd9&
+ꋏF$;(F$[c<PPt{J~W{)B*s1 ]䭲?^A $au|6c!R3.nj9=yȭne-%<tb~<3?BF bľG {*.83xF?j黿+O.B')ch^u9?$0ksk _+q<@$,dyƪ0mnhX冖°[z[=]L:0B+7L㮀,C)9xy^2 4μ jcf}pT4oV'rc{EqWQFb⭚Eg+`}Ëv5$<q?sa e}J󧯰 xVfjWLagN聨=Ùui;/U% sOhEPq乹fp,c"1!Y#l&•/kdwm|=SUwO-[;ְ;s"ϧaũQ?~W6fERGMW~u(Tk"qX$c[IMޥߣ/Bf)C$35N'PκO#Fa$`]C:sqW6cZWȜo57@xzr".wWn~.uG(KqhzE&GT˲F֮Ry>kڪݭ105
+w2 z)[fXPEYڥ]ҩ*fHv'[Ĭqixv
+Dӵ!qyzATAJGw
+S0tt yvIf qJ٨5<oi=1oVCo /ض䒹7+wRy2=/>wD M,8a!"Q!gv[@ܺ!%Լa26P锢rff͖Dek-/H`t vpךۺnĖpiyt(͂f]9.!+-h ah{/ӜDJXQnhݚ   ^|DxF17-@uR lN5wYE"޼Ȟ
+,h M(iMMS':Om5)+u 6ĎFɘ/{WIIk<˞ $kx¾ o|?AQ{X >hdUϹ\5b*dV<vdZ+{_x(n@^!c_~Bp:zEpjǝQz 6Ў0hZec6"P%ϩA Zc}I *)x=㠙JNǬ?ݥRo@F3oa"M*In">}iry%~hzC
+cjM*m.׵4cQBR3}֯qy %XL ԛ/(/?W<7;סR72}3͕o&]{@)TaԤE Xc+"(qP9͙m}&iI, ȟa O `.R7j:90VJՁ<^# (xЌ̞'$ZoLrzk! @~B PQ/8=L168ep,ZL<-r*XciG2%_(+$JvU^3)z:O0PA\!Č[b82+c9f 3C/B
+'˳hN\Ѱi.k_q.)_ L{(Ho}q~)"2^((lƷltfdє7<<8D^
+[kC
+>k33rn,۪iHR[0~5
+QiX)= xtXa|
+!ga/F/U+JtA
+߽R/Wq?YJ%K#<Bea?vm0)Z1\Wjѻ'2վ!z]&4`D'V+yquH/4OS2b3ײ`8L`%ͼvo`b,A1yIUtJXe܊'[8~{70V^Bچza+ԉJePy<ސ3D|{2s%NBtpogt}(ʔYTiK?^hHV~]=cRqMWyc.x-A|eV;5UTvc!R
+Z19:2?g[Px5cglBx "Lh{.E 8EzCvkU\~%+|P*5C.}5y~C pmPFEC^K$?D\a.7轥c?-2UG\";؃şkY8"]TϹ &4>2ZT2rf7ܷ7&#{ƣ/dj<> m
+EŨs_sfC q#<t
+jQT
+֦ϖa8q:S6RS e]X~ 10h3ojfMހ<&7VΟ1=phϼYO)e1L^o).~D}$ɐK􇗼ɛ΁a ]kǦUpkg̼9(}pB{,'E9O ͵0Ylp#)k-B[(_f /Kįq…:{xZY~3_|`,LY~3^)˔x,sS]ՙr^_NϵE _؋V*10".^=XͿJTLŽy0q6j]LN3Z=2[1745r5~ܩp8.es?ϯxӥw?X9!7ݨ7Ӳe1Y`2)g8u/3 #2Fm0QiZQqY2+2dP+<"u´[K
+ADxlKL-ئEZól=E\YA>+"&+}mc~;IN .(Qӱ p280oA_߮X60x}_!&~+Gh=lyb
+ >S*>XW@P?G*c$DR4HʶҟOUR Cc
+ԵB}E81xDGD&{,XXuqGXo][gCꕥ1Cf[hET$EQiNVCg#˒þkmtT. Y rsڠ ؉;XW#|hRײ4~K|LL81oڲxp%ޓM'c_ibD"텸 =YPaJǠy:CtPt.>1: 佑S8xn%}y—JYuS7 -*-cPOYHjY P5]/´-gWവ]H;ǷJ;K@?Jx>P!㳄#Y)(igNL.j!d`!Z~Qt K"Nmwf#Xre@eaM)qR}2f99!]Zr<X|DRv~(X^!H~($PWTB{KqLc
+7Ѩ3)-]%u云tYwz0r#6)Y)\IlVH<hMnY"GPb]mGq$4k:>ɲ'Ūr*s `?槇0C\[lX\<}kf0CV߲D1yU2ּafm
+~\
+# qBa0a,Exaª/GXI"dͣ(E6̞ub,<{kF<6>uzS0L\w 9ȩ~[ZĆm;A
+֢trcKr׽~4R~ADfL Ep.*jc2M%h޿>ecm ¢Myb .#\;ᒩ.=/#$rovFoB.(۱Yɝ[IfVG rL3kRrJ'd܎~Cl5Q$$A!zmTŹGIq` @N#׳?$?{
+4U4}x,OG7yړiĤ"{ kyfg *<LP9
+d˴_v޹fQ#s+PiE }߉ vv>}Ӌ5&##y }jZ!xe4zhVbb){]aZlgEOgRH|YLTg9`ՆrBWy1V|-]iD{ML'POfW' g>1LI-K }7bNAiDh=$pP1\ɚb{GF9pi h$U
+aB&)^U +Kq3_)c"+S@bmȬ
+wBrToGNQ>)3=a]iNj#\:O)'U7Kwmp
+wb.5y7):@wFX+2[4<
+10C}1vwhk%DʟZ+::LUm_Yeҽa^є_'QTDXcd^c"2-]B'>b 9
+Y n䑚g?}|pWhz#u;NȻO\|(B׎tx'z '{a P[Zcy2C ~ . V;C'P~A%v9]URg)E)$[&E+a,e7<L
+ W_5&([AL?\G~ѭHxc(0>rQנ+
+lQJ5f1+&]ßf.t%$OiI'uts:5Jt[Q˗Dd/pbbVue>-'EF5x;6j.:ϭ=Ȫ^䑐:/֮ܓkp[f15:wۢQJܨSR(1hY=`_54N,((L1= $Pyz6aN*pmX?tFpg{=6e t+c@&2!ш MhW
+q-uHd-aFcK.; ;֘O0;FOhIL~t/%,fN"N$FM"~> sM_=y::sQʡrGXͯp%B쬜\
+SR! y#ek~̎E$+2詏 @iO `]lHݺs)PV&~f7cP Rd0c:# q}zӮڰWm4q`m&ӯ~OvG_3+W}Fk\ΫjxgRFI1 `7CPiv ?ssKS uQ|1[ׅ Z@d 'E 8ɸɀс ptQZ-QB"6j{4U'$1,QCd]m±˛> 8VGݹM ަvN`Xob*25ZKz\?S)7&}R&x&Oȣ
+zu
+O” )ͿCm:,;62o hk/R$OV0wa/
+P"cz\n_f\gͨ>|=^qu} ڕWz *&m8(|EFy-U<ɚlP@
+c=aCD9HRF 6"ɜoE9']]g^J\&<wC66 :~bgy15,Uu*lxS oR,/ieώo, .!5m g1]7xV D>/@`*[NYd[QthőEHAx.z^65 /['bNI4ʃnSFo鬗N yGQ8$sr,R@ <R:4l'Nϸ `=`0Ǿ{ðxW[$:θ6Jqe.' gHg=)_@Z<#B"nm_7P7V֘j˾>NDEs2nM4Cԕ7l*mZtb9[RqbZm Y5`1fށ*(Idnm0 d+Jp-p U |ER3DLz$~[Pw.^pP(Ocd]E͑ī^n
+\;Yic
+"Ȗ4Oy$Hhnd<8΂[C
+熫lJbc֩.?D`v-J1N3;AY@+LPBVb!b'
+=>MIrڻXIWܺ&?ƋSǽh-;m9QqyALLnQRMKR|on8mIlgWCP\%}8!m4 BvH/ל`F HDc\
+Niy!-C5di14-Rf[2p >IȂ/E0zZ͑Ev%|Rapvz}0E =V^3otǐ5#c>v;m+a!0%ԼHz{4?#^e:^2'|w+{zZ~kGtXe*v>JPO'Z^G$PC*ֲF{KW0s`ғ}lS]9έtB'tq")VkLTϧϼϹ 'bjFs` E<P &Nx$V~>
+9uqn"䰨}*()L=>uX凅}Z4w}ch
+>2w$*ȄG2t<YC[u ǠPR⑅jpJ.GTJ,ى9O?xۚSG0?fzܙW \Q%?֪oFAĘK]؃Hg!xAj#_4R+&ʵȱ^\vPϮ`+#
+J"0J2Ң::
+7hCAq\KvI
+[fĜ ݓK?O}-D&:xmH3bbq<u*C[/XT&8tcazrQ.
+a7_MBmV"_> PRB&X3V^1Οhd#t4|Y%6M_lvBz<X7CQWJuъ bg N8SM^M0UUsi? #"G)yE>!=0 SflM{/,Nk_w9k~
+(4G
+Xw(
+H=WDX}IrGoȎ[PzJñpƑ 5 Z_ yǟ8(D_T2 )[č$H3JN۱Z>1eDg/']1!WLLj6I5l3n'zJ:ILh{;l"]YV6[e_Q(R- s6<A'!r|nN`A弄
+QAHdN"@(I,LNPBjb~%}rt[YW(]?kq!G(KDxAHMsa6(z'%{Hb[Rw Gea
+#`G }miNG $D=( *l5HHɁoۏC'P
+YBX[;^+?9l|[r8h6yj.ξJO
+ok
+Wt+LQ%R[ ͎H$w ̦@Ҏaxܭilc[)8o6ȲRd<vm&c
+,ż''ZZ[ 1<TPhqm
+]:zM6 j-Qwj"`ƂNw:6m& 
+=uv,
+ ^1z{W[8'K8cŇrUdE>xAPvj.Q1riiF2'7+fe%TOo;Dv߬r[ [G {2 (.z u*<+
+\!9Vz[xuXKsP05
+#}CO Ut(St
+r&#k%T%)(eZxPL-q-sߊݼ?ʾ,;ʵH66JƓ#1Y,8yta" z&x9)e~dEcӳ[{ul":Ҹ @R%Gw{#~򞢬 Ed|e ygʞr0{b), ([!B&
+ 22B<>bQ Tw/Q mCnh|dxl,AL Sـ130=ޭjnFh\gB/6OFh]YKbEk 6roT6V.$kDE6~0a-93{8i EZ٩"sK=갔vɁ Khu$K `h/G}D KQ1ZR
+ ڹҼ<r\ {X=`Gx8} /Vŋ)߯1h÷\x0Inɮe1%f =ck);`dQ Uq. ^}+,Ƶ.6RH`hoC_'Xhq=r~KxJofTaJZpM\17h
+V{?V\ŠHv xVo'n{3K| KGcD*Hw
+~C Od[EMs ֭e3c=O!şnY}T+o.d@ؚoH *.[mH2
+[1ch[fȇbM@H:^{;z-ԍI5ckRW#XՖq6
+6AeuFWBU\
+Zy`pRV ؚHF 3ʈ!lJ|wv4)i~ٜrpy..r^Oɯ`y.!glP?]R4
+\7I>ek! Z g`*Mey.(E!$FQspį'`SUM-时M5*
+ f
+Ұo[7ږRwVK?'p9R hܻogD_fؼbumʏI$X;gʾ}qǐ$D-րAaG\& J_rESϝM_$H\Ctt2ӸWv
+uhFOm|Zy)~4T'=f`hYKZu!KT̍ah %#3bJ+p1' ).)nj6̞k@
+Ncb4
+i|MtףCxhQ!c;b=x- A$H!oJq?tf4 )S.6Kٷw`onAuKnrɀ<%z"HYhuf90{hfq#FhY预#yN)IL9u#A*Z1h쉠yQi<ū9_㖓ua's5\ܦaXbAp(I`@gwmV0<owܿE)+{s"-Mjä Lۿ8Ec5[AH,=B7LcB/\%U Eh Hpq= q Ad`*Aܬ#]a 2ڝ
+gZDŽ㿊Ճ8sG{M܈:]Y/d~^#hMDI(.{߄ Q/s> d`s-rJliu|~J :;28I#&ftL[C@;| )š75y0<6N`臈g>"ʰʂ&qk}
+endstream
+endobj
+446 0 obj
+/MRMIDE+LMRoman12-Bold
+endobj
+438 0 obj
+<<
+/Type /FontDescriptor
+/FontName /MRMIDE+LMRoman12-Bold
+/Flags 4
+/FontBBox [-476 -289 1577 1137]
+/Ascent 1137
+/CapHeight 1137
+/Descent -289
+/ItalicAngle 0
+/StemV 109
+/CharSet (/A/B/C/D/E/Eacute/F/G/H/I/L/M/N/O/P/R/S/T/U/V/W/X/a/agrave/b/c/comma/d/e/eacute/egrave/eight/f/fi/five/four/g/h/hyphen/i/l/m/n/nine/o/one/p/period/q/quoteright/r/s/seven/six/t/three/two/u/v/x/y/z/zero)
+/FontFile 1873 0 R
+>>
+endobj
+1874 0 obj
+<<
+/Length1 1618
+/Length2 12639
+/Length3 0
+/Length 13739
+/Filter /FlateDecode
+>>
+stream
+xڵwuT[ߺ-N݃wwwww ݋ww]+Z裿s}##{g}:\[c\UIl Ll̬
+
+d)vt|C>I7 `/=-/nN,Z [g7f
+ݐ}\܁
+E y ^nf@?m-?"t?rm]m= q/Mb k~c;Cob};plW
+dYعf..f^Ȭo`B
+ۛ&ʋ?0us,[ˁ>sb/r "at&,>l ߤ3dLL>JJQS;F7wDvDD$)/bq?kdAe
+D#AJB,$67kcԳ \Vkz,Z G`EU cCW9} 9}`ET.VGGpdiѯJ#+'6"
+a/T#M1pmw 9J%3/~v
+e{*w}ϡ6? -;+eJC/ץ8nn=|
+H64.AvY=C),AY&TWikބ H(J1hw+[ԼKC*kC'NMɣdE 88njm E
+ĖN%nP9mX wH%\?鯢G>E=Oi;3ikFr&v'|:oWHᗜ7~ὠ{N(>s\m`^֓"w-OU4 EJT(d<Gʰ[:~r`yBlfc {<>U7{렫W:pR}ʭ$rc1)(-PPzn
+%9 xkz:"CGػӞW٪Nv.aq R.d
+pr$[5OlBg{ -Rȅͳl1 pkyW"Ϫ->IEr!;4# !{n%|%P(Q ?eo2:-e{`vWSP[nwAZgv>Y70\6^˸26I56DxS dr܄8q\2n&f}'n4hH'baj3kjHxOhXjUe
+7" ʼnSM
+PqX@f.Ŷ~Bu
+pOmVtTbɦ h_Iѝ"T&4W+m ' "`*\'(-r>+(iCmAeh Y?5Bh0%%% ϩj;F"بwbCq(79WIRofD%<t\)l}%+"Ttv986e[
+΋zx趺2슻
+'@dߋPllI
+=q} JNs"x_þC+VVwcyIŭw.[X<1 }\v*Ç܂ Ы X7sjV|[»"ƭ:į%b\w;>n'D67[ (j4+
+23VAk@˃oojX6k1*L8Apқ%ed}LKΊpt#^,l9Eg|@g7[ŗEpM$6`$徤?7K&~d>Uxff_hNK{C{背bTJWF6?
+Ǔ).a_:~Quiϫk;ˣ0:#vt 5q>*^tWI:V|.7WrUۢg羼#lW鑗b]gK]و/*6 MAgA\m]V8km , 4˜{c郦c]I76+,KʒiakASrgIm:E '>Sw3m<+k--\1 g(,u]C ./6)$U
+wxj,/}ߒoZSP1،F@!@mL ;赧jٹ_Bmy(;2ݭX!RM
+,nx9
+lnw^hD{a0}H,H>vDd@`ѪnbtvUp`ᓎ;mw'Kc/mTE6Kh
+"?5U֎63c^ Un7E?W&Tg_tᚲjNLH7g\ E463EI0-v)`G(KP5ǫ/TOA?'d{41ԟ
+3Sm]~qv&/;!M Eٶ,=S(RY$cZH~xCs5<4Eҭ5a@
+Ǻt2&\1'xc &QmIrG=O`u&vo==}.Qn
+^I IHR,Z筬vc6SW7w^ Ya35L(M1\2_\]QA +W
+z"B=3I5H3<;b|B(.d-jF.Dvʍ/ШǮdw<-LMĎ>jo5<
+Oe_+JjtgCҩr<TeiN! 4ev
+i?|Hd21
+Y"~Yܺq޾C5X֊7]1+2|.ɬN~j
+Erf
+D8ݬ+Tӆ[ qLdpy0
+sY<(GW(܃w=%%B}Krx,.zH\]TH28滆ƋcsN7$++M [6be
+nQ8\k?lLgA `cCK?-g1Pe*n41RT5d
+“E-N)=]llbFvVE% XۋFH@x7x'ru{6i8TZ8aT"@AzT z5>mDŽ]?-ͳ |~
+`_ؕeI?"<^TϚS Uhm7)sҔ$ 3+Aڠ"c
+){+٤HW6<3<kҚ40qgYQ;WM\Ԏꥢ H
+V{@θPM<T9)8J[YSoC°̰]QL[AE*=9=O.w6 VWF)`+k`6GT T9ģ;EQ 8Ҥ~བ1"wt/J=v[/1a~7kO|oªi\%:J$I݊ E׊,ç&f|ͯKFg_nlYCJ!FISrʼnv~ilXpmT)݂>"sQ7oVahɜ)de&g8~~hU#"U=w-.YC!$oK;F>X͋XDM Cmw@E.(yS R:Mn$5m
+`ܔYiVn'=|1o=4 5,&JlR'ޘ/'m>͓W9 _?WWڶLƞO|\Fzo2!kgL BO0g !+dйa.WJ|B|dk';}RIIWoZ;||0h\ɠNN6$cFK5˼C7uSLêي$t$'Y7D5I(06ؼOWL{<JUɼ4&^/֑H՜nj JGx bV8*YF@|ì(1YY^0` '1|A_) 9q٩Vƫ;Tjr]L"9(^+S񸱑QĪt^4M+]X+xz1a
+[y5.\6n],nGGM?zC!~_ԕԩ6dT zIE~^軚mCwOjnpGlʔ:'-x1ًb׿2T l&CO90Y)1ss&a1#(^Zl(2.WOuCޙ Lq=e~{H^Zc_1<Qo O>C%Mjÿ&Kq9-Wꩃ'RmPA O0c\'k+ߥ*[(IEW\9@'A1Nva۵MqJ*4oˌ<* Pc$eR9s(B+30^xD^rˑ3Fuϝ :nMVG1ɕyrj:a["YxoE&,S\S|[bD\b /bME6iVgڢxֳp2jrdpKR݉kXj[ zs]>GEU# H7t:yW:(bh2t&gBN߀~igzZ)g{"ScUm?7ŘoX~C%H4 B}WGw
+ @Q36_
+
+׼ط={}4d }@jO8Lpg\y<r2<Gh&,5$KŊo
+;0a0'ѥjCe#8munZӾקf5EsLtaRqlk Aq[4|/eWoH GYM*(M-7d0]jL:9 d4yXAOV Aٻ\oؔ<Ylz5{!<u$pJ7N6й1UDݧqDBȉu)AUe74Ɏ*4^5%4bTrm/u\Kt=夲fv5jØH<^|O􇾍ྌxRTȕUNss
+_<͉e9cп3lLVh0Xb..&c^W啱6N
+ I\úUhg|N,t /| Dj8&vÞS4$)T*btPr41R
+IJcDYH=7L4\~uzW?X7$S4]\M|IZ3/{ު@X ' .ؖ8oQ>Zxն Sz:˅&{5XHDڨ}Ɓ~N
+1¬ ~΅Y;Zt{hu%Ut9I McC1V(,ROX%xUW4ݢT-pұ/:AkAWBz(}-y ݥmKKOFVXpHi_l2WZ 4LĀT|I6ch+)1tÎQ3*]# 4ƼQk2_=3d1t3 M,.o 2Zd!AKT.3Z_ŊN^zXjr:fQ@ߝtܚY3\D V@%ne]A)gc 9\Jo
+}bH7b?Td% 6XixH-uK/A]fF׻+Lx SټN /wO0ǧGMܕ8,Ê?PJ(b6OJ "͙CF0Vh&w"ZKȳ5GB\UP]2nx~,!}b;Mw
+Go9!TŖfTֵ%78  ;o +ܪ{wh`%, YpՌ)S!NGtޟc"~umVφ$ бEٯj%LOWRY
+R爹!}eBqˇ&3g()2#Dtˇhqmy{1-+ݔ Գ'%l9~KxԄD̻$
+aT<d{r1ܺM(4\wU1 -D$[ bZ}ޕ9C5#VH}|H|^6\<O=nB k|M8A%m_9h=ٱwl _˿R[^SmH(B\'*$EԔ3CU} i(X9RgDf7Jb#\L±nla6168Մop!\}D VyM(BD
+u3r 8U}v竓gA7|D
+endstream
+endobj
+1875 0 obj
+<<
+/Type /FontDescriptor
+/FontName /EACHEE+LMRoman7-Bold
+/Flags 4
+/FontBBox [-544 -304 1774 1146]
+/Ascent 699
+/CapHeight 699
+/Descent -194
+/ItalicAngle 0
+/StemV 139
+/XHeight 444
+/CharSet (/A)
+/FontFile 1874 0 R
+>>
+endobj
+1876 0 obj
+<<
+/Length1 2182
+/Length2 29025
+/Length3 0
+/Length 30273
+/Filter /FlateDecode
+>>
+stream
+xڴyct$ڶnԱQ'۶mbm۶͎ٱ:^z{o[s͹V*RBeZAc[C-#@FVFƉVDKJ*
+og?(~P VTs:u0ݛsml-W?Ld ݾ2|~? H>-$dIQFZ&NV
+LO| S]W 92$`ZU\bs5;ߡ&:
+gީ}*P- )r*jF\&&]uЕg?s6X=Q= wzSp~23)S@+h[ RWm6ڛH0Ю Cs o Wv?>@W:T[맰.2毊RPDŽ4ZN|}@RSʹ#J(g!6ccAQ%Cxn'"P:@ů=Oimj!T꒮t׎K L&Mf>VDq~9/bm5eaw.!ʅ<9;$fr :<lY#g,ĝ)!r DJXPK
+H{7\M  5l[
+7D_8lSQAC°XP6=1mTE
+R\ Z]bwx$u=FEg\mjo yٽ bF,<`]92/$.&v)^e(z
+Dl>))L$fwE|ʔ%vτ بsE6;M3,+RV}wSj@k%ɋDim EGL>>ث0ی=k%6
+D O9fUĦqt8,j,r-2\i֕Y# ImWF8Cgtw]~z{.yNvinEw$ Dkj4<w>}xۅ\O2P#q[AW:mAN!Ņ/4D:?rg0nvAF,
+gղbKVX󈗁 'o5r!?8I)FXb(nB]ulEVh.,C2bߑ4R¾ICJ?th(Ah݅]M"W) mJ𥨋tjc(gk~CD c]XI;ҿZrGj^v`/]ׂRz:5{Hg؝)AWƗB=iIW~88LM\56KkQ[)mYFSd\'*,0:c֪—[e_ vš2~Kl9/kR,C P& ?s\i靃#.YͬOusQ?u`E5)j0μVc{OGFI6F;a uxNL앏$ oQ8,֬59uF6
+,fҿ,iᒊ`0v4Y,]SP& м10jZA5ʈ A
+H5N ]xUn+.e='j,C~}5,%} S 6wx&w[~ȩa J"v0>z_ œynnlkfΗ@:[;t ",_ɡYS_^ hPQMyU=~u~8K(ĸ~RG<ZQq-f)DMN[iiPі&Pz@'Ola;Ez(j=ܴGAى
+HcKԕRA)efy7lg[UgLN+DEįuj$'zʁHs_#c(hI #+m-75Ó?;paJblȵe}iHN-Dtxqq] 1<f^UR︲`V8l$#) "|yK/^TȫҒ~t!6/>h'WC05=zJ@q`2Rliގ oVuO k3}ppO~~gi i[."O{kvbn&1<7cRШ yǜ;^SԳF2:bK 45 hM_Pm!c]N:+9C Z xpy+]Xh~2fGR:9A @>~ L/vO
+:BﶓFQ 4xU}i$ 1 u<K6EH^a ˲޼5 _}!
+)}:KDPV>6鋹)r52=N̮4_hN^Ro~Rg_A+bUȒIL68j_̈́ހRf.PSg/iyݖ52wˠL*R!6]x=LSWhljTG&AmWo0i2xVt*Ҝ0F
+̐אc Xun6MYA!4.,=*Odk!&9Q'oxV?O&qouMi1$hL?UEٺ6%h*4h%d)q+'?s7ӧ'kiv`6-y^pްu IrBƯq <6b2fѹ;1ѝO NTTOF [[2ZAg3\` \v)#5üQuѻظb& {n<4#lGs%#60όz=C?jX8|7@^3]U6!Oy?84[=[!ݤ; WqoK>7l ?9*k|UץxL5<(x-舾 Uar>YmÌ轐
+ݭ|\??{f?9ݻVKo". 锖gj{ͳgq<%!bڙSc0{+^!I׎ eT4D'i&YgugqLgt;O>7Qfe mFSflϱ
+<ŁΙ)R
+ֹZTr0@ľqEFg GOɿgqemф|Zb.;M\U~FAF1MFnͪ들4,ʧoNngTb7̆F<=W~ٿgT+)".N3
+7]gGTɽh
+VŋЪqw&#Z/r9Š MGf 28:7\"5ΖJV~nAQC?ٮ95&2ZmpTyKFwkҌ#ř")H_1es( /$i\X
+ ^GơN09h:' EI?@=ۆ/׋ q3xŽV!jè:.~o/m1ZTPrsuۮEQUpc$@`i BΉ+g0vt!~Sl<'tg'3LX)ɫ&[n侬B*,s!q] .PNZ,ܘ;mlf7+A5Z$S\eϞ6*!ъh@zaKy<N}Pc$y,B?=hZMz^f(9s# G.r_w(4t"j[tt;朄W}vVeReZK%,^D-J1Etcu+*aX=\SKBL%]+yW|\E8q"!1n jA5H2;CA se\? DsoN62xB;D<=Ōf2Ohn$ PkSO5Go*JXWgS'F(+.t=+@҉Pb,r<ϻz+bj[d&$p@Si.|v %VJe[ņȅ*=)þ^3_z;`9C0F\,{Inikm]I9=q= vtxWl {\xP9̄}Ҹu0+2I QJyn(rn_ܔIF2^61{"hUnҏkPe\ݗ{ `]1tܽ-Z;sng*uؚ_U)։*v<`R :0[ bkP`|BJ:AQ݌&tΑ!#+l"cuGΩʅLy}epƾV53DwqeTrR- Vd+
+O^Ry-Y%Sˑd/>]{Tk_sGIw8`'ĺКw\O #mh|L6Mqp<Z&.4b)XbHj?KXܜeml(!l)ܫ"f]+K4ࡎӴgi@}
+3#yӖ6zPU&<8dlfT=?CLnоTdymee#'5Sx|ss5
+[g0Bo8~ fw8F}Eԟ[Q*꼋uRHnMJs=^TPak|)' <S^ e2G9<fhjfH)Ik$h_G
+q&O"Ƒ_{~K<wZ&ЫWo *Sǯh(՗<=xP|,E{ OQ7 m@HcqW}+5[_Kp,71&~[yP'/2!뱒LOh-ICr2<)]ȿs ˄YKo|{I@Gk)cأ%cKUVP$& dv[p<?5)3SQNZ ɩ
+/1{cp\:HHZ@/YGbS7͟G5PFlE$=@&LB9<j-]RM [Je(TT0v.k2<aE7>oU\0j2-~.D%' ه}QHR*z;nNAP"QH agMv16${fud^E sӕ:=}g5=vmmf=6aUQs~:FlHoE&u翲"&3
+v[OB,~W]>;:(yᰖ-^r5Ӄ" T~2\i@sR@v.TO<% %&:㬠38ʑ$vxx J&z~՞ TL`+dاu1sFWy)?<y<~cxRL,>mkL$_TW #bȨf~'v󆤕U 0e&:_hiϵpLgA LP,UKpxL.̊<BR> ؕv
+\
+3LQ$S1O|SM6™׋^2x]P&"G)pq>@4[М)3
+j^S&SѼFEUA3FʾΔ'*Yu=LUW
+ 5UH&Λ[b]\0 lSN[</eP{+ޠh9 C/ʼn+Eb>o#vL& a}Ӽ nW2RmX#؄&񽒼mtK-:O %ۜFfS8鮾25\ld;Ni}j~ʾjPf[N,ܹ=e)|Z"S^ƃXv
+)&*5L]0~ 3ȫ<] D',q,hJTw'nSZȬ` :\WYe|3~67|r`*r2
+io,G+, )bQ]ܧo9n!tlL"'] &kLCѓFOH6dyOM+qaPuj_V՗q;bv#Kㆇs~u|*H)Oֵ'B%sXL[R40cGhTLÜ֯vF*.4Ud*Mގ?=?vm6J$q3~%64ݸB=-Ӡ(m95#[ױE:8w*OW3ۓ޵ FT2eF1ϣ/U.\r^3uVLH~j[-m ;!&P,
+-Δ-Sfɭ أЎB}lc)/6~E`#Rȧ׫Ml\1 2gd̗<]vh&/.Ɔ?Z<|Kfw=INMr ~Mçr!z0PW~_39z%Cla]G˘*?gGJ4Fy0"r<dQ^Rk\DtB<LA!NHeSc\>QG@LZLVWD*J;i>~։m{bn%SVc.aaZ,e%00<JgxWǻf,e7p`P^5|I5qD@aHƺ'>rCk{eĮ% |NLO1+dH GQ69m×O[4r$?BR,J
+oHJ}IifQG^2n#Oҡ '' Sk<3\yA (1+\'ak8p.Qb;̡:ٳ;1 VO\ܒ8S-^7\X i% &Pm\w5T5,v*펝'a0ADoP/Tk-6~ʙG)Ѵ(
+R ҩ %A$Nv*|-<![XTڼ!iz ݱZ= КژcED$z-؎{ˣFפf(xhm\`
+ `'-XݫKhcy*ƪwX yq逼pe\AgBE!*Ž0VACYwQ^#U'x
+CqA!--SLŻ-,5LEwX1W´
+EڃE(%R
+{ rY /tK,ο;_P{ koHRu&0`>cF>Yfl|[[ q)۱ӵp%^C>?;9^`G|dҹ}1>!,Z\;d'3Ỗda=]O/7eaaHZѼrqd/@
+ vھ.B@ʸqQ_w #O(#T79(Mޫ<%
+pX&Zutdzs15MTkB[W)f^YA~+/#*[Z56\z
+aATK'!&Q/ ƕ #ov!Och
+ ڡ
+ +Jv$|}z+Rl8ɍRzBsv{!^>
+VroӍ>Rw<] bzwM*u">bM"h1/(`by~p Q.ɻLm 9`LG :s
+yVvZ%p
+][jDBHt#= o2=a
+T*wQk?͠e-g=F]\7DD$tHMi i$5$,7qS;S i&n$^[}^S[PuI~ V9Nln0w]ׅ
+*jFyyMpC[
+WHO\Р BZDk[ zvr+sW\iw
+)z{{\{k̈́|E3ϔ
+&Ȃ
+Hc7?U]PtdOְz6"^Av;KsɍM\ՙq,5Qr͐9Uu߭jzT_*ix'VBD#a堻Ɖ\p*5!?D<.)G2A5M܉>= X'U6qEYqu
+{.إ#l&ajْ8 ʾn[(MDYn,@@ADWكٴ `ʒ)=._!|:X$d(3 TeďO] '!Q]B> 5M;%a.7QY3 ߰/{PxYN*01=u't \~1yZ`{m yr>mMFi{,_&Z DRؚ]y]l$sE&n=w">{fB+G[s46Ω;
+2+Lie#||x6rt F*Q)v% *WGZ7*3wm?즅rU6 x:>b^pbQ+~2Lb7B)4V,tv1qRpn!_2A]R r,U86TNV .ᚮ2MOvy$K}%@'iuA|T`tQ\V[AP_rx0c]0Y&Yq
+YRUtz_i.ڎV
+\hoK+B'g΀fГ#L]ulBkx]"\$xP`QHA}T:;ي@
+(u mAY+]_v>Ɠa{<.3Er[#Lz+|N)|w ~$e>CWccxI=R. JF%~jJm:={/EgOdQYl kn`AzSMCO),Kc$M_ a~/|RrȌBlo@iyTذ;:UU ˃:ؼC]ff{?6YY8vKz M/'b)c|rZyZ
+y:9ס6l~p(e~loEŖeb3ggI )R˭i먼W|[PuJx3>g5 88*J(ѻ(7Ao;tY@I΍]lb9>AEt)^u]!1牼UwtMCQ4; 1nڛ%浮J)\_d5 A- ~T}ȬE҃_*5-&M4Hu$)\{W{d4&{BSIn.jm{8ṫuMcRxUq)c2
+t%YfM.Wx,e_2Fm6y]؎G`iഓ|WV&
+:v<]yQi]:u5MAp~wdt7!tiSszּgi@+γ3+9H"^sQeacp2m9SK\p]>|acx%VՑjGia&x}EaTx%oQݔySC-3r.rWnW\33xڰ p6vux+G4<mq"ܫ^9` -Lc:4]x?p4XFEs"δrP.@Lƪ6sBBq Xlw0L5s!B*mYܹ2R\**⿁,  \tQYٻ |+{ [lr-&IT Vs7O*<V_ Rݍ,ޡQwt 9DIWߎӌѰ@
+1ܺ-  MV{(Q+)7`/qKqbyڲx<V#D=/
+;nL7D"u \ ғ :b{uMU $x^/]IYy
+;r sm;a)FKe^,v> 帧[`!fǁuJgpˠEGɦ%"| iÞ C
+8eպu1ۯ͗.+z3RLgEd.f0Y<@+啝x\E?⑫ I2փdMw;t;pco[eW.BRb-' ǁNy<mN+8fa(13p"bGXFxD&(q#ܳ8k
+%4]:tKQZ'>z=CtI<ӷ#STT!:ⰸa :pA•BND_%b~e,\ZHX3u[j /x]شQaF2̠ičn^DaG%\{rI,QIX~ ~G ^Lh 8ZݍpdB7v({܁qk;fDW:9q@yzaUMiZ2y7<ݼg(
+Z{8)b^B-֟Q"^inޭE h].a6!~ *{Sk <5c)"C+3.^F1vQC4&E[hC8&
+?~%%iPy1,^A6XA7s}zBI[BsD 5 ?l5kTʡrZ\<52(OEĨd@q65:ԣ+̢naetLMk zzoŝp++Ypٜ@Nr#xM5Wz(9}әzWJ3
+F4!Ѿ0R+<KKR))ı }L/\r.==5[k>
+q%5FW k"r߄ T
+@u oFhAY
+s{9hn8SȲ~CW0Fe~hLq7/cL((\bD<gQ\0mpLU`q3kN5֔a\-EGw+M??-}
+2.<E'`maeѲoNشtr,Bp .97%i]`{6p,(uI kZ *ηr HEE)l3A15pSrG7
+Yrl
+?`Ty7'~^lh# * ^8ky-1M$ LjwHO(-U}7_% l^cKy؉\.<W{ 0ҀT)d"LiNy"nLj#Yνi¸S[ͥLv,ϴ= 8j{ިm`1uͪtަұJ,森.?.4xc)*^ħ;0> L,b jtvГB;ްN9J1H4Zo..OtER % sD
+J!.(o^kճ pV ʞrT^<#n̿Bˬ䏇ҞQ$'.o"bADB-tԂhrۡa'>h?,&,l9r_q6
+`q%Ҙ7˿O[!CL-gQR<nuR?ȇ#VCZZgq3ZxXEqL[A2#c =,?C{1ݢPV9Es`)%[)'9]2~L,zQj$jQEkÈ|OP_ϖÀ[WliN
+($SpЗeJw(
+mm&)%r46''"Pz(EE
+&7C4 f0WbW s
+1I_8 NE8 Ws,@Gq֩(-o/ SuRTѬw9B[1d`LW˶[' C~x-XCYZ9(E $'[D{7ւ>?0]d+ wuWggSf
+A\5n3HH(F)#1qvlMêt^{JI8_35Aa։,>)PNv^Fh rRC3mz9MZ: (</)"z9ke͒x)=]6y_QƄ7}u٠<<7CAL'
+6`]N2tW՞f
+#${s0#@<?@3қsԄ3D[g'mp᫣~+ߖmfO'f7v)aE!w@],){@džYѻL4y:,a5~%Kv6fʐGk-j~j/`0T5xrU␏ZjsDZL
+V/MF2],HagkQ#WDVݽZ LpQ `KMv=AGZh{}ي@Z{nZ%s Z}+~mvIWjJH.vN)VyY*Q#P %dVmh`ġ/xؽ} k22}T+
+.3>r񎹶Ph`qĀrUc)y sSgV^-!R~V*wREqa<Iu߭C; i傎0)Px %/yp'@Pk1<gb|eΐYʴ ~{,.el*v2Ѓ甡qc%
+P Y"}?%.x?/OǻJ$] BL[˻/lHM$zC ϑH(P);V[naQMmaO;ɹ.Pz h~,|G-?J/HV~T*ߴYI0?]ꃤ5JW[3yǶث iCR>gs:@\
+ JŚ@7ʿ}~ɞkeM~WKf2nSOŰIsF +㬃٥q@j9AZX;5^+Asޟv`6faWt2&q\pp
+u};&|R
+ =r]/bf񁾹W͏[0IP~뎏Kckpd/p@wTL,Y/}ѫ<fU(\k2Rc@:3w~h*
+|RɏWf[_9=%* *%(XAzCwc/ Et:G?M@
+wq\o Ej!ؓ(Dv)7F+ш1P%j;\M*c 0gPBC#YY|9!x7#yCL8T=F/Ak՝ڵUi6#0mkpVX,D5B CmɃfPZׇYL(]0VI㴶k~֗AE,E}[-eZ`a,϶yS 5M+hsJ&[JJȲaf`F~rvrTԧ9 W^&-by[F@c@b6TuIR뛻bN5s#m,+]ma.JGw׉8m+n&-hd[|<}ddS3֝-وPm -{'Sl,Nʔ>rsG/`a=J/{T.D1.#$TB<dO_FNC93Gf bZ"Bʬx(q ӄLa%qQnrV R9BU5Zc L?@5J-e׭nYZAc3ܹwH8ЫP1.rv3_YKaO}pwD>jRf*K~\ڏ\>Vt/RDߖPJ? _fh3x;r44Ͳ hn|9*(цR//Q[Ӿ@m(n8Л|Wf8RJ?VAvYٽ /nK㣞46 peOXy*ݟ s~ǭ9yk"&'TMExўlo!21u|UCCoZvIպ J /14̽GI9j&j(LH${Fـ<ڠj6 6QΕQ
+q8flZCcbڻl\5̙KayvɤA
+WȮduIx%RE>FFnwP6lqq˶ &uCGXsxX1-+#n&H<.ɻG7?oĚf#)]C{%zן&$#-\;[Ŀi3P&>͍&_&Ɇ=twsL==~>s1#2'TX/CR˴2)2c9V]Ƅ@
+MA
+05oAV_cw  bQϾh8]M4Xe !Qelm';N3o~P%Q!L"O`A2pԙETE^+fVWH؜vawLJBa-qYP(5]{ɇ@$)idb=~VؒU;;֣].1 ^QZ9ޒ!XelV!WFj_)Isy/x݊:+bRW#pJ$4@Pc{mR0ʼn'6yϣ_7]BݒZ ›W:`͔ T;!EU3^ ie
+.0xMov ؿgAWC MlpoWc[:cY7/hVjVi/f;+:S(XWmP(yuQ P,*xxBxd4: Iḑ^4akJ,XۧohER-~ !Ti
+:6qӵ# ZXĿZ@ qp7w?~$1U> w9.mDJ?CCI#Ja
+1t1K,
+&^ŧ#t#ˏpTˠ4qUENc
+PsYF^tΘzHZ=#ifnTcHLdx.0d> ҁ@q"<;0lm؃h{WSVC; !K{_,xֶ9VL\tM+kR<@K1 o@{iٖ4ZlyÇK4AiOgwj0d4ɬ(47t,)wfO+9BTVolt!pER YtHKF*T,bgpqOD|Fj?!$#|4|
+endstream
+endobj
+411 0 obj
+/OWHFYA+LMRomanSlant10-Bold
+endobj
+388 0 obj
+<<
+/Type /FontDescriptor
+/FontName /OWHFYA+LMRomanSlant10-Bold
+/Flags 4
+/FontBBox [-511 -295 1637 1133]
+/Ascent 1133
+/CapHeight 1133
+/Descent -295
+/ItalicAngle -9
+/StemV 142
+/CharSet (/B/E/I/L/S/Udieresis/a/b/c/comma/d/e/eacute/f/fl/g/h/hyphen/i/l/m/n/o/p/period/quoteright/r/s/t/u/v/x/y/z)
+/FontFile 1876 0 R
+>>
+endobj
+1877 0 obj
+<<
+/Length1 2049
+/Length2 22848
+/Length3 0
+/Length 24053
+/Filter /FlateDecode
+>>
+stream
+xڴUT\۶[p pwww \ (
+wNpw$@p n>{yU}Xk>V@I(jfosfdeb((ۉ;YYU.6N
+o³cT_J(xX
+^yJ[ k :A'd'o(tF#rpߺv Xun.'*IOc,Kū`/CXj'h<W. s $%{H#0n
+0h+`saWRT4[|FörNf1U](YMjϱeM~x8]иC#mU;܂9 LFdg?J +nQUټhI~j&}]i>BXORMs(ɼٺrC2iLl~E^8!'qޣ[g 3;p6NQ[v.
+YYQu 5V·_ Իp .dF*.ԝ!&=z*j! "<ңMO7A_1TḍoTRqw8`p.5pP4ܡL;zC^=d .f-r&Hm/AGi#مSRA;>+~C̝T[;5d$w<rk -ch6cqV*m%#e,8[
+^_|amrebJ` rSwHJASJC#[/x<{ŦyV^*`NaOԩ KFkܽCLϔSfmQdxv_s3W,ZZv;RԟXdz \`|Eu!JVJG.~,jނcZΐ ^6rˆ2Q,bᅔ 鎣5./Tt͘XO5d[^q/b5nCScP͒V3 剁hBpΪ
+=XBS.?vmO$UBKp9~{5PH{Y
+f|F%*C?o.gQM!OCO~O7z°
+,wfV)'{,1IĔ*/c9bR][قB DNwG­r*Gl
+ y
+DZKfFp J/wG5tSϐBSa 8V/kN&MB+ɓmD= q&/2)M
+E>(Cq_F;ٖ1Fff,a3RF:ל%8<TZWoۥDu9<g3 LTq2N8uʐ9Q]s|<
+|ܨBaT)> ׆#.
+Jgi.{
+;{C|a",u)8oeN
+3mɴ{bQEtS<#VhѝA \/~<]΀_aw@:$gbssḴen¤_X84޽?I8Ic_L>ԾߨqUq7#DsF =
+&lB?U3(L/h0>{$Hu4FĐb:rk865`!<DL#oF2GQ<}\R 'f@ a]jqݔ+ma
+UO<hv2ë}?;^!bT
++'Vj5 /rA uÑqF֖oJJgۡ2
+neʡZ  pwu'AL+&SuS9)X&'q˕w
+s>ϻ^ZG3(f8{nhv*ԞbPXzGYmYlx_Z.1z֘mB\=,BDn%f\o53tE{ V.ApR8)k#ԊCpmb5|E3{߁#4"L?&$gԳ4['|@N%HRfj V7%SYmw2
+^jc&tnj!etOŪ%Œ>Dt'5Nc G_3h^õ.L޴0a
+l(EGq?[Gm_NGȚckz
+J^"^K%-f5fȱ* y2u
+07mRշk.hsƫM 8*?o8Kb0Q>?N
+3/|y`K2sfnBL{b,21pwʼnl.#yvPC^2Ng\7yFN̈7a=mMN oos+,ns5y#Nt}(ɸȍW\&ًԭ<nɛ"Cq(KJCXގ 2h'닽kNONiyLcHG 3w>a(ڈed4F/d ޲5[nmFO'R)wN$S9PvbRx^˛UNu
+'WhS!ZoGǃJeqBu چ+:шßSagin@1uW&*z)3OGO͜Y p=k4G]L*U( HƥX樣S*Z W,DMUev_ŝG
+FMX"C]KT_|: ym@;Q2J5㯱AAWT,jn_j9:tLHrm Ӕ@@YUl nb(Ջ;J+U$4JF
+2k," E1;-OqcZ*``CHa.z5>~PL0U#%*:ݓcdB^\-sv,zfg? $Jү4`H:NS:׫#
+s<);Tq(ѧ_K&hw2K]lK; 2`W1C\"ͮ}L,H8UÆCFJ&^GGfNZXnˑa |˫ؚ~ǐa},X|T[_sY1D:N¯UHj[̐E#9C4>hC(ESV%Y.0tղT,8Miq3bI= ȌV!E1
+W^44_.6J4SUhU.IwVGgע'ɵkUWZn~.#l}aӸJZHe]6cޒ%2CR\Rf"Ot^&wk `Q6 :Wan-3呀iI2R58ԛ{8Uz7IJO O݁u"o0xί {&ŁNqK2t2"*CyPppZ{4B)'_n!h*[qE9~)j>9˘Ff )'t0TddR[/}Z/!5ȹ1dGKP| s#AybSԆ-7|هo˩s_o7ݭpI[h31׈aJ8%Βq)QN2fldI~P@
+peŪ4i'1bC#Wדnq2˨➊iBXobX3qgV&Cѡ*c"2iaA=q1SˆEiVJ.(9͸#++8Oceȅ*}A 쑈,n/F3ڋIe2dE!~}o5ଋU:32٭>ƕS}([ٹxAsHv]Eiv7
+tDq:2hw&_[iE ֞%$/A,7sr%ЩJdvw
+{*si僸K)%S1Uj<p}½!ͭbPͩ
+#㒯V'ssZgXg3gX
+&CJ"0T2_f#!v/|3ߣ~):YPVj QD]Na.Au=u%T1$—pAp*]'եw{
+ACȹ!8uw۫7W٦a%lsr,AՑgMt(A`͉u7spq)n0%(45ofu(\ L1W"8l؄FP\ UH0c?-桓p[k7,*WO=|jo4AͰ>tKlX>{u4An;B6Ҹλ jG&rN 1Mj{@'NV6l…޴'܃Vӷl\b'^;AZ?E|xKSW#)qVӂye^pun1D5YbLc gÛ'_K r戸Ơ~8Ά]Y#˵*8bnD2AO~OsdJ^)s 'eׇm隃&`G^|Lxf9,Z>'6U=C3wfɥ%ԧD# 夞QLэ2C//bJ(LRˬ
+(yn&h֓9ڮܛ&@.$` ?cc}ʂK~/>`E4NTǧx0ڨ"BU<6ϭR՚c>'GUu'%B^h1q} 1׽Dž{U%+L).{coJ_͟|X _UoF_pD5̰YUgZ WCb\B*f"za2QbjvK<gL+-d\
+dQɄTM2:D`PؙLc110sJ
+RPɳ ɘ`Ejw[X^8>3@<y ︗77lCQ$ *Rjs @uMYՙ)vgr+͉u#mB؃>?""wKPI9\yPLa{=zVʏ[tͫ<]&?VNk 4z]WǩWL=/cߩ}ۭ`;~u|ğUEzz6ȜZIlNEu$ejF[W A/[zoz%!*7
+ IU6,%ДveMOL0GhjDC\sg1uUEt'I^9[J2hQ{rPh3GW=@H˂b*o.RUi-s
+"}޸,28p\2|`愚r6D?Kr( /d^jN5>—b*'8>sg_ pÚ%W%ōڋK!q]&f(Νˠ A^Ff0k1r$’jB[̺[3ĭ6o +Ԣ 9*dv݅Mug,
+p P5 gQ;d8ɧ\ؒ"#~I:/zrv[rs'R87Vqn`|m&ϣ*fڬ dtܽv=MsNGj&9$m 6ҁdf}eE=xBKݶX<oFk09\2ڛr=mqc!(liuy7A Q丠`w< C^| eg# 2?T@H/l#ҦΓMRF]+(2+H2;={vZ[C,pz[(3R epsQx<}l[CӸHMy:<YĨ
+#Q@dܭ|</udtfJgfKgNOUt8gF%$A5BRN{ 1&u.&Gqr``<o~2 VYC\X[[2n#rw(\(YK'D|8^]jJiXc
+wMemGgݰ6:eB[V:2KWDⶎ~d\r#ES
+/.6>{4r̛ (g?!,Vխ[|Dn'ǝ=|ܕ,ˍcRmđn+ B
+ FgM$@-[ؠ䝛FX J$k=@.V(=zwtvrE fh5֎!3=}V3Bn毦`k3cy)0xGoAW4<O$(Z,^_̌Ӷ5pOm5!%xh3 8pSqA>FD2ޟ.VN\%iO=B_IŠe'yAy^.  I4]]N>DEOH BZN{ui(TA#d`I=u6
+Oϝ_ǃmj 97γ$l4
+p0fE$v !^N4 Өis>D\=QR]A ^o=:3'&%n5sNd6QIuoCˆ-Eq! (E5
+;H̼RFZ <4i=W+{ad.%<<I%i5xzGQ*(IQs=(GanE1cM{K^;0҂hNshq(t/(.)7BҝGw 45|'ΙP6E?}= goƗtLO9Z,EL {gtMMQBDv$[f~G?
+kkae,!)Dmƿ:nSEPyṑJ4T2S
+ב DAwG1Kɔ tOk
++( N]y.Fs5㸊55${F/ܴ8va9a {Afo?ouDmrWV8Mm ڝ5F:&UCl sķL1wy=߫mɚ+0B
+^p3 G<>}i:{ĪZXA(l-fX36zW_$̣{.HJˡ-.lt.b;'7zd5* FRK" ~[KW*eDJ9Y:eADֽ.쳷gh#YDTYHq p2%kazoӺ>IoNK= %8)|,kI9BEc`ҥf݌xU=c{H/ cc@}\š>JérFxr2)y*|KVK GNk-S mB?e{~͚-Q_6kxe XS S99Cn+A~RvO2/
+޸l(L*瀤q=iO
+Pۊ\=ylLE
+8ye<~~0̣% 5xANOG "B&oB-7'z[9g%9X;paыL[ t+oQ*.H)PށIcs􆓹ʄ4*:+Mpґ
+KyYp"J7ynXMMΘ3bagD+
+kSۈ]9/x~s(Jv]5S RXx_#g?2%o$Js< >5
+|MUq
+f
+yTa"R8n^iݻU ֳMqN;.ٴa5㢃nRD}ba WgNa'qK>;6Ԋ,mKDdV47t ߝ /kΫdUe!nVy'ʄO-x sC"!J &q$"^܈M̑b0-_l&x09 AKy(6ӪM}NĈ
+xZ|0L1/Gj ٵk~gn\Z`0u2L]а1 %k Ȁas}!?$dɧ1޻s$wwCkHJKy!<-Jxkȧ̛hP3.F9ء$ŇRv2Y}KtxMa\s2P?;[$G;14A _Y2in}fZz2SP^('&!Q#y)DCWO&z^;ȚebU8:5o\t$HpJ"@̎/وЩLLZ֟nsZR\r':A#!n{X$)[1"R9@4=6jmAR >Jpgn |DdNjJ?twmoBش6α6&۶vjdn]m۶k;u>?b{2Ocr|v#0޸Yq^o(X:|d
+Qn^Q  xdŷ v+GusVV޽KLt4Z9S+Q3bm s'N0t% ?LXr"K;C qx_@*RPB*(D4UT?+gG, "sʹ~P' +eCE
+,Ǘc8Αl^F@ nq-]at=Fm:1̜҃.NCgv}Jc"ntHY,m$w?hfǨчS_%
+w&Fo:#{ _CT[B%'Pmn&4NA֓ m9<' ݟ "f.b0-ҁ(AΠuX LUfqfT1ãZIx[ Bh,ݔ,z=2GLʮoH_[tZ p7-P=$_/54Ccl43Z;z)«3ǿ*"j&o:8*' ;3Iףl̰'0+U1]%ޮQg[㥫, 1+q_a0dC~
+6-BҌ[9%Lަoq^IlJw?sw|xlK`h(3mr&t#/ ȜuˆjqVhʖatSgb/;<u,%d} _i 4ed1pf'Gjn9'iv6;Bsɏ/ۯ)& fcF"pGjw]v` -|2#o
+.vxA5l#M]bƾD W갮wp@|ǰ^H*6I\='$% >rya3$)$a2 fg j Ԩ"Ez29zJM>&?DL؏r@
+\k|9GBgum
+ ,z_y~ ӳk]ds}<dPbnj;8ꮙL_ϋ J$l<j\`G®ʼnz4}Ǫ`dQvB ^J=zj*®1)%}=0vY?9y$Q8܏jlh p<[&ބSY0¼W~M|k԰Qˢ.ԴO|W3,71t?*=F,WLk8+tRQ)gۮ^ᔎuilZ^9P"nx1"HJE%1)۱[]ѽ/Z8 FJ)^u_ő b5iU~ &ڗ3rLF؎8 -,<d\nO&PzB4tIt'OTR(@ZT2} )7'@]@3vCaY'zUC}inJjcUyo?!J[l0޴XB-yR21<M; }/Exsf @ɐnwݎ֓jh8,]A$¤|wT Agy[?T"LEYŴG">uU
+JyT4DpOAx)'i;WtĈ \zr%F. mMyA
+ɑ^^-mX3`_JO"Q8.*{݇n|FysŰ / gXw1YW/Uܚ
+Kn[rVs,`R.21֖5EXu'7 JCbfaOیHW~ 75Ǩyq!xJ5R]b< N*I&.&wnB1-&-1q>ËJꄵ pny Yc^#,oD,2O](/gu$=>$.&~ M>UZ~[]TC
+'7T&Z:w:2Ñ~zMnt4Td:V)"X,ߌU.EŒnHtQנ
+b\i&DIi[\+M;n8?G:|ga:Fpx
+=y9uuӖR]_L7s\D%$+dI-'g*0iݰQsxp8`Ĺe:%R/䚰ݬ9oxJYC,ƂD8> zh)֖'+! UKc%N+y`E&zU0p,;RĖ1QL< Ý qa7(} j(cAHhV!-tEŌW7`[tjkJOP{R(2`v{i~ pL҄KWa]HX-nDzt 0Bb̑
+^+DLu;0VYbZVo۔+4oa0^+'b1OR>*< F:YQ܆:70|5knz& %\
+? //I`zߣvk~H|x S?TLS<%OR$2ŏSI[<1)SNZ, =(tﳣ<wcs#'$外fKqۯIz:lB "(Ĩ7.:Ua$2[C*HҬzڪ qzzX'g?6A ߅&ouĶڳc2šm.<g_Q/bvsbGR"#"P:,3ף@ 8Q{{R4@W+B5?>jP&[H( l0,,aGA_mv16O{T]e2syUlWGC͹ų; -B/jzڝ?z
+,
+ߖĆ0#PLt5^hA^#1R|v}>sw9j2]n~zQ2K *iױdv}4J ƮїrcnHI݈*6_;:hM쐍++
+F3f;Kuͺu.?o ý{c@*[A.I0ɺt[%;Ćlwq@c$N#vquxrA$NJ?l(\̊L>녈>K$jġc0?Z `ߙx$Udȧ\ gYQ
+W^;?Fc>ɳqү!ٞd`"_O-9tIǯ$B'?@TRA^Op7Ί;M]]lw&
+HkZV|+^D{ATh֜*fmjl$INQ<:%Ah@_~`Pt]Fzui[0 |$r{kPoHUknWч
+06LIS3F?yr Bx͑q
+[,LM_k'
+iLZ?|A=dgE;[ !,ZzCu6cn*W@L}WS?+(W%q+gXǏ9
+55N&ou%qʝ†;@+U]Ñ4o.lqc|r9!Zxm5xuc2mu[-#ԊNcԬ4}~пL8gUf K<hNI3e7[뱪o ,&v9.;*6<B$#h;Q~3~n šY֊o7zВMWM_y;0JJ6O,1Z`@}VKNLqO`
+( C #g*tOh,BNn ;:\. >=O즦j~ mmc2FIgR& vhN@Bѱ ImL̬#puAѥYAO9-D⳼ESMtT:t~*jm6xMlqNl)c*|MqZE$'4
+}@dZoH Nlۖ:y'p"DKlFkN߃/qsU M]ޗ7ThT{SQ VV"oJ
+r̐voON*|hYA]t4rodTs=ppr1B ?yQWwvFk&Inaå˅I20n#?ŸPv
+_FN^ ct͇si>$e/"B w|y0SƣLE&hYDi,N(Vռ,vk$8M@41Nt`[Xt
+;yJ{DAIsCCt}4-3m"5yJ:J16N*
+endstream
+endobj
+448 0 obj
+/GRSUTG+LMRomanCaps10-Regular
+endobj
+441 0 obj
+<<
+/Type /FontDescriptor
+/FontName /GRSUTG+LMRomanCaps10-Regular
+/Flags 4
+/FontBBox [-496 -290 1501 1100]
+/Ascent 1100
+/CapHeight 1100
+/Descent -290
+/ItalicAngle 0
+/StemV 89
+/CharSet (/B/C/D/F/G/M/P/S/T/a/b/c/d/e/eacute/g/h/i/l/n/o/p/r/s/t/u/v)
+/FontFile 1877 0 R
+>>
+endobj
+1878 0 obj
+<<
+/Length1 1703
+/Length2 1373
+/Length3 0
+/Length 2405
+/Filter /FlateDecode
+>>
+stream
+xڵTiXnʍq)PDW0@[(5HeHN1LL$A[z-jAUE֥U+NĂ왠U}LfηD9W"3`I\?dXhHps@YQ@
+b4rEb4 rh!R
+ H!
+dd1E
+
+n<G[h[4SOD@FBA #huEXG'Tj*Df< X/mH
+毄 nIG ;J{mKݿNZ\a
+EH`akʾŦ[53
+VK]Ϟ!}o t\=^Ac҆=VlPy;wB%'k]-= P־W_*(KpiU7pϲ'}W?,xs?Giێ։FW/:eWZ"hk?²%YojU.`m[hLEMĜMpq+W'KK]V5%Skm|~3ɶ_j2 qdЂlg5svٿn<M{2o733!naGNw8|BTku0?(<3A8 _Lml^[żQ]Ul}R_J~E΍spbu{\Tth9c. ;2A8gKӘD+T N?89e`Aނo8b#>t@1`YR}V39Q6@)]~/w,)dӱľY3#7ʼ*R\nd0\|zNhd[@.[+ ^ޝ}دlG'gaşFs_:`_y{=0,j>
+endstream
+endobj
+509 0 obj
+/YEXLBF+LMMathExtension10-Regular
+endobj
+500 0 obj
+<<
+/Type /FontDescriptor
+/FontName /YEXLBF+LMMathExtension10-Regular
+/Flags 4
+/FontBBox [-24 -2960 1454 772]
+/Ascent 772
+/CapHeight 772
+/Descent -2960
+/ItalicAngle 0
+/StemV 69
+/CharSet (/braceleftBigg)
+/FontFile 1878 0 R
+>>
+endobj
+1879 0 obj
+<<
+/Length1 1686
+/Length2 1349
+/Length3 0
+/Length 2385
+/Filter /FlateDecode
+>>
+stream
+xڵTiXFF *EE<fVvą}tHNH ID Ѫh Z(Z*Z.nZEZu=*Oy<߱"b$L4a4e|;&kUDz F$=h%j&A
+ o=.I 4&1!8bƅ$L`H$tB!@Jf3hd)NpDqH *1
+ RB"G8(qV&\$!3@H` %a%@g
+\ph‚$=-$QwL>atDTZb>$e~@)#?*pB`NAUs |A&[[2
+T\eA~("TL558-S4y>ʏHVAqx$65prcpAR, p!:3=:;FH]> &s!#8 
+pBR ע
+ؿ;>*
+7
+_ :0 woȎd9XHowBipeAk|f ⛃kSj8Zt_/lk
+>|hsts1 ϷƳF |ڏ)k6Un,OכwEXaݛQ>X!}~Kn,o^UL-w76:T?JOL^ws&\bV]borhB굉=C}.a1ˈ /ɭ'k6LI&Gw($s?Wk/7jK?tn1V|κBS ך-pkJqęXwLDC+R]gJy9NI9| b<i<n^a϶n'?;>b|#=HywoklYUN=7uk;n]̶o7[Zw}6uV«.)rJ\Uy˶W}͂-^s+~<mn .nn+3w,Y$]O[m?uN wk9[tLיXr.2'iUerGO5.m |4lWw-"D
+vl[1bF2(*~~UCYJMlVmPޛ X4^c,;hew= * <aba^C_eՓ+*e_.o^;"Nj;s׍薧l_ }=wRu__\wm͙Ykuct9ڦO\ ϊNe g5wV];Z{coˊ l?TCQQy[wY/9}?
+$ɭvs,wV6jˇ ZZr'؎fy:5i]k\s̟ɑQ=/ϬjڑCj~)z
+laKkHwoȲ-k6cuN,;
+endstream
+endobj
+1880 0 obj
+<<
+/Type /FontDescriptor
+/FontName /LFJIGX+LMMathItalic10-Regular
+/Flags 4
+/FontBBox [-32 -250 1048 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 60
+/XHeight 431
+/CharSet (/epsilon)
+/FontFile 1879 0 R
+>>
+endobj
+1881 0 obj
+<<
+/Length1 1967
+/Length2 5650
+/Length3 0
+/Length 6858
+/Filter /FlateDecode
+>>
+stream
+xڵuw<ՋQPF6NY8v-+ecsc!3TJd&{DRfʌqg<_~{HDk"** x .&b:x<
+aB4
+E4
+< 6
+)'-7|$1[Iӭ=&^,m}P21]{(Db~-~pF~3:QZ'5L*{wB4&^t,: ift߾K\T*5j&n_ݙ %(Vu:gSC5d*Hb4o𩖝%Of݀H8Sk|/<( :Eٔݾ@eֳ/_эAaw Wd?#6ceuކ:( u7;S<kA5 }Y(>6\\Lᵹ?W7nfyKNMce<VsWoS~oVײZVX!i5j9 N=~ͽSg|,O i2,b>/K7XN,3`g~DBUgEE~>JenhPƧUN+JF {hkB8M`34_!˗?\`2q,U⢃D{&e3,[89ZLDaa -걁m'`:JG҆ NB4,jF{7X'$k?KH죂I7m?
+KG~Xð2JYNT4JO2 ,a굆Os /(vZEA-8G[׼ͣ:f~fcRE5?*-+B ܞ%hK|Ą| uvܔ O, 32R'l:ǭPa5:$nn%z%iy=9𧅚tmzMk\֯:4*s6/y|?$lj)3oZG=/y3J *ĺ Kk:d/I[) Ղ {jv mwų;){P`RZ1v rqD87|T{pél;
+c'qC{q|˛rgBn?=}; g ؝=R&(ͧ ͡^OS7.lHr81wJ^ ijrJ%j`їS/o-'eA2Fc4S[B?XHc4<R,Ԕ8Z8d:H 4n Nݰf̻bͫ+'mk@cj3^فV2fmV">oE)Xq0*Mm
+5Y6*g[`bSeY|s.'?J;,*<cݴ?#c:<FΧ{4P|ڕ"*Mt@ RcYjEK<ᛂW_X
+D?|?U<eޚkzanýwAWp_C͟*AʓZ>'2aŻKs}WV2"3ў
+ڤ%ӟ)Y<N87#Gb(V~|X~`}Org3yЅφ DܥFՉjZQR9s@"]>YLST|S\jG%wt9yImf|)o NݕSg,08h kMhXf_N=|{g8gƪy74Mbf۴/\L
+vMW[< ; !"DnM扜WYOgd?v5/Vݓ0}['Qګ
+,On{:3;nJ-d4LI!ENDKH4Ixn{0R>i]31O#ԚN]-b@h xT.%~T3\Z9X7=l0X$(ra9s YKE)Pճ<Hݡs>TyV.UYF&1V5yrdD=uȑseƲ<_ ±^BAHf
+|Y.\x޲3hV߬,~#Ugy=G.ObH_XєM,eHu%=r| =oYwuPgx2>33d1j5~jb.ʼn滵=ڿ0ͺCQ^fi#vHy;"XHtB*3Q-lTEŅg
+/)PC%'$?΍})2+HN8aٽ׷=rpގ?uBUbmbXF=u6{TqW+**;xg啄/a$xA{N-# ]WaCo+Nȸ5ajzU fsʶIׄ\8Ⱦ<|ckߙq^#S 27Y|k!E_
+t
++ڴB>tug-q\δ,*!i q͈dj&T [|@Fιk}
+ꠣWQw,ȥ}vok{ܥop)|C a7"U[k6p=ݘtj#)ֿXrov_Pي%Bŏ?%U/hto3pԥP懳@>X齨!o}3x&,[K*B\`7Xz9pt#YӇd2EO5o[yxǵ>b -{\^n9.2^e(zVhnUQcOlI){IJqzD[* WoLwgZD1*rm&.V
+_'{4.粛nd9k &Rΰӡ^'.Q9K!Z/nMsOHP 8u[È]wԖkpN2֊k4V -wVԝ?v0ыJ1nMcM*Jp0LXGX}Vu09yy^mn BG-\]1I"Cn> ա6Ύ9
+8!P[:;68R1bFŴOCue4ERi)eMߑQ OI{ej :^҇RsT7? Q'TM0H ,V>fniv
+<T3lp
+#$aw'- N/߄+Kn߰c3Tզ0D6(WU,ƝTZD`DR'WN~
+j/p`A>fzMc%KN݄5w_Tbhukϩߒ|O7xNȡ|ZUF;3֗<EW"9.HLX2 7|2 L
+wil͵뮤sGB*_
+&ܨ|$β,qθL՛ׇ!:NdN2wC6yfxt
+endstream
+endobj
+506 0 obj
+/HUZEPN+LMMathItalic12-Regular
+endobj
+495 0 obj
+<<
+/Type /FontDescriptor
+/FontName /HUZEPN+LMMathItalic12-Regular
+/Flags 4
+/FontBBox [-31 -250 1026 750]
+/Ascent 750
+/CapHeight 750
+/Descent -250
+/ItalicAngle -14
+/StemV 59
+/CharSet (/a/b/c/d/e/f/g/greater/h/i/j/k/l/m/n/o/p/x/y/z)
+/FontFile 1881 0 R
+>>
+endobj
+1882 0 obj
+<<
+/Length1 1676
+/Length2 1227
+/Length3 0
+/Length 2246
+/Filter /FlateDecode
+>>
+stream
+xڵTy\W_qJ(>E\G$ R*Ǫ K2̄czYA)^,(**Q9=]웠UY'3y{.#"5CH
+y
+NDKA=c"ԈNF; d
+4dBNQ "ak; gmtmɕEEɀ B ƘhkTDQl.6hg?SRĮ'&:n>߶$hfΊhp=d)H\$;13hH"
+1r
+\4ks
+{O ϴϭ: k 6/K[㺙M >7{>5eځg�͍h#0\&.1w7l⚃=c=* h]5ƒW{&nDmuq:ҍy>(cvBT~)vcpkco?2[(^Sl_yp_~nWu6EwW`l[ zXL|8ەijeQw!'ۨnκ]Ok`a~.,X++gQs츚CcWTWnӉLcDfe. *ZfEۍ3BLnM꽣bgj./LJܔjSh_ ^{nn\7Ԑ*K~mo_s\7,<8i>iJ9U~6N)g^M9?-lO8t~LN5ސQ5sV%3x$|DN5׊j[\q[bOt,y;j[Ǫԭv2o>|câݲr/}Ι6uҷ91 ulR]x<<mY?:פ:_Y;T<nu~sbADz?Eɦ)PJ
+\-։ʅ%݄-GοXwcC>Q'ӋʼmZnWMg׾飄w< +q[gk*VUSK4Ȗ_ͺՒeoDZ>{Q{g*UŗooQ3bF. /_IuޜA1/FMҏmţKmXK\+lx,Ít+RW楯8qBB3KZ
+~龴yg<gݝrRvN= (ikwQzyfy,i)]ӏ}j. jQ`]-of>Sz^*9*Ą¯M6H/)nkš#eofk1\v0|ƪL'.Nϓ+K 2o ψ 9? xv-i_=9ٰG"gƽuËr
+L3em^^><4O\}!qem־ֶ^ֽ^ptI]c]fg'tHϼI?-
+endstream
+endobj
+1883 0 obj
+<<
+/Type /FontDescriptor
+/FontName /XUFYNU+LMMathItalic7-Regular
+/Flags 4
+/FontBBox [-1 -250 1171 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 72
+/XHeight 431
+/CharSet (/comma)
+/FontFile 1882 0 R
+>>
+endobj
+1884 0 obj
+<<
+/Length1 1674
+/Length2 1326
+/Length3 0
+/Length 2345
+/Filter /FlateDecode
+>>
+stream
+xڵTgXk]٣n40qAW$( I2̄ ,X "EtP) V4 V,+^lx]
+=t}LfW;A!a</5 HB$an<qՏPkc]BCAIcIF"!P; !)W8 &3BpĬfxܐtB)>1µ:㱕lo>TQFA
+$rH Z,G~
+deR|jT$`
+ꡕFt2:T= AC6ɏlr( ٙ!")6khknPHH0`8@#T( "6@&(!i7v'$b'&:+no[E4N3tSE4ipjyyAH{OF"v>Xz^A@,
+2qشB
+0D!){" X9v<z~޲q5
+A@)<vEkF/:*ۛM๎
+Ok{ҧR-^Uk+B*lS_M7?=JnVJTiUk~-ݰotggd_nfQŅ?VJ+'xf-3}ڥ{jc3W09!.~omٴ=>2ӳ-ͳ$YT|,_bI|epkW/>$-sn7q_ |8'I+\\Vc4ؿbJeᘡgbJ91~j.w|w&>2ij{ ]Z7+'xqW7J1X;|`ܭzboњ+*[gK<%q%3z9NHN))ƛmxgM*VRq0l;E]^ᥰUz?;\נv[vcrlWG=8YfpFċ;ݕsz͌]kSͼ_2#Qd.\Sk.tzKS[wn{N?]?M,ZwU<cVvDUju=ɶt&)ְ3%CD^l4Vt ̸X`dZ1@1ȾB蔥%!+v*J7J;COwp@5;MAsֲ] ~]JY3C3weK] hm 7l|G{?aހ.\Z ٔ-yKxg6nv<N>hУ
+endstream
+endobj
+1219 0 obj
+/XTXYFK+LMMathItalic8-Regular
+endobj
+1214 0 obj
+<<
+/Type /FontDescriptor
+/FontName /XTXYFK+LMMathItalic8-Regular
+/Flags 4
+/FontBBox [-24 -250 1110 750]
+/Ascent 750
+/CapHeight 750
+/Descent -250
+/ItalicAngle -14
+/StemV 72
+/CharSet (/r)
+/FontFile 1884 0 R
+>>
+endobj
+1885 0 obj
+<<
+/Length1 1669
+/Length2 1373
+/Length3 0
+/Length 2394
+/Filter /FlateDecode
+>>
+stream
+xڵTyT.V}UD{U feQbI"`$7@ ID( PU[=W }J+ROAPnw).NЪ}'g2swd-Ԑ*(" BX"h3j>A4x,oHh$0~0rha
+
+ ayH@k$6#_̾VarCBDF iF
+1ZI@)NJ܏
+F#iz%RPLQB"AR`@uӁTLȤKBE,e
+=N i
+71ʞ+  F4F)fj>
+ɄX< AP#k.$RL
+-`Fm8645<ؑ]8o*+Gy|`#aߍ-U;6^sxP6ߌ HJVLI9]9ԲauBGGkoR츰sZ{ZU[s0#)oN\2kb _\Sҟ/Oӷ[NE=)޿?鱏WJoKÍuvUHp<*nI:<^ra2Qd$) ɛU){V}S)PkUҦ]GFVnNl^8p^[[+N_ܣ7(X$82}AS1e6+ںHTgn;+Wsx5~w*g5ىÚb˪U9-,,
+7sZBn$}1Np[D6q-XS_ tb|n0 G?Yyì_u)zW4Ò:/zFI-Ic{OY$H>co?ypJu/k]7#j
+~U?~U̮G+grÅo*'KDij( hبNΪS]ȹJqC2CΖm#KKDr^EmG {P':o|^]JKuI=/pVMwT)m'\t>4 t]c4xwպF3q4`J2" \2Cs>vn{¶DƔ2$;:k;"\x|aj鐻bv/jPeŵ >g֎qe,C6^j)=6
+<c,oOo _ߞ~p畒9K%uRP_"}#( .(OW|-C?}TTMK*;g-׫SSƮ91ARnΨt꽝UC%ߑa^a~pC rOߟY
+J,UT\5e𵋬N(7|ҴVZ}g)CLleIS+NHb=OrʧՏ6]+K]˜
+Z]Of5͸w}d]ɱgB钆C[nJa]{tg7 ))YﲇGO]A޶.CONNpYfzxvgM d.^Y'dEͷF
+&fywcoU҄
+endstream
+endobj
+1886 0 obj
+<<
+/Type /FontDescriptor
+/FontName /VNFGKA+LMMathItalic10-Bold
+/Flags 4
+/FontBBox [-15 -250 1216 750]
+/Ascent 694
+/CapHeight 686
+/Descent -194
+/ItalicAngle -14
+/StemV 107
+/XHeight 444
+/CharSet (/epsilon)
+/FontFile 1885 0 R
+>>
+endobj
+1887 0 obj
+<<
+/Length1 3276
+/Length2 36112
+/Length3 0
+/Length 37822
+/Filter /FlateDecode
+>>
+stream
+xڴzuX6!ݍ]10t7Htt#)Jtw)߸9GyϿ߬BMEl;p 5@'v ΍LC#
+ۂ A
+r
+@$D_5@hct+WIMM ur9, @w7_67Ȓo vͿK!+3r
+Op: U]
+  ao׿
+M ?'zx88
+upro"
+<0CHVsWy;۹c!k$di&2ps8:`).? Z</?W 9
+s
+Q(]<^ G#zTJO!Bx;1 JhIHspm XIN80-ĩL&i%KuM`r 1hvh|pe'%þBA;ɜ֤V2聤@{m<gtJp^MDϷo‽ SfE
+=]8[q[978.+n($PA$ֲ
+rzܬ=~3pE~@i\0CI%s9b-x<aS@LG F|fiLHj'k{^}*^NVϛ2̨Rr^Fl܆%.3 }BN7ZE,/)"Lh`Fn0/˸
+ˆi)ĘgCH!3q^cqC8{h#;#ᬑW NBh,,Okmhh~@Ybo_z>`4*,<L%X*}H{&M%RYź.vkMB-S }N}:(+Zy1YEf$izg.PM:2A],=.
+a!wcN',|[SG]7ّW9m&%hjO]v^ź[YeȰ5I$99Ugr4Q>\;n"\}l$ !6N(D+jI,$*P(4%vZ;h8Xf@Z_Q=㌄T}|`u|B }OΌӑU)B{ 1Ny&gTGԍ%ds%m3("9H0\nR8yr%w\,z,ϗֶ`6fߖ\C+` (4ծ辘>ņ!þkx{vRy#scgD왎 k5YDƣl/GfSoUCĴOCגcͻyB;ѯO 9ZC7ks3n-a3c1ءtq5JL%2(~}BT&YoOL%V'lŹTi#%D :Dk[o|86/ ?}Ѭ_-!Z|<u5t
+H^ /%e7 Oo&ÔJJk|MklN8wdh]\
+ЀM뼷ykeO$4'okZ'9{Vk^fz9&G|icCyc_Z5!Ƈ9Os#l-ĵwߒKvzc{/^?+~IGKJ<>L,v֤^t(M ~ڜ'W\\"Q.8;Mļ87Gb̓7wM;w"zS.)"`kRFMlThx߁RϜѩ,}+W_Xuœc vnh;<nŁYwnJW5od8h}[ \ȮLx㿖m/
+sVvHadq@kGǨL_Uz,#Yj|2]хHfUl)Zs)%ٺ0W:8]H:5{m&jyEUEئ|:#4B \T6ZpS)LdT$:>:-˛ mlhO Ͱ⻹)uuq1 DkiΉdi{$ɍ f\*%NrM ϓ?~Y&@vE(&p j+eg fx`<^x!}ҝ0$ {TpQ~W9[f~qL
+˃MMisSa1Dz}",U9{~y D<ef?2nuN>gQ(^kwʁ\UEVQ
+ gb; ݳ~ΥM;JVWJNp A\AH`0
+0>͜K<:1.\jįAqOQoݹEQ&]E[z
+k+8 "yLJ Y$&|M`25/NYUK=${&|-cj|*'>.ZyCzU?8FG^9A4 6pdoqNԀ~bHY Cݍ|T+0 }L)T?,;s]Z"5x gP剆[;S_7vkڊSx<
+LšI Nc }W2cx"'cSڏ}S3)Bwݨ?o`诈O2m <okD
+SG0A+]P'̊T8FWZ_y(=vmTMGNNmxr T߾SB
+Z_-6H1ہO%; $AI *Lڍ.\pI3s?7#d<$?ODWfLM%cNW;_MӵWF6nK5>=ْ,^x/<\\;|JgX)t)hNY+O:Wͪ{I;wP,3LcbIbAg2Ҵ$Ƃ"R<-_dؘ6?'<-{c1<}o.ٶ|tBv 6)O\tAFFyk%sԓ=
+V Q㗆tAme ݆1Wkd|y ̜+sCeNb*R7.?q^ T<QpGiOuDI+^*ؕ6!m Sw/&$Zd:V_rrp=5:>*<bJو l(2ahUq\k_lf>߭y)ʎQ&k`[E/y
+KMC'Xk3z/TLWE;Nll\`Rsg\ߔY}Ϫr`x": ,鱔;o™_[~͌lK4۾z$P!O] /d2rNucRnbLjl(–;q~)]Aa4 Q<eI_IXߐOSw{'PPƘ'yrXK;-#>>53@רfǞuU3̳>!BjT@-,z:l\%0yzes )  N)%VH3cQ=UW(v~EH8]c3ٞ*,Tl\c ^K/X$D}TNR|Jg*ljr)@WX076dmbV?Q8| Y*y%*"x$-pVuP'^O`O #7ɬ؄I@w1tK@0X
++ɍ)[Ǻ3?;96Qjh'S r
+9EVP'聋붟˖Ld
+S{=č@U2rj?G)|aL^\oI)KP`W߫V/QYe ?cX0]Ok.xy XDJLyY9$} <?@>X :镲N-3S PN/Ҳ&׷)ʃ Du,pPd(+k{[[Vlۓ|~*xi4TUg !, AmW ~lujʼnftnqzmˎ
+_ގ6m3H
+bdMbRf]BOey7vˠS!u@#\ӾΔO$IYw
+w %2zgG5ňFɭpΌ(BuŵY*j[?۹l7g|q>H]99W$ϴV~!+PxAG^'ĜrQnBTS?MneOnZ(OVOMRv5&tr>-4q#^XH#%bdǙ4I $,{'
+
+f_-._>5?Pփƪ $_SO4 H"qy~q;+P7(f̲ _mX^ s&H-AQ[
+Yg7QۿR_ ߛ ٬[$2!ͷJ^dhN0֫ᵀd4O cŵz!;z<b=I2+n.PEIYR!Jm^K?˒3:m5>p+q.:~D #xx:(uaL3Rm0B9^2|Q,u Rr;eo\ {Q ^7[B{$Z ꭘOhٯzi"e-ߖ1ڞ$կ\zUo-Aa<9u{j
+>1yᤓѱ@9%w$60Yzɤ}Q^&D@QuCbNg0jZ1s?!aWDq>cJPY$iX"ZD9!D)ȁ?B*2Jt5nCKzKAf'W[2Y蒇{/vgbqЮǮj Û,σJz5IoEgMxT֥%:F+eO4t%T?
+J@!|zvή` ]Ⱦ9m9'ƙ" EL
+)Ur^ޢX_ա"Ijn\CV><b4nz$|%Xe}d_R޶@w"s|j\^%͇g`L;Mi|ݵY$"iG
+9?>\Lް&>%9 h? g{2znio"& ĕ;@v\R"8N~6W nU=l)> RY܄G%gҼ)[[cHv?o(];-CuIz[沴[}Ni`Gw8м`8O><~!a}<IT]*quxߒEh/!*Qn)\WM!\ET_p3Cĸ=oڄUcC)X=FGuȐ؝Uc7b,+}ZJwIL' ``gzqr:]_TQ)Ȭ =}$
+-66ޘ
+U)+D .Î᳙u󋏒NÇ*ftDy5<v #{RWM'AoOX*7XēJm͓>L~B'coߑH(s"mCj\レ'|f8p<lL z|C 3Xl:0KO]%jlM^#Pb?|5ˉM4c1# evX?}-NRcT3:I,S2tDgiHaHP(9~bD}184,9Z}@Ϳ]P71mYhKq巆_B/ ;[հVwңsӿԠY,~
+F<[̕s`\k%!XCjTX/%ը0nא}swԡ
+
+&ϿM)zQLt?ʅPFi|EBj` fnKu < fXEpW )JN.gc1'5"2bM$$eN-bmT7xWĘ
+[9"î3Y
+9ZetQ~9 ZŨPƐT%m^öS**ö@\b8Cl-:E86Vb<Py0GiwSݱa>spg|ME2@}1t1㙻t@W`maW\Cizk6)z@&6ەCB㤓/
+e)} USQ':^g4 49B1/џ֌+:Lt,ܐ @ *Sh;QM3<_bPd4 :.d7p܊˼_U/ttf2EM*ᥢyb04 sYêSӽii^JRH5l+EmaӪG*3:ӕx1lGS'l 8wޡpU
+uݬR_: z4мUâ]:)..X: к}LiiaRQE};BN:kZR^1g!Qn̻ eHgʏO$mcheŴ5Ϋ%#GNƳ`1p",48Xޢpl_w [Z̺PZpf^٥$ᲡVY]]1>sųm
+;OVDH`GԚW~V_heV0/mG]ȍWBßAmz>]ׯ߅N½``RK!_#z`o'YEGWpx2BHáR I7D}T)4byS)T{,pUcQ7I݄+2`4K/}>dC*tVQCy깳 yϻ~wz3!\1(VaĢXJ*Pg1>Ȕ"cn<*܃U_;lFakUzK<J٪],
+Z(SOOw9+íO?֣ ܭw T8Xu1g ZBew[riu\_)З{XE~g45t/htm3ԱFV\^YƇm֕ 5W]
+>nq2xq꛱%2R8dJ,q$ ,{xgfFF़ 8^8(v%<ݯQ??$z*cImGk}*|Vё21{ y
+}4SgEn}RVJ<h9acJ[h=q Զ: "3-4)أC#z1 nLWu\aK>BXɛK
+GY&i!R.y}qިFp9RpiP_D2eFwapPk J( “TK_o.SĔ4{Dϵ0?12 a}|^O7:?1g
+mrNm
+Zd:M.hSPlgE1sľf#9`/>>Ŏ5S\✩>
+0?8Ƹ:ڕ9/})0=o= F[0@yN2b8gϏxP$jْ-ZCxjg,˨G{7@ '(/&^cĀFWHn4y4kc@
+"iNmdCNIK)+yc^$Q {ɋ0
+;]}.4~ssy
+LWw%xZEO#2FwH\w$յCl9$TtvxlLEC<N~<gzT>9ȋǂ&QِzƥޮhdzlxȰ-ר|$K7cR)EÁG0Ph ix\ZD3K
+_h 4 3!$A!,JH($•z5<[Rlb:`
+m c\GiҔ--7bnd4zI[fۧi@ YXwL$t›ose8}E)?=OO=jU ;Lp9NQu)?S}iUInVZ
+v$^ŔxHȈ$ adǎ'ga7C<D s;l/In3en,PAV`JM RɩUGTȗk}$~U_[l&ɿR THvN7%;nR̛E
+]oƧL3.%s@xWhh
+<C%-߷z
+!j,zyX]
+qN'P6]BlMPh!\/#|%H櫎-f>jQj6t~L@5O?3VIrU,w${ bvݭʀ}!%MG<Qs'F[ֲtZRɀ![mǓjG;~ǀ+PXQ(8 u~}C삒sP95Q lyXCzD
+{zF9{BM)$,Ðunv+*>a
+:лULEHHZ[> Ō8 E ">^(]"eP_'9Y=eD k ݅ZWSuzR;/8i.wn_t h]4$j}Q^1 g[yG96SmLę-
+Q!CP^::5pw+mXS2<hxVg!·qpN_{F(O[1􁭈"qQ&eNM%pv~)YY4#~%苻)^4
+1{u̥SY? UY
+xdb
+
+Cg9yؒS0L8kˀ[IiWU(;˝$ZگszE[)hSa:1'2jTQ,P=rtՈ> kI~D{*GRjKn_LT3yGҗ'C}L#&a  Mu=%8Y$dMf!H< Ln{Jm1.$J&nݶg0=)I{jܱC/ca(NVCʛ肢j/ Gutf cQ旋Dƺ|ė=n*iWN~q:N\:bM׆q8]sm"^(Ts5ee.F@ 2M/oazόF(JnO&!ϼʗݔJC3]rFRO
+5|.d@z5j.oBg6ZJ΢WV~'9~n=q勳jV
+{[{K`DɲģB~+.&J^E@
+߿ۋ4ք-Inaax Kd~]}1Mz۸p;5wѝB4&.K
+k}~LZj!%:;t)" RɦM
+錎sx^w쯚}g")ZLF'òST_*@ex ,*glg*kx:D%eEHz[9uaG"  @2|ћtBn>$1fz眠.Rp24ޔ˴4qG1V1g X8$ϟ L;:Ib$,4Kf$-q->=yu~ڪ
+m+'aj t:4kj c9R^֒
+H~:FchpQiP1N
+ 9cŎr8)=J#rY\cM_ކ
+c2c_ݖQ#fqkH_'=;$Eͣz1 _xpV}bUc2u9
+q6(:hf0[ gS$r\'\pxNBR[*Y*X}$9; m/.vgt\,`PL\˰#Mp5͐
+kA,p>D^L~M29_IXxs(!{R s4o{!ث?fQ4ϲn.d;{F'coٛ"/vRU]"q3kt½P
+?tۊH\OgRF
+ [\SNKD-e!r&nM]9-7ׯ{+Aay&;w9hTp`Ư^6*kH~ <j銉4=LѶy;$#Jlenp[sqO@|9Ԅ$jP8LS1wYLIׂ(qA
+t#Vʓ~?ɀ|fDŽ4|D4n/u.M|"Ѥi(܊-nr ~=V䳕 xsNVd[>ªXg3ʗå
+Ol?iVͽAq'"WQ7T=GC. I
+;Nv ߢR x6ݍhyuj4H
+){f38ǐdȀǕ$꿹]'^Ɛ6Ys`iGqIswHv:bܙ9g
+kEXPeJ`W ގL39iF=^"nM~[U-eN?8kH:/\؝+RY&,a j
+N pi{Zմt;zi}e0x08^>]'Uk!\h&9Um4<KyOo,ok
+ 9J'U2qJZ7ĉ6foT$e;FSC#ڒHTw(V IRIdu~\qq ë٥˯V- LkA*_+,qmGT&g14GOu`tnA&v}xd°`\iFDU訫ݟOr
+i)j7FTԇN y_O3[ RVQ~<usB+>E/կvxed *ʮ7B<:AmkY"`3ۏ?T=ZBڲ[w$q
+| 8n@@69q ptPL+:Yp!/E>evߒ3Hų
+twf|(MAӏ| UF݅⍤E&D%$,qkœ̜@ɘD) d4Nפf|M-%P,f#޿σlEWz`҇I#]9vTC )ְUZ{[)
+\ E\^^pi1tι}Mӭ!}"a8vf<Xf$0p몫οeY]q(}Dwv
+d혖V_!3ya&bgVY1AP3昭~|rV;9*_8਄# $45w1zl0fRzG+m^)TЩ/B
+$vWQz`A֐.VmSb2L9H<{Y_|'y?R
+ Ix-JQ0aT[R(=d8l3Ӈ#׃Sw,5<!qE-3i<avMRȠ=Q#>*)^taJ4
+۔ s$Ӕ[#k)[9|c}{B.d~,#m3o
+^ /xq\{䰒 z'*Y.mfXa<i@]'2ğ''#*K|
+B54*"1=?D3Q9ג^3C*} #, -8_= dz1б)
+S]Ǘܸpλ"0+tЉ;x4CSN)gLC|]I5Ws[z ,̙Hobe|m1ªhؿnɻ>&iƃ~wϓ,>ĺ8/.L g`ζ#k< i@LFV|r4V)W;e%dtkWKPS{7@ks5BWD$is#E<gbj5;^\z?% 1\V9-[{}kJ-8HlUB+5 Q:6\LJ\$_jڝᤒgʭ_Pp$ڸZ" ^OK!C_]id=}9a)4MԻ2BGQ^YZmkӢ59J"I ܤ&ƀ[vqyu$!$q^=oitNf B;IE$aE ٳ9*c*FpK_
+_.[es%1Ivm鵥%|_[8kCC JY# д0Pj笮׸rqEu W-=^"'MfՀQڬ4QՉ%H U שּׁMArЀ5mJV-':5YM1덉Yq6ʥ?bSZ#7^5f{ԍu82qnu@D!9f;xju%IWsPtac|L<1@\x#X3UCmlRϟyvR8q3eD5R uDk3eO/o EEQ>]kۓtz~&ۓ!܎GHrr/&-KB6|LA%yiݻV#|碖*0N3/9; 8p׼jA,@}dר=)n^uBhk̢<]T/Dk`軲~מ9WM0L_L$?'K3<W Z
+DcVs'#i^_v>v_kc8EtUÁ40Od܋ÿk͆'}ZcDW<xNQs䰡:': 1ᱛM#(Td@}pL=1C8݉M&7^K;*_r~}V[d"
+mD1o׼ST̲̓}N_ =Gϱ$+qُT(,g<~1@83py1F\t0/lYbGuIáhSYrbe9Դ q~y![&[1Kĭü"|Ӎ^:Xn9nVoYˉ oӄO~O"j8h|[RښeC$ ]6At
+˶0
+}jygR˘n1hYq{WR+/ 7Z瓎4N˱ NJs1:L?'b&4C2jLc睳 f= 㶭q5ޕ`}&ς{QwoD5n#4|"5(uV`
+.#/b)\W|:hbF
+7fr),i
+G%vsgn|4 9:/k{R?SvX'X+Z(j$K\+0Wsh
+KGrcr=y_qkJ!j>hl}_)P)6 55h&jGxכ?iTʸ. OtK?C9~o~RdcK87a=Y=Fy1B"BqHT}FF}"޳^
+@ E9O=(ga<x^ O3a+J%{RIR!Ub%f A)s~,C-_IwTUAk0R֎ ZTk(~@OBQ } ZE\KW.Hy]̯f¦ȋT^Dޞ0;l]Ʊl$4oel44%֭ .}chiٻm;䱞W;Jx׿ΉlH !H`
+@j[8>iB!rco6)Ж!q!9Q/QL 幏 8$?{YЍuPAZͪn*/ţ65J.ٓ]I[߀%1Qj%6Rn\sUuH3k{iG|$` BERij9CAł Վl;/{%?`78s R?A"۶
+?
+uIQܱuU XgAB‰=RJa=\kյְDaUN Cpc[(/zC )mHlxSs\!D.<IZ(x,M{Ag%u
+l*
+?G(ŊɋxMF/|ԣwװ{`iu&>CelcBļ/XYu\3LA'߭J~JsaȎz} [4Oםs3X*d+G\N;kӺIkZ{,7`~(wg?nox} 0(HQ'IkMoh۞_^*_{SPHD%+$}jeωD{[ޙ&4${ِ >Z $ Q*bO_SswHZk) L_ ?^:b]gf}v7&gpem#:ᴂ Ζ=Bl<PnZYӒcDA'5ɿ
+b$ `6."óL7BQ + ;ڑ}ꯆ;;O>̉}oЍnt mJq36L9S
+r4D[iqe t46 ڭт>OqjܽzGwlɌCnKiXI2yEh̓נA/wt2Fpai-HS S qd\:hT&IJSgڌ&Q#t9>.c;1۔.貟Fj~}ZUm t34
+D.p.(oIY;!ڵ1|jwzif5YQJٞ)vQ f>Ⱥ0kt
+tK
+0$HBE4S0j}::(syOuBߑDU>HʱCXtjN}j8H[a4ZU<xX
+VN(ߡ(G" @tY7hԄNC1bV8H(b6 2&x#H*M$I%%;kUMIM[{;=?'?G0*R!|@+qqivqCĴqe,p&͟Fdz&.nlZ_zOIpc[us}\kQrZ+#6sK|i؜JQ>GuCRp_W݈?<FM{~I>@
+VJ)tpD;G >8ԭtEbK+|xM-}cGnFE
+j~4ak2|ΘY!~O7p,]1+Xȋ)=t|…I:q v*RYbBEKk|D|ٹW\[usawd[5.i֠* *+B$ $z,x\ TtLzHb8Q"ҐrȘK靭?ŀi/n[P 
+yFJfO ߬29A&-lFLӖcY觤⨬[DwUn4@!^u%nK}E帕6}wf>K]]ָάԬE9Ȼ/}4iG
+7h;LK?rVcZ، JD
+Bbg쌘ۉȧ\>ӏ]i
+khavX>Ta-Ÿ1* t{B2"{m_˔0κK%OK
+qC寛 E{+hh/{-z`ѮKIG_A6eJmy+-&pL^"\N}O؏U?)1\cJw=<UQ@ٙEd4ζlWZ
+1: XC$Gb C:C)a1<BΕEP1#ӦLԖ܀$Ƭ핑|8I.ȇA^ymn˯܄1;&S_ 3P}XEF&Y2 58+T`+H͢94s0j
+hTt)7rP +nI$g_)WE!vBI=oImVJ@!D_-K='v]!?m'#v;vUީjRJw (/`0'kѼbʝ*@xdcg<Os?ćavV$@
+)3ϿV[?s絑h7zpUtcљnlq}w~AW5_+6>˝GzοӝK$u
+uLe2f~g"撃15н+ 7'%coW KlߝRZGeD/T\ݽmUKh\{~3BI^Q3pO!܊@
+wÇmi&ӧGl2r@MIVVdN%o; 0fb®n%dE=U4G'pQ`GKw|əҏ.Yh:>xasQ};9^qL$7IhZ ЈԓH8oNIB
+Bp1Һ׵%VWNe_z.?"Iu{0ιlX3ҏF2W PJssf6jyԶ]qOt 3"aqi],e1JDm]$՞<mh_z
+7*LRF)ґOfG>PgiU'S4A,Lss9[kɲKPsS$9jAݘ26J
+?d^6%~)yg$/sx}li0M
+]H=B ;*(cdAG*yiȖ+TO[gሖxI8/xٴ C1Ȓѻ5,̨j>(!r}hd4|(0k-j.}iG'/()8+
+])-xYβ \y6S#O<>S':cΒkz,iAN>dZ7iBkwfzqjKLm[0sW?Y}_
+xs+-f!-ŐmM^WC%=1p
+̜K !)2Ag ֞w1fdA_Zdk3I Wp*y4eLimfKO#ΪauE\d\C
+ztA/Z*(<ᡗͲladG`*>o7KI %o(:oI_jBqT22,qp*5}r< e`q($6.b
+KʉxR*@c}S-c#*t"ON^qdZ ʖ
+{+7Un9[H']`jf/Q"ZbeJW2bT]Qk",haM(QnHSSkvȹG%&ޚv39Xg㨟 & 8g\MR/ˏр@5\T͆ T_83B]+0hވ
+endstream
+endobj
+474 0 obj
+/IMHGAQ+LMRoman10-Regular
+endobj
+460 0 obj
+<<
+/Type /FontDescriptor
+/FontName /IMHGAQ+LMRoman10-Regular
+/Flags 4
+/FontBBox [-430 -290 1417 1127]
+/Ascent 1127
+/CapHeight 1127
+/Descent -290
+/ItalicAngle 0
+/StemV 69
+/CharSet (/A/Agrave/B/C/D/E/Eacute/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/acircumflex/adieresis/agrave/b/bracketleft/bracketright/c/ccedilla/colon/comma/d/e/eacute/ecircumflex/egrave/eight/emdash/endash/equal/f/ff/ffi/fi/five/fl/four/g/guillemotleft/guillemotright/h/hyphen/i/icircumflex/idieresis/j/k/l/m/n/nine/o/ocircumflex/one/p/parenleft/parenright/period/plus/q/quoteright/r/s/section/semicolon/seven/six/slash/t/three/two/u/ucircumflex/ugrave/v/w/x/y/z/zero)
+/FontFile 1887 0 R
+>>
+endobj
+1888 0 obj
+<<
+/Length1 3125
+/Length2 33365
+/Length3 0
+/Length 35086
+/Filter /FlateDecode
+>>
+stream
+xڴeT\ݲ5\Bp @pwwww 4;
+v`IPZ.
+@vXX{raK`h_kN % gc_vig X¶f X1y?/
+`~El
+iac"tvpevǿEDܽ,Y/3+V|o@ w1y;c`˴r_O0 ǕZ2 ?3';q7IAEYEvrR<)%ZXϫmU&B[@_y_|dq< ,NRBRv"ȡ(wG] y*^Er[,s 5 _!_0㢁=?if CGd`uaU Oa<chG
+wc,`06X8@b},\J,4H3l+DZ8㼾q$8|;h DMh5A} *' NVr]*àQ*%Kjpԡ{5J2آ gdwa4MY@
+8r2gBhx_|:&Fdx>PJ̵ ԛg/M޾K!ȡf4wc)gCݜ4C7wPN%w/>7 |뫤NF2 .H~?^@@y_-+$U2ҤZiMBn>šhoa 9t[hLQ|N]=Ny4=ލ:LwC
+kjr–:żt'Ⲷ
+ D_,?p1C)u !Fʯ{o=?FQs;S?eD-pL,MZ&R$ɸ= QaUo"<nTdZl]$~/uph'eNӱKٕn?J ɩ~
+$OV}aS{"FyC</%?Qdm1Z)JƗ3QqH֚Ta{nOժ-@=skAY\ټ]_>QI~ ω=3|$Oмfב cwE0:gR)ug#u/j Du`3O9D ZY:s\k'hѻNϒ~lܷ,I
+OKDDAXI CiơxdЈxTX&Jf8
+P[Z۷QazTy)~8 0z~
+Ͱ8qηy'_ca rg/h6q{m[1~]k'o*s+wbo4/LV?ٱVT %@vWp1sJ ,׉@!*6`F]7"y .+܁z@`-sy 킐ZJ-:BUPpΙq"ќOcϩ[hM7a G0*_k j<DL5XK<c%#2b`dpaueAh;G?$ʝki[V"p,}Iis=6nBqǜa/`<m 6/kS]1GcG-^cf^H)5&k6(1tF/T 4F`n797hiTYVE.q5ߚ+{_1Cnx){%5?hA^ܮ"6;}l !ïkdxJL>e27i.%w1s,_Iz5t[ɴbW4]᯶i1x E.RS 7i>V\qT+)k·#% =iz?,-4Y bfbZGۣatr1FP8jLH+W$Z#qtqaV#H:,伷k[uh#ݷ0u0GGή \l"-SS ؍doQNFU!5WW#-kr:׸cVK8b[BA>udz
+
+{`QK,;bP-#B+@Bz/=I>tɃCpoI,3gܙ0>.!\FF!ex; SزYϤ/xW3{w"u6hAcׂOՍ~/
+φP4&Ra
+D?ÙNx[Ӱm7֑()%{S2A2ywxV0KK$t;ݑ+p] XFp70ވ5|Οs7R?iztx7[
+;,?1DPFBD
+uXnQ&zhQ ~yoNM
+m:CW/ +ʣROI/8}?/)sIbiM4ݼ[rKP{c6wVd2ɃK=CTbc쎴Yey y &bEe{)V/R?~|R0TK7C,6Xjӟ-'i8w[6 _ej4QTֻYᦞ}`?L#p˛:?9̭52)ߓWƖ kYdhƾ-}JjzKl-ԯoH<c^)BO.<I]="w}t@6ڐ#<]V\/"6:QVcl=
+ɸ?ń̀l:GIޑdYKť=:?Ium[ j.- džD*( CW/
+#|'l]jӍ& OVMje(RDYo ^sKA$Wa Z /|=Rs6*X$|ƾYMr|ᜧ?|8oFNz
+BG,[5$}- VPJwYN.$|ˡz9l|^K:Wy6w58C ^'#\ot ÓA' QOAvԙ$tiJ}>//r8IL|8/'v.>-¾lBa}X&anybÃGj- h26 _#jKY0QY`_{O'Y#2rF`?3HXZAh<qכDOl1NA#sǁx szڅOWېkKw.! O%h!TS5&ª6̊ b 8G,dcͩ{;&ɠXpctvZtkd<bgZ*/z@T~"7 .*c68[:ќEDG̑$=ַV&;+[e]nܽKdcb3\>R;F$0 ߖ::ACIkv|Wr,<+'
+/UbL-ː> ghzbƏ1nM-_⓹  /e /ST[UAdd7IF߶{#zn $!84 9o6QR|YxF0|c{/'OI>VbZkwgMMjw1,킑)tǚ|١gy0\P,rYs.*Aҟ"kCI[KSN6;g GHGkh;= y#exLURV#+rb(kN6rHwd=ViGjU!;1M䂬f}E.;bD{<NYVm&@q i8{z0 k7|8
+뺔a5Β~μ?no7m^lp% őYr:ǭE.{̀3\+z~.V tSiż&}CB"ʡLA!Rek; yI 4}[dMC$1yQUzCcPwN)+xBxZn4d{lGr'@7~Z:ߏwH\˥6/oHGB˧īGQy'1
+_ D_qDD#/i?+BuUcد_\ TԻn>kNM|ӼW"SFa#ZÑZmmdjk챈cnwdmrdtЦб(be@=Fv5Sauob|vp2+ yd2[tG
+3u+%p)b[;Gu#tH^]ս1ӈ75Ѡj|b=ȩz05QwV ”SH)7/k$0V}ʥqD]J$}8= ȵoyq5Nms)C~MCܦ6I؜D,tՔկ9έ燩GGxa#;jP Iw" =Q2x\&w<
+E`T{Ԕą! 
+H,cAX9(ٺdL"0-oV M8{`w~PG'O4i4f|,IӎB5vrZ~@-QBY0c&=i$Xs$|xu@R2| 'DIcQ#x%"3ݾq|
+ҘuK*\),-UDjˢH(TFc^(xZGߝx6 5]h-vrtOck17u?14Gen&4J0Qw]EƉ
+8#h޽2yQrW'½щ0zKg?a'8$`瞺ja@I҅ǣ1{$-[.4R8T悓{yQ{\\&+>^9<Z'93ۜ<T-(=J{Rfeԗ8ﱰJvt6-}\xyaf.*VB?u|s}'[i\./enW HMUt}~ 8 o3)MG>md CЊF.qjfbv>VԵ9Θ*I n٬ƌAA9/</(nuu'Eaep!βI\!q߃R?!2G<h$지ܷ5Q&_c}z_){x2*M'*uyEoOSP> 3zPƜxdYnR!o5&.,豾~87ʀ*}#
+7mr#oi\Tፏ㛀t
+/)+pw8zĞwk F#
+KPI 㪀er ]z2EyaZ2磰/b=u_B騝~ʎ0 [B^o팦
+Dˡ-Ȳ[t
+)P,K?^һ vsR%};V}̑$
+dAjMfS(Le ;}//5D~ ȕ.1
+  5Л]8^`ܻ~K16:RitH%><]Kح_{w0s[o8n}H>>M^&koj6Ǒox$$cjLdc榅yktJt3RQ4.|/mRI1eR;PWB_j^5N}t7Xu U^ЙCaf4u~Se l2?@pAT:$vv1I$ĖߎۅMdE݋ѭgͶ-Yz͊lrPK''u + tfNC[sR:3V1Y{.$Q$%Ƚ+ 4ot+Gⓑ4Lˆp7,0MPH" 2b-^l?p|*T&$BFr-EBg']M$)]3S]뿖K=5.R<J9XXHp+tTA&\Ue-Kt(ɯ.{nϋ_"%P;ڈ<[2Vلceg}yQW8;9y5Z
+G[@hGuaLf)Yaw 1 ^X}b^>;z^ |_i>5^i9g`\BصW(ijZ֣Oo,Vw57p "JN71+x|=7vUT_]g$٫璖:wA
+RfFJ㉛^l5ձpfl+#"WsL01??@c;Y9M؛ш더,vA _gh1M
+hGͣaC]k)u;|˕}'W%;ukbԳGn :q zSJqAΞڼ=&ܠۯ'alN%\IpP9 g)qJ #Մ̫|V0UA U̮I%5; t1f.ia:5E~knVT j}t_e6ʍ(#a!ZNr}evG}MC׸,1 <JӁP?!]
+槕
+G|!O6)I ]cpB}/j.1$[|`Y9$suI.)ǯ*r%2UAD4
+r~}&9X+vhpv P%[LRWm\ŖNIwUCewDGKI
+{5>KS\!Nq.E'1|
+eSiWC^rwU%ФcK~ʪZ:GVM(:9#v@LF&ڞm{FrZ/\kOi57RȢ,Uv/jXV,}?Jf%Km; +ٕ6KSuABeZZTaqb7INM"w{RDå:Sll#: RR
+K ja 4CjSFW,# .7JJSIILy+԰,hO,
+40:JEl-yDuЍ8aht
+vmRQjc%tV#Zݻ{RN4q<VUh}e8)R60D%~I!V2TenKW |æ
+
+Ԣs^̒Np=a<dTjϱ)Dȫp ȝH|-GSX cH.; uQ@hEDg,dKhkG;a7)S:V]..~hÂYgr@.0&,+1jQwA8FdD| _?` <ӾTyCo<?_xZ<c U,jHԼ?!}r_5ԂU\wly$WC; 'CD˗!ULlmG{8vU ԟ!^C3lܘj.
+sjAOьIiƿ{UNN>X2?Ts{kNxiF5!Y4?33HL#4(A1*/"3cN7tUE'>c$U2TFOpq RϤ![xтovgs-8QLWW=k$$fkKݰF 8P EEBi6 )wDgB})S2ha!A'2z7DWexfUQ >HyK0G!*AȪԜߦV4^%8> l{"fyĹD/A9{"XE*1t.bJ$Y'˜OVM_rKT0' Iq`e'wQQ:f=Hat̘Az$YQ|9}5/uƊSou@<.eV,>؟O-/ؐ[sQ$\/-l§IWutx.O;)Vwe <-R>lU8W7 aLq%k p574%͚0ijR1@:$ȤN,a/uuM{- }АGte
+P `'?„PBgYư4q-H"Uf'~ßEJ*X "Rxc_Ag(4's%= @+DVDӐ/ud8גTy+fm'k[ >DNbCuc*SVZ 4aJHd4{JY{rU*pM4ȴ^ZUʼnK?/浞GRqRsvZZA
+gPk57pZWdmϠI!Ԯ@z!߲B>]Wuesp0ӘF-eWDV2jw]6v$]8$lKAP_*-sX퇅w,~ͨ1poav^{]ϣ#
+\mJdፓWS@mٖ0͜}$C`~`]Qsvù0N_iF##vuL}rkX[R_ܗB'~-Ĕ]saT\:[\Vt[cB9@-(#+egAz.ϻGjQw#u\L@%ߊ ∑ZΥTD'U|87B+S5~BU.oEߒK|e7(7ݶYDRs<dx Xw t]?86/
+F+6pj)Mۄv-IF2Bt%|ph~v؛>s*:f|c׈Su-H:ʎ4]15<̍ody:tS
+B. DF/"Ӷk )Z
+$ž6HPGRhBж4Sk_KwBQGnպ R=}*sOn!&W:ؖOzPkud wF~
+?`HV&)Y ~S(3
+j+DH͒(R#Xy_ɤ#Li:ڊ7i( vs3T[TUq7$A`Xbg><*O^Hҽퟘ5&"?wVAVՂ_=D>]Q?_ƱG`VJ6~4ѱ)ʕ`\ @8#>T;Ы:%7՘zL%f`cSKblĜe.pv-ĹUN^frTD҉8sķK
+7kG,ȥ>b-n)Y1?A! ]{Q!{9,@* <?˯JWg}e+ ov W$Rc^ JlȞUܓy-UtOaMTu,DYD*#io\h[:*q<PJ/ yB<qЮ P^p))mAh酻;@h`cqu' f`p07-d +6&aA(jGfxw[+iQ-L5*lbkUm7PF}R$cI4v:EJg\c Ԏ5wwLh@AbDZ>zYsꅰ
+H?엋\Jǝv~:;l8X ފYaDt!_>uّ 6[3Jۯ 塞%9'=FrbN>?%xe=rb䪎صʜ:Cj-UdJlSA<IK@O1WBiy#^cCή֦U(=AXKZuom\P~McLнD] tE#'+:~XWu(u-g8nt)k]F4v>{"1 Շ{_ɠuqO6=cJP};}&T77:(L;hQͥ96k6Pd`C~'
+,HH?mǽO ~#XC>EW{N.][u\PUH_}H<x{b֯$woPyǡ*S>X]8'H]9S{A蒦|G+V<f<HȔ&Ɍp+f K1"F$8U {Jg4.2OnȅtMeo$ H7Uլ%8;R \Ӳ?se}n4xTFxgÌ%vrT磧-(LFR#468AׁԐ{Qm `AbomGCF 1T3Ly58Gm2+@Կ48V ݰ_ pe:Yh}JS*ʉCNwgoe"Ri9qH3n/~Y8^F&M̮Y*x=Ptp3RoW-WPzk
+|S8Pf//["by!BqxȸXRG EŨu_' eg4id,%ߕݱ`k!ǦAypЊSt3b3UJSVN F Ju 4DCaj&v)sдn C^fh6LuІ;/ևsuB x1 E)؎! ~|8f2s59 /o= F+VoAjhZp? b_>EO.^߸
+$ne;KDKF%+e[0NcŋiW8rUIxCbXfUn-0„<0b}F&19c>Lqe!c_W0!L=Q
+#
+!嵗6wP'qt9dnzq vq.nm 0uat\Abv#;IT
+U?8MRt))o'U+
+6d,vАoOOlz"DesGC]
+Iɚu-9(*g
+9W\9 2jr-bz'-z^V,<cxKpP%k%BgCcP& dvҍjT2!XL̮$(Mi{=!}I6
+F3%y\%A&},F/`Q0{QIe/??b[1
+V^Ȕ&0NKQ2P%xw]2Vi#JG qUF
+H}MMjOI۠r꣬ q㭝pQA
+dwpČJD44fI-HtO0&-l*sf8BEm&ܭ8~D[v|q
+yCYeeF;@y4cL%g9@} h$~J7!9KО##OңYui/!>+y=]@t뒿w2%&b /_K\Q@tܨof Χp.X؇HY<uԐD3f5SL \̢ IbAsAUJB0.(D+Eӭ~
+oե)voT״kk."v_dF_^{!0=5$ٽY,⛅,3N~'bˣ29B}cy6}Ah` ql> NttTɦ7" B)PZC G2o޺dsL۸9AwNإ-(Oú!u9RwťW&S(AIzn/Z;(Y9R[jSAzq);lN4~WM繖UCLZNaQ }bQ|\_"|^FƳ* ԓ|fp~)&*%A:ٷt}Q"Yݤ=0:XxX,A 9leRQC6x
+^PkAcZ;|i<䏵¥j6[RQ~T$|/쓒/DkWIzbA @.ׁ+KZ0iuk8OE-YXk <ðΈd#g RU\\Mlu]p^+޲̿CƟ+)tBݩjOǡk]v^cfn6]tդ !DٯqD}lTUdil59i=fi[vA’-tgGզ3Su(4aj:iD 32i"C;yUQv#͜z Lc~.:U )KA4&ßZV5M3پ*'*ȿ>RY8i
+gtMfUfg)h'$lmr 6>a"BDO# fq|Ka[>/cЁ˱5\n*ibPG0\QMB6rT"ĕ>UѪjbCCn x %4~8ܕ"T8uՠNy`i}[]b{EB @j5 =Z]ZMEfj|oW{H!
+g(ʱ
+BilOd #>IR{`/kkM֎J<bLTCT$L]
+ #;| a$K`FşfStBz9?a0{(2"~68$;!'¼D^P 1v`6{J67h1xԢS& ?&4o8Q
+8_}\6qM$UUia
+v햯ܵkF.1P@?`hCbp:Y=(\ZBqR Fw]Wry= +tZjw94`cwtdN"-^ƑJ z|3#B Eh(֢*AwVY"4ҿnvD t\ h<r<΅a]F5sȬ)5N*HBֺ~J/m-']NQ2*#^gV<soo%ԎJ;a&;F RJ;ep=zI#dA᳚ ~:bVb%3Ҹ~ݪWGg -qpa#Ց_ӟS4 %ɷ;5.ij Y;F `ޟ8y\-<y9uM$i37O23?ix~? _Ҽ$uHAF3#K޲ M=~>]=j̮e$lPUlꆢM}-2D\8DF01pOI}bJ.'%}Ɔ`WΡ"aS}Pуƨ^?  m!v 1[d({'tE͸zKp<b#ɭ1!5|oOHb'rt7[g=B?15̙ݚW eM^hmnH(~@n_#%m]wUsW;Y됎,؃VJ
+tk39CC-eUM 3~!\ B+ Z.3]r̺t]k02N"#U>LW6@M{Kzj4R!MZ)Ն,p#5i _]SMTmzO/q8:K((Ϸ\q[Ki9"@}o
+}klhf
+6H5_ox쉐&{}GJyH/-ѢrpTXO Vgo4LC a|8?j8終 ]pS(Rs6#If$kEF:݆wIv`*;#P4Q1ŀLONFX&/ !7& 0/[laX/4W K%ˇaܩ( G"gB KV r0 VMNy&%X14&iDUGqZ\6Lˍ+|]ϝS.eb0hQH? `P܋ E=y]`"*$e$tyŢ3@ ?krD;m'8U!i-0vҹDIa-vޔe71˽bvgq [RVɃV= (e J뺵L{wӂ'(Щ^Aӌ.KÌCӈڸ4
+>i
+%/B4BRlk*6Or~ɑF%#ǿi̓-_p{(]@06uuod^IQ㧘򤮒/ILDEjnsfEֵ8yф:}AhԑMSGF}EE1ѻ~>M'QZ%Ӫ_M^WNeiD6vm_5>wY& '--( 5$|=7W;AgְCgJc^Jzw;搥U:ER3I"^kX;mRɀz_*A$HkhK'e mz1mȇQR3AϮiuȹ9MޖL=EųfP yjQW9x#28uE(.P_/JvCȒ1l3J$1z_/O`"|,\R
+ҳM]mƼ
+%:/#_jyKTW7V1ajp̵IFڱU5U4Ky<f[ʆtiIQҥjs8xe}^;@(vHġ*"0^I%Bm &tRFh;ejqCzL@\Tރ&J<J9!&̨G5Ln:B[ u#
+f|=F!s"
+MDOd}4<6 Pb3oHN5*:2j1B,;u*q[1u2AzcM8I 3_L *2=1XzxÜm9$44CVWFf1βS|]k#\T(:ګW0XD'Q>hԯ^b04lvr꺷|d@BzV$تBsBK=' *Dcbfb6:zqk)XaS{5r\ lu5=(J)rJU)\1X:V F![0h]]= Y=!A+j_"쁹A3l؎ :1I K(S?=dM_=K)w.=奐SKAN~e%W WUTn [2gn)kC_ҶݣLӒ|sS=ovxFUqv jUDrS_ [tʣ#彿hf~Vͱ{cCD X9)(%5eBfPlTU m-Dq}ˊpM<ws@"eßsv6KXEߜ|j"@.\72o Q.c]+7ŗd ozT! f}ϹI@uDSx?@"fb,4a]nS׈W8!چZ9pz$6;wtIZk?`ߙ<Nyk^W~0H!
+ <d:Frvȶ/YAc[)w r
+c2gɅ-٤vipV@@H45regaXUL^>͕sA8³ )
+==S
+E0sJ]%`ޣ,5R :,Nyyn|j[
+ƋZMS%NoH<
+R P^ 4O>cĀE4f{{K<T2Hފ;Տ Oebf6s݉O4̚)sM\62>F<HENTܛl{vIѽ{I¤3/rbjg-,JJFi Gn>sE*r_WD(r>cS0 pNEwk.")UL!Na ݵ%iqÎ$J{ t{qj ^>|
+%V F"p3I2+T{Xly;NyGu'u^eaDn+%9͈<~—"f5Z*$DoVkZ}Ϗ,08;t?K7xt<]cX2Tdݭ3Lq MI)&PvyQAòYv̢R2EJuV
+U <_o>J?JI2Cj.nLs8/1YPWc/d(UϹ@F*hF޲"p`Ukز={<2&p(ኊ+x v42b5ب
+mR(bQ Okk#YS1$'Đ/Usr~V1iA( =TI"Mm=u-)BN&`޶bT y(^Jl!;DZل26?ljhN%_^)LB[aTCڜ1IQcӎG
+hPZdY.41x(W1ryՋYtN_q/.
+WvCd#\8P9>)LI\Ps0i{4/MxPRu&z_xS?]i6xm犃0<ޅ6p&wܧ L]\3ɋmq?6ְ<㬨g`mxA ~tuKY?̅Év*NF.Iba08&.qlESJT\9~( <H?Q Dxv͑|~Wf(ndswN]N~\zeh#)?+]yHg{avgFǺÞ+v翞Ù];Zh,aڊfVOÊVP+0fjegPmԱu&r gsЬ)I󉟹/eC<O`z'͌]m=9'0bh?uBXtm-f
+Bғa$%El81VYHa<v3XU Y_T[^әy5d+wؚhCU5TJT!1mHPd3gǹRҤV CHu4/q4F\X;>O"h"3'!@2._9ub'*i<bjtTx5zȫ
+%y.n^0T9bRUl:X~]+a,ՂE4Z9mQmŗ#qP$~Ȭ)fo7tnKazaS˚*ryfj;R~nG[ n?-ihf6lc--pjzu:|t㑒}lT(Wa.
+a!y#auQ[Y@V IkNWBk4r,>?g'gR\_(g$ѼѮ~>$τƦ&Wk9י:cK_OlgLhv|S-!fhڵ8#9;T♺igD: DbHa̐X O Ӹ./L&siYvI\ q!nj(F?1D^2wW s%zrYDY̞kOwBwʡU&ro]-cϼoSXWnmA|fmVՉS6!Z"]A
+3vxI|>{FD0&y~<Maiae3PF Z-/N |,S /ip Kg}Cd#l!2
+H$eo3 32؉qUA ?o)ѵ:siNa3Ԗ2d6j6ōD8n[E[Q?8] X4(X0.kpfbg^8LJY?3,̚hYW|U(8ݞTy—~ɾS qnhrEzOLf%L~1ߒT۔0@^ܺc!U^n:Kfeͷuv/Wq{=6
+F50L֏i ||T;BɵiN)°H@J%J K6 NqȮ~:
+[R[XU n;
+lK
+u@n,<)!rX=|}rL7)ăm\1! 8
+yT< =ϓRdk ba<Y]o>䰿:bX/ x5^ln+<`.? 7)Ea٫C8k%n8m_u,;
+6
+[$ ftSvc$Ԁ.E#c;5E@J<R3F'onQO332ia-?l':IAW*d[/ԂJ!m_pNx'
+@z 'T V1g
+ %*RJ{SB.g*kQQ&=Gd?|gAih_"kɰB%t(SMNیjZo)KgH:s
+i`V Nbp?FaU-F}
+endstream
+endobj
+373 0 obj
+/XJLKIX+LMRoman12-Regular
+endobj
+369 0 obj
+<<
+/Type /FontDescriptor
+/FontName /XJLKIX+LMRoman12-Regular
+/Flags 4
+/FontBBox [-422 -280 1394 1127]
+/Ascent 1127
+/CapHeight 1127
+/Descent -280
+/ItalicAngle 0
+/StemV 65
+/CharSet (/A/Agrave/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/a/adieresis/agrave/b/c/colon/comma/d/dollar/e/eacute/ecircumflex/egrave/eight/endash/equal/exclam/f/ff/ffi/fi/five/fl/four/g/h/hyphen/i/icircumflex/idieresis/j/k/l/m/n/nine/numbersign/o/odieresis/one/p/parenleft/parenright/period/plus/q/question/quoteright/r/s/seven/six/slash/t/three/two/u/ucircumflex/udieresis/v/w/x/y/z/zero)
+/FontFile 1888 0 R
+>>
+endobj
+1889 0 obj
+<<
+/Length1 1666
+/Length2 12966
+/Length3 0
+/Length 14021
+/Filter /FlateDecode
+>>
+stream
+xڵyuT[Q5P] wwwww'8 \CR"7y7~++9?w}:PbYeA.`VvA&…EhddegFrZA.` lPF
+*ł  +K**8
+"AtܬF'|n:Ua9qrU%3
+|H".ZH/?DkQتl_U:-U,^ЪN0m'=L*@ȭޑV#)Vg"ޚ){BlI2h֢+?C!T֬|< Ѳ`n$጗%]]|ʬ5dv.fB3_J~fJl7463{4~lNXi!D oPL& B%*CSE9XK)(fO/A?/n%KFG>P;?q^;iԌ*9hau-JJyiЕc
+GSGNshvk^F,bw}'vflS34Rޱ[O8-OR.­d$l^:˾Iۍvϝ\w2ه_'WIm>1=񭷥nu<BfշF&e[{ӅR$rXYea95ijT-$~:z%#" 6LU%s.-ҥͱ-!wHK`ud0<$J%
+D?YϠ`ƷD-CW'sԄE'B%cWӦh#Uq5yd0I Am5m҆s@y34q?vy_-<hX-qWJ.k3DIY]vVӼc}xJ%wIorN Tjۊ2m{b{gvA4^4 [BӯRZƍC`jrB9Ό`2FpЈDhy]ѣx h`xWN22nZtZ~9'e8BI0ǹ桫fм,6wSʘw9|PC! j"N{e5>Ңm{ r<O^ޥ Q/V3ǟ$E 'Np2V= 
+&ldAEGO+$)sho7"Us N<uњ Ӗe{X#}díU5h.4zd{^{-rA;@20?U⚵ ޘ2B̜}O
+3@TL7t :}W^,` {6u&5XxBh[.Bm[ QQa1kWpae}4a.ާy/u*!M3vjy?c 1^ tr63ܬPw>v g%%
+ Q
+1s@|t|T* *6pE[1s*\}O`ڴuuRN'3Lx=KudDpe>7C qИ4퉙G'5IbQR @?_>|]3njcWQrlKz}Q~i:zr/OsN`s+Ec33VcćnGtV;DŽabMC>}\3v >R^~wƦV@bz+,C\ wP0B|VĉpAJ4^&hU_<GM( R$̰qX?gڇ0K.8A}"!3;,)Ҟ
+(hX/7C)>[a$>D3xSɺ#%ѳdrbb^*O _fa%+g(IbVO"w^ęn9Qsn5Κ3*vIUBT MWݑ8ϼk'f
+)|9kuN^I6̴r4H
+'8
+ݢCVDоud^=8"mb =e#5?tZF9S[L5A6d@""QHQ$ۚYOIzY ,AgFj7:_dCxݭCEd4yKkp\nrrOqil|w$QU- F)7$ Oכ_<TQ]%"%ZI‘NXVIۉ'z߲$# &Ly&-=;t}2fWZ̲Ձ9dpsC>$nq4h<d%fZZe$}iAfN"*=VAձ>ޮ}
+'yP7CB|x8t^;>gOFۓyJ-Re*Zcw`M.<L C%mҪ"d0g)&a IqQwoP9g'4Jb+Xz u*$T[(5dؠp/֩!ݼ>AC+C\9׌β,f"Og衮Bq2H[텩jd-ѷ I3cJ\{Ch:CcPbbD͕Ȫl/0 H)oh404wz n2`E6nŽV&> {
+j~vPDI|\:_̛uĸW}AGA%i>J'PY8'MV!90J`83UliS8g ˺O. MvfM ݧޫ:'uF^+a?1¿q!ۺc4[^ fT :z}(_7.A[xMT\~gs1 "[L?݋lMpF'|LWCNmQ6$
+pMwpg?2(l ҅4έ: e)3.JHm_8a {מ]9UC8;&4EgBSjAKRo;T߲%QyÒ'~X~zy@|_kN .{%,!cJ{2>ޜK1W*`# ,e'\}6 343I?[E"elL߸8/χ{Ϛ:oVhPfƵlm[}5]ܨqKBG0jMTNc]t"?=
+r.;v&$_B?KRI^H[KxuAڗf̵mK7idlxBqΚL8޸3iqW44LVG*P{FNrY=f̋~Ž,-, 4qAD>3!f,Se2au٢Yr-+&Xr\Sg,ӔҸ-(OzˍH$9 k\Y?u#aXM[FOɪ8PMd AHG|:.uV?g?@R-ª"E4a+?WIu:4+ӹH
+Qp-ʦ~Wcy*t%E:!:=I`NI*͞fh2c !æ7wԇv.|0c:$&`.SMZ ̙'ѺQ2^n䝫eQJX77M5܊Nh|Er,YWE]z&Ǧٺ|yxC'V0r% f$2,?ml2Rj~=L՛.84@hf2"a)`q-1ITwJ~d[^?9|Ue~&G:b1li'n-adj;x*G?yE
+("Iwޓثq.j5N8 (M2=O#N5%Լ~ŷ@AFߊ|qmeHܙGwN27xY6g֕gF/ǁj%_2%V;34ύ%Ί~ϞY%FQ%0,&)~' e}Nɖ;bcO\BLS4l9~L[KkR UY(Pςj6aT$
+uA4b ͑H$၆]'6&G*q =,T_Y)n Tn!(l7cEW0˘+Lt<%%=31נn
+V_bdkߴyem<Eo׻巻%!Z8Q1թ QOs49boᇪP< fFIia_j-?p\ X⥕uh0gҩ|R;5Zo">gB]ѯ&
+RCC*\fh]oMCkƊ}7j?,|xS[gWf
+q"S:ttIr wr -7qѿ;q<嶏&R=rޠab/$<\`Zņcym7ƢV5zH]t ɂ<Evʘ63c5v^2Х ~B|օcG궈MZf#%}r>zsۡz6^V8x p~nɒ|1.Xw_^HscE  Ϩ67z67"q: qUq>w-'5xށ-EHq?HG?؅!UhA"Rڈosb6xnOCS6٨}Pc" M>r&)*7vՅ| *;bH/(n3|l't(j9ɐ ߶`\4OM˦u&%aR,R
+((lיU1۾3kN,seb|/euTt#@S \E=ñ5 -d4OPAR*w\Y*2eZ>4uF=kv1"AߴO=P(8
+bPĻ6E{ezٻ+ sScSJMIޮ* !̦ff\ؓ Bף&p)#؎ε!J\.Z4~DE%&z8/f@7~
+UX1*%Mwwwme`K.usuVP@ckPWwW2#H&PNHUq@?J3#\aXaoDUf-J37rGGB.Sjq69\Hw1Mo}y3~
+2kKm( d!fZD,kyom6MA%o UPb
+'J#K\̔&M a4:^MZ;$M!ף
+o-ja^fHy=dj[+,`W|<]zn~S
+o$(`OWҧT ?*-DZSd 2!h_~^8 ;>rH0v}7 jȨpXvGgCqhf\-_ (-RU'^2a2p(7r? h7Xq+._xH-7eIwZǧIl;2\9Dgٓ5v`q0rMz]}KVW
+bc%L _mol= ǵ֒їKNaM$΂W>+L{A  C*`3 Iۛ
+IA0 Ʉ Y>{c4]Jug\eK^YJ..h' 0PU76 4c9IOv/T JoE
+8r|uNj˘Kš
+v;%޸9m^K8bI/t>Gj`[ffL:"Ȯ%uoL}ԤR&P|X ]r_jPzfi fU+mu̺";Omcg@V4vqx+Jy5eŪ(=uVJ%]0uUXVk-S|Z
+kSF Є|XXZttWr6\,txP4j%OeF _M&"!AO$D,[
+mB=T'| gkð ,v C?.7R|92Jݰ.FO{x
+T٧[Z3lOe6ye]&?rb'Z{Npu\C
+Y3v|Zږдw(<[<ًͽV͡Mb'f%o`w pN0*;z%?ֲ-*@`Aiv*ah󐅪MC&1iY{1h-rsۺ<za'j^ZGqnq Wrpn'Cj$qLStky]PvImt W^pq ?&|v9s9$5
+؝kjg/%aCSw
+R̂|k< \ܘA`[0Ȑ>R42*|qA 率:wp
+:6 ffn@A)mamo۹n :ZayϮz0щYPfԥ4ɵ %tnFBmBOMWj(K,= Y6 WUkQ6hPog@ [h91"8ǥb^NM5[gr`6Q痭4wj8v16]Ӟ#7 On 4؟ʐ4hC7X:n$_(~3̰_ʟxwD@ϑAD4l1\؅~۸8[KL_!cunZNkM(1v]wd&L󑼾| Zp!S"*T!EQM6-W LTX%(@_qrC0mL_hv! cnov:T;Ju4Faxb$MȿfM¼XwKC+ǙroҾ[\\;$?*/=w.(@Ҧͤ]A :}BtRy79m?Pٸ"=:G5RӲ4$9vce' R5|0sLd )%RpڹjFgӖ̷9+Zȇ BKuZ!:MCRQ9;,k5Xg#l(O];sru/Y Iy+'0]܅ 7mJ8&+-~f@$*ZݩːipU#rV\IAdM)`QcT
+pd*+Fϯ3>^ /4Jb@<0vX
+oy:]sŀIV7!0tI.Tݑj>N;/3"洙惤K>8=F0=g|*mupOznGRTǓ8!g0%/{8+Q"dFqU~Au/ų_@ڬSqXv
+>u`oڋ  Ey&~y-D"^*72M3(g
+~lR
+u;7#Eݧei53F% J#ʟ˧.#˘J0_/҄]W뜈AF㷂Uqj{o%6F4%x^@yB{'ƇnFu( ex_vZ߬0I4'W;~_ ڃ Vk</k 98||4ܕӻU|lv8H1~9A;&ftW8P%=E߂0u kڳqN|xlnjAEѩKwνLϑH%7
+yyp#*\2N&Y)6H_&3aIo&umYGUmh'sld61e9?+
+endstream
+endobj
+1890 0 obj
+<<
+/Type /FontDescriptor
+/FontName /WRVMHI+LMRoman5-Regular
+/Flags 4
+/FontBBox [-566 -303 1772 1126]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 106
+/XHeight 431
+/CharSet (/M/T/slash)
+/FontFile 1889 0 R
+>>
+endobj
+1891 0 obj
+<<
+/Length1 1781
+/Length2 21331
+/Length3 0
+/Length 22463
+/Filter /FlateDecode
+>>
+stream
+xڴsX_>mׄmOmsg6&7ٶd7ٜlm:/skc+ \dm8蕁6FN
+ߜ 3o35
+@h $n/'I Iߚ6
+8?
+ώ^;
+b
+`T/2T,l
+X8dqQM(d9fT: SWv"u}n׉.2@ԕhdVď6 _95le\8_2 ]t>V
+whhl-{Wq(wk CjsqP(7yja @RwC=f3lK1#Gu |
+qQVYygB.E<ɣ,bS_iw4X͘!]crbsMpP/,1g-sq 'MWW >~gɰyfӶ̖|#R'ДGO'
+(Ȩ)nw|Sn^hpVB;fbZ@eaV?׶:IIi5Ӥ;.\} D CgE ZRݘGӠ ^6i,fG7i#13 ynQbRNޯ?$^,5RT:AFĒbk-- YNPϢцRNrŇaUhuV׆~〤s򁄁"۳ |S0‚5&k9]<euI:Lh5{HoaH뻗yXw \puv*
+gAL6{N? ~j 53e{Ȓ5 CzUx9r'oU-'xL56z: zOb c|%
+&nQcfIcLVE#nT?S5g˜qْ` Hm.GU"XwlOٳbνb֍Pw`a[VƔ{(zh\5ĻbCJrn -_WԵU4=!(I:_BI&zZGEsUTE ڸ_B|_%9(itWǓL%񶫶˝b .8y^cIVY0,hG!Io"̀XկToٍIqCtpǦ`ygK&զY,3X`/
+DC|~,߄AtD^
+f_A͕V;Z._a
+_aE s\jq. lLN
+2-ΘK@Q%$z~ɐ!_}9@Caח/Of W5mc!ǓT?$@QyhcYY>#:I[8Ƙen)qMOGk2giE@"=<A3dX~3?\E tN{~"tl!p52GXߙvDć52p0d|Tz%6剮P;¾sfP:x*ڠ#fJFUIfV`NYzv ˋC<h%*Г+͸:n?$N: E؁[7ctYO"\~닑ɕF6G<~iwYӧ\|Pz^z!H#!:#$WBcE9.`]c*(ݛÏv/y:= ۟T+@F#6T;iBj㛍aϕ8f2ǜy2vCR)BG.R#?JS)S%V*;!Z^uh̐8R^xճw+W Q2Z.c;rN@PɨjDa})-aQٙujTyEG:Tte; 5'FTFL4a2b&|m4Qbc]@ٜ fE) };
+?p(*UUv۵ՙ_L7[i2-J/c3Pzr+*|t}tC_6Ǽ;a) {Yx@SDuR !^1\ݨpSs\<ylH+v!؃SJK{10! V
+jqDc¦nuЩ!ߡZO/8Vm'p[+rc] ,4 s-ӻMcIhoGLr~-s90C:
+'5P̯= _,hAI1rbfkgTL 5~lm^08F0Na{&u7@1}XK-8%A]L?,?Ghj]s^eXQk|1䬚wc!%`B6pyfkBy<f
+!-r\)ܞ1^Ls{39 { Cʌ:l<L(|q&EB|Qsz:
+Ex8]\:AϙL7a;i~4aq*
++*umWcNbV-jpm.K$bCվҵT6YɖP#g%L{q]<
+4:" #D/X1X<JѷtlqCw(k5Ma?ʜ/$
+}dߗ 3: +Y-OT+Q4M
+[•\1*s*'y6^ݼpepv즘(,<'ηb+BZqҢc8\oS'o&CSq; q5bOLnr….c! Mt6 H$]L/ ȅYh/d.TZ5Jb%(YL:(*dW Z/O[en$Zre:1I[uσMı[a$ep+f3‰>wTN{=:cNZcX"_stC}mĀ)v,n h'.+vDX>DvE՗8 pÊJgBvi7/`P @ǥEMI"'
+"255z&+p \7"4u+1T'?P$"!!Z.0nC{G})TG<rkxqGQ%$IX?ۇUBVY$4B"MͻVfw߃x霹wB42OcM,Cu~pzޓ_-/s,
+*/IKNjlz!dyY3,15Xޏ .n~\-?cFۥ˚p}:hf6- 8;D\WK~p
+ u&ppAI {(^,%_%`7zvƳyQ{r{&s`?D( H0ќvh[8*>YǫEM|~d*rm\BbJ%Pl‹t\IPz@^Xvā*s"IҎh]=Q:Az hXOAd"X342h^8ɏEMbҪVxǯ85Wg^xm]"Ps
+,oAtlOFY-/2$4fBˑY ݮ7"V L"Vr[5rji0h1vg4+ZAu2Anv3{Q|u6uܣ.!$]$d4 K=ޠ$;K)_agxz=:*Ȯ (bUJ`x&CddUh,[rNx5F,)Xg~C|~2At3rEr8cQ-
+#ځɟ`]$J]Ŀ+&
+PСnj/$wVFxRzc<ڨȜ
+`@MC#HF[gF^5_}[
+ƪǙjg ]K!+XEvzSǖg0"Xd=mz/:&;G jjElv|(:o-P:Bb9N"Zm r0:MMx$Q١{{BG+ KQ=PcSWM|
+m 15hHR1KE$FIt?.PYBD9˕bY3ɟI"̉Iu
+F
+W}УGPҍE}l;ݐd/ O1nh܈<trs{] sB/9rn<*ŻBvJ7S;*`pu46uz vq]>`@3b:h-PV+*S2U7/ViʬR\Dia"4j6lyc7KcU,su|f]JXB4FߊI6FXI9Kh<hj.X)<^ 5>vpfm٪y"Cds;qC~Mi}Q0 f1P82-cKgR(KmZ
+C \ T>:`'O2Af<{i]C$7\
+/W; -h
+aGo S9@jR/p֖kIO4Nx2k8DUV/H<{
+Elt/,!86VB(ڷ? 
+8Pt.zB_V|,:^dCYԼey7Oи
+>N狁NhE65/zjcdM,
+_kT,&Mi==k: '[U~!~G >;^_2/^:
+?*(>FcRW1!4W` I Hy
+-TpIȸZcjnqV-e|b]<WRUI 8)L
+֣Łkh"iwjZt\O?O>ҒWq =6 3VzaEcͲB6L]֝~sbLMk Jfa> <P[5h}ѤbCkz-]{K'%)%eZJ͈jPӚwm@4:q*:ڎ⊜<'@w)%4oJ^ Ï)-™c%nlR_"RRtZSY|qQ~?:Y`T]I"I }Cvwٻ+j3XnQ߸- L7"s[8K@n8']g%By
+B[E3R#u4%9dB吡w9sCD~3M?OseWIPG]Q!n6o͔V2@%o!{>Q뇼縉Q!2
+#.l;jVNx<w0[>h}Os|LM(Fz
+b ֋9 x@i/gC찷Sޮ.h"l. \էo^Cُօ?mmތÇZdzx֖9*ShRb
+!k B_›CiTcT[#q O4
+z@`
+SE1
+ voX/bּEU-2q n$Ir
+؂i<_^bH0S%8l4+VjEw>3wmbZb|
+v8km /8Tym|e듃>WuĒb~*X˞P6i>( Qy|ޭIRrwMy-r8$sZڷ,K{9p?o+PeYtQo4_v` _zA8TՅ%v<tjp 3/ּ񷄳ZG4/u>kW̽݀ V$֚3:y]́vLϴ5 rB2_6Y |dereh MZk OpNC К} `e#>zO[陝=A_*=}k,y
+xamgFs9n!|n6 0A5f-Td(PAn$u?PWU㨱 ~EWIvl? gy
+H.ф)^{SB+Qh9E[|UN"ETϞHV
+c7ޔpQy}@%g'[0FD/|)b}h,#MjSd7u250/슶<<f<cEM9/ Ȑx/AER҆҄2ɋ+RDI^Ո%Mm>C( KKWklǡg i. Jc*.C㲑ZKUƓS/j$ۣ@%+a}OѢП^>9B $iE 1J}W)!zK\/>G鐧 h xͧ:`DGBʨMD!c/]I3mjreCϯ!
+91($c [qHC+\\0!=o.q-5g[/˾/6
+Uf]ͻfte7}4M;(fUW.4s'\
+^AV_~%S}Ċ+kK_!NХ{x~\0)Nmn5k2BJda"'
+Ή4 !m=GbH2mvgՔ^ɰ)15=[~Ubp" @.~YS;JEuSu =yLz^jM)gGOŎ#I߫XN~%.c8E9
+)Nc
+!ζ\{xʇ4_k+ZR
+ *6q0<!,RVaqriv.)9Bd _O^hG w#zX--B5CXg6
+/ ɑHOE"1GFFM5$/[m>xjF0*j?X
+Zu|4R X󚖮{:@RaejBG
+ً*hkn@cˠ[4[ɑYuٲMČjB(MV b
+셶p$_U_?ʨd}].W+p^1wMW)t*DGB ^:Z(r@O
+ҭ-MFj8W0 `'6Nj8~>#!ˡkazvUA>k>>޾@DLޑ@B^K;۷pn޴_LMǰHvXZ^F)h? #:a]nB^:v)t0
+Rr@B<
+h̳9;L ~ix5BD6`)[M&єߙ]KAZ*$'JOi2S*o܆*YV70 nz(HpKsac,Ri]#?sӿs`Lʆ&4`pUpC#$v0o56VS7Boa|-ZHW͵X]@]`fhpSUD տ.akޝ̊v1ڧ$xO<wkr6Y^?w%jaDBF}E*uuɭ3-p%hxQ3 t؉Ϝr4aѸNcH>[Qw
+tW]FĻn\(' E$~
+D7t4Qq$GS h0[>U|[l
+n諸;ÞL;-X6xH{Z <4j}jmj&/Y(ۼ-Uлd&}V!zv aD#'t TW{ga>)PU)k%}7= Ay o@v2y9ҏ E?>k PPXTf}{27Ϝ$O>6 0KQj"hYP$}w qMM!tP*b.AT Mۆđ6oQ鼔Ibp\$dtkYI Hǁhh+KwqچwJ|SJs(AD>V_&fKc,]
+7)x ~ 8u> Fq8^^/gFGy/hUء'U.^?O}1é}04B6dB@ Hs[sYq</9$me(iԲ#'<+3- r]caj4ȇ3uH&Brs|ZܤWW÷T,)g*nSwh*Hz0AQ𮾮s~ hbv X{ Ǻue\̫>`R1h۟RB󆍋bQoB H'Z8D
+瓗)g= -p*,z҈z7{(FLɩfB$zK؜WpcœCC(O/MY"3d3Y󀕫?Њq^a)˅K'5akQǃ!it+YE<Bm\XY:5qא+js-9( J64'
+Dp893\HMa@H>PMXu;*& t2-c )˶kߡ1684Jx$HH\)UG]Wf*)5(k|o{*dɆ+^ęY6A!% K0@tb
+I=kYP'.l,m Fe>S[ÿZO~U H- u4
+dSwYGOIeq]Q ᛼v#s d j^jLE#YE| Q&*o%UNg>ՅM/*$s4I巽6r~tyi,(Y-ah{i|[AgٽqL
+vĨ&keb[ k3b]-z8ДV*"w:QHx>VqXÄ
+sb!w !CMU❍sկ퇡w)-n oЙkkӥhfV@H,Yb\C}Kc w1[1,7Nr6ܯZR@X m-nd*$0PM99B` \"97:^EPXC'
+_ybEݬ3hׅuѰm.۲8qhf%?\mKS͞+cEPM yÉq #dOGدAYcc[^x5: W4ˈGn2Mf.ctaqY}n~Sݎζ",₂^7J~ޗ@mg l}M' ?)/!sS0ی6W8JꞈnJejpڣUyJDe&'o
+Ix:thilxȋ-OX^q{Ѐ;<
+RZs8_5 _Ɠ@F3{G~C(5T/܍)/ɷm#M^>)Ʋ}}r "k(F 9??'}ÿ)[rnOӤ걽/>θz~cBR(v۹ݟH !]2D{@ڙ:ΰ$ߺPF%%I1I;qZ(1fj50&ٚ)Ut Wt~Nb]%bBZQ12Ka頁4p#
+Lwc¤#PqFO0W/Y<_jM,xߣ(6f&_5Ċw;[S*Efm>&mcw'+lePA4ߨ'֟ذj%LCs&ZBG3]_HD`&uL).S =Ft3YM`pkw]&Wu'Kr
+H"'ut5!Z*m\TJABY`MN0 o1 P&K ~Ӛ#^*Oe5+%S
+XP A6*>N^h"d7V4K)E5SE,ns\7.M r@`S8dÃ\|8wpbZQo;Q~rzX/
+>5{VD5δR ס.e4#vGU+ɏPbGF0y Ae}'.= b|[Lł7։&'8D: nе8,0jѾ9,NRxRmR<! #uq,pWN%DWxOQ:!\_AK(]48n2V</C&HPnͅLT|Dc|&jhle(3:P0N9
+KXȹ*Rc)FIpNbn8C,8uow{];9bH$rvhxo{bޕWۺ:
+$n7[*KzsΔqͷʝvZr`>h& Pܵhu/ivp}x_ Ncᴆ*+dhNP"b[ѯ> 4m`+/mvD<1ж7蕑5|H)poſwmFhYEr<t,
+}KM*עGt8:_5{lIh@t\ب%+fhP9=h0$f3*]^0 3
+]boG#-s<uW|l<FLF![+8 *{w|A
+ @MxZH-%|h-vqO&Ajΰ't-WB_ߍjFi5FKZ(xzH5
+'~J7z.[cO$J3:g\dJ*WY`9*kR
+=RU+Ҷ<
+vDnP {F׌I& Q rh;vh*/V! 'u^J:K
+VrCT5@zjgY$hQ%u# J#O(w{8
+*c9(Vo| wxܽbپ,-`cNy3$tטѭe9f~$b4/|ӌ:vn
+
+endstream
+endobj
+472 0 obj
+/EGASRO+LMRoman6-Regular
+endobj
+457 0 obj
+<<
+/Type /FontDescriptor
+/FontName /EGASRO+LMRoman6-Regular
+/Flags 4
+/FontBBox [-515 -298 1647 1125]
+/Ascent 1125
+/CapHeight 1125
+/Descent -298
+/ItalicAngle 0
+/StemV 83
+/CharSet (/A/S/five/four/one/s/six/slash/three/two)
+/FontFile 1891 0 R
+>>
+endobj
+1892 0 obj
+<<
+/Length1 2442
+/Length2 27578
+/Length3 0
+/Length 29006
+/Filter /FlateDecode
+>>
+stream
+xڴzeT[ۺ6E ww+ݡwwJ)R\wwwwJqsdy};#TdjL"f`$WPxT.Ǝ
+9Y99;0Y)(HJ3ɿI/D
+`,7EzX<JF1 N
+[W?U%W?k+}l=z:mп6_ƶ@?=r?Z|%hC!koyh~#?zz5wrk?)^+qt׊pxe"p1r4u33+ k?ZW'Iߤ:Y{՜6@M+_.0Q0vvre}=<^寯}Txݽ8y9
+['ՅJR1ӒYHo!I hOK&iQ}^m/4SyeK&!2Y#0Ma޿@6+Gs2)1t(v>+\i9-}H;OƝ" SF9CpmػM6 LTpY?֟ԍK8ttͨaQ$uf*\! 0^V,1X[txw-ȗf u4;lVcE\W薐C*)bmgK8ݴvo}}x`3XH~_PזXϴP48ER953lB
+~kfb*.}ji:ݾ7\Ml.ġ*JQWF DGڊ6t}Sf&ު7s-EgLJ]ZJ $hrΌ}K-iߔtn]s>S6b:3f,D|eIV%i{/'zHE4NpTܻ*lE
+`6$V/mozFhL#j8Dtn pT*' >"b|'>&æ"5P(BTETP/i#t@R
+N`h
+D\u_(6edg\M2)`w|5ԖuI_!$~6lkLO
+ p'RɈsjOkTK,ay-I`^ޫ䛜)t-&*ũALP'ZA, P\
+5L(!f#cS3.4cB%^i@ɻh 5Xdh7Qа3,1M~&j4
+{ـQS[|V{_9 }U/S} [AU$GGc:-4)KQ񲱵L7we!,1OgHBKd&}i1~Y
+off:ƖXy|=*sR|+ ! 小H lo*C/L:$s+[E\0m„퉉v1UPY򋷍:/3 #r
+5lT-E-PdkSQRIc_e=pvx!-IVT K\O%6{ XWMTs"l.P>P?SE5J"y!*A
+QR%MU[ϑ+EO!q:(Ʒڙ 4@_\{3X<Ww؝5o!* 7GE0;q)l5.eēMPWyJB-%7+sJȗ"a*n]Tm7O^NNix"P<{hOu<8E
+ Hx~A(c٪fE
+i?}jNb^ls@ȴ! zީAVÉY(
+RXŃաWQ(2!e7gkW5A)ďIqHՕP!2D$wQp[ EŚ;(6 c{rCU"lta<zWb:GpxiMej0%Hc7/#:3^;_wt 6į',PR;ʥD 1q]ʏנ&3 _g2<]BU}m'H7? IC)$X}f݂I}o.c|iH4 Qc/ΊP1rP; Z
+; <4$I5cЯ=UDw׆Pb@C!X:Q>A! (;J }
+ $ O'/m}j Wl!>R߶9KO}Og@$m.KbO'v_Jwa,w}ެoOOP(=g)hul`_4]#sP?ѩ
+ oՊ/G69)3D-L5p:Ut$s_H=U9)Ά41
+[N伉щƕ~_Hr9y;sN(1%^'>ҔZwKzT"[{&xxv3#eٕT22f0Xl"i5S<<æ-=na\}.$r lw=Ͼ/W(Y`aFHdg!¡%*ćd&VFi&C9xݢOuB|k[$zC9dGDpyxSeE#um;<? <a1D ~|\pc{R٤Ṹ)ЄbO:x^UD^8_,e1`-* +PL;fp?{>.RE#aa۽W8*_ϧ4a L4M99
+ Fѡ?fHz ȌTZ5MiHr٣!Y9d\Ό.R#\iƛhm킊Rw.QU0АNQ/=TT(z#>HbS y0I2-dYuQcOp/t6VfCГ#eeYEzB<
+2|EL3x3?džUp%'kaTOm92UcDV+cڀA7'WjB-Ee%U{SaF$dy˛kO({zD]-GXg qI1=lkb,uӛ!؜sz},նFR@d3aAYȆ4٤L-G;ԑ- ;$w삀huUgLNGFs h6II!~h/Uqޟvʅ[?N7)O^(AX
+[kN ![ ĹC|-H҄ Ca f<1ri]ϙKk/Xcsuu+ t13vNs`JƑPY # ^K%@E=^ -cWzxls?V9
+|B L8W5^~!αuEbS VUbX1b!I^CNX`23~?~D ,y4JȜDP~Y{4^]=MZ婭ɨXne5yx J$h" Z5nJ!JG eRK NggMPϷ YXTrBHgRJ QTfw\ڲ2؜U$B} ߪC2-VBש/&i/k;-dɥw*`QU5_Ɩo zi >Z;}]Z[} ~y̹$TZ,9==5ac~pC}(@Yvó
+{C8YG%0#& >z"actυ]ȇ)@ar j-.8B&XƷ"5+ "!^B7K"S|a$&i oޢi 5 Y
+ ҭnĔ';}Y%໮v0te
+Ԗn=BC:90 Z+\k59'?(hDUWf뎢gGie؋
+]
+FD5l-Z w_|n+ÈŲISLz{PW)M&HьׇnV(TEIԪ)!( &o0O<
+lݭ;`D]T;Dm=ㅼ^<?i?Q5mÂWO9Z{%q=̮ZdDϹ#Oyp x<E qQ>#GVvOWAnlwF9QBM
+"!>.%IY+7U"ӛuj$ ZVɏr(i-9)xj/A0<=y!|͋Rdc(S𫋗n3drj+ݥ U~ҳcۧ;xnjVNIZ ;4qK8!1H\FˮC
+OցVyQ13݁qə{^}-<.h! I%T]YfςG /AdXaic~
+]5ל(D#~-
+sQ/hq1O!` +T3H籂=T C4~}8['>YaxIR1|dWLPU
+5*]uŨA?n4`YU¾ōzfȸڜD !.#KY8Svc~)M̊{;? BзQyz{4an2>읲
+A;wzV UιP5zs7!T9d~Tg4oknr Nlɋ(_=}R4q(3k>Ex@7!N(=rFLXaS9 seRJ /݉Z|F,^Salc_e66+
+бcOgpQ 4e Jj SXգCMK
+*HKG+-^[>՚E/0M\A\1Լ0|!A-&6F Ga:&9ۭy{ Wٮxrb|~ o/%sx8H"t}FK2l mZ C?_1Ҝ# 3Nڋ17X>B+;P߆0sĤ k'4XXhY{2Y9ZEJH wSJw-DvXG(<͊|P{4&AAZd"04=S 
+}60lC Hb pP,cWE6k\wLmO>y(
+P<(5_q5H~ ^?lV7LIC9)o<"62
++Q|A6()ѼWN)ᣢY>" <j4ٞ,ŞsAU 1 FaL1:xHᠵˬc ~78*QX)lM.hok6~̊1<C; 6ٷC|/ Q̌޲S>3uIc[N/RF(.^G7x ZjE(>,{k~=v|tɫxt .bR`dWPBe1>TVF[uV ^sapp+rW^rC6:\]L7y`$O[(=m'oX۪ %X-tW-85?1Dߴn?Zg]~$8T3ƽDR!x<mD- Ki/zc|Asr#_S&@÷kAî>k̀gqv6H!Mt2k<RHǢʟjFoߚ
+!
+d6$4UUw)'s`ZhyϵTjx[Qb-sV+tC<)\WNk^@wY#a=QRhd#$|9C8D>U.[0%nW bNKdrw].G2mў rDB$1XAOW=3!׬Ec2/VV9PxkS _W4u|U"O;Lrr F,Ő<a'G9kƦ<勞؋L!Y ֱQU7w_CѨOq3yz
+Ч֐<ZE|ABfC*I}iJ̙mGI<|5˙45^:HBb+R6"fW
+L%-sF :M{G5<j>hZv?O=Qmr$=e#K>'.r"N@m!P
+n^{-g r8|%^P'Zv|H,ozܽT<A)^oI j>}QXqO`LSR]B?޴”昌=8L4ok<=*ݴ
+AZԛ
+㽱xHdnWNӝUdcI G8ÍX
+{G)0,ӗ{XBJےX5(4aW I4,m^Ίf/&B #\Gl,Q5#JGӸH L-dM:*N1<TŅrԟ%W j#<`Ҳ\l/{t%h6v\w8M#Y+l`Jژ^ DMPvbOO-N9Ûr"^%"ÈLo6>ej;$쒍 kkܬܝ9+1Tv_CT[mP 8jw,5^s?'|#)O,'9uU5kHsB\p(VaL]P0*+!ŋ@˹ϯr\HYbs?`Kam!OΤkN򜾡:fW^iIN[ ak
+w=T7@=[OuGc<gS,K*nf ~<ފ`ׁ:Sk)>3Om'f0șMj6jB &
+ k=/ܷژ+Mb!Vo?t ѲK21Q%EqѵоAh%j3ԶGk*gؚlj"]>f',3CK9l!ux<Ffabq^,+azu )Vv-<4#
+b40ĖnY Lgw}dh>Q02-VDƾi;b
+`YRAт$tyUG\B@7)yA!,;ПD_ -EYz;=3n
+N_nG{Z U- z*F[$zl8Y>Ox@-R\T 75Yس+ :jރ侙jGI]4Nwԓ/U<1[S>FM'W |GjjF&Z
+VnF'۽:Ԏcw[֥LcO,pV>0c>8$
+1ʅJ!^q$x>yKܮÍ?ݶxnHs"qt>a;2Hd9)J"FZIʽy:'~!F 2Ine}4{9tLIbsbX@ ̰Xի;X3>5ZsYV
+a5=_8I~*doYdMy&,x~!^%NKj@BOu0 OTôU " t3Vإַwoe[`#l_ `vuX!yrt^70\D&Ge3:{8Q@L9\xI!D,6{TGHӇ^
+YlEvw2f+VPC_VK퍂%%s%J'd[Њ,ЖZ"unn#~U._bv$9P'Πlme?<5?4"TOmOWӰVEbOeaxҒ+pQ2G>|aT\`@
+U{G#01+
+H8^ vr2h5yǴ%x]ɽfMFV~dew04J(ΰ,9or=w5Fu'مUGN6m3LTAO#Tw}ARluS4 ߵr@PaENx.\)Gis*C(w.]#KH3C}ԅh ^M<bHw$8|(FqDd#f&(P
+"ko_EXU.)"W7: IP䇟H2W*6gIe)u\&lJ(na ^)6+2Out*6cSPV 8H{\{Mt} ;b<
+
+B敡?倵ݤQ*9ĸi@qTjC|:6At1"qy+fMwXT=+"n1/ӼX3tp>yF9q8#p.0:cq~(bwCl|L\")='" 3fIiw((
+LҦ5c1g1Quy6跶Mq7PL$)[%,:k60+ۥ}qjj*;LiRO R
+A\]8B§NLΰ,ь[p=p֐Q[$uԺO -@$lbڄRgyP{nFZyЭPoxhK큶*6V jC%o SNX~}$!xĉѐE0JN2V l0{ufJr_J(#kcP=f(X ̂5*_]@$oڳqȯ⺫VՓ}N(5h9M @^].z~ EK҃pL$:ڵ_N<pq/ŰM26eTNְf޻n$yQ9p/qjg.#[{wO<dZC1OwHRHX(2
+.RݏMvd; ѕ>s @@ ,w1iˢcd&L`e"GkP=7|)4,[35 j=C;&d2z‡AQۂ۫Qj,L}yxW~c<S"*ߒ\xcK֭=॒ GJ8z evUٿn^:]Qh8w=z =ᜧ6{gQH6KU=6w^REi1w6)T.4i!:㶆&~V&HQ4W-~$Ak@@7\;ul
+Caָ{FTr"/hihJ.<JX俲4ٴU^ݍ^?tuNm}5+닞8C2]<~w\`֤ 2R&i[LVS`yπuPi0&O4\{D/
+}l+C[P A K#]o# K0(Jkf<4Yhkg;(;V"Q'd_[a@KqP[
+#! qREĮr󙊗@Ί]۱TVluvט8b^PÖu(:<[PXPJגQ/s=H?unpYi${|ie'o]\؟E*#a9$Կ2<[޶]eBTjh&#^OV9;ዣON4HxtŌ/Ϝ1[Wy$`JHpd
+Y9qG% eW
+0Ha1RB ysYg-ճ)cP&RR}51CWg
+&S&tw;au b6gzY*`7q68f֜`sûAgN)9ccI.^dڞ>l= }27g+9pϫ~/: z.Oٷ8.t#-~YM%'8zuW fa!pkSo;r(.c9FR;jMw~}O
+<d'2lƺjAZ`\GuVK*ۙ/]ZVn@.Vf+*i56
+|Ru.}ps\χ8cP=oW~EpϵM TMѹi?MrמԿ='+"u~/8IOk4KS|
+_j4]<+m 5)dֳ!Pz_OŞ~κ+GL%kHY+9
+G=./"<E-8N@7(SӰ TH[p-mr;JJTE(P>5Bˢ'.xLifmfdi5+eE]o=}v3#$KSCi[}%RKՎu!&XTR
+o$qrQL̔/KBSY
+5Nu4>yY=.7kT~&bmUd_*92UE9ʙRM, v )Cȓ05+FmgkMyjCC{飯`
+;NtP)+Wfbji5 (Ӻ[u~'c7&kWe|k6U΀H5KԾ/T.:P@V[jNhUZGvNOЫtc5##K5|7Dj_Si*1o c+1P{ &w웍'Qc`ĵP;ZaNfDS
+ϘτA(jYU@-dg%;& nΈ"9q O gd>Lj+wu{4%KE΀)Zk8hh
+`aJAI]nT )CJ3ģM\+TE?PckZzdBh:nYf]Sֳle>ߝRIMc@ޯK YYĎ l ǩ`e{tD1&ÖW]G]SHLRtB 5$
+i3(ӛlmM
+H՛blM.UK&Zj"l Dq~V vhot'rr{`qT~GOsϩ(p.N$&J?Z<čY\Z3W!hɐ1KX?d8V~A\!F<QXW>% vǺrhӸjE%v?jiÙi]&3|XRE(4 8P#x
+e>?
+hjt E{W#A2Y{m maV)\US L^8Fw&eq_IH$89 -D5okv%Umqznk«8x(/Җuͳs~ ~9,M0'_ߐKj2ʳ<,,a&qk9Ui*8w4 Rz`!^2PѰYwUSZ\:Amsy?VBI-80Ӝ|_N^k[/PzVq_=Wq"$;hTJZ5?ll$8P#cq2ٶ_%GNA; LE|&i1c srڶ'ln/ IF8g\XծRt#Ewg
+zbM
+.<YCZ<Ya\ﮦ1>bɾV #§(rw}"XJȥEF+-4?&nt#m)œْ4;{GaW'AU?ݏqEtE6Oc,AW{] L]bHĄPdhn)ݖL<|Go@r
+[`a w+ R97pVF!^eE4o){0U=+}hXˮvQߢ> g^܋v5Zu
+/ F` ~{jq[a~ݗK-YԲyGš9T,utiw
+ڻLDl򎻝5t)PoLVb5D(ɧ#i{CFz72yQ 1IIgԘ ߁Jֻ6KOnF
+pB9λ"V6"V4 N3awLd<rY"%y|^,w8<1i
+@OzS`0%>2
+F좽
+LBMk'#mۭL[ɻ2udxZ=Sfz@2
+B#⾹+vO@U㼦6?
+"7D׀3LsvrNj\̙9y%i{l@ *k3ɪ*Qdj96d_
+7Gq{3R&fk膳1Q.>jvhҭ'R{zapniEZZ2oCM"S!KY5m}`1K) )E%PNs :g2vGN9ZR|
+wV_B`I6P4!S*]H"t
+ǁ!O0?0RQ>7HƈJ *ȓZN%@a};P(?+#RK.0=D]:i<ZsyqۉO&UVmn.Eq"5S\<$8KrWV+![~s+6Lu8"!ۉ6gER[@[g~iJ!OW~L 0xMT7߅pzP*oB1rnrqI /K:N nTbVn[Eo 2"tr*׬rCʟN?E*
+Z w'z nEKT2#\|b,C}=ʝd0뒊߷/i` hF%fMKSI'R'*\GfLcp*p>.X
+˫pvȯwրOрz^A5x
+}WTJ!Y+a[e>mZ2K 8zOk.n;b)< <3 .Nt;#b DF{";Jo$s|e
+CMnjߝDfz2hD/?IiJ$
+endstream
+endobj
+536 0 obj
+/UEDEZY+LMRoman7-Regular
+endobj
+520 0 obj
+<<
+/Type /FontDescriptor
+/FontName /UEDEZY+LMRoman7-Regular
+/Flags 4
+/FontBBox [-483 -292 1562 1124]
+/Ascent 1124
+/CapHeight 1124
+/Descent -292
+/ItalicAngle 0
+/StemV 79
+/CharSet (/A/C/E/Eacute/F/H/L/M/N/O/P/T/V/X/a/c/colon/comma/d/e/eacute/eight/f/five/four/g/hyphen/i/l/m/n/nine/o/one/p/parenleft/parenright/period/plus/r/s/seven/six/t/three/two/u/ucircumflex/v/x/zero)
+/FontFile 1892 0 R
+>>
+endobj
+1893 0 obj
+<<
+/Length1 2923
+/Length2 33307
+/Length3 0
+/Length 34890
+/Filter /FlateDecode
+>>
+stream
+xڴuXߺ>LwI7Hw4Hw0
+U4A6M=ɋFG'!2@70@fuZpr
+^ ` P@\
+U ` "qwR
+G?
+
+C :%no
+t
+]~ʿe
+/-,CbVA(9NF,MEQY^?%ROJ`ޚ\9qi!W'Òe RY ,a:R-0(jKhK wr?H1.k[G4Ռb뵈CA8|>+<cVN8ӅwPW<Ad/$E02PF;p~[d+3K]r|'i!n/h8"EwtÄI &7!
+}|(9X,7+~1hw$25Wx;a$o=f۪̦™܎eK*ӓEnV{B},#XS<oxϻ!|)Hmcp_\:+bnm6W)k ]-E5J*ގ %O"rU>/`I^d[gaUfe2\ g8i*nEΪnkVo>(<ZTlW7ݫD܃2H~|L8RTwF6z6W}qby,M`8ws{{Uc[ tmVsәW1CKڳNc/q8KT 1Ȁ&jD<CdXE9~J hل8yzHihI7Å=-V$ؔ[1|XHcӻ] X=Lj|jT:g/_1_-4(l3z_msL5J_ӑus18`*?vv|.5WRzF
+sO#KDNSڱ.OΦ8چ4"ZnNed?)`~Cd>}:Wb6)M[-
+QbyGcd&rl}6`>Hc}BG-1CM ̬4mqkC{髮DÈc -~|]"*` qiZNI'e nzKǼCr| Nyu  IҞ:/"~\<{Nkxk5)SD`cģo8)хFp.,xg΋SߚP9k)-0_vnTzU ,Q81aHbDF.Y( M JPǪ[ҺK.^˅ojf0so{AIxA?g^\9lU 9~ȗNHȿ]؝]nhw4FEܻ+h #C@>4ΒSgB Kw&o&r>)OĪj`'!0* cry^VJX
+Uܴ9x~Z|U!^1AmfC
+vg'LlӍ-Ҩo$=L uc
+)lWթEWFW7нgѽy"uOCjLm=K FŎ982_ {delx_ 5c…qNS)'y_Ú OD6Lc6HNyD,fU/rx-I,/8H*6 u&fõyOD/7xIagߚ> S6o 9}"%rV:0>|kD|ib1`CbhH5}q1 w~g0-?܊ bRaq !OTGVR|ZsMZhUx}jJ΄CGz3i(I sf~$HN!O]˨h nKSK/֚*\E&xvg'x|#ނ4Vqb%of ODz`_Z~?a'J~+=ه*_]hl/ԝ7; K/u((E!#z&VP*S 7fnO6ɠ<8YGnJ#>rfذǟ4Me,{χ&t{au
+wV zڪ댉Tyꊹ9FIuF9:2k|,jT"!4"cP DXiNgEbC 7ͽ(SׇΪ N . ~`"ڶr}γEbxނM?@ SKh_Ta
+7a
+)FmݫX4ᎶQEF-fspv>%cE J~~asm#lw3vOHIaАB~OE1BޔTL% B飒n}XgZ ItGgD?avV
+G.6xӄ}+x@&Zh
+-iTmGVgIկz /[xl46* y͇XZ <sRy?PM ,Ц'\yb%)*Wdon~u&3;oH4](ZзKOd^Ϛ`S@1T}S7 ^ϳi*iGBHЫ t`Τ;6WqR}͍wF aW{ִ4v.=#wN7RN^mjo% AJz .m_IL_E~xrht|iS*Z{N**BL&yF/nèZh[X\m3lKzr1|H K*ngDA@wud=H:ыز_s%ɴъ1+z<a=_-1>/8EMLMxl2}c/*a'_$\I2|GN]HJM4Ob-Ryܴ4X%3P=_#LZZUmRe
+0e.Q)a9m1ݸ-bg뎨 {Hy+#dI=Em D-
+(=Ud ;,6. ,Rͣɧk-&eAl*$pgէ Ư8`V)q@u'z/,-156'YJniD Ӝ
+^ F,Q)q9Q
+O e/) Ԕ+<SjRZѐ{]Qϖ"
+♼G%wJR׼实ܑlpUS]Fm-mGhj#™K˛8i͉FcS-~2GQvP:N;/uoƂptV
+;&v*4j 8W8:935e*bV
+ۍPmW`ɔ@ICfz!O U'%N~.#mvE24"Y9.!فf< ̯sz{ٓWIAD5q6{<usѐh]c=0huRjvЂ8pcRטe@d)n*ZEE/{1 ?5k 0樶D4ɚ"&*aHe׀2!xcVjeW~iw]x#ZޏJm dL& `ꚵX\,}4ΐF$9%RSwgxk,k[\ֱ~"&vcCd@MJ*WmEtG8><ta6I*>y,hU(t?
+@}W@t@fLLg P(xn>V%752Ap:ohJVqC` /˥Z E#W[0zߢӑUxQx̗eq06kIp9wש2zs٤$} j힞8?tQpqbJv1P԰xJe߫t;meI{yf' ^ @AoJGrj :id9|0m[8?q6/EX}7}#ncĞ@Gj'{*$ugBl=ZfEh* [PCq2x>
+&FkP
+L>hffV3)THCh& LqC$H#S0$ͥǏ"CCpsi{}{J2d}-2j"vMsL[3@C
+3cܰx;;LL1Zcw/~ELfx(u˱hI>/ݽKvƊPxq'(<6jmn3sN7
+!߯|?#6}L `Ҟ)dqEW('wdLHPH&1KA<Xk":9mڜќk-Cy\1N|%"1v{l#wq"6>F߾Ε5v e2]}Ec,UL#8<*Jŗx`Ps:jK'&Zuh%r 5Y6»iX@+eM: hW'M7=or60:cJ#[*q>88eh$I
+}o`YW^2וiry!xbX\s ˙"@m=0>8#zr2U"8IW' 6vT#~G6Cђ|)1a *Y$˳
+ZUm \%+,[ߢN>XHֽ9R"[L]63 T~'PUux$SfB<|ۺuv\*8+hncS<UTH]jgr
+sCi0 F)#BǂWHmYZ(N[B(r)ߓfU[M9<ٗxqHx&-r) [_h85#E
+/?RXZN?,g<Y쿯]Eq;/rk}'_U #p| s0eEČ`?EDbbeT_G>;xMNq߮ޝqQA#G_ar1X?$[ ^<%i]9gY)hwf=_7/^m J
+nc:d_ XoDҹp@qCTyĹa_gJ#.4}[ut.C[NNGlZ}YɉLT_yOwo55\Gj'@ .w5efUQgRI&ZzbSr"ںH+V2:4]l0f D}iN`S0n*ᠶLxuAlg/:Dj guTikb|>^lW䙣W+a-pn̪cArgR\=p1L<_gZ 潑J"L0Aj}\ϖ@D^8͟
+ hQB$fKwQHXDnŊ f|B׽þl̞ yH߫20z901I=ZZVyIO"IAءawImU G
++)i٪KW;~N5~#[B|I
+y15{o'W͹sK4nC Si h1`#l;..[ 7N9L cY5Fx\a3ṽ4Ɠn0_~UmIܗ旒 yDZw~;ɓju ^nW+;q\Osk}Lywxvn/0lN!-(КZx6]y6qkӴtա'd 1Aƥ}D$a%gte$DĬCÏXzQ~
+=Q]Sp70mb\|ݾ 5O!kW0ųU< 4~\ŵ"F1縜Zs^RO*IZJm
+Fw'<wnkbDUӂS%>fD.% D㚧5$FC\wYazdRLFPS;ۤg#$ƇoLÃlĪUՒ*15卐fGv+{}\$톤-(2o?k
+E:glZ|9(3w7B#}\~LgC٬J&'Fv;.M\>nc>E;ݰ rj>[iExԃo !w+]"Or<eHc ^3b;H=4G!VuLaX<Zc~ ,f{]VaL1Oן5~XUTgߢgEG%? W#-枙ـH/ca!U]9"kp/^L%jeP/Sx541wS3"Pi><
+u|!ì1UDWQ){Y9~LW I/~JS~A]c5hOji3tl+ꩂfQF{/䫶Ȫ[vnF8kyNB{x| 7mr|@UH<k
+̠{l!Z/6;Ӟh=,
+.Xˀ%x~~n ^_au_)65ͥj8鋉;H;*UN
+N?f;Sayq7}EB pwp>W5r'5!YOcZw=sWrY1ܠ K5~>#cnͬRRQD E7HE|~yDWfVroUʒ:% 3*Mlκ?]do.BQYq]_Ҝ(ZG2폒D,s9ՂS7KܽFBEQ[A4K57q7_;} COj:ۅ upN0WQƏ- Ȏ$(d~}V\Q?ɅLJLSE֠'u2(\YL#M :fsHb~QYadːWfxt|1Fid*
+*JN`Ë?
+41hPa-،g=q]ٍyzt;4͔S"w6}аs\<Lzʲ%$mU-:d4LMhc_?|d
+cX+ДG ;~T5sIi$P&*sA')©x7;[S24ݠY;_A%.:AdZZ5XT^QaygNߌ#SbyTH)맳79ZWz_LUw⯈/
+D#u0jK]\|uN{乔2Nq>F[&d1|uFaBV:g(drvCPp7%Z/a%}VĒǾnqIDqUoșU
+zYn; PEG"KSC&JԾa`7;
+2ƒG.Um5JRyoH /wsLechgȜO2|kw&&O(V.d @ogdކe7K׭ 2~*]VfϓSVuolKק3SiF8N0Zta#n*rծ4W5 5c</W})xY;hV0hՒjn+&a?^Yכ=911"'cUSWaȶOXKSqiJBDLN,S.aUnWZ+KZb{5kC2mtpGsNto.F/%٦]v2NÔפ=bg r<)l=R2{&$4+& ؐNƚ!聅VAʥM<kTN4oåמUm<`= r4| 3c3mI}{/<{Z֓N"pq*ϹaՙviX~A R[I*+ZVFѮh#:zw}l!z@.qjn"$Ėr^ohs!%gźvFb5,<|jI9rY. laڕO
+e12Ҿ;?4ṟLĄ>~y՚B5u29܉>v`/
+0scyD1.ۥޙ^)K+?Mu-:;4&F%|_&Xr|n4Ae3eanU! z^`x=- AEUҰIX+g>Ń_E!@6]I-y) <9x(`Eߕu1֏൥%ZK sk2m9M+hTU
+/"3uTwSvlsM0'jDTfNl"AC-M.xB!.2oio!{mR2pn kᢛs]6X:fNdf4
+zJ}J
+R׏3y
+g!ޅDw9r 8?d~@UNqT$&* 0]Qю'<eՊf5J[H{a@wzKJ9)շStd Nrdy5+ i
+DU&!͉}#!~Wn05[>RGo hBoP2o10Hh!ƅ4"a{2_7r'0[
+yFZC\VۃSlG(Yߤ]0>3J{t< Db575;}aER\!>Wγbh$4Q ωGA|VwȱxG;TΈΆN1Dߏ4kD lXcNݷoX)FU|밗{^
+y1 ΐ4-
+O%蜜0TZ\~R׶n2 _Ow#SZ߹"˼Ù?N?ѥcM4A\]cg}㿖46_OvM\2̗: nbl{U2dUHݩ|?J6p
+ jWkd5./S^s>fRTh¾~"վz'[KoA0;SLpR[MA|O2c2r2+'ߞ@׷G&\?]JwY;qJDS@:V!ɑ/ 25wN,JCN'='klv@?1++D^@,0scjgP&3,By$%+7P:ОS&e˴@47iؕpxv|
+vSz). Gq&t*IСN+x?\/fbutI1dmduqnDF%A0}z{á1 0,'V3B0ɍuN%S˸5a?ѝ):
+7͘>򜇗KB=K[DbR{Tx:{Yu涴wt8+qCa_/v"0hP@%V
+YR
+& 7~3+7Z
+8<LR4]'qO&w
+"gSfQRT4;۳c ɦUTN|4̸>Rk\ 2j@tmmcciB$rf)^EG5Flw*!1wo2#bS.z'p2!؜pMe'DIPQ-bu;+ XDI;Z\S)Bfqyie؃d҈O
+Qe^rNٱDJ+Z༎$32;E\
+SyҝMMEp/eZ~oղ>bn<9ԝPQI
+ɗF97z .Eu5f40./}O\7IV<\d]-%ɸ%[BH))s|{-:!-
+HPpG
+ !+7 nNmzD%tn {jkثEH&G
+1'*Tmh|e
+X<+HC/UJWXB3 ;yDTngtbH KaljdYL^z{`ם3bK1E VdyZHxM\ 9FJψ"?<W!
+DkschjOM>@ҁ;YaK/U\YNo #_bb/M
+K#) +HJAcs;{ly9")Y<ƽv0(0N߀ԏ}p ~(A̔
+M ĺnӕMˠ ˑd+)[>HҴ!kZL'+ h2aJ2jjn3]SGF娆@YQJo
+S78p[?:yr, wx DbDA4~W^^j#M<42B59}0]q]Dbf)04Th,
+@/\F\+s/,SqZְ5p&'6"OoV4Mo&ͽ9A6>pIQR ˭%4OhW1(L(vWE`&Q&
++WQ=t,V5-vV6h棐o7g ɊOMǍ}a*
+T?e7Bhf犍@")@5<T Qω5%Yì(42_Dܯ㤺 Qٰ.ʙ8mIll6'QjmCIi$(;FڰԃLٴ
+mS8Ɇ|t>lPݼV5}9C#56v-m0Y%l?X*qYϑLJWO; LGWKX1GxyO Vv48 sEo#J^\j])A?xK>=`pEMcyX;n5 ]9v*
+ >A@ܕV-h
+k;P{"2 qC^ڳ +ṴXJ5)#MA4k}`?6Bk)#cG,NgTs x彩^p.ºdw?T*8Vq}.Re'  vRQ<TnWhq6Ďbœ 5eBl
+ݶ \Ǹg"05H'5H&OyMZ-(Q[BKH D?$? pe򊜣m!3szvR1"ýM72S
+oh]!K0 r$U:̴)h%ޢ,:fr{ *\ ~6j`}zha-=[~Q[eҘ "\@d<C_C%Ǫ"|#m.N}dNY'MydF?bό4P~4Np=_a2-m-UO([W$j,̔n_W*S8N+z@_(m+Q5
+΁%n)'JRr| 6 TM4*`u@fHj,a]Ĉ_t.yj' aI70IAkvLf3eN9
+Zhl`$;h^ʙy,\OcӿDM
+JY:$^XZ&o2ہ,pM w<hS6i1b?U)ƞDCѲbs+$BCWGo$I$8@|LXCC]/1H EܮڈN2 AIP0Rw?kb+ad{*|
+oEZ%睏Γ̉|dasR7GUVs!>4F*@L]UO(( ,z q]kΓƻ߳Lr4xSpo܁XLy=}IJch$́i`)֭)HrKKwuX Bzv8Bۧ3͂;rEu~mO5zKd2i3
+$Աᡟ7-xt`>*I2D%6XQ]2#k<k>$ ڹznhKL茹s~2
+fxb4dCbY@>rVҟLYK?0 "[e9EG"4&W-bJ-)Ϫt61GfNt-qͮ9?x,'(G/{¡zcgr x.UiB ׹ O18hH\Iy\G$ǝV7,HF"kx.YUMS uoq*4iCrҨ̖бRe‚
+UviNܬ^5*_d>w>7mM PFlÎZ<`1/A_h\۲zNy&>x?%N5֩)BmR-@f=1՟k=ǡ#9 91ʏKo,Ҽ[c@&M?nѨ0&aNM:;sנA}v |T2-wk܃O_Ge} ]$ۨf@&AˇɚsFb IM=VK/o Dp?3?-);Mtl[ƕӂݖ/֎d 6{Ԕ)Po;@5$ݠlrʣM(0O^I';:Z|W{d]J)#CSG3W<J?I=::O
+JP麠Ođmb$[̤j2MPS)?,y4"k$ëyOɹô _4?T=gjA47iaXg[*_KDYtQF3F#C0*<xau{XêUhoU2Q0J>uKG"2쒍i"2&ےq>t\T
+"DבtkX3.'sh^܆&D3kcj.͌@A)OUM0ʠhF 4`2//I絎x4:BP8Ł<b쓳$:d
+$}
+qg9b[/ 9n}N.8Bt٥MƩ&I=J
+kk(( :x_ btNZ
+|$Uؤ_Tb!Q-X:Od2kЩA|)^a
+eTS^M>0.]n}x(0t΢Bm-SgN:,qӋfD~" Shˏ6{BA!
+ 'vbL{ozdE
+W>vW_TAÅcw#IJ ĬE0dn%U'a[ġ?j,G:7S(-;8ƭ
+NNΈ8.k̡6Q
+u]2fhIY3B{wdQJї7~rG(|
+%B
+09w#W=hK&Gjgō|4 mGEhğ]z<8J.MBG
+鎍k
+J]Ă;)i<)gH"|FM6Vm`Fh_qy 3Wx
+'q`mƤ*+-ֹGhr7w^.D\[ڋ /o S 15u7#w=U{Qi!a20M cM؁^}9ŸW!{E
+kq%b|e1"j+5p#G ۻR]6G&2U3P譳3VҼ?.<~`m[:г- "aŨ(Sa[*ߤ<&|QA 6GZ-d8Qt:)頶B΂8@
+<HUїۣqWAU 7"6!Uc,Z=g&V((_'\3n^[t mQS'#3cmh$!+~D@OYܑ~b \ZuWdDcmeJ3vƃWwkJGզ8Bi~Oޟ /ys yhD$++׭l
+Rwqb4S
+P{ԌCg HV8'4-i`dSܿUdQf໻,y r#>RG`pVK[s}my cyHϾc/$%Eg@Io(Pz'Ns<HAuK =/7av%1z]􆱸EWqŶio1F34Ԧ>)vySASiهt-
+<l:!mR ozzG{ ҸMj@VbBV4≉϶޼|x)=_|oU%;f
+T_u+P g53QgC;OI925m ; 4ͺpkKouc)WAO>!inL6,tS*tv* 
+؃Fw"&F979gv3Њbzcv-޻L1/2
+JЈƗ]߹,/aFGFEr\agthQʫ=rvnIT[qzMd~!QHfRG6:3֐`oG$ɇH7Q~xcT^nFF=03MK1hplX>֞/B`Du,P*,27}w~Ҫw t@io&+VT[7ڏ7HQ F9 vx;"Ş'xNB^4ƢphqNGE?cyy5u/TB!Ϻ-.J!apmWKb juĂD[G鍏V%xUEv \eC!s8n.7{
+:(=+#{%uQ**Ɇ
+|Jh=O7VS"fug&K{aWW ϿD_FvɃOpZaIaA\^Aʘ&iR>Mi.^ Է1:T&79 P{RFng6MG]{(> JwsB橹"omQJ$w ޭϧLu7UV|>L/JI,|(1V8L!ϑb,HknUλ>ط$u.6GWYNj" :`7lV_>wX3 KK}bql^C|W
+%)HH ?|N^FLa-wČ j 0m/茯9iIdJAt
+6V᳤SrK̭&K-=u9O1BtEla]%gCf{QG-˖UYg4Y K""r8Тw"
+H1]j[Fw*֮fkM~-dʫa^BG f]g7&~|
+ \Ke*޺,(g0ê uR5ߜD UUןZ;ӌ`DLI 6 O*QJNuE/3lH-F%d"unR˂Zk,T4W-{M'=CBUFchc&tuxS&
+^[ +i\: Pź(@k2o%o&ʯ2z=Gxo& ϴW [tsuZJ*߀s"0%{]<fZ J Xz?A޵׽ܯgP`R\*aY9a-$@6K ߆]C>*X!IIweOS݈~ss\L0:zpgX:A%|)l"2||0mB<dݒFg.ҟS['׊9ҬHHUGxdekL;NHZd}6E. xS@Rus1g$gWG?dyMvV\z-0
+_v9ͶlŀTyUgo*8!])#>5BrcaN) qN:bмjhwdrC~RfBJc %uNS:M
+|Y˂4ߤ#e ޳l+勂spjHy3V~d' ϋU%7uXV?`q ys DCo;B:׌"Ҡ Ʒ[ #zLº(@YH_{60Wz^ݞ=~$IS~̐Oo7'-G`Nʒ1;Ԛ 6 [e.͖@OƂ ?&E9 Y‰7,eb'%q-5%5hFj7wT׎OjB#n^uBQ1>t<VWoSo4B"I͟~pCmS5ؐ
+j̻RwG.h/$eKȾ 'SQ㉷
+l0LbAN6,y|e{U|GWL'D>q"~Hd-+M'7D6 &b)YdԟN?sg؋UZ3_/".0T5xE_R=W;v̭01
+KX1~!ݽivcra߫݀Td[8/RFrڵƯi^r99,6]?Bn(9֢'!5KGGc `JI<gSEH Qg/ 0JZ/.
+K5-ՖG#gva;`
+RPLc3~G9mY?kotWlQ{kYθod[ ݳ
+Xza3q0+_;ڠCIrz{f{n# d_IIkYGt2×VVhU>gv83ssq:
+
+r 2٭}hU-%H*+s7 ɑl_!h{Dlj
+?׀k?*6@\sn(b}AW4!sm>.nyusos
+vmps"
+5'X/u$7.
+zǸ*D@ZMc`5gzaH`Ɇ'^y<Hyk F&3⸐Nm@1>>b15*3jdCJr$@v -a_rjZXOӤv
+endstream
+endobj
+408 0 obj
+/GYWMYW+LMRoman8-Regular
+endobj
+383 0 obj
+<<
+/Type /FontDescriptor
+/FontName /GYWMYW+LMRoman8-Regular
+/Flags 4
+/FontBBox [-456 -292 1497 1125]
+/Ascent 1125
+/CapHeight 1125
+/Descent -292
+/ItalicAngle 0
+/StemV 76
+/CharSet (/A/Agrave/B/C/D/E/Eacute/F/G/H/I/J/L/M/N/O/P/R/S/T/U/Udieresis/V/X/Y/Z/a/agrave/b/c/colon/comma/d/e/eacute/ecircumflex/edieresis/egrave/eight/f/fi/five/four/g/guillemotleft/guillemotright/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/period/plus/q/quoteright/r/s/section/seven/six/t/three/two/u/v/w/x/y/z/zero)
+/FontFile 1893 0 R
+>>
+endobj
+1894 0 obj
+<<
+/Length1 2226
+/Length2 25802
+/Length3 0
+/Length 27141
+/Filter /FlateDecode
+>>
+stream
+xڴeT][5w www݂qظww';=wNS9U 6}h}9VAA b2JlXyr C[eBhd7t
+N<
+`RTF
+fPd?z'iRbY&VNޘ( zy#Ke3g-}'9U>FP;zbxCJ&Rֶ Z8Ҍ`׉8 i+D;kq3]O.xdKnNc'9A* G>9$Id~ySbTYǸhӋO<l_UWS$NWzSyl<3څ\h%
+< FEu9b>7(s+C"`]`IP@CBpe%LbM~ WC>Z|fǐkϠ0p/;-)պo4I~Nya}%D^}8"ﲱ9e9g΋U?Q:S÷C#<^*Z}<|@:)ٗ!O#j_wr5V?9'3 ѩ
+-#>Re&wQh0?l8a1s"BUֻ7B|2Hտ[(݀` ?,rha654{t8gywk=Sg2_S+^yRim`D-H; _Vf]pfBoeݴ"Cp 4EBcl4V}֞[ݬJTR^iȊ{§..|T&zrKI ȿs1Wv\DeCy|G /o i Or
+
+
+U+oJ?=Qb<ZO~Mj/scYAE$w
+<k%6[1
+COSUS|rФK1IU=o:,/[Y-{pYB*)E !*Oay-~ɛ@Ϯ*llT9UBrKg;X+{MS*jY'l-H ՗׃$AE4c0"%OHFel"5FD*wgpaH?>!bʜn/5I(p;HcC=^0)%ߏsTPGS W"sGϗKsPjb#a^@ֈ.-oC :V.(F|"04aR
+c?IѴAtSVE7gMgdU*rк^䤝L.B#Pw@UՂ`M{rbiB俣{gOtJLn÷G!!ƽ@FFI#з%dc=5ͺuW.F;}2 S#~4j*BSܫaG]F7[A>y%R2qrz Fͩw'D F( xn3Lc2.
+Pb^vk0lFa6bmM{c/dz%jnUwp%< Buaj79*mi zokSOYE^`4fp `=Wጎͭ LO /ͫ)Hw|]" HD%\˵Q#27å qr7?x7KFc?e;Ҝqa3<a/7qoL+jͼ,PO0xx;eyt'@bB8t"&4qYr]_!Ӯ0:g 9Oz\~dZő_#ݾtM%_Y?U`
+`Rx>N-\Qnжm"F/H[|X+$}%uUVSP#%^:z3TeWlPW]MDhsQ3 QF0 J|'ros6[1T1 c*~ΧJrʛgȾ'r5@8"L?~*urgQKe8G| !5ю^)ˆu,e<SԎ* 3Sl?J)Vj@徒s߬j,:
+v.6H#{%EmW^s1礎b=+08mYnLtZ5_,ZLnDj [w C0WC\>LKn\E.=:u;#@בĶ?VI-ToyKXi{t6S.ࢻ_  ]hgElx_i*XmK=QMRrSvݵo`A!P։eb2\yX
+mXDڡ9 Ԏ(y.)?bgJȁv1%,>Ԇڋ'0 epGps 3i~u5཈ 7uy]JQ>LhCBNCW@-)]Ը]Ǯ5QKx z#إA\(gSHoG8!/2$vֽ18-rqçjAˉ>h2~UΪJ ~2d!Hp4]u+(`&:<wbJ@6M.`u."ްtUg%^x*"rU?,PuDmNtGW547xh3
+[|ut>^|I952\ aNh8@]4r(7_Q<F=XjӮ=٬ksP p<g0.׻Y>ci%RCC
+5qJɉ ˳=~c:(Ͻ]3Ihmb,g4[}^ޜ݂Ͽh ZySTopmgGW ?lcM0}Evjퟪ`PA!וdHBSLt_0+&qFD[ Qjƫ ADCLDE%F}MDq%I #60)Cczϴ S;Nj/&%eL"٪)m\?%oI_|t`/GDL6}@,P)T:ҏV&I!d@ M%[ +ժt/ Vlo8?zs8*U`J܄HT8|Ҟ1 DŽdqs|7ggyv7{A#52).-qVY}l:nZ4]zrR]Bm9ܗ: O֎i'%h6 K6F]= ARKK/Y_E^!|X_ ]8JX?;,+EX-g` : ;
+\/]]"/1
+|AXbvp̜zq UT*P@0t
+DP%^ ]?T*
+#},t:ד󡚳0X !THݼ}.(tGy55@!*-,sEQ\d/]Yȫ흞#!Üqr^A
+QJ/(LR I眪VxFȏ96l$=0àQ ۺvp yFWX2?Cm<)r^ߐW~ FϺyXJn
+|[r8>zr9:&}Hy!pguzF ytWmRSVfV#34m. 'X`CYlO륊<x 4#F;;)J2C^Βo5J&
+DU{JDI%Ⱦ~GE]UL5z
+1h|pﯲg'E.>.F*~QsevnXs7a60ɥ%(ܣ'm{&٢һEK<+atf`ym
+qMȉ2ޜaq(US3(ߓX%3T8@m4QQT=Dp`:3wV㽯TwqqP2\p1Lsea7g
+.خ ؠ 2o=CHuS }J&<طU' $nEP
+r2)'_^|s = _ s~{@d\>nv.Dլti}\="HnL"7# i|Qrwq ^1Iv\?)V*`+Sr9>ՒH-1<}"*ǢlOIWVK`P8H
+
+4w/<2p5CʓMT\#IrSY`i/吵iT}_d8ə\CCˣE߉^u1H~Cɇ)"߅5$TW43 mRn.G^VК}/Q N"iԅG`D~fIͪHh=ďykLH;Yu!Q|/:n7;.(¼q]mBs*Bp~j1#HEuBM qڇqNuT ?*pk^tQ$G2%
+g~=ï=ƄtĔ
+&RVGPQ H3=(gxaw2ٵ
+OYKGکer0K;9~zfE4%I WMǸNޑеZd,6LrӘx>!iL93ɒļމvAaueb1~9"B~߄
+7[L7#|
+Vv> uyu&6B`dԋ ד69At'Bd`#d(0d?+5\$+
+z %Aun/)C,P-u9SG*/mLLP4)4™YQ.yx!`?&\JS;*9_~p )%%K^a/`5C.<k/_>o2q0"o!2؍ӷH%PК;ڍ6lo
+~b'2/i-* H~a2]z1yx.|Lm(7y4V\I^ݰ؜M֨oG
+Ta#f YMDݕ9n79^!%5'U (YBmd叝\6/mIGZa,*,xۮe:pyX)^GJˊ!t0hhV D"8X`Ӵگ+MVnbqReZx4PLCϤ
+
+I[G:wE$43138N4PA|YsɝC3SŌ|;o3>dnbu$G&ˑ]LMT8^w/ au]E9[ßgQX M$,h)X6:rs̺hR9sRuQ*H*|%tSm"]qKrKC $fr #W͋ʼn>:Pt=(UC264aQ80X0o nǬs܍?;-}3^άĆʑc8rEFY iYjQMY'iT< ȕA
+W֣ Ɩ_GI4[ӱ%ZhRxd/z$
+h1},O
+s{^7\DZ"[sxRS8=áHnM=f4ڥolXov/,멎G%I K*Df:
+E4##җ&hV)?F4s6 u索bzCd
+Ԡ>
+x[8X{ Kz6^8|: y "m=u m;qrF@1/DGy({:Bivom`ețT4X
+d6-c5H'ٙ!o6mtbnsU9@687 &@ؒ4> vR&t[ўZ
+zm `p>^~tH.d^㘉ypl`Ecn^A7Un[UnrN%iyZd9F iX/S
+vt|NpH9$JnD} Ax(!9oy no)蒊b?7{
+ܳr2&v#뙣dK[ )(BgrvEΦĨ%6=lB!=`d\%&@RBmw<% P,H"7 JJ \]{@+*[j񃲕I 0 H=>Ցt~S:|mc.Я1F.q(k\F:(46&^AA׶xo|QOnqx+ #>WP׸LBpZFЪEAd}a$WX}58V&Ws+u('j"
+7}H4Gq!Ⱦo*v^1_qPeg;sԔٯUu`@-l.0TK񃾟X6%R%'1`l#W T][Q0hVr[zƲĬN}uZTJq!
+aWd~%Θl`D3b؀ hcR3 F(9F
+: '$L,QI.NY6r~{T jWyQ+9ymFrSvz#cxR,^ne+E"6\1?]mO}}rNv6xOҼgcM^Žm8 nw%Ye wGkD, 9BjϭA
+˩R#f@to0Cr1+o4w7CG`ܬMrWW'[kV81Q+$_\W_rptˊ[}a
+ӫF<9
+X խ1Ջ:ovQ?7oo"λ`b(hxƑMj9ʒ86Tk̗8l*8nsa|['&CdkE ЊeEYffSă0 d~Oc0o1$`?8 ErX :3򓼠jIf4
+yK2竉,'~" 
+զ6J" =2WnDl8hN4~B԰ר6zPtݒAdT2yE|w7z(}Vv IQH5:!qC#UBI#`8qICN\ua$dKaˡ>r(\2V~Ᏹt<-*n=׬:(BGț:>BѼ ࿫0OjuקRd*_C8Y/AQnY׶פŧj&9rݔsv9`>ڠK5KIVşm8pw%;ƿ}<:dgLN],Ew8:YaL?7hLJɄ=I6.nG'( oA`>Y@ҿt5^wYVk=0cgz cq(R\%Ss&e.X1bC ٷԴxE6`&|J4eA4tShɍC_gR7'ߗW|ښ[/dEtop'3N5#PVpå^^Dߏ^9qVa{DH1+<;Vrrpk) %휚,FjTw?2QZ*7S`PvGm1@1adZ}/ݐ__/ј 8w>&ՏH-Jf<,vQyx'.2~bH_RکMFFGWo&2D1]~7Bλ!Rn|`~mfѮ@JL9_q[^ ;t9i^Ո2F9"cRf{K#'HH]T^evG_#E&RA!Zk͞\_y+^k<
+yJ"Dm-W;x(c5'0KǛ/:JM.eAYV
+Q`~fhP%ZL21tJ(c]E*'a: #Dp~>C= |f3`#qe\k.%~
+qeV̺@uÔc;؇cX՛\i{AHj;#'3>^qOBw_7 xLJG&ְEΐd`>NRs;+%hd8Zx u6t qƻےr 
+d7.}z؋?ݵ^"Gd/ƌzP&R{._8.mK!B#`?zq#V㐎9G?qdotld>@u.B eI1^?0 z<3ԫ,:+>Us)FL-tYɢW‡CP-q>s1MM.s,R/@'"|'5s)JyYstK!]~j8`S;d
+hV
+
+0|DﺧV.a
+I1ϽD2w~=IomB޹ ٠ƒs@"eßu5=(J)rJU):] Ey?W( (^,aD]
+I/cW8xE`!U4*$bf H^2
+~؋0|my:F6#&9蝄U-%RAh憑~[n]9 i9gYѲ1-ʲ.dž ʅC\%?sLo `hwZc 5le+X֬VW|*BJ. O
+[$Stu*8ґr(qcFj%'A"@`#I {`c&Zlʬ"EK,S*b;$SWV0\\<s;<HGhJ2gTjS>MBK?һ9 2
+
+Ok<XYy$fm̪+Is^&PC> 5l/G6rymZ!EǤX9֭sJ :xvr g"!9o-"tq
+*TڝNͼ[/8}n^6Dى,hjrGzE}M /Fif<_u(41W>s^Ow׈$3rvzUG
+~GfIoUEG&?`8K6ġ# z؝CS[5*G;e_D-jdH
+IetuD)W6@MzR "w=W&?·8vcд%M_{
+s[u􇃱Ȝ peM0R( 5zOvY.@]#EsvXlI:r\؉b`&Oz(D/
+l&}>AOt9@
+}p|6Vx
+Wyc߼V)[4$ؐt˗f"MFG{J0X4~~mWeŤV9D KZ<NGI/UCu0+Jȣ- $MӺ n-Q^گ NLuN1~0o`A-u&Z3{ԋMD A4KV|#[iYql8M ȕ|
+miwZi?zPXT%s'.фtEh2oE򖭐+3ejǽ. hG\6(
+ߖp-sBH (D2]d8K#p{%ˉgvgWyɋ˰ϊ
+sX OA{(5h;x:/K@!‚ @ j_(zWa)*eaԊq>
+i, tmi)Ԏ4|geOΔ> R #纛osau%3Y}5%*Rbo\dԊإ/B%.e}}o_C/ Z:.[zJ3nbkjzqcbzLaX/s+&;\cςg &.7
+"cbkM'-3;t<zoD@ V*0?lF1 +V&҇N+rxWЮ7
+t:js," N[J|_C_X6N)aQoV@
+`XAlCz.u2Z)
+iz -C(~A+i6
+OrxS"j9'.\]-?J',+{XQi(vRK@[L_ ;+}
+lRs@I$!+.l\
+:+&Vj#" $(j\n
+θ~ف%.f"}W4CWYGբiG;4y
+Dq?`$Sjru̽pn~+–# {]lM@?.$i2jI#Ŀ6yi͂pJh_I\M?j2 ?ᢳ}4i;n)o!F2|C9_
+j.b uBsȐ49ɞa(3>8ZL$D׎̠]I+2?@Ƣw~/XuSkQ6kytpD3 3.t)֑l"QA~&DbeHL͢DjtnK.UsfŸ4:L\uucg_@ D"8%`tfZ}D"?m/ojc7ޕεx2Сy=kfHp@qξ8(q׌A93}zpQT:O]xi0xjULi¬A/ 5m
+4XQi
+<!TRcQW߸L[2TLY=,XKF_)%faCcɤۧ a /yŧwg[=9rv&`("MNCr 4N1SWܱKRznɹ8>n
+%r'kDA!$ rC ^8ӳ&_Cn(}3%k+09(_YH$ޗu8ܬ}!NQ0JpB$Gե>hp\նK岟e.]LG ?wU\Spκ@!?);BTVّ,{/ZJyjbVB|Χx8
+endstream
+endobj
+1895 0 obj
+<<
+/Type /FontDescriptor
+/FontName /CBELXV+LMRoman9-Regular
+/Flags 4
+/FontBBox [-443 -292 1454 1128]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle 0
+/StemV 90
+/XHeight 431
+/CharSet (/C/D/E/Eacute/F/M/N/O/P/R/T/V/a/b/c/colon/comma/d/e/eacute/h/i/l/m/n/o/one/p/period/r/s/seven/six/slash/t/three/two/u/zero)
+/FontFile 1894 0 R
+>>
+endobj
+1896 0 obj
+<<
+/Length1 2286
+/Length2 18921
+/Length3 0
+/Length 20300
+/Filter /FlateDecode
+>>
+stream
+xڴuX>kq݋;,)n)wŽZ~tsZ{p3$Pdt2:!,
+r
+c*B[f
+
+u ٳ%
+twKhe C^_:[7Y[/-__$
+
+K^ S4UO#z\/5NB(M +nʦ-vR4H ф9^oI P Aê>[e1@c~Lvkb[ء@{}, EQEjgW\WlELũh=n| Wbq֬0L g:D)~'}}#Sl `@-WL*8iP_caνńv$L?aɒ-pmQ;jk_\_FXIqpO=O#
+sd<qgn.C  L>i*'SC K
+0AP
+QHp+V4b Kl
+|\qȜ/ih0F‘gKUH><5nb^: ^vqO+S,1y||g̹Em'jZX7r9CaB!+ fO(ms41;a12=8}IHDK `uQg<~ϕCp#PÏ]^\`:];IĀJKsP<޴*s ɒ6rQ\AWn ɫRiVS|o0UpUM>S; B,LU|jRY.@\npO$sg U4><#S{e`B]dxh|z!ۋ(4pX1{,7MdJ# AzR#_ӊ"3;cƒkVKP#dev<1gX%Ewk.őF0l*9M~UH'eM:cI-wRyﱬ 쪟PD!} YlK|O߅^tPHy@ Vq((,k9dp՚6%"!+u!RGy*], Cj^2W(%>c&3Ou!)|woEn>>4b c:!JzhC{z5wvIW̪"L2J'Dug׬XK(WŗkgeN9 ""KH]p -G_\#B6DWl'د_V^BGhg)4[B
+M 7e IFXC{gx{WAO 1_d/oGWSHMϹ'Jja:!H4BUH)%{I]t3'x- A2 @Q5d<"-bHT[kɛWOKq&m
+1IGͣjܷ
+* ,A;ާj! k/ckeN^uKnG9G+m FbS~+QJW$cKjNڗ0bk+sb/S $c?A-9/U/ Bs&927_
+JTb2B0raIyҗ
+f7n->]U~﫦'M护^ؗJ7.(sW~LDe&,h
+%&ItR3YߓHC!*:"{ EL׵ȿO̐
+^]WrJ-dIaa#(u}(_QAH.NX;\9FKoC8'^ ZoӖǸE8$FK)4ETqyZ)eiHl~r4nM7%jRn~lJmhtTGrFji2-G, +F3LkAzTjc:c;8q'uիҦ$]=[0=鵘;}ec55pvV2Lxh+/%d~Ks=ɃxR(8qɵG2;0@>qk|^3 LjitSp=`t嚭w}`d˻zB`+|{0L|.]QkIߗ[
+XꡪwaEQ*{U{On =Ynr8xN+3NQPmw!W8f41T6_ JQxRWMAo|1IG\~u ċpxZ[;~|ݱsyߔFԴ.8.5I5v@eb&i
+uRMsY$[E\1!mzs H~ju$\EI^VָlJW,njo.lCdf0&Yf
+^Dg߯ , M1f$8/5 ReX94,ѥ}p99Ke \L
+/GBñmWa~vKj=6Y4O2m
+S}Qe Eb/>wQhV]ZB]IvehwL 1 '*[o?)r~7喎R*lEĈE%{ԑ~5Z2wҷXu"+dӽgz@h- qGCKv{9/ jн0#!醺\ԱbIWo"%;l<B{03dyypLPi$}M)/`jSºӟ~ o*9UǢ'Ht DC+fk'8~Ѩ4+w
+^ͼmdk3Mn]8t}Z,ʡw%TTfFA+;s$_~NF;2SܔZ "a,Lf}σz+
+VhQӵ>ר؀X,>c[{l JBY#ߋ9_^*MvVVC=Do
++|m<|Ct"ee:o:,D
+Ly>!Blj8q_wn&5%/UbA8yfhZ3dxNB4{HOYդ,Wⴌɛ=b!g@JC;h2J4Dٛ dp9„Q̢,mE2 k,R`%ԝ$q Rs UyW0L½zovt6G*jf>P<cf[
+^dd ]#/i^5l$"MǝwJ>&+K4Fʈ')ܥ(5tw1Ѥutw; ј䀙+*9xzˆxQ_߻q7CARUt~芄T8oB̍]?1¢NsDt(HKYmM[wf瑔 }2y[`3دNIysU ٛw ߉oSSƞ5\n%ϣd˻f}IU݆6B9KvF^+{Np@-q"=Ol7z}̠d<@
+`Ub(o6JHJ\pD,QV Jv-^;|f)iѠmhL^fW1ߤN2)}4 in!qkpѬw,ɚouw}7o>Ǯ珷uqw-OegTDr0U4hycVrȽ^C
+cQJb*Dm /}Ԟ0OH"Zư[j<Ul({vG-h#ޠ#| #f}=hl :pz,-UL_H7Ec~8o5R<XAQoaۇo2Rٚ.۴48rY%j-Mv,XJ1HrAy9Rt>(3%}z7%2{yp-0s&c9IP9cD5"= K4c\&`mJD$D"v֮+/&}yH?*OjkϥNeVNL1~Q/N烞DHXfkZljʤIW@wafh6qLh(>~A
+Y^v:Pl 8zW6zb@ 5WdbacڽKKݧ,SYr9qef
+;V MS<
+kj 0,hhy3,# =ԯ@WM@E:4HÿJ)kH&10edT򠘮p;&x0xp ʖ=K)K>9iXO`1fs:;'z#lRz z}*Gw g=U*kÈc IEC#oK)~UlBEtE⤬nzЎ%ҳo
+-^h4NGy?d$G7!q 8Kl"{
+ǥ[
+u@P
+&|5q$9˰Մ4nx_F,gӤJ
+2m=1.d Ks;4!4B\5d Ǟa3B?u`ku BHbVKLk^/N+wAʰLG %ma@$WG
+XOD G uR]V4fnMhJMQ[ۭ qn'b_.? $}UóQ|lqeQ7ZOR͈=cJYuqK
+'IwJ-}[xp$ʴH?v [[ur>u'HE%ъ䒖
+ -O.&l'/ͱu 5R>5 X|Bj_X Ub_W$$YZw*#K?g,y.A^N޾4'^ ]fiA[QӖ&fZč, aq|W`(D#:F"9^We7m <yOݝ
+*M`pߓ֯(TR(Wm%%kFʅM.QUJ^Ib׬nN
+ҸVk"P|#ηsvpAMhs߿uHVz<ld DȐ-P-XCcVD': pH#+s) ;|\/A"for
+CuT~1!6˵=޼vCW6XJvHLC^g;eB{S.P A(@K>6\M`oG^'/
+6ۥ|{#oSܳ6lk xGyGavR
+qrYBf17٢jS⃣Fɇ.[L;݀_p6<0v :p
+$%y
+S=y/'TnG%#hm4@(-Ml|8pĠ+6?nnF~iMY?TH" h/Y퉕+Jlv]Q cNrhB4h;WnIyL,׷+֪N/\@ĜbiLG]'t$mT`3k>|s&|ZA*\L!O$PdQ%Q;@֫}E([ػSv+$p7G֟ydfḥ5q#A>XBꇅFf
+%M1WU\ $Bwtiv%3?U%ᰳR|iM{]-mW[LbTگ1Boojm/x)+sx~a)F-c6:ba&şѳ)khӱ'uD\N\㤨 #XPve}5s*ji,b22w1 Zyޢ#Anf7̄aH2 d؛}H׎;EF-Y`;<t<cqu$йẩ_o+%ϙ}^:ٻb@9]7,`O "8.!WuiJq'?=(H*y- 8C.(Q挙,K؆NleK|~i1vJH"G#[wLr2ĂN>8%sbxa~P؞8?},)6ad"
+|m3Z0}|5NUvT)3Xf){j4 գaU0A^^E`Ӣ6#b}^$lk4Ny-Sv9 okkR6-6Ѐ剎R"wͩm*O,ִLuu%m+B9q9mkG4X \wWș
+^`| {ijhq<!(◂BΛqͳ >vaϸ8Mo7tf"hYUqVk
+BD+<_M+:΋wvewOƆ/zmTݪP j~%Uz-% A
+t^'ps4 jڏrS^vmUc}2|AXk|~H?OCw1y°F }T_0c=۰7`M>kCS.oue#,7ͩ/?fV`Ȱī.#wj^d "胋bnvgU.Mvgl_^M85N'P+j2 qtv̛yl}XB sY-kN-k ީ#u(xOPolD/]бI4 ^CL۫ Qv,h/r,CDFܐEiuǠ̰ǥ\2 uQMrfv5 Iv(n] ܙd,&9ԧӦ+b2܈ӽ/kx䃦wq\^4c0oLEV}p _!Ϡ@sFjoKG4H8eL>$<ҏ{
+1.l$>^%T8UNZ-4r Y;4[ڲw~In6kx)bg!H'!0{NyqMӄ}rf!R41r1&Nj;#* Cˀ*+NCǜ x]wJnۘ*ptj Zje3a??幭8:嫪j-}ز%E&,%B9>iq9l v ܏U}K1
+$. 넢)4 ṷ+Dm ]} *):Xr-p3 go<#K �9杀9ab>!Hn-qGܠ-^<!=f[g4>,XB7U'o<ȥ#{n3%_~s'EbbuC#<̕>9d #z?=US }.O:}ė?w(ƔnR+,ɀ77oTY.~s(̤5`
+wo3țړl|?:b |^6Ǣ&[N}Mo>0ގ0!x5``]%6B] :R~~˅-|%piCiX`itv5αog}u\ݟ>p턿n{B}iΏM1k$k1u#T]Uf9+7kiR4W>E6d1kPzͦsy-˯EeJ~m1Gd}L3m4i3e6D @
+ҕ_$G^)Sj`]5>cy|wO.ǬXL<N\bjWM1Sϛb˓u$F5Hg-~]~G¥7
+v<u[? |GiqeU&Jq!C{nY?I&C_t!cs=|}鍣ΪK~Ot)EjMpd=/;)|"jU
+ؤ&ir @~YycLJIOsӄxUEA,ZE`w}hШg ܔ kŭu}C[?~@4wKPmt!
+yycwA+QrzqJ:8Aj235Kݭ$f ͻUXZRlqy Nhema& DP(H#Be51MZx}d:U)Dh3
+R 8`픈p:*:_kp
+m -| +E3ek\)MWxʢHǒCڑp1bS
+U<|,)Oլ
+>wo,dE' 6 sy/nn7{e1̏gp&>xW59%g+*rj@i&aST~K)ya~ZIĦe ;)/=ܴߋZÅ)Ěɐ`oyXխZF#-xaqYTǵGr (ܮs֮Z8"S+k5<8O.V5M:ۓݨfEPD羏Q2p>Ћ;ʭ5slpksc<u^MLnrȒR֣I(<'A mʭ޲C/_G\ 5%W)دP[&rrqWthTfm7Q]sƎ_.涾*_rjl*r"n8:_/s+&;\czxOb͈ZeY:Hd6L
+̃ F|)hDjFu@ӧ-PE^x[sUeK0ix8}T fكQ̇>=&ߪ<Bl/–zi- mn)=!u~jN"Qd\m &܋SO>k1L7jIg%HSwoY\>?=w!1+Hk>Ȗ%h[pyx=M+ʅCs[6j
+k yF;)oLӑ Ն Z
+'m6f9|f be
+Z]P>/
+?-sbAMd@ f3"A> *qAеt5G{G`za#e a@F
+0GkgEEm*_Q8eE4%)x}|uaP$ <W>@k6szF!Ye=h]"]:%䊪 <I8.V\&Va#Zj|™Gpy斪Ufo9[D:sjm_H
+(5Z&0钧 (Gx2v3F)Xtɷy`?"aBj}P(,ft(]@=]\)(jKaan37L҆27
+~h voUՑhxU/-|矼:㛭FCs*|3\d_vfL0f}v$BbZgw;Jmdwv*&9mL2P!##~w>N@?D)3!P6%.STioրg+ 78t/n~M&A}i|=pe:p<fiSOc]<VZ*?b/ͷe{0!++[=wf(rm^DI_4kgR ;2݃Hߺ{Rw"l1mjsלߕTwuCf͎Y] +]4\сY7pӒkeƤ>2Rb珎|. B=Zؓs rڒT`}y0;GnH7~vȶ7pKʋpFC.;]5Ї )i-Rq\(cF5YytKdS" Ѣv@ԍ 4;TLP~&T8Ra,3"-^~J槶Pbkk9I۝/z-4GgɰSD7ub=:
+H<$˙`/"L7t. mJPDX<
+M$
+endstream
+endobj
+1897 0 obj
+<<
+/Type /FontDescriptor
+/FontName /WLTEOE+LMRoman10-Italic
+/Flags 4
+/FontBBox [-458 -290 1386 1125]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle -14
+/StemV 56
+/XHeight 431
+/CharSet (/A/D/E/F/L/M/P/T/X/a/b/c/ccedilla/colon/d/e/eacute/egrave/f/fi/g/h/hyphen/i/j/k/l/m/n/o/one/p/q/quoteright/r/s/t/three/two/u/v/x)
+/FontFile 1896 0 R
+>>
+endobj
+1898 0 obj
+<<
+/Length1 2189
+/Length2 16920
+/Length3 0
+/Length 18285
+/Filter /FlateDecode
+>>
+stream
+xڴeX[5\CZ
+N;)-ŭw({}wJ)k5\&W`7d `fv6:f`wY8Xظ%@@kX
+
+Y
+|-cc~2v2s{UWſk ?땯W+QW-쯼/Jb<d F_98B\@_^Y; Rt|wЮpr2Z=?F? ?/cmW2Àu~_?)@WÛ`"5]zY r
+Ê|XY&';,E vũv(;h`w0Q8NFVX9Ӹ0cD|_sIV`$>cE;o\ǵoޔrjt眂>Jӕ ŚD\J ێ(wrkh`;Vr;h^VV0jja>ZFgXF$|eyóP'Lw荟W1&`gU"Lϴy'1V58Џ](QQ%i4lhFCyvI?u\ }w榕IM2D
+{OgqȜf+fj1s!2e_R]qaHX!a(hD5n8Q۰ y‘<ZJ8݇=>}^'DeiwYφ9\==Y?+
+k,6F7_R{ޏ,l?klXzq~iBJ˯ej)DD1'ɤ9sPLD~!1IJ?-ݽBE]|ÆVw_3*on2
+4i\-%8 rNzzjE1DrDh;)[%(
+t3k &![㪛djgD$}˺~u}tZB dr7EBPgE&+ȭL- TfWCi7
+D `7b>I~*#N&;f3sdSmZ~9|މd"3)‵˩C:g3fXR  ֪d;p/,pG"ƕv/JB>S^nS mŻJ!)h*
+}t6Ϳ
+arGnj'wr 9jwh|q79 #
+=\ߛc;: xʀ)7XĪɬŲߑ KԨw]|f3xp&p [h.gd;Fw<nn?oKiWM凓C~4f;]LJU|ˆXE핢ܙmmSH/ݵ_ܸCŁ@?!s`֠F
+^W^g`NKmԹ5Ușn Q9\CtvQĽ9 Rѻu&mS%|țfڣ8Qֽ<Y-iUU)87ri9?}}K8[K
+:]unR*$4K%}cwWv~fugFۑ4Eմ?;).?k;G$HNNZp_WY]cct|S?*AnxF/`O
+1hJ
+<ڎL[ I6DOV+vȡ7Ξ<9Sz]JLdb8HSgFs)OsUq{]~)HTH!pEqDS/L M+O1r_w<$"T5!Jݪ51:b`r2TrFF%HF)9UN.-<D&Ia"j PB04lU/Z֊pO. ѳ@}bK(FyY%kԍd%6U冒 )9|kEx{ݠ|:Ry|7 7aAY*J7o_NTݶ5\0OfC͔.YOӖalw2@5ъӐqqs.i`{1{{|5Ch.)Q^ȹMs0MgE'h71㓳m8ư٬YƟ3,﷗T"b_fSiE6ᎠnY-`2Uif]g,??c19ǩ[ D!r1F׉빪]ώPT´~r>l1D٥=|Mlq}[aXRC+I2Dw ֈu/RX5 r;ϔk|I'1z’&":Ŷ(!Z9֬O9H>R|/Q!,D(1,#{d/CϫP$y`z\ RF/1ûmXZ wwT0b/n
+羓_xַ 0W납8Eih1ϔbu% bpv({S@E=Yu]
+N@?{5g5oWk&e*'qGSMb#\`! J#C
+\ѳSPӾbryyHXi^:ꧣFvu(oG]I!#"VÒaetJby0̑H&H䬽ҭZRO8Fm!b`v0>:3gtrEgmJ\7C #w
+}yRLmcSVzpe @9*p1O; xxi5R=1o")\St9[!iP,";zy&S
+kRl[1⬰7-_5?)_5/݃T 6lV{Z7+u|р `~?;]^TacF=C3c,13WtEtRB ORrCCLa7a$9ꘛre0OL}K1,9MwQL`h@m;C%O[0 Bl)j߻OVr̴ ٭Pc+ˋ~ ?&X{cK^_ KD[x0><޽! ӊFC?"j8],7u(K*Pt?ss>Kp"'9$a4Օ*QP=nCE$o,&y .Z[ 7B0ePYܨ
+*/T~/vSopmf4ˉ.Ca3+i4!/C4kfdX.R
+ilwbϡ.ncЦ>f,f %L꿿ďJYtͩ&)'ͫGN#3|?/WYH)6US3 xy
+ať5r[>π u?wnECrlhpCj$ZĆS?3AE/\()~档JHΊ˰zֵ|G{![2}{iGgVYov*R6/)NΖ[.FC,'vU'Sz׸}*fV3mȥsߣ?캭0 @gt$҂7"*./"'W4j0)QqIv%4
+Cod!m3dt>tBwhrEF q
+O﫳k<D't I;CV/@)hC=(V+wHn;a ~eLE#)ĺҮ8D't~qÃ=PaUR{k _M_IOhJlC:ױ
+xiҡn.5u~>0]8fŞXR:%ɮ]W:SM^cIaJ|ﹹA#<AEބ5r1Žq亽ܩ}ͪf:j53~z^sejqmho)\Y=.]l.
+$.p?5U%"]
+NN>BKtO6Hh8o50&$/ /LdeMeX nk5d@.Oº(w@Ĝnt.nyXΖt&BN[24_TlHZ
+{ԓuT]$s!c:])GȁCʸ:26V<jIN>tn=o؉'tcQ\; pwe
+: YFq/a3HS6;[o4]wauFWU0 * As-9awS5MZyQcǨq3֚,.ct Ũsx٤v TitaL񰻌̘b?b3ps([I>IJ2 <f}tbٓ]v  1Q[XV{דѲQO9"gɋO}60o
+Y<kNM?ޘ=#>!G:
+úX+6 ̯k:!d!fY2ǧP9tw2lzX;_8 D޻K^kw-JT/KV21K"1ga5!kNHDDxUX~cf㒱 J[mȪY니嚚dZZfu+ Nvу!=d#{.4*ǁOi^
+5},-<EmSƓݍꦏtL6mM#͖⨿tAB7+!$$*pGh rI m_7N2g_r(k xE38}[S TVoc9ߪ_SJRLx2s_a]f -/Co_OfI4^ LBV>vQJF@T{vcF1t{j
+5WRrhV"_kߚױ>OJň;dFi-{ykP.H+Ͼ`y nMdeر*O{;O^_J">Տ&ɨ9o BSULRΚR& ҃[,ɾ0蝄?ww57,fvwHyWo;ps Wu[ |;Ymlӷ"/|NqiJ?5Hkd,q V3TKtTǜt8݊ϊN=ư;ɏ2;olգO?%X2}#S}_:m4zxDmL6&6Dpy>1OD1όԷӹіZO0*B]
+m*Ew#PNul+:R
+մQbYM-ўQx NV;ID%^n[E2ka,l2cdp^o<4uXG c]D543pg #vqկ>.{ҟΛα8<^ӟ/LKDQj-yϧ4# R&j׳:ґŔapb+3cͯ_pXBWJe[ge?'wأmtyJrzj4|&X#ԬndߺU L&ˬ.[Wn ][q\쒝BS&iYBe%nh[[rҝ;xjPi/k""{OMf7XU>Zi "gFeg#^,Kk nل%vgOI!<ztهPvFkm[p!Vy)TV0u(Kik{"|(s+*"x4cA@hf
+%.Hs3n
+#=s91Nvx(sK]՘:.vG-힘R>w<$7*K^R'N=',GKclOuVjo1sJ>Taۗ[
+`
++< ѿ5Q.>+
+7Ad#"#{}.oH`\lkc,VЊtng2I e"gU;5f
+lpoi}a~HDU-\ɧE"7udQPlc_W8z
+C/5XkOc@
+VHR0QS!n6fiOD aYĄjMcHy[suQr=mtPC0Z^.x
+2}z
+]#eO;ϗtLf@uE߂4^FCZ6%NC:g&-BEcFT>熒Zmr-fSx<͈ߺ ~o KM^BD79Qvq/cXl847ԟkDz"Oz\-6a̯&5d4zP@:u
+ hoo^]upzE?7RUWgtVF])m?O!Ihe?Vn.ur/"2HQKGH WF9H0{Az
+;W
+ X(˫1g lZpiނ𤋮}v WXxܙe(:B_됉5;f{;ZQ6|CGPA
+;6/&ߖd.]SW;EW!q:+UQʹH! iqх[sﭾ+٣C[/\Mk(NbP»`}ЊI{9V%^CwKn+AmfTpUk2zpep: Jp UoKf#{{dT1CP|p_>XպVN5/6-Є
+K:/@y<Z_[ .2:C4:є`rg9¬$sW\{ ,tgvC8/훱~cF(`Bo9]#[m~rD6jA ;U50 cf+b߶m%Ox1ؓLAIlVI~hU%C/JE6>M HkJƯkŸ51mߑF:oI~BE<0 !/y74]+Pa3%O(- u>*bd6^ҖW+|'
+{N CC
+WL_j̋^khىϚ18nh
+CP7:)Xw\5vĉXTGd]J7xwmR@LBkE&(8]=Ԓq!^k]R#_O+<^̟e,l
+p=6r\5\jrBWlniI=qr= oVW(ߏvY6;;?))~{|9:^dSK׸ ,;a E
+{/VR(W. arIX/{ *OxsUѸ2pMI{iWHfd isRjX/?0^Rp;wpi
+F,5 qFЦ߱s:#C*Xt[Le$Y.3q?]˖`* Uy/[ZqR ug񙈐<D]R<$D?\!Z=uH/4S.rvxmƥrOOphan$嗔 .-)D3x|OӪZ xQ1D*}m'Eb2٬ގiccRӱؚ$zw3ЍN $U]nbbb,}ŋΏG5QZ*zSSj)pR_G M,[2ۨ*l}8
+8Zp.)_
+
+>̋Wd9%NYR+oYe )ݔB%)㪷Xr-n'埜!PT9Ygc
+endstream
+endobj
+418 0 obj
+/QNKRYL+LMRoman12-Italic
+endobj
+395 0 obj
+<<
+/Type /FontDescriptor
+/FontName /QNKRYL+LMRoman12-Italic
+/Flags 4
+/FontBBox [-449 -289 1358 1125]
+/Ascent 1125
+/CapHeight 1125
+/Descent -289
+/ItalicAngle -14
+/StemV 52
+/CharSet (/C/D/E/M/N/O/R/S/U/Z/a/b/d/e/eacute/ecircumflex/f/g/h/hyphen/i/l/m/n/o/p/period/q/quoteright/r/s/t/u/v/x/y)
+/FontFile 1898 0 R
+>>
+endobj
+1899 0 obj
+<<
+/Length1 1637
+/Length2 5249
+/Length3 0
+/Length 6318
+/Filter /FlateDecode
+>>
+stream
+xڵVy8m߶%KI;0-C]qc 3c߷}H%"EٲT$"dZ,,}ާ;昹u^:nƢp;-aPgsAa/jQ4 SŃ("UCA92&2񀄸8
+<LSG‘P=
+%XM
+$Fv;Co?m#욳?Ca >Ϳa "cC3`lzp}-1RT$<B"Eփ2
+Qu-=6K
+# <*ûahg! P)oH9K0/$K$
+WTZBI
+W.%q$Km'
+*ikQ${.0
+oڊ:`ZIVR7CYf;3{ :1@N<bF_ɽuC&̺y)\@R<Ƭs[`2$/V:FU^tn۷ae~ꗸs
+g#׈Am;۾/xv68e׮kkTx; j!տ)eR'kk{a#\W&ytȎt +w-5Y/7wH~dᚔ
+/mt}]c5-; 8b=',͢Ι[))*Q*>I3ϋoF$xdQס^ʹ)~u|f5Ñ^Ri3rË3rӥ{]y㼥f9FԢ~Icou
+*]6V`~ƻc3qd 5Y2cq;U5{#LQ +^MэF,iEJǻtMɷC-﷘Դ&#tw9d ¢V<]ԮỞl٪{U'h{o{6wWdv&J[-iheLSg:y#H=:իpcZS75O6 $9Jo}e,>S^@yoSc!wcfAfTPG,@h}͢ chYn4u}OL5ibZpFR!&1J)3ʞA^38t)W0mrqU=+i<%JNk"˪㥽P]aZZ2_ F|Q>_/5ST(#hD,$|$k؈ޟޗιۅ|';dꎫ\j\ƂȓmUG@㯵Z KBV앃%݆aRcn7,X
+)mB~ǖ[)oH 6/ª 7~*MƩR;?iSpxmHWPSw?L
+S
+w7(3f̣qY2%s 5ɢl#DZ5vcTC^M+;վM5`s>0܉HtF3IK-6G:;ݹ.(;z ɮE{6o4S
+9t<٘F'=mJm W?gdJ4!alf,}iއ2z܁MaBaLs^Z,sQ*o%9ZBϭu LOP)>`3AgiSx Ky#ZRJҽ&WzMjitHwZPwɒ+dc?ԥӧM×T.0|;5u*"ܾcO_STKX=M*J2?i*((4Gޱ*wR;" 1Wvr❠[69>%3:
+}I(jSd<G`!%AhWfRù{ PYDoV$
+Yft
+6Pp##DB߸Esmt奢 yG3mt.Laq-N<_MGY~T@o<RT0\Tw{!I ү"Ӯk&[? f:\6>Vۛio~HF]փ}ĂMvr `=nK YM-Ɲqzu=Iw,:Tg ɯ+Ϸ'>E2xq{1}"C; גc<p=IA O8Qる9:7~.3GQ5Wl]>iS\F1gk.MϹsUqٲ
+G@oYBZ])Zcr=bX=X0LH aIM5D#E}*'?Sk4- #+{ؘ]CڮxUAƆ欉wEh OQH*:mk]J@sfNJ< ?}NlzDؘ;l }Og\Y{K}x"?)ޘ
+f f]:K
+?[^ֿ桥qOnqFm|sQH;wc
+x$/ YU~q^.ezε<Z*e*!~Mظ=clꍧ,JY^j3?K
+fK7O|M*<
+ESE3>n7ۓ/h%u]gRo/kVzBE;}|MOyb"|wfmDi8
+p^Jm>o-s###8ӠL]!機@'z3T&q " G>N ǥSԳ8սM#O'mga3mC%1sY?4b*/t4xy}zi2+؂.Po_1 HdF\U2-Ϳ{hVx鏚9dS`6ǑZU5q5YQf<D fU;68\xnQVQ9Ŧ 媉mj6$>{(4ds[_#-q3WZ{]fG9#/ ߿xtÛӛO=ˊwY"DUVA3& unmujC4c]w%lPt#,-Qnn*Tig ">[&r7
+7vU~1,y0Ƕ:v@+n1!=3Ɯԯ~)Uxk,oJ
+^)c
+WS|`Zoe{7޵'Q @ΰܬ$}^+b?@p҆DKU}mopX@ zz:o#Pnn\LqzUКƂ v9I}ee@W*,a-Dv^rѽ^,bJbg>;d 9apmA'YM*;ڜ`h֙<)?(h
+endstream
+endobj
+1900 0 obj
+<<
+/Type /FontDescriptor
+/FontName /WXKWAB+LMRoman7-Italic
+/Flags 4
+/FontBBox [-528 -292 1571 1123]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle -14
+/StemV 70
+/XHeight 431
+/CharSet (/A)
+/FontFile 1899 0 R
+>>
+endobj
+1901 0 obj
+<<
+/Length1 1851
+/Length2 12172
+/Length3 0
+/Length 13363
+/Filter /FlateDecode
+>>
+stream
+xڵeTZ5Cq+.ݡ$;ŵ@-^Cs{sȈ̥sϽNBC"a
+d yףWuy'k0@o+g
+ Z#!@)W/wsG w# C^h/MRA,mo߭$l
+"R>
+Kk( .(`=SH[̜h#&ߠ7eRh:<5J]|<@9]Zb$OU;$Ky!a_!@{*% =r )y9uJiT޲ G#&Q;D;47!ּGbqڬ oDg[,~-rN E8C^7lZl`OHo ,i\(fA")݉ Ň}2kբUlH=z3°Kk~$ kiӔB 0aA(?)J"ToFy<Fz6O[x
+f{}{8h0%ܗˏٳ$+mevjau0WsRJrv !pCU8p
+v<;W?Pj4]-/=_ޝlH
+饛1 jZ=n[;]ݻ`Bٟ=3W *t+lQ/Sq?eͬ>w *ZgmUr NeiO3_m+HL@nJ B^KYU]{ n{3ƴ鵅j yU|X+4BY#J|.N .,ϧv*¸Ypfny=WDFNN\KT~ VW[_b]ō]jNV7hq\-9I"TKưUiAZT j!4v>3Z/'5f.[ 7ҴWKke>' GwLhfw?J/"ܵf2oߘH'5L_7`u0 !
+څ-L. _*nrܗdnHrEB|1zIۥd77h@r
+!ZiFq(pqMŠ}K|okjoQ ˘9v)cW
+3l%lKFs93å/mCg$C%&^uP#SNjbbwc~6rN8=3N6Z` <[m[q: "3c9$eq%V'kOk63ꚲ`VVW-"04s/9a~4&]0
+u-gQ1~kZxOi77^rxz~؜˻YYf[ό!7^ ,uEm}y›β(jG{|~Wǔ$3 - QəH_$I\^e#^w>wWdz&SLjDޑS> lI㷄w֏ xuF7?D`[9`J_S)] 6!c`CZN.4`"!aN{qxFAtD3+ȿ{${̧"{:1y!3~)_FKVNگ`3tqʒxqtt6j-m(LiCmV^ZdP Wb1|ڠeMgziy+r\ Y g0es߳}΄_E/ªj()IX.MSaɅMyֆe)=?)jPENVv;8)Z(*w 5;]``bxlΓHcݶ&lLJsl1S|~
+Qσ[guDyekܖ:YD9ؓq?*$NTuUE]Cd2YMǒF0s!u1qQjs*6Ұ=@Nl;4a.ʝES0^4VvFQw8C+T_=, ݑ$EgZƏiKW+tB݅'WpUXxuزAO8Ѷ '+D#pYN/m
+ut*i yiv{~="n]r->uh۷T~k0 ('_(RǗXJ&sh 3QrnmO9vTrvwp :y9MiG?1_Nҟ@"Vr7-\gӴ{Qpz yx 荟o|86>׵:Ϫ;-w$hֻ#X+k|61p* iE{
+g(o>CB4=ꓨ 2 VxM=aC{,Rć (ZlT1Tov9[~(ߥYj!.&ߺsT?"B60NVb9$X>а<}C8QHrbDR7a){--U,3sD06W@}ߑ]ί^/2c[<\#{Ȍt1ob%FawA,<INjE~P9pINreU
+)x+R ScVh *28ZcIG
+%˛4+ɓ"Lm? * gͰ
+Mx+ȬnmLk:kiJ'
+rP'*>`|1S7nl>h+S)-~}%՞^e`Z(pkICM1zPHAoز?I=8Nf cgyx Xb[ I4 0*6n:Ɂx(s 3HDžV(얞:NR8n}ߢuަ@&[>V:u '̬Ŷ6=AT{
+dS:fQo_RVlMA2nDֿ,+‘Mϝ}pXA>l-0pyB",#T޷yl6!˘<
+%>\>*}Me)@n$99ModDE"
+B9tf%e3kiO~vӦ@b.2sU&/PV}rlM7*
+u?rqaYB <ᵑg
+a=Th0VMLHs#m_j~4'-Nd_#?J2<ذE^UG{÷%"ʗ_CA?4{cm0VͶb謤5ݶGϮǨbSIӕRGSak-nXc]W t4nnY?w$=yYHyLJ@Ӻ]琰zc,?J #ә4rb-)v[G=e\7bow݂zޗ4{68} }wH@lLLOmwˬV oڪQROt]r9䳤9-
+sMqay9k|`Yͪ+*9#(!*i=.TcX7\]׉iӄ(Bh@
+- MAX[ǎtӦI
+IZ<na'3xG;H%`[JI^ׄr!|p21o v2`^UnuY=^-|и7Ĩw[ -DW^S2GW'.tW:.Τ
+dTSqFdPJ"|fqL@aC -1W?65f|!)c hV[Y
+!0dƳyWlG8_ل |ɵkl2xS1M/, ]MhyljoϓF}kO2kV銦f.}umk5bgE߾^SKN=y{o5(a+)p98#scvatmG#\$ XXҕȂ&,茺:JW9ߛL@0ҊGQYMEgŮhմfQBNiI15~LB`)K+!#} Y v̿Qƚ#N"rOaHʹ,2~LllRp wYw1>ӧÆ -{;0C$rP8GDeŚ5} F֛:K¦-
+ 7M2-S_R,xs&Iv<dx ƘV(.e`5k.s y̨ҋӪ ̾STF\Z`fMvHIZ6DPgC:
+֟/v6MkG #{2
+2:=j1Ŏ(AI&V#ۘ+IM #ޫ
+,XXw#(580BI(w;O?Ys/5 vCc
+/yڠ%s~aȖ՞|T(BXQORRt.{ΤΕY*21Rt̗tni
+3[j|o& bN)&7e71 xXX(Fe`"uK*.xj? i[ܗp|
+k3OIOISLڔG(E\F R8FF&'0ԩW !m ; Dp??hǍQ z2%mov}_%EICk䢯:A-Hp>VwhXlf5iu7MC'y# )_=JA GPmM'54nE_sioe 9WG0Z d#x5+5hA1wV=ЊBTCsy\B\}%v՟V1s;=Ka(2&J&E
+J.RS!̰G YS{ uЧ|&B 揸V-kp+DBXVƟiO1f^6u=Pҭve.d$dmQb=NpQUv[ <Ϡ}Ty-òUl*Lu(c[q/AEq3#ƴ6qn:?⭍5ccn ;GGN3<2F+vOo iZ; ?Av6QJJyfͭS'hXa݄XR$.ae{s[l8((يXy-(E`R|Y
+2q)? < ţɼ4Rtk@Z E% _\0 Ny؛F=HX6ڮ^2f8pNIL=q<#']|}I}lvZJ?.2<;`ô]GMЉ fU<xL~dsqc07+s?~}  pa 1CJd6~Y2#xxtUQ61'2P {*ۈx# YVE͂k +5 ]_7HG}!08 Mu#˴Ђ!l
+%^o7`n3J\f|/ҭ޸ŝ"P_ႇ& {yټF1n&?ͯ+64glzgi^kZkTվ"t~`xY؛#1HB7MfSgFFo, T{^=\W!0PQPst{48Qyϝ#)SaqN[
+̤ 5i,LS<CBeǸ~xvdxo[&P3-߸CcKCӂSml&%?#Y"ҩ)uglf,ᴏi
+_*;"@sqT۟"?
+aj=tS")i]<vոw'F}:DR%02N{4Zv3}xJoZ+Qlup\nwWO"ZHoH=if;cR>7 JӀq_zB8ԍ~<hv]l?]-Ad\|K4q^^蘺s2W,uQaW!9a$LEa(ALXzK%gg
+M.Y)=3'|BĈHn4M및VSۅĎk a]RSӛ V U숴LRA;U-(/+p'P6uQ*QhD!˝l"V@M5nM![]6kٱoϬC&Hl*mU׹KiV,S@:^-~U3oƨ;؞ c-|!xP?͏Lq?)2nRאwB]#5O7VLɎ7Bz]wxg!~*+<cד
+d o~ C>+!_cHKr"OS#j
+] L曏]v}1eII
+FX<3R/*K
+~KF(? ʴ`/cV$$) =Nxrd u$a'lhO}ԌSJVĥQ\XKՄSK> ^O~ؒwBDM6c=7 k31.:TDq+ytRes3cjǏ6Mt
+lQ>BOQ+5 ,tߵ WaJ0w~ C=BTtm*xNeuyer"twڥk/Y:FsgeD'a }FAE>
+¨5
+R#]>~3mmVl}NaG+>YP[e#g¾%%6/ UƯ(q+(O5_{Z:Giu"#}vBQk0Kά"z?MD!׀Bɠp vҁЫ6 *5zfoḰ!Zdp4cr#}|}teT~Ǎ)pr
+h;:8;na ?u
+endstream
+endobj
+1902 0 obj
+<<
+/Type /FontDescriptor
+/FontName /OQICCP+LMRoman8-Italic
+/Flags 4
+/FontBBox [-489 -292 1472 1124]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle -14
+/StemV 66
+/XHeight 431
+/CharSet (/a/c/d/e/eacute/i/l/m/n/o/p/r/s/t/u)
+/FontFile 1901 0 R
+>>
+endobj
+1903 0 obj
+<<
+/Length1 2001
+/Length2 27092
+/Length3 0
+/Length 28349
+/Filter /FlateDecode
+>>
+stream
+xڴeP۶5 qwwwݝ  8]G}NW4cxsuUWS*2ٛ
+' 4x.j@
+F+
+Ғj r1ۿOWz"r
+xg"i1#f<l>j+A'+6伙vT,:Z=Ri%
+|Q1_+BFPų~d\Ln!|&ZL9jaHͪYDy?)W S훡`GVhh7?Xu<IFu#G*-yCYَ~nZKތRWl8%}[b蠺ri9ے?Rr|)EtATWi`Q>N1Qt5q5(:) ]V^+EpBYݦFNN_J?wVBg=>P)3C;9 6-,쓞N{v%ZҀ'w~uqB~ӆ9 xDLE)#ТЖE
+o>5(໘hlXqZDXQ@7V||ӨjGE+eRjf~'6fO=9KrA+-"νX9>)Lً>mֹ|!+g=5FߤsGLRZFʞRvd+ KݾQp0#m6RiǴ2@˾Qr"\+I~**
+xQSh/_<p*4{{VO
+`\p<<!Z ~
+jO̸ۚi^tokLwWktݕlP:bwDIM-h^UԪB[ &6Z؛ow=C$Z][F|&эš攉$X~3\AIC#kGr㋍a[K|qy'$-&}%mSd
+o&Gqyr?,2ۉќg[DȸPa\ zZ-!ű5*4]c.+ $i*.<=2#Tu)~󦜵\
+J "2= 
+o}톉ZP6>
+?"]R܀h ϙxPFWt+:Iˉ=Gּ^G2w{1>5]Jg֗JVQ[SP[+bz:Ax0ƓFx1Mg~*F? _Ӥ=R>}* M
+,oTB6Z
+0O EP{=`#XF1ZO'k:oC'AŌ$5]ic-6|Ԑ{ws^T&>m#n??[<Mbۨx:+<xOҷ?Ir??u
+N K#>|]Cl#'@^?-']z6Wv7ff-8dRNb?ˠJxR.|Oībϋmc攲`^ݞ(n(1>\<ntjE?G6oߗTNgX7vj}6.B<kǎ\#,cN?/bb6)ʢie[w9Ʋ3Yh (2~x7hcD
+-[d?7noh,(o : #r USV%;C?%f~
+_hIpXMa"w<s,dH1ۖeٺr?QjX
+Qիm|hN+ ejc4&k.!P¥E)0BFf_;(MFOrqJZ=l7E媳TK<wioB38]̷8WSt1VO}>` \g9Z `(ky:bvWjw부:T\i <M>J
+l.G; Jǭd*dPi܏Ib8Mɚ<g&b(3vS$SgBZ_cYwsp /饯!PNSt *UWWTHunlD9!/t`/1")!.><&h>I`~_(P O {hˇyl¡J@}Wιڮ)u\M:@}I|ح~3l =[{c{B%2r@ r( 0uc^kj?2_q5v;-9:wIִOT-C\ ƚ@-?L.-v0ezx-<xfϩJ:i Ob6( K (f5wGc":[JPE$8آWi(|? |&V2MQ:i8!4>e{[gDw^v?Edͳ:{;]A>=h,~IֽOWnHjnQZ݆buAn~!
+,V, kiIQӉuY`bPlL)T`F wX
+۟t _O@TȂj'A|/** Aso7ëmCʡ2ApL=I-T `@8z8̱!҇Tj$ "7z̫vd?VRa#إ
+HndO8K/$"(%(Z#ȿ[ʽ|u#if =:/JK <)wc'>y72,UldԦzHCe>ɺKG9@cZ꫌1݂zc-䊸:ul
+lhkoYJ%B$e65:f
+܌>,6rŖ!Q;ǐ͊=?4-10@SPj"IP`+ndpH`,m)_~zDFM"/Xf}nQBbH|}ɺ߽?ۭe?ês~<UHY>4  ,j|N)(*#
+{ߦ[ .7fVQ͗Ÿ <aP{#CwQM1 &XӘ'1b}Uj3㸻O }cT#.x\P\nVUnxkad
+VQ`e2hPu;C7[wg]!4mLٵx(e`_Ȝκ$CAdbY(W{%8-Ax?W=C:z h3m޴߸nWJ
+
+}"͞tg/Q+yp[eEX_w\2g:G)<w#+;^(p!W҅! Mxdi8uniGTwyRji%fW²6k.'Ne8?-6tFͪ 1~ϲtpIןރ[%[ڧP&F&bX Y5MjWL  P*}noBCMhvT?mڠGC 'c@cPӬ
+6ּ>>(Fёo ji|l_
+=Ӷ+ o%83b6a Z>N1~FSP:l.M)YLMQoUB\Xh?7م 2>ċy ~h2'3 LFUO X4XT9)NAD,T/=i3uVSV]";3.lRIre'7[:*٤/HGޡ,忞,뇨В9UW^^kd };n"oZiU+_0yi|f/I#60[Sٖv@4vG'[6_N@zr.R7+nM+y鷨}U8J[bDhIe.e嚦WFżL43K~Mz2ԟ_lDxyIrxEm
+"(^'~;N׳ZDm
+ѩ1>֥֬k2%6b܍9;L&@h L?E{ST5)\Y.1a0N!5ۢ.tP OvDQ iݕ
+͋:63QmD?" $ɐur\h2p]Dw~*;&zpWO(X:8 Maa[3,6G*"j{R=3e ~dw}Zj`F3}Q]bxu!11S(Np\v3G_J4еTCYn'ѼEK4 ^E#LAļ\OLV(~pi#^#ݙTcLׇ.N1zbɀfp= K
+t?c13ɲF/;JXp)'&W@})ʹ[!
+W/迼ωu>2&@ݒUVM4kJ?)LT\`o%j!'fÞ5 xIZP=!hekgQ/?(^|vSyﻶ|7*CR_T_GM>9Tu`YE fS= BP
+SX'c _ima9x
+L{N0d[q|&<O׏[%Geiyݭۣ$8OZ2A[ \|pwnHV,Ѻ5jcH(Jho0J\ ꥖[lhs좩Gc5{RW*
+
+o E-5+4: mVq%;@{SI{?N
+H<жǩ1 jFz'EMSeD8AW@NN5n=Dj*u!x8aheӛp9iO*WDjX6Ό@ L/[asJ"oXCw˧J B厳}@9)\{mPq%gֈ&榻KpeҰi Kٜ-s%asd-[m{؏<Q5Uo|or/mK>TtKl$FW$
+c.\aoٯJ1h,h_5#Dz^[fD.8+%+⧯e0{5G Kk CXjՖe/2@gE+K)M$`h9'؟T,~C
+=M{u9[hܪb-f`u{:.YFE E,-8k-bN«Y&<jK %w#vW4A,8KQ |vz~?q<jkĒWKי qx򸱾]'hE- {s_C?ZIDql9Jcst%WQT&O̓?Ρ'~1igTcgzHvZF^ ]1lL3SKE[.e6oJlmQ}Cۻ7b]GߥG viN(3\|:.ތ#(Ƒ[lF:2:툙[ӈlLsv^$"~'(wDHt୴@<WNuȍEj$u@p_ہ iHEspO9"
+|7^I~5˩kH,Q5Ktj+sDtaM)9~ i䷿^:eb k%_z@VVEҾJfQ؜_Gh뭸J
+0av+C%\ R|^sV!Zy=u( >E3Vc| 4H\B>҇}WV{u=|U7|3EPm<_y:$ϼ ĕ5aeᤖmsKԯmg$x=akNrA9ʚmgSP(Ud%lYiGO}U*yi6^6%{UUD"oҪ>!"V :,ۼ$yIl7698`?P2]h 7"g2%})646?QƅpGђ@!1!:mݷq-z\<Lugr/1"e{Il7/&A|_Da9e8<=;ls5~,{hADO
+
+R~ڝE3c8[`nW )Ÿ?)|(sm̆z~ۍ(sF^\
+%5|7$]t?ӠDFy6jdXR?lXOR\bR YNU2Ut{"cs!EQ¬~P? 2jx T+ɻ~Idv| wf|.˕v{qҷQ֡m6!~APzSᙸid(y⥹CMOC2a޴:VƱCEEh>_/63:rYp@{΄֩[7e?4q)1Xz|
+k6 $a!M3۾q|@9a!jTc+Qƣw+-b ȝ'~`];zk-p$pQ%:ɿ@$b
+]V*3Z :!WjW}?ڤ$ZxH2%ЈsQ[qʔş.B2w$êcQWOb9`ZxD
+Ar="g8)ɸ6B,zҹ"'xkBB MR'5:ENMcEj[]yh6X*u𺣔֠G6)
+WP` &Q>p^ϊkNmu+)4W[,0ˀf9H@`UoqO!I͊2r70?ZoF!zV92V:{cq8H4!Lk^'^ٷoAM  '; 2N?ojޜ%ڞU>?S:}oј>UY
+Z(FPT4]Gŏ^>['XNސ=̞:XIf[Աj`\*3NyEUYd){=R/Q<ꪰnFhn#S u
+iܐA=zɫ/=8E !"RYcR&2AtԀy6do)*14<Cssl1 U`B"WZ'()8_~O\š bdp!T_!1pY<~*:29I3aGTz(\~07N
+k~ ܘu8Kqޥ\=i( ~QC0F}HIã84ѭgo>Pe
+M FA(ʼnEf-l1,}{מYɺyՈY8I}7ug773sAT}⟷r7ҍjj&7^*Nl!XDmY֩1fwWg\ynęAyqW2_]ff
+¢|{-Dn%j}Sl^-gݽf+ۘklrO8!7n~uzݠkrٛ+ӣ$2*vُIKf~nEQ{j9RΜ87hTE,wh$̼OW>= pF ơ..Ak%@ú}#1=Nյ{W
+m#d)@ڕBF lP% _$~˂!*8 b2rGٳЫ`%ºɸ ?'@OY ^MWVL= HpQT_<o59lN8 iEdO4WBzֈT#{S?M^lI<̊",OgD^1E.H 8& Q%V%ݡ\`?F
+}g\Tr!aޅsr+D=N N5񎏵FBVofOR.Q!jRAZu80XbfLt>+ʡ+-\և>F+Sl4E >㴰-F6Wgb,[`OEP@cebXki#Ɍ 3Z<ʷOmJwZ :VQD7 & f8
+^KRQݭw}Svpm-wLA~g)ridn3}񻓥CEԍ1#d 0fcbmo
+:j2EґLU[ {Mk
+WRj \طGY6²KoI~+M@bM_?sr vNLmkp#XtE̺/Z~Q
+|.,7mT?xyHHA]LC4+xwYaD
+jlgE556AV,Tb@1A5X.atUl-6 RGTÊQn+8-z BՎS7DB94P4L3*%"C.Z3oz75gɬ2Y:C|2( b*)N7lnqEәx#9a=%K wQ
+&.XҋF
+{ =ꃬt1GEj[ `ffLTXY_\l* 6d;Oc2'SB\S4(oyx{"m"A
+hXㄮ9ϋw=|D
+MTy+g6u\'[m{nVX\$Ek* (dU }r:=È)ٸH7FZ8 <]ty{Em-t.Dd5djWf~)+رj
+Q9Y*:<]'ntkaxJc8X5Lu4oiׯޚ8p-vL*yY"걒⨟ lap^GT+eTL
+_Q8㷍FHN}֮v,>An<ʴ'9 ?W>5Nѿ5SfQ]&y5I#Zn$Y5F^)w>fE]H$wbpw_S"$5@8X\9v к;bvC+9痸 QmQDEky{[VL%+R
+gevX p53l955#o=pc6e)O"Këb.(GR~Ӈ "&E#kaׯ>{;c[Iٕ8j^_bZTc.~d{mh`@֕\$8f5T`%ߒ-{?:?WEUN6>!2hN8NQTIйR)=_#
+
+TU"WdUCPaA
+* *[)3NN o_k&6ཷ
+i\Q y7<?e
+g~9ADFA[D7M:w G?8D
+~?4G܈#
+.33AEB9뿺QW)Mb5Wܸ_(O{P?; 麘a +Lѥo.Y9&u9=aeV>X|6(<`YIa`GU^Am 8Tk2{ ZJт@`DžP0lVjѤ qbr|j}:-W )14ԷO a2.m\P
+Pƹ1k+>";;C g4҄NsvJoFI7a
+O+ZdiD܉{嵞!SDH05죯Iy0I=xIDFY:2G,sta-Lhf)%H| ^ympAC› pIĕ橶cyL4FdsmUPig ]'#ش5R4_qX4tছn (>EK/Zg@߀l!K.mv?A/&BUo8dq~2+coV_ =Kod,@]at4xrT?kB { JLA/WdFAY"rF KK*8†&t#ksdW_~L*PTqYVX.ZgULsM/mz2ojOdMWr<j@B0NgY<]r"&Y_@P`ڝu*PzDzR]1i!3鶄5zװxŀo@ⷬ~Y- x2"1kpL)UJI LD!W'upMGl@fL4j$' 1۬(W YFhG "ƿl}f95FPꪫ)xf_vNܚtÏO^dQZpȜ
+JnQd{i)@ #΂OH}>KKT6f-lya VrGDdlɣ@xtձ)Sc.0 ݎ bV+e._t%,bXđ#k{E W 7)J<Ua@-Vii`3
+X"0 3U ~!0R27Q Q9xɫt[*e= M5}lr}@eT sRE.]~KHh)5ͬ=;Z̽ƢUK*]_|knߚ \UL|POΧz썩 ӧ5?A7ИZUW
+<u*Vrg2,ejgfTmXp#̙Q^+|y#Uq#\,!nH;M4R`hN{`Cl?iΨZ6="爴Ch-x(6Rb;5>.AkԕwC_W,2vr1+-K<xCa<eoLtiA;j0!bB\1}MW]Y`-H|a@Wz0
+D[
+Ps~X7`NrKyХRhw-38- ^acC}>mIñ $ -4ްȿ5OU51R>
+ 6w&FcrunoG*'FY\N V{Sȧ^H&[`KxV}zwEe4Lj
+"ʯ
+L}ҧ! gk'Bl.M*1rr͌~ٌ{ 5=TҺ sf<lU(Kƨ Hu ]G4fk`(t$rj*G<[Vu@vy1(weBU!5=
+&eMW :Zչc0j#m#
+)K$f拔«›)namE)_F!#.R;u_X1GUZ?PzhӠ"bc"p3;H}=kOb3:/
+ Sw(3^ߩTL ZxJ<N
+RrYm))3f;8X w(?u^%]a]fc;G3<G_RGjU`
+A5 {26~ B4 !`*3zn!#ٕT|WVKn^Z\,]օ۱aDv [\?raٗD޷VYO챗7P \:"HAJ`hZ _'{5t]䚮|im@Pؽ&Y(&# kE_v"L@$idUuklӃxV kPv\}sA^iB[e8>ٺE[%G]'_EZpH/8] +_ߓ*Ȥ9ShW
+#Uご 
+˞t$ 8֏rJO DB^[2[fc^AP7<z| +VDLVA0=$stQ@Hv`Dž |nK@5 aU!(R*A :1dmc>HuE
+z7.P$5h]2y-Âـ}""* خ𣿂fa})_B k'`qu/I~Rc?(ɏmjfMÇ5pptȋ< vQ2:rv>L^4Eo5\TȝijM.E3,D] \~ w=pd׉6ehdM'tzhˁ:nigŊ0JoyH'@y"忐m(U12uskz7@ߘA(VEG7
+.wOIFyǩjSRv1'9ySa)B Fe;|O Qs%ЪY0MAWk!dAb2DJ^4*ኙc38_.실M}0iBH-=6Gc\{@dl2d1b<3B#H%A0{:&&R+:ٶeQLKghـv
+?ƒfY N 輈!<X+H9ڃ\  1w $  <:Cj'H/iL ^\ǮyԵ;r#UpwJr}HNu=-xܣ}Y7K &%\̭<r`tSGz+IAeʛ&mFA5at.8zԯ19Y!!iA=<"SEۮ{hݤ'h!/d (Pz%hsGHjyȬhx"xc+k񍋴3+ͬ3H` mL}ro9jIJU:쫤'rkNS or#VEJV 0.8IiyT7h%BF$<K{dVAk UUޝeK K<
+a\Nި&;lƥW= Kwq^<fm>PQbNz%ý$Iu|mkvLb}tAr2Q-0 >w5]=o{3ܺ-% $zkn#C"WW|R<i<WdM%)h{Y Fw^jxm38# |@`s ǏnB""P @#r74ؒ[U%X>gNoMEhh'*_߱3?r)KdЉK=]Qq\AЄ48 TJ
+}6Dߩ/Q̻+|Яըin&URcn\@O3-IFX!''cB@Or
+K~hr^3nM5ҋd:o:q~)};p\KG)Hdh<;;s |h8'\'ӯ`#_J:d_>
+g LRc!5A_}Pwzq,RܻZst&c%9SSXX@Q/<(!]>>)3I9a =[Zg^ &>+}|"h:<p_X؍eAm3bGlbCj0e%2yK]2 S*WDayF!=/I. ?<,W36,RM;H$auM.'Q_ AO\K.KP)eoxƮ<g@GWn'=ox [ w|8'_G=`ma2'ATF^p_F
+uܢY;"s!>i/,{(6soZEEjчZzHz<"ha'%*OeMRUIjeDr~fͪ`/0z|x]U~߾i2܆
+Ӿ飢kQe[J zxʧmźb ;cse!f\a`.ݏ g'lI =jZ X1
+] ?ݵcMר/&u%$f.
+d)s&MʯۚUQ?jJJ"~=?7(423Z;ǝ KJ U{w
+endstream
+endobj
+1904 0 obj
+<<
+/Type /FontDescriptor
+/FontName /DUOBZJ+LMRomanSlant10-Regular
+/Flags 4
+/FontBBox [-457 -290 1446 1127]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle -9
+/StemV 89
+/XHeight 431
+/CharSet (/D/I/S/a/comma/d/e/i/l/m/n/nine/one/r/s/three/two/u/v/x/y/zero)
+/FontFile 1903 0 R
+>>
+endobj
+1905 0 obj
+<<
+/Length1 1990
+/Length2 26707
+/Length3 0
+/Length 27907
+/Filter /FlateDecode
+>>
+stream
+xڴeT [p
+wwwwNa { -{p{{},*jN@'M
+
+hkJkhd5T4Yk;;;IM-mY&4
+ 2spZ^|<
+cK=-i#CPWXh#yf(K<_T ?)I|DЈ9yA_LkcrA=@Ffu7/adOdi@\f/|cL78 l!7."D$v0L]&mƜo>xh,Vx
+Tz7P*Cȯ^
+I'dl<c11FgbC(@:-zr+>vn~nʕ Z$-ceБ4RGuQ0zM}ž: QswAzy4m(QWƳXa)&XX~ gGь[,"I)]V[7Κf4 |1m>O 2ic} XڛJ1- Q0"6g]wםnӲZe*d~yhjbK*Vyg|iM 8avH1'`hZaY꽈_Ip
+g
+#s~q=* Yֳ龊8UCƃ>ZYޮgmU9x
+ܶNIz¢KPl{n
+<D8Zx9_y4 Z! FP*MNK22 bbNJC'n)+Meߔ ŸvN⤈]pSn}RzQXt|o bX8* Y~+L:IK{d80t8hA*0oi}^+LIYk a89wL<n,"!yX8'՞m̖U\W54wN8T9t2}U3ovtl^2>YRnZi8n"-M P%FN^7Hs7o#jur8 21OWJ&S:7*68s8cRao{`O`:_˼`v<4bpofrˏ~Gtu[eREEsjeǟ}C*WCQm~Oku"`S}pXeӞl((Q04oJSxއaXҁ&B|kb3;TCb(~;J
+SYvT߶TbWb'E[h "fVj R<OO%XWoVt˴(e؏qD;/Y
+~-3L7P+Dܡ|.[FSjHSBHO^HzRH!kS(T.q|SJ)/k/n00i} J=2qZu} @0nӫ1i<L?d!V Gn::ɸ%\y>hUiOl3Yd͎bq2 9\pMD0?b(
+ 4m=#tԣ]V)4[~{ڙB_]躝Ĩꙍ.FPaX[qmf/pbe=e)/2e\j#U< "wH?
+FP #p+]\%^c E-mJU;
+b$Sx\Jг^;b4(k5wdʹfd%
+ S 0Ò+$YϢ};ˍJvuNwڰ4Q=K
+]zӐfMWh3lxE៌?3@hy/HiB{4E3P]$c/mgGĂD@~pݔV8&>iO-Raw[U(|{zKw&da&3ϧ߾S+I3؁V_]&YAan^m[
+|Ylhd-ALk'}FC,)Yc\SҦ\8׹Ӌ 9F踨#-y7HG6g.Cgf/ŒY_L0EO,;+hGzA7l]9.XtzI>p[Riq%s[M5M$s5ȷ$v%|*r|zh􇷯({ޢ?9G˚5B߄ H[ái&87xf!JTL|+w* )JŴڼXXP
+ PdV2Vkb _PbkYjqb5FjB4'-FOK"
+ٻQǏA25 ~ypNib0gж
+
+K@N(5x ս+<5Qu5,nrLq3W𻬄W{/}^g;1q}knGI35qHfFl sre"
+4t >\FsnHKQFNo`8$i䲎#~ƏYvK9!C-HfP )[55)9tsڿS~*c4=b;.bjN9X1
+mMLzM:à^Ws(U(`E.9* K^FFZH8Az|:fη[0 B>[W)5p5M?|$
+ڎdYk
++c9騋^'`fZ=Vv g 9!W߷DLn#uEl!Kp ( g7Dy$mfȯ*[(c
+]0Aψj:'62Ӿ;< D3C Ʋ@a8zĤkis *g|h'1 Eg-\Q+x8P*)wZgS>}B:o-ŀ_ߝD1\ )Ӏ`hs ]C=!Ҫ˅^><2onW!Yk.%9fUQM.E{0TwT5oIl 7'Hy<sƺI*mtG, tՋ\ W]і 3;!Bg5& ‰N׾+X㹰r)~ng_V8Lh8f8H%yx ?Y4M2Su e@ǒ@hBi83Am֛Z|&Sئa֕}1
+GTUM䄴4%?a4ka*H}~Z$#u F{1j*Wzz_}a){wjW/~|
+x 챩{GO1qUp%'lƈ+n.NWuGЁfD5g{#7T3w@#KgHwWC@.Bu0FG|yN2JP?!c72
+\&5B) !M'D<6rvNø٢偗 W?zT=VίiI xJ#Z neu"T^e|4[#7 U@Uȏ~ahZZ =j^>m'QEN_09Ŵ]WSc12X,KkϦ *XRtvȾXͰbLcKXk;ƁijfV\Edª66LO= 7Cv%Wed? NnQZ"],}aA(Q GQ`?6|@q-a#q43_ |Q}ErAI6~Rt`-P2\cEab<C p"qRY5]lJ`RBs
+()?n־9l~X2!K]հ>3Jc"Ϟȃ]*Ex7cj9ųNm0cf,3H7
+
+j}Ѝv[a:Ã #:QMXusmj#P*QmVM9q!<=h`vdqUt:g`y GP2՟l 4xf)c l22bJT]Jեx"1؉3?TR (UyP[Uu`N!FV5}M{Ԏ"*i
+-3H]; /!jݏS8]4c׫W77<'wvfT辐{HI,HG숨
+uc<֭ti'v7 yP㉞ϔ8v27n9A9:H_<c;~ ?L(]XNUi(6~C{o~Xvo6qV͔vp(UvKsB4CHκV3 O#Tb #Q]iAnV0#UIW`
+]LlIX1kB54@?jɓvy
+gAHV4&tl\U(k2苚$)˃1#ts%k|W i%gMМ"ƪ޹S/8L"O|KGc~z3<[6b|%sc6$ڣ$As
+% y$t ܈%nc및n6ض@^L#bG_<u/D&Rƕ+e@zkIï˜
+{uX&bV=B$Η玮8а
+ֻ1d+<#ðwO%嶚=\Dh0]<ETcGۘBsg[&Q~p-ʤnZZs,Ӏ zĚI'j'ټD,kRcR=(eܯ 8affp f*Mf52(dxgqݷkgnjZsL4L2zQ)<h#.L7 ^tۏEe}2S0#dy}~z!# F&eY }wҠӟJKEnWxꩶcW5p
+AT5e됐-! =D-̲"FT0/kV 3Kds3DL_RY>֭<eΗ.6`Xh@2e&TВ"aa6仟}%HP"w `"6_d簺gf}^Ś!B΢1mr:)>
+x=T[eRWIBЀ^Iֹ"r$|i[ʟ[-yzZey(1\weEaB wTimDSn;۹AA ͻ¨@oj)  |Mg&<[؂ܚݘlp
+&u8]ɬKBT=;?k[c+|}lx(Q ٢\~niӗC{#AL>4ůyEo(Nѭ8Pg nF㝖(YH7B g33Y%卾aɣi;9R\4B2dԻB1&T[Gb36jOPr8,lqRx\QO؞j{jS)p#:-/2B=S|\WLWZf[EPZ6 ހ'9۴$]{47Rvkmn"6Srb41O1  ( 9ӿ~ b,NĨC7>n'/!ڰ=I=8%]ħ͝f}eShzy/;L3upxc9Zf'aZ=!
+4vnQ%(VX}(TQ]pƟ7@Gb'肁Y1 {U)*Ϻ&*2{Jjč&y5Ek^<NYiLÕ[E`-9]oh?}' CNi3%&u!
+*2cH%v ,#=c΢z`A
+ъ'IN6[v&%LqJ߉%MgB0KVpwrD?uLNac|j#'=*(V7hQ Nߒ#PȅÇm؃5%NoP/Q7)c}gt9u!`+CnvXJ?Eh0^_*!aPqpl &Y? d|YDZױ/erA>:9f:ݿapa;<-z5Ve.>Aa!낸d#&z9T>X~.G쨄&oxegw]
+vwgֿJ(~5h.8P={R-
+]tCMP?]S@u AL
+⎁]`JrVD*,, ;qRײYe },{qBwn<Z"! *݇e
+˷ZKC99
+˛\^Hh׆H@0CLDNf[,V<6;t脔"QTLPco݈rCJgϖ,q8s"#+n:5cs%+)q.ߗ c31Tcm"O+j
+%[eBzs$Z;=|%lxT6uƉ8U\),,}M)yۦɢa^i2!uc3N}l J;@w"% s3iKSp-@"J[m~\z[F9kt  2`oے`aHY!E4j"7ϓ+y203>̴xnun /2ؔzJæZ޴
+ζgAk e ȕngbKf}#ĺ2WƯsCk}*و>\ުuT6=v.Ջׅ8nNtn ({&7e"yPm'1X``n*°PHu=}-*KoM~lALJrL%UMȺ|O,"P}``~W !3[6|SK`qR>T)eO }6 f>m`OQ:,~ɣ|3825 2kO~s~[-t !Y֕0!0yTD7ME bU[e#>^{!0bH_-O#(q +1s,(Xia7gEІCK4jgɇ
+qĵdђޤGsq{ uˢ,?
+9+q
+yZ>bR׽5Ȩ.ke2obZ\m;cVPD\ˑ!L> Z:jjVu}MJTЭw$ip>*Eڲh\Ђ# |q:Lqn},g⭘lmwUzQ񤊖7rP*ھ'O_>7RH=lڦE'RBGbT`}OkLe`ADp*Y3#f&6 ݺeI2u\2X/pb8Q.uڽ%}䓳
+gxMoL|CT I5r
+Jt>8BFgF>:㵻}T7\ːmو,.}_aO9+t6\-]t4=G
+8
+H 9Vo # }^%7U (&=*U/"|d|I飪Mp͔Rk%Xm !ug躵iF#N+b {ҕo.=0hEOaSJaR<܊3!K&xgg;8Wz 1֊q|?APN:kԏug Msi6"!pNܔ,=,-n0?1f`aܨ`zF1i:gDrqQk8!Cw&?/,V&?bź`}]Ks.0Qxjo5l <QRxVx&jkKO@)Mp% 3^/!zsIĀKՉfKQɾ#&eжN*UKߏbq FWHkq[8@g{*?4Pv<lp=ԅpĩ鰽ޫ#'u9T@É:W3V҄|Zf\
+Aŵ1z A{້4P) 5'<4[=YX j]˶?/^fvzoAVbۿa4(S\ZEC֊S7Ч(Ut(q0|e跧"nD|ZQg_}sgx{"ozPJٍ }gT}Nٟ1&Kxv'" 3ڈ\KL=b+"oʏ;9M;
+Ƕm۶46kܱFmm۶]_<3kfUWت/(]@ԷcDe'8Q t.ox5,UQҹ3@^˄~>IUXڭR
+)G}é\C33*ugRx O-Fd֮j򪽲.V$HObQ&=^ń cjIh] '2T,-߇Q菓КVZ8i*{BsQp《]WREx*sO UZHF W~zl2Q<g5bjl/4SW|Sfv9I,I76rF4Tэ5:w ?ʪ Kx]F=&V0v;(y.Dbz i'sI]uˍNXoZ5^'gk<K>o5>zn)*V-\8 $=<)WK DlQm - )GL0UVun=ѐlg#
+UJnz_H[o#*0_GĶӣ\|2p\r,e]
+[$ 6TƏ^yOj6P9tMcExFj7ՕCwP~#d
+K%/qs.ھydB*C w)YNܽp΅ȯ5!^D]~CV\F{
+bI ^Iι!lĪ@1s7L0Z~'bZ@H~qu[$f'ih֓rAMrm[16&D  -D㮏22U0h-_PŎ<
+h^Akqd΍ߗ#{2K_y|_Z 4L 7RQe@Ke:KJ6޵: 6gDTR/‰=+,~5zz;G|
+p
+mƆԨWM;<J:"G-B#'Pl EpT\H^*]88el<t+b1aN)Q̉:[I=}~ ^vH.Fmc)PrU2~淜X#TBp}D%A͹_F``?=D5qE,7f7kg!BKNw\YnrK]NLGO,fwGyc-jO8w<f]ت+cȯ% 9^
+T#m9V0bd0g<YxNklџ@P%$E;L j RD+sb-UzX!,&'/@4SG4Vθ-tg5aL'Ac:7S!O ;tw cS;&)'Ye}%#vj߶i3t/&SE jo&|'lhuÂ_2Jiܠp
+ z8ց<?љ]J`'JĸOxW0e`W[;3&/k^*2Y A%x9`~_MPU'.
+ׅ $S<!Wams Od?jEK! NPڕM{h!ef,ze%D
+bjVԂY{[ԛ2rVo,6%A)z_Tuϑfj=l \ d.0wi֧-?Ŕq62^)aX $-=&SzQY{oO\mSHGĄ]]Vw8CD\;7]~@S=t JmE%i@]˧ uwNNJ-h"VQOb OM<(جjO5xUT];˝(n &Wm,~wNjH~)j]o)s#mcׯ <Rų@i磈@7uϫ$Pz^k!7C(B'?01Rs:fӳxd+^a`iX({uf\ ?}y%óv:r#H8-udd7Na|) ߠg>w
+)0+SV񯞄y2Z태x1_][."Z#y9
+B/b J:|kzX֣f k-^)2ZJM턺F
+MٞZf2;A?yI+;<_7gdsI O% ߜ2Kp3tsMLOXwnXZ@oN^kԃNk\«%hJ1Q 04sex\@V"C,̍C6KCk(vS' h0s ~<<[2&H#_(m=;CU&7=`?;Q^zGgkKe7]ry|6r!Y 1kq.Pc
+pLw-Ҵ}xzrw[EnЕda3mg)e{9 "%ujk2Ѯ[bVl3yCe&Tާ _ ?j^eJs8\,'T'qD+x p(˫S#u&JIM5WLLV }&J8\_c|.DC3n
+?moa4|EBswM j^}{${vڛi8Pȝ\@k aNZ`}aR< 6Kw?6'[Bq;
+Bw4V>ғ2"ejZҐ2Mю=J~'@nQjZ6PLG|) 2ƕ!
+-7x%eFf\C^<;p)p95Cµ=z?6=ڔt?f8x#\
+u\?:m
+$<~U^?}fx46aC5}wO`Cs"˜
+5lFwIz?%3z!mH?RlYEln볠V{,3ߺ.L$҄]1?Z?6LTF͸+qu[WKfy{m/ }
+?# OZFv'SrF$\'dԮr,ᯁ-^UlZ҉" ss־Ͼp%hW< V1gu=XQuVjc*)
+[Yk3)ʒL 9a(FsĄ my`p,f6Vxj{o
+9( f&EHl;k5P
+2yn94Aq^%,"UJK54,\0Pt& Iik;$徝amyP3dDCmT9ioL$HXK#j;M<W][*Zp
+<9n3OMǜ p_ߏɌh!{* B>`w%WQt=^Py~PA(2z~7`V
+T\o!@ai0cvu2]։zd;sñw]8$eQ- EI``hvuѩؼ)4ۭ'Uu"hLQ&(qNJ[f=GkR ӄSZ_~oyȈ &Fә2NaP:"QQ#6,}0LcU,`"+
+oi9;]vjOJ<s-`&8xEҠklA5%V8 t)
+.wy556@dC~ClEkoH>jyE )R|H@Ewebm˜!,?ad9׷h"N:sl FH ]FV&;lixmd.4L<㮳_WtՑ TYhLÖn<c@E% r܄M?ndxs!
+fˣ; Jg;CtJ>TQqWÖ IgT&u+1\
+J6IIsy7΍ 7OtԘ3k
+PHD|9?䣗ۍݬɱXg 7qsggW:q94Ps8؄󃙧&1>BφZƌ:5eG}#֥ahg:@7%yء"<qfX vn/Bdv%pCD܉.=S=y`w4.eb'C7OR,@|5
+jnK*P`nBT䣡 爟Ø
+ Vf6Tv$ҭ9Np;d٭in)W;# !,M!Z4GfL 42'BP觽 caR2g%~Ѿ@=E4b!3~ !EyUk$`E䁏ez
+Ia?ׅP%C{Q3:\ caH.iFCގ=gߊ Kͨʹui']/΁կC㠯eE! YU='
+I@%G!Bc{қvcЮ 9;VcOn! c^S?8IO 6G1/iʄ Y{-{ᖼJ}>Sp#Kv<(O6>dy<뾯G-|g? t8PRYu2A|T"QG֖Y\,}$[VS;ݽVZWà 3+K󋝒 toDK0[
++pu*iwD=4B/&Eq,}"EQ)jW
+5¶t̳ ;ݭp3i ktqֹй/>MZl\f#nv371
+endstream
+endobj
+1906 0 obj
+<<
+/Type /FontDescriptor
+/FontName /DPVXKI+LMRomanSlant9-Regular
+/Flags 4
+/FontBBox [-470 -292 1483 1128]
+/Ascent 689
+/CapHeight 689
+/Descent -194
+/ItalicAngle -9
+/StemV 90
+/XHeight 431
+/CharSet (/E/a/c/comma/d/e/eacute/i/l/m/n/o/p/period/quoteright/r/s/t/u/v/z)
+/FontFile 1905 0 R
+>>
+endobj
+1907 0 obj
+<<
+/Length1 1685
+/Length2 12595
+/Length3 0
+/Length 13694
+/Filter /FlateDecode
+>>
+stream
+xڵyeT۶68 Vݭw$Cqw(ZܥCq)šѽ}od$o?kgFBI b
+2J ,̼
++
+t@0
+rd`ge0Dv5Log@iyd*)G< GPS&fT;m2P_O]&loצJ;F>>EF:heg[ZjGb<]QWdes,X6nKhKSH^eYü`Q8.]B8]/'4!WǺ媪(CdGDd9 M~%UIbm[W7SYE~H׬nya4{!&/Xhvg4m6e$dDS},1 ?B5jJF?-'R~GϷc m(^OI7`, P>'C&,KQj-z|#S-kK<,/2ZOuxub `tĿXE5L 0|ldSȾUZ`"jW@ڗAߔQ</Pc6$r0h{ȆSQgt7V[+H_U'3[C?>%M]*#9X_5"yU_U
+h",lC/ ;T.;_2&n/)*M&63D/7A TjObɻ֝"}|k^GQj!>i9UIAK=~d(qmBcʄl?Z] YhF&&D:厚EP9HůBrqZģŤȀb n P-[IR| G_7[1Yꑭ<ZL^Yz9-s@=dSLRr tĤ*760:ИVʌ+3&^:cwT`bLm Wcն'^%ʛ΍ vu]3s]x)}!1Maγr$P!؇r EP]){8
+ZuxJlD9 Y-vScZM7 ]mttIM C>)#"6HDl?ޣًRU1| 7M|QXi.!fF0
+Z+SZd  eW)3T.:LH!iH;7B$ ?? oً:ّH{|5aBig" X%}#i4*@bԚ0L&Z1u4%k@E{=%6Z|yt=>N| s-s]gB{,bPi=6`(w|⒡ߙ<wXuj7h8q@, ckC3JG'g}**KfG'{p!5Z^{酩 0*1S)旍Hݭ#iɇN#ԅ2~G}RC|=n Ө0p-t cPeVjoj[i"# 3pyaMimrsqNeOen3j؀e"=@6fs.ʉ^Ym$Ll
+ 6!Ǎ Qseʱ֑YȜg{tkI
+UOB*.'sr1_w&{,B{(.GOFdW& 5]<>t۟n6eu/<&e;0 cs<'a S) vN\.rd o/T )q3=#o܆.:iBijެ;!/PAYh .ĮكW@%[iaŁ84w/ܜyE yY6i9YR͑!
+=g/,uyVi),%_(VVk~BX#_ԞRQX
+(&yo5I:2k/nsQ9K{tk;I[gYS<L'_Vgs㎫ oYv۷af+㜯v5jm^0=F~T1/% c``lGb%Y_L.Ex!ۂu
+r9בIL= 6)c9VY_|d48-sWTbKa홾L
+C ~iBAw8\y
+͟wY:wuNզbX1p]&'?lG!L)˦̔a"g!ZOT?;\΂\~|n~U!̹48гUWnK8g<tFZ4v["7#bz~݃Y=fÍJhc$ڼs"czdBq _,o9TMh͆{y-+ 7;w7_X{Z!:"1T WA)ׄnȕ&^΁?ҏ<v>sNK恊#?ٱe鲺7G>DnjѹabL!*zb=i2l{F<꡸[>Fz3i W{ׅ'Bb
+qVAL1;
+E#=A恵Yz)QGE=&k<M$72c!v=qsF0}OT
+yPܲ0$Fy0GGhQ'u[w2/C(?iQ(?4vPoA*uS:\~;GC<0o\4I}K.KO
+3K kwh ڱ]!Kkݣ7[
+kVb>`]a'O8Rw^H7wa3]##&uKm;=LE0F*TUH/ I`\!]z{c^!xYJ% >35^b[XFBHhqljgV_O
+* ;.p~XߢMM9:kx9#)wSACuՠ7Si1E Xֶs ,Rۚ0aj`6J_|2^<BY56K#kBdܴzWb@0XNW F{J=Mn#p WXjK& CԮ=4m
+U005<$+}&E:
+JkO*u%Zf1QPp
+@I+l/
+sϺT'D}AQy>R˜ ftc8ݯ.^=  g{qkn;cޯ]w=zRz
+f_`z6 ?bLaG:[Vu1Y%5ew fR4[DG`?2̋9HFAw3o-/Iʺ8I
+TVO͵ݨ9dw ʱFUG_ۺ/mm5黢xٲ-1tB z}x EhHnN
+^-u\_b A^]s˱߭̇sMn>HT"|NÂچN?%BR"X=~$EsQу{Zz@X;֣ SojY'dQ/*i:
+UK^;d Lr mtQ0%+VB|4=9T{ͻ6orhqP1HDZ_l{N|I"$=yזdX\˺ؕCp3_T~[c;Su+3)z|z4fhy͚n˪Z#[ȥ9ؙV+}J.IoH\*#`3Ld mHvDi!p~'nwFdw0G\'geϝY>@#MӅryUR};.i!G{3#ZUwPR+
+-+~"R{dϚI['MK)
+VV#R9Etz˻1|M7B%I(F
+Vey(vM8i!EqkЏ${JsZ}$$
+`z~Č/B- vߖ+H5c( td=;%s{R[m9Ow`.ʔ
+Ah3p%1y!TjJEgŜu_aѰUikH#^VEX˞ ATBh
+8b[a&G6<WBa¯s<`cЊ |7$K\3u9e|ԇ__ WNe M֒GSdU᧱ǞOS䉧x=p6^Ti%M7ؗ*FX=`՜Íꅐ˓Џ=ڭT}BJqDY:".v/* _;. ?ļ(e,<,U8m/@|<<rW2w痉w? 6-ضz \ԼNBV4hE?l
+Ёb;Xa!MwE(٩Mg.C םb_E-+X -̊wݤ]+v2 eo6ǿgjI}"N髧
+w#Atp'БAr=Ϫv_1 C?Y/_R2;:I>5E[Rґhmۦw um *od58yj(@ (ZW!f0B}~q@J]נ!q.F[;?¸At2|7b?2e,rRUq%Ue#fvG=TAʅ< rAζMv={,p
+hFJ bo`zyRʚyRD9FhW]WԬōg9 .]G
+/; = PBWl>G'j\(}paEq[GH]sqf{M=dWgB~r7s|,G)0lWZNR[1.q:vm$Ҥ{LheDw?Ȏ߷
++'$diUEy(B!ܗG云D\1ŀljiF*٧IvU/"i<7b"aEܯE Õ
+<O ͱ,(Y57@5s3>PK^ϨHCdۏIˈ ODhN}ҙ5Fָfhފ8n h uPxpE`*ʗ) :gk w{g>;Z}gӷ9
+qpzBhQh
+x$DB4jhi <%dЖ T .հ8ςf}.0 gI0 K>gNn/YQ"]6? f; dJĔ?♉S1
+/r]=%A@9ȗQY!h|ف
+TR>Fw]vMm\`sP8|I<|v[9 <JƱ:7QxMd]΀xYrf`
+-1W ^6-]
+yu?ݽ\W$ t\+ jCw$w'auRy(Y6mz՞yP!̘[66//!{: pq!
+!Vdev|)5&i
+ՊГk ?X{_n|W0>ީ'V$;Fvt+WT{ _D0RI_p!=K(ďθD}զmx$F#4*cb'ϴpw]elV{Zb1Tqs_<,GjDя~N0^sK g}8=NFhבmօg0w{ ˨')ɶ ,F5Nt ]Sw!]QK%_Oh Bq 6XWgK ʳ\5i->>_uBC];6FNK1ƗzBM-
+*;M )n[Ac?<qzI\8QLfsks;޲/G%.OIkR;;r,
+)mP '}i /'H(zPRQu_7 bƼz!*w9V5lvp
+/,(ԝ+
+qi4`s".q\eqZe۞{SW"4:B7`8`ȫQY.|ԏy[WX D4͕
+S;;
+Sw WKԨ"Îyh~
+ ;Ң*:P8DEфn)̎\1VZ}畸PG8_-z*z82IW;ij!>@,'6SSsgA#(Cn)QݵZ}aGoy4f* g޳gjn{M!5|hOoaw"Ǩ(e1q#,;h*عKutS@β%%+$k' >w6Aٳ{
+I#O
+bKfdk{I}NLN~?f8d8<)
+hj&<@M )T|ā0EOɽE(3mn'i̜b6PqՔ*}عU$;H '
+db4bd3X1II`\i飛a"Mj!vһݰY{lZ6BIcSQ$vD=dU+4 :#86>ټxuodmI<0A Tp>FYlyC߇c72F79o-d .Yb]w|̌qKzKu}uk4[¥tbHyO\KCĪ-R;\ -z
+csqjlDdٖtMۛ3pZ,9@+dx|:U1_~V*_ȣ#vU6Bw姜;P~ O Iɕ |Fs:cbUF)uu]ʺnf ڗΚ{ by2v> ,*^#WLfn E`Wcҽt,I$U<w59_Ou{sz!CWw*ԋ=*H 2}4ׄ2d[KʋߠboZb:RD1?q'ޓz'>DTE7iDщ3pғ+Uh" x-hdѬ@f[&b0)#+!G2BWK/2yIgDME~efTILـH\[+k :dw@`V$kqlVW1.,ҝMF6ձ#<{IšhV`GPe:PWDHpژ <#H1 =E)hJR#<x.[B1=!)L+3ҷ<CV3L
+hC~f1BILtCPJ*ޟ\*Ƴ˲@bWm jUj(zLsGmn6yUGPl)Rh*cX wJ?ढW[_TTӴrw9L:|90wMhuϣ V]<mlczB 
++Sہ$<k,(v'fBMkYÁzX`S}ϼ\7}gux
+{1W_4qj IQ6 k:CVkI<|}yb^$GIibKWX-
+?yg/'6ߺl:i6>F\$.5hBF@lF}gj)u![E:J~$cO>W˭_zVوQD e%>T/j xͬec t*6db{ex2댏|ɾFkP/yܪ`,P^'`ezt'gfl(?Rhׇՙ*fDڴ+c l5nQV_BIm]?8}?BFWt+6i-*)܃g`[! ;)fX>]_=X̚(-t'.˜{(<hG<wcKwꊸB0&0ɧGLB6#?: ^CW ̧3!K%k(۲8ʏ<E. H[R^83`H.{V2 %yK
+cP")i0>[T4X,+${Ⰹi6A(S%K=-/-maǥ@Ck̅+ {
++g읂VRb%wv^l3+ވOVaV)%m5cbĝ}.;hDBdGM|
+endstream
+endobj
+1908 0 obj
+<<
+/Type /FontDescriptor
+/FontName /MVMBPF+LMSans10-Regular
+/Flags 4
+/FontBBox [-420 -309 1431 1154]
+/Ascent 694
+/CapHeight 694
+/Descent -194
+/ItalicAngle 0
+/StemV 78
+/XHeight 444
+/CharSet (/i/n/period/s)
+/FontFile 1907 0 R
+>>
+endobj
+1909 0 obj
+<<
+/Length1 1793
+/Length2 2118
+/Length3 0
+/Length 3232
+/Filter /FlateDecode
+>>
+stream
+xڵWiTSTT AA@HBA
+8.σ;i {F3$? H$ig>SC"TH
+#A8x9hry{̆1$rA'A^J<c O1}&)VzzF0a"lcb1W71$GH$AI,~1&"}QF1,ē;B !9{g0] =@C DL);y
+ȜO1>U!y.}E{3ѿT[w
+H,16+K@b"6bub+L_W~'(n/KŚ((
+W;a(.t6kO4|2tu WC/ۿOjNi5[Z::J2{~k}uOt_b΍`5niM7ǃ{`Vik
+aAѺ/zEAwьQ~®GCW5t@ /j;S6Z6$TWS=2kvl ZRc'M#H~5sNPn+'5Hz„k. _f()-ö^CaiysdL< LW^m;$]7V%`,٪J|V5 ª/E ,q{¶ArѨ QۖC<Mv6 yQN n޼iqw~.|Bwt?$ɱȳF+z̓vl#(,>$5kٍQC/˕26Tͬ"d坢' E݆k {ÖzyQ(7w^N}eu*4;I-Q̛Xsۅ7f/(ت#KVn #A<]~6{iIVc8#qJUEm i46/Њr{KsމgRK tusoio޺t%I=N1
+9AbJ7K/-Kל޸§9baeS=')/WK3RԚrWBg_ M}l}?x2c6dJ┝gxdM!FvRfHd5kזet6ks\ 9w6@%g[
+΢mӮponn\Lp1ᔩOMZ~f )\@NWN6}{6*S`2T|mh-QjEg|ۄJnm\46{WьAڷ5U,8֖?4w5u#"̉yަF O/3=nbpuō''M T=Lܦ?O=Z}3C$sJcDaRsC]6;^8 Cth l{p%)Q7gvH;JtoNz2b!4սq,y7w#~O٣(NhMk;ݚVkS ޥ6)SВ|È8)lves2;yx=ǧi-l]{jR5**E^Y:P7mԦXppǯXKT͘W.[(
+WnW#9DaՐrfk vT]ܶ^=eqBփ[m3zoc[=rEnc|ĵg7Io8eLtV.mo/UY~#ݫ:.CgS`=zB/Ϧj:?j6w'p%&yY;j6DqUnLۋ,/w%-uoй{5ΚV^5}IJamԘSQB\‹ϢO g"f
+endstream
+endobj
+488 0 obj
+/HJOJEF+LMMathSymbols10-Regular
+endobj
+482 0 obj
+<<
+/Type /FontDescriptor
+/FontName /HJOJEF+LMMathSymbols10-Regular
+/Flags 4
+/FontBBox [-29 -960 1116 775]
+/Ascent 775
+/CapHeight 775
+/Descent -960
+/ItalicAngle -14
+/StemV 40
+/CharSet (/angbracketleft/angbracketright/bullet/circlecopyrt/minus)
+/FontFile 1909 0 R
+>>
+endobj
+1910 0 obj
+<<
+/Length1 1684
+/Length2 1208
+/Length3 0
+/Length 2232
+/Filter /FlateDecode
+>>
+stream
+xڵTyTVܪAHH@B]X"IBFqfb@(XWP* u7r*B.X룮UޝU8wr|w_+U
+DB/W(0֠J6iI#+ f#FPh8Ic,k
+ H#h:"YJaZAnH$tG)A$L -p@!tIFAP!qF@ 1@ cF%RQ]
+EԚAp@Z`x0URsjH A>(KWX\ɽfpm7l Ӥ
+IǍY%n
+DUv^gKp&G'!-'B!;|7KGH&DR 𓊀H, .ΛĪVD3
+ߕ(B4<Hόژm@ykp:X|YyuvՋEMl>ENe\}ㄜB/*i͒?MqmrkKdjmߺkn36`!}bK12'.;ht0bΒҡ7΅\XִYqlMGV(~_?7*PKj-YKXcS_:?u\{Dڣ= v7`
+8v/vꬦ7Ct]tKqoYvEH5j$SoK֮fʛ6z'uŅ;~U_=]w|ξn_̝/ ׫ uõeWocJűM7}*ej6J$ BqݧmBiOmO,4^R;`~#Rm$%I1_ mk/moc0ڽvٞۑmf:@O{{ΘkKfW??L)Q;<w!l궷2`GēzZWPYa6{_yw>fyn9c~-x]Mێ.V !B~Ycq 冇yBjKr xhEriW>S+F6TN\N?_fw,)p]73'߸ Vj4U-MLv 'c](w٨iy=ܼu=9͎g!۽ͱo"+w=7MzK~Sw
+endstream
+endobj
+1911 0 obj
+<<
+/Type /FontDescriptor
+/FontName /ACQOHD+LMMathSymbols7-Regular
+/Flags 4
+/FontBBox [-15 -951 1252 782]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 49
+/XHeight 431
+/CharSet (/prime)
+/FontFile 1910 0 R
+>>
+endobj
+1912 0 obj
+<<
+/Length1 1883
+/Length2 23229
+/Length3 0
+/Length 24399
+/Filter /FlateDecode
+>>
+stream
+xڴeT67Cqwww[q(kq)^P]?gɓkss$cTEQ`
+rwedeb((*:;(09lL,, W+{ W 9
+@`0YؚA
+p9XIڨ+wWsg
+`
+2|Aڔضm)5S@UEBIѱ|M&lť.2"2vء8X742%?X[m1<: ;]?.8vҧ}ZJԹ\ѫ
+dmgO0w:tAt L
+48I܍?'e3#[3aUi+,KkiegKR=$0RB* 4& :]Hb}<xgRbFJ<)gUOi*cbl<r˜boKJMl|fM/-}΁
+A3pj.` ef:Ê
+r6Z-:Y$ y2Gsl2U~0IdjΫjR|+H0YKFwŕkC~ Xh|UB2!! 4-`Xb58AtBі 'N!L؊hCov?lP
+<1 +a$hP=遭yeP84krkxo{Vڣ[CfC^DTJ7rgURR'fͰXÃ<K؏L ߦam;CzUuGR0 ?lPÑ(*=c~mG*"C5ݟ* 5X-C*ƪ6`-
+1-^Ψ<x7SRF0|qǧ"t}qm
+HJsڕ.Or'* 1Z,Q,d9+vÿ6q[Hr 
+Q RFԱh#!6<j'\$)C
+"GEDJ&d,^@KNXܜi/>D;}ֹ[4e6Nf}r[C
+pq,s 6)pL-tx88F~VʋvXTE<kJ~ ~|d5eA?0DC [PVQjnz]Z)TW*&$ԧ3TaQ'
+o1,ZM=Bh=nJ3jk§D>su].HGgZ'hDF3-N z%f1NT'$m^=f:$|ʭNT)38顎v 279N27Ϝj0ŕ5u$}ALˮⰺnn `nu*KiV 2.梂 o94ڇ1y "1;)s
+x"(ENKX
+:0ǤHG/YIaG'Ks֔wb'O1AZfŗ'ӱ 쌫7zݏEe`ƒ;Rd)K8(0=} wݢogFN8Ha\0KLZ1{T:<ʀ쌍džCZp:HB~D3+az1-Vm|H)}ɣX VC\x?neUr8w$ ycL;vw̡?EK&>jGlැʺG '/1hB>>H *p@>=Top_1ʎ폴=^WW`IVXmTr5C3bT$5:2sh@|?Ov$䍜խHEkm,g>vxxcѾu|s
+FyQS)cK
+~Ix>uUc*7JۺP i+tUJhCJc4T`S1Ƚ x/>a7l aܒ2
+
+~8\S7@lrlmaIKCj"_7xI+a܇&O7߭,z~-6]jq_q2>/:7ɆFr 4!;D2CMh>PCC
+OV'ι3b \; 
+@|̚g- p9h:r%|Tj`Z2Jjub;w
+$xB~;V¯w|BsW$}A.Mڇ&lcOѯ~ Ƶ2ֶ֧Z
+5 sX֙4M:ez[on# hqyZӶ.<..\n< `"Pgl|VK3066M$-(֎um4".!}M"Irs%أ@V1D1.
+/Ú4tbd":7$L'ӦWFWM}&v껀9-2.4L
+o#GAGz E%1u,oj-D y\(=Rv좃JCTNe]ImZُ؅L8\<E+JigdH7KvÖrP5,6U&_C:0rߢ^F wK!^f(:n!urQBolu
+qN1*#!?
+yhtTLMiEMJ>dhN=ibY)T]h+w`?fJ"2%³g)sݟ*"('á5#J+j-wi4뉆?#F J8/Z}* :  2 uRި0?vٟ6YCհ͇E^놙FDe'
+<~A oцqrUNWd
+z><aV+ٮXD%Q)#/s8@-S0ʇ#v.*pY'*+ƀ[> Yj&F$K
+sŴo9Nްg%;LZϗQNtŽ [ It>5yP5^DB4|ٜp'$"WC%0-ӓ^5㛋BgƂQ@<gu;RV~LRAKP$`ň9H bZ71mX‹Yn< n|R1@ wKUwJ{ ~FLW=v~! esF@UB2 k<z#_ke19I-Ni ,"
+ [#6~LgXjl=k-Fj .ތuX&!v",k.L
+όr1֝m qyӓOpkڷ@3zI}Oqܢ`A2m\Tb⊘f.i4lV+=fN5֯N<KqrRtu_lk],c; m${:47 ;LW\ J-s / {䨛W1 F7g$T|x{_ՖJAv}Z
+hDbdt
+NH~{=*`F#RD6F <v*Ѿ BKٰhT/uE7KM'`cxNHU#Qy/cs}4ƺ_M QnnZzOѹJF i [|4vD1ofYܪP'|߸\i4(D\r4YE-3P4@p^ vav>%Pvv+P$@\ʉ<ҕ
+TC4zl./ԍ@vP̛ŚqdťfɶYq /ЄO}RfArgSUT|??\¦ST<S5i<!aW@sf<t/j'?klQHOD:4s?+f)u:J_0hd @oIJfJ1 jG0\ ,]gx0[؜^_nr +S2*4Ř_ߪdJاb(<(󝣄*/}&IL̾6)dEr)ƃ螐RɊ9tJ=5}BҢ6DaATN̸D=-)A^()TkK(wqߝub 1llJy6+%ӬݚưbDgvkpvIo:Q*شv]UևJ @ [ܕb >{U?SK-7ėy/y>W{*+KqoR߃Sd-3p0Xg:J~_+s=Z]v<*PO8q!4 &+}0<XSXBT3zp?=
+Rk*\;[pn*& <6(Ce y(R3uFl2:%Xf޵:EpAԍgqR\3ǯ ;@Vf&,4/*tՋ} 82tMI7f{
+3*ўWn KVm@%V&TψdB1H1J,T3zoyp0)"(qwx 2?vV*;ŻCM#H<ԁˑɘ.D
+:R?ڴIlZ,ycX4l[P!9YHU'q0QLA?^׌%fʦɌaBO =.9Z8$7[-6f~;% xr$fKIn.{/DlC-֦dX Q4LA *m6J>C
+z;ؚ"j\Ls
+3<-c<
+15> $K$^J#rI>MN<1gml Jb-F\EEL$E%B*8BG_  /}D}
+~mfc~F[6ltebBK$HBy{A(
+NWw P-Uo0r 
+\HKk
+@=Mwvyo:!=1#^!Q$O |TrR$O'{;$aJ {bVvSUfݼ?.@9+b|,<{Y
+J z1 >mIk0K^*\HHU\A˜K2)MŮ 6%JFK ϋ ~
+ X2EE
+u:%
+х74bSx@ 4J&r
+ >8t̾
+Mk6MD3Z"4.OdvhsE54dbE4ٔ*jOKΔo4/_3
+
+pHJM})ҫuã4bbP_RXv>WSɎg֞ݚOûmXk4ڨ22FTr8I?0
+3L?'b31QJ/~Ct爚]\*1b.,N`RfܼCHH$g=$NJĻAO~W
+R$..7V`
+JN&WJϸϓN6
+':"˹6}9U=i2
+ 㰼NNͳH;ӹ1Z;S5V$[W}8h +m :h!:W(8Wh`Nc˱AOmmL|B/ N;M٩$ꚦGMţovJ:\gMv:w1s[;>}hJ^\8TpcA!S5eK^1.go+ qU"KYOmn.`Ayv-؏ KoQZP}+JATdrr@MHyCX=j+I M{DR=ÅxNv#Tt x&'0t};H˶4pNy` ɠAdG$<ZE?қ/tFcy,f8!\_LLH ƴ|`šS_Aa*mN[@*rQ,?5|96E0 ^eܵ': GO{jƊݡ욚Ae` s>p{N=I '0[= 5:qv&;!rUEdxTM/0^1o/0bnc]W5ZIUN ,
+!H ?V/g&k~ 
+0Q+XW⫞tPzr0  V(U.ܠXX,m7H%9BׇDIT Xgݏr!:$g
+9`9b>Ȑ141<dp2@;s+38~%2
+k+#s0Ntfl|U,7#tlfDg8 EJ_n 7ݤcC$wXr1 ])\, WX6z_:g`\e]vE9c7xX yغt?ĝv7JJH4/HZz:'T$k\lBCAt /%pmQODjLu rkdM,
+zMhyCPO:SPW2VX:jt,rD1BZ]0#re&k?. |ܽ'渽N/T&mta5aƥ]ZӔҡޫ_2V[66`Qy(P$_EHgVYwV s[Z:%.=@eH_KgdLfBy;>!MvQ@-YQ+)O 2uhO2EZ\}:V>n25Y?Z ~-l)sYYAQ<
+[ 8U=p-'Ltz(|a7ʳMb"!{i;㝙o"\l5PӲ`iR 4CT aoG[u)k]l4s 4W
+')tW`$VE]t2qd(Hl%s}=e
+.S)kX~FFC
+xWs4XNJyҴAω+;d`uI9AeAvd\]9FeolQuF$#HqҨLv{B!w$0Ae}xt7$ 1쵗sd}6Uf8@lAzW'vEJ$ށjC^5@\UMVTxy:'j-Țw+bHwRjlă` VgX6E9y$ʳ[<m#hNU)7+H
+BPK WjjU]_G2! (FQS_lڑݽNm`'}6 n;bdv}њ,;r`bCsD!#Zg0xI_TtyBvV Ag`fXmsޘ j|)# WKsPȉ9!Bd3jNADgF:c y!"V"|JccyGqﯳ\^.r6X^cEPԎv{f?!4FzSE?#j %I@s=r6/WtXFDPlP1'f[%Ђ c.&{Px޽@\
+4CiH(t 8z|WF㧁sDCx9\3L.FL<_T3Q5UTnbh:V6aO4V'3q )M|v^#tG']nR :@ oURLdUR5] DG,Z v_ԧnV Z613ZfH{SmgGtc ʪ]1,f]8E׵9!) \^|Wpx^J;"uon\IG
+ql!裓,
+!֖q̍RMoMȖ]MFFgS>~o)7$'crhpwc+DFy|S* xKhH6x.do Nb;WD5&B$΂u_k#M:lԺnDEU{|yr"3 lªcyj|& hH
+d<?xSw
+.ו//5ƉTs![AFE$S%.`bG ݹ,־{o`ezgFk
+N0*PX>nf "/QōovƄzAw9Iq^Ii@|K
+aj t=Q{9D{YbG$uuH{zD/P"p =C[Nr4S5qn=ڸ<4l!H
+a48+&|2^kBeLm<
+< ٴڹ*"&^H.XW^t_t[H-o2I zBD\_\y;rA^,yDc rhO"0&3Y?ӈX:zt|NW2g58[Be!ia
+u)̲UE@wG6V~A_9&mVK
+ [?L\2=#'ؔ3(`9PBcX*_)Wr)
+j<+Hy4uVqGB{! 7+(<+_kTmDaCL+uˡ$k"0sM+S&}ޑ$͏ JH:?#_a[ZNZYJd[&@@ nj
+/|I{a26 4=)&X=$M DHJ(EEy\ϰsBrvI Uf{xȌKK^ȽSL+,i
+8qS#4]@rί&~mb"9&6*D2fn_ZɬǛiR՜FQXLS3aY]-+-2JR^f׀|ňn924l[ff]*lFOJLMa
+=gҜ3 P?&0[$=7ںOxh ]-thk2B`Dqx+2ɠͬ?/4Mb|۠b7L05
+
+5_)H_6+QԬIh+E5xlB(}AXc?VN[+v`Bj(Y 
+rst9IMLs Z]-Y7&|ҘkցxZ~T$ .
+ѺV\cH5,9fJ_X6cc[OӡQ8) 0.{v\`5a7l }~A|Zg =sAϒJSE0yzL(;&P S`j GHaV 6rLb!9[ ( GPͫU\ lTEF'9L,CO?z\,Bkunj -2G}^~gXpd@K
+8@dV3q.0 /u8fr{ݸUW.x4E}ik!d)~]k׶~ܞW fpd; Vv_ Q#p[{]
+endstream
+endobj
+1913 0 obj
+<<
+/Type /FontDescriptor
+/FontName /QAKKHP+LMMonoLt10-Bold
+/Flags 4
+/FontBBox [-454 -308 734 1039]
+/Ascent 600
+/CapHeight 600
+/Descent -217
+/ItalicAngle 0
+/StemV 83
+/XHeight 431
+/CharSet (/a/backslash/c/d/e/f/g/h/i/l/m/n/o/p/r/s/t/u)
+/FontFile 1912 0 R
+>>
+endobj
+1914 0 obj
+<<
+/Length1 3353
+/Length2 33226
+/Length3 0
+/Length 34995
+/Filter /FlateDecode
+>>
+stream
+xڴeXM5[pk݂w݃kp Npwwi2 y替fڲjծn(IUM쌀vN L<
+ wv9"</&;Q/`yA
+n+
+L dfk
+fts+K[3-/<#g lF;uE;Ecz.O~$-838;X ⟛W,R</ej9;jONvs8,s:X
+7~T@71씝1oer}Hxh+JnRl 8ٴ&\52~T_xt}m 4(~|*0QZ7!@.?WBvW&+Wm<!6'z2~DSܰ5Gk 4ffH71³!2hZsU5<SO-k!dW}V>"7J#9 nam2j 7SYLjNNZEKWb>P% ]Q(vt]
+D}_K6ѧ/Y¸?8ǙE#?OU&Ӵ*O*|^Db@ȴ7چhcM0pwSXR_:$8 ULTiM V]5τW~f/һ΢9ϨBA2ޑ*&pomyd6M>==~,%s?^meaGKecpgyR8 EX?؂_.MMDE1A1_?|FwP+^ M([x$eroRP3HB=
+R.HZUE/žROjרDxư@D"{Va=p))D'ZƏP XhIćTDE>wbl}Qq0KiΪ2tHv_BhX=*/|WEK(~B1,{
+k7O޲Oؓȴ;ʓJĽ3"E\Q,{6~o2KğE O5lk}1-h}k@lY^tWW{x# /V<$`ي IԵo 7t-'VĤ^5m2]y*aA=HykÑ O$ d/iZ2vxl?IjɒCǻBxri}۳B|<#ܦ~Cyoo𪦞Ώ@n /n 62W ´+EI:QC$.oJ I)icA>?Pċr9dgŇ5x^;(od<泥~ң :!?)alq@&?aq EtJZGTeyT̸dqU a81lJKAGaөpO/Si>neZ.AtY^8679j w_( g4CԜTm@Xw*<eZ56 ('Ϯ;Gkw,V 4`.˰šONsTpQd?.Z@Mb=Ja<>f~GPVul<~Ɏl`0jWϐU@.\HJpt^ܾV
+lW7U_NCN}𓶦Ƒ m6mdǶTNE{j{4O6sL_
+#ҾM> ~0Q^r%{y9C6ctmzϮQk9*]e5{`]sUOhhuIz 7MJkKK'* x+l@ѹ~c'33€,hȆẢ[vMn'wtKXԟ]Ltð'㘈b>o!̍(d?C͓Py@`kpߏ1͸VE$h%{$}TOMu
+O ~Z8x7 n&6 ,Wrb .P$1
+pSٶa0s_"d+="wqmʕθsV!Uxx$oBe0ѬS`G4l!RH97lG/+)7HauCCE 5bc\J x==Hۡ cE@^y*Um5
+lc~m)$;Z_@BD_dH&[Y$&kKEv4GC7D?clq׸ /P:l<,[6[@/Ȋ*k0HնQh*Srd*w st6wXH7K]jQf:~"uyry@o̠0^q_R=Ht66URFpc}:1-T'CCxB&hzRU*$76 l㹷h.a i53~®c", X6dw{wc>PÝq}
+6K^7
+ aGJRdh_ zP%@ 2,: Dc/!J3D$T/\B@^.p0A3Q+ݫ\j;7{mw2jNrCjj!SF<߂.6Si#rl93G"3Տd}>qiuNam4n"218hk৽6,^djx` a,EP9(ʌ5vp|S\Gx4;׋g=a4qOs*\P9$3_gJw * xHe
+hȆfO&jb5(Y5^]|u
+I"ћiǑɅS4. Um6tfB$ڜ8z8?|#rVDEW"#{Z&icW
+Q?x ްfu&aWΪeao!w7d A@:&>付= Z
+@+5hu\GȜE:v[=@VjҠ;/F^yi}ӍuϔpV?ĞkS| ZCiu,'D2K:2Ea3wĨ8_?=q -E?:ݕ9_^*Pa3Bck5`*I2Vi7Ψuȯ>Z,є%rapf#{ׯVqt2SNY6M9"C_ ĭbjdV3?T=Y
+&..峾-MF_v,qn~=j0كƠxs6 hߛYk9H$[o[i}\g28KT:O{3ѝ &3s!BfoTͧ|NbSU)>@I3uH]>K:K|ͻh~<#CٵbjDTAm"~* "&4߈SPwRk.~53u> A֤Cr]f)gGtfҼ U%UxxI&6iN= iy#uMW/S.-LǙ,G|(9s!ogP"DU|/7L0i=B/U!i@RTaZ>#'-ϻU{cMI<)AFfV-yEdŘ4  b_l4^qO7@5-C8)b-Jx6Mcx Z9-<Hv7.μ2CKWր󍸝7*w[{Q0[_TU
+la>5龝Ty
+im)90"JCI89j}O]ZY"+umrp z\œJZ'i;$O6xYaZVi"ͣK<ib#ȸKԭǭ?͉JgTsП F%l}KT թMN0FvmU?hR[; !!ˍ-Rפa1U3z0%%\awTXw˫O_16߰-UFCFHxS׮u 2bI[H{e(K--b!SFw]υF}J9duZQ)Sn;4%|5<1)Ij*֪aRS[{D)&Sמ0j<`Pu/ܬ ݹẾag
+I΂^]q]$V櫡+ U~Wₗ@Ժ!ҘW4YS[n#k
+U<Vxuv>3˝T~S5WyX'X>nۖƥh/BOuqe]Ի3 <܇V._5a9'۷t9᨟$JDEZy^@*SSFwvg
+2I1JMOR4L*N 93AqOPlHJ|A󘱽[+N@ʏռ#_6{*} X%$dߔfea `]v
+Il7n&DjJF;te 6+CTFl!+2S[bkS/ S0ShQS3,`yfe9Ya"jkĜr;
+KQb5g$CW!ӣrR'2E{F)cjcd !~I}2Ԅ{ء ' /r U%(]N];8Ԙa\TC3ټ,FN[דI^ql޿Alޣ}(MLGvwLjCI9v0*hE؉ܻIX7ra]O2:%R|qa.N(#LܣR)_K" Coʬgkz2PkE t
+k𪩋G9K ʄj=Qxwv3;(ZN^o
+3F;p/&T5ji츕vH[϶ιFPCM XڶUwn[Oo1rͬMx oY]sG&ΦN7ΒIVWť3 Qj& oɔ1"Jscy8kLPZB.iQO} `?2BLYԱp\"cӃJ87
+%?1/ 3.8ǩe̯iy|sote noᕖzDUfib* :t9&J%]C9]F0'.u|Р41{"Kyyyn&fYC籤@ZĖ Y_j|GM"m;ٞn>Ӯljܡ/Sxr]Rjy.NVm՘>[Qo뗎ƏF)Im
+{qN?؛&Ćƒ2Sfiwu՜Q[&4
+FC_cw>We']+R[wkXF+rdw6g|9|: jR89lh7E%Dx'ߛ&քՋi.%G o41D`KK Gb-B[ ڮIf_9 VKW:K&~%@NŐT{30ô5Ӡ#giUOF) 'ahsiBakєN[a 1}!Vԉ %ka> uyاjDD}>
+bB5t2UX7QMv'FLaj+q5IbjN.):oKSpE=Z䥍X@Oat
+8x3pB̩~otNkVQYU|;̜>`x)㤿^R ^Ãj
+|z`ZA%/ryUA]~ym*u^hF1ܹloͬ QxWN]rU"ٶ,r6j(o4eޙr`ggHW#"),{@u!uy7D$kƋ,]q[B;>*k+1A">v9>+G"gvahKm+wطD#&ʶAԲNW{d a x|]O<S%Y レyXߋ5J*]4bS(i(FT;lNQd**/Lcc)݁R"Z6 ]h$ɂVڜ;UlW&j;'pcsl2k̉x^= q͒%HbqQjQet\`+Ѫ SG|Mx5am
++L ~S ޙv)sדuׂN{O%aC[j6RFX>6پQK{55!:"T٦D3l\CްJO*/
+ո84Ijkp5̴,oJ.^,k8\%W:a§4C
+?f)")(a
+KD/jFnFWɈOAJ2T;"~</ҕphkYvI*i܋Kı9HT(0 D[8"3Lx7Ei8,iՈR9jtޣ=Rε #ƜvŬ_j`E(]^
+Mu%T4 !RW -ʿPM(&EʸLׄjMUW*T: CN'~'T(C|8k͘"V' W ~YH_!Zә#\D/p&ba+q{j^O
+ևIbVvޝR1cE[:åҴ%HQͩEʰUGXa¤;?LvyJMBKu1B=GU1D\f eC6{ >o{<xÌjffޯBHTT#mcuviQ|.N"M#ks'OÁA?q[(W;=1  ByI(5.--WG27sU&{Duh!oE$q'Y$-Q;{&
+FJH
+|8cB߻oXԭ CmHh_Upcּ$t ?85b.ܴ\zQTӨ3>ꬆg& X,_mՏz :oq{XQ^KBOڊA,UJwj7~sͻuiagd%ƕ-՗tдt7
+V%n<tV*D@)*P1e5L;aZn.]o ;P\F!@/lkG>YKwk
+mސeCr9<+*
+O=݉C!ͅ Jx-!tx YliG(Dz=N|-gUdIe<]Y[Bbq;lfe1TIzkږhr]\AzsХLF٤7 )3n&牨= E- [˅8\҂R!0Ț'x'vMˉU9NF;ݬ)Ȅ+2(g89G_QY.Aհ.E%hR6'Mn $ɿ9EPrP6AUfO|(GΞPj2++:]y{7&
+Ӱ:?an?ƉCD:rUM7Ǻ0/"e-9-*m2ˆ-N F)9<Mp)>GEm~U7A<!*?<DH-1?c4sBb^hWH4UPȤ$jLqi8Җ (*;epIo4>v9YP2%{u%TBS=B.^Y6dhvuR.${}VVcǫ(Rpɾ!NQ``mM8@gca=|ޟ0[Ĺ-Y./3glM/uEмгqݐoFJF'DPVN!Q!o _0qy]EHzu׈Z]M}z^F*ˠuf0#zw2:OQ\vْHmYIͦ272j3.>0To'i;ح竚[1rax؂' n1HĬx8ABUC?frBfOTT"k?uOd!?c1'qM%qdS-`"oׂFژO\Zu#Db˫ F6y02"~әAb ݥ(&e*ӓ{CPGw
+wrA%,8r*ʮ|cp0Q;Ѣń. GxN-o|Sy <PvUuLsCIOfs
+@7{.*CKN4f~_s3ELyӌ8, =.՚=H)Hj
+7HzotwMvјt-54Pr
+:j?'I]J1CpgDuH"=9Ȫ!S@c]ۊ)yi2Kťtry~U*?KNO5
+4@-efDO#=e|[*H['Dk
+l8Dޜm'Iԛm'/#JɥtZlӼwO&}L\KA㬏Gn=uO1꫾Tu~\-]~mO%b
+Wz1^t))>qlq^<B[=\ w(3#)WabB"p`
+dS^ݎa [2O&͖08 : R0.{lڵ<>R6-mw:,Zvs)z/Z7$Rc71vKh=IbmfXNGXDIF5ƣj/D'W2NVVYg%a&5jؿC@rbO#&t7 Dk"N@yEUb"3;]f ޱ&EXPT=ֹZ(\#C͹O@jtݐ/+V[^y_X$ڃ:d<ĪK\,b=*
+g7|a
+rȹjxm,l7yZTOL9Z2HU2GaZ\KmqlC?g=BbY$w.)yLZ@}G>/H}M=^eou(њ<<<L)NMƳ{Ts+=JJ}fJh۳ݭ2.Ł-VF v>qNS$QM$;('mTRbn 7s'UMP44ւ.HC
+-F#PSLaxpzv`,wc #D\+\Lsቌ/ ޜ#ZQu7E"r&F vTc>MxMr%u-˔fgV_Gwኅ*Vn"eC¸=8X;a'PPX]X*WTd1eLhGrʝ}OJQua Hj"GqH9|Rȷed6ÎvʄxS]SӴw1}3_H֣FW}vE/f֧[)J*]Y8Вhl13J:Mi(rζ<o"HիK'$8#ґ{r~ ޲Luf @oI߻ xG'>PzS&6:E3/g6~R=E_I[q9g
+ eFv`Z"݅ESjӋRZq-&Bz?ol!NWMt?1Ek,nn/U{zie"^E3-3uYޒѯ!ƔHџ ցJ^ӈثZ0Ww{iJ20'B_Ö{=KYBy Sq }Ob Hs$:?AXT53N7B0FY4u h Cl9JV <Eܒ?RaF@er)OsHU]*<zr3"+$*js{` (dedՏיpR}3L
+ql 1#cSx6Q4\<_c@
+-Bmz`("y=>4d &lWjDڭ6&:[!A+^i`JQAWT˳{us#"9m\oJ5ʿ(Vn}}BΔ?e nn-uڳtj4Rx
+ޅX3IҋMD0K
+khapĄou8}V.#Mp&H[<!d^ L8sz줻[|gHtwхYTT~^5"!_ix˺' LG|,u뢡FER{@1uHZXɍMABkTدMŹ ܴ́%ww\3nuJy^gnHt(`De 7a~s5N7~% gm$4-[( 7%$
+1Wm4@5Ϩr _.E%GD+ T"E";ըS&ӊڥ]ǖP1zTjL8ǿNQ:C~$K,v_kkAI4K>$}m݌8
+_9I̾2kӃ3{}rӌ<J UhK‡xd3SPD3{Qb_CDo#$F( +Th8҃\nd$t]=r14CV1!4ioh8ӪJ"Kw`r3-r*ɳ 0
+ d\)lcӅ#i1'~xJ|˯ fŭ )RƧJx\_8RzC!F$ǰQJQЗvDR(qվ8dKhwҦ4 B%ǼIMNq[r!6hbLV@H-D_@ʎ( 3
+x !v32yBٽ D鷤8.?ԗbtF~@zq҈
+
+Ng;(Ե9aN\
+=tz7t|,?|,H0ES P5ׁ5+&4 PAhI$*[bjWJXt
+p$QM9{ nl*.@*t^?9|{A
+
+9 ӣ_0]sQZ%d QT3<!d7!ޑ, ^M|0)'0楃{ūwj3C_iDJ2_O%T3NH~\B"L%1=TT^ޠ7bT|f xk)8tRYFlX-ҵ zy8؜+5I aH9KgO*[丼Ur6GeMu߂3|s
+|Y;}ԇ^4M*kt-OS*NWn
+0pK%㻞X{P#?LO&u_7SOվI*谂LJ98G Nbw>94ެ[bpDQ`Wdb=肑Q
+;s+AI\ś:&BdgwC4-:s}I <$IA6.|.
+{2){aV1pxʅ4` [=Qj$ 98|M{bs;cvJL]`S`u0]Nbz
+Q ]. he{%DRaˎvO pF}3&2Yn:[֠m cTB봘*ٸ0/#P%ԣ|UQ܅cE\آU&A_ m'6e`SV;⃐[yrMˎB``q@Mq#CS!(R--6 "#hLs˙<3w>IJ`V akupH+V1@<"NFlqok`2^ˬV|$҆/ hKpi/ *>3;%^WGG~$ɞ8xFAX*Y
+-z!h^C|)zy{
+%#:d z݇e*UKӂXpJA߁e^roS`\9~QkOo13DAQ #3/,j*-&Ե H=OEB>螗31Z.Le^YDBz]2͆<eHAk3f@Ah鋑:3I6\@hEiXAT
+װeiS
+dri'Ӛ 5HUvy?`i\ ~pUyqQno0A1YTYac$B~69- .OC=`&\w
+N=֭ryU%qu>—jIw!5+``U!.ۢGW[8-\x9@Uֿr9[Ԍey Y% '9$*եRUU:<yN#ψalO"uS5OSsCc$#
+V8.;`² G{ ^^pEH+kh9_Tj# ^i;JHtY ~P>[P!)jN]1]mbRh5麣L&Zj_:GKl˧2,AiL1Td錝]i4 c,CW`;XqSIkN3?#IE^5W
+i좍DAFxd6BbO5Ѿ=ESrShH<^-xu_T>"$z`#UY5b~aTҸ ?sB?y6v8/`)$T\QGh}Ǟb_duLr~CvB4+ ={Gk@dVdQ65H)8v#-# g>UuDk .)0PR*)TۮzUE7E?N'asJj5Jo^ v"Tk!
+}YBW^gzN 4hrS2.ȴ"(9bɎm$~֥dk#tdO^CQ8֒{KJ2/?%l\Ha;  k0Y4dL{a|1x8erVnɓW4y3mz8QTd4SLܐ)[Ia詬gUrM!T{WL3oSءHؐUz}h;&n N1f I4u.[4Rqolzc)Ѕ[d`:y'chljUAJv.. I(KSLl$P%=c2u&ڲ{|x&p.p9pmBx۴WhVJ,!c?]:T\)7ְ[.Z#+#avF8.l ,N̽
+lK66ߙ5 jgpїdN:O<+.UQ} i]]߰Pǔjt&i  nƙ)`զ"y\%pfJ#-\'XMJluONqSdb|jwgec qm؃<)ќtGtWnb.=D:f(ʿh_
+%7>4vB[ѵ+d#qdjIMr=>7?O$C_I?62h3+D3S.Xz4kUnCu,z9¼'7a~?8٠CW8s}FXӉV,HTur)\I!)u/g=4uC]H,d+9rBM#N%b_:Y/ouе冫װ)aoe6q:0apL'CJFvJrԮ &~@͠񅥷!;+&%UfFi8ۇs\uS'9/2DέJ~
+Ӻ>{7ߤ2KM]&OءF'%_5
+~zXS 3dFB6D(%3,KGK(7^ľl95Yn-W>'37֣Emjp[aSxE5H章'nV/obiylz:ZDrU6Jfm v7ExH+X@ߥ۞UWcJD~dg9m9QjI6iAt`o^ݼ4#l/{׋gakC%d pn,u$r3he>QU$ ]xx럍-xZYTf9C+/?BkQ5)ꩧm{LC8=TrGyr{"1c% eFGLDcKjGx.eq`ŖQ@H.׉p#`aggx(*88`nI 妉p_íq*>UMD_8nrEC P|EA΢:6d݁K?Ģ||;} ?Bp8ݰX,T]U8do2z10&wM豙W6ٝ S'KyXO :+?ºw`*y\$hE&."EeFN΍D@}I6|'<~mw4'ƻ(8Z*$mfVt)80
+TY8u_OiȭixޒyU[0"tm^[պ$".
+k^%TWz#ZGD/4alYU+NGOSjOHMHw 9r g5 T M`zp岼
+\߭a=8.r? g5},^AJF pyy<bF+q7I$~tU\cgGlJGܮAT&osE/LsT4jp!cpl;r9 Ԙf؝1)38^6Ɗ]zI܌h,QM8'A<؃u(}D,qqڥ_xDwF=q$lھU5s3 &^PV9
+bw#V_gh'[ B%[Ea}uS#,Ը2Ҫ#=1pr/dGד -e:'Y|]8~<OKmBˬiߍkQ@ddҔ{x{0y,q<@J0=&MLiok
+t
+Y'+]۳ (eP^yz}iv3!hb(> >ЮWi4{
+NY-$ bF6[
+&]~@vMLp@YN"6(8&+tGjwSUKWw6UJ]ڐM(8wP|椕hPw}dJK=0
+zZj*^џY9Ǵh[u0_ . :}iԼa} S(M^L eeSݿ>7[_Fvu_ˌorDGRh)}/SGPd[||&7Csς"o2(k`KU@$_D_"hej˶N/]vUUnF?RJH{L\)lms=V}2F We
+-'K.y.l7l 3/lce;yDrRNlh8sR6nltZ,,EY
+ |CϏZG#{ls-F* U;6`B_@ÚLaO.cvnC$GOnE*2 
+(K.}~1;L15_09<r;"nb?]fb:}2|Y)`G6cM>׭3ZJHtsi9|V¼C),eX*}dāUqdOiz܃.⧹D<m9R
+-7K&2TfHSX-n$O],=ukͫp t~kTU97o@#.MIH5SZşva&8lZu 3+D0[F_Cc&6rCTi %kO|3ivE}P+BIx]0}ş~9 \L};R)އ[KpM%sUJj )ܻ Ņ0S!81 ^^\q2y_"mAHgF$o5]Wk6
+\\ ZxEhyV{k]+!mCWjtuwW#T`A b/bIk-R 2j; %BXGM4AMV,fr`b+_OrrReEԿM(GBlj2j/Ԙ$̅
+m^{i݀!a8R OS|st}O=
+ie"y5p-ŢW'Cʀ1Bw==$w,o8X&G׋{Jijrfo:,/5y$t`؜Pc(2p?;8kt؍\{
+hJD1[[Վ܌w tڢĨXK"&ZDttUcCW#"3'b0.rwI ¢<njj/[lehPkba_Զf65n~}Dqu?@\"U!AZaahOAH_+khqZ<ෛz3:_6J3 ؊X/,6ӼAX~0uhb)MbC=(!gPs[S>Am+dʭ#EM _Cy<|yh:8^̞b<26yL&'
+53(ﻕxi*݇5
+dE'Bϐfov,Ow?nc(sj 1%|N 2Ok4e4E+ mFtB( K-%UK)> 9f)RgŐphv'%T0۞(XpRd/O@& 8%
+kI 8 U<pZ +)ŗ\2'aLJ3Pbu_S,x!~^?ZC,7aroޅ²zhyH$/1хp(uH%ĺﭬ(ٌncw3yֳ//K㘍hnUJxeQa`PC>!unҟtX4< _jG'n̓搐iB]D BJ< zXxQoܢ#% k+tp?@u4VnAeոȬ$u9O
+{ uq!l/-i{d̦ާar]-Ќ5EÃ2|:NzJO;>5&5#2R Jm1LVTN2ĂfL!#>NSTc_ s&Q
+ k\o|^DZ-ed::jHH>@<c8gupU8Vռ~!& ;-PSyvG<c3~SD藥yF<6]%ZW>9GQo1, ~Y#)ִ2By'_W6TGE喰i..rOb0fmtOKlZ`)&0|{CчZߍc<}.Vbȃ1?"m0R'0tj0%>
+Xr1ݯKmO9AڗPrN}P+JU4,IP/:鐷䛶M{bRm*9,x!v
+3б#ܳ;su?ծ,wCڲ9Ucu={֌X-
+~ţVcE7 ӡ+Ċx,V3l5<XپO/,Î*qtiU|`Ӿꈾ<ftJ9eE#NG̞:A}lBOJ_Lab& WqE־|W-د7w2|`!`jH*krql챪cSHuSթ[-R?eU/MؾB`;u驫 חcyuO Gq=?+-C cxnjTc2W-8 1ev>zW77 #:=\ R9.3{U-2ڋ _cjß\fy3Wt)*TYF,^g`#;vO
+e<[8 0kIe, V{"1 7 KTE\#KmJ}/}c.SXd2̾'/wg#3WeRMltN
+|++"
+endstream
+endobj
+1164 0 obj
+/NWHASK+LMMono10-Regular
+endobj
+1148 0 obj
+<<
+/Type /FontDescriptor
+/FontName /NWHASK+LMMono10-Regular
+/Flags 4
+/FontBBox [-451 -316 731 1016]
+/Ascent 1016
+/CapHeight 1016
+/Descent -316
+/ItalicAngle 0
+/StemV 69
+/CharSet (/A/B/C/D/E/Eacute/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/a/acircumflex/agrave/asciitilde/asterisk/at/b/backslash/braceleft/braceright/bracketleft/bracketright/c/ccedilla/colon/comma/d/dollar/e/eacute/ecircumflex/egrave/eight/equal/exclam/f/five/four/g/greater/h/hyphen/i/icircumflex/j/k/l/less/m/n/nine/numbersign/o/ocircumflex/one/p/parenleft/parenright/percent/period/plus/q/question/quotedbl/quoteleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/udieresis/underscore/v/w/x/y/z/zero)
+/FontFile 1914 0 R
+>>
+endobj
+1915 0 obj
+<<
+/Length1 2496
+/Length2 24574
+/Length3 0
+/Length 26038
+/Filter /FlateDecode
+>>
+stream
+xڴeTʶ5;ơqn
+vlt LL+gțہ<]l
+]?qw
+R)G +o$m:\Y\9<}N,Z6@9DMH۬n
+[ AuBq_6R&,DwLФrBʻ)sJ8gړIZc|=q^1Qzͱcy-a"Zt{I5[5s#|D9r_`qGUw3Nu1u^Mc Y_:żSKgW=q{@^-dtTag1r J1܌G݋[ O0ZloeaG;@2w^Y۪5-k-`rŧ!Ki obqB#^I҉fKt67~ʿǾ
+%>&'{{Zdo_`ed"]8$7vi|ۅgENMFjm >R#43L?~'ǪwB^ԏ!OH}Mo>z~8[ qoP([ߟ--+;߄cps 
+k *LJu90>IqV3Ķ{ϸWʰW.rj>bE;jG6+͏}z hKMCÎl"ٶ~8ӛ4;лV F9"";䐉cocWG З:\^Xm9U qE)f`fU/2jcyK9$q
+Vl-yGFjZooyB KyyK :5;ڷΓՏڅr@7Q $
+ܯxS>{2CPe"z17`='X ?FıOY7lY0swV?f3Pt_0\-MQm
+omET֨J:1*J@FO}&s+Cs hp nu'\` Su0O៬[T{O<=^4qۏy B&Xx}uw_NGwrB^He6[Us#>̚~eq'gy> !RܬbVHq1v`dTb›zg[`N箝fjՁEMK3r4Lh-K`G㧴P
+R!f%b rQR2F wh>: 0vm}I$x{WLyP 9)|(%Bkru+!KTYiDb S EHŖ]߄$T[SvHn\tmt!? $Qy^d54h zaɔĬ3_RŢ/SFέ+(]
+G_E'C_s2+|nD 3F@a#5-3ZћhB%@ _0M]C#}QԹ,K۝KzaIO=N@_l!6:3'c(6wFYH(*ʼ(铝)@cNSI[|8:5oH0t%[#0B-?J綥Lr{]LH(.z
+[qe6u*0+>:o&?
+&r_S71vN^SFW6KMe΃x'FȌ|oN~(d閄Ƿˁ|IoD57.Fjb)`pmR%DZs$59\6#%el#7RTu>,wJ{.-DVxh*_<6gdmM(N/z11 EhkJIQ{9>ss+Txe2c. W# n,jڧPё`N(R&}NZHFjN?i(zx9t Msx4 9'j2hxn|X1*uLKz[#5}n90cԇDX/;>XH K!aE=j=h$ /$^Z?C:k2 &XyVvCnCin,wL {8]دjS"̟mHL}DyD2=P;6>jT<?եZpv<RR{ZZG
+P,gs!V"/LMW|f+b53U(#
+C^_tZEç>!ZAx}-jʄEQBzǒI
+tIa&c#˭#Br-,d#H}2(DdQfݑ
+q[g6qnpLo'UN뢔5B3,^FL6Joˋ ν4?-?ZD*w%6G#Οޞa")8bp\[#t*z,kg#h (#3z).;lԨEٞ`s`a8-nqQYX8Ñm~[2~{qB
+:œ-Hܒ|ـV|p).v-5 pt/{NIE0jˡI ;d L2)tFn5 L3Ǿtm_횖gfk^b|޸+e^%u9 D&eBȣ9p_FX
+0.Wayxx(Ll;?>5s}Ǵ𣨡Sp9jPƀQm{6ɂTxc$L]d+ҺӄFy)R
+{8uH sV5.H=BUAEIh"**@VI < p9O_hht,o
+1YRsS),?s ya1"<z^ɗJ>ZD*}ub .]b 1=]yJ`9:wvr?c=#dނ}U62;rV/f/ϷW2"IZDCuߤF x_HBVJ?y|$ܽh_o^tغ'*Z^k{
+.k!KZm!}{r [(-#)0] 0$sc錔tT
+4#,o9$A )`n A\w|:\µ>v)Y
+o-Glߥz6<<aSيU dЁ> *yOeaZaO~a} k8n~6u`aWVAV#R<pu$(,jUޣS?Ld֪(.9zER<)tr|kcpФd`.%\'ԯ-30tBiqh&eHKHxJ-ıYަy.ޛ`Ayi%p
+ze,hS3u.bFE=wH<滻d:A%
+Zj}25!FݛXY 3kiq4WcfO}^f\?ܱg@.<+vN,;Qr;{1vƨV^[=rz8DgC'ǣ`Gl'ʹ;=b,Z[ZTNӧ0n9(#UKoo #8™9$ ƻ>Z|-*זvrK
+id>,}[n`ubA5[Ϸ]>$.|ZNJ7W%;"i~I7i3뫨g#~?TЛbYxCy$枓OP8OXl@K U \ı[gM V$LdH*
+F^_ŷt`ڵkGQ.TouL_^}gPC`8!1@.]LЭ׻L|dnty|;v7d|ql7D'X&vW4iYiak8s&.18s -cy5K8S6w?h7ob`Bz%.♣uO:YoZҦ j5:R8RߟhTK{B^{v4JVwpJ&k'ӟ֫?M
+i;4,Q?/2dxs#<C&V+/kFnZēDN’]bn9]k_cB
+ҸtFd ׮ZQ8~z04ii'D+@b @䢕g֪ZK 2mp£[5,n͆b1b@ˊø3O,h*B]%?e&(K|.x`V
+Ht+0[>u.H[cu?4,sa ;HJҐU[~]WjLe|b3*
+d͚@Q̢y˺tYI̮{=[r{?ϯ)7h Q*)5}LMB8 yS .%aJw(7b^jQT'&uPBAY'0|9酀ӆ?S#/h*6[g5uSTDo["m0w3O|^fhW|0>\~8ACj92=I~\Lk!PadH?(
+75 Ks+c'$8 ^U2oK|slѰ26QE$f_vYXwǹ6"~ v`9t7Ih"v99Ej+6|%w$PVA
+sr@J$g/nme+,\PN0w>"-?Yƫ_̩_+
+O}6Kނjn:luIɎ땽T` Q
+fHwЙIAIlgL\</[3hE1&:~)Y'1!]=r=uO)\Lc lZ<4*8n%~pR'0NTU]5'Sfw%"{,fW "+BS[Tf! S bH'Fgvbgx7wb; u_9``
+BwSE50-':?8䈡R^ '
+$sRDy>R:̽j/_j_fFboAQ'[)o@uFٔ2<띈9ΰ_|ļXşkϢ+rH3YHuR,R{~^ X"<'*Ri]8eesA *`
+- :L5xb`C$tlaj0<M1v"N̔T.]ck}J2L?P{#| 1iSw~^f_o~)nt#m)ج5A;TOEP4]1(D
+I6e͹.by6)p.63tzDHqzة!+2"
+ڶ=^喢h+w!
+ćD!3 Ei8OJO+@Ǜy_ߚ HU]i9^KE|00Zo|A>vD^Qw$|.HU8=eiA[VpSaL{7wˡwx . #jvh:h^<"V#Ƽh?h&8lWg@諪x,em ;pO50LMNФC]ﯸ@3KH -,pQvnXU⊏[c?ħg?t[
+p]&HDj֎tmSRf.GR\sPL;Ua`7 ^&
+~T4}{RD%kyA3c;Va.)ɰ$ 
+EK@,,Sh+h"psW.y{]Ϥob"[_Q^br!Фh]#󧼾%-=ZC,g^Bkg@<l3W-=hۉ)ͺT8oNf?L]x${]ABLg-XZ?0kSʡ2TC!E&Q}du-k 1TZVLʃM,I3Yx*L8.οpҽi‰`,HYsݼu'#mőCU?(y!$Os`6RYYE]I#UAί2e<ZrHOzah*QRN]62CQZ5#b-ySb(KhLZH9h#}3^}}fш]"˃ꩲ{}ZCV:g6ftql9m:]nᠶ+%) -j}R!|Od%Щ-4X֖f2qwOQ/h~SϜ
+aĹ ֺcxNң>/zXXVjFFkXyyK|b\҇e$$y; stȼ9tmIJJ =c,aT0?FEa*A]|#n~֔/řFu9׮Jb%gܛ:؝'nXccKg_w Ù[K/IF_%vzis{F~N/vF2tux}<ke)""u)3U7?A^ @ƸNAd-}=`7*~@OO7Ps)пr\x ݲF ]jT@zWʜ=tQ4Ndv˛Z.kZ[z$del{{G?VHt9F Ч|3y
+Rs)q~upU!0o]7e-m$
+R)~oGC5m~s RpWFGq3fy:m\x}؆a0aQǐϑX+m+>N6ѴYߗ)WO2GI hs&<j|wԤ1_uY<_60:>$x֋<:T98sOXw;FO\1yġnGx1᤭knuC?
+[A FoDH+<wn39Oq
+m:[kP9dO K9X VZCEc(>}=H{4
+.tܘn[r01K$_ eGR[Um3^{W֕ͅZHBo0}@u4wQZZ]Iqي)IK:8 3zg@;dj] +[)|¨S"90Pu7y8I&BqUor
+4Ɲ=dHkc<lkNv 0( BO
+Iǵo#z|(VXjn-r4\/Hh*==H(}tc!Ag0>T+Zg <A t"V62"]h 49=\2<sBSݏ)73 =8 ړbID`pfC7YjaxrA+]X~V>PPIO9^P<p{QڒiQ%UKGCOkl^J)9+tTYȌ䨼1OXye_E8!kH'Z^Ixb!P챦.T;#NǞ,tſ%X%ը^y6%S*zljS(Vq'JHx |nx޳X1/p5Е
+;gxMXa/Fr1^ͮyw=6Q]~0%._ZL`~1,!9@EwZa@%)0F/[#={ FPI/KR1ȟcu6$F
+1)یuO3kSG?½F,ϛ(uYC؁2& 懌E
+U
+| 8S3mzŪ Q#I&̾|O,*xG=f3xm?KSKGȧAmT=%w!#<tFS X!X$njՉD
+daVg4ۏ_qǮwL~A
+-Ӆcwlu{=U x^ʹڷgK)+p!NP L[&G|;o Ls`YqbP^кGYk`$˘t&Y(fjy7̡g$Jx{gok7CbiHJp2ZUCЇy;;3ӌ^Y[/K~I
+vo 77[5#2e6 n@ʏ[:;$$J]å((lK9m43k
+=^o[+qdޠ9m5 j*Fmq3Zy4+Ww׮qι>>Q˒ƙJ5qfFy~X:z<ucBt'M#ʫJ|`ؿ_؊O@3, $\mR^*ǣ1(G`^\|%/0Y+BvYC-,9T<r:$*e؃\=oEcSkFJ :8zsgt:1,ڵlH *[eE*dFLxpVƑe[d+fL/찾WzG'L$~{<R
+g۷։ᲽJ:ߤަr7CZ>}kQy].r
+6#5O0j|dľ;=Z,*&( 8W eH4n$*!_Q-L(79-
+NI3 (=DOۭ:&KoeHxEuCW^ۃ5Ao\3$R'b$w&iQ~voWMeBtfIU|>:j[7z w,u:boর
+ )#t6K SMoGZs%p.FbE.~=SYֆOQ^ #
+yB_j8ُ>Vx 79z7!zs9مrW( =營zP(n(af*
+G3[ܩ Z s*9 :+E!L@wƻbU@ZQBanzz8n7̻$4
+֗^8PL1
+'*U^ZG9<[rp hǧ)]0S ׶zyICR$إ+qu[9jbm^Bn u]AߛHQR{4Ч 'N@+?<:Mxe]XEV3ǰb}$1?0+X"kK$ga۪tKzŢp3Ex}W' R@mĎb<4}Q-
+H[ q,F4m<p%DM6}gBÛ&*[ΏMLO̹=7#-'l3mL~)7`qBP.|BmIb޷n Ngk^<T0᧵KwJQD<#߱TKcY $ߪ EK}(A/7K;.~s4~A@$)2蛞(ζAC
+tMx#]@ndXXY&u $d^2Fkf[y@o
+5<qDXQׄ =;LŕK=9f2y3*LLnގU>8H=FCӇӋxڠd[/=a;*p|<r#+&o
+0 Olr5!r(g#Uw>')k(O49VhFsk|F<M?.tq8zk Yce2-y7_yk^W23)EĂ kE@~%@NՒ'.WN%N *QムLBgڅ')&@o!:h;5Fڕ
+,~)}|g$֚rMG;]_Αa|:9j% x̬~c
+P,lLBJ%VǨMae|m4Z
+7;_=@,ۘ7 yI6Ax
+=mVD6>T[
+kV)T"wd)4y~\Ħ 7Q~K:s NU0nזWR3xH
+@^A,>H^ESURDT}F̶a%#A:n|*HNe.<K_X?F81aⱕSSC
+ă1$z!T!2Rō9QNNw3f*h6Uh3ha'j+LЗްFRiIR?b-PI4[K(ź39WĤ x׳Ġ7H5Q
+.O%dgt,MV}( qt/
+z!S R3 :
+"Ɔ6G;9#Z(Jy}g{u)W-:Jn\98%7~_a.QkIia+Ps{wiw=v9Γ?}Y2]73З: }=bW m'e+3?A9Ww?ݨ5爉0[ Կv:5jȜ]}] S&ZZ
+l u&xzgjMőG9?S.94v91BXk2 <whRyd68Bup>B[} k+Gk2+C[E  X jH!oΚ!%U$Ha1*:u|.U#XlCe QQ<9(
+
+Լ뻪`]lF<ru=e⪵C퇑xa/>>ϏgפoG Cbx]Ao-N뙨'6XnCk@ ]u'#r^T'|E|a5B>un^NVmm6{KjՅsȺPdx]W %Ȱy1g[SF*} dG>ת~FFev{ mkF.1P@?`lHokص׈62ƲOi "U\xqJvt=l DCіQOW7(W?D9,ҒhYh\
+ [U-zo_F囹I]s֭ik) sEj>ǽas 9xL&d6XZ玳m_Ō"V0+876<9.d}H*UoF@>U7JF xe Kܫ-^YL"t]R*N˪ߎ:7reAJ"uc쒆%əOڌsvgQ̲tOzkΊ0W[ULobfc?]wɵ͂!k93\kvu/$\XM\Y5!tbP4DfePP~)qiݤ$7Z5F"ύ~#g} 6*^e# wOp27'LR)/cpAD,+9 .\'pv &bпGGʈVw{Q2JE4LPCʘ yKmflβ 9GVwltoXLw6aB50|X[ /nB,FU%0/?lZ]/q4cqCxDDeFD'+Ad=1%R=t Ò tT0VF p&&s#dY6̂q󉸧S
+FeqՈWKxOYR%K` JszIì}\`0!|7xP
+p s6VeGZ=[8*"e "I"{YkK^,V{Wx꯶8ʝ) kM_dw8:Uyjd
+\E!UcknB%C^#*:}T>FIfrР, ޮ4+)& \)Ԉxv'G9<>9
+cAOȎ+g4b@L1YQbf9/2zaPEPj
+2"90@-8jZ^(GU<96{[ m?uХj op>[+(f\U^w#kgBMMՉ>8+W^ _DZr<vwѩa*8(cKg &mI<d7|^ Jių̊ ZDG'.)4kXcVsn&\6dg8}ͱ$eՂ=LX*UˣINZq-VDk0Q Q
+ehz7Ddt] F~_Hr R:q'úm.܊K%+TEޘ[V92̠KRR B/yB%%_Ws)z4SjhB #sw
+-]H\ށusc?{їX blffI7@_SYQL %g6__eCA&~
+˵L8CMA~Il$Q*wLRS2.,èҦ2n y85!lcKFԼo$ߠ'-496ݣ9U9֥FRgв6r
+G <\c>sz:xl3{ߌ}+
+gl#}/P/T#<EMբiG;ޡC>/{Bl 4TWÅuru sb%H8 TpMc,gra 8*Icx- el ܂Ǐ^c̑{@C7~UZ6@Tvl=FdZB(iQ.` |׷ϟs'.gmؒ<J![F|TKF0eF5ӕqш^@FѬ5
+?,pvA(m4(unsS 5JbhbBtʼ8ՎscVMM:AOY1ܤZeG"rG:TO-M}>2t콏Us֩/g}Um䜉^_-($?&cqCSa%e'Th|0\<ld#QLr`:ѫ'V`&ØSaQCW Ɗ'CHgp!(t3,:jyqlw$j$1^{kXN AX<]8WRJVpoEX87 *};=2}ي 8kXY$V
+jul țn"{ۍQ1x.wCoV^I6M\dc`آ7*$>4hyiȞQ`O0go%vHlm5t:3Oyx'"I*WO\yTr@KPxApOص)]s3 XL2[9:0O ֜`@m1DKiڦ$p}gK
+/(-Sc7F9/`riY(Y+2Ȣ-v7i*A\Y>%=JP9I&V
+&ɽe֌swvUxKSQ'5D 74G~r?s7µnǎa,'xl%1vL-^}a%# J\ث#.%l-Zֶt[$7/39V U%X}~Χ'ዀzQT#H&W(Q0fg(kG)Ȱd3܄P
+endstream
+endobj
+413 0 obj
+/ZAFAQE+LMMono12-Regular
+endobj
+391 0 obj
+<<
+/Type /FontDescriptor
+/FontName /ZAFAQE+LMMono12-Regular
+/Flags 4
+/FontBBox [-444 -311 715 1019]
+/Ascent 1019
+/CapHeight 1019
+/Descent -311
+/ItalicAngle 0
+/StemV 65
+/CharSet (/A/B/D/E/G/I/L/N/O/R/S/T/a/ampersand/b/backslash/braceleft/braceright/c/comma/d/e/eight/f/five/four/g/h/hyphen/i/l/m/n/nine/o/one/p/parenleft/parenright/plus/quoteleft/quoteright/r/s/semicolon/seven/six/t/three/two/u/v/x)
+/FontFile 1915 0 R
+>>
+endobj
+1916 0 obj
+<<
+/Length1 3245
+/Length2 32569
+/Length3 0
+/Length 34358
+/Filter /FlateDecode
+>>
+stream
+xڴuXJww3H#ݡtwK 043t7Hw4Hww tK"ps}|ߵWkφF]Mb]ٸ9**0DMdftpsrK964$ pB#Bh
+`K@o3-SfZ@^
+)*h5YO_mVpB^le_&_dmYcqg ڍv` %TЅ
+,CABGO]//9l
+(ٯb\P CsBn2#Wr^R_\@~w/T^G{?TZ~ \~PYe7?..h? T Ϳ&q3\ArvrPU]= @s9hͿy.?@(a?&oL s%3Oܿ3E9< 9o ._?xBGh@o ^y@ sHmzKXLT"Ib"rT9t3XqP[`6C1DY^jT>q=zBC _şKFb4O]'8[e)b^~LvGb@gHJ{,e3D9Vg{<%nnXק1eY0QE$^Jd
+|1d!XLU[*D[uhU l>6]4YieHxueq|u)ӸmzpYjr{:ey|P%?^%) L= !rs3e p{M>sy<;w)R]W%R!U#'lo!M6v(f"nqf.ٓyNXyI1T}Dezz^O\qnr jZFrc*Vb4Ʉ0G2'*:8>|Bl߲Tz_J)<<?ul Hi͞D>k۰hu29!bVe%D̬wBLo
+~mp~</t2RTζ^F`+/M4l]X!m+
+tīX@,f
+-uSLh=zؽ +ڤ}Jmuvϝ`s[}``}^)uzMg(NUKVlZ
+IdY782/rKd/;T]Ƴ&KQ"kpًbr"%e-hl;\y̸g>ieԀm
+ǦLV$v$xp#;ؘэ;c;;k*?n~`D`|j,']bvu]b\>LgG@J@N_@~%]!HB4ъz#o`3!^$;8Q_na?(|RkiGZ2 r\ҧx.`%q=}
+"7UHYRwB2*.> @C$o&┆sǓ415!mpkp# cu3SH?YDb6Y|U(AH%
+|;a [?|<Ixт T&uuW,Q(1iq11=4 )y?:=I,zL2>N|UzBaGK,kHH"/zoG1ou:&W^[B ۉ>lqg
+yp'
+핆io٘Dը"p
+9Y<^vؒpL߹Uu/Wff\C}XHuY;.ڎ ˥5a< 0rs2B-q,cx_N~c\SWBU{nm~ G6Fis܎=M}A0)z̒~ `9ZYHI ڐFH^1HHoJ=j7> /[[&v=Kx#XvcТ]7HӬ3(f5PW82Yx2&4ʭjxS =%,.VJcH^Tz(M.LﳛqG Xk%̙΍W&Eg(ڂcE&Bە%,bD[0 Μ~֛T^JM| vQ}>\7~ uDM~
+gxf4*5S\,aM.iy Rيj
+@I-g?a^L;̟Y͒?66"5 95 jpS;M}a
+1͡ }&$QX yۣ~l <Gq ʑt\
+ۣOϪ`@ ^ui4,Y?R0 'cxq{0gJZjڗmYWV v2D)*{-9,>ChKLµ>]<Ga%ؙSUÁ'lK$Ӈj^;k͈غ-%.ѦWh8UN{5dѡ?f^c !\IֵIhsH9K
+ qbjY))տ܋=3]$[/BF>
+689LQ{V0S]d۫3~ts0+\h\SKQlAHfZQp!MR>u-Ӯ͇&r-BYPj
+R
+gdqh$z(1~9J=%O-
+йD(黒b^OWV</p[o؀Z >_yQ5~:N?78o8hF*,J@ VXʌ1hW>"ږ]nqL2A#EB42~'LzLJjřE$>]8,hr1y5<8£k9 xFpK틧^RqЮ#[WAbSyl<d.^ d,,gOf^_K߬G*>[vRWrlHnv (q
+gRD=afF\l 9T%'6e6HiO
+d>,xȡfC5æ(t&ܾӏr|`[K$'<趆JfcL~6iicҋ6 ]V,y"0ѩ+`
+iuxp#{Q'B߰\,Z ?OgKs.4vqPN!)rfW #⨒R?ePbAP?m:Pizk;&Jӂ<}W?s7#$bf"<+3V0jZ|X{sxcj7~ڗI `5xbIIؼ(F?`"_Gi2Hì{J+\ko0_.(!57_=jH1R=olʺ91ћ0:iL!0*?^b{uf `RVէV84,\GN#b"
+5 1f
+~.sI
+<o0Ѝ"P>NPӔf7WGv}^(6s?sV|Zv7rܛwEg~qJ1K!cG f
+SDeZ]_|w>|M6R+DՑQ[+CGѓ+O}m ni+45Lj߅QS`8{vJǣ]Ĥ=oϣwV턚2$
+a$KoEXLhVGYJP)Fբ51Ov! OD Md_{cˈ{8]eo ;ӤXo8WfhWoBo|oQPsKm..mRF2*ަz>aKCH;P<sɕ ba0]&RkFHa4b ˷Zi/GJ\t|:2tm0б
+vP%Ϋ
+M<7>.𻝟 l*x, #!PG)ރL͋j.İ"h̥GQKΙnP&ҡ>[ gѩZ~L\sp4קNHmGeVKeBvfQhZ\$BI;V+֏">!klEJcṢ_clF,Y=zɵ1ˁރ'ܴ!~ N94ScdXn1MBy켅}SVj=~&~%*uߞwfUQs}I& >b^`t.r^Go
+gu[IӧTaߩvKYok6hAeI]oKٽQBC4-LхTWfW.M+[X>`K~aĠ G̕Ƥ fGp*eHe+^kINqx%u*'#vO?m-DtrR͓+J̮(Y0 F9*(v!dwM kiDdDGSS,iӉ1CЪI72x"C}@' FيL^y26aڲv(:RȤՏnEߌe/|J!%F="~[bDÅтjc%р8&3kLΡw-vz=s7  .ʼn
+HS39>t]Rgr8x4ڲgy~XNMSL bQIQG(3N=]j!-f6p.mi H
+E|~]@bNR KC;v=yY^~ޏ;Ʉ+U.s7RErnoǶj"R̗5No\.ghmk9ZQe|e(0G*OC;:E-aK\b, @G2ä?b4Qt&(S7My?#oXNE*m(ţͽ! TոYa.us
+<ҊAH^HLkMf]Q<m"b}!8ɋeWǎp>rXYLc$ c)-wV Cr_ ~HQa=e/CwJzQ;aalٱ*mT*Gaڽ·w]±’Y~zƼ_?EȞ]V uh6.mp>WD
+5t֘Ua]Br-*4瓺Pm,t\Ոm|om}XkixyN]AF&o[K%NOv)YV(g7Aru۴HǛ/XN~𹂃>9*l&wٌk]*}P9[lWlKk4hX)O;^Tn+d)~mVstOX5Hmw#I6K@0kQܲG9_**"n,y[4&^E߸@tӯgʼn b(Jt/a3whەQl 9mEG[w:PѫjNPxmvU-Ox ש oך9 Yt781/AVP@Eעyέ3*{׻5\n5%Ms Ő9q¦`l]*fW owͩn^+1
+Ah-Ѣ%
+0cOyLj;9toxǥWs?ɟOGʜH+048s5e?Qķvo^9{œ D A5TK$#T?1ar&\_I瀘u.!e13>ܛg篇=W 1GsR3 5c?/jhJkeR
+NTxp<iy`YM٣*LNƖ/ .|UX޳!\*N
+INC2mȶTAeMܘ"o^"9_)U^ִ̾d[zBi
+kjZ]d}n@44m& P#:r5)X-[̩IȒ-c io);x)i..-0azUqZFA1ꠕs⚬~Q8ӃrLԉɛ"aon?>=bbV}9Kv)=l/tpQdރU;5Yڑ'pSV N~Lf/FjH$'N5wDpMv>%(~XKf? Uj$"^ qYג& Խ)4tޛu=Ut|@w<+JzyXۂ7z>R馲kjA#~-i0IClr/sJޮDCMS/T6ghؚe˄ 6|,ժg$ɻ-c
+uJfbO-;$QA\L-)ѲBgf>_TY4^˴~vo*1zT,vQYXV7`grP;~y=05Dj%YLhnW
+Tq791SM+JMےFx* )f_ݺT4Vsq Snn :[IvC90!q6y\*o"w#pyz ZsD
++LI8:+jm=_$!r+pwk|`4J^z.J\^)HMPipu:C6æcș˒6ǮRp1Q;3 _$'ˉ,S=TK3p ܄mЅ!T<725ec)ؓ5&X\ҷ>&RhFu/Qg(,WYė(^Wi$܉ ˄wн_ķq@⢆nmX8so' I5|% CÉsZ(-xӢA!GM RikTgkOw Q. c(X-L;|oYQἅ;o_V6Q֖D¥z3}p%e@v<_ۋZ?nWÄ4z%vSRŅIaXpB?l+]F:a6<>xUZt5Y(}mkT]_%&bLw{~rY3APLYF2F#RYfbu#Zӧ_m&-6
+
+zY weqN3|1XOXOu;%(~o9* r;%unp
+, &Q |S&'}ӒD;k_9{H@D8x z&&Di^ӝ)S {Үa9ֳ­_ %YT D: $a kyzeKUy YF#3
+JXtv3B4a4V[wNRlz@".e)'skyM~Pz9PNgMV<Ainz]krodJ C4ʼn;eWGZ<)~
+\ q{Z
+Ilh{\' ;.-Ҷx=O"4((ZNzfd:}?0UE`˲*.7mS!??$
+WZ>2 p5Dv(>Wj+c$ t> ^w,'K`vػN+Bz>`D.{Qցv~FMjKp师퍲-4thMf6q?z朊#;#21Ƕmb󌜉2Vw~f.'C0h>j<Ty!lkޤ ߬T?`S#Ċrvo!QSO96VdRH{է%잭r \IHN,2iN򴷐(NsW%#^f j,&ٽM:X
+^''(_Ԗ'#.R\s\%pZ#bkS=LQM xo" 2>WbX*V& K>zY$GX4_OO1uPUڐÎ|QW֊͸C+6.@ Ox%CU:)bd/sat$毈]t*_J)ϗ_J>Yc>ۧ~"dJ1h
+vqg!@ķuF\őoU$+۽-CԒOpqژpF+ 6}BhrHЏ􍥈*d@quZ>ه<tMT=ܛ)OUV>ˣqy~Ӛ͇yAM9?նENg6npC#:I]{dN> O_RI81 k(Ba!t{$dfϩ+<;  _}Ypg̓ɐ w,¶ y{xXvYi0ʪ#5-^UI .UKAyI\װxzca1kj%ZS'](mF@0peОB v P%xi_MnA݊$_#6<v3Op?* 'J|sY3(U} T8tW:
+swC@: aUlF%+0 L{apz@ʊ{ZOr`%+mS\uVt_O WZlγ pUNP&xnQ_0#w NT]P":P6HRh>(ݨ~kUv} tPGqR1U 9iR
+")PT `#ZFkr:Te33K;`sK?#ɇ%i/K}JِVkYFN 43g]%ջ[uHY HIu$ȝ˩r\r[D^eh7}yh
+0RcFIJ*j i(YE t94P> A1",b#TsA\ⱈe7tH64l]&s^UT*j*g& tY\D"Z(hVYbG-oFeqwWTC%= ׎坤q:HsEzD(U֌<'yj*g(# w"S[#ioE#.&Bq|o?8 z.qpYeBNCt@DJx(0Wcf RQsf7̻eU|'AD#N2kV-q`W:PNUxp a})"a}Bdn
+(N~&4&(27LS84vbQ0O T:?ѥګ9kQzL ]4#1cu WG8
+i Ilm[ ; ||6B{v߲9.{ Si-y.X-rT_NQG䮀&
+,!G0sEaQXe-WrT=M끐B {o :߉ɯ 1ͧ8#LOD@Y b]2eGĎ$8B
+K]cA]كS'Е<Jۜ T-U >1aR(:^~ywۏAu8ѶUշ!knXssbgn$q_pzW34sHgd >[lU`I Β9I\`W@*RU%`"z>ORv]]SR4FMϤYˬ8:):,Yi?_kiE)ΕZKm x]z`䘏M%(L(vr4mb: _jǻ`bk;(" Kk"pJ/8La $Vc(%XB:R id*6K4zOXQ[L+׿7`ڵ 8hPCGe6]LdQ#&l z}b2 vpP%S
+k(<SżP+dòGa%㢿4JH^Q2P)h7
+HuZbTo.VNXn{jN8[@q=n<'[姲k!)ґF _[{~ap ]k<=&n,-Է= 1C bhGоhdsYH` ܚ\7@bFn^y^9ͣxط;
+4h}՝F5ȼIL#|Pjrhi_b@Z1VK%{9. ƵLxYɵF_۲8;hC-%q,o*9v%ca}aYUB(Jo(C]&YeuVm4gQCəȭXm)"͟p/#lōPQ#,%?.32%"pAoYR0D5fӌsUT3'lk--{,ܸk G=,@q8.TiNmg#h3d& L)nZ}mif iV[P{!wE.Pw.͢-L;-]`l9Е+vnUCFTojHzbHp| L~7
+dAC`X"@e oT
+GJ*rInKXsY s:ԁal'&6ehԁbK,XZW=]Oc*CaT 5"t w
+ӹNäl=M}-Xk3Bcńz) h7nri:)THpq})#xr>lx=aDHedE(k#lg_-WZZ
+.+ Nc1:h<拟i՛FN#d&Y)Ƿr!)DRxֿw4՗}:V|宖[Q&3u &y
+~p[]I^7-nmw1l] CG$(hb?)լGy |}^h,c<Q|W&%O_U*-
+o:4+?ԋ)ȟ[`zhKeᯰ5Evζr;^?wh{`KUr|Q"9St !"x#g,kIu*Zc{ќGh$5 5
+< @WgKlm%Ez(@{xG䝢'd9/ueؤYbv/P6XxVRaua9#ua`oP!鴊&sph([)5YCb!:jU~JXʚ7(r N-oB K4 ĸџ˹.;sI@`E[EPS=3xc߅Y5tO} ~Tv  M~yI
+SmW^ztzmQboN "- TE0՝%lL
+^3kg+W-\$i|
+n7󣒕##; &?6˭-E ]CQ7UmnfdOjd2%ŀ3HQ xm(8WBg7D)nZ,mq-g6nDfU$ad"gMEΘ \uc (b
+c˜YK+5eIPF.I%, 3nYR犐ۭ䄑 ?{ᇢIV$g'ޓ䢈Q%XRF1uAGXr@=9
+,+R_
+K}KS^d<wk9גl|^k *Q\y^b,d@%%`sgl_fL`I'&{<6ɜe4aK_0?cG̬B:.6߲ H:B-H6w~2" :gZb8ÅLx: *& CNqaO'MƂJ-a3 <Ayz
+V8+nR|{WߌōJܙCZڋGl\wͳU
+I ixX!7Hi&U`ZmE6K {u|DGUk3̊aiT!?kkmLƏWqXU!v,Ov(9?ʄb]Gq[U.*ElptYxLqQud]Ab`1lo5 jLPyKABFLNYVA3jKd$;;ߣ/MkxhhM?/1 48jCԦ<go/];l^nm8iWK(%])PD)EΔed5&L94_4iw2Ϝv
+'=cNZ)rW)!: O=F4/SW+ECDx{-䉘3=tDX64H,!6d$'l~ٸ#KM}tQUcLt1W\>cŇ [ 01!^o^m&eD[f2yK<;46DxiΦelU4.[y<͵
+/Rvdz{i ! 7g].E?Cܝ;L(O-Us)ÞdMR =7Y:6H*P`0[ G7@>\ҙ
+kc(FhK)ɊHis[}FG{wx[BMhLfG%rT,H5NA@I:1Ǽ\CDSs1ザ&"o-):*eg][2 uoAs( fs M'b!"ѹpwE28@h "pMɹ&UPIB%^5y?"5:oxGsgk^c:F;ZZ0x /jn 1OAab
+z>~wB_Jgϒ+P} ld(&:CCgm$:BeqKK>UFrz`<]b"g~{0;2M~\"18&p>>{؀ Ua:eڴ(磀pKsjY
+br`e
+Qo
+ڬF6 [Nn)l: =OF<4l`a,ɞ!&O\4~RuD]5.UKb,>Z7f
+
+zL\ObMz )~AVXۺE5U& I
+yhV*
+צ -P7R8c Jƴ, n Ht Dzfi#~^wtVE?@"3ˌɻz ˫ː:ī2tg~6-(˜ƌ6#\|,F1o(h<L0`63zeT
+ )
+x
+ػ8iS͗fq `ܶ^o~r۷U[/j :c Ǽ#J9aBh{RdNX$ܮO%[B!G3G 2]{]6p cj')1.`7Q]5/l]-J֫ z1c7ЮMB 6XT5m2~[#nZ7A&Y}nB,/gb۫_V
+{ʼngVs`W54&C^΃<$e^xB{hAN}]a-deh2 o|LӪou4$TO+' QYI|YgeqOO\Os1aϢ(մG[Al95]5 s@i͐v ")A9?Sʷ⿂2 o5\Ιa KCSf@?>ב); Q{r Ŗ '4Ã
+~cY-:lNX4xe c>{B
+uuI{~1 CꝮA/ފ k@+& RSQ#|'BF0[`RNҳ72֭
+WZ
+sk|`XA
+zbnjh_>Wڜ]5j+9P0`b~>7v8\y7(p׀F7{ 4yb†i"栫MMߏ%t(3Ȏڙ6>+ˀ͸VCLu$~4")ӍAb{vO-Vit|"
+i`/!c8
+6X(W_'A!J
+\v8iN8qDrqA^YZTu o02\b>'d4-O;2D'0,([be9sL>p
+8">K*N(MAy鰘9ԱMi9NGSS@l툺s˞KS˲
+C;,a<:|b{[wez9 sF](7 $X^ux?'Đ[?DK9ڪjki(c so5<}6Rsp91
+,*̄ r0Y/o܀0<>RYTd#iXPcl6a$"Q`
+u2=ȬLv <f ǒ [w'uZE8oE|+lf^n"vl*Wd[b~ gZXFs'|Ȋ-.=*2rW.ȎnY>ZO5~lx)V@؍M&xCLm
+4
+Yҭ}lÑ5c58VHJ+lj#vBptү4>,ԮzJ ' JEq/4*&ú
+
+#?6>,yˉua!H_udIb(H*==dH΄{Lqߺ6eeCCłٟHH|<w4aWg^kɳَo+\ʃ$!z2;^Lk+
+[ W:C{*ۈjjqA2~78ˬ5@G+jp dG#: .Պ"5 s|@@MUb{9&G "DN0$Al_8B|
+endstream
+endobj
+420 0 obj
+/IAUXPH+LMMono8-Regular
+endobj
+398 0 obj
+<<
+/Type /FontDescriptor
+/FontName /IAUXPH+LMMono8-Regular
+/Flags 4
+/FontBBox [-456 -320 743 1014]
+/Ascent 1014
+/CapHeight 1014
+/Descent -320
+/ItalicAngle 0
+/StemV 76
+/CharSet (/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/a/ampersand/asciicircum/asciitilde/asterisk/at/b/backslash/bar/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/dollar/e/eacute/egrave/eight/equal/exclam/f/five/four/g/greater/h/hyphen/i/idieresis/j/k/l/m/n/nine/numbersign/o/one/p/parenleft/parenright/percent/period/plus/q/question/quotedbl/quoteleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
+/FontFile 1916 0 R
+>>
+endobj
+1917 0 obj
+<<
+/Length1 3107
+/Length2 30150
+/Length3 0
+/Length 31876
+/Filter /FlateDecode
+>>
+stream
+xڴuT[Jww.MHlACn~GϹ;O5׳w1&W`
+sQA%\
+0uv6Bb77<@Ͽ
+WS_~'7SUogl`A,WGXڸQg[p&`կ r~GfENJ[qk92E
+VZ
+@A$_[93 XGO̫4
+εBXy6g;,% ⥙Hן?pbMĖL>9b1id_VGm߮1^AS:!|˽5\K).h:"Uc'sPp*Y{q_ac
+M!Љ* iE?R wՈ̐[zt($eie\R %%٦S xϹ#s?J1HUzYt5P52ҁ]:]C <EwŠ0M蕂 ;Qos#=7(R Z=`l<I_Ds0Vq9r/qFEBI -c\
+Z]\]P) åH74I6O ~W>YATSg=)i9_69e2n3(kpC'1_# t$9Wo WxhW/WGÅ5zlVAџsڍub ыq6+g׌w){ x"͞u6&7ɾ^ rf!)t
+ hA/PWY-Sw}0~6],. I]U`Z\D/lX6nnec҆"ov,m!PH2HBu8J,'$%ĔCBp9?
+ jbphi;6_uZNO:v? t;;f
+ NkvkzdDٕ7 `jfe]v0<F+בyٶc8@5G@2sgA {nn:\> ~9
+$A3R…P:O9[L3ò{&E(Ii6MpyDޞ-yW\m<jZP.$}D%5Hu} D^p'DCl8ZЩ7E0r|•T8exIvZgҳNހD4ߜW^{& Tͫ>DSΛ]&'3b?S*؂j|c*^Gd` Y]uEs@yg+K[,fԚU[!M)͙ zr @I*%hyiU}dU!սvZfzVoݼ,Cqطz_e0b, QVPgIqeP*(ފlo0\m08qJf"d̸Eu<U|Z ,yc4`ft'9]HPH{ӫ/m崮,'jm*CMў_5>,fI)y"ZzFﱿO7
+V"v4FJ/G?,.\WuAkN_ckk ɍZ~GÛ>
+Fz{;尘&nţo?uI&ЛG֡:D:XZZV2PmŜ4
+|
+r>=:Goo㛊
+vmn8(Ñov<h٩iwl[gTg~*Lq+=ʠJNZzg z=e&.b'FNƶo&R ^yg#j8'M{@I͋m&*B^}]ۺD83F^/\o:OH +̸\Cday1p|opt4CtW|wEZ|FwA?yt,m"J$V|.u
+csm&t~=+Ė裲7[<͛n'&AK'c
+:e2aa8YOidS3|mx1X;YC$Kb7M
+;lU{QQCL:goVYT>mV/%: ]$,q(;&'7֌/'Mg|!ʉ"+e2jθ[0Nw2"Bvb=hy>ܗ
+z!jߝ.̳ø)3n]@;?˼5=y!|>O~FI%_MΑhZ!jjc i<]ъJ8{EYgzksʕyI6׉*ƲV>[LIj.a+T\WtR
+cu:!q1
+#(Hw
+k'z$*t1Tpc03Uo섘*i+n(YUX8n! FT&@ҙ
+B9X}Ghi.έS5DKRcX]>VXG:1׌)`iT\*UF2껗8c fͥ!
+bs!f
+Pg5Cǵs[Vn8]BRtK4rA%[~EA k4>qv WmK:+ŘH]P-.LuZcFSR׷óL%v[fhUvmۇ]iSŊ[vl։Vef&|7H\#?Z6Kb9=6xȣrci$
+Amh#[G>_k쵵r2W3F1ꋛ+v.bּJ,99Y&Js*nAf+?1N\/qu`Ef\<YįpZυ п03>J[0sFA|Ygf4`MGsA0miD~`.CҖUȣ5G?qp{iO1ùnh6jO0ߵоK{ p4#` p$Nz uB
+KSW,$K-ΖwFLF&˿xr135s"dcѶGG|o$"󚜿δ3plmh۴mCkGLDh1<̥x^S
+c+Y6ZOۉ2Y̼u:s}#r6LVI] (!#UiX efIx& ,-q_Qh-DZ"ȸ͠[)RΪ-7|ȋ?Ծ#A;˟a2-ybN.4&lUV3y`iSS1dY6?IƟv4J2k"p@JM :ɲ` /QE~&}A^J\.{I|&n(<+b͚^I]қڴ),)is Vx^=#jRO05%/p?XmibY?6JRJYt },$bZ,MP#@EKlL鷈1eCjKm^b?'w<hо:J?Dޢn%{U0MU27L2Ͱw֖8))\+Aו^qxr|џݒh|2M"VcxqL[9ϾxWYSnJW/JY_5K:3s)X_3*PWE.tj.Kbջo24TVRjUcB)2C%0@}UVٽGd`V Z\хaS_qR~T
+r4c-fiEGR̲>@6љLݘz saΑ5A)UyG9X[oIbQl7~\ݫcQs)}mVa Z{L"\d*fx;b𓕥-`
+0
+oM\Jޓ7?UMUY@Vȣ@ DFj"^
+rn4k+EU) g%=*kSBq_asB)ʘwd7 Mɛ$ ^
+=7<3ݲBxiC Cʌkȑ_ 4cX@D&bqq{rCm.H˘5d1<ZSқtl#O<9|j&ń 4M:D\A)~$rizU.6\SulYμ zapkoIg
+2C~w38;,dwQj[v,; !3V&0U1,1_#o $0{9E&Y )n=3{) ]]8 `R|QNEqe`gֹ~])"-(C( ,p>)u Si&e!:=f6;v`patci.p08d{ ~3v"-mFE-wTO3kOĹ]!4G c@/0HS}cXҋw)/м6X*&<6{8G#2NЎG3gaר%x{
+AOrY"xa9JR~*B0&M^;% y٣Ć u3@xmBV'7Dax{X.BQ!hkWN_%5`8*;jχ׿.Z
+ S{
+UŰ@Fan*aG."+a](Mڛ/,Y7s(#R@G>rAek_2"0_^A| -@,3Kw7Z+N.Aиc+ +T2,N R"cTt{-K;WJQk
+<* U`Dy ,4Q0x1 QkAvϱ e.vQd a#T9gLCwOE"*r?Py1ܯRe':kh8t3Ag\CFΉ!`ҪlM /0<L^H0M w2)wYeu/3la-gwByzW{4iflfҬ>C>aC|!u
+abnDS R'q}W_?(yQlm@X5q@k[+>۪w)yFHשgw&өn"yVxλ{,lAI*x֤w:R@Ք{s+9ˇ'y2&C ;v~i-V*hE
+hm(-*.
+&.1Z FIsWR΋u+^ߢBfvv]ibw#baǹ~2 Jnf <SvgΩ|dotsQʟ8v"vX.9p3% >
+^w!,wϝsPͽg`酵d /
+J6ltN ǯw\DSN~ $F_C_UczJ9(^dfQp.ZJ- W y7dē:Ʀ2FMk@JCUF0lȲ*Uubod,toQIǷy%i͛tECT0d#YdD q-
+s8/3 JNf7V42tʄ\Dl3S6/v v6jrtNm"XZdy`h.xs*Kܶ-?1p(9Wg_mC6n}hvOM#H{^pi`7a¶GndkhJGZQ*c4i×L}wsՋ+TYMܦW-XꇏVJ!+£\&?# 68;3Pr)
+ خ6wEOp`8z1BQDgBgM;pS6`*=2!=3?+
+h[#Zj'*trԅϊ
+
+gJhJ0S{+q)ҦzN
+;yf
+P-/cҎr#[1F/\Ln(Ýhhf.^ .*{5n059unC:2\C+B$͡d )D]_\Q:Z'*Ʌ>fH8_ M]P To
+
+`'OL.Su+v\%]S/}VX.!& Μ5Y[ҶwuVigB
+$!D6BdҠ7ުkP#a,Ą w1SnQй ye}g>Lm|VRh0>5+ iiTp'v!2v:
+3'#8mr>x f'#zjckɲ[n(ʻ0m`V:n`ú}X{nELA"x,,DbsGdd߶GFj
+nb^
+g|К-E՝lZo?*
+O8/z:x#҄X#^sv)ѹq^0R[#r^O!#s%xoE*VR!,
+<5q4@AZAVɂ[Y'p66 I<׎(A2̒/IN~ݢ5^7LfPt~TͤGφdfBڭȊB}?u\6Te7[OD*'>slͥXv~ :leԙkؔن] S-֓;q.]*j?)H
+ܹT4кlOܬꀆN5ڌ^wAcQ0.wٷVZL1MvamtoKI W1mRe3b
+ Oak7K5cRes abdfztr}"JOd0TYKd; *G
+kB2VV:k%]#S9gN='IuxbsJr!7*;{?e':"LQsbLnRI( {`A4YOcڍ˜ WC A)y9_n<60W>cأYb#ުK'؏T]_ebikg6+w $u3&
+$ PKeqNyTF `u}T?_LLX =X;tkç[R+rp6\--()8YY)څo[/
+Շ^HMOwkdT\"\=W˝=](S:eaۜL[[B=(/|(9+A,q]Y!Dxے0!)!C
+@,LkK/'U|]qˍPV^(aw0 
+>GjͱRO'F=/_fcUsϢc4ǐ}tt7zyEЇLxѿ.42p< v{ :zrrOFg"^kۗ[g%98sWǷ<3@fNDGvhVk>}QZ<&hb ([{+{)!4 ^N4\3P'퉹Alb8`,W$;vY7]76ǭ 4[3# .pmX9:×{1v|A:w#x>;d2\=+.s 5TZ]&-ŌrTﱬ[5ޢV]([VQT1UTtv*qԨSP0(B8eVAʀƷW;P򡳏N !׵/h!f>q.YkUBt9D[kߞml_j= RY §"IdꇮM+7,-tH!YTUܬ$ 9J(sB@|FVÁ0>?*TdˆE{ ;WngaSR#rߥC:&T{KM+<rv5c29тg66$
+6g]a~!v̢gXׂ; ãDy2:1C+n*~8Φb~J'^8+PR}p$ul7hNW?f9RlhSR2uRPn
+WRQ&$#1zm;}yE] rvݝǠ> ,O" s{ ;x-D;@I[g
+[c&fegl(r;
+:]7Y
+Cb56M|yԋ;ю
+8+\yg# ѡ3=tSS#ɑ;9Lg'uG\Ah2y9oLs:W<X*ELFM]їe-rQB*
+5n zt"w+Hc^ԄnoHdƜX Uηg`=j|5Gڒ#OqDH3RKE06.>n~Ũ`71.yY2IKL]Dc=0 U;UV.~Q_H쉌DQBzQeD6ir92 z0S2Y&*עj$,*SIϾI49'RޑJK8MJ-'d
+7 [_PJ<3c4ch
+A乢!M0̞:V!Y^y[r׵еn
+>$˖E
+ s
+ &O7Yݡ9DM-2eM2
+zGUNZĪ_lx ÿ{VNz-v'U4ʺS6bqiEl*F8稱wVYyGF);-ӄ=N]5<ޮ!y0p!kPxOǪuGad0uL*+@U$Jh#uQBsDϘGr/޺VOR_:y~uی9eK /u4Jه>:6W3m݊ Pa
+Ok/r$T^*Av7V_hx7MVS
+?H.Jd4; ,b#&tϼO "oM'ewg-﷓)i,b︛`C>r0_cMOxJ-B7vBøԄƄAvH` W o4uu[Ab!۽4 VIAG#U*AP
+SiE)I4G A ٍe8ҕ>kyLXfڃd(i
+(~gΖ=Pԧdho$ kTA~9;}Ji!&lm?۵U
+ Wd6&_9 ^x| N3 vg8ǛܽȺи;ȃB|RM5:2mΙNp^wt
+df%M8Oc}#: Y9+~?՝|nj+_`V -񡜭O4.Z#j'?((R9'(y |{ n>u E~}!UZ%qH"]fa`JS\d0%>AXG8Yhmظ>̽7
+줌Xz^< 7u0&ބʖ5A
+ gAmy:MqŎdLv8 s66Jd%Ǩ5oPڡ a9Ѕ ZFm"v"N|e7tpȆ$Z77lc۩FLXg[_%Uo%+%ܣ]Y3&/m{S cD%F{R3"<J%"`A)Q_hgR~Sj +hMA`
+2TRz|3ƿ K|J)jv_xï;Q9iZ2^I_Z aǑeCB<o 3<;R
+Ƌm{WX}:a/=6]vzSbn]rS"L?\%Î~! ȵNVےo`)K
+ͺ ]NǷ29KBgt%bdk 1{Κz{aMu 2FOj8T%=ڵ*{! v;BylA9"vv
+{O!jwINLGȃ^vt e[=
+>5k9=GmsE޵H7'Q;8i‡9\rݱ (.;[Pkg@VIm
+q9--F0D)b]Z,/EgJZ˖?LjsEsItVr{;b"FZ0u~`DZ0!7uX_?D;H!9B_~l<
+`ؼ5~2O0iAÜ8|ZY;Psn|>:Xv~EtOz( ;4\h;՞#g6PhsFK/p'bSpapx"|s`n;6,ʇ<ՎAeo{5.$` Zg,0`="қK;Vba@LWh14,hXFB\95!БdqsDJL"vaoPOݒc)ȷΏ rvR(W. nF@;~XK~ V6KlD`vc'8_y bls3o^HTM*m&:Z<1 -Ԇ%1暨SFlq! 1Ji <wp 3F`=R5?FU m3i-Jו#._&]jHpwqKʌ+&yϑ?SH4-ӢR [ZNZYDKQ NjӪo$ɇz1/u1 zITб"ASծ,:ETiNslɰ9`o
+S :qGhҜc ,R}O?l/XHٮ۫4&D3?C0RBJ6Y%c˸o>aCwDe]ō;H =-l[5<K`LZ`ĥͶUb[YbT])'q~(]ðN-s6W|!
+v햯ܱ.o mxa&G\1c|_H8)1*5XWOlX9&˳mIXFbv.B4mA p24Pަ[}c>
+4#ND Si_e{a@?$ڭJB\F}YQcc~K߃_9%,o\珟KGzeɓQ"Ub9;AD|VdsizTO**e1MO W,Pc[_NrBA D9@TSL ci?f;Adφ8}&l±7<r* l
+NHlt{
+`LFJv{ȸS79n
+ŝ)|M &_pvH:DW9#'?8^Hn{ߊy5`ʶ
+#`W#DYI8)[%=i##QVg
+=@cW9ZC#R0hq
+aE?䇍*ݯ?XWu7eD?Kxoe)("/qZtQ:U}
+ѯO97{xOf>߫=ʯF^X]q5R(\b^pH^(F <Bfww(wM&e2()!]
+e-5`LVOܾaֽwЫ1drqS*XًT;P}ٔ<q"8|Ҝqs~Dtlq[|j3Yt/֕A,6y8`{`ڠAo&Y<B,h[MF$툅Re_%r+Q~|:e 0} fKG4dk]Y<Lm5:!R(@pQO/<利|)pSJƜY9Gmt Ɣm 4B$%39hy#ZV׼b-
+~31Ƙ0`'Lw/#\!d7\ j i@dZqg
+Qo闷'Y .]5:
+`=9|Iˤ\cSϩ?HTF[»2Tw+dI`t)T.nYn.丱kǛ#'U.&t+ŮFuX`I Y_RRQH.j땘 .zI*L_x];N4'SeVO@l2m0v<çHݫ#XAgk%,Ws("5='RWw~ɴ0إL|xD> ]dȫOU
+;®\M%znww;zFշ(lϖ}}IB|ut0X2nc@rF= ~1S_f+jǝ~sُo+[YN㶴sz's%L59K#H<hC5i1Kxgl҅KsR<F4!HܦIQ1==AI.VD[fK?x^fu ZZae?){oa5w:cx_bFH]l3yw6,c# aژb&U]^h`}XvM7}?їDbUjwDӫ(JղRώr[Rr;yp-BEf5pҍMNcyfh5
+@-o
+*J|a,M-'U5۽.IYm"Lls5A~<ţM&ilx9C 0G9NST[ʙ
+
+@QH)yrW1@y
+K1R."g0MhefG'[QVj@"cR<l։=˗BXz敹C+ĥCAwl;-9guY]vc!KK|埊IHvk[)h3z\Af?\@u̘eՒH
+~$_w[U>fX3MoV<O~i~g1$Cf9ԫK#i
+Kې8Aތe6͙gm!]1_6;dGFl_fZ)*C*eeA8os]Up(
+#GF<5 5fxTt.J#-0KL!i5d"EjL!Vπ$O敨n`5.(|$sLh|rro(L%0Ѻ+"7u5=^7h MjЄMV*: CLr6KSvgw3$I~$cO h mɮ݁7yήd4 J.k94`S
+~"AcN4E@x"Ȧ
+gT?I4AeNRo^
+ݾ2EWE,e|'#IqIN]p0U
+rHPf( L' tժؠb8~mr9U
+@gwFNmW1e]+Jpl#HbFw5d#{Ar
+y3gI|bѿI׸UAR~RV1hݳ ;؟͑++v54,-dۃkY*wD+_0 )\v=2ڏ;YUoM?DI/7Z^GE$Y}ϠVKAL]f| mM"T 6$p{[TKz;qmf?&hyإӤSæ;5&Ȅ%Gμwv#Z esb菬L^F/H"'9~p'B(
+,vLԗ
+MOgoK̾~ӫ
+7L*!̼f7{`aoEqwZ̞1WmoNG>n{9W)r?D4/#55`5fsH9R@J<?:\=0lBsU';vEYf/iPU%<Sるnz@CS7v[DGu`9W
+endstream
+endobj
+1918 0 obj
+<<
+/Type /FontDescriptor
+/FontName /CCOBVT+LMMono9-Regular
+/Flags 4
+/FontBBox [-451 -318 734 1016]
+/Ascent 600
+/CapHeight 600
+/Descent -222
+/ItalicAngle 0
+/StemV 74
+/XHeight 431
+/CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/Z/a/ampersand/asciicircum/asciitilde/asterisk/at/b/backslash/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/dollar/e/eight/equal/exclam/f/five/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/numbersign/o/one/p/parenleft/parenright/percent/period/q/quotedbl/quoteleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/v/w/x/y/z/zero)
+/FontFile 1917 0 R
+>>
+endobj
+1919 0 obj
+<<
+/Length1 1804
+/Length2 11372
+/Length3 0
+/Length 12557
+/Filter /FlateDecode
+>>
+stream
+xڵeX[[5Lkq
+܊;I 8-݊SK><ʕ>֘cdQ)0
+B#+ @N^0J;YL
+@B_
+5P;0ٿ`sHR"
+u-`gdO@
+loM2LL
++
+7
+ qf Mm ;G$P3:
+_ݥf
+00+@^@., Gkk# w V1W d/r*L,"oߓ@
+as(T_*ګM-hW17}Hx?y'+ ObwFE|-H8=N yr^.NR7m .GNgy->̯k:Y^DƟ3u4}r2D|Q9N놇чy@8DmY-4}?F?$ڍcڣ8wIuĺe4=ĢڌTJ'J>)C
+܎LnK1Pcڠhb!:^*!ڠ(~rP7/_D&~=<1^_߻ZY~x&s(׭
+]Vhv̖8S!|Tq'Rx&O'-6^
+5bz'#kC*U,8wqu$٧~(9EYtr_@D
+_t;Dh'x=c8[XU,a[>qY!Yhs8Bv,3~d&<i{j;mwc.ՋAhU]u#"x֏v FE=Bv)$K36n4ysKPl MPJKM$!ɯ0.k'OL
+{8J(GLX; GX#,9eˠPp̙ESгG%,N-0@# ,@gQY3'aNsy>?QRVգ;S޺i!|ut@zz6X=\pXc6'*P@)*۰O+>s4kg,UĴ g'49}|QɌ.ʹPM`_.5mINRNe[& '_X k(5sZqRX3ڲfi=f|Lvڛw3M#kp:.4ej<Iwܜp<F&Y
+ڌI
+0f=تؾ9]
+8ffEoi:HG?J
+,4HFi@[=Hn:2?Hvڲ/T)W> `WE Mc؍-h(SgL!|p dyo$|cCL{i},b f Ѩ5f
+ dG_1g?bNƭRǯ׋>oI)!]nj.fph,5H(!bֹA}r↻[ްڅ\֏)Q?)=%.4iD
+q sz`_ZA%KF )s9۾ȇǒ5鰸~vUF~.t,E$'M)\OKp֢qR4c-o>gkq.&ѤpT7H1'+*ĿS?{ "3&+;osgx.% ؘ=0bDCd\0 1[l$1J6~s4=J<G2c8 9 2ۛM[E PC[ H"7g2.MKlAgĕ sgRޞѠ/^Jk!ao!bآ#?MԖK~8ui *)-&+# (
+#s5ul㔎 t>kB4kfŌ]K3iF1+fU?!U??u1Tl9YLgBV%gC#B9, `xkN(,z4&s3fu*o]5
++q%6WDž b]zJdn`iF1N5iᤩnyy9[[fn~$եKFHI9Un/'-1)8piL*zwWb|6?9R
+k,]/ϋdwc:+ɼP%^K]e֎qVz*&t8z]za̭qUNGi%A{A&`}ѦK<cX~}
+tiS4h<DZϳ#HpvZ.
+o(t- <K"S@OB{IbzfNT.t|v43AX%|VE _y8)$M3gՆF
+5qkj?nFߢ0w6-aDVVߴkI,NT.k^&P:"!2Z"rgS9AuQ--M'k&G@-ɚ#(
+|na.l
+9r*ģZ1n`^U3|zB
+Et 1p PQ2~/4Dq<foߠ}
+7:Wd%#27ar-SbzM\}ݍey>cp2wѾ4]q
+oc@ȷW˛dY' \2v}k1YmP#љNMZJN"s8gG^n}tmD~78],n2iѠ\ݿ]&, 7RI~磹^*UV寔CzQg {Ы9id2vxR 0).Th%
+pϏi)v^2cb3EGjSYTL$8J-vPk^b|+,%pyׄL_)`mVL.jЃIp.>̀M23bv8VZIgoQG496>qJ7kpi]jmJcË́q^hF&?:[˯$4pl:d=Dώa*GnL)\5CZ8sԮ%8LM#Nǔ(42tjH-qCem
+s"z(zU.a6Gt}d̺ñǓٍ)T܇F#8zF֋i[J6`,//I
+~F?Jr湚U|mz俨ۤ G\W.+zWѸ gSq ?BVXŠΗp: +I<}T|CO|QtS(=d% {Jr*%FH<%jp;V#YՊ °E ej"aO:9p\z>& !T /rZVY5j1ƴr[Z+C;\tҙ УFȇ8!r$L"Sc!<Qo"lȁqL*MˑŻLUdL
+?~WAh<PE۫4WSO$W)n(ntܸ |8GArko%d<ȏycvB};&xJgszCXƟ~ٺ6NJ|i-[ى+mu;w^phrWvA*SLGL;:Z=i xa~Rqj/ Лg̴L4m%vUji!id68*tW2Y9 g[P&{=n?]L1OR\3OJ c*l)֒ѱK{ңS]|1ɢjxR.f%Rw!un:-Lak^ڲ60bocVDc̗#sѝRYzWh82xIc*{ZAF~pzۃ֐\Dž'k͙OmG$u׊Ko(83wOn&DRȿݞlk|Sp іюy bb za#G8ȉ8hO)tƞy>XpaEmSFfG(>u0\!&h y=޴KdyT<rE()ҥv8?ϭ#P%jRGKu4"H -oױ&ՎS@v9Hoh?/~J*&3C`m-:^C5L1qxnzx Ibl oDjWN<Jh]o| :wTƹL^;0=1unj
+t65|?lGxηBmg%度n:
+ӝ_cNm7X;Iqf񅝶V={l|Ʈ@[3a7늝f )?X<{
+YrPwMrMJ)q,?HX}ʌJt#c<z] BNNqYN9L#ƨc9)&l%Ay2}a_kՉê J'V (yϑY?b{o1I0tD'ffH 9 akجH(ikO^I>G=mVaݻ CMC0`D
+1
+]p9)@9DQ=<,wzHT(
+K 6qjs7(vd~*neg~c_[WdE\QA$?@5؟6~!~O}`
+<}5R>e9\9!'N|6#zWqlHGʓf@:Q~!4B?ڷzu`$YAlr1 VXDeK^ҼNͺkT)7ZFu3b؋2C6}$_3qZl%1ߒ<;iM_GOti`Zrb`>Z1mKC̞MJ~ހ0E3
+b5mM9&co+K@lAiP$j˶'ה#
+AeRO mBP:K9Oڍ/La_ZT\m6郃5#O6}l-VXΙ•,Kf] h]egA֝ZnE@G z_#
+G<s]sN}h7;jzh|V;MUJ_(q:z7eYˆ; -)CW yƎ᷊?~
+Z"6;|XDgYnt43q"Gg'3ԝiۍ
+
+'G"XKꚀ56M
+T#B'u1BpfR-T\Koէ~}TU6E/tH7I LTےg;T[]!&MjFvDJ|hu1CЫH4E%-ZO.s_yL9J$s>ZKQL&LA«N=%Q̌6t <rGXxecǴq BFS(p |ZG"x#vp`|֚}s>&qn-}#~GB_,t&ŹG%?plj\Qdim fǖGj}&X(svۅCx; OLDHv~MMo`u'dKN8f[ʍa4iߧl^ŤώQ/G^Ɣt`2\0tN6Ӄ_mSLq"Pm-(w`wwK~WT.*(4wi!whD8\)*vu3kXfgFP(*4]ܭUˣkKh\zi`  V`7Xlnh
+֓M]FRd[噳ϖܱ)n5 0:@ ꃝNuqe.Q6Z}F\|GafEeFVkhVp~qV>(!ۭx:qmEl~n{ֽ9wd ?~@؁.lvQ0޿"LNMk["ӡ7?(x0kBvK7̃zbb$P$iB u՞iܦȼ$,jn"zeaMՁ>緑Nם90=otEJ^3laM]&趩T} UY}}uť*\_c˱Yج\qx'T M]UF/:;ԣ\my,b M|U
+FE>lh*;jUa/䩄 Q;Ů @Y b"W&Q[wb8 L Q.d"hKU"Nˮ;-Fŷ6$a~5g\.yU $ODӘ\ZtN_fY5ڴ*DT2p aD
+PŸd,^Xjь8~b]:;*%ǐ1c$}Bp+W'7;&[9EBL3{[;x&}>Lbpj}3m^vfB2_-b-waX٢uByJ*=`~^)c)VPȿ_0#TG
+kvУow"0p%281#i=vT*r7g)`fT0^V4w[}v;xeoMoB!Ww8%JӜ% ~H#`5Ύ1=͎|aFGayMǥ.83Y74ޣbO K@btJˑNxL%7^gBo{#<d?@pdhtRݕPlKu|,w06+VbTx2>frO(|ś
+_|O}ǑwNPS~ Iׯ'&<nuW]`U_EbV.juo$M(8B{oM*҃ZBk`2y_ݜڣ ̲,lܕ$84fm+'j·o{m)7"kRׅl륆t;h
+/Wc&x<''F*c웕+"@&Qmv,:uF 3 R=h`:R56b _FMQyo k%Se0LIp"ۘ^'1LiRZ
+!(KJ?!!$7<+m 7ӑn T:U|.t5׸XӼKNwTz^=řhb& =G/b]($П9O |GhH]e)2,@
+ʍ԰ pΊBSjlYVSIZfO4p%zYK
+rl=G6Z<VՖ=I 龻̊QqbVu3m R@݃8N [~wu7K{r>{(ܨslȧo"\=>L!a'|E-[SV5
+p]xuCE/&׭4+<A
+ZL('6?p{
+endstream
+endobj
+1920 0 obj
+<<
+/Type /FontDescriptor
+/FontName /PXFLVD+LMMono10-Italic
+/Flags 4
+/FontBBox [-491 -316 834 1016]
+/Ascent 599
+/CapHeight 599
+/Descent -222
+/ItalicAngle -14
+/StemV 69
+/XHeight 431
+/CharSet (/a/c/d/e/egrave/g/i/l/n/s/t/u)
+/FontFile 1919 0 R
+>>
+endobj
+1921 0 obj
+<<
+/Length1 1144
+/Length2 5201
+/Length3 0
+/Length 5962
+/Filter /FlateDecode
+>>
+stream
+xuSw<ۺVD/FލNtÌ1eFLHt ZD"JNtBNт+{}=zw=oYb74*Cю0 4
+XoJh cW$A"T` R`xS,@ȊJ^E
+D{ 
+0\vzy] :qU s"D;ɅV4)3?
+"+.#ft}t~<wLU
+B " 󄸇U%"k62ëS6B6/$qׂ\d)W/(^,o5VSXʎ?)FVK8<vGWZ-e#8{y͖OB,op 7}S<mQA“ Ra9^X[bq. /?hO]y@x% cF}/ )T&-Ȏ&bq=) 3$Clx <Gs8&y](Vn}-oEX,lisܲ\ICjgbv#孄 O;mO>ὲB .wKHD}uM?e%J`n[G^Zu C9o(ȴR]bnt7(.xK1^-(*`EKk
+XW
+`3ɐAV[w w(ΣfΩo[`zA\đϟ!)hEӻ)k%\F9ĢPJyZi8dŌ2h^9<Q .ZZ&iސWr<=~qgj{wz. cCC#5 @3Ɇl3yiQ+vw Th> :Tڪ7N#QakP8mw XLy91u!:M,4y _*Z4o3d)!ij`5zFi%aj93"bg8z,[ࠥ j'L]H̔c6SD%} ֡({{ŜǒI'6k56Ɓ/K{ғqnS=g'7LCaOG|?~d-397",HBqx-G!r[ oZ;:' ݽ߳h0k"W%F^OZߊ[aJ2<8 ʬ"zufe|
+W+5Q6:4^9^{!$y:
+MW}w>#n/?5s]h>uؓTݐb -Kp^o^BgYͨ3#u)ңl=u/ջӧFO1y+ w
+}3bџ^PWɍ|!s)ZJ޳tWm}R<Q==n};-jGԤa{]oyӲĮFn}E>Eߗڷ9{=#BO$>1謁I=A^*.M\SH~x x1T,EW`
+Q$9єN@3aβH"BXcү㙻b߬-AdI4Any4\E1T-1Pܒ Rm#+yrf 6ÂïQl5az?X)2}ʖaNԵSQ_&ktx+*^Yۚ6g)y-[p+eZ^-0ŊiҜ3.ZJ{
+̕Ɖv t2n !Y{-SSO1ya,n Dn׎J((1WqS}$t؛5;WA'x}cJUK#mѾ0`!' m}J5h\b9iSX\c \6u Q{&ϳjw 3e;I~?]<B=\5fc
+4ؒL\A(ųjuL~0dEzޑ-RsPq 1z^@j8a]>TN }Zw5{'$Ǡvc$Ho#TQׅyg17.]10e>8xU.a2@֒BE>UEHW;M×}-bo?O4r_,~/z$1vygO!c]:UZDgviunjs?E; / S܇^$ iq(2 Syv|đ_'IiUظ|Boi6%N58|d"Nbo}'=
+endstream
+endobj
+1922 0 obj
+<<
+/Type /FontDescriptor
+/FontName /OGSZVN+NimbusSanL-Regu
+/Flags 4
+/FontBBox [-174 -285 1001 953]
+/Ascent 712
+/CapHeight 712
+/Descent -213
+/ItalicAngle 0
+/StemV 85
+/XHeight 523
+/CharSet (/D/Eacute/M/P/T/a/c/colon/d/e/eacute/four/g/i/k/l/n/o/one/parenleft/parenright/plus/r/s/seven/six/t/three/two/v/zero)
+/FontFile 1921 0 R
+>>
+endobj
+1923 0 obj
+<<
+/Length1 1630
+/Length2 15700
+/Length3 0
+/Length 16538
+/Filter /FlateDecode
+>>
+stream
+xڭct]&m;۶m{Ƕm۶mە/|Ϗ=ƽ&ksIh MDlt 6Nv6vҴ&f΄rVhRR!GPĘPĈP@HFIMML CdafKHbbmgocb vT21!ZX
+kHȊRɪؚ8X;Z[J[:P9Z@hdgklOiNtXNN&Fn&nF&hMm, - l=
+ƹk>5O rUW,Nzn,QwfP
+ _ y"U`8?FeuOqZBrVB4d({Ru%im8NI6}WN$7?k
+&/{T5+>bˆ@02hx4(qzdSF*(/!C(,pT.cHbRadŕ-U< o%N3ƙwt:h%. J$L-+5ubϪ4~Pa/<ӺiavB1csC%s4r[+Dal]WTFB;W#SyrAmm3zBjֻaHۭyH0m)`k'
+0l3iB=@S$AZx\l1C+y*QsOp5%:F{Ν~
+BiSxBM4M :d0npMsyu^wC
+&&/9F~Z5݃Tk~+7
+9'
+9&Hn>S]4BevAŌ_=.2XKbNI2b6d{uІk]LŢ< í,;|+FMR6>@yFJvw^O#8J9
+76Gjf+#̣4 KI=`ؚn;ر:0'R=1@qv$ 5na$90ťeƙR2k+.dKI-ć%l3扔$~*>OVJ.ڱl"ѝ牷1t7"nwEHOL'/fEKS͛y*IUk5okj5 >YR;ůs 5yHS`$4g-nMt䁨n{>0Xј ޔFW퍁VvƄ`ǞI0-coF3@#[KrU]~}`Rok
+!fԐ!S+C!J.Ѳ~20$\`-gq)t""K}q5W۝s3%Y3ۦ_FT
+]גx-5?~e|ӌ<_jc\ն_|{3 EqIE9SCM$ F.@"^kRdCpJDmc} Ѓ#X623s)TZ0{&k8YAD)1:qx
+ovݏ{T<{c!4(\Wi0C:¼=k#ҾVok?DD*Gd k<зMBdfc>P{x{ ؖ +4($=Zn<O@Wf>B}X/8!'Mb-B ˚f.FkJŚw|A0䧳VÐn1!"lWNEgD%+nHE䚠ۅ0FZVghVý19
+qyW S@}H&١:Cn1"䡜3 8f?MIG`BkHi.XXLfO-;|e%U&uVU) ?Knb(+" Uv#\LqْX=\pv~jA
+Yug/L_zUiYӠ&(Z".Wִ.A{5
+yŦup8ͧLq\&H
+IqXE>WӉq%-J#M*`.֩[A Q- H6|r{wR2b^)ȣ%xKU}K}5>-.[€@|f|N,u>GG@W|t?2:.V:IPv܂IL l)ReQ6E[&6mz)K=Lű1%qEk=
+BmH%Ou,х]b~R,q:vم<7ZMrF6bԥM.rhe51jS7UII2CB{8 It|{ýt'T{lYO5!A-B/N}?ΰ;|a(Dt_N\}Yb 4  a$:Dy{bn傁o4Q(j#-0)su< &'E՚qS
+ۊ_iuv~0c9 WG=4 $x%BpaٴtP
+Sus~jw$yco؄Y8ta$Sza㮱t17²(}ct@qdpB?FuMO)jrI'ߐo9+]JҗeNDH|l_aPԽTzD`Zu;wp+u`v"޳Z!:=_KxC<!F"wt|G@$5ֺ~pWDT]kWLc 1itGM@<9-?
+l-SH37 85/Ǿ9x"B7
+^$жI.Bh *G**;'ȕ&efZyp2%[J&=yN3|KfQG]_Su@<3]zli1t 9P2I>eaFs.p&is VmH}N%yh K4WK
+M(HE 9'm4) |]d
+ƥ `
+ԁ/~ ]Ei+ͱcݞzIC*$U1R$+#zL ۸jsT "jWY
+D7A
+ale/r1:?b(ƶ;ٷogi=SLun(6]GԐ!6,z}8o+TYش>k<,
+;LB*݆E{2D%WkO5ʶ R9j
+홰U#?TȥrR9wY-+nitijڔc%d(Ŕ8P OX ?ܦ
+[IRܹ8Ȫk]V ob4{֊1Ld QSD굩>"t? N ycʐYR$k%r;mKQ<-J|%|ppWJ?H"m)&gENK4EM&H(Lj"5 5Ǥy֨"oVC&KXs=Yl{fGWA:W>PՎ$L" NҷtH539~ү=.axM s?mo"3͕oxʙc&Ԥ؃+ tZSpr;49[)ƥ)Jw]/?Fiw/zJ)nU( ou ,y^lȲx_-wBi,1sp' q/HX$X_J0)Vв]l/
+~<?D}X5>
+5>%lMWl1H&r]YIt4t Nc(lh3y'QYYz*fԕM?_?٤CBlgjVTQ~;ГS}bkIUtq^zK~6<{|+Kx <#Н<Ri;xHZi{vDliV\eMO@vb9pZ4GTxJ#o]u ԗp""~}PJL[N/4CnkݣVn(pfMθJp&>`}?h.f.!H5]:gǠ<,(|bBcB̓R{yuJ`MF&)aGؽ =e̤\s͡.P}=!;# ɉ.RAEF<JuYr~p]*權ڠ砵7CTה97K#;B[~Sz(тJ.PV:ùk1\/[glqh]H}fWjms6/xEe+Yyꃆ!a SnYQ<0 uRrAASaJiQX~$H+
+gղ B5rVE>hj`]67;dx3$Q#B͡E761F}j9}$Jh*# |%W Cˀ)jqCƦ/deX،Mj[ G}E;4*}iX.D(o!6jrp@㾴<r_gM3ZNs8ecl:Mh*`o+f;҄bD'>gs 5K$G"{Uń^>8W9v,{ȅ)0bXąT쓫Uh3ubSY}v5d9cž~zѣjA\ܝ1zFv@ˆSs4:cJXJ(ZfmY3<&n뤉ZwndLy~isAVT:r5.{OG岐ygKsy$r$>™$RWy;!Kn䂅Hф?u:U|1b
+
+^SfV 7Zg0}1a+RgDȬW&qFWpRwN5/`OPn!yG\߮٠r_>(1@@<pw3iQչ{O왃
+o.޺X `Koj͋ސ3٩z'<(7Uuj3;Eۡ߃>c񽠾M^T,6=l&xfpfRG[qeO-(u7w :$ t^aQuP!2QYQi Խ7 og0#Wtދ࢚fB<
+bQ`ȡ̂H4MycLW'D^"#j3i!^fxqP&,` }1?D9? O`?zR2P?U|!9f t|b.Eƥ:x XV]_f88Mb3)Gpk 'Xߙ ZvpQRr^?_Biai(&噟 T-y+[G
+W:"%1Jd3Ol[
+5C81o":O2# ߩF2l{vr
+AlL6Guw~h1=
+,i%=aIK.ؠO3QJ|UCW@ZG>km6'h`yH3dH\"W%CPpSzmP/=Ɇ3
+AZdFw]6' 36/yɜ~M@:%oB<dk 59X/S˵]=*uZuNն\9*y
+0?$\.6M@(%\ L͛OX c֎t66Ϗ{Nm޶ԋ67J~ikE(9yZ*0ް+iުhfz we {5[TZacKvk[}Tõr]r%Sw)#إو_z]lxP@z1I{y9M9֥߰I _7å 8^p|IC@؞BTH 88F"c"=rAΥ>tXo_Z˝4$1$
+cY "uKa T΄Q#Wnv#n(i# "/Eߘ>jP_ P
+/;: ;}AnoK̂
+SM.(fƈJ5j͵ #ߒ N.n[2fLYyXY/h+h~b8ct" =zN,p(DR
+Pwrwf爡= Ɵ/8&Z9"/"\焒X>p~iꂭQcd͂ݯU i4eDόRvHvb6eK &55&ZcW3[Q! vGzvΟ;`ӮݮA##XѴ:spRt3F5-]vUv֖H/#
+A{Vfj5f_b2t/F}tPg̒ %wBn.Aw
+؊\֫*<.j{s诬Y 3L/X4|.w8A1w'P:'spRUE_Jrǃe-&s3H [A*Q{xKef|u'7N,8\_!՗c]jj-_&}=Kqp&xx:c2/MsGk;)}z !;gmX&
+{Wun{&-cu/vIg*̇J-ˊwVnp\0\-ÏwVP2cio\K@Y/Rlm^\PDF)C&9ٸ$Lߋg0wсNqNOk3H߿!F()}hMY5| >g*T,p7t7^+s[wϑJ4/)L5
+5`̲ 4op{m8}P}(ۿUdN6ɠIu"@NC ~J<%VYEyMQmbpZ8 sASa4SZtnE% }Xy}ۺsp?@N'V)HG%G6Nୖ$ngWD &!/:M/?bIT;d_-dmӮ;*{̗?^n`FX(5潣Td=nlu׿kqa<F:L|ǔʎZ"JCc[%jK<!P`H)
+1ӏI0--(\'(FՏ
+̉?~E@КT4[n\_A`^lD8ȧkcK+Vp@|ILCs2#9WA.$\<}$M/G˾0 ),pJHsL#EFN?t|} \Τ!XFe#ܢ肋lWiI\xbٕkQouDP@ɋtQ |\#H%1"0V4'AEVY y|\FLb5q&tY j8&<.z}hpWqkq%/ͧJƈlj ^C`X9*iSGjX֞J,bE't"s[W3Om!H~E ˆ{OӯBZX~?29PC!, m.fh alհnHq~Ŧհvϓ<3Z% ч迟F
+YN^@f{DNF߼o`Z7 oYHWZ}3*c4 {(돬lڑǻKMq? MgXُZ}y|ތ]_kRrG"$FGYA
+endstream
+endobj
+403 0 obj
+/CFPXFT+NimbusRomNo9L-Regu
+endobj
+379 0 obj
+<<
+/Type /FontDescriptor
+/FontName /CFPXFT+NimbusRomNo9L-Regu
+/Flags 4
+/FontBBox [-168 -281 1000 924]
+/Ascent 924
+/CapHeight 924
+/Descent -281
+/ItalicAngle 0
+/StemV 85
+/CharSet (/A/B/C/D/E/Eacute/Egrave/F/G/H/I/J/L/M/N/O/P/Q/R/S/T/U/V/Y/a/c/colon/comma/d/e/eacute/eight/f/five/four/g/h/hyphen/i/idieresis/j/l/m/n/nine/o/one/p/parenleft/parenright/period/plus/q/r/s/seven/six/t/three/two/u/v/x/y/zero)
+/FontFile 1923 0 R
+>>
+endobj
+1836 0 obj
+<<
+/Type /Encoding
+/Differences [40/parenleft/parenright 43/plus/comma/hyphen 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 65/A/B/C/D/E/F/G/H/I 76/L/M/N/O/P/Q/R/S/T/U/V 89/Y 97/a 99/c/d/e 103/g/h/i 107/k/l/m/n/o 114/r/s/t/u/v 120/x/y 200/Egrave/Eacute 233/eacute]
+>>
+endobj
+1832 0 obj
+<<
+/Type /Encoding
+/Differences [19/guillemotleft/guillemotright/endash/emdash 27/ff/fi/fl/ffi 33/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 159/section 192/Agrave 201/Eacute 220/Udieresis 224/agrave 226/acircumflex 228/adieresis 231/ccedilla/egrave/eacute/ecircumflex/edieresis 238/icircumflex/idieresis 244/ocircumflex 249/ugrave 251/ucircumflex/udieresis]
+>>
+endobj
+1845 0 obj
+<<
+/Type /Encoding
+/Differences [34/epsilon 59/comma]
+>>
+endobj
+1830 0 obj
+<<
+/Type /Encoding
+/Differences [0/minus 48/prime 104/angbracketleft/angbracketright]
+>>
+endobj
+1839 0 obj
+<<
+/Type /Encoding
+/Differences [43/plus 48/zero/one/two/three/four/five/six/seven/eight/nine 61/equal 99/c 101/e 109/m 111/o/p 117/u]
+>>
+endobj
+599 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /FWWGFU+CMDUNH10
+/FontDescriptor 1145 0 R
+/FirstChar 18
+/LastChar 121
+/Widths 1855 0 R
+>>
+endobj
+656 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /ZATPPJ+LMRoman10-Bold
+/FontDescriptor 1872 0 R
+/FirstChar 28
+/LastChar 244
+/Widths 1853 0 R
+/Encoding 1832 0 R
+>>
+endobj
+363 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /MRMIDE+LMRoman12-Bold
+/FontDescriptor 438 0 R
+/FirstChar 28
+/LastChar 233
+/Widths 1867 0 R
+/Encoding 1832 0 R
+>>
+endobj
+880 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /EACHEE+LMRoman7-Bold
+/FontDescriptor 1875 0 R
+/FirstChar 65
+/LastChar 65
+/Widths 1838 0 R
+/Encoding 1832 0 R
+>>
+endobj
+366 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /GRSUTG+LMRomanCaps10-Regular
+/FontDescriptor 441 0 R
+/FirstChar 66
+/LastChar 233
+/Widths 1864 0 R
+/Encoding 1832 0 R
+>>
+endobj
+589 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /IMHGAQ+LMRoman10-Regular
+/FontDescriptor 460 0 R
+/FirstChar 19
+/LastChar 251
+/Widths 1860 0 R
+/Encoding 1832 0 R
+>>
+endobj
+365 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /XJLKIX+LMRoman12-Regular
+/FontDescriptor 369 0 R
+/FirstChar 45
+/LastChar 251
+/Widths 1865 0 R
+/Encoding 1832 0 R
+>>
+endobj
+713 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WRVMHI+LMRoman5-Regular
+/FontDescriptor 1890 0 R
+/FirstChar 47
+/LastChar 84
+/Widths 1851 0 R
+/Encoding 1832 0 R
+>>
+endobj
+831 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /EGASRO+LMRoman6-Regular
+/FontDescriptor 457 0 R
+/FirstChar 65
+/LastChar 65
+/Widths 1844 0 R
+/Encoding 1832 0 R
+>>
+endobj
+763 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /UEDEZY+LMRoman7-Regular
+/FontDescriptor 520 0 R
+/FirstChar 40
+/LastChar 251
+/Widths 1850 0 R
+/Encoding 1832 0 R
+>>
+endobj
+593 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /GYWMYW+LMRoman8-Regular
+/FontDescriptor 383 0 R
+/FirstChar 19
+/LastChar 235
+/Widths 1856 0 R
+/Encoding 1832 0 R
+>>
+endobj
+862 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /CBELXV+LMRoman9-Regular
+/FontDescriptor 1895 0 R
+/FirstChar 44
+/LastChar 233
+/Widths 1841 0 R
+/Encoding 1832 0 R
+>>
+endobj
+586 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WLTEOE+LMRoman10-Italic
+/FontDescriptor 1897 0 R
+/FirstChar 28
+/LastChar 233
+/Widths 1863 0 R
+/Encoding 1832 0 R
+>>
+endobj
+587 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /WXKWAB+LMRoman7-Italic
+/FontDescriptor 1900 0 R
+/FirstChar 65
+/LastChar 65
+/Widths 1862 0 R
+/Encoding 1832 0 R
+>>
+endobj
+592 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /OQICCP+LMRoman8-Italic
+/FontDescriptor 1902 0 R
+/FirstChar 97
+/LastChar 233
+/Widths 1857 0 R
+/Encoding 1832 0 R
+>>
+endobj
+764 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /DUOBZJ+LMRomanSlant10-Regular
+/FontDescriptor 1904 0 R
+/FirstChar 44
+/LastChar 121
+/Widths 1849 0 R
+/Encoding 1832 0 R
+>>
+endobj
+600 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /DPVXKI+LMRomanSlant9-Regular
+/FontDescriptor 1906 0 R
+/FirstChar 39
+/LastChar 233
+/Widths 1854 0 R
+/Encoding 1832 0 R
+>>
+endobj
+1359 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /MVMBPF+LMSans10-Regular
+/FontDescriptor 1908 0 R
+/FirstChar 46
+/LastChar 115
+/Widths 1833 0 R
+/Encoding 1832 0 R
+>>
+endobj
+848 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /QAKKHP+LMMonoLt10-Bold
+/FontDescriptor 1913 0 R
+/FirstChar 92
+/LastChar 117
+/Widths 1842 0 R
+/Encoding 1832 0 R
+>>
+endobj
+711 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /NWHASK+LMMono10-Regular
+/FontDescriptor 1148 0 R
+/FirstChar 33
+/LastChar 252
+/Widths 1852 0 R
+/Encoding 1832 0 R
+>>
+endobj
+591 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /IAUXPH+LMMono8-Regular
+/FontDescriptor 398 0 R
+/FirstChar 33
+/LastChar 239
+/Widths 1858 0 R
+/Encoding 1832 0 R
+>>
+endobj
+1317 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /CCOBVT+LMMono9-Regular
+/FontDescriptor 1918 0 R
+/FirstChar 33
+/LastChar 126
+/Widths 1835 0 R
+/Encoding 1832 0 R
+>>
+endobj
+1327 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /PXFLVD+LMMono10-Italic
+/FontDescriptor 1920 0 R
+/FirstChar 97
+/LastChar 232
+/Widths 1834 0 R
+/Encoding 1832 0 R
+>>
+endobj
+590 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /CUJWUX+LCIRCLE10
+/FontDescriptor 1870 0 R
+/FirstChar 99
+/LastChar 99
+/Widths 1859 0 R
+>>
+endobj
+588 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /LFJIGX+LMMathItalic10-Regular
+/FontDescriptor 1880 0 R
+/FirstChar 34
+/LastChar 34
+/Widths 1861 0 R
+/Encoding 1845 0 R
+>>
+endobj
+823 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /XUFYNU+LMMathItalic7-Regular
+/FontDescriptor 1883 0 R
+/FirstChar 59
+/LastChar 59
+/Widths 1846 0 R
+/Encoding 1845 0 R
+>>
+endobj
+364 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /VNFGKA+LMMathItalic10-Bold
+/FontDescriptor 1886 0 R
+/FirstChar 34
+/LastChar 34
+/Widths 1866 0 R
+/Encoding 1845 0 R
+>>
+endobj
+805 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /HJOJEF+LMMathSymbols10-Regular
+/FontDescriptor 482 0 R
+/FirstChar 0
+/LastChar 105
+/Widths 1848 0 R
+/Encoding 1830 0 R
+>>
+endobj
+1416 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /ACQOHD+LMMathSymbols7-Regular
+/FontDescriptor 1911 0 R
+/FirstChar 48
+/LastChar 48
+/Widths 1831 0 R
+/Encoding 1830 0 R
+>>
+endobj
+951 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /OGSZVN+NimbusSanL-Regu
+/FontDescriptor 1922 0 R
+/FirstChar 40
+/LastChar 233
+/Widths 1837 0 R
+/Encoding 1836 0 R
+>>
+endobj
+847 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /CFPXFT+NimbusRomNo9L-Regu
+/FontDescriptor 379 0 R
+/FirstChar 40
+/LastChar 233
+/Widths 1843 0 R
+/Encoding 1836 0 R
+>>
+endobj
+870 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /IMHGAQ+LMRoman10-Regular
+/FontDescriptor 460 0 R
+/FirstChar 43
+/LastChar 109
+/Widths 1840 0 R
+/Encoding 1839 0 R
+>>
+endobj
+822 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/BaseFont /UEDEZY+LMRoman7-Regular
+/FontDescriptor 520 0 R
+/FirstChar 48
+/LastChar 117
+/Widths 1847 0 R
+/Encoding 1839 0 R
+>>
+endobj
+367 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1924 0 R
+/Kids [350 0 R 583 0 R 596 0 R 652 0 R 708 0 R 736 0 R]
+>>
+endobj
+768 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1924 0 R
+/Kids [760 0 R 770 0 R 774 0 R 778 0 R 782 0 R 790 0 R]
+>>
+endobj
+814 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1924 0 R
+/Kids [798 0 R 819 0 R 839 0 R 844 0 R 859 0 R 867 0 R]
+>>
+endobj
+882 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1924 0 R
+/Kids [877 0 R 890 0 R 898 0 R 908 0 R 921 0 R 940 0 R]
+>>
+endobj
+952 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1924 0 R
+/Kids [948 0 R 959 0 R 964 0 R 974 0 R 979 0 R 984 0 R]
+>>
+endobj
+991 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1924 0 R
+/Kids [988 0 R 993 0 R 997 0 R 1001 0 R 1005 0 R 1009 0 R]
+>>
+endobj
+1016 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1925 0 R
+/Kids [1013 0 R 1019 0 R 1023 0 R 1028 0 R 1032 0 R 1038 0 R]
+>>
+endobj
+1067 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1925 0 R
+/Kids [1064 0 R 1071 0 R 1100 0 R 1106 0 R 1135 0 R 1141 0 R]
+>>
+endobj
+1174 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1925 0 R
+/Kids [1171 0 R 1176 0 R 1181 0 R 1185 0 R 1189 0 R 1193 0 R]
+>>
+endobj
+1201 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1925 0 R
+/Kids [1198 0 R 1203 0 R 1208 0 R 1221 0 R 1225 0 R 1230 0 R]
+>>
+endobj
+1237 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1925 0 R
+/Kids [1234 0 R 1239 0 R 1245 0 R 1272 0 R 1278 0 R 1314 0 R]
+>>
+endobj
+1322 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1925 0 R
+/Kids [1319 0 R 1324 0 R 1329 0 R 1333 0 R 1337 0 R 1342 0 R]
+>>
+endobj
+1350 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1926 0 R
+/Kids [1347 0 R 1352 0 R 1356 0 R 1361 0 R 1365 0 R 1369 0 R]
+>>
+endobj
+1378 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1926 0 R
+/Kids [1373 0 R 1380 0 R 1384 0 R 1388 0 R 1392 0 R 1396 0 R]
+>>
+endobj
+1403 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1926 0 R
+/Kids [1400 0 R 1405 0 R 1409 0 R 1413 0 R 1418 0 R 1422 0 R]
+>>
+endobj
+1429 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1926 0 R
+/Kids [1426 0 R 1432 0 R 1437 0 R 1441 0 R 1445 0 R 1449 0 R]
+>>
+endobj
+1456 0 obj
+<<
+/Type /Pages
+/Count 6
+/Parent 1926 0 R
+/Kids [1453 0 R 1458 0 R 1462 0 R 1466 0 R 1470 0 R 1474 0 R]
+>>
+endobj
+1612 0 obj
+<<
+/Type /Pages
+/Count 3
+/Parent 1926 0 R
+/Kids [1609 0 R 1761 0 R 1827 0 R]
+>>
+endobj
+1924 0 obj
+<<
+/Type /Pages
+/Count 36
+/Parent 1927 0 R
+/Kids [367 0 R 768 0 R 814 0 R 882 0 R 952 0 R 991 0 R]
+>>
+endobj
+1925 0 obj
+<<
+/Type /Pages
+/Count 36
+/Parent 1927 0 R
+/Kids [1016 0 R 1067 0 R 1174 0 R 1201 0 R 1237 0 R 1322 0 R]
+>>
+endobj
+1926 0 obj
+<<
+/Type /Pages
+/Count 33
+/Parent 1927 0 R
+/Kids [1350 0 R 1378 0 R 1403 0 R 1429 0 R 1456 0 R 1612 0 R]
+>>
+endobj
+1927 0 obj
+<<
+/Type /Pages
+/Count 105
+/Kids [1924 0 R 1925 0 R 1926 0 R]
+>>
+endobj
+1928 0 obj
+<<
+/Type /Outlines
+/First 3 0 R
+/Last 347 0 R
+/Count 9
+>>
+endobj
+347 0 obj
+<<
+/Title 348 0 R
+/A 345 0 R
+/Parent 1928 0 R
+/Prev 191 0 R
+>>
+endobj
+343 0 obj
+<<
+/Title 344 0 R
+/A 341 0 R
+/Parent 323 0 R
+/Prev 339 0 R
+>>
+endobj
+339 0 obj
+<<
+/Title 340 0 R
+/A 337 0 R
+/Parent 323 0 R
+/Prev 335 0 R
+/Next 343 0 R
+>>
+endobj
+335 0 obj
+<<
+/Title 336 0 R
+/A 333 0 R
+/Parent 323 0 R
+/Prev 331 0 R
+/Next 339 0 R
+>>
+endobj
+331 0 obj
+<<
+/Title 332 0 R
+/A 329 0 R
+/Parent 323 0 R
+/Prev 327 0 R
+/Next 335 0 R
+>>
+endobj
+327 0 obj
+<<
+/Title 328 0 R
+/A 325 0 R
+/Parent 323 0 R
+/Next 331 0 R
+>>
+endobj
+323 0 obj
+<<
+/Title 324 0 R
+/A 321 0 R
+/Parent 191 0 R
+/Prev 311 0 R
+/First 327 0 R
+/Last 343 0 R
+/Count -5
+>>
+endobj
+319 0 obj
+<<
+/Title 320 0 R
+/A 317 0 R
+/Parent 311 0 R
+/Prev 315 0 R
+>>
+endobj
+315 0 obj
+<<
+/Title 316 0 R
+/A 313 0 R
+/Parent 311 0 R
+/Next 319 0 R
+>>
+endobj
+311 0 obj
+<<
+/Title 312 0 R
+/A 309 0 R
+/Parent 191 0 R
+/Prev 259 0 R
+/Next 323 0 R
+/First 315 0 R
+/Last 319 0 R
+/Count -2
+>>
+endobj
+307 0 obj
+<<
+/Title 308 0 R
+/A 305 0 R
+/Parent 259 0 R
+/Prev 303 0 R
+>>
+endobj
+303 0 obj
+<<
+/Title 304 0 R
+/A 301 0 R
+/Parent 259 0 R
+/Prev 299 0 R
+/Next 307 0 R
+>>
+endobj
+299 0 obj
+<<
+/Title 300 0 R
+/A 297 0 R
+/Parent 259 0 R
+/Prev 295 0 R
+/Next 303 0 R
+>>
+endobj
+295 0 obj
+<<
+/Title 296 0 R
+/A 293 0 R
+/Parent 259 0 R
+/Prev 291 0 R
+/Next 299 0 R
+>>
+endobj
+291 0 obj
+<<
+/Title 292 0 R
+/A 289 0 R
+/Parent 259 0 R
+/Prev 287 0 R
+/Next 295 0 R
+>>
+endobj
+287 0 obj
+<<
+/Title 288 0 R
+/A 285 0 R
+/Parent 259 0 R
+/Prev 271 0 R
+/Next 291 0 R
+>>
+endobj
+283 0 obj
+<<
+/Title 284 0 R
+/A 281 0 R
+/Parent 271 0 R
+/Prev 279 0 R
+>>
+endobj
+279 0 obj
+<<
+/Title 280 0 R
+/A 277 0 R
+/Parent 271 0 R
+/Prev 275 0 R
+/Next 283 0 R
+>>
+endobj
+275 0 obj
+<<
+/Title 276 0 R
+/A 273 0 R
+/Parent 271 0 R
+/Next 279 0 R
+>>
+endobj
+271 0 obj
+<<
+/Title 272 0 R
+/A 269 0 R
+/Parent 259 0 R
+/Prev 267 0 R
+/Next 287 0 R
+/First 275 0 R
+/Last 283 0 R
+/Count -3
+>>
+endobj
+267 0 obj
+<<
+/Title 268 0 R
+/A 265 0 R
+/Parent 259 0 R
+/Prev 263 0 R
+/Next 271 0 R
+>>
+endobj
+263 0 obj
+<<
+/Title 264 0 R
+/A 261 0 R
+/Parent 259 0 R
+/Next 267 0 R
+>>
+endobj
+259 0 obj
+<<
+/Title 260 0 R
+/A 257 0 R
+/Parent 191 0 R
+/Prev 255 0 R
+/Next 311 0 R
+/First 263 0 R
+/Last 307 0 R
+/Count -9
+>>
+endobj
+255 0 obj
+<<
+/Title 256 0 R
+/A 253 0 R
+/Parent 191 0 R
+/Prev 243 0 R
+/Next 259 0 R
+>>
+endobj
+251 0 obj
+<<
+/Title 252 0 R
+/A 249 0 R
+/Parent 243 0 R
+/Prev 247 0 R
+>>
+endobj
+247 0 obj
+<<
+/Title 248 0 R
+/A 245 0 R
+/Parent 243 0 R
+/Next 251 0 R
+>>
+endobj
+243 0 obj
+<<
+/Title 244 0 R
+/A 241 0 R
+/Parent 191 0 R
+/Prev 231 0 R
+/Next 255 0 R
+/First 247 0 R
+/Last 251 0 R
+/Count -2
+>>
+endobj
+239 0 obj
+<<
+/Title 240 0 R
+/A 237 0 R
+/Parent 231 0 R
+/Prev 235 0 R
+>>
+endobj
+235 0 obj
+<<
+/Title 236 0 R
+/A 233 0 R
+/Parent 231 0 R
+/Next 239 0 R
+>>
+endobj
+231 0 obj
+<<
+/Title 232 0 R
+/A 229 0 R
+/Parent 191 0 R
+/Prev 227 0 R
+/Next 243 0 R
+/First 235 0 R
+/Last 239 0 R
+/Count -2
+>>
+endobj
+227 0 obj
+<<
+/Title 228 0 R
+/A 225 0 R
+/Parent 191 0 R
+/Prev 223 0 R
+/Next 231 0 R
+>>
+endobj
+223 0 obj
+<<
+/Title 224 0 R
+/A 221 0 R
+/Parent 191 0 R
+/Prev 219 0 R
+/Next 227 0 R
+>>
+endobj
+219 0 obj
+<<
+/Title 220 0 R
+/A 217 0 R
+/Parent 191 0 R
+/Prev 199 0 R
+/Next 223 0 R
+>>
+endobj
+215 0 obj
+<<
+/Title 216 0 R
+/A 213 0 R
+/Parent 199 0 R
+/Prev 211 0 R
+>>
+endobj
+211 0 obj
+<<
+/Title 212 0 R
+/A 209 0 R
+/Parent 199 0 R
+/Prev 207 0 R
+/Next 215 0 R
+>>
+endobj
+207 0 obj
+<<
+/Title 208 0 R
+/A 205 0 R
+/Parent 199 0 R
+/Prev 203 0 R
+/Next 211 0 R
+>>
+endobj
+203 0 obj
+<<
+/Title 204 0 R
+/A 201 0 R
+/Parent 199 0 R
+/Next 207 0 R
+>>
+endobj
+199 0 obj
+<<
+/Title 200 0 R
+/A 197 0 R
+/Parent 191 0 R
+/Prev 195 0 R
+/Next 219 0 R
+/First 203 0 R
+/Last 215 0 R
+/Count -4
+>>
+endobj
+195 0 obj
+<<
+/Title 196 0 R
+/A 193 0 R
+/Parent 191 0 R
+/Next 199 0 R
+>>
+endobj
+191 0 obj
+<<
+/Title 192 0 R
+/A 189 0 R
+/Parent 1928 0 R
+/Prev 179 0 R
+/Next 347 0 R
+/First 195 0 R
+/Last 323 0 R
+/Count -11
+>>
+endobj
+187 0 obj
+<<
+/Title 188 0 R
+/A 185 0 R
+/Parent 179 0 R
+/Prev 183 0 R
+>>
+endobj
+183 0 obj
+<<
+/Title 184 0 R
+/A 181 0 R
+/Parent 179 0 R
+/Next 187 0 R
+>>
+endobj
+179 0 obj
+<<
+/Title 180 0 R
+/A 177 0 R
+/Parent 1928 0 R
+/Prev 31 0 R
+/Next 191 0 R
+/First 183 0 R
+/Last 187 0 R
+/Count -2
+>>
+endobj
+175 0 obj
+<<
+/Title 176 0 R
+/A 173 0 R
+/Parent 163 0 R
+/Prev 171 0 R
+>>
+endobj
+171 0 obj
+<<
+/Title 172 0 R
+/A 169 0 R
+/Parent 163 0 R
+/Prev 167 0 R
+/Next 175 0 R
+>>
+endobj
+167 0 obj
+<<
+/Title 168 0 R
+/A 165 0 R
+/Parent 163 0 R
+/Next 171 0 R
+>>
+endobj
+163 0 obj
+<<
+/Title 164 0 R
+/A 161 0 R
+/Parent 31 0 R
+/Prev 143 0 R
+/First 167 0 R
+/Last 175 0 R
+/Count -3
+>>
+endobj
+159 0 obj
+<<
+/Title 160 0 R
+/A 157 0 R
+/Parent 143 0 R
+/Prev 155 0 R
+>>
+endobj
+155 0 obj
+<<
+/Title 156 0 R
+/A 153 0 R
+/Parent 143 0 R
+/Prev 151 0 R
+/Next 159 0 R
+>>
+endobj
+151 0 obj
+<<
+/Title 152 0 R
+/A 149 0 R
+/Parent 143 0 R
+/Prev 147 0 R
+/Next 155 0 R
+>>
+endobj
+147 0 obj
+<<
+/Title 148 0 R
+/A 145 0 R
+/Parent 143 0 R
+/Next 151 0 R
+>>
+endobj
+143 0 obj
+<<
+/Title 144 0 R
+/A 141 0 R
+/Parent 31 0 R
+/Prev 127 0 R
+/Next 163 0 R
+/First 147 0 R
+/Last 159 0 R
+/Count -4
+>>
+endobj
+139 0 obj
+<<
+/Title 140 0 R
+/A 137 0 R
+/Parent 127 0 R
+/Prev 135 0 R
+>>
+endobj
+135 0 obj
+<<
+/Title 136 0 R
+/A 133 0 R
+/Parent 127 0 R
+/Prev 131 0 R
+/Next 139 0 R
+>>
+endobj
+131 0 obj
+<<
+/Title 132 0 R
+/A 129 0 R
+/Parent 127 0 R
+/Next 135 0 R
+>>
+endobj
+127 0 obj
+<<
+/Title 128 0 R
+/A 125 0 R
+/Parent 31 0 R
+/Prev 95 0 R
+/Next 143 0 R
+/First 131 0 R
+/Last 139 0 R
+/Count -3
+>>
+endobj
+123 0 obj
+<<
+/Title 124 0 R
+/A 121 0 R
+/Parent 95 0 R
+/Prev 119 0 R
+>>
+endobj
+119 0 obj
+<<
+/Title 120 0 R
+/A 117 0 R
+/Parent 95 0 R
+/Prev 115 0 R
+/Next 123 0 R
+>>
+endobj
+115 0 obj
+<<
+/Title 116 0 R
+/A 113 0 R
+/Parent 95 0 R
+/Prev 111 0 R
+/Next 119 0 R
+>>
+endobj
+111 0 obj
+<<
+/Title 112 0 R
+/A 109 0 R
+/Parent 95 0 R
+/Prev 107 0 R
+/Next 115 0 R
+>>
+endobj
+107 0 obj
+<<
+/Title 108 0 R
+/A 105 0 R
+/Parent 95 0 R
+/Prev 103 0 R
+/Next 111 0 R
+>>
+endobj
+103 0 obj
+<<
+/Title 104 0 R
+/A 101 0 R
+/Parent 95 0 R
+/Prev 99 0 R
+/Next 107 0 R
+>>
+endobj
+99 0 obj
+<<
+/Title 100 0 R
+/A 97 0 R
+/Parent 95 0 R
+/Next 103 0 R
+>>
+endobj
+95 0 obj
+<<
+/Title 96 0 R
+/A 93 0 R
+/Parent 31 0 R
+/Prev 79 0 R
+/Next 127 0 R
+/First 99 0 R
+/Last 123 0 R
+/Count -7
+>>
+endobj
+91 0 obj
+<<
+/Title 92 0 R
+/A 89 0 R
+/Parent 79 0 R
+/Prev 87 0 R
+>>
+endobj
+87 0 obj
+<<
+/Title 88 0 R
+/A 85 0 R
+/Parent 79 0 R
+/Prev 83 0 R
+/Next 91 0 R
+>>
+endobj
+83 0 obj
+<<
+/Title 84 0 R
+/A 81 0 R
+/Parent 79 0 R
+/Next 87 0 R
+>>
+endobj
+79 0 obj
+<<
+/Title 80 0 R
+/A 77 0 R
+/Parent 31 0 R
+/Prev 59 0 R
+/Next 95 0 R
+/First 83 0 R
+/Last 91 0 R
+/Count -3
+>>
+endobj
+75 0 obj
+<<
+/Title 76 0 R
+/A 73 0 R
+/Parent 59 0 R
+/Prev 71 0 R
+>>
+endobj
+71 0 obj
+<<
+/Title 72 0 R
+/A 69 0 R
+/Parent 59 0 R
+/Prev 67 0 R
+/Next 75 0 R
+>>
+endobj
+67 0 obj
+<<
+/Title 68 0 R
+/A 65 0 R
+/Parent 59 0 R
+/Prev 63 0 R
+/Next 71 0 R
+>>
+endobj
+63 0 obj
+<<
+/Title 64 0 R
+/A 61 0 R
+/Parent 59 0 R
+/Next 67 0 R
+>>
+endobj
+59 0 obj
+<<
+/Title 60 0 R
+/A 57 0 R
+/Parent 31 0 R
+/Prev 35 0 R
+/Next 79 0 R
+/First 63 0 R
+/Last 75 0 R
+/Count -4
+>>
+endobj
+55 0 obj
+<<
+/Title 56 0 R
+/A 53 0 R
+/Parent 35 0 R
+/Prev 51 0 R
+>>
+endobj
+51 0 obj
+<<
+/Title 52 0 R
+/A 49 0 R
+/Parent 35 0 R
+/Prev 47 0 R
+/Next 55 0 R
+>>
+endobj
+47 0 obj
+<<
+/Title 48 0 R
+/A 45 0 R
+/Parent 35 0 R
+/Prev 43 0 R
+/Next 51 0 R
+>>
+endobj
+43 0 obj
+<<
+/Title 44 0 R
+/A 41 0 R
+/Parent 35 0 R
+/Prev 39 0 R
+/Next 47 0 R
+>>
+endobj
+39 0 obj
+<<
+/Title 40 0 R
+/A 37 0 R
+/Parent 35 0 R
+/Next 43 0 R
+>>
+endobj
+35 0 obj
+<<
+/Title 36 0 R
+/A 33 0 R
+/Parent 31 0 R
+/Next 59 0 R
+/First 39 0 R
+/Last 55 0 R
+/Count -5
+>>
+endobj
+31 0 obj
+<<
+/Title 32 0 R
+/A 29 0 R
+/Parent 1928 0 R
+/Prev 19 0 R
+/Next 179 0 R
+/First 35 0 R
+/Last 163 0 R
+/Count -7
+>>
+endobj
+27 0 obj
+<<
+/Title 28 0 R
+/A 25 0 R
+/Parent 19 0 R
+/Prev 23 0 R
+>>
+endobj
+23 0 obj
+<<
+/Title 24 0 R
+/A 21 0 R
+/Parent 19 0 R
+/Next 27 0 R
+>>
+endobj
+19 0 obj
+<<
+/Title 20 0 R
+/A 17 0 R
+/Parent 1928 0 R
+/Prev 15 0 R
+/Next 31 0 R
+/First 23 0 R
+/Last 27 0 R
+/Count -2
+>>
+endobj
+15 0 obj
+<<
+/Title 16 0 R
+/A 13 0 R
+/Parent 1928 0 R
+/Prev 11 0 R
+/Next 19 0 R
+>>
+endobj
+11 0 obj
+<<
+/Title 12 0 R
+/A 9 0 R
+/Parent 1928 0 R
+/Prev 7 0 R
+/Next 15 0 R
+>>
+endobj
+7 0 obj
+<<
+/Title 8 0 R
+/A 5 0 R
+/Parent 1928 0 R
+/Prev 3 0 R
+/Next 11 0 R
+>>
+endobj
+3 0 obj
+<<
+/Title 4 0 R
+/A 1 0 R
+/Parent 1928 0 R
+/Next 7 0 R
+>>
+endobj
+1929 0 obj
+<<
+/Names [(Doc-Start) 362 0 R (Hfootnote.1) 765 0 R (Hfootnote.10) 851 0 R (Hfootnote.11) 863 0 R (Hfootnote.12) 871 0 R (Hfootnote.13) 881 0 R]
+/Limits [(Doc-Start) (Hfootnote.13)]
+>>
+endobj
+1930 0 obj
+<<
+/Names [(Hfootnote.14) 901 0 R (Hfootnote.15) 902 0 R (Hfootnote.16) 911 0 R (Hfootnote.17) 977 0 R (Hfootnote.18) 982 0 R (Hfootnote.19) 1435 0 R]
+/Limits [(Hfootnote.14) (Hfootnote.19)]
+>>
+endobj
+1931 0 obj
+<<
+/Names [(Hfootnote.2) 766 0 R (Hfootnote.3) 767 0 R (Hfootnote.4) 811 0 R (Hfootnote.5) 812 0 R (Hfootnote.6) 813 0 R (Hfootnote.7) 829 0 R]
+/Limits [(Hfootnote.2) (Hfootnote.7)]
+>>
+endobj
+1932 0 obj
+<<
+/Names [(Hfootnote.8) 849 0 R (Hfootnote.9) 850 0 R (Item.1) 801 0 R (Item.10) 826 0 R (Item.11) 827 0 R (Item.12) 828 0 R]
+/Limits [(Hfootnote.8) (Item.12)]
+>>
+endobj
+1933 0 obj
+<<
+/Names [(Item.13) 1376 0 R (Item.14) 1377 0 R (Item.2) 804 0 R (Item.3) 806 0 R (Item.4) 807 0 R (Item.5) 808 0 R]
+/Limits [(Item.13) (Item.5)]
+>>
+endobj
+1934 0 obj
+<<
+/Names [(Item.6) 809 0 R (Item.7) 810 0 R (Item.8) 824 0 R (Item.9) 825 0 R (figure.1) 714 0 R (figure.10) 723 0 R]
+/Limits [(Item.6) (figure.10)]
+>>
+endobj
+1935 0 obj
+<<
+/Names [(figure.11) 724 0 R (figure.12) 725 0 R (figure.13) 740 0 R (figure.14) 741 0 R (figure.15) 742 0 R (figure.16) 743 0 R]
+/Limits [(figure.11) (figure.16)]
+>>
+endobj
+1936 0 obj
+<<
+/Names [(figure.2) 715 0 R (figure.3) 716 0 R (figure.4) 717 0 R (figure.5) 718 0 R (figure.6) 719 0 R (figure.7) 720 0 R]
+/Limits [(figure.2) (figure.7)]
+>>
+endobj
+1937 0 obj
+<<
+/Names [(figure.8) 721 0 R (figure.9) 722 0 R (page.0) 361 0 R (page.1) 762 0 R (page.10) 846 0 R (page.11) 861 0 R]
+/Limits [(figure.8) (page.11)]
+>>
+endobj
+1938 0 obj
+<<
+/Names [(page.12) 869 0 R (page.13) 879 0 R (page.14) 892 0 R (page.15) 900 0 R (page.16) 910 0 R (page.17) 923 0 R]
+/Limits [(page.12) (page.17)]
+>>
+endobj
+1939 0 obj
+<<
+/Names [(page.18) 942 0 R (page.19) 950 0 R (page.2) 772 0 R (page.20) 961 0 R (page.21) 966 0 R (page.22) 976 0 R]
+/Limits [(page.18) (page.22)]
+>>
+endobj
+1940 0 obj
+<<
+/Names [(page.23) 981 0 R (page.24) 986 0 R (page.25) 990 0 R (page.26) 995 0 R (page.27) 999 0 R (page.28) 1003 0 R]
+/Limits [(page.23) (page.28)]
+>>
+endobj
+1941 0 obj
+<<
+/Names [(page.29) 1007 0 R (page.3) 776 0 R (page.30) 1011 0 R (page.31) 1015 0 R (page.32) 1021 0 R (page.33) 1025 0 R]
+/Limits [(page.29) (page.33)]
+>>
+endobj
+1942 0 obj
+<<
+/Names [(page.34) 1030 0 R (page.35) 1034 0 R (page.36) 1040 0 R (page.37) 1066 0 R (page.38) 1073 0 R (page.39) 1102 0 R]
+/Limits [(page.34) (page.39)]
+>>
+endobj
+1943 0 obj
+<<
+/Names [(page.4) 780 0 R (page.40) 1108 0 R (page.41) 1137 0 R (page.42) 1143 0 R (page.43) 1173 0 R (page.44) 1178 0 R]
+/Limits [(page.4) (page.44)]
+>>
+endobj
+1944 0 obj
+<<
+/Names [(page.45) 1183 0 R (page.46) 1187 0 R (page.47) 1191 0 R (page.48) 1195 0 R (page.49) 1200 0 R (page.5) 784 0 R]
+/Limits [(page.45) (page.5)]
+>>
+endobj
+1945 0 obj
+<<
+/Names [(page.50) 1205 0 R (page.51) 1210 0 R (page.52) 1223 0 R (page.53) 1227 0 R (page.54) 1232 0 R (page.55) 1236 0 R]
+/Limits [(page.50) (page.55)]
+>>
+endobj
+1946 0 obj
+<<
+/Names [(page.56) 1241 0 R (page.57) 1247 0 R (page.58) 1274 0 R (page.59) 1280 0 R (page.6) 792 0 R (page.60) 1316 0 R]
+/Limits [(page.56) (page.60)]
+>>
+endobj
+1947 0 obj
+<<
+/Names [(page.61) 1321 0 R (page.62) 1326 0 R (page.63) 1331 0 R (page.64) 1335 0 R (page.65) 1339 0 R (page.66) 1344 0 R]
+/Limits [(page.61) (page.66)]
+>>
+endobj
+1948 0 obj
+<<
+/Names [(page.67) 1349 0 R (page.68) 1354 0 R (page.69) 1358 0 R (page.7) 800 0 R (page.70) 1363 0 R (page.71) 1367 0 R]
+/Limits [(page.67) (page.71)]
+>>
+endobj
+1949 0 obj
+<<
+/Names [(page.72) 1371 0 R (page.73) 1375 0 R (page.74) 1382 0 R (page.75) 1386 0 R (page.76) 1390 0 R (page.77) 1394 0 R]
+/Limits [(page.72) (page.77)]
+>>
+endobj
+1950 0 obj
+<<
+/Names [(page.78) 1398 0 R (page.79) 1402 0 R (page.8) 821 0 R (page.80) 1407 0 R (page.81) 1411 0 R (page.82) 1415 0 R]
+/Limits [(page.78) (page.82)]
+>>
+endobj
+1951 0 obj
+<<
+/Names [(page.83) 1420 0 R (page.84) 1424 0 R (page.85) 1428 0 R (page.86) 1434 0 R (page.87) 1439 0 R (page.88) 1443 0 R]
+/Limits [(page.83) (page.88)]
+>>
+endobj
+1952 0 obj
+<<
+/Names [(page.89) 1447 0 R (page.9) 841 0 R (page.90) 1451 0 R (page.91) 1455 0 R (page.92) 1460 0 R (page.93) 1464 0 R]
+/Limits [(page.89) (page.93)]
+>>
+endobj
+1953 0 obj
+<<
+/Names [(page.94) 1468 0 R (page.95) 1472 0 R (page.96) 1476 0 R (page.97) 1611 0 R (page.98) 1763 0 R (page.99) 1829 0 R]
+/Limits [(page.94) (page.99)]
+>>
+endobj
+1954 0 obj
+<<
+/Names [(page.ii) 585 0 R (page.iii) 598 0 R (page.iv) 654 0 R (page.v) 710 0 R (page.vi) 738 0 R (paragraph.4.9.3.1) 274 0 R]
+/Limits [(page.ii) (paragraph.4.9.3.1)]
+>>
+endobj
+1955 0 obj
+<<
+/Names [(paragraph.4.9.3.2) 278 0 R (paragraph.4.9.3.3) 282 0 R (section*.1) 655 0 R (section*.2) 712 0 R (section*.3) 739 0 R (section*.4) 2 0 R]
+/Limits [(paragraph.4.9.3.2) (section*.4)]
+>>
+endobj
+1956 0 obj
+<<
+/Names [(section*.5) 6 0 R (section*.6) 10 0 R (section*.7) 14 0 R (section.1) 18 0 R (section.2) 30 0 R (section.3) 178 0 R]
+/Limits [(section*.5) (section.3)]
+>>
+endobj
+1957 0 obj
+<<
+/Names [(section.4) 190 0 R (section.5) 346 0 R (subsection.1.1) 22 0 R (subsection.1.2) 26 0 R (subsection.2.1) 34 0 R (subsection.2.2) 58 0 R]
+/Limits [(section.4) (subsection.2.2)]
+>>
+endobj
+1958 0 obj
+<<
+/Names [(subsection.2.3) 78 0 R (subsection.2.4) 94 0 R (subsection.2.5) 126 0 R (subsection.2.6) 142 0 R (subsection.2.7) 162 0 R (subsection.3.1) 182 0 R]
+/Limits [(subsection.2.3) (subsection.3.1)]
+>>
+endobj
+1959 0 obj
+<<
+/Names [(subsection.3.2) 186 0 R (subsection.4.1) 194 0 R (subsection.4.10) 310 0 R (subsection.4.11) 322 0 R (subsection.4.2) 198 0 R (subsection.4.3) 218 0 R]
+/Limits [(subsection.3.2) (subsection.4.3)]
+>>
+endobj
+1960 0 obj
+<<
+/Names [(subsection.4.4) 222 0 R (subsection.4.5) 226 0 R (subsection.4.6) 230 0 R (subsection.4.7) 242 0 R (subsection.4.8) 254 0 R (subsection.4.9) 258 0 R]
+/Limits [(subsection.4.4) (subsection.4.9)]
+>>
+endobj
+1961 0 obj
+<<
+/Names [(subsubsection.2.1.1) 38 0 R (subsubsection.2.1.2) 42 0 R (subsubsection.2.1.3) 46 0 R (subsubsection.2.1.4) 50 0 R (subsubsection.2.1.5) 54 0 R (subsubsection.2.2.1) 62 0 R]
+/Limits [(subsubsection.2.1.1) (subsubsection.2.2.1)]
+>>
+endobj
+1962 0 obj
+<<
+/Names [(subsubsection.2.2.2) 66 0 R (subsubsection.2.2.3) 70 0 R (subsubsection.2.2.4) 74 0 R (subsubsection.2.3.1) 82 0 R (subsubsection.2.3.2) 86 0 R (subsubsection.2.3.3) 90 0 R]
+/Limits [(subsubsection.2.2.2) (subsubsection.2.3.3)]
+>>
+endobj
+1963 0 obj
+<<
+/Names [(subsubsection.2.4.1) 98 0 R (subsubsection.2.4.2) 102 0 R (subsubsection.2.4.3) 106 0 R (subsubsection.2.4.4) 110 0 R (subsubsection.2.4.5) 114 0 R (subsubsection.2.4.6) 118 0 R]
+/Limits [(subsubsection.2.4.1) (subsubsection.2.4.6)]
+>>
+endobj
+1964 0 obj
+<<
+/Names [(subsubsection.2.4.7) 122 0 R (subsubsection.2.5.1) 130 0 R (subsubsection.2.5.2) 134 0 R (subsubsection.2.5.3) 138 0 R (subsubsection.2.6.1) 146 0 R (subsubsection.2.6.2) 150 0 R]
+/Limits [(subsubsection.2.4.7) (subsubsection.2.6.2)]
+>>
+endobj
+1965 0 obj
+<<
+/Names [(subsubsection.2.6.3) 154 0 R (subsubsection.2.6.4) 158 0 R (subsubsection.2.7.1) 166 0 R (subsubsection.2.7.2) 170 0 R (subsubsection.2.7.3) 174 0 R (subsubsection.4.10.1) 314 0 R]
+/Limits [(subsubsection.2.6.3) (subsubsection.4.10.1)]
+>>
+endobj
+1966 0 obj
+<<
+/Names [(subsubsection.4.10.2) 318 0 R (subsubsection.4.11.1) 326 0 R (subsubsection.4.11.2) 330 0 R (subsubsection.4.11.3) 334 0 R (subsubsection.4.11.4) 338 0 R (subsubsection.4.11.5) 342 0 R]
+/Limits [(subsubsection.4.10.2) (subsubsection.4.11.5)]
+>>
+endobj
+1967 0 obj
+<<
+/Names [(subsubsection.4.2.1) 202 0 R (subsubsection.4.2.2) 206 0 R (subsubsection.4.2.3) 210 0 R (subsubsection.4.2.4) 214 0 R (subsubsection.4.6.1) 234 0 R (subsubsection.4.6.2) 238 0 R]
+/Limits [(subsubsection.4.2.1) (subsubsection.4.6.2)]
+>>
+endobj
+1968 0 obj
+<<
+/Names [(subsubsection.4.7.1) 246 0 R (subsubsection.4.7.2) 250 0 R (subsubsection.4.9.1) 262 0 R (subsubsection.4.9.2) 266 0 R (subsubsection.4.9.3) 270 0 R (subsubsection.4.9.4) 286 0 R]
+/Limits [(subsubsection.4.7.1) (subsubsection.4.9.4)]
+>>
+endobj
+1969 0 obj
+<<
+/Names [(subsubsection.4.9.5) 290 0 R (subsubsection.4.9.6) 294 0 R (subsubsection.4.9.7) 298 0 R (subsubsection.4.9.8) 302 0 R (subsubsection.4.9.9) 306 0 R (table.1) 744 0 R]
+/Limits [(subsubsection.4.9.5) (table.1)]
+>>
+endobj
+1970 0 obj
+<<
+/Names [(table.2) 745 0 R (table.3) 746 0 R (table.4) 747 0 R (table.5) 748 0 R (table.6) 749 0 R]
+/Limits [(table.2) (table.6)]
+>>
+endobj
+1971 0 obj
+<<
+/Kids [1929 0 R 1930 0 R 1931 0 R 1932 0 R 1933 0 R 1934 0 R]
+/Limits [(Doc-Start) (figure.10)]
+>>
+endobj
+1972 0 obj
+<<
+/Kids [1935 0 R 1936 0 R 1937 0 R 1938 0 R 1939 0 R 1940 0 R]
+/Limits [(figure.11) (page.28)]
+>>
+endobj
+1973 0 obj
+<<
+/Kids [1941 0 R 1942 0 R 1943 0 R 1944 0 R 1945 0 R 1946 0 R]
+/Limits [(page.29) (page.60)]
+>>
+endobj
+1974 0 obj
+<<
+/Kids [1947 0 R 1948 0 R 1949 0 R 1950 0 R 1951 0 R 1952 0 R]
+/Limits [(page.61) (page.93)]
+>>
+endobj
+1975 0 obj
+<<
+/Kids [1953 0 R 1954 0 R 1955 0 R 1956 0 R 1957 0 R 1958 0 R]
+/Limits [(page.94) (subsection.3.1)]
+>>
+endobj
+1976 0 obj
+<<
+/Kids [1959 0 R 1960 0 R 1961 0 R 1962 0 R 1963 0 R 1964 0 R]
+/Limits [(subsection.3.2) (subsubsection.2.6.2)]
+>>
+endobj
+1977 0 obj
+<<
+/Kids [1965 0 R 1966 0 R 1967 0 R 1968 0 R 1969 0 R 1970 0 R]
+/Limits [(subsubsection.2.6.3) (table.6)]
+>>
+endobj
+1978 0 obj
+<<
+/Kids [1971 0 R 1972 0 R 1973 0 R 1974 0 R 1975 0 R 1976 0 R]
+/Limits [(Doc-Start) (subsubsection.2.6.2)]
+>>
+endobj
+1979 0 obj
+<<
+/Kids [1977 0 R]
+/Limits [(subsubsection.2.6.3) (table.6)]
+>>
+endobj
+1980 0 obj
+<<
+/Kids [1978 0 R 1979 0 R]
+/Limits [(Doc-Start) (table.6)]
+>>
+endobj
+1981 0 obj
+<<
+/Dests 1980 0 R
+>>
+endobj
+1982 0 obj
+<<
+/Type /Catalog
+/Pages 1927 0 R
+/Outlines 1928 0 R
+/Names 1981 0 R
+/PageMode/UseOutlines/PageLabels<</Nums[0<</P(0)>>1<</S/r /St 2>>6<</S/D>>]>>
+/OpenAction 349 0 R
+>>
+endobj
+1983 0 obj
+<<
+/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.18)/Keywords()
+/CreationDate (D:20170803224158+02'00')
+/ModDate (D:20170803224158+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6362 (1.40.18))
+>>
+endobj
+xref
+0 1984
+0000001017 65535 f
+0000000015 00000 n
+0000121158 00000 n
+0001212694 00000 n
+0000000061 00000 n
+0000000091 00000 n
+0000124124 00000 n
+0001212609 00000 n
+0000000137 00000 n
+0000000182 00000 n
+0000134191 00000 n
+0001212522 00000 n
+0000000228 00000 n
+0000000266 00000 n
+0000134251 00000 n
+0001212433 00000 n
+0000000313 00000 n
+0000000353 00000 n
+0000140311 00000 n
+0001212307 00000 n
+0000000399 00000 n
+0000000430 00000 n
+0000140371 00000 n
+0001212233 00000 n
+0000000481 00000 n
+0000000535 00000 n
+0000140735 00000 n
+0001212159 00000 n
+0000000586 00000 n
+0000000641 00000 n
+0000146842 00000 n
+0001212031 00000 n
+0000000687 00000 n
+0000000717 00000 n
+0000146902 00000 n
+0001211920 00000 n
+0000000768 00000 n
+0000000807 00000 n
+0000146962 00000 n
+0001211846 00000 n
+0000000863 00000 n
+0000000895 00000 n
+0000147022 00000 n
+0001211759 00000 n
+0000000951 00000 n
+0000000982 00000 n
+0000151560 00000 n
+0001211672 00000 n
+0000001038 00000 n
+0000001063 00000 n
+0000151620 00000 n
+0001211585 00000 n
+0000001119 00000 n
+0000001177 00000 n
+0000151680 00000 n
+0001211511 00000 n
+0000001233 00000 n
+0000001267 00000 n
+0000151740 00000 n
+0001211387 00000 n
+0000001318 00000 n
+0000001348 00000 n
+0000151800 00000 n
+0001211313 00000 n
+0000001404 00000 n
+0000001437 00000 n
+0000156354 00000 n
+0001211226 00000 n
+0000001493 00000 n
+0000001539 00000 n
+0000161269 00000 n
+0001211139 00000 n
+0000001595 00000 n
+0000001646 00000 n
+0000161329 00000 n
+0001211065 00000 n
+0000001702 00000 n
+0000001738 00000 n
+0000165700 00000 n
+0001210941 00000 n
+0000001789 00000 n
+0000001825 00000 n
+0000165760 00000 n
+0001210867 00000 n
+0000001881 00000 n
+0000001943 00000 n
+0000171221 00000 n
+0001210780 00000 n
+0000001999 00000 n
+0000002040 00000 n
+0000171281 00000 n
+0001210706 00000 n
+0000002096 00000 n
+0000002143 00000 n
+0000175513 00000 n
+0001210580 00000 n
+0000002194 00000 n
+0000002235 00000 n
+0000175573 00000 n
+0001210504 00000 n
+0000002291 00000 n
+0000002329 00000 n
+0000175633 00000 n
+0001210413 00000 n
+0000002386 00000 n
+0000002426 00000 n
+0000175694 00000 n
+0001210321 00000 n
+0000002483 00000 n
+0000002515 00000 n
+0000180796 00000 n
+0001210229 00000 n
+0000002572 00000 n
+0000002610 00000 n
+0000184974 00000 n
+0001210137 00000 n
+0000002667 00000 n
+0000002713 00000 n
+0000185035 00000 n
+0001210045 00000 n
+0000002770 00000 n
+0000002822 00000 n
+0000185096 00000 n
+0001209967 00000 n
+0000002879 00000 n
+0000002918 00000 n
+0000192370 00000 n
+0001209837 00000 n
+0000002970 00000 n
+0000003007 00000 n
+0000192431 00000 n
+0001209758 00000 n
+0000003064 00000 n
+0000003124 00000 n
+0000197290 00000 n
+0001209665 00000 n
+0000003181 00000 n
+0000003233 00000 n
+0000197351 00000 n
+0001209586 00000 n
+0000003290 00000 n
+0000003330 00000 n
+0000201825 00000 n
+0001209455 00000 n
+0000003382 00000 n
+0000003422 00000 n
+0000201886 00000 n
+0001209376 00000 n
+0000003479 00000 n
+0000003529 00000 n
+0000203778 00000 n
+0001209283 00000 n
+0000003586 00000 n
+0000003637 00000 n
+0000206057 00000 n
+0001209190 00000 n
+0000003694 00000 n
+0000003740 00000 n
+0000206118 00000 n
+0001209111 00000 n
+0000003797 00000 n
+0000003854 00000 n
+0000210670 00000 n
+0001208994 00000 n
+0000003906 00000 n
+0000003948 00000 n
+0000210731 00000 n
+0001208915 00000 n
+0000004005 00000 n
+0000004045 00000 n
+0000210792 00000 n
+0001208822 00000 n
+0000004102 00000 n
+0000004140 00000 n
+0000215212 00000 n
+0001208743 00000 n
+0000004197 00000 n
+0000004231 00000 n
+0000217595 00000 n
+0001208611 00000 n
+0000004278 00000 n
+0000004310 00000 n
+0000217656 00000 n
+0001208532 00000 n
+0000004362 00000 n
+0000004394 00000 n
+0000225205 00000 n
+0001208453 00000 n
+0000004446 00000 n
+0000004478 00000 n
+0000330037 00000 n
+0001208319 00000 n
+0000004525 00000 n
+0000004566 00000 n
+0000330100 00000 n
+0001208240 00000 n
+0000004618 00000 n
+0000004650 00000 n
+0000330163 00000 n
+0001208108 00000 n
+0000004702 00000 n
+0000004761 00000 n
+0000330226 00000 n
+0001208029 00000 n
+0000004818 00000 n
+0000004867 00000 n
+0000332717 00000 n
+0001207936 00000 n
+0000004924 00000 n
+0000004966 00000 n
+0000337709 00000 n
+0001207843 00000 n
+0000005023 00000 n
+0000005107 00000 n
+0000337772 00000 n
+0001207764 00000 n
+0000005164 00000 n
+0000005205 00000 n
+0000337835 00000 n
+0001207671 00000 n
+0000005257 00000 n
+0000005303 00000 n
+0000340367 00000 n
+0001207578 00000 n
+0000005355 00000 n
+0000005428 00000 n
+0000342713 00000 n
+0001207485 00000 n
+0000005480 00000 n
+0000005581 00000 n
+0000342776 00000 n
+0001207353 00000 n
+0000005633 00000 n
+0000005660 00000 n
+0000344528 00000 n
+0001207274 00000 n
+0000005717 00000 n
+0000005786 00000 n
+0000344591 00000 n
+0001207195 00000 n
+0000005843 00000 n
+0000005915 00000 n
+0000346620 00000 n
+0001207063 00000 n
+0000005967 00000 n
+0000006041 00000 n
+0000346683 00000 n
+0001206984 00000 n
+0000006098 00000 n
+0000006159 00000 n
+0000346746 00000 n
+0001206905 00000 n
+0000006216 00000 n
+0000006251 00000 n
+0000349098 00000 n
+0001206812 00000 n
+0000006303 00000 n
+0000006336 00000 n
+0000352180 00000 n
+0001206680 00000 n
+0000006388 00000 n
+0000006429 00000 n
+0000352243 00000 n
+0001206601 00000 n
+0000006486 00000 n
+0000006549 00000 n
+0000354395 00000 n
+0001206508 00000 n
+0000006606 00000 n
+0000006654 00000 n
+0000358008 00000 n
+0001206376 00000 n
+0000006711 00000 n
+0000006765 00000 n
+0000360628 00000 n
+0001206297 00000 n
+0000006820 00000 n
+0000006874 00000 n
+0000362571 00000 n
+0001206204 00000 n
+0000006929 00000 n
+0000006992 00000 n
+0000364724 00000 n
+0001206125 00000 n
+0000007047 00000 n
+0000007075 00000 n
+0000376507 00000 n
+0001206032 00000 n
+0000007132 00000 n
+0000007190 00000 n
+0000392317 00000 n
+0001205939 00000 n
+0000007247 00000 n
+0000007281 00000 n
+0000394487 00000 n
+0001205846 00000 n
+0000007338 00000 n
+0000007377 00000 n
+0000394550 00000 n
+0001205753 00000 n
+0000007434 00000 n
+0000007460 00000 n
+0000396173 00000 n
+0001205660 00000 n
+0000007517 00000 n
+0000007543 00000 n
+0000397848 00000 n
+0001205581 00000 n
+0000007600 00000 n
+0000007640 00000 n
+0000397911 00000 n
+0001205449 00000 n
+0000007693 00000 n
+0000007728 00000 n
+0000397974 00000 n
+0001205370 00000 n
+0000007786 00000 n
+0000007847 00000 n
+0000399752 00000 n
+0001205291 00000 n
+0000007905 00000 n
+0000007967 00000 n
+0000401584 00000 n
+0001205173 00000 n
+0000008020 00000 n
+0000008065 00000 n
+0000401647 00000 n
+0001205094 00000 n
+0000008123 00000 n
+0000008180 00000 n
+0000401710 00000 n
+0001205001 00000 n
+0000008238 00000 n
+0000008296 00000 n
+0000403706 00000 n
+0001204908 00000 n
+0000008354 00000 n
+0000008412 00000 n
+0000405662 00000 n
+0001204815 00000 n
+0000008470 00000 n
+0000008526 00000 n
+0000405725 00000 n
+0001204736 00000 n
+0000008584 00000 n
+0000008643 00000 n
+0000428812 00000 n
+0001204656 00000 n
+0000008690 00000 n
+0000008715 00000 n
+0000009657 00000 n
+0000009769 00000 n
+0000012650 00000 n
+0000016034 00000 n
+0000038355 00000 n
+0000042635 00000 n
+0000058692 00000 n
+0000061386 00000 n
+0000067116 00000 n
+0000088528 00000 n
+0000008765 00000 n
+0000088406 00000 n
+0000088467 00000 n
+0001196524 00000 n
+0001200704 00000 n
+0001197221 00000 n
+0001196867 00000 n
+0001201941 00000 n
+0000010708 00000 n
+0000735058 00000 n
+0000012294 00000 n
+0000010933 00000 n
+0000011088 00000 n
+0000735015 00000 n
+0000014049 00000 n
+0000015635 00000 n
+0000014274 00000 n
+0000014429 00000 n
+0000018684 00000 n
+0001194360 00000 n
+0000037338 00000 n
+0000018909 00000 n
+0000019064 00000 n
+0000837573 00000 n
+0000036886 00000 n
+0000019310 00000 n
+0000036396 00000 n
+0000019465 00000 n
+0000615329 00000 n
+0000035929 00000 n
+0000019620 00000 n
+0001090035 00000 n
+0000035452 00000 n
+0000019775 00000 n
+0000019930 00000 n
+0000904961 00000 n
+0000034984 00000 n
+0000020176 00000 n
+0001124995 00000 n
+0000034532 00000 n
+0000020331 00000 n
+0000020486 00000 n
+0000020699 00000 n
+0001194316 00000 n
+0000021322 00000 n
+0000021640 00000 n
+0000021794 00000 n
+0000021896 00000 n
+0000837531 00000 n
+0000022887 00000 n
+0000024093 00000 n
+0000615284 00000 n
+0000025190 00000 n
+0001089993 00000 n
+0000025728 00000 n
+0000026043 00000 n
+0000026197 00000 n
+0000026299 00000 n
+0000904919 00000 n
+0000027230 00000 n
+0001124954 00000 n
+0000027684 00000 n
+0000027751 00000 n
+0000028078 00000 n
+0000028333 00000 n
+0000028559 00000 n
+0000028792 00000 n
+0000029253 00000 n
+0000029569 00000 n
+0000029947 00000 n
+0000030206 00000 n
+0000030443 00000 n
+0000030700 00000 n
+0000031207 00000 n
+0000031543 00000 n
+0000034275 00000 n
+0000034413 00000 n
+0000034460 00000 n
+0000570377 00000 n
+0000042183 00000 n
+0000040670 00000 n
+0000639881 00000 n
+0000041731 00000 n
+0000040825 00000 n
+0000040980 00000 n
+0000041190 00000 n
+0000570337 00000 n
+0000041427 00000 n
+0000639834 00000 n
+0000041664 00000 n
+0000045054 00000 n
+0000057658 00000 n
+0000045279 00000 n
+0000057204 00000 n
+0000045434 00000 n
+0000056802 00000 n
+0000045589 00000 n
+0000772679 00000 n
+0000056400 00000 n
+0000045744 00000 n
+0000699127 00000 n
+0000055998 00000 n
+0000045899 00000 n
+0000055574 00000 n
+0000046054 00000 n
+0000055172 00000 n
+0000046209 00000 n
+0000046364 00000 n
+0000046577 00000 n
+0000047376 00000 n
+0000048546 00000 n
+0000049701 00000 n
+0000772637 00000 n
+0000050130 00000 n
+0000699084 00000 n
+0000050517 00000 n
+0000051680 00000 n
+0000052116 00000 n
+0000052183 00000 n
+0000054915 00000 n
+0000055053 00000 n
+0000055100 00000 n
+0001000283 00000 n
+0000061299 00000 n
+0000060019 00000 n
+0000060897 00000 n
+0000060173 00000 n
+0000060328 00000 n
+0001000234 00000 n
+0000060353 00000 n
+0000063449 00000 n
+0000066754 00000 n
+0000063674 00000 n
+0000066416 00000 n
+0000063829 00000 n
+0000652762 00000 n
+0000066306 00000 n
+0000063984 00000 n
+0000065970 00000 n
+0000064139 00000 n
+0000642742 00000 n
+0000065882 00000 n
+0000064293 00000 n
+0000064447 00000 n
+0000064956 00000 n
+0000065358 00000 n
+0000652714 00000 n
+0000065732 00000 n
+0000065856 00000 n
+0000642691 00000 n
+0000069117 00000 n
+0000069364 00000 n
+0000088083 00000 n
+0000069611 00000 n
+0000087760 00000 n
+0000069766 00000 n
+0000087437 00000 n
+0000069920 00000 n
+0000087362 00000 n
+0000070075 00000 n
+0000802109 00000 n
+0000087039 00000 n
+0000070229 00000 n
+0000086716 00000 n
+0000070383 00000 n
+0000070538 00000 n
+0000070874 00000 n
+0000071084 00000 n
+0000071277 00000 n
+0000071584 00000 n
+0000071999 00000 n
+0000072435 00000 n
+0000072874 00000 n
+0000072900 00000 n
+0000073341 00000 n
+0000073365 00000 n
+0000802067 00000 n
+0000073391 00000 n
+0000073845 00000 n
+0000074223 00000 n
+0000074587 00000 n
+0000074925 00000 n
+0000075224 00000 n
+0000075676 00000 n
+0000075866 00000 n
+0000076251 00000 n
+0000076673 00000 n
+0000077055 00000 n
+0000077488 00000 n
+0000077745 00000 n
+0000078127 00000 n
+0000078464 00000 n
+0000078751 00000 n
+0000079036 00000 n
+0000079215 00000 n
+0000079382 00000 n
+0000079669 00000 n
+0000079879 00000 n
+0000080218 00000 n
+0000080554 00000 n
+0000080824 00000 n
+0000081147 00000 n
+0000081485 00000 n
+0000081770 00000 n
+0000082137 00000 n
+0000082474 00000 n
+0000082649 00000 n
+0000083009 00000 n
+0000083251 00000 n
+0000083450 00000 n
+0000083805 00000 n
+0000084034 00000 n
+0000084312 00000 n
+0000084575 00000 n
+0000084771 00000 n
+0000084951 00000 n
+0000085172 00000 n
+0000085386 00000 n
+0000085655 00000 n
+0000085882 00000 n
+0000086139 00000 n
+0000086423 00000 n
+0000090177 00000 n
+0000090004 00000 n
+0000088758 00000 n
+0000090116 00000 n
+0001198266 00000 n
+0001198441 00000 n
+0001200345 00000 n
+0001197046 00000 n
+0001200197 00000 n
+0001199674 00000 n
+0001198614 00000 n
+0001197917 00000 n
+0000091942 00000 n
+0000092160 00000 n
+0000091810 00000 n
+0000090339 00000 n
+0000092099 00000 n
+0001196203 00000 n
+0001198969 00000 n
+0000094547 00000 n
+0000094698 00000 n
+0000094849 00000 n
+0000095000 00000 n
+0000095151 00000 n
+0000095301 00000 n
+0000095457 00000 n
+0000095613 00000 n
+0000095763 00000 n
+0000095919 00000 n
+0000096080 00000 n
+0000096242 00000 n
+0000096403 00000 n
+0000096564 00000 n
+0000096726 00000 n
+0000096882 00000 n
+0000097044 00000 n
+0000097206 00000 n
+0000097368 00000 n
+0000097530 00000 n
+0000097686 00000 n
+0000097847 00000 n
+0000098009 00000 n
+0000098170 00000 n
+0000098325 00000 n
+0000098487 00000 n
+0000098648 00000 n
+0000098810 00000 n
+0000098971 00000 n
+0000099133 00000 n
+0000099295 00000 n
+0000099457 00000 n
+0000099613 00000 n
+0000099775 00000 n
+0000099937 00000 n
+0000100099 00000 n
+0000100255 00000 n
+0000100417 00000 n
+0000100579 00000 n
+0000100740 00000 n
+0000100902 00000 n
+0000101057 00000 n
+0000101219 00000 n
+0000101381 00000 n
+0000101543 00000 n
+0000101690 00000 n
+0000101844 00000 n
+0000105060 00000 n
+0000105210 00000 n
+0000105366 00000 n
+0000102120 00000 n
+0000094047 00000 n
+0000092348 00000 n
+0000101998 00000 n
+0000102059 00000 n
+0001196351 00000 n
+0000105521 00000 n
+0000105683 00000 n
+0000105845 00000 n
+0000106006 00000 n
+0000106168 00000 n
+0000106324 00000 n
+0000106480 00000 n
+0000106636 00000 n
+0000106792 00000 n
+0000106954 00000 n
+0000107116 00000 n
+0000107271 00000 n
+0000107433 00000 n
+0000107595 00000 n
+0000107750 00000 n
+0000107906 00000 n
+0000108068 00000 n
+0000108229 00000 n
+0000108391 00000 n
+0000108551 00000 n
+0000108711 00000 n
+0000108871 00000 n
+0000109033 00000 n
+0000109195 00000 n
+0000109356 00000 n
+0000109518 00000 n
+0000109678 00000 n
+0000109839 00000 n
+0000109995 00000 n
+0000110157 00000 n
+0000110320 00000 n
+0000110476 00000 n
+0000110639 00000 n
+0000110802 00000 n
+0000110965 00000 n
+0000111128 00000 n
+0000111291 00000 n
+0000111440 00000 n
+0000111590 00000 n
+0000111739 00000 n
+0000111889 00000 n
+0000112039 00000 n
+0000112189 00000 n
+0000112338 00000 n
+0000112486 00000 n
+0000112634 00000 n
+0000112782 00000 n
+0000112931 00000 n
+0000113080 00000 n
+0000114521 00000 n
+0000113351 00000 n
+0000104520 00000 n
+0000102257 00000 n
+0000113229 00000 n
+0001199499 00000 n
+0000113290 00000 n
+0001197396 00000 n
+0000156233 00000 n
+0000156293 00000 n
+0000161145 00000 n
+0000161207 00000 n
+0000161450 00000 n
+0000165638 00000 n
+0000171159 00000 n
+0000175451 00000 n
+0000184913 00000 n
+0000192246 00000 n
+0000192308 00000 n
+0000197167 00000 n
+0000114671 00000 n
+0000114821 00000 n
+0000114971 00000 n
+0000115122 00000 n
+0000115271 00000 n
+0000115419 00000 n
+0000115568 00000 n
+0000115716 00000 n
+0000115865 00000 n
+0000116136 00000 n
+0000114317 00000 n
+0000113514 00000 n
+0000116014 00000 n
+0000116075 00000 n
+0000197229 00000 n
+0000197412 00000 n
+0000201701 00000 n
+0000201763 00000 n
+0000146476 00000 n
+0000151499 00000 n
+0000180674 00000 n
+0000180735 00000 n
+0000210609 00000 n
+0000215150 00000 n
+0000119651 00000 n
+0000120778 00000 n
+0000119805 00000 n
+0000119961 00000 n
+0000120115 00000 n
+0000120938 00000 n
+0000120268 00000 n
+0000120430 00000 n
+0000120592 00000 n
+0000121397 00000 n
+0000119455 00000 n
+0000116260 00000 n
+0000121097 00000 n
+0001197743 00000 n
+0001198788 00000 n
+0000121217 00000 n
+0000121277 00000 n
+0000121337 00000 n
+0001202059 00000 n
+0000124183 00000 n
+0000123951 00000 n
+0000121599 00000 n
+0000124063 00000 n
+0000126794 00000 n
+0000126621 00000 n
+0000124320 00000 n
+0000126733 00000 n
+0000129316 00000 n
+0000129143 00000 n
+0000126918 00000 n
+0000129255 00000 n
+0000131752 00000 n
+0000131579 00000 n
+0000129440 00000 n
+0000131691 00000 n
+0000133749 00000 n
+0000133944 00000 n
+0000138862 00000 n
+0000139216 00000 n
+0000134311 00000 n
+0000133609 00000 n
+0000131876 00000 n
+0000134130 00000 n
+0000139599 00000 n
+0000139753 00000 n
+0000139907 00000 n
+0000140061 00000 n
+0000141097 00000 n
+0000138674 00000 n
+0000134448 00000 n
+0000140250 00000 n
+0000140431 00000 n
+0000139039 00000 n
+0000139408 00000 n
+0000140492 00000 n
+0001200881 00000 n
+0000140553 00000 n
+0000140614 00000 n
+0000140674 00000 n
+0000140795 00000 n
+0000140856 00000 n
+0000140917 00000 n
+0000140977 00000 n
+0000141037 00000 n
+0001202177 00000 n
+0000145733 00000 n
+0000146037 00000 n
+0000145887 00000 n
+0000147138 00000 n
+0000145577 00000 n
+0000141286 00000 n
+0000146415 00000 n
+0001201767 00000 n
+0001200525 00000 n
+0000146538 00000 n
+0000146599 00000 n
+0000146659 00000 n
+0000146720 00000 n
+0000146781 00000 n
+0000147082 00000 n
+0000146227 00000 n
+0001197570 00000 n
+0000151288 00000 n
+0000155231 00000 n
+0000155390 00000 n
+0000156012 00000 n
+0000155544 00000 n
+0000155698 00000 n
+0000151860 00000 n
+0000151156 00000 n
+0000147379 00000 n
+0000151438 00000 n
+0000155860 00000 n
+0000156592 00000 n
+0000155059 00000 n
+0000152036 00000 n
+0000156172 00000 n
+0001201416 00000 n
+0001199325 00000 n
+0000156414 00000 n
+0000156474 00000 n
+0000156533 00000 n
+0000160318 00000 n
+0000160468 00000 n
+0000160619 00000 n
+0000160770 00000 n
+0000160923 00000 n
+0000165260 00000 n
+0000161511 00000 n
+0000160154 00000 n
+0000156796 00000 n
+0000161084 00000 n
+0001198091 00000 n
+0000161389 00000 n
+0000165415 00000 n
+0000170313 00000 n
+0000165879 00000 n
+0000165120 00000 n
+0000161700 00000 n
+0000165577 00000 n
+0001201592 00000 n
+0000165820 00000 n
+0000170471 00000 n
+0000170622 00000 n
+0000170784 00000 n
+0000170943 00000 n
+0000171399 00000 n
+0000170149 00000 n
+0000166108 00000 n
+0000171098 00000 n
+0001196696 00000 n
+0000171341 00000 n
+0001202295 00000 n
+0000174600 00000 n
+0000174751 00000 n
+0000174910 00000 n
+0000175070 00000 n
+0000175231 00000 n
+0000179831 00000 n
+0000175755 00000 n
+0000174436 00000 n
+0000171602 00000 n
+0000175390 00000 n
+0000179980 00000 n
+0000180142 00000 n
+0000180304 00000 n
+0000180458 00000 n
+0000180977 00000 n
+0000179667 00000 n
+0000175945 00000 n
+0000180613 00000 n
+0000180857 00000 n
+0000180917 00000 n
+0000184235 00000 n
+0000184389 00000 n
+0000184540 00000 n
+0000184702 00000 n
+0000185216 00000 n
+0000184079 00000 n
+0000181153 00000 n
+0000184852 00000 n
+0000185157 00000 n
+0000191406 00000 n
+0000191563 00000 n
+0000191720 00000 n
+0000191877 00000 n
+0000192034 00000 n
+0000188348 00000 n
+0000188134 00000 n
+0000195552 00000 n
+0000192492 00000 n
+0000187970 00000 n
+0000185392 00000 n
+0000192185 00000 n
+0000191337 00000 n
+0000191080 00000 n
+0000191218 00000 n
+0000191265 00000 n
+0000195704 00000 n
+0000195264 00000 n
+0000195854 00000 n
+0000196015 00000 n
+0000196167 00000 n
+0000199863 00000 n
+0000196319 00000 n
+0000196472 00000 n
+0000196627 00000 n
+0000196783 00000 n
+0000196945 00000 n
+0000197473 00000 n
+0000195060 00000 n
+0000192684 00000 n
+0000197106 00000 n
+0000195483 00000 n
+0000200367 00000 n
+0000200151 00000 n
+0000201479 00000 n
+0000201947 00000 n
+0000199731 00000 n
+0000197652 00000 n
+0000201640 00000 n
+0001201242 00000 n
+0001202413 00000 n
+0000200082 00000 n
+0000201409 00000 n
+0000201032 00000 n
+0000201290 00000 n
+0000201337 00000 n
+0000203839 00000 n
+0000203605 00000 n
+0000202166 00000 n
+0000203717 00000 n
+0000205844 00000 n
+0000206179 00000 n
+0000205712 00000 n
+0000203950 00000 n
+0000205996 00000 n
+0000209932 00000 n
+0000210082 00000 n
+0000210231 00000 n
+0000210386 00000 n
+0000214772 00000 n
+0000214934 00000 n
+0000210913 00000 n
+0000209776 00000 n
+0000206290 00000 n
+0000210548 00000 n
+0000210853 00000 n
+0000215333 00000 n
+0000214632 00000 n
+0000211102 00000 n
+0000215089 00000 n
+0000215273 00000 n
+0000217717 00000 n
+0000217422 00000 n
+0000215509 00000 n
+0000217534 00000 n
+0000219549 00000 n
+0000219376 00000 n
+0000217854 00000 n
+0000219488 00000 n
+0001202531 00000 n
+0000220363 00000 n
+0000220190 00000 n
+0000219647 00000 n
+0000220302 00000 n
+0000222304 00000 n
+0000222131 00000 n
+0000220461 00000 n
+0000222243 00000 n
+0000223336 00000 n
+0000223158 00000 n
+0000222415 00000 n
+0000223273 00000 n
+0000224367 00000 n
+0000224189 00000 n
+0000223435 00000 n
+0000224304 00000 n
+0000225267 00000 n
+0000225027 00000 n
+0000224479 00000 n
+0000225142 00000 n
+0000226419 00000 n
+0000226240 00000 n
+0000225379 00000 n
+0000226356 00000 n
+0001202652 00000 n
+0000001026 00000 f
+0000227019 00000 n
+0000226840 00000 n
+0000226518 00000 n
+0000226956 00000 n
+0000228595 00000 n
+0000228416 00000 n
+0000227133 00000 n
+0000228532 00000 n
+0000001035 00000 f
+0000229195 00000 n
+0000229016 00000 n
+0000228694 00000 n
+0000229132 00000 n
+0000230960 00000 n
+0000230781 00000 n
+0000229309 00000 n
+0000230897 00000 n
+0000001068 00000 f
+0000231497 00000 n
+0000243754 00000 n
+0000231381 00000 n
+0000231059 00000 n
+0000243691 00000 n
+0000233319 00000 n
+0000242670 00000 n
+0000233545 00000 n
+0000242266 00000 n
+0000233703 00000 n
+0000241900 00000 n
+0000233861 00000 n
+0000241534 00000 n
+0000234019 00000 n
+0000241168 00000 n
+0000234176 00000 n
+0000234334 00000 n
+0000234549 00000 n
+0000235325 00000 n
+0000236532 00000 n
+0000237688 00000 n
+0000237715 00000 n
+0000238103 00000 n
+0000238172 00000 n
+0000240908 00000 n
+0000241047 00000 n
+0000241095 00000 n
+0000245572 00000 n
+0000245393 00000 n
+0000243870 00000 n
+0000245509 00000 n
+0001202777 00000 n
+0000001103 00000 f
+0000246109 00000 n
+0000259474 00000 n
+0000245993 00000 n
+0000245671 00000 n
+0000259411 00000 n
+0000248045 00000 n
+0000258390 00000 n
+0000248271 00000 n
+0000257983 00000 n
+0000248429 00000 n
+0000257614 00000 n
+0000248587 00000 n
+0000257245 00000 n
+0000248745 00000 n
+0000256876 00000 n
+0000248902 00000 n
+0000256507 00000 n
+0000249060 00000 n
+0000249218 00000 n
+0000249433 00000 n
+0000250209 00000 n
+0000251416 00000 n
+0000252572 00000 n
+0000252599 00000 n
+0000252987 00000 n
+0000253442 00000 n
+0000253511 00000 n
+0000256247 00000 n
+0000256386 00000 n
+0000256434 00000 n
+0000260780 00000 n
+0000260601 00000 n
+0000259590 00000 n
+0000260717 00000 n
+0000001138 00000 f
+0000261317 00000 n
+0000272998 00000 n
+0000261201 00000 n
+0000260879 00000 n
+0000272935 00000 n
+0000262730 00000 n
+0000271914 00000 n
+0000262956 00000 n
+0000271592 00000 n
+0000263114 00000 n
+0000271277 00000 n
+0000263272 00000 n
+0000270962 00000 n
+0000263430 00000 n
+0000270647 00000 n
+0000263587 00000 n
+0000270332 00000 n
+0000263745 00000 n
+0000263903 00000 n
+0000264118 00000 n
+0000264894 00000 n
+0000266003 00000 n
+0000266443 00000 n
+0000266470 00000 n
+0000266812 00000 n
+0000267267 00000 n
+0000267336 00000 n
+0000270072 00000 n
+0000270211 00000 n
+0000270259 00000 n
+0000274912 00000 n
+0000274733 00000 n
+0000273114 00000 n
+0000274849 00000 n
+0000001179 00000 f
+0000275449 00000 n
+0000284110 00000 n
+0000275333 00000 n
+0000275011 00000 n
+0000284047 00000 n
+0000277114 00000 n
+0000505741 00000 n
+0000283776 00000 n
+0000277340 00000 n
+0001063117 00000 n
+0000283664 00000 n
+0000277500 00000 n
+0000283316 00000 n
+0000277660 00000 n
+0000282975 00000 n
+0000277818 00000 n
+0000282634 00000 n
+0000277976 00000 n
+0000282293 00000 n
+0000278134 00000 n
+0000281952 00000 n
+0000278292 00000 n
+0000278450 00000 n
+0000505706 00000 n
+0000279050 00000 n
+0001063074 00000 n
+0000279359 00000 n
+0000280564 00000 n
+0000281010 00000 n
+0000281364 00000 n
+0000281503 00000 n
+0000286349 00000 n
+0000286170 00000 n
+0000284226 00000 n
+0000286286 00000 n
+0001202902 00000 n
+0000287392 00000 n
+0000287213 00000 n
+0000286448 00000 n
+0000287329 00000 n
+0000001196 00000 f
+0000287992 00000 n
+0000287813 00000 n
+0000287491 00000 n
+0000287929 00000 n
+0000288606 00000 n
+0000288427 00000 n
+0000288106 00000 n
+0000288543 00000 n
+0000291323 00000 n
+0000291144 00000 n
+0000288720 00000 n
+0000291260 00000 n
+0000292649 00000 n
+0000292470 00000 n
+0000291422 00000 n
+0000292586 00000 n
+0000001228 00000 f
+0000293249 00000 n
+0000293070 00000 n
+0000292748 00000 n
+0000293186 00000 n
+0001203027 00000 n
+0000293863 00000 n
+0000293684 00000 n
+0000293363 00000 n
+0000293800 00000 n
+0000294416 00000 n
+0000297820 00000 n
+0000294300 00000 n
+0000293977 00000 n
+0000297757 00000 n
+0000295498 00000 n
+0000297302 00000 n
+0000295724 00000 n
+0000658155 00000 n
+0000297241 00000 n
+0000295882 00000 n
+0000296043 00000 n
+0000297214 00000 n
+0000658107 00000 n
+0000300663 00000 n
+0000300484 00000 n
+0000297936 00000 n
+0000300600 00000 n
+0000301655 00000 n
+0000301476 00000 n
+0000300762 00000 n
+0000301592 00000 n
+0000001242 00000 f
+0000302255 00000 n
+0000302076 00000 n
+0000301754 00000 n
+0000302192 00000 n
+0000302869 00000 n
+0000302690 00000 n
+0000302369 00000 n
+0000302806 00000 n
+0001203152 00000 n
+0000303988 00000 n
+0000303809 00000 n
+0000302983 00000 n
+0000303925 00000 n
+0000001275 00000 f
+0000304525 00000 n
+0000312531 00000 n
+0000304409 00000 n
+0000304087 00000 n
+0000312468 00000 n
+0000305854 00000 n
+0000312207 00000 n
+0000306080 00000 n
+0000306238 00000 n
+0000311946 00000 n
+0000306486 00000 n
+0000311685 00000 n
+0000306644 00000 n
+0000311424 00000 n
+0000306802 00000 n
+0000306960 00000 n
+0000307997 00000 n
+0000308090 00000 n
+0000308229 00000 n
+0000308337 00000 n
+0000308741 00000 n
+0000309182 00000 n
+0000309637 00000 n
+0000309965 00000 n
+0000310245 00000 n
+0000310501 00000 n
+0000310728 00000 n
+0000310962 00000 n
+0000313611 00000 n
+0000313432 00000 n
+0000312647 00000 n
+0000313548 00000 n
+0000000000 00000 f
+0000314148 00000 n
+0000328219 00000 n
+0000314032 00000 n
+0000313710 00000 n
+0000328156 00000 n
+0000315496 00000 n
+0000327138 00000 n
+0000315722 00000 n
+0000315880 00000 n
+0000326800 00000 n
+0000316128 00000 n
+0000326462 00000 n
+0000316286 00000 n
+0000326124 00000 n
+0000316444 00000 n
+0000325786 00000 n
+0000316602 00000 n
+0000316760 00000 n
+0000316975 00000 n
+0000317599 00000 n
+0000317692 00000 n
+0000317831 00000 n
+0000317939 00000 n
+0000318373 00000 n
+0000319584 00000 n
+0000320479 00000 n
+0000320934 00000 n
+0000321003 00000 n
+0000321331 00000 n
+0000321611 00000 n
+0000321867 00000 n
+0000322094 00000 n
+0000322328 00000 n
+0000322790 00000 n
+0000325526 00000 n
+0000325665 00000 n
+0000325713 00000 n
+0000330289 00000 n
+0000329857 00000 n
+0000328335 00000 n
+0000329973 00000 n
+0001199847 00000 n
+0000332780 00000 n
+0000332537 00000 n
+0000330455 00000 n
+0000332653 00000 n
+0001203277 00000 n
+0000335171 00000 n
+0000334991 00000 n
+0000332933 00000 n
+0000335107 00000 n
+0001200022 00000 n
+0000337898 00000 n
+0000337529 00000 n
+0000335326 00000 n
+0000337645 00000 n
+0000340430 00000 n
+0000340187 00000 n
+0000338064 00000 n
+0000340303 00000 n
+0000342838 00000 n
+0000342533 00000 n
+0000340598 00000 n
+0000342649 00000 n
+0000346241 00000 n
+0000344654 00000 n
+0000344348 00000 n
+0000342991 00000 n
+0000344464 00000 n
+0000346399 00000 n
+0000346809 00000 n
+0000346095 00000 n
+0000344794 00000 n
+0000346556 00000 n
+0001203402 00000 n
+0000349161 00000 n
+0000348918 00000 n
+0000346962 00000 n
+0000349034 00000 n
+0000352306 00000 n
+0000352000 00000 n
+0000349314 00000 n
+0000352116 00000 n
+0001199149 00000 n
+0000354458 00000 n
+0000354215 00000 n
+0000352515 00000 n
+0000354331 00000 n
+0000355969 00000 n
+0000355789 00000 n
+0000354626 00000 n
+0000355905 00000 n
+0000358071 00000 n
+0000357828 00000 n
+0000356083 00000 n
+0000357944 00000 n
+0000360691 00000 n
+0000360320 00000 n
+0000358225 00000 n
+0000360436 00000 n
+0000360500 00000 n
+0000360564 00000 n
+0001203527 00000 n
+0000362634 00000 n
+0000362391 00000 n
+0000360845 00000 n
+0000362507 00000 n
+0000364787 00000 n
+0000364544 00000 n
+0000362788 00000 n
+0000364660 00000 n
+0000365939 00000 n
+0000365759 00000 n
+0000364954 00000 n
+0000365875 00000 n
+0000367390 00000 n
+0000367210 00000 n
+0000366053 00000 n
+0000367326 00000 n
+0000368794 00000 n
+0000368614 00000 n
+0000367504 00000 n
+0000368730 00000 n
+0000370225 00000 n
+0000370045 00000 n
+0000368908 00000 n
+0000370161 00000 n
+0001203652 00000 n
+0000371621 00000 n
+0000371441 00000 n
+0000370339 00000 n
+0000371557 00000 n
+0000373018 00000 n
+0000372838 00000 n
+0000371735 00000 n
+0000372954 00000 n
+0000376569 00000 n
+0000376327 00000 n
+0000373132 00000 n
+0000376443 00000 n
+0001201061 00000 n
+0000379644 00000 n
+0000379464 00000 n
+0000376749 00000 n
+0000379580 00000 n
+0000382461 00000 n
+0000382281 00000 n
+0000379826 00000 n
+0000382397 00000 n
+0000384997 00000 n
+0000384817 00000 n
+0000382616 00000 n
+0000384933 00000 n
+0001203777 00000 n
+0000387931 00000 n
+0000388213 00000 n
+0000387794 00000 n
+0000385124 00000 n
+0000388086 00000 n
+0000388150 00000 n
+0000390827 00000 n
+0000390647 00000 n
+0000388392 00000 n
+0000390763 00000 n
+0000392380 00000 n
+0000392137 00000 n
+0000390980 00000 n
+0000392253 00000 n
+0000394613 00000 n
+0000394307 00000 n
+0000392507 00000 n
+0000394423 00000 n
+0000396235 00000 n
+0000395993 00000 n
+0000394767 00000 n
+0000396109 00000 n
+0000398037 00000 n
+0000397668 00000 n
+0000396362 00000 n
+0000397784 00000 n
+0001203902 00000 n
+0000399815 00000 n
+0000399572 00000 n
+0000398190 00000 n
+0000399688 00000 n
+0000401773 00000 n
+0000401404 00000 n
+0000399955 00000 n
+0000401520 00000 n
+0000403769 00000 n
+0000403526 00000 n
+0000401927 00000 n
+0000403642 00000 n
+0000405788 00000 n
+0000405482 00000 n
+0000403923 00000 n
+0000405598 00000 n
+0000406668 00000 n
+0000406488 00000 n
+0000405929 00000 n
+0000406604 00000 n
+0000409826 00000 n
+0000409974 00000 n
+0000410124 00000 n
+0000410273 00000 n
+0000410423 00000 n
+0000410574 00000 n
+0000410724 00000 n
+0000410874 00000 n
+0000411024 00000 n
+0000411174 00000 n
+0000411323 00000 n
+0000411472 00000 n
+0000411623 00000 n
+0000411774 00000 n
+0000411925 00000 n
+0000412075 00000 n
+0000412226 00000 n
+0000412377 00000 n
+0000412528 00000 n
+0000412679 00000 n
+0000412829 00000 n
+0000412980 00000 n
+0000413131 00000 n
+0000413281 00000 n
+0000413431 00000 n
+0000413582 00000 n
+0000413733 00000 n
+0000413883 00000 n
+0000414034 00000 n
+0000414185 00000 n
+0000414335 00000 n
+0000414486 00000 n
+0000414637 00000 n
+0000414788 00000 n
+0000414939 00000 n
+0000415090 00000 n
+0000415241 00000 n
+0000415390 00000 n
+0000415541 00000 n
+0000415691 00000 n
+0000415842 00000 n
+0000415992 00000 n
+0000416143 00000 n
+0000416293 00000 n
+0000416444 00000 n
+0000416592 00000 n
+0000416740 00000 n
+0000416889 00000 n
+0000417038 00000 n
+0000417186 00000 n
+0000417337 00000 n
+0000417487 00000 n
+0000417638 00000 n
+0000417789 00000 n
+0000417939 00000 n
+0000418089 00000 n
+0000418240 00000 n
+0000418391 00000 n
+0000418540 00000 n
+0000418690 00000 n
+0000418841 00000 n
+0000418992 00000 n
+0000419143 00000 n
+0000419293 00000 n
+0000419442 00000 n
+0000419592 00000 n
+0000419743 00000 n
+0000419894 00000 n
+0000420045 00000 n
+0000420195 00000 n
+0000420346 00000 n
+0000420497 00000 n
+0000420647 00000 n
+0000420797 00000 n
+0000420947 00000 n
+0000421098 00000 n
+0000421249 00000 n
+0000421399 00000 n
+0000421548 00000 n
+0000421698 00000 n
+0000421847 00000 n
+0000421997 00000 n
+0000422147 00000 n
+0000422298 00000 n
+0000422448 00000 n
+0000422599 00000 n
+0000422750 00000 n
+0000422901 00000 n
+0000423052 00000 n
+0000423203 00000 n
+0000423354 00000 n
+0000423503 00000 n
+0000423654 00000 n
+0000423805 00000 n
+0000423955 00000 n
+0000424106 00000 n
+0000424257 00000 n
+0000424408 00000 n
+0000424559 00000 n
+0000424710 00000 n
+0000424861 00000 n
+0000425011 00000 n
+0000425162 00000 n
+0000425313 00000 n
+0000425462 00000 n
+0000425611 00000 n
+0000425761 00000 n
+0000425911 00000 n
+0000426061 00000 n
+0000426211 00000 n
+0000426361 00000 n
+0000426511 00000 n
+0000426662 00000 n
+0000426811 00000 n
+0000426961 00000 n
+0000427111 00000 n
+0000427262 00000 n
+0000427413 00000 n
+0000427561 00000 n
+0000427710 00000 n
+0000427859 00000 n
+0000428007 00000 n
+0000428155 00000 n
+0000428304 00000 n
+0000428452 00000 n
+0000428601 00000 n
+0000432251 00000 n
+0000432400 00000 n
+0000432549 00000 n
+0000432699 00000 n
+0000432849 00000 n
+0000428874 00000 n
+0000408564 00000 n
+0000406782 00000 n
+0000428749 00000 n
+0001204027 00000 n
+0000432999 00000 n
+0000433150 00000 n
+0000433299 00000 n
+0000433449 00000 n
+0000433600 00000 n
+0000433751 00000 n
+0000433900 00000 n
+0000434051 00000 n
+0000434201 00000 n
+0000434352 00000 n
+0000434502 00000 n
+0000434652 00000 n
+0000434802 00000 n
+0000434952 00000 n
+0000435099 00000 n
+0000435250 00000 n
+0000435401 00000 n
+0000435552 00000 n
+0000435702 00000 n
+0000435853 00000 n
+0000436003 00000 n
+0000436154 00000 n
+0000436305 00000 n
+0000436455 00000 n
+0000436606 00000 n
+0000436757 00000 n
+0000436908 00000 n
+0000437057 00000 n
+0000437206 00000 n
+0000437357 00000 n
+0000437508 00000 n
+0000437658 00000 n
+0000437809 00000 n
+0000437957 00000 n
+0000438106 00000 n
+0000438257 00000 n
+0000438408 00000 n
+0000438559 00000 n
+0000438710 00000 n
+0000438861 00000 n
+0000439011 00000 n
+0000439162 00000 n
+0000439313 00000 n
+0000439463 00000 n
+0000439614 00000 n
+0000439765 00000 n
+0000439914 00000 n
+0000440065 00000 n
+0000440216 00000 n
+0000440367 00000 n
+0000440518 00000 n
+0000440667 00000 n
+0000440817 00000 n
+0000440968 00000 n
+0000441117 00000 n
+0000441268 00000 n
+0000441419 00000 n
+0000441570 00000 n
+0000441720 00000 n
+0000441871 00000 n
+0000442022 00000 n
+0000442173 00000 n
+0000442322 00000 n
+0000442473 00000 n
+0000442624 00000 n
+0000442774 00000 n
+0000442923 00000 n
+0000443072 00000 n
+0000443220 00000 n
+0000443369 00000 n
+0000443517 00000 n
+0000443666 00000 n
+0000443815 00000 n
+0000443964 00000 n
+0000444111 00000 n
+0000444259 00000 n
+0000444407 00000 n
+0000444555 00000 n
+0000444701 00000 n
+0000444851 00000 n
+0000445002 00000 n
+0000445153 00000 n
+0000445303 00000 n
+0000445453 00000 n
+0000445604 00000 n
+0000445755 00000 n
+0000445906 00000 n
+0000446057 00000 n
+0000446207 00000 n
+0000446357 00000 n
+0000446507 00000 n
+0000446657 00000 n
+0000446808 00000 n
+0000446959 00000 n
+0000447110 00000 n
+0000447260 00000 n
+0000447410 00000 n
+0000447561 00000 n
+0000447711 00000 n
+0000447861 00000 n
+0000448012 00000 n
+0000448161 00000 n
+0000448311 00000 n
+0000448461 00000 n
+0000448612 00000 n
+0000448762 00000 n
+0000448912 00000 n
+0000449062 00000 n
+0000449213 00000 n
+0000449364 00000 n
+0000449515 00000 n
+0000449666 00000 n
+0000449817 00000 n
+0000449968 00000 n
+0000450119 00000 n
+0000450270 00000 n
+0000450421 00000 n
+0000450572 00000 n
+0000450723 00000 n
+0000450872 00000 n
+0000451021 00000 n
+0000451171 00000 n
+0000451321 00000 n
+0000451471 00000 n
+0000451620 00000 n
+0000451768 00000 n
+0000451916 00000 n
+0000452067 00000 n
+0000452218 00000 n
+0000452369 00000 n
+0000452520 00000 n
+0000452671 00000 n
+0000452822 00000 n
+0000452973 00000 n
+0000453122 00000 n
+0000453271 00000 n
+0000453420 00000 n
+0000453569 00000 n
+0000453717 00000 n
+0000453865 00000 n
+0000454013 00000 n
+0000454162 00000 n
+0000456488 00000 n
+0000456639 00000 n
+0000456789 00000 n
+0000456940 00000 n
+0000457090 00000 n
+0000454374 00000 n
+0000430800 00000 n
+0000428999 00000 n
+0000454311 00000 n
+0000457240 00000 n
+0000457388 00000 n
+0000457539 00000 n
+0000457690 00000 n
+0000457841 00000 n
+0000457992 00000 n
+0000458142 00000 n
+0000458292 00000 n
+0000458443 00000 n
+0000458594 00000 n
+0000458744 00000 n
+0000458894 00000 n
+0000459044 00000 n
+0000459194 00000 n
+0000459345 00000 n
+0000459496 00000 n
+0000459647 00000 n
+0000459797 00000 n
+0000459948 00000 n
+0000460099 00000 n
+0000460248 00000 n
+0000460397 00000 n
+0000460547 00000 n
+0000460696 00000 n
+0000460846 00000 n
+0000460995 00000 n
+0000461145 00000 n
+0000461295 00000 n
+0000461445 00000 n
+0000461595 00000 n
+0000461745 00000 n
+0000461896 00000 n
+0000462047 00000 n
+0000462197 00000 n
+0000462347 00000 n
+0000462497 00000 n
+0000462648 00000 n
+0000462799 00000 n
+0000462950 00000 n
+0000463101 00000 n
+0000463251 00000 n
+0000463402 00000 n
+0000463552 00000 n
+0000463703 00000 n
+0000463854 00000 n
+0000464005 00000 n
+0000464156 00000 n
+0000464307 00000 n
+0000464457 00000 n
+0000464606 00000 n
+0000464755 00000 n
+0000464906 00000 n
+0000465055 00000 n
+0000465206 00000 n
+0000465357 00000 n
+0000465508 00000 n
+0000465659 00000 n
+0000465809 00000 n
+0000465959 00000 n
+0000466110 00000 n
+0000466261 00000 n
+0000466412 00000 n
+0000466625 00000 n
+0000455757 00000 n
+0000454512 00000 n
+0000466562 00000 n
+0001195940 00000 n
+0000466750 00000 n
+0001195099 00000 n
+0000466776 00000 n
+0000467186 00000 n
+0000467744 00000 n
+0001194800 00000 n
+0000468140 00000 n
+0000468919 00000 n
+0001196047 00000 n
+0000468945 00000 n
+0000469322 00000 n
+0000470415 00000 n
+0000470539 00000 n
+0000471314 00000 n
+0001195865 00000 n
+0000471340 00000 n
+0000471366 00000 n
+0000471784 00000 n
+0000472397 00000 n
+0000472838 00000 n
+0000474063 00000 n
+0000474315 00000 n
+0000475209 00000 n
+0000476430 00000 n
+0000477553 00000 n
+0000478129 00000 n
+0000479449 00000 n
+0000480279 00000 n
+0000481525 00000 n
+0000481549 00000 n
+0000482819 00000 n
+0000482845 00000 n
+0000482871 00000 n
+0000484076 00000 n
+0000485089 00000 n
+0000486207 00000 n
+0000486233 00000 n
+0000487402 00000 n
+0000506154 00000 n
+0000508134 00000 n
+0000508356 00000 n
+0000539819 00000 n
+0000540292 00000 n
+0000570796 00000 n
+0000584657 00000 n
+0000584889 00000 n
+0000615659 00000 n
+0000640165 00000 n
+0000642983 00000 n
+0000645489 00000 n
+0000645735 00000 n
+0000653032 00000 n
+0000655399 00000 n
+0000655641 00000 n
+0000658381 00000 n
+0000660896 00000 n
+0000661140 00000 n
+0000699807 00000 n
+0000735666 00000 n
+0000749809 00000 n
+0000750052 00000 n
+0000772939 00000 n
+0000802519 00000 n
+0000838111 00000 n
+0000865374 00000 n
+0000865728 00000 n
+0000886150 00000 n
+0000886512 00000 n
+0000905289 00000 n
+0000911728 00000 n
+0000911963 00000 n
+0000925448 00000 n
+0000925716 00000 n
+0000954187 00000 n
+0000954488 00000 n
+0000982517 00000 n
+0000982820 00000 n
+0000996636 00000 n
+0000996881 00000 n
+0001000565 00000 n
+0001002918 00000 n
+0001003162 00000 n
+0001027683 00000 n
+0001027957 00000 n
+0001063833 00000 n
+0001090474 00000 n
+0001125661 00000 n
+0001157659 00000 n
+0001158287 00000 n
+0001170966 00000 n
+0001171227 00000 n
+0001177310 00000 n
+0001177656 00000 n
+0001204125 00000 n
+0001204245 00000 n
+0001204371 00000 n
+0001204497 00000 n
+0001204580 00000 n
+0001212766 00000 n
+0001212970 00000 n
+0001213182 00000 n
+0001213385 00000 n
+0001213567 00000 n
+0001213735 00000 n
+0001213906 00000 n
+0001214093 00000 n
+0001214272 00000 n
+0001214444 00000 n
+0001214615 00000 n
+0001214785 00000 n
+0001214957 00000 n
+0001215132 00000 n
+0001215309 00000 n
+0001215483 00000 n
+0001215657 00000 n
+0001215834 00000 n
+0001216009 00000 n
+0001216186 00000 n
+0001216361 00000 n
+0001216538 00000 n
+0001216713 00000 n
+0001216890 00000 n
+0001217065 00000 n
+0001217242 00000 n
+0001217433 00000 n
+0001217647 00000 n
+0001217832 00000 n
+0001218040 00000 n
+0001218265 00000 n
+0001218494 00000 n
+0001218721 00000 n
+0001218982 00000 n
+0001219243 00000 n
+0001219509 00000 n
+0001219776 00000 n
+0001220045 00000 n
+0001220320 00000 n
+0001220587 00000 n
+0001220854 00000 n
+0001221097 00000 n
+0001221250 00000 n
+0001221370 00000 n
+0001221488 00000 n
+0001221604 00000 n
+0001221720 00000 n
+0001221843 00000 n
+0001221978 00000 n
+0001222106 00000 n
+0001222236 00000 n
+0001222319 00000 n
+0001222401 00000 n
+0001222441 00000 n
+0001222629 00000 n
+trailer
+<< /Size 1984
+/Root 1982 0 R
+/Info 1983 0 R
+/ID [<39651757D2361F96DF82B8341CF1BFC8> <39651757D2361F96DF82B8341CF1BFC8>] >>
+startxref
+1222905
+%%EOF