From 1b5baf0f475cbfdc378718a46057c5c481b59065 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 25 Sep 2009 00:48:57 +0000 Subject: glossaries update (24sep09) git-svn-id: svn://tug.org/texlive/trunk@15452 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/glossaries/CHANGES | 17 + Master/texmf-dist/doc/latex/glossaries/README | 6 +- .../doc/latex/glossaries/glossaries-manual.html | 4772 ++-- .../doc/latex/glossaries/glossaries-manual.tex | 167 +- .../texmf-dist/doc/latex/glossaries/glossaries.pdf | 25631 ++++++++++--------- .../doc/latex/glossaries/glossariesbegin.html | 52 +- .../doc/latex/glossaries/glossariesbegin.pdf | Bin 105504 -> 105212 bytes .../doc/latex/glossaries/glossariesbegin.tex | 24 +- .../doc/latex/glossaries/glossary2glossaries.pdf | Bin 172098 -> 172098 bytes 9 files changed, 15611 insertions(+), 15058 deletions(-) (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/glossaries/CHANGES b/Master/texmf-dist/doc/latex/glossaries/CHANGES index 52828d7de22..c147ba1ddb1 100644 --- a/Master/texmf-dist/doc/latex/glossaries/CHANGES +++ b/Master/texmf-dist/doc/latex/glossaries/CHANGES @@ -1,12 +1,29 @@ glossaries change log: +v2.03: + * Added check to see if \glossarymark has been defined + + * makeglossaries - failed file test messages printed to + stdout instead of stderr (so that it doesn't interrupt + latexmk). + + * Fixed bug when used with tabularx. + + * Added package option hyperfirst (boolean option to suppress + hyperlink on first use). + + * Added pod to makeglossaries. + v2.02: * Renamed glossaries-dictionary-Brazil.dict to glossaries-dictionary-Brazilian.dict + * Replaced \@mkboth with \glossarymark in \glossarysection to make it easier for the user to override it + * Fixed bug that generated no \printglossary warning when the glossary is placed in a group + * translate=false option will now prevent automatic loading of translator package. diff --git a/Master/texmf-dist/doc/latex/glossaries/README b/Master/texmf-dist/doc/latex/glossaries/README index 59c1f935790..0f557279d1f 100644 --- a/Master/texmf-dist/doc/latex/glossaries/README +++ b/Master/texmf-dist/doc/latex/glossaries/README @@ -1,13 +1,13 @@ -LaTeX Package : glossaries v 2.02 +LaTeX Package : glossaries v 2.03 -Last Modified : 13th July 2009 +Last Modified : 23rd September 2009 Author : Nicola Talbot This package is provided to assist generating glossaries. The package supports acronyms and multiple glossaries. New entries are defined to have a name and description (and -optionally an associated symbol.) Plural forms can also be +optionally an associated symbol). Plural forms can also be specified. New glossary styles can be defined, and preambles and postambles can be specified. There is provision for loading a database of terms, only terms used in the text will be added diff --git a/Master/texmf-dist/doc/latex/glossaries/glossaries-manual.html b/Master/texmf-dist/doc/latex/glossaries/glossaries-manual.html index 79beb8a696e..38ebea47a8a 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossaries-manual.html +++ b/Master/texmf-dist/doc/latex/glossaries/glossaries-manual.html @@ -7,8 +7,8 @@ original version by: Nikos Drakos, CBLU, University of Leeds Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -glossaries.sty v 2.02: LaTeX2e Package to Assist Generating Glossaries - +glossaries.sty v 2.03: LaTeX2e Package to Assist Generating Glossaries + @@ -27,7 +27,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds

-

glossaries.sty v 2.02: LaTeX2e Package to Assist Generating Glossaries

+

glossaries.sty v 2.03: LaTeX2e Package to Assist Generating Glossaries

Nicola L.C. Talbot

@@ -40,7 +40,7 @@ Norwich. Norfolk NR4 7TJ. United Kingdom.
http://theoval.cmp.uea.ac.uk/~nlct/

-

13th July 2009

+

23rd September 2009


@@ -174,11 +174,11 @@ glossaries. It also supports acronyms and glossary styles that include symbols (in addition to a name and description) for glossary entries. There is provision for loading a database of glossary terms. Only those terms used1 in the document will be + HREF="#foot3964">1 in the document will be added to the glossary.

-This package replaces the glossary package which is +This package replaces the glossary package which is now obsolete. Please see Upgrading from the glossary package @@ -198,12 +198,12 @@ The glossaries package comes with a Perl script -called makeglossaries. This provides a convenient interface -to makeindex or xindy. It is strongly +called makeglossaries. This provides a convenient interface +to makeindex or xindy. It is strongly recommended that you use this script, but it is not essential. If you are reluctant to install Perl, or for any -other reason you don't want to use makeglossaries, you -can called makeindex or xindy explicitly. +other reason you don't want to use makeglossaries, you +can called makeindex or xindy explicitly. See Generating the Associated Glossary Files for further details. @@ -302,7 +302,7 @@ You can test your installation using this file. To create the complete document you will need to do the following steps:

    -
  1. Run minimalgls.tex through LaTeX by either +
  2. Run minimalgls.tex through LaTeX either by typing
     latex minimalgls
    @@ -315,15 +315,15 @@ latex minimalgls
     
     

    If you get a Missing \begin{document} error, then - it's most likely that your version of xkeyval is + it's most likely that your version of xkeyval is out of date. Check the log file for a warning of that nature. If this is the case, you will need to update the xkeyval package.

  3. -
  4. Run makeglossaries on the document. This can - be done on a terminal by either typing +
  5. Run makeglossaries on the document. This can + be done on a terminal either by typing
     makeglossaries minimalgls
     
    @@ -333,7 +333,7 @@ perl makeglossaries minimalgls If your system doesn't recognise the command perl then it's likely you don't have Perl installed. In which case you - will need to use makeindex directly. You can do this + will need to use makeindex directly. You can do this in a terminal by typing (all on one line):
     makeindex -s minimalgls.ist -t minimalgls.glg -o minimalgls.gls
    @@ -341,7 +341,7 @@ minimalgls.glo
     
    (See later - for further details on using makeindex explicitly.) + for further details on using makeindex explicitly.)

    Note that if you need to specify the full path and the path @@ -371,10 +371,10 @@ makeglossaries sample4col latex sample4col As before, if you don't have Perl installed, you will need to -use makeindex directly instead of using -makeglossaries. The vertical gap between entries +use makeindex directly instead of using +makeglossaries. The vertical gap between entries is the gap created at the start of each group. This can be -suppressed by redefining \glsgroupskip after the glossary +suppressed by redefining \glsgroupskip after the glossary style has been set:

     \renewcommand*{\glsgroupskip}{}
    @@ -411,8 +411,8 @@ latex sampleAcrDesc
     
     
    sampleDesc.tex
    This is similar to the previous example, -except that it defines the acronyms using \newglossaryentry -instead of \newacronym. As with +except that it defines the acronyms using \newglossaryentry +instead of \newacronym. As with the previous example, the glossary is added to the table of contents, so an extra run through LaTeX is required:
    @@ -428,7 +428,7 @@ latex sampleDesc
     
    This document illustrates how to load external files containing the glossary definitions. It also illustrates how to define a new glossary type. This document -has the number list suppressed and uses \glsaddall to add +has the number list suppressed and uses \glsaddall to add all the entries to the glossaries without referencing each one explicitly. To create the document do:
    @@ -439,8 +439,8 @@ latex sampleDB
     The glossary definitions are stored in the accompanying files 
     database1.tex and database2.tex. Note that if
     you don't have Perl installed, you will need to use
    -makeindex twice instead of a single call to 
    -makeglossaries:
    +makeindex twice instead of a single call to 
    +makeglossaries:
     
     
    1. Create the main glossary: @@ -473,7 +473,7 @@ latex sampleEq
    sampleEqPg.tex
    This is similar to the previous example, -but the number lists are a mixture of page +but the number lists are a mixture of page numbers and equation numbers. This example adds the glossary to the table of contents, so an extra LaTeX run is required:
    @@ -511,8 +511,8 @@ latex sampleNtn
     latex sampleNtn
     
    Note that if you don't have Perl installed, you will need to use -makeindex twice instead of a single call to -makeglossaries: +makeindex twice instead of a single call to +makeglossaries:
    1. Create the main glossary: @@ -541,10 +541,10 @@ latex sample latex sample
    You can see the difference between word and letter ordering -if you substitute order=word with -order=letter. (Note that this will only have an -effect if you use makeglossaries. If you use -makeindex explicitly, you will need to use the +if you substitute order=word with +order=letter. (Note that this will only have an +effect if you use makeglossaries. If you use +makeindex explicitly, you will need to use the -l switch to indicate letter ordering.)

    @@ -563,11 +563,11 @@ latex sampletree

    samplexdy.tex
    This document illustrates how to use the -glossaries package with xindy instead of -makeindex. The document uses UTF8 encoding (with the -inputenc package). The encoding is picked up by -makeglossaries. By default, this document will create -a xindy style file called samplexdy.xdy, but +glossaries package with xindy instead of +makeindex. The document uses UTF8 encoding (with the +inputenc package). The encoding is picked up by +makeglossaries. By default, this document will create +a xindy style file called samplexdy.xdy, but if you uncomment the lines
     \setStyleFile{samplexdy-mc}
    @@ -576,12 +576,12 @@ if you uncomment the lines
     
    it will set the style file to samplexdy-mc.xdy instead. This provides an additional letter group for entries starting -with "Mc" or "Mac". If you use makeglossaries, +with "Mc" or "Mac". If you use makeglossaries, you don't need to supply any additional information. If you -don't use makeglossaries, you will need to specify the +don't use makeglossaries, you will need to specify the required information. Note that if you set the style file to -samplexdy-mc.xdy you must also specify \noist, -otherwise the glossaries package will overwrite +samplexdy-mc.xdy you must also specify \noist, +otherwise the glossaries package will overwrite samplexdy-mc.xdy and you will lose the "Mc" letter group.

    @@ -592,7 +592,7 @@ makeglossaries samplexdy latex samplexdy

    If you don't have Perl installed, you will have to call -xindy explicitly instead of using makeglossaries. +xindy explicitly instead of using makeglossaries. If you are using the default style file samplexdy.xdy, then do (no line breaks):
    @@ -610,7 +610,7 @@ samplexdy.glo
     
     
    sampleutf8.tex
    This is another example that uses -xindy. Unlike makeindex, xindy can +xindy. Unlike makeindex, xindy can cope with accented or non-Latin characters. This document uses UTF8 encoding. To create the document do:
    @@ -619,7 +619,7 @@ makeglossaries sampleutf8
     latex sampleutf8
     
    If you don't have Perl installed, you will have to call -xindy explicitly instead of using makeglossaries +xindy explicitly instead of using makeglossaries (no line breaks):
     xindy -L english -C utf8 -I xindy -M sampleutf8 -t sampleutf8.glg
    @@ -627,7 +627,7 @@ xindy -L english -C utf8 -I xindy -M sampleutf8 -t sampleutf8.glg
     

    -If you remove the xindy option from sampleutf8.tex +If you remove the xindy option from sampleutf8.tex and do:

     latex sampleutf8
    @@ -637,7 +637,7 @@ latex sampleutf8
     you will see that the entries that start with a non-Latin character
     now appear in the symbols group, and the word "manœuvre" is now 
     after "manor" instead of before it. If you are unable to use
    -makeglossaries, the call to makeindex is as
    +makeglossaries, the call to makeindex is as
     follows (no line breaks):
     
     makeindex -s sampleutf8.ist -t sampleutf8.glg -o sampleutf8.gls
    @@ -648,7 +648,7 @@ sampleutf8.glo
     
    sampleaccsupp.tex
    This document -uses the experimental glossaries-accsupp package. The +uses the experimental glossaries-accsupp package. The symbol is set to the replacement text. Note that some PDF viewers don't use the accessibility support. Information about the glossaries-accsupp package can be found in @@ -671,13 +671,13 @@ Multi-Lingual Support

    As from version 1.17, the glossaries package can now be -used with xindy as well as makeindex. If you +used with xindy as well as makeindex. If you are writing in a language that uses accented characters or -non-Latin characters it is recommended that you use xindy -as makeindex is hard-coded for Latin languages. This +non-Latin characters it is recommended that you use xindy +as makeindex is hard-coded for Latin languages. This means that you are not restricted to the A, ..., Z letter groups. -If you want to use xindy, remember to use the -xindy package option. For example: +If you want to use xindy, remember to use the +xindy package option. For example:

     \documentclass[frenchb]{article}
     \usepackage[utf8]{inputenc}
    @@ -690,18 +690,18 @@ If you want to use xindy, remember to use the
     If you use an accented or other expandable character at the start of
     an entry name, you must place it in a group, or it will cause
     a problem for commands that convert the first letter to uppercase
    -(e.g. \Gls) due to expansion issues. For example:
    +(e.g. \Gls) due to expansion issues. For example:
     
     \newglossaryentry{elite}{name={{é}lite},
     description={select group or class}}
     

    -If you use the inputenc package, makeglossaries +If you use the inputenc package, makeglossaries will pick up the encoding from the auxiliary file. If you use -xindy explicitly instead of via makeglossaries, +xindy explicitly instead of via makeglossaries, you may need to specify the encoding using the -C -option. Read the xindy manual for further details. +option. Read the xindy manual for further details.

    @@ -716,13 +716,13 @@ As from version 1.08, the glossaries package now has limited multi-lingual support, thanks to all the people who have sent me the relevant translations either via email or via comp.text.tex. -However you must load babel before -glossaries to enable this. Note that if babel is loaded -and the translator package is detected on TEX's path, then the -translator package will be loaded automatically, however, -it may not pick up on the required languages, so if the predefined +However you must load babel before +glossaries to enable this. Note that if babel is loaded +and the translator package is detected on TEX's path, then the +translator package will be loaded automatically. However, +it may not pick up on the required languages so, if the predefined text is not translated, you may need to explicitly load the -translator package with the required languages. For example: +translator package with the required languages. For example:

     \usepackage[spanish]{babel}
     \usepackage[spanish]{translator}
    @@ -738,8 +738,8 @@ than a package option. For example:
     

    -If you want to use ngerman or german instead -of babel, you will need to include the translator package +If you want to use ngerman or german instead +of babel, you will need to include the translator package to provide the translations. For example:

     \documentclass[ngerman]{article}
    @@ -750,7 +750,7 @@ to provide the translations. For example:
     
     

    The following languages are currently supported by the -glossaries package: +glossaries package:

    @@ -791,7 +791,7 @@ The following languages are currently supported by the
    Language
    -The language dependent commands and translator keys used by the +The language dependent commands and translator keys used by the glossaries package are listed in table 1.

    @@ -800,7 +800,7 @@ glossaries package are listed in

    - + @@ -808,41 +808,41 @@ Customised Text - + - + +(when used with package option acronym). - + - + - + - + - + - +

    Due to the varied nature of glossaries, it's likely that the predefined translations may not be appropriate. If you are using -the babel package and do not have the translator package +the babel package and do not have the translator package installed, you need to be familiar with the advice on changing the words babel uses. +If you have the translator package installed, then you +can change the translations using \deftranslation. See the +translator documentation for further details.

    -If you have the translator package installed, then it becomes -much easier to change the default translations. For example, if you -are writing in Irish and you want \symbolname to produce -"Siombail" instead of "Comhartha", then you can put the following -in your document preamble: +If you don't want to use the translator interface, you +can suppress it using the package option translate=false, +and either load glossaries-babel after glossaries +or specify you're own translations. For example:

    -\deftranslation[to=Irish]{Symbol (glossaries)}{Siombail}
    +\documentclass[british]{article}
    +
    +\usepackage{babel}
    +\usepackage[translate=false]{glossaries}
    +\usepackage{glossaries-babel}
    +
    +or: +
    +\documentclass[british]{article}
    +
    +\usepackage{babel}
    +\usepackage[translate=false]{glossaries}
    +
    +\addto\captionsbritish{%
    +    \renewcommand*{\glossaryname}{List of Terms}%
    +    \renewcommand*{\acronymname}{List of Acronyms}%
    +    \renewcommand*{\entryname}{Notation}%
    +    \renewcommand*{\descriptionname}{Description}%
    +    \renewcommand*{\symbolname}{Symbol}%
    +    \renewcommand*{\pagelistname}{Page List}%
    +    \renewcommand*{\glssymbolsgroupname}{Symbols}%
    +    \renewcommand*{\glsnumbersgroupname}{Numbers}%
    +}
     

    -Note that xindy provides much better multi-lingual -support than makeindex, so it's recommended that you -use xindy if you have glossary entries that contain +Note that xindy provides much better multi-lingual +support than makeindex, so it's recommended that you +use xindy if you have glossary entries that contain accented characters or non-Roman letters. See Xindy @@ -897,21 +921,21 @@ intermediate step. It is this application that creates the file containing the code that typesets the glossary. If this step is omitted, the glossaries will not appear in your document. The two indexing applications that are most commonly used with -LaTeX are makeindex and xindy. As +LaTeX are makeindex and xindy. As from version 1.17, the glossaries package can be used with either of these applications. Previous versions were designed -to be used with makeindex only. Note that -xindy has much better multi-lingual support than -makeindex, so xindy is recommended if you're +to be used with makeindex only. Note that +xindy has much better multi-lingual support than +makeindex, so xindy is recommended if you're not writing in English. Commands that only have an -effect when xindy is used are described +effect when xindy is used are described later.

    The glossaries package comes with the Perl script -makeglossaries which will run makeindex or -xindy on all the glossary files using a customized style -file (which is created by \makeglossaries). See +makeglossaries which will run makeindex or +xindy on all the glossary files using a customized style +file (which is created by \makeglossaries). See Using the makeglossaries Perl script for further details. Perl is stable, cross-platform, open source software that @@ -919,24 +943,24 @@ is used by a number of TEX-related applications. Further information is available at http://www.perl.org/about.html. However, whilst it is strongly recommended that you use the -makeglossaries script, it is possible to use the +makeglossaries script, it is possible to use the glossaries package without having Perl installed. In which -case, if you have used the xindy package option, you will -need to use xindy (see +case, if you have used the xindy package option, you will +need to use xindy (see Using xindy explicitly), otherwise you will need to use -makeindex (see +makeindex (see Using makeindex explicitly). Note that some commands and package options have no effect if you don't use -makeglossaries. These are listed in +makeglossaries. These are listed in table 2.

    Note that if any of your entries use an entry that is not referenced outside the glossary, you will need to -do an additional makeglossaries, makeindex -or xindy run, as appropriate. For example, +do an additional makeglossaries, makeindex +or xindy run, as appropriate. For example, suppose you have defined the following entries:

     \newglossaryentry{citrusfruit}{name={citrus fruit},
    @@ -950,7 +974,7 @@ and suppose you have \gls{citrusfruit} in your document
     but don't reference the orange entry, then the
     orange entry won't appear in your glossary until
     you first create the glossary and then do another run
    -of makeglossaries, makeindex or xindy.
    +of makeglossaries, makeindex or xindy.
     For example, if the document is called myDoc.tex, then
     you must do:
     
    @@ -962,17 +986,17 @@ latex myDoc
     

    -Likewise, an additional makeglossaries and LaTeX run +Likewise, an additional makeglossaries and LaTeX run may be required if the document pages shift with re-runs. For example, if the page numbering is not reset after the table of contents, the insertion of the table of contents on the second LaTeX run may push glossary entries across page boundaries, which -means that the number lists in the glossary may +means that the number lists in the glossary may need updating.

    The examples in this document assume that you are accessing -makeglossaries, xindy or makeindex via +makeglossaries, xindy or makeindex via a terminal. Windows users can use the MSDOS Prompt which is usually accessed via the Start->All Programs @@ -985,38 +1009,38 @@ details.

    If any problems occur, remember to check the transcript files -(e.g. .glg or .alg) for messages. +(e.g. .glg or .alg) for messages.


    - +
    Table 1: Customised Text
    Translator Key Word Purpose  
     \glossaryname
     \glossaryname Glossary Title of the main glossary.  
     \acronymname
     \acronymname Acronyms Title of the list of acronyms -(when used with package option acronym).  
     \entryname
     \entryname Notation (glossaries) Header for first column in the glossary (for 2, 3 or 4 column glossaries that support headers).  
     \descriptionname
     \descriptionname Description (glossaries) Header for second column in the glossary (for 2, 3 or 4 column glossaries that support headers).  
     \symbolname
     \symbolname Symbol (glossaries) Header for symbol column in the glossary for glossary styles that support this option.  
     \pagelistname
     \pagelistname Page List (glossaries) Header for page list column in the glossary for glossaries that support this option.  
     \glssymbolsgroupname
     \glssymbolsgroupname Symbols (glossaries) Header for symbols section of the glossary for glossary styles that support this option.  
     \glsnumbersgroupname
     \glsnumbersgroupname Numbers (glossaries) Header for numbers section of the glossary for glossary styles that support @@ -856,25 +856,49 @@ this option.
    - - + + - + - + - + - + - + @@ -1039,12 +1063,12 @@ Using the makeglossaries Perl Script

    -The makeglossaries script picks up the relevant -information from the auxiliary (.aux) file and -will either call xindy or makeindex, +The makeglossaries script picks up the relevant +information from the auxiliary (.aux) file and +will either call xindy or makeindex, depending on the supplied information. Therefore, you only need to pass the document's name without the extension to -makeglossaries. +makeglossaries. For example, if your document is called myDoc.tex, type the following in your terminal:

    @@ -1052,7 +1076,7 @@ latex myDoc
     makeglossaries myDoc
     latex myDoc
     
    -You may need to explicitly load makeglossaries into +You may need to explicitly load makeglossaries into Perl:
     perl makeglossaries myDoc
    @@ -1061,6 +1085,12 @@ There is a batch file called makeglossaries.bat which
     does this for Windows users, but you must have Perl installed to
     be able to use it.
     
    +

    +The makeglossaries script contains POD (Plain Old +Documentation). If you want, you can create a man page for +makeglossaries using pod2man and move the +resulting file onto the man path. +

    Top @@ -1073,20 +1103,20 @@ Using xindy explicitly

    -If you want to use xindy to process the glossary +If you want to use xindy to process the glossary files, you must make sure you have used the -xindy package option: +xindy package option:

     \usepackage[xindy]{glossaries}
     
    -This is required regardless of whether you use xindy +This is required regardless of whether you use xindy explicitly or whether it's called implicitly via -makeglossaries. This causes the glossary -entries to be written in raw xindy format, so you need to +makeglossaries. This causes the glossary +entries to be written in raw xindy format, so you need to use -I xindy not -I tex.

    -To run xindy type the following in your terminal +To run xindy type the following in your terminal (all on one line):

    xindy -L language -C encoding -I xindy @@ -1098,10 +1128,10 @@ To run xindy type the following in your terminal
    where language is the required language name, encoding is the encoding, base is the name of the document without the -.tex extension and style is the name of the -xindy style file without the .xdy extension. -The default name for this style file is base.xdy -but can be changed via \setStyleFile{style}. You may need +.tex extension and style is the name of the +xindy style file without the .xdy extension. +The default name for this style file is base.xdy +but can be changed via \setStyleFile{style}. You may need to specify the full path name depending on the current working directory. If any of the file names contain spaces, you must delimit them using double-quotes. @@ -1117,27 +1147,27 @@ xindy -L english -C utf8 -I xindy -M myDoc -t myDoc.glg -o myDoc.gls myDoc.glo

    Note that this just creates the main glossary. You need to do the same for each of the other glossaries (including the -list of acronyms if you have used the acronym -package option), substituting .glg, .gls -and .glo with the relevant extensions. For example, -if you have used the acronym package option, then +list of acronyms if you have used the acronym +package option), substituting .glg, .gls +and .glo with the relevant extensions. For example, +if you have used the acronym package option, then you would need to do:

     xindy -L english -C utf8 -I xindy -M myDoc -t myDoc.alg -o myDoc.acr myDoc.acn
     
    For additional glossaries, the extensions are those supplied -when you created the glossary with \newglossary. +when you created the glossary with \newglossary.

    -Note that if you use makeglossaries instead, you can -replace all those calls to xindy with just one call -to makeglossaries: +Note that if you use makeglossaries instead, you can +replace all those calls to xindy with just one call +to makeglossaries:

     makeglossaries myDoc
     
    Note also that some commands and package options have no effect if -you use xindy explicitly instead of using -makeglossaries. These are listed in +you use xindy explicitly instead of using +makeglossaries. These are listed in table 2.

    @@ -1152,10 +1182,10 @@ Using makeindex explicitly

    -If you want to use makeindex explicitly, you must -make sure that you haven't used the xindy package +If you want to use makeindex explicitly, you must +make sure that you haven't used the xindy package option or the glossary entries will be written in the wrong -format. To run makeindex, type the following in +format. To run makeindex, type the following in your terminal:

    makeindex -s style.ist -t base.glg @@ -1164,11 +1194,11 @@ your terminal:

    where base is the name of your document without the -.tex extension and style.ist is the -name of the makeindex style file. By default, this is -base.ist, but may be changed via -\setStyleFile{style}. Note that there are other options, -such as -l (letter ordering). See the makeindex +.tex extension and style.ist is the +name of the makeindex style file. By default, this is +base.ist, but may be changed via +\setStyleFile{style}. Note that there are other options, +such as -l (letter ordering). See the makeindex manual for further details.

    @@ -1179,28 +1209,28 @@ makeindex -s myDoc.ist -t myDoc.glg -o myDoc.gls myDoc.glo

    Note that this only creates the main glossary. If you have additional glossaries (for example, if you have used the -acronym package option) then you must call -makeindex for each glossary, substituting -.glg, .gls and .glo with the +acronym package option) then you must call +makeindex for each glossary, substituting +.glg, .gls and .glo with the relevant extensions. For example, if you have used the -acronym package option, then you need to type the +acronym package option, then you need to type the following in your terminal:
     makeindex -s myDoc.ist -t myDoc.alg -o myDoc.acr myDoc.acn
     
    For additional glossaries, the extensions are those supplied -when you created the glossary with \newglossary. +when you created the glossary with \newglossary.

    -Note that if you use makeglossaries instead, you can -replace all those calls to makeindex with just one call -to makeglossaries: +Note that if you use makeglossaries instead, you can +replace all those calls to makeindex with just one call +to makeglossaries:

     makeglossaries myDoc
     
    Note also that some commands and package options have no effect if -you use makeindex explicitly instead of using -makeglossaries. These are listed in +you use makeindex explicitly instead of using +makeglossaries. These are listed in table 2.

    @@ -1213,8 +1243,8 @@ Note to Front-End and Script Developers

    -The information needed to determine whether to use xindy -or makeindex and the information needed to call those +The information needed to determine whether to use xindy +or makeindex and the information needed to call those applications is stored in the auxiliary file. This information can be gathered by a front-end, editor or script to make the glossaries where appropriate. This section describes how the information is @@ -1245,8 +1275,8 @@ The indexing application's style file is specified by
    \@istfilename{filename}

    -The file extension indicates whether to use makeindex -(.ist) or xindy (.xdy). Note that +The file extension indicates whether to use makeindex +(.ist) or xindy (.xdy). Note that the glossary information is formatted differently depending on which indexing application is supposed to be used, so it's important to call the correct one. @@ -1260,7 +1290,7 @@ Word or letter ordering is specified by: where order can be either word or letter.

    -If xindy should be used, the language and code page +If xindy should be used, the language and code page for each glossary is specified by

    \@xdylanguage{label}{language} @@ -1270,7 +1300,7 @@ for each glossary is specified by where label identifies the glossary, language is the root language (e.g. english) and code is the encoding (e.g. utf8). These commands are omitted -if makeindex should be used. +if makeindex should be used.

    Top @@ -1310,26 +1340,36 @@ Missing \begin{document}

    -A. Check you are using an up to date version of the xkeyval +A. Check you are using an up to date version of the xkeyval package.

    -

  6. Q. I've used the smallcaps option, but the acronyms +
  7. Q. I've used the smallcaps option, but the acronyms are displayed in normal sized upper case letters.

    -A. The smallcaps package option uses \textsc to typeset +A. The smallcaps package option uses \textsc to typeset the acronyms. This command converts lower case letters to small capitals, while upper case letters remain their usual size. Therefore you need to specify the acronym in lower case letters. +

    +

  8. +
  9. Q. My acronyms won't break across a line when they're +expanded. + +

    +A. PDFLaTeX can break hyperlinks across a line, but +LaTeX can't. If you can't use PDFLaTeX then disable the first use +links using the package option hyperfirst=false. +

  10. Q. How do I change the font that the acronyms are displayed in?

    -A. The easiest way to do this is to specify the smaller package +A. The easiest way to do this is to specify the smaller package option and redefine \acronymfont to use the required typesetting command. For example, suppose you would like the acronyms displayed in a sans-serif font, then you can do: @@ -1341,15 +1381,15 @@ a sans-serif font, then you can do:

  11. Q. How do I change the font that the acronyms are displayed in -on first use? +on first use?

    -A. The easiest way to do this is to specify the smaller package +A. The easiest way to do this is to specify the smaller package option and redefine \firstacronymfont to use the required command. Note that if you don't want the acronym on subsequent use to use \textsmaller, you will also need to redefine \acronymfont, as above. For example to make the acronym emphasized on -first use, but use the surrounding font for subsequent use, you can do: +first use, but use the surrounding font for subsequent use, you can do:

     \usepackage[smaller]{glossaries}
     \renewcommand*{\firstacronymfont}[1]{\emph{#1}}
    @@ -1359,22 +1399,22 @@ first use, but use the surrounding font for subsequent use, y
     

  12. Q. I don't have Perl installed, do I have to use -makeglossaries? +makeglossaries?

    A. Although it is strongly recommended that you use -makeglossaries, you don't have to use it. +makeglossaries, you don't have to use it. For further details, read Using xindy explicitly or Using makeindex explicitly, depending on -whether you want to use xindy or makeindex. +whether you want to use xindy or makeindex.

  13. Q. I'm used to using the glossary package: are there any -instructions on migrating from the glossary package to the +instructions on migrating from the glossary package to the glossaries package?

    @@ -1386,7 +1426,7 @@ same location as this document.

  14. -
  15. Q. I'm using babel but the fixed names haven't been +
  16. Q. I'm using babel but the fixed names haven't been translated.

    @@ -1398,7 +1438,7 @@ to the next version.

    If you are using one of the above languages, but the text hasn't been -translated, try adding the translator package with the +translated, try adding the translator package with the required languages explicitly (before you load the glossaries package). For example:

    @@ -1413,7 +1453,7 @@ for further details.
     

  17. Q. My acronyms contain strange characters when I use commands -like \acrlong. +like \acrlong.

    A. Switch off the sanitization: @@ -1430,12 +1470,12 @@ and protect fragile commands. A. Remember to do the following:

      -
    • Add \makeglossaries to the document preamble. +
    • Add \makeglossaries to the document preamble.

    • -
    • Use either \printglossary for each glossary that has -been defined or \printglossaries. +
    • Use either \printglossary for each glossary that has +been defined or \printglossaries.

    • @@ -1450,17 +1490,17 @@ that you want to appear in the glossary.

      -

    • Run LaTeX on your document, then run makeglossaries, +
    • Run LaTeX on your document, then run makeglossaries, then run LaTeX on your document again. If you want the glossaries to appear in the table of contents, you will need an extra LaTeX run. If any of your entries cross-reference an entry that's not referenced in the main body of the document, you will need to -run makeglossaries +run makeglossaries after the second LaTeX run, followed by another LaTeX run.

    -Check the log files (.log, .glg etc) for any +Check the log files (.log, .glg etc) for any warnings.

    @@ -1470,15 +1510,15 @@ the glossary entries?

    A. If it's for an individual entry, then you can -use the entry's sort key to sort it according to a +use the entry's sort key to sort it according to a different term. If it's for the entire alphabet, then you will need -to use xindy (instead of makeindex) and use an -appropriate xindy language module. Writing xindy +to use xindy (instead of makeindex) and use an +appropriate xindy language module. Writing xindy modules or styles is beyond the scope of this manual. Further -information about xindy can be found at the +information about xindy can be found at the Xindy Web Site. -There is also a link to the xindy mailing list from that +There is also a link to the xindy mailing list from that site.

    @@ -1506,51 +1546,57 @@ Package Options

    The glossaries package options are as follows:

    -
    toc
    +
    nowarn
    +
    This suppresses all warnings generated by +the glossaries package. + +

    +

    +
    nomain
    +
    This suppresses the creation of the main +glossary. Note that if you use this option, you must create another +glossary in which to put all your entries (either via the +acronym package option described below or via +\newglossary described in +Defining New +Glossaries). + +

    +

    +
    toc
    Add the glossaries to the table of contents. Note that an extra LaTeX run is required with this option.

    -
    numberline
    -
    When used with toc, this will +
    numberline
    +
    When used with toc, this will add \numberline{} in the final argument of \addcontentsline. This will align the table of contents entry with the numbered section titles. Note that this option has no -effect if the toc option is omitted. If toc is -used without numberline, the title will be aligned with +effect if the toc option is omitted. If toc is +used without numberline, the title will be aligned with the section numbers rather than the section titles.

    -
    acronym
    +
    acronym
    This creates a new glossary with the label acronym. This is equivalent to:
     \newglossary[alg]{acronym}{acr}{acn}{\acronymname}
     
    -If the acronym package option is used, \acronymtype +If the acronym package option is used, \acronymtype is set to acronym otherwise it is set to main.3 -Entries that are defined using \newacronym are placed in -the glossary whose label is given by \acronymtype, unless + HREF="#foot3760">3 +Entries that are defined using \newacronym are placed in +the glossary whose label is given by \acronymtype, unless another glossary is explicitly specified.

    -
    nomain
    -
    This suppresses the creation of the main -glossary. Note that if you use this option, you must create another -glossary in which to put all your entries (either via the -acronym package option described above or via -\newglossary described in -Defining New -Glossaries). - -

    -

    -
    section
    +
    section
    This is a key=value option. Its value should be the name of a sectional unit (e.g. chapter). This will make the glossaries appear in the named sectional unit, @@ -1572,8 +1618,10 @@ You can change this value later in the document using
    \setglossarysection{name}

    -where name is the sectional unit. The start of each glossary -adds information to the page header via +where name is the sectional unit. + +

    +The start of each glossary adds information to the page header via \glossarymark{glossary title}. This defaults to \@mkboth, but you may need to redefine it. For example, to only change the right header: @@ -1586,9 +1634,9 @@ or to prevent it from changing the headers:

    -Note that if you are using the hyperref package and the +Note that if you are using the hyperref package and the glossaries are put in chapters, you may need to redefine -\glsclearpage to do \clearpage instead of +\glsclearpage to do \clearpage instead of \cleardoublepage to prevent an unwanted blank page appearing before the glossary:

    @@ -1597,18 +1645,18 @@ before the glossary:
     
     

    -
    numberedsection
    +
    numberedsection
    The glossaries are placed in unnumbered sectional units by default, -but this can be changed using numberedsection. This option can take -three possible values: false (no -number, i.e. use starred form), nolabel +but this can be changed using numberedsection. This option can take +three possible values: false (no +number, i.e. use starred form), nolabel (numbered, i.e. unstarred form, but not labelled) and -autolabel (numbered with automatic -labelling). If numberedsection=autolabel is used, each +autolabel (numbered with automatic +labelling). If numberedsection=autolabel is used, each glossary is given a label that matches the glossary type, so the main (default) glossary is labelled main, the list of acronyms is labelled acronym4 and additional glossaries are labelled + HREF="#foot3761">4 and additional glossaries are labelled using the value specified in the first mandatory argument to \newglossary. For example, if you load glossaries using: @@ -1623,9 +1671,9 @@ acronyms is in section~\ref{acronym}. If you can't decide whether to have the acronyms in the main glossary or a separate list of acronyms, you can use -\acronymtype which is set to main if the -acronym option is not used and is set to acronym -if the acronym option is used. For example: +\acronymtype which is set to main if the +acronym option is not used and is set to acronym +if the acronym option is used. For example:
     The list of acronyms is in section~\ref{\acronymtype}.
     
    @@ -1649,150 +1697,154 @@ The list of acronyms is in section~\ref{\glsautoprefix\acronymtype}.

    -
    style
    +
    style
    This is a key=value option. Its value should be the name of the glossary style to use. Predefined glossary styles are listed later.

    -
    nolong
    +
    nolong
    This prevents the glossaries package -from automatically loading glossary-long (which means that -the longtable package also won't be loaded). This reduces +from automatically loading glossary-long (which means that +the longtable package also won't be loaded). This reduces overhead by not defining unwanted styles and commands. Not that if you use this option, you won't be able to use any of the glossary styles defined in the glossary-long package.

    -
    nosuper
    +
    nosuper
    This prevents the glossaries package -from automatically loading glossary-super (which means that -the supertabular package also won't be loaded). This reduces +from automatically loading glossary-super (which means that +the supertabular package also won't be loaded). This reduces overhead by not defining unwanted styles and commands. Not that if you use this option, you won't be able to use any of the glossary styles defined in the glossary-super package.

    -
    nolist
    +
    nolist
    This prevents the glossaries package -from automatically loading glossary-list. This reduces +from automatically loading glossary-list. This reduces overhead by not defining unwanted styles. Not that if you use this option, you won't be able to use any of the glossary styles defined in the glossary-list package. -Note that since the default style is list, you will -also need to use the style option to set the style to +Note that since the default style is list, you will +also need to use the style option to set the style to something else.

    -
    notree
    +
    notree
    This prevents the glossaries package -from automatically loading glossary-tree. This reduces +from automatically loading glossary-tree. This reduces overhead by not defining unwanted styles. Not that if you use this option, you won't be able to use any of the glossary styles defined in the glossary-tree package.

    -
    nostyles
    +
    nostyles
    This prevents all the predefined styles from being loaded. This option is provided in the event that the user has custom styles that are not dependent on the styles provided by the glossaries package. Note that if you use -this option, you can't use the style package option. Instead -you must either use \glossarystyle{style} or -the style key in the -optional argument to \printglossary. +this option, you can't use the style package option. Instead +you must either use \glossarystyle{style} or +the style key in the +optional argument to \printglossary.

    -
    nonumberlist
    +
    nonumberlist
    This option will suppress the -associated number lists in the glossaries (see also +associated number lists in the glossaries (see also Number Lists).

    -
    counter
    +
    counter
    This is a key=value option. The value should be the name of the default counter to use in the number -lists. +lists.

    -
    sanitize
    +
    sanitize
    This is a key=value option whose value is also a key=value list. By default, the glossaries package sanitizes the values of the -name, description and symbol keys used +name, description and symbol keys used when defining a new glossary entry. This means that you can use fragile commands in those keys, but it may lead to unexpected results if you try to display these values within the document text. This -sanitization can be switched off using the sanitize package +sanitization can be switched off using the sanitize package option. For example, to switch off the sanitization for the -description and name keys, but not for the -symbol key, do: +description and name keys, but not for the +symbol key, do:
     \usepackage[sanitize={name=false,description=false,%
     symbol=true}]{glossaries}
     
    -You can use sanitize=none as a shortcut for +You can use sanitize=none as a shortcut for
    sanitize={name=false,description=false,symbol=false}.

    -Note: this sanitization only applies to the name, -description and symbol keys. It doesn't apply -to any of the other keys (except the sort key which is +Note: this sanitization only applies to the name, +description and symbol keys. It doesn't apply +to any of the other keys (except the sort key which is always sanitized) so fragile commands contained in the value of the other keys must always be protected using \protect. -Since the value of the text key is obtained from the -name key, you will still need to protect fragile commands -in the name key if you don't use the text key. +Since the value of the text key is obtained from the +name key, you will still need to protect fragile commands +in the name key if you don't use the text key.

    -
    description
    +
    description
    This option changes the definition of -\newacronym to allow a description. See later +\newacronym to allow a description. See later for further details.

    -
    footnote
    +
    footnote
    This option changes the definition of -\newacronym and the way that acronyms are displayed. See later +\newacronym and the way that acronyms are displayed. See later for further details.

    -
    smallcaps
    +
    smallcaps
    This option changes the definition of -\newacronym and the way that acronyms are displayed. See later +\newacronym and the way that acronyms are displayed. See later for further details.

    -
    smaller
    +
    smaller
    This option changes the definition of -\newacronym and the way that acronyms are displayed. See later +\newacronym and the way that acronyms are displayed. +If you use this option, you will need to include the relsize +package or otherwise define \textsmaller or redefine +\acronymfont. See +later for further details.

    -
    dua
    +
    dua
    This option changes the definition of -\newacronym so that acronyms are always expanded. +\newacronym so that acronyms are always expanded. See later for further details.

    -
    shortcuts
    +
    shortcuts
    This option provides shortcut commands for acronyms. See later @@ -1800,27 +1852,27 @@ for further details.

    -
    makeindex
    +
    makeindex
    (Default) The glossary information and -indexing style file will be written in makeindex format. If you use -makeglossaries, it will automatically detect that it needs -to call makeindex. If you don't use -makeglossaries, you need to remember to use -makeindex not xindy. The indexing style file -will been given a .ist extension. +indexing style file will be written in makeindex format. If you use +makeglossaries, it will automatically detect that it needs +to call makeindex. If you don't use +makeglossaries, you need to remember to use +makeindex not xindy. The indexing style file +will been given a .ist extension.

    -
    xindy
    +
    xindy
    The glossary information and indexing style file will -be written in xindy format. If you use -makeglossaries, it will automatically detect that it needs -to call xindy. If you don't use makeglossaries, -you need to remember to use xindy not makeindex. -The indexing style file will been given a .xdy extension. +be written in xindy format. If you use +makeglossaries, it will automatically detect that it needs +to call xindy. If you don't use makeglossaries, +you need to remember to use xindy not makeindex. +The indexing style file will been given a .xdy extension.

    -The xindy package option may additionally have a +The xindy package option may additionally have a value that is a key=value comma-separated list to override the language and codepage. For example:

    @@ -1833,22 +1885,54 @@ example:
     \usepackage[xindy={glsnumbers=false}]{glossaries}
     
    See Xindy -for further details on using xindy with the +for further details on using xindy with the glossaries package.

    -
    order
    +
    order
    This may take two values: -word or letter. The default +word or letter. The default is word ordering. Note that this option has no effect if you -don't use makeglossaries. +don't use makeglossaries.

    -
    nowarn
    -
    This suppresses all warnings generated by -the glossaries package. +
    translate
    +
    This is a boolean option. The default is +true if babel or translator +have been loaded, otherwise the default value is +false. + +

    +

    +
    translate=true
    +
    If the translator package + is installed, it will be loaded and the translations will be + provided by the translator package interface. If the + translator package isn't installed, the + glossaries-babel package will be loaded and the translations + will be provided using babel's + \addto\captionlanguage mechanism. + +

    +

    +
    translate=false
    +
    Don't provide translations, even + if babel has been loaded. You can then provide you're + own translations or explicitly load glossaries-babel. + +
    +
    + +

    +

    +
    hyperfirst
    +
    This is a boolean option that specifies +whether each term has a hyperlink on first use. The default is +hyperfirst=true (terms on first use have a hyperlink, +unless explicitly suppressed using starred versions of commands +such as \gls*).

    @@ -1867,18 +1951,18 @@ Defining Glossary Entries

    All glossary entries must be defined before they are used, so it is better to define them in the preamble to ensure this.5 However + HREF="#foot3785">5 However only those entries that occur in the document (using any of the commands described in Links to Glossary Entries, Adding an entry to the glossary without generating text or Cross-Referencing Entries) will appear in the glossary. Each time an entry is used in this way, a line is added to an associated glossary file -(.glo), which then needs to be converted into a -corresponding .gls file which contains the typeset -glossary which is input by \printglossary or -\printglossaries. The Perl script makeglossaries can -be used to call makeindex or xindy, using a +(.glo), which then needs to be converted into a +corresponding .gls file which contains the typeset +glossary which is input by \printglossary or +\printglossaries. The Perl script makeglossaries can +be used to call makeindex or xindy, using a customised indexing style file, for each of the glossaries that are defined in the document. Note that there should be no need for you to explicitly edit or input any of these external files. See @@ -1888,8 +1972,8 @@ for further details.

    The command \makeglossaries must be placed in the preamble in -order to create the customised makeindex (.ist) -or xindy (.xdy) +order to create the customised makeindex (.ist) +or xindy (.xdy) style file and to ensure that glossary entries are written to the appropriate output files. If you omit \makeglossaries none of the glossaries will be created. @@ -1902,14 +1986,14 @@ to use those commands after \makeglossaries you will generate an error.

    -You can suppress the creation of the customised xindy -or makeindex style file using \noist. Note that this +You can suppress the creation of the customised xindy +or makeindex style file using \noist. Note that this command must be used before \makeglossaries.

    The default name for the customised style file is given by -\jobname.ist (for makeindex) or -\jobname.xdy (for xindy). This name may be +\jobname.ist (for makeindex) or +\jobname.xdy (for xindy). This name may be changed using:

    @@ -1921,10 +2005,10 @@ extension. Note that this command must be used before \makeglossaries.

    -Each glossary entry is assigned a number list that lists all +Each glossary entry is assigned a number list that lists all the locations in the document where that entry was used. By default, the location refers to the page number but this may be overridden -using the counter package option. The default form of +using the counter package option. The default form of the location number assumes a full stop compositor (e.g. 1.2), but if your location numbers use a different compositor (e.g. 1-2) you need to set this using @@ -1939,7 +2023,7 @@ For example: Note that this command must be used before \makeglossaries.

    -If you use xindy, you can have a different compositor +If you use xindy, you can have a different compositor for page numbers starting with an uppercase alphabetical character using:
    @@ -1947,8 +2031,8 @@ character using:

    Note that this command has no effect if you haven't used the -xindy package option. For example, if you want -number lists containing a mixture of A-1 and 2.3 +xindy package option. For example, if you want +number lists containing a mixture of A-1 and 2.3 style formats, then do:

     \glsSetCompositor{.}
    @@ -1956,7 +2040,7 @@ style formats, then do:
     
    See Number lists for -further information about number lists. +further information about number lists.

    New glossary entries are defined using the command: @@ -1968,21 +2052,21 @@ The first argument, label, must be a unique label with which to identify this entry. The second argument, key-val list, is a key=value list that supplies the relevant information -about this entry. There are two required fields: name and -description, except for sub-entries where the -name field may be omitted. Available fields are listed +about this entry. There are two required fields: name and +description, except for sub-entries where the +name field may be omitted. Available fields are listed below:

    -
    name
    +
    name
    The name of the entry (as it will appear in -the glossary). If this key is omitted and the parent +the glossary). If this key is omitted and the parent key is supplied, this value will be the same as the parent's name.

    -
    description
    +
    description
    A brief description of this term (to appear in the glossary). Within this value, you can use \nopostdesc to suppress the @@ -1992,12 +2076,12 @@ can do description={\nopostdesc}. If you want a paragraph break in the description use \glspar. However, note that not all glossary styles support multi-line descriptions. If you are using one of the tabular-like glossary -styles that permit multi-line descriptions, use \newline +styles that permit multi-line descriptions, use \newline not \\ if you want to force a line break.

    -
    parent
    +
    parent
    The label of the parent entry. Note that the parent entry must be defined before its sub-entries. See Sub-Entries for @@ -2005,57 +2089,57 @@ further details.

    -
    descriptionplural
    +
    descriptionplural
    The plural form of the -description (as passed to \glsdisplay and \glsdisplayfirst -by \glspl, \Glspl and \GLSpl). If omitted, the value -is set to the same as the description key. +description (as passed to \glsdisplay and \glsdisplayfirst +by \glspl, \Glspl and \GLSpl). If omitted, the value +is set to the same as the description key.

    -
    text
    +
    text
    How this entry will appear in the document text -when using \gls (or one of its uppercase variants). If this -field is omitted, the value of the name key is used. +when using \gls (or one of its uppercase variants). If this +field is omitted, the value of the name key is used.

    -
    first
    +
    first
    How the entry will appear in the document text -the first time it is used with \gls (or one of its uppercase -variants). If this field is omitted, the value of the text +the first time it is used with \gls (or one of its uppercase +variants). If this field is omitted, the value of the text key is used.

    -
    plural
    +
    plural
    How the entry will appear in the document text -when using \glspl (or one of its uppercase variants). +when using \glspl (or one of its uppercase variants). If this field is omitted, the value is obtained by appending -\glspluralsuffix to the value of the text field. +\glspluralsuffix to the value of the text field. The default value of \glspluralsuffix is the letter "s".

    -
    firstplural
    +
    firstplural
    How the entry will appear in the -document text the first time it is used with \glspl (or one of its +document text the first time it is used with \glspl (or one of its uppercase variants). If this field is omitted, the value is obtained -from the plural key, if the first key is omitted, -or by appending \glspluralsuffix to the value of the -first field, if the first field is present. +from the plural key, if the first key is omitted, +or by appending \glspluralsuffix to the value of the +first field, if the first field is present.

    Note: prior to version 1.13, the default value of -firstplural was always taken by appending "s" to the -first key, which meant that you had to specify both -plural and firstplural, even if you hadn't -used the first key. +firstplural was always taken by appending "s" to the +first key, which meant that you had to specify both +plural and firstplural, even if you hadn't +used the first key.

    -
    symbol
    +
    symbol
    This field is provided to allow the user to specify an associated symbol. If omitted, the value is set to \relax. Note that not all glossary styles display the @@ -2063,40 +2147,40 @@ symbol.

    -
    symbolplural
    +
    symbolplural
    This is the plural form of the -symbol (as passed to \glsdisplay and \glsdisplayfirst -by \glspl, \Glspl and \GLSpl). If omitted, the value -is set to the same as the symbol key. +symbol (as passed to \glsdisplay and \glsdisplayfirst +by \glspl, \Glspl and \GLSpl). If omitted, the value +is set to the same as the symbol key.

    -
    sort
    -
    This value indicates how makeindex -or xindy should sort this entry. If omitted, the value is -given by the name field. +
    sort
    +
    This value indicates how makeindex +or xindy should sort this entry. If omitted, the value is +given by the name field.

    -
    type
    +
    type
    This specifies the label of the glossary in which this entry belongs. If omitted, the default glossary is assumed. The list of acronyms type is given by -\acronymtype which will either be main or -acronym, depending on whether the acronym package +\acronymtype which will either be main or +acronym, depending on whether the acronym package option was used.

    -
    nonumberlist
    -
    Suppress the number list for +
    nonumberlist
    +
    Suppress the number list for this entry.

    -
    see
    +
    see
    Cross-reference another entry. Using the -see key will automatically add this entry to the +see key will automatically add this entry to the glossary, but will not automatically add the cross-referenced entry. The referenced entry should be supplied as the value to this key. If you want to override the "see" tag, you can supply the new @@ -2115,15 +2199,15 @@ For example: \newglossaryentry{elite}{name={{\'e}lite}, description={select group or class}} -Note that the same applies if you are using the inputenc +Note that the same applies if you are using the inputenc package:
     \newglossaryentry{elite}{name={{é}lite},
     description={select group or class}}
     
    Note that in both of the above examples, you will also need to -supply the sort key if you are using makeindex -whereas xindy is usually able to sort accented letters +supply the sort key if you are using makeindex +whereas xindy is usually able to sort accented letters correctly.

    @@ -2157,10 +2241,10 @@ description={a fully grown female of any bovine animal}}

    If you are writing in a language that supports -multiple plurals (for a given term) then use the plural key +multiple plurals (for a given term) then use the plural key for one of them (typically the one you are most likely to use) and for the others you will need to explicitly write the plural form using -\glslink or \glsdisp rather than using \glspl. Returning to the cow +\glslink or \glsdisp rather than using \glspl. Returning to the cow example above, suppose you will mostly be using "cows" as the plural, but occasionally you want to use "kine" as the plural, then define the term as @@ -2177,7 +2261,7 @@ by appending a different letter, or sequence of letters, you can redefine \glspluralsuffix as required. However, this must be done before the entries are defined. For languages that don't form plurals by simply appending a suffix, all the plural forms must be -specified using the plural key (and the firstplural +specified using the plural key (and the firstplural key where necessary).

    @@ -2211,7 +2295,7 @@ styles. Note that the parent entry will automatically be added to the glossary if any of its child entries are used in the document. If the parent entry is not referenced in the document, it will not -have a number list. +have a number list.

    Top @@ -2223,7 +2307,7 @@ Hierarchical Categories To arrange a glossary with hierarchical categories, you need to first define the category and then define the sub-entries using the relevant -category entry as the value of the parent key. For +category entry as the value of the parent key. For example, suppose I want a glossary of mathematical symbols that are divided into Greek letters and Roman letters. Then I can define the categories as follows: @@ -2237,7 +2321,7 @@ description={\nopostdesc}}

    Note that in this example, the category entries don't need a -description so I have set the descriptions to \nopostdesc. +description so I have set the descriptions to \nopostdesc. This gives a blank description and suppresses the description terminator. @@ -2261,7 +2345,7 @@ parent=romanletter}

    Homographs

    Sub-entries that have the same name as -the parent entry, don't need to have the name key. +the parent entry, don't need to have the name key. For example, the word "glossary" can mean a list of technical words or a collection of glosses. In both cases the plural is "glossaries". So first define the parent entry: @@ -2271,7 +2355,7 @@ description={\nopostdesc}, plural={glossaries}} Again, the parent entry has no description, so the description -terminator needs to be suppressed using \nopostdesc. +terminator needs to be suppressed using \nopostdesc.

    Now define the two different meanings of the word: @@ -2287,14 +2371,14 @@ sort={2}, parent={glossary}} Note that if I reference the parent entry, the location will be -added to the parent's number list, whereas if I reference +added to the parent's number list, whereas if I reference any of the child entries, the location will be added to the child entry's number list. Note also that since the sub-entries have the -same name, the sort key is required. +same name, the sort key is required.

    In the above example, the plural form for both of the child entries -is the same as the parent entry, so the plural key was +is the same as the parent entry, so the plural key was not required for the child entries. However, if the sub-entries have different plurals, they will need to be specified. For example:

    @@ -2334,7 +2418,7 @@ file and use:
     where filename is the name of the file containing all the
     \newglossaryentry commands. The optional argument
     type is the name of the glossary to which those entries
    -should belong, for those entries where the type key has 
    +should belong, for those entries where the type key has 
     been omitted (or, more specifically, for those entries whose
     type has been specified by \glsdefaulttype, which is what
     \newglossaryentry uses by default). For example, suppose I have
    @@ -2375,10 +2459,10 @@ then (supposing I have defined a new glossary type called
     \loadglsentries[altacronym]{myacronyms}
     
    will add aca to the glossary type acronym, if the -package option acronym has been specified, or will add +package option acronym has been specified, or will add aca to the glossary type altacronym, if the -package option acronym is not specified.6 In this instance, +package option acronym is not specified.6 In this instance, it is better to change myacronyms.tex to:
     \newacronym[type=\glsdefaulttype]{aca}{aca}{a contrived acronym}
    @@ -2388,7 +2472,7 @@ and now
     \loadglsentries[altacronym]{myacronyms}
     
    will add aca to the glossary type altacronym, -regardless of whether or not the package option acronym is +regardless of whether or not the package option acronym is used.

    @@ -2408,30 +2492,30 @@ Number lists

    -Each entry in the glossary has an associated number list. +Each entry in the glossary has an associated number list. By default, these numbers refer to the pages on which that entry has been used (using any of the commands described in Links to Glossary Entries and Adding an entry to the glossary without generating text). The number list can be suppressed using -the nonumberlist package option, or an alternative counter -can be set as the default using the counter package option. +the nonumberlist package option, or an alternative counter +can be set as the default using the counter package option. The number list is also referred to as the location -list. +list.

    -Both makeindex and xindy concatenate a +Both makeindex and xindy concatenate a sequence of 3 or more consecutive pages into a range. With -xindy you can vary the minimum sequence length using -\GlsSetXdyMinRangeLength{n} where n is either +xindy you can vary the minimum sequence length using +\GlsSetXdyMinRangeLength{n} where n is either an integer or the keyword none which indicates that there should be no range formation.

    Note that \GlsSetXdyMinRangeLength must be used before -\makeglossaries and has no effect if \noist is used. +\makeglossaries and has no effect if \noist is used.

    -With both makeindex and xindy, you can replace +With both makeindex and xindy, you can replace the separator and the closing number in the range using:

    \glsSetSuffixF{suffix} @@ -2445,14 +2529,14 @@ For example: \glsSetSuffixF{f.} \glsSetSuffixFF{ff.} -Note that if you use xindy, you will also need to +Note that if you use xindy, you will also need to set the minimum range length to 1 if you want to change these suffixes:

     \GlsSetXdyMinRangeLength{1}
     
    -Note that if you use the hyperref package, you will need -to use \nohyperpage in the suffix to ensure that the hyperlinks +Note that if you use the hyperref package, you will need +to use \nohyperpage in the suffix to ensure that the hyperlinks work correctly. For example:
     \glsSetSuffixF{\nohyperpage{f.}}
    @@ -2461,7 +2545,7 @@ work correctly. For example:
     
     

    Note that \glsSetSuffixF and \glsSetSuffixFF must be used -before \makeglossaries and have no effect if \noist is +before \makeglossaries and have no effect if \noist is used.

    @@ -2479,15 +2563,15 @@ Links to Glossary Entries

    Once you have defined a glossary entry using -\newglossaryentry, you can refer to that entry in the +\newglossaryentry, you can refer to that entry in the document using one of the commands listed in this section. The text which appears at that point in the document when using one of these commands is referred to as the -link text (even if there are no hyperlinks). The commands +link text (even if there are no hyperlinks). The commands in this section also add a line to an external file that is used -by makeindex or xindy to generate the relevant +by makeindex or xindy to generate the relevant entry in the glossary. This information includes an -associated location that is added to the number list for that +associated location that is added to the number list for that entry. By default, the location refers to the page number. For further information on number lists, see Number Lists. @@ -2498,7 +2582,7 @@ commands.

    The above warning is particularly important if you are using the -glossaries package in conjunction with the hyperref package. +glossaries package in conjunction with the hyperref package. Instead, use one of the commands listed in Using Glossary Terms Without Links (such as \glsentrytext) or provide an alternative via @@ -2510,9 +2594,9 @@ Examples:

    -The way the link text is displayed +The way the link text is displayed depends on \glstextformat{text}. -For example, to make all link text appear in a sans-serif +For example, to make all link text appear in a sans-serif font, do:

     \renewcommand*{\glstextformat}[1]{\textsf{#1}}
    @@ -2520,10 +2604,10 @@ font, do:
     
     

    Each entry has an associated conditional referred to as the - first use flag. This determines whether \gls, -\glspl (and their uppercase variants) should use the -value of the first or text keys. Note that an -entry can be used without affecting the first use flag (for example, + first use flag. This determines whether \gls, +\glspl (and their uppercase variants) should use the +value of the first or text keys. Note that an +entry can be used without affecting the first use flag (for example, when used with \glslink). See later for commands that unset or reset this conditional. @@ -2537,17 +2621,17 @@ will place \glstextformat{text} in the document point and add a line into the associated glossary file for the glossary entry given by label. If hyperlinks are supported, text will be a hyperlink to the relevant line in the -glossary. (Note that this command doesn't affect the first use flag: -use \glsdisp instead.) The optional argument options +glossary. (Note that this command doesn't affect the first use flag: +use \glsdisp instead.) The optional argument options must be a key=value list which can take any of the following keys:

    -
    format
    +
    format
    This specifies how to format the associated location number for this entry in the glossary. This -value is equivalent to the makeindex encap value, and (as +value is equivalent to the makeindex encap value, and (as with \index) the value needs to be the name of a command without the initial backslash. As with \index, the characters ( and ) can also be used to specify the @@ -2566,15 +2650,15 @@ and use that command.

    In this document, the standard formats refer to the standard text -block commands such as \textbf or \emph or any of the +block commands such as \textbf or \emph or any of the commands listed in table 3.

    -If you use xindy instead of makeindex, you +If you use xindy instead of makeindex, you must specify any non-standard formats that you want to use -with the format key using -\GlsAddXdyAttribute{name}. So if you use -xindy with the above example, you would need to add: +with the format key using +\GlsAddXdyAttribute{name}. So if you use +xindy with the above example, you would need to add:

     \GlsAddXdyAttribute{textbfem}
     
    @@ -2583,13 +2667,13 @@ with the format key using Note that unlike \index, you can't have anything following the command name, such as an asterisk or arguments. If you want to cross-reference another entry, either -use the see key when you define the entry or use -\glssee (described later). +use the see key when you define the entry or use +\glssee (described later).

    If you are using hyperlinks and you want to change the font of the -hyperlinked location, don't use \hyperpage (provided by the -hyperref package) as the locations may not refer to a page +hyperlinked location, don't use \hyperpage (provided by the +hyperref package) as the locations may not refer to a page number. Instead, the glossaries package provides number formats listed in table 3. @@ -2598,38 +2682,38 @@ formats listed in table  -

    +
  18. Table 2: Commands and package options that have no effect when using xindy or makeindex explicity
     Command or Package Option makeindexxindymakeindexxindy  
     order=letter
     order=letter use -l use -M ord/letorder  
     order=word
     order=word default default  
     xindy={language=lang,codename=code}
     xindy={language=lang,codename=code} N/A use -L lang -C code  
     \GlsSetXdyLanguage{lang}
     \GlsSetXdyLanguage{lang} N/A use -L lang  
     \GlsSetXdyCodePage{code}
     \GlsSetXdyCodePage{code} N/A use -C code  
    - + - + - + - + - + - + - + - + - + - +
    Table 3: Predefined Hyperlinked Location Formats
    hyperrm
    hyperrm serif hyperlink
    hypersf
    hypersf sans-serif hyperlink
    hypertt
    hypertt monospaced hyperlink
    hyperbf
    hyperbf bold hyperlink
    hypermd
    hypermd medium weight hyperlink
    hyperit
    hyperit italic hyperlink
    hypersl
    hypersl slanted hyperlink
    hyperup
    hyperup upright hyperlink
    hypersc
    hypersc small caps hyperlink
    hyperemph
    hyperemph emphasized hyperlink
    @@ -2640,7 +2724,7 @@ Predefined Hyperlinked Location Formats

    -Note that if the \hyperlink command hasn't been defined, +Note that if the \hyperlink command hasn't been defined, the hyperxx formats are equivalent to the analogous textxx font commands (and hyperemph is equivalent to emph). If you want to @@ -2651,9 +2735,9 @@ command called, say, \hyperbsf:

     \newcommand{\hyperbsf}[1]{\textbf{\hypersf{#1}}}
     
    -and then use hyperbsf as the value for the format +and then use hyperbsf as the value for the format key. -Remember that if you use xindy, you will need to add +Remember that if you use xindy, you will need to add this to the list of location attributes:
     \GlsAddXdyAttribute{hyperbsf}
    @@ -2661,7 +2745,7 @@ this to the list of location attributes:
     
     

    -
    counter
    +
    counter
    This specifies which counter to use for this location. This overrides the default counter used by this entry. (See also @@ -2669,7 +2753,7 @@ used by this entry. (See also

    -
    hyper
    +
    hyper
    This is a boolean key which can be used to enable/disable the hyperlink to the relevant entry in the glossary. (Note that setting hyper=true will have no @@ -2696,13 +2780,13 @@ The command:
    \gls[options]{label}[insert]

    -is the same as \glslink, except that the link text -is determined from the values of the text and -first keys supplied when the entry was defined using -\newglossaryentry. If the entry has been marked as having -been used, the value of the text key will be used, otherwise -the value of the first key will be used. -On completion, \gls will mark the entry's first use flag as +is the same as \glslink, except that the link text +is determined from the values of the text and +first keys supplied when the entry was defined using +\newglossaryentry. If the entry has been marked as having +been used, the value of the text key will be used, otherwise +the value of the first key will be used. +On completion, \gls will mark the entry's first use flag as used.

    @@ -2730,7 +2814,7 @@ can be changed (see

    The first optional argument options is the same as the optional -argument to \glslink. As with \glslink, these commands also +argument to \glslink. As with \glslink, these commands also have a starred version that disable the hyperlink.

    @@ -2746,14 +2830,14 @@ There are also analogous plural forms: \GLSpl[options]{label}[insert]

    -These determine the link text from the plural and -firstplural keys supplied when the entry was first +These determine the link text from the plural and +firstplural keys supplied when the entry was first defined. As before, these commands also have a starred version that disable the hyperlink.

    -Note that \glslink doesn't use or affect the first use flag, -nor does it use \glsdisplay or \glsdisplayfirst (see +Note that \glslink doesn't use or affect the first use flag, +nor does it use \glsdisplay or \glsdisplayfirst (see later). Instead, you can use:
    @@ -2762,10 +2846,10 @@ Instead, you can use:

    This behaves in the same way as \gls, except that it uses -link text instead of the value of the first -or text key. (Note that this command always sets -insert to nothing.) This command affects the first use flag, -and uses \glsdisplay or \glsdisplayfirst. +link text instead of the value of the first +or text key. (Note that this command always sets +insert to nothing.) This command affects the first use flag, +and uses \glsdisplay or \glsdisplayfirst.

    The command: @@ -2773,12 +2857,12 @@ The command:
    \glstext[options]{label}[insert]

    -is similar to \gls except that it always uses the value -of the text key and does not affect the -first use flag. +is similar to \gls except that it always uses the value +of the text key and does not affect the +first use flag. Unlike \gls, the inserted text insert is always appended to the link text since \glstext doesn't -use \glsdisplay or \glsdisplayfirst. (The same is +use \glsdisplay or \glsdisplayfirst. (The same is true for all the following commands described in this section.)

    @@ -2800,10 +2884,10 @@ The command:
    \glsfirst[options]{label}[insert]

    -is similar to \glstext except that it always uses the value -of the first key. Again, insert is always appended +is similar to \glstext except that it always uses the value +of the first key. Again, insert is always appended to the end of the link text and does not affect the -first use flag. +first use flag.

    There are also analogous commands: @@ -2824,8 +2908,8 @@ The command:
    \glsplural[options]{label}[insert]

    -is similar to \glstext except that it always uses the value -of the plural key. Again, insert is always appended +is similar to \glstext except that it always uses the value +of the plural key. Again, insert is always appended to the end of the link text and does not mark the entry as having been used. @@ -2848,8 +2932,8 @@ The command:
    \glsfirstplural[options]{label}[insert]

    -is similar to \glstext except that it always uses the value -of the firstplural key. Again, insert is always +is similar to \glstext except that it always uses the value +of the firstplural key. Again, insert is always appended to the end of the link text and does not mark the entry as having been used. @@ -2872,13 +2956,13 @@ The command:
    \glsname[options]{label}[insert]

    -is similar to \glstext except that it always uses the value of the -name key. Again, insert is always appended to the end +is similar to \glstext except that it always uses the value of the +name key. Again, insert is always appended to the end of the link text and does not mark the entry as having been used. Note: if you want to use this command and the -name key contains commands, you will have to disable the +name key contains commands, you will have to disable the sanitization -of the name key and protect fragile commands. +of the name key and protect fragile commands.

    There are also analogous commands: @@ -2899,13 +2983,13 @@ The command:
    \glssymbol[options]{label}[insert]

    -is similar to \glstext except that it always uses the value of the -symbol key. Again, insert is always appended to the +is similar to \glstext except that it always uses the value of the +symbol key. Again, insert is always appended to the end of the link text and does not mark the entry as having been used. Note: if you want to use this command and the -symbol key contains commands, you will have to disable the +symbol key contains commands, you will have to disable the sanitization -of the symbol key and protect fragile commands. +of the symbol key and protect fragile commands.

    There are also analogous commands: @@ -2926,14 +3010,14 @@ The command:
    \glsdesc[options]{label}[insert]

    -is similar to \glstext except that it always uses the value -of the description key. Again, insert is always +is similar to \glstext except that it always uses the value +of the description key. Again, insert is always appended to the end of the link text and does not mark the entry as having been used. Note: if you want to use this -command and the description key contains commands, you will +command and the description key contains commands, you will have to disable the sanitization -of the description key and protect fragile commands. +of the description key and protect fragile commands.

    There are also analogous commands: @@ -2962,19 +3046,19 @@ Changing the format of the link text

-The format of the link text for \gls, \glspl +The format of the link text for \gls, \glspl and their uppercase variants is governed by two commands: \glsdisplayfirst, which is used the -first time a glossary entry is used in the text and +first time a glossary entry is used in the text and \glsdisplay, which is used subsequently. Both commands take four arguments: the first is either the singular or -plural form given by the text, plural, -first or firstplural keys (set when the term was +plural form given by the text, plural, +first or firstplural keys (set when the term was defined) depending on context; the second argument is the term's -description (as supplied by the description or -descriptionplural keys); the third +description (as supplied by the description or +descriptionplural keys); the third argument is the symbol associated with the term (as supplied by the -symbol or symbolplural keys) and the fourth argument is the additional text +symbol or symbolplural keys) and the fourth argument is the additional text supplied in the final optional argument to \gls or \glspl (or their uppercase variants). The default definitions of \glsdisplay and \glsdisplayfirst simply @@ -2983,7 +3067,7 @@ The remaining arguments are ignored.

If required, you can access the label for the given entry via -\glslabel, so it is possible to use +\glslabel, so it is possible to use this label in the definition of \glsdisplay or \glsdisplayfirst to supply additional information using any of the commands described in @@ -2992,19 +3076,19 @@ Without Links, if required.

Note that \glsdisplay and \glsdisplayfirst are not used -by \glslink. If you want to supply your own link text, you -need to use \glsdisp instead. +by \glslink. If you want to supply your own link text, you +need to use \glsdisp instead.

For example, suppose you want a glossary of measurements and -units, you can use the symbol key to store the unit: +units, you can use the symbol key to store the unit:

 \newglossaryentry{distance}{name=distance,
 description={The length between two points},
 symbol={km}}
 
and now suppose you want \gls{distance} to produce -"distance (km)" on first use, then you can redefine +"distance (km)" on first use, then you can redefine \glsdisplayfirst as follows:
 \renewcommand{\glsdisplayfirst}[4]{#1#4 (#3)}
@@ -3017,8 +3101,8 @@ the two points" -- but in this instance it would be better not to
 use a contraction).
 
 

-Note also that all of the link text will be formatted according -to \glstextformat (described earlier). So if you do, say: +Note also that all of the link text will be formatted according +to \glstextformat (described earlier). So if you do, say:

 \renewcommand{\glstextformat}[1]{\textbf{#1}}
 \renewcommand{\glsdisplayfirst}[4]{#1#4 (#3)}
@@ -3028,8 +3112,8 @@ then \gls{distance} will produce "distance (km)".
 

If you have multiple glossaries, changing \glsdisplayfirst and \glsdisplay will change the way entries for all of the -glossaries appear when using the commands \gls, \glspl, their -uppercase variants and \glsdisp. If you only +glossaries appear when using the commands \gls, \glspl, their +uppercase variants and \glsdisp. If you only want the change to affect entries for a given glossary, then you need to use
@@ -3046,7 +3130,7 @@ instead of redefining \glsdisplay and \glsdisplayfirst Both \defglsdisplay and \defglsdisplayfirst take two arguments: the first (which is optional) is the glossary's label7 and the second is how the term should be + HREF="#foot3851">7 and the second is how the term should be displayed when it is invoked using commands \gls, \glspl, their uppercase variants and \glsdisp. This is similar to the way \glsdisplayfirst was redefined above. @@ -3054,7 +3138,7 @@ redefined above.

For example, suppose you have created a new glossary called notation and you want to change the way the entry is -displayed on first use so that it includes the symbol, you can +displayed on first use so that it includes the symbol, you can do:

 \defglsdisplayfirst[notation]{#1#4 (denoted #3)}
@@ -3072,10 +3156,10 @@ will be displayed as: "set (denoted S)"
 (similarly for \glspl and the uppercase variants).
 
 

-Remember that if you use the symbol key, you need to use a +Remember that if you use the symbol key, you need to use a glossary style that displays the symbol, as many of the styles ignore it. In addition, if you want either the description or symbol to appear -in the link text, you will have to disable the +in the link text, you will have to disable the sanitization of these keys and protect fragile commands.

@@ -3088,10 +3172,10 @@ Enabling and disabling hyperlinks to glossary entries

-If you load the hyperref or html packages prior to -loading the glossaries package, commands such as \glslink -and \gls, described above, will automatically have hyperlinks -to the relevant glossary entry, unless the hyper +If you load the hyperref or html packages prior to +loading the glossaries package, commands such as \glslink +and \gls, described above, will automatically have hyperlinks +to the relevant glossary entry, unless the hyper option has been set to false. You can disable or enable links using:

\glsdisablehyper @@ -3104,8 +3188,15 @@ and
respectively. The effect can be localised by placing the commands within a group. Note that you should only use \glsenablehyper -if the commands \hyperlink and \hypertarget have been -defined (for example, by the hyperref package). +if the commands \hyperlink and \hypertarget have been +defined (for example, by the hyperref package). + +

+You can disable just the first use links using the package +option hyperfirst=false. Note that this option only +affects commands that recognise the first use flag, for example +\gls, \glspl and \glsdisp but not \glslink. +

Top @@ -3124,8 +3215,8 @@ generating any text at that point in the document using:
\glsadd[options]{label}

-This is similar to \glslink, only it doesn't produce -any text (so therefore, there is no hyper key +This is similar to \glslink, only it doesn't produce +any text (so therefore, there is no hyper key available in options but all the other options that can be used with \glslink can be passed to \glsadd). For example, to add a page range to the glossary number list for the @@ -3143,7 +3234,7 @@ To add all entries that have been defined, use:

The optional argument is the same as for \glsadd, except -there is also a key types which can be +there is also a key types which can be used to specify which glossaries to use. This should be a comma separated list. For example, if you only want to add all the entries belonging to the list of acronyms (specified by @@ -3172,7 +3263,7 @@ glossary:

    -
  1. You can use commands such as \gls in the +
  2. You can use commands such as \gls in the entries description. For example:
     \newglossaryentry{apple}{name=apple,
    @@ -3180,7 +3271,7 @@ description={firm, round fruit. See also \gls{pear}}}
     
    Note that with this method, if you don't use the cross-referenced term in the glossary, you will need two runs of -makeglossaries: +makeglossaries:
     latex filename
     makeglossaries filename
    @@ -3192,14 +3283,14 @@ latex filename
     

  3. As described earlier, -you can use the see key when you define the entry. For +you can use the see key when you define the entry. For example:
     \newglossaryentry{MaclaurinSeries}{name={Maclaurin series},
     description={Series expansion},
     see={TaylorsTheorem}}
     
    -Note that in this case, the entry with the see key will +Note that in this case, the entry with the see key will automatically be added to the glossary, but the cross-referenced entry won't. You therefore need to ensure that you use the cross-referenced term with the commands described in @@ -3209,7 +3300,7 @@ Without Generating Text.

    You can optionally override the "see" tag using square brackets -at the start of the see value. For example: +at the start of the see value. For example:

     \newglossaryentry{MaclaurinSeries}{name={Maclaurin series},
     description={Series expansion},
    @@ -3238,9 +3329,9 @@ by xr label list) to the glossary.
     
     

    In both cases 2 and 3 above, the cross-referenced information appears -in the number list, whereas in case 1, the cross-referenced +in the number list, whereas in case 1, the cross-referenced information appears in the description. In cases 2 and 3, the -default text for the "see" tag is given by \seename. +default text for the "see" tag is given by \seename.

    Top @@ -3257,7 +3348,7 @@ Using Glossary Terms Without Links The commands described in this section display entry details without adding any information to the glossary. They don't use \glstextformat, they don't have any optional arguments, -they don't affect the first use flag and, apart from \glshyperlink, they don't produce +they don't affect the first use flag and, apart from \glshyperlink, they don't produce hyperlinks.

    @@ -3266,7 +3357,7 @@ hyperlinks.
    \Glsentryname{label}

    These commands display the name of the glossary entry given by -label, as specified by the name key. +label, as specified by the name key. \Glsentryname makes the first letter uppercase.

    @@ -3275,7 +3366,7 @@ These commands display the name of the glossary entry given by
    \Glsentrytext{label}

    These commands display the subsequent use text for the glossary entry -given by label, as specified by the text key. +given by label, as specified by the text key. \Glsentrytext makes the first letter uppercase.

    @@ -3284,7 +3375,7 @@ given by label, as specified by the text key.
    \Glsentryplural{label}

    These commands display the subsequent use plural text for the glossary -entry given by label, as specified by the plural key. +entry given by label, as specified by the plural key. \Glsentryplural makes the first letter uppercase.

    @@ -3292,8 +3383,8 @@ entry given by label, as specified by the plural< \glsentryfirst{label}
    \Glsentryfirst{label}

    -These commands display the first use text for the glossary entry -given by label, as specified by the first key. +These commands display the first use text for the glossary entry +given by label, as specified by the first key. \Glsentryfirst makes the first letter uppercase.

    @@ -3301,9 +3392,9 @@ given by label, as specified by the first key \glsentryfirstplural{label}
    \Glsentryfirstplural{label}

    -These commands display the plural form of the first use text for the +These commands display the plural form of the first use text for the glossary entry given by label, as specified by the -firstplural key. \Glsentryfirstplural makes the first +firstplural key. \Glsentryfirstplural makes the first letter uppercase.

    @@ -3346,7 +3437,7 @@ These commands display the plural symbol for the glossary entry given by This command provides a hyperlink to the glossary entry given by label but does not add any information to the glossary file. The link text is given by -\glsentryname{label} by default, but can be overridden +\glsentryname{label} by default, but can be overridden using the optional argument. If you use \glshyperlink, you need to ensure that the relevant entry has been added to the glossary using any of the @@ -3376,15 +3467,15 @@ Displaying a glossary The command \printglossaries will display all the glossaries in the order in which they were defined. Note that no glossaries will appear until -you have either used the Perl script makeglossaries -or have directly used makeindex or xindy (as +you have either used the Perl script makeglossaries +or have directly used makeindex or xindy (as described in Generating the Associated Glossary Files). If the glossary still does not appear after you re-LaTeX your document, check the -makeindex/xindy log files to see if there is a +makeindex/xindy log files to see if there is a problem. Remember that you also need to use the command -\makeglossaries in the preamble to enable the glossaries. +\makeglossaries in the preamble to enable the glossaries.

    An individual glossary can be displayed using: @@ -3395,7 +3486,7 @@ An individual glossary can be displayed using: where options is a key=value list of options. The following keys are available:

    -
    type
    +
    type
    The value of this key specifies which glossary to print. If omitted, the default glossary is assumed. For example, to print the list of acronyms: @@ -3405,37 +3496,38 @@ glossary is assumed. For example, to print the list of acronyms:

    -
    title
    +
    title
    This is the glossary's title (overriding the title specified when the glossary was defined).

    -
    toctitle
    +
    toctitle
    This is the title -to use for the table of contents (if the toc package -option has been used). If omitted, the glossary title is used. +to use for the table of contents (if the toc package +option has been used). It may also be used for the page header, +depending on the page style. If omitted, the glossary title is used.

    -
    style
    +
    style
    This specifies which glossary style to use for this glossary, overriding the effect -of the style package option or \glossarystyle. +of the style package option or \glossarystyle.

    -
    numberedsection
    +
    numberedsection
    This specifies whether to use a numbered section for this glossary, overriding -the effect of the numberedsection package option. This -key has the same syntax as the numberedsection package +the effect of the numberedsection package option. This +key has the same syntax as the numberedsection package option, described earlier.

    -
    nonumberlist
    +
    nonumberlist
    Unlike the package option of the same name, this key is a boolean key. If true (nonumberlist=true) the numberlist is suppressed for this glossary. If false (nonumberlist=false) the numberlist is @@ -3500,12 +3592,12 @@ the entry name. This command is always used regardless of the glossary style. By default, \glsnamefont simply displays its argument in whatever the surrounding font happens to be. This means that in the list-like glossary styles (defined in the -glossary-list style file) the name will appear in bold, since +glossary-list style file) the name will appear in bold, since the name is placed in the optional argument of \item, whereas in -the tabular styles (defined in the glossary-long and -glossary-super style files) the name will appear in the +the tabular styles (defined in the glossary-long and +glossary-super style files) the name will appear in the normal font. The hierarchical glossary styles (defined in the -glossary-tree style file) also set the name in bold. +glossary-tree style file) also set the name in bold.

    For example, suppose you want all the entry names to appear in @@ -3526,13 +3618,13 @@ Xindy

    -If you want to use xindy to sort the glossary, you -must use the package option xindy: +If you want to use xindy to sort the glossary, you +must use the package option xindy:

     \usepackage[xindy]{glossaries}
     
    This ensures that the glossary information is written in -xindy syntax. +xindy syntax.

    The section @@ -3540,10 +3632,10 @@ The section Files covers how to use the external indexing application. This section covers the commands provided by the glossaries package that allow you to adjust the -xindy style file (.xdy) and parameters. +xindy style file (.xdy) and parameters.

    -To assist writing information to the xindy style +To assist writing information to the xindy style file, the glossaries package provides the following commands:
    @@ -3557,7 +3649,7 @@ when written to a file.)

    In addition, if you are using a package that makes the double -quote character active (e.g. ngerman) you can use: +quote character active (e.g. ngerman) you can use:

    \glsquote{text}
    @@ -3568,13 +3660,13 @@ This document assumes that the double quote character has not been made active, so the examples just use " for clarity.

    -If you want greater control over the xindy style file than +If you want greater control over the xindy style file than is available through the LaTeX commands provided by the -glossaries package, you will need to edit the xindy +glossaries package, you will need to edit the xindy style file. In -which case, you must use \noist to prevent the style file from +which case, you must use \noist to prevent the style file from being overwritten by the glossaries package. For additional -information about xindy, read the xindy +information about xindy, read the xindy documentation.

    Top @@ -3584,14 +3676,14 @@ documentation.

    Language and Encodings

    -When you use xindy, you need to specify the language +When you use xindy, you need to specify the language and encoding used (unless you have written your own custom -xindy style file that defines the relevant alphabet -and sort rules). If you use makeglossaries, +xindy style file that defines the relevant alphabet +and sort rules). If you use makeglossaries, this information is obtained from the document's auxiliary -(.aux) file. The glossaries package attempts to +(.aux) file. The glossaries package attempts to find the root language, but in the event that it gets it wrong or if -xindy doesn't support that language, then you can +xindy doesn't support that language, then you can specify the language using:

    @@ -3606,8 +3698,8 @@ setting will only be applied to the glossary given by glossary type.

    -If the inputenc package is used, the encoding will be -obtained from the value of \inputencodingname. +If the inputenc package is used, the encoding will be +obtained from the value of \inputencodingname. Alternatively, you can specify the encoding using:

    @@ -3629,19 +3721,19 @@ For example:

    -If you write your own custom xindy style file that +If you write your own custom xindy style file that includes the language settings, you need to set the language to nothing:

     \GlsSetXdyLanguage{}
     
    -(and remember to use \noist to prevent the style file from +(and remember to use \noist to prevent the style file from being overwritten).

    The commands \GlsSetXdyLanguage and \GlsSetXdyCodePage -have no effect if you don't use makeglossaries. If -you call xindy without makeglossaries you +have no effect if you don't use makeglossaries. If +you call xindy without makeglossaries you need to remember to set the language and encoding using the -L and -C switches. @@ -3655,9 +3747,9 @@ Locations and Number lists

    -The most likely attributes used in the format -key (textrm, hyperrm etc) are automatically added -to the xindy style file, but if you want to use another +The most likely attributes used in the format +key (textrm, hyperrm etc) are automatically added +to the xindy style file, but if you want to use another attribute, you need to add it using:

    @@ -3665,24 +3757,24 @@ attribute, you need to add it using:

    where name is the name of the attribute, as used in -the format key. For example, suppose I want a +the format key. For example, suppose I want a bold, italic, hyperlinked location. I first need to define a command that will do this:

     \newcommand*{\hyperbfit}[1]{\textit{\hyperbf{#1}}}
     
    -but with xindy, I also need to add this as an allowed +but with xindy, I also need to add this as an allowed attribute:
     \GlsAddXdyAttribute{hyperbfit}
     

    -Note that \GlsAddXdyAttribute has no effect if \noist is -used or if \makeglossaries is omitted. +Note that \GlsAddXdyAttribute has no effect if \noist is +used or if \makeglossaries is omitted.

    -\GlsAddXdyAttribute must be used before \makeglossaries. +\GlsAddXdyAttribute must be used before \makeglossaries.

    If the location numbers don't get expanded to a simple Arabic or @@ -3691,8 +3783,8 @@ you need to add a location style in the appropriate format.

    For example, suppose you want the page numbers written as words -rather than digits and you use the fmtcount package to -do this. You can redefine \thepage as follows: +rather than digits and you use the fmtcount package to +do this. You can redefine \thepage as follows:

     \renewcommand*{\thepage}{\Numberstring{page}}
     
    @@ -3706,32 +3798,32 @@ define a new location that has that form:
Note that it's necessary to use \space to indicate that spaces also appear in the format, since, unlike TEX, -xindy doesn't ignore spaces after control sequences. +xindy doesn't ignore spaces after control sequences.

-Note that \GlsAddXdyLocation has no effect if \noist is -used or if \makeglossaries is omitted. +Note that \GlsAddXdyLocation has no effect if \noist is +used or if \makeglossaries is omitted.

-\GlsAddXdyLocation must be used before \makeglossaries. +\GlsAddXdyLocation must be used before \makeglossaries.

-In the number list, the locations are sorted according to +In the number list, the locations are sorted according to type. The default ordering is: roman-page-numbers (e.g. i), arabic-page-numbers (e.g. 1), arabic-section-numbers (e.g. 1.1 if the compositor is a full stop or 1-1 if the compositor is a hyphen8), + HREF="#foot3969">8), alpha-page-numbers (e.g. a), Roman-page-numbers (e.g. I), Alpha-page-numbers (e.g. A), Appendix-page-numbers (e.g. A.1 if the Alpha compositor is a full stop or A-1 if the Alpha compositor is a hyphen9), + HREF="#foot3970">9), user defined location names (as specified by -\GlsAddXdyLocation in the order in which they were defined), +\GlsAddXdyLocation in the order in which they were defined), see (cross-referenced entries). This ordering can be changed using:
@@ -3757,14 +3849,14 @@ For example:

Note that \GlsSetXdyLocationClassOrder has no effect if -\noist is used or if \makeglossaries is omitted. +\noist is used or if \makeglossaries is omitted.

\GlsSetXdyLocationClassOrder must be used before -\makeglossaries. +\makeglossaries.

-If a number list consists of a sequence of consecutive +If a number list consists of a sequence of consecutive numbers, the range will be concatenated. The number of consecutive locations that causes a range formation defaults to 2, but can be changed using: @@ -3778,16 +3870,16 @@ For example: \GlsSetXdyMinRangeLength{3}

The argument may also be the keyword none, to indicate that -there should be no range formations. See the xindy +there should be no range formations. See the xindy manual for further details on range formations.

-Note that \GlsSetXdyMinRangeLength has no effect if \noist -is used or if \makeglossaries is omitted. +Note that \GlsSetXdyMinRangeLength has no effect if \noist +is used or if \makeglossaries is omitted.

\GlsSetXdyMinRangeLength must be used before -\makeglossaries. +\makeglossaries.

See Number Lists for @@ -3804,7 +3896,7 @@ Glossary Groups The glossary is divided into groups according to the first letter of the sort key. The glossaries package also adds a number group by default, unless you suppress it in the -xindy package option. For example: +xindy package option. For example:

 \usepackage[xindy={glsnumbers=false}]{glossaries}
 
@@ -3820,11 +3912,11 @@ Roman alphabet, you can change this using

Note that \GlsSetXdyFirstLetterAfterDigits has no effect if -\noist is used or if \makeglossaries is omitted. +\noist is used or if \makeglossaries is omitted.

\GlsSetXdyFirstLetterAfterDigits must be used before -\makeglossaries. +\makeglossaries.

Top @@ -3848,10 +3940,10 @@ where name is the label to assign to this glossary. The arguments input and output files for that glossary, title is the default title for this new glossary and the final optional argument counter specifies which counter to use for the associated number -lists (see also Number Lists). The +lists (see also Number Lists). The first optional argument specifies the extension for the -makeindex or xindy transcript file (this -information is only used by makeglossaries which picks up +makeindex or xindy transcript file (this +information is only used by makeglossaries which picks up the information from the auxiliary file).

@@ -3860,20 +3952,20 @@ Note that the main (default) glossary is automatically created as: \newglossary{main}{gls}{glo}{\glossaryname}

so it can be identified by the label main (unless the -nomain package option is used). Using the -acronym package option is equivalent to: +nomain package option is used). Using the +acronym package option is equivalent to:
 \newglossary[alg]{acronym}{acr}{acn}{\acronymname}
 
so it can be identified by the label acronym. If you are -not sure whether the acronym option has been used, you +not sure whether the acronym option has been used, you can identify the list of acronyms by the command \acronymtype which is set to -acronym, if the acronym option has been used, +acronym, if the acronym option has been used, otherwise it is set to main.

-All glossaries must be defined before \makeglossaries to +All glossaries must be defined before \makeglossaries to ensure that the relevant output files are opened.

@@ -3890,7 +3982,7 @@ Acronyms

You may have noticed in Defining Glossary Entries that when you specify a new entry, you can specify alternate text to use when -the term is first used in the document. This provides a useful +the term is first used in the document. This provides a useful means to define acronyms. For convenience, the glossaries package defines the command:
@@ -3900,7 +3992,7 @@ defines the command: By default, this is equivalent to:

-\newglossaryentry {label}{type=\acronymtype, +\newglossaryentry {label}{type=\acronymtype,
name=
{abbrv},
@@ -3916,9 +4008,9 @@ firstplural={
long\glspluralsuffix\space ( abbrv\glspluralsuffix)},
key-val list}

-As mentioned in the previous section, the command \acronymtype +As mentioned in the previous section, the command \acronymtype is the name of the glossary in which the acronyms should appear. If -the acronym package option has been used, this will be +the acronym package option has been used, this will be acronym, otherwise it will be main. The acronyms can then be used in exactly the same way as any other glossary entry. @@ -3929,7 +4021,7 @@ if you want to load a file containing acronym definitions using \loadglsentries[type]{filename}, the optional argument type will not have an effect unless you explicitly set the type as type=\glsdefaulttype in the optional argument to -\newacronym. See earlier for details. +\newacronym. See earlier for details.

For example, the following defines the acronym IDN: @@ -3947,26 +4039,26 @@ plural={IDNs}, firstplural={identification numbers (IDNs)}} so \gls{idn} will produce "identification number (IDN)" on -first use and "IDN" on subsequent uses. +first use and "IDN" on subsequent uses.

This section describes acronyms that have been defined using \newacronym. If you prefer to define all your acronyms using \newglossaryentry explicitly, then you should skip this section -and ignore the package options: smallcaps, smaller, -description, dua and footnote, as these -options change the definition of \newacronym for common acronym +and ignore the package options: smallcaps, smaller, +description, dua and footnote, as these +options change the definition of \newacronym for common acronym formats as well as the way that the link text is displayed (see earlier). -Likewise you should ignore the package option shortcuts +Likewise you should ignore the package option shortcuts and the new commands described in this section, such as \acrshort, as they vary according to the definition of -\newacronym. +\newacronym.

-If you use any of the package options smallcaps, -smaller, description or -footnote, the acronyms will be displayed in the document +If you use any of the package options smallcaps, +smaller, description or +footnote, the acronyms will be displayed in the document using:

\acronymfont{text} @@ -3977,16 +4069,16 @@ and
\firstacronymfont{text}

-where \firstacronymfont is applied on first use and +where \firstacronymfont is applied on first use and \acronymfont is applied on subsequent use. Note that if you don't use any of the above package options, changing the definition of \acronymfont or \firstacronymfont will have no effect. In this case, the recommended route is to use either the -smaller or the smallcaps package option and +smaller or the smallcaps package option and redefine \acronymfont and \firstacronymfont as required. -(The smallcaps option sets the default plural suffix in an +(The smallcaps option sets the default plural suffix in an upright font to cancel the effect of \textsc, whereas -smaller sets the suffix in the surrounding font.) +smaller sets the suffix in the surrounding font.) For example, if you want acronyms in a normal font on first use and emphasized on subsequent use, do:

@@ -3994,20 +4086,20 @@ emphasized on subsequent use, do:
 \renewcommand*{\firstacronymfont}[1]{#1}
 \renewcommand*{\acronymfont}[1]{\emph{#1}}
 
-(Note that it is for this reason that the relsize package +(Note that it is for this reason that the relsize package is not automatically loaded when selecting the -smaller package option.) +smaller package option.)

Table 4 lists the package options that govern -the acronym styles and how the \newglossaryentry keys are used +the acronym styles and how the \newglossaryentry keys are used to store long (the long form) and abbrv (the short -form). Note that the smallcaps option redefines +form). Note that the smallcaps option redefines \acronymfont so that it sets its argument using \textsc (so you should use lower case characters in abbrv) and the -smaller option redefines \acronymfont to use +smaller option redefines \acronymfont to use \textsmaller,10 otherwise \acronymfont simply displays its argument in + HREF="#foot3899">10 otherwise \acronymfont simply displays its argument in the surrounding font.

@@ -4016,54 +4108,54 @@ the surrounding font.

- + - - - - + + + + - + - + - + - + - + - + - + @@ -4105,14 +4197,14 @@ to override the defaults. For example: \newacronym[\glslongpluralkey={diagonal matrices}]{dm}{DM}{diagonal matrix} -If the first use uses the plural form, \glspl{dm} will +If the first use uses the plural form, \glspl{dm} will display: diagonal matrices (DMs).

-Each of the package options smallcaps, smaller, -footnote, dua -and description use \defglsdisplay and -\defglsdisplayfirst (described earlier) +Each of the package options smallcaps, smaller, +footnote, dua +and description use \defglsdisplay and +\defglsdisplayfirst (described earlier) to change the way the link text is displayed. This means that these package options only work for the glossary type given by \acronymtype. If you have multiple lists of acronyms, you @@ -4121,9 +4213,9 @@ glossary type.

-
description,footnote
+
description,footnote
-When these two package options are used together, the first use displays +When these two package options are used together, the first use displays the entry as:

\firstacronymfont{abbrv}insert\footnote{long} @@ -4139,50 +4231,50 @@ optional argument to \gls, \glspl or their uppercase variants.

-In this case, the long form is stored in the symbol key. +In this case, the long form is stored in the symbol key. This means that the long form will not be displayed in the list of acronyms unless you use a glossary style that displays the entry's -symbol (for example, the index style). Entries will +symbol (for example, the index style). Entries will be sorted according to the short form.

Note also that when these two package options are used (in the given order), the glossaries package additionally implements the -sanitize option using -sanitize={description=false,symbol=false}, so +sanitize option using +sanitize={description=false,symbol=false}, so remember to protect fragile commands when defining acronyms.

-
dua
+
dua
-The dua package option always displays the expanded -form and so may not be used with footnote, smaller or -smallcaps. Both first use and subsequent use displays the +The dua package option always displays the expanded +form and so may not be used with footnote, smaller or +smallcaps. Both first use and subsequent use displays the entry in the form:

longinsert

-If the description package option is also used, the -name key is set to the long form, otherwise the -name key is set to the short form and the -description key is set to the long form. In both -cases the symbol is set to the short form. Therefore, -if you use the description package option and you want +If the description package option is also used, the +name key is set to the long form, otherwise the +name key is set to the short form and the +description key is set to the long form. In both +cases the symbol is set to the short form. Therefore, +if you use the description package option and you want the short form to appear in the list of acronyms, you will need to use a glossary style that displays the entry's symbol (for -example, the index style). Entries will be sorted -according to the long form if the description option +example, the index style). Entries will be sorted +according to the long form if the description option is used, otherwise they will be sorted according to the -short form (unless overridden by the sort key in -the optional argument of \newacronym). +short form (unless overridden by the sort key in +the optional argument of \newacronym).

-
description
+
description
-This package option displays the entry on first use as: +This package option displays the entry on first use as:

longinsert (\firstacronymfont{abbrv})
@@ -4194,34 +4286,34 @@ while subsequent use displays the entry as:
Note also that if this package option is used, the glossaries package additionally implements the option -sanitize={symbol=false}, so +sanitize={symbol=false}, so remember to protect fragile commands when defining acronyms.

Note that with this option, you need to specify the description -using the description key in the optional argument -of \newacronym. When this option is used without -the footnote or dua options, the name field +using the description key in the optional argument +of \newacronym. When this option is used without +the footnote or dua options, the name field is specified as -\acrnameformat{short}{long}. This -defaults to \acronymfont{short}, which means that the +\acrnameformat{short}{long}. This +defaults to \acronymfont{short}, which means that the long form will not appear in the list of acronyms by default. -To change this, you need to redefine \acrnameformat as +To change this, you need to redefine \acrnameformat as appropriate. For example, to display the long form followed by the short form in parentheses do:

 \renewcommand*{\acrnameformat}[2]{#2 (\acronymfont{#1})}
 
-Note that even if you redefine \acrnameformat, the +Note that even if you redefine \acrnameformat, the entries will be sorted according to the short form, unless you -override this using the sort key in the optional -argument to \newacronym. +override this using the sort key in the optional +argument to \newacronym.

-
footnote
+
footnote
-This package option displays the entry on first use as: +This package option displays the entry on first use as:

\firstacronymfont{abbrv}insert\footnote{long}
@@ -4236,19 +4328,19 @@ Acronyms will be sorted according to the short form.

Note also that if this package option is used, the glossaries package additionally implements the option -sanitize={description=false}, so +sanitize={description=false}, so remember to protect fragile commands when defining acronyms.

-Note that on first use, it is the long form in the footnote that +Note that on first use, it is the long form in the footnote that links to the relevant glossary entry (where hyperlinks are enabled), whereas on subsequent use, the acronym links to the relevant glossary entry. It is possible to change this to make the acronym -on first use have the hyperlink instead of the footnote, but +on first use have the hyperlink instead of the footnote, but since the footnote marker will also be a hyperlink, you will have two hyperlinks in immediate succession. This can be ambiguous where the hyperlinks are coloured rather than boxed. -The code required to change the first use to make the +The code required to change the first use to make the acronym a hyperlink is as follows:

  \defglsdisplayfirst[\acronymtype]{%
@@ -4266,10 +4358,10 @@ for further details.)
 
 

-
smallcaps
+
smallcaps
-If neither the footnote nor description options -have been set, this option displays the entry on first use as: +If neither the footnote nor description options +have been set, this option displays the entry on first use as:

longinsert (\firstacronymfont{abbrv})
@@ -4282,22 +4374,22 @@ while subsequent use displays the entry as: where \acronymfont is set to \textsc{#1}.

-Note that since the acronym is displayed using \textsc, +Note that since the acronym is displayed using \textsc, the short form, abbrv, should be specified in lower case.

Note also that if this package option is used, the glossaries package additionally implements the option -sanitize={symbol=false}, so +sanitize={symbol=false}, so remember to protect fragile commands when defining acronyms.

-
smaller
+
smaller
-If neither the footnote nor description options -have been set, this option displays the entry on first use as: +If neither the footnote nor description options +have been set, this option displays the entry on first use as:

longinsert (\firstacronymfont{abbrv})
@@ -4309,26 +4401,26 @@ while subsequent use displays the entry as:
where \acronymfont is set to \textsmaller{#1}.11The entries will be sorted according to the short form. + HREF="#foot3912">11The entries will be sorted according to the short form.

-Remember to load a package that defines \textsmaller (such as -relsize) if you want to use this option, unless you want -to redefine \acronymfont to use some other formatting command. +Remember to load a package that defines \textsmaller (such as +relsize) if you want to use this option, unless you want +to redefine \acronymfont to use some other formatting command.

Note also that if this package option is used, the glossaries package additionally implements the option -sanitize={symbol=false}, so +sanitize={symbol=false}, so remember to protect fragile commands when defining acronyms.

None of the above
-If none of the package options smallcaps, smaller, -footnote, dua or description are used, -then on first use the entry is displayed as: +If none of the package options smallcaps, smaller, +footnote, dua or description are used, +then on first use the entry is displayed as:

long (abbrv)insert
@@ -4340,14 +4432,14 @@ while subsequent use displays the entry as:
Entries will be sorted according to the short form. Note that if none of the acronym-related package options are used, -the sanitize option will not be affected. +the sanitize option will not be affected.

Recall from earlier that you can access the values of individual keys using commands -like \glstext, so it is possible to use these commands to +like \glstext, so it is possible to use these commands to print just the long form or just the abbreviation without affecting the flag that determines whether the entry has been used. However the keys that store the long and short form vary depending on @@ -4367,8 +4459,8 @@ as follows:
Print the abbreviated version with (if required) a hyperlink to the relevant entry in the glossary. This is usually equivalent to -\glstext (or its uppercase variants) but may additionally -put the link text within the argument to \acronymfont. +\glstext (or its uppercase variants) but may additionally +put the link text within the argument to \acronymfont.

@@ -4382,7 +4474,7 @@ put the link text within the argument to \acronymfont Print the long version with (if required) a hyperlink to the relevant entry in the glossary. This is may be equivalent to -\glsdesc, \glssymbol or \glsfirst (or their uppercase +\glsdesc, \glssymbol or \glsfirst (or their uppercase variants), depending on package options.

@@ -4402,7 +4494,7 @@ relevant entry in the glossary.

Note that if any of the above commands produce unexpected output and you haven't used any of the acronym-related package options, -you will need to switch off the sanitization. +you will need to switch off the sanitization. For example:

 \usepackage[sanitize=none]{glossaries}
@@ -4411,16 +4503,16 @@ However, if you do this, you must remember to protect fragile
 commands when defining acronyms or glossary entries.
 
 

-Note that if you change the definition of \newacronym, you +Note that if you change the definition of \newacronym, you may additionally need to change the above commands as well as -changing the way the text is displayed using \defglsdisplay -and \defglsdisplayfirst. +changing the way the text is displayed using \defglsdisplay +and \defglsdisplayfirst.

-The package option shortcuts provides the synonyms listed +The package option shortcuts provides the synonyms listed in table 5. If any of those commands generate an "undefined control sequence" error message, check that you -have enabled the shortcuts using the shortcuts package +have enabled the shortcuts using the shortcuts package option. Note that there are no shortcuts for the commands that produce all upper case text. @@ -4430,60 +4522,60 @@ produce all upper case text.

- +
Table 4: Package options governing \newacronym and how the information is stored in the keys for \newglossaryentry
Package Option first keytext keydescription keysymbol keyfirst keytext keydescription keysymbol key
description,footnote
description,footnote abbrv abbrv user supplied long
description,dua
description,dua long long user supplied abbrv
description
description long abbrv user supplied abbrv
footnote
footnote abbrv abbrv long  
smallcaps
smallcaps long abbrv long abbrv
smaller
smaller long abbrv long abbrv
dua
dua long long long
+Synonyms provided by the package option shortcuts - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +
Table 5: -Synonyms provided by the package option shortcuts
Shortcut Command Equivalent Command
\acs\acrshort
\acs\acrshort
\Acs\Acrshort
\Acs\Acrshort
\acsp\acrshortpl
\acsp\acrshortpl
\Acsp\Acrshortpl
\Acsp\Acrshortpl
\acl\acrlong
\acl\acrlong
\Acl\Acrlong
\Acl\Acrlong
\aclp\acrlongpl
\aclp\acrlongpl
\Aclp\Acrlongpl
\Aclp\Acrlongpl
\acf\acrfull
\acf\acrfull
\Acf\Acrfull
\Acf\Acrfull
\acfp\acrfullpl
\acfp\acrfullpl
\Acfp\Acrfullpl
\Acfp\Acrfullpl
\ac\gls
\ac\gls
\Ac\Gls
\Ac\Gls
\acp\glspl
\acp\glspl
\Acp\Glspl
\Acp\Glspl
@@ -4502,55 +4594,55 @@ Synonyms provided by the package option shortcuts Upgrading From the glossary Package -Users of the obsolete glossary package may recall that +Users of the obsolete glossary package may recall that the syntax used to define new acronyms has changed with the replacement glossaries package. In addition, the old -glossary package created the command +glossary package created the command \acr-name when defining the acronym acr-name.

In order to facilitate migrating from the old package to the new -one, the glossaries package12 +one, the glossaries package12 provides the command:

\oldacronym[label]{abbrv}{long}{key-val list}

-This uses the same syntax as the glossary package's +This uses the same syntax as the glossary package's method of defining acronyms. It is equivalent to:
-
\newacronym[key-val list]{label}{abbrv}{long} +
\newacronym[key-val list]{label}{abbrv}{long}

-In addition, \oldacronym also defines the commands -\label, which is equivalent to \gls{label}, +In addition, \oldacronym also defines the commands +\label, which is equivalent to \gls{label}, and \label*, which is equivalent to -\Gls{label}. If label is omitted, abbrv +\Gls{label}. If label is omitted, abbrv is used. Since commands names must consist only of alphabetical characters, label must also only consist of alphabetical characters. Note that \label doesn't allow you to use -the first optional argument of \gls or \Gls -- you will -need to explicitly use \gls or \Gls to change the +the first optional argument of \gls or \Gls -- you will +need to explicitly use \gls or \Gls to change the settings.

Recall that, in general, LaTeX ignores spaces following command names consisting of alphabetical characters. This is also true for \label unless you additionally load the -xspace package. +xspace package.

-The glossaries package doesn't load the xspace package +The glossaries package doesn't load the xspace package since there are both advantages and disadvantages to using -\xspace in \label. If you don't use the -xspace package you need to explicitly force a space using +\xspace in \label. If you don't use the +xspace package you need to explicitly force a space using \ (backslash space) however you can follow \label with additional text in square brackets (the final optional -argument to \gls). If you use the xspace package +argument to \gls). If you use the xspace package you don't need to escape the spaces but you can't use the optional argument to insert text (you will have to explicitly -use \gls). +use \gls).

To illustrate this, suppose I define the acronym "abc" as @@ -4561,8 +4653,8 @@ follows: This will create the command \abc and its starred version \abc*. Table 6 illustrates the effect of \abc (on subsequent use) according to whether or not the -xspace package has been loaded. As can be seen from the -final row in the table, the xspace package prevents the +xspace package has been loaded. As can be seen from the +final row in the table, the xspace package prevents the optional argument from being recognised.

@@ -4570,7 +4662,7 @@ optional argument from being recognised.

-
+
Table 6: The effect of using @@ -4620,11 +4712,11 @@ Unsetting and Resetting Entry Flags

-When using \gls, \glspl and their uppercase variants it is +When using \gls, \glspl and their uppercase variants it is possible that you may want to use the value given by the -first key, even though you have already used the glossary -entry. Conversely, you may want to use the value given by the -text key, even though you haven't used the glossary entry. +first key, even though you have already used the glossary +entry. Conversely, you may want to use the value given by the +text key, even though you haven't used the glossary entry. The former can be achieved by one of the following commands:

\glsreset{label} @@ -4690,18 +4782,18 @@ a summary of the available styles.

-
+
@@ -4798,13 +4890,13 @@ be displayed if it has been defined.

-The glossary style can be set using the style key in the optional -argument to \printglossary or using the command: +The glossary style can be set using the style key in the optional +argument to \printglossary or using the command:

\glossarystyle{style-name}

-Some of the glossary styles may also be set using the style +Some of the glossary styles may also be set using the style package option, it depends if the package in which they are defined is automatically loaded by the glossaries package. @@ -4814,38 +4906,38 @@ lists use the length \glsdescwidth to set the width of the description column and the length \glspagelistwidth to set the width of the page list column.13These will need to be changed using \setlength if the glossary -is too wide. Note that the long4col and -super4col styles (and their header and border variations) + HREF="#foot3919">13These will need to be changed using \setlength if the glossary +is too wide. Note that the long4col and +super4col styles (and their header and border variations) don't use these lengths as they are designed for single line -entries. Instead you should use the analogous altlong4col -and altsuper4col styles. If you want to +entries. Instead you should use the analogous altlong4col +and altsuper4col styles. If you want to explicitly create a line-break within a multi-line description in -a tabular-like style you should use \newline instead of +a tabular-like style you should use \newline instead of \\.

-Note that if you use the style key in the -optional argument to \printglossary, it will override any +Note that if you use the style key in the +optional argument to \printglossary, it will override any previous style settings for the given glossary, so if, for example, you do

 \renewcommand*{\glsgroupskip}{}
 \printglossary[style=long]
 
-then the new definition of \glsgroupskip will not have an affect +then the new definition of \glsgroupskip will not have an affect for this glossary, as \glsgroupskip is redefined by -style=long. Likewise, \glossarystyle will also +style=long. Likewise, \glossarystyle will also override any previous style definitions, so, again
 \renewcommand*{\glsgroupskip}{}
 \glossarystyle{long}
 
will reset \glsgroupskip back to its default definition for the -named glossary style (long in this case). If you want to -modify the styles, either use \newglossarystyle (described +named glossary style (long in this case). If you want to +modify the styles, either use \newglossarystyle (described in the next section) or make the modifications after -\glossarystyle, e.g.: +\glossarystyle, e.g.:
 \glossarystyle{long}
 \renewcommand*{\glsgroupskip}{}
@@ -4853,13 +4945,13 @@ in the next section) or make the modifications after
 
 

All the styles except for the three- and four-column styles and the -listdotted style use the command +listdotted style use the command \glspostdescription after the description. This simply displays a full stop by default. To eliminate this full stop (or replace it with something else, say, a comma) you will need to redefine \glspostdescription before the glossary is displayed. Alternatively, you can suppress it for a given entry -by placing \nopostdesc in the entry's description. +by placing \nopostdesc in the entry's description.

Top @@ -4874,19 +4966,19 @@ List Styles

The styles described in this section are all defined in the package -glossary-list. Since they all use the description +glossary-list. Since they all use the description environment, they are governed by the same parameters as that environment. These styles all ignore the entry's symbol. Note that these styles will automatically be available unless you use the -nolist or nostyles package options. +nolist or nostyles package options.

list
-
The list style uses the description +
The list style uses the description environment. The entry name is placed in the optional argument of the \item command (so it will appear in bold by default). The -description follows, and then the associated number list for +description follows, and then the associated number list for that entry. The symbol is ignored. If the entry has child entries, the description and number list follows (but not the name) for each child entry. Groups are separated using \indexspace. @@ -4894,14 +4986,14 @@ child entry. Groups are separated using \indexspace.

listgroup
-
The listgroup style is like -list but the glossary groups have headings. +
The listgroup style is like +list but the glossary groups have headings.

listhypergroup
-
The listhypergroup style is like -listgroup but has a navigation line at the start of +
The listhypergroup style is like +listgroup but has a navigation line at the start of the glossary with links to each group that is present in the glossary. This requires an additional run through LaTeX to ensure the group information is up to date. In the navigation line, each @@ -4917,41 +5009,41 @@ to simply have a space separating each group, do: Note that the hyper-navigation line is now (as from version 1.14) set inside the optional argument to \item instead of after it to prevent a spurious space at the start. This can be changed -by redefining \glossaryheader, but note that this needs to +by redefining \glossaryheader, but note that this needs to be done after the glossary style has been set.

altlist
-
The altlist style is like list +
The altlist style is like list but the description starts on the line following the name. (As -with the list style, the symbol is ignored.) Each child -entry starts a new line, but as with the list style, +with the list style, the symbol is ignored.) Each child +entry starts a new line, but as with the list style, the name associated with each child entry is ignored.

altlistgroup
-
The altlistgroup style is like -altlist but the glossary groups have headings. +
The altlistgroup style is like +altlist but the glossary groups have headings.

altlisthypergroup
-
The altlisthypergroup style is like -altlistgroup but has a set of links to the glossary +
The altlisthypergroup style is like +altlistgroup but has a set of links to the glossary groups. The navigation line is the same as that for -listhypergroup, described above. +listhypergroup, described above.

listdotted
This style uses the description environment.14 Each + HREF="#foot3134">14 Each entry starts with \item[], followed by the name followed by a dotted line, followed by the description. Note that this style -ignores both the number list and the symbol. The length +ignores both the number list and the symbol. The length \glslistdottedwidth governs where the description should start. This is a flat style, so child entries are formatted in the same way as the parent entries. @@ -4959,10 +5051,10 @@ entries are formatted in the same way as the parent entries.

sublistdotted
-
This is a variation on the listdotted +
This is a variation on the listdotted style designed for hierarchical glossaries. The main entries have just the name displayed. The sub entries are displayed in -the same manner as listdotted. +the same manner as listdotted.
@@ -4979,10 +5071,10 @@ Longtable Styles

The styles described in this section are all defined in the package -glossary-long. Since they all use the longtable +glossary-long. Since they all use the longtable environment, they are governed by the same parameters as that environment. Note that these styles will automatically be available -unless you use the nolong or nostyles package +unless you use the nolong or nostyles package options. These styles fully justify the description and page list columns. If you want ragged right formatting instead, use the analogous styles described in @@ -4992,129 +5084,129 @@ analogous styles described in

long
-
The long style uses the longtable -environment (defined by the longtable package). It has two +
The long style uses the longtable +environment (defined by the longtable package). It has two columns: the first column contains the entry's name and the second -column contains the description followed by the number list. +column contains the description followed by the number list. The entry's symbol is ignored. Sub groups are separated with a blank row. The width of the first column is governed by the widest entry in that column. The width of the second column is governed by the length -\glsdescwidth. Child entries have a similar format to the +\glsdescwidth. Child entries have a similar format to the parent entries except that their name is suppressed.

longborder
-
The longborder style is like -long but has horizontal and vertical lines around it. +
The longborder style is like +long but has horizontal and vertical lines around it.

longheader
-
The longheader style is like -long but has a header row. +
The longheader style is like +long but has a header row.

longheaderborder
-
The longheaderborder style is -like longheader but has horizontal and vertical lines +
The longheaderborder style is +like longheader but has horizontal and vertical lines around it.

long3col
-
The long3col style is like -long but has three columns. The first column contains +
The long3col style is like +long but has three columns. The first column contains the entry's name, the second column contains the description -and the third column contains the number list. +and the third column contains the number list. The entry's symbol is ignored. The width of the first column is governed by the widest entry in that column, the width of the second column is governed by the length -\glsdescwidth, and the width of the third column is governed by the -length \glspagelistwidth. +\glsdescwidth, and the width of the third column is governed by the +length \glspagelistwidth.

long3colborder
-
The long3colborder style is like -the long3col style but has horizontal and vertical +
The long3colborder style is like +the long3col style but has horizontal and vertical lines around it.

long3colheader
-
The long3colheader style is like -long3col but has a header row. +
The long3colheader style is like +long3col but has a header row.

long3colheaderborder
-
The long3colheaderborder style is -like long3colheader but has horizontal and vertical lines +
The long3colheaderborder style is +like long3colheader but has horizontal and vertical lines around it.

long4col
-
The long4col style is like -long3col but has an additional column in which the +
The long4col style is like +long3col but has an additional column in which the entry's associated symbol appears. This style is used for brief single line descriptions. The column widths are governed by the -widest entry in the given column. Use altlong4col for +widest entry in the given column. Use altlong4col for multi-line descriptions.

long4colborder
-
The long4colborder style is like -the long4col style but has horizontal and vertical +
The long4colborder style is like +the long4col style but has horizontal and vertical lines around it.

long4colheader
-
The long4colheader style is like -long4col but has a header row. +
The long4colheader style is like +long4col but has a header row.

long4colheaderborder
-
The long4colheaderborder style is -like long4colheader but has horizontal and vertical lines +
The long4colheaderborder style is +like long4colheader but has horizontal and vertical lines around it.

altlong4col
-
The altlong4col style is like -long4col but allows multi-line descriptions and page +
The altlong4col style is like +long4col but allows multi-line descriptions and page lists. The width of the description column is governed by the -length \glsdescwidth and the width of the page list column is -governed by the length \glspagelistwidth. The widths of the +length \glsdescwidth and the width of the page list column is +governed by the length \glspagelistwidth. The widths of the name and symbol columns are governed by the widest entry in the given column.

altlong4colborder
-
The altlong4colborder style is like -the long4colborder but allows multi-line descriptions and +
The altlong4colborder style is like +the long4colborder but allows multi-line descriptions and page lists.

altlong4colheader
-
The altlong4colheader style is like -long4colheader but allows multi-line descriptions and +
The altlong4colheader style is like +long4colheader but allows multi-line descriptions and page lists.

altlong4colheaderborder
-
The altlong4colheaderborder -style is like long4colheaderborder but allows multi-line +
The altlong4colheaderborder +style is like long4colheaderborder but allows multi-line descriptions and page lists.
@@ -5132,119 +5224,119 @@ Longtable Styles (Ragged Right)

The styles described in this section are all defined in the package -glossary-longragged. These styles are analogous to those -defined in glossary-long but the multiline columns are left +glossary-longragged. These styles are analogous to those +defined in glossary-long but the multiline columns are left justified instead of fully justified. Since these styles all use the longtable environment, they are governed by the same -parameters as that environment. The glossary-longragged -package additionally requires the array package. Note that +parameters as that environment. The glossary-longragged +package additionally requires the array package. Note that these styles will only be available if you explicitly load -glossary-longragged: +glossary-longragged:

 \usepackage{glossaries}
 \usepackage{glossary-longragged}
 
-Note that you can't set these styles using the style +Note that you can't set these styles using the style package option since the styles aren't defined until after the glossaries package has been loaded.

longragged
-
The longragged style has two +
The longragged style has two columns: the first column contains the entry's name and the second column contains the (left-justified) description followed by the -number list. The entry's symbol is ignored. +number list. The entry's symbol is ignored. Sub groups are separated with a blank row. The width of the first column is governed by the widest entry in that column. The width of the second column is governed by the length -\glsdescwidth. Child entries have a similar format to the +\glsdescwidth. Child entries have a similar format to the parent entries except that their name is suppressed.

longraggedborder
-
The longraggedborder style is like -longragged but has horizontal and vertical lines around it. +
The longraggedborder style is like +longragged but has horizontal and vertical lines around it.

longraggedheader
-
The longraggedheader style is like -longragged but has a header row. +
The longraggedheader style is like +longragged but has a header row.

longraggedheaderborder
-
The longraggedheaderborder -style is like longraggedheader but has horizontal and +
The longraggedheaderborder +style is like longraggedheader but has horizontal and vertical lines around it.

longragged3col
-
The longragged3col style is like -longragged but has three columns. The first column +
The longragged3col style is like +longragged but has three columns. The first column contains the entry's name, the second column contains the (left justified) description and the third column contains the (left -justified) number list. The entry's symbol is ignored. The +justified) number list. The entry's symbol is ignored. The width of the first column is governed by the widest entry in that column, the width of the second column is governed by the length -\glsdescwidth, and the width of the third column is governed by -the length \glspagelistwidth. +\glsdescwidth, and the width of the third column is governed by +the length \glspagelistwidth.

longragged3colborder
-
The longragged3colborder -style is like the longragged3col style but has horizontal +
The longragged3colborder +style is like the longragged3col style but has horizontal and vertical lines around it.

longragged3colheader
-
The longragged3colheader style is like -longragged3col but has a header row. +
The longragged3colheader style is like +longragged3col but has a header row.

longragged3colheaderborder
-
The longragged3colheaderborder style is -like longragged3colheader but has horizontal and vertical lines +
The longragged3colheaderborder style is +like longragged3colheader but has horizontal and vertical lines around it.

altlongragged4col
-
The altlongragged4col style is -like longragged3col but has an additional column in which +
The altlongragged4col style is +like longragged3col but has an additional column in which the entry's associated symbol appears. The width of the description -column is governed by the length \glsdescwidth and the width of +column is governed by the length \glsdescwidth and the width of the page list column is governed by the length -\glspagelistwidth. The widths of the name and symbol columns +\glspagelistwidth. The widths of the name and symbol columns are governed by the widest entry in the given column.

altlongragged4colborder
The -altlongragged4colborder style is like the -altlongragged4col but has horizontal and vertical lines +altlongragged4colborder style is like the +altlongragged4col but has horizontal and vertical lines around it.

altlongragged4colheader
The -altlongragged4colheader style is like -altlongragged4col but has a header row. +altlongragged4colheader style is like +altlongragged4col but has a header row.

altlongragged4colheaderborder
The -altlongragged4colheaderborder style is like -altlongragged4colheader but has horizontal and vertical +altlongragged4colheaderborder style is like +altlongragged4colheader but has horizontal and vertical lines around it.

@@ -5264,14 +5356,14 @@ Supertabular Styles

The styles described in this section are all defined in the package -glossary-super. Since they all use the supertabular +glossary-super. Since they all use the supertabular environment, they are governed by the same parameters as that environment. Note that these styles will automatically be available -unless you use the nosuper or nostyles package +unless you use the nosuper or nostyles package options. In general, the longtable environment is better, but there are some circumstances where it is better to use supertabular.15 These styles fully justify the description and page list + HREF="#foot3922">15 These styles fully justify the description and page list columns. If you want ragged right formatting instead, use the analogous styles described in Supertabular @@ -5280,130 +5372,130 @@ Styles (Ragged Right).

super
-
The super style uses the supertabular -environment (defined by the supertabular package). It has two +
The super style uses the supertabular +environment (defined by the supertabular package). It has two columns: the first column contains the entry's name and the second -column contains the description followed by the number list. +column contains the description followed by the number list. The entry's symbol is ignored. Sub groups are separated with a blank row. The width of the first column is governed by the widest entry in that column. The width of the second column is governed by the length -\glsdescwidth. Child entries have a similar format to the +\glsdescwidth. Child entries have a similar format to the parent entries except that their name is suppressed.

superborder
-
The superborder style is like -super but has horizontal and vertical lines around it. +
The superborder style is like +super but has horizontal and vertical lines around it.

superheader
-
The superheader style is like -super but has a header row. +
The superheader style is like +super but has a header row.

superheaderborder
-
The superheaderborder style is -like superheader but has horizontal and vertical lines +
The superheaderborder style is +like superheader but has horizontal and vertical lines around it.

super3col
-
The super3col style is like -super but has three columns. The first column contains +
The super3col style is like +super but has three columns. The first column contains the entry's name, the second column contains the description -and the third column contains the number list. The +and the third column contains the number list. The entry's symbol is ignored. The width of the first column is governed by the widest entry in that column. The width of the second column is governed by the length -\glsdescwidth. The width of the third column is governed by the -length \glspagelistwidth. +\glsdescwidth. The width of the third column is governed by the +length \glspagelistwidth.

super3colborder
-
The super3colborder style is like -the super3col style but has horizontal and vertical +
The super3colborder style is like +the super3col style but has horizontal and vertical lines around it.

super3colheader
-
The super3colheader style is like -super3col but has a header row. +
The super3colheader style is like +super3col but has a header row.

super3colheaderborder
-
The super3colheaderborder style -is like super3colheader but has horizontal and vertical +
The super3colheaderborder style +is like super3colheader but has horizontal and vertical lines around it.

super4col
-
The super4col style is like -super3col but has an additional column in which the +
The super4col style is like +super3col but has an additional column in which the entry's associated symbol appears. This style is designed for entries with brief single line descriptions. The column widths are governed by the -widest entry in the given column. Use altsuper4col +widest entry in the given column. Use altsuper4col for multi-line descriptions.

super4colborder
-
The super4colborder style is like -the super4col style but has horizontal and vertical +
The super4colborder style is like +the super4col style but has horizontal and vertical lines around it.

super4colheader
-
The super4colheader style is like -super4col but has a header row. +
The super4colheader style is like +super4col but has a header row.

super4colheaderborder
-
The super4colheaderborder style -is like super4colheader but has horizontal and vertical +
The super4colheaderborder style +is like super4colheader but has horizontal and vertical lines around it.

altsuper4col
-
The altsuper4col style is like -super4col but allows multi-line descriptions and page +
The altsuper4col style is like +super4col but allows multi-line descriptions and page lists. The width of the description column is governed by the length -\glsdescwidth and the width of the page list column is -governed by the length \glspagelistwidth. The width of the name +\glsdescwidth and the width of the page list column is +governed by the length \glspagelistwidth. The width of the name and symbol columns is governed by the widest entry in the given column.

altsuper4colborder
-
The altsuper4colborder style is like -the super4colborder style but allows multi-line descriptions +
The altsuper4colborder style is like +the super4colborder style but allows multi-line descriptions and page lists.

altsuper4colheader
-
The altsuper4colheader style is like -super4colheader but allows multi-line descriptions and +
The altsuper4colheader style is like +super4colheader but allows multi-line descriptions and page lists.

altsuper4colheaderborder
-
The altsuper4colheaderborder -style is like super4colheaderborder but allows multi-line +
The altsuper4colheaderborder +style is like super4colheaderborder but allows multi-line descriptions and page lists.
@@ -5421,96 +5513,96 @@ Supertabular Styles (Ragged Right)

The styles described in this section are all defined in the package -glossary-superragged. These styles are analogous to those -defined in glossary-super but the multiline columns are left +glossary-superragged. These styles are analogous to those +defined in glossary-super but the multiline columns are left justified instead of fully justified. Since these styles all use the supertabular environment, they are governed by the same -parameters as that environment. The glossary-superragged -package additionally requires the array package. Note that +parameters as that environment. The glossary-superragged +package additionally requires the array package. Note that these styles will only be available if you explicitly load -glossary-superragged: +glossary-superragged:

 \usepackage{glossaries}
 \usepackage{glossary-superragged}
 
-Note that you can't set these styles using the style +Note that you can't set these styles using the style package option since the styles aren't defined until after the glossaries package has been loaded.

superragged
-
The superragged style uses the +
The superragged style uses the supertabular environment (defined by the -supertabular package). It has two columns: the first column +supertabular package). It has two columns: the first column contains the entry's name and the second column contains the (left -justified) description followed by the number list. The +justified) description followed by the number list. The entry's symbol is ignored. Sub groups are separated with a blank row. The width of the first column is governed by the widest entry in that column. The width of the second column is governed by the -length \glsdescwidth. Child entries have a similar format to +length \glsdescwidth. Child entries have a similar format to the parent entries except that their name is suppressed.

superraggedborder
-
The superraggedborder style is -like superragged but has horizontal and vertical lines +
The superraggedborder style is +like superragged but has horizontal and vertical lines around it.

superraggedheader
-
The superraggedheader style is -like superragged but has a header row. +
The superraggedheader style is +like superragged but has a header row.

superraggedheaderborder
The -superraggedheaderborder style is like -superraggedheader but has horizontal and vertical lines +superraggedheaderborder style is like +superraggedheader but has horizontal and vertical lines around it.

superragged3col
-
The superragged3col style is like -superragged but has three columns. The first column +
The superragged3col style is like +superragged but has three columns. The first column contains the entry's name, the second column contains the (left justified) description and the third column contains the (left -justified) number list. The entry's symbol is ignored. The +justified) number list. The entry's symbol is ignored. The width of the first column is governed by the widest entry in that column. The width of the second column is governed by the length -\glsdescwidth. The width of the third column is governed by the -length \glspagelistwidth. +\glsdescwidth. The width of the third column is governed by the +length \glspagelistwidth.

superragged3colborder
-
The superragged3colborder -style is like the superragged3col style but has +
The superragged3colborder +style is like the superragged3col style but has horizontal and vertical lines around it.

superragged3colheader
-
The superragged3colheader -style is like superragged3col but has a header row. +
The superragged3colheader +style is like superragged3col but has a header row.

superragged3colheaderborder
The -superragged3colheaderborder style is like -superragged3colheader but has horizontal and vertical +superragged3colheaderborder style is like +superragged3colheader but has horizontal and vertical lines around it.

altsuperragged4col
-
The altsuperragged4col style is -like superragged3col but has an additional column in +
The altsuperragged4col style is +like superragged3col but has an additional column in which the entry's associated symbol appears. The column widths for the name and symbol column are governed by the widest entry in the given column. @@ -5519,23 +5611,23 @@ given column.
altsuperragged4colborder
The -altsuperragged4colborder style is like the -altsuperragged4col style but has horizontal and vertical +altsuperragged4colborder style is like the +altsuperragged4col style but has horizontal and vertical lines around it.

altsuperragged4colheader
The -altsuperragged4colheader style is like -altsuperragged4col but has a header row. +altsuperragged4colheader style is like +altsuperragged4col but has a header row.

altsuperragged4colheaderborder
The -altsuperragged4colheaderborder style is like -altsuperragged4colheader but has horizontal and vertical +altsuperragged4colheaderborder style is like +altsuperragged4colheader but has horizontal and vertical lines around it.

@@ -5555,93 +5647,93 @@ Tree-Like Styles

The styles described in this section are all defined in the package -glossary-tree. These styles are designed for hierarchical +glossary-tree. These styles are designed for hierarchical glossaries but can also be used with glossaries that don't have sub-entries. These styles will display the entry's symbol if it exists. Note that these styles will automatically be available -unless you use the notree or nostyles package +unless you use the notree or nostyles package options.

index
-
The index style is similar to the way +
The index style is similar to the way indices are usually formatted in that it has a hierarchical structure up to three levels (the main level plus two sub-levels). The name is typeset in bold, and if the symbol is present it is set in parentheses after the name and before the description. Sub-entries are indented and also include the name, the symbol in brackets (if present) and the description. Groups are separated -using \indexspace. +using \indexspace.

indexgroup
-
The indexgroup style is similar to -the index style except that each group has a heading. +
The indexgroup style is similar to +the index style except that each group has a heading.

indexhypergroup
-
The indexhypergroup style is like -indexgroup but has a set of links to the glossary +
The indexhypergroup style is like +indexgroup but has a set of links to the glossary groups. The navigation line is the same as that for -listhypergroup, described above. +listhypergroup, described above.

tree
-
The tree style is similar to the -index style except that it can have arbitrary levels. -(Note that makeindex is limited to three levels, so -you will need to use xindy if you want more than +
The tree style is similar to the +index style except that it can have arbitrary levels. +(Note that makeindex is limited to three levels, so +you will need to use xindy if you want more than three levels.) Each sub-level is indented by \glstreeindent. Note that the name, symbol (if present) and description are placed in the same paragraph block. If you want the name to be apart from the -description, use the alttree style instead. (See below.) +description, use the alttree style instead. (See below.)

treegroup
-
The treegroup style is similar to -the tree style except that each group has a heading. +
The treegroup style is similar to +the tree style except that each group has a heading.

treehypergroup
-
The treehypergroup style is like -treegroup but has a set of links to the glossary +
The treehypergroup style is like +treegroup but has a set of links to the glossary groups. The navigation line is the same as that for -listhypergroup, described above. +listhypergroup, described above.

treenoname
-
The treenoname style is like -the tree style except that the name for each sub-entry +
The treenoname style is like +the tree style except that the name for each sub-entry is ignored.

treenonamegroup
-
The treenonamegroup style is -similar to the treenoname style except that each group +
The treenonamegroup style is +similar to the treenoname style except that each group has a heading.

treenonamehypergroup
-
The treenonamehypergroup -style is like treenonamegroup but has a set of links to +
The treenonamehypergroup +style is like treenonamegroup but has a set of links to the glossary groups. The navigation line is the same as that for -listhypergroup, described above. +listhypergroup, described above.

alttree
-
The alttree style is similar to the -tree style except that the indentation for each level +
The alttree style is similar to the +tree style except that the indentation for each level is determined by the width of the text specified by

\glssetwidest[level]{text} @@ -5662,16 +5754,16 @@ description.

alttreegroup
-
The alttreegroup is like the -alttree style except that each group has a heading. +
The alttreegroup is like the +alttree style except that each group has a heading.

alttreehypergroup
-
The alttreehypergroup style is -like alttreegroup but has a set of links to the glossary +
The alttreehypergroup style is +like alttreegroup but has a set of links to the glossary groups. The navigation line is the same as that for -listhypergroup, described above. +listhypergroup, described above.

@@ -5711,7 +5803,7 @@ This environment defines how the main body of the glossary should be typeset. Note that this does not include the section heading, the glossary preamble (defined by \glossarypreamble) or the glossary postamble (defined by \glossarypostamble). For example, -the list style uses the description environment, +the list style uses the description environment, so the theglossary environment is simply redefined to begin and end the description environment. @@ -5724,8 +5816,8 @@ and end the description environment. This macro indicates what to do at the start of the main body of the glossary. Note that this is not the same as \glossarypreamble, which should not be affected by changes in -the glossary style. The list glossary style redefines -\glossaryheader to do nothing, whereas the longheader +the glossary style. The list glossary style redefines +\glossaryheader to do nothing, whereas the longheader glossary style redefines \glossaryheader to do a header row.

@@ -5736,12 +5828,12 @@ glossary style redefines \glossaryheader to do a header row.

This macro indicates what to do at the start of each logical block within the main body -of the glossary. If you use makeindex the glossary is +of the glossary. If you use makeindex the glossary is sub-divided into a maximum of twenty-eight logical blocks that are -determined by the first character of the sort key (or -name key if the sort key is omitted). The +determined by the first character of the sort key (or +name key if the sort key is omitted). The sub-divisions are in the following order: symbols, numbers, A, -..., Z. If you use xindy, the sub-divisions depend on +..., Z. If you use xindy, the sub-divisions depend on the language settings.

@@ -5765,12 +5857,12 @@ A navigation hypertarget can be created using

For further details about \glsnavhypertarget, see -the documented code of glossary-hypernav +the documented code of glossary-hypernav in glossaries.pdf.

Most of the predefined glossary styles redefine \glsgroupheading -to simply ignore its argument. The listhypergroup style +to simply ignore its argument. The listhypergroup style redefines \glsgroupheading as follows:

 \renewcommand*{\glsgroupheading}[1]{%
@@ -5786,7 +5878,7 @@ See also \glsgroupskip below. (Note that command definitions withi
 \glsgroupskip
 

This macro determines what to do after one logical group but before -the header for the next logical group. The list glossary +the header for the next logical group. The list glossary style simply redefines \glsgroupskip to be \indexspace, whereas the tabular-like styles redefine \glsgroupskip to produce a blank row. @@ -5818,13 +5910,13 @@ is done using

where label is the entry's label. Note that you -don't need to worry about whether the hyperref package has +don't need to worry about whether the hyperref package has been loaded, as \glstarget won't create a target if \hypertarget hasn't been defined.

For example, the -list style defines \glossaryentryfield as follows: +list style defines \glossaryentryfield as follows:

 \renewcommand*{\glossaryentryfield}[5]{%
 \item[\glstarget{##1}{##2}] ##3\glspostdescription\space ##5}
@@ -5843,15 +5935,15 @@ may contain \delimN (to delimit individual numbers) and/or
 multiple occurrences of 
 \setentrycounter{counter name}\glsnumberformat{number(s)}, but note
 that the entire number list is enclosed within the argument
-to \glossaryentrynumbers. The user can redefine this to change
+to \glossaryentrynumbers. The user can redefine this to change
 the way the entire number list is formatted, regardless of 
 the glossary style. However the most common use of
 \glossaryentrynumbers is to provide a means of suppressing the
-number list altogether. (In fact, the nonumberlist option 
+number list altogether. (In fact, the nonumberlist option 
 redefines \glossaryentrynumbers to ignore its argument.)
 Therefore, when you define a new glossary style, you don't need
 to worry about whether the user has specified the 
-nonumberlist package option.
+nonumberlist package option.
 
 

@@ -5865,7 +5957,7 @@ This is new to version 1.17, and is used to display sub-entries. The first argument, level, indicates the sub-entry level. This must be an integer from 1 (first sub-level) onwards. The remaining arguments are analogous to those for -\glossaryentryfield described above. +\glossaryentryfield described above.
@@ -5891,12 +5983,12 @@ For example, suppose you want each entry to start with a bullet point. This means that the glossary should be placed in the itemize environment, so theglossary should start and end that environment. Let's also suppose that you don't want anything between -the glossary groups (so \glsgroupheading and \glsgroupskip +the glossary groups (so \glsgroupheading and \glsgroupskip should do nothing) and suppose you don't want anything to appear -immediately after \begin{theglossary} (so \glossaryheader +immediately after \begin{theglossary} (so \glossaryheader should do nothing). In addition, let's suppose the symbol should appear in brackets after the name, followed by the description and -last of all the number list should appear within square brackets +last of all the number list should appear within square brackets at the end. Then you can create this new glossary style, called, say, mylist, as follows:
@@ -5939,7 +6031,7 @@ If you want to define a new style that is a slightly modified
 version of an existing style, you can use \glossarystyle
 within the second argument of \newglossarystyle followed by
 whatever alterations you require. For example, suppose you want 
-a style like the list style but you don't want the extra
+a style like the list style but you don't want the extra
 vertical space created by \indexspace between groups, then you
 can create a new glossary style called, say, mylist as
 follows:
@@ -5960,15 +6052,15 @@ follows:
 Accessibility Support
 
 Limited accessibility support is provided by the accompanying
-glossaries-accsupp package, but note that this package is
-experimental and it requires the accsupp package 
-which is also listed as experimental. The symbol key
+glossaries-accsupp package, but note that this package is
+experimental and it requires the accsupp package 
+which is also listed as experimental. The symbol key
 is used to specify the replacement text. For example:
 
 \newglossaryentry{tex}{name={\TeX},description={Document preparation
 language},symbol={TeX}}
 
-When you reference this entry using \gls, \glspl or +When you reference this entry using \gls, \glspl or their uppercase variants, the symbol is used as the replacement text. For example, \gls{tex} would be equivalent to
@@ -5977,7 +6069,7 @@ text. For example, \gls{tex} would be equivalent to
 See the section 
 "glossaries-accsupp code" in
 the document glossaries.pdf  for further details. It is
-recommended that you also read the accsupp documentation.
+recommended that you also read the accsupp documentation.
 
 

Top @@ -5992,7 +6084,7 @@ Mfirstuc Package

The glossaries bundle is supplied with the package -mfirstuc which provides the command: +mfirstuc which provides the command:

\makefirstuc{stuff} @@ -6009,7 +6101,7 @@ object in the group is converted to uppercase. Examples:

  • \makefirstuc{\emph{abc}} produces Abc -(\MakeUppercase has been applied to the letter "a" rather +(\MakeUppercase has been applied to the letter "a" rather than \emph.) Note however that \makefirstuc{{\em abc}} produces ABC and {\makefirstuc{\em abc}} produces abc. @@ -6035,7 +6127,7 @@ than \emph.) Note however that Note that non-Latin or accented characters appearing at the start of the text must be placed in a group (even if you are -using the inputenc package) due to expansion issues. +using the inputenc package) due to expansion issues.

    In version 1.02 of mfirstuc, a bug fix resulted in a change @@ -6073,7 +6165,7 @@ produces: Abc.

    If you want to use an alternative command to convert to uppercase, for example \MakeTextUppercase,16 you can redefine the internal + HREF="#foot3935">16 you can redefine the internal command \@gls@makefirstuc. For example:

     \renewcommand{\@gls@makefirstuc}[1]{\MakeTextUppercase #1}
    @@ -6096,1597 +6188,1645 @@ and \makeatother.)
     Index
     
    \Ac -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    accsupp -
    Accessibility Support - | Accessibility Support +
    Accessibility Support + | Accessibility Support
    \Acf -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    \Acfp -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    \Acl -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    \Aclp -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    \Acp -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    \Acrfull -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    \Acrfullpl -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    \Acrlong -
    Troubleshooting - | Acronyms - | Acronyms +
    Troubleshooting + | Acronyms + | Acronyms
    \Acrlongpl -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    \acrnameformat -
    Acronyms - | Acronyms - | Acronyms +
    Acronyms + | Acronyms + | Acronyms
    \acronymfont -
    Acronyms - | Acronyms - | Acronyms +
    Package Options + | Acronyms + | Acronyms + | Acronyms
    \acronymname -
    Changing the Fixed Names +
    Changing the Fixed Names
    \acronymtype -
    Package Options - | Package Options - | Package Options - | Package Options - | Defining Glossary Entries - | Acronyms - | Acronyms +
    Package Options + | Package Options + | Package Options + | Package Options + | Defining Glossary Entries + | Acronyms + | Acronyms
    \Acrshort -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    \Acrshortpl -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    \Acs -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    \Acsp -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    array -
    Longtable Styles (Ragged Right) - | Supertabular Styles (Ragged Right) +
    Longtable Styles (Ragged Right) + | Supertabular Styles (Ragged Right)
    babel -
    Changing the Fixed Names - | Changing the Fixed Names - | Changing the Fixed Names - | Changing the Fixed Names - | Troubleshooting +
    Changing the Fixed Names + | Changing the Fixed Names + | Changing the Fixed Names + | Changing the Fixed Names + | Troubleshooting + | Package Options + | Package Options
    \clearpage -
    Package Options +
    Package Options
    \defglsdisplay -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    \defglsdisplayfirst -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    \descriptionname -
    Changing the Fixed Names +
    Changing the Fixed Names
    \emph -
    Links to Glossary Entries +
    Links to Glossary Entries
    \entryname -
    Changing the Fixed Names +
    Changing the Fixed Names
    file types
    .alg -
    Generating the Associated Glossary +
    Generating the Associated Glossary
    .aux -
    Using the makeglossaries Perl - | Language and Encodings +
    Using the makeglossaries Perl + | Language and Encodings
    .glg -
    Generating the Associated Glossary - | Using xindy explicitly - | Using makeindex explicitly - | Troubleshooting +
    Generating the Associated Glossary + | Using xindy explicitly + | Using makeindex explicitly + | Troubleshooting
    .glo -
    Using xindy explicitly - | Using makeindex explicitly - | Defining Glossary Entries +
    Using xindy explicitly + | Using makeindex explicitly + | Defining Glossary Entries
    .gls -
    Using xindy explicitly - | Using makeindex explicitly - | Defining Glossary Entries +
    Using xindy explicitly + | Using makeindex explicitly + | Defining Glossary Entries
    .ist -
    Using makeindex explicitly - | Using makeindex explicitly - | Note to Front-End and - | Package Options - | Defining Glossary Entries - | Defining Glossary Entries +
    Using makeindex explicitly + | Using makeindex explicitly + | Note to Front-End and + | Package Options + | Defining Glossary Entries + | Defining Glossary Entries
    .log -
    Troubleshooting +
    Troubleshooting
    .tex -
    Using xindy explicitly - | Using makeindex explicitly +
    Using xindy explicitly + | Using makeindex explicitly
    .xdy -
    Using xindy explicitly - | Using xindy explicitly - | Note to Front-End and - | Package Options - | Defining Glossary Entries - | Defining Glossary Entries - | Xindy +
    Using xindy explicitly + | Using xindy explicitly + | Note to Front-End and + | Package Options + | Defining Glossary Entries + | Defining Glossary Entries + | Xindy
    first use -
    Troubleshooting - | Troubleshooting - | Changing the format of - | Changing the format of - | Changing the format of - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Unsetting and Resetting Entry +
    Troubleshooting + | Troubleshooting + | Package Options + | Changing the format of + | Changing the format of + | Changing the format of + | Enabling and disabling hyperlinks + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Unsetting and Resetting Entry
    flag -
    Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Using Glossary Terms Without +
    Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Using Glossary Terms Without
    text -
    Defining Glossary Entries - | Defining Glossary Entries - | Using Glossary Terms Without - | Using Glossary Terms Without +
    Defining Glossary Entries + | Defining Glossary Entries + | Using Glossary Terms Without + | Using Glossary Terms Without
    flowfram -
    Supertabular Styles +
    Supertabular Styles
    fmtcount -
    Locations and Number lists +
    Locations and Number lists
    german -
    Changing the Fixed Names -
    glossaries -
    Sample Documents - | Changing the Fixed Names - | Upgrading From the glossary - | Upgrading From the glossary +
    Changing the Fixed Names
    glossaries-accsupp -
    Sample Documents - | Accessibility Support +
    Sample Documents + | Accessibility Support +
    glossaries-babel +
    Changing the Fixed Names + | Package Options + | Package Options
    glossary -
    Introduction - | Troubleshooting - | Upgrading From the glossary - | Upgrading From the glossary - | Upgrading From the glossary +
    Introduction + | Troubleshooting + | Upgrading From the glossary + | Upgrading From the glossary + | Upgrading From the glossary
    glossary styles
    altlist -
    List Styles - | List Styles +
    List Styles + | List Styles
    altlistgroup -
    List Styles - | List Styles +
    List Styles + | List Styles
    altlisthypergroup -
    List Styles +
    List Styles
    altlong4col -
    Glossary Styles - | Longtable Styles - | Longtable Styles +
    Glossary Styles + | Longtable Styles + | Longtable Styles
    altlong4colborder -
    Longtable Styles +
    Longtable Styles
    altlong4colheader -
    Longtable Styles +
    Longtable Styles
    altlong4colheaderborder -
    Longtable Styles +
    Longtable Styles
    altlongragged4col -
    Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) +
    Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right)
    altlongragged4colborder -
    Longtable Styles (Ragged Right) +
    Longtable Styles (Ragged Right)
    altlongragged4colheader -
    Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) +
    Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right)
    altlongragged4colheaderborder -
    Longtable Styles (Ragged Right) +
    Longtable Styles (Ragged Right)
    altsuper4col -
    Glossary Styles - | Supertabular Styles - | Supertabular Styles +
    Glossary Styles + | Supertabular Styles + | Supertabular Styles
    altsuper4colborder -
    Supertabular Styles +
    Supertabular Styles
    altsuper4colheader -
    Supertabular Styles +
    Supertabular Styles
    altsuper4colheaderborder -
    Supertabular Styles +
    Supertabular Styles
    altsuperragged4col -
    Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) +
    Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right)
    altsuperragged4colborder -
    Supertabular Styles (Ragged Right) +
    Supertabular Styles (Ragged Right)
    altsuperragged4colheader -
    Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) +
    Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right)
    altsuperragged4colheaderborder -
    Supertabular Styles (Ragged Right) +
    Supertabular Styles (Ragged Right)
    alttree -
    Tree-Like Styles - | Tree-Like Styles - | Tree-Like Styles +
    Tree-Like Styles + | Tree-Like Styles + | Tree-Like Styles
    alttreegroup -
    Tree-Like Styles - | Tree-Like Styles +
    Tree-Like Styles + | Tree-Like Styles
    alttreehypergroup -
    Tree-Like Styles +
    Tree-Like Styles
    index -
    Acronyms - | Acronyms - | Tree-Like Styles - | Tree-Like Styles - | Tree-Like Styles +
    Acronyms + | Acronyms + | Tree-Like Styles + | Tree-Like Styles + | Tree-Like Styles
    indexgroup -
    Tree-Like Styles - | Tree-Like Styles +
    Tree-Like Styles + | Tree-Like Styles
    indexhypergroup -
    Tree-Like Styles +
    Tree-Like Styles
    list -
    Package Options - | List Styles - | List Styles - | List Styles - | List Styles - | List Styles - | Defining your own glossary - | Defining your own glossary - | Defining your own glossary - | Defining your own glossary - | Example: creating a new +
    Package Options + | List Styles + | List Styles + | List Styles + | List Styles + | List Styles + | Defining your own glossary + | Defining your own glossary + | Defining your own glossary + | Defining your own glossary + | Example: creating a new
    listdotted -
    Glossary Styles - | List Styles - | List Styles +
    Glossary Styles + | List Styles + | List Styles
    listgroup -
    List Styles - | List Styles +
    List Styles + | List Styles
    listhypergroup -
    List Styles - | List Styles - | Tree-Like Styles - | Tree-Like Styles - | Tree-Like Styles - | Tree-Like Styles - | Defining your own glossary +
    List Styles + | List Styles + | Tree-Like Styles + | Tree-Like Styles + | Tree-Like Styles + | Tree-Like Styles + | Defining your own glossary
    long -
    Glossary Styles - | Longtable Styles - | Longtable Styles - | Longtable Styles - | Longtable Styles +
    Glossary Styles + | Longtable Styles + | Longtable Styles + | Longtable Styles + | Longtable Styles
    long3col -
    Glossary Styles - | Longtable Styles - | Longtable Styles - | Longtable Styles - | Longtable Styles +
    Glossary Styles + | Longtable Styles + | Longtable Styles + | Longtable Styles + | Longtable Styles
    long3colborder -
    Glossary Styles - | Longtable Styles +
    Glossary Styles + | Longtable Styles
    long3colheader -
    Glossary Styles - | Longtable Styles - | Longtable Styles +
    Glossary Styles + | Longtable Styles + | Longtable Styles
    long3colheaderborder -
    Glossary Styles - | Longtable Styles +
    Glossary Styles + | Longtable Styles
    long4col -
    Glossary Styles - | Longtable Styles - | Longtable Styles - | Longtable Styles - | Longtable Styles +
    Glossary Styles + | Longtable Styles + | Longtable Styles + | Longtable Styles + | Longtable Styles
    long4colborder -
    Longtable Styles - | Longtable Styles +
    Longtable Styles + | Longtable Styles
    long4colheader -
    Longtable Styles - | Longtable Styles - | Longtable Styles +
    Longtable Styles + | Longtable Styles + | Longtable Styles
    long4colheaderborder -
    Longtable Styles - | Longtable Styles +
    Longtable Styles + | Longtable Styles
    longborder -
    Longtable Styles +
    Longtable Styles
    longheader -
    Longtable Styles - | Longtable Styles - | Defining your own glossary +
    Longtable Styles + | Longtable Styles + | Defining your own glossary
    longheaderborder -
    Longtable Styles +
    Longtable Styles
    longragged -
    Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) +
    Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right)
    longragged3col -
    Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) +
    Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right)
    longragged3colborder -
    Longtable Styles (Ragged Right) +
    Longtable Styles (Ragged Right)
    longragged3colheader -
    Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) +
    Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right)
    longragged3colheaderborder -
    Longtable Styles (Ragged Right) +
    Longtable Styles (Ragged Right)
    longraggedborder -
    Longtable Styles (Ragged Right) +
    Longtable Styles (Ragged Right)
    longraggedheader -
    Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) +
    Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right)
    longraggedheaderborder -
    Longtable Styles (Ragged Right) +
    Longtable Styles (Ragged Right)
    super -
    Supertabular Styles - | Supertabular Styles - | Supertabular Styles - | Supertabular Styles +
    Supertabular Styles + | Supertabular Styles + | Supertabular Styles + | Supertabular Styles
    super3col -
    Supertabular Styles - | Supertabular Styles - | Supertabular Styles - | Supertabular Styles +
    Supertabular Styles + | Supertabular Styles + | Supertabular Styles + | Supertabular Styles
    super3colborder -
    Supertabular Styles +
    Supertabular Styles
    super3colheader -
    Supertabular Styles - | Supertabular Styles +
    Supertabular Styles + | Supertabular Styles
    super3colheaderborder -
    Supertabular Styles +
    Supertabular Styles
    super4col -
    Glossary Styles - | Supertabular Styles - | Supertabular Styles - | Supertabular Styles - | Supertabular Styles +
    Glossary Styles + | Supertabular Styles + | Supertabular Styles + | Supertabular Styles + | Supertabular Styles
    super4colborder -
    Supertabular Styles - | Supertabular Styles +
    Supertabular Styles + | Supertabular Styles
    super4colheader -
    Supertabular Styles - | Supertabular Styles - | Supertabular Styles +
    Supertabular Styles + | Supertabular Styles + | Supertabular Styles
    super4colheaderborder -
    Supertabular Styles - | Supertabular Styles +
    Supertabular Styles + | Supertabular Styles
    superborder -
    Supertabular Styles +
    Supertabular Styles
    superheader -
    Supertabular Styles - | Supertabular Styles +
    Supertabular Styles + | Supertabular Styles
    superheaderborder -
    Supertabular Styles +
    Supertabular Styles
    superragged -
    Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) +
    Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right)
    superragged3col -
    Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) +
    Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right)
    superragged3colborder -
    Supertabular Styles (Ragged Right) +
    Supertabular Styles (Ragged Right)
    superragged3colheader -
    Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) +
    Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right)
    superragged3colheaderborder -
    Supertabular Styles (Ragged Right) +
    Supertabular Styles (Ragged Right)
    superraggedborder -
    Supertabular Styles (Ragged Right) +
    Supertabular Styles (Ragged Right)
    superraggedheader -
    Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) +
    Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right)
    superraggedheaderborder -
    Supertabular Styles (Ragged Right) +
    Supertabular Styles (Ragged Right)
    tree -
    Tree-Like Styles - | Tree-Like Styles - | Tree-Like Styles - | Tree-Like Styles +
    Tree-Like Styles + | Tree-Like Styles + | Tree-Like Styles + | Tree-Like Styles
    treegroup -
    Tree-Like Styles - | Tree-Like Styles +
    Tree-Like Styles + | Tree-Like Styles
    treehypergroup -
    Tree-Like Styles +
    Tree-Like Styles
    treenoname -
    Tree-Like Styles - | Tree-Like Styles +
    Tree-Like Styles + | Tree-Like Styles
    treenonamegroup -
    Tree-Like Styles - | Tree-Like Styles +
    Tree-Like Styles + | Tree-Like Styles
    treenonamehypergroup -
    Tree-Like Styles +
    Tree-Like Styles
    glossary-hypernav -
    Defining your own glossary +
    Defining your own glossary
    glossary-list -
    Package Options - | Changing the way the - | List Styles +
    Package Options + | Changing the way the + | List Styles
    glossary-long -
    Package Options - | Changing the way the - | Longtable Styles - | Longtable Styles (Ragged Right) +
    Package Options + | Changing the way the + | Longtable Styles + | Longtable Styles (Ragged Right)
    glossary-longragged -
    Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) +
    Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right)
    glossary-super -
    Package Options - | Changing the way the - | Supertabular Styles - | Supertabular Styles (Ragged Right) +
    Package Options + | Changing the way the + | Supertabular Styles + | Supertabular Styles (Ragged Right)
    glossary-superragged -
    Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) +
    Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right)
    glossary-tree -
    Package Options - | Changing the way the - | Tree-Like Styles +
    Package Options + | Changing the way the + | Tree-Like Styles
    \glossaryentryfield -
    Defining your own glossary +
    Defining your own glossary
    \glossaryentrynumbers -
    Defining your own glossary +
    Defining your own glossary
    \glossaryheader -
    List Styles - | Example: creating a completely +
    List Styles + | Example: creating a completely
    \glossaryname -
    Changing the Fixed Names +
    Changing the Fixed Names
    \glossarystyle -
    Package Options - | Displaying a glossary - | Glossary Styles - | Glossary Styles +
    Package Options + | Displaying a glossary + | Glossary Styles + | Glossary Styles
    \gls -
    Multi-Lingual Support - | Defining Glossary Entries - | Defining Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Changing the format of - | Changing the format of - | Enabling and disabling hyperlinks - | Cross-Referencing Entries - | Acronyms - | Acronyms - | Upgrading From the glossary - | Upgrading From the glossary - | Upgrading From the glossary - | Upgrading From the glossary - | Upgrading From the glossary - | Upgrading From the glossary - | Upgrading From the glossary - | Upgrading From the glossary - | Unsetting and Resetting Entry - | Accessibility Support +
    Multi-Lingual Support + | Defining Glossary Entries + | Defining Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Changing the format of + | Changing the format of + | Enabling and disabling hyperlinks + | Enabling and disabling hyperlinks + | Cross-Referencing Entries + | Acronyms + | Acronyms + | Upgrading From the glossary + | Upgrading From the glossary + | Upgrading From the glossary + | Upgrading From the glossary + | Upgrading From the glossary + | Upgrading From the glossary + | Upgrading From the glossary + | Upgrading From the glossary + | Unsetting and Resetting Entry + | Accessibility Support
    \glsaddall -
    Sample Documents +
    Sample Documents
    \glsaddall keys
    types -
    Adding an Entry to +
    Adding an Entry to
    \GlsAddXdyAttribute -
    Links to Glossary Entries +
    Links to Glossary Entries
    \GlsAddXdyLocation -
    Locations and Number lists +
    Locations and Number lists
    \glsclearpage -
    Package Options +
    Package Options
    \glsdefaulttype -
    Package Options - | Package Options +
    Package Options + | Package Options
    \glsdesc -
    Acronyms +
    Acronyms
    \glsdescwidth -
    Longtable Styles - | Longtable Styles - | Longtable Styles - | Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) - | Supertabular Styles - | Supertabular Styles - | Supertabular Styles - | Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) +
    Longtable Styles + | Longtable Styles + | Longtable Styles + | Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) + | Supertabular Styles + | Supertabular Styles + | Supertabular Styles + | Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right)
    \glsdisp -
    Plurals - | Links to Glossary Entries - | Changing the format of - | Changing the format of +
    Plurals + | Links to Glossary Entries + | Changing the format of + | Changing the format of + | Enabling and disabling hyperlinks
    \glsdisplay -
    Defining Glossary Entries - | Defining Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries +
    Defining Glossary Entries + | Defining Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries
    \glsdisplayfirst -
    Defining Glossary Entries - | Defining Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries +
    Defining Glossary Entries + | Defining Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries
    \glsentryname -
    Using Glossary Terms Without +
    Using Glossary Terms Without
    \glsfirst -
    Acronyms +
    Acronyms
    \glsgroupheading -
    Example: creating a completely +
    Example: creating a completely
    \glsgroupskip -
    Sample Documents - | Glossary Styles - | Example: creating a completely +
    Sample Documents + | Glossary Styles + | Example: creating a completely
    \glshyperlink -
    Using Glossary Terms Without +
    Using Glossary Terms Without
    \glslabel -
    Changing the format of +
    Changing the format of
    \glslink -
    Plurals - | Links to Glossary Entries - | Changing the format of - | Enabling and disabling hyperlinks - | Adding an Entry to +
    Plurals + | Links to Glossary Entries + | Changing the format of + | Enabling and disabling hyperlinks + | Enabling and disabling hyperlinks + | Adding an Entry to
    \glslink keys
    counter -
    Links to Glossary Entries +
    Links to Glossary Entries
    format -
    Links to Glossary Entries - | Links to Glossary Entries - | Locations and Number lists - | Locations and Number lists +
    Links to Glossary Entries + | Links to Glossary Entries + | Locations and Number lists + | Locations and Number lists
    hyper -
    Links to Glossary Entries - | Enabling and disabling hyperlinks - | Adding an Entry to +
    Links to Glossary Entries + | Enabling and disabling hyperlinks + | Adding an Entry to
    \glsnumbersgroupname -
    Changing the Fixed Names +
    Changing the Fixed Names
    \glspagelistwidth -
    Longtable Styles - | Longtable Styles - | Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) - | Supertabular Styles - | Supertabular Styles - | Supertabular Styles (Ragged Right) +
    Longtable Styles + | Longtable Styles + | Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) + | Supertabular Styles + | Supertabular Styles + | Supertabular Styles (Ragged Right)
    \glspl -
    Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Links to Glossary Entries - | Changing the format of - | Changing the format of - | Acronyms - | Acronyms - | Unsetting and Resetting Entry - | Accessibility Support +
    Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Links to Glossary Entries + | Changing the format of + | Changing the format of + | Enabling and disabling hyperlinks + | Acronyms + | Acronyms + | Unsetting and Resetting Entry + | Accessibility Support
    \glspluralsuffix -
    Defining Glossary Entries - | Defining Glossary Entries +
    Defining Glossary Entries + | Defining Glossary Entries
    \glssee -
    Introduction - | Links to Glossary Entries +
    Introduction + | Links to Glossary Entries
    \GlsSetXdyCodePage -
    Generating the Associated Glossary +
    Generating the Associated Glossary
    \GlsSetXdyLanguage -
    Generating the Associated Glossary +
    Generating the Associated Glossary
    \GlsSetXdyMinRangeLength -
    Number lists +
    Number lists
    \glssymbol -
    Acronyms +
    Acronyms
    \glssymbolsgroupname -
    Changing the Fixed Names +
    Changing the Fixed Names
    \glstext -
    Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Acronyms - | Acronyms +
    Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Acronyms + | Acronyms
    \glstextformat -
    Changing the format of +
    Changing the format of
    html -
    Enabling and disabling hyperlinks +
    Enabling and disabling hyperlinks
    \hyperbf -
    Links to Glossary Entries +
    Links to Glossary Entries
    \hyperemph -
    Links to Glossary Entries +
    Links to Glossary Entries
    \hyperit -
    Links to Glossary Entries +
    Links to Glossary Entries
    \hyperlink -
    Links to Glossary Entries - | Enabling and disabling hyperlinks +
    Links to Glossary Entries + | Enabling and disabling hyperlinks
    \hypermd -
    Links to Glossary Entries +
    Links to Glossary Entries
    \hyperpage -
    Links to Glossary Entries +
    Links to Glossary Entries
    hyperref -
    Package Options - | Number lists - | Links to Glossary Entries - | Links to Glossary Entries - | Enabling and disabling hyperlinks - | Enabling and disabling hyperlinks - | Defining your own glossary +
    Package Options + | Number lists + | Links to Glossary Entries + | Links to Glossary Entries + | Enabling and disabling hyperlinks + | Enabling and disabling hyperlinks + | Defining your own glossary
    \hyperrm -
    Links to Glossary Entries - | Locations and Number lists +
    Links to Glossary Entries + | Locations and Number lists
    \hypersc -
    Links to Glossary Entries +
    Links to Glossary Entries
    \hypersf -
    Links to Glossary Entries +
    Links to Glossary Entries
    \hypersl -
    Links to Glossary Entries +
    Links to Glossary Entries
    \hypertarget -
    Enabling and disabling hyperlinks +
    Enabling and disabling hyperlinks
    \hypertt -
    Links to Glossary Entries +
    Links to Glossary Entries
    \hyperup -
    Links to Glossary Entries +
    Links to Glossary Entries
    \indexspace -
    Tree-Like Styles +
    Tree-Like Styles
    inputenc -
    Sample Documents - | Multi-Lingual Support - | Defining Glossary Entries - | Language and Encodings - | Mfirstuc Package +
    Sample Documents + | Multi-Lingual Support + | Defining Glossary Entries + | Language and Encodings + | Mfirstuc Package
    \inputencodingname -
    Language and Encodings +
    Language and Encodings
    \jobname -
    Defining Glossary Entries - | Defining Glossary Entries +
    Defining Glossary Entries + | Defining Glossary Entries
    link text -
    Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Changing the format of - | Changing the format of - | Changing the format of +
    Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Changing the format of + | Changing the format of + | Changing the format of
    location list
    see number list
    longtable -
    Package Options - | Longtable Styles +
    Package Options + | Longtable Styles
    \makefirstuc -
    Acronyms +
    Acronyms
    \makeglossaries -
    Introduction - | Introduction - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Multi-Lingual Support - | Multi-Lingual Support - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Using the makeglossaries Perl - | Using the makeglossaries Perl - | Using the makeglossaries Perl - | Using xindy explicitly - | Using xindy explicitly - | Using xindy explicitly - | Using xindy explicitly - | Using makeindex explicitly - | Using makeindex explicitly - | Using makeindex explicitly - | Troubleshooting - | Troubleshooting - | Troubleshooting - | Troubleshooting - | Troubleshooting - | Troubleshooting - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Defining Glossary Entries - | Number lists - | Number lists - | Cross-Referencing Entries - | Displaying a glossary - | Displaying a glossary - | Language and Encodings - | Language and Encodings - | Language and Encodings - | Locations and Number lists - | Locations and Number lists - | Locations and Number lists - | Locations and Number lists - | Locations and Number lists - | Locations and Number lists - | Locations and Number lists - | Locations and Number lists - | Glossary Groups - | Glossary Groups - | Defining New Glossaries - | Defining New Glossaries +
    Introduction + | Introduction + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Multi-Lingual Support + | Multi-Lingual Support + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Using the makeglossaries Perl + | Using the makeglossaries Perl + | Using the makeglossaries Perl + | Using the makeglossaries Perl + | Using the makeglossaries Perl + | Using xindy explicitly + | Using xindy explicitly + | Using xindy explicitly + | Using xindy explicitly + | Using makeindex explicitly + | Using makeindex explicitly + | Using makeindex explicitly + | Troubleshooting + | Troubleshooting + | Troubleshooting + | Troubleshooting + | Troubleshooting + | Troubleshooting + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Defining Glossary Entries + | Number lists + | Number lists + | Cross-Referencing Entries + | Displaying a glossary + | Displaying a glossary + | Language and Encodings + | Language and Encodings + | Language and Encodings + | Locations and Number lists + | Locations and Number lists + | Locations and Number lists + | Locations and Number lists + | Locations and Number lists + | Locations and Number lists + | Locations and Number lists + | Locations and Number lists + | Glossary Groups + | Glossary Groups + | Defining New Glossaries + | Defining New Glossaries
    makeindex -
    Introduction - | Introduction - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Multi-Lingual Support - | Multi-Lingual Support - | Changing the Fixed Names - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Using the makeglossaries Perl - | Using makeindex explicitly - | Using makeindex explicitly - | Using makeindex explicitly - | Using makeindex explicitly - | Using makeindex explicitly - | Using makeindex explicitly - | Using makeindex explicitly - | Note to Front-End and - | Note to Front-End and - | Note to Front-End and - | Troubleshooting - | Troubleshooting - | Package Options - | Package Options - | Package Options - | Package Options - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Number lists - | Number lists - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Displaying a glossary - | Displaying a glossary - | Defining New Glossaries - | Glossary Styles - | Tree-Like Styles - | Defining your own glossary +
    Introduction + | Introduction + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Multi-Lingual Support + | Multi-Lingual Support + | Changing the Fixed Names + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Using the makeglossaries Perl + | Using makeindex explicitly + | Using makeindex explicitly + | Using makeindex explicitly + | Using makeindex explicitly + | Using makeindex explicitly + | Using makeindex explicitly + | Using makeindex explicitly + | Note to Front-End and + | Note to Front-End and + | Note to Front-End and + | Troubleshooting + | Troubleshooting + | Package Options + | Package Options + | Package Options + | Package Options + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Number lists + | Number lists + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Displaying a glossary + | Displaying a glossary + | Defining New Glossaries + | Glossary Styles + | Tree-Like Styles + | Defining your own glossary
    \MakeUppercase -
    Mfirstuc Package +
    Mfirstuc Package
    mfirstuc -
    Mfirstuc Package +
    Mfirstuc Package
    \newacronym -
    Sample Documents - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms +
    Sample Documents + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms | Acronyms - | Upgrading From the glossary + | Acronyms + | Upgrading From the glossary
    \newglossary -
    Using xindy explicitly - | Using makeindex explicitly - | Package Options +
    Using xindy explicitly + | Using makeindex explicitly + | Package Options
    \newglossaryentry -
    Sample Documents - | Links to Glossary Entries - | Links to Glossary Entries - | Acronyms +
    Sample Documents + | Links to Glossary Entries + | Links to Glossary Entries + | Acronyms
    \newglossaryentry keys
    description -
    Package Options - | Package Options - | Package Options - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Changing the format of - | Acronyms - | Acronyms - | Acronyms +
    Package Options + | Package Options + | Package Options + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Changing the format of + | Acronyms + | Acronyms + | Acronyms
    descriptionplural -
    Defining Glossary Entries - | Changing the format of +
    Defining Glossary Entries + | Changing the format of
    first -
    Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Changing the format of - | Using Glossary Terms Without - | Acronyms - | Unsetting and Resetting Entry +
    Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Changing the format of + | Using Glossary Terms Without + | Acronyms + | Unsetting and Resetting Entry
    firstplural -
    Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Plurals - | Links to Glossary Entries - | Links to Glossary Entries - | Changing the format of - | Using Glossary Terms Without +
    Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Plurals + | Links to Glossary Entries + | Links to Glossary Entries + | Changing the format of + | Using Glossary Terms Without
    format -
    Links to Glossary Entries +
    Links to Glossary Entries
    name -
    Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Homographs - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Using Glossary Terms Without - | Acronyms - | Acronyms - | Defining your own glossary +
    Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Homographs + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Using Glossary Terms Without + | Acronyms + | Acronyms + | Defining your own glossary
    nonumberlist -
    Defining Glossary Entries +
    Defining Glossary Entries
    parent -
    Defining Glossary Entries - | Defining Glossary Entries - | Hierarchical Categories +
    Defining Glossary Entries + | Defining Glossary Entries + | Hierarchical Categories
    plural -
    Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Plurals - | Plurals - | Homographs - | Links to Glossary Entries - | Links to Glossary Entries - | Changing the format of - | Using Glossary Terms Without +
    Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Plurals + | Plurals + | Homographs + | Links to Glossary Entries + | Links to Glossary Entries + | Changing the format of + | Using Glossary Terms Without
    see -
    Introduction - | Defining Glossary Entries - | Defining Glossary Entries - | Links to Glossary Entries - | Cross-Referencing Entries - | Cross-Referencing Entries - | Cross-Referencing Entries +
    Introduction + | Defining Glossary Entries + | Defining Glossary Entries + | Links to Glossary Entries + | Cross-Referencing Entries + | Cross-Referencing Entries + | Cross-Referencing Entries
    sort -
    Troubleshooting - | Package Options - | Defining Glossary Entries - | Defining Glossary Entries - | Homographs - | Acronyms - | Acronyms - | Defining your own glossary - | Defining your own glossary +
    Troubleshooting + | Package Options + | Defining Glossary Entries + | Defining Glossary Entries + | Homographs + | Acronyms + | Acronyms + | Defining your own glossary + | Defining your own glossary
    symbol -
    Package Options - | Package Options - | Package Options - | Defining Glossary Entries - | Defining Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Changing the format of - | Changing the format of - | Changing the format of - | Acronyms - | Acronyms - | Acronyms - | Accessibility Support +
    Package Options + | Package Options + | Package Options + | Defining Glossary Entries + | Defining Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Changing the format of + | Changing the format of + | Changing the format of + | Acronyms + | Acronyms + | Acronyms + | Accessibility Support
    symbolplural -
    Defining Glossary Entries - | Changing the format of +
    Defining Glossary Entries + | Changing the format of
    text -
    Package Options - | Package Options - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Changing the format of - | Using Glossary Terms Without - | Acronyms - | Unsetting and Resetting Entry +
    Package Options + | Package Options + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Changing the format of + | Using Glossary Terms Without + | Acronyms + | Unsetting and Resetting Entry
    type -
    Defining Glossary Entries - | Loading Entries From a +
    Defining Glossary Entries + | Loading Entries From a
    \newglossarystyle -
    Glossary Styles +
    Glossary Styles
    \newline -
    Defining Glossary Entries - | Glossary Styles +
    Defining Glossary Entries + | Glossary Styles
    ngerman -
    Changing the Fixed Names - | Xindy +
    Changing the Fixed Names + | Xindy
    \nohyperpage -
    Number lists +
    Number lists
    \noist -
    Sample Documents - | Number lists - | Number lists - | Xindy - | Language and Encodings - | Locations and Number lists - | Locations and Number lists - | Locations and Number lists - | Locations and Number lists - | Glossary Groups +
    Sample Documents + | Number lists + | Number lists + | Xindy + | Language and Encodings + | Locations and Number lists + | Locations and Number lists + | Locations and Number lists + | Locations and Number lists + | Glossary Groups
    \nopostdesc -
    Hierarchical Categories - | Homographs - | Glossary Styles +
    Hierarchical Categories + | Homographs + | Glossary Styles
    number list -
    Sample Documents - | Sample Documents - | Generating the Associated Glossary - | Package Options - | Package Options - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Sub-Entries - | Homographs - | Number lists - | Links to Glossary Entries - | Cross-Referencing Entries - | Locations and Number lists - | Locations and Number lists - | Defining New Glossaries - | List Styles - | List Styles - | Longtable Styles - | Longtable Styles - | Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) - | Supertabular Styles - | Supertabular Styles - | Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) - | Example: creating a completely +
    Sample Documents + | Sample Documents + | Generating the Associated Glossary + | Package Options + | Package Options + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Sub-Entries + | Homographs + | Number lists + | Links to Glossary Entries + | Cross-Referencing Entries + | Locations and Number lists + | Locations and Number lists + | Defining New Glossaries + | List Styles + | List Styles + | Longtable Styles + | Longtable Styles + | Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) + | Supertabular Styles + | Supertabular Styles + | Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right) + | Example: creating a completely
    \oldacronym -
    Upgrading From the glossary +
    Upgrading From the glossary
    package options
    acronym -
    Changing the Fixed Names - | Changing the Fixed Names - | Using xindy explicitly - | Using xindy explicitly - | Using xindy explicitly - | Using xindy explicitly - | Using makeindex explicitly - | Using makeindex explicitly - | Using makeindex explicitly - | Using makeindex explicitly - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options +
    Changing the Fixed Names + | Changing the Fixed Names + | Using xindy explicitly + | Using xindy explicitly + | Using xindy explicitly + | Using xindy explicitly + | Using makeindex explicitly + | Using makeindex explicitly + | Using makeindex explicitly + | Using makeindex explicitly + | Package Options + | Package Options + | Package Options + | Package Options | Package Options - | Package Options - | Package Options - | Defining Glossary Entries - | Defining Glossary Entries - | Loading Entries From a - | Loading Entries From a - | Loading Entries From a - | Loading Entries From a - | Loading Entries From a - | Loading Entries From a - | Loading Entries From a - | Loading Entries From a - | Defining New Glossaries - | Defining New Glossaries - | Defining New Glossaries - | Defining New Glossaries - | Defining New Glossaries - | Defining New Glossaries - | Acronyms - | Acronyms + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Defining Glossary Entries + | Defining Glossary Entries + | Loading Entries From a + | Loading Entries From a + | Loading Entries From a + | Loading Entries From a + | Loading Entries From a + | Loading Entries From a + | Loading Entries From a + | Loading Entries From a + | Defining New Glossaries + | Defining New Glossaries + | Defining New Glossaries + | Defining New Glossaries + | Defining New Glossaries + | Defining New Glossaries + | Acronyms + | Acronyms
    counter -
    Package Options - | Package Options - | Defining Glossary Entries - | Defining Glossary Entries - | Number lists - | Number lists +
    Package Options + | Package Options + | Defining Glossary Entries + | Defining Glossary Entries + | Number lists + | Number lists
    description -
    Package Options - | Package Options - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms +
    Package Options + | Package Options + | Acronyms | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms
    dua -
    Package Options - | Package Options - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms +
    Package Options + | Package Options + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms | Acronyms | Acronyms - | Acronyms - | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms
    footnote -
    Package Options - | Package Options - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms +
    Package Options + | Package Options + | Acronyms + | Acronyms | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms | Acronyms | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms +
    hyperfirst +
    Troubleshooting + | Package Options + | Package Options + | Package Options + | Enabling and disabling hyperlinks +
    +
    false +
    Troubleshooting + | Enabling and disabling hyperlinks +
    true +
    Package Options +
    makeindex -
    Package Options - | Package Options +
    Package Options + | Package Options
    nolist -
    Package Options - | Package Options - | List Styles - | List Styles +
    Package Options + | Package Options + | List Styles + | List Styles
    nolong -
    Package Options - | Package Options - | Glossary Styles - | Glossary Styles - | Longtable Styles - | Longtable Styles +
    Package Options + | Package Options + | Glossary Styles + | Glossary Styles + | Longtable Styles + | Longtable Styles
    nomain -
    Package Options - | Package Options - | Defining New Glossaries - | Defining New Glossaries +
    Package Options + | Package Options + | Defining New Glossaries + | Defining New Glossaries
    nonumberlist -
    Package Options - | Package Options - | Number lists - | Number lists - | Defining your own glossary - | Defining your own glossary - | Defining your own glossary - | Defining your own glossary +
    Package Options + | Package Options + | Number lists + | Number lists + | Defining your own glossary + | Defining your own glossary + | Defining your own glossary + | Defining your own glossary
    nostyles -
    Package Options - | Package Options - | Glossary Styles - | Glossary Styles - | List Styles - | List Styles - | Longtable Styles - | Longtable Styles - | Supertabular Styles - | Supertabular Styles - | Tree-Like Styles - | Tree-Like Styles +
    Package Options + | Package Options + | Glossary Styles + | Glossary Styles + | List Styles + | List Styles + | Longtable Styles + | Longtable Styles + | Supertabular Styles + | Supertabular Styles + | Tree-Like Styles + | Tree-Like Styles
    nosuper -
    Package Options - | Package Options - | Glossary Styles - | Glossary Styles - | Supertabular Styles - | Supertabular Styles +
    Package Options + | Package Options + | Glossary Styles + | Glossary Styles + | Supertabular Styles + | Supertabular Styles
    notree -
    Package Options - | Package Options - | Tree-Like Styles - | Tree-Like Styles +
    Package Options + | Package Options + | Tree-Like Styles + | Tree-Like Styles
    nowarn -
    Package Options - | Package Options +
    Package Options + | Package Options
    numberedsection -
    Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Displaying a glossary - | Displaying a glossary - | Displaying a glossary - | Displaying a glossary +
    Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Displaying a glossary + | Displaying a glossary + | Displaying a glossary + | Displaying a glossary
    autolabel -
    Package Options - | Package Options +
    Package Options + | Package Options
    false -
    Package Options +
    Package Options
    nolabel -
    Package Options +
    Package Options
    numberline -
    Package Options - | Package Options - | Package Options - | Package Options +
    Package Options + | Package Options + | Package Options + | Package Options
    order -
    Sample Documents - | Sample Documents - | Generating the Associated Glossary - | Generating the Associated Glossary - | Package Options - | Package Options +
    Sample Documents + | Sample Documents + | Generating the Associated Glossary + | Generating the Associated Glossary + | Package Options + | Package Options
    letter -
    Sample Documents - | Generating the Associated Glossary - | Package Options +
    Sample Documents + | Generating the Associated Glossary + | Package Options
    word -
    Sample Documents - | Generating the Associated Glossary - | Package Options +
    Sample Documents + | Generating the Associated Glossary + | Package Options
    sanitize -
    Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms +
    Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms
    description -
    Acronyms - | Acronyms +
    Acronyms + | Acronyms
    none -
    Package Options +
    Package Options
    symbol -
    Acronyms - | Acronyms - | Acronyms - | Acronyms +
    Acronyms + | Acronyms + | Acronyms + | Acronyms
    section -
    Package Options - | Package Options +
    Package Options + | Package Options
    shortcuts -
    Package Options - | Package Options - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms +
    Package Options + | Package Options + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms
    smallcaps -
    Troubleshooting - | Troubleshooting - | Troubleshooting - | Troubleshooting - | Package Options - | Package Options - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms +
    Troubleshooting + | Troubleshooting + | Troubleshooting + | Troubleshooting + | Package Options + | Package Options + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms
    smaller -
    Troubleshooting - | Troubleshooting - | Troubleshooting - | Troubleshooting - | Package Options - | Package Options - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms +
    Troubleshooting + | Troubleshooting + | Troubleshooting + | Troubleshooting + | Package Options + | Package Options + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms
    style -
    Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Displaying a glossary - | Displaying a glossary - | Glossary Styles - | Glossary Styles - | Longtable Styles (Ragged Right) - | Longtable Styles (Ragged Right) - | Supertabular Styles (Ragged Right) - | Supertabular Styles (Ragged Right) +
    Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Displaying a glossary + | Displaying a glossary + | Glossary Styles + | Glossary Styles + | Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) + | Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right)
    toc -
    Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Displaying a glossary - | Displaying a glossary +
    Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Displaying a glossary + | Displaying a glossary +
    translate +
    Changing the Fixed Names + | Package Options + | Package Options + | Package Options + | Package Options +
    +
    false +
    Changing the Fixed Names + | Package Options + | Package Options +
    true +
    Package Options + | Package Options +
    xindy -
    Sample Documents - | Sample Documents - | Multi-Lingual Support - | Multi-Lingual Support - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Using xindy explicitly - | Using xindy explicitly - | Using makeindex explicitly - | Using makeindex explicitly - | Package Options - | Package Options - | Package Options - | Package Options - | Defining Glossary Entries - | Defining Glossary Entries - | Xindy - | Xindy - | Glossary Groups - | Glossary Groups +
    Sample Documents + | Sample Documents + | Multi-Lingual Support + | Multi-Lingual Support + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Using xindy explicitly + | Using xindy explicitly + | Using makeindex explicitly + | Using makeindex explicitly + | Package Options + | Package Options + | Package Options + | Package Options + | Defining Glossary Entries + | Defining Glossary Entries + | Xindy + | Xindy + | Glossary Groups + | Glossary Groups
    \pagelistname -
    Changing the Fixed Names +
    Changing the Fixed Names +
    pod2man +
    Using the makeglossaries Perl
    \printglossaries -
    Troubleshooting - | Defining Glossary Entries +
    Troubleshooting + | Defining Glossary Entries
    \printglossary -
    Troubleshooting - | Package Options - | Defining Glossary Entries - | Glossary Styles - | Glossary Styles +
    Troubleshooting + | Package Options + | Defining Glossary Entries + | Glossary Styles + | Glossary Styles
    \printglossary keys
    nonumberlist -
    Displaying a glossary +
    Displaying a glossary
    numberedsection -
    Displaying a glossary +
    Displaying a glossary
    style -
    Package Options - | Displaying a glossary - | Glossary Styles - | Glossary Styles +
    Package Options + | Displaying a glossary + | Glossary Styles + | Glossary Styles
    title -
    Displaying a glossary +
    Displaying a glossary
    toctitle -
    Displaying a glossary +
    Displaying a glossary
    type -
    Displaying a glossary +
    Displaying a glossary
    relsize -
    Acronyms - | Acronyms +
    Package Options + | Acronyms + | Acronyms
    \seename -
    Cross-Referencing Entries +
    Cross-Referencing Entries
    \setAlphaCompositor -
    Locations and Number lists +
    Locations and Number lists
    \setCompositor -
    Locations and Number lists +
    Locations and Number lists
    \setStyleFile -
    Using xindy explicitly - | Using makeindex explicitly +
    Using xindy explicitly + | Using makeindex explicitly
    \smaller -
    Acronyms +
    Acronyms
    supertabular -
    Package Options - | Supertabular Styles - | Supertabular Styles (Ragged Right) +
    Package Options + | Supertabular Styles + | Supertabular Styles (Ragged Right)
    \symbolname -
    Changing the Fixed Names +
    Changing the Fixed Names
    \textbf -
    Links to Glossary Entries +
    Links to Glossary Entries
    \textrm -
    Locations and Number lists +
    Locations and Number lists
    \textsc -
    Acronyms +
    Acronyms
    \textsmaller -
    Acronyms - | Acronyms +
    Package Options + | Acronyms + | Acronyms
    \thepage -
    Locations and Number lists +
    Locations and Number lists
    translator -
    Changing the Fixed Names - | Changing the Fixed Names - | Changing the Fixed Names - | Changing the Fixed Names - | Changing the Fixed Names - | Changing the Fixed Names - | Changing the Fixed Names - | Troubleshooting +
    Changing the Fixed Names + | Changing the Fixed Names + | Changing the Fixed Names + | Changing the Fixed Names + | Changing the Fixed Names + | Changing the Fixed Names + | Changing the Fixed Names + | Changing the Fixed Names + | Changing the Fixed Names + | Troubleshooting + | Package Options + | Package Options + | Package Options + | Package Options
    xindy -
    Introduction - | Introduction - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Sample Documents - | Multi-Lingual Support - | Multi-Lingual Support - | Multi-Lingual Support - | Multi-Lingual Support - | Multi-Lingual Support - | Changing the Fixed Names - | Changing the Fixed Names - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Generating the Associated Glossary - | Using the makeglossaries Perl - | Using xindy explicitly - | Using xindy explicitly - | Using xindy explicitly - | Using xindy explicitly - | Using xindy explicitly - | Using xindy explicitly - | Using xindy explicitly - | Note to Front-End and - | Note to Front-End and - | Note to Front-End and - | Troubleshooting - | Troubleshooting - | Troubleshooting - | Troubleshooting - | Troubleshooting - | Troubleshooting - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Number lists - | Number lists - | Number lists - | Number lists - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | Displaying a glossary - | Displaying a glossary - | Xindy - | Xindy - | Xindy - | Xindy - | Xindy - | Xindy - | Xindy - | Xindy - | Language and Encodings - | Language and Encodings - | Language and Encodings - | Language and Encodings - | Language and Encodings - | Locations and Number lists - | Locations and Number lists - | Locations and Number lists - | Locations and Number lists - | Defining New Glossaries - | Tree-Like Styles - | Defining your own glossary +
    Introduction + | Introduction + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Sample Documents + | Multi-Lingual Support + | Multi-Lingual Support + | Multi-Lingual Support + | Multi-Lingual Support + | Multi-Lingual Support + | Changing the Fixed Names + | Changing the Fixed Names + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Generating the Associated Glossary + | Using the makeglossaries Perl + | Using xindy explicitly + | Using xindy explicitly + | Using xindy explicitly + | Using xindy explicitly + | Using xindy explicitly + | Using xindy explicitly + | Using xindy explicitly + | Note to Front-End and + | Note to Front-End and + | Note to Front-End and + | Troubleshooting + | Troubleshooting + | Troubleshooting + | Troubleshooting + | Troubleshooting + | Troubleshooting + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Defining Glossary Entries + | Number lists + | Number lists + | Number lists + | Number lists + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Links to Glossary Entries + | Displaying a glossary + | Displaying a glossary + | Xindy + | Xindy + | Xindy + | Xindy + | Xindy + | Xindy + | Xindy + | Xindy + | Language and Encodings + | Language and Encodings + | Language and Encodings + | Language and Encodings + | Language and Encodings + | Locations and Number lists + | Locations and Number lists + | Locations and Number lists + | Locations and Number lists + | Defining New Glossaries + | Tree-Like Styles + | Defining your own glossary
    xkeyval -
    Sample Documents - | Troubleshooting +
    Sample Documents + | Troubleshooting
    xspace -
    Upgrading From the glossary - | Upgrading From the glossary - | Upgrading From the glossary - | Upgrading From the glossary - | Upgrading From the glossary - | Upgrading From the glossary - | Upgrading From the glossary +
    Upgrading From the glossary + | Upgrading From the glossary + | Upgrading From the glossary + | Upgrading From the glossary + | Upgrading From the glossary + | Upgrading From the glossary + | Upgrading From the glossary

    @@ -7695,37 +7835,37 @@ Index



    Footnotes

    -
    ... used... used1
    that is, if the term has been referenced using any of the commands described in Links to Glossary Entries, Adding an Entry to the Glossary Without Generating Text or -via \glssee (or the see key) +via \glssee (or the see key)
    -
    ... +
    ... Site.2
    http://xindy.sourceforge.net/
    -
    ...main....main.3
    -
    Actually it sets \acronymtype to -\glsdefaulttype if the acronym package option is -not used, but \glsdefaulttype usually has the value +
    Actually it sets \acronymtype to +\glsdefaulttype if the acronym package option is +not used, but \glsdefaulttype usually has the value main.
    -
    ...acronym...acronym4
    if the -acronym option is used, otherwise the list of +acronym option is used, otherwise the list of acronyms is the main glossary
    -
    ... this.... this.5
    The only preamble restriction on \newglossaryentry and \newacronym @@ -7733,14 +7873,14 @@ was removed in version 1.13, but the restriction remains for \loadglsentries.
    -
    ... specified.... specified.6
    This is because \acronymtype is set to \glsdefaulttype if -the acronym package option is not used. +the acronym package option is not used.
    -
    ... label... label7
    main for the main (default) glossary, \acronymtype for the list of acronyms, or the @@ -7748,63 +7888,63 @@ name supplied in the first mandatory argument to \newglossary for additional glossaries.
    -
    ... hyphen... hyphen8
    see -\setCompositor described in +\setCompositor described in Defining Glossary Entries
    -
    ... +
    ... hyphen9
    -
    see \setAlphaCompositor described in +
    see \setAlphaCompositor described in Defining Glossary Entries
    -
    ...textsmaller,...textsmaller,10
    you will need to load a package, such as relsize, that defines \textsmaller if you use this option.
    -
    ... +
    ... \textsmaller{#1}.11
    not that this was change from -using \smaller to \textsmaller as declarations -cause a problem for \makefirstuc. +using \smaller to \textsmaller as declarations +cause a problem for \makefirstuc.
    -
    ... package... package12
    as from version 1.18
    -
    ... column.... column.13
    these lengths will not be -available if you use both the nolong and nosuper -package options or if you use the nostyles package option +available if you use both the nolong and nosuper +package options or if you use the nostyles package option unless you explicitly load the relevant package.
    -
    ... +
    ... environment.14
    This style was supplied by Axel Menzel.
    -
    ...supertabular....supertabular.15
    -
    e.g. with the flowfram +
    e.g. with the flowfram package.
    -
    ...MakeTextUppercase,...MakeTextUppercase,16
    defined in the textcase package diff --git a/Master/texmf-dist/doc/latex/glossaries/glossaries-manual.tex b/Master/texmf-dist/doc/latex/glossaries/glossaries-manual.tex index d17471374bd..8356d8f8b09 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossaries-manual.tex +++ b/Master/texmf-dist/doc/latex/glossaries/glossaries-manual.tex @@ -19,6 +19,11 @@ \usepackage{creatdtx} \ifmakedtx{ +\usepackage{dox} +\doxitem{Option}{option}{package options} +\doxitem{GlsKey}{key}{glossary keys} +\doxitem{Style}{style}{glossary styles} + \renewcommand{\usage}[1]{\textit{\hyperpage{#1}}} \renewcommand{\main}[1]{\hyperpage{#1}} \newcommand{\see}[2]{\emph{see} #1} @@ -27,7 +32,7 @@ \makeatother \RecordChanges \PageIndex -\CheckSum{8711} +\CheckSum{8767} \CodelineNumbered \newcommand*{\termdef}[1]{\emph{#1}\iterm{#1}} \newcommand*{\term}[1]{#1\iterm{#1}} @@ -62,8 +67,18 @@ \newcommand*{\Tableref}[1]{\htmlref{Table~}{#1}\ref{#1}} \newenvironment{important}{}{} \newcommand*{\tick}{X} + +\newcommand{\DescribeOption}[1]{} +\newcommand{\DescribeGlsKey}[1]{} +\newcommand{\DescribeStyle}[1]{} } +\makeatletter +\renewenvironment{theindex}{\twocolumn[\index@prologue] +\let\item\@idxitem +\ignorespaces +}{} +\makeatother \newcommand*{\ifirstuse}{\iterm{first use}} \newcommand*{\firstuse}{first use\ifirstuse} @@ -82,14 +97,14 @@ \newcommand*{\pkgoptni}[1]{\textsf{#1}} \newcommand*{\ipkgopt}[2][]{% \ifthenelse{\equal{#1}{}}{% -\index{package options>#2=\pkgoptni{#2}|hyperpage}}{% -\index{package options>#2=\pkgoptni{#2}>#1=\pkgoptni{#1}|hyperpage}}} +\index{package options:>#2={\protect\ttfamily #2}|main}}{% +\index{package options:>#2={\protect\ttfamily #2}>#1={\protect\ttfamily #1}|main}}} \newcommand*{\pkgopt}[2][]{% \ifthenelse{\equal{#1}{}}{% -\pkgoptni{#2}\index{package options>#2=\pkgoptni{#2}|hyperpage}}{% -\pkgoptni{#2=#1}\index{package options>#2=\pkgoptni{#2}>#1=\pkgoptni{#1}|hyperpage}}} -\newcommand*{\pkgoptval}[2]{\pkgoptni{#1}\index{package options>#2=\pkgoptni{#2}>#1=\pkgoptni{#1}|hyperpage}} -\newcommand*{\glostyle}[1]{\textsf{#1}\index{glossary styles>#1|hyperpage}} +\pkgoptni{#2}\index{package options:>#2={\protect\ttfamily #2}|main}}{% +\pkgoptni{#2=#1}\index{package options:>#2={\protect\ttfamily #2}>#1={\protect\ttfamily #1}|main}}} +\newcommand*{\pkgoptval}[2]{\pkgoptni{#1}\index{package options:>#2={\protect\ttfamily #2}>#1={\protect\ttfamily#1}|main}} +\newcommand*{\glostyle}[1]{\textsf{#1}\index{glossary styles:>#1={\protect\ttfamily#1}|main}} \newcommand*{\filetype}[1]{\texttt{#1}\index{file types>#1|hyperpage}} \newcommand*{\sty}[1]{\textsf{#1}} \newcommand*{\isty}[1]{\sty{#1}\index{#1 package=\sty{#1} package|hyperpage}} @@ -131,7 +146,7 @@ \MakeShortVerb{"} \DeleteShortVerb{\|} - \title{glossaries.sty v 2.02: \LaTeXe\ Package to Assist Generating Glossaries} + \title{glossaries.sty v 2.03: \LaTeXe\ Package to Assist Generating Glossaries} \author{Nicola L.C. Talbot\\[10pt] School of Computing Sciences\\ University of East Anglia\\ @@ -139,7 +154,7 @@ Norwich. Norfolk\\ NR4 7TJ. United Kingdom.\\ \url{http://theoval.cmp.uea.ac.uk/~nlct/}} - \date{13th July 2009} + \date{23rd September 2009} \maketitle \tableofcontents @@ -260,7 +275,7 @@ The sample documents are as follows: You can test your installation using this file. To create the complete document you will need to do the following steps: \begin{enumerate} - \item Run \texttt{minimalgls.tex} through \LaTeX\ by either + \item Run \texttt{minimalgls.tex} through \LaTeX\ either by typing \begin{verbatim} latex minimalgls @@ -278,7 +293,7 @@ latex minimalgls package. \item Run \appname{makeglossaries} on the document. This can - be done on a terminal by either typing + be done on a terminal either by typing \begin{verbatim} makeglossaries minimalgls \end{verbatim} @@ -489,7 +504,7 @@ you don't need to supply any additional information. If you don't use \appname{makeglossaries}, you will need to specify the required information. Note that if you set the style file to \texttt{samplexdy-mc.xdy} you must also specify \ics{noist}, -otherwise the \isty{glossaries} package will overwrite +otherwise the \sty{glossaries} package will overwrite \texttt{samplexdy-mc.xdy} and you will lose the \dq{Mc} letter group. To create the document do: @@ -604,8 +619,8 @@ me the relevant translations either via email or via However you must load \isty{babel} \emph{before} \sty{glossaries} to enable this. Note that if \isty{babel} is loaded and the \isty{translator} package is detected on \TeX's path, then the -\isty{translator} package will be loaded automatically, however, -it may not pick up on the required languages, so if the predefined +\isty{translator} package will be loaded automatically. However, +it may not pick up on the required languages so, if the predefined text is not translated, you may need to explicitly load the \isty{translator} package with the required languages. For example: \begin{verbatim} @@ -633,7 +648,7 @@ to provide the translations. For example: \end{verbatim} The following languages are currently supported by the -\isty{glossaries} package: +\sty{glossaries} package: \begin{center} \begin{tabular}{lc} \bfseries Language & \bfseries As from version\\ @@ -690,14 +705,38 @@ the \isty{babel} package and do not have the \isty{translator} package installed, you need to be familiar with the \ifmakedtx{ advice given in \url{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexwords}}{advice on \htmladdnormallink{changing the words babel uses}{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexwords}}. +If you have the \isty{translator} package installed, then you +can change the translations using \cs{deftranslation}. See the +\isty{translator} documentation for further details. -If you have the \isty{translator} package installed, then it becomes -much easier to change the default translations. For example, if you -are writing in Irish and you want \cs{symbolname} to produce -\dq{Siombail} instead of \dq{Comhartha}, then you can put the following -in your document preamble: +If you don't want to use the \isty{translator} interface, you +can suppress it using the package option \pkgopt[false]{translate}, +and either load \isty{glossaries-babel} after \sty{glossaries} +or specify you're own translations. For example: \begin{verbatim} -\deftranslation[to=Irish]{Symbol (glossaries)}{Siombail} +\documentclass[british]{article} + +\usepackage{babel} +\usepackage[translate=false]{glossaries} +\usepackage{glossaries-babel} +\end{verbatim} +or: +\begin{verbatim} +\documentclass[british]{article} + +\usepackage{babel} +\usepackage[translate=false]{glossaries} + +\addto\captionsbritish{% + \renewcommand*{\glossaryname}{List of Terms}% + \renewcommand*{\acronymname}{List of Acronyms}% + \renewcommand*{\entryname}{Notation}% + \renewcommand*{\descriptionname}{Description}% + \renewcommand*{\symbolname}{Symbol}% + \renewcommand*{\pagelistname}{Page List}% + \renewcommand*{\glssymbolsgroupname}{Symbols}% + \renewcommand*{\glsnumbersgroupname}{Numbers}% +} \end{verbatim} Note that \appname{xindy} provides much better multi-lingual @@ -848,6 +887,11 @@ perl makeglossaries myDoc There is a batch file called \texttt{makeglossaries.bat} which does this for Windows users, but you must have Perl installed to be able to use it. + +The \appname{makeglossaries} script contains POD (Plain Old +Documentation). If you want, you can create a man page for +\appname{makeglossaries} using \appname{pod2man} and move the +resulting file onto the man path. \ifmakedtx{}{\toTop} \subsubsection{Using xindy explicitly} @@ -1046,6 +1090,13 @@ the acronyms. This command converts lower case letters to small capitals, while upper case letters remain their usual size. Therefore you need to specify the acronym in lower case letters. +\item \textbf{Q.} My acronyms won't break across a line when they're +expanded. + +\textbf{A.} PDF\LaTeX\ can break hyperlinks across a line, but +\LaTeX\ can't. If you can't use PDF\LaTeX\ then disable the first use +links using the package option \pkgopt[false]{hyperfirst}. + \item \textbf{Q.} How do I change the font that the acronyms are displayed in? \textbf{A.} The easiest way to do this is to specify the \pkgopt{smaller} package @@ -1181,6 +1232,17 @@ site. The \sty{glossaries} package options are as follows: \begin{description} +\item[\pkgopt{nowarn}] This suppresses all warnings generated by +the \sty{glossaries} package. + +\item[\pkgopt{nomain}] This suppresses the creation of the main +glossary. Note that if you use this option, you must create another +glossary in which to put all your entries (either via the +\pkgopt{acronym} package option described below or via +\ics{newglossary} described in +\ifmakedtx{\autoref{sec:newglossary}}{\htmlref{Defining New +Glossaries}{sec:newglossary}}). + \item[\pkgopt{toc}] Add the glossaries to the table of contents. Note that an extra \LaTeX\ run is required with this option. @@ -1207,15 +1269,6 @@ Entries that are defined using \ics{newacronym} are placed in the glossary whose label is given by \ics{acronymtype}, unless another glossary is explicitly specified. -\item[\pkgopt{nomain}] This suppresses the creation of the main -glossary. Note that if you use this option, you must create another -glossary in which to put all your entries (either via the -\pkgopt{acronym} package option described above or via -\ics{newglossary} described in -\ifmakedtx{\autoref{sec:newglossary}}{\htmlref{Defining New -Glossaries}{sec:newglossary}}). - - \item[\pkgopt{section}] This is a \meta{key}=\meta{value} option. Its value should be the name of a sectional unit (e.g.\ chapter). This will make the glossaries appear in the named sectional unit, @@ -1235,9 +1288,10 @@ is equivalent to \end{verbatim} You can change this value later in the document using\\[10pt] \DescribeMacro{\setglossarysection}\cs{setglossarysection}\marg{name}\\[10pt] -where \meta{name} is the sectional unit. The start of each glossary -adds information to the page header via -\DescribeMacro{glossarymark}\cs{glossarymark}\marg{glossary title}. +where \meta{name} is the sectional unit. + +The start of each glossary adds information to the page header via +\DescribeMacro{\glossarymark}\cs{glossarymark}\marg{glossary title}. This defaults to \cs{@mkboth}, but you may need to redefine it. For example, to only change the right header: \begin{verbatim} @@ -1402,7 +1456,11 @@ for further details. for further details. \item[\pkgopt{smaller}] This option changes the definition of -\ics{newacronym} and the way that acronyms are displayed. See \ifmakedtx{\autoref{sec:acronyms}}{\htmlref{later}{sec:acronyms}} +\ics{newacronym} and the way that acronyms are displayed. +If you use this option, you will need to include the \isty{relsize} +package or otherwise define \ics{textsmaller} or redefine +\ics{acronymfont}. See +\ifmakedtx{\autoref{sec:acronyms}}{\htmlref{later}{sec:acronyms}} for further details. \item[\pkgopt{dua}] This option changes the definition of @@ -1451,8 +1509,30 @@ for further details on using \appname{xindy} with the is word ordering. Note that this option has no effect if you don't use \appname{makeglossaries}. -\item[\pkgopt{nowarn}] This suppresses all warnings generated by -the \sty{glossaries} package. +\item[\pkgopt{translate}] This is a boolean option. The default is +\pkgoptval{true}{translate} if \isty{babel} or \isty{translator} +have been loaded, otherwise the default value is +\pkgoptval{false}{translate}. + + \begin{description} + \item[{\pkgopt[true]{translate}}] If the \isty{translator} package + is installed, it will be loaded and the translations will be + provided by the \isty{translator} package interface. If the + \isty{translator} package isn't installed, the + \isty{glossaries-babel} package will be loaded and the translations + will be provided using \sty{babel}'s + \cs{addto}\cs{caption}\meta{language} mechanism. + + \item[{\pkgopt[false]{translate}}] Don't provide translations, even + if \isty{babel} has been loaded. You can then provide you're + own translations or explicitly load \isty{glossaries-babel}. + \end{description} + +\item[\pkgopt{hyperfirst}] This is a boolean option that specifies +whether each term has a hyperlink on \firstuse. The default is +\pkgopt[true]{hyperfirst} (terms on first use have a hyperlink, +unless explicitly suppressed using starred versions of commands +such as \cs{gls*}). \end{description}\ifmakedtx{}{\toTop} @@ -2414,7 +2494,13 @@ and\\[10pt] respectively. The effect can be localised by placing the commands within a group. Note that you should only use \cs{glsenablehyper} if the commands \ics{hyperlink} and \ics{hypertarget} have been -defined (for example, by the \isty{hyperref} package).\ifmakedtx{}{\toTop} +defined (for example, by the \isty{hyperref} package). + +You can disable just the first use links using the package +option \pkgopt[false]{hyperfirst}. Note that this option only +affects commands that recognise the \firstuse\ flag, for example +\ics{gls}, \ics{glspl} and \ics{glsdisp} but not \ics{glslink}. +\ifmakedtx{}{\toTop} \subsection{Adding an Entry to the Glossary Without Generating Text} \label{sec:glsadd} @@ -2638,7 +2724,8 @@ defined). \item[{\gloskey[printglossary]{toctitle}}] This is the title to use for the table of contents (if the \pkgopt{toc} package -option has been used). If omitted, the glossary title is used. +option has been used). It may also be used for the page header, +depending on the page style. If omitted, the glossary title is used. \item[{\gloskey[printglossary]{style}}] This specifies which glossary style to use for this glossary, overriding the effect @@ -3473,7 +3560,7 @@ replacement \sty{glossaries} package. In addition, the old \cs{}\meta{acr-name} when defining the acronym \meta{acr-name}. In order to facilitate migrating from the old package to the new -one, the \isty{glossaries} package\footnote{as from version 1.18} +one, the \sty{glossaries} package\footnote{as from version 1.18} provides the command:\\[10pt] \DescribeMacro{\oldacronym}\cs{oldacronym}\oarg{label}\marg{abbrv}\marg{long}\marg{key-val list}\\[10pt] This uses the same syntax as the \isty{glossary} package's @@ -3497,7 +3584,7 @@ names consisting of alphabetical characters. This is also true for \isty{xspace} package. \end{important} -The \isty{glossaries} package doesn't load the \isty{xspace} package +The \sty{glossaries} package doesn't load the \isty{xspace} package since there are both advantages and disadvantages to using \ics{xspace} in \cs{}\meta{label}. If you don't use the \isty{xspace} package you need to explicitly force a space using diff --git a/Master/texmf-dist/doc/latex/glossaries/glossaries.pdf b/Master/texmf-dist/doc/latex/glossaries/glossaries.pdf index f6ca5a01409..a426b995794 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossaries.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/glossaries.pdf @@ -586,13 +586,16 @@ endobj /Filter /FlateDecode >> stream -xYr8+XsdnGNM8XIUfDK,qQqq|4%R͸, ~x8rG#'Ggij)ܚZDqfI15Y<Ί"ȣE9G6# }793*,B/6&ԷXIqԆ*.G=x8j6&3~EGS3= e VxXKk hj x"^dQw"`OS\-Ii _2:(},]V.x|M-!0ESox~#FPAeQG:|n"a`[aƓS"2EjZF`6\]u}5f1 Rt$Xec轢U . 9G/9>!jQ*.#]Zj!CEOAEUFx/U3pNA:E \V/Eu s%y]yDfi=m$i~0]@a4{C, - P t'>lQhp] !H*_4*s导B BR 2~- -ܠpJVǑQ)1"S1tI ClU}OUA{VGn#hV7PZ(R=*$?|͞7Z-,_ (<P ,O#kXZХ7={Aخ &n0g fQ_(ڬW&Y># iƩSlr:#Lv(OfV]9fNÀ˟Q*C WupHi_0;lܝr @*{'Ϻ֠ZL֧vyl?~(@|"/8ٳ/;m+y -Kh>cHfz3w<9j +xYMs6WpzOi:Xf&큖`c~ I9֥ Hъ#M'^Bowߙ;urrz`Μɝ9$#!v&33'yUEe*GDȥ O_\%5y{zArNMa:Z<3k 2鸝i=͑^(=܌qt?\0" 5N'h㒚<{p:ӮuT{?E#JPΪ*hW.&aX + ㍑7*SeTM S JOJk*I?.sOۑ [o En%L~gi4Vx!|mNU\Uמ@h,e$Cć}}CWy%6Af &o-NffD1SOc;w@xJPûfE]NOaěTMY2˩]Ƥ.r`m(FJufTi!NP`9!(,VFpM<Qj͞X˹ vr'B`˷F G RsrZ` +茐/0 3Q67 / ]ďM݀(U,< Ceu.пLkƑ0h{̽!BP/ +Pd/>lPhBF1M['ڴA NgtAcV&xX$4 +D ;:!l7 nhB^ +[QE*m/nD.#P 1 "[1lK ƕI^XQ3(G﨎VG]B[=K|W|4$z]aI|*bx(7'xipǪs5W۷O9ӄ;W˦> endobj 447 0 obj << -/Length 1646 +/Length 1645 /Filter /FlateDecode >> stream -xZ[oH}ϯ}ط&j4UWjB q@jkbߙ't't\ocNn\qw0' -" -swr40rG |(V:nJ߻?;}J[,=i -#!Ar AϧI/<|{q'3:n2.[B>zq"_x#'UՈK#\Ҝj=Y7BC ,o: sRL(ɇ+3 JvᕂRL 0D%x$l-n<ϙ8dsBҊ)$m$biƷiT`瀀 6kϗrBBcFEͰy)4s 0t4#>*y_9v6Wa6;*B_O!yl]V˞Bkne@jvQ4ӷڷ_}֙1&2=q+4JQSj{!{cKFKn AK\șWr%:qCvTFʌ7/t8Cڋaѯe )Be9IMjr6cUToL"Tz({uHJDXB -%2R/e7,$\eLY>zeP?b\/E6AK/\#t'Uڕˉfb9x/ .e{/XZ XA@v$U*u}>V6y^+! -9tjU& j_4f$#a|&몇yd@feUL/YSGMF6=r(75ttFN/>wCx [Qty-n -St;[Xx3]dA[L`nΐBsßW^u}9*jWtf6Ț(fǩHќ:n5oZ{D;R+%6 gЧ.\:N5(iBjVV״zXm*3V#~U<:ғm9Q=Ұhb]F}J|Lp]%lZdU%@;G}|]5-(E3k{̲4"O`xKSlz_?C I4 -7)kaBqE~+%H=u![q/ -/ƂtP/b{,/pwSg:!;q{LQIM:5S0[bi;m)FH!p:2 v6_JeFK d 29ZLW lɇ1\>o~ЦmzĶuI&imm}}oL5 j g!TmZėm?77%;at,*CDfWHڻv֢ם!TGcHGz:M7Y8I<3w|tp O 4hS rp4pjnRMK*]DGmv)X}e @וњH4H"p햇νWw"-n +xZMsFWpD~vf:48$=icD $ҋ`Y>/#+SϜܾ58bݽi2ƽػ[x|B0 (B3y,qT}!`1jr?(L֠3W錞8^1;Cx [v1|< +[_;_XQȀJduA[LD`$ٖnΐB+rsR^ h4)j_tV4ju51"!Wt7YhyR/qc=0:R+cAL.j'MM'ٚP l !5+KV?,׵$ OYq,QItYiX4.]]JRrLp}%`\dS%i@;)^_ҮC D!ʶ`d8xumuYU&gI wp9:EhƇM/pȶ%S0:lh\/J\ l :ץnŽ(E1w( ^X_f&c7щcGg:kJR8Qߩߪ N6>mUN fǂ  7ȼ͗<جgpxrz.Ȕ|3]k$X+1O $lʹ|<`mM"(m@E)ـsJ5 "$`I0؞хP^/kͦ&H|o.o mKֵa$bXTGD"z[HȻv΢7!TG.u=GpZ&i:9ٮ`c# ©ܫ+NMUU격}Τ|9:ewWV +TܦbIX"3n<7-V endstream endobj 446 0 obj << @@ -1169,13 +1170,10 @@ endobj /Filter /FlateDecode >> stream -xZKsWj%ܲfk'4XdPCRxvA(۳TX h_N]Dooz{7?r,BGۈ9:Lyt]Dbj!Uu}\m< =bm8|oJ/7աJG\j4vuS{Q +OaWL?K;JM[noU-6Z%l:8ܠnx1cK#㪱)'Z)lool E ajZWmC$,Vq&MYnd'a<dz轝f -;EH2x) ^K6^~ñÎB{-4ۂbd0&.Ցӈ - 'wfǸEɤt0yVZUvr.Q;qٞ,t m zY5+`RC*10^"X4k/)w](vp3ݾ/c/0)Ó6.ę9bFHTE. ,ZmgČ<< x~;NdpqI6#'iy$OßI/OTX'`{SAw4I}Uޑ!Uglm(}(w6 9do?S>LS)SMr|J9PyF` ͵[}9LAZMk9@9P 9bZ&|  Q 5<ܱګQN! $ Aئ}JM|L|qdIЇ+4wfTWJ*` -0}i%+319]8m8n]e7kRCEi%xT >jJILpD s~D<>Mh|\υ3Z"\+̤Oɛ`pL?*7e_T};w_>uQߏ3yEv{h@)zc0 \* BRJhTɁi3 2ȧiO^<0CK&Cf;v=Ab1PT}[Y &z{ Li*z77yBmi RpY6-, 1(%נ`\E#4nrK>(vaj$,2u[ :GW\YxXeua@=9-. YԛKЕ ص9TiWm={'|W""jXH<\_xܭX14[{C΢"eSwg:P,0T4rUikr5^f`ڦXۺnC*Ouءw7Eg4})#w tkGlH4)kGnH޺v| |3 Ծ4իN=buzC'4up#:7, 2ڵ x!bKS.^/Nv^&Z.mpbAP\4Jl@ J#I ԅ,-".^ +`"=mu%fB$9K@Μh_=/Y /e|7bz۹ڵM?\;v,@"v4D`{c@{9 A @5[G'%0M|kxC?5?8t S 1ٗ嶁iqqhPsY6e}L{<%V@;Ik l5z=>m< =bm8|o*/7աJG\j4vu{Q +OaWL?K;JM[noU-6Z%upDߺŃR} \*[r¬vPH9f{H1u56M͂j{`* S)2H13N\sȑ|>kWos8v1T>Uhf[PLĕ>rQ#c$׷(^4hr08ٺn'<[pT̯97ʉ"Ulgq1&KG"KaMЬ2 BT;F;}aIq g'iT!]i)ĀQA.mixߕ».݋ H oҸvkAt~juk==DT݅*'L;xv״ip%dWU{k氨[1@i0Aך%/r=v w>r.Q;qٞ,%t Qm zY5+`JC*10^"X4k/)w](vp3ݾ/c/0)Ó6.ęfL#L%:pA% d(gIԺh{]"LtScao)B1hr} }^$-`gT'rBl84bCAg_wdHY)!"F02J Säoܩc$ULSi(S $Mr|ˤ"sL1pZIkrp1jzrfgO89rZ&Qb IQBk @d͡W+(QJ_)PiHLWZw 'g!Juv*ެ (e:/`Ũo(=G["#=4dA 8$x2|(O=: g|DVHX?h$oi$?bcù/ZW͋t]0uQO0uEv{h@)Ufc0 \: BRLKd{*@ . i0 RINdݟOX "1pt?ƣ!+aDti[E&*-p(sMjK ˢVkP0]Qv``Qq i0Ҝ88 s5=n[t@|sZ ++5 "ø:1>%9d]hBHD@ų\ : endstream endobj 478 0 obj << @@ -1372,26 +1370,21 @@ endobj /ProcSet [ /PDF /Text ] >> endobj 501 0 obj << -/Length 2486 +/Length 2484 /Filter /FlateDecode >> stream -xYKT!H$ss]WrT9pDHB-E*|$nt")fSq ċ@?nNppwRmrHoǍLrSIC-do}(I 7iCm6؊a-̡MqD6?A -N6ќ6( hh?[}),/:R\.E]v4Z3wg1;B ;NB//xM}&Btq#[b=Uʄ}͝,ӣ] -6Id>-'"lTdshXof펆P\9O:ФMwi:{:7] -ڋgȇ''_ Soܶco۴&0!4Bd,4uҰo(nn~p7dSqt#޼^)J%rgo;0nW\khƓ-ܖޞl^Jө(nDZ C xXƳ5兩mlG0wpp7_R* AwtA.` P"?`Í -zRx*YvWZr!L> T½3/*PpvOܭ]sA! R1pb4by+4 g4VpA[ -8hlHR`B| J?ylI;1[Сbe7$_ "")NWD EY9!95~ۻ'A#; ӹ!tf@KN8^%D8Cݹ*4 i3a%+02eOE"FV%$Ę)f z&!BВu,N8})"+9fwJaPǷN -U+ a0zݸphڒ8)! -;"p*!M!`T/]o.:n" DB[p[u#j3 +<; L9 -@L7 . z\6,4=5:D0`"4vϕCyi~=r9Uԡ84]zT kjnaBMCV -D.m*?UH0-_C uV.rڽQ+/I3CUQ׵5N, T^#$: %$\r-+OcErvB8аP;Xݲ⓰)L+ak>[~"Yl"T{ y.B0>K~S%C'CՑ/ZPPvVţ_1RٍI -`8$Xf+BrLV4 -N^Wϵc(Z"pe^tEJϙ-a6WWM1=Ƕ0(QٱqubNT$xv˴3NVU:,\TϜkLAdUgM&`U.ЀO=h:7 n|ʕ{l܆Ce|zB= -zћBà mHL)0 ~Pj-,M@4V†W~.hqt1 *a|5t?A3ڏ,'~K'xc'5EtgDLb44`8roXJyC<(߱j|WIs_\'G>qLWȽX#d@G840*6~ݚG'*[ןd֓/BQtS -}Ţz7b/)޹jZs4 ( p_7⃏+{֗}?3ksAwŸM,tojbZrJE%K`;72VdH?qQs5iۦv }et|~p z!m ND">3W"s>ў}/rV-DH=Gxہ_Iґ%$?p!ōHAjNµ[Bl+KH ;ż(v_Mih50w`&B![:V _^>Jm]Nڑ}Ub55 +0=͝IhbJI85#$H5[[հuGG(Y/Y]Ҁinϓ4C۹]Z}ϧKA{,Դt[!/ظ)^Ӿ>`MSeh3<𝣤Qp5dGE`v&b1V +1_^w窩#v$~u ʻ+ [0֘ ƭ/1JSѓW Yn?"8hFUp6ۛ%|O$Boηi=LDae` * LԝӈӥfP#VtnCc .p*no㈳ uMq+dK983ĚkuMqԯOttt\6P>>A.G*`~xU{.nX_,Nc3̉ +9+Pӂ1ư)8o`ӗԢLB]2 w}p/LECXo.}-BNX9ԎR7`6 ; (o`$ M4&H 1H[ [J7v`4xL <F#GVIY"#QaK!|hfCqݐ|-ȝNx.k=%pG!R,ʲa!`CLl!&u=lȕsG~U퀞ah K2̩j49if +J0l FV5&ę)gVvY1LBȅu%8M8*YUQ.>Qavgu|M,QJRm +ћ$}ەIQ(42E,KЇ\WS]Mv:wvAlnގ@ KoZW0&(; LxM-@Lw! zR,2=8D0`֢@ +6vύLVsSXOzrT2/CQs?i23&Kϻh+[jniB*/u( +"ԶM5k$ބz+@^Pچ: aak;7k^$-[.aE4p0U.rĽ?!5,6Y^"l2VWm(h2=Ќg< As o) $iǒDpMQUdJE +N0Uua`7^+۱HyxaEi"k91SKՊ Q]VU$Qtt7{S1V9ӹQ"暺-Ʋеg"|<Y]?.;ǚ^wI-fMr:fYvɪI'X+>֠eó O- ^NvXHC}ɦA`$Gꖴp&-lT, ½/ep% XUGXM+4J  ^92vP}O^/\nyv`mV`YR$a84+@Ѧtfdx6LROygL<&Ycn@d9rWOd?*WEKcJjlIy ίG9z-RORHbӱ91*~Qj>;tvwjVbbfAK/y-qBQ |GA2}grx?FQΉ;;w jeJ`;9I8XaI<5-!0񎘊6OdØn1w\=28zדu_On>?l<*=GM.oH4 ^}1HA]ޖ`]^ӗ*ѵ= dsWzpYuj:6m箒eb֊|CCāԍ[M^GNRc|I|% FGG}H-?qQs9v&k\}t>YR_Z"iX hrOo"s>h/@ +,ŹhX$YBL3H(ߞ4_)h\]aCbpd)᠘_߽R endstream endobj 500 0 obj << @@ -1478,25 +1471,19 @@ endobj /ProcSet [ /PDF /Text ] >> endobj 510 0 obj << -/Length 1963 +/Length 1964 /Filter /FlateDecode >> stream -xڭX]6}_:D-oS-fX,aNtm%1ƱS˞;A^R;3[ i)<'k⒖"/e5]m>ngmio u1B( -22a2C9$앞kW3[V"Yػ(4AtuJOCBt,oRVg -22M` -:؅P/Ǔ=#JОIz<'|8iޥ5#+ԧpԧK>ltƱGJ}Ԣ*E0ÕA)W(a{7ܲ -UnA. RoER GOn+z -xOЉ=qa2.C"s ]zs*QF̭CSU_L_>鍕cV_MnAo5s?@x!c0w 2:q,Ż͍Ljy=Ԃ[;8 E/l䞶-j_pwPNvQ.T -hn] 0Ư|91_L}!b"GEAZu%MB!?BG$q:YbE&i&,w4<̈F/,@p6<}=9`zctmI ->;emM5}zϘ~*cUe`qDՄ^ P +xڭXߏ6~_zj[򯾥@[p8zpE1Ⱨ͠^R"Ct^$OzD);=NR*|;7$Ơ15I<'2xjږԝ15/w`Zׇ|G}2M{s[2^WJ8ۋ.MC}9X^e"cX>iJrg>𧩣͔\oovͱCcoy*2zCp]%VtEM+s] %G3L,^4&,y%yĨ]/`/! +8WeKۊ>MT~4gۭK͡RC3F:ÛwyfyY>/{9hlHTk,^S󍃾gD(9 HQd7e;Z$ Unu9eEdP묀rexh@Ϳ_MgGݶ\MmGSSa>gЁd%;Yy/Kjq#8{oKg\BQȐg $ +uϙǘ'\#-YWEi Qڦ3`?YƎ<6.s + # ܞDʢǸ|` ǀtzӸ :R{BD/ˬ4I6xijBB]S ySz* X%m?Lp5B`S5_:Lsh|t6KXaF E={8njklJ $ +7y6nsMд͹Y"Z;3 +ɴ&TckM ]?AWP>ND^~IWB[vj`L<iߐyLq +9+Ȩ2 o6UB)!)c'~֫`/Q{,sd ]Hω + r H83bښ+x5 @ۻfdq 8H>o[A-;RD0 *N@ۻ}Qr wgez(xԎX82~r[]S(f^olA7] ;܋s&teC6ΩD;/MU}S~1}7V3A(DNvvGP=sG ‘9tc,NiB9>=Qc\[RQʺv={hЁ9B~AD[jc$$e [_j0Um.MV/פ2--R4Z=z~so7%֌ϭWE0"{" 4\đ[8ȓZn47RfRу⥸݁1E,(}me5%u/lVkPýA9mbGPIW*uaʂws36cB_H-E|uyC8Zu%MB> endobj 534 0 obj << -/Length 2703 +/Length 2708 /Filter /FlateDecode >> stream -xڥY[o~[h@4ަH6C}M"Z0{nHr>g;Ex7[d*]lffBt-n֋Oer<eɭ{ntyZ2+5ok`[7]VwsjKwWx}7 -{NA# |\~iʒcLO -Mu]S_ Y8Zm}$429m^}m\x,ĩ0ɀ|?nۜH'bi9ZaܱIOַ%Z8UTk4s  a8r`S%\&>IRvYT6>haN,v (c2 0*J6*N+s`8}Wt=vЁ*7YQOp'FHժvcN:sf=2aIW5:6XdSk۱L#3ȟ -\T] yV!BPrB$ ;ހwɱ )Nh ǁ|U෺ p2Ͽ]ϙ"EV!$LbHYȌ-np3OLA  ~%ugz}Cx[ ^$efQIVE'IMsWΦ#j8%\4w nb񉖶֯؏6P`#R#(,fA+,}_nkdkQʩӔ+ 6M(W: -S@fzB&ZI;/ >3D0Eaz-r3"v`5O3DJMrak~YBŀYbDڹ;#eApg8 n+P]De88Yvxl -:kr;2G5ս'tX)cNYUsL2崙zqh%A@Q'p_oD '<(W: S?CO% -э%:#&,)vT -'O7Ȱ^hcϨ'fNEұ -3=i&?!)c@`Nyj`q_%`@*;w+:_=®#`9p"9yj!Xh Ɏl !HyV|)瘀,yvܣxO+d]"9idi,?䦆WoylD i' {G -QIMI% - Mh/ kc"(caJ՝sa"7Zr.BZL$OI"=CݣWP7=roA/@՚g}AMsWoWMApKKBe缕tH.~ 7__']/ p ؘ0S:|C kV!OG`(p{SsI\~jF7 9,qeEwCT -P(t&Je+6$gek-c@ 4| +H-ƒŪg>5X%ռ!\0% 2IY{tQM`b#$eT4G*yj\23B;W: ~g -%owJmvF"}`0>?M¦G;Me+>~a.QfHD!.-4'r =/ǪKo4) Yx2 =$KN&x BdYl VEçzF3G$xফ<72^OݤCC -Ͱyi8WzxY׀C-_z,75Tde'`Z]_2=u g5aQ e5 @ܕZ1G)o/M -;W˔L:`E7z p%K!u;}JUlf(sSoJN<IFmKRȎUL~f@w^У7+STj*ȺS?Lh?ߵ^Md=&OԦ*[^RGb -h E[vjB_g j{+tb"2DWg#w\'C(4:D'8?EC8tUhx e~+,nyd _|uX: F[ -#`2WeżGx7Lw< -\$eDc&QŔuѷ2 w/<[ +xڥYIoFWYdm L&d f-l”Tۆ>o)n2խƜX{zƋExo.]KDf,ɄIF$[ܬEr(=eɭ{nyZapO[mm^Y=oy`W햿m +|[c{h姛›RLkQU*j6Ueãwuu)#xW0dh#$滏ϵ\pL@~G[vM *7UyhR%:%D[FoeUo<^Zck+bt6we49IOtŦ"]9L`ܱIOַi)Tw:4rhS%'x:<؇6ހy'} 4ǁ|w*Y[Ն pa3υ'85CCH&5!e0#3-ʢŝ<2 &e(v|v^}hy~+^ϋޱLkFR4݉Gb\;nΦ: J8%^w nb6ƯOTE `R##ť(+,eA+,_-Cbw*3E);:G@GB s: +S@¦;!) +^ "pyܷ}Kv9OZ'bLG<5,YR1kPܝ0 37fh6!G2ej ;Jl<wkr;2G5 ;S(R杙/aUqRgJ5h)ni%A@Q~W jM8pqlN$EbW% +ю%:#&,)v =^v gj 8J9lvj3l} Ch k@jE6i,L׻"T-ŅA z#VZU)Տyp)e'9 +l~MOQ›~.;"B!`Td>V +HX{z-ח.H:vZWߴ2o, +Ūs~@>s?~:gӍ;܎֗MG _aX.Rzgƚj{ƮZ^~.8.ZbMrWCc! P'jL#"u)L:~c\%~nvi$Gιp\HN;a5b4FȎ@ 9X[Oф?GEdɇų|Z%, +;UXGVpr]p=Ru(Zc *b<әąOa􂏥s q]j>jg``je**jDM\sAfj^v8L1^|38ڵvӡG59X[gajǨ6Ar5dg7W2~gJop&;#gL8O +-l:j:t8ilO_XBiC\=ܹBx"gztOzKuX },q'LLΡ Ȳ`gOg*Sdҩ*=:zBPTm%o穦6Gl>#jI7gѾᷠ"tT,;jD-T-m\L8+38jC8 fWV\'N=xjJp ^jI +;W˄䷔1 E!KK!IuۙF +yeUlf(SoFqOEfQ+˿p9.XqoXj)s\ܗ_()Q)) PYwO4 셀Ao=q;ܩtTU 9/C]85Bg>,mEh 1-V֟V,^a9)my\'å4À\ CQe0xxm̮ۊps t\ق ;b1 02 f tX1Q ލ=_` . +e lL +)koe*:nIi_6YyKj endstream endobj 533 0 obj << @@ -1681,34 +1669,27 @@ endobj /Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F35 399 0 R /F36 482 0 R /F45 504 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -542 0 obj << -/Length 1845 +540 0 obj << +/Length 1654 /Filter /FlateDecode >> stream -xڭXQo6~_ᷓ"(-Pkwo{EQtFm!䓨$3J m%&p8D*Z}x-pHVi%X]oWLPj$dq.V/3Gu]v5 nnX\ -7, -3MuWi۴-,M6\gjq6vŒ_Yږ8 LuZ~ -"QdYPXYwLl3j E<qd}xahTSu^sDU$a_ iD[L13vHH #t"=N}YRIS pBuo(y@l@!7Oe^)s` ^^kJۦ -pQhi(bMuEmM[#C(&\ŀz 1,p90|/KB(hEA)e,RY=m<LaVJ~ף#YdB&GGjmi s޺;A%]D- -%?7Y -iIcK21gGW,bn`|Q=\XIns#& -7MY8DdE_i3@ys\LPR 94rѾ0,Y_[\H*jON80_".˦BNw'iP7+Ds@sJE渊Hs3vb;W~qP3S$a -iE{w{H"H >"ꛈ2HcGL[#1$`e NCi^xtq_wù0~[񄇶D$ޘ~}Wt{(8liS#ss1V#!NۦD&a\Ɉ[cXѧq޾es.VbX}5=pFYjA016 9i{=3M/i t FMHll ]8o>9^b ސѹo_}z{| &cV>uq̙ϨЅcF/bZyHʖDS% @ -׋6pw5sCųKxDjZ:0L|Q\;=~:&b$ -wltGÉfyCK!L;Eyu8ڧ"m -m#!v ,\(R7ƱvV.XR)O^&5uK LNBMq3۾uٚ)oV]8<$\B'zDY4͟x`n +xڭXKs6Wj&A23N2iҴ=t`8I$. )dlgr@p~p]OgB.J),^ġ$lq|\ޫzʼ-ippuw`!I5Fu<öZ88HE +23ieEx]hS&[$2劇QP+7JӠiHBmUujS훼*q(8np٩rt,(|ӤW^V +qM >rۉ,x:VV[]6Nng{kzw`2MowduByc=FUkhp +6C\1SP!,D)ƏY'dܓsD#˺*C[z`Rb5cʞzl08ER M(/E9#W$aF1n3^k&qґ? +qV"7]SQ[ j\ !~p]݂yjT&D|~Dơ{ W]Y)Nh_|NApJec{LV>>4id fߟXuQN-UB4 +h+]"2?ZAtD,yU"Yw7cnL (]BMI{S :ShUACC7!-ld}_vdN7mkWr|DDζZwqmY5#%C>V4FX<hᄅEqξ#h8Bgn0D0cW.p2gx&2c'}cyOrf,V}@Oqy4zˋp\/1iȓ#^6 endstream endobj -541 0 obj << +539 0 obj << /Type /Page -/Contents 542 0 R -/Resources 540 0 R +/Contents 540 0 R +/Resources 538 0 R /MediaBox [0 0 595.276 841.89] /Parent 526 0 R -/Annots [ 536 0 R 537 0 R 538 0 R ] +/Annots [ 536 0 R 537 0 R ] >> endobj 536 0 obj << /Type /Annot @@ -1720,24 +1701,17 @@ endobj 537 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [143.731 263.403 444.281 274.526] +/Rect [182.821 263.403 483.37 274.526] /Subtype/Link/A<> >> endobj -538 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [360.823 155.031 447.898 163.885] -/A << /S /GoTo /D (subsubsection.2.8.2) >> ->> endobj -543 0 obj << -/D [541 0 R /XYZ 144.724 753.953 null] +541 0 obj << +/D [539 0 R /XYZ 144.724 753.953 null] >> endobj -540 0 obj << +538 0 obj << /Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F35 399 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -547 0 obj << +545 0 obj << /Length 826 /Filter /FlateDecode >> @@ -1752,50 +1726,43 @@ G>:Ύ {M`(>XԀ8Q -[CgЮ!'v ׁ-n"g R/CQ:@Q@]7WeC_.y>QqڸzOK|ɢT4||UɪM;6$)> endobj -548 0 obj << -/D [546 0 R /XYZ 143.727 753.953 null] +546 0 obj << +/D [544 0 R /XYZ 143.727 753.953 null] >> endobj -544 0 obj << -/D [546 0 R /XYZ 304.493 575.674 null] +542 0 obj << +/D [544 0 R /XYZ 304.493 575.674 null] >> endobj -545 0 obj << +543 0 obj << /Font << /F17 400 0 R /F35 399 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj 556 0 obj << -/Length 3149 +/Length 2728 /Filter /FlateDecode >> stream -xڭZY~_7s}0'n8 .Ldդ"\!sѮmNƬ,dL8,NJ-[+g}",A7>Bc>vl A+@P͎@dٚQ_@Tt٧yc> 52F Lf9/8Y^UꑙlI͵r໒.@F<Ilt6>:b/Bl>V2x/6x؇%Ijq"%L(kkӴ x cӖ[+ U{ƿ޾ZL;r8w lT  \VE('~NMn -& P*qH¨pr.'#! $!_eV3O6T -8|ϒ` S;ɭqڃQ -&^΋jhՅ3p>9G}zA|T޿}(S:ӆ m>QYj,K3K`~)4BK-%V;vosw)///fG\SpéW͎Qs\<,]W s<Ȁxnׄcs dCl$)~-kЪ -[]BE3{):4b%Ƴ-r#o2FI( `I^3Jhh]i#i,r -XN"oxz [qfq> ָ IN@ LAc`Kua@٢U:.Ipخ*S7W{ -~43`⦂|dS^AGB *+}{v?Ct .)1rzL' - .Gņۀ~BU,-Wݧ-硣/lQ)fh죩)uB(@kfj!OU;O r'9Ty! +Z~{RgaPjȲbfYKv*tI =AGPsNp߽0Ԉy7\6|ـRxyKeO. rrulg<0$2 hӧS7$bᄨ`K5TH;}'*v`:z9aUWZI<9Y٬ S£4ra`608.oWnYf5l+Oݞ[3_"\PTq -k2*Ƒ"09Yo/a:kVLљ_YeUXʊkgۮlj{\ J~8O3Y:ۦ>l.|gb轸dNJMW2344ؼ-p_fA=Gjv(|Un0XG8U)#}~~ppO)׭)9KuqP-R_Ʋm[xXVQfv/L;tI]ՕWbmԵiaBl/~ 웁ŚU1}WlE|A <9eK˭\ fѧ @"Cq0Js ME% :/י75v9zNTŁuf9hUQ +ꦞрkEky'07x@]͸gdw kr$'_S/wm/ + +`|z.OЗ0}4W`X 7XrˌGۻ{?>PNo2y9ط?6+[ ΏRaB|ۗݚ[Є *{y$`}btiH1g s +sopd8V0= +{rEHk(y ق(x:э}k~Tw*D[Љ0RUj!*huďA5=8V"=Qn=ݩ-wL՛©S*uA|'/ +[DcǢ́Z5?haGaa$E"xƈw'չX|*:jSW~G+9d<4 T̈́DCA%k_Kr,;Q $d1"Lrqt^Or-f-u)Klh&POǞZ&JA\n5xy&wL_ܱ Z$|6V|ĺ!gsɴ>3Apfާ|/dM${ CcrU3'/Uq(.y=D$}O + ?b6TB+J)D_qB"M*a^kl3haS -Lc"7@"Lm2ң^:*D3RtD,X% c=ԃcv|[ 1's~$!k3Y9MR4$ʑ0zE#uSJDl +1zRY^m*HO7x7UQ^UP6"Ti-15a@eEi~r(P,eKFGyďP +ץBQ@pwhUvS/SHnWvj3W5(5.ۯv|혡!)6&jY&fCPj_){} tp4.uz9Qǂ R;e*l5g'K<]00zF"ϋ%@bOuf4>N}Rx.[T ;o6$Dt<wmnfy&(uz$bș@7w'!G!DZwYv`җdUoޚ-&a~v(/ ݶnNܹ6[9yRغ붿~-ߴ<٢uT'p~!#?9^Pŕxnc1rW#\)CI% gxڮm m+9&4L|pIpqL ~zxf,e0&r~[#%4tʑ =# )/%w;n 6]E5DhU  t1]ExC`1%^ +,Ytj:N_5E -.r GS|F +WJ+8IC+DDiۅ 9RuM + 1Rq3xF#~ Kt3~<4歹0J@ۯdouTmbPEAre)"glh#J[S[FQrD*!;"|azr;oXڏ0q^c̥AR^z$$xQK/i#@Љ x()[rX!+PByzwz_oVwLp@jK3Zo YkTb.uIFkP9EVg{7Kn#V=@*l8ͰgzϊDʪ)|I"?LB|k< `]@)$LCC񕜢0h9dt?yͶk\QC?xg~d-E)u )02_W~eSUX8 +5v6GL .y]vWv'{B^s> +*%ܿH|{w!%KU endstream endobj 555 0 obj << @@ -1804,75 +1771,87 @@ endobj /Resources 554 0 R /MediaBox [0 0 595.276 841.89] /Parent 526 0 R -/Annots [ 539 0 R 549 0 R 550 0 R 551 0 R 552 0 R 553 0 R ] +/Annots [ 547 0 R 548 0 R 549 0 R 550 0 R 551 0 R 552 0 R 553 0 R ] >> endobj -539 0 obj << +547 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [360.823 488.943 447.898 497.797] +/A << /S /GoTo /D (subsubsection.2.8.2) >> +>> endobj +548 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [304.284 576.935 389.998 588.002] +/Rect [304.284 320.905 389.998 331.973] /A << /S /GoTo /D (subsubsection.2.8.2) >> >> endobj 549 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [374.049 540.793 461.52 552.745] +/Rect [374.049 284.763 461.52 296.716] /A << /S /GoTo /D (subsubsection.1.3.1) >> >> endobj 550 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [143.731 505.204 302.597 516.327] +/Rect [143.731 249.174 302.597 260.297] /Subtype/Link/A<> >> endobj 551 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [322.383 469.062 408.728 481.014] +/Rect [322.383 213.032 408.728 224.985] /A << /S /GoTo /D (subsubsection.1.3.2) >> >> endobj 552 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [266.687 457.107 352.395 469.059] +/Rect [266.687 201.077 352.395 213.03] /A << /S /GoTo /D (subsubsection.1.3.3) >> >> endobj 553 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [155.351 435.686 187.224 444.54] +/Rect [155.351 179.657 187.224 188.511] /A << /S /GoTo /D (table.2) >> >> endobj 557 0 obj << /D [555 0 R /XYZ 144.724 753.953 null] >> endobj 22 0 obj << -/D [555 0 R /XYZ 144.727 716.092 null] +/D [555 0 R /XYZ 144.727 464.047 null] >> endobj 554 0 obj << -/Font << /F45 504 0 R /F17 400 0 R /F37 483 0 R /F43 485 0 R /F36 482 0 R /F46 505 0 R >> +/Font << /F17 400 0 R /F46 505 0 R /F43 485 0 R /F45 504 0 R /F37 483 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj 561 0 obj << -/Length 2474 +/Length 2554 /Filter /FlateDecode >> stream -xYݏ۸_>EbF ״9\q"K$ǻ rNrA")j8_8^,ObՓyXfY\]/R," "[\mDm^4.W*Q򲼣I^۶}(rt[_K3=Eks<8o7mjŲ~_p$ ߕ%o|zSMR/v³YNP M]J,[8gִo*4Ų;N !JR$QSؐvTd&NÀQ#6UpՂS=[.Շf2:{zM~uTwG/nBhEYt]M -J~֍;RT9=պ+f6pFy?r⠱;saߗ:G* }"LH|һCkI5&ET5D p'E2G}5tD)]iw-+gCQvv߹7x~-9!n[ 5yծbXҶDǖ0r$%'$cT6\vSMh&nCL\,ӋY6U`{-!ydB=_d (bcdɒ_+ ٠իK4zuK}پ6w?zmEh@G$ aXLUo|\b/4B 4K`2 sG?;6{@^ƜnoʺmsWVfo nWb W[ĎU"iGJ=V ސ<0hli?,uEpsS M;2?B7wTd dl^2 >d <#n%cMHGRW]#qJ%ЦDE@ ~`RѢXը 竍5ݐHsD؝j߹x,+KW'=:p]#=LIFSGݓ!q`PaS2N,fp x"4N(ԐqYg'\y2\bpgL&w4mܥ<$GC+2~]p z9s|ji'f a#Xjv4#cڷt:. i -*5( -_'}[@7*3R&Pu!fC)͙Pjiqk=b0 ;bZ=If4V#麹wx -Wi[ R=?8O /)+X? :\ -Y[496E@cvgiWQ|Pl>IUf!GSz%{Wrl@IlƬSPKmUw!`b_IcǼ@ -ɉ󸦸9Rnq"PF3<.xו^E@Af8ҩN^ԆQ|tPa43MQ[ME_\J]́Im?B",mwWq&17ޅ!%wSޡֆ[[qx4@wrV)؎_͏S*S^ -0l=}Mo7`7k)ChQ6*;``5vۂT}O.\xP! dͿMPQ8LKB7z;Az +xYK8WxOrf&]dvt/6fEw %6[Ţ^n'&)X,bZ^*ainI4+,2_;MmCWի]z  ]ӷc7l. lm1l&WX}:LKdXn۬9kw: +h]ͫ Vd;]QuߘzČy6ҫcL9β +Vm87< k:ޗ5ׁ!R̈ SH/BI9xXTTP/-O~o*dO}GoSqtԩz:fa' T+`u\Hot3 D1!IcO<ER.3 +-ުLݷTQy=+}7j&ZY=`"QpYӬK+^x$A4lq`[8'dž4}ac~*v䂸Hypg 8|Ȯ"HعћVc6P ckzҚ~LOƱ5=7DDB[whꊾ:uL\Qom u(76Ok"Piۚg]aGߚhLN ׺մr~'2t*-ŅUIJ*$J%VE0 +G}{MYIC6m"{8.J:udF¹:Ϭ[l͗B3ʢG^8fxSS'ĖgLh%bO=q.Zjyl +ZD1)"n JLcU~`J12 Q|B&2`@i% 6_@Fݴ4uZ\ I~ jo# tlf ++SamH&qg9[E<bI"ss,//Z벤}HWM)@dH1{Z6\bקXf7$}ҥ ,sB5moF?cf8HU-1D +@)U뵞A$|+|@q.%$M"W'9 N߮¤MH4lhQcL_I]ѦM[SBO`LG+sK]+q@֥Vw +>Jh> endobj 558 0 obj << -/D [560 0 R /XYZ 183.747 627.289 null] +/D [560 0 R /XYZ 183.747 369.245 null] >> endobj 26 0 obj << -/D [560 0 R /XYZ 144.727 491.224 null] ->> endobj -30 0 obj << -/D [560 0 R /XYZ 144.727 290.199 null] +/D [560 0 R /XYZ 144.727 234.501 null] >> endobj 559 0 obj << -/Font << /F17 400 0 R /F36 482 0 R /F14 503 0 R /F43 485 0 R /F35 399 0 R /F44 486 0 R /F46 505 0 R >> +/Font << /F46 505 0 R /F17 400 0 R /F43 485 0 R /F37 483 0 R /F36 482 0 R /F14 503 0 R /F35 399 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj 567 0 obj << -/Length 2683 +/Length 2717 /Filter /FlateDecode >> stream -xZK-T&^˩$xrHysH,ENDrg\FOAYoIGяx~{ܬR&"YW\)fY8a\ꧨhlsjTɷ=]mGZ XGXw?{%[t8w0kg5#R(&0)n)6Ϊ_&KLK ɬQ})6"fq*YE6ä'V X6TkaiDsQ^BIYlx| lTVs\?1,s@J/^7J+$DHվ>T ǰt?0$vέ2Jt4SR֚GYzwnA,ŻX5:R1ǃS}UxpoŇ;f!" iL,{R5y#\~]xk+;ɜ<ߑ8 +e< ok15Fb2S?c̀tծ4[amw>ϭaɮ8۶>ERD?[V}K)IAal@Jlͣc͛; ;]ҧ]^OpЉuPwu7KA:fľwZ+M -*OA6s[=c ; YY滐x0g|мcCAa+p~6Ֆh L"P 翑x}]5~C\TTY{o/*YY(O6:~s8G@я~voaj/szl]Yo2Dھ<ZJ|Fc .QQikI>8Cȟ,m]`8a IFW2٨+<齉s^:n1y{Xg4N njۛG:gs-K, מN'4z|gWzFS(yQ0j.̬ p|~, -mL2#w`Lh]opKl*["_ЂaBfJ0>W"D,=*eKI>~0&%ވX./NR^oj((t=v~q>~}:?hh!J43w\!Y:s#?-`/!BQ紕8mJ ~A {y79}mN'@ W\8v)`2>p gG@8ūaE}n+C[˄x"4:bW0 o5 >@q-O!pC2 ;v W#70LyL"ce2W%^ӝ}@xؙw7I ೙B^)KLz:驑BxEx: T8l tE~OM|t'"䅘;WMrzK- /,4_F n xIvI'P-1,5鯝Yb.6(r7řQ+d x.e'CqЌ J6| -S ߀{B CgJ@Q?,e|nOp8" EBcR{T 8O - e@ $`.Iܲ} -p0anf9>sCVT2k2[ lNX@Jo_d_ѸêS0Gp&_e࣎]43*V$fOąBg^ -)I f2>`!fȋY)7 sǍOp4 ^(;YF˚? ToPvhT$39.?^1:1 P< MX5Mk(Ez?1ci3qdHce+NEC<ȼg -Wӯ7_S6/B$<`L|2PH7XXp|QQJOGRRj0,/a5-M,lD/jՌO75@jw5ꔖ +xZ[~_)Rl6H6v̓ƒmeeegA{(ɦwjW{m–R34cv>r=ǻlR %Z)&=',MfaF X(AS!(6jw8/u>FZ~q㿸W|^x 1Dſ-#)K ZIN  d10Ƀ5ӫ.%'ެ|Pf觽|9'-Ge!!Jʤ6UKf".s_24˂帟9`% 3s*W!NOL {4,pw0z@.ʘ:DHABHwX! Z:4(GZ +^߈W9 +=f&!'0j4T+LL) ~]mYz.cJuM&v}K S2Pqᙓ2uLfr$ &,KW+jb;ҩ}x)bT3#s9Ci^E~1"3`T.WҢpqD6]7}Ul~ÜoMEgP)x| +VH/Pp.!L'_peSo+Ap01ǃ+؏woHó3ў_XЪ&(\?ˢ<6D fzNۑYiF`mNf&h 1޾io0%wa7)uJГo@ r.ǖy:JXĹ٥GBġkBMN!D¬o7gu .2”\LLU]4d{Has9XHp]Ben.mz:f8AD1b(f$3> >> endobj 568 0 obj << /D [566 0 R /XYZ 144.724 753.953 null] >> endobj -34 0 obj << -/D [566 0 R /XYZ 144.727 406.043 null] +30 0 obj << +/D [566 0 R /XYZ 144.727 603.58 null] >> endobj 565 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F36 482 0 R /F35 399 0 R >> +/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F35 399 0 R /F36 482 0 R /F44 486 0 R /F14 503 0 R >> /ProcSet [ /PDF /Text ] >> endobj -573 0 obj << -/Length 2443 +572 0 obj << +/Length 2821 /Filter /FlateDecode >> stream -xYKϯm#>EvgrHa7Ͷ%G{Oz6ۍY`sIDCI7?Ko}ijMr#~Õb6Yjv)tceҴ7[tRe_6uQ$麢-]?:?'NҤKWև=YߦlϭYr{thx<*;đ<%ݴ Okba/|?1EhfsIp&rկ1vxʔίgAn]xi.h}d#@z=3@t23gx5) @/>refs+ƗyK' yti@bO~J똄r@K9D,@P aOE>s69_z:zDA"tȇ/a8bb @6Et?hd\2.Ǭ $J a ?\A1|Ig *&'A³ϥ{1o4V;X V`dYr)h܎͛|$[zd46`7 >zs^P>R>YEq/2UJ@%.r=*V#_21C8YM\TYJ mQ3L LH)Ȥ[̸* b![6S1c`)Uoya|A?rܰYSC9F?r`aLHIj5ӹrݰ]c6ڮNv/ }{h˾ҫ7.O,8~O c9kYLfڐ뽨LtJ J|LߒFB|_V.N+*nx ӥXyƬʗU9(eE0N8RPċ`kAl3aK2F8H^ѱ -Fxes JT)6nBOsqyYc}o{*w%@Ɂv–GʴhY>1䎈`BKZ@ & (O2x6)Oa/ -ʡMan,5m}M+lC'o@_9f;];bU©"d3Eglʛ^!V2BL.k3߷}LeO_XԌ'd;` grqCfK})WÕF\*ć\MbID-uXp^{*d>;G -q`j r:Pו74DݞA!׹Y5@ڑE@h높~~zo{/U2-qŕbFI4"[V9Lm8O?ۢmckWT;ܧSYl|߿{̈́vpˤDow%Nu};yt5=ϭ#JNhZäʞ"0yx +He?s'pVH9#Gnz  ~lcRػp β4%F`W;@*3-3Mֳ vHHl?oq_`O!yO]QW݌K}YmU1_W+vx<9W,5 5\[S&32G/UtaBh~ptW{ݞ8|A3.C}F/%'Xux$k"ݼEvgZ/۫ZLXL8 L6P87\h޼-rJ^di{eYdZd0.X|0,=d +BP+6 >/Iև{$S<O2f$>rZ}@=z_9*C_AR?ם Csnx/ jxׄiC"}qN~{"9P/oc‰d)#s0ў>&iR:@>5`{-<ld6mε1GxBjPb|:￞,Fݮ@[CeP¬%EVITr=>K5J"*sO[H@ABN%ӫ.@ *"I=hVy+6hG6I#NMy[QCݹ+(Z,3}%Yd[K&73*iMƔ@KхB# .]Y>:37@#L3" hzJVk0a8}EHHab\CEXf4Bs=HC{Id` .)^>h{Ywxv6Ɲ|X}ʈ,` u6rG]W![ZpNMym=2ƈ8뒚 f28Yi4[A@-m ض>ݵana z:b1Nh-YN\UtmJhGzq04RF@T; %)dXL)Pq=zpy]UU_Q?Y?2|&fZ;`j% +?u}}ՆXc1fz Q ͏xLN mSG BYvMKC\Bi7KK!u_*)Ή \-g, LL^eCorfrh)Ap$I4KX<vuӓ(,(:Aw) 9s> >> endobj -574 0 obj << -/D [572 0 R /XYZ 143.727 753.953 null] +573 0 obj << +/D [571 0 R /XYZ 143.727 753.953 null] +>> endobj +34 0 obj << +/D [571 0 R /XYZ 144.727 716.092 null] >> endobj 38 0 obj << -/D [572 0 R /XYZ 144.727 603.303 null] +/D [571 0 R /XYZ 144.727 341.221 null] >> endobj -571 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F35 399 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R >> +570 0 obj << +/Font << /F35 399 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -580 0 obj << -/Length 2631 +578 0 obj << +/Length 2686 /Filter /FlateDecode >> stream -xYI۸W*R\R3qdʤal$Hb=p{FPK& ?݋+`ia%fW1nz!dܭSTe{T7Jel_x4W0$FD"ẻ昗um2 {ja9F<ؕgX -Cms-Y n`22,魙y 9Kyl]ffn=fbz0 -4\w}|z`/4B0^s}:TH~|G|W^1VB -,n<Z#zX ڼk&/#X/b0Wk!\D\i ZQS:B~0M^ڀI1CŃeN vΟ2zZpH!.ml:-C Tp ([U.~n=ҸoɑG̿eu %ak>z3 Yu)1.㲥K_%V~BO -{$UM>1L[^OcWޕbrYF87L%`)Xm -0'=n `|U wr|g.2 ̼ĝm#\x r\82CxrE`Rp8}w) 0Nr4ylpB,An 5T4 (Hqr:rC-c{R %4Nop9>au_c|q0MƇJOVbż9.]W!erIm>& 289 DZPy `z@eӓ! 0K Cgv~CR:!-Vh=4 hko bUjyS!z@0ca-K鰉%()QM 3O)`7q8u9~`V0~F> -tCmdS1PcIx{/j#Pz5j-?E)Ҡ|b9n{9 BP"#R_Hsg~݇%l>o|qP '͝@}'3)}4 [>֗ "@ 6o-*\ v2,ψv޲SVf"6&X~mw$]tOI6(oC/FhlFQ7h{n ɓDswhqXD͛{.2%"Yl 2|F "[lv-7GR.jgꀭxeۢn, J44He?r^-QJߛr"-YNj[Y5 3WmEid~>Pw;|iSa3>2b8V`b fN2I\T>2v(&Bov N !އpÙ- Sϝ>ٳL({!G`Çcyuo啛 `"` vF1rFܜ |e.vYf|zvW&(Eɽ_ ])Ka8}M^lkN pQtk=ߺ/ +\LyE",:N)] +Fgg"\qBܝfuHbR/R̡TaBk}%6; r e$x6U +ԝM5dM ~5\̎0gX1=?>DT0٢Hf ^]P|Z{[:;=Pso)$ q?:Mի߉;V1ܽ؜{N_nxOY)AaZ+R? ^4Zzo<ꣲz:Ɂ#8>88O{HTL' 9cZ{Md6͛C endstream endobj -579 0 obj << +577 0 obj << /Type /Page -/Contents 580 0 R -/Resources 578 0 R +/Contents 578 0 R +/Resources 576 0 R /MediaBox [0 0 595.276 841.89] /Parent 563 0 R -/Annots [ 570 0 R 582 0 R 575 0 R 583 0 R 576 0 R 577 0 R 589 0 R ] +/Annots [ 574 0 R 580 0 R 575 0 R 581 0 R ] >> endobj -570 0 obj << +574 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [418.968 624.756 499.397 635.878] +/Rect [418.968 358.53 499.397 369.653] /Subtype/Link/A<> >> endobj -582 0 obj << +580 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [143.731 612.8 339.201 623.923] +/Rect [143.731 346.575 339.201 357.698] /Subtype/Link/A<> >> endobj 575 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [235.949 588.89 499.397 600.289] +/Rect [235.949 322.665 499.397 334.064] /Subtype/Link/A<> >> endobj -583 0 obj << +581 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [143.731 576.935 260.764 588.058] +/Rect [143.731 310.709 260.764 321.832] /Subtype/Link/A<> >> endobj +579 0 obj << +/D [577 0 R /XYZ 144.724 753.953 null] +>> endobj +42 0 obj << +/D [577 0 R /XYZ 144.727 453.851 null] +>> endobj +582 0 obj << +/D [577 0 R /XYZ 144.727 309.273 null] +>> endobj +583 0 obj << +/D [577 0 R /XYZ 144.727 253.435 null] +>> endobj +584 0 obj << +/D [577 0 R /XYZ 144.727 174.344 null] +>> endobj 576 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F45 504 0 R /F36 482 0 R /F37 483 0 R /F35 399 0 R /F46 505 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +589 0 obj << +/Length 2433 +/Filter /FlateDecode +>> +stream +xYYF~_!`Y:dwlXI6v&@9GjI)R#3c}h;}VW}UU.+7x$nH$~H2Yܭo<-ܯ +K=USy-pTJ{w?+ڥp<) j٥dBxӾv=dՇ<1cܝ߲GY:aW&1ݙ[Ea1ʳi3n 1MMɿto7j_ϨKvm HHbQ<ՌJ ?R0RR7Y Hׁ[^JDq DKet$j|`,6Pc63F0{mmAFefɰNYmȪb-QyʊoZDjrt ! =%ʡA{edS=A=' uGp NzY*pw7$,5V0YB_H_n`])J0'%T%Ϙdgdl )0Mx{tgS* Q!*p^Y7z\U2<7b>crc1xgL}}.+fI, oDb t<%JB,TB=&2OI`R)F/-^4|@1s13q A<;^E7q2TrXggꤛЍ#:7~pH/[%Ix-.S n8V@ص䞃 +'1;S`?8>R *}ep$D$PvMTU ĕv4궪ʶXg/N=hn$GAuyWDdȫ_pAMͻo;35vSNWVJ@n(Y[NP5hY5#~9i|absIEQٕvjq} o?qoeѸXoӅvcL2D/^5\POYU&fb$as/L$c%m +X}mfyMRWH._#[ #8bw >G0v3^9N@jr2~41TnOs꜕2;=fiƸ2:CGY9 lc^qf3 ?} A 84)bF TD XknQC=\is.ad껚SQgPŮwv#!+#<06Ҍ&vm}1w7ҋ"y&9QP3k_6.VBB;2xKwH>=!Z/Q=O87sJ%aq}'B~Ỏ(2< >wdXA +mQ{SqLHRA6XVq[{)M䫆3_9w8>E֠Ȟ]"k9 6=)J@C?3 +ЕÎGL. ҽ]4UZyص׹nuO.w)3E'ggʢk OI65R,:4h+Om /q"xR}_<:Un[˹7Num>r FSVݺ۪ 1ԙb N/r<#.ޱXCCyHRNvpP'9v .iQoSt?}q!,&L}d3~_nu {^2]>.*\_Va8Jxva1$'4vOZgY;+C!*>اռ+'1Y܂_9ou.'>l?ow3ʼLf:q 0zQpQ ׄgb*|gv.XJ{ήh?ȳU~e ñ{{s(S@O6n?A4vmb.T` +ڕ{O +Ԩ"*}5Ox-wP ѿvfץ1/lԁQ6MuܔR`Hr`\ STCmd ,𦀒_s_@m້0G+~N +endstream +endobj +588 0 obj << +/Type /Page +/Contents 589 0 R +/Resources 587 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 563 0 R +/Annots [ 585 0 R 586 0 R 594 0 R ] +>> endobj +585 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [365.903 129.348 451.266 140.139] +/Rect [365.903 436.052 451.266 446.843] /A << /S /GoTo /D (subsubsection.1.3.2) >> >> endobj -577 0 obj << +586 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.093 129.348 499.397 140.139] +/Rect [464.093 436.052 499.397 446.843] /A << /S /GoTo /D (subsubsection.1.3.3) >> >> endobj -589 0 obj << +594 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 117.116 224.36 128.183] +/Rect [168.638 423.82 224.36 434.887] /A << /S /GoTo /D (subsubsection.1.3.3) >> >> endobj -581 0 obj << -/D [579 0 R /XYZ 144.724 753.953 null] +590 0 obj << +/D [588 0 R /XYZ 143.727 753.953 null] >> endobj -42 0 obj << -/D [579 0 R /XYZ 144.727 716.092 null] +591 0 obj << +/D [588 0 R /XYZ 144.727 716.092 null] >> endobj -584 0 obj << -/D [579 0 R /XYZ 144.727 572.552 null] +592 0 obj << +/D [588 0 R /XYZ 144.727 616.922 null] >> endobj -585 0 obj << -/D [579 0 R /XYZ 144.727 507.874 null] +593 0 obj << +/D [588 0 R /XYZ 144.727 479.542 null] >> endobj -586 0 obj << -/D [579 0 R /XYZ 144.727 426.573 null] +595 0 obj << +/D [588 0 R /XYZ 144.727 421.475 null] >> endobj -587 0 obj << -/D [579 0 R /XYZ 144.727 316.638 null] +596 0 obj << +/D [588 0 R /XYZ 144.727 365.842 null] >> endobj -588 0 obj << -/D [579 0 R /XYZ 144.727 173.825 null] +597 0 obj << +/D [588 0 R /XYZ 144.727 180.635 null] >> endobj -578 0 obj << -/Font << /F45 504 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F37 483 0 R /F35 399 0 R /F46 505 0 R >> +587 0 obj << +/Font << /F17 400 0 R /F35 399 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -598 0 obj << -/Length 2306 +607 0 obj << +/Length 2871 /Filter /FlateDecode >> stream -xڽYY7~Л[i^}X9,vę ~Hp[xlo}5 /#,AN-OwϾyEHD눥aÈq.67AĖ-"/n/nkĄJ%˕RIpFMRbI{Kd4r./,ET3ʘlW_j}\E Leۡ)"qYQ/WF͢Sn6vga^;( TU#ʢէZ&* 20}()78eS~+)3E3r(; h޷SC!2xY%@d)jW1z"*eS-'<Đ$rx.(ФHLomI^Mu9 g( -ݲ"Gs8ŨDEK\Bҽܣ- -:8=ac>Cq BMMW+v~V(X%5 olU@` ĺ%JPj#(m5}64yMN=]sS4~ֻ (hz>*$T^}:*؞Apo KԸoItj]Y-t2?j`]zh"T}uTf ȨiGuy -3K7]//<~pjk޷ؿBk]t\ SCAmOW&\@L$? -(F>SմEX]7v,w[ӿ_FܡKsowv|_כjx%T.G=dz{3I&xl!{wx ZwF{;0 g:IEjV4-z!${QW%W t`3X _:hڛq"Ձr/`Hi(5`Xy -wiY1^'%YEv)_oz5}\$=<Ëiv }]w_5U= ƹMp\#՟}M,\Op]<2 br/0 \={ݿ}>Kc`!f*/ӯsLc[&b@/JKX,-ACw*h_u*fBw}cKCD{=chrUl>ml^N.d](v.iDlvu&oH됋\ƷLy> PzHӥ.aa:yEz!^f/1^`C/8*KK >/\+CY5(WE_/sBC'"C^{0)%c#9CrʔШ[HՏ4+ʆ ͳ]l]D< Ip=|HޏɏCI\1.Q=B^ _x*'WB$Up& _6{q]Vs#ˢ`8O"O+3Ov%qĭ3<9b-`| kl#mi SUMdzKX ƈR朅&}˻gx?h +xڽZ[~_ᷕ˫DHlI ͱ$9<,ɲgyEw.oxx՛"[,Oe[4gҋL|qYOj\)ܺÉNb)mw4_ׇl򗛿W,V"c[zV! SB <[y"mt-Ѵ+&^wxxXph&=~g]%*Rxw D̦]׸O""$2E6fHT$ f!l^҇ xδ,3YsEl,YZ q gU^PLVlmWM :cCSV]i,evW7b h_Df u +R):z+Zppt>p+i=GJHd,7f R,MMs+]ZBWپl;e-_4 ށx߷[f +F2=.Ϯ)LbJ M>R,Mfސe h6-zN^QLiHY)aWɸɣ3:fʚj 0 (_׋HH@IbC3re8XІ 糮1C?{%2^줜q4+ $9/a62 & CkCSn0{7N(*986|M7lr˳% +ўX q$? +Ы*6rs,탩ic!\gà۟:6@*)z_d4QǍڟ +7oOulhuςIap/qbV&a&>M] +0%JdA6Js&ɧdAf&Ɨ+(!uuY;(eR!T9V >9ʌSwl HyXHjʢcIpRꇴUNԿ=J!JB?b3`ro0s5Φr+=8v>&exz?PFoCl޺jp!E ޅDU}pGgkВ"X5pk yaGYzE `!>vs|X\D "}{=Б+;z <:38iaFRaR4g۸c/cC3 BT̊ &RI e +So4{@%Wp^s3B(|ĩ=!*9ց qT꺶Ӟ+HvRԴZ(ǥ 558*pYr#YR{+҉f[W\95ϙbR?F쪬H=/ {'& +cMtUHC8ƽ/6\O$}x>3 9u 3H!>Pm)Vz] g6\ya1WP2ípذ1=LU,p OnT1ݧyź\ 瓠ҍkM"І,Xef@'N5K==^Y$@O ]ԋ`Q\hO] ` OM>Qh=K _֓MgCoDPR jLo5&"6gdMv֋e |Ɍ#Aۏ`1GLp + Up5=B-Mߟ12FaF7lUihT[`r)fҧDǛ0G|?s1[ce`'MHUihUА \XC>fR)K|]?CXz! HCDb_n+8B^LzGЛ$Ux,J q`ҕ/X6i6K p{ Eq-Ƒ΂17{_@6,иxb$LA0 & &?NlmByǃ]QM\>2 O`:n^ \K!!X^/62 pY< +^ E?D, 0Ed0p`#(C67o|ZHy +f0D*׽qp)|/YS 㦴 endstream endobj -597 0 obj << +606 0 obj << /Type /Page -/Contents 598 0 R -/Resources 596 0 R +/Contents 607 0 R +/Resources 605 0 R /MediaBox [0 0 595.276 841.89] /Parent 563 0 R -/Annots [ 590 0 R 591 0 R 592 0 R 604 0 R 593 0 R ] +/Annots [ 598 0 R 599 0 R 600 0 R 610 0 R 601 0 R 602 0 R 612 0 R 603 0 R 604 0 R ] >> endobj -590 0 obj << +598 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [318.466 276.795 382.251 287.586] +/Rect [318.466 603.57 382.251 614.36] /A << /S /GoTo /D (subsection.2.4) >> >> endobj -591 0 obj << +599 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [387.364 276.795 451.149 287.586] +/Rect [387.364 603.57 451.149 614.36] /A << /S /GoTo /D (subsection.2.5) >> >> endobj -592 0 obj << +600 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.307 276.795 499.397 287.586] +/Rect [466.307 603.57 499.397 614.36] /A << /S /GoTo /D (subsection.2.6) >> >> endobj -604 0 obj << +610 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [190.555 264.84 225.749 275.63] +/Rect [190.555 591.614 225.749 602.405] /A << /S /GoTo /D (subsection.2.6) >> >> endobj -593 0 obj << +601 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [190.555 188.57 253.672 200.523] +/Rect [190.555 515.345 253.672 527.298] /A << /S /GoTo /D (subsection.1.3) >> >> endobj -599 0 obj << -/D [597 0 R /XYZ 143.727 753.953 null] ->> endobj -600 0 obj << -/D [597 0 R /XYZ 144.727 716.092 null] ->> endobj -601 0 obj << -/D [597 0 R /XYZ 144.727 662.293 null] ->> endobj 602 0 obj << -/D [597 0 R /XYZ 144.727 468.078 null] ->> endobj -603 0 obj << -/D [597 0 R /XYZ 144.727 373.433 null] ->> endobj -596 0 obj << -/Font << /F17 400 0 R /F35 399 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R /F14 503 0 R /F37 483 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -609 0 obj << -/Length 2938 -/Filter /FlateDecode ->> -stream -xڝYYo~_1o;ͦ#'cvj%c -*^#JelVw]_o7o/޼&UvsqL -a!~ٛ:4v&l1}DV[;uT8ݩ4۶dTzz4E7yui{w-M- 3.ጼyB]StW;3ttO0&ޮ;oݟZnh)Uu(Ca5)wi~$07vvGeZ lk Z&Ά? ZؿX -%%IAYQE~_7so־{ HY$& -[4lܽƵ%oI"EY&QѐTJ+( &gb3=aE 7zoqU@&ҍ -qتuIϫts^tjSSK2vLx+aՠ~KK>.X%AA6N_иCsX9YGGxt@KG〱Pze0e.%9{D .PQBpg`5=7@E{̻hm5YXXiд`S89&,fCpfgUKԟ/lhATk&7ҍkkW81 2euf +e Xߴ$엡$/[nd# M/v΢$| 'p!Zm6mwѝBi"I8ne䛻!F3/*Z GlHm@<B* -%!vk182 'vE.F]Xt*y ! 5)v$|!c"YWuYv~sfKF1*X a@ -!Q0"a LM'E@!|Ym˒A0k -gZ8Uw7dM +S4?0Mp[tlAY]4Kchݸn6_ -M*ZLh.h:*Pc#R nc D[tXÇZkRP`?+7 2G|}r\*asռwĈ$;m)'ZRV0`0ޮv4On9,eq]є ](sɰ`,GOdUH*KC9Ǐa^~#er̡3 Hg4;z*kh0%Ʒ./+ -0Ǣ!h`Lɗ&G*xԘ,Ny<8 K2Pl\LEz#ɦ,/``.T峂`i`u41l859'~4D9}SW@h\ -8|T!Y O,]ʡ*WW'3<Hlf`@a7\1b @9) xKsGA&N cfQ9D* \y+ |8GU~_"4˦vWU9qaaaf΋|[r#BO|tvpZ7% z-BBA;rpdҠ}2 ]04mNgy{"* >6J#fQļP'b8).4=6?-~>!~gn2߇HfC`&3/[+Z eGY*)ZA%fLW-WuhB vz;Sq?bxc+`ꌵL)ןҁSy~N!pNG*]2|\!qcc'hkS3*Y≠bX?̮RCfMGz7^N=˩gԞzkm@϶:+r'B|^pp6yx`9ZNIF̐zxρ*Z}@WFe3_(D:b r/A9a=f`T]z2F4LI3ZqVH#ܬ[9oWH\鋯q_ sI1c.;w]Sq{Z {yWc./`FDtH 3ñ2U2 -:΂+kOn fgTƺܿs~8aAcwB 9[`( W(e(&|%B*\Exf uLa A|Zfz3f johtƛ }z-rӫemtHS4klb4Ԏ$squo޼ =yB0%*߽> endobj -594 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [470.844 639.381 499.397 650.448] +/Rect [470.844 400.055 499.397 411.122] /Subtype/Link/A<> >> endobj 612 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [168.638 627.425 209.918 639.762] +/Rect [168.638 388.1 209.918 400.436] /Subtype/Link/A<> >> endobj -595 0 obj << +603 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.692 627.425 217.153 639.762] +/Rect [210.692 388.1 217.153 400.436] /A << /S /GoTo /D (Hfootnote.2) >> >> endobj -605 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [274.058 366.191 280.519 378.527] -/A << /S /GoTo /D (Hfootnote.3) >> ->> endobj -606 0 obj << +604 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [224.332 286.657 287.303 298.61] +/Rect [224.332 236.966 287.303 248.919] /A << /S /GoTo /D (subsection.2.9) >> >> endobj -610 0 obj << -/D [608 0 R /XYZ 144.724 753.953 null] +608 0 obj << +/D [606 0 R /XYZ 144.724 753.953 null] +>> endobj +609 0 obj << +/D [606 0 R /XYZ 144.727 700.207 null] >> endobj 611 0 obj << -/D [608 0 R /XYZ 144.727 716.092 null] +/D [606 0 R /XYZ 144.727 480.476 null] >> endobj 46 0 obj << -/D [608 0 R /XYZ 144.727 613.604 null] +/D [606 0 R /XYZ 144.727 374.087 null] >> endobj 50 0 obj << -/D [608 0 R /XYZ 144.727 588.021 null] +/D [606 0 R /XYZ 144.727 348.504 null] >> endobj 613 0 obj << -/D [608 0 R /XYZ 159.966 148.741 null] +/D [606 0 R /XYZ 159.966 134.677 null] >> endobj -614 0 obj << -/D [608 0 R /XYZ 159.966 139.255 null] ->> endobj -607 0 obj << -/Font << /F17 400 0 R /F35 399 0 R /F36 482 0 R /F43 485 0 R /F37 483 0 R /F34 397 0 R /F45 504 0 R /F42 484 0 R /F46 505 0 R /F14 503 0 R /F44 486 0 R /F39 487 0 R /F40 490 0 R /F38 489 0 R /F41 491 0 R >> +605 0 obj << +/Font << /F17 400 0 R /F35 399 0 R /F14 503 0 R /F43 485 0 R /F37 483 0 R /F36 482 0 R /F34 397 0 R /F45 504 0 R /F42 484 0 R /F39 487 0 R /F40 490 0 R >> /ProcSet [ /PDF /Text ] >> endobj 618 0 obj << -/Length 2184 +/Length 2047 /Filter /FlateDecode >> stream -xڵYKo pU$ia 8]ZC !9!9SǨ%m"4z~nttO<0lnn -fda\r9퍔2}nNlS['#''e696 -E!X KuCyvcI]t`W< 86Iw!vȒmW\ƎUO˺ g=@8ON+/CH9%\6;T7[>y2b: ={G$3TEŸ1PQpxa8p$b\z7$XQUs& Rʀ15fQG6#(&ӱ#Uđv-Kwޠb#њTrIq#U%EW$gR-]km#qPgb'-t},2&Ϳ92KADk f*bDBF" W`~YXJmVZct@=`z`tQ2^ -]7#2gG ]FZ \.Aځqɯ7`ߣBշ*<ϫ|p+lU):S2v:X9u"G$d~S؝s1uQwg- G/.X:sۆG)زPÖߝIIwtx:#ϤKykvg_A?~R)`sg}<%*`.0n. 2ЀYPio!Vdy5 iۑH!4}#HcՂlR71LJ;ʧLS5y7C|HQ)AnΊ5U6f ۚ -^Ʒ e uf8_3CM D,^|ɎNt7d8*},0=+J޵s9VPHSXPrU6pZv) -%#4L(x 7Q\hF[-xm#-maAv54zPPぅsh}Lcpqap6dƫ[&l X”nX5\Zx9.:ȟƀsä׳)>$|Md7}y@Ի&.ۈLC4ZFڨ.lP4|ZL:tΝ;U@'TwMRG^2\9N"((-O3uFb P~Xpb5m*6x?3Z|瑖%z}cnҕħi -wW0z\Rvt>Bn"@U 5@oikjwԭ}z2DgMc=U׾`Q(y,a^ӠW>"dLF5Y'3lQY vg^XA]0+Q)K$2j07ڧ 3vdZꚉf|3Q_2bq"RkoS_)k+`'@/CA`>X=$ +xڵXKo6WE!R +0nE Cfw ֣GVDeL.MMֻ*2Q"9`QNrdtD1Dj]z6CtT'B*:撧2޶FO4i\{7?Mq;K}dYlJ P,#)$τ!A'Rޚ)} Zwlrf?Z5[PJY #=S&βآQzV˽oq}Qz +0|𴐁s}[`s>YuvVd)@KaEƌQ,91XtT|t A`Ư$?hX=b?3[|-:M$B<5{h +P!}xISY|`EÚ;C٣[?|թ41P_;a3wíq7#l27ïGSa"Ĺ& aO\^x'ښw+P{8t{瑔= V탾X)G鿫^sOG]`i }}m]{/v Ml4u>kL~ZHI3fpڋ.L7]PiPAWTg|ެ/mpг*jFQѠvg> +F\$b&+]}bѸ;fGHջPfEoJnFHd/)u4z_ +q!FnbMq’oS zڹ5G`9~_MmmF@PoxhGv|%򥤩vwZcf.jm ܗMUz-1u m`:B.o)9):ܤյ[n5}Hl{ء~+8t+"ax׻taT̉+.j.hrf;rģZf|EfMu5܂y> endobj -615 0 obj << +614 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [403.828 328.324 410.289 340.661] -/A << /S /GoTo /D (Hfootnote.4) >> +/Rect [274.058 632.184 280.519 644.521] +/A << /S /GoTo /D (Hfootnote.3) >> >> endobj 619 0 obj << /D [617 0 R /XYZ 143.727 753.953 null] >> endobj +620 0 obj << +/D [617 0 R /XYZ 159.966 159.009 null] +>> endobj 616 0 obj << -/Font << /F17 400 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R /F42 484 0 R /F37 483 0 R >> +/Font << /F42 484 0 R /F17 400 0 R /F43 485 0 R /F46 505 0 R /F36 482 0 R /F37 483 0 R /F14 503 0 R /F44 486 0 R /F39 487 0 R /F38 489 0 R /F40 490 0 R /F41 491 0 R >> /ProcSet [ /PDF /Text ] >> endobj -628 0 obj << -/Length 2621 +625 0 obj << +/Length 2400 /Filter /FlateDecode >> stream -xZKϯ-r0֊oj lWfnad#L~{XDewwrHd"Yt%ywͻ>2YNn ELL3Ƌf|JoJН 7i1~՜Onәw-K K["QA?]s.W=wє-EO4Rmm~n'[ƲB)LȻ/ =_iɌFd<7ҭ6[)eqcEz6[!DZ}-M [f$lW YfOkvU[=NcQVkN\9cDnRNY%[DWhrI$trXrwefx ;mS՗{ Dl=:o>~ =.kNd 4s6wN& - RSoݞjQq1r}g6tু|  a@ O -;9.1z.(@al TRcA [f#>G\]03n!!G'+WC Um"' ]V R]&ef\J~Fm3.6F]V;'Ktkb -.QΌ Xblpa./>:iWsC\ *.r w#DFh$cD 6D1`6 ۚeҘr 9Y ""R8 hc oA\ Bl-DnA3by㒪,Op=_BG6(ڠ %o; L'}l0?Oj֥.Bs(T8}d]Fօ[3C)g AօкYrR >Yvǰ=0SX\+FEq{o5 g!P0aJpWs<AL?X z2Ԗ -9L9?*%cD -4+Tdf™FUf[?w Ib:Vd"%Xc-"XPVPY)ޒ y%2PaT9x *hu -*:,}&|㖏68%p1o&7hh  @1|vIs=akD9aGi|# jnQ@5Va1p~4r9xkX{\s]O/HYح-m^.׿Dy;&zKD7li^gEly7EӮ6fGȂ]&b.ʵXrIzf՝0T֘0ˢJvԺǂ76v~p ݺre0lQ>Vl>[w"pXaT-ҞTGt8Oa殘'ȮtRPu*(2!E="6+Ͻ?aUK f9>[.1Yx#µͤ0.;:k<˟Ugg^ -HƳW !gz"vU@%Jb";$eky Hje."o{P$MrFE(RFwH#2EY +n}~sPmǺk7_6yQf\c醡jw Mv<[~vq_8~p^t,ʹ{]uLF6ѭeFo˖n@yN}-R$ZN*`9<]--D#5ix;:'!IR'+Qc_3i\6j"IiPWRX9Kkbc#ҥkQ s+XYPBJlfQoiܜc{D O^oOfo01n;RG#/.5R2r <,"Me@Hl`RG$6Nʱn|#莅?C0־?*(D XW%/84y7β)+taײo#2ćDX<=lQGD*^xF +T)@SD)4Ю"aO)nn%p%㉰&Y%VѾ"MfwsB.F3Z긩t\in3e<'dt2l|+ ^HDyMg#:RQd:%2t:0/LBAV9|J!\%H'ൊ+cVϞݏ( 4VSkA%{REr?p gsZ=hHE֡<)@Bd17R4!FR|/@?NK*Z*p͎9 0ۖ'73n~kzuW7t$i,Bd} a1ܙ?V&G\s+`zUr76oq\ sgV[ +v[L19n6\0剰yfd[<ïdCp%SS?sl p1q(":O: +\Exwe< +V}2S1Ǫow+,;w%_T*bTn TߧHˁIRLE7ubc 6{zY=ىYH$) a2)MA+7Ɨm +Sq/w7vX%0E/IEAEz{M" 4/7tYQd O$+T&l! Y")UO6Ho;dmTa[JdK )u_wxEqw2 \hݍ*\Qu֬rSbZ?e.L]Mk f endstream endobj -627 0 obj << +624 0 obj << /Type /Page -/Contents 628 0 R -/Resources 626 0 R +/Contents 625 0 R +/Resources 623 0 R /MediaBox [0 0 595.276 841.89] -/Parent 620 0 R -/Annots [ 622 0 R 623 0 R ] +/Parent 621 0 R +/Annots [ 615 0 R 622 0 R ] >> endobj -622 0 obj << +615 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [394.734 532.492 462.686 543.283] -/A << /S /GoTo /D (subsection.2.12) >> +/Rect [403.828 631.188 410.289 643.525] +/A << /S /GoTo /D (Hfootnote.4) >> >> endobj -623 0 obj << +622 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [235.841 163.582 298.812 175.535] -/A << /S /GoTo /D (subsection.2.3) >> ->> endobj -629 0 obj << -/D [627 0 R /XYZ 144.724 753.953 null] +/Rect [394.734 231.963 462.686 242.754] +/A << /S /GoTo /D (subsection.2.12) >> >> endobj -630 0 obj << -/D [627 0 R /XYZ 144.727 135.564 null] +626 0 obj << +/D [624 0 R /XYZ 144.724 753.953 null] >> endobj -621 0 obj << -/D [627 0 R /XYZ 159.966 129.79 null] +627 0 obj << +/D [624 0 R /XYZ 159.966 159.064 null] >> endobj -626 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F42 484 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R /F39 487 0 R /F38 489 0 R /F41 491 0 R >> +623 0 obj << +/Font << /F42 484 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R /F14 503 0 R /F44 486 0 R /F39 487 0 R /F38 489 0 R /F41 491 0 R >> /ProcSet [ /PDF /Text ] >> endobj -639 0 obj << -/Length 2775 +634 0 obj << +/Length 3104 /Filter /FlateDecode >> stream -xZK%oq,3$ۗ`f[n cK%Owg1=UERܞ @KW_VM:wJsFvŕbVؕM ­7IWe[q;(34/4~W6wB$8ƨ2$jԃeVIbY] Y.T%ߟY`64-qW7/~&79̥SiJ:N8DfVwQjoSl}bT6iwaiikΔ1q}4ȒSY43P)]cƮo5(!/zЪT>[~[\iI*?3 +b7scBtlf}*Ͳug˫tw '8K9Ln Q`3@JM1M1*/U^Mg\T L%h -v~3n>{ ;g2~Uj"L=p 5S)mӹ]?=}o|s[UH2-m񍧢k&qTP1;UP"P~Vhؔq-=vm#c\[=9|ߋ'Gby閽HkTN -5sC!\Y0MR2#KGƅQ\6‡C y򅿽Y}M5O ˃<̠O&ksuT*'6Wü:'}{>|BeSyoYm&W%S~8 S˃訆 t4i;R. -Nk)cܸƾi'`":*V:^9,U! -JꨌMH=RfdE ,tʜPAX>r?  ([`śC:oӹ˯0B.Dů3'B^w?9:Jg"fNɩ˾jN3#zKh̹iPԮD1dOEKŅsNE6Po:Ae;[o -VZr3z> SY0n1436E-r<.Lb%3ܽD[f6z0f+-8l$w*ΗH(K7j/Uw>H E]C%jT۫ ޫHfOD3 Y'?atv<٠#ۤh?R =">6U@)p !@'qXXd -e#Ӈ!S97)h8{ ӏht!G^٬*6P^=Pjfmd7 N8u!<?dTWχ9z%~|'~w,8ȢJ.fPhVLMg:RT 5:tu$å -01U H-x$ӍUFTeTpW*!XPMY6n$c,qUJzf/{7_~U};wX:E (*Vt!/Ҹy_CoQbTYW:~CRm/HReI&&ER'c(A3 -(AO `6`>\=sl)@[?KEЄZC T*0}CXTQĂD1yeg( ^S П%xO[ h s/\.9? R^# -zbzr>5v +>\JH_21}h̲MZBN8`B KR׿>sP`!taHm6|\! tu 8w@C.%Xie~r6ԕ5 e<ƕݱX?ÏϼRX.MF1/Hc5=nl[Z!;}A_T x0 _,:,l"$ k#З(H XX2RX E'C%^L3Bx E/޹J@OhYؿEg4'jPeE8Cɂ#:R пO4vox3`zh2b 8cg6I+ʈDFtG$zBs`i=)&KAFP)c_@ԖwB jCjOPa0(Kbu_% -'bV`> I%Ϗ7 +xZKoﯘKj_n{15{ lJ"v*{א#)!@.R؏ꪯl6߿fFm77۸,Rͧm}jO7:ۖͯGFL^B}j#}jnߖ5bkXd|hmpjj%Kß|cx(ql{ߜbqNǢv̝SꇅH@ yћ[ 7R`-#AQ*m?/;6{t,@۪fEr-'jUs)[3D1C JA$9Tmw mTz@ +F` +8-hYn?P` mX = b'/RDalP[A6a8 43X Ѻ֥mD3-Дmd{l]ʏK)*&(Gօ.օ-d]Egd]8|.l + ўח;\,j)P(Zm[ջ1}q> W U6-Ct1p9v9r<2^]5,SnD V +oA@]a9nD0%($[ޖ%XFFXK=uMY^5g$%`N7(%BI$_6]<ʢjgFxv.)zHI#q pX΍{?9"]i{nIw>9$+zGRsڍHnVܡ*҄ݞ1 Z>-{ڄHA}@zQUyW+lدId^6G˞]^gv@|ǍS1B=1@4*v{ЂrϯA\^S^ISg|ti<;{>C#u.  sqx bd R@޶_KN,n +r8u&K-uDU=c(Yͤ8Ҕi}m ,wm)x8W$K]ׄH}w:ئg~ 0|^C4CrS™׃oJ 0l٩itq,CqafXuqM=J{)ơ~rޫ3}4NP}x67hI^W] Z,ݦK)HЭT/VNH9PQ6_O"Vuk"=ӮQw Y$4Ro{NQf.ϧhTU2kiv]!A1DJCטRNP9vPNJ@!8Y$jKJvTlJajr:Tp3jeO%c+hdNBlL(b⡢t#{H*QCS:{ ߝ;Ru,RӪu5FW;NN@# IQ6&Ga_O~aK#mzBK~X18˯d2YzH62KتQF*-|SC TAsr +ǮƅʊlLD\81#1b^o<g0Bx5GZ2=ska^w9cBsCUeWTV ijL*6'oiOC6j92ä<́ JQ*ëӋE2ʼD +'g!@AO+87R~ 왋ؔB4] 5t]g^y|m)é_0wJds3cے&9"Eu8:1)*Jc%R܍O:O/.,K="\ҭXۆ!<5`HYyB{W6җ?}zT'~qEb!ǫX#L|h~WH"\KX1 +P.] Ʒ(P+]uW YQbJY^8ȣpJ|SOO'2!%!dVׇ;Ja#NS2M05ocfIs.)2!F{> EL~J endstream endobj -638 0 obj << +633 0 obj << /Type /Page -/Contents 639 0 R -/Resources 637 0 R +/Contents 634 0 R +/Resources 632 0 R /MediaBox [0 0 595.276 841.89] -/Parent 620 0 R -/Annots [ 624 0 R 625 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 641 0 R ] +/Parent 621 0 R +/Annots [ 628 0 R 629 0 R 630 0 R ] >> endobj -624 0 obj << +628 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [418.673 642.867 480.837 654.819] +/Rect [235.841 420.627 298.812 432.579] +/A << /S /GoTo /D (subsection.2.3) >> +>> endobj +629 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [418.673 309.507 480.837 321.459] /A << /S /GoTo /D (subsection.4.2) >> >> endobj -625 0 obj << +630 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 630.912 230.828 642.864] +/Rect [168.638 297.551 230.828 309.504] /A << /S /GoTo /D (subsection.4.7) >> >> endobj +635 0 obj << +/D [633 0 R /XYZ 143.727 753.953 null] +>> endobj +636 0 obj << +/D [633 0 R /XYZ 144.727 392.463 null] +>> endobj +632 0 obj << +/Font << /F42 484 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F35 399 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +645 0 obj << +/Length 2678 +/Filter /FlateDecode +>> +stream +xZKϯme`IIKbs!bfF Ib{Aղ=YKb_=an~~.~rd"KT?ld Ƅ*Aa}[}L#$onS& &o vO\/&WUUiL:lv*NNJű#܉._֒0}?|isg|u gu:84>8[G˫ eՉgکHdSaΨek43,ͽpGAy,"Ie۝ J^]P E׫MTXlLhLϼkp7 y>v,߼,NUN-H-W7~#X>?uWp:bu}'Hjݺ/G[I5S*vۆTE҄chT +TTh8 I {Sr8A"s  9fxYm+w%2CfTM]ltKIˁlss`~eSYU<-X0pչYN&2GhmՕ+R)N9i6ah\*KMO׮iMef~'T[,l0)iEֶ>q_73"`kx7Y{}X}ykYs~QaTIP"f>wE]Û&svR ;i5qk] 9域#͔pl!GjGEC`{"Kb5%Ipj)Z-]h~oG{GAj-aS!4t/(P[]F_!?W= %O@ʖUu(d2gԀ1wehڻIЩ*GG' t[^RH%n+n`( QK @Y1-y 09JBRNv$-m'N>}Cx(]x> 8r9z0ѳ) +0WRFjd?. , + p\Coe&:K@6p}eufsc Ê԰nհqx0y-C?J&Žbn~gt~ƶHavi/W7 ļ{Qvkl/lQ~ Ӥ\Hp)gN4,jxAD ,3 EXJLl 4pC;*Fl* DnE5+} =Cx\hO4 EȔQBQ:|>i)4`xsgtMw5 +kMH}0 ДNkKAJ$̾+ 8SԡiP88& Bi@HfyM3KA/r9Q m /JM#ETjq|ȋ UJCeB%Gfy jVPKH*2i:dX嚩yVH`3(|sGA1ɔP`53S)o7* bUhxE߶@x&R}C\]i<~ˏ4gplR?\+ChX\ L2=/w~<7ݹ?v`H*%L46YRLkU;3T]}>~mww[P4=,]'E?N? ,RŁ[RXrT)#C_ɀ[ñĸzzOgԌvY>hM4P +Z ~{-zR(Tx CJ4Ot j4@?!~ZOXPz MF9Ы,kK0,I@|||n-xIq I2wh\NcSǏc+Os gMgz2ΜUifշyU_`FASY8f!q] 0rrG,pn\Tf?t5j1*U:rc'XaQCc64MfBE(&/l5l7=/Txdod2Ng} ++ ꨄ" +Zdj AXWE%`7iŒ֋!ߺeAL=sXG<%v\;YC\acjp_@pƓ G鹁$C1"P 9?t+ ++rHv aQ DmnC-NZf.7rewF8O"<[| +endstream +endobj +644 0 obj << +/Type /Page +/Contents 645 0 R +/Resources 643 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 621 0 R +/Annots [ 631 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 647 0 R 642 0 R ] +>> endobj 631 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.692 417.338 278.643 426.192] +/Rect [210.692 693.177 278.643 702.031] /A << /S /GoTo /D (subsection.2.10) >> >> endobj -632 0 obj << +637 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.69 383.521 362.641 394.312] +/Rect [294.69 660.499 362.641 671.29] /A << /S /GoTo /D (subsection.2.10) >> >> endobj -633 0 obj << +638 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.69 351.641 362.641 362.432] +/Rect [294.69 629.757 362.641 640.548] /A << /S /GoTo /D (subsection.2.10) >> >> endobj -634 0 obj << +639 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.69 319.76 362.641 330.551] +/Rect [186.345 577.042 254.296 585.896] /A << /S /GoTo /D (subsection.2.10) >> >> endobj -635 0 obj << +640 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [266.635 287.88 334.586 298.671] +/Rect [266.635 544.363 334.586 555.154] /A << /S /GoTo /D (subsection.2.10) >> >> endobj -636 0 obj << +641 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.307 267.955 499.397 279.067] +/Rect [466.307 525.576 499.397 536.688] /A << /S /GoTo /D (subsection.2.10) >> >> endobj -641 0 obj << +647 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 257.936 208.811 266.79] +/Rect [168.638 515.558 208.811 524.412] /A << /S /GoTo /D (subsection.2.10) >> >> endobj -640 0 obj << -/D [638 0 R /XYZ 143.727 753.953 null] +642 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [185.962 258.585 271.293 269.985] +/A << /S /GoTo /D (subsubsection.2.8.2) >> >> endobj -637 0 obj << -/Font << /F42 484 0 R /F17 400 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R /F46 505 0 R /F35 399 0 R /F43 485 0 R >> +646 0 obj << +/D [644 0 R /XYZ 144.724 753.953 null] +>> endobj +643 0 obj << +/Font << /F42 484 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -650 0 obj << -/Length 3110 +655 0 obj << +/Length 3355 /Filter /FlateDecode >> stream -xڵZ[ۺ~_@GJ -Mh})pH]lڻ)P yù|Cnl4x?=gI -#LI)*Rø(uy˯4S҂IGD5c(ij)ŷ֋rkBEs쫦guS~Fb禿~qI?ɏV:MMe)BvD$s W,IQǻe*{I -mFv#X^[KəP2Z9˶z Tr[j74Ҍojme=#^Y{>+X K}k^)բiQ{2LFiG -ص rd| ;[oa#7xw7_麲l{DS% _/sP FjuGK64狝4 ,lD=/qtG\,ms:M?T gU v`-vS}GCG ؞z=x n5N?Ym_V:C-N]Uo'˙ -ŨY4|wľFb ԙ Ԥ4$TQ, "eBif6SB8(V01BREW73 3{%ӗ|Wh cXo\&:ZXdz8M'{8*͐;2/( ->¾I>͑4>0|n9}$GQ.r)w/`4ZmwLHn?ypǨkA1 ԗf^nYkvv)I}l -^|XA -m H [[I6|2ޥE*r)":xA> d"# Ry3=^| Yר4%r&8tQY`ºDY( `<08oJGl̹t3NO(,C*- T~=$4ϡK?#xOQbT,-<{(cyH <@S:Y4:$Oqr_ՖZJ4ȣC'DTH4@voC[|00 $ * VJ; qGE^mQ,P9WgwvVM!D=Y;K< -$[k8!SnrB5_1))?D[u1iшM -bg{ƣ!SDlE1v-o}tCQ$IS yaO?EAd͹dxA'̀=Pf(Ȼc0j9D{aJ-M2(v0R)ȥ gX+෡?"@n+R2øTP8AK{Р9T!q@<RA5FLdo kN[ƞ!d$kqjvpivwH?X5jbxkf>\ZjIk9XdI]نuSMD"ϝ")!<@S7A1C=fŌ]^FjyCml7}SS^ވKڌߌ:tLZ‡@wx"!gӷ1cs#=1,kqC"fFgđn'X7q ϋ/(&W@ٴC\ &p&}q6ZWHsES(˙fvcWxL#0"˾ʁ3*_T[x + n\~84ԲAD/XmX=k•8&xnJR':n}&Q.+GZ8go + RX19wy'.ſ;׬6L6z-m`vpN*EXnxOEYX4 ⥲ +|MRµ;Пuu<\&t*e䴆pd^X?]c-WL {;4m delB+ҤPmL[* +uЃ.B{PnYU)܆Q=`~i6\N7NTglƔHSa{{ 6a&Ma1m&)'.;#Ĭ'`+ Pd2}v>zM9_:aAyf~][)sӳ͏Bw~0֕03Vo`ҰL(\8/R],K`Sx5;_J((姀jy e2 A M1 (d_Km`%J\Jalr.=)7ф&Z34໅A( &*b&+ "X` ;e:@sCzfgdF( $ m8:q hPkX5uc|,tx aVǃ7X9tHǃiuRiddBgu-A1A|+z NZd,_ӝJtBrmS[ OBfJ\U̚k qvHn5DS1\j*_17Lʲ ؛tb>r&K$PøZK.}ye[*RsC +|[m~3; ctL +)Vi,xh$8$Pe~c פX#cY0|@s%3pi`lWVP7=Jj64v͹sytR7K0xbV7r/nqZ>MF#ݪsT|_+,3cQܰx 7X +ʔj=pnC}TcKautit%V$9a'E˔H(6 +%WNU2YK8Ҵ{:sx}Ld3 @<1h!g$\X +7aE"l⦁Z|#PDt!tnDR7H@Q|^_MPeB(XVLhQIRzVx3 N\w/m !Nͭd|q 8}ޜz=G-mzi`dd͢-᭲1a +XN1 rp},6H!ވ$Uvh dS M[l6ˀY4̤ 𝮁z(w +ʽjtNFI|.&Ѕb66D$'Z&=~ZXX)m)s~+`0'[~`}aҤ3`؁0Gv̲7BIp +m 7$Ħ\LH.P#E'&D yQk'A9&Mmq2=Rei/+9#K6\$dh!ǎ~OC[ȆuY;nx +Cn)bekܔi*R~k]A>U@Gais-8 _n8okX'Pn +S״L3 +W(SvN{9I鮭)K }).CR#@U:"# !dːu浇6AKh~-+h)[2]|3iNPmH^W>h @UIP1`cS|Q`7XɋhSʯi>Ra6 yG^)cB׌dnjCц(*QР^Ji#*0+Q: +pfķmߣUe֢=9׃S<#@q\ëp):$5G}L9es"I +BȂ u ]@7'.҆d/9,.v5ґ@pp۵^/=5Z(:AB$S&4~P$S0^sc8zHSr^Eg )ZHel'­T(+f-MkN? cbd XOEQ?l SyG*q#ULYt*0NrDOa`c7PA kl|76dcuWߖ15M?p7"%ڇԌ S5g ;bpkr\;#8>!XC}žD7ASR"+5 nQÑ_2#Z81'd`gtZv Pl0(^dR4 endstream endobj -649 0 obj << +654 0 obj << /Type /Page -/Contents 650 0 R -/Resources 648 0 R +/Contents 655 0 R +/Resources 653 0 R /MediaBox [0 0 595.276 841.89] -/Parent 620 0 R -/Annots [ 642 0 R 643 0 R 644 0 R 645 0 R 652 0 R 646 0 R 647 0 R ] ->> endobj -642 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [185.962 585.36 271.293 596.759] -/A << /S /GoTo /D (subsubsection.2.8.2) >> +/Parent 621 0 R +/Annots [ 648 0 R 649 0 R 650 0 R 657 0 R 651 0 R 652 0 R ] >> endobj -643 0 obj << +648 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [306.51 463.648 312.971 475.708] +/Rect [306.51 563.714 312.971 575.774] /A << /S /GoTo /D (Hfootnote.5) >> >> endobj -644 0 obj << +649 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [397.204 451.139 461.081 463.092] +/Rect [397.204 551.205 461.081 563.158] /A << /S /GoTo /D (subsection.2.4) >> >> endobj -645 0 obj << +650 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.307 451.139 499.397 463.092] +/Rect [466.307 551.205 499.397 563.158] /A << /S /GoTo /D (subsection.2.5) >> >> endobj -652 0 obj << +657 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 439.184 178.813 451.137] +/Rect [143.731 539.25 178.813 551.203] /A << /S /GoTo /D (subsection.2.5) >> >> endobj -646 0 obj << +651 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [192.118 439.184 254.977 451.137] +/Rect [192.118 539.25 254.977 551.203] /A << /S /GoTo /D (subsection.2.6) >> >> endobj -647 0 obj << +652 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.772 357.988 286.743 366.842] +/Rect [223.772 458.054 286.743 466.908] /A << /S /GoTo /D (subsection.1.3) >> >> endobj -651 0 obj << -/D [649 0 R /XYZ 144.724 753.953 null] +656 0 obj << +/D [654 0 R /XYZ 143.727 753.953 null] >> endobj 54 0 obj << -/D [649 0 R /XYZ 144.727 508.935 null] ->> endobj -653 0 obj << -/D [649 0 R /XYZ 159.966 154.528 null] ->> endobj -648 0 obj << -/Font << /F17 400 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F43 485 0 R /F42 484 0 R /F45 504 0 R /F37 483 0 R /F39 487 0 R /F38 489 0 R /F40 490 0 R >> -/ProcSet [ /PDF /Text ] +/D [654 0 R /XYZ 144.727 608.447 null] >> endobj 658 0 obj << -/Length 2746 -/Filter /FlateDecode ->> -stream -xڽYKoﯘ9>ŕq1ɱv`OUW5_Z'GgFl~z'w(MVq#SnRacakZ߁LU `%O@fJ,MA]VW16L1e*MbnI۝uҾ -恮ߪ,V? m*z*/>p{WweS]tw0Y'IIIB,ө@utڪ4t=;Qҹl9=mcee'ͩxtUuE[nMfYlt>Yq -qcG 8J"^J=WT^DEו 8x?2)\KU%-"*:lHE7Te=yLpK93kdw hM^^:JCw,.UzBLC;ځ!*D ?hT ٕ:U~\ۖӏ_0ڴ-O\:RsiPd;IiD - -3|EvKv3Xt[!s(i@rlW Y=Ϟ_cL$w_ͅvyžu id7ύMd6?V~Q; ZCid$5l &k`ʧ6vy4\\v ]ez>_7tpU.SF -_(%du>.|GJ,(vR1:6j>\WVޘ[ae=ђHA?SE~TD³a'=h`1f+nn%umfρ˰7x$Eǀk._?;LĦP?]T(2=;;^ZCKb(kA`a4!A,P -f1}pg& Bұc+Z{);}q7 Pn_3R$q.S`՘5<7@kAڧ>,[Jf) Mf)/[@ꝽGwLQ|I/ogkV,(}zaTS@~o.c9 fydZ@և ;x߂.lzE} - -|'eqz->!q+ "3dL@L9dO 2XnFY벖eOH -2mR -9+uɵB7i9]Vk 4յL p&4pK@YqFaH{Rro;wJ#.L0pg ڍ卼&ۥl}T=:tWb#-gޤ4|+FWGR}[ie]0>E.8a"G'9s=7_(VhvgiѲ'o^uST6RB\b (i|.p3_M1+_zGY~rN8!61-| B!ݽǒ q٭!+Z65a L=|`OM1e[P7[# xH؎\H[5X7=YGT:ңt,1(0F;=͸+9!Kcx{k ١t/t%$b @ -JIEVsRf$\h kk&de픑 $0/eʕCƗjAnh>]0XH!c,m +`"NGڈyrqVH׬ݯ'3Y?Fn"oƳd@QuKСG :g9?O%ʬoݵx6` -b /8 TLkς Hoi8~R?/0 -fDE.lA72`  -=d=RQ*&L&ajLpMX/ܡ/.U®ji<%7 s! Zl/Rլ'zv/}JERZI5n b3cZG_'6f3{{? 8|"Yh^w :jvၖCxwzZtP̳R.)GzXJ~3ȟ-@r[\=4Pt9C\¢7IEq}ZX> endobj -654 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [161.438 409.242 224.409 418.096] -/A << /S /GoTo /D (subsection.2.3) >> ->> endobj -655 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [284.231 124.311 369.945 133.165] -/A << /S /GoTo /D (subsubsection.2.2.2) >> ->> endobj -659 0 obj << -/D [657 0 R /XYZ 143.727 753.953 null] +/D [654 0 R /XYZ 159.966 139.255 null] >> endobj -656 0 obj << -/Font << /F17 400 0 R /F14 503 0 R /F44 486 0 R /F43 485 0 R /F36 482 0 R /F46 505 0 R /F42 484 0 R >> +653 0 obj << +/Font << /F42 484 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F45 504 0 R /F37 483 0 R /F46 505 0 R /F14 503 0 R /F44 486 0 R /F39 487 0 R /F38 489 0 R /F40 490 0 R >> /ProcSet [ /PDF /Text ] >> endobj 663 0 obj << -/Length 2729 +/Length 2794 /Filter /FlateDecode >> stream -xZKϯ-20o)@. 2 Զ-l9IUr#aJ1+ʦqv/ɮmuxmQ}OFlװ>}x.>LM{f͓~Lv O=kӢ#VEו;O.!#7,4k%\SPr& ,FǬ>bYy?;'lpݟmUߗ0½80qn&)3BǗ2݂ 9ВRXm E^7~ە5l`bEf,x# " -t<nfpw&q-lҷ?}o)N59)h XndLiD{KG:>-!€Pz,DڴHB5{@f@Sbw/i{VLGxS:g65w\7m&>R%D ^@\C[u^ 2U,38wN-MeKE&Z,MȄ& [&nçbn[tgS+x ꟗ`8(+ϼ MŤƦM%+A0 a#Vx*`dCd3JI3sC> ggA'2p)T 4\MA~ S3sA%W* =q4 ѧr na1sG= 2bf:g YIglZ5{kYFX\];*L TSwAP}QK&SCw:;rڔ7>Ӏ$? 3$3=ԮʓF8yWsݓ)j yYviYT ZBJD*QI]۶5)C𷭖CeX[VkՔ)-dc Y %ՃƇ Q]Ah*XHIR}aQkV`QTe_EU`pQE)Jn"EPQDqRf:blT:~";X?̲dbv[u!^(OrTca LR˧@Jnb+].hc:Ĵ~jDi=u+6+ u M:.שlC -k,GSGz" SYک-;r[ DLxj+_{P嘢&,$* ͣ,T~}j`jr[WtB!2H|ED c>icnDfhChs!nt -Y2w=7Z2jg?=P ]ݛ<;Z'!;ζ  ~{"CѥKɯ!S}L{J==􄾱 ݽa>C^Idq+![1z&t#2iN |S".$Sծt+{|\):8'NZ")T :,/xzS`3U\,,/ʥPک\Uj[CQmYlS8'H%dž/MT7]W.IBƌBm0f~ETk URb$ZJ* -NjjR/QQG p\|4>gZ􈣧rVSLF -Z|PI2#4(3p%i Aln&5 ۶qSoI~S#8E=k¡t\崄 -( C;*PEAקgRf^)lBt%hK)hxYI -/\{x'm( -alpN\uD Zx,j=63Ie@V$!K/V.9~Bː [M> -1r%bo:WU Ħ-e[Rd AݹT`=$ $c*Bbͥ1L{,9=Ⱥb gn#hDj4/o_`p3:y<~0r=f8JH:EEmwhcɁsi! W `KN6pH*L]<2IdTSJi٠Nj8}sTQjVi$eI>/5>&lāeXx*lϹhşVXP6l+%5m(ţ ɒO)ׄ8%mt#4 *:vͯ+Rֿ-2?0Y25ȄNenɦ%ྨwAa`ڧr;ZFJkOY-8BM=ST +xڵZKW`d v{a7D#Zڱ`O=Rf$0lIB.>Ow~E.TBY+2-2 +vʙeݬƘe8տ +?~"5XL$*a:*c헲s}8mͷJ-@b3N]*~+Sܦ>Ζjҿ{ndzW7%np-0&&zS۶h09aM^c֩VJ䉗vpu +X8@cX#ց긽D֠,sɔ8NbL?WiLٔG\k'+w![O9_/ئ啶+:>8%4RfY'#|C3 ) ++Mcte"2di8$8CGCp|¶cRFF̆ pJԲGh\dy*,5dbc (-LX܅w yEƦM'76 Eǚ'JѦQ~'&-iq ,îSAxZ%ɒ +SW`.{/uU, l!k\ds*.M^sYD]6qof穼蒐v6: @CS ߡRI +(c}LJXdv!}Eos~:<愀pc .oŶvAK|f.j+$p'˶gVAY\h{s#*{Q|ԕ\R "&7d쪐:[=?EHd"雑 r:ۀȇ&I$_0Zɜ ')Lȱ.r_J!,E +tf&7T V<pgukJbL)E8sPF#~~EFi8>2yW)A,ɀԬXٖ(eЅr|I/n\bz`eOUk^]z{i1TrZ1J)9)&x$CoS}L5פi׳zDX+vOdpA h| { %jWx_{]8,@~Tv?QO nيT%ӼI98dHS=dxT]+AfzmklѕjX!zQ3Y0۲vX0<"?ԝ5D!cpQ| /W>bY+X VY>Bk}s@U}9 `|f8F NTG*LPڿ WGoY9fyPOvTo"u3!4QRI[Ce#PI mDGSďW6NO+ X:psorAOUkRZGpOh<0okAu|q ;R)ug$AlUeȸ;ܪ}uL#ΈOXO[Զt`[rpЧ%# JNCBMqfV*W21k{HE%Wk/@i5yȘKABvt.׺O1J5};%JEL՛Hdc3WQ߶hY/]WǒFoIkM€-'Cu R7Ӗ3TܟE>i:.q7 У'$E j5$^jSY%O"f=Π Grg#!u 3lWmB/7tL>yb{Qہ0F@iQ}R4fONO +wvaw'W)=$edB2"ؗRJx>0|CRM:A2:;-4d;jny{?m[vHU^sڟbKPYL +z/3wDukVԈt 1*ZhTL>s۪=K,3|DBI6%SUM|o\U2X8QdK״2 /\W_^kpr)BaAQJR|,y9?yvX=Wi'TzUPI'$:]?F!K}t -'(ǁ-n_Gh3R+2;iFHt8և=ZOf?<:HuMZfN5ڍZ0]y5}RXmEٸФ=0¬뽐Ԙ EVȹoיּK}hZd-ULcqgU&L0WugqR l2+?ð ԋ SdAn +i5x=a +6t%q[<!{1G46Rvqls/8 3xy昋$ +L-F0PJBt1.pv/wUқ endstream endobj 662 0 obj << @@ -2598,34 +2559,43 @@ endobj /Contents 663 0 R /Resources 661 0 R /MediaBox [0 0 595.276 841.89] -/Parent 620 0 R -/Annots [ 660 0 R ] +/Parent 621 0 R +/Annots [ 659 0 R 660 0 R ] +>> endobj +659 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [161.438 530.465 224.409 539.319] +/A << /S /GoTo /D (subsection.2.3) >> >> endobj 660 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [270.508 153.258 333.48 164.049] -/A << /S /GoTo /D (subsection.2.6) >> +/Rect [284.231 248.715 369.945 257.569] +/A << /S /GoTo /D (subsubsection.2.2.2) >> >> endobj 664 0 obj << /D [662 0 R /XYZ 144.724 753.953 null] >> endobj 661 0 obj << -/Font << /F42 484 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R /F35 399 0 R >> +/Font << /F17 400 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R /F42 484 0 R >> /ProcSet [ /PDF /Text ] >> endobj 668 0 obj << -/Length 2212 +/Length 2862 /Filter /FlateDecode >> stream -xXK6ϯ-2H%J bї [B˒GFcփíHdX*by؄߅ۻw_&y*~)%"n5OmA0={[Rכz.Lͫ(lYS*eM}K Ӛ8o ҚaOp(yG\:TUC ':ZhPX ؞I:U܅SW{:Px4[Ӳ*QOk_P ic龜J8|5Y뺒uVőu9V)|f1%d~G/tT<r83м+k{~3}{y[pщ??#Wnƫ ꜘ튶Y8|Π%|= %B<9g;/ZZG%ԓ28!)y[Th S$(`ʂ UH">D(XƈdzEto(-O\`(X FQ,b't^Ӎ|(gra:WG-3O-QJw|xWD!edpȼHBD2&؎5 RG ?f TLtI FXpYEѪTY`?IH(= JUW}|`kJ]Z.GZ)2) 'ϻ.LR몋䒮8hjˁq_<Sʂk|k>Ul['`[$U䋠H򫒆|9źafn\;OQWմ OeOus8yG説WJg(p>Vxj] Eĵoj,D7T9iouC[sl|@ N\f'Q,L/AϳYDRddssS:`8q*>`HF7:ᵑ3:zfiHp "cJ#(7eQ&|G=K7c^;"pqB嗀xsm.8Bk@GJEYi -4/#XPgZEچ:PX8e?KP!Sy "dž ]ͤa$?׋P&ܖw&THFɗ[t?zjL8ҷOkj- x}ׄ "c\w\{L qU5:%@ҝ&LNV$24@dEǠ?ki7]K ?P7X.hk=#\dUepҲn<͠lU3UD1FLQ%&=ضOJ?<g{+M!2NY\m׿&3g#A  q!za9M !zm^X^;Dt{wWh6~ E"sW>wD+\¤Uo"/E:4Q1ҡRCUthry*\Ͻ΢qd6729zIC;g$ U nOnrE(vI'w1p(E +%r R/͝E0֙+.Y!7BwlюBuu}pD)+w;T +fsF8;c,iȊ<@"C *aI)FXH]iQiIÄ)cDy@t` /XHeG˗5=w侾$G>cuB^Ɨ.C]h`tq2QBZxVGz<2":m^r ޜ8 q՞Ox:3o\?QɁ2 nM#d\ a[n'[0di>ӄ%\Hk^g,_1u~,g +=:d\NdCޅlr楘1caG8@Y|)q-1'vZs9hF1pыj̰)mt>-#:bh|=RBT4U.Ù3)`cÍy=MוȿD}ڳ +rS9y"-eAaWLj"/0r!$E йo0O(ԉ$ A7^.f2O%m'%> $2T7|mP\_y_G5B Ҍeh`̎|-nnn>\Ο#Wl8ST5#s\RFE\gxPjL!! FG4;:t@f/ĨPEK$K;bUYZ6v6j N ۶ x:oY4):<'[d?|A4ɔ{K70Z;TzK;yu\V#Rbk+@jQɀp=p|ْ]lJCa0jACIXМz#=Vq߯-Ĭ>cs<3Mmpk$IC` `{BvaoR̈})-3U `迷!R]M"N^2tD~",R'Ȱ ##/}s({Hu̓nWcf>85 BcIs6?4Ɨ + IBJbt>]_ֺAu0 34<$Sĺo)=#³Ii3#FA2.9%cz%D*O &>r#܎x#^>5 >flF8b=58S,( okZO{T̄Q<5TY!ln'1#D^5v2 Z'He_dBPٟ[i)/{Kti6χ7DߎX!(C=c52Dmqi$)ѱ0e7|  -g + /Q*.0V"@9`t 65I,Rd,vTVJi0{[`I?)-@9֤+r5G`\gJb٫Y_Nfnȡ&mc3!:T\ 飼~7KAu|m[[kpo Bmmnk 1 7KC2/l@]$Jo"U|QO:Ə >:{( ;$!h+OHpQ';#Ѯ^/Gٔ 4r񭇿O|D_k+WOȕ}ͅav,GLW:LΉgf(;&/B";b&:E(Rs6m\^aސ69;I{C endstream endobj 667 0 obj << @@ -2634,73 +2604,84 @@ endobj /Resources 666 0 R /MediaBox [0 0 595.276 841.89] /Parent 670 0 R +/Annots [ 665 0 R ] +>> endobj +665 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [270.508 285.595 333.48 296.386] +/A << /S /GoTo /D (subsection.2.6) >> >> endobj 669 0 obj << /D [667 0 R /XYZ 143.727 753.953 null] >> endobj -58 0 obj << -/D [667 0 R /XYZ 144.727 542.808 null] ->> endobj 666 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F36 482 0 R /F35 399 0 R /F44 486 0 R >> +/Font << /F42 484 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R /F35 399 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -673 0 obj << -/Length 2075 +674 0 obj << +/Length 2682 /Filter /FlateDecode >> stream -xڭXK8md V$z-Ld2Y`ҷ6m%c4oNZdX,㫢a>%{.bu_ReVʤӬ^VFY MIy׮EhoߧDDڤU,6QTv4::"mZ"qZaYDGRx^o23ChZ;:\a[*O*M.&+rqz7ˤqt uG,:4W"8VСx$ex4[d<>oNoq%ңi:iM|NVKwh HYx-%geH8@9 DIW&dsitmw'pNQqKأ"`"#G\6/92+<D DRQHw5iʍGLoRMfFi4:["Ѩ"!Qz!eD;A]Δ*e GdU,%8$Rn:GϞ)AQ!hfP$P.H -<x7wOIo$MoF a6ɗztQRT wx؀dয়Ī0Ӹ9v]ުj#ូº KҔ9 0[wAN.}a`APHeIмKde+n'opz^4"zXoVB*PGƅ`_y᳡ mEN):|"zX{ޗ$p@ENhfcbGlON"hb͎i:kVI{Y*Z!gE$S<1XYf_lT$^2N*kIvu%ۅvTT9"AI8qJM%/,fCCJ"kj1[4Ʒb'RR@-$𾃹oFդ@G^N{[YAR`tAg6SGX4i4f$&th8pA腤f{Ă1 _uR>(e=p>=ێY\x,49`XO>akyߖ\՝2Hd-̿PKoB\N}FML* (*bY,V*+fL a( +xYKWfj cT鐤$9){/)+,0\4^ӯ\drɅya{߇.D'NEttvy׾_Ͱ?Rgi;{^7Qyb3ʝuÔT9ݙ[SÏ;}<#HEWBkMYv,䰮ÞN[=1c9" +|¨ō"LM4OGY-TowMrfi;{%ѐ\xb[#+& +o\ +f3x?mh3K4d0 8ij(D@&=ew>m+s,f!.^cF"?:GrdWI\T<,c.:RxOgg>KckgsAknjڱ>{uOlޖ]e/cݵolb{ǩi͕{}_Gs.Ó#Е' ?Xz ?~;(=E0 GI@A~BKGEe(ؿ^<~$x:lyal3!$\|;Eon# Q֎K&kz8ю)( >`b +7~'uGP $x7"ٸ!N +x3OL. VH~NSyq"|g|x- :3e^AE~E "_m@ÔM`߂'5C(3%0AkQIg@4 l HX[])0 XZ [nMhBbI ڏ_F`:5#GbZ·Z{/,H%wi+t_as7Ljj>v`IZD8*,0@ D"P:hρalTJ67.M]#ޅ悁~3g[tS7D)p)Ar)z]jJQr-D9&d}=$W/I43ŌSߒљP#@ϲt-3n;4,Q{y$3*ܜΓֵ{FUT UQ7'Ӗ{hm(A;n` /U *(k6ߧA7X@3KaL 9 #:U7!Z.0|^i݊*u5n˘'*,AQ̲#zƄ +ՒԾ&$njdKC KڷE4^2L_ n7_NyF=EdKT6p 栰2~&e"eR +vH .%>gEO7S~N;d) !py`XABA~_ûv*WJeqLP`!עWB~ɂY?uÜ*W^0郉Qݟ % +0a.`CJhC5oa7]_afs%N=ؙ\K(ǁcꆙ\¦XbKEL fY+xETuH2 bt.p> B[3PD).ϛ3gTwV,qLUcJ4,CZ{ IȠ-yLp `V< 8X{.0Jsqݼ(Ĺ𒋴V IZ>T3jv#ax0WJ,6 І]sqMO@ ,Sju/#,[A.`]븄v,3?ovrou;g";\n34t&HkB[~7 xm[l5QP2exIMoi 5l-Fa,A`&Q!|+;nÛoa0 }+d{rlS{!NB61+x#=9aJ5/#9 HϵӇDiH@Jkg$v*>*Og> ͳSEC,УQM`KglH(."w?R]=H52~qMVe;g2qÁ{@a%v@0)cIT.Y屯YS2"0qnu~Eqr\C0R> endobj -665 0 obj << +671 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.35 601.122 396.865 611.913] +/Rect [328.35 216.119 396.865 226.91] /A << /S /GoTo /D (subsection.2.12) >> >> endobj -674 0 obj << -/D [672 0 R /XYZ 144.724 753.953 null] +675 0 obj << +/D [673 0 R /XYZ 144.724 753.953 null] >> endobj -62 0 obj << -/D [672 0 R /XYZ 144.727 716.092 null] +58 0 obj << +/D [673 0 R /XYZ 144.727 716.092 null] >> endobj -675 0 obj << -/D [672 0 R /XYZ 144.727 540.36 null] +62 0 obj << +/D [673 0 R /XYZ 144.727 330.591 null] >> endobj 676 0 obj << -/D [672 0 R /XYZ 144.727 263.354 null] +/D [673 0 R /XYZ 144.727 155.358 null] >> endobj -671 0 obj << -/Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F46 505 0 R /F43 485 0 R >> +672 0 obj << +/Font << /F35 399 0 R /F17 400 0 R /F43 485 0 R /F46 505 0 R /F36 482 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj 679 0 obj << -/Length 1766 +/Length 1722 /Filter /FlateDecode >> stream -xڵXK6WVX3U`-mSE>Hrڴ-DU=5ᐲdkw=Yq^?ٯ~^{38g,Cd1 x:[gOKuiʶ>"ow|FZ5:\ECOW j+UVu6nAf`əx@J7.BN.kӴ{.q{&| R8ĭcyx}1 LA4-Q5`0a0~3e+΂#|E'&L,Ϡgr?BA"ccT*v*qjuOTZ*n(?cWWS}JG{˯9yz47+=ŝ.ܠs-4=DlRt}2Zu`(pܠ - ZW.atܭ& ]"vXu}Qoo -x v8A{l[e_9#R$|{*ß{ €#֦LtVi=m0v]M+wgr. -3]J+ -NY!Unk,"$^^lC3bU܍~HÓq!`2kv{Q I%1%EiJd[!hHM1x˞^Ԝ 2dQ T6S*u։#7t>GÂSm+!kb;rz1ؑ$ ˁM7X=3Dtgfvj(tř-v\DP0َ=<~  -Q]Ox ~5#KUIt-P㦛iL(N)Ŵ J+b7"Y-(o{c?ͮcBs -V+Z)TB9x= Rt"k'&,ƬgQ"r5Ιok9gS4K=  b~'ӎ`66ם/Wq6C֪)&Xr4m/8L↡X]<0br/|{ >KSa.۪oE{Y @NpG'Hn7hOC:^n&G)Yl)7?IB3g*n/w1߼ +xڭr6_[X+Qԫ39;amnMEۚE7dPfӽXxt87!~C͊HE:^")Ld,LHjn!y.D6Xbi9R +zU6],W7ݶ"TU+UPx}4J}%Fu2̥l׿>( +$!;xDZ'K)V13}VD'畺 c*B~Smje_(%o?tiSED o"ΛP9o$rYD$W;U+SZW +HÃ?#TQ$Π U$/(6I/S8 +\A`WQ}.uf.ݖTR.ϸ7%^gءk*h`2||*- x1xE?u`gM>lWkǙ GtMYr!'(2oMXm;9ZaΩ#V5.MЦ-&@tĤpRq;[3M=/,_)bħ0 H0@ڮBD]Fz,Hfz@iGmd|:WqDwo?u8 "zi$֔ߴQ@#QiEAD(ɑo endstream endobj 678 0 obj << @@ -2713,302 +2694,301 @@ endobj 680 0 obj << /D [678 0 R /XYZ 143.727 753.953 null] >> endobj -66 0 obj << -/D [678 0 R /XYZ 144.727 366.92 null] +681 0 obj << +/D [678 0 R /XYZ 144.727 476.562 null] >> endobj 677 0 obj << -/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F35 399 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> +/Font << /F17 400 0 R /F46 505 0 R /F43 485 0 R /F35 399 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -687 0 obj << -/Length 2605 +686 0 obj << +/Length 1941 /Filter /FlateDecode >> stream -xڭˎ>_zor\  G"L$e{`쿧Tk4qrzd. 7w?v\qveøVՇu^7[)=?=m"]׭CZ9mL}'W!O܆}w ]}:l>u VU -'-]OG.UYCٺk -~(jׇs~p/GdA_h7[$EY,ȯ]{\ɩld"5p !w"X2JHX"3TF L ReG|lۑBI_M`nEY 2mw TCz0,KOjx3XBBf ö]h9|5QaiS"#⇞Gq1; ́TDE ]NY `nSY슮 Ժ%1"_iq,sy^Q!cCP| Y3K xGk^EVLs>d)V"O&fbQt=f ^Z) -F/P2Fdn,W iCty <}evLE* 3d%= wX"\yX?DAL>e2ف#D7$>Knh8hnK-}@z(jTvEbI"nh#_p+Fux ud */ BBkH 9*IRJ*ʰ9,]IfxwA(_T -"nC1bhIPuk—5=w\PtŁP * @]H"]>  ݻ\vgYzc?!ySK$ k5cZ`#:q>`)ޅg>O׍;>?p_HϯG5zb}dY*6v aJIIZ(tѡd WsYBcK`3z]WUwѶo\|*E:EQj79878I"cA7x`! &3 S&c0>A:,%~b@,)•{[YY+!.:YkxL`_ࢆjǠV힦HW'zQ-]}R,e5I?I؆]j4N8)pDe _\&Ru-~E$AsMw]} 0(5g !.!צ&?p) -`+$'4*ڤhF/c^֪+Ƶ׫,uxaٛW?lbuzer"f_ 2)M=2D鴭us)w07?C q:"zո?b_Y]? _G -AV\P{ǒr\LM[aQl cHARlW UecDzؙ)Aƶ$:0tOv?ԉjJhWS)MCSu Tp@tES'Rs > + +ME +5u{Fo,r -qK\Y+AsV.a _BRfrE|ç`Ep7_Y܍?R_Jql>,MT'6 Q +q2|5m}Fٵy^m6pB9hT)-<ۡFщM@ĕYKҾot8쳳)1OQc,b}ֵ톐`6;M2T2z ޹fZ֝4aZAQllo˅L-;pm[ +/s%#+>7Yam4jƽE̿.5pKV 'w\Xx:Ow[wWgy!&yp玅\BJYY6{w6Q +<*O" +8[o>us++[޵'a[ cbMz踵r)H{\P H0u̽WL 'ÓZ, +[QmOtu>aiKۛEaq@%@#qlDe$W iWhqK) 8nJGC=GF7y9w-JYFcۦy[DbPq-8T`e{d e<N_UFcisO= &IWuU-dJ 'KSp 'rB||X3ǒHVQqB:b 0 슦̗pBNHpWoxoʶ, &$ W8IѼ:UtFY:Nu%v5sY7s"Y$qyͳ@1wVa鮝 }K G:I4?{#bT뚎灱} J w2EyQ3Jh~)*eP|Xh ũڅSx𹉥dȰ^+ ؇ê>? 22f! N 6%n>s8x6 rI=Iζc& @Fxȝo(}a7Ӈ`7qCuTB*v P?/TJAن!CʒPMGBnAWN endstream endobj -686 0 obj << +685 0 obj << /Type /Page -/Contents 687 0 R -/Resources 685 0 R +/Contents 686 0 R +/Resources 684 0 R /MediaBox [0 0 595.276 841.89] /Parent 670 0 R -/Annots [ 681 0 R 682 0 R 683 0 R 684 0 R ] +/Annots [ 682 0 R ] >> endobj -681 0 obj << +682 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.723 627.923 405.256 639.875] +/Rect [334.723 232.957 405.256 244.91] /A << /S /GoTo /D (subsection.2.10) >> >> endobj -682 0 obj << +687 0 obj << +/D [685 0 R /XYZ 144.724 753.953 null] +>> endobj +66 0 obj << +/D [685 0 R /XYZ 144.727 580.61 null] +>> endobj +684 0 obj << +/Font << /F46 505 0 R /F35 399 0 R /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +692 0 obj << +/Length 2609 +/Filter /FlateDecode +>> +stream +xM8޿#%My066DKIݑvҮ@WP(V>Qg4mE$z{ۛPnTG:QEtk?~lș +`}U +hoi]!?cD":R"GJ#GWH,OymGC釲ٙp!8~p!n|?<ݛ_pq͡~Zofifm]iŁ@pt!YgPu[uoL!ǯ'_CUכ-!.D21 renTiv"eRzx|M3Dzצ@:FdбDY}C?m25貕`{?TmCh-Y҉e߱L z-8u5UrȃMDѶ:>s*Qlح} 9ВS4{'ҲOUCDp +)W6Djr0U05X2qD㧲[YRBNE{zm,A4~JkqCb9Ψ@`\rGr +ԙ`jYD,IQmO)r`oFx9=`y'a4@A4h?Cw#HuOiGs9dHuC^0Kɵ4+aYd 8 (BwÀreaFrjS.ЛC̀Ymp15vʥ?4mݿ3Oߑ7u8}uT, MbB U(\>yngt8E"el*ʷql媽fuo1 >Y5}z@/v!=aϰ2MH$K8TM)bܼ;(oӟKϔRg.haŹ$|vܷ d@DY;A1J$:n8%ӟAMo~s9x +'0$X5T2+KRv GNSZTi2M ^Efˇ 9f! SUM(|S}D|H|f!giéLٳؤJ ɒIx)ԧ>(gJPY8pK,K7Q0)Y!Ur +f f8}]b‰utܗ]9u* p0LS| 'ֱ$P-\1*@9puɎ]M(/_@c(NI? +r2(5K,}A ^ ҝn+B7޹z76b+ӱ'y 9Ht~od}ŇU-[/R)'?Ӓ\e +#K'2$ҧؚnZ)~(x%8ȉ;s-8]Ϥ2Lg5N +ʓG,(LK43C/j>3=jOqvna\;A {G7t-/-tqRMxCc#\DGvr&mgA>HQ(39 +L%b6PkXd`2-:(vo'Iג5/pc A9j-__y*40nQ3WDhRjioi mZҴtany؋?Z#PѶɱֶ.GJg1smkDZb +endstream +endobj +691 0 obj << +/Type /Page +/Contents 692 0 R +/Resources 690 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 670 0 R +/Annots [ 683 0 R 688 0 R 689 0 R ] +>> endobj +683 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [248.975 502.67 255.436 515.007] +/Rect [248.975 702.919 255.436 715.256] /A << /S /GoTo /D (Hfootnote.6) >> >> endobj -683 0 obj << +688 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [232.901 294.726 296.499 306.679] +/Rect [232.901 503.285 296.499 515.238] /A << /S /GoTo /D (subsection.2.4) >> >> endobj -684 0 obj << +689 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [318.447 294.726 382.045 306.679] +/Rect [318.447 503.285 382.045 515.238] /A << /S /GoTo /D (subsection.2.5) >> >> endobj -688 0 obj << -/D [686 0 R /XYZ 144.724 753.953 null] +693 0 obj << +/D [691 0 R /XYZ 143.727 753.953 null] >> endobj 70 0 obj << -/D [686 0 R /XYZ 144.727 352.521 null] +/D [691 0 R /XYZ 144.727 561.081 null] >> endobj -685 0 obj << -/Font << /F17 400 0 R /F46 505 0 R /F43 485 0 R /F35 399 0 R /F36 482 0 R /F37 483 0 R /F45 504 0 R /F44 486 0 R /F14 503 0 R >> +694 0 obj << +/D [691 0 R /XYZ 159.966 139.255 null] +>> endobj +690 0 obj << +/Font << /F36 482 0 R /F17 400 0 R /F37 483 0 R /F43 485 0 R /F46 505 0 R /F45 504 0 R /F44 486 0 R /F14 503 0 R /F39 487 0 R /F38 489 0 R /F40 490 0 R /F41 491 0 R >> /ProcSet [ /PDF /Text ] >> endobj -695 0 obj << -/Length 2623 +700 0 obj << +/Length 3211 /Filter /FlateDecode >> stream -xYK۸ϯ`UR @-[eOmjIsHZ4)R!)ϨӍ(Rg6{E$G__h%U?^}/ETB*D\JSD1mf`ͦ~|t׷﹜9Bòv=q9`a8|Lz ,JvK|s *ʁAIdfIY?V,Ȳ r)O.+ruQp'9seit<7kxo_t鉸vh`دf5H&p6o8yLB[҇4140:1n 58A !lv)~y 3!ڭ_108\$cX3ir0d.Y!羧Lf1Yfq1!LsWMSVu @M(RU3/ ~X:6CyJ΄]lnʾd:sɗJ(אƐT K * <'<]3:=ksCR׮uf1{p=0M{V{k9Xw- [ xhGz{ gwGqNZx#=r;X,k3 $8lU ?]D -IOI -J Ճ͢ʤ -&kԑ@Sd!3oY6n𵤗F.$ܣxF 絃R> .> S*Go۸́ 0}[6DEm<'@BWJHlOFM)aBb<.."nQ4+(OiM_ZSg\5LYO·|iA29h'rP,;+i͡xTXcu09T]'DVL4TB9t?_{ߨ[ Ype6߄|vg}-0Soәtf8C͡Gw?ú>(`ݹ"3Wd)`,8B9E3$l0{1x>_ă2/2yKmn!cߵHT(  żk85m7 L=*HܻCX3}ZySsm%h"e<޺'}jByv@}# jH%U:&pet'H@}ُД=*ߎ)4#'\|N6" "pǧ҃$.uCdiag0 Zo40Pu񒝺gǁl23xxN[1 `P"@~Zq,B#h,[aϢF5& -Bj~VR q:uLew+Kwh;4d5,#/k]v-: n5=!|pwt H_` !yp =oio=:Jn.Xm hPscsF.;Ti%:o- W XIYþqP#@`J w!p;63E)@e/);/iqKeo)xK' fEQqsYǀ4XpT󶈝?e;\l:rBckEƃs?=9W<>; i8,ŕk@vxܛ9o|x,QNJ (5HNsMɿk -.q \t.ltZmgNN#زbyMs{/R +xZK6W4,<I{Hb}dnrzZk4=["j=I6b=*v7o ͳ_oR1\03 dQɜ՛+1J|oaX^8op7s>e$J3 䫽}kn6Bk x6ocuu]8^Vr6J f S?sni?ulθqD +gMN,xrw%lv{fivdվBq&\sΜ/w醡jHfk)ev(W(QڎϹ-;N0PHڮեbسh 63VW73uSN1ŋlJ9˵y,TR [xh,;L]n? gG7t.z^I/SGkGcQ.{#NOkyR-v( +q3`~V8noS98!c 5NِȻ%ށm}zL8Ժ^|ÛXp6vֳBoC]wxm;>7^Rpl@4Omf7~BcHozYߓ(c-Q4χV[v]\zƍ+m_,C$7WX"~-WdH=JP(&( 3rt?:H~\ <-E{υ#(~q0gW׊k:& BY9֨ &**PlnHԆ04c@Uߖ Q|ؓt '#Rޣ4*| bvW}J:]b7N fLYpL3"ڪ/1XcTKPT(@6򞏺lаͪ UZ8T/,?]NiGv˽39( .s54Θ7:!Gγ8dGo1@=}@7Cou<>IJڨɾ<]/O†+k{>%9f_ކg3 G>"5 _ȎyGiO4Or]Su><Ԩ||q.k#_Lj5`eZX>P2X#弚"!`77GV1).~ME$_+A*.|R5ވOc9`\rͰ']*}Әzb|,1#n#ͦAn>%Y|{cr/y1s2 _}*jxg|܊ PSJ焛V̮!i>Vc]=žk)4~=ggS9>)sŜ H'@FD eDIQTٮ0 +|U0R tm2q5kEU|)25!HG;)"فPLUHY)ij&h2 +`KN|ZO V Y4M@ h;M0pph4tpqJga[f4rߑwo5R`ųI_w?okq˫rX%(wZf)u0:QOztC@hlyq-^4>7[<A"cU`AK 9' IM5kG:؇t3@[}(@ +YL3O*<~|—]|GNIsbDRа@~VwDxoX qO&]SzVCB좀g>K0WUÞ8=]R> f !)>O;TV2А1c^kD?~00"s=tDa:ǚ_FN5=&P4#f!33kT($lP =38 +S^C$&KEFPz7 +եT 0|Y 8?v|% +u4/ ? ԡdD.koJ'_SPSu[*(+4 ȎךQX꒳Ηy,lW,} wJ,AD)wKBf̪@=6@4.M,rAzh`He:&㴑)UUH=NOwz.5hFr˩fupH%&'R nv[ޯ5 4Ga?_ݭ7\O^peR/K> endobj -690 0 obj << +695 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [159.833 325.657 222.804 334.511] +/Rect [159.833 542.849 222.804 551.703] /A << /S /GoTo /D (subsection.2.3) >> >> endobj -691 0 obj << +696 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [212.968 235.444 275.741 247.397] +/Rect [212.968 452.636 275.741 464.589] /A << /S /GoTo /D (subsection.2.7) >> >> endobj -696 0 obj << -/D [694 0 R /XYZ 143.727 753.953 null] +697 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [416.894 304.193 484.499 316.146] +/A << /S /GoTo /D (subsection.2.11) >> >> endobj -74 0 obj << -/D [694 0 R /XYZ 144.727 449.929 null] +701 0 obj << +/D [699 0 R /XYZ 144.724 753.953 null] >> endobj -689 0 obj << -/D [694 0 R /XYZ 159.966 139.255 null] +74 0 obj << +/D [699 0 R /XYZ 144.727 667.121 null] >> endobj -693 0 obj << -/Font << /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R /F45 504 0 R /F39 487 0 R /F38 489 0 R /F40 490 0 R /F41 491 0 R >> +698 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F45 504 0 R /F44 486 0 R /F36 482 0 R /F46 505 0 R /F14 503 0 R /F42 484 0 R >> /ProcSet [ /PDF /Text ] >> endobj -702 0 obj << -/Length 3240 +707 0 obj << +/Length 2483 /Filter /FlateDecode >> stream -xZKo8W41II 0 ݂eGc["2qIb,z|U7|OW?"a&Kn#aY.69ϘH|H~.iod'Ʃfʁ^ʖ]˶.OF$uvmU-"vgϧ.탥߹TparϮoJC=\F(f`FkZeO[ O8_m0,A4nB}3PRΌB7F btl"f䚗mE˄5=&9 "tϟ5K:% ݹaSt)&b؜snOf֚i1N"+k"t9ϧȹ=n> po/t(OlDuͽBsw$PX@r'"/i{)i2bTԘIQSS=x;`?ƾFlNr\2.z5u{ -6#euz~|pV2!ܨB|&UZ,5k=~)]|k1*thʻk-XVd_rf~`<$b7L!'X7HM1}PLUW Pb[[[MiSK /U|c;S(u WR|AA7D͌ɖ&Jz? -#DE} Cn[jKȡqd0+}?;l`{::Pe{=&eEeQC׃D;TᮾG?[t C!%=hAh}T.?%{5z{O f"\QY<q)/B!";?>Pg27 Ox60S&@! EOHɻ6dʊ@0m4arP+@}|#e/i .L3@6Es嫗yoc^GQW[_bQ*}r<@GFa6u9h { Eܵ뚦C) Mg뮥H0&nF)4Y'zÅE؊6T<\"z> K%0!- -;O"o҅.l dǹ.)Ԇ byăI{[- `.omy\-i< AW)wq"ȂI/I -&TXxX ,hV~n'xQ]K|C\N ?7&,QVJ]b#Z= BYrGE)Ew} JղTST;(r{+鼪OfbbˍX78wk,`=8$-8wBlW8A4n[u@# /@t -IaL-~voQɻ}y`˦=JZf1_TKQ6Swo!@r( &Ayɏj8r.FƜصLF_"$pK;5>pݗHO0PNuGOpZQ-Ӕ5&Q+.la8(aGNhHw^U!Q̈́#܅І'ڨX6򌘬rzz@4kvְڗh?sgI=1<#[j2]8 tg1@ -1/?tg B;J/cDf,1KR9Kaaٞb^S(;\L5U1.wƘβ>1VM>b 6@ug2$@."h.h!q]G/*E7V+gt^(Y[lf rۇ@{×?_cjOQnyJXǞlT&$ #`Y5OQy -ʾ^>x0߁yW!Gb:?1^Ql'Vz}HOM%"L΃ LYmRyF\\vϷWx@]T , spd -f v{dT*%Dtz7$689cKA6f6Cgÿ}gu.CZGu>9l &A3`g&[UJmqL.,iyv \15q"eT>l]{s"R@Ovqvl1 a9"'}3mu퐼-eh_;!T Um}3VON;CIA1]8,(&?kfV-@[9Lhĵ{Q:FI 6!W!1BZ`vW)g*a] RVW\L vp -v\'T3)Ed -|ٵ.dZ`5MqϘ1^qʖEPO rOh|XO&⋚ݗˬXZ/bW~y2K/Z -{@a]Av)#W]0|>ax8cvpmobJ. -#J'PLL/A!Ne6by2a U\ajouT /_uW.D&g`Ҽw >89`k,Dy hKOΫ$}۫Sb\T_1 !񉋗2C _|%[OunuϯU1[T'Њp2)q fQ6=<m,CSjcS]9<+pQϮGYż B磯f -Rx0q@nUkʀ|pl_pJMD*x@q9pKP5:PtpA r7tf4P!E/[|EJ2q(//@FC +xڵYKFϯ,& v,vؔH<5߷Ҵ,'N.zWp[7w{pkRjWŊiVq!_ Z$ٖ~-C{C6+뺬w491u>N6>eѰNu$ZZhzgZIeehv|*/?Z"U {.UY晶.$X ;5,"'5@0ͩiM :;)+0d4:kLӶ>{đ[5`@[q[V%(S"PQU?mY-0M,lu]ؖYorZ+6˦L0ZS*Mh6Fd>㿌s5_O< +CI=J' Df3E,u\E&asgʜ_;[hemN۝nh "f_&!~G;T4^IzI’E9E#5ֳ%$!,N6c*L@A )݊&"eʐ;a]!ݯn%=;\8 +\-VYw򼥢qoݸq/f|ΈĒi #N+dp,L*jpx0AS^KGxπ~t4X/lS̘٣TB-&\.>`=A%ępP7"OOS|jNawq03Wv6qީ,L2 ē}'c'wCRP9K1^o *>S勇EhA0Ű/=yW2JKb̲x˂S߫!yWBÖ4)s!& Ԡ g ^ p+&*DU/|54w_Xn1·gd0qo>R1:efIK/IF'vw $T$+?ZOg,I{6][14{GBO$jV(0~,_4gN.c2JgDŽ\$}2!$#NzvpLOqps. ӮE +_˗yn--4w6gtMge_b!j=@ 6A$ddNs{[U]m~heۇop\/moo smX ؠ}(ɛ-}͢4[p>|F4Sjދ2xc`0xt >_+_vka1sޢӉn:.BEF0:P<S jv2 Ih,8D#"ԩUXlZvo#P)T|~a3uToSKE7> Z˒U T5IrF;aQ?[3%+h[iEXrFHI7g~Tm-xtÕ/^t'h=ս0=+n;oxh'nnfT)#9^BLI_6YD)O.lC^ޗ)EU x"c\cL#_ˬWgoȄ_K*d E:!̯򃭭#4UtzΪfל8OO>V=._2є:m n-R1$!4OWL5kf{$>=HAͣqa &@8Xk}gQF<rEjdB1çF>\zD}`ٌS$`R,j3:| #>|w$=}1- +|J?1F > endobj -692 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.894 666.777 484.499 678.73] -/A << /S /GoTo /D (subsection.2.11) >> +/Parent 710 0 R +/Annots [ 702 0 R 703 0 R 704 0 R ] >> endobj -697 0 obj << +702 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 320.169 200.511 329.023] +/Rect [168.638 546.727 200.511 555.581] /A << /S /GoTo /D (table.3) >> >> endobj -698 0 obj << +703 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.205 168.235 291.176 180.187] +/Rect [228.205 393.971 291.176 405.923] /A << /S /GoTo /D (subsection.2.6) >> >> endobj -699 0 obj << +704 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [318.843 117.393 350.716 128.183] +/Rect [318.843 342.718 350.716 353.509] /A << /S /GoTo /D (table.3) >> >> endobj -703 0 obj << -/D [701 0 R /XYZ 144.724 753.953 null] +708 0 obj << +/D [706 0 R /XYZ 143.727 753.953 null] >> endobj -700 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F36 482 0 R /F46 505 0 R /F14 503 0 R /F44 486 0 R /F42 484 0 R /F35 399 0 R >> +709 0 obj << +/D [706 0 R /XYZ 250.044 326.89 null] +>> endobj +705 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F35 399 0 R /F44 486 0 R /F46 505 0 R /F36 482 0 R /F14 503 0 R >> /ProcSet [ /PDF /Text ] >> endobj -709 0 obj << -/Length 2200 +716 0 obj << +/Length 2367 /Filter /FlateDecode >> stream -xڵYKoϯh iHQNl`ׇ9[l[I=3OUTmz۳v.n*^.~W>|J1lu_ 3Y2UEF7IDFJsЕ' UfF{ؕSw Of>|R 6"a"͌P= -n;S!U,Bl֍zZ;hkco8g*Mefe7n^q4]]?ʝ3+u^qK7'E0l*>:e#SԻq5eG;EYҦ6wl˦1&ݕMp{1.*n OV\CO9r2_y :݉3O$I|Rї8eH]߶eW. {{qkWwC -V<'& 8Vc/ټ\b2n!Y{6iVD͇ϱNӨltg]S5;oRP,4){BKپ~|AP,ް|@tV@ -^,)'̨4?3YO'0`)o'p!|TD9! n![af7vvR\9pď?g -$q싪hPMPFhΌ8B -ZY]wX.(pYE+m0wbslnJMfX`c>k1+x`&sg/lULRq3K8-O|55B4~c@]Źa@7ƛSd{dܺrO7bv9/ Yv2+x M8Kռ&B_e[6#;T(^ 7+3$kZ1z1.s6rGJS?_G A (?V6+uYSWCb&x!Ϫ]G/þGcx VՂr[pZ6g.G[[i6h4 8E? W9 -"bߜ[>}Ki-qjc7Bew0윔Y<mo( a{03O M4W+( C]960GMe~S}yl&G$@[tV&ڴ3Ž}-_ -<B %yrSU'х{=*Ec0 ɦ%MYXh2_4Ea)WU=eK Н5'tp{cЍ6r6ROW`Lޮr<t1+K{Ԩn$Ҍ_i:T!f 4PTLxDQb~Ǫއ - q3R"~B$|v6p2 Oy~֎ 5dfC8`ajS9 .{0B~zJK4#ZbO@{\4KNA`\g'wЗoZi~)ku:J"{8o 3M(xIB5Rݮw LT#^#=8O79+dY` -eQOF1li#qPSm<~ۺ)ƶhH"hA9ЄS1͋`-eH夭4mM/8 dߺ\jeG=HKV$s=4y8Y"9kphjFw=7@IqH)cp S̲hմCO/ -Vt -e*¯ah*¢ -A0Gfrk]o,ECXڠBPE&~Wwma +x]oܸ=b>t]xK!+pC'ŵh%W6pH}\Gpg6\oٛ?8Gn69Sn,jcqoڞD>lqnpQ4;ҧ^C6rDvPKOUCbKZEz@ w\kRnK1RHWP4_umS$SG%" ˔jG.í.=^\wcTOxtT  r&:l dO)?^O6r?~?k .!'NنގɎ +!L2x&~$A/_N4(> Lgr҉E=ubЕ|wZRvKsdof8H6^~9{p;#JⲷW;gj Ydq5|e@u`{4K;2Ghrfxc3%ǫWM3N]UD$:,B2n3ے$ZVYuVC\ a`W9H3}Y|xQ_د.X f'xCG{lr2yNbIͶvUaбzwS]oh],u3UtK|n.89%7>f;z?ۦ۲鿹 oؽMuu|&Uj>9'Yxlm)čIe;%}QF +џGaHP:e2OD&ت12((d%oƑ V-=1K0$ZUW&IB%R#(U+҇ys&K{KG!`` ҈X YQ +&rxf$Gc!> ³`\{*czCu<Ճ.j-j.G%r3yȅn<2Æ#JA$TUxO_#8x”^L]\h0:*gY_w`kpTɈ%VRxK¢+ʻX9 g՜eRKsz@@9IXeڃ{D=19.5Cuꢫ} Be2*[yk0GiE"Jǒzocb98(~b/Fg._OER$Br0P/FcRXə,^beY{1f{FN@-BCl-Ee^-]ou@QR$r([ Ds-"Z,-ևAkt9Z*+U~ +V0Y_p;3 ͘nk!4^)h i=lc&GO+ k_;_Ib ~y+0NuxnC*ztUwE}Χu=#oeZL-,nJˬȂh1>a$_FӇiO(7#Ш,j(@cIgN\VTwA\MUƳPCp9N0mbMPQ?Uٳȹ\SԸHӊCؽ>BS.NfZYjQ{v< 4oEYV󋆂I4]ͦ+G9ɑ3x g;^3 +!2I$Ӥ.[F▉clcпqniS +\ͬ  GNUV>!f~4}y|૭` /|^`m;z~z+֝F;q4gcvRr*{u,?=s#F,(X2O[68=]5D(ä6vƖjH&M/OPLgh$|?AY"dt +ۆPOjT^G_{ǮU.7\pL{3Xl> endobj -705 0 obj << +711 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.307 424.853 499.397 436.806] +/Rect [466.307 643.863 499.397 655.816] /A << /S /GoTo /D (subsection.4.15) >> >> endobj -711 0 obj << +718 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 412.898 209.42 424.851] +/Rect [168.638 631.908 209.42 643.861] /A << /S /GoTo /D (subsection.4.15) >> >> endobj -706 0 obj << +712 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [364.466 342.163 427.438 354.116] +/Rect [364.466 561.173 427.438 573.126] /A << /S /GoTo /D (subsection.2.3) >> >> endobj -710 0 obj << -/D [708 0 R /XYZ 143.727 753.953 null] ->> endobj -704 0 obj << -/D [708 0 R /XYZ 250.044 711.223 null] ->> endobj -707 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F36 482 0 R /F42 484 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -717 0 obj << -/Length 2186 -/Filter /FlateDecode ->> -stream -xZ[۶~_@̊=o-.Z'ۧ4Z[Ȗ!,?Cu]zmi.Ґ"| 6xv{?|3U3CLn=%ݭfs!8fIT_5lfr0`DHûOK#>e8C^8|(C/hW0yYf*=*ՆH![5~&B=.uꩺĎ6JIf J2-ݡȚܿ9̭b(Hu@DŽu:z`]Z}'4Q+hjliWZΨ(Ss.e`xYw3~36v_9\2}'ܻ*OQm ʉ, -3R嶨?xUy[?#ZCyPb na{U[٦m` c}M֎sgC쵶"ضrS=>*~]V2PI"c؏8~7d?<cQTNˡ f52$ k}Wxi>`4ĥ>:qhi$WHov޿"OTxZWAnf:娕}#UيK -~<κf=Mqف|4) t4ž4 t9XB// Jf)3R\$a}:*Qz]S$˦ +3`(u n+#n,KT:ڻan& Qؐ$ r`HCD*0.MP~u@kE{.M1I[@3]0Q֡ a'>d&/дXjup8e\Um_.Ņ/'7K X'k-A~wG7.'o7)0٦~" | d=AhX_h X_<-::f]W!]ǟ ru^n˲æYr_OX,߷n|O!S*W&%bቘ@Gwb|%}^ jGS|`0oY2䧻#ru -endstream -endobj -716 0 obj << -/Type /Page -/Contents 717 0 R -/Resources 715 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 712 0 R -/Annots [ 713 0 R 714 0 R ] ->> endobj 713 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [271.664 543.24 357.378 555.193] -/A << /S /GoTo /D (subsubsection.2.4.1) >> ->> endobj -714 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [326.532 359.928 412.945 371.88] +/Rect [271.664 164.66 357.378 176.613] /A << /S /GoTo /D (subsubsection.2.4.1) >> >> endobj -718 0 obj << -/D [716 0 R /XYZ 144.724 753.953 null] +717 0 obj << +/D [715 0 R /XYZ 144.724 753.953 null] >> endobj -715 0 obj << -/Font << /F17 400 0 R /F36 482 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R >> +714 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F36 482 0 R /F42 484 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj 722 0 obj << -/Length 1561 +/Length 1859 /Filter /FlateDecode >> stream -xZKs6W(D}Kgt:=99%sLv߻I8N"kq(_N޾:JHNWh#+BY.ٻfౚ̲UUgo@B鬽̚ /rӢtΡ'S|4mZ+^7yUL[,-&=/N sgwX~E^^`$"ZPJ)qncP+a7P0i4źhVyݴ^L%9fa0 5]ΰ0MpGkpbM hqǣ:<<;>Dv;Ez>tbo9[Ͼ}9yduI?4~~,zxk*gM~i - \60\Y}6JŭuyMw~57Mt>ͥսjkws7DC߇АN/7w4/bIx||+UD%[G`c9fV.-1#y&gL+6X3Z,x=Z'K;e#J 끝yvюY̦rhhtEjiQfqc;y2;Xzq:E=ku "/zuDrqC@ϗ"je97M1$7_#b`h"ٳ8xJ`Tj#2v)ȈIQh=v;I{́lR6hPR{Gϰ8Be}{I&$dN JA\XwͶYƩDףyFZx؈R ? GJO>RZbp8~9lS=?ml0dezNAb3WGE\=Y2[ }M [Y/[$NG[ -y|&ɽd/ۦ痨a/mե|{8Sia 0O eTRܗrH1wSFOTT6C. ~%R'?6;"|wou42V8xem!O'S{ܽuP8E&'so-uQovF/swPG:Ÿ'Gљn2oS N&̷G#Sp,gIxg759-Clj8kqVu  L5%F(`i|˶_ +xZo6 _qo=kÖ=}psNḇe]0)ʟ4wvY'SEQ$tuJWgik%Wˌ0WYaW65lu]MqnW]k&+a&U γq0gf/  H.gxj>wML-E{[sUYH{]淒fj!ka+<-1Q0#Kjd,[ vUYlz>RqL9hM˽ D"ڷq-lw4mue덒im`?U/Pv䲹ּ a~}޶xIޤLeb +7 q#[op2p뙬=R*#.En0{mC +t7{-t4-r,.D#y"̭Kj4OIK\f[Niӌ -&U}t3=6" |a #Ju77iWxPPjW4lvRA$~U<0kN~}oz'-ÛB*`W C +HY'ԡE(sJb$ gRF8$nB%h}IφgR@Q⠨.-|'Bʘ %cb{h!b5u +peʲīR)Uʈ47L*6Wh%5@R =`'A*pԠ\e ` ^89BKl_;`_H{.%r^M#ZWƭ?3 n$[\:8J}0NÑx4n st0>(R$"$1+FO Y1phsJA<-s^N0ԫX 3i 7Hx/XSɣ} rpwk(+1-%Mdֹ#C QƋK@RXHsbEOc81h=wzK*[eO#"U\ +d4˟ʚTR(:z׺*IKɔG" Ȳ^ \ʫmty.p[zmDAD=/cf4\`'{)@- y@ WBKB+-R b1KHK9-P]BrDjQ_5U~5lKͧŸog[Z2JyP [mЙTUsu3^E =a~X@LTRkQ*l/\l1].25o$^}nVhy/ ŏ\H:gQϥvtxy\4Y&h ļkDaYCC IkLYX^4?3G;fA!t!k~>VCh'-Ap".:/ +*Q?-2.nY Z.miF'8E +_$ŗbJ=ɧH{iI_0zXfAOa/hz$%989-O;'i9AH\9VD@> gXiMX_־Ll_~RV|q7ZH endstream endobj 721 0 obj << @@ -3016,39 +2996,41 @@ endobj /Contents 722 0 R /Resources 720 0 R /MediaBox [0 0 595.276 841.89] -/Parent 712 0 R +/Parent 710 0 R /Annots [ 719 0 R ] >> endobj 719 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [356.526 139.31 408.928 150.101] -/A << /S /GoTo /D (sanitize) >> +/Rect [326.532 589.068 412.945 601.021] +/A << /S /GoTo /D (subsubsection.2.4.1) >> >> endobj 723 0 obj << /D [721 0 R /XYZ 143.727 753.953 null] >> endobj 720 0 obj << -/Font << /F17 400 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R >> +/Font << /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj 728 0 obj << -/Length 2084 +/Length 1645 /Filter /FlateDecode >> stream -xYK-60֊ AIfnmad["tEg.6U$Kz~Eū*^}7?*Rad)V:V6_}\l:lIuV5d9:7oOq߲$Jd,J!H>TGÒўDG [\+Dd cW6]`$8_W.7a_ p+ -ȲOJkqt]N(gQւr8Qki9BJ_gւ$u2@v-#Fß%1S+5@I7V,B+nWʙz\x 0wxS.@}. yiAeәxD d2^qջ2*E2r0vhbL@2z:j"ąIҁ+V‸:(~Âz$ [`V3F35y˖3mˌ%jiq&܍ܤ_#a 9`bC*,+YX)K3xK/m׏߼~esքX$IߕOΖbU,JRB k3wí_xãZ;)5c1,B/(SsH¤^8Heztg 9Ks&$3Wx+?6Ԁ]Rs>E]%R *O-ѳvw:܏n~YD,JZ]fUxe¸]IRJG -ZFKnzZ!7XW"QꍛRHZ|^li6- Hl=KfO+ng)K0WYag61tv͋zfv)oO{Jt-Kpۺ?6;Z +VRֶNjuM"Ef aBmMyz&MN򲕙qynz{Se^fn#]89gbrgaL\D1il9K&!dv+:<؈5cl0%dǀ{khAv|E$SzeBƨըu?-v3^/IlW(@wWzn(.3VVRM&~p5 wo|ż,X +&Ydn*'ƌ +tS˶庼 ^WWpEЗtAdEgӖ4)]#8Xh(÷Dd)GR أ>z'}Nq!J`03 FkUan4KVs~ +7 1+xA$1mx,P8W4cYAmUb6>f/NOdU;4^`)D'[ηyK k +H]1f_Utx{58ž'lIf9V Gof/4mLTܽQzO~$ڋ/"L#&Nh;q4 6%ݑhR3E^4In[$u@EԎGdʙD폷+q@I8HZ؉#D=Ѿ +R"'R +B8D +[QëV~ХgۣK%=DG^{1-XyMqZ8 %ڂp۶R•AqGW|x8N1 te$'x1Hφ6:#]vGnA9f8#f" +_#{H_8OK}j>V V%{9jVzZ j%,R^ʀ/?_bחxRٰuJp()]uJ +)I>Pbd+*cIk%,6Q6 h^,.i7!ub%G$$6EX6DLt=I.u]g3֞Bd/JRnhx6PlԚ<;\)ۿ'\'9ᰡdVgsٮh3 Ǟ#<JD LRf2S*'`v +6d +q~_ßGµ*g&g"@O&L.4f"&pt_>a /_շWyxSPM7<20/?`Q@95t.v}(Cgacoa ]#nq`wZPfU+n&IQ?QR/BR`ӽ3dR>Tw(}2s! =% +9I( 20_xRaRXHN7Uє_OO endstream endobj 727 0 obj << @@ -3056,51 +3038,48 @@ endobj /Contents 728 0 R /Resources 726 0 R /MediaBox [0 0 595.276 841.89] -/Parent 712 0 R +/Parent 710 0 R /Annots [ 724 0 R 725 0 R ] >> endobj 724 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.857 545.786 469.26 556.909] +/Rect [356.526 352.511 408.928 363.302] /A << /S /GoTo /D (sanitize) >> >> endobj 725 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [419.463 364.466 471.865 375.589] +/Rect [416.857 171.191 469.26 182.314] /A << /S /GoTo /D (sanitize) >> >> endobj 729 0 obj << /D [727 0 R /XYZ 144.724 753.953 null] >> endobj -78 0 obj << -/D [727 0 R /XYZ 144.727 261.861 null] ->> endobj 726 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F36 482 0 R /F35 399 0 R >> +/Font << /F17 400 0 R /F43 485 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj 734 0 obj << -/Length 2933 +/Length 2745 /Filter /FlateDecode >> stream -xڽZKo8W4Cd r`2=,;99--X-Hx }Ae:n0HQdXWEGM"]]%6,lX1Q"\ ooW勒Y1CcR}Q:W]?7SJE_V&:8vUs)`pWH* *ȻӡqƍyTo8[Yl<8m @m, -'%|;|.tZ /J+yT-= -C{eVMەEHR*̔Z= 2S#?A3 6֞.o! ݮ{do.x8NziiEy*pfi:gX yyʄQ"`ڃ -^:&/_n!ݙ iV r탲q - VIp]]+euq#ТDkj~I#yQn8gJJZpQEʲqB=yQо۸8؃!;7n<~=+ :v8swQ-%@ Dhn\ltӗ-9H&B8F^ @|_P5zWR`i6# ݴ+l V˂I$ZT\7S9.FT"ؔ2 SM4|q!Ӄ߅:nzh I2{#<=ۃZp^۷qzxC[B[Ȗ82[;8VQ( i-f܅2&5W-2=y`3EK`TOe0^pC"jjP&3Hd -֏RJzO1q~LGrpg IO! ʦCm@<ͮ|~jC5?SGėO5S]648M9<01KUZ-#\et9o@9z}~vh6wYRpv͜?A6m+g#>F9qvl=b",C6qZ2صB\JGܛ^I{,GGY70eR2˵jØafVRl 9aL$DɌ$I{ = h h41+JD!vz-)3 |b(+;Iu):}7/6D<Zgk;}$ !q!˛X*R,p̻*;V PHi# >W{p6:`=_vi94C?<'#;#I-9f[KyyP<qeTǗ6If.Gdlv":=U%[Ckܢ{?h$zQBx;- Mv~F;b{@YMϴrK$5y,xEM9Nƿ7/ ӕ~<i+ ޜ#3(/+ Q0}v98}ہ/W9<Cs_;|EdrE' 9qm0#FF.K;Je*q3Ks Ʋ{i:DimΝU 3 9K=W'<WsP@xqPzf8SLߞ|s ΖfQ1|9؆Ql}URDB(|G(y^{ !oI-9ޒHԲq걽(3s*[?ۻ odSL՛LwZ&I2A##͈UIv^Etp0ʀ@LR T%{KeeA`jW -P@`W_*ʈqfi(Kms~6Ad8  d#SV u'rY_wTZ֗S,Ε#*j -@dIP;NL|̬\ݖ -%&tXO'Jӥ3)1%҉<[;JD`و%%. !]Jf|*;Cߋ$ID\q&o~U[&M|%FzWb2ӈZw,VF/62*6r+ -yCA Fai|W%ٔvZs`!ؾrGƑnh)uN43Vpu~ |^8;j<*SQދIGG^rӏE*A\ -ǵ;u=( n;>KĸWYe -.E^Cz ϋ?la ;` ^ aYmF!5A `1+kuvqZrm 3zS=ؠSv ;#J]6 GB4uE[s}iKf(/ +OYPWdZqiW:zkh( -(4H؋5e)|P-7hOU_PT -,CeR+q +xZKoϯh`ZQ(j9A`o3s[r7a+5S"jzm$7x[ūob՛?ʣ\&ruubBDYXF,WW3im߾dWEi'{Z x/hn8'p;/~,D^LL_}C()y)Ѝ-I +s-+ _32 +TEq`rhbc$j]ݴ]u #}e*ܶņ nQ]EmZj q +1}uUI h + VMq]W~5I?qus@a4\M[r|bQ:j5rlW2ۀdiȢX~3yVUo`4EU:*|993 BZk.:m4lD3JLV_ձwCKߢCth9=5~HNތ.W*JyN[ ko_(&îeH~cld'qQ;5uKD)b/el"tAn1N~uɆƛC@ṚU {~k͎UW uO*MO+-8;joh=ӞsW?;it{IżOuFXѷ,/L=# +!*E8wZX#}KCDǫn?>Y}bmFWz,]F79o{kX"&3`h#s>vm_m{銝 %Hz9Dέ.!|(wukL{&03D!\o˹ĕ V1D@ID +oZ_ +@L; p<3UMI$"d4^y_4;`o`#&So'T;d!;2A\t$1re(H%38J:<9`n[&·.ՆbZx$UςڮkP1~ʁ, li6K~|MlQKݙ  @Ow{t1*utYBsn_.Bc<}% 43L[c + >3erXf!C0SfIAPD0Gkhs<`)γcGLHb8M;eNeǂjCe*"W~dL ?M.1LlP@ZEA4[PK= FUI#NJDySw =)ҌE<[[<̹7НͿ q:" g  ڋޤ<e&&%IK±h q?kF +$ĹXargNlCN(,KO! 4Ԩ-\.tnn"%KƯ=0 *"XJ"aydeY6 3"3xሲ)NuO{Ӕy'E1 xy$FʢA>kBlJ_O#pJ Mg PnTj N8 e` ?)?j%QrB#ZoB7y405Ot+8qmf||Ry¦htyYn?BXc2V rX&-BHewUu$9)O75壊p6A4 /Jy٢6GUdTҕeqʲ"v)bp~JJfGK^c|2|K@qNj̄)eT#Y"g< HqEhX3&cn^{l("[ !n tҿix?%\P#PK#H4n4ԫSMvFRׂN(xªGvu Z7Ȉ8$WBQϖés9[O+ʾyrA?`^lF"uHp[ \QEi%.(hb,#$X0؋ %OLJ?p#o\N ~r!Anr ~73g{2Tn{?psj =@ EPM )R]5;tn)uُZj[5<!yp{x||N d qjkԙkF-4(>Se~xJ*s(*O[G89~$oea:l;7Հ$’@/pN`VXN Y> endobj 730 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.307 655.375 499.397 666.166] -/A << /S /GoTo /D (subsection.2.7) >> +/Rect [419.463 589.622 471.865 600.745] +/A << /S /GoTo /D (sanitize) >> >> endobj -736 0 obj << +731 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 643.42 178.924 654.211] +/Rect [466.307 288.305 499.397 299.096] /A << /S /GoTo /D (subsection.2.7) >> >> endobj -731 0 obj << +736 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.232 230.55 353.693 243.164] -/A << /S /GoTo /D (Hfootnote.7) >> +/Rect [143.731 276.35 178.924 287.141] +/A << /S /GoTo /D (subsection.2.7) >> >> endobj 735 0 obj << /D [733 0 R /XYZ 143.727 753.953 null] >> endobj -737 0 obj << -/D [733 0 R /XYZ 159.966 139.255 null] +78 0 obj << +/D [733 0 R /XYZ 144.727 487.017 null] >> endobj 732 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F36 482 0 R /F35 399 0 R /F14 503 0 R /F44 486 0 R /F37 483 0 R /F39 487 0 R /F40 490 0 R /F38 489 0 R >> +/Font << /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R /F35 399 0 R >> /ProcSet [ /PDF /Text ] >> endobj 741 0 obj << -/Length 2374 +/Length 2705 /Filter /FlateDecode >> stream -xڭY[6~ϯC@͊K]l-}x}^4*QIAȥE~G{ĮlQV=A3.G,)9.h)Is^7{ܥ}?sctrL\xnJ>.S Y., 2s*Rm"z$_h5J^ 7mߪA8Ґ*DœM Lmu#>6E.sDBч틝Jhp.eG~޺j>ѧ~0hgPri; im_>֖'"z^~{zw}ـ@zV]Y`l=vg8u ہ÷+Ux vwDZԤP l1rsFGaUtvhKT :L-a8ts|u[-i!T>A^E0,FD%d p !R"TnQOkcraʹlF7C\~j2'~dž*hBzEHs``@̟> rL*h -he<' a As5 v5Cܙѷ-k@qX8]0{w|Îoxlm?Y\9IM@~7(u!A7Z05xHGn `sQ?ʺC1$魧"u%75{Ԏ(|eQXj7y*ɯvbV5#?fWeX:LcP=k,\E􁧛2R^]‰*lSS[*D*DvNt|̀ &X&/$@J #[ss @%P+9/ٝ$GC=4t7#-K@{rm&h -+Mbnȴ|)sff[0*@*#j]( G_yt$BĪ:̯7rq& B9se}įşYq&s*L4Pܶ1DoPO| mHQ8Av/]ЫWsIY``uqqfn@p WWU֌I!cx$G#y: -u{6 -@d+(]bW{i\śv A"JP1Ppna|.\yW1?d ]<.x /]?1(PJU@wnuukso>_b*[uJBi,!\t1W"j +xڭYKoFWC# 0 l7mH/IWk|t rz|UVUU?__IUfLV׻:4ҬLBf|uzS㛆7Gy^eSMyy_mE+#HT;kESzKt7&+U]omt]a2CYUhQ* Efq̳m4O[C/q 8z_ViZP]߀:kr߾Ưv hAL]əY)p+@%39iG+<v&(xPּ ۦƵlHhv7Si-lwjppEGJHL@7LgU,ө$[KN=t0br@ieFz$iNUg!g Xԍwg,ZEBtFLݱSJ)[u {J ^ K$rHtKFN ׋]-ȟ}ۦz>_$ p#u$J?̼mԈfTPض*U:>7's*so7./RŶwwf0J9uؗ(;nr^˻P,Tׅ~gLakNGn?=diOt +S+nA_8F\U4}U5n`FǯI4ps~6Dj3.'Ų 3/0y'|MQvmo{Mِ-B#mWXJ" %C[X/, BӛJ*BL*Ld 4(0,%l<j&L@6<ūQ1Wb&$v:.!tX]@kVQF0kJC5e>{.2p/)c" +*JW~U_o!C*6*eE0X|"f/;1LE +r}hX{0K8O=Ȕa6CW݁ai_!o.ݥ!zHd +nX QP#;_Ut'0?@0k&lR(^ev*b1 T0񠱺$'ή/*6" SQu F蔉#9Be54qut\xzW7WrSs8tgnT:Ebg[94N :<7,1.U<=)Xį>:_B1>;w55,$IU CÙ{;/j;Eh5aSc.NrsR*.D?V-B0zi]S}|S:CRԂqЗGG bWɬ)ΝF,F^78PN*rlלda$[D1*\YJqdfa< Bq|^¶athka9y,ƈPMYI6Ҿfl +؜G]* ]T[q,45 o؃Вwi+T2k@ ͙S @$>'[ٴtx^ͅ8cQG\> хB&VG·Q-﯎g3D=z#&{)r_7+QL-Jl fM% ЄsY0(Z=0qq6&rM/ځ@?t6 p +i/讕 k,@>C"ٻpشJY,?@!nfe/p윗83|y} vݗo96bUˠxusr Uh +WGVW?mU P + @I%ZX 7\KĠAͨŧcgBG͝=U86ҡ!wm#&ybꗥJJY1;>Zf}mW}Q xzvN* jĚM8vz+sC=$@H> endobj +737 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [347.232 433.651 353.693 446.265] +/A << /S /GoTo /D (Hfootnote.7) >> >> endobj 738 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 562.931 196.133 573.721] +/Rect [143.731 181.154 196.133 191.944] /A << /S /GoTo /D (sanitize) >> >> endobj 742 0 obj << /D [740 0 R /XYZ 144.724 753.953 null] >> endobj +744 0 obj << +/D [740 0 R /XYZ 159.966 176 null] +>> endobj +739 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F35 399 0 R /F14 503 0 R /F44 486 0 R /F37 483 0 R /F11 743 0 R /F36 482 0 R /F39 487 0 R /F40 490 0 R /F38 489 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +747 0 obj << +/Length 2347 +/Filter /FlateDecode +>> +stream +xڭYKϯ-20_`g !h ve[Y2Dy{`{XNb/YEꫯtsܤߥw}zS"J1#Ƥ<7?%)&O4/uO2mWn.?mHn舤@ - 8֭sQlp|U~~wٔnxd5;G&On[':ukO%LGV0ʫ8iuu!2F]D!,S٨?=B<\M:ґ ihsbh+Kri;Q=T ?=~y0%6g4tמph扻OԳa&%g3i>qCYa0^/Vk}NYG]BK:}-.g)תÐkߞm_l]Htx.nR&l]'0z:8>>8}+g ~ӓt+t!HErmҹIٽo[&}=iiچTl#l^֓Ѐ,7`kWgS R*ՇR|)IE"l 2 [ ⫃>jM$8/<*L5l LO 7NFm=63=o'ɺ9x`=V J Ac|rp4cڗ39AA:C8 +,UF(X `P߫u#7UB:A^d $a@~Cbɸߋ0GxA:RRאS  PPrԚ@"[6D4s5]kMF1vnj{D/xr 5FxFW,XJ kJ%bYXVGg@HؗkOAҴ}l + gmzCn (*R ,@5R}?#)ߣGU.JPl%ċݠ8^8Uٔ5KpxKV(CvѶoSCqdc +g|9.%f x!# OWb&$iC~ *=:ӻ$x)H.y+I2y4tG]2vەa"nYq*TMKZL[n90` >w?uMp HTOotC0x,1I&Xui3W;,!X[|\%T`X6\9czrwՙ{N>nsEU!2 uw^,B϶hq#'hFj큞&[Oc_|R&h#6OZxfDrDB<:r"l MUԱ2J.RS ^1()LB#_Cj~Xf~cq9s,GIثESԶԲ3 + |ΞCˆW>wI ^߁CBʋ"9O]PE!WEJbfEY1~ZaT W 5(‹=#:hJ!ƒgؖB`0:y9x#6Ò̗W^,0lN {J %<72(]ct5B7 `7Sfz x6pqχdfIG>\x 캖ّ3rBkqG?US|QNz nv^/fT1O?L\VWPp .գfXj<~jKfG8rX#MG47fP%{@qLRy?sOe|vUO*ě]pO+7i<.r[gMyŮOz g6y Ȃ2q@fq_" 3є&Ni~x~^;_9 +endstream +endobj +746 0 obj << +/Type /Page +/Contents 747 0 R +/Resources 745 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 749 0 R +>> endobj +748 0 obj << +/D [746 0 R /XYZ 143.727 753.953 null] +>> endobj 82 0 obj << -/D [740 0 R /XYZ 144.727 550.226 null] +/D [746 0 R /XYZ 144.727 716.092 null] >> endobj 86 0 obj << -/D [740 0 R /XYZ 144.727 358.182 null] +/D [746 0 R /XYZ 144.727 488.278 null] >> endobj -739 0 obj << -/Font << /F17 400 0 R /F46 505 0 R /F43 485 0 R /F11 743 0 R /F36 482 0 R /F35 399 0 R /F45 504 0 R /F14 503 0 R /F44 486 0 R >> +90 0 obj << +/D [746 0 R /XYZ 144.727 165.265 null] +>> endobj +745 0 obj << +/Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R /F45 504 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -749 0 obj << -/Length 1892 +755 0 obj << +/Length 1872 /Filter /FlateDecode >> stream -xڵXKo62sEJ{hC7"ɁXXYrEiMlOs43!"\._߽"cY"v)*Lz wz)`\< -ֺĆ+54Zᦢ]xp5*0|{ugZ]N7naUzܯ-6SG0r9ˤ$C9Z7hxP䶁HO47? -zi[=UK, -%< ͡ 87?(Д)qWCfweQy˙d["4u9-܆2o(vxvڽHG5NߍG#b<}s< p%)/%j^'=5,B+ jt(z(FKSg)"KdTZʕdH;?_sFFqI`PƦ}Ad$F+xTn <Uӝ7Q.XĒbiP9.d[ Zm6ڣSe$yUW-6u;Fgcv:]?==#|@}㿪'ff$Ml@}bgS?5}Lj|j XZy{쇊< -HEAO̒/x:BCcwևaA^5k/8ÍpF"x5B]CudCȨ;zk:,Q>R҃րag6rgDJPN|s. x 6D[-|ׅnl)ۆaɗXg?j Ȳ3Hg:lQa$4 [.Gljͮ: <{B] H4-6ʒ5.~/f¡ -!]OqT]2hܷ٢KёK -\P xQ3U)mֆ%43Z%آ<6ڒd<'6ƅx]h#8ssi~yNbWO{Q@#>zזu14J.m(B+|8JfZK%4-оQwcu3Ԯ}cSg@ʲVu `Ekkz]@Ċ'@ W*B[!Sy#7h>?o!fm}*H;bNR0g -N3 O'7">fyyeW@.U~)G]1f;Y,ӗ;_JH8Ŝ ԑV OY@3NO -}VG7cqva6ţH_&ś >)ב2ĝ80GN?4"~{quw1_28 ݢsn`vv', ˫dA$@Y"fY:xo>l8ltbdv4bCd$9lZ.=_G+g/MG:L8Z|0r&x1`[T֍=ٺ7#LD@:(mp)4s3?xLlO5iʤ_ p <` )ӵٴޔeXĀH9 4\2sh==/4vqvb֣X +Q_{4NQ)n:V?\q@[<`YMB&w]\+9y|1F@,.>S5cO*Rhjw^LIĆR!j2HÄ a&)SR jcYW6CFw;;biNMrnJ.c5 UGy֡$+ +2 ڢ+dqy1fH9Y> endobj -744 0 obj << +750 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [238.713 420.582 301.572 431.373] +/Rect [238.713 542.797 301.572 553.588] /A << /S /GoTo /D (subsection.2.2) >> >> endobj -745 0 obj << +751 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [180.258 306.214 243.229 315.068] +/Rect [180.258 428.171 243.229 437.025] /A << /S /GoTo /D (subsection.2.4) >> >> endobj -746 0 obj << +752 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [256.758 306.214 319.729 315.068] +/Rect [256.758 428.171 319.729 437.025] /A << /S /GoTo /D (subsection.2.5) >> >> endobj -750 0 obj << -/D [748 0 R /XYZ 143.727 753.953 null] +756 0 obj << +/D [754 0 R /XYZ 144.724 753.953 null] >> endobj -90 0 obj << -/D [748 0 R /XYZ 144.727 635.53 null] +757 0 obj << +/D [754 0 R /XYZ 144.727 716.092 null] >> endobj -751 0 obj << -/D [748 0 R /XYZ 144.727 597.376 null] +758 0 obj << +/D [754 0 R /XYZ 144.727 561.671 null] >> endobj -752 0 obj << -/D [748 0 R /XYZ 144.727 439.43 null] +759 0 obj << +/D [754 0 R /XYZ 144.727 346.478 null] >> endobj 753 0 obj << -/D [748 0 R /XYZ 144.727 224.779 null] ->> endobj -747 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F45 504 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R >> +/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -757 0 obj << -/Length 1870 +762 0 obj << +/Length 1628 /Filter /FlateDecode >> stream -xZI4ϯ 풯TA -8dv'ɶ{!hyz[: _߽[ff95׳h!gjx>~~<|!]BP/XV5V\ӡhu?xbiAatysu~: -+_ヌ5hM\b켈E@N`_e>^ - a*ӕ S[l$ƚق1+Ǭ."˳ &+|A˺}ܖuy\9*/*ڠ^zOħ=$ysTȃZ5mB̉S)_/xչO0N Ȉęa >XNX]9@7.OF|~`D"60:nO5)\NSYM'Q[7$t!Ε*:_0mXT:ƷV )܊]d1gY]bi %W7+WݞP-fE4آ-Y5L¹E\ `\cæ}+mɕDM{iS EM -su jVIFiʄP&2Z2bdIPf>EBQS@nB91USS1ATR湄,84sNKCu$փDYEl}:Ӎ+ߗ]$r "jۢڇbLJq $px>0o/hプޜܥ)N1L-?o -GLHQE$Dt]+tCich -{uN^@d@A3ud]Aoq. Oؒù} _iCrGB@irĂZ@s -jHb}0*#$%n? }!j0FX՟A@,h`C*'{*A]8lyv/=ފ8ް]3AFX ~09u] D)Tcz -$HRx16MCEǯ13g`?S('D&;moeF(7Fkw 8)_U$ɀPٗm -˗I %iƱ#ڽ|dKFB"`jy`'*@N˪)w^,692 9N2bXǠJu)Db -U I^%weVR:غ`tr ,7`"xXP/tx]j3=`%'|CƞR.hpwa!z<?ކVޞ&薍_&Zg| -xlE(hݮ<Jᰛ&\9/Bzl?l(:``d!Cu `V0QX" [3M )^Ӱtæ/>>%u=Φ#PahTt/˰3nGz# 4oW珃!s 7'l>F$zh18T#ƈUfw#&%\4 v4~8 c\ef1j[fc+r}KZ3#Kls܋&ae,Xv]ͼyY񄛬*8Nò +uy{YUV>;}졨V˿bQI8;?a I-jsݯ ";lƢOL^zprǺ֑"_U}( jA8Aj8-Q خҙ/4v0_Gt4 [l ~BgǽqpF2hfT / +!-v>H넱NߕD_V&VVBFh1¶ce,snuq8?ޖ~d I|݄)靲@PnuO8p-2-LS"M> .xiX +[Pg`==Rh-xix(KM]y dDd > 5EL7@"yBHԢ D/66'S`y+ԥh&O MYmz̴EP;qس[*F< o9xX0u ]ӄPkO2^`"4Ǝ"ash)վ'R"P:F@)5 JcRJ" A):k%yw zMIPhcN 0y02,~˃č`I}WFIv`Դ:KN/{H-v>=Wc7UqO@ }B'xN-?CK[d87.ةq|᥀PݏCs 7-Aѡإ(Fcj48DwffŹ&T>M7grD\C*{zoضm C54Ox;Sxdu'Q'EIn2|?ꔤ}".7HR.&(υ,rJ'TMG|tf. fH7y_s`@}8lbR»q]`t#_0?p?-1u RD~}[ endstream endobj -756 0 obj << +761 0 obj << /Type /Page -/Contents 757 0 R -/Resources 755 0 R +/Contents 762 0 R +/Resources 760 0 R /MediaBox [0 0 595.276 841.89] -/Parent 754 0 R +/Parent 749 0 R >> endobj -758 0 obj << -/D [756 0 R /XYZ 144.724 753.953 null] +763 0 obj << +/D [761 0 R /XYZ 143.727 753.953 null] >> endobj 94 0 obj << -/D [756 0 R /XYZ 144.727 620.516 null] +/D [761 0 R /XYZ 144.727 716.092 null] >> endobj -755 0 obj << -/Font << /F17 400 0 R /F14 503 0 R /F44 486 0 R /F43 485 0 R /F45 504 0 R /F46 505 0 R /F36 482 0 R >> +760 0 obj << +/Font << /F45 504 0 R /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -765 0 obj << -/Length 2386 +770 0 obj << +/Length 2547 /Filter /FlateDecode >> stream -xYKoWH^M.5A!(eH6jRܒ=N6ԏWu}U_5!J滟r"Wa"TnkZlRH&r rݑZQ.+c[9Il*5 -0 J<1-,ך$?q6pjbnJޱ;68)Kͱ [B[Y_oJosu*N -R#@PY0^ٯ۠gi٫U` ::C`֌3eˇ ~aaXzu%ֱہ{`~l^;K\8Nb:OOp| ~7=5k(_7"L)yף|LuWߺB),x,c3R=6r(1sK se\S,bob;K&L>Ͱ_gv[R5o -d,UZHZ캪,:U}nu(DP2Lp.Tu~_O/e2WL868dyFۛFiR.QNZfkA<¥$ ūIf&QI~@ p EpEߏX1cx868԰Lb4n-X۸Wcg}ƒolm?FuOQA"2BsIҹqydl -7LŢ!w*l!jdۯT50㺷 -u nx#.4b1r>kS{V2]yꚚ-F0"'cl)oݵ.ł'\*R!r*z!&q@U&N=v/,S%~,FƊ g3qTѵ ~ȝr[,[OD%_pҌ^Eʘ̔F@'?4USA D -p|"d]Ƙ8xaC1 6fz1_@ەx//DHNcOw ?qd}B"' kEؒ!S#šLRpn&.i*+ >oVZyp%qa9T7 laHfJ?C ֆP'U[5}, \geK@ԝ 3p0-ܧD'3Ec5gsu9a c6JycK?";>OB1fEGc@ElD)z5"I=|;wkhvp}O~:n&dSrDQy!#0KN']1]'!FM펒oZ*T e r@dum`Evog;.;*E.rImHW^h&3nATbb:[Ёj^])|-If eYi+^`L TQl}ȘB~H9R@ -e&e? >SҼ;>1.?.#g_e^gOup<ԏل9ei~e> _+s!t@wksQ -xz}K/u/̀qd9mm[.r<(=xi\QŎ `~W$] -`c4쩇tw4t}՝-o_NGM^zy!V_}::S[NY9.:̰?PLKTOPŴ:FGBZ2ja:ߚKgVG bZ'w - |9 +xYKoW50/QZ`d f wnj#n,Eٶg${qdU!JG%H+Ō0IREnOg.CٺoqwT?GfS34uݜ-IdQ@Uܭ4mX,K YR/^ 2H +\\LAU3δ0\i7s&nmgWκnvtJMb%Hwk Qjhl[㜞0X~] yGJ +D._Sj_(haA˵ oxe ʖRҤDQپ-}{oۮwX<(ա-CNιfE/W/zЂ)%/8:_'93YrB.8*$"39_;'1y(?1잁D0" (Ap X5CðMǽm~P'Ci0}C&_!0 cN jTjF-΢+A k$uq9؝Ԏ}C.c +<6g/QLOR%|\b @/hҾ-އO 9<) Hɻp4q0ǘ%|0 +4BNqdx }ǟ?qd1!{A "ߨ!Sߛ3Png~9e:{m CMaK筈'!<tZ`>`SҼ >1.ҷ?ˑgpƓ !<7|YBXMhAuZ2,ޮGz2{xCF*Y3_T0 5T%Xf?^r!ڈMUPѼ0l[dBXxdvm)|bi2iSKvt4t|-}9?/vjt>{KDmE؄p\fszae{rxW`l<3nB9TA UjYb9t*4WfVzˣ}[=f^rG8~#n?LyܻCW/?JڄV2=ip+ODʹbLLm=gC#}})Qt|) 7.R([WW&Rk2I_ak(|%-}OZ0&=J҉taWx{vG }"pl^@rsoNRųw{Ij7 e<&SBQhԠ+AP4zHQ=.2W8 9=V|¤Z`I($d'~,d>^`ě endstream endobj -764 0 obj << +769 0 obj << /Type /Page -/Contents 765 0 R -/Resources 763 0 R +/Contents 770 0 R +/Resources 768 0 R /MediaBox [0 0 595.276 841.89] -/Parent 754 0 R -/Annots [ 759 0 R 760 0 R 761 0 R 762 0 R ] +/Parent 749 0 R +/Annots [ 764 0 R 765 0 R 766 0 R 767 0 R ] >> endobj -759 0 obj << +764 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [429.146 369.56 492.423 380.351] +/Rect [429.146 471.179 492.423 481.97] /A << /S /GoTo /D (subsection.2.4) >> >> endobj -760 0 obj << +765 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [162.906 357.605 225.877 368.396] +/Rect [162.906 459.224 225.877 470.015] /A << /S /GoTo /D (subsection.2.5) >> >> endobj -761 0 obj << +766 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [280.162 332.811 370.856 341.665] +/Rect [280.162 434.43 370.856 443.284] /A << /S /GoTo /D (subsubsection.4.10.2) >> >> endobj -762 0 obj << +767 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [218.145 248.714 281.989 260.666] +/Rect [218.145 349.801 281.989 361.754] /A << /S /GoTo /D (subsection.1.3) >> >> endobj -766 0 obj << -/D [764 0 R /XYZ 143.727 753.953 null] +771 0 obj << +/D [769 0 R /XYZ 144.724 753.953 null] >> endobj 98 0 obj << -/D [764 0 R /XYZ 144.727 320.401 null] +/D [769 0 R /XYZ 144.727 421.489 null] >> endobj -763 0 obj << -/Font << /F17 400 0 R /F14 503 0 R /F44 486 0 R /F43 485 0 R /F46 505 0 R /F35 399 0 R /F45 504 0 R /F37 483 0 R /F42 484 0 R >> +768 0 obj << +/Font << /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F17 400 0 R /F35 399 0 R /F45 504 0 R /F37 483 0 R /F42 484 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -770 0 obj << -/Length 2300 +775 0 obj << +/Length 2630 /Filter /FlateDecode >> stream -xXIFW -%A$ZZD(R!=o#E)wwC.Rիb[UzXED7{;0cۭT$C]z|P۲|{~ߟ*8oqoۦ>xx:WcÚi g`T˷&g\)7~}:#AEށVѷ"+7 - ԊlRvt y逿&->:UwbTІM0rWb.&lTB &؀a#Nn`CYpZHaȧqv&x+₳7g 7*nn0:(v?|uA4^+Cߖ cy\zۖrT2Uo?#7Irw RLC51 R%5\+^0G_]l-jA H% $sq -8]}Q #Du8`&[\S^]g8L0iօ]zK>EIB )PMy@ " -xDkES!|p8D e0C'mӫNr0B$tfZ[RCfصs5 0b_jCQnnTvSf";Lt)asv΍;fbeV2~$ 6\c{ZlJ+yX(>ñ*EIP1dD )"um灷5W{_>JxsaP!\Fh6 -@y+벇o]eAHgPuT8ɛP &~&})\ɧn٪:hi#]݂X*T̺uVNc(|ϣrc9Yn9NebFQR %a?A1*uv鼆bDzpdLHe ;[ݵM:m^FhHFɰH)dB>jᐷAJ%5.jn!pL:RPZw֊ -m6m/yGe!D:3QE,mz/=o?U_5$tɫ]lKy]sf;2X*37ڑ.ڒS|" ,+O[v"N!:DŽ#-dN'ixyf|m0s@ )w.A>c7hJL՝$z;RnPgy&Zz i,?`PPq*y.Bd. ] -RdRʋ d-?sX0Jt/mNǐ:z^w -X*8ȧ`k_5IU/$hߕMcyU`I<10̘](M!ݺLu} lói! Y4vV 枦]Z4H!TJ(/:8x\l<[AVڷBF -vL!,rW}&P,}KM@܋ Ȉ[P d6<߰׹nG_ăi\/O/Ih`3P:R!>@{br\h%%?G@WԆ DlYP*[K𣧡g&1FS5?hT.x xBnەP` ؔ ((R^j!@Ui6m_Ūoy +xڽYK8W؋ ČDR氳 9,z$M%$Oo(Kj^ b%,V}tzXE_D/wo޽zU"UVYX7&^?U~K$. }rw,ZΛ~W~Dcȋ\/]7Ynp?Ƿm/?uVH^mXI{`]cޛttWiTBʓ,<;$Y/Ge֌#SD˧fFh8UT8QV'+4H9|92lH}#xZp +CW@xǰz%bkTje7'N^^H=CL%;MppU$BS1 l0b(pEG4;W"qd#仧,p`C`1tP~Ɍu+>9UI05pyrl$s2܌$1Z`y3ywM)ֿ5h&<*,<6<đCDC@eAѣ#s> 'J'3)X1DzpdIL#}Ó3[8^kws!ySe F+|%;FQ `&%^:8QrX +TjBbTZ8Սub4?:8XZcovN_pVok\WC$?jCd_=,Z-: I' Ncޑ^/3jtm'GT"c򽣚c_rH7LPs(IH2) hS@*Y +pj lܜCP9zGzbPS*g^cx&᭙յ(ýb(O,a;zJRtM&sWyh.B3w;WUpB@=٢'o Ǿ3C3#̌% 59NH(JQ$b +N:zC[i$V; J tf!H*ȱ8C3TC劃Ǎ~&ok.a䰌W޵S BNQŽSN'v_b,"Yy^)pjvLٰ\n}h~ &_bxɔ5% t;5:R>@q "r|7Nr4$H +'*Uڅo'~P\~ )ֿmCq$7! [yi 6ˆ20$ځWV]dөXqX;Cq)F<uy聺_3cCbaIH/{Z +)ķ#FQ'2W#Y5ػKErȲ;U Y7ͲPO5$:] E.}쵇?܃A t} 雅JgP:@-c!O @#ţ)G)&=L?u-{yHeFgl8zvtC/RTdط~)+I S˒%A11IL.?~tzbuM,amP;~9M +mF\:,HqTH1A;Ys\$ <}y9Ñ ; x;wog4PKdNK"}?˥nGӾTQXsiw8REU{_LYa endstream endobj -769 0 obj << +774 0 obj << /Type /Page -/Contents 770 0 R -/Resources 768 0 R +/Contents 775 0 R +/Resources 773 0 R /MediaBox [0 0 595.276 841.89] -/Parent 754 0 R -/Annots [ 767 0 R ] +/Parent 749 0 R +/Annots [ 772 0 R ] >> endobj -767 0 obj << +772 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 550.356 231.609 559.21] +/Rect [168.638 639.086 231.609 647.94] /A << /S /GoTo /D (subsection.2.1) >> >> endobj -771 0 obj << -/D [769 0 R /XYZ 144.724 753.953 null] +776 0 obj << +/D [774 0 R /XYZ 143.727 753.953 null] >> endobj 102 0 obj << -/D [769 0 R /XYZ 144.727 172.642 null] +/D [774 0 R /XYZ 144.727 285.805 null] >> endobj -768 0 obj << -/Font << /F46 505 0 R /F42 484 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F35 399 0 R >> +773 0 obj << +/Font << /F42 484 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R /F35 399 0 R >> /ProcSet [ /PDF /Text ] >> endobj -775 0 obj << -/Length 2852 +780 0 obj << +/Length 2812 /Filter /FlateDecode >> stream -xڭYK h$kꥒ|s]ÁO1AӭV:R CYzMz$,#ntӻG6(2m7۸4RSRw[cX^w*OZ.NJ^kwv_jxZxcy>mqb;̎,0SUCa[z 6p~w8VJQXK"7^λv2940 } ;咗ԦTSnOVJJ8c`O/[,jȜ -3P%hӀVⷢaG[nz5YJ02[50Xd]Ew&T>>MЬiJڲ?\q:,#ͅV~ԗі3YȢ?*YBj 8}r>}F3/õz2(~իVƓį^"#7(ŒV-EtGΤ0Yj`ᤵ,ʹ͐l͑aw@%U]*ytpy4_XW}X'qOb/}Unƈ٘YI  Յ^#@ROn'H&K?:@JӹԕuPa?ȅuW*aK7LRQ7蹸\l@y4۪GFN^<<I1 +dFԿ~%x&L[ -iםNP_ we`R=_=퇪Q V0Z~ʖd M) !!Z%:iϏpbvia ^>CA -'G |NL0*8tñBn`tp;Fx'I$\YRBAQ]"W+#uco2-ye 9o;><\_$vɊL=C\B3 }D\!\O}})jF"U^F /d[3c -Y• M?~zYHwͻ7`cVD2\*n< xbo1p&U={ƈ-GMFT:3C0FKe+(JL0x&ދ6$:|,FBvDHFy}Y.{oћ,{lf[C<81_Fd%S^ؖtBZ&vh$8h`A/㛤nj=mt. g`.[|y{M\À,ޥ8JJ\KʜPھs#2#ĵaJn?$-;͖^Q=L~삵+bf/!WBUC3X픐Ȍ$v+?΂8, Ag[UyhdqfrH -7?ɤi^%K Ef+; _z>k+0s$)27#8(G8 a=r.1ӟ9-=Gj~˜s0B)+9q  "Y֠Cãs.Ӊ7Y5tןCq JrPֵ1BTwFM ` ̢hOl,%T4|=̄SW|!DVHA75&H4SJ -.">/1 54d/2k9-9072.e3fƃ:cxbK.E; ,T:րtX1^mp>sC`C{t{5[p)4QBwz/G`F:}zy,9_h y#rϐ0AܡL1BxE XQ{-!c5dA#k9U3̱z#CJ - -i 5zw Q7z3eVOrb`r\74ﮇT͍](_&8Ujn91 BӨ{h)Ka>k$r#Q <H4YBeE\"2r& -{08'PoIr3)cބ*+c^xa۰9hڕ?Ouu.ұEj SVU˞*ЈNd}2_C]_&}w7C| 9,vUr?[)5 xe#5g q0,SJJ.^/Q..Do:dOX$LLU*VL+_p<^>; **{C4A0Ž;YB0n4c\F/W'@7dlW?pi4eeK+r͠`%%U^ bU ;P$ßSAZ&E8wSb^#'oZdEq2 -b#Bo!E(;>NWAܓlvŹ5ȿ5D|2 REց"eך1w?Xhz <\75 n$0V̭8G}&B71X-rH] ltKoQUySIwxHqx#]PMy #Q ōaANX !- -+(~O_-,7l;;*L+Y>(Oǥp7fpԅܖ?`6I[p#! qkbЇw± +xڽZK6ϯ0r3H޲dEM;dj[mkG`VHQKGꫯJvtM~z懟Zȳ|uR2NsƳbu]}H2fXv\ݾ}?s=0a Mn- +e&TyJ:=)dM9,m|HOWTT50˝ۻr~V)ιw.ɧ;'vSݵt4O"c&X`R_$1xݿ/H(_K/s΅Q??>~u5|P)"%x+pڗ'_0j2Ǯ?V*/קSQ7ϤbiƿYd>jx!*)XӨߪ7Aw+*ݛՇ31kt2жPb~Iea +۲K,\lG-ظcwk%3/~?c}$+B.&~863Qo-<ഗ0RynK,THn Ơ(g0S زl{'[Q7Z$=,O.\g5J~"8տB6=l]`Y)(eE+qZX%*38].Bf7GH&0XRsk_Vcf{r3+,""0 +`UN`:շk.Y ZsX57VT82@h +& uI f kX}=܄-ܴ SƩ;-$fhUfyf巆 +;ڎV9)/VX;Ɍ[!,VE ;~4Z"`dHa, ghay@'\˵F%vaS= -PC}8z4!CރoНkWmIz¯G,|b;l:H/XWT8=r\d=;նqsN&җ9 5y2>Ov,$*c)5Uum ?%_lJ'|PfFϬ룜0+ƝnpYL:r8\ett_b($g ׹L!QE*".&"eYB<=@<+d3 JAX呤<1AHTésDSa=6쀐PQyU4ڱ}7<$SCP6ғKm·jːr 1@+1'm#m- `'zOݗ.,hG5tz.j݊ƣQǼJ@1>)e QD|P%|a"q&`2]_ 껆z=rF;qS +A:~K%2[uS>}w,R $#x~uhW9+0.Ml\c:0aԽP19mi>i~O'O=Q<`W"ȖfcEP1SP#:%wZ*p^4C &n ySr/ =MaI9mT7`o!I!Slz8]!$be}OyaiFވKkRk<݁J{$A4b@$" dߠ:@#lDt?S<fĽ L"l*L+ cnEgd0W#u8q [͒p0SqL +1Sk. +?+Yu<뿈Yd.e7\%b:(C“Ee/۵Sv"B 'P +9Qx!׉܂' :eDQK00.]L-Rn0HpM0q3όOhfH#Í+؂=es$r@­E1 \] Fl H/W _wAH +EXdmL|Gp*j:LT{)0F`߻nj ,>#Igz)+ƙbk"SW1$PHrpJ@}mjFBp^j\H?X\rNT}Y2nN/|gY26ϩr'my{޺B V<+c# x k qE;P"ePhOP|m^'$[¹&Y[ i"Iop~޽ei"yJ(.ng ~+5s@;⫚ԉ)H-֞V:zBGL| :.]9;~k%bNg geA*@29IJirTSrT&.77ɬY_8쐻ky 2m|zmLO)R|0RG=!dYČ 4@b}lOo +!" endstream endobj -774 0 obj << +779 0 obj << /Type /Page -/Contents 775 0 R -/Resources 773 0 R +/Contents 780 0 R +/Resources 778 0 R /MediaBox [0 0 595.276 841.89] -/Parent 754 0 R -/Annots [ 772 0 R ] +/Parent 749 0 R +/Annots [ 777 0 R ] >> endobj -772 0 obj << +777 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [193.861 493.536 208.581 504.326] +/Rect [193.861 622.043 208.581 632.834] /A << /S /GoTo /D (subsection.1.3) >> >> endobj -776 0 obj << -/D [774 0 R /XYZ 143.727 753.953 null] +781 0 obj << +/D [779 0 R /XYZ 144.724 753.953 null] >> endobj 106 0 obj << -/D [774 0 R /XYZ 144.727 587.584 null] +/D [779 0 R /XYZ 144.727 716.092 null] >> endobj -777 0 obj << -/D [774 0 R /XYZ 144.727 213.319 null] +782 0 obj << +/D [779 0 R /XYZ 144.727 341.827 null] >> endobj -773 0 obj << -/Font << /F17 400 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R /F35 399 0 R /F14 503 0 R /F44 486 0 R /F37 483 0 R >> +778 0 obj << +/Font << /F35 399 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R /F46 505 0 R /F14 503 0 R /F44 486 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -780 0 obj << -/Length 2422 +785 0 obj << +/Length 2483 /Filter /FlateDecode >> stream -xڵYK81/s6A`w$9m[hYH8F"m;="),LۈFﯨwRD)IW&bRu":fB/Ǭgŗ_|4%"͐n˺ma"aqX7aXU/-1D&hPSV0I3'%qRd8t*t䌤̸wy…nGbɵ:m԰+Y,%Wu?^ﺢMϚ6Ľ_e{umF颥V$2Z2(h'l.)pz:wZEpd}ҏxC- [i.>S!A2`?lBIr匮"YzU4?)MLۢ[,%fnotLPk -Nەvrr~9Z6[6ﺢ=޸ʇx:|HxW83ܬ I_s#`ei2֙]! WMaĽ{Oоl Ț&Ж \qy -IX#( q+ -m0gko|Xlk7tlL`?n7rqG*!Kuu??B#RbW¥BdJ| @U{Aj/K2 `rsKޒŷY2 _xnn@8%˫۲hƛFae g>R%&CSXWPǁ׫w\go;e$"^@\lͶ̝=eZ52U91*e{LY&?|ΦbGjd^PI `w QT~Ht_iBʀ8Mͷx8OD<҂iܪ`N||p~]tf PXLt mϊw`m-ܠa2KhFW!㗜/eAC.],+Eγ r ODtd[0>̧8lTaF9Q#_??"6,GY~ 46jL%t?+3r;vL|#!ђa$= -ă$``B$B sw4ESP8$ P2,`f[VYYg]7o+Y&[ LCу ljTGͺ!GJbFȐa5˿v6YF>s˛B/x iš 0_04#K,͹b&B1Pٌ QGE2dFϙ܇#5Ew@5ĨẺ<D,YDgn(2Jruu&w9QM=J-6|M]WSZ 74Z7a -@LӸ2# D0RhF=@g |Lp;.1D~5!?G2p.ȥ[be;.+MYTNµt!> -LMzwga =s 3N$\>?Cr]ܿh_ UG[H3'"^ft*ab{XgRR,IX+~pD oϪy:Cj J`yf ߖ]D" x^+:YEOL/8S\-nV &e^DŌgb5^~+L&ᰓr:CF~2eQn,K?c*Y6Nh/QؐQ, իO"Ͼ:*j_^KF?] nƒ _ZDI:6\3gDߘ/Gc]ؿktɢC2ρ0 H76ɗCZD:˼F۶v3]~dWT BjACvhLU@^jgiJR+bI졬z~xR)&V!_2ʲ#_ 6̫%XkD)y~S/!0!6ip7=YxOdb2]ЂJwnʃlޖfԜsOkTmޔ=ѡsߔ.q jWYڮ(:u8pV{&4R/ɎɎ_<8p&cU^ Jҏs~ZP#_3,M𑙌%i A!L4PC"0:GSNƗ~uS8 PhG,-y5Ô}ɂZeE ! V5ڣ]؊ +tvd;*HERd`}](X*1qoFvKg$aX8S!x f: j#sr܌H,G58VP kߣ ŠO9pyhXM;H!,I}( +HRCBB"Őe:RgCU R +;:7lY*sIIx&d$O O$ؠd0i%$QD§e)FƐv(Y2L +=dE狾+"sQRPxFs[#9}(o+z-:ٖIX-\|81qMOFfPٙ$]%} eQlU +Mr*{O߮+nv;VCÚpD+2BٜQ@}9I nOB6|P[Yg(yq;bA)DE~gyT*"ȍ @& +os~3æ/0r%.͏` ŏ{t2D*5g#.Q8HQhh#y)uߍE:˯xqԙzS*Cpu(gL^Vu|ITͧ+FKNJ( PtA$y~qP6\@11>̿`cahBv-Krlo؇=2zќ>m\R?DF^8=,jclߤ_a"13ӏoi_Z;{~]٠Њf:>g@ 匉3L3s`1ً\7) +9w]T9a<`_cўŰ3/pd`w{zCaOrvgI69y9bT0{gTGY7Ifphٱ$#Σf4 M^+0N endstream endobj -779 0 obj << +784 0 obj << /Type /Page -/Contents 780 0 R -/Resources 778 0 R +/Contents 785 0 R +/Resources 783 0 R /MediaBox [0 0 595.276 841.89] -/Parent 754 0 R +/Parent 788 0 R >> endobj -781 0 obj << -/D [779 0 R /XYZ 144.724 753.953 null] +786 0 obj << +/D [784 0 R /XYZ 143.727 753.953 null] >> endobj -782 0 obj << -/D [779 0 R /XYZ 144.727 356.01 null] +787 0 obj << +/D [784 0 R /XYZ 144.727 487.491 null] >> endobj -778 0 obj << -/Font << /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R /F35 399 0 R >> +783 0 obj << +/Font << /F17 400 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F43 485 0 R /F35 399 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -789 0 obj << -/Length 2457 +795 0 obj << +/Length 2249 /Filter /FlateDecode >> stream -xڭYI`TEŷΔgʩSHIH IUwk{b/so_!9ʷ_o "'0ۭ#t⅑p"?D8iZD>ɡZݤmQU=Wؾ3/YU~tIpJ,hܶݔ8MW5VkV+io欅0 -/њ /"*2DE jIbniJC寱#k)&CoV5ӳveqC%~$J3/ʜ$C3#˦N@SΛ>TnAh MөNuvc[Ǵ (Ca}R#~hh݆jr>3F{Dj!(dNX$s./fUg o)@#+vE['2 zLLH?p+I)? TRqwnɗ֮aPEc6ve$oIڤ%O<*-eJ8={ uʋ; IlGl[`y AG*MFUG:/Mu"8 0BOB@@2A, ) Iw~/ `*xRR:!$bi}:?LQ2!Fag8}Ӳ-o(9PNSfZd=gitly5M=bO±|{Olo[;&)}cЎ$i'=B5\Sd{dwhS^X&h1C{.;N3:es@`0KF%w2yK+[5W曼ixp+eJ=ьIlQf&遴.!giK!5;3֖c)Y+y<}I)M~)\/d6߲#O$'hEV@Ca21eRʪdl!"[.0T\ՁYj6,"NsxՏW_@E -"%$V!%v^sV^2e". P1؋DpDiC2 Ÿ}%`43_-=_D -_x2KIYHQtHbTpfx&3 ¦YeB|X/f)B5#U޸@곢Ue˶݈\8bsٶ"U{q*rx3n 7|,yo,%_|U2E& 8C_ugfBj%Mp(^}䁉DЏ2[£_{ѳK$%i]~^P;̡,<1qI)JI>)'h^s.fnS9ev+pYY:>+q٣~tV,n^?AK}3D^鷉_F 5u% A:vѣyU!9MiNUk:bdG*1*p0vPCPcr001(O収]cmz?<1gy yZSfXNg~:Yk◧ fv:'8;4]ܐyXzlK߲4ۗ? ԕ" }ˠsCk\ +xYKsFWt Ue1/`MjR 2 J_ @%*^" =Sa +UxTD +W"0b\$"8K~./~-~oi\}{|仛zvM'4vumv~f͟w  ktfUIojDj6^˄A +>iޛL$ Y*v~(!E^[hLTD"׫mZw* [ 0g+y'r2bF|~)2$Ӝ9Nsyϱwx7!&$jw8|{vȪ{)Zr/vW㾩,;P|jmaIu2 +K|SYhvk3A;X02.j=’geFv}1Xods_:mqh&D< 7 y% x}{v҄@7<ۋĊqCq*=GLREY; +I"<Ӏ' ? N +X!V6@.IN'cG~;-44&[º=t֒JL1I<1~!@ĕ|䯠{.Èk%(+*4$/tBMvˤ~xD;BÄ]Ep?~q"Jvي{ lqn˺kH0>^pHϾ+MNOERC0g5y/1mn)i!vV!bMɰ~2"Y\() GP5rDG-ov(6ͯtG/:JУC|[$3q5@ )BFmCb)->XLvӉ9p +Ha_: +XČh cfo +ƚ_Uަͦ510@ ֟1.B569xZfI/>QSCDKoLm?Jo=J zVmKl}J2x0P鷗4 *^+8zEC4Hi'@LyƁ,rʍdYeUQ_DSiIEu; "E$ A眾+\`Lb; +B(.qǶ"wJu(ʦpVJUKy2->?@nZپ-{g7h jJ}Ka3y7@w :ejq:Wm]ȐO,CaJNJx߸9#)P82kf}zn%޶l}e@ Cl"O俊9jדI I\gTd/2be&}D Q ǔ_(dHV)!> endobj -783 0 obj << +789 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [248.646 393.528 255.107 406.142] +/Rect [248.646 537.936 255.107 550.549] /A << /S /GoTo /D (Hfootnote.8) >> >> endobj -785 0 obj << +791 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.462 369.618 471.923 382.231] +/Rect [465.462 514.025 471.923 526.638] /A << /S /GoTo /D (Hfootnote.9) >> >> endobj -784 0 obj << +790 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [282.066 143.692 335.89 155.172] +/Rect [282.066 125.977 335.89 137.456] /A << /S /GoTo /D (subsection.2.2) >> >> endobj -786 0 obj << +792 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [303.231 134.206 357.056 145.685] +/Rect [303.231 116.49 357.056 127.969] /A << /S /GoTo /D (subsection.2.2) >> >> endobj -790 0 obj << -/D [788 0 R /XYZ 143.727 753.953 null] +796 0 obj << +/D [794 0 R /XYZ 144.724 753.953 null] >> endobj -791 0 obj << -/D [788 0 R /XYZ 159.966 156.993 null] +797 0 obj << +/D [794 0 R /XYZ 159.966 139.277 null] >> endobj -792 0 obj << -/D [788 0 R /XYZ 159.966 147.506 null] +798 0 obj << +/D [794 0 R /XYZ 159.966 129.79 null] >> endobj -787 0 obj << -/Font << /F17 400 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R /F14 503 0 R /F44 486 0 R /F37 483 0 R /F39 487 0 R /F38 489 0 R /F40 490 0 R >> +793 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F43 485 0 R /F37 483 0 R /F14 503 0 R /F44 486 0 R /F39 487 0 R /F38 489 0 R /F40 490 0 R >> /ProcSet [ /PDF /Text ] >> endobj -798 0 obj << -/Length 2372 +803 0 obj << +/Length 2721 /Filter /FlateDecode >> stream -xYK8me#>% 0Φ,&Ӈ:9(6"KIAV(YrIHփD(/D&?R,irxb?H-IU$Y騵.Jdٸ˭9Kx6lҽC2d4KuH\Qr#Lt氟Gi"*mz]/JNvQk8-åmfYeS*<+s*gΆ3)^\񸡱}Hi=RerR7eJ+ˎwvEet%%@sk헇h()a[麢-m!e#dl˾+ qsf3sBߠ}ˑBd S-D[zT"tuڐ ˲ISr`ϛ\19@!_a9 $ 5(IgqAJmCVF˦yܣd7t8Oǁ>4!vHО$]@#5mQocYU4M˕3uJ2ae"8Y5&oGs.Жc - r99+.U}oȨť7}OeQό-;]`ߕǀUT/exekMZL&Ә.԰a42%0WD,``,'9Pޓsm\dSTlwqKxCZ]CVCx od\EoB@{x۟kht0xq4*kj1MmdEh<'+"e*E?rѺIww;Z8ᄍqiuӡ#+n5 Lec<~ɕ3eFE"Z7pi[hl_ՐkZq[G50 iLi- LL'3I|H|z> cg [5? 23Dx(a9I |W,wb݂jOˌejHQו|g77ݮ?ޝ("Rr2\ڡIt:{ "}n?}Qu~Jp/0AE=KWB>8ZQ`o~fP͂uSm%T>:qW ԮT{D햓kѰڮ*v?ㆳ+uG,WM+s%R>,(5LAF -Sǐ2 6Ol--rbwtZ6ʼnD;:o~.hHQ ŲŊnIm?u-<,]/-o +/ܔ}].gׁ^iBLcՠUi Rimg"K0MI@-Yj€zlieɁx:HXl@p5|@१@sH (QkqA҂߷R#@Tӄ%mcOl,жH#h;>ãnGJG}AcPPj)B"#`3)C~C:F,w'SϠ+LDmu@)?|J -~uB'[r&IU*_Ag?4,ӹl03"(wqkAas-yE -8eF5e>6G`gݎ,7|5m_MCCO,ns"z)iCmIBkvdzg:gq!}X}YUGuDܐ1NԍijL;~9MI{DŽGuBԚ7O2h) BKt;z]5<86]qii)}3.%JCw 03 *fKRoǠo +xZ[o6~ϯ@ŠET>̢`f2eGYr%y&AP7vmw%x;D&۫< RXwKɒ8 H3*ō*̚~W8 ;f؄Onlkj}^@[˿.߿{/Ŕ| 0g WuӬqRI׸yvtQe nࢱ:l}pZH-f,U4YyBf]QW-[Hr7zIq<>Jԃ\۬BE@tƵ C4WyeKuE3Np D8PfPOwWn>N+J0@ԨɃկU"aijUvHa'/~hXDⰞZ'sNFRL?\۲-zGQ}@ M9LRޯZ6fb >堪 3XNH|E9C@1m⹹#m%ߔufM)]kۢr+>[PmuJbѣA*@3<41Tկʞ&ŠsrG?j2L]4>O0As>t >$1g8ciD31M].rfCC=-֡F=` 7 (q$߭bSts 97Ll9Z)d@sNiłt>/oC7oԒ &o'i)c.L"= KL g29h)Of"j]"L ,p,( cq%@6B84“E#8?iI +6BگzԂqT>VT-3f)DG4YYQK4Y|! ,*{'Azr^T5z$)|kh t1hQdD^X&^(H*7c bZ7DL*s1CU}H9y8)SZQr/Nn'y}wM3D1]ѕ=0%/?W~'N7"rl/瑜yJQXt5fm[li& l}S +ָrRnpO3zQXZy6@0^e>6lvG_kwpS|]PJ{qGQ5Qj 8:1 yKhD[dNr_{䖜H\|gBr^}YU:[DlT1vԍiɪظ'U*|aYT™<Ƨ(͔+?Z2Irln(Z1Db@Kf+.v){̩*ӎ<TXp^|5v1HxP.Fj#{)RҾ8QܑCJ + +Xߟ*ќ 8Rb̪*ZjgW5-yQGω*0㕦n|_p5o_HvMV˦u&"5yibLU>Q˽@U*}&y^0Lנ"ח;(i9BySod}EY`K(k"9\UQ c_kCHfFYYw&'ܷLAtrcxF>_Mپ`H.)CW#8rlOK} :'c`Tr Vlx}'t\J~bg3UobDT -ϱlxEbli0yWWiɴ=be䌰(L>+7Hy\,ObŽ_ky,ώ4<[6[n.Pf:cipcKHb(-cÖ.V84igEC)}։ͲR)W驢h}e)wV38AM< G Ql endstream endobj -797 0 obj << +802 0 obj << /Type /Page -/Contents 798 0 R -/Resources 796 0 R +/Contents 803 0 R +/Resources 801 0 R /MediaBox [0 0 595.276 841.89] -/Parent 793 0 R -/Annots [ 794 0 R ] +/Parent 788 0 R +/Annots [ 799 0 R 800 0 R ] >> endobj -794 0 obj << +799 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [176.382 453.75 239.353 462.604] +/Rect [176.382 615.197 239.353 624.051] /A << /S /GoTo /D (subsection.2.3) >> >> endobj -799 0 obj << -/D [797 0 R /XYZ 144.724 753.953 null] ->> endobj 800 0 obj << -/D [797 0 R /XYZ 144.727 440.809 null] +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [207.543 272.6 271.606 284.553] +/A << /S /GoTo /D (subsection.2.3) >> +>> endobj +804 0 obj << +/D [802 0 R /XYZ 143.727 753.953 null] +>> endobj +805 0 obj << +/D [802 0 R /XYZ 144.727 602.255 null] >> endobj 110 0 obj << -/D [797 0 R /XYZ 144.727 233.931 null] +/D [802 0 R /XYZ 144.727 395.377 null] >> endobj -796 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F35 399 0 R /F36 482 0 R /F45 504 0 R >> +801 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F35 399 0 R /F36 482 0 R /F46 505 0 R /F14 503 0 R /F44 486 0 R /F45 504 0 R >> /ProcSet [ /PDF /Text ] >> endobj -805 0 obj << -/Length 2717 +811 0 obj << +/Length 2227 /Filter /FlateDecode >> stream -xZKo8WQ Q|IL!zLr7z0ߧE6mL{X,~/Y8=7e:ы͂KLb&֌'bE۵s)EGZe[/\~ƁZhTg7/[ꊺ n-ύŵVi;;~jowsUӬghٻV*x9˔m-u*,{)&BQYݴmșT@rHOJ0(t\k]5Ů#6q*k***6ƭQSoJ(}s.5x6n6o -cӷ -ńvT;wsΡgۣ1yQP͞:H %sü %q~ 1sZrս)u$ (5(xEق9\VCYM1LPs[`Dp=FntpiVs .7,lY8]rbzw"WP\ƟWhmSl.*r/m>C]ת1jOo4G,UD+OW%3c] yS'd_L0'T ٗP y ||~jK[@GrHbVdrmm׆nHƔpgSfjz[pq!$3јTϿjȻ.{v"*;j5MKM{ qXN -ۆ)L}Ѣ]DCbeCtDk;B[ʿMݻ2|E@Նgl, Ov+UAJ8<{RP_3׀;(΁}7>CS*f5`ۧ'P6)b!UG}^@Bw)^ $gr܂ANR?E -|Mo 'ؠLO~k8zO`8PɨC%;ݕ.;5vaq|3ӰO=?b]=_bSG@WU6e`U_G85 +xYK8QboIL!eAmm!#*%5d2{EX,HۈFoD4.bR'QB5a<ч/ZZ !ks]op82,C^Th,$ODAFm>Ͼhsщɠ1_YZe,K5IR=Lb.v2II&RGugN\mYmuÊ'qvuZ465vucNT y?jO+Da]Tmx}nbe׌\iBhɔrSSq^f}w74Xݎ`TIӑ$K d9&'mvREn|zHN0p^ oZ !SPbJD]3LZbNHmܭapUwE *`5Y,='|lOƓpA֦֟؝\O*s0 [y}e g:JaZך[ N,8娴!/O> XZJNJLSqr.rO:GB nZn]wgnk+Ȧ?weFzoV1f[$0t+OZnϳVsh \^7ִ7qw +Sm U"; l8&P#Ne=L1O+?!:M}8Uˁ9eih>xqj sµi}UC.|29cGω5]7+VPXe$bqq.Kps ʸnC\RrIBv̅"Tsop4.3J s_Y/s2Gidf>L52Ƙ+.S`D,R*?_B︨O`zZ@_,ě8b J%ϱc31ǿ]4,&ʿ_e*V1DE(-&/ʓB$4s-['Wvŗa $\|{OV-`W{o+tI@tj_.ܳlZI M<5T>')7vaʍ6]ďcc3Xkyn0x/l_Lf}G_ ɪs|8Q|ؕxzӃ- 19b3&),<}`zDFKfHeCbk)2[Ɵc{uO1j]m)aֲ,ӓ/+OE]xz#ҀȌO[jNAn|HE=i]X)M!ѝ< SC}  s "} C#.wBμ +'LPwrHdkC##J8A8LM?BpF4cq /|rP@o\J&:Iu*|\G +t3b[+tV:nTab1g9(ЖS$ 'NCz[<,%Is7fʛ[a)-ܒTmʟ%!8=HX՝X(|Wi[=˱,6+.,Q[c?нVb`@ݜU3{ªƒ#OއlK%r^cݪi{ 9D,/3<BA gBSOIrs]?K N.!#*R1wfj>$>cdܿw! pŮÍi=>-f\spMsӠsq\ȅZ[o+5 G{Xeg|Y1>ײf6,X :O,6=vfk۰!J/`kf!su{z>RNq֌ +(6pviw3Ld#ì6C,B%\7e}pfso%Y aM-}$zFS{ endstream endobj -804 0 obj << +810 0 obj << /Type /Page -/Contents 805 0 R -/Resources 803 0 R +/Contents 811 0 R +/Resources 809 0 R /MediaBox [0 0 595.276 841.89] -/Parent 793 0 R -/Annots [ 795 0 R 801 0 R 802 0 R ] ->> endobj -795 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [207.543 702.643 271.606 714.595] -/A << /S /GoTo /D (subsection.2.3) >> +/Parent 788 0 R +/Annots [ 806 0 R 807 0 R ] >> endobj -801 0 obj << +806 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [257.425 466.1 320.835 476.891] +/Rect [257.425 615.909 320.835 626.7] /A << /S /GoTo /D (subsection.2.2) >> >> endobj -802 0 obj << +807 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.412 160.304 254.125 169.158] +/Rect [168.412 310.113 254.125 318.967] /A << /S /GoTo /D (subsubsection.2.2.3) >> >> endobj -806 0 obj << -/D [804 0 R /XYZ 143.727 753.953 null] +812 0 obj << +/D [810 0 R /XYZ 144.724 753.953 null] >> endobj 114 0 obj << -/D [804 0 R /XYZ 144.727 496.667 null] +/D [810 0 R /XYZ 144.727 646.476 null] >> endobj -803 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F36 482 0 R /F45 504 0 R /F14 503 0 R /F44 486 0 R /F35 399 0 R >> +809 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F45 504 0 R /F46 505 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R /F35 399 0 R >> /ProcSet [ /PDF /Text ] >> endobj -812 0 obj << -/Length 2892 +817 0 obj << +/Length 3023 /Filter /FlateDecode >> stream -xڝZICԁUS7$-Q݄%RCRn+ |^qV"kyU-\<.;}壊HB. etd(NŧS^߯1K~e1~t:^6ߔ<۠}цvDdY[dϏMuzrS|iNHUY6qTH"g^~?g7YCŇ|MhmN~`Y_j~}hUݴ*ȏ s $&b&utlNzzg6I$'r bHDus'{=jl_ '?4$_Aa6u=tFgil{ u=~u c#( ]ET"~9~[XG]FX -L̎t>~tZʊZ2ڋN|zj鴐nIj.xeSp)l6+u]lu^?Iy<ꔐ#wbB+k!]V>Wof‘Ug^z  f"4cR9!m mW tsQܟdsLgd!9Qy2VMQ6ke$TW4ʼn)-n7hvNc72p<J8i?+"Xw`>mjC#߾7ktNhƭ'[V mK)FпΜLz\p߿->AlCnѥj01E?ondG+Nt#w6 eC ƭ(Q!@fPU>6sj珄ɘx]4ډ5wo:]YcN8Mp;8Yp -~W`JID'3*{uH  \zEw殨Y&oht:DNӘ=i~| agŹW7O.7 GGs7rϨ%`O*Y,a;X@/:FM DCgSdžyf7(=Ei!ZV¢ xz"&jQtA|Q"]V\q)i9-Neea3uƏW hܭW˪gLLuK#^2:&ѓ3Zskƨ6E[::Kl4Gj 'J:(蓒H|ԈIU&q-G(&<8BuKAP[>Z'sjĆmz5:?F?%R<חc[zR8"u ivN ÂTBFPUP`,s1 z03spόh_Sp:tI1TP0z>l~Î*휁IQG=7̀9p^8'NH3R呱`bSBɒӹ 9JF8 - 0kbW\Bo<w':2W^ n* SYBPGa\PߒJPeNyz/cܙ*z<mNyDFX)t]K&/m]wu_ h\~|nV}hѼ^5EiBD3%c/+|8oAdn[*BbߤtIjZ:9V>SӍwӻ IdbRpA밒#74D[ `|>3d")XiOg5oLrه>8}8=S?IIsE.6Dp6^<{LU†$?w⿥dG/!P7JE,xA5ObX"qlt_lh*2hYNx[)?H4$4P@zV *0d0NLX .!S+qҹ飭Hv1W,ǹaLM %;tq!>l=c_Tsnh{ +xڭZ[ۺ~_!1X98EA]aeGqpe)Ԉ7 G~w|qJ="afc2!a}\=ee[H1ٷCo8;z3t۔.aF/oSyj>9?G?zu/V%M-5DzAuBnƮ hG{ڒ mكj7Y=6}w ft*8d¤67Or4gA6|mꙆC踃6N$ VF|[xys(R +!L?qÛ̟Lj.~yzd ?sL d%dz'\ :{gwwC?r\7v\u`pJX@av\cD&I%lE`C }WИg^\GZz6KE;&b36K0'O.Cgr9›RʼnV+  `@͐8lz0t*uUW)̰"DPn +k-Af1H{+CS23S +A;*+L0SVgK8{~kFb s896 +L>iOޠGEx I$S€>@(y.C$>TgR&|"5c["m7I8-tۑ& LLؙ`[F>AҋqY!nz^ٍb*9k+tXM,WzV"oچ*@8T|WzM4*P!<gAa9鹵-} (kSV"lI"ZQi.'K@1oN$O%l̒)e`zT)HVL,Yrsr~R]k N 7!z\J_kRd: iUwK!bM%`">c+${Dw@ Ӄ4UhOyK/(P39n~<2P"w4&9/W49#=t]*:;Xa\#0Ӡ^!KM %T +UCu u2MH +J^\@W 83y,c.MF v>kܟbDLo:m\܃Q.#O 8o@b#D`|l=Pkٰ gVz.6b=U,CiS;c;=k/7!g9o! ypAžȂ:߇:kM^gA(P;T*LS0yB8|`tV;'og-S*G:Cmt_~Ɛv ٯg&懭IX4^U{-*;uHW$kLolϖk̐.U'UAV$fpSرCPB,nHWKv !, ޣ+Y8D+əd:VGjiM7_9 -ar`\8ƌ|mOH pSr `oZ m˶׮@+3 +|[%W^ۅOCMow,"@B%Lf33wCWE +QD')J" q hlA(CO5`ɜP_%t u(scE֥y9R-GabyҧнQba{Y,0LVW1Ny}Ƌϩ vNM>e%F_((\i*,"@F3$PJa_r /): endstream endobj -811 0 obj << +816 0 obj << /Type /Page -/Contents 812 0 R -/Resources 810 0 R +/Contents 817 0 R +/Resources 815 0 R /MediaBox [0 0 595.276 841.89] -/Parent 793 0 R -/Annots [ 807 0 R 808 0 R 809 0 R ] +/Parent 788 0 R +/Annots [ 808 0 R 813 0 R 814 0 R ] >> endobj -807 0 obj << +808 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [163.245 516.737 248.496 528.69] +/Rect [163.245 642.867 248.496 654.819] /A << /S /GoTo /D (subsubsection.2.4.1) >> >> endobj -808 0 obj << +813 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 203.863 193.125 214.654] +/Rect [158.675 328.47 193.125 339.261] /A << /S /GoTo /D (table.4) >> >> endobj -809 0 obj << +814 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [444.747 155.766 455.178 168.102] +/Rect [444.747 280.373 455.178 292.709] /A << /S /GoTo /D (Hfootnote.10) >> >> endobj -813 0 obj << -/D [811 0 R /XYZ 144.724 753.953 null] +818 0 obj << +/D [816 0 R /XYZ 143.727 753.953 null] >> endobj -814 0 obj << -/D [811 0 R /XYZ 159.966 139.255 null] +819 0 obj << +/D [816 0 R /XYZ 159.966 139.255 null] >> endobj -810 0 obj << -/Font << /F17 400 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R /F37 483 0 R /F39 487 0 R /F38 489 0 R /F41 491 0 R /F40 490 0 R >> +815 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F37 483 0 R /F39 487 0 R /F38 489 0 R /F41 491 0 R /F40 490 0 R >> /ProcSet [ /PDF /Text ] >> endobj -819 0 obj << -/Length 2159 +824 0 obj << +/Length 2420 /Filter /FlateDecode >> stream -xZo6_@͊?{˶Y$QIɢB'ҏm@Su<gY<{,p+fhb5LjMe]t1O(,:/ %Tv(¿s!l tջ֮^׸4j4 -U_ɘ3[I^7USW]1,I_n)ĵ9ϡO@5p-H'Yuf!QʋWQY0#/JXXbo CV h7#zL"p"޴]@T~;f$ú.xH1I$e^5 M*ci|k2@3aApR~XPC%ͬjfW]19It񊄤qy|ax@k2HN(pXoN¸eg{QM؛S_N}tyqS;;K8/Gmj>IUqYCkx=R_э<Azsr nJOx*۵YfA~'XXĩR06ț7RC8~[\USߠ/܄5k]ڨ^nMf._K_wO%0E;%_&:BC'J=7q1; K.xY1Uu]eA zOWuv[-HYNl -ӂX -}fޙcWS{3U;nFh:E>.*h]o5sK$DA6Eކ (nW>Tۀ]mV-ۗSpC~1G~oFɸ.[#p4zŨL\]]4^]˖8Y -InDEJxa,RF(EaQVD@`d"A 8bwcXp¸bW[d߭cNQ(T$؞,i!H}>q@1"Rѧnu/Qۓ7ιN4I_v'=pN :&p;@ aDt<1_8.G@ j^lk]:ʚ~W(ν_ھ:M#ӽv܀s -5^/X}:l+'Ξb -OLnPv:ӲVdhuMqӏpw/>V][꠆mm>ߛ,&@σWN'ݕx^cvSoL?4:2rŬJN:̘/,CIOY1ap5'AU(X'>7x)6 |Bj-لB$/al\rs9 -Jt|UJg^_(q4)sS&5z_ -^4#Pxn U6R`,$Ŭw0A/j-o,k77WfTwd/'M Yn:(NL͸Dck2~onw׺) `AIj w]nU|J*Hac7xd{_1bW% -0}^rw:M -id2ضa_s0r5fuχSg$iY&Hj-x|\.3s$, NCӔ8pʂ9J6{%WBM[w<]ϋ17olrT-z3-,d;Cָome6,=\Z:Nl=ՄKzUdDh:CXU)ܫnj6<<2nU%ωȩ7$g^='/=5lo)`~aG"Z|&}ۏ<^Xf0W"^kbq->-.LbT.V?_d݅6tlw]QW-ԸW|\eU\r3`bƹRU}n갥`*SoxyOݭ缨nf"wi"J4_8gVkvu9)%(ĝϡ',lʺmW]sN#*pL$|!]E;3ҌQLx`&iPt+7M3|; +1Κ#vUj=Pf[F![MV"tO)۲>fW"ݐȴm5:oa/{xN[:ǽ1 '܈~B@O + n{طhl3qLc\DNJ+JG?>~tIQw ,2^F^hN0~lo9&nC}4rfn<`PrIgH}6Pn?K;81OE2d~b̙I3hjj>,$:BfVnfȱUOO"ckMn0TĮ^-͂+EӂAԘRUE`u'E0G%ϛEu称FEK#u9$H-yZ=Ŵhnޮɑ9(]Jd021tsGO7a@|àiu73SM]m؉1x<`(S6wqfcMŮ3%J̠>0{g*$nm/\:/`.t+(6'&zi'XGJ5f \vtTOȤa+ż+8!'?v+%x4 +0/p)H.9ս fiqrƿKi#Xor \Q(þ?3#]!Z}p zO!\Fp^'w7! y{QyӅ8ٜ89}Cт f%e3 +̉o2[ה%cgL$ \dhl3vfbf+ٙvΦK*7j^@+YXC@#P}a'`=RFD7J MZDlĬT*%]GcA +'N(VHV!\^N{ ZdVPbjl~/%TJ&P;1/nwbGu77PC '$>lHb-ρo*i9 +;WJ+On`hKbR%OsV&#E_wifʼ,_l=4rُH ݧ)]ш_󛆠 +A)n58eh-m\b> гcf?Rlkqt7s→>qõNa}Jp*(iЗT7dySJjLE +wBT로9my$f)nzmi 0Ā!µiQ"惡 -?Io֐vzyr߀KP#bҎz3+-3@n=,F; Q{򔦝& YԺn*mߙ˚r꼍qbDi=3eI3$L|zF endstream endobj -818 0 obj << +823 0 obj << /Type /Page -/Contents 819 0 R -/Resources 817 0 R +/Contents 824 0 R +/Resources 822 0 R /MediaBox [0 0 595.276 841.89] -/Parent 793 0 R -/Annots [ 816 0 R ] +/Parent 788 0 R +/Annots [ 821 0 R ] >> endobj -816 0 obj << +821 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [398.845 280.284 483.955 292.236] +/Rect [398.845 416.937 483.955 428.89] /A << /S /GoTo /D (subsubsection.2.4.1) >> >> endobj -820 0 obj << -/D [818 0 R /XYZ 143.727 753.953 null] +825 0 obj << +/D [823 0 R /XYZ 144.724 753.953 null] >> endobj -815 0 obj << -/D [818 0 R /XYZ 188.956 711.167 null] +820 0 obj << +/D [823 0 R /XYZ 188.956 711.167 null] >> endobj -817 0 obj << +822 0 obj << /Font << /F17 400 0 R /F43 485 0 R /F35 399 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F42 484 0 R >> /ProcSet [ /PDF /Text ] >> endobj -823 0 obj << -/Length 2703 +828 0 obj << +/Length 2367 /Filter /FlateDecode >> stream -xYKo80u._"2b{ږal#ٝ߷U7/sID׻*ʛywt(SiwsQ/PzzvEz7 #rꦯ9N1[^Y luy;cEHt8jCOuGilS=6=i_5:_Yǖ2#~\&r`N)QdQr :!s_H*m;`p{VGUխ6v6s ^]pA H& -¬)ԺUZZձq{6ɶǶCKZ:ɸ^d '"_j0Q67+q{\#}U6}HkV)Ԇ#E2ְHH{w;Z56?aSJ90!2]y%J`}O;fW==PO*(r*î{Fi8wWc?Fq_;` $G-:aK?9t/X{/\fF\}Y -+,xet(b5R ?3u l1c;\nSk1Gx "i~?AA-HϸDZՇ*HJ{rOfpG;O* iP%QՊnQ6U s f%ԁd r-<>pV yτ9ͦ{&JnnO )I69FQWR$| 9]Ld2gO|xT tl],#++Lai -NɪGUuD>Zt'M,ʇzǞnDnM -c hDO4bE!=$ttS9f˙@ -S!Sh$&L rR|P`@[! X1 JHsJDrL1$BqqA^(޶zl0,8t&3 1=OH_P!0 uyXwSxTyx](vZa?}?No܋˜iҧ9NUcL!P7W?.PͿd.ㅷww"F|MKS; FM g! y#)`8H)쌺xrIM_rzPDy7@#KYJSq,w3 ::g]฀pu-AgjKi@uwhh P̓rΨ^LpIh \ZE\Z\!p  Dhж6 Gl>TV7@"9 q"9US$?ܝ_Ы3bWc A7J4Dh[}: QJB0=p !ɞ-'ХẌ́Vw>oѕ-m -KmR3(5JFyHN%GhKCKdb醝mCT՛MLEАaƹp0vpl*3[}^ Ohh~:!B~񔩩BC\31,xhM>nM]C/GqzL iEPȊl'f=Fe@2 5 ѷY6cw֠vm_~`oz$#g% zkGC~EW@׈ٱŞSMG04m:fjuf"oPo3?^;W7W{ЊnL0<Lj8IFJ0u|1dbKve]cbE촔fbĐ\tQ4o2|>#2U/blf헛f1;/)ʾ ѐ/Y,0'wyeGhtf؋69Yx}efF]5E nO0IՎeR| v:N/ ^)~BZ.V W's< Uc%ͮ/`!kEx P5myڅ%<'߷vjQov78s6*j&eK!!V-VץV\r{b|컀R4<BH{h<" ckxl>6x $J9%"$M)N$q۵2qmR<F@/?V|}sUPт'9䋟x +xYK6ϯ0ʋ×H1@.2aO !-Ȓ#*4&@v/m*V}lz\?wr3Ҭv+5Ү,7LHۮ~N|?m?;#5sܮ6"eNӎ};Pf3-S8bz015,9k%4FWsY#Z.q /TOB&1O5MҤχ+q @A*CS8=<ȓxV? TI$9dL$ +hc{}e+Bd`i)gD!Zp=pv`x4ᝧ0P]ž?:on ?UE{k8C$>N$!Ǫ麼}o O6C~""wiJ0C2OS[>cq 5jDjG/->\&OcNɏN%NI<WA(9*`ۖ8F{Ga8dQjʤߙˆ#@Y^Tj⒕~ lA8hm)qFC!aphAcۖmQ`yߧ!͸e:ne)c"C+, Cym6Q(]Oވ..J-KV,45 + eɛ2dx=Zt&Adד &dc^ +.؆e Z&\:QYVS8JJĮO#W;0V9lq?::ï_ԂzQk.kӋFL f"W:l U^w4 %[0S]@ ԋfQ/XEI J("E[=bnA{J)y MN' ݇ KE\E:T&a[`R- 9CunOL>3pcgC(I.CKR IW/b}ɻqǶ2ZG697 }]|7+'˘dKH(]8x +?!癈&7,>}F|"f`x'6S, S8*yP5W&0A,3F 4I>MPऎI;MYtYJV +! yO+SU9_s>4ٱ+HH }v_I3$}Xen > endobj -824 0 obj << -/D [822 0 R /XYZ 144.724 753.953 null] +829 0 obj << +/D [827 0 R /XYZ 143.727 753.953 null] >> endobj -821 0 obj << -/Font << /F17 400 0 R /F14 503 0 R /F44 486 0 R /F43 485 0 R /F36 482 0 R /F42 484 0 R /F46 505 0 R >> +826 0 obj << +/Font << /F42 484 0 R /F17 400 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R /F43 485 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -828 0 obj << -/Length 2156 +835 0 obj << +/Length 2364 /Filter /FlateDecode >> stream -xn>_ ئEķ9[ZTea)X*an!pWt"~͒HnT0.6v'8莦u+VU7 }46_HVv7?hzQXp`]GdMeNv_7'šxSac8+pwkQ -<\[7͑f'xDov3DdYEu@0.Һ( #P%|$Tm[ڞh! j e5M{"ݱ]_Ď",ܭ#ج)kQx|[$BR;Ѣ( -sWԕ)K9lybK`rM Z+شN+ƊŢf0%P1 ecfAU[kfW t?fZ? -s6~'9Ajȋ\ B(U/:}ze]ZTG0+ @+o_Wݣנi !*{=)DR52>Uߌ -|Uk13b$zؾ믩'Lhf9Dwkg~;!#&c=X+9ɷ>fvi=z"_55˻YVo1~7[7whbB>_P+SK *LG/3d,C 7e|ʤs₄6.BC*J{X - N 0A?ˡE|Aшn[犮>WL&EG>rV Lm_LegT]WL)=)S GR=! -]V5a]PZˢ#퉒[BKf{'::!(tztZ9{{2wctá ݭ12i*׆6z } /sd2(sA\gYxg@wT뉹nUPٟE؋H,p.K-X(+A+5afGQ!upẃ)LC7BO\4i)ڊ pW Y{3ya\V{2x@RDGhc͂C)8\'Og8SSB3겾4vc 7nsoZR'otDj4zK.s9V}R8|$GyoC`˲FE])^*'OI$UN>#trr?-=H^2ẇA!(@Od~k_~pϟ8Ln]>>~}l^il8>fth~O{8OD :xȥ܍AhrRy լ8>)»CӺh' +۸g4AJ̲n pW=.혵G9E"tʢth}5&}UDH܁%2pa{mά<áeH5HFo跲6oڔfb>N>\Z*_SLi9}vB+mQTq8؁Фcx>v9}*ƾhx…s~n7ʔtu)wss^Hdr0wP38ٛo؝?d8T^飏Bc _*"xyv7E2WI I="3q MXe T/Œ2Nێ֍4K] -E`ϘjKXǾC }qc]lm9 }k",PJm9/ El9+=iFF1%6g8}a1k`B 3/?+s [@opz0#ʛrkU -Yi2ӵ+hk!8"g@_t +xn@2k! 22m%dHWI ÜX۷ +Wwp*ߟnn~Vr4vqbV:6_2YSWOm]uןoɹXT'5!Y~l/ `b<ƒ,ZtKDL';CZ RE oR(K`sK?mt6ɲ59Vw#ۺ3D0]󈥊gfƁ)GΛ-}]du'@@=*cp]YAMa6*TZJPڽ-`I:+.Biњ +6k +<>leb@Hy6 +uyh<9qDe~h@Y/l1wEi?{S-m}n>RU>ΕOEPRjZ? G’4(:ZFBYkaI6mQ%uPw9\}xO~q*KҾ^+5O'(9Qj,[^ fg2p +dل㦵%$ EȞ"3D_q9r4PGo9CyYx@w- rg*Fq4ܨ_{ DL8DA_!)@+5aD#R vPHtlEMC7;Ζ~M9'\ARX6q΢GNw cYЂBEqpKƠ?|Xqw<e;4adg#ظhӍ gHxW;|%kLF=> Q/.sTQ𧤢Hu lf*\sQ0ҌY|S D'L&C 1!e:pa>hӠY?~C_J̠HPZ~]bᘽ=쎾y٦S&B•L]8#9 U4g0\B/aMWڮTeY |Qx_P;OyX1.szW%JOP҈ q@FJt|"htO, +U@=7?k;Iua@o +ȓWu*՝Cw ,"#KS橸/ \ endstream endobj -827 0 obj << +834 0 obj << /Type /Page -/Contents 828 0 R -/Resources 826 0 R +/Contents 835 0 R +/Resources 833 0 R /MediaBox [0 0 595.276 841.89] -/Parent 831 0 R -/Annots [ 825 0 R 830 0 R ] +/Parent 830 0 R +/Annots [ 831 0 R 837 0 R ] >> endobj -825 0 obj << +831 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [471.259 312.107 499.397 324.06] +/Rect [471.259 437.636 499.397 449.589] /Subtype/Link/A<> >> endobj -830 0 obj << +837 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [168.638 300.429 427.355 311.551] +/Rect [168.638 425.958 427.355 437.081] /Subtype/Link/A<> >> endobj -829 0 obj << -/D [827 0 R /XYZ 143.727 753.953 null] +836 0 obj << +/D [834 0 R /XYZ 144.724 753.953 null] >> endobj -826 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F36 482 0 R /F42 484 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F35 399 0 R >> +833 0 obj << +/Font << /F43 485 0 R /F14 503 0 R /F44 486 0 R /F17 400 0 R /F36 482 0 R /F46 505 0 R /F35 399 0 R /F42 484 0 R /F48 838 0 R >> /ProcSet [ /PDF /Text ] >> endobj -836 0 obj << -/Length 2384 +842 0 obj << +/Length 2550 /Filter /FlateDecode >> stream -xYKsW*N&^*┽IF]0P&8Rt#ɖT.$@я&+wWExSxYwW?:RLQFhQf -8*UƉd7JHE5azf8=DqRRdVՅa}w}Te蒕-IYT*aͮهnhVkd>ܚl{P0uWmެ r_ LV)C־B`+XMۮU@X3 hh)@AyON*%Lf10ަ$ Q"75;RyS .Х=C>86!4X}S7KhLQT۟ͦObk&)Raw}ޞƆYOJFIG9n16!0WDф/)q-~0`JLtQLZk0Ϟg, QVbـQ8ON.x|ɻ`qX>;S}ZIpkw7їcǓFoK|) # Zwo>- @iJluIسŢ`yh\wi)[sl@+7)ۤ{j -q94td¢$vU=qá1qzs8y渵 K##7 , ͖hT -.[OM-BWcӂ1U,W;w7l5A~6fmc뾝qIX/o&rT4~f F'%NFP: ,3fN6ظ`쎾waoɪMx_]׋ahEJ=:cBzm)!璧"TQ\*?|v-(aω!S6.MOW 0gKd!𓼅*aR^F 7R%^iRST~ U;| \l*VGjB5)^H yff x8,*)0=T_xCKo4;ʧ="(4(A0#]SD3di qHɍ`0_x~w 4-zg^,fD,2VDF 7m,ܻ̹?5wq޷=\}8Wl n=:;R |BuoR -;2&Jn0Oֶ/4yobq.oG:!,`tRJ?ۍJ{bKs)AyA8 `- mਣ3 'S,'|ޚpeowPG>^-"5סX: -c~97|)9H>Td[h5u=@W%}O`L)/9"e9zV2sL<ú$,JR=x4Uqk{92{٤TH"p<r(NPd7 +xZKsW**/>RIjwRىo9e1Cn4a[S3IM"@hk@qtۋ=|yݏ\E9D'9K8a\.Z/ݏjJ(Y*TM}C42'*CӤ,U#EmHh&b slkOsc\,.վllۦ~8X:W a/J\_w4q#آfB-r6<Ϙlg9hPVz#\un㚯NUEi9]heptշj?Ϲ@ $ey$^}xzJ/ySϙҘ/5VEXOv" PjTZuEO MTU~Yc&Y$^㨽-DF XfV8 ֈxX,m&\=FeaWeUzCPq)AIiib,ym]  ^=>./>n>D$ΘP"/p@ tW:@𕥖9ps2IM"b0WE`7!bg8GTx bDϪ1;j|ī[ a)?Rՠ&32ѐhdy=8*2:[ڢ_{(t}76ǣwlF~$g y<‹$$AUP[ب -&NR6=)8JMWU&rp:m|D% /ȋʍ c nrM,Yyt~JE[!u.{?u~R&۵NGKRRʂh lԸ!57J)oAƮt"ru[$8Pԏp5VTz͞2!ŪYϥar6څᔱ^մ"v4B1K mDޚېŁK*-GU= `OOwF Y<5۝L!w6$*1nۖXX@Xgib ,bqOFlEg+h| +!F? ;*n6i3%D~AkH +~CM™\|?L +,Caa_H5rIHjhR iu>lS?״sؖ#Oll)JCš?4'Gͩ67~6wEoq-+RU:s#,|tDfoxE>ednK霤~A7m; sƒ.Ї#)|g2o_chl>ب0 ߶? D*:F|c'8JFafPxe94ząg|dlXtPwQk:٭^B]9?uRH^:iС/AcGCBSg׫/g3qI@eQ7SӒI0b_޽Z·g oδj ߺ%8 %Lk `KԈQ)YG :7GXwSuOe[lK3fڪ?0UDT)'jO%ФD5 dę\1:g8蟧D'l;t>[1+HG"g֋ek:-E@7$T.NدO~ * ]9Zzj:Ֆд7 (jsגbZXE ^!# )Xig_ .!|vC% {љj W;ͫ)OcSFovzG;dESw'yY$ xNI,F,¿%Ŝ]2nWbZƶ-L'^5ɢ\a~Am،C ~d׳8Kt'fSj3b+i;B4'L9*TQ +{l) w缣P?蝶!,-ŲEҌgRK{/j # endstream endobj -835 0 obj << +841 0 obj << /Type /Page -/Contents 836 0 R -/Resources 834 0 R +/Contents 842 0 R +/Resources 840 0 R /MediaBox [0 0 595.276 841.89] -/Parent 831 0 R -/Annots [ 832 0 R 833 0 R ] +/Parent 830 0 R +/Annots [ 832 0 R 839 0 R ] >> endobj 832 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [394.695 484.077 405.126 496.414] +/Rect [394.695 637.166 405.126 649.502] /A << /S /GoTo /D (Hfootnote.11) >> >> endobj -833 0 obj << +839 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.783 180.885 277.527 191.676] +/Rect [213.783 340.847 277.527 351.638] /A << /S /GoTo /D (subsection.2.4) >> >> endobj -837 0 obj << -/D [835 0 R /XYZ 144.724 753.953 null] +843 0 obj << +/D [841 0 R /XYZ 143.727 753.953 null] >> endobj -839 0 obj << -/D [835 0 R /XYZ 159.966 139.867 null] +844 0 obj << +/D [841 0 R /XYZ 159.966 139.255 null] >> endobj -834 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F48 838 0 R /F36 482 0 R /F42 484 0 R /F37 483 0 R /F35 399 0 R /F39 487 0 R /F38 489 0 R /F40 490 0 R >> +840 0 obj << +/Font << /F14 503 0 R /F44 486 0 R /F17 400 0 R /F43 485 0 R /F37 483 0 R /F36 482 0 R /F35 399 0 R /F46 505 0 R /F39 487 0 R /F38 489 0 R /F40 490 0 R >> /ProcSet [ /PDF /Text ] >> endobj -844 0 obj << -/Length 2504 +848 0 obj << +/Length 1892 /Filter /FlateDecode >> stream -xZݏ۸߿o'~ !-P\{O<6m =Iw3st_l3ÙWUz{|+Ìzu{XqX*UkƅYWwѡn2:N(o"[miTW;Yjw hHG}$2z߽z" S:4Dzn96m~6%JLO~hiƏŞ86"͘j᜙$|Ϋ}H)A'ڎݮnH H}OH -lﻢZ2)"-c?F?eY?Ӭ:9<#q@n;$5!OJ:yS -ɲtP5H -pɐ cX%ae]'q? `M/xp,ǵKϤ3 . 3,d^E5 -IdTz>rȕ^$xp M -8 p.29Uf:Ky[!Y PpR@< EAo&DA(b3W4h<d2 ^u "R/q[9h.s^zL_1=΁EYОZ=nr@CgS860Ր+cA_2)OshcT8+0+U1&p -Lj+zoo~|8 S\1|d"Kf4vuw🩡 SF -~;Od,'_>K8++jV?'gB's@n@ů5,mQ'O ېl~Q_:*Qa}֗qOQeqti> JRx*'~6ǁ%Xrb(cPuD^:qO \yUt/n$zTJ~uG,48<k1Ѐ`򣽣`ؿTueWHaŗVvy,xevJqt":# yسu-aɈI癀Ku:xhcQZ;#r?ly8A`coA].O\f80{8a\͟*9!Tbχ-|%cvoch!l$+w|0`Mz 2jV샯px1n0 4n{AYz 5K?k?PtJ\O)I0+1u/TWڠ}Հdwm,i@;6׀R FpС:}S{t9E*$:k)4.bʒA,tK׆ ,k#"n_IZMEKi Ȋ hs]-,|8l @lt余+8͏yM\5+q̽dV; w/_(8u.fP ,A(M1;߷xGI`z|‹Ȳiys!g,4| ; UdNtͧYo!%BsXŢ}- '5ϵe -?}F5փ4K*`ri,tSa⋵6TPĢ0"䠬3%Xw~w0Bc3+*EE9 )q2(%5|?:3E&ٯ 艞Z0は'R~m8v0H>",/&Z0 εNC-F>W +xX8Wp[\V@!RT2{M|6M8'ngjo@tn=)6^\ջ0RJ. ` O$,䩷Ƚ[f\l%m5uY7mQW4Pt[|]ŚfP4:f2zlQ͍>rW-R<⾦AsaQÐqL)@XE>cŶhAGy.3.`I\CX`|^8 gI]M]$"d*z_$*>3w˺t% TK׍=쭋\ Y%<Ktd}@`?Į rEEDJ⹶U^||g+h¿4Y;]TN,oq!W[ko,1 : Eg+M s&b3(,p.S)d|Ua,s vH҄#,0'5߼/ÁU&kq`1eb }F1XeY΃>9.{0-\dݠlJf%%KmO>Ocbc~E{G|Ƨ`5|*T4)MA~TRC`hw"1淖#Qt6jJnad}_g0Ee @J_oU]oB +~w!#n揾@)O"gb&߹CCf630lcdFR@&M)JM_zAPK3[h d/*KأЇveY JlS5?UD*K VT .$q5~OO InV3@:nҔu![^Lԏ; vH~:Ya9ut'<7dey3cm+4%(s[f~k_\͍^5sF>i{5=a4;c7Y(dNt 6].}iÀek8t\poIH$$aLؖMY$V/SPlgI[U5gi0Ih%~[ɦ[}Uiq¼ni{ )v1+ »5],{csMfȢ9i5bxKJ7YgA xpl٢hS]D MW+!]4 5tō bP­ r` WjiO|)'z|!|y0F"]:6ܗyj['-u=!)gN,c )3Y{F6T9]_ч +sRv8< +Y @l k$$0-댭ۃMaq. |.?hPy XGf>ظ## ǃkK҈}v5 +baL*nHmȰJNK˚+\&+S(}ٓsj=?U㲞zHxjs~OCq8e#rj?90>Ƣ7 + z\*"2&px, endstream endobj -843 0 obj << +847 0 obj << /Type /Page -/Contents 844 0 R -/Resources 842 0 R +/Contents 848 0 R +/Resources 846 0 R /MediaBox [0 0 595.276 841.89] -/Parent 831 0 R -/Annots [ 840 0 R ] +/Parent 830 0 R +/Annots [ 845 0 R ] >> endobj -840 0 obj << +845 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.673 264.125 464.987 275.247] +/Rect [432.673 435.482 464.987 446.605] /A << /S /GoTo /D (table.5) >> >> endobj -845 0 obj << -/D [843 0 R /XYZ 143.727 753.953 null] ->> endobj -118 0 obj << -/D [843 0 R /XYZ 144.727 215.318 null] ->> endobj -842 0 obj << -/Font << /F17 400 0 R /F36 482 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F35 399 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj 849 0 obj << -/Length 2286 -/Filter /FlateDecode ->> -stream -xZKs8Wj+ͻqejkvV%9e"ښ(2$kvFя[mF z닟~f&siUƬ#\L;KP2_Ϭȋͅz7K)M̸7]X۶3noղ\:2+HL]_/׿#8){ac/ɏ90OFu9 pƿMрSz_}iu=QyQmA9c^X3Xne,m;MQ_N/wVOՓu -8Ȏ%_>G_,VSW ?!r>OI:4=8)o8qbq7:0͙eDCD}*:xs!Yy|ET}S>m@xŞp/|ss4|hi^, JjсZQwm":XttH]bg攏N(Gݏ{3V)ʇu8S>p -BmJ$;ઔAIk t%@M303 `>}P5*.Ǫ_Ab74Je婘1,{vMmbC =pHZT!שǪY`̔z3=] 4 ô<,5PW" 4L !(joŶXKi X )T];j +i˰ܯ>U9h=-_?+k0p5oPuPZ_Y>m>y mYƚ2oJ߶W_8sRvNjeG݊+\J~Ps}U)Zl)VL}šG,ív1 ȟ03TasFZ1VDX*@ )d.0fh-X{LE U_&.OZ*y~n^fۦbJaj8ZSLob`hSZN)FÆLD'Q; :8o0Z%+So?G]G뾩.j+pAj2FC>',% -J3G%dܻINBP8pAlNƊSC-%(~PR,9h;HRxM8:bx@VcOnAN -m˰u1 ۵:/ԡ*%dkpR *_V1J4j]LN0K:wU ''xb=v@li}F2ȃ)S17%K@.8j\p"~YG5;T҄n֠D֣ aE5jdA+d 1Eф>+;m>T:b{_~èjBzls w:uB -=Bp[ؐʤhFPlnێL؄bgc!rkwN5DWfbl&Q-"nUSk 7Tl^vP˨]M_Uӕ>2hz[l3a>B%,S?x 2"5b:m11oDl -!`),Pi&+jO&Yߢ+~X@ -endstream -endobj -848 0 obj << -/Type /Page -/Contents 849 0 R -/Resources 847 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 831 0 R -/Annots [ 841 0 R ] ->> endobj -841 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [203.16 440.018 213.591 452.078] -/A << /S /GoTo /D (Hfootnote.12) >> +/D [847 0 R /XYZ 144.724 753.953 null] >> endobj 850 0 obj << -/D [848 0 R /XYZ 144.724 753.953 null] +/D [847 0 R /XYZ 228.824 383.457 null] >> endobj 846 0 obj << -/D [848 0 R /XYZ 228.824 710.891 null] ->> endobj -851 0 obj << -/D [848 0 R /XYZ 159.966 137.153 null] ->> endobj -847 0 obj << -/Font << /F17 400 0 R /F36 482 0 R /F35 399 0 R /F43 485 0 R /F37 483 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F39 487 0 R /F38 489 0 R >> +/Font << /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F36 482 0 R /F35 399 0 R >> /ProcSet [ /PDF /Text ] >> endobj 855 0 obj << -/Length 2081 +/Length 3262 /Filter /FlateDecode >> stream -xYK6-vfŗHM-"Ak˶Pr%n>ZH/I13#̶dU\}YƲT͌+Ō03lv?X,TƯǪ\]u-o~I3tbaE7;.նjdq}DsfKp,|9˴oVνeUڮɻݮlIt<. y?ϺxHu -yO nb-wk7m)ҙS*.bR`_H]vCq|@.-LjjXqALRej -g,;ezȖq1'{bL3iy臓%Kvy\iŒ!t"_U:ttr$f;?\._ qRWKr8LZ >[feRPIM, Sz5֎" gtӶ۶T8h-0P!_f]^švxj<ݠD#I\X15}{WEDp0k 8tB1_hpmA\̘dNT^Śk9Y凡qAi6@ 缢RA~` 5m|f$@H9ShhxǦPl/0>veM "5{:<)iǡz{([g f5im; )EΑQ"Gm+ l>Lwe `j8n(B%H& AA_K(-&8L=YK~ESO$:6De@r"S#ko!ҟyG <'L>6gI4piڢ|=c_' *GQcBb(h85f𮸏}MpaD/X\0Fgr?`]yӸ -p&t*Ă'9T!:+T^HW /e G7B3.0%j )ߔ1=*+g qUExi߳ȆSGO)P]`>I>MK0Wfhm,S<֟ -dBAXZMUzw*&@s*tw`(yMyS'bo_o:_jHG}7w6SL'm%3'?wx/M2xÁlE}FU x-PmXrC34gO=eAַH ˆۇGu%I#"';fq[3JG dJzr/1>GO6a|5J%`Ӟ`O_%Ʒe|;7ћK'dp]Aܗ 2\;Z8njËЪqgrmKӕ~m@}T"@2lQh EIGwT;Xyo| q/mqgZ1v_M0 #h!\ $ +xZK6Wjb$ܲ[+[[[dRUv#Bcxhihf8N.^~|[Wl z W.uVW7+TjY\n*)g)_o8,v_oɋ˒>R;TWu=TI_יJ}_f6[mMmѴSI}pUхYd6d~c-l|R@! u/yӲMͫ%u?.GCm CjjT'`eiKfCNkTϚyl吇~ h+ (4mocspKxʢ0L9{czJ?w+sکX|RetRWux<=,M*5xʶ)am}<槰3m5*&t*@!2 SkID7XD&RAJn<ǼNX +  +zvO=la#}.o۵Β*hA똪9`.??YgPOаg{>=h{>A~;)؞ϴc#@?X&^JO @jkZ"(@!86ab@=~][Ra,r()=ac<*s$_X )U4AAi IEg9?¼{tu?jRx{1#%2~)ME66 +Ὕ{Xv>,#bNP %?-L6ӏ豥# +ٹc[ڒ*D_=5{yu{#*2ZӺezIoicƬBgaցR;Ⱥja︃%|2n2cDo,[d 1=2kGhO_!/ *'XCzh yC SԷ!")'%꼷6cyul,!jn.AL=)0i7$!Cz:QE4CMuut ? 9-Ǐh5=!PUX)h/!HR(D!W 1נ]^HPsd4 *yqNJMXXB uR|fNZ}ˍW'\v"†"l˝X0dU+1:dî1Ihn[r4fR3sBdNӃIc2M^M-.L@(0y?I:g"y!⁘X3ۤ>\L@7MFTω|KGP{3ҋ`gz @dn`U̐xM +IÅ?Pzz%zAezC/7$h< důDA,Qv˛Lt}̗bKXG_W`> endobj +851 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [203.16 625.032 213.591 637.092] +/A << /S /GoTo /D (Hfootnote.12) >> >> endobj 852 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [450.573 653.493 486.08 663.232] +/Rect [450.573 266.215 486.08 275.955] /A << /S /GoTo /D (table.6) >> >> endobj 856 0 obj << /D [854 0 R /XYZ 143.727 753.953 null] >> endobj -857 0 obj << -/D [854 0 R /XYZ 243.833 600.638 null] +118 0 obj << +/D [854 0 R /XYZ 144.727 716.092 null] >> endobj 122 0 obj << -/D [854 0 R /XYZ 144.727 475.894 null] +/D [854 0 R /XYZ 144.727 216.302 null] +>> endobj +857 0 obj << +/D [854 0 R /XYZ 159.966 129.997 null] >> endobj 853 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F36 482 0 R /F35 399 0 R /F42 484 0 R /F45 504 0 R /F14 503 0 R /F44 486 0 R >> +/Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F37 483 0 R /F46 505 0 R /F45 504 0 R /F39 487 0 R /F38 489 0 R >> /ProcSet [ /PDF /Text ] >> endobj 862 0 obj << -/Length 2233 +/Length 2005 /Filter /FlateDecode >> stream -xَ}ߢ^l3%RS 8I7[ѱAw5o}i(b]x&߯oonv)Knv\)fٙ8a\|}t*bۿŖ&u"5nyTTxld!A&֥X2ab=dU "AgԟB]!<)P1ށ0e%a=Y]t]n}"z`qOHpݞd27NGG--Md:ʎ(b\) (?ѨEھ!/>Rrq{\X:g՟'o gF'K{0⁽ 醲w EIboB9=s z -xT&Ȉ4'X7>_ge("B:=%T$< EjXni'Pgi +A*f\-#=rqA| &3ă>JGo9T]"2q8xa,=v>ʀII4r$ZfU@Ì9U[ %>l^?NRb&F|&ggyTeƖ $z<yvlnQh`ueŃU5w<{ѕn=R"ےm?-I<4몊]b 1DГP LRY "nj6F4Dn%ӞE(D+m;A}fsri >+ )!EY;D}q:o/Y;m][g6ک| A} CôGaH0cIj]`{kٻS%#93bDX"uIV,XZm9ϭ2.#eH  coi[e +,OrW8.#Wtm;F\6K2!aim>oO7}޺>ӛ/Y&>"~a +#rpULBheΫ<b*:F? +)S R*2so//}EfKe%O0_O 䀗YJCAݢmFaKiݰ0I]EkĆg{vA+ڡOîhɰsrfr/q?Vjh0EyΒP:.T +wC ·mZ/A^ZЫ, +Ge(lk\(F9@ q4ؔ='[9tƶ'x,Kg>9U&H!m0Y &bFotd +4[ ++#e&YMUM6&786o(y7x'F:O p^o]qءKUoڋS9o(t86C~ c+Z*q?T -R#<=ќ=v.8LSs> endobj -858 0 obj << +859 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.823 585.594 399.553 596.385] +/Rect [366.823 185.526 399.553 196.317] /A << /S /GoTo /D (table.7) >> >> endobj 863 0 obj << /D [861 0 R /XYZ 144.724 753.953 null] >> endobj -126 0 obj << -/D [861 0 R /XYZ 144.727 678.148 null] +858 0 obj << +/D [861 0 R /XYZ 243.833 711.167 null] >> endobj -864 0 obj << -/D [861 0 R /XYZ 185.866 558.744 null] +126 0 obj << +/D [861 0 R /XYZ 144.727 278.08 null] >> endobj 860 0 obj << -/Font << /F17 400 0 R /F14 503 0 R /F44 486 0 R /F45 504 0 R /F36 482 0 R /F43 485 0 R /F35 399 0 R /F15 865 0 R /F46 505 0 R >> +/Font << /F17 400 0 R /F36 482 0 R /F43 485 0 R /F35 399 0 R /F42 484 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F45 504 0 R >> /ProcSet [ /PDF /Text ] >> endobj -868 0 obj << -/Length 3023 +867 0 obj << +/Length 1008 /Filter /FlateDecode >> stream -xڽYK۸Wx7rsė(:L6-D\INb <(JuIrcx$;^~T."]ډ¸9.] M?Pi\-!]x -OvZ#]*z86pΥ+re -F]? xzJh+޼ BoS&sy."w޷3x?}+صKt-^/p :+B&',ɋ*7#k -WU{ PI$}MQRۨA dt6햐p*'2Re< Sy\h{MrnRM&0?r/%PI1&PϬԏff5-q-Q|")Oxg;QR;tڭ0f!,6lI2ccVD7HE{hؙYkhJ3߆)۰ͱ'7~_7e%&Ig췙q1=?!m -^灃)!UM ÌWfQ{NxJ2MW.vO|=zqu\?j >fiEEx -yɖq:4=:wܦD]\G$̪C; {w.{wa5${k ;*V`SM:&HsP{#@ĻP( 3˶$4Ǫks!t̒Nfѩ_`.em~ĈZo4c֚@QDXfO}cC^-G}/5JZ1f,(ú(kvNu{hC{߲nq*Cģ?Uu\kSv,ч>x rXjW,831,Z Rʩݴ;#S'S)!@dWzq@:iK K)2hMiIRd5 @ -=^1H;W A"lHsv&Ё݆L i@#  zٻ%-rVX G,,X~[YkjWD8BI" U \JU!3Bu u SFȴ -BRJ&1K[>dxqQiu2=)}U>%^XFͻ& $.DjT1#oۚrWHXbȼ\{*{nqTՇiZ5Ċ"٣Cx!cB{6yT V]^< }Љ{ܦlj&DP^`=3+S3sXVo?r([GEBnz,C ߟ>#\@@ZDS0E"lͿU^ x1`dIҤi5K* uN\I:o!1a6PE&[b+`67L`; o#qp|rArFJ,Ŋ. -Sz{/>z+,P -|F"] D9vP0@U|L 4 ~o8g]F"N/Am|3!Ph#|Y 02-^,KJ9D.R2k j +xWKs6WV"x̭ivS4CmB!$]`A鉓&EX'@vV[ +ZaV͊+E3a4crVuKR66IenH&I*Ȼ$N\?xMCcMRœl_{quE`rmfUߕu în#D9$Ri Z/;ãAbvk+'eFzW*.Nofn[%'&Fr2XtVu58u#J3QM%ϩyt]BdFflY~px!wXS!\V ЂQY,y<S> s*6PIq &; ulPm xaZ :",m ;mjC }'5){UMz%V#OpaGOn.z3`^9Sd;m P1*ḭq+q sBEt"lW g=Kn^8C%i.$i +ʅ~C Ő|>ס2f}P}rJ YSw{̄G獊 $Ѱ ()zMף0Vc,B 2u .|A;/@ Kn'UjIVA8̚$FBV6zzBe it>)-0LqW +X]!sEb+8/ +c`%vx{ϊ,|%FO˗m\ʱ\:J R%ŀ|z8"rR0Ie3\?EϽߙW};T ]<{~ Awǃ/@|XC ڀ2 / \) T3G?̌%?fcjaA\= +סξ=g oF8W5U endstream endobj -867 0 obj << +866 0 obj << /Type /Page -/Contents 868 0 R -/Resources 866 0 R +/Contents 867 0 R +/Resources 865 0 R /MediaBox [0 0 595.276 841.89] -/Parent 871 0 R -/Annots [ 859 0 R ] +/Parent 870 0 R >> endobj -859 0 obj << +868 0 obj << +/D [866 0 R /XYZ 143.727 753.953 null] +>> endobj +864 0 obj << +/D [866 0 R /XYZ 185.866 572.658 null] +>> endobj +865 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F36 482 0 R /F35 399 0 R /F15 869 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +874 0 obj << +/Length 3062 +/Filter /FlateDecode +>> +stream +xڭZKϯm+D)@ ]lLv砶nadɑ1S*R-#&)>Ū>;67)͏?I)Dlƥ<7%c5&3/!KM7 ea|Pyriשk a+O[hFj=u{VyLDe +ᬁ xur2<;ڤ<ƺk>lLzI6 'U\%3zm`f߫ח}.T*{~Oi=e˱ޕMC܇nO ɭFpT_IݪHk}GmUzȊd,Mo?)K9RX_ Z]_xPO':Lhja"A1K ZcRs@ؠߥ6f@^}ЙS8hL[6T4oeU&q8&w]s>ԓӑ&92rlea.u]TPV(H+GKvy,@ETOU4Rt ʕnÆ +MM& +so#FLNC$^yo`Ci0yZJxemIҚSjbl'*rtRZaKG0?8֊=9a\y~lPBD`[kX\`N ++tQȩstJHf3#ygJho" BK&6%/ +la?ETʨ|>O~_KpIjw#+B|#`S[zP(@멀Ѷ SyR"M~iG/3tgc<]\h˦;ta2-\tp&. lBT Af +JGj +ݪOգоr 皃7JTR lb?P_+`:izrFrQG1%[dtZoeb ka3M3L1A<{9Vpo d +Q!sDDS$_hn<\6#-j.Xtkخ7Wө1JroI_Bօj\9 +wG|BS_}ˡM܏8 ՃHP84yհ܀D$էxj bܜ m-"g=i+0]w<p}w> ?>As* oE_ޯP2($/XUoZPU@M殸I}PRhl2M +RNVA-% Rdq?:/Z}ÇcYqad6Wr#te`⛣%w5VgYrgῢ "gWӮ:.CK_U[*ku;ېsNⲀH6yU=niU^]k Smt0֢#Ubf tݮk^0ݰ .םeU= `:vYK46Mi]XPg%xK36 cwSKoAܺGG>-|ޔ hG@GjKx^0,L`k@spKI}1`5"*V(|arGXHX#}0p+Fp-TC,̞ U4G=$g jb'Mf}D;$^kpaG> ۵#VɇQApu^sjm "ӓG{"05s1HiX[<rE*!?5)ba:!ʅל,w~xYB7)n>,DŽ0p{/8c&xpfbX\(v!"ǦܩPKAyA\=,P4PNOK)pc2㺒r5'Ik .U3rf,<ӸHҜ>َP3}xD5KP"g Al AcTVV,HV=V5+L"*E@rs?_v#$Z'Ϊ=w-/oOu2ԘMqo># `ӛW]%gͻ7^;ګhRjYgAO"*?TNO*| +nnHsSĈblƄ2^()'E+p:ʕ3U +Zd3^8S7/!a ?& u +Q `g[n`ZopLD-~/8=)G﵍g`.H(S:k+/.3 C x:$/USс8c '%,-ܚxKJy \6vJ +endstream +endobj +873 0 obj << +/Type /Page +/Contents 874 0 R +/Resources 872 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 870 0 R +/Annots [ 871 0 R ] +>> endobj +871 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [440.447 702.919 450.878 715.256] +/Rect [440.447 643.143 450.878 655.48] /A << /S /GoTo /D (Hfootnote.13) >> >> endobj -869 0 obj << -/D [867 0 R /XYZ 143.727 753.953 null] +875 0 obj << +/D [873 0 R /XYZ 144.724 753.953 null] >> endobj 130 0 obj << -/D [867 0 R /XYZ 144.727 313.39 null] +/D [873 0 R /XYZ 144.727 256.816 null] >> endobj -870 0 obj << -/D [867 0 R /XYZ 159.966 147.384 null] +876 0 obj << +/D [873 0 R /XYZ 159.966 139.255 null] >> endobj -866 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R /F35 399 0 R /F39 487 0 R /F38 489 0 R /F41 491 0 R >> +872 0 obj << +/Font << /F17 400 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R /F37 483 0 R /F35 399 0 R /F39 487 0 R /F38 489 0 R /F41 491 0 R >> /ProcSet [ /PDF /Text ] >> endobj -876 0 obj << -/Length 3024 +881 0 obj << +/Length 3038 /Filter /FlateDecode >> stream -xڕZ[o~?Bo޸dR )R䁶( E*$uܖ7S`@7 ox/ѸMeN66o|DJgӶ*6/^G'o,*zXdX=qd sf.V3YlfvN/UqwoݖXW_ɩy=ie"0Q9TM w1Ǎi-we}袅fڽWEYlڍ޾a--7}9w[ٰE -*ԦkI{C`޼șd{\&9mܩmywh}Ak#{P$jrp>EZʶ~1er\DN6[OΥrn(a" Ejݽ{8lۂ7h\H/CMIySݮDu啼zܤ$QMJFG~mdRg=q\~a跛IEEQ FseiOb6f|_;Zwy_6?T W@CZOn_[JFVvۭ]#ykӚǚ(=T8mXstr0Ib_mPl/8p1oyH>̍9*x 5])Z9DIAdWCA`B3=uZijӹ@cAoWB5xeeћ<;x(eʎnx~jN 2nU?ŷqjQѮ׬ vs 0EuZzϱsط͉[b) -* -,,9>rBXL.s-4TyXCTf9nJ|TtT9tK[6H4-LjG0yۃ={ B5?I/^1Ŏ;m+>hե\bIJp9>9pTk -.]7wpkjl,^Km'T̨Eäb"FQo5i7ky>y l &(&%s:cP΄HayVo{j˳ lH Mf @kT*n0 &b>!;-LH iu4R+M"{5нpmXV4C݀E (cHq]V;~pk_ 3*=)Z(Bler/zWyۊI3T 7û w $e|;z'3i@Nj!>fs7ӨDۅ^j ǜk?YNvq sٓ,#ғd1@PJ(YY_f@-\v-TvfuQol 4]TC٨dpzİU$VJ|0 |F.:8[#g -m c.&=@ֵx){nBG4bl\ n[fjܲkzIήY"ͱ4 & -x+VHji$]14#eTRM}&޴ 7Ef.<8 JNB[I\:c)a+Tr̃} ~Y vb -KH!Oc* y4n ]s-ջnyu|?ۛ 3>}c. Hr8(&@92eil$fMoƹeZ(zP KR {q^` -+ xUԇN20uG{.wE,xyh|,Z^Rͥڭ%2o"[҆zIm@&`,Y|mJ1YYڂ-ܪn6s1PZ#Оa6Q}Hy@X,\zr`.%]{*A,VGz&`[{mxS &.QE=>|%`,<LUM6Ka2i&3Ӎ"6?51jǬ%f w:4v9Wh{QqEߢ|]T! R--]Tf_ +xڕZKW ,bss{&@98cԒTuU%Jcgu=x_ū7> +rKdz|^E+'n[}^?=t2^\vFD!C)N]QW\ek/[bU;yշ!:kaE<#ʢ<"rϵ`߬Ö^~yyH:h󺤵EKž|טaCRc݇ "'6$~' Tl3@Dӹ jnxq~s"u{a#϶ɁoNj + ]᧦>YG)q~)ۢw랔 lU(]Tms?Uc##lOM>*3U@QyGzgK'hX zLJFsdiÜɶݔva& d6̷K'+'-"L +H-/Pk{?!Ãܓg;V{š%/'PWm7̆#DYpMb{lۥ{V}Ȩd{ۻld#ߊDw""ǰh th*MYЀMź`u<26|]@ᨯ-ϭwd0nț ^rjTù Y:_hM~uɩ73zA"JGSfx#1/C;}S=1ҷGߪF&]OM}+J˻em΄ +lIɺx]¯ٟd`FI:7]~\"qde0g>w +Chc2iO禨- H 3(F (Q5Ď8oibV ktR d TjJ .S0$@]n`l$H H =L +8];r+ +b#5RGa35gz9с95 'ee-@xe*f‰ 7d]fdr a{bo"f)赹Af7-ήð+A B%^E{ +))mFB}%$zy+R[$=C܀q旌sh;JKa }M I00!{/X_gL"cR`x&?9LiC)]:ANcOj'o􅄻F!6j攀qWDꙝc ㉇,k1i~S\5Kl qy{ *lXTi%sz{G?:ƽ^603ZvnTWJڹW4Mg 4*:)N(Ib#SṄA ?5PC7Ãǃd;|yNa"bϩ@O?'!DvC +}L B{]`'g4P zdpt0R>y;@kz\|GI#9 Xߊ\6뢇W~EvDIrm!5i`j톘 }5D9?Y z +LGEV-.P7ki43B?;ԎO%LDO"HИ͛ff7uIC뱈nԷ mhQ-|Xկ0#66 +>HxKH˼/ +:qbv)va,xb{GT-y9 MM(\dҀ7(+S֐/nAuEǮP~npʀcs[gzU-YxTEݜ[򊞱=ڛ8zW#~{~>jHX3s`Yd@ LL(B&r^nY%,nyng(`q$cX\hg~PKψ2۰ mvE{*3gp@\⤮wd^͞BXUUu9ҶTb|Td4uy&\?SF z _,!b`GqLg>uy\niR;Pz :epdW*T| +~lmxd2l8;~ +;8eS֡<45 +23 + z>[l0pcY6FNe$Q.=Gj {ߔ&0Yx|e4{ 1zj y7\ȸ:W6F}$'m +&Х(K]T|zA4W20qn +vel>f9Ys 7ت5tk"jŷG^όE7^=T+.Tp1'ke/ ۉ{4^3@ ]o['& {F +}8&.NmK81`koE3UYYMcR?W7g%ޫI$o~MJh-!]d|v0KW?S!Nէ7Qne \aLtteaf,> endobj -872 0 obj << +877 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [386.207 389.373 396.638 401.433] +/Rect [386.207 340.977 396.638 353.037] /A << /S /GoTo /D (Hfootnote.14) >> >> endobj -873 0 obj << +878 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [306.995 181.705 397.689 192.496] +/Rect [306.995 134.271 397.689 145.062] /A << /S /GoTo /D (subsubsection.2.12.3) >> >> endobj -877 0 obj << -/D [875 0 R /XYZ 144.724 753.953 null] +882 0 obj << +/D [880 0 R /XYZ 143.727 753.953 null] >> endobj 134 0 obj << -/D [875 0 R /XYZ 144.727 272.82 null] +/D [880 0 R /XYZ 144.727 225.386 null] >> endobj -878 0 obj << -/D [875 0 R /XYZ 159.966 130.724 null] +883 0 obj << +/D [880 0 R /XYZ 159.966 129.79 null] >> endobj -874 0 obj << -/Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R /F43 485 0 R /F46 505 0 R /F44 486 0 R /F39 487 0 R /F38 489 0 R >> +879 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F35 399 0 R /F36 482 0 R /F37 483 0 R /F46 505 0 R /F44 486 0 R /F39 487 0 R /F38 489 0 R >> /ProcSet [ /PDF /Text ] >> endobj -881 0 obj << -/Length 2059 +886 0 obj << +/Length 2112 /Filter /FlateDecode >> stream -xYK6 WVL̈oNә^=5=hw[/@Pϕ,gy\l"A|nn~{o_y3oܾp㙑jcSøۇ_I^O?57[)M|z6NeunJuЬΣ)ǏiOʬ@s*17rμ֤%T' RD7[nxRXQ7bO^W'jG -I EEժX9qGQAJ]'z^:I۶zco@Oʼ:ɛJ\@hR!@;.ծl`Y1rc@JxG4˾(Q!o:;yC U&{SOFMXYM#Zۧ#_NGlg*Oh%c+l߉E=O=hk4Λ]&t[ -|jAc"$}dJ˂èxN=Bu*/ ecxLϳ+re:)@\3m:^1 uLJvp/Z1M5bɌWerϬO VtхI}}gҺ렴L+72 -V r-0Zk8J11OAp*~{zK$Qt-qf:&qf !aGCؒk.cP|}%,ʓKZ-z@"l`B#Oq1UC= x)0)elH+};vIĕ׈\\:<6h^huV -J! |Q z-}#83?itEBwDdxbbDe>GӺ։)-p.<-x:hZwvG`@7Ci]X=).ǙϦu[!a$ 7clmrfom$iqoۨc7vs}A9̥b>^gܨUFTgn.Jə ՅӬ6]}ZH4=I3,pAyIPS?2th*od΄,z\0cͪyS`9s*|>#*fZ>1;/'@STfh%y1O}LnqB#/@>]q}q -#y&+$cH0ihv_ĪtNIQDHL(f#;ɱRBIEkg̑#q>2/zB5ڡ0qьf|bW|\4hh+hImTg31CUֲt;\Aaչ<`pVH eكU B}]a7P_@oK B 7";B0bO˧y.V9I͕2e&&^1%$7KM3fHHrRJ$ъ-*@J _Z*.1XFt,Fh1sGw/dAbY5mIAW!f(pӿ#` B#N vAl+{X>+ϭ,ltJBIbAHU6A.i|]FZjzp%7#jPne{Clb瀤R1-S{熐dzC|&\qyv7A(S{H2)=3E"-<0?AJS*ARxs \'Ej!p1yZät+^JrzFô#X`*1r7$G.Z~%405H{;O9:hLȕ.x.ï|fC~Å#0 ,'8n2x) -lȞ"-892 +xYK6ϯmU1#=V\9䠶նjԖK3;R5Iri!$*_!÷KaV+®ln~]7q~h;_DaPlƊ=D¹ dӃpٗ|X csWvDkϴ7 NS].̢rMj Ҡ1\c.աOaEVm/XlP5J2Lܚs&bќ= )Eʂ>blrqanNci-NEuǨ,Z8١x69.6 Vg] zDوφ~ȶ6muUw)SK6PH&뾼|Z#fUXM[nQO'b|HhxVݕǢ-Nv\DTO$Vb}?W[Ԡr5=ÚCD>#G6newa_B#7V%iՃꐖPDr5[Zc*taȢF +dA +4 iMY])TrEZ?rvuG+{}he):?W5.țNUc_)觫^"&ܴ/ʼnS#/#xt61)*e.&k)U֝Ƕ:i ԍPO!YnZ ^BAaF`,Qsg5GŇnLGtFv-nOM8OOe]NKٟ^2(L\uO:0©ծmC ԟ _ @ީcDmNc(z\{\\׷fhrnDwVx誄1Tb[ =ܶU[ 1}(!޵߹}k,z^  $Cg)4Q!7%bG^i5=\ܫֹ=>)% D|ir:\|ӿFYėA9zepxDr)*Sf 73|!pv<.!ݻ1GHh!{xX4!QN{_qe3 %LD endstream endobj -880 0 obj << +885 0 obj << /Type /Page -/Contents 881 0 R -/Resources 879 0 R +/Contents 886 0 R +/Resources 884 0 R /MediaBox [0 0 595.276 841.89] -/Parent 871 0 R +/Parent 870 0 R >> endobj -882 0 obj << -/D [880 0 R /XYZ 143.727 753.953 null] +887 0 obj << +/D [885 0 R /XYZ 144.724 753.953 null] >> endobj -879 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F35 399 0 R /F36 482 0 R >> +884 0 obj << +/Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -885 0 obj << -/Length 2583 +890 0 obj << +/Length 2411 /Filter /FlateDecode >> stream -xڵZKsϯmx{L*T*]29-q&IO7KdO% ~wldOI_ޤ,5l7\)f0.a&;uktGhtȠN:{bV-k1?PxL<nG$wL:G,<\m=}Be$[>) HNJ~SV+05Ȭ,!_Ʒ1'Υq.eJs~,pO]\ -eִcC -ֆL$i<=쌱RZƾ7ŏmWpwi B{qI)r"! k˔Sqӥ0T/x슲=-T-uњ0Qx_Q:pr`Q]hmLϗ|!7:]">u],C:,L#Sz&Q4@uS/Y3{+jw?"5A7|k7*>y=KthwyR?#Yw)gF !Sjz7tL8qQ@BF.:7&=e\;?TG[5/e dl9 .y*Ǖ`;&6NB' `\z_P1pIjbhkbU<2i,Co~\ - :Q :"aO ۄGXw$Wkj|gjs]zsڡJGp&ʢŢ@1.Ǵo/h UE,Ux4 rni)1m5Y !cVF?OeV}fCr"A嗶w \%(5s4CY\x>F='&lŠWu`oȫ"dM:D9 -Ź~^vBq01(4 i$K>ұؼecYj'<(EU,3-h-^74\7/ a{>\BtkE_oŜ #<<pV{/ -r'YClx#Ѧ \ɳiͯ,ŷwHev5vӅLsMY+ 2% @TX.1R[|+q -oTTZ>`.97r6O6>dh,$dRްV,dBxRBgTم! 09hV#DJqɤY2!(<(|.aB<~'d)a0ʇJ>B%됿]GPhͬ,F:u˂6ƍ4Zy ua6AyMy'j%4jE&ω`@,\Jr>zHHG fZ,]?Nn< uzxi3~[ -hU Zt+wф ߞp10=ҍx#]+"}[> x1GС푮pHn(`P+~iO!q烕P=qҍ ڽ(ӯCNC3?>8tn  U&HKot0ڋ`cK˜E}VU(3FJ1h6GJbC3 ~5ѝc.Y 2E r_v1ePJL>m& n)-(<=`Pռ!+Jtz pVzYi81| -.fNNGv\(ɜ=vd"jyo) m-#" -&4pѶch,=x 5Ѭ]AX")+AgF5ѽC/tA_z,޲~!@b#}ra -C J!8z* -D`8my_ .l e3hf ] -q/lm -^=g6?^ǹfL>NWp ?FPKHcXzrx{CJQ)J/ܘDjHhd<% ]G<"ml W/8zS=zCj"!q̫ݒ2ǜTM xUA4x|g_)h7YO!U +xڽYKsϯmo{L*T*296-sZn4@(JN&W_?~RfUJ^ neBe34n*'N($RÛKHH$Ou)=wүߛn[=6;9F1Uv0e"8 Ġl9j#bVFVCԯHqhz;PS?v~ʪԺ=b_n#QSCNL;sFjVp + `8N4{qQHY)`tyK +.69)e𜔊<糞ӞI#~#m\Q]DE/$m:z +|.',j"8(lc +> +Z)pB@a֟;+خ/z R Bdl)'oLO" 8nS̒;^HWhz(x$5'~JψMΘ5<p;`۴}_o(,@\muh%ks-,venC롥ᥥO=(=*o@\LhU Hl^ϊ1 $g^jDZC^1ES=FB 5*zvD>iia\w Ѳ@7< +lSQX^<)xZ`)fua`NS/u^qB~4 +މqp9 EPW}j:3~ӗ}z4 +4s/ /%Z^3 06]oiYʧ$NWPw!%Yp 0&pp]I4 -fqB(Ɉrtc8x%9] ~1pv@kmrU7Tq~&w@կ~tXӖOlN3 |kY{ڼ+_X'(E( 7BPWocRr-9,bw-WC" TBy_ebɩL\\-'hA}# $I?/rr8{;;R7@i  bO|wd֎#TMO68bt/6z}" +kCTu|Yowm`6z@ۮ={"fVW(>\ДoHOd"݆8-I" g!Ek R4.S.z$="X`aEal}#upbHxg{&wI -BY +­J4&=mchcwInSJM`AO2II/|G{mJPG[((䒱"xQ1rYXTḢֱ;U8`*7 + dqu^cy~voZۿOr/f~=CGn/mWG*@T2W*vSczwJPqM5Ձ`˓50;Q +UM]XocfrCȭϣ8"O L^S<'Lqu5AKfeL97`/ +"+"ؘH9$cBq( I !EatQJc 74KnstӞ6re[SEPHtUE #Re +ɟ ~_:;(ҍ(R$ 8$H 6_}? 1tn.$ +D"R5nTI`7J3)/쌯;tD dBho'Nl&|P#8~GkL1#nr :p~nndq?ygMO֣ f-#qAfGa?>>4t&tɇZQ:3vRæP鏅[!1'FIIsx KD1J ;œcZPjP}Ƣ3_ f_&l+\! @|pq + A0Ƅ|C1</+,4W9cӎ2W:fx9uzaF[D%k]R`ViRK72$!l}^ -㲸@KN"r?u苘dOA4-Q@ת7v]AV["sSht?oR' endstream endobj -884 0 obj << +889 0 obj << /Type /Page -/Contents 885 0 R -/Resources 883 0 R +/Contents 890 0 R +/Resources 888 0 R /MediaBox [0 0 595.276 841.89] -/Parent 871 0 R +/Parent 870 0 R >> endobj -886 0 obj << -/D [884 0 R /XYZ 144.724 753.953 null] +891 0 obj << +/D [889 0 R /XYZ 143.727 753.953 null] >> endobj 138 0 obj << -/D [884 0 R /XYZ 144.727 716.092 null] +/D [889 0 R /XYZ 144.727 647.607 null] >> endobj -883 0 obj << +888 0 obj << /Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F46 505 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -891 0 obj << -/Length 2430 +896 0 obj << +/Length 2615 /Filter /FlateDecode >> stream -xڽZKoWHs7cl09HƷ=m[Hu_*>`ĦȪb=?%$Kv-~g.Kb*yxND3Ll|K󪯚S$Mx,mڧ~zJI F#p.p5pTELf3isEvK. LHq[UeiᓦUUQ$hc&%1BM+_1sE.Ɉ66R{4s@-(mWe^?Nض/UUEV5.,{0̞ -9ZU?bJM <қ # 2-4ca3b)ۋƭs}3AlB>Lm Xq)f@)j 2D03w -8$r/?x=Hf닳0UaxIPTr  Ĩ~*#I{8@{y\ ]q&Lm WU=~?,|A90;~KLm!(yۡC3YSBGo"!,CStP7?r'߭9&FkIZC(OZM}N?S&A _]N8FIݠ/?8*[}b2hp`I|D]pptzEf׾.\7/qbf * -(w~KkxхVc -P'fו"%iW 7}K~ĵ?NAEK/=u[y`7;G@)_T5*ZA$>S -/R Ku,9\7iH+Ay㈥}WiM%R@eQJrq%)Eԍ - 'qG8(M6<b`i>_]}&\3y[T\7/λpT@ Gg P O~yP1Ɨ2}~0.OH"/]]ES!RjN 籴 +b7|s>⿡Wi25sfWOuOhm>='/a0 -0 zТ?~~fz}ZIg|Ƭ*F#K`tDe8;(sJ Ԡ@-Px -wy^;*6 -ιq|tr)޿gcNH gfϒ!wũ߼dSݓΙסc]X`✣?R'}Pji .G7mwlc@V-bkb2H>>r_XT_n:Xan-+oǂ6P3h3 3ޑG/""& & EKWcf%>Odzx,mjt4;v,])PN gB & `+8npכ:`t25QM4J/;Fadg~DG>i?NImƅ0Qb$uCξ@,pc.\0;`)#k :!yi+RʉPjz\7+ux5~0fo*|#Ul̶7R8H#6f% 0" rfF;zY oHɦ -܄R55{lXJBg&_0iK#YW_ځtsPWxK@k:\KNjͬSS>yRCB#&*;4Eڂ .dvdMx`z^5E +y[rA_ +|Hhyb͢$nbib X@F)usț[! "A~' hÂ:QHnN%QLX|𗟃s?gEvfSvv]~6*vp9@)q0w(|G'ɛǥ6jKXtmj-3 65+>ُUsT(jC2rLgr95赑X;*ѩ?ztʄ-0up>%,D[kfI!tyCt !?LA :~zRf #L0r;&Lv3`j +4ryٝ"ph}De|=9n +'渡?|R 1C0l76!4z.S3Jr$i%LpSPp}BD13G 8q n)( e0.~Im_nyWTGZ.M\y(rpw}QDޣyT yWdZ/>gSSVWV ˷,. +wMk]pҡ'2JƧ,WB :m>~'$ 0$&:@E*G\HyXv h&S.,] $gpo .P&•F4\6F*߉-"‰j4QW'{~<9΂RoLC/} +--`aKWAR)UsW<籪6`3sЄA#p4V62̸fZThwt4QzddMM4٣1۷U`W堝pZ8p5􌛱ewLcfp0 +kq6Q鍶`D4 86\굟OEy T*&NƢmq. uL񉑇0qk<{ʋfɯMSQ(!6Sѿ?ZuaQߣ+t-ooA]po(/7LKq B8P*aJqӗGTS|M%K,.nskb(37A]AMtd2(PL[כ$y z|mLP+vMu% BO G,,# B.@nDK8rx2jDD Űpn !a \jT:K9,0csLsZZĢ@XUT&'dhŏ\ZɪG8DХ"W@J{BF]8Q䬈ըl/E564=|Y@Ļ4=0+A4ŶG0to>zgp>ep8|EK D'' . Cc/O +M g$_~K6X`2u7 [9S.7M$*6|C ujܪn\" 3LjE_ui5TU)p14(J&;/ +fVi!I5\0!" endstream endobj -890 0 obj << +895 0 obj << /Type /Page -/Contents 891 0 R -/Resources 889 0 R +/Contents 896 0 R +/Resources 894 0 R /MediaBox [0 0 595.276 841.89] -/Parent 871 0 R -/Annots [ 887 0 R 888 0 R ] +/Parent 870 0 R +/Annots [ 892 0 R 893 0 R ] >> endobj -887 0 obj << +892 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [255.174 523.424 265.605 535.484] +/Rect [255.174 443.723 265.605 455.782] /A << /S /GoTo /D (Hfootnote.15) >> >> endobj -888 0 obj << +893 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [199.425 501.45 290.119 510.304] +/Rect [199.425 421.749 290.119 430.603] /A << /S /GoTo /D (subsubsection.2.12.5) >> >> endobj -892 0 obj << -/D [890 0 R /XYZ 143.727 753.953 null] +897 0 obj << +/D [895 0 R /XYZ 144.724 753.953 null] >> endobj 142 0 obj << -/D [890 0 R /XYZ 144.727 614.539 null] +/D [895 0 R /XYZ 144.727 534.838 null] >> endobj -893 0 obj << -/D [890 0 R /XYZ 159.966 151.59 null] +898 0 obj << +/D [895 0 R /XYZ 159.966 133.436 null] >> endobj -889 0 obj << -/Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R /F43 485 0 R /F39 487 0 R /F38 489 0 R /F41 491 0 R >> +894 0 obj << +/Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F37 483 0 R /F39 487 0 R /F38 489 0 R /F41 491 0 R >> /ProcSet [ /PDF /Text ] >> endobj -896 0 obj << -/Length 2357 +901 0 obj << +/Length 2042 /Filter /FlateDecode >> stream -xYɒW6 CH}a|%$d\v̿;pEJ%>$ao~!?jqYe7$"U&m**czȇ> XZ_n?Hh(kI1E1:< /K6p}09oԍC{sbIjL!+'YK~(m$1'}Dd>4,a@R(G@ţt,(OR'E^ׅ'EV.6+ -Md0EU7\Qg,th0x'ߵ'fÍ+gY>5*ӠWIz5rʿ @ H(*^` 2{:!.\C i8bAqA"3W8*ytށ j)enwyY+\]h31mzgZK+C(0}30M}^gY Hb?R9ddgM%;@kJ^K`NH%~(YCΉ8VwdUq &om -$26+ -2ې%Cγ%w\S2`ШTi.:9ԧ~)߼«qWuE4xKG 'ibIh::YSZfIYn-7xDYVSZU0U03 <+ԧ")\5|AE*翧2>39|]R\2VIU5[4CjyBLÆ©],Ic(Xߴ>l? Н +xYKTUo"GWٮ!́#q$x䄤<ӍHi䭵2j0jJW?K~{xRsFӊ+Ŭ+ƅ[=VNz#ER4r[A]ѬaovRqznf2Fpf0&l#q5:LlײXoo=vjX2՘WI3#ᐷ8wgjVΙӆYN,*eW;TKи*}Uԙ7w 07B1ZڰCюYh7oqKsfԒ.7:xa4 amzZ4ӧ5#_^C:ֻAr fD"Ɍa0v!` T%_t7`3^2 +wÔgQPyE n;_WhnlՎ* +$u}\}W~_>pdx;TݤOP(=Qk} ƢR+m3Z&xH;C-o}􌮏7Ku.Zv$c{O'Rj +9>W^v7Z+06 oՆ):=ԔQ_Q_ɘ̂eLFʾ&L&&dd&2c4$jy)Xj_ :8KP9}Ӟϥ:yA997D؅& +{yTlG%r3yJ'fݥ+ىQ+gYƲ{Wn#Z p|ԣ?E &zI%ݞ.hahe28dbbWX9%N7o,nֈt]d7P.(DV%"hP.l\0ge~&c6hiYByö]I + *|6ҷ촾 b!`coW2{?&yXڳt<! NS[M~  ^xGBȫ!cq?RB?<BC`\0 SN]x,sgL&54Z|蠃X E8ahFLZqɪ6:]x -1A(KvŇT*AuFk%[!˺mk ~ 4dv fh6dSKAޭFP +jA\g+=9MSCBՑp5ҥ'ը(BKjBY/Z  ͞2[h} .C26G9o@g)C{VVE3\s~LLH Zk}Q:y@pMߣoA9 +|Idg 59Rȕw>?ՂD>4nR]X|1peXfD][ u=> endobj -897 0 obj << -/D [895 0 R /XYZ 144.724 753.953 null] +902 0 obj << +/D [900 0 R /XYZ 143.727 753.953 null] >> endobj 146 0 obj << -/D [895 0 R /XYZ 144.727 351.776 null] +/D [900 0 R /XYZ 144.727 287.764 null] >> endobj -894 0 obj << +899 0 obj << /Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -900 0 obj << -/Length 2122 +906 0 obj << +/Length 2323 /Filter /FlateDecode >> stream -xYM ·xgj7ymog:^[vh%$wӲMbQ |!ld/I|y7n7y#f3#&q7_5N:'mAyI/Uqy+N{ݟ2퉚+>%Lߚ*QvCc*?Y]fw35_&- VlYd{M>섂`asApx᭪Y=5S=-;zE zES6aQ0 ^Rڅ5amL8]W_[j `'<_ZRqJy o*3- W6/bZW2Oal@͂Knr*{#䧢IwJB#8+aD-q4|rHYH,"?`*&hOu0yŧh ZHK`HVMKaᛗh94-ҖLà wj̵NtRdѴ. mg2:?yUҼ$>WhnOZ2B~$}(|qAOpQl1]ΏeU#=N"@9_a6  h訑\SWAmb0'9&)/33"5n 0ְ`:)=vEt-`{hp{(=h݈*% -1 -׭"K 43+=h5BoGI@F1gk< :u;1xg֏G32I[{Gz>2\BrHǡ]4 k+@e%42Q'd$!q4NuL+pQM-%+0nvN&>(tF5{J5=ѰK6IuiKIQwnɞ˚_j TiacU2;"ӢVHwzLc:%mSNfR XS ę= njNxobxpK ;r)#Djb O BzjԌ/y! G -F8'PA@#E6E>D8Ha+{] a䤠o'BPFYbKv"bD:[ -9&ww :fUGpD!UX#pĭ̈́_X;+3%ܢx! T%wدeV0C9a>v9p8=R3"l!8`7N5#lpw?urĮI4bx侏GhW3xNh 2H0.\'7:v@,,3c杒pqh6Vr>)X(oWXؑE AX(25g6[.9=?Uӄ]jb^ᰆ[峑7&4h mN1i2f{ʳ:'?y1˄:W^.Mi)͏ GP&!g?䰧<ﺲ x5ݠ \#RB7cAЌ,rY O염i%fENPl2jAd'~I/m+>𝈖"}.bY ?pHuBhd^ '\l+)<OJ gkipaP:TH/U(6pۂ;81MOe4^ +xY˒߯Μ&KTRyvYpFJERL>h/QT }H7Mt1<9EKɒ̲LK]rrY+E~/cmt$kk*U !N +|90O-/a5io)Łߞ,VVIu.9-5:~ϑ:^nЉ:n4ike$6[hZEII^ ŞCgSOxsەzE!}mSW,g4Ԥ۱ R&u^;EUx&0M_XѨ2,)v~z~}sZ9+B?TS6⟯ũvE"89Cyf`_w niѤwY)W*em CQL 茐h`%V]BYX +2K>a\@KCeD|(d+~#$[8seNDܩk0F 2 y߃fɰT>t\Xj' 6CS'fN) ,|)Fcς1"#OSF=]s300rϽ2t@/>[e(0>~pNGu W/9".q鳹|* }PNb0gcϠS +`ĠD#= lk1ԴH-}A]?M:۲=azb? G!;:=Y?{A}AxU&3RY;JŃGF !F!clP1Vs[FÁ.65'8\^Zjy}3)zoJyReW^ -8.=rǾw2 X pv@TY.dd5;f\+\T*qەiJ:w3=:-Xg>yrC,wu +8aez!ewppF["M*3GC 1ߡj58Jʼhz,3NF4(d^jٛmʴ[ H]p!8OCSLY.u({:> endobj -901 0 obj << -/D [899 0 R /XYZ 143.727 753.953 null] +907 0 obj << +/D [905 0 R /XYZ 144.724 753.953 null] >> endobj 150 0 obj << -/D [899 0 R /XYZ 144.727 231.973 null] ->> endobj -898 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F35 399 0 R /F36 482 0 R >> -/ProcSet [ /PDF /Text ] +/D [905 0 R /XYZ 144.727 172.642 null] >> endobj -905 0 obj << -/Length 2620 -/Filter /FlateDecode ->> -stream -xZKoFϯmi``K|Kr%Z" Xz4&EYXb?bs؈/~&Osy#I/\*Uyo~O"}V,cafQ" c)3)LAe[]>lIHTE˕ 0)C mɅKw): {nS>,v-zfkU Jֆs[ertXWPcUE]Qo/AnƓ`?e˿۲x -:(v -#60øR_6H~$ .Oi \[pNʼnJ2~ԕ=#iA733({{;L":yia3ip sچY*Ϗ0Qǝs_O6>NwT9qvmWdK~B0c[嚰y(A8XKyW_%WXVP]@ڮGS[}%s@4;~̜2wL.3y}hFXw +tQUo)Bd92)-SgsC3E-B,;Z1>(E'8>X!OUQt&j&[-ey -hXq?^08<+V+p.}ӥYZuFX(4A16Os+RfX8M[H{gLnP6:VbK("&}׍@郼>ǀ;MUk{(3Mg=zw  l6f\LjjpVwB|[R@@:rUhg.V&PK>U}F*HsO= d֑OsA&GڵL3;Z:XKU$/y[#&Ƽp嵪q5%OHWO| 37KW@I_0ok0r9 +h;tn91IDGUyL-S&FА= P;Ş[u_sk,Kft T ?P!+qRhFH> xPsHL$?#B - rp:\`H - v"9YϞ'- zuh#W) -I_9Y.T86uL2G}JJ;: h1G̬(K)8!> endobj -906 0 obj << -/D [904 0 R /XYZ 144.724 753.953 null] ->> endobj -903 0 obj << -/Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R /F14 503 0 R /F44 486 0 R >> +/Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj 910 0 obj << -/Length 2624 +/Length 2679 /Filter /FlateDecode >> stream -xZIsW`#HmRɛT%OmctHʶ*5=hp yyobaF݊~gJW+4Кe2[e0!vkRY_+ݮkm:/"[UL)̸3n9X#9<׌t̗4Ύ Kao5>9˒ߺzT03o/퀛WIZm`EҶV L5=5-5vuew=dgMmJS+m3Q}yr/jݷ]D4<仮HsQBpRw]uK;8YҮϓ{FtET%ɕSBXNL5&/+W =vk : BPQ^_3D|/ɽ$H;%205]O+m󧁦pop1k:cكmpxQVRh]=qg/xAP?z1U76IО@ZϣaVKM $D~yrL -{)N1=Vo1NNt -mSX-cioY(2Ș$pe'1!H p,d{q}lq 81sڰU5J,U8PLua.Xxwz{p FIG+iz'C;k=| ^K`X `ۺnv#z -FE+0(!#ӆqqp^Ro3W Sյ6nb['t; ̵FOʸ=јbpovNZ띲{'45DhܕSSZ[bnͻ6(.E -r y"MX Hm?DA28:A2Y$yƘ4FU57})Ar$ "ԄarEDy(S+N@/G5 i\>zxԀQKP'XCל,#dĀ%CD03*hvW5/-]Q(pLlB> -pd0a`Lif (x^,bb@CVtD{B4Qddӻflr~h ~Nΰ&1策s":_0KLLAR1]@7%)ڧ[0T@Sw Q;TlPi4+  8^ER(pvl`#k߭]ܳn'm],PW,tf*+C̀v uє= I 8kGG@s  2ļ'%<B6 a -iZq&bbyGeR]2-Y&dzWL, M.o)u,Sr7B'DL0;@,ZeЊ35BƵtVs- rimMA!;Klw() nyELߗ] !`K1bs)wfEQrD1hODChIRif2KHPppuOq!^ocLѡ~ -/*cZfWwy?Oȥwc-1%\JNCm#EҟvEHq1eqk -c'ɯ˙&s2Zhdݿ1yi欂L7breN+/7T[=Z1aϼl̼1CSmp|!62,!AR>`#N \6aQ _3TɧTCm;Bor"DTV{ۡ˟2"-rFqr$;zmmf"ީfuҋwQ8VP; wD BnYu}HX+d2w$vD_!,uy=W}t -< -,x!" $h֢'?&8p`D~Y D]~ FKw>lM?=D^R?G}kx\T@kD],ͲP%;}8D|xJ\aFWnE|u -6n"H+g<r,|k89S^[["e)!,(ɵ%L}VVLH~y`%Z i\gzG<Hު?x$->']pzٟr_6¯X+7a XdT7W +xYK6ϯmXuLrI29mFbV(v`{Uů*q6|b~&K3#JV؍e&"<7&a+MʎײaI~]ҝ0;mAŶ{.yUE=yWz- _Z'yYOUh^`o8h_ᶜt6E6ZX?RwMMD"Tfi +y#&u~< L箬/ _zPiJ6crt;/(R S΅Sc '(Œ<tu?Q/WZrWµ#ʡnlbZS @U''\!IuEw*&o.Nh4뮻.p$XNh0XEҐL3Pߋ;ž`g/]S[rR$q!)uE@ BT*//B*v+?9?5=QZzKz7sAfP:-ҵB[s:Tpˑ1X3`W.k 0M}@8ph^p u80l:0oDSL{{Ѱq\IBZ_$LD`'$Oe榆@g:>-i7"߃hEڠ`EsWE.KxU㤘V,+R 2'%UIjaQpFُ|v49V˩N TI;ULU^)zcUm޼ZNk\bk=v^8ԡlg3<{P:̆wvu(bɱjIL'HS5C61+$z @e@U{tв/T85S5hiP9Pzm $0nj@f>ԍ+ΨYj#RU IK6y&DX[QRЄɁK>Фv+m9T`jt7E=a='N-g"0/,)%Ys = P$3(=>=VAx"gXx3t K@%^T +M=W)E($ʞ'D:A!b7ɯ-* :2NGPanL`hp㘥HXWz̜I\lyi;`!*?l8 + !2|` u +wgX& $AoZ"RH5"^ybMObV..FCi~p?S }DH)E +`uWEXP έe>j# kPZ^hbSiUqUF(. ` GGl#iCC@2(C7%hYf"c@l7ep0f!dY@ZN>>cʥڈidߋ=e:1N;"Bh!&Mƥg eWVa dSmF8ii R/@?'$л8T`-~S,B/ypܮVهۥ2$su*WJU$}'sL۰;È,ܯ˹XP ?ƲS@!A7)I +؄V}F>~ov6enN {&0SK^s&cM`g݌"FuBkǷu:,ęv1Cnѿ珐_ "VX ӋFq]D}E[3 247uQp:?]ќ=AqRR}]p +2fƹlpByZvQ&Gԍ 82vԈ {i9Vf1{)pf eDDO39 |9^ۊ{bP?)$pQd=ln=.fSф.FC׾mԲ:VY/XB3pjUOZ|F|N 85f%nu;?<IpTxwD8`_uyS֬82j}w8@ǢՇł#e3,/M D?()nQ8 y2x4SdB"FR[7ՑSgOa MÌgq ##7)/#Ť]f9e{ )Dާg2$0yg?٢J> endobj -907 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [396.45 168.814 459.421 179.937] -/A << /S /GoTo /D (subsection.6.1) >> +/Parent 903 0 R >> endobj 911 0 obj << /D [909 0 R /XYZ 143.727 753.953 null] >> endobj -154 0 obj << -/D [909 0 R /XYZ 144.727 666.36 null] ->> endobj 908 0 obj << -/Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F45 504 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> +/Font << /F17 400 0 R /F36 482 0 R /F35 399 0 R /F43 485 0 R /F46 505 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -914 0 obj << -/Length 2807 +915 0 obj << +/Length 2576 /Filter /FlateDecode >> stream -xZIo: =hM8Y0ˠB˒!ɝW 9t[$"bW ]m<~G_%"csusw%T\(RW7OR&ug每س]Enx٦Oǿ,d$R;PtM,*{8@fww"] )(U -ue˕"+ۚG=m& Lmگ!@)q?vR"/%A+6kJ(i{~6"IP"׏)FzQ߅hZaZ87,wkrϔTX \1>V,*s@TŗnW҉$?fegk}lr:?`Hc[|# $Lc&g>^BҸmz7斂HN:GHB.?(KB{HTnr:G;桁LL[t$An mD^Al\! vpq (լIxt lus>ZFE '1mE>m'Z R$C*H{+I't|5-u**A&k$dіXǜgP9N4X3goMj[!T'G[QtҤ¸H`|ȸC3TSNc!*'t`ntڭ}?gkK{5x/xQ#9ks q#AdkSA?*U8&NM[0\.zM0]ȫ7cNz&/oKgxy N' e6^oN3 NFZG=! 0*3"3$t/yu38)gI.EЅ ڵr`Mu.svFДk5M2Y 6hޗJ:fj#!BQؘ7[#y0"-@SN|21,M(pڠAK@h~jP-ջ1e,>"B*'P7Ón~a'^VW:LH -Ix<݀~` hpzWm7A{AI-,:=i}NKvjXJ^y` -LDaz.570Y6,SqI$: x:8hGz?b# P!͋et,r^XI@+ xYp2ڏ9m70\CuW΄1r?i%ra6yejOS7ͩ@L͇*3JXHX(@mXp;yCVHGx +/\p|^^Ǫ˛M5Udʙq]^'$$Cܦ**p_&jV/~3 3Ws{27=[88ςQpz~ibK` %1n#F) V#]6;~d3<fXm>< tϸO(RH[I_㷌MVm}>]J0LIg Ɨx (PԉԚK+'E<G~5X Y}RbMD*/j3tx!-!EyUWs𵁢CckI=F.|<_>Syb>g>mAa$],BkU@J(tBR:A:}-mEu2jw-7XcّaY %$\%ߘ~d,}~.I'rO;3gBuz\m,@аؠܳ%<x,%vRK]V2mD4w`/i┦[ƿ}ޥ_SDqnدkjx Ǹ?&n="[Z + @/g$`Xfbd~0.K@Y'z5=cյ4~b_'t9 ̷FO;ӘW^phOnNJ뽮'Ma4Dle1-Ch!MVT^5n)`'D7xH1@nGZw1읏Y'*jrT2TO.i9ZIYEAn +YFI JfT\ĺ'=u3[cU ؇,PztBQ@<9 5nqp"J0n ,kKB + 7b=lxAQ!Dt,*$_ :bf +HLlv=aq_Ԏ9ҌUCمJSƾ[\]A  \Bi\*R6J @w-5fWݗ 3O@k v;{ÆXƼZ^cwrN8,12yaHt ra&:[0T @)M fk_u +r ? MxdVK  m6?΂ELkI,[ hWPM9Pƈ|"|d-Ns\ʛ_F`%;˯h3*iLH8, y)Y(j>zV- cN%F kZrW_ +~>vzFOسhͳ#U@PXe +=ycŁxshle6R汞C\|jF̓BkE@X>WGӑ?2XHVyB'N}8|R5vnpݱ32"C+7t4DZ*\I꽙wITOD3> endobj -915 0 obj << -/D [913 0 R /XYZ 144.724 753.953 null] +/Parent 903 0 R +/Annots [ 912 0 R ] >> endobj 912 0 obj << -/Font << /F46 505 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R >> +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [396.45 136.597 459.421 147.719] +/A << /S /GoTo /D (subsection.6.1) >> +>> endobj +916 0 obj << +/D [914 0 R /XYZ 144.724 753.953 null] +>> endobj +154 0 obj << +/D [914 0 R /XYZ 144.727 634.464 null] +>> endobj +913 0 obj << +/Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F45 504 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj 919 0 obj << -/Length 2287 +/Length 2838 /Filter /FlateDecode >> stream -xˎ6_a1h3H12A E:s--,y%y<Ozy r(] -E.|ǻ?HXGyeƒ0[$ax-Sr[ms{\kK/ˏ?)(dQ@D4=@i>҇'ciz¡7hIyRzxo!n Ҕ/WRAƃ8NY8GMiCWԕLQz*)/΢p]@H R2z-uBUy2XP,Q >v" 9Ѡi2J.pb*'ѱ5C^R#3mWZFe-!1C3f{4f ]3iEAQFw!E+P,MzLKpm'q5Dǣ+lpPN$fgNZ?Mt$^vEU[pY79* ucEUT[*%WGfl[æ%g"L|K;LQM'10)We@*, 9aLEP7c팛E\ -ϴ=_zwi56q-\4 ƒʹfcKƕ=@ #!6L36BHD4vS&Ҕn %&'40M6C+~a^YG:nHR#OoPe#Hƪ0 1A㯌@l[ F*Kz$\4u{A`,'/XY`h2`!F#0(3Mdvqs~c ,dGT.r?{ʟn~dh{1@XZi|8 1npZ!T1zwf_Q4V &Ua=$!KӡB xċ\2=" %1X3{DйA -}\N鲭n.BhH0;w!#}ºd#J^uUm -1PXcfĉ5tۦ>Zcu0/Ґ1MSJhѝ9"R(̍!f)PSqi7Jx~*(JɥYX ]ֵT#j )'^nnzum Fߛ6T_$/& -L_q8k]}r֠7;Z5B`hM#>^^ ͈.tbO G Ҷ+|"Lzn``!kP:ヤx/1M#q Ȱ-do?aX|x{xVPɓ}\W}k M,eĽdLr17i_sG#Qh"^IX;f#*].S'.X2M)=MUt0MZ ;vqbNwgE5.cuWܢ%\]Ub =#`+N'ZkvI#,|DO' +57dMKlӵ&'**s9/鱐!KJd5靨$+7/}\&4mZp>q!@[۝}:qe_J./=rг0BՎX]A8+Q: J YFB[ms^~m/(X ⴡIڬ2 -hyǻ?+M +xZIoHW0- +kcs3 0}e@KL"c&l9̜X,-[b{_߽ "iBƩY(R_u]T->ewsǾ7H +:rý۲n۬y7[~L|")\y'ͶlM}٦=;Z+2/0SHJ8l#ʶHR$HA7,OПԚF՝߸:lgw{]QW-w]Q1 s.N$Л`ۡ^=7UBIӻC:hZha$ɠ2Q1Ev pV/Vq|xI-ͻ>S9c qIK)9>NDF +D 0fܻɻh~O`"HT#b_YouVr/C֞?:`E%ÎAn5h0S:nwb ()pt 8cHı0Ѡ ؈Gڠqv<,Y +ة3J y,+lRT[!ótrP+\݀&' ne֬%mNG)*J jP0=j/9s2nʬ=Mzh +(2QVꚇ"/7ᏞN3՝{B<CHT0_ZHAE0)L069]ցO m~;;` +ΔyqmRr<p:<2v<&K +P'l%-}㓅EƍrX:;Tvjդ "y.B_;͍ε{ Aͯ{V<`o}LSȑx2BfЏ)hmqcȖ\{!ʾgK!>T]ބn$=,CTN E>%&q6UP!>XZqyS&aZ + t$d?K?xUű|&/o- }( +[`n/XiZltB{opJIby=ߡP!cj$(})26Y=taρpL8FS|{eBk]/i5#VNҿ>@S]%Ge/-Ey~*ʣC []myUǗt偢CckI|?D9Q}ItQ櫁Zg7.!j3öM}Z2 #1a6' i >]!MPU;򭢣[Eq.*?ilX aoX5(.?h]iPOٺu* =^rW5H_z +6#z|Fʼ[G.|FuNK_ߤIacGʺV֐cI•i27 mِ_+a endstream endobj 918 0 obj << @@ -4458,45 +4448,27 @@ endobj /Contents 919 0 R /Resources 917 0 R /MediaBox [0 0 595.276 841.89] -/Parent 902 0 R -/Annots [ 916 0 R ] ->> endobj -916 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [346.702 618.617 414.653 629.408] -/A << /S /GoTo /D (subsection.4.15) >> +/Parent 903 0 R >> endobj 920 0 obj << /D [918 0 R /XYZ 143.727 753.953 null] >> endobj -158 0 obj << -/D [918 0 R /XYZ 144.727 605.834 null] ->> endobj -162 0 obj << -/D [918 0 R /XYZ 144.727 172.642 null] ->> endobj 917 0 obj << -/Font << /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F17 400 0 R /F35 399 0 R /F36 482 0 R >> +/Font << /F17 400 0 R /F43 485 0 R /F36 482 0 R /F46 505 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj 924 0 obj << -/Length 2135 +/Length 2222 /Filter /FlateDecode >> stream -xX[o~ϯbe !=gѢ[^tMȒ+' p(YrdM7o -gY8&7}VrD =[>θR33f\$j[pϥ*󺨚&_-gngt rݙǪ(0]2\y&m\5EkͫW|ZiRڲ"UyˠKAc9K4n@a#:1AZoK+)jZiCv Ȃ Ov(rVӠCσ7Y" -RVszלkkk hjMՁp4k6} -Pk`vֿ϶PL{f {aq3@0ͥ6Mɋ%,?;yUO9ڃ~ɻ7d0a֜NV-p> LHmS  E֤ )'H 2-R}&>qӹa>=&-`>/S] gt?[ % ~f(f.`fxD}9m ҄H?>sUrjc N+r K3"-?JwP$Va}O3j2p7kjɤK{w݅mOTߗ+lTS4Efy%֧"Ow ''&f[Z -tqOsBA{7O93~;xdjxq1,1} xF.q{SNBjV p#A]:h(3dkHyc]!5vٮ1ǁwM* 5p!ㄊ(ef0u"ܗoeý͘ȦM[ -G)y!|'P]dY@6Bxu%v_Wp+l˅wWk-iqSoJL1KUzK;H{Qf 47aS+B?v)ky4*pg!7ggF)#y!Cv%xߑ#Y!>^;k` 9z>ioB p}ͅ`xM7>ExG )J5a/u>u\Ѓvd ->`:9Křw+fE}(~8 #T8.``Bq՗<&tg,# o/Ur) e/+#^VW}k u0s!Y\I'# -f'qF8^~/CUT6TZ4 BW’P\G -=7L{>oz.RKFn3:n5{fzݴl +xˎ6_aшhsDc dAuh[YJt*GNgHEzWE.t>ݽEƲ8O3 H˜([<ഌҠ>.W528KMʼ궬V7'~OKσGBҫ:OjZ/˕t;"~VL)bZ!nq d.P{.8>x te@'FLS 1QJX$~AQOK5tT}芺b ňڊ'E!TBzuSui.LOrl(dQ܋#9F,MG(gSX+U82Lp%dR0Mu 'Vzof)GMn +\3ddӞx%Y?=C) T%Þ? \d;9<6EbQi0sB}T#&9 +X& iW@" 40_-p h@W9{BF)h^|n@+Sa´lJTZ<ېsn=n8I5QQIU^ugPK C/25 +ApUm'V?U芾2[*T[ރWq6OU׮"jk [Wu6HH1{]TE%aZЍqk.m}tppvuKD/E>%Xis*u7 *ǾP_[1!IҴo%i(3WEb/i| `HoFKL{dpGEki.f钾!r0 JO6R$&b6$MQyP%8Ḟʈ8kDM}<4Ƣm0ҐLSIh֝92!Rʍ#Rmn8Y7Ju*Um,*m5,C}[" \5b7ymrKoUH難-s ^/}uۚ}OhLԖ ՝&4#TgsKzAFtׁ!xaHHkPݤu(я3^|>P{aQ;n0K9 k ~Ǚ2$r:1"gCvj.>j\Er(!G˪Tv'8k 6B> endobj 921 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [160.963 420.808 200.717 431.599] -/A << /S /GoTo /D (section.7) >> +/Rect [346.702 585.637 414.653 596.427] +/A << /S /GoTo /D (subsection.4.15) >> >> endobj 925 0 obj << /D [923 0 R /XYZ 144.724 753.953 null] >> endobj -166 0 obj << -/D [923 0 R /XYZ 144.727 603.773 null] ->> endobj -170 0 obj << -/D [923 0 R /XYZ 144.727 396.777 null] +158 0 obj << +/D [923 0 R /XYZ 144.727 572.696 null] >> endobj 922 0 obj << -/Font << /F43 485 0 R /F17 400 0 R /F36 482 0 R /F46 505 0 R /F45 504 0 R /F34 397 0 R /F14 503 0 R /F44 486 0 R >> +/Font << /F17 400 0 R /F36 482 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F35 399 0 R >> /ProcSet [ /PDF /Text ] >> endobj 929 0 obj << -/Length 2055 +/Length 2332 /Filter /FlateDecode >> stream -xn_A/!٧\vn٬.aLd(ǁ9s)^%(s̹fxx󳋷"ri2ZTQ 2sn\٦Vd۱vmz9ˀ]@ ]: $! x)Kc/5,-WM OE -KzO@)0x@Jh^[W92!n7,Ibr jve]yK͙%nv 1P5>>;y~G>IL؜J3˳$j\"r18/", W)o?K{4g6_ͮO:,UrHj$pG>opUyFʍ} `KioBn@<(&!GOy^N\5esS "v!,FzS.zom+wm;csT)} kt;zzQJo[1᪘aOBHϼ'$ZYEi@Qe},#Da%粩7H b -$HRCv\BqC2`&5œSy.U22t%(Bn]5]_PBD4 r`]BWkQo6ZP\&3ptSF -_~kWEMPs.k'h%(moB3ˉ,9IM'x#FeU:,3גDK"100ςrzh!bYڻ@ި Bt: FٓJ&TNU56v خ v'%yi4"WL#%L>)5d}g?)Wߡ[Px[O*LOgŠŦ[mFg0}wEgȥv&\z>SWpE VO\M`aġKM -dD&(B A @2.!{V6GI~@+ 3D4eY>LЗ"X'32 -زogm +'.83w()dP؇~ʝIdU08UsOc G-.*)W+1 _X谣a@u\ G=z6r9B]QA>\ ^C?4bx|r w IVA#p0YwzMMdLN Qџ4&]aI"u 0ę@pg;SL_73#@*M(6p -(_'ϗzF1ns_ڦ{B&=6G +xXKoϯe0Mr9xAu9T[bL +ImG"e3H&EnvWB,~|#7?|" Sn! c/baCz{BC\Icft0|\Zy㲮6˕Iu_pMYmrqTIPpbNXxym*dz?X8 nE;9Жfwt>]HݟkՀj, +S嬢4!^bre A +]kٵ DFjuq超:uy]y1k6 _A|ȉʿRBeYudZTNDpKyJVv'q: j=f=*b>XߓkPJhDڒ%gÕw eqO MZviPJFa"uir n3&`]Ww/KF]k<^]g%kFT#/"xpXY!h+h+Ng-{d:E"g߾%3λ +MS- #Y@Lf՘[ޑH=CAٲt8Qk8{vO/YЦQ-k(2@2BE"|`JA򸃌@ %@l928}"J<HiyOzIV~(6pmۼj}d> #ӱa{UL{/u݃':{}9yE 6BmC!L@ +Y-n:EYp~Q+fb~.vEUUyKT=§385ߐ|.LFr3zG<*g3N*2K# ɦp +L6O/(6 Z̈xĹG(.b=VmG>{ Sd}~hKY+HQw&,ޤ!)T< +WA8/XAjgYW* +L>Jryt(POSmSl ]^yT3H vdۗ=A9hUh'^9Wu=Us LokMu~@8 {8cʬܺ|ӿN/:$z o :*C*s{_q=LFc.q ;୩lK^T~wF*K +*j>/pg +I1zƉHяq˴> >IGU}e糱8; (H Ҝ# `6uy Ke,@KP^Ӡ6Eu瘗Wywְ-pau+WGRAEY?Y2Zl-(`yu_/uYQ* ~xM( rOdkm1b͍b>O@jcB+C5B`ٴ!Z/Kh!h l%eY( &BRZ0gh\5=D>USu0öGwPXS=3>m ;K?5Iΰ5Τp'U?1U? ^|72Xcsf]KAx؜;ȩg!2D sB}:*Ԉ+#*mƦNb\<p w3"E ¹B*~N8?0vYy-s@(c+/8l!qpL2yZIiWH`]nߍP=Mm19L*I¥O*D>5:B= &ɇ'78ԴTQFygF1ӄv#d|qf8/1O]J8=(r% Y(@{=B-.Uy֟QZ*  CFDK z{8bDQ%hRxqЦO]>)VA"qF(" +e +u#CFB 4dCi$wVYَ{x w3X`! %V/y3@Dyq(63g> endobj 926 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [240.622 362.145 251.053 374.482] -/A << /S /GoTo /D (Hfootnote.16) >> +/Rect [160.963 367.125 200.717 377.915] +/A << /S /GoTo /D (section.7) >> >> endobj 930 0 obj << /D [928 0 R /XYZ 143.727 753.953 null] >> endobj -174 0 obj << -/D [928 0 R /XYZ 144.727 285.091 null] +162 0 obj << +/D [928 0 R /XYZ 144.727 716.092 null] >> endobj -178 0 obj << -/D [928 0 R /XYZ 144.727 259.785 null] +166 0 obj << +/D [928 0 R /XYZ 144.727 549.653 null] >> endobj -931 0 obj << -/D [928 0 R /XYZ 159.966 132.633 null] +170 0 obj << +/D [928 0 R /XYZ 144.727 343.116 null] >> endobj 927 0 obj << -/Font << /F17 400 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R /F14 503 0 R /F44 486 0 R /F37 483 0 R /F34 397 0 R /F45 504 0 R /F11 743 0 R /F39 487 0 R /F38 489 0 R /F41 491 0 R >> +/Font << /F35 399 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R /F46 505 0 R /F45 504 0 R /F34 397 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj 935 0 obj << -/Length 1974 +/Length 2027 /Filter /FlateDecode >> stream -xڵX[o~?@UREmӃr#ӶYJu$0;CRd+ADQC΅|3t8ٿ>姟~,!bj\Ϩ$b, -,-W1B$hJlk3姟,VАv7Ea?g¼4VWnH_, -E$+h\OHU\_$긿:-w;]jV7t` %j$RE[=gq;3󅈓@Ƿ9AdjLkNXupC`wvKgOef?%!Ln0\$:)2_$4 []{Ct~ 3\!Q 8A)9gT8z+&<-X-z.xę$1ubؙӔH)?8t"'8һ-0a}FٙM^ֵ2Sw:hCR[ZlǤ(=TD8ik27 \@y=&ætw{x$ HYzvo#ϡW{8kx0bUrap,F-YOlM7s\4NYFON[a6ti#q}لbaaoXĀ+0CpqF &;\a_N<(_(Jk Sv>+Sٺg|Ѯt3u3nTMP [PڱuG>/[A|6s{cKX`hwl {t 8gGv-R}@\z~l*ߎ} q-1T'--e71/REx@آOp*wG޻n3~ը}!yO[Կ"j72z#׿õS? m]C&egQ6Mk\]ɉpשּׁ!$W*+f"BvE!E U?^`G,5~@\}I _ԇM~zAtAt۔Od˥l޲妗1/]KPE<0Hv*_mPN7YR44:! Ó_h∎C{߯0 jmVӍ8K)F'qXs~u uf%WZ6wEiw;5gTƹ5/7j,C4{Lz7kf5ZV7Q|h3bQII ۛђ.?^& +xX[۶~_!@̈WI)69- m]@L{ؒ+ɛ-;ádɫكCr8$FI"9x(g&Zm"sfRa\j?$<]|\0{J!IX\6ev ].x\!2_%MX,^ .RL̥'gbLd_r!Y+Q"Tr^Dr(`t3tm9c򸻲ە- mQj!Ҹsk `~eii=6e 'pW&\Vo&kp v^,A0<)Kc/5,MM}<Cw<]nh/$G"&p=pҌL :;W3ƒ ^qZv@.N7.WlՖuE*a<ϧ(ZA$QhV2R,idJ_"LG6?͜ҩaJ߭ +!կ1\c4K6cy2i +d8KuL`D*s !/[ 6= .hn3oo,}kLQh +<࿗EM;2ݟG-zQ^k^/ۊЍb kJBq 7]Žep-< כIB$Q2>^d%yQ"3z,*# vږs{Lzb +,HN9l=N\1c\vS<HJZ+p=22kk)7㷍22`hUrihCMm&@/=v:;5HI/^2$xu +FTch zwPdPmǤ lfD䉗vy?qIfx +@҈5(m}OڽˎkR`/^#5mݗosHf zRoWq(@̧@Et8`|~ˆ&]!`1#&Uh%~"p3vqJ& +L;$G0Bԩtf0 +>by7H.) 0 v7c=#f.~4fTsTcJhL3!S"z =5}!nx1E8Dn|A܍vnƤ˹7Qy=kH~oE{8Pdr}/gd"ƝJ +1=x;gNBG6?z(|E8\%db D O D>+HXA9s O>PWO~<×. p搓:/lse&p=Q x̙4}}K eu +4A­D$ ʂ'IzWmJ"co2PO`1ix D_/@<0g-vGF=Uoɇ.| edv/{㦃q`nnzK <]Dgna=ڵLKt詈@Wш;V'2_fVd6f^2a @AV>S fo[+ X +w7w$^[5uv;[|+nlwEO'$kи*޾yBDO_R 4?&!F0 oVЦ] DžrO3 :N +=g+ؙE)Lwe%qI\ N_֛^_FO wre>#s4rs -}asu f endstream endobj 934 0 obj << @@ -4590,929 +4574,913 @@ endobj /Contents 935 0 R /Resources 933 0 R /MediaBox [0 0 595.276 841.89] -/Parent 932 0 R +/Parent 931 0 R +/Annots [ 932 0 R ] +>> endobj +932 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [240.622 322.295 251.053 334.631] +/A << /S /GoTo /D (Hfootnote.16) >> >> endobj 936 0 obj << /D [934 0 R /XYZ 144.724 753.953 null] >> endobj -182 0 obj << -/D [934 0 R /XYZ 144.727 640.386 null] +174 0 obj << +/D [934 0 R /XYZ 144.727 245.24 null] +>> endobj +178 0 obj << +/D [934 0 R /XYZ 144.727 219.934 null] +>> endobj +937 0 obj << +/D [934 0 R /XYZ 159.966 154.551 null] >> endobj 933 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F36 482 0 R /F37 483 0 R /F46 505 0 R /F45 504 0 R >> +/Font << /F14 503 0 R /F43 485 0 R /F17 400 0 R /F36 482 0 R /F46 505 0 R /F44 486 0 R /F37 483 0 R /F34 397 0 R /F45 504 0 R /F11 743 0 R /F39 487 0 R /F38 489 0 R /F41 491 0 R >> /ProcSet [ /PDF /Text ] >> endobj +940 0 obj << +/Length 1933 +/Filter /FlateDecode +>> +stream +xڭX[o~_a( ET蹴@O߲y`d"K9$0;ád` !o:\lc/<^,B/ EC͸H&kYɖ"6[ޮ/4Kc6GJhIbJ/Цi#8\*`C~AqFNJVx[ޡؗ?Mqa?q'Wjޡqnuvٵ8jګ3W\ )wGy=zrXKC>V\ڧ}ilg}b:l˦gTD8x{ Q?mU)7wjgZ\X S spDvf)Og+4$Azmk^8 +.Ùif Wnf19TdOMGQ!Y&Jo`k0r0XLА",N!OUJ<*UMn $>K+vS(3 I0f|YL!N 'ɒaE.J2%GH$~HS4񉪢 &*b$((ʃ GK-d`8 +`5P>ϜY ɒS'a2^U6qaZ#?@R͜ ,QVQGafCAnf[TMc6Z'+X}*vL8h@Je@Fif#f,qI5Ex~:Rtl3=$^ A_ҥxD\fxkj/[x{7b(ǹrQ"#taGbL 뾯)&M")X%gI$`c]e7*Rn(~OC jFMZOym3~KVB ҢiBh{$4tB'PEnG[L#XLzE5]II9`1>e7?^t<`3D9[Ga*tK=^3O\^4mq_7> endobj 941 0 obj << -/Length 2297 +/D [939 0 R /XYZ 143.727 753.953 null] +>> endobj +182 0 obj << +/D [939 0 R /XYZ 144.727 578.618 null] +>> endobj +938 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R /F45 504 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +946 0 obj << +/Length 2068 /Filter /FlateDecode >> stream -xڭYK0,"k)"9$fe[YrDyf{X%YnOcO&KEXhE_"᧏LZ̞3uhF&2=fi?̒05F{(4R.Pnm߂7 Ć2 -#X:ذɫ۲jE)kkra`o|p'\fyyЏ6m &_ =}~)ӻ.N',>iO -oG 6/*_gIwv.X2g:r+U,' -#=F\{_+d4ևH hPB(2]TE[deἈ6 @"(޾NJ$2*fʆJ'o):Qw&[˖BU;ST q37\(MjcZϖ{F {ylkx e67EUy# e<3ja{Xh#pHUTeI[N2lwRg|hYs$d<ۖ5 02 N=`W"^xzOd"&< v;P#wpZGu|SOCDaeEX&2"h܅@q^|_R"T(odM;nu]"!? ҷXy}EpRINYa:|0̽82?ZͮUuҗoGGԶ>G2xmXQe+3k%ǘU_X_>ި m=Ve-6_5:CFԣM0lb$!; >$$eNC>@PHZj 6TЭg'} §s-3n"HDIթWY -><QCӅS87؄SJS`Et{81 bQ~] q+vH_"jM q=S3l$EgӃ.u`wեߗ -;sSpQw$ [PFb:+DzVeM-q[;O?ޱ~L`l}DLo6Չ[V ջ(+6[7i=dq$}tzGq(RǗx .*G+H ^y\әИ.[X.: -Y{vm<ّi&עkFB0hIuQQ:uup= 2I.^XQ{D(;,!Of\6EemZms8/49=O*oIHK$dDZ봰ٻ*ҧxM鑩([gE2Ą lȨ2v\}wD +v>{m֧wI@Q+I&o٬nkUDU +K͇k0|]+tMa5տHMa^erD%' i_3HAlREӶh衳l3P0gn;rʴRq"R~`^Y=xξVWIHq&oG pTHy7yZ֩%3p&à/p7zr>t U+p8czTu*{wɒ-|!fU;\ҝ 5ܱ,"a Ivt>pn@ju4_TiwD^hׯwޣ{oQkMt-FߋX)}/vd2z|;nO":Nv-_…~XNpB+?̡*]\0 +R}NRѻuE16eZGȳMˍKQ s16!:"]'DI?tJ:W1qq5g >C^I5*TWH-5Šfz%OEUh5z9kX+G0~dP&ͲM^HC]e"LYlwÅ@Ux@bs RmZe ohhXg9NAmqZ_FG2U`BMċL LL3~9oՎ_åX68"i` a^Z;գ̺?Gةs"P`&^3k,F%ozrop$X7Rè3S͸FQ.ʔ>SIIB~oS:xRk$Z',jzygEI$h3ڭ+2bO6&.6_"Ӷ;å-C!۔79YvO-o'0@QFDlc1>,pWuMK& +ݜmtp*؋}CŒڴqeMZmXj0|a2 j]ջ1V9kkMw d>: (uYA wteue՗Z,> endobj -937 0 obj << +942 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [236.499 625.017 304.451 636.97] +/Rect [236.499 523.315 304.451 535.268] /A << /S /GoTo /D (subsection.4.18) >> >> endobj -938 0 obj << +943 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [227.867 526.054 295.818 534.908] +/Rect [227.867 424.186 295.818 433.04] /A << /S /GoTo /D (subsection.4.18) >> >> endobj -942 0 obj << -/D [940 0 R /XYZ 143.727 753.953 null] +947 0 obj << +/D [945 0 R /XYZ 144.724 753.953 null] >> endobj -939 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> +944 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -947 0 obj << -/Length 1882 +951 0 obj << +/Length 2007 /Filter /FlateDecode >> stream -xڭXߏF~_J7,TJmCٳQ0\j΂%O|,b O\~C%JŋۅJbCx, զh*͊i\xAbhɤ֋L~1CT6J{v~~l.yЛ}tO}^ۏkj>•[8nz]bäUXp^V3zBofm,WͫypWo\F:hڴP5 *L:5;~RV2bu#c7 9AʰH^l$7t[f [b+!0N0pHIg`J):-҈-hTnbh<M:V2LL~aB!/ ʪ%C>b$M)Ri^7P 2W tYB!`، 0>ޮ9c?ȃQ<>$Q, -'djkk/{tG']D3:vnl!3lv5 ΃)%3LFlޑ{ڞ 㹇9|Vێ@g ;~$O.. wTמ<:橮ˢK5:*:꩎c!%pU Cuj9]΢L1%*Ě ؤcM}" -k&G -H .Sd뿇P2 [>#rوzݻ<.۴Mä;ޤ=A ^g@VfG7@NXxA"[#~&j0Q~*H?z`'jhkVQkl;[_d5[u|2FD\`eD*<+6|p~i/tR-U1Ň}ߚ")8%NO .H ꮡ5њ>pMZlf`ߧ&U qWem涙F0H[2)=Rj%#㳀 -? Lw:mLhb:]ccQha@=e-6O΂*oI+UpoKN&X㌷M &IV5@ӯv~mmӦJ=-LJk(!^ph,*3!3bX]bH`d pUu@'veBصa*/NcG73y~Ѱ (>"I -ƨHt̏Y7麦vU^Hdǽ))NWv=pl8(Q?ݸYkD#%aRMK*֗02xI b\ ļ0 ݿ4,wf:3 S33컆5k? k3CJ`WXW/GgO1ӱ97  7/H 3Lg{z8\=-*~m 'tBRW`$ +xڭYo6~߿/ʇ+?(=\"tADXYIA3RIdr373*]]zw?J,ZnVZ2)ʤ,_]V$nCp~yU+dW),|Sʾ(H2id+֙M ,#-93q}IJ%ŭ[oIֺ>ˤY0)3`먺/Y`LKg),/XPfVFXɄaY6\\Z-,NbS=o>ϲ''ʖu?T7W!"_I9XmOPy g?lo3ɇ $H=0-h&ӷ2yj3 f,%L|wAe4}̓}Yg&q5 ynfOگa+[z'Fr./p&SqK6M?UEOui}z)PZ(r, čHHfs|#߉mCDT#ې+gu9&. +&8Ǭ1uK(hL(趐Rܯ }[5FE䳚ei$_Pc*s3NgS6]%A鴆 ۡLfa[CGk RE]l`]Qi]svePW4E4$VT)U)B#q Ca($ A<#s&l63wZ?Eh>HGjZ2\$SLb=+iRL[BGbHCmmPѐmp Wن+@{'dB0 CM] 9‡BW~7=ē{:b˿MwT{^ut_ys;~P@whŊYngtesCt, ;P ^<8iz +ΌGOq]+\Ra}uZ}^%9v[uTuT4pG=z5G|Cq]A}ľX&. U"gEMY<X!:)|P. |Gllڄ{[Ϥ Pe']Z}Qnփ/=΅ލf`CY a{dFUԯo}_pԑOZз5-`9Sϔ7POkb4_Tor V~عG,?/V| p.&0 .^P5ǡ8e:P5*рJO|8,+GmV"D&wewOGvA͝ :@qtZmYAg麅iz⅘U2%^at`EHuOU|ػ0E]yd'J!8m! v JeUO/s +o[}Y@j&Azg=mgj-vywE}K(^o7 ۺk"́DUGaEm]0FIsV ̊׃оWlzoA2^qr QbK7wd-"nX4EQ؏BO{BerCx%S}J3ŇGBOlh&5|̬R``JcLC< -ErInŠ Ԙ1.n/r6z*{&,(a|tX;ᮬAH'返.~OO x5[B 4-[4.񘖮=ujixT I5F>de _0t׎ջqW endstream endobj -946 0 obj << +950 0 obj << /Type /Page -/Contents 947 0 R -/Resources 945 0 R +/Contents 951 0 R +/Resources 949 0 R /MediaBox [0 0 595.276 841.89] -/Parent 932 0 R -/Annots [ 943 0 R ] +/Parent 931 0 R +/Annots [ 948 0 R ] >> endobj -943 0 obj << +948 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.358 278.177 425.329 290.13] +/Rect [362.358 158.682 425.329 170.635] /A << /S /GoTo /D (subsection.4.9) >> >> endobj -948 0 obj << -/D [946 0 R /XYZ 144.724 753.953 null] +952 0 obj << +/D [950 0 R /XYZ 143.727 753.953 null] >> endobj -945 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R >> +949 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -952 0 obj << -/Length 2709 +957 0 obj << +/Length 2468 /Filter /FlateDecode >> stream -xڭYKo8W4@^!J`ٝ7'QK^I*V̩EHVUuě?wd"l62V"&*\77Qkttnrا,3JX-ao~pH3,١t*Dtc_6V2VF}GϪ]YnOޗh],zeGnQ^@"޴oo67ts!B%mLVJ !{Mk]CY;`릧iXڣ~:X )WMzQӡƊ<*9qS-rV UfxR)6Mٝ+yJ׉?Wݧg~ߗ=O/6Bxb+5YVgH~W+TGA4`<<}tJ]ӻx9i6#.w4M;O3ҀQMdY> %QR63_ȌV'++H~kBLT'wgf[Yt+u%h:zk\==+6u;e~#؃(`H@)\ ->b)1-|<]kEl@1Nι4mC9#Vş%brr߭2I!l"LX)=Uqtk?AW<|SC-^ ?Mˎ0iv$La&Q W~i/7qǎ)!ΰt#TU -~ pY`M*,͏$J cxf^ -˧oUUB|-lZps7^7l#F/bąpܩ2u1ٗ+Eut@x-DPBHM/[15Z@)إJMNđ'A]\`Ww[JJIݵ%yH2a S v -1_vc%v>?g[  sTz*Þ/+eh 9V|:B5]@ilTMJl92LE@r`2 _Hp_<B%$1qѺWG=UE_wǖ/3+k[R1[ujzw4S>3s5 -l -I)'Rx\3u:iAu(NY{"CnrL4uK|Q$-]z -Ed|4A 9}AjMw@`70ʯ e]c斸 c/`><'|ٔk_Hy/GvF1EnBr){MWڨ*)+N(s" [J nĻ]ȂLH@f^gv{B|@<}prෂ?#rAPNP@7ʙKV0XAr -d6(T:sk] -(z$|,#r|ƻ`-\58fOoqwKr:`aKpPǘ )X-{bLIj[CV+ X/% 1$MWBk-84K%;@k# Y ܍뎇Pd萣|!S"өMʲ?mףך\xDA_،f \%)8sؿI4C_S>X+f\f^E̊XN dMz#<b όO?=W |*^cO|CmO/hoS$f[(~r +xڭYK ϯ0,ZC%i:A2&AAmW%C!r{KbE~YVUۇO"Z%~bY=<~$U_d]=zp6a5U>g}}[ /sC/Ե˺N#{H7UY枊‡]Tz//l]dMYmay?~jt`OY(}NۼiKk& +GUKݒwk6N>vfiCnƝ#Q92cKʏ~gqpIya;KC`XlaV1j4(@gwh>Ig`\b\DǴ͊%;+DF&%Pٺ;w.0 }}2ĸV|>ؔkAlfo_&;N%O?,I 7 ja IBC$嶙_ :Xl$3M*;sIߕȶ4⻶<<:T\1+rCZ4u {Rl~idySdOe.uGl{~l~9t9k"~Ŗm8A_y_9.y͚jV<ݣ|[40l5MYuw:޵`Awn& #_jΨ@a3xp8"f*Lf^ooo{sQ3/m jWP!Yv{Ob^[< ( :gWƁE.t4Qw4ψz"0AHI]4Knsռ]H!!Amup!*~"p ̫;!}Mj6$|VqB3:* =mnq̿ +ɓ .r#HJH]n$.5%&y& HXQ&rl#Log)P:M8Kw~ `0$p⣽#_3Mb'q~ۨ f.|EǺci\u^i 7L:glγ2K9}5r;Uqa/(d/R(ͻl(BD^2jOCWl=Qv/;yZA1mG"F,$C]k9.1qAPTbT??/0rTe9卙?GnBZ&~m2㠍 !ȉs5t[%E׾U-).X^ O;ײn()@jIN$/:Q@KPHi)}lqGθd@yV I$V9C.)c" +]~eGLUwJpF֔ܠ̀ UQ+\8-q!Pqa"WA~@}~}WrV~oʅП1K{7;/1PkzPw)_Eѷ(x$%ܪ?+XHNV endstream endobj -951 0 obj << +956 0 obj << /Type /Page -/Contents 952 0 R -/Resources 950 0 R +/Contents 957 0 R +/Resources 955 0 R /MediaBox [0 0 595.276 841.89] -/Parent 932 0 R -/Annots [ 944 0 R 949 0 R ] +/Parent 931 0 R +/Annots [ 953 0 R 954 0 R ] >> endobj -944 0 obj << +953 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.061 701.546 499.397 715.494] +/Rect [432.061 570.039 499.397 583.987] /A << /S /GoTo /D (subsection.4.16) >> >> endobj -949 0 obj << +954 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.409 619.953 405.381 631.905] +/Rect [342.409 488.446 405.381 500.399] /A << /S /GoTo /D (subsection.4.6) >> >> endobj -953 0 obj << -/D [951 0 R /XYZ 143.727 753.953 null] +958 0 obj << +/D [956 0 R /XYZ 144.724 753.953 null] >> endobj -950 0 obj << -/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R /F43 485 0 R >> +955 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F36 482 0 R /F46 505 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -956 0 obj << -/Length 1452 +961 0 obj << +/Length 1683 /Filter /FlateDecode >> stream -xڭYMo6W(K(X--^6$Ŧ!JrYab*I -5͛ytd=.~u+%ƓՄ0!&:xz{,(" 1BhBYZN~RNIP/p5[k[, -1j|^MZ,٫^yY\><Cxr>ܳ^y-#gxD,+U ?X1I"^R1ba g,O|7QJUYMlB@.]E#4FXBltWrr~W]sł}{ẩv;#,RWb|J!zpOkrvOy\{E.pD@ns7FCȇ51C$NI!G&MSkTF6̽q4~ -VQ9T-tV!]˼LreeAh>.7 7;as UY6Eٌj /uwfۘr50JU5ZdEqü\wmk ?qaLRpvߦIF 1zy3+cZ=iqxs&8I ?͍f'O >ǝ*7"!ܯڬQZ~[ۚ}X~9.\60CHt[g(>҄"AQѡ  hhk -'ĕoYw6 YN[ -T}u ES ~%9 "N,3Zw8"N蔰ku<ݛD !(LPtoyu-) +xڭYKoFW(RrA"=hs%H⨂{g(ueQ.;ofvގ'I<]|ݻ(H8Ha>1G8Qlr}ń.I˼f5cUL{ GJiN1A 9qGqi>91 3zR>UUZfn;t@2;WtUҡb1Qp:b2Kbsc-u3U7WFe?۔(-t9MdԺyU;v(L/`S/6TOpt'`eUQUR[oy3wy BƄZ~@+qxH18Ȑa,;fWLbD$(aI;p&pPVIYGeBHVbQ]x͋oF 4Ѧqk^hTӀdHP5h|yYuyp;:Rw' Ogkc XyUi~[/yӺ'w'!x`z 2>T rKZgy$Q[^k 4= lhiiRso/+i閽ȍ?-IIM*XZSt8sJf[jzRZ3-.r)x-UUFPV:6I*30)8-֭8_1O(X背`x +0&fBhݘ qcvx1(pPN׼ A`D^,>d3 !: ä8K@ I3=K}XUų/ +aq,cwoas U'y!tiá9,I`\`>Q*UQKFBM!+BG2G;{#ߗ|im+p9ELWSQ[X6(J(?tD㈆=P)!ZGoz珔U%/#]﬿t'J0מJ*T~&&|HT#8o.uI~eqN#`L[%xVP\Y ώLNfL.k089"Ot6My;' q2dHwM:'y`*æϦL`Ѝ&-^R5n%o0h!VI|(Gp͊`Ypy[τ: t$͕Uyw>a.sۛ/=O)4LU6 +"}N^ e5A;s&A5DU2A~"LӘJuv 7^ouE19ÅIDI4A&ԤO=qi3C= JoCS+2X,T[[nW_uHo ~4nl}3u[?`s$H$U,о<nf. HK'u2q]˅qG~yqi'&"F8> +PJ@ٹeS}rW݋Oc3Kq+0 [\(1vl$^q +s=#p\h/sEf:ۚQj.CN? +-@bQa1})vsPxv0d endstream endobj -955 0 obj << +960 0 obj << /Type /Page -/Contents 956 0 R -/Resources 954 0 R +/Contents 961 0 R +/Resources 959 0 R /MediaBox [0 0 595.276 841.89] -/Parent 932 0 R +/Parent 963 0 R >> endobj -957 0 obj << -/D [955 0 R /XYZ 144.724 753.953 null] +962 0 obj << +/D [960 0 R /XYZ 143.727 753.953 null] >> endobj -954 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R >> +959 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -960 0 obj << -/Length 1827 +966 0 obj << +/Length 1599 /Filter /FlateDecode >> stream -xXM6W(EEJ -,4zim EC{%YkI^lQ"CΛ7DM~}|G&1F'ID< G$Ǔiibt[3G' $L _̐4z: iTw|ĺN,r7{.ޥ}ߟtZ{Vyi*ا$+XFRT>0/~G6cߋhh(tho^"bL2yTIt(D+a̧CLJ2^|:|?䎛dQN4BN.aWjYABdI-Yqpng;7FWH2|!%KKDnB b5X /vWM"V>`XIۉ+ <ún,f$ Y7>'*ҽ}ID= G| yaKWlO^iҩnsQ: [a4 X쁤a<#s:^&c_:>wS'ĥ!"Hw3§ Bm:\GX.~({/x4}c[nwנ.CONY@c*UyQP>?_;"*xvߚ]jZ0(Mm 9M -&U_j]gr" \*Ogs<M!mX!4_'nF ܎倛rGDNw;gst_SY2ߚ)4[Q!+?e*?jaNzQ&)3o'il8h -ԔPR -;*pc -o[(F+Ta?5* za^Edg̫y:Onwrub] -KCBT/I|oN'7U(զ[BYHm% 2/eZ~v8f/n|I(Tktd(I;[qVBjjwO11xP'7>G>M~أޯ d*Y$q\YkD heS)tD|%&\Z 3 W=g@S&v-2`,%,y *OvIr 8`YEP{ !c3,#[#ˉ=Tvz8b#A ֜BVE@Qi!c$7iQzKu\&_lmrᆲE92`0 #aF('Aá=H\' CIE`?E*r٭ -x8q\x4 ]GQtHρȲVdyKAcmgS `Vh&VY噝aak" 2pHO'&np dw&E b,$7"VG>}nZva[K+Hw;ɴ-6Cmܬ<|HznBQw.>b^b`ŇGX4uCI <~Ҳ.nT͖sUmə ]_pz0`|<|;3۝ U%poDݥ"[U4V̈"L;[Թ@BaUiHa['bVMgϔsu]XO>1Q -b~;.i?Fuj t匹ړ">h+2nz#uܤ&yx]+G#G'AA@T\^V&6^ּ JT_*KIwFr塴 +xXKo60PV|Kmn +lnIMDd{ɲ",z#f8}A}|D)tp7$"JE21Nwp]rKSn& ۙG|UhLnZ~aQƼ*EΦy!G8~6mW)3?"1O7gmTd=}::&ĻbGш"tf:W"{V<aa,2yfwr`nK01Fqv_ :rf r k1ȯ3+ +eBZ}"YQ.CBfArRBls\6lv6m$MpqWɥFק^卞Ar+ Se&^U}gI\|k g#s]uLb_[8ǰmr9(c߲PF-@iW~X6bJM; ;gސvXD[r H ##ene~RxT }H*B8bp@p qb45NBP/QYYf=y0C=<^#]>);7*eGf)l"W+(+˹P\ю::dS( ʪ{pD &؆dfz3`M89nB~30Kz߹PIЕ&tqv /^Ëx^𥭚RQk"$I VPS%SZؤ82S E=U}Zatݣe:@%K#6{`-aŪg3r-R +o j {W +:<=-\"P#ZDB{hC2 endstream endobj -959 0 obj << +965 0 obj << /Type /Page -/Contents 960 0 R -/Resources 958 0 R +/Contents 966 0 R +/Resources 964 0 R /MediaBox [0 0 595.276 841.89] -/Parent 962 0 R +/Parent 963 0 R >> endobj -961 0 obj << -/D [959 0 R /XYZ 143.727 753.953 null] +967 0 obj << +/D [965 0 R /XYZ 144.724 753.953 null] >> endobj -958 0 obj << -/Font << /F46 505 0 R /F17 400 0 R /F43 485 0 R /F37 483 0 R /F36 482 0 R >> +964 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F37 483 0 R /F36 482 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -965 0 obj << -/Length 1874 +970 0 obj << +/Length 1581 /Filter /FlateDecode >> stream -xڭXk6~E` qYlكAq;Fa~pc%1uv-&GƩvuڃRɊɟg+ߎzY’(f@͔1$lv_}!K=_!y<}OmEc[1ۤWz7E,Q"F" lS w\ھ)^ַy&!ʑ@9K(6O : A&&|+ 5Y4~v7-XGw $}u#lQ )'ӉOv@^(O葒 jADAD>'C2ޭG߻` %GL7E 9D\amW%͍R`lFz/hU ~<X$g6a5Pţw7Fz2:$a e<#!=)em¬٬Cݧv[( f%zY𥃒{@ꔪNN >F -z9#ģHE= /Z/#k˜0h~w7m f ,O{^P%OhB=Uh*ϩ_d0I|ǃ,-mV (af( -456=M۟[/K.,]ezT`5rG*Ƥ׎JgKԡqw% -iخ6Glh4ݝ-mOuF9ݸ<4g^uCX (WDL<<7f!01ԑIڴ^k|f -I&d`r-%iMz]UMP nZjjEcJti4/\KfT"@|ĉs3RG:3Uo#LrZ 4p.iidSr ӂx2ڄ ??}'(~,L7^u07&3A[ù\­qhFqܒGxP$!l-xwk^0H"Cycp?0drapl>LQ5JC72ΆTAW`JJ B?haL3}4\61t,u(ֹuUwFT MpχxO#@-C6dB1OFWCS͛Y8I,,'LpRI'7ɭw3^:p";klە=M"$TfovN$C?3c ʙ]xIҤv wKzH?a>C4>SoSy ʽ7Ugv\Yn3XridUuFsYU(:a~jb&),MʊLgA{yx?b@wPNEig˼h'#[{c?O5+d oVuQ[҅tN2]#z yMCT]kU%s;I-nM>ELB2 fiѿ*zC(iLxtQ +^QnW)no }m=VEiōؔye]9e`Cm-}uH$ф}*U٪V+4$JqLm} 4lFN{'$P;0\V q29apGJ,g5 ,w4\#il +w ":u hJ1*r8cSBw'Fn}Mƀ' ^`G< +gh3SQy+Sk}x7`$fƢƃ.%vӊA8>t8%{!o 7޲"vNf#"ɇ qG}s!9|;`nHS uEk9iHBsOmJg`Q0!Ci ,AYe85<ƩW2XNIWmDAITJ6@6,D2cF*Y֙Eb Bi8@60%OrNTQ5x⇾=<O.J婋OB&CR5e-k%nnO݄80dFeoՀQ)+n.!n8MiƑ%% )8Ԣ B 1H_0vy]I]*Fiθ# HjE˔9{-M!7B t(GEexۂKz:14)9#:;0ĄExڼ y"fk``;mqyԣf ˳K21$a͛UJ/s endstream endobj -964 0 obj << +969 0 obj << /Type /Page -/Contents 965 0 R -/Resources 963 0 R +/Contents 970 0 R +/Resources 968 0 R /MediaBox [0 0 595.276 841.89] -/Parent 962 0 R +/Parent 963 0 R >> endobj -966 0 obj << -/D [964 0 R /XYZ 144.724 753.953 null] +971 0 obj << +/D [969 0 R /XYZ 143.727 753.953 null] >> endobj -963 0 obj << -/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R >> +968 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -969 0 obj << -/Length 1724 +974 0 obj << +/Length 2193 /Filter /FlateDecode >> stream -xڭY[o6~ /"ҭlAX,y0wIɒr棐^H")=IH5EV:YlJ'fsI+=JTi fI4"Q"\]4׋C7W0W+T.!Q\ApeGே+z9\ګ-o4=Go*p֐w8" Ϥ7c'-lu|:H U0A$k=PLN:vLMNY8qD9GKčJ _[[[ҰGYQ6ե} -~Lga"xқqNX{fbdOb|I%KLjUvԱEZƷ^e']9fBA)I$(PSOF՛0:BM$P`> . Crc-#%R"GU"s ke!ڬOnw^Emfz -]Brмq-zDlon6p44A,, =r y9S!oX/dJ]<1kj"W+FPOn@CQ1mi4~XCr&AI)&yQz@oJ -Sg×DoO'~ ݔ:*~ 3ԮHl0?9>aaԻN8WGi&-دbk-d|^_86^[|53xf/2O}}EDf SBqCP#g[7>_5x +xڭn6}@PSYQEZ@Ztf}*ڼ,ft"D<9<,9XnutW:=̢ٿEnOe,Sݮg\c=ӑb >_ "-8gx( +I1oEcV̉ge:IE,j0.9A +5K$0Y<l&}Cf2X(C7W{pSǢ4m{7nwQ9' $Llϟ?7z8?_BtBRLRyKY:_7iZ:C%2+w^ գضc>F1mqK3 +T ښ1hWtV-*O5V9. + Y$ѡB$,սT%( >1(E(ʙD7T$!g`hܐ´t)%iMxAu۴=8C5et&ICƞ΍i,*t'O.f!'E>e6M}_g|xC!mUr8${^[B߲1@ i+=*~-Mwœ +X %`MMJgdEaZ.Hʡ5;]o٬z0'3(r͠X`0dO-\rՠdT@V^:ɉ (KWҷd$sʖ`8;ǓCtKlT ÐI6*:Ȱ t6N.@>W7>ۗ p=8h`%Ʈ \ӏ <=som{ +kGp?WO`!e jӘ<9 ˬjD*)tB3F=ɱjl5XvtqCXl+&̈'CX ʺms[^'2c]Y +PiI΄ƵK.4$EAuً +yXoKk-5>6iE>N2B]BtpӐIS$̋>WG>r_gT8wjZ2y5ء"Npc<]֮KYtu 2&ИszޜЛ3ti܄I!/_}d4zB> '~wAQĪU.  hM'SǹW#Q IRb_z').$SYsɫ}0_"ͷTJcyoݭ&6';ALe(Kh> 88[F\ J$69BH=G^vBR(q[.*vš}gm㷾}O<OVtGzA|=u(c:ᮎGy~> endobj -970 0 obj << -/D [968 0 R /XYZ 143.727 753.953 null] +975 0 obj << +/D [973 0 R /XYZ 144.724 753.953 null] >> endobj 186 0 obj << -/D [968 0 R /XYZ 144.727 341.756 null] +/D [973 0 R /XYZ 144.727 163.869 null] >> endobj -967 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F45 504 0 R /F36 482 0 R >> +972 0 obj << +/Font << /F17 400 0 R /F36 482 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F45 504 0 R >> /ProcSet [ /PDF /Text ] >> endobj -973 0 obj << -/Length 1445 +978 0 obj << +/Length 1407 /Filter /FlateDecode >> stream -xڥXo6_!f+ԞaKѡ,>%O݉,9jmy(w=gx·7}v-eNB؏CČ:̋ .u> `*lk,7QʼmcZ --uG["۽,N|_}>ۛ]Un-W!PqiH0'%IZ,v<{@&@xlJjoޔnR%0>R|ki T\eEhJT*sq}7["yXr2 )Aiwap`(&,L@uBPb#G̉IԑO8rCLY$GrQ^8o#tmJ-tVwr$"1 @ !jYe[dqJNGpE7S1xhc~(^a$+^ApSӮO Ȫ@Zҧac%knmF~4{acaitiQM9aDpyo8^ZȧGQ@>G( xQ% -d"ol)/>@w >5Ц}t)xcXR9?q >\J{1(O1N0B/O7H]enGpQBqrNUnLOBߛW0͖پk$h ]Eo6X6/3fq<ݍgYܑܾDF~, %8uKg8ݿ4̓ p7YQq36igvǿoY1?!wTF'Vp@ۀ;<( G|@ y9NGYiVnɏ\QxxggG#r9H!V~oẨVYhAO1QBWU?&PNגgpKj6]|nRZD}. _=(NxWnn8I:N(0D*g[ݤ(Sfy ZmpG>~2s?FIwOpy5(K&=6v27/~0p>Ȇλ҈x`Ucx /*&/J_ +̀ૈ`I_֦&}{7fRʙKh iZ5M26@Ҿ]]1CM 8vzKl@7@?}zM=~OidhkEjVjAFuC?t_æT5"ܠ`sm)Rf$Ԕ"txHi1KALg+Ш/M{,\٪8Q=c[ҫuSfX[Y%r/Y\ͳnfEfaLY 翭Z_M&8OF%GMSe A{CE> +~;SHJQysՅ?"A!NwHg$$ IUj?gģr¿Ɛ9O<1aQ[[ 9cNz|(ZM赚%T,#u{֞m86mSYy=0H+vJD}bPNJ#5.Ix0|1;kҶ3b_m@%'!zsߝDh]x3ag hdObuEWZ6aϬ\|l*}g~N\4gE@#yJ3#*y󦀶L?[VAz4U7378x>b֞ⷅٚ)$M+ilj /{qk y G# +Y T! endstream endobj -972 0 obj << +977 0 obj << /Type /Page -/Contents 973 0 R -/Resources 971 0 R +/Contents 978 0 R +/Resources 976 0 R /MediaBox [0 0 595.276 841.89] -/Parent 962 0 R +/Parent 963 0 R >> endobj -974 0 obj << -/D [972 0 R /XYZ 144.724 753.953 null] +979 0 obj << +/D [977 0 R /XYZ 143.727 753.953 null] >> endobj -971 0 obj << +976 0 obj << /Font << /F17 400 0 R /F46 505 0 R /F37 483 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -977 0 obj << -/Length 1884 +982 0 obj << +/Length 1623 /Filter /FlateDecode >> stream -xYKo60PP7}((AiG]Yr%y PCʒ8r6EOhj MgW -3$1"]fLRbPMOfٟ˟_zDkN -A$KL{YMZ,w;EkguS X=9$QO1Sr TiQicߥk{1W\F;Tu^uZe7ߏ  :nsU*w۳Wgj>SmYj͕9S_ًPjGT\%&[mGݼLvy&JloMgU?h7ftD*&Jd_Uu0q& (z[֋*6Y zf23K@8pIBUAkqIU[m"m -e5#];o cnj"1\w1D< hov UAuԢI|0Ư!.}"nѢwٜ97bRU簦vy4W]U˛oFtsA.|ؤy \44OFln8HepȩьHEλtʖD*X|lJ\v[z!W!EfPs[S]2rSk $u6$01| )nY$.(0&~L1 -a )wMM!0*_ - BW-Z/= 8y o&t3y BnA&$𧬢Qij9#Ɠ9udr r۸o<DP9bRx^*lmZu:}{MK<[ w<,=iu*чDqND -k y_.Wҭʦ}])qwNS">33FjNJ)zm7P>f=eWCI1lSR -1BuV6pE#mcfoBg4${f+0mV,&C -S`_Sg3RGk -#˻3b>ټO01:c85GIsӚQJ:^N߷]758eU}}v=?w&hЈ&&Rt~VB+ד MJ+G-עZGΩ*[0b#ھd䰷cLa묀@ň; AЀI: Ɋ؊.(ڛ\ 7ju|D͉s%b; n*L{(dK|T:"ƺl|({ F̛lH_#Of'= %e,|r64Vymd/kItnK1kS fV~ ,Bt~qEΎW -pj<xBsum!YeUO_H'$>nja.nl7`sh=vqJCRßT-A\$<`>C!G` KAgMT|DWEmarm;3'/M}!M\_1%ڊ^8p֯wjSЋH|":u.e[w[7,wCMV{3 ]IM!pF:Xt},C{Vx3.UMV -ȌrN][_gz s8m zim?ӄ2WI{5տkQ +xڽYK6W +hzmE4Sl^!r%vMy4|73Z7/|zkM,ܮ&Th!,.'?W7o߾zîOD6ZBi]ްثxoc Q#)W5|/+TOxŽK#weZ-q:]TeߌS aB\03Ob}DNr8Q +PƳPEPK:Pe4bG0~A0pCϓ4q6+ $S0߿,J=we"U@~ QdpHĨIV-LWtZ6MI 3gCJ@le>{|d5WBbaZ52q3Pt^KdUvt^F#7V4Y,f.+NF(fSb)CMnv0.CFZ@ mCVFpn:A-w<C|G ^ _e(N)cWT3O|N;s-U eEOY$Aθnp3\?^8jYm{n#+ Ҋbo]»F +39CBr81#4ĦPgRsEx2m +s & l&pqfYrkY]]^|iMq,zjP׉9>liĈRQ6y*BJD&Jϋ_%<0. +J1?aԫmTn7Fbxj~Ʃ:"jx +\8v +.?JBx=^.1 'l-L ҬO>rQm]+JqQqUJ`h(]ʄDq0fχN|?)P;'%+h> endobj -978 0 obj << -/D [976 0 R /XYZ 143.727 753.953 null] +983 0 obj << +/D [981 0 R /XYZ 144.724 753.953 null] >> endobj -975 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F44 486 0 R >> +980 0 obj << +/Font << /F17 400 0 R /F36 482 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -981 0 obj << -/Length 2106 +986 0 obj << +/Length 2289 /Filter /FlateDecode >> stream -xYo6~߿|XD[E}<--Beː:A3JdǦKDSp73 =?~jL)9{Xt$ir[MhUQ[?Xt -\B$}GD,$ulâlvN\ڷo$IY"$w(R&=fƙDn]4ܘ?b̟=8f`@( ylXO~/ga#)t`Yvf RYPmQmiϖ\ ?߃ci!׮4nr`uEgig<o`8)ʘH B{6p$LǪ[\C88rš(y(U OVD2 ^ՆF q&\W):lcOwŶis$ |. +_hrc|OӤȉeKfx?6:伆",y#-zJ9z^ZDF9iTwvgx -_t<,F{y!Q'^W|K?:q@X)N<#8WCu~=o>z#x~I\oovCgʪiL]o:a~M][%nkǾKE0o<B؄#> --%3nqo1u0&|ISG5mRΒqէ(7 3cT`$p%;x"9d%M/gm^74pp]=EbI<ԡHkZ6brGzh`h#>0Ѵνj&]`[hS]r!x2hb^#2>k -MyOy< k㾷e֬-f_bNO/+_R'#8KHgTf GYWւ<Ofx=2=S8Sb #bSA teeO¸ T-J4s%I.OsܭsJJyG*ihG="^|8iڸkb!8?bh)Gm@rA@֗OW S9ƷN"m1- y- #?z)~<$JGvMK "[zQ 6ZC%khnt;qLZqtu}j|HK(`=P`A҂~Na`[y -o+"dRsXrZJ?^O2~ 1)*t3΢H^h s.aZ79X iPX@ın=c ]ğ$q[Ѽn5@2[`-d<[2`gd GcKfv׮01JՎTJsU7 -l*qqvuxhh|x!Ġ܂b`rVz.ί܊pxz{o@]Nlm\Ʀ_b)Pa{=G79ܗ -/Kwݜ*=!?3 e| 3-XyNC1)-#rwyXx~e?b.qj:릕6`9XBNNG_/\iL +xڽY[ۺ~ϯ0PwIo) +@'֖m5.;ádI/IXI o>l3㳿w?},evv 2Y-2ݯfE|l["jVIb<Ɖg_\4sS,U%3IMyA/92aݬ$zypvsS|9yI2NtѴb;b%ugjald̤,+5Ki}ZhYYuq„CĀiF0}?m%ޒNҭCCH&S1TUMEԃZ5U(rCΒ)g\ZBj<r-m#gJAE*_[{ +VUEƚ4,07p&|dʌ*;"cmtׅR,S,MY~#7Ԇ} cSQD7y:dO`Q6mHBR੢o:Ct''+叟)ص'足DY*Agr h-Kcx[DjsRR~CUB3XovF~BpWoT< Yjy<5U=+{^zY.nYc%ꦕ@ء$+q`> qΤrU8|x5˺xlH#>ϻ2{Vi0;<"_ &%eON\NZc5F[aZ^0=pP rfbpJyZ;갤%lk"i~řHz@`=SxI9֚&3n\ʪ+c>0?y[ aF3ɸIaL! f;~__߇P|oFGevid):ohm5'zs炨n/,? +w ɓ?v::o_;#N4ЗF]'\67p|wخ%۴?2><MOX5E }x)50y\m|)g',+,.M- ZG??4}x=eA-\LVY|da\A +;rQmGAbOYѳD'\78<3\!r+zX yqOW6'l5gsb1P1Bm˖̂+<2j`l8QzCV*pA!@]%=I|汗EDB +o)Fugp|{9hAU,NshH%Xp=z/86,M7:wZzaOFㆻ¥ liаlXt*B3=8>cQL^`cKO[0xȘdLodx&z8tج$ؼG tB4QBeՁJ^7"u7fncnefS榉0sݿQ#.@GV~v6Os7vɄj$|zW'|L.8@1ؓ98њ5DKvaV]d]%*4 ΢C 7-t?c0&?@<.b(ybw;s/PeMUNLs`ࣻ6-W,'6<'E-Y +H\n$ .-\5T-7'<9?ri[H /J9p( JGvMRIi ~Ç +ڐ}+'kot;-wLPb3_S go0yt-lk0_pr;X9~g-D +?-骳%]s2@\l␷דTrJg/1ܝ)fI/\2Sō){&P7"7{qtTGj|2* +U„< wġ$qnuG/O|u.ZNWYyr6щ3ȉn{/鏀 +&-}/~)$ endstream endobj -980 0 obj << +985 0 obj << /Type /Page -/Contents 981 0 R -/Resources 979 0 R +/Contents 986 0 R +/Resources 984 0 R /MediaBox [0 0 595.276 841.89] -/Parent 962 0 R +/Parent 988 0 R >> endobj -982 0 obj << -/D [980 0 R /XYZ 144.724 753.953 null] +987 0 obj << +/D [985 0 R /XYZ 143.727 753.953 null] >> endobj -979 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R /F44 486 0 R /F14 503 0 R >> +984 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F44 486 0 R /F46 505 0 R /F37 483 0 R /F14 503 0 R >> /ProcSet [ /PDF /Text ] >> endobj -985 0 obj << -/Length 2316 +991 0 obj << +/Length 2068 /Filter /FlateDecode >> stream -xڭYI8W4ZČHjSS!n@UbȒGb-,Nop] w7QD$aD"U&B|u[~ >Km+t*T'dPLVu=lD;|uՏ6=8?д6nWO28W% E=Y@VE" 1 Qɞ&_^ 7dQ@UI> -z-IEw -';wE@*KE[cRAiC?&H$J[E"Lhz$ә^>}gh3)nC©G5?.2Up%H>ďA 5()O@f:jn[-gAv'J8qv}G `$o^Ț5)5,Jks r1_Z S}TBTk}UΈٰsnbe au.} S̝v)רHPK2ɂiw$ED2m\(8Rs)p3&8pj!9a,\K*Z0;kb#(r,HU2L?&r&^`F`T㺂VWjHPQjZD_ЈsԔFGM%mEis !L(q؀]РB Z?ܯ.Knfg0q˦'گBa_ -PHjd 4R>,`-}%W=|5v_I)'qYK%v8gN|I0=Ai9g}2`y>MbGe0_;?ׇs%TJd2 -&5LDTbFBw&i^D.s#ZP\,s:Rbr|U".> -ws^g3'8{O%4f5,_( _#/'r!o8XE]_` /2{ܽ*H!Zr'.M^Ob$G|߷o~sR +xڭYߏ6~_a8T>D(Q^C[SȒ!ɻ1oCʎ7K$37r,şo_dLrq^p!X&$>_ʥEW߄y釉qhtN؝zz]z_Xy UGbMQ5nhN,$˒(9> ^""q"RY_qZ[3ر)%t[ߪ߫ݾjL[ըw˷ ?,IaMa@a6_M4yYseç _A>9:ԣ^CRe(Ǣ}s$9Sx0D,*|qL{\eRx8PeЛ4SV홺Fܛjf53tGG`x+n[r@,>gԇ}aly ,"x0A߻k-7&<7uu74Zk֣AJ#iK^Ч8lg'VƟ+ xƮhq[yԽE04ZjM9ې[lKϴ$h$O2 Z2%C̬=K_Y4nixݾGr eۉ;TsN' 0Pn4*QBE_p.ctP+YV0'9 try FdFO^sz@px2 @|>2>{Nr Li{A `ںyL?ЕZgU@G[5mk2oVʿgp_I3~œz2/؂H:G*3(5Ġ;-W@bMa mL3,Ҩ(Cp?ij_F@2a%NRJΪ՗^͟zc' 8ٺRgz;jUk.1~x0u8æMGJ揳#gA)_ 8f" +%U0z)/$4/jb>)~=)0hRW08и$RLC~+G7Re0C ؃ۿ"0n01K"xL͙Hq)X\Rk(;:ZU+iH[#Eŀyj5Uiv|K')K{D?ǹ@eQ'O`ꪴ$~H}KfMℳ4n2׍ٔ/>UOmC.Fl>8ഘJ +S-І>us n?A4۰> +_Eqf lU\7H# ^Y(yܕ7q|po( ީy@ݴmu(gi]P{!F1Php-S[WU4ߕydyFw ".F.D2ǜIu+/ڪOI]GGuH )}AAMR +%0:%5',kn6f/#GK4D7b endstream endobj -984 0 obj << +990 0 obj << /Type /Page -/Contents 985 0 R -/Resources 983 0 R +/Contents 991 0 R +/Resources 989 0 R /MediaBox [0 0 595.276 841.89] -/Parent 987 0 R +/Parent 988 0 R >> endobj -986 0 obj << -/D [984 0 R /XYZ 143.727 753.953 null] +992 0 obj << +/D [990 0 R /XYZ 144.724 753.953 null] >> endobj -983 0 obj << -/Font << /F46 505 0 R /F17 400 0 R /F37 483 0 R /F43 485 0 R /F36 482 0 R >> +989 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -990 0 obj << -/Length 1696 +995 0 obj << +/Length 2009 /Filter /FlateDecode >> stream -xXM6WÄDRM^zo=hm֖\IvawCi%v#mR$~ip8H/7>jfXT0[nfϤ03+E4[gg.>/˸x8enfG#GgEZ,bBD/=80 -@F%ps <^r,g -eLB!|Id:dUyf[;Tr˪Jj^&?sa$-vynW t* a$SJ0\1[Hؘ8gQ:y~/w[ (Y^a6yq#G|C -=Z8RVs*f{6g݆[OuG*Y{vqMl/cx=u&~00Jfݑ`#V_ B_ГN>k9K+?ܧ՗9 -5maDwJi2xN ڌPfsOa"&%l͋\<% mpȗkqsQ^UiOn? '}a$":t1oq$F]Sh)#P22Sq<[~.'~yQXwǪ|e?5"1[`Ӯ=}E{9}gF֠HQv.IAm+̶ 5yH8Đ0'sm9l篔n/Sj-)C؞P!cWlh$G]M/Z MZ~K{M4(N7|eyT&z;@|IG8؉}|s?2O\R8f5TR-"E;RÇ95S˴a=8˥$s$XT;.^EN\MީqtOC*)JY|/$TN^_퓸8"#YJ,ћй$+OE!Z 5vɎ‘iXvO3P6E~ORp6wt7Fkb׊قZ=/R. -31KlVlP!\m}z6`:ڦ_G|M+fKE 1U,0B|]Z3|?F -^D'| +xڭYK6W(ËDJ= -z䠵e[,<(Y7$Erd5'^׻WoK;El-'2Uvb}#'wɽ0U42単b#ߗ;NBoLR+\S6w+5,`RR+c#kVUlfOwt3)ENx˲Agi=b,yTGMɿ:Eo8`(u(ёm$ܝ)J9S֊(6dti5^VM(\0l_u_0ǑH%L.RRP" >V2"^,EKJ`sr3BGӔyUP~_ j&5FI+dݢĈꈔBDN>=0:-yـI~޷t>#RB|hutAize$i+KFtQ/xD03NV%- z]H!?`H(i#O3UnݽX.7iΊ[_6iurCZKX*[`yu7l3(~ɪ$Jpddį6jMCׁ2[Ie`\ O/ B෢lnwuuuHyܒu2`Q8y< @6B(t&*3lOWq?pfJ: әvꎕeojSnѵPJ@#1K/kxq=B6"fR +F76A0to`&SA5墳Gb)/SPߊ^}w6Y?2>Ve*|t{.~PQB &Boj8~*}'?_@0В@ {@*{M6IM kM9'忄ggb2C:BDNOX"2]QWJI(6m)i54X.}Y W84$Rf-A02jq$btın[D7{*9$Cz{0cB7{U"U^'oCW:TEڗ_ҪT!ud@/1 H~{pYu+|ȱI7eVu~k-9Ȭc::zP]p4I7x */r=\p8E^+4o{+(򿃊m)5NUwgҴmT]A( m_BK G'Rc{Ftڗj6jt> endobj -991 0 obj << -/D [989 0 R /XYZ 144.724 753.953 null] +996 0 obj << +/D [994 0 R /XYZ 143.727 753.953 null] >> endobj -988 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> +993 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F37 483 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -994 0 obj << -/Length 1808 +999 0 obj << +/Length 1589 /Filter /FlateDecode >> stream -xڭXK6W j!EJnMzZm(w0;CRdkMOἾ]t/7rDrY-D Icdq/>W_o~A E8x2R d/ui:ۿf]b,Ƥ̓፣3􄖌$YY,3S[myyF5]9̣ L(Cb?wB1Ez2 MypW\$p5 %*vo6,!< Y.] *"J&ݝn*ZaG+m혝vt .swn'Xv N]*vYY\(&P Nh2ꅲ&E[nN7qƬЁ`0^?%k8NjRwҼOڰ|%BevBB?C="TƧv9Ԙ p6.ҭv[xG$S}DdHb|<5H~߂@EسX9ZMS5Iì1[RcI{6R@ۭB;0 B>tN>@j/Ixz@\_<^h#gcrTU}}XмPFz"^Oشbۄ=ӱ S! 9Js"*juX+ipkR7Oc5;,gdq,G_0n< + [*&wC;#PC"Wick)<ϺI&LyXg48*@〳F4ߤES+0c)Z %'dُ= #|^\$͜|6g|qwoxppntP5%TAWu%.pp|O=vgi=v Hϓ|vL)WG,Ni$4lām{4vb,LD3ct|[T̢PHcX%ML'D +uՏӽ|ʎ.8k m/FcJt},H&,c ѡ΋?\*tت3Y֦>}cpЦ㣠r`w.#[ԇf6{sT8|,gZWGK&߆a\l~!R@ Qzq0 K*ݒz.A}(x# G7џ11^6lC&46 "{e)}@wo j~@J A5}Cۜ1D(}wY%"<Ѧ}횀k8i6`+(1&sMCcZVcR% gB tt(z9@6fH dXdĹ1uSb)'sOBJS#G8@: +W:QD Oq񰥫˝m6øW\>\|S݈w]|qB|nP=WO7i1 +zo tj_' -\ί =g$H_&_J۱.F $,83L&FPAwgWi9?B_J /Tx1u6Bk F+z˫8TzEPxi&9'aw%U>?ΦYLS)DC`!0CCPغĭG*/̶PF^kJc%vLvo}&C#e7P#Lt8:`ys$:4[=y;`˂,3wʭ&8tB]4ip؅N;3ŊDW `,?țmr`ũ~6{XĚY8T)avgْ}nX7-\9iF'' M-_Q endstream endobj -993 0 obj << +998 0 obj << /Type /Page -/Contents 994 0 R -/Resources 992 0 R +/Contents 999 0 R +/Resources 997 0 R /MediaBox [0 0 595.276 841.89] -/Parent 987 0 R ->> endobj -995 0 obj << -/D [993 0 R /XYZ 143.727 753.953 null] +/Parent 988 0 R >> endobj -190 0 obj << -/D [993 0 R /XYZ 144.727 348.214 null] +1000 0 obj << +/D [998 0 R /XYZ 144.724 753.953 null] >> endobj -992 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F45 504 0 R >> +997 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -998 0 obj << -/Length 1191 +1003 0 obj << +/Length 1423 /Filter /FlateDecode >> stream -xX[k8~0]ҧta[%pb1%M߾8m1e%s?Gyqt<\=RAYʀA 8y|C>%C}UU]5E>Ⱥ{DAؕ /)'QTNgI'ZR#΢Ð` A0#Ap@2B-9o|s=s"NP: s:7-b."|nQO@W3eD2{ p@ ċ$h))8OM*7'-ojL%V +h0ɍFrI( ^W;U.\7/,ꊏ4)Zu75 B9&n{͛ێHwyb=OV>iY5<1q $J|2y@%)cs?gyXD ƐФ>&SqRIbݘoz̬k=*G̽'k-6iIP)L%94؛^VuTncn CkSa#w8 0 @P4`jē|xU( Սv$vL[b7]`Հ|xY@pY +GҝNfƫ#PjU5.g}{f9B.V~unΣ ;Wwm#qj*!|iBgh_S.G:Ter3Jլ9&n)Wrjٷ@8@!(Rނ/P|_H/0Y&|-' TĴADs͹U;y@Y'F$#iZTi9]_ԛǁ0fK/Mw$!<'*O~gGFS&4}`y gDg@8P\] >m`?ƌpan1hu~ v)jg>+~^<|x^N)1XKa/&]̚@Rawt5n&U/S= .BCmj< jkVMܚ)l:h8<39rX{$'vP]ʆ#4"ҷtxs9gx!;rEA&%ܢ_].5}YsW3c'?TQ쏗ɷGYK3?uw5Pv~}?L endstream endobj -997 0 obj << +1002 0 obj << /Type /Page -/Contents 998 0 R -/Resources 996 0 R +/Contents 1003 0 R +/Resources 1001 0 R /MediaBox [0 0 595.276 841.89] -/Parent 987 0 R +/Parent 988 0 R >> endobj -999 0 obj << -/D [997 0 R /XYZ 144.724 753.953 null] +1004 0 obj << +/D [1002 0 R /XYZ 143.727 753.953 null] >> endobj -996 0 obj << -/Font << /F46 505 0 R /F17 400 0 R /F37 483 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> -/ProcSet [ /PDF /Text ] +190 0 obj << +/D [1002 0 R /XYZ 144.727 600.784 null] >> endobj -1002 0 obj << -/Length 1386 -/Filter /FlateDecode ->> -stream -xڽX[o8~_:mR\l }F]i"9IP=@!qu:!||\{knf}:`^|a#y̏&7O/ .i("*w|+HJ]-*Od ԏȘa%aF-hA(NhO(b: |Ɇd?@ -O#fe@=B=XS&t@k^ L@&srU!-/_*MKwWmb1QG^uQ>dEUkoCx+Zr*ۺ?\A(N(Z^.ym1Q]^c%O"(石&I+4@VD=PGꃫԶZ?V-x#R-h1v! ;C=CŬa (=x? -DT$>OyOz(8/ E<렂0@v>-KhC䃱.$;` _< b'(HGMZXmKiE -ERJަ $ -IYQ4-!vßN@DA)z,?:Xi%s8;Ƨ P>  !Ę*qo>J)xU=NP/ uljaQ$NzWH @ʕѦ=GZ/淥k-~+[r,xH%]d&,2,PHM;be*8r!+"TL <3 x]P# >)e+=zƈ~9LX/3ZFlN$l}pnc"[7D(m0Ռ^Ј9N>- 9 Tn*h#}MԷdc)p׎9ѡ[pw-~fPn('3Q 98H@{2r2*W#LB|SOYC^g> endobj -1003 0 obj << -/D [1001 0 R /XYZ 143.727 753.953 null] ->> endobj -1000 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> +/Font << /F46 505 0 R /F37 483 0 R /F45 504 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1006 0 obj << -/Length 1235 +1007 0 obj << +/Length 1249 /Filter /FlateDecode >> stream -xX[oH~ϯ@*U΍yKJU?5cC3300>;|2`g`~{.I!3_: Q! Dts~!HKUo>勨JqӨ,.bU̾?2߽g# X .IH&@7ȇx6Y>ޓ=e#Hat%g"_, wEnߌ!Za ` q"bԗxSst<<)E RMwRlIdɏȒlY8$.^  -D1C1:KU9H$8TRU>V ֮hj=@P0dY('Q r>LM6q#A>0"/gpc 1abFC7mH~q|B/ʎO ڨoAaTU~S9y˟7SӚc> mWjQ\d$Euv@=oc+,XJϐh -˪4P^&Z/z[.`#?qU;()Uqv #<% -H.)T\VqLR"Cgw^voTnt2k:Wu~;wǤeGHC>Npz/#}`pCۑ{EWi" +<שG)uhyeestgyWMZn"|Dv_>~ڼ"BL8hV(͖y6_<S9b|n*2*nEKLzdwowd_Q@#{d 5:"LEM0Lڛg.P xg) -z8R8"ׯ"U4LxLjGXvh+-Tn ;_t?ا&2м<8[zJ$k$=ц>TƑ5$Mo3 +xXMo8W-0+~K{,v[ʲaHCRr,vĨCB" 3oAwX J,0cHH L` ,L)ej?U# ӦYכFL>>}Ge P"iM)Xbk2lg2Z0 x+3op;#L CQ$-/,/^'8,:_isPF7 VσOk|(F]`r$"G>aLFmVx uXz`7`dZPt|RkK]lAZp>(n.Ƣc|c|'c|KDc|K9A^F`/AǢQ`$]^i{;jP" @'vSuZ{XG:7a&IUQ7V.sr,+bYe+s]J7>R +KS{x؝ؙGx**5,Ϋ~fkB]JHI$.9@?Dֿ,Mߥ모n <7wEhIm43j;mS aOE<=&` ծIh cI5/&A^nt k0X]~gdCd|=l'> endobj -1007 0 obj << -/D [1005 0 R /XYZ 144.724 753.953 null] +1008 0 obj << +/D [1006 0 R /XYZ 144.724 753.953 null] >> endobj -1004 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R >> +1005 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1010 0 obj << -/Length 1580 +1011 0 obj << +/Length 1139 /Filter /FlateDecode >> stream -xXˮ6+ \ jF|Ң@P4 ZizQ ɂh[,w,)L]t%Q"g83g /vxI?<{I"Ab]`#,D L*_I߯~}%eIL3bwb+CQय़1x/9 H& űJ~^lrATY\(?ZwN "1U1ļV*_TDmmitV^=Nީjn?0x% \U͡SQݺa) ,BKpCظy_R=~,r66b43/W7m&}_RJUSl8UvuS($ - OxVr5-Ŀ̃0Y ZjԧcH7Ŕ"b76{CJP-d n, -qb2Tŭ 0"Y6ĄqF>$'6&Loq> fqe$n4RuN"zHwJiy}1w7šh. -X|נ2N'=ϽpKf)2bq.2,Y<*? HX8][]d" o"!7WwG5 >O] m +C }l n[ G4&\9NnNr1^n8 `&;./a!x@ՈL"M4>~peV(&P 3DEC0BJg0EՒ7Hb2B:@VlVRw7ZnȰ"$zQB|d8F%֔=~qp?^ni̺ug{Ĉ_Cj P#WLJPl]1H"3wgOw\ -dy8@&C)xz7! +xX]kJ}ϯ %ԧR(~ۂbQY2B՗%ycҸ}Hb)9g.pG&,ylap-]DoBf<<>#w-J"9)G| s<(4I(v3ӛJϮ#iq@`%nlA^#*JyEtIzYKsv(QEo~!y@l a !RM7#fL r̈́O r=^$4@CVj+[ M8hK?Mm.> dcr^TOSzH:"ulB'C2 .vt! |`@yƢ't +^3 +~ʥzq 07|ܨAM t5C*\+ʾMPL<]$kSIߏ U2Γ1J§ K GKqk\>5"Rڦq/Q@_M;u +dz$D oU CUqZA?+ewjI^=dό-@R +Fu݂@AX)O6Fm A_5f)dVf*V +m+ȂhG !&^@,󺁚rsFqwIlJ2^W'Wˋ^$27GFyM l/,s)97׎oMt8%击 YX6:itl`kDw /]=|Eg3h:_4ݹ`du))¨vݘ6p<7iZ'f^'6^d5Oy9:l}.-ȒW-sD?EvМ+s[3,'g91g;EP@ jfk"Q9Tǧo@+D>Fk0p|"ktVىY^f|\`(dg~YWu_zK[f:K 9/dx;|f:hsi: s]&O]b_q/u!hl> endobj -1011 0 obj << -/D [1009 0 R /XYZ 143.727 753.953 null] +1012 0 obj << +/D [1010 0 R /XYZ 143.727 753.953 null] >> endobj -1008 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R >> +1009 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1015 0 obj << -/Length 1543 +1016 0 obj << +/Length 1487 /Filter /FlateDecode >> stream -xXK6W5hER${Z4M=ZlThG-!Yj-z9'#rQhdW4 IBy LSÃIN7%U? >L@#=1S|\O 1W11px^TGvGK -;7:Ҵq_K-j{6a7ZUT} >K"z1 FG-&A`6&L66Spf&«ч@giAgMgw$VQUt -"B´ \^ѕ˺WH5Dc(s.7?B"wuk @eܮՇ!,NEkiͬn򺩷 @vUJ5(Urd"]-ʗ|FyXd -\$ "s򎐑Q(*ZvKѷ @YUep׮vi񬱪֛}63͖޵CM(}^j5,m:MQ:g{}|1%,7VӺ^,:5%}mMմTug^ͻ. -jY+z @~ K^ -(MV#p#8G:H`w%`Z 1NG%wLkffRfp8 3x#?lgpr8!K(N3dg9>k?JNg>tpuBhj؁P煚OSkW߰CŋrĈ# -ZE^=Ǐo zD`~^W;C|9Bzܝ=w{߽s . -r -"7lb2?"?({{|'P'57UJƬy^Ս#;$ҫ[moJүڦU1e|F*r| -> -TnW*;q?\ "N݋WOa1 +xX[o6~0P/ȇЦ0lEihvʒ'K }"HmD$M\sQf? ųWg4q$c*f |a"gdv0BN,~}uL 9s7Q$|Ɣhw'roqdʤ#2 CawejUl*O^̜Meq 5e#"etNJyoӣw`l4^k3|ZŔq 7__'7s:1MAa 3 [p)ZWΙAʭ{6~%"(.S3>7s*97zJU5"{U-%1hԭ#7}.(Gc,S&d|R5pǓ S\s[> B|Ey`}ذ$@J0D"!CA[Vl+UWͮ,OܶnSD12E>ShC%>DRFiwH]GFczt@s]5z}h6gOLvVpјdOǎdxĴ8@.0ŞAFk Q;yRE|Wo7_ &!$(zH+*m%ջ\m xW_ouRn#c` ֎F0ܪ*-rhc!C/d1LlRq1rّ()c +No4_)wyá8ʵyv6UQF:ΰ(ܨ2cAL*[es_ +WD4N-Nm`ۡ 쬾/nP?te;#*c+Hi +mWpDWܦy#]NSu +&UzV_API=.RgwM7D!!%cNI;o .8ЌatKҺɍ{Q8FQÈ$5rڕ2^gۿq,e)2@/X=(b: c>:kCw YobJR?ͱ=(uz!>Cr[J1NSz0"Rva/z &nt0ps1bQNOYN`cC#HP(|5P`e,P%m#D̽0 +7SFBĈ0+@8"dә:9''}Qx 䇲|Ӧ.ia+-YO&cLk*W8vPcY/BZn56NAV2U?vH6!7IDodU5f Σ0/F 5Sމc )I&]_//}!Iݾ~mۘa0)F+!xwg endstream endobj -1014 0 obj << +1015 0 obj << /Type /Page -/Contents 1015 0 R -/Resources 1013 0 R +/Contents 1016 0 R +/Resources 1014 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1012 0 R +/Parent 1013 0 R >> endobj -1016 0 obj << -/D [1014 0 R /XYZ 144.724 753.953 null] +1017 0 obj << +/D [1015 0 R /XYZ 144.724 753.953 null] >> endobj -1013 0 obj << -/Font << /F46 505 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R /F37 483 0 R >> +1014 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1019 0 obj << -/Length 1691 +1020 0 obj << +/Length 1854 /Filter /FlateDecode >> stream -xYM6W5E͈%J -AznŢm!Jrc I}v-& -&)rQyo&ۉ5y2^~cK|a{fBE;K('pr7>߯޽~݉G|z&q|fԜ6Ix< `A-;iq8?mgx= ˲<=d7Aa =v@ fbs&fX?*?}EkFSdԍ2ՆUYR-Gub-8.=n}sufH 5jOU;jξScĨa ߴ(O9ʓS[.7k˓bfQJ>c !N6',@9X"0k3Cw~݆(aMlfG-F'4D ji+4r 4_T\W{a?S@/!c"o'g yZjI 0ޤt .[T٠~ _5‡Z~p#8bm/:)ǘt  IoA7H^ 3l(pS:?N+*wQ2d&|nJ~ki[| -8DJ|zeJ a`M͉ݏԅr ,4>2"xaqr:Ň/5Q@z.Y"StgMy0W{.]}l)\ 6U#PsaQ*.l -G]u9*J;7l$#7p~9#Ŀ5h\8$ &|D_@c#LVw&xUW_(_ӥJzy's/& 85=0(N6Ί?W +xY_6O)ƀ۪ݩUUU>[\0uR w6XU؞wf/޿ۛWoQHH&_0$< DŽ&[|dȫc̻ +gǟ0O5mʍݩڭ[{ºZQa'˫@͏o1I™@^V e$X ㅀwHzGBl"-7t#WvO,[YpuS;\R ǯ T+&+rđr7q3AwxuI};kIwI;ԇ{>OuUffuBzfPDү@j@aWsn/]QsyHH!\=,"D"bW5jߪlj[J?]sR<G=Z^[{h00 $4MuH._S @PFZTУ\68’I MT]i%TvwS=+AUtQ'#C}c`h?S`KiN@* EY,{Χǟ%v ]8$u\ ?IMmZqj "C6ag؇XN,`XprSfw Բhkښ4]blyc|rEw+mGI8q[s߾O5:QrxHHil)=)qeڄd7z%,F+VyOPsqާo)8xp.ާaL.pA)TW?BQpöK?MQ5MZ+ٸZRFS#!4 He_,gm7Jpnb . xExINfVeg4;ͪ 0P%ޥy]&{ý*TZ?4RH"rЭjlG !_0>0R8*oRJ VSzv3) %^ < 3SJ(4”@1(U)-?tbА ]C_}28k +ǎNw/ce?*tЯk9=δ37  Uf2FU}P˜(rotэS)ӑfL7D(G +)N[٘i'Cn~le69~A9!FWQ/oh,CShyR%hZ@~n?G}[rw< +j +tO渤tQnB&֓Hм`}÷B [`<.KHqA>Cdm]WEuz<~ENoG7QfO3$YN^wdB%}mVeޚ]KlAϲ{u0$+xGUU0TJjxFdq-d# q>jL7˹խQs,s SV:ݥu5%u pN5+$`1Boo^! endstream endobj -1018 0 obj << +1019 0 obj << /Type /Page -/Contents 1019 0 R -/Resources 1017 0 R +/Contents 1020 0 R +/Resources 1018 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1012 0 R ->> endobj -1020 0 obj << -/D [1018 0 R /XYZ 143.727 753.953 null] +/Parent 1013 0 R >> endobj -194 0 obj << -/D [1018 0 R /XYZ 144.727 570.897 null] +1021 0 obj << +/D [1019 0 R /XYZ 143.727 753.953 null] >> endobj -1017 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F45 504 0 R /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> +1018 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1023 0 obj << -/Length 1897 +1024 0 obj << +/Length 1687 /Filter /FlateDecode >> stream -xYo6_aj5+~ki CZ`MBe)䥆}w$H2CDu;~`/weĊG|@E@@d6T>O~AADb)R2A@Crq7L\vWfEW/U'˭#w؍i@ySAXԂHlE~ _M独yiY6o>P5A"(1y-q29Eå~K{Ujmo9^0(dO:G}eR563)>nJMol?՝g{7tD* fҡmh17(FZ~nr #T"Za/(2䭌0ϒޤL pd&5΋,+|BNͲidS:M^XC˽{bZ䳴Jܾ'iV=zG:VPs@YνyJȧ>S\=\F)*S࿙kD+\? -A8 ^-:YP4$A7(a2z숊u.W۝ףqȱv5B)c@Ǵx1Ŵ58:A4?6Xm K -2-b&Ⱦ094n #~I=:649T.MEv޹77X`E *ZbDa;8%h};bȷbYפI+Ob7OH{)/|)J=Ӎ'$T(mu#հ2#z ɳ}ͥkVLTUʹ=v.cN(C(ٛ$j멝VfDpb.kQ} k}(D~{ (} -^< -Il{1qzV=-6(wt.C:YGP$_ -" ) AAwMy=[Ojqo]p ]i͏ ^%0]3,y{T &Ung؃6_Kӱ)7bEF"Pں*.:Qә$$i#X.֌#Mu ˘ÍeM Vfփ@c>\=qnZ&h(]Uof!ŧ ʍÑ>!A6*O[(FYOo߮Ӽ:͟y?>PvPFMTcnb ?jpekS+t{KNSu}g ;CޞtU3cP݇&hOFҡ@ߚTAٟ[DWx8MR>kiN*mSbSQ#@ĸW%Nxʼ%3$)q쯿W}' Sr'>ӘP/(Nɋ +xX[8~﯈vTY-/>ZJ'ҙ( dhp]Kbg}'}M$8.fD1"Tn]fjnet?ݾ;x4 G\Dc>}0 h(AS^d[K50QQ&FjۼXڇ$M^̾o#HDEuE-WeӤu0!EG pg$hJ+K-[9dP4CBZdZ),zcDP]#)oK˺x2Tm ~1R,r}BnU[KhH88o01T,`d4.EٺRrSfvQ˘D9;DvUyd"1d1uH5+0"_e}srO\`?z >[h‹Cc6zja*ى]<]yݴ6OD+>§!:GL :(^m#C/.hm>dK8sahJ:ץ>3iANeϚ`u5?j;3e_ \7`- +pvݑBMCv n_prO!mGYkB/'r& sK}&<`M+ ;s:JA^ؚi~5l.gt3*@!qHKeI*U0Ki=#~>TtI[~in\m9N/0U]jުFЁXH.jC# H{fC{=}E^@=(]5g/p'Bw IXeYp> endobj -1024 0 obj << -/D [1022 0 R /XYZ 144.724 753.953 null] +1025 0 obj << +/D [1023 0 R /XYZ 144.724 753.953 null] >> endobj -198 0 obj << -/D [1022 0 R /XYZ 144.727 263.051 null] +194 0 obj << +/D [1023 0 R /XYZ 144.727 222.516 null] >> endobj -1021 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F45 504 0 R >> +1022 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R /F37 483 0 R /F45 504 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1027 0 obj << -/Length 2211 +1028 0 obj << +/Length 1562 /Filter /FlateDecode >> stream -xڵYo߿@p8XE=wW4EQb6J% {g8,iD>`S|r.vp"cY“v W &,ax ^Eo3ϘL"iODCR%Q[vvϚb RDQ5x1UIՖqR1KŽ6FNPllֵ9D08!Ox68dIO/ʾXƠP$eLJ,Δ,'v(h&Ъ)ǖ(:.˰o[y|PB&NF8ԦllcMXtt@՛w-yX2- „w 2sn2_ձ8d*oR}=sժNGuӠ>"ql/{ - -Δtu;0gLQ0FI䵦KmZ>cǚ1RʾavC35sE=tznM[LEH1)ҷA -1`NB-<w_y;-,vlp0HY)`n:$MX< 8 9\\]TטhczbUi6vP`h h ( ^m4B VXMG 6_jqtm z犪ܙrGstwwT~`Ҙ$I?HkL@_Q]|c̈c  m._J-vпK ڶlܱm]=WSF/|C4D=Cá @}q?XeLcg4/ W!.UpGWJH($RL1&}V~ ]ep4o΢Leeq ٜ꓊3p!'O"z~w;m@w[Bd Y֋_M6'zϷJ&q0%_wǺꓥ [O?wYTr/Mq$@w+<:#ջ<:F[țk(0y^ôCfK+TwMy3h$ /{Ƹlɣ}\9^q͍nGJs(,s3WʓcZUd P毳QAv"(9 zwԉcDok&I8O͆p-].xhS4w1of=u'YfHvPv@XPu͸O{hE:5 :5 -eyM\#LpVv8;-V5 \,TM}>bA ^3r|a\2kTЅ/c4p GrF94PnKF Y.[māQϊ{<~ܴ/X7&FoVQ%lYƧ_ k²,[hWwܞ)7kxVaM =`\z 2yz : 2ސDmg1*naL}Sql=[XKgx OCY\@ -66\ʝ]UOwj -ORߔze^m/ l==gR5x|2XWG5hp:ř Z`4^eזcoTJv9{mBA?^e:*.>? -سr@Jqo$b<=,4 +xYMo60+(`@6m T{gHZNl "y$gޛr ~}w?h I15.$(`:EHGwrH,%#9Lc|aVI>aEQ&#:̲eVTUR߲[I;;cӀĢ 9 do?Pl Ǜ z7̠M@G@f$ (ؗ*q9 sDs "jMG ј16Lk]&zU +|d}Qֆ&w#lstv̦YP$o(.BΚ[Y#Q*cFuLT@43=p&qp# \~ ɓ@g޻51 ڕܚlc +'%?⇕. 1 ej6ЛUN?DžV|ѭ3곉ki} +Jk[*a5̭ȭ!$[c +g&5TCaUmV!MYol坴I2X8(<:(,QY +\/MV\$-,i0Q#`YZՀ`UykbHsyȋ;wEՋ^z\`pȘ >l4‡ #|\Bמ bFC+}Ym6)\gg|v3$)tI'kܱ1 +ù|ŅhʍOXD""|xH^@ +,U%!pYGWl+^ȁe +V%ltP]&(!UI1cMC s~cbօ|J{88v$ȁP`wW@^ ?RR9_F_u6퐘FW%Ë6l\:Q"ssN@\J,`BsYqS%#"ٟUі K[s i iTQ{SP*f87alҢٌv5Ch)*Y7#1| 6w'%t7)E< @Oi!]}a]z轃A ë_Z(0F22b_¦x-l"IQE,T 0u`zEen!͗ !=ml*纉k]En+Ĭ)^EfO4J +$t{~y; endstream endobj -1026 0 obj << +1027 0 obj << /Type /Page -/Contents 1027 0 R -/Resources 1025 0 R +/Contents 1028 0 R +/Resources 1026 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1012 0 R +/Parent 1013 0 R >> endobj -1028 0 obj << -/D [1026 0 R /XYZ 143.727 753.953 null] +1029 0 obj << +/D [1027 0 R /XYZ 143.727 753.953 null] >> endobj -1025 0 obj << -/Font << /F17 400 0 R /F14 503 0 R /F44 486 0 R /F43 485 0 R /F46 505 0 R /F37 483 0 R >> +1026 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1031 0 obj << -/Length 2542 +1032 0 obj << +/Length 2258 /Filter /FlateDecode >> stream -xYK1Vm&FlA``wHvf2SF\rbwU3\lx\Xf0͂+"-0.n|R6/:oy4X f҂Y*cc$J}Y8HWُRJvԤEEM6eE8qZIe[!͊u4sPY|i3&Z,9gVkPC$ -<VUvhFh8E//Hǧ,Ph<'r3V7dz1/ '2+`/%rr`(j?had,*, Ḏgb9u玨\b@ӌdZGC%eǜ i˖mJk+$=\,蠩R;j"IBI"R,9=ؽU4at!kCh_ÐWL[5U߃K}A:s?K2#of0\v9e0 -uVpn& PUjGuVl瀓aC?FTCdhFhb%ʫ.l‰.M E|ԒLpPڥt5@;Lvb]R 7-^n8L#ko"kS7G!, p[+|i" y{O#U$+q 1#fE' - =/h$1%r9VKZ*n*SZޥgf}@]C>p hVԀL3Ph?*j?KS3DclL/sBvފ;W'h'}0w:]2̄)9+^v8"te>L}*R^z4$)(h0"T 2xhX a]mn 7CcvT7!/@)VLAgҌw1Uggt cRƕsi0ND,#F'BwLˢm@XЗ<+J {|Q1gZ쓵ojC9x|;&ԮJraA4 mK ' ~Q(/Vj%bX*^ Gc荡#+d1Ak1p>[R(8 %d0iuT]PdaOr so4S.? }?l-u`=&`W@qpXrl(O^})|&,Y栜e H=J_ρ@{#;Em>|M>&)Weqoъ>D +xڽkoH +KՒӸA~{쎴VHSfc춍.87_GUuE.~"aif,RbØE<]ܮwHmѬ|cmn>b#VGx"9<0);rC Ⱦܨ(0T$VngށP(dR%Y!1>OQOHRD,Uv~4,e*몦a7LyuOo< * +iִ =O"Po IuE6mw;CnJy% 8Qy/9pQxŋyxGW) 1KH,a"d:.K Q6H24>+ր/Nw=UCxrPcJP)5:dLFk5bE Ms:~Of+K >G2e MUK/,'B=&R\M^С Z~i3zm:|1?K'"+tt/i&2U,#xQVM"YĞ`{$Uϡ=sMÍ|=cGy]=x7yk~xU"ƬrMsY=cJf04V'{~:)ϡ,rL-j}8Ὅ.&,n + sAKf*:E-/==K笨M~YG?ࢭ8u<P AN Ý\3gwJF@? _e^nA4 @-1 b.i_HVghk,P0 +jC3^UfnjZ9.>*̀}`fB;ܡduSI[pB&kS.)WCHjtr|d.4БBc %m -ÆKnIغW +wHàs } @xt];Ȋ .| +UVmm|T0 +>j^չ3q6*LGۻg:/ ,I +U^&nRAfzHUsp~d쉜tF\rtA^%pSwĊe rh0=wzC +j[:4%ŜqM1=k"?Ȑǟ}Z|YPyX8l2'+ߠGdYnD^ȶޞSuh_ +X^%I0糧›6CutF|CqWb_/ͼ.exؙګ) +yhC{2q[S6yU1|rN!/+8hn@0_P8'wVB:L]`OjgJ2SLX^es +{4`sX@݅$Ȱ:o[,j4;e˴k`JqEn/@>e P֏|]rRO,Am)H=4&Y;bu#@ P[끂8>6fբvzrgar$.ܱcc ;=AR*3zmooN ++`2ۖ8v-[ UZ394Dba->͋$X` +Ȉct m,7V(-m~r0;> endobj -1032 0 obj << -/D [1030 0 R /XYZ 144.724 753.953 null] +1033 0 obj << +/D [1031 0 R /XYZ 144.724 753.953 null] >> endobj -202 0 obj << -/D [1030 0 R /XYZ 144.727 450.574 null] +198 0 obj << +/D [1031 0 R /XYZ 144.727 499.654 null] >> endobj -1029 0 obj << -/Font << /F43 485 0 R /F17 400 0 R /F37 483 0 R /F46 505 0 R /F45 504 0 R /F36 482 0 R >> +1030 0 obj << +/Font << /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F17 400 0 R /F37 483 0 R /F45 504 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1035 0 obj << -/Length 2136 +1036 0 obj << +/Length 1978 /Filter /FlateDecode >> stream -xY[۶~ϯ0PbV| 5}P[$E{g8]^g8OF 9o#VwɅo2+˜1ju_iVibnu[OM^ùotLWTZT`5KYmdYRLLqŴS#ȥ}^ݡk뢩?ΦgR92:#@y*nEv.dd}=I:ʠ|sXp/ƃv@ o_7[{PyyqGc2r -CĬ jVaEJ{YF΀!_6Ξa ˿$!.X X&Ӯ>Fd6RdGF1n:-9]RNHm;΂RernfƖRi:͗uUTWH4l^kgvm52`wƚd{B )V}_;Ntd_ qrDGIr$bFr -h!u3?7uS/{z!f%0ép8S W '@7C͸3ףZL$  Q"RyOQ_3hF ()&B,qJ$dnS{ӽ}r$`C$؈CjZnLT"% zK"Ѡҝ3ZV3x"xvAɻ.aȣ춄Hη Ym mJ)XwX'PKBٮL.[ E;5}%8y ^sJ!B1yU?[Vdۋe)cT:dӻKG*A?RɁb) l2v-{k JG%5-BNnތi h4WMhtt4sed-Sz5V נR훠RJL7ek0i՘ 6"5|5$S+D7Lr5)m.S|*XAsfN|9hg -Q -7Qm 6آF҇TA%31rѨʷG>&H`"';UXn:4 4?H΁/A<QG'OdL/@0%لR! "wvkoy -/&Oe -# A!<˥$"93|4 ( QQa]a$TqtE @s5S]gE4M q?~gDl K@:ɪ??U+;/!%bc/RVL`-+Hud1yִa &Nuᾲz fgS21s$s!%`&'h MM}yaUW0v u`6+*{5tc7 YH -m!BZ$Ï+vfK"]'K:Ir9R9&$ύB-ܩXsU3CWo.o}N3E хoٜK&Ix^H=? WS(ȥb!%wĢ~j5ݫhoߑ*s2WK ߂Jԅ,yq:6fğUQRžl<|TEMlǏ~RN]yVsYy4 ]o`ޖqN05zCU3'rxk懲^5ڸ,5x5yZ[vX;S9qdLԦ̽$-5^պux*Ox/_\MP +:̽uQژKtVr](<9}K(q i:le͹ T=Ǡ3Ӆ:1m:ӭkP;5yk۲pq_~-?lZAzצ 0t_&w2.0+0=Ylk(gAr!͛ +IaLcCMct=wWQLd?hfP}PYE"<1LL5E: `0g۶N-.aVPaW4 OJX_-z( !iUhj2R1Tl|Z;oB;IVU6IVFZ]a(3#Τ#:Z>Fw +h CӸ\sYȃRRh6 +TOӎt~ 2pݰv%EG/9 ]0t3p8N0VnQ1$XL._m R̖!Nt^A(WCfhp%$8]aJ}qmI\ +X o1+WRRU.2EƲL5Ց$<ߓ/;1 endstream endobj -1034 0 obj << +1035 0 obj << /Type /Page -/Contents 1035 0 R -/Resources 1033 0 R +/Contents 1036 0 R +/Resources 1034 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1037 0 R +/Parent 1038 0 R >> endobj -1036 0 obj << -/D [1034 0 R /XYZ 143.727 753.953 null] +1037 0 obj << +/D [1035 0 R /XYZ 143.727 753.953 null] >> endobj -1033 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> +1034 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1040 0 obj << -/Length 1820 +1041 0 obj << +/Length 2510 /Filter /FlateDecode >> stream -xڭYK6WX1#>D9-Gўd/E Z%Ww0;CRU- ۋ"9Ùofz~\}()v5TFYKB.g_i{3I,"eŌݘo?qy>'>Ez7O{pJ7k|uiV>^ϩI8cc_Ӽ,M63Tz:ͳuI+;2&Uop ̀Ki4ٜR}9P.ۗzI™$*ya'v@q;$aF8|\*Io`kxO[fN}PYXxi7(pE ؂I: DE*]\`Dr:0J -1gv~ Zh[o⭻WO(Π DqYDz$ؗI'&n#E$Qhxq֛9JMgV򰸹~+^k(଒xw` B ,ז(*Q>=oMOVMpm nq؎}d9^hXsrVq{}T598`3H ǡB/WN"_V6:;Ѐ(Ş%L&~LwN. -@+9+E 8T ЕЅNdC@ -..tV]r.bbsw1z^E&-~6k+k 8 }RGeT셞Ɯl>V -<˳bǯOI0'D?Tr7sȂ]%P"+9>h qoqtۗkXsW=TH 6DuIIY&ٺT1(U6=VC MJ} ṼQQ'v: 9##Y:NHGh:eUU!LF@5FN)xc>Z~4N;;ߏWR *0{]9 -d642כ}G •=vɯnW+hl[+h6w<Q8!Wl"ivLY "bC2ѓfDgF40 ss7~=}kQui4(M!5k[hrEa$GP*{*AG+%a=(:|I&Cc Oq!>A>On_4ʜ0G1 ;tb]Z!& &a!ؤ4/ÀN'b0z"\6mE$bCH!0hǕc{c\`&^=A&/DV;!Eu+}Ћ 9ۗ{HH>OWְ𖩐RHZZ|~)}j膬֣&m|)FZx޺ƦnW.y-ߍΩ:,yr@^~r_pNcs:HNf <:b9wpG7("Bȡ8MEB}92J X[JIxs#9۾u>&ij7}wK"l(gr<jpE2 cJbo_ Ewg +xڭZKϯ0 Sa" 9o;9m-,9N{X^v:'YEUy-%_ ΙZ, E#ø% =8z{$U+eR#+Xu5zOxa5 h IB~]*j>AGHC$Nf6686JX1X&Y% Kb⽮l+a Ɏxvi2_ +n~)DJrvZ2- yRݥ-Bh„_[gEFI~4۪ާm^4](%OD1hA Ę<`i*&( +G^O+h;=4G&bWUt<L",:C0ذ`5:?;S SPVR̀}$לU1CW +AM=݁^EA-&iRP߱[mVvw8rCVI* P 緓Ccea@0K qšEA}tԒ5gi雤ʷU˦g4Rm?Ћ {GOKu;S*FR'YhY?aUٴqݺr=) L[q]ѸeV\nD` ;t; ytA|Y$pn@iPf,Hy'y1۲"y?Of#8e`Deox;|ޯb %blor& _oڤRFsˌ-L:6’dN@`ҜsC+tƷڊc:cj>آ8pP|FgKSOx0SgRth6ys(9 +XS,`hK $yݴW9 UMW,OL+;1D~V ݾX @=` {Ց1h 8E/#}*<\8:9g!zt=A)t]wF@z\{ jI^ !buF4S.? /ަE0 +5# I d$C )(O"O!+#f4hISNȆ.akp]?\х:0U҅B1$˨dz l{,SV-BÁ}{u`zxa(*Qc|:':;81“D.u9 *<7-\0Mf5f#ڸx99*p ~SkvUHH #Ɍ1GH[4uu ag޿^ lXi/hTJxD?49GI:N10K#rҷwuʎ.Y=_O%R4niv)zVrq2)%({Lik_~1N$E, +Lf]<D|NyNwTt?NUƩ3G|&57~a&Rw4od.iO}52P<fj I}N?>_ŗJ,T(Bb}|W M +8B ~u+,>3g `Ƕɱr:[R2sN(9u[:67~nz \s- ՙ'[?Z6mnfMD@28>i".w |n%)y!fY̊[F n{؞!&悽A}M:Ć*P5G,L0K}" #}iQ FP(R +> endobj -1041 0 obj << -/D [1039 0 R /XYZ 144.724 753.953 null] +1042 0 obj << +/D [1040 0 R /XYZ 144.724 753.953 null] >> endobj -1038 0 obj << -/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> +202 0 obj << +/D [1040 0 R /XYZ 144.727 716.092 null] +>> endobj +1039 0 obj << +/Font << /F45 504 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R /F46 505 0 R /F37 483 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1044 0 obj << -/Length 1523 +1045 0 obj << +/Length 1983 /Filter /FlateDecode >> stream -xڝXnF}W0HN@QO<M0M*ܕ-UпwIE6yr9ܹ9+wOo\d;$HGN7v<6]^2x:8Y҉f!S|p +b8bb 7eYG|(%ӑJղ'pE4.N'ScsYԘZt)5rx2&uy8*vy#!Ama!WP7;^:ϜدM}WَLٱݣ7r`J:C -_]iGm;U7X:<(-!{wےa~1 ^7rFeh2ݨRY*YXd45c}Ep9Ir2W[Fbup<( >AOt 3a0YLdH4~+r%k ~pH=%Ĕ>2{L p9+傎 jU,v5(MO7R9xw&t`$%J=W/A?e)b:Zܶr2_UE U`|E}ՁAr`QrQ{?CjP0{j]ow:1|)=8# ~5^gږrR,LIX -*r5>R4ݤT)tĀAWm -T߀!6/U*~2`d8N[;MPr%ڷfZͷX.kҜ sb50=`i|\fRk^a$i5P d8;ɳsX#A$B6 -oO~>kEyY 9x gcs+ȡPI5+=Q =uxv욗wlC*Rv: ko}&6RnnBBr U}^Bmbu³z|ɢݘR qoLƵ-Cam ;x坮? -@4er 4U3`:<1D Pd?v\eB=X?`rðTЍRri7]}ov[g$VlPLd<;DUlێxLy(Ơ}4sV["pҤF[Q|{ҟ4$`]RKLEV 8 )0I*IOCuW~m~Ac+^FWC "J׮ysCv%4|.NHAOy2feUf -ONDFDY4.0'DRNl jbs޿W a $QSCC'3`/\\gV^cGOZI\hs\X5 ->-볦"IY>UjOnn +xڭYϏ _`Q46^맭ZDة ^RLwBK$?)i)oRh-gc,R%7Uu?_df`8K[~7cXȠtܾ,$mls],ټ&ٶ?G} ?0ޖ|MЀʠx*J( Y`J4rgk1W6Ϫt֐\W!o2 .3kXēQGW6Ϧ +Q*wnPpd:W<|ȈV`y+{hXV0d\ִ]bhBDqrXwҌ~D?P'5U+ ܷPE +&"<W*p @)|A;Qj=$y!z&ox+&ghN\E|̄:=Zs5-556jg+Ōk͗z{YYW$%kz㕡bC;w+%-ØIgM-[HKzoF#1Ukb` qwҸ9: +ɀr=xZq8I6}K2cA>B%.*""dBɏ_gt@N`Q<}SÇ/LĄ%}r_DB.eaa MIO,[[ {RHo@1Px=}đk>q V$C8[?έX~0tww;d){\.%"P1Uy(*ADRŮnyOnHƗȲ/C !֊=\ >9M` .4 +:j4](R}.NZФ f^> endobj -1045 0 obj << -/D [1043 0 R /XYZ 143.727 753.953 null] +1046 0 obj << +/D [1044 0 R /XYZ 143.727 753.953 null] >> endobj -1042 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> +1043 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1048 0 obj << -/Length 1603 +1049 0 obj << +/Length 1660 /Filter /FlateDecode >> stream -xڽYߏ6 ~_jɲ$PlmuXNsw Î(v{:ˢɏGʅ,,t^>{YFl0>!C$e63e+s""hl~hZ>Q~ջJx$EVl/V3l&`Q-E8E)8αyzS_jς$RJ;u|A) ~tq1;'H v4nNU_"Bwe8GN`dAUV!vrȗc!6Ce(=C!*KFz\]CT11ء4U -&4:L fwExYOs!h* cab٦z~5_@I(&Tv.>sҾ>(rJ Uk'{SM -O?tYj yA=c_(R6磍S;{0"F֣sm8у%Gt; Cyo32lR:.99uܗ:uH0eN@OE.ẅ?C,K2)y19lڙ-w)20d{}YIt p}W(u1X]!%]RZ6.B+pvtr]Ⱦ;pv1&^vlA!]߁otSGu!})-ROÿri7^\MqkkȌs0_Sw)5Ⅼ>?D6pl:UrW|UYq{E z[)k -xRRPa_3nnDo0CaҵQ6'3kʄ0_dF|mPxk&Fk[57ޔ0%E2=pꛮt?V&uѻSݚs#}Ht'L5]ψ[bmG@\Cf/5ॗ0aWD\Os\h1ɴ~Ӟ>`$(IY. J]Ecڇ CQL$Ih4+ p|CB4=B -+G>w6>LsѥRa4=K[I6?;6 -4EyrC0߭|v.E©LSz)nEC~3Qä4J_8#yb#b;SꟾXBnp ❲?ʺ0nko -}]߄ -Za THh2wG#x'f~f8p?s''PGM+1mUE7Nyᚋxv&%nKD8(4)'vi]* \:Nխ~6IVzF)(;Tm_`U? wB#tG7V=]+r?T8#6I:]9d3l2 =*r>9)k;eFʞMɍNunӁW5=#tؠŅU"N7^@CFGC6j pK cxgc}߁*p(+\29Cǹ^HLtgeNQ怪„X#,EKgW|0/E7>D:yugt^`:HKqQCb3'.Qr*zBAx^=vTطVѠoK+G\C` X6ܾ_12DQ~"O&@0P? $`D-KŎ@UIz9Ne.{SoRM&ڤ8_Gk ZCCsVoxTƪ +&i4vq+8 & $d@ I FIo(.mz*RD l(cw\\}DCs?hDN%,нtgG\ HSHdp&-wDa`jp$.y+, A9!@}ҮV~L===P L=`hu$>{R}^&S}Q#]UC6 `5ГB؍F/~Mz¬{3ܪ(urc՛)h\y4iˋ%DTfw9/gL-X`aхM;Waa$Kz!B UدlBjAZ^RX+ [CR~vNx'ݴ;K4 =Bk]v72G> Dqv ʕm@aG:6H0`$6GOr1iz +*X->߮6uh̰[q]0cute 6\]x^gI}$za;pDU#Pu -S5kG.8bګ'ng^e!Qt_> endobj -1049 0 obj << -/D [1047 0 R /XYZ 144.724 753.953 null] +1050 0 obj << +/D [1048 0 R /XYZ 144.724 753.953 null] >> endobj -1046 0 obj << -/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R >> +1047 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1052 0 obj << -/Length 1293 +1053 0 obj << +/Length 1516 /Filter /FlateDecode >> stream -xYϏ6_TH cSTR4n*IWW$ήY-)`=xxCZ>|y޲P$" E\{? 1~vE͑Hy;G_k5zL ->mf wg-/ r3z(AJsa%^i@IRzډ}t,kZ7lHZ X1;R ` Or5>tE-&A67`ɔp+qZE+ǀM'AR;\gg4 cM l ,_-0pv ^4gRUAN1p?x: iD$dcD>u n/Bc5z'*uzjPŞv߳z1Co[S^vLV E p^9]ńIdpJSIg@"(C$Qҥ -jA=`A8UzGbu|߫ *Xe/3PӞ>W«t2Z>;җ B{g9)eT/TpWh( ִU8ѦPosЍ}+nB28C>)wKs~P]AR82~2ӵt%_܆^š%g磓U'=γ !EК~I$^rS܄g stMw )3ÄӞb$Ng*<[nq-"a<>u1CJ4\;?#<5iIU͏9MpW>ܧ"-d_$qt% eXJF tXT@,l1Ӗ6X˨00|.ojbkzZi %>p$Dn -c 4JrZ)sk=hpزSEۇH9MkzM>wY8Xr0!'']Ǔ7]Mgszx#^mJ|Mȩt_߽Dq#rap2cpQ +n$DZ + bj/ Ѓ:T̡rUU>CB +f t6I!nRj}@k47kبBg^7zz +Jv]=t1ϕ>tsixUZP1z?6 Gf1Vy$ª_JI"Q蛲&2ճޗ0,X?ef-{FSxe$+s3x*SP{z7z,=lVCwcNf-L/H"oZ. *1Ɗ;38yN5DL: +*7t(iRV6פz_L楢 :xUjA& `:EV~}Y-Z? lUErCmWq}hN8o{ޚu&+#U,] ~ϷQ%a̍jЬFPbq 7_5T0}lmjڣgW'䛤:*6E^Es= +NEAj} ݳ=ހnFeKf; +/"am1-6E\MSTJ@(N=;u )2Х<|fv?ފ9_yݺkj,ui)Xmj7 #_lƊ2{KI!^ lh; t@]Tď~9I%XIOWWQZ-`5ފn$­Z؈8k2]O#fBpj˰OyBկRn~~:nJn7j\7QАSJ%L*Q5elK, +K'^ުOJ;7FC &9`qWՀf5yȪuLjp,T*4YJ$JxϤ eVxG-=j`Fz~5Yk ͕jcSSCQlr_mO:l>cO1 N?>$" vF!]*G թ;rߍ8 lV(c7xD _BY7W)> endobj -1053 0 obj << -/D [1051 0 R /XYZ 143.727 753.953 null] +1054 0 obj << +/D [1052 0 R /XYZ 143.727 753.953 null] >> endobj -1050 0 obj << -/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R >> +1051 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1056 0 obj << -/Length 1506 +1057 0 obj << +/Length 1622 /Filter /FlateDecode >> stream -xYK6W @̈"EI7h!A= Ix I=#rrPvV7+gc_}OUHB>]QΉ+j>-cl uVY+oǨn5u_ۃ m}єLIҪ.lz+ABՖjK -*r8>x>Sw7ySN/ՒyKza'_C9Bމ9#G__چA<' 'a | x}nj+)7\0^Mu=ޚS?;cF깁 F518v2Kz"XA -%/=Q}s[a)1´B}laI(sEesρ -G,\o\0\> -{s1#; (p I zقZxTϰiF $A3-s)Pg'!dh;&BB:e\΄JۘTڔ[}BVm"59R)CO7z\GmVmDqЪ$/Wf[)UQ@h>ԑ'Ղoo -B5#?Vww3Pfika |KG6{OⶣzE^7zj39"˱Z ';Ta⦌ -{I Ia$NXAjvAߊoYr舺2`+THnP*$l]l:cu7!Z/9wd:m;v&F$!"dF12~k9CJ)ī2\2K/^P??Tr].qaFzG -_#kα^tKVAueROnbgeiox~ F=`4{|Id4>=*,{ 6ͥk,xbsAc.;=\Pgn.]Em[ wU~+*p?>O7zXO<cG"t&2ӱx:٢fcTI1,Ϫ45׸ɦl TqnEwhV3~ug[_Gr1|lm8x0\0quT .͝΄hb!y{V 6KOp.:a )` =Os5!Q:DO+Cځ ԧKF%'$]4mgP 3UuU.5>pS0dNad˻Г +xY_o60PX)Jlm(0i0Ŧm!drwIɖtlOݏwCG(*?O_Qf<bDXtģ4$4M?}dHY2LhH6/Ea 'nB0Kz#yc!#Yq>ʀBP` j/c*I`^'0zkg}+4P+JWi$3ZKeO271*BB.̓]rV9NE|WUB@19f +*cP DIe/if,kySHT} h?,78 lZFA5eaLN1kkRhѪ/$ 4;tU8$; *94v]žl*y87guFQCg!k؂x |K+tGRUGFEU^=+2oI,0Y#n +(ɜuSJ0p.16@0,,( 7#t"B}d{kg0SC3zJ _}3e$)?)M^:1ŀ.`oLVp<1>N! cMtHU3RίtЄYsͶu#@jOd!axgi<)N-8څP0oK^7h>Xռ[Sr"EqAxA Չ1 +>A^bYe$}8IV{X; jPdsWNM1x<^ph<RC'IS{@< +:`Dt`z0Ͳ(m( žD = VgfQV搕Y/[Sѻ6/pBtTE)!M"mMRUfcG:ԭ}!/ ZU"#@Uj\Jբ3y!!;^4?,EJҦD I|^$H,q #aiQ3aI\%>%U> endobj -1057 0 obj << -/D [1055 0 R /XYZ 144.724 753.953 null] +1058 0 obj << +/D [1056 0 R /XYZ 144.724 753.953 null] >> endobj -1054 0 obj << -/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> +1055 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1060 0 obj << -/Length 1577 +1061 0 obj << +/Length 1502 /Filter /FlateDecode >> stream -xXK6W EErr zl}Krڴ-T Iɒٕ)]1yPl; g -/Wo~er&H*Y2[nfD Q:[g,!)yDF@*+p]7ٜ&ZUp:m2R8174$i)$< -p*ny@)P{=8@^2tO:m]-5=?tzCU&Y8uLAE}ߖ0V+x")rs4#n'a( whEH9S9Y -0<'')Ϧjc9w.HD+`YG8$,ZṬ$hԑ,q@`lMmPP`V9BȚ1IUyţP&i<0F8MBpZV#0F{eLJ Mӫu9t.~hp;xe7(w~Cg&X'J6J}SZm]* W^/k0`3灸M50t2GA'e]꺬7j:|SSJkr~?[H8'5֥TgpIsةb_ٹI%a?/IKv2jzt&aL_#6; c-̔]59H_@|np2Gin R|JIݕqLxvR8 ռߩE$"JN(u`vd@bC1XLh`]XmkO Af͛;,p!8Pf%Rum b LYRlji"t!ߪ "Ρ;m@AvCV4%?/Vb08BȚK*KyP Y 5xDE0܏k -nmTfPCaRy] )`^.>3̵q,N!x=j/3y-]MSW@kX z1C+ޔժ*h5x6JB~r{Ip"Ө$pQ1fڔ~ t=W01^F[;/B&J uvu9wZlӘD4uSmҾSɬC2NH@.WCVi Um2:D[jq;*_:zA0pިLrZn]Lħ{{r23 -XFMҮB} ݪ}l }Kӻ] 8sO..dfgGe/~WXaa9&}W'cg%Xr/x? (IdIR@'O+ZT -+*p@vTT^u ԦC$cOUOIa FTOTLI$z]ĉ-S<⊩8=o8ø2ճm" c>~vEy{ -'{T8pTK -vJpT?g4),!y:i2- pb{w%%O2jvW+w6|zI$^s0EAD>H8)+%m_+ʃue4rD4FNK +L#gI`df)wbXL„BPVGV^8 n\N)1#ZK¤fh,C +s 3yyao⸪+Yo\2^Nll&$DJr˜\vn+5=bWG^7=bIܢ_B9=Qobde|%o ʈCRlrQr1P"^Uً;pLi^<8`޺+\`514;l.&_+B.@jwKh†>P(+m]62Ң"5Ffmdq iCL`>VY 3 +z$cU`2"ov^Eۍ}~?rtIqB!~!=?ҳ!c8ߣ$oLZ}onJN0:ն_d0\bҍ bl7k@ڒLⱻު %ŏOQvF{Fw0((! P4Ϣ3rZqClL=sטzq48 I/gXċ Q Y !ģA3c6rFab O؎PxP\\X(W3}m*-B;C̟N0^8aSi^DWԕ^**HeOi5ƕֻ)>>ԑ˭u޶ki*Ch7+Ž'q^{=-Di+xwي)n:?ֺ{z}8KљHp%V_w_nMwzeBfcz;6~7@K=1%W?w;v '^7;&;~_ endstream endobj -1059 0 obj << +1060 0 obj << /Type /Page -/Contents 1060 0 R -/Resources 1058 0 R +/Contents 1061 0 R +/Resources 1059 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1062 0 R +/Parent 1063 0 R >> endobj -1061 0 obj << -/D [1059 0 R /XYZ 143.727 753.953 null] ->> endobj -206 0 obj << -/D [1059 0 R /XYZ 144.727 367.659 null] +1062 0 obj << +/D [1060 0 R /XYZ 143.727 753.953 null] >> endobj -1058 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F45 504 0 R /F14 503 0 R /F44 486 0 R >> +1059 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1066 0 obj << -/Length 1798 +/Length 1259 /Filter /FlateDecode >> stream -xYnF}WREr/SR )Z(@HYDhR%؂ gIQ4ˎ}1:3;{̬x^ryqm="Co" =hE-exۢN~xEFZZ͹d\k-#-JV1#@~-{WO'm=:;iú)<T\8r0l(Vt 31u5 >5]IFfkNutֺQtJ)3ߗ~e x1e]0e kCd $-d@C\ċ~MeY̤ -_{G%wL–In~0I2.x7r$V[Ck?GJQ:56kbUMzx6G%} L8 >t'$ C˪,v"ul uN0^uQ'$QX63n {xiK0 nNERdՙ{ -/=N>P٣!Oݻfxt=Mpp,`;2]3=ekUebӲ=4: -d*5Lt`#Qw-jAm@Rb rdeF؋b7mIEg 7"k 'ZWlݳKVujSzLiK\E8 uJŏ Mok@+N -;w֩PƧVnfeW_:Lh aŇ~Q - &*nÀ{yΏҤ+bn%*[jg $œxJvӄCά8 'F& H\?T&"5>h3.b %h=p hx&8ǏN M\7A'\hhqW4@iA0 oC.2,'dU(4 -(~3W>z8}]vE5kkZDQCto>kYr/-x\Dh-/ON/I'&w.mϽ'JdwCWr lXi=|l ifBS!VJ"w)5R<3읓:of$fvy=;dŧ~բ(pDfrQ " >IJf7nK4l ܼcheEMm4Sc18UY,=f30H: +xX]6}_ZH -R_7R:}!b:kl0Lgۇ$y;{woۛO_P^9/ +"'CM?_WstƘAݕ|ިoIy<"VkB{SD9jBVMVk0үXDnO0rv+_?}!xrE m"}TfH"e#'3i(9k=JӎC!QhLo&nף[k5αaxw>Ue#F|Bfœ|P7UV'hRӭn6{xC??4NU"u}3iC9!*]f2SD*mJW1CTI ԭ4g@*xG^J2k+^q(YUfMU/{Lx5`ue>n [1!6bt$ﳴMW^R.6u)t8ϸPǣ"2_*v'De]Vn +f?|8,œ5p$D:zФS%n}LZk(D=e+_tb;,hGu5yңd5e030Gm9?V Uֈv=5A @]JӠlp.gUHKQ }@Os5f!YP>NΩy։.-wWkጰMFo"0G7}؊unpoomz endstream endobj 1065 0 obj << @@ -5520,82 +5488,61 @@ endobj /Contents 1066 0 R /Resources 1064 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1062 0 R -/Annots [ 1063 0 R ] ->> endobj -1063 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [364.903 237.27 375.334 249.606] -/A << /S /GoTo /D (Hfootnote.17) >> +/Parent 1063 0 R >> endobj 1067 0 obj << /D [1065 0 R /XYZ 144.724 753.953 null] >> endobj -210 0 obj << -/D [1065 0 R /XYZ 144.727 282.778 null] ->> endobj -1068 0 obj << -/D [1065 0 R /XYZ 159.966 129.79 null] ->> endobj 1064 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F45 504 0 R /F36 482 0 R /F39 487 0 R /F38 489 0 R >> +/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1071 0 obj << -/Length 2450 +1070 0 obj << +/Length 1559 /Filter /FlateDecode >> stream -xڵYo߿@P)j.I}Ρ<('K%X(들53!E z݇_^Xi-wDJ0TƳzq Y5j;E{p/,4Ɍh"X ?bLAJ]|{jv^{/-G/|ڧuɏU/DU`bd*oR*|Bwo$Xe"o (~_a~ů$Eܸ)$\Κ_ez=v%X6uu;|]q,ñ-~Avj(-Ǫ)2}cOCbobzc|'~XόSݶlN/ A–x[ h,!~mW?A/!?**1r1MCPbwP<銊Q~hV>fDR\# Z[F0ӄfbfύӦ<ڳrK)]n>pCfZP/Tr_pf9ɨɐbiK LئaBĶmcµ@ ð ׅ4_w|!rnOj)yJ0S -&:sR?\ZdZ@#HL"U FN Hb?6Тn -W#O]R_G9u*(?]g2 -:|qvLdDS3(g^={)0;ttFIYF$P¥1™{Dg dwǓŶۑK{Q_d0,2{gc:aik^+SߜFMs<}~wq۟RCްdV~+s E{cEu tQ~1 -f@]_C:n(;]H|(NX1Nh<8VxȫT`=;tkh`)!ޛh=YMC .; E&u>}W6uPK(ACEJHh9/lDdFN 3jpF =&YH)`'Z --a#zt0c&W q{Jy%$5¡|rn͍'*?<w s^E(Ԫ&' \SZ/K >cOM$(kxEԠ-8/Mumq+w;԰UC􏛦%sq}LD˘>p aMpa|ُ8D_%|#8?,`lTcPְ'^$Oظ` 9zjk7j08bI :OC=rИkhZ~}fhe>s APbRsa -8c [x ر.5uO8AUcUm‰~!ެQǬ")t93*Թ9, ˯n2=9>M:Ot)alcHhͮ COԀL1N{n9Vkg;7g?hqyk<ԵI\'`,6ObƷ_b~DBp¾?fPѩGn۴a~){3lvD= -V0Gidd?>y +xYKoF 0P,*מzl}X#[,Kr +3#8ql3sgsw>`lθR,,p}E4[%S1TBJlʉi+M՟>`(!*\H~UHPg!<JJ/#Kqi+s,.❞/<9\ėY> I<ul."/jFS{7kM6˥ ICisUm\g'Dj:kؘDNփIʊ F]ձ>܁uKuL3'-vh G,z Zc &>$^ygm]Ǚ+܋r툏hnpyi6 4\1/R5ZFyQJx3MO6P"`a葤b|9 /]LB +< + Eo*)wŕ^dX`3d2@ +n N {~*8j::՘~edMVqNReJAZV;y%Yj2|Wggtk$Xty|7 {U>33ejKtO8WYm$b:.zoMB<ڡ&6V8-sk{UYįLL<~vhy|+"q$Q98)Ctz۲sD2N2"QҊ1 +?!Y +:.#~|_clcyYCXsz]"8'r9dȈardC{A:C(wφ>/AE@x$ʜxZע*|TEAUimzv@85P-SDB%yvb)qŐ'u uidK<ήPgS8q&M7Ր7 p5BbWՀs:u_d:CA懮?\^:9TM@) Ҧ#\s@x^i O͸xAc0@ ݅~cH +jgaЏEq'+C῏XqY&=>vb!+`(/^f}Q4L}W% 1tr`<)btqpZx (1W5Y>;+3CD v">lЭzOwf endstream endobj -1070 0 obj << +1069 0 obj << /Type /Page -/Contents 1071 0 R -/Resources 1069 0 R +/Contents 1070 0 R +/Resources 1068 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1062 0 R +/Parent 1063 0 R >> endobj -1072 0 obj << -/D [1070 0 R /XYZ 143.727 753.953 null] +1071 0 obj << +/D [1069 0 R /XYZ 143.727 753.953 null] >> endobj -214 0 obj << -/D [1070 0 R /XYZ 144.727 610.498 null] +206 0 obj << +/D [1069 0 R /XYZ 144.727 578.867 null] >> endobj -1069 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F43 485 0 R /F17 400 0 R /F45 504 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R >> +1068 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F45 504 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1075 0 obj << -/Length 2670 +/Length 2109 /Filter /FlateDecode >> stream -xڵn}BX\6G `k mS{h^r{,gf^뮖???o*^jv'E~ ݤB4[o&͛ngB/d"~4[ -%*fx䌔PN艔L6J6mO~_ -Ktq\I06-#84j.>'+r.`>:΃!{a -@ZiioP{k AGY]i\bQ;XELNv<㋹I}PyU)G=6+]M H2UMcګ ^|0@4no+J^=)ߒ52[Z_mw7// -Zn6K wK cAZ@N{"/l}^- [zb5iyUM밒D{~Ӛ y@yR 8po4.ʋWI7񮖑+:{aQlp`h1`Tw$jahB8MfUI)ﭫq 1gQe p8ga~)؋!`Q{ɫ )Cny$毥:|OS?*}HzJyڋP3B_sD+x"xYemπk<8I"R5Fв*zPpYqPkugY(&Ki {z8:NE2KiXqDMUL_j? e㘗MV<7iw/meOpBҥWyGlwLEe~ߺ̒h cPtq?V8\{[YSx~T$l`E|MmX gIsc@shAb:/_r i@buCԵ[`_@eE}5mY)!D0/M`aƑi5ǔӴ :d!Ad*QY~Q"1Z:Wz:U1T4T&,vq4ȋ̆cats"j7-Sj7v&7/\rdIW%( Q%*-/W]RlI єYWo4 5=3reBQ1x^Z - 4}1bR]V@*{PZc=3LQ`8 4 -e2@gLy2ycX]([*3)Ϻz`CKaVfkeYY(+TK`i,E#Gc„_ċC}ӅN5/ _WEQ1cPpͭT,/y!$Kȓ]AO{u:p25t {ΰ5 -嶁rHatj ;DV&{hp%8v!saV:{4k<1R&Ar)ӆܚL<,Fr}IMHLZp'[Xhm:H0x~ E_kY٧phvJ"`tq@Dls]W6@휎?^d&+(><@XfS{B¶ݡqEuhT}1̏3Zk&yzRKt}eHΧ1݀)jAQt{D~QEܚ3WN;|t:1<<-`ki -[`ZmHn -l)4]p5 O  ܂˾,Ф2Ɲm዗6. }\^Ǯgf2WQb{1vzu -y^X@>פ vD;2Fo+jk%mM)VqɂgUUPAt|YQ`ܶR YOߪ{UGu7ٵ)BgKg5F^ - -c(0et `cgJ"0?*5?C>r_ NUSQe|]~1% ~ 4Js?4LYBJC#  +xY[o6~ϯP Ih )0 ̓b+PYr-JdqK;7% +n(xs_ϞIT _]K4}:ցtMt*97HM}2)ۼ۬,GDIYHD5А,80QW&xTO.:u|g<⦬_M\DGr9X N/`Wț s1|I|Gv܀u@4^Mc.B|/&*Շv@KiW9T:_4YwX"5ͦ,EE;M͛|m;SM 79CA9`'=I}y#zɄI'U gxpA'r$'$38sCN{jO@ֿMH΄:Z|L S51.vA^ּCF4p)Pkk}'<Qz*OU@aOP%fbl1Kg +ٲn+#0Nu5eQa=NAEcHG-b* '\Xd p,K Ko+D6 8_A^s<"sEm~wL ;c L>t=yʤN&Hۺگ=$u؝v؄w+ +7 :r0Hi ]~(\xC(9Y'ZR3qT;`Xwq*鞕&T8*05HTte’ !F%JAdGRܠ#zu#eۛy14hEbQH#;P 9)*] !:vVbU+4Ԙӕi-p_ H2̞\^ đ¶ZE[w;?幟i +a7Njlb_X2j` nC%/2 .lW ?ȗV( Oݮj $2!0BKtPXsy +!Qi+cʑzizbBCH@J6ϋ0쓍6B^ ߹K +ud3$+ xz o҉r3e5=\7Q'Pl%q}tߴ0kkʰ?a5 endstream endobj 1074 0 obj << @@ -5603,1296 +5550,1321 @@ endobj /Contents 1075 0 R /Resources 1073 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1062 0 R +/Parent 1063 0 R +/Annots [ 1072 0 R ] +>> endobj +1072 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [364.903 431.141 375.334 443.478] +/A << /S /GoTo /D (Hfootnote.17) >> >> endobj 1076 0 obj << /D [1074 0 R /XYZ 144.724 753.953 null] >> endobj -218 0 obj << -/D [1074 0 R /XYZ 144.727 551.719 null] +210 0 obj << +/D [1074 0 R /XYZ 144.727 476.65 null] +>> endobj +214 0 obj << +/D [1074 0 R /XYZ 144.727 216.5 null] +>> endobj +1077 0 obj << +/D [1074 0 R /XYZ 159.966 129.79 null] >> endobj 1073 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F17 400 0 R /F35 399 0 R /F36 482 0 R >> +/Font << /F17 400 0 R /F46 505 0 R /F37 483 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F45 504 0 R /F36 482 0 R /F39 487 0 R /F38 489 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1079 0 obj << -/Length 1529 +1080 0 obj << +/Length 2070 /Filter /FlateDecode >> stream -xڽXo8~߿"RtYm\ NNw={d*~PqvW|3ߌc̟n>\]c6KPf=Ô"#dvnfKBBO]V 3)k)S񴈉KM;~hJKas>z2`7S|4(V,rE1ֻ)ϖ$ CRE3 䵜EJ5rЊf(U6^jaΖEI<N7 -/C6rPt ~iR/P[M -$ok%Y - E$ N:h3F l唪ő9?)-bX2K(>nLe֤Naw(P E@NJ^nu {d(ؙ3cO'=:In?D,&s]ٴEb_TܤC_mUؿ -vcx], M-aO%vDԵV vꚰYFb5KLڵĒz&z*}Z \vϧ_jXB$abQ'UV,W H+ vz~嶺 }M8?~7!C4N / SrАsnN^ - iラC14Ph2AZocK"Q$^l#ߏFQ^k~N$7B".ЖLh#Q]=/@$n^::yXuǴ=Zw*$:"VBB7J}T?0Yi>L +xYKo+5_)B$aHĺ.I:d^sl3Σ 6]:YO4<ORLh'w n&jx2&L:~\~'fz_HJm-B$z.>3O}s3{Lb!Zˆ [o**۴5pڊ%|ó~jXZVTM=WͮQd,#ÓD)/u}B>RN. 6~'lQDIw3zhaWAc`bd]yYn.:gV={xXP;$.)6ӝ;̉*|<~2#xͻX")>/̓Q'/rG4}a(}U֟ +HyO`ik^+>ߝFUy<_n:?T4P۲dVIab "1J1Us>2!V顷0#eDYֺ,$IDلyybPG!r6Vs+f_ vV))qЛΛ݅%}o"^qHF7˫Ej e4TD-˚(F 7ȁ,ϰE\9!܈FyBVY6;)"v KX^S/f]to~)94e¡!s.q=;*fe nBǮ B k e\:cT80{`\ɳ9^+^"Oh9R't;o#X986ú`|܄tt,Y[ݘaqrI(jWaz:-v8H . \\d"5Hf"(dz*R K\v"9hEgQ8,2iYFv#Ňw^oʪJp2 C9< /jj 0\dh 0NW!nM!#^_(>a 6O]u;;n Baj$2vLö_9;ӧup8)Z@^3qq?՚Y)wk]gˊOEvږ+H9Vq_kяb(!Irc8UQJ(1챀euqhC۵y?Wi{NPTu^b<(`Y,w !udHuM[,"t,Yۻ x +jWC&灅qc Ct!?!Rº TѺmc#ۢ >cЦ@ hϔvs\=  +> endobj -1080 0 obj << -/D [1078 0 R /XYZ 143.727 753.953 null] +1081 0 obj << +/D [1079 0 R /XYZ 143.727 753.953 null] >> endobj -1077 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R /F37 483 0 R >> +1078 0 obj << +/Font << /F43 485 0 R /F17 400 0 R /F46 505 0 R /F37 483 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1083 0 obj << -/Length 1310 +1084 0 obj << +/Length 2689 /Filter /FlateDecode >> stream -xX[o6~b u!="S`YJDf"RJ`/!C|lg?VԉQL|2!>uGcgv<ܦ1]1_`sOfay{Dԍwyիzn"/7zD0fmap{(#XirST˛gQaўX`( [5RU&u6M17)# @QH#ٸ<n.Qs%i;cH8,)Dy_:}Ҍ 2y v8 p`-\豬6O\.\:QZT3w0Ɲ#ȷw󢞑 R+fAt3 pЭ4o'A1 '+) B-,a3X[%%\5:ASr|}rSjO_͵ D&$y62Er|xy=IQe e|+<6S;#@!/)봙8OqeJ?gJ\Uf?Ezb%}N=YƐJӄ:lp20|ɉg5'Q'c)l(@l0 󭔻qUe_t͸kg^:`s\2)AL_R̪ndFg0 -c` -Gz C,HwkP|ir |NRɱeWdHVra$;jׅ:1gI@i,&>h 9zw_W^ -~{eʭ)@%Kԙ az@{7ͻ ; ^ q7r`? -6f2Ԏ --;/")&P=j`W], 2OZըΡ i'a9 ۺxQ;z$\^p\P(c_g.Q9!v[dЖupmө,ұ+i/FUGSՕ2(%cO|es?lAcOpǤoC1@N]y) orC ]V/zPm6+~)o Z0a6-ʣʟH'0}V-[Co@O,|c^BOَos?OH_ec%Eiuk+>J7a>jMg_xiq1 -|*_SĄŞ;i{+K +x]۸=@P{yHREPfrmV6awCʒV4IpghEW~~/,cY'Ktg:Jjv=G_,8W y[sS֚@oyu!y\DOHS}ᔖVVz-]Ez nҔ%\?mio2l; :sn-MEo/+ gRtXkM崰ƱV~w Mkzc|nea|Eg6V.:Sw}@2b$5>p!7MPr +g޷W$T2[B#Q<ƙI8-V,R21BuŹxqořv:d@Z:ऌ+sN p=BE6>MKcZ~ )dwCv[X:{m {zV +ہZ&Dt7*wl iPW iH3VD*}i)?jYeO]h!gLK8hz$_[ɦZ_gj(H1 9T8 G~'tBi": +Y e,ޮ+]1Yi]7/g)y)=8ugOaq̚|ӴsЂ9SQ6p,y8 [(`Jw̃&}`)ón o'D86/Oö́ ҘɬSO@g.Լ 1_㐏ȺkB + 9A DQu. T7|GQ-1dNT S$Φ.i9촴4LϔSLF.ʹR|;S1 oBɺuvGxp !Pkd A9 J +x!B+7+zo>Xzj\y'C/=[.B*CN+c8z-_NV`6Ba/'@6I Au7)Kdg3Nj> +.a`YeY#0j,^Y-)Dl`UpY+˭iLuS>j,# 8@xn}Pl m5 ]+8sf.(D{hӝ ^6@RW\=|\6 =vJ^"4/"'[PKONSq$v8 < +62|N;?3;];j SScSwpsS*8 >=,mE)}f %0zlKc{m[:riö E/ ǝ_z'biWM/e[|]\YZ_wyvdGQƙۃ˦BXDY"s_p:B$bϭꛎ97S8Vq8%a W7Ȅ8@>Is,ep0X?Au@;ZT ]'P)dU^e~/Ԅپc *}69΄$>\:GV|%,7X(?X⺯$W <5OC.fP'%zݶip wӔT1Ȟ_z_&|(^%!|2ޠ42=j/>?b zCښ߁gEowMy6ovёuɽk'qpyZyn;嫋YcM~XdR0d8}QV\q .z\n"\[=eߖϥKǟelc^XA jW ݓ{MOjq1ၦ +ո-!&GtӀqŨ%†OWPKhm{/dKdq77ǡ| k~szNb\Lcj- GȻW: + endstream endobj -1082 0 obj << +1083 0 obj << /Type /Page -/Contents 1083 0 R -/Resources 1081 0 R +/Contents 1084 0 R +/Resources 1082 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1062 0 R +/Parent 1063 0 R >> endobj -1084 0 obj << -/D [1082 0 R /XYZ 144.724 753.953 null] +1085 0 obj << +/D [1083 0 R /XYZ 144.724 753.953 null] >> endobj -1081 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R >> +218 0 obj << +/D [1083 0 R /XYZ 144.727 716.092 null] +>> endobj +1082 0 obj << +/Font << /F35 399 0 R /F17 400 0 R /F43 485 0 R /F37 483 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1087 0 obj << -/Length 1088 +1088 0 obj << +/Length 1850 /Filter /FlateDecode >> stream -xXߏ8~߿"8>IxO=,ц@hvod $$ofocs`lofwSp!B38_=GI9X2oqY$T!dw$Xp51/;<&>L$fF- b ip d4~pj}KX_??:5>!.I3H yE$g\=H <=ue@br /3Pw @YOO72[#ý*dꧪws ^DV# GUmE3V$'W3p$̠^FWr8@{=1 ɐ*]@~U=}*4(7 -8.3XI?Uk^!0b -&FmmFХ܍C s[Xͤ1G3d=3bА(҆_{ÝZ@] .wF~R0dԎl5/_Aی-4*BfhH$,Gs& #Iӿj DY#w_jfS9E_g[B'DN%VspL[e&)@?PQ2Q*Ρfy !EDd"Dh(H'>ٮ?ޞJX+Re*umx+>m]މjhŮOmvm{509Ž6@Z<3U#2nLNQE`.6AMT**TR|v'YZu;S=6#0 0 KwA -v*v蠸l5L\_(.ֳ~>0:xbB~+,4`&N+)_ǿgs>F_xWزi!`&nZeɆZB3ˆӢvj`07g"4!Ѫ&#!:_@-M)5ڊSZhO{~:3Ń- _5j@ +xڝXێ6 }߯)6^OilRUl%1S˙ /)Nl>Y%#ĝ|~^r'?Nv5E$rCy6;2/օZ,|'MX텸:dGț}Q2Íd򪤁j$l/& "'!@V;ANMqO4*g&JrLe'odsnىDɜ I@e |/f׻Wƙ?[U^Jh8W4J(ϼv&' @m}oX=QrHɯ.K8>R=S]\5ou˟(qtO#Fqhp#JznlRڗu>Ǿf#j +mu $1͓b +r'cŒ}f?. ./cZv~.Y> +.|ܡt+c]Wq]TxJԹTЅC;<l.3E)x5{c`ߔRpCп.gsM} 4-;%kgePPy\\0~y8㍭`lI `u )ed)@5X Xgp,,C9;LAs&l_;Xo˪c6lY6ҳBWA>Ӑ[@}"^0b.*I!{u+u^mԩe! +؅Un/~d^K01@l:~^҈AnOԮ\/k b'a+Nle^f0V wvdaLuD@Z+sN}(~g* =ZCfF|IqF pF (xM-$?mf[|J'L`$iJcDQ[]҅;腨ț9ٮT4riA\>5Cxymtk +(wWgk[d:II]ğ3tD+d4Ú`Q4nB0*胑~aٌϾ)]Ml,T`:;ЊAaALR0J1SWX> endobj -1088 0 obj << -/D [1086 0 R /XYZ 143.727 753.953 null] +1089 0 obj << +/D [1087 0 R /XYZ 143.727 753.953 null] >> endobj -1085 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> +1086 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F43 485 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1092 0 obj << -/Length 924 +1093 0 obj << +/Length 1169 /Filter /FlateDecode >> stream -xڽXn@+fɼJMnˮ1&XBmR{`&cV[DwM-`vxC?%KvJ&DUm`+~CH*ot8\F_LF*oՑ}}~Hk{痜^/Dݽ<ע,`Y xgI/ɒ]?L56@ %"Hks>Oih +xXKo6W1 +E%"Y`n}#Q`YJDPY7XD7Gbg`;>[}LY D=P!qg8_z%+9u3eEYbD.|#nW_+zL˔~]"zJ|J,8.q~]ЅH"X^m: 48F !a]z唸f52r|DS5r|IAXHFVa9 +QȃLO+5eɮR+QMkYi;#`Nȏ +V +d@HW2;{p xm̉אAcZ = ++KOf!KF_Nuz̓ҲڈzؾVXY'!Mך2S3l}YΈ<=$aB)͎h@c\Xa &e(1 9c ldeܥB5e] Ͱo_8v\j&֞UHwH=#(<1 5*~PәנM>Xm˺]Z]ڗZn7DmVlx.̌42צEFi%5vr3ޟ\ +hzB=<J]2~/v(~h]򷪫]QyY\%EVg+7ڕ֯I9oqbVz[GxYըG>,g/L^ s틗4\޼ˮ 6(v1%l±]61&6>&mϤ~3(t{7h*zSkĆ8Y x[ڃCW D~^ .XǕ PSWƙh/ +WQ 9]X1ps`M 7/}W~!m F0XK&M3 N ;> endobj -1093 0 obj << -/D [1091 0 R /XYZ 144.724 753.953 null] +1094 0 obj << +/D [1092 0 R /XYZ 144.724 753.953 null] >> endobj -1090 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> +1091 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1096 0 obj << -/Length 917 +1097 0 obj << +/Length 1074 /Filter /FlateDecode >> stream -xX]o0}Ȇ*чJh:imEMiiTg'!'#S_sO_pv<<2HK,pk%.~ ]0(`604i@4`pprp5eoiY/d1-hD*teLJWᶎ2:# ㇧qa,~_ @"(cNFK; |qk|cddc\4{$ڍ=jGQԀrxPn6?B8F]yQ8,!d>Ba_ӮcGiZ:$#1`20g-v-RvObG7GMȪNZwYhUJT%`(B7eVNP ӸrJrP͛-?W;FS@iKmEKh%h Fko|?̣2sa4gّh.{?Q{M#Q,ꓫg#C.S EgԫgU)3[ƽQT)>z`m:Ub:20fqX}ޚ^ m~A+wQ"A,β[MKuؽq.çY:i/LUѴҭuΙK`EJDU;"yhGj<;*G`^G@Уn!NFMD %P +m\kH/YPU%zYh`vmukשK!mjcR`:?0n`Bf&d~߮@'8RA%?: #(+og47 )A NʠܒǩtÉs[EY.C08;[:C[ґayf0O!C>DԾ,[Q1. t0de߽N+}5}pmz`:a0hjit<+s7J:hv;¼Nydz8B7Ȭ4DT,@2f(Ix+;iLHr},mIn ]gcuPA)VkX-l9ho9G +N!tkCGl `er;-$ )#\'ЫEFF;E搦-4`pF+,/Ч|2>gsW/8ڴRr`$&iGgi ϫWcnpiWc QA8dFmJiC 6+mPTOO}ϧ|*e1u1K(~ߦW?T endstream endobj -1095 0 obj << +1096 0 obj << /Type /Page -/Contents 1096 0 R -/Resources 1094 0 R +/Contents 1097 0 R +/Resources 1095 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1089 0 R +/Parent 1090 0 R >> endobj -1097 0 obj << -/D [1095 0 R /XYZ 143.727 753.953 null] +1098 0 obj << +/D [1096 0 R /XYZ 143.727 753.953 null] >> endobj -1094 0 obj << +1095 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1100 0 obj << -/Length 829 +1101 0 obj << +/Length 992 /Filter /FlateDecode >> stream -xWMo0+P%z+UE+mW3R0mմeX! q4y3?!~ni`*$(%?_W\ -i)˥`?S(N#Ѭ?|4Kҽq4 H"Vk v`Ŏd`٧1~ʄ\!U$QHHidAOW23z{~-M~/6{8H*(w67pG,4p絁JW%^sx/۰ۋQJ,'8;]]9MQeCf=^7,H;jKQ/1Hd@-*őV.{m68Zy$|xݑ2BC-E~G,'nX&V/XJ؋DR -xa=w9U9TU'j}Npĉ{q:ƌ& -ʊt]̷Y1gb Li.bS'.SjAA -J܀{i\ -F,~次U9RrJ.(m=qM蕔tEYZd JU]H-2c)C#HjVɑHWs!7zS͒jImQMhs9,)s,gIAVt&V h<gnSW.ZOR+v#p-gjT_DE}5_xu_j)͊'ӥ)9{։3nbO7?; +xڽXMo@WXEQ~y?*EEJ[ۃ&XBT$ +xLp.q3of߼} =}IO -FSp$P&Ͼt{ O!-OVjLd/x41{,-Wpl"iH (G$> dzp<~8Ỵno_lga~X|}oϗ.@Y +$#*Cڌ<>l:]>a [x1ĉ>$J8kfk ƅ [A:B>cg˛#̓i$hĄQɆƦob@h)$ k`m͢,rX*N@SZԟXXyRʮ߾Ru̵GjhLAX5{{ OR}L&7ٯIIiehxhq)-6H a!9"uo`D_"Ke|NW#3$*VaEU &MWq0Oeq$`yE0$9s(V~̂oVC~8LW<)`m HIA#-kt;_TiC䉆+ I^^SJOsj|^?פ+O_Xf 4KZɵJ#f̺J^ .RO#i J+Wdmzӧsp-Sk32DedK4Ws5fsiYVGiJbB2PaAV=?ƈY}ߥ7147 r}_}>2-[hS5l֩~J)hO >\zjwAA& ņ{hw +4`q>2T]9i@F *8O3ܵ #x]|]>o endstream endobj -1099 0 obj << +1100 0 obj << /Type /Page -/Contents 1100 0 R -/Resources 1098 0 R +/Contents 1101 0 R +/Resources 1099 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1089 0 R +/Parent 1090 0 R >> endobj -1101 0 obj << -/D [1099 0 R /XYZ 144.724 753.953 null] +1102 0 obj << +/D [1100 0 R /XYZ 144.724 753.953 null] >> endobj -1098 0 obj << +1099 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1104 0 obj << -/Length 1132 +1105 0 obj << +/Length 882 /Filter /FlateDecode >> stream -xXK6ϯF;ҪJ]tŮ STE&ZKcD'w t'YNi4W.ĭ6qJ8K(%ը]eTN\|/k8vʐ$3 -2h(S\mʒDX)9јd%`7DQ!٧٢ 7FJ񤔚MM;7H/njW6"O\lpѢvܬvnx}#h>gɮ$^/ç=<]^U\V,Fi_:'h۞D5Rʒ+[$6dy- u#|ju.sv*:XY@b0+˦Ci[njN zFkkݨg :iLGG PvmbF p0o>^{sN/*N1F1|``FW<@j#Ⱥ,bvk - --()7 L*eWk4S$]EYa-I:> -$ǹ B eoa"I "p©a-_11.2++EgZQE@j]WH⩚ƤiV+p3X5o|T6dmZo3ָqMWRMׅeLE8jOr <* .+;NIO1MD/U~g1 ѯ։ -CZ -ƨuHlk[Do#0ͩSǐ1͇:Mo7z1nB[N+<4pn@|`Qʞ(/+zQ6[u+SݜeQ0֐m=(:{?h$WQRaυ=[ -pn(ES溦1BepqMh>3NW]YOs^[u~D{ɹ瑀?% _<ÿ` +xX]o0}Ȇ*um_N&:޶=-jЉ g'$$!NH^ps= <}=HO -AyG@ '@jo0~\L{&<Υ-_|[t3*HXgȼ|L1R%e/FM endstream endobj -1103 0 obj << +1104 0 obj << /Type /Page -/Contents 1104 0 R -/Resources 1102 0 R +/Contents 1105 0 R +/Resources 1103 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1089 0 R +/Parent 1090 0 R >> endobj -1105 0 obj << -/D [1103 0 R /XYZ 143.727 753.953 null] +1106 0 obj << +/D [1104 0 R /XYZ 143.727 753.953 null] >> endobj -1102 0 obj << +1103 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1108 0 obj << -/Length 1394 +1109 0 obj << +/Length 841 /Filter /FlateDecode >> stream -xڵXMo8W0 -؋7= lÞrk{PlVHYK$0w(R%S'cjp88r7>3H*u@DJ&fo@PJnrp(Qa<([rצ&-ݕ`75/a F8)=a2a.}Fvv[sEUTU/91f4LXw1qh3A,uQy&;1 }HcK -p'zY;/5N( -bуKF#NnS[9qަ;wCPF:VW׽ENU޽uFoHkk~U/5  HȆtG TV&8%v?lnrɦ6V1s̸>1!iV_gPqzKm0sU9_ (i",x{/iݷur+@xgY-ھ<ƻsס@!kRP)Y^TcmE5p0R 0onOZ!uviYf. d1dSV*2J&+pE~zdu:ڤMUcڵMhUQ)îI>T5V@3q)oMN_ä=PmԸׯo9wɭ!g,*r×8 K WrRL0ҺN֭w^` +xVn@+Hdd^GT5 &< +B1~`cxbP=Ν3{w_u|q}ˤ'LyG@RiObx,[.<buWOrT(-SEk1⻈J^V>\$+,F,_UMSUV}x-}kMXq˚]t{Ŧp2Jmovʑ4+lAOH=9N_}'UQ'\Ϯee;C=t bip4y{nO T^1@[&䴬_MWQuA/X@$zI܁U]8Z1oZIYalzD(׭=MUL",B"~Y> endobj -1109 0 obj << -/D [1107 0 R /XYZ 144.724 753.953 null] +1110 0 obj << +/D [1108 0 R /XYZ 144.724 753.953 null] >> endobj -1106 0 obj << +1107 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1112 0 obj << -/Length 1938 +1113 0 obj << +/Length 1160 /Filter /FlateDecode >> stream -xڵX[o6~0P - HwaÖ77MBe)AsH0a/6IQ,&?\y&dzFeFTBgIez5[D=T,ۇ˛|ʜ - 13J2W>S.Jpg@Y(o/n< NDt+ *M<hИ,L^J2D*#'_wq覽s E!hɓH&V BN-{Q}BEmژyp;|LQݹ%ve޸ݺnr.R]o;+ڨ]Ɵ_0ܤQG2Z7?(s)e;rs -K]j 8\3%"K;@F&ScK{mt(#,ݕ1yHz~N$TSFWva[-42X JD)v^Fؤ>=ʛ֛ԝ=^^9,Lr.cd3o*7d$,c=p.Xx -$0d"bM*ok 4Ձĕ-o V7w\IWs i^xbsۻS DoGK1CYXÅjQ/z"apXnZpCYitWXj*wF8,=pUa!#!%DOE8nSNRC|KT8&T/yN}T徶xaTaִy k*uS,l3}ʾmW]uH:u!%f"Eɸ"gý &4J$"[ϣ.a7:/SRVA5&2)P' 1^eIֺ8UTX5kti0Cau9'Zj]_6)4dmQiGXʇ=.=CM9{06 - JL5 dHԚ(&2A8b^4ac@Y ҮeݣXFvi] (&%^xK&1&0Y_ -MBn/fm87DZS|<xA -͡lo؁:#tG>nkyQtHyYFAlPSuڨ}NmЅ*w}#rӮ7;l\bA/`7hnv0g49H+29!8$A.`<&91\YJ{=4yao9/`3{qU_?AqUߦwTIA`0H$2G`: 1dGƃIΙ^K CŢZd&#xNN7O:9OX曗"q^)^X/$ +^b]M^|&^T,uN [:-E$5WQq}j<7CܚZg#ׄ#J ( ?Ft^4h:}%$nFKnl4o1nF6=C-yKzaGtqFG22Wz|ht `'(+Jhj,)b~XyGKFies̽"SyS&,ǒ3Sd%,Z}DŽ݇I]b=J;e6>pY[ +HxGz2O'-r(Q>wVE ^5z> 5j6wkӚW}֛ cϾDIR'+o>Oa endstream endobj -1111 0 obj << +1112 0 obj << /Type /Page -/Contents 1112 0 R -/Resources 1110 0 R +/Contents 1113 0 R +/Resources 1111 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1114 0 R +/Parent 1115 0 R >> endobj -1113 0 obj << -/D [1111 0 R /XYZ 143.727 753.953 null] +1114 0 obj << +/D [1112 0 R /XYZ 143.727 753.953 null] >> endobj -1110 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R /F46 505 0 R /F37 483 0 R >> +1111 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1117 0 obj << -/Length 1555 +1118 0 obj << +/Length 1338 /Filter /FlateDecode >> stream -xێ6}"R&,1*EjЇv޲y!l=6Ff`Jv&gc?ݿ}L awipYdY_D;3~_DsKbT@iPIe tԷ"Z4d鱾A߬Á7;'ԙ {ɖw$}3.67R?S؃BߐFn/L5ۯGCo["*ӍxIYwX3oYR7H42KAݧYӁ*ylޭ@#n{l?{$ n#ox'Vi -)Te zew;+&၍O?R7 ݑ_OJ$ +xڵXMo8W0 +؋SP`[[ۃb˶6M}"%[2Hn$=rJ;gWL2FE! + 20*DԐHsn'Ϩ>:7W66qtY?0쌫SNBRmWU18* Haѳoҕv̜.'jN\$a{4Z:{;Xyw Pקx[G f͖&$A,/͍h2>FF7ēuoc3Pۢv{z{WOZ@V ! +qhMlUċܪi>a9)b;#)p%p%Bx{Bny'"E +v.pxo.'ɽa10! 1ɷgyK[)Oa=L/7lPˮE%$).[0Lݐ6JgpӘG{( e=$?7GE?HU00(j8-p6I{t٠HMy,Z +2,~rS irRW"W U.zet?γ{_R|~͞~NIZ~Peod)NJ028nEC}?Saߩʖq$U=.GtZoi^u6A +LQ|2;޺L>6+lg M@vĽ[mH|4ЎoYg qΘZg\D)d GVg[ +>ԮyzqE)6H մ- N=tae +N'}zjKRj˟o'Y:Fʊ[X-)YiIVqVkkǾ+mp2գ#qRj#NR ,h[k.>iwЫl?k5R٦Ϯ"N\̽MsNb $9p0|JMs; iXyw1#]&f[~w endstream endobj -1116 0 obj << +1117 0 obj << /Type /Page -/Contents 1117 0 R -/Resources 1115 0 R +/Contents 1118 0 R +/Resources 1116 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1114 0 R +/Parent 1115 0 R >> endobj -1118 0 obj << -/D [1116 0 R /XYZ 144.724 753.953 null] +1119 0 obj << +/D [1117 0 R /XYZ 144.724 753.953 null] >> endobj -1115 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> +1116 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1121 0 obj << -/Length 1455 +1122 0 obj << +/Length 2043 /Filter /FlateDecode >> stream -xڽXIo6ϯ0` `Fܴ P2=4"QYREaqlJ,^lz[a>sOw>|B(d(=<ǵFwh>i|jB&2(zSOjPhOz~j&tq'\;/<;P_ 0f#vط@E u.x}f;`A{{ 6 Zh/n5qǼd1,Ci7vG5ǘM#}8Gqŭx|=09fW7G AlUdx>& VHZH\bVC4n 9ϡMԿy{PIEkRvG^GdE޾#cm(0E(40{={{̏AËAkO.BP-0ar :n,"|?<#Y{ Y:;ZhٷzMw ꢭFal0pWTmځ}&0Mds(x,MbKQڛY7@΋b$B$peqc24TYQfpYw1݌!u5!"׈fUlV3L^baHYlcw IJԇ`n\b  H; "?YҎpS Ę=m:6$)T)p9PZeb8el>T45K%)N:]/幛RʤKXT 1-ۤ,Bnk;jDp}Q<9{*r$.c9WJ(}9όu5 0|R jW"ac7pydO8u \d2E[ѕW; :`PR%&?nsCAZ];7{(Л>1=@2,vvY.;o27~A5vSG.hElw}/91$)uԼqЄCNZzމgT=bwirP oA>"F&:[~{/# +xڵYo8_a (jV^(^<( doofH}I,%&)rfo&ޅ>~,afvq0YE2^KO7׿}Ȝ+(5 #߸TwE@YO7pdq .CH +#{Dy!S:9Y"< +F,a&wsA;ُC_ɑF +6SJ5%/ge]ei2k3th_z.*&kEOoEq+w$ ;yPuu[ +^j>Dڙ6II 3f*[@Fcek);=t`"oTu )u+kf+;{de/9  Ҹ g)P*Ceb(3`W&dI.-짴oJ +vOE>\u(̸֤[7J=H38I$SŽBDhuiJwefBfZ2cm [zգ3Y.Qx(ĭuqiZVP0zUtDmiӏK⣦w.esXoP͗) +[d7m,$ p#+],.>c \Ixb /Gx燠Iz2S\~%390^!m|RNXٯg9" z!N]Z N +7=l%mgIWtGӾupYsF@@D\#޺W#'IvG]&TuZ4:W̘rZO[eZU\ّ vҸ;-s dp*/Gj2aBȉia{0Cޣ1%.wVDm^fT%yfa wbⰫ-3j L FtVaI$cRQtp{8YedHC?G|7ah@|QȌR&5I&DcHqcsT&fqb_ɝ>\ױc\w,xAušh5vWЀa %S;%:؄:%48Ki GWn1{QgPG*ߦ2š.P_r*?pr ?<]á[Z/b xic&L|,u^Ga\ ]!L"PS0< U.r/B`9];'OKP7{^j¬YXGy 7 t-@4 +6j+E* ̴f@͏pE呦ٚnm˷qCXu6( +6o\_X`H_a󐷖д)2Wajp00W/N,!09ҧ: | l׀p˖\ +<˥I",s-t&~ C˕Z˕;t,R、wuca5> * yCwVNJoM7:ʡWϐ)9OGG$z;RA_iQ<:dq̽!U>L&k#["ٽ^D+A2fݻ}Jwz(xG/'`Ḙc#` 2xe" ]KuU>nɞ<E*I y_g 5!v#kU{R,/&ֆ=ϼr͔w~]1bҳky5NxFJM(Q4PoK4ezyr%I` eZHi)ݧQi83Pd(mUYZ> w6.?߯)7R(}.eYSI) Z7*A<R5 ܨm̿e|4 endstream endobj -1120 0 obj << +1121 0 obj << /Type /Page -/Contents 1121 0 R -/Resources 1119 0 R +/Contents 1122 0 R +/Resources 1120 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1114 0 R +/Parent 1115 0 R >> endobj -1122 0 obj << -/D [1120 0 R /XYZ 143.727 753.953 null] +1123 0 obj << +/D [1121 0 R /XYZ 143.727 753.953 null] >> endobj -1119 0 obj << -/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R >> +1120 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R /F46 505 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1125 0 obj << -/Length 1521 +1126 0 obj << +/Length 1687 /Filter /FlateDecode >> stream -xYKoHWX"٫C7V1ay| h0xobE[ L ޝ^)zw̜oL͇|̝3jۄ3>K(glU|1-;KòE {QVAQHyqg.'> jQQ؊vgvm#\ EOaY >tI!=ovU)llv(~ws=+ jt3Ml` pVx5~di8/~ u^F>IV[ ԣ!?TIx<(= aPJ|Göْyȶߠ\2 -(# AbAH}畣;*3\HQYr29;[m67[ f(l#492kQG'xNʪD#i4*E 2_4Ȫ$7vltQ Jbu듎*M+QƸ4xX8} Td&rn2ڮy7(h5UO+ d+.?"u9fKjO(7i`̡ Ua6: 2=]: -$lQ2+V"Zu -Ĝ.%BXf^`shhdYYE d$c=Ge.IXf G]W(5=6INi hͭDjxkt{`8)ʪm|d/ n -Bs/A%$pk` %$X&k}v/oK&s3*8~5Aq#&Zj JTB`0Wx8;rADCDj:BtTb3<;|fjzC‚oK@SJ>/{ `ĄmS/rsoh ܩ؊_e x|EITkYz.NQ5r"kP4vnrJQz2!ryĢƩq8؄M)hZ#fj -_0ȮN~qRA9 eq}CfX&hy$-s(U-DPu1[eRQ,yJ)3AenwV̮G艤Nˁ^QTr@\A %/ J" ?%nb ̓Oy 檋(8\/9n?9lPGƝ4iDW$Mu؈z蒚g"?j "ȿɹ L_>@ܾe'^d{u}n=ޔrȥ\:tA+/h8.h_u|g_uA[x h `fS0Q +xn6_a(`*.x[ע]\?( %O}琔,J,eЗأ=6޾zy# + R@ᵆ973@3b[?:1bAa>4c<!{YuԈIE"AЁw9:Bh\cѐ(Ycrr`H}&)'eu(5D>`#VmwI%P&LLԾ*jˤ("U̝3Qr]e4Xx +g#R١^-nCTGN&igy?GnWjZž|SHs'S?kDURD0G@945KV_BtFngyivH0I4lf`fjZ \y~#zLT2!.f & +)<wz !34SpDXә "|,56لI:Ѳ,$ SsCi-,â1Y%[xY-N(A +.u$׹\ +_dqo6at0*H:'1H-%|P \hd9NPSm$^$rBjA塖coEsR@Z05Ilvεp|hs1If ȊHjPo0՛|[&Dqu8s ;/0(t +Rwx_z:,&CØT54GeUA8%N9 ρF'_Eh<>Ѯiuc(q{4q#Șb̖CmJ:tz }wd??:Un{_Hu6q(^c=IԀOo ,߯uFɕo_A endstream endobj -1124 0 obj << +1125 0 obj << /Type /Page -/Contents 1125 0 R -/Resources 1123 0 R +/Contents 1126 0 R +/Resources 1124 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1114 0 R +/Parent 1115 0 R >> endobj -1126 0 obj << -/D [1124 0 R /XYZ 144.724 753.953 null] +1127 0 obj << +/D [1125 0 R /XYZ 144.724 753.953 null] >> endobj -1123 0 obj << -/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R >> +1124 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1129 0 obj << -/Length 1561 +1130 0 obj << +/Length 1581 /Filter /FlateDecode >> stream -xXK6W0EI=04AZ +K$7k!iYjג7z)ro^97+{sr&ǚ%ܟC('wdi|ZܦU.f曏ԝ9ӂ܅/D9H2z-7[Y -Ȩ͘g#]hN9q-Fg+ʎ,#c9B1")[Ng>$}ķuVQ1j?e8rqzW&Y]P#ffda.[v%mת1☷r|ةi=,`oՃQڍL7 fĴ~88vG-,Ac]Z4e3:&̵WwxZţ^6,5omRd2:/El,?3*">f6mJfsY I()V\v$! 1)4I-uFy(a̼MFSAHTIۧ.d6&xqRV6Av IGr|AJD2%xd^Ѣ@9c"ob!l/qO,q1Ћtkn%A*<.9A"U<,ࢁHP>(p]^1ng wq$?3~Ҵ/@ҟ oקXI,$q.d^gZ=q}^!V&36{@QuPN_S7*E)*Msw֥J8J7A.%D+` -N9OV{E=}DZr9+0}¿oCIF'3}' ,兛SrRaC ${ *0agPU57UT -hpZ~U!XmyѶ5@/XPߙ#ŀz#isn싖FTg G/eKB6Epp)sjw_%HI֗t\O,!;ч%P- $cJ>i\OPj1:utp:T(yjG9V٭g7: VuoxLl"[fpuP.Lr{lr Uz29aPhi\nӟ[;ߜ::Rk qft|˚hx߾kj{9G;k*r4[{/uk +xڽXݏF_aɊdW GJn&J^13: Ž,.l /.,;3kr;&_XכoKfB7,$4DCsöY K\9z9gePiӯs6^dW7~g{ K*dd\jAۇ?oDWSzZ0q .ђbG\K +g uśәz8ƛ沢~$Pm%0Q,/LDq7{@ St@)KRsv 0CUp!f6?NZ`Mf6 'TN@gu;y ne3AB 3ۆ_}D}ߴӭ5Tlݜ1/kMw30WQ`z]` ~/ _9Jkh`B_~je\ G;V21 +:=-pbpӎY0=@ "Lqq}B62>N=kmx.Awͫlў0~E>"c:<:VȕNTeu9Hz쇎D=GEutvy($GY6[}:6 OqLT.ۚll28&O@8zA Ǡ BAn;MI|*cxjDopbߔ|͋ILa endstream endobj -1128 0 obj << +1129 0 obj << /Type /Page -/Contents 1129 0 R -/Resources 1127 0 R +/Contents 1130 0 R +/Resources 1128 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1114 0 R +/Parent 1115 0 R >> endobj -1130 0 obj << -/D [1128 0 R /XYZ 143.727 753.953 null] +1131 0 obj << +/D [1129 0 R /XYZ 143.727 753.953 null] >> endobj -1127 0 obj << -/Font << /F46 505 0 R /F17 400 0 R /F37 483 0 R /F43 485 0 R /F36 482 0 R >> +1128 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1133 0 obj << -/Length 1542 +1134 0 obj << +/Length 1633 /Filter /FlateDecode >> stream -xXIFϯ@jEq Q)e)8>0FW 4 !ʥ Uo^=oz=^jaƐ ~0U$R6+uZAgi>X}|ю Bt0eǬZfi9b$hybgB)ή(['x[M[`ynANޫDVz7: -FS\d hDl}yt!n L)nK $=M?Y# W.>∶tac iG -BSfQphվ*>9ŏg&6B1IھSV-#ۇݿUrK|S*@0uJ&-ep |䊯@{\W$`Pz{$e+yɝĭvţJ7sY_&kˆ="7Ws *|.Lmp屽XHctu#v 78qmwG^ (v3|( -,t^v*l4m}ȓt׶Ȭ;jSj\$p" KTyK^ht+Yd4]ԎWA_KiKн0o6_n -xlhzsA@O4RGWZ*37Q}WKT6 4H=)-a5l1bQ+bD>}|x*7pu-enVgJ/ -p%ABm v=H"bҝk!I̹MY o. po9]-84DʡJ(dAP^ٔl 7ѰIkgMn`L0, kxGd&>m%Q;̘R6z}IֈK;e%g"( ɐٸ@.z&tBܤnZӴKɌ4=YEEJ~D@Bt.u@=3@m6c{ߚ-lb*lڙ[2/ΠCҾЃo =:35V4Qބ"QH7kZUAꏽ N_?PeKp_ם5KflY"dw[)zqzG͒Ɠ#@cB MSLi3ݓD -k D)" 1uL +xڵXݏF_a W~ViODJ͹b(\u.|\^ag7KG#:{E/Hpt1'ˑ!a\Vx"Y^YEvw]QH8DjQ~dc\FG};"A`Cy^'|y&=n>1[7iaˠ܄Qr0~W9#dN;XlQxp un_.tuoesXQo2gڇ|S%{q;A cDt1j8:P@A>Tѡ2_*.f+p>ݰ ?Zm6g@x0m$@ 9; +uN?q"_P8m>@٨p!Z& Ml)jxDl lrn0<y_*K@ԲJ,ZtEPi}·e4օ`Q?;8큟<ֲ_\jF-L-Xۿ +*N"vR]ʷGjVI e]<S"pj>dlAճ !,m M畞Wz1FyQHDYX m u 7E%ޛXȳt&1QׅB5hh3s/aw#2V7s+`eRUԄb߰;A[Nt Ŀ ΁iڗ("[A&$M}wKw%¯)ɝy+"kM<ǂe^EZy.!kI̮l +a\,bﶱ osi]0vߤA eo#ϋ<ۯ>-D -ͦ%*Po +y@"_`؁;W3bz]Rj{n~;2};x—,մݲ!ΦQuID7f0|R︓NƗ)R"Y'djv-&1?ufZ|߿@;*+`~Qm>y nK '$>|<onJEip_INp5ǍMt!٫{A^4t +* j;_Ww"UstllEkL8; *mV @ԡzDzɽ0D>jňOUۂ׹Tq (R]տ: endstream endobj -1132 0 obj << +1133 0 obj << /Type /Page -/Contents 1133 0 R -/Resources 1131 0 R +/Contents 1134 0 R +/Resources 1132 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1114 0 R +/Parent 1115 0 R >> endobj -1134 0 obj << -/D [1132 0 R /XYZ 144.724 753.953 null] +1135 0 obj << +/D [1133 0 R /XYZ 144.724 753.953 null] >> endobj -1131 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R >> +1132 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1137 0 obj << -/Length 1413 +1138 0 obj << +/Length 1657 /Filter /FlateDecode >> stream -xX[6~_)JcaJQ/ڪC;oy`IH1ٙ(fH}I9>>;wzbO>P0O &1?0"h0q>t⣀RWҺWZ,s;Y^$@6؅P?< -`V׶|W&y& ~xnvB̀Գ9 -5I&!J`0.fsB&.x^)Q!8xVۑQĀTAʘhd9 0੽UW:CIr31`Cc L CiUgP,*"SoMǺȬs9Yw:O1.ˮ ?@3`K՗,JV! -nM O{@@mKU$E'j**mCfKٵ0<(e˄ ^>"}QX` TݴB^C.} %HQJZvyqk(R_OuAw`#dOmQsN~N#̻eޥC/&,rktqӱz\ޟooMܡE2!*? 5 F_RdTOB||F֢2g[DTi(صc0/'oNp% "k ; -V%5m=h4=v.))wվ=HuJN#]v6:}כB쑞<=ق6nf>YD<30eGfjR|[I#ע?Y +xXo6_a  5+,0ۺ-hAX,i0eQb)ۀ$uxw<{r;'ׯl՛ԟ$7Y8gķ=BY8Y'Kns'{Ԫ6BvLVQYLg.ϢǵDM27Ԕ*(Փ̀ͦ7 ŌRt+) +yGB('!f 49嶯Io +#W+pn%;Ɓ`dbL 34oUo3ܵ[\+Q T$$đ4WB Ȫr@nΨ +p4޷/ZZѿ昷Bؑ4W nc]41!p  ۣ~"2ۚQn:x[X BA)hv|wwMT뛃<[ D5wZ-|nvd߱dȭ 4<*">e] +a!3 +ʥGJ[ +Iz" +p2N!NH0O%wU0RDRZǸ>66qRjA IGr>;qI>%q']PŘ+z CQ1JfV`eZx3p||@8*8fki8/E^:Hwe8&㧵g6F#Ь~#O hx=tXS/{]ݑ1p)gwp'ߣ46 ڛr +fkX9Rƹy"Zar7u]+JS86ԋ& +ALtp))ron& Bmpٗ:lB}hU~\'3;M wEQ +A? N7wB|1VzrCf}JT1w`Ի h1 +.d~ҜKy ™UcK5u)h2JgkY,xꊛ0}ۧS2%)c3C'F8r"“A*LbLO)ֱT"0:^[wߍP7D?<Qv&jSm:E{JT(pvx[!<})ف"f1ԗ8&?OoxnU' #TIrhkax!['ݷvvk08aS:Pd9wWd/$Ý.RՈ/&!P;qq[E.7eԱiuqPk}]T<0s&0-t֐ +QVbR%UX-+U!aw^#4dgŅ)MV;YẙxC*ˇwJ_2 r{/!n!KWCJ^˖F1{&MVIv-{a\^l%IJ:ǽ0]?In2)ox7D\_ endstream endobj -1136 0 obj << +1137 0 obj << /Type /Page -/Contents 1137 0 R -/Resources 1135 0 R +/Contents 1138 0 R +/Resources 1136 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1139 0 R +/Parent 1140 0 R >> endobj -1138 0 obj << -/D [1136 0 R /XYZ 143.727 753.953 null] +1139 0 obj << +/D [1137 0 R /XYZ 143.727 753.953 null] >> endobj -1135 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> +1136 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1142 0 obj << -/Length 1205 +1143 0 obj << +/Length 1775 /Filter /FlateDecode >> stream -xX[o6~ϯ`Mև-{rڔ-D In;HlC_b& ?;[;/wwB$|;W#Ą`*$JVXH,T'q C(a!Sgz $D%Y}m^x 2ȓ_&qYE=A!# -%4O@U~ -n2N\]^ȍYb | X$rwwOq 6}`u}Op=?fwnJ$gJ32Sf$3Qlq A{-h8";h k~5i/R -O4XL ֻXj\zy?#=:q˰%#IfR2k&@LBs̫32<EFfdF匝Gw8 -m-\&HvT ˺ MX<6Mۛ{xQA#Ca`P ?bTE^u%7֨.jAUht vY(/u~J_srFV<3IXk|1D0y8( n#~5dY e]GuO7/=XˊUhobE_Rb^xj1jmNMDۗӬOQyniŖjU}SV:#C( LΑ߮.֚ +xڵYݏF_aT lJnJ&R>9@ 3 }{g~;?x#ETt9Bej4]fk"Ӌ1W]lqYEa2/v,Y un.tuweìo2Ffڋ|S%~;V)%JJZg,*| GQ!вqHƔ%"KN9,F8! ކ3Ezgwx=ݧ[mv tlU#Q 8IVWq13RA" +ޤ n~hӺ9440 b=Ŭ|1f^p7V +#lz)A]em7ne8 +:H}Z.d%eUbt@ OI;Gx470@ `+S7hjԲ՘tuId_'n#9$a +<܎Qp0)9+ LdĚ]Y75ϓn8nJp*v +*]AʷGդ_:J˯r[IJASc$#L5D>s(W.aa1|-=j̦畞Wz1*P--0/xImFO&ܤ½4\.IE izm~~ϮH8IK,ТwW +֓7iAs/:0\'_#O% ҆Gy0i_AIr 4\yo{CrQS.sS;*#jM<džVJ/rK#wqU\ڛ kw]& +HGwa^m +"7){<Υh{,y6){j[H(TM4[MK4D + 69EB! vD+Klr2AO¨$ojD:?.cHbQD8]Fݶ!Adh\>@0zgd_.qiAf1zܠK+YBrd:u#1Um~ж|?}̃Z}V_?LۯQBbs?4i;/^6T؝s`iүTt1gl<uhwK^UW\n;lճuXv!EqAZhӅ` ۬ԕWTM;LCnk!{w44` 4s]b?hݦ$:|ʈ3Ba`zx@~Q> endobj -1143 0 obj << -/D [1141 0 R /XYZ 144.724 753.953 null] +1144 0 obj << +/D [1142 0 R /XYZ 144.724 753.953 null] >> endobj -1140 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> +1141 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1146 0 obj << -/Length 1088 +1147 0 obj << +/Length 1469 /Filter /FlateDecode >> stream -xKo8rbER0v(>hm*bKD }+j,+]D"5p3Cb۸5lc~cWoo(g,b;o0 X':)L-ao9V DdB0E(s؞2u<#Kaat)m/cp*|Kdz )jM<GUY*g4yf ;|"3J$WGg&\ \H}:\`C DF:D]8dIB>xd3p`'mR? 01T׍~l#}wC ;hlnNgꯩ^eɵVHbWLuJҁ6G\젩 -S8}K qem/ a7Cql3mZ˲VhTӶ Lf'B"pX}y9fUOhyŎEW}^\ilJs]H&jx -wruAckvC"IdvrU= fb#VbzX*ᠢeaF~ϩuT0$WG}$id9MVV#`\~U4ΨT8'j$T!orH?}FUglY-O:Lw1@(B# /pő$ l _ hx$͟hy65 _h P@hR&/c h?8@vE=> ymaز*M 6D]8| -rD6EEc>la &6`!>C| #>2au4^:V`uz6{7`:_n$?D>B>J#kwl`Q`kB7|`4 +xX[o6~0 " ȶEyPl:*K(71 ,;t,)[ssoW޼cb  ElaWuSvyIfÛ?od JkC8H*b*]sK!Bߏ<-&? +8:7frpW$$LvuZl2S#P EO{T^֫ne^uj.k@4"f'I'}?z8Ee7v ^Y֚fQ“ÑU?ssV`mcpp?;[aU FI8h?KW._V׺gv8Ų!+=4rP@1Yғ'"E8FaVcG8AHscDh}ͦI>#O +01 *@mұ)9nťOm&q_.mUl_+8e}A7k15` 0mM8G"xoNtP߁Ӭ2u0Z@ t=P +8Xv6UчHtf%mgN&[uQ: Jimm2> endobj -1147 0 obj << -/D [1145 0 R /XYZ 143.727 753.953 null] +1148 0 obj << +/D [1146 0 R /XYZ 143.727 753.953 null] >> endobj -1144 0 obj << -/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R >> +1145 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1150 0 obj << -/Length 1152 +1151 0 obj << +/Length 1045 /Filter /FlateDecode >> stream -xXKFϯ@(4#R$+,*!qN^XӶ`@wfdx0n)z}6w4{oh1]\1kH[0c=NՖɍ&iț,⬹ ~bHOW?LoaWsLWg+a'ԆKQhXagRB$bk~Mdt{173 d>kunQc\VabAׁ?`!$UO9;(qVœi. ΍qqH}oYŊ]*a>{أzXn}"qjMUmRTUV6|bMiyHsGmھH[] -FHEmB /*ZVeSv&%PD.8hsh?=-OsX̯&8(ty H*zy/R~9*!-&ĂʸRפ+ l -W,1b_DhRemR.iJ)A>WXJ)w:JITHj%O),Q&,o.," ^ԇFG& ׾l&U4:y3= -*Ԕ=n;93Wz*,IJl %)GaOWSڮ;k30:Êzmy ܜ.<(iNpq&o}KjMaaAkab=;zXGJ@޽R(eqn? }|UN+ ^i#%`D,e^|9̒c|+c#؂c#7 26 8ѯe}uv2^}SMu^e~7E +xXK6`C6M"uOM%C6Hj!c~3p8[za}5|k[yH% +mbܬ~,V>*w|͎(}sX['Utn/9=L>!Ťc1WIva Z R,:`HpS+(0Ed[:1;Ij/; DN*ɚU?eV 1 P30@(v2E +q 6nw$OI ++@U֏l>6?T: `b,ٯ1Ik#u!ILnf!>{<ԉsPnı'EœW,m^ a˃ S)i1'Ci` :S)Urjnk h!0P$ HV{kNdӽg VN⳰?.bkӛ*.GWy-aK >$rsĂ&TU]qn.Ea\]Hef|<6*$ҨMǫ8C+Dݮr"h`Vcxpu_4: մ+Y!y5}xY~߅! x{hqoԷ`E^o &FG a:mDKýU6֙p-ae0Y-;{ āW=xZ|Vɞ:3U'Zgu"t%i:EOtX_uրj0[g_gy:K_*_d򚢕ȗ^J!ZzqGګw^@UhfL.h~~Y|eiUϠur'~jEߊ8Y8W Ɔ4\K4 Gfj g1 G Ggk8/eqW 7L\ wypM荆n?o G'j2T GiNp:ŅчqyL{lo endstream endobj -1149 0 obj << +1150 0 obj << /Type /Page -/Contents 1150 0 R -/Resources 1148 0 R +/Contents 1151 0 R +/Resources 1149 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1139 0 R +/Parent 1140 0 R >> endobj -1151 0 obj << -/D [1149 0 R /XYZ 144.724 753.953 null] +1152 0 obj << +/D [1150 0 R /XYZ 144.724 753.953 null] >> endobj -1148 0 obj << -/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R >> +1149 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1154 0 obj << -/Length 1188 +1155 0 obj << +/Length 1136 /Filter /FlateDecode >> stream -x[FW YUqT&̅T%6c ,,v7J.T*|ĥQVn}0<Y:&-/ -fy{J+F*bpl`y".$Rru|g'^`TUE[IBblO9_*nXi\JO UQƺf&E}!4+W=Uỉh|+*B-sď,WEgM*k֠ gc.x9mg*;IJbqH׶@tf>.%t]ڽɪ>,^F26KE/}dv`oN~os8Y(_Z!eShMϴfz8'5gNhO gK6o$j,ပ -pANXUǶVƑوqYZ2KV1)ʢzV7heZO:Ή5b'uL[*;۪0~1CZRVw$l%Iae 3:HT:P{*E܇>J989;^.sM^:ID*u]ߛq8kp,70_3G*$ȏ3DžA8яpuGa(>R?YŇ߂dvNMSw[q9u o#V@'A׵lvtiBb{23^-]wռ:6~ea3C.i2> H9mȩB5pgj7Vи$P~+2-`XYt=-ۀdoJWuǮ׊:4(i@TƧ55|ӗSq3o}|ڨR&^iH D9DgSq?% +xXKF_dEU0SզEwltm^ϙ$VIl 3w^ɮ\kwo([Œ!rI`~/ +DJ ybkvq +l[OcLlcbz`^0q2^~њkȝʧfNn"]k#[>H#b(LQ&3xnMLǽ:!K *z*"m|:ˍ.Iƈ\.o:\u8 `p +LAȧ*3ůb{ w~cޕD/`J:x>:r>,/ˈJ:]28m&7_a\G\+ݦXjvm8g#d}(U8Ȇ&؎ $B?1ƶY7ǞGD/?o8 +(rR>0bHu,Nz@ Ah:a̓_>) tZ@w("s`_YA9ET{Q0뵧u{MD<k9"hByGy^;<Ѿ-2k ""Jo]]< 8\xXAdG! 04/}}Re1qL1$߷uk4lQʵe +3Ez(Ԭ"=S{M{hMdo+( +՚QچBhy/nZ"K4+«i*k.`Q˅: v.(s+r)ň.9i?04sy)!uw褦~ں"[<°+%]EkkWU?x ڵy*GqMH]r7#VûGngcb]M@zd^zؼhYdr"?hiUS+46Lj'K6+4;*46T{f?7=Pz^Ɔ)4@lf#ShBfЪB{+4B*v p|n2qxw endstream endobj -1153 0 obj << +1154 0 obj << /Type /Page -/Contents 1154 0 R -/Resources 1152 0 R +/Contents 1155 0 R +/Resources 1153 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1139 0 R +/Parent 1140 0 R >> endobj -1155 0 obj << -/D [1153 0 R /XYZ 143.727 753.953 null] +1156 0 obj << +/D [1154 0 R /XYZ 143.727 753.953 null] >> endobj -1152 0 obj << +1153 0 obj << /Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1158 0 obj << -/Length 1233 +1159 0 obj << +/Length 1237 /Filter /FlateDecode >> stream -xXێ6}߯`/@(>4Ŧmaeɐ. {ɒea`H3s3b"KϧaOi'2(,0=&["n&,vB.4ZEat Zn;\v;#~;߅Lv"Lj-&m4 "}ip?(rD -bű#<8>E:s/ &d稨v?[ԻSr%&vQbֵZPO&8&龈R3`rèrD2 ؓrBYNc܆\Yz.#Rqa({'%NفI#;0QE"^ttGOx {]Jx"$YTltZ@yvٓZл7T'@惺kZQro -=坱Mɗ$\NU%SW +$.FNaJ`\K]iQ_$>K ,jz"5NoԆ*qlmOU.:$2 ׄa^a֖Х{y~n:լ@Z&^#˳ V-;1 W.o P(;2@ΝZ@)ܮOgէ곅ZOէ -Zuv W6/v i.=;5YMl9 f UM;l=ڬ?>Pm~F?Qu BmImr|Կԡ5J9 ÓPƙծ3Zin|&$ -*Lj^- +xXKVϯBTn|#UB}d",|km&{{(QyOv:7;9 +!x +IEt[$o1z K0rA5B1eERN8}0s +<+1I1E>!웅Zhߛ|`c좀 C >;YƔa?m(~Mf&Ja\(.D?ZJ<@`luŋYXJp 3++*O*T>β +W)̝x^V.IYwnΪVTn +L]~tf+Dl +yV弇X3Yc&Le +m M~2j|eϛQi$C՘ab6Y^ř݁DX12t%SU3KgֺDyNdMϖa1ڄtvչau5߽fb ?fi(lrA(`B Hۖ ,#=$8Q&.zB֊2'}`vJM 5cCZ2['6RvRQn˺eM+PCFA$[;n,*9d4;kj^W'$~ܿbU77os1bg11qU"ɺH8c=<]S=PC*. S/W,`& +$TM0u.kt#AvmhOG KUVo*ZbG=ED'۔RC78L'x;;%ѷ%>J-PP.T4>Q%@ڥ kSN){ăIT6JTnXCץu:1OR@pz>De*PY>2dkֱUk{U HX=\Ǔ/|sD ߷T%| endstream endobj -1157 0 obj << +1158 0 obj << /Type /Page -/Contents 1158 0 R -/Resources 1156 0 R +/Contents 1159 0 R +/Resources 1157 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1139 0 R +/Parent 1140 0 R >> endobj -1159 0 obj << -/D [1157 0 R /XYZ 144.724 753.953 null] +1160 0 obj << +/D [1158 0 R /XYZ 144.724 753.953 null] >> endobj -1156 0 obj << -/Font << /F43 485 0 R /F17 400 0 R /F46 505 0 R /F37 483 0 R /F36 482 0 R >> +1157 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1162 0 obj << -/Length 1083 +1163 0 obj << +/Length 1216 /Filter /FlateDecode >> stream -xKF)fQB!bl1d$9;ˠɒG3# ^=宮UuYyX8 -|;!A#<a8"?z%rRJA4/,;fT8> - ]~sc|g}}9L}mz:G5_ O$"U[R>GPh{=KV gF ԅz -OЬ=6MATf0e -Oz\3%]i&l)˚5ϛtL J.t5* }aPO.Ί.K 5/&^skT{Φhhmk4y3he]a %( vз%n;Q8ˋЊqDM&9IʧocOn#}%H79hWQH_&e + /3T82h3\LyP rﻂԴ[k[Ve ^+F-e(Wg'S ¶: ejQPX_=j4EzϢ>#Pb9YEq{j1%EElD-_hAmE\+ߌ\-J1H-jZj.99T-oX-֙RUݩ?v;{KVu[Uo4g$.V‰~  ?" qNg w'j9ݻ*&vvBNp @?6FU-[u:u !vdZV;7qjV xx^ĐSyZ HaseCj Άiɲ4= *PSDC ?/ZKQ6DR1"כǓ endstream endobj -1161 0 obj << +1162 0 obj << /Type /Page -/Contents 1162 0 R -/Resources 1160 0 R +/Contents 1163 0 R +/Resources 1161 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1164 0 R +/Parent 1165 0 R >> endobj -1163 0 obj << -/D [1161 0 R /XYZ 143.727 753.953 null] +1164 0 obj << +/D [1162 0 R /XYZ 143.727 753.953 null] >> endobj -1160 0 obj << -/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R >> +1161 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1167 0 obj << -/Length 1156 +1168 0 obj << +/Length 1103 /Filter /FlateDecode >> stream -xX[6~?"Z5T7\*UBvVmZ% J̹;$$zڮھ;xf}ĵk\s~r=E[)EX#E$;%4!>Ŋ.sJ~ڋؠüҹ~pMwE}XQ*dJg֛|+@Xlp0Fc φ^h {X>JϜEr0A 8fEoO!b>G,}M%_~4!xSo6ߜSir &FNW(]dIWq1UzAT-|áqtv8hUKs|)@A_y,FfJM1iv2 -@-x_Qm.<]T)dyer8Dn(`kEu땀+(lЁ\\R%$cXJq8y 8h7Sg.@"Dö ƨ2+!^ϡ hrpAONcOg?9Vb@j{5EK:.x3RDpx9?1ʐQ0ٽeC?\&u@mܫG>ʃ)ԉ̟|+᩹GDi6weeSX< ٝ2}g' ߜ@Ֆ$\5P!nOr^@<":GltnF2EntEu,ADN9!BTFC$VVjLAM@f ɆԲ4T/חG1h&mՉǑi]ɴ^GHxjX?E vv?(e¶ZFI42m/Qeu(A!aFInfY0JrsIץUG#E H/c] -)U|zB6Tw PAj1c!dIQubJڣij'?qq{7ceVV6OXVv [5𵬌@a3'>BPa. -<~M +xXKHϯ"jۏVBٌrH^hրf3Ou1qx(zu?fw +PRךEqQ ʚ߈O9XMl撱\ 3'v.,3xMlN{QYfs%ȶqR6òRn,C3՘Lҝrޞ,fC6!(xɄc^ecP#081'NSǵ| u4 >.'bL0YrP&qgmY)t1_^u!ABO(OrhA ~z0EQvm0_n$^9Bm? BEq2pLjفʎN7τۋ JpDFt>b}rpz*#2W$YINJs^P9W}9S :-7qhFnA:o|3\q,׺T*ss^.SS&Vsr_@σрT֘40VR)R'ҩ)fEpM2EGT zY<EUXѿpt~\bŵ:Í!*/:T}_!r@YoS|g};`ŧ̯+*>+>(>)>}nդKQ:xAC #oj Eb~2h +[iC$*wh?%֮(N:'GzT +(N3Ghܪ#Il/6I> endobj -1168 0 obj << -/D [1166 0 R /XYZ 144.724 753.953 null] +1169 0 obj << +/D [1167 0 R /XYZ 144.724 753.953 null] >> endobj -1165 0 obj << -/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R >> +1166 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1171 0 obj << -/Length 1226 +1172 0 obj << +/Length 1154 /Filter /FlateDecode >> stream -xXKFϯ@QDd%i8'ݶ`⿧n0`f;3=en^DZ6c8;,,lmaJp%[5%&X=8J}!4"IyԻ v OwDXxJ-+$02NK<8KЕ\6V2[NGxNx>"w}6vZmZp-,ώ#UGBVvld?ш8OVƨ'D{+s؀| QU.l"0Ĝ|f&ϓT1 \51.*0[K; `> 8}r9jlj}0Q`miW<Ebd2QBaī` 9NCPfa8^HkQҵG|/_A - ׉rUeȅ5WJ}R* -yvWe 2D|X}˕*gVt*46-dg ~}J;LkWeIANPm*!B'{d eŧ {0M-cakP==:^ `;u -4,{aDGӧn%D#ߛ]uHiui.uY%>Zy\OK.;]G.Uzi2P̦an 2G{Ӈl97&>5WMxp8(=nVk2>p|1XiaEXN7m陇F#M.i}_L*V +xXKFϯ@(/0"Yf$9y}`Y辶׃Lv#\+sݛwطxij&K 3|[!Lk"Z JlzKY%zmeի(_6 tHFa8->)us0Eimc_2e+-!q0z)[Zy!.b;J< Ӝ`<:)]%"1.dhܫ?De*i+F\2*7@ZNpWx B|u$['qzx4lx}:}+u\PF\f8Wc@;jb]T +.ǗB@1FuN!s)#:/D3?GIr DO(e.If}tgL=o"Gβ: Z% ~֒#wTЂ0G z^ir|.QژCuܗ :9G.nU!xԇAyPJJOFLЕ +bٝX[i-ѐ{H]@#@Cd(<.t"fgUWэ)CUϫCLGHQ׾a>/32U+{Ϟd1  ꤝ3l4:NFtIBFyy[cV[QX +:,<;^6KX/ࡶ~gپt #.qAi:rI٥O-DCCҙsј/jВ^ ,EIwq.%O[1llՎ& +[U'di +ccitVPN͓8m`rcoH$`B mLFpVH҇We.YwbnpVj#`DUV|9*qX M_$%IeI"c*IU6QT +dY|ND-EH(VGlg1ԷE.U)Quj&9 [d^e/+XYx,l2ڗ_Y5{oee+̀YYaezGV~=ce^Wfe9r%4F׏2a endstream endobj -1170 0 obj << +1171 0 obj << /Type /Page -/Contents 1171 0 R -/Resources 1169 0 R +/Contents 1172 0 R +/Resources 1170 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1164 0 R +/Parent 1165 0 R >> endobj -1172 0 obj << -/D [1170 0 R /XYZ 143.727 753.953 null] +1173 0 obj << +/D [1171 0 R /XYZ 143.727 753.953 null] >> endobj -1169 0 obj << +1170 0 obj << /Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1175 0 obj << -/Length 1101 +1176 0 obj << +/Length 1172 /Filter /FlateDecode >> stream -xߏ6@* ؜T);>@'AK)~HhCê}Y |gƵkpÛwY! -X=1,Кc$7<ڲ%`jOzmRΒ8}֔Y -!-Sz\ 03|xj`7b 9M}4/Y% =}`~ظe75=]O=D! #9I*OEd1DLRk]4_(v?N Eg?@vw9O+WMR(DT(8.P $@ v y,=0u]ʕԮ2}=乎XE@rΦ_z|3OUFXwL:501Aϫl+dq|]o**԰. < OB* -N <[*l}P#6feTJ;^.`M;P9Vwl!u1M7XgZ@;|oɊQ-#}|T&˫83w`Qlj)K{zx-$w"~PP)l]T,wwv<Nby"2MӖ4pӒ4JfWo@%c-6W A& ń'7ȧ~hr}- &9s9|+}| +xX[F~_dUQ!T%1c- ^d{B(y2g\sb}H+< pViq^?ʳ'm22>]u6*ZlPfׄn&mlU-):d+L9A8`T>T֘40 /.zᐥ\ru{&ȵN57uAov.xou:B*n#^V'ϡ+~Nx*UDžiqb^WT$5WJIPG TrX3W49{A H fCeruP{K6ئ۴ _U _YLz8]D Pphm+2+ @ 4.yG8e)sCdZuTe^ʥ1-SL1̡Qe 2_DʲaqOT1"?{$]`Q 7S1 3I"ndz_M0zQu*0:;]dv]Ľ`~* bKs-5JOfNShG.Pgx>6^q!!?#l,J1p8ABcLqrWlj&S{lSRFz0j064+"_ݭ旑 kOq.H S ń]r :#:y`Uy58(1[eJtZJ\3v?\u"qFdA BS=V>*B +PYYNޚˤ􀱮^ ?P,鋡y%0-8xIwM$1#rXe(mfF@OaX $Iʵ?|zL1iiUH(SPBUaV +BӒStS԰)^=BD˦:TԒ/І e 껼GgEdP +~6mmh: Gimx(Bm8t6> endobj -1180 0 obj << -/D [1178 0 R /XYZ 143.727 753.953 null] +1181 0 obj << +/D [1179 0 R /XYZ 143.727 753.953 null] >> endobj -1177 0 obj << -/Font << /F43 485 0 R /F17 400 0 R /F36 482 0 R /F46 505 0 R /F37 483 0 R >> +1178 0 obj << +/Font << /F43 485 0 R /F17 400 0 R /F46 505 0 R /F37 483 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1183 0 obj << -/Length 1197 +1184 0 obj << +/Length 1070 /Filter /FlateDecode >> stream -xX]6}_ -IT"U>lC DA#{?bNwj_fbXK˱F7G̬>®as|Ih֤qM)+2s>W,_42G!f('S{2u}+lߕ|&`8({a14.K֎6 lXgjqKT/fy5U(H %&WMgzrk)6(|>Mͣ!rDC*-A"Ur/ ؞0vO - M߈ra?.H< -BTv2~}jx'ߖWp xt}T<`{ un\uX7y-:OTYja9F-ML@d;Ոט!@ЩV}Il=^(YZDXIN ,HPa Znw;nf8|_iii7oaq$m$l zf=vьL6Q"ڼE=~<2 &q&.mSJ>q3ٌߪN˭UzaP/>=Lo%IräAD;z@MT<4NGm`#ϗyr[TyVa.iV'<k{6l5Q6q6la>a8m7b8gjl2?rӃ6,Hw?KLً̿f3=blo3=l3ȓpe3a飙L呠Gg)OU&8vz\fccgsp.9ِ/*֗S$xՙOX, endstream endobj -1182 0 obj << +1183 0 obj << /Type /Page -/Contents 1183 0 R -/Resources 1181 0 R +/Contents 1184 0 R +/Resources 1182 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1164 0 R +/Parent 1165 0 R >> endobj -1184 0 obj << -/D [1182 0 R /XYZ 144.724 753.953 null] +1185 0 obj << +/D [1183 0 R /XYZ 144.724 753.953 null] >> endobj -1181 0 obj << -/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R >> +1182 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1187 0 obj << -/Length 1555 +1188 0 obj << +/Length 1165 /Filter /FlateDecode >> stream -xXK6W0 -E͈GFf͡ݞ=06m +K(wwkwdV6&i.9q3#twϟo_~KQBՈrN""?$%hr2 Ks|r(Kx<*-,-Q/ث~mBDAI`5Ja ,+G1hrYLD(@m|VdZ?m?.OWl6c6w'H L/tS]ØAP>묘UO;up*'CndwJuʄ) -fQ*iՙ4J=?g.`&S},WTXj^: h%~5^"a RЋGB+J-*|nu:u$dq`" `:CLzdh3dgs|LT&1#abNK\VރJK]g N㠕grT'-?^a!>'r,h'S∰(vŵ52( .e K~QjWYAm fj٦% U(! <QYk@Yս*sY;˅ԊϳNcN823lZgt2)ϓlPEaQlP jP-G[!JWҔL&Lvluu>>ۘް -f躞&qY6}|U/2-Vpa L򧕄AhmFBZ:dwd* ߩ.[9IrJ=ش r]Ql*v;]pj }MCeCBMY΍|}Ø͐mz8wiȓ!ϋ A%w(D.Z'L˭ەvEZHtͪ5%v4/se 70Q!1k)U\0 qП2툮/nMiL"d1ӘY,tmQ! _z?Mn t܍i[,!kQ{֖2#Q -2sI-/@ж& 6@|inAk[|/zh_ -^v,p;^ܰ2}+;]$LI=):oz?d,S +xXM6`)Q +mACm +KDg03dقWvM&glciֿL޼þ#1YuO|÷=IhLbcjelX<|`Y%B=E^Т7`uƌbddQoVTKTR57< ,&! cR"]lHgo9wFvP{vL]ϕ zFqQދh!&QztXoga ka_ϣd'>_ETz"h?ut!Ogrb]vWy"AI&~]M<,4 j$ M{E+?q428}h|^>iɂ=%%/P̪hi> ksb'#`/oz|\E4ԈCI 6W6t-聚*jl-d+yVpp##;8A)'C "!mhpS;OCV*_E,0(n׵G+pE(t?{ W' (}Nv-d +CJMyFmEeΔD=o*VRo;D. F:NY΁D!q,:*F=֢D)uZVӿ'f!>V嬘ncݮ~]M@xS}' 䰬Z܁4xFAN[P0X2٫ԿMA20B4i +,'ڡMJN|'6+͚SyqIMn,+1kɿ"1q,1eTuKrs&&)ՒE ZE-o/;OpU Sq^MUD5ϳ&*VL*1/(y +٨4_Wv]m[M/s6n 5)6rbK!v+˲֏-|b#)6p&%vt4@ kBTX 8Ƴ endstream endobj -1186 0 obj << +1187 0 obj << /Type /Page -/Contents 1187 0 R -/Resources 1185 0 R +/Contents 1188 0 R +/Resources 1186 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1189 0 R +/Parent 1190 0 R >> endobj -1188 0 obj << -/D [1186 0 R /XYZ 143.727 753.953 null] ->> endobj -222 0 obj << -/D [1186 0 R /XYZ 144.727 312.946 null] +1189 0 obj << +/D [1187 0 R /XYZ 143.727 753.953 null] >> endobj -1185 0 obj << -/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F35 399 0 R /F36 482 0 R >> +1186 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1192 0 obj << -/Length 1286 +1193 0 obj << +/Length 1236 /Filter /FlateDecode >> stream -xXKo6W( -Ś+==كbˎ[6, )ʒ_ۓ KYDw7I}t Ց%V1(M#(BFk|U!,3|qV 'Y9^*_^p$-n A9 k<ݲF~UpbGmN0DJtJѐ)MѐRb "@, x1.t=,%$/ɽAetqVTzΫǽy;G k-zzL+?aS̳-NYn\4I7M \o'c̑6Mev$Öhc~9u$J2-*آ\7VyH[XXcJT6̣ˀơ*ȋ6D V'Hy+UHj>ŧ8\T٠f[od  * XEō/ (&%~¦ȀM%&E йgvVtlň0Nh?*i rhȞד_We.`$l8hq4+&^lP"M TsPM(Ի#\O^jHiiMVWk8oI6E B -:ېX̱;K}s -ґNl)|]Vw{A'{Ys zkưDXșʱZJޣKV.ľlVXݙ4DsV=ހ䓽G+^O 䥛>.іpUSr EB=zrrXb`ˉ J ^TKGX]\փsP>Gj{8+F@D )<mvk@@@ؚ瑫F'y:!FG^H`;Rk:W^gfpO Q3 Ok<}p8ssH͵H˜8+gJHߑ֐]Zw؉M]-d3ѧ[gk[[BB''fa\Avמ'+s?zP Yѣ;r -X}%cI v%&7o}Q(zHikG=ss9q*'j,.>^_;+;9 ++CC9sp?d)(QlX)K m(V a2rahv9C|<* P&v&ޙmPK1&'2"Á;.8Ș`#VqH|"Ydq+6\&E' ZM5$W &Jh)GɭV0_ئf4ի4q\f1Ecf5<%]n9J%QrrW +YZy! SCvSZުq 6e': ]ŀ0V+OdV9:`0a&p Up2b7o? h[58-ga(_# nJ*hjnvHu:z؁Z]'|ma +k2 ؓ 3zgwURŠ:n<%REڟl@ L`ln OUe: w]Iyc3ɫ H Z?tjK}NmjaVuemθ?*6yK0%l&k̲jzԡfx*JXe\\h̡~Utj.j"LGjMdhGAQ`P@IHX \&8 +BzJ3!}QduM52:A_lONg١w_} y^vWd!^s/^~'yFv0]dUh^\M^5pƻ,rU@>q.~qDk(!.F {-.7N2'F\@NUtLF]z9(6L7ZC{RMkt[Qay:YنHyلm؛5+X$C>N-gG}}xz,hOvTVza?SL-YQv?,jNiLңU*_fNU??ZU35f8 U~]LW2v]5rvjkc6ݘ7^o/#B endstream endobj -1191 0 obj << +1192 0 obj << /Type /Page -/Contents 1192 0 R -/Resources 1190 0 R +/Contents 1193 0 R +/Resources 1191 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1189 0 R +/Parent 1190 0 R >> endobj -1193 0 obj << -/D [1191 0 R /XYZ 144.724 753.953 null] +1194 0 obj << +/D [1192 0 R /XYZ 144.724 753.953 null] >> endobj -1190 0 obj << -/Font << /F17 400 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R /F37 483 0 R >> +1191 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1196 0 obj << -/Length 1164 +1197 0 obj << +/Length 1096 /Filter /FlateDecode >> stream -xXMo6W( -E%){2vP%AA{-V";$~yh[yػï<}̸!9K3ĘP~S.C|9GR ( -$@Eߜ<#-L|vBgk;uƦ#7|nQZ*D-l|Vڸx&Ӑ -6~"34N&S$^֪m]-1-z89lwX"< [g0TxS -Pbqx3A/r[%>O\48q:S -"P^ JhuZBq`t!EoB?S%~ l^W[+ID7GcYմFiob'$MP@NZ^ПZف&4%u͡>&S8c~j2%Jl>A 8#驉$7kL8t`5t}C*T&TOv[G޾g?ILD͹1&bǩ׳{HJ *Q%z*R's8vh˔ʏشZpΌU2Sظp[⊂[dpeX#\8| U?U1I -/X ;r`}Ы 4@B] -(Zq-Ch;nk G( Xh 8@6 632Dz=߅"ŕ - -gwxpx9ѻPЕMD6p*$D5V&}/rTUq,#E`ikq ̠Bg֍#`t,`j7qU9%Ƶ3Q<`]$G0HP &XiሞCG -1hAub"%_:]P*"PIn%< ;$`_wHqtdMa K-}m@t'v۴EYᦊuqclP#>ʳBB_;U?:WDH[λ :Aݔ]ݦvEms;з YUَX6q5jE$$yYuv;T㰯?+.dBHOT1h +xI6+fE%99>(6m #K$730(RbM,3Do7e[ly~-Y/dYĎF\FyXLh~SpU7wMsߠ|xB0sKr|W^:V|Zqyh0!x,m;+ *^r+Irr<8zyrc ȇ1ʡ2(Aܥu5!o pMV-&bP} ų2`P@o3(D3fP^ٍ Ԓ6*EA,u}AMU /~^F~Vg6tpIU> endobj -1197 0 obj << -/D [1195 0 R /XYZ 143.727 753.953 null] +1198 0 obj << +/D [1196 0 R /XYZ 143.727 753.953 null] >> endobj -1194 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F36 482 0 R >> +1195 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1200 0 obj << -/Length 1764 +1201 0 obj << +/Length 1429 /Filter /FlateDecode >> stream -xڵYK6WX)Rrr -4E{(rvEBdɐx 3|ȒWepf8Go0[ςWݿG3I(,,"BY2f?4w.Nć4%Ez@d$aFRWs&y>b/5͜qس2x[Wej>*QV뺇TͲ\v^zyUwN.L)%A E>w;0nT֘& -W-=Q6kqM͂eݦef:Em9NcƑ󧍄 • ,|_#(#LWi!4-cs"el5;6iZn(f -\ 0hi]GЦf4[X3L 9JQ͕k]#{4Ԣ cƛJLvBF0J.St_hiSN 0{_MދA 23~0[\zS.[ ,숭-&3x'xΞS}-p.ô|}D36Vh! -A!ֱ|ĺӈ 0fcp1&*(n6g<AH gP}'+,!4 -_LX^EՓi`:jQH0x>YL[MJ{Kݘ.V Xf@pc{-FpXȞyB75[s., yj5F<:zcp t{$ -}Gȿ֮Ԭy1&I@uAHY 5 -ۤT23(]UbژX0 2HY>". qty4@`LN>rfD,PjloJ!/ -Ww`ĺjabqީ݁n6S3801^CNoAwL$}d>'x@\X -qxFˌ+,Ѩ#hɕ݌P4 ߿X?_7"9 פƲ.cSkdA+2Uۼ=g/{0䠭<1]×D(x٧K%9/߆_@BX2'@o7L4ɵs* ;ᎀlƻ@y/> )'+^I}?%c S-߿N +xXKo6P+D@h7@EmiG,\']weɯvIpypfh%퇤6!&ei4FTTL4DcAhB`HLjYd⧼ ,ձ-q^tb,/*x3q^x5jϗM&y9]Y/JO~}o=aV,H$c>Hu2?Qձgjµ{[\x1g]ɏ'NFӞH؀uٚ6*؈h~yf#Zf%}Bxg/]Esܹ{?^$;n]yP' +b x6rk.l,%2*?C%fkLw-<톙b &; $ILxm *WxNzN,W (O'2©l|pz)yu`)ٲwa@ܸ*yLCiLע-kV'ܲX7 %x];Nu!JIh#Q,f*VYu~`6̬X|Q`2fguiCyqeuQW~OOi0Dw,_6i^a:><%+k{!H%pf_R=wB qU)#vN4e~;MnB+ $Tnӷ <>_}\"~pZ\3^!GppbtL85E#)78 =*kRT THAbPE*\C*dH۷T(#z n1F|{ wJ{%qJAz8 $%|)_0q0&#dA]Sׁl ͹iR:(ij^Bf9׹Ƶ]JG!Ҭٵ(bOc> +]f*ZS)Q +@!T"e;8w^eO0~XC!^o%Kg^%{?:@VYGCgI[[4_.?CEC4/8Z}@~K=aH T&%Ȿ1^ςICu.Nt^f*  ]KvkyC2cAe. endstream endobj -1199 0 obj << +1200 0 obj << /Type /Page -/Contents 1200 0 R -/Resources 1198 0 R +/Contents 1201 0 R +/Resources 1199 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1189 0 R +/Parent 1190 0 R >> endobj -1201 0 obj << -/D [1199 0 R /XYZ 144.724 753.953 null] +1202 0 obj << +/D [1200 0 R /XYZ 144.724 753.953 null] >> endobj -226 0 obj << -/D [1199 0 R /XYZ 144.727 606.513 null] +222 0 obj << +/D [1200 0 R /XYZ 144.727 716.092 null] >> endobj -1198 0 obj << -/Font << /F46 505 0 R /F17 400 0 R /F43 485 0 R /F37 483 0 R /F45 504 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R >> +1199 0 obj << +/Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1204 0 obj << -/Length 2460 +1205 0 obj << +/Length 1173 /Filter /FlateDecode >> stream -xZߏ~ȡ\(꩗6A-˃lӶpmwdII$M 3|3϶xݛ?r"QJ$a͌ -ARXʲzs$9_Pʒ词ۢ'бq۲6&o]w:L4:9ñLTL la5[FF4n,ommMmxXU!ߖ潃 -)<\lJN<*? 2UD"1^H/*@B~tX%&$@J14#8FG㧕@ V:R'?hU~s}XKmQW^k9b^ybêDYS@KnM?4,d]v:?WTuPqY.kt7A?mR>wm0ʧzз:ӭۍSI\s5Ư  -I#9v"ė3m'g*7 F{x,?H)Dd :h8FXF+wvf[XZS).`F.} }; -AcY dP!snh T=}7P+8H[-eYL҄NtV eR&]P]P]WI֣361)N>b;(S,0kgP u8SVc\녯q`rFyok45iW4@n8Qg'K`4ݣg((Gq:Aūw ݓcnrG{^-;nNnYuM,1 -ƹ ר$Cل*Av.:Cu;_¡;Bog qt]'cSA>AC9wJ)C \%VZ%HԿ1Q-~ zT2W[A9t_k 3}n5{Zs*ttrX!t8Q"R=40U$^id|$H%`m@il==_tl$a1 t4!ɩ4~OkLEK0Ԅpxީkf>_dDA#%Bv?tae0yĸ -?ܻD6<;4|2Ét"Me2ε;u}\ߝB徆TwTpSA'suZs<# -zKO Km.{0!T?K5ף;3`OxMDopz $BꏀS9^¹~Mn-6`Vq1$EhJӡJ?S9ޖv}~95]6iG -($s}WtTP9C|$TX) 'Dh8b:/LVz{_|uHyd5hF`A8E4=sd ""D%;3ٌ"ƿ} l,~՗Q% K&<%JVBNcJb>ÑA^U'Ozu`xgW_ewK3*x`fbwS|PlZuo]ϼ,1$ɤ4+\$fUQGGzh)k@G9~4eϸ +˙EE0IQ(M0Zns3w3YzE"$kj^X(V1][W[p.I9$vw2"]SIXZOѽwUK%/PNM7z\ӽ^z>ޑ&^S#ނPqysNMACRHK7(%2j 65өmT\e}I`MHҀьv.QoS޽:slgj8idܾyAPF6ƥ-nFۆ ]*ƾ/ +ID曏n%RkL;?Eh v8J:j5VfV5V~(7vXKWp[S1`)y('w\!+MFథ4+×:I(sE- EWw{yq.U!rEL𣙊1PMPmwfyn]"Il8[ VͯV'9"1&$>d{r!-Tu?v٥%4?~끽 Et{@y7Ntw;M(c8{ w[҅BE{;|eD46aAȟÇN}? endstream endobj -1203 0 obj << +1204 0 obj << /Type /Page -/Contents 1204 0 R -/Resources 1202 0 R +/Contents 1205 0 R +/Resources 1203 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1189 0 R +/Parent 1190 0 R >> endobj -1205 0 obj << -/D [1203 0 R /XYZ 143.727 753.953 null] ->> endobj -230 0 obj << -/D [1203 0 R /XYZ 144.727 716.092 null] +1206 0 obj << +/D [1204 0 R /XYZ 143.727 753.953 null] >> endobj -1202 0 obj << -/Font << /F45 504 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R /F46 505 0 R /F37 483 0 R >> +1203 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1208 0 obj << -/Length 1607 +1209 0 obj << +/Length 2029 /Filter /FlateDecode >> stream -xڥX[o6~0$Z viѢÀ6 [UKH9wK∨oz>%it"X1|VzUvYxeAt w~gFզ~?< N-1 !MVʏYSpޜ^Etʞ9.Zosp-):Q`aB,r #y>N<5/Wx+Ҕ@|^xA2 pyhk8P~b/H *ZEFĪ<  \?%oAS\KDAj4x~, h -q/u/^Tx2mU7 -ƊHaP_ Y.Ƥ ->:Ⱥ ϟwpo:ez=n ӨyrEӎ,!K8rju"W,Ŧ6k -:gF-"3NKԩNb]7J^=ûKgf]k8]xk0! sb}xI 1 9X @/'!zk޺+\(0'F^b\K][e|d\5Dۣ6fĔwvWsQ[v+UAzcۛO4LoMpۖcJGۮ)#95|{S'4UeDy=|mJðe,k k 3XH7k)D:.!%'"%=imp@W?M.Qp:SzU-qmRG TR4}qZ{, -X@VT³'t8oJZ& ]sKMN^".;umMnAJH#JFm*::|;~P|Hs/ ZP'>|U:V!egƌd-/AjMPWhuX<C7߱]U/$:2z8Mda5)DzXwt!oa/Z^ gʋ*ʋ6 -̜qrƃSncTVN;Y>l0F~:σǡS(Й֙s갭 ŔOUwP#f4{qf# CŒ}|SOp~^0ݟ=8zw5ы^kdğpA?uvG9 rAOŽ']%1 +xڵYIoFW0 +E4laNNѦhE9>"BIEN7 EJt,%Ŝm[q~/o}j4av92%3'tv_̮^Ϲne౬6k²%yln$sҬu#SreMֶ8hQdXƙm.O1{lNI/%&46}|EG3R(5 ԟڠGUfhGs\,F +Y`/7hIer0>dADBsh*,Dx,[SqYBR5rHI9Ǵ9UT9G@Ld0eTf4 +bwޮ/*[$+z@ipT#Ox\ucpNuӡCӨ3ϝ[۴L`@odx&ʞDD՝ tY`7&iT5Z)nG>UEWc"3dQCySpƴZڒ.͋7B*9*-oâv͊*Ғ̈́&N^Ʒ=([}N峹DlT:2uש)󑩣P1Iǿ{r_4c2Y"ӮwDC x|<qCrkiIY8zp!dQ(0UilJCi0ȚG]I2hDdVڬdW3Dfms;q#=I4'Ԡ:rW 7C:MCηYfSMGXAmu,pvZf[%r[ +b f&!>\VpwnCL ك)4>gA5 _"%ߨz;sEr|C0'=MJ!~,дW^2e±r8we$fLeh!(H:x{ZMLJ5HYP<ͲWOHNd"`ee9QBxKi~?c};PM|6_w+y-Mՙf;B.w|*,Uٷb' +O$-VE L7 bĦq j;Glƨ\K+c:waCEb'L3}Z ˍqev?)r}#bzT.ENu<G.lx#4.ȸq}i* V9ßD~,W;SPO3'e¥kT1뇦p%1SO$Nۢ,C Uݸoܯ}O''[r_lԌn-euprD<m} |uaVi`k7X5%{0bB,Tw AQ}=t8hiO=c +ofۄ佻寗߮NTS5;zDjtXKS~|>LT> ,(0b +֭2nj_-M鰂]oKa1ϸ?O{<{-HrJ=^=q%ndsی +A9T3K7 endstream endobj -1207 0 obj << +1208 0 obj << /Type /Page -/Contents 1208 0 R -/Resources 1206 0 R +/Contents 1209 0 R +/Resources 1207 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1189 0 R +/Parent 1190 0 R >> endobj -1209 0 obj << -/D [1207 0 R /XYZ 144.724 753.953 null] +1210 0 obj << +/D [1208 0 R /XYZ 144.724 753.953 null] >> endobj -1206 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> +226 0 obj << +/D [1208 0 R /XYZ 144.727 476.999 null] +>> endobj +1207 0 obj << +/Font << /F17 400 0 R /F36 482 0 R /F46 505 0 R /F37 483 0 R /F43 485 0 R /F45 504 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1212 0 obj << -/Length 1384 +1213 0 obj << +/Length 2279 /Filter /FlateDecode >> stream -xYQo6~ϯ0 sE8ú5йO(2m %AHʖlzn~҉:;;)|^}ĈX09Gq"d<>'4G1\1>#IbCe:_( U(3I톌CFD~o̧:[+f=r?oxYLuV^'MC ߁A%]f]g.WIUWlVn:[jO h kTuEA4FEր^n^ p*%Bꏈw)gFQ Z#1 F IFs> X7cl&G-}7 - ~1o0orn} 1He`N8IT]m0apDnMUWtla! S6 -H,Y:yR<."#-;ogQn,/x%MGV DŽW?: - BI/% w;Z&,MrӜɬ~͖!Ys"x* ̚!5e8h\ fgtv֝ 5EvRk% 5jNASS㯿L;8 m-5YsKpp,0pk)woVng ӥ֩ -uY׬1E'Z:.p5Rpqd&'e:nx=¡75rUM`~H"H\kMN8brAAAu)2Ubzh owر-#vHѓ<0#| gf'j= ܹJLN C'L$"l%"@ &3+=e("a vU6ucfqbM>LڤwN<" v+L#&uoCYDqi5ډiwq->˞ap ^urN&f.X&ܴE zP~ ˀs3tՐSkdX 0h;Q273/6q`s_BBQ4`v q{u_c]6WUb.)`Fcgt x3Iun.eeljmY/[>TL08܈zTT3G31Vjl=eX0g8ԭ׳vy{[F #㨻X RJΥ]z{2KlĀ2TY1{q+yk5`JE5HӃ ->L8g4`#1$/4Ҍ-iz7֚ +xYKϯ0v\QHd3 rH 3٢B˒WOIɒLY 'Q*~ՃT0y_>Wyg.&Bj$@Ɠt4B$M<}}{7LN` +'sE9e$Nq3CDt +,7HJѩzx_.49w+i@(F7 թ^9/V H7Iu;Ȩ{H$o*+ESe~I~}^qpG˪yH{@+MW܈hB)LB\@D('P";gsJhJ'MV|3SL7~i`pufwg6:9UNu3(UY,g% imEf&1X]:C.Et =AxF^:%D$r~,L-R&|DAar;Vx6:IJhLP6}\Xm<.?}1|•?IXIc\ Y SQD\,5r! cOZqGM`!kغL +%#* vj_xGeE0L!v0BhOPeF{vCRu&:m{Ll[՞^M5InpU.r̽aC97АX'p $(w%*76,bO6(l]γ&;st<7gsG_rGJCDϮE822{ ;/~?">0/ m|$l+}BW+KXXp|[`k};QkDoO a[RA]m5;GF +/U$Hw ' endstream endobj -1211 0 obj << +1212 0 obj << /Type /Page -/Contents 1212 0 R -/Resources 1210 0 R +/Contents 1213 0 R +/Resources 1211 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1214 0 R +/Parent 1215 0 R >> endobj -1213 0 obj << -/D [1211 0 R /XYZ 143.727 753.953 null] +1214 0 obj << +/D [1212 0 R /XYZ 143.727 753.953 null] >> endobj -1210 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> +230 0 obj << +/D [1212 0 R /XYZ 144.727 622.702 null] +>> endobj +1211 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F45 504 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1217 0 obj << -/Length 1556 +1218 0 obj << +/Length 1780 /Filter /FlateDecode >> stream -xYo6~_a( *ٽÖŰ.-&*K(5IoߑGɖ,WRa/1Ey>~G1bϷ`[Q@fAoal"NM 7]iKF0#}(ydjS|g{v$2dsB,M0Q<^ ]v$yt:׷Biཫ/ȷ89>0ky^aw6u3cmVe²Xɲ5S [aAl v&$\i,zXb)1nw\O'@8_/*~XFk$xSR6}1낇c76y+gzlš5ls)za3L -qBQ{%B ,r\gaefyF̹׎er1`ZL?3%qg[R[V*kr6!Va!)2yu&1,XJY|ȮNdF Pfy]s XLBڛ}x!q.>ӷt8#g~wFFްꩀpB!EBH5zs{D{JtrN<oʠ L*̠ke"EE+o2ń5xx?UtȆ`Nf' eeDȓQfHoc­D0>xgem7O1+\C-KV,*ZYXӀU-[ĥv(%7e G;@9. ba@NWguӐ;=I_0E#-Z2ʢAAOl3Є(Od~ hb[@"|~6kX,w4Y)5cOaI uUBWxʋ[:xZ*>b12XqSgSluuJf@3Y%1p{0u %lRp6b~ɦ2UUsٖy]uŹx{Sywjv&H`Ť*.3/SI*9R%e/Q9CoU2*D]P!+ySs6cE!;#(Xτ_fgڗ**蘦yCu,;Oz(=W`/#@9G>) ݠ99(̈;skZi NowF{Z 4sp@D2T Vr.fQe\8Qτ|Gcl0|lq4K }{<%CB?\p"T_@'m;]Cw6x#o8|y7ÁoRTN_ ,=߈Ӛ |VۧVW`.=\+_q+%C /+uEH;0h4yR׈ѨkQo6ftKT>C@(7Yaؐe# +xڥXmo6_al(*3+%ł6bѶVY$Gɒ6JEw^yl=gw<xT%Jj ,A2f\ȳulN˵8I<ɣYe,V1|1;}!K=_8ڍ|;boҾw5_Cg[.upRT4iW%Mzk]R˱ u6b// }.8gI <)bI$b<"b \DƴG#yBv8 YVmZf?vιׁz #`OV@"YGүn!|KU<(Bp`5i C{ݎO0b0jm,]WFu'RR0RUiWd t*K5ǵ!^5y N[뵮rGXxR2c.Iv})LFtk?t {Y{S>C3 7I=f:_& Lzt"㦆Vy|!| RK?oY蕝WphA {7ޥ7rLj0f DI>IǴwt Fѷܑ|gFCwS!^ӀQp=?Z\I2~8pX&SʘMZ3.Z!&I;"Hٸ͏n9q &%~xss KMʋ{(_Q@*@J_Ү_)qg曊LH v_F$2BDJT}`k.uPlzd^ 5лok_ X}a_~r+mXqU)R]ڵ\fZ[<=a8> iYi{zZLZm +떔h4z p/^a a0M-8-kU.6JcY0%ʸT,A*3tڥTG¢ +UK4Zz{kBJ('4H^b0\NPw>W+B!:aNLAp_^‘_G!zk./ϧȟ"i ZHSmMNqxԏ$Fy !"aS*$\`K -iֶX\w21Vc( 0أ"z M[}aQ*Zl|KS)!SbIj)Y,Ibjܙ$v{3g2NYDַ6>wˮF=UZ.4FՊ$5PcF&%Umu:ɛ(FhE'ڤƂXӓ׻vxe)f~w̠C=,"-hPVG#hOT endstream endobj -1216 0 obj << +1217 0 obj << /Type /Page -/Contents 1217 0 R -/Resources 1215 0 R +/Contents 1218 0 R +/Resources 1216 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1214 0 R +/Parent 1215 0 R >> endobj -1218 0 obj << -/D [1216 0 R /XYZ 144.724 753.953 null] +1219 0 obj << +/D [1217 0 R /XYZ 144.724 753.953 null] >> endobj -1215 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> +1216 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F37 483 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1221 0 obj << -/Length 1285 +1222 0 obj << +/Length 1170 /Filter /FlateDecode >> stream -xYMs8W}gvj?2UnnIlf1mI`I͜,@{junaSK4S|a^|F6,~jjenz{=aso9wrx~Tm8]˅5D6E8]--FțD#&LoLk—Rq;575bҸY.p57cZnp-寬pҼ2Ƹ2BSҫW,8[wؘdls1hfףړ769JQ&v&'%Bgeb.zm1Æ<δ`2>lNot-ccJn0g@]Q ]g4n!Qϒt@<"L4Pבj -F ;[4WP'X6|P[ -)6'E5䵘ﶒGtݐ\L{guɰK3] 4zzCzݿF{zlM\75|I$X1=)$ - !c -ʪx!0'Qxd-%1Nq(Lk4OFćLJ T68i-q2Ͳ; 앦"+o~ܥ})ռ|}>uJY8ʜo|(?%$I?^Bᚈ%;^է +x͙K6)l bćH*M uOM^W, 76w EYMǒw[$E"_"^zU Iw(*$bݫ7B$R ++$J(f2-a93c:ZWaz4yZNqx2eEP.w3҈$q]+“s׫ɯ6:tȫkd}EskͲ:mz׬ j?/$tNv 4AI6_+X2ItR::~d.ͷOQxc 8O7٪yZU'E[c]BFN2]Q)}+ӹK@ HseaV>F44:(ۗu[5oJY?T8&" G8\Ou驟ud.źoټ|lP7!5uT׏w9 EPc'jH.u:5yș$}Y{bCY\xU+Ъ"k)T +{DfrӼW63rHlGD_d(y4):p:) s/FSuVChnt.&CМhhNu$4 - mGc_Wy"a Y$ĥi)fSҿZ77:58L f_~./c 8(R +u'gCN`ޑځ WrUehPJ mCg$ _ <{XOpjЄ=)RbyotМ0KλY&'wRӚsC}~J+!Xo8?f.Lk|'A ("$s' HXA(ZniC>L#q~G',R? #:&eE8Tf?Z0o3k&3n|~<۸.({l/B,&*Q0Jhx6?Op' endstream endobj -1220 0 obj << +1221 0 obj << /Type /Page -/Contents 1221 0 R -/Resources 1219 0 R +/Contents 1222 0 R +/Resources 1220 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1214 0 R +/Parent 1215 0 R >> endobj -1222 0 obj << -/D [1220 0 R /XYZ 143.727 753.953 null] +1223 0 obj << +/D [1221 0 R /XYZ 143.727 753.953 null] >> endobj -1219 0 obj << +1220 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1225 0 obj << -/Length 1207 +1226 0 obj << +/Length 1641 /Filter /FlateDecode >> stream -xY[6~_*U"R*u+ڼT &A%@19g܉b {>,1f<7abg`'8{|G at|,ҙEΟ. oO/\8Bp# -0Eg¸[a[0RՄeM̘g)HzGI U"UG=qhFoa.K5Q*ުnj{Dly9B*|[Iq'6 zĬ3@ !1ɡ6sl=]tL0lQ0鷂'*[}:K&2P**U.WeGMG`\o/}Am-I?Bb}Q|r-ֿQjjfa_ @uDGHqDǑ7#H888:9z?\[8@E)A$xc@d-=p@%ͳ$tyQ8ywJ{y8zkR -\d'oHo-\c۸^_߯)0gu)S0{^7@;01N@ջzX + -i1̞)VfL|ojpyw%|+#4"*`YBGsD/xc=Y$~m-6E.@Z;ƀ\9u|ϞZ}ljbX^xW06^n^Ύ{L>8`̪tdyXԇU^i˭ȥ -@ g;ĨO)(A0圸Pv7a*8v3C8싯IՓ)qtgZ73l*ɳf:.!$3FgjdSuf!0MiYXHřP8H*A !:UhFoWk`L}m1$jX LmW(5V:$R;LALy5ðAPwnjflRRvZV'G-[gߋ>G> Q6q-CWERF! -gQ:JspT)mJ5j5ѴRj ] m[ B{R !ih2iho,Abhln{mIVԯ>!t$Dm{+ћBUb-p8h; @K I9 w +u8<kOi~^ (ȿ+)\<ҹD pbgs{Px&s>LHݖ:kf ` "O-qgkt # (qJǹZCI{uϼ*hKh +@Mx'k͋J}Lh3vs!Kf~#k  Ix< cuHAgP~p_au1)<8aaT' +[ɲ_]=$ [ TxnzS`UAU&ȣWCZGsMHI nCw#8eL@ڧ$_Ӓl\'Rɫva'Xi Nkw5Ek: ]]d>@DOC*!}}>Q+ m eL~~9aOBc4UrP2/V'ǰ6/6' W@|Wv2t;& FٰA%/!l:P}{ޜ.U$F xk( +]X!p+K uF)#hl|:"VEfdYMVǃݷ۩L&Q=k#ZèN%= ~=}'Tw) nawp2/x{N|P2K*O)e)sK2̃B\}9bں'U7M_'{d`ޛsO?T_-oQyԳFD_N: :4Dׯ-'k+'U rgx uid;lZiQ XD"+.^ 1 endstream endobj -1224 0 obj << +1225 0 obj << /Type /Page -/Contents 1225 0 R -/Resources 1223 0 R +/Contents 1226 0 R +/Resources 1224 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1214 0 R +/Parent 1215 0 R >> endobj -1226 0 obj << -/D [1224 0 R /XYZ 144.724 753.953 null] +1227 0 obj << +/D [1225 0 R /XYZ 144.724 753.953 null] >> endobj -1223 0 obj << +1224 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1229 0 obj << -/Length 2174 +1230 0 obj << +/Length 1207 /Filter /FlateDecode >> stream -xYFJu%jz - -iBuY-\yqoggewqpo^>ŷ?*v]\"Z\'\,OOogQ C)"b%THy$%2 {@|2ϱH+ .6?[r}#i$0_ne\<6Xn <@$jDiyw fW"t*]df,X6qEUW&h?);MDjI47Q-<Yy -!= }ZP9-U.?-օ+MK]6CZfnÈ%(ѡp~Dzmty2PIHܥ#7nѬjr~O9 -CDW:+H7b}JUK(dhx19fsJ(P0%r䌀r/`AR- aTk;=&P3)z`T',|gQ5:;hS|7́O`<%ҳ@vWF Yqt W/<朾d`3"1=Hn^\3 ]&5!x*Tǡ*}sB0>O_ץ.^԰&MokFQ|ϳ88DZ'j.3`zKK̮,E<Q0 ߂W7p,&m]Px?3P0IR2)Rj3!NҘu7`zޟ B`K.NU<'q%^6?>QΧ`l` PR8*&s/'nY.!j:8MOI_XWԀ+9#-z{\3^[7qf<[uِDʪ>oyg]~`^ ljh}M,)1*K:F\pP>`blĥz;aMѫЇ/UR/ٚ^*2^T%oW>dRkźyyk:pɸye?Lg.+ 5:}*!0`B^uxC-`2%cL- 맾u26w:DOɘ(Ñ6$z_gXE3d@ j>*DC9%>AAd3viL Tеƫ,+fTY4WHHs4o0گ8ulX[")/ y*  _dt\k]Ծ"_;llXLyNY=aZyz}!3OLe|M`bb&{Sn)'If;Caݕ* Y$7ګx㇏Fr^fPELµ-%DM>ly}_L +xڽXn6+dH"%J)}d,hk#Q6Y1̴^,ǂM:FW&isg--z ?=\󉕸IDCn$ "!N,A٫j ][VӆvL͊J(JT ǷbAڴ!bEnBP,x8M`Mphq䫭8ba%pGs;&r^^Mv*mX:=7 8Ɓ%p ڮZY$c_&kV/VACa F.ec.ihd'@F; 8@b__ہSӥ1F6-3El ksb\mc%܅IdVadӢW9{.jKf$ep]PAP>zn߿n ;_dVo/hk]ZG2,$cta+t!jV:n{:p? +"/|h&O <HHXx<=@ c@tO  .P|fv%t$I(snfh0x卬2$[2–eعLn( BY٠mgҷ3$[5}ff3\yǞ7⯉ra'Hˤ :<ӴidJ?2u"AN`6 aߜY92W;6-тPeBHycsEխnɴkeޯF0Cȅo~}x  endstream endobj -1228 0 obj << +1229 0 obj << /Type /Page -/Contents 1229 0 R -/Resources 1227 0 R +/Contents 1230 0 R +/Resources 1228 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1214 0 R +/Parent 1215 0 R >> endobj -1230 0 obj << -/D [1228 0 R /XYZ 143.727 753.953 null] +1231 0 obj << +/D [1229 0 R /XYZ 143.727 753.953 null] >> endobj -1227 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F43 485 0 R /F17 400 0 R /F14 503 0 R /F44 486 0 R >> +1228 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1233 0 obj << -/Length 2007 +1234 0 obj << +/Length 1079 /Filter /FlateDecode >> stream -xڵYo6_a(&5+~ҡao 0 iؔ'͌ HJ,&%);&,'7~ O'd)W 咤*$e&d_>|rH&,c -.6Dwڍ)*7zѮߗrQ7Ua8ze]U?ʝi4<I'mJwc2cys;o`M宺Oqϡ~4/7,wZN2IBLb"z{G3e*Ogh_;mN\,Lv?{EԬ -+Vnp[V9Lo1zބsT'RNMKjJjZݬ*4:E#Ki x_~iC86;φvTڛ.ڥܬВi`I{BB{K2!(䗲+4up^fVz -mSW#ʟWЫn:mXl(bv؀D%^CH;xJuY q0U$IK9SA8ŻtۮW:p}4&4tځc,BD 蛀#=pڟXh M1ݾ9e!.#wLf);=G$|Z`_5Vz^MGC'[cAk d/ˆ"j8AۧeB!ݕ~}~2I)la4 --e1`| l`eo~E_!{>+|xLzؔ32q2{lX?Oa k '9fmk^vW6W!OC{F /Ik*>r@RcޮTX-g -w]3.z離}(қm@)ga -4"3|m27 +x͙Ko8B"!H=,݂{·naP%kWH`/)oeCRCb&5sfHQYǝ~Y=͝OÙX?5)HoşOs׷i̦N8O3,.rҼ[qdӠ*A)D[>'iO:kF VQ틝 +uI5|7/a5 +޾`gHYlmHD:U׀j\qmF,T,24#fqVwW>U9Ȁ,ө]M٬׽ЕԘULsn%o#t,(Jv.K[9<{Ĩ``&f8 +&]SN>287@ɯ4'b Sͥ0'e`Ye)8:bqYo޸u#BXY\>*.̪o%E*5ب@p'm.9K |LYȱi~Fm54N#hw]loPKN0JIT!և<,&^{% QmeZL qv=7(Y!&<}OkS]ZqЕu?8[y0deSӜ?=8*mHԨHfUH~/ bgVf^uÕu=D^NfJEV81e͕;olRM/ˆ֔ pAߤyjGיNܕ%lފ/ݫ?=B隟5̬ +NoX1_w endstream endobj -1232 0 obj << +1233 0 obj << /Type /Page -/Contents 1233 0 R -/Resources 1231 0 R +/Contents 1234 0 R +/Resources 1232 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1214 0 R +/Parent 1215 0 R >> endobj -1234 0 obj << -/D [1232 0 R /XYZ 144.724 753.953 null] ->> endobj -234 0 obj << -/D [1232 0 R /XYZ 144.727 400.507 null] +1235 0 obj << +/D [1233 0 R /XYZ 144.724 753.953 null] >> endobj -1231 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F45 504 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R >> +1232 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1237 0 obj << -/Length 1551 +1238 0 obj << +/Length 2264 /Filter /FlateDecode >> stream -xXͯ8ZUVKۉڏVÞ^i0 }  B|o;_ݧ$r/;ӹChD>MyvK1:HﱘIBX0y벮y%orIhhzVb&^|Bo4z.G:+IV6[VS{qT& M)rNYy;;{3݋z߫7\n =}t !VyڲRu|Y D0ECYqJZ-o -5*C%sIY88ʝROTj(_:D 51v <,iIPCܟjENk{=uE]#;ޱHW}bq@q]S6y!Zlv~ubfa4!#xz&] %f!6PRto1ԏ+(lbvO&l0{ A:/^tojb>b&CX{nԌ.er繽U`ZC ,{E͸]^8r`뮢R=~)<)<] wSڪp;BσD -2Dk @F$Rd"%9 ziU[Jۦ$&}B`mknDCŌ"̪{ /H7a‡ };Xng(|s؊aP!D]#Pc-mhȃZ=%*>'h+?Ԙ16 =ذI] &[h am/\^n'{p% -'3i*.?_8ڡ%#L} +xYYF~B-& x9v9RkĘ"$DOUw缈}VUWU+=W~}w\5f(PjS@c;fkccL0Yeܺͅ[!eGRD!r/n6b^H@F.;c˅>V]06b +<&EmUzÙ%/x u L c;r3"UAo#FTdYރQ'G{6hpO_I[#.XP,U7",l.)[sØpI*(@0̑+QD̽^0~~X Uz,}= +ZpQ̻6nRRga!.6xS{*Zâpj.`baVI5@EvKF!03̳EǍzVX*5CQ?((`Ǝ>2ɿjT!΁R'8[pn,-PVUlTѝt~+\RS5g)fy݉80)+]ہ[l!o#mLÑdДe_;3Vόњy{9 +"gcr' _R=>*4;=EvJ/<2yo9Pglc鿵3zvlo]>۸,`GDr!$MQ֬op,e1AAGέUCgfrWx!֡ u~C U)P9JQH%AW.E \Rpdž+'OAIluJuil'(>QAj\V9K0F;;s+_"Xq|DO;Pwo`scCA&| sT&=2,G)u]۴$YvkViRL7 D~+PһQ÷t$yd)y4hbF9?B߂CE`KqAiOIoB:x[E J 4itKף~v pRܢ~[`= @n{;t+çrl~8N/$`͠A7]^ar|4ȆcmMU}R> *KXp#)8 }iݲI*z{k@m"W1\_ʥΥF3GKAwXm#/\D_6:t@=zS25MkJO GSgX,ۢdcR/&}-$xw(=Es endstream endobj -1236 0 obj << +1237 0 obj << /Type /Page -/Contents 1237 0 R -/Resources 1235 0 R +/Contents 1238 0 R +/Resources 1236 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1239 0 R +/Parent 1240 0 R >> endobj -1238 0 obj << -/D [1236 0 R /XYZ 143.727 753.953 null] +1239 0 obj << +/D [1237 0 R /XYZ 143.727 753.953 null] >> endobj -1235 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F37 483 0 R >> +1236 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1242 0 obj << -/Length 1693 +1243 0 obj << +/Length 2072 /Filter /FlateDecode >> stream -xYYo6~_aXD.bxSPNU$*K 6EJE$Ùosl33g>O_5yEff 9ę90fle0b1oq~v\,c_F!-5x|xG+~fEm3esTSvw9F>O_3”ZȢŶ~Ʀ3|ɂ8D|$@L~áŒ9ĸo8>ey!7y/گdG%Z,kqݴiw-乖 -+CE[NHӞ͐`+IYBLl>Ec5၁& M4da"f׀ 0H<+HZ.b\2:-ň83=mЯX`@A4z?a/|Ag $&D<08:^sA!'bg 28)LZ>ɑdFa uq,EA_T!& -~?#A"VHE  Qi.9U+X~-=k2-z( X[#ۜ>J,37oDanRSz"gK6I3E0mb%sX2Z\DJizs((ǾkLҡ}XiLf`i=T{oCgvtY eJ@.S XIVeݶYw <[p](<[< +M| &'vY7owWiqbQ\$.bF.z*U]R_F^nw<-ȾdO{+ vEgH;wI Bhj _FB/U,$ 1 +;3$aYmXdHA"Ɔ"*ܣ|X{.„$2oܭΖ@8,K;wt%i h!YpY{o+ m Y{l UlRT୵f.܌X׻ra3ܒ~j>R! AN'鴼[*}F8jTsc5O!'< ^昦x\EtLQxIqL@2z2%?11~9p9ⶮQ$ 9@֙5D3MuP$0B [[8iLO/6E&IQ6{GcGMѴA9uɱGcXצݳ/iAw800m]rrLᅛK. #h:5cB#>*^s$/l1,IiFOnހ6yW{={?Nz{+T1=j] D|̈XUBf񄃞}A8RD[0W[v$E﹖7R'τ")`vL WM_xBdEPޝwAg7f(9Qh?ej1lCwTÔ2U;uc$z*`:*FҵYԺ;>w.s/;#> RQ&j-xcr޻P*;^~tu tݛDi endstream endobj -1241 0 obj << +1242 0 obj << /Type /Page -/Contents 1242 0 R -/Resources 1240 0 R +/Contents 1243 0 R +/Resources 1241 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1239 0 R +/Parent 1240 0 R >> endobj -1243 0 obj << -/D [1241 0 R /XYZ 144.724 753.953 null] +1244 0 obj << +/D [1242 0 R /XYZ 144.724 753.953 null] >> endobj -238 0 obj << -/D [1241 0 R /XYZ 144.727 716.092 null] +234 0 obj << +/D [1242 0 R /XYZ 144.727 271.856 null] >> endobj -1240 0 obj << -/Font << /F45 504 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F37 483 0 R >> +1241 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F45 504 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1246 0 obj << -/Length 1952 +1247 0 obj << +/Length 1702 /Filter /FlateDecode >> stream -xڽX[F~ϯExިTi%C.1k؉eޙĸb̰;;of֛'#=_, -3>Ҁݭ%FS+&7:KlڴۧU$ _,vSC4ѥ%$[d"/yW2Ay甂;MʊN\+0ߖv rme6뽡hˢnh?\@K뮸 "Y86 rܗh1eRhYy`snlt6>^g]:=e^AppmwlQM鰢!Qg{RY,zJ$\89$>J[{e'NKU缎6@?q4ɾ{> ֕rb6tzJI\u -G`K"((sXB?r NY㧆]X3.%'idPaeH2 QU9IV~2 xCd*"ׂ9Ӏ9& $?󦯱XơhF>ѕ>zq27"zAE/g?wlbtBMm`q׾Qo]Zj`/PvfҩLVGK7F)LUUŽA -2`Se>|QϾ( -\@@Tq"Tڮ'.N)SnYcfCD||F)fDIZocKwpȱ!6]եrSS+R,Pߢ"V -X(zy(~?3w -9}::z9Ki|`77PDVe/ 08ԓݸq}bcRw;{l0i!)*LMgL0?r/lYV- nWYFTPh>i7]eGO/_SRT-𖦬IAZ݊kJ#+=cxt, RvDjG/6ȫ&*(oLº|?Lyuh53IٺgQ a;c >7aZꪨ|7  - -K,_%|3yܑ6ϰDBk~mq"M&3R iq騹%5H]2ߡ .0|k@$PZDz36caYYeT6;)۾ -ЩLalDIԄΗX/Y¸*`j@C~]'u=yFEgbͫMgmlu& JdW bGzh۽B|X(AߴQؔ#O,W{o3 ~xT3M]@(@X"%Dc[$%|]?6Qpá^9MT,I Lls_ +xڝXK6 vP)%-CO;$$rj; Kc;NKdK4_"?qg;O_`8j,Yxv;:߸mQUIy?~ g|!#؋Xl%݈>79XBlns4rg-ۀG> +4Sɏ œRϤ ȟ Z0*n#]eUJ|ݗE ÝZe`u^+M+}abyǗ|kwN<ԑOQg'T70b@.0\щЄ-F?H:[ؘNn'p&y\=\־̓e!tM~L/Ŕo$2;m!-MТ(A 31з(vBAݐ;?VDM[6vp4;.+oB@GS]U{ + l;wXCʡU[^W+b"fϏp^"Ւ`{i+hKYnCqiSAdӨ7)M+h:|+́'Ki'/->LsY۪zJhܡ'մY&'X^"rPQrg/FnIJv6` LR.7{`YܗjQ1^qT2_73+0&x&X!)V{ AZ/^F+^`*u/bڪkn&)&#䤋i8teh:\[ߠa-%jdߝM"joTili'S$& b'[3qRmK0 6zmvC* fM Kʪ9"uNխ1ɔ ;p[Քp,#ۊ z,=NC~/5|}7<^4.X6#>O_e4̇Q*m 2 G~5gp@A_jKAc8~l:JtSTMVJSn_g ARLBS;qiǐv3+͆MTd_gԞ"(l懭[թ% |&.JSnڙ +/M܋FKE{~9[ endstream endobj -1245 0 obj << +1246 0 obj << /Type /Page -/Contents 1246 0 R -/Resources 1244 0 R +/Contents 1247 0 R +/Resources 1245 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1239 0 R ->> endobj -1247 0 obj << -/D [1245 0 R /XYZ 143.727 753.953 null] +/Parent 1240 0 R >> endobj -242 0 obj << -/D [1245 0 R /XYZ 144.727 396.302 null] +1248 0 obj << +/D [1246 0 R /XYZ 143.727 753.953 null] >> endobj -1244 0 obj << -/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F45 504 0 R /F36 482 0 R >> +1245 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1250 0 obj << -/Length 1617 +1251 0 obj << +/Length 1618 /Filter /FlateDecode >> stream -xڽXKF W(xyu(`Mzoث-)alZ$i^$?~rgۙ;k}$,"j3B el̾:(".W*.N>Ѡ1 8Ux|x>}'?i;;:Nud6gSBP欞ِM\J3}N9"L+YځoA)"D𶠜x"܀Ÿ(Wf:,\ 5_ǯ N%z,K|p -P7>oB=VfɐXz@;O4TJ.ydR&fv<`obo`'48VNn¼Л!aJEZRXkXZ+t2,eW4ɇc.bEq kOF ІÂKtTk/E?3< G}n| BWej߽QX᳥5aaH= y`:ʴ3H=Pc -˞8'ޅ2K̦IS!ҪdPQ$/6eQȮp\6yI5 -uU![NrQ9J542+SVPb(6p!y*}`>[Y32ogLaN^~[1|zPh/w.ʋmĥP 7'1zRU_) H\Ke5]@D Q`7yq`w1f]]wS-hb!i+8U!0O_rhx̺U|H,E$ཊ^/81vUj_rrj;' -8<ݮ9ݛ۶_/:@eM@e1KsXJ|ۤb'kC8-RyTJF;EZr TLMdRfE@^i2~y&{Q])]g`k ~i)ͫq ̵M%'@m[|4ԳmbZ. hԧ/m0'm=Sn`Ǜ&>qJ{4*Ӡ ]'7@+}~H`kf:{_:ʃ"/hRG?U1+1(m6 ӫ&\/Y iס{_qylMCk.ӍUo3SgVte=9ő(r$#{Fb45@X[琴:Þll_sVuǤ?G]:;Mwo!"Yo0Qz{>49 +xX[6~_5Z 6^|CFmwWc5RΌ q D@4!{/@쮪>w3d5q'o\''! +}OO#Lb= ')NZM0gɊ"_Kƈ$]͞m(GS6F_E.Avy.i$tFHR>Qi e8O)P@!`'(&GLYcǃEmgK/k(C A=܁ņQg铗:ո2`z:ҁ1e$Lr2.s`@7!'eG?;QR5-;`/jZ1oqhUSg-j+lmqȅmcaվRWo 7Q ~\m*zuGft@1Qux|DnrGQA0@u h] K3%'[{׷27[1{~O@1AZ_T*6s@stH+8mKA ~ˮtIzd&Q9%uO]qQQv2A+9< ٿLyԧ} +c/44.ەIF8 Ȝb=;"KHv*Ml;f*7w#ĐXթk,. +iп{ byCy)R)M6cڮYEm/ ZFȫy3DCx֗\\ ԋ$1㗘Js^fIwNy`n-jwwЍ| +T(γ8[z5m:&k >U:#c@h%pt% +#JE.b}A6a ume2K=2$Ȍe"^2x+h~w#Ɣ1@έI~lh^]G04ofB**NB6CإO[+7YI +zر.YY.cRᆡ˘Ճk<&#ʱ8ݺZܱӔ~떀A+!H.x/ƥ endstream endobj -1249 0 obj << +1250 0 obj << /Type /Page -/Contents 1250 0 R -/Resources 1248 0 R +/Contents 1251 0 R +/Resources 1249 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1239 0 R +/Parent 1240 0 R >> endobj -1251 0 obj << -/D [1249 0 R /XYZ 144.724 753.953 null] +1252 0 obj << +/D [1250 0 R /XYZ 144.724 753.953 null] >> endobj -1248 0 obj << -/Font << /F43 485 0 R /F17 400 0 R /F37 483 0 R /F46 505 0 R >> +238 0 obj << +/D [1250 0 R /XYZ 144.727 633.661 null] +>> endobj +1249 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R /F45 504 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1254 0 obj << -/Length 1916 +1255 0 obj << +/Length 1802 /Filter /FlateDecode >> stream -xXK6ϯ0">$J4$i۷–0dHVg\,._>2X<.oO3H$~`R -"dq-y6iw)F\"a%+ XTM)PfɼB-"?Q"ƹ+\F~"cZ;="=tzuA*L)USuU0t +$%I]mfBxOK<]yHaW[ X3? x:/β9~,FH yĥ'͐'Ժ6C'Ӎeʳ.fLʗ3#mה;6nl[jR'8Ѹ6:y}1.H}Ђ屳Χ%yGֺ3u'ꢩ[:wF7{*R4x1:-=6&>-DD4> HYuU3.t|\;s]WB'sHoA4^U=VՎo7-m7aqX%MuMi,'L '4XՙJgY;x:uTk|Ҁ5y[n}7!|ZjΞF]I,:! m0b̈́/ ۸i{7+)EBc"ǓTqGg]ҘҢq˫GbyW)@՜5^Y71&G=;ц2̤0Qg -h Ol̔L_)r?;Xէ:'GUZ!tQ :UwagNNj}0HNst 트 ld}I^KzyI`YCFe7-DyJ~k,l8*P22_WEAe8i3e ;{p4`2(PBW.WVfuU\ef9 QT:126Ժ9~ǾA<@wR\%>pVZ5՗AhRa[\&hh(dϝ -w33k#If:-E- h :.[ e<I@tv (@BpO a=Id>S7Z hlO~v)F:M˱k98֬~]ғouO!ĂUr>k3W|u5grwm/-"4}䖺0x^~5W)Ea> +aêiSDJ]ޗ7;Biqt{uUG񏗞#UJz}~z#O58 ЇBW#4O mJu&!F@)37 -9r?}N3ɺ9C|~:dxiMQ&,`T"$qbI_MX[,twW>N8gar^MO 8a #؝ONԗZy[V~0[oRl;wn6ױ|&T\4];e\cҦ|a+&7fWK1AByn>rH?$E23l9İbϓ;&;[+zp"|82)&S~_p +xڽXY6~ϯ0%R +شiE^"9Ŧm!dH еrbp8-oxϼ 럋g/߰p"IlXOd@|OGjylRiRV58L"8x:qoo(kD[C9w{ HO(\e!Zp9u^⪜̓ 0wk/Uq6TZ9D"yN=DԇIs nlOA_nng_3:5>ӯw/ԁKI X wVj +eTJyݓ2Iv(5fޕ꿌^E\入ͺkW$ b&HO1Q# mRUrH]r*!|xAubU[%>gZz]|U#&(_SXK84#Cn;-rBa5,^x( k%]JK .LF?345875Zb.;)"7:%*NV85f'„*=Zn1cHsz3>1Z٥))k6tz4J 9bґ$VWRFyu2⫚!,q:m l'7*l֡LL빂(Ә$ܽLH‚pPu= +~}7s#|晙9%a%#:muCzjS s šR+pR*il>ٷ T! 'L|氳Qjkbk$s "jmd}4;`48u29Y.擄tJX&UxUBReh̭M*23zwܜGK;W3JzHc̙v{sA:u .n`u%?Bi M\dWY +]H%&k/뽟fZ{6XH> endobj -1255 0 obj << -/D [1253 0 R /XYZ 143.727 753.953 null] +1256 0 obj << +/D [1254 0 R /XYZ 143.727 753.953 null] >> endobj -1252 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> +242 0 obj << +/D [1254 0 R /XYZ 144.727 309.627 null] +>> endobj +1253 0 obj << +/Font << /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F17 400 0 R /F37 483 0 R /F45 504 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1258 0 obj << -/Length 2208 +1259 0 obj << +/Length 1807 /Filter /FlateDecode >> stream -xY[o~ϯ:p/rdh(md"T|3;Kh[J{|3 -E&?޾ L,zbZcƅYfO]~/ds2K{sWUW{8%u|?}͗#)tV4NJ'!3Qb.%_!W) g(HDMOw+lQQl޾ǧYIS"l+$$w0"aG+ -YD ݥ!N3I܉nWۦA/V z[Oj$N8+u,K*12XTwiASirkKz*>m-oO:t8s-X#(:8@,q?4Pa h -4./7Cp84IFHsPt+{iH%W0lyzkLF6][j: %o;8}ڼ*i -3#_kӻ}ԁ{)+/#!N`w)!}c3*3ZSCЩSh60#z-VD_ 6Fd갬iڏUkPp6G5q?112d'a-)AvV9Qʡ->b@9մmhGXz<x ?i]L EA--hpţ؜I2+E,\7Ey!!ATĄθYw|Up0f֒YYLQEvt%Ue-;eHmzODDWE - -HnnbyZ}ug&#;_%N Nl\u>1I}duHki̺KaqU%q{& Ni5M'L6VOތ,zQ&=Bgt\J4(Wûd5?4\eoZeߧ B\}[尫ukOOg:W b}CKjE_)*܀/PU"e| j\qP+Pʹ* 8g E WK+"uH:XSQ F3x-ε -Oz2lbr6\\U;#22Ę$x=a$IQ4yKK794F5N3'B*K8QoN}>UBj.Go2.cb;TWx#P^+C0TP iol .ӂet+Q̴2ꉶ#s^ XwˈSI@1ۯ$8Jb!S'zߘO8Cbr >}RoPA(gzp{&JQRoF:<9 M{GR ~5"Y>sZ1c'G0⫝̸}K\''8V[t|+^! R9ڠ\]瘕B} alGټ+K{wगfz~J ?an)Ȩɫ?;d&I?BTf4"^AuWf I(6(%4؏el>y)(v_)vi vAJh'h&<[87Tс-gU} ܒ >&E( +<]ot/uu:<7O'}:vY(/X2[qO,ȒѤ9Y15=v@J>+5вTriÉ^bq.67L)8|vj,]~6]PQa +3'G8eU!hY0O|n$CGԫ`Z$absj-gi;ͦ2ep O ]Xw4_ Q<ȸi|ྫྷe^jm=SPE@Cڙ8dLFL-QkoJsxw$$b ]b@ܜBsK7@?bIyD8T8R]9$ctϞ\>xvH@k-M/HZ'*n A+ eȗ<Ƽzj}~Ƣ:dcv6΍$\@/PFM$.!4߼[~ endstream endobj -1257 0 obj << +1258 0 obj << /Type /Page -/Contents 1258 0 R -/Resources 1256 0 R +/Contents 1259 0 R +/Resources 1257 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1239 0 R +/Parent 1240 0 R >> endobj -1259 0 obj << -/D [1257 0 R /XYZ 144.724 753.953 null] +1260 0 obj << +/D [1258 0 R /XYZ 144.724 753.953 null] >> endobj -1256 0 obj << -/Font << /F17 400 0 R /F36 482 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> +1257 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1262 0 obj << -/Length 2880 +1263 0 obj << +/Length 2051 /Filter /FlateDecode >> stream -xYݏ8_8h/ڷ.]􀻧ضDuYtP~(#L]q/LQHH*]" \4Y#ˌܮL1.zzV9YڜL!=vp(?`W5O}pu>ܖ>^k2ǽe{7e]ݻͭgU]_;yWk-tRɰ+Gq?2hb#xiaC,CdxkOg$͌W9/Lz4]!YnT\PO@ke(2Oy\d%e -tv1+͕ ;uqp Tb<~('[m/zʙ?5,iJXCCf[We/%7,0ki ڀysfaʯޗZqG]s%+~:`oO=05.q; cHԹmCϥIYp]\2ax8ٚ:# 2 Lrk7m}yƙpntR%jonҸZlǭak_LiMQ?+@$rOxʤ&0"Q.miD rSe>_*l>5~@ -0XsI;%vv+zdC}QpҿXTq m֚KfUCN*\F?@ 7!W=/ B[&Nt/^FӜ xÇP_̐h*ij n7} 6ǻ~_ցn%ڝ\jjxS:':Dh)8v? ]dS?.Sh@^)qGσZkZƹ r=CyIE`(<eUQk`Ht€0\vs>^."?)gԱ@G4~Su3ց܂-H+h寑QT4~DyffHa!L>ϒs=b'=-dϠ%mCSbߡ%=`k(hjb޻?p\! m8^rQɧJMC*τͱg,dM>q8qحǝPL"I{#A x')U UFhs?7"Ǡ'ݹ+47%uJ=6mxJҽc3%gL3k -OAs$h, h bXw~At",DNC^ͱf'؉Bsu+MOC|H nO0gO'qxmRHrm0,dB`Xy8w"npDg_L?`!TtৱM^ޖƂ/o]oՃ/î]]?  E4P& B -ͦv@(ey~Fp.e:%]/SN|4OSf3,fAN2>\$ZXr~$?( ->)ʡ]rTU7mVD aNgqϫE̸_#ψGP!&Np1\@’k AFi -Iޢ;)G3/"B[4nC.Vn[l6.n1C8v-8$]2)ǭ=@0>a&~*=2{ '[?c f86oAhKJIpfn2>)}_`J]>iFXa\`o@qkj{O\US!@ #ԴĠ[5M>P VCW9mi0qhL$\j- Ms"(\ܗR,ˇ -n&Ma[_(YWDp#.BXw l/c,HX}1R{8- C>_XXdPVDZFF[]UtӄTC -;]ghrAVB4Ǚ00*S*_"7Uhl9H}=jPF/E O[U~*7njI]Ap{Q(ZKZ`o\}pD6P'l|]q|e,yC8iƲh7]xMٕc n29}>RNkU8V=0_r44dzVnƤ7,SWǷЙ)+_7puq{t.ft@fj oܬ d%cϟ1s>ቆSR' -TtĤ$] HSi-5GyʹN^ -tRqӻF|ODX_,deq1K/hEukDO_I-銰f6aM}_ kB)'e`"֐/'Ow3dWY0bɕ +xYKϯ0V^Lk%QSmf%F JnO%sKUŪd{[<~7,b7KXx\/|I-/v [<ON?-qa^QL=hs < (v?}YM'NgYv⇗НHl}8r Kl;Y^ćȍ8Mլ^j5߉CD5M=-s^`Q/\ez+f ꂤ A bo{GoUG^#7Uʛĉ={RmXFآ Kܳېq$ ]l{"EAv{覡foъNe#b˼tҶ\Ec}= 0lGnZ>M#fOo< +GFAHlYBV KѶƘ B iuc7㺬A5 FʾHϠ +t`I4lg0cn(- ]sp RVؐ廞\3U)lK7 +LnsYU4*lI27DTnH-xli6GN=0#` hcǽyN}S[ -BB|XX]>$,v唼Ԝ"8v{سnYɻ5y˺(ŁWU y#cWA +K4)G.=@iRg:T.7NFxg8qnlے<+SPWy6Z.5m)$,ɜ6{ '4ZbGvCto(E;zB !>n +sǝE,j(_QAfߕM;4H +ɏ@N6MmՍl +7[-LyJR%fxXB`OQB1!!AnG,9*#Rg (k*eU8(J 2K}7OKz!2OԄ 91+,*MYD .M&Vլ(E3+2Mx/)jlpΆlĵťb9evޛJ V2g0P'JyI~wQ9~gănMXjU1.XUNsA9u!4Ū|}֡Y&+^Ug'Z}cOrk( Ȱ؃Az*1GU;}S''5-=fSDAC3d]-s9L;[D#E܉q5:t릪y{imL{KEaMMHi@v[HsXi=&\b]bUOʢ$S@3ٞ~@~d gwR)gbaK#mDpjl[d#i4a/; Yb$W!)mu)]%D]. mFTǁ޵_ x3M1~Pq&沁_ <#/ @ÏTiOEWPk,WRS1sh`/+97^VWA)c{=8 z\S2.hHlīo W$&xk)WWx%4^K0ًAgKIy2OX%˾&}'`*M"WPDJ +/{R64j Ӝ~u̪V۔OGcO]v[M?Xu"PB w \/0Iꤥ;eXirfkiw0y?g9TM%aϊz&vָI܌ {&6e. xpsoڟ٘+^嗻vWU+>MşD4?D8뜷*ToF7=\K1~(pDv\d'd]>]m,~ o endstream endobj -1261 0 obj << +1262 0 obj << /Type /Page -/Contents 1262 0 R -/Resources 1260 0 R +/Contents 1263 0 R +/Resources 1261 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1264 0 R +/Parent 1265 0 R >> endobj -1263 0 obj << -/D [1261 0 R /XYZ 143.727 753.953 null] +1264 0 obj << +/D [1262 0 R /XYZ 143.727 753.953 null] >> endobj -1260 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F17 400 0 R /F36 482 0 R >> +1261 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1268 0 obj << -/Length 2091 +/Length 2057 /Filter /FlateDecode >> stream -xڽYK6ϯ00^9C9o3VmӶ0rz{HiݙݓiTU,V}P.~uOB.2"IH"%L-׋/WŶ4[nxhwҳOg#$MŒrDx0|g&f$ 0UqUyǩ|Gm"x-iLTzɫ$*6j7EקtۀXY{}ge’i*Ouv -D2ԋdb04h2ɽK]%>DsSpy;)IDQ%'l)h:9UD0 -Ǡp €U,T,`4۝vFyDzH7F;⶞Qs4"wK%y=uZ .Bb_YdԙR,rzf:CȢqEpm%hF,~[YqOg}tmO `RL9cQn;/MVFmiw@U\q}EI濳])|ވO;}3>\l*]m?y MMy?ԠQvo+nzUL/Esnr6YpRXK[]Ӫ>VnB~c#'udy?ɍq*#)utt n|JK*"@I`?KO(`yqV ݮ(AYB4.[&#lwK:㗯!v1I {t:V+`l%&gS@BޜtC@ѡ[K\x _{70/8cyh?kM-}8f,ƀ?iJb.Q Q.HEF|ewA3D 0`Ml6zp*7-\'ģKyvLbBgZ`*Ҍ._]Y>6 $+R&m aL-r'D(厎ͩdJ$aT2~c fNVۛO(}ڿշ|?7Mݜ- -tP` Zζ{#D+y>oJ~`0L ϳNc4 cHӴWxbwxQWծGQp=nsB] \rn]$٫5v)ڢ"[Pc[UD5Iu CM;r-@v\5 Yr>J Ri( tV6 7t:4|32"p)lSe<16QPn^ 0V|+!S@9%VF;Njfpت^YcbP꼆 0 K{Rt+Jj,`vq)GUߕv[~< HZ,'=;q~]/VڽXW2aBFR\,vٱظ^zU R)M@)` n6TVAOR)n CH?wf)k j#X8~qt,it.nkua˰)۹[uk,?-_g8Z 4ɐ$fE<0?F0nvb@%ذfKR)lŲ0?w}U&,+p -Vz`"Ϋ*?* H0n P%1ɨ̇[IBbt/F*y3}GfLpH,= k$9{yvZCLA>RqTQ'|L +xXK8W1G|X`v3 ! jv %Y,J v)>Ū.pUrw\-$ъNj͂rIT*2OFZ~/\DK)ޘD2BnGEYɕ߷!љd4Uk>O7Bt, ApXLEF7ETX~Mg2{ks&~W(so >Y+IPΒݡ>Bdw,յf(68h.(R7*\Ś!q)l[La7KefI-yj;Jv{azZvNvrHBmU◕N9AHced[R¢#z\ATt^#<ݵ9Kdmp,&o*7YY><{]ί5C'~=](,#%`+d' ڤLDgT4c{7jhk Y1iܛ{wŏ4tuE+7!v#MfxYS8[ +m+thp[KPIEpD%FFmcEaE2&Py]MxQCÕ Eog(nfSUY|2bQ🁃)c^[U,#óWї LJV"zG߮s}2"JѹHo*&✶mrVMY{,S#7ܢGHF[%9*p1] +70pM[7iNldGq==ۙ4Sgl|1|=l켬+4̇*sfo6o7oT`"J|]=[VծqxoZe|/3bk5zˮv}3c?l_#pzA ǹqUZJO؊T?Jw@9]`7-~eƓ~B&>\C&NkA{(i&XHo1%*͙ϗJHX].3\ +"X8 71B@-`wb%/Ş){rޚi2H%{cG#bpX +29HM5I@JsK(Naߙ.0A^G~ȂQkԿ #!D-T802MqBv +{&KSSF:<)4Ƌ%K>{&:'|I/<ÒƋ Z1A;K|njTA>ODZԯM^6ؾ[BɏJ endstream endobj 1267 0 obj << @@ -6900,37 +6872,32 @@ endobj /Contents 1268 0 R /Resources 1266 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1264 0 R -/Annots [ 1265 0 R ] ->> endobj -1265 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [353.948 316.092 421.125 328.045] -/A << /S /GoTo /D (subsection.4.18) >> +/Parent 1265 0 R >> endobj 1269 0 obj << /D [1267 0 R /XYZ 144.724 753.953 null] >> endobj 1266 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F17 400 0 R /F36 482 0 R >> +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1272 0 obj << -/Length 1843 +/Length 2843 /Filter /FlateDecode >> stream -xڵXݏF_aTK1aYvUJ*3ئ3;04}ϙٙ|z[3ߟ޼"r#fDJʓ.]~+?6/:;iSV u]bYgq&4'ӊvYВϞ1sCova9f7˿~[XFA_FBQ" rxK+ -6;3{s|dž)5u˕sgnj7m%\Zp/r,i+jjQ݁-wq..w8Yx`#]+JЙG7%=pJ)\>H.Hj+/-"Z^wu׀1gYt !' l8[q0D0F4{} ]C) -iЅ9ytǬٍYOoc ^kDU?ra¸巈&9]y!Y' >m@.ll`SHxŏ -i_ 9.gjęZj1 -F>84k#իbv$slh(h|,|}<De4t ;\2爍s0}9PdE<#CF:0Z -+E,3Mb|.n ;+9fm˾nlI/,tz%(p=@ -bP䳫l5T2RCu>"zc3wt- .aָkJyImBH32M葺PHU)qGtie4~2YXTp?,Q-R84҆98 'I4=\a3-Љo2i88.q&׿ xL~X:?t6ᱷ@LNq '7]Z7i:Ywܴ-0">Moz{`vH}ܷ>tzgYR",G'zƵ{|FuCʼn Toˇ7V +xڽZo8_a8r(.]􀻧 lflA}g8>l%q{׼D$E 3N,o޼J)˒D-nJDEY/>DTnۼyU<Ϳ{Y H.2$e<-b~z;+S>5"Yjze~{y +X3 /JRaq^tz:U3Rbo9}`i) @S"ۉ s) IWAy&?2X}.Bop,BfimRq> $v{΀؃& {pvG& {p/LC)Bp'fopRypqG?qxQa_Z$.'&>ISkpruoq:,w&17Q?pwlC/ +P.VyWTݑ*c4Ab@ezpI9"\46P ~yEuCO!/L |e"`zNW0F?` ɷ1s#^ Np*Cw|ɘ$7G1>Ɓz CxoC2(g3j iVԇs-ڂowƝ;\khܺP:G:$:o;)8H|Ct3f{\9ki2th12Sx*=-rs.2,NPG1n{/ʒZCE! $S gj$svi䤟uق +Xyp +BV'8rq:}_<*m8/L Xa&&{L)ÁWpÜ){@&4RlvjP+Rޥ?H\li u+zw۹4B8r\?D }5s6 s9C;jOTW.ɚt\¨K~Va-8H_2̛"A^<`h199ϟt>U i;W|J=Ws]%~)e4aڜTc|L2D͎۞n< @P.뮟w3fItdGuU>xv\M;h'VqkTuGxw߷ vc| r&.u؝Mos6 >L]P8>g`~oíWOU !R^g>Oc=51+<_^_Uq||AW7"#*25.Uv@m[Vx˜&D6v: g{g2YN$M֡F +]og'8N*, WSAFq wHc:DoBE 3Յh$ (dnngFp~K i'' v%PSK;p8Z3S cnPY]}/5hikM ڼ3V:|4s_,Ϗt93tySI6rLꐼ MJXȽݶ>l}VHM5}R* +qnx5-&AGvQ &:EnRs]WDO|`=~z,lJ=‹]X꺸{z^6L ?ad} ) NfKmNhB 8`,Nocz"wvM1#E7cwrC->xRkθ m'E&ۢpKio/00{B5+D]; |I[~yv8bn8m,RLV'liOԎMKkE4ܱ:_ c5d,O&2w?IؿZv'l 2,>6s", +FgJ%C> . WK*eogG)@ރ"V,6<ͺ[MT/.UR۞G9ƅz_C{@bC{1Hѿ|@gzXY_%-ygxi[7> endobj 1273 0 obj << /D [1271 0 R /XYZ 143.727 753.953 null] >> endobj 1270 0 obj << -/Font << /F17 400 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R /F37 483 0 R >> +/Font << /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F17 400 0 R /F37 483 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1276 0 obj << -/Length 1133 +1277 0 obj << +/Length 2327 /Filter /FlateDecode >> stream -xڵWM6`I6= ([]}aiՒ egp޼sVÇGLBH ,tGD.a0ãOBBƖQcb?M^Ԣ&tNo@C`9|b/yaS}jEg5<#x&Y;hc؅VԚֆ5PIe1w+詔+sccz'U뫵r46x2QRYDÀrxV\zӖn+81)iYCzK)k{}Is[Ƀ֊2U)POV7 `@ËS -Q=nmC@=UF HM,EOˎ/'nD "+%_,Vv35r1@s=pS}Ͼ&7oDO,@~_Pa͋DUdXMЉר# -p|DE%Kм\F1dV z341,XI|qÃFG @;FW+N恏vz1 zao&"KiQa+go(k]͐kn2X|ŸV#zLcXUipFߕi}ռVI DY ,VIUTXY TzQR,C<ԜX_ͩGOe[]eޥI(ͪ}Q7H1'{MFXn4-M!"͊U>}ú:Q M@A_DJa_UI<:܏ۋR'~L^nrxx B 87YUI\FMFjs*"*UZI-uE#c^'| -0v*WyRs0kNd9 3^RETThT"L8@ -g?C. ]íNފ܂nB,nmͿ۲[eVn]-ߊ[zKOݞLś͒YB%Ywdz PE,I };Ol1 +xڽYݏ6_a 8T{Q(P}im"K>Iva \N{2EgÙ|(\l7yLH-7 .%KdH/׋OA3w(V\A=" LQ(ňQY$ rMy?!҉XTǕi<%ga:\ȁկw<0AQR_^cNmHAuG|h6k94nD G{x,]"estN!DPt!$HxnwyCjfȸ/XI-RheħL$|_[cLUL'"E&)g ג <xȥyt P>⿟F&ݒ`̯!˵|[XsUg2i\qATK.#D,ƅ06yYK-s?PI36kۼM2&ϱ/AcPg4\h +j,#̀8p Xڐi FVaik&$c쐅\\i`KR&`|LKje/TU}r ҝO?O0*W";ۮoAt-0u K< 3x +LD//rriը1ujG/eQп0*w8>S =q\zn]՚88pP9/!cp1fB%W5˙f:. aVAqQi{!ԍ#r-YR y}YhgY('ȳOXD0WBЌbr+&cś/g +9¼19xpQo7`'[7LJƬOjb2T]c +͡PST!N;F;e2,q) O.=IwyWgj(6/6ıץ@l/Aaք]/j%L0$ QMU4ml'uH!WHvMȭ)dט;1/PALK4i3@J/7K7o)]9pmb@φRx´H]Տ4SpٌJJPB"6f:J066Ů<~bqT)Z%NV@4-b˅6 iu:v$SQo]3VVXy„pM8o 1!,ϚvdC_dlˬr>[!c`yDTe+щx5v/VB9<3,6 #.+f u9 ٰ +2h&hPmL\& +J2{ӪXZ,sϔ`axA_dM2d0YCbfǢ0BC{!)5[8WL?yR90HX> endobj -1277 0 obj << -/D [1275 0 R /XYZ 144.724 753.953 null] +/Parent 1265 0 R +/Annots [ 1274 0 R ] >> endobj 1274 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [353.948 267.156 421.125 279.108] +/A << /S /GoTo /D (subsection.4.18) >> +>> endobj +1278 0 obj << +/D [1276 0 R /XYZ 144.724 753.953 null] +>> endobj +1275 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F37 483 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1280 0 obj << -/Length 2259 +1281 0 obj << +/Length 1830 /Filter /FlateDecode >> stream -xڽYn8W1[|Sjl;T-BɏJ}%)R=Ie}ģ(S|χO%ȐD)1zMx2ұ"%1JXYێ./G$\X&D1fp@5D* fJ׳1@>١:QuQTVn;zcOs4 Ijؖɶjڳ6Ǧ lVϬJuoKց$9$R251QLM#DAO(e2ǘhZncNr{P=J@[p61b_ *Uv xS$މ밧 W=55뭕"jw>wlVQcܚp|*yUn-aH[k=^(ė;Gƿu-oQ2e_c<*t$J Y^mt:h֦J -%txy^Vu`[ÉRYi-є#R%t[͔TfB*b̴u {ndAG<xYbH0;~ 9[R >Yc9 el5FdK`%tUdQf~`S\$kp1WW V1fvO*u *} -O8̪fQ\=WmVz7+*kH0w!mXnU;]>吷`4;q +] =z_+3R]Sy[`@P<REK Nni(MTm8] 4a-F!]q˶?{1BKj{XRV 1]UIK^jGӞZ )I$A d;:]>|⟽n[>| \ -bu(ܷk6aqHFoJ3h*[>h_+n/ym{Hӹ%lY\+vY5^'&RPMza0lM߂}:j(JXJf ek"C[q~ݡA>r11m\/C`~s<z’PmH/Ӫg vvi*ڀBK^Y6a2O8C-tWna|= 9Dm`\; !)81 0N+K*O4!l,X;%'`vȿSn*< pSȣ02[-$,*{-6A18t4]r GMLU#J)!1%ژ>~Xr[Ñjʻs36;ȇrн){N`W76>HioIurzOw ɉg7^OOnWsF;v<`sPo -i;~eմ̷ `L}A|em+!inD_̱e'I`2Uݽ&Yv*Dy|Fqf~泝kmы@Rch1v)f$Oqh;DB~D"!]\QE'yxWM~=Cm$S"Vv?+F 8,^)^J=ޕt\D]\ADӳ7(3't!PF9ApdՊ(Mha3*LAu(}1r ?4C~Z6;\=$S6~Ě^bCPJ08,w{ߩADw&O^@4MO<`$¦3􃤯)ǥwҤ7.q<Ȅ`fp>}K[J_NEBt25rB&1-E BϝPݧ.SO|:&L-"BH%^ YnX2\nT_h)B}[@Ąk%Xv5t_Qk;ܨ}TTnph] $њ+Рz)XD 4T$Yz?9( +xڵX_6 p jIenClA+wN!}(;v9]X("")̟Woh$jbFL"ݦG.u^zkVe?qxVY%c\L`%ALO\s"$(0rEc+s='zb,V"BV_Ǥ^Em Kou)pi]aku-oƤDhg'MEyV7D}yt96m thBΒ0dE-A"cac* +67:[˓ޱk qI|Ew.]V7]c\?T35V kKlSgk6Xq`_gŚV>e?WfKe[eϱ"9GJgNº՗e_350`6ϊ1rK2r }jh:kqs/5+vVw}Խ1Ee(3UށkH;}a@VtOu5~|z] u&$*[p"6M֞րsoisQ +NGK8aBQӢ?B)w,;VKBt+eγmf ?df{xwvcswn~I\Gi )ܑ" y":Sʵ@,HzajB UL]"΄PڹѬ,~x>bfl|†C&w(Ϳi1b$ki evA8_w;QY55 ]'o)zǶFҰ dՔGưmryFn#˝t![ 4_J/OY +;UUnOSRVāzI{J B3oeVcbQgkԤC,t#tma4g|lŹ&ab%ZjQD`SHV> c1V3.!, ԆPi˜ &S¡6X7#^Y`-ɁGd¡e'ۘ5R;O$ AAe ql"%lK0q3+HS7݉tQ1ǰ&9hOۢtlP~OE3BR8+Il/ +>@F6rZ8 Tt¢I@P u-aB25g7rSvQ` ,?D 2PqQ 4p!ƝD v*[C Xַ_mBH3sOC˘e@](MaJ3> endobj -1281 0 obj << -/D [1279 0 R /XYZ 143.727 753.953 null] +/Parent 1265 0 R >> endobj -246 0 obj << -/D [1279 0 R /XYZ 144.727 606.513 null] +1282 0 obj << +/D [1280 0 R /XYZ 143.727 753.953 null] >> endobj -1278 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F45 504 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> +1279 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1284 0 obj << -/Length 2331 +1285 0 obj << +/Length 1180 /Filter /FlateDecode >> stream -xYo߿@PRy⧨z+pEKy`lVW IK` I}vvqXHo&b??M)IS -A,Xfxd:L4KeQB7{YUy^?Ը/C^ftϒ=n1e敧?>ǟ˒X0яd[/" gn Y,9OTJ9vE4~7(U{ - -1=徭{ &INwNtK^{I\DSvhBymXֱ7(g4Ȕ:eLWYsSDK1G`t0ss4,D(mMHӽy c H!Je6ن/`/'` !n`$&z04VE\)^ ǧŠ5,“=5Y$ BS+2'2e"_- YȎMfΠԮ#$zA+mP+R9nY̖tt@uO!"b@IRon,5XD\8:q%-UJX&`3g| %,kTx<%ȁvIc:dVqm'4wΩ ~u'wR"&rɰM9[[rNIti#! BOd_&PuSCvGrqaܭsI},񤂕cKݴ>{Ɵ~`_;N\.a;x3d|h{ږ|% xY V7Z\7[,-&KN0va`8oS*@Y#L]}kkw?OmIa50ܮ7[V`oxޔl醦ћv0S1qk_W0vl]Yы'Ҹx&#K$՝!˱8զhNmv=p߼\M]_b,6/vby뗺kLQ;vu)ω_C (婂nqr' DjGOƢlhysva` R}ru,df殫$>*<^գ4`|LZvvc7壩[dOGŪϙ8H44!0RYMLSX/r{7PS<'Addn/)0gP% ~C4&ï j QdMH\5LkC"no@sV]jP [sX b6NmOqTolzCxa۠ǯUF \Pmg]Mܵ'N6tke6WUKC4ooRh3#{eV'F@H7 g4^膗JR};^BC(:^)z◳{&MHkxwjկHC Or&Ӆ,fJ)ndd<#\ 69lh[y L&)Tpc~0P(4 |(KtXCfJ%=dʱ&lS} jmHukK%EX{\2h[i~ȷ%n79|niMa/|Y=^.-?;;Vw1C~|POz-Q7l^ +xڵWKo6W*EC@n=,|݃Q {"-[H1rH$pfX+˱sxFB4| %tJmGy[D*6C PD8>7-zU=eM%⇨I mI:b-= ҙ2|GVH;-IN8KQKc%leqL9L6y$6+n7%YL_zh=eh~j7=q+F# :}+MU+HK ;SQ?'Y2L㪏*Euejȵ 'pҋEMzL&-CFR$>gMZ)Ӽxw$JAl.FWE`CCԗC9p61Osj2(^m4o6OJtײ0Oma \R@XUև~UM8D+A 30֝ús* +`NԀ@G@(h໨yz^Hcڎw&VeߦzLC=LadBLyg*UZфu>{8cN{[l:7sbk\‹YeǮө";^5sapTE{x47ĭ;Is n&emO:7q[vmaEoEnYQܒwKnts2]q FoZ;Iժ-R6 endstream endobj -1283 0 obj << +1284 0 obj << /Type /Page -/Contents 1284 0 R -/Resources 1282 0 R +/Contents 1285 0 R +/Resources 1283 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1264 0 R +/Parent 1265 0 R >> endobj -1285 0 obj << -/D [1283 0 R /XYZ 144.724 753.953 null] +1286 0 obj << +/D [1284 0 R /XYZ 144.724 753.953 null] >> endobj -1282 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R /F37 483 0 R /F46 505 0 R /F48 838 0 R >> +1283 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1288 0 obj << -/Length 846 +1289 0 obj << +/Length 2102 /Filter /FlateDecode >> stream -xڭ[o0)Id.˞UkU7,! )qb0w.kX5rmzu}OŁXӕ%X̥"aMo.lx6q~}E`z1WsD@<뙞!G#}D8XMO\\xnAqN5)T^n לcL`<251A|^/ +xYIo8ׯ04 bSj\'t-BHr }#)ɒIa.Lo>&-F_+<}wF$J|h“,=F~U1~yw{߹)hn$Od2PNL"Q$3&$i鯳fJ׳~c3}Kug]uQTVnzcOs4 Vtntm~nCMj}n6}j +"t +-[mNb(=NK;d?iRHɐՄD1 :ibO3AO(e2hZncNr4% -SH""pc/smd3T4Hy +hۦ13ױQͶA.WѮfn)uG*-4-l OĀ] +krr2Kp/ &20> }S spnO>uݚȤ%nփ([~ЇoY6|hQzlxDBVM8$mkƍv.ba~aIm>fj|bu(ܷg6aqpy1ߔ Z'fl]X!M,Jrř!:SY?vW +JNLvV=2`Z` jsEL7JXQn cE-oE׷!`E}-G ơ ZA 󸈉i玬3X V[E$Ju%7a^UOlc!Tʷt= jFFcp)螧vIz!R{ڻVxcI$%;LtgcgS4X{f؛>P 4@w ,0X6n,G,!L7m-2,bz +nH +)4]nf(tMLU**!1%ژOY.v8dy{|CV8;{&}/{N`W6>lsEֆKt#9|*pxy~9r%4:<oxx;<,eFQkw=\߯y^h[Ji!G[vy}y'I@b2~}ݣ*[s( Gy|Fu\f~݁7l(}%We{WfP`)TvѼ)f,Oq7P듻mޅ%>TE/@Ibh#v]s_q+F:,0Rnx:8vqM/޷#f9'Sbe_V'@jEhfTjԅQC!@KWtՐ?X6\A$?l|7? 5?̆apYbO "]X7y7r41? z0cxKIo(] +z0) X`g6P@z"> endobj -1289 0 obj << -/D [1287 0 R /XYZ 143.727 753.953 null] +1290 0 obj << +/D [1288 0 R /XYZ 143.727 753.953 null] >> endobj -1286 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R >> +246 0 obj << +/D [1288 0 R /XYZ 144.727 572.388 null] +>> endobj +1287 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F45 504 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1293 0 obj << -/Length 891 +1294 0 obj << +/Length 2409 /Filter /FlateDecode >> stream -xWMo@W YpU.4j"U9To%l,(,{gYp iXR'`μ͌<:syt.$JJ'Qݟ6I׏d8}=xBG&@ x -Lp#:~t?TCp |L'9'yz9_ǿvt;.haa@󼘪B=5yW],u lbrdQ6v\WyDHX((p|ݚcD1qenq;E7+s~1"0G!5AxNt?%ـ N6pUWZfC1fN.ma!Ɵd6۵ZMS-#kj%MInI*L}RQ RyלNÏ 6_ HGߊDxsA@]njzol"| \Pb\GEjF[J\g_Yt I\<z{/x6c3Оo3{ \><6J}gDsZWH Z@ z7CF}QL֫+3 wY!lAy5FI2[doFlbE{F{wansVf%ZкOmLcUoͰp4 4c}?->a-㕮SW -WlėogKq/ -VwNk[~q! +xZݏ!8⧨M) +d{ZՓ%C0w>{s=eE3o.ObHEJR~B%$Vtq^d+N(5mqўu2{7Np:U@v88j|]i‰"G_JKG[Yp}^BG>q<\yWVZh;#ogKMń3Qf QpGʭ:-qmQ@P0e@_)xD_ZT6HtuRʝ =UV~:wmB^tꀦ`dgqo߻|j1 I4&ž瞐\k@:DQekK)8L! DeUW*`VStK {F':UgU7(u GGOm(|CPSfN>X' Ov}' LO˳Al¿]&I|2TXD@xg O6Iяw4K?>c҂q]QqRw)$MMgN]L }@D06}0zH`D>Az (%szg[>mBӔhq4јsB%%Xv)4)i&C@ZEeyQ8*$D Ľ +d&hr+n,V"! +Vng?X&,ƀĦ~YXz-6KFhN_Jc1~Y'@PI\M5Vh`Ȥg^E[\˳bȖMfΠԮ$z*%j2,`[,l=Q 鐝@u%t^1 $yPon,5~DoQ w%ס*%,S]U=3BaF^ ۘ %A4CL̸6 {v R:*iODe{z)=9~ͱɰF9[[9s9P1l$7lm @(pՔ޼v\09}) +S`iMK(jI +n``>;X߅{UmIP4cH{kݕ[[(jmhJhW"8% +<F)ԣwe:HϚPէmNHrO״S93IugI6r(uV4&:=&Ҩ9Bum'ctOuB)'護ZH&d@8)z@○ .eqL8᩹r' +9I

    oRwx >+UQ׎9 R*I#NS}!^Ѻr}'MQ6K@dysva2C/Lɽvg 8jq]YA|TK +z9j==Y34NH砻:nw}1C{![7MOGŪϙ8./8ihB;≏<^B/@z/qķaU_  אپd=N~Հ#_yj@N6!urEЪ @(~3笺:r]Twi@o{}ĬQ_`ik_Y%=`or(:0< װXd.5`Yi5j3S}"mjƖ.wlV݆*o M)P +-#M{'se㉕&yv-hԑ/+ KIbp";+1׊8 #Ai׬قWbȯSGMw( qE(I|uW22Hmߚ#h1|E& +“R07 &dY +_wCRP(!Q,ӎ&+}纙8sG4ogi5*  XJ6wF endstream endobj -1292 0 obj << +1293 0 obj << /Type /Page -/Contents 1293 0 R -/Resources 1291 0 R +/Contents 1294 0 R +/Resources 1292 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1290 0 R +/Parent 1291 0 R >> endobj -1294 0 obj << -/D [1292 0 R /XYZ 144.724 753.953 null] +1295 0 obj << +/D [1293 0 R /XYZ 144.724 753.953 null] >> endobj -250 0 obj << -/D [1292 0 R /XYZ 144.727 218.967 null] +1292 0 obj << +/Font << /F17 400 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R /F48 838 0 R >> +/ProcSet [ /PDF /Text ] >> endobj -1291 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F43 485 0 R /F17 400 0 R /F45 504 0 R >> +1298 0 obj << +/Length 812 +/Filter /FlateDecode +>> +stream +xڭ]o0+,E4\a]UkU,YB4)$ +=s3@`ts6cPrx $g@ 1`'l6ϋU~C)21)̯ =HZd/t%ϛ;ZdTӒt\^ML?|5'[]yf̀TѰ +$dZUҒJk.[z< Jm2:(U7E +\ +oZ5W}J܋k`*I'9 r}J*A{f\[6\n\SOfwX&NANh>/,nr Ƿے&£I]>!.Y| ҭ:|+7ٖ֒r/D>=oVe_SL@zC[Y貐LVE< kMAVgbCV.ɳ9n-@OT ]SA)S-(Yܴ<>~ѫ3Hky؉~()r7 l#inzIӋ&]'2W+Շ0u!^gSFi)u~k~`jVԣ7Q7eZ:,W6+5E;S& Ud;Z JA8϶ƪ┤};i=Uq]OC5'2䬞P9>-Ӟ8 LL12LGdzhcVi}Ĵ5jvfOf~BsM{ +HV?UE +endstream +endobj +1297 0 obj << +/Type /Page +/Contents 1298 0 R +/Resources 1296 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1291 0 R +>> endobj +1299 0 obj << +/D [1297 0 R /XYZ 143.727 753.953 null] +>> endobj +1296 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1297 0 obj << -/Length 1426 +1302 0 obj << +/Length 712 /Filter /FlateDecode >> stream -xY[oF~ϯUUp)mX=[Nh 1 -r,3 :R/fggfvأ=^̯ wuh܀P<%bh}\E8/Va5~ml|(ECO:_F c*1mZi>f?3|r+\,*ɳ0UET>EJ)#y=aN 'Z\Ee0lJ LmoBm"34^LV|4VDRb3>PJQU>pΡUT,OabB4*IATINCDZ_-WH RD%}#M('ƩckSw\̀,z{W0[1VC#{l]DPHs$~'$Ia3TϿ 8^=Ok[!x̚i`>`Iid{@ħ*^ 0< CCӯǗdϧtjTB'qF;TұzU"iR'^q"8aa\;V+[\7 wHQ$Y tp1Wpޢ8*MJm0eqddj9ϥ T4/˰تЛ,,y8cfys{z&}fpmlZGU:uJ8u)zPkwjn[Coz8gQp{29Lf/y*aܢ>V%8d:ZmƜKVS3 -M'{^ ^vnvXƂ' gX,%sȒo68==QۯT_UPJ9TBuHl9#M5Q$wN=|]y1㌸эya&]F{sAp{u)"e/ol7 -.#l7B 'oO3'y(zT%W֬ -IHB:[ R]!].=b[F?1(g߮^L "L ('ch:t*V?~8/2so~/ti+YȆґWQQn}X:- +u!J.C$Y}vy${(0ސP6Ae`Rƙ'wb΀U`t s-Ʈcama33~~em=JQ1FfV߶k1ƸRWD JT[r9 j"QEūS@GApf'oֻc|jfX?̗ߝ`1ba{-Oq啗o!!&4#&+ū|5m)O$$RR薮$5tuӚUdwTN:mR9D&T[rJ5*VF^>iBI*MKSԻP Z@X*p}jN0ȩln s`!Zk߁3LzgهG->o:N|ys#kKpx1#M:; endstream endobj -1296 0 obj << +1301 0 obj << /Type /Page -/Contents 1297 0 R -/Resources 1295 0 R +/Contents 1302 0 R +/Resources 1300 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1290 0 R +/Parent 1291 0 R >> endobj -1298 0 obj << -/D [1296 0 R /XYZ 143.727 753.953 null] +1303 0 obj << +/D [1301 0 R /XYZ 144.724 753.953 null] >> endobj -1295 0 obj << -/Font << /F46 505 0 R /F17 400 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F37 483 0 R /F36 482 0 R >> +1300 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F43 485 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1301 0 obj << -/Length 1615 +1306 0 obj << +/Length 1522 /Filter /FlateDecode >> stream -xYQo6~0 Z% -Vņb+ڼT,D4QFc#)[VY2%(GǛOyr;'3Mn >pď'o$΂ pMZIzJtFӻ_ 1"4n  ܘFڐDlSFqh,H B)>nE+~ԗ\k +ȸύxȷ l =t -hbNˢ@79D[BZcy"(,? g rȖ𲰼t*,>?SXx|&,GqFb'!os 2!-3?rʦ(apÚ*YLa4 ^TNjL3-ŧ#x/^@%zb۬\FH۔T(Žnd|7 - ^0˦RSVXBC[(Ln "ц.1؏k˜wC|||l.-38>6 c ^>5J~ e) si(~,JX%U _4,a G;<@xy!۟yWnn I|@mZWo˓bnÐpuH9Ň -O1|K0lA>[n}<=O,t /K# *l.JV-dp߹U$QjGo9*NRMUg+Fs`YR?Ubz2nd4~JJ A;/7#jݵHN H `UMB-Dv 7cP%^w2txS "ٮr/j $lhb6qCyGIUB|[5W]s\`ۏ1=DAIXgܤi.k0 vŔ7p9/X&Fȥ`% -QFEɲ;q:QwZ*ѫި-L+a4* 嘖rr8`'r5:Of5 Vr[l-F Fky"J؃Qa$9VxY6ƉzVCY - tTUʮY5W.J9r#(z~m ~yy"Y7+^d(PfĀJb19kW_в 7vww.o?Jcc4O?|

    x=IZ=%ű\Nx}&u}KpՅ2%uz, TrU^جzڮ +PxO"i쬋nRs ũie]֓NWHIϦ +TTIV-4UVuVjm9]~nz'O+ݽxYXSd "Qd(P$+sn+iZlfm~x|į oItxppN^`PR(]]qa9ZUC-ibT`dPCAPh0)ɰM#*8>K$u]E)6VeaGck\pB_ȗj@}3֬v?Ph?׿B} iiE$v`hq9'@hRa\%> endobj -1302 0 obj << -/D [1300 0 R /XYZ 144.724 753.953 null] +1307 0 obj << +/D [1305 0 R /XYZ 143.727 753.953 null] >> endobj -1299 0 obj << -/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R /F43 485 0 R >> +250 0 obj << +/D [1305 0 R /XYZ 144.727 716.092 null] +>> endobj +1304 0 obj << +/Font << /F45 504 0 R /F46 505 0 R /F17 400 0 R /F37 483 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1305 0 obj << -/Length 1217 +1310 0 obj << +/Length 1587 /Filter /FlateDecode >> stream -xYjH}Ẁ㞾I^1,]6~AcKlI[}|I;v ?̓NԩSVOF7^|ci 2B)N2ςIH/w< I•-Oif^__'c}yh͇#< =uiƳiDڬ5뢘F7cD@MC&!Hrnl6Ҕ땺Ұ}´Z,1wme%"̍qfUk -kl-KVu~dYV'QsU[xEU/_\4H_C )ѱeIbT6:Kym6PU7$} @8w' B2M=C+Ub^G^yLN/ &x>cZ&t6(rÇ*J6 2Wu,j[Uc]WhWeJ&`m {v)U?p݁>w^4"i&yq]8Vh:O(q(Dۖ4êZx/O9)'? 4=l{U5+94R=M{ރ?+Q'Q? $ IW,+!}ʪ?D]aC -ڧD!b}Bd!ulʲWo tY{;8Ƨ6Wj뺷K W)ɬNҘ FM^~)͘n7`\^XSJX{7_.l~q/нLwFYqHJ;w8ʝn8;/9.,7 `% eφ%xn.>K?iԺ+̺iye[re™t& 0Kl WVmVf58 +R=5Ü>'$FF]XnZsն4cRUEU̍~_^fMeG B`nڲVsCLYစ pwP L%}JH1|ڊ+rZ 33Hdf1]'u>o~8#dRPf`t;(csW5|/.ԢDAޝpLvryV,CBvuF`*.1IV4v0c!%?TmfIe U͐Z&d*Nr[٫P%9韡L iwv,_>jn# Z\.!5ql3wU}EL光fvs]W#A$]xU,ٝAAc;Uya HPb@iv"F~bQ6yJKE_/O1VNVZ9IL<>]>_%΀LjDO^T>=9uYoiՙj?D ̱^_im,%eoKHݓ[/gIq_LȱJm7'i;ANݡ™pa&#>J1XlƔIXdحK#|n>b[Bom +\Dװșvn2}l7m+5-6F AͣfDD\yG(='0wCX#p;K7h05dЛ +=R +ڍdjഥm} y8jtZ%5xǵwkcxơ[Yns @[N90ݪyN|q1wPjӚeēAkҚ9K*'rZ`Z- ]%*uA |N[B?`de*doϛB endstream endobj -1304 0 obj << +1309 0 obj << /Type /Page -/Contents 1305 0 R -/Resources 1303 0 R +/Contents 1310 0 R +/Resources 1308 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1290 0 R +/Parent 1291 0 R >> endobj -1306 0 obj << -/D [1304 0 R /XYZ 143.727 753.953 null] +1311 0 obj << +/D [1309 0 R /XYZ 144.724 753.953 null] >> endobj -1303 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R >> +1308 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1309 0 obj << -/Length 994 +1314 0 obj << +/Length 910 /Filter /FlateDecode >> stream -xXMo@W JF WHnRCU@p`QBf<͛76,u<;d显\ɾU+^O2 ة5%-,&N,HpE&ʼ/D@ ϟ1~‹RaQDyyUi/bHzF49.1>~HXWZD,{#*ym^7o[SuP̨:nI,6Dap8Mu - `<տ-tRU2Aԩ2 ~Js.canLK&S2 n2D^wA=C'<'R5T.dyq#@Ua0O1ٗ.\ӇAawFⲉ.,#h 'cZ Te (E -}TP(06L`]V gee7GyfSdќ&pLY3J5Zl]> F>o&<dV4ul%u(;PspԾHjqZ>% W#{ nQpG> @1 "EP'^o5Лޓz({ w8M"WMF)l k W(UK[ol;iJb[Mjqnmec*ZZj? %-F72z.F' G;acqvLJx²cw`"U -l|H}bF) ca-E:.CKR-uH'2VEHeynjz#?6Θ9Diڸ3=fCf OAIax|b*Q -x:xջBtnLmjz׏:;#xxD%k"; LbLU/ |`hcyQ> +xXMo@W JTWHiRCU@p`{gwc;0r{of8pх\M..ooxv$a;MhhLr g73;<.b=) 0<H\H=;ph7dw I{Aq(dpWztVBв^2O󲌊uUź6njD@zIE6vyQ)\ [U_]"JrSn$y|ƕ'.z7| DT>JI'tdQA7Bd@Erbq5OVC buL_)WE4H=Rl>B)")a!I&1)d45٬;N=ݎO^lI=g9Il$fN׳)|fۮ-5`v'Ѳvʌ> endobj -1310 0 obj << -/D [1308 0 R /XYZ 144.724 753.953 null] +1315 0 obj << +/D [1313 0 R /XYZ 143.727 753.953 null] >> endobj -1307 0 obj << +1312 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1313 0 obj << -/Length 1500 +1319 0 obj << +/Length 1318 /Filter /FlateDecode >> stream -xڥYKo60`,*V|@Ewb&=996%U{gHʒe%PG&og_>|BIF>'w h0 <%4ܭ& \{T,rEHA'"KuF Oֳ9efcqS!%\9'Թ{f?JX濚}QnNϻHf4ti9_X aLy*3k۝DXTԬiVl4|dl-c%0'+d(Ԫ_ɞXU,?)cCCae[qG-o]L|7 -XInOs܈FgOBȟQn7 -tu:kp2:!D(i"2/lPlFˎ KZaJ.sh~6F Qx8uXEv0WhV9 NQrDŠ8axAQ0IcI ru.n$$PnFLaU( hUv{LluTSTʡZq#xPTumuCA*3 P`}d(advd:ű+.^;8Pm#ڋ07icF - }֓j̪ݮYU؈['W.'oʆԊ7@1׬'5( -L˴,x1e竏ËO㭼>X/Svf@62#iۡ -돼]8Tvc'vm[SV \Z~{U:lcS45U8'4*J1QcV]$Sk;jg?) xf5g]9`D5Gb|jQ ٱ/MV=4%pGg0*L?#`ѿ_'Ʃ\X0lRI6"r4"kٲ<^-L clȂ []|\'sUytto@ Q=`hۛ9b~պU7F^s(nR[X`+n-w s5c硼*ޞiJ&]L[p@ݿtOxta 572 v#Eti #%7h>Â_'.a^n\ f 1폍g7=;!7Fև`$)zrSݐ p? bFwCU +xY]oF}ϯ*aR$ڪA"*<;A1yME>AaΙg$\*YQ!dғAD(›Ӵ8b7y2d n.Ē+L0$w#ʉRL̄S Q"u?E=ڠe!Ir_ݪmһġ fр38w?~\т%)lĽĈ9424ne h.1"$Ef1va:]| oʬK +oI I lICQBCb8b/*lkId8xOL ռX?2+lT,Hf׀,Ǹ!KwN(L´#P@L}Xyk3 +(JT퍤(-u=wRVL/>2,ű15*䵭 m%ۨRMI*tEVU'y^|7V5=\KTk., g dIY*[),Օ0 G_ؐY|+K Ѫ/CLLb)qL=n~NZ'.]Wn?Lvأ/^xys?S'~{pa_cyU7>Ю (xo$WТҬm-ҋhX]=ۙλW~"7 +ǵS Gt9Vgz16knxb@6pC{E}c|}c^GaFۏ +J92YnXg Oh,6GI$g9.SU>ҜξE]/)Q Xdz# r"TDn=LMfP:w(>@9GAx{ŸWW(bKuc0<0|Pa5 ÄN~Jm ԘHvwTc/*'@-Wd]a0 :{_FzknF2%.nӻ,[$J%?ǢlE8-{KѷҘ|rq;4.=;ָXQ?_ gSĹV}&hiha1~<3o\RmѶ%'?T['01/ |f>'|bVVD +ooE9Bo@_n˭%a2zR3zܟ˜]ա57e9IQĴ_){Mw;Ϯ'r endstream endobj -1312 0 obj << +1318 0 obj << /Type /Page -/Contents 1313 0 R -/Resources 1311 0 R +/Contents 1319 0 R +/Resources 1317 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1315 0 R +/Parent 1316 0 R >> endobj -1314 0 obj << -/D [1312 0 R /XYZ 143.727 753.953 null] +1320 0 obj << +/D [1318 0 R /XYZ 144.724 753.953 null] >> endobj -1311 0 obj << -/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> +1317 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1318 0 obj << -/Length 1343 +1323 0 obj << +/Length 1573 /Filter /FlateDecode >> stream -xX[o6~ϯ` ZI]Ma؊{JL)[,zw(LM%bQu;; wn/|}yzN%14s&NG‰3;w.}:&%QȽ$Hr=_ ,fUw#rto 1gbv݌Pیp+ߴJpDI Kd_~% (vN "b.6UZ'W -@>VLDb/ Ts](2C#+|ks/p rw͘wShg6nD@7gx]rޖBy{ ~+(=2:O9 s56T&{Ԟ4(:CzT 3O; MWɰjhkD*@ ^0/Wߞcyyֿ|0(}Β?@_؜}IP2}@/ܮ2^Q!DwlYCjMKuYWb9IM 0p naB|յ^I]c@JR臥uZK9OU,,qydS.ر ]bo{)uZ)"6rWKjD"ٮKgsBGnC8Fq,_Pŵ6P|42Ƹ6 oϷ + ݳO("tHf+mDx<7r=xȌShjaY`4͞/GFp=uqѦm 5~h +Ϯ&LwPx{`%Q+/ N_&di6:24̆ } kb"$,@!a@Qȝr:$t/#_@O~d 1?)1@iW8 lO@6a%Zq,͈w-$;kbhoS’F +ͣvF{GeP:( F*WdW@<&o&' (@Rʸ%ES/ +/~$z IuՎ.ifM_Ҫk< ؀}.֧)HM8tm}i?٭NU~se?;lb4Y8^ +:`r 䘸0YW>@ͺDЪ7 +1ٽ|i3Nw%z |ATc@7P+̭mt$ol_cO> endobj -1319 0 obj << -/D [1317 0 R /XYZ 144.724 753.953 null] +1324 0 obj << +/D [1322 0 R /XYZ 143.727 753.953 null] >> endobj -1316 0 obj << +1321 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1322 0 obj << -/Length 1263 +1327 0 obj << +/Length 1301 /Filter /FlateDecode >> stream -xXMoHW Y՘k;XZcKc%Umlb$ҞMUի¶4lc|cӛ7<+i`LPm"NhLt\ N|<#Bch<+H-b>/MB2+LҒWOrHm1"'Pmm(V`ZȮ}ֿ -PIǝ (zRmzU9OlH+aVȘpn* bB^ XGr1/*R(󕲐ֻ(Y/*UQ*zIQ0Vw#B)%"N̸zw{`:Ia}N➤jBc -jzILe|UVQPJ^(e",ByXmIyMЦ 8`b~p+Lm"߭&\\ fIW19h9g9;53ƒ -9 X=^Ę\ѳ7hhAP ZMQ(<>U,?[`l&*#v*9E^&T$a'>9,pm*p=!9B:by0#RU\t6I_ "!Wqzm#o7i٫N^V -Ptigna40F~d1Rz W|'ԭ5"^gl g礬7?lZ@ i }GWhke,*X=:%ON'Y>OWԶ\> C}%]?|NT +xX[o6~ϯZE]>e+CbSYDI`PeɣcJ( ZK˵n/\52p"+v Yj!w"/"7t[uoͷeOcXYo {="aYGlC0'yvV?H }GQbNe#p_(t_⇝xOXNYQ5948wzwb{]IS:qp?A>}3wmp=L4XRdC.A*$\|;͝t }p.y 1y4Q )A}lhs5pn%8dup߄C)fBQs +"ؘC\^PE_VBϑ{cCVJs@&sOJ3J'saD;pViȃa2,1Ĝ(@# N4"`Nߞc)Os:ُW>pY7?\TIƝ7pڠӒj$DΓ Jp&SylEFt/O^R #;)̖G0-ܐ`@`@BrpcJJ֌['Yb!nk`3qγ\')6V|8ڼ4"=϶\&)"n_tW lD y];]A`T BL\ y1n\] +}:)?=U< /V|.^ӁPGG($6Mz7DByBf3ae)P:XQ9(4]%6l(zHirzH4QUٟxiE"̟uD6U +9 _<;$,1qBddͯ)Ye2g[2 +@jQH +UJ.-3xe|'U%f )Tz7$x)LL3;qD4qC;/lτzElarvۦ& X(H~d9M]Z> endobj -1323 0 obj << -/D [1321 0 R /XYZ 143.727 753.953 null] +1328 0 obj << +/D [1326 0 R /XYZ 144.724 753.953 null] >> endobj -1320 0 obj << +1325 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1331 0 obj << +/Length 1293 +/Filter /FlateDecode +>> +stream +xڵXMo6W0Z+WiME77M;B2 I˲WN{LQ<ΌZ+˵\}czV!"4p(B7p[Ӆ5=?OӯX`EN \ M +J!jˋFcb{]]ܐ̫ӵ2y?6'ubIov-eY;+eU[Zp a{#ҋ6U#N-J`a:GԚ,Шe .UӲh@%3}"`\\@Mިx5LvD#߫M$b OsbG^'^HZ]\y '/c/R{<;QEY^ݡͷgVD]VdggeRK=C R˲o] +&cGǃJ/ʄz۝dȽN mBcp4ey)LP~yNȄRB)Xg qsK2IqyCХ 8t`aatW6+ΫӕZ'[BNP +޶*_Bk/p"뽿aT's( lOJgA +LQ!(8\]Á8amü{᯻uP~FqݱЖI"q2I p&=ڧzyS5`wV5d >@Qm /ݠ8Ԓ d_$u6"g0T\$?@("y >~<L%C2J~&zj/GTq i;iF຦)Sf=,K.I+JU֧m8.p2:&^.F:28 .73c 1|4qܘ@L逐_VoU +endstream +endobj +1330 0 obj << +/Type /Page +/Contents 1331 0 R +/Resources 1329 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1316 0 R +>> endobj +1332 0 obj << +/D [1330 0 R /XYZ 143.727 753.953 null] +>> endobj +1329 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1326 0 obj << -/Length 1102 +1335 0 obj << +/Length 1109 /Filter /FlateDecode >> stream -xX]8}_ %JNjVH[(f4!AqLカ61V}!q9>؎e X7<3=B÷<И.Y;O~ =gRB Z߉D!1T2C@d}Q(&E&6 -✍;HI%IƓ Ix$#3HB|#ԓ$>pqdŀ5 mY.o]RyH"nop7$6_ZdīȖh!i(6FIv >OB⹦Gc1Zy*8DGRW^+AG d[.՟ ]M}NnһBȊ59&[8+ꪾt:4v,ޯ$u5PMfD&3T-N>YJTnjIЬ")E;B&˖T{)S9K"npgzgs=vP,!E%. UQ؇Ё[h>T=֊n<{. }&Xt١`Yk[27pL 7x}Ȓ9xcb6p?vb$tLX +5A U\6zD}(hLB/Tٻ<‹,gg=,]&.n,Wa';:܂ GVB*Z#1\`*nu<]&4ꌀ6e_C,9ui+ru݃{8KV~ /fg+DEs(vWC8mMՒ8 n6C:4 -ә -x@QkAӃL$#"e"**L&gs{_k&*bCR|vBW4$Un4qUio>b!U/4JR݌iq]F7ptbĴBXijN^<+\ +xڽX[8~_ %6RV-j +oi3\P4E{|i Is߹Ė6,crc_w_lp}cvM rMc2CZh1.skCbwdexx>$f6gŇjj^Hg,Yf༲X8sda9 +yI^PDAٽ [ӫ 1ӟ +<#ؕ|{P f@5a<۶= wde9OFc4oZgp7F6kA 8wa\;]b AplkdK$KlֿF'$Qw$UI3p9pC T"BlWlT/mڒ?.[FUXjj֡zfIڱ8y]@S}v)pR9hQWmw@luƌvOJ~4RjoNRG[ UfوJvpXWM&qy1n}G<^ʄL +1Ltg:թy% P=}=' @y +A4-xU *}?t[4Lj`:v{QK7jr喕.;^PGE([[QrL n2yb}(Z_ڛ$~:7`3GcBo38jHKuB1'7'G 2?ܺ$||j"DȧooyMDz^ <_AGb8MM 9E( L+L "yvMn endstream endobj -1325 0 obj << +1334 0 obj << /Type /Page -/Contents 1326 0 R -/Resources 1324 0 R +/Contents 1335 0 R +/Resources 1333 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1315 0 R +/Parent 1316 0 R >> endobj -1327 0 obj << -/D [1325 0 R /XYZ 144.724 753.953 null] +1336 0 obj << +/D [1334 0 R /XYZ 144.724 753.953 null] >> endobj -1324 0 obj << +1333 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1330 0 obj << -/Length 794 +1339 0 obj << +/Length 813 /Filter /FlateDecode >> stream -xXM0﯈UJxo U(P HE+{'$@.RNy~D'b)D$ \Eu=J&. |VC(, a'r8f0Uso@!8 <;$,$^w yY~KZ=*r Lueb؅qP?0ALugb4~&(p@Ư0Ѭ+.i]MVUU+ /v/3ʺXlV1ך2Dp2|+'_srԉRz:NW'e:a:cf)9 ռvHR}VNi%u|ռvHaຐ +cV)x(M.fOa9f" @ R}.B-I=V*Y0PP~ Xpke:^xO-W%\8<,ﯼ+-#U'2(XU[T7uxn *t.\Nͦyч,%o@V&KrԻCE{͇aB H=GVICeui>KHuu)RZIb1k tuL!Q%ߣ.uteDG=üZ媢ʏ*xՕb>On~  +xXMo@W Jp`~COu?l}KrpH-aCK"^YJ94ޝyy;o=Y5kqzs; +Q(CHKaZG'ף:q/߻ӯC*-BIj'QH ]mq*HQl?}kY{nuebԇtȷD`Zz&4ePa&Fc29DD"OKg\ /];L} BٝV/S`:2,3A4k9o֧thB$e脙 䘓xsYk,{w:ojIۙN. Ȁ.u׹lHCѽO*RRVlV%, d+G֋vJS3P 9o^0|<0F}I +#;. '>2c=j]^t1ZɎňEc6Ozh7.]3Z7DbH> endobj -1331 0 obj << -/D [1329 0 R /XYZ 143.727 753.953 null] +1340 0 obj << +/D [1338 0 R /XYZ 143.727 753.953 null] >> endobj -1328 0 obj << -/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> +1337 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1334 0 obj << -/Length 492 +1344 0 obj << +/Length 519 /Filter /FlateDecode >> stream -xڵV=o0!vF*Nt $61 B.9{ FS& dX@9H@LR-g4ǔM:jxJ%0T9AKLaT#c*AE)έW_ -mKZ$*νM7'Ȧ9JEGc~Wշ>Wy+[ :v/y(DDu2P1FU+V4:jO?4QcrK:_!k4-Qp~1>ڊq۶27 u۹?(I7xB~2ӳ'@L#T>vˡP!qo}Q*n \}-*+(oZ[EQc_K y9Vެ+a܈4-2 vq2}r׳ ->9*x`mqߞ ~Y\ -ڷ9 -k6 +xڵn0<"ƷΒJ."Bx '6qtnAO _b +L *VL!E$@&XW68܇;&_%4q]VsiTrH<1P9e +6@J\) +Q mm"i Iu:iN +FRyrvf8G[DŽ6q8en'ws80󳱚†0qlq `8 84z@$4綪SXyk}LspX(P1j!P7 קq5xq+0Eǿ?!qFl3J bF!aIA,fԟw5n2?a>.5 5mb\x | endstream endobj -1333 0 obj << +1343 0 obj << /Type /Page -/Contents 1334 0 R -/Resources 1332 0 R +/Contents 1344 0 R +/Resources 1342 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1315 0 R +/Parent 1341 0 R >> endobj -1335 0 obj << -/D [1333 0 R /XYZ 144.724 753.953 null] +1345 0 obj << +/D [1343 0 R /XYZ 144.724 753.953 null] >> endobj -1332 0 obj << -/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R >> +1342 0 obj << +/Font << /F17 400 0 R /F46 505 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1338 0 obj << +1348 0 obj << /Length 1995 /Filter /FlateDecode >> stream -xYIFϯER\SUŜ:یMQCL]QcpVW,C(޾|N>7oxIO h'*x2/'F031Se3L8uVOf*Xz$$Q\!s:1C1|c!8%ZQwdO,RrB;~/MpClbSLrӪ=^M˪A)Т(QPĄJy-.WR}Yݥ] EH( H -:o34^H "o\Ũ N,Mz-QQA "tADp F0 n! py]@1hnk1KL`&R.V8 Q5}ח O6qL /z>-.HtEc{^S1q@Mj޸~tAra"!ʫ)⢆Y]|ӴdQ7iBen_zЙ zwm #8 eܗ9l>e{~I(6LSsT{nMM[޴`z'5e*kYJXUIc\(~ M`}GE?bhD!(<} -h6J_aieM) .y?q§ϖ6-Ze?9-o9Ǖ0 -O~1~a$ 6*`6Gt`YOwE߉!wLmZGt>6.`>6 h\z\Nd[Z7mѩ~1**ws4<uiFL!sOwSY5Y^޻Uٝ]`^7BNb2Zy&Ѓa"ytU)c۴cDo20x$)ة< :@fv'v [|&@ԙ2F.BĄ>}P]U:C}©w~. Hq%0rQujw>j` [tdIYPի4 s N+@s^ - @c?/ -v 9wS Qc\\+mXget\ڿvDky# ^w$SJJL~K`b]R؇lE}v9I YWHKHZ HF|vrZ v^o&r35f)5۝bXg__/ǡۛMǂ -h(q`r tcwz(_.n gaTZgp)>Z׶-O]_ܓ"C7oxIO h'*x2/'F031Se3L8uVOf*Xz$$Q\!s:1C1|c!8%ZQwdO,RrB;~/MpClbSLrӪ=^M˪A)Т(QPĄJy-.WR}Yݥ] EH( (u^ߠgt= i @E +QA87&yY6X['O(YD邈 "} >43(aAB$8VtMcbװdm=b0ɗW[B S(x탉 fBpur%>$M ^5-b-]l؞WtTL>MnZ@)IbV7a344ڿUv-p9+(M ?z4.|k(3d{e1*ӲcpHȘ?7ya:&qҋDۼW0L9QF57mix^YJWLZe-K Rj1xk/ G,7-8h"'`3zҿPj6Sp\Dgܢ*ﳥMa VONy[q%{“iLBah( (o;ۚ{dIQ +?}|_Hynrצ9<}DakcClfȥ9/D&5u/*c⨭7M]imatDсOܮ ]'6, +R؇lE=zxj:nr4_A篯ĮKHZ HF|vrZ v^o&r3f)5۝bXg_ƗC7eas{o:)g B%>^nnQEō2z2J .'W6{RdyHgq*,#q7wI%Y}ҳPϐjrl>11Fuu7AA5i_$ endstream endobj -1337 0 obj << +1347 0 obj << /Type /Page -/Contents 1338 0 R -/Resources 1336 0 R +/Contents 1348 0 R +/Resources 1346 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1340 0 R +/Parent 1341 0 R >> endobj -1339 0 obj << -/D [1337 0 R /XYZ 143.727 753.953 null] +1349 0 obj << +/D [1347 0 R /XYZ 143.727 753.953 null] >> endobj 254 0 obj << -/D [1337 0 R /XYZ 144.727 716.092 null] +/D [1347 0 R /XYZ 144.727 716.092 null] >> endobj 258 0 obj << -/D [1337 0 R /XYZ 144.727 410.574 null] +/D [1347 0 R /XYZ 144.727 410.574 null] >> endobj -1336 0 obj << +1346 0 obj << /Font << /F45 504 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F34 397 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1344 0 obj << -/Length 1744 +1353 0 obj << +/Length 1739 /Filter /FlateDecode >> stream -xڽXnF}WP>mE[V2aZTIʱ ;]f&Ѥ@̙ۙ邺ߟ.ʵHy]=ai "j] - -$RJP$(0..ޮuirIŜ4)fVk©]0J" У$:ɝ% s9"k<_㌝ ro E"fQ TmNRd%"F - Ii/|9P. hx#8@vJ4o) x* 8CQ7U]ef+De2 ATq*I(&zE<ĕY7=c3cpc_ -hc8΂aFa.~Y L6_@`qnntYjJ'[<'辣Bvh(@Sˢ)OS>ʙxbu<5ߚ`LVX38K{ 2. a@$҅aɝpZ ׌UT߻ѼN6 P8w?ګ˅;޹9g:. 5"""& -D1eAfZ61?~0ZiKz}Z&YlBŒ N3 Uڅ[0mK7UIKM@ATS3@jS7!Fŀh!Ur47SrH"m$ϷPNqUPdLx)".u7(:puMYmAZ\j -^] R5 +xڽXmoF_d+ye_~:TUK?k +87ԻJ3,3o 9<_YH,tnea$ԏsw7K'$e$"-2xו*&-?siR*.IUDBkC뤰#sD|6<J/qFO ٷĸȦ^G:y@/-ﺑ=l'SFyN&daQ +~oc2c%{(}o )eޘGC@C"x[do< 8Hh a|sxCq >]+iRI ~P! +Ϩ.23~a$ UO6`Ux 8ĕZ7=3c_HK1NgjapI0d˭Z>,KI w>.T?M(K9:9A-%%(afQf'X GZUBy(g^a̛wOhF91?20S?eFf9rLMvs sK5H 2tQ!c;< Ty +4o9 .OriO7E.ZLeFQDܑa2\a0UiB7 `Y5} +nzqayiJM=r+)Iv;frbzA8S Eٙ>~'LCu!%< +A>6^tX~dïR{өkge5PN:|1I<ūՙ((.g;u=>?m j[z7e`fS#V[j-w~OK$OiVqqJ~s)Ч'Jt"bHH-HBQ |3W(bS$Bz%xR#LYtUX aa_qyDR(,!&_ z:0_7K QJu=%+U^x6rt{^q3L(A;ן|ލ7zk+4w6IY E@,.):ofwC(pc/0ԁN03~iCTz3H_P<6GR*^\b㘋o+^Rjij81i}SKւHi^$rv qucѷ;c#bejCpýq?lа$kiL3jyBil?59]xP+dYPIikB +".vRuOW.B;;:`W-.W0T@J1#|gJZlBŒ Nа3 dpk IızMBjz@P'꩙ DMpFŀh!Ub47SjH$Hoa@$vuC3>ϺrK$`xݠ RE4౹n +> endobj -1341 0 obj << +1350 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [308.675 196.54 379.677 208.493] /A << /S /GoTo /D (subsection.4.15) >> >> endobj -1345 0 obj << -/D [1343 0 R /XYZ 144.724 753.953 null] +1354 0 obj << +/D [1352 0 R /XYZ 144.724 753.953 null] >> endobj 262 0 obj << -/D [1343 0 R /XYZ 144.727 312.316 null] +/D [1352 0 R /XYZ 144.727 312.316 null] >> endobj 266 0 obj << -/D [1343 0 R /XYZ 144.727 283.724 null] +/D [1352 0 R /XYZ 144.727 283.724 null] >> endobj -1342 0 obj << +1351 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F34 397 0 R /F45 504 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1348 0 obj << -/Length 1889 +1357 0 obj << +/Length 1888 /Filter /FlateDecode >> stream -xڵYmF_aTW1ae#UMDQ>TZrQY0.]0pG'`Y> vf3{9̟6}6[gFfe<>6iE_Hf~|Jy3 QD g BmW%  |z2qw(=4zꨮܤ/Zvό =FpYеCbm_n}},qk\+)f)YF,oYA8 ./.克@_]tAkePWWDŽu~̹M=h{G,1" BW%p9Fn - TDuFT0vB -d\]D,6{Ǫ-=4F-HlN|+\ܤv8iWY<=j]2-jT^\i`3yWuDZ -X CϜZe^D};c 8fdV5)qtTS,mE*Dmbz~t l'ԚvȬg)Vi"nV}>EaĒc7a\VS E `)FD(P&Iգa}ZF~xΊsZ|A~n^ 荞a@St>3B@;O.Gucݐv踧<ù0RG bܢ66 h)aWKIyN2%r$W.wu{JU Hu&+:荙 AeSLh )iM؆LԝD끸 U@ӾQ|UD&<dzωBtʁ!􋰍t1q(Op2<K -=%b6a]8%W!L3 (F&z8iCw&DcygwXGo4*!}WX .qfb;ok.} -}g@m -ށ%O!^#dF! !] ZV^[s^g~&R_MTD}UUde(#XdΜKB >V̜A(@ܳV$ŗk>K@vg --891تg1$DZ1i g{6)4?iRzVWؔ]Bbda*)D|qn |Lz*c;B +2HkBJa.JNCՖCqz #$n}i>G\ܤv8iWY|A +7݋#+ q~dt3a[uDZ +X CǜZe^D}[cO/B ٬jR䨣L.U!o3G8 +dm5[wX 9azlVK,fSF-L?ye%ZPdP1FD(P&Iգa]ZF~vɑΊOuZf? w Qেbp'҇~kMbcs[C:J})PePy|T= BL ܷ9}uQIR,[}'MSŵ/Qo [;!$H՚:nҵ0!(Ka =/3`/DI\#4x˓ ܙӷ)u|NJ G{D1m++碿<:J"Yø p}0i>̱ Xgg [,h} 9iq6:E;lrA؞{5#3ei5;y|?pW+ endstream endobj -1347 0 obj << +1356 0 obj << /Type /Page -/Contents 1348 0 R -/Resources 1346 0 R +/Contents 1357 0 R +/Resources 1355 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1340 0 R +/Parent 1341 0 R >> endobj -1349 0 obj << -/D [1347 0 R /XYZ 143.727 753.953 null] +1358 0 obj << +/D [1356 0 R /XYZ 143.727 753.953 null] >> endobj -1346 0 obj << +1355 0 obj << /Font << /F46 505 0 R /F37 483 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1352 0 obj << -/Length 1927 +1361 0 obj << +/Length 1931 /Filter /FlateDecode >> stream -xڵX݋H_aX#%;.2o}m[Y,k䌜}>~*-owT0,T.2,E 2Yo2 -EcBU8FPV&ݶ鷍.Y7Ez˕:TzW*Ϛ'T@l >o\ }OLs9]?IȘ.bO4cvuvD!E8uJ/)~o=+5 ( jlYYL"&N^qRIlӥSC+)5١ʗ+x0ig4+1`(F(&XȜZQ4yXiI -[ӆݶgjqc?sֳhlik2V[NvȞp봠%ӂ{5M0-[&XFe 1zy L9:2JhB -&!y=V^vxPSr1Үj>wYr{6ksۓ`|" ,Gc8yAn@lZωЫeJ!!җ*9qw'cXmF:{*52DJtIj5UvZ_"Fv߅)F)D/ot(G [>[8,S[twh?LkypCCs 8 ,'̓9*H&Gu-%iӺ%Fلb*7}D)&yCyJRS ܼ(iŮwsvv,6$ֻPOBGmwMYWj~v6W*3͌BRLй8lin)F:s"^P48e~\rt]*\gy״X!b@IaCL7w8%jHԉǔ毘`,՝,rNƘI{ MdsŁ}% Qk"¨Ɋu{u8riƯ0( -iN;wǃӗs/k[};ka02a1[[JQ&=% ܖv6YӣƵGE,8yп ~uefYz&f&35W"i~wb=K:FZ%Nc`> o\e8r;˦vnHdmn{ܻzSW}7Oؕ+}]y&"ܹ$/,r($'#cwD'ivfξΎ(YګxIAd[X;.&k`m Ju'n8_(G\ѱ~|/ x0oif4+3`(F(&>i<*hK +Wӆ+ݶ gq>s.h>y"6mv#wQ-^ OH׮iQu+0VBG:H>YOǼ(hA`iaX|!(K`Wo֝)kNpY`[59MtIY,~206NH ֬EV9ØVzˊ5ϏSC +ځfXc-Z0_---}(yqyZZO rE2=PVyI}+$$uUӠN*DJE7x~!o>GIfa'&%1pҴaZa*fh=ϧVpW }t|;oF^u]FXOx\3rAꮅUWࡺx3HqC!5& ĜzUoꫠ>.?*C cR(a\@Ξw^^ S~sJ[>|P.@mzOz!>Rq`#|i 7[n:z"}⨚Δ3v}"0kۺ`iA4mV40xMQI{P^?Wn7/+U܊݆8Ku:<"ԓ//%pt]{HUWj~v6*7dsPTxй<\˃in*ok"q2(i԰4 ~}r2I+}gi@ ĀP†oWi:J9tǔ`f> 9/c#$yO~ v2Z9^t#F>"vR`aazWYBSo@K-y]>R|׊$*t;EQ~kq$ (VOà*dbv"@_νoqu HbG!֩+>`,d<,P4Wtp]> endobj -1353 0 obj << -/D [1351 0 R /XYZ 144.724 753.953 null] +1362 0 obj << +/D [1360 0 R /XYZ 144.724 753.953 null] >> endobj 270 0 obj << -/D [1351 0 R /XYZ 144.727 235.156 null] +/D [1360 0 R /XYZ 144.727 235.156 null] >> endobj -1350 0 obj << +1359 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F45 504 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1356 0 obj << -/Length 1556 +1365 0 obj << +/Length 1558 /Filter /FlateDecode >> stream -xXK6WX5#OIiŵ%Cw0;|Hr,m(#Γ ǟfw?/},D!l8Ô"9A8[ij;1O6ԫ~l$_*Uj/IwՀ=YQvttyMoq~;2rwT@9(d̊ݲ $}s\_JKGv%r;FhVv#>%r|JxǴ6-e neT3=WP$! 6Zjڧ[Ƽh6 ČP!E s'|&pN%b&4S/V⵬@-ҤGdA)1UCcrY$*ɳ1%_*N٭Re7|Oܧڥڧ*}LTw~*UYi}7*+UiԺ&o,`0'fUU5l•sZ,sa笟gVBkN!;p/<)~9CWŮon7 -ײ -Nfp`Z(oe/XcCN| -'M~<2JB'T@31P4PpN@./K֨lmL$Y6 Fٜ ]K' `ȧm/}DmhzN#ja8^Sɓ^W%9rf _,ݰh -Nv6UsG&Va$(\#ΔJAt&U"ϾkQ8Yt -D~87{/!j75PɲW8?NNo2^ذFd/BIRι.f!׭*N^m_188J=@ƃWr -Q00ri1A1aBDK6J=9*B|," l00g/ "xEׁ^c9勝>#j{7Z[Hߒzsmvm nJsJI$cƕ;s\_ιRG'v%v;FJCjړEi<23m4-be;SzYi&BM.5h 8E~B$GiCwzțl<,4"E0 •0ыnxǪY[268d:Γhe movTf*ˡ˲n6xH/%gK^-Ard677؉'o%h/ b{'vVZ뵃| |Kѧ:}Hu47vw*z*!+y5mvWWAs{=9s47*Vݒ#ty羰+E>m1>)N,@Q,lb2w%bl yK38vtB{m5KrD7*+nXvwqT se৞Xmr$EEJArUȿkQNPYt +"~4q{h# [؇ʪ@'AaxlzS^ظFd/Bi cp\y$hFo^Jm_!84Ωp }u q00Ke1٘00y>JT#h0ăbçN{zza6uaXCq>XIbmHi!%=][pqyB*(Yb<ġeb4^^Y$\EV)D8(L), +SM1D0d0 ՞w' C0`f'Ja§i* Y mFәћ4T[b.x,QRljF-us-u´':㣷i^0 vJO"fRg[^kqv +uQNyi> endobj -1357 0 obj << -/D [1355 0 R /XYZ 143.727 753.953 null] +1366 0 obj << +/D [1364 0 R /XYZ 143.727 753.953 null] >> endobj -1354 0 obj << +1363 0 obj << /Font << /F17 400 0 R /F36 482 0 R /F37 483 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1360 0 obj << -/Length 1684 +1370 0 obj << +/Length 1683 /Filter /FlateDecode >> stream -xXK6W0j )Z to>k-, Iɒ-g6=p7'?゚߼BÉ&Z29P!HIKB\/'7(ɮfޭi)/NacNTEv~6*XjFncR{$sE=X+^q$j~\yF)A`ENÉ$: -m0 ֌rkY]*D -E"+M-q[yYFS*I.`;t9>h<$\wG`cWqӧSZSVqjȿklƞJX:$g)woZ]l+!3(&`, jgg\gTn1룋]xǢ [⢈VE]?氽8b8\]G9:<1r0ۨy:YmT)bWөpET -Y9!U$Ab+Zy<%I@0fψ -bUm#e[ѧ4ݤ4y0i{ՠ -H'lӞ+ -Ů:b] gnZGB,aavL9C#Mo=t. YE$ENwh}C`f `̚ׯ!'YEXKtPror \~-)lѤiI-+ E}A|~i*Eb61&"`? ?5fsw%^`l|h6(PQ -կTKi?p!,󪊗?XB?~K|}.9Hwt{4fjaڙ߱tqy)xnoJG4YTVIД~*1h Zt%:\ȱÂwixKn(M@I3M2ҽ%G3BVͻN=`}.~}LO5A*'Pk)x1NfdE\6c|ܼ,`4 -{)wmfB)NS۳ǁi F9G1-MDަšv VpҔ6gqmMoe:-|;;T)YaI(U"_.^ +xXK6W0j" )ZtoV IfkwdɖMOs8hjO~}7?S5DK&'*QLM/ ezryDIv3_oX) Qa8ÉHUTTO?FR+]cHmzJuo{dnѢG+ C+D5=o+(%:쵲h?s5D+ fhh('Zv- K`.)p)*fE&ʖ8ڭҼ,9@$N]0߿:܉Q4\QﰱJ))8Y5@Qc%cBg)woZ}l+!3(=&`, jgg<$!ȞQV_Ŭ..Ztqn.hl "ZvUsIs:潽2/E{VFftQwt +gڨRVŮS1~; hHCȠQ-\OIBP"3BXn;OL]7x5 `cG&!k|v`H-snRo<ƴjP +˅:Rb|Q}F[)PxVNu{̕g4B2:I*hdE8i++rU~>?|ؾg?lm) (c@{N4VOD⓾!P!$ͲHof{nm*`?QI;GHƝ +(̾7UI5xL0lG/l?p$D2dxUnhi Z"BTVz?*嵔tKH^RËV?>n˥}fCN0ߜ΃AkRZjR +.HjqQ_KS,2i5nHt`'Wga4sϩF +Oִ6JHuBx>.e^U{+\Y]o/8>. e7e򞰇2s6M@Zv7,`8<` ~noυ$ i2Rs?)Tb* hKuݻCc9B @Nw3Pޛ +g69+dhj{kKf!wy{],A:Wkƒ6U0Nޟ9R8k5&1lc +c*ˋlv6Zyɻ Yi3 +:Sa&RgGC+ .Xoo)p{48Ү +.qC4働Y\[[N*հ/vJ8{UD?x(gŸ% O_e_ӴuNq:guT柺IPT +QY.dt4Vc$F"v'3.ϗ#Ǘ.+-R%m h.Kb$MMi AmO{{dRb @Fh=ŦI~ru=d!%p * +" pFB%ޖOoߏQ endstream endobj -1359 0 obj << +1369 0 obj << /Type /Page -/Contents 1360 0 R -/Resources 1358 0 R +/Contents 1370 0 R +/Resources 1368 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1340 0 R +/Parent 1367 0 R >> endobj -1361 0 obj << -/D [1359 0 R /XYZ 144.724 753.953 null] +1371 0 obj << +/D [1369 0 R /XYZ 144.724 753.953 null] >> endobj -1358 0 obj << +1368 0 obj << /Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1364 0 obj << -/Length 1700 +1374 0 obj << +/Length 1699 /Filter /FlateDecode >> stream -xڭX]o6}0 IQ4t[ ]QlSblIr߽$Q>Y{x=<,W7}{/$ }[\-Sm2M*ΫJI\-]\ƺ|ǃO€K RB`43¤_@-S6ն ք luI(ҟY@;LeDmAJR0aێy4X0=H_6ӻTV`I1Ux˜v8%iT*7־I=ap\GVF(.J232cU$D`+Jva"86ZǷ"vsܧ~1&S HWcEsQmhUUFl X`w"5\fr QqN8Ud {`Ԣg4ͣxD/u+**Qטo@5 a8" g (a?l1k52˅ie4H*[;뛼yMD0$cMom!A]:`!^mq`˨O[tC1;EPAH}LO<ܛI?&w,Vw {9)i=!MØ՟O~ @ONc,'g>D0l0LO$#u]{yxJLY1e}jMxdnS6[fdr4ܦMy7<@hjoјA}tc72 -02gTJuX{R5ezZ9j!xF髵كNe:z5^WA |0A1ڃհ`7`jH0wqujyd>eY8@Gdg97~!iMs~@,pi;>t?S'z>?zp> [.ZU$;vPX.8zF4]b|}ߠ?Zdy5zg3c]4w`9i6ig4vpTjK/_TpvRmi8;N(Bh.lT:w +xڭX]o6}0 I4t[ ]QlSblIr߽$Q>Y{x=<,W7}{' Ww Ow%,\\ŋk3&-Ӥ⼪TՒ:կmw_H<@!%T$0i@ECMA`5a+gE]d KUc |-U=H~Xx!Ld58#qD!LI@0rX`*eN;4*`jkڤy0kgY}emjj%R*Ub"0@0SWsg-ʌhxE;}9qRHOE$\E!eT<{Q3@-I23F KL\HHУP#<ն:o&s +B Bp}BlI%I&@.Lv{J͐ c\բ /~4ǛtiYi +w(86D U]Ҹ7 6d: Iv^ب +exqAoIDf ?+ھ!fe! U91ἷ +Zr+LLsoppHk/pzɩe͂F+9( 嵯8 hhgyCP\Ekg"c&spL1P6DG7 ^ fI'ERWa xgY[I6= <7幟>U)Z>{_5s]⥧OW(dNUYh*xDu-mO)ŗ}CW_vv_6[a +n[5,4;5\mr-ewY :?4:Mc{rC43<DR;>R%dqʔnS֧ۄG1eeF/GSnmڔ}&y|Gw=x.Cx*tT*RD, N/KгPjXugo>K_8:uݍN5<2>tg}qu=ƟdPs凤5INPN v ӽLb$lkVmBaipрJ:\eq]>YloPm-ښS=3E4w\_k[U4{G4MI8yt*5%E~ؗ/Hn[N76SJZ@c6C~zeD: endstream endobj -1363 0 obj << +1373 0 obj << /Type /Page -/Contents 1364 0 R -/Resources 1362 0 R +/Contents 1374 0 R +/Resources 1372 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1366 0 R +/Parent 1367 0 R >> endobj -1365 0 obj << -/D [1363 0 R /XYZ 143.727 753.953 null] +1375 0 obj << +/D [1373 0 R /XYZ 143.727 753.953 null] >> endobj 274 0 obj << -/D [1363 0 R /XYZ 144.727 540.012 null] +/D [1373 0 R /XYZ 144.727 540.012 null] >> endobj -1362 0 obj << +1372 0 obj << /Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F36 482 0 R /F45 504 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1369 0 obj << -/Length 1359 +1378 0 obj << +/Length 1361 /Filter /FlateDecode >> stream -xXKFϯ@(fi9)RvMFÀxj0a*r?o\8 q+p1k!] /; clsm%֐z2E!6 ODjٜGɏߧ}Ŝc_3No3Ǿ%rF܇kB&H~݅iALN*IT}?)Gΐ4h=1wpp|eEyLPuWMgԣ1`-͊22e +?p)(+_Mm6PL%([qG\%\2Ke%I&tKM+fWމ`rN^? D<%,vSdEmi~Jۻq ƞ`c&N[*}Pv6j;ÍnlS#$0$1 yk éqЯsr@QO5f3Neƫx4S;)"N랟.p{na &"^D%#ްGMXBCχk_eD\˾p DuHzFfiEd/՘:zW*.%u|_GnkG. +xXߏ6~߿)jKǓz*Ut{ Iвhwml`šg<73ְ?olqyboԡrc B,0Bo,Cw%fv3y,lXC's3,X f8?e}Z T<>' j {œ|xZ lē8%RP)2U }Cd͋,Qx5עX*ej[uT"Ҍχ v_%U;.6ib1JǨإBnv% +&kI/ɞS `UO O6`q,ۧXWT-yj6#À" > (&r. =H\r6K|Bvy$%kuѾ*;޿(hSgզTB!5Q iS&U<׃إ# g,!{_hKN%h\3k޹Ytn^GC*:H: O@RoRb%\ݥYo*)?PbA"ZWq QZE0dUE8AjJ f xU&DuX/\y#*.СP)tHfi|14*ź5"ۖ s/PH!BCV1 +$HKj&9& 4>%* qy g`-wK=q~Max +}v{50<+Xm+W>Ə{͟fU,< <Ȋ-?q]n\e\m-z\{ ȷe_y>\6^h,-8l>ei~WTq)g>Ƕ ,B{F&j endstream endobj -1368 0 obj << +1377 0 obj << /Type /Page -/Contents 1369 0 R -/Resources 1367 0 R +/Contents 1378 0 R +/Resources 1376 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1366 0 R +/Parent 1367 0 R >> endobj -1370 0 obj << -/D [1368 0 R /XYZ 144.724 753.953 null] +1379 0 obj << +/D [1377 0 R /XYZ 144.724 753.953 null] >> endobj -1367 0 obj << +1376 0 obj << /Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1373 0 obj << -/Length 1371 +1382 0 obj << +/Length 1370 /Filter /FlateDecode >> stream -xX]o8}@KVc>JZiO>$" }!@Im-ؾ{W?#fxGj,7r]9`61J HȦk򏏟131 - fyZ l!T uuP2HA_vSuqs!{FI飲YV±-\-'6SWLM!T;{ާmm/iMC+o3~a؟~̯6#q_.jc!OCDO#MRd^5L8`OYʉjߣP u$"_`ti|\d5&QPސÐmXcfA [ƁnE^f,f`vqy9Sag2q3Z3"Y 8 1(:׊jKz@1E_ z5}n"gxC7{@fa_̀|" -4zs@R@r ;4hױlt\{tPLdyz> '˃Oߩm}K U8W"s^.R+kw,:_x RM.|隣rl̍x$\ 3#anr'iL6Ĝ j#k9iV11j<wY:r&HEHœA@ңNaS-_=+Zy|W"9$߀u倦vT'H;~VoNvI|:uXyWЦ{Y$b?i|v#~C d6Ttmy4n'σ{MAT<uE, Jjr^R W6߇i!w9ډz'TFTʹ0.N̲};Բ*C'q,O02e&,_kJ4 |(ykTG{(CMoJp^_Wٽ>$ɧ0dNkA M[O['*] ',X68zQݭFb^ ȇ4৬ I”cg6?%1p$[9y˻xL?T]ݷTpB:;[Y>+oudc#*wj@:'z گܕT`uo 8j{P̐Fj^5xjPVx8u]}[TJ U][uayzʚMWU 6Z/y +ȋHeE7aȷ19C.;Ös 󵐇 xtF=j_d{Z`JueuX9X9U,PBxk B{YN&<0]|JNзP~ /D󕷻xW:_;Kfk{?EPa$Kru4sPNXa@ ͜mȹoW,l3xӢbcb:6u4*u󡛠}A )=Iȴ>02 +HVY=I4dy/Qr(s|ʴF٪8X=F oT4fxw V*Ea\d:SF28=uG@B׭'ԅ m7`VmeuE +sn^5W"TSu$c1Ū%.3)[uc>nyā.Ѫ?UݷTrvzJRy>)oubGU|hQtJTS߹kҗߚpZZ! ofՃì&/iyPV:$5z]4kpmeMDn1zU`EP-npot<`[j~_̪ˇΒW-1y endstream endobj -1372 0 obj << +1381 0 obj << /Type /Page -/Contents 1373 0 R -/Resources 1371 0 R +/Contents 1382 0 R +/Resources 1380 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1366 0 R +/Parent 1367 0 R >> endobj -1374 0 obj << -/D [1372 0 R /XYZ 143.727 753.953 null] +1383 0 obj << +/D [1381 0 R /XYZ 143.727 753.953 null] >> endobj -1371 0 obj << +1380 0 obj << /Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1377 0 obj << -/Length 1404 +1386 0 obj << +/Length 1402 /Filter /FlateDecode >> stream -xXo6~_! h!3+R(myOi䘶R =gؓ6H9>%xX!퇕vtZk!IZSJ!za5ʍB&q"nrgOh|&F<Hkpph]h|sQ>h.O!N<.y.W QU0IhQ-עGL@ν>p ٜi31*Z*džLyAzD0 ބ@ʾ2~PCI%E To41@F9ѭOQXƭ:DIUÿjZUugRɮSTUj2, \aXJu *ܩl:p@'G.=dSm6:lEkUYMv΄,=E!m~8/6.Ÿ@M`ꡦX90FuWi"", u:xR؉M“)?~PnT~EE(h -شR|5@*젊V5fj lg;{9( Wg+x 0 C`7SjrCA% @U=!s4|>ǰ{*>DSP>J!u_c[)>ag l@2–UmK^dA%F**!aI -x_*i5ѩK[O}Uv4-ϊl)V Zk#̡u" -V:~ Զ[@7HOwLFMxB`y鐬=Ԟ|Ж;]x, -]<2$h>Ʒ:z Vd}ߘ]m2Ԥַ%5jY{9@9^]C^HByRo{st]/h6cK25h+PUrԩw3ؔ )hfߍMMM7r¨Unh}V7Uc2:DJ:>NA0c:G}1sVSP]t_t" ZЗ>K}:/y7/6{2;Qؙ1͢'~PH 'H%F>~6q9^Fa>M%u?sfQXD#>3Q o%c +xXMo6W06%Rzk@RAi[,UwF>][n )rf8fHvyus\#2c1|AK˵qoFIeI4XѬa2_˝7wۙc[Qӕ:i#,g#9_8lC=a|A}םL|tt8Ag|snA H6h\٨8dY2_0z .#\U56av3 ǹD K|x8yA-F|ؾM^Gkb, c9mBTF}ĵ)Qd# cnylF e;%at_Ƽ \m _R ~K&^y)kϔ4j1FgDS.@+ 5".%@j7R%u,AhXm0nWlbZ!⽉??~*`+_,rpXsF ߦYuwH (݋G+;'PXng[|h RCQՕPfj d +羶b`?`7u~k=s +%68\v=8o'*8U2aY`% ++W0%P3.CLM'Ez܄2ZBީ󫁔VlFbzgv9_ۙת͜o7GI<}H9U `?jAl4C/8% =`T\$iPUc-"\K3s7b}$j:DR.IrM,I$l)XUdyz>T|*۠r6 +'*}E +2GVD'O l,zϊ}+{EGsm*AدU-@pm[@;HwLBMxD`=!z]{*AYڅx5EW`鼻۠CMrIC*}8 O8z쬣 jMVk%^w1FmXgAtds*!/N*{}!f숆h:o1_Cm99X_noMzM>􇱩_UFlGiiZuNҪiU~N)O,.S@PN(:}gpnʳOg|c*"WN`1v2}ק]OݠiA@N֐M. `Ies6p;@MS~N4/K<[G +[ %o endstream endobj -1376 0 obj << +1385 0 obj << /Type /Page -/Contents 1377 0 R -/Resources 1375 0 R +/Contents 1386 0 R +/Resources 1384 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1366 0 R +/Parent 1367 0 R >> endobj -1378 0 obj << -/D [1376 0 R /XYZ 144.724 753.953 null] +1387 0 obj << +/D [1385 0 R /XYZ 144.724 753.953 null] >> endobj -1375 0 obj << +1384 0 obj << /Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1381 0 obj << -/Length 1270 +1390 0 obj << +/Length 1269 /Filter /FlateDecode >> stream -xYKo6e[QH.=u{Pl&*Kl:Xvl"H|fx΃9}-NHY;# -GzP_9d_fZG+e0k{#JG_1R -[Z[&:|p3l?r5PAPxtٜ1~27um~+v;BK[SirmB)DI2sJQ3P|Ssc@_)~~HmQ;~ysK͌/QaKcI\VcJih?bGZ7B[x?jǔ1ԆEc9% :9UFw)ɟ:&iT3LPQbz|fz>khR)# }_<$_c;;5!Pj8C B dGMeu6HOI[N% !FMbXWԼe,da866=02=yi,y g pys Yz9H2U$H%6Ubn͹^V %*oI~,qAy5y?Kgp]>$X\5P3?8LkL\q Qؙv*";7*~ U$©7CnҟܠX۠ -QZ=jyP6=}0^[c/#+"X1P}[/S+2|u_0< >w  ?j0<3ÛMWc/$}$T1+1.xȘADO#bsxc<*z|x^|y^\/wW;7.v\^[3~ ފUJ_f +xYn6+\(z@BX,rwFcىEX!9<3T<_n H(%wHHK&I'΁Q':[".ߍ G1õ,+>L<ONxU()K +%'Os v21ּmޢ׼)CPbb;h>@.Ԭ#<AxN2,u*@H12r(x0(fSҤ_m?m\uCP^M/g\h0ɓmVK*vvl`uIgB_B!hAHdιHU^0w(ƨ ;_ڢupVò#}0^[c/"y/"3ϻ(~Ջ0|#}eayxjeXnR|: exuO  o6]OS\TOSWn‹(2fwS|HꫬWޱaMzhm=>ҋ~6+bM^GZݹiuᶛ缸TZdZ$ZD%Q 8U'?/ncϯ endstream endobj -1380 0 obj << +1389 0 obj << /Type /Page -/Contents 1381 0 R -/Resources 1379 0 R +/Contents 1390 0 R +/Resources 1388 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1366 0 R +/Parent 1392 0 R >> endobj -1382 0 obj << -/D [1380 0 R /XYZ 143.727 753.953 null] +1391 0 obj << +/D [1389 0 R /XYZ 143.727 753.953 null] >> endobj -1379 0 obj << +1388 0 obj << /Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1385 0 obj << -/Length 1625 +1395 0 obj << +/Length 1627 /Filter /FlateDecode >> stream -xڵXKo6eDQ=ŶXiwJXBdٕ3$nbCH]|xC7Zh+%7 HG*x\/>I^b#wyj)vKrk{-b؉+܉f(-5O,W\%4J('!oT5}r%0*AݢܸQ餷}o]0n^$ڽcl1MB6fBa*)qLMuo'"bKP/ -c#Dah v`jm?EBXЬ~vB:KIסKM]FG+(7QW\fboɉjֹ=%E1w-*'{HMU\cv>8)na@컭pڭK^88-u@T|MrQQiApB2٬d -Y+9&M -6XqiED ^5^MVTx\mUkS]?d:=dcrXUyܺ2SgC{GyZe[O{^Fn \O"腪jK*YE< -@vڸ (Q;wg=LNYҁE>Qo)<  a>? { -%$ (qƔz=/)ag"3 R;=;. BE"zs#r\ 3=Ɩu >qFpn -f1"Dho͎ՓXqg~oubE`Cȵ7! `y6YW=Pz[WM9< <bJ2.љk{SǼW KS}7iϳ$, -'թ/w؃WIe B_Et~w-|w~jo0v/e , !ZY$r_ +xڵXKo6e>$(.PŢMO{Pb"ˮ$'H!gDq[Ŗ͂.>囋\( 7 .IEL%a\/.׋OA؄׻<5ڔW% JxX~=nob,&Z25x⽐3c>Wn ? 1I[.Ugr\( + + nnܪNvһwPY:RXm}3χ]QlQ%/$ѱP +At+\Ǒ;:S$Qg&o]U%CU! !EW |Q؇wI"4" v[;crm?YXМ~8[Qc'UpBU 5uůDHpG^urCNds΅_Qö>5gi*s6ô+aIvl]Gu@&\bhQa|nq&*L;$K[6_x3Km[SG LƍCduGpgxDWfΕ,8_G[TٺNO}>٘fU7OӲ9N4݊gfu'Pq' >(`T|H aRWn}b;gQݸo.*]+<[&Y((}v)ETB*":JhlZqʭp)ӵ[ڰ.%q%k,nmkHBnH6q0(nHld_888Wl⽵ۺٕۤmD6Go3,7t(brwAbLo W'NхU1o?]b$~V0Ӯa:\P Za UQr^mn@Yvoz=lKٓKD1.X(^$Wh K}V"!xd~dAOKJ9 >buݳâOA$I'7$ Apآn {X=)` +0ɎՃ"XqG~:Z)0IĮA5<74?kwqLW:w9vv=(oJPFD(fnؾs endstream endobj -1384 0 obj << +1394 0 obj << /Type /Page -/Contents 1385 0 R -/Resources 1383 0 R +/Contents 1395 0 R +/Resources 1393 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1366 0 R +/Parent 1392 0 R >> endobj -1386 0 obj << -/D [1384 0 R /XYZ 144.724 753.953 null] +1396 0 obj << +/D [1394 0 R /XYZ 144.724 753.953 null] >> endobj 278 0 obj << -/D [1384 0 R /XYZ 144.727 562.926 null] +/D [1394 0 R /XYZ 144.727 562.926 null] >> endobj -1383 0 obj << +1393 0 obj << /Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R /F45 504 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1389 0 obj << -/Length 1390 +1399 0 obj << +/Length 1391 /Filter /FlateDecode >> stream -xX]oF}ϯdmeafCVVUuyflJ{|1ٴ/1_ל9Lj~qψ|ۧf"fCm,Z_u]k-0JV )f(&w7"f,n_&w?>~vو>s>eOSڔQ iSBGDb0eTFߐK2"}x\ k*IEw*l!@hD&oQ"bҏPWduao@.>C\y Gw5܈UЌ<ȞDRdOHay?t7.ȱ}ϯ]f~384(1*c;daAǮܤy|E"J?`!*S3C8A'"o Q"``vv=۩b-2TsHj/XB]bD!oMa( l;>008F Dǥ%/mQǤ&0))Oqܟn͇) -|'Wlwm}hu qۣ^W)-ޟEa:8MVYZpfZ):'.昄G2i8 pKrp=rXHV8WS`ƭ^o%HS0if?[A#ѣ Q[qKn"DTsv7A -(ywC !Ш82\C$m\HrHqP0QîQ!B%,5,Tojf$"t;V$xF)h\R"Xug)1N<@1پ.ErH㽄\d_7xWźzh.Mr,+~Q"  ɌzOb5\ih4٢uR>i+DU3Bit`]AqdjucdSN ^5$Iw= ^eRߎ50\e%Åp ~j+z4!ߙ! vm!ÄrO/I}˜\sxY#پ:5k4?niHme~b|&/Q.7K0%W*m׳a{PiϦlI7#JJmTr%~OeWSrlK+#e82WZ h6ÊLl221އIޯnjV2W^{X;v8mIs6c_mv/O +xX]oF}ϯ@U20}JJS6،mw>`lڗ/kΜ{&\+|~_}:!Ԛ,D0KCk[|:<(NBt>Lq`siu/ӛ?{̢Nȼ@z1'ʨvÐiSBDb0ed!<.reuZp&_v@hg{Y O kH?BaP(^ܦ\|Tz"?>hDpFӼfQ3Q<յܸ! Dpk. ;tcAL&楈y,H l6ZP$蹮;$A-viT@$g:]0|-p4WC"6N跛"nF H$@ㆴN-W*R;QM&&0))z'(=݆3d rNȋYNMվs4O +ۦAǧ~W%-ޟ,"|2Sg"Zyȋv= N4]9ݡ1 ^mrl:ʑsHX+RS.I?VGSLY`G-zT,B{!IEJOH܊Rюwd"YGm4!uJ/BB&9Hx[}1R̎aTM>"iG :"e\(T>/L԰kUwyu6,)A`jK ՛FI]f݃AcQR<"#4.?-4p0O)^@7n~5j > N} +ҧ_-FTۚH{Hb'tEb,n%$3VQEN;qPܝ+|9Hz/r$rߐEOXv1 *Q2K 0y;0L"O6>dbs +31B@9 ~Z=$ crQ48lj%?rW{F?ˏG*gbn yQr|' z|_{6Njfd:དྷR[jRQײm92 82WF h +Ox!6#CC؛"ދ[e><ȌK^ƫ?9ޟ69mI)Lڈ+ͯҁ endstream endobj -1388 0 obj << +1398 0 obj << /Type /Page -/Contents 1389 0 R -/Resources 1387 0 R +/Contents 1399 0 R +/Resources 1397 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1391 0 R +/Parent 1392 0 R >> endobj -1390 0 obj << -/D [1388 0 R /XYZ 143.727 753.953 null] +1400 0 obj << +/D [1398 0 R /XYZ 143.727 753.953 null] >> endobj -1387 0 obj << +1397 0 obj << /Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1394 0 obj << +1403 0 obj << /Length 1388 /Filter /FlateDecode >> stream -xXYoF~’uS\ՄYЇHMJtݧ<`{Q0D8QJ=`2E}fYF{jȍfQ' \l9qH$Mْ,|r;sw5 -G1ƁRQfk&_^` \_ޑos1ɔd)r~ϳ;9g^BZhY: -}c&:DM X8 -8$3P'|M3;H*io7J{g6J F g4J+ky@$%kKVZl|]٠.=/Ypx]VٿpK! -DLZ:L媷E 8:c:19Θ$Q\8}rRnll, ϰ{~bn N-çSdW=HeҖLfLbO{ËxLώDS?8DХ EQअSYJM!J'l'~򡺦C72Ag/f+ +xXKoF_aɺ) 袋HMJtUnc 3` DQW<'Ğ~jK' fd.N0Y'7VQF_Un$ݎ+w{ 1Lor5q86횗gtr,/񭧄+ͱU$s&HA,G}@otXla`EG|y/W'⎹1~`BS%YQS!@r{FʯF#Q)Ru?6Thr(sd.n2 +F؂([`Omllwl5xY([OՄXp@ CR".yek lUe[=VTHk^ؚeQ=QmERY^Ed(È'q!pe 3tH9'@9]}7j~ly湙( ~g8;Vn럵C2¬,18 +%r8z Oպ(I'l +ЪӲU7vf1a3;a W &DB dz[y&ۣpW @?T\>kɛ"nm|P l2*%$@_X" qJ#CO7N&ɺaDة9 <⢜NqUNwT9VB=Sfr'ýa'qʫW~9pxn 1 (}2uUٚ$zd./N=r> e0%pqnD6'D_s S@dtㆢE-K!򽨦S#ې$P ]R\%az|([]|_/SCdWu~@&<8Tc/%GsHo؆+yIߪ ` \;TCd^p}9# +'uV(qEEO~PZ^3Kc-٨3[09;r9FDtMeG"ti)`B{zџ> endobj -1395 0 obj << -/D [1393 0 R /XYZ 144.724 753.953 null] +1404 0 obj << +/D [1402 0 R /XYZ 144.724 753.953 null] >> endobj -1392 0 obj << +1401 0 obj << /Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1398 0 obj << -/Length 1634 +1407 0 obj << +/Length 1635 /Filter /FlateDecode >> stream -xڽY[o6~0F)R˲JBdɐfsHj9/MR(b^x',B7 -}X"Z/p ⳓW+EKĉ,.{EhXKZ- -&LfXVS,OqD.T ->gryVdN>⼝Ukic/Pp6W -|ܓhzh -X@q;E>wPqPge a -F0M@a %IKzTV]&̬Ҍ<ǜ$v(%p]řҼ!N#/0H1\DR5y  XƏ CV"QLG}kPs,ΑyP2e<76x1}nUZy ϵcd" -U.K@1h0V'|{lP)a . TDSxFݸg nK #t6ZP&ŏB26Pp:ݐ#JY»:0X򗔆d_t{ASA·s ؃su8h̴Zvd1ut֑,=&V*#8yv4}E=͝56z0 o6µm=:yKz9c&epM/htb[>SdL5X,J 6n=]/93ƍYpͱgoFP4qH 2n3ٔSI/D -gm~d{04D(oiY{es990<u4wGIz zkry)MԺz~8qVHGbX,z -+pyQם{J,r[gѫ L2!\^*a/`& _nk+CN cub2Fk|=Å?b}Gq/gfʃ9bX¾GN,NW k"&œ^i7|Z'Ru>_OjwgVp,]^,UF CvZRr!Z|D`.|,9$b{.^t 7C蜇cgU?}TIO3/}_$xH|^<)|f~R#۰MDM]sw]">\'RdF  -#!aa[]qCN/hAb6*/Y=bZc(!/Ƅ:1 D;޾X +xڽYn6W2FDRE: +,Ȓ!ѓ}%XrD4I}(bps}2/nĵa6qmby.ZCnĒXQ,˻y?A˔0ϵ?%%^?{ul.hr+_ŸZP mRJ<+)[ifVnP>GpzȍjVA1_0;^Ƭm0x6_MC}w`SFkÿ:2*^J >QTp=NJ86s9-&*k@v'zPx*캬>>AFC.lA)߷D=6p^%etJ=(1DZY͋_@ \Q$SK +|5Rr..K!v v|x,GÆV# YҰQGz®֍wD9LyX"%E&,7p1CdgYڱ"MNp +uF4`hcD|=̙粺> hOT؞ 2Tq‡Z:; QN~fB?~Bj؁O(ؘ4`uSeǂE0.zמZ8F;&2#,]Hc^l#)0B-k(/`G-OWSY=i*!Vn" \;I6+s6w/ΩGܚJ]-o̤~@Ap|\v  XVO(Ӈk,FF7 Vp4BXQE؋޷Q?Ldz.'Lv˩LBB ѿ +U=~D(oIg[ lD}ՌsqY%{NC{Ī/jIv&+Xn*,_ +:MtR+bR+ơ0$( 5@TUޠ m[gީ4t2!R +ntT3b;SuAҿZ/n D:աN*uOsD.v*y-ҏTÃ߭X,VxSG4LMķ:]ky}-ӻNI$EM)@sNK<^&B\,|;9U94л9Zt@-6ZoMeOCB}xVOd>#s|Jvp8ԏy<Qs'9#Iii#=lS1k'cXeq2MwchLp8L/D'9y zYqs}d뷉QkK' DU7 ¨aCCq9$?9l+tsȃ C&6زMKفk1LlsAsm1N (~6z;  endstream endobj -1397 0 obj << +1406 0 obj << /Type /Page -/Contents 1398 0 R -/Resources 1396 0 R +/Contents 1407 0 R +/Resources 1405 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1391 0 R +/Parent 1392 0 R >> endobj -1399 0 obj << -/D [1397 0 R /XYZ 143.727 753.953 null] +1408 0 obj << +/D [1406 0 R /XYZ 143.727 753.953 null] >> endobj -1396 0 obj << +1405 0 obj << /Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1402 0 obj << -/Length 1521 +1411 0 obj << +/Length 1524 /Filter /FlateDecode >> stream -xXݏF_ᗴvaCj"UUSls6: Ww:;p/S_ ,|7^:YO+o毮25 I(}9_ODj$'7i<AmDx&VqH@"!X@B -aEh0,9 4xe>q/6V?qeʼueTؾ^.Mnp}PIL*I"/ڸO<:N{NhuIn:VVeaKXoz֚ܚ1&*d% &sq/j24"jfC=qݐ;a0V0TwbC~=.@6e&*usp5:9\TCmVڵM\8&(P fe`A2[U(b62YrpT9G!d"[|K'$8ZN}mSa~Y z4H>DӦNci2pŨ|8p넄 :?cMVnɋ_ Xܦ܊5$覡̩(Ɯ/(A9;T3.G5luW#juQ< ITP;DcC_'x(?&Yg,<ɯy2zPkɔ*[wG -{=b^ko_ؚ>å<ڶ?TXcfJAo20)y=^ V~eNP?{1o8EHtB}cG.~54 ƾE::pyA;hĪVLQ.\]ş/)D1̠p&L@v9O=6&mӎM0_86_ggSFЀX4; ŤChIMx_Pj0d>$[rw S8/j|{sx}ņ3:kV3\nf*}v !hTih΅6'J8ج죡$e9153?ʚ}03#͑͛0* -QY2i W4Zcvv 6g6Ì]n6QE~7S4*|BA9"_X쒢O8Y r"ypbGyEQsC_̚k0?ucO~g +xXߏ6~"/גJƸzU浪Nmtw$ Z[ w6$raV} `&37NV:yLM4& (&q=Ǔ|^Ȓ}oU&‹I'O߮jp7c>"|2+*IDU^e'bLʊks{=d1JԭY>`WVURII^yf7wqR-N<#V{1~LgKR=lE=Ҝxlط* +h +h͢6$K&=ؿa#,$2'{hkRAE'[#QVgE**ŲiQB9ua-7׉;8+BFfΌ^1ZDQhj}}'Ե]YLPȐb[[iV#G`ɐ(Oz=XMPXMgW5-9͟|' pkVr6"ڽ@MOeӾpZ 'A(eq]rhP݉o U,|J- 4Q8?-FpQkt&M6QJ4Ml`A2PĨMdlᮭrH3G!d"|'$$ZN4w +q:$K"m sK ޟ)u^.\$4yO-2]ΖZuƳ=M!$ҶcY6p٨|߃DHm& 3E 0Ku5ۖU]X@4; %W4s|| v%>HCg\u»kغuQ#j.@ }qX.2? p]j Pc͎( )y=YGP?<~bq:x"y +k={$?A~o\(GG1x?;8SGTK3pףAQ|?ec ڡ^{lrdGcSMf!ӎM0_86_gSƼûPLa: &sH/W=2ieUmF)]r?|{s>RI bÁ 5A3\nfpv !hU\:h{i1(&Sjfh5af\G2#FBɛ/r~`af~ 1ߥvGqG.Xy-o 1pT_QyS +wPc"9C?۴l 3+CBE +̎㍃ jT\$Mp&sΉ i/_ +g endstream endobj -1401 0 obj << +1410 0 obj << /Type /Page -/Contents 1402 0 R -/Resources 1400 0 R +/Contents 1411 0 R +/Resources 1409 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1391 0 R +/Parent 1392 0 R >> endobj -1403 0 obj << -/D [1401 0 R /XYZ 144.724 753.953 null] +1412 0 obj << +/D [1410 0 R /XYZ 144.724 753.953 null] >> endobj 282 0 obj << -/D [1401 0 R /XYZ 144.727 223.2 null] +/D [1410 0 R /XYZ 144.727 223.2 null] >> endobj -1400 0 obj << +1409 0 obj << /Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R /F45 504 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1406 0 obj << -/Length 1705 +1415 0 obj << +/Length 1704 /Filter /FlateDecode >> stream -xڽXQo6~0`t%EJ4[ 0`ykČ-D InQjl}HLEw/~ſ۫WoީpYjqu$AxȄ/6!66yH7nn7DaPÌ]yKZGK136z4-V~}Z3eV;Cn;,nGsh[IpSd:=3O6`qIVdZK)}cHrZY&Ǎ͆[;|!:9cUe-Yoi}A"+vI5<+02Z,ks(m#AfA M\GJxmЛI}ZpdE}}y JcejԤt(UgӜdD)(hG.e)cC([bXg#QkfQ.'>VAb`U,@Y"j0mӱv` b7 -v -i=pU^Qld*Ҋ: ґx:Ҩ!-7_AJ3,ߐ4/HCtP..4y**@vMPĬdS3WK{KȎ@TuyRMFކmG>|:R1a^fI~GN3UEdل5;= -.^ttc] h9\^'^GS-J}f\HUشb%u"K]a 6*e*C@ʠ#,1E }ۤrHk:C(Ժ|R7ϸy݆Mϖ~Cm.GdO3_Z>FM2!뉬a+t؋,\C1JͰJ颹4Pa(3(!(o¹i)N).CKe2:֊s;hdpt{A(,WHl +xڽXKoFWRPE_=AZoIӤ@R1=3;KdXl-g;37;C.W;z@/nb/B0!f fT7ޭ>^m1]YD0cW^jAo%| qKj+zV2L{V:-r>gu n'B$+My\Rξ 1$^,|JfC-n +zҷtfEU}uV[Z2pP]RM*ϊdc6̩ C9󵄁b~H(#zwj1?taIoܦp#F|%6>d-8x2d¾<dcen2g)LMʎ}mNY]~6ųm̀1_ܒ31YE퓭Ҫ~xQ̂X x५8||(EE}ѴYG>!P͡4VAϚqd%*\2~KLY'E8?B]DA7$ErO2!hh#)9Qaoʧw 0J%a@!\2-32V 2e"ƵVk\2" 4'쑋iY8@?pnE▦6ِ=uԚ>XˉOn#.p+# Dj#U#`c@n v +h=pU^Qld*ҚőACtQCj?Zo<࿂+gX!i^`$OOE ]\ !P'iTTꛠMi ,&oOTkδ^m^]J(2w63hJKkM󣅙p8ٛfZs^Y5$e ̒CZޥb{j%;t2[x(}Ξ)c榸0X 1YreSn9i G +8t5zyXoHi^|<&w46g E6YuM=3ZSD= [rJ1负@ cG8m`i1Q]2Ɯ U"w$sz9 =6{$slu8*mM}\.Es\ޥlVk_\(+Skmi_Q\. + +,TNQUtPAJ4,d,"v}Mל^㨫^EQ_p|0']-go (֖.u\۰OG^i&lՋ,齐RWz,Hcu΢[B_ `$R]uQnuu^?բGjdFŦu+Yz} +KO.7\U(WI6R7T4#xMu c/g oy# E>*PS^Iiޠnr6ԼnægՇd>EG6t',D2RtCD>+z"k,?B=Lh\fXtQKGmwa(P|.J3(!(o¹i)N)䀹q@/ٗ˜֪"?q.p D$K~zr^ endstream endobj -1405 0 obj << +1414 0 obj << /Type /Page -/Contents 1406 0 R -/Resources 1404 0 R +/Contents 1415 0 R +/Resources 1413 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1391 0 R +/Parent 1417 0 R >> endobj -1407 0 obj << -/D [1405 0 R /XYZ 143.727 753.953 null] +1416 0 obj << +/D [1414 0 R /XYZ 143.727 753.953 null] >> endobj -1404 0 obj << +1413 0 obj << /Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1410 0 obj << +1420 0 obj << /Length 1420 /Filter /FlateDecode >> stream -xXKo60`pIz\)PEA["A IْLR[&I0Cpfu(' '7DPOnY~J' ]^}uM$LVII(|1nV_]sZY_\h>w$~%,,^2" -z=" R?Zum<X~rDXOJqp=SŝЈ0ˬ|jdsA1nXqI"6=cR9/5^3ԘrPEbY3L1Rfvm4[q]4%D;v6#VDu2_g Z Lfq,G쫙!5g\V؉"[?`+ t,H -K#1XH+1/\46u鼱Fԁg6qEO`"ۙFhP2p'0Z"K |@;)t/WAqEsA"KW>JDuX@cP萑m'"d$R|BξpE5y^=$zh GFbT9ZB<!1E͐ ܜ;<^#XxUr۸tZJA;QHһ&`*b\>"ȴ-3;]W -' --MiJQ^X5r 3!g?&[*}_`:jLtSވ*I&Kh҈T[qZa.RכnS4X9}Zã!䴋af,N?-umr@ -1{2 Ѯ,uR&+WyrIim.U]t 8Vn kpI" -U=|u +xXKo60`pR6 +(v nj-TI`%xh%>7hD_Do +5I=LbNf)BY2[LV&]o7TOnU)t2斫Ef{PIDw+X)7WלYVgy7hx:$QZ '9kV)u'/\OI4k%N9-EDfUY<Ⳟy}7[ +;0}=5YY_Xs@s4猨Xt}e(l‡Y2+}@8C.}qF;EnGgEtݹg۶+cGlZH=`yY8!*pܾ6UL'DR2Le.;*@v[X#91B<$9!ɹWno|%ՁbGuPtWeS:Qiޕ0\ +,xSGYm ȧBCpq?Wd!9!oX t*$%2{u 1(tȭ&PPQ!潔s DFg P4\#ΛI>G4g~@Vb Tɾ9G+(Bt9$A$^Iك#<_jDW&QTP9JX=7m!8L[B#}!ј{`OYen;Z,EM tOD2}&*M>_#9c_x &D 2tiFOɟ9"$g߈eʊ/AQ7ifd e|>Gޟ%^qSeeU-uftV#nCjkPGA0„SLEHFqb"WoKPRy+m/,r 3f?&[js_b:LSވjdӺ2t~`Tt9le|}'?lF,u4f:[dm{M|.i6S7찀/ {FL`3 9~؆w RΞB5|S +onw#>> endobj -1411 0 obj << -/D [1409 0 R /XYZ 144.724 753.953 null] +1421 0 obj << +/D [1419 0 R /XYZ 144.724 753.953 null] >> endobj -1408 0 obj << +1418 0 obj << /Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1414 0 obj << +1424 0 obj << /Length 1466 /Filter /FlateDecode >> stream -xՙK6+tI 5#4zaoM5V I:>$YZX=$"E37Fd#[?D18^~ : c֬[Gp [8[Q|#9Gőn8, [~`>\#(ii.zÑz/0e΋k8alȢt>2ɝ(ӥ8@@jej[KlGt毲U0S.NW,qx43Ph2{c%M! NtMG.`)}81N$u(p< Y"qIJ{7r\uE d.JzL",eR;8o_y(oy7q\x~<0ցNۂbg+x'KWvbzHTL,Q1"qPa]NTƎ5:F1 ThKA~h퓺V -*OBՃ{]_OD^D]oN6]}5P/c -t8QGjMTgGek.]Eߴ-UBC||!_|NᘼM)p7,b-4twֶR+ɔnRv@mLi' M!*?&iveUt4We1ˊg0刳~K^PB׵R=.nwU%u!&ϐ/8P q#Y8pEH2s -c +xՙK6+|I 5#DMz[Ӄv͵%Cc{gHJszHDg3o GQ8!tϯ_Q5JHh2BH,=NG_xO8AUY#@'4hkONUjY6/߸E$Q 5S.*]sX-`Vkmd=p +}LhHtH.4&2.;佟I + + 'Vz.󧲚@Á㐰n_M7VJs`mp7 +0m 6Nk \j#yjbbүG`_]Ȯ+k5sJYxc1zHe]զn@-['9C +w mYXʢB{@Zk`xݝZp!U7Vc(w^#!B jmbuVط'fp{ߤO<5QQCrP@y?,VdžլN70m(jRS*45 Z4) +GZyV-c;u:u[LXW.u&ꢵ6๹nDU.Dx 4k4 Q!4~쪃,B|a[gYa 4.6멮ٴwtsՍusы6G7]A6  Nf3-YuPlQBmq:nGJ܈#2Jމ2}nKmb ӵͲM)҅#ld0,̔˓XF/@Yq+o ʇ{xH@Pv5\>R{0?& +yXcUsaS0<7K"s=|RTdhsQ%k֘lR^jG6o18s9oڊMn==u miP,7tCRgD2KTD$ګ.'ǀNT*4J Jlr4]TFV +*OP{]_O/#.`uq~oVAd8ݮIk[~It&G*3#EܲA5]Eߴ[ + FFHW8+$3tYA mBGHIH}h> endobj -1415 0 obj << -/D [1413 0 R /XYZ 143.727 753.953 null] +1425 0 obj << +/D [1423 0 R /XYZ 143.727 753.953 null] >> endobj -1412 0 obj << +1422 0 obj << /Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1419 0 obj << -/Length 1509 +1428 0 obj << +/Length 1512 /Filter /FlateDecode >> stream -xYQoF~_D3.} CCK`6L`_ 'u^0a;ۍl~RgY0l:bB/?j֨8Upݘ[P*VGk ms(R$!]l]4u -?MSO3ElV4j&a ¯\T$ ㊄rU\Y~Osgzw_ÈZ{ %J"\C`,鴛:z=72nnO0˹b oIgsnpX TJ"d mBy-KOtcF3eΌZ}Q")ep2{ʻ"y 9 n%0I-ƣR:+A,h5|\$$iX&ŚPؾ]1(z&e5|7[~Uf]]D.BWeU|td'@%;48UWW@\/ruy}+|F!>C| @tA - @1d>& WRÌK kqǡsQ#꧐5UQUW}`+xg RF#li[ʪWI`4SgA˜ -[Q$3z<3;{Hze1U0 aК}뫵`Wh"J[Up8 Gu˪Y_Cuϩ9$?hʝP{nW&'Lŕ)?>Il11Uh mY]V5axtx'A eg:=)>^3vFSt .=ʢND#;\` ^0B' !5ba}>* gzvPNUA:FVyJ%62X6,XΰݩtD+Ղ?NO2g⮟>G]8 IvZ7g|$ߛG+GʋK(mgØxa\R+DyQtpnc9W1zG88pI΅ >2\TLAĹ8>j5$ ۼHrU_Uq8&7ig87|ћtt OoS$L5C1@>?F޷(]/`xgLF##4W)x^m'nG +xYQoF~ϯ@*Gv>Fm*UjU~sw(X%r)3; زXegff0ss~ͫrb/E;\JO (z\ƹu>+_n8mVTUR>8I\{?,KO,TW"ruY'C\øFV Bٽs9-|cZsFš$+'yAN64*^geX€{q:I_3 XڵR^ f<4QN0QDu|,uumdӜ:̊3-53}qAřFނLoͼ:ZcMhcq8oi@rl ~ڶUg flA_K+_z9@|O@&tA*@>,WRK\ kLq4ġsQ#꧐UGUuX,OCیvL>#0AAt&8/bY`0SVI#找6j6+˧eXd01ncfOa;ɟ jS B(E0on88>鰸?ĵ7 {Iΐ/BXꪆ h0_WH QكTJODdr;,:cOM,P*;["6@lr=\g;g7x! l@l.fV aVuQk@67^^tO3cbQԙ-i+|ACju{W0͔`s`avpuQ|8.1 ,s@4klQ jvD;= +/Q'!iN}G5iOH7(-Rgϲouf?yh3y~"s@$:K87˿3犈G88rFCE,Igꂏ'9pP5q."l 4®( \dWU|?}dik.{l<&40.wi~ O2$\c@~FލLF9r|3<LF##4*W(H^|m endstream endobj -1418 0 obj << +1427 0 obj << /Type /Page -/Contents 1419 0 R -/Resources 1417 0 R +/Contents 1428 0 R +/Resources 1426 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1416 0 R +/Parent 1417 0 R >> endobj -1420 0 obj << -/D [1418 0 R /XYZ 144.724 753.953 null] +1429 0 obj << +/D [1427 0 R /XYZ 144.724 753.953 null] >> endobj -1417 0 obj << +1426 0 obj << /Font << /F17 400 0 R /F36 482 0 R /F37 483 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1423 0 obj << -/Length 1425 +1432 0 obj << +/Length 1419 /Filter /FlateDecode >> stream -x͙n6y$HMzA^dHr w*zN"pDQg3_ڬ2ѫ2L VWoIp_KSm|]"iZh\q~]9FFiM?~Vf:rq)P4 p&ǥ̚l?GCߓIѵ*Gu1%"V f0~-AVP;@, ؕaΪ JڛեPd(R|-lA߅ux[5]O]+oe#] -Όp \ӼN)=^utk(sX ~mmFZ;5bo.wQ#%g\C#E/jl\'ì]ԛGeLHCLi1U8m;l$CQ%%nYQT1 -RFA&\{אs7M[xu<*뢣rn8 *e IE=^%I1xpFi0]De-JVۀ(7]іEmP}ɺmyߗMt$s]DA*a/%]\2M,%EUbQ$v Xn۱DD--*n˚Bؐ?U eʓ£_IyXrbwa6s>: 3=+`)<w ghLM5Kޘ$_k=-of##)9Yutw$m(;w%4-='U_.*~dȺ)͊;>l}$賱?陴udAIIaFiTa =%c`:aD_@Q38; '̙Olv!vh_rT[c7О-{ "x810k0M9f8V?˙Qlt\Ip -!E -Gl,b|\g>l:T&<>S0rf߄[cYN9=o Jkrĺ`[ƧnF9sF(hV @9 :+Z\BICxZ.QoϨv3ز 1qyp1-,sf>ԊC6מAZ\ {l1}g؊ ؒ^ 0}g޾:f7oeNŁ+aN!N ^~7PQXƝNJJ˗?{;1W5>_HܜQ y(w؋}8N PCgUUG:pGjI^X~;^?vLI ', :x秫wo +x͙Ko6B/R 4z!yB)e +XΣ"+83|/n|6B&rÄL׫oQp7{]l7s 4e7啰t4cѭ%: +jgՊhd^0,*/fq!KuB2yK*Wwt?ޖufSJl[S:͗a3#-\54﷬SJEEWZz9xBDCf[B;eh Co3F۠3}#E/jm\G]Tԛ'MC LiѿW8;lCQ!%nYQX1 +,m+|EY:אsuS];u,2i8 *eE9#Qyկ^%Q{Fi08I2-s\iwQ 7mymPy*oMqu冄t$S《1&T0>-a/%_2,Sf6/ L>Į+b3 %UZmQQV}a~ȫ3a1a&~^afnNJCtX +#]B%70Scb7FZvK`[@JjbV_g- ojmg7uCC.鹬 +nL۽e%?coi?*N=nh MҌ7H{ͤ {n0Q.[{a{&BoUS2Zu|TGQ> endobj -1424 0 obj << -/D [1422 0 R /XYZ 143.727 753.953 null] +1433 0 obj << +/D [1431 0 R /XYZ 143.727 753.953 null] >> endobj -1421 0 obj << +1430 0 obj << /Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1427 0 obj << +1436 0 obj << /Length 1627 /Filter /FlateDecode >> stream -xڽXˎ6+I!5G|S])EQwIc\Iqw'm3Hb޼鋛\I47݈rEIF:Vd4G1>8P#Cq{(M:Ҧs̳bL#떚4˻%{=`OИ$r/z#qZؙ]dŶ^lx<&|#{p$%26_/+"綾͛VY/~!ɧBAƶLkL{P!Rf;`9'Lф$捓Zܖ9@YY5գ$cIQti`40L9-)V9u{7OxyvaHS$@=ؒٺʚ%T`:7N9v5`y -V /JCc rFy2:0 iuV mm_Q_*ѬGET傗+o$xwkSFاHc[>4±`3{̈]nh.⠬E"in6 J; 5c/$Ⴖo=fUY< ]4b= uI!64!6Ylڹ9{}YV҉Ӥ_Q}v); !FÃǃhlm=_1'ohgOࡈݼrI,\9vNYdiYOY`RYd/ݡ'ܩ3FI!lcfj1%m~9n}X%VY4tY]$+U' 2ɗ1)AaD2j` 9 %BJt,ܡIV[ma$_%p7 Y(daH$o=_l +a㐦P])=ǢH՞Sոw*H+8g^#ί +ԃq"cռOiƑ 7MgIē ,ҟE]I_t(sAnOF`n>rW`=λ}1*eW~~ThV΃"(rfmr˥3)#S$1B[Vw0ÅCfPߢ +*MCUIOŚ0Jw4}A.XqcZ! B ZnMc zR bSDftfNu^_eIֱsTnhp_➿mJCш`4&oWki<_1Z}C-϶ֻʔ\]<P?hmh0leSЪh Qâr4  tSp[d4]j߇ILZ@{2)2M\) O( DNBi;pzʙy[ mˀFMCɶ'z\ 4P3[9 +KНfdO.ʖ{O0qOjµ>r!R+IK pd,K7_'nLBј!WR^ b66QG?"o+sM9)$Bǧ]i -r|:<ua߀4*R|LΧ1pe[8jEB=a%߰?:"6lϭ H۴lWk#M8SđKj^rc%d9@c8[dw 0 "c6Z"~%*ıiv@3"CE/u@{R?]8pG13^ad. + +7 9l;,ZnSp5y I]Jʨ4!<]M^S?w|i-`vǭ}/ݓu36vER Kkydp~6gI }G'BVE?DT/UT1<6яSlG[6nG?aT\PJ7&#IN=pf1l6[@<7 No !zV"X@Lc{Sy`Ȃg%_^y*~s':/>h endstream endobj -1426 0 obj << +1435 0 obj << /Type /Page -/Contents 1427 0 R -/Resources 1425 0 R +/Contents 1436 0 R +/Resources 1434 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1416 0 R +/Parent 1417 0 R >> endobj -1428 0 obj << -/D [1426 0 R /XYZ 144.724 753.953 null] +1437 0 obj << +/D [1435 0 R /XYZ 144.724 753.953 null] >> endobj 286 0 obj << -/D [1426 0 R /XYZ 144.727 421.536 null] +/D [1435 0 R /XYZ 144.727 421.536 null] >> endobj -1425 0 obj << +1434 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R /F45 504 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1431 0 obj << -/Length 1572 +1440 0 obj << +/Length 1578 /Filter /FlateDecode >> stream -xXM6W0RËH=)PE-A^sm!Zɐ,{fHJmA/4"9|p^gݼz>h)$)6Q$r!SjeO7w߾ja*8UR _줛osB ,-* |9AUϘ -g4fs'VrO ZO-6Kf\uL㾤e -j5$Z'DGdN9n2g1Gʣ7 *ߛuށ`P 2EZNc4+;P#;3kpyWĽAvĀP˾ JEh.XuldUKS>zf$ٴ(&_X !3KB^4_K$>S^Vܹ17#.GmqDz86' IhwUYQͯ|6.`>003_0+ E4AFWU2| 9|h'nNYҭ'p\tz0jo@@eK7TES՞l,O.sգԻ6)蝲f6L?1e?TִC)Nҡ'I.,0%o?[WW2ǩu@aYUڂ -#;##tz{NWӵ'倗P+89`ί7\ +xXK6W0RE!b=m +hQ{Kr\[V2$9e[mЋ-H΃g#&t+zͫC92MbAE%a\OnAݘLV+}=S Sĩ0t68{!{c8% +1l㠿Ѣv*+*)gs!DP3 ٜIS=hDS d͒ EF^'2p7|[ᣛ\-|r]9㢘1W1&dFwI{vG]S@>K:zCvbO%\+>!ױ-0($r:Y<9THQБCkBYh:x* O a4>au7i8J: WI-GI|[g)v]>Y^?f* 8_) /2p̽Y5yױu1סg:D 1PKdLP^#"{5ƷNmKo@OiIT(ߨE-"AEBG'- yH~.E=Q =|в /"{U,@D E)}XZ.8RP~ +>WW2MYeqWk r*X`H 8;R(hx5]{*y2x^1Ʊ 8ts~y | endstream endobj -1430 0 obj << +1439 0 obj << /Type /Page -/Contents 1431 0 R -/Resources 1429 0 R +/Contents 1440 0 R +/Resources 1438 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1416 0 R +/Parent 1442 0 R >> endobj -1432 0 obj << -/D [1430 0 R /XYZ 143.727 753.953 null] +1441 0 obj << +/D [1439 0 R /XYZ 143.727 753.953 null] >> endobj -1429 0 obj << +1438 0 obj << /Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1435 0 obj << -/Length 1574 +1445 0 obj << +/Length 1570 /Filter /FlateDecode >> stream -xڽXM6W0X$6 -(н%9h\[VZHr--m˻M/DSz3y3fY4Uwׯ޾g,UnFX&R͒( UChx38渖0^d}$7M4wkKĒDe47zz+ UU^U7M`fycj`m/xl <&; .VOL㸇8ԃCd(bᴸ٥#RxH@ľllӕn$)00Nΰvk%!Y, `8W.ৃ#EI{]7kK&d8&A}ym=cx RGo{̚J`<[,I`܁$d 'ؾ--Vz-H*dagɂ,:/: X>nw=;)0pZ[3ƃQoƭ<]ar_t|v^SC6Uy{ -;zh|J3RtDH㞜u_,(m2}\c&n|{_oKN"hCl !"n*4M۰Yk~N[sC$yiB]i.]jv&.R'o$>IB9[j6?$պpՃZN]y mI<@ -DԸ - , `0ڿ;ZXiد{{r춚2w;ٴߎȲ,MbPQG _0괟>~(`/}R2Ё»Qx&T\72ܸ W.zŭlڊyZ[)RJL)#RƠN\ʈdLu6$#.(툩w/a"Ú:鵔b(~ڴOwU"^X4UXzQNCJsA!]<~s/c'/Q\D,fk[!ͨ*rs]saŴ簜NOn3K.`[*U_uUbj Lxx]O/z5o7@>]Ÿ)?ʒc$\6S{iXc .(c*S?_e+?19*nj>Rsaǡڵdkn ]E/)2nzd9wV uI]mEWcJ'-T!1pccjxcQk$ju.D 3V]?<t7/c;eWƖM;%}$%"yZ|GAg׵.f=9˳#i,'[>4FTG%=sya[FΈ'"R;It:#, =1f!XP2bv;X +xڽXM6W0X?ECЦ@$k J I"u3CR?bJ47y7hE_En|w{dLͮf0V,dHh2^>Eb﹜0ZFC8,Hoқ\7i˗%D_./z^gŮ> +pi_vozUeM>u^t}XiI6h &81 +):W!: ׉,dJKv6:]l/+}OYQi # hC rm`QIun *MHﵝ*A<@ +DԸ + , `0ڿ;ZXi%ү{{r춸d)v-v^aii#fɋ1Tkԑ*Q3H_E!UgvƐ}i, J@ +RGUS1M=oze&q\f5[AX/T7rZ[)SJJL)#RƠN.eDRXVigUgXPvԻ0aMUVdIoDi- |$K ,SOm )ρ@:tn vνp^GcrAg(MVm6n͕wvĊ0s 2ؖ*/*15s&//x5o7@>Mpeq1Qmm۩戽YNsc 20چxhXqDv-YZwV uI]mEWcJO?[8#Cb=1H27v1\f% ۣ3Zy<˳i=W6[c ?,#R? ' /EδB&VDJx#*쉣iiDȹؖ$3}DD[Ujs_3P"2>3’kЩ.9s\ J woh endstream endobj -1434 0 obj << +1444 0 obj << /Type /Page -/Contents 1435 0 R -/Resources 1433 0 R +/Contents 1445 0 R +/Resources 1443 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1416 0 R +/Parent 1442 0 R >> endobj -1436 0 obj << -/D [1434 0 R /XYZ 144.724 753.953 null] +1446 0 obj << +/D [1444 0 R /XYZ 144.724 753.953 null] >> endobj -1433 0 obj << +1443 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1439 0 obj << +1449 0 obj << /Length 1477 /Filter /FlateDecode >> stream -xŘK6+|I -WZrتlrdx2=ݒ1 ! CM-_O?SPD,\T"\H?$zWr9+r^.+z"%KafRnlCYrEf/?~r%yW(h('JDF:4SE@PTSefIQ.P*._V?UK]?ezO|Hf?`&ԘMwZvSlԺ7,FK$9;- ҳ<ѬLn`)Lo( -^g(Mi2%*,͛={OiXf/e'I]X% ˬVrHp~jX{XP!bjˆPwşN+y5AYfyY7KyZ4ӪJtΪ+~^~gъRDCkE9"谐۩"Z i$p**5̤((CTu%  6W,$DndZ`A +ۛ8 ~SXgS4'zBrzLZ༿,'SZɪ'Ŧ*45IȨ*) J3ϊ {dc[fw3dOϯJ)-Z#(K}{|C@͊+u xDD8 v[$t"iye9v38F* # Tơ6hg;n F'%^/hEh \h\zl[x#MG_ +.AWb?g]5S(U#«ng3%c5U:uG JNaMsƴ[ƙ6 , Gh9ɴ +}6?&6mq& +$<Ǚҝ,6F6Ā +~j YZTE#GUo2]fx-UJõ$T XNpp +ehzHsHJțh%ȐO mhN9,Qt;gT>Y- mm1ESDeWm]_#U6f7Vɜ24cTp༖Uڿ | b&/mܗ]l{ǂ(j:>(*0VIM|=xwUgzX߅3R{,S{NB\8p874Yf2tOUcx "l |7KTy7uIYdht }1kt ]NHMcIlI&Wj x*3 }K3j|J,U%@j!H;T-BIB(ɛ3Ʒxq> endobj -1440 0 obj << -/D [1438 0 R /XYZ 143.727 753.953 null] +1450 0 obj << +/D [1448 0 R /XYZ 143.727 753.953 null] >> endobj -1437 0 obj << +1447 0 obj << /Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1444 0 obj << +1453 0 obj << /Length 1553 /Filter /FlateDecode >> stream -xXK6WX4XŇz(Т@ ,{f8-imbR4y}Ho]x^y}w{,\/o+7"pqY|p8jZh7TJ\<}̜#㢊iM%sҸn~-zVNJyn(҂iwPpuMHڧ+:RDm)j6-7qyl]jd U#*IJO* hIYfvápl,BX+#]!}#\|QNW$p]L -;Ҝ&?!GZ%| q?wwQ3/ѣQP!'\π Դm嗢[ F6ا)&H%h.ѓ^YډS`aW:q*.)r\@IYOʢ;kٿ$ʊFot<`Er.;9tN`%8h@\Ee|gX=ޡ -~FI! q8jwSGMv,EٌыxMt|є`ϥ 58۸XS_+Y/\]| 6CJ)4Y=č3># 0BQ` Âa6V,"X`AYU m%(gpDS]L*|.8"` La~2y [ F83U>er25e\L>ޥQ|Lj0o32:%`NW/侩{hr|0)\ciW*-:⦮z6J+C[9oJ ]HCORI>vI2##k(Ӯ~4 zLP0% Q=:Lj0 -ɴ2Ҏ 6]pJ ۺӱb Evf2Oz'M[6z;*mM*:y6 ()Z?bᤃ߷O'yP{N= m4 b]a .<֮z/Igwv@5TVbq =Sa7&P>XGf$9g%Utޜ`%y 6[.$t >tIjlugρ<3S]A12*=wa - |Dcae ->[`{7R{:NS `n3@ @  3^i7|/_ ?N{m04q`\m C5A;v$q\_FBvBCC{_ϭht /c )c|!ct+m9r*1r -\.aTP2QY`K4if"'7UQjhG$5 -wE%)^P}wz.“i:uAQ?[ק$<SP0gϔeJVp,daZ1Lޚ__}?{ +xXM6WX4XIz!hS@[BB*Pז ЋI$qbl"X(7 ^\.PnE)pqY|pP|}nsE1sLUN]m~.Uum1=VsCy&&BՊ6r iF hgKmH7#۴Cv *63VɟPI2WzUXUG8Mʊ7ްe˳g'hŰ`R w +h_JdyK-~NT`SVQa[gӔY +J:`Uj*S"⇛.6?Z%z4*j1pӚ-=uws`#~p#l 4I/,v┆<cؕN-yTE4e5E !v4 CYtg{<`YYM7𡘃Hѥ`'NVV%YT7yhn썅^7Oihdav7|K!`KdY=M01# 0BQ` Âa67XD<Pʧ2q=cL1H0s({925 d;Y-jF`#]ʪWU29B:ewCK39 `)*f3eJgsr_XG>8+\SiW*}*\k*bN 7>PwƹDk8*՛o$s{z" oڲ V<勤96dو;k,8?뇖O2 Bkv{6hl!:\a .<֮z/Igwv@5TVbq =Saj I(,"3 DΈʌCT5]zsV f^% ]Ҡ#ygfʩ 4"r8@<Ͱ ͧJ4u]Ʈg l/x&}g E}0͜.0/x0 gx5 _Xſ!)$`q۾‭!ڱG2# +JڋebY?e c/d gr +\3 ;#WI˛Ɵ +(Ѕ*`R^I3`?ٮR||VCDb_{XxWt\5pF;ЗЋ]|I@Ns":2'+c5:|z4vL)b + +pLYƬdW[0\HqLk#%5^z endstream endobj -1443 0 obj << +1452 0 obj << /Type /Page -/Contents 1444 0 R -/Resources 1442 0 R +/Contents 1453 0 R +/Resources 1451 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1441 0 R +/Parent 1442 0 R >> endobj -1445 0 obj << -/D [1443 0 R /XYZ 144.724 753.953 null] +1454 0 obj << +/D [1452 0 R /XYZ 144.724 753.953 null] >> endobj -1442 0 obj << +1451 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1448 0 obj << -/Length 1940 +1457 0 obj << +/Length 1942 /Filter /FlateDecode >> stream -xڽYK6ϯ0d!c(Rb Hf ۴-,==VH,i9 Ҧ(zv~y<,aY*q3"afi0eC D?=LfeI"qH@]sȅ1Xs4̂]e J2ÜqEpFKcunV˝׺Y |xYE.JWqIoQę -;O||=?z;5LTPe5=QR$}E TԸha.A\acZT|!rY5 l<)`e2ȓJheݶy}ŀ?qR7R$V !ꊞqn._knPԈ"X}7\*yl89==Þ/d謔 x.*GH)yڋ;\s0F3!JWK@x&hSR,;-H5h cd. ܣ؊{\7kFE KbC(`B6 #+=s2@;8ANIYiQO)A!or-%O[z;|a.)~,PGOWrݱH- 'jQ["z+%]'r )J+Eqv1c=^SmO:J -k`{`(c^nŪ15z$]qA-S` 1WP9(lV>.oxve|Aax-gnSwv" P:xGvTh Wk+* -r1}Bii)K~Jpe*]6 -?c؍# H0@1_ vYMVNĝWPT9tb]Ǟ| -JTƽƶJQnBqtNU{e'hc`pȡhÎQ l;I a0Q$PrYX֬[c -tVP܎XR %A1)t|wn_!JNwXUu䤂MٝhQB)<{ji`|p履Q- |5vQ6qty4Umv)Ck}ܻ !5zkғkΧwU:M*Z=,j߮Okbo=8Â>MfRQIS@EU[ˌ11JD6H)wc&]e**ztI1ŤlRE6uA9nN+"HƇhrhX8ZꯐQ[4퀻ky-;]qRT*dl:BPm -]OѐDBB6f1h7 "{bP.DȤp:p: '??< +xڽYK6ϯ0d!c6)R<&n0@63٦madɐu߷EeYNY "z~god,q32fI3fC e&NųeqpL̀s(1Xs4}e pHYGwt`l0$yiMZ vZ7˺ D2@0E=6m +Kyg)7_ic9z?#xHckps A3 3kz3b%8yE qK'a@L.m~*nR9>T@ZjMg4O2-dJ:WӶ6o[RWpqST( WWd-vv#8R~!̠F$V0ą Σj~>_(T\6$hvW-M[ȑhXD(pC+nV;GE +B6C옼(@B4 #+o=s2ߎ0~Ǔhi%.uZnZd*߃P( w3[vSVuFwq>u ܬ-'2XQouY::™mOb\=Q+4Txpzr2r_-j{W-{V +MTpP"ٝa=Kqdc~͘{`(!/Ռ#Q$/74uj_Ⱥ@. lce<ÂIWإL+Ux$b< I4VAFȥ l]┣$ڷB%M<^ +i+sl4,U z(o\hMj]Ydbs"O&ՅK¼W-v=?g\<E`lBA<cQ [AZDJ: v*xJD>=t/ Ћ-b`C'\})Ԫu: 7FdjL`v͇).wlj ©^) vPzn6+7)>0ظEq - rz@[ Wm>l~J!xcG`1E#TvYMZp'N+E{eT9pb]Ǟ|*3%<m^ӺQnBrtNOtl-oV7 9TM~+-^(\S>P$'/a͚5z pKge@wDR=a"Ml;Vqw{_)'|hJ]mDmDO`Ĵfa|(cK#- |1v(_a rb&_5k(nmxAH]=\CWt_s>M)mjTQaP;vEOKboQz0t}li?@EU[櫌R~w$픻1S2 +v`RLmRM6uA9nN+HƇUTp0,,WȨ-*v5Տ]ƿf+.R xR6Kao6.ѧhHp$!aZ_rC"bo~B{#eP.$gJ:;}Ѡ endstream endobj -1447 0 obj << +1456 0 obj << /Type /Page -/Contents 1448 0 R -/Resources 1446 0 R +/Contents 1457 0 R +/Resources 1455 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1441 0 R +/Parent 1442 0 R >> endobj -1449 0 obj << -/D [1447 0 R /XYZ 143.727 753.953 null] +1458 0 obj << +/D [1456 0 R /XYZ 143.727 753.953 null] >> endobj 290 0 obj << -/D [1447 0 R /XYZ 144.727 443.375 null] +/D [1456 0 R /XYZ 144.727 443.375 null] >> endobj -1446 0 obj << +1455 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R /F45 504 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1452 0 obj << -/Length 1576 +1461 0 obj << +/Length 1571 /Filter /FlateDecode >> stream -xXM6W0HM -%AkѶlHr{gHJ2VM^l"go3NxCś$L 1&hƓ"|He<1$cseI*[өt̓9$QG]b.[ -r@D$2]hYW6ml;&-{fgs [91J'@|(p#w*mȅ] ;!uS6LLp"v_d"!2E4okm٬]!߳2p%"Չnj?1عc1CpjZfgSv:XS2 m ܎lb /e8} -b4F$. :8Ǹ;|<\LI5cBZCնe!P cbhwo|*Ÿ&KJQBTp>0XBGE.T"-[8g6bX`Ff #3,6]$P7iF~ HFx 16εGF.2ڞS09x<=O_ fg̀تɗi(tjIM(@#lj߅ڙ׾uv[iݖ4U`Y+-s/8,IAw( [kwH8 s&;ݰRva˃7Jj_8] <"4H~r -=T''v6m@ml$VLSb -13Әi{݀ /G Nuu`}g%vO`۱+D<@w*awo.c74,M qlXO7簃bG'xwH;m;7Ew]I}֪;)I5/m7㳜Gƃ_}jOz.8z)5@նq@ps<{^M'$<lN2aggS3"u5#2UR s `tۍ2s-_Ý3MdץΣ?W(|VkKgoq.[V(W_ - $7.^Pkx^Hjϓᮾqc}ÿa'<žo=%}ϛMO5xpcI<Myodie8xe'KٛɄs &x/>*s3 +xX6+ Ë")R5@S5zIrZ-D+пwd˖nRb93|3yd8YOoBaG&'1I$SjBYLJ&2 "| +je<(1ǹe +I)*])w tͽ9 I"QtaxQ8 I’Sf.Ph|(ݐ\>e*hHkl."L GֈmMi]oK7b&E3*$!8I8w@HuklE,@/湁}3NtaЅ"ja0Nb*^zg]֕ԛ왵i0l '̒ID&8CC Qpp>P`+NtJtNlEVp"㾅WƒԸMָoKDLg*XtB(`Tu5&*E6`m&znKDp=f,"!NaWhtZKm (Wsb[99cװ#دh9ւ2}Ni;s[tpj[[DB%#\>3c<0nyt|kF1;;vbcnjAS2;Kޚivde8v-ST6 qa<])tw5ʋT|LCնeA (1Qaw\*Ÿf8$/:?+ڣ1| P7BeH5"2"-<[8g6ܰh,0c`3wukX߯|0uZ_Oik񜍉q +7@\{d*y;Lh'9<O؄33fmtUԗuڗbWu|̍+t]3c+5mYL}Q͡8g2I^?ZvvwMeIyY{ƝnXɻAO[Hj_B846:K@e$z:(vOqˉMPfy6Ċʐ(*|.f UD4f bZnj0 T4xTǑr[DTn!l;vÁFP%mf=ex +R}: h,vp3^ll/}w߶y]qKgxyw3>yI:g>qx%5@պ-@hӜ%\gdg Ivz6%D]ݫFII,ԕd|< v#nL\|)rp$<.>~]<?͟uBuhi%L۳7 |8 -JP/GԆ NWM-yqrCey%=Ou ;.vMa}Þ;){^oz2쭬ۆ}K1q,xv+x{#O .OcW>w-{S{(QD%/ sJ endstream endobj -1451 0 obj << +1460 0 obj << /Type /Page -/Contents 1452 0 R -/Resources 1450 0 R +/Contents 1461 0 R +/Resources 1459 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1441 0 R +/Parent 1442 0 R >> endobj -1453 0 obj << -/D [1451 0 R /XYZ 144.724 753.953 null] +1462 0 obj << +/D [1460 0 R /XYZ 144.724 753.953 null] >> endobj -1450 0 obj << +1459 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1456 0 obj << -/Length 1626 +1465 0 obj << +/Length 1628 /Filter /FlateDecode >> stream -xڭYKF W0xxycФ@E.I"K4/9Y%(>fH~$Ͷh_ݾz'd Og1IlD1,ݮg\0yDuu0Bۗk' \҈dZ%聥v1t|=`.zb -E$܈Aj[έhQ&Jʵ#nǛ ŀ4If ʽ.0L6"xT$ۤhSrkv v 1: @H]FȃwL.}"Aa%B)+jw|t@B+| <7+uVk]~_t_-ZÎ6#gigu ̱GT %Mj $5u>YԹB0@v%TS-mv^r0;qO vZoV%Ӝ7x4#epֺY!$<^jf<'| -Տ\g8%*lvڴo 9eR`2FپL/m8JM y62 S<gONGdu|)rv o~j jcM0{k7̿zM[baiGk >+.7]sj"fV;V'e75@]~XFGhCeLةI N@|_Q]V5z 9نd_ -t_ .SH+h_ +xڭYݏ8_)=5=Vמt8 *7 5} `g73gYɿmStT趴IY4Hjڃ\)DD<Rt+GQ$XQj 퇄r(eQ +%vOGi=xLc扶eݶyY-Z}cc/b_q[Zqյ]֣% <-OTsP#4zN`{mede$R|e_ g˔QLlug,R/6 IK^X~G[ N#'ÕIJJBN ]d#<:n^hZ[[q=ܬlĬH9(0LUߋGÔ7u<pcOEIҥzg` +0`>マ|D M8g}Fȃwlq([{GtW±BfB) ++}u@(.sR)Vg[9Eo u[h`BxO5hA,~FJ=}NZHaYlfbXKKM%) ^whr6u /~LT-E'F7njGrE[TرKYp֪]5'<^rf <'`2 AZj7*קtȂ +&kHFVCpd$D١LCC KGS/"Nڒq>OT, 70)N U +W~X$tMXb*c? B*! +sbcPzHqA+ ŏH.E{xvθ>jbD_Ѥ`8^ +c()uA{:1_AVf1ZῈt/f]q;ɰpT +PJ JqR)J xWpT=pÕڇ+,`(|ӑ9N/XlbdbAR7zҥI嚼"y6p?$:t:e* x1M41qix#>p1 FjtkPkOlRTaZ7h}Ul 4cmUk/U +RԄ6/optaGAޯMqhEfu5ޛ_,_;!7ES `b 9 .gď&Nӵp_-S1"-dĿΪxB.Z|KSTuka_ 񎩝\d3aV$7?qI3"A]5z 9$䯅eg"XGqMr2 endstream endobj -1455 0 obj << +1464 0 obj << /Type /Page -/Contents 1456 0 R -/Resources 1454 0 R +/Contents 1465 0 R +/Resources 1463 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1441 0 R +/Parent 1467 0 R >> endobj -1457 0 obj << -/D [1455 0 R /XYZ 143.727 753.953 null] +1466 0 obj << +/D [1464 0 R /XYZ 143.727 753.953 null] >> endobj -1454 0 obj << +1463 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1460 0 obj << -/Length 1691 +1470 0 obj << +/Length 1696 /Filter /FlateDecode >> stream -xڭX[8~@MVŵڕV:o>0'A%N4Oc9 x_xgƽŜ3nzsDػ[{˺rw:r[ݟbp[( }w;LyoM@A^A)1{zO\4˴R`ռ4orEWJFw+a|8F.PlZvI] Lz>gU eQw艪N xol͊J*bKd}G(O(܆06KY@"]\hW5yEFyќNO0⁀'ŏIeIE>pjg3Wz̲nꃳOR! Spң#LGmTdMIXbV1g6t"lʢ ܺdNԙAZL8;2W Ҳj,1qp^4q:RB*=}?ۣЧZ]&Y*0j@4k=$"2ո*6ֈ*Ol̚:$?I0&ħQnbf0Cy(|k>~!Nm5=?:ԈR| K۶@a-.Ƣ1μo p3idd=wل(b.讣MvX!WuLILU_zqb >F(6g9$6!)E2!HĈ;GPHuʧA#&,W>)ON:CpyRJ,*ʴKik6M;O ġij:핪$UD1~4a/zıdmvꏠ cne==wA1ȼWZVGܤ<늄HAFUAL5z,0/C(TQ[a.ٱ2#(0m=f?7½d9#rEkU=T0;U`<И1ekkDڀk變X[ o4Tg>c1mUO+ -'a4A*KLB/4{]o4!zsZՕrc&[rHv@+fggx(OTf>EBNwI5@AXBf_w ?=Wv2%fjkvW8|Vljļ|2@wpѬո*N6"݅Fݢ4,сwm6lu :G1t'$԰E=_ +xڭX[8~@MVŵcvj۴IP Ӊ"_ @sw>?W>?޽y /B̻x"FS/ KYmP x^ vn' "X+?B nOݬ`1+t,歙U0*I%T廕p|84F.Pl:vISL=sJvPL0=Q7I՘VO-YQIu\El'PHy(O(†, `u+,?:upZI^3D“VǤ"9C3ݙ+=fY??1_Kp9g= +04{F%OVA|6iR@XLV.ƜĜb>SY[I:3Hbq^jSZ^e3{A J~OdUIFʨGhF- ZˤY\Z7YQɓY;آ6%4w7Cy[+8aG[me'pmftٌ>U>&52)J+`F {{O9DW_xg*Hg^BBLNimem=?:Ԉ V|Kۮ@a-.Ƣ1μo p3idd=wp#v1@ltf;v,i̵egHgҋ`ELÍ 1NguF=\6?O  ϧy?.P+#xNTA1ꉕOXG,^5x>av>Aj BX *օ!u)Oik6M;OH@ɍg}+U]әIڝcUӄ~E6 l܍?q4ht GjN x1@y⫔tYp)hը0X RuDn/PFl7Š[՞j?ř{9׋ZsY5z4䩾gL)[\'B3a_ rXxY<#aoezZ=WV8 "WY"`z |C!ݛ,}Q4#ӺS&w~Il()=S1rql[89̅|k86F,yFQ;rFԜ_WXX;r:ͳY,دti/E"zQCq6@|dtXPhU+eQ7RV+.6p5`R7/"C$TpAI # D0;pEQc}>#A *zΘ"~Am,=ߧ4ŒgpFj=QCaL'7ϩX +7 ۆ6')D7x#D;,U-iTcVepsNn'#} 8,1T]ԇa7uBo8g.stnjA^l#](h-JRSHfgP_9zž{<0&\bY[t?K endstream endobj -1459 0 obj << +1469 0 obj << /Type /Page -/Contents 1460 0 R -/Resources 1458 0 R +/Contents 1470 0 R +/Resources 1468 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1441 0 R +/Parent 1467 0 R >> endobj -1461 0 obj << -/D [1459 0 R /XYZ 144.724 753.953 null] +1471 0 obj << +/D [1469 0 R /XYZ 144.724 753.953 null] >> endobj -1458 0 obj << +1468 0 obj << /Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R /F14 503 0 R /F44 486 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1464 0 obj << -/Length 1740 +1474 0 obj << +/Length 1734 /Filter /FlateDecode >> stream -xYK6WXK"S RP^6{ڴ-D IHɒL& zYKpf' |zWo?1QHE4\/'s$!Bz1 JJq:1ƂUwqJEuH~[Av7)v$:,} slWluDH &3<CVe%|ܼ;shcv)(S+0(domi'O8:G>M`KVJ?UwK2Q%N(I\↊@ ęqeŪ0)}|!BJZb -Ƞ=Rly*ZW&p>-,jGH  N+h?4]S9B~Yl`*6D6WamsvS@dm3D96+DpP1LUN<ۘgT^gSE!9xw]Y5CLƀxw؞.fL@ i?!>t!MSv -i؏_pkjݫUlBMM.-iC.P[37338iD}l=15Y?Up^!&uw @gZwZbF~/&3IVĶ$%djЋp-HU펵K .xCz[$ ;vFj*&|\"$.d/k9m73J^kR,-YZW_3|v'Y&R"Tc²8}l# bmCLMgaфB/ ]bdzPkH1 -Vmoq4F0G[FmZ37:nC@]?mAhׅ^n;P*bZFtW-楡sPxE/?778{a,8MJ9#qR#7 &7EΖR9ϡ컰sOS3)!jTCU;R%rIҸ/I5pb8Fq)G5p$;(BSN0,`qoRt>`c_,Q -%d[Qx = E @=Bivtǒ&b XãcA_4KOw.ƌr[/ly v翆(GN`g5B]nh,?9ۜ:ɤݻmRS%ep`]ky?{-h1GɎnGwsAw pQRȟ;Z'/A1ӭt$ׯ$( +xXK6WXK"S RP^6{ڴ-D IHɒL& z%j8o~3CHAzt Q7m@~d@a,rΫ +bAj/4Ĉ3j":DRfA% +iH:ǞSje*2.ǃul>`EJ䋥IzOl,M@65hts{֤N'oF8t't5wdžSFtXCk{u_uNxn֝9pQ12ʔ.m +1 +8r[/R|&02ϕ~&e=tU;J*pPd c1,@37!yUaRB0 pA {T86`L|-ZX`Տj@yP\A: utR0FMssd_ +o*}5pn @Wh#hd#gBc eiEȏS\quϱcMxmC0U9)lcEPyMEG.F7s@hj1z&g񃋙ЁDB(COyqB6?$6yǤZ*pP`K<w0и'V a\p#^~X/zAGcpw!{`@#WI}ЙaƯعϚh2nElK»\Ba}Lgݢd;oQ QX;7~Щ Q uKذSlnw>`tFb%BMx ޖHP{s:&52/ܒ }կ)8g1q2ꛅo"!E)NU<),[Ӫ.6B+6tI`M(D2Е.6IU`ՖKN7xNcxDFmZ37:nC@]?mAhׅ^n6hwUĬյ ].LJH+[KCqI`9(_7Y /o>gIiRjϩÄ2q$ m H7/wι0|e߅S}oI Q"*݁*` Mƅ}I2/1KٝW=%!vHmDX,DvRaC{j~Wuk,XbRh,$E݊«|I(v..O"qJ݅5H7,ܗc>,4_71nǂx Y|s7f|&z`͓>a>5@> endobj -1465 0 obj << -/D [1463 0 R /XYZ 143.727 753.953 null] +1475 0 obj << +/D [1473 0 R /XYZ 143.727 753.953 null] >> endobj -1462 0 obj << +1472 0 obj << /Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1469 0 obj << -/Length 1446 +1478 0 obj << +/Length 1448 /Filter /FlateDecode >> stream -xXYo6~_aXTbDRAۧldȢ q Ca%b7rf3 fȟݧ3;@,p|E>=XЄ~w0)b1vt-=8,Phؼx"Y,w,-$2ZjAe{xח;|; -p( .#bύRB'b)A*E]L*ZÚvqfZ9:҂W4yr~OՁ=3-c;dMԱ_!R@j-۸.~y-ņ&70C|6t[I+\taeu FcdSJ!7:D"qs䵪:^zBrI924-Ax*A3)v?A@b^WYٖ幮^c]נrZ"ed@q$1gkz#r8{: B}=iUEmQfei/ #+KrIo;$P: -t9ok~15`(ʜU̳_a24⶷YXL3$B|*%?<ϷKo@]QD@cF6~9-qp9|妈cCLtEkETj7|#QU$jZʶo0 -U TU 0&r$LDAxXMAF;!Y|[n-|P4뺂_Y<5@.2R1I_l- r|"!P;o/ŁZ7ғ>pb$,YO:n'_'H)O؁6;4X݈q? +xXYoH~_a-bvhfV;yfi80I@i_l:pf3cgzț'3Gw=X}w0b1vt-38,P`EX|"ddY.`w,(SV鉨dzAVEfΔb{xח;<;q .CbJ^JYZyD.E@e軋IrvX.㓜,\+UG,Y19C@6D5Y,BZkr'RmoX|3ZOJQVΨ]=bBR{aYyH+5&б6Y%J<}UT;k}zn&x +m&~'nrEɞ3 +{f/vZ '-]6212YVamBQw`,|oB|˥zvnj@VUQm, V:b} AƬ py~c`0ԵӁ 6ԊpES4}VPhA lSkoL,(bE'rc"*M۾'g8`فhn"1$͜ыK]IKATi$X {(WIM+^zt2 nS9i|,S4F]V)Cx3CQjaEJ *{>|I q'MRV~ºK +Rɍ&qC*nLFioת2z%0d\ xiR|N̳DO?H}:ԑ7vd 8?^@b^iq)C 2SǺAܥy$xȀxVREbPb>FĈ!EԺ@ sjX^"IHR8mND81K)Ny|Xq ϯ\u\21U+_-_cat4%ӯ6 }#l?Wb` ͞b ~=l*tArbiaz|(ҋ.iFNA7FVI5v/Irq7q@ԀAu9l> cXp"%^: endstream endobj -1468 0 obj << +1477 0 obj << /Type /Page -/Contents 1469 0 R -/Resources 1467 0 R +/Contents 1478 0 R +/Resources 1476 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1466 0 R +/Parent 1467 0 R >> endobj -1470 0 obj << -/D [1468 0 R /XYZ 144.724 753.953 null] +1479 0 obj << +/D [1477 0 R /XYZ 144.724 753.953 null] >> endobj -1467 0 obj << +1476 0 obj << /Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1473 0 obj << -/Length 1680 +1482 0 obj << +/Length 1682 /Filter /FlateDecode >> stream -xYK6W0ZEzZi=Ȣh%C3$\-mRғ)|3P'ۉ?wo}L$fBpy$H&7<|22 R -%WЙ*:.u)V.Lv?+6vJ欄wRu2Lզ,ՇR>Qn~xIY2e6_)pч!mF#/ CivMh͔.L̵сS/j7_0>s2S8(Z4N8q gǗh>(hGkv ɂRjAx.Jii> !p7 cVP>a^i+$8a@v%B4`c!.fu9 >]o3╋ "Ϗ{Y\+dv>@ǸV+PVKI SʳHͬOzғZz2 =4 +ֺCz"GZQ֮Z9_DA4q@0 F2_[ 8w~ C1@ Щ9kM0TQ&--4g7\}ؖ01dj NJQwex@$@j(.,6vbmN -/{pX#J-tFD̋Noҡ#ݺyElH= qaN–*BϷiH`BE>w%4~v>FO+Bؠ]\y`LWX97.2E\`/B[|/x;iǵ *naֵ.v+ENi:@xAPN@=p}Jڗ}ؕ]nkWvPIcqǩ% Yl Qj5>D?Qi:L xrIG.b@Ѹ$TLH+ͦ ƕklϗڎ\hK*E6Km7H /a1.V=PjoSX^re /{* eѨz h5`reucC.xݮ T{9ERc:NWaG#&Lhp.\eq<6`z#Tpe互Qr5]IܔUvys>=N mk}sPi#:v?9c!cLģܥ4&$:cau9#%e%:^prX.n2YvR0+s?!Yŭbtb +}’a9U)4jKf6KDB,]F(l3Ќ6WT@ƪi`"O_҇VHaZ]m$aŃnP<ߒS ?-FF} -.vSdЛp[AF84t$pܦSSņ fqCg$A7N1#8g+jÝҸ_ʵ2[&~*Q:3Փ{]oRYyA!H_p 1%.z)-h8v߄ƛ\JX¸(8 0w S6_Y5'39aT +7w||sg>>]P$f7,(@GY@RnG2vNS\ " R€1Jp5`c1.fa "V*[@]69*N +YdnwWU*?ecڨ@k1 sHQn=,餋Fz2 =4 {T Cv"DHy0t@%5R)e񸃤a( +@/ 52 3F*6H8v+789#u?{YM%K!z}WHI@TG["Za`'xr7NQ +bgUj3J4 ;ѿΆzFGRP1tb7L#ԟ˅+U4_lbS:b<4=ctj-aصڟ MTysm"[ۯZɅw9ӗhx1佺+o½n`v{qev{ۛvuݹKFgyYmA=tN)i(T{8G{.O;BX>%.b[msb޹A 'U_3>L8/b+toW(l8&\>$;r^qz]$'Dz PޗUGZqoe^j]r^בKc{vC\<3͏^b:}Kmzد3N/'c{ *ݺgw=ȵ\9|Ae7𛟹%/p='IOKR?w=^3>ȵ8Hg,ػ:Yqut_ U#0J_4*_Wǀx@8XHדb$)3{cHSg1d7tơc endstream endobj -1472 0 obj << +1481 0 obj << /Type /Page -/Contents 1473 0 R -/Resources 1471 0 R +/Contents 1482 0 R +/Resources 1480 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1466 0 R +/Parent 1467 0 R >> endobj -1474 0 obj << -/D [1472 0 R /XYZ 143.727 753.953 null] +1483 0 obj << +/D [1481 0 R /XYZ 143.727 753.953 null] >> endobj -1471 0 obj << +1480 0 obj << /Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1477 0 obj << -/Length 1844 +1486 0 obj << +/Length 1840 /Filter /FlateDecode >> stream -xڽXߏ~_iT-j\WvYjyR.xTY ElaS] H>?}9.6 u׷g/\(B?\oL"}4$WuՕY8^ZUxEncU#>3:k\.B$Jw+ƉuYS.",hꃩ oty_հQ/g6gy|JO< ȇC}rަ]]Y\5d&V|N]fk]6S^Z+F -T6n$\ d"n"bbnzU-$a5|kmn>J#7y1Mm/7n\$ qaC:zED_@`޶/Wp1e<*7\#W.; {ktla?Qݤ( I$b'b?"!P7{.xuŚnX54+0dMK6Pu^eavo-vFX2FVvIȢ[ߩݵE6em E`NO7'ccƢAVAy۱ȹ(^}}Xd@]RćMB+܍6»APbJ=$iF&7 ,n~[ -AUlWS~^Tk)xM3ɽ?&2CY : -=byOzIKN H?e<ՙ!З/!--eDȜct4Q4R{Arxm%'FXcgO!;ӁBwh܍.~@M1'3ތqnP|ȝ0F A;2)sv!:ƚ;ۻCUQf;-nC]0GءN-ޙW@L(E ,yBwE ;4ӝ>tk%h0i#z?4E9AH/7]>Y9^KDTZMT^_L,DѬ0 S>I -Dߏ4l5So|$)*C}!y˞1٣lUt0pTA+ffiu -O) -)(>j&ymN_pmBfyMoc_.{1 N7 pWf5Z +xڽX]}ϯ4_ŝ"%dVZCzl ^Y[E73xEGs,g]߮fj(b}`RBр0-VWfBxiW}MVT}ftVץ1ֲ/Z$R"Do+E"[1A"Zg"Қ`B`DS*[}UGd

    1RbjXir-.v;'9vB~uOyuk%n B d"nbbnzU-$a5 +|kmnhfFn27qSˍ*Itl\xP/>"P--?\LY#ʍqO!'b?Lb0#.bl=^]G[(i + Y4O;6KTl)2g\jbRR0/MU_ҬƧ{R=PSP(C7kV:+kRy#6! +Ba$d.50ۆ [PtYW.BBQ2|]7ͦNvҝѮYTo-^@ׅ {ݗډ[6Wbė 66KA(rrۇw=I-6<];?LbY~}l"j "Q%EM|Xt`-<߾h#*͡Cbjfn_l}EI`kT̗`H?IuQt}Wi{ ^z +!7~R?!l@5m:)AUqNYtn/M58?L#T@[o8zG;]V+r: 1=lϚ&&C@7] pa@5p~x$;h +WmIg> endobj -1478 0 obj << -/D [1476 0 R /XYZ 144.724 753.953 null] +1487 0 obj << +/D [1485 0 R /XYZ 144.724 753.953 null] >> endobj 294 0 obj << -/D [1476 0 R /XYZ 144.727 496.848 null] +/D [1485 0 R /XYZ 144.727 496.848 null] >> endobj -1475 0 obj << +1484 0 obj << /Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F34 397 0 R /F36 482 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1481 0 obj << +1490 0 obj << /Length 1309 /Filter /FlateDecode >> stream -xXKoF_d] KדyJVe]!FMd 3&Uu0sΙ`ί_}ruruM<'Tj>G/ -PŌ:[9FnˮXcS􂻐% -VY*ʗskVvU  01h8 ; fߊg?xM^W,j*^CfcYn[{}s^_+sM2P>PGƈaA4WYf/&I~~]^Qq׹@Cno'|x+qʿ͂is5°ϼ !/`R8f\߷ 4"~^¨,](hE0?yT&EQk^E:~dN'Eַ-DHBm)({6r~Uxs! :~? [oCC//(ޖ +xXKo8W EW"ҍk)GG3˙.(@FQcC :wG [_aysu}C]K ߥ-Br=r@MdTPy}Ä!_RQ{eedQWP?2X; ~|]vyz\E9iF>3 p'C;HgT}!#7^Վ69`87 QR'EYH!BG(C'Ha2il #Ni7|zEW|/WRjlH +YHʝ̖kWe%_*S٫A2J1"&l4Bf[vУqoCռ/J֐) m*㸠c=*&iM^(8x#Q$eZ&? +wyI O:Qq׹<s9.] f?XP<*٣45o&)S1;1X #(F'7Y8 zCHMB Si!Z߁JcJ̤9(|πP$m\] ,e2ް:g .:!Н.Wb2cjcާtǓ% ^Rm)㶔aUn4k60նt<*/>)fKUi<;vcNr3YC1F) ڤ5́ + ݻd487AQ zfC`eA q3("B5eb}# f, +ЀFqơ^zl=6̫Jht6"YCBT3pܩ]FY.:nLD +$PwJ}av8<Ժ+L lMgŻ<\p_4_sp_^A?bs}2 M>¤bjxZrnjd C L^${E_aI<[]L +YTzw-W~PDDcoqvVvuLN_O _8ʿ+sj a؁al(%'#aV}9HO#%<;,(1J-JC2ȎvqWfpG}?I7.n!JS@lkMA;/]2;<:fTH\!XC}Lhms" endstream endobj -1480 0 obj << +1489 0 obj << /Type /Page -/Contents 1481 0 R -/Resources 1479 0 R +/Contents 1490 0 R +/Resources 1488 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1466 0 R +/Parent 1492 0 R >> endobj -1482 0 obj << -/D [1480 0 R /XYZ 143.727 753.953 null] +1491 0 obj << +/D [1489 0 R /XYZ 143.727 753.953 null] >> endobj -1479 0 obj << +1488 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1485 0 obj << -/Length 1304 +1495 0 obj << +/Length 1308 /Filter /FlateDecode >> stream -xXKoFW -P@C)znӤJMѢ(C zgCYܼ@dTP-VI$$4Z]ʋe1w3O <[ՔkuWe: $Χ?`2(L-f4# 1̜L$ʑ&"RH )`LXPU݄S1#f HzlG&Q%Y \z!2wv?%.;wT(QXoE۵'9Ί؝gq2&17e=3oDWP;v [2(%D'Sfo]՛+_EblDeyYTs*$rUc^f9\r1H9{|_\[6A.h\IV, O^oSQA_msMRPz oocܭ@1Ǯ-OȻў<)*a K׆p -strp+#p,ixiv5%z>Yuky2v˺z)3&Z?o6723`coX!hc -\TTG4ID;gyR0d'r'hVNh7e ,>u`E 5ؓg?oU$ - 47WCbeV LYhIR pjȲSeO&)72[s8Hek7TtɆ DI(Ԍie?]Z'DzyazzMe,^(]1QD[_-VNƦ >O~"Ǧ˹׬,C MHY?=/F谪-f]Uw:^Mfqy=!c?g⎂վGpm6@83 -tŀn {åPNa"|DUO>=&7ݠ#\$9k%Yq eyX7连'Y4@l.*qK]:v%ksT1Uw[W)Fi~X4H0$ k1W^s8/9 5~ #lZۍ@EmbWu*R(ot6Pz'E@o"G]t<"+< -_tx3TjHp͒T ~NQ +xXK6`CC,R6{P,z-Vr%maky5G"`""TJhH AE$pU"U^,NOg[gyJhݚT]uuUmֿ/h-0$q>_Q`h1Hӌ00sJT$4I# +!e1Xτ%e\M??x3)!y9fx{vĵY8@)_3-@IA/Zdz )wAǾB!J+ڮ=lωuV<^c$桬vw  +jǮ!{K9$|Lqm~+zukVM ^L;/q{ۀ\IW*wWs8G˰8`{C.)g' +l\ $}2Y`A2 !U^oSQAE㯶& +^%=uخ2w>g̱kn'F0RFkC8IO9Aә"*^@n`t{B4-X&mY-~XJq\'ky8@n7O.cYW/%tDKXYfl-8m VA׀9@x=C +HPSNb^ji̶%އnӣ{> +D!8F9ؘj.Vs<{&],tIR$Ԅőe ͧʞLVSn0e>qTn +:Qs5|Zn4Ѻ<¡^^ر^^vKy.$b(E˲ځtڧҟz(66]~2*|: iWޞ/F)aU[̬t/S^Mfqy=Cj +گV[Fۼv0Π;VPJP H^.-k4rQ0"(~J`Zwrn.h`J"k8䥞8eyX7连'Y4@l.**ǵ/u]A@ڪUT݉lt應nm@ϫ {o +cL]sNKN_Gnm"8z(n@5{ 1 ~(~:? IolB4*~4Pۦ''B6!;9@s~6Kj{~_ [?+ endstream endobj -1484 0 obj << +1494 0 obj << /Type /Page -/Contents 1485 0 R -/Resources 1483 0 R +/Contents 1495 0 R +/Resources 1493 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1466 0 R +/Parent 1492 0 R >> endobj -1486 0 obj << -/D [1484 0 R /XYZ 144.724 753.953 null] +1496 0 obj << +/D [1494 0 R /XYZ 144.724 753.953 null] >> endobj -1483 0 obj << +1493 0 obj << /Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1489 0 obj << -/Length 1174 +1499 0 obj << +/Length 1167 /Filter /FlateDecode >> stream -xXK8@VJO }jVfO=}`&3Q}! !ڑ+W}`;l߽H#ߥ39T:Pߙ`BGMqqt0GΎ>QL=&,ӧ-̂d )~IFx|L5prL`mIEd^3#*3% In\ϳd&*jjBeЌ)MX`W݃rJ}4p&FүTU*cǯˠ4,vH6Of?lXWXGXr)PeVOQAnz*UQֳ1,n-!#}Ǹqf*<2e.4i0"vۢH -"k&ms;< "OU:EE 0kQW*-J*֧v9UnkŻa"Eo}=Qd/ L =SQ.J K3f\ ]/"1˗+QI61mMpmaS@8?Ev+qLjeUh4+U@A~ ] -B>;톈#VC\5p+z[+#4|Jx/z}R!#WaF'Jф:B*h(!u9Mqm!xH53u)rA/ ) g旝{j3"#zO -{h?V@~^;,Է 7"b7@cNv%=vTv׉+Iɛ_}%L_ːk2oް%lom9ϖԽT>;O6 x1SV3%0% u4'~9J uaXb57ߗ +xXK8@VJO }jVfO=}`&3Q}ءCBt#%cW\c7yHGK]g9s$t$v _z,,- nr}$^0OE X[-d )~IFx|5prL `mIEd^3#*3' In$u<p$bPEǻiU&.4#aN0A=xVj7{)G\P@gra$*UlT;~]eCZy7\guuy^e +/x +𱧲E xAi3N9q;ĸqf},Ux`{.F]ac~[)!؀[S͑I/¸̓`?tN/PoQ*mSCʕu{n4~`GzQܯׄI|;(( 3L SQ\U-o<](Gk'8y _˅(_$ +Iv&) 6"0cN:gUUC 6Ƀ.fBL{"04:cȩ)<3C;OK=*M)l>(+V`*ʑs68dߙ#$ɤ&R)z<߰vBHE>Wn89h`%0ECJu_!٦Sƫ5u3+ ټ3Lmu*mbt88Fs<$FyW-o +ACmg4K zA(?p,ZGΟ`qb~ֻ`&dBoIaw +8uuőᦣ\$z!vc 18ÚfIuJ7y~+fZ^˜I@߰ lom>[s5 3K ?QS@=\O}_߈4bmRg֜.{K1imy.߁ endstream endobj -1488 0 obj << +1498 0 obj << /Type /Page -/Contents 1489 0 R -/Resources 1487 0 R +/Contents 1499 0 R +/Resources 1497 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1491 0 R +/Parent 1492 0 R >> endobj -1490 0 obj << -/D [1488 0 R /XYZ 143.727 753.953 null] +1500 0 obj << +/D [1498 0 R /XYZ 143.727 753.953 null] >> endobj -1487 0 obj << +1497 0 obj << /Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1494 0 obj << -/Length 1161 +1503 0 obj << +/Length 1165 /Filter /FlateDecode >> stream -xXKo8W -@M鰀DT,TaPddQ,v{(z4oޣ+잿>|dʓ(PVGD<%"4Vw;c|Hɍ,5B 㑎cZwd>BP1{L^h[eTEncMʪ6":cecY_w8*$D88^.U`tS>?wtP g:͙jt[])6YM ^Lh# @F N|Ŭoa:m@b<$5M/=@?.y pD|,= -h,‡9H 1 泼9uoSua?9. 1|7AmU^;*I8Qp$q֙,zx C>CgۧfyϢ@q<:F}:v$0gh7Knp2nB9ae_oB!`k mDu[`'i7_~3ApA&Pw9s@lsRB} ŸL +xXK8@VJuX)Ǵf[Otٙ(2vHHd[s Usپ-o>~H *eaʑ>G(oywS*/)DIF AcX@댱iD`ug}VԊ)Hv+}0jZuQr+wS4貉xP1FCçRj m)`6~ ;,8>|;BmUMqw W6C {H5`Hz3 kY5,"@}26@E#gY|T vɍ.ƾd9ڀ.Cڀ*#[x +< 9%ׅ^oEcXk˶*lx7c@߰ODovr|+X6A4E0 og#n6NT]9`o+hg$O2p MˣM\tE I9f&xBҠ+)8OMu'Tuj_I:kb{^]hrP[;;; _<޴3 whؿGEg22 +3V=%F律}QnMoź !ԠCP>F +#(Al!؂$]9~;X7cÿط^43@Љ#K-0OewSADVڇɽBl=%9D6`: Ն4oմm0q.&xY<]/m?x\]lNeQx\uiH"_@esC~Or D@Z&PL/ˁ^|İ>:tA@*Μ?7Ԫ endstream endobj -1493 0 obj << +1502 0 obj << /Type /Page -/Contents 1494 0 R -/Resources 1492 0 R +/Contents 1503 0 R +/Resources 1501 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1491 0 R +/Parent 1492 0 R >> endobj -1495 0 obj << -/D [1493 0 R /XYZ 144.724 753.953 null] +1504 0 obj << +/D [1502 0 R /XYZ 144.724 753.953 null] >> endobj -1492 0 obj << +1501 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1498 0 obj << -/Length 1160 +1507 0 obj << +/Length 1157 /Filter /FlateDecode >> stream -xڽXK8@jHJ>f4dO=}AMDQ!vacUWa ,n` 2-Va -B B C:_x Z"&ANfSLڬY2#I~ LҾ'j2j3M~7Ly-Ծ~-<>s:.QOyTE1ՠn%y[ xn$4ɞnɻU*lwT}vъ<DQ!HIXAZF7+?eq*51&:ȇQ9MTy\GYfk30F@2q\$fmXD'!(L$hr.r`F]s)ED 7+ZJ 3 -Qr\3N1 NXNܒ[zgJݻ+ -/ u'+-ѕ+! -;U솈}S94/DeP?8ҿ8?G5?)'+Z]g ŽԐY aᔛB1@3=]nTU/uQ/Gc˙5馌,WW61 #0#!O.0ªݲ>:it8fڈ1mVI?Q$@NK,9$XҪ@WtU5JSb2wu*Guz|P`stc:pf4|=n{fa`Ivf;CP6gSvȅcb݅J۱`~*@]@k0ҩ=k @`\(kjI]\F^x? -J1 -|siEg#sa29 헷;۝kKBƼ  Zݱ +(ԳOZa06U 6 +xڽXK8@jH~8cF=M:jXLv&߷h@Ę:|q/x(iSA0 Uͨ?0 PyLR42ąY`,(c +\rS&F"b?(qnzWC.ZWE{n& @yJPg֒QiYzDͥU& 7|u̕:l# tP-NY>ڏ~.hc-%w4载kHr4RYX"kb?Fα5|@$"i 9R%芲NTf"/Dv&[·b9-.O6ʳt1Α j5 +["ߢ̇| + VGPd+DuEbQR Bc#sSl`'N !˺Dj{ZY.Vx1F}I(D18Bn=)* EMWǰ5(tjh?pB& &:Q6ܤ_ѓ,E̽yqxBdJow MyCYo#b۝]Iow7zNglguDOzAiA GQ2;jGUE겊z\#}}~?i1 endstream endobj -1497 0 obj << +1506 0 obj << /Type /Page -/Contents 1498 0 R -/Resources 1496 0 R +/Contents 1507 0 R +/Resources 1505 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1491 0 R +/Parent 1492 0 R >> endobj -1499 0 obj << -/D [1497 0 R /XYZ 143.727 753.953 null] +1508 0 obj << +/D [1506 0 R /XYZ 143.727 753.953 null] >> endobj -1496 0 obj << +1505 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1502 0 obj << -/Length 1066 +1511 0 obj << +/Length 1065 /Filter /FlateDecode >> stream -xX]o8}@ZDVO ;SU<47 *,v(}C?D5!b;{>Pp pAҘ& #Ie qMy| *|=caRqƭrFt(+~VgL4v@BfOϘ bJXD)"ԑ` ](܆2X -b´{7R@n -4dO>ǼL # ljiPQ$ LJK[4ytVP8 pXՍKLL JEu*ua+cykeiTnM 2¥*[_9n<ϱMJS&J _5+p+*/ܚ*> J -G򽲨ڊ^%!bFE^<#HRQhĒ0P'T$(ʷv1r]#{^qQv{ui -Vawy`*Huaʐ=FXsio΄ղ-J >ke-T3tOxp!:3sYUU=W3” ˺3m.]TQ\8=,*twAu+,9\Z N}}*EnV\9JM[f&/uGGT&+M nJ *kQMHG{,|>~~rzFdTPoHRH,i0ςo_e/Tgc,lVFqk$l7])"ʮ߻Y ݴ53&R"(QD:, EaP&Ka3]a0mit vwD}n6 g1/H}:-# ڥ41$s T`~i&r٪J(Dl`ên\gbbGPB"7> endobj -1503 0 obj << -/D [1501 0 R /XYZ 144.724 753.953 null] +1512 0 obj << +/D [1510 0 R /XYZ 144.724 753.953 null] >> endobj 298 0 obj << -/D [1501 0 R /XYZ 144.727 654.965 null] +/D [1510 0 R /XYZ 144.727 654.965 null] >> endobj 302 0 obj << -/D [1501 0 R /XYZ 144.727 588.343 null] +/D [1510 0 R /XYZ 144.727 588.343 null] >> endobj -1500 0 obj << +1509 0 obj << /Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F34 397 0 R /F45 504 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1506 0 obj << -/Length 641 +1515 0 obj << +/Length 647 /Filter /FlateDecode >> stream -xřQ0}4m ۸ tOނM 'K[WEp&!9I~xkxr|&S&<`қ<ʸ/$xpcېɈ~?N!M_GDhjoN*I|Xm94fQejCux9Tqׅ,<]C<>sX22ׇemIUʒpUmglNe/\4N,Z^{p[pbEڼp=ee`lloZ)'BM_"NUhC%>hb6e~7<3")ThpʤMBuy]͒y!KZxƥVYk΢eeI]2Pۈ/٢[[ȳ]ڢ߷ゖбEgRsVfQ$n 3P]/c3إ|§Ma@q7W:1eKfkQWb ج|9e m:  .+lU\LG a?G8K.'Ih$!(B% !KG$Rsp$R *Y뵝57[a:Xzu몎 XJp@)u)ñ.֥uim]*nj]*oi]8[~ҭy Ahe ɹc;8e!sv.eepv2:N9ӞΝ:9cx͹<@r.s#Jl|& +[vW k {>;  endstream endobj -1505 0 obj << +1514 0 obj << /Type /Page -/Contents 1506 0 R -/Resources 1504 0 R +/Contents 1515 0 R +/Resources 1513 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1491 0 R +/Parent 1517 0 R >> endobj -1507 0 obj << -/D [1505 0 R /XYZ 143.727 753.953 null] +1516 0 obj << +/D [1514 0 R /XYZ 143.727 753.953 null] >> endobj -1504 0 obj << +1513 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1510 0 obj << -/Length 889 +1520 0 obj << +/Length 891 /Filter /FlateDecode >> stream -xŘ[o0)2-L"ol/[Ջ:Mդ"Mں71]\Zw8x)9_NN/Q^/b'}>āyq`eBr@b͒(HJ=cq_l1]of/z!ltA?ݩԥyhr6H/rσLz2:v<D[ܳ7zy$ +ټގN[Љ nP^D^JF<~GO-o.իc6?B\ZqRzm6*M6Xݰ0bwZ͚&_YB/65du27t-&_|M(5I 5N'Lb/rb:.OPmxBsSS3p+JT$ ^Q?+5$5b0`w_F```DB{ nh 裃Hʵ!IQ܏JM vIKKՄD`MY0i+j"|$&5vXK0IJ}P3C>5?=|V ֊J6fmڋknLIΪ6VFCm޶ʲfխE__[TZp*d]PI)vL?b8 +ɳYƭ*l`>lܢ)yɲ@Ŕ.X|@WMGSWffSݨ1+XOn#\]|ƟHGr"sh͔6oZ,ʃ&\[@UG_[h#-Q/&{ܚ$|gB` +"w +B3ƾȸԔmE +S[3kJL$mxe'Y111H`8<187DGf0|ݲBAu +gIRTia;b얤.∥z"Ja#M]*L Njf#bImkacGN#^(9(xQ,Lƺ6ra1fYFZt$vIvJA͔wìR#ߪV +`u2HKҪ!U]UHC-x#f +ܵV=+ܝF .`8EI@2(/Gw endstream endobj -1509 0 obj << +1519 0 obj << /Type /Page -/Contents 1510 0 R -/Resources 1508 0 R +/Contents 1520 0 R +/Resources 1518 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1491 0 R +/Parent 1517 0 R >> endobj -1511 0 obj << -/D [1509 0 R /XYZ 144.724 753.953 null] +1521 0 obj << +/D [1519 0 R /XYZ 144.724 753.953 null] >> endobj -1508 0 obj << +1518 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1514 0 obj << +1524 0 obj << /Length 738 /Filter /FlateDecode >> stream -xŘI0+TM*6x,RUU&NT"{?0,41qG(XQp}uO+ -Fx0_Аq`?&D$lk*q3ӎH\BIyĬπN2Aa"n`a#uG{\9Kp\Uӌ&n:\q$l\|$~;yF6j/*"S1x-.ɉ^\bԇ9-F=co%c?w|Q1(ȉbE*q4QfEQS`>(o5 -j GQȳ!FH@~ -I"߀3 uA $@o b s9?  q +xŘIo@TJ8ydnm=WFP!{?$)fN{Yx4h4"Ty)T@вuOIe1¾Š +',T5V:Ocp*` +e 'h?MydF omN#Px +I. +Ҁl%a.C˴p][;.!otP?p~5Dpq?n\c2W_5 qZux[B!i'jvY{Sn+Ƞfu+$"(1uUӋאm 6r"4ѰVd,\p +K:i68 +*b%UL ath !4?6ƺ.2s1UK:C d9v |`٬4e + DWVThqE38.F0(FbԷ1$F[+aK brH1buu:fԵF=j$ԇ F[CHw5[D (C% (0q?&_o_ f*FJP.Hy_p[ endstream endobj -1513 0 obj << +1523 0 obj << /Type /Page -/Contents 1514 0 R -/Resources 1512 0 R +/Contents 1524 0 R +/Resources 1522 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1516 0 R +/Parent 1517 0 R >> endobj -1515 0 obj << -/D [1513 0 R /XYZ 143.727 753.953 null] +1525 0 obj << +/D [1523 0 R /XYZ 143.727 753.953 null] >> endobj -1512 0 obj << +1522 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1519 0 obj << -/Length 1042 +1528 0 obj << +/Length 1041 /Filter /FlateDecode >> stream -xX]o6}ϯ JDkOkM=-XF"RN":'=^K)pJ'p>JS9OIο.d8' ֶ(Q~:aI9}!mWQB)"4t..5w= ?a'Rycv*mð)`vռTۚHK( &ݵLp9UZٔ? @A]Ok`{e+dVXJuiR.ۄ^57T> aL0$^ïEtKp~1LUNF^xx"6NbBZXF[.^y>e 4} -Iz6Xk9V:~g)RgiDNɤ"k]Dh(sȋpઙfPѶ&(w[avz7R`) Fz{WJ8Ec9'Q?{ӉAe0*& PGؽ#!Bz\ 347&:J.Fy:P 剂8 -/ɤ?Mޗ@.3 -cȃ]z!RFO4eLQ3~م -&|IH(uo$&+f{+ƫ s"ͦt` dn 71hΔ-&$4й/J NXYa{?-:kџfS)tM7ٯOo1;/mu Ԩ;!![>L>^4Hk#'6q`fMO*u#imϴ֫B }lil"6aj]Eò⠴KJuKBa:Hېi Qe ]q|lqeGlHpo$xbO G #g)2Ƒs|? -Wf +xX]o8}@+JVjg3;3+5]iS0MZQ^|4UB>a=^5NǓ`u=}@̡~P쌧Na(qƩ> "6!JH0YF[Zs5wnWpܳ0FasZ+ -[6뤯M]Nku[rUȬOR@*6soUq/Jݫ4D}paw3aXB.^Ưm:Si]XoBH^U7B= asp=}B~,dNm1b?^Bf~#/D`I/B<(3i!E -R!% $7STrڽEpi&38rٽMUmٜn}zӨ Q_=Dln0m\4f#G~{AhF_)Vesz!l%_M(Ad(/uy@!ҾeKmW=" 덠{yCEòPUѻ%ů|z~KQrFVLS6d!4>L-4 .,> endobj -1520 0 obj << -/D [1518 0 R /XYZ 144.724 753.953 null] +1529 0 obj << +/D [1527 0 R /XYZ 144.724 753.953 null] >> endobj -1517 0 obj << +1526 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1523 0 obj << -/Length 1105 +1532 0 obj << +/Length 1104 /Filter /FlateDecode >> stream -xڽXMo6WR.`R@Xߚh ˒Ad ePjRzEr3=gx~o>| -݄3rP]'ę_Ћ?>| - ơD# ->OYzX]9E^rWd\Cu -sVO4CD'Lԁ51i׀)u7X=97HXyYl4O9@JeTt˪7ݜUs7YG-ϡgջx:ysZuZ"֬6B xx8SyyL\66UL.qi]Ym_ƍ\rNSK(͊^JP~^:a a & ⥪z 'Q=|lTsBIyP7h.4b:e0l#)gx*F/,vGQʨ88C@%U0nj<.>%2*!Hz{"j2|0[tš}p2cÃx*ceŽ_eC+a F+WqdzƮ?!}R|hrǗpVhuX9k=u"or|RHOGO(wd,5-OjJ*Yny* 5DhRYKbY!|LP)h.3Z)L8`f2hlQǽdYDMA$+)T0^2:ap_{{? {-ogwe1vWtf$Xl|;<}T?MOVo0ÖA'H;YU'}vDD]m-߭6DRoӻ[mH'R{X1rVQi*,{ >`P͹\[ihy~v?x?;:\[&A f3M#0pq;vci>]~i׻=f*;QHlNo8} ]h|F<{حY&JFӹpla&I_gEJ3BuVǕZ{Ր7z +xڽXMo8WX{H Xd遶, 5^>RWY'=Q$g9Cs|͇;8I`/v8: +=My!&qčHM;ݣ |yxݜn1""rwyaN&s->VpiY@xG0lf8#-`v%XzM,PVHISNl}xѨdbshS. )2ZTE?+V+x3Lm`eer.Kh2hnOYUy\r .(\`jr EYqcK*nKg6 > zD-= ׶j2DcZ $x-q+Q]zKYgRY LY p3e%@޴Q x(_dTZ !*7CZ%NQotCقR0*!@z{"j23[t}h`-n$NJG<"jZB"ӓx*wj(j O r@*.=u"otxRHInQ}> endobj -1524 0 obj << -/D [1522 0 R /XYZ 143.727 753.953 null] +1533 0 obj << +/D [1531 0 R /XYZ 143.727 753.953 null] >> endobj 306 0 obj << -/D [1522 0 R /XYZ 144.727 432.416 null] +/D [1531 0 R /XYZ 144.727 432.416 null] >> endobj 310 0 obj << -/D [1522 0 R /XYZ 144.727 253.391 null] +/D [1531 0 R /XYZ 144.727 253.391 null] >> endobj -1521 0 obj << +1530 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F45 504 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1527 0 obj << -/Length 811 +1536 0 obj << +/Length 810 /Filter /FlateDecode >> stream -xAo0\춮Mi* u;M;EU &ҥ!ڦb?{6M=],=9a a{靇p O<cK'@_#{$qL-4&P#A,T('RYer~[:iDH4/Δ\U+FV6O6Q Hh)=<}z -Oi^2id@G #86$2q#K96L-m,ļx:l*Ü L?c~?MbbHʔS"'VpW*xЭ컬fV5mgV"CdݷuL`- |k᷀R? -mQæb »WPw4E/6# 7-Z=#F@lx^ j&hWo -v[a $feb]]Qyi2\"r9GwcU˹^ٕsQ&}NeY5~X"Z"FQrȌeU;p1EfѹeQmmG(]DϤ.$7-FAB|% -~~oP)9NAkHV-YjSN`WEN6vq_4ٯʙlZ=M62wX@.6e:t*HNLT3䯚ᕝaѶz܎,ܶhX`aM{6_Ɋ + 6+[o業˔%DfsuW.'#XjQJɅrcTe闏҅SSsYZUx݃r;_{n|btseN5Q˶:,}SXǁvgCB轺wakXtMp!?D_M#Of{^ԮF!s<(.7CܲF >H] y%:$67E FAL}-3~~OP4J@;K7%%a}IAɔHpD1FLrEǃˆ8FNȠ07Zˆ704'$Chk!dgPOG3 )4#>ErJ endstream endobj -1526 0 obj << +1535 0 obj << /Type /Page -/Contents 1527 0 R -/Resources 1525 0 R +/Contents 1536 0 R +/Resources 1534 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1516 0 R +/Parent 1517 0 R >> endobj -1528 0 obj << -/D [1526 0 R /XYZ 144.724 753.953 null] +1537 0 obj << +/D [1535 0 R /XYZ 144.724 753.953 null] >> endobj 314 0 obj << -/D [1526 0 R /XYZ 144.727 679.241 null] +/D [1535 0 R /XYZ 144.727 679.241 null] >> endobj 318 0 obj << -/D [1526 0 R /XYZ 144.727 513.416 null] +/D [1535 0 R /XYZ 144.727 513.416 null] >> endobj 322 0 obj << -/D [1526 0 R /XYZ 144.727 347.591 null] +/D [1535 0 R /XYZ 144.727 347.591 null] >> endobj 326 0 obj << -/D [1526 0 R /XYZ 144.727 181.767 null] +/D [1535 0 R /XYZ 144.727 181.767 null] >> endobj -1525 0 obj << +1534 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F45 504 0 R /F17 400 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1531 0 obj << -/Length 1034 +1540 0 obj << +/Length 1031 /Filter /FlateDecode >> stream -xYr6+8ݔZ! U'ΫgngK0 4AQvFH*/sq!˼;? [@4H(&@( H J_z%-b3QJmx]I{2-o`j/6nGT]L0;lɆͺ?ѷ @bl!W5MaAוəm\EaVWB -ýx )faLT)J ԆKa12%c.DsQk_΋ZJ*Mkkn1Qxį\^ݘs019qͮ9-jWt3&ϟ&U4_9b`(a.hh.h,O\6b*\|4"|0M)4,Cv{[^1h^ !Y,0#$I'iI(R<03>V xfa08\ZWdX}m1/CN#ZZJb$Oadv;[,D u Blto[d,ؕ(N FSXm6Ҵ^wS€v"HwnOZʥKDZ*+F9uJA9-\gR-jL]pE̩P|g0O*&Y @ea~_Ovynyʡ.nl7ǀ_1>dp5YT1Ar̃]J$97/頶.YFS+\DCԙ= Ta.I<q}eΡJemCf(~sq7G&ԗ>BCZ -`x;sf|*~Ӿ'O:ˮ+(ei,[&qYr:e{gkKzKo\4ԭ>k]m. CڃzRa%mp@ -\T70xK،斖` `,Sh0}? ^ʻ +xYr6+8ݔZ!Hu* pa*twM솯{ x$i).c?SAyUVNsRxPzi$dh뙴T˩2S\ɀ.s*T)u3'hӊ,w@!L?P=+.~7/ 5O9Ŗҍ-5˘3&3l>3&`k%w jKUh:Et1ڠH +s9Nb2шN'y{zsRYې+ߜf܍t#udKCZ +`x;sfQT}Nߟt]?aO_/W"Q\AF%7.u +u}o[: ChhR{PoQ* 8 <> endobj -1532 0 obj << -/D [1530 0 R /XYZ 143.727 753.953 null] +1541 0 obj << +/D [1539 0 R /XYZ 143.727 753.953 null] >> endobj 330 0 obj << -/D [1530 0 R /XYZ 144.727 587.584 null] +/D [1539 0 R /XYZ 144.727 587.584 null] >> endobj 334 0 obj << -/D [1530 0 R /XYZ 144.727 421.76 null] +/D [1539 0 R /XYZ 144.727 421.76 null] >> endobj 338 0 obj << -/D [1530 0 R /XYZ 144.727 255.935 null] +/D [1539 0 R /XYZ 144.727 255.935 null] >> endobj -1529 0 obj << +1538 0 obj << /Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F45 504 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1535 0 obj << +1545 0 obj << /Length 745 /Filter /FlateDecode >> stream -x՗Mo0-9kv:$r;GH$]E}m\I;?=/BoY_q "Ä#!cO(էErOsj1 1U]PӬӢVh/&㐅lVYoxl;llOCN{\gѳ^!]~}6[uhy,[x$A$n+c= H䗹j_ iѰbT6L2WH'S:1<2ZCYۇf+{Rgۚ(H`+zXtJP(N^-\,Cq JCԦ+'$Z{8ؗhoPw 5o+4PWx(5bx.3v¸^ ZMT60{r P&uY @-j}ٺ-N9ekIt5ZUǩT -č S|{3w 4C ,˭j#Tnl> -2iQu&+'S4͑ě߮Ҷ o)lE?͞)w'.DŽY\?,8ua}@ue=3~JdfdxYP; R6GMb]S 3U8{5%Z^:> =.3 Mˍ̐F՚'m +x՗Mo0-9oۦHU!!jmjXm^Me=aNxO3xx~r#b2ӆ7voɫ5O endstream endobj -1534 0 obj << +1544 0 obj << /Type /Page -/Contents 1535 0 R -/Resources 1533 0 R +/Contents 1545 0 R +/Resources 1543 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1516 0 R +/Parent 1542 0 R >> endobj -1536 0 obj << -/D [1534 0 R /XYZ 144.724 753.953 null] +1546 0 obj << +/D [1544 0 R /XYZ 144.724 753.953 null] >> endobj 342 0 obj << -/D [1534 0 R /XYZ 144.727 679.241 null] +/D [1544 0 R /XYZ 144.727 679.241 null] >> endobj 346 0 obj << -/D [1534 0 R /XYZ 144.727 513.416 null] +/D [1544 0 R /XYZ 144.727 513.416 null] >> endobj -1533 0 obj << +1543 0 obj << /Font << /F37 483 0 R /F46 505 0 R /F45 504 0 R /F17 400 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1743 0 obj << -/Length 2458 +1651 0 obj << +/Length 1759 /Filter /FlateDecode >> stream -x]KsW(WM2SIrmw,S$2V~}@%$A%O0AFLg)?t+&H& MVO807yZN~#Z?+&.#1cc]>(&Fn3W -C&֬qqYpWf^l/9Jx#6^\4mGhjDQ)їHU]ٴX=ЗU+qZAA5170y&e>NGl}ՌCjWLlJ'6֍+2UK 2N*2.!jh\>S<2U -R"gU*<5}r0nmCTWkl(#mfvHv!US,\~ܖa(5{^r4C$ֆKC8#5(yl\DsU3?]½<iHg}2[aS7F)*@83o`Lq ߴܸrK;'o-&ޢXeYC!~{Q}uRCvM*#C\I~DGT8 -AfUAS+g#s>G8 NȔ:m -yh$v͋j[BgY̷٘v6'4_Z+J>κv69}ē']' /|lR;1\l*DL꒣ЮPXScbY,ޕP < -7"g@~sƽ)90ʇ6BDL8>ɇ(< Z#ug( iՏa@=6xk|)E}{ӬݨKI(iSDiDMțS>.=۾f4FuE\V \F'JN_z'BcMlxs뉨- -DUZMx:L׿-!&x9oW0gOWɘs2HZ3Ɠ&1 ]i"mg{ήS+UKPXJM7 3U2]}H{x@gh \ݤ714d m7^Ux noS8{S+Ax÷[ZxFkz=b@%54}.*S;eʽ([u11v49*t4 -lAVvT[22 vܞCCo|= -&̍~ zbm6Hj}/n41v4%@8SĊy{>)@#Z}ok)c.~HipܮVXSj(G|0S*.\USvĄ ͗^ǶSs -ږW^Ma)x\bI[TzϿBY?9kǸ]]niS]T4ɿ$d8q^|G9oGWU@toqt^emuj'(|\ C<@QѨ5t? -/ +x\s6љiݼfmaE0ז1fq">=V3ox]~{$fOW(dik~:R g 0h3c<{ '͠?7{D3=q07/b +!j#x* y]oTwfjn!#3h|,ZLzT٘XxAgG+dTizyNF sS̏$ eӎG)?Ge3GgαG4cj!v~-\?$`F!hexvTL.rq]x=ͼΪi!ruzcH0f3ejz״صL'33_Ș[ۘ`>%E(u{aFuZc u{+}ElZLvx*{ ^;D9~Eź޶zs|s]H~e8MƜl@X[εU ]t,{&j/XPEh 6`mC5ag EDYC"{$sX[P]tEK2.\j*]UU .m,=!UDI +y݃ϖE&»K:8R*{jˊۑzJgl\N3Yķq12$oUt-Udjӎċ4^z:zvwӛn]0o:ټʗ(.e!RYTUM#$#+cYY]e+=;̢a8$M`=Cov;VrT<6&c29o4\+Wbw2/ ?"d#1u>)Dȓ{[9[!q^2V\N:wL/i…4D+\0߭.9L1WG +-=cH`wo C0y!iP`.e?O;ӡBS7=dx;@_\n;jU~\TH^e;'B#vdj [" 2uQ1l%"SUh|W +m$e.ky^c[|; ܲVvC7u]QY$T6J}%xa;*-?OQ;ӊ'yoBJPU:vS)U7,#9:==ż_ZNC46Tpx}C@ejgA + }a@ R !p/4G\>:eHs{biLlűKy};,Q8y> endobj -1537 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 666.912 256.973 679.864] -/A << /S /GoTo /D (page.68) >> ->> endobj -1538 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 655.89 256.973 668.841] -/A << /S /GoTo /D (page.68) >> ->> endobj -1539 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 644.867 256.973 657.819] -/A << /S /GoTo /D (page.68) >> ->> endobj -1540 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 633.845 237.523 646.796] -/A << /S /GoTo /D (page.111) >> ->> endobj -1541 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 633.845 256.973 646.796] -/A << /S /GoTo /D (page.198) >> ->> endobj -1542 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 622.822 256.973 635.774] -/A << /S /GoTo /D (page.113) >> ->> endobj -1543 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 611.8 256.973 624.751] -/A << /S /GoTo /D (page.201) >> ->> endobj -1544 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 600.777 237.523 613.729] -/A << /S /GoTo /D (page.110) >> ->> endobj -1545 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 600.777 256.973 613.729] -/A << /S /GoTo /D (page.198) >> ->> endobj -1546 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 589.755 237.523 602.706] -/A << /S /GoTo /D (page.113) >> +/Parent 1542 0 R +/Annots [ 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 1603 0 R 1604 0 R 1605 0 R 1606 0 R 1607 0 R 1608 0 R 1609 0 R 1610 0 R 1611 0 R 1612 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 ] >> endobj 1547 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 589.755 256.973 602.706] -/A << /S /GoTo /D (page.200) >> +/Rect [305.626 654.818 317.579 668.765] +/A << /S /GoTo /D (page.69) >> >> endobj 1548 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 578.732 256.973 591.684] -/A << /S /GoTo /D (page.147) >> +/Rect [305.626 642.862 317.579 656.81] +/A << /S /GoTo /D (page.69) >> >> endobj 1549 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 567.71 256.973 580.661] -/A << /S /GoTo /D (page.147) >> +/Rect [305.626 630.907 317.579 644.855] +/A << /S /GoTo /D (page.69) >> >> endobj 1550 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 545.728 256.973 558.68] -/A << /S /GoTo /D (page.75) >> +/Rect [279.619 618.952 296.552 632.9] +/A << /S /GoTo /D (page.113) >> >> endobj 1551 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 534.706 256.973 547.657] -/A << /S /GoTo /D (page.75) >> +/Rect [300.646 618.952 317.579 632.9] +/A << /S /GoTo /D (page.200) >> >> endobj 1552 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 523.683 256.973 536.635] -/A << /S /GoTo /D (page.140) >> +/Rect [300.646 606.997 317.579 620.945] +/A << /S /GoTo /D (page.116) >> >> endobj 1553 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 512.661 256.973 525.612] -/A << /S /GoTo /D (page.139) >> +/Rect [300.646 595.042 317.579 608.989] +/A << /S /GoTo /D (page.203) >> >> endobj 1554 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 501.638 256.973 514.59] -/A << /S /GoTo /D (page.96) >> +/Rect [279.619 583.087 296.552 597.034] +/A << /S /GoTo /D (page.112) >> >> endobj 1555 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 490.616 256.973 503.567] -/A << /S /GoTo /D (page.88) >> +/Rect [300.646 583.087 317.579 597.034] +/A << /S /GoTo /D (page.200) >> >> endobj 1556 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 479.593 256.973 492.545] -/A << /S /GoTo /D (page.138) >> +/Rect [279.619 571.131 296.552 585.079] +/A << /S /GoTo /D (page.115) >> >> endobj 1557 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 457.612 256.973 470.563] -/A << /S /GoTo /D (page.69) >> +/Rect [300.646 571.131 317.579 585.079] +/A << /S /GoTo /D (page.202) >> >> endobj 1558 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 446.589 256.973 459.541] -/A << /S /GoTo /D (page.80) >> +/Rect [300.646 559.176 317.579 573.124] +/A << /S /GoTo /D (page.150) >> >> endobj 1559 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 435.567 256.973 448.518] -/A << /S /GoTo /D (page.109) >> +/Rect [300.646 547.221 317.579 561.169] +/A << /S /GoTo /D (page.149) >> >> endobj 1560 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 424.544 237.523 437.496] -/A << /S /GoTo /D (page.109) >> +/Rect [305.626 535.266 317.579 549.214] +/A << /S /GoTo /D (page.76) >> >> endobj 1561 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 424.544 256.973 437.496] -/A << /S /GoTo /D (page.197) >> +/Rect [305.626 523.311 317.579 537.258] +/A << /S /GoTo /D (page.76) >> >> endobj 1562 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 413.522 256.973 426.473] -/A << /S /GoTo /D (page.106) >> +/Rect [300.646 511.356 317.579 525.303] +/A << /S /GoTo /D (page.142) >> >> endobj 1563 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 402.499 256.973 415.451] -/A << /S /GoTo /D (page.105) >> +/Rect [300.646 499.4 317.579 513.348] +/A << /S /GoTo /D (page.141) >> >> endobj 1564 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 380.518 256.973 393.469] -/A << /S /GoTo /D (page.104) >> +/Rect [305.626 487.445 317.579 501.393] +/A << /S /GoTo /D (page.97) >> >> endobj 1565 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 369.495 256.973 382.447] -/A << /S /GoTo /D (page.104) >> +/Rect [305.626 475.49 317.579 489.438] +/A << /S /GoTo /D (page.90) >> >> endobj 1566 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 358.473 256.973 371.424] -/A << /S /GoTo /D (page.105) >> +/Rect [300.646 463.535 317.579 477.483] +/A << /S /GoTo /D (page.141) >> >> endobj 1567 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 347.45 256.973 360.402] -/A << /S /GoTo /D (page.103) >> +/Rect [305.626 451.58 317.579 465.527] +/A << /S /GoTo /D (page.70) >> >> endobj 1568 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 336.428 256.973 349.379] -/A << /S /GoTo /D (page.106) >> +/Rect [305.626 439.625 317.579 453.572] +/A << /S /GoTo /D (page.82) >> >> endobj 1569 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 314.447 256.973 327.398] -/A << /S /GoTo /D (page.102) >> +/Rect [300.646 427.669 317.579 441.617] +/A << /S /GoTo /D (page.111) >> >> endobj 1570 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 303.424 256.973 316.376] -/A << /S /GoTo /D (page.103) >> +/Rect [279.619 415.714 296.552 429.662] +/A << /S /GoTo /D (page.111) >> >> endobj 1571 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 292.402 256.973 305.353] -/A << /S /GoTo /D (page.86) >> +/Rect [300.646 415.714 317.579 429.662] +/A << /S /GoTo /D (page.199) >> >> endobj 1572 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 281.379 256.973 294.331] -/A << /S /GoTo /D (page.102) >> +/Rect [300.646 403.759 317.579 417.707] +/A << /S /GoTo /D (page.103) >> >> endobj 1573 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 270.357 256.973 283.308] -/A << /S /GoTo /D (page.140) >> +/Rect [300.646 391.804 317.579 405.752] +/A << /S /GoTo /D (page.108) >> >> endobj 1574 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 259.334 256.973 272.286] -/A << /S /GoTo /D (page.90) >> +/Rect [300.646 379.849 317.579 393.796] +/A << /S /GoTo /D (page.107) >> >> endobj 1575 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 248.312 256.973 261.263] -/A << /S /GoTo /D (page.165) >> +/Rect [300.646 367.894 317.579 381.841] +/A << /S /GoTo /D (page.106) >> >> endobj 1576 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 237.289 256.973 250.241] -/A << /S /GoTo /D (page.101) >> +/Rect [300.646 355.938 317.579 369.886] +/A << /S /GoTo /D (page.106) >> >> endobj 1577 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 226.267 256.973 239.218] -/A << /S /GoTo /D (page.70) >> +/Rect [300.646 343.983 317.579 357.931] +/A << /S /GoTo /D (page.107) >> >> endobj 1578 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 215.244 256.973 228.196] -/A << /S /GoTo /D (page.69) >> +/Rect [300.646 332.028 317.579 345.976] +/A << /S /GoTo /D (page.105) >> >> endobj 1579 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 204.222 256.973 217.173] -/A << /S /GoTo /D (page.69) >> +/Rect [300.646 320.073 317.579 334.021] +/A << /S /GoTo /D (page.108) >> >> endobj 1580 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 193.199 256.973 206.151] -/A << /S /GoTo /D (page.70) >> +/Rect [300.646 308.118 317.579 322.065] +/A << /S /GoTo /D (page.104) >> >> endobj 1581 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 182.177 256.973 195.128] -/A << /S /GoTo /D (page.75) >> +/Rect [300.646 296.163 317.579 310.11] +/A << /S /GoTo /D (page.105) >> >> endobj 1582 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 171.154 256.973 184.106] -/A << /S /GoTo /D (page.199) >> +/Rect [305.626 284.207 317.579 298.155] +/A << /S /GoTo /D (page.88) >> >> endobj 1583 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 160.132 256.973 173.083] -/A << /S /GoTo /D (page.138) >> +/Rect [300.646 272.252 317.579 286.2] +/A << /S /GoTo /D (page.104) >> >> endobj 1584 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 149.109 256.973 162.061] -/A << /S /GoTo /D (page.71) >> +/Rect [300.646 260.297 317.579 274.245] +/A << /S /GoTo /D (page.142) >> >> endobj 1585 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 138.087 256.973 151.038] -/A << /S /GoTo /D (page.71) >> +/Rect [305.626 248.342 317.579 262.29] +/A << /S /GoTo /D (page.91) >> >> endobj 1586 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 127.064 256.973 140.016] -/A << /S /GoTo /D (page.71) >> +/Rect [300.646 236.387 317.579 250.334] +/A << /S /GoTo /D (page.167) >> >> endobj 1587 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 116.042 256.973 128.993] -/A << /S /GoTo /D (page.90) >> +/Rect [300.646 224.431 317.579 238.379] +/A << /S /GoTo /D (page.103) >> >> endobj 1588 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 677.935 378.185 690.886] -/A << /S /GoTo /D (page.103) >> +/Rect [305.626 212.476 317.579 226.424] +/A << /S /GoTo /D (page.71) >> >> endobj 1589 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 666.891 378.185 679.842] -/A << /S /GoTo /D (page.81) >> +/Rect [305.626 200.521 317.579 214.469] +/A << /S /GoTo /D (page.70) >> >> endobj 1590 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 655.847 378.185 668.799] -/A << /S /GoTo /D (page.103) >> +/Rect [305.626 188.566 317.579 202.514] +/A << /S /GoTo /D (page.71) >> >> endobj 1591 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 633.845 378.185 646.796] -/A << /S /GoTo /D (page.107) >> +/Rect [305.626 176.611 317.579 190.559] +/A << /S /GoTo /D (page.71) >> >> endobj 1592 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 622.801 378.185 635.752] -/A << /S /GoTo /D (page.107) >> +/Rect [305.626 164.656 317.579 178.603] +/A << /S /GoTo /D (page.76) >> >> endobj 1593 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 600.798 358.735 613.75] -/A << /S /GoTo /D (page.78) >> +/Rect [300.646 152.7 317.579 166.648] +/A << /S /GoTo /D (page.201) >> >> endobj 1594 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 600.798 378.185 613.75] -/A << /S /GoTo /D (page.133) >> +/Rect [300.646 140.745 317.579 154.693] +/A << /S /GoTo /D (page.141) >> >> endobj 1595 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 589.755 378.185 602.706] -/A << /S /GoTo /D (page.92) >> +/Rect [305.626 128.79 317.579 142.738] +/A << /S /GoTo /D (page.72) >> >> endobj 1596 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 578.711 378.185 591.662] -/A << /S /GoTo /D (page.92) >> +/Rect [305.626 116.835 317.579 130.783] +/A << /S /GoTo /D (page.72) >> >> endobj 1597 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 567.667 378.185 580.619] -/A << /S /GoTo /D (page.114) >> +/Rect [487.445 666.773 499.397 680.72] +/A << /S /GoTo /D (page.73) >> >> endobj 1598 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 556.624 378.185 569.575] -/A << /S /GoTo /D (page.131) >> +/Rect [487.445 654.818 499.397 668.765] +/A << /S /GoTo /D (page.91) >> >> endobj 1599 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 545.58 378.185 558.531] -/A << /S /GoTo /D (page.147) >> +/Rect [482.464 642.862 499.397 656.81] +/A << /S /GoTo /D (page.105) >> >> endobj 1600 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 534.536 378.185 547.488] -/A << /S /GoTo /D (page.108) >> +/Rect [487.445 630.907 499.397 644.855] +/A << /S /GoTo /D (page.83) >> >> endobj 1601 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 523.492 378.185 536.444] -/A << /S /GoTo /D (page.131) >> +/Rect [482.464 618.952 499.397 632.9] +/A << /S /GoTo /D (page.105) >> >> endobj 1602 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 512.449 378.185 525.4] -/A << /S /GoTo /D (page.92) >> +/Rect [482.464 606.997 499.397 620.945] +/A << /S /GoTo /D (page.109) >> >> endobj 1603 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 501.405 378.185 514.357] -/A << /S /GoTo /D (page.144) >> +/Rect [482.464 595.042 499.397 608.989] +/A << /S /GoTo /D (page.109) >> >> endobj 1604 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 490.361 378.185 503.313] -/A << /S /GoTo /D (page.73) >> +/Rect [466.417 583.087 478.37 597.034] +/A << /S /GoTo /D (page.79) >> >> endobj 1605 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 479.318 378.185 492.269] -/A << /S /GoTo /D (page.112) >> +/Rect [482.464 583.087 499.397 597.034] +/A << /S /GoTo /D (page.135) >> >> endobj 1606 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 468.274 378.185 481.225] -/A << /S /GoTo /D (page.108) >> +/Rect [487.445 571.131 499.397 585.079] +/A << /S /GoTo /D (page.94) >> >> endobj 1607 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 457.23 378.185 470.182] -/A << /S /GoTo /D (page.193) >> +/Rect [487.445 559.176 499.397 573.124] +/A << /S /GoTo /D (page.94) >> >> endobj 1608 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 446.187 378.185 459.138] -/A << /S /GoTo /D (page.78) >> +/Rect [482.464 547.221 499.397 561.169] +/A << /S /GoTo /D (page.117) >> >> endobj 1609 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 435.143 378.185 448.094] -/A << /S /GoTo /D (page.137) >> +/Rect [482.464 535.266 499.397 549.214] +/A << /S /GoTo /D (page.133) >> >> endobj 1610 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 424.099 378.185 437.051] -/A << /S /GoTo /D (page.90) >> +/Rect [482.464 523.311 499.397 537.258] +/A << /S /GoTo /D (page.149) >> >> endobj 1611 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 413.056 378.185 426.007] -/A << /S /GoTo /D (page.77) >> +/Rect [482.464 511.356 499.397 525.303] +/A << /S /GoTo /D (page.110) >> >> endobj 1612 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 402.012 378.185 414.963] -/A << /S /GoTo /D (page.75) >> +/Rect [482.464 499.4 499.397 513.348] +/A << /S /GoTo /D (page.134) >> >> endobj 1613 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 390.968 378.185 403.92] -/A << /S /GoTo /D (page.80) >> +/Rect [487.445 487.445 499.397 501.393] +/A << /S /GoTo /D (page.94) >> >> endobj 1614 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 379.924 378.185 392.876] -/A << /S /GoTo /D (page.101) >> +/Rect [482.464 475.49 499.397 489.438] +/A << /S /GoTo /D (page.146) >> >> endobj 1615 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 368.881 358.735 381.832] -/A << /S /GoTo /D (page.109) >> +/Rect [487.445 463.535 499.397 477.483] +/A << /S /GoTo /D (page.74) >> >> endobj 1616 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 368.881 378.185 381.832] +/Rect [482.464 451.58 499.397 465.527] /A << /S /GoTo /D (page.114) >> >> endobj 1617 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 357.837 378.185 370.788] -/A << /S /GoTo /D (page.101) >> +/Rect [482.464 439.625 499.397 453.572] +/A << /S /GoTo /D (page.110) >> >> endobj 1618 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 346.793 378.185 359.745] -/A << /S /GoTo /D (page.139) >> +/Rect [482.464 427.669 499.397 441.617] +/A << /S /GoTo /D (page.195) >> >> endobj 1619 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 335.75 378.185 348.701] -/A << /S /GoTo /D (page.73) >> +/Rect [487.445 415.714 499.397 429.662] +/A << /S /GoTo /D (page.79) >> >> endobj 1620 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 324.706 378.185 337.657] -/A << /S /GoTo /D (page.81) >> +/Rect [482.464 403.759 499.397 417.707] +/A << /S /GoTo /D (page.139) >> >> endobj 1621 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 313.662 378.185 326.614] -/A << /S /GoTo /D (page.86) >> +/Rect [487.445 391.804 499.397 405.752] +/A << /S /GoTo /D (page.91) >> >> endobj 1622 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 302.619 378.185 315.57] -/A << /S /GoTo /D (page.86) >> +/Rect [487.445 379.849 499.397 393.796] +/A << /S /GoTo /D (page.78) >> >> endobj 1623 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 280.616 378.185 293.567] -/A << /S /GoTo /D (page.83) >> +/Rect [487.445 367.894 499.397 381.841] +/A << /S /GoTo /D (page.76) >> >> endobj 1624 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 269.572 378.185 282.524] -/A << /S /GoTo /D (page.81) >> +/Rect [487.445 355.938 499.397 369.886] +/A << /S /GoTo /D (page.82) >> >> endobj 1625 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 258.529 378.185 271.48] -/A << /S /GoTo /D (page.84) >> +/Rect [482.464 343.983 499.397 357.931] +/A << /S /GoTo /D (page.103) >> >> endobj 1626 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 247.485 378.185 260.436] -/A << /S /GoTo /D (page.84) >> +/Rect [461.437 332.028 478.37 345.976] +/A << /S /GoTo /D (page.111) >> >> endobj 1627 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 236.441 378.185 249.393] -/A << /S /GoTo /D (page.82) >> +/Rect [482.464 332.028 499.397 345.976] +/A << /S /GoTo /D (page.116) >> >> endobj 1628 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 214.439 378.185 227.39] -/A << /S /GoTo /D (page.83) >> +/Rect [482.464 320.073 499.397 334.021] +/A << /S /GoTo /D (page.102) >> >> endobj 1629 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 192.436 378.185 205.387] -/A << /S /GoTo /D (page.83) >> +/Rect [482.464 308.118 499.397 322.065] +/A << /S /GoTo /D (page.141) >> >> endobj 1630 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 160.216 358.735 173.168] -/A << /S /GoTo /D (page.52) >> +/Rect [487.445 296.163 499.397 310.11] +/A << /S /GoTo /D (page.75) >> >> endobj 1631 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 160.216 378.185 173.168] -/A << /S /GoTo /D (page.162) >> +/Rect [487.445 284.207 499.397 298.155] +/A << /S /GoTo /D (page.83) >> >> endobj 1632 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 149.173 358.735 162.124] -/A << /S /GoTo /D (page.52) >> +/Rect [487.445 272.252 499.397 286.2] +/A << /S /GoTo /D (page.87) >> >> endobj 1633 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 149.173 378.185 162.124] -/A << /S /GoTo /D (page.162) >> +/Rect [487.445 260.297 499.397 274.245] +/A << /S /GoTo /D (page.88) >> >> endobj 1634 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 138.129 358.735 151.08] -/A << /S /GoTo /D (page.66) >> +/Rect [487.445 248.342 499.397 262.29] +/A << /S /GoTo /D (page.85) >> >> endobj 1635 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 138.129 378.185 151.08] -/A << /S /GoTo /D (page.196) >> +/Rect [487.445 236.387 499.397 250.334] +/A << /S /GoTo /D (page.83) >> >> endobj 1636 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 127.085 358.735 140.037] -/A << /S /GoTo /D (page.52) >> +/Rect [487.445 224.431 499.397 238.379] +/A << /S /GoTo /D (page.86) >> >> endobj 1637 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 127.085 378.185 140.037] -/A << /S /GoTo /D (page.162) >> +/Rect [487.445 212.476 499.397 226.424] +/A << /S /GoTo /D (page.85) >> >> endobj 1638 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 116.042 358.735 128.993] -/A << /S /GoTo /D (page.52) >> +/Rect [487.445 200.521 499.397 214.469] +/A << /S /GoTo /D (page.84) >> >> endobj 1639 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 116.042 378.185 128.993] -/A << /S /GoTo /D (page.162) >> +/Rect [487.445 188.566 499.397 202.514] +/A << /S /GoTo /D (page.84) >> >> endobj 1640 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 677.935 479.947 690.886] -/A << /S /GoTo /D (page.52) >> +/Rect [487.445 176.611 499.397 190.559] +/A << /S /GoTo /D (page.84) >> >> endobj 1641 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 677.935 499.397 690.886] -/A << /S /GoTo /D (page.162) >> +/Rect [466.417 142.738 478.37 156.686] +/A << /S /GoTo /D (page.52) >> >> endobj 1642 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 666.659 479.947 679.61] -/A << /S /GoTo /D (page.52) >> +/Rect [482.464 142.738 499.397 156.686] +/A << /S /GoTo /D (page.164) >> >> endobj 1643 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 666.659 499.397 679.61] -/A << /S /GoTo /D (page.162) >> +/Rect [466.417 130.783 478.37 144.73] +/A << /S /GoTo /D (page.52) >> >> endobj 1644 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 655.383 479.947 668.334] -/A << /S /GoTo /D (page.52) >> +/Rect [482.464 130.783 499.397 144.73] +/A << /S /GoTo /D (page.164) >> >> endobj 1645 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 655.383 499.397 668.334] -/A << /S /GoTo /D (page.162) >> +/Rect [466.417 118.828 478.37 132.775] +/A << /S /GoTo /D (page.67) >> >> endobj 1646 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 644.107 479.947 657.058] -/A << /S /GoTo /D (page.52) >> +/Rect [482.464 118.828 499.397 132.775] +/A << /S /GoTo /D (page.198) >> >> endobj -1647 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 644.107 499.397 657.058] -/A << /S /GoTo /D (page.161) >> +1652 0 obj << +/D [1650 0 R /XYZ 143.727 753.953 null] >> endobj -1648 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 632.831 479.947 645.782] -/A << /S /GoTo /D (page.52) >> +1653 0 obj << +/D [1650 0 R /XYZ 144.727 681.318 null] >> endobj -1649 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 632.831 499.397 645.782] -/A << /S /GoTo /D (page.162) >> +350 0 obj << +/D [1650 0 R /XYZ 144.727 681.318 null] >> endobj -1650 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 621.555 479.947 634.507] -/A << /S /GoTo /D (page.52) >> +1649 0 obj << +/Font << /F34 397 0 R /F35 399 0 R /F43 485 0 R /F17 400 0 R /F36 482 0 R >> +/ProcSet [ /PDF /Text ] >> endobj -1651 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 621.555 499.397 634.507] -/A << /S /GoTo /D (page.161) >> +1816 0 obj << +/Length 1728 +/Filter /FlateDecode +>> +stream +x\M8ϯUַI6If +߯=mI<6!NP56~Ojx}ftD g ?o@l_>(43uƔՕƔ0Ńd>Ⱦ|0g1rrƲ?7Pʆ X(1ҜATA1LXP 19 o ZF^(0䍃Q`\9!`=*CTsǯҖ\9AT뮁;aeQ|I (rmr~rڤgvB#7dtG+NfKwcR!*yY^UnE+;ձ`]]ooCz5i:m?=.`ZIHQe]h!4Qq=Rj~eiӕmz~xNsP + r!L >-J?cXxha92fURԓ1Wg[K|%'u9^ov|XhcF/gcCljɐԧAH7\Asvr'mc)@DEZx i4Y& %Ftwt +dB@t[i⫷Pzoꜻyw 9 b drD~6[g fPFkd?ֶ>ݽ~ԏŭk8 (E}ZZm`M~B +kZo(ǚ&ֺ;)8zsl Sڌ)tJc +Y-]fag%Z'tp$wh cͼ[.?gf,2n2_D{ )Ըj&kb|TT1=S6:IV{[7g6v+P=a"%*RIJ8$㩃Eʟ%cFSSRn尵Gज4w0a;tؙL%W5~2qEz7BWVeE'OvF"Ƙ7B޻P֪םpEg0$:fc@JyחWBĥ8$]g)Ѹ@<^{D#dߔ ^csh9)8"W6EnꐯȽ:jXv_ĭFEm+{WSxMRs~8FPt-#Bնj$?ŀq2nD`kθ +V! kS)= +p#kyU!/ӈR=>bj\7ùz m:0/6W8!K$y$3>f(桔G'8J695~n:xsޯv֝Uu#]!!wWM7!!9U5bSޟR)9gvnѡ4H! xF aSyKwP5>Bgdk8k~Hϐ~he?^).\4X)ݾBeVakF1iyYF|rͤU7OX4Ph3v rf]B*tXq$T3HOp +endstream +endobj +1815 0 obj << +/Type /Page +/Contents 1816 0 R +/Resources 1814 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1542 0 R +/Annots [ 1647 0 R 1648 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 1755 0 R 1756 0 R 1757 0 R 1758 0 R 1759 0 R 1760 0 R 1761 0 R 1762 0 R 1763 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 ] >> endobj -1652 0 obj << +1647 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 610.279 479.947 623.231] +/Rect [284.599 701.546 296.552 715.494] /A << /S /GoTo /D (page.52) >> >> endobj -1653 0 obj << +1648 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 610.279 499.397 623.231] -/A << /S /GoTo /D (page.162) >> +/Rect [300.646 701.546 317.579 715.494] +/A << /S /GoTo /D (page.164) >> >> endobj 1654 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 599.003 479.947 611.955] +/Rect [284.599 689.591 296.552 703.539] /A << /S /GoTo /D (page.52) >> >> endobj 1655 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 599.003 499.397 611.955] -/A << /S /GoTo /D (page.162) >> +/Rect [300.646 689.591 317.579 703.539] +/A << /S /GoTo /D (page.164) >> >> endobj 1656 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 587.727 479.947 600.679] -/A << /S /GoTo /D (page.51) >> +/Rect [284.599 677.636 296.552 691.583] +/A << /S /GoTo /D (page.52) >> >> endobj 1657 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 587.727 499.397 600.679] -/A << /S /GoTo /D (page.152) >> +/Rect [300.646 677.636 317.579 691.583] +/A << /S /GoTo /D (page.164) >> >> endobj 1658 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 576.451 465.104 589.403] -/A << /S /GoTo /D (page.51) >> +/Rect [284.599 665.681 296.552 679.628] +/A << /S /GoTo /D (page.52) >> >> endobj 1659 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 576.451 479.947 589.403] -/A << /S /GoTo /D (page.52) >> +/Rect [300.646 665.681 317.579 679.628] +/A << /S /GoTo /D (page.164) >> >> endobj 1660 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 576.451 499.397 589.403] -/A << /S /GoTo /D (page.152) >> +/Rect [284.599 653.725 296.552 667.673] +/A << /S /GoTo /D (page.52) >> >> endobj 1661 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 565.176 465.104 578.127] -/A << /S /GoTo /D (page.51) >> +/Rect [300.646 653.725 317.579 667.673] +/A << /S /GoTo /D (page.164) >> >> endobj 1662 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 565.176 479.947 578.127] +/Rect [284.599 641.77 296.552 655.718] /A << /S /GoTo /D (page.52) >> >> endobj 1663 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 565.176 499.397 578.127] -/A << /S /GoTo /D (page.152) >> +/Rect [300.646 641.77 317.579 655.718] +/A << /S /GoTo /D (page.163) >> >> endobj 1664 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 553.9 499.397 566.851] -/A << /S /GoTo /D (page.152) >> +/Rect [284.599 629.815 296.552 643.763] +/A << /S /GoTo /D (page.52) >> >> endobj 1665 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 542.624 479.947 555.575] -/A << /S /GoTo /D (page.52) >> +/Rect [300.646 629.815 317.579 643.763] +/A << /S /GoTo /D (page.164) >> >> endobj 1666 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 542.624 499.397 555.575] -/A << /S /GoTo /D (page.152) >> +/Rect [284.599 617.86 296.552 631.808] +/A << /S /GoTo /D (page.52) >> >> endobj 1667 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 531.348 479.947 544.299] -/A << /S /GoTo /D (page.52) >> +/Rect [300.646 617.86 317.579 631.808] +/A << /S /GoTo /D (page.164) >> >> endobj 1668 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 531.348 499.397 544.299] -/A << /S /GoTo /D (page.152) >> +/Rect [284.599 605.905 296.552 619.852] +/A << /S /GoTo /D (page.52) >> >> endobj 1669 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 520.072 479.947 533.023] -/A << /S /GoTo /D (page.51) >> +/Rect [300.646 605.905 317.579 619.852] +/A << /S /GoTo /D (page.164) >> >> endobj 1670 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 520.072 499.397 533.023] -/A << /S /GoTo /D (page.151) >> +/Rect [284.599 593.95 296.552 607.897] +/A << /S /GoTo /D (page.52) >> >> endobj 1671 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 508.796 465.104 521.748] -/A << /S /GoTo /D (page.51) >> +/Rect [300.646 593.95 317.579 607.897] +/A << /S /GoTo /D (page.164) >> >> endobj 1672 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 508.796 479.947 521.748] +/Rect [284.378 581.994 296.552 595.942] /A << /S /GoTo /D (page.52) >> >> endobj 1673 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 508.796 499.397 521.748] -/A << /S /GoTo /D (page.151) >> +/Rect [300.646 581.994 317.579 595.942] +/A << /S /GoTo /D (page.154) >> >> endobj 1674 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.861 497.52 450.067 510.472] -/A << /S /GoTo /D (page.17) >> +/Rect [268.331 570.039 280.284 583.987] +/A << /S /GoTo /D (page.52) >> >> endobj 1675 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 497.52 465.104 510.472] -/A << /S /GoTo /D (page.51) >> +/Rect [284.378 570.039 296.552 583.987] +/A << /S /GoTo /D (page.52) >> >> endobj 1676 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 497.52 479.947 510.472] -/A << /S /GoTo /D (page.52) >> +/Rect [300.646 570.039 317.579 583.987] +/A << /S /GoTo /D (page.154) >> >> endobj 1677 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 497.52 499.397 510.472] -/A << /S /GoTo /D (page.151) >> +/Rect [268.331 558.084 280.284 572.032] +/A << /S /GoTo /D (page.52) >> >> endobj 1678 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 486.244 499.397 499.196] -/A << /S /GoTo /D (page.152) >> +/Rect [284.378 558.084 296.552 572.032] +/A << /S /GoTo /D (page.52) >> >> endobj 1679 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 474.968 479.947 487.92] -/A << /S /GoTo /D (page.52) >> +/Rect [300.646 558.084 317.579 572.032] +/A << /S /GoTo /D (page.154) >> >> endobj 1680 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 474.968 499.397 487.92] -/A << /S /GoTo /D (page.152) >> +/Rect [300.646 546.129 317.579 560.077] +/A << /S /GoTo /D (page.154) >> >> endobj 1681 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 463.693 479.947 476.644] +/Rect [284.599 534.174 296.552 548.121] /A << /S /GoTo /D (page.52) >> >> endobj 1682 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 463.693 499.397 476.644] -/A << /S /GoTo /D (page.151) >> +/Rect [300.646 534.174 317.579 548.121] +/A << /S /GoTo /D (page.154) >> >> endobj 1683 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [419.411 441.458 430.617 454.409] -/A << /S /GoTo /D (page.48) >> +/Rect [284.599 522.218 296.552 536.166] +/A << /S /GoTo /D (page.52) >> >> endobj 1684 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.254 441.458 445.654 454.409] -/A << /S /GoTo /D (page.48) >> +/Rect [300.646 522.218 317.579 536.166] +/A << /S /GoTo /D (page.154) >> >> endobj 1685 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 441.458 460.497 454.409] -/A << /S /GoTo /D (page.49) >> +/Rect [284.378 510.263 296.552 524.211] +/A << /S /GoTo /D (page.51) >> >> endobj 1686 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 441.458 479.947 454.409] +/Rect [300.646 510.263 317.579 524.211] /A << /S /GoTo /D (page.153) >> >> endobj 1687 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 441.458 499.397 454.409] -/A << /S /GoTo /D (page.155) >> +/Rect [268.331 498.308 280.505 512.256] +/A << /S /GoTo /D (page.51) >> >> endobj 1688 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 430.182 499.397 443.133] -/A << /S /GoTo /D (page.71) >> +/Rect [284.599 498.308 296.552 512.256] +/A << /S /GoTo /D (page.52) >> >> endobj 1689 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [425.964 407.947 437.364 420.898] -/A << /S /GoTo /D (page.46) >> +/Rect [300.646 498.308 317.579 512.256] +/A << /S /GoTo /D (page.153) >> >> endobj 1690 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [441.001 407.947 452.207 420.898] -/A << /S /GoTo /D (page.48) >> +/Rect [252.284 486.353 264.237 500.301] +/A << /S /GoTo /D (page.17) >> >> endobj 1691 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.845 407.947 467.051 420.898] -/A << /S /GoTo /D (page.50) >> +/Rect [268.331 486.353 280.505 500.301] +/A << /S /GoTo /D (page.51) >> >> endobj 1692 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 407.947 481.894 420.898] -/A << /S /GoTo /D (page.51) >> +/Rect [284.599 486.353 296.552 500.301] +/A << /S /GoTo /D (page.52) >> >> endobj 1693 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 398.533 431.855 408.034] -/A << /S /GoTo /D (page.152) >> +/Rect [300.646 486.353 317.579 500.301] +/A << /S /GoTo /D (page.153) >> >> endobj 1694 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [440.601 398.533 456.413 408.034] +/Rect [300.646 474.398 317.579 488.346] /A << /S /GoTo /D (page.154) >> >> endobj 1695 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.159 398.533 480.971 408.034] -/A << /S /GoTo /D (page.157) >> +/Rect [284.599 462.443 296.552 476.39] +/A << /S /GoTo /D (page.52) >> >> endobj 1696 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 398.533 499.397 408.034] -/A << /S /GoTo /D (page.159) >> +/Rect [300.646 462.443 317.579 476.39] +/A << /S /GoTo /D (page.154) >> >> endobj 1697 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 385.712 484.554 398.664] -/A << /S /GoTo /D (page.11) >> +/Rect [284.599 450.487 296.552 464.435] +/A << /S /GoTo /D (page.52) >> >> endobj 1698 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 385.712 499.397 398.664] -/A << /S /GoTo /D (page.75) >> +/Rect [300.646 450.487 317.579 464.435] +/A << /S /GoTo /D (page.154) >> >> endobj 1699 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.845 374.436 467.051 387.388] -/A << /S /GoTo /D (page.18) >> +/Rect [247.304 438.532 259.257 452.48] +/A << /S /GoTo /D (page.49) >> >> endobj 1700 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 374.436 481.894 387.388] -/A << /S /GoTo /D (page.19) >> +/Rect [263.351 438.532 275.525 452.48] +/A << /S /GoTo /D (page.49) >> >> endobj 1701 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 365.022 427.249 374.524] -/A << /S /GoTo /D (page.24) >> +/Rect [279.619 438.532 296.552 452.48] +/A << /S /GoTo /D (page.155) >> >> endobj 1702 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.88 365.022 444.086 374.524] -/A << /S /GoTo /D (page.45) >> +/Rect [300.646 438.532 317.579 452.48] +/A << /S /GoTo /D (page.158) >> >> endobj 1703 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.717 365.022 461.117 374.524] -/A << /S /GoTo /D (page.45) >> +/Rect [305.626 426.577 317.579 440.525] +/A << /S /GoTo /D (page.72) >> >> endobj 1704 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.748 365.022 477.954 374.524] -/A << /S /GoTo /D (page.70) >> +/Rect [233.47 414.622 245.423 428.57] +/A << /S /GoTo /D (page.22) >> >> endobj 1705 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 365.022 499.397 374.524] -/A << /S /GoTo /D (page.149) >> +/Rect [249.517 414.622 261.691 428.57] +/A << /S /GoTo /D (page.47) >> >> endobj 1706 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 352.202 499.397 365.153] -/A << /S /GoTo /D (page.150) >> +/Rect [265.786 414.622 277.738 428.57] +/A << /S /GoTo /D (page.49) >> >> endobj 1707 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 340.926 479.947 353.877] +/Rect [281.833 414.622 293.785 428.57] /A << /S /GoTo /D (page.51) >> >> endobj 1708 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 340.926 499.397 353.877] -/A << /S /GoTo /D (page.151) >> +/Rect [297.88 414.622 314.812 428.57] +/A << /S /GoTo /D (page.155) >> >> endobj 1709 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 329.65 465.104 342.601] -/A << /S /GoTo /D (page.51) >> +/Rect [183.582 404.317 200.514 414.637] +/A << /S /GoTo /D (page.156) >> >> endobj 1710 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 329.65 479.947 342.601] -/A << /S /GoTo /D (page.52) >> +/Rect [204.609 404.317 221.542 414.637] +/A << /S /GoTo /D (page.159) >> >> endobj 1711 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 329.65 499.397 342.601] -/A << /S /GoTo /D (page.151) >> +/Rect [224.529 404.317 241.462 414.637] +/A << /S /GoTo /D (page.161) >> >> endobj 1712 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 318.374 465.104 331.325] -/A << /S /GoTo /D (page.51) >> +/Rect [289.579 390.712 301.532 404.659] +/A << /S /GoTo /D (page.11) >> >> endobj 1713 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 318.374 479.947 331.325] -/A << /S /GoTo /D (page.52) >> +/Rect [305.626 390.712 317.579 404.659] +/A << /S /GoTo /D (page.77) >> >> endobj 1714 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 318.374 499.397 331.325] -/A << /S /GoTo /D (page.150) >> +/Rect [238.45 378.756 250.403 392.704] +/A << /S /GoTo /D (page.19) >> >> endobj 1715 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 307.098 499.397 320.049] -/A << /S /GoTo /D (page.151) >> +/Rect [254.497 378.756 266.45 392.704] +/A << /S /GoTo /D (page.20) >> >> endobj 1716 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 295.822 479.947 308.773] -/A << /S /GoTo /D (page.52) >> +/Rect [270.544 378.756 282.497 392.704] +/A << /S /GoTo /D (page.25) >> >> endobj 1717 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 295.822 499.397 308.773] -/A << /S /GoTo /D (page.151) >> +/Rect [286.591 378.756 298.765 392.704] +/A << /S /GoTo /D (page.45) >> >> endobj 1718 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 284.546 479.947 297.498] -/A << /S /GoTo /D (page.52) >> +/Rect [302.86 378.756 314.812 392.704] +/A << /S /GoTo /D (page.46) >> >> endobj 1719 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 284.546 499.397 297.498] -/A << /S /GoTo /D (page.151) >> +/Rect [183.582 368.451 195.534 378.772] +/A << /S /GoTo /D (page.72) >> >> endobj 1720 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 273.27 479.947 286.222] -/A << /S /GoTo /D (page.52) >> +/Rect [199.629 368.451 216.561 378.772] +/A << /S /GoTo /D (page.151) >> >> endobj 1721 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 273.27 499.397 286.222] -/A << /S /GoTo /D (page.161) >> +/Rect [300.646 354.846 317.579 368.794] +/A << /S /GoTo /D (page.152) >> >> endobj 1722 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 261.994 479.947 274.946] -/A << /S /GoTo /D (page.52) >> +/Rect [284.378 342.891 296.552 356.839] +/A << /S /GoTo /D (page.51) >> >> endobj 1723 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 261.994 499.397 274.946] -/A << /S /GoTo /D (page.161) >> +/Rect [300.646 342.891 317.579 356.839] +/A << /S /GoTo /D (page.153) >> >> endobj 1724 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 250.718 479.947 263.67] -/A << /S /GoTo /D (page.52) >> +/Rect [268.331 330.936 280.505 344.884] +/A << /S /GoTo /D (page.51) >> >> endobj 1725 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 250.718 499.397 263.67] -/A << /S /GoTo /D (page.161) >> +/Rect [284.599 330.936 296.552 344.884] +/A << /S /GoTo /D (page.52) >> >> endobj 1726 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 239.443 479.947 252.394] -/A << /S /GoTo /D (page.52) >> +/Rect [300.646 330.936 317.579 344.884] +/A << /S /GoTo /D (page.153) >> >> endobj 1727 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 239.443 499.397 252.394] -/A << /S /GoTo /D (page.161) >> +/Rect [247.304 318.981 259.478 332.928] +/A << /S /GoTo /D (page.51) >> >> endobj 1728 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 228.167 499.397 241.118] -/A << /S /GoTo /D (page.167) >> +/Rect [263.572 318.981 275.525 332.928] +/A << /S /GoTo /D (page.52) >> >> endobj 1729 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 216.891 499.397 229.842] -/A << /S /GoTo /D (page.168) >> +/Rect [279.619 318.981 296.552 332.928] +/A << /S /GoTo /D (page.152) >> >> endobj 1730 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 205.615 499.397 218.566] -/A << /S /GoTo /D (page.168) >> +/Rect [300.646 318.981 317.579 332.928] +/A << /S /GoTo /D (page.153) >> >> endobj 1731 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 194.339 499.397 207.29] -/A << /S /GoTo /D (page.173) >> +/Rect [300.646 307.025 317.579 320.973] +/A << /S /GoTo /D (page.153) >> >> endobj 1732 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 183.063 499.397 196.014] -/A << /S /GoTo /D (page.173) >> +/Rect [284.599 295.07 296.552 309.018] +/A << /S /GoTo /D (page.52) >> >> endobj 1733 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 171.787 499.397 184.739] -/A << /S /GoTo /D (page.173) >> +/Rect [300.646 295.07 317.579 309.018] +/A << /S /GoTo /D (page.153) >> >> endobj 1734 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 149.552 499.397 162.504] -/A << /S /GoTo /D (page.174) >> +/Rect [284.599 283.115 296.552 297.063] +/A << /S /GoTo /D (page.52) >> >> endobj 1735 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 138.276 499.397 151.228] -/A << /S /GoTo /D (page.177) >> +/Rect [300.646 283.115 317.579 297.063] +/A << /S /GoTo /D (page.153) >> >> endobj 1736 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 116.042 499.397 128.993] -/A << /S /GoTo /D (page.178) >> ->> endobj -1744 0 obj << -/D [1742 0 R /XYZ 143.727 753.953 null] ->> endobj -350 0 obj << -/D [1742 0 R /XYZ 144.727 716.092 null] ->> endobj -1745 0 obj << -/D [1742 0 R /XYZ 144.727 696.265 null] ->> endobj -1741 0 obj << -/Font << /F34 397 0 R /F49 1746 0 R /F46 505 0 R /F47 1747 0 R /F50 1748 0 R /F51 1749 0 R /F17 400 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -1996 0 obj << -/Length 2569 -/Filter /FlateDecode ->> -stream -x\ɎSHf%GF@[-D- -L}HJR,'=$s _bOo?qH 9RT-Px\-~~''6ۭdNW)۾,I&4_}[##e |៸{"_//~zX"T3-b0uhSi&oY w)ŅNn$cuiN*iU R{٥` ~JL Zyl?etl<-`o]sK L70׍nl7F@S.K~~:M=ܘ0l:dEJwf$Akd8ݹMn=OLW7 -ٹ2xG#%]o!}6!j)qyF)Eɫ -8i{`#CCČom91m_ć&Je,1b}=PeH˃uhQo7C[sAleK h&\y*fJElVod7#CZ!baE66Ḍ5 9b#4 7dq*n< $Zx%mujdEpz ڿ$͚IY^j 0s'p|@uZ+m,\٭,;n*UK.@E"@4ALA.\`sBCՍfN;L_LjA"z@F\:k 6"X)&i]-ĬA3EF_yp$ -QYx!)'O}{}vq.[' }\H|>C&wܠe5]8+bt՜^:Mw'2W9O^}Z"&'1 Zz,Ɓ>a{RNu`W6d[6M -huzrnЦwKԴDqp=#B1ĸAhdQ!Ӛ+$g :_ 'NYRr+\vsBƤ!}AڲVN -zKzp-e46:5 r -#%#f -%+wzGPJ.sKo9¿AѬ Ech.peRn43R5v4xp,<]5q1tu<1!MYь5GlfO{c]8nt۞ԢqT8b -*..+Zuح8$/MGuX*Q,6T:Px_p(vS1W31`|\Ay=$R}uo8>b7HՆ'6 -شvg#ysaב>=m.KDw8U9R\u'D!ǐK]qo!yʙaFF_EYצ4g^Yد+5_„*.\ۃ\a@Zd 5(:]I z`}3K^#Oq5X n$p7uj׸zR|Ab٭/9V_p=@CB+(zjf!k0>MGvBSUb" -y&&|DBA|tgɬ!Uv<+7eaYϝ10#<` j%)A}F9bxR_[[5umRHJU'}#3-j*D9>dDfYՠpZ{&YEB8ȔJ N[Rިma+6nOXw%Ds9E4X&ÁQh3D #,4˜^+g||/л -endstream -endobj -1995 0 obj << -/Type /Page -/Contents 1996 0 R -/Resources 1994 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1750 0 R -/Annots [ 1737 0 R 1738 0 R 1739 0 R 1740 0 R 1751 0 R 1752 0 R 1753 0 R 1754 0 R 1755 0 R 1756 0 R 1757 0 R 1758 0 R 1759 0 R 1760 0 R 1761 0 R 1762 0 R 1763 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 1826 0 R 1827 0 R 1828 0 R 1829 0 R 1830 0 R 1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R 1846 0 R 1847 0 R 1848 0 R 1849 0 R 1850 0 R 1851 0 R 1852 0 R 1853 0 R 1854 0 R 1855 0 R 1856 0 R 1857 0 R 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R 1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R 1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R 1894 0 R 1895 0 R 1896 0 R 1897 0 R 1898 0 R 1899 0 R 1900 0 R 1901 0 R 1902 0 R 1903 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R 1912 0 R 1913 0 R 1914 0 R 1915 0 R 1916 0 R 1917 0 R 1918 0 R 1919 0 R 1920 0 R 1921 0 R 1922 0 R 1923 0 R 1924 0 R 1925 0 R 1926 0 R 1927 0 R 1928 0 R 1929 0 R 1930 0 R 1931 0 R 1932 0 R 1933 0 R 1934 0 R 1935 0 R 1936 0 R 1937 0 R 1938 0 R 1939 0 R 1940 0 R 1941 0 R 1942 0 R 1943 0 R 1944 0 R 1945 0 R 1946 0 R 1947 0 R 1948 0 R 1949 0 R 1950 0 R 1951 0 R 1952 0 R 1953 0 R 1954 0 R 1955 0 R 1956 0 R 1957 0 R 1958 0 R 1959 0 R 1960 0 R 1961 0 R 1962 0 R 1963 0 R 1964 0 R 1965 0 R 1966 0 R 1967 0 R 1968 0 R 1969 0 R 1970 0 R 1971 0 R 1972 0 R 1973 0 R 1974 0 R 1975 0 R 1976 0 R 1977 0 R 1978 0 R 1979 0 R 1980 0 R 1981 0 R ] +/Rect [284.599 271.16 296.552 285.108] +/A << /S /GoTo /D (page.52) >> >> endobj 1737 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 690.886 256.973 703.837] -/A << /S /GoTo /D (page.177) >> +/Rect [300.646 271.16 317.579 285.108] +/A << /S /GoTo /D (page.163) >> >> endobj 1738 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 668.968 256.973 681.92] -/A << /S /GoTo /D (page.178) >> +/Rect [284.599 259.205 296.552 273.152] +/A << /S /GoTo /D (page.52) >> >> endobj 1739 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 658.009 256.973 670.961] -/A << /S /GoTo /D (page.183) >> +/Rect [300.646 259.205 317.579 273.152] +/A << /S /GoTo /D (page.163) >> >> endobj 1740 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 647.05 256.973 660.002] -/A << /S /GoTo /D (page.183) >> +/Rect [284.599 247.25 296.552 261.197] +/A << /S /GoTo /D (page.52) >> >> endobj -1751 0 obj << +1741 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 636.091 256.973 649.043] -/A << /S /GoTo /D (page.183) >> +/Rect [300.646 247.25 317.579 261.197] +/A << /S /GoTo /D (page.163) >> >> endobj -1752 0 obj << +1742 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 614.174 256.973 627.125] -/A << /S /GoTo /D (page.184) >> +/Rect [284.599 235.294 296.552 249.242] +/A << /S /GoTo /D (page.52) >> >> endobj -1753 0 obj << +1743 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 603.215 256.973 616.166] -/A << /S /GoTo /D (page.187) >> +/Rect [300.646 235.294 317.579 249.242] +/A << /S /GoTo /D (page.163) >> >> endobj -1754 0 obj << +1744 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 581.297 256.973 594.248] -/A << /S /GoTo /D (page.188) >> +/Rect [300.646 223.339 317.579 237.287] +/A << /S /GoTo /D (page.169) >> >> endobj -1755 0 obj << +1745 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 559.379 256.973 572.331] -/A << /S /GoTo /D (page.188) >> +/Rect [300.646 211.384 317.579 225.332] +/A << /S /GoTo /D (page.170) >> >> endobj -1756 0 obj << +1746 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 537.461 256.973 550.413] -/A << /S /GoTo /D (page.189) >> +/Rect [300.646 199.429 317.579 213.377] +/A << /S /GoTo /D (page.170) >> >> endobj -1757 0 obj << +1747 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 526.502 256.973 539.454] -/A << /S /GoTo /D (page.193) >> +/Rect [300.646 187.474 317.579 201.421] +/A << /S /GoTo /D (page.175) >> >> endobj -1758 0 obj << +1748 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 515.544 256.973 528.495] -/A << /S /GoTo /D (page.195) >> +/Rect [300.646 175.519 317.579 189.466] +/A << /S /GoTo /D (page.175) >> +>> endobj +1749 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 163.563 317.579 177.511] +/A << /S /GoTo /D (page.175) >> +>> endobj +1750 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.774 139.653 260.707 153.601] +/A << /S /GoTo /D (page.176) >> +>> endobj +1751 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 127.698 317.579 141.646] +/A << /S /GoTo /D (page.179) >> +>> endobj +1752 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [425.592 689.591 442.525 703.539] +/A << /S /GoTo /D (page.180) >> +>> endobj +1753 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [425.592 665.681 442.525 679.628] +/A << /S /GoTo /D (page.179) >> +>> endobj +1754 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [425.592 641.77 442.525 655.718] +/A << /S /GoTo /D (page.180) >> +>> endobj +1755 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.464 629.815 499.397 643.763] +/A << /S /GoTo /D (page.185) >> +>> endobj +1756 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.464 617.86 499.397 631.808] +/A << /S /GoTo /D (page.185) >> +>> endobj +1757 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.464 605.905 499.397 619.852] +/A << /S /GoTo /D (page.185) >> +>> endobj +1758 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [425.592 581.994 442.525 595.942] +/A << /S /GoTo /D (page.186) >> >> endobj 1759 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 504.585 256.973 517.536] -/A << /S /GoTo /D (page.195) >> +/Rect [482.464 570.039 499.397 583.987] +/A << /S /GoTo /D (page.189) >> >> endobj 1760 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 493.626 237.523 506.577] -/A << /S /GoTo /D (page.68) >> +/Rect [425.592 546.129 442.525 560.077] +/A << /S /GoTo /D (page.190) >> >> endobj 1761 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 493.626 256.973 506.577] -/A << /S /GoTo /D (page.100) >> +/Rect [425.592 522.218 442.525 536.166] +/A << /S /GoTo /D (page.190) >> >> endobj 1762 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 482.667 256.973 495.618] -/A << /S /GoTo /D (page.76) >> +/Rect [425.592 498.308 442.525 512.256] +/A << /S /GoTo /D (page.191) >> >> endobj 1763 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [192.024 460.749 203.229 473.7] -/A << /S /GoTo /D (page.58) >> +/Rect [482.464 486.353 499.397 500.301] +/A << /S /GoTo /D (page.195) >> >> endobj 1764 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.867 460.749 218.073 473.7] -/A << /S /GoTo /D (page.60) >> +/Rect [482.464 474.398 499.397 488.346] +/A << /S /GoTo /D (page.197) >> >> endobj 1765 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 460.749 237.523 473.7] -/A << /S /GoTo /D (page.174) >> +/Rect [482.464 462.443 499.397 476.39] +/A << /S /GoTo /D (page.197) >> >> endobj 1766 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 460.749 256.973 473.7] -/A << /S /GoTo /D (page.184) >> +/Rect [466.417 450.487 478.37 464.435] +/A << /S /GoTo /D (page.69) >> >> endobj 1767 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [218.027 429.068 224.626 442.019] -/A << /S /GoTo /D (page.9) >> +/Rect [482.464 450.487 499.397 464.435] +/A << /S /GoTo /D (page.102) >> >> endobj 1768 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 429.068 239.47 442.019] -/A << /S /GoTo /D (page.10) >> +/Rect [487.445 438.532 499.397 452.48] +/A << /S /GoTo /D (page.77) >> >> endobj 1769 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 419.654 184.825 429.155] -/A << /S /GoTo /D (page.17) >> +/Rect [429.343 426.577 441.296 440.525] +/A << /S /GoTo /D (page.59) >> >> endobj 1770 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.526 419.654 202.732 429.155] -/A << /S /GoTo /D (page.74) >> +/Rect [445.39 426.577 457.343 440.525] +/A << /S /GoTo /D (page.61) >> >> endobj 1771 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [205.346 419.654 216.552 429.155] -/A << /S /GoTo /D (page.76) >> +/Rect [461.437 426.577 478.37 440.525] +/A << /S /GoTo /D (page.176) >> >> endobj 1772 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.253 419.654 234.459 429.155] -/A << /S /GoTo /D (page.85) >> +/Rect [482.464 426.577 499.397 440.525] +/A << /S /GoTo /D (page.186) >> >> endobj 1773 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 419.654 256.973 429.155] -/A << /S /GoTo /D (page.202) >> +/Rect [409.423 392.704 416.396 406.652] +/A << /S /GoTo /D (page.9) >> >> endobj 1774 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 386.428 256.973 399.379] -/A << /S /GoTo /D (page.19) >> +/Rect [420.49 392.704 432.443 406.652] +/A << /S /GoTo /D (page.10) >> >> endobj 1775 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 375.469 242.13 388.42] -/A << /S /GoTo /D (page.71) >> +/Rect [436.537 392.704 448.49 406.652] +/A << /S /GoTo /D (page.17) >> >> endobj 1776 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 375.469 256.973 388.42] -/A << /S /GoTo /D (page.92) >> +/Rect [452.584 392.704 464.537 406.652] +/A << /S /GoTo /D (page.22) >> >> endobj 1777 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.951 343.788 225.35 356.739] -/A << /S /GoTo /D (page.35) >> +/Rect [468.631 392.704 480.584 406.652] +/A << /S /GoTo /D (page.23) >> >> endobj 1778 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 343.788 239.47 356.739] -/A << /S /GoTo /D (page.47) >> +/Rect [484.678 392.704 496.631 406.652] +/A << /S /GoTo /D (page.76) >> >> endobj 1779 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 334.373 184.825 343.875] -/A << /S /GoTo /D (page.51) >> +/Rect [365.4 382.399 377.352 392.719] +/A << /S /GoTo /D (page.78) >> >> endobj 1780 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.526 334.373 202.732 343.875] -/A << /S /GoTo /D (page.89) >> +/Rect [381.447 382.399 393.399 392.719] +/A << /S /GoTo /D (page.87) >> >> endobj 1781 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [205.346 334.373 216.552 343.875] -/A << /S /GoTo /D (page.91) >> +/Rect [397.494 382.399 414.427 392.719] +/A << /S /GoTo /D (page.204) >> >> endobj 1782 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.253 334.373 234.459 343.875] -/A << /S /GoTo /D (page.99) >> +/Rect [487.445 346.876 499.397 360.824] +/A << /S /GoTo /D (page.19) >> >> endobj 1783 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 334.373 256.973 343.875] -/A << /S /GoTo /D (page.100) >> +/Rect [487.445 334.921 499.397 348.869] +/A << /S /GoTo /D (page.93) >> >> endobj 1784 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.227 310.911 224.626 323.862] -/A << /S /GoTo /D (page.35) >> +/Rect [487.445 322.966 499.397 336.913] +/A << /S /GoTo /D (page.72) >> >> endobj 1785 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 310.911 239.47 323.862] -/A << /S /GoTo /D (page.47) >> +/Rect [421.375 289.093 433.549 303.04] +/A << /S /GoTo /D (page.36) >> >> endobj 1786 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 301.497 184.825 310.998] -/A << /S /GoTo /D (page.51) >> +/Rect [437.643 289.093 449.596 303.04] +/A << /S /GoTo /D (page.48) >> >> endobj 1787 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.526 301.497 202.732 310.998] -/A << /S /GoTo /D (page.89) >> +/Rect [453.69 289.093 465.643 303.04] +/A << /S /GoTo /D (page.52) >> >> endobj 1788 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [205.346 301.497 216.552 310.998] +/Rect [469.737 289.093 481.69 303.04] /A << /S /GoTo /D (page.91) >> >> endobj 1789 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.253 301.497 234.459 310.998] -/A << /S /GoTo /D (page.99) >> +/Rect [484.678 289.093 496.631 303.04] +/A << /S /GoTo /D (page.93) >> >> endobj 1790 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 301.497 256.973 310.998] -/A << /S /GoTo /D (page.100) >> +/Rect [365.4 278.787 382.333 289.108] +/A << /S /GoTo /D (page.101) >> >> endobj 1791 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 288.993 237.523 301.945] -/A << /S /GoTo /D (page.79) >> +/Rect [386.427 278.787 403.36 289.108] +/A << /S /GoTo /D (page.102) >> >> endobj 1792 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 288.993 256.973 301.945] -/A << /S /GoTo /D (page.147) >> +/Rect [452.362 265.182 464.537 279.13] +/A << /S /GoTo /D (page.36) >> >> endobj 1793 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 278.034 237.523 290.986] -/A << /S /GoTo /D (page.79) >> +/Rect [468.631 265.182 480.584 279.13] +/A << /S /GoTo /D (page.48) >> >> endobj 1794 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 278.034 256.973 290.986] -/A << /S /GoTo /D (page.147) >> +/Rect [484.678 265.182 496.631 279.13] +/A << /S /GoTo /D (page.52) >> >> endobj 1795 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 267.075 242.13 280.027] -/A << /S /GoTo /D (page.72) >> +/Rect [365.4 254.877 377.352 265.197] +/A << /S /GoTo /D (page.91) >> >> endobj 1796 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 267.075 256.973 280.027] -/A << /S /GoTo /D (page.90) >> +/Rect [380.34 254.877 392.293 265.197] +/A << /S /GoTo /D (page.93) >> >> endobj 1797 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 256.116 242.13 269.068] -/A << /S /GoTo /D (page.11) >> +/Rect [396.387 254.877 413.32 265.197] +/A << /S /GoTo /D (page.101) >> >> endobj 1798 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 256.116 256.973 269.068] -/A << /S /GoTo /D (page.76) >> +/Rect [417.414 254.877 434.347 265.197] +/A << /S /GoTo /D (page.102) >> >> endobj 1799 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 245.157 256.973 258.109] -/A << /S /GoTo /D (page.91) >> +/Rect [466.417 241.272 478.37 255.22] +/A << /S /GoTo /D (page.80) >> >> endobj 1800 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 234.199 256.973 247.15] -/A << /S /GoTo /D (page.73) >> +/Rect [482.464 241.272 499.397 255.22] +/A << /S /GoTo /D (page.149) >> >> endobj 1801 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 202.517 256.973 215.469] -/A << /S /GoTo /D (page.30) >> +/Rect [466.417 229.317 478.37 243.265] +/A << /S /GoTo /D (page.80) >> >> endobj 1802 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 191.558 242.13 204.51] -/A << /S /GoTo /D (page.11) >> +/Rect [482.464 229.317 499.397 243.265] +/A << /S /GoTo /D (page.149) >> >> endobj 1803 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 191.558 256.973 204.51] -/A << /S /GoTo /D (page.76) >> +/Rect [487.445 217.362 499.397 231.309] +/A << /S /GoTo /D (page.92) >> >> endobj 1804 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [225.833 169.641 237.232 182.592] -/A << /S /GoTo /D (page.63) >> +/Rect [487.445 205.407 499.397 219.354] +/A << /S /GoTo /D (page.74) >> >> endobj 1805 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [240.87 169.641 256.973 182.592] -/A << /S /GoTo /D (page.144) >> +/Rect [471.398 193.451 483.35 207.399] +/A << /S /GoTo /D (page.11) >> >> endobj 1806 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 127.001 256.973 139.952] -/A << /S /GoTo /D (page.13) >> +/Rect [487.445 193.451 499.397 207.399] +/A << /S /GoTo /D (page.77) >> >> endobj 1807 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.474 116.042 222.679 128.993] -/A << /S /GoTo /D (page.13) >> +/Rect [487.445 181.496 499.397 195.444] +/A << /S /GoTo /D (page.92) >> >> endobj 1808 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 116.042 237.523 128.993] -/A << /S /GoTo /D (page.41) >> +/Rect [487.445 169.541 499.397 183.489] +/A << /S /GoTo /D (page.74) >> >> endobj 1809 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 116.042 256.973 128.993] -/A << /S /GoTo /D (page.142) >> +/Rect [487.445 135.668 499.397 149.616] +/A << /S /GoTo /D (page.31) >> >> endobj 1810 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.292 701.845 348.498 714.796] -/A << /S /GoTo /D (page.13) >> +/Rect [471.398 123.713 483.35 137.661] +/A << /S /GoTo /D (page.11) >> >> endobj 1811 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 701.845 363.342 714.796] -/A << /S /GoTo /D (page.14) >> ->> endobj -1812 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 701.845 378.185 714.796] -/A << /S /GoTo /D (page.17) >> +/Rect [487.445 123.713 499.397 137.661] +/A << /S /GoTo /D (page.77) >> >> endobj -1813 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.292 690.452 348.498 703.403] -/A << /S /GoTo /D (page.14) >> +1817 0 obj << +/D [1815 0 R /XYZ 144.724 753.953 null] >> endobj 1814 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 690.452 363.342 703.403] -/A << /S /GoTo /D (page.22) >> +/Font << /F43 485 0 R /F17 400 0 R /F44 486 0 R /F36 482 0 R /F35 399 0 R >> +/ProcSet [ /PDF /Text ] >> endobj -1815 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 690.452 378.185 703.403] -/A << /S /GoTo /D (page.96) >> +2005 0 obj << +/Length 2060 +/Filter /FlateDecode +>> +stream +x\KoF_%y?D.H]vAbk],ۛM;sf-gxv 7_>}!jfTgD$),fvٜUgOo۟'dז_:n^zԈ1bEQ0{?UY?9?z SqxU]M4a-k0qtolRLbjBt!ߘ%3N-{ƢfK6Jy,T-߱&""%'-w2f:R/ i xig[A8wS=hy!yQ)Ŀ`*k"""u>V ʐE'<DWSj[ZW/W~"K$5Pc „iX_6|0Op :@W l:zpphA0g놊 ,Qy#7Ke}2"UƮB aq- r8ȩJOCs$'H㥣p,hm Z$KW"Z)WyV[R)+iԸNCFn=fW@캥VǸiV n3w 0hO\EFFvxn;q]SOG/-7 =Aw +o8yhlQ<ῧfj^ۏ|NW+&$HN 6E̘Q~jeN'::3+=?l<{_hSys2SZXۇb&ND۬(c|U +_4g( ZHgxCa`Cɒ'Wqp7?5[(˳}ZWNZ8X-Hm,ӈ$أl3y{aD6s#>_^gI= M1ŏјcy%¹,ϛ OMMw5WL mXh>& C ЦMtq-@~:\H'9u{FtbB +=\ѱG]Pْ?)׹Me !({N4 |bϋsJST@}Ms6o NjM}%HNP9g$#1!AʢHt1 fmF i:>螠v;U;\=8VO#苽\EHV V7l[N\( 9;$XfDy b o#~~^&VZZ};WӖc]OIӑlFdXjA<)1xѿ-7Mpdp g3F:C M6jFs)(^énC6gGݼz-zI3k:i l4EL1ja8OZKxg{4XZ SRiՆ zcBgG).woxSj;N-蝪jDN-`exz}xӡ!SmBp=SQ_cpX}2:תԇ?+rlI3]'h*Y2w /0UŽ$\,:?T'qٸBZCMFݧ +endstream +endobj +2004 0 obj << +/Type /Page +/Contents 2005 0 R +/Resources 2003 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1542 0 R +/Annots [ 1812 0 R 1813 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 1826 0 R 1827 0 R 1828 0 R 1829 0 R 1830 0 R 1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R 1846 0 R 1847 0 R 1848 0 R 1849 0 R 1850 0 R 1851 0 R 1852 0 R 1853 0 R 1854 0 R 1855 0 R 1856 0 R 1857 0 R 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R 1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R 1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R 1894 0 R 1895 0 R 1896 0 R 1897 0 R 1898 0 R 1899 0 R 1900 0 R 1901 0 R 1902 0 R 1903 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R 1912 0 R 1913 0 R 1914 0 R 1915 0 R 1916 0 R 1917 0 R 1918 0 R 1919 0 R 1920 0 R 1921 0 R 1922 0 R 1923 0 R 1924 0 R 1925 0 R 1926 0 R 1927 0 R 1928 0 R 1929 0 R 1930 0 R 1931 0 R 1932 0 R 1933 0 R 1934 0 R 1935 0 R 1936 0 R 1937 0 R 1938 0 R 1939 0 R 1940 0 R 1941 0 R 1942 0 R 1943 0 R 1944 0 R 1945 0 R 1946 0 R 1947 0 R 1948 0 R 1949 0 R 1950 0 R 1951 0 R 1952 0 R 1953 0 R 1954 0 R 1955 0 R 1956 0 R 1957 0 R 1958 0 R 1959 0 R 1960 0 R 1961 0 R 1962 0 R 1963 0 R 1964 0 R 1965 0 R 1966 0 R 1967 0 R 1968 0 R 1969 0 R 1970 0 R 1971 0 R 1972 0 R 1973 0 R 1974 0 R 1975 0 R 1976 0 R 1977 0 R 1978 0 R 1979 0 R 1980 0 R 1981 0 R 1982 0 R 1983 0 R 1984 0 R 1985 0 R 1986 0 R 1987 0 R 1988 0 R 1989 0 R 1990 0 R 1991 0 R 1992 0 R 1993 0 R 1994 0 R 1995 0 R 1996 0 R 1997 0 R 1998 0 R 1999 0 R ] >> endobj -1816 0 obj << +1812 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 679.059 363.342 692.01] -/A << /S /GoTo /D (page.14) >> +/Rect [284.046 689.591 296.22 703.539] +/A << /S /GoTo /D (page.64) >> >> endobj -1817 0 obj << +1813 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 679.059 378.185 692.01] -/A << /S /GoTo /D (page.22) >> +/Rect [300.314 689.591 317.579 703.539] +/A << /S /GoTo /D (page.146) >> >> endobj 1818 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.633 667.665 345.838 680.617] -/A << /S /GoTo /D (page.14) >> +/Rect [305.626 643.763 317.579 657.71] +/A << /S /GoTo /D (page.13) >> >> endobj 1819 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 667.665 360.682 680.617] -/A << /S /GoTo /D (page.15) >> +/Rect [268.552 631.808 280.505 645.755] +/A << /S /GoTo /D (page.13) >> >> endobj 1820 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 658.251 306.037 667.753] -/A << /S /GoTo /D (page.21) >> +/Rect [284.599 631.808 296.552 645.755] +/A << /S /GoTo /D (page.42) >> >> endobj 1821 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [309.413 658.251 320.619 667.753] -/A << /S /GoTo /D (page.22) >> +/Rect [300.646 631.808 317.579 645.755] +/A << /S /GoTo /D (page.144) >> >> endobj 1822 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [323.995 658.251 339.808 667.753] -/A << /S /GoTo /D (page.131) >> +/Rect [274.639 619.852 286.592 633.8] +/A << /S /GoTo /D (page.13) >> >> endobj 1823 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [343.184 658.251 358.996 667.753] -/A << /S /GoTo /D (page.136) >> +/Rect [289.579 619.852 301.532 633.8] +/A << /S /GoTo /D (page.15) >> >> endobj 1824 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 658.251 378.185 667.753] -/A << /S /GoTo /D (page.137) >> +/Rect [305.626 619.852 317.579 633.8] +/A << /S /GoTo /D (page.18) >> >> endobj 1825 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 645.313 378.185 658.265] -/A << /S /GoTo /D (page.17) >> +/Rect [257.485 607.897 269.438 621.845] +/A << /S /GoTo /D (page.14) >> >> endobj 1826 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 633.92 378.185 646.872] -/A << /S /GoTo /D (page.14) >> +/Rect [273.532 607.897 285.485 621.845] +/A << /S /GoTo /D (page.15) >> >> endobj 1827 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 622.527 378.185 635.478] -/A << /S /GoTo /D (page.81) >> +/Rect [289.579 607.897 301.532 621.845] +/A << /S /GoTo /D (page.23) >> >> endobj 1828 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 611.134 360.682 624.085] -/A << /S /GoTo /D (page.14) >> +/Rect [305.626 607.897 317.579 621.845] +/A << /S /GoTo /D (page.97) >> >> endobj 1829 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 601.72 306.037 611.221] -/A << /S /GoTo /D (page.15) >> +/Rect [273.532 595.942 285.485 609.89] +/A << /S /GoTo /D (page.14) >> >> endobj 1830 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [312.868 601.72 324.074 611.221] -/A << /S /GoTo /D (page.21) >> +/Rect [289.579 595.942 301.532 609.89] +/A << /S /GoTo /D (page.15) >> >> endobj 1831 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [330.905 601.72 342.111 611.221] -/A << /S /GoTo /D (page.22) >> +/Rect [305.626 595.942 317.579 609.89] +/A << /S /GoTo /D (page.23) >> >> endobj 1832 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [348.942 601.72 360.148 611.221] -/A << /S /GoTo /D (page.41) >> +/Rect [215.431 583.987 227.384 597.935] +/A << /S /GoTo /D (page.15) >> >> endobj 1833 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 601.72 378.185 611.221] -/A << /S /GoTo /D (page.77) >> +/Rect [231.478 583.987 243.431 597.935] +/A << /S /GoTo /D (page.16) >> >> endobj 1834 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 588.782 378.185 601.733] -/A << /S /GoTo /D (page.84) >> +/Rect [247.525 583.987 259.478 597.935] +/A << /S /GoTo /D (page.22) >> >> endobj 1835 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 577.389 378.185 590.34] -/A << /S /GoTo /D (page.91) >> +/Rect [263.572 583.987 275.525 597.935] +/A << /S /GoTo /D (page.23) >> >> endobj 1836 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 565.995 360.682 578.947] -/A << /S /GoTo /D (page.16) >> +/Rect [279.619 583.987 296.552 597.935] +/A << /S /GoTo /D (page.133) >> >> endobj 1837 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 556.581 306.037 566.083] -/A << /S /GoTo /D (page.34) >> +/Rect [300.646 583.987 317.579 597.935] +/A << /S /GoTo /D (page.139) >> >> endobj 1838 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [314.274 556.581 325.48 566.083] -/A << /S /GoTo /D (page.35) >> +/Rect [305.626 572.032 317.579 585.979] +/A << /S /GoTo /D (page.18) >> >> endobj 1839 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [333.717 556.581 344.922 566.083] -/A << /S /GoTo /D (page.45) >> +/Rect [289.579 560.077 301.532 574.024] +/A << /S /GoTo /D (page.14) >> >> endobj 1840 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.537 556.581 358.742 566.083] -/A << /S /GoTo /D (page.50) >> +/Rect [305.626 560.077 317.579 574.024] +/A << /S /GoTo /D (page.15) >> >> endobj 1841 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 556.581 378.185 566.083] -/A << /S /GoTo /D (page.53) >> +/Rect [305.626 548.121 317.579 562.069] +/A << /S /GoTo /D (page.82) >> >> endobj 1842 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [338.316 543.643 349.522 556.595] -/A << /S /GoTo /D (page.30) >> +/Rect [225.391 536.166 237.344 550.114] +/A << /S /GoTo /D (page.14) >> >> endobj 1843 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 543.643 363.342 556.595] -/A << /S /GoTo /D (page.33) >> +/Rect [241.438 536.166 253.391 550.114] +/A << /S /GoTo /D (page.16) >> >> endobj 1844 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 543.643 378.185 556.595] -/A << /S /GoTo /D (page.38) >> +/Rect [257.485 536.166 269.438 550.114] +/A << /S /GoTo /D (page.22) >> >> endobj 1845 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 532.25 363.342 545.202] -/A << /S /GoTo /D (page.24) >> +/Rect [273.532 536.166 285.485 550.114] +/A << /S /GoTo /D (page.23) >> >> endobj 1846 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 532.25 378.185 545.202] -/A << /S /GoTo /D (page.38) >> +/Rect [289.579 536.166 301.532 550.114] +/A << /S /GoTo /D (page.42) >> >> endobj 1847 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 509.898 358.735 522.849] -/A << /S /GoTo /D (page.46) >> +/Rect [305.626 536.166 317.579 550.114] +/A << /S /GoTo /D (page.79) >> >> endobj 1848 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 509.898 378.185 522.849] -/A << /S /GoTo /D (page.152) >> +/Rect [305.626 524.211 317.579 538.159] +/A << /S /GoTo /D (page.86) >> >> endobj 1849 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 498.505 378.185 511.456] -/A << /S /GoTo /D (page.91) >> +/Rect [305.626 512.256 317.579 526.204] +/A << /S /GoTo /D (page.93) >> >> endobj 1850 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 487.112 378.185 500.063] -/A << /S /GoTo /D (page.59) >> +/Rect [211.558 500.301 223.51 514.248] +/A << /S /GoTo /D (page.17) >> >> endobj 1851 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 475.719 378.185 488.67] -/A << /S /GoTo /D (page.43) >> +/Rect [227.605 500.301 239.557 514.248] +/A << /S /GoTo /D (page.23) >> >> endobj 1852 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 464.325 378.185 477.277] -/A << /S /GoTo /D (page.72) >> +/Rect [243.652 500.301 255.604 514.248] +/A << /S /GoTo /D (page.35) >> >> endobj 1853 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 452.932 378.185 465.884] -/A << /S /GoTo /D (page.87) >> +/Rect [258.592 500.301 270.545 514.248] +/A << /S /GoTo /D (page.37) >> >> endobj 1854 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 441.539 378.185 454.49] -/A << /S /GoTo /D (page.87) >> +/Rect [274.639 500.301 286.592 514.248] +/A << /S /GoTo /D (page.46) >> >> endobj 1855 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 430.146 378.185 443.097] -/A << /S /GoTo /D (page.87) >> +/Rect [289.579 500.301 301.532 514.248] +/A << /S /GoTo /D (page.51) >> >> endobj 1856 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 396.528 378.185 409.48] -/A << /S /GoTo /D (page.10) >> +/Rect [305.626 500.301 317.579 514.248] +/A << /S /GoTo /D (page.53) >> >> endobj 1857 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [341.899 385.135 348.498 398.087] -/A << /S /GoTo /D (page.8) >> +/Rect [257.485 488.346 269.438 502.293] +/A << /S /GoTo /D (page.30) >> >> endobj 1858 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 385.135 363.342 398.087] -/A << /S /GoTo /D (page.10) >> +/Rect [273.532 488.346 285.485 502.293] +/A << /S /GoTo /D (page.32) >> >> endobj 1859 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 385.135 378.185 398.087] -/A << /S /GoTo /D (page.52) >> +/Rect [289.579 488.346 301.532 502.293] +/A << /S /GoTo /D (page.33) >> >> endobj 1860 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.292 362.783 343.892 375.734] -/A << /S /GoTo /D (page.9) >> +/Rect [305.626 488.346 317.579 502.293] +/A << /S /GoTo /D (page.39) >> >> endobj 1861 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 362.783 358.735 375.734] -/A << /S /GoTo /D (page.66) >> +/Rect [273.532 476.39 285.485 490.338] +/A << /S /GoTo /D (page.24) >> >> endobj 1862 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 362.783 378.185 375.734] -/A << /S /GoTo /D (page.196) >> +/Rect [289.579 476.39 301.532 490.338] +/A << /S /GoTo /D (page.25) >> >> endobj 1863 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 351.39 378.185 364.341] -/A << /S /GoTo /D (page.74) >> +/Rect [305.626 476.39 317.579 490.338] +/A << /S /GoTo /D (page.39) >> >> endobj 1864 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 329.038 378.185 341.989] -/A << /S /GoTo /D (page.74) >> +/Rect [284.378 464.435 296.552 478.383] +/A << /S /GoTo /D (page.47) >> >> endobj 1865 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [308.629 306.686 319.835 319.637] -/A << /S /GoTo /D (page.89) >> +/Rect [300.646 464.435 317.579 478.383] +/A << /S /GoTo /D (page.155) >> >> endobj 1866 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [323.473 306.686 339.285 319.637] -/A << /S /GoTo /D (page.137) >> +/Rect [305.626 452.48 317.579 466.428] +/A << /S /GoTo /D (page.93) >> >> endobj 1867 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 306.686 358.735 319.637] -/A << /S /GoTo /D (page.138) >> +/Rect [305.626 440.525 317.579 454.473] +/A << /S /GoTo /D (page.60) >> >> endobj 1868 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 306.686 378.185 319.637] -/A << /S /GoTo /D (page.146) >> +/Rect [305.626 428.57 317.579 442.517] +/A << /S /GoTo /D (page.43) >> >> endobj 1869 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [307.605 284.334 314.205 297.285] -/A << /S /GoTo /D (page.3) >> +/Rect [305.626 416.615 317.579 430.562] +/A << /S /GoTo /D (page.74) >> >> endobj 1870 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.842 284.334 329.048 297.285] -/A << /S /GoTo /D (page.17) >> +/Rect [305.626 404.659 317.579 418.607] +/A << /S /GoTo /D (page.88) >> >> endobj 1871 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.686 284.334 343.892 297.285] -/A << /S /GoTo /D (page.51) >> +/Rect [305.626 392.704 317.579 406.652] +/A << /S /GoTo /D (page.89) >> >> endobj 1872 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 284.334 358.735 297.285] -/A << /S /GoTo /D (page.52) >> +/Rect [305.626 380.749 317.579 394.697] +/A << /S /GoTo /D (page.89) >> >> endobj 1873 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 284.334 378.185 297.285] -/A << /S /GoTo /D (page.149) >> +/Rect [305.626 346.876 317.579 360.824] +/A << /S /GoTo /D (page.10) >> >> endobj 1874 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 261.547 339.285 274.499] -/A << /S /GoTo /D (page.56) >> +/Rect [291.793 334.921 298.765 348.869] +/A << /S /GoTo /D (page.9) >> >> endobj 1875 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 261.547 358.735 274.499] -/A << /S /GoTo /D (page.167) >> +/Rect [302.86 334.921 314.812 348.869] +/A << /S /GoTo /D (page.67) >> >> endobj 1876 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 261.547 378.185 274.499] -/A << /S /GoTo /D (page.168) >> +/Rect [183.582 326.552 200.514 334.936] +/A << /S /GoTo /D (page.198) >> >> endobj 1877 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 250.154 358.735 263.106] -/A << /S /GoTo /D (page.56) >> +/Rect [273.532 311.011 285.485 324.958] +/A << /S /GoTo /D (page.10) >> >> endobj 1878 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 250.154 378.185 263.106] -/A << /S /GoTo /D (page.168) >> +/Rect [289.579 311.011 301.532 324.958] +/A << /S /GoTo /D (page.22) >> >> endobj 1879 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 227.802 358.735 240.753] -/A << /S /GoTo /D (page.56) >> +/Rect [305.626 311.011 317.579 324.958] +/A << /S /GoTo /D (page.23) >> >> endobj 1880 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 227.802 378.185 240.753] -/A << /S /GoTo /D (page.168) >> +/Rect [305.626 299.055 317.579 313.003] +/A << /S /GoTo /D (page.75) >> >> endobj 1881 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.236 205.45 324.442 218.401] -/A << /S /GoTo /D (page.55) >> +/Rect [305.626 287.1 317.579 301.048] +/A << /S /GoTo /D (page.75) >> >> endobj 1882 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 205.45 339.285 218.401] -/A << /S /GoTo /D (page.57) >> +/Rect [242.545 275.145 254.498 289.093] +/A << /S /GoTo /D (page.90) >> >> endobj 1883 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 205.45 358.735 218.401] -/A << /S /GoTo /D (page.173) >> +/Rect [258.592 275.145 275.525 289.093] +/A << /S /GoTo /D (page.139) >> >> endobj 1884 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 205.45 378.185 218.401] -/A << /S /GoTo /D (page.177) >> +/Rect [279.619 275.145 296.552 289.093] +/A << /S /GoTo /D (page.140) >> >> endobj 1885 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 183.098 358.735 196.049] -/A << /S /GoTo /D (page.57) >> +/Rect [300.646 275.145 317.579 289.093] +/A << /S /GoTo /D (page.148) >> >> endobj 1886 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 183.098 378.185 196.049] -/A << /S /GoTo /D (page.173) >> +/Rect [305.626 251.235 317.579 265.182] +/A << /S /GoTo /D (page.93) >> >> endobj 1887 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 160.746 358.735 173.697] -/A << /S /GoTo /D (page.57) >> +/Rect [305.626 239.28 317.579 253.227] +/A << /S /GoTo /D (page.92) >> >> endobj 1888 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 160.746 378.185 173.697] -/A << /S /GoTo /D (page.173) >> +/Rect [305.626 227.324 317.579 241.272] +/A << /S /GoTo /D (page.92) >> >> endobj 1889 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 138.394 358.735 151.345] -/A << /S /GoTo /D (page.57) >> +/Rect [305.626 215.369 317.579 229.317] +/A << /S /GoTo /D (page.93) >> >> endobj 1890 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 138.394 378.185 151.345] -/A << /S /GoTo /D (page.174) >> +/Rect [305.626 203.414 317.579 217.362] +/A << /S /GoTo /D (page.93) >> >> endobj 1891 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.236 116.042 324.442 128.993] -/A << /S /GoTo /D (page.58) >> +/Rect [305.626 191.459 317.579 205.407] +/A << /S /GoTo /D (page.92) >> >> endobj 1892 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 116.042 339.285 128.993] -/A << /S /GoTo /D (page.59) >> +/Rect [305.626 179.504 317.579 193.451] +/A << /S /GoTo /D (page.94) >> >> endobj 1893 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 116.042 358.735 128.993] -/A << /S /GoTo /D (page.177) >> +/Rect [305.626 167.549 317.579 181.496] +/A << /S /GoTo /D (page.93) >> >> endobj 1894 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 116.042 378.185 128.993] -/A << /S /GoTo /D (page.178) >> +/Rect [305.626 155.593 317.579 169.541] +/A << /S /GoTo /D (page.92) >> >> endobj 1895 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 690.886 479.947 703.837] -/A << /S /GoTo /D (page.59) >> +/Rect [305.626 143.638 317.579 157.586] +/A << /S /GoTo /D (page.93) >> >> endobj 1896 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 690.886 499.397 703.837] -/A << /S /GoTo /D (page.178) >> +/Rect [305.626 131.683 317.579 145.631] +/A << /S /GoTo /D (page.92) >> >> endobj 1897 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 668.79 479.947 681.742] -/A << /S /GoTo /D (page.59) >> +/Rect [305.626 119.728 317.579 133.676] +/A << /S /GoTo /D (page.93) >> >> endobj 1898 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 668.79 499.397 681.742] -/A << /S /GoTo /D (page.177) >> +/Rect [487.445 701.546 499.397 715.494] +/A << /S /GoTo /D (page.93) >> >> endobj 1899 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 646.695 479.947 659.646] -/A << /S /GoTo /D (page.59) >> +/Rect [487.445 689.591 499.397 703.539] +/A << /S /GoTo /D (page.92) >> >> endobj 1900 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 646.695 499.397 659.646] -/A << /S /GoTo /D (page.178) >> +/Rect [487.445 677.636 499.397 691.583] +/A << /S /GoTo /D (page.93) >> >> endobj 1901 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [418.134 624.599 429.34 637.55] -/A << /S /GoTo /D (page.55) >> +/Rect [418.276 665.681 425.249 679.628] +/A << /S /GoTo /D (page.3) >> >> endobj 1902 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.194 624.599 443.399 637.55] -/A << /S /GoTo /D (page.60) >> +/Rect [429.343 665.681 441.296 679.628] +/A << /S /GoTo /D (page.17) >> >> endobj 1903 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [446.253 624.599 462.065 637.55] -/A << /S /GoTo /D (page.183) >> +/Rect [445.39 665.681 457.343 679.628] +/A << /S /GoTo /D (page.53) >> >> endobj 1904 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.919 624.599 480.731 637.55] -/A << /S /GoTo /D (page.184) >> +/Rect [461.437 665.681 478.37 679.628] +/A << /S /GoTo /D (page.151) >> >> endobj 1905 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 624.599 499.397 637.55] -/A << /S /GoTo /D (page.187) >> +/Rect [482.464 665.681 499.397 679.628] +/A << /S /GoTo /D (page.152) >> >> endobj 1906 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 602.503 479.947 615.455] -/A << /S /GoTo /D (page.60) >> +/Rect [445.39 641.77 457.343 655.718] +/A << /S /GoTo /D (page.57) >> >> endobj 1907 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 602.503 499.397 615.455] -/A << /S /GoTo /D (page.183) >> +/Rect [461.437 641.77 478.37 655.718] +/A << /S /GoTo /D (page.169) >> >> endobj 1908 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 580.407 479.947 593.359] -/A << /S /GoTo /D (page.60) >> +/Rect [482.464 641.77 499.397 655.718] +/A << /S /GoTo /D (page.170) >> >> endobj 1909 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 580.407 499.397 593.359] -/A << /S /GoTo /D (page.183) >> +/Rect [466.417 629.815 478.37 643.763] +/A << /S /GoTo /D (page.57) >> >> endobj 1910 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 558.312 479.947 571.263] -/A << /S /GoTo /D (page.60) >> +/Rect [482.464 629.815 499.397 643.763] +/A << /S /GoTo /D (page.170) >> >> endobj 1911 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 558.312 499.397 571.263] -/A << /S /GoTo /D (page.184) >> +/Rect [466.417 617.86 478.37 631.808] +/A << /S /GoTo /D (page.57) >> >> endobj 1912 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [450.315 536.216 461.521 549.167] -/A << /S /GoTo /D (page.61) >> +/Rect [482.464 617.86 499.397 631.808] +/A << /S /GoTo /D (page.170) >> >> endobj 1913 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.159 536.216 480.971 549.167] -/A << /S /GoTo /D (page.187) >> +/Rect [429.343 605.905 441.296 619.852] +/A << /S /GoTo /D (page.56) >> >> endobj 1914 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 536.216 499.397 549.167] -/A << /S /GoTo /D (page.189) >> +/Rect [445.39 605.905 457.343 619.852] +/A << /S /GoTo /D (page.58) >> >> endobj 1915 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 503.161 479.947 516.113] -/A << /S /GoTo /D (page.61) >> +/Rect [461.437 605.905 478.37 619.852] +/A << /S /GoTo /D (page.175) >> >> endobj 1916 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 503.161 499.397 516.113] -/A << /S /GoTo /D (page.188) >> +/Rect [482.464 605.905 499.397 619.852] +/A << /S /GoTo /D (page.179) >> >> endobj 1917 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 470.107 479.947 483.058] -/A << /S /GoTo /D (page.61) >> +/Rect [466.417 593.95 478.37 607.897] +/A << /S /GoTo /D (page.58) >> >> endobj 1918 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 470.107 499.397 483.058] -/A << /S /GoTo /D (page.188) >> +/Rect [482.464 593.95 499.397 607.897] +/A << /S /GoTo /D (page.175) >> >> endobj 1919 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 437.052 479.947 450.004] -/A << /S /GoTo /D (page.61) >> +/Rect [466.417 581.994 478.37 595.942] +/A << /S /GoTo /D (page.59) >> >> endobj 1920 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 437.052 499.397 450.004] -/A << /S /GoTo /D (page.189) >> +/Rect [482.464 581.994 499.397 595.942] +/A << /S /GoTo /D (page.175) >> >> endobj 1921 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 425.915 460.497 438.867] -/A << /S /GoTo /D (page.62) >> +/Rect [417.569 558.084 429.521 572.032] +/A << /S /GoTo /D (page.59) >> >> endobj 1922 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 425.915 479.947 438.867] -/A << /S /GoTo /D (page.193) >> +/Rect [433.616 558.084 450.548 572.032] +/A << /S /GoTo /D (page.176) >> >> endobj 1923 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 425.915 499.397 438.867] -/A << /S /GoTo /D (page.195) >> +/Rect [463.651 546.129 475.603 560.077] +/A << /S /GoTo /D (page.60) >> >> endobj 1924 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.022 414.779 466.228 427.73] -/A << /S /GoTo /D (page.62) >> +/Rect [479.698 546.129 496.631 560.077] +/A << /S /GoTo /D (page.179) >> >> endobj 1925 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [469.303 414.779 480.509 427.73] -/A << /S /GoTo /D (page.63) >> +/Rect [365.4 537.76 382.333 546.144] +/A << /S /GoTo /D (page.180) >> >> endobj 1926 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 414.779 499.397 427.73] -/A << /S /GoTo /D (page.195) >> +/Rect [417.569 510.263 429.521 524.211] +/A << /S /GoTo /D (page.60) >> >> endobj 1927 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 392.683 479.947 405.634] -/A << /S /GoTo /D (page.63) >> +/Rect [433.616 510.263 450.548 524.211] +/A << /S /GoTo /D (page.180) >> >> endobj 1928 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 392.683 499.397 405.634] -/A << /S /GoTo /D (page.195) >> +/Rect [417.569 486.353 429.521 500.301] +/A << /S /GoTo /D (page.60) >> >> endobj 1929 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [435.472 381.546 446.677 394.497] -/A << /S /GoTo /D (page.48) >> +/Rect [433.616 486.353 450.548 500.301] +/A << /S /GoTo /D (page.179) >> >> endobj 1930 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [450.315 381.546 461.521 394.497] -/A << /S /GoTo /D (page.62) >> +/Rect [417.569 462.443 429.521 476.39] +/A << /S /GoTo /D (page.60) >> >> endobj 1931 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.159 381.546 480.971 394.497] -/A << /S /GoTo /D (page.189) >> +/Rect [433.616 462.443 450.548 476.39] +/A << /S /GoTo /D (page.180) >> >> endobj 1932 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 381.546 499.397 394.497] -/A << /S /GoTo /D (page.191) >> +/Rect [447.604 450.487 459.556 464.435] +/A << /S /GoTo /D (page.56) >> >> endobj 1933 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 370.409 479.947 383.361] -/A << /S /GoTo /D (page.62) >> +/Rect [463.651 450.487 475.603 464.435] +/A << /S /GoTo /D (page.61) >> >> endobj 1934 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 370.409 499.397 383.361] -/A << /S /GoTo /D (page.190) >> +/Rect [479.698 450.487 496.631 464.435] +/A << /S /GoTo /D (page.185) >> >> endobj 1935 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 348.313 479.947 361.265] -/A << /S /GoTo /D (page.62) >> +/Rect [365.4 440.182 382.333 450.503] +/A << /S /GoTo /D (page.186) >> >> endobj 1936 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 348.313 499.397 361.265] -/A << /S /GoTo /D (page.190) >> +/Rect [386.427 440.182 403.36 450.503] +/A << /S /GoTo /D (page.189) >> >> endobj 1937 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [426.158 337.177 437.364 350.128] -/A << /S /GoTo /D (page.20) >> +/Rect [466.417 426.577 478.37 440.525] +/A << /S /GoTo /D (page.61) >> >> endobj 1938 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [441.001 337.177 452.207 350.128] -/A << /S /GoTo /D (page.55) >> +/Rect [482.464 426.577 499.397 440.525] +/A << /S /GoTo /D (page.185) >> >> endobj 1939 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.845 337.177 467.051 350.128] -/A << /S /GoTo /D (page.56) >> +/Rect [466.417 414.622 478.37 428.57] +/A << /S /GoTo /D (page.61) >> >> endobj 1940 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 337.177 481.894 350.128] -/A << /S /GoTo /D (page.63) >> +/Rect [482.464 414.622 499.397 428.57] +/A << /S /GoTo /D (page.185) >> >> endobj 1941 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 327.762 427.249 337.264] -/A << /S /GoTo /D (page.64) >> +/Rect [417.569 390.712 429.521 404.659] +/A << /S /GoTo /D (page.61) >> >> endobj 1942 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.415 327.762 443.621 337.264] -/A << /S /GoTo /D (page.66) >> +/Rect [433.616 390.712 450.548 404.659] +/A << /S /GoTo /D (page.186) >> >> endobj 1943 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [448.787 327.762 459.992 337.264] -/A << /S /GoTo /D (page.69) >> +/Rect [484.678 378.756 496.631 392.704] +/A << /S /GoTo /D (page.62) >> >> endobj 1944 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.159 327.762 480.971 337.264] -/A << /S /GoTo /D (page.166) >> +/Rect [365.4 370.388 382.333 378.772] +/A << /S /GoTo /D (page.189) >> >> endobj 1945 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 327.762 499.397 337.264] -/A << /S /GoTo /D (page.168) >> +/Rect [385.32 370.388 402.253 378.772] +/A << /S /GoTo /D (page.191) >> >> endobj 1946 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.448 304.122 445.654 317.074] -/A << /S /GoTo /D (page.55) >> +/Rect [417.569 342.891 429.521 356.839] +/A << /S /GoTo /D (page.62) >> >> endobj 1947 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 304.122 460.497 317.074] -/A << /S /GoTo /D (page.56) >> +/Rect [433.616 342.891 450.548 356.839] +/A << /S /GoTo /D (page.190) >> >> endobj 1948 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 304.122 479.947 317.074] -/A << /S /GoTo /D (page.168) >> +/Rect [417.569 318.981 429.521 332.928] +/A << /S /GoTo /D (page.62) >> >> endobj 1949 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 304.122 499.397 317.074] -/A << /S /GoTo /D (page.169) >> +/Rect [433.616 318.981 450.548 332.928] +/A << /S /GoTo /D (page.190) >> >> endobj 1950 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 292.985 479.947 305.937] -/A << /S /GoTo /D (page.56) >> +/Rect [417.569 295.07 429.521 309.018] +/A << /S /GoTo /D (page.62) >> >> endobj 1951 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 292.985 499.397 305.937] -/A << /S /GoTo /D (page.167) >> +/Rect [433.616 295.07 450.548 309.018] +/A << /S /GoTo /D (page.191) >> >> endobj 1952 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [439.055 270.89 450.26 283.841] -/A << /S /GoTo /D (page.56) >> +/Rect [429.343 283.115 441.296 297.063] +/A << /S /GoTo /D (page.63) >> >> endobj 1953 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 270.89 465.104 283.841] -/A << /S /GoTo /D (page.62) >> +/Rect [445.39 283.115 457.343 297.063] +/A << /S /GoTo /D (page.64) >> >> endobj 1954 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 270.89 479.947 283.841] -/A << /S /GoTo /D (page.63) >> +/Rect [461.437 283.115 478.37 297.063] +/A << /S /GoTo /D (page.195) >> >> endobj 1955 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 270.89 499.397 283.841] -/A << /S /GoTo /D (page.167) >> +/Rect [482.464 283.115 499.397 297.063] +/A << /S /GoTo /D (page.197) >> >> endobj 1956 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [418.205 248.794 429.41 261.745] -/A << /S /GoTo /D (page.55) >> +/Rect [466.417 271.16 478.37 285.108] +/A << /S /GoTo /D (page.64) >> >> endobj 1957 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.024 248.794 443.23 261.745] -/A << /S /GoTo /D (page.57) >> +/Rect [482.464 271.16 499.397 285.108] +/A << /S /GoTo /D (page.197) >> >> endobj 1958 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [446.14 248.794 461.952 261.745] -/A << /S /GoTo /D (page.169) >> +/Rect [466.417 259.205 478.37 273.152] +/A << /S /GoTo /D (page.64) >> >> endobj 1959 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.863 248.794 480.675 261.745] -/A << /S /GoTo /D (page.170) >> +/Rect [482.464 259.205 499.397 273.152] +/A << /S /GoTo /D (page.197) >> >> endobj 1960 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 248.794 499.397 261.745] -/A << /S /GoTo /D (page.174) >> +/Rect [414.403 247.25 426.356 261.197] +/A << /S /GoTo /D (page.48) >> >> endobj 1961 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.448 226.698 445.654 239.65] -/A << /S /GoTo /D (page.54) >> +/Rect [430.45 247.25 442.403 261.197] +/A << /S /GoTo /D (page.49) >> >> endobj 1962 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 226.698 460.497 239.65] -/A << /S /GoTo /D (page.57) >> +/Rect [446.497 247.25 458.45 261.197] +/A << /S /GoTo /D (page.63) >> >> endobj 1963 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 226.698 479.947 239.65] -/A << /S /GoTo /D (page.170) >> +/Rect [462.544 247.25 479.477 261.197] +/A << /S /GoTo /D (page.191) >> >> endobj 1964 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 226.698 499.397 239.65] -/A << /S /GoTo /D (page.171) >> +/Rect [482.464 247.25 499.397 261.197] +/A << /S /GoTo /D (page.193) >> >> endobj 1965 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 204.602 465.104 217.554] -/A << /S /GoTo /D (page.54) >> +/Rect [466.417 235.294 478.37 249.242] +/A << /S /GoTo /D (page.63) >> >> endobj 1966 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 204.602 479.947 217.554] -/A << /S /GoTo /D (page.57) >> +/Rect [482.464 235.294 499.397 249.242] +/A << /S /GoTo /D (page.192) >> >> endobj 1967 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 204.602 499.397 217.554] -/A << /S /GoTo /D (page.171) >> +/Rect [466.417 223.339 478.37 237.287] +/A << /S /GoTo /D (page.63) >> >> endobj 1968 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 182.507 465.104 195.458] -/A << /S /GoTo /D (page.54) >> +/Rect [482.464 223.339 499.397 237.287] +/A << /S /GoTo /D (page.192) >> >> endobj 1969 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 182.507 479.947 195.458] -/A << /S /GoTo /D (page.57) >> +/Rect [388.396 211.384 400.349 225.332] +/A << /S /GoTo /D (page.21) >> >> endobj 1970 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 182.507 499.397 195.458] -/A << /S /GoTo /D (page.171) >> +/Rect [404.443 211.384 416.396 225.332] +/A << /S /GoTo /D (page.56) >> >> endobj 1971 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 160.411 465.104 173.362] -/A << /S /GoTo /D (page.54) >> +/Rect [420.49 211.384 432.443 225.332] +/A << /S /GoTo /D (page.57) >> >> endobj 1972 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 160.411 479.947 173.362] -/A << /S /GoTo /D (page.57) >> +/Rect [436.537 211.384 448.49 225.332] +/A << /S /GoTo /D (page.64) >> >> endobj 1973 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 160.411 499.397 173.362] -/A << /S /GoTo /D (page.171) >> +/Rect [452.584 211.384 464.537 225.332] +/A << /S /GoTo /D (page.65) >> >> endobj 1974 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.448 138.315 445.654 151.267] -/A << /S /GoTo /D (page.55) >> +/Rect [468.631 211.384 480.584 225.332] +/A << /S /GoTo /D (page.67) >> >> endobj 1975 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 138.315 460.497 151.267] -/A << /S /GoTo /D (page.57) >> +/Rect [484.678 211.384 496.631 225.332] +/A << /S /GoTo /D (page.70) >> >> endobj 1976 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 138.315 479.947 151.267] -/A << /S /GoTo /D (page.172) >> +/Rect [365.4 203.016 382.333 211.399] +/A << /S /GoTo /D (page.168) >> >> endobj 1977 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 138.315 499.397 151.267] -/A << /S /GoTo /D (page.173) >> +/Rect [385.32 203.016 402.253 211.399] +/A << /S /GoTo /D (page.170) >> >> endobj 1978 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 127.178 479.947 140.13] -/A << /S /GoTo /D (page.57) >> +/Rect [429.343 187.474 441.296 201.421] +/A << /S /GoTo /D (page.56) >> >> endobj 1979 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 127.178 499.397 140.13] -/A << /S /GoTo /D (page.172) >> +/Rect [445.39 187.474 457.343 201.421] +/A << /S /GoTo /D (page.57) >> >> endobj 1980 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 116.042 479.947 128.993] -/A << /S /GoTo /D (page.57) >> +/Rect [461.437 187.474 478.37 201.421] +/A << /S /GoTo /D (page.170) >> >> endobj 1981 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 116.042 499.397 128.993] -/A << /S /GoTo /D (page.172) >> ->> endobj -1997 0 obj << -/D [1995 0 R /XYZ 144.724 753.953 null] ->> endobj -1994 0 obj << -/Font << /F46 505 0 R /F47 1747 0 R /F50 1748 0 R /F49 1746 0 R /F51 1749 0 R /F17 400 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2280 0 obj << -/Length 2827 -/Filter /FlateDecode ->> -stream -x\Io8ׯQlmz:ua>(XltPI$'ˮJ[?^fx 7?Oido3" P3 _,]fÜ$ I|$+{fD"n FF4gÜ1A{hD,}xV_~y4uNP8`? YBk$3 c򅥎 Iq1"+2>krȅkqā\2juJ'$âPq"}yɖ$7 - -0CRDM+!^ %tAj|$?$Onm#LAtU9:'8s拺ٚ qd8o3 -8[;qq{\cwVbR$ 2a!-B^_& J l!*+`amu|~4g*NC}GZ!/!î%`7fB 667QL5 -,:Aԟ6)CP*D)C M -GKDWmr&y߳}W 5e%dL \InPT$<.e0KLf -~\EəKOQ%բ{:F0y6}ˏNO'~U'j9#X"*Lh4f5y"RTR7j0g$yc8 |m4]31VGԤ JSq&bo7WW ӅPDTG-!ܱ\v2BAκBRPUOb[Bֺuۥ%+t*,f&3 Wz0m﯎oEy96sOnJ#:]v{\!M*N<)_̉B\8$a4$Q"uZ7/f>Xg{.sZ a0;!Z͎C!8|6;A a03 cq\[N_ȭSNhojyY $B_3"fV6 ק -d7$x}RDCYΔ|BMۈΉT50|F@CzN(x[*னKa3-$F]g}־1}{ZvE qRZd:/GNc[d*`-3\wb7.rK9]-]0"iwΩC9@ۿ;b\I$60s<6lH1I̙9S=p#82ڏS]mX#;w̅!Ea93V$okc&Xg~f7#XQ` ]RR`W0hXBzlI\%FC|]FCģB oKBhRS>!'LhcZ|m9b)#KzyeXgi!_!ᔥ)mTd5UUugv6ctH <14\HԟuBbwx~^مWZEcQCU1=ItG+B7]Ϊ1R65Ḛ[tztYs[QMSSFƬoNǦux˛Sd)@cZe'3J{I' - 0:I9"8*&~Lc1b .:8vJtp6 -g ]214cpFݬYn<Ϯztm)^mg4':_I9Y۩~U'׹iPિ -endstream -endobj -2279 0 obj << -/Type /Page -/Contents 2280 0 R -/Resources 2278 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1750 0 R -/Annots [ 1982 0 R 1983 0 R 1984 0 R 1985 0 R 1986 0 R 1987 0 R 1988 0 R 1989 0 R 1990 0 R 1991 0 R 1992 0 R 1993 0 R 1998 0 R 1999 0 R 2000 0 R 2001 0 R 2002 0 R 2003 0 R 2004 0 R 2005 0 R 2006 0 R 2007 0 R 2008 0 R 2009 0 R 2010 0 R 2011 0 R 2012 0 R 2013 0 R 2014 0 R 2015 0 R 2016 0 R 2017 0 R 2018 0 R 2019 0 R 2020 0 R 2021 0 R 2022 0 R 2023 0 R 2024 0 R 2025 0 R 2026 0 R 2027 0 R 2028 0 R 2029 0 R 2030 0 R 2031 0 R 2032 0 R 2033 0 R 2034 0 R 2035 0 R 2036 0 R 2037 0 R 2038 0 R 2039 0 R 2040 0 R 2041 0 R 2042 0 R 2043 0 R 2044 0 R 2045 0 R 2046 0 R 2047 0 R 2048 0 R 2049 0 R 2050 0 R 2051 0 R 2052 0 R 2053 0 R 2054 0 R 2055 0 R 2056 0 R 2057 0 R 2058 0 R 2059 0 R 2060 0 R 2061 0 R 2062 0 R 2063 0 R 2064 0 R 2065 0 R 2066 0 R 2067 0 R 2068 0 R 2069 0 R 2070 0 R 2071 0 R 2072 0 R 2073 0 R 2074 0 R 2075 0 R 2076 0 R 2077 0 R 2078 0 R 2079 0 R 2080 0 R 2081 0 R 2082 0 R 2083 0 R 2084 0 R 2085 0 R 2086 0 R 2087 0 R 2088 0 R 2089 0 R 2090 0 R 2091 0 R 2092 0 R 2093 0 R 2094 0 R 2095 0 R 2096 0 R 2097 0 R 2098 0 R 2099 0 R 2100 0 R 2101 0 R 2102 0 R 2103 0 R 2104 0 R 2105 0 R 2106 0 R 2107 0 R 2108 0 R 2109 0 R 2110 0 R 2111 0 R 2112 0 R 2113 0 R 2114 0 R 2115 0 R 2116 0 R 2117 0 R 2118 0 R 2119 0 R 2120 0 R 2121 0 R 2122 0 R 2123 0 R 2124 0 R 2125 0 R 2126 0 R 2127 0 R 2128 0 R 2129 0 R 2130 0 R 2131 0 R 2132 0 R 2133 0 R 2134 0 R 2135 0 R 2136 0 R 2137 0 R 2138 0 R 2139 0 R 2140 0 R 2141 0 R 2142 0 R 2143 0 R 2144 0 R 2145 0 R 2146 0 R 2147 0 R 2148 0 R 2149 0 R 2150 0 R 2151 0 R 2152 0 R 2153 0 R 2154 0 R 2155 0 R 2156 0 R 2157 0 R 2158 0 R 2159 0 R 2160 0 R 2161 0 R 2162 0 R 2163 0 R 2164 0 R 2165 0 R 2166 0 R 2167 0 R 2168 0 R 2169 0 R 2170 0 R 2171 0 R 2172 0 R 2173 0 R 2174 0 R 2175 0 R 2176 0 R 2177 0 R 2178 0 R 2179 0 R 2180 0 R 2181 0 R 2182 0 R 2183 0 R 2184 0 R 2185 0 R 2186 0 R 2187 0 R 2188 0 R 2189 0 R 2190 0 R 2191 0 R 2192 0 R 2193 0 R 2194 0 R 2195 0 R 2196 0 R 2197 0 R 2198 0 R 2199 0 R 2200 0 R 2201 0 R 2202 0 R 2203 0 R 2204 0 R 2205 0 R 2206 0 R 2207 0 R 2208 0 R 2209 0 R 2210 0 R 2211 0 R 2212 0 R 2213 0 R 2214 0 R 2215 0 R 2216 0 R 2217 0 R 2218 0 R 2219 0 R 2220 0 R 2221 0 R 2222 0 R 2223 0 R 2224 0 R 2225 0 R 2226 0 R 2227 0 R 2228 0 R 2229 0 R 2230 0 R 2231 0 R 2232 0 R 2233 0 R 2234 0 R 2235 0 R 2236 0 R 2237 0 R 2238 0 R 2239 0 R 2240 0 R 2241 0 R 2242 0 R 2243 0 R 2244 0 R 2245 0 R 2246 0 R 2247 0 R 2248 0 R 2249 0 R 2250 0 R 2251 0 R 2252 0 R 2253 0 R 2254 0 R 2255 0 R 2256 0 R 2257 0 R 2258 0 R 2259 0 R 2260 0 R 2261 0 R 2262 0 R 2263 0 R 2264 0 R 2265 0 R 2266 0 R 2267 0 R 2268 0 R ] +/Rect [482.464 187.474 499.397 201.421] +/A << /S /GoTo /D (page.171) >> >> endobj 1982 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 690.886 237.523 703.837] +/Rect [466.417 175.519 478.37 189.466] /A << /S /GoTo /D (page.57) >> >> endobj 1983 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 690.886 256.973 703.837] -/A << /S /GoTo /D (page.173) >> +/Rect [482.464 175.519 499.397 189.466] +/A << /S /GoTo /D (page.169) >> >> endobj 1984 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 679.766 237.523 692.718] +/Rect [453.69 163.563 465.643 177.511] /A << /S /GoTo /D (page.57) >> >> endobj 1985 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 679.766 256.973 692.718] -/A << /S /GoTo /D (page.170) >> +/Rect [469.737 163.563 481.69 177.511] +/A << /S /GoTo /D (page.63) >> >> endobj 1986 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.474 668.647 222.679 681.598] -/A << /S /GoTo /D (page.57) >> +/Rect [484.678 163.563 496.631 177.511] +/A << /S /GoTo /D (page.65) >> >> endobj 1987 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 668.647 237.523 681.598] -/A << /S /GoTo /D (page.63) >> +/Rect [365.4 155.195 382.333 163.579] +/A << /S /GoTo /D (page.169) >> >> endobj 1988 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 668.647 256.973 681.598] -/A << /S /GoTo /D (page.170) >> +/Rect [408.316 139.653 420.269 153.601] +/A << /S /GoTo /D (page.56) >> >> endobj 1989 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 646.568 237.523 659.52] -/A << /S /GoTo /D (page.57) >> +/Rect [424.363 139.653 436.316 153.601] +/A << /S /GoTo /D (page.58) >> >> endobj 1990 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 646.568 256.973 659.52] -/A << /S /GoTo /D (page.170) >> +/Rect [440.41 139.653 457.343 153.601] +/A << /S /GoTo /D (page.171) >> >> endobj 1991 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [208.021 635.449 219.227 648.4] -/A << /S /GoTo /D (page.58) >> +/Rect [461.437 139.653 478.37 153.601] +/A << /S /GoTo /D (page.172) >> >> endobj 1992 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [222.734 635.449 238.547 648.4] -/A << /S /GoTo /D (page.174) >> +/Rect [482.464 139.653 499.397 153.601] +/A << /S /GoTo /D (page.176) >> >> endobj 1993 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 635.449 256.973 648.4] -/A << /S /GoTo /D (page.176) >> +/Rect [429.343 127.698 441.296 141.646] +/A << /S /GoTo /D (page.55) >> >> endobj -1998 0 obj << +1994 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 624.329 237.523 637.281] +/Rect [445.39 127.698 457.343 141.646] /A << /S /GoTo /D (page.58) >> >> endobj -1999 0 obj << +1995 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 624.329 256.973 637.281] -/A << /S /GoTo /D (page.176) >> +/Rect [461.437 127.698 478.37 141.646] +/A << /S /GoTo /D (page.172) >> >> endobj -2000 0 obj << +1996 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 602.251 237.523 615.202] -/A << /S /GoTo /D (page.58) >> +/Rect [482.464 127.698 499.397 141.646] +/A << /S /GoTo /D (page.173) >> >> endobj -2001 0 obj << +1997 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 602.251 256.973 615.202] -/A << /S /GoTo /D (page.176) >> +/Rect [450.37 115.743 462.323 129.69] +/A << /S /GoTo /D (page.55) >> >> endobj -2002 0 obj << +1998 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 580.172 237.523 593.124] +/Rect [466.417 115.743 478.37 129.69] /A << /S /GoTo /D (page.58) >> >> endobj -2003 0 obj << +1999 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 580.172 256.973 593.124] -/A << /S /GoTo /D (page.176) >> +/Rect [482.464 115.743 499.397 129.69] +/A << /S /GoTo /D (page.173) >> >> endobj -2004 0 obj << +2006 0 obj << +/D [2004 0 R /XYZ 143.727 753.953 null] +>> endobj +2003 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F44 486 0 R /F35 399 0 R /F36 482 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2227 0 obj << +/Length 2043 +/Filter /FlateDecode +>> +stream +x\Ko7W(ᛷ@m-A֊Y2VrPr\]jOcQ;߼Ft4_t#=@["i0;?ߊ( SfI+pQ9~je,K /y4?9aN2~Uήa @ (~@;ጥ@K1'@%_ 5P?Ct %%B>fkXZNwB&RlF)ܿV'݃\Å1X.al1^ KG}U1¥H˞cEeI\ F7 ؐ->}PGja\"\h^NbXTèQR&R;<\Eq QQRL{8|]l0 *.R*iG`JC6MMxu~Twy˰+n<+&*`00z3[m6ZT 6YNRHJZ?%yvp1 5kMET;i/¶Fk'ecwBd 4>{'E ': N i8>a:0g\un&.'D7aP⢂Lv +xn稖$mſѠokS8eR @f~z q^&hpշ9a:y)!>I(49skRrw3\.sI-AHCt#%¡ĖDg]._AB)>{fA]ߝ&qYAHih(|l3?[jGwFR]bkSE@f 'ش([60חypb!71ەMgP ގcZN,nn=&N*'kHznG&p;2zG9T*\$תD|Ž˷t=q?r#PDeP~-x:/'ZaΓϋ \+B2&g 2 ,t8\ +n<:H3eIZUI]&V6aɟ'&Mk!SIҋ3OmtK/>Z8KI1TDFnhh1J̄k3Ѵ;>B{Gq` U/b^ R$62IwN+v6>w!Fِ +%lk--+pSuV,7SEy\!NPW>*?GEIaZ}(vEC4Gy aiu%Ͱsߞ I;9\C0mNeC!ڍ@[M~1_̂L7w=3F.T(_.dFaE\ݝ{l'=.1r~Xg/>?~v8". a.M!lwasupeu 0ʝGpe\ r,,^I^hdP' d>8FϢa0~felWb`a5+^jx N\l(eKzD3WbݘχeQ>uyrT|rqQ(+OiNo3mM)L \ڙk-X`ù`n%tH %ll#%֒BkTTvpY(z@؟,fN]1;ٿ] +endstream +endobj +2226 0 obj << +/Type /Page +/Contents 2227 0 R +/Resources 2225 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1542 0 R +/Annots [ 2000 0 R 2001 0 R 2002 0 R 2007 0 R 2008 0 R 2009 0 R 2010 0 R 2011 0 R 2012 0 R 2013 0 R 2014 0 R 2015 0 R 2016 0 R 2017 0 R 2018 0 R 2019 0 R 2020 0 R 2021 0 R 2022 0 R 2023 0 R 2024 0 R 2025 0 R 2026 0 R 2027 0 R 2028 0 R 2029 0 R 2030 0 R 2031 0 R 2032 0 R 2033 0 R 2034 0 R 2035 0 R 2036 0 R 2037 0 R 2038 0 R 2039 0 R 2040 0 R 2041 0 R 2042 0 R 2043 0 R 2044 0 R 2045 0 R 2046 0 R 2047 0 R 2048 0 R 2049 0 R 2050 0 R 2051 0 R 2052 0 R 2053 0 R 2054 0 R 2055 0 R 2056 0 R 2057 0 R 2058 0 R 2059 0 R 2060 0 R 2061 0 R 2062 0 R 2063 0 R 2064 0 R 2065 0 R 2066 0 R 2067 0 R 2068 0 R 2069 0 R 2070 0 R 2071 0 R 2072 0 R 2073 0 R 2074 0 R 2075 0 R 2076 0 R 2077 0 R 2078 0 R 2079 0 R 2080 0 R 2081 0 R 2082 0 R 2083 0 R 2084 0 R 2085 0 R 2086 0 R 2087 0 R 2088 0 R 2089 0 R 2090 0 R 2091 0 R 2092 0 R 2093 0 R 2094 0 R 2095 0 R 2096 0 R 2097 0 R 2098 0 R 2099 0 R 2100 0 R 2101 0 R 2102 0 R 2103 0 R 2104 0 R 2105 0 R 2106 0 R 2107 0 R 2108 0 R 2109 0 R 2110 0 R 2111 0 R 2112 0 R 2113 0 R 2114 0 R 2115 0 R 2116 0 R 2117 0 R 2118 0 R 2119 0 R 2120 0 R 2121 0 R 2122 0 R 2123 0 R 2124 0 R 2125 0 R 2126 0 R 2127 0 R 2128 0 R 2129 0 R 2130 0 R 2131 0 R 2132 0 R 2133 0 R 2134 0 R 2135 0 R 2136 0 R 2137 0 R 2138 0 R 2139 0 R 2140 0 R 2141 0 R 2142 0 R 2143 0 R 2144 0 R 2145 0 R 2146 0 R 2147 0 R 2148 0 R 2149 0 R 2150 0 R 2151 0 R 2152 0 R 2153 0 R 2154 0 R 2155 0 R 2156 0 R 2157 0 R 2158 0 R 2159 0 R 2160 0 R 2161 0 R 2162 0 R 2163 0 R 2164 0 R 2165 0 R 2166 0 R 2167 0 R 2168 0 R 2169 0 R 2170 0 R 2171 0 R 2172 0 R 2173 0 R 2174 0 R 2175 0 R 2176 0 R 2177 0 R 2178 0 R 2179 0 R 2180 0 R 2181 0 R 2182 0 R 2183 0 R 2184 0 R 2185 0 R 2186 0 R 2187 0 R 2188 0 R 2189 0 R 2190 0 R 2191 0 R 2192 0 R 2193 0 R 2194 0 R 2195 0 R 2196 0 R 2197 0 R 2198 0 R 2199 0 R 2200 0 R 2201 0 R 2202 0 R 2203 0 R 2204 0 R 2205 0 R 2206 0 R 2207 0 R 2208 0 R 2209 0 R 2210 0 R 2211 0 R 2212 0 R 2213 0 R 2214 0 R 2215 0 R 2216 0 R 2217 0 R 2218 0 R 2219 0 R 2220 0 R 2221 0 R 2222 0 R 2223 0 R ] +>> endobj +2000 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 558.094 237.523 571.045] -/A << /S /GoTo /D (page.58) >> +/Rect [268.552 701.546 280.505 715.494] +/A << /S /GoTo /D (page.55) >> >> endobj -2005 0 obj << +2001 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 558.094 256.973 571.045] -/A << /S /GoTo /D (page.177) >> +/Rect [284.599 701.546 296.552 715.494] +/A << /S /GoTo /D (page.58) >> >> endobj -2006 0 obj << +2002 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 536.015 237.523 548.967] -/A << /S /GoTo /D (page.58) >> +/Rect [300.646 701.546 317.579 715.494] +/A << /S /GoTo /D (page.173) >> >> endobj 2007 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 536.015 256.973 548.967] -/A << /S /GoTo /D (page.175) >> +/Rect [302.86 689.591 314.812 703.539] +/A << /S /GoTo /D (page.55) >> >> endobj 2008 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 513.937 237.523 526.888] +/Rect [183.582 679.286 195.534 689.606] /A << /S /GoTo /D (page.58) >> >> endobj 2009 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 513.937 256.973 526.888] -/A << /S /GoTo /D (page.175) >> +/Rect [199.629 679.286 216.561 689.606] +/A << /S /GoTo /D (page.173) >> >> endobj 2010 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 491.858 237.523 504.81] -/A << /S /GoTo /D (page.58) >> +/Rect [247.525 665.681 259.478 679.628] +/A << /S /GoTo /D (page.56) >> >> endobj 2011 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 491.858 256.973 504.81] -/A << /S /GoTo /D (page.175) >> +/Rect [263.572 665.681 275.525 679.628] +/A << /S /GoTo /D (page.58) >> >> endobj 2012 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [187.417 480.739 198.623 493.69] -/A << /S /GoTo /D (page.59) >> +/Rect [279.619 665.681 296.552 679.628] +/A << /S /GoTo /D (page.174) >> >> endobj 2013 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.261 480.739 218.073 493.69] -/A << /S /GoTo /D (page.179) >> +/Rect [300.646 665.681 317.579 679.628] +/A << /S /GoTo /D (page.175) >> >> endobj 2014 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 480.739 237.523 493.69] -/A << /S /GoTo /D (page.180) >> +/Rect [284.599 653.725 296.552 667.673] +/A << /S /GoTo /D (page.58) >> >> endobj 2015 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 480.739 256.973 493.69] -/A << /S /GoTo /D (page.185) >> +/Rect [300.646 653.725 317.579 667.673] +/A << /S /GoTo /D (page.174) >> >> endobj 2016 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [192.024 458.66 203.229 471.612] -/A << /S /GoTo /D (page.59) >> +/Rect [268.552 641.77 280.505 655.718] +/A << /S /GoTo /D (page.58) >> >> endobj 2017 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.867 458.66 218.073 471.612] -/A << /S /GoTo /D (page.60) >> +/Rect [284.599 641.77 296.552 655.718] +/A << /S /GoTo /D (page.59) >> >> endobj 2018 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 458.66 237.523 471.612] -/A << /S /GoTo /D (page.180) >> +/Rect [300.646 641.77 317.579 655.718] +/A << /S /GoTo /D (page.174) >> >> endobj 2019 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 458.66 256.973 471.612] -/A << /S /GoTo /D (page.181) >> +/Rect [302.86 629.815 314.812 643.763] +/A << /S /GoTo /D (page.58) >> >> endobj 2020 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [227.06 447.54 238.266 460.492] +/Rect [183.582 619.51 195.534 629.83] /A << /S /GoTo /D (page.59) >> >> endobj 2021 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 447.54 256.973 460.492] -/A << /S /GoTo /D (page.181) >> +/Rect [199.629 619.51 216.561 629.83] +/A << /S /GoTo /D (page.175) >> >> endobj 2022 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.474 425.462 222.679 438.413] -/A << /S /GoTo /D (page.59) >> +/Rect [284.599 605.905 296.552 619.852] +/A << /S /GoTo /D (page.58) >> >> endobj 2023 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 425.462 237.523 438.413] -/A << /S /GoTo /D (page.60) >> +/Rect [300.646 605.905 317.579 619.852] +/A << /S /GoTo /D (page.172) >> >> endobj 2024 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 425.462 256.973 438.413] -/A << /S /GoTo /D (page.181) >> +/Rect [268.552 593.95 280.505 607.897] +/A << /S /GoTo /D (page.58) >> >> endobj 2025 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 403.383 237.523 416.335] -/A << /S /GoTo /D (page.60) >> +/Rect [284.599 593.95 296.552 607.897] +/A << /S /GoTo /D (page.64) >> >> endobj 2026 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 403.383 256.973 416.335] -/A << /S /GoTo /D (page.181) >> +/Rect [300.646 593.95 317.579 607.897] +/A << /S /GoTo /D (page.172) >> >> endobj 2027 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [193.047 381.305 204.253 394.256] -/A << /S /GoTo /D (page.55) >> +/Rect [284.599 581.994 296.552 595.942] +/A << /S /GoTo /D (page.58) >> >> endobj 2028 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [207.891 381.305 219.097 394.256] -/A << /S /GoTo /D (page.60) >> +/Rect [300.646 581.994 317.579 595.942] +/A << /S /GoTo /D (page.172) >> >> endobj 2029 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [222.734 381.305 238.547 394.256] -/A << /S /GoTo /D (page.181) >> +/Rect [264.679 570.039 276.632 583.987] +/A << /S /GoTo /D (page.59) >> >> endobj 2030 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 381.305 256.973 394.256] -/A << /S /GoTo /D (page.183) >> +/Rect [280.726 570.039 297.659 583.987] +/A << /S /GoTo /D (page.176) >> >> endobj 2031 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [227.06 370.185 238.266 383.137] -/A << /S /GoTo /D (page.60) >> +/Rect [300.646 570.039 317.579 583.987] +/A << /S /GoTo /D (page.178) >> >> endobj 2032 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 370.185 256.973 383.137] -/A << /S /GoTo /D (page.182) >> +/Rect [268.552 558.084 280.505 572.032] +/A << /S /GoTo /D (page.59) >> >> endobj 2033 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [227.128 359.066 238.334 372.017] +/Rect [284.599 558.084 296.552 572.032] /A << /S /GoTo /D (page.60) >> >> endobj 2034 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 359.066 256.973 372.017] -/A << /S /GoTo /D (page.182) >> +/Rect [300.646 558.084 317.579 572.032] +/A << /S /GoTo /D (page.178) >> >> endobj 2035 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 336.987 237.523 349.939] -/A << /S /GoTo /D (page.60) >> +/Rect [302.86 546.129 314.812 560.077] +/A << /S /GoTo /D (page.59) >> >> endobj 2036 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 336.987 256.973 349.939] -/A << /S /GoTo /D (page.183) >> +/Rect [183.582 537.76 200.514 546.144] +/A << /S /GoTo /D (page.178) >> >> endobj 2037 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 325.868 237.523 338.819] +/Rect [302.86 522.218 314.812 536.166] /A << /S /GoTo /D (page.59) >> >> endobj 2038 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 325.868 256.973 338.819] -/A << /S /GoTo /D (page.179) >> +/Rect [183.582 513.85 200.514 522.234] +/A << /S /GoTo /D (page.178) >> >> endobj 2039 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 314.748 237.523 327.7] +/Rect [235.75 486.353 247.703 500.301] /A << /S /GoTo /D (page.59) >> >> endobj 2040 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 314.748 256.973 327.7] -/A << /S /GoTo /D (page.180) >> +/Rect [251.797 486.353 268.73 500.301] +/A << /S /GoTo /D (page.179) >> >> endobj 2041 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 292.67 237.523 305.621] +/Rect [284.599 474.398 296.552 488.346] /A << /S /GoTo /D (page.59) >> >> endobj 2042 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 292.67 256.973 305.621] -/A << /S /GoTo /D (page.180) >> +/Rect [300.646 474.398 317.579 488.346] +/A << /S /GoTo /D (page.177) >> >> endobj 2043 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [192.024 270.591 203.229 283.543] -/A << /S /GoTo /D (page.60) >> +/Rect [284.599 462.443 296.552 476.39] +/A << /S /GoTo /D (page.59) >> >> endobj 2044 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.867 270.591 218.073 283.543] -/A << /S /GoTo /D (page.61) >> +/Rect [300.646 462.443 317.579 476.39] +/A << /S /GoTo /D (page.177) >> >> endobj 2045 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 270.591 237.523 283.543] -/A << /S /GoTo /D (page.185) >> +/Rect [302.86 450.487 314.812 464.435] +/A << /S /GoTo /D (page.59) >> >> endobj 2046 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 270.591 256.973 283.543] -/A << /S /GoTo /D (page.186) >> +/Rect [183.582 442.119 200.514 450.503] +/A << /S /GoTo /D (page.177) >> >> endobj 2047 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.867 248.513 218.073 261.464] -/A << /S /GoTo /D (page.61) >> +/Rect [300.646 426.577 317.579 440.525] +/A << /S /GoTo /D (page.171) >> >> endobj 2048 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 248.513 237.523 261.464] -/A << /S /GoTo /D (page.186) >> +/Rect [242.545 414.622 254.498 428.57] +/A << /S /GoTo /D (page.60) >> >> endobj 2049 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 248.513 256.973 261.464] -/A << /S /GoTo /D (page.187) >> +/Rect [258.592 414.622 275.525 428.57] +/A << /S /GoTo /D (page.181) >> >> endobj 2050 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 226.434 237.523 239.386] -/A << /S /GoTo /D (page.61) >> +/Rect [279.619 414.622 296.552 428.57] +/A << /S /GoTo /D (page.182) >> >> endobj 2051 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 226.434 256.973 239.386] -/A << /S /GoTo /D (page.186) >> +/Rect [300.646 414.622 317.579 428.57] +/A << /S /GoTo /D (page.187) >> >> endobj 2052 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 204.356 237.523 217.307] -/A << /S /GoTo /D (page.61) >> +/Rect [247.525 402.667 259.478 416.615] +/A << /S /GoTo /D (page.60) >> >> endobj 2053 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 204.356 256.973 217.307] -/A << /S /GoTo /D (page.187) >> +/Rect [263.572 402.667 275.525 416.615] +/A << /S /GoTo /D (page.61) >> >> endobj 2054 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 182.277 237.523 195.229] -/A << /S /GoTo /D (page.61) >> +/Rect [279.619 402.667 296.552 416.615] +/A << /S /GoTo /D (page.182) >> >> endobj 2055 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 182.277 256.973 195.229] -/A << /S /GoTo /D (page.187) >> +/Rect [300.646 402.667 317.579 416.615] +/A << /S /GoTo /D (page.183) >> >> endobj 2056 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 160.199 237.523 173.15] +/Rect [284.599 390.712 296.552 404.659] /A << /S /GoTo /D (page.61) >> >> endobj 2057 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 160.199 256.973 173.15] -/A << /S /GoTo /D (page.185) >> +/Rect [300.646 390.712 317.579 404.659] +/A << /S /GoTo /D (page.183) >> >> endobj 2058 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 138.12 237.523 151.072] +/Rect [284.599 378.756 296.552 392.704] /A << /S /GoTo /D (page.61) >> >> endobj 2059 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 138.12 256.973 151.072] -/A << /S /GoTo /D (page.185) >> +/Rect [300.646 378.756 317.579 392.704] +/A << /S /GoTo /D (page.183) >> >> endobj 2060 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 116.042 237.523 128.993] +/Rect [302.86 366.801 314.812 380.749] /A << /S /GoTo /D (page.61) >> >> endobj 2061 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 116.042 256.973 128.993] -/A << /S /GoTo /D (page.186) >> +/Rect [183.582 358.433 200.514 366.816] +/A << /S /GoTo /D (page.183) >> >> endobj 2062 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [329.103 701.845 340.309 714.796] -/A << /S /GoTo /D (page.62) >> +/Rect [248.632 342.891 260.585 356.839] +/A << /S /GoTo /D (page.56) >> >> endobj 2063 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [343.946 701.845 359.759 714.796] -/A << /S /GoTo /D (page.191) >> +/Rect [264.679 342.891 276.632 356.839] +/A << /S /GoTo /D (page.61) >> >> endobj 2064 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 701.845 378.185 714.796] -/A << /S /GoTo /D (page.193) >> +/Rect [280.726 342.891 297.659 356.839] +/A << /S /GoTo /D (page.183) >> >> endobj 2065 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 690.694 358.735 703.646] -/A << /S /GoTo /D (page.62) >> +/Rect [300.646 342.891 317.579 356.839] +/A << /S /GoTo /D (page.185) >> >> endobj 2066 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 690.694 378.185 703.646] -/A << /S /GoTo /D (page.192) >> +/Rect [284.599 330.936 296.552 344.884] +/A << /S /GoTo /D (page.61) >> >> endobj 2067 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 679.544 358.735 692.495] -/A << /S /GoTo /D (page.62) >> +/Rect [300.646 330.936 317.579 344.884] +/A << /S /GoTo /D (page.184) >> >> endobj 2068 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 679.544 378.185 692.495] -/A << /S /GoTo /D (page.192) >> +/Rect [284.599 318.981 296.552 332.928] +/A << /S /GoTo /D (page.61) >> >> endobj 2069 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 657.435 339.285 670.386] -/A << /S /GoTo /D (page.62) >> +/Rect [300.646 318.981 317.579 332.928] +/A << /S /GoTo /D (page.184) >> >> endobj 2070 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 657.435 358.735 670.386] -/A << /S /GoTo /D (page.192) >> +/Rect [302.86 307.025 314.812 320.973] +/A << /S /GoTo /D (page.61) >> >> endobj 2071 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 657.435 378.185 670.386] -/A << /S /GoTo /D (page.193) >> +/Rect [183.582 298.657 200.514 307.041] +/A << /S /GoTo /D (page.185) >> >> endobj 2072 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 635.325 358.735 648.277] -/A << /S /GoTo /D (page.62) >> +/Rect [284.599 283.115 296.552 297.063] +/A << /S /GoTo /D (page.60) >> >> endobj 2073 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 635.325 378.185 648.277] -/A << /S /GoTo /D (page.193) >> +/Rect [300.646 283.115 317.579 297.063] +/A << /S /GoTo /D (page.181) >> >> endobj 2074 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 613.216 358.735 626.167] -/A << /S /GoTo /D (page.62) >> +/Rect [284.599 271.16 296.552 285.108] +/A << /S /GoTo /D (page.60) >> >> endobj 2075 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 613.216 378.185 626.167] -/A << /S /GoTo /D (page.193) >> +/Rect [300.646 271.16 317.579 285.108] +/A << /S /GoTo /D (page.182) >> >> endobj 2076 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 591.106 378.185 604.058] -/A << /S /GoTo /D (page.131) >> +/Rect [284.599 259.205 296.552 273.152] +/A << /S /GoTo /D (page.60) >> >> endobj 2077 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 579.956 360.682 592.907] -/A << /S /GoTo /D (page.20) >> +/Rect [300.646 259.205 317.579 273.152] +/A << /S /GoTo /D (page.182) >> >> endobj 2078 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 570.542 306.037 580.043] -/A << /S /GoTo /D (page.41) >> +/Rect [263.572 247.25 275.525 261.197] +/A << /S /GoTo /D (page.62) >> >> endobj 2079 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [311.716 570.542 322.922 580.043] -/A << /S /GoTo /D (page.55) >> +/Rect [279.619 247.25 296.552 261.197] +/A << /S /GoTo /D (page.187) >> >> endobj 2080 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.602 570.542 339.808 580.043] -/A << /S /GoTo /D (page.69) >> +/Rect [300.646 247.25 317.579 261.197] +/A << /S /GoTo /D (page.188) >> >> endobj 2081 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.487 570.542 356.693 580.043] -/A << /S /GoTo /D (page.70) >> +/Rect [263.619 235.294 275.571 249.242] +/A << /S /GoTo /D (page.62) >> >> endobj 2082 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 570.542 378.185 580.043] -/A << /S /GoTo /D (page.166) >> +/Rect [279.642 235.294 296.575 249.242] +/A << /S /GoTo /D (page.188) >> >> endobj 2083 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [319.789 546.888 330.995 559.839] -/A << /S /GoTo /D (page.20) >> +/Rect [300.646 235.294 317.579 249.242] +/A << /S /GoTo /D (page.189) >> >> endobj 2084 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.633 546.888 345.838 559.839] -/A << /S /GoTo /D (page.41) >> +/Rect [302.86 223.339 314.812 237.287] +/A << /S /GoTo /D (page.62) >> >> endobj 2085 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 546.888 360.682 559.839] -/A << /S /GoTo /D (page.56) >> +/Rect [183.582 214.971 200.514 223.354] +/A << /S /GoTo /D (page.188) >> >> endobj 2086 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 537.473 306.037 546.975] -/A << /S /GoTo /D (page.58) >> +/Rect [302.86 199.429 314.812 213.377] +/A << /S /GoTo /D (page.62) >> >> endobj 2087 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [309.413 537.473 320.619 546.975] -/A << /S /GoTo /D (page.69) >> +/Rect [183.582 191.06 200.514 199.444] +/A << /S /GoTo /D (page.189) >> >> endobj 2088 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [323.995 537.473 339.808 546.975] -/A << /S /GoTo /D (page.169) >> +/Rect [235.75 163.563 247.703 177.511] +/A << /S /GoTo /D (page.62) >> >> endobj 2089 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [343.184 537.473 358.996 546.975] -/A << /S /GoTo /D (page.177) >> +/Rect [251.797 163.563 268.73 177.511] +/A << /S /GoTo /D (page.189) >> >> endobj 2090 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 537.473 378.185 546.975] -/A << /S /GoTo /D (page.179) >> +/Rect [284.599 151.608 296.552 165.556] +/A << /S /GoTo /D (page.62) >> >> endobj 2091 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 513.819 358.735 526.771] -/A << /S /GoTo /D (page.58) >> +/Rect [300.646 151.608 317.579 165.556] +/A << /S /GoTo /D (page.187) >> >> endobj 2092 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 513.819 378.185 526.771] -/A << /S /GoTo /D (page.174) >> +/Rect [284.599 139.653 296.552 153.601] +/A << /S /GoTo /D (page.62) >> >> endobj 2093 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 491.71 360.682 504.661] -/A << /S /GoTo /D (page.20) >> +/Rect [300.646 139.653 317.579 153.601] +/A << /S /GoTo /D (page.187) >> >> endobj 2094 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 482.296 306.037 491.797] -/A << /S /GoTo /D (page.41) >> +/Rect [235.75 115.743 247.703 129.69] +/A << /S /GoTo /D (page.62) >> >> endobj 2095 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 482.296 324.252 491.797] -/A << /S /GoTo /D (page.59) >> +/Rect [251.797 115.743 268.73 129.69] +/A << /S /GoTo /D (page.188) >> >> endobj 2096 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 482.296 342.467 491.797] -/A << /S /GoTo /D (page.60) >> +/Rect [425.592 689.591 442.525 703.539] +/A << /S /GoTo /D (page.189) >> >> endobj 2097 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 482.296 360.682 491.797] -/A << /S /GoTo /D (page.69) >> +/Rect [446.497 677.636 458.45 691.583] +/A << /S /GoTo /D (page.63) >> >> endobj 2098 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 471.337 310.643 480.838] -/A << /S /GoTo /D (page.169) >> +/Rect [462.544 677.636 479.477 691.583] +/A << /S /GoTo /D (page.193) >> >> endobj 2099 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.345 471.337 333.157 480.838] -/A << /S /GoTo /D (page.178) >> +/Rect [482.464 677.636 499.397 691.583] +/A << /S /GoTo /D (page.195) >> >> endobj 2100 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [339.859 471.337 355.671 480.838] -/A << /S /GoTo /D (page.184) >> +/Rect [445.39 665.681 457.343 679.628] +/A << /S /GoTo /D (page.63) >> >> endobj 2101 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 471.337 378.185 480.838] -/A << /S /GoTo /D (page.187) >> +/Rect [461.437 665.681 478.37 679.628] +/A << /S /GoTo /D (page.193) >> >> endobj 2102 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 447.683 358.735 460.634] -/A << /S /GoTo /D (page.60) >> +/Rect [482.464 665.681 499.397 679.628] +/A << /S /GoTo /D (page.194) >> >> endobj 2103 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 447.683 378.185 460.634] -/A << /S /GoTo /D (page.184) >> +/Rect [466.417 653.725 478.37 667.673] +/A << /S /GoTo /D (page.63) >> >> endobj 2104 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [302.999 425.573 314.205 438.525] -/A << /S /GoTo /D (page.20) >> +/Rect [482.464 653.725 499.397 667.673] +/A << /S /GoTo /D (page.194) >> >> endobj 2105 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.842 425.573 329.048 438.525] -/A << /S /GoTo /D (page.41) >> +/Rect [445.39 641.77 457.343 655.718] +/A << /S /GoTo /D (page.63) >> >> endobj 2106 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.686 425.573 343.892 438.525] -/A << /S /GoTo /D (page.61) >> +/Rect [461.437 641.77 478.37 655.718] +/A << /S /GoTo /D (page.194) >> >> endobj 2107 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 425.573 358.735 438.525] -/A << /S /GoTo /D (page.70) >> +/Rect [482.464 641.77 499.397 655.718] +/A << /S /GoTo /D (page.195) >> >> endobj 2108 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 425.573 378.185 438.525] -/A << /S /GoTo /D (page.189) >> +/Rect [466.417 629.815 478.37 643.763] +/A << /S /GoTo /D (page.63) >> >> endobj 2109 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [299.222 403.464 310.622 416.415] -/A << /S /GoTo /D (page.64) >> +/Rect [482.464 629.815 499.397 643.763] +/A << /S /GoTo /D (page.195) >> >> endobj 2110 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [314.259 403.464 325.465 416.415] -/A << /S /GoTo /D (page.65) >> +/Rect [484.678 617.86 496.631 631.808] +/A << /S /GoTo /D (page.63) >> >> endobj 2111 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [329.103 403.464 340.309 416.415] -/A << /S /GoTo /D (page.91) >> +/Rect [365.4 609.491 382.333 617.875] +/A << /S /GoTo /D (page.195) >> >> endobj 2112 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [343.946 403.464 359.759 416.415] -/A << /S /GoTo /D (page.144) >> +/Rect [482.464 593.95 499.397 607.897] +/A << /S /GoTo /D (page.133) >> >> endobj 2113 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 403.464 378.185 416.415] -/A << /S /GoTo /D (page.146) >> +/Rect [436.537 581.994 448.49 595.942] +/A << /S /GoTo /D (page.21) >> >> endobj 2114 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 381.354 378.185 394.306] -/A << /S /GoTo /D (page.144) >> +/Rect [452.584 581.994 464.537 595.942] +/A << /S /GoTo /D (page.41) >> >> endobj 2115 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [298.392 359.245 309.598 372.196] -/A << /S /GoTo /D (page.64) >> +/Rect [468.631 581.994 480.584 595.942] +/A << /S /GoTo /D (page.56) >> >> endobj 2116 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.236 359.245 324.442 372.196] -/A << /S /GoTo /D (page.69) >> +/Rect [484.678 581.994 496.631 595.942] +/A << /S /GoTo /D (page.70) >> >> endobj 2117 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 359.245 339.285 372.196] -/A << /S /GoTo /D (page.79) >> +/Rect [365.4 571.689 377.352 582.009] +/A << /S /GoTo /D (page.71) >> >> endobj 2118 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 359.245 358.735 372.196] -/A << /S /GoTo /D (page.142) >> +/Rect [381.447 571.689 398.38 582.009] +/A << /S /GoTo /D (page.168) >> >> endobj 2119 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 359.245 378.185 372.196] -/A << /S /GoTo /D (page.143) >> +/Rect [452.584 558.084 464.537 572.032] +/A << /S /GoTo /D (page.20) >> >> endobj 2120 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [298.199 337.136 309.404 350.087] -/A << /S /GoTo /D (page.56) >> +/Rect [468.631 558.084 480.584 572.032] +/A << /S /GoTo /D (page.41) >> >> endobj 2121 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.042 337.136 324.442 350.087] -/A << /S /GoTo /D (page.63) >> +/Rect [484.678 558.084 496.631 572.032] +/A << /S /GoTo /D (page.57) >> >> endobj 2122 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 337.136 339.285 350.087] -/A << /S /GoTo /D (page.65) >> +/Rect [365.4 547.779 377.352 558.099] +/A << /S /GoTo /D (page.59) >> >> endobj 2123 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 337.136 358.735 350.087] -/A << /S /GoTo /D (page.144) >> +/Rect [381.447 547.779 393.399 558.099] +/A << /S /GoTo /D (page.70) >> >> endobj 2124 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 337.136 378.185 350.087] -/A << /S /GoTo /D (page.146) >> +/Rect [397.494 547.779 414.427 558.099] +/A << /S /GoTo /D (page.171) >> >> endobj 2125 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 325.985 363.342 338.937] -/A << /S /GoTo /D (page.19) >> +/Rect [418.521 547.779 435.454 558.099] +/A << /S /GoTo /D (page.179) >> >> endobj 2126 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 325.985 378.185 338.937] -/A << /S /GoTo /D (page.80) >> +/Rect [439.548 547.779 456.481 558.099] +/A << /S /GoTo /D (page.181) >> >> endobj 2127 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 314.835 363.342 327.786] -/A << /S /GoTo /D (page.11) >> +/Rect [466.417 534.174 478.37 548.121] +/A << /S /GoTo /D (page.59) >> >> endobj 2128 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 314.835 378.185 327.786] -/A << /S /GoTo /D (page.75) >> +/Rect [482.464 534.174 499.397 548.121] +/A << /S /GoTo /D (page.176) >> >> endobj 2129 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.492 292.725 343.892 305.677] -/A << /S /GoTo /D (page.40) >> +/Rect [452.584 522.218 464.537 536.166] +/A << /S /GoTo /D (page.21) >> >> endobj 2130 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 292.725 358.735 305.677] -/A << /S /GoTo /D (page.80) >> +/Rect [468.631 522.218 480.584 536.166] +/A << /S /GoTo /D (page.41) >> >> endobj 2131 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 292.725 378.185 305.677] -/A << /S /GoTo /D (page.146) >> +/Rect [484.678 522.218 496.631 536.166] +/A << /S /GoTo /D (page.60) >> >> endobj 2132 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.492 270.616 343.892 283.567] -/A << /S /GoTo /D (page.40) >> +/Rect [365.4 511.913 377.352 522.234] +/A << /S /GoTo /D (page.61) >> >> endobj 2133 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 270.616 358.735 283.567] -/A << /S /GoTo /D (page.79) >> +/Rect [381.447 511.913 393.399 522.234] +/A << /S /GoTo /D (page.71) >> >> endobj 2134 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 270.616 378.185 283.567] -/A << /S /GoTo /D (page.146) >> +/Rect [397.494 511.913 414.427 522.234] +/A << /S /GoTo /D (page.171) >> >> endobj 2135 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.292 248.506 348.498 261.458] -/A << /S /GoTo /D (page.68) >> +/Rect [418.521 511.913 435.454 522.234] +/A << /S /GoTo /D (page.180) >> >> endobj 2136 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 248.506 363.342 261.458] -/A << /S /GoTo /D (page.80) >> +/Rect [439.548 511.913 456.481 522.234] +/A << /S /GoTo /D (page.186) >> >> endobj 2137 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 248.506 378.185 261.458] -/A << /S /GoTo /D (page.89) >> +/Rect [460.575 511.913 477.508 522.234] +/A << /S /GoTo /D (page.189) >> >> endobj 2138 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 237.356 360.682 250.307] -/A << /S /GoTo /D (page.20) >> +/Rect [484.678 498.308 496.631 512.256] +/A << /S /GoTo /D (page.61) >> >> endobj 2139 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 227.942 306.037 237.443] -/A << /S /GoTo /D (page.40) >> +/Rect [365.4 489.94 382.333 498.323] +/A << /S /GoTo /D (page.186) >> >> endobj 2140 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [310.516 227.942 321.916 237.443] -/A << /S /GoTo /D (page.54) >> +/Rect [436.537 474.398 448.49 488.346] +/A << /S /GoTo /D (page.21) >> >> endobj 2141 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [326.395 227.942 337.601 237.443] -/A << /S /GoTo /D (page.55) >> +/Rect [452.584 474.398 464.537 488.346] +/A << /S /GoTo /D (page.41) >> >> endobj 2142 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.081 227.942 357.893 237.443] -/A << /S /GoTo /D (page.146) >> +/Rect [468.631 474.398 480.584 488.346] +/A << /S /GoTo /D (page.62) >> >> endobj 2143 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 227.942 378.185 237.443] -/A << /S /GoTo /D (page.163) >> +/Rect [484.678 474.398 496.631 488.346] +/A << /S /GoTo /D (page.71) >> >> endobj 2144 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.786 204.288 378.185 217.239] -/A << /S /GoTo /D (page.65) >> +/Rect [365.4 466.029 382.333 474.413] +/A << /S /GoTo /D (page.191) >> >> endobj 2145 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 193.137 358.735 206.089] -/A << /S /GoTo /D (page.32) >> +/Rect [452.362 450.487 464.537 464.435] +/A << /S /GoTo /D (page.65) >> >> endobj 2146 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 193.137 378.185 206.089] -/A << /S /GoTo /D (page.111) >> +/Rect [468.631 450.487 480.584 464.435] +/A << /S /GoTo /D (page.66) >> >> endobj 2147 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [354.083 181.987 360.682 194.938] -/A << /S /GoTo /D (page.9) >> +/Rect [484.678 450.487 496.631 464.435] +/A << /S /GoTo /D (page.93) >> >> endobj 2148 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 172.572 306.23 182.074] -/A << /S /GoTo /D (page.32) >> +/Rect [365.4 440.182 382.333 450.503] +/A << /S /GoTo /D (page.147) >> >> endobj 2149 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [309.558 172.572 320.764 182.074] -/A << /S /GoTo /D (page.52) >> +/Rect [386.427 440.182 403.36 450.503] +/A << /S /GoTo /D (page.148) >> >> endobj 2150 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [324.092 172.572 339.904 182.074] -/A << /S /GoTo /D (page.110) >> +/Rect [482.464 426.577 499.397 440.525] +/A << /S /GoTo /D (page.146) >> >> endobj 2151 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [343.232 172.572 359.045 182.074] -/A << /S /GoTo /D (page.112) >> +/Rect [468.631 414.622 480.584 428.57] +/A << /S /GoTo /D (page.65) >> >> endobj 2152 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 172.572 378.185 182.074] -/A << /S /GoTo /D (page.163) >> +/Rect [484.678 414.622 496.631 428.57] +/A << /S /GoTo /D (page.70) >> >> endobj 2153 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.633 159.877 345.838 172.829] -/A << /S /GoTo /D (page.24) >> +/Rect [365.4 404.317 377.352 414.637] +/A << /S /GoTo /D (page.80) >> >> endobj 2154 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 159.877 360.682 172.829] -/A << /S /GoTo /D (page.30) >> +/Rect [381.447 404.317 398.38 414.637] +/A << /S /GoTo /D (page.144) >> >> endobj 2155 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 150.463 306.23 159.964] -/A << /S /GoTo /D (page.31) >> +/Rect [402.474 404.317 419.407 414.637] +/A << /S /GoTo /D (page.145) >> >> endobj 2156 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [315.341 150.463 326.546 159.964] -/A << /S /GoTo /D (page.32) >> +/Rect [431.335 390.712 443.288 404.659] +/A << /S /GoTo /D (page.57) >> >> endobj 2157 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [335.656 150.463 346.862 159.964] -/A << /S /GoTo /D (page.34) >> +/Rect [447.382 390.712 459.556 404.659] +/A << /S /GoTo /D (page.64) >> >> endobj 2158 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 150.463 360.682 159.964] -/A << /S /GoTo /D (page.37) >> +/Rect [463.651 390.712 475.603 404.659] +/A << /S /GoTo /D (page.66) >> >> endobj 2159 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 139.504 306.037 149.006] -/A << /S /GoTo /D (page.52) >> +/Rect [479.698 390.712 496.631 404.659] +/A << /S /GoTo /D (page.146) >> >> endobj 2160 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 139.504 324.252 149.006] -/A << /S /GoTo /D (page.53) >> +/Rect [365.4 382.343 382.333 390.727] +/A << /S /GoTo /D (page.148) >> >> endobj 2161 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 139.504 342.467 149.006] -/A << /S /GoTo /D (page.66) >> +/Rect [471.176 366.801 483.35 380.749] +/A << /S /GoTo /D (page.19) >> >> endobj 2162 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 139.504 360.682 149.006] -/A << /S /GoTo /D (page.68) >> +/Rect [487.445 366.801 499.397 380.749] +/A << /S /GoTo /D (page.81) >> >> endobj 2163 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 128.545 306.037 138.047] -/A << /S /GoTo /D (page.91) >> +/Rect [471.398 354.846 483.35 368.794] +/A << /S /GoTo /D (page.11) >> >> endobj 2164 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [311.511 128.545 322.716 138.047] -/A << /S /GoTo /D (page.98) >> +/Rect [487.445 354.846 499.397 368.794] +/A << /S /GoTo /D (page.77) >> >> endobj 2165 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.19 128.545 339.396 138.047] -/A << /S /GoTo /D (page.99) >> +/Rect [450.149 342.891 462.323 356.839] +/A << /S /GoTo /D (page.41) >> >> endobj 2166 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [344.87 128.545 360.682 138.047] -/A << /S /GoTo /D (page.109) >> +/Rect [466.417 342.891 478.37 356.839] +/A << /S /GoTo /D (page.81) >> >> endobj 2167 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 117.586 310.643 127.088] -/A << /S /GoTo /D (page.111) >> +/Rect [482.464 342.891 499.397 356.839] +/A << /S /GoTo /D (page.148) >> >> endobj 2168 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [319.85 117.586 335.663 127.088] -/A << /S /GoTo /D (page.115) >> +/Rect [450.149 330.936 462.323 344.884] +/A << /S /GoTo /D (page.41) >> >> endobj 2169 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [344.87 117.586 360.682 127.088] -/A << /S /GoTo /D (page.116) >> +/Rect [466.417 330.936 478.37 344.884] +/A << /S /GoTo /D (page.81) >> >> endobj 2170 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 703.39 431.855 712.891] -/A << /S /GoTo /D (page.118) >> +/Rect [482.464 330.936 499.397 344.884] +/A << /S /GoTo /D (page.148) >> >> endobj 2171 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.47 703.39 450.282 712.891] -/A << /S /GoTo /D (page.120) >> +/Rect [455.351 318.981 467.303 332.928] +/A << /S /GoTo /D (page.69) >> >> endobj 2172 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.082 703.39 481.894 712.891] -/A << /S /GoTo /D (page.122) >> +/Rect [471.398 318.981 483.35 332.928] +/A << /S /GoTo /D (page.81) >> >> endobj 2173 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 692.431 431.855 701.932] -/A << /S /GoTo /D (page.123) >> +/Rect [487.445 318.981 499.397 332.928] +/A << /S /GoTo /D (page.90) >> >> endobj 2174 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.557 692.431 454.369 701.932] -/A << /S /GoTo /D (page.125) >> +/Rect [436.315 307.025 448.268 320.973] +/A << /S /GoTo /D (page.21) >> >> endobj 2175 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.071 692.431 476.883 701.932] -/A << /S /GoTo /D (page.126) >> +/Rect [452.362 307.025 464.315 320.973] +/A << /S /GoTo /D (page.41) >> >> endobj 2176 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 692.431 499.397 701.932] -/A << /S /GoTo /D (page.196) >> +/Rect [468.409 307.025 480.584 320.973] +/A << /S /GoTo /D (page.54) >> >> endobj 2177 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 679.803 499.397 692.754] -/A << /S /GoTo /D (page.74) >> +/Rect [484.678 307.025 496.631 320.973] +/A << /S /GoTo /D (page.56) >> >> endobj 2178 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 668.719 499.397 681.671] -/A << /S /GoTo /D (page.81) >> +/Rect [365.4 296.72 382.333 307.041] +/A << /S /GoTo /D (page.148) >> >> endobj 2179 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 646.677 499.397 659.628] +/Rect [386.427 296.72 403.36 307.041] /A << /S /GoTo /D (page.165) >> >> endobj 2180 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 635.593 499.397 648.545] -/A << /S /GoTo /D (page.92) >> +/Rect [487.223 283.115 499.397 297.063] +/A << /S /GoTo /D (page.66) >> >> endobj 2181 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 624.51 499.397 637.461] -/A << /S /GoTo /D (page.78) >> +/Rect [466.196 271.16 478.37 285.108] +/A << /S /GoTo /D (page.32) >> >> endobj 2182 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 613.426 499.397 626.378] -/A << /S /GoTo /D (page.78) >> +/Rect [482.464 271.16 499.397 285.108] +/A << /S /GoTo /D (page.113) >> >> endobj 2183 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 602.343 499.397 615.294] -/A << /S /GoTo /D (page.196) >> +/Rect [380.981 259.205 387.954 273.152] +/A << /S /GoTo /D (page.9) >> >> endobj 2184 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.254 591.26 445.654 604.211] -/A << /S /GoTo /D (page.36) >> +/Rect [392.048 259.205 404.222 273.152] +/A << /S /GoTo /D (page.32) >> >> endobj 2185 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 591.26 460.497 604.211] -/A << /S /GoTo /D (page.98) >> +/Rect [408.316 259.205 420.269 273.152] +/A << /S /GoTo /D (page.52) >> >> endobj 2186 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 591.26 479.947 604.211] -/A << /S /GoTo /D (page.130) >> +/Rect [424.363 259.205 436.316 273.152] +/A << /S /GoTo /D (page.53) >> >> endobj 2187 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 591.26 499.397 604.211] -/A << /S /GoTo /D (page.146) >> +/Rect [440.41 259.205 457.343 273.152] +/A << /S /GoTo /D (page.112) >> >> endobj 2188 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 569.093 499.397 582.044] -/A << /S /GoTo /D (page.130) >> +/Rect [461.437 259.205 478.37 273.152] +/A << /S /GoTo /D (page.114) >> >> endobj 2189 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 558.009 479.947 570.961] -/A << /S /GoTo /D (page.130) >> +/Rect [482.464 259.205 499.397 273.152] +/A << /S /GoTo /D (page.165) >> >> endobj 2190 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 558.009 499.397 570.961] -/A << /S /GoTo /D (page.147) >> +/Rect [452.362 247.25 464.315 261.197] +/A << /S /GoTo /D (page.24) >> >> endobj 2191 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [443.467 546.926 450.067 559.877] -/A << /S /GoTo /D (page.6) >> +/Rect [468.409 247.25 480.362 261.197] +/A << /S /GoTo /D (page.30) >> >> endobj 2192 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 546.926 465.104 559.877] -/A << /S /GoTo /D (page.36) >> +/Rect [484.456 247.25 496.631 261.197] +/A << /S /GoTo /D (page.32) >> >> endobj 2193 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 546.926 479.947 559.877] -/A << /S /GoTo /D (page.98) >> +/Rect [365.4 236.944 377.352 247.265] +/A << /S /GoTo /D (page.33) >> >> endobj 2194 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 546.926 499.397 559.877] -/A << /S /GoTo /D (page.130) >> +/Rect [382.789 236.944 394.742 247.265] +/A << /S /GoTo /D (page.35) >> >> endobj 2195 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 524.759 479.947 537.71] -/A << /S /GoTo /D (page.36) >> +/Rect [397.73 236.944 409.682 247.265] +/A << /S /GoTo /D (page.38) >> >> endobj 2196 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 524.759 499.397 537.71] -/A << /S /GoTo /D (page.130) >> +/Rect [415.119 236.944 427.072 247.265] +/A << /S /GoTo /D (page.52) >> >> endobj 2197 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 513.676 499.397 526.627] -/A << /S /GoTo /D (page.84) >> +/Rect [432.509 236.944 444.462 247.265] +/A << /S /GoTo /D (page.53) >> >> endobj 2198 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 502.592 499.397 515.544] -/A << /S /GoTo /D (page.82) >> +/Rect [449.899 236.944 461.851 247.265] +/A << /S /GoTo /D (page.67) >> >> endobj 2199 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.311 480.55 469.517 493.501] -/A << /S /GoTo /D (page.30) >> +/Rect [467.288 236.944 479.241 247.265] +/A << /S /GoTo /D (page.69) >> >> endobj 2200 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.154 480.55 484.554 493.501] -/A << /S /GoTo /D (page.42) >> +/Rect [484.678 236.944 496.631 247.265] +/A << /S /GoTo /D (page.93) >> >> endobj 2201 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 480.55 499.397 493.501] -/A << /S /GoTo /D (page.82) >> +/Rect [365.4 224.989 382.333 235.31] +/A << /S /GoTo /D (page.100) >> >> endobj 2202 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 458.507 484.554 471.459] -/A << /S /GoTo /D (page.43) >> +/Rect [387.817 224.989 404.749 235.31] +/A << /S /GoTo /D (page.101) >> >> endobj 2203 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 458.507 499.397 471.459] -/A << /S /GoTo /D (page.83) >> +/Rect [410.234 224.989 427.166 235.31] +/A << /S /GoTo /D (page.111) >> >> endobj 2204 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 447.424 499.397 460.375] -/A << /S /GoTo /D (page.84) >> +/Rect [432.65 224.989 449.583 235.31] +/A << /S /GoTo /D (page.113) >> >> endobj 2205 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.154 436.341 484.554 449.292] -/A << /S /GoTo /D (page.20) >> +/Rect [455.067 224.989 472 235.31] +/A << /S /GoTo /D (page.117) >> >> endobj 2206 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 436.341 499.397 449.292] -/A << /S /GoTo /D (page.68) >> +/Rect [477.484 224.989 494.417 235.31] +/A << /S /GoTo /D (page.119) >> >> endobj 2207 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 425.257 484.554 438.209] -/A << /S /GoTo /D (page.19) >> +/Rect [365.4 213.034 382.333 223.354] +/A << /S /GoTo /D (page.121) >> >> endobj 2208 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 425.257 499.397 438.209] -/A << /S /GoTo /D (page.81) >> +/Rect [386.427 213.034 403.36 223.354] +/A << /S /GoTo /D (page.123) >> >> endobj 2209 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 414.174 479.947 427.125] -/A << /S /GoTo /D (page.41) >> +/Rect [406.347 213.034 423.28 223.354] +/A << /S /GoTo /D (page.125) >> >> endobj 2210 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 414.174 499.397 427.125] -/A << /S /GoTo /D (page.131) >> +/Rect [427.374 213.034 444.307 223.354] +/A << /S /GoTo /D (page.127) >> >> endobj 2211 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 403.09 479.947 416.042] -/A << /S /GoTo /D (page.78) >> +/Rect [448.401 213.034 465.334 223.354] +/A << /S /GoTo /D (page.128) >> >> endobj 2212 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 403.09 499.397 416.042] -/A << /S /GoTo /D (page.133) >> +/Rect [469.429 213.034 486.361 223.354] +/A << /S /GoTo /D (page.198) >> >> endobj 2213 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 392.007 484.554 404.958] -/A << /S /GoTo /D (page.71) >> +/Rect [487.445 199.429 499.397 213.377] +/A << /S /GoTo /D (page.75) >> >> endobj 2214 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 392.007 499.397 404.958] -/A << /S /GoTo /D (page.89) >> +/Rect [487.445 187.474 499.397 201.421] +/A << /S /GoTo /D (page.82) >> >> endobj 2215 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 380.923 484.554 393.875] -/A << /S /GoTo /D (page.18) >> +/Rect [482.464 175.519 499.397 189.466] +/A << /S /GoTo /D (page.167) >> >> endobj 2216 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 380.923 499.397 393.875] -/A << /S /GoTo /D (page.70) >> +/Rect [487.445 163.563 499.397 177.511] +/A << /S /GoTo /D (page.94) >> >> endobj 2217 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 369.84 499.397 382.791] -/A << /S /GoTo /D (page.70) >> +/Rect [487.445 151.608 499.397 165.556] +/A << /S /GoTo /D (page.80) >> >> endobj 2218 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 358.756 479.947 371.708] -/A << /S /GoTo /D (page.34) >> +/Rect [487.445 139.653 499.397 153.601] +/A << /S /GoTo /D (page.80) >> >> endobj 2219 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 358.756 499.397 371.708] -/A << /S /GoTo /D (page.123) >> +/Rect [482.464 127.698 499.397 141.646] +/A << /S /GoTo /D (page.198) >> >> endobj 2220 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 347.673 479.947 360.624] -/A << /S /GoTo /D (page.34) >> +/Rect [424.142 115.743 436.316 129.69] +/A << /S /GoTo /D (page.37) >> >> endobj 2221 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 347.673 499.397 360.624] -/A << /S /GoTo /D (page.122) >> +/Rect [440.41 115.743 457.343 129.69] +/A << /S /GoTo /D (page.100) >> >> endobj 2222 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.495 336.59 481.894 349.541] -/A << /S /GoTo /D (page.34) >> +/Rect [461.437 115.743 478.37 129.69] +/A << /S /GoTo /D (page.132) >> >> endobj 2223 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 327.175 427.249 336.677] -/A << /S /GoTo /D (page.51) >> +/Rect [482.464 115.743 499.397 129.69] +/A << /S /GoTo /D (page.148) >> +>> endobj +2228 0 obj << +/D [2226 0 R /XYZ 144.724 753.953 null] +>> endobj +2225 0 obj << +/Font << /F43 485 0 R /F17 400 0 R /F36 482 0 R /F44 486 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2466 0 obj << +/Length 2223 +/Filter /FlateDecode +>> +stream +x\Ko8W,\. aXq*!m+BJ$M%nIJfyrf8p4~y}GJF +(n\ FYV%'Ssz^{|oJOc˼NKJ@W`l ~үr6bu#_AfC3w%!M`@͐3F_w#Gjq}ː#2L"Ei%N25-nhю"Z @ۉ#]I=AH'Q <֫^9X _FgWˉHS>dZ[rAkWYa:Re0`'c`Woq$$~K>IMG+*P0M2k'뺜,HA@"И@)Z)o$w=N!uSq4,P+yq:˼M }Wh^<ȼǻEMc#V;t,cM9 +SN m&"$)PK:Ze; l5sYTMܦQ&m(ޣGqD/Й̘E9oPށ'v4z=݊-/V-&]z#@~Zse(0q]}2M[SοIe_8RhO˞Y ^ +3/u``r1>#'"|!lXw0IƼȖeŌ>U-C~FgI﮹I|O{Dբ9G\Ln2=3K\X)Y$+%~[}ϫ&KufJYࠢ@KT R2E0,o_8/c=UgMs! "2*= +Ve +Q;-hhWbjl CBb8sfA?0QV[_eq@䛃!oʼPun^Vb+0SlMw R&+ZUWTꭨU+j1KU] T; h5yae)/7]YOI-9RqNUA],𮀛S΢"SXh>Ȑ{ȬGg aC sUN\5kQ@ qv3@ wo?If >=O`M +(4)0{~<;*zv\nW#f.&EȈI 6x2qhOJ~1k>Z]nSv){yǣy.B535E"NM, ,xfxt}88-spPzKLju_PHjNiv1bq@ zHE9KYY,YrfQ{QJ"7R\k6n„Zwq8<M4`d:gnKNp~A<("Ph%|QSc fc^iPyMhkEf~4ƂgJTYEA|3a?ؠ@.ހtpM:m91[} MO:f7۾)H1 SH78D"ZGȍ@,kyPPǞFf}*[":)g!Cݺ: Pņ50#̶^EoyubfO;xf^F%{4ReH>PQ.in[Cg(R湔vihM!VX[џkV3b۫(}jjCѢh\jψVlmcc?MF +endstream +endobj +2465 0 obj << +/Type /Page +/Contents 2466 0 R +/Resources 2464 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 2468 0 R +/Annots [ 2224 0 R 2229 0 R 2230 0 R 2231 0 R 2232 0 R 2233 0 R 2234 0 R 2235 0 R 2236 0 R 2237 0 R 2238 0 R 2239 0 R 2240 0 R 2241 0 R 2242 0 R 2243 0 R 2244 0 R 2245 0 R 2246 0 R 2247 0 R 2248 0 R 2249 0 R 2250 0 R 2251 0 R 2252 0 R 2253 0 R 2254 0 R 2255 0 R 2256 0 R 2257 0 R 2258 0 R 2259 0 R 2260 0 R 2261 0 R 2262 0 R 2263 0 R 2264 0 R 2265 0 R 2266 0 R 2267 0 R 2268 0 R 2269 0 R 2270 0 R 2271 0 R 2272 0 R 2273 0 R 2274 0 R 2275 0 R 2276 0 R 2277 0 R 2278 0 R 2279 0 R 2280 0 R 2281 0 R 2282 0 R 2283 0 R 2284 0 R 2285 0 R 2286 0 R 2287 0 R 2288 0 R 2289 0 R 2290 0 R 2291 0 R 2292 0 R 2293 0 R 2294 0 R 2295 0 R 2296 0 R 2297 0 R 2298 0 R 2299 0 R 2300 0 R 2301 0 R 2302 0 R 2303 0 R 2304 0 R 2305 0 R 2306 0 R 2307 0 R 2308 0 R 2309 0 R 2310 0 R 2311 0 R 2312 0 R 2313 0 R 2314 0 R 2315 0 R 2316 0 R 2317 0 R 2318 0 R 2319 0 R 2320 0 R 2321 0 R 2322 0 R 2323 0 R 2324 0 R 2325 0 R 2326 0 R 2327 0 R 2328 0 R 2329 0 R 2330 0 R 2331 0 R 2332 0 R 2333 0 R 2334 0 R 2335 0 R 2336 0 R 2337 0 R 2338 0 R 2339 0 R 2340 0 R 2341 0 R 2342 0 R 2343 0 R 2344 0 R 2345 0 R 2346 0 R 2347 0 R 2348 0 R 2349 0 R 2350 0 R 2351 0 R 2352 0 R 2353 0 R 2354 0 R 2355 0 R 2356 0 R 2357 0 R 2358 0 R 2359 0 R 2360 0 R 2361 0 R 2362 0 R 2363 0 R 2364 0 R 2365 0 R 2366 0 R 2367 0 R 2368 0 R 2369 0 R 2370 0 R 2371 0 R 2372 0 R 2373 0 R 2374 0 R 2375 0 R 2376 0 R 2377 0 R 2378 0 R 2379 0 R 2380 0 R 2381 0 R 2382 0 R 2383 0 R 2384 0 R 2385 0 R 2386 0 R 2387 0 R 2388 0 R 2389 0 R 2390 0 R 2391 0 R 2392 0 R 2393 0 R 2394 0 R 2395 0 R 2396 0 R 2397 0 R 2398 0 R 2399 0 R 2400 0 R 2401 0 R 2402 0 R 2403 0 R 2404 0 R 2405 0 R 2406 0 R 2407 0 R 2408 0 R 2409 0 R 2410 0 R 2411 0 R 2412 0 R 2413 0 R 2414 0 R 2415 0 R 2416 0 R 2417 0 R 2418 0 R 2419 0 R 2420 0 R 2421 0 R 2422 0 R 2423 0 R 2424 0 R 2425 0 R 2426 0 R 2427 0 R 2428 0 R 2429 0 R 2430 0 R 2431 0 R 2432 0 R 2433 0 R 2434 0 R 2435 0 R 2436 0 R 2437 0 R 2438 0 R 2439 0 R 2440 0 R 2441 0 R 2442 0 R 2443 0 R 2444 0 R 2445 0 R 2446 0 R 2447 0 R 2448 0 R 2449 0 R 2450 0 R 2451 0 R 2452 0 R 2453 0 R 2454 0 R 2455 0 R 2456 0 R 2457 0 R 2458 0 R 2459 0 R 2460 0 R 2461 0 R ] >> endobj 2224 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [435.486 327.175 451.298 336.677] -/A << /S /GoTo /D (page.122) >> ->> endobj -2225 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [459.535 327.175 475.348 336.677] -/A << /S /GoTo /D (page.123) >> ->> endobj -2226 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 327.175 499.397 336.677] -/A << /S /GoTo /D (page.151) >> ->> endobj -2227 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 314.547 499.397 327.499] -/A << /S /GoTo /D (page.124) >> ->> endobj -2228 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 303.464 499.397 316.415] -/A << /S /GoTo /D (page.124) >> +/Rect [300.646 689.591 317.579 703.539] +/A << /S /GoTo /D (page.132) >> >> endobj 2229 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 292.38 479.947 305.332] -/A << /S /GoTo /D (page.123) >> +/Rect [279.619 677.636 296.552 691.583] +/A << /S /GoTo /D (page.132) >> >> endobj 2230 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 292.38 499.397 305.332] -/A << /S /GoTo /D (page.124) >> +/Rect [300.646 677.636 317.579 691.583] +/A << /S /GoTo /D (page.149) >> >> endobj 2231 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [441.831 270.338 453.231 283.289] -/A << /S /GoTo /D (page.54) >> +/Rect [252.284 665.681 259.257 679.628] +/A << /S /GoTo /D (page.6) >> >> endobj 2232 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [456.869 270.338 468.074 283.289] -/A << /S /GoTo /D (page.57) >> +/Rect [263.351 665.681 275.525 679.628] +/A << /S /GoTo /D (page.37) >> >> endobj 2233 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 270.338 481.894 283.289] -/A << /S /GoTo /D (page.61) >> +/Rect [279.619 665.681 296.552 679.628] +/A << /S /GoTo /D (page.100) >> >> endobj 2234 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 260.924 431.855 270.425] -/A << /S /GoTo /D (page.169) >> +/Rect [300.646 665.681 317.579 679.628] +/A << /S /GoTo /D (page.133) >> >> endobj 2235 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.557 260.924 454.369 270.425] -/A << /S /GoTo /D (page.174) >> +/Rect [284.599 641.77 296.552 655.718] +/A << /S /GoTo /D (page.37) >> >> endobj 2236 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.071 260.924 476.883 270.425] -/A << /S /GoTo /D (page.179) >> +/Rect [300.646 641.77 317.579 655.718] +/A << /S /GoTo /D (page.132) >> >> endobj 2237 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 260.924 499.397 270.425] -/A << /S /GoTo /D (page.184) >> +/Rect [305.626 629.815 317.579 643.763] +/A << /S /GoTo /D (page.85) >> >> endobj 2238 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 248.296 479.947 261.247] -/A << /S /GoTo /D (page.36) >> +/Rect [305.626 617.86 317.579 631.808] +/A << /S /GoTo /D (page.84) >> >> endobj 2239 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 248.296 499.397 261.247] -/A << /S /GoTo /D (page.108) >> +/Rect [273.311 605.905 285.264 619.852] +/A << /S /GoTo /D (page.31) >> >> endobj 2240 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [424.017 226.253 435.223 239.205] -/A << /S /GoTo /D (page.25) >> +/Rect [289.358 605.905 301.532 619.852] +/A << /S /GoTo /D (page.43) >> >> endobj 2241 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.861 226.253 450.067 239.205] -/A << /S /GoTo /D (page.30) >> +/Rect [305.626 605.905 317.579 619.852] +/A << /S /GoTo /D (page.83) >> >> endobj 2242 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 226.253 465.104 239.205] -/A << /S /GoTo /D (page.32) >> +/Rect [289.579 593.95 301.532 607.897] +/A << /S /GoTo /D (page.44) >> >> endobj 2243 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 226.253 479.947 239.205] -/A << /S /GoTo /D (page.35) >> +/Rect [305.626 593.95 317.579 607.897] +/A << /S /GoTo /D (page.84) >> >> endobj 2244 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 226.253 499.397 239.205] -/A << /S /GoTo /D (page.114) >> +/Rect [305.626 581.994 317.579 595.942] +/A << /S /GoTo /D (page.86) >> >> endobj 2245 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 215.17 481.894 228.121] -/A << /S /GoTo /D (page.24) >> +/Rect [289.358 570.039 301.532 583.987] +/A << /S /GoTo /D (page.20) >> >> endobj 2246 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 205.756 427.249 215.257] -/A << /S /GoTo /D (page.32) >> +/Rect [305.626 570.039 317.579 583.987] +/A << /S /GoTo /D (page.69) >> >> endobj 2247 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.194 205.756 445.593 215.257] -/A << /S /GoTo /D (page.34) >> +/Rect [289.579 558.084 301.532 572.032] +/A << /S /GoTo /D (page.19) >> >> endobj 2248 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.538 205.756 463.744 215.257] -/A << /S /GoTo /D (page.71) >> +/Rect [305.626 558.084 317.579 572.032] +/A << /S /GoTo /D (page.82) >> >> endobj 2249 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 205.756 481.894 215.257] -/A << /S /GoTo /D (page.90) >> +/Rect [284.378 546.129 296.552 560.077] +/A << /S /GoTo /D (page.42) >> >> endobj 2250 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 194.797 427.249 204.298] -/A << /S /GoTo /D (page.91) >> +/Rect [300.646 546.129 317.579 560.077] +/A << /S /GoTo /D (page.133) >> >> endobj 2251 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [430.625 194.797 441.831 204.298] -/A << /S /GoTo /D (page.99) >> +/Rect [284.599 534.174 296.552 548.121] +/A << /S /GoTo /D (page.79) >> >> endobj 2252 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [445.207 194.797 461.02 204.298] -/A << /S /GoTo /D (page.109) >> +/Rect [300.646 534.174 317.579 548.121] +/A << /S /GoTo /D (page.135) >> >> endobj 2253 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.396 194.797 480.209 204.298] -/A << /S /GoTo /D (page.149) >> +/Rect [289.579 522.218 301.532 536.166] +/A << /S /GoTo /D (page.72) >> >> endobj 2254 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 194.797 499.397 204.298] -/A << /S /GoTo /D (page.196) >> +/Rect [305.626 522.218 317.579 536.166] +/A << /S /GoTo /D (page.91) >> >> endobj 2255 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.845 171.21 467.051 184.161] -/A << /S /GoTo /D (page.24) >> +/Rect [289.579 510.263 301.532 524.211] +/A << /S /GoTo /D (page.19) >> >> endobj 2256 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 171.21 481.894 184.161] -/A << /S /GoTo /D (page.32) >> +/Rect [305.626 510.263 317.579 524.211] +/A << /S /GoTo /D (page.71) >> >> endobj 2257 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 161.796 427.443 171.297] -/A << /S /GoTo /D (page.34) >> +/Rect [305.626 498.308 317.579 512.256] +/A << /S /GoTo /D (page.71) >> >> endobj 2258 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.387 161.796 445.593 171.297] -/A << /S /GoTo /D (page.90) >> +/Rect [284.378 486.353 296.552 500.301] +/A << /S /GoTo /D (page.35) >> >> endobj 2259 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.538 161.796 463.744 171.297] -/A << /S /GoTo /D (page.91) >> +/Rect [300.646 486.353 317.579 500.301] +/A << /S /GoTo /D (page.125) >> >> endobj 2260 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 161.796 481.894 171.297] -/A << /S /GoTo /D (page.99) >> +/Rect [284.378 474.398 296.552 488.346] +/A << /S /GoTo /D (page.35) >> >> endobj 2261 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 150.837 431.855 160.338] -/A << /S /GoTo /D (page.100) >> +/Rect [300.646 474.398 317.579 488.346] +/A << /S /GoTo /D (page.125) >> >> endobj 2262 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.557 150.837 454.369 160.338] -/A << /S /GoTo /D (page.109) >> +/Rect [226.277 462.443 238.451 476.39] +/A << /S /GoTo /D (page.35) >> >> endobj 2263 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.071 150.837 476.883 160.338] -/A << /S /GoTo /D (page.149) >> +/Rect [242.545 462.443 254.498 476.39] +/A << /S /GoTo /D (page.52) >> >> endobj 2264 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 150.837 499.397 160.338] -/A << /S /GoTo /D (page.197) >> +/Rect [258.592 462.443 275.525 476.39] +/A << /S /GoTo /D (page.124) >> >> endobj 2265 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 138.209 499.397 151.16] -/A << /S /GoTo /D (page.88) >> +/Rect [279.619 462.443 296.552 476.39] +/A << /S /GoTo /D (page.125) >> >> endobj 2266 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 127.125 499.397 140.077] -/A << /S /GoTo /D (page.88) >> +/Rect [300.646 462.443 317.579 476.39] +/A << /S /GoTo /D (page.153) >> >> endobj 2267 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 116.042 479.947 128.993] -/A << /S /GoTo /D (page.36) >> +/Rect [300.646 450.487 317.579 464.435] +/A << /S /GoTo /D (page.126) >> >> endobj 2268 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 116.042 499.397 128.993] -/A << /S /GoTo /D (page.108) >> ->> endobj -2281 0 obj << -/D [2279 0 R /XYZ 143.727 753.953 null] ->> endobj -2278 0 obj << -/Font << /F47 1747 0 R /F50 1748 0 R /F46 505 0 R /F51 1749 0 R /F17 400 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2583 0 obj << -/Length 2903 -/Filter /FlateDecode ->> -stream -x]IsWHNqNJjC<9"DL y?7 h@Kd9o|nB8Gj&(ҧEߧ:uN*)%\*.TpH,IY=/wTSjWJdO -LJM (er*&hf z hۏE{Y*vfw{dH ]vZkN I;m5Hkݬp2F zq4X4ҪQ[<sդXlQ 43br{eáYd<>|R7BUiO!}V[OY_k"0'PyLP 52]8AFGTW1r+J:eC:$ЃHV3󱅂Ѿ =ejy,]>W6y&U&e87.=Z TYcn8+lW+]bאa*p 䆚i0UI')ƘPMrb]Q2+ؿ鞺:JvYʗ-+ {p{kf0OϤhV?c1i&B 1IEW u3?S i\Re8Q,U6i RukP"cDhw",z_ ~H^z=/^n;aJL +7g8DXHa> pmKhޯ?"ekᇀiW:VnybQrh:A˩aG{[Fhig:v\Q,hIV `j9ϫ AϔNG+C8mhۧ 3{*mE+OӸڼ%X&*8"]Pսnq=eMщ V?њ6n|pӒ+[`d`:P[g^/v k]ta-T)$Oko&o&77ye&܇w"nޞ#vR^!BDy6ql˦xHȮ{U]ŽWxCsBE7T z:$HcMʪ&H 7։v:kR޳R4NMX_ ³v.~d_oH -vħɒ/ ohbi{ 2(96 :&'WHܹ|H$ӝ7f>@ -K1ղgnh۞sM@QK۽)!7,5SU-sXݐ3\/+ }K>3璂#MRk<м}[}9o(1$BHi0K5۪|;A avKY~YIʧhxlB[*|(eI=U0yjj ֳqe$93[ؿ;Wzu2 Q䜿ԘJ89SA?[dc9_\ټʢA!o5Ͼڭ `l? ӱRdƎ $+a{܏Qzs?<@,ZeIz1Tbco/xPp򝺺5%-Ff~"C6A|ڋ)N7G>W+諫? -Օ+nzu8T3Z=@U%1|V|gc\|}MN6w#{j8Ulޥ ÆϩiGvee8Ѱj >өXCMzDs&Q[cwrI{- ~רo DH,?5ZY("B.Sݼq+F*^Dq6 -DQcULUB<;W鞆8iopx9rߤɧ)UluLd>{B1lmQ_oU򙀍JicK-mޝr7fАr1wlXU>l|ğ > >> endobj 2269 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 701.845 237.523 714.796] -/A << /S /GoTo /D (page.38) >> +/Rect [279.619 426.577 296.552 440.525] +/A << /S /GoTo /D (page.125) >> >> endobj 2270 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 701.845 256.973 714.796] -/A << /S /GoTo /D (page.128) >> +/Rect [300.646 426.577 317.579 440.525] +/A << /S /GoTo /D (page.126) >> >> endobj 2271 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.28 690.758 222.679 703.71] -/A << /S /GoTo /D (page.38) >> +/Rect [250.624 414.622 262.798 428.57] +/A << /S /GoTo /D (page.56) >> >> endobj 2272 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 690.758 237.523 703.71] -/A << /S /GoTo /D (page.71) >> +/Rect [266.892 414.622 278.845 428.57] +/A << /S /GoTo /D (page.58) >> >> endobj 2273 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 690.758 256.973 703.71] -/A << /S /GoTo /D (page.128) >> +/Rect [281.833 414.622 293.785 428.57] +/A << /S /GoTo /D (page.62) >> >> endobj 2274 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 668.713 237.523 681.664] -/A << /S /GoTo /D (page.39) >> +/Rect [297.88 414.622 314.812 428.57] +/A << /S /GoTo /D (page.171) >> >> endobj 2275 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 668.713 256.973 681.664] -/A << /S /GoTo /D (page.128) >> +/Rect [183.582 404.317 200.514 414.637] +/A << /S /GoTo /D (page.176) >> >> endobj 2276 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 646.667 237.523 659.619] -/A << /S /GoTo /D (page.39) >> +/Rect [204.609 404.317 221.542 414.637] +/A << /S /GoTo /D (page.181) >> >> endobj 2277 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 646.667 256.973 659.619] -/A << /S /GoTo /D (page.128) >> +/Rect [225.636 404.317 242.569 414.637] +/A << /S /GoTo /D (page.186) >> +>> endobj +2278 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [284.378 390.712 296.552 404.659] +/A << /S /GoTo /D (page.37) >> +>> endobj +2279 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 390.712 317.579 404.659] +/A << /S /GoTo /D (page.110) >> +>> endobj +2280 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [221.297 378.756 233.249 392.704] +/A << /S /GoTo /D (page.26) >> +>> endobj +2281 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [237.344 378.756 249.296 392.704] +/A << /S /GoTo /D (page.30) >> >> endobj 2282 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 635.581 237.523 648.532] -/A << /S /GoTo /D (page.38) >> +/Rect [253.391 378.756 265.565 392.704] +/A << /S /GoTo /D (page.33) >> >> endobj 2283 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 635.581 256.973 648.532] -/A << /S /GoTo /D (page.129) >> +/Rect [269.659 378.756 281.612 392.704] +/A << /S /GoTo /D (page.35) >> >> endobj 2284 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 624.494 237.523 637.445] -/A << /S /GoTo /D (page.38) >> +/Rect [284.599 378.756 296.552 392.704] +/A << /S /GoTo /D (page.37) >> >> endobj 2285 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 624.494 256.973 637.445] -/A << /S /GoTo /D (page.129) >> +/Rect [300.646 378.756 317.579 392.704] +/A << /S /GoTo /D (page.116) >> >> endobj 2286 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 602.448 237.523 615.4] -/A << /S /GoTo /D (page.38) >> +/Rect [222.691 366.801 234.644 380.749] +/A << /S /GoTo /D (page.24) >> >> endobj 2287 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 602.448 256.973 615.4] -/A << /S /GoTo /D (page.129) >> +/Rect [238.681 366.801 250.633 380.749] +/A << /S /GoTo /D (page.25) >> >> endobj 2288 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 580.403 237.523 593.354] -/A << /S /GoTo /D (page.38) >> +/Rect [254.67 366.801 266.623 380.749] +/A << /S /GoTo /D (page.33) >> >> endobj 2289 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 580.403 256.973 593.354] -/A << /S /GoTo /D (page.129) >> +/Rect [270.659 366.801 282.834 380.749] +/A << /S /GoTo /D (page.35) >> >> endobj 2290 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 569.316 237.523 582.268] -/A << /S /GoTo /D (page.38) >> +/Rect [286.87 366.801 298.823 380.749] +/A << /S /GoTo /D (page.72) >> >> endobj 2291 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 569.316 256.973 582.268] -/A << /S /GoTo /D (page.127) >> +/Rect [302.86 366.801 314.812 380.749] +/A << /S /GoTo /D (page.92) >> >> endobj 2292 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.28 558.23 222.679 571.181] -/A << /S /GoTo /D (page.38) >> +/Rect [183.582 356.496 195.534 366.816] +/A << /S /GoTo /D (page.93) >> >> endobj 2293 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 558.23 237.523 571.181] -/A << /S /GoTo /D (page.39) >> +/Rect [199.629 356.496 216.561 366.816] +/A << /S /GoTo /D (page.100) >> >> endobj 2294 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 558.23 256.973 571.181] -/A << /S /GoTo /D (page.127) >> +/Rect [220.656 356.496 237.589 366.816] +/A << /S /GoTo /D (page.101) >> >> endobj 2295 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 547.143 237.523 560.094] -/A << /S /GoTo /D (page.38) >> +/Rect [241.683 356.496 258.616 366.816] +/A << /S /GoTo /D (page.111) >> >> endobj 2296 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 547.143 256.973 560.094] -/A << /S /GoTo /D (page.128) >> +/Rect [262.71 356.496 279.643 366.816] +/A << /S /GoTo /D (page.151) >> >> endobj 2297 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 536.056 237.523 549.008] -/A << /S /GoTo /D (page.38) >> +/Rect [283.737 356.496 300.67 366.816] +/A << /S /GoTo /D (page.198) >> >> endobj 2298 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 536.056 256.973 549.008] -/A << /S /GoTo /D (page.128) >> +/Rect [254.497 342.891 266.45 356.839] +/A << /S /GoTo /D (page.24) >> >> endobj 2299 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 524.97 256.973 537.921] -/A << /S /GoTo /D (page.129) >> +/Rect [270.544 342.891 282.497 356.839] +/A << /S /GoTo /D (page.25) >> >> endobj 2300 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 513.883 237.523 526.835] -/A << /S /GoTo /D (page.39) >> +/Rect [286.591 342.891 298.544 356.839] +/A << /S /GoTo /D (page.33) >> >> endobj 2301 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 513.883 256.973 526.835] -/A << /S /GoTo /D (page.129) >> +/Rect [302.638 342.891 314.812 356.839] +/A << /S /GoTo /D (page.35) >> >> endobj 2302 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 502.796 237.523 515.748] -/A << /S /GoTo /D (page.39) >> +/Rect [183.582 332.586 195.534 342.906] +/A << /S /GoTo /D (page.92) >> >> endobj 2303 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 502.796 256.973 515.748] -/A << /S /GoTo /D (page.128) >> +/Rect [199.629 332.586 211.581 342.906] +/A << /S /GoTo /D (page.93) >> >> endobj 2304 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 480.751 237.523 493.702] -/A << /S /GoTo /D (page.39) >> +/Rect [215.676 332.586 232.608 342.906] +/A << /S /GoTo /D (page.100) >> >> endobj 2305 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 480.751 256.973 493.702] -/A << /S /GoTo /D (page.129) >> +/Rect [236.703 332.586 253.636 342.906] +/A << /S /GoTo /D (page.101) >> >> endobj 2306 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 458.705 237.523 471.657] -/A << /S /GoTo /D (page.39) >> +/Rect [257.73 332.586 274.663 342.906] +/A << /S /GoTo /D (page.111) >> >> endobj 2307 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 458.705 256.973 471.657] -/A << /S /GoTo /D (page.129) >> +/Rect [278.757 332.586 295.69 342.906] +/A << /S /GoTo /D (page.151) >> >> endobj 2308 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 447.619 237.523 460.57] -/A << /S /GoTo /D (page.38) >> +/Rect [299.784 332.586 316.717 342.906] +/A << /S /GoTo /D (page.199) >> >> endobj 2309 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 447.619 256.973 460.57] -/A << /S /GoTo /D (page.128) >> +/Rect [305.626 318.981 317.579 332.928] +/A << /S /GoTo /D (page.90) >> >> endobj 2310 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 436.532 237.523 449.484] -/A << /S /GoTo /D (page.38) >> +/Rect [305.626 307.025 317.579 320.973] +/A << /S /GoTo /D (page.90) >> >> endobj 2311 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 436.532 256.973 449.484] -/A << /S /GoTo /D (page.128) >> +/Rect [284.378 295.07 296.552 309.018] +/A << /S /GoTo /D (page.37) >> >> endobj 2312 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 425.446 256.973 438.397] -/A << /S /GoTo /D (page.129) >> +/Rect [300.646 295.07 317.579 309.018] +/A << /S /GoTo /D (page.110) >> >> endobj 2313 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 414.359 237.523 427.31] -/A << /S /GoTo /D (page.33) >> +/Rect [284.378 283.115 296.552 297.063] +/A << /S /GoTo /D (page.39) >> >> endobj 2314 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 414.359 256.973 427.31] -/A << /S /GoTo /D (page.117) >> +/Rect [300.646 283.115 317.579 297.063] +/A << /S /GoTo /D (page.130) >> >> endobj 2315 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 403.272 237.523 416.224] -/A << /S /GoTo /D (page.33) >> +/Rect [268.331 271.16 280.505 285.108] +/A << /S /GoTo /D (page.39) >> >> endobj 2316 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 403.272 256.973 416.224] -/A << /S /GoTo /D (page.117) >> +/Rect [284.599 271.16 296.552 285.108] +/A << /S /GoTo /D (page.72) >> >> endobj 2317 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.07 392.186 239.47 405.137] -/A << /S /GoTo /D (page.33) >> +/Rect [300.646 271.16 317.579 285.108] +/A << /S /GoTo /D (page.130) >> >> endobj 2318 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 382.771 184.825 392.273] -/A << /S /GoTo /D (page.51) >> +/Rect [284.378 259.205 296.552 273.152] +/A << /S /GoTo /D (page.39) >> >> endobj 2319 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [193.062 382.771 208.874 392.273] -/A << /S /GoTo /D (page.116) >> +/Rect [300.646 259.205 317.579 273.152] +/A << /S /GoTo /D (page.130) >> >> endobj 2320 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [217.111 382.771 232.924 392.273] -/A << /S /GoTo /D (page.117) >> +/Rect [284.378 247.25 296.552 261.197] +/A << /S /GoTo /D (page.39) >> >> endobj 2321 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 382.771 256.973 392.273] -/A << /S /GoTo /D (page.152) >> +/Rect [300.646 247.25 317.579 261.197] +/A << /S /GoTo /D (page.130) >> >> endobj 2322 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 370.14 237.523 383.092] -/A << /S /GoTo /D (page.33) >> +/Rect [284.378 235.294 296.552 249.242] +/A << /S /GoTo /D (page.39) >> >> endobj 2323 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 370.14 256.973 383.092] -/A << /S /GoTo /D (page.120) >> +/Rect [300.646 235.294 317.579 249.242] +/A << /S /GoTo /D (page.131) >> >> endobj 2324 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 359.053 237.523 372.005] -/A << /S /GoTo /D (page.33) >> +/Rect [284.378 223.339 296.552 237.287] +/A << /S /GoTo /D (page.39) >> >> endobj 2325 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 359.053 256.973 372.005] -/A << /S /GoTo /D (page.120) >> +/Rect [300.646 223.339 317.579 237.287] +/A << /S /GoTo /D (page.131) >> >> endobj 2326 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.673 337.008 218.073 349.959] -/A << /S /GoTo /D (page.33) >> +/Rect [284.378 211.384 296.552 225.332] +/A << /S /GoTo /D (page.39) >> >> endobj 2327 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 337.008 237.523 349.959] -/A << /S /GoTo /D (page.119) >> +/Rect [300.646 211.384 317.579 225.332] +/A << /S /GoTo /D (page.131) >> >> endobj 2328 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 337.008 256.973 349.959] -/A << /S /GoTo /D (page.120) >> +/Rect [284.378 199.429 296.552 213.377] +/A << /S /GoTo /D (page.39) >> >> endobj 2329 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 325.921 256.973 338.873] -/A << /S /GoTo /D (page.146) >> +/Rect [300.646 199.429 317.579 213.377] +/A << /S /GoTo /D (page.131) >> >> endobj 2330 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.673 303.876 218.073 316.827] -/A << /S /GoTo /D (page.63) >> +/Rect [284.378 187.474 296.552 201.421] +/A << /S /GoTo /D (page.39) >> >> endobj 2331 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 303.876 237.523 316.827] -/A << /S /GoTo /D (page.131) >> +/Rect [300.646 187.474 317.579 201.421] +/A << /S /GoTo /D (page.130) >> >> endobj 2332 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 303.876 256.973 316.827] -/A << /S /GoTo /D (page.146) >> +/Rect [268.331 175.519 280.505 189.466] +/A << /S /GoTo /D (page.39) >> >> endobj 2333 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.83 281.83 203.229 294.782] -/A << /S /GoTo /D (page.63) >> +/Rect [284.599 175.519 296.552 189.466] +/A << /S /GoTo /D (page.40) >> >> endobj 2334 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.867 281.83 218.073 294.782] -/A << /S /GoTo /D (page.65) >> +/Rect [300.646 175.519 317.579 189.466] +/A << /S /GoTo /D (page.130) >> >> endobj 2335 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 281.83 237.523 294.782] -/A << /S /GoTo /D (page.145) >> +/Rect [284.378 163.563 296.552 177.511] +/A << /S /GoTo /D (page.39) >> >> endobj 2336 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 281.83 256.973 294.782] -/A << /S /GoTo /D (page.146) >> +/Rect [300.646 163.563 317.579 177.511] +/A << /S /GoTo /D (page.131) >> >> endobj 2337 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [218.027 270.744 224.626 283.695] -/A << /S /GoTo /D (page.5) >> +/Rect [284.378 151.608 296.552 165.556] +/A << /S /GoTo /D (page.39) >> >> endobj 2338 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 270.744 239.47 283.695] -/A << /S /GoTo /D (page.55) >> +/Rect [300.646 151.608 317.579 165.556] +/A << /S /GoTo /D (page.131) >> >> endobj 2339 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 261.329 185.018 270.831] -/A << /S /GoTo /D (page.64) >> +/Rect [300.646 139.653 317.579 153.601] +/A << /S /GoTo /D (page.132) >> >> endobj 2340 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [188.346 261.329 199.552 270.831] -/A << /S /GoTo /D (page.65) >> +/Rect [284.378 127.698 296.552 141.646] +/A << /S /GoTo /D (page.40) >> >> endobj 2341 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.88 261.329 218.692 270.831] -/A << /S /GoTo /D (page.145) >> +/Rect [300.646 127.698 317.579 141.646] +/A << /S /GoTo /D (page.131) >> >> endobj 2342 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [222.02 261.329 237.833 270.831] -/A << /S /GoTo /D (page.146) >> +/Rect [284.378 115.743 296.552 129.69] +/A << /S /GoTo /D (page.40) >> >> endobj 2343 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 261.329 256.973 270.831] -/A << /S /GoTo /D (page.166) >> +/Rect [300.646 115.743 317.579 129.69] +/A << /S /GoTo /D (page.131) >> >> endobj 2344 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.28 248.698 222.486 261.649] -/A << /S /GoTo /D (page.38) >> +/Rect [466.196 701.546 478.37 715.494] +/A << /S /GoTo /D (page.40) >> >> endobj 2345 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 248.698 237.523 261.649] -/A << /S /GoTo /D (page.39) >> +/Rect [482.464 701.546 499.397 715.494] +/A << /S /GoTo /D (page.131) >> >> endobj 2346 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 248.698 256.973 261.649] -/A << /S /GoTo /D (page.130) >> +/Rect [466.196 689.591 478.37 703.539] +/A << /S /GoTo /D (page.40) >> >> endobj 2347 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 237.611 237.523 250.563] -/A << /S /GoTo /D (page.56) >> +/Rect [482.464 689.591 499.397 703.539] +/A << /S /GoTo /D (page.131) >> >> endobj 2348 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 237.611 256.973 250.563] -/A << /S /GoTo /D (page.166) >> +/Rect [466.196 677.636 478.37 691.583] +/A << /S /GoTo /D (page.39) >> >> endobj 2349 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 226.525 237.523 239.476] -/A << /S /GoTo /D (page.79) >> +/Rect [482.464 677.636 499.397 691.583] +/A << /S /GoTo /D (page.130) >> >> endobj 2350 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 226.525 256.973 239.476] -/A << /S /GoTo /D (page.147) >> +/Rect [466.196 665.681 478.37 679.628] +/A << /S /GoTo /D (page.39) >> >> endobj 2351 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.73 215.438 241.936 228.39] -/A << /S /GoTo /D (page.35) >> +/Rect [482.464 665.681 499.397 679.628] +/A << /S /GoTo /D (page.130) >> >> endobj 2352 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.574 215.438 256.973 228.39] -/A << /S /GoTo /D (page.35) >> +/Rect [482.464 653.725 499.397 667.673] +/A << /S /GoTo /D (page.132) >> >> endobj 2353 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [185.712 204.352 196.918 217.303] -/A << /S /GoTo /D (page.25) >> +/Rect [466.196 641.77 478.37 655.718] +/A << /S /GoTo /D (page.33) >> >> endobj 2354 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [199.832 204.352 211.231 217.303] -/A << /S /GoTo /D (page.30) >> +/Rect [482.464 641.77 499.397 655.718] +/A << /S /GoTo /D (page.120) >> >> endobj 2355 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [214.145 204.352 225.35 217.303] -/A << /S /GoTo /D (page.32) >> +/Rect [445.169 629.815 457.343 643.763] +/A << /S /GoTo /D (page.33) >> >> endobj 2356 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 204.352 239.47 217.303] -/A << /S /GoTo /D (page.35) >> +/Rect [461.437 629.815 478.37 643.763] +/A << /S /GoTo /D (page.119) >> >> endobj 2357 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 194.937 184.825 204.439] -/A << /S /GoTo /D (page.36) >> +/Rect [482.464 629.815 499.397 643.763] +/A << /S /GoTo /D (page.120) >> >> endobj 2358 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [190.298 194.937 201.504 204.439] -/A << /S /GoTo /D (page.98) >> +/Rect [429.122 617.86 441.296 631.808] +/A << /S /GoTo /D (page.33) >> >> endobj 2359 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.978 194.937 218.184 204.439] -/A << /S /GoTo /D (page.99) >> +/Rect [445.39 617.86 457.343 631.808] +/A << /S /GoTo /D (page.52) >> >> endobj 2360 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.658 194.937 239.47 204.439] -/A << /S /GoTo /D (page.101) >> +/Rect [461.437 617.86 478.37 631.808] +/A << /S /GoTo /D (page.119) >> >> endobj 2361 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 183.978 189.431 193.48] -/A << /S /GoTo /D (page.109) >> +/Rect [482.464 617.86 499.397 631.808] +/A << /S /GoTo /D (page.154) >> >> endobj 2362 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [196.133 183.978 211.945 193.48] -/A << /S /GoTo /D (page.130) >> +/Rect [466.196 605.905 478.37 619.852] +/A << /S /GoTo /D (page.34) >> >> endobj 2363 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [218.647 183.978 234.459 193.48] -/A << /S /GoTo /D (page.146) >> +/Rect [482.464 605.905 499.397 619.852] +/A << /S /GoTo /D (page.122) >> >> endobj 2364 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 183.978 256.973 193.48] -/A << /S /GoTo /D (page.147) >> +/Rect [466.196 593.95 478.37 607.897] +/A << /S /GoTo /D (page.34) >> >> endobj 2365 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.867 160.26 218.073 173.212] -/A << /S /GoTo /D (page.31) >> +/Rect [482.464 593.95 499.397 607.897] +/A << /S /GoTo /D (page.122) >> >> endobj 2366 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 160.26 237.523 173.212] -/A << /S /GoTo /D (page.100) >> +/Rect [445.169 581.994 457.343 595.942] +/A << /S /GoTo /D (page.34) >> >> endobj 2367 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 160.26 256.973 173.212] -/A << /S /GoTo /D (page.109) >> +/Rect [461.437 581.994 478.37 595.942] +/A << /S /GoTo /D (page.121) >> >> endobj 2368 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [175.71 138.215 186.916 151.166] -/A << /S /GoTo /D (page.30) >> +/Rect [482.464 581.994 499.397 595.942] +/A << /S /GoTo /D (page.122) >> >> endobj 2369 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [189.769 138.215 200.975 151.166] -/A << /S /GoTo /D (page.42) >> +/Rect [482.464 570.039 499.397 583.987] +/A << /S /GoTo /D (page.148) >> >> endobj 2370 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [203.829 138.215 219.641 151.166] -/A << /S /GoTo /D (page.100) >> +/Rect [445.169 558.084 457.343 572.032] +/A << /S /GoTo /D (page.64) >> >> endobj 2371 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [222.495 138.215 238.307 151.166] -/A << /S /GoTo /D (page.109) >> +/Rect [461.437 558.084 478.37 572.032] +/A << /S /GoTo /D (page.133) >> >> endobj 2372 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 138.215 256.973 151.166] -/A << /S /GoTo /D (page.147) >> +/Rect [482.464 558.084 499.397 572.032] +/A << /S /GoTo /D (page.148) >> >> endobj 2373 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [192.024 127.128 203.229 140.08] -/A << /S /GoTo /D (page.31) >> +/Rect [430.037 546.129 442.211 560.077] +/A << /S /GoTo /D (page.64) >> >> endobj 2374 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.867 127.128 218.073 140.08] -/A << /S /GoTo /D (page.36) >> +/Rect [446 546.129 457.953 560.077] +/A << /S /GoTo /D (page.66) >> >> endobj 2375 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 127.128 237.523 140.08] -/A << /S /GoTo /D (page.100) >> +/Rect [461.742 546.129 478.675 560.077] +/A << /S /GoTo /D (page.147) >> >> endobj 2376 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 127.128 256.973 140.08] -/A << /S /GoTo /D (page.109) >> +/Rect [482.464 546.129 499.397 560.077] +/A << /S /GoTo /D (page.148) >> >> endobj 2377 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.574 116.042 256.973 128.993] -/A << /S /GoTo /D (page.31) >> +/Rect [420.268 534.174 427.241 548.121] +/A << /S /GoTo /D (page.5) >> >> endobj 2378 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 690.886 358.735 703.837] +/Rect [431.335 534.174 443.288 548.121] /A << /S /GoTo /D (page.56) >> >> endobj 2379 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 690.886 378.185 703.837] -/A << /S /GoTo /D (page.169) >> +/Rect [447.382 534.174 459.556 548.121] +/A << /S /GoTo /D (page.65) >> >> endobj 2380 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 679.808 363.342 692.76] -/A << /S /GoTo /D (page.53) >> +/Rect [463.651 534.174 475.603 548.121] +/A << /S /GoTo /D (page.66) >> >> endobj 2381 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 679.808 378.185 692.76] -/A << /S /GoTo /D (page.97) >> +/Rect [479.698 534.174 496.631 548.121] +/A << /S /GoTo /D (page.147) >> >> endobj 2382 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 668.731 363.342 681.682] -/A << /S /GoTo /D (page.53) >> +/Rect [365.4 523.868 382.333 534.189] +/A << /S /GoTo /D (page.148) >> >> endobj 2383 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 668.731 378.185 681.682] -/A << /S /GoTo /D (page.98) >> +/Rect [386.427 523.868 403.36 534.189] +/A << /S /GoTo /D (page.168) >> >> endobj 2384 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 657.653 363.342 670.605] -/A << /S /GoTo /D (page.53) >> +/Rect [450.149 510.263 462.102 524.211] +/A << /S /GoTo /D (page.39) >> >> endobj 2385 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 657.653 378.185 670.605] -/A << /S /GoTo /D (page.98) >> +/Rect [466.196 510.263 478.37 524.211] +/A << /S /GoTo /D (page.40) >> >> endobj 2386 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 646.576 363.342 659.527] -/A << /S /GoTo /D (page.53) >> +/Rect [482.464 510.263 499.397 524.211] +/A << /S /GoTo /D (page.132) >> >> endobj 2387 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 646.576 378.185 659.527] -/A << /S /GoTo /D (page.98) >> +/Rect [466.196 498.308 478.37 512.256] +/A << /S /GoTo /D (page.57) >> >> endobj 2388 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 635.498 358.735 648.45] -/A << /S /GoTo /D (page.47) >> +/Rect [482.464 498.308 499.397 512.256] +/A << /S /GoTo /D (page.168) >> >> endobj 2389 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 635.498 378.185 648.45] -/A << /S /GoTo /D (page.150) >> +/Rect [466.417 486.353 478.37 500.301] +/A << /S /GoTo /D (page.80) >> >> endobj 2390 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 613.462 358.735 626.413] -/A << /S /GoTo /D (page.47) >> +/Rect [482.464 486.353 499.397 500.301] +/A << /S /GoTo /D (page.149) >> >> endobj 2391 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 613.462 378.185 626.413] -/A << /S /GoTo /D (page.150) >> +/Rect [471.176 474.398 483.129 488.346] +/A << /S /GoTo /D (page.35) >> >> endobj 2392 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 602.385 358.735 615.336] -/A << /S /GoTo /D (page.34) >> +/Rect [487.223 474.398 499.397 488.346] +/A << /S /GoTo /D (page.35) >> >> endobj 2393 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 602.385 378.185 615.336] -/A << /S /GoTo /D (page.121) >> +/Rect [399.241 462.443 411.194 476.39] +/A << /S /GoTo /D (page.26) >> >> endobj 2394 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 591.307 358.735 604.258] -/A << /S /GoTo /D (page.34) >> +/Rect [415.288 462.443 427.462 476.39] +/A << /S /GoTo /D (page.30) >> >> endobj 2395 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 591.307 378.185 604.258] -/A << /S /GoTo /D (page.121) >> +/Rect [431.557 462.443 443.509 476.39] +/A << /S /GoTo /D (page.32) >> >> endobj 2396 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [327.886 580.23 339.285 593.181] -/A << /S /GoTo /D (page.33) >> +/Rect [447.604 462.443 459.556 476.39] +/A << /S /GoTo /D (page.35) >> >> endobj 2397 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 580.23 358.735 593.181] -/A << /S /GoTo /D (page.120) >> +/Rect [463.651 462.443 475.603 476.39] +/A << /S /GoTo /D (page.37) >> >> endobj 2398 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 580.23 378.185 593.181] -/A << /S /GoTo /D (page.121) >> +/Rect [479.698 462.443 496.631 476.39] +/A << /S /GoTo /D (page.100) >> >> endobj 2399 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 569.152 358.735 582.103] -/A << /S /GoTo /D (page.40) >> +/Rect [365.4 452.137 382.333 462.458] +/A << /S /GoTo /D (page.102) >> >> endobj 2400 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 569.152 378.185 582.103] -/A << /S /GoTo /D (page.146) >> +/Rect [386.427 452.137 403.36 462.458] +/A << /S /GoTo /D (page.111) >> >> endobj 2401 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 558.075 378.185 571.026] -/A << /S /GoTo /D (page.165) >> +/Rect [407.454 452.137 424.387 462.458] +/A << /S /GoTo /D (page.132) >> >> endobj 2402 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 536.038 358.735 548.99] -/A << /S /GoTo /D (page.63) >> +/Rect [428.481 452.137 445.414 462.458] +/A << /S /GoTo /D (page.148) >> >> endobj 2403 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 536.038 378.185 548.99] -/A << /S /GoTo /D (page.165) >> +/Rect [449.508 452.137 466.441 462.458] +/A << /S /GoTo /D (page.149) >> >> endobj 2404 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 524.961 378.185 537.912] -/A << /S /GoTo /D (page.166) >> +/Rect [445.39 426.577 457.343 440.525] +/A << /S /GoTo /D (page.32) >> >> endobj 2405 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 513.883 378.185 526.835] -/A << /S /GoTo /D (page.144) >> +/Rect [461.437 426.577 478.37 440.525] +/A << /S /GoTo /D (page.102) >> >> endobj 2406 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 502.806 378.185 515.757] -/A << /S /GoTo /D (page.81) >> +/Rect [482.464 426.577 499.397 440.525] +/A << /S /GoTo /D (page.111) >> >> endobj 2407 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 491.728 378.185 504.68] -/A << /S /GoTo /D (page.79) >> +/Rect [393.759 414.622 405.712 428.57] +/A << /S /GoTo /D (page.30) >> >> endobj 2408 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.236 469.692 324.442 482.643] -/A << /S /GoTo /D (page.11) >> +/Rect [409.508 414.622 421.461 428.57] +/A << /S /GoTo /D (page.31) >> >> endobj 2409 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 469.692 339.285 482.643] -/A << /S /GoTo /D (page.76) >> +/Rect [425.257 414.622 437.21 428.57] +/A << /S /GoTo /D (page.43) >> >> endobj 2410 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 469.692 358.735 482.643] -/A << /S /GoTo /D (page.131) >> +/Rect [441.006 414.622 457.939 428.57] +/A << /S /GoTo /D (page.102) >> >> endobj 2411 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 469.692 378.185 482.643] -/A << /S /GoTo /D (page.145) >> +/Rect [461.735 414.622 478.668 428.57] +/A << /S /GoTo /D (page.111) >> >> endobj 2412 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 458.614 358.735 471.566] -/A << /S /GoTo /D (page.41) >> +/Rect [482.464 414.622 499.397 428.57] +/A << /S /GoTo /D (page.149) >> >> endobj 2413 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 458.614 378.185 471.566] -/A << /S /GoTo /D (page.131) >> +/Rect [429.343 402.667 441.296 416.615] +/A << /S /GoTo /D (page.32) >> >> endobj 2414 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 447.537 378.185 460.488] -/A << /S /GoTo /D (page.73) >> +/Rect [445.39 402.667 457.343 416.615] +/A << /S /GoTo /D (page.37) >> >> endobj 2415 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [320.619 425.5 332.019 438.452] -/A << /S /GoTo /D (page.55) >> +/Rect [461.437 402.667 478.37 416.615] +/A << /S /GoTo /D (page.102) >> >> endobj 2416 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [335.656 425.5 346.862 438.452] -/A << /S /GoTo /D (page.57) >> +/Rect [482.464 402.667 499.397 416.615] +/A << /S /GoTo /D (page.111) >> >> endobj 2417 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 425.5 360.682 438.452] -/A << /S /GoTo /D (page.61) >> +/Rect [487.223 390.712 499.397 404.659] +/A << /S /GoTo /D (page.32) >> >> endobj 2418 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 416.086 310.643 425.587] -/A << /S /GoTo /D (page.169) >> +/Rect [466.196 378.756 478.37 392.704] +/A << /S /GoTo /D (page.57) >> >> endobj 2419 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.345 416.086 333.157 425.587] -/A << /S /GoTo /D (page.174) >> +/Rect [482.464 378.756 499.397 392.704] +/A << /S /GoTo /D (page.171) >> >> endobj 2420 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [339.859 416.086 355.671 425.587] -/A << /S /GoTo /D (page.179) >> +/Rect [471.176 366.801 483.35 380.749] +/A << /S /GoTo /D (page.54) >> >> endobj 2421 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 416.086 378.185 425.587] -/A << /S /GoTo /D (page.184) >> +/Rect [487.445 366.801 499.397 380.749] +/A << /S /GoTo /D (page.99) >> >> endobj 2422 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 403.464 363.342 416.415] -/A << /S /GoTo /D (page.23) >> +/Rect [466.196 354.846 478.37 368.794] +/A << /S /GoTo /D (page.54) >> >> endobj 2423 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 403.464 378.185 416.415] -/A << /S /GoTo /D (page.77) >> +/Rect [482.464 354.846 499.397 368.794] +/A << /S /GoTo /D (page.100) >> >> endobj 2424 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.492 392.386 343.698 405.338] -/A << /S /GoTo /D (page.24) >> +/Rect [471.176 342.891 483.35 356.839] +/A << /S /GoTo /D (page.54) >> >> endobj 2425 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 392.386 358.735 405.338] -/A << /S /GoTo /D (page.32) >> +/Rect [487.445 342.891 499.397 356.839] +/A << /S /GoTo /D (page.99) >> >> endobj 2426 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 392.386 378.185 405.338] -/A << /S /GoTo /D (page.113) >> +/Rect [466.196 330.936 478.37 344.884] +/A << /S /GoTo /D (page.54) >> >> endobj 2427 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [298.89 381.309 310.096 394.26] -/A << /S /GoTo /D (page.24) >> +/Rect [482.464 330.936 499.397 344.884] +/A << /S /GoTo /D (page.100) >> >> endobj 2428 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.561 381.309 324.96 394.26] -/A << /S /GoTo /D (page.32) >> +/Rect [466.196 318.981 478.37 332.928] +/A << /S /GoTo /D (page.47) >> >> endobj 2429 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.425 381.309 339.631 394.26] -/A << /S /GoTo /D (page.52) >> +/Rect [482.464 318.981 499.397 332.928] +/A << /S /GoTo /D (page.152) >> >> endobj 2430 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [343.096 381.309 358.908 394.26] -/A << /S /GoTo /D (page.112) >> +/Rect [466.196 307.025 478.37 320.973] +/A << /S /GoTo /D (page.47) >> >> endobj 2431 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 381.309 378.185 394.26] -/A << /S /GoTo /D (page.163) >> +/Rect [482.464 307.025 499.397 320.973] +/A << /S /GoTo /D (page.152) >> >> endobj 2432 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [304.752 370.231 315.958 383.183] -/A << /S /GoTo /D (page.24) >> +/Rect [466.196 295.07 478.37 309.018] +/A << /S /GoTo /D (page.34) >> >> endobj 2433 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [319.596 370.231 330.801 383.183] -/A << /S /GoTo /D (page.30) >> +/Rect [482.464 295.07 499.397 309.018] +/A << /S /GoTo /D (page.124) >> >> endobj 2434 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.439 370.231 345.838 383.183] -/A << /S /GoTo /D (page.32) >> +/Rect [466.196 283.115 478.37 297.063] +/A << /S /GoTo /D (page.34) >> >> endobj 2435 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 370.231 360.682 383.183] -/A << /S /GoTo /D (page.34) >> +/Rect [482.464 283.115 499.397 297.063] +/A << /S /GoTo /D (page.123) >> >> endobj 2436 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 360.817 306.037 370.318] -/A << /S /GoTo /D (page.35) >> +/Rect [445.169 271.16 457.343 285.108] +/A << /S /GoTo /D (page.34) >> >> endobj 2437 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 360.817 324.252 370.318] -/A << /S /GoTo /D (page.52) >> +/Rect [461.437 271.16 478.37 285.108] +/A << /S /GoTo /D (page.123) >> >> endobj 2438 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 360.817 342.467 370.318] -/A << /S /GoTo /D (page.53) >> +/Rect [482.464 271.16 499.397 285.108] +/A << /S /GoTo /D (page.124) >> >> endobj 2439 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 360.817 360.682 370.318] -/A << /S /GoTo /D (page.66) >> +/Rect [466.196 259.205 478.37 273.152] +/A << /S /GoTo /D (page.41) >> >> endobj 2440 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 349.858 306.037 359.36] -/A << /S /GoTo /D (page.98) >> +/Rect [482.464 259.205 499.397 273.152] +/A << /S /GoTo /D (page.149) >> >> endobj 2441 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [309.667 349.858 320.873 359.36] -/A << /S /GoTo /D (page.99) >> +/Rect [482.464 247.25 499.397 261.197] +/A << /S /GoTo /D (page.167) >> >> endobj 2442 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [324.504 349.858 340.316 359.36] -/A << /S /GoTo /D (page.111) >> +/Rect [466.196 235.294 478.37 249.242] +/A << /S /GoTo /D (page.64) >> >> endobj 2443 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.93 349.858 358.742 359.36] -/A << /S /GoTo /D (page.113) >> +/Rect [482.464 235.294 499.397 249.242] +/A << /S /GoTo /D (page.167) >> >> endobj 2444 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 349.858 378.185 359.36] -/A << /S /GoTo /D (page.196) >> +/Rect [482.464 223.339 499.397 237.287] +/A << /S /GoTo /D (page.168) >> >> endobj 2445 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 337.236 358.735 350.187] -/A << /S /GoTo /D (page.33) >> +/Rect [482.464 211.384 499.397 225.332] +/A << /S /GoTo /D (page.146) >> >> endobj 2446 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 337.236 378.185 350.187] -/A << /S /GoTo /D (page.119) >> +/Rect [487.445 199.429 499.397 213.377] +/A << /S /GoTo /D (page.83) >> >> endobj 2447 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 326.158 358.735 339.11] -/A << /S /GoTo /D (page.33) >> +/Rect [487.445 187.474 499.397 201.421] +/A << /S /GoTo /D (page.80) >> >> endobj 2448 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 326.158 378.185 339.11] -/A << /S /GoTo /D (page.118) >> +/Rect [468.631 175.519 480.584 189.466] +/A << /S /GoTo /D (page.11) >> >> endobj 2449 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [327.886 315.081 339.285 328.032] -/A << /S /GoTo /D (page.33) >> +/Rect [484.678 175.519 496.631 189.466] +/A << /S /GoTo /D (page.77) >> >> endobj 2450 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 315.081 358.735 328.032] -/A << /S /GoTo /D (page.118) >> +/Rect [365.4 165.213 382.333 175.534] +/A << /S /GoTo /D (page.133) >> >> endobj 2451 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 315.081 378.185 328.032] -/A << /S /GoTo /D (page.119) >> +/Rect [386.427 165.213 403.36 175.534] +/A << /S /GoTo /D (page.148) >> >> endobj 2452 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [322.255 293.045 333.461 305.996] -/A << /S /GoTo /D (page.24) >> +/Rect [466.196 151.608 478.37 165.556] +/A << /S /GoTo /D (page.42) >> >> endobj 2453 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.099 293.045 348.498 305.996] -/A << /S /GoTo /D (page.25) >> +/Rect [482.464 151.608 499.397 165.556] +/A << /S /GoTo /D (page.133) >> >> endobj 2454 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 293.045 363.342 305.996] -/A << /S /GoTo /D (page.76) >> +/Rect [487.445 139.653 499.397 153.601] +/A << /S /GoTo /D (page.74) >> >> endobj 2455 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 293.045 378.185 305.996] -/A << /S /GoTo /D (page.91) >> +/Rect [453.469 127.698 465.643 141.646] +/A << /S /GoTo /D (page.56) >> >> endobj 2456 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 271.008 363.342 283.96] -/A << /S /GoTo /D (page.55) >> +/Rect [469.737 127.698 481.69 141.646] +/A << /S /GoTo /D (page.58) >> >> endobj 2457 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 271.008 378.185 283.96] -/A << /S /GoTo /D (page.77) >> +/Rect [484.678 127.698 496.631 141.646] +/A << /S /GoTo /D (page.62) >> >> endobj 2458 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 259.931 358.735 272.882] -/A << /S /GoTo /D (page.41) >> +/Rect [365.4 117.393 382.333 127.713] +/A << /S /GoTo /D (page.171) >> >> endobj 2459 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 259.931 378.185 272.882] -/A << /S /GoTo /D (page.131) >> +/Rect [386.427 117.393 403.36 127.713] +/A << /S /GoTo /D (page.176) >> >> endobj 2460 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 248.853 363.342 261.805] -/A << /S /GoTo /D (page.53) >> +/Rect [407.454 117.393 424.387 127.713] +/A << /S /GoTo /D (page.181) >> >> endobj 2461 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 248.853 378.185 261.805] -/A << /S /GoTo /D (page.97) >> ->> endobj -2462 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 237.776 363.342 250.727] -/A << /S /GoTo /D (page.53) >> +/Rect [428.481 117.393 445.414 127.713] +/A << /S /GoTo /D (page.186) >> >> endobj -2463 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 237.776 378.185 250.727] -/A << /S /GoTo /D (page.98) >> +2467 0 obj << +/D [2465 0 R /XYZ 143.727 753.953 null] >> endobj 2464 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 226.698 378.185 239.65] -/A << /S /GoTo /D (page.144) >> ->> endobj -2465 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [322.255 215.621 328.854 228.572] -/A << /S /GoTo /D (page.3) >> +/Font << /F43 485 0 R /F17 400 0 R /F36 482 0 R /F44 486 0 R >> +/ProcSet [ /PDF /Text ] >> endobj -2466 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.492 215.621 343.698 228.572] -/A << /S /GoTo /D (page.30) >> +2665 0 obj << +/Length 2248 +/Filter /FlateDecode +>> +stream +x\[sF~_#Zz~yL&My+Rc V"[td 蜯;#8Vc>S 4~6mXfizo8b|+MH.S?ҏt1ڿc!:=DR_Tr`Z~hCfXۄ2U5&B 9/Pxi4 +J_V34f#!֍8a@JF= +!őǑslȰ) 4G$U'夬gÚz{)Aq3%->J-gDxa4x>J R=܌YPySm:5,;:`y4pyatE 8  0K! +$UmɪxMē{4q61*ImV섴*u +_Кoi1 'YCaN0 4-(6|JHO%z[UtiUMamluqC ,XzٔUXQ-m@IfQ4D^)2̗3 h hZA=hI,C8< 6J +q +p=k<@w$fym ^d`dMu̧(F4ѧ(ny~HV '#u'pIhQZ*( +D')cJ@Tr!ck“M`pH#SYx]Hh'y/0Hxttjl?b]'&ng,ˣφY:}HfEASƈ:S X8˾Dqw#y/<3`9`ҋ (5}_{(y=K},)Ep6L@S)mݱD*谧_IEwɰ4߁4iQZHkX!nK](eX2ʮdSvÍ1In3](ix6* 0;T׼>uv/+)c4ٛ`fBN]EvUr ̨hu"װNCFQm~\r+th+ 6u[em.6"Mte,l{>b>FS݁:>5̿YٹlD|.R<`4E`:y%Ʋ ۀ2Լ”vGAE S!Wq}׏ m#s2KQWTjP +Cq^0A$1y4,Z{cR w4NJe.IU@;\=UAi%֦qWko,R{W& +bG*>`9zظL$ϽP2λeM~W*ݺL"ީuOq+UZZmm%{Uy^ LJ3ѱ2[P\%^ kSe:;} !kd5{1OFkΏf3n)ol2^yrp7ua[@܊Հ^6xYT E{U/oL(k|vr*Q_?h Wp+X0b@:Ba Z$֥zP0Y`&YV׌lvR3\0CL"GWP<&z}Nfm] 44 \Rq乹/;'YSYf_apSY%U:mv 28v%) H:VL? +endstream +endobj +2664 0 obj << +/Type /Page +/Contents 2665 0 R +/Resources 2663 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 2468 0 R +/Annots [ 2462 0 R 2463 0 R 2469 0 R 2470 0 R 2471 0 R 2472 0 R 2473 0 R 2474 0 R 2475 0 R 2476 0 R 2477 0 R 2478 0 R 2479 0 R 2480 0 R 2481 0 R 2482 0 R 2483 0 R 2484 0 R 2485 0 R 2486 0 R 2487 0 R 2488 0 R 2489 0 R 2490 0 R 2491 0 R 2492 0 R 2493 0 R 2494 0 R 2495 0 R 2496 0 R 2497 0 R 2498 0 R 2499 0 R 2500 0 R 2501 0 R 2502 0 R 2503 0 R 2504 0 R 2505 0 R 2506 0 R 2507 0 R 2508 0 R 2509 0 R 2510 0 R 2511 0 R 2512 0 R 2513 0 R 2514 0 R 2515 0 R 2516 0 R 2517 0 R 2518 0 R 2519 0 R 2520 0 R 2521 0 R 2522 0 R 2523 0 R 2524 0 R 2525 0 R 2526 0 R 2527 0 R 2528 0 R 2529 0 R 2530 0 R 2531 0 R 2532 0 R 2533 0 R 2534 0 R 2535 0 R 2536 0 R 2537 0 R 2538 0 R 2539 0 R 2540 0 R 2541 0 R 2542 0 R 2543 0 R 2544 0 R 2545 0 R 2546 0 R 2547 0 R 2548 0 R 2549 0 R 2550 0 R 2551 0 R 2552 0 R 2553 0 R 2554 0 R 2555 0 R 2556 0 R 2557 0 R 2558 0 R 2559 0 R 2560 0 R 2561 0 R 2562 0 R 2563 0 R 2564 0 R 2565 0 R 2566 0 R 2567 0 R 2568 0 R 2569 0 R 2570 0 R 2571 0 R 2572 0 R 2573 0 R 2574 0 R 2575 0 R 2576 0 R 2577 0 R 2578 0 R 2579 0 R 2580 0 R 2581 0 R 2582 0 R 2583 0 R 2584 0 R 2585 0 R 2586 0 R 2587 0 R 2588 0 R 2589 0 R 2590 0 R 2591 0 R 2592 0 R 2593 0 R 2594 0 R 2595 0 R 2596 0 R 2597 0 R 2598 0 R 2599 0 R 2600 0 R 2601 0 R 2602 0 R 2603 0 R 2604 0 R 2605 0 R 2606 0 R 2607 0 R 2608 0 R 2609 0 R 2610 0 R 2611 0 R 2612 0 R 2613 0 R 2614 0 R 2615 0 R 2616 0 R 2617 0 R 2618 0 R 2619 0 R 2620 0 R 2621 0 R 2622 0 R 2623 0 R 2624 0 R 2625 0 R 2626 0 R 2627 0 R 2628 0 R 2629 0 R 2630 0 R 2631 0 R 2632 0 R 2633 0 R 2634 0 R 2635 0 R 2636 0 R 2637 0 R 2638 0 R 2639 0 R 2640 0 R 2641 0 R 2642 0 R 2643 0 R 2644 0 R 2645 0 R 2646 0 R 2647 0 R 2648 0 R 2649 0 R 2650 0 R 2651 0 R 2652 0 R 2653 0 R 2654 0 R 2655 0 R 2656 0 R 2657 0 R 2658 0 R 2659 0 R ] >> endobj -2467 0 obj << +2462 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 215.621 358.735 228.572] -/A << /S /GoTo /D (page.37) >> +/Rect [289.358 701.546 301.532 715.494] +/A << /S /GoTo /D (page.24) >> >> endobj -2468 0 obj << +2463 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 215.621 378.185 228.572] -/A << /S /GoTo /D (page.140) >> +/Rect [305.626 701.546 317.579 715.494] +/A << /S /GoTo /D (page.78) >> >> endobj 2469 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 204.543 378.185 217.495] -/A << /S /GoTo /D (page.133) >> +/Rect [252.284 689.591 264.237 703.539] +/A << /S /GoTo /D (page.24) >> >> endobj 2470 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 193.466 378.185 206.417] -/A << /S /GoTo /D (page.141) >> +/Rect [268.331 689.591 280.284 703.539] +/A << /S /GoTo /D (page.25) >> >> endobj 2471 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 182.388 378.185 195.34] -/A << /S /GoTo /D (page.141) >> +/Rect [284.378 689.591 296.552 703.539] +/A << /S /GoTo /D (page.33) >> >> endobj 2472 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 171.311 378.185 184.262] -/A << /S /GoTo /D (page.140) >> +/Rect [300.646 689.591 317.579 703.539] +/A << /S /GoTo /D (page.115) >> >> endobj 2473 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 160.233 378.185 173.185] -/A << /S /GoTo /D (page.141) >> +/Rect [215.21 677.636 227.163 691.583] +/A << /S /GoTo /D (page.24) >> >> endobj 2474 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 138.197 363.342 151.148] -/A << /S /GoTo /D (page.23) >> +/Rect [231.257 677.636 243.21 691.583] +/A << /S /GoTo /D (page.25) >> >> endobj 2475 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 138.197 378.185 151.148] -/A << /S /GoTo /D (page.78) >> +/Rect [247.304 677.636 259.478 691.583] +/A << /S /GoTo /D (page.33) >> >> endobj 2476 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 127.119 363.342 140.071] -/A << /S /GoTo /D (page.23) >> +/Rect [263.572 677.636 275.525 691.583] +/A << /S /GoTo /D (page.52) >> >> endobj 2477 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 127.119 378.185 140.071] -/A << /S /GoTo /D (page.78) >> +/Rect [279.619 677.636 296.552 691.583] +/A << /S /GoTo /D (page.114) >> >> endobj 2478 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 116.042 363.342 128.993] -/A << /S /GoTo /D (page.29) >> +/Rect [300.646 677.636 317.579 691.583] +/A << /S /GoTo /D (page.165) >> >> endobj 2479 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 116.042 378.185 128.993] -/A << /S /GoTo /D (page.78) >> +/Rect [207.463 665.681 219.416 679.628] +/A << /S /GoTo /D (page.24) >> >> endobj 2480 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.154 701.845 484.554 714.796] -/A << /S /GoTo /D (page.29) >> +/Rect [223.51 665.681 235.463 679.628] +/A << /S /GoTo /D (page.25) >> >> endobj 2481 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 701.845 499.397 714.796] -/A << /S /GoTo /D (page.79) >> +/Rect [239.557 665.681 251.51 679.628] +/A << /S /GoTo /D (page.30) >> >> endobj 2482 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 690.747 499.397 703.698] -/A << /S /GoTo /D (page.75) >> +/Rect [255.604 665.681 267.778 679.628] +/A << /S /GoTo /D (page.33) >> >> endobj 2483 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 679.649 479.947 692.601] -/A << /S /GoTo /D (page.62) >> +/Rect [271.872 665.681 283.825 679.628] +/A << /S /GoTo /D (page.35) >> >> endobj 2484 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 679.649 499.397 692.601] -/A << /S /GoTo /D (page.193) >> +/Rect [286.813 665.681 298.765 679.628] +/A << /S /GoTo /D (page.37) >> >> endobj 2485 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.311 657.592 469.517 670.544] -/A << /S /GoTo /D (page.13) >> +/Rect [302.86 665.681 314.812 679.628] +/A << /S /GoTo /D (page.52) >> >> endobj 2486 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.154 657.592 484.554 670.544] -/A << /S /GoTo /D (page.42) >> +/Rect [183.582 655.375 195.534 665.696] +/A << /S /GoTo /D (page.53) >> >> endobj 2487 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 657.592 499.397 670.544] -/A << /S /GoTo /D (page.86) >> +/Rect [199.629 655.375 211.581 665.696] +/A << /S /GoTo /D (page.67) >> >> endobj 2488 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 635.535 499.397 648.487] -/A << /S /GoTo /D (page.131) >> +/Rect [215.676 655.375 232.608 665.696] +/A << /S /GoTo /D (page.100) >> >> endobj 2489 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.311 613.479 469.517 626.43] -/A << /S /GoTo /D (page.13) >> +/Rect [236.703 655.375 253.636 665.696] +/A << /S /GoTo /D (page.101) >> >> endobj 2490 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.154 613.479 484.554 626.43] -/A << /S /GoTo /D (page.42) >> +/Rect [257.73 655.375 274.663 665.696] +/A << /S /GoTo /D (page.113) >> >> endobj 2491 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 613.479 499.397 626.43] -/A << /S /GoTo /D (page.86) >> +/Rect [277.65 655.375 294.583 665.696] +/A << /S /GoTo /D (page.115) >> >> endobj 2492 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.154 591.422 484.554 604.373] -/A << /S /GoTo /D (page.43) >> +/Rect [298.677 655.375 315.61 665.696] +/A << /S /GoTo /D (page.198) >> >> endobj 2493 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 591.422 499.397 604.373] -/A << /S /GoTo /D (page.84) >> +/Rect [284.378 641.77 296.552 655.718] +/A << /S /GoTo /D (page.34) >> >> endobj 2494 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 569.365 464.91 582.316] -/A << /S /GoTo /D (page.28) >> +/Rect [300.646 641.77 317.579 655.718] +/A << /S /GoTo /D (page.121) >> >> endobj 2495 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 569.365 479.947 582.316] -/A << /S /GoTo /D (page.44) >> +/Rect [284.378 629.815 296.552 643.763] +/A << /S /GoTo /D (page.34) >> >> endobj 2496 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 569.365 499.397 582.316] -/A << /S /GoTo /D (page.131) >> +/Rect [300.646 629.815 317.579 643.763] +/A << /S /GoTo /D (page.121) >> >> endobj 2497 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 558.267 499.397 571.218] -/A << /S /GoTo /D (page.84) >> +/Rect [263.351 617.86 275.525 631.808] +/A << /S /GoTo /D (page.33) >> >> endobj 2498 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 547.169 479.947 560.121] -/A << /S /GoTo /D (page.47) >> +/Rect [279.619 617.86 296.552 631.808] +/A << /S /GoTo /D (page.120) >> >> endobj 2499 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 547.169 499.397 560.121] -/A << /S /GoTo /D (page.150) >> +/Rect [300.646 617.86 317.579 631.808] +/A << /S /GoTo /D (page.121) >> >> endobj 2500 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 525.112 479.947 538.064] -/A << /S /GoTo /D (page.47) >> +/Rect [254.497 605.905 266.45 619.852] +/A << /S /GoTo /D (page.25) >> >> endobj 2501 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 525.112 499.397 538.064] -/A << /S /GoTo /D (page.150) >> +/Rect [270.544 605.905 282.718 619.852] +/A << /S /GoTo /D (page.26) >> >> endobj 2502 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 514.014 479.947 526.966] -/A << /S /GoTo /D (page.34) >> +/Rect [286.813 605.905 298.765 619.852] +/A << /S /GoTo /D (page.77) >> >> endobj 2503 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 514.014 499.397 526.966] -/A << /S /GoTo /D (page.125) >> +/Rect [302.86 605.905 314.812 619.852] +/A << /S /GoTo /D (page.92) >> >> endobj 2504 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 502.916 479.947 515.868] -/A << /S /GoTo /D (page.34) >> +/Rect [183.582 597.536 195.534 605.92] +/A << /S /GoTo /D (page.93) >> >> endobj 2505 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 502.916 499.397 515.868] -/A << /S /GoTo /D (page.125) >> +/Rect [289.358 581.994 301.532 595.942] +/A << /S /GoTo /D (page.56) >> >> endobj 2506 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 491.819 465.104 504.77] -/A << /S /GoTo /D (page.34) >> +/Rect [305.626 581.994 317.579 595.942] +/A << /S /GoTo /D (page.78) >> >> endobj 2507 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 491.819 479.947 504.77] -/A << /S /GoTo /D (page.51) >> +/Rect [284.378 570.039 296.552 583.987] +/A << /S /GoTo /D (page.42) >> >> endobj 2508 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 491.819 499.397 504.77] -/A << /S /GoTo /D (page.125) >> +/Rect [300.646 570.039 317.579 583.987] +/A << /S /GoTo /D (page.133) >> >> endobj 2509 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 480.721 499.397 493.672] -/A << /S /GoTo /D (page.166) >> +/Rect [289.358 558.084 301.532 572.032] +/A << /S /GoTo /D (page.54) >> >> endobj 2510 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 469.623 499.397 482.574] -/A << /S /GoTo /D (page.127) >> +/Rect [305.626 558.084 317.579 572.032] +/A << /S /GoTo /D (page.99) >> >> endobj 2511 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 458.525 499.397 471.476] -/A << /S /GoTo /D (page.126) >> +/Rect [289.358 546.129 301.532 560.077] +/A << /S /GoTo /D (page.54) >> >> endobj 2512 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 436.468 479.947 449.419] -/A << /S /GoTo /D (page.126) >> +/Rect [305.626 546.129 317.579 560.077] +/A << /S /GoTo /D (page.99) >> >> endobj 2513 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 436.468 499.397 449.419] -/A << /S /GoTo /D (page.127) >> +/Rect [300.646 534.174 317.579 548.121] +/A << /S /GoTo /D (page.146) >> >> endobj 2514 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.448 414.411 445.654 427.363] -/A << /S /GoTo /D (page.11) >> +/Rect [257.264 522.218 264.237 536.166] +/A << /S /GoTo /D (page.3) >> >> endobj 2515 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 414.411 460.497 427.363] -/A << /S /GoTo /D (page.76) >> +/Rect [268.331 522.218 280.284 536.166] +/A << /S /GoTo /D (page.31) >> >> endobj 2516 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 414.411 479.947 427.363] -/A << /S /GoTo /D (page.131) >> +/Rect [284.378 522.218 296.552 536.166] +/A << /S /GoTo /D (page.38) >> >> endobj 2517 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 414.411 499.397 427.363] -/A << /S /GoTo /D (page.145) >> +/Rect [300.646 522.218 317.579 536.166] +/A << /S /GoTo /D (page.142) >> >> endobj 2518 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 403.313 479.947 416.265] -/A << /S /GoTo /D (page.64) >> +/Rect [300.646 510.263 317.579 524.211] +/A << /S /GoTo /D (page.136) >> >> endobj 2519 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 403.313 499.397 416.265] -/A << /S /GoTo /D (page.144) >> +/Rect [300.646 498.308 317.579 512.256] +/A << /S /GoTo /D (page.143) >> >> endobj 2520 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 392.215 479.947 405.167] -/A << /S /GoTo /D (page.32) >> +/Rect [300.646 486.353 317.579 500.301] +/A << /S /GoTo /D (page.143) >> >> endobj 2521 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 392.215 499.397 405.167] -/A << /S /GoTo /D (page.116) >> +/Rect [300.646 474.398 317.579 488.346] +/A << /S /GoTo /D (page.143) >> >> endobj 2522 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 381.117 479.947 394.069] -/A << /S /GoTo /D (page.32) >> +/Rect [300.646 462.443 317.579 476.39] +/A << /S /GoTo /D (page.143) >> >> endobj 2523 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 381.117 499.397 394.069] -/A << /S /GoTo /D (page.116) >> +/Rect [289.358 450.487 301.532 464.435] +/A << /S /GoTo /D (page.24) >> >> endobj 2524 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.651 370.019 467.051 382.971] -/A << /S /GoTo /D (page.32) >> +/Rect [305.626 450.487 317.579 464.435] +/A << /S /GoTo /D (page.79) >> >> endobj 2525 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 370.019 481.894 382.971] -/A << /S /GoTo /D (page.33) >> +/Rect [289.358 438.532 301.532 452.48] +/A << /S /GoTo /D (page.23) >> >> endobj 2526 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 360.605 427.249 370.107] -/A << /S /GoTo /D (page.34) >> +/Rect [305.626 438.532 317.579 452.48] +/A << /S /GoTo /D (page.79) >> >> endobj 2527 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [431.777 360.605 442.983 370.107] -/A << /S /GoTo /D (page.50) >> +/Rect [289.358 426.577 301.532 440.525] +/A << /S /GoTo /D (page.29) >> >> endobj 2528 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [447.511 360.605 458.716 370.107] -/A << /S /GoTo /D (page.51) >> +/Rect [305.626 426.577 317.579 440.525] +/A << /S /GoTo /D (page.80) >> >> endobj 2529 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [463.245 360.605 479.057 370.107] -/A << /S /GoTo /D (page.115) >> +/Rect [289.358 414.622 301.532 428.57] +/A << /S /GoTo /D (page.29) >> >> endobj 2530 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 360.605 499.397 370.107] -/A << /S /GoTo /D (page.150) >> +/Rect [305.626 414.622 317.579 428.57] +/A << /S /GoTo /D (page.80) >> >> endobj 2531 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.311 347.963 469.71 360.914] -/A << /S /GoTo /D (page.29) >> +/Rect [305.626 402.667 317.579 416.615] +/A << /S /GoTo /D (page.77) >> >> endobj 2532 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 347.963 484.554 360.914] -/A << /S /GoTo /D (page.35) >> +/Rect [284.378 390.712 296.552 404.659] +/A << /S /GoTo /D (page.63) >> >> endobj 2533 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 347.963 499.397 360.914] -/A << /S /GoTo /D (page.99) >> +/Rect [300.646 390.712 317.579 404.659] +/A << /S /GoTo /D (page.195) >> >> endobj 2534 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.098 325.906 460.497 338.857] -/A << /S /GoTo /D (page.62) >> +/Rect [273.311 378.756 285.264 392.704] +/A << /S /GoTo /D (page.13) >> >> endobj 2535 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 325.906 479.947 338.857] -/A << /S /GoTo /D (page.191) >> +/Rect [289.358 378.756 301.532 392.704] +/A << /S /GoTo /D (page.42) >> >> endobj 2536 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 325.906 499.397 338.857] -/A << /S /GoTo /D (page.192) >> +/Rect [305.626 378.756 317.579 392.704] +/A << /S /GoTo /D (page.88) >> >> endobj 2537 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.154 314.808 484.554 327.759] -/A << /S /GoTo /D (page.53) >> +/Rect [243.774 354.846 260.707 368.794] +/A << /S /GoTo /D (page.133) >> >> endobj 2538 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 314.808 499.397 327.759] -/A << /S /GoTo /D (page.98) >> +/Rect [273.311 342.891 285.264 356.839] +/A << /S /GoTo /D (page.13) >> >> endobj 2539 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.154 303.71 484.554 316.661] -/A << /S /GoTo /D (page.53) >> +/Rect [289.358 342.891 301.532 356.839] +/A << /S /GoTo /D (page.42) >> >> endobj 2540 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 303.71 499.397 316.661] -/A << /S /GoTo /D (page.98) >> +/Rect [305.626 342.891 317.579 356.839] +/A << /S /GoTo /D (page.87) >> >> endobj 2541 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 271.273 499.397 284.225] -/A << /S /GoTo /D (page.36) >> +/Rect [238.13 318.981 250.304 332.928] +/A << /S /GoTo /D (page.44) >> >> endobj 2542 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 260.176 479.947 273.127] -/A << /S /GoTo /D (page.31) >> +/Rect [254.398 318.981 266.351 332.928] +/A << /S /GoTo /D (page.85) >> >> endobj 2543 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 260.176 499.397 273.127] -/A << /S /GoTo /D (page.148) >> +/Rect [302.86 307.025 314.812 320.973] +/A << /S /GoTo /D (page.29) >> >> endobj 2544 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 249.078 479.947 262.029] -/A << /S /GoTo /D (page.31) >> +/Rect [183.582 296.72 195.756 307.041] +/A << /S /GoTo /D (page.44) >> >> endobj 2545 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 249.078 499.397 262.029] -/A << /S /GoTo /D (page.149) >> +/Rect [199.85 296.72 216.783 307.041] +/A << /S /GoTo /D (page.134) >> >> endobj 2546 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 237.98 479.947 250.931] -/A << /S /GoTo /D (page.31) >> +/Rect [305.626 283.115 317.579 297.063] +/A << /S /GoTo /D (page.86) >> >> endobj 2547 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 237.98 499.397 250.931] -/A << /S /GoTo /D (page.148) >> +/Rect [284.378 271.16 296.552 285.108] +/A << /S /GoTo /D (page.47) >> >> endobj 2548 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 226.882 465.104 239.833] -/A << /S /GoTo /D (page.31) >> +/Rect [300.646 271.16 317.579 285.108] +/A << /S /GoTo /D (page.152) >> >> endobj 2549 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 226.882 479.947 239.833] -/A << /S /GoTo /D (page.36) >> +/Rect [284.378 259.205 296.552 273.152] +/A << /S /GoTo /D (page.47) >> >> endobj 2550 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 226.882 499.397 239.833] -/A << /S /GoTo /D (page.108) >> +/Rect [300.646 259.205 317.579 273.152] +/A << /S /GoTo /D (page.152) >> >> endobj 2551 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 215.784 479.947 228.735] -/A << /S /GoTo /D (page.31) >> +/Rect [284.378 247.25 296.552 261.197] +/A << /S /GoTo /D (page.35) >> >> endobj 2552 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 215.784 499.397 228.735] -/A << /S /GoTo /D (page.148) >> +/Rect [300.646 247.25 317.579 261.197] +/A << /S /GoTo /D (page.128) >> >> endobj 2553 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 204.686 479.947 217.637] -/A << /S /GoTo /D (page.30) >> +/Rect [284.378 235.294 296.552 249.242] +/A << /S /GoTo /D (page.34) >> >> endobj 2554 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 204.686 499.397 217.637] -/A << /S /GoTo /D (page.147) >> +/Rect [300.646 235.294 317.579 249.242] +/A << /S /GoTo /D (page.127) >> >> endobj 2555 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 193.588 481.894 206.54] -/A << /S /GoTo /D (page.19) >> +/Rect [247.304 223.339 259.478 237.287] +/A << /S /GoTo /D (page.34) >> >> endobj 2556 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 184.174 427.249 193.675] -/A << /S /GoTo /D (page.29) >> +/Rect [263.572 223.339 275.525 237.287] +/A << /S /GoTo /D (page.52) >> >> endobj 2557 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.929 184.174 444.134 193.675] -/A << /S /GoTo /D (page.30) >> +/Rect [279.619 223.339 296.552 237.287] +/A << /S /GoTo /D (page.127) >> >> endobj 2558 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.814 184.174 461.02 193.675] -/A << /S /GoTo /D (page.36) >> +/Rect [300.646 223.339 317.579 237.287] +/A << /S /GoTo /D (page.128) >> >> endobj 2559 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.699 184.174 477.905 193.675] -/A << /S /GoTo /D (page.64) >> +/Rect [300.646 211.384 317.579 225.332] +/A << /S /GoTo /D (page.168) >> >> endobj 2560 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 184.174 499.397 193.675] -/A << /S /GoTo /D (page.147) >> +/Rect [300.646 199.429 317.579 213.377] +/A << /S /GoTo /D (page.129) >> >> endobj 2561 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 171.531 465.104 184.483] -/A << /S /GoTo /D (page.31) >> +/Rect [300.646 187.474 317.579 201.421] +/A << /S /GoTo /D (page.129) >> >> endobj 2562 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 171.531 479.947 184.483] -/A << /S /GoTo /D (page.42) >> +/Rect [279.619 175.519 296.552 189.466] +/A << /S /GoTo /D (page.128) >> >> endobj 2563 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 171.531 499.397 184.483] -/A << /S /GoTo /D (page.148) >> +/Rect [300.646 175.519 317.579 189.466] +/A << /S /GoTo /D (page.129) >> >> endobj 2564 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 160.433 479.947 173.385] -/A << /S /GoTo /D (page.31) >> +/Rect [286.813 163.563 298.765 177.511] +/A << /S /GoTo /D (page.11) >> >> endobj 2565 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 160.433 499.397 173.385] -/A << /S /GoTo /D (page.149) >> +/Rect [302.86 163.563 314.812 177.511] +/A << /S /GoTo /D (page.77) >> >> endobj 2566 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 149.335 479.947 162.287] -/A << /S /GoTo /D (page.31) >> +/Rect [183.582 153.258 200.514 163.579] +/A << /S /GoTo /D (page.133) >> >> endobj 2567 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 149.335 499.397 162.287] -/A << /S /GoTo /D (page.148) >> +/Rect [204.609 153.258 221.542 163.579] +/A << /S /GoTo /D (page.147) >> >> endobj 2568 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 138.237 479.947 151.189] -/A << /S /GoTo /D (page.31) >> +/Rect [284.378 139.653 296.552 153.601] +/A << /S /GoTo /D (page.65) >> >> endobj 2569 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 138.237 499.397 151.189] -/A << /S /GoTo /D (page.148) >> +/Rect [300.646 139.653 317.579 153.601] +/A << /S /GoTo /D (page.146) >> >> endobj 2570 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 127.14 479.947 140.091] -/A << /S /GoTo /D (page.36) >> +/Rect [284.378 127.698 296.552 141.646] +/A << /S /GoTo /D (page.33) >> >> endobj 2571 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 127.14 499.397 140.091] -/A << /S /GoTo /D (page.108) >> +/Rect [300.646 127.698 317.579 141.646] +/A << /S /GoTo /D (page.118) >> >> endobj 2572 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 116.042 479.947 128.993] -/A << /S /GoTo /D (page.31) >> +/Rect [284.378 115.743 296.552 129.69] +/A << /S /GoTo /D (page.33) >> >> endobj 2573 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 116.042 499.397 128.993] -/A << /S /GoTo /D (page.148) >> ->> endobj -2584 0 obj << -/D [2582 0 R /XYZ 144.724 753.953 null] ->> endobj -2581 0 obj << -/Font << /F46 505 0 R /F47 1747 0 R /F51 1749 0 R /F50 1748 0 R /F49 1746 0 R /F17 400 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2937 0 obj << -/Length 3073 -/Filter /FlateDecode ->> -stream -x]KW".o^dYdsz5mY$ a?&Y4ƆWdU"3:m~㇟~jfUJ>~D3=T`vi{ rȏχuC!}d|?o#zV_|Bf8Gp33W5g D1%_HN\^$|Yoiy|ɿoNg %U23)ߟäx>OR?~pzpۂzKկuB;2S1vbHK}z_[m4L;ĺʿ{`rAd(sAJQH'Xxj:hNcͧ4\oJ:rW>UİVU(sfos:/4#8[)=%VZsJفO<, 1i9F0qOǁp;])6~N#ƹU1#F ~-H[fVA1,C҄߱f!sc!aZ -RACx1 -z?FÅO96iI<&Z8hCٹːjb$6rv6?}PadWLi"(1wv4r&ŒSU1!xYx_d^AG;d[%Zv4ԆB'6|S!bdɅl*M QA6v2}Dԅ6;XZ:m9o&:IW|.Y nϙɞwel*?sЫ9z"9.渜 |Ul}a뉼=sq|r{w_g!!b!LnE]H,IB)J)1:˒uVDH4Iт7 -x/%?{,ffHb( -:P=:wr^sp`/Pa:PQDiXFf sK<ÍftTE*jaRHk7-_6y$<$l^~_#zH yY5@Z ڮkдm&Nk ՃU4h!X }t 9!5~cj͸F㗌vXaV!3hnRAfzB lP탩 ogL-CJ}Ny2I^e5@ JW΀0Ec Qi4ne7ib wh9P޹a-Z{-A*ğwdDj{(/** #P$Ǟ* -g7:ycWbVO P@0@rgd1e|GX1j -=f'1}~_x|u\ Eϝt{9Vv^u9?Vi De=Q봊 `GW;o.bWS~_49`ĺdj3Cw&@ vөlx7( -A'EK</A=$;l&ʆMm`˦yG1?oң W}K]A.Wbs*eϲU14-rKe6䫘s/ AʗL0D^ADXlDu$6,9H 4WN=B$^Yt9l, &|w2l# ]ŘYkߪսZBjJz-w'4h)BI9H(Vz*cY ; 76|cHֱârX^RM 2U?;3Gz\WR9T7[jakJ2fM*QvS H״/EIwK+wa&SbZ^u8񉠛7CZBL%SԎ#wײ4E(lfr>la ' @_4'}޽/ěȹ e}O G\cSa3}./*Ӈc#u=)aB,Y,f @0hpob -yp*qf=+W[wL5.ea ;Lx)l1Y|FK}"ěKxZcJJLݨs}̠amuPDj+4 oIb3`Q3N9a {Vi4o;ª[\%ԍhm+l\OG -ֽR{F"ȣj7q.#헦 @H9"Ä6L',Rv/ۇ?cV:2*PֶD)~}yO&|{2[;F^,N@07y-,c~||53ű"G[˥{ܳODtzwōڢ=xJj(>Gq+Ae&Xz?ѯ)Yy9PeU MǜSd-aEhB-Pd+}o5h'`@;vynM뎛JGqe -endstream -endobj -2936 0 obj << -/Type /Page -/Contents 2937 0 R -/Resources 2935 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1750 0 R -/Annots [ 2574 0 R 2575 0 R 2576 0 R 2577 0 R 2578 0 R 2579 0 R 2580 0 R 2585 0 R 2586 0 R 2587 0 R 2588 0 R 2589 0 R 2590 0 R 2591 0 R 2592 0 R 2593 0 R 2594 0 R 2595 0 R 2596 0 R 2597 0 R 2598 0 R 2599 0 R 2600 0 R 2601 0 R 2602 0 R 2603 0 R 2604 0 R 2605 0 R 2606 0 R 2607 0 R 2608 0 R 2609 0 R 2610 0 R 2611 0 R 2612 0 R 2613 0 R 2614 0 R 2615 0 R 2616 0 R 2617 0 R 2618 0 R 2619 0 R 2620 0 R 2621 0 R 2622 0 R 2623 0 R 2624 0 R 2625 0 R 2626 0 R 2627 0 R 2628 0 R 2629 0 R 2630 0 R 2631 0 R 2632 0 R 2633 0 R 2634 0 R 2635 0 R 2636 0 R 2637 0 R 2638 0 R 2639 0 R 2640 0 R 2641 0 R 2642 0 R 2643 0 R 2644 0 R 2645 0 R 2646 0 R 2647 0 R 2648 0 R 2649 0 R 2650 0 R 2651 0 R 2652 0 R 2653 0 R 2654 0 R 2655 0 R 2656 0 R 2657 0 R 2658 0 R 2659 0 R 2660 0 R 2661 0 R 2662 0 R 2663 0 R 2664 0 R 2665 0 R 2666 0 R 2667 0 R 2668 0 R 2669 0 R 2670 0 R 2671 0 R 2672 0 R 2673 0 R 2674 0 R 2675 0 R 2676 0 R 2677 0 R 2678 0 R 2679 0 R 2680 0 R 2681 0 R 2682 0 R 2683 0 R 2684 0 R 2685 0 R 2686 0 R 2687 0 R 2688 0 R 2689 0 R 2690 0 R 2691 0 R 2692 0 R 2693 0 R 2694 0 R 2695 0 R 2696 0 R 2697 0 R 2698 0 R 2699 0 R 2700 0 R 2701 0 R 2702 0 R 2703 0 R 2704 0 R 2705 0 R 2706 0 R 2707 0 R 2708 0 R 2709 0 R 2710 0 R 2711 0 R 2712 0 R 2713 0 R 2714 0 R 2715 0 R 2716 0 R 2717 0 R 2718 0 R 2719 0 R 2720 0 R 2721 0 R 2722 0 R 2723 0 R 2724 0 R 2725 0 R 2726 0 R 2727 0 R 2728 0 R 2729 0 R 2730 0 R 2731 0 R 2732 0 R 2733 0 R 2734 0 R 2735 0 R 2736 0 R 2737 0 R 2738 0 R 2739 0 R 2740 0 R 2741 0 R 2742 0 R 2743 0 R 2744 0 R 2745 0 R 2746 0 R 2747 0 R 2748 0 R 2749 0 R 2750 0 R 2751 0 R 2752 0 R 2753 0 R 2754 0 R 2755 0 R 2756 0 R 2757 0 R 2758 0 R 2759 0 R 2760 0 R 2761 0 R 2762 0 R 2763 0 R 2764 0 R 2765 0 R 2766 0 R 2767 0 R 2768 0 R 2769 0 R 2770 0 R 2771 0 R 2772 0 R 2773 0 R 2774 0 R 2775 0 R 2776 0 R 2777 0 R 2778 0 R 2779 0 R 2780 0 R 2781 0 R 2782 0 R 2783 0 R 2784 0 R 2785 0 R 2786 0 R 2787 0 R 2788 0 R 2789 0 R 2790 0 R 2791 0 R 2792 0 R 2793 0 R 2794 0 R 2795 0 R 2796 0 R 2797 0 R 2798 0 R 2799 0 R 2800 0 R 2801 0 R 2802 0 R 2803 0 R 2804 0 R 2805 0 R 2806 0 R 2807 0 R 2808 0 R 2809 0 R 2810 0 R 2811 0 R 2812 0 R 2813 0 R 2814 0 R 2815 0 R 2816 0 R 2817 0 R 2818 0 R 2819 0 R 2820 0 R 2821 0 R 2822 0 R 2823 0 R 2824 0 R 2825 0 R 2826 0 R 2827 0 R 2828 0 R 2829 0 R 2830 0 R 2831 0 R 2832 0 R 2833 0 R 2834 0 R 2835 0 R 2836 0 R 2837 0 R 2838 0 R 2839 0 R 2840 0 R 2841 0 R 2842 0 R 2843 0 R 2844 0 R 2845 0 R 2846 0 R 2847 0 R 2848 0 R 2849 0 R 2850 0 R 2851 0 R 2852 0 R 2853 0 R 2854 0 R 2855 0 R 2856 0 R 2857 0 R 2858 0 R 2859 0 R 2860 0 R 2861 0 R 2862 0 R 2863 0 R 2864 0 R 2865 0 R 2866 0 R 2867 0 R 2868 0 R 2869 0 R 2870 0 R 2871 0 R 2872 0 R 2873 0 R 2874 0 R 2875 0 R 2876 0 R 2877 0 R 2878 0 R 2879 0 R 2880 0 R 2881 0 R 2882 0 R 2883 0 R 2884 0 R 2885 0 R 2886 0 R 2887 0 R 2888 0 R 2889 0 R 2890 0 R 2891 0 R 2892 0 R 2893 0 R 2894 0 R 2895 0 R 2896 0 R 2897 0 R 2898 0 R 2899 0 R 2900 0 R 2901 0 R 2902 0 R 2903 0 R 2904 0 R 2905 0 R 2906 0 R 2907 0 R 2908 0 R 2909 0 R 2910 0 R 2911 0 R 2912 0 R 2913 0 R 2914 0 R 2915 0 R 2916 0 R ] +/Rect [300.646 115.743 317.579 129.69] +/A << /S /GoTo /D (page.118) >> >> endobj 2574 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 701.845 237.523 714.796] -/A << /S /GoTo /D (page.31) >> +/Rect [399.241 701.546 411.194 715.494] +/A << /S /GoTo /D (page.33) >> >> endobj 2575 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 701.845 256.973 714.796] -/A << /S /GoTo /D (page.149) >> +/Rect [415.288 701.546 427.462 715.494] +/A << /S /GoTo /D (page.33) >> >> endobj 2576 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 669.3 256.973 682.252] -/A << /S /GoTo /D (page.87) >> +/Rect [431.557 701.546 443.509 715.494] +/A << /S /GoTo /D (page.34) >> >> endobj 2577 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 658.175 256.973 671.127] -/A << /S /GoTo /D (page.88) >> +/Rect [447.604 701.546 459.556 715.494] +/A << /S /GoTo /D (page.35) >> >> endobj 2578 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [215.887 647.05 227.286 660.002] -/A << /S /GoTo /D (page.53) >> +/Rect [463.651 701.546 475.603 715.494] +/A << /S /GoTo /D (page.51) >> >> endobj 2579 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 647.05 242.13 660.002] -/A << /S /GoTo /D (page.88) >> +/Rect [479.698 701.546 496.631 715.494] +/A << /S /GoTo /D (page.117) >> >> endobj 2580 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 647.05 256.973 660.002] -/A << /S /GoTo /D (page.97) >> +/Rect [365.4 693.177 382.333 701.561] +/A << /S /GoTo /D (page.152) >> +>> endobj +2581 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [450.149 677.636 462.323 691.583] +/A << /S /GoTo /D (page.30) >> +>> endobj +2582 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.417 677.636 478.37 691.583] +/A << /S /GoTo /D (page.36) >> +>> endobj +2583 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.464 677.636 499.397 691.583] +/A << /S /GoTo /D (page.101) >> +>> endobj +2584 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [445.169 665.681 457.343 679.628] +/A << /S /GoTo /D (page.63) >> >> endobj 2585 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 635.925 256.973 648.877] -/A << /S /GoTo /D (page.73) >> +/Rect [461.437 665.681 478.37 679.628] +/A << /S /GoTo /D (page.193) >> >> endobj 2586 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 624.8 256.973 637.752] -/A << /S /GoTo /D (page.189) >> +/Rect [482.464 665.681 499.397 679.628] +/A << /S /GoTo /D (page.194) >> >> endobj 2587 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 613.676 256.973 626.627] -/A << /S /GoTo /D (page.190) >> +/Rect [471.176 653.725 483.35 667.673] +/A << /S /GoTo /D (page.54) >> >> endobj 2588 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 602.551 256.973 615.502] -/A << /S /GoTo /D (page.190) >> +/Rect [487.445 653.725 499.397 667.673] +/A << /S /GoTo /D (page.99) >> >> endobj 2589 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 591.426 256.973 604.377] -/A << /S /GoTo /D (page.62) >> +/Rect [466.196 641.77 478.37 655.718] +/A << /S /GoTo /D (page.54) >> >> endobj 2590 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [195.607 569.342 202.206 582.293] -/A << /S /GoTo /D (page.8) >> +/Rect [482.464 641.77 499.397 655.718] +/A << /S /GoTo /D (page.100) >> >> endobj 2591 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [205.843 569.342 212.443 582.293] -/A << /S /GoTo /D (page.9) >> +/Rect [487.445 607.897 499.397 621.845] +/A << /S /GoTo /D (page.37) >> >> endobj 2592 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [216.08 569.342 227.286 582.293] -/A << /S /GoTo /D (page.25) >> +/Rect [466.417 595.942 478.37 609.89] +/A << /S /GoTo /D (page.31) >> >> endobj 2593 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 569.342 242.13 582.293] -/A << /S /GoTo /D (page.42) >> +/Rect [482.464 595.942 499.397 609.89] +/A << /S /GoTo /D (page.150) >> >> endobj 2594 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 569.342 256.973 582.293] -/A << /S /GoTo /D (page.67) >> +/Rect [466.417 583.987 478.37 597.935] +/A << /S /GoTo /D (page.31) >> >> endobj 2595 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 547.258 242.13 560.209] -/A << /S /GoTo /D (page.42) >> +/Rect [482.464 583.987 499.397 597.935] +/A << /S /GoTo /D (page.151) >> >> endobj 2596 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 547.258 256.973 560.209] +/Rect [487.445 572.032 499.397 585.979] /A << /S /GoTo /D (page.74) >> >> endobj 2597 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 536.133 256.973 549.084] -/A << /S /GoTo /D (page.77) >> +/Rect [466.417 560.077 478.37 574.024] +/A << /S /GoTo /D (page.31) >> >> endobj 2598 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [182.81 525.008 198.623 537.959] -/A << /S /GoTo /D (page.146) >> +/Rect [482.464 560.077 499.397 574.024] +/A << /S /GoTo /D (page.150) >> >> endobj 2599 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.261 525.008 218.073 537.959] -/A << /S /GoTo /D (page.166) >> +/Rect [450.37 548.121 462.323 562.069] +/A << /S /GoTo /D (page.31) >> >> endobj 2600 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 525.008 237.523 537.959] -/A << /S /GoTo /D (page.189) >> +/Rect [466.417 548.121 478.37 562.069] +/A << /S /GoTo /D (page.37) >> >> endobj 2601 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 525.008 256.973 537.959] -/A << /S /GoTo /D (page.190) >> +/Rect [482.464 548.121 499.397 562.069] +/A << /S /GoTo /D (page.110) >> >> endobj 2602 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 492.463 256.973 505.415] -/A << /S /GoTo /D (page.22) >> +/Rect [466.417 536.166 478.37 550.114] +/A << /S /GoTo /D (page.31) >> >> endobj 2603 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 459.919 256.973 472.87] -/A << /S /GoTo /D (page.84) >> +/Rect [482.464 536.166 499.397 550.114] +/A << /S /GoTo /D (page.150) >> >> endobj 2604 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [187.417 448.794 198.623 461.745] -/A << /S /GoTo /D (page.29) >> +/Rect [466.417 524.211 478.37 538.159] +/A << /S /GoTo /D (page.31) >> >> endobj 2605 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.261 448.794 213.466 461.745] -/A << /S /GoTo /D (page.31) >> +/Rect [482.464 524.211 499.397 538.159] +/A << /S /GoTo /D (page.149) >> >> endobj 2606 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [217.104 448.794 228.31 461.745] -/A << /S /GoTo /D (page.34) >> +/Rect [421.596 512.256 433.549 526.204] +/A << /S /GoTo /D (page.19) >> >> endobj 2607 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 448.794 242.13 461.745] -/A << /S /GoTo /D (page.36) >> +/Rect [437.643 512.256 449.596 526.204] +/A << /S /GoTo /D (page.29) >> >> endobj 2608 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 448.794 256.973 461.745] -/A << /S /GoTo /D (page.99) >> +/Rect [452.584 512.256 464.537 526.204] +/A << /S /GoTo /D (page.31) >> >> endobj 2609 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 437.669 256.973 450.62] -/A << /S /GoTo /D (page.166) >> +/Rect [468.631 512.256 480.584 526.204] +/A << /S /GoTo /D (page.37) >> >> endobj 2610 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 426.544 256.973 439.495] -/A << /S /GoTo /D (page.168) >> +/Rect [484.678 512.256 496.631 526.204] +/A << /S /GoTo /D (page.65) >> >> endobj 2611 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 415.419 256.973 428.37] -/A << /S /GoTo /D (page.167) >> +/Rect [365.4 503.887 382.333 512.271] +/A << /S /GoTo /D (page.149) >> >> endobj 2612 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 404.294 256.973 417.245] -/A << /S /GoTo /D (page.167) >> +/Rect [450.37 488.346 462.323 502.293] +/A << /S /GoTo /D (page.31) >> >> endobj 2613 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [215.887 382.21 227.286 395.162] -/A << /S /GoTo /D (page.27) >> +/Rect [466.417 488.346 478.37 502.293] +/A << /S /GoTo /D (page.43) >> >> endobj 2614 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 382.21 242.13 395.162] -/A << /S /GoTo /D (page.70) >> +/Rect [482.464 488.346 499.397 502.293] +/A << /S /GoTo /D (page.150) >> >> endobj 2615 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 382.21 256.973 395.162] -/A << /S /GoTo /D (page.99) >> +/Rect [466.417 476.39 478.37 490.338] +/A << /S /GoTo /D (page.31) >> >> endobj 2616 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 359.96 256.973 372.912] -/A << /S /GoTo /D (page.169) >> +/Rect [482.464 476.39 499.397 490.338] +/A << /S /GoTo /D (page.151) >> >> endobj 2617 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 348.835 256.973 361.787] -/A << /S /GoTo /D (page.170) >> +/Rect [466.417 464.435 478.37 478.383] +/A << /S /GoTo /D (page.31) >> >> endobj 2618 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 337.71 256.973 350.662] -/A << /S /GoTo /D (page.171) >> +/Rect [482.464 464.435 499.397 478.383] +/A << /S /GoTo /D (page.150) >> >> endobj 2619 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 326.585 256.973 339.537] -/A << /S /GoTo /D (page.171) >> +/Rect [466.417 452.48 478.37 466.428] +/A << /S /GoTo /D (page.31) >> >> endobj 2620 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 304.502 256.973 317.453] -/A << /S /GoTo /D (page.171) >> +/Rect [482.464 452.48 499.397 466.428] +/A << /S /GoTo /D (page.151) >> >> endobj 2621 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 293.377 256.973 306.328] -/A << /S /GoTo /D (page.172) >> +/Rect [466.417 440.525 478.37 454.473] +/A << /S /GoTo /D (page.37) >> >> endobj 2622 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 282.252 256.973 295.203] -/A << /S /GoTo /D (page.172) >> +/Rect [482.464 440.525 499.397 454.473] +/A << /S /GoTo /D (page.110) >> >> endobj 2623 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 271.127 256.973 284.078] -/A << /S /GoTo /D (page.172) >> +/Rect [466.417 428.57 478.37 442.517] +/A << /S /GoTo /D (page.31) >> >> endobj 2624 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 249.043 256.973 261.994] -/A << /S /GoTo /D (page.173) >> +/Rect [482.464 428.57 499.397 442.517] +/A << /S /GoTo /D (page.150) >> >> endobj 2625 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 237.918 256.973 250.869] -/A << /S /GoTo /D (page.170) >> +/Rect [466.417 416.615 478.37 430.562] +/A << /S /GoTo /D (page.31) >> >> endobj 2626 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 226.793 256.973 239.744] -/A << /S /GoTo /D (page.170) >> +/Rect [482.464 416.615 499.397 430.562] +/A << /S /GoTo /D (page.151) >> >> endobj 2627 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 215.668 256.973 228.619] -/A << /S /GoTo /D (page.170) >> +/Rect [487.445 382.742 499.397 396.689] +/A << /S /GoTo /D (page.89) >> >> endobj 2628 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 204.543 256.973 217.495] -/A << /S /GoTo /D (page.174) >> +/Rect [487.445 370.786 499.397 384.734] +/A << /S /GoTo /D (page.89) >> >> endobj 2629 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 193.418 256.973 206.37] -/A << /S /GoTo /D (page.176) >> +/Rect [455.129 358.831 467.303 372.779] +/A << /S /GoTo /D (page.54) >> >> endobj 2630 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 171.334 256.973 184.286] -/A << /S /GoTo /D (page.176) >> +/Rect [471.398 358.831 483.35 372.779] +/A << /S /GoTo /D (page.89) >> >> endobj 2631 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 149.25 256.973 162.202] -/A << /S /GoTo /D (page.176) >> +/Rect [487.445 358.831 499.397 372.779] +/A << /S /GoTo /D (page.99) >> >> endobj 2632 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 127.167 256.973 140.118] -/A << /S /GoTo /D (page.177) >> +/Rect [487.445 346.876 499.397 360.824] +/A << /S /GoTo /D (page.74) >> >> endobj 2633 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 116.042 256.973 128.993] -/A << /S /GoTo /D (page.175) >> +/Rect [482.464 334.921 499.397 348.869] +/A << /S /GoTo /D (page.191) >> >> endobj 2634 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 701.845 378.185 714.796] -/A << /S /GoTo /D (page.175) >> +/Rect [482.464 322.966 499.397 336.913] +/A << /S /GoTo /D (page.192) >> >> endobj 2635 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 679.669 378.185 692.62] -/A << /S /GoTo /D (page.175) >> +/Rect [482.464 311.011 499.397 324.958] +/A << /S /GoTo /D (page.192) >> >> endobj 2636 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.236 657.493 324.442 670.444] -/A << /S /GoTo /D (page.20) >> +/Rect [487.445 299.055 499.397 313.003] +/A << /S /GoTo /D (page.63) >> >> endobj 2637 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 657.493 339.285 670.444] -/A << /S /GoTo /D (page.56) >> +/Rect [433.217 287.1 440.189 301.048] +/A << /S /GoTo /D (page.8) >> >> endobj 2638 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 657.493 358.735 670.444] -/A << /S /GoTo /D (page.169) >> +/Rect [444.284 287.1 451.256 301.048] +/A << /S /GoTo /D (page.9) >> >> endobj 2639 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 657.493 378.185 670.444] -/A << /S /GoTo /D (page.174) >> +/Rect [455.351 287.1 467.303 301.048] +/A << /S /GoTo /D (page.25) >> >> endobj 2640 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.492 624.579 343.698 637.531] -/A << /S /GoTo /D (page.50) >> +/Rect [471.398 287.1 483.35 301.048] +/A << /S /GoTo /D (page.42) >> >> endobj 2641 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 624.579 358.735 637.531] -/A << /S /GoTo /D (page.66) >> +/Rect [487.445 287.1 499.397 301.048] +/A << /S /GoTo /D (page.68) >> >> endobj 2642 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 624.579 378.185 637.531] -/A << /S /GoTo /D (page.163) >> +/Rect [471.398 275.145 483.35 289.093] +/A << /S /GoTo /D (page.42) >> >> endobj 2643 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [305.969 602.403 312.569 615.354] -/A << /S /GoTo /D (page.3) >> +/Rect [487.445 275.145 499.397 289.093] +/A << /S /GoTo /D (page.75) >> >> endobj 2644 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [316.206 602.403 322.805 615.354] -/A << /S /GoTo /D (page.5) >> +/Rect [487.445 263.19 499.397 277.138] +/A << /S /GoTo /D (page.79) >> >> endobj 2645 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [325.42 602.403 332.019 615.354] -/A << /S /GoTo /D (page.9) >> +/Rect [419.383 251.235 436.316 265.182] +/A << /S /GoTo /D (page.148) >> >> endobj 2646 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [335.656 602.403 346.862 615.354] -/A << /S /GoTo /D (page.12) >> +/Rect [440.41 251.235 457.343 265.182] +/A << /S /GoTo /D (page.168) >> >> endobj 2647 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 602.403 360.682 615.354] -/A << /S /GoTo /D (page.17) >> +/Rect [461.437 251.235 478.37 265.182] +/A << /S /GoTo /D (page.191) >> >> endobj 2648 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 592.989 306.037 602.49] -/A << /S /GoTo /D (page.21) >> +/Rect [482.464 251.235 499.397 265.182] +/A << /S /GoTo /D (page.192) >> >> endobj 2649 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 592.989 324.252 602.49] -/A << /S /GoTo /D (page.22) >> +/Rect [487.445 217.362 499.397 231.309] +/A << /S /GoTo /D (page.23) >> >> endobj 2650 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 592.989 342.467 602.49] -/A << /S /GoTo /D (page.37) >> +/Rect [487.445 183.489 499.397 197.436] +/A << /S /GoTo /D (page.86) >> >> endobj 2651 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 592.989 360.682 602.49] -/A << /S /GoTo /D (page.39) >> +/Rect [418.276 171.534 430.229 185.481] +/A << /S /GoTo /D (page.30) >> >> endobj 2652 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 582.03 306.037 591.531] -/A << /S /GoTo /D (page.41) >> +/Rect [434.323 171.534 446.276 185.481] +/A << /S /GoTo /D (page.32) >> >> endobj 2653 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 582.03 324.252 591.531] -/A << /S /GoTo /D (page.42) >> +/Rect [450.37 171.534 462.323 185.481] +/A << /S /GoTo /D (page.35) >> >> endobj 2654 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 582.03 342.467 591.531] -/A << /S /GoTo /D (page.45) >> +/Rect [466.417 171.534 478.37 185.481] +/A << /S /GoTo /D (page.36) >> >> endobj 2655 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 582.03 360.682 591.531] -/A << /S /GoTo /D (page.73) >> +/Rect [482.464 171.534 499.397 185.481] +/A << /S /GoTo /D (page.101) >> >> endobj 2656 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 571.071 306.037 580.572] -/A << /S /GoTo /D (page.77) >> +/Rect [482.464 159.578 499.397 173.526] +/A << /S /GoTo /D (page.168) >> >> endobj 2657 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [311.716 571.071 322.922 580.572] -/A << /S /GoTo /D (page.84) >> +/Rect [482.464 147.623 499.397 161.571] +/A << /S /GoTo /D (page.170) >> >> endobj 2658 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.602 571.071 339.808 580.572] -/A << /S /GoTo /D (page.86) >> +/Rect [482.464 135.668 499.397 149.616] +/A << /S /GoTo /D (page.169) >> >> endobj 2659 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.487 571.071 356.693 580.572] -/A << /S /GoTo /D (page.89) >> ->> endobj -2660 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 571.071 378.185 580.572] -/A << /S /GoTo /D (page.142) >> ->> endobj -2661 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.633 547.35 345.838 560.302] -/A << /S /GoTo /D (page.12) >> +/Rect [482.464 123.713 499.397 137.661] +/A << /S /GoTo /D (page.169) >> >> endobj -2662 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 547.35 360.682 560.302] -/A << /S /GoTo /D (page.17) >> +2666 0 obj << +/D [2664 0 R /XYZ 144.724 753.953 null] >> endobj 2663 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 537.936 306.23 547.437] -/A << /S /GoTo /D (page.22) >> +/Font << /F43 485 0 R /F17 400 0 R /F44 486 0 R /F35 399 0 R /F36 482 0 R >> +/ProcSet [ /PDF /Text ] >> endobj -2664 0 obj << +2975 0 obj << +/Length 2600 +/Filter /FlateDecode +>> +stream +x\K6ϯQ u$âYc__R'ٝ"'{zLWKńO~Ͽ?}'Rϼfu"gƊ 'Oϓ_Bj>/Vls/?O'aF:Ǥ6ᱧ!l:SR^>?|_L/9!Hw&i4L8ۿ5<~L)XQyTyuLϜr.]m3yz\n7pά0Pu9ܿitȦZ$Y2 ìoL/면ɗ M}.\oLpX͢f*IL*6gyxfuu8q{Љ64ֱP\TTFMLhբf*URU?UkQF:UҖJ-Kt6pEf3d;{{d G0 2 x3`=̀њ!ZPp[s# ogwo %a9M\اEV ZBHEG +#RPd>Q$I)DŽm0@0}u&,4MڷC`(gq ٖFc`+ hcʈ9N6L\{L*XLY]:u>:IY(8O$JyJCk-IJ_}UpnVGB_*srD!:]r82 +gJ&K$DV>/B>T_ލk*\ -V!}#j5F`\E)t\!GmLba{iÄ@FR8@a"Ʉ88:G^uv6 f΁69%D]Ġ>Vmߡx E F[X9KuM( Pђ'd :ЫP' 4(8E8q_muIqCRJ_nɔٛ'㣕 +51P^I^V C+Ɓh%[% R ЃэH ,(F'pptCNl2 8*C~Hj h4vF,do'9[-׿m!b$;/]{"/lKD]~o׻ay6RNqhT:N6|ns-ݧc?LgV$M7ٯ j%`v~XT'(i]i I6[ou3"Cm߭qhT*T +Ye?sEM,2jbgN>`ψbu=S""6:3=_8e'R 6^oMtn^e㘽t4 ^Y?sI~c2w PL؉EhJaoOGhi9()h[èu耡|L㒾_#iߏ\`M6S`֗ C^qK4 +(| +"o fn$=Ƽ16xV[#<D~(Xա#:Q$eTihjΈ{6m= 0PfSPq:!r004H<:b0%aHL·:S-uvevSMy`4%uՀ[uea'ՐhCLhi# 62_ za87 cb5\  F{Hpyݸ=es.0>>̿$+HX8<"a=L9qآ%m i]"Q$&jޅ*XnwuΨؾe?ظ]#*bagR1lѥEFb=wz5pvR//W vɔTS7ds-a^)gtz +jZs+:SfP'p@OTi#Vh  ÝRLxTc!=aLK1qj&Ƭ[( S^V.\u lu1,1ZiHve&%>5L^ݾZf?9E 4#U\p-$mu0`VjF͟X̛?ujTZsh3{'.R^EJ;J0~~CA_{;f8o|zIh?w񮸅l͇xߣ ޾ (UkZ{[W%pt +_=#J F\ߕ+Z-7Y)瘠`ѤM_TE_u93!eckz|3 H +4¯7J*d ol+oAoMsikl~ְ 8qFdz\ۡR2qڥ};lhK`7{*OFÑ"f|ZƢoK\YJTGQP)?j>~2_:j^uqs~RqJ\^w1B%*Ɣ1A:ZY+b8Cڇu%wě[/NURc(syXD~ս5jTǏO4D +endstream +endobj +2974 0 obj << +/Type /Page +/Contents 2975 0 R +/Resources 2973 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 2468 0 R +/Annots [ 2660 0 R 2661 0 R 2662 0 R 2667 0 R 2668 0 R 2669 0 R 2670 0 R 2671 0 R 2672 0 R 2673 0 R 2674 0 R 2675 0 R 2676 0 R 2677 0 R 2678 0 R 2679 0 R 2680 0 R 2681 0 R 2682 0 R 2683 0 R 2684 0 R 2685 0 R 2686 0 R 2687 0 R 2688 0 R 2689 0 R 2690 0 R 2691 0 R 2692 0 R 2693 0 R 2694 0 R 2695 0 R 2696 0 R 2697 0 R 2698 0 R 2699 0 R 2700 0 R 2701 0 R 2702 0 R 2703 0 R 2704 0 R 2705 0 R 2706 0 R 2707 0 R 2708 0 R 2709 0 R 2710 0 R 2711 0 R 2712 0 R 2713 0 R 2714 0 R 2715 0 R 2716 0 R 2717 0 R 2718 0 R 2719 0 R 2720 0 R 2721 0 R 2722 0 R 2723 0 R 2724 0 R 2725 0 R 2726 0 R 2727 0 R 2728 0 R 2729 0 R 2730 0 R 2731 0 R 2732 0 R 2733 0 R 2734 0 R 2735 0 R 2736 0 R 2737 0 R 2738 0 R 2739 0 R 2740 0 R 2741 0 R 2742 0 R 2743 0 R 2744 0 R 2745 0 R 2746 0 R 2747 0 R 2748 0 R 2749 0 R 2750 0 R 2751 0 R 2752 0 R 2753 0 R 2754 0 R 2755 0 R 2756 0 R 2757 0 R 2758 0 R 2759 0 R 2760 0 R 2761 0 R 2762 0 R 2763 0 R 2764 0 R 2765 0 R 2766 0 R 2767 0 R 2768 0 R 2769 0 R 2770 0 R 2771 0 R 2772 0 R 2773 0 R 2774 0 R 2775 0 R 2776 0 R 2777 0 R 2778 0 R 2779 0 R 2780 0 R 2781 0 R 2782 0 R 2783 0 R 2784 0 R 2785 0 R 2786 0 R 2787 0 R 2788 0 R 2789 0 R 2790 0 R 2791 0 R 2792 0 R 2793 0 R 2794 0 R 2795 0 R 2796 0 R 2797 0 R 2798 0 R 2799 0 R 2800 0 R 2801 0 R 2802 0 R 2803 0 R 2804 0 R 2805 0 R 2806 0 R 2807 0 R 2808 0 R 2809 0 R 2810 0 R 2811 0 R 2812 0 R 2813 0 R 2814 0 R 2815 0 R 2816 0 R 2817 0 R 2818 0 R 2819 0 R 2820 0 R 2821 0 R 2822 0 R 2823 0 R 2824 0 R 2825 0 R 2826 0 R 2827 0 R 2828 0 R 2829 0 R 2830 0 R 2831 0 R 2832 0 R 2833 0 R 2834 0 R 2835 0 R 2836 0 R 2837 0 R 2838 0 R 2839 0 R 2840 0 R 2841 0 R 2842 0 R 2843 0 R 2844 0 R 2845 0 R 2846 0 R 2847 0 R 2848 0 R 2849 0 R 2850 0 R 2851 0 R 2852 0 R 2853 0 R 2854 0 R 2855 0 R 2856 0 R 2857 0 R 2858 0 R 2859 0 R 2860 0 R 2861 0 R 2862 0 R 2863 0 R 2864 0 R 2865 0 R 2866 0 R 2867 0 R 2868 0 R 2869 0 R 2870 0 R 2871 0 R 2872 0 R 2873 0 R 2874 0 R 2875 0 R 2876 0 R 2877 0 R 2878 0 R 2879 0 R 2880 0 R 2881 0 R 2882 0 R 2883 0 R 2884 0 R 2885 0 R 2886 0 R 2887 0 R 2888 0 R 2889 0 R 2890 0 R 2891 0 R 2892 0 R 2893 0 R 2894 0 R 2895 0 R 2896 0 R 2897 0 R 2898 0 R 2899 0 R 2900 0 R 2901 0 R 2902 0 R 2903 0 R 2904 0 R 2905 0 R 2906 0 R 2907 0 R 2908 0 R 2909 0 R 2910 0 R 2911 0 R 2912 0 R 2913 0 R 2914 0 R 2915 0 R 2916 0 R 2917 0 R 2918 0 R 2919 0 R 2920 0 R 2921 0 R 2922 0 R 2923 0 R 2924 0 R 2925 0 R 2926 0 R 2927 0 R 2928 0 R 2929 0 R 2930 0 R 2931 0 R 2932 0 R 2933 0 R 2934 0 R 2935 0 R 2936 0 R 2937 0 R 2938 0 R 2939 0 R 2940 0 R 2941 0 R 2942 0 R 2943 0 R 2944 0 R 2945 0 R 2946 0 R 2947 0 R 2948 0 R 2949 0 R 2950 0 R 2951 0 R 2952 0 R 2953 0 R 2954 0 R 2955 0 R 2956 0 R 2957 0 R 2958 0 R 2959 0 R 2960 0 R 2961 0 R 2962 0 R 2963 0 R 2964 0 R 2965 0 R 2966 0 R 2967 0 R 2968 0 R 2969 0 R 2970 0 R 2971 0 R ] +>> endobj +2660 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.175 537.936 324.381 547.437] +/Rect [268.331 701.546 280.505 715.494] /A << /S /GoTo /D (page.28) >> >> endobj -2665 0 obj << +2661 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.326 537.936 342.531 547.437] -/A << /S /GoTo /D (page.29) >> +/Rect [284.599 701.546 296.552 715.494] +/A << /S /GoTo /D (page.71) >> >> endobj -2666 0 obj << +2662 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 537.936 360.682 547.437] -/A << /S /GoTo /D (page.39) >> +/Rect [300.646 701.546 317.579 715.494] +/A << /S /GoTo /D (page.100) >> >> endobj 2667 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 526.977 306.037 536.478] -/A << /S /GoTo /D (page.42) >> +/Rect [300.646 677.636 317.579 691.583] +/A << /S /GoTo /D (page.171) >> >> endobj 2668 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [308.651 526.977 319.857 536.478] -/A << /S /GoTo /D (page.45) >> +/Rect [300.646 665.681 317.579 679.628] +/A << /S /GoTo /D (page.172) >> >> endobj 2669 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [329.064 526.977 340.269 536.478] -/A << /S /GoTo /D (page.75) >> +/Rect [300.646 653.725 317.579 667.673] +/A << /S /GoTo /D (page.173) >> >> endobj 2670 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 526.977 360.682 536.478] -/A << /S /GoTo /D (page.77) >> +/Rect [300.646 641.77 317.579 655.718] +/A << /S /GoTo /D (page.173) >> >> endobj 2671 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 516.018 306.037 525.52] -/A << /S /GoTo /D (page.78) >> +/Rect [300.646 629.815 317.579 643.763] +/A << /S /GoTo /D (page.173) >> >> endobj 2672 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [310.565 516.018 321.771 525.52] -/A << /S /GoTo /D (page.88) >> +/Rect [300.646 617.86 317.579 631.808] +/A << /S /GoTo /D (page.174) >> >> endobj 2673 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [326.299 516.018 337.504 525.52] -/A << /S /GoTo /D (page.89) >> +/Rect [300.646 605.905 317.579 619.852] +/A << /S /GoTo /D (page.174) >> >> endobj 2674 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.032 516.018 357.845 525.52] -/A << /S /GoTo /D (page.137) >> +/Rect [300.646 593.95 317.579 607.897] +/A << /S /GoTo /D (page.174) >> >> endobj 2675 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 516.018 378.185 525.52] -/A << /S /GoTo /D (page.138) >> +/Rect [300.646 581.994 317.579 595.942] +/A << /S /GoTo /D (page.175) >> >> endobj 2676 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 503.256 378.185 516.208] -/A << /S /GoTo /D (page.138) >> +/Rect [300.646 570.039 317.579 583.987] +/A << /S /GoTo /D (page.172) >> >> endobj 2677 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [301.363 481.08 307.962 494.032] -/A << /S /GoTo /D (page.3) >> +/Rect [300.646 558.084 317.579 572.032] +/A << /S /GoTo /D (page.172) >> >> endobj 2678 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [311.6 481.08 318.199 494.032] -/A << /S /GoTo /D (page.5) >> +/Rect [300.646 546.129 317.579 560.077] +/A << /S /GoTo /D (page.172) >> >> endobj 2679 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [320.813 481.08 332.019 494.032] -/A << /S /GoTo /D (page.10) >> +/Rect [300.646 534.174 317.579 548.121] +/A << /S /GoTo /D (page.176) >> >> endobj 2680 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [335.656 481.08 346.862 494.032] -/A << /S /GoTo /D (page.12) >> +/Rect [300.646 522.218 317.579 536.166] +/A << /S /GoTo /D (page.178) >> >> endobj 2681 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 481.08 360.682 494.032] -/A << /S /GoTo /D (page.16) >> +/Rect [300.646 510.263 317.579 524.211] +/A << /S /GoTo /D (page.178) >> >> endobj 2682 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 471.666 306.037 481.167] -/A << /S /GoTo /D (page.18) >> +/Rect [300.646 498.308 317.579 512.256] +/A << /S /GoTo /D (page.178) >> >> endobj 2683 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 471.666 324.252 481.167] -/A << /S /GoTo /D (page.21) >> +/Rect [243.774 474.398 260.707 488.346] +/A << /S /GoTo /D (page.179) >> >> endobj 2684 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 471.666 342.467 481.167] -/A << /S /GoTo /D (page.22) >> +/Rect [300.646 462.443 317.579 476.39] +/A << /S /GoTo /D (page.177) >> >> endobj 2685 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 471.666 360.682 481.167] -/A << /S /GoTo /D (page.24) >> +/Rect [300.646 450.487 317.579 464.435] +/A << /S /GoTo /D (page.177) >> >> endobj 2686 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 460.707 306.037 470.208] -/A << /S /GoTo /D (page.25) >> +/Rect [243.774 426.577 260.707 440.525] +/A << /S /GoTo /D (page.177) >> >> endobj 2687 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [315.244 460.707 326.449 470.208] -/A << /S /GoTo /D (page.28) >> +/Rect [247.525 414.622 259.478 428.57] +/A << /S /GoTo /D (page.20) >> >> endobj 2688 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [329.064 460.707 340.269 470.208] -/A << /S /GoTo /D (page.30) >> +/Rect [263.572 414.622 275.525 428.57] +/A << /S /GoTo /D (page.58) >> >> endobj 2689 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 460.707 360.682 470.208] -/A << /S /GoTo /D (page.39) >> +/Rect [279.619 414.622 296.552 428.57] +/A << /S /GoTo /D (page.171) >> >> endobj 2690 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 449.748 306.037 459.25] -/A << /S /GoTo /D (page.45) >> +/Rect [300.646 414.622 317.579 428.57] +/A << /S /GoTo /D (page.176) >> >> endobj 2691 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 449.748 324.252 459.25] -/A << /S /GoTo /D (page.54) >> +/Rect [268.331 380.749 280.284 394.697] +/A << /S /GoTo /D (page.51) >> >> endobj 2692 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 449.748 342.467 459.25] -/A << /S /GoTo /D (page.62) >> +/Rect [284.378 380.749 296.552 394.697] +/A << /S /GoTo /D (page.67) >> >> endobj 2693 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 449.748 360.682 459.25] -/A << /S /GoTo /D (page.63) >> +/Rect [300.646 380.749 317.579 394.697] +/A << /S /GoTo /D (page.165) >> >> endobj 2694 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 438.789 306.037 448.291] -/A << /S /GoTo /D (page.71) >> +/Rect [239.778 368.794 246.751 382.742] +/A << /S /GoTo /D (page.3) >> >> endobj 2695 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [315.244 438.789 326.449 448.291] -/A << /S /GoTo /D (page.73) >> +/Rect [250.845 368.794 257.818 382.742] +/A << /S /GoTo /D (page.5) >> >> endobj 2696 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [335.656 438.789 346.862 448.291] -/A << /S /GoTo /D (page.76) >> +/Rect [260.805 368.794 267.778 382.742] +/A << /S /GoTo /D (page.9) >> >> endobj 2697 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 438.789 360.682 448.291] -/A << /S /GoTo /D (page.79) >> +/Rect [271.872 368.794 283.825 382.742] +/A << /S /GoTo /D (page.12) >> >> endobj 2698 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 427.83 306.037 437.332] -/A << /S /GoTo /D (page.89) >> +/Rect [286.813 368.794 298.765 382.742] +/A << /S /GoTo /D (page.15) >> >> endobj 2699 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [308.651 427.83 319.857 437.332] -/A << /S /GoTo /D (page.91) >> +/Rect [302.86 368.794 314.812 382.742] +/A << /S /GoTo /D (page.17) >> >> endobj 2700 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [326.76 427.83 337.966 437.332] -/A << /S /GoTo /D (page.97) >> +/Rect [183.582 358.489 195.534 368.809] +/A << /S /GoTo /D (page.18) >> >> endobj 2701 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [344.87 427.83 360.682 437.332] -/A << /S /GoTo /D (page.101) >> +/Rect [200.621 358.489 212.574 368.809] +/A << /S /GoTo /D (page.22) >> >> endobj 2702 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 416.871 310.643 426.373] -/A << /S /GoTo /D (page.104) >> +/Rect [217.661 358.489 229.614 368.809] +/A << /S /GoTo /D (page.23) >> >> endobj 2703 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [319.85 416.871 335.663 426.373] -/A << /S /GoTo /D (page.131) >> +/Rect [234.701 358.489 246.653 368.809] +/A << /S /GoTo /D (page.38) >> >> endobj 2704 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [344.87 416.871 360.682 426.373] -/A << /S /GoTo /D (page.134) >> +/Rect [251.74 358.489 263.693 368.809] +/A << /S /GoTo /D (page.40) >> >> endobj 2705 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 405.913 310.643 415.414] -/A << /S /GoTo /D (page.135) >> +/Rect [268.78 358.489 280.733 368.809] +/A << /S /GoTo /D (page.42) >> >> endobj 2706 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.345 405.913 333.157 415.414] -/A << /S /GoTo /D (page.137) >> +/Rect [285.82 358.489 297.773 368.809] +/A << /S /GoTo /D (page.43) >> >> endobj 2707 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [339.859 405.913 355.671 415.414] -/A << /S /GoTo /D (page.139) >> +/Rect [302.86 358.489 314.812 368.809] +/A << /S /GoTo /D (page.45) >> >> endobj 2708 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 405.913 378.185 415.414] -/A << /S /GoTo /D (page.145) >> +/Rect [183.582 346.533 195.534 356.854] +/A << /S /GoTo /D (page.74) >> >> endobj 2709 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 393.151 378.185 406.102] +/Rect [199.629 346.533 211.581 356.854] /A << /S /GoTo /D (page.79) >> >> endobj 2710 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 381.933 378.185 394.885] -/A << /S /GoTo /D (page.79) >> +/Rect [215.676 346.533 227.628 356.854] +/A << /S /GoTo /D (page.86) >> >> endobj 2711 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 370.716 378.185 383.668] -/A << /S /GoTo /D (page.78) >> +/Rect [230.616 346.533 242.569 356.854] +/A << /S /GoTo /D (page.88) >> >> endobj 2712 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [323.473 348.54 339.285 361.492] -/A << /S /GoTo /D (page.102) >> +/Rect [246.663 346.533 258.616 356.854] +/A << /S /GoTo /D (page.90) >> >> endobj 2713 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 348.54 358.735 361.492] -/A << /S /GoTo /D (page.103) >> +/Rect [262.71 346.533 279.643 356.854] +/A << /S /GoTo /D (page.144) >> >> endobj 2714 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 348.54 378.185 361.492] -/A << /S /GoTo /D (page.131) >> +/Rect [302.86 332.928 314.812 346.876] +/A << /S /GoTo /D (page.12) >> >> endobj 2715 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 337.323 378.185 350.274] -/A << /S /GoTo /D (page.66) >> +/Rect [183.582 322.623 195.534 332.943] +/A << /S /GoTo /D (page.18) >> >> endobj 2716 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 326.106 378.185 339.057] -/A << /S /GoTo /D (page.138) >> +/Rect [200.934 322.623 213.108 332.943] +/A << /S /GoTo /D (page.23) >> >> endobj 2717 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 314.889 378.185 327.84] -/A << /S /GoTo /D (page.66) >> +/Rect [218.508 322.623 230.461 332.943] +/A << /S /GoTo /D (page.29) >> >> endobj 2718 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 281.975 378.185 294.926] -/A << /S /GoTo /D (page.90) >> +/Rect [235.861 322.623 247.814 332.943] +/A << /S /GoTo /D (page.30) >> >> endobj 2719 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [324.396 270.758 330.995 283.709] -/A << /S /GoTo /D (page.6) >> +/Rect [253.214 322.623 265.167 332.943] +/A << /S /GoTo /D (page.40) >> >> endobj 2720 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.633 270.758 345.838 283.709] -/A << /S /GoTo /D (page.18) >> +/Rect [270.567 322.623 282.519 332.943] +/A << /S /GoTo /D (page.43) >> >> endobj 2721 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 270.758 360.682 283.709] -/A << /S /GoTo /D (page.21) >> +/Rect [285.507 322.623 297.46 332.943] +/A << /S /GoTo /D (page.46) >> >> endobj 2722 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 261.344 306.037 270.845] -/A << /S /GoTo /D (page.45) >> +/Rect [302.86 322.623 314.812 332.943] +/A << /S /GoTo /D (page.76) >> >> endobj 2723 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [312.982 261.344 324.381 270.845] -/A << /S /GoTo /D (page.45) >> +/Rect [183.582 310.668 195.534 320.988] +/A << /S /GoTo /D (page.78) >> >> endobj 2724 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.326 261.344 342.531 270.845] -/A << /S /GoTo /D (page.46) >> +/Rect [198.522 310.668 210.475 320.988] +/A << /S /GoTo /D (page.80) >> >> endobj 2725 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 261.344 360.682 270.845] -/A << /S /GoTo /D (page.48) >> +/Rect [214.569 310.668 226.522 320.988] +/A << /S /GoTo /D (page.90) >> >> endobj 2726 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 250.385 306.037 259.886] -/A << /S /GoTo /D (page.49) >> +/Rect [230.616 310.668 242.569 320.988] +/A << /S /GoTo /D (page.91) >> >> endobj 2727 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 250.385 324.252 259.886] -/A << /S /GoTo /D (page.51) >> +/Rect [246.663 310.668 263.596 320.988] +/A << /S /GoTo /D (page.139) >> >> endobj 2728 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 250.385 342.467 259.886] -/A << /S /GoTo /D (page.52) >> +/Rect [267.69 310.668 284.623 320.988] +/A << /S /GoTo /D (page.140) >> >> endobj 2729 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 250.385 360.682 259.886] -/A << /S /GoTo /D (page.72) >> +/Rect [300.646 297.063 317.579 311.011] +/A << /S /GoTo /D (page.140) >> >> endobj 2730 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 239.426 306.037 248.927] -/A << /S /GoTo /D (page.73) >> +/Rect [223.731 285.108 230.704 299.055] +/A << /S /GoTo /D (page.3) >> >> endobj 2731 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [310.565 239.426 321.771 248.927] -/A << /S /GoTo /D (page.98) >> +/Rect [234.798 285.108 241.771 299.055] +/A << /S /GoTo /D (page.5) >> >> endobj 2732 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [326.299 239.426 337.504 248.927] -/A << /S /GoTo /D (page.99) >> +/Rect [244.758 285.108 251.731 299.055] +/A << /S /GoTo /D (page.9) >> >> endobj 2733 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.032 239.426 357.845 248.927] -/A << /S /GoTo /D (page.149) >> +/Rect [255.825 285.108 267.778 299.055] +/A << /S /GoTo /D (page.12) >> >> endobj 2734 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 239.426 378.185 248.927] -/A << /S /GoTo /D (page.150) >> +/Rect [271.872 285.108 283.825 299.055] +/A << /S /GoTo /D (page.13) >> >> endobj 2735 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [304.752 215.705 315.958 228.656] -/A << /S /GoTo /D (page.14) >> +/Rect [287.919 285.108 299.872 299.055] +/A << /S /GoTo /D (page.15) >> >> endobj 2736 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [319.596 215.705 330.801 228.656] -/A << /S /GoTo /D (page.15) >> +/Rect [302.86 285.108 314.812 299.055] +/A << /S /GoTo /D (page.18) >> >> endobj 2737 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.439 215.705 345.645 228.656] -/A << /S /GoTo /D (page.18) >> +/Rect [183.582 274.802 195.534 285.123] +/A << /S /GoTo /D (page.22) >> >> endobj 2738 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.283 215.705 360.682 228.656] -/A << /S /GoTo /D (page.44) >> +/Rect [200.971 274.802 212.924 285.123] +/A << /S /GoTo /D (page.23) >> >> endobj 2739 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 206.291 306.037 215.792] -/A << /S /GoTo /D (page.71) >> +/Rect [218.361 274.802 230.314 285.123] +/A << /S /GoTo /D (page.25) >> >> endobj 2740 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [310.565 206.291 321.771 215.792] -/A << /S /GoTo /D (page.89) >> +/Rect [235.75 274.802 247.703 285.123] +/A << /S /GoTo /D (page.29) >> >> endobj 2741 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [326.299 206.291 337.504 215.792] -/A << /S /GoTo /D (page.90) >> +/Rect [250.691 274.802 262.643 285.123] +/A << /S /GoTo /D (page.31) >> >> endobj 2742 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.032 206.291 357.845 215.792] -/A << /S /GoTo /D (page.137) >> +/Rect [268.08 274.802 280.033 285.123] +/A << /S /GoTo /D (page.40) >> >> endobj 2743 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 206.291 378.185 215.792] -/A << /S /GoTo /D (page.143) >> +/Rect [285.47 274.802 297.423 285.123] +/A << /S /GoTo /D (page.45) >> >> endobj 2744 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [297.096 182.57 303.695 195.521] -/A << /S /GoTo /D (page.6) >> +/Rect [302.86 274.802 314.812 285.123] +/A << /S /GoTo /D (page.55) >> >> endobj 2745 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [306.687 182.57 318.087 195.521] -/A << /S /GoTo /D (page.23) >> +/Rect [183.582 262.847 195.534 273.168] +/A << /S /GoTo /D (page.63) >> >> endobj 2746 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [321.079 182.57 332.285 195.521] -/A << /S /GoTo /D (page.29) >> +/Rect [200.602 262.847 212.555 273.168] +/A << /S /GoTo /D (page.64) >> >> endobj 2747 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [335.278 182.57 346.484 195.521] -/A << /S /GoTo /D (page.31) >> +/Rect [217.623 262.847 229.576 273.168] +/A << /S /GoTo /D (page.73) >> >> endobj 2748 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 182.57 360.682 195.521] -/A << /S /GoTo /D (page.46) >> +/Rect [232.563 262.847 244.516 273.168] +/A << /S /GoTo /D (page.75) >> >> endobj 2749 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 173.156 306.037 182.657] -/A << /S /GoTo /D (page.71) >> +/Rect [249.584 262.847 261.537 273.168] +/A << /S /GoTo /D (page.77) >> >> endobj 2750 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [311.716 173.156 322.922 182.657] -/A << /S /GoTo /D (page.92) >> +/Rect [266.605 262.847 278.558 273.168] +/A << /S /GoTo /D (page.79) >> >> endobj 2751 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.602 173.156 339.808 182.657] -/A << /S /GoTo /D (page.98) >> +/Rect [283.626 262.847 295.578 273.168] +/A << /S /GoTo /D (page.80) >> >> endobj 2752 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.487 173.156 356.693 182.657] -/A << /S /GoTo /D (page.99) >> +/Rect [300.646 262.847 312.599 273.168] +/A << /S /GoTo /D (page.90) >> >> endobj 2753 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 173.156 378.185 182.657] -/A << /S /GoTo /D (page.149) >> +/Rect [183.582 250.892 195.534 261.212] +/A << /S /GoTo /D (page.92) >> >> endobj 2754 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 138.218 378.185 151.169] -/A << /S /GoTo /D (page.92) >> +/Rect [199.311 250.892 211.264 261.212] +/A << /S /GoTo /D (page.98) >> >> endobj 2755 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [319.789 116.042 330.995 128.993] -/A << /S /GoTo /D (page.21) >> +/Rect [215.041 250.892 231.974 261.212] +/A << /S /GoTo /D (page.103) >> >> endobj 2756 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.633 116.042 345.838 128.993] -/A << /S /GoTo /D (page.23) >> +/Rect [235.75 250.892 252.683 261.212] +/A << /S /GoTo /D (page.106) >> >> endobj 2757 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 116.042 360.682 128.993] -/A << /S /GoTo /D (page.24) >> +/Rect [256.46 250.892 273.393 261.212] +/A << /S /GoTo /D (page.133) >> >> endobj 2758 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 703.39 427.249 712.891] -/A << /S /GoTo /D (page.34) >> +/Rect [277.17 250.892 294.103 261.212] +/A << /S /GoTo /D (page.136) >> >> endobj 2759 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 703.39 445.464 712.891] -/A << /S /GoTo /D (page.47) >> +/Rect [297.88 250.892 314.812 261.212] +/A << /S /GoTo /D (page.137) >> >> endobj 2760 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 703.39 463.679 712.891] -/A << /S /GoTo /D (page.48) >> +/Rect [183.582 238.937 200.514 249.257] +/A << /S /GoTo /D (page.139) >> >> endobj 2761 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 703.39 481.894 712.891] -/A << /S /GoTo /D (page.71) >> +/Rect [204.609 238.937 221.542 249.257] +/A << /S /GoTo /D (page.141) >> >> endobj 2762 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 692.431 427.249 701.932] -/A << /S /GoTo /D (page.72) >> +/Rect [225.636 238.937 242.569 249.257] +/A << /S /GoTo /D (page.142) >> >> endobj 2763 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 692.431 445.464 701.932] -/A << /S /GoTo /D (page.90) >> +/Rect [246.663 238.937 263.596 249.257] +/A << /S /GoTo /D (page.147) >> >> endobj 2764 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 692.431 463.679 701.932] -/A << /S /GoTo /D (page.92) >> +/Rect [305.626 225.332 317.579 239.28] +/A << /S /GoTo /D (page.80) >> >> endobj 2765 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 692.431 481.894 701.932] -/A << /S /GoTo /D (page.99) >> +/Rect [305.626 213.377 317.579 227.324] +/A << /S /GoTo /D (page.80) >> >> endobj 2766 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 681.472 431.855 690.973] -/A << /S /GoTo /D (page.122) >> +/Rect [305.626 201.421 317.579 215.369] +/A << /S /GoTo /D (page.79) >> >> endobj 2767 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.557 681.472 454.369 690.973] -/A << /S /GoTo /D (page.128) >> +/Rect [276.852 189.466 293.785 203.414] +/A << /S /GoTo /D (page.104) >> >> endobj 2768 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.071 681.472 476.883 690.973] -/A << /S /GoTo /D (page.150) >> +/Rect [297.88 189.466 314.812 203.414] +/A << /S /GoTo /D (page.105) >> >> endobj 2769 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 681.472 499.397 690.973] -/A << /S /GoTo /D (page.157) >> +/Rect [183.582 181.098 200.514 189.481] +/A << /S /GoTo /D (page.133) >> >> endobj 2770 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 657.396 465.104 670.348] -/A << /S /GoTo /D (page.24) >> +/Rect [305.626 165.556 317.579 179.504] +/A << /S /GoTo /D (page.67) >> >> endobj 2771 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 657.396 479.947 670.348] -/A << /S /GoTo /D (page.34) >> +/Rect [300.646 153.601 317.579 167.549] +/A << /S /GoTo /D (page.140) >> >> endobj 2772 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 657.396 499.397 670.348] -/A << /S /GoTo /D (page.123) >> +/Rect [305.626 141.646 317.579 155.593] +/A << /S /GoTo /D (page.67) >> >> endobj 2773 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [442.025 645.824 453.231 658.776] -/A << /S /GoTo /D (page.24) >> +/Rect [487.445 689.591 499.397 703.539] +/A << /S /GoTo /D (page.92) >> >> endobj 2774 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [456.869 645.824 468.074 658.776] -/A << /S /GoTo /D (page.30) >> +/Rect [409.202 677.636 416.174 691.583] +/A << /S /GoTo /D (page.6) >> >> endobj 2775 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 645.824 481.894 658.776] -/A << /S /GoTo /D (page.34) >> +/Rect [420.268 677.636 432.221 691.583] +/A << /S /GoTo /D (page.19) >> >> endobj 2776 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 636.41 427.249 645.911] -/A << /S /GoTo /D (page.38) >> +/Rect [436.315 677.636 448.268 691.583] +/A << /S /GoTo /D (page.22) >> >> endobj 2777 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 636.41 445.464 645.911] -/A << /S /GoTo /D (page.47) >> +/Rect [452.362 677.636 464.315 691.583] +/A << /S /GoTo /D (page.46) >> >> endobj 2778 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 636.41 463.679 645.911] -/A << /S /GoTo /D (page.53) >> +/Rect [468.409 677.636 480.584 691.583] +/A << /S /GoTo /D (page.46) >> >> endobj 2779 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 636.41 481.894 645.911] -/A << /S /GoTo /D (page.91) >> +/Rect [484.678 677.636 496.631 691.583] +/A << /S /GoTo /D (page.47) >> >> endobj 2780 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 625.451 427.249 634.952] -/A << /S /GoTo /D (page.94) >> +/Rect [365.4 667.33 377.352 677.651] +/A << /S /GoTo /D (page.49) >> >> endobj 2781 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [431.187 625.451 442.393 634.952] -/A << /S /GoTo /D (page.99) >> +/Rect [381.447 667.33 393.399 677.651] +/A << /S /GoTo /D (page.52) >> >> endobj 2782 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [446.331 625.451 462.143 634.952] -/A << /S /GoTo /D (page.109) >> +/Rect [397.494 667.33 409.446 677.651] +/A << /S /GoTo /D (page.53) >> >> endobj 2783 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.082 625.451 481.894 634.952] -/A << /S /GoTo /D (page.116) >> +/Rect [413.541 667.33 425.493 677.651] +/A << /S /GoTo /D (page.74) >> >> endobj 2784 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 614.492 431.855 623.994] -/A << /S /GoTo /D (page.129) >> +/Rect [429.588 667.33 446.521 677.651] +/A << /S /GoTo /D (page.100) >> >> endobj 2785 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.557 614.492 454.369 623.994] -/A << /S /GoTo /D (page.155) >> +/Rect [450.615 667.33 467.548 677.651] +/A << /S /GoTo /D (page.151) >> >> endobj 2786 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.071 614.492 476.883 623.994] -/A << /S /GoTo /D (page.158) >> +/Rect [471.642 667.33 488.575 677.651] +/A << /S /GoTo /D (page.152) >> >> endobj 2787 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 614.492 499.397 623.994] -/A << /S /GoTo /D (page.159) >> +/Rect [420.268 653.725 432.221 667.673] +/A << /S /GoTo /D (page.14) >> >> endobj 2788 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 601.376 481.894 614.327] -/A << /S /GoTo /D (page.24) >> +/Rect [436.315 653.725 448.268 667.673] +/A << /S /GoTo /D (page.15) >> >> endobj 2789 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 591.961 427.249 601.463] -/A << /S /GoTo /D (page.25) >> +/Rect [452.362 653.725 464.315 667.673] +/A << /S /GoTo /D (page.18) >> >> endobj 2790 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [436.456 591.961 447.662 601.463] -/A << /S /GoTo /D (page.32) >> +/Rect [468.409 653.725 480.584 667.673] +/A << /S /GoTo /D (page.45) >> >> endobj 2791 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [450.276 591.961 461.481 601.463] -/A << /S /GoTo /D (page.34) >> +/Rect [484.678 653.725 496.631 667.673] +/A << /S /GoTo /D (page.72) >> >> endobj 2792 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 591.961 481.894 601.463] -/A << /S /GoTo /D (page.38) >> +/Rect [365.4 643.42 377.352 653.74] +/A << /S /GoTo /D (page.90) >> >> endobj 2793 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 581.002 427.249 590.504] +/Rect [381.447 643.42 393.399 653.74] /A << /S /GoTo /D (page.91) >> >> endobj 2794 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [431.777 581.002 442.983 590.504] -/A << /S /GoTo /D (page.94) >> +/Rect [397.494 643.42 414.427 653.74] +/A << /S /GoTo /D (page.139) >> >> endobj 2795 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [447.511 581.002 458.716 590.504] -/A << /S /GoTo /D (page.99) >> +/Rect [418.521 643.42 435.454 653.74] +/A << /S /GoTo /D (page.140) >> >> endobj 2796 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [463.245 581.002 479.057 590.504] -/A << /S /GoTo /D (page.119) >> +/Rect [439.548 643.42 456.481 653.74] +/A << /S /GoTo /D (page.145) >> >> endobj 2797 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 581.002 499.397 590.504] -/A << /S /GoTo /D (page.129) >> +/Rect [441.296 629.815 448.268 643.763] +/A << /S /GoTo /D (page.6) >> >> endobj 2798 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 567.886 479.947 580.837] -/A << /S /GoTo /D (page.31) >> +/Rect [452.362 629.815 464.537 643.763] +/A << /S /GoTo /D (page.24) >> >> endobj 2799 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 567.886 499.397 580.837] -/A << /S /GoTo /D (page.132) >> +/Rect [468.631 629.815 480.584 643.763] +/A << /S /GoTo /D (page.30) >> >> endobj 2800 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 556.314 481.894 569.265] -/A << /S /GoTo /D (page.21) >> +/Rect [484.678 629.815 496.631 643.763] +/A << /S /GoTo /D (page.32) >> >> endobj 2801 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 546.899 427.249 556.401] -/A << /S /GoTo /D (page.23) >> +/Rect [365.4 619.51 377.352 629.83] +/A << /S /GoTo /D (page.47) >> >> endobj 2802 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 546.899 445.464 556.401] -/A << /S /GoTo /D (page.24) >> +/Rect [381.447 619.51 393.399 629.83] +/A << /S /GoTo /D (page.72) >> >> endobj 2803 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 546.899 463.679 556.401] -/A << /S /GoTo /D (page.26) >> +/Rect [397.494 619.51 409.446 629.83] +/A << /S /GoTo /D (page.94) >> >> endobj 2804 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 546.899 481.894 556.401] -/A << /S /GoTo /D (page.33) >> +/Rect [413.541 619.51 430.474 629.83] +/A << /S /GoTo /D (page.100) >> >> endobj 2805 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 535.941 427.249 545.442] -/A << /S /GoTo /D (page.38) >> +/Rect [434.568 619.51 451.501 629.83] +/A << /S /GoTo /D (page.151) >> >> endobj 2806 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 535.941 445.464 545.442] -/A << /S /GoTo /D (page.48) >> +/Rect [487.445 593.95 499.397 607.897] +/A << /S /GoTo /D (page.93) >> >> endobj 2807 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 535.941 463.679 545.442] -/A << /S /GoTo /D (page.63) >> +/Rect [468.631 581.994 480.584 595.942] +/A << /S /GoTo /D (page.21) >> >> endobj 2808 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 535.941 481.894 545.442] -/A << /S /GoTo /D (page.71) >> +/Rect [484.678 581.994 496.631 595.942] +/A << /S /GoTo /D (page.24) >> >> endobj 2809 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 524.982 427.249 534.483] -/A << /S /GoTo /D (page.72) >> +/Rect [365.4 571.689 377.352 582.009] +/A << /S /GoTo /D (page.35) >> >> endobj 2810 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.415 524.982 443.621 534.483] -/A << /S /GoTo /D (page.90) >> +/Rect [381.959 571.689 393.912 582.009] +/A << /S /GoTo /D (page.48) >> >> endobj 2811 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [446.235 524.982 457.44 534.483] -/A << /S /GoTo /D (page.92) >> +/Rect [398.519 571.689 410.472 582.009] +/A << /S /GoTo /D (page.49) >> >> endobj 2812 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [462.607 524.982 478.419 534.483] -/A << /S /GoTo /D (page.120) >> +/Rect [415.079 571.689 427.031 582.009] +/A << /S /GoTo /D (page.72) >> >> endobj 2813 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 524.982 499.397 534.483] -/A << /S /GoTo /D (page.127) >> +/Rect [430.019 571.689 441.972 582.009] +/A << /S /GoTo /D (page.74) >> >> endobj 2814 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 511.865 484.554 524.816] -/A << /S /GoTo /D (page.24) >> +/Rect [446.578 571.689 458.531 582.009] +/A << /S /GoTo /D (page.92) >> >> endobj 2815 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 511.865 499.397 524.816] -/A << /S /GoTo /D (page.92) >> +/Rect [463.138 571.689 475.091 582.009] +/A << /S /GoTo /D (page.94) >> >> endobj 2816 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.505 500.293 469.71 513.244] -/A << /S /GoTo /D (page.23) >> +/Rect [479.698 571.689 496.631 582.009] +/A << /S /GoTo /D (page.101) >> >> endobj 2817 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 500.293 484.554 513.244] -/A << /S /GoTo /D (page.26) >> +/Rect [365.4 559.734 382.333 570.054] +/A << /S /GoTo /D (page.124) >> >> endobj 2818 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 500.293 499.397 513.244] -/A << /S /GoTo /D (page.92) >> +/Rect [386.427 559.734 403.36 570.054] +/A << /S /GoTo /D (page.130) >> >> endobj 2819 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 488.721 481.894 501.672] -/A << /S /GoTo /D (page.24) >> +/Rect [407.454 559.734 424.387 570.054] +/A << /S /GoTo /D (page.152) >> >> endobj 2820 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 479.307 427.249 488.808] -/A << /S /GoTo /D (page.25) >> +/Rect [428.481 559.734 445.414 570.054] +/A << /S /GoTo /D (page.159) >> >> endobj 2821 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [436.456 479.307 447.662 488.808] -/A << /S /GoTo /D (page.27) >> +/Rect [450.37 546.129 462.323 560.077] +/A << /S /GoTo /D (page.24) >> >> endobj 2822 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [456.869 479.307 468.074 488.808] -/A << /S /GoTo /D (page.32) >> +/Rect [466.417 546.129 478.37 560.077] +/A << /S /GoTo /D (page.35) >> >> endobj 2823 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 479.307 481.894 488.808] -/A << /S /GoTo /D (page.34) >> +/Rect [482.464 546.129 499.397 560.077] +/A << /S /GoTo /D (page.125) >> >> endobj 2824 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 468.348 427.249 477.849] -/A << /S /GoTo /D (page.38) >> +/Rect [436.537 534.174 448.49 548.121] +/A << /S /GoTo /D (page.24) >> >> endobj 2825 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.929 468.348 444.134 477.849] -/A << /S /GoTo /D (page.91) >> +/Rect [452.584 534.174 464.537 548.121] +/A << /S /GoTo /D (page.25) >> >> endobj 2826 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.814 468.348 461.02 477.849] -/A << /S /GoTo /D (page.94) >> +/Rect [468.631 534.174 480.584 548.121] +/A << /S /GoTo /D (page.30) >> >> endobj 2827 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.699 468.348 477.905 477.849] -/A << /S /GoTo /D (page.99) >> +/Rect [484.678 534.174 496.631 548.121] +/A << /S /GoTo /D (page.32) >> >> endobj 2828 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 468.348 499.397 477.849] -/A << /S /GoTo /D (page.118) >> +/Rect [365.4 523.868 377.352 534.189] +/A << /S /GoTo /D (page.33) >> >> endobj 2829 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [433.424 455.231 440.023 468.183] -/A << /S /GoTo /D (page.3) >> +/Rect [381.728 523.868 393.681 534.189] +/A << /S /GoTo /D (page.35) >> >> endobj 2830 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [443.661 455.231 454.867 468.183] -/A << /S /GoTo /D (page.24) >> +/Rect [398.056 523.868 410.009 534.189] +/A << /S /GoTo /D (page.39) >> >> endobj 2831 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.505 455.231 469.71 468.183] -/A << /S /GoTo /D (page.30) >> +/Rect [414.385 523.868 426.337 534.189] +/A << /S /GoTo /D (page.48) >> >> endobj 2832 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 455.231 484.554 468.183] -/A << /S /GoTo /D (page.37) >> +/Rect [430.713 523.868 442.666 534.189] +/A << /S /GoTo /D (page.53) >> >> endobj 2833 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 455.231 499.397 468.183] -/A << /S /GoTo /D (page.92) >> +/Rect [447.041 523.868 458.994 534.189] +/A << /S /GoTo /D (page.93) >> >> endobj 2834 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [441.001 443.659 452.207 456.611] -/A << /S /GoTo /D (page.18) >> +/Rect [463.369 523.868 475.322 534.189] +/A << /S /GoTo /D (page.96) >> >> endobj 2835 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.845 443.659 467.051 456.611] -/A << /S /GoTo /D (page.21) >> +/Rect [479.698 523.868 496.631 534.189] +/A << /S /GoTo /D (page.101) >> >> endobj 2836 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 443.659 481.894 456.611] -/A << /S /GoTo /D (page.24) >> +/Rect [365.4 511.913 382.333 522.234] +/A << /S /GoTo /D (page.111) >> >> endobj 2837 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 434.245 427.249 443.746] -/A << /S /GoTo /D (page.25) >> +/Rect [386.427 511.913 403.36 522.234] +/A << /S /GoTo /D (page.119) >> >> endobj 2838 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 434.245 445.464 443.746] -/A << /S /GoTo /D (page.27) >> +/Rect [407.454 511.913 424.387 522.234] +/A << /S /GoTo /D (page.131) >> >> endobj 2839 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 434.245 463.679 443.746] -/A << /S /GoTo /D (page.48) >> +/Rect [428.481 511.913 445.414 522.234] +/A << /S /GoTo /D (page.158) >> >> endobj 2840 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 434.245 481.894 443.746] -/A << /S /GoTo /D (page.49) >> +/Rect [449.508 511.913 466.441 522.234] +/A << /S /GoTo /D (page.160) >> >> endobj 2841 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 423.286 427.249 432.788] -/A << /S /GoTo /D (page.63) >> +/Rect [470.535 511.913 487.468 522.234] +/A << /S /GoTo /D (page.161) >> >> endobj 2842 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [431.777 423.286 442.983 432.788] -/A << /S /GoTo /D (page.71) >> +/Rect [406.108 498.308 418.061 512.256] +/A << /S /GoTo /D (page.25) >> >> endobj 2843 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [447.511 423.286 458.716 432.788] -/A << /S /GoTo /D (page.91) >> +/Rect [422.015 498.308 433.968 512.256] +/A << /S /GoTo /D (page.26) >> >> endobj 2844 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [463.245 423.286 479.057 432.788] -/A << /S /GoTo /D (page.129) >> +/Rect [437.923 498.308 449.875 512.256] +/A << /S /GoTo /D (page.33) >> >> endobj 2845 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 423.286 499.397 432.788] -/A << /S /GoTo /D (page.145) >> +/Rect [452.863 498.308 464.816 512.256] +/A << /S /GoTo /D (page.35) >> >> endobj 2846 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 410.169 481.894 423.121] -/A << /S /GoTo /D (page.21) >> +/Rect [468.77 498.308 480.723 512.256] +/A << /S /GoTo /D (page.39) >> >> endobj 2847 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 400.755 427.249 410.257] -/A << /S /GoTo /D (page.24) >> +/Rect [484.678 498.308 496.631 512.256] +/A << /S /GoTo /D (page.93) >> >> endobj 2848 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [436.456 400.755 447.662 410.257] -/A << /S /GoTo /D (page.34) >> +/Rect [365.4 488.003 377.352 498.323] +/A << /S /GoTo /D (page.96) >> >> endobj 2849 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [450.276 400.755 461.481 410.257] -/A << /S /GoTo /D (page.36) >> +/Rect [381.447 488.003 398.38 498.323] +/A << /S /GoTo /D (page.101) >> >> endobj 2850 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 400.755 481.894 410.257] -/A << /S /GoTo /D (page.47) >> +/Rect [402.474 488.003 419.407 498.323] +/A << /S /GoTo /D (page.121) >> >> endobj 2851 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 389.796 427.249 399.298] -/A << /S /GoTo /D (page.48) >> +/Rect [423.501 488.003 440.434 498.323] +/A << /S /GoTo /D (page.131) >> >> endobj 2852 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 389.796 445.464 399.298] -/A << /S /GoTo /D (page.66) >> +/Rect [466.417 474.398 478.37 488.346] +/A << /S /GoTo /D (page.32) >> >> endobj 2853 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 389.796 463.679 399.298] -/A << /S /GoTo /D (page.71) >> +/Rect [482.464 474.398 499.397 488.346] +/A << /S /GoTo /D (page.134) >> >> endobj 2854 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 389.796 481.894 399.298] -/A << /S /GoTo /D (page.72) >> +/Rect [389.056 462.443 401.008 476.39] +/A << /S /GoTo /D (page.21) >> >> endobj 2855 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 378.837 427.249 388.339] -/A << /S /GoTo /D (page.90) >> +/Rect [404.993 462.443 416.945 476.39] +/A << /S /GoTo /D (page.24) >> >> endobj 2856 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.723 378.837 443.928 388.339] -/A << /S /GoTo /D (page.91) >> +/Rect [420.93 462.443 432.882 476.39] +/A << /S /GoTo /D (page.25) >> >> endobj 2857 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.402 378.837 460.608 388.339] -/A << /S /GoTo /D (page.99) >> +/Rect [436.867 462.443 448.819 476.39] +/A << /S /GoTo /D (page.27) >> >> endobj 2858 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.082 378.837 481.894 388.339] -/A << /S /GoTo /D (page.125) >> +/Rect [452.804 462.443 464.757 476.39] +/A << /S /GoTo /D (page.34) >> >> endobj 2859 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 367.879 431.855 377.38] -/A << /S /GoTo /D (page.128) >> +/Rect [468.741 462.443 480.694 476.39] +/A << /S /GoTo /D (page.39) >> >> endobj 2860 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [447.655 367.879 463.468 377.38] -/A << /S /GoTo /D (page.153) >> +/Rect [484.678 462.443 496.631 476.39] +/A << /S /GoTo /D (page.49) >> >> endobj 2861 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.082 367.879 481.894 377.38] -/A << /S /GoTo /D (page.155) >> +/Rect [365.4 452.137 377.352 462.458] +/A << /S /GoTo /D (page.64) >> >> endobj 2862 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 356.92 431.855 366.421] -/A << /S /GoTo /D (page.158) >> +/Rect [381.447 452.137 393.399 462.458] +/A << /S /GoTo /D (page.72) >> >> endobj 2863 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.557 356.92 454.369 366.421] -/A << /S /GoTo /D (page.172) >> +/Rect [397.494 452.137 409.446 462.458] +/A << /S /GoTo /D (page.73) >> >> endobj 2864 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.071 356.92 476.883 366.421] -/A << /S /GoTo /D (page.181) >> +/Rect [413.541 452.137 425.493 462.458] +/A << /S /GoTo /D (page.92) >> >> endobj 2865 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 356.92 499.397 366.421] -/A << /S /GoTo /D (page.196) >> +/Rect [429.588 452.137 441.54 462.458] +/A << /S /GoTo /D (page.94) >> >> endobj 2866 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [454.676 343.803 465.882 356.754] -/A << /S /GoTo /D (page.24) >> +/Rect [445.635 452.137 462.568 462.458] +/A << /S /GoTo /D (page.123) >> >> endobj 2867 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [469.131 343.803 480.336 356.754] -/A << /S /GoTo /D (page.34) >> +/Rect [466.662 452.137 483.595 462.458] +/A << /S /GoTo /D (page.130) >> >> endobj 2868 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 343.803 499.397 356.754] -/A << /S /GoTo /D (page.126) >> +/Rect [471.398 438.532 483.35 452.48] +/A << /S /GoTo /D (page.25) >> >> endobj 2869 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.954 332.231 450.16 345.182] -/A << /S /GoTo /D (page.21) >> +/Rect [487.445 438.532 499.397 452.48] +/A << /S /GoTo /D (page.94) >> >> endobj 2870 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.797 332.231 465.003 345.182] +/Rect [455.351 426.577 467.303 440.525] /A << /S /GoTo /D (page.24) >> >> endobj 2871 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.641 332.231 479.847 345.182] -/A << /S /GoTo /D (page.30) >> +/Rect [471.398 426.577 483.35 440.525] +/A << /S /GoTo /D (page.26) >> >> endobj 2872 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 322.817 427.249 332.318] -/A << /S /GoTo /D (page.32) >> +/Rect [487.445 426.577 499.397 440.525] +/A << /S /GoTo /D (page.93) >> >> endobj 2873 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 322.817 445.464 332.318] -/A << /S /GoTo /D (page.34) >> +/Rect [390.609 414.622 402.562 428.57] +/A << /S /GoTo /D (page.25) >> >> endobj 2874 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 322.817 463.679 332.318] -/A << /S /GoTo /D (page.38) >> +/Rect [405.549 414.622 417.502 428.57] +/A << /S /GoTo /D (page.27) >> >> endobj 2875 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 322.817 481.894 332.318] -/A << /S /GoTo /D (page.47) >> +/Rect [421.596 414.622 433.549 428.57] +/A << /S /GoTo /D (page.33) >> >> endobj 2876 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 311.858 427.249 321.359] -/A << /S /GoTo /D (page.53) >> +/Rect [436.537 414.622 448.49 428.57] +/A << /S /GoTo /D (page.35) >> >> endobj 2877 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.723 311.858 443.928 321.359] -/A << /S /GoTo /D (page.91) >> +/Rect [452.584 414.622 464.537 428.57] +/A << /S /GoTo /D (page.39) >> >> endobj 2878 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.402 311.858 460.608 321.359] -/A << /S /GoTo /D (page.99) >> +/Rect [468.631 414.622 480.584 428.57] +/A << /S /GoTo /D (page.92) >> >> endobj 2879 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.082 311.858 481.894 321.359] -/A << /S /GoTo /D (page.109) >> +/Rect [484.678 414.622 496.631 428.57] +/A << /S /GoTo /D (page.96) >> >> endobj 2880 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 300.899 431.855 310.4] -/A << /S /GoTo /D (page.115) >> +/Rect [365.4 404.317 382.333 414.637] +/A << /S /GoTo /D (page.101) >> >> endobj 2881 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.557 300.899 454.369 310.4] -/A << /S /GoTo /D (page.128) >> +/Rect [386.427 404.317 403.36 414.637] +/A << /S /GoTo /D (page.120) >> >> endobj 2882 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.071 300.899 476.883 310.4] -/A << /S /GoTo /D (page.153) >> +/Rect [428.237 390.712 435.209 404.659] +/A << /S /GoTo /D (page.3) >> >> endobj 2883 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 300.899 499.397 310.4] -/A << /S /GoTo /D (page.155) >> +/Rect [439.304 390.712 451.256 404.659] +/A << /S /GoTo /D (page.25) >> >> endobj 2884 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 287.782 481.894 300.734] -/A << /S /GoTo /D (page.24) >> +/Rect [455.351 390.712 467.303 404.659] +/A << /S /GoTo /D (page.31) >> >> endobj 2885 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 278.368 427.249 287.869] -/A << /S /GoTo /D (page.27) >> +/Rect [471.398 390.712 483.35 404.659] +/A << /S /GoTo /D (page.38) >> >> endobj 2886 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.929 278.368 444.134 287.869] -/A << /S /GoTo /D (page.70) >> +/Rect [487.445 390.712 499.397 404.659] +/A << /S /GoTo /D (page.93) >> >> endobj 2887 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.814 278.368 461.02 287.869] -/A << /S /GoTo /D (page.92) >> +/Rect [388.396 378.756 400.349 392.704] +/A << /S /GoTo /D (page.18) >> >> endobj 2888 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.699 278.368 477.905 287.869] -/A << /S /GoTo /D (page.98) >> +/Rect [404.443 378.756 416.396 392.704] +/A << /S /GoTo /D (page.21) >> >> endobj 2889 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 278.368 499.397 287.869] -/A << /S /GoTo /D (page.129) >> +/Rect [420.49 378.756 432.443 392.704] +/A << /S /GoTo /D (page.25) >> >> endobj 2890 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 254.292 464.91 267.244] -/A << /S /GoTo /D (page.55) >> +/Rect [436.537 378.756 448.49 392.704] +/A << /S /GoTo /D (page.27) >> >> endobj 2891 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 254.292 479.947 267.244] -/A << /S /GoTo /D (page.63) >> +/Rect [452.584 378.756 464.537 392.704] +/A << /S /GoTo /D (page.49) >> >> endobj 2892 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 254.292 499.397 267.244] -/A << /S /GoTo /D (page.146) >> +/Rect [468.631 378.756 480.584 392.704] +/A << /S /GoTo /D (page.64) >> >> endobj 2893 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 242.72 484.554 255.672] -/A << /S /GoTo /D (page.23) >> +/Rect [484.678 378.756 496.631 392.704] +/A << /S /GoTo /D (page.72) >> >> endobj 2894 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 242.72 499.397 255.672] -/A << /S /GoTo /D (page.55) >> +/Rect [365.4 368.451 377.352 378.772] +/A << /S /GoTo /D (page.73) >> >> endobj 2895 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.922 231.148 470.128 244.1] -/A << /S /GoTo /D (page.10) >> +/Rect [381.447 368.451 393.399 378.772] +/A << /S /GoTo /D (page.92) >> >> endobj 2896 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.557 231.148 484.763 244.1] -/A << /S /GoTo /D (page.41) >> +/Rect [397.494 368.451 414.427 378.772] +/A << /S /GoTo /D (page.132) >> >> endobj 2897 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 231.148 499.397 244.1] -/A << /S /GoTo /D (page.85) >> +/Rect [418.521 368.451 435.454 378.772] +/A << /S /GoTo /D (page.147) >> >> endobj 2898 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 219.576 499.397 232.528] -/A << /S /GoTo /D (page.29) >> +/Rect [484.678 354.846 496.631 368.794] +/A << /S /GoTo /D (page.21) >> >> endobj 2899 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [460.258 208.004 466.857 220.956] -/A << /S /GoTo /D (page.8) >> +/Rect [365.4 344.541 377.352 354.861] +/A << /S /GoTo /D (page.25) >> >> endobj 2900 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.495 208.004 481.894 220.956] -/A << /S /GoTo /D (page.22) >> +/Rect [382.789 344.541 394.742 354.861] +/A << /S /GoTo /D (page.34) >> >> endobj 2901 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 198.59 427.249 208.092] -/A << /S /GoTo /D (page.28) >> +/Rect [397.73 344.541 409.682 354.861] +/A << /S /GoTo /D (page.36) >> >> endobj 2902 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [433.95 198.59 445.156 208.092] -/A << /S /GoTo /D (page.29) >> +/Rect [415.119 344.541 427.072 354.861] +/A << /S /GoTo /D (page.48) >> >> endobj 2903 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [451.858 198.59 463.064 208.092] -/A << /S /GoTo /D (page.41) >> +/Rect [432.509 344.541 444.462 354.861] +/A << /S /GoTo /D (page.49) >> >> endobj 2904 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.678 198.59 476.883 208.092] -/A << /S /GoTo /D (page.44) >> +/Rect [449.899 344.541 461.851 354.861] +/A << /S /GoTo /D (page.67) >> >> endobj 2905 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 198.59 499.397 208.092] -/A << /S /GoTo /D (page.137) >> +/Rect [467.288 344.541 479.241 354.861] +/A << /S /GoTo /D (page.72) >> >> endobj 2906 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 185.474 499.397 198.425] -/A << /S /GoTo /D (page.70) >> +/Rect [484.678 344.541 496.631 354.861] +/A << /S /GoTo /D (page.73) >> >> endobj 2907 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 173.902 499.397 186.853] -/A << /S /GoTo /D (page.69) >> +/Rect [365.4 332.586 377.352 342.906] +/A << /S /GoTo /D (page.92) >> >> endobj 2908 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 162.33 484.554 175.281] -/A << /S /GoTo /D (page.69) >> +/Rect [381.129 332.586 393.082 342.906] +/A << /S /GoTo /D (page.93) >> >> endobj 2909 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 162.33 499.397 175.281] -/A << /S /GoTo /D (page.92) >> +/Rect [396.859 332.586 413.792 342.906] +/A << /S /GoTo /D (page.101) >> >> endobj 2910 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [443.794 150.758 455.193 163.709] -/A << /S /GoTo /D (page.23) >> +/Rect [417.569 332.586 434.501 342.906] +/A << /S /GoTo /D (page.127) >> >> endobj 2911 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.722 150.758 469.928 163.709] -/A << /S /GoTo /D (page.26) >> +/Rect [438.278 332.586 455.211 342.906] +/A << /S /GoTo /D (page.131) >> >> endobj 2912 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.457 150.758 484.663 163.709] -/A << /S /GoTo /D (page.55) >> +/Rect [458.988 332.586 475.921 342.906] +/A << /S /GoTo /D (page.155) >> >> endobj 2913 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 150.758 499.397 163.709] -/A << /S /GoTo /D (page.77) >> +/Rect [479.698 332.586 496.631 342.906] +/A << /S /GoTo /D (page.156) >> >> endobj 2914 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 139.186 499.397 152.137] -/A << /S /GoTo /D (page.70) >> +/Rect [365.4 320.631 382.333 330.951] +/A << /S /GoTo /D (page.158) >> >> endobj 2915 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 127.614 499.397 140.565] -/A << /S /GoTo /D (page.69) >> +/Rect [386.427 320.631 403.36 330.951] +/A << /S /GoTo /D (page.160) >> >> endobj 2916 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 116.042 499.397 128.993] -/A << /S /GoTo /D (page.70) >> ->> endobj -2938 0 obj << -/D [2936 0 R /XYZ 143.727 753.953 null] ->> endobj -2935 0 obj << -/Font << /F46 505 0 R /F47 1747 0 R /F49 1746 0 R /F51 1749 0 R /F50 1748 0 R /F17 400 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3202 0 obj << -/Length 3075 -/Filter /FlateDecode ->> -stream -x]Ks6ϯБZa~wS;n%ermD(j3_H=H$K$u݀qW?~FFJ"#EJa5ۇoI~CurPݬ?f8M}uF%F˿~#)Zhv'bqUOBDo3BA hB1pʢ Zɦ<=|TאLG/mb8aK@#DD@w+Ej֖lc5_ aw>6Ec#Hq'XDA4wl7y"$R$NwX*e:OpQ]&AOS}H"Epm>j*ֱ٥5Dƞ:}tn| Ƒt|iSņΞ(,#[gc&9w.19Ziپ[ QpY:Q,=1C~,)eHBԃq#f" N-00vS-.!!Wt JKG>%/yU%l EB4QHDYC` h 5<76k8fŋB1jlM r x%pHrH뵉H[V|K'EUNގo68/itG6  -y>w -(&`KpSY$zƼ8Ћ-ƥx6:zK65 -Gc .G_䎧ffQRjF_WYX \%7H(^?ձAu:_ cVvv{>ߨC|ml -e[w@?S #eݑi|v{}2N^E7jF4'q³'2vuR -'BH Z@U78b$t:gUO=iuB^Iϴ 2;p!-76fxz} aFcFj^-~[P9gfZ2nfUT4%M@6^+:h}%>X1pWBw❩ -2]mF.r_k.w;GtW0Eq 4l{WSAcVW͐Jl>II1mʴRXH\n~m~704R37T"LaJF1<ʴv&5 U؞4zOM&D"$5lp7sfs҆r +Lʢrϓ"w C"n/>䮠vjje[#σOۊi>>)=?_#ZY|ER}p% $ EMǃy 2Fd]BTFWmf(̇y#IgB p6=r[`{uFF.- >r=K |RNMt%J. mO-pm)s.I1dO]y|5^;]jPE &-LZJlaڰL=+3*0 -#sexbEF( DEtd[_vw3AG.$~, -KGjwtizjkT6:aOG}a =Bf0s:\_̑"O)l`Wﬡ_wS֝5I秌عO |b&g+ved4 -f<_6ã[hm蹚i3pYպ÷E}FfWWz1V75{P=+X -9U⯱& }Iy 6`X6 }օֺph^2yҚ4RiS^,@YH'Ra/DpH*,FYHϊOo[~? ;@ -endstream -endobj -3201 0 obj << -/Type /Page -/Contents 3202 0 R -/Resources 3200 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1750 0 R -/Annots [ 2917 0 R 2918 0 R 2919 0 R 2920 0 R 2921 0 R 2922 0 R 2923 0 R 2924 0 R 2925 0 R 2926 0 R 2927 0 R 2928 0 R 2929 0 R 2930 0 R 2931 0 R 2932 0 R 2933 0 R 2934 0 R 2939 0 R 2940 0 R 2941 0 R 2942 0 R 2943 0 R 2944 0 R 2945 0 R 2946 0 R 2947 0 R 2948 0 R 2949 0 R 2950 0 R 2951 0 R 2952 0 R 2953 0 R 2954 0 R 2955 0 R 2956 0 R 2957 0 R 2958 0 R 2959 0 R 2960 0 R 2961 0 R 2962 0 R 2963 0 R 2964 0 R 2965 0 R 2966 0 R 2967 0 R 2968 0 R 2969 0 R 2970 0 R 2971 0 R 2972 0 R 2973 0 R 2974 0 R 2975 0 R 2976 0 R 2977 0 R 2978 0 R 2979 0 R 2980 0 R 2981 0 R 2982 0 R 2983 0 R 2984 0 R 2985 0 R 2986 0 R 2987 0 R 2988 0 R 2989 0 R 2990 0 R 2991 0 R 2992 0 R 2993 0 R 2994 0 R 2995 0 R 2996 0 R 2997 0 R 2998 0 R 2999 0 R 3000 0 R 3001 0 R 3002 0 R 3003 0 R 3004 0 R 3005 0 R 3006 0 R 3007 0 R 3008 0 R 3009 0 R 3010 0 R 3011 0 R 3012 0 R 3013 0 R 3014 0 R 3015 0 R 3016 0 R 3017 0 R 3018 0 R 3019 0 R 3020 0 R 3021 0 R 3022 0 R 3023 0 R 3024 0 R 3025 0 R 3026 0 R 3027 0 R 3028 0 R 3029 0 R 3030 0 R 3031 0 R 3032 0 R 3033 0 R 3034 0 R 3035 0 R 3036 0 R 3037 0 R 3038 0 R 3039 0 R 3040 0 R 3041 0 R 3042 0 R 3043 0 R 3044 0 R 3045 0 R 3046 0 R 3047 0 R 3048 0 R 3049 0 R 3050 0 R 3051 0 R 3052 0 R 3053 0 R 3054 0 R 3055 0 R 3056 0 R 3057 0 R 3058 0 R 3059 0 R 3060 0 R 3061 0 R 3062 0 R 3063 0 R 3064 0 R 3065 0 R 3066 0 R 3067 0 R 3068 0 R 3069 0 R 3070 0 R 3071 0 R 3072 0 R 3073 0 R 3074 0 R 3075 0 R 3076 0 R 3077 0 R 3078 0 R 3079 0 R 3080 0 R 3081 0 R 3082 0 R 3083 0 R 3084 0 R 3085 0 R 3086 0 R 3087 0 R 3088 0 R 3089 0 R 3090 0 R 3091 0 R 3092 0 R 3093 0 R 3094 0 R 3095 0 R 3096 0 R 3097 0 R 3098 0 R 3099 0 R 3100 0 R 3101 0 R 3102 0 R 3103 0 R 3104 0 R 3105 0 R 3106 0 R 3107 0 R 3108 0 R 3109 0 R 3110 0 R 3111 0 R 3112 0 R 3113 0 R 3114 0 R 3115 0 R 3116 0 R 3117 0 R 3118 0 R 3119 0 R 3120 0 R 3121 0 R 3122 0 R 3123 0 R 3124 0 R 3125 0 R 3126 0 R 3127 0 R 3128 0 R 3129 0 R 3130 0 R 3131 0 R 3132 0 R 3133 0 R 3134 0 R 3135 0 R 3136 0 R 3137 0 R 3138 0 R 3139 0 R 3140 0 R 3141 0 R 3142 0 R 3143 0 R 3144 0 R 3145 0 R 3146 0 R 3147 0 R 3148 0 R 3149 0 R 3150 0 R 3151 0 R 3152 0 R 3153 0 R 3154 0 R 3155 0 R 3156 0 R 3157 0 R 3158 0 R 3159 0 R 3160 0 R 3161 0 R 3162 0 R 3163 0 R 3164 0 R 3165 0 R 3166 0 R 3167 0 R 3168 0 R 3169 0 R 3170 0 R 3171 0 R 3172 0 R 3173 0 R 3174 0 R 3175 0 R 3176 0 R 3177 0 R 3178 0 R 3179 0 R 3180 0 R 3181 0 R 3182 0 R 3183 0 R 3184 0 R 3185 0 R 3186 0 R 3187 0 R 3188 0 R 3189 0 R 3190 0 R 3191 0 R 3192 0 R 3193 0 R 3194 0 R 3195 0 R 3196 0 R ] +/Rect [407.454 320.631 424.387 330.951] +/A << /S /GoTo /D (page.174) >> >> endobj 2917 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [188.34 690.886 194.939 703.837] -/A << /S /GoTo /D (page.6) >> +/Rect [428.481 320.631 445.414 330.951] +/A << /S /GoTo /D (page.183) >> >> endobj 2918 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [198.577 690.886 209.783 703.837] -/A << /S /GoTo /D (page.12) >> +/Rect [449.508 320.631 466.441 330.951] +/A << /S /GoTo /D (page.198) >> >> endobj 2919 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.421 690.886 224.626 703.837] -/A << /S /GoTo /D (page.20) >> +/Rect [450.37 307.025 462.323 320.973] +/A << /S /GoTo /D (page.25) >> >> endobj 2920 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 690.886 239.47 703.837] -/A << /S /GoTo /D (page.23) >> +/Rect [466.417 307.025 478.37 320.973] +/A << /S /GoTo /D (page.35) >> >> endobj 2921 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 681.472 184.825 690.973] -/A << /S /GoTo /D (page.24) >> +/Rect [482.464 307.025 499.397 320.973] +/A << /S /GoTo /D (page.128) >> >> endobj 2922 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [194.032 681.472 205.237 690.973] -/A << /S /GoTo /D (page.26) >> +/Rect [420.49 295.07 432.443 309.018] +/A << /S /GoTo /D (page.21) >> >> endobj 2923 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [207.851 681.472 219.057 690.973] -/A << /S /GoTo /D (page.29) >> +/Rect [436.537 295.07 448.49 309.018] +/A << /S /GoTo /D (page.24) >> >> endobj 2924 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 681.472 239.47 690.973] -/A << /S /GoTo /D (page.38) >> +/Rect [452.584 295.07 464.537 309.018] +/A << /S /GoTo /D (page.25) >> >> endobj 2925 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 670.513 184.825 680.014] -/A << /S /GoTo /D (page.43) >> +/Rect [468.631 295.07 480.584 309.018] +/A << /S /GoTo /D (page.30) >> >> endobj 2926 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [187.439 670.513 198.644 680.014] -/A << /S /GoTo /D (page.45) >> +/Rect [484.678 295.07 496.631 309.018] +/A << /S /GoTo /D (page.32) >> >> endobj 2927 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [209.693 670.513 220.899 680.014] -/A << /S /GoTo /D (page.55) >> +/Rect [365.4 284.765 377.352 295.085] +/A << /S /GoTo /D (page.33) >> >> endobj 2928 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.513 670.513 234.719 680.014] -/A << /S /GoTo /D (page.61) >> +/Rect [381.728 284.765 393.681 295.085] +/A << /S /GoTo /D (page.35) >> >> endobj 2929 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 670.513 256.973 680.014] -/A << /S /GoTo /D (page.65) >> +/Rect [398.056 284.765 410.009 295.085] +/A << /S /GoTo /D (page.39) >> >> endobj 2930 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 657.835 256.973 670.786] -/A << /S /GoTo /D (page.68) >> +/Rect [414.385 284.765 426.337 295.085] +/A << /S /GoTo /D (page.48) >> >> endobj 2931 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 646.702 256.973 659.653] -/A << /S /GoTo /D (page.68) >> +/Rect [430.713 284.765 442.666 295.085] +/A << /S /GoTo /D (page.53) >> >> endobj 2932 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.28 614.124 222.486 627.075] -/A << /S /GoTo /D (page.52) >> +/Rect [447.041 284.765 458.994 295.085] +/A << /S /GoTo /D (page.92) >> >> endobj 2933 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 614.124 237.523 627.075] -/A << /S /GoTo /D (page.52) >> +/Rect [463.369 284.765 475.322 295.085] +/A << /S /GoTo /D (page.93) >> >> endobj 2934 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 614.124 256.973 627.075] -/A << /S /GoTo /D (page.149) >> +/Rect [479.698 284.765 496.631 295.085] +/A << /S /GoTo /D (page.101) >> +>> endobj +2935 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [365.4 272.81 382.333 283.13] +/A << /S /GoTo /D (page.111) >> +>> endobj +2936 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [386.427 272.81 403.36 283.13] +/A << /S /GoTo /D (page.117) >> +>> endobj +2937 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [407.454 272.81 424.387 283.13] +/A << /S /GoTo /D (page.130) >> +>> endobj +2938 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [428.481 272.81 445.414 283.13] +/A << /S /GoTo /D (page.155) >> >> endobj 2939 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 602.991 256.973 615.942] -/A << /S /GoTo /D (page.73) >> +/Rect [449.508 272.81 466.441 283.13] +/A << /S /GoTo /D (page.158) >> >> endobj 2940 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.757 548.321 195.963 561.272] -/A << /S /GoTo /D (page.11) >> +/Rect [397.249 259.205 409.202 273.152] +/A << /S /GoTo /D (page.25) >> >> endobj 2941 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [199.601 548.321 210.807 561.272] -/A << /S /GoTo /D (page.14) >> +/Rect [413.296 259.205 425.249 273.152] +/A << /S /GoTo /D (page.28) >> >> endobj 2942 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [214.444 548.321 225.65 561.272] -/A << /S /GoTo /D (page.18) >> +/Rect [429.343 259.205 441.296 273.152] +/A << /S /GoTo /D (page.71) >> >> endobj 2943 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 548.321 239.47 561.272] -/A << /S /GoTo /D (page.20) >> +/Rect [445.39 259.205 457.343 273.152] +/A << /S /GoTo /D (page.93) >> >> endobj 2944 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 538.906 184.825 548.408] -/A << /S /GoTo /D (page.24) >> +/Rect [461.437 259.205 478.37 273.152] +/A << /S /GoTo /D (page.100) >> >> endobj 2945 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.834 538.906 203.04 548.408] -/A << /S /GoTo /D (page.28) >> +/Rect [482.464 259.205 499.397 273.152] +/A << /S /GoTo /D (page.132) >> >> endobj 2946 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.049 538.906 221.255 548.408] -/A << /S /GoTo /D (page.29) >> +/Rect [450.149 247.25 462.102 261.197] +/A << /S /GoTo /D (page.56) >> >> endobj 2947 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 538.906 239.47 548.408] -/A << /S /GoTo /D (page.45) >> +/Rect [466.196 247.25 478.37 261.197] +/A << /S /GoTo /D (page.64) >> >> endobj 2948 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 527.947 184.825 537.449] -/A << /S /GoTo /D (page.70) >> +/Rect [482.464 247.25 499.397 261.197] +/A << /S /GoTo /D (page.148) >> >> endobj 2949 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [189.353 527.947 200.558 537.449] -/A << /S /GoTo /D (page.71) >> +/Rect [471.398 235.294 483.35 249.242] +/A << /S /GoTo /D (page.24) >> >> endobj 2950 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [205.087 527.947 216.292 537.449] -/A << /S /GoTo /D (page.75) >> +/Rect [487.445 235.294 499.397 249.242] +/A << /S /GoTo /D (page.56) >> >> endobj 2951 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [220.82 527.947 236.633 537.449] -/A << /S /GoTo /D (page.143) >> +/Rect [455.351 223.339 467.303 237.287] +/A << /S /GoTo /D (page.10) >> >> endobj 2952 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 527.947 256.973 537.449] -/A << /S /GoTo /D (page.149) >> +/Rect [471.398 223.339 483.35 237.287] +/A << /S /GoTo /D (page.42) >> >> endobj 2953 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [201.237 515.27 212.443 528.221] -/A << /S /GoTo /D (page.20) >> +/Rect [487.445 223.339 499.397 237.287] +/A << /S /GoTo /D (page.87) >> >> endobj 2954 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [216.08 515.27 227.286 528.221] -/A << /S /GoTo /D (page.23) >> +/Rect [487.445 211.384 499.397 225.332] +/A << /S /GoTo /D (page.29) >> >> endobj 2955 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 515.27 242.13 528.221] -/A << /S /GoTo /D (page.28) >> +/Rect [392.048 199.429 399.02 213.377] +/A << /S /GoTo /D (page.8) >> >> endobj 2956 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 515.27 256.973 528.221] -/A << /S /GoTo /D (page.71) >> +/Rect [403.115 199.429 415.289 213.377] +/A << /S /GoTo /D (page.23) >> >> endobj 2957 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [197.654 493.177 208.86 506.129] -/A << /S /GoTo /D (page.21) >> +/Rect [419.383 199.429 431.336 213.377] +/A << /S /GoTo /D (page.29) >> >> endobj 2958 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [212.497 493.177 223.703 506.129] -/A << /S /GoTo /D (page.46) >> +/Rect [435.43 199.429 447.383 213.377] +/A << /S /GoTo /D (page.30) >> >> endobj 2959 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 493.177 237.523 506.129] -/A << /S /GoTo /D (page.50) >> +/Rect [451.477 199.429 463.43 213.377] +/A << /S /GoTo /D (page.42) >> >> endobj 2960 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 493.177 256.973 506.129] -/A << /S /GoTo /D (page.155) >> +/Rect [466.417 199.429 478.37 213.377] +/A << /S /GoTo /D (page.45) >> >> endobj 2961 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [182.81 482.044 194.016 494.996] -/A << /S /GoTo /D (page.21) >> +/Rect [482.464 199.429 499.397 213.377] +/A << /S /GoTo /D (page.139) >> >> endobj 2962 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [197.654 482.044 208.86 494.996] -/A << /S /GoTo /D (page.46) >> +/Rect [487.445 187.474 499.397 201.421] +/A << /S /GoTo /D (page.71) >> >> endobj 2963 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.474 482.044 222.679 494.996] -/A << /S /GoTo /D (page.48) >> +/Rect [487.445 175.519 499.397 189.466] +/A << /S /GoTo /D (page.70) >> >> endobj 2964 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 482.044 237.523 494.996] -/A << /S /GoTo /D (page.50) >> +/Rect [487.445 163.563 499.397 177.511] +/A << /S /GoTo /D (page.94) >> >> endobj 2965 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 482.044 256.973 494.996] -/A << /S /GoTo /D (page.155) >> +/Rect [487.445 151.608 499.397 165.556] +/A << /S /GoTo /D (page.70) >> >> endobj 2966 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [199.601 470.911 210.807 483.862] -/A << /S /GoTo /D (page.21) >> +/Rect [439.082 139.653 451.256 153.601] +/A << /S /GoTo /D (page.24) >> >> endobj 2967 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [214.444 470.911 225.65 483.862] -/A << /S /GoTo /D (page.46) >> +/Rect [455.351 139.653 467.303 153.601] +/A << /S /GoTo /D (page.27) >> >> endobj 2968 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 470.911 239.47 483.862] -/A << /S /GoTo /D (page.50) >> +/Rect [471.398 139.653 483.35 153.601] +/A << /S /GoTo /D (page.56) >> >> endobj 2969 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 461.497 189.431 470.998] -/A << /S /GoTo /D (page.109) >> +/Rect [487.445 139.653 499.397 153.601] +/A << /S /GoTo /D (page.78) >> >> endobj 2970 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [192.045 461.497 207.858 470.998] -/A << /S /GoTo /D (page.115) >> +/Rect [487.445 127.698 499.397 141.646] +/A << /S /GoTo /D (page.71) >> >> endobj 2971 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.658 461.497 239.47 470.998] -/A << /S /GoTo /D (page.154) >> +/Rect [487.445 115.743 499.397 129.69] +/A << /S /GoTo /D (page.71) >> >> endobj -2972 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 450.538 189.431 460.039] -/A << /S /GoTo /D (page.155) >> +2976 0 obj << +/D [2974 0 R /XYZ 143.727 753.953 null] >> endobj 2973 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [198.177 450.538 213.989 460.039] -/A << /S /GoTo /D (page.157) >> ->> endobj -2974 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [222.734 450.538 238.547 460.039] -/A << /S /GoTo /D (page.197) >> +/Font << /F43 485 0 R /F17 400 0 R /F44 486 0 R /F36 482 0 R /F35 399 0 R >> +/ProcSet [ /PDF /Text ] >> endobj -2975 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 450.538 256.973 460.039] -/A << /S /GoTo /D (page.201) >> +3230 0 obj << +/Length 2483 +/Filter /FlateDecode +>> +stream +x\Ks8W(U0x4^{۝L^vjƷd8Pjh$A-s]nqA~baU\-,DiTaqULZQV?uW"wZq$On;6qq_׆ɥfjnZ3F +n݊ XfCZCXT]>.1brg>Q.,n`G/@,m OXD 5N +˳mEXuQsZtSۧǔ #ZASi4Hc[@O4fi$!,IWCIw~Q;̜6` fPdɦ,򧝇MD 9ȒK99.5=ßf.|dAaBc:.(K;Q+5da2N 禭?yxGYh `l(m%2yLW'Qy=ӣ;B||oQ0q9SO $ҝ3XSgis\@p ht +@s䁡/jMq+ 8;H6 '.!;/^ONg[:6v?((Cx2ےXǻDm I3ZyL|AKtz)Gȱ%/EQ՛HRl}|&+И[ -2\;za-Bqi;@0~f-6Xi_9cs9i(".6_i;}IJ ۺb4BcQOR뻲imɦ*>pCkea-NK!L 6GG3¢1yi*֕^Y/jgR,n%Asof)¥]@CC€$X+A v|' g=#:3Lb1gCc-3]#sDr `;źgg:YB$˨N5k C"p|Ê_ksmUJXif꓂K|Gm7„Fpi^Oo\Qׄm}]D?F!W\N|5f'{)-`.%QO}؞k8H\c_tiLC6f:F_*Tc4Sˇ}[h껧wV|E*_{jjE+yp$kˣÒU !Ѣqf_̱˷ +endstream +endobj +3229 0 obj << +/Type /Page +/Contents 3230 0 R +/Resources 3228 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 2468 0 R +/Annots [ 2972 0 R 2977 0 R 2978 0 R 2979 0 R 2980 0 R 2981 0 R 2982 0 R 2983 0 R 2984 0 R 2985 0 R 2986 0 R 2987 0 R 2988 0 R 2989 0 R 2990 0 R 2991 0 R 2992 0 R 2993 0 R 2994 0 R 2995 0 R 2996 0 R 2997 0 R 2998 0 R 2999 0 R 3000 0 R 3001 0 R 3002 0 R 3003 0 R 3004 0 R 3005 0 R 3006 0 R 3007 0 R 3008 0 R 3009 0 R 3010 0 R 3011 0 R 3012 0 R 3013 0 R 3014 0 R 3015 0 R 3016 0 R 3017 0 R 3018 0 R 3019 0 R 3020 0 R 3021 0 R 3022 0 R 3023 0 R 3024 0 R 3025 0 R 3026 0 R 3027 0 R 3028 0 R 3029 0 R 3030 0 R 3031 0 R 3032 0 R 3033 0 R 3034 0 R 3035 0 R 3036 0 R 3037 0 R 3038 0 R 3039 0 R 3040 0 R 3041 0 R 3042 0 R 3043 0 R 3044 0 R 3045 0 R 3046 0 R 3047 0 R 3048 0 R 3049 0 R 3050 0 R 3051 0 R 3052 0 R 3053 0 R 3054 0 R 3055 0 R 3056 0 R 3057 0 R 3058 0 R 3059 0 R 3060 0 R 3061 0 R 3062 0 R 3063 0 R 3064 0 R 3065 0 R 3066 0 R 3067 0 R 3068 0 R 3069 0 R 3070 0 R 3071 0 R 3072 0 R 3073 0 R 3074 0 R 3075 0 R 3076 0 R 3077 0 R 3078 0 R 3079 0 R 3080 0 R 3081 0 R 3082 0 R 3083 0 R 3084 0 R 3085 0 R 3086 0 R 3087 0 R 3088 0 R 3089 0 R 3090 0 R 3091 0 R 3092 0 R 3093 0 R 3094 0 R 3095 0 R 3096 0 R 3097 0 R 3098 0 R 3099 0 R 3100 0 R 3101 0 R 3102 0 R 3103 0 R 3104 0 R 3105 0 R 3106 0 R 3107 0 R 3108 0 R 3109 0 R 3110 0 R 3111 0 R 3112 0 R 3113 0 R 3114 0 R 3115 0 R 3116 0 R 3117 0 R 3118 0 R 3119 0 R 3120 0 R 3121 0 R 3122 0 R 3123 0 R 3124 0 R 3125 0 R 3126 0 R 3127 0 R 3128 0 R 3129 0 R 3130 0 R 3131 0 R 3132 0 R 3133 0 R 3134 0 R 3135 0 R 3136 0 R 3137 0 R 3138 0 R 3139 0 R 3140 0 R 3141 0 R 3142 0 R 3143 0 R 3144 0 R 3145 0 R 3146 0 R 3147 0 R 3148 0 R 3149 0 R 3150 0 R 3151 0 R 3152 0 R 3153 0 R 3154 0 R 3155 0 R 3156 0 R 3157 0 R 3158 0 R 3159 0 R 3160 0 R 3161 0 R 3162 0 R 3163 0 R 3164 0 R 3165 0 R 3166 0 R 3167 0 R 3168 0 R 3169 0 R 3170 0 R 3171 0 R 3172 0 R 3173 0 R 3174 0 R 3175 0 R 3176 0 R 3177 0 R 3178 0 R 3179 0 R 3180 0 R 3181 0 R 3182 0 R 3183 0 R 3184 0 R 3185 0 R 3186 0 R 3187 0 R 3188 0 R 3189 0 R 3190 0 R 3191 0 R 3192 0 R 3193 0 R 3194 0 R 3195 0 R 3196 0 R 3197 0 R 3198 0 R 3199 0 R 3200 0 R 3201 0 R 3202 0 R 3203 0 R 3204 0 R 3205 0 R 3206 0 R 3207 0 R 3208 0 R 3209 0 R 3210 0 R 3211 0 R 3212 0 R 3213 0 R 3214 0 R 3215 0 R 3216 0 R 3217 0 R 3218 0 R 3219 0 R 3220 0 R 3221 0 R 3222 0 R 3223 0 R 3224 0 R 3225 0 R 3226 0 R ] >> endobj -2976 0 obj << +2972 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 437.86 256.973 450.811] -/A << /S /GoTo /D (page.21) >> +/Rect [305.626 701.546 317.579 715.494] +/A << /S /GoTo /D (page.71) >> >> endobj 2977 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.474 426.727 222.679 439.678] -/A << /S /GoTo /D (page.20) >> +/Rect [228.711 689.591 235.684 703.539] +/A << /S /GoTo /D (page.6) >> >> endobj 2978 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 426.727 237.523 439.678] -/A << /S /GoTo /D (page.55) >> +/Rect [239.778 689.591 251.731 703.539] +/A << /S /GoTo /D (page.13) >> >> endobj 2979 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 426.727 256.973 439.678] -/A << /S /GoTo /D (page.163) >> +/Rect [255.825 689.591 267.778 703.539] +/A << /S /GoTo /D (page.21) >> >> endobj 2980 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [177.18 404.634 188.386 417.586] -/A << /S /GoTo /D (page.20) >> +/Rect [271.872 689.591 283.825 703.539] +/A << /S /GoTo /D (page.23) >> >> endobj 2981 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [192.024 404.634 203.229 417.586] -/A << /S /GoTo /D (page.55) >> +/Rect [286.813 689.591 298.765 703.539] +/A << /S /GoTo /D (page.27) >> >> endobj 2982 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.867 404.634 218.073 417.586] -/A << /S /GoTo /D (page.56) >> +/Rect [302.86 689.591 314.812 703.539] +/A << /S /GoTo /D (page.29) >> >> endobj 2983 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 404.634 237.523 417.586] -/A << /S /GoTo /D (page.163) >> +/Rect [183.582 679.286 195.534 689.606] +/A << /S /GoTo /D (page.30) >> >> endobj 2984 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 404.634 256.973 417.586] -/A << /S /GoTo /D (page.169) >> +/Rect [199.629 679.286 211.581 689.606] +/A << /S /GoTo /D (page.38) >> >> endobj 2985 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [216.08 393.501 227.286 406.453] -/A << /S /GoTo /D (page.18) >> +/Rect [215.676 679.286 227.628 689.606] +/A << /S /GoTo /D (page.44) >> >> endobj 2986 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 393.501 242.13 406.453] +/Rect [231.723 679.286 243.675 689.606] /A << /S /GoTo /D (page.45) >> >> endobj 2987 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 393.501 256.973 406.453] -/A << /S /GoTo /D (page.70) >> +/Rect [247.77 679.286 259.722 689.606] +/A << /S /GoTo /D (page.57) >> >> endobj 2988 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [201.237 371.409 212.443 384.36] -/A << /S /GoTo /D (page.20) >> +/Rect [262.71 679.286 274.663 689.606] +/A << /S /GoTo /D (page.60) >> >> endobj 2989 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [216.08 371.409 227.286 384.36] -/A << /S /GoTo /D (page.28) >> +/Rect [278.757 679.286 290.71 689.606] +/A << /S /GoTo /D (page.62) >> >> endobj 2990 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 371.409 242.13 384.36] -/A << /S /GoTo /D (page.64) >> +/Rect [294.804 679.286 306.757 689.606] +/A << /S /GoTo /D (page.66) >> >> endobj 2991 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 371.409 256.973 384.36] -/A << /S /GoTo /D (page.69) >> +/Rect [305.626 665.681 317.579 679.628] +/A << /S /GoTo /D (page.70) >> >> endobj 2992 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [186.393 349.317 197.599 362.268] -/A << /S /GoTo /D (page.20) >> +/Rect [305.626 653.725 317.579 667.673] +/A << /S /GoTo /D (page.69) >> >> endobj 2993 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [201.237 349.317 212.443 362.268] -/A << /S /GoTo /D (page.55) >> +/Rect [268.331 619.852 280.284 633.8] +/A << /S /GoTo /D (page.53) >> >> endobj 2994 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [216.08 349.317 227.286 362.268] -/A << /S /GoTo /D (page.56) >> +/Rect [284.378 619.852 296.552 633.8] +/A << /S /GoTo /D (page.53) >> >> endobj 2995 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 349.317 242.13 362.268] -/A << /S /GoTo /D (page.59) >> +/Rect [300.646 619.852 317.579 633.8] +/A << /S /GoTo /D (page.151) >> >> endobj 2996 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 349.317 256.973 362.268] -/A << /S /GoTo /D (page.61) >> +/Rect [305.626 607.897 317.579 621.845] +/A << /S /GoTo /D (page.74) >> >> endobj 2997 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [196.63 338.184 207.836 351.135] -/A << /S /GoTo /D (page.20) >> +/Rect [223.731 562.069 235.684 576.017] +/A << /S /GoTo /D (page.11) >> >> endobj 2998 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.474 338.184 222.679 351.135] -/A << /S /GoTo /D (page.55) >> +/Rect [239.778 562.069 251.731 576.017] +/A << /S /GoTo /D (page.14) >> >> endobj 2999 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 338.184 237.523 351.135] -/A << /S /GoTo /D (page.59) >> +/Rect [255.825 562.069 267.778 576.017] +/A << /S /GoTo /D (page.15) >> >> endobj 3000 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 338.184 256.973 351.135] -/A << /S /GoTo /D (page.163) >> +/Rect [271.872 562.069 283.825 576.017] +/A << /S /GoTo /D (page.18) >> >> endobj 3001 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.474 327.05 222.679 340.002] +/Rect [286.813 562.069 298.765 576.017] /A << /S /GoTo /D (page.20) >> >> endobj 3002 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 327.05 237.523 340.002] -/A << /S /GoTo /D (page.61) >> +/Rect [302.86 562.069 314.812 576.017] +/A << /S /GoTo /D (page.25) >> >> endobj 3003 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 327.05 256.973 340.002] -/A << /S /GoTo /D (page.163) >> +/Rect [183.582 551.764 195.534 562.084] +/A << /S /GoTo /D (page.28) >> >> endobj 3004 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 315.917 256.973 328.869] -/A << /S /GoTo /D (page.22) >> +/Rect [199.594 551.764 211.546 562.084] +/A << /S /GoTo /D (page.29) >> >> endobj 3005 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 304.784 242.13 317.735] -/A << /S /GoTo /D (page.19) >> +/Rect [215.606 551.764 227.558 562.084] +/A << /S /GoTo /D (page.45) >> >> endobj 3006 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 304.784 256.973 317.735] -/A << /S /GoTo /D (page.40) >> +/Rect [231.618 551.764 243.571 562.084] +/A << /S /GoTo /D (page.46) >> >> endobj 3007 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 293.651 256.973 306.602] -/A << /S /GoTo /D (page.19) >> +/Rect [247.63 551.764 259.583 562.084] +/A << /S /GoTo /D (page.72) >> >> endobj 3008 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 282.517 256.973 295.469] -/A << /S /GoTo /D (page.19) >> +/Rect [263.642 551.764 275.595 562.084] +/A << /S /GoTo /D (page.77) >> >> endobj 3009 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 271.384 256.973 284.336] -/A << /S /GoTo /D (page.19) >> +/Rect [279.654 551.764 296.587 562.084] +/A << /S /GoTo /D (page.145) >> >> endobj 3010 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 260.251 242.13 273.202] -/A << /S /GoTo /D (page.18) >> +/Rect [300.646 551.764 317.579 562.084] +/A << /S /GoTo /D (page.151) >> >> endobj 3011 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 260.251 256.973 273.202] -/A << /S /GoTo /D (page.68) >> +/Rect [257.485 538.159 269.438 552.106] +/A << /S /GoTo /D (page.21) >> >> endobj 3012 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 249.118 256.973 262.069] -/A << /S /GoTo /D (page.22) >> +/Rect [273.532 538.159 285.485 552.106] +/A << /S /GoTo /D (page.23) >> >> endobj 3013 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [220.687 237.984 227.286 250.936] -/A << /S /GoTo /D (page.7) >> +/Rect [289.579 538.159 301.532 552.106] +/A << /S /GoTo /D (page.29) >> >> endobj 3014 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 237.984 242.13 250.936] -/A << /S /GoTo /D (page.13) >> +/Rect [305.626 538.159 317.579 552.106] +/A << /S /GoTo /D (page.72) >> >> endobj 3015 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 237.984 256.973 250.936] +/Rect [255.825 526.204 267.778 540.151] /A << /S /GoTo /D (page.22) >> >> endobj 3016 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [220.687 226.851 227.286 239.803] -/A << /S /GoTo /D (page.7) >> +/Rect [271.872 526.204 283.825 540.151] +/A << /S /GoTo /D (page.47) >> >> endobj 3017 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 226.851 242.13 239.803] -/A << /S /GoTo /D (page.13) >> +/Rect [286.813 526.204 298.765 540.151] +/A << /S /GoTo /D (page.51) >> >> endobj 3018 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 226.851 256.973 239.803] -/A << /S /GoTo /D (page.22) >> +/Rect [302.86 526.204 314.812 540.151] +/A << /S /GoTo /D (page.74) >> >> endobj 3019 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [183.734 204.759 194.939 217.71] -/A << /S /GoTo /D (page.21) >> +/Rect [183.582 517.835 200.514 526.219] +/A << /S /GoTo /D (page.158) >> >> endobj 3020 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [198.577 204.759 209.783 217.71] -/A << /S /GoTo /D (page.48) >> +/Rect [221.518 502.293 233.471 516.241] +/A << /S /GoTo /D (page.22) >> >> endobj 3021 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.421 204.759 224.626 217.71] -/A << /S /GoTo /D (page.50) >> +/Rect [237.565 502.293 249.518 516.241] +/A << /S /GoTo /D (page.47) >> >> endobj 3022 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 204.759 239.47 217.71] -/A << /S /GoTo /D (page.51) >> +/Rect [252.505 502.293 264.458 516.241] +/A << /S /GoTo /D (page.49) >> >> endobj 3023 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 195.345 184.825 204.846] -/A << /S /GoTo /D (page.71) >> +/Rect [268.552 502.293 280.505 516.241] +/A << /S /GoTo /D (page.51) >> >> endobj 3024 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [189.353 195.345 200.558 204.846] -/A << /S /GoTo /D (page.72) >> +/Rect [284.599 502.293 296.552 516.241] +/A << /S /GoTo /D (page.74) >> >> endobj 3025 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [205.087 195.345 216.292 204.846] -/A << /S /GoTo /D (page.90) >> +/Rect [300.646 502.293 317.579 516.241] +/A << /S /GoTo /D (page.158) >> >> endobj 3026 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [220.82 195.345 236.633 204.846] -/A << /S /GoTo /D (page.127) >> +/Rect [302.86 490.338 314.812 504.286] +/A << /S /GoTo /D (page.22) >> >> endobj 3027 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 195.345 256.973 204.846] -/A << /S /GoTo /D (page.128) >> +/Rect [183.582 480.033 195.534 490.353] +/A << /S /GoTo /D (page.47) >> >> endobj 3028 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 182.667 242.13 195.618] -/A << /S /GoTo /D (page.48) >> +/Rect [198.522 480.033 210.475 490.353] +/A << /S /GoTo /D (page.51) >> >> endobj 3029 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 182.667 256.973 195.618] -/A << /S /GoTo /D (page.49) >> +/Rect [215.891 480.033 227.844 490.353] +/A << /S /GoTo /D (page.74) >> >> endobj 3030 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 171.534 256.973 184.485] -/A << /S /GoTo /D (page.21) >> +/Rect [233.26 480.033 250.193 490.353] +/A << /S /GoTo /D (page.111) >> >> endobj 3031 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 160.4 242.13 173.352] -/A << /S /GoTo /D (page.48) >> +/Rect [253.181 480.033 270.114 490.353] +/A << /S /GoTo /D (page.117) >> >> endobj 3032 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 160.4 256.973 173.352] -/A << /S /GoTo /D (page.50) >> +/Rect [275.53 480.033 292.463 490.353] +/A << /S /GoTo /D (page.156) >> >> endobj 3033 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [216.08 149.267 227.286 162.219] -/A << /S /GoTo /D (page.18) >> +/Rect [297.88 480.033 314.812 490.353] +/A << /S /GoTo /D (page.158) >> >> endobj 3034 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 149.267 242.13 162.219] -/A << /S /GoTo /D (page.68) >> +/Rect [183.582 468.078 200.514 478.398] +/A << /S /GoTo /D (page.159) >> >> endobj 3035 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 149.267 256.973 162.219] -/A << /S /GoTo /D (page.80) >> +/Rect [204.609 468.078 221.542 478.398] +/A << /S /GoTo /D (page.199) >> >> endobj 3036 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [201.237 138.134 212.443 151.085] -/A << /S /GoTo /D (page.21) >> +/Rect [224.529 468.078 241.462 478.398] +/A << /S /GoTo /D (page.203) >> >> endobj 3037 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [216.08 138.134 227.286 151.085] -/A << /S /GoTo /D (page.46) >> +/Rect [289.579 454.473 301.532 468.42] +/A << /S /GoTo /D (page.23) >> >> endobj 3038 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 138.134 242.13 151.085] -/A << /S /GoTo /D (page.51) >> +/Rect [305.626 454.473 317.579 468.42] +/A << /S /GoTo /D (page.74) >> >> endobj 3039 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 138.134 256.973 151.085] -/A << /S /GoTo /D (page.52) >> +/Rect [248.632 442.517 260.585 456.465] +/A << /S /GoTo /D (page.16) >> >> endobj 3040 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.261 116.042 213.466 128.993] -/A << /S /GoTo /D (page.16) >> +/Rect [264.679 442.517 276.632 456.465] +/A << /S /GoTo /D (page.37) >> >> endobj 3041 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [217.104 116.042 228.31 128.993] -/A << /S /GoTo /D (page.21) >> +/Rect [280.726 442.517 297.659 456.465] +/A << /S /GoTo /D (page.111) >> >> endobj 3042 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [231.947 116.042 243.153 128.993] -/A << /S /GoTo /D (page.46) >> +/Rect [300.646 442.517 317.579 456.465] +/A << /S /GoTo /D (page.117) >> >> endobj 3043 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 116.042 256.973 128.993] -/A << /S /GoTo /D (page.50) >> +/Rect [305.626 430.562 317.579 444.51] +/A << /S /GoTo /D (page.23) >> >> endobj 3044 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [308.629 690.886 319.835 703.837] -/A << /S /GoTo /D (page.16) >> +/Rect [305.626 418.607 317.579 432.555] +/A << /S /GoTo /D (page.22) >> >> endobj 3045 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [323.473 690.886 334.678 703.837] +/Rect [252.505 406.652 264.458 420.6] /A << /S /GoTo /D (page.21) >> >> endobj 3046 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [338.316 690.886 349.522 703.837] -/A << /S /GoTo /D (page.46) >> +/Rect [268.552 406.652 280.505 420.6] +/A << /S /GoTo /D (page.56) >> >> endobj 3047 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 690.886 363.342 703.837] -/A << /S /GoTo /D (page.48) >> +/Rect [284.599 406.652 296.552 420.6] +/A << /S /GoTo /D (page.71) >> >> endobj 3048 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 690.886 378.185 703.837] -/A << /S /GoTo /D (page.50) >> +/Rect [300.646 406.652 317.579 420.6] +/A << /S /GoTo /D (page.165) >> >> endobj 3049 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.633 679.765 345.838 692.716] +/Rect [216.22 394.697 228.173 408.644] /A << /S /GoTo /D (page.20) >> >> endobj 3050 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 679.765 360.682 692.716] -/A << /S /GoTo /D (page.40) >> +/Rect [232.11 394.697 244.062 408.644] +/A << /S /GoTo /D (page.56) >> >> endobj 3051 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 670.351 306.037 679.852] -/A << /S /GoTo /D (page.54) >> +/Rect [247.999 394.697 259.951 408.644] +/A << /S /GoTo /D (page.57) >> >> endobj 3052 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [311.716 670.351 322.922 679.852] -/A << /S /GoTo /D (page.58) >> +/Rect [263.888 394.697 275.841 408.644] +/A << /S /GoTo /D (page.70) >> >> endobj 3053 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.602 670.351 339.808 679.852] -/A << /S /GoTo /D (page.60) >> +/Rect [279.777 394.697 296.71 408.644] +/A << /S /GoTo /D (page.165) >> >> endobj 3054 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.487 670.351 356.693 679.852] -/A << /S /GoTo /D (page.69) >> +/Rect [300.646 394.697 317.579 408.644] +/A << /S /GoTo /D (page.171) >> >> endobj 3055 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 670.351 378.185 679.852] -/A << /S /GoTo /D (page.163) >> +/Rect [273.532 382.742 285.485 396.689] +/A << /S /GoTo /D (page.18) >> >> endobj 3056 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.292 657.685 348.498 670.636] -/A << /S /GoTo /D (page.18) >> +/Rect [289.579 382.742 301.532 396.689] +/A << /S /GoTo /D (page.45) >> >> endobj 3057 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 657.685 363.342 670.636] -/A << /S /GoTo /D (page.40) >> +/Rect [305.626 382.742 317.579 396.689] +/A << /S /GoTo /D (page.72) >> >> endobj 3058 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 657.685 378.185 670.636] -/A << /S /GoTo /D (page.68) >> +/Rect [254.719 370.786 266.671 384.734] +/A << /S /GoTo /D (page.21) >> >> endobj 3059 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 646.564 378.185 659.515] -/A << /S /GoTo /D (page.68) >> +/Rect [270.766 370.786 282.718 384.734] +/A << /S /GoTo /D (page.29) >> >> endobj 3060 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 635.443 378.185 648.394] -/A << /S /GoTo /D (page.72) >> +/Rect [286.813 370.786 298.765 384.734] +/A << /S /GoTo /D (page.65) >> >> endobj 3061 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [315.183 624.322 321.782 637.273] -/A << /S /GoTo /D (page.8) >> +/Rect [302.86 370.786 314.812 384.734] +/A << /S /GoTo /D (page.66) >> >> endobj 3062 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [325.42 624.322 332.019 637.273] -/A << /S /GoTo /D (page.9) >> +/Rect [183.582 362.418 195.534 370.801] +/A << /S /GoTo /D (page.70) >> >> endobj 3063 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [335.656 624.322 346.862 637.273] -/A << /S /GoTo /D (page.12) >> +/Rect [226.513 346.876 238.465 360.824] +/A << /S /GoTo /D (page.21) >> >> endobj 3064 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 624.322 360.682 637.273] -/A << /S /GoTo /D (page.14) >> +/Rect [242.335 346.876 254.288 360.824] +/A << /S /GoTo /D (page.56) >> >> endobj 3065 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 614.907 306.037 624.409] -/A << /S /GoTo /D (page.21) >> +/Rect [258.158 346.876 270.111 360.824] +/A << /S /GoTo /D (page.57) >> >> endobj 3066 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [308.651 614.907 319.857 624.409] -/A << /S /GoTo /D (page.23) >> +/Rect [273.981 346.876 285.934 360.824] +/A << /S /GoTo /D (page.60) >> >> endobj 3067 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.094 614.907 339.299 624.409] -/A << /S /GoTo /D (page.41) >> +/Rect [289.804 346.876 301.756 360.824] +/A << /S /GoTo /D (page.63) >> >> endobj 3068 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.537 614.907 358.742 624.409] -/A << /S /GoTo /D (page.44) >> +/Rect [305.626 346.876 317.579 360.824] +/A << /S /GoTo /D (page.71) >> >> endobj 3069 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 614.907 378.185 624.409] -/A << /S /GoTo /D (page.73) >> +/Rect [236.458 334.921 248.411 348.869] +/A << /S /GoTo /D (page.21) >> >> endobj 3070 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 602.242 363.342 615.193] -/A << /S /GoTo /D (page.11) >> +/Rect [252.505 334.921 264.458 348.869] +/A << /S /GoTo /D (page.56) >> >> endobj 3071 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 602.242 378.185 615.193] -/A << /S /GoTo /D (page.76) >> +/Rect [268.552 334.921 280.505 348.869] +/A << /S /GoTo /D (page.60) >> >> endobj 3072 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 591.121 378.185 604.072] -/A << /S /GoTo /D (page.92) >> +/Rect [284.599 334.921 296.552 348.869] +/A << /S /GoTo /D (page.71) >> >> endobj 3073 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 580 378.185 592.951] -/A << /S /GoTo /D (page.80) >> +/Rect [300.646 334.921 317.579 348.869] +/A << /S /GoTo /D (page.165) >> >> endobj 3074 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 568.878 378.185 581.83] -/A << /S /GoTo /D (page.91) >> +/Rect [252.505 322.966 264.458 336.913] +/A << /S /GoTo /D (page.21) >> >> endobj 3075 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [319.596 546.798 330.801 559.75] -/A << /S /GoTo /D (page.17) >> +/Rect [268.552 322.966 280.505 336.913] +/A << /S /GoTo /D (page.63) >> >> endobj 3076 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.439 546.798 345.645 559.75] -/A << /S /GoTo /D (page.22) >> +/Rect [284.599 322.966 296.552 336.913] +/A << /S /GoTo /D (page.71) >> >> endobj 3077 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.283 546.798 360.682 559.75] -/A << /S /GoTo /D (page.39) >> +/Rect [300.646 322.966 317.579 336.913] +/A << /S /GoTo /D (page.165) >> >> endobj 3078 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 537.384 306.037 546.886] -/A << /S /GoTo /D (page.70) >> +/Rect [305.626 311.011 317.579 324.958] +/A << /S /GoTo /D (page.18) >> >> endobj 3079 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 537.384 324.252 546.886] -/A << /S /GoTo /D (page.79) >> +/Rect [273.532 299.055 285.485 313.003] +/A << /S /GoTo /D (page.20) >> >> endobj 3080 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 537.384 342.467 546.886] -/A << /S /GoTo /D (page.88) >> +/Rect [289.579 299.055 301.532 313.003] +/A << /S /GoTo /D (page.41) >> >> endobj 3081 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 537.384 360.682 546.886] -/A << /S /GoTo /D (page.90) >> +/Rect [305.626 299.055 317.579 313.003] +/A << /S /GoTo /D (page.70) >> >> endobj 3082 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 526.425 310.643 535.927] -/A << /S /GoTo /D (page.138) >> +/Rect [305.626 287.1 317.579 301.048] +/A << /S /GoTo /D (page.20) >> >> endobj 3083 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.345 526.425 333.157 535.927] -/A << /S /GoTo /D (page.141) >> +/Rect [305.626 275.145 317.579 289.093] +/A << /S /GoTo /D (page.20) >> >> endobj 3084 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [339.859 526.425 355.671 535.927] -/A << /S /GoTo /D (page.143) >> +/Rect [305.626 263.19 317.579 277.138] +/A << /S /GoTo /D (page.20) >> >> endobj 3085 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 526.425 378.185 535.927] -/A << /S /GoTo /D (page.164) >> +/Rect [289.579 251.235 301.532 265.182] +/A << /S /GoTo /D (page.18) >> >> endobj 3086 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 513.76 360.682 526.711] -/A << /S /GoTo /D (page.17) >> +/Rect [305.626 251.235 317.579 265.182] +/A << /S /GoTo /D (page.69) >> >> endobj 3087 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 504.345 306.037 513.847] -/A << /S /GoTo /D (page.20) >> +/Rect [289.579 239.28 301.532 253.227] +/A << /S /GoTo /D (page.22) >> >> endobj 3088 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [312.982 504.345 324.187 513.847] -/A << /S /GoTo /D (page.22) >> +/Rect [305.626 239.28 317.579 253.227] +/A << /S /GoTo /D (page.74) >> >> endobj 3089 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.132 504.345 342.531 513.847] -/A << /S /GoTo /D (page.39) >> +/Rect [278.512 227.324 285.485 241.272] +/A << /S /GoTo /D (page.7) >> >> endobj 3090 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 504.345 360.682 513.847] -/A << /S /GoTo /D (page.54) >> +/Rect [289.579 227.324 301.532 241.272] +/A << /S /GoTo /D (page.13) >> >> endobj 3091 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 493.386 306.037 502.888] -/A << /S /GoTo /D (page.55) >> +/Rect [305.626 227.324 317.579 241.272] +/A << /S /GoTo /D (page.22) >> >> endobj 3092 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [311.511 493.386 322.716 502.888] -/A << /S /GoTo /D (page.79) >> +/Rect [278.512 215.369 285.485 229.317] +/A << /S /GoTo /D (page.7) >> >> endobj 3093 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.19 493.386 339.396 502.888] -/A << /S /GoTo /D (page.89) >> +/Rect [289.579 215.369 301.532 229.317] +/A << /S /GoTo /D (page.13) >> >> endobj 3094 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [344.87 493.386 360.682 502.888] -/A << /S /GoTo /D (page.138) >> +/Rect [305.626 215.369 317.579 229.317] +/A << /S /GoTo /D (page.22) >> >> endobj 3095 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 482.427 310.643 491.929] -/A << /S /GoTo /D (page.141) >> +/Rect [238.672 203.414 250.624 217.362] +/A << /S /GoTo /D (page.21) >> >> endobj 3096 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.345 482.427 333.157 491.929] -/A << /S /GoTo /D (page.143) >> +/Rect [254.719 203.414 266.671 217.362] +/A << /S /GoTo /D (page.48) >> >> endobj 3097 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [339.859 482.427 355.671 491.929] -/A << /S /GoTo /D (page.164) >> +/Rect [270.766 203.414 282.718 217.362] +/A << /S /GoTo /D (page.51) >> >> endobj 3098 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 482.427 378.185 491.929] -/A << /S /GoTo /D (page.165) >> +/Rect [286.813 203.414 298.765 217.362] +/A << /S /GoTo /D (page.52) >> >> endobj 3099 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 447.682 358.735 460.633] -/A << /S /GoTo /D (page.40) >> +/Rect [302.86 203.414 314.812 217.362] +/A << /S /GoTo /D (page.72) >> >> endobj 3100 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 447.682 378.185 460.633] -/A << /S /GoTo /D (page.144) >> +/Rect [183.582 193.109 195.534 203.429] +/A << /S /GoTo /D (page.73) >> >> endobj 3101 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 425.602 358.735 438.553] -/A << /S /GoTo /D (page.40) >> +/Rect [199.629 193.109 211.581 203.429] +/A << /S /GoTo /D (page.92) >> >> endobj 3102 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 425.602 378.185 438.553] -/A << /S /GoTo /D (page.143) >> +/Rect [215.676 193.109 232.608 203.429] +/A << /S /GoTo /D (page.130) >> >> endobj 3103 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [303.106 414.481 314.312 427.432] -/A << /S /GoTo /D (page.20) >> +/Rect [236.703 193.109 253.636 203.429] +/A << /S /GoTo /D (page.131) >> >> endobj 3104 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.923 414.481 329.129 427.432] -/A << /S /GoTo /D (page.40) >> +/Rect [289.579 179.504 301.532 193.451] +/A << /S /GoTo /D (page.48) >> >> endobj 3105 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.739 414.481 343.945 427.432] -/A << /S /GoTo /D (page.54) >> +/Rect [305.626 179.504 317.579 193.451] +/A << /S /GoTo /D (page.50) >> >> endobj 3106 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.556 414.481 358.762 427.432] -/A << /S /GoTo /D (page.55) >> +/Rect [305.626 167.549 317.579 181.496] +/A << /S /GoTo /D (page.21) >> >> endobj 3107 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 414.481 378.185 427.432] -/A << /S /GoTo /D (page.143) >> +/Rect [290.686 155.593 302.639 169.541] +/A << /S /GoTo /D (page.48) >> >> endobj 3108 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 403.36 358.735 416.311] -/A << /S /GoTo /D (page.40) >> +/Rect [305.626 155.593 317.579 169.541] +/A << /S /GoTo /D (page.51) >> >> endobj 3109 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 403.36 378.185 416.311] -/A << /S /GoTo /D (page.143) >> +/Rect [273.532 143.638 285.485 157.586] +/A << /S /GoTo /D (page.19) >> >> endobj 3110 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 392.238 358.735 405.19] -/A << /S /GoTo /D (page.40) >> +/Rect [289.579 143.638 301.532 157.586] +/A << /S /GoTo /D (page.69) >> >> endobj 3111 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 392.238 378.185 405.19] -/A << /S /GoTo /D (page.143) >> +/Rect [305.626 143.638 317.579 157.586] +/A << /S /GoTo /D (page.81) >> >> endobj 3112 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.236 381.117 324.442 394.069] -/A << /S /GoTo /D (page.39) >> +/Rect [273.532 131.683 285.485 145.631] +/A << /S /GoTo /D (page.22) >> >> endobj 3113 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 381.117 339.285 394.069] -/A << /S /GoTo /D (page.70) >> +/Rect [289.579 131.683 301.532 145.631] +/A << /S /GoTo /D (page.47) >> >> endobj 3114 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 381.117 358.735 394.069] -/A << /S /GoTo /D (page.141) >> +/Rect [305.626 131.683 317.579 145.631] +/A << /S /GoTo /D (page.52) >> >> endobj 3115 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 381.117 378.185 394.069] -/A << /S /GoTo /D (page.143) >> +/Rect [305.626 119.728 317.579 133.676] +/A << /S /GoTo /D (page.74) >> >> endobj 3116 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 369.996 378.185 382.948] -/A << /S /GoTo /D (page.71) >> +/Rect [424.363 701.546 436.316 715.494] +/A << /S /GoTo /D (page.16) >> >> endobj 3117 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 337.467 363.342 350.419] -/A << /S /GoTo /D (page.46) >> +/Rect [440.41 701.546 452.363 715.494] +/A << /S /GoTo /D (page.22) >> >> endobj 3118 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 337.467 378.185 350.419] -/A << /S /GoTo /D (page.50) >> +/Rect [456.457 701.546 468.41 715.494] +/A << /S /GoTo /D (page.47) >> >> endobj 3119 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 326.346 378.185 339.297] -/A << /S /GoTo /D (page.132) >> +/Rect [471.398 701.546 483.35 715.494] +/A << /S /GoTo /D (page.51) >> >> endobj 3120 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 315.225 378.185 328.176] -/A << /S /GoTo /D (page.85) >> +/Rect [487.445 701.546 499.397 715.494] +/A << /S /GoTo /D (page.74) >> >> endobj 3121 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 282.696 378.185 295.647] -/A << /S /GoTo /D (page.72) >> +/Rect [424.363 689.591 436.316 703.539] +/A << /S /GoTo /D (page.17) >> >> endobj 3122 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 271.575 378.185 284.526] -/A << /S /GoTo /D (page.68) >> +/Rect [440.41 689.591 452.363 703.539] +/A << /S /GoTo /D (page.22) >> >> endobj 3123 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 260.454 378.185 273.405] -/A << /S /GoTo /D (page.92) >> +/Rect [456.457 689.591 468.41 703.539] +/A << /S /GoTo /D (page.47) >> >> endobj 3124 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 249.333 363.342 262.284] -/A << /S /GoTo /D (page.38) >> +/Rect [471.398 689.591 483.35 703.539] +/A << /S /GoTo /D (page.51) >> >> endobj 3125 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 249.333 378.185 262.284] -/A << /S /GoTo /D (page.76) >> +/Rect [487.445 689.591 499.397 703.539] +/A << /S /GoTo /D (page.74) >> >> endobj 3126 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 238.211 378.185 251.163] -/A << /S /GoTo /D (page.43) >> +/Rect [404.443 677.636 416.396 691.583] +/A << /S /GoTo /D (page.20) >> >> endobj 3127 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 227.09 378.185 240.042] -/A << /S /GoTo /D (page.43) >> +/Rect [420.49 677.636 432.443 691.583] +/A << /S /GoTo /D (page.21) >> >> endobj 3128 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 215.969 378.185 228.921] -/A << /S /GoTo /D (page.146) >> +/Rect [436.537 677.636 448.49 691.583] +/A << /S /GoTo /D (page.41) >> >> endobj 3129 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 193.889 363.342 206.841] -/A << /S /GoTo /D (page.19) >> +/Rect [452.584 677.636 464.537 691.583] +/A << /S /GoTo /D (page.56) >> >> endobj 3130 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 193.889 378.185 206.841] -/A << /S /GoTo /D (page.80) >> +/Rect [468.631 677.636 480.584 691.583] +/A << /S /GoTo /D (page.59) >> >> endobj 3131 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.099 182.768 348.305 195.72] -/A << /S /GoTo /D (page.14) >> +/Rect [484.678 677.636 496.631 691.583] +/A << /S /GoTo /D (page.61) >> >> endobj 3132 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 182.768 363.342 195.72] -/A << /S /GoTo /D (page.22) >> +/Rect [365.4 667.33 377.352 677.651] +/A << /S /GoTo /D (page.70) >> >> endobj 3133 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 182.768 378.185 195.72] -/A << /S /GoTo /D (page.77) >> +/Rect [381.447 667.33 398.38 677.651] +/A << /S /GoTo /D (page.165) >> >> endobj 3134 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 171.647 378.185 184.599] -/A << /S /GoTo /D (page.73) >> +/Rect [455.351 653.725 467.303 667.673] +/A << /S /GoTo /D (page.18) >> >> endobj 3135 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 160.526 378.185 173.477] -/A << /S /GoTo /D (page.73) >> +/Rect [471.398 653.725 483.35 667.673] +/A << /S /GoTo /D (page.40) >> >> endobj 3136 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 149.405 363.342 162.356] -/A << /S /GoTo /D (page.50) >> +/Rect [487.445 653.725 499.397 667.673] +/A << /S /GoTo /D (page.69) >> >> endobj 3137 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 149.405 378.185 162.356] -/A << /S /GoTo /D (page.73) >> +/Rect [487.445 641.77 499.397 655.718] +/A << /S /GoTo /D (page.69) >> >> endobj 3138 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 138.284 378.185 151.235] -/A << /S /GoTo /D (page.91) >> +/Rect [471.398 629.815 483.35 643.763] +/A << /S /GoTo /D (page.22) >> >> endobj 3139 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 127.163 378.185 140.114] -/A << /S /GoTo /D (page.69) >> +/Rect [487.445 629.815 499.397 643.763] +/A << /S /GoTo /D (page.73) >> >> endobj 3140 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 116.042 378.185 128.993] -/A << /S /GoTo /D (page.190) >> +/Rect [455.351 617.86 467.303 631.808] +/A << /S /GoTo /D (page.10) >> >> endobj 3141 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 701.845 499.397 714.796] -/A << /S /GoTo /D (page.169) >> +/Rect [471.398 617.86 483.35 631.808] +/A << /S /GoTo /D (page.22) >> >> endobj 3142 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 690.747 499.397 703.698] -/A << /S /GoTo /D (page.190) >> +/Rect [487.445 617.86 499.397 631.808] +/A << /S /GoTo /D (page.23) >> >> endobj 3143 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 679.649 499.397 692.601] -/A << /S /GoTo /D (page.179) >> +/Rect [487.445 605.905 499.397 619.852] +/A << /S /GoTo /D (page.22) >> >> endobj 3144 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 668.551 499.397 681.503] -/A << /S /GoTo /D (page.180) >> +/Rect [399.463 593.95 406.435 607.897] +/A << /S /GoTo /D (page.8) >> >> endobj 3145 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 657.453 499.397 670.405] -/A << /S /GoTo /D (page.181) >> +/Rect [410.53 593.95 417.502 607.897] +/A << /S /GoTo /D (page.9) >> >> endobj 3146 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 646.355 499.397 659.307] -/A << /S /GoTo /D (page.181) >> +/Rect [421.596 593.95 433.549 607.897] +/A << /S /GoTo /D (page.12) >> >> endobj 3147 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 624.298 499.397 637.25] -/A << /S /GoTo /D (page.181) >> +/Rect [436.537 593.95 448.49 607.897] +/A << /S /GoTo /D (page.15) >> >> endobj 3148 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 613.201 499.397 626.152] -/A << /S /GoTo /D (page.181) >> +/Rect [452.584 593.95 464.537 607.897] +/A << /S /GoTo /D (page.22) >> >> endobj 3149 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 602.103 499.397 615.054] -/A << /S /GoTo /D (page.182) >> +/Rect [468.631 593.95 480.584 607.897] +/A << /S /GoTo /D (page.24) >> >> endobj 3150 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 591.005 499.397 603.956] -/A << /S /GoTo /D (page.182) >> +/Rect [484.678 593.95 496.631 607.897] +/A << /S /GoTo /D (page.42) >> >> endobj 3151 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 568.948 499.397 581.899] -/A << /S /GoTo /D (page.183) >> +/Rect [365.4 583.644 377.352 593.965] +/A << /S /GoTo /D (page.45) >> >> endobj 3152 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 557.85 499.397 570.801] -/A << /S /GoTo /D (page.179) >> +/Rect [381.447 583.644 393.399 593.965] +/A << /S /GoTo /D (page.75) >> >> endobj 3153 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 546.752 499.397 559.704] -/A << /S /GoTo /D (page.180) >> +/Rect [471.398 570.039 483.35 583.987] +/A << /S /GoTo /D (page.11) >> >> endobj 3154 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 535.654 499.397 548.606] -/A << /S /GoTo /D (page.180) >> +/Rect [487.445 570.039 499.397 583.987] +/A << /S /GoTo /D (page.77) >> >> endobj 3155 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 524.556 499.397 537.508] -/A << /S /GoTo /D (page.185) >> +/Rect [487.445 558.084 499.397 572.032] +/A << /S /GoTo /D (page.93) >> >> endobj 3156 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 513.458 499.397 526.41] -/A << /S /GoTo /D (page.186) >> +/Rect [471.398 546.129 483.35 560.077] +/A << /S /GoTo /D (page.81) >> >> endobj 3157 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 491.402 499.397 504.353] -/A << /S /GoTo /D (page.186) >> +/Rect [487.445 546.129 499.397 560.077] +/A << /S /GoTo /D (page.82) >> >> endobj 3158 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 469.345 499.397 482.296] -/A << /S /GoTo /D (page.187) >> +/Rect [487.445 534.174 499.397 548.121] +/A << /S /GoTo /D (page.92) >> >> endobj 3159 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 458.247 499.397 471.198] -/A << /S /GoTo /D (page.185) >> +/Rect [487.445 522.218 499.397 536.166] +/A << /S /GoTo /D (page.14) >> >> endobj 3160 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 447.149 499.397 460.1] -/A << /S /GoTo /D (page.185) >> +/Rect [436.315 510.263 448.268 524.211] +/A << /S /GoTo /D (page.18) >> >> endobj 3161 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 425.092 499.397 438.043] -/A << /S /GoTo /D (page.186) >> +/Rect [452.362 510.263 464.315 524.211] +/A << /S /GoTo /D (page.23) >> >> endobj 3162 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 403.035 499.397 415.987] -/A << /S /GoTo /D (page.187) >> +/Rect [468.409 510.263 480.584 524.211] +/A << /S /GoTo /D (page.40) >> >> endobj 3163 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.845 380.978 467.051 393.93] -/A << /S /GoTo /D (page.20) >> +/Rect [484.678 510.263 496.631 524.211] +/A << /S /GoTo /D (page.71) >> >> endobj 3164 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 380.978 481.894 393.93] -/A << /S /GoTo /D (page.59) >> +/Rect [365.4 499.958 377.352 510.278] +/A << /S /GoTo /D (page.81) >> >> endobj 3165 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 371.564 427.249 381.066] -/A << /S /GoTo /D (page.60) >> +/Rect [381.447 499.958 393.399 510.278] +/A << /S /GoTo /D (page.90) >> >> endobj 3166 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [430.625 371.564 441.831 381.066] -/A << /S /GoTo /D (page.69) >> +/Rect [397.494 499.958 409.446 510.278] +/A << /S /GoTo /D (page.91) >> >> endobj 3167 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [445.207 371.564 461.02 381.066] -/A << /S /GoTo /D (page.163) >> +/Rect [413.541 499.958 430.474 510.278] +/A << /S /GoTo /D (page.140) >> >> endobj 3168 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.396 371.564 480.209 381.066] -/A << /S /GoTo /D (page.178) >> +/Rect [434.568 499.958 451.501 510.278] +/A << /S /GoTo /D (page.143) >> >> endobj 3169 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 371.564 499.397 381.066] -/A << /S /GoTo /D (page.184) >> +/Rect [455.595 499.958 472.528 510.278] +/A << /S /GoTo /D (page.145) >> >> endobj 3170 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 358.922 499.397 371.873] -/A << /S /GoTo /D (page.91) >> +/Rect [476.622 499.958 493.555 510.278] +/A << /S /GoTo /D (page.166) >> >> endobj 3171 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 347.824 484.554 360.775] -/A << /S /GoTo /D (page.11) >> +/Rect [484.678 486.353 496.631 500.301] +/A << /S /GoTo /D (page.18) >> >> endobj 3172 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 347.824 499.397 360.775] -/A << /S /GoTo /D (page.76) >> +/Rect [365.4 476.048 377.352 486.368] +/A << /S /GoTo /D (page.21) >> >> endobj 3173 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 336.726 499.397 349.677] -/A << /S /GoTo /D (page.91) >> +/Rect [381.696 476.048 393.649 486.368] +/A << /S /GoTo /D (page.23) >> >> endobj 3174 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 304.289 499.397 317.241] -/A << /S /GoTo /D (page.91) >> +/Rect [397.993 476.048 410.167 486.368] +/A << /S /GoTo /D (page.40) >> >> endobj 3175 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 293.191 499.397 306.143] -/A << /S /GoTo /D (page.30) >> +/Rect [414.511 476.048 426.464 486.368] +/A << /S /GoTo /D (page.54) >> >> endobj 3176 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 282.093 499.397 295.045] -/A << /S /GoTo /D (page.42) >> +/Rect [430.808 476.048 442.76 486.368] +/A << /S /GoTo /D (page.56) >> >> endobj 3177 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 270.995 499.397 283.947] -/A << /S /GoTo /D (page.50) >> +/Rect [447.104 476.048 459.057 486.368] +/A << /S /GoTo /D (page.81) >> >> endobj 3178 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 259.898 499.397 272.849] -/A << /S /GoTo /D (page.50) >> +/Rect [463.401 476.048 475.354 486.368] +/A << /S /GoTo /D (page.90) >> >> endobj 3179 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.257 237.841 479.657 250.792] -/A << /S /GoTo /D (page.63) >> +/Rect [479.698 476.048 496.631 486.368] +/A << /S /GoTo /D (page.140) >> >> endobj 3180 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.294 237.841 499.397 250.792] -/A << /S /GoTo /D (page.144) >> +/Rect [365.4 464.093 382.333 474.413] +/A << /S /GoTo /D (page.143) >> >> endobj 3181 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 226.743 499.397 239.694] -/A << /S /GoTo /D (page.43) >> +/Rect [385.32 464.093 402.253 474.413] +/A << /S /GoTo /D (page.145) >> >> endobj 3182 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 215.645 499.397 228.596] -/A << /S /GoTo /D (page.68) >> +/Rect [406.347 464.093 423.28 474.413] +/A << /S /GoTo /D (page.166) >> >> endobj 3183 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 204.547 499.397 217.498] -/A << /S /GoTo /D (page.72) >> +/Rect [427.374 464.093 444.307 474.413] +/A << /S /GoTo /D (page.167) >> >> endobj 3184 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [445.608 182.49 452.207 195.442] -/A << /S /GoTo /D (page.9) >> +/Rect [466.417 438.532 478.37 452.48] +/A << /S /GoTo /D (page.41) >> >> endobj 3185 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.845 182.49 467.051 195.442] -/A << /S /GoTo /D (page.10) >> +/Rect [482.464 438.532 499.397 452.48] +/A << /S /GoTo /D (page.146) >> >> endobj 3186 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 182.49 481.894 195.442] -/A << /S /GoTo /D (page.17) >> +/Rect [466.417 426.577 478.37 440.525] +/A << /S /GoTo /D (page.41) >> >> endobj 3187 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 173.076 427.249 182.577] -/A << /S /GoTo /D (page.74) >> +/Rect [482.464 426.577 499.397 440.525] +/A << /S /GoTo /D (page.145) >> >> endobj 3188 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [430.879 173.076 442.085 182.577] -/A << /S /GoTo /D (page.76) >> +/Rect [418.276 414.622 430.229 428.57] +/A << /S /GoTo /D (page.21) >> >> endobj 3189 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [445.716 173.076 461.528 182.577] -/A << /S /GoTo /D (page.202) >> +/Rect [434.323 414.622 446.276 428.57] +/A << /S /GoTo /D (page.41) >> >> endobj 3190 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.159 173.076 480.971 182.577] -/A << /S /GoTo /D (page.207) >> +/Rect [450.37 414.622 462.323 428.57] +/A << /S /GoTo /D (page.54) >> >> endobj 3191 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 173.076 499.397 182.577] -/A << /S /GoTo /D (page.210) >> +/Rect [466.417 414.622 478.37 428.57] +/A << /S /GoTo /D (page.56) >> >> endobj 3192 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 160.433 499.397 173.385] -/A << /S /GoTo /D (page.191) >> +/Rect [482.464 414.622 499.397 428.57] +/A << /S /GoTo /D (page.145) >> >> endobj 3193 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 149.335 499.397 162.287] -/A << /S /GoTo /D (page.191) >> +/Rect [466.417 402.667 478.37 416.615] +/A << /S /GoTo /D (page.40) >> >> endobj 3194 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 138.237 499.397 151.189] -/A << /S /GoTo /D (page.192) >> +/Rect [482.464 402.667 499.397 416.615] +/A << /S /GoTo /D (page.145) >> >> endobj 3195 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 127.14 499.397 140.091] -/A << /S /GoTo /D (page.192) >> +/Rect [466.417 390.712 478.37 404.659] +/A << /S /GoTo /D (page.40) >> >> endobj 3196 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 116.042 499.397 128.993] -/A << /S /GoTo /D (page.193) >> +/Rect [482.464 390.712 499.397 404.659] +/A << /S /GoTo /D (page.145) >> >> endobj -3203 0 obj << -/D [3201 0 R /XYZ 144.724 753.953 null] +3197 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [429.343 378.756 441.296 392.704] +/A << /S /GoTo /D (page.40) >> +>> endobj +3198 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [445.39 378.756 457.343 392.704] +/A << /S /GoTo /D (page.71) >> +>> endobj +3199 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [461.437 378.756 478.37 392.704] +/A << /S /GoTo /D (page.143) >> >> endobj 3200 0 obj << -/Font << /F47 1747 0 R /F46 505 0 R /F49 1746 0 R /F51 1749 0 R /F50 1748 0 R /F17 400 0 R >> +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.464 378.756 499.397 392.704] +/A << /S /GoTo /D (page.145) >> +>> endobj +3201 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 366.801 499.397 380.749] +/A << /S /GoTo /D (page.72) >> +>> endobj +3202 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [455.351 332.928 467.303 346.876] +/A << /S /GoTo /D (page.22) >> +>> endobj +3203 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.398 332.928 483.35 346.876] +/A << /S /GoTo /D (page.47) >> +>> endobj +3204 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 332.928 499.397 346.876] +/A << /S /GoTo /D (page.51) >> +>> endobj +3205 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.464 320.973 499.397 334.921] +/A << /S /GoTo /D (page.134) >> +>> endobj +3206 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 309.018 499.397 322.966] +/A << /S /GoTo /D (page.87) >> +>> endobj +3207 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 275.145 499.397 289.093] +/A << /S /GoTo /D (page.73) >> +>> endobj +3208 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 263.19 499.397 277.138] +/A << /S /GoTo /D (page.69) >> +>> endobj +3209 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 251.235 499.397 265.182] +/A << /S /GoTo /D (page.93) >> +>> endobj +3210 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.398 239.28 483.35 253.227] +/A << /S /GoTo /D (page.38) >> +>> endobj +3211 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 239.28 499.397 253.227] +/A << /S /GoTo /D (page.77) >> +>> endobj +3212 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 227.324 499.397 241.272] +/A << /S /GoTo /D (page.44) >> +>> endobj +3213 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 215.369 499.397 229.317] +/A << /S /GoTo /D (page.44) >> +>> endobj +3214 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.464 203.414 499.397 217.362] +/A << /S /GoTo /D (page.148) >> +>> endobj +3215 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.176 191.459 483.35 205.407] +/A << /S /GoTo /D (page.19) >> +>> endobj +3216 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 191.459 499.397 205.407] +/A << /S /GoTo /D (page.82) >> +>> endobj +3217 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [423.035 179.504 434.988 193.451] +/A << /S /GoTo /D (page.14) >> +>> endobj +3218 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [439.082 179.504 451.035 193.451] +/A << /S /GoTo /D (page.15) >> +>> endobj +3219 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [455.129 179.504 467.303 193.451] +/A << /S /GoTo /D (page.23) >> +>> endobj +3220 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.398 179.504 483.35 193.451] +/A << /S /GoTo /D (page.78) >> +>> endobj +3221 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 179.504 499.397 193.451] +/A << /S /GoTo /D (page.79) >> +>> endobj +3222 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 167.549 499.397 181.496] +/A << /S /GoTo /D (page.74) >> +>> endobj +3223 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 155.593 499.397 169.541] +/A << /S /GoTo /D (page.74) >> +>> endobj +3224 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 143.638 499.397 157.586] +/A << /S /GoTo /D (page.51) >> +>> endobj +3225 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 131.683 499.397 145.631] +/A << /S /GoTo /D (page.74) >> +>> endobj +3226 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [487.445 119.728 499.397 133.676] +/A << /S /GoTo /D (page.92) >> +>> endobj +3231 0 obj << +/D [3229 0 R /XYZ 144.724 753.953 null] +>> endobj +3228 0 obj << +/Font << /F43 485 0 R /F17 400 0 R /F35 399 0 R /F44 486 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3249 0 obj << -/Length 705 +3337 0 obj << +/Length 1556 /Filter /FlateDecode >> stream -xڽMo@=z3}*zZ)JH҆Lj9yvfgb"yPD*'YIرVu9]w.j90(# %v%-yP;g:?l;DEwݠ}4`@nAm9NKNDS/lDi4xhiljrj[$$eu8,=GJۓ Ta]QvwdbiO1*p(Οc6](ӻh'5M$ jv|c,~ +xZIo6W(cwފz,LJ8FARf_ʖǖLRz^d{"L|7XbSc!T`6}HeoSߩU5].7)9c hRL헿$dqv @ d|VCO2­ѻoAbˢ-flZV˪<4VF̤N[i=5D17o16 +Qp WRY*huTʋA^= =gC/g>!4=,zdnY +,ϵuᙾnHemYxDabA@HK?7۰]^̧YU6Y9$!Wm\Es$#fvVXSLmV˸bpd5GgQˑɼxeؔ/{0[XOf˲̊=_!ǴX.wVMvuUR-GvϮ%ۛN8%~v\Yx'xWM /־a3XBzwW;s+hUE(gYr4+k_|ceqݸЩVؾ4tjx`R>q$!O2t<TVv:y%ĥwmO~4H7 Xݬ,b ,֫QъHfbK+N|!j.>22ЙJI@TV\p߃V{Q2:S.{Qh[æooSogV,~[,󮨞 K|R܌xOiت.nJ\&QKV.S\ @-~Vџ zlEtĈ5;[95 HuxXg"ֿ#e)NJ)t]pҞ +n- Y0rL,4OE`@ +@H$"ű +&Hd1Pn0{@th 5HD@KH; +F%4z c? O*o"Sw +.EY;,NyOBD'QdM:_ $t*? ?>3 9%t5װt,]Õd k]MȍcyS2t^B?C& endstream endobj -3248 0 obj << +3336 0 obj << /Type /Page -/Contents 3249 0 R -/Resources 3247 0 R +/Contents 3337 0 R +/Resources 3335 0 R /MediaBox [0 0 595.276 841.89] -/Parent 3251 0 R -/Annots [ 3197 0 R 3198 0 R 3199 0 R 3204 0 R 3205 0 R 3206 0 R 3207 0 R 3208 0 R 3209 0 R 3210 0 R 3211 0 R 3212 0 R 3213 0 R 3214 0 R 3215 0 R 3216 0 R 3217 0 R 3218 0 R 3219 0 R 3220 0 R 3221 0 R 3222 0 R 3223 0 R 3224 0 R 3225 0 R 3226 0 R 3227 0 R 3228 0 R 3229 0 R 3230 0 R 3231 0 R 3232 0 R 3233 0 R 3234 0 R 3235 0 R 3236 0 R 3237 0 R 3238 0 R 3239 0 R 3240 0 R 3241 0 R 3242 0 R 3243 0 R 3244 0 R 3245 0 R 3246 0 R ] +/Parent 2468 0 R +/Annots [ 3227 0 R 3232 0 R 3233 0 R 3234 0 R 3235 0 R 3236 0 R 3237 0 R 3238 0 R 3239 0 R 3240 0 R 3241 0 R 3242 0 R 3243 0 R 3244 0 R 3245 0 R 3246 0 R 3247 0 R 3248 0 R 3249 0 R 3250 0 R 3251 0 R 3252 0 R 3253 0 R 3254 0 R 3255 0 R 3256 0 R 3257 0 R 3258 0 R 3259 0 R 3260 0 R 3261 0 R 3262 0 R 3263 0 R 3264 0 R 3265 0 R 3266 0 R 3267 0 R 3268 0 R 3269 0 R 3270 0 R 3271 0 R 3272 0 R 3273 0 R 3274 0 R 3275 0 R 3276 0 R 3277 0 R 3278 0 R 3279 0 R 3280 0 R 3281 0 R 3282 0 R 3283 0 R 3284 0 R 3285 0 R 3286 0 R 3287 0 R 3288 0 R 3289 0 R 3290 0 R 3291 0 R 3292 0 R 3293 0 R 3294 0 R 3295 0 R 3296 0 R 3297 0 R 3298 0 R 3299 0 R 3300 0 R 3301 0 R 3302 0 R 3303 0 R 3304 0 R 3305 0 R 3306 0 R 3307 0 R 3308 0 R 3309 0 R 3310 0 R 3311 0 R 3312 0 R 3313 0 R 3314 0 R 3315 0 R 3316 0 R 3317 0 R 3318 0 R 3319 0 R 3320 0 R 3321 0 R 3322 0 R 3323 0 R 3324 0 R 3325 0 R 3326 0 R 3327 0 R 3328 0 R 3329 0 R 3330 0 R 3331 0 R 3332 0 R 3333 0 R 3334 0 R ] >> endobj -3197 0 obj << +3227 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 690.886 256.973 703.837] -/A << /S /GoTo /D (page.193) >> +/Rect [305.626 701.546 317.579 715.494] +/A << /S /GoTo /D (page.70) >> >> endobj -3198 0 obj << +3232 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 689.591 317.579 703.539] +/A << /S /GoTo /D (page.192) >> +>> endobj +3233 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 677.636 317.579 691.583] +/A << /S /GoTo /D (page.171) >> +>> endobj +3234 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 665.681 317.579 679.628] +/A << /S /GoTo /D (page.192) >> +>> endobj +3235 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 653.725 317.579 667.673] +/A << /S /GoTo /D (page.181) >> +>> endobj +3236 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 641.77 317.579 655.718] +/A << /S /GoTo /D (page.182) >> +>> endobj +3237 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 629.815 317.579 643.763] +/A << /S /GoTo /D (page.183) >> +>> endobj +3238 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 617.86 317.579 631.808] +/A << /S /GoTo /D (page.183) >> +>> endobj +3239 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.774 593.95 260.707 607.897] +/A << /S /GoTo /D (page.183) >> +>> endobj +3240 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 581.994 317.579 595.942] +/A << /S /GoTo /D (page.183) >> +>> endobj +3241 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 570.039 317.579 583.987] +/A << /S /GoTo /D (page.184) >> +>> endobj +3242 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 558.084 317.579 572.032] +/A << /S /GoTo /D (page.184) >> +>> endobj +3243 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.774 534.174 260.707 548.121] +/A << /S /GoTo /D (page.185) >> +>> endobj +3244 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 522.218 317.579 536.166] +/A << /S /GoTo /D (page.181) >> +>> endobj +3245 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 510.263 317.579 524.211] +/A << /S /GoTo /D (page.182) >> +>> endobj +3246 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 498.308 317.579 512.256] +/A << /S /GoTo /D (page.182) >> +>> endobj +3247 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 486.353 317.579 500.301] +/A << /S /GoTo /D (page.187) >> +>> endobj +3248 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 474.398 317.579 488.346] +/A << /S /GoTo /D (page.188) >> +>> endobj +3249 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.774 450.487 260.707 464.435] +/A << /S /GoTo /D (page.188) >> +>> endobj +3250 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.774 426.577 260.707 440.525] +/A << /S /GoTo /D (page.189) >> +>> endobj +3251 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 414.622 317.579 428.57] +/A << /S /GoTo /D (page.187) >> +>> endobj +3252 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 402.667 317.579 416.615] +/A << /S /GoTo /D (page.187) >> +>> endobj +3253 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.774 378.756 260.707 392.704] +/A << /S /GoTo /D (page.188) >> +>> endobj +3254 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 354.846 317.579 368.794] +/A << /S /GoTo /D (page.189) >> +>> endobj +3255 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [254.719 342.891 266.671 356.839] +/A << /S /GoTo /D (page.21) >> +>> endobj +3256 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [270.766 342.891 282.718 356.839] +/A << /S /GoTo /D (page.60) >> +>> endobj +3257 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.813 342.891 298.765 356.839] +/A << /S /GoTo /D (page.62) >> +>> endobj +3258 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [302.86 342.891 314.812 356.839] +/A << /S /GoTo /D (page.71) >> +>> endobj +3259 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [183.582 332.586 200.514 342.906] +/A << /S /GoTo /D (page.165) >> +>> endobj +3260 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [204.609 332.586 221.542 342.906] +/A << /S /GoTo /D (page.180) >> +>> endobj +3261 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [225.636 332.586 242.569 342.906] +/A << /S /GoTo /D (page.186) >> +>> endobj +3262 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.626 318.981 317.579 332.928] +/A << /S /GoTo /D (page.93) >> +>> endobj +3263 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [289.579 307.025 301.532 320.973] +/A << /S /GoTo /D (page.11) >> +>> endobj +3264 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.626 307.025 317.579 320.973] +/A << /S /GoTo /D (page.77) >> +>> endobj +3265 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.626 295.07 317.579 309.018] +/A << /S /GoTo /D (page.93) >> +>> endobj +3266 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.626 261.197 317.579 275.145] +/A << /S /GoTo /D (page.92) >> +>> endobj +3267 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.626 249.242 317.579 263.19] +/A << /S /GoTo /D (page.31) >> +>> endobj +3268 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.626 237.287 317.579 251.235] +/A << /S /GoTo /D (page.43) >> +>> endobj +3269 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.626 225.332 317.579 239.28] +/A << /S /GoTo /D (page.50) >> +>> endobj +3270 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [289.579 213.377 301.532 227.324] +/A << /S /GoTo /D (page.22) >> +>> endobj +3271 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.626 213.377 317.579 227.324] +/A << /S /GoTo /D (page.51) >> +>> endobj +3272 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [302.638 201.421 314.812 215.369] +/A << /S /GoTo /D (page.64) >> +>> endobj +3273 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [183.582 191.116 200.846 201.437] +/A << /S /GoTo /D (page.146) >> +>> endobj +3274 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.626 177.511 317.579 191.459] +/A << /S /GoTo /D (page.43) >> +>> endobj +3275 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.626 165.556 317.579 179.504] +/A << /S /GoTo /D (page.69) >> +>> endobj +3276 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.626 153.601 317.579 167.549] +/A << /S /GoTo /D (page.73) >> +>> endobj +3277 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.652 141.646 250.624 155.593] +/A << /S /GoTo /D (page.9) >> +>> endobj +3278 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [254.719 141.646 266.671 155.593] +/A << /S /GoTo /D (page.10) >> +>> endobj +3279 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [270.766 141.646 282.718 155.593] +/A << /S /GoTo /D (page.17) >> +>> endobj +3280 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [286.813 141.646 298.765 155.593] +/A << /S /GoTo /D (page.22) >> +>> endobj +3281 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [302.86 141.646 314.812 155.593] +/A << /S /GoTo /D (page.76) >> +>> endobj +3282 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [183.582 131.34 195.534 141.661] +/A << /S /GoTo /D (page.78) >> +>> endobj +3283 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [199.629 131.34 216.561 141.661] +/A << /S /GoTo /D (page.204) >> +>> endobj +3284 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [220.656 131.34 237.589 141.661] +/A << /S /GoTo /D (page.209) >> +>> endobj +3285 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [240.576 131.34 257.509 141.661] +/A << /S /GoTo /D (page.212) >> +>> endobj +3286 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.646 117.735 317.579 131.683] +/A << /S /GoTo /D (page.193) >> +>> endobj +3287 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.464 701.546 499.397 715.494] +/A << /S /GoTo /D (page.193) >> +>> endobj +3288 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.464 689.591 499.397 703.539] +/A << /S /GoTo /D (page.194) >> +>> endobj +3289 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.464 677.636 499.397 691.583] +/A << /S /GoTo /D (page.194) >> +>> endobj +3290 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.464 665.681 499.397 679.628] +/A << /S /GoTo /D (page.195) >> +>> endobj +3291 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 679.761 256.973 692.712] -/A << /S /GoTo /D (page.92) >> +/Rect [482.464 653.725 499.397 667.673] +/A << /S /GoTo /D (page.195) >> >> endobj -3199 0 obj << +3292 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 636.258 256.973 649.209] -/A << /S /GoTo /D (page.137) >> +/Rect [487.445 641.77 499.397 655.718] +/A << /S /GoTo /D (page.93) >> >> endobj -3204 0 obj << +3293 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 701.845 378.185 714.796] -/A << /S /GoTo /D (page.141) >> +/Rect [482.464 607.897 499.397 621.845] +/A << /S /GoTo /D (page.139) >> >> endobj -3205 0 obj << +3294 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.842 690.687 329.048 703.638] -/A << /S /GoTo /D (page.77) >> +/Rect [482.464 595.942 499.397 609.89] +/A << /S /GoTo /D (page.143) >> >> endobj -3206 0 obj << +3295 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.686 690.687 343.892 703.638] -/A << /S /GoTo /D (page.82) >> +/Rect [434.323 583.987 446.276 597.935] +/A << /S /GoTo /D (page.79) >> >> endobj -3207 0 obj << +3296 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 690.687 358.735 703.638] +/Rect [450.37 583.987 462.323 597.935] /A << /S /GoTo /D (page.83) >> >> endobj -3208 0 obj << +3297 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 690.687 378.185 703.638] -/A << /S /GoTo /D (page.132) >> +/Rect [466.417 583.987 478.37 597.935] +/A << /S /GoTo /D (page.85) >> >> endobj -3209 0 obj << +3298 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [330.026 658.009 336.625 670.961] -/A << /S /GoTo /D (page.3) >> +/Rect [482.464 583.987 499.397 597.935] +/A << /S /GoTo /D (page.134) >> >> endobj -3210 0 obj << +3299 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [340.263 658.009 346.862 670.961] -/A << /S /GoTo /D (page.8) >> +/Rect [405.549 550.114 412.522 564.062] +/A << /S /GoTo /D (page.3) >> >> endobj -3211 0 obj << +3300 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 658.009 360.682 670.961] -/A << /S /GoTo /D (page.10) >> +/Rect [416.616 550.114 423.589 564.062] +/A << /S /GoTo /D (page.8) >> >> endobj -3212 0 obj << +3301 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 648.595 306.037 658.096] -/A << /S /GoTo /D (page.12) >> +/Rect [427.683 550.114 434.656 564.062] +/A << /S /GoTo /D (page.9) >> >> endobj -3213 0 obj << +3302 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [308.651 648.595 319.857 658.096] -/A << /S /GoTo /D (page.16) >> +/Rect [438.75 550.114 450.703 564.062] +/A << /S /GoTo /D (page.12) >> >> endobj -3214 0 obj << +3303 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.04 648.595 339.246 658.096] +/Rect [453.69 550.114 465.643 564.062] /A << /S /GoTo /D (page.18) >> >> endobj -3215 0 obj << +3304 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.429 648.595 358.635 658.096] -/A << /S /GoTo /D (page.21) >> +/Rect [469.737 550.114 481.69 564.062] +/A << /S /GoTo /D (page.22) >> >> endobj -3216 0 obj << +3305 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 637.636 306.037 647.138] +/Rect [484.678 550.114 496.631 564.062] /A << /S /GoTo /D (page.25) >> >> endobj -3217 0 obj << +3306 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [315.244 637.636 326.449 647.138] -/A << /S /GoTo /D (page.28) >> +/Rect [365.4 539.809 377.352 550.129] +/A << /S /GoTo /D (page.29) >> >> endobj -3218 0 obj << +3307 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [329.064 637.636 340.269 647.138] -/A << /S /GoTo /D (page.31) >> +/Rect [380.34 539.809 392.293 550.129] +/A << /S /GoTo /D (page.32) >> >> endobj -3219 0 obj << +3308 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 637.636 360.682 647.138] -/A << /S /GoTo /D (page.39) >> +/Rect [397.777 539.809 409.73 550.129] +/A << /S /GoTo /D (page.40) >> >> endobj -3220 0 obj << +3309 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 626.677 306.037 636.179] -/A << /S /GoTo /D (page.41) >> +/Rect [415.214 539.809 427.166 550.129] +/A << /S /GoTo /D (page.42) >> >> endobj -3221 0 obj << +3310 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [308.651 626.677 319.857 636.179] +/Rect [430.154 539.809 442.107 550.129] /A << /S /GoTo /D (page.45) >> >> endobj -3222 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [329.064 626.677 340.269 636.179] -/A << /S /GoTo /D (page.62) >> ->> endobj -3223 0 obj << +3311 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 626.677 360.682 636.179] +/Rect [447.591 539.809 459.544 550.129] /A << /S /GoTo /D (page.63) >> >> endobj -3224 0 obj << +3312 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 703.39 427.249 712.891] -/A << /S /GoTo /D (page.71) >> +/Rect [465.028 539.809 476.98 550.129] +/A << /S /GoTo /D (page.64) >> >> endobj -3225 0 obj << +3313 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 703.39 445.464 712.891] +/Rect [482.464 539.809 494.417 550.129] /A << /S /GoTo /D (page.73) >> >> endobj -3226 0 obj << +3314 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 703.39 463.679 712.891] -/A << /S /GoTo /D (page.74) >> +/Rect [365.4 527.853 377.352 538.174] +/A << /S /GoTo /D (page.75) >> >> endobj -3227 0 obj << +3315 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 703.39 481.894 712.891] -/A << /S /GoTo /D (page.77) >> +/Rect [381.959 527.853 393.912 538.174] +/A << /S /GoTo /D (page.79) >> >> endobj -3228 0 obj << +3316 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 692.431 427.249 701.932] -/A << /S /GoTo /D (page.78) >> +/Rect [398.519 527.853 410.472 538.174] +/A << /S /GoTo /D (page.83) >> >> endobj -3229 0 obj << +3317 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [436.456 692.431 447.662 701.932] -/A << /S /GoTo /D (page.81) >> +/Rect [415.079 527.853 427.031 538.174] +/A << /S /GoTo /D (page.84) >> >> endobj -3230 0 obj << +3318 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [450.276 692.431 461.481 701.932] -/A << /S /GoTo /D (page.84) >> +/Rect [431.638 527.853 443.591 538.174] +/A << /S /GoTo /D (page.86) >> >> endobj -3231 0 obj << +3319 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 692.431 481.894 701.932] -/A << /S /GoTo /D (page.86) >> +/Rect [446.578 527.853 458.531 538.174] +/A << /S /GoTo /D (page.88) >> >> endobj -3232 0 obj << +3320 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 681.472 427.249 690.973] -/A << /S /GoTo /D (page.96) >> +/Rect [463.138 527.853 475.091 538.174] +/A << /S /GoTo /D (page.98) >> >> endobj -3233 0 obj << +3321 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [437.735 681.472 453.548 690.973] -/A << /S /GoTo /D (page.107) >> +/Rect [479.698 527.853 496.631 538.174] +/A << /S /GoTo /D (page.109) >> >> endobj -3234 0 obj << +3322 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.034 681.472 479.847 690.973] -/A << /S /GoTo /D (page.131) >> +/Rect [365.4 515.898 382.333 526.219] +/A << /S /GoTo /D (page.133) >> >> endobj -3235 0 obj << +3323 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 670.513 431.855 680.014] -/A << /S /GoTo /D (page.133) >> +/Rect [386.427 515.898 403.36 526.219] +/A << /S /GoTo /D (page.134) >> >> endobj -3236 0 obj << +3324 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.557 670.513 454.369 680.014] -/A << /S /GoTo /D (page.139) >> +/Rect [407.454 515.898 424.387 526.219] +/A << /S /GoTo /D (page.136) >> >> endobj -3237 0 obj << +3325 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.071 670.513 476.883 680.014] -/A << /S /GoTo /D (page.142) >> +/Rect [428.481 515.898 445.414 526.219] +/A << /S /GoTo /D (page.141) >> >> endobj -3238 0 obj << +3326 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 670.513 499.397 680.014] -/A << /S /GoTo /D (page.145) >> +/Rect [449.508 515.898 466.441 526.219] +/A << /S /GoTo /D (page.144) >> >> endobj -3239 0 obj << +3327 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [477.955 658.009 484.554 670.961] -/A << /S /GoTo /D (page.4) >> +/Rect [470.535 515.898 487.468 526.219] +/A << /S /GoTo /D (page.147) >> >> endobj -3240 0 obj << +3328 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 658.009 499.397 670.961] -/A << /S /GoTo /D (page.16) >> +/Rect [476.378 502.293 483.35 516.241] +/A << /S /GoTo /D (page.4) >> >> endobj -3241 0 obj << +3329 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 647.05 479.947 660.002] -/A << /S /GoTo /D (page.67) >> +/Rect [487.445 502.293 499.397 516.241] +/A << /S /GoTo /D (page.16) >> >> endobj -3242 0 obj << +3330 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 647.05 499.397 660.002] -/A << /S /GoTo /D (page.164) >> +/Rect [466.196 490.338 478.37 504.286] +/A << /S /GoTo /D (page.68) >> >> endobj -3243 0 obj << +3331 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 636.091 499.397 649.043] -/A << /S /GoTo /D (page.52) >> +/Rect [482.464 490.338 499.397 504.286] +/A << /S /GoTo /D (page.166) >> >> endobj -3244 0 obj << +3332 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 625.133 465.104 638.084] -/A << /S /GoTo /D (page.52) >> +/Rect [487.445 478.383 499.397 492.331] +/A << /S /GoTo /D (page.53) >> >> endobj -3245 0 obj << +3333 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 625.133 479.947 638.084] +/Rect [466.417 466.428 478.37 480.375] /A << /S /GoTo /D (page.53) >> >> endobj -3246 0 obj << +3334 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 625.133 499.397 638.084] -/A << /S /GoTo /D (page.150) >> +/Rect [482.464 466.428 499.397 480.375] +/A << /S /GoTo /D (page.152) >> >> endobj -3250 0 obj << -/D [3248 0 R /XYZ 143.727 753.953 null] +3338 0 obj << +/D [3336 0 R /XYZ 143.727 753.953 null] >> endobj -3247 0 obj << -/Font << /F46 505 0 R /F47 1747 0 R /F49 1746 0 R /F50 1748 0 R /F51 1749 0 R /F17 400 0 R >> +3335 0 obj << +/Font << /F43 485 0 R /F17 400 0 R /F36 482 0 R /F35 399 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3253 0 obj -[524.6 524.6 524.6 524.6 524.6 524.6 524.6 524.6 524.6 524.6 314.7 314.7 786.8 786.8 786.8 524.6 786.8 762.8 722.4 734.4 774.8 696.1 669.9 793.9 762.8 395.6 538.8 789 643.7 920.1 762.8 786.8 696.1 786.8 748.6 577 734.4 762.8 762.8 1025.1 762.8 762.8 629.5 314.7 524.6 314.7 629.5 786.8 314.7 524.6 472.1 472.1 524.6 472.1 314.7 472.1 524.6 314.7 314.7 472.1 262.3 839.3 577 524.6 524.6 472.1 432.8 419.6] -endobj -3254 0 obj -[550.8 550.8 836.2 836.2 513.8 325.5 513.8 856.3 513.8 856.3 779.1 285.4 399.6 399.6 513.8 799.2 285.4 342.5 285.4 513.8 513.8 513.8 513.8 513.8 513.8 513.8 513.8 513.8 513.8 513.8 285.4 285.4 799.2 799.2 799.2 485.2 685 686.6 685.8 656.5 742.9 617.1 588.6 685 726.7 287 486 715.1 560 897.9 726.7 759.1 657.2 759.1 665.7 570.8 702 706.6 686.6 972 686.6 686.6 627.9 298.5 513.8 298.5 627.9 799.2 285.4 493.7 530.7 456.7 530.7 456.7 314 513.8 530.7 245.3 273.9 502.2 245.3 816.2 530.7 513.8 530.7 530.7 351 393.9 371.1 530.7 473.6 702 473.6 473.6 446.6] -endobj -3255 0 obj -[513.8 1027.5 0 399.6 285.4 314 599.4 570.8 570.8 856.3 856.3 513.8 285.4 513.8 856.3 513.8 856.3 799.2 285.4 399.6 399.6 513.8 799.2 285.4 342.5 285.4 513.8 513.8 513.8 513.8 513.8 513.8 513.8 513.8 513.8 513.8 513.8 285.4 285.4 799.2 799.2 799.2 485.2 799.2 770.5 727.8 742.1 784.8 699.2 670.7 806.3 770.5 370.9 528 799 642.1 941.7 770.5 799.2 699.2 799.2 756.3 570.8 742.1 770.5 770.5 1055.9 770.5 770.5 627.9 285.4 513.8 285.4 627.9 799.2 285.4 513.8 570.8 456.7 570.8 457.1 314 513.8 570.8 285.4 314 542.3 285.4 856.3 570.8 513.8 570.8 542.3 401.9 405.3 399.6 570.8 542.3 742.1 542.3 542.3] -endobj -3256 0 obj -[892.7 840.7 854.4 906.4 776.4 743.5 929.7 924.2 446.2 610.7 925.5 710.6 1121.3 924.2 888.7 807.8 888.7 886.5 657.2 822.9 908.4 892.7 1221.3 892.7 892.7 723 328.6 591.5 328.6 723 920.1 328.6 575.1 657.2 525.8 657.2 542.8 361.5 591.5 657.2 328.6 361.5 624.4 328.6 985.9 657.2 591.5 657.2 624.4 488 466.6 460.1 657.2 624.4 854.4 624.4 624.4] -endobj -3257 0 obj +3339 0 obj [755] endobj -3258 0 obj +3341 0 obj [813.7 770.6 785.9 829 741.5 712.3 851.2 813.7 405.5 566.5 842.9 683.2 988.7 813.7 844.2 741.5 844.2 799.8 611 785.9 813.7 813.7 1105.3 813.7 813.7 669.3 319.4 552.6 319.4 669.3 844.2 319.4 613.2 579.9 591 624.3 557.6 535.4 641 613.2 302.1 424.3 635.4 513.2 746.5 613.2 635.4 557.6 635.4 602.1 457.7] endobj -3259 0 obj +3342 0 obj [466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2] endobj -3260 0 obj +3343 0 obj [524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9] endobj -3261 0 obj +3344 0 obj [624.8 624.8 937.3 937.3 562.4 342.5 562.4 937.3 562.4 937.3 874.8 312.4 437.4 437.4 562.4 874.8 312.4 374.9 312.4 562.4 562.4 562.4 562.4 562.4 562.4 562.4 562.4 562.4 562.4 562.4 312.4 312.4 874.8 874.8 874.8 531.1 874.8 849.3 799.6 812.3 862.1 738.2 707 884 879.4 418.9 580.9 880.6 675.8 1066.9 879.4 844.7 768.3 844.7 838.9 624.8 782.2 864.4 849.3 1161.8 849.3 849.3 687.3 312.4 562.4 312.4 687.3 874.8 312.4 546.7 624.8 499.9 624.8 513.2 343.7 562.4 624.8 312.4 343.7 593.6 312.4 937.3 624.8 562.4 624.8 593.6 459.4 443.6 437.4 624.8 593.6 812.3 593.6 593.6 499.9] endobj -3262 0 obj +3345 0 obj [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 -3263 0 obj +3346 0 obj [569.3 864.4 864.4 531.1 336.7 531.1 885.2 531.1 885.2 805.4 295.1 413.1 413.1 531.1 826.2 295.1 354.1 295.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 295.1 295.1 826.2 826.2 826.2 501.6 708.2 708.2 708.2 678.7 767.2 637 607.5 708.2 749.8 295.1 501.6 737.7 578 926.9 749.8 784.5 678.7 784.5 687.3 590.1 725.5 729 708.2 1003.2 708.2 708.2 649.1 309 531.1 309 649.1 826.2 295.1 510.3 548.5 472.1 548.5 472.1 324.6 531.1 548.5 253.4 282.9 519 253.4 843.5 548.5 531.1 548.5 548.5 362.8 407.2 383.6 548.5 489.5 725.5 489.5 489.5 461.7] endobj -3264 0 obj +3347 0 obj [531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1] endobj -3265 0 obj +3348 0 obj [590.1 590.1 885.2 885.2 531.1 295.1 531.1 885.2 531.1 885.2 826.2 295.1 413.1 413.1 531.1 826.2 295.1 354.1 295.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 531.1 295.1 295.1 826.2 826.2 826.2 501.6 826.2 795.6 751.9 767.2 810.9 722.4 692.9 833.3 795.6 382.5 545.4 825.1 663.4 972.7 795.6 826.2 722.4 826.2 781.4 590.1 767.2 795.6 795.6 1090.7 795.6 795.6 649.1 295.1 531.1 295.1 649.1 826.2 295.1 531.1 590.1 472.1 590.1 472.1 324.6 531.1 590.1 295.1 324.6 560.6 295.1 885.2 590.1 531.1 590.1 560.6 414 419 413.1 590.1 560.6 767.2 560.6 560.6 472.1] endobj -3266 0 obj +3349 0 obj [611 611 611 611 611 611 611 611 611 611 351.8 351.8 935 935 935 578.6 935 896.1] endobj -3267 0 obj +3350 0 obj [613.2 562.1 587.6 881.5 894.2 511 306.6 511 817.6 511 817.6 766.5 306.6 408.8 408.8 511 766.5 306.6 357.7 306.6 511 511 511 511 511 511 511 511 511 511 511 306.6 306.6 766.5 766.5 766.5 511 766.5 743.2 703.7 715.4 754.8 678.2 652.6 773.4 743.2 385.5 524.9 768.7 627.1 896.5 743.2 766.5 678.2 766.5 729.3 562.1 715.4 743.2 743.2 998.6 743.2 743.2 613.2 306.6 511 306.6 613.2 766.5 306.6 511 459.9 459.9 511 459.9 306.6 459.9 511 306.6 306.6 459.9 255.5 817.6 562.1 511 511 459.9 421.6 408.8 332.1 536.5 459.9 664.3 463.8 485.4] endobj -3268 0 obj +3351 0 obj [524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9 524.9] endobj -3269 0 obj +3352 0 obj [586 586 891.5 891.5 549.9 366.6 549.9 916.4 549.9 1028.9 830.4 305.5 427.7 427.7 549.9 855.3 305.5 366.6 305.5 549.9 549.9 549.9 549.9 549.9 549.9 549.9 549.9 549.9 549.9 549.9 305.5 305.5 855.3 855.3 855.3 519.3 733.2 733.2 733.2 702.6 794.3 641.5 611 733.2 794.3 324.9 519.3 763.7 580.4 977.5 794.3 794.3 702.6 794.3 702.6 611 733.2 763.7 733.2 1038.6 733.2 733.2 672.1 343 549.9 343 672.1 855.3 305.5 524.9 561 488.8 561 511 336 549.9 561 255.5 286 530.4 255.5 866.5 561 549.9 561 561 372.1 421.6 404.1 561 499.9 744.3 499.9 499.9 476.3] endobj -3270 0 obj +3353 0 obj [569.3 569.3 569.3 569.3 569.3 569.3 569.3 569.3 569.3 569.3 323.3 323.3 876.8 876.8 876.8 538.6 876.8 843.1] endobj -3271 0 obj +3354 0 obj [536 536 813.7 813.7 499.9 319.4 499.9 833.1 499.9 833.1 758.2 277.7 388.8 388.8 499.9 777.6 277.7 333.3 277.7 499.9 499.9 499.9 499.9 499.9 499.9 499.9 499.9 499.9 499.9 499.9 277.7 277.7 777.6 777.6 777.6 472.1 666.5 666.5 666.5 638.7 722 597.1 569.3 666.5 708.2 277.7 472.1 694.3 541.5 874.8 708.2 735.9 638.7 735.9 645.7 555.4 680.4 687.3 666.5 944.2 666.5 666.5 611 288.8 499.9 288.8 611 777.6 277.7 480.4 516.5 444.3 516.5 444.3 305.5 499.9 516.5 238.8 266.6 488.8 238.8 794.3 516.5 499.9 516.5 516.5 341.6 383.2 361 516.5 461 683.2 461 461 434.6 499.9 277.7 499.9] endobj -3272 0 obj +3355 0 obj [333.3 333.3 333.3 555.4 555.4 499.9 999.8 0 388.8 277.7 305.5 583.2 555.4 555.4 833.1 833.1 499.9 277.7 499.9 833.1 499.9 833.1 777.6 277.7 388.8 388.8 499.9 777.6 277.7 333.3 277.7 499.9 499.9 499.9 499.9 499.9 499.9 499.9 499.9 499.9 499.9 499.9 277.7 277.7 777.6 777.6 777.6 472.1 777.6 749.8 708.2 722 763.7 680.4 652.6 784.5 749.8 361 513.8 777.6 624.8 916.4 749.8 777.6 680.4 777.6 735.9 555.4 722 749.8 749.8 1027.5 749.8 749.8 611 277.7 499.9 277.7 611 777.6 277.7 499.9 555.4 444.3 555.4 444.3 305.5 499.9 555.4 277.7 305.5 527.7 277.7 833.1 555.4 499.9 555.4 527.7 391.6 394.3 388.8 555.4 527.7 722 527.7 527.7 444.3 499.9 277.7 499.9 611 166.6 749.8 749.8 722 722 763.7 680.4 680.4 784.5 624.8 624.8 624.8 749.8 749.8 791.5 777.6 735.9 735.9 555.4 555.4 555.4 722 722 749.8 749.8 749.8 611 611 611 860.9 361 555.4 444.3 499.9 499.9 444.3 444.3 674.8 444.3 444.3 499.9 277.7 402.7 336 555.4 555.4 555.4 499.9 391.6 391.6 394.3 394.3 394.3 388.8 388.8 555.4 555.4 527.7 444.3 444.3 444.3 583.2 277.7 472.1 638.7 749.8 749.8 749.8 749.8 749.8 749.8 902.6 722 680.4 680.4 680.4 680.4 361 361 361 361 763.7 749.8 777.6 777.6 777.6 777.6 777.6 1013.6 777.6 749.8 749.8 749.8 749.8 749.8 624.8 1110.8 499.9 499.9 499.9 499.9 499.9 499.9 722 444.3 444.3 444.3 444.3 444.3 277.7 277.7 277.7 333.3 499.9 555.4 499.9 499.9 499.9 499.9 499.9 777.6 499.9] endobj -3273 0 obj +3356 0 obj [638.7 638.7 958.1 958.1 574.9 349.9 574.9 958.1 574.9 958.1 894.2 319.4 447.1 447.1 574.9 894.2 319.4 383.2 319.4 574.9 574.9 574.9 574.9 574.9 574.9 574.9 574.9 574.9 574.9 574.9 319.4 319.4 894.2 894.2 894.2 542.9 894.2 869.2 817.9 830.4 881.7 755.4 723.4 903.9 899.8 436 594.3 901.2 691.5 1091.4 899.8 863.7 785.9 863.7 862.3 638.7 799.8 884.5 869.2 1188.6 869.2 869.2 702.6 319.4 574.9 319.4 702.6 894.2 319.4 558.9 638.7 511 638.7 527 351.3 574.9 638.7 319.4 351.3 606.8 319.4 958.1 638.7 574.9 638.7 606.8 473.5 453.5 447.1 638.7 606.8 830.4 606.8 606.8] endobj -3274 0 obj +3357 0 obj [611 611 916.4 916.4 549.9 335 549.9 916.4 549.9 916.4 855.4 305.5 427.7 427.7 549.9 855.4 305.5 366.6 305.5 549.9 549.9 549.9 549.9 549.9 549.9 549.9 549.9 549.9 549.9 549.9 305.5 305.5 855.4 855.4 855.4 519.3 855.4 830.2 781.7 794.3 842.8 721.6 691 864.3 859.8 404.9 567.8 860.8 660.5 1043 859.8 825.8 751.1 825.8 817.3 611 764.7 845 830.2 1135.7 830.2 830.2 672.1 305.5 549.9 305.5 672.1 855.4 305.5 549.9 611 488.8 611 500 336 549.9 611 305.5 336 580.4 305.5 916.4 611 549.9 611 580.4 446.3 433.8 427.7 611 580.4 794.3 580.4 580.4] endobj -3275 0 obj +3358 0 obj [514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5 514.5] endobj -3276 0 obj +3359 0 obj [458.2] endobj -3277 0 obj +3360 0 obj [271.9 489.5 489.5 489.5 489.5 489.5 489.5 489.5 489.5 489.5 489.5 489.5 271.9 271.9 761.4 761.4 761.4 462.3 761.4 733.8 693.2 707 747.6 666 638.8 768.1 733.8 353.2 502.9 761 611.7 897 733.8 761.4 666 761.4 720.4 543.8 707 733.8 733.8 1005.8 733.8 733.8 598.2 271.9 489.5 271.9 598.2 761.4 271.9 489.5 543.8 435.1 543.8 435.1 299.1 489.5 543.8 271.9 299.1 516.7 271.9 815.8 543.8 489.5 543.8 516.7 380.7 386.1 380.7 543.8 516.7 707 516.7 516.7] endobj -3278 0 obj +3361 0 obj [260.8 469.8 469.8 469.8 469.8 469.8 469.8 469.8 469.8 469.8 469.8 469.8 260.8 260.8 730.9 730.9 730.9 443.6 730.9 704.4 665.4 678.7 717.7 639.3 613.2 737.3 704.4 338.8 482.6 730.5 587.1 861.1 704.4 730.9 639.3 730.9 691.5 522 678.7 704.4 704.4 965.6 704.4 704.4 574.2 260.8 469.8 260.8 574.2 730.9 260.8 469.8 522 417.5 522 417.5 287 469.8 522 260.8 287 495.9 260.8 783.1 522 469.8 522 495.9 365.3 370.5 365.3 522 495.9 678.7 495.9 495.9] endobj -3279 0 obj << +3362 0 obj << /Length1 768 /Length2 1347 /Length3 0 @@ -20819,7 +21418,7 @@ xڭR{< wrT;\*hUYT1^:0‚Ϻ*UyxZ&jÎwUR]e%׎leۻ=Z3E !+՝?t+LZݕz]rv)_GxxPPYx:RT3Mgcfc\+vHG#,p(֗fLn"\ɩg+c=3Pí+-d&d# endstream endobj -3280 0 obj << +3363 0 obj << /Type /FontDescriptor /FontName /TTADLH+CMMI10 /Flags 4 @@ -20831,9 +21430,9 @@ endobj /StemV 72 /XHeight 431 /CharSet (/S/epsilon) -/FontFile 3279 0 R +/FontFile 3362 0 R >> endobj -3281 0 obj << +3364 0 obj << /Length1 754 /Length2 1113 /Length3 0 @@ -20849,7 +21448,7 @@ xڭR\ X꼯T#o(sV|TaHz>Syό;knyu+vT{/jf[CQԚ+K޼BaLf=H!(r 4VxXR)&#gcJxl0m>yץ ^e-츂cno;2::{Uas=oACz7bܦe!]+ig,3sSWV,>.GQsiOthJK+t_%m9u;+h/OŇqDdKk.Yo3 +___yi- endstream endobj -3282 0 obj << +3365 0 obj << /Type /FontDescriptor /FontName /JVZRKA+CMMI12 /Flags 4 @@ -20861,9 +21460,9 @@ endobj /StemV 65 /XHeight 431 /CharSet (/epsilon) -/FontFile 3281 0 R +/FontFile 3364 0 R >> endobj -3283 0 obj << +3366 0 obj << /Length1 830 /Length2 936 /Length3 0 @@ -20881,7 +21480,7 @@ s 7KEժ*m"eNcRF]KR﫳zc&8/'O\5rըmQ?̰跛.1/.&Gu͙6D[^_yKsih愄ܙ m գʠ=\{Aa endstream endobj -3284 0 obj << +3367 0 obj << /Type /FontDescriptor /FontName /IQCAIC+CMSY10 /Flags 4 @@ -20893,206 +21492,131 @@ endobj /StemV 85 /XHeight 431 /CharSet (/angbracketleft/angbracketright/arrowright/bullet) -/FontFile 3283 0 R ->> endobj -3285 0 obj << -/Length1 727 -/Length2 17990 -/Length3 0 -/Length 18545 -/Filter /FlateDecode ->> -stream -xlcpnݶ-vvVl۶mضmvVVl۶{ϭss65GQHE,&`g!#v25t1t1MLfFF&2 ҘF@&JGO)`fic -WДP˩ML m -F6KcS;gS*? -_ `fNYQA1y900 #O3?ѦFZ-$G$z&& _Iڙc6qu@P!hW9C[S@ docp1315oot1A;dYD mvuϿ -'Rg1.Ǡ)-&!J?mo9@F LozPS8Yz$z+(!!{o:f 3' :9ڹ_djaj lo+*5Whfv@f xeFrD -^'&wrG0xb2(\w組ܷv]!\L X&%c}-Pz5+VʱY)ڠsi;~uNJ%Sti"ڈuo $,?h [ߢ"0L+Ѱ|9}$fgGT)_(Of$R9QjC{ vV:YT4Fi >2ɶGeXR)em -_4=\v9Xc`.UUV|#*#=5;9Hin>ÐA.HS#1F|wZ0O&|~T,{GZ X>͌l'Xc#+@W&ŵin~??sg;Adl{|0:-B 82ENrm#R( >b"lA=2/m^CNNPbd;O+rb gs,]e '#t㾨#LŬMS'0SDQ%Q˦"V9m5ֺHn =qxcZt=%ݍa峀_50th0i=ZhxQ7yQtwT)p||!qjf=-1L^S) J܆[2uU5O[W Ĵ8J`Z%ivtl+ӮY E )&Srbǫ%}EMQ<yBt3!YH /Iʇac L¬X(.n85KۥQUk˟,LNH`כaM+E=N]L~xe/T씼\0ulܢG>bi["vA.c=ќ -@![LINzΨP_M/:M3N+BL< Yq,apSPĽr?#S#,[bUAM?rGv(/g'q⤥ -QOO5Z_ZVmElW* A 7=ܻGT y/ DJ h0۵kX[c凄߶+n9ilwɩSN-5:d(Z->@}ٯ͢CDv6:վ;Yj$unb \uҪK#I@|`Z -:֯:{ ,T4;T>gv$ƒU1''яuA+u"ŭ`,2D k,Ȩ -1f۫V0yӿD20n؄BWSЀYFʎϯ@2klCv^y )N`Y ϛ+ ds'J8 C3Tea7uďfdab3)ET]׃poTRԤudT -d<7J0Mj,lis:uܟq Mh/ݍOD̕rl͊b{.IaD+`"Ks[x(\Łj-FיY0#p7zO&dKϻ -{&.%-Q9p h(歆1 >9pN -3X$rDQCҔu,ym>Xяx`(}4Gz~eTt^|*,\MSl@;iqђ;;F8 cDRoE':䥸sy&=x%G׬_)4gRyiJ0dW kc%C~[[=ɵԏ/Qr=" AL7ҝȬ^T_31-9 hu{n6I{Ox#Z)P?٠|SDv|L{Se%b#C/ -4zkc3`踘(Fu=cd3+\~fJ穂C|G]eiϢ/7[u\yM:*Pc Yyç5⸰?yC5foC8aWoGݣ bK?A)Қ -{^oz^j<{c -._VC늫$ʑ &&ܮ7 -?''(W[" aRKc4;[7F Am>F82,_iƖ7EqTn@]J{˥.3s-bDr?,,58kp2u@‡`O`&_?G3Y bmv2h}jI%/~sI"1ު_V?~>8K4Y#+S ;ꢤ7lpAm҆ SvCiY?>ҵ%0Ujٕ5K #DL6/_Ԯ`F~|l+e{HHǫ*5Ż|gg1 {lYL!mZhoL>F?du<}󚴩U`v>#aI 7n.hʈ͓B#/nQ4#rÁ xV*j^ 6IKf99aϹ4.CGaZSvQr$ɡh,r}+%rǂʂgsG"]-nMQeM>|Q8g#;qf- bRں(86`'bv)}}VyK 0c(B;. JV,"V-~#d&{B7.o߱?P͐Yp??PGzt-^ 56\NE*!ƶ'u(HTV7߲m}'aY;8=RU(נ5;A=bLk)S~o4|VCl#U}+H - m?''ใ3r#V4K7$4#9T ƅp[)&#Ԋ (QB0F C6x|,B=b81y"}Y{,>W ~u8Ȏ b`>@ypKR{+ "`ܻ:,rSg*# >jigS=cvў5%Eqt[=|V[6;@7B3ĩk/G!n,R{Is*Y-5O ~M^L]D2D:ٕi!PP~`5ԽN:ÜiN*kuUm8BCE؀Snϋ* \'5.oȃ NȖy2BT/z ؠ2~{a@WUoֳ*)7Teu%ޮu 2 _qm@=_g13YhFgt.ԴʑFbbvڣ2qKu1#U00SJoqyQ~~(A35(H+k;BydO,)u#]}~n N+lOn+U*5JdgPz} uEh(aO]IqanJ(g(eHi TB 0L;mCn K5];p2BpE²WJ)Ta"2K;;CJ4,ZZ*)˸N3.L)|"i\ -۾ )}W5&f1JZ{5f#PX%ثͯF)/rm -ZkzX^ a1zTݠ\7/ /Wؿx3*>VPhӪ}-ؓ.e7 X s9Mw~5̭a U=3RQ/=ܛIRPpA8;9J6HMB͖aXQN-uGn`Z!8m/̕&7,GVn%u/K;*9@9ݳ8 -fS,/@92x28/uqEd/\UPA2lAaYaӑO KӒ/ euڔ'.zQf,k4ؘ-52rE:yz"+@GwN%4+4EskPxwN5tݞD=LjF7 ԽEY 9 /)epDqA VfZ[*C\aьW/~ pЭ2IעU6Iۚ3-r{dmX`IT7CxJ Yce1PxZʕ̓1ӔkKyA>qe0WNG&5Y{ 9Ib8WrqDZ_)ȶ -׷4Y3bf5/N(kk?$%Ԧ@By\=ơ,boջcO}3Tp~ya YGWå컳u#pVj !E'9"CBʗ;ʜ\;mMRaatbqWk\)JXXAH𻿧Rz_%(p|NǭpMEPx`hn!{nY@IR\4Oe63໨AϏ`kN^cP8LAC8x1ݕ }N4ύKOt -UD>mRc\4d["~<%ـj GN1n5OeeV_?\lL$2y\{ P0B#oH;;Ā|pUјW.nvooBSZNXlc093#wAFk" " -X~,xetkUkn`So,˴$ϰ'pjYCf\\ o,6-a'[+7ƀ=[g Ѥ0| -Q[aa4";RA|΅Լ [,X+ 9,MtBs] JuM&E[KfG𝪜6C(maT - -Ma;lWZC`vҶ=Q^voMe9¼pb)hS7f|[:W@qˮMzJDtěw,ĈL_f3IbeP5[g-.wIվ_`1x\QkRSp+dYX؟}y<Cp>s?YSn0i(4fga:5Oy' %+>j`YCMּ -zBܛi -S+:aa 5[zop5;X1Xc'W,jZ8 s_Hn/oR.2Fq77p'PD)J@zEk=o3ݠMo)?*z$+ eFQ+16p%yRUCq,Q%j8 @[pMQd݇wUN髋92 (G\kt rql_^,.d2nF {eN]o0}lB#~ؿqqP^+ AZ/+s~ʩN0j Vˢ"ER]+©p0_8"¼BwTlKHMIAOhUqO&^:sQQ)}ձoف'/)F[nMyQ۴V/yۯ+'jɼgDOs x̗`f-ff*V=QRE,۲va  GQ\X3 -ey[?DRz>Xl`zx:(ĈaWo?Tc,/ ^Y˧}ɦoD#S*M穊{A5Dc|- ~_J(wG:`tM7vIox J.Ql R Na+p?HnoL vD:vHT^a8h"U+DBu8+?aWRAD1WߕTf6'ض -Mn\Vn8KG&1H92LczosB=XD ~(cZ,/E"u滱?_ rÔɻoYVgdnsxY7ZBMo=O -"į5 , ]~me,ۇ|$,Ɯ?A< -H E%gBX7# -=25{k^.^GߎRAmE &gh3&f ? '8] mUdɝGB'b(BƵ=U|`Ƅ#WeadlRDm~&d<Oxr&EQksSTSp@1NQp(vfﯫ;QbTQl#*:vɠWdGUK R4&R1`MoJd "[bv Pak -ާNu KJU -#c1/<9@غ WX'cU{NwEeY=!M@dϣ22%XoQM-Rqz}e{:npcypᒧՓW=h'8>kmZU[Ӷoڡ>eGXۥ|ϋvuf -2iFMq\s;X ,:~{7iFpk>:kKvGt]B$ Y&fNoUp@h ]IڈݿE4)̥ȫ Gw.&\VSɰ"uCƌOꝚg0ԻȠoXƛpV;i3}I֏cr>3ZX$vCGeo3fvUeSp*G8s=ٸMt'~6o|Z[R{dW.%4*lF2V5#%E`%ub2( a]?nȈ?|7^BMa5Y󸸾D:T$%0.W"W}~) $>tm3{5QCa J+S$&N:iQ/K(Qu- ^Π.o3,v+:0dX?*&m gB -FA9q -xMGv~ 6u^/2\d\0UKKg7` K龺5V4`::EwK9Z};() RZf'R2EMlsL9w jHH$%0on bSXj"1 -$v0_`- -WL,%. jFemaG,`/XKG9xE -yE I,H6(6b>LqTIBUvȉ_*ħM8filo64ݳؑg%\pNȗЊ6d{&k!Fdž_iܑ潍~#ˌRC_Bn,Rռ751^Ws?y"ުҁ[p`ft׾ʝ0=*Bw҇ p5pcORuԾO 6,D]ʀԱTQK\ە$ Gfģr호iXϝ. 8(&JLΥ ;,זPL4ı'NFܴɳZ`2rËqEM{G;uX6hfCkՉI%"a`58**'JI9T"eTQe"ïg~R(W"{߿AYܮKEcAȦ!N@BeaFyeg5_T0KPj|D:Y(sRpr V,c]j~L=L̾!=ds,'0|EI)$Jl^8nWx\E:GLG'Lo& 2rczhlwWw>CDS|d֭M/Qou&SR ?Mm~ n.o4RHf' -;of>h,_:Aپ)NExz<^X!!hM-  8oIP{o=W~oL v| ;c&β4 .NhBN"d]}V4ԮB-'~S9W*yGR':$M)x uCd6?8; smFօϑ-5 cmv:C^i"L30+f{7Fk Y3BSV/t ycTMH;wϠS:9R£>Kr3{fb9dXm_S\́I;z)3*-MYJ2آ$`U&0a:X9!~LC^̜=n?VYgI ]t}7pHu6~,!G,F _2;/K$uQWN0_v~2RSwrYGp^Tя]F:Bvm$C)bIKȢA7:;Q׀rQTl,wm{\X=v˿HmekHzzs]x$ēD2RPm#P-eW> =`9!e*  ` ÑgB jE߻c`mlw/Xb.`Zk R|ݻ_(zvǃoz]HǹJM`,fujIzg_GfGqlkW_w Mxtu2*Ktk9Fmzᐅ.I [YO1*b[=Khzuϝ216zO蓗/2^T!lqxBLߋ F>IL 炔"(wv@$ p03b;!:vTZr֌+El>3~v$ؓ۲G֌u;sSYMr‰zz{~cvҐkDRxr5Y%4ء䌶7G&L{&w "lGi@|CwV3s=5S^ITz/8qD研q."* SNdFe7(.pqdXFێd"c8?5HZpa\,0|v깪*f -$Pp%ddY R[ 091z<{.0moƤk5Z4/u#"l:"zHdܵqri-h1K*FĺsE|ܛT<7Zlu3Ay;Cĥw; |#.[f妀&=723> 4lb $!~FPbGFe*"Jqab'@L\9wsEن0Π!?6rk~x@.Nwr9; Rq#1â-xXfޛlJjN{ uJ ~9| o%\yR6'no늎슳8Ld{u?"AˑodϯmxH( 9 D1@3&gb%MygfeRȈ:U`P7x?.1oTJ,*A"犬%\+!iWg)ܣu>vfpU1WfŒ1h 0v0dv}4/w7S 7Jdc%:.BcʇD}N}@"U|{~^ݍ)9OJZj])WԼO -Jqfnowː pb{9ţAX $_۹mvw,nK:z%odsА2k$Fic<,xSFNpZ5,dG<& :b]o6*JvyuݥBxtQl/$Oz2?ljHy 90==_2f"[Ww$9Ps6܎ jg -}9΁*p,Ĭ\O[$G.mPa>*k|hoBrRZY% j8B/"a*gJ`2gP.%LӍ4WG1c} wJ. * -׋|/g gy7#tF/eӏM ̞Tw -VK!{H ㌪8yڔf.n΅ai!0bS -I>L]h>\f*${\͞(QH]@ၠ\( ezx R 2Unoczq - -eOo4d?JJOl^GVE߽'B|觰]/LH~FFUydIyw0rNyREՌaD?(RpC*#kif_(ԟL^eb~%QIM\Q*`/JqaBl%4SÑIpb4o=ILl3RA9txT(BX -mc8i,Pqb&t4ڢL֢?coڍ^k߁H+}IhiĀA%TzV]N`d<lTƷ+JrP`1ÿSW/1HpiG &X:׎ \` #zx6]oN(DA{P{+4$@IQPGpYSc.["w*%,\#4JWICxxn]] 'wotٱ.Tpsclc^X7G-/[Y̞^6o*+=jҎIdtwkL#sЋvXP@etu%G.!h?}?R39bKKE9W-ڍqUTszOX@U#H/,~ks-UyC5r -`ʹ>-[`/"EeB<.<ʖ"'*ePbZc up^9ϺveC;LJgDGzd%"Awj !j)3b)Ŀo%5RϤĥu|' nlywK(%z>Mr_L0jG yj\Ft5Θ@ԑ }@1y7unbEL0>QC..E}lZX~ 3o>AX):v8[.9i_/- |sO -O`,#Г>4ӂӕ,$"z0rG:p+2U"~5*ȫ١ y# i#?E|ȰT˗\Ȁ+v?# fp&X=55, J<). &8NVƙ-DVMٺaRɉBֺp =Pn-mn,k:?VZ _BFVЧIwK5 ;DjL;dPgJn[N +9 K*%~ ''qryeۈ7wrgŻ_G%9knNHR): fT(@Pڐgs˝_r@r6oOVlmM -aoD3eŐ6`C9pӣ ՚GhzCr4{¿x{0[Ot;d]Y`C_j|(aG*YhY䑡Zwh{q?0 rt5:>\(,hdL'#~J]}Xs-hieq,_BD!fTۥ3T|{A?aAʃk2([ ۓ.(@ǧ^[-C%do|E,D5_nDe.-~wy̞3 +5zV+"Cݮ|0W B^9cGTK RցQ7_~9e!t m)[5>|-3jUf7F[!rz=5qttHqΉ[֖x*%A5Ceʎ+e8 eR}QK΃\m(ͷN fiQhR!HX7ωx?DsB=EtGDŇ)yC˅䇥ѭ&>8,Jq)8W$թS(iS?)Ч>$WY Ac vSTrߤ|~ɈsX{1DX1bfZ"n}|Og$v!^-i35Z7U.mҺ>-Ǵs}>V[Ie\Y (BXVN'֠ȓJҤU XqF8 *wPe+~[Չ@_@=t֢ k5e8丣n/֋mS;qxާjWn/YC!NUޓ_cs,^<,m8c8{mn:j\!{sMc%ws)^bdKΠAK_6 `߄yൕ/8 d>QK?{QX=ȏc3JO7{vj'ev&T4(i䏖(oR -i#r[km>jѓDՔNF5"kSL 'O}Uy"5m cDS㵔Z -endstream -endobj -3286 0 obj << -/Type /FontDescriptor -/FontName /QYKFHE+SFBX0900 -/Flags 4 -/FontBBox [-237 -328 1789 944] -/Ascent 690 -/CapHeight 690 -/Descent -194 -/ItalicAngle 0 -/StemV 50 -/XHeight 444 -/CharSet (/A/B/C/D/E/F/G/H/I/J/L/M/N/O/P/R/S/T/W/X/b/l/m/o/s/y) -/FontFile 3285 0 R +/FontFile 3366 0 R >> endobj -3287 0 obj << +3368 0 obj << /Length1 727 -/Length2 25297 +/Length2 25404 /Length3 0 -/Length 25854 +/Length 25959 /Filter /FlateDecode >> stream -xlsp.۶m;Ym/ضmsŶmW?=ꫯkȉf L777A7WgWT̈fDVfD" -ZRDTjDffFDƶV&DV&f.fDDY8؛Z ÿػ9f`G$'*$ J$&¨*BddoJ$+O=o3cUGG$@dlfae/ޤ86uu@.#Cj"S3]mm̈D]fDrfDDb3{S3zYz)?|[ TV.VfV(775ӟ%O?髩IO1NǨ- %O?co -FMGofP;SDw-gp abא0g>v5%2%R9in@,/Jy|1T!w)&VIHn`FK}X^^^9Qu!i]NA[S_LZM0EYlYpWsŰX>n-TIH^Bebыx @R -#I˟J]y*["q&5fD3`cOo<ԝҐi=:DD"VZb75JGq{˴O+en ݸ+ bYa.awPf_*cA0 jk9)2&@44T!buf+DRvvށ51 WW - %bKI(#LiC(UMjW{QO_u~,5!*vesO)?ե:Dĕ:a&gPۖ;(5n _mf.th*[%]"Aᮇ[:ۮLjLራ=+D;$rtOXIY3 *Fص/l;%4ȦV= mac 8 lZ.~4w8n\mw~yaf|I"/;DNkS8rs@@L3KQ<\G?݇:})`\%=:fzP'dցۭ/=Qa|ZgZ5x Q#N -<ɼ芊ؾ%툂99.1./V|C]ZK!opm隙o+tFcM]6A-=pΗ]EW+͂;Ԗ ]&n$Зl19VGS\g] -V3Ъ"}bT(Il/~o1^hJfYFؖ*Xa rv˖tmSA- UQ(&ֻucllbl䆗]\yQ/7k:M.Ѐt~HÐcW%PCV0*8X&Oiv?6Y|Vw<^Q @kw"غ7 L5XM!7(D-`I߄? -3ŕ"hΏ1L\ h_gqw{a?|۪@rF(8oi\TBR{i -M_8P2Vw9ظN 7־YmG!sA,.4 5c6BF4*oeO s% 1O0HIT(RUn/;Ё71J~K[Zmc@ZT\z)8G^@# 9׊Bծ8U)I&;|#GxWd Pk -ZVi. -t2bS6YyŠi"u3,ͧ(',ђ61-'U[(-µT4R[C,h^δ5yټL|Y]0{9æO M "fVsJXQ/ ?^`zݠSblNI/9I!f(ٹ+oʸߛ(d>Gj?`XYG {Q9kO.g87r3.^mLfzM}WA0z)?u9DOrɃpDJԴ,pN ʰ% ,t۲Hέ5Kҽ6#=K)ۄOꏎ rLs IE/pyh=yz5X_{O[ i晨$\8h6n'tA2͡W^6F] eLk:|aweed|7iZ ;.D2}s7&l#)Q ^TɹGpVYGBحcC}}/S>ݣv~~\zug T[ @{8qdIW>컐]Dp~j2FCfGdlgy˼ jǦu.%:.C$)TIW=Ի$GSغLkvg?KzL갵r HMct-1b.FK+)m7_ - {NL2V =z?͆ -R 樥x(301n| -708ZR"ߣ<AP0Cho"t3弞]1Rytai޺iݧzV!=$OӰKbD#%YfclZ>!SjK+ƕ~ugV5ΚD)NnۼHnv@bٻܼ -i̾E-θ8Z$Ŷx!2}vBjeʜNecM ZÝqx_n:C"gf}G>x\I*4[BPLLwj oF 7[!.]%G`&ӿ4ѧl=$aR8F-mÍ[Rٝ?W$UW#~|g ~ӟ4'"-` %Ŀŀ='rwG/`:~Obn&xFߟnwܰM Skb@LQg.PSn;.Pz(pb)x[fD+n&WCbꖼ6<ҹzpC"J`/]@N%y)ɐ$>^P81ZɇC1WzݙsەfhbG&'$Zڈ!sL kmvtf{ *LHbCLnX0jsEb?EK[9q䏥0=dˇt~=^%2@ݱG=PhKmvU˔8]ⷴPaaI*!bt1fp.<9hBJRRtxߣ5ƎU/}&}GWUlhX IڣuQ8^Xgn ab~1*#$N#jYьPA".uiXkܗF?-vb8Joē]*ve _;_>QizN߽b PsUkUݮģ~cy_j4 -hB'ϼn> W~Ri0sA4ʎdܦӣF9_8Zh#R PwiNcsAJjY:o~Ɲ5SYI`$8wTSNUV*|x*0> ucN\e?r:Mr^Ga1KE~b 9>'gg|DX#w^b&v vMr+2k̷o|W -~3SŽchd}uWDO9eY=>=U[d KHhBޡɀzض(Լ 7|gn/(uД0o-vbD$!s̕-|YJ~΋'ٔy4méaivgdʸ{5;Q#"1eWqyj{L[}@ĘqB25CG j]Rw=91rw(+,w`hٙK0.iJ|,E6Z `v2WqJ /'!fIĤ'cӕz 5%p+2Ir~3A~sLQ -4bL ^Y6v.̕tJ~H:{9MIZVs*ħVp;} Ap68Tv}D0O7sDnO)+&|# ^e ]'bLSx0XL79C#lʵr?Rj(!AG6<#sou)J?P܂yv%#CXҋR>dٚJɢص ĞOpu`gbQE-PqwM>QOcb3{Ǔ*~"dTMe3hI.b@k8Q0. [GlYzd7o^+N[ '\&".CLXzS]\Q[A@ d8?SLg 6Q ,fN`j'r`:tf#-噪E-R¿qD8܉UR' rJe;.L-60G2w*%k0KZ(cS>- -x8)ްeҎ9>櫻-geSnn}Au< ⧼ߞ_kq8x9iwyFH(6 nixoٙV 4i[LpdJPACd"IsA(4']Q13?!xgNm)fѦx|yVòc٪vs)Vх -j hih_NGT5Y(T> 9w׃7M<4[o;!=Aa_vL~ӍZ)vލۖF 22e+fpcjT_KY48^ /2JGJv[3AmB܉pB=F_lن/荧W?99sspm=cJ-qu`_ȀWeOM H?b4ĴɓʹY/ax1/T[ʑ"'7DK$YgW R}>]ӋL%5_ ONXx -SZb(ПC|GmAW.QVu8uEE"l;IKU ͆I|<:? -zOkT %p~1HR[1E]ផcA`"- hNV-кƼP茑!B@Y|xFfa%]7 b۴ -\̌Do6jh(|0k }l*f!Rc@- +̓du2tSQ -,E"7.dGnL:D,% Fw&EuRFIϳ e6&kKպ56o:֑syo+?7lNo^xzR --ޝ۸ZEÛ[4[ nvMo\07c- -Ёg&R@1S8lu ڱRP 9u>6 Ƿ_nڦT{+Dsl覒2ZHV-=m~; ,sN~f l wF?QTpNO웶qIE*Ps~2,BUݱ$w+x8B<.5נGix}BujsX[9;+|w[Lx+Q(BRW=!=a"&/B[yx;+΢gNj -KV^WTP -bFb)8몶8N()Vt_G *^跛4b,:zHj<@v'{b%w=&Yj3ЖLч;Q.E#9viRm+)$>Q$VbV?$:"R#/#l2Loxro|'/W4Bc}8xS.T8'TY!hB* نx>/TRSvSob?B_o˓a6w(IYp C3MtǬCoI{EKTUj,/X 0fNˋվL~pvlAx#vtO4G?q9cO5aŵK[XV0< -v|wjnA<=v~N,Qxk瀰pܛj02zCvU&f=QFgG 'm0~U}|㪢dIkK-02{U1'?m- ~[!-5$4{_͙-$.q?-?f+{Hؠ\ADIw",A@>%ښ7W}S@{sx]j!pD ښcPLaÈ&c%5w/\إ$o𸄥DjD?'?|nTxX?n{8}r,{-^w ,o]Ea,KR6M m LëKJL2% oNqRvoq7\h~=5?E\uYlċ@|V7LVQ-FŨuBUW%ʜBI[]soLn)V\t@o|1Xh:#Nu"Q5G~VUfΉm5Cb/-My׋v9#Ճ=2ĽX6L[l؉2Q&re .sLLVˠ `d)Ϥ$x((G޾BWȝ:ҏ@#U\Q:JFqf Zf}wJ(\9V^dNu <=G{0ElӵEڌ}@&@K_ h)^n8O^DODݽ[k$<Y}mzO7#(W9"|26ĴuQѹٹ- `<|o>'*xWQ#?z"g}E4,iw퉐{m$lu ﷡!;4h[Rn6Sh-qhFހ%}x>#3ri0j6nD7pIS.#kq:uq1550#4EHlz tc U~h -Y}^uqqMMUZy,]׳[b7ݽ= -Fq^0u5Zplmݺ Yrij'' &BYuXV>=Jb+n51AʖL5\]cL$Ħ`V6kQc#.dJϾO N2YЫ-kXQ1y,qmWU&xeSiG>FS[Ƥ 2T!5UM Ajp1r}Ln-jd/$+1CC;.,_I&Tl g 2^ЖԈmJkٽEu'z(A<[~p(Xn>7]4ۋ-j(t2FaC Bwr%iԓk,lC%98aV)3Ln6|dS܊87 f^RmMIGY FYLY -\6ߺ>6{jxlh.$XnZo̟k!;KS_3Gn$tJͬi)cOXv3uoQ[fHef@k0:nj Ca%S뤓~Mq!o_ +ƙmfzk@P Iۈ^}%zHbē7O\zSV45|7j_s/ȦNvS v3"#OjxReq &$V l4&S FvJyR]S3". q:VpKB DsߓjO`^wA AKиywP%嘀.鍰cBxr~qg?Z;'SȦ'}`=L:7U3q﫭ucc.T#JMUэJ=|m.rǬfRn^RuΪY=8DҬ&m3bTiC̾?~PŇ'Y2<ޟV>(krq?0WD݅g@ih/Ö^9zYk>F"#W#ֵ ſ7:r`QB w_933 ;-4wQ7}VޞFq9I'4Y wἑ\OE}GSkp#-/\F;^VYAa 2)y0̡댙F 7'L| }~*rYK -규bdtښe+v7r"n7IuÌmv >*@ұU[lm /{dtҮkN8*B!o6u:vXD`aD [ʷ^V.vk,y"ls( W8oJ7h+3t}˓PˉKTJd&MFr}V\_!NެTS~ Ggmʊ԰)z1mp^Ş)?u)"Rxlv \599DHsx;X L2$Y -L!j!DN *~/u5|Y -q!^pX_ -„ -9@obW!ޡy]۸Pu0Q:Ni6y 4GrF7z4 d@aK?3g6*Õ+IQV'GɺBjRĦ-*LEt׿E.en4 @R&::A,>OSZwg_L,XjLO`oㆀֈ]emSBkS{]qzHoL/0}([a dXq=tY/ m+NS.L* -bz -Fe"-ryމsڳRFe{ z2"d.`nO$V2aŶWݏɄuuLYM}7<-%x<Rf1Ѱf525KjҊR  -($W[CE2d9O, -+~n3E8 oYp뙶+\ T6.Nζ#o =!og+57bVҞQyYL⹛>Pr& g深zuIsBc)W %N89sV 6T!_$pm.ğE۸n MCLȆh-#BJ 35-he-μ]`]P;0s?0{n`-fzF*l -d:W I2h+RX8~}CdpN\|Ng !ZBDր=* `Bٳpi*6ۯZ7Hv& -p@w 1MiqLgf!?jsMt Y1B޵PO6ؘ1?` ѷ,sG.@6m";S|sMR}sJ-|{RQL8i-ET .::&NL`X'Yz,! j파C]qa;F.B&/H QWV7t"u1^9&d͡z5L~J'2\}c"B c~ztWGvg/ MkjWo%ś&ܾ<=_KXaTXIN)L=UiNPPm-N%A*2VUl!M -@[2r%S;jf*3ćuN_-It^)ȏQ^RnM)v\/(1ųf+xX%%.u0:! _C/柍Ꞩ Ǡ=)DTL2b7֘*g +G;tĦ7UzSR.PuG+M?>g(roq-e<[|2yD?,C;ٱc/GøN&&xϜt>Imݻjւ#_ zEaRfP}kC+;H>,`m7^F{-FO¼K"$LƧYCҫ8'C:ޖvX4$%R4-j<^T޴`0;,7qNGdc6mqڔ^+LhYF%.'5\.5@ C[ puJZ;`$XHOG{4dsOb{ %sF K=YR )(˻?Ҫ8bJr(4%[@pk4^bAoa2cx؋=iqf8ݮ#Dr.f־<7Q!i!J>!: [bPi9x&ž^s;(_"锤l, V')&,Q[[荚QK -S.E8nN}?2U9<ʐMBEǯ95 y)`5KE`%}TaKҨNh!8o3ۊsw/ -j9ǖn*?3wΛU'|o;i0ńHg'L<5R G8UsBS RIrz&WU.#̽w#~EzWDR7 wڽȇ0FlqpՆ46ߵȞk.7_"T2ǘNXf Fnl\SH63hi6F:"P(gpP`^_juWL]N>_w`0C{E0﫽iCXAbE4'vc0N^e2K0H_iǑegK?(}QwkV)HV+D[Wo]H71o/yãa7Rne&=f -z>p ngP}8>Px=[%i=Hf- 5Dq`*z*uVoQ!/^EB{OT cgO7vaFyQ+>kL|~i*3KxpH:Blڃiٟ4SRFAj%8;C.(87?A,̳P<_J$-8|bkq;VȄjB{C#u.Ċ3`nS".g>aQDfYY| :yrCy~0C۫x23.LmnUpP5j_#̫.| HW$7cD!mFaaC,CJ9SjMmAGZr<#w8>fh$3&oTiz N,Hwm^8nuBlAFD؆pżB'͇RDQt ޺.2Ds=f^v"_g!qvZr@hBMS*QqkJNQzЁ}).=iK4A2#kLg nHV~d' lwCKʲ;fz.QL D1B S|km!Luqy2pM&,rX7ڀ@::ɮOlY&)4.fn£+ǔP-:fZLO6^.42V'!)z^`&8?g_Tmj )Cm7T]:Ⱦ;Lpui'YL`~,H/I%[^Ƽ4lQ- omfLCX{="@}nَguݠqGK?_hKR/?XY$PrVrM9/b_+9/_Bd\TʊÜ-+KHݟK S`(9AWLg(`޹|"?&F^}g׹K~P}'?8 2;I1(qQ. GfПB& T|rX]H6.*ڦtY|%U?sLJUU0 Yk5;u8bl{zgn)Dn);͡mKnH-,!>G`;mcbVx{GE4h~&Z6sEN)B$(@9 S%YIx a7v'Ʒ.ϕ]?)uL=dpYmeP;01<[, -j=r_}L/JLp[,4vc..mS%敭ڗs6dzʊx|FOʚ|bpBZ|Lt8AGbi"ܕd|,#tWrU?g.FAk,n~ -ZF9 w/yIq8ةPˆy-,ﺆ["; 9Z\&@07H OY}aw[} -7= % ğ'ԃwx$'G';ΩO]vĿ0~c|#*j=j΢پOGÕ׵C~I^OR5Jt^%C#t)!%$ah$Հ ٻS -I sxP5($A] s[S -c{TvWQDEix{ntv L?4Ӝ5vG&Y4y ۄz".Yj7`X3ݳ鱬 2v%ߺ4]*;Җg5^"Đ Ch B6wSܣ,3c,.F>cOnN?9w 5bk`S-aHֿӀJU~*>OX(Skܤ2 ųPc -` <+Ȱ(bI EQu%VH@>b$zƓ+2Ntib%eR U(4Ajx"u VQǫ0{]1\9蜷BE[hZhμihuxhlkq=fP- gig@LSYI鑖OFdgOXg3;$&S[ ÞK(^Mw^MV?mQQ,C.EXR'^d+Wl@׶l\|ST\%(\6Ej  -Fm\-/r4p7? TiHZ2J8F/uZ8xTlAKJl ݖ)!v|VøR>%DZq:mwf{OWpLȰr {5Ţԓw;Zؓ`lt}$4{6*?\b;nju2qs7dXF+r~Ǜ%:=\rCӪf0}x<5Rs/33h췞- yeG֛4~>g_ 0 |O6 -i/=HqFVfHJ>zrq!p;Y?1:ΟM(*z3zjQsSB@qG4 pm0+ zV š|f_ju ьGyڦ p]®B`ud^)WQy% |O'EEA)V)GA>Fk"nMB1Sхos ,l#˪PU`!4x=OI0,Q8VShYyGBJ$iG1G}L)v)_XcW.OVFM%[y)}X)ģ| R<\<3GNjk.QH_U͉bU/eylu⮠<Ҵ-} #\"^ȩʉ3p+n&\cg{']B@l":itI$QfZdnߎYI7__}a`һF6:k@Nie@ V$SܼDP%>_eFfQŬ5|>DAP#J˰:1'{;H+aAkX`FTpl4l@  i0J\RC|ZVnF=?}U#T!7*x,TH)HTtqFm?c`;^R+Ǐcm*w'! -{wQ[dD_t.ΥkRjC*L+wjwN˧xtwRɒ'?\#nBEC;)`Lw0N^4( -<}bt -}[ -Js)dna=/PCBܤ׹̢Ru!a㷺1ng+yםĚU^E]YE>]CqFe"{Fd>cL,< ( q Zg/1cG~*VJVʜv1Ґ+Jp%!zDk{~El\_SE]S9Nεk|Tð)}98 )_ q !N2 ׹J!y^؄Zj; Ҳfv 00]hsnVV'.?ſ^o-XC]Kʯw"b6+PTciv1ws䋭oĄؠ$ cgdMIw D]6nv@ڰMΧ;@PiP4Ӑ6>;.`Fk&d[Y?F2 'wq6 2q8.d߁aj6?݇Bv);2&3o`V:me4IjxlϪ5&1\qt4 `e~DwHRqgv vxIͬ,TAm;*Q_9{)uhrUޛHUZ -Sw%ʂZb>TS##e~#\S:Fm`B[:f!*o?7 -0X}PW*{f00"*ˬPӁG%:LͥƬ>SAx)$xC7Hx쯷s@8BUġvJ7亮0ߐh`$+XܖbMX?"QhQ缢&rJt'Zq4Ȍ._5HBz2-oLzMi -P=ם7DcTQX[?!5ۿd(*C$;Uqq M_UAܢ 2Y x)95%Dp6'ܣ\Z--A𽤠Ew:U7tw -l8z!;ڀ4e_]"Z{y/G֎N!LG ;pH"l8ޠ6:wH ;8{%6R]3ne隂d^AC:~~U2.b=TI/Q*[',<; [r_L*'5]ex6 -E!:$3㡩/>d?r5<\m%GFUY$tɋ{js>tl勷{d (H!yIn 2[+SݜtSjT{BiQ˕xy{?}kM@r:66#-]oQhV`UER0ë\$ -O - ;f6oCݠJjB審/ڛk:]4a1!Bb^BZ\!D[Q>W,c/0E R<~M {{J8f4z&,x8z0%@aߙ dGNv7 -7nUT\hg F:W69; )/A'Hb3oPjwf qiEjsyI{WaM[G,̯A~a{D"$@h!Юpo,kl RFe&\Gwa:_ Q\嬭ټV NRp f5R 0˪)'>mJ[%k$/K0mK>p~F C >wX&^]U`c}guؾoI{'}^~D *k -wRoʒ -9ڀKq[qUTGΕGl废,1bo>h=0'61v>?=eQd[%f +xlcp-vضm۶m;Yъm6Wl۶{zO}u9z]W5=#7@E\XHCF&lfj`/jj 039̌L0dG/g+ KW տu[#S+;+g%]ōٍ$33 %%/WHٛ9݌mLV&f.fTsgտ0?̝rbB +1U)@Vt{WL=:ZHF#?^gH0LLS+W= ÿx7wl_?\C*?nFvfJ;G7W3g=@ jfojfh#;+[!jB0?CտfٟO?쫩)b]AYCZECn1{S+{ ?9nE#LW3ru0IWQ>t\:&v 5qsv6w7f}':5_hfnPf xuVjA'6ȘojWꡅ( dr*(Ro筄¿vC!RLD65cc=Xz5+VکY)ưsi⓽J7M ҜeX፱:HD~-eaEQvAõ.Ȑ2ENm[Ž g%-!\YvksqOS21^"Qn7Rz_;ՇnEФ*=y&v[ԧeյ3+?7nⶕTuŘN̓5ש^ p鴵e!9gA%+[|a84|Lzi6CJ }P=λ;X)sKG=QJshXf\NN=lv# mjvu +7^ bTP[˅ (qypkn0*(PDQnIj/LXBrm<7aݮEO7ks*^Ψ-nag8!}5^{ސ>Ԅ-="|+/d0skG3GP)_꭭7HwA^%\)vRۤ:NǜuACcx%4cлϭ2Ok5)gZkA3YP‚mJ:iT?b)aYI7'_݁#Pz<ȅpt͒}mMu6?yIӓ3B8v;,K͛ L5^%z5F_ߵIh/-@$ENs#KG S7ﱀC0|dl=$yބS:@YH$i01HT3zxC$e'd^u$g>:/*| q?&g*hsE˜gQ+%+)-#=0tGeTL_ɡ)ĠrʑMIhfF}nO)jBOAW.7`s)lS>s*" + 8t~R/y#5*#lOdr0|gucy6kܭr,t~[vU1]1r)Kh 39Xv!oDA͸O毥U+Qw*\H0{^*}1GM( [5~IKlCŇ wE YF[2m{Z4ppG}5xOwqogqn b˪@rV88wyBD<_KS~^-jF.RJgiM_$H2Fw%ĸ^7Y]g9?K;A, $ CBf4?Ԛ-W0S9Tkt;Cd' +MoaJm?!6~q$H{y dۍ:`%]5J$)mǯ[?դ+nS^Cړ!NͶ^-3Qv6h., #+.w8{گPr7F:JEŅ^N H[I7ēu$\ +>3-c9Wi2wIF1K#+(d뱬6sn˖(yas1Jo*S>?(xZw0yi"切22|4h7"o;J3]ԨMޘJEm&A-IN.8Ml.Ü#Pi܁nՁ7G?HeFV6{`R'{dJCHW+owݠy Xw|0]uǾXL s#i?ԹP){Өm:;<  J{):n8Y#]\ʚR, UQvHG;{uMc} PR^$LD.2W7|3ˉa;^/uZ&Q*1P#M9Xndr&yQ5U +9k2e@ kk. ~ݴHHe&\Hm.y|k¸:2r'lڏ4%$^ &}zKH:80 O}X!oŦ5*Ku̬ڂf(BdvRtI_*̐MmlPJLp \8B~Kˢ t)jo-(fA^ȟC! \3u6V~CHշ~U J‰t5"Ԫ АQv[T8_Z9?s^hއ*lVh'7.#D\?}eon2z7)4_ +Ź&ꡜ(S`ށlBcAN7xa1i)(r*<s/{O)}۝:x%kȂsXAr,@~{VPQ iVz mjdcиl-v*vHVwՃ%~ JTbbjA9ۓ 6R`&iYN('r9X++J^&BD:CfuNl"-*GӪoW15ݲGwdZ\_k"=n@bY e#\1)y +"Zȉi=8K 0Bq*xKr5T/Կt@լso\Vcx]1PW\U4tƅ 4F] 8hWOQC͛}[RP@B ^0G>Cvi\xQk~ԉ]1BVٺbGb{434=B7gI$4GnLL4ibG]Eȕ D׽7źJ S&^fe Z_Hqv| lw:8v. sBO8%3Zқ#0"KbZr4.W+vUj8_V]UIA7 _RZW9Q_lbRd@]Ri3يo3UC#fog@\o0y"CHϋ,f*\[j !KG9/!ٻ,b|1FY!KRnc_Jcߴ篹|E7܌>HTCL$i)j? +pb-{=r eXMumZ rv]PRLSDUDR*'sx-miYR  + Udim8hK ̓'\eB 7Ti#!j׾A_%0+GEYk).˼faAzgcXŸus2ӻx`gؾpٕej`ǀ$EYو!sJokvrf}$.JLfELnT8fsMj7 E8K[8ri^!:nKD>7FiSfꭣ(4AEn*UjA{fYUSOH%0ިiF~7JI ! CqȢC_}F}GԐ7UhS^8N I QxG>Xg. ">qOGjc$#9̣0!b' 5կx<;1w%n7r +0 }<V>cW QTT)ݯţa\j4 jȻM2? WR1h@5ʏeg2W#^萨7S PH٨ϚC@JYo창X>nh'O4v!HqX'2#ǯV>):P~d}b.qYR%ݘKL ;VĎ1汮ΣAe2? +wLu4Cl%<52Uy:~)rVH*N)K#*LƯ{{ύSSürK0 xw̓x+I*#jκ 12;qOc5 +ޖj0μ'N悸G@1cb0H^#j]Z359zg8;m LӡQ=2~3s4 _qJ+.^ۙh#¼[2`S abgN=jdxW$g5qbV,wPZ6 Fp!CL8bc%0H^8 X_2\6?Nԝ\{"Pm]mm{(y} +uF36N09ahqOނ&.J-{#(qͻ'i1@z(-ބj^e(B'ro)_X^ Bb/Q𛢷5FhR +AEwx޷1|[{ڻp`|9=juHN)-=l[[y"`tN^@7fu@uzJ&li xyNjtb\px0X`]z0DV祁wyA׺ܶ7NK*Wۜ\bdꎿ%3<*r/}]St㮻?Im%Sgf|^a[GOxm݁Hgi&XB0SL KL˵"6{s >ڢd,$V\/v߼PuS[UY> ׼RL0(}.񙆳nBhC!P+ġsҊ~ +ejܘy=(Og/%rEZmG,( +bsx +ZcR k͒{T]2?fk~-վpJkMEBRV#ltK'Cݔv㹒0e  ,7`}aGv_ E@8I N'\[wG^K:L\@/]QL K0-H>oT*4K Ȫe'gщNf^;rYiEhRHyMAe,Z5wiaϯ|WHnϵlEe`Uz2 +"Ʒ'2Ɩu8Ǖ9 :}Bo@meȷẟio(i[M8If: =ha91( }X@#Γ>~mf??- ,Eޖllt[E+G_s`D_I{~:v]F,nKX@W\-]Syb#ˣ1C1Gsմyc62Own{2V,K4_ӷ +/T0Zpv4ɏ-(1REL& +b):㤭6WpiKVopdj5 ӾcZNco`E6D D7_UO4NS.EǪuA%ɜAJY_pm̜l+Vr@oz5\l:#Iu"U3G~VUaʍi3CbJ(+K~\Kq9'Ճ;6Ľ\1ʀ[j܍6Q!ra.wLJVˤ$d.Ϣ"x,,GyBW̛>ODTZh?F>@{Ҩm*e Rǀ:΍0|xJ%CJT-䌞X+qլI礹qOD yKd۽MւɔuH*COCW?ed{"=Sx += u~#ILfjFd#Ì@Kn8׿% AmK;FVniA׻Q0 +}5ucĶI>VtO)#5,ͬfeK&ﴡ#7ת|`wSHl?݂Ҍ +@`&i&jSL;5۳5d `;S)o BQÙb ֢ YXh =paK u["dxj +q|Q?F]lS~[*jl8=#5XwB قv PE@)Ʊ뢑]nSA*0XZz(T(I`a~v) uղLGcV.86"!i;mh +MٵG>a4a2˒j "dgS[3caEs!^e7[mDwPd`IWе- +Ce!U~Ku!k_$#Αcnzg@PEӄQs-v@l̝?w@Tv[^<5r7j1'K—= PTsjtoSu w1M}IgՊ'r3U2x'$6,i/E #;d%|TTt~{L#lW8ᝈkVX ϸHaL"I'͓3l@'D8 %j\J~CD E;&~)k Z0\\^Yɔ)h?or=Z53P͏`L ik')c,ihcncڀ RAaeĊj拃َYiO*g'$켳p[ *Pb?F(Fƛ9H'񼅜^8,ȿ^pqw`~l5uzpV-Ơʝ,fr)O ms蔾bNyRRuΠD^eCuNYrf޼VW PXN3Z.`X:go/[u7v"0ɀunjev6OܹM[l}/gtlʮ{V8:B!.m&vDqD[ʯAV.n{镒4e2ۆՏZ'r)O*f7 LIA|f²)^I-"4sM ·XZ2oј(Oō]o(L(}S6ʖA4)bJ9@4-eMNNc$k +FYr:^b9by &;èIʥ 9,xih8=NTФxO{!-'z܆F upznbZR7{#2!Ěo/q780ltiD%)Křmd8/{Z$[ =Cc}y,fTTrnjSgrdɢQ $hr 6euXu0\g:?9 h/T1.zsm_sl"rNlsB*]P@Ў;?hRFND*M-}"-"]cEFC4GTcӬ5M ,EБw:l~R%.)jϰz (#q ^Fɽl^jpe-쬶(((2L`)J E. 8D`b߯nOԎ +Cԕ[yY9nVM +M!>JcӰ{SyvDoL'0sį[i(lTy|Uϯc+A]!B" +lrFi"%ryхsֻZNm{z:*l.haO,V:iͺ_5ňu} LYCu?2-%x2Zn1xn5:=+[S^Y= +goiއx|{Sm,`X- Y}A]4BI4scA gV3J!\oavmF93 մɪK v>`2|FE-XorQr^2[x~?Ѵwm,^NUopM~Ma]idԩtKMj$UKCâh;ݠ:O5i p5u\qAƔљcVRlp+TXy3d7KwԮ+}wV)a3=%62VRI -),W8}#pvʐ.ً<|SQ aB$}J<..T +w -Z{a3BC{؃5z >3; ++$9M,+)Fmފɥ{Ǖ$P-K D;n +NWDl+cKXɸ +TPM~w :eASA'^=4C{A eC nb?"B@\Dk"%;a*=m ѳIhꫯ">õe֓SvŐc]ްe;)qc›pX0oYψ=rmdDXT媡d +Dw[0|'[/R$۴QlIn|XOR~20K&E%=uzrX =  `y1=;Myu{QRtd3&ʯR^ZCBѾWƖP0OHމ=s3! +pK +]QtLC>ߛTѓRCIYDzmWOh([_&IdPbDSn9we f\{DpM';O6/8< +V:nt3bhJR1oSH6`X9Ia i!xиt*mIPcwF<=|ڍX| +Xjޔ 9>4[`90u̷!7OVF j nVT+UP1I_Mi(a]_i\xڨ gkbH&De()<lr.tQO1jP_"5մ/aP|;BWa$* ))3*>;z r0 'v2nnr렡h&\Nc }Q(jA +L/nQz;5_de"oNL()WO*e8E-ǽ {ҷZ(\>rʋe0~ fmv);_V_X1fޒA!~3dxÙ)9,+k 9;UM _ ZӨapR-d,m(Q`$ +0K%֙W0ׄ3},p&kJAJi](L1T*|b+$5`Y$"ٷM/CI0֓ P%}H\1 SlBDa2b1*@X +J1- +yΰNk^8J޾ro߯{Y;_h7i~N?6o(I.Q$PJB۽*v<>\eR>o> D' +W WoA 1ηd?ץ `(#=~4fͿM)05`Ykm~$/H16o`V*r(cڐ#A=b `r-tUT3p{ ױ`Iq0^Uk]\C+ψv}a2k F1R-uoD0oo65A%JaC]4vpkQaSI9iG lw$& +ޮn+R+,J.6뉏.+x&;[kdeG7Al6~oLЧM_ы+f5!ѕwb!I}VJV:_el2 d@B~7j1kj)醍ʅPx=z9_*;-_UiC)@ZhYԦJlh+J[jz,!Yan,m9ꝹMLd]~޻I V .MYr2ME'[zSǎW@uwPV6/ +E@!a͠~5d\Bea:E-.V9wPGfϊHq}uDŽtС'OMlvaWd5=\%<2c㻰d77{n8Ud@& ȩ|Z "ܕcck)P1|)W=5Mjּs[*M9Id~'#̽&J` K! ?}'u1!!C r;N: +s)"sB<3{?z4Wsv@rŦWMf%㔞Yƒ+DAap6˜[A_ P,Y9i.NN '63Y,PrD4~2fh{%bq}kԆ\T#LdYgY +Ra0?JU/-'t]O-mö,uIQt=d!a`>9r{_@#ZR=|TL_[CaQ#p .W+&K1n'I z`"g7{Җɴ M"L8jUYqHqxxfN !Qƹ̻.JX8r@ ~δjV-KՎF zA /0 +y$Q9]藾Tr}Oq~N _R?1Zڭ@f@5~}I65;XK MFDKRCQ2n̴vۼ!6?;JoIQ{C׹fg,v Ym-ïm[f +3V@n. U.- dcʾe(zkq!SS#pғM-\oFQZxQW/nM>v~[ WC23b$yDgyRo/d&t!lj?p/c0c/XLsá MQ]=%U2<%^F1XZ͘ [Ln̹4a1c3X:mbc2ȗP"x;#}9L$ZmUI@[fefJl^.xOXOVXx<$ڄ̻,2[hw8eJ0juB(P~T]͢Pa,dF=W>X6A<&y +Hm+&p&[ ? +'_pć9E"_UG>eOJ9^ ԄN)֙~=W\'phW-_v{trdUyz̭-JqJx -М[ܥ'jF w7:Ȼ@xF}`*+v_6A."|6,.C.iD:ݿ(,μeou )7 +y[?*ʐ?tiiDl-Y{pJq2itL([fɫT&L.#e >p ^D\>3R\tí2{(Tsg~iPVKaVqa"" jt7 B;tN)?^x#P>qJ8cjչZ NZo&F_좆4v8 ݣFMp¾ x+AI@~~~Qn RD_ fCצ<]EHc\5C%4hOl'XH7t@%F3' rֹ㼴O90G嵄:Fi8+FZ`Bf*pتxc!NӨJ%|sgG*R:"r7=Ö)Cpsr m{cϣE(S1p6si$z=~|syڙ&UQoN >$g>nF7<^U{p˓MLF4e$Y\Xr-QwndEZ iG. 9O(`AAB^iѽ׍+n郷$ڏZӾsGم֛ɮU."JhI|`ecjXA*cBE{h3/1Zǰʆ"7iB,.8NVvhKKJUsCeRR 4:'9'ؙV)sF5v[`mUVZe Zf[ l+mwŸ5Zp0gG v(t''Szߎ4˅\^bš}==0UpB~!A`5x_C Gөao09zawlncԌLqO/^d;hnrMtW[ ݥӎ<Ȁy>T wYؙBqj+郵RM+'1m,r!nDI[sq460Tȱ ij{*f^&C)Cparwڑ<B'mw~.ZB砸\pvq"_e3v~зQ/t (R_,PZLHTPXt0ßyF"U l8)H MQ1 4lIHyn||螪mnOனƓvQ 1#rM +O.Hԟ De9O ^cf |NtJv/-!EWNt6e7&inMtIFvEl c}i,̧D^<@j @&ydf%ކcu)~ 2@mKv:K-m]4YiP?^7LSƸHt>[2^{fq`!)$>K]0|Pz+9B= )W^P5̓ԄLQbK_*"!şߚ]hXF=ύm>hœ6Hm*ԇKgLs;Nn~K^Z?,l0B9&袂} +a{)D&r.Qg OB><W$/^[xl؅=ԈB%.>?(q߸h %2 S5F42W]5$/c!gH'sBb{-' ʟ UiRTMĎkp@`v^8p35Zٕ򶁴eR,ʇQ_ +2=?;|q]1cw9>h'޸ ek8wS)LGʃ+$N^wQ~yqK\ +:.K1\qiɠiDZ%CZ[gkؚSB~e +SQLw '|( +MXi2emuSO)˽ۺ==&JMHIOWY٥Z2!HDPiw-wDR:eӶD6Sғ8pG?ҚdįȈgdPuJ3q@YŶ?_-Ɨ + Pu1 &K7rrRü8RL]נS^y*4ca~?Ӵd+%0 O~'V +caj&˕_m" o*e}y֒rY +ee=qֽ-2։#noh|Jy +R+n]{+YJ|+ڽ7 O1[$Q$I}n>=RfG@q=;MM%{1 ;HGFFM,߰޺ UFCN/\['KL{̏e+8f?tňH3ʪ8xŃ5oƈyLhe?S}e-,P J_iSr6m B#f۝Z4}\_cn0Ut֝xژ?I0Y4呝`+SQ7t<1@r,Le1Q:VΌH {+i2LgLo^J9Nhb̉{g;{ %Aʯ"qZp7[8E'{ћJڐ_@rZMZtbD:eEG|@Uu36Jbarfȳ"T93i-gAhZw &g%FT:O=hr4w*[8Hy2VLJӼc+<,*I8OST瞝ᎉ] on0 I @YE\Zd^z%ޅP_y\;{ua/UߙG|b3__#=pT+|wn<"ݭALM6׷dh3rϹ!d7O Z 6c-jf1zʹҷJꋲDd_IОo jc샍 &3Dpt3լ{OEUq>~u|tmszftYnn*iKC`Rߡ* Y[x!fWKŒM7ەA>"@$Aݚ :q+k #4;"vE!zZ !$lu ޒͷqӮ$wfxhWee#G|!Om76%4AȀ< ' ex=SbSK ~3r{ +ӳݺ8OerVhD\CǔC8r[R-\$a4ˇcxjT-J\ +!3g@/3E(mN-!R ACydRń=[=ss*}>/sg1Sx(?v67ql6p\_e((M\;&N#ƶ\!kڵjD>d}3l5tO`uld )PU,.!K.?<W>PѲ)l]^Ƈ$B]=Vt~i+vlAkM1ݝׂ+>RyYs n-HD}F'Z2빬z[xR$}mDm7B&Y7% λb~Rmu̐og7F 0~nZs6~a2޶r>O!RkxY gSv_46DeL=׉"m)aq)&0& 1!)}Ֆ!%" /uOD9ᄈ0xlKevP!d^7yW2zSYS,Jc0QVNBy ؙ\&J*&@Eof'+y="C\~3bi=\}WvϜc9BqCH|GbTfB;y ]@5EA]psV +k% ]JfTU>Ɏ4-@pqܯwP2g4צ^]EI~3\n;֥Z#'F$'+BtXU8zf9iNi˲۪0 +6mS8rfʆn8 KdL%ڌg`QYbQ0QEkԪ US +O%wAI?n@[]>i@ "7p>ݠNof.7ߩvv,M0n5'"Pzfsz}?J!{O``K09*Atܻer#Y;A.ϧ?+/ET}` +bqd2<1d@o[(Czr{A yL5S;?(tXqi0ZZr(r|V=!rC.6wtp.Rg@e9ьc1ų>:dcK< ,],NGnKH[[=sbG5>Rʌ9 +HyD^tR/P; ǯᐴt_IB@(R^C[{FHi` cRpv9+i)#Z.~di "HВ1ˋ.KL&3*2٣QzΊ+ HGVp) @>M/6|f~hIM0? mK= 7kg˿߶1 8"~Ҵ_g$Ʉ-x{n*΀T7I5{fYmK k^KWEpx f>aL3jdj xnQ㶹W"T1A|ޫ?v 6o@>PrLlSj@^rHЌޚ'AbʘSP34`>;G--٪WeodSŕR|n>URb@$Rȋ;bv:! ZqE&2*.Y`8sq1C:m +&k0X|ghkTn+4zWph37@-d@gS܌M` XCC7}gS~^:k~ñ&Q'-+⹄3b kk;-_h;%Nz|3ҕ\0EG7iVi8GӠn"vD:3YSc9dyq[G -Έs$Kqʥ HoHIiL˜ PGt_U' iA9Yly[~wNM۱窫&= |%hV4K{dS{pal" +/ endstream endobj -3288 0 obj << +3369 0 obj << /Type /FontDescriptor -/FontName /UZIOIN+SFBX1000 +/FontName /RWJSWR+SFBX1000 /Flags 4 /FontBBox [-229 -316 1737 939] /Ascent 690 @@ -21101,10 +21625,10 @@ endobj /ItalicAngle 0 /StemV 50 /XHeight 444 -/CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/W/X/a/b/c/colon/comma/d/e/eight/f/fi/five/four/g/h/hyphen/i/k/l/m/n/nine/o/one/p/parenleft/parenright/period/q/r/s/seven/six/t/three/two/u/v/w/x/y/zero) -/FontFile 3287 0 R +/CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/W/X/a/b/c/colon/comma/d/e/eight/f/fi/five/four/g/h/hyphen/i/k/l/m/n/nine/o/one/p/parenleft/parenright/period/q/r/s/seven/six/t/three/two/u/v/w/x/y/zero) +/FontFile 3368 0 R >> endobj -3289 0 obj << +3370 0 obj << /Length1 727 /Length2 22080 /Length3 0 @@ -21201,7 +21725,7 @@ Fd: vf'㑰BDpp[!#d-'[xAEcg$rv徂!~ccpzg2Lsqv\ŨOEZñ,PJ|ulEþz= P[{=kNņyz+ΗWa_;\O8A؁żp%LYÑ`?J1`uXTK~hxx*ju蜴|O R>Zx1Kɫ+ӤUҕex M'1;{ALIN%TzAL& '0H*>ؘdžLWmbOT-$]yWlJRN[F\<@ ϲ!i#EMۡxW!J>4m`I8Z9]RU]s ɰē(ܻE!lC([h[)-D(:Bӯ._&ݍ3zA#{ jzWc*Ů0z5a}Q[ED] endstream endobj -3290 0 obj << +3371 0 obj << /Type /FontDescriptor /FontName /HKTVLJ+SFBX1200 /Flags 4 @@ -21213,9 +21737,9 @@ endobj /StemV 50 /XHeight 444 /CharSet (/A/B/C/D/E/F/G/I/L/M/N/O/P/R/S/T/U/W/X/a/b/c/d/e/eight/f/fi/five/fl/four/g/h/hyphen/i/k/l/m/n/nine/o/one/p/parenleft/parenright/period/r/s/seven/six/t/three/two/u/v/w/x/y/z/zero) -/FontFile 3289 0 R +/FontFile 3370 0 R >> endobj -3291 0 obj << +3372 0 obj << /Length1 727 /Length2 16542 /Length3 0 @@ -21283,7 +21807,7 @@ l(u] $  I"e<tBS7C$n%sk5wKHj;&fp/e^)C+ mA@-aAp:J5rԬ':p`!z B'&a#D"3H* YF+k endstream endobj -3292 0 obj << +3373 0 obj << /Type /FontDescriptor /FontName /QDMJAB+SFBX1440 /Flags 4 @@ -21295,9 +21819,9 @@ endobj /StemV 50 /XHeight 444 /CharSet (/A/C/D/G/I/L/M/O/P/S/U/a/b/c/d/e/eight/f/fi/five/four/g/hyphen/i/k/l/m/n/o/one/p/parenleft/parenright/r/s/seven/six/t/three/two/u/v/w/x/y) -/FontFile 3291 0 R +/FontFile 3372 0 R >> endobj -3293 0 obj << +3374 0 obj << /Length1 722 /Length2 5266 /Length3 0 @@ -21339,7 +21863,7 @@ P sI8 2DHjxV! X>޹Agb.#MzF~Xr>ޤX"3qyyiN |[G*lTMjiP#GNS-.-QY:@ ^]!vU>*K{dS ǭmr%vuKÿ[H8w$y9 MMؔb{EnXjyarԣuh=,ʂ'Wm"1H-O zT.KsrbQܟyz] MaR q`bz<-;ߞ> endobj -3295 0 obj << +3376 0 obj << /Length1 721 /Length2 17757 /Length3 0 @@ -21422,7 +21946,7 @@ d N[0Z$<@?`lhґXJ۔2s}LK±5_V endstream endobj -3296 0 obj << +3377 0 obj << /Type /FontDescriptor /FontName /IKLQVK+SFRM0600 /Flags 4 @@ -21434,9 +21958,9 @@ endobj /StemV 50 /XHeight 430 /CharSet (/A/eight/five/four/nine/one/seven/six/three/two/zero) -/FontFile 3295 0 R +/FontFile 3376 0 R >> endobj -3297 0 obj << +3378 0 obj << /Length1 721 /Length2 15103 /Length3 0 @@ -21504,7 +22028,7 @@ $ LfppC'알Oy@imc$xc#3sPjo5YU=m endstream endobj -3298 0 obj << +3379 0 obj << /Type /FontDescriptor /FontName /ACWQQP+SFRM0700 /Flags 4 @@ -21516,9 +22040,9 @@ endobj /StemV 50 /XHeight 430 /CharSet (/A/eight/five/four/nine/one/seven/six/three/two/zero) -/FontFile 3297 0 R +/FontFile 3378 0 R >> endobj -3299 0 obj << +3380 0 obj << /Length1 721 /Length2 29938 /Length3 0 @@ -21654,7 +22178,7 @@ z D+z05ĢSVgs1[df;Yfv]9vN_^0'QYElS(oGY.LӁ̚4ܐv2pן-uBa@P[{2V ,bssXT88edm1=SI\*W`ke8r4h)d endstream endobj -3300 0 obj << +3381 0 obj << /Type /FontDescriptor /FontName /CMLIXH+SFRM0800 /Flags 4 @@ -21666,246 +22190,131 @@ endobj /StemV 50 /XHeight 430 /CharSet (/A/E/L/M/T/X/a/b/c/comma/d/e/eight/f/fi/five/four/g/h/hyphen/i/k/l/m/n/o/one/p/parenleft/parenright/period/r/s/t/three/two/u/v/w/x/y/z) -/FontFile 3299 0 R ->> endobj -3301 0 obj << -/Length1 721 -/Length2 22225 -/Length3 0 -/Length 22810 -/Filter /FlateDecode ->> -stream -xlxcMmٶ-۶m۶m۶m]6.W;sDxl=#7@E\YHCF&lfj`/jj 039̌L0dG/g+ KW տu[#S+;+g%]ōٍ"33 %%/WHٛ9݌mLV&f.fTsgpr{w3g;;TUb" "#{S?.L;Z-[ZuE02qYX0nRM?hH053fk+odgqsts5s992/B-Q!+q+O3SE+67G5/rfVnv7Gv.OZAAA[FB𯴘@-MWZ2&\<:3(aaO:&.v 33蚸9;ٻKzA2343Xu0 h+YY3TYe^AeijptsS?d̷wO꾍( dz&(Ro経¿~])RLD&5ks#Xz5'^کY)ְ{i7q}^J%[쐦i2X`$0d *(BVc~e#[F8"4)ŠltsE{y1IK -ɞ(k7ҕr|H5H[Ø`}ǟh6=jz)ZdE!LɹǐZrc5/sBkhqz3os}P[ܥuN/5 . -+BؑYa*BJS; -ρ'͎ -{ -+\ }V F+ԩ0--6~PSMhۛ Hkw`aUd_ y='y"Zbpu?B ^b"/í40sbؠtV."!FN)2&!;3.˻/4LFc>~ΨCP[%z9x=sŸP4tΘƢ T%D)o#ʃCq@Nvq'[zzzԑͫzptKHABosM9I{ݫx99U%BIgxmoV1)O[NfFꚙJ<+Lol!RGFCujX#|q-Ν-&%'hM'eݑs1>N-+8hG (@"#kuNj_ ΟIӤ ܼvu(( Se=|fJQY=u5hdŖ?ѵNꪺJYCm|Za/Տ*埤nT L,.?g%Gr])μO5M[Ḇ:+Knzfi1sV\N9Gk~$nhYB - 'YtzL[Ch q&}drE D#<~ ]nn -pRDl'ݏjmckZ9^V٩`xEuU|$UGc3*@hOlG\2Cw(jGޚph'y!yQo/s]|V%eJ6~@ne9 ᇐə 5F$ŗ_3sI@ňI^\$eZRO$Sۄ*MŕrM!YToif0s i Pn NwsR]c3S,ֆ̤brô!=\4r.C:%Bq +CmgMcG;`5*ő>f(CAjmU$OL($:)%zz6(#44A^62ܰHBkqR^^yU-f!Yleg$MIw8,n`j|8ngL/ö2NӭL\] xp\4Diuz&# 8{zdeP0+v.K2Y S#⢜LϲsNg"P b~=DP,:97<N7s<52\5Ox -nK9YvA2R\RB<-뮸簡<UcrA>F ;)-Yyg'<wK샦~11^m8U,ܨrR3ե}Q[k‡j} -iWP2#H,@Kafm̭Q&[癩c_%f`A@M2[z@7wv& Ӱ|}_Q`7l ])((A8yn &?]}D8diTՖtYP+B 5]Vɻj@ -6sC߭0lC^!?Ȓ҇Y(ljhYeegyIC~:]Q>0ex>:HW+GnSD23#!M;Hf])FnO%/CڴKQ^5vZ}U;Rh`cڰadMf"?T.MZٷFFEcMt>4-_ڼ1enfaVc=!Q Dt*֚AwXe@u\^Iz`Rd\i*S*K^«.JXgoBtN&ߗ*)۵7"&Vvw=ZYh04IHÓx)|J`OBTlbQg p%O"ʈKsnDf`UQlHiU;ԽjKAOLX+;$s -\W z`4 qҎr@kls9IA_Ho~IPiYJMvsg"!e% ;Zzri>^o5yٰL|GZej% 92Ν}.s[M4nA&՝A'wOiURq_A@tF4qE!c7!x0GWNk%gE@nrIgcG+FK/|o^"@"%4 ),qhR{O̟cVpy_0DSms+edF(d *#oMX(JVR#LEhNҖ6jq: ha\vRM) Y;*/Kvہ <'}ſA6"#A;(3ߛ3I,9S39jm`?ե? FRz ϻky'Đ7)̓Ƽ-kP %WL;svwO(ұ%݉VmikOMlE#o .s"s=W #.%gLWa$t5 )VCp$uqJݼF*eH]U|vĺ!<'A]Ź1' /£wz2AЅfX -5yҳ2}Jtyre_D)QEiĊ?Ǧz/XC;fsS+BA[~-=D>Td`8gXuD[gfHz>⅙gkTBӍt/m0. _ec+=$ηqD5ϟW8KӤ;52s؋+dDo?ɻwpʮ**4$-Q>.FD)lXΣ~Ŗ+x/O8U\ZU=u 'ō -Py9zD< Ih] kU;ge!$t[-q8w;9=:dLV)7U}>~"Z0 /iF'Ye$0h>6S1CX_سP*rfœS`sޢ/bNҢq+$ 9[/<ïV޼䕈ʜ.%s4dD>bYxaCP4Y ^Ę: -Ge&VkUJB!ӆgPA|h,Af\1 -` Έ=(\bQ}.K~Fؤ{pSj{eeAv"ׯMt!7j:,%wuh5./Ż_9']՛gʥB42Ɣҝ>OiSdE+ |E@_<2GCD6'VƿQjI)Jgq3-ҕuW?*_\ƛѲa2K#m(7 G7[5WnD,E[Q|&yA}lZ( b;|9Jj)qݒS!IRl%QuͮbaV`wEpl|BbTۜvʏ閂mZBn#E?N ujG >E)]=C93)wǂ^MƟ6Eۮp|a`'8p7>*6Vfm6 }jp -ן5Ja@A`(⦦S!8*\]eڂ⑃Fڔ6Dԛ'!3R<4۳i0Ô2p} [U[AdB[H2UBw>z8/9vϹ+X|Q*߸z!LNnY -"iM%vjeLN1МF;Y=j&ٹo)~?m7 W.K4y6;TH`ݺȠ%')o6Z=>mX MNZ.KB?޾e2=[?/) liO=f -zQXFo6TJҪSBhfl{*-'m#=m<՝WRc+"gOPs>ޯ/:b)]}y鱡-*gM1@J ]eqԛ-) -$g*K9>hꁥp>.I;tkuzJ6 H_d7{m6Ǻ -Ktk!'swdvn'E|_BűI** ^f|8?J Kj}oDEՈ$$'5/= b /GQ^OrZ)CBmttk }|Oj  - - :9kꗓSæta'[zǶhC,N -l6}?eL s {DxSt*qAjM%cZ@?\>)u>}GQ@c ҶZp:{75KDz-9MɭM|v:S[v<7}W=jLJf.*_Ɵ@l kյ8zpBvθ_1 VKJn&t=Ns)dx.AJ:(e)],.RM :eshV*M)d"݃ȰEkv6Vڃ+C_ 80837uR#!$.1 ȠB* \Cd=(&''xC%2ϵ<*kGQzzAT"IWd$ %[}YYj}I|mu䧷NL| - -[[ /o8W(zⓡM?qMG,Ze=wA&HtaEo]id!OoOyp=?r]_~UFl<8hw߈_OTWe>OzV'3}?.o@+l)хYp pivW9ͳSlf*_# eQ4CWN >"6$` -2K€9i/z0˦ǧRBnH6 -: o9\L!|T-Y ͼ'gqƇ'>$ȪNT/+VtznW°(m^wV|2}Cї\9"oZoB,(;KD꟬L.T@ExI4oLAWM [%;.U誱V: ^֓8 -f+A/͗9 -d\%N' -u i&|nAH)`vcv*dz%p =@KIV7C瘟njl_oGo-Pu}D]$_]" 8whr A%L#6/Z[EE9@ ?{?VdWO*6c3ț9\U҈IHsqXJ8OxLP sF&xlNqxū#XWPs|r 3?rCBSCpJ& .^dsNwڕf=4l8' `6iMǒ['rpF#Pn Bk_rpΫ )myt`&14[MŽiDދ=/x}1UQk37mi6d@ܿysÐ`C5?sS7C&K8!I #^]Dz|F-84\]M% ٠y͑;~4҂+FɆTne+/BJ7-GStfj|Wڧ񿟢Y"UOWbd"X7<6W#|8R+<$ߝ9ϸ]y~as1,D ;'+9j~ew\ -~4H&o֙)c(d|d) Ȕ5jMVJo9o(+ KM%Yh rՉ;T: ޫA5@3(jriRPǟAVJ9f;j2_ڎ"i*$$_/#S_#I&31{S!ځYw% M1ƩYm}/rI>sn<$DE8KS@t,HvHw} &6JkC#3.k,x)Sj\Ӊ!sف` jٮ/KZNbPu6.*O7O_V"q2b?OׅkTe˫38|By>|(o|QzBc? ۠ -?Hy>\[%k<2FˋhBNX,_sAqE"P$Lh }xάKl聃,0WoA" -F7q\iuwԇˤ1!HJ<,]tt\55o_15=>i}pob|,jֿ+L257$aN X!Wy$Xb z/'%zv SJ5$76->b02w@+U^8*7wn 5Mig4~;;UrsCu ]1PCZ:"dEa,pꊿ-?h{;%o[I'R" -W lw"š|EBscGa>=Ck(!0(vf M.2I8:[mM7b׊t]ᵸb3J!-pZQ,zr˧&;!GH H]K8ۏvp$C-8+sͮ珍+x:2GY e#-]u-XAw#x$ԣ%h]ߕ`ez16J&JLl͛:83ua^g #N~f8* 9x<ջ04L ?/F 5.x6=;(7՜J?םΥ ZƢ;L1b!+))4M{_%H՗o2zpbBӮ^Meo%w 7g6PرohF(={N^8&PkJa ĭ¦zOʅ~#;6= -jVEzs)#qUS2Lh*oܘ ժr_tZg]ZzhQڡmZϛS-z4!!$Tܹ# -!.BÂjRfnutl(Nb7nPb,Izg}I5H"jtzA)5W)-)ӹ}~2}c.8䴄TҨlrʮҦD-Elho&$d<)g\?џ6쀪Ë'vhP^lܷ~}$uz-Zg;R@ryFs}&}!A}H5 -\hL37wE9,>mP!g@%A)}#_Du_}=>b:7:^E6bR,18fXKb%kF%вQnT}_\;&XRώaċ&qk+'t6wYU_oh~kG ajCdJK]9(bG$K;|Mk1!ß|̑"j >WyOUx.y?lřa&~5ǃjhf%0_($ء2I=JN1}/(ESrAwG׳~xK43ZFN?ӗo[QfyQ^kwgeTc?~oEu9uOk'F'%FC f@,Gj'}LQdܥI=R^Ƞ]:;Kkxo[/LKA4 tcl&ceܕO/>SozFY"ɣ{erG?Apvxy7(Pcx Mly@WSOU7mzuJ͔8&G|{B^6?I!մw9l9AE-M q3m_kg2S]l:cK6/޻Ċ*eF༯,SpBi7N^ }wŅe,F`,.5G.>BT8ts#VM)]dG*Q렮:ޅNDGct^6SK$Mϰ%0_Z6NXh+ RpWD ?ִ6?>$(KRghU~~3W) -gqK곈k>^/9ޣ-%yUm1QiLfVɶw*5fhOddρ 4{[)>rw_\p - -C:]Xqi=)_gX]9q#uAŨ`G;0q~| -HQZ(ik[R]=_dUqKw!n}g]-/͵:12ݱ| -h#i\, g09=,Z]j/ycӑGί L<36n:h%3T^ XNz?<旎ΡAy4dga~ńDZFy҇'?S9SY> F)l}|{Chw+S%vdx_/ *1Jsx(n7\ϘWCl3m| -D\ 7ZHI+/9~ -~ lv+v`ۭmدhcp6ДHQս vȷ fb G})3<1Uhk?jetX4 -Ӯpu !q -|wׁ"U֢*俋#d>"?L~EMCf/ -926?2KpOzґvL'p_:b`aІSKGŠj hkrpp$R{q[C~TpP`i7, z)nQD+f:]QA,-?xLMcf%;rpB}:^X]v)K]7MT)-~PF7] cUk{.rX,X 7d\_ZCEp`)dSS8.ya[pzRA*)|>_72SU] CNZ97/֨3#{@6 `1}!l-쉛Z8(EFXڧ{}g9VB0*}^Rz%"sqx[+o65~eFP\ۂ9> o8hߕ ztŗ"m+9 ʕ,{yTz1xpAlr7fZNp ;2Ŵ2JL%܄ep#pTyaDR xw$!`>dhoMiy䢥cВ -oĤdCPR0]o;keMᯀRaU,Z}~8VrV|U8傝X.-vYpMףz#3<|HL|ٵExօpr]KmjMbƆ>H۸*~9J`sP+ʐ8T=CI9eDU4$Xdk2_9W/ ukq#Fg*?>ĨXk]q"#!Rb=ϕ0/ -bu(L׆ޝ|av̫i9JARo1G}O_YĒ=gQ:fJt` R^3F~ -TU[8"d v6./eeRk -%K絻"A48<,BO=%q>k<&#E[wV/Vvc<%a\qnMfŘ;9ǵ:?,5I.3>~`]ps4Z_P$̛cHMP]TD91& #i: WmCxm,F澶f& h}¤AN]MU3#!Wa;Pǩ8y'Ley7üd꾖87zt% ӑ;htցiu76'fT6rm&s8tu,{xwj]pذ(OKyt9DSY̫转C1A+R O(b_M `M-k\5#C9s3$u -op,ցvꪌ9Ϣ7uA)7!7*>.Ӵ a aǶxۤ+\g$-fgf{r4,tD8T[?~qvȄuZﯷwlnݮ/-^Y&ſ4Qdg&Tvv16!p!Q.&_vHIRNKZh\u~aL& -:CwK୎4J*gP7Cҙ0C]˱ҫ D=%$i5|,?Jφ[ck%"; 2qIy6 Mib!QŠ3~Bnym)~@gv.%'U;~U' t?ޖmM.@:Kl<(<|SF?ږɨ 1{jr^o^jQC7$5RjPMW O/tuFEu D#D6zQbp/1D 6O}^}?82dN!Bm14y/jkDYEgQ[?vvb P@[EՇso; )G54Eՠto U2}_ /ZQ,rVo21O).'Oy ӚJ{svE4JVv+Fr‹ll=%HF4^8<4S@yl= ΖE*֣7YW`?^Q+hМ~!sm0?iƐO {@gE*G\cb҃:ལǫ_] hY 8l;:c@ G\I*H HFیR5 1P_Zv`iijAAf|c*g҆Kd/y~@rlO - bSL]1Oug ɏk Dydž<ϓBF,d(0/ j&=n'4GCL fHF9x7p)>Xnwv0"H_1P2,6VHr*IJGA D<@ UB(3oŪRrS\Gv:2]0H E6#ɢ.)HlP-\'&Tpq63?stŭo1&A& ww xk;?DOׂZn@M5ْ};t0Wz]: -o/Ӳ+bc HHPOc.\f>\T~. |igx{SC>32ْfJ *(/JyٍA]pi->Tt:Ty\QwRd3@Og5(~RHw?ZruvIh%_d5%VAtNiS 5#D6X;+1i XXyhB,20kLz%S.:07)RO%td*CffwEO܉<BOa6^>I4]8PQ%}Z"B[ #RVyX:]+N_Nn*GC[ 䙆ª׽6J1D;`Ԩ^̫-U -/PoW!FX՘'*n-aH5k. E{E3,K+XҴ bo7{_䶀iJ~Lm*9G"ΜՔ+ωVX?{-󬑱 J81X}~/񢺤o\b u~vPN~qdow*Jː;P ^ұ-%iv -kb2ई-5R5xWyƟ*Sc)av}L" 9/mPRJɸ=U$C"@46 kSl7}1[gqbp=qVQVk_h5W ɲS\,uGMڦ.E .)S}X/Ag~D< d Uon=ǴXU>5 ٯezY}~'2t"P~]-'0SE75qq=cfog^SVb:&>Dc?exA KP>.!tYWup\XXn4x6Zژ70'b'K}#աcS2W,HڬR -e7B &+hZ dw>Gɬ♭]q 8%Ll&L®"]2( @NH)9f&lyque=TLd)c R%YADaHL]b#lLę~_w- 5?.%fGaӵ-gѣAh"ZE]=X ں%`b07V8H#ld -|὆OSK21qaF_ۦ -jofP%Wy;b[rp]t}G `cJ u i7Lɨ?%>*0J )KEI*~*kA6} &eY `}\PsMHw^`QZ&H%E4CܳGy[~Ù - \5qOFU"YF9B? -rȞ 6onEܙA_Jn`CnmTHzDPn6sJpJa2&5^`Yj >H؉5YStp Eq& }ٳŖXF wK6=k5u >96&ҏ8V Vxϟfb&5+_ǃRo[ +,yIxIO 1dqp3;cQo s akSieǢdn!d@k(Nk_58bD;$zi!47 I\ \ͶGԖ 4~ōHiM@_knԑh\74k? >\[A"KspE`vQ}GjtS{iKG5e7?ZΠvbh?9\yKI\c2Julv869eB4DlP(%E5\cRv$R8yQ'€[KIh/ -g"ϒ892{Pи\GYΎFʏptѸ -vJs9Ww XZ]ܣ+e/FjLB=@!2gS$M WE\0-I ):Dm-FЫGt{*MDGK'_ rIzX_yh>:CC.M`(4ߗRwz#yKFtro*p"o7dezJ\SX|dq Q\'9qU^튄һLU_bC,qrT[aѷeΘw(ٲ/;RU?o>E_=7/{"zI6[EY gBze3R~˜` n D;"(ܕ3||^ZVM@VKcl>d; жq1wv)3pC~ kcUEN]l0e"2dkff^XBx986P%81b'BC`%P il_ /N)lpNgYSbaz6Kӳ.+;}T>?;kðm'.}ôGCFkMAT-^bQ%veQZ#9=).GYA3Tll&.jlq󮶊\U-Tlp(}8=::hsQU.8)QnEl\fbn}Lޡ  AVym򭮽i  l.*P&ιZ-X=yƅ?W^t3i!(h C9LӍaS',Ef߯}rZ~a^R6Ffې#( -B%Fl,Ͼl#:hć2 -B =U1h\T#j_~[sb0auEΪOmjWqL",>>[Ae)u;pjWpnrmHybAW~i2Y40}iƴ|+]@M|ײ4]"E=U#"# Ϗ;UBtO6D 'OdοӳJ S6V@2 -=< --KEi2; -4 YP L;FNo0JNCllbK%pzeFk  4PR crs -ʛҾ,J±a1ȑY}|_5>gB} LPxDJSsg.S\~sRpl`WSJ)H)j0$÷RM(O;G$/ -84OHb/|yeiD'א=ӶNaBܫst+% `XǖY2fmJ ae)AY&87eUO@IalJ᣿S2nL^cZ"Y#LCC.Ԣ ND 9 nR}N溘Zj@BƅSAO2PK8{oyTH?ZuR ;l(fgChH^͕YZlK,oTK/ )-e!9t{yaxxX4x'S69^\$`j*Vr^/Ȉ'߬+$&ۉPi&-Lr;/fUo]ؠi/TJٕdhBAE 7ymT"ʾJXb'N}AI -cSrjJ,L(=4+@;ad~O+qC# լPd -n4接Z1з c'Ἱ\|}֠*)Tc^m{Rp]lP%γJϖG7Vv4ٷl&^|&~;~S -Tr:Cd*ur]0[~B7O^213M[Chq6ӵ|O?jvazN"YQ<&cׇ ) -9Mƫքѻ i*?:zR,*Y{V@|E }%܇+轊vdQ[h<װvo_ZTCz$)MⱣm!H.\pG;x^#uۀ~ݙi,~3bMxjs_Y4*AQx*yR?@(ɮD h̭.ihX -5M/H~p' 5cthVbiN\u D=y$n/vxGg rUVxwfʜD t2{Z k:-a_qmD -r[dP=%V""k -endstream -endobj -3302 0 obj << -/Type /FontDescriptor -/FontName /OOZKGY+SFRM0900 -/Flags 4 -/FontBBox [-196 -322 1502 937] -/Ascent 689 -/CapHeight 689 -/Descent -194 -/ItalicAngle 0 -/StemV 50 -/XHeight 430 -/CharSet (/a/b/c/colon/comma/d/e/eight/endash/fi/five/fl/four/g/h/hyphen/i/k/l/m/n/nine/o/one/p/parenleft/parenright/period/r/s/seven/six/t/three/two/u/v/x/y/zero) -/FontFile 3301 0 R +/FontFile 3380 0 R >> endobj -3303 0 obj << +3382 0 obj << /Length1 721 -/Length2 27592 +/Length2 27635 /Length3 0 -/Length 28196 +/Length 28242 /Filter /FlateDecode >> stream -xlcf]-\zʶm۶m۶e]mvu3sgn|_?+Wr8dD^fLtLqe9&FFF#= 7@b`b0322D,,]&TFVvVu[w+K??M*ffWK3@DAQKJ^@)!07s6(ZdL]̨${Sir{w3g;;TUb" "#{S?.L5-"E:{'abZ,a囔?KrGflm"vnf9S3g{YFvV^ːr5!{cd"nifhFXo\?"gfjf~EMm $dUh.ٛ8Z[T\ˊFVٞ6_.gl az0oX>tL\:f&+;#߆3/ ƪ OuF[xX|8*Lհ Σ*N\1c+Qt,Q*[)I·R{c-:<]ԃkF"4kί:ir>d XÊpg{ *= -l8CZy˰[c };2lˢ GX=c>Eliq쓈(r+e 9cr{{-U(${gk(*njH{Ø`}l6={@+Zd!U5Lɹ'ZrկBkhq5z=Pu[%N . -BؑeYa*BJu5; -% N14`].򘦞 -˕\ |!Fԩc0ͰUE6W~G&mMj$5;Z0V*{2@kouǩt[k˷'jƟŹu #M@ex$9T/9bs 'B)d*9 -XD!XԖ`ϝP?9:;pƗGZ ]{w k5P`~j |hŀZíYYMvR,d4!:Jd~4l(l W@?a$k ɔs=92Kyg7]O+}|n?ACfÊ -2T7Zw b?Tw"v'v[T̨ru1OեO-{[gMIPi`䰚6ε^5aʄZC8=UXQmm2>&=ma_; O~'0l/xr'!l3k;7No&" GN[J B_+_YLN,Q{o94]ܺSg.-/.Ӡȸk5`yK|`h>xqVY p\?q':[_GVvaǷўɮ!I3*37ߴz\0N*1Oz#@} k.hI'!H>碅uy|@I}72lakgW٠Yt~>陒tBeT.0@QH0OojW) ٹߵ_3._{6ب4uC|*[Zx|Fȸ -Cci]gL;\Nj.Rw\l5p~?P]:AI +v"D\Ӑ459-5k|b=KZFIVv Gʝ>/qg.MBX -q5JNRAȸ` gk[$5Z_uuwz ~g̪/oD+kѤ7HC% v4p-jO>G`W4S@ތa>>7QI{ͦ0줿kmx_pj#eOI @I7 3V7Z""زhT7ا'ikˬCz \m"5EQT>D! xTaazAx =bDХwas~+XeӠoʨ@?orZ$P bcUÞ]Lǽbx㲫OwSM<{7W ^= -S.G ʞ#EJy}Ns)>O95QZAMf-Ց+{`5,+"e{g 5Z/w?NDscC,z&#Ub@!Lby!!E;xJκ6Tb2 ؀+XF󣈏D¶&9yb3j ɐ~默X|ZBzpFc&{p-Z撚f|F;}&vqsXL"E~Z{~O 7iZ -T2vo?t^Ub-PQlP[)6 -5 t0ճ,S6av\9h| qae|Chٔm l#V|9dځd@6P@"JnhpiM`1֋K~CL$d[>=G.3ΙqL:3S(K #xGm7n*cD|Wһ x.}arQ xTZ, ->_fJ" uL{J8S'쫕Xo0p~nՏo "$[ӌS+谪⦰?cMӞl_ ^1=b`%QDD^(m$BW;zpOv0Jˠ -7"T4۷`ss^R=9~WOC0r`Q1vn+dXu-; s!RqlK6L1XR [P*l~gy@@(Nn7>K%7`?A)tzf9H/B^E!bQ}nMP_q쪌A}bF{Z. 1}v$Ҷ) hd;bU~yO*<\r OyGRç]a.[fe5g9`A0u>WF*$wa{fcdҀ ~% b?Bo!)j:VN J3Z[IIFI6BF}'kN6 g u9';kX -xfV{wX-2]ǿLHna^*t;k%'$zDp=#] ʻ(JaD`ٹ =_I0.6XykYZ&>~n}gYS Wt0ql/ C{ߙh @M!!FgJo "f@j`v3Z&&] Ñ3i=4M1WM+~OCʾX"`& I|*Rzؖ K1 ~)fwe-2>i6 Ahj"+{H~}IN[nK%RߌL%{9jVS)x]QZKĒ<ϓY/#8=ɬ&c"KC -q,#$lOFW2>ߣorj [) f9eI".B-f4iֈe+i3R}}؆zuYwNբ++\Ͳ<[\wָg^r&h.kۃeVRlt1cVC0p0B(8mRp2_*&tτ ()m+N 4X똹K)b1Hw#R_^~tr F}_TȺ#$wU -@/3Xయl_- 2kZBO`eW(Oh4 )^KOFzd;2v zq@e!bo32Ϛvܛ!q7c*p隖fjq-0H:e! oqXeqÛn=d8Rm1IyIܪ ZyW, 6CVLFY}O -2@P21@tթ%@tAūZcVv;m$">gیrVo8@m $ ]{#R~h[[j -K{m6}pF)m19)Iy7,tta,׾`35{5Yˑd7H!WJ7NT!p<5<ޡNz)Q$iʫWP^]y:l 9|x:*$3M1؎:f!I{`7ζ^W5$~TalgGwo7B|Ȥ:Dn*lw4EK.nfc7ui.2E]^;'UʝnדvTw2RBY~sR҅~*^ZSxD#Ǫ=¢HLm TYA/n"h6Ok{a^l:)܇]b2%^W;q@teGr)>OdZqLԦnBro,?#BO/]xgE"9q^ѥv>FwwkEc L:nFyĪy^p)~s -O5y!<^R*I v!-!B$5:vrVH>]{&Ǘ:b9炾ntGym{/=~;a徽y.+gСa Q*R*ȯ G9Elm-y-S cJ2LPMu5xl$'&kU a/U(-]SM`1Ӈ9~2r 4er64|KK?Sdu|1A5fD )x5|̣ZC>1!L9L%wyO^+{'E%o1^iO70UܱK@c+783Q6>;Mȫ>b>kFHѷZ`bS?8gnsPs1(Z;lmhE&P=Awzj>]nS qr@>?Ұkze+Ɉ&Ȝ*Th fD' n[ 6 1qND,;Nhh0pFu߷-^ -| T2o?Ī -TNY@ ,)hYP<) 9j&/s=C)A^yyO6rZ; -La.J4Z ѢAxk>u -mm>:yS΀abw]a锷F8T 00.C#76f*TgxܟPZ0Ui*rNO w35_ClB{^;AN9TMƍg@\;=g<LCF9-vf: e:wGQYRz݂8V~7bت˂]>ۥ᨜}PQA0IX -:t[-ɛ6BkC%qKм:7ȼ FG7CU1Uj("ۙ r TkGe;sXlT᧐K,3t={'TMa*P99=4E`7.`Wߦ*@nnX K(S1ZgXAI; J]ZaQ6hz~or 89!aNuJp ~ms Jy+r/R_&F:ApRnCuC%pP2O<8o}dҾk3?G)z"182K._ndOfBh a4J% - -L*"!֡T8tXV f }h`8o+S4uh OAKx=iG|ٹO4ߴA%0T/G0 6$9qY>Dg<$zV޿V6Đ4' (+gΪ-N!9cy[O;+!KJ"x48 -ycɡ}tF@g:x4#VnoxlBJ ;PWH"BPO]8'~dv8J.toqu*vaT -Q IѶypfg :L"=}q BQVJڽ\:&-O튤IsXGGOMZDS8[ eI,W8ڄ%7溺gܭ3gTcS$dtY= - |8ύwP/Y?tR -M+Y'6 ̱<΁4u -U c6jGT{XN;dw%Lb8ϡjo~ -}ZDxf6:s38;>n`ڷGcI  Y> G _?Drmp&!Q;E`Smv4OxZB Tzi%Yѧf=i.$ErGc cpsâuC!2p5566EPzQ:DO$ -V-7C#1bo!&A-;vbf\eKPGJEr$f6u:vדA9OO_`;TjY_wqVR՚x?$|jǷ#I Kw>1k B)7ؑHa G[v6ddj~V"k<).3/|ZOBW9 XSG=ea5v(a"h|C>v\aKߌkt/yQsh͐N/{ւqLM-ՠ.cKfN?)uLژ:gЗhLfkoQ0I׶[nL*Mf/7RMD?LT3dl̆ؕtQKnY(nL<(LN)=cH@K(XuY-~,RB&~xF)k#HІ`99tcSh%.ua5_b[4) - (Ƈ1Y>]}33*8?Ɉ݊_\HYOx"M..a)*;b ,g-׋n7b -TE\MRŮ&e*Y"%CߋFysX g,"BG$V/ϯQ9ob1?B%fPdY4?j.CgEЖǩ\ ZV@Cl AUq?ξKywr -j){$A -2tkա< 7k}bڭto, D9}"uz(!֎y=;L1oXio_ LzX;Zqq]>Hj";thi5˼ ])nE 7jq|͓1~=ؼWso.mQxTw~"1C`L0W.Yr/l Tx[f33W`VB\1f!iJP[&=f0tm*r|Ŵn֥qBX540 Y<8PЫcixR`5A'39]y;'g|`xdP=Ut'>T8A]O*"pS:z@ْ\Č]lÀ`pvjoAYU]0OJ8$ǎ¤T n F~3P@9r;dqK^#+9lChr u| O8v{o=e{Tg :m-o =M[ѐ=2uPL,yqFpe>kG7$˒یR:C^ظ-rSӑSf"Ł* % )) %_wzua ) }9CsW$Y u%i#_sjCl&9lxfC<,eUBb -l c(ou{#CxE'`Klԃa{|%>~$U^fӚ!ςdX'nQݾ׎]53Uaޘ%z~nA]?k!*i(4~JPxBlL8d )FVhZF6VB;giЎEVX}eZa`+ Y}SE~@3^cA[t[l-xxj~/A9"%]}*տ3A/r%%YBa&ᡌ FrOƒ1ߓ-}>1ϊAC$3{,h4K L,h2։XlЏf}}됲bbf$3jV3CW[Hw'ʞ>,Ѳ -g TתX֟`r&5bz!k4r\G15o(6M7f˳W+ Eg@6VDv\AaUH,d0uהMM\e|=7j?/W M'p9L)i#Zߧ2K=Vffη^Ġ~T,Rx~bL2FȯKS\UYO4θxEN})v]\*vDCinέyPێ~ε__w4O$b <%g+r+Pvb;6l}9 =_c9IPoO!8VnB840r25 -f7~}iK,\ÜX{QV(ux[mM c~"R4 l'#]`&v$|7QKe1 <1SR,xjřET,fÒ7.5?r~7rdiuୱe~ĝTP5R'Q&Kj0rcRޤk3VAW -OVE*¡M\w YBܹ1d~FVA> ^qe(c#_eA0E?0U{MH(l٦Y>,io\A$B#/sk -Hmqa%nɱAI,PBzE[1JldejJ>SQeO*ebT*~L!&C6"[0Opk {K[(&u08쮫%App cスN[Y@ 4{~TZ~ki MIgj餠QhrDpPvy2z A!q,(k`X=5Tq}Q[I0)[Pv[SA-1p\)ja^ -ɐx]˝o ue]ApK W0&SYT&> "]籞ݹR{n?wD^QgNU<<7^=<}w~-ѩ)3+˿V>DimRUcj̧yKt-~'Q(ސKphֶ -Iѝ℔d -!h@N*N@%DŽ#!-9>V\YLBBB]gZaGQ5wUb4.s#np+qkjF,k~Ž%'-p`8l(Ď=k1q߉Byc\cJ0Ъpwy``W@k%-57'H-te?H~I:=/Bap$'m/%&:O'"ӷN_04FZp)}4(&)^%x T?-uҾIX(^npJ؊f4WkȅNjFT/)GiU\pEE/q3Y6䣺*Bs|UKLL=G H(]}k $ G6|?̟S -5DEKdDO+i(-މjb> "f?lrHg6K$6ƫ[W΁,Uh𤯗.-T:}i4X{!`88Qw]&ehB!-mu`ĘD:Oώ]F*bhDAS&%Wy U˯0/5{>םko3k]F"<0I(0-ge"uV9XljyRQ#jjq -;rpʶ3n'Ի-pV'xӋ"/߇7pGl5Fv ˖" Ϸ#(Nor3S xRpAdm( . W|X`7Fi$ִ2$]hDp.}ZHg:Y`˵zg 2Eޗ0\YtGٹDf5 |ָo6x8HZq2!c&Kq%t?ϳ;C&w'pG(G=bX󴉖h[N -8=D7%$gsPqN060!fq<6?\g9Ѷ O&2Q]8"R̘ZQEΑ"É%v!tTE4mqD6#t DBy)N"(0sZU'-ypEG",?Śx};:b c7ڑv௯\ `1kp05GZ^+1k6{lj7Wd~Bӆ/nEflX5j>83qL*m+2̬Ƹf5lbe؎n)t0Bo -N\߸u Ѓt0ǾU# kEF',"6EqW --?a r6OC04`38uֻ쳞йT$ n&QjGo%"tHEEFV -\|oC;uR7*jl2%ɾv)qe@_4%y^]%Vy\L ,-ɤ^)-$d$O܎NP0"\Y)AՃS?a䶲ő3vHk~atHHæ>..)~%^pQL>Xn3tUM!yVw,Xd3b`6nBjE]#5MǿArR)O#I3r,^Mg% Nm)]LYM+5JmK@zoW{^ȜOFKJDu=וLC7Zq<|MPrï#W]ORf4΁̺#&8SB7lΐo6 m5A6 .* k!%[Չ/Zzo-.Ti I 0j<>'NJ7*zcfZs$6i2;)kuefoA -!ȨI :J7ہ{ʂUMC.) -U3˙.2|[ v1'F@$(ހRmSQn¤O½mQ W떉"b"'2׀jLkXM7<_1q}w{[rL'+&xbZA;1|G't^]^AI;ԥk}(6]Ͷ "yסm$|oTBwAfRv-eDWh!⢺Ca{\hA3G,BB苕H4a%$ȥ>OT3ird{0Ag'-hD1JLgx8ăK޸.//Z7q.+IMyoצ1fȉϺDY;$PmD=Z9#d8\Vj}vAW-DfkhGZbXgFgl2V\6o\MFFl-Vԕѝ2c3nM3a&v#jKW>TMWB?NoܽM`0L&hUrE0Z٩𯯅j⭖^F.xUG* -V`!akV$Vt,vɈaI6~*WzQt="g8R&E,.LI)X@E[" -8W6#`(i -@k Y.F) -1 $a+uڂG#[4T=-f &HW%]\rLtQe'/6+{| Rמ۠Ql˽M1Qej'`d1O-2(/$لY%x=~Xh1 -y~VԏWiFuAQZ_ XܮKL|W;Ar -0*3ʡ^[|}wcx$ѤLJ'%R|))^!ifNΑ/sV&jUYAmGՔt<-,w[2y*lV}pX`LH'|p9rٶB'~9eӪ yfӉmnMpZ:`__@lڽa!9rٽMa~y(GsW y_*iDL6%wiQeu- 7ep]o:rQCua_PuwԾ)xXc߀ %tJϔu +=ɴnf}ުQe!_Wݴ@.la*)#rڙaǵ<ʜT/ڒ SDxs^jFfsy:FK؛k!{UK 'H3kz7v2^@1 Yr<$`=?[/i/\m -@.IyA0zrc -*X|]|FO8}`3g]/?I*R}I&TqJp*r]:*f%:/iv4Sr(u!.>?|TW <:l Cw@.Z*m\-bm2&8mJy@͉GzmvELs75Op_뛹kBghQ/xFy),(^Հ'•9va.Mk23z~"f ;KFmzcMê\`}.Xa)Й/mwic2]%9~_rOogzyyO;gY ەQY9\$n];cT[1 P{ "AR)1^G]-]wJ?I3o0UG358nA8,Mʻ".\ܼ4cMsܝ^ƭ\k654n \ɤUy *'oYS;,omh;:w rIw$dpbR;_}#$r5S9!}FC3~\{[HUyOw-n?A˾٦ӕ{18{*KvӖWqDJ;Y,]gbv%Hn{+(Ӑ!q8b"w?ʬ@r*nGx๎m]/%cղ!x)*6A.-%"VL_iwǙ4XҵNQpy [kI|({|R/?#0H:r\i4? `W%7<ؗq(Xbl>;.,xݐo}^|\t:m4@V&zKt!41g\!L>-6Vpckh6? ӒR(4q7M0XTIUD.PMӴIRoY';A9^|(NBX!edG2(i ϋؚRhCM~lƥLs[&kn X.klކ2p 7Ј͢cj\W [n⚄'/vxuɱr+d0l2ao#ډ9ZOC"Mj==aoܞ'`RJu2!#Y)|wBTs(X$=.r5|Z5yh\L"|v@G'.EtWlG 5i3"m+"l;:8t^z1 `S)S!㮕o"%0ŢÆpܲ?C!ZZ [=a()d4Zx/&62bbfbh5&q$ CNees3 PoHlu 6{fFؼ=0]xCdid>O[3ՒU! -b"{f@3甲 >EF›oRr@RiFxyg?pWʭ^Tn|KM&O-"f=6n=Sa`ĨGAf@UYˉG>ffqad5 jR*Uʉ6?8`oz˱n8we,% -+`噾eLf!!YZ. Il IK-k˞uyv?+gGmߴ4'Ok'ć[읜g-CN)M-4LY\>#Wc_:u4*4y?ΒCavy dK.HKE401TEZұ)|w[)tZ~.J0韫oy>P^ZK~Qt=)%ީs߮Cpv^eЫCN!h"HOtp*wowU4@FR6`PmzޔE3+6s|h3ӥ0 ݁SR5m)Y$w]'^,O*#*|R(R;sXo5+5HfaxQv WEy1ZDha5 ujWaź\M,лhrћKQW„IDrILLR"'4H ?-:ΰh \مK':Tr qyPO㵽0~Eq@sON[G-K5"7Ӿo{2RO˅,2Ή9s_WTi}DcPM]PsA,~oѻZO|b#݌0ﴅYFC1IٻߜV}ߣ̓Cd94g3D~B`l tXPp*/|&mT>&HmQ?*> #ۄ繚y>+$)n%6]-eUePcaUz>k!d3VUvxn`rM]Q':ȠQ0_=2̤Z}oA0u>HXcꬆRZU -Z:)jq(X bٙLQO?e콯|5V-WjN$.1nKli'deI=<,ˇǝ:Č)+ -:sMuF XerA0}\@#p}@8`e b YpY+V"n jG*~@#:~w(i\;eR1js3k5=[S?Qܗ~TR16)P8z3}nh~vLޅ2¿W:V8e T -]=.nvxk"9.nTDǷ^:.]ybؾVZ5.3uX'MH?yD^"9 nWP@H G7؇B7= -~B]cr+~cg&&'ZE~-Sa>J/oX(C26v -?Gdee$|(νpnc ]vF,>^A8Ck]ʶH͆p Wau,18Llo(ecf[./>ȁ -`{̦Ph/.M6ؖCu:&HYaK(*z -ְ1󻄌]CrЄoi7DG\: -~Tv-dM7]Z_3lU 0' ا…-'ҝ.vOHqԎZ.q  9c&O*so2X y5_.vg1hhV4+ -vX6ie axW$(WAUVy[%9QB fu*.7qxkV'[%1g[k5iہndݝ(6֝!ۓC}効?%Rfpoheh$\aG;Ӑ~Ύ&awc/G 6R\^'M@T?[Nqs&=zfb6-$%i 5V1/I9{1 8ҧGzrDw4]*7byZ&rnm:Tf*=,=P}P_1PQmfL_Y}㾔?%s/aa2*_kNn -0σJjtL5K[M@AL(&L Q@./w_ߖDAO2U}D\͉+XS?SDpnw yZj/jl+;Zn^ZkyIےmf,H$8 1%T{Kf ũ|Cb%I4*r1o}5tuZ i6vܸhQ|e'|7>$ꬃTk[tWIs7ly5!F^7 zgmD~Fu=9]82x]6}]9 ǮRqvD}35͞O@9CY>uO@J9I\TU7O$Vz:-fP ωFf@ڛ|]ƚ"6WE kCZqvI>RA9M3(Oˬ35DWj%,/`y7W낸y{^zE@#NRRyb2Ƒß -"\X2vocǬ/=2PUfğ,.# -%3\*COlyY@00JC$DE%5!xgQhxMqv ΢NI'忤*v^1p,*Q񳴡1 h( :l MF֝ -Gd(S qdIZ\|9`/F-ǒ+R,YK2o(`,- -&(;8M'0 ZQel)ҿ{IttVS]`gGAi'ٱn2,(s44/]8 +xlsp-Mƶm۶ƶmkL&۶m۶u{έի^vW=dD@UO3&:&zFn###L(jb 039̌Lpd{O'+ K տA@&JOO `nekQPԒPJȫ$̀fNFEWc[+ٌ +`nO0ZK3̜\fdoSWW0Yځ.L5-"E:y'cbZ,p M +hn`l?C*?lW[[y#;3@ P3edge )|Z +gq+3SE+67Ǣfy93S+W?/jjW3ƿ/dUS,47ZT\ˊFVٞ6_.gdaz0oXtL\:f&+;# onuބ':)Op ffPf tyZjN':Иob[ꮑ( h|"(Bo 祈¯jM6B +BD:%sm5Hz5Yc1SaI[/$VPJGM%ʌe+cUk2lߥZw_,n9,iqCH?w_()Vdk Ӭ17@G-U QYEKkH2nGrh (6έmjlz1E- ,vI +&ڤCh7[-[r9g)$!e;Pt4 +M=ݩNu?57% + B2C*BKJc}Uk +OG u +M.ۧLJ S4#-acbz6h)&Muj$oH]ZpV]*2 =/UyOK19v?h]|^сm1JU!:vd'ќ#T`#vjʴ9A9al:%7!KBJ9&%@f*XcR41JQB\C@/>l5 1q،z 2{bVga&Zϒ/ eW9Ag2y$0Trm<32X5LDtyQ^}(S vD%6՘曲ad<gp31QkϤ_& +\{&%(젟BK}J܋SkЬN֣ƣ I$s++;=M/~$R5 +bobȤ \W){LJi|gUvDB=M:"뽶)aWэ =buII38^^g5:S}pu>DrXHR`Үl+ (;Zmk +=wمA(ߒ-Eut^&jKQ(2+1ۇ>>#WP6VoU*~"6:Ƕ!L@eUHtmLR>>|숋- + }Ͼ/D +J PLΔTQ<e9d +՞@U4&ѽfkbq٦~R"d(> +tFd~(?-# 4}aT1(.w'zrtK2ǗQA|ŮS_wCf[ +)2T+Z5b_T)S ᐪ"vvq!Thrw+-UE Cu+v{yZO6M'~&iGOJ3sL iǤZ3l~I6jܫ,By.XUR/WD~nuC[뮊Ih5X!2!P,d%Vvk!i@VcF&dߟH k߻PrKy7 Kb=)_@!GuJ2CϿ;SzsKΪ0~pk,j<{2K`탇4#6"vg1(i#HqF.*k(T<-΀I*o;w~BqjJh!)0G)pPk}tpIa3~d! 8wMڋVgsdwQPe"^oPQd0n-+-{v{!:O)pR3l_R: ;K9'tYj2 <xAD-.?TDJ+!D'0@D)2>E&yC]G+01>iѮ^( |vdB1[WqvW-.~YO3ce~PK-ʎuv?dTU;1عNmBlT *]zIOŔb_G_յOi=G ״= 3͝O z _U,k~;j +ea:3'顲^EbUDF]6A8}Xtj 9ЄaL3܍poSj- V#LrO4uhovVjya\ZkbG*h#7%ЗCi˿ rꨇ%FS NVN,">V w8񻜚(W&Xֺ-I ig~2uq2Љ{YYKpȑ(izEʄXxLUY $W,#8f) XL<6z;p'-o:NtxBe`5Tä_agb'|{k::Ƅ*Oe/"`дԓ^ꖪ)M-q'\ާƻfnէFAǸ>u[F 4/[3k]4~W*Q;Nr0n/|ͧԳ/ V̂Fƺ*of=چCn|jBK+t:q +~C瓸{b]GLJ;VJl ަqwLcS5@X @6+"4jYt}@K3p'seH'h-OЂ{!b|ڌc̑ޏe);" +W^F-ƕBfۛp)Pc`0=ףeq<9bn[H5Q \|)4WVb"QˉU>-Xz_lE=Vt閠BXE5jKgKN{#h(-PK2=㭺ɑ/ڜ-S7g]t\c>DTףّHU_808-Gqh^>sQ-LoIv2Wg x*~{a4HvōS]1GQ+7Do=Os '6@z~i!v.EFBڍ8BN(WB> ߣ~vUz)}{$ecr2x1{G_&*З獐$SqܞSp \lR_ΪRኹkL^gf X>Ir&xJ๪no0MpOBzm [B?w#TEf^]=ʄkYiBW)@/oa˒D>E!Ǥ֞ I{@-}d/j*U{'Mdy]̢/1uhٗ8gxKl~i\U.CEJwۿ{#l´odYs Fy6PIɏTI k q}\Ǧ}O59br*es"J2W${eUѤ&B):6ޫ~&>9~w7Zar +}FODz,]>Ō?B5j0< %x˯6ЎU@Ҭ7( ++OVnT 45NKdjv''lz5K_|S9&  +JK8e66F/k$!ik ݽ"!S08`nWJ:]] =ӗWE%C5K׈IJGqSu/A|4 8 Ր&3%}ǽp:Ml1轑V;f̄]K^,H"Q lb<M45RZ4MK3OH8h_m2y~#qE[eF4]Iw[G/h8Fmu\IuOBhwʟ5~aK-YÐi<քuV*W]|۬G< E=Xm0Ɨ:,2ϋ[u?; ҫļng7)jS DҔƉ)5V/b3 +$ ,IFW6C}_)$2H +$6~Yzx)tUfuv*ub|p]yڠ}, =: US=,nU XbJ^Iִ墆=Kܣ^" }sy!^HNv.IUkWl쪮29!N%e'}jU;Q>Gb_/RBY|"ҩ~O/}H>h-ǒ*iN$ZڶKTֹy'J\@d6x.YwKe,[%4Mȝ{CflA~gfَNl0l%XrR˜nP`p>{hq կXAXi^J8àgsyh%孎4Yj1f,n͠(Q)5B ]P'L=}cYTN$SIN;3ij +kF 1 O{#q54ߤ*@eeuЧX,0#: V*bm{>@"QJ'Nl4ዼm%E)dwlkg"3; MJI;&:t ~]e7}Q"Ǘ2l=팱btKyas/5r3j嶱v"%gЪaYU*P$ȯ@9Idm}_jTZRb!UEYFk Mu>^{`$ +-&cU d/R(*YVMd1G(>x4r%4er23|KMSXmc q{4A3`(!69{}fQX  +w[sg;Fݖ5;az(OT݃&H. :]43A2.+Mȳ:|&FD֧\` 9)zDicV&s`=s!8Z |eHI&H=ng FJ>uN,}4q?ZA6 Һs(˝A53,i)UߡC*6J/[M/@g.b{#~ړ͜g BXS8!%5?u,3XhעδlvPkFЧdDB>m"UFfay\U ,9;-G0<5j>&+#;Nϲ==Q) In6rZY!ͭlHB7jpg4~7xe0eq}'. +9x-O<- TU&g thwKsoxefA7 ؓBώ$&li^!7SJCPz*8lYGXW3ئoLWx}Z1PX? 3-OgǩwHHNuy&V毬h0QnîFnBjAФM~kG+k_nfmomFDJZ3cX9Zj-hQf:⭹#WLގ k:TYDjhԀr;j0,0n*pBCp9>wSA`%}5~B OIKI=YH7ʹ y e)f@߅{ŃP !~gEhf0kِDPH4<§0D\g\Ի kO&:q7cL䍺Q8JvDӱЩ4:̖Kި4R2uv7c_a|Kj!wx۱#||ͩ{%`sNzDCUX|ZFZe2TjU9@NRX]1:sk3si\[ =&=dnGADO-uگBt̴W؝bخD~63qո#6ez9xG#\;u|jd- ci2H~r^NHXé*gτ0=HpGeLV۔<1 lJSC~hBb h;D- s.U$u@B#VllfR\[4SGN0 qP/n]wlnN0?y"\'9sUGb[@=-^>DNSMOW6' 'W>٨3&$Ӛ.-@T' Lgܫ4]4`*x߶ 6`)k8(g5&Df]ΖP-lzE{K2Қ␦ˬ-b_l9fׯN(2oy/ӑA- |?&kWg,Y.;e%~¡W~EFNwU8|)v2U#*Klo_LDɟ̗ӾmlWq9BϚU7)`b&bkTߐ@:E ԃ]%v)Sm8Lp&wPك܈uDib7/@1N?u"7)4D/"}3hVǹY sr;?, M ׼sg yơEؔߞkQ| ֣ Aє +釰:X0vK=xz?/-0lE3"_p=F WAHؚ]ٷ + jcClmk"2+hKU:瑜{;[8sI{l:> /#͓'8DHhj[g>x<­66腛N(̶:w#&=$W~QEXCd +3`_,v68vRms 6ȭTY\ n㸘PI£1QN +ޡ5:Ԡ\yao&Tzp\_!קtJozpn`<ҡԦܜiSD?6V8|/=~O /ǺBlg 0*/1 eU3%O>i;~֙bb_YMb2>fH[/L( %.bA +aS)`3BwZB8KD.Ռ4k۲ڍОͺ5J͎#t7%c;:c̅Xf;( +lѢ@Eމ \Z)ELܦE'*53Hq,jW13GK:?ЄLԌUx2W{WXJ*)pb_6! fLܹ R-6|"sIPaN#$,T;?+=|죅9_@ց>uo%Sΐїٛ6^I3VJ5Z\섥K flҮwtsxf=3=M|7 @$=T:,/ +^xK0ed]WhWhpʜ=TO _ &fmXߣuOXAc(hLlMN»2kzd#bZ?(a S"O=_/2@zM`PxqsA`UFv]n"k1ܩ],=Իp;dy/53+ WI ؋DFw_;Pb/˨FP:^L7);H E ժ٫c?dwl|y (̜vS`%ꐸ:@A_c6.mB0;n4wH +_nA4q _7 +H+㈦-tC$߲: &|K +yGm}8 ;a`3!|ĢQ~,/a*6cx)46RZܜ^ q&go!?Ihj?b75oF@*מkٵ'{Sleek 1lY<n l, KEEkSH }mue +[;M`EErNyȌ(6ߌHgz87,$7 +@ hkMHa3tc_,h]9/}|t3e.&3v\-C2KtƥQ&9Zu^ՋZ4dml$T!5ښ< hHPl=GWhrLWJ7k ̡'K)C!xb5&!,DN_]=oPA*y$.2ځ A RWW,9H +"y%tԐ3d`pvvhޖX;K2Pҳv| X}ӎlkwƻR?W)F(2 7 ˦+T|' +pN#<8Sg`K.|;RKt(**:m)_WLWЊ1N]\sJ<&yk⭏Kcτk)"OZ/x=W} p+BXoD4h_IRR39-,,NVƏ3sϪLYl_: ^CzTNDJK2T& /AΠxIC)Wgũ--ƅDIz6l6ш$ }-gME^]Kj8 +} Na[;Qr7~jKy2Q>(ڞ9`Jjr?[`He$}0ws +wd܈Z&Nɣya1Ws>q"q$;bBv6M-B+[ +a^B⡺UZo0#čnX ܸԄB9[I\ ZE)&xen{ag,B96{~LI4kkDvzDYvPIӛzέK1S/oue/" OP*LdbG *hs fzmaSJI;/ݧ%i5E4i%N\MVyPi* v mgmEyU}B!vСWk`?#ڧUET!ΨR F(_ȖཀZ_'߫P7|i9W<"%aElHc[Koz`/z7(NnU.[u{D^$e)" .2;8/'$MF|te^iX_f⑾ ] (Zr; N;-rl8b7u<:uCG8p,!hhX^Eƈ镋<̲}2>nuc3.z PʄrmΈR +ںSƒ7{E+[m%\+ ݹ&`T3̒JcPOzl& O +oOyŵ |ܗ# j ̴- 2^k'Pl!L UYX[MpgeXUaTa_[zyoˉa]O Xudx!޽0@.ˠgsz^%'ކP.qH~q2`*ϗI$iFG+`JSzź%{<ɓs\ ,Fc @ShJ4bM5opP3΃'qkKb`UxJoa;p8̿шeV$z l$o A¦ǀh9R!n8<@ WSR0Շ+Js?469& +٠/TM{(, 7UKL\ +%mB +?J +ąW!vF6+$[k%Tܙ$Ku]€ن'=]$Z&6x7eR?]J_>:ŏ xO+fo7y"\8rf۔Thp•(G[0:\YMqsB `_•#gF6(ل>;8YEedTgO(-*7PD +zYT("XK::I:nh)2㎗3i;s׳OvF9Κ5:YmnocN1{ͯ%/#߄;kO hUK"&U)M1ӅqmڲS /L jd`XƠ⎏`8tKpM!?@M!JF@.)~ِ6 +Ca^S2 G⊖)LIǪ|+6~"p&:`PqyIFGER/WK;Zhх2! kZI.G6d + Q 'Y,itMN0'Xms3>]9V +Geo-\@X"Ҋ'Xf@-7M,ͳ=T(40x*J'"&@8]T.&vT,Ize]ϋmRrM`;K%C6:mH +Rvhi#z5wڜS*MQkczr̕D4L0HƖ_ЄT .~[G@[8g3yhnSM6csR\!htjM [=ѝO(ID* a:d.k,]I6Cq' A̫$mkR[}isOѥKv\2[Mk5_&d|ͽ&g]/nhJjys,'㶋el=S=ups +rc s7NFa==<b!C7mKrMԓ<ł&ӊL^#3x  nk|xWdXz`NjNi%pyb84a/PNu,K:irIEk ; l47a-oGK9ͽV[*`ly%(nWD7Oُ-O9^E"wQfhig5!Ө: ;Hjz f0BG%vJ g^Oo2d Q$YB + ޥ9WfxK/lH>Z{J)C {NIwL2FFAzgz˴3HP\ +Yߌ'/e xMr˖\˼ħu̪eԁcCORݡ8B)]hD>`Q:S%%5lX9e 9Hl$cb/ynZNs4궵C}8gW~xH6PqV ~YՌAp}@3u>~f<Ͽ_wUG} +J8CS2Fפ )#6>ދ)oA7xfI-2Vʵo_[1x9wH`~cgobtתJ)?mv3$%Ǿ0C{_)`l`N<(~lV"s|0{NW$\r#^"aЯwqUnmy*{> P+zfӾS.QZYȂ#S( -JLk&v\pcW4ڒo¨ G5ۧsp Rς3 첍x=%lC~zSH!G|x*1OS5< 3)bDiXN!-]ڭyK; +ò +~n-5s̍LV ,S X'Ņ"+' qL:PϾm_4,50\;'˵*e{zCFU~ƌYW,Vf 27f1 +t~uH6[0w.SE:`"/|N3?}fF@P_HW a+=%]!7.s/a82!~X 1[i}R~"_'OAM/8"'F5%YdLo8I#z-Zۛe2_+∻hnCe%?F)54K"'X+np❉77GZt.Mavv/,<Fo7@QC҆?җCиRQ=1$ZƏ,F_~4ڂ|TJLa KcH &_PIuDR~'tW,+`Y35prVLƒ,-4Huh2\knΗY7<Ԣ\gU7i"MK();oW hh;P Mqظ$ 33O.bu,?! *r}ՙ益$?P6Vy+| >Csk7Ò.Z^:.n8WW.xĺPK߇mzڳ+TSiAe$ynnjhmEe("hGds}aᦠ4> M4'x`}e/<ärX]pO23r.zݸ`!`Sid$Cn|CkGˋR^_JkqqOa* .9@AӨYE՟cJwʺ Ӓ񣘈f,J"V٭DCOZ-7 HƒPj]\Tr)-@8TW9Yв U,um,ď{S| ΢6111>\5-@\\'^qlQAz8֮uOVDH:tIA)|8,Z + |lW/%Λ”F`1( bENלiۍ% #\J=Fy5*`g|{Y_$N6xkV#~yɯ!0c}( PME=>׹`9ǽ+z[ MzqC +F Dt\ar +'rBphP(R$cy17@j>`WF){8΍\>́棺&%u&=Ty +ی09VfhcNvN,,SiU$m4PNT[ʣ/T+d soKELgfRdhqcNy37 m@riޠ9AYN~/isҗ^gqv'[F}B s-)M{ߑޥ؄42{Ȭx,'.f"\x)L`@|ApaG''8@rsFhJ 3H%{=QyN`3P(M V ׈}b}hxv;:|oV˩p4C_,b$wu)ScUWBjISZfo$xa؜m%S-#}01wx# +daˆ9ֿ9m뙋j +[!_`J (8&`}(!>\!Ovt!YZ ENT5U$)DvX%j:LU^]5%@SKX1N"0|u fyb؏O9!HɃ)jQ}ͿmʯNS,bg#_#N1a)`mӿfSጓ'rTTdAaGܢmt,Bo{aEc)7hF|߄u4=HT,(듽O_%"qѮG;TNԮ"5T31 s!N'SO3oQ]acDH2lTpp@Şn,X=5 `X!6<1/T$--kS\+_ul PO !&5fs%4EVs,{"GOGg<~̉*{ADX(g\؈qa膝^zE(q ]8ZpA:sZd>0LJT/@QrL/J; (mܾߋ_R\`姗r}V@ uu +| *yʓI߻"gvP>]'Z<-$0")i-9kYȌG!@4t>JWJ>EaBPhB+DXQWvj}hl&Yp٪W:N_ĸD<"2[%aI+ZZhr71D=V]k:mŋbKՋy.x/D}\?UFx3EagbI9%\&i͸8*_{U8kFi+>ܓ3C#f2‘ta<{<ӝ>N4H4ۈ),@v hJXj DK0MmJqMv\?T)ę@ymQlH}]İu_= (hRk2 |b@BT?n܎M\;-!n@iW]a]朌};FZqks͚P8m^i ݼTG8ݤo|FMMiI!|lʩp(z wY[nߛ!nf)օw2MRЇ1yvLyIMJ[Bb_n y䧀Km8ʝC{i; |- (VX2uoV}f$\k*k9_PsJ] E/=cIGajQVDž%$e0ܴ >FQ6r/fh|Wq]L!cd3[pT&ΦJm_NoZ^V3:,Kdli]Rհ&v9Xm 5md ֛a)"jgK0ib=u=c%!mSo尓o{vo:;t褑\ $0iu+BE\lڄ$Іij5r`GP5I4:Df|Im,ܜ:>> +j8;^CSI@y;a{9E*0$!2D5+6SYAb[X{ cRLu.*n4_|.EibPFnkWWִC; ˱1vӖA^vr'RzR-rYm4I%g3`[ t2&_&HT,B /Eαg.bA'Iyͩ˿*$"bxƾ'ը?m@>MG1<[;HXXx-t)'b,/+Ś\.^ Q7=<794S+lxa<[[Н`=CLIgsl8)@Y>i < 9)^P7V޹-qXV y?\E\: +SBw]@.g5>!sQ$Y:_mc|F S}>ֻ v +HW? C\EXz c_;Gmj߀Fwؒt'MODY  bLS:t2Z.Hb交ۂ-'ݺk^-ͭ=4?F)'94E" /Vɽ_zUz{{?o vT5%sI@YI"Լe@^ݙ,g2",*ښ]VKCUQ{j )8Abh660,Y*9KIgAg1XY~ag*'À롔82yCZe ʃ"UlmFwj`t6ߴ3oz1Dpvx—Po+a Q ? ::Ijw&m&+o6!2+6tb1LRJr+Uؼ Q2ӓldN=L;Rq˕1vA"jkEMK犟`3D8z6 Dʪ5JfwT|dbyRjAބ"ғYȀH$3roMndtX褝RX}-ܿ,X'84Q\|˖Fe=ժrYo490GlLNX⊡Hf6x +8G";]9ڰ2gm8m Y*{/TL8f +§_G96tMoU֌{ʯ-?-8Zg|XXX8", _E=.sN%MT+"*Pc~O +s7ZttkӶ 2LG:N}@hc֔]Dgp$<[ _HȚ ~ndԨ*By%=XBĠ ))xm}Л'-c`@QLyjtף;4$02] o A_JNd|y?Îf{#1[ >[詣(k0B`GasBcr ]Gp{k_Z)V_Т6֘-mcUk[@\1&oZJ0wI*>|п h ẽl+G\Z.Q^,,6Q=WeܬjlϞtUfqFV,ZT)F_u6;W|-}Mn*} +␍Yg_PAnUftyZе9#_z"wG …by޶ "ykMҖç&e|x,j3jWPأ!339`AA}N YHk(a-)@1}bLjG#G +%m!&jڵV _>6 t< z>>DT|4ԁ⌑R53b%vm n Bq|m.n9ཨݝ6G2rΞ@@v,$]ܳfQ4n9 ڿ2Sm=Ke9&BdU!dZ60<.I5b_e e3B%gNǘהE mf]VIj|XO=/-B)]v&Fl-L[oua9G^}{O ->,S.@ur&2T0F-6mɻJ0aW2P)Si +w'BvГ\ͤrBhkz)\+"X$`b.'Oy>ʲuײhۡ:z|PBy1+QF^$*HXRtadWmn6 -r*GV4n-G\S8^ii5yYk ipfs{=/dZ +υ5YXI.ld^1d>Io~Չ\۽~vSzSjTAg9 ƙOptݟ e$ +,Ի r)wy;g]INB>Wv \JfJZg$V}_s +ܛ/VqUPPSFT?a3{f% !Hvˇh)vNd#lMZ`1ƨK*!tX~߈IIv)P<ßiCW +֯rn1#؋-^7Ee"e=z5^kIܡYOd̨Q +:r'\ytǕ23CIh(1^wvX۶Ӭ1s\8rIJ %32>-wk}= B{.8ATsæ Te.RqFt{p^ Ձ P;jt[†?8*PT =_,d),4MԼhv|_rƭ =|'^~nJj>!}!벥"l+xHROr1!kL<IVKL]-O#*s3Ne{y6K]QY:>ױsO9PpKb̤΍)>+'c(vx{jBQޛS۰72AsLS:Zjo\:QEK%Uk,(Dud9!X6\Ft{5ayԤ԰n +Օ7@J#3! h ǃ[=( ?VPGg(dΧ+Yp'DgeKζ@ 41l퓣91V/oPSO^Hǚј;23PNxSк^҇`(Cvci endstream endobj -3304 0 obj << +3383 0 obj << /Type /FontDescriptor -/FontName /GIKBSA+SFRM1000 +/FontName /GALUPE+SFRM1000 /Flags 4 /FontBBox [-189 -321 1456 937] /Ascent 689 @@ -21914,82 +22323,89 @@ endobj /ItalicAngle 0 /StemV 50 /XHeight 430 -/CharSet (/A/AE/Aacute/Adieresis/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/ae/at/b/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/e/eight/emdash/equal/f/ff/ffi/fi/five/fl/four/g/h/hyphen/i/iacute/j/k/l/m/n/nine/o/oacute/oe/one/oslash/p/parenleft/parenright/period/q/question/quotedblleft/quotedblright/quoteleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/v/w/x/y/z/zero) -/FontFile 3303 0 R +/CharSet (/A/AE/Aacute/Adieresis/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/ae/at/b/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/e/eight/emdash/endash/equal/f/ff/ffi/fi/five/fl/four/g/h/hyphen/i/iacute/j/k/l/m/n/nine/o/oacute/oe/one/oslash/p/parenleft/parenright/period/q/question/quotedblleft/quotedblright/quoteleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/v/w/x/y/z/zero) +/FontFile 3382 0 R >> endobj -3305 0 obj << +3384 0 obj << /Length1 721 -/Length2 16328 +/Length2 16223 /Length3 0 -/Length 16929 +/Length 16822 /Filter /FlateDecode >> stream -xlpfѺ6:Nضm۶m[wl';ۺ}zUVժ9昣EN,`dgf`J301XEƮVbƮ@& -t0A^V*SfVvV [w+SKÿ!U j [J -*Iu$ll Pr32Y]sgpra{w?bvyq5a E5(( 'oՅhl?_dkEuo 02u-G7i{sfnG?? f@h7[[c; J w0:Telge"] loO9\$-64m8LuL>ɣ؂ZNZa>.q~KIeʙ1#5zZ)ITuȡ/ò g:֜C;,X|b(0g1;=[ݮ;-C -.kj3bF@y7F,x3Y# ] ;ͭόWH]b6/ޟKzӱz*%OBC Ip1U\ĀIr:1kl,tJVG!'1zDBE ׻bCjObBn>72w}6hۧ8\1eX <1l-ӡ'v]w%K·//[QuDZ,FꠡN{3^+[i2[.sļ=guNԂ[!z -jD͉b+' -O -|8S5p<^8ZzE0aTvg X oeט Lx5{1ao8xa -g+Jӵ6&!m s?5IM91~eM̩~*}@N5]P΢uvmi6;btlj\;;߮`L{QDcD;VƨK|Nu`[77=10"īܟwS- vovpyNJI,G_yfU9An -^} ͋S*>i/{džTdЬ矁\Fs~ @_)%^ mFYHQwwN -E`)Kҍ5.&fVV.Q+OU8bBjJ(8cRph]hϳVs% nð)0ӬB\XHW3=T$vwU< -a4M)KOmsN׉ \fK7kXeGeS\xĤ+/ ʘLkBYqAb%Z $0 %1<%شfR?xYoߙ)4k#dBP7:k2,)#Ccޖ\veMz# 1!ϰSCmP1FKR;`֩iJ^\aW7, ~riEf CtS* ~!]5Z㔬tX54p̝XQ}q)dZ.OoLBdD]4h?W˟ɊYIXx`jGZMF#Pr1(q+:՘0LüHOB>$Xك@TWW"!yu -j -A/3*2yËm-8LQ#&i LZ=u `·.2*FMGTH#1PWp򲐾]$Oq4:1߶~a)uڪ}B2\ޥ)I?^pi~9"jgߧ"PxeIc -T<:i#[ 9Od W|vU$wiA80rzϺuJHG!>%m~J,9;^'(-ӀGZoI|xG7l7JW5&L8s8:̓wTcq!1A1,4Z; mln4TC/ӽ41йvxE2(>ovʍ᭫&QhF.wb5Zī|Xx˹uo7vu7v;ϒ 3#ν>۲]S' >%Jd{,k _TV&bnYEUݾ˝GԀ|s# -D/Kfi "(Eh2e\?|`f(=DP$`ԬYڎjVۗnKJVU9fFg1Hӗ1yWEU / 3վSG5#x%R.[HL"1Z([ /{q -|ILFCO>،{/lpP»[l -]YπȆK6qNv&젘=Vq mw^o'Ă:  r& 0U(~S`1"Nv$8h v)iC:A=A.'nͱ19Wwi7scdX/!׷ $|xxgj9b?+yO>Mdϯ-RT~쒉OE/1#chLUR?+\]~ŗV| -[z% ϻ̾OƮH^< -M)>}hr o)kg |d36#` drq Qy0FL {Ժ=t<-%q {.b3JwWʪgMҮMʷi -!a@Ą yՊ< s7!;w slz gBh)en5< Ok|S-xоͨTlDs I}p.I3)E9K}6T+ұY'7!֤E:`wa_#ō:5!C]TnlXU;kPis[]ύ蘼?;I86Nt Ӗaa;;,uz0yH^,S;mptHkn"7C|aNԟG9B"OCgVgZC^묶osGⵛ\EOHwaڄ/ޒCeOe|F[ӧX]Kgܚ*TT?H,`q}ݕPwRve,[dn]Yp9 -{k=6`&GYuZ?YS2G V(ʇ Sw qGW0P(#2ʼIiCe=$?#ZH {PLdxJ`+ j1N.SkP};*uv9J6߮ yg Wk3 $t`1'jL"6? rGSi݊Ruoi"> uD6-UHчY;,tVi1;%M~ΡR.G;6#ZQmf^A/K=] ֗ƾgWbbeU" 29jgг_nm!9BirG4ed5.0OC@e<1 ՛4lV)EcBl\kڝ^?j->$9R;9s|BV;\1xDc7V`C↳ !q6eQ8>FMK9a$4,)ٵG $:<T>y+ p:sT20nPu^B-Woe#YzR@ ZvZ<9!g[sǯh[0#a?[; -Uȸn|(nJ<Ii_{}0g~\NTt[RnuJQ!zG'ڟ׏eȬ~ǃACc}W g_na,S2-3s\g]K~ 4܆,*u`pm4tvzXă#;#;7^ڠ2Bp# \I&ήCgR1B&i?X ^=ے,3E|ʐoԝ/_auC%۩?g{uia2~ ;!C{TJS"OAྠnHDY'I0p7TN1(qu@V.&3MyKՁ[4>44XLe:΄&e6R(/m}Db#f+ڨ,eէrcSn;W/_&/h?sf|GPvvI?Cc7i&)e!:?|]+B1tSGl,8}!(8O,)( +ƪ qtĿj6*;XF%0QZVEL. -iV! -! -?_8YW5Vl2wˣN3iA@wפ/&,c"9OT4:8OGt&f5CxlmA(i.)uG~ЙYY% -~)g>g#s]YzP`j/ [J4:KC8ԫIK=69KrDhQ>yYF2#&pQ>!uܻ<,~ ;B(i:]ane*r vfIX9D})%{bY8#(,)ySB o+|Ϝ1 J0(u ZVvU W[,Yӻt^4UfmoD|؛dVb'TNW 6es¾I 3A=ru(:_13f+ E*QkGh0sPnKԾt}f{OV:#l@Ԣ?kЩȚWPFfpQ ̲>/Vj_=Z(+T7EWb"2oU{lC&a508o@!KKvq`rc`} -xˁ=!20FYkK+QL Pu09RB8(O|gAEO,dXm(rR?*rJ_w;35,)#+:SW|IJ'RadB5n -.*7^18%~zZ5nrKnnдo"yк{jJBAeuPX04`&٫HZU/aFj@ 6js=~(Ҙ>I(~}8z;+@+mi |T.;`Čv5 ˻iD‰k?!)לyme?~/-"ahnJR,c~u*2h퉨G*\!yg[2 Pc%>#- O3ȕe؀V9}z(T0ԁ -q܌A"NӶߪ#ҒN4Tv&,Hv3b)t'9󫌫I\"SqվmNp5 5wts%q;Qۄ&t -?{ۃRœ @$s0kľٙc5UYזS#-5T|mه!Ee%7zcE)y rA$\YcE> h0f Hqycjm(#U{"ۄ%&e -~P2ynJXq -.%NT@:jktN|!LiSZĭ ~yD0*-:inH"Z [?aw&ΚK欞ej/0 V=)7\=oƻK 6ގWjܙ\ n^\>aZ|ppiMTn08޺jg= œ&_~MHPݘԒt_r|dvD9ۘ^ W}hx3YOh([)=S.?˙SW#hofT%b-I S:"1 =oγ3Ú;AY0oJ O3JHŌ&3lDVGHe5j8GЛl̹ 7r+?(a&Oʕ9_%Eb Kd={mctJB=5k2M"x=$ꐎyC 34}3d~ 0t'"ecBugBơÖϳcot5Ո2n=O?{Ko~3OJ3zRbQ)w(9J KU藾]|ɎxQ;AW/T9{hT "SߟzNЛy1eǤ_k5,[O<hiOdu,Sɂ+'RӼ-FpH[|\鉥qC^ K$K%p_wǤ]bESAlkn?ٷn~ -<V *X⛸@WV/jw݄k(,+,+,rZl"!m=D+f[[RWrw矵+[Ӆ9(ltn!=7MhkK?%)D/ r`)JD; -}b/%pk1yJC#B%r -ocrYYԷa%]ݸ;to&#XrS\K54eoMd[7nv:#3Ddܕ=pwD+zޟII4D9ٵZCVފru8uNݗI.~.Zw'U!p~=>PRyn7 :B*D4x}ܛG#Ar${:C4;JB:Nv %_ڬ$H6,u#QiAy0K\w[o!W1}ͥR=E/]Q6DÛec 3_vmy5Λ﨩~W\ˢ‰xaݏ.8Y x_#S]hBEbfpQw3gUtlH&/0MI$MP4Ru`26Kr YH49\w'z7f3rӲ2ۯ`]QdοN\ŠkDtc*i^wɱ'DRo#b2Bv:( -t:(7Gv8·aA19(I\]Kv#uvkhrIk;m}UNo:j -|yLVOZ-F44 )~.^ 7h~t\+F 4éQ ^}39[Ri+03qŧW/ZnSB4{UބwZ 4+#ׂLc.<6!PI{e@L*oϙQvK}:='5G}5kT\f+S%1@_(^yrBk/a/QDܼ@8I-#̮)jvKQܐp44w u~B&Wr&S Vt օǕ¾R_l-D8TcN+fkrZH k)Y+a diP'{zd п&kYk]kXeAhځ= lW>Č(.i(dz]Dy-aԔټ*Fȳǖ[l$9i'ḨC6鹍z-,2IgZvzEx $bHG5&+M2j|hL5q7barC+,Z!˰sy6,NXY;G ~*\?Da"LkOQH;7F%֘q^O@ i$9!v؉r*hR[#lza@DL`jl/E6wL?})OծH}93[(S>DܦC5m~gO;q$b*{T"+@O]\8G}h|7E:KIT&ɦ  atțc"R;k%:e&5{z@Vp.2RsrQ,eÒ>]Vm, SZXȅG~լ~/ !"~0XSA\̔ɱyw?b{O1I͟uk$f)ȬWek_Osld`3sg$1Y5Lߐ2r*t*&0X $Oz^bEw㡀bZrk;/=lګ G:+?֏ I7O$Vc҈i2+p^Buw_{ FҦ ^JJ;8nBX=PBٚdq(6y!=S__/n 6.s: -z؜bZfLĔ<$;_6V@}_HޮW]Z8"zx"W@R;-r;v7n8Ҏ\5X,p"XBzVx(`2]ܩkM>;ԘGk0GFC{.-FG ޚ)0E#kg~nRr}MʷN݃jʼ_ޟlUY4?%"}։bFDg@+SWi?PL)G 3fFy%^2ڜyR$뛅%np[ - P@ ٕ:v*~,/ INm<ǑݸxE榄fCdEtUFړP]TKSW. ~o)ġ:PA, -&@ %٬$} sZ]ٌIfGܛIYz_lC3¬fSjzUVjOW{rPc"כް$ 9t(aDL_AQZxK 8vSЧ -,8kDxNJ+(YÉgOʥ;­\U!=}R<0b02˲VɳƱsSVNa0T{ҥԾ3KIlONzdlrN>jxo>VPqCF|enQOxfSZ<ۈL[DQm ϳр>\q,sM09Lż|,g%[xsPdl[H_A4#ag'm -2 \~h}1~{#u2_ul2k m TjcϰJI6ԕ8CQx'> Z:5p{s>sIyhƛ(6?ЯY7b8iRMրE8*a@[ƫRB"[6k5 pW:-OS f7J^kxBM~:#3:i'RNrNIr\F> N1Et/zarVZd68]`>s(:Uk(e.96a -GepLz+W Z85yKC{_54"ErAo.a3ԏ~G㷗U@e4{PDvE?b6GAd9öˢTY;oZސH#u&}wrNoI]l5N% u-M'R@۳ 6XEʟ+KqK1,/+8J,Nzjno(C/]Rx#!GUlŝ^;柛J2w*=)j¿ϝ'V|y۳DL쨐-E:BH/Up/C' 0r eͫWm;f_*q8~5@߇7#A ^v!14\2Ad<şLyƑCs'`F{p9o< 7k|Z9$VdmJݼlp$Z|nQ\1 D5A:|m |&ˋ>}»{ -~%Aϛg¤7Rmd'0_n# 3wV]Èq+-'ܧ`ޚ{(i[=>w笀@__LEH A_0?Jl3B@ ’m&PC[ 吆{7 .PaTB,IO߷u ZpC[֗e Nf\TVWZ%']yg/<݈FɅ|rW@ |}gR)E?6 pQΙ 9*NCe~!}@,OcKaϕ8컅p M,rI߿)A'Qh&x]l/3HaSg9 C_m;> x=mmViMyB|B- Q|gn[[-m92G3&{nqؚ}B} YALin; B\[c5F?W} $w,Kc(p .ri 9!O0y{L5]܆&Y\P9qn4VV=#W]n4Y)~GCg)l~5̫-Eڱ޷X||"Z=f@oZ; E UTW,狻 R5Jv%Az=c'J8~-X`//GlcB SJT"r9-<*% *-~—43+n -qPqVyS$Q`,[3V.S]](s}m&?=_dׇ 2 ,>۠!f2pL(mCUMZOý-_ţ%،hC/ ޸B}Sk9]HiU@(qsVVXŢw}vMrpQMOi>pV ܚ7 ydK54zAO˸S -ջgn/NRw.$9)0޾q0 -/܌LD+=>ql'$v7d-ABc# cdt`RA^p[+Fzm~_`_Ih15dD+E(iQ$r*h~/&Q'T孇<[U6wM??G~ǹ|չC\VTK'j64}!Z[)i*v'i[#@Sj{%yvGoL^,2NY8C%̳; ?f U|V\XJsˢ[:03bx8Xj¢0\){eA[PQzXIw I1lX֥#@ի)#JuZEiϻ!rCnޚ\Yp(u8c`A@? +xlpfa +Ķm۶m;ضm۶mML;9vծzVz&#sQt013r+11322ҳ8\,D\܄SB!3?  ! 6FN6n&nnnnήNTB PDAQKJ^RB^P`p2!Tt54!49mۙZ'gs8#fdoK('*$ J(& *BhdgJ(+ř`d?ecYuEDhjiBh 0aݤ 6uu?BRӐ`jc#od upu8ٛmedki"\ dgO9,-=.63'E`jjz?=M=_9AYQ[Y[?i1;{SK;sBZ9_?iE#nm"d|9#'KBFYyPtLlt,̌L^\̾?tM\v._/g ƪ OUZkXX|%8*L尅U|w8@c=b8t Q*[ I_·R{C : +_]ϬБΰ#XCv-Z܍ͪnS*NI’#Uk2Bp2} : ܐJ̥~$bj'͐`s+o4cA6o5;KH[dDalϽshoyu3E'D`}b,|eoF}hywX#R?׾$dZW%]+..xaɷbrE 5 VUZmmЎT${MG< GG?Jj<_`RgMAyc=M)};ZzRֲj$Y>uvKpJ +-r jcyO;S o>8* ER릊,25vkNDBW7E֔HZWxEf3og!, +4PcJ1qҝASY^J SZQa,ZnE,MP)0_ʃfZC&8OÃ]rpk+LeYb͊,c'ٵvLFҸTw9 ږ/%d w{F2J>KPw gZ-aɷdĆ -D0&^=$Ȃ l kǁ $q iOF$6!Ч +&F;tEo+1 +71dria2E+MDꪟ4w%<28hإ2YL;W-8}I8^wzۿnJ_jKFY5/+@-UÍKbW!ˏ|0#CG\sVgƵy\4A hhX6 ~?FURr^X!|\b|#̨n*DeѠnO`ke-H wN TqTLur͸d>|D[zm1HoIj9pq68 dS+! g`CḓݟcwXMٯ.!Y2^,P*:w"[llRq-h v26T%ϯ/.\S@)7葏GS +tY@?Qsɭ-y зpxLHrDY84!~ѕZ j3 Ѭ[)H,():SB<4mCFI7*Tb dԌ%0[V[NhVegaQj^O$2@Ho^5& {,)s3^RlVZ5\u Š[-,UzvU}.otmlMY>?\H7A}i!3#(..8!l4JK?gQi`t$:md_ ?H]6[*"!"GQkfxfYx!W0=uFHЃ!n0W8JpF/ +YuUvI:tFBi &FpVnJ;-ͧDl`W`{[Ӛy}C'ϑ=:ފe9 (4΅D6f"jm[Yb:3 O߽FE]VxNhu47X#Q98#=(Hm(ЋWd]Ηs&-eũYGtײw%y8e]uqavHƯȎ G4 a +]T#u뉗D H~萄C{"Fr$DLʁV,.gj&ʵAq'M:ŻPLr뼗$( q+隟}͵0*y9 SJS;bj2SPe|5I-ӂ"3)=Eʅ JMYnBC [0QV/P+=$Xfqd2kTEI7" mtUYP`EKG},zFɁ7*\b&"ƣ%w@mR^hpA%>nYpjFd +uS( +#lj.rHTد;dOA93䦶|% 1 VbJkR͝Ɉ^Mg_ +eglCXMDISt2DU/rP7HA{KM@:&E]=@R}TSĿzek/-V1 u8IU;;Ͱ: +iAW_<9gu7.߾!qylF+=*5'ψkU` +/B< i.u?B1P#aqqg̏k͜US"hĵO]jE޽;v(IvH&738( :DVPu.jpiT 65ф|oAv(Z$cḰ w:kD $?~sFQ|wj#{IIC +9}B!'06rImTh3֊n@7YZ{;*nrmDǴ5𢀦rZ\]P+@8ZΦhf<2 %a^C'%vڌ 䲝xq `}qBfFF<\۟ڝ_N*fQ='=c6KLӥn}{0eg&!Mh=8,žMW\2ͫ7hAk4࿻q!|*)p&I SþL/}9g$(iv$\ j?#u͍Ϛ/15e,%U,"$Cc}l7ŗ߮tSt-3ɜz][@ #k@(`,chmjoqu1G(SR#`>; ӂ\oL~\$Oeɇx{hvSjKH.ACPs mDֿE"!N5kDt3,(DP^eHXԜqH px8=pTzn-᪜>f(N]1E٩ ^8%Y j`>*=bH9D1 "ܢ`Z#+Eq{#Knn{7o߻o:eygӣޓ~V|- ۚ(̄mWn@R}]}0h6sCNh͘9;|a_0 + 3GL}+Zb;1,͈c"E1Sj!# f( #xWȉ58l,|,~I_z Jb $Akw4q@UB +U*1gyU; p"<}9 tf^ iciL}""Q9ZWdR9h4?U 1Y6]zRBSjl K3;F#psC|nIr,# ]. NAE:UxS\ Bk-,]opb(mۤVBGd(wǢ46+I"t58 Z)DTm;h|ؙlSոe{"d2y&e!X/5*Y3>S؃q-^VpqrAl4:d2 D)LdV>wej^wf,*4] &셻hG+ې1S(Yoh5V@)ꏅj;8j3y"HH9,!> ZAs S3AT'_e01B\40GloIYW$xXu( b,B/2bROg 3#%4!-3*]GlYR'Bad\dyy Z; RRr{r Kw vfФo"ufZp-v5.OmPXLg@I_J?1&Zs:#ɮ^ȯ1u\P;i!Pp6wFRBO LSP ='z3qGyl3a"èh֤A)Fj .\ Į=Aw[Dn0-v]?P;S۠7_ \i\_h"n7N# {oH)Q ˌ2wg*^v}-kGJFicCc6/C~!]kKwP*>1ƝVZkQ "rL7Sa:m'hЀtQE&pK=`}Rl~15{CW6pfWCٙ,g=YQۖU-%+s~e֢URg}aWT)T8w[aLIcupF5P /E8OQ^gx 4U.>n0AHoZx)_$l^ 0)uW5T|b9k'~xJŔZ).?u Јc' A_/ZGH0@^C|_ +n^cR[y%Cǫe{V{Eoo_0d,sjNTl1ڲtz%Lp.&M"B25~=2& f{KSp1Z"cN+y?PzQйʑQpfz$ׯ\T}2' ņt`,J Q C; bz:&^`3$> _:f$M,맇Yu +r3m1i'>a7hB6םlȺp-=BcMȖ9:!- iAqM8x2CuLkgL >mfERkwEn/l]ESu1xh< p"O1@BTO;~5{ĵEICWN*3k`23(F,r< e\r+mYN%r{%1'Z䔤{䢚epU}{%兇)y**Q` F^:pYงW+ n~zbyW(B-=sv&qgn EMځa? nDVg荆Q k :ѵ*0 +PآD X^5K8 Q[5Ч֍C5 dOI5h8aG1Ӏ&D;>U tGHrS_T ^_} oPß $+^@FKZ"Sq˾xɈCIKt[t.т);m3V}ײ {oβßA)yR:v/3g!pQG]HVr|^`N{Ѐ|ׯ(L׻P)$MП w]3J&VӋ*+)vq2DM4h.?~_nԁ;ؔ;0 P!]4.rAßNw[~r1C5_;W7>{jUQZPY,(*Aj`Ns/[W< JS5^e.:y&r4S喝:WfoEYGK ^4qU*~ +Nj$q Y¬BX=&|a +kc N3YNxϢ +ҷ.g_!Wug @㓲M#yN4%|&ܥr7#h:EEy0mЮ|Qw6'[XIEMv^gpru_YLL/>|\\R➀OYKο8 4wkt^`\@ JǢTa7ُDOݢ- \\2hGbШu +qSw@_QЍ{+9v5^YUB)qDTb﯌LP_NJD+atpG_浃9Xb%u8}U&mLRdAV?\{`b2\(^ge.89#Ţ~#\}>I-K +3WR%]E -= M*ԛ=W7`?qAn:!vSl9+TrkE{s%qi6s||*} +_ګbI ,VdŞ~5Iʉ0A˓/#78xDIOS -˸Ra.۰I˜ɍE.;O/\s[ߥמ=D)H6a*PDLqtJE[X6fhsq΁ hudzg `XUc/3=(oU+Pͥئ%Kq3BT^i §R)Z3>q?bj]9RSJ<*(i/4Xo?j=J ;er&υl:w#SUfS Ku|Wi-<;WQY"Fb-6&@,>/~1 FV?zb9ƒ=DhS> +*ӵ3ʟLg)_uD=1'AyؽÉׁ9iݫwUpn캪u%pV1+n] Q w٠Q֏^й^̼5~ʌ66v[o4udylK31 ΖU G\hUnblI *7BhP,r +ILPӾJB=MS*^﹟-N03]bgA`g\iƓ3úrqD?⺪w[=|tE(jydκsgG< TeozzNbB?d>ב^erzH@f:w(F>鼫~ X?:K)0^ =^HN=BQm: #9uS R`!+td~P@;3P7j18|nܼzOaPJf$o%:AlI##s-/Acig bW''T _d +6 +o.QJ&CmJH'$b@B"|)uCnYN}jٕC~ٝː!nMn,o׎a=p]elIH;=-M8ď( sy(e.9_%}JE C"')ZIOksu' +M?F o )*@Vi(Rly,2cxlS`nu|7%J w &H)܍we杜Nn-ދg.l< T_tu#(3Ӊg\6ȅc>Rm]qGjq{;ِca98u?n8H:{HP%sGEkf@ͣ^i"KdZ:kMMpl@+Pf}Q%]Qr_zz @3 VXS2Jp,&ah]iGJ`Uフqx6@߀*{.=}YR.<-NRfRP.Y(A!%\P&@/2݇#d͛{7|bLtC_K2ɡPs {jF?lU rI# +y$w^:=iײfjJF%Mט#&vR6ꁉ$qP!C4dkY&2 +do$u|Pc^u&x@oL9lL\ +]rs\[l +PN @ +CB-]%OZRob)Fw  7 +N0<{Z u]eaPg/Q9RBǟ'?y&%dIA: +D~GI>{Ѕb/ټʏ(BDhgNil?:JG#5-Iv06Rk~ح#=Mt ThI»?%9D6'So ֭'4.9$׋`F m +R yt4L\S@ɋ:qsm?d"(5-ĭk L#o)QF-x6!2pR(fO{Z>[MskZZ)u@^̒O(,7cբMv!8{e=b59j!^~}mG{:dLh_?Dj xn p1ۄ"ښIL\BNM +mjba7Wb^]xZ4u򺱸Ll0H6BJO+NX:Fuj}ů|wְ 0wX JwA\%m$ۻxM), +RH\J1^h)~I1]o\i ;#-LPjz3{Zo' ̞'co9IjTFń>ZHS!tsQޞx+ &E_F `!{} f8銷Cx]̕"{3~bL(Zu8PG~>"ѾT.O.NvLdUѪ,;U*[g.&!MgT&MoV9Ѽa#rn359 K bsJƆCgj^Mɺ"X`GK%Zn 50YdqN~|%e,k~$0 +an@)n9R$_-\9aRP@nh?"umC%vu ++u_ *wqjx&0N[u-j(<egL]r;`95( |u3^)6S-{Y ? +##4\\GStwqx2'2]J8i uz6 +8r6wf)ZvF;3-{<9At wxv&(r%*bq+Q("k2z$P`]tPΰ;{ʅA=][ _(z;#_aqۢ(1$@;UcVe#QKTS(Vg1"L'#[y>VaGݧ  ܐd U,B^Qq銧]afw;{iS*!ٜ?JeiF~7볞Mϭw9LIN[|*|rsz4U{Jaк}o:\W=5|ړ[4%eg ܖZ#]d`,XL+~9?IY<=nQyǠeԑ]LTkMm x{sKr9{hCc֢z$@k0?`ϝFhͅ)CwHbvm6 dfA>~5x:bU` +Ǟ;;M]qi #Iȕ7s8+Q0:$?hj)@?aC +{>'a =BHELGq{آ|ƥQ„ʈ5hdFB5]φ֖V^ sb=q,bh}lAԱim)JohHț>JS:wU?`h2>Q7Vfaj:j󑴒爟0ι?䴔[TEovӮ/ܜlDfM ƣ.(_)Y2X>n24t¢d ҹ!:J2f0w]$&YRr \dcn)g"U\aͻ2M?ΪoEQW;1Y &C]`Uk\w=mv>m4u!TdA ]ՒYAA,-*o[w_/W R"!iUGkk՘1sr(v6:ƣ)ٌ\:]u/'Yl0iyvXa>w7e"2u-nk<\34~JǖaO\`vf5jbp$[6}ޕ׃ѐV/j[S(|yj'2Õũ52V,>qd&?.H冫+؛ɢJ^+HA1>K9xȻwRpCJ;0,Tk68LL0 +\gfqaz@yCs%|SpŌE\031 +=8}TwqfqC d4/N~in.%In!feV[CB +wB*B9RR-V7o~K J=?lhTҳlkE۪p_ԇ#DHgEаYINB`W;:jHozR ^2}cqRZj Ãnq: _g>E[ɦ(1[^vi5]uй>[bAmUq5DK`IE !#GIFp#%Ƿ-+E׽F@8\u>B&W j4g7ʉa/&_tZToR!C{[6:5 5~  +-g&>zL`%}AN4{jeY(8) 3DyRUYn)h0B87Tf/qcZu#PX}!LssCxw(6bn endstream endobj -3306 0 obj << +3385 0 obj << /Type /FontDescriptor -/FontName /LOITPB+SFRM1200 +/FontName /RPZRZL+SFRM1200 /Flags 4 /FontBBox [-185 -320 1420 942] /Ascent 689 @@ -21998,73 +22414,74 @@ endobj /ItalicAngle 0 /StemV 50 /XHeight 430 -/CharSet (/A/C/E/J/K/L/N/R/S/T/U/a/b/c/d/e/f/four/g/h/i/k/l/m/n/nine/o/one/p/period/r/s/seven/t/three/two/u/v/w/y/zero) -/FontFile 3305 0 R +/CharSet (/A/C/E/J/K/L/N/R/S/T/U/a/b/c/d/e/f/four/g/h/i/k/l/m/n/nine/o/p/period/r/s/seven/t/three/two/u/v/w/y/zero) +/FontFile 3384 0 R >> endobj -3307 0 obj << +3386 0 obj << /Length1 721 -/Length2 13149 +/Length2 13379 /Length3 0 -/Length 13739 +/Length 13958 /Filter /FlateDecode >> stream -xmcpe5;[;mٱݱmc;۶;6;9;{31f=cg%=HPTU`f0#PR9AV @ hP:Xl,,1GOg+ KƔE3@&*ϐYV@FJQ :]MlLV@{ -```of/N.L&`tC ."cVۛ:k;"E:{'bB`eY&@ +{&coO@󏆴3?hW[[Ec; Ft(8vEYzBd"(򟒕L -ƶH?4r<=Q3{[s?k@f %qEm {S3+{ -Ww[?/ sc@_`DE<Y9<Vvn/3ozM֖LXUIVBNi/L\Y Z^ߩ#^5'&I,㿔WZlqgguq X_ R=u*@b6*Fݎ_]x5FDB -2z[E3,t< -޴`buqDYy.hCLQ}!>[6],O] jp%0dNfDcq՚854 PZDK}7_Xeævay(EVm;e@4zXb_zso Qd| Z~$&BGG^4|Uc:-jtW <ZŌ?sWf1ƥuD3o޲!/!@p5a/t _J i4j5xm5S8)G_ɼYCEÉi}1%Oj"ϟpGۇIX'ɺDG5 iU?9AJAG0?.Q)1>T1e+<_'zDߓE30i~sO|?ʧ>G7eK1)Bl>qJy.at  bWr8ǻ6}`=eE$GOc6s: |LTv Ĩ&{Fu¶K߈zV -LT^d -\KfOd4%*)A[VR֮A#>k.>027)V3~ͦ6"l?>^Jcn|gݼگEfLsiwUchF`1X3 -lA,UfmťդK%2p۷vA /(Ղ*#S rKc{_{_ 2BC–gʓܹՊ z)ɞ;L -MsoQrU[El#ld7z֎M0~<㨇yw~nDb҇ Q~xP&{m0cd%k5BODf> mq=-B]V0J`7 -,qsƒs;y3(*Ѥaa+i9[3Dz,ɟr=)ޑ Cf Ëm}"eleAX\^=*28k@ }xKKh#z<2j+U? -/a?/xJ+\nIdhzqGF ё8 a$ {q+j~Qem~F?*\'t|o-*vt" lN?aXY͚CGd;w' ["^ooKa~R^|vjmƩGڠ6NCiF%yes/yn|2 y - 4n-P7e _m:6|iȭ7ѩUaf5̾xu`sfǗb_ -;t4:W푕gC|vH-9E(ei ,(M{/aZ7 ~eTBwح!rpu_g9zS&L¨)*QTmh ^KFJrǓjC⫋|uqwI!l^tIe4mjlEFo|׋Z r26 a6Uڟ8l -HZX`=]Ea}J ʫPoDIpE$;.YP,Ey/|̼߳K* 6nyԤT`''t+Jpy:ֽYϯMvX ժ_Xaz0O"d~iKϴ/5_=[]gJFMCH*EGO/^ _[2uX5fޕadH\yRᄾ.M35̷s*=|j(?#zmǐ3钆Z[+Pų(KG覱ጳϬ•~1 E8E5άav:4uvM]ӓ.Rr[`0,ff$<͎Zי.fH+m¶$dBg1$qVe=e0&?M~ɸwzŚVzy4pbuAhXw_nX0 R9bVquna v,$s`={x`] -W Y~a -sN…}`3_ٖQB*t+N=[RPrPK`E D*cٯsbʶBG#=\ ;ıS1zF/RF@R|?aŝJǽbxx+^[yWT6;dl(WA ]q'5ߺV30`e\{ɎORSFTʴ [fUoru |#Xb6o:#ru89|\[{Bo;4:DnDFiT1RS6vŢ(/nB? ~l+UEX\f%_/IWPG?d#zcqE41 - ]JvhʽNy{4yfh鱎^ 7cM"6B8{ܭQM T6Og6Γ9Xg'6ó_3伛Gj]T>.=7=Ƚ4/ - [ೖllfuUWקT|=bagg -ȡh}|bk[R[9L؞Up%cZ1pt]rc΍"x[EZ`Xsw'?͵OpM0!W`Pd(nQVwTHmEp2rluU$k!PW!ˌH| -dDѫ 4h㌇W%Hk p'`v 78IBlԮN" C %#?: &k-nBSϾ7vznjjWAVLSյ}?5Ue'Bi'8! guǂm5LO][ړ@-^6YAXybʈMWlGE'wFyˆFV]Qq{!*\w w^it[qlI"8k[|f-P;K2H/w&UOx}*c8nD*)GAvZ֑1UG$魺i+Pw,vO Hv):\B㢗Fhe.Hi7<rBYC$+|i9|TLC -р<Q~+Åj,*7g=td-F<0>3+h\mU33$l`P޷_+)^,w}e y=yInImO0\[S`qX" _hHyN}NdK %_aƔIy--ƙ^ہ;Nrt/(rGPrUG*|q%۽~4s)EGt7LW(ucCe ?}`]?u2Da;?)\M) A"|"؊AA՛v1IyXݫOguDJo6Wy)k\NR飞LhL\t-O< ӟ}c5IsQ68y:0 -IHwM b0T$2ӵU&J'u(-u|7_;;]156\@Q9'usG ~zTϤRmp -Q/9#θLuA#U2+hwM<#倘>Y\uYs좆ƴw>qǤՉݼ{ф#c3#aRJ&S -c. 7Y4@dO2-]c|'\5mNΘFjT ՗e$H7ҙ<~FI<*SNzK(SOT(n4>FUy)Ǡo=7u9#![y> -2iޠZJ*E4ዞ$un[@>Y*ec=o -/`& -Nuhك;I.?9'-,^)a{7J<*jr[c?dL-*~y-5Sכ~#TAƟuUALIt?8Sً^l a^͍E]zS@p>ӟZÓ'\]iO;1uMz%2J+#\Fо:!jcDygR"uZOS:ZCʾ3 *OU@<%`_i b=?n\9 -`)kbKd z^1*͇Hbx0c̐25AΜ£}yByDZ7߹/ɹe:N8foLJCAV7w+}Nk0^ 0ҥ6*6ѱ,H0H"{ "Vg 7 RF"LC@޷[*}|\h2ˀH=ƏM u+ZfS(Bišv\%k0ތr}$m 1r,!#~ fZ|E{5||zAhhՀ[{{׃y칚*-/c-[ħφk ,Yt/[+:Oy+z;PxMg9iLv' pfʡMZo;~;d3*D}?ncz{-"ԼҲ gnR=fClu`: N72SMg5gϿ}if]" r=fnK1at<ؤOԶ3-̴,:6m-{&[`h9 -=:SP4˝[]M>! -'Ajmm:5%=l.e[b:r[;$)e+1N|R] xii!+2U?Iv,Œo"<=oI2xn7U,Nt)$+{s]jŠ_dyX d4Gpצeΰ:w&J%sD6/ފTTu3|^eޚLRۂ7;8"LaOX+7\SoQ/}"πG#HY1Msm`1p,}nLm}NlGAW߉P#: }O󉭱|o럯a&na\vpߑKoeT? • x&R8Zz6v Sy}O,4֬$f[l *%䆨*7~0-O,f4|gj!>S"mxG$\5 )Ugl?ŋmBa$oSH -*ĜK5n<Wgy""W>k`adBZTŪM~zOBKtPqT}#<\>K~fʐrP+XI y -ȩr02,bMUSBmwXI1i& Dz"ѳ}sRg.,4EccW$K gۏ`6%j8GJ\M!Zp @d j2C<|p@飖)1?$iZvk5h.BXsO7D$6:%#\]r.uD |ʗ W|{{ܝV|4~_o%v_ Dy3 0Z:gӾo{M'}r[ -u&5o|^MӚa_iĸEa ƻg[GOQ5N})|#c[]07])1jVZosxeTF%k]n5Lu=$ - dkcoV`臷up: ~J2B4][43 u}lڜHleuư{ ˹,U+)ą؟7l4wpSj*&-2_e! @ -$quF­;''W]j$B|wLpVVvd)Xڣ^t%MBwnbգQ)P M€jEdoh~DvOǬ݀:c.7@{hQH,z?gL#+bRdʸ=% -dO^p*u~ÂRs\;2iQ~v%sN<[ OJߩAEccfЅns,c(1KBӚو6صl啃7qs4{(Np-~0@]yJ`xcIw&jc <~ŵM.;}3][ʸIt7)>kl[..;vt9܆y  U>O"Қ잚oM7K޵ gwGlIİC0)v3>S<[B?!BIRh%;_n:!dYΨ U2l^4*X)vtE訽be= oR2qjL.G -Ⱥx(4wbE#LϞ|xZckY=  !3"~ p0W=eʙ 30 ᰾F6'+?rpDLyD0qǶQp*_5Whɗ58!yd'0nlӝQ)-jiM@TU<пjHbl؈ }顧_e#)" !!2e82*6貓e]ד9v\ #‰U6-Kr*Y}њE^*=L&i[L rG՛' MuR'5)E7D>Z"y/hxFr}6$OKc1| 6~;rM 'O8VC6rʜȪjtR$)=-ǀeުhAJkOd᠉R$kFƆLDR%(I_ofe7Bn%Q]rP8›!3N sNJ.83Gfb7,>5.P.>v!-;FUV]9pO`?v }4NӀ|#BTJ(S0T ڱc3i˟!b5W:|;ew}b&\: {X :|ܠ?xII^+ބ{A:H7f`vjF/_(]*҂ޯvJHL`Ba)khiWnU9|KY7~'4ޖs&읞>~Nt~NiO%#$ -x؈E/St~$[@NJC+}A7(h e* bxG fpVˠ_AIxFфlၙdó,W0ǫ͖-ZȜr3mbU NcbmʗGuiWEsMF1?On)<;z/K!HQ_8? -zWJOp掘tja?p"DMs{YD +s^uWe>b.C{G#7^ -q0_RebeREe =FJ>J'sXS׷qfnjqsY;0AoFEy -r杼6O&I,ҐwF~߬f[8ڟޫŃ_QVcy]""9|px=>ݵ\ыW"8K4N+ ==+-R[qKM ?b <iEX\-NF1 -DZ+O7j3鵐YF-<B!ivf8) |aknJfuL67}iB1._ a:TCz87.Genl1_"}D[7DDP\1WQK<}u/gC̰7XsIȜ3g1[7zO*eqdܰź◌ji$Cr;"z#' ʎʿ^]\4q4^@|=`(%hQfܵ,]FًB <*y>{Q}5l+h\ȇzkҭQ|7/LKM gSOMצK)%.ndBmuFX<#iժ$_ɅHwjpZ웼e&yZ -d/gwis67+[eD8XLhm꺯"xqۨޥEѷrwm# 3_ sqYdF򆎊eB,j4 Qb<=I:O;g}c xe3p'UZƙ';fJ7Yq,5TQ!ǖT YB{n(.;_c:bfB$X -)L n{Ѱ,&N67v0ETBǶÞ]Hcćq -\3quucyoHZ_Q_ػos(=r ol*[ R 츛A6 -und$8¤X~$l_5w݈@A>R zӨߢ.Tt1Xʚ+wM$ ržYcf 2D^6#뭞(sB&խD^p&e(1~p7dݰ@_i&9==:Mʥad6pI:;DV5N`Uɠ#M^lh#H3{ na8lKw&@fhm=pi*qˍzu3KT]U8A3V$0b^fyKՙ,](˻#ى^rk4eEЛPbUm$U~-Imsg/Pa |1A3YIz}'и,P5T$p{!h~jW*3Y izh%o10;ͤII2чh&o8*8Wpnz ,2T*RMҼt(+E]_Z;L±ُ¼?M7XX$6bˀLI栏yæaRZk*D#2~V$zA7vQhށ<[:'n4IL{: 4kܞH76 X=u_q G !NU؏Yu?HKE2ߩZ 0r\'ֶ5j}`Wƒ [M:J*?$H9@ZCH';R~͞ҾJM8Usl&Hd/9g])2> S;a36ńQoc&*!jƋD$UVyoIcxKr7z9F{4J;/էw,?q7ЭʏgVUc'oBc37\-_<kzh "ʻ5 ;8U+:Ps D}rZ# +xmycpemtlv:vұ᎝vǶmFFv:w=Wuk13~UTdedebJȳrX()ŜF K{;q# 4l6VJ@cB"@ aocjibwuuvuvarrdgH,3K @LQI[FA +@#lJ.6&9K3`fw03NL"` +tC /&"cVٙ98v #FurwĄ +04v=eS!??Lf]lll1{[ oo +tedki_ DQ%KgIKw%͌l_uMEhjby?zsv6ׁrb5v&vU?Z9𯶒2qF 'Kw. ؃D%*j`dgspx9x}]''_ t -ۛ|Jm -(1T_f_E058ĿSsC" 0ؽؑk&3"& _)&0zSygkuq J__ T9u,@b6,Fݎ_]|էFDWY\ A"]SX8mZl_+in{x_f:;~jꔼszrW:A ?'1=f$lزO:Z'g`JZ iF^KaT3"9,NѪlM1aΗjK6y.~M[Zsn1fk '%k Zp&1? >%kf{ᶺn^* -ۂFC `aЩ~Ju#fhNsťjܢg*Υ@d+P>TD(w0r9wpSg`+DTmA۾К6tBnQ0B>eG#FQS[ڽQ=oK4(l WkC6xd :q#nZYo}_ýgvJT_#\yXW@4-x +n۩W= VI@W@ꥤF6HF?z̋/D4SOU\)UM.Zb#> |cZY ' ;P]1B㑂ƃe8*E!QPfy_ +l;뻭^Ùd{h:&:-WڤhwCИ\xDa/QGFHA^"vz/n#mk;*iO CNOTxH$cfo4mu!\Ǟ|;΃UTϘN`vQOCCЋ r|KqܱwR D8݄@"$xEeN@zJ4%L>9`wM<3⓸+cb/z. H~Fx*E`Q&ͻj>/ Z9AP§+~p1TzSIj&ddn?P&#Ol3{0?7WW`TLOw٘1J;6?*wW9HfH؉\F:!?+1tdnw-JBkVKL.5Q6Or-ܾ V'̜ +O@?2An%Ʈ:iqww}ӦϟO~˛,w,j^ u@ە.EyL$Ũ,6럢L +}=sԿe:S.%1hgN5Z?ҽ axrc>Z֨I(q1V;~)rffAI:M]ç7qV 2*#¾m(WW7džI8mT>JE* s6otC~;M#gDiVAً 4zS`?mxReCT^Sc]JQ% vV. \B㛩ѱD*N5mVC*lC]bS3jrꬿ;{1ﱊ9ĻFoT0}5n_}_--*5LiH{7ӈS>jXrQv![+ ɖbU{=9w-AY;ETEysBhfH9@2 μ/O|Ab!sy"?|{`YR'Z(sHv'*KmٹոK92`˧v^ 7(Ŝ *#_C!!Jr }0W޿ReZ d,$-ϔsu˓y$27ϽEd*L`%~xg'@rhU@=%Su%C8ȣW>o*%tųK2W\Cn',^k%z'2 iLn2PN(p2f'KwlLG~),II)JVr$rgpZN?UzQRQQ#@άzxGʜlfB\^=2L?k@ {}xIKh!xrh6rԕMd@ѹȗ0ȟ\<}RQ_η$24|\cgu +RA0~]IHKNwT'mEĞ`aZ@?/*ψGeJyN?!ZElM+MҥclK z+a[9Ӊ>!c[넎C}XeLP1?p4 +4lgznd U鑋M,iuvxF%|Kgf[i%'o$^P+^?;-~9 +@v"gzQu841ajĈz{JPu4jT/۾װ +,;ur6lrfՆWP|K}nP5lO0ӎ TP6,J6cbW6ֺ_l /s `F>(I8yc25gDOOí2Y[;T^U>7K +ŠdKRRдCų +^E`(ն/_/i0h8$oYpG@\A'8rlHZX ]]%ΉkY}B7ŔUՒ_PoDIpa$`w ,(4-Dy/M=߳~ +K* \Sm7nxTa'&uʋpy:ֽXϯʌvX T,^Yaz0#d$ gBGΚ-/3s"f~n!u +$ p&gK/\~巛2vX6e+adH\yRᄾ.I=a^Xnjq _J ۷ w1 }b?d֒ +mh7?$4i$i0t='xֆ"dboQ3m]|IY-1]Sl'꺉Te~_':=Yf/) +/{Fu&=iЊF%WmLg>$qNe=y(&/UQȋ5lX‡}zbiPܒ"66HQlW庑M6mgj9H>{ޕdDd A;q'z"g-O0!Q0YVޝL zuפ^P]Ƃ>žsbʶG#=\ [S1zFb/RF@R!B?a<ŝrǽRDD+^[yW!t6-;dlg_~1]ԟNkuV30`e|݌ڢ*[S8C#*e n'Xo]*ˑH.S}{Foͷm "/ +"#~T7!i@07Ba7g BG%6Em +Ӓo,.3oп)_/#IWPG2i=EA"BKJ[4I^B=~sSXFφȧ`ywlE/r_hdM f d',"Yxv'Np5xaa3C{?Isl,E?k) gZ7Z|t˻Nw"yp|Mψ)'&,?3&8O ivܺ3:`1y۬pv4)3ص>P%7nx`'W(=Ĕ(C8Kdh$#CK=n}CnwF!LE|6 +x r[[;y0Is' 8&+0wd( *]6ݢe'|q`/S[5QJWˌH|dDѫi: hFV%,Ij!p'av=78IǃU# Cf +ӂ~!?#&i.mBSbe9wc|5+#ws[x}i.<V0Pq7,rRI]$+S&(>yV AHU ko{=dt-F< >33pBmUӿ3$l_ַ_+)^$w}e y=XEOI~μ0i۞`h^$EPᷟZl5l k6ɖ@J)@KTZ3٭<+vУ^Q."TB2{h\s)EGx7DW ucMi?~! e4 s /)LU) A"l<ȒAAŋv)IiDͳ$jmgPSU"2R5.eR Q~4&.}&IًGlEix_NMkҵ|k$5hn6- 8|',sH -; tmhYɳRuƼ#ʿ3xK_s$S* +gI'@  ̨$\3ydˇ 6_u'y$ƬIWD^qeGA=XuJ-(bHJDNS.iZ]T[}C}on\遰yb s, k3)Bòݍ+Cu۝5qI,z `^gr!F_8Tfp gAQ> қТT \3ͧ!?;h.5/\B_rzPE$fxi(n ⛄$)#CXuVt0͏޷[J=|h2 H=ƏM@u+ZjS Bi̚'?Sa\Hb􏠻y]4W+?& P>w}=ʞjے"ڠV<j%>7Ԧ\hdȲ{!E(ZѹXyVGF8clBV5~HcҰ[Ũ_8U3kSobr{޹"Q#AҎ*RrJJ'%;HIy1֭mxp{RH;N>J9ֱ:V'?RME~p K+&-Xzi32fi ͷide`3ݲ4$F{QQe&\b8b9Qt6$L +2ۦ9PUԶ&lSDGu}k$%cl8zG{c^~|w/55a&QfɮЁXM- _:/ƃ뽲!EVyEovs VP|L0ܻދ/V>lXQڌ=Vdd(Ԧ``)_f[Ѽ6[#qJ[&c?idX‘cr`餄΍;D웛ɨPc!tէأ!${̜^9Ѷt>W8Dwb7&NP;c栫B(mY : ]O󱍑ȒBo(󟯵ޢ&n\}vQpȪ!ߵo*T?  !y&R8Zz6v Ӝs$X7hHb=[8?@70-On,64|gk!>-#l xt%\4 (L2^_Gr'6]1~mSH +*ĜK5n<W"R#W>k`ad[TŪtT?!'Ub߈8Ϣ~`&m{1tYjګCpP^:(%(A HJXźA5|¦]F ĕ ǚIYwo兺¢[j(M9[)F-NxLTV/<w[NOF؍%=ܳukdӖ D' Ak8u)]@@LWqC_Tw˵C>¡:h3uFJtWxf뵍g4[Tm-m&HB:TJ=#< [NCab;_(VkDIO2)/Yp'#CւLl_HQA,DVy~S-$IGDЯ%~M+,N85LՊx\ο9"9Ϲ +W)u\WECO`X*Y;XAܕܒ'z9OffSTzML}W?@ ~~MWy#1- + +=WkG741BD0ݱG/1aWcgb#j1R~&[_wab>V}xתs=^ ٠qwkB>K!+X?o.Q!ٌ@慳޽g"""EzDs!önK R=K,4_S7=/Wu2'2=_yzj }Ӓnqz)MJt)Q]fA>RΖP?-~aX%La59Dd,{ػ&,AؐǸpsn1ݥveJb6ٮyfdN0-$SXԦGk雫.a㞦/H߇a;}p>--Ai4 ''m_%v]5p=S-B~Jw-v.&kvToԙ,߮=Ԝ u:_hEǼ>\/tׂ+Z!W7\I!Qc&MqǤfgbkP%Xhl{U0+T: + c/䝳9YR8NQ@)JNy^Cr}J|7`ql~pd!9pm& #w7cyFI+fwRBdMlN@R 0ZEoNߨ'bu]7 X \ӗ'[(hW&6Hc{ͼ,EGa:Bb(QX|':b\@jZEUޣQ'Dś/ `k7ض}iAI[a iLhΎ̺ᏂH~D̆RnhcFmST> *F2WpczGJ4в]WVw%0Y#(X7oh(.c&A%{CF?/ϖls-Ϟ= 9Tjeo/5 !&)Giꝗ6Ry0~.gWO-CDPo!w{ xiw.(8X=udӬ ,C'0SUvʬzvqpLfky@rّ")Ms;OמoD3t=d^PW4XO"֫1#۴ie*3.E5bbX fSݬ~Mmt4|Zښ =/n[eïz ]9.jL]Ș BC scXPs5H1oc9*Zy!.=ԛ/4rZZ4hR8^&u/4@%:<ywvQrpb?"bIA +[;'q e75QTcpf&0OR_b^[alO[ hX6^3Y1ۺGL E*)y -yddETaU?*)][v)5(Pʈ(;1XJu~EZz#22 gMޖ;fƝ+녓!~w UdNe;R9X'rYpw)$溱b (bԟ?e{GWƫgޙ=Ѹ^̕&ߋ)KSIB-]`׭"wFI W xpa7/R~ S٧)(c` +q] ]@ ˓~dywE:/}Ё흵fzp7(L~x<{z#Ƭ8&LI/j]cHU~?"2e.5ӉsmeG[ pj*Ey{itk%G*J kKUdh>WdQswMG4L|jˊkbB}R9:QE \t%^mV +M'{@ߤ^χϼ?aW ڦՓNrd$ Q>l^O~Ժ,ӂ%|Qd%:)fjhH`_S8ihO{mE\>zL}?q{ԧlwz/]&)~=v~ 8#U[~W[KCa-u 4*KcBdp_m-Ps!r/Y>9NLJD[4,2 ԑm~ }C$hc+Beλ0ҍ50EZeyog9 %xgU%15=^Ak8m8FO8q +qE{..QgǂHz +vJ.I,mM`l*s`GoawR%C\=4뀣xu+O3֗L b@}@@WI#e#_狁fwOF8ѷZ34tlğX..4Y+ H=[>HmqڀETN; PtV]ہHqW:Hɐuk]ǒ*s K endstream endobj -3308 0 obj << +3387 0 obj << /Type /FontDescriptor -/FontName /AAEODN+SFRM1728 +/FontName /LCJDHV+SFRM1728 /Flags 4 /FontBBox [-174 -318 1347 949] /Ascent 689 @@ -22073,10 +22490,10 @@ endobj /ItalicAngle 0 /StemV 50 /XHeight 430 -/CharSet (/A/E/G/L/P/T/X/a/c/colon/e/g/i/k/l/n/o/period/r/s/t/two/v/y/zero) -/FontFile 3307 0 R +/CharSet (/A/E/G/L/P/T/X/a/c/colon/e/g/i/k/l/n/o/period/r/s/t/three/two/v/y/zero) +/FontFile 3386 0 R >> endobj -3309 0 obj << +3388 0 obj << /Length1 726 /Length2 9182 /Length3 0 @@ -22132,7 +22549,7 @@ U4; .H*U ieoa'$!=v:; %K|KXt+e)QIHJfC\?+ endstream endobj -3310 0 obj << +3389 0 obj << /Type /FontDescriptor /FontName /GVVPMH+SFSS0800 /Flags 4 @@ -22144,137 +22561,65 @@ endobj /StemV 50 /XHeight 444 /CharSet (/a/c/e/f/fl/g/i/l/m/n/o/p/r/s/t/u/w/x/y/z) -/FontFile 3309 0 R ->> endobj -3311 0 obj << -/Length1 726 -/Length2 9466 -/Length3 0 -/Length 10065 -/Filter /FlateDecode ->> -stream -xmrePܲ-]K ܃ .;-;www nw9^ի{k75D&`abGs!`{;q @V6 +25@ la К4mf`[@lj wuuvuvarrdۤ 9SR֑QJ)j@v ' @l -Ats{'Ϳ_` -rfdo PPTRTH1vfyvglc@7o2++ l -,vMo?`2vQڂb.@ dP9u l*l%/Ck_X % 3e0@>k9 - 3AMfv6;. dRWgS37Y  : #?'`\qXu#,z %*je䚺89 w\2E^^7lZ+Q8ajXaxhF( t2D`lS榁B=&7X z,a[TnxIhk{q XYTsR)]K5ڸs#~iN΀;S P9eRpa" zIMhdYPscƎ;E$=_\1W*ϫ} 8}bvgAyTr-YȺQ7 [;O}K8gtܙ|<0im:k b+#j V9uW.ne'>|\zշE6x.N<0&$/^T9浫uR6ԅ1mjpƷ6ݳVk ~ʳ᷉O4\RIJ:~ yվ%O\ǾBK}_pd{S) Sx2 r˂-$cz{~ץ\eS֝E$``J07&-C.k~p TɸE[ dI"{P4%h?^5uOzc:'nV` 3+ -度DC}]ž ;<9eĿSy\|vC?fD\wZ:mmAo'Cq/evdŪOƨpi%7T\XkWEoҶj*-jQ4s#S^ҼHApw6 q{r^wzId &2{Hd <̱1 }oqЅ; oTOf) AJg -@{$ȭfєD32ޣZ ҳ0mPEXnM%_m~ zw|:9spK(bG3q~F.\Sۯԃ~ P3W$cOi BZ&y~@㭾}@AOU5S~DT$4{vH_fˆ98m5<*Ht>qB'V!-'W\v|yW{n=[+"'F5(-\]Cz y;5\ʸ|mʣ2gxya`q-^8$$ۡ?,2 '5,pC]d^mwTor`hɤ#{g`Rly䤻f]*-|f0UԷH,J =,ȇNoo-z%XjOT,B˸S;e3Z)aUJ&0zk <\;M]6.uHۥ?B pLΒY"^5>h,q-Zm'uhSYI.0:'@:l]#쏴3O]aP# -/h2f8(qL%a9z{g<#p~9pDEZ=.S,́ھpD;'!#`(ZݧɇnQ.Fcdj!__De(Ns,9An-Ҙt4As%1xG&&xnO M Ճ-_hlFW^ӰE.tʲӔ?Zfά%ѣ.^.˃JFː̩ jfPMMi.05G\ !̗$9U0AotOg{~.]L{"tCl'> -֕չ7krV5ט J$vtmpמ;ϊ?xB -&7 pZ4fxtXxQViVYW@4.<lxſ,MZ ?:iOwa [b;oj bڃ!/pu)[X,2 ;C3p}ƛbō->Ƭ|NOў\@0.raֆb:ʝ\ :tylnD?;m R!28}I@ ݺ/Ѽ}3z6f6^p7lS sU$Tg#jG[5@Ю!@c!p"Hg*G/*R۾=x8M - 铲t*:~Q o6"W6g| Kltl xEzAl~O]pO°VƎU2(|*,]T,skl_Q1`$Hbh܈7u\(408Mum[&0[mR9:ОbV]#щcŃqxYȯDل 6زm4rgъvdzh據>N(&i: -=9: %]z#uF~.ϥe|9;Ӹ̉زP_NK;f$tC; -jdaW -F?p5;f`[XpmVt;WF0@YTmj0& -Yb}d_gI>PPt,#͵HnZ͊M :]Lɯ Mk|qj:@F=_%&&i/ -$ -QyPڏ9"4^FF6;l Y}r^ӻVU+y+NIgH5q7R^gtm[QABы쵶Uؐ#>5 E%pavefUFQA۳0J&>KX8c[3~ s"f&lOxfAW>ڙ #h{`t+W"[vJJNH 7&&,R‹郯-8Lx~U}==zD# 5H:߁79?"U/E1iI.Jgw]UxxSXbg[#j˺ثpgQ#=gkD7[d9:R*w%YӴ:cdYY:& - d48I -Sg[dxX|v#oBKjp^&M -V K$ rVbv2Vht"app#S0 VB޻1+ ^<8F5s];|B;Bs #8Gw׏ɚlԹÈ:U0 -¿DZ -L3KTn>ʨ˜'Cap.ǻ>[Etߜ^b}s5nKs \Q Âj~=$XzRusޅ%3A -EZ.qʘ+`yBJbSQ#(GQ\m%K,vbۭNs=$Ƞ 0]w3?Qp՝mGOl:1ob~\۞o}|YJu$ ѫ3qf,0THeW<¤mSw/q^-i=HhI y;=ґ dL JhRoYӰP⊝=p_dgŸﬕ#5L{+/Q.,$;0K&}>"L s'GO]i^= -'U//@-ޗZ8-',\ܡeחx4nqԉy{nJZaB)/dhYT}DYQ^[蒞.m½rtiכR.{Y.[8Ys![JN #bWmC%,]I R4y`Q"ỴCxI |SѸodͯj.ߣn Vn c1'aFX(|zx,gTC1w2}ʪ,%)W%($0,І;" h+{#@^X- y#DE'6C!Y%ifA ]nEb#ӈ\4fO>Q+ ߝy)+G8@/="L5ռrzImWL -Uy,h._#OO!Q)?r[4u᭭UkAnH~~cr0!O:7[V{}TpI $l|NnKiAxNjtz!G2jE´JڒSƆ6kv\{C{+A3$sհr5p29Rf/)Fͣ*yMjgX6ڣOfWfuIb‰Yy><įZku2ΫJsܼ%`$#sS5ܙҟ\0d.x"> ,@II[FiR|~ZLwAܟ;8M0uG(GA>i߽0 9PcNgh/;lOh *W9U!H?rsuЍ'R*>>51ya,:ay;Ý/uyJ.,4GZae1鷢ѾOX9'᩠IBq)QB5GGɪcPŌZU/C`%ПIgO?3O/rE]Y7)"xkU:Q Q[ƒ_(GFc; -]@[@wKÆ;`> #׬:C)'ɘ%"z]fgBjO[ -.f4Vy!C7ՙx]?4A{S_G/“_jej>dr霐L2%+wiݙl_X _ʵ*è %}i:DyL-!їK3߁"CmGoTj֖ ->;HBh2e}Y׻)({çXh-VbYKYm᳂;8Ʋzg8Bfk%W]O̎-}#V9k]l:s"JMLP-iĒrO`Gr~YK ࣩ5U_^?<d$8L\"_*Uƻ&&kb+5I҉McLmӴ*TQR{(x5d -ÆO\0ЯAzԧ֓3.,^ehF߶ι$EISlFh::H:?ExdWx"' ⊞t/6}I2 -PoȺ)ͮW.+I`Uq6:t?3'*L_bJѭ,Vz7EOyǏw2[C7eNΝ64\lFjP3)l) Iu -J+S7|ԫ<)x3q-sL{bW[C(Z~hZ,q)A#ŅtWS% E 0` %.IsF~ɠQ՘կEq/B'|EPeGgsv`u*Lcǟ˶n` -|9#Mwzŏi46K+^rhC^eA(.rGA^,u/J\V-Ti̤(ï$unS -//,\{?,}dzFUMsF(S$4,rJeIa)_qu . r ))y˗X"cvQ^ŽGkJm )J^hSr`,ޏ^",Գ:D {5nc:8j` D ;%7rIr ^5l^K.q,P뷛j*J5%t<ǴkeUܱʉyA -ɧ=_=Kx!J&Cew(b2r"f|O+گ?O -,;?aڛ펩riй[(l{NGRPod7K\|3$c$z C{Nj 3&DK#F[3>UGxRvch'"0h12dQ#6NkNNXd./kjW.5jIw?'@3W -{j!\ -\ElB98u|%;Kﺟ QtFx ðODx^r>NW:ՅO48 R|jD{Hx,[ _PMPdˇd)vCN51g1tuc;/gŬ '׶츒gM0#`bdHIBZFPw2m\dr>H׼DX*ŷ10LQEw'1 !B`u5(PʧDPl4XLGMk?>gof2|׶$05UY*pR1bsXuV,?&hV`C,κ_K.<8:P>Ru`g1!틎s` }I2iSvJ^Uj^\84;߶廐i#Ѷ)^&B8pp |ݑ @/5([$`TQ?2ddNT:O#]"=*vŮSޛDG\4u);XR CY}܊3BHCZ -3@GI 8F`JQ?+T~+̈jdQ_vmi[X\ǑEP˫`*BИ,h>G -endstream -endobj -3312 0 obj << -/Type /FontDescriptor -/FontName /HWPLDT+SFSS0900 -/Flags 4 -/FontBBox [-209 -321 1528 907] -/Ascent 725 -/CapHeight 694 -/Descent -194 -/ItalicAngle 0 -/StemV 50 -/XHeight 444 -/CharSet (/a/b/c/d/e/f/fi/fl/g/h/hyphen/i/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z) -/FontFile 3311 0 R +/FontFile 3388 0 R >> endobj -3313 0 obj << +3390 0 obj << /Length1 726 -/Length2 10733 +/Length2 10851 /Length3 0 -/Length 11333 +/Length 11448 /Filter /FlateDecode >> stream -xmteP̲-]7 ,;]6qwwwwwwwww@p`7;[^f$vTv2}gg())1122 PR - A6"@.01(6n S3G? @dX8<NN|@`5$d*q5 dh 2H@= /Mv;fbocUU -3(  ?[;:pe5񿑥#Fڻ;G`b@S5ÿ|66vO =M,-e ja+['G=@ho P2v=?T+ GfZA -49Oj? d~_S>^w.dRPUS61Yj`o_+1Y)2 W#v_?l\=3ſ`f0pp22y?r֎wl -4BX[14Oi.--W]f_B ^* H6'&#ICuM(ԅ^BYB]8d]-iW‹&_po-NCܧB5 ʿ4[ E3/= Ѹ5(5/l^f[Ln<0EyQg]h1F7ʰb[w`߭4.4xUQ@Z<7 -#nm: rOx !|+uZjV.)\;39MY30PiZ#-H d:VT N:۩ꬂ]7̏u S%P=;!B hzK:W`ut%Fi@bKzksKPWni8.1E@_ܻ^/_ܺ]P&SK*{ֆ1x4 >݂L_6TofEԅ|j/ g4?6r7&=&5lj|%?#7{IF+Id"m,hW ;W'ڐ^ۤ9>$uޞ*l!jATK;\4ErM -q[˿3fg @=9᠃ٲe|/Nb<Ɏ[ F)&j~"dqVKNX[nYo鑂 -]КPԞ4#c -QA{z=aSVBq(BِIdbo6띈)lD=n]5 `YS< γ'!78CcBCݯ^rF'Rnб5d#`Lk `MЛReqClmRL)W.*2d,KzD~n;h_Pt`_׎9f%v#ݹgd72k|c̳j⌦̕tfE"+1u5Sh:Qf/qvZc٤hZ -Ņ-w}l%BU:6D4s.ei|B?8gdSD R~R>*dQ3tc* 2iG>WzX -{xwjZ*Vt-{q`hs4~[b~$қ+JIunficZ$aV Qc'By}Gq|1iP/X ;G:{CBM vkΆaUaעfF -wQ2-r%컝eT@6b|ჳA67O *HF+OpX~ܔ`>DMoLIOv2<$P^UF]rs47QE㎀/& ͚t4 Μ)8oMJ%vch ʌ@TE瀟ږpgJ߶eKn8͏ܕ646t;\ºkҡi.^~"P'bSj3,RrqcFut|q#V@Ҟɕ/~T6m Ui*p)J 3}u(:\OJXy gb'_Ia>{OE'iCsDH!klTƍL OEzIsv=^G@BztR%<}:2+$9~@X;sX.ƃ3{<knN+c -9ɞpޟ*jE Ȭĵ& _~Гe3`SXB N䨗&T%Ua7 iోɦQcf$XVա&m}eѢp0]r395'4*i_dmr"׮wć%.9雌2_8o$;{ ܌c>.Lۇl8)`9g^kiˑ5NC⒳l\)Fvtn5d5bpu');}HNC]HR‚%{Lrn8rAg"Y?`pyӣIYu675q`I&{T1SOQg‰rW+sU[sQSXoNC&m1m&izŦQ^nH5UsXuouzEV -̌ypki٣N!NRr Ky RŴT܃ p31WuDcwtcFSPMM*1%ӊ)׃C}xYc<ɞ5zi'EҊN2_\z(2 qлVD/MB2Sa m_*'Fw{,:6ml#z7PN~,řhFȓˢq(| wczPHv`҇=*|+sSUs>t-ooASbGPl:¥#g=㒙%QvX5LM'Ea`mڏW5H?= S̖|dEI/Jw/sM+}Slk6n6yD%rH;}ʶYY= NUEv;6/G!7&;sD-Tn R1链W18f2cCL&y-d/]5ѝp?GuG|g!T=ʜC~_9}u(q5;w -ctCR•QͣF=Wys<8eFԀ9Gni>h4x[\'8,=lSC3BBdtJ/Ð7Jr >Ma /|oj ӓˈQ]٧m}$~&yMyZ:lC+5ѬszihYOcQR[B0x\:CT4-rI\P!1'mP-D {."c~W@&:zAw󫬮5GK2aA#671Y LyU #o5u>ņQ4«!ll1cĸ/=ɒMm/Iz?}lcS,jbRծ_DKY }36vb>,sYkzBWd%_{@nRoC(6~ߞ7s_6^rx_eN^`H2n,;& lɕ%1boߔ{DJ˙3 -\xZƞSƾp)5&jsĶ92 +UEj6"S~SщI*֘p?qb̹]s*M7pWfE"Q)CmEjYltv>=Nr3[ˆT=Ip:Acpl,X!#k$ٽnGAMm D u$](z#wmZ,0=O?T#7Gת#y:LIO6gއcq~2GƭBkR蒒n^ro8bD],Bؼ+&!7z̚I]?XWB ']cf<'dݞJl]h+LV -Vyl*뵽QԎE eg]V1>Ie :߹rfƜHt«[c-~ _%RW]r#!'mS#$x~.mQ}6\C&k%хW.F]2P>Q[RZo"ۻ:|f7Q){xq/!1mG5%`c[4b}o3p o+-l8 -7CA&z y;XEG=R\ @~SɚI-⃧%E1 燅04Ӕ#4XhͿ&yeOT~W NC9g:lpgǶװP%nCQ!G4;"nV[,`m} 8aQI T`N6p^{RT&C%}O9v}ؙDm'| cwx 3 -#Ť) Ǫ]ٚ{bfL# -F]mYp<IslLM[zpIYGss'( 1u2ɪToZcзe0" rOT{r)XuxTנ*Vi0/Z&75XO[ߖR}i:bVQ0`Lw;Q?c] Hwvž'+K -G \*#Cp9:& 꿆 -H*N$jJ^񶘰0I>N7jmLBЏj"`2Vhw3>}%Ca/m1KL[/䢺SW?7ye;XW6ZbMrF1㑌+Kd=ҩfUIHo,O.#>S 긠qɹ*3tŐ'i7s.u';Gݿ54=(shjc&hmx?҇ɷz  z2($Oy@ØFzer<"Sޠkf\XǗߠ Ѿuvl@rR$K`wd֔@}fa%i\jz -PӻaԏSeRxbF 7u;*i=prO)D"*"С9@ο[N\ꏼYN2r TX^gG"JXg_\I;}BNQ:#~jpY,cYvnƊ>3){H [{I+mK}-ZVtYd+1wB\ń:r)9 'Q]]S#}E=H—`+)dL?iL5XcQzI&3z7K?* Id{2UD\&^K|{#'$ n ۱o

    ȾBeL0cM#Z( _#>/1a匲| gMгh? =e>֗"'LgNr~0obܤ]V#c< wAJ[c{RP ﹓Lq| 7; -_-\C@ʭ=`1BAsj 䗶yhcr5ܸJ[]KJAa+'x턱7P=o3êU\Ya3FB 0; y/0Ng{тiF̻ C#ùϼ&o|(fxq S{w*H|x8ɪC@sAWY]ˮ?vҘ10Tɀ~_?:~HFȐ=GGY-xצYzAPAgL);fN1[⼞:mʞګ%k&:qr^Sb"mqpc -Zxm45%S ]9Y(m; =(Լ\<9 e6"c\ݥQg3Y^T L;iknD1ԏ~Syײyy_/}<=f)][?MߨlOP01*i3" ->^xZFs哳ҢbXRA 0lЅWTHD*ҫ!2Pbnd=k) kQQ;cVg;Qhɏ@_V8RҰbZ.RS^%~CŤ#CM_vi0^+`때fRt}`vcE\逓_ڈ 38)^iVA^ud6rƠbշ>pB,儂(:1p:K͋{QU)v$O0sg{0Q>ĝiq=(y4jH~Tǘ?頙x* S9uxzxp4Ohh^F7' 򕣣fԘ aYiXBNծ9AC\ ` +/}9%QGy`/ )7Ǻ(~ZY)g!(P-|\(.~(ZU < .k;ۂfM4෍T'1F3Z Pns17.J+QѐeYJK+A#ÇVװ@^w kΥŰxs K܈UW!2Fy 9u< _F>tLC -I -OnrvK<!)))LVN7Zk I;@F6PR>O`J*/eN@"k**yZqhe&Ѷg\0UsX'J"}N$@VD]xAXzsm쁴#BThz"Bz+~|ۆ{mbKۉbȳKXz Q T~2"J2QBQ -ޏ 82Ϧ_ n/WLe_2JC=DZl&-[̍ENAzIA`e_ ӞGٴYkZ{xd -]M:zͣܠ7vlG`s`J%_N -|!NTY)ȹ}cÐw<~ Ȍk -߸n٬; DvNT\]/@ Պ%|ilg;7=?hF 9;&gDCy<:~=e&[[i0^?հ맺g݊Uހt(g3&*<bU·!0X0b// !ߔ_/QITۏݓ)Lz|)!qĢe9VDw>Γfq E{|) o]*{N22ίZ;S*J ؚEl/.t[ӄ%]xXjErL<7$<_TL[EA}3#5Ev"=s*[mAzyBkSL]Fv>)9Rc$2t*f "6(CKfJ.DqC2T脳rUQ:CG3ayI~mF  -/IxR[TDE>hlbIq˖ qs2 eoO! $e$n -\ - ^+pcሄx3|OL!onTlhD !}G̟ ?ǢyjsMFq3ڱ0>M.x<aϨ9)!}]F^й5ڏ"g9gQBE]hp~a[UXIKLnpU ef(ÊB|(PqCQU(\!R[ Ft=ӤLiVI3!3[IYf[_pF.n$آy&G`풋*H xHFfr,lsp{)Wq0cnք0ev4uATi+Fm.Xֆ7V_W i%P%u0"|fW]MC%]?媆*\jύW~4L#&l?v}:rRpETb;鋦'qTf6p-#*l쑠Ӥbk*åϻ㺔楬 T6I^pjt8dV b=;D 'ĖAc LCdy :׏6ȊR*ȬanV94R-^ ^P;r}׀OodZXI ]e{6y>WuԮD(t^^5<F -fsi*v'(&";RYA'ـˀh\vTYa:| sSVw:5 o&FњVwEd G$+P*:½1coq#ff* lƐL'(9A7?مO5Eb/;9nXϸӟ׺Y7!]'+CΒ@sek~[\ Q[הjnߑwg 8d Psk&>IX/W0qq0FXKTÛ/5sur\q.& hbo-%Oh~nX~|uFz^ x6T`rW澙$t29MnBZBQiW[WC5&"MĝKz2{VyckqyG?4N#Hր#S x@_6gTu",?x +Ȫ"(L+LFC +my*Z-_+~ݻ~3n,8IsÙ?pa`yA׆MUG 2wD?f.8f^l S[N<} ^ʭ*Ņxꇴ>Ʒ`Q +oS,SJ.U?|Ԁ'(I9Gcnn}%K.hO☦*iEKz*Jiy +(բjCn"KaL0KnUQnA saZ-4;>a>4cQĬ[[9rAgi2@ =B[T#fSuj +%X+qŽ:ɕSܥ!ҭsW4"E=;!5&lF`ex:ϯ#:#;JZC>/<[]y]tHN6։G>Ik5Lܚ~2{H=90: .ϺZNcUA⇢ r@̬;& fI[Z2(<6s9I[#Ff?+hfJ=F;燗v6A$R$hH+FD4 IH~HEc/#‹4J=%bm۩U]TKV[q'C~BOI 3!#p,LNvȬBgNY{qD Tr9O>L%=?5鎞Rj)(!pt![$(z1pK'aL7 1ދG]0.!ZH6]]([ ݹ"|;Rߜe4`t9̈́vޠz] hC*+MِpPNT `3Dsˇ٣I|#Չ?\m%>L$ +P\ 5=:"jyϹh}$1 ls0"2`1E&Mm%/P e[BT%g㹧bLB_} g=!I!FE?sA˓Pg0)}i]dOް~"1N +OZoHy|S\:G^ߵkyjV5}l˼+"y`[p._J{7y< ^}D\$Nv|ujl1n{f[Q8Bǯ$Z4S94yv0%J" )r/#&b_>Fkܽg+!zޗ/=8yN)fnTW("QU\ +n)m^hh+Cg5`9RJogo;..4uT^:469Zrj@DßMs/O"*LOO +df5̅D׈bs@BΛ7|~ (3;ERȢre9)# fSz T_ )bt闰V{9*t֍ +{,䅔 oqYԋslu&Hq/@ISDZɳ#yìíj7F>c͔}s$. ¼KLnRxP6/t*iH:qƑ I.n{) kKljrpd VV*군l#PHދRgYbw o E4Ht肝ZuR􅷮$R<{!<{ Ϟ!23`2>|!b_3}\xN}emtZ<5X)*2b +{V< +BV)yMU;L:X) $ Trͽxy:pmo ȫxʢE9AφqD<̽28!ߏ nM8צ F@^pv,(|(ٙ 8/-d%fQz_B! lu(9xSqOEz""]^co ND4}4/rx]v]C=6 +rwhD:`LP8έxՁM Ml8K)[8[b ?Ԩd49 I  ,=qVpCq!Yúyyd?[PuٵO$G7LDb(37)kZdeU”Tse90Ҥ&K2*<Ҩ*OwKlF"ӣĂ5^ig;tյHp;y*q=!ǟT~pbP~qOgW$/Y:S"dsJhmlrĊ8׌u$=Sr_ى5NMJ)ޥ{;nٵ˜.=|#X}c`jQz7iyiP_M 3}w32!"RMP)bSS 'X0]CD +_L7MYa{nn`TEھ2~=SHixNi5XE!1݉_Y1FKH'<`>ΑI:Gc6"H)yɔ{ϼD)W4!Kaw`6vBIS A7ECGL۳&NUG#:TC0 +Q5q,Z0K?:%Љnqp|\HvR]/':,ħ ԙƵohBeLD^1rHgnVs6UV'@ƖC `/{FxjIq )EXYNM ^\ɀB:ƨʹ3[hڇ-b8T. #=O݀aN1oٛ,'$ o3!l{ϑ&߰7m +m >"e-|^UkxBMY0R8崻8+!*ʛɑkk%Ŕce干9l'z([Q> +әt'`HpPѦ@J6ۭi{G/ϓ|l$0⤵d/2A(߷lVX%23gPkQZ2cUGIh`}}r m}gG\wWRpM듡9;E6HN󰯑^ +C.W؞ɸQSIX"XqmRÀW0/(avܕӰ"',\<(M2 >@k=?<2x!lX"~qܺE߾m>f X6)BnP;Y`fvBJqLcKs|жUtLɷ2bӜc*2 ߣ‰l1ꊍh:l,%ڵ!2_"f8 U3W'O+_Ov!IrJ9Ot$)uDZy G%`6bxwסϴX#Uq[U%_,/ &aV #Gv>1 &bC*Cz,8-j.&r/32=suNq<3ထeՕ `/l̿qFgvbԯm߷.:>4f'e,py֕@ 1||Vc*ì0ţ\],F +ͻ68 QR }~'΋0S䌶qIv", { }dE稯3{;}UoA<. Ee߸: qA㟘^ Dp,:YLi]>B:&W $GBZ +}m>tA%d59ra3"{^Vg5ƠҚҦDm/>O.kK6Oj ҙ , ܀H\γWe+pnُ:=3az k1,a>F:u5>clwKYcA +A찰QB%W%t{kѷKؤ|/kz_2fm_M۬Xgu\'̃a^u/ߌ`|$w.>beIa{)i,"*0b{Ҵ>;o8VԭZ0,͉ذ^QKFr0X˧rwHy34^HɜJ*lhN? xq])xoQ %Q&[2 "=?Yuthp&T7?3G(^gz1N{CXF +sPaJpg]و%Vޡm|ڱ}q@~hC$ќDa +aeZnyPT2c1NdA.K>f Z^K<}IL%&ʮ~ԩ;D-_IZUem ýnnD*+R TRE?sAAU>ګfirYk[qiŁ1;|dukРb]U(Aˁj]uиAI [Cso{N{\wX !y?$S0sH"i{YFfBw ?~o3 Q7Rd0p|& ֳF%u,WG[`,jj'+iW/Jl],FlUVγMV0m{iֽ%M<-[ō@,DuX&OuK+Tz?q†0:A" )_a~doqʔG,S.dnXF-9STSƊNQF5Ws6.tH>:&sAx{@9fHX{QN-@ V-yEhPw7~e{#qU2P4gEmb# tyAeygYX.X_gvSj1އp=`% F=(#Ii#gmʺ +%s M|(>kcx+}b :nKQڱkc' cWpJq1"{ZrZ-OvKF7 Q 0w9sWfld9A+XCMLx qǙ~J5OTVnե/Qj޿R>(2 mg0+LR(,g]IZa[,͊|zI̳8LN-^&X{qPJ;ez)nfTCH4zBrMey_];B(I&3ɘ^lj^.i/:q)d 8j<6bKQvr'HC yq@YSDhi'9ՀN~CT ,j'~1sCИ)vMՓ 3u=?5'cQ1c|'_D 㔶\2!<6Cd<Π}fn2⪹io)I6<N7w˵ ~ԛ$ȦrU AٳfmCF-RyD6 mNߣSA'#Ҩr%ʕ $:et2@XPyYe(xW(4Z eGC8ğPaH^N1B_[$ܾG^7,fo;.+(OVNn~ŠW79[9Ҿ)'{vLAh*X^XUw#uP\zaN 6Zo9Ʋc˻WJ;E\J+E q= IIY +3 /ks\_EKQmXfV__zٌ3NIHy0xprM*aкʸюt1{\䁡C:=.OHQ>H]`)B*uL +'Q{MR6TsSLZ¾?m]Dfyþk]>?%O8;{-*{CS\4#bRYFVGx#+Gvt>O{U%<~mKf OQЂs#EΎ. &2\2V'5jJi4'R(؟cH=EqPח3?{S5sSMyt1mX*y2]-G<^{6phoFaX g^!ԭͫBn7z.ku2Gy8jfEu.,Wk>#D~«$3)Z%,p i#k6D|'\9Y8 H47Gi?̧HK!(V(G׸b.5lrҿM:Mk.# +ero(RO!TMj>l?D R_oصlv;qZv _֋E:hE)BEs $XW~ڃllAev΂?NDOWmu41͜J#LƏ|'iLJO E$`^z 9( C:zQ;PJ &_gZBZHl9Ʃzǩ6yh+D 95w"A] # svҬB}Ī Vtc>ʼLߑMb@(lїx @5>FmH.hAem)ݒ*m>%r#'3M UV5%] 0E:@2= iʁ%98}ΦngIU ]B}fvI'Gz'"OB.UȟN|.1Pé1i'dQ1Qxjh ({0xU2ul:g<Q=oq +3]P AJ- w{J(gmv$/)иAK_L43-]bo}mWoQHn2 7u`ztRUkbd<- '- +UA ΐBѼw2}ܞ$,>l u mۄd('[R + +; ;=_o3?6KS^i +U~vGɘ?hsLY:' Xg'Bz6NJeurypZ`dkbmH,6I;,F!Lx6_E',&HIW|Q%h煏5ۯI47Kp#hykVE: rO[8-lu ˘ʺWBV{J8n"اKpJݷ 4I[YvZ]YPwC\Y7U6B+~E`SHTr<6ƧvQdaw5bU,w5w6E\BN8MdchA}ZCW vR*]&HTiN(N^9Vפz8glҽdmWz辽(Ccgd@Ƞ[EfvR{X@"?} ]mrؓ|\KaG+S?ަh HR9)a)tL B>KRQK{*e/4,-Tn+ɲUj ,C-6qַڪ۠|֍l^WW7y! ]FU +V_UӬhf 9dsg-aJw}cͨmiwQ9Cswۯ 4Kn])GkNy;NfbdM@E5>e!lHX7`a%s{.#22Qm=iW3J +b/Hwݳp1If0e`NZŎV՚e{Q0!l?q`4A'{ڼAY*o *_#/\?8Z7̼ZQ(uu惾|s>0ѐLanAaA1Mv";Y[ +Kj9dڅ!6Hz}  'ǘ5? endstream endobj -3314 0 obj << +3391 0 obj << /Type /FontDescriptor -/FontName /BUYXNQ+SFSS1000 +/FontName /UVEKUD+SFSS1000 /Flags 4 /FontBBox [-201 -321 1483 901] /Ascent 722 @@ -22283,93 +22628,88 @@ endobj /ItalicAngle 0 /StemV 50 /XHeight 444 -/CharSet (/A/P/S/a/b/braceleft/braceright/c/comma/d/e/equal/f/fi/four/g/h/hyphen/i/k/l/m/n/o/p/q/r/s/t/three/u/v/w/x/y/z) -/FontFile 3313 0 R +/CharSet (/A/P/S/a/b/braceleft/braceright/c/comma/d/e/equal/f/fi/fl/four/g/h/hyphen/i/k/l/m/n/o/p/q/r/s/t/three/u/v/w/x/y/z) +/FontFile 3390 0 R >> endobj -3315 0 obj << +3392 0 obj << /Length1 738 -/Length2 18426 +/Length2 18539 /Length3 0 -/Length 19006 +/Length 19124 /Filter /FlateDecode >> stream -xlp]-m۶m۶m۶m۶o۶mo߿o򲲒bjQ\bv.*t \b  tPN.v".\&ʦLL PN.Ɣ6XZ:ػY[𸹹 99ljJbaJ`ficJ ,))'N@!.J njgdhCjdciL ciljlJI`fD`_ `fN*br**v&2۹8smjdc?HuDH`biB`djniE/$ c6qu@#CJS]ml mM (m\]LdML aҌ@Ƅ@俉67Bj!?&Kg1KSK73MӪO?i-Ϲ]^XF^Q]&nQ;c{K;se5t2ÿ -Bx0?]҃@_習ebf%eff#`df _p]L\݁_ߓejaj jobV'Z<_J=?kJ6wh9ba|U;hĻ'Jdo -sg:0Bw뽔ܯnS1BD X.%ss#Hj%;NʱQ1Ơka7a}NR)K/!u-¼EhѭPxA>)EQeq_fhE)9WI (}Λc ? aHع4 e;n(8_64 ]3?P;z2N+$ Dͤ,.YUT%%*vW6Ypqy'~GtY>>G3mqAN/Ӟ(٧Psr⤊~h]=_5ٵ'6c*BT OHn>+XF2T yJQ,Ӡv$[ ־+~'VR ia∩ӂ&5A̐uzz}X7`_ -{iڸr3ǕaSthrgMRm~M6=J+ϓ7`tvC)'M2ѬY@LhJw@J7+ Ѣ52Noph-dX,o/'h~6/ <Ga`NiPa6HG8EnUwK(/(I-B% -ؽ#.vjirjp?/΁ ϧ-7d&ٯDnH:fxE+;8?*oQIܟhODž*|[a1$XաпV dWx^D ".{RE&y\Wڠ1VG{ڸ#,?%]ӄDb' cZ޻2VNaN2^*v{y-/dNl`sx -=蚑?LZfb`N(Ei7w_qulixe4mU +C': chhbwSj˓VNZ(.]qkvE:V"Qz>Tb5Z>&kEaA;~hő,<mτ›x~nCꑰ$c_(hp]o1}hG(3BM20¨C\ҏcW+`{ζi(uXz9ghyz iGA+Ѻ>1)N2l+YO*8ߣzOjAAg'J)]ܷ7|%ذ0L]O[2Q,ߑSQhv lc'`PCC{D15ɓH"n8cQڞj!XWpzB%4EMX EGc𡵉8U!C:,!nT.><;n E"|ׯƂmHze4*SJS-ID*snswM*C] @<ghm_`m繚˭LweڲP>DmH#D9 >,.bBv$Ыgj3[Br:J&맮2_~e擫6eV&7RPS#' r69?5K9/g#+ ECK쑱.U9e'kPwEnfs -3|zi.-{H?v)M$/3vEh9 oW-!i`KOufWMAMϢ/=1dcfc&Ҧ `48lR#S0,2do3ٝ͠p|R~~dH!M xLT CtMⴁrK\)@<$QM< s~ԝک{KR E>:oE;Ir-ͤ_ -?=uȖ80mYA(`PiOh᠊zZ=Ȋ2?`?a5lJ\|֧g&1F|,b{ƼP%rhy̡e|x>yO 9a I#ޖv͗%&m(+UwitCLc$hfa S0d-M"X՚-EyY`F Xuz}Xj#W*.7QgF0C\;L'/ް7ORx^Z2q1[57L#),nܖ8m?}=m0%軚롾~8hn1`AByé?ļH8 }wn2y_E)LbiOV+x`lrqK6a8r-I8ʆTQ*Z-OQRqߗBPMu!rY#~2 E94'&nѷZBCb#Y݅"Q{zyK4,{h ~XٻgtxstUCډޣS&E3Tg~?.N )~(&w^W}tUPky_$#^nhGb~qcWB4W)sxJ:OvfKSՑF段9%3ٽÆ Iߚ0ӊٮ,“/\}<~.8g08,1kCm,+NFa,i@JE Iup_,="@>^9.C?T}^DB z-r_ )fh} 2碣뤃7T9?G`UQΊC63+c>wv SO_&Z.XKufƽ]TВq~иer1Z"G =[Dd4X&!6_hje' =Wr݂x0 G~p{rH:'$l<tb(BW)"y~4bZ>Z86OE3S}B%gzɧx% 1` -ygot[#)܏0hOds2G'MX+~d2G[kS_6*[>JA ͙6Pb;kQ }i΀ϲ w:{tV-&dY[3 T.c\_١v$e5ݒN?+E䞎_RW)2u~305̟u)&|NDP4U b &F8ARle]Vܚ%/iPK -weG8w)"?awm%>4x?qͺY)@] K4 A`v|Ьs?pVbpQ?U{oԸArt0{]bAC6dTQ.{b$j'jein Ձ<0VG[k[l -SB+N8vw-5>A>Ej#/m0Swձ-H.XqLj@[۹k Rэ'Z[78Ȱ3׌ -X.>6ePV2,>ٍP'BӜZ5/̇;# zFdunsm]Kcb[cSZ% % aw |5zmiJG4hS2@Z/fQu)(Y\D2[.{S|6O5`9e;/?-u^ )ʽJ=RcŦv#ƃ>Fi41x'eǰ}-Y?s,yTCawGߦ /\~;=-`U;jd5Qs9q dҳv^"ޡk4r.U?km."1HTv'xe\Odi - H s(XZ{WVɽ>^5;Z|oGb;R\%dq@_(g,7k6PX%,ϛ {9eòhYf1T|U_8t /+՟/5rDkK traǚ#ޟ<h; Se4Ea?EB2blĿ{,$q X=O?(-A<p|bR _'Tts@#P`ƞ@<̰JpaxLEs/C>KECp$ο%[\:Jk -t¿mB,xX p66mhqyM21V:>BNσO`y>;?MA q5ЏǮ66> +Y#`Y>Km0avvdy oP4y_p!Y೹)iP/gcc37Up?1#Yo+"?Kv PnʯjN璳 'Ֆق5O@ i@>Cl`X~&NV閼{I0crKqf#K.f x-̆dG1(N Dt;NyYTǐ߳)g"ur {ˊ8KXg11W&0ayG_sf 3R80!4,Ȥȶ56&b\x^ ],ՙ -ZNv &44srww5Q}} *Z zmUSr%rt]ga9g[*Z? ϜG]%8*![Vs{4 LvGշS,}Ѯ[\ο^v)!ӇZn3p"M#tB{)SYc _{\[h5B%d//סԚlyD-54niɒ$V$_b1Ǹk#M"tW`~j ̠%]E~sS@nHw -TB9*4DćIr -q'Viv| Kd;SCj#Qt0!VuaGȅu:PGW\>Oq7ťpb<p{No*wN87 K [1Bn1>Bo8M#?gΐ7 -*&ዄwm~Z*`YYY!?h`vi)(-32{nm%أ@-NjT8A -J2b}0J6녏C#L5BW*"K8ܫ)]ʂ|-eHO|&t[<1Jq~4̕`NN^+b5Fˎ[IdW -ۀ},:~H:D?+%yZltG~/sv7vu woҾC~Ec~h -B_8wKgP]׈]؝V m[iţ~|F؄0dȕVArMfZCKhד EBC"v@H X hUYRCq ZxdGvzS4{gut,+*E;(A .YxĦZMO.ݠCM1V2qqbbXNA{#({ީ|y$DtR[c$u{%2K.2$p!Ɖ톡mw'bv`OG)zH?Tp²Ya> '"/w)l( -QP!In Kcq𤼰uo=p*>]Х7]0HM@q|$;9Y4YNe FR^S#6IIyUҢ,996~Ȣԡ;2x Bvd_$iNrPUE~kz:j)U }eG) -;_EH.= U˗=6C:ӲTB!u7VrR7ZHH>BB0 ؠ `k *wX٪nٶKwT!s.m޴gSbXjTZt|=5^>U|M5[#m<)2ɾuո6ukœtNP@jJOl=Ϊ-B\00M 0]'J ԝZ9Np 2WCEWh>؍ CW+7q4Ye~!tSkdCDh&'E͡k(3N۹:gSV^x*%PE+=ܱ'I#~&5h;}`js;'JyQ8 L`ƽZ(], ʯMS=qo9̼{Z_} D [*Wuv`tUuZ-W{=0,|)$az⩰j02rRj 8̏x+ t ֈ19>i0.E1|RZ{% _N -jE\rJ߁1BQi4Vel5DKCZM=hy33Z sቧw";wYj@ncjg~ $j0% -f1V:cTo!ڧnu-r|e|,'@0rn>rJ&=*,H EiRET VqԤȧF*}$qB`Hhր4B$tl̥&v=揁0LS!~t f!mlw:[Q%Jz7"vbBweO&aaq5OG²#J8cM;/fF}yMfCv%al: tg W# 6mL?A T]6'ZxKR!ohQ<9a ׷hf>h,]P8-y;m'uPyGV""iloJL$+9~JV,oI|y-@G݉FdHZ=Iw(dVT")O&[VcQad6D'">~ZV3 ͼ%ܰb+1\A%۝$LEQr:y9C۹"RaD<y˶m{l'\<" uPQ%p:}Py2~<9пLZzWe Dsy9-XdWMBl;j9iޗݜ1`OY8j\|dYd t|rXV_'ܚ?a]G.l\ Jϵ/˶-xSHJGzRUg4ga[Tlr_z􆃩#۴dgȒ?W8ҩۤ*ne@'SLCK?H-++ aDe00"hH'md6 ae9wbq+VlQC}kyΟZt;᠔IVUW4; '{LK  4U\``}W;6#U&HlsϏq -m xphXz>brO"C.٢UL7oץ> R ɮ>4t?PdOtQmok1[֌txHmU=Oj{ުYDCFFζ:IΌ`h\^Ҵe7.aJ굚/./C\$\[ZD M DWrڅăc\.U-3jF G}GrO5y<01 L2S5-}o[z#T!_ V*FTy8OZ[uJbd-≰X'2[7o"UO߭vã1AAW+lw(rJ',zO$7/ݒ 5[,{m((s,leS[CTZyA9]:79p9=LhqZl}ɋI!wAeH>&|ǎ˖3F2:޳^!Kq€UZ>).Y"ܘ /@L%6<_ip{s ԖbckJ, -8/} ~ɾIoZ0- k oX[|a#It cM$e(Wn-~־{= L3t$tP*Gv 9jFQ!qjm>Rl -N:]؃'NDb۔szI{IIQ5,T5e)Gd$z\TR{pA(-d;92z:3r]6Wޏfۂ,@kz•V$Y,LN덮_4$*YJ& @Viv(|q#h"H D9]o^-Է,,@co0yE-/S j$ЊG/he?A7Iכ!:Qdt-T_TY>+$@6@Y4shYzIGݽƉ%y+,D1;B]mk_&|ʵi+[?OaqT+/^!I]n?6,1+S44{ m({NA&2Kێ\RᢞbcСiCp﷗괇&KE9l13|>KeӊLe\o9 hpbTS{C* FO+"4.({0Ay.M¡A/TuD742^[>ʐj^Q̍l\@RB >£:z%.e̾0e&utقg}/eޯ#q2.<fP!koapiPk$.YICEؗnaIJf-vb#t-Vd!"/A2=ޣ=t,V%"×(#b-3P[.LK bH -L֩LDq]ӄ{~x(<cƺe^{)E -) 0 FZ -%V2 L$ tyQi&z--8<*u"žp=_p+opk&H=_;`c!mSs8v (s4Sql#ah)J.~@ٗ#K.b$:[&-wx^|tu ylѽn@mvPb]Z2jsI"Fu:ϫQjvQ` &򋄾bZTM%[WaPR@V Zdyh[,m?L91"K - b-a=Zn?;-2Tfd۳`:*5/}^@y(J,t5~W*lV*b$ÅV[:H+/xo7ǰdD "¼,XMgJSWCQ//@X:q2ɔcp-*-}#CIA&[o>5h" -Wj7,fS$a`nϟ+دdd$=8A}0(I^-e矯$GncFwjG SL`mWy"l -o3:@M~gKU Lk ӎ)=7 D y ww]! -E8Glϒ{ر$u sR/:azˌ-FoMLו`c]C-B -Iev22XRWD%h5۪ I 6DgE:z3n|=b@0+Qꄄhl)C-s?ܯNEhߕCu?cCŲ3T+5#9zyl -A\X -@`Rz2Uid~2̪3-!5S>ay8,zzTڀIk)U 4\CW޾[ԋLNf@=* ǻ0w?N=CI Ew@RI<1ɜ["53-é%fBpԧ"3ծOx-'ݖ`fsHyA#""nJd&+?#B->Od~ns{0Im Fi$,7)EpӶYZF=]{x#KqĢ􃃵]8 -̏5Zԑnz;Ԓ*ѩ0 h֫Da{Ǫ* ѻ~6hRᶽG|]O;lʲBOܫPޅ\~EH+eg'ee2o :z5]G]V3'(r<9R@7u⇌^w1u1@krce{*8td[Tv + .d.LB9Π (~&gG)*+u#i=D:D!Y}ԁX+'~bŏ8yϦ/ QWӓ50IL1 (k7q-Tr…YCz#X$6\4ńU,TUIj-=;bܡ;6J m&sS{Kx&cT@Cއkjt!!hCu\˙I¯Nר%5 (QO44 +3E0û7>::a`U(yQsY2 -65g&΄2tǦqBK y>j5~K6\T$kz}XC3S,u -&㹳Lt1٣Cv&_`,p}xk{A4NЅk51 ($V8 `n2Hb5|`ƞKIc2#o}:jvvI qnNjɛM'j %Em3oJtpU nݴ$p9\~'f}'ЖTKZ?ӏJv)C.8`F0V_ 7)%PC>C2 -9=S#'+s6nG??q2laYaY/UiG[M/*i2Ǥs%CHM}/mC g=p)yyCm#;hy6jQn)44nM뺐PY:;)I|L3Pjw)[H4Ȁvv1MPw8$8=p\d:|9zQ'ElW<("Xȹ0'i,?R-ռP7h$ZQ&od{p[ROY"3T+iv~N.CckPإ?vSgՖlwN~Ki9Q!\@ aAc .{rG6s8.͵*(ai^>F4g#efu590K䔞.JTvɎX; h?GE`S odDa(?^޺-drX Pb@vxGcI-bs?M͔۾=4m3Hl`Ч'[5|;CYCƢQRQ܇FQ4jH)f4}T#,u,iq[6&֙)'e{^@~J5%6/b@Ps@Ǒcf^# Oש{ ՎZPS%@GyNLshM[z8w=@[(nH3rUq̈\D\ -{L #BldcP9 G=1'rZ"X~;4%Y}g~i!yVhsDhѓV8$/77e*~h_$wk qj[lR{~+Õ3LsGG`t3 ͏ԄJh7l"ܸ{z>YT6vYm >VUq͛iS+޶O孫 [K~5ghhK=9$g16qH|],!rsgmZn之 &W;kgS2(wڎ:'WJJL: ʣ1) q \ :z -4.,!,P΋&әL<'C?' !ElJwa+ocsK#-cqpm@7}:e'= -𲠑;RJ ZL9l -˜ =ޔoS(QQ $]~ u_l\P*A. My`Lo"67BkH]#Fy&7= -^ !(}\#B=ISD +xllo6\vm۶m֮m۶ƮmJdf2=#7@E\EHCF&lfj`/jj 039̌L0dG/g+ KW տu[#S+;+g%]ōٍ 33 %%/WHٛ9݌mLV&f.fTsg{Sar7{w3g;;TUb" "#{S?.xx:ZHF#?VgH0LLS+W= ÿx7wGm_?\C*?nFvfJ;G7W3g=@F1OW3{S3Yz_)WL\ĭ +#oԱLn#]377Y.ꤝ%b +v֗%(P™E +1x; /ه%6, r< +zD?!B8)z;fhؼy}dA*2aB2=UFY=ӛ n.-&MQfy`#fOehf4Q"%sLelIF5t0-d7b%l*/;ݔ) s͓P$2#G.A̽G@E|y`9jiw$Mp<)LLc1{ H߹O#FLB Ϡ3Чy+eyL@j[\m==eWg`#i~lK^aOc~#CLUlUE^P@Ħ>0O;QO:("aPKMh4Ql+!KM\n+Ⱦxpq/a݌jnd`DS~0C>u!!`U2j[)XCmTuz#˚ sH aQy>vGFg ]8B(#Mx!!A2/sM> +w,~Z%e9jV&P~gUA*%_)d+&:VPaH鋊9>4 B)ΛyѴy6m܆w0M╢!N -/Fl(gsyvv~N HNltІfq/oG+:%/g&Bw+Dm+4=HA!g'&`XQSJuy~=G +"=dJ˦R;WL MVƭie죭J~ NtgWLN/b}~L\Miq}F`XAte@fÊs\Cve|ܓ@#򚮩B-:놘9v5 䖸QzJ-6y|kkh@$ڈ~ t3߈u|Y= +X<tlCz/qa>Qyҝ<9!zj"/&kQ 2P6٦cIO NW1[3F*0QI_BI꾦: GɠvQL^ =Dnv㵀,+ zJo4eܲO!̪!Y$"&KB͵L? + i o@җemrG41b Y7aS?]>=3!&)ڿ3dכ,:SCm.kaZA(Mhɶ=([\/ YPYRk;C?ә#L*q`鎺V199 | )6a.X/ZwDV^+K 1uܕ~Iib^aA;'{~/brۗҗ핽YUL!INAʲp΀C0; q?4lOj@,"܉=^P.P`>v`bm,Z$ndDqn +g2~K9w; tiTnì[ C+nEiXfʨ! # w<8;A]Gȟ% :?adS>9 _>xؤ00Վ +썣"y`m() +RP79Aj?ZfB#pNYyĸwɄЕԸ|v1Y?YЇ h\Js+7.b+ԒZщK|#g]#LYx ԕt5Gx$Ue( <1Ѻ^s*ᄑ2m3&(ړ^@l^As !0P^;ˤ#A7)S'B +Lp48iFݶd{*WlP?Nze PVj;r*SE e)J@[`Ҩ\sIﵓptn#KÏWPׁh\D8$ P!K(8N]!RD2ƽ'˕;&`w|nˇ<'7E~$Ji=zuKA| m! :tľ'2oX" e[q)WXEə%l>bIy{| g8ժ.T`)3B B#tCc"́xD(EY䌱:/1Y_b[+ѺJ`F68X,`)szκCU\޾QA:yuVT묹q"kIj+WֿR|$QߞNJ" +=W!5`6zz_pwofӘEz>(9/ӂxwW"_vC,[*"0K>{.p@LS((~^Eb=?RO*u$⭄=cPma o<$o+:5f]jH!'Jll Ճ d;?~dxЮaut秳n1qϊRwua6ܘc+rS8=>&=4~ЎІdnw;Zƌ.tE9>Na%iCbK3S u" qEHz5 7b !i,9}ʀ ^U(&a.?fJ ҇m_t:XZҘ3[w ǖ 6f\2.TҰUSC E~#MX#P0D}Wп#9'yuo 'چ SG!UTR,8P7,(xKso µ:ZdW|;AS^qƳ̼ulAO  -R9 {jYL[ +lAqʼncV=΃4RXi*I<~WMO /W@am Q-M,,RJ! +8(ϴɼH*e}9mBן9v ޛƼ>r򚘾PʛEfgPjb1 Z^Nz2C\!E=?:LPV-L\ /bwjLJW\UXFa3#* JnK:1. ش("9aFIE;\k=Q`L'jU,8{p.R ־٧Z#s@v[VǵN~H ѝrp< npdZjgTCHwE)S)+"_@⯜%e>]b+t^b9}7e9z ~_M> 7,^Q5n"aC})WSƉ@ުMqm?Tji^VMp /=(>zGN&#T9nA-|wXj[>G@I36/w*+CcF@<{Tpˤ/=? #XI YZ\;EJk t?mC-yYn7e`~6liȚ2)V:COBCy~ Fa'+w~28 o;kb~ʌ]6ho606m|UD=/.b\#WG#7\i=R~u6fE桢E]HO$Td@Q8 +(فnC.R9 KξT_e"<+2faZ8 RZW-ɂ.7ԅ謆n+"fPPm#8=0qP7PF_:\RQ燮giU8h]ϡQPݧá:̗Û*"/J00rjךgϨGgޜ+s ת%XGp'F.'iNSxU=mƉxMkd/f2Zڪ֪:1;a) Xw D_Bq%_-!~2KGQtSȏj(BL~,$.MuG5L|a{"zb]P?Y#B|23PG +\k֠ +[ ;8R5vPbU*{f}ZQ'iJ`UT,ZDzz4yc֏SQXS!oUCj3s_'RE!.o^o.U/%mK])P}؜n9:9I'2ɬ}!Z *fkW:* +OB[+pɰY'|y 1lBZoFޝXCru@)+ƁoYLH̠bK(&~?>a&M?–vTp<0yήeJN̸U񪿑T)^;{Z`5l2kG?:P(li% @dtB[ĕ?v=yt(V50a}=?r'6tR9O8)]jV<%@ҪH9U֞Ok_ّA_Jxh׸FE{C+ YO#yJqȎq)e¯NUa&́:{` u>% h f1CH;gʔemg: 0xE&Kuhf+ߛPrKe&Dh,Zae$!aIyAXMnHAf~3 +NL8t3]fԖ89NMd}Ռ-(?MO7z"iP^ɏOFJn,XJ5| ĴٓqKq3#ѩm(tJ+pN}aGЕu:PWO\>0ՖoQHb9pGN_*O^8¡)k1k Rn& !ͪb_8mGΐ/-*6ߟgIFr}! T{*BbR1:Li}'T&Jei+[Tܣը Hc# ժ=els_Fj,fŮTV%X sɁyZ摞2S-ضyhKO26j"HaY* ր u~6+D^&ZjJ\oޤ}6Š‡F-V.bz/;:v2-8U- +!=ha1i. jZ,tFVLg/!%1WJFĖrAg .jl_F}`t|3?ջz3 4A]'ut,K*E[(IEySڢ,596~Īܡ72pF~P$aAz~XUEqgr2j%Y}eG% +?_ED!3 Sǟ=6K6ݲRB)}7Vz\7ZHH1B +}nЃMRsGn +g@;Ijհj%?,ԔMg91l3J)U mbck~$=*#6C1ʉw'"n/К-b. t_j\ +qY:z'8}K a WE! B&ù/.#&\N'X'Mk9,?FQKW C C9(e!t+Džd#dhfg%͡+(sV./S6X%0EV&+=<@I#45T;}ZBsXDBR;ǁᐖdBf ^m4.|&ĩ= Cd;Ϗu0b-#NK:{ 5$Hz:;9>˽8Vl>_ezU.! ?Z\Zމ^ip1$ü.ߠ.-7q#c1i^@ T%,~s岇JQ}^+۲Ntkq\%`w28 +Ḯ9z"P{;ػ30L7lm ?3Rq0]6H 67Ӱ:uAQ8>R}:29wC"kcs=MJb#v"!n4&(y?FiROW'>i|tVмs {7v/MoѠ.p]`!}~! Vz"2P6?R#mv ZoQO8y6KV +t %iiq9OOƺ#N0cM7/fNsqCnːqil:tk _' >m Ba0A(\]}V0#K<׳lbm.SG(BߢanjLAض×3A>ݯA_|p!访3e{30򦉴 .ҶpepMkEδt%C2ZHIzk/@*_;ogТ?:\:u<y8Va,υ>&D "kS, 6pZ,'ommlyp0_;W1 `X)p!1D;VM9^wNsˍar!P^(LLŤK8rS`@I+*_Մj:{v|ٔ`{+JCŵ@󕀾BÇ\ŴI[o%( 6 Xi&XZ4`J`/2pvAʭ#t|~:فYm'v8'!Oν)G_+΂QKԮv8]F!$>:hp]M.(i3;ˎBng$h܄(rDzkc~3[eF},#G +ǿ8 \݅d{<xN +njD4-+쩝;<N Xaylc6M3M NF~!O˱.7>ޓ rHe ۴w5ZI,}Ugu4Tv/^9?v%/ɕ +IѴzǂ D=Y$èn'L߮KgE&[} ޸A` ۆA{X0Uw 4 ŮJv{IӖ_)E/Vjz Y p!G+dmjvNvP=viWROq)T!<6tQ =YȠ<0'\rL˗tg)gN0<1XQQg)(8ci74)Jv"R +H]d7_|;JA}7: &̂lmhw) ^=[$-&OE&qF\fAFkv&9k!pםaQaFⱽy04*d[øPՓ$jizRo|)(Y)Z2iν:BwvGՈW 5Mje ڸjr:DŽοphh5=$&wkݛ?j1 aAmZH-A> Y֯_ُΔ] UW-VO 0ĽnMw=`' $6y'>me2/qI^ťH">AX˭B$@'|Iۘ?g⅟_ Y!Y!9CS9uQNC3І+dt,˗E!5> .=Ty(w~{ n{_tkA:c<QtV:TZh CHG\Vj[ݝ]L~WDFx]sx&/AW,/8_'dw;<@tW5tvWNEʝu:[LPnR AK7?N$ <Cs)‹aT4'u[= _y<'B=u?!3g/8$vSqo\V"!R\ GM;bJv[~iG&t/?8 +ER:6(_h%ԑX&h'X2G\͋7&8"r32]w  SN5;&@z_4Wo$M86]saoZ2U?[ӿ-5b[aR*uM}JnLJc|Y=":߽H1.O#EޜOWȑ GvxvĜ2cy0*"%چ$v5 "SVum_(hb-f_!cU;N" U}>y ^A$G?n9ێ_3%CE Who2rUQ8qYπ{Sy=8iS!-3:,S +OKGD]pdoD-c6HnEU ͹yzS:_88]S2LGa}75!}3[!m$p; T} Vy~ATg= +<4/8)sF A, O4ÊT.Mx*FV& +"Qj)tB4|-} > GDa3 *K)X~O$f<+qdL9wLWzI%`LKN8SwK8F-Κ BZ)dM $k K/ ;M {e>6L}&㿚l:=Ӟ}b%Ɛ_yw!78,uauxlEi,Mtt^W~0!BV;o-k)UdJ'/a̹kf;.ScH+K0_{A1qY+$Ha']0ekUfU ##p"#A)hZ;q~'zd7h w%= [tv%4-YtoXBC@mmXCa1"E9z67U-eHֹ@"f}<> R(MCl# jR)fik *}%b,vlL郌U`υRn_}HtGLWDTl#fHYkHwHB^/OѢ@&_pq1.nWYDHh]ë/Si2l?r|5{Yo1y\|,M|Ã1O 0U !M@_YͲq-JRb&g&)wevnK}!KsjzƇcvZW֋ՃnQ]Ô*% +ß9`Yd՗bzWYݤG"xrJĨ{>G$܅ȀҸvnDuJ$cJ[Uxu~ #LwuF zčÍ#h"ETei^܉5lp^ zX㌞\/:Q~ԑNnSrgK] G?/{=eJ_0#7`bUT0qok3{ù>MNp͘z\QF3$vMp/U <Eos_%:4At~-}1R:}eɜd`: Pbk!$8D^IaAN +OG8CO`.CxDsZc \"\QCe31CzNRi + ~3_˞1ُCUk S!PvqA9)$ +o??Fu=f*Ur'\'Wy}H+^'Ֆ^yj])LGrpx,_b>?=#6ab!ьoO'%d+,G}&(txd$]:-p>!%fkRJ4/laªok(;;){I7r)0jbuVˇnzCnĉgnF[Jw)szG&Ūђ}$ٸu1 t̸]?7 Rf>9(.!ZoVLdWaX˞ؖ5sNO' 'Ү)SGG|h64d~(_Tم}>#l9'+Irʶ(-}HD,ՄV~^+&Lދo[,=76* T'ɜKGg#+Q#{4Ih`8K:HU:,`§\"sMnd9!#%["fځ"O%NQ XY1Tc/;L-% !9 X뫕p$w~d?хS21[bp0 @Lc#v {SrrA]AάB?Es|h)@vNTXE˨9&;coӬؖ}dkEPS3ŝ@9Վ8``ŹzLFs2rbsI6|8w6-.10 .-JNjVm%X +dWfѦF (ovF o"u:Ch endstream endobj -3316 0 obj << +3393 0 obj << /Type /FontDescriptor -/FontName /CLOQWO+SFSX1000 +/FontName /NPTQGH+SFSX1000 /Flags 4 /FontBBox [-235 -336 1930 930] /Ascent 721 @@ -22378,200 +22718,123 @@ endobj /ItalicAngle 0 /StemV 50 /XHeight 458 -/CharSet (/a/b/c/d/e/f/fi/g/h/i/k/l/m/n/o/p/r/s/t/u/w/x/y/z) -/FontFile 3315 0 R ->> endobj -3317 0 obj << -/Length1 727 -/Length2 15282 -/Length3 0 -/Length 15874 -/Filter /FlateDecode ->> -stream -xmyctݲmܱ~m۶ƶm;ضc۶qr=;ϟYs5W{ȈlU<쁌t \e1IN3,#VPF&#,@˘ @fgmjalquupurst2p6L-ayMI9q/q9U8hh Pp10XmS;Gſ49[+av6YQA1y900 #q[g'@cgMGpodm`&#-,|56q??lkk9C 3 kgtH:3 m,=]hYX[8YM,1:@ \ǕgwRR,jklgbakPvQCG.+Zg {ݿse - tZ}/KH݋ƴLFVV'3#ho4][3Lk --6P^f]F27?½Ws' 0ݽܑo&6OLF.Tl)և]CAD9^_ Td9r(Eg6(Dގ_]xԥ@SW#Ϛ\쭁ߐiޛ}\`@^~U}bn A d\$vC&-y=3ƷH{DJQ$u_fngYڎqRI$r5q'wK"8 y@l?3ZN&:6v6qd[)LCAr–l(oS[elkbK3I++nwI[G wse1bGw]Cw< |Vx2߭Bpk_gӨyVv_Jm:h \+ѫ|{,@RKV't X̙C4#t%ގ^Cdu9Zݻ5;ؖoVvЇ Iu;/ Y5x jkoX`*y8j$c|)=~q|.JkH tY֏j2^2jh@/q1PBdm&MٙЀhn.dҀ+:f+;VW򥴔8nH!Do4vգ;/ר8JPRGP&o?RM+H t)jzҜŞϑY3Lqpjͤ0l˕[\խ=,sJrE%V,z>Ѭ5LKFKtvρ}ܸ9:}^/:|TNuОyE@'<@52#OZz>^N_#l{vZ4^3"29yrO#'bh@+)ϑpJNɓD.(DJ+2KZ};#'%CI%` v=ҿT[pK8M..\1ɸ++]b&TQ*Zb |rCk3E^WKu=kaa˨Gvt3o<î7[/,rđ"1:`o$Lzr37ӱy`Υy/:20Ch:vxUFLU_0|3[xN-9go p "\I*!®;sg-MܝoX -C.Ǡ^TRy=D&uA 8H6 hrQEgyWwm5)'KD$=?8%Ǫ)N oVX* C[m]J|Xb|dpϓYdyI9rc](鍚v׭2Rv,cj'$$oH!xVДwj`w1|,f4wA`GQh'b?N(9}G/ k'Rfg+n;j)au-f|l5:zAΆJD -d{3^w=[Jq6_rG}$3^foG$vHmG-꣛Wrx5c̛M_/i88ak BOAL >;g$7r4#0d&`?Y'; O4r2iQ]Y}=y%$ >fHΟaZ8b -v u70":R+ ( rqèq(+ZlY`,zFCBP: a6G|**>WVP6Q -B7BE9Csm Wr $wRdtg}YI#.Vs(OJyJІE,skKŞA/tItEi/_Vi -x p2-Yc*|agk@ lU}g71l%0|Vޖ$EY ڔlfy^Cϣ*kиq;Ž/&  -PzvB/ui*#$L~{;{LYhx?v[Qp?E{}$R-ZW UsR@kB QLI57;X{I"֥]`d|`BwzCb^1IfAez{]GW -&WBιEN;Q0r~Ku>jbQ×.뀶-%^"+ºfdv3&JU5O? p4MIZ"zb)9d&6 -{[ &剾oC|[kO"*wUgZh7nzn6 r-BźRl#MaAsJ,硦Z0S -;0H8H",Kח$yO?-39E^¸ K,OjcDN2Q`!jBM=zn̐GƂNwklΗd {5FݯTze<+clQJPs~PUo -?m%\P7Mԭ[47?I$`5Gk6ķ_jӥ^u"-,|`Wز7/!aw*5dpZ - - tVc3Ͽ'<[mDaf+5һ(:*% .ahVrҸ=xGJ'$aqoiOԽa?l|?96E.Ѻ|%"8qpr_В=# )/^_XXo?,GDVs(c\C%8Y*kZe%s~i&#Qsc(\BTvdT4=w0Ñv"[% h$cQ27*xis06"U6dEBn`ɆR a;`, -1MLO^^Qz척Eq3VN&[qtl7e`b 6 [l|_M$EK2=;8$͙HHr$?LcE^jgK]k6S;2Ā5Kͩjo?uϕ$ -=c+L@u@FլM;',D?~hB|"3:66Q9[&oN/.t lf^o@xAzU>LncIZU%?.[[JB4ߺll]3)0P>/^l㡣Vm;f8C$Hkw/r<+ |o]+tCLd)ǃw$peRJ܇z0hv}HsH+QBW5^/22Tݝ4)yPxT -HXg l s|A(-[2~7_~1zK9vFΪ+eS+88b+q w47,[ &sz_cbZ@8t񮭼V 8tUC̏l 8mqh.c%y%pB^&RRrλm_&FѨfK4=yょ9~BZ1CR}ŵj`T -Cӈ_*o~ٕO?ՎdPߡP A13Sԍв|?ա"&Zkyuԧi:c>3$7bD.۷lgc|>,=ȇeD!q-%Z$A,gń`/As9qye4U"/J:*mZ&An Y}\nS>A];Of]a nzFsTL(bϭWulg,ʶYz-+A@*[Q!G4̯@>ja LVE!Me< -;>E/u3͡ M ~t?i% =mʅ(8sSvFIr x] Y'E5\SC U[|Z'&C迷,N0!loc+`Nw5hͼ7LdpVй,UkdJp.H(iu1A-y>bWQ@ -E~ @w'!{޷-;WL 'Is-݅|U[?M-l3)R;<}ݹ%_Mf; ټ{Nݜt9aoW#z'CZ2PC*? N,a!]䒄& ->5U' %CԠV_g~[=75.:?ݯ6'Khtk&1[@ȫ9̯~&$Y׹Di$G0 ޿OudP_)ME95+<F*&4ۯ<&~stdkzB[a'̝'L,N5We -OA@?/?~K)ϕ.%H0y}Tk$2qM[STD"TZXiƼپ(m)Yٺ|HsX# BPK4gi1eE -kV0,A uk a/jV ͛" J]X{Kgkh";#~ueTc) |.;f)Tlu;3!1I;˖BgV4ucwH".nQw@&^ϏPao Vsc7ѵGoG얊ƛNDߞd46pZW y;{g5n-Y \$ 7ѳM{ -UBt f {&`;ebl䗭Ǔ uso䯰1Qxýsƙ 򔊖 ǩʿy0 ̐_w(ELZ`BR[_8d -\ -L.2)mns!E{pw_d)L ׋8-~"Ow/Gcm} ަ84 #Ajy&jDp2[6 -htANa3@BK6U'&۫T& }(pzݽ.s}63KN,ԗF ?-=0^v'B>1LYM.65j,9~E@ ^R8)+Ej|*".)m dL,ԋk˩dcAP]]|SxUPS5Xװ D_MAw,WlV:ȍ0gJՐ#Qg9TsT'`Ji4CY.P -E)Ya%΢m8ᙋbFwD1_d7~'Ƙ[@7Lȳ2ihnJN#rjWQB\Fj:} -#($>D0OqH.8gOfP%dD5_\\ӎ ]G݈,\zMVdӃDjge n}eN/ڏ}>hGK=($r zQ1o$7RxִbwNR\q\$>9,1lǑ–=zWWbm%7 ˧J# `{ VLvYCztIx)›T)!bo5Օ["PGXjtDg9iu񌱦ճ3F̲oX/qI gG!_}$T7̻lP v"H;$c}~k8q?9 p5GC=[٤+TU -䅂Sm nz4pEmh.OV_ :h'؋򅭓 - G|xe?3ώk{nb2TtZ(ytJcdvT單Xk:w\P G$exsY.P痭 S¢,0fί>>"m&VcL*ľ ҕpKqzq~'`]yp?)xr쨹DZx71ytM1'?$kg?K_ Q,&\)h%`j"S9IdJr2 -]egĉb͕nAHLЙWU!{n )<,ppyUe]\' >TVSD uBXέ.xra<%Quh`נ.T7\ss eqg訾$n"}Bf$MV+eG(ej^>?1oYZZVOn:[b=BM~ U xA2S&J\3#3>FHl}ZFyǻMNmπtzk9 -T#6u^KW =4(&_z[0kާ9׻J@)d}/Ȋ)SNU+LTʜZO^*eN=eƶ^P?+VG]T_D GÛj^п83.1oS\/,>}UܰJNEޞ(-m,+!6,p9Ջl~g1UGoB\83b_wfZJɲ"OnuZm%; <*dbI{Lg)>1)~Bߟ51vlxRV$ NFs\1 ?%ߪ[6f++]=]j>TcYRCv -4/41&xB$'3X#ϔ)BtV?l7w=:) uR<(;Y<*@y u3Xz4"+<6;F[Қ?6쮲77 y|'FE\: &滭tNm I"/`r|Uj:ݼڰ2Ju`}¬k.#L)5(޽(9{w]UͺICCuw-f儷bC}%mrTQAQ]_J4 #bakD0o M\K8"oLت8 OqT^,B&%G01t9WJ:oME/i0ӕ+-|mh?T}6Sl^  %j-}?\֍n$*6w!ҌG˓˽[,o),ZSz KS镩:\a6|6*ũ{Ŗqqj4W$0i {^YHy֮ܜT@Q.CNJڙ,"Ugؓ/5Ə$84Yp e?YO&#uҁsKPL2 Gb.3"1 2] -\ya=mP3aulvG.BSo2[+D.'uyXަ~PBeH l)~Qe}Wu}>sLwe0罽[JP `]L~äEE3? )^WCą(炏3Lݡy#jtsqؠ;gMh-"۰3Lt-,L~ߜΥ7 -|y٦1! ms*nF#64:V -;#[吴B {_C6cfqB_l`9sY5ĺŠP~ib!*A@d_, -F/ُl5]D97S~ۥ83}vʻHw2C.< -G!pUGQ^~ ]4=5%ݾ=UACQfQc P 9t1ZԓTݖE:t:K#W ֖šwRcDu&U,HcN'gF=ŠĠRϪ긍dFi#6Gh*ݮgeBm !Fql_ORQcZVЙppdH#s٣4 q, dBNiexKpq Kps`U k9]Ф -:&a҆]7ye qpXħXiOFa'gLb0$)bl\ZA'G#\^~Dǁ2N}gY-?g4UcWY|4ί7%jz1fdkljk$11H;[Ђ`KE?"{GI3`TY8qV&1sL5 EHErS&A<&_*S $0] -'=tݾIʹ:`/ZTӄ`i3M<sF&AMgmTk veJo˒֠^^e:9A -"O]p;>Zƈk)T):`' -ƺ[M>U{DUlKlڔɊPo3y>YN 3KH(Lx(q8NmPHUKظdT. I_c/7$ <T<,nέN aVˮ;׿0'>El-aϼyyxzFI*wlEnB$ g%"K,+/7;}x?͹.3Yc; v+$7=5"3ıc1/2z@C=Ջ{#˸2倜RʩIsQt9,&D>lQ0 ضӈ ^,ͦdGWqoqZ (96{t.7Wz -d?f C31ӵFdVɰ .8Ahg8akfѝ> oFu,21`Wgn{'4@Knh[9S' gֵ4Z\L5E -o9!/d0^;ˌt(H >~o>EX[H2oD\Ӌp#Tc:{{8u/KeO4A%>2lk0;qе:򆰦U -Zpn:rndȾUB)`n mG̭f)7il?%>)xd'\Jf"J>KW#Y hkx<xPɈ3a$Ngo"v KF,,}uQUg@[G朏aG mb<ɃblOLOnj%B͈(%ʽ$H%lx`Kmx'ډ(6ȃ*oDŽZ5Te gU2.!mj62ذr\?Licy ꞹG4p_1\\2f ;PdTd: `koHo+cB -/Ic?e OtѤJ/dpؘ7A0c8wu= ɹ\ -xUM׋ߓ9I[<͸KYW^jB8s2bj MP YRA* n_o# %!3]TFk>3 n PngdPkj͚B"\#hubF^[rjr^@:o x3fx/m\w5_G!;]14t`]7=qM;ni3 -c! e DVq2/f},gk Ō?Gԓ> endobj -3319 0 obj << +3394 0 obj << /Length1 726 -/Length2 23982 +/Length2 26257 /Length3 0 -/Length 24536 +/Length 26813 /Filter /FlateDecode >> stream -xlct͖5qrǶm۶m۶۶۶|9=QfU5kQ׏H \T<Lib* :fRRa'SCK{;CS. @`b``!;x:Y[()XZ:m,-* !X6=(EҰQv8X_/+ry%-\W!:oc~W sF´`Xv ]L>Ơ>9'uPJ PydQǞJj cs/,ގߧI# on{zVo80Ju}#C{RW=,/2I&<>Da>w-ɟT"I*m Rl`U,{.G-3 z6OD f//fC*ԫ*.hkv@o|Wr\wpx4gUo6 T"J=P(UtW;m6CK(v?Z8xQ?^},WRW@Wg{Hi%j;`{֮%y0o[J`>bHA'g+X?-Cu!z(t8, -KTd-( -VZqW]kdfaJ|dYUdUUزYςn5ݽ&hxvgxQ 6VVd(#Or Px`aӌ]G=?!|_zFbhpZG[ɥЮxuHDtfP:unUw) -|4o *O9BM8]GQo>TN{bo~J6pA{_di?s&mЪ`:|#Õ jJ3Ļ+',|V*7M,m%Dk 1JO-Q)n12){X,.^sp)T-฀_:3RlOI4^ʫo);ʛ&АI?(‰'as㗔~wEL#mJn㍙#*M>A`b2V$e߁/fN6 K6G`eENQG6bcW"aW;vlrYvYGlȫcU`]lRA+T?VW=>5w] ` 'Mrҿ &X(tLcuE&%2}rFv DZ©Hբ-4(Qubruy2NQWR SGvwn+MEêd~vGD` yyp]/e_;c@ _U~6 A-WaƲߪ@S%k9pܶWV2T}, RiAJƐBP3CX6#goYsS:"h1-Vz0 -E;|7e-OUr/1bR[|9C&ob2:hUHH(]! -ea\QunS%_ee4ړ7nʸTXJ5f~~IOn8GyL!e_B4> -_|Ӝ~hRIE%v^s xSOIK^[.i^\  [) A׍x7F)ޱL- L\FYٍo`Fk\bM^|GV&"6`@lJɎ}|%E*kG=oU~ S,z X'aNzC1q=;IMR5EWU#TcQ Yw@H?AF8VDnB׷ `x&13$,2bCrS ue6x\Y _S Z~)Ӽ ”O&=8>WQрaW'O+6Ȝfx@ʋ,q=d?F#dk*F`aM)佬~"L)8Y]qG*CWoGXUgb mY4|'~.oac1u1vȇڍ"Vkي-[xe7e(^D2uiQ '6U[ʋlMBuyT]`dSiQ/55ivP.n>! -ĺJCXGחnz7#/͂UDM߱)x+"V32jort6"qxWoGJ xiOۚẃ 1XbySG^DPQ0d|Ә -àS q' WM2dQ0ɭxiՄ`DT$sg'Љ^1, 4l4QcD`I9-Z5':ؒ{5=]LDu`LA8LjetkҦSLkHG1{D2q0(Kj1.fߣU5x~TU$DWF"d+!-O'إӋtHA&@chM-V,US.R3IoξWz*B/ω˔Ps|;fU;ZQw孱-1`v@n/Jb-x/҃350Q|3ҙ#v7"ls. gH4Jy"ҩql2qV͜aYJ "Ne, rcVP4J͍<y8:?0 , 2NVFZA|5@`@V6q N -hTݘg. >GmQ/c%D`]jB[Q7aCrSB.Tw10LZRki>y%8=՘ *kpP b5UR!rwtA[iX^6$'EpeLO>VVASrfj3>'EOSŤf"Ny#=j|4Fpϧ'zPz͔M54KG#FO7Ty/VGS&hG|úQrF23@᪉:8QyFzBW!M, k rK mǷZE,ڂ4CX]87Rmf<NÐ8D:Mls@ t`+MGគ3(HHUeǜv'spE)}8f*)اPWܽ-5,c\Ӌ[9 Ms}&:dO-]8z:)=0dNk5H*J c ~!Db$V$1r 8< jSY v$yf V) k)œ28TuKCt̀>=j@A+\HæN wx5y%? LAS#@G![$!pl*;b̩9 ;rۿǤj>mHݢt{O7SO^s)Qh.թ9Mptk KE)WoW=GUGGJDlfVfTWCصD7 -&wEj$a78X"~F%!Sqe}-#=-=ŅZ|G4A׬ 8ip`iid]ͩ<яLN (&ZUrֺV+/%FE/h~vcb pvd d&I|OԾ!G*,ttzVeezuXJ(3z&06ŃmǬMN@˔q*^e㉞΁מ/RM Q]̵8(bٛC C#:(ftk6T|THob}F4{.$#|0݂w@Ywt&Ib\OeAR*R@h CL18)kyFUk9 , cͻj6xpe(0e -YƸ/ݍ"e,'%jv*b -c|%Q'&rVlɞy]Oa~sy;_ Sa9>,ܪl>& s285xw:~GgiI9GUghi1ڣN`e]$iL£N~R?JJ$~ޘ#ST>&X*~Wbӽ] nBTW|㍽}"9,,*SS ְ1ȢI5='=2>DNz6%`S+IO;AtJr6H:aw9A~)~m ҃O:' -ū⩵#DP_w1Ilw46|>&x̠4zqAasT<ɛu{@]֭іU_d7lCf?%;É-48U*/#Jc-l1H'țFQ_-5!'۶qtҳ sqa4tz]͖ۛF)Яb<(f=tc:rDt9> ډ2y?&:JT}xz8,~S;'ԅ|vW -RM|bJlADE~ 9qf[?} 6uEȖ:}&i?D*H] nʹ8Xhel ѵg^.8H~w@2YHOUƯRÓ,V/+R$N  -NRF21)ſXyaMN Gܚ%Ẉk\c,ޯ+,-Ānhq'R0B->⳯qQvH-VF̲~Ɔw,&YKO,0lY)U1 -\熢 -rf Q.F-)>z_o/Q4s0}3(oބ09c}y!| ٲ= RQV4Nᛤ]F*jO:Q[ԭ y~|a+6դbHm%{Mv3H꿫!Xt n^HeO XS>1Xu wЧ䗸6"`7 d6j -$('o0#+᫠ں;h -bYCi;qTzgɧ[zO(/eFƎ8Zr-G4IQ%  P;RNE QSdWZ…zt -VF\E $MMSҧ/>b?9#_o[ ~{Qhf[|$ H/P(]9Q@1l`xE2 eivt$?W7G5~||ZafTcXP[v..,(=׸X$; T(6%] Ghŝy"=9kh;O XVJ B`N|>?EjKnhy%9-;Q(k 53̩@fuâ!F]hNgRr"W2)9"yvs6KI <62|V_N?ۏ ӘD2e3ꕫ[\@Iȱ0aSWkl`2 `xWE?FƪrvGVxyi|mw +d酡H'`=ńZb$A1 -n,&+4F⹂4.ϑn@p9^7 y2T@#k * g/Sdr4o?hOCҭhq4?C,[s }*&hTf׫̥1 -jc.dQni;VwV'Oĕgx%<ͪT<~F|39<*K+_=b0w -n զK8'} / h\]Vؙm1' -OBx\Ht|Ng6?$9?§2hl}H:OC+R΀ܡ+Q$Ȩ|h, -T-VtLͻrJfѭ&hk+sd^uu>3Y=td,_o@"vrEF}9gCB(Ǒ I]fP]Za}># 6YTzK,) -!4i+Ȫ "uv%mTR8,})V2: ʂsY\f$iǪ^J@/̀;;vѺ` -N?V^:V?+bFn7B:ik  QB)X%t5ݖRٱ2}lr)$=nokPHY٤*)`9o/s 4yv6!GL@B ՠ eY?.Q~c+4m٪WsYghv4ڤ(rރIObi۩FqwRq<ϪV}>wP$۷]X#AعB;=hЊuH TU/һ[}- bz/^U"cgAVKe쵠[I3ꑻD۬*vY´F*e!lםZ!+"(R(wn!ñ%AjI[6u@87~D[ߒ4V!Fk&+.ap'CTghUn4k{va~Z*"0w/vOD2VqrB`B_z)9"6OpmmlaK%"c?ˑex4f[- } &JXµ?Wh=O3˗B" -gS "[wb~o9lÒT$9I«0+99אNgcn~cgaQH<~X@y|E1{`k%pWKVf7Tvpc -//&12Zj@8P8kb8, V HIgnuڒѪw -b4h)H9:-)LA<%AaWeBaj' wʃO {ËQUl}D|Enw; _G/>i -cvz#(kW%m}xWXo5!"!ËNWӆEԠA@ѐ;Vb㦑L&bف|bMk;R -r ٣EDFNލ_N shRMGxD6141;RE^(1=Grz=Sxї0eZBqM_ s1lHǗU,u>ъu۝m9\BiΩ<1Ii P7imb?e%PKԺ&QdJf6Z{װ׿Hlcֈ5z^מCoX"2WL*.xfR"4 ±K D p9=cmv_/}y"pʑe'9hWUx`o2Ź( ZңZ k32z^Q$Ì裸GYVŞ䢽(q-$H[f.~ .˼?E(SU> @/4a~Ǡ֋k4-f 4ѬFRӪ)`Ӝ(P}4z5e_! ¬ =r8z1p"UҿE9*46@w<"8qb+EKcmD W\eG?&^j9h"d~ -"M$>+?lMts -@N]%gm~ѣwӔVB{_-r VEX ik,rYNmul(:+yPo#&X.3Riwf zuTAw?[Tnl7>9K-Ӛ;PhqȾyTf -zU]/2ĚPr{w]T䲩!/cm7̽|OŬhh4v;{=%.'ʘ}l9(vf;O{S&V˿z$0px TW\:iOsאXmpjüλDL@1=i͌9*pvH>=aQʷ2>߰$3*㩂dP -oGUƷE?m#Jt?'rGdϸLyN; .2BF*9LbzPa]+qzɛ<ќ8JZ; ]z3Ïͳ"hNLxx$ME(`R*ޚ)}N#Lȃl*dur~g8p)%_Tڳ ̤ـ(պ_{+q_ ЩRgYa!RTSEC+ H YkゥNj$]N)rK5b}>Q+&kejgphs]҄9=hwyk-"P E:[m,egh1}cqL5gp$Qzz0^Da_$7~t(bMT 1|U]l7t] ki.Idzr )y;qO<Ӫ`+iǧFb혃w8I[8EK-t=j$DRm8QOMjHb~3k`$g,Y)בڟjUv)\w|z`_Xt| qL7V>} d-vWF!rpPb &E4+o,x `](ւ'Լ/v.2 v7l6Ht//4V-qv;lG~I~MÎtW -yW5'Kà̎.WDBME.@$V8!~I+* ({MO++U5>d;8ePi j>K<ʧ>f#skSf3 ,^N^3_m.\>n^TaWFQqI坁54C@L{+ofD͉zla7ypOU7Bl`}E@xQ %I-l>7fDQg("lE[se'KWn{#A?p.4qĒB_!tvܻ?Q5HړxeEKwدJdhBtW;OUֿn1\OZAs!u+#T -;E;cnBT*q5*?ݣKWeclz׵&\޿u,t41)Bgŏ΢Z6~ew~z0!-ЩZR]E{ۦەU<<QgZy]G7Э>c[l"pB9fcd>C˫*E2\N!/E (.2 +I&6*z%%8p`-`wfzPL\IZ_1 ywGliS.3A'T!-anoG2goAxX=3!^pĹX`(qpnW7f*}R:7n@=볟R`:hABA3!/MvUt # vh4hR 5E W):mxO<0\G=B5p+/lj\0R>5o鱓/7.F#Pp_ڮٛU kJݷˡG-$#'@ΰ6n*7ٱ^X G-KH#9?7fN3lzF'yDpH{)o<3q?cᗄzpPbqF_ EȉSk[F皱Q cG "7"W gqc>-"+QKh!JйqjT18HU) -2|T^> *fvCA/s`P>k>ACxb^ dzY 5~a.uL2:>{kJֹM^VrWWIН `->l;ϋ{["JP5%qঝ`W]>;kq\,>n,ΦJv0e,D3MS+utfA6>4ʭ0 -j8hcm?#`15=^# -iln@knW)hG[b Toܭ0h_Fu= -"iPr3\-CEpVpZQ*&YtXZ!]qc9 Y" @ZaZM8֓| AV1 oR7D؉ExK)Ej//`Jӧ= -W$&\]aC>qO0u<|؋e==mA[Yv1HiUei_،/l&tArxY݂aVrX ~xϥ* qb`4| -F\@ːabg :5G$݂N8 -)5(׮>ddH=}GSaNQԖBT4}OqlŽpkIs# u7}L Pfj!xMMըƠsV 9(,޵O?91{bDmIT>w-ZTVmof4kk-*!i*HF=qJ]P\WxuUj/l1ƉjX,i-}Hkg]KHz{QV`$uL6@5,H9{ЗW4q,P,-ADzn,ߠw{;٩{[6/$6 +jʽK&$( '7EY@i(Hm!%~ㄙj<$e qYkvD_Ld3cڧvYq*](oޣWZE?LT!4A&d{o dk\ Ņ:\;^Tĩ}Ep]޲w1Oӫ&Bmmw>(?F PyOz,ΎH>dA_=^P$i{xؿ3&B{vcP|ʭл2V`SJ~/Z t;E$r95+)U_;ϤcD@fG(}lSRY6G&$e<5]KdUBzЌQW!m9Ɨ10R-Ra=\=eC򑲨9.<9IUyg2Dڞъ(`{FxD'1:_jN=j`)V{6,2ue8H`tVؔ:ST/$B bmW8tC w'_AȊtq^^l!9&q-={%IQŠHۂ PPޔC޸Bumo45";A 9ʨ?[o[T&GiL{!'"񙐈 M8_J3UglיEپkJG];L Z 3-8E* ĝG3ۄ -Nkߺ@΂\Na$[x=M-5v"RhRi&5w g `|.oa"ȲxͯHM2>B ή?9s6QM&ϗȔ=*+'a%qq7>B6vp"@RW/`%|)_-pYpطkOk3A:OLuX{ SV/[MXRD=RUR1:fס۽9;uqJ,c2:na˓_ -D^ nS󌤂kpN?X%L"Xmvmހb9B&hn@&5ni+wQ>4FPRK "x\cJ#WJڭCIǩOQ nA }% 0\L7bhaK0 -wp "-eXv)\EpRm.8"X{8սr?:煌 PgR=5Y|퇳6mVUCaT1YɊ^Q6vL̀ hNoԅjM@ C +\Gw]ӎ뛠IgQ'P=$.ȣ-b/(Y9!7'#kh8Wg'$b}[xiW1E‚SYeH%p ];M440J%/ g Y Q*gҿqZ|K/c) X;O2T>h\ތlI\?sݧ[Zz;+2F%1n69G7gS%qs8 c33dSHD -@x\z3r Ho%,0YC 53>*~Szq? ]pD?lgp@:Io>oP-pEnC͸]X)}e õd$dM pyd -$IwQw2R1ȺRO/(dr@Kc NumT$y[F!'b-x1GHܩY% $.FMJ4° K#׎pL`O :I}gKֹ`tmߵY^ :l^N hw.-Lt;k{y xxvqMOm ؿssLN¨-QxaFsY5&#u9 D/6/fxb~jq|GsERnq<4ƠB*w|@ =9wl0_*,6DDK{דfO`@Fi,-4)5 N>zN?'6g5S]l -ŕhguќ y?&עɠ8I{) l! | F4l[žITAx~6SMqeІIf;"mU`8SWOT~F~ڳmť}{]zq,HtEF8H]M( ; )[I -~/z+Y`JE}^ҔQpn}kԷ)#{R^ )'m@lBz2Pe:%dXJY,?MR)bU_j[&ghl߁*w$L 4k(ܶwf0O@r˚6߬ahJaQd1:! =:5]9QÙ(6|m\w0mp "a߲ٔTqɲt/+tǿaEȳ W߭<$Ux31+͜4Z/wG5?x,)!|Y覰kk;p''^>D 7;%tΪF Eu0S|'VQ}IgU7@&az 1{;t3zU¤91Y3@2#.2'oa gNO&0+Hf2_ҺNHx0;x.\2cW`CnW#_RHHPL7,S][-25e aƹ9^kqۨ!=\-E FVdҗ?Qִ6`+䃾#rbg{#"V-G< pĖRC_ Y>y.i}6ASۑǏԅB3{ ^ct~ZU`hepUF^-̜IlVg@<>[mygLTrnZLM4ﶮ_yil408Կ.V;΍TYOoҬssA#V3D$7YR{ǫS;R^ܛٌ @UkVMގ ck:=%B13KjʗQKMjOϽ  r߉OrݪHScݱpX[D_(&&f-Db R{&WMPp>ke܀,Y/sP$ZyVJh(_E(yCrlؑ$,?-Aد xlؾQ]NAt'jQr9^_;%Z3"BҤ28ؿ&˔qED 7~J̳kZeX> `9dM̏4ղI- V$d; -Gc~nE]3:~>MWfl e@G輾ݛkz"z6G^-f}R-V3ul0YZrH 鞠2 "[2cq:I=ᯡ48%<8԰0\U6c:p]+kIpD4`hoVqY Cݘf['h4& +u؉/} jV}<%ALbogBv`lѪy[$3]onil?兟x7zgT[aY߂2=b'3]O`K)׬w`>u9䢻g&+.NUKXIw^sBaԸ K}{ɟ*obBL|d_M͔ΙD^̚ރ^ڠeӅx 91f=Dot&h ˨?:}q_`(1eIA[bb#elbD -WqEƈq `n\T0D*3l>(6J36ZM.ki:d"&_W&Ġt{N3jDVlfV[Ë]nZ3H``et&98h@|=۶˳apKC5<؄TeGe,Z6+j&WSqJi+޺Zs7]v)9$Lg-+^LN;s=دl m\Z%XӐu '2n8 -I4QmC!}=aO9ESC!\CU2Y ^k'DiG,}E% Ɛ  FPL!~=•>ΈHH }uNު *UƴXXpuGxgr4#Tb LfK~V.seװu6O]ѨV9sK?դU -D^5+V9}vVeW(ypF^%V*}mZį c/T1.~[)~î~Jn!P΢!=[W>qc97{!tiS|_tzJDC(#S_!I8bߤ#L A< -/,I{W|J|^ؕ-..u7֑_bL=JKԔak-K@bXDUN PR5k_j-a1ѴcK !BWXo됕u~A)ٵGEE۝,,Qrv4IHZܛvgSEqְl2?ْ2/JUvsS 7wz[y1alz|nSGz֪jD1'Tcl9Ν:-䦚< B;isn/*Աm) 4 |48e ḷ#NBX,\T6ťW~>8kBZ/Z{: .ELK a^䐓@_G2 H[Yxf~=:_j! ,vw@?wqlU NF+YQA;/B +xlzcpͶmly۶m۶mضmg6WlNwg:ncSMF$fo`HHPSdd``01Ð ;XۉrMMʦF&# @@aL @ focfilqsspsvsrg)`fic +WДP˩ML m +F6KcS;gSJ89?̜m*br*Qaza @Fv.\M],:,XFuE04v[nvfM\;!(ѐ`bjF@!lob71uHS m-m<7\hYXt05QtGp3CW\ߧ#kjbjELQs5S̿vWVҐO+-jglobigPvGQC'V0wg8YzIk?(!!{oZNV-3#:9ڹKJo_djaj bobV'Z4W N=7cJ:{l9daxs?hĻ{#yBlg +w<9(Bw組ܯv]!BL X&%c}-Hj%+VʱYAyg?8vG;qJ]rLo8}9k#׽5]2l}Š@p; !`W&cs(n,&L%ÿR{d.C#/Gh+ +o&^Sd/+hD\[ixF ߞQ6{1"DR[7\&FBE\)O!½4'!߭VUSS 뗢 U*K@fj}6B|j M ni5hV, wduM*̩3 KLEbN6r>tN1Dغe{ +7KsEnE JoQďa>w-I8T"*m 2`̣ۿ+?0] y]jls%^N_V" +Ǻ_3;nolJL;!>uS!Ϸ +Õ_[ ܏TC,bk.6a,,lEE{?kSg$wH묇jQmK?-t "Ve$B5V 9VBJUVUӓ L%ɄR)fL2Qүi59&'ȯ帬*/h2< F j@BcE0{ JT}]ؐ _c'RhEe~sRMD]]!MR"_$V'oYd-ғüf*)=dԮ`Յi +8VpYf>WP2"T+8ȼp/{a)]fmDUU"/};g [<f0tٝCVE-ڼZG{[Y<сtC-ኃņM38279 [E3CK3_:j.vīF2C6RשsoZuכGOȠ#4ޥZzt(y+O8.V$1p*ڙdP!Ma3o +W_ qypAVyww夔/>sJQ妹 mZ|\cPq[mQzĥx:\?$bsHTj{r_fpٿ/ +PNj`WPҢbf׊+39o]Ј: 'Kl Ȱ Ez)Ϛ;{gX8·oR26(<iEte2<%qmq+F\L_Z (0a}|+j2[:Tԉ5bi= +t~kA'62=pcIutʶb'\?13ł*?d1pqceh4n#<އܷ?ǼAS%r=HT4E8@oSXuq\_7麝DcDq bas`A6ij>AWR SGvwn+UEzLBv?#".0]va͗2 F(bgΐ3:cX6Kz0cb/ulx뿩Z.|bI7ʟ õʼ)ZaT$ +C& Jw7j$B`D mNtAӋB~pQLHsd5nʜNmx]ČcbmHsTNy%RK/FWj2c퉸0( !/H3P۶Cӥqi|y CI.a = ^HMؓ +l vSԐw%#z5RA8‡޹Dc.h.7#wjQ1|K\9Wzt3ѥ#}DBs#͂Qs,DKfW4 @bVv1-QEZ XA.=ľd$_"a I6ٱ GO=$B<׵0ݯ:xk/~^}<W0'}8&+_#Tc9(;FY< ǃp=y (Ņ0oMWFu3!|:`ӭm ! &rݜOLT.&}r0r!{ rubb#iV`c ԭ[Cc4BƯYy݁8k ֔r8M|.Ͱyߕ2DpZzU{|+(fynK!Pz"X%S`F0S`'-ݍ|((rZeUf⾵臷ZqSb.HE. 6V =_a$ݦWb?bH]U"9:TEmM {) ?OP;z),MK|hئ6>vzZ/]632n PjlpS@U {Ք9ԋ@k=z"盳ؽ [ʔPs|;T;ZWPwq,1av@o/Kb,x/҂34Q}Әp"v7" vzՑ M!}8Osx})̰)M1R< +vlhX}ǣ:<ae)-ڢ 5x˞jf;]׿GlhCK y[ 6Gq(/R(ҬȖYtn%A@ ?dȞ\GbljjQyrވaYk:)eCq웠XAVz+6K}W{::276N-߇Žjj9ptnO\$6{dڞ~+c8, 6*r,&.U]b0~:9}vJp`{1T>&2jz +yC$jzdA[iH^6$'EpeѱLO>VVASrfj3>'YOSŤf"Nyuڑ5ts \q#SYh=fĦ^]W%㣑T%4J+>~qwwa(9ezș}pDa<+=?UE gBjfRbn}e,MGxꊽ}s| zq}+D)>xN]׿19_g]ޑ%K\D>4\$F@@{mU?`fe) HgE ?0a,!(K};.N@jeIq#Ó6+kG7njyqҰfݟ_*~U#iC: <Χ?`˞=HN=-:RLgS!ns6(n~R^{BgT(A9OF/Vg3[2®LuhMoՀ&ҽ7P 0 <,*W%1o Ƀ6r-/W6ع7S)cL1A5ҭYP "3?S!d&LWέs#ɩ:\HF`λ{Lq #3{:ʂT&N6'އ՗bpS2ثڕ+r LLcͻj6xp(0e +Yؾ/ݍ_I+^%F+iNr#ˠsB2T,ȉ`9?ˢNMrVlIy]1Oa~y;_ x)JTnU~jDŇv9n@l[<껎O^:~G渝i8RGTgii1ۣN`e]$iL£N~FS>JJ$0zPoLՑ) K,O?+eq޿r`7!sG> +\VN)mHkXbdQ?ǧ sхӸ^v F劼frGH yz9ю.vNO0"/Qy=CorvTCM>AQzp|QDxUtJelo>7=q7ھbN]gw9{P !'V*y-ChS¯""u L| 棯hRf?R%gA<IJM9 +!(z5HG98KTt5@j`xo%@DЉ$i*NT-$]~zc,E2*61!Vh38ŝKÈH_ϾJEQN{ XR{f4^z-xoâLAY(sg҇%s*, DC>˺v~Qߞ۽ar2Pa?C-m7Ћ>(" |%6Be{V=d#N5h"nwm53=iDanywP6aܞ3ZTdTa#sx5aK9 `ŷy!UX#&c:O /smE>oH1Ȩmh!ZH8QNNa&DV+WAuwư9J=v$ߩΑ$P*Q_~!t qxZ k.Ktg f P:OE QeW[…zt +VF\EI~&msq'\_~<}r.D޶!e{QhfY|$"J/R(]9Q@60q FOq4;: ɟ+#oh`?>>dBy*p2u LMxk\,:T(6%] GhśD]i{H]sD-PwD)W[U*~X,B 9@ÃӺ7Gx'u/R+\l tG#/iA,oHPsp=Ü +nV7@8,bŰ +Pl&%'p%9-"Aa)1g 2< k#sIa(Id9,SKl1^U=  9%IiCSp 97 vEܐ;2 GzH[m[X!l/ ]DJ!C\),2n4q^! _|H ! *@+ W1.kM 2CBij?=cYD,`3ή-*R +O<£\ gƱ굽-P9Kl3`@]&X.`º/ űxǬ2㌐Nڥu{~oe@ws +1k7u *ks e""+Tv,b)us{$E(zuR$C6J +x.y˫'M಍CP(Rk5Ee}DY{fčK`_+8v +jġǩl܆JB2F,ZH+kVZW/P)n9-_{~xd.0{R4gmRW$ր~@s`On쀈TYѸ;8g>;Z(ڷYX#AعD;=h׊qH RS/һ˂°/KuW=a~iYqR}-買~V̭z.6y:Y0xY ,+iu -/V M?)]9-j=aprIzRkyEeP5MǾ3O4V,"rYmE +Dk0OgdUnƛ4k6=+°NBmdhj-t;'R'v8)c1Q!~fok"'ws@lGF <~ػiigx% }c vV6p-tlʥT֝؁:g[$i|B__մkHOQj]^±3J吨JM$>?~@y\&E1{"`k5pWKVf7Tvhc +?/&12Zj@8Pw! xqXf%!>z9@pIgnuڲ_UOY2cvZ#(i?kW2%m}xWXoJNmwZ6-eJF;{F[q#+@tc Bx2mKSn!PjNP~ng8Wy2"y5b ԄdTk;Hϐ`#fN|H=dˏ^|ۯ^%vt֫Ƚ1)ɠrBS' <BVC@Jo VdB +`1e&KueOٗ + +<5ta $7,u PM*oo"g>C"/>~[rfDNV8׌/O4w[=F!wMF эkMwHeH%E@C"j hȝh13^&ف|~G 2!֮w >Xt30G K+翜x9Ѥg.t5o*bj(bBw9%,Z}F9G? *9)G<( kOHda4{|9kCn9GbvgbnPsD9Ooؽ;{Rb.Ma.tjZd?ꗁ٫5uIbZɱ\3A KDƪ)]T%ݥZUfQX8WtZihq!g; qNBORgrd@ x`w:7e>؛ vqn/ +Ez=C̸8wrc_ +lԙaOjcxwG|8ou`MrߦT{eVr T7\&I2phŅivHwLFwN&q>դW)֮fM01&κ'RSH-!}Isou?HZjR: nFzT׏{P|&^?{}[h%#z5)ath\HCb9藫H?3lͧꘙ̟*m\ 5?hTz{5@8qvS]);/xNHFB͏7 F1n,w~GG PpPuXn"E,6Crw6[+̌=>W I *[y^iȺX=LjJ +&Ņ_"aYGyp Ƴ:t۽,mSx]2?!֒ n~HY*60脤 21^^[g& +?5s%+Fy苠~ETxzmXZ,YYJ;D&@ŅTYمAwv:UXm%& 0fBo.Z4Wps#y0x)OD+| e+Ed|!1 _}28Y|khD'dOЦ`_W䪸GopI&q4,.Q,?%v:W!Mq('SXۼ;3)I_&/t6kD7m86vA~1;ʝ w0^7+L#%oZ*Y#C1 JQj +nA2^I5\6xz+Tf[Wo YX"QAsdsiWzZV @cљƸr",\ݣزOJ0) 6idV(rܿRȠ0Z!T%!}nFCi?oxT*m);c[OڗXvʅvzA`)<-"Ceb8r4G{"P ,&+q~'q߬o6 ?Nޒ򥱃ܼKQ82,̖EFA r$AѮB-BJD;=GoH +*vE`AFQ]?0zq7O=:Y3j5x'7ghA8d&RJ< lEAU SDlXjs9e6F P:j\~ R}o|Ko #:K\mtT"7h" +|FR6!fZc&ZL T {o"=QuPX"~H(2# 3Ӊ!a_i-'#GNޯqЊj&\|\n]_1WiJZoBuOjBkI&lhonljD=`ԨQP(}pT84I=7_G,uiy  2pes|nTkԯQcy_N_(jrtsY1mz뿺/Z?1p>tTusb}^EЃr)dYDU +񤌗5~_ۍgv`۞xxIqWUvb&ťM}܂ѣk&mY5_-l BF B\j "iR҉WEL:7w /ߟ?֒vo[\/4Q6|{6F|XP7{?B0 i+~?wUhsM^#('2=G@.H旣,KP^S-՚^5gỦ}N.ٓ`3(3n'Li̩d*2%?,gjt߸c󦧟h-z#GSQ;pOxD*b lTGW ~ŬprG vx&?zj@.<>{aƳ:n,j?@W*]hL螯BߘW@xyt2jvG'̎h:&1("3YYXN٢-q=ߕ\(u7<,LK]PrA\.ߩgHoHl9.c, C]B*nkZnw DvC"d|>ttE%0J @rz\x_C,JMr@ǣ3HtE.TLܔi,wUЙVLF%~lN?VT8ykQqo^Lݒg_6ƝM+00)DA>ͯ;v}"ѹg,}#fv UoFHg$UUD|ך9|{~F[oY2#ۜ:tVV>fH-hPYa!r(˹_CGfb8e#FH ީڙZQ!U͂s -3g t;E]]p}5៉N oU^򮴗8%o.,ݭdL~78|U9PuQ"aŖWޛD,66ۺ79ыz-CI~cns eU7ρqZnFeHY1&AsS 9t';w^ dG,>ŒBjcT!D/" kpU8[ GRZqhexmFnՁ|ΜYaQ T R -҂v- Q+72Po|ZrĦ>i5@ v #臕6|NaM:kk:ȹ-Spuf9hwWNOB Xkzm.Xw<՚MJt,1nJ䲑VFጮ\õ#i 2?UV7GK:&'Q@D$lJV n!Nk!2sMĜcZ㴂psS0@a(4dz `۪6pqGL/8]pq=CYa}c\`[y֤ ^+Md}2Om1䆌:/k8pz|`9ѿk(/RI }YR:[VD\A k E=ߒ?(;myAwsǽE F_t g4)d m"*P3}=,jWlj)Kjr>=9b5|VN0*e Yrߍ,lU3 +T.B M*6SaKGH:QHg'"4K<Rc {0iZ{7.AY;Ve :6 j)k̈́B9eK[f^Nɽ}~8Y) jezhʭCҙ_5"5v_`ᮃW.nȜԢ/i!/qҎ>vVRBMfKrZs(gLfnc(W} EC% +ɭptX)K1X:-ԤO3 /{W]Js}q tF ֙;q.gT tL_3jYXJV?n~jsOJFoidzyʡ#dpi],{"?v +U9|~Zm>ytܖ5FIMݷV U_@lPtxݍ:\w.ݞ켨 pW%J\̹WCɛ:Δ( {eD.5 +ƖE/EImeZ^@g׺HT}AN{A1@\o$w+qqɇڮbb>o +{'~1دyX[j.fEA"i=hG;U{dޘgjkpaS8NiW(lg D*[fq%Hl(/[>–쑇0^:oEA,q4>y"G`lK$WP=mVV_۟]7Nr-| +JLQ3uhfICAi,>#SXguXxd~ܞؗOaҝL(DEFZ(O&NT-_XB@'nv ߥfAZr!>vZ(˜J $Wn2 Y;L lLi &Su6v LJƭHq`,, &w8z|AB!3Kv!Y{5ö+amL +\ڝ-2Q㭠ge" +VIѡ +em4FՆT`~GH;5$<(RPiz8foz3JP5'<3[mJN;{$S9=X.AAx\ 5ɗgI^d4 ُAGO0Dͽ o=TV#`*C?_wǹ5%d] Hm% 78>?_{zU #OJg4u1}LE \%^T=\xwBHЀk]uMW)uֶEPE=XkZU%z^EA}4GK E) M+2 U+}(?2U&2b|Mo*!>:@N#U &lXfqnt.?^Eg9|ߖQ r,L2P?O + :hmM3>U&.LkY$h_*:ǢDj ZG{wV,"^ @>1+uq6 #"LNlW +wc2x kSDz/axacXT +f)kK|l#j(ZU[ +J-6WewL?d=2 )6XW3&xrNP`=m6ko'HM]vqOܞ_9{rBPLt.f|Yk 8[FhN*wF_Ufhbhw;v5TBjx4rkS3+z~:t_ď"cD_܏] O{eY*p2r/$CEcSi(_d*c!*5 .@~̓\a Bߏ {g}Ea"- *R9&py)I1p+~rg} |7'_Зt9"~z9\ nPUf\¾!g + S B0yg C9h=Rp{p7P5_2/SNLx*ÈΚBF\-eNNJRY"{oF1`Kv4Isa!V_` nE8c/O߫?$#rrqnY1]zxtQQF e;m +ߑ0%^]U~"駠LDL䘂=ͤpg -7VIѥS9)^NH`8=;"*T 1y|zk8Guj.$r\LBvdgvBwmzI0DQfdyFAG7d !FFS'Y8)"۲榉f2Ӭ( E|*|&?Tw`nV2 +e+{w{(,VI[Œ\8Z.ODu/\^ g)MRqLf=pI"J$ ̾Fz.oy)kcAE +)K[e0`#Yk})Nj؜ϊ˕ݎPm}2.1;Wz{CnHP.T\XN*=.r]l`{UW!6W>;E!cP]Ȉ  vH.(%}d_,g,^}W2_1Em \ .6}T\E&jDz_Y! *0P 218FiN +Mp2/AƉ.:Vau[UKb&c:٠<4m )np鲳@9g+HA$ E=G,zRfa(}·/AʥUT u ,NriGG bfrvĉ碦'4?qquN@Lm9sqa4MJ_@Q &g]?`%^_ +^- +rY_-!* XO"dۭ!*IE,J2Vc---Hj{A4)2+tOX%Z^RVE;U~9 y҂8ԉ>NL^D,:|#R@wGdTVѽdHaڮ]44hMmXU#e\# +I, tǭ(b*h1ͯaW:yLll\9nط !УpG?uK9ߨY4dRB!/&_^r I*m4=W;OsJ֏ +`QInuS@_Z +)Ƿ/ A{!#Rx +:ve!?&0KLN䚗 %Rޟ&PzPt,IRsꜱyeZT?D.o+'X.ކ+Nxp[IY|q^i~_7y٣^4< +oFZk%1cVJ~d:юIMGg\>]No7zmOA)UgQu֊0|?@ޟC}K|O- 6 e>ԯNHST[|e$Laڣ s+{*Uyuu[e鞬*K,j=4\!xԬ zcwtGH7 7pcTk`JNݧ58a  J0Kɸn <#/& p.%|)5( y^LE^LaOquFPfXƾ |R??-kw@j; .bӡV'|oLKX%2aOlnGܐ +ʣ#X|kIFigy@YMlVk7@a6n5|*^o?j lZ溺R2M(hEUx4T37!D[iRV?.B7b81Eg4|56%DK44fⱣs5IbgaUR9OvMx 'I. R}; G)]艱I9\+;6b!<:ljvdV|f.&it/YT!1cc@#H2?!9A +4.HA8V]{ /RFj/ږlV3$[=f+7hC\tpiU2C-5@ҕdqpRךuO&_sx[^{n:V[tafP)#\(us;$x;"֍lzh鴻5\CJ58`{4ㄚ۹>bBZp~.!mAmSu5 ܌>An櫲ܿ|U=EePi;hDj7T/WHɑ'?M;8r@3;gz 2zxN& +[%~v=,S 2m]Z.mf / Ĥwm`2PlH 62 +5od3Pf®U +qOoL֠n 8WQ/!<xz?U GW)QЫXh9Eb0t+L)u \sKBMqhRTң)S )ճ? f.aܖ3#X9VP ӈ}KFˋcӂiVOKpÈVMؓb[A+D~_},\;>Jh|^1dt0h{s. 4np Y6[9\VC#VANꥑ8 +2~%)[M}l}D1#6J6hD +D9ZX!pNgME!LI!d3/b11jLS)Goa[IB,Z}R6]yhAFQ;W/LQe:P%?fz(AbOdA\(Ks` (.é@.dtvCTwPl%2)^Z"I|=ќQEc㽅 z1]m~!V +jJڈ{{)s4O:¨SRn1[lW>qA5\O(csO+'e=fLᴛ8-B=u1CNM+Z/?%%-3([:ݏ?X"ݨiS:)z݊e͘o_M8+eEdqRųta{ B5>&'v'%vT #-go7>2TDdc +l{oDU[0ϰIey@! RSE6RP}̒e`#M[~S(hwiq[+1KAYˆԗZ%S:%:iMvE6 a+縜h" MFOǑEDp3>AuBت$Wr ɚy2У=+B!3kPr6霤QkP.,K|,U?&kSR <}`z +⪅F}Ste;eT&k,t90wFRL`~2nnڻn7ɧ!FlM;đ*+du9ij-{s&Z0*D2iKQ϶ -1WE2A`Xu %8ϐ \r `k!ATWFRz.ET#7hh \[Q>4y<$b(dL͍~m*h at*#>%/&@r\S<ߒ/SG3'S*_)Lh8y.Zb ;>oF|E1x?OFBs}PStUB4a4q:׽>`f}U2BAnŞy*Ӻ!sAD=mksiglTR$wKJ/%~P,|Zjm{sѤ%äz- +]XзB0c57:<-`8ܟ6]z}_6Ի)L̗exe·2yO(o*9.[N8+<1NЅzo.4Zߎk26@"sT4A)ga>F,L~hnWvӦc'W1 3ݶ&cJ'8Šf: %4wJo,X18NIbD^2{$#؏z1JD;f5xׄ\cS! + + endstream endobj -3320 0 obj << +3395 0 obj << /Type /FontDescriptor -/FontName /MCESSM+SFTI1000 +/FontName /WKRJXI+SFTI1000 /Flags 4 /FontBBox [-95 -321 1415 932] /Ascent 689 @@ -22580,10 +22843,10 @@ endobj /ItalicAngle -14 /StemV 50 /XHeight 430 -/CharSet (/A/B/C/a/b/c/d/e/f/ff/ffi/fi/g/h/hyphen/i/k/l/m/n/o/p/parenleft/parenright/quoteright/r/s/t/u/v/w/x/y) -/FontFile 3319 0 R +/CharSet (/A/B/C/a/b/c/d/e/eight/f/ff/ffi/fi/five/four/g/h/hyphen/i/k/l/m/n/nine/o/one/p/parenleft/parenright/quoteright/r/s/seven/six/t/three/two/u/v/w/x/y/zero) +/FontFile 3394 0 R >> endobj -3321 0 obj << +3396 0 obj << /Length1 725 /Length2 29973 /Length3 0 @@ -22708,7 +22971,7 @@ p ? k^s2"ioRExj-͗-w:*nOQc >2U֌g}Vl)J[nD昹&-PS"H3=HI=^>aG]Zdiles*yMS4˧.s㕫.&Ev/L# R*38[r9(& vS9 ȼnN{GzbB6?KvЅSzڗիYβX i bBkNVr1Yup endstream endobj -3322 0 obj << +3397 0 obj << /Type /FontDescriptor /FontName /WBCPXW+SFTT0800 /Flags 4 @@ -22720,9 +22983,9 @@ endobj /StemV 50 /XHeight 430 /CharSet (/A/C/a/backslash/c/colon/d/e/f/g/h/i/k/l/m/n/o/p/period/r/s/slash/t/u/w/x/y) -/FontFile 3321 0 R +/FontFile 3396 0 R >> endobj -3323 0 obj << +3398 0 obj << /Length1 725 /Length2 42170 /Length3 0 @@ -22894,7 +23157,7 @@ Dܢ TW\zPn1N5n*T*1 xCBw!w JNg\_LЫǩ#`z#ӥ&?U&wqץp~'\qIc֜)> endobj -3325 0 obj << +3400 0 obj << /Length1 725 -/Length2 38082 +/Length2 38392 /Length3 0 -/Length 38590 +/Length 38886 /Filter /FlateDecode >> stream -xlspf.;xbMl۶'m۶mOlۓgޯZܬVݵ9"`g#'qXۉ@S - `fdd#;x:Y[LmZZ:m,M,nnnnήN$ QPԒPIȫ$v@'# @h ;lLL-ə܀N.3sȉ -+ȫDTEFvY\kv?.#d?x<#11L-M\@sK;8&egf`΅9@S?Ѯ66F@ go -t{w', 5 R.F!dg}1Y:[zM-]?k#4tO:NYUS{;;?Sx ŠҴSvٙ؛ZڙT\ v+Y`@_%習cfб3X8X, ߤ3.& hbolZ'V4W I;7cF:{b9dajpx{@0`̷{#uBbD8&[}-!4zW*xk׿PDZ5sXTb=v,C`6,Dގ_[|֣DB Y^ "ܐXV8i4\Yh)3uKbnRlU~ bكJ.r0Yyëg-7t_*^ȸ'>.߈Y ]J_.3z b$pޣ{ܹ2.\k4s 0I# -ߝqlvȅӡ\6M/ 6MNdENCaNۥ*XA,o3ф\]-l)c",ͱBlBIf tk( -g#Տ MOʡ$5Uۼ}^RA Sc!}w㻯)!X %SkF;c -"09.3=w fs:nMܶ6QTEL|hق7{H ~ - \,(:"wʴ)^;Zȩ<guM1"Ffi0LV6<7&^ l -Hc8#TFqb6PB&MJ[y?a݁#3bp<ќFX Ԃ(\t9nkGF?dqSˬGK֙gkk%Op~U߭ˡ{IBr7X͈/CgA ,os}8{et+^4+ -o -O~4K8z?~PvNXUBm =|QJpg KlkZ=<'p. cc$}v,p;4i IrD!X5#,6¬la^%.p.@q5_`&?v|m+=UE32򛧓m):o%޸JP{5N88,Gf)I[ eIrTpAe2KϾ68,o<@}Sz( -W}U6IA)j, ': TȔEʊ<&H|od.O3Η c]9NQauoV;"#TGyxzA¯!32_J=7,F/椿AGp{MbEBr!fSSYicP'H#j"yT5f#=s3 -`u7S?(l#RfqWps{'Y8vV\UBrXYC!؄Foa}];:5̫D-fCC#UTx)ڳ &mv=ط#rdCӢvLˡ|yh($( - -jf!y^/BFŻtV6n?u^m rvO4Bu{r>)gpU@mjb"^YZ#3lxvM=YDRd8F8P#pVVp ɺ(jkp$>nZ0qM՘ G\Ck6&dϙO/`)J))2oOфt g*omA߈1ic%h\˙45!a@QP WBV3(Tut) -TBE(ߖ%{S$:jjWvZ]>eko4׹{>o!ó0}^ -`뚉DcV(6L?xL}#_~zu9P/ˉeo;h=Q~Ex)q8˻܅YrNUXAe+i FR78zDp1'` e^#-vkrdSTm]@'f&_La_h; t6P]%59zoϾ*Ϡiw c -%&^&A&3;Q -&_0R8Ckz - 'Ew,O嘌ΞSfaE&:NA!}l"('薺*Rh=)ki -1S 3(#`.{b,T\g*Jai.1Qٗp_|B#iw#Q(t;dkw{pT`f㌎IbN2_UKQ[/+,B uB* q>]W;t_&NJzx%@(,1MPӫ/ -[GF-r{i 6MܓB/)s`kgTMPɺp8'D%R(0RM\ku79?A}BDf9 -:_"+L?k[^'/TYwx2,_:*"-Xw1: -[RqڌbUY؏^>n,߄ʶJ0aG"c+/w -?k"^f6餱@|"7H ucyL8TD/)_U=Η`d{cf##B,++ 3VzarD#)XOg\E98el$4AV-3Ƅ8vo 9QB̙T{!E%{ca>90@VH7v"t%Cc<x_S~3Tzm:& )j.PgS:HxTh.ZA -Y%aR" ׭3x2`+]O5 -@@2܂{_?Kq`^I&֦ Z8s)&q*M\iS|K!;KD*Aw? -N8'Nж6ݞY2K -<5-8<1b^)+(dyҬB8g3-^_zM~P'$;`T- -LQv47h)tC"k>[D)h*Uo@䰗ST\co"grc!\RmUøwO pjk'յ8*SDIn;0MQ_\E+ȟI0/O1/B3+^g `bBvin?bM -TZNYòXu|fOu~kT_t#կ|@TiMXPG~0AҔc4AttnmI0VraC®+j\6203qFu`dž-7PX)d zGIĐF0/nQ B?t>. -3Kv1hoy,hE6 Rg0cY(=M{Fd߉me)3X/vtzoc pF&A%iS4"?A[Y,Z0@vբu!?b#D9%C $Ӧ]gSf%[~u;QR2<֗6.*@V/, L_zBǀ^Qt<&1ȀP`ֹUoWm6U<6"DW]nI~ 4nz}ӼePD7&0AKӋC6& rL -f;+~뿬6aMZ\CNR+]g,9uA#u#XmY^Z+m-ûpr1Gwd!lMƊ_I\}) `BeyskJz'-0Co3"t?R鵣 /4;`Gh[~W-cg%;>&ѳ-4Z_?t9_M8ړt5(4!ͲնG?idf#D`f*|+|~ -Bl;ÄC(L!85fG_ J iM޳ۮDk]awf 1>pq:c Q|r?FpܖԖw(O&O/zwG&ψ,*QnOPjBz%;.}x+b粹@䛵6/2R] -ޫպז@RUSW,5nX$aawmut%^bՉK O-֑~G c(.c_=\ -v]w^!;VCR&V!+W 7 ywۼpXsɭ2i9Xa"bBI-Z$)#AP!x.M<\j2kQ[O330|8_盧!$g[HTȮ—(CF`IaF%.4@M x/ ~5@_T'̞ &2Ey+C s? ^D!z6&e"|dWF >74nMqe9LMf.۴JL -!WdFXr" 19tbEbE3oү"ڋGg8 -dBbg`u{;|2г&zuo+8A*VI:\l}?ة1ӘQXX@_v*xw'} )ji>P|KŰ!hkZ8H -k4@>';N1ewu"(uFuڽ -ej3}\*~M4ƧmY05$a/`)`: ;5*% p~+ =Lpr0[$K(,upCZywa.EC_h-k*ROz11zMS,#hY$`a fc;ܹ%-XNKGYƸQ;aT+2n((xz_!uG!wC3X7] 8awnƳjRs(Юώ)UY ywuO7n5%#zXRT% iIL r|tQ bEZ$Js_n(Z*ZM#m>Q-w4Z{QQǍk:nB#Dy49㮧 W0"r1Y9ЫAlK ͕=&62jXSNA[K]7.NwVDV}TZfuSڬ tتF!$FzwyB8"5*?WLh'jKZo*,Š$ݙ+z0bz'`}W}o$d?64QcFUVj | 46rb.w2EQe #IJb[?u] -2}O636UqXaSr:H*;^UgH9sJer ]|\o [34B p-\,A!NJOr"mRC2w"Px`,?ߧ}$N-CAu+:v]J\ѺmK,j=bX)\Q ix;/ 5]~F9j|:C$܃z /R&ȹ5C#^0!& ߑ9d7,+UvT HCŚܙ[|VU]'yD. I4&=:Atl:nS\VK1`Y;8=u#Ȳ_` H+Z:^+Q1d3bvgtv_*?>3\'t\_~NG9BeL:zv 3߁`Q2ކW2Snѣ|@\ڶU Øb$8v:.}K[[EoM 5 g|:H%ư[q]x YG@xYSZׯ؅@mtN\E"Smס?vEUr_#El)[`gʟLib-EL(wtW~#B'UCv1#C5-2Hn:`@UWI"4OS -2v}otČ=_wCrsѿM'z2`Ǝ8%!DmLD=C8U-i_0 cޢ NŚ[1z) r&d=LI|M1MAFVlC -[K}mFZ˥э[YCl77diFh%tv3d/l(+ 3lQ.OyFw1 =m:jU/@vo;rFSJU7$6^aI <DQ(ܒdjTG; 3HNL`aȡ>eM'Oj /hKWO9<-@ڲeSV-5 XYu?3_ٞ_NԜtw%fMIખO94LY3B[=[b @X|I;{!Q4 YL#$KU55 V]!rA)iS,ŨvvCZ*ZO sj٫t:l=P~HHZqzS]"T˗Luw-ZXs,Bimo?=Z%~*W_( Ծ́53ãF &d-ըw}3CmTc#聤LϺLlμ>}3&}7_HƯ?jDgW(_|vڢŃD璧bUIhrw>lg k_ذKFVf#V@IQ(C9HWbS(qob6'm2,eݠ)FY4桘5)<.1| Ggv[:}`Rي,?!rQw߆f߫֜szŢ]Z+ͬQF),>z-wi[X-JW/z~ђ۷: |,o<4 |OA _ARVfps~Ii)=.ĐX/tHQH`~|+XmC'|PMw@˧*ݣ{c..V`8P#\t wt7g+Tfv`bnbs_1Iqg6].2b>;q[mvi;; L34V_(^.hy(Ǜ"fnpW~'ScM"y?T( 6D`x~ ԦDjot$S9(uNͺEr (,>u; ֘7$q,NV?fobUl|H,Rol]X y~ke`r}Sxu=W^u+d%ӋKeSI_{4>\=~GYl7G1% -%*ΑOɗ"C+ CcW~Vx̴Pyw-W4JpcS27p,fdy<_`KP8Fsʓӳkoʃ/efN +F㢍P`VDkԴP*0Ṕh1"QUC)ݾ[ -Yq:bAae_GFΔy-PlLc_h#\6;m[ V(cV>1^exRKBp+#t? -Y`Y'%Zw|PW0#iY4 ̸z:wKE g-K427B9ܪ#- ci4'#oAIRǠLO>gݟx -O&5;P4%Tra$7r(`bsōr^J {s"|D;NWl -g@sh -V@fFݸj{mQטr(ܳm7aFTn?9s~zEӅ\;yp%78O 0wldK|>tXt4cSԠeFoƻ xhRώB95Y0I.mRqJ4 -ΏSlFbei 1zu̴&#  ?lIp$r%6І{!¼٬:,&fZ3]RJu F'$B~@o7 ->eXgo-2?eM ھʳUܶjjj"[o=g趃B?>,`c7%pyt~1p4pjf#%HGTR $< I,pUXxAgE]tza,˩~k[|۝C׬r%#Mpu8lxV' ؍Lp$vuQ#4_)C&.Pm%v@'jbwKÀ-!+>0X!mʠyƇNkbL7LMwis8F\YI:h & on9^*7lB\3r%6I >?{||*'.AS4̕[F. Yo'?jE -!r s>ZETe{[֯1mt㿏ovwݡުm8R$t7'g/H%`Ǔk٢>l;W{ZgF"1^ѺeǴ !>zIeY v Ñ֝<Y !}7釩xkkgnhj*\Λq&. Zflԍ ,j5Do YGU -'Fk=28 p}d$g !ְ;)NکW{n\$n.HE3C~:= 5^e\IJ. x/s[x=DV٥R%2;(s/ϱdާ+FAP+%;F8{+ ѽ X^ʔ|NR џ*@E?o^9UnNI3o ]PfJX>yF)LVbjA"p<.K~H۷Zy98f~Zkc6KWJьn4rs\t+_mP;woY*:Iw5EL״u5 qdHʆ"+c Тdqm 8ñ}K3myG<0 .ݍ8uf!Qٓe"F~HQ,`lxuK՞f,2&*VpL;u;0]PKﶍ~sr}l1)I?2̉^O⏫)`N5lvz\K[A&\m7r<$ o~ӊ[.!rԱ>NILO .T,+36VBƓu%7 . E3HG6XU(Dq?ĺڀ𳇃.+__FQEi}bz9 C=צf^ neM=AB- !UDP,Pև9Z;%Sh3* leTaA ᒍ(sXq"޲Lb -|yaFN#B_;\. Up02S-y>ne}4/"-sb`)Oo8rL셮EC4 kV;~k!st28)bsaѾyUr1[(cU$"RAqTTO՝d%9'%{ꊐ_81CʚAlt&ZD~ r\x:Rp1X+ n[J|sQ -hG+zHL/RN%VAr\2o}w/'ݐ(,2f;f emIIE9K&%mq̀MN GK5q`[8f!yWA 3C?G+Ps]#N1:}(TSJtI˼-i(rL@gg'FhOk)ؔ볪sd<$K(K傋N&{"J{vNx6LH8 5[I[dS9L|h''לf[ 1A~ZfLV%E&N%E7ܷaraٵTʬ~8&Pj =֞Bm ĎcԆ u #ު\m]4oWK~cV[XOMTy[19T~pzg!{wIvaL Hvͽ5rF$j[c;?1YAw)`KQ9BB1HJZfUy!?kěK͗|i(C򨱫6jTZR*<7 \Doy moLq$?Gh+'V'Q*ڂ dfz=)i Yl˦[*A.+f#Z"H -bغ(/Uؽ!9|ѧQPaܹp.`6ɿ KfPW쯙zuohB~ȼˍKyD,#J͖4}p=bW1)c`x 0ɖ=2ׄFkjF̹a]q"gpn;b0@RP8qq Z#dAMn:Bg[(#] v;?ӄG&g7y,poDi -y eIyR`:xB^]ݔݒ]U;e+,!x@Zv뤐 OY'eTʭOH~&. |O?>"" hm'1PCѡXNMJ[n'Z-]7[ ]K9ec$~ޓ&oDV@;$܉:Ίz*4ȣ,Xkr2kYafM␪WU(F"!,72˸ls=9a -v⣳:y0HTTm}ph:/^GY 5~am6vT|&ʄg=mU߇U@hENWIhV\[')K^7'y`ŤhS%ADY~&XV$@W50&-Q󸂪%*OW{ -JP[n|qǓ0V.g'*`]G ]By4lOL4 SV[ŭ$awf0l],S?0 l/,VХ$B7\O}"r{㉣1}o -߻V/B/dQnoNΩ9m۶۶mm6NlĶm{zA_Uv5;;qV(73yumPk̲&IEBT ey虗<ܮص{׋Uq!5jGě-w^ GLFѳaUFgU@gCEmx $, -0śGձTJ"s-&o } iV"'DlU&KVGa=Dq]b&/㯦V^WX=[Gk @d2ɑ)NaCh}]9 :yOύ}N JE)h) ¦NȥAj\芛ZG,8gGe1\=4)cQ=ߥ?KVtwfҺ%#]1ѳS_~,c9A/-JvzߴAYvRPgD:Z2^:v pSBe 8wī_/y朌 \n SU(Ms~]Yhβ6dL:ܸʺ[`ër ix -FSSϱ`1bX=[EU3$al|oZ%$iϦk`Mc@lf D4evg:ʰQ.B$Q+ |*0f_JCܧOjAG9R i M S_RϧN!̃:{ f̀+D~R! ~Z5J4ϕ{Q_VbE۽xJκ3'w -& T[Sl(J1;1L,|Xh.HZm@`zZTdyk1٬dRzZ~b*A'xy)\!3tE_ x% -(ozj Au%,Dã{*׭Z8(Ox''T"B8AUgS\K*k9;Q{¨~d1G@W:m!V2zn ܭua&oު1 9c DСX581')t~Ѧq޺}7H#~D.$:a;wiR'2ID /9G -, Ya%"4SV kip #\U5Q/i> -eWl %ah%/r-w/,LhOWlyG"9%^=8.7CNLjL]Iش\5rxpaVo#{2w[],6c٣tH0meF>IzFRm|q, -yO{Mr)JSFUkAqwAB&;sЀ:Ql]B;&b4 (~jz2HpGU#xҨ"F.x6qr#I+EELV1S)P;иڐ_4нux[RRA<- -1EkKR1vu1MZIYNR9P~\h.'@%$[aHvZo@b Y0(?{q/W)LPѢ fON얾 -:Srb="\h'1e\i [yp j1Ĕ2NY5sZnq KB3S+S:̞h@\IXD̃3 -RK@$P- U_8G,|ouql}[7\.joraT}5;`qjc}\~ .XPʵu4OICE8oǔϵ,SBHXg e xƼ` JkӦ]s5R,EJ.DT(Ur6#gϛC^mfS?B_@؏bP' fV{ߵ8LjݤǗ&u(Y>#r<45G?=A?^ Jfh~,9x - pٻin=W0m4H@:Wp~卂>)!V=qS6bu j?o@0]*pأ ^h/_xXxVʠGsb -`(2"O%:/G@o'Vpd ۝¿fE9V`]8~ȊChQ t5A S p" 9>Ώ^UR4R;@nRܓeRG-f*LѶ;n"ܚebl[awBP";ark+i܎u+TAF~elhTy#^Y߃5JwJz }7~ŸyLn%*#f=8~8Bct&*}yghjϫmyY]7gWS5= @;ߢ|wfS>#0UTg][E OZD?5Ӟiz,N7HyL\)ռQ8wXU07a*+-W~R~6ɭkz(IW+,4q ?+(@z\P̴J -\1UZ!8ϛIxMWR+AOe MQ(J93ʎQ). ٰMU/.mzOf9QFڭ`ʣ2=PN;w@ B&D^/o5 V1ͭZSL@Ei@Uhԃha m]i} `i{Fދ1|&}R(} Q!M*tsԗ Ot&1jhKeܡAzN\H0l2Xb%p1`V ~6 `ȷtѢ32Cۘ37n6"qt)ĕT=hF,҃*A혗fT<_ dluMR+2ù0ib ;]׎@oDw-іa@MF==I/_s'T}rkKy@] -};CNy%dkhVsOX=.-^)9un핅Qn頡@Б( ba;W#M#fH08S~!k -o^e^V(^Z”c3LUi{ bFm' Xhy`(vG9BŊo6{nB1foFdHF},9 ˂ 4289țѹRKowg'Nu8 TN]B9ӻutNn?Lc'ޤA&js"$j'cQ2'lc[zZB&_ -q{;PE< JG!D(Y:p} QQqeÊHȽ0gs=/֎shr]ҬlJ^_S1>7%ScR/S0Nh*3]خ8wv.~@nfsGKm9!&:"a/H/ bdH jp}1+zFm' ܑAO,4b:<` -w„IaDeC;} y A}C԰zCSw -c19?իHH; KP!@^s -:L!7Q*Cb3--Hҡ*sc&n0GS<.-B3|Z4ZWjVG!~4i v70*TC#{RRmwZ8sh3lF B5loics{P|\VtS c8ۭ͉IaZ2P9~LvnO~P -M"IڮѤ,?),Cj\Հh()OsXLp -KlcL֓MOh*ZFG2LyK;;Rb;}k˂ -o^m[`yrn2a('Y.2N.ٴq}ZcXb}+DOMk)a_=K+X*+rt۲jGy\쪼G0%DDOuyFD]vIЬ[(Tor/6umSj)Y,{U'Gpmx>W: `nRHCqѓ>U[YيʼX  -ka=5^Jsy!өYE; _M{>;j=?<-Gk.eNSuiL|s/mtGX9CuΞ0r6rm~#Inp N"{A87:ޞ&@GҞz1qw9~R#]޲{OZxN -[ca=3蟊)!\N{yі~i7‹4z([ca9KX,rSR ωcC(*=)h6nldىW).LtO 4/2VnZWv{CĬx?`gu&l*4Mz?pr}oOTon*"fߝ2N4i4`[h>R>ѲP},3wט>"p5X9is)ILE^MpufZ禥)uY <c;]an@z"|31G}nEȃ8"bfv' KLفLN2OFvk`Eva|٪-4Narl} B~;3,"yek84}",Cl(6wabN<ӨLG~ cq[;pYRB,.d͗ށ, !:_g6eKGV3_+VBuCQk{5gnڭ~^!5":%ąS6bJtLEqIypT4*TRށ0!Q^e -S&C^}*r6ۆģI/Em^a<[@q"f?~ -pn5}{05΋Rdz7E V_RKHyA as@;@ۖ]C}uHZyL#zl1Qi[H8&R6Ԋ/ I}nٱ -(R=aSzo\Ks!2_X -$C^:T46K> >4"rolQĜ?ڟaqN~OmbfͼwSYh;z7 - ^*dqRN.,O ," 4F4ղtDfiq vhgsiTJ^7)W-؆V]hPBrD9U4UaJv]OĴc*ldxt.A-=6PLQ:r.b#D30z%&J 5zJ^C|{ׯ]*FU Z[Н[S,lWab2ZA,@ejE]ARRd;Dxe񄬐8K٣`|Y)%a4v.i57  -t\v`](. ԁ-Y?a*l9]-x}@DO+¶ gM%eo$;Kքx NL9Eo\O^Oĝp3GxV+1QF:hYuN68(!X no5fM"'Kar^oRb9Lu?fjWm@[S,I puk \fcf~M;ˁp9~ Mf R>Jۼ(([Wtփ}Z -tG#L{Di;TILZP2DQt _"Y :FDWH5nxx'Z^g#5$.d^iާuhdvre]dŐ 4N2r23$r -q NÀ,Z|a' r%Ҿbcm!T{2>;LsZo-Ect*94 "0JX;cѤMb*rn~(r#"}uN,#GK7Kp@Zt ݑ$D+08([u١tZ(ʹ&QNyn.<"΄ #,2Ssm'1"qW>4I$*ϩyl-\(c'Y+\aSI4!z[0z<(yC4a#y$87X׏wDyF`>CdKt(ȦRvz(yН}w!/{]D//efk'#DG0k׾fYU!O׿c{g,&yK:Ux9_K@W=uM5Zln^DXA?zB-x.{SH=g05PѤ!O7"#<5AI]h=+t|oĩF`PfmuLzsG^8^2i -mrxtv8 -eW,|W_BU0`Ejs#%V,JFQ>0Ic,J>W/Q8}:o`!csr\ tTu$Z5qLe@ TDTQ\8w ļJUU|semيm;6kxVMIP^2 -=RNd .=F%#gd̫|h2p>hL_?>뎌 ʀ ?*G߲A!>uQA4̾J:e 5nG.t]C^hV)§EGkɵgL/vet$d qNMnlQ:Aw.ז_ꡓdѬzv1Aאa@xɑ`k| ١&oy1WꝚ|p.r.\?浟FޒOs6`Q -a#"4= #gW;xJ5<@WVZm-:Τס -8(]M~/J {и3>Ym1̖ w -s7vs>8ş^;iQ:wO&%D`Z(c;3EcPM!j~\mA?e@]vL }t߬Όb3k_]IUϒ'hgZJ;=㻪SȽT`׎Q>kXA>D-Pɀ$Hi*N离{)dz Uh I<ڑmPI%d#Y/|"*rRfG6再1?b+1ݷ~^o\{#s`Ea9h&yyjARJ`o&B*%#Or!dAx Qw&Hv/J3NhYyOs>a653d7)?)ZHxu˃MjÈZ] -1}A$8pMݿ:Vp- ejIAiX$0i♃-\k`ZM2qiq9&r>} GvgHnїзO!cF.c CRvWXTR1>4q)"e7н`G~UG)DbWy ,>1/@Bjg5 da -Est]ƶ: 51PțN> ^l&3ڛd!'B[jG6Ɍt!LEU3FsXmsSއW6aw?`yBO@`jIE ~c_ݞx`*B`wXvhgf}+& BHq ЁʧDQݐ%ro 'bq=9I7y TiXPK\es]++RPo8$@Sk<>Փ{S~p;7fWY(Eۅ:Z|;ȀIגz[%=YOiF|Q h'U.x=eU$|  FK[J`H6Ux;AMGMCXm~|mxKW.oȯCRdQoE "F 6:#Ѹ[\vd[fp5)&O*6"WǮ$a(zOe~WSzDi-}wPhSKH^BR>rP#,f۱(LtH؈iu -jl5 W\<NZ%IR2q-oLwSuPin%]2%!!Zqw -'Tn1HGR -I9 V2 n(pK ߀'^wf{MYN=ڍloe 5/+~PPݽSϢ6V.K Xf_R@С5e<zn-j?x}<ھ)+5*͑SY K$X$&3i"~dRv:q)4S:ݤ`nt?bӉ|w蒧%IŮHvj%/F -kYG}HqK It>rB`%z&kg uνU$oL|6c3p~=$6B{`Z^ޡJr}g5k~m#`|{hNJyE.|r (Xn>Mm{{3fu ;| -L-M2R P.`O-D"yihO@DZK혉q_ f;7c}apV904EJEf[]*-6l\^=KS -Y%zc{ƩJKpzג8ԃ#3/Ygu260Cגȭ\21mF~.D"L_§ƄJ^OjHf1㩏{ XͰAe -VY^-5IC -辗%m&l+DB=V;@w=y.w';8bױ'17u#'h"J̕ю-"ː@$%4Lyu=Q B;܎rg-q ܢ>YKJR؎]lǦrg[{ .Yl0Nz̹AIPzr~>FW(gGQd̫}$Y'vQ<,쓔*wʎX=Cie'|b4†s"g[Mzkt(5L7Yσ%w_$Su&.Wιӌ-#蓜oޥWpYs)al#(G=仙$a\ֶ5،̳+⾭lv_yC)>enkZp67І5k# З笷ڳ<$kn10rCYT]Nz'9(f -"=!r#n8ٶBtHBK*)`d_M+6PW}+Qgu+V|:<:ml[=[C4W<̹Qd{Tu]50/^aD6Y? eCFiDԾ@VyJ;Gp~i98Hi-Qй _B~z힬tJBpPL"oN?̼ZKM ZѰG%A4&5F?SSQ)waF=Q걑+a,&ѽ!+XQ*pFk`<+#2pNO/m#xTU#-| 8]fjqʵ$\~vstWKj8wLFR^rF|'ޤy5C&{!!4OȾ -*q([n9UW7Y U/#!棭$M$aMM/c =f8Rywܛ7v)lb.Xٺ_ u<#(pJY -p 2I%x;_DKsx DEfi!kY>r4aﵽlc8[n}Qxw+p=X%yc'!zSec"{ݧ[=Y(O#ۋd?) -4!']IϾŌKfrMa\z@#T7U4٬2u]E#LӅry}vW[@cb CVư á / $_b%E:Iљt ћp,8w.2w0d \E&r2 MeO=U]Ӑ#6܇"i.m:+xB[^S`"fkI6W;ڳەB B_rEtqxM^k.q*$2Z7}r |{ _9 nˊmsUn斄3РWu(4̝][.1nMzr5,؂(Y rsDfV/ٷ4up߱rAV&Kloe9Rbz**$b!a@lW*ugq.F8!(gSzլM}n:ݼ$(=L6OBpѧ6o F+bNߓ$k1MO{Ϯ}n^+O( aXiܢߍ1֓)zU ѽop|@o7Tig_bEl!V8;#cH%'և肸YX7?_cIK?3d?' -=Ӓa`NFe^տUt(eA$ÝC<@C )Ψ=Cy-/s~{ EǡY=l9dxՏoEnŒ@}vRq _MX[L%]&z߹N{Ozr9 -mNunp S';a晤 aLjBK - lAr) 2GY4LE ,˞] m%w5}:j~W/PrCaI? 8U41-}we"aFSV͌)LL>wM4mRc tn3z0jANQwKBCN0XOBB߻M2#P*c^ T2.+RZ+ 3q*$6&7JcPkQ eo\h?^>FW QNt\0 -|sbW6kjX0-NtVq+mg8j1EͪT/No7nzO-迬`Ȭ//@lT60 L@Xw;DH --%$Ae', eoRs;D-jRXQt^Hp @FA`5)ۺ5js31_tV/"}yl?yMdQ*J`Dx| -evsdufUuysĥ ?ܝMa=KP4U~s0@M9<=+ųH{mYrƯgXཊ Oðj]~60pQ{qGzy i?nabAL+W%kGūFhuHگНMa e1S 7J!3\zQ --{JM1B8D?b -nV)83/oً<5{^&tdc4Z2ǀ]GБu:z&(DD?䵳O5RѨT V軚],e.a%vG.ÎiΤ5yR -ŗE( -kٛtwXOC6!1Yc#!σFw>A5 +踫t4nh2Ăi@*Rԩ.d}y2xEOř(qQ2j=Amf쬂QB2_I #mkhxÈsqWI΃xטQM95ArNX8ʬ4jtM|0v7Ѡ^R[:TYǤ{?2;1YNvD3Y dz:^ 5XnB%D#r3([2Fآ!%gU16wzժ+|Hә#%j&Dims&|cڱbS*hY:b=#0=Ѳ:C9old I i~AEFn#>vAwmu޾ėT.Cp40<+;7/n5r@iJD\tp9V"hu}>L=c -تr>^Y9w9!8J9Eٱ }9wqEMR2JJa"XL1j-Ӥ.rx|K>gQ:µ&OEs 9#."vİQS9thnv-PJWթ٤(fOdl76K$]k=q m/ꄟh -/K4{q-GYh]41F9Z1ȷdf+V -A%F=t|Dqoi#ӔkajmOh7RK;\;ud2Uճ51M y0O[]{]BnazYS|'_lLUK[c>WSڈ]|aռCC`xr`+F%.@pB}1rf @J3;$ 2;r&Xm[AJ CW`a[2s2ƒwH7t --!~4jA0\Q -x'\"F>B6$씤/'z~q*ؼП^G!Ϛ{xs^: 22zPi3[gW=ECdSKrC1/"{CAd]H4Y]ܩ: -< -䭯Ct~9h:.>?`펰B<_R_i`!a8xwkO!@ _SuJoN:\6;Ŗ } 2xC_,;>^|TMQbGB,!#'ێJI!%ϸ}L-e=YQ>}䍥K 2.V?o3a y+6d <ܛH!og7wRy ܙQ8p9&jpJi'vرgS~֗°c :y!s|lJx<;@S6|cP'dܸJTԭJ0g'SuM]ܤ+Eجm״Pgx#₽px4rIiX >"M)bqڒɻ8k"|Ue)f"*liPu8tK ^cyguI[x@LBэwMf/C>YЕ"}ͻ  - $'=\!4:_̾qe8)Fc 1MOqyK =@%\EfD}ϡB(/6^qb>Uˢ(b\8p ):IiP~~;*:nog=BFUyd#B⹦ד0;#1I f:Ķ4i}hneQ=b';ɎOJ]z;%ذFw?LG"$lv'a\} X~! -iobZ5°(1U K0^3ȩWh[h';gisrq"qHM5w.&PغP9-~ [@3x Zj!@>dĂ83K> M$Za)+ljd/ɛ d&1쿧2;og Hұ>ܲΑRۮOmT1l?_7Ϛ+s VG5+OV PKrU5[ګUm|eVt6[H`9P A 6{ t3ݵ' -SW9AjRĔ?XG$ӈf8.Zy(2uK ܟmm2%VڊÝ}Kx؛x-:Z0դe"޳n0 GSW֚7^of̡ i'%)qb%A}'2MkZy95 }Lݸ4)&݃Z%INcW:` "Vue0.SَSzO -?.tv/7xY0<,KmFSB[gUF,IR#;h&uFqNr_feNwZFX nǻw8i@WL;Ul>-wԜxGu04QxD[I5˙ot -`~#K>ev]e#8ASG< sw\PQm5c!_Jw"5瀎=_ lH*itvLߓAoc 5;%"Sb2&Y[/*ZͶbQm)Ë3,N@v#»w -"((> ѻRmM[_wBl`^ɰ(v݋$ʀdFX|5qS~| kU7}Jyv%(f]y 𺸤M `?I/7Um]z?UA*!'JtB2_ۧL x.B1ipVWPZMlSF:8xu0Ey#z2i}B6#zUIes4u; n#1 Wiwwpф1dam^23cHuϔvZcSHi'!P?~Pd12{"584N/#1_x`wi,+ -@@J{$EƦHuTzumX hx%*/ؠ!VU.j oډ*oLs@\+BWC6P9/ ’2b ,Czḇu6'GhBVC -1/k\2Z EXx eA [L_[퐲o˻#: COhtf<W!@ # >d`BR }=d4Y*L&?L_C[96Uܙo#cj,e7;'_6-)eX꠰='9#q?ܖ:yԟ%FAUAfF +xlc͒5ܶm۶m۶mݶ{۶m{93L|q̊Z*̊"#sQt0eec(0200aȄL ],D ]L&eS# ldin4fchbikPw4𸹹 993Iba +01+hJʉ(TvN6W#Kc) `_ `fNYQA1y900 #t;gM]\/H6#?V'Ht0Kc x3Gmߦ9@TS]ml mM.NY{S';wwG߮6!bv?|8Gn55tt8gWMloYТk#׽5]2l}@p†++amM9n |ll0m +=MwCy"~Y|[.ȜOjը'^.:Q.)tEa`Gm֥\d7'87WQ+-g71ۣ篝ΊޝymvȄ2 \6L.؊@6LNdOàNۥ*߁ ̃`-nLpv8R [2g5 z &ퟫ5_Ү"K\TEzU<27J5< +WUoyKʠzS!'O,9c;{^g/MrBF*Af81t_nܭ2̽7ڪDP0 +!e +3-GJeGqsy倍^R\Dg +K$}uR%@$ПUZ&ۧ 8j/|멘Qh>)~`m!0<*ꂰW}1Pzx+ +5)ٹnh!4x(7 ;;?={W£_H#i<=NX[ǭL C} +;Z߯-dV3:ÄHöQqٚL'[H~?*'4$]glDb(X#;䘰+"IB'-JA'F;HkLí}VNj-8%L +"5vYܧ(ĖwhJ:som!nF|eZ%|n]K=%BcETnF<t|9SB3q>ףG^HBƠ/"Sq+DC䆡eۤh+P0 wNcN +G=[C^x+~طjk.222U +$&<|A|_ ?%,k/a"8jѶ R 9xJpюO'ghkZ9='gr<:/7}2!5C83SYvݡS"ZAj{-[&%d ][Q; &!t 1VH~Z8RB7UhPUh}]Y>;!Y>դhj-ޥZ*]CB2eĘ6Ze W\KƟ,h);Z:k܀(AT]I=f4:Vt$E?}8Y1Lգq7ɯyU?D-:QfhiEլ=uDc*A׿TcQ>&ͻȅ}D_@FcM"υ_:Njt N f"1糩G&Spw2W"ĤP1TQXk3`BpI}1$hp:a5 3i +/g6g$=S|JY%4 +P4ZƩ}[_[\Y:(QǤ|K VF- +o9at$rFTYOS?V˾+ AZ/rP)-t&jR^^t}&l6ʰVmmh6n ~ qr4.$Դ +ƺzϫe1P"ldџיp,5,e DN6/_!⹱T#8=z (j<~0~I#DDLK6? ˎ*zhv2Oj SyX@y.9JRI穣8FqU"(~uᴃJRyZ)۰`>m<rfxM4k>=YvA> ˑ[[exa1tbjBa {#˨QN)|-kݔ`AHNɯRQ ^eN-_KcR;{Z=zٛ;8YrL%8ǭ6 @;Epc.[΢0Q967$O~r ~F3K*MViR>licR%eZ0(eV+VC kĎ+2TSNZO ]53;/z7`}L3XwwbȊ. OCRǑje7c}φV B=UMi +k#E()3s>Xzo++M(d(ͩ*KY7!8qfLݜx&!-cw~hcq3\Hm\M.¹^cik4g}~Iᶴ= +bM6H@H-yNQj} A`V۟*$b썒I۩Lx UpS!JC4?z٧X@(VfpC!͌cgJPN5>T;-ړOh\iC˖1q.-$Qwhm9u\,(, ļuԧp\H·aiͪ\ U>d̕ϒ8sWzOnqݙ*o +iѼpjζN`s);!apd:- +S'JH>UV1}sĠv>~g\yvAm@(О)^59FNK2^ + +'Uv؃w@"r28Mh:Qoq*>NiK=:4+8T;4o $œB\BLZxMj{ +_q ޯtYrD΢{I %0ZkAOpcri6< p49f+,g*y= HɵhY8Ps-.robqڙn8;-|ieBz Sr<7:O0B8ą֭y*߫ "o0(3DM +tǡ%9ר_T\g⺹g> $G'>c_Cj Ǘ\O=S٨-,yx4aj{T0*(`cq]w{U%B̳nZvU MdKl \t1d)sa +>K +(J\HRQsxJ +DU_E {].zEHY;fE=Tá<3ߋ=\f-y윳HU ib>86d. *6vHwȾ P9>i$v5zyձOZV$2g=~ZL4w}gUTi`yj347*{}7qJ[-1.IΪ?*g(?AdPH㲄khxf?!5KMKĵ],n)=ɢ{G]VeN +Ji5rc $e޹q8|tqwJJM!@E6L. O+m4~њ:/ X}ʳO qS榭ѿKׄ2A9ūerQn9\k :o7+7 V!wza?reJ2<Dԗ!ݤ/ёy!: 1X +fkLB~rawt_i| @j-Hs|bi]~=SPU+֙%W5p'=D*hY]xt%% u5̭c=F: :ߺI7fF9;B>D߽ТZP +̏U-SWVңG7EIvj++%a9z"v[w=,KGgL=1ƶ +eCv;:/Y`$^qAdذ_jD0)*ȵ pрcXT,o>`T |wO<mc#?jo=XLޮ'/OJ؞'΋.g:ƦrycC2 r^efʪYi JCv-vO״# gjf8IA|6t$\ +{pW(Q\"4 ؃c +峟KÝ%My[g妭v=56Bܢs ]υO䱯Mێ$dckq9MTc0&?].G1*/BxN@Iӹ-ԭ y~̦­O-w vOt>J8rikn8ͺtk,X&oW2cDrBD5GmEUZ^J׎؆#7nZzgh2_JxԈuH29\ +kSmCP"<:KJޭ(εiC--PG>;t(mYR7JˁB{H%ٟ>qiE)zy<_04 t+`8 &f"ę\ZX24Ԣ^i1W^p:ْkC/H.n#qCy*&GNg!O?#hw2xܠItm3TCsbC)hQ_6d`31sFv`Fą/5hXs+|V1w#hKNSc} +!iO%d# *&`-B=1/I%:lp:4.w\E{cQL)π ֛7 +: +]oJ0l cQl{ ]Σ1-}E +eJTP9(bX=YA~ +%mxȖSdt}2<_=)jRvVgMmz}/>ھ, =5(q":p,&.lVe2$=X1'ՒyY~g0Y?R+AZ] lwL\0t o ) EbKwڭ嫗@ | 1<Ђ>S#hm 70r1v^ ++ՄZBsz5ei|+IYJ88/S2ܦ:uܚ% +!!J閠d˘")"~%6U߫^yߒ"oEb.+["Ne +5{z6vxH0 X1uH8;L-a8cY ګ~\``HaE"AI1 띑; &aS)* +3Ӷ`Ίݐ7^\XP /q-P]vkyQaf5ܔF# 5buY9A|/28cS6a8q1> Cu9O7.[whMhn7On_n(J{lWG(ZLYaM{6AF2K!.Ue;M?!Ź;r8bo#Xm220Hv!ԴʞNb0뗘E"{WX E] +Qӱ qvQ6wZpiV a9;4R t6w^886ȶl䞼 +*hYĠ@ͣ[}Wr&2XWnċ$p]]#xukY)G[WDsa;9h-6?<F%mԟ~*Đh_M 蕒 \f$m"@ D2\>X̖9Z2%Xd6\]%b@ +o0yT1M`Js> +qRʙhc\WOt%4 &洬l\HskB~#>XèB%,$Ɨ}Z׮.<,A:D$Ҫ?/¬C."a!T,7%WcόJC7_Č}U'n :ZA +V9m$iuUILF䐤E0<4;\d'^kE<Jo XqQU/ǍKpΨ=mh**\2<-M;ֵe:!2l,ʘoޙ#nu9s`exY.=W J\uE X +=ΧC|4SC݂nբ%uݝ if +?M7-3)n{ۉDoq7Kqō0v `<̈́%[퀐_V`$%`D,Iy~=ʰסhX'DZbrO/{GTrߙ4m~U:HܛO^+:g^Mz+7a[evl pdF[\G%r=\6\k zQ&o`1cU}"}4{RvSF`Gz;RV jЦ*8qnR͌[YXaf;)LDH&I!Nas2~yi(}]qjbaNKaeI2V,Ԧ И2iTъ5vB34šDfA.Y$Un +xwn9Di"[ʆ.P G Uq]h'{ nM1H׋>r6`iyriugQ, Tvk 9-}S, +`{͊7كK-Ґl#Y]Tɞ,Z'b$_'"iǯ@B^.W=*U9<LcҚfD#O +NgSLɓGfLzKˋ^b}re>Kz09yItdž"wQc$WF ~]W*ce +<(_("L,Q0n@P4/вxͲb%9u8ڱ'-GNkDʁOyPc*DYTA1=@QBb齑t9lRazR/K61/_[*gֶ>]JQMJX]GNTGMN]EFa.@"zOYhP AY{f+Ћr]J u=Ab+YG-J 65[RP'eʢXyp>^mΐd;]z:Ye:z8;<ap8f < %t2% *ft 5ίqfߋm{溋cH-)1ݓQq jgtWTCy' ESD%>t֝D1x>a:9l +.8wO,/Av\>yBFO'ޱ`mQOFh@3WunBE^F.&3U.Ίh]/w`=^; m(2O)zrY7bcJz[TeKc6'.ɦ m(6Chf*GCfg $:ow漈1R K>&r"sU\ Ǵ}b?U+&+5hD"U;lK 'J$}WV +dn>[+5r4ЈN$ PBaθqܬ_ UDW|;025R45AMYK&=p4X ɷL\I\k{4v(D{$wnk2> f?N0u<|K)0g9%>LYSEtK A}'۹.]#g+bw[ۃr.%ߺLi8x>z + 9DS9kTqOy?7P*?Iuak'? +AZfߥBݓ28؝nzwfM KQ\~T ~[w /Sj6;b6dߞKLJKy&ƺ A|5߿R%$~3"mk" @G@E |_GtŇׅ%)ŀ&Vg&KQ?֍7r90rhSZV\ u3 &0XHc6!HLF{Y$UPCDgdH!󖠼MA.u1 \#B=*3C&YcI +{;B7#Mmn*M- /;w,L )s"5,ѵ i[Gÿ*a<17*]/%pzL|*fQ ء w!{#4(#lSߔ7E'#x +&k]1?TY47k,qS'7'z$$~z=K Y;s1x[Ge+EG*=껰_.7:wlq\%Oxg 0i`^ SB0^je%jﰑD}i $ +T D?baś;U-Lg+9OD9GzNI*8Yn*B)uqTu;*E-n +@bS3n24n]CdUg@?!cC(CB`s8[٤jSJ/DbA^K>ͩXRY1dߎ9\>~qN\'f„[@/%:"j Gu Z$W9RRM_(7wӑjMGkǘXn8'>blR +; UD-#O"!kx/ni٩/˖wֆd&]PZbr a#G1}@ zɴd"0H ]jCc|ZK +eqn!a#pq# Z sA]G6 !t~gb 14^jlfj:߼s4 Y) +{r0_5PM&M.}CTZWӦz_U{Y FH1"̓ڞp_D;oǚ7;7E'7tS5co vTi"fUZSȄRλփ:Xt)"CJ9{d˰40 ~ؾ,Lr*s̀>okɵ6jcK1;J\@QNe>Ϟx^:#qszKΕ[= DD?㉈y(4bRʢmŭ U?9 砶r; DP/&`UCk,yydaMC֍(rG䛊_5^_3Ӎ׆ !l+~m НlXRէەn#tK4ax"R5ުPRGɼH >{wwn.ߪD8a"749ӭI)3ᣭ"yؙ93'#,i+) trST@_@zA1q  *Lܯ^ƮoO ClLW)?~MbrZ +%%aȊp3zcBV)3ұ ki5GB}E8 u3X"*^ѹ^_˫n|r0 ;9$-}Ył^ +%7*ݡ.p˪Oʮ%h疸зph!fyG\)> ~^@w(]G1a(:.FBjY%xRT<88W{Owrl"yɌ R]U^F[7^[b+q ;6g̕ [\zIC9 T8%r8H67BSG'V仼!`{,ziR +ﻊ ֧w2JȟXf#}ڥe(5=>+`<,'aE͆9^ Ncud}<|w-M?$3&AZX:[h(%,ӵjũ7<)XJ@XtEX-H9&O8[뾊tjGV#{p Ln#3"}uҞ[uYsL*LV#yS m hcIa&wp/mrt<s:lޠ=VΔ2y^:*ܓ;ޕaN$*ksyjЋ ZɆl('m_|FgYsLd9ǂ~ݱBk`ANRzg*5EaZ r:5>ZbBalcA=^+CTf箚y|'lj) *1Lng ]ichYgWXzJ~4BXL1Xc2[8lͦzgtʢaU;̌8E]"\@@-G. |UQ?xx`%UXؒ#k}ITZO"L+ΑRneJQ-oJ|K,̮_;^t2G0-v[9k gvH\;|A~H1v;_2*;,f9ثc[F)ԩ!RNwcDIk$'yz`L+4>AbǫdWQv2K} y@8(sߝ ;T +}ũ;#ptM7-w㼰e|H"!oR|cg*ə N׭H1 {)dVXo> s 3Y>J c/0TY?Fy\C(d۶m۶m۶m۶m۶߶ݽ3{3*^ds?VcQ}$\E'Ru0H6 *h/a+F$ Pg +c)p5Bc-9wYBk)pw;}}=a]b uKRAKQv0[$R{sT *uO,~]35NO`׶O;RuA +Yǫ9L7:~ +DH -I)GZJ;rVI3 5:^o |?Fq U˯׌6f?:o/ԅaˁ'YdBTB ^ìuM 2+1< "[NrՓ`Vi=FpG} hKp;(ҭ*5FV&Y8+Óed,atQNKL2Xl*]/f &}6k0"l1z 0B궮#!4؛5n`19U<@bƃ?'Qgxwo`!X"oa6NpGsX{`rP^Ou#A%\CyxpL?kFQ!gSt*@Jhj8azzfLh-㟼/8>S: nV乊rp\ a%–䮂5D[EIR>H\/RU)`?Pm7UCxLGP$ޗ(BFDCU.ͩTK.XQ*JSl+t ۏc'QY3YN!iKwBx3ټCw- \Fl􈾋b5/\;H]@_,UOu +M[)Sr<m64\ 7zy2nCJP޷X+ uao'7-o*J\d7݅Y.uV.K=F +89= `|>ZŶUYX{MBb9&KbE?R/*#W%o UD4 R7##3:b=ړ~ In%W:=fDtn۝~^0̏nMT6O2LyuWXsRQ/:huu=TN7U|<~q#NjG +N/EEMV((-T,2`|U^1\2H-u{ڌ5:MFOȪo MF9T0x.Ƭ>N2lණYO:S3pߙ%B?!oYYw#L! Sakkm4!T7fӰSzv(?:_BmI1XGM/, n낽w6ӊYT}Qo:D_A>ŐCV#Cj| $Ǽ=?C;jȌ^FAZ"&gx{|2ŨH['7ܣ7£wBNwQ6PxrM{YG~hsL1up?C۱"cK7i3FNOڔ^q/эlQ8F1a*ְ&}pس;$]sOD@(g2vGitq o ig ԏ':`sEV{<K(@- o_ { İ[-Q'Rb6YFpSEI/4h3g5CR"%oNɛtaRZ.e%Hd@X:f +"s81/&lYdY[#SϝijH?Nn]F1W;ɛpڒİf-rc6B L[g잦˦o}ravF2RWNVE/ưR8XbkYDʏts ˬb +ߩrNZ`jBW +ؚ Q?ofl sݳQ%3nbDȣG5(=)p?I/rʫ3G8Tgȿ@x_k=LD >X`8~YqLBG7f)S?{%gvqH ٪x=[(Sźo!В ʼn3;Ghww(6=&k]s{X ԣ[4[ [tKa]yDKQ\$.tL&RB1aM[L$˶CPFCd0;]e!bq8^62*Nj*kMz  Cf&q$YCKDD 1xmOH2a[5N T#W +#Τ!W1PbӃ熹j'aB~›"639rW^E5z}Z &ugЧy6;,zeBТ Ԓ[ ֏LmL:u5=̓7?JJ*lizm$;*8ꃈ磮kٞ[#1@ ]ln.jSM|ߜ\+@5k:owF+^͑ Pjh_%#Z߾"+4vWjpjx+xl<js'Wn= [~f=#&As5soaI0mUR*`F+@& D;4G'M۩#k<b{.MVqsLkP?ʙƿ^ dfaBlRXтj5sM6vd,{KKޖ9m1Ra13Pg-Q\~u޲"K]&#|-ďs4uSj` OZ*Ҁ & >0G `f[\fkԾu!8HS :^/ WQт#ś~2N[t +ij4NA6׍̘v;9NfH=XͳF?76 +sW>5̍]Foe,Y{g GF:ƈ :2lv9B';|7k~ +7[ +cƋI*fq5C^C\jI NhxM%+RYڎZfOڶՆ m`&S"3񙊊tDJ:nI#،`ZU;Y[~\ qhӼvAdD WS-/jNY4PTdrνZk̬Ou +]OVAb9 x=>y~6VPVۏٌb[JƜ?VF1SpAtB$.A ɣgҰ=Pu.$h: #\iXu"13Fj)UcH|ϻ]&X|9AY۸x'NXk:r.eζA·$GF WXn5!Jͮ6q>|y9y\3 >*#9ڤ `|EFv62ckx4 HNO+i2[61C Fn[G\]La)ef]D4ǶE|0X +KBA"kZwYVMI8É{lqc10WM>meW&=6`$di$òW5q*PL1Lb9{&+ﷸFB2 )g4NgzYd{Mo7hͭ%B%'kQ'pkcn+2 |FD}$b -c+@.nNZeԭh]XRS“jAa>-=Sw$ƟO.mW'_:)TT2+zregh(hƖ$y +uO+-tExJ';h3S< яċ'drJuB]ad`X[pxCA]%R;'u['%ʣ?=d/%2wtpDt`{-@՘ 4Hf9hJ " +#=XA/'fy޾ K*:N3Bw.HF[Xcj^;j`" KN !7>Q`;/ 36?2(a9^;aKaač[o7\i2ɣkSg`0'X2СS Ǩw0;fgF2I&Q|;aO(yz%VP|lez#rC|DAå,3ayƀ+%H+LKTꔜDŽ C%񛄉XĚr5  M[E'`)T0&1^i)GjO.#-X؄!9W@+>l Mm-} X\ehe!3jNJX5U?3!EE{zS +8IF}} ܲ Um>&vl4`"ܹJ#7PsިP>aFQȥSΪ x1yUSB)¨Iy=ǖaՈeTqȣ/O[ϸtb?rLA4a0̈ᜭCr?}S+7HtQ,/1hlU~} $pgO)̱2iw#-|14|2xZ 6*ZT51āƒdv!m/umO'%dxmNY b"]D^"^FUDd^e2h=d0Q眡v3gY"دx/OSJpZS“2 WVXX ƑW+oimOpY;{5݁977)sť*2)Ew(W0^z,#j44 +\~c(DmVg%˓)*n#\^41CWhXg=H {RQL!j Q΂*%5,(R3lD`Pv<9F鉃+jhDi|(,U +|tކyD`DJI+, uN͘D vi0 Ӕ%"N髇kQa +{w"qYLc8ƓVA'! ްN08߆IZN@! 8-KpKߎmOLg2 o@xWwyL)PqjI`+0 JxFNW@KY2w0rdn*xq%9sq'WS^⚧mxys!q RlքNHDj7;sWfn"O:Bgј,qy.w?k81СwNQ[ony_^mz: qmrr[NMnI됑Z3} +sH};bAuSv.ITb/?r%QX,+%?b6't0+ FVy)BN+b4;IWuY^l_u#Hs(K]D~Ӌ ޺XR},'͌9<$Q|7Cy/4#rQ s[\BiûR-fΕo^")F(ҷYo~w+zx}`5\@~w Oе/n;Q}ctKm?]f+6@-7:KW%Uom3 21*-~B%Y %p[˲x`P!J>H9v5`àhQD([.:7Na֕QL*\t2kΌ'F {B)wB +Yg&pѣӋa,?%|' ՖCC]`2dX7!f!͈faNeXE,mҟ#@$;G4;#8pW{ #C^9EcS/ o ڋ9qXs@튲Vw-ط(ȇ, [Nyh`ZFW JJR8bݼȕϽ4OA5RxvϼdFcmGR L"_n஌B&jCΛ *8CסLGg5Ack6ߣ̱Qgv`Cɷ:.D*%c0g(ܸ60bXH~q!\Q5? P[GtMSS$~)!dtQX`]'[f~~#º\CҸPNo,8+#w"e 3ǜj''0a bv zc".xZ=$,m;!&8_(u ~itS!)H*NZSM[si'5yUu~]ӤkPy3 +Uҙb[c@#qdX9=T>xkf.txe-޸"݇6EWFj#yWI3c'wDlAn{3 5ɍwꅪf.޳O=+˿%|)ޛf/'1t.Wp7mەdŽg!UxT_2N@A|OSnF#߻P&;}-buN2s~$94#ɒ_?8,4aжJPEN{Lۣ|Ī_L2eo`֋M6=YMfb,GOtm*5ZŌH;qdx<&VBE0/Hz0i{Z[ 5r_? <;⟻b4ږ\AAY.&JI|Ӂ*a,Wܻ"%[TTQ:y[ YUޮzH>uke!!=!wP̥9 ,&f;޽*%EۗS x: Ÿ 4DhM +q6y/*ެ˥ k̬N + "C\{&FF|1闦Co3m=LTFĞJ@+/5 GeoS >| +̜KΠ#D"YTu|sKX~eBҙÐeW Θ-i۹Ł$1hM0/2C~.;=zY 6)k +M =!a'|3 cuia( .ɇ'ĺbƆ}{i> |M+?mLCbaT|>e8hg%\ly|v9->#}S;ɞI_BKlu 'jK؁AK~z'"PrjWmOJ_=v Uk=xoJ7Rif"7x].cJveO!Ԣ E6 C6͟xf5\u aqYRy/3#X14PM`:ba=ڃ"濑9j M.@~\DD" +JԝW +cd3|γ_[9T2~KC3G[Te<+ڻr8}sH$zCVVZ` Qm7Q:{S #a Q\=SagZ<[ [Ani}tAכwZuok=BE$r(OT;sFMu55xJM[~"q!Z\t́a=]VryC +a&].Kxۗc7\jW %*fJ=ZYBxK!iº䊀:k39HZM(Ȭ\5oiR$*KAԱD )+K'Ev#[ 7Hoz JYe6BB Pk!ý :4W> zr +=_P +!-Չ>俙Sžo1AK +R^o0V:n:xTe&%mV+ӏ 5< D=XzC22kD7Jiu:,|Pnt9p~xq|qq֭͞5i'*Hل¥e9lw7vwc0NƥIhحΨkN.%)1ʽa:==s\z@mc-=G1NOzQ`q'aK +FV8G@"(̳2h18E9kI~lЪȾ}Ge}~.Xh7 NpSNFô,{*8jO@F g0gއ3'|ˎ$ XuH2#X~݊txTq?뫀R;"!9聘 +!ԯOtwѷnwˣRAٛj示͂J`b _ܡK]-nP90 I2CP4_E-Y{U(abf8AAy81 *4 X\[Bq[ Fo7L0rXװxDLk[nA|EpP& ӿNJ6ϲMI"(44\>ȥ:U3Ye3ĭ&jbEUN?Y@0nTWYKZxf4@ 8PJfZ&s0?i/ 7abpA 8%Tɪi ͊0?j(d{@oo~:Q@AŒB&[IK涔']D'l#}(.M R2_!+3:9PWU_D[(_ω.hq-GQìƢ..)_`n"ɔs9Юj.[PZ,m?ASl($FԊ:G;#Pd-!h`7@ŷ+]Po B@!_#p["e65~Y,d țZY,?}B$;bP`7Qo3S,?E&HO9ǭ'tCE72|&`6 bfkNe Xh،FaCdoec҈M\5oOhJPn^IG1~V$RRͯŁujjLQcmc[X̑-;4ݴP~=}7e,٘yM@1oKF޸vPQ5Uj>Q3I+`Qz/LVWE57; Ewiyݓʼn#b"3tвMey25]u݉{vw)]7/gݰloo*jW qA<"a3.3~WRUgʲ~> K㒇B^'4A;}ιe%G#S;siB]sqO!!! M%RM^~D!!-ImqeQcyFүHqrza'vB|S#t% = ]ՙ$Pm ޸(>T "(iRt{=zՌDJίz㊉%gk :^nYCN WmKj!ZowەE/"WY=DldWE D¢7&Yo@}$@6w[mn~19,+.@9s 'XM)VSd_BIi*G +$JNP>'XFN0TUttwPIP fUb`$}Ae6EKJ}4:xRA/GwW$r\1^oP'ĻբE_FϺJC* n|30<@pB[q"eD'&h~ Cv3L̩ ˱0= '@'#)Ն+HԈ-&sub٢XH("x^!G'JU^7}S9#SHzTK="SqxǺZaI46a)&8Kd"m.M^<5\9.07OO8,}TsV κV7ʺYd[N\ /4?ZkVMɻbclkPH_> 0rEJN._6ؤtȁ(zfK +i,$ *QXn7mpQ6)e{ +㥽> PE{"l**ӫ/vVZQO.*1_$?xϓL*àM+ DQFߛAVwuYh=#dg*VS_:mw !iHyn%a)5U@s9%$^2.q +֟9i ̪[ˤǨ H0oOPB#\ @*mx=(s)Rʞ\Avk5ϜrƦ ?3%嗤j +Q@7hhASGF(dh%qUl̼h/9 $Y єֱM8UK;vjh B%Ww~⡊~V;\qׄuIi/ۑ̀[62+n0)&լ~wtU[8 T7ĦQy$WP-:D&앮YS[.=5Ey.V S&Bu;D'3;/wvLE8-C8UO1€P<ѳ/Z%AxS{,Ώ:Lh6 J_gAduW8P?Xd `T$YLiMr$d=yА;e)&(HK7E +d&${k޺G{5W?g_nN؎/VhBVpQ) [O'ob؇/_}S {{wF x!`6.Ž_1Eo]~' fB"FRy {SAy0ϙu:̣fbu]Gʪo}|8jNX&ګ1i=U0(H$bIɕ!-WN6= ӇQ []bwĒNJtX 5m1?=Ư7w0^߻R-$ <[ٞMe4Z2G/) <-()\HmARpC{;zxyFH"q1UpU0 `΋dr' l6t㏐yPTE*mx8#GEAo{}ѩ;¢)q!{_VR{UqIDAvR]tC@|֐l;niBI;"<Ri -dpp #lBEo<4{̿@Vd`3xO`y Gsk@/kbm|Dfs$#Oh" jm?I{ %}Qt@ ) -l)Y=]mF)ͪ7Jj)2hbp1N_^u<1 +j#QI-厱rBׅBh&ihy,EiwJ JTܐiYo/wflZ [O #5~|Peqίj-nmS5QxO3QԶZ>HzZ<24u +xHrv1^[L:]ی +Jב܅v_ #=[ٯ vVi%5nO}x/s"/&bS?KsX<֢Qc$5Ϙ\T) 0 !92/TmTEJ|2܃>waL;TS{z%N]ޡ?w]]?-*ChpE&pW.RW!AljS58DgHiuLΘҵ@@֐^8N୴\;%^hһL'#`R| y004f309hB{ (;"q;!2;'qױ|>F( &vga4 Fd{Y↶:AW7& +J +P-ݍ}0H{k"ZViVfw {>@1 +"+tUㆲ[s\7x3\  +5+NCcI(icH=_SbcI,j-ͳ#A6j( +WGܙqxTQlW"C`O"xk*B+!TmxZVM8⛏x2J;;XZnӧ{TXRBJxkq>A,q§Ҩh%fSpKr<$] 0GmZ̘7z$$^X3I7&|DhxBZ2֯Xd *|;c)6Wn`40 +I#>^ ˈ'99/i4x P,,,TB9\S_(1/i}"@,{91-zLbyA2&ˏ4V*Z O)-p1o, sw-hIXK5M_BWH1G\0W \HVceٸp.%fy 3,{ C$PP)^ɐ7ab0EYcfqKEieHCBJ$2P.9i€3^c^8솘Eɒ#]=^WѤ>` UK{Aztd +3ʽU$@<ۚ|K : )c^gbջyvPߢZU@o+6@oo`kudH9DKFoaNxrB<8W5o2beqʪ޻ 0d`(LZ"KXm9L=ǒpOHl׎&~ve +őV(L o2X}uP!CctTa d +vs-؍y^5ԍPj|0^ c?)V;A5n:ʶq.-A6rk-~:×}6T+_Fa;w\9`8NچzAZA4ּ հ̡ u"o8^w6t2 |S=7qmdw=sD?rĤ +ClQe8{4U͌ոNӧF)m(z(x,MBRf%X)EuwqGXDsLv6fW86*%d%@QP€O^(IƁwm :]S1]bȔ[h^)=JEb +RiNLa17ye9fT:v {a8Lɤ$_d\KѡPnQe6RN q&7Q{8)"D`K 8T\_4g CT|6"@0U,I٢c`\rExֺ8aIS[?).A=^RZ"OW^&wxѕa4i +7i27㟞{/m{֗?$]X# vp;S0my=".as ekH1Wx",A|s, >LˮKYk4<1,^ 18"3ɸ-%Ũ䚊Ǎae`!/aR#:f/ty6rܾ"}lRmʓ-$\\NZҲ&W g{ݎ6%?¹HC`C>-_n?Ktx!KSVQ?%|o0 :0ctpzlRw ɬv0hQ0:4{9foN4ƈr%. /32r(e8KQtC} pwW C>-˔&sȷ#6Ʒٙw5~.\@PdmìaIJ-ZFR72t +$ԝ(䉋(G:d>zwCԍ 0vٴ,RcэͮEEk2v'ݾ_2)ò+$?Ze)>QX"FlB] ҵwsP YF] C3:*(6Ȣ%z4vwQ(hD`M߀26tϹ&nSdi[dz#u ޭq1NU(Hj~ EɅ_{ 6m!ϣ‡bF{=) +XS>No5׻1[A5sNfB8цgDS߫D0:o+[ %r.IJ;G!)zw|ԧD$X8 |Ž_KJ]ش25/yF; .¡֙Ȏ> =qz`' dMiٳP舆QiKpL:`(;]Փ k#|]G&JusqEoWZlz7pN*L9K;$L7Ѹd +GZ(.61 ]XV'";ZABYQj/$ IIKD09Yj5۟"N$MVSF-)mb1SQRm`q\'cpH $t$d07?OFi$ C +ffuJ?>N$B`9#YDux*)Eb*Gp|.q[g4~sqU  >žu7--p,9=.?ᔑ{T K?wUա?|`}j]&9A`MO5=~Xxa=JS*ul[5C7d:ȅwWPoJ,$\K uY̛[Guõ(G 1Cze[bh +SKOWۍ9"o5hg9dUZmcZdQWI)N`CLPn/uMgZЯ'ppy42@?mM7CFDT彊|$[ՎLy-VfKw𚝽ٺXLGAcri +ЛcDV;ĤVA8ZZ%8m2\<2Q`eqDO ] ]9)R(vdq?pt[z-;{M$tn9X.M$fX415Uɼk]L?F)|=Qx3L8}4(NH-a9 q<lT5zUm?3P endstream endobj -3326 0 obj << +3401 0 obj << /Type /FontDescriptor -/FontName /DBPLFJ+SFTT1000 +/FontName /OONOQY+SFTT1000 /Flags 4 /FontBBox [-208 -360 1374 838] /Ascent 611 @@ -23102,10 +23352,10 @@ endobj /ItalicAngle 0 /StemV 50 /XHeight 430 -/CharSet (/A/B/C/D/E/F/G/H/I/J/L/M/N/O/P/R/S/T/U/X/Z/a/adieresis/asciicircum/asciitilde/asterisk/at/b/backslash/bar/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/e/eight/equal/exclam/f/four/g/h/hyphen/i/j/k/l/m/n/numbersign/o/one/p/parenleft/parenright/period/q/question/quotedbl/quoteright/r/s/slash/t/three/two/u/underscore/uni2423/v/w/x/y/z/zero) -/FontFile 3325 0 R +/CharSet (/A/B/C/D/E/F/G/H/I/J/L/M/N/O/P/R/S/T/U/W/X/Z/a/adieresis/asciicircum/asciitilde/asterisk/at/b/backslash/bar/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/e/eight/equal/exclam/f/four/g/h/hyphen/i/j/k/l/m/n/numbersign/o/one/p/parenleft/parenright/period/q/question/quotedbl/quoteright/r/s/slash/t/three/two/u/underscore/uni2423/v/w/x/y/z/zero) +/FontFile 3400 0 R >> endobj -3327 0 obj << +3402 0 obj << /Length1 725 /Length2 24646 /Length3 0 @@ -23200,7 +23450,7 @@ MU8Є D6̑qo%"r(LCgFrzY,.ylK "yrl endstream endobj -3328 0 obj << +3403 0 obj << /Type /FontDescriptor /FontName /YMTCMR+SFTT1200 /Flags 4 @@ -23212,9 +23462,9 @@ endobj /StemV 50 /XHeight 430 /CharSet (/a/asciitilde/c/colon/e/h/k/l/m/n/o/p/period/slash/t/u/v) -/FontFile 3327 0 R +/FontFile 3402 0 R >> endobj -3329 0 obj << +3404 0 obj << /Length1 1567 /Length2 991 /Length3 0 @@ -23234,7 +23484,7 @@ A MM.>_8vBm{{KZ6~sWÎ|$_%$h endstream endobj -3330 0 obj << +3405 0 obj << /Type /FontDescriptor /FontName /RNMPIC+Dingbats /Flags 4 @@ -23246,9 +23496,9 @@ endobj /StemV 0 /XHeight 400 /CharSet (/a19) -/FontFile 3329 0 R +/FontFile 3404 0 R >> endobj -3252 0 obj << +3340 0 obj << /Type /Encoding /Differences [16/quotedblleft/quotedblright 21/endash/emdash 27/ff/fi/fl/ffi 32/uni2423/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk 44/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 193/Aacute 196/Adieresis 198/AE 228/adieresis 230/ae 233/eacute 237/iacute 243/oacute 247/oe/oslash] >> endobj @@ -23256,564 +23506,520 @@ endobj /Type /Font /Subtype /Type1 /BaseFont /TTADLH+CMMI10 -/FontDescriptor 3280 0 R +/FontDescriptor 3363 0 R /FirstChar 34 /LastChar 83 -/Widths 3259 0 R +/Widths 3342 0 R /ToUnicode 357 0 R >> endobj 395 0 obj << /Type /Font /Subtype /Type1 /BaseFont /JVZRKA+CMMI12 -/FontDescriptor 3282 0 R +/FontDescriptor 3365 0 R /FirstChar 34 /LastChar 34 -/Widths 3276 0 R +/Widths 3359 0 R /ToUnicode 357 0 R >> endobj 503 0 obj << /Type /Font /Subtype /Type1 /BaseFont /IQCAIC+CMSY10 -/FontDescriptor 3284 0 R +/FontDescriptor 3367 0 R /FirstChar 15 /LastChar 105 -/Widths 3262 0 R +/Widths 3345 0 R /ToUnicode 358 0 R >> endobj -1746 0 obj << -/Type /Font -/Subtype /Type1 -/BaseFont /QYKFHE+SFBX0900 -/FontDescriptor 3286 0 R -/FirstChar 65 -/LastChar 121 -/Widths 3256 0 R -/Encoding 3252 0 R -/ToUnicode 355 0 R ->> endobj 399 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /UZIOIN+SFBX1000 -/FontDescriptor 3288 0 R +/BaseFont /RWJSWR+SFBX1000 +/FontDescriptor 3369 0 R /FirstChar 28 /LastChar 121 -/Widths 3273 0 R -/Encoding 3252 0 R +/Widths 3356 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 504 0 obj << /Type /Font /Subtype /Type1 /BaseFont /HKTVLJ+SFBX1200 -/FontDescriptor 3290 0 R +/FontDescriptor 3371 0 R /FirstChar 28 /LastChar 122 -/Widths 3261 0 R -/Encoding 3252 0 R +/Widths 3344 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 397 0 obj << /Type /Font /Subtype /Type1 /BaseFont /QDMJAB+SFBX1440 -/FontDescriptor 3292 0 R +/FontDescriptor 3373 0 R /FirstChar 28 /LastChar 121 -/Widths 3274 0 R -/Encoding 3252 0 R +/Widths 3357 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 838 0 obj << /Type /Font /Subtype /Type1 /BaseFont /HXHZAY+SFCC1000 -/FontDescriptor 3294 0 R +/FontDescriptor 3375 0 R /FirstChar 65 /LastChar 115 -/Widths 3258 0 R -/Encoding 3252 0 R +/Widths 3341 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 487 0 obj << /Type /Font /Subtype /Type1 /BaseFont /IKLQVK+SFRM0600 -/FontDescriptor 3296 0 R +/FontDescriptor 3377 0 R /FirstChar 48 /LastChar 65 -/Widths 3266 0 R -/Encoding 3252 0 R +/Widths 3349 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 483 0 obj << /Type /Font /Subtype /Type1 /BaseFont /ACWQQP+SFRM0700 -/FontDescriptor 3298 0 R +/FontDescriptor 3379 0 R /FirstChar 48 /LastChar 65 -/Widths 3270 0 R -/Encoding 3252 0 R +/Widths 3353 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 489 0 obj << /Type /Font /Subtype /Type1 /BaseFont /CMLIXH+SFRM0800 -/FontDescriptor 3300 0 R +/FontDescriptor 3381 0 R /FirstChar 28 /LastChar 122 -/Widths 3265 0 R -/Encoding 3252 0 R -/ToUnicode 355 0 R ->> endobj -1747 0 obj << -/Type /Font -/Subtype /Type1 -/BaseFont /OOZKGY+SFRM0900 -/FontDescriptor 3302 0 R -/FirstChar 21 -/LastChar 121 -/Widths 3255 0 R -/Encoding 3252 0 R +/Widths 3348 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 400 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /GIKBSA+SFRM1000 -/FontDescriptor 3304 0 R +/BaseFont /GALUPE+SFRM1000 +/FontDescriptor 3383 0 R /FirstChar 16 /LastChar 248 -/Widths 3272 0 R -/Encoding 3252 0 R +/Widths 3355 0 R +/Encoding 3340 0 R >> endobj 394 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /LOITPB+SFRM1200 -/FontDescriptor 3306 0 R +/BaseFont /RPZRZL+SFRM1200 +/FontDescriptor 3385 0 R /FirstChar 46 /LastChar 121 -/Widths 3277 0 R -/Encoding 3252 0 R +/Widths 3360 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 393 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /AAEODN+SFRM1728 -/FontDescriptor 3308 0 R +/BaseFont /LCJDHV+SFRM1728 +/FontDescriptor 3387 0 R /FirstChar 46 /LastChar 121 -/Widths 3278 0 R -/Encoding 3252 0 R +/Widths 3361 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 491 0 obj << /Type /Font /Subtype /Type1 /BaseFont /GVVPMH+SFSS0800 -/FontDescriptor 3310 0 R +/FontDescriptor 3389 0 R /FirstChar 29 /LastChar 122 -/Widths 3263 0 R -/Encoding 3252 0 R -/ToUnicode 355 0 R ->> endobj -1748 0 obj << -/Type /Font -/Subtype /Type1 -/BaseFont /HWPLDT+SFSS0900 -/FontDescriptor 3312 0 R -/FirstChar 28 -/LastChar 122 -/Widths 3254 0 R -/Encoding 3252 0 R +/Widths 3346 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 482 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /BUYXNQ+SFSS1000 -/FontDescriptor 3314 0 R +/BaseFont /UVEKUD+SFSS1000 +/FontDescriptor 3391 0 R /FirstChar 28 /LastChar 125 -/Widths 3271 0 R -/Encoding 3252 0 R +/Widths 3354 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 484 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /CLOQWO+SFSX1000 -/FontDescriptor 3316 0 R +/BaseFont /NPTQGH+SFSX1000 +/FontDescriptor 3393 0 R /FirstChar 28 /LastChar 122 -/Widths 3269 0 R -/Encoding 3252 0 R -/ToUnicode 355 0 R ->> endobj -1749 0 obj << -/Type /Font -/Subtype /Type1 -/BaseFont /JRWJJA+SFTI0900 -/FontDescriptor 3318 0 R -/FirstChar 48 -/LastChar 115 -/Widths 3253 0 R -/Encoding 3252 0 R +/Widths 3352 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 486 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /MCESSM+SFTI1000 -/FontDescriptor 3320 0 R +/BaseFont /WKRJXI+SFTI1000 +/FontDescriptor 3395 0 R /FirstChar 27 /LastChar 121 -/Widths 3267 0 R -/Encoding 3252 0 R +/Widths 3350 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 490 0 obj << /Type /Font /Subtype /Type1 /BaseFont /WBCPXW+SFTT0800 -/FontDescriptor 3322 0 R +/FontDescriptor 3397 0 R /FirstChar 46 /LastChar 121 -/Widths 3264 0 R -/Encoding 3252 0 R +/Widths 3347 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 505 0 obj << /Type /Font /Subtype /Type1 /BaseFont /QOQDZE+SFTT0900 -/FontDescriptor 3324 0 R +/FontDescriptor 3399 0 R /FirstChar 33 /LastChar 233 -/Widths 3260 0 R -/Encoding 3252 0 R +/Widths 3343 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 485 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /DBPLFJ+SFTT1000 -/FontDescriptor 3326 0 R +/BaseFont /OONOQY+SFTT1000 +/FontDescriptor 3401 0 R /FirstChar 32 /LastChar 228 -/Widths 3268 0 R -/Encoding 3252 0 R +/Widths 3351 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj 396 0 obj << /Type /Font /Subtype /Type1 /BaseFont /YMTCMR+SFTT1200 -/FontDescriptor 3328 0 R +/FontDescriptor 3403 0 R /FirstChar 46 /LastChar 126 -/Widths 3275 0 R -/Encoding 3252 0 R +/Widths 3358 0 R +/Encoding 3340 0 R /ToUnicode 355 0 R >> endobj -865 0 obj << +869 0 obj << /Type /Font /Subtype /Type1 /BaseFont /RNMPIC+Dingbats -/FontDescriptor 3330 0 R +/FontDescriptor 3405 0 R /FirstChar 51 /LastChar 51 -/Widths 3257 0 R +/Widths 3339 0 R >> endobj 401 0 obj << /Type /Pages /Count 6 -/Parent 3331 0 R +/Parent 3406 0 R /Kids [354 0 R 446 0 R 478 0 R 500 0 R 509 0 R 515 0 R] >> endobj 526 0 obj << /Type /Pages /Count 6 -/Parent 3331 0 R -/Kids [521 0 R 528 0 R 533 0 R 541 0 R 546 0 R 555 0 R] +/Parent 3406 0 R +/Kids [521 0 R 528 0 R 533 0 R 539 0 R 544 0 R 555 0 R] >> endobj 563 0 obj << /Type /Pages /Count 6 -/Parent 3331 0 R -/Kids [560 0 R 566 0 R 572 0 R 579 0 R 597 0 R 608 0 R] +/Parent 3406 0 R +/Kids [560 0 R 566 0 R 571 0 R 577 0 R 588 0 R 606 0 R] >> endobj -620 0 obj << +621 0 obj << /Type /Pages /Count 6 -/Parent 3331 0 R -/Kids [617 0 R 627 0 R 638 0 R 649 0 R 657 0 R 662 0 R] +/Parent 3406 0 R +/Kids [617 0 R 624 0 R 633 0 R 644 0 R 654 0 R 662 0 R] >> endobj 670 0 obj << /Type /Pages /Count 6 -/Parent 3331 0 R -/Kids [667 0 R 672 0 R 678 0 R 686 0 R 694 0 R 701 0 R] +/Parent 3406 0 R +/Kids [667 0 R 673 0 R 678 0 R 685 0 R 691 0 R 699 0 R] >> endobj -712 0 obj << +710 0 obj << /Type /Pages /Count 6 -/Parent 3331 0 R -/Kids [708 0 R 716 0 R 721 0 R 727 0 R 733 0 R 740 0 R] +/Parent 3406 0 R +/Kids [706 0 R 715 0 R 721 0 R 727 0 R 733 0 R 740 0 R] >> endobj -754 0 obj << +749 0 obj << /Type /Pages /Count 6 -/Parent 3332 0 R -/Kids [748 0 R 756 0 R 764 0 R 769 0 R 774 0 R 779 0 R] +/Parent 3407 0 R +/Kids [746 0 R 754 0 R 761 0 R 769 0 R 774 0 R 779 0 R] >> endobj -793 0 obj << +788 0 obj << /Type /Pages /Count 6 -/Parent 3332 0 R -/Kids [788 0 R 797 0 R 804 0 R 811 0 R 818 0 R 822 0 R] +/Parent 3407 0 R +/Kids [784 0 R 794 0 R 802 0 R 810 0 R 816 0 R 823 0 R] >> endobj -831 0 obj << +830 0 obj << /Type /Pages /Count 6 -/Parent 3332 0 R -/Kids [827 0 R 835 0 R 843 0 R 848 0 R 854 0 R 861 0 R] +/Parent 3407 0 R +/Kids [827 0 R 834 0 R 841 0 R 847 0 R 854 0 R 861 0 R] >> endobj -871 0 obj << +870 0 obj << /Type /Pages /Count 6 -/Parent 3332 0 R -/Kids [867 0 R 875 0 R 880 0 R 884 0 R 890 0 R 895 0 R] +/Parent 3407 0 R +/Kids [866 0 R 873 0 R 880 0 R 885 0 R 889 0 R 895 0 R] >> endobj -902 0 obj << +903 0 obj << /Type /Pages /Count 6 -/Parent 3332 0 R -/Kids [899 0 R 904 0 R 909 0 R 913 0 R 918 0 R 923 0 R] +/Parent 3407 0 R +/Kids [900 0 R 905 0 R 909 0 R 914 0 R 918 0 R 923 0 R] >> endobj -932 0 obj << +931 0 obj << /Type /Pages /Count 6 -/Parent 3332 0 R -/Kids [928 0 R 934 0 R 940 0 R 946 0 R 951 0 R 955 0 R] +/Parent 3407 0 R +/Kids [928 0 R 934 0 R 939 0 R 945 0 R 950 0 R 956 0 R] >> endobj -962 0 obj << +963 0 obj << /Type /Pages /Count 6 -/Parent 3333 0 R -/Kids [959 0 R 964 0 R 968 0 R 972 0 R 976 0 R 980 0 R] +/Parent 3408 0 R +/Kids [960 0 R 965 0 R 969 0 R 973 0 R 977 0 R 981 0 R] >> endobj -987 0 obj << +988 0 obj << /Type /Pages /Count 6 -/Parent 3333 0 R -/Kids [984 0 R 989 0 R 993 0 R 997 0 R 1001 0 R 1005 0 R] +/Parent 3408 0 R +/Kids [985 0 R 990 0 R 994 0 R 998 0 R 1002 0 R 1006 0 R] >> endobj -1012 0 obj << +1013 0 obj << /Type /Pages /Count 6 -/Parent 3333 0 R -/Kids [1009 0 R 1014 0 R 1018 0 R 1022 0 R 1026 0 R 1030 0 R] +/Parent 3408 0 R +/Kids [1010 0 R 1015 0 R 1019 0 R 1023 0 R 1027 0 R 1031 0 R] >> endobj -1037 0 obj << +1038 0 obj << /Type /Pages /Count 6 -/Parent 3333 0 R -/Kids [1034 0 R 1039 0 R 1043 0 R 1047 0 R 1051 0 R 1055 0 R] +/Parent 3408 0 R +/Kids [1035 0 R 1040 0 R 1044 0 R 1048 0 R 1052 0 R 1056 0 R] >> endobj -1062 0 obj << +1063 0 obj << /Type /Pages /Count 6 -/Parent 3333 0 R -/Kids [1059 0 R 1065 0 R 1070 0 R 1074 0 R 1078 0 R 1082 0 R] +/Parent 3408 0 R +/Kids [1060 0 R 1065 0 R 1069 0 R 1074 0 R 1079 0 R 1083 0 R] >> endobj -1089 0 obj << +1090 0 obj << /Type /Pages /Count 6 -/Parent 3333 0 R -/Kids [1086 0 R 1091 0 R 1095 0 R 1099 0 R 1103 0 R 1107 0 R] +/Parent 3408 0 R +/Kids [1087 0 R 1092 0 R 1096 0 R 1100 0 R 1104 0 R 1108 0 R] >> endobj -1114 0 obj << +1115 0 obj << /Type /Pages /Count 6 -/Parent 3334 0 R -/Kids [1111 0 R 1116 0 R 1120 0 R 1124 0 R 1128 0 R 1132 0 R] +/Parent 3409 0 R +/Kids [1112 0 R 1117 0 R 1121 0 R 1125 0 R 1129 0 R 1133 0 R] >> endobj -1139 0 obj << +1140 0 obj << /Type /Pages /Count 6 -/Parent 3334 0 R -/Kids [1136 0 R 1141 0 R 1145 0 R 1149 0 R 1153 0 R 1157 0 R] +/Parent 3409 0 R +/Kids [1137 0 R 1142 0 R 1146 0 R 1150 0 R 1154 0 R 1158 0 R] >> endobj -1164 0 obj << +1165 0 obj << /Type /Pages /Count 6 -/Parent 3334 0 R -/Kids [1161 0 R 1166 0 R 1170 0 R 1174 0 R 1178 0 R 1182 0 R] +/Parent 3409 0 R +/Kids [1162 0 R 1167 0 R 1171 0 R 1175 0 R 1179 0 R 1183 0 R] >> endobj -1189 0 obj << +1190 0 obj << /Type /Pages /Count 6 -/Parent 3334 0 R -/Kids [1186 0 R 1191 0 R 1195 0 R 1199 0 R 1203 0 R 1207 0 R] +/Parent 3409 0 R +/Kids [1187 0 R 1192 0 R 1196 0 R 1200 0 R 1204 0 R 1208 0 R] >> endobj -1214 0 obj << +1215 0 obj << /Type /Pages /Count 6 -/Parent 3334 0 R -/Kids [1211 0 R 1216 0 R 1220 0 R 1224 0 R 1228 0 R 1232 0 R] +/Parent 3409 0 R +/Kids [1212 0 R 1217 0 R 1221 0 R 1225 0 R 1229 0 R 1233 0 R] >> endobj -1239 0 obj << +1240 0 obj << /Type /Pages /Count 6 -/Parent 3334 0 R -/Kids [1236 0 R 1241 0 R 1245 0 R 1249 0 R 1253 0 R 1257 0 R] +/Parent 3409 0 R +/Kids [1237 0 R 1242 0 R 1246 0 R 1250 0 R 1254 0 R 1258 0 R] >> endobj -1264 0 obj << +1265 0 obj << /Type /Pages /Count 6 -/Parent 3335 0 R -/Kids [1261 0 R 1267 0 R 1271 0 R 1275 0 R 1279 0 R 1283 0 R] +/Parent 3410 0 R +/Kids [1262 0 R 1267 0 R 1271 0 R 1276 0 R 1280 0 R 1284 0 R] >> endobj -1290 0 obj << +1291 0 obj << /Type /Pages /Count 6 -/Parent 3335 0 R -/Kids [1287 0 R 1292 0 R 1296 0 R 1300 0 R 1304 0 R 1308 0 R] +/Parent 3410 0 R +/Kids [1288 0 R 1293 0 R 1297 0 R 1301 0 R 1305 0 R 1309 0 R] >> endobj -1315 0 obj << +1316 0 obj << /Type /Pages /Count 6 -/Parent 3335 0 R -/Kids [1312 0 R 1317 0 R 1321 0 R 1325 0 R 1329 0 R 1333 0 R] +/Parent 3410 0 R +/Kids [1313 0 R 1318 0 R 1322 0 R 1326 0 R 1330 0 R 1334 0 R] >> endobj -1340 0 obj << +1341 0 obj << /Type /Pages /Count 6 -/Parent 3335 0 R -/Kids [1337 0 R 1343 0 R 1347 0 R 1351 0 R 1355 0 R 1359 0 R] +/Parent 3410 0 R +/Kids [1338 0 R 1343 0 R 1347 0 R 1352 0 R 1356 0 R 1360 0 R] >> endobj -1366 0 obj << +1367 0 obj << /Type /Pages /Count 6 -/Parent 3335 0 R -/Kids [1363 0 R 1368 0 R 1372 0 R 1376 0 R 1380 0 R 1384 0 R] +/Parent 3410 0 R +/Kids [1364 0 R 1369 0 R 1373 0 R 1377 0 R 1381 0 R 1385 0 R] >> endobj -1391 0 obj << +1392 0 obj << /Type /Pages /Count 6 -/Parent 3335 0 R -/Kids [1388 0 R 1393 0 R 1397 0 R 1401 0 R 1405 0 R 1409 0 R] +/Parent 3410 0 R +/Kids [1389 0 R 1394 0 R 1398 0 R 1402 0 R 1406 0 R 1410 0 R] >> endobj -1416 0 obj << +1417 0 obj << /Type /Pages /Count 6 -/Parent 3336 0 R -/Kids [1413 0 R 1418 0 R 1422 0 R 1426 0 R 1430 0 R 1434 0 R] +/Parent 3411 0 R +/Kids [1414 0 R 1419 0 R 1423 0 R 1427 0 R 1431 0 R 1435 0 R] >> endobj -1441 0 obj << +1442 0 obj << /Type /Pages /Count 6 -/Parent 3336 0 R -/Kids [1438 0 R 1443 0 R 1447 0 R 1451 0 R 1455 0 R 1459 0 R] +/Parent 3411 0 R +/Kids [1439 0 R 1444 0 R 1448 0 R 1452 0 R 1456 0 R 1460 0 R] >> endobj -1466 0 obj << +1467 0 obj << /Type /Pages /Count 6 -/Parent 3336 0 R -/Kids [1463 0 R 1468 0 R 1472 0 R 1476 0 R 1480 0 R 1484 0 R] +/Parent 3411 0 R +/Kids [1464 0 R 1469 0 R 1473 0 R 1477 0 R 1481 0 R 1485 0 R] >> endobj -1491 0 obj << +1492 0 obj << /Type /Pages /Count 6 -/Parent 3336 0 R -/Kids [1488 0 R 1493 0 R 1497 0 R 1501 0 R 1505 0 R 1509 0 R] +/Parent 3411 0 R +/Kids [1489 0 R 1494 0 R 1498 0 R 1502 0 R 1506 0 R 1510 0 R] >> endobj -1516 0 obj << +1517 0 obj << /Type /Pages /Count 6 -/Parent 3336 0 R -/Kids [1513 0 R 1518 0 R 1522 0 R 1526 0 R 1530 0 R 1534 0 R] +/Parent 3411 0 R +/Kids [1514 0 R 1519 0 R 1523 0 R 1527 0 R 1531 0 R 1535 0 R] >> endobj -1750 0 obj << +1542 0 obj << /Type /Pages /Count 6 -/Parent 3336 0 R -/Kids [1742 0 R 1995 0 R 2279 0 R 2582 0 R 2936 0 R 3201 0 R] +/Parent 3411 0 R +/Kids [1539 0 R 1544 0 R 1650 0 R 1815 0 R 2004 0 R 2226 0 R] >> endobj -3251 0 obj << +2468 0 obj << /Type /Pages -/Count 1 -/Parent 3337 0 R -/Kids [3248 0 R] +/Count 5 +/Parent 3412 0 R +/Kids [2465 0 R 2664 0 R 2974 0 R 3229 0 R 3336 0 R] >> endobj -3331 0 obj << +3406 0 obj << /Type /Pages /Count 36 -/Parent 3338 0 R -/Kids [401 0 R 526 0 R 563 0 R 620 0 R 670 0 R 712 0 R] +/Parent 3413 0 R +/Kids [401 0 R 526 0 R 563 0 R 621 0 R 670 0 R 710 0 R] >> endobj -3332 0 obj << +3407 0 obj << /Type /Pages /Count 36 -/Parent 3338 0 R -/Kids [754 0 R 793 0 R 831 0 R 871 0 R 902 0 R 932 0 R] +/Parent 3413 0 R +/Kids [749 0 R 788 0 R 830 0 R 870 0 R 903 0 R 931 0 R] >> endobj -3333 0 obj << +3408 0 obj << /Type /Pages /Count 36 -/Parent 3338 0 R -/Kids [962 0 R 987 0 R 1012 0 R 1037 0 R 1062 0 R 1089 0 R] +/Parent 3413 0 R +/Kids [963 0 R 988 0 R 1013 0 R 1038 0 R 1063 0 R 1090 0 R] >> endobj -3334 0 obj << +3409 0 obj << /Type /Pages /Count 36 -/Parent 3338 0 R -/Kids [1114 0 R 1139 0 R 1164 0 R 1189 0 R 1214 0 R 1239 0 R] +/Parent 3413 0 R +/Kids [1115 0 R 1140 0 R 1165 0 R 1190 0 R 1215 0 R 1240 0 R] >> endobj -3335 0 obj << +3410 0 obj << /Type /Pages /Count 36 -/Parent 3338 0 R -/Kids [1264 0 R 1290 0 R 1315 0 R 1340 0 R 1366 0 R 1391 0 R] +/Parent 3413 0 R +/Kids [1265 0 R 1291 0 R 1316 0 R 1341 0 R 1367 0 R 1392 0 R] >> endobj -3336 0 obj << +3411 0 obj << /Type /Pages /Count 36 -/Parent 3338 0 R -/Kids [1416 0 R 1441 0 R 1466 0 R 1491 0 R 1516 0 R 1750 0 R] +/Parent 3413 0 R +/Kids [1417 0 R 1442 0 R 1467 0 R 1492 0 R 1517 0 R 1542 0 R] >> endobj -3337 0 obj << +3412 0 obj << /Type /Pages -/Count 1 -/Parent 3339 0 R -/Kids [3251 0 R] +/Count 5 +/Parent 3414 0 R +/Kids [2468 0 R] >> endobj -3338 0 obj << +3413 0 obj << /Type /Pages /Count 216 -/Parent 3340 0 R -/Kids [3331 0 R 3332 0 R 3333 0 R 3334 0 R 3335 0 R 3336 0 R] +/Parent 3415 0 R +/Kids [3406 0 R 3407 0 R 3408 0 R 3409 0 R 3410 0 R 3411 0 R] >> endobj -3339 0 obj << +3414 0 obj << /Type /Pages -/Count 1 -/Parent 3340 0 R -/Kids [3337 0 R] +/Count 5 +/Parent 3415 0 R +/Kids [3412 0 R] >> endobj -3340 0 obj << +3415 0 obj << /Type /Pages -/Count 217 -/Kids [3338 0 R 3339 0 R] +/Count 221 +/Kids [3413 0 R 3414 0 R] >> endobj -3341 0 obj << +3416 0 obj << /Type /Outlines /First 7 0 R /Last 351 0 R @@ -23822,7 +24028,7 @@ endobj 351 0 obj << /Title 352 0 R /A 349 0 R -/Parent 3341 0 R +/Parent 3416 0 R /Prev 299 0 R >> endobj 347 0 obj << @@ -23910,7 +24116,7 @@ endobj 299 0 obj << /Title 300 0 R /A 297 0 R -/Parent 3341 0 R +/Parent 3416 0 R /Prev 295 0 R /Next 351 0 R /First 303 0 R @@ -23920,7 +24126,7 @@ endobj 295 0 obj << /Title 296 0 R /A 293 0 R -/Parent 3341 0 R +/Parent 3416 0 R /Prev 263 0 R /Next 299 0 R >> endobj @@ -23974,7 +24180,7 @@ endobj 263 0 obj << /Title 264 0 R /A 261 0 R -/Parent 3341 0 R +/Parent 3416 0 R /Prev 259 0 R /Next 295 0 R /First 267 0 R @@ -23984,7 +24190,7 @@ endobj 259 0 obj << /Title 260 0 R /A 257 0 R -/Parent 3341 0 R +/Parent 3416 0 R /Prev 175 0 R /Next 263 0 R >> endobj @@ -24130,7 +24336,7 @@ endobj 175 0 obj << /Title 176 0 R /A 173 0 R -/Parent 3341 0 R +/Parent 3416 0 R /Prev 171 0 R /Next 259 0 R /First 179 0 R @@ -24140,7 +24346,7 @@ endobj 171 0 obj << /Title 172 0 R /A 169 0 R -/Parent 3341 0 R +/Parent 3416 0 R /Prev 47 0 R /Next 175 0 R >> endobj @@ -24361,7 +24567,7 @@ endobj 47 0 obj << /Title 48 0 R /A 45 0 R -/Parent 3341 0 R +/Parent 3416 0 R /Prev 7 0 R /Next 171 0 R /First 51 0 R @@ -24434,676 +24640,684 @@ endobj 7 0 obj << /Title 8 0 R /A 5 0 R -/Parent 3341 0 R +/Parent 3416 0 R /Next 47 0 R /First 11 0 R /Last 43 0 R /Count -4 >> endobj -3342 0 obj << -/Names [(Doc-Start) 392 0 R (Hfootnote.1) 488 0 R (Hfootnote.10) 814 0 R (Hfootnote.11) 839 0 R (Hfootnote.12) 851 0 R (Hfootnote.13) 870 0 R] +3417 0 obj << +/Names [(Doc-Start) 392 0 R (Hfootnote.1) 488 0 R (Hfootnote.10) 819 0 R (Hfootnote.11) 844 0 R (Hfootnote.12) 857 0 R (Hfootnote.13) 876 0 R] /Limits [(Doc-Start) (Hfootnote.13)] >> endobj -3343 0 obj << -/Names [(Hfootnote.14) 878 0 R (Hfootnote.15) 893 0 R (Hfootnote.16) 931 0 R (Hfootnote.17) 1068 0 R (Hfootnote.2) 613 0 R (Hfootnote.3) 614 0 R] +3418 0 obj << +/Names [(Hfootnote.14) 883 0 R (Hfootnote.15) 898 0 R (Hfootnote.16) 937 0 R (Hfootnote.17) 1077 0 R (Hfootnote.2) 613 0 R (Hfootnote.3) 620 0 R] /Limits [(Hfootnote.14) (Hfootnote.3)] >> endobj -3344 0 obj << -/Names [(Hfootnote.4) 621 0 R (Hfootnote.5) 653 0 R (Hfootnote.6) 689 0 R (Hfootnote.7) 737 0 R (Hfootnote.8) 791 0 R (Hfootnote.9) 792 0 R] +3419 0 obj << +/Names [(Hfootnote.4) 627 0 R (Hfootnote.5) 658 0 R (Hfootnote.6) 694 0 R (Hfootnote.7) 744 0 R (Hfootnote.8) 797 0 R (Hfootnote.9) 798 0 R] /Limits [(Hfootnote.4) (Hfootnote.9)] >> endobj -3345 0 obj << -/Names [(Item.1) 506 0 R (Item.10) 586 0 R (Item.11) 587 0 R (Item.12) 588 0 R (Item.13) 600 0 R (Item.14) 601 0 R] +3420 0 obj << +/Names [(Item.1) 506 0 R (Item.10) 584 0 R (Item.11) 591 0 R (Item.12) 592 0 R (Item.13) 593 0 R (Item.14) 595 0 R] /Limits [(Item.1) (Item.14)] >> endobj -3346 0 obj << -/Names [(Item.15) 602 0 R (Item.16) 603 0 R (Item.17) 611 0 R (Item.18) 751 0 R (Item.19) 752 0 R (Item.2) 512 0 R] +3421 0 obj << +/Names [(Item.15) 596 0 R (Item.16) 597 0 R (Item.17) 609 0 R (Item.18) 611 0 R (Item.19) 757 0 R (Item.2) 512 0 R] /Limits [(Item.15) (Item.2)] >> endobj -3347 0 obj << -/Names [(Item.20) 753 0 R (Item.3) 513 0 R (Item.4) 518 0 R (Item.5) 519 0 R (Item.6) 524 0 R (Item.7) 525 0 R] -/Limits [(Item.20) (Item.7)] +3422 0 obj << +/Names [(Item.20) 758 0 R (Item.21) 759 0 R (Item.3) 513 0 R (Item.4) 518 0 R (Item.5) 519 0 R (Item.6) 524 0 R] +/Limits [(Item.20) (Item.6)] >> endobj -3348 0 obj << -/Names [(Item.8) 584 0 R (Item.9) 585 0 R (page.1) 391 0 R (page.10) 543 0 R (page.100) 1076 0 R (page.101) 1080 0 R] -/Limits [(Item.8) (page.101)] +3423 0 obj << +/Names [(Item.7) 525 0 R (Item.8) 582 0 R (Item.9) 583 0 R (page.1) 391 0 R (page.10) 541 0 R (page.100) 1076 0 R] +/Limits [(Item.7) (page.100)] >> endobj -3349 0 obj << -/Names [(page.102) 1084 0 R (page.103) 1088 0 R (page.104) 1093 0 R (page.105) 1097 0 R (page.106) 1101 0 R (page.107) 1105 0 R] -/Limits [(page.102) (page.107)] +3424 0 obj << +/Names [(page.101) 1081 0 R (page.102) 1085 0 R (page.103) 1089 0 R (page.104) 1094 0 R (page.105) 1098 0 R (page.106) 1102 0 R] +/Limits [(page.101) (page.106)] >> endobj -3350 0 obj << -/Names [(page.108) 1109 0 R (page.109) 1113 0 R (page.11) 548 0 R (page.110) 1118 0 R (page.111) 1122 0 R (page.112) 1126 0 R] -/Limits [(page.108) (page.112)] +3425 0 obj << +/Names [(page.107) 1106 0 R (page.108) 1110 0 R (page.109) 1114 0 R (page.11) 546 0 R (page.110) 1119 0 R (page.111) 1123 0 R] +/Limits [(page.107) (page.111)] >> endobj -3351 0 obj << -/Names [(page.113) 1130 0 R (page.114) 1134 0 R (page.115) 1138 0 R (page.116) 1143 0 R (page.117) 1147 0 R (page.118) 1151 0 R] -/Limits [(page.113) (page.118)] +3426 0 obj << +/Names [(page.112) 1127 0 R (page.113) 1131 0 R (page.114) 1135 0 R (page.115) 1139 0 R (page.116) 1144 0 R (page.117) 1148 0 R] +/Limits [(page.112) (page.117)] >> endobj -3352 0 obj << -/Names [(page.119) 1155 0 R (page.12) 557 0 R (page.120) 1159 0 R (page.121) 1163 0 R (page.122) 1168 0 R (page.123) 1172 0 R] -/Limits [(page.119) (page.123)] +3427 0 obj << +/Names [(page.118) 1152 0 R (page.119) 1156 0 R (page.12) 557 0 R (page.120) 1160 0 R (page.121) 1164 0 R (page.122) 1169 0 R] +/Limits [(page.118) (page.122)] >> endobj -3353 0 obj << -/Names [(page.124) 1176 0 R (page.125) 1180 0 R (page.126) 1184 0 R (page.127) 1188 0 R (page.128) 1193 0 R (page.129) 1197 0 R] -/Limits [(page.124) (page.129)] +3428 0 obj << +/Names [(page.123) 1173 0 R (page.124) 1177 0 R (page.125) 1181 0 R (page.126) 1185 0 R (page.127) 1189 0 R (page.128) 1194 0 R] +/Limits [(page.123) (page.128)] >> endobj -3354 0 obj << -/Names [(page.13) 562 0 R (page.130) 1201 0 R (page.131) 1205 0 R (page.132) 1209 0 R (page.133) 1213 0 R (page.134) 1218 0 R] -/Limits [(page.13) (page.134)] +3429 0 obj << +/Names [(page.129) 1198 0 R (page.13) 562 0 R (page.130) 1202 0 R (page.131) 1206 0 R (page.132) 1210 0 R (page.133) 1214 0 R] +/Limits [(page.129) (page.133)] >> endobj -3355 0 obj << -/Names [(page.135) 1222 0 R (page.136) 1226 0 R (page.137) 1230 0 R (page.138) 1234 0 R (page.139) 1238 0 R (page.14) 568 0 R] -/Limits [(page.135) (page.14)] +3430 0 obj << +/Names [(page.134) 1219 0 R (page.135) 1223 0 R (page.136) 1227 0 R (page.137) 1231 0 R (page.138) 1235 0 R (page.139) 1239 0 R] +/Limits [(page.134) (page.139)] >> endobj -3356 0 obj << -/Names [(page.140) 1243 0 R (page.141) 1247 0 R (page.142) 1251 0 R (page.143) 1255 0 R (page.144) 1259 0 R (page.145) 1263 0 R] -/Limits [(page.140) (page.145)] +3431 0 obj << +/Names [(page.14) 568 0 R (page.140) 1244 0 R (page.141) 1248 0 R (page.142) 1252 0 R (page.143) 1256 0 R (page.144) 1260 0 R] +/Limits [(page.14) (page.144)] >> endobj -3357 0 obj << -/Names [(page.146) 1269 0 R (page.147) 1273 0 R (page.148) 1277 0 R (page.149) 1281 0 R (page.15) 574 0 R (page.150) 1285 0 R] -/Limits [(page.146) (page.150)] +3432 0 obj << +/Names [(page.145) 1264 0 R (page.146) 1269 0 R (page.147) 1273 0 R (page.148) 1278 0 R (page.149) 1282 0 R (page.15) 573 0 R] +/Limits [(page.145) (page.15)] >> endobj -3358 0 obj << -/Names [(page.151) 1289 0 R (page.152) 1294 0 R (page.153) 1298 0 R (page.154) 1302 0 R (page.155) 1306 0 R (page.156) 1310 0 R] -/Limits [(page.151) (page.156)] +3433 0 obj << +/Names [(page.150) 1286 0 R (page.151) 1290 0 R (page.152) 1295 0 R (page.153) 1299 0 R (page.154) 1303 0 R (page.155) 1307 0 R] +/Limits [(page.150) (page.155)] >> endobj -3359 0 obj << -/Names [(page.157) 1314 0 R (page.158) 1319 0 R (page.159) 1323 0 R (page.16) 581 0 R (page.160) 1327 0 R (page.161) 1331 0 R] -/Limits [(page.157) (page.161)] +3434 0 obj << +/Names [(page.156) 1311 0 R (page.157) 1315 0 R (page.158) 1320 0 R (page.159) 1324 0 R (page.16) 579 0 R (page.160) 1328 0 R] +/Limits [(page.156) (page.160)] >> endobj -3360 0 obj << -/Names [(page.162) 1335 0 R (page.163) 1339 0 R (page.164) 1345 0 R (page.165) 1349 0 R (page.166) 1353 0 R (page.167) 1357 0 R] -/Limits [(page.162) (page.167)] +3435 0 obj << +/Names [(page.161) 1332 0 R (page.162) 1336 0 R (page.163) 1340 0 R (page.164) 1345 0 R (page.165) 1349 0 R (page.166) 1354 0 R] +/Limits [(page.161) (page.166)] >> endobj -3361 0 obj << -/Names [(page.168) 1361 0 R (page.169) 1365 0 R (page.17) 599 0 R (page.170) 1370 0 R (page.171) 1374 0 R (page.172) 1378 0 R] -/Limits [(page.168) (page.172)] +3436 0 obj << +/Names [(page.167) 1358 0 R (page.168) 1362 0 R (page.169) 1366 0 R (page.17) 590 0 R (page.170) 1371 0 R (page.171) 1375 0 R] +/Limits [(page.167) (page.171)] >> endobj -3362 0 obj << -/Names [(page.173) 1382 0 R (page.174) 1386 0 R (page.175) 1390 0 R (page.176) 1395 0 R (page.177) 1399 0 R (page.178) 1403 0 R] -/Limits [(page.173) (page.178)] +3437 0 obj << +/Names [(page.172) 1379 0 R (page.173) 1383 0 R (page.174) 1387 0 R (page.175) 1391 0 R (page.176) 1396 0 R (page.177) 1400 0 R] +/Limits [(page.172) (page.177)] >> endobj -3363 0 obj << -/Names [(page.179) 1407 0 R (page.18) 610 0 R (page.180) 1411 0 R (page.181) 1415 0 R (page.182) 1420 0 R (page.183) 1424 0 R] -/Limits [(page.179) (page.183)] +3438 0 obj << +/Names [(page.178) 1404 0 R (page.179) 1408 0 R (page.18) 608 0 R (page.180) 1412 0 R (page.181) 1416 0 R (page.182) 1421 0 R] +/Limits [(page.178) (page.182)] >> endobj -3364 0 obj << -/Names [(page.184) 1428 0 R (page.185) 1432 0 R (page.186) 1436 0 R (page.187) 1440 0 R (page.188) 1445 0 R (page.189) 1449 0 R] -/Limits [(page.184) (page.189)] +3439 0 obj << +/Names [(page.183) 1425 0 R (page.184) 1429 0 R (page.185) 1433 0 R (page.186) 1437 0 R (page.187) 1441 0 R (page.188) 1446 0 R] +/Limits [(page.183) (page.188)] >> endobj -3365 0 obj << -/Names [(page.19) 619 0 R (page.190) 1453 0 R (page.191) 1457 0 R (page.192) 1461 0 R (page.193) 1465 0 R (page.194) 1470 0 R] -/Limits [(page.19) (page.194)] +3440 0 obj << +/Names [(page.189) 1450 0 R (page.19) 619 0 R (page.190) 1454 0 R (page.191) 1458 0 R (page.192) 1462 0 R (page.193) 1466 0 R] +/Limits [(page.189) (page.193)] >> endobj -3366 0 obj << -/Names [(page.195) 1474 0 R (page.196) 1478 0 R (page.197) 1482 0 R (page.198) 1486 0 R (page.199) 1490 0 R (page.2) 448 0 R] -/Limits [(page.195) (page.2)] +3441 0 obj << +/Names [(page.194) 1471 0 R (page.195) 1475 0 R (page.196) 1479 0 R (page.197) 1483 0 R (page.198) 1487 0 R (page.199) 1491 0 R] +/Limits [(page.194) (page.199)] >> endobj -3367 0 obj << -/Names [(page.20) 629 0 R (page.200) 1495 0 R (page.201) 1499 0 R (page.202) 1503 0 R (page.203) 1507 0 R (page.204) 1511 0 R] -/Limits [(page.20) (page.204)] +3442 0 obj << +/Names [(page.2) 448 0 R (page.20) 626 0 R (page.200) 1496 0 R (page.201) 1500 0 R (page.202) 1504 0 R (page.203) 1508 0 R] +/Limits [(page.2) (page.203)] >> endobj -3368 0 obj << -/Names [(page.205) 1515 0 R (page.206) 1520 0 R (page.207) 1524 0 R (page.208) 1528 0 R (page.209) 1532 0 R (page.21) 640 0 R] -/Limits [(page.205) (page.21)] +3443 0 obj << +/Names [(page.204) 1512 0 R (page.205) 1516 0 R (page.206) 1521 0 R (page.207) 1525 0 R (page.208) 1529 0 R (page.209) 1533 0 R] +/Limits [(page.204) (page.209)] >> endobj -3369 0 obj << -/Names [(page.210) 1536 0 R (page.211) 1744 0 R (page.212) 1997 0 R (page.213) 2281 0 R (page.214) 2584 0 R (page.215) 2938 0 R] -/Limits [(page.210) (page.215)] +3444 0 obj << +/Names [(page.21) 635 0 R (page.210) 1537 0 R (page.211) 1541 0 R (page.212) 1546 0 R (page.213) 1652 0 R (page.214) 1817 0 R] +/Limits [(page.21) (page.214)] >> endobj -3370 0 obj << -/Names [(page.216) 3203 0 R (page.217) 3250 0 R (page.22) 651 0 R (page.23) 659 0 R (page.24) 664 0 R (page.25) 669 0 R] -/Limits [(page.216) (page.25)] +3445 0 obj << +/Names [(page.215) 2006 0 R (page.216) 2228 0 R (page.217) 2467 0 R (page.218) 2666 0 R (page.219) 2976 0 R (page.22) 646 0 R] +/Limits [(page.215) (page.22)] >> endobj -3371 0 obj << -/Names [(page.26) 674 0 R (page.27) 680 0 R (page.28) 688 0 R (page.29) 696 0 R (page.3) 480 0 R (page.30) 703 0 R] -/Limits [(page.26) (page.30)] +3446 0 obj << +/Names [(page.220) 3231 0 R (page.221) 3338 0 R (page.23) 656 0 R (page.24) 664 0 R (page.25) 669 0 R (page.26) 675 0 R] +/Limits [(page.220) (page.26)] >> endobj -3372 0 obj << -/Names [(page.31) 710 0 R (page.32) 718 0 R (page.33) 723 0 R (page.34) 729 0 R (page.35) 735 0 R (page.36) 742 0 R] -/Limits [(page.31) (page.36)] +3447 0 obj << +/Names [(page.27) 680 0 R (page.28) 687 0 R (page.29) 693 0 R (page.3) 480 0 R (page.30) 701 0 R (page.31) 708 0 R] +/Limits [(page.27) (page.31)] >> endobj -3373 0 obj << -/Names [(page.37) 750 0 R (page.38) 758 0 R (page.39) 766 0 R (page.4) 502 0 R (page.40) 771 0 R (page.41) 776 0 R] -/Limits [(page.37) (page.41)] +3448 0 obj << +/Names [(page.32) 717 0 R (page.33) 723 0 R (page.34) 729 0 R (page.35) 735 0 R (page.36) 742 0 R (page.37) 748 0 R] +/Limits [(page.32) (page.37)] >> endobj -3374 0 obj << -/Names [(page.42) 781 0 R (page.43) 790 0 R (page.44) 799 0 R (page.45) 806 0 R (page.46) 813 0 R (page.47) 820 0 R] -/Limits [(page.42) (page.47)] +3449 0 obj << +/Names [(page.38) 756 0 R (page.39) 763 0 R (page.4) 502 0 R (page.40) 771 0 R (page.41) 776 0 R (page.42) 781 0 R] +/Limits [(page.38) (page.42)] >> endobj -3375 0 obj << -/Names [(page.48) 824 0 R (page.49) 829 0 R (page.5) 511 0 R (page.50) 837 0 R (page.51) 845 0 R (page.52) 850 0 R] -/Limits [(page.48) (page.52)] +3450 0 obj << +/Names [(page.43) 786 0 R (page.44) 796 0 R (page.45) 804 0 R (page.46) 812 0 R (page.47) 818 0 R (page.48) 825 0 R] +/Limits [(page.43) (page.48)] >> endobj -3376 0 obj << -/Names [(page.53) 856 0 R (page.54) 863 0 R (page.55) 869 0 R (page.56) 877 0 R (page.57) 882 0 R (page.58) 886 0 R] -/Limits [(page.53) (page.58)] +3451 0 obj << +/Names [(page.49) 829 0 R (page.5) 511 0 R (page.50) 836 0 R (page.51) 843 0 R (page.52) 849 0 R (page.53) 856 0 R] +/Limits [(page.49) (page.53)] >> endobj -3377 0 obj << -/Names [(page.59) 892 0 R (page.6) 517 0 R (page.60) 897 0 R (page.61) 901 0 R (page.62) 906 0 R (page.63) 911 0 R] -/Limits [(page.59) (page.63)] +3452 0 obj << +/Names [(page.54) 863 0 R (page.55) 868 0 R (page.56) 875 0 R (page.57) 882 0 R (page.58) 887 0 R (page.59) 891 0 R] +/Limits [(page.54) (page.59)] >> endobj -3378 0 obj << -/Names [(page.64) 915 0 R (page.65) 920 0 R (page.66) 925 0 R (page.67) 930 0 R (page.68) 936 0 R (page.69) 942 0 R] -/Limits [(page.64) (page.69)] +3453 0 obj << +/Names [(page.6) 517 0 R (page.60) 897 0 R (page.61) 902 0 R (page.62) 907 0 R (page.63) 911 0 R (page.64) 916 0 R] +/Limits [(page.6) (page.64)] >> endobj -3379 0 obj << -/Names [(page.7) 523 0 R (page.70) 948 0 R (page.71) 953 0 R (page.72) 957 0 R (page.73) 961 0 R (page.74) 966 0 R] -/Limits [(page.7) (page.74)] +3454 0 obj << +/Names [(page.65) 920 0 R (page.66) 925 0 R (page.67) 930 0 R (page.68) 936 0 R (page.69) 941 0 R (page.7) 523 0 R] +/Limits [(page.65) (page.7)] >> endobj -3380 0 obj << -/Names [(page.75) 970 0 R (page.76) 974 0 R (page.77) 978 0 R (page.78) 982 0 R (page.79) 986 0 R (page.8) 530 0 R] -/Limits [(page.75) (page.8)] +3455 0 obj << +/Names [(page.70) 947 0 R (page.71) 952 0 R (page.72) 958 0 R (page.73) 962 0 R (page.74) 967 0 R (page.75) 971 0 R] +/Limits [(page.70) (page.75)] >> endobj -3381 0 obj << -/Names [(page.80) 991 0 R (page.81) 995 0 R (page.82) 999 0 R (page.83) 1003 0 R (page.84) 1007 0 R (page.85) 1011 0 R] -/Limits [(page.80) (page.85)] +3456 0 obj << +/Names [(page.76) 975 0 R (page.77) 979 0 R (page.78) 983 0 R (page.79) 987 0 R (page.8) 530 0 R (page.80) 992 0 R] +/Limits [(page.76) (page.80)] >> endobj -3382 0 obj << -/Names [(page.86) 1016 0 R (page.87) 1020 0 R (page.88) 1024 0 R (page.89) 1028 0 R (page.9) 535 0 R (page.90) 1032 0 R] -/Limits [(page.86) (page.90)] +3457 0 obj << +/Names [(page.81) 996 0 R (page.82) 1000 0 R (page.83) 1004 0 R (page.84) 1008 0 R (page.85) 1012 0 R (page.86) 1017 0 R] +/Limits [(page.81) (page.86)] >> endobj -3383 0 obj << -/Names [(page.91) 1036 0 R (page.92) 1041 0 R (page.93) 1045 0 R (page.94) 1049 0 R (page.95) 1053 0 R (page.96) 1057 0 R] -/Limits [(page.91) (page.96)] +3458 0 obj << +/Names [(page.87) 1021 0 R (page.88) 1025 0 R (page.89) 1029 0 R (page.9) 535 0 R (page.90) 1033 0 R (page.91) 1037 0 R] +/Limits [(page.87) (page.91)] >> endobj -3384 0 obj << -/Names [(page.97) 1061 0 R (page.98) 1067 0 R (page.99) 1072 0 R (sanitize) 630 0 R (section*.1) 398 0 R (section*.2) 675 0 R] -/Limits [(page.97) (section*.2)] +3459 0 obj << +/Names [(page.92) 1042 0 R (page.93) 1046 0 R (page.94) 1050 0 R (page.95) 1054 0 R (page.96) 1058 0 R (page.97) 1062 0 R] +/Limits [(page.92) (page.97)] >> endobj -3385 0 obj << -/Names [(section*.3) 676 0 R (section*.4) 777 0 R (section*.5) 782 0 R (section*.6) 800 0 R (section*.7) 350 0 R (section*.8) 1745 0 R] -/Limits [(section*.3) (section*.8)] +3460 0 obj << +/Names [(page.98) 1067 0 R (page.99) 1071 0 R (sanitize) 636 0 R (section*.1) 398 0 R (section*.2) 676 0 R (section*.3) 681 0 R] +/Limits [(page.98) (section*.3)] >> endobj -3386 0 obj << -/Names [(section.1) 6 0 R (section.2) 46 0 R (section.3) 170 0 R (section.4) 174 0 R (section.5) 258 0 R (section.6) 262 0 R] -/Limits [(section.1) (section.6)] +3461 0 obj << +/Names [(section*.4) 782 0 R (section*.5) 787 0 R (section*.6) 805 0 R (section*.7) 350 0 R (section*.8) 1653 0 R (section.1) 6 0 R] +/Limits [(section*.4) (section.1)] >> endobj -3387 0 obj << -/Names [(section.7) 294 0 R (section.8) 298 0 R (subsection.1.1) 10 0 R (subsection.1.2) 14 0 R (subsection.1.3) 22 0 R (subsection.1.4) 42 0 R] -/Limits [(section.7) (subsection.1.4)] +3462 0 obj << +/Names [(section.2) 46 0 R (section.3) 170 0 R (section.4) 174 0 R (section.5) 258 0 R (section.6) 262 0 R (section.7) 294 0 R] +/Limits [(section.2) (section.7)] >> endobj -3388 0 obj << -/Names [(subsection.2.1) 50 0 R (subsection.2.10) 114 0 R (subsection.2.11) 122 0 R (subsection.2.12) 126 0 R (subsection.2.13) 154 0 R (subsection.2.14) 166 0 R] -/Limits [(subsection.2.1) (subsection.2.14)] +3463 0 obj << +/Names [(section.8) 298 0 R (subsection.1.1) 10 0 R (subsection.1.2) 14 0 R (subsection.1.3) 22 0 R (subsection.1.4) 42 0 R (subsection.2.1) 50 0 R] +/Limits [(section.8) (subsection.2.1)] >> endobj -3389 0 obj << -/Names [(subsection.2.2) 54 0 R (subsection.2.3) 70 0 R (subsection.2.4) 74 0 R (subsection.2.5) 86 0 R (subsection.2.6) 90 0 R (subsection.2.7) 94 0 R] -/Limits [(subsection.2.2) (subsection.2.7)] +3464 0 obj << +/Names [(subsection.2.10) 114 0 R (subsection.2.11) 122 0 R (subsection.2.12) 126 0 R (subsection.2.13) 154 0 R (subsection.2.14) 166 0 R (subsection.2.2) 54 0 R] +/Limits [(subsection.2.10) (subsection.2.2)] >> endobj -3390 0 obj << -/Names [(subsection.2.8) 98 0 R (subsection.2.9) 110 0 R (subsection.4.1) 178 0 R (subsection.4.10) 214 0 R (subsection.4.11) 226 0 R (subsection.4.12) 230 0 R] -/Limits [(subsection.2.8) (subsection.4.12)] +3465 0 obj << +/Names [(subsection.2.3) 70 0 R (subsection.2.4) 74 0 R (subsection.2.5) 86 0 R (subsection.2.6) 90 0 R (subsection.2.7) 94 0 R (subsection.2.8) 98 0 R] +/Limits [(subsection.2.3) (subsection.2.8)] >> endobj -3391 0 obj << -/Names [(subsection.4.13) 234 0 R (subsection.4.14) 238 0 R (subsection.4.15) 242 0 R (subsection.4.16) 246 0 R (subsection.4.17) 250 0 R (subsection.4.18) 254 0 R] -/Limits [(subsection.4.13) (subsection.4.18)] +3466 0 obj << +/Names [(subsection.2.9) 110 0 R (subsection.4.1) 178 0 R (subsection.4.10) 214 0 R (subsection.4.11) 226 0 R (subsection.4.12) 230 0 R (subsection.4.13) 234 0 R] +/Limits [(subsection.2.9) (subsection.4.13)] >> endobj -3392 0 obj << -/Names [(subsection.4.2) 182 0 R (subsection.4.3) 186 0 R (subsection.4.4) 190 0 R (subsection.4.5) 194 0 R (subsection.4.6) 198 0 R (subsection.4.7) 202 0 R] -/Limits [(subsection.4.2) (subsection.4.7)] +3467 0 obj << +/Names [(subsection.4.14) 238 0 R (subsection.4.15) 242 0 R (subsection.4.16) 246 0 R (subsection.4.17) 250 0 R (subsection.4.18) 254 0 R (subsection.4.2) 182 0 R] +/Limits [(subsection.4.14) (subsection.4.2)] >> endobj -3393 0 obj << -/Names [(subsection.4.8) 206 0 R (subsection.4.9) 210 0 R (subsection.6.1) 266 0 R (subsection.6.2) 270 0 R (subsection.6.3) 274 0 R (subsection.6.4) 278 0 R] -/Limits [(subsection.4.8) (subsection.6.4)] +3468 0 obj << +/Names [(subsection.4.3) 186 0 R (subsection.4.4) 190 0 R (subsection.4.5) 194 0 R (subsection.4.6) 198 0 R (subsection.4.7) 202 0 R (subsection.4.8) 206 0 R] +/Limits [(subsection.4.3) (subsection.4.8)] >> endobj -3394 0 obj << -/Names [(subsection.6.5) 282 0 R (subsection.6.6) 286 0 R (subsection.6.7) 290 0 R (subsection.8.1) 302 0 R (subsection.8.10) 338 0 R (subsection.8.11) 342 0 R] -/Limits [(subsection.6.5) (subsection.8.11)] +3469 0 obj << +/Names [(subsection.4.9) 210 0 R (subsection.6.1) 266 0 R (subsection.6.2) 270 0 R (subsection.6.3) 274 0 R (subsection.6.4) 278 0 R (subsection.6.5) 282 0 R] +/Limits [(subsection.4.9) (subsection.6.5)] >> endobj -3395 0 obj << -/Names [(subsection.8.12) 346 0 R (subsection.8.2) 306 0 R (subsection.8.3) 310 0 R (subsection.8.4) 314 0 R (subsection.8.5) 318 0 R (subsection.8.6) 322 0 R] -/Limits [(subsection.8.12) (subsection.8.6)] +3470 0 obj << +/Names [(subsection.6.6) 286 0 R (subsection.6.7) 290 0 R (subsection.8.1) 302 0 R (subsection.8.10) 338 0 R (subsection.8.11) 342 0 R (subsection.8.12) 346 0 R] +/Limits [(subsection.6.6) (subsection.8.12)] >> endobj -3396 0 obj << -/Names [(subsection.8.7) 326 0 R (subsection.8.8) 330 0 R (subsection.8.9) 334 0 R (subsubsection.1.2.1) 18 0 R (subsubsection.1.3.1) 26 0 R (subsubsection.1.3.2) 30 0 R] -/Limits [(subsection.8.7) (subsubsection.1.3.2)] +3471 0 obj << +/Names [(subsection.8.2) 306 0 R (subsection.8.3) 310 0 R (subsection.8.4) 314 0 R (subsection.8.5) 318 0 R (subsection.8.6) 322 0 R (subsection.8.7) 326 0 R] +/Limits [(subsection.8.2) (subsection.8.7)] >> endobj -3397 0 obj << -/Names [(subsubsection.1.3.3) 34 0 R (subsubsection.1.3.4) 38 0 R (subsubsection.2.10.1) 118 0 R (subsubsection.2.12.1) 130 0 R (subsubsection.2.12.2) 134 0 R (subsubsection.2.12.3) 138 0 R] -/Limits [(subsubsection.1.3.3) (subsubsection.2.12.3)] +3472 0 obj << +/Names [(subsection.8.8) 330 0 R (subsection.8.9) 334 0 R (subsubsection.1.2.1) 18 0 R (subsubsection.1.3.1) 26 0 R (subsubsection.1.3.2) 30 0 R (subsubsection.1.3.3) 34 0 R] +/Limits [(subsection.8.8) (subsubsection.1.3.3)] >> endobj -3398 0 obj << -/Names [(subsubsection.2.12.4) 142 0 R (subsubsection.2.12.5) 146 0 R (subsubsection.2.12.6) 150 0 R (subsubsection.2.13.1) 158 0 R (subsubsection.2.13.2) 162 0 R (subsubsection.2.2.1) 58 0 R] -/Limits [(subsubsection.2.12.4) (subsubsection.2.2.1)] +3473 0 obj << +/Names [(subsubsection.1.3.4) 38 0 R (subsubsection.2.10.1) 118 0 R (subsubsection.2.12.1) 130 0 R (subsubsection.2.12.2) 134 0 R (subsubsection.2.12.3) 138 0 R (subsubsection.2.12.4) 142 0 R] +/Limits [(subsubsection.1.3.4) (subsubsection.2.12.4)] >> endobj -3399 0 obj << -/Names [(subsubsection.2.2.2) 62 0 R (subsubsection.2.2.3) 66 0 R (subsubsection.2.4.1) 78 0 R (subsubsection.2.4.2) 82 0 R (subsubsection.2.8.1) 102 0 R (subsubsection.2.8.2) 106 0 R] -/Limits [(subsubsection.2.2.2) (subsubsection.2.8.2)] +3474 0 obj << +/Names [(subsubsection.2.12.5) 146 0 R (subsubsection.2.12.6) 150 0 R (subsubsection.2.13.1) 158 0 R (subsubsection.2.13.2) 162 0 R (subsubsection.2.2.1) 58 0 R (subsubsection.2.2.2) 62 0 R] +/Limits [(subsubsection.2.12.5) (subsubsection.2.2.2)] >> endobj -3400 0 obj << -/Names [(subsubsection.4.10.1) 218 0 R (subsubsection.4.10.2) 222 0 R (table.1) 544 0 R (table.2) 558 0 R (table.3) 704 0 R (table.4) 815 0 R] -/Limits [(subsubsection.4.10.1) (table.4)] +3475 0 obj << +/Names [(subsubsection.2.2.3) 66 0 R (subsubsection.2.4.1) 78 0 R (subsubsection.2.4.2) 82 0 R (subsubsection.2.8.1) 102 0 R (subsubsection.2.8.2) 106 0 R (subsubsection.4.10.1) 218 0 R] +/Limits [(subsubsection.2.2.3) (subsubsection.4.10.1)] >> endobj -3401 0 obj << -/Names [(table.5) 846 0 R (table.6) 857 0 R (table.7) 864 0 R] -/Limits [(table.5) (table.7)] +3476 0 obj << +/Names [(subsubsection.4.10.2) 222 0 R (table.1) 542 0 R (table.2) 558 0 R (table.3) 709 0 R (table.4) 820 0 R (table.5) 850 0 R] +/Limits [(subsubsection.4.10.2) (table.5)] >> endobj -3402 0 obj << -/Kids [3342 0 R 3343 0 R 3344 0 R 3345 0 R 3346 0 R 3347 0 R] -/Limits [(Doc-Start) (Item.7)] +3477 0 obj << +/Names [(table.6) 858 0 R (table.7) 864 0 R] +/Limits [(table.6) (table.7)] >> endobj -3403 0 obj << -/Kids [3348 0 R 3349 0 R 3350 0 R 3351 0 R 3352 0 R 3353 0 R] -/Limits [(Item.8) (page.129)] +3478 0 obj << +/Kids [3417 0 R 3418 0 R 3419 0 R 3420 0 R 3421 0 R 3422 0 R] +/Limits [(Doc-Start) (Item.6)] >> endobj -3404 0 obj << -/Kids [3354 0 R 3355 0 R 3356 0 R 3357 0 R 3358 0 R 3359 0 R] -/Limits [(page.13) (page.161)] +3479 0 obj << +/Kids [3423 0 R 3424 0 R 3425 0 R 3426 0 R 3427 0 R 3428 0 R] +/Limits [(Item.7) (page.128)] >> endobj -3405 0 obj << -/Kids [3360 0 R 3361 0 R 3362 0 R 3363 0 R 3364 0 R 3365 0 R] -/Limits [(page.162) (page.194)] +3480 0 obj << +/Kids [3429 0 R 3430 0 R 3431 0 R 3432 0 R 3433 0 R 3434 0 R] +/Limits [(page.129) (page.160)] >> endobj -3406 0 obj << -/Kids [3366 0 R 3367 0 R 3368 0 R 3369 0 R 3370 0 R 3371 0 R] -/Limits [(page.195) (page.30)] +3481 0 obj << +/Kids [3435 0 R 3436 0 R 3437 0 R 3438 0 R 3439 0 R 3440 0 R] +/Limits [(page.161) (page.193)] >> endobj -3407 0 obj << -/Kids [3372 0 R 3373 0 R 3374 0 R 3375 0 R 3376 0 R 3377 0 R] -/Limits [(page.31) (page.63)] +3482 0 obj << +/Kids [3441 0 R 3442 0 R 3443 0 R 3444 0 R 3445 0 R 3446 0 R] +/Limits [(page.194) (page.26)] >> endobj -3408 0 obj << -/Kids [3378 0 R 3379 0 R 3380 0 R 3381 0 R 3382 0 R 3383 0 R] -/Limits [(page.64) (page.96)] +3483 0 obj << +/Kids [3447 0 R 3448 0 R 3449 0 R 3450 0 R 3451 0 R 3452 0 R] +/Limits [(page.27) (page.59)] >> endobj -3409 0 obj << -/Kids [3384 0 R 3385 0 R 3386 0 R 3387 0 R 3388 0 R 3389 0 R] -/Limits [(page.97) (subsection.2.7)] +3484 0 obj << +/Kids [3453 0 R 3454 0 R 3455 0 R 3456 0 R 3457 0 R 3458 0 R] +/Limits [(page.6) (page.91)] >> endobj -3410 0 obj << -/Kids [3390 0 R 3391 0 R 3392 0 R 3393 0 R 3394 0 R 3395 0 R] -/Limits [(subsection.2.8) (subsection.8.6)] +3485 0 obj << +/Kids [3459 0 R 3460 0 R 3461 0 R 3462 0 R 3463 0 R 3464 0 R] +/Limits [(page.92) (subsection.2.2)] >> endobj -3411 0 obj << -/Kids [3396 0 R 3397 0 R 3398 0 R 3399 0 R 3400 0 R 3401 0 R] -/Limits [(subsection.8.7) (table.7)] +3486 0 obj << +/Kids [3465 0 R 3466 0 R 3467 0 R 3468 0 R 3469 0 R 3470 0 R] +/Limits [(subsection.2.3) (subsection.8.12)] >> endobj -3412 0 obj << -/Kids [3402 0 R 3403 0 R 3404 0 R 3405 0 R 3406 0 R 3407 0 R] -/Limits [(Doc-Start) (page.63)] +3487 0 obj << +/Kids [3471 0 R 3472 0 R 3473 0 R 3474 0 R 3475 0 R 3476 0 R] +/Limits [(subsection.8.2) (table.5)] >> endobj -3413 0 obj << -/Kids [3408 0 R 3409 0 R 3410 0 R 3411 0 R] -/Limits [(page.64) (table.7)] +3488 0 obj << +/Kids [3477 0 R] +/Limits [(table.6) (table.7)] >> endobj -3414 0 obj << -/Kids [3412 0 R 3413 0 R] +3489 0 obj << +/Kids [3478 0 R 3479 0 R 3480 0 R 3481 0 R 3482 0 R 3483 0 R] +/Limits [(Doc-Start) (page.59)] +>> endobj +3490 0 obj << +/Kids [3484 0 R 3485 0 R 3486 0 R 3487 0 R 3488 0 R] +/Limits [(page.6) (table.7)] +>> endobj +3491 0 obj << +/Kids [3489 0 R 3490 0 R] /Limits [(Doc-Start) (table.7)] >> endobj -3415 0 obj << -/Dests 3414 0 R +3492 0 obj << +/Dests 3491 0 R >> endobj -3416 0 obj << +3493 0 obj << /Type /Catalog -/Pages 3340 0 R -/Outlines 3341 0 R -/Names 3415 0 R +/Pages 3415 0 R +/Outlines 3416 0 R +/Names 3492 0 R /PageMode/UseOutlines /OpenAction 353 0 R >> endobj -3417 0 obj << +3494 0 obj << /Author(Nicola L.C. Talbot)/Title(glossaries.sty: LaTeX2e Package to Assist Generating Glossaries)/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.9)/Keywords(LaTeX,package,glossary,acronyms) -/CreationDate (D:20090713141347+01'00') -/ModDate (D:20090713141347+01'00') +/CreationDate (D:20090924165614+01'00') +/ModDate (D:20090924165614+01'00') /Trapped /False /PTEX.Fullbanner (This is pdfTeX, Version 3.1415926-1.40.9-2.2 (Web2C 7.5.7) kpathsea version 3.5.7) >> endobj xref -0 3418 +0 3495 0000000001 65535 f 0000000002 00000 f 0000000003 00000 f 0000000004 00000 f 0000000000 00000 f 0000000015 00000 n -0000036838 00000 n -0001327187 00000 n +0000036837 00000 n +0001277809 00000 n 0000000060 00000 n 0000000090 00000 n -0000041449 00000 n -0001327115 00000 n +0000041446 00000 n +0001277737 00000 n 0000000140 00000 n 0000000175 00000 n -0000054387 00000 n -0001326992 00000 n +0000054390 00000 n +0001277614 00000 n 0000000226 00000 n 0000000266 00000 n -0000054448 00000 n -0001326931 00000 n +0000054451 00000 n +0001277553 00000 n 0000000322 00000 n 0000000365 00000 n -0000063147 00000 n -0001326808 00000 n +0000062537 00000 n +0001277430 00000 n 0000000416 00000 n 0000000475 00000 n -0000066143 00000 n -0001326734 00000 n +0000065613 00000 n +0001277356 00000 n 0000000531 00000 n 0000000586 00000 n -0000066204 00000 n -0001326647 00000 n +0000068986 00000 n +0001277269 00000 n 0000000642 00000 n 0000000683 00000 n -0000069530 00000 n -0001326560 00000 n +0000072449 00000 n +0001277182 00000 n 0000000739 00000 n 0000000784 00000 n -0000072616 00000 n -0001326486 00000 n +0000072510 00000 n +0001277108 00000 n 0000000840 00000 n 0000000898 00000 n -0000077110 00000 n -0001326413 00000 n +0000076552 00000 n +0001277035 00000 n 0000000949 00000 n 0000000983 00000 n -0000085563 00000 n -0001326285 00000 n +0000085467 00000 n +0001276907 00000 n 0000001029 00000 n 0000001078 00000 n -0000085624 00000 n -0001326211 00000 n +0000085528 00000 n +0001276833 00000 n 0000001129 00000 n 0000001163 00000 n -0000101621 00000 n -0001326087 00000 n +0000105021 00000 n +0001276709 00000 n 0000001214 00000 n 0000001258 00000 n -0000111229 00000 n -0001326013 00000 n +0000115469 00000 n +0001276635 00000 n 0000001314 00000 n 0000001340 00000 n -0000113941 00000 n -0001325926 00000 n +0000115530 00000 n +0001276548 00000 n 0000001396 00000 n 0000001426 00000 n -0000116277 00000 n -0001325852 00000 n +0000120340 00000 n +0001276474 00000 n 0000001482 00000 n 0000001528 00000 n -0000120023 00000 n -0001325765 00000 n +0000123925 00000 n +0001276387 00000 n 0000001579 00000 n 0000001610 00000 n -0000123487 00000 n -0001325641 00000 n +0000128244 00000 n +0001276263 00000 n 0000001661 00000 n 0000001705 00000 n -0000139057 00000 n -0001325567 00000 n +0000143693 00000 n +0001276189 00000 n 0000001761 00000 n 0000001816 00000 n -0000146036 00000 n -0001325493 00000 n +0000150086 00000 n +0001276115 00000 n 0000001872 00000 n 0000001944 00000 n -0000146097 00000 n -0001325406 00000 n +0000150147 00000 n +0001276028 00000 n 0000001995 00000 n 0000002069 00000 n -0000148995 00000 n -0001325319 00000 n +0000150208 00000 n +0001275941 00000 n 0000002120 00000 n 0000002164 00000 n -0000151522 00000 n -0001325232 00000 n +0000155286 00000 n +0001275854 00000 n 0000002215 00000 n 0000002268 00000 n -0000155058 00000 n -0001325104 00000 n +0000158982 00000 n +0001275726 00000 n 0000002319 00000 n 0000002360 00000 n -0000158033 00000 n -0001325026 00000 n +0000162300 00000 n +0001275648 00000 n 0000002417 00000 n 0000002492 00000 n -0000161523 00000 n -0001324948 00000 n +0000165750 00000 n +0001275570 00000 n 0000002549 00000 n 0000002574 00000 n -0000171274 00000 n -0001324857 00000 n +0000175853 00000 n +0001275479 00000 n 0000002626 00000 n 0000002669 00000 n -0000174988 00000 n -0001324726 00000 n +0000178912 00000 n +0001275348 00000 n 0000002722 00000 n 0000002750 00000 n -0000194287 00000 n -0001324661 00000 n +0000202096 00000 n +0001275283 00000 n 0000002808 00000 n 0000002863 00000 n -0000200108 00000 n -0001324569 00000 n +0000202158 00000 n +0001275191 00000 n 0000002916 00000 n 0000002971 00000 n -0000203011 00000 n -0001324438 00000 n +0000204983 00000 n +0001275060 00000 n 0000003024 00000 n 0000003059 00000 n -0000206771 00000 n -0001324359 00000 n +0000210174 00000 n +0001274981 00000 n 0000003117 00000 n 0000003148 00000 n -0000210702 00000 n -0001324266 00000 n +0000214120 00000 n +0001274888 00000 n 0000003206 00000 n 0000003242 00000 n -0000216278 00000 n -0001324173 00000 n +0000219577 00000 n +0001274795 00000 n 0000003300 00000 n 0000003353 00000 n -0000219501 00000 n -0001324080 00000 n +0000222986 00000 n +0001274702 00000 n 0000003411 00000 n 0000003450 00000 n -0000222406 00000 n -0001323987 00000 n +0000225577 00000 n +0001274609 00000 n 0000003508 00000 n 0000003564 00000 n -0000224976 00000 n -0001323908 00000 n +0000228348 00000 n +0001274530 00000 n 0000003622 00000 n 0000003658 00000 n -0000231243 00000 n -0001323777 00000 n +0000234626 00000 n +0001274399 00000 n 0000003711 00000 n 0000003763 00000 n -0000237400 00000 n -0001323698 00000 n +0000240750 00000 n +0001274320 00000 n 0000003821 00000 n 0000003881 00000 n -0000237462 00000 n -0001323619 00000 n +0000243728 00000 n +0001274241 00000 n 0000003939 00000 n 0000004024 00000 n -0000240243 00000 n -0001323541 00000 n +0000243790 00000 n +0001274163 00000 n 0000004077 00000 n 0000004118 00000 n -0000240305 00000 n -0001323448 00000 n +0000243852 00000 n +0001274070 00000 n 0000004165 00000 n 0000004201 00000 n -0000243022 00000 n -0001323314 00000 n +0000246554 00000 n +0001273936 00000 n 0000004248 00000 n 0000004294 00000 n -0000243084 00000 n -0001323235 00000 n +0000246615 00000 n +0001273857 00000 n 0000004346 00000 n 0000004384 00000 n -0000245672 00000 n -0001323142 00000 n +0000249162 00000 n +0001273764 00000 n 0000004436 00000 n 0000004471 00000 n -0000263102 00000 n -0001323049 00000 n +0000266401 00000 n +0001273671 00000 n 0000004523 00000 n 0000004557 00000 n -0000276761 00000 n -0001322956 00000 n +0000281619 00000 n +0001273578 00000 n 0000004609 00000 n 0000004634 00000 n -0000287841 00000 n -0001322863 00000 n +0000291080 00000 n +0001273485 00000 n 0000004686 00000 n 0000004728 00000 n -0000290221 00000 n -0001322770 00000 n +0000295803 00000 n +0001273392 00000 n 0000004780 00000 n 0000004823 00000 n -0000295864 00000 n -0001322677 00000 n +0000301155 00000 n +0001273299 00000 n 0000004875 00000 n 0000004915 00000 n -0000310247 00000 n -0001322584 00000 n +0000315155 00000 n +0001273206 00000 n 0000004967 00000 n 0000005022 00000 n -0000312704 00000 n -0001322491 00000 n +0000317924 00000 n +0001273113 00000 n 0000005074 00000 n 0000005135 00000 n -0000315739 00000 n -0001322359 00000 n +0000317986 00000 n +0001272981 00000 n 0000005188 00000 n 0000005242 00000 n -0000318905 00000 n -0001322280 00000 n +0000323748 00000 n +0001272902 00000 n 0000005300 00000 n 0000005345 00000 n -0000364079 00000 n -0001322201 00000 n +0000371245 00000 n +0001272823 00000 n 0000005403 00000 n 0000005490 00000 n -0000369538 00000 n -0001322108 00000 n +0000375311 00000 n +0001272730 00000 n 0000005543 00000 n 0000005618 00000 n -0000372494 00000 n -0001322015 00000 n +0000378086 00000 n +0001272637 00000 n 0000005671 00000 n 0000005716 00000 n -0000386509 00000 n -0001321922 00000 n +0000392081 00000 n +0001272544 00000 n 0000005769 00000 n 0000005828 00000 n -0000390630 00000 n -0001321829 00000 n +0000396278 00000 n +0001272451 00000 n 0000005881 00000 n 0000005932 00000 n -0000393065 00000 n -0001321736 00000 n +0000398563 00000 n +0001272358 00000 n 0000005985 00000 n 0000006028 00000 n -0000412498 00000 n -0001321643 00000 n +0000418259 00000 n +0001272265 00000 n 0000006081 00000 n 0000006109 00000 n -0000417876 00000 n -0001321550 00000 n +0000425405 00000 n +0001272172 00000 n 0000006162 00000 n 0000006218 00000 n -0000435936 00000 n -0001321471 00000 n +0000441761 00000 n +0001272093 00000 n 0000006271 00000 n 0000006317 00000 n -0000435999 00000 n -0001321377 00000 n +0000441824 00000 n +0001271999 00000 n 0000006364 00000 n 0000006408 00000 n -0000438431 00000 n -0001321244 00000 n +0000444251 00000 n +0001271866 00000 n 0000006455 00000 n 0000006490 00000 n -0000438494 00000 n -0001321165 00000 n +0000444314 00000 n +0001271787 00000 n 0000006542 00000 n 0000006629 00000 n -0000443213 00000 n -0001321072 00000 n +0000449036 00000 n +0001271694 00000 n 0000006681 00000 n 0000006733 00000 n -0000449398 00000 n -0001320979 00000 n +0000455221 00000 n +0001271601 00000 n 0000006785 00000 n 0000006866 00000 n -0000458421 00000 n -0001320886 00000 n +0000464244 00000 n +0001271508 00000 n 0000006918 00000 n 0000007005 00000 n -0000465954 00000 n -0001320793 00000 n +0000471782 00000 n +0001271415 00000 n 0000007057 00000 n 0000007150 00000 n -0000477466 00000 n -0001320700 00000 n +0000483290 00000 n +0001271322 00000 n 0000007202 00000 n 0000007301 00000 n -0000487562 00000 n -0001320621 00000 n +0000493391 00000 n +0001271243 00000 n 0000007353 00000 n 0000007406 00000 n -0000502064 00000 n -0001320527 00000 n +0000507889 00000 n +0001271149 00000 n 0000007453 00000 n 0000007521 00000 n -0000511730 00000 n -0001320393 00000 n +0000517552 00000 n +0001271015 00000 n 0000007568 00000 n 0000007609 00000 n -0000511793 00000 n -0001320314 00000 n +0000517615 00000 n +0001270936 00000 n 0000007661 00000 n 0000007695 00000 n -0000518149 00000 n -0001320221 00000 n +0000523978 00000 n +0001270843 00000 n 0000007747 00000 n 0000007787 00000 n -0000518212 00000 n -0001320128 00000 n +0000524041 00000 n +0001270750 00000 n 0000007839 00000 n 0000007876 00000 n -0000519480 00000 n -0001320035 00000 n +0000525308 00000 n +0001270657 00000 n 0000007928 00000 n 0000007964 00000 n -0000519543 00000 n -0001319942 00000 n +0000525371 00000 n +0001270564 00000 n 0000008016 00000 n 0000008054 00000 n -0000519606 00000 n -0001319849 00000 n +0000525434 00000 n +0001270471 00000 n 0000008106 00000 n 0000008143 00000 n -0000519669 00000 n -0001319756 00000 n +0000525497 00000 n +0001270378 00000 n 0000008195 00000 n 0000008232 00000 n -0000521160 00000 n -0001319663 00000 n +0000526985 00000 n +0001270285 00000 n 0000008284 00000 n 0000008320 00000 n -0000521223 00000 n -0001319570 00000 n +0000527048 00000 n +0001270192 00000 n 0000008372 00000 n 0000008410 00000 n -0000521285 00000 n -0001319477 00000 n +0000527110 00000 n +0001270099 00000 n 0000008463 00000 n 0000008500 00000 n -0000522487 00000 n -0001319384 00000 n +0000528312 00000 n +0001270006 00000 n 0000008553 00000 n 0000008590 00000 n -0000522550 00000 n -0001319305 00000 n +0000528375 00000 n +0001269927 00000 n 0000008643 00000 n 0000008681 00000 n -0000557541 00000 n -0001319225 00000 n +0000546687 00000 n +0001269847 00000 n 0000008729 00000 n 0000008754 00000 n 0000015062 00000 n @@ -25140,3041 +25354,3118 @@ xref 0000019385 00000 n 0000019546 00000 n 0000019707 00000 n -0000022426 00000 n +0000022425 00000 n 0000020050 00000 n 0000013437 00000 n 0000019864 00000 n 0000019926 00000 n -0001311367 00000 n -0001311181 00000 n -0001309011 00000 n -0001313229 00000 n -0001309899 00000 n +0001262327 00000 n +0001262141 00000 n +0001260345 00000 n +0001263815 00000 n +0001261046 00000 n 0000019988 00000 n -0001309527 00000 n -0001311014 00000 n -0001313562 00000 n -0000022584 00000 n -0000022746 00000 n -0000022904 00000 n -0000023060 00000 n -0000023222 00000 n -0000023383 00000 n -0000023545 00000 n -0000023704 00000 n -0000023866 00000 n -0000024027 00000 n -0000024185 00000 n -0000024346 00000 n -0000024671 00000 n -0000024829 00000 n -0000024981 00000 n -0000025132 00000 n -0000025289 00000 n -0000025446 00000 n -0000025603 00000 n -0000025760 00000 n -0000025917 00000 n -0000026074 00000 n -0000026231 00000 n -0000026388 00000 n -0000026545 00000 n -0000026703 00000 n -0000026865 00000 n -0000027190 00000 n -0000027347 00000 n -0000027505 00000 n -0000027661 00000 n -0000027819 00000 n -0000027974 00000 n -0000028132 00000 n -0000028289 00000 n -0000028447 00000 n -0000028599 00000 n -0000028751 00000 n -0000028908 00000 n -0000029064 00000 n -0000029221 00000 n -0000029378 00000 n -0000032827 00000 n -0000029752 00000 n -0000021927 00000 n +0001260674 00000 n +0001261974 00000 n +0001264148 00000 n +0000022583 00000 n +0000022745 00000 n +0000022903 00000 n +0000023059 00000 n +0000023221 00000 n +0000023382 00000 n +0000023544 00000 n +0000023703 00000 n +0000023865 00000 n +0000024026 00000 n +0000024184 00000 n +0000024345 00000 n +0000024670 00000 n +0000024828 00000 n +0000024980 00000 n +0000025131 00000 n +0000025288 00000 n +0000025445 00000 n +0000025602 00000 n +0000025759 00000 n +0000025916 00000 n +0000026073 00000 n +0000026230 00000 n +0000026387 00000 n +0000026544 00000 n +0000026702 00000 n +0000026864 00000 n +0000027189 00000 n +0000027346 00000 n +0000027504 00000 n +0000027660 00000 n +0000027818 00000 n +0000027973 00000 n +0000028131 00000 n +0000028288 00000 n +0000028446 00000 n +0000028598 00000 n +0000028750 00000 n +0000028907 00000 n +0000029063 00000 n +0000029220 00000 n +0000029377 00000 n +0000032826 00000 n +0000029751 00000 n +0000021926 00000 n 0000020200 00000 n -0000029690 00000 n -0000024508 00000 n -0000027027 00000 n -0000029535 00000 n -0000033138 00000 n -0000033295 00000 n -0000033446 00000 n -0000033596 00000 n -0000033750 00000 n -0000033907 00000 n -0000034063 00000 n -0000034220 00000 n -0000034376 00000 n -0000034533 00000 n -0000034690 00000 n -0000034847 00000 n -0000035004 00000 n -0000035162 00000 n -0000035320 00000 n -0000035478 00000 n -0000035631 00000 n -0000036462 00000 n -0000036619 00000 n -0000035785 00000 n -0000035958 00000 n -0000036127 00000 n -0000036305 00000 n -0000039945 00000 n -0000040097 00000 n -0000036960 00000 n -0000032496 00000 n -0000029837 00000 n -0000036776 00000 n -0000032984 00000 n -0001311926 00000 n -0001310456 00000 n -0001312112 00000 n -0001313043 00000 n -0001312485 00000 n -0001310271 00000 n -0000036898 00000 n -0001310641 00000 n -0001312671 00000 n -0001311553 00000 n -0000040249 00000 n -0000040400 00000 n -0000040552 00000 n -0000040708 00000 n -0000040865 00000 n -0000041022 00000 n -0000041176 00000 n -0000041572 00000 n -0000039742 00000 n -0000037175 00000 n -0000041387 00000 n -0001309175 00000 n -0001309713 00000 n -0001312857 00000 n -0000041510 00000 n -0000043918 00000 n -0000044266 00000 n -0000043779 00000 n -0000041735 00000 n -0000044080 00000 n -0000044142 00000 n -0000044204 00000 n -0000046670 00000 n -0000046366 00000 n -0000044403 00000 n -0000046485 00000 n -0000046547 00000 n -0000046609 00000 n -0000048839 00000 n -0000048534 00000 n -0000046807 00000 n -0000048653 00000 n -0000048715 00000 n -0000048777 00000 n -0001313680 00000 n -0000051121 00000 n -0000050940 00000 n -0000048976 00000 n -0000051059 00000 n -0000054168 00000 n -0000054509 00000 n -0000054029 00000 n -0000051245 00000 n -0000054325 00000 n -0000056740 00000 n -0000056888 00000 n -0000057093 00000 n -0000062111 00000 n -0000057317 00000 n -0000056585 00000 n -0000054659 00000 n -0000057255 00000 n -0000058529 00000 n -0000058591 00000 n -0000058348 00000 n -0000057441 00000 n -0000058467 00000 n -0000062273 00000 n -0000062434 00000 n -0000062612 00000 n -0000062774 00000 n -0000062936 00000 n -0000063208 00000 n -0000061932 00000 n -0000058702 00000 n -0000063085 00000 n -0000066081 00000 n -0000066265 00000 n -0000065900 00000 n -0000063345 00000 n -0000066019 00000 n -0001313798 00000 n -0000069318 00000 n -0000069591 00000 n -0000069179 00000 n -0000066415 00000 n -0000069468 00000 n -0000072404 00000 n -0000075726 00000 n -0000072677 00000 n -0000072265 00000 n -0000069741 00000 n -0000072554 00000 n -0000076124 00000 n -0000076563 00000 n -0000076725 00000 n -0000077481 00000 n -0000075539 00000 n -0000072827 00000 n -0000077048 00000 n -0000075926 00000 n -0000076343 00000 n -0000077171 00000 n -0000077233 00000 n -0000077295 00000 n -0000077357 00000 n -0000077419 00000 n -0000076887 00000 n -0000080189 00000 n -0000080346 00000 n -0000080503 00000 n -0000080815 00000 n -0000084621 00000 n -0000084975 00000 n -0000081281 00000 n -0000080018 00000 n -0000077631 00000 n -0000080971 00000 n -0000081033 00000 n -0000081095 00000 n -0000081157 00000 n -0000081219 00000 n -0000080660 00000 n -0000085129 00000 n -0000085283 00000 n -0000085809 00000 n -0000084450 00000 n -0000081431 00000 n -0000085439 00000 n -0000085501 00000 n -0000084798 00000 n -0000085685 00000 n -0000085747 00000 n -0000088467 00000 n -0000088683 00000 n -0000088328 00000 n -0000086063 00000 n -0000088621 00000 n -0001313916 00000 n -0000092134 00000 n -0000091695 00000 n -0000091853 00000 n -0000095443 00000 n -0000095600 00000 n -0000092195 00000 n -0000091548 00000 n -0000088846 00000 n -0000092010 00000 n -0000092072 00000 n -0000095757 00000 n -0000095915 00000 n -0000096072 00000 n -0000096229 00000 n -0000096385 00000 n -0000096542 00000 n -0000096919 00000 n -0000095240 00000 n -0000092384 00000 n -0000096857 00000 n -0000096700 00000 n -0000100460 00000 n -0000100621 00000 n -0000100774 00000 n -0000100931 00000 n -0000101245 00000 n -0000101402 00000 n -0000101744 00000 n -0000100273 00000 n -0000097082 00000 n -0000101559 00000 n -0000101088 00000 n -0000101682 00000 n -0000104933 00000 n -0000105090 00000 n -0000105314 00000 n -0000104786 00000 n -0000101959 00000 n -0000105252 00000 n -0000108413 00000 n -0000108631 00000 n -0000108274 00000 n -0000105464 00000 n -0000108569 00000 n -0000113722 00000 n -0000111290 00000 n -0000111048 00000 n -0000108755 00000 n -0000111167 00000 n -0001314034 00000 n -0000114125 00000 n -0000113583 00000 n -0000111427 00000 n -0000113879 00000 n -0000114002 00000 n -0000114063 00000 n -0000116337 00000 n -0000116096 00000 n -0000114249 00000 n -0000116215 00000 n -0000119336 00000 n -0000119494 00000 n -0000119647 00000 n -0000119804 00000 n -0000120084 00000 n -0000119173 00000 n -0000116487 00000 n -0000119961 00000 n -0000123548 00000 n -0000123111 00000 n -0000123268 00000 n -0000127296 00000 n -0000123610 00000 n -0000122964 00000 n -0000120260 00000 n -0000123425 00000 n -0000127453 00000 n -0000127603 00000 n -0000127760 00000 n -0000127972 00000 n -0000127133 00000 n -0000123812 00000 n -0000127910 00000 n -0000131105 00000 n -0000130571 00000 n -0000130886 00000 n -0000131167 00000 n -0000130416 00000 n -0000128135 00000 n -0000131043 00000 n -0000130729 00000 n -0001314152 00000 n -0000133731 00000 n -0000133892 00000 n -0000134115 00000 n -0000133584 00000 n -0000131317 00000 n -0000134053 00000 n -0000136033 00000 n -0000136245 00000 n -0000135894 00000 n -0000134252 00000 n -0000136183 00000 n -0000138694 00000 n -0000138844 00000 n -0000139118 00000 n -0000138547 00000 n -0000136382 00000 n -0000138995 00000 n -0000142437 00000 n -0000142750 00000 n -0000143027 00000 n -0000142282 00000 n -0000139268 00000 n -0000142903 00000 n -0000142594 00000 n -0000142965 00000 n -0000145823 00000 n -0000146158 00000 n -0000145684 00000 n -0000143229 00000 n -0000145974 00000 n -0001308847 00000 n -0000148462 00000 n -0000148619 00000 n -0000148776 00000 n -0000149240 00000 n -0000148307 00000 n -0000146334 00000 n -0000148933 00000 n -0000149055 00000 n -0000149117 00000 n -0000149178 00000 n -0001314270 00000 n -0000151583 00000 n -0000151341 00000 n -0000149390 00000 n -0000151460 00000 n -0000154363 00000 n -0000154519 00000 n -0000154676 00000 n -0000154839 00000 n -0000155119 00000 n -0000154200 00000 n -0000151733 00000 n -0000154996 00000 n -0000157815 00000 n -0000158095 00000 n -0000157676 00000 n -0000155295 00000 n -0000157971 00000 n -0000161304 00000 n -0000161647 00000 n -0000161165 00000 n -0000158232 00000 n -0000161461 00000 n -0000161585 00000 n -0000164555 00000 n -0000164313 00000 n -0000161810 00000 n -0000164432 00000 n -0000164494 00000 n -0000167406 00000 n -0000167714 00000 n -0000167560 00000 n -0000167870 00000 n -0000168213 00000 n -0000167243 00000 n -0000164705 00000 n -0000168027 00000 n -0000168089 00000 n -0000168151 00000 n -0001314388 00000 n -0000170994 00000 n -0000174452 00000 n -0000171336 00000 n -0000170855 00000 n -0000168402 00000 n -0000171150 00000 n -0000171212 00000 n -0000174609 00000 n -0000174764 00000 n -0000175050 00000 n -0000174297 00000 n -0000171499 00000 n -0000174926 00000 n -0000178341 00000 n -0000178502 00000 n -0000178652 00000 n -0000178931 00000 n -0000178186 00000 n -0000175213 00000 n -0000178807 00000 n -0000178869 00000 n -0000181736 00000 n -0000181512 00000 n -0000181798 00000 n -0000181373 00000 n -0000179133 00000 n -0000181674 00000 n -0000184926 00000 n -0000184745 00000 n -0000181961 00000 n -0000184864 00000 n -0000187460 00000 n -0000187925 00000 n -0000187313 00000 n -0000185076 00000 n -0000187863 00000 n -0000187661 00000 n -0001314506 00000 n -0000190700 00000 n -0000190855 00000 n -0000191136 00000 n -0000190553 00000 n -0000188088 00000 n -0000191012 00000 n -0001310085 00000 n -0000191074 00000 n -0000194075 00000 n -0000197005 00000 n -0000194349 00000 n -0000193936 00000 n -0000191351 00000 n -0000194225 00000 n -0000197221 00000 n -0000197345 00000 n -0000196866 00000 n -0000194499 00000 n -0000197159 00000 n -0000197283 00000 n -0000199835 00000 n -0000200170 00000 n -0000199696 00000 n -0000197534 00000 n -0000199984 00000 n -0000200046 00000 n -0000202799 00000 n -0000206554 00000 n -0000203135 00000 n -0000202660 00000 n -0000200346 00000 n -0000202949 00000 n -0000203073 00000 n -0001313415 00000 n -0000206894 00000 n -0000206415 00000 n -0000203311 00000 n -0000206709 00000 n -0000206832 00000 n -0001314624 00000 n -0000210322 00000 n -0000210477 00000 n -0000210825 00000 n -0000210175 00000 n -0000207070 00000 n -0000210640 00000 n -0000210763 00000 n -0000213322 00000 n -0000213141 00000 n -0000211001 00000 n -0000213260 00000 n -0000216340 00000 n -0000216097 00000 n -0000213433 00000 n -0000216216 00000 n -0000219122 00000 n -0000219277 00000 n -0000219624 00000 n -0000218975 00000 n -0000216464 00000 n -0000219439 00000 n -0000219563 00000 n -0000222468 00000 n -0000222225 00000 n -0000219787 00000 n -0000222344 00000 n -0000225038 00000 n -0000224795 00000 n -0000222592 00000 n -0000224914 00000 n -0001314742 00000 n -0000228031 00000 n -0000227850 00000 n -0000225149 00000 n -0000227969 00000 n -0000231025 00000 n -0000231304 00000 n -0000230886 00000 n -0000228181 00000 n -0000231181 00000 n -0000234536 00000 n -0000234355 00000 n -0000231467 00000 n -0000234474 00000 n -0000237180 00000 n -0000237524 00000 n -0000237041 00000 n -0000234673 00000 n -0000237338 00000 n -0000240029 00000 n -0000240367 00000 n -0000239890 00000 n -0000237674 00000 n -0000240181 00000 n -0000242805 00000 n -0000243208 00000 n -0000242666 00000 n +0000029689 00000 n +0000024507 00000 n +0000027026 00000 n +0000029534 00000 n +0000033137 00000 n +0000033294 00000 n +0000033445 00000 n +0000033595 00000 n +0000033749 00000 n +0000033906 00000 n +0000034062 00000 n +0000034219 00000 n +0000034375 00000 n +0000034532 00000 n +0000034689 00000 n +0000034846 00000 n +0000035003 00000 n +0000035161 00000 n +0000035319 00000 n +0000035477 00000 n +0000035630 00000 n +0000036461 00000 n +0000036618 00000 n +0000035784 00000 n +0000035957 00000 n +0000036126 00000 n +0000036304 00000 n +0000039942 00000 n +0000040094 00000 n +0000036959 00000 n +0000032495 00000 n +0000029836 00000 n +0000036775 00000 n +0000032983 00000 n +0001262699 00000 n +0001261603 00000 n +0001262885 00000 n +0001263629 00000 n +0001263071 00000 n +0001261418 00000 n +0000036897 00000 n +0001261788 00000 n +0001263257 00000 n +0001262513 00000 n +0000040246 00000 n +0000040397 00000 n +0000040549 00000 n +0000040705 00000 n +0000040862 00000 n +0000041019 00000 n +0000041173 00000 n +0000041569 00000 n +0000039739 00000 n +0000037174 00000 n +0000041384 00000 n +0001260509 00000 n +0001260860 00000 n +0001263443 00000 n +0000041507 00000 n +0000043916 00000 n +0000044264 00000 n +0000043777 00000 n +0000041732 00000 n +0000044078 00000 n +0000044140 00000 n +0000044202 00000 n +0000046668 00000 n +0000046364 00000 n +0000044401 00000 n +0000046483 00000 n +0000046545 00000 n +0000046607 00000 n +0000048837 00000 n +0000048532 00000 n +0000046805 00000 n +0000048651 00000 n +0000048713 00000 n +0000048775 00000 n +0001264266 00000 n +0000051119 00000 n +0000050938 00000 n +0000048974 00000 n +0000051057 00000 n +0000054171 00000 n +0000054512 00000 n +0000054032 00000 n +0000051243 00000 n +0000054328 00000 n +0000056544 00000 n +0000056692 00000 n +0000056958 00000 n +0000056397 00000 n +0000054662 00000 n +0000056896 00000 n +0000058170 00000 n +0000058232 00000 n +0000057989 00000 n +0000057082 00000 n +0000058108 00000 n +0000061339 00000 n +0000061501 00000 n +0000061663 00000 n +0000061824 00000 n +0000062002 00000 n +0000062164 00000 n +0000062325 00000 n +0000062598 00000 n +0000061152 00000 n +0000058343 00000 n +0000062475 00000 n +0000065551 00000 n +0000065674 00000 n +0000065370 00000 n +0000062735 00000 n +0000065489 00000 n +0001264384 00000 n +0000068774 00000 n +0000069046 00000 n +0000068635 00000 n +0000065837 00000 n +0000068924 00000 n +0000072237 00000 n +0000072571 00000 n +0000072098 00000 n +0000069196 00000 n +0000072387 00000 n +0000075651 00000 n +0000076050 00000 n +0000076799 00000 n +0000075488 00000 n +0000072721 00000 n +0000076490 00000 n +0000075850 00000 n +0000076270 00000 n +0000076613 00000 n +0000076675 00000 n +0000076737 00000 n +0000079644 00000 n +0000079806 00000 n +0000080562 00000 n +0000079489 00000 n +0000076975 00000 n +0000080128 00000 n +0000080190 00000 n +0000080252 00000 n +0000080314 00000 n +0000079968 00000 n +0000080376 00000 n +0000080438 00000 n +0000080500 00000 n +0000083841 00000 n +0000083996 00000 n +0000084151 00000 n +0000084463 00000 n +0000084620 00000 n +0000084972 00000 n +0000085124 00000 n +0000085651 00000 n +0000083638 00000 n +0000080686 00000 n +0000085281 00000 n +0000085343 00000 n +0000084306 00000 n +0000085405 00000 n +0000084797 00000 n +0000085589 00000 n +0000088120 00000 n +0000091241 00000 n +0000088398 00000 n +0000087981 00000 n +0000085853 00000 n +0000088274 00000 n +0000088336 00000 n +0001264502 00000 n +0000091395 00000 n +0000091677 00000 n +0000091094 00000 n +0000088613 00000 n +0000091553 00000 n +0000091615 00000 n +0000095219 00000 n +0000095376 00000 n +0000095533 00000 n +0000098931 00000 n +0000095814 00000 n +0000095064 00000 n +0000091879 00000 n +0000095690 00000 n +0000095752 00000 n +0000099089 00000 n +0000099245 00000 n +0000099402 00000 n +0000099560 00000 n +0000099718 00000 n +0000100034 00000 n +0000100258 00000 n +0000098736 00000 n +0000095977 00000 n +0000100196 00000 n +0000099876 00000 n +0000104023 00000 n +0000104176 00000 n +0000104333 00000 n +0000104646 00000 n +0000104802 00000 n +0000105144 00000 n +0000103844 00000 n +0000100408 00000 n +0000104959 00000 n +0000104490 00000 n +0000105082 00000 n +0000108381 00000 n +0000108538 00000 n +0000108762 00000 n +0000108234 00000 n +0000105359 00000 n +0000108700 00000 n +0000111994 00000 n +0000112212 00000 n +0000111855 00000 n +0000108912 00000 n +0000112150 00000 n +0001264620 00000 n +0000115251 00000 n +0000115653 00000 n +0000115112 00000 n +0000112349 00000 n +0000115407 00000 n +0000115591 00000 n +0000117836 00000 n +0000117593 00000 n +0000115790 00000 n +0000117712 00000 n +0000117774 00000 n +0000120121 00000 n +0000123395 00000 n +0000120400 00000 n +0000119982 00000 n +0000117960 00000 n +0000120278 00000 n +0000123549 00000 n +0000123706 00000 n +0000124048 00000 n +0000123240 00000 n +0000120550 00000 n +0000123863 00000 n +0000123986 00000 n +0000127710 00000 n +0000127867 00000 n +0000128024 00000 n +0000128305 00000 n +0000127555 00000 n +0000124263 00000 n +0000128182 00000 n +0000131187 00000 n +0000131337 00000 n +0000131494 00000 n +0000131767 00000 n +0000131032 00000 n +0000128468 00000 n +0000131644 00000 n +0000131706 00000 n +0001264738 00000 n +0000134528 00000 n +0000134843 00000 n +0000135000 00000 n +0000135223 00000 n +0000134365 00000 n +0000131917 00000 n +0000135161 00000 n +0000134686 00000 n +0000137452 00000 n +0000137676 00000 n +0000137313 00000 n +0000135373 00000 n +0000137614 00000 n +0000139686 00000 n +0000139837 00000 n +0000140049 00000 n +0000139539 00000 n +0000137813 00000 n +0000139987 00000 n +0000143167 00000 n +0000143318 00000 n +0000143754 00000 n +0000143012 00000 n +0000140186 00000 n +0000143631 00000 n +0000143475 00000 n +0000146837 00000 n +0000146991 00000 n +0000147262 00000 n +0000146690 00000 n +0000143904 00000 n +0000147142 00000 n +0001260181 00000 n +0000147204 00000 n +0000150269 00000 n +0000149905 00000 n +0000147477 00000 n +0000150024 00000 n +0001264856 00000 n +0000152540 00000 n +0000152697 00000 n +0000152854 00000 n +0000153259 00000 n +0000152385 00000 n +0000150432 00000 n +0000153011 00000 n +0000153073 00000 n +0000153135 00000 n +0000153197 00000 n +0000155347 00000 n +0000155105 00000 n +0000153396 00000 n +0000155224 00000 n +0000158288 00000 n +0000158444 00000 n +0000158601 00000 n +0000158763 00000 n +0000159043 00000 n +0000158125 00000 n +0000155497 00000 n +0000158920 00000 n +0000162082 00000 n +0000162362 00000 n +0000161943 00000 n +0000159232 00000 n +0000162238 00000 n +0000165531 00000 n +0000165874 00000 n +0000165392 00000 n +0000162499 00000 n +0000165688 00000 n +0000165812 00000 n +0000168844 00000 n +0000168601 00000 n +0000166037 00000 n +0000168720 00000 n +0000168782 00000 n +0001264974 00000 n +0000171487 00000 n +0000171795 00000 n +0000171641 00000 n +0000171951 00000 n +0000172292 00000 n +0000171324 00000 n +0000168994 00000 n +0000172107 00000 n +0000172169 00000 n +0000172231 00000 n +0000175417 00000 n +0000175574 00000 n +0000175915 00000 n +0000175270 00000 n +0000172468 00000 n +0000175729 00000 n +0000175791 00000 n +0000178533 00000 n +0000178688 00000 n +0000182396 00000 n +0000178974 00000 n +0000178386 00000 n +0000176078 00000 n +0000178850 00000 n +0000182558 00000 n +0000182707 00000 n +0000182986 00000 n +0000182241 00000 n +0000179137 00000 n +0000182862 00000 n +0000182924 00000 n +0000186051 00000 n +0000185828 00000 n +0000186113 00000 n +0000185689 00000 n +0000183188 00000 n +0000185989 00000 n +0000188905 00000 n +0000188724 00000 n +0000186276 00000 n +0000188843 00000 n +0001265092 00000 n +0000191647 00000 n +0000195067 00000 n +0000192113 00000 n +0000191500 00000 n +0000189055 00000 n +0000192051 00000 n +0000191849 00000 n +0001261232 00000 n +0000195222 00000 n +0000195503 00000 n +0000194920 00000 n +0000192289 00000 n +0000195379 00000 n +0000195441 00000 n +0000197817 00000 n +0000198091 00000 n +0000197678 00000 n +0000195705 00000 n +0000197967 00000 n +0000198029 00000 n +0000201731 00000 n +0000201885 00000 n +0000202282 00000 n +0000201584 00000 n +0000198241 00000 n +0000202034 00000 n +0000202220 00000 n +0000204921 00000 n +0000204709 00000 n +0000205044 00000 n +0000204570 00000 n +0000202484 00000 n +0000204859 00000 n +0000206490 00000 n +0000206552 00000 n +0000206309 00000 n +0000205220 00000 n +0000206428 00000 n +0001264001 00000 n +0001265210 00000 n +0000209958 00000 n +0000210298 00000 n +0000209819 00000 n +0000206676 00000 n +0000210112 00000 n +0000210236 00000 n +0000213740 00000 n +0000213895 00000 n +0000214243 00000 n +0000213593 00000 n +0000210474 00000 n +0000214058 00000 n +0000214182 00000 n +0000216793 00000 n +0000216612 00000 n +0000214419 00000 n +0000216731 00000 n +0000219639 00000 n +0000219396 00000 n +0000216904 00000 n +0000219515 00000 n +0000222606 00000 n +0000222761 00000 n +0000223110 00000 n +0000222459 00000 n +0000219763 00000 n +0000222924 00000 n +0000223048 00000 n +0000225639 00000 n +0000225396 00000 n +0000223273 00000 n +0000225515 00000 n +0001265328 00000 n +0000228410 00000 n +0000228167 00000 n +0000225763 00000 n +0000228286 00000 n +0000231462 00000 n +0000231281 00000 n +0000228521 00000 n +0000231400 00000 n +0000234408 00000 n +0000234688 00000 n +0000234269 00000 n +0000231612 00000 n +0000234564 00000 n +0000237951 00000 n +0000237770 00000 n +0000234851 00000 n +0000237889 00000 n 0000240530 00000 n -0000242960 00000 n -0000243146 00000 n -0001314860 00000 n -0000245734 00000 n -0000245491 00000 n -0000243436 00000 n -0000245610 00000 n -0000248396 00000 n -0000248553 00000 n -0000248773 00000 n -0000248249 00000 n -0000245871 00000 n -0000248711 00000 n -0000250999 00000 n -0000254278 00000 n -0000251217 00000 n -0000250860 00000 n -0000248897 00000 n -0000251155 00000 n -0000254436 00000 n -0000254655 00000 n -0000254131 00000 n -0000251341 00000 n -0000254593 00000 n -0000256493 00000 n -0000256312 00000 n -0000254779 00000 n -0000256431 00000 n -0000258706 00000 n -0000258525 00000 n -0000256617 00000 n -0000258644 00000 n -0001314978 00000 n -0000260966 00000 n -0000260785 00000 n -0000258830 00000 n -0000260904 00000 n -0000263164 00000 n -0000262921 00000 n -0000261116 00000 n -0000263040 00000 n -0000265008 00000 n -0000264827 00000 n -0000263301 00000 n -0000264946 00000 n -0000267278 00000 n -0000267097 00000 n -0000265132 00000 n -0000267216 00000 n -0000269770 00000 n -0000269589 00000 n -0000267402 00000 n -0000269708 00000 n -0000272485 00000 n -0000272304 00000 n -0000269907 00000 n -0000272423 00000 n -0001315096 00000 n -0000274567 00000 n -0000274386 00000 n -0000272609 00000 n -0000274505 00000 n -0000276823 00000 n -0000276580 00000 n -0000274691 00000 n -0000276699 00000 n -0000278400 00000 n -0000278219 00000 n -0000276947 00000 n -0000278338 00000 n -0000280191 00000 n -0000280005 00000 n -0000278537 00000 n -0000280127 00000 n -0000281832 00000 n -0000281646 00000 n -0000280329 00000 n -0000281768 00000 n -0000283793 00000 n -0000283606 00000 n -0000281944 00000 n -0000283729 00000 n -0001315216 00000 n -0000285756 00000 n -0000285569 00000 n -0000283944 00000 n -0000285692 00000 n -0000287904 00000 n -0000287654 00000 n -0000285881 00000 n -0000287777 00000 n -0000290284 00000 n -0000290034 00000 n -0000288055 00000 n -0000290157 00000 n -0000292915 00000 n -0000292728 00000 n -0000290435 00000 n -0000292851 00000 n -0000295927 00000 n -0000295677 00000 n -0000293053 00000 n -0000295800 00000 n -0000298470 00000 n -0000298283 00000 n -0000296065 00000 n -0000298406 00000 n -0001315341 00000 n -0000300710 00000 n -0000300523 00000 n -0000298621 00000 n -0000300646 00000 n -0000302653 00000 n -0000302466 00000 n -0000300861 00000 n -0000302589 00000 n -0000304663 00000 n -0000304476 00000 n -0000302791 00000 n -0000304599 00000 n -0000306376 00000 n -0000306189 00000 n -0000304814 00000 n -0000306312 00000 n -0000308263 00000 n -0000308076 00000 n -0000306488 00000 n -0000308199 00000 n -0000310310 00000 n -0000310060 00000 n -0000308401 00000 n -0000310183 00000 n -0001315466 00000 n -0000312485 00000 n -0000312830 00000 n -0000312341 00000 n -0000310461 00000 n -0000312640 00000 n -0000312767 00000 n -0000315802 00000 n -0000315552 00000 n -0000313020 00000 n -0000315675 00000 n -0000318968 00000 n -0000318718 00000 n -0000315966 00000 n -0000318841 00000 n -0000320930 00000 n -0000320743 00000 n -0000319132 00000 n -0000320866 00000 n -0000322647 00000 n -0000322460 00000 n -0000321068 00000 n -0000322583 00000 n -0000324116 00000 n -0000323929 00000 n -0000322759 00000 n -0000324052 00000 n -0001315591 00000 n -0000325421 00000 n -0000325234 00000 n -0000324228 00000 n -0000325357 00000 n -0000326719 00000 n -0000326532 00000 n -0000325533 00000 n -0000326655 00000 n -0000327929 00000 n -0000327742 00000 n -0000326831 00000 n -0000327865 00000 n -0000329442 00000 n -0000329255 00000 n -0000328041 00000 n -0000329378 00000 n -0000331217 00000 n -0000331030 00000 n -0000329554 00000 n -0000331153 00000 n -0000333536 00000 n -0000333349 00000 n -0000331329 00000 n -0000333472 00000 n -0001315716 00000 n -0000335510 00000 n -0000335323 00000 n -0000333687 00000 n -0000335446 00000 n -0000337359 00000 n -0000337172 00000 n -0000335635 00000 n -0000337295 00000 n -0000339274 00000 n -0000339087 00000 n -0000337484 00000 n -0000339210 00000 n -0000341229 00000 n -0000341042 00000 n -0000339399 00000 n -0000341165 00000 n -0000343165 00000 n -0000342978 00000 n -0000341354 00000 n -0000343101 00000 n -0000344998 00000 n -0000344811 00000 n -0000343316 00000 n -0000344934 00000 n -0001315841 00000 n -0000346597 00000 n -0000346410 00000 n -0000345123 00000 n -0000346533 00000 n -0000348079 00000 n -0000347892 00000 n -0000346722 00000 n -0000348015 00000 n -0000349612 00000 n -0000349425 00000 n -0000348191 00000 n -0000349548 00000 n -0000351194 00000 n -0000351007 00000 n -0000349737 00000 n -0000351130 00000 n -0000352821 00000 n -0000352634 00000 n -0000351319 00000 n -0000352757 00000 n -0000354298 00000 n -0000354111 00000 n -0000352946 00000 n -0000354234 00000 n -0001315966 00000 n -0000355835 00000 n -0000355648 00000 n -0000354410 00000 n -0000355771 00000 n -0000357455 00000 n -0000357268 00000 n -0000355960 00000 n -0000357391 00000 n -0000358950 00000 n -0000358763 00000 n -0000357580 00000 n -0000358886 00000 n -0000360539 00000 n -0000360352 00000 n -0000359062 00000 n -0000360475 00000 n -0000362130 00000 n -0000361943 00000 n -0000360664 00000 n -0000362066 00000 n -0000364142 00000 n -0000363892 00000 n -0000362255 00000 n -0000364015 00000 n -0001316091 00000 n -0000365835 00000 n -0000365648 00000 n -0000364280 00000 n -0000365771 00000 n -0000367393 00000 n -0000367206 00000 n -0000365960 00000 n -0000367329 00000 n -0000369601 00000 n -0000369351 00000 n -0000367505 00000 n -0000369474 00000 n -0000372557 00000 n -0000372307 00000 n -0000369765 00000 n -0000372430 00000 n -0000374571 00000 n -0000374384 00000 n -0000372695 00000 n -0000374507 00000 n -0000376349 00000 n -0000376162 00000 n -0000374696 00000 n -0000376285 00000 n -0001316216 00000 n -0000378286 00000 n -0000378099 00000 n -0000376461 00000 n -0000378222 00000 n -0000379952 00000 n -0000379765 00000 n -0000378398 00000 n -0000379888 00000 n -0000381540 00000 n -0000381353 00000 n -0000380064 00000 n -0000381476 00000 n -0000384095 00000 n -0000383908 00000 n -0000381652 00000 n -0000384031 00000 n -0000386572 00000 n -0000386322 00000 n -0000384233 00000 n -0000386445 00000 n -0000388556 00000 n -0000388369 00000 n -0000386736 00000 n -0000388492 00000 n -0001316341 00000 n -0000390693 00000 n -0000390443 00000 n -0000388668 00000 n -0000390566 00000 n -0000393128 00000 n -0000392878 00000 n -0000390844 00000 n -0000393001 00000 n -0000395178 00000 n -0000394991 00000 n -0000393292 00000 n -0000395114 00000 n -0000397475 00000 n -0000397288 00000 n -0000395290 00000 n -0000397411 00000 n -0000400077 00000 n -0000399890 00000 n -0000397600 00000 n -0000400013 00000 n -0000403377 00000 n -0000403190 00000 n -0000400228 00000 n -0000403313 00000 n -0001316466 00000 n -0000405845 00000 n -0000406068 00000 n -0000405701 00000 n -0000403528 00000 n -0000406004 00000 n -0000408331 00000 n -0000408144 00000 n -0000406219 00000 n -0000408267 00000 n -0000409858 00000 n -0000409671 00000 n -0000408456 00000 n -0000409794 00000 n -0000412561 00000 n -0000412311 00000 n -0000409970 00000 n -0000412434 00000 n -0000415325 00000 n -0000415138 00000 n -0000412725 00000 n -0000415261 00000 n -0000416604 00000 n -0000416417 00000 n -0000415489 00000 n -0000416540 00000 n -0001316591 00000 n -0000417939 00000 n -0000417689 00000 n -0000416716 00000 n -0000417812 00000 n -0000419759 00000 n -0000419572 00000 n -0000418064 00000 n -0000419695 00000 n -0000421794 00000 n -0000421607 00000 n -0000419910 00000 n -0000421730 00000 n -0000423405 00000 n -0000423218 00000 n -0000421919 00000 n -0000423341 00000 n -0000424793 00000 n -0000424606 00000 n -0000423530 00000 n -0000424729 00000 n -0000426661 00000 n -0000426474 00000 n -0000424892 00000 n -0000426597 00000 n -0001316716 00000 n -0000428398 00000 n -0000428211 00000 n -0000426786 00000 n -0000428334 00000 n -0000430055 00000 n -0000429868 00000 n -0000428523 00000 n -0000429991 00000 n -0000431551 00000 n -0000431364 00000 n -0000430180 00000 n -0000431487 00000 n -0000432713 00000 n -0000432526 00000 n -0000431650 00000 n -0000432649 00000 n -0000433573 00000 n -0000433386 00000 n -0000432812 00000 n -0000433509 00000 n -0000436062 00000 n -0000435749 00000 n -0000433672 00000 n -0000435872 00000 n -0001316841 00000 n -0000438209 00000 n -0000438557 00000 n -0000438065 00000 n -0000436239 00000 n -0000438367 00000 n -0000440879 00000 n -0000440692 00000 n -0000438721 00000 n -0000440815 00000 n -0000443276 00000 n -0000443026 00000 n -0000441017 00000 n -0000443149 00000 n -0000445239 00000 n -0000445052 00000 n -0000443414 00000 n -0000445175 00000 n -0000447304 00000 n -0000447117 00000 n -0000445351 00000 n -0000447240 00000 n -0000449461 00000 n -0000449211 00000 n -0000447429 00000 n -0000449334 00000 n -0001316966 00000 n -0000451227 00000 n -0000451040 00000 n -0000449599 00000 n -0000451163 00000 n -0000452979 00000 n -0000452792 00000 n -0000451339 00000 n -0000452915 00000 n -0000454764 00000 n -0000454577 00000 n -0000453091 00000 n -0000454700 00000 n -0000456415 00000 n -0000456228 00000 n -0000454876 00000 n -0000456351 00000 n -0000458484 00000 n -0000458234 00000 n -0000456527 00000 n -0000458357 00000 n -0000460268 00000 n -0000460081 00000 n -0000458609 00000 n -0000460204 00000 n -0001317091 00000 n -0000462037 00000 n -0000461850 00000 n -0000460380 00000 n -0000461973 00000 n -0000464052 00000 n -0000463865 00000 n -0000462149 00000 n -0000463988 00000 n -0000466015 00000 n -0000465767 00000 n -0000464164 00000 n -0000465890 00000 n -0000468114 00000 n -0000467927 00000 n -0000466140 00000 n -0000468050 00000 n -0000469915 00000 n -0000469728 00000 n -0000468226 00000 n -0000469851 00000 n -0000471762 00000 n -0000471575 00000 n -0000470027 00000 n -0000471698 00000 n -0001317216 00000 n -0000473652 00000 n -0000473465 00000 n -0000471874 00000 n -0000473588 00000 n -0000475458 00000 n -0000475271 00000 n -0000473764 00000 n -0000475394 00000 n -0000477529 00000 n -0000477279 00000 n -0000475570 00000 n +0000240812 00000 n +0000240391 00000 n +0000238088 00000 n +0000240688 00000 n +0000243514 00000 n +0000243914 00000 n +0000243375 00000 n +0000240962 00000 n +0000243666 00000 n +0001265446 00000 n +0000246337 00000 n +0000246739 00000 n +0000246198 00000 n +0000244090 00000 n +0000246492 00000 n +0000246677 00000 n +0000249224 00000 n +0000248981 00000 n +0000246967 00000 n +0000249100 00000 n +0000251657 00000 n +0000251815 00000 n +0000252034 00000 n +0000251510 00000 n +0000249361 00000 n +0000251972 00000 n +0000254385 00000 n +0000254604 00000 n +0000254246 00000 n +0000252158 00000 n +0000254542 00000 n +0000257424 00000 n +0000257582 00000 n +0000257801 00000 n +0000257277 00000 n +0000254728 00000 n +0000257739 00000 n +0000259870 00000 n +0000259689 00000 n +0000257925 00000 n +0000259808 00000 n +0001265564 00000 n +0000261855 00000 n +0000261674 00000 n +0000259994 00000 n +0000261793 00000 n +0000263822 00000 n +0000263641 00000 n +0000261979 00000 n +0000263760 00000 n +0000266463 00000 n +0000266220 00000 n +0000263946 00000 n +0000266339 00000 n +0000268295 00000 n +0000268114 00000 n +0000266626 00000 n +0000268233 00000 n +0000270304 00000 n +0000270123 00000 n +0000268419 00000 n +0000270242 00000 n +0000272979 00000 n +0000272798 00000 n +0000270428 00000 n +0000272917 00000 n +0001265682 00000 n +0000275446 00000 n +0000275265 00000 n +0000273116 00000 n +0000275384 00000 n +0000277841 00000 n +0000277660 00000 n +0000275570 00000 n +0000277779 00000 n +0000279817 00000 n +0000279635 00000 n +0000277965 00000 n +0000279754 00000 n +0000281682 00000 n +0000281433 00000 n +0000279928 00000 n +0000281555 00000 n +0000283324 00000 n +0000283138 00000 n +0000281807 00000 n +0000283260 00000 n +0000284870 00000 n +0000284683 00000 n +0000283462 00000 n +0000284806 00000 n +0001265802 00000 n +0000286738 00000 n +0000286551 00000 n +0000284982 00000 n +0000286674 00000 n +0000288973 00000 n +0000288786 00000 n +0000286850 00000 n +0000288909 00000 n +0000291143 00000 n +0000290893 00000 n +0000289124 00000 n +0000291016 00000 n +0000293138 00000 n +0000292951 00000 n +0000291307 00000 n +0000293074 00000 n +0000295866 00000 n +0000295616 00000 n +0000293276 00000 n +0000295739 00000 n +0000298264 00000 n +0000298077 00000 n +0000296017 00000 n +0000298200 00000 n +0001265927 00000 n +0000301218 00000 n +0000300968 00000 n +0000298376 00000 n +0000301091 00000 n +0000303634 00000 n +0000303447 00000 n +0000301382 00000 n +0000303570 00000 n +0000305688 00000 n +0000305501 00000 n +0000303759 00000 n +0000305624 00000 n +0000307624 00000 n +0000307437 00000 n +0000305839 00000 n +0000307560 00000 n +0000309653 00000 n +0000309466 00000 n +0000307762 00000 n +0000309589 00000 n +0000311549 00000 n +0000311362 00000 n +0000309778 00000 n +0000311485 00000 n +0001266052 00000 n +0000313215 00000 n +0000313028 00000 n +0000311687 00000 n +0000313151 00000 n +0000315218 00000 n +0000314968 00000 n +0000313327 00000 n +0000315091 00000 n +0000317704 00000 n +0000318110 00000 n +0000317560 00000 n +0000315369 00000 n +0000317860 00000 n +0000318047 00000 n +0000320639 00000 n +0000320452 00000 n +0000318300 00000 n +0000320575 00000 n +0000323811 00000 n +0000323561 00000 n +0000320790 00000 n +0000323684 00000 n +0000326094 00000 n +0000325907 00000 n +0000323975 00000 n +0000326030 00000 n +0001266177 00000 n +0000327644 00000 n +0000327457 00000 n +0000326206 00000 n +0000327580 00000 n +0000329099 00000 n +0000328912 00000 n +0000327756 00000 n +0000329035 00000 n +0000330472 00000 n +0000330285 00000 n +0000329211 00000 n +0000330408 00000 n +0000331735 00000 n +0000331548 00000 n +0000330584 00000 n +0000331671 00000 n +0000332957 00000 n +0000332770 00000 n +0000331847 00000 n +0000332893 00000 n +0000334498 00000 n +0000334311 00000 n +0000333069 00000 n +0000334434 00000 n +0001266302 00000 n +0000336217 00000 n +0000336030 00000 n +0000334610 00000 n +0000336153 00000 n +0000338641 00000 n +0000338454 00000 n +0000336329 00000 n +0000338577 00000 n +0000340748 00000 n +0000340561 00000 n +0000338792 00000 n +0000340684 00000 n +0000342723 00000 n +0000342536 00000 n +0000340873 00000 n +0000342659 00000 n +0000344750 00000 n +0000344563 00000 n +0000342848 00000 n +0000344686 00000 n +0000346801 00000 n +0000346614 00000 n +0000344875 00000 n +0000346737 00000 n +0001266427 00000 n +0000348970 00000 n +0000348783 00000 n +0000346926 00000 n +0000348906 00000 n +0000350859 00000 n +0000350672 00000 n +0000349121 00000 n +0000350795 00000 n +0000352298 00000 n +0000352111 00000 n +0000350984 00000 n +0000352234 00000 n +0000353815 00000 n +0000353628 00000 n +0000352410 00000 n +0000353751 00000 n +0000355446 00000 n +0000355259 00000 n +0000353940 00000 n +0000355382 00000 n +0000357056 00000 n +0000356869 00000 n +0000355571 00000 n +0000356992 00000 n +0001266552 00000 n +0000358553 00000 n +0000358366 00000 n +0000357181 00000 n +0000358489 00000 n +0000360087 00000 n +0000359900 00000 n +0000358665 00000 n +0000360023 00000 n +0000361653 00000 n +0000361466 00000 n +0000360212 00000 n +0000361589 00000 n +0000363305 00000 n +0000363118 00000 n +0000361778 00000 n +0000363241 00000 n +0000364769 00000 n +0000364582 00000 n +0000363430 00000 n +0000364705 00000 n +0000366315 00000 n +0000366128 00000 n +0000364881 00000 n +0000366251 00000 n +0001266677 00000 n +0000367945 00000 n +0000367758 00000 n +0000366440 00000 n +0000367881 00000 n +0000369435 00000 n +0000369248 00000 n +0000368070 00000 n +0000369371 00000 n +0000371308 00000 n +0000371058 00000 n +0000369547 00000 n +0000371181 00000 n +0000372888 00000 n +0000372701 00000 n +0000371446 00000 n +0000372824 00000 n +0000375374 00000 n +0000375124 00000 n +0000373013 00000 n +0000375247 00000 n +0000378149 00000 n +0000377899 00000 n +0000375538 00000 n +0000378022 00000 n +0001266802 00000 n +0000380336 00000 n +0000380149 00000 n +0000378287 00000 n +0000380272 00000 n +0000381900 00000 n +0000381713 00000 n +0000380461 00000 n +0000381836 00000 n +0000383922 00000 n +0000383735 00000 n +0000382012 00000 n +0000383858 00000 n +0000385510 00000 n +0000385323 00000 n +0000384034 00000 n +0000385446 00000 n +0000386970 00000 n +0000386783 00000 n +0000385622 00000 n +0000386906 00000 n +0000389602 00000 n +0000389415 00000 n +0000387069 00000 n +0000389538 00000 n +0001266927 00000 n +0000392144 00000 n +0000391894 00000 n +0000389740 00000 n +0000392017 00000 n +0000394279 00000 n +0000394092 00000 n +0000392308 00000 n +0000394215 00000 n +0000396341 00000 n +0000396091 00000 n +0000394391 00000 n +0000396214 00000 n +0000398626 00000 n +0000398376 00000 n +0000396492 00000 n +0000398499 00000 n +0000400866 00000 n +0000400679 00000 n +0000398790 00000 n +0000400802 00000 n +0000403311 00000 n +0000403124 00000 n +0000400991 00000 n +0000403247 00000 n +0001267052 00000 n +0000405762 00000 n +0000405575 00000 n +0000403436 00000 n +0000405698 00000 n +0000409025 00000 n +0000408838 00000 n +0000405913 00000 n +0000408961 00000 n +0000411729 00000 n +0000411952 00000 n +0000411585 00000 n +0000409176 00000 n +0000411888 00000 n +0000414202 00000 n +0000414015 00000 n +0000412103 00000 n +0000414138 00000 n +0000415776 00000 n +0000415589 00000 n +0000414327 00000 n +0000415712 00000 n +0000418322 00000 n +0000418072 00000 n +0000415888 00000 n +0000418195 00000 n +0001267177 00000 n +0000421164 00000 n +0000420977 00000 n +0000418486 00000 n +0000421100 00000 n +0000422409 00000 n +0000422222 00000 n +0000421328 00000 n +0000422345 00000 n +0000423502 00000 n +0000423315 00000 n +0000422521 00000 n +0000423438 00000 n +0000425468 00000 n +0000425218 00000 n +0000423614 00000 n +0000425341 00000 n +0000427488 00000 n +0000427301 00000 n +0000425632 00000 n +0000427424 00000 n +0000428792 00000 n +0000428605 00000 n +0000427613 00000 n +0000428728 00000 n +0001267302 00000 n +0000430478 00000 n +0000430291 00000 n +0000428891 00000 n +0000430414 00000 n +0000432445 00000 n +0000432258 00000 n +0000430603 00000 n +0000432381 00000 n +0000434140 00000 n +0000433953 00000 n +0000432570 00000 n +0000434076 00000 n +0000435827 00000 n +0000435640 00000 n +0000434265 00000 n +0000435763 00000 n +0000437330 00000 n +0000437143 00000 n +0000435952 00000 n +0000437266 00000 n +0000438511 00000 n +0000438324 00000 n +0000437429 00000 n +0000438447 00000 n +0001267427 00000 n +0000439398 00000 n +0000439211 00000 n +0000438610 00000 n +0000439334 00000 n +0000441887 00000 n +0000441574 00000 n +0000439497 00000 n +0000441697 00000 n +0000444029 00000 n +0000444377 00000 n +0000443885 00000 n +0000442064 00000 n +0000444187 00000 n +0000446698 00000 n +0000446511 00000 n +0000444541 00000 n +0000446634 00000 n +0000449099 00000 n +0000448849 00000 n +0000446836 00000 n +0000448972 00000 n +0000451064 00000 n +0000450877 00000 n +0000449237 00000 n +0000451000 00000 n +0001267552 00000 n +0000453128 00000 n +0000452941 00000 n +0000451176 00000 n +0000453064 00000 n +0000455284 00000 n +0000455034 00000 n +0000453253 00000 n +0000455157 00000 n +0000457052 00000 n +0000456865 00000 n +0000455422 00000 n +0000456988 00000 n +0000458803 00000 n +0000458616 00000 n +0000457164 00000 n +0000458739 00000 n +0000460586 00000 n +0000460399 00000 n +0000458915 00000 n +0000460522 00000 n +0000462236 00000 n +0000462049 00000 n +0000460698 00000 n +0000462172 00000 n +0001267677 00000 n +0000464307 00000 n +0000464057 00000 n +0000462348 00000 n +0000464180 00000 n +0000466092 00000 n +0000465905 00000 n +0000464432 00000 n +0000466028 00000 n +0000467861 00000 n +0000467674 00000 n +0000466204 00000 n +0000467797 00000 n +0000469877 00000 n +0000469690 00000 n +0000467973 00000 n +0000469813 00000 n +0000471843 00000 n +0000471595 00000 n +0000469989 00000 n +0000471718 00000 n +0000473941 00000 n +0000473754 00000 n +0000471968 00000 n +0000473877 00000 n +0001267802 00000 n +0000475742 00000 n +0000475555 00000 n +0000474053 00000 n +0000475678 00000 n +0000477589 00000 n 0000477402 00000 n -0000479495 00000 n -0000479308 00000 n -0000477654 00000 n -0000479431 00000 n -0000481450 00000 n -0000481263 00000 n -0000479607 00000 n -0000481386 00000 n -0000483308 00000 n -0000483121 00000 n -0000481562 00000 n -0000483244 00000 n -0001317341 00000 n -0000485242 00000 n -0000485055 00000 n -0000483420 00000 n -0000485178 00000 n -0000487625 00000 n -0000487375 00000 n -0000485354 00000 n -0000487498 00000 n -0000489608 00000 n -0000489421 00000 n -0000487763 00000 n -0000489544 00000 n -0000491628 00000 n -0000491441 00000 n -0000489733 00000 n -0000491564 00000 n -0000493739 00000 n -0000493552 00000 n -0000491779 00000 n -0000493675 00000 n -0000495899 00000 n -0000495712 00000 n -0000493890 00000 n -0000495835 00000 n -0001317466 00000 n -0000497765 00000 n -0000497578 00000 n -0000496050 00000 n -0000497701 00000 n -0000499826 00000 n -0000499639 00000 n -0000497877 00000 n -0000499762 00000 n -0000502127 00000 n -0000501877 00000 n -0000499951 00000 n -0000502000 00000 n -0000503869 00000 n -0000503682 00000 n -0000502291 00000 n -0000503805 00000 n -0000505567 00000 n -0000505380 00000 n -0000503994 00000 n -0000505503 00000 n -0000507161 00000 n -0000506974 00000 n -0000505718 00000 n -0000507097 00000 n -0001317591 00000 n -0000508716 00000 n -0000508529 00000 n -0000507286 00000 n -0000508652 00000 n -0000510270 00000 n -0000510083 00000 n -0000508841 00000 n -0000510206 00000 n -0000511856 00000 n -0000511543 00000 n -0000510395 00000 n -0000511666 00000 n -0000512903 00000 n -0000512716 00000 n -0000511994 00000 n -0000512839 00000 n -0000514160 00000 n -0000513973 00000 n -0000513002 00000 n -0000514096 00000 n -0000515266 00000 n -0000515079 00000 n -0000514259 00000 n -0000515202 00000 n -0001317716 00000 n -0000516676 00000 n -0000516489 00000 n -0000515365 00000 n -0000516612 00000 n -0000518275 00000 n -0000517962 00000 n -0000516775 00000 n -0000518085 00000 n -0000519732 00000 n -0000519293 00000 n -0000518400 00000 n -0000519416 00000 n -0000521348 00000 n -0000520973 00000 n -0000519857 00000 n -0000521096 00000 n -0000522613 00000 n -0000522300 00000 n -0000521473 00000 n -0000522423 00000 n -0000527213 00000 n -0000527364 00000 n -0000527514 00000 n -0000527665 00000 n -0000527817 00000 n -0000527969 00000 n -0000528121 00000 n -0000528271 00000 n -0000528423 00000 n -0000528575 00000 n -0000528727 00000 n -0000528879 00000 n -0000529031 00000 n -0000529182 00000 n -0000529332 00000 n -0000529483 00000 n -0000529635 00000 n -0000529787 00000 n -0000529937 00000 n -0000530088 00000 n -0000530240 00000 n -0000530391 00000 n -0000530542 00000 n -0000530694 00000 n -0000530846 00000 n -0000530998 00000 n -0000531150 00000 n -0000531302 00000 n -0000531454 00000 n -0000531606 00000 n -0000531758 00000 n -0000531909 00000 n -0000532061 00000 n -0000532213 00000 n -0000532365 00000 n -0000532516 00000 n -0000532668 00000 n -0000532820 00000 n -0000532971 00000 n -0000533123 00000 n -0000533275 00000 n -0000533426 00000 n -0000533577 00000 n -0000533728 00000 n -0000533879 00000 n -0000534030 00000 n -0000534182 00000 n -0000534334 00000 n -0000534485 00000 n -0000534636 00000 n -0000534787 00000 n -0000534938 00000 n -0000535090 00000 n -0000535241 00000 n -0000535393 00000 n -0000535545 00000 n -0000535697 00000 n -0000535847 00000 n -0000535998 00000 n -0000536149 00000 n -0000536300 00000 n -0000536452 00000 n -0000536604 00000 n -0000536755 00000 n -0000536907 00000 n -0000537059 00000 n -0000537208 00000 n -0000537360 00000 n -0000537511 00000 n -0000537663 00000 n -0000537815 00000 n -0000537966 00000 n -0000538117 00000 n -0000538269 00000 n -0000538420 00000 n -0000538571 00000 n -0000538722 00000 n -0000538872 00000 n -0000539024 00000 n -0000539176 00000 n -0000539328 00000 n -0000539480 00000 n -0000539632 00000 n -0000539782 00000 n -0000539933 00000 n -0000540084 00000 n -0000540234 00000 n -0000540385 00000 n -0000540536 00000 n -0000540686 00000 n -0000540837 00000 n -0000540988 00000 n -0000541138 00000 n -0000541289 00000 n -0000541440 00000 n -0000541592 00000 n -0000541743 00000 n -0000541895 00000 n -0000542045 00000 n -0000542196 00000 n -0000542347 00000 n -0000542499 00000 n -0000542650 00000 n -0000542802 00000 n -0000542953 00000 n -0000543105 00000 n -0000543255 00000 n -0000543406 00000 n -0000543557 00000 n -0000543709 00000 n -0000543860 00000 n -0000544012 00000 n -0000544163 00000 n -0000544315 00000 n -0000544466 00000 n -0000544618 00000 n -0000544769 00000 n -0000544921 00000 n -0000545072 00000 n -0000545224 00000 n -0000545375 00000 n -0000545527 00000 n -0000545678 00000 n -0000545829 00000 n -0000545981 00000 n -0000546132 00000 n -0000546283 00000 n -0000546435 00000 n -0000546585 00000 n -0000546736 00000 n -0000546888 00000 n -0000547039 00000 n -0000547191 00000 n -0000547342 00000 n -0000547494 00000 n -0000547645 00000 n -0000547796 00000 n -0000547948 00000 n -0000548098 00000 n -0000548248 00000 n -0000548398 00000 n -0000548549 00000 n -0000548701 00000 n -0000548851 00000 n -0000549002 00000 n -0000549153 00000 n -0000549305 00000 n -0000549456 00000 n -0000549607 00000 n -0000549758 00000 n -0000549910 00000 n -0000550062 00000 n -0000550213 00000 n -0000550364 00000 n -0000550515 00000 n -0000550666 00000 n -0000550817 00000 n -0000550969 00000 n -0000551121 00000 n -0000551273 00000 n -0000551425 00000 n -0000551576 00000 n -0000551727 00000 n -0000551878 00000 n -0000552029 00000 n -0000552180 00000 n -0000552330 00000 n -0000552481 00000 n -0000552632 00000 n -0000552784 00000 n -0000552936 00000 n -0000553087 00000 n -0000553239 00000 n -0000553389 00000 n -0000553539 00000 n -0000553690 00000 n -0000553841 00000 n -0000553992 00000 n -0000554144 00000 n -0000554296 00000 n -0000554447 00000 n -0000554599 00000 n -0000554750 00000 n -0000554902 00000 n -0000555052 00000 n -0000555203 00000 n -0000555354 00000 n -0000555506 00000 n -0000555656 00000 n -0000555807 00000 n -0000555958 00000 n -0000556110 00000 n -0000556262 00000 n -0000556414 00000 n -0000556566 00000 n -0000556717 00000 n -0000556869 00000 n -0000557021 00000 n -0000557173 00000 n -0000557325 00000 n -0000562724 00000 n -0000562876 00000 n -0000563027 00000 n -0000563179 00000 n -0000557668 00000 n -0000525278 00000 n -0000522738 00000 n -0000557477 00000 n -0000557604 00000 n -0001309340 00000 n -0001310827 00000 n -0001311739 00000 n -0001312298 00000 n -0001317841 00000 n -0000563330 00000 n -0000563482 00000 n -0000563634 00000 n -0000563786 00000 n -0000563938 00000 n -0000564090 00000 n -0000564242 00000 n -0000564394 00000 n -0000564546 00000 n -0000564698 00000 n -0000564849 00000 n -0000565001 00000 n -0000565152 00000 n -0000565301 00000 n -0000565450 00000 n -0000565600 00000 n -0000565750 00000 n -0000565900 00000 n -0000566050 00000 n -0000566201 00000 n -0000566352 00000 n -0000566503 00000 n -0000566654 00000 n -0000566806 00000 n -0000566957 00000 n -0000567106 00000 n -0000567256 00000 n -0000567406 00000 n -0000567556 00000 n -0000567707 00000 n -0000567858 00000 n -0000568009 00000 n -0000568160 00000 n -0000568312 00000 n -0000568463 00000 n -0000568613 00000 n -0000568764 00000 n -0000568915 00000 n -0000569066 00000 n -0000569217 00000 n -0000569369 00000 n -0000569520 00000 n -0000569672 00000 n -0000569823 00000 n -0000569975 00000 n -0000570125 00000 n -0000570276 00000 n -0000570426 00000 n -0000570577 00000 n -0000570728 00000 n -0000570878 00000 n -0000571029 00000 n -0000571178 00000 n -0000571328 00000 n -0000571479 00000 n -0000571630 00000 n -0000571781 00000 n -0000571932 00000 n -0000572083 00000 n -0000572235 00000 n -0000572386 00000 n -0000572537 00000 n -0000572688 00000 n -0000572839 00000 n -0000572990 00000 n -0000573141 00000 n -0000573291 00000 n -0000573441 00000 n -0000573592 00000 n -0000573743 00000 n -0000573894 00000 n -0000574045 00000 n -0000574197 00000 n -0000574349 00000 n -0000574501 00000 n -0000574652 00000 n -0000574802 00000 n -0000574953 00000 n -0000575104 00000 n -0000575254 00000 n -0000575404 00000 n -0000575554 00000 n -0000575704 00000 n -0000575854 00000 n -0000576005 00000 n -0000576155 00000 n -0000576306 00000 n -0000576457 00000 n -0000576607 00000 n -0000576758 00000 n -0000576909 00000 n -0000577060 00000 n -0000577211 00000 n -0000577362 00000 n -0000577513 00000 n -0000577663 00000 n -0000577813 00000 n -0000577964 00000 n -0000578116 00000 n -0000578267 00000 n -0000578418 00000 n -0000578568 00000 n -0000578719 00000 n -0000578870 00000 n -0000579020 00000 n -0000579171 00000 n -0000579321 00000 n -0000579471 00000 n -0000579622 00000 n -0000579773 00000 n -0000579923 00000 n -0000580074 00000 n -0000580226 00000 n -0000580376 00000 n -0000580527 00000 n -0000580678 00000 n -0000580830 00000 n -0000580982 00000 n -0000581134 00000 n -0000581284 00000 n -0000581435 00000 n -0000581586 00000 n -0000581737 00000 n -0000581889 00000 n -0000582040 00000 n -0000582192 00000 n -0000582344 00000 n -0000582495 00000 n -0000582647 00000 n -0000582798 00000 n -0000582950 00000 n -0000583100 00000 n -0000583250 00000 n -0000583401 00000 n -0000583552 00000 n -0000583703 00000 n -0000583855 00000 n -0000584006 00000 n -0000584158 00000 n -0000584309 00000 n -0000584461 00000 n -0000584612 00000 n -0000584763 00000 n -0000584915 00000 n -0000585067 00000 n -0000585218 00000 n -0000585370 00000 n -0000585520 00000 n -0000585671 00000 n -0000585822 00000 n -0000585974 00000 n -0000586123 00000 n -0000586273 00000 n -0000586424 00000 n -0000586575 00000 n -0000586726 00000 n -0000586877 00000 n -0000587029 00000 n -0000587180 00000 n -0000587332 00000 n -0000587483 00000 n -0000587635 00000 n -0000587786 00000 n -0000587938 00000 n -0000588090 00000 n -0000588241 00000 n -0000588393 00000 n -0000588544 00000 n -0000588696 00000 n -0000588847 00000 n -0000588999 00000 n -0000589150 00000 n -0000589302 00000 n -0000589454 00000 n -0000589604 00000 n -0000589754 00000 n -0000589905 00000 n -0000590056 00000 n -0000590208 00000 n -0000590359 00000 n -0000590510 00000 n -0000590662 00000 n -0000590814 00000 n -0000590965 00000 n -0000591117 00000 n -0000591268 00000 n -0000591420 00000 n -0000591571 00000 n -0000591722 00000 n -0000591873 00000 n -0000592024 00000 n -0000592175 00000 n -0000592326 00000 n -0000592477 00000 n -0000592629 00000 n -0000592781 00000 n -0000592932 00000 n -0000593083 00000 n -0000593235 00000 n -0000593387 00000 n -0000593538 00000 n -0000593690 00000 n -0000593839 00000 n -0000593989 00000 n -0000594139 00000 n -0000594290 00000 n -0000594440 00000 n -0000594590 00000 n -0000594741 00000 n -0000594893 00000 n -0000595045 00000 n -0000595195 00000 n -0000595345 00000 n -0000595496 00000 n -0000595647 00000 n -0000595798 00000 n -0000595949 00000 n -0000596101 00000 n -0000596252 00000 n -0000596403 00000 n -0000596555 00000 n -0000596706 00000 n -0000596857 00000 n -0000597009 00000 n -0000597160 00000 n -0000597311 00000 n -0000597463 00000 n -0000597615 00000 n -0000597765 00000 n -0000597916 00000 n -0000598067 00000 n -0000604016 00000 n -0000604167 00000 n -0000604319 00000 n -0000604470 00000 n -0000604622 00000 n -0000604773 00000 n -0000604924 00000 n -0000605076 00000 n -0000605226 00000 n -0000605377 00000 n -0000605526 00000 n -0000605676 00000 n -0000598283 00000 n -0000560474 00000 n -0000557823 00000 n -0000598219 00000 n -0000605826 00000 n -0000605977 00000 n -0000606129 00000 n -0000606280 00000 n -0000606432 00000 n -0000606583 00000 n -0000606735 00000 n -0000606886 00000 n -0000607038 00000 n -0000607189 00000 n -0000607341 00000 n -0000607492 00000 n -0000607644 00000 n -0000607794 00000 n -0000607945 00000 n -0000608095 00000 n -0000608246 00000 n -0000608397 00000 n -0000608548 00000 n -0000608698 00000 n -0000608848 00000 n -0000608999 00000 n -0000609150 00000 n -0000609299 00000 n -0000609450 00000 n -0000609601 00000 n -0000609752 00000 n -0000609904 00000 n -0000610055 00000 n -0000610207 00000 n -0000610358 00000 n -0000610509 00000 n -0000610661 00000 n -0000610813 00000 n -0000610963 00000 n -0000611115 00000 n -0000611266 00000 n -0000611418 00000 n -0000611569 00000 n -0000611721 00000 n -0000611872 00000 n -0000612024 00000 n -0000612173 00000 n -0000612323 00000 n -0000612473 00000 n -0000612624 00000 n -0000612775 00000 n -0000612926 00000 n -0000613078 00000 n -0000613230 00000 n -0000613381 00000 n -0000613533 00000 n -0000613685 00000 n -0000613836 00000 n -0000613988 00000 n -0000614139 00000 n -0000614291 00000 n -0000614442 00000 n -0000614594 00000 n -0000614744 00000 n -0000614895 00000 n -0000615045 00000 n -0000615196 00000 n -0000615347 00000 n -0000615499 00000 n -0000615650 00000 n -0000615802 00000 n -0000615954 00000 n -0000616105 00000 n -0000616257 00000 n -0000616408 00000 n -0000616560 00000 n -0000616711 00000 n -0000616863 00000 n -0000617015 00000 n -0000617166 00000 n -0000617318 00000 n -0000617469 00000 n -0000617621 00000 n -0000617773 00000 n -0000617924 00000 n -0000618075 00000 n -0000618226 00000 n -0000618377 00000 n -0000618528 00000 n -0000618680 00000 n -0000618831 00000 n -0000618982 00000 n -0000619133 00000 n -0000619284 00000 n -0000619435 00000 n -0000619587 00000 n -0000619739 00000 n -0000619891 00000 n -0000620042 00000 n -0000620194 00000 n -0000620344 00000 n -0000620495 00000 n -0000620646 00000 n -0000620797 00000 n -0000620948 00000 n -0000621100 00000 n -0000621252 00000 n -0000621404 00000 n -0000621556 00000 n -0000621707 00000 n -0000621859 00000 n -0000622010 00000 n -0000622161 00000 n -0000622312 00000 n -0000622463 00000 n -0000622615 00000 n -0000622766 00000 n -0000622917 00000 n -0000623068 00000 n -0000623220 00000 n -0000623372 00000 n -0000623524 00000 n -0000623675 00000 n -0000623826 00000 n -0000623977 00000 n -0000624129 00000 n -0000624281 00000 n -0000624432 00000 n -0000624583 00000 n -0000624734 00000 n -0000624886 00000 n -0000625038 00000 n -0000625189 00000 n -0000625340 00000 n -0000625491 00000 n -0000625642 00000 n -0000625793 00000 n -0000625944 00000 n -0000626096 00000 n -0000626247 00000 n -0000626398 00000 n -0000626550 00000 n -0000626701 00000 n -0000626852 00000 n -0000627003 00000 n -0000627154 00000 n -0000627305 00000 n -0000627456 00000 n -0000627607 00000 n -0000627759 00000 n -0000627911 00000 n -0000628062 00000 n -0000628213 00000 n -0000628365 00000 n -0000628515 00000 n -0000628665 00000 n -0000628816 00000 n -0000628968 00000 n -0000629120 00000 n -0000629272 00000 n -0000629423 00000 n -0000629574 00000 n -0000629724 00000 n -0000629875 00000 n -0000630026 00000 n -0000630177 00000 n -0000630328 00000 n -0000630479 00000 n -0000630630 00000 n -0000630781 00000 n -0000630932 00000 n -0000631083 00000 n -0000631233 00000 n -0000631384 00000 n -0000631536 00000 n -0000631687 00000 n -0000631838 00000 n -0000631989 00000 n -0000632139 00000 n -0000632290 00000 n -0000632442 00000 n -0000632594 00000 n -0000632746 00000 n -0000632898 00000 n -0000633049 00000 n -0000633200 00000 n -0000633352 00000 n -0000633503 00000 n -0000633653 00000 n -0000633804 00000 n -0000633956 00000 n -0000634106 00000 n -0000634256 00000 n -0000634407 00000 n -0000634558 00000 n -0000634710 00000 n -0000634862 00000 n -0000635014 00000 n -0000635164 00000 n -0000635315 00000 n -0000635466 00000 n -0000635618 00000 n -0000635768 00000 n -0000635919 00000 n -0000636070 00000 n -0000636221 00000 n -0000636371 00000 n -0000636521 00000 n -0000636671 00000 n -0000636822 00000 n -0000636973 00000 n -0000637124 00000 n -0000637275 00000 n -0000637426 00000 n -0000637577 00000 n -0000637728 00000 n -0000637879 00000 n -0000638031 00000 n -0000638181 00000 n -0000638332 00000 n -0000638483 00000 n -0000638634 00000 n -0000638785 00000 n -0000638936 00000 n -0000639086 00000 n -0000639237 00000 n -0000639389 00000 n -0000639540 00000 n -0000639692 00000 n -0000639842 00000 n -0000639993 00000 n -0000640145 00000 n -0000640297 00000 n -0000640449 00000 n -0000640601 00000 n -0000640753 00000 n -0000640904 00000 n -0000641055 00000 n -0000641206 00000 n -0000641357 00000 n -0000641508 00000 n -0000641660 00000 n -0000641812 00000 n -0000641964 00000 n -0000642116 00000 n -0000642267 00000 n -0000642419 00000 n -0000642570 00000 n -0000642721 00000 n -0000642872 00000 n -0000643023 00000 n -0000643175 00000 n -0000643325 00000 n -0000643476 00000 n -0000643627 00000 n -0000643778 00000 n -0000643929 00000 n -0000644080 00000 n -0000644231 00000 n -0000644382 00000 n -0000644534 00000 n -0000644686 00000 n -0000644836 00000 n -0000644986 00000 n -0000645137 00000 n -0000645288 00000 n -0000645439 00000 n -0000645590 00000 n -0000645742 00000 n -0000645894 00000 n -0000646046 00000 n -0000646198 00000 n -0000646348 00000 n -0000646499 00000 n -0000646650 00000 n -0000652823 00000 n -0000652974 00000 n -0000653126 00000 n -0000653275 00000 n -0000653425 00000 n -0000653576 00000 n -0000653727 00000 n -0000653879 00000 n -0000654030 00000 n -0000646866 00000 n -0000601334 00000 n -0000598425 00000 n -0000646802 00000 n -0000654182 00000 n -0000654333 00000 n -0000654485 00000 n -0000654636 00000 n -0000654788 00000 n -0000654937 00000 n -0000655087 00000 n -0000655238 00000 n -0000655390 00000 n -0000655541 00000 n -0000655693 00000 n -0000655842 00000 n -0000655992 00000 n -0000656143 00000 n -0000656294 00000 n -0000656446 00000 n -0000656597 00000 n -0000656749 00000 n -0000656900 00000 n -0000657051 00000 n -0000657203 00000 n -0000657354 00000 n -0000657506 00000 n -0000657657 00000 n -0000657809 00000 n -0000657960 00000 n -0000658112 00000 n -0000658262 00000 n -0000658413 00000 n -0000658564 00000 n -0000658716 00000 n -0000658868 00000 n -0000659018 00000 n -0000659169 00000 n -0000659320 00000 n -0000659472 00000 n -0000659621 00000 n -0000659772 00000 n -0000659924 00000 n -0000660076 00000 n -0000660228 00000 n -0000660378 00000 n -0000660529 00000 n -0000660680 00000 n -0000660832 00000 n -0000660983 00000 n -0000661135 00000 n -0000661287 00000 n -0000661439 00000 n -0000661590 00000 n -0000661742 00000 n -0000661894 00000 n -0000662043 00000 n -0000662193 00000 n -0000662344 00000 n -0000662495 00000 n -0000662645 00000 n -0000662795 00000 n -0000662946 00000 n -0000663097 00000 n -0000663248 00000 n -0000663399 00000 n -0000663551 00000 n -0000663701 00000 n -0000663852 00000 n -0000664004 00000 n -0000664155 00000 n -0000664307 00000 n -0000664458 00000 n -0000664610 00000 n -0000664759 00000 n -0000664909 00000 n -0000665060 00000 n -0000665211 00000 n -0000665361 00000 n -0000665511 00000 n -0000665662 00000 n -0000665813 00000 n -0000665964 00000 n -0000666115 00000 n -0000666266 00000 n -0000666417 00000 n -0000666568 00000 n -0000666719 00000 n -0000666869 00000 n -0000667020 00000 n -0000667171 00000 n -0000667321 00000 n -0000667472 00000 n -0000667624 00000 n -0000667776 00000 n -0000667928 00000 n -0000668078 00000 n -0000668228 00000 n -0000668379 00000 n -0000668530 00000 n -0000668681 00000 n -0000668832 00000 n -0000668984 00000 n -0000669134 00000 n -0000669284 00000 n -0000669435 00000 n -0000669586 00000 n -0000669737 00000 n -0000669888 00000 n -0000670039 00000 n -0000670190 00000 n -0000670340 00000 n -0000670491 00000 n -0000670642 00000 n -0000670794 00000 n -0000670945 00000 n -0000671097 00000 n -0000671248 00000 n -0000671400 00000 n -0000671550 00000 n -0000671701 00000 n -0000671852 00000 n -0000672003 00000 n -0000672155 00000 n -0000672307 00000 n -0000672457 00000 n -0000672608 00000 n -0000672760 00000 n -0000672912 00000 n -0000673063 00000 n -0000673213 00000 n -0000673364 00000 n -0000673515 00000 n -0000673667 00000 n -0000673819 00000 n -0000673970 00000 n -0000674122 00000 n -0000674273 00000 n -0000674422 00000 n -0000674571 00000 n -0000674720 00000 n -0000674872 00000 n -0000675024 00000 n -0000675176 00000 n -0000675328 00000 n -0000675479 00000 n -0000675630 00000 n -0000675781 00000 n -0000675932 00000 n -0000676084 00000 n -0000676233 00000 n -0000676382 00000 n -0000676532 00000 n -0000676683 00000 n -0000676834 00000 n -0000676985 00000 n -0000677136 00000 n -0000677287 00000 n -0000677438 00000 n -0000677589 00000 n -0000677740 00000 n -0000677891 00000 n -0000678042 00000 n -0000678192 00000 n -0000678342 00000 n -0000678493 00000 n -0000678643 00000 n -0000678794 00000 n -0000678945 00000 n -0000679097 00000 n -0000679247 00000 n -0000679398 00000 n -0000679549 00000 n -0000679701 00000 n -0000679853 00000 n -0000680004 00000 n -0000680155 00000 n -0000680306 00000 n -0000680457 00000 n -0000680607 00000 n -0000680757 00000 n -0000680908 00000 n -0000681060 00000 n -0000681211 00000 n -0000681362 00000 n -0000681513 00000 n -0000681664 00000 n -0000681815 00000 n -0000681965 00000 n -0000682116 00000 n -0000682267 00000 n -0000682419 00000 n -0000682571 00000 n -0000682723 00000 n -0000682874 00000 n -0000683026 00000 n -0000683178 00000 n -0000683329 00000 n -0000683480 00000 n -0000683631 00000 n -0000683782 00000 n -0000683933 00000 n -0000684084 00000 n -0000684235 00000 n -0000684386 00000 n -0000684537 00000 n -0000684688 00000 n -0000684840 00000 n -0000684991 00000 n -0000685142 00000 n -0000685293 00000 n -0000685445 00000 n -0000685595 00000 n -0000685745 00000 n -0000685895 00000 n -0000686046 00000 n -0000686197 00000 n -0000686347 00000 n -0000686498 00000 n -0000686650 00000 n -0000686801 00000 n -0000686952 00000 n -0000687104 00000 n -0000687255 00000 n -0000687407 00000 n -0000687558 00000 n -0000687710 00000 n -0000687861 00000 n -0000688013 00000 n -0000688163 00000 n -0000688313 00000 n -0000688464 00000 n -0000688616 00000 n -0000688768 00000 n -0000688920 00000 n -0000689072 00000 n -0000689224 00000 n -0000689375 00000 n -0000689526 00000 n -0000689678 00000 n -0000689830 00000 n -0000689981 00000 n -0000690133 00000 n -0000690284 00000 n -0000690436 00000 n -0000690587 00000 n -0000690739 00000 n -0000690890 00000 n -0000691041 00000 n -0000691192 00000 n -0000691343 00000 n -0000691494 00000 n -0000691646 00000 n -0000691798 00000 n -0000691948 00000 n -0000692099 00000 n -0000692250 00000 n -0000692401 00000 n -0000692553 00000 n -0000692705 00000 n -0000692856 00000 n -0000693007 00000 n -0000693157 00000 n -0000693307 00000 n -0000693458 00000 n -0000693609 00000 n -0000693761 00000 n -0000693912 00000 n -0000694064 00000 n -0000694214 00000 n -0000694365 00000 n -0000694516 00000 n -0000694667 00000 n -0000694819 00000 n -0000694970 00000 n -0000695122 00000 n -0000695273 00000 n -0000695425 00000 n -0000695575 00000 n -0000695726 00000 n -0000695877 00000 n -0000696027 00000 n -0000696178 00000 n -0000696330 00000 n -0000696481 00000 n -0000696632 00000 n -0000696784 00000 n -0000696935 00000 n -0000697087 00000 n -0000697238 00000 n -0000697390 00000 n -0000697541 00000 n -0000697693 00000 n -0000697843 00000 n -0000697994 00000 n -0000698145 00000 n -0000704844 00000 n -0000704995 00000 n -0000705147 00000 n -0000705296 00000 n -0000705447 00000 n -0000705597 00000 n -0000705746 00000 n -0000698361 00000 n -0000649979 00000 n -0000646994 00000 n -0000698297 00000 n -0000705896 00000 n -0000706047 00000 n -0000706197 00000 n -0000706349 00000 n -0000706501 00000 n -0000706652 00000 n -0000706802 00000 n -0000706952 00000 n -0000707102 00000 n -0000707252 00000 n -0000707403 00000 n -0000707553 00000 n -0000707704 00000 n -0000707855 00000 n -0000708006 00000 n -0000708158 00000 n -0000708310 00000 n -0000708462 00000 n -0000708613 00000 n -0000708763 00000 n -0000708914 00000 n -0000709065 00000 n -0000709215 00000 n -0000709365 00000 n -0000709516 00000 n -0000709667 00000 n -0000709819 00000 n -0000709970 00000 n -0000710122 00000 n -0000710272 00000 n -0000710421 00000 n -0000710571 00000 n -0000710722 00000 n -0000710874 00000 n -0000711025 00000 n -0000711177 00000 n -0000711329 00000 n -0000711481 00000 n -0000711633 00000 n -0000711785 00000 n -0000711937 00000 n -0000712089 00000 n -0000712241 00000 n -0000712393 00000 n -0000712545 00000 n -0000712696 00000 n -0000712848 00000 n -0000712999 00000 n -0000713151 00000 n -0000713303 00000 n -0000713455 00000 n -0000713606 00000 n -0000713757 00000 n -0000713908 00000 n -0000714060 00000 n -0000714212 00000 n -0000714363 00000 n -0000714514 00000 n -0000714666 00000 n -0000714816 00000 n -0000714966 00000 n -0000715115 00000 n -0000715266 00000 n -0000715417 00000 n -0000715567 00000 n -0000715717 00000 n -0000715867 00000 n -0000716017 00000 n -0000716167 00000 n -0000716317 00000 n -0000716467 00000 n -0000716617 00000 n -0000716768 00000 n -0000716919 00000 n -0000717070 00000 n -0000717221 00000 n -0000717373 00000 n -0000717523 00000 n -0000717673 00000 n -0000717823 00000 n -0000717974 00000 n -0000718125 00000 n -0000718276 00000 n -0000718427 00000 n -0000718578 00000 n -0000718729 00000 n -0000718880 00000 n -0000719030 00000 n -0000719180 00000 n -0000719330 00000 n -0000719481 00000 n -0000719632 00000 n -0000719784 00000 n -0000719933 00000 n -0000720080 00000 n -0000720230 00000 n -0000720380 00000 n -0000720530 00000 n -0000720681 00000 n -0000720832 00000 n -0000720983 00000 n -0000721134 00000 n -0000721285 00000 n -0000721436 00000 n -0000721587 00000 n -0000721738 00000 n -0000721888 00000 n -0000722038 00000 n -0000722188 00000 n -0000722338 00000 n -0000722489 00000 n -0000722640 00000 n -0000722791 00000 n -0000722942 00000 n -0000723092 00000 n -0000723242 00000 n -0000723391 00000 n -0000723541 00000 n -0000723693 00000 n -0000723844 00000 n -0000723995 00000 n -0000724147 00000 n -0000724299 00000 n -0000724451 00000 n -0000724603 00000 n -0000724754 00000 n -0000724905 00000 n -0000725056 00000 n -0000725207 00000 n -0000725358 00000 n -0000725509 00000 n -0000725660 00000 n -0000725812 00000 n -0000725962 00000 n -0000726113 00000 n -0000726263 00000 n -0000726414 00000 n -0000726565 00000 n -0000726716 00000 n -0000726867 00000 n -0000727018 00000 n -0000727169 00000 n -0000727320 00000 n -0000727471 00000 n -0000727622 00000 n -0000727773 00000 n -0000727924 00000 n -0000728075 00000 n -0000728226 00000 n -0000728378 00000 n -0000728530 00000 n -0000728681 00000 n -0000728832 00000 n -0000728983 00000 n -0000729134 00000 n -0000729285 00000 n -0000729436 00000 n -0000729587 00000 n -0000729739 00000 n -0000729891 00000 n -0000730040 00000 n -0000730190 00000 n -0000730340 00000 n -0000730490 00000 n -0000730640 00000 n -0000730791 00000 n -0000730942 00000 n -0000731093 00000 n -0000731244 00000 n -0000731396 00000 n -0000731547 00000 n -0000731698 00000 n -0000731849 00000 n -0000732000 00000 n -0000732150 00000 n -0000732300 00000 n -0000732450 00000 n -0000732600 00000 n -0000732751 00000 n -0000732902 00000 n -0000733053 00000 n -0000733204 00000 n -0000733356 00000 n -0000733508 00000 n -0000733660 00000 n -0000733812 00000 n -0000733963 00000 n -0000734114 00000 n -0000734266 00000 n -0000734417 00000 n -0000734568 00000 n -0000734719 00000 n -0000734869 00000 n -0000735019 00000 n -0000735169 00000 n -0000735319 00000 n -0000735470 00000 n -0000735621 00000 n -0000735773 00000 n -0000735925 00000 n -0000736077 00000 n -0000736229 00000 n -0000736381 00000 n -0000736533 00000 n -0000736684 00000 n -0000736835 00000 n -0000736986 00000 n -0000737137 00000 n -0000737288 00000 n -0000737439 00000 n -0000737590 00000 n -0000737741 00000 n -0000737893 00000 n -0000738045 00000 n -0000738196 00000 n -0000738348 00000 n -0000738499 00000 n -0000738650 00000 n -0000738801 00000 n -0000738952 00000 n -0000739103 00000 n -0000739254 00000 n -0000739405 00000 n -0000739556 00000 n -0000739707 00000 n -0000739858 00000 n -0000740009 00000 n -0000740159 00000 n -0000740311 00000 n -0000740463 00000 n -0000740614 00000 n -0000740765 00000 n -0000740915 00000 n -0000741066 00000 n -0000741217 00000 n -0000741368 00000 n -0000741519 00000 n -0000741670 00000 n -0000741821 00000 n -0000741972 00000 n -0000742123 00000 n -0000742274 00000 n -0000742424 00000 n -0000742575 00000 n -0000742727 00000 n -0000742877 00000 n -0000743028 00000 n -0000743178 00000 n -0000743329 00000 n -0000743480 00000 n -0000743631 00000 n -0000743782 00000 n -0000743933 00000 n -0000744084 00000 n -0000744235 00000 n -0000744386 00000 n -0000744537 00000 n -0000744688 00000 n -0000744839 00000 n -0000744990 00000 n -0000745142 00000 n -0000745294 00000 n -0000745445 00000 n -0000745596 00000 n -0000745747 00000 n -0000745898 00000 n -0000746049 00000 n -0000746200 00000 n -0000746351 00000 n -0000746502 00000 n -0000746653 00000 n -0000746804 00000 n -0000746955 00000 n -0000747106 00000 n -0000747258 00000 n -0000747409 00000 n -0000747560 00000 n -0000747711 00000 n -0000747862 00000 n -0000748013 00000 n -0000748164 00000 n -0000748315 00000 n -0000748466 00000 n -0000748617 00000 n -0000748769 00000 n -0000748919 00000 n -0000749070 00000 n -0000749221 00000 n -0000749372 00000 n -0000749523 00000 n -0000749674 00000 n -0000749825 00000 n -0000749976 00000 n -0000750127 00000 n -0000750278 00000 n -0000750430 00000 n -0000750580 00000 n -0000750730 00000 n -0000750880 00000 n -0000751030 00000 n -0000751181 00000 n -0000751332 00000 n -0000751483 00000 n -0000751633 00000 n -0000751784 00000 n -0000751936 00000 n -0000752086 00000 n -0000752237 00000 n -0000752389 00000 n -0000752539 00000 n -0000752689 00000 n -0000752838 00000 n -0000752987 00000 n -0000753136 00000 n -0000753287 00000 n -0000753437 00000 n -0000753588 00000 n -0000753738 00000 n -0000753887 00000 n -0000754037 00000 n -0000754187 00000 n -0000754338 00000 n -0000754489 00000 n -0000754640 00000 n -0000754790 00000 n -0000754940 00000 n -0000755091 00000 n -0000755242 00000 n -0000755393 00000 n -0000755544 00000 n -0000755695 00000 n -0000755846 00000 n -0000761979 00000 n -0000762128 00000 n -0000762279 00000 n -0000762430 00000 n -0000762580 00000 n -0000762731 00000 n -0000762882 00000 n -0000763033 00000 n -0000763183 00000 n -0000763334 00000 n -0000763485 00000 n -0000763636 00000 n -0000763787 00000 n -0000763938 00000 n -0000764089 00000 n -0000764240 00000 n -0000764390 00000 n -0000764541 00000 n -0000756061 00000 n -0000701658 00000 n -0000698503 00000 n -0000755997 00000 n -0000764693 00000 n -0000764844 00000 n -0000764995 00000 n -0000765146 00000 n -0000765296 00000 n -0000765446 00000 n -0000765597 00000 n -0000765747 00000 n -0000765898 00000 n -0000766048 00000 n -0000766199 00000 n -0000766350 00000 n -0000766501 00000 n -0000766652 00000 n -0000766804 00000 n -0000766954 00000 n -0000767103 00000 n -0000767252 00000 n -0000767402 00000 n -0000767552 00000 n -0000767703 00000 n -0000767854 00000 n -0000768006 00000 n -0000768156 00000 n -0000768306 00000 n -0000768457 00000 n -0000768608 00000 n -0000768760 00000 n -0000768911 00000 n -0000769061 00000 n -0000769211 00000 n -0000769363 00000 n -0000769515 00000 n -0000769666 00000 n -0000769818 00000 n -0000769970 00000 n -0000770122 00000 n -0000770274 00000 n -0000770424 00000 n -0000770575 00000 n -0000770726 00000 n -0000770878 00000 n -0000771028 00000 n -0000771179 00000 n -0000771330 00000 n -0000771482 00000 n -0000771634 00000 n -0000771784 00000 n -0000771934 00000 n -0000772085 00000 n -0000772235 00000 n -0000772384 00000 n -0000772533 00000 n -0000772683 00000 n -0000772834 00000 n -0000772985 00000 n -0000773135 00000 n -0000773285 00000 n -0000773436 00000 n -0000773586 00000 n -0000773737 00000 n -0000773888 00000 n -0000774040 00000 n -0000774190 00000 n -0000774340 00000 n -0000774491 00000 n -0000774642 00000 n -0000774792 00000 n -0000774943 00000 n -0000775094 00000 n -0000775245 00000 n -0000775396 00000 n -0000775546 00000 n -0000775697 00000 n -0000775848 00000 n -0000775998 00000 n -0000776148 00000 n -0000776299 00000 n -0000776449 00000 n -0000776599 00000 n -0000776750 00000 n -0000776900 00000 n -0000777050 00000 n -0000777200 00000 n -0000777349 00000 n -0000777500 00000 n -0000777651 00000 n -0000777802 00000 n -0000777953 00000 n -0000778105 00000 n -0000778255 00000 n -0000778406 00000 n -0000778557 00000 n -0000778705 00000 n -0000778854 00000 n -0000779004 00000 n -0000779154 00000 n -0000779305 00000 n -0000779456 00000 n -0000779606 00000 n -0000779756 00000 n -0000779907 00000 n -0000780058 00000 n -0000780208 00000 n -0000780359 00000 n -0000780510 00000 n -0000780661 00000 n -0000780812 00000 n -0000780963 00000 n -0000781114 00000 n -0000781265 00000 n -0000781416 00000 n -0000781567 00000 n -0000781718 00000 n -0000781869 00000 n -0000782020 00000 n -0000782171 00000 n -0000782323 00000 n -0000782474 00000 n -0000782625 00000 n -0000782776 00000 n -0000782927 00000 n -0000783078 00000 n -0000783228 00000 n -0000783377 00000 n -0000783528 00000 n -0000783679 00000 n -0000783830 00000 n -0000783981 00000 n -0000784132 00000 n -0000784283 00000 n -0000784434 00000 n -0000784585 00000 n -0000784736 00000 n -0000784887 00000 n -0000785034 00000 n -0000785184 00000 n -0000785334 00000 n -0000785484 00000 n -0000785634 00000 n -0000785785 00000 n -0000785936 00000 n -0000786087 00000 n -0000786238 00000 n -0000786390 00000 n -0000786542 00000 n -0000786694 00000 n -0000786846 00000 n -0000786996 00000 n -0000787147 00000 n -0000787298 00000 n -0000787449 00000 n -0000787600 00000 n -0000787751 00000 n -0000787902 00000 n -0000788052 00000 n -0000788203 00000 n -0000788355 00000 n -0000788507 00000 n -0000788659 00000 n -0000788811 00000 n -0000788962 00000 n -0000789114 00000 n -0000789265 00000 n -0000789417 00000 n -0000789568 00000 n -0000789719 00000 n -0000789870 00000 n -0000790021 00000 n -0000790173 00000 n -0000790323 00000 n -0000790474 00000 n -0000790624 00000 n -0000790775 00000 n -0000790926 00000 n -0000791077 00000 n -0000791229 00000 n -0000791381 00000 n -0000791532 00000 n -0000791683 00000 n -0000791834 00000 n -0000791986 00000 n -0000792137 00000 n -0000792288 00000 n -0000792439 00000 n -0000792590 00000 n -0000792741 00000 n -0000792892 00000 n -0000793043 00000 n -0000793193 00000 n -0000793345 00000 n -0000793496 00000 n -0000793647 00000 n -0000793797 00000 n -0000793947 00000 n -0000794097 00000 n -0000794248 00000 n -0000794399 00000 n -0000794550 00000 n -0000794701 00000 n -0000794852 00000 n -0000795003 00000 n -0000795155 00000 n -0000795307 00000 n -0000795459 00000 n -0000795611 00000 n -0000795763 00000 n -0000795915 00000 n -0000796067 00000 n -0000796218 00000 n -0000796370 00000 n -0000796522 00000 n -0000796674 00000 n -0000796826 00000 n -0000796977 00000 n -0000797129 00000 n -0000797281 00000 n -0000797433 00000 n -0000797584 00000 n -0000797736 00000 n -0000797888 00000 n -0000798040 00000 n -0000798190 00000 n -0000798342 00000 n -0000798494 00000 n -0000798644 00000 n -0000798794 00000 n -0000798945 00000 n -0000799096 00000 n -0000799247 00000 n -0000799399 00000 n -0000799551 00000 n -0000799702 00000 n -0000799853 00000 n -0000800004 00000 n -0000800155 00000 n -0000800306 00000 n -0000800457 00000 n -0000800608 00000 n -0000800759 00000 n -0000800910 00000 n -0000801061 00000 n -0000801213 00000 n +0000475854 00000 n +0000477525 00000 n +0000479482 00000 n +0000479295 00000 n +0000477701 00000 n +0000479418 00000 n +0000481282 00000 n +0000481095 00000 n +0000479594 00000 n +0000481218 00000 n +0000483353 00000 n +0000483103 00000 n +0000481394 00000 n +0000483226 00000 n +0000485325 00000 n +0000485138 00000 n +0000483478 00000 n +0000485261 00000 n +0001267927 00000 n +0000487276 00000 n +0000487089 00000 n +0000485437 00000 n +0000487212 00000 n +0000489134 00000 n +0000488947 00000 n +0000487388 00000 n +0000489070 00000 n +0000491068 00000 n +0000490881 00000 n +0000489246 00000 n +0000491004 00000 n +0000493454 00000 n +0000493204 00000 n +0000491180 00000 n +0000493327 00000 n +0000495432 00000 n +0000495245 00000 n +0000493592 00000 n +0000495368 00000 n +0000497454 00000 n +0000497267 00000 n +0000495557 00000 n +0000497390 00000 n +0001268052 00000 n +0000499570 00000 n +0000499383 00000 n +0000497605 00000 n +0000499506 00000 n +0000501724 00000 n +0000501537 00000 n +0000499721 00000 n +0000501660 00000 n +0000503592 00000 n +0000503405 00000 n +0000501875 00000 n +0000503528 00000 n +0000505655 00000 n +0000505468 00000 n +0000503704 00000 n +0000505591 00000 n +0000507952 00000 n +0000507702 00000 n +0000505780 00000 n +0000507825 00000 n +0000509694 00000 n +0000509507 00000 n +0000508116 00000 n +0000509630 00000 n +0001268177 00000 n +0000511396 00000 n +0000511209 00000 n +0000509819 00000 n +0000511332 00000 n +0000512983 00000 n +0000512796 00000 n +0000511547 00000 n +0000512919 00000 n +0000514542 00000 n +0000514355 00000 n +0000513108 00000 n +0000514478 00000 n +0000516093 00000 n +0000515906 00000 n +0000514667 00000 n +0000516029 00000 n +0000517678 00000 n +0000517365 00000 n +0000516218 00000 n +0000517488 00000 n +0000518732 00000 n +0000518545 00000 n +0000517816 00000 n +0000518668 00000 n +0001268302 00000 n +0000519991 00000 n +0000519804 00000 n +0000518831 00000 n +0000519927 00000 n +0000521097 00000 n +0000520910 00000 n +0000520090 00000 n +0000521033 00000 n +0000522506 00000 n +0000522319 00000 n +0000521196 00000 n +0000522442 00000 n +0000524104 00000 n +0000523791 00000 n +0000522605 00000 n +0000523914 00000 n +0000525560 00000 n +0000525121 00000 n +0000524229 00000 n +0000525244 00000 n +0000527173 00000 n +0000526798 00000 n +0000525685 00000 n +0000526921 00000 n +0001268427 00000 n +0000528438 00000 n +0000528125 00000 n +0000527298 00000 n +0000528248 00000 n +0000531439 00000 n +0000531590 00000 n +0000531740 00000 n +0000531891 00000 n +0000532041 00000 n +0000532191 00000 n +0000532343 00000 n +0000532495 00000 n +0000532647 00000 n +0000532799 00000 n +0000532951 00000 n +0000533103 00000 n +0000533255 00000 n +0000533407 00000 n +0000533558 00000 n +0000533709 00000 n +0000533861 00000 n +0000534011 00000 n +0000534162 00000 n +0000534312 00000 n +0000534464 00000 n +0000534614 00000 n +0000534765 00000 n +0000534917 00000 n +0000535069 00000 n +0000535221 00000 n +0000535373 00000 n +0000535525 00000 n +0000535677 00000 n +0000535829 00000 n +0000535981 00000 n +0000536133 00000 n +0000536285 00000 n +0000536437 00000 n +0000536589 00000 n +0000536740 00000 n +0000536891 00000 n +0000537041 00000 n +0000537193 00000 n +0000537343 00000 n +0000537495 00000 n +0000537647 00000 n +0000537798 00000 n +0000537949 00000 n +0000538100 00000 n +0000538251 00000 n +0000538402 00000 n +0000538552 00000 n +0000538704 00000 n +0000538854 00000 n +0000539005 00000 n +0000539155 00000 n +0000539306 00000 n +0000539457 00000 n +0000539608 00000 n +0000539758 00000 n +0000539910 00000 n +0000540062 00000 n +0000540212 00000 n +0000540364 00000 n +0000540515 00000 n +0000540666 00000 n +0000540818 00000 n +0000540970 00000 n +0000541122 00000 n +0000541274 00000 n +0000541424 00000 n +0000541575 00000 n +0000541726 00000 n +0000541877 00000 n +0000542028 00000 n +0000542180 00000 n +0000542332 00000 n +0000542483 00000 n +0000542635 00000 n +0000542786 00000 n +0000542937 00000 n +0000543088 00000 n +0000543239 00000 n +0000543391 00000 n +0000543542 00000 n +0000543694 00000 n +0000543846 00000 n +0000543998 00000 n +0000544148 00000 n +0000544299 00000 n +0000544448 00000 n +0000544599 00000 n +0000544749 00000 n +0000544900 00000 n +0000545051 00000 n +0000545202 00000 n +0000545353 00000 n +0000545504 00000 n +0000545655 00000 n +0000545805 00000 n +0000545957 00000 n +0000546106 00000 n +0000546257 00000 n +0000546407 00000 n +0000550260 00000 n +0000550411 00000 n +0000546750 00000 n +0000530404 00000 n +0000528563 00000 n +0000546559 00000 n +0000546623 00000 n +0000550563 00000 n +0000550714 00000 n +0000550866 00000 n +0000551017 00000 n +0000551169 00000 n +0000551320 00000 n +0000551472 00000 n +0000551623 00000 n +0000551775 00000 n +0000551925 00000 n +0000552076 00000 n +0000552227 00000 n +0000552379 00000 n +0000552529 00000 n +0000552680 00000 n +0000552831 00000 n +0000552983 00000 n +0000553133 00000 n +0000553284 00000 n +0000553435 00000 n +0000553587 00000 n +0000553738 00000 n +0000553889 00000 n +0000554041 00000 n +0000554192 00000 n +0000554343 00000 n +0000554495 00000 n +0000554647 00000 n +0000554798 00000 n +0000554950 00000 n +0000555101 00000 n +0000555253 00000 n +0000555404 00000 n +0000555556 00000 n +0000555707 00000 n +0000555858 00000 n +0000556010 00000 n +0000556161 00000 n +0000556312 00000 n +0000556463 00000 n +0000556615 00000 n +0000556767 00000 n +0000556917 00000 n +0000557068 00000 n +0000557219 00000 n +0000557371 00000 n +0000557521 00000 n +0000557671 00000 n +0000557822 00000 n +0000557973 00000 n +0000558124 00000 n +0000558273 00000 n +0000558423 00000 n +0000558573 00000 n +0000558723 00000 n +0000558873 00000 n +0000559025 00000 n +0000559177 00000 n +0000559329 00000 n +0000559480 00000 n +0000559631 00000 n +0000559781 00000 n +0000559931 00000 n +0000560082 00000 n +0000560233 00000 n +0000560383 00000 n +0000560534 00000 n +0000560686 00000 n +0000560838 00000 n +0000560989 00000 n +0000561141 00000 n +0000561292 00000 n +0000561443 00000 n +0000561595 00000 n +0000561746 00000 n +0000561897 00000 n +0000562049 00000 n +0000562201 00000 n +0000562353 00000 n +0000562503 00000 n +0000562654 00000 n +0000562805 00000 n +0000562957 00000 n +0000563107 00000 n +0000563258 00000 n +0000563409 00000 n +0000563561 00000 n +0000563711 00000 n +0000563862 00000 n +0000564013 00000 n +0000564165 00000 n +0000564317 00000 n +0000564469 00000 n +0000564621 00000 n +0000564773 00000 n +0000564925 00000 n +0000565077 00000 n +0000565229 00000 n +0000565381 00000 n +0000565533 00000 n +0000565685 00000 n +0000565836 00000 n +0000565988 00000 n +0000566139 00000 n +0000566291 00000 n +0000566443 00000 n +0000566595 00000 n +0000566747 00000 n +0000566899 00000 n +0000567051 00000 n +0000567203 00000 n +0000567355 00000 n +0000567506 00000 n +0000567656 00000 n +0000567808 00000 n +0000567958 00000 n +0000568109 00000 n +0000568259 00000 n +0000568410 00000 n +0000568562 00000 n +0000568712 00000 n +0000568862 00000 n +0000569012 00000 n +0000569163 00000 n +0000569314 00000 n +0000569465 00000 n +0000569614 00000 n +0000569765 00000 n +0000569917 00000 n +0000570068 00000 n +0000570219 00000 n +0000570370 00000 n +0000570520 00000 n +0000570670 00000 n +0000570819 00000 n +0000570968 00000 n +0000571118 00000 n +0000571268 00000 n +0000571419 00000 n +0000571569 00000 n +0000571719 00000 n +0000571869 00000 n +0000572018 00000 n +0000572168 00000 n +0000572319 00000 n +0000572471 00000 n +0000572620 00000 n +0000572771 00000 n +0000572921 00000 n +0000573073 00000 n +0000573224 00000 n +0000573375 00000 n +0000573525 00000 n +0000573676 00000 n +0000573827 00000 n +0000573978 00000 n +0000574129 00000 n +0000574279 00000 n +0000578552 00000 n +0000578702 00000 n +0000574494 00000 n +0000548685 00000 n +0000546875 00000 n +0000574430 00000 n +0000578854 00000 n +0000579004 00000 n +0000579155 00000 n +0000579306 00000 n +0000579458 00000 n +0000579607 00000 n +0000579756 00000 n +0000579905 00000 n +0000580056 00000 n +0000580207 00000 n +0000580358 00000 n +0000580509 00000 n +0000580659 00000 n +0000580809 00000 n +0000580959 00000 n +0000581110 00000 n +0000581261 00000 n +0000581412 00000 n +0000581563 00000 n +0000581715 00000 n +0000581867 00000 n +0000582018 00000 n +0000582169 00000 n +0000582320 00000 n +0000582471 00000 n +0000582622 00000 n +0000582773 00000 n +0000582924 00000 n +0000583075 00000 n +0000583226 00000 n +0000583377 00000 n +0000583528 00000 n +0000583679 00000 n +0000583829 00000 n +0000583980 00000 n +0000584131 00000 n +0000584282 00000 n +0000584433 00000 n +0000584584 00000 n +0000584735 00000 n +0000584886 00000 n +0000585037 00000 n +0000585188 00000 n +0000585339 00000 n +0000585489 00000 n +0000585639 00000 n +0000585789 00000 n +0000585940 00000 n +0000586092 00000 n +0000586242 00000 n +0000586393 00000 n +0000586543 00000 n +0000586694 00000 n +0000586845 00000 n +0000586996 00000 n +0000587147 00000 n +0000587298 00000 n +0000587448 00000 n +0000587598 00000 n +0000587750 00000 n +0000587901 00000 n +0000588052 00000 n +0000588203 00000 n +0000588354 00000 n +0000588503 00000 n +0000588654 00000 n +0000588806 00000 n +0000588958 00000 n +0000589110 00000 n +0000589261 00000 n +0000589411 00000 n +0000589562 00000 n +0000589713 00000 n +0000589864 00000 n +0000590015 00000 n +0000590166 00000 n +0000590317 00000 n +0000590468 00000 n +0000590619 00000 n +0000590770 00000 n +0000590921 00000 n +0000591072 00000 n +0000591223 00000 n +0000591374 00000 n +0000591524 00000 n +0000591675 00000 n +0000591825 00000 n +0000591976 00000 n +0000592128 00000 n +0000592277 00000 n +0000592427 00000 n +0000592578 00000 n +0000592728 00000 n +0000592880 00000 n +0000593029 00000 n +0000593180 00000 n +0000593331 00000 n +0000593481 00000 n +0000593632 00000 n +0000593784 00000 n +0000593933 00000 n +0000594084 00000 n +0000594234 00000 n +0000594386 00000 n +0000594537 00000 n +0000594689 00000 n +0000594840 00000 n +0000594992 00000 n +0000595141 00000 n +0000595292 00000 n +0000595444 00000 n +0000595595 00000 n +0000595747 00000 n +0000595897 00000 n +0000596048 00000 n +0000596199 00000 n +0000596350 00000 n +0000596502 00000 n +0000596652 00000 n +0000596803 00000 n +0000596953 00000 n +0000597105 00000 n +0000597254 00000 n +0000597405 00000 n +0000597556 00000 n +0000597708 00000 n +0000597859 00000 n +0000598009 00000 n +0000598160 00000 n +0000598311 00000 n +0000598463 00000 n +0000598614 00000 n +0000598766 00000 n +0000598916 00000 n +0000599067 00000 n +0000599218 00000 n +0000599368 00000 n +0000599519 00000 n +0000599671 00000 n +0000599820 00000 n +0000599971 00000 n +0000600121 00000 n +0000600273 00000 n +0000600423 00000 n +0000600572 00000 n +0000600721 00000 n +0000600872 00000 n +0000601023 00000 n +0000601173 00000 n +0000601325 00000 n +0000601475 00000 n +0000601627 00000 n +0000601778 00000 n +0000601929 00000 n +0000602079 00000 n +0000602229 00000 n +0000602380 00000 n +0000602531 00000 n +0000602682 00000 n +0000602832 00000 n +0000602983 00000 n +0000603134 00000 n +0000603284 00000 n +0000603435 00000 n +0000603587 00000 n +0000603737 00000 n +0000603889 00000 n +0000604039 00000 n +0000604189 00000 n +0000604340 00000 n +0000604490 00000 n +0000604641 00000 n +0000604792 00000 n +0000604943 00000 n +0000605094 00000 n +0000605246 00000 n +0000605397 00000 n +0000605547 00000 n +0000605698 00000 n +0000605850 00000 n +0000605999 00000 n +0000606148 00000 n +0000610728 00000 n +0000610879 00000 n +0000611030 00000 n +0000606363 00000 n +0000576761 00000 n +0000574619 00000 n +0000606299 00000 n +0000611182 00000 n +0000611332 00000 n +0000611483 00000 n +0000611635 00000 n +0000611786 00000 n +0000611937 00000 n +0000612089 00000 n +0000612241 00000 n +0000612392 00000 n +0000612544 00000 n +0000612694 00000 n +0000612844 00000 n +0000612995 00000 n +0000613145 00000 n +0000613294 00000 n +0000613444 00000 n +0000613595 00000 n +0000613747 00000 n +0000613897 00000 n +0000614047 00000 n +0000614198 00000 n +0000614349 00000 n +0000614501 00000 n +0000614652 00000 n +0000614804 00000 n +0000614956 00000 n +0000615107 00000 n +0000615258 00000 n +0000615410 00000 n +0000615560 00000 n +0000615711 00000 n +0000615861 00000 n +0000616012 00000 n +0000616162 00000 n +0000616313 00000 n +0000616464 00000 n +0000616616 00000 n +0000616766 00000 n +0000616917 00000 n +0000617067 00000 n +0000617219 00000 n +0000617371 00000 n +0000617521 00000 n +0000617672 00000 n +0000617823 00000 n +0000617974 00000 n +0000618125 00000 n +0000618276 00000 n +0000618428 00000 n +0000618580 00000 n +0000618731 00000 n +0000618883 00000 n +0000619034 00000 n +0000619186 00000 n +0000619336 00000 n +0000619488 00000 n +0000619639 00000 n +0000619790 00000 n +0000619942 00000 n +0000620094 00000 n +0000620245 00000 n +0000620397 00000 n +0000620548 00000 n +0000620700 00000 n +0000620850 00000 n +0000621002 00000 n +0000621153 00000 n +0000621305 00000 n +0000621455 00000 n +0000621606 00000 n +0000621757 00000 n +0000621909 00000 n +0000622059 00000 n +0000622210 00000 n +0000622361 00000 n +0000622512 00000 n +0000622664 00000 n +0000622816 00000 n +0000622966 00000 n +0000623118 00000 n +0000623268 00000 n +0000623419 00000 n +0000623569 00000 n +0000623720 00000 n +0000623871 00000 n +0000624023 00000 n +0000624174 00000 n +0000624326 00000 n +0000624475 00000 n +0000624625 00000 n +0000624777 00000 n +0000624927 00000 n +0000625079 00000 n +0000625231 00000 n +0000625381 00000 n +0000625532 00000 n +0000625684 00000 n +0000625834 00000 n +0000625986 00000 n +0000626135 00000 n +0000626285 00000 n +0000626436 00000 n +0000626586 00000 n +0000626738 00000 n +0000626888 00000 n +0000627038 00000 n +0000627189 00000 n +0000627339 00000 n +0000627490 00000 n +0000627641 00000 n +0000627792 00000 n +0000627941 00000 n +0000628092 00000 n +0000628243 00000 n +0000628394 00000 n +0000628545 00000 n +0000628694 00000 n +0000628845 00000 n +0000628997 00000 n +0000629149 00000 n +0000629301 00000 n +0000629451 00000 n +0000629603 00000 n +0000629754 00000 n +0000629905 00000 n +0000630056 00000 n +0000630205 00000 n +0000630356 00000 n +0000630508 00000 n +0000630660 00000 n +0000630812 00000 n +0000630964 00000 n +0000631115 00000 n +0000631264 00000 n +0000631414 00000 n +0000631565 00000 n +0000631716 00000 n +0000631867 00000 n +0000632017 00000 n +0000632168 00000 n +0000632319 00000 n +0000632470 00000 n +0000632620 00000 n +0000632771 00000 n +0000632923 00000 n +0000633073 00000 n +0000633223 00000 n +0000633372 00000 n +0000633523 00000 n +0000633675 00000 n +0000633826 00000 n +0000633977 00000 n +0000634128 00000 n +0000634280 00000 n +0000634430 00000 n +0000634580 00000 n +0000634731 00000 n +0000634881 00000 n +0000635032 00000 n +0000635183 00000 n +0000635333 00000 n +0000635485 00000 n +0000635636 00000 n +0000635786 00000 n +0000635938 00000 n +0000636089 00000 n +0000636239 00000 n +0000636390 00000 n +0000636541 00000 n +0000636692 00000 n +0000636843 00000 n +0000636994 00000 n +0000637143 00000 n +0000637293 00000 n +0000637444 00000 n +0000637593 00000 n +0000637744 00000 n +0000637894 00000 n +0000638045 00000 n +0000638196 00000 n +0000638347 00000 n +0000638498 00000 n +0000638649 00000 n +0000638801 00000 n +0000638951 00000 n +0000639101 00000 n +0000639251 00000 n +0000639400 00000 n +0000639551 00000 n +0000639701 00000 n +0000639852 00000 n +0000640003 00000 n +0000640154 00000 n +0000640305 00000 n +0000640456 00000 n +0000640605 00000 n +0000640756 00000 n +0000640907 00000 n +0000641057 00000 n +0000641204 00000 n +0000641355 00000 n +0000641505 00000 n +0000641656 00000 n +0000641807 00000 n +0000641959 00000 n +0000642111 00000 n +0000642263 00000 n +0000642414 00000 n +0000642565 00000 n +0000642717 00000 n +0000642868 00000 n +0000643019 00000 n +0000643170 00000 n +0000643322 00000 n +0000643472 00000 n +0000643622 00000 n +0000643772 00000 n +0000648645 00000 n +0000643987 00000 n +0000608613 00000 n +0000606488 00000 n +0000643923 00000 n +0000648797 00000 n +0000648949 00000 n +0000649101 00000 n +0000649251 00000 n +0000649402 00000 n +0000649554 00000 n +0000649706 00000 n +0000649856 00000 n +0000650007 00000 n +0000650158 00000 n +0000650308 00000 n +0000650459 00000 n +0000650610 00000 n +0000650761 00000 n +0000650911 00000 n +0000651061 00000 n +0000651212 00000 n +0000651363 00000 n +0000651514 00000 n +0000651665 00000 n +0000651816 00000 n +0000651967 00000 n +0000652119 00000 n +0000652270 00000 n +0000652422 00000 n +0000652573 00000 n +0000652724 00000 n +0000652875 00000 n +0000653026 00000 n +0000653177 00000 n +0000653328 00000 n +0000653480 00000 n +0000653631 00000 n +0000653783 00000 n +0000653933 00000 n +0000654083 00000 n +0000654234 00000 n +0000654385 00000 n +0000654536 00000 n +0000654688 00000 n +0000654839 00000 n +0000654991 00000 n +0000655143 00000 n +0000655293 00000 n +0000655443 00000 n +0000655593 00000 n +0000655743 00000 n +0000655895 00000 n +0000656047 00000 n +0000656199 00000 n +0000656350 00000 n +0000656502 00000 n +0000656653 00000 n +0000656804 00000 n +0000656955 00000 n +0000657106 00000 n +0000657257 00000 n +0000657409 00000 n +0000657560 00000 n +0000657711 00000 n +0000657861 00000 n +0000658012 00000 n +0000658162 00000 n +0000658312 00000 n +0000658463 00000 n +0000658615 00000 n +0000658767 00000 n +0000658919 00000 n +0000659070 00000 n +0000659221 00000 n +0000659371 00000 n +0000659522 00000 n +0000659673 00000 n +0000659824 00000 n +0000659975 00000 n +0000660126 00000 n +0000660278 00000 n +0000660430 00000 n +0000660581 00000 n +0000660732 00000 n +0000660884 00000 n +0000661035 00000 n +0000661186 00000 n +0000661336 00000 n +0000661487 00000 n +0000661638 00000 n +0000661790 00000 n +0000661940 00000 n +0000662090 00000 n +0000662241 00000 n +0000662392 00000 n +0000662544 00000 n +0000662694 00000 n +0000662845 00000 n +0000662996 00000 n +0000663148 00000 n +0000663299 00000 n +0000663451 00000 n +0000663602 00000 n +0000663754 00000 n +0000663905 00000 n +0000664057 00000 n +0000664208 00000 n +0000664360 00000 n +0000664511 00000 n +0000664662 00000 n +0000664814 00000 n +0000664965 00000 n +0000665117 00000 n +0000665268 00000 n +0000665420 00000 n +0000665572 00000 n +0000665723 00000 n +0000665875 00000 n +0000666025 00000 n +0000666176 00000 n +0000666326 00000 n +0000666478 00000 n +0000666628 00000 n +0000666780 00000 n +0000666930 00000 n +0000667082 00000 n +0000667232 00000 n +0000667384 00000 n +0000667536 00000 n +0000667685 00000 n +0000667836 00000 n +0000667987 00000 n +0000668138 00000 n +0000668290 00000 n +0000668440 00000 n +0000668589 00000 n +0000668739 00000 n +0000668890 00000 n +0000669040 00000 n +0000669192 00000 n +0000669341 00000 n +0000669492 00000 n +0000669643 00000 n +0000669794 00000 n +0000669946 00000 n +0000670098 00000 n +0000670249 00000 n +0000670400 00000 n +0000670552 00000 n +0000670703 00000 n +0000670850 00000 n +0000671002 00000 n +0000671154 00000 n +0000671304 00000 n +0000671455 00000 n +0000671606 00000 n +0000671757 00000 n +0000671909 00000 n +0000672059 00000 n +0000672210 00000 n +0000672361 00000 n +0000672511 00000 n +0000672663 00000 n +0000672813 00000 n +0000672965 00000 n +0000673115 00000 n +0000673267 00000 n +0000673418 00000 n +0000673569 00000 n +0000673719 00000 n +0000673869 00000 n +0000674019 00000 n +0000674169 00000 n +0000674319 00000 n +0000674470 00000 n +0000674620 00000 n +0000674771 00000 n +0000674923 00000 n +0000675075 00000 n +0000675227 00000 n +0000675377 00000 n +0000675528 00000 n +0000675680 00000 n +0000675830 00000 n +0000675980 00000 n +0000676129 00000 n +0000676280 00000 n +0000676431 00000 n +0000676582 00000 n +0000676733 00000 n +0000676883 00000 n +0000677034 00000 n +0000677186 00000 n +0000677337 00000 n +0000677487 00000 n +0000677639 00000 n +0000677789 00000 n +0000677940 00000 n +0000678090 00000 n +0000678242 00000 n +0000678392 00000 n +0000678543 00000 n +0000678693 00000 n +0000678845 00000 n +0000678995 00000 n +0000679147 00000 n +0000679297 00000 n +0000679449 00000 n +0000679598 00000 n +0000679749 00000 n +0000679899 00000 n +0000680051 00000 n +0000680201 00000 n +0000680351 00000 n +0000680502 00000 n +0000680652 00000 n +0000680804 00000 n +0000680955 00000 n +0000681105 00000 n +0000681257 00000 n +0000681409 00000 n +0000681561 00000 n +0000681712 00000 n +0000681863 00000 n +0000682014 00000 n +0000682165 00000 n +0000682315 00000 n +0000682466 00000 n +0000682616 00000 n +0000682768 00000 n +0000682919 00000 n +0000683070 00000 n +0000683220 00000 n +0000683371 00000 n +0000683521 00000 n +0000683672 00000 n +0000683824 00000 n +0000688354 00000 n +0000688505 00000 n +0000684040 00000 n +0000646404 00000 n +0000644099 00000 n +0000683976 00000 n +0001268552 00000 n +0000688656 00000 n +0000688807 00000 n +0000688958 00000 n +0000689109 00000 n +0000689261 00000 n +0000689411 00000 n +0000689561 00000 n +0000689712 00000 n +0000689863 00000 n +0000690015 00000 n +0000690167 00000 n +0000690318 00000 n +0000690468 00000 n +0000690618 00000 n +0000690769 00000 n +0000690920 00000 n +0000691071 00000 n +0000691221 00000 n +0000691372 00000 n +0000691523 00000 n +0000691675 00000 n +0000691827 00000 n +0000691978 00000 n +0000692129 00000 n +0000692280 00000 n +0000692430 00000 n +0000692581 00000 n +0000692732 00000 n +0000692884 00000 n +0000693034 00000 n +0000693185 00000 n +0000693336 00000 n +0000693486 00000 n +0000693637 00000 n +0000693788 00000 n +0000693938 00000 n +0000694088 00000 n +0000694239 00000 n +0000694390 00000 n +0000694541 00000 n +0000694693 00000 n +0000694844 00000 n +0000694995 00000 n +0000695146 00000 n +0000695297 00000 n +0000695449 00000 n +0000695599 00000 n +0000695750 00000 n +0000695901 00000 n +0000696053 00000 n +0000696205 00000 n +0000696357 00000 n +0000696509 00000 n +0000696661 00000 n +0000696812 00000 n +0000696963 00000 n +0000697114 00000 n +0000697264 00000 n +0000697414 00000 n +0000697565 00000 n +0000697716 00000 n +0000697866 00000 n +0000698016 00000 n +0000698167 00000 n +0000698318 00000 n +0000698470 00000 n +0000698621 00000 n +0000698772 00000 n +0000698923 00000 n +0000699075 00000 n +0000699226 00000 n +0000699377 00000 n +0000699528 00000 n +0000699678 00000 n +0000699829 00000 n +0000699979 00000 n +0000700129 00000 n +0000700279 00000 n +0000700430 00000 n +0000700580 00000 n +0000700731 00000 n +0000700882 00000 n +0000701034 00000 n +0000701184 00000 n +0000701335 00000 n +0000701486 00000 n +0000701638 00000 n +0000701789 00000 n +0000701940 00000 n +0000702092 00000 n +0000702244 00000 n +0000702396 00000 n +0000702548 00000 n +0000702700 00000 n +0000702852 00000 n +0000703004 00000 n +0000703155 00000 n +0000703305 00000 n +0000703457 00000 n +0000703609 00000 n +0000703760 00000 n +0000703912 00000 n +0000704063 00000 n +0000704215 00000 n +0000704365 00000 n +0000704516 00000 n +0000704667 00000 n +0000704818 00000 n +0000704969 00000 n +0000705120 00000 n +0000705271 00000 n +0000705423 00000 n +0000705573 00000 n +0000705724 00000 n +0000705874 00000 n +0000706026 00000 n +0000706177 00000 n +0000706328 00000 n +0000706480 00000 n +0000706630 00000 n +0000706781 00000 n +0000706930 00000 n +0000707081 00000 n +0000707232 00000 n +0000707381 00000 n +0000707532 00000 n +0000707682 00000 n +0000707834 00000 n +0000707985 00000 n +0000708135 00000 n +0000708287 00000 n +0000708437 00000 n +0000708587 00000 n +0000708739 00000 n +0000708889 00000 n +0000709041 00000 n +0000709191 00000 n +0000709343 00000 n +0000709494 00000 n +0000709645 00000 n +0000709796 00000 n +0000709947 00000 n +0000710098 00000 n +0000710248 00000 n +0000710398 00000 n +0000710548 00000 n +0000710700 00000 n +0000710849 00000 n +0000711000 00000 n +0000711150 00000 n +0000711302 00000 n +0000711451 00000 n +0000711602 00000 n +0000711752 00000 n +0000711904 00000 n +0000712053 00000 n +0000712204 00000 n +0000712354 00000 n +0000712506 00000 n +0000712657 00000 n +0000712808 00000 n +0000712959 00000 n +0000713109 00000 n +0000713260 00000 n +0000713411 00000 n +0000713563 00000 n +0000713715 00000 n +0000713867 00000 n +0000714018 00000 n +0000714166 00000 n +0000714314 00000 n +0000714463 00000 n +0000714611 00000 n +0000714760 00000 n +0000714910 00000 n +0000715061 00000 n +0000715211 00000 n +0000715363 00000 n +0000715514 00000 n +0000715665 00000 n +0000715817 00000 n +0000715968 00000 n +0000716119 00000 n +0000716270 00000 n +0000716421 00000 n +0000716571 00000 n +0000716721 00000 n +0000716873 00000 n +0000717025 00000 n +0000717177 00000 n +0000717329 00000 n +0000723259 00000 n +0000723410 00000 n +0000723561 00000 n +0000717545 00000 n +0000686482 00000 n +0000684152 00000 n +0000717481 00000 n +0000723713 00000 n +0000723865 00000 n +0000724017 00000 n +0000724169 00000 n +0000724320 00000 n +0000724472 00000 n +0000724623 00000 n +0000724775 00000 n +0000724926 00000 n +0000725078 00000 n +0000725230 00000 n +0000725382 00000 n +0000725534 00000 n +0000725686 00000 n +0000725838 00000 n +0000725990 00000 n +0000726142 00000 n +0000726294 00000 n +0000726445 00000 n +0000726597 00000 n +0000726749 00000 n +0000726899 00000 n +0000727049 00000 n +0000727200 00000 n +0000727351 00000 n +0000727502 00000 n +0000727653 00000 n +0000727805 00000 n +0000727955 00000 n +0000728105 00000 n +0000728255 00000 n +0000728406 00000 n +0000728557 00000 n +0000728707 00000 n +0000728858 00000 n +0000729009 00000 n +0000729160 00000 n +0000729311 00000 n +0000729461 00000 n +0000729611 00000 n +0000729761 00000 n +0000729911 00000 n +0000730062 00000 n +0000730213 00000 n +0000730364 00000 n +0000730515 00000 n +0000730666 00000 n +0000730817 00000 n +0000730967 00000 n +0000731118 00000 n +0000731269 00000 n +0000731420 00000 n +0000731571 00000 n +0000731722 00000 n +0000731873 00000 n +0000732023 00000 n +0000732173 00000 n +0000732324 00000 n +0000732475 00000 n +0000732626 00000 n +0000732777 00000 n +0000732929 00000 n +0000733080 00000 n +0000733232 00000 n +0000733382 00000 n +0000733532 00000 n +0000733682 00000 n +0000733833 00000 n +0000733984 00000 n +0000734135 00000 n +0000734285 00000 n +0000734436 00000 n +0000734587 00000 n +0000734738 00000 n +0000734888 00000 n +0000735039 00000 n +0000735189 00000 n +0000735339 00000 n +0000735489 00000 n +0000735640 00000 n +0000735791 00000 n +0000735942 00000 n +0000736093 00000 n +0000736244 00000 n +0000736395 00000 n +0000736546 00000 n +0000736697 00000 n +0000736848 00000 n +0000736999 00000 n +0000737151 00000 n +0000737302 00000 n +0000737453 00000 n +0000737604 00000 n +0000737755 00000 n +0000737907 00000 n +0000738059 00000 n +0000738211 00000 n +0000738363 00000 n +0000738513 00000 n +0000738664 00000 n +0000738815 00000 n +0000738967 00000 n +0000739118 00000 n +0000739270 00000 n +0000739421 00000 n +0000739573 00000 n +0000739724 00000 n +0000739875 00000 n +0000740025 00000 n +0000740176 00000 n +0000740327 00000 n +0000740478 00000 n +0000740629 00000 n +0000740780 00000 n +0000740928 00000 n +0000741078 00000 n +0000741228 00000 n +0000741378 00000 n +0000741529 00000 n +0000741680 00000 n +0000741831 00000 n +0000741982 00000 n +0000742133 00000 n +0000742284 00000 n +0000742435 00000 n +0000742586 00000 n +0000742733 00000 n +0000742882 00000 n +0000743032 00000 n +0000743182 00000 n +0000743332 00000 n +0000743482 00000 n +0000743633 00000 n +0000743784 00000 n +0000743935 00000 n +0000744082 00000 n +0000744231 00000 n +0000744380 00000 n +0000744530 00000 n +0000744680 00000 n +0000744830 00000 n +0000744981 00000 n +0000745132 00000 n +0000745281 00000 n +0000745432 00000 n +0000745583 00000 n +0000745734 00000 n +0000745885 00000 n +0000746036 00000 n +0000746187 00000 n +0000746339 00000 n +0000746489 00000 n +0000746640 00000 n +0000746792 00000 n +0000746944 00000 n +0000747094 00000 n +0000747244 00000 n +0000747396 00000 n +0000747546 00000 n +0000747697 00000 n +0000747848 00000 n +0000747999 00000 n +0000748148 00000 n +0000748299 00000 n +0000748450 00000 n +0000748601 00000 n +0000748752 00000 n +0000748903 00000 n +0000749054 00000 n +0000749206 00000 n +0000749356 00000 n +0000749507 00000 n +0000749659 00000 n +0000749811 00000 n +0000749963 00000 n +0000750115 00000 n +0000750266 00000 n +0000750417 00000 n +0000750568 00000 n +0000750719 00000 n +0000750869 00000 n +0000751020 00000 n +0000751169 00000 n +0000751320 00000 n +0000751472 00000 n +0000751624 00000 n +0000751774 00000 n +0000751926 00000 n +0000752076 00000 n +0000752226 00000 n +0000752375 00000 n +0000752525 00000 n +0000752675 00000 n +0000752825 00000 n +0000752975 00000 n +0000753124 00000 n +0000753275 00000 n +0000753426 00000 n +0000753577 00000 n +0000753727 00000 n +0000753879 00000 n +0000754031 00000 n +0000754180 00000 n +0000754330 00000 n +0000754481 00000 n +0000754631 00000 n +0000754782 00000 n +0000754932 00000 n +0000755082 00000 n +0000755232 00000 n +0000755381 00000 n +0000755531 00000 n +0000755681 00000 n +0000755831 00000 n +0000755981 00000 n +0000756132 00000 n +0000756282 00000 n +0000756433 00000 n +0000756584 00000 n +0000756734 00000 n +0000756885 00000 n +0000757036 00000 n +0000757187 00000 n +0000757337 00000 n +0000757487 00000 n +0000757638 00000 n +0000757789 00000 n +0000757940 00000 n +0000758089 00000 n +0000758240 00000 n +0000758392 00000 n +0000758544 00000 n +0000758695 00000 n +0000758844 00000 n +0000758995 00000 n +0000759145 00000 n +0000759296 00000 n +0000759447 00000 n +0000759598 00000 n +0000759749 00000 n +0000759900 00000 n +0000760049 00000 n +0000760200 00000 n +0000760352 00000 n +0000760504 00000 n +0000760656 00000 n +0000760808 00000 n +0000760960 00000 n +0000761110 00000 n +0000761261 00000 n +0000761413 00000 n +0000761565 00000 n +0000761717 00000 n +0000761867 00000 n +0000762017 00000 n +0000762169 00000 n +0000762318 00000 n +0000762467 00000 n +0000762617 00000 n +0000762767 00000 n +0000762917 00000 n +0000763066 00000 n +0000763217 00000 n +0000763368 00000 n +0000763519 00000 n +0000763670 00000 n +0000763821 00000 n +0000763972 00000 n +0000764124 00000 n +0000764272 00000 n +0000764421 00000 n +0000764571 00000 n +0000764721 00000 n +0000764871 00000 n +0000765022 00000 n +0000765173 00000 n +0000765324 00000 n +0000765474 00000 n +0000765625 00000 n +0000765777 00000 n +0000765927 00000 n +0000766076 00000 n +0000766227 00000 n +0000766377 00000 n +0000766528 00000 n +0000766679 00000 n +0000766829 00000 n +0000766980 00000 n +0000767131 00000 n +0000767280 00000 n +0000767431 00000 n +0000767582 00000 n +0000767732 00000 n +0000767882 00000 n +0000768032 00000 n +0000768184 00000 n +0000768335 00000 n +0000768486 00000 n +0000768637 00000 n +0000768788 00000 n +0000768939 00000 n +0000769090 00000 n +0000769240 00000 n +0000769391 00000 n +0000769542 00000 n +0000774840 00000 n +0000769756 00000 n +0000720352 00000 n +0000717670 00000 n +0000769692 00000 n +0000774991 00000 n +0000775141 00000 n +0000775292 00000 n +0000775443 00000 n +0000775594 00000 n +0000775745 00000 n +0000775895 00000 n +0000776046 00000 n +0000776197 00000 n +0000776348 00000 n +0000776499 00000 n +0000776649 00000 n +0000776799 00000 n +0000776949 00000 n +0000777100 00000 n +0000777251 00000 n +0000777402 00000 n +0000777551 00000 n +0000777700 00000 n +0000777850 00000 n +0000778001 00000 n +0000778152 00000 n +0000778303 00000 n +0000778454 00000 n +0000778605 00000 n +0000778756 00000 n +0000778906 00000 n +0000779057 00000 n +0000779208 00000 n +0000779359 00000 n +0000779510 00000 n +0000779660 00000 n +0000779811 00000 n +0000779963 00000 n +0000780115 00000 n +0000780266 00000 n +0000780417 00000 n +0000780568 00000 n +0000780719 00000 n +0000780870 00000 n +0000781021 00000 n +0000781172 00000 n +0000781322 00000 n +0000781474 00000 n +0000781625 00000 n +0000781776 00000 n +0000781927 00000 n +0000782078 00000 n +0000782229 00000 n +0000782381 00000 n +0000782531 00000 n +0000782682 00000 n +0000782833 00000 n +0000782984 00000 n +0000783135 00000 n +0000783287 00000 n +0000783438 00000 n +0000783589 00000 n +0000783741 00000 n +0000783893 00000 n +0000784045 00000 n +0000784195 00000 n +0000784345 00000 n +0000784496 00000 n +0000784647 00000 n +0000784799 00000 n +0000784951 00000 n +0000785101 00000 n +0000785252 00000 n +0000785401 00000 n +0000785550 00000 n +0000785699 00000 n +0000785849 00000 n +0000785999 00000 n +0000786149 00000 n +0000786300 00000 n +0000786451 00000 n +0000786602 00000 n +0000786754 00000 n +0000786905 00000 n +0000787056 00000 n +0000787207 00000 n +0000787358 00000 n +0000787509 00000 n +0000787660 00000 n +0000787810 00000 n +0000787961 00000 n +0000788112 00000 n +0000788263 00000 n +0000788414 00000 n +0000788565 00000 n +0000788716 00000 n +0000788867 00000 n +0000789018 00000 n +0000789169 00000 n +0000789320 00000 n +0000789471 00000 n +0000789623 00000 n +0000789774 00000 n +0000789925 00000 n +0000790076 00000 n +0000790228 00000 n +0000790379 00000 n +0000790530 00000 n +0000790681 00000 n +0000790832 00000 n +0000790981 00000 n +0000791132 00000 n +0000791282 00000 n +0000791433 00000 n +0000791584 00000 n +0000791734 00000 n +0000791884 00000 n +0000792034 00000 n +0000792185 00000 n +0000792336 00000 n +0000792486 00000 n +0000792637 00000 n +0000792788 00000 n +0000792939 00000 n +0000793090 00000 n +0000793241 00000 n +0000793392 00000 n +0000793542 00000 n +0000793693 00000 n +0000793844 00000 n +0000793996 00000 n +0000794148 00000 n +0000794299 00000 n +0000794450 00000 n +0000794601 00000 n +0000794752 00000 n +0000794903 00000 n +0000795054 00000 n +0000795205 00000 n +0000795356 00000 n +0000795507 00000 n +0000795658 00000 n +0000795809 00000 n +0000795960 00000 n +0000796111 00000 n +0000796261 00000 n +0000796411 00000 n +0000796561 00000 n +0000796712 00000 n +0000796863 00000 n +0000797013 00000 n +0000797163 00000 n +0000797313 00000 n +0000797464 00000 n +0000797615 00000 n +0000797765 00000 n +0000797915 00000 n +0000798066 00000 n +0000798217 00000 n +0000798368 00000 n +0000798516 00000 n +0000798666 00000 n +0000798817 00000 n +0000798967 00000 n +0000799118 00000 n +0000799268 00000 n +0000799418 00000 n +0000799569 00000 n +0000799719 00000 n +0000799868 00000 n +0000800018 00000 n +0000800169 00000 n +0000800318 00000 n +0000800466 00000 n +0000800616 00000 n +0000800765 00000 n +0000800915 00000 n +0000801065 00000 n +0000801215 00000 n 0000801364 00000 n 0000801515 00000 n -0000801666 00000 n -0000801815 00000 n -0000801965 00000 n -0000802115 00000 n -0000802266 00000 n -0000802417 00000 n -0000802569 00000 n +0000801665 00000 n +0000801816 00000 n +0000801967 00000 n +0000802117 00000 n +0000802268 00000 n +0000802419 00000 n +0000802570 00000 n 0000802721 00000 n -0000802873 00000 n -0000803025 00000 n -0000803177 00000 n -0000803329 00000 n -0000803480 00000 n -0000805174 00000 n -0000805326 00000 n -0000805477 00000 n -0000803696 00000 n -0000759360 00000 n -0000756203 00000 n -0000803632 00000 n -0000805629 00000 n -0000805781 00000 n -0000805932 00000 n -0000806083 00000 n -0000806234 00000 n -0000806386 00000 n -0000806536 00000 n -0000806686 00000 n -0000806837 00000 n -0000806988 00000 n -0000807139 00000 n -0000807289 00000 n -0000807440 00000 n -0000807591 00000 n -0000807742 00000 n -0000807893 00000 n -0000808044 00000 n -0000808195 00000 n -0000808346 00000 n -0000808497 00000 n -0000808648 00000 n -0000808798 00000 n -0000808948 00000 n -0000809098 00000 n -0000809248 00000 n -0000809399 00000 n -0000809550 00000 n -0000809701 00000 n -0000809852 00000 n -0000810003 00000 n -0000810155 00000 n -0000810307 00000 n -0000810459 00000 n -0000810611 00000 n -0000810763 00000 n -0000810915 00000 n -0000811065 00000 n -0000811216 00000 n -0000811366 00000 n -0000811517 00000 n -0000811668 00000 n -0000811819 00000 n -0000811970 00000 n -0000812186 00000 n -0000804625 00000 n -0000803838 00000 n -0000812122 00000 n -0001317966 00000 n -0001308191 00000 n -0000812328 00000 n -0000812751 00000 n -0000813321 00000 n -0000813935 00000 n -0000814293 00000 n -0000814317 00000 n -0000814636 00000 n -0000814918 00000 n -0000816144 00000 n -0000816732 00000 n -0000817262 00000 n -0000817835 00000 n -0000818311 00000 n -0000818898 00000 n -0000818998 00000 n -0000819544 00000 n -0000820746 00000 n -0000821306 00000 n -0000821434 00000 n -0000822024 00000 n -0000823397 00000 n -0000823977 00000 n -0000824531 00000 n -0000825037 00000 n -0000825063 00000 n -0000825526 00000 n -0000825984 00000 n -0000827990 00000 n -0000828222 00000 n -0000829990 00000 n -0000830220 00000 n -0000831836 00000 n -0000832107 00000 n -0000850773 00000 n -0000851048 00000 n -0000877023 00000 n -0000877438 00000 n -0000900233 00000 n -0000900633 00000 n -0000917870 00000 n -0000918230 00000 n -0000924197 00000 n -0000924428 00000 n -0000942871 00000 n -0000943146 00000 n -0000958935 00000 n -0000959210 00000 n -0000989760 00000 n -0000990117 00000 n -0001013048 00000 n -0001013423 00000 n -0001041740 00000 n -0001042357 00000 n -0001059407 00000 n -0001059738 00000 n -0001073598 00000 n -0001073885 00000 n -0001083782 00000 n -0001084046 00000 n -0001094231 00000 n -0001094515 00000 n -0001105969 00000 n -0001106302 00000 n -0001125429 00000 n -0001125701 00000 n -0001141695 00000 n -0001141974 00000 n -0001166631 00000 n -0001166956 00000 n -0001197572 00000 n -0001197870 00000 n -0001240623 00000 n -0001241275 00000 n -0001279986 00000 n -0001280563 00000 n -0001305800 00000 n -0001306079 00000 n -0001307971 00000 n -0001318046 00000 n -0001318166 00000 n -0001318286 00000 n -0001318410 00000 n -0001318536 00000 n -0001318662 00000 n -0001318788 00000 n -0001318868 00000 n -0001318995 00000 n -0001319075 00000 n -0001319149 00000 n -0001327297 00000 n -0001327501 00000 n -0001327710 00000 n -0001327913 00000 n -0001328082 00000 n -0001328251 00000 n -0001328416 00000 n -0001328588 00000 n -0001328773 00000 n -0001328956 00000 n -0001329141 00000 n -0001329324 00000 n -0001329509 00000 n -0001329691 00000 n -0001329873 00000 n -0001330058 00000 n -0001330241 00000 n -0001330426 00000 n -0001330609 00000 n -0001330794 00000 n -0001330977 00000 n -0001331162 00000 n -0001331345 00000 n -0001331530 00000 n -0001331712 00000 n -0001331892 00000 n -0001332074 00000 n -0001332256 00000 n -0001332441 00000 n -0001332617 00000 n -0001332787 00000 n -0001332958 00000 n -0001333128 00000 n -0001333299 00000 n -0001333469 00000 n -0001333640 00000 n -0001333810 00000 n -0001333981 00000 n -0001334150 00000 n -0001334319 00000 n -0001334493 00000 n -0001334668 00000 n -0001334845 00000 n -0001335029 00000 n -0001335225 00000 n -0001335409 00000 n -0001335617 00000 n -0001335849 00000 n -0001336070 00000 n -0001336300 00000 n -0001336535 00000 n -0001336762 00000 n -0001336989 00000 n -0001337219 00000 n -0001337448 00000 n -0001337692 00000 n -0001337962 00000 n -0001338234 00000 n -0001338497 00000 n -0001338707 00000 n -0001338824 00000 n -0001338941 00000 n -0001339057 00000 n -0001339174 00000 n -0001339292 00000 n -0001339409 00000 n -0001339525 00000 n -0001339641 00000 n -0001339764 00000 n -0001339894 00000 n -0001340017 00000 n -0001340135 00000 n -0001340233 00000 n -0001340315 00000 n -0001340355 00000 n -0001340487 00000 n +0000802872 00000 n +0000803023 00000 n +0000803174 00000 n +0000803323 00000 n +0000803474 00000 n +0000803625 00000 n +0000803777 00000 n +0000803929 00000 n +0000804081 00000 n +0000804233 00000 n +0000804384 00000 n +0000804533 00000 n +0000804684 00000 n +0000804835 00000 n +0000804986 00000 n +0000805136 00000 n +0000805287 00000 n +0000805438 00000 n +0000805590 00000 n +0000805740 00000 n +0000805891 00000 n +0000806042 00000 n +0000806194 00000 n +0000806343 00000 n +0000806494 00000 n +0000806644 00000 n +0000806796 00000 n +0000806946 00000 n +0000807096 00000 n +0000807245 00000 n +0000807394 00000 n +0000807545 00000 n +0000807695 00000 n +0000807847 00000 n +0000807997 00000 n +0000808149 00000 n +0000808300 00000 n +0000808450 00000 n +0000808601 00000 n +0000808753 00000 n +0000808904 00000 n +0000809055 00000 n +0000809205 00000 n +0000809356 00000 n +0000809508 00000 n +0000809659 00000 n +0000809810 00000 n +0000809960 00000 n +0000810111 00000 n +0000810260 00000 n +0000810410 00000 n +0000810561 00000 n +0000810712 00000 n +0000810864 00000 n +0000811014 00000 n +0000811165 00000 n +0000811316 00000 n +0000811467 00000 n +0000811618 00000 n +0000811768 00000 n +0000811919 00000 n +0000812070 00000 n +0000812221 00000 n +0000812372 00000 n +0000812523 00000 n +0000815572 00000 n +0000812738 00000 n +0000772446 00000 n +0000769881 00000 n +0000812674 00000 n +0000815723 00000 n +0000815875 00000 n +0000816027 00000 n +0000816179 00000 n +0000816331 00000 n +0000816482 00000 n +0000816634 00000 n +0000816785 00000 n +0000816936 00000 n +0000817088 00000 n +0000817240 00000 n +0000817392 00000 n +0000817544 00000 n +0000817696 00000 n +0000817848 00000 n +0000818000 00000 n +0000818152 00000 n +0000818304 00000 n +0000818456 00000 n +0000818608 00000 n +0000818759 00000 n +0000818911 00000 n +0000819063 00000 n +0000819215 00000 n +0000819366 00000 n +0000819517 00000 n +0000819668 00000 n +0000819818 00000 n +0000819970 00000 n +0000820122 00000 n +0000820274 00000 n +0000820425 00000 n +0000820576 00000 n +0000820727 00000 n +0000820877 00000 n +0000821028 00000 n +0000821178 00000 n +0000821329 00000 n +0000821479 00000 n +0000821630 00000 n +0000821781 00000 n +0000821932 00000 n +0000822084 00000 n +0000822235 00000 n +0000822386 00000 n +0000822537 00000 n +0000822687 00000 n +0000822838 00000 n +0000822989 00000 n +0000823140 00000 n +0000823290 00000 n +0000823440 00000 n +0000823591 00000 n +0000823742 00000 n +0000823893 00000 n +0000824045 00000 n +0000824197 00000 n +0000824349 00000 n +0000824501 00000 n +0000824653 00000 n +0000824805 00000 n +0000824955 00000 n +0000825107 00000 n +0000825258 00000 n +0000825409 00000 n +0000825559 00000 n +0000825709 00000 n +0000825861 00000 n +0000826011 00000 n +0000826161 00000 n +0000826311 00000 n +0000826461 00000 n +0000826611 00000 n +0000826761 00000 n +0000826912 00000 n +0000827061 00000 n +0000827211 00000 n +0000827361 00000 n +0000827512 00000 n +0000827663 00000 n +0000827814 00000 n +0000827964 00000 n +0000828115 00000 n +0000828264 00000 n +0000828415 00000 n +0000828566 00000 n +0000828717 00000 n +0000828868 00000 n +0000829019 00000 n +0000829170 00000 n +0000829322 00000 n +0000829472 00000 n +0000829623 00000 n +0000829775 00000 n +0000829927 00000 n +0000830079 00000 n +0000830231 00000 n +0000830380 00000 n +0000830531 00000 n +0000830681 00000 n +0000830833 00000 n +0000830984 00000 n +0000831134 00000 n +0000831350 00000 n +0000814501 00000 n +0000812863 00000 n +0000831286 00000 n +0000831475 00000 n +0001259525 00000 n +0000831499 00000 n +0000831818 00000 n +0000832100 00000 n +0000833326 00000 n +0000833914 00000 n +0000834444 00000 n +0000835017 00000 n +0000835493 00000 n +0000836080 00000 n +0000836180 00000 n +0000836726 00000 n +0000837928 00000 n +0000838488 00000 n +0000838616 00000 n +0000839206 00000 n +0000840579 00000 n +0000841159 00000 n +0000841713 00000 n +0000842219 00000 n +0000842245 00000 n +0000842708 00000 n +0000843166 00000 n +0000845172 00000 n +0000845404 00000 n +0000847172 00000 n +0000847402 00000 n +0000849018 00000 n +0000849289 00000 n +0000875369 00000 n +0000875786 00000 n +0000898581 00000 n +0000898981 00000 n +0000916218 00000 n +0000916578 00000 n +0000922545 00000 n +0000922776 00000 n +0000941219 00000 n +0000941494 00000 n +0000957283 00000 n +0000957558 00000 n +0000988108 00000 n +0000988465 00000 n +0001016828 00000 n +0001017452 00000 n +0001034395 00000 n +0001034722 00000 n +0001048801 00000 n +0001049094 00000 n +0001058991 00000 n +0001059255 00000 n +0001070824 00000 n +0001071160 00000 n +0001090405 00000 n +0001090683 00000 n +0001117617 00000 n +0001117992 00000 n +0001148608 00000 n +0001148906 00000 n +0001191659 00000 n +0001192311 00000 n +0001231318 00000 n +0001231897 00000 n +0001257134 00000 n +0001257413 00000 n +0001259305 00000 n +0001268668 00000 n +0001268788 00000 n +0001268908 00000 n +0001269032 00000 n +0001269158 00000 n +0001269284 00000 n +0001269410 00000 n +0001269490 00000 n +0001269617 00000 n +0001269697 00000 n +0001269771 00000 n +0001277919 00000 n +0001278123 00000 n +0001278332 00000 n +0001278535 00000 n +0001278704 00000 n +0001278873 00000 n +0001279039 00000 n +0001279208 00000 n +0001279393 00000 n +0001279576 00000 n +0001279761 00000 n +0001279944 00000 n +0001280129 00000 n +0001280312 00000 n +0001280497 00000 n +0001280679 00000 n +0001280861 00000 n +0001281046 00000 n +0001281229 00000 n +0001281414 00000 n +0001281597 00000 n +0001281782 00000 n +0001281965 00000 n +0001282150 00000 n +0001282333 00000 n +0001282518 00000 n +0001282696 00000 n +0001282881 00000 n +0001283063 00000 n +0001283245 00000 n +0001283421 00000 n +0001283591 00000 n +0001283762 00000 n +0001283932 00000 n +0001284103 00000 n +0001284273 00000 n +0001284444 00000 n +0001284613 00000 n +0001284782 00000 n +0001284953 00000 n +0001285123 00000 n +0001285299 00000 n +0001285474 00000 n +0001285651 00000 n +0001285837 00000 n +0001286029 00000 n +0001286215 00000 n +0001286427 00000 n +0001286659 00000 n +0001286880 00000 n +0001287112 00000 n +0001287345 00000 n +0001287572 00000 n +0001287799 00000 n +0001288030 00000 n +0001288257 00000 n +0001288505 00000 n +0001288777 00000 n +0001289047 00000 n +0001289313 00000 n +0001289510 00000 n +0001289609 00000 n +0001289726 00000 n +0001289842 00000 n +0001289960 00000 n +0001290078 00000 n +0001290195 00000 n +0001290311 00000 n +0001290426 00000 n +0001290549 00000 n +0001290680 00000 n +0001290803 00000 n +0001290874 00000 n +0001290992 00000 n +0001291098 00000 n +0001291180 00000 n +0001291220 00000 n +0001291352 00000 n trailer -<< /Size 3418 -/Root 3416 0 R -/Info 3417 0 R -/ID [<5464150FE4C470EBAC91CD2A70244CBE> <5464150FE4C470EBAC91CD2A70244CBE>] >> +<< /Size 3495 +/Root 3493 0 R +/Info 3494 0 R +/ID [<00210A15B97153B4DECCED6DD539F636> <00210A15B97153B4DECCED6DD539F636>] >> startxref -1340915 +1291780 %%EOF diff --git a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html index 845f6e1b3f4..9ff62a00a6f 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html +++ b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html @@ -23,7 +23,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds

    The glossaries package: a guide for beginners

    Nicola L.C. Talbot

    -

    30th May 2009

    +

    24th September 2009


    @@ -51,7 +51,7 @@ Contents

    Abstract:

    This document is a brief guide to the glossaries package for -beginners who find the size of the main user manual daunting, and as +beginners who find the size of the main user manual daunting and, as such, it only covers the basics. For more advanced topics, see the main user manual. @@ -60,8 +60,10 @@ such, it only covers the basics. For more advanced topics, see the

    -

    -1 What Do I Need? +

    + +
    +1 What Do I Need?

    @@ -92,8 +94,10 @@ use makeindex or xindy directly if you prefer.

    -

    -2 Getting Started +

    + +
    +2 Getting Started

    @@ -131,8 +135,10 @@ or symbols for your document. This is done using:

    -

    -3 Defining a Term or Symbol +

    + +
    +3 Defining a Term or Symbol

    @@ -227,8 +233,10 @@ in the glossary.

    -

    -4 Using a Term +

    + +
    +4 Using a Term

    @@ -298,8 +306,10 @@ in the main glossaries user manual.

    -

    -5 Acronyms +

    + +
    +5 Acronyms

    @@ -367,8 +377,10 @@ in the main glossaries user manual.

    -

    -6 Displaying the Glossary or List of Acronyms +

    + +
    +6 Displaying the Glossary or List of Acronyms

    @@ -378,12 +390,12 @@ use

    \printglossaries

    -at the place where you want the glossary/list of acronyms to appear. -Note that \printglossaries won't produce any text the first -time you create your document, as an external indexing application -needs to be used to sort and collate the entries. Creating the -completed document is therefore at least a three step -process. +at the place where you want the glossary and list of acronyms to +appear. Note that \printglossaries won't produce any text the +first time you create your document, as an external indexing +application needs to be used to sort and collate the entries. +Creating the completed document is therefore at least a three +step process.

    Suppose your document is called myDoc.tex, then you need diff --git a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.pdf b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.pdf index 5e5ff7abe8f..ec085701221 100644 Binary files a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.pdf and b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.pdf differ diff --git a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex index cbfd8b0914f..0ef5af5260a 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex +++ b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex @@ -4,7 +4,7 @@ \usepackage[utf8]{inputenc} \usepackage{cmap} \usepackage{mathpazo} -\usepackage[scaled=.90]{helvet} +\usepackage[scaled=.86]{helvet} \usepackage{courier} \usepackage{xr-hyper} \usepackage[colorlinks,pdfauthor={Nicola L.C. Talbot}, @@ -13,7 +13,7 @@ \title{The glossaries package: a guide for beginners} \author{Nicola L.C. Talbot} -\date{30th May 2009} +\date{24th September 2009} %\begin{latexonly} \newcommand*{\sty}[1]{\textsf{#1}} @@ -51,12 +51,13 @@ \begin{abstract} This document is a brief guide to the \sty{glossaries} package for -beginners who find the size of the main user manual daunting, and as +beginners who find the size of the main user manual daunting and, as such, it only covers the basics. For more advanced topics, see the \latexhtml{main user manual (\href{glossaries.pdf}{glossaries.pdf})}{\htmladdnormallink{main user manual}{glossaries-manual.html}}. \end{abstract} \section{What Do I Need?} +\label{requirements} You need to have the \sty{glossaries} package installed. You also need to have the following packages installed: \sty{ifthen}, @@ -81,6 +82,7 @@ The \sty{glossaries} package provides a helper Perl script called use \app{makeindex} or \app{xindy} directly if you prefer. \section{Getting Started} +\label{start} The most obvious things to do is to remember to load the \sty{glossaries} package: @@ -110,6 +112,7 @@ or symbols for your document. This is done using: \end{definition} \section{Defining a Term or Symbol} +\label{defterm} You must define terms or symbols before you can use them in the document. This is best done in the preamble. Each term is defined @@ -196,6 +199,7 @@ Note, however, that not all glossary styles display the symbol in the glossary. \section{Using a Term} +\label{usingterm} Once you have defined a term, you can use it in the document. The \sty{glossaries} package provides a number of commands that are @@ -249,6 +253,7 @@ See \latexhtml{section~\ref{sec:glsnolink}}{the section in the main \sty{glossaries} user manual. \section{Acronyms} +\label{acronyms} The \sty{glossaries} package also allows you to define acronyms. By default, acronyms will be added to the main glossary, but if @@ -301,18 +306,19 @@ For further details on resetting and unsetting acronyms, see in the main \sty{glossaries} user manual. \section{Displaying the Glossary or List of Acronyms} +\label{printglossaries} In order to display the sorted list of terms, you first need to use \begin{definition} \cs{printglossaries} \end{definition} -at the place where you want the glossary/list of acronyms to appear. -Note that \cs{printglossaries} won't produce any text the first -time you create your document, as an external indexing application -needs to be used to sort and collate the entries. Creating the -completed document is therefore \emph{at least} a three step -process. +at the place where you want the glossary and list of acronyms to +appear. Note that \cs{printglossaries} won't produce any text the +first time you create your document, as an external indexing +application needs to be used to sort and collate the entries. +Creating the completed document is therefore \emph{at least} a three +step process. Suppose your document is called \texttt{myDoc.tex}, then you need to: diff --git a/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf b/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf index 1cec993b886..b4135e58398 100644 Binary files a/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf and b/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf differ -- cgit v1.2.3

  • Table 7: Glossary Styles. An asterisk in the style name indicates anything that matches that doesn't match any previously listed style (e.g. long3col* -matches long3col, long3colheader, -long3colborder and long3colheaderborder). +matches long3col, long3colheader, +long3colborder and long3colheaderborder). A maximum level of 0 indicates a flat glossary (sub-entries are displayed in the same way as main entries). Where the maximum level is given as -- there is no limit, but note that -makeindex imposes a limit of 2 sub-levels. If the +makeindex imposes a limit of 2 sub-levels. If the homograph column is checked, then the name is not displayed for sub-entries. If the symbol column is checked, then the symbol will be displayed if it has been defined.